From 426781b953efe98a4f75f1d47a9670ff055ec6cb Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 2 May 2025 07:27:36 -0500 Subject: [PATCH 00001/10074] uv Remove `--no-default-features` from formula This disables the `performance` feature, which provides critical performance improvements for production use-cases --- Formula/u/uv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 43a5f8d1104a4..10e0eef14af74 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -26,7 +26,7 @@ class Uv < Formula def install ENV["UV_COMMIT_HASH"] = ENV["UV_COMMIT_SHORT_HASH"] = tap.user ENV["UV_COMMIT_DATE"] = time.strftime("%F") - system "cargo", "install", "--no-default-features", *std_cargo_args(path: "crates/uv") + system "cargo", "install", *std_cargo_args(path: "crates/uv") generate_completions_from_executable(bin/"uv", "generate-shell-completion") generate_completions_from_executable(bin/"uvx", "--generate-shell-completion") end From 34e091e6ba152b950384b7c4f37eab189e5f82ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 20 May 2025 11:34:40 +0200 Subject: [PATCH 00002/10074] ndpi 4.14 Signed-off-by: botantony --- Formula/n/ndpi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/ndpi.rb b/Formula/n/ndpi.rb index f99c9013c4217..9c4a95b7e91a9 100644 --- a/Formula/n/ndpi.rb +++ b/Formula/n/ndpi.rb @@ -1,8 +1,8 @@ class Ndpi < Formula desc "Deep Packet Inspection (DPI) library" homepage "https://www.ntop.org/products/deep-packet-inspection/ndpi/" - url "https://github.com/ntop/nDPI/archive/refs/tags/4.10.tar.gz" - sha256 "58e17cc4cb9f9df851d6e3fbf3b0429aa3d15b17d910e8d4e7cd194f337c8f84" + url "https://github.com/ntop/nDPI/archive/refs/tags/4.14.tar.gz" + sha256 "954135ee14ad6bd74a78a10db560b534b8f2083ad0615f5c1a2c376fff0301e0" license "LGPL-3.0-or-later" head "https://github.com/ntop/nDPI.git", branch: "dev" From 0633e52bc7e07d4424d2082d56d42bc42f783d3e Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Tue, 27 May 2025 14:41:11 -0600 Subject: [PATCH 00003/10074] gh: use new `updateable` build tag --- Formula/g/gh.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index c2016439b85ae..b057abb174c83 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -32,8 +32,9 @@ def install end with_env( - "GH_VERSION" => gh_version, - "GO_LDFLAGS" => "-s -w -X main.updaterEnabled=cli/cli", + "GH_VERSION" => gh_version, + "GO_LDFLAGS" => "-s -w", + "GO_BUILDTAGS" => "updateable", ) do system "make", "bin/gh", "manpages" end From 36ed15bcbf2cd6c9cd14d73209f8638f6a1a279d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 17:12:56 +0000 Subject: [PATCH 00004/10074] oci-cli 3.57.0 Signed-off-by: Rui Chen --- Formula/o/oci-cli.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index 04a4cf80bbde6..ab720daa337a9 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -3,8 +3,8 @@ class OciCli < Formula desc "Oracle Cloud Infrastructure CLI" homepage "https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm" - url "https://files.pythonhosted.org/packages/df/2d/85629069c1bd58553f31dfa5d91175f57975ecd2bcda366e9c27ee4179c7/oci_cli-3.56.1.tar.gz" - sha256 "cab3bc62337e9e4d68e54930b83ad149cc8971d111f330c7444d556eab5bed8d" + url "https://files.pythonhosted.org/packages/15/43/06ae658d4c3de1c4ee3420660ab40191aedc95a53f6259e9dbf0f1b60333/oci_cli-3.57.0.tar.gz" + sha256 "2e0a2d7bf2aa7b96c0deee895cbab06c0d4d6b865f4fa668fff921ebc85739cc" license any_of: ["UPL-1.0", "Apache-2.0"] head "https://github.com/oracle/oci-cli.git", branch: "master" @@ -44,8 +44,8 @@ class OciCli < Formula end resource "oci" do - url "https://files.pythonhosted.org/packages/8e/94/38474b246701764be0424ff4ed62a5fe7c8d5c27c63ebf6461637b7d1cd2/oci-2.152.1.tar.gz" - sha256 "87c185be9624b5ba9bcfd2e8ed619905a7c310f178cb42b70d31aadc5c6fc142" + url "https://files.pythonhosted.org/packages/d7/a2/97ad6bb85467ef3331202929a7ef45292bc7b291f0d69d6adcbe3670939c/oci-2.153.0.tar.gz" + sha256 "2acccc4394af18d34117d3f3b6a4c5f7ceaa4cafa55f54fa9accdbd21b309dbd" end resource "prompt-toolkit" do From 5924f83892a2b69b4b21347a2e9d4fda3c2e7835 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 22:58:26 +0000 Subject: [PATCH 00005/10074] garnet 1.0.69 --- Formula/g/garnet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index 221fc77952f10..eb7ee4bcf1630 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -1,8 +1,8 @@ class Garnet < Formula desc "High-performance cache-store" homepage "https://microsoft.github.io/garnet/" - url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.68.tar.gz" - sha256 "724caa45c7e4e15ac37ca16c8e9f9b566a256bcf979af5133d0c805d5597a6e9" + url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.69.tar.gz" + sha256 "2589cf29e45a48b9d8a4f52489657af3f3268548d13479eeef595b64f87dadeb" license "MIT" bottle do From 907889f4dc02fe54b1197d53c4b82b3de969c7ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 22:59:11 +0000 Subject: [PATCH 00006/10074] git-town 21.0.0 --- Formula/g/git-town.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-town.rb b/Formula/g/git-town.rb index 11f6305aa277a..55dc8cbfbb760 100644 --- a/Formula/g/git-town.rb +++ b/Formula/g/git-town.rb @@ -1,8 +1,8 @@ class GitTown < Formula desc "High-level command-line interface for Git" homepage "https://www.git-town.com/" - url "https://github.com/git-town/git-town/archive/refs/tags/v20.2.0.tar.gz" - sha256 "7bd994ce74b9db33a00ea2e55dbdcbc5eb11a74e8845e4b95b9588105a4af4fd" + url "https://github.com/git-town/git-town/archive/refs/tags/v21.0.0.tar.gz" + sha256 "cdedcb8558822d808d3ff5fea0ba9efc207b8d7b3a6babaaa3378e6ad12a2ae8" license "MIT" head "https://github.com/git-town/git-town.git", branch: "main" From 838d07ee4c0bde844c9a407eb6ace9bd6188e719 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:02:05 +0000 Subject: [PATCH 00007/10074] joker 1.5.0 --- Formula/j/joker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/joker.rb b/Formula/j/joker.rb index ae036ee9922c1..b1e486a952239 100644 --- a/Formula/j/joker.rb +++ b/Formula/j/joker.rb @@ -1,8 +1,8 @@ class Joker < Formula desc "Small Clojure interpreter, linter and formatter" homepage "https://joker-lang.org/" - url "https://github.com/candid82/joker/archive/refs/tags/v1.4.1.tar.gz" - sha256 "041535d734db2927aa8c32794c012fd1636d2a5aec15aaf2e7b2f33fc8973808" + url "https://github.com/candid82/joker/archive/refs/tags/v1.5.0.tar.gz" + sha256 "5e2f5bc5d03ae456cf032d73f7fed0b4475e23b5a05b65abb97256362ebeb7c8" license "EPL-1.0" head "https://github.com/candid82/joker.git", branch: "master" From b341b01d77c4c845cfe05404a11717e5e748a66e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:04:47 +0000 Subject: [PATCH 00008/10074] libslirp 4.9.1 --- Formula/lib/libslirp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libslirp.rb b/Formula/lib/libslirp.rb index 9e692e6690580..de12d611272da 100644 --- a/Formula/lib/libslirp.rb +++ b/Formula/lib/libslirp.rb @@ -1,8 +1,8 @@ class Libslirp < Formula desc "General purpose TCP-IP emulator" homepage "https://gitlab.freedesktop.org/slirp/libslirp" - url "https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.9.0/libslirp-v4.9.0.tar.gz" - sha256 "e744a32767668fe80e3cb3bd75d10d501f981e98c26a1f318154a97e99cdac22" + url "https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.9.1/libslirp-v4.9.1.tar.gz" + sha256 "3970542143b7c11e6a09a4d2b50f30a133473c41f15ed0bdcc3b7a1c450d9a5c" license "BSD-3-Clause" bottle do From 0cb9261ab5faba182743928fbc68727444b2d195 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:06:11 +0000 Subject: [PATCH 00009/10074] llm 0.26 --- Formula/l/llm.rb | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Formula/l/llm.rb b/Formula/l/llm.rb index 50e682fe85049..68bd4b0c0c497 100644 --- a/Formula/l/llm.rb +++ b/Formula/l/llm.rb @@ -3,8 +3,8 @@ class Llm < Formula desc "Access large language models from the command-line" homepage "https://llm.datasette.io/" - url "https://files.pythonhosted.org/packages/13/26/32f2936ad4efacaf3d401508c12c6214ec5e2d3a30cc24e216f2af6692ba/llm-0.25.tar.gz" - sha256 "fe0bbe759cd57c678f82cf525573281f4a954867f45c303a24c573d73fed137a" + url "https://files.pythonhosted.org/packages/4e/88/1acdae8cc6122d3ab2d3d30477d3273608f92177a6bb17ab98881af65627/llm-0.26.tar.gz" + sha256 "c2e9ddbc582da10c61112c0f983383fa0dc7bee3ca7d6f2ade1a2d003771eb1b" license "Apache-2.0" bottle do @@ -33,8 +33,8 @@ class Llm < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-default-group" do @@ -43,8 +43,8 @@ class Llm < Formula end resource "condense-json" do - url "https://files.pythonhosted.org/packages/ca/c7/fb14dfac23e6e27170f8a94bf13355987d15f8db62df99146f81bf6b2508/condense_json-0.1.2.tar.gz" - sha256 "a161e1984122ad35801cc14ecfe2b38d9d638c8c089e04cb545d26300fdc485e" + url "https://files.pythonhosted.org/packages/94/b3/d784cbc05556192ea1e798cae96363835d649fe7420ff030190789645be1/condense_json-0.1.3.tar.gz" + sha256 "25fe8d434fdafd849e8d98f21a3e18f96ae2d6dbc2c17565f29e4843d039d2bc" end resource "distro" do @@ -73,18 +73,18 @@ class Llm < Formula end resource "jiter" do - url "https://files.pythonhosted.org/packages/1e/c2/e4562507f52f0af7036da125bb699602ead37a2332af0788f8e0a3417f36/jiter-0.9.0.tar.gz" - sha256 "aadba0964deb424daa24492abc3d229c60c4a31bfee205aedbf1acc7639d7893" + url "https://files.pythonhosted.org/packages/ee/9d/ae7ddb4b8ab3fb1b51faf4deb36cb48a4fbbd7cb36bad6a5fca4741306f7/jiter-0.10.0.tar.gz" + sha256 "07a7142c38aacc85194391108dc91b5b57093c978a9932bd86a36862759d9500" end resource "openai" do - url "https://files.pythonhosted.org/packages/cc/c0/ea2e9a78bf88404b97e7b708f0823b4699ab2ee3f5564425b8531a890a43/openai-1.77.0.tar.gz" - sha256 "897969f927f0068b8091b4b041d1f8175bcf124f7ea31bab418bf720971223bc" + url "https://files.pythonhosted.org/packages/3f/19/6b09bb3132f7e1a7a2291fd46fb33659bbccca041f863abd682e14ba86d7/openai-1.82.0.tar.gz" + sha256 "b0a009b9a58662d598d07e91e4219ab4b1e3d8ba2db3f173896a92b9b874d1a7" end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" end resource "puremagic" do @@ -93,8 +93,8 @@ class Llm < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -118,8 +118,8 @@ class Llm < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/70/dc/3976b322de9d2e87ed0007cf04cc7553969b6c7b3f48a565d0333748fbcd/setuptools-80.3.1.tar.gz" - sha256 "31e2c58dbb67c99c289f51c16d899afedae292b978f8051efaf6262d8212f927" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -163,8 +163,8 @@ class Llm < Formula end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end def install From bb8ac7735bd88105e35a5dd948655629d40aaab2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:06:32 +0000 Subject: [PATCH 00010/10074] luau 0.675 --- Formula/l/luau.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 3c5b6a87df687..18e3802789e84 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -1,8 +1,8 @@ class Luau < Formula desc "Fast, safe, gradually typed embeddable scripting language derived from Lua" homepage "https://luau.org" - url "https://github.com/luau-lang/luau/archive/refs/tags/0.674.tar.gz" - sha256 "7198b12eaac56932051ede8d8decd64713d811b081456209f4c73030b34a0037" + url "https://github.com/luau-lang/luau/archive/refs/tags/0.675.tar.gz" + sha256 "1ebd7cf26f55bd69cfb94ec031230a9f4ca4af881a142752c11d70d3a8a49b14" license "MIT" version_scheme 1 head "https://github.com/luau-lang/luau.git", branch: "master" From e22022a11ddda0aeed97928b47ed79d5ad1211f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:07:17 +0000 Subject: [PATCH 00011/10074] mediamtx 1.12.3 --- Formula/m/mediamtx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mediamtx.rb b/Formula/m/mediamtx.rb index dd8351ade0cd8..a26eaf4148f35 100644 --- a/Formula/m/mediamtx.rb +++ b/Formula/m/mediamtx.rb @@ -3,8 +3,8 @@ class Mediamtx < Formula homepage "https://github.com/bluenviron/mediamtx" # need to use the tag to generate the version info url "https://github.com/bluenviron/mediamtx.git", - tag: "v1.12.2", - revision: "de46a288acf3d9189b25023a0fea1b2fd22ec14d" + tag: "v1.12.3", + revision: "bcebc4d2ef6835ebdf5beb8510552857a6a2e49a" license "MIT" head "https://github.com/bluenviron/mediamtx.git", branch: "main" From b5f4e62bedba5b4e17c1fd561382fc34c5ad6c92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:10:17 +0000 Subject: [PATCH 00012/10074] onednn 3.8.1 --- Formula/o/onednn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/onednn.rb b/Formula/o/onednn.rb index ea6ef7d771940..81a50200513bf 100644 --- a/Formula/o/onednn.rb +++ b/Formula/o/onednn.rb @@ -1,8 +1,8 @@ class Onednn < Formula desc "Basic building blocks for deep learning applications" homepage "https://www.oneapi.io/open-source/" - url "https://github.com/oneapi-src/oneDNN/archive/refs/tags/v3.8.tar.gz" - sha256 "06c11b9e4d25ddaaec219f0e93f6bdbbbc27dcf8eb992f76b768a2a056a087a9" + url "https://github.com/oneapi-src/oneDNN/archive/refs/tags/v3.8.1.tar.gz" + sha256 "4b0638061a789a1efbefdcd2e85eb257c7b432b3b6a71ba8909e19d75f50b163" license "Apache-2.0" head "https://github.com/oneapi-src/onednn.git", branch: "master" From 22a8c811641eb356a518855e808b33b0ce4f09d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:12:09 +0000 Subject: [PATCH 00013/10074] pluto 5.21.7 --- Formula/p/pluto.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pluto.rb b/Formula/p/pluto.rb index 114f940ca058c..11a15ee0cb4ce 100644 --- a/Formula/p/pluto.rb +++ b/Formula/p/pluto.rb @@ -1,8 +1,8 @@ class Pluto < Formula desc "CLI tool to help discover deprecated apiVersions in Kubernetes" homepage "https://fairwinds.com" - url "https://github.com/FairwindsOps/pluto/archive/refs/tags/v5.21.6.tar.gz" - sha256 "a924d9e37b5d60564d06b7bf11feb78e9fec4a6c4261681583f1a8c42613598d" + url "https://github.com/FairwindsOps/pluto/archive/refs/tags/v5.21.7.tar.gz" + sha256 "ae805581bc59438225a91c5d7a945deeda9d45662c82d17704fd460dc5b8b49a" license "Apache-2.0" head "https://github.com/FairwindsOps/pluto.git", branch: "master" From 87d8bda4d3f470794c93df31e545737ba0f8f74c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:15:42 +0000 Subject: [PATCH 00014/10074] scorecard 5.2.0 --- Formula/s/scorecard.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/scorecard.rb b/Formula/s/scorecard.rb index fa9afc338cab5..391503116ac57 100644 --- a/Formula/s/scorecard.rb +++ b/Formula/s/scorecard.rb @@ -2,8 +2,8 @@ class Scorecard < Formula desc "Security health metrics for Open Source" homepage "https://github.com/ossf/scorecard" url "https://github.com/ossf/scorecard.git", - tag: "v5.1.1", - revision: "cd152cb6742c5b8f2f3d2b5193b41d9c50905198" + tag: "v5.2.0", + revision: "f08e8fbdb73dbde0533803fdbad3fd4186825314" license "Apache-2.0" head "https://github.com/ossf/scorecard.git", branch: "main" From bd284d05d5a33860d06bfc7b99ecbdde8dc87db3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:17:03 +0000 Subject: [PATCH 00015/10074] spicetify-cli 2.40.10 --- Formula/s/spicetify-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/spicetify-cli.rb b/Formula/s/spicetify-cli.rb index 7b15f20a6c0ac..4ee248a65e693 100644 --- a/Formula/s/spicetify-cli.rb +++ b/Formula/s/spicetify-cli.rb @@ -1,8 +1,8 @@ class SpicetifyCli < Formula desc "Command-line tool to customize Spotify client" homepage "https://spicetify.app/" - url "https://github.com/spicetify/cli/archive/refs/tags/v2.40.9/v2.40.9.tar.gz" - sha256 "33ffbdebf1296db67089722b375ee4dc3f7e8708815cc11c40e1a499370f08b5" + url "https://github.com/spicetify/cli/archive/refs/tags/v2.40.10/v2.40.10.tar.gz" + sha256 "74f873330092f3026069f58a3606062980732cf4343825c0a2110db6e5f06652" license "LGPL-2.1-only" head "https://github.com/spicetify/cli.git", branch: "master" From 61cfa7ae7ea667e6ac1c525d1647787064a1d35d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 23:20:40 +0000 Subject: [PATCH 00016/10074] wasm-tools 1.232.0 --- Formula/w/wasm-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index c4a2f175e39d4..f565953ea01da 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -1,8 +1,8 @@ class WasmTools < Formula desc "Low level tooling for WebAssembly in Rust" homepage "https://github.com/bytecodealliance/wasm-tools" - url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.231.0.tar.gz" - sha256 "d5c3961f25d0dfd407e2b7674a8d51ce7ce47b2b4d00f75172d7f079cacfc309" + url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.232.0.tar.gz" + sha256 "b199f1eb4d66e432d541096c88df40d7264d78318cfd39b68bff792c030a975e" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/bytecodealliance/wasm-tools.git", branch: "main" From 13b16c38db71b9f760b4958fbfd79eef97cbcd36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 21 May 2025 17:17:23 +0000 Subject: [PATCH 00017/10074] node 24.1.0 Co-authored-by: Branch Vincent --- Aliases/{node@23 => node@24} | 0 Formula/n/node.rb | 21 +++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) rename Aliases/{node@23 => node@24} (100%) diff --git a/Aliases/node@23 b/Aliases/node@24 similarity index 100% rename from Aliases/node@23 rename to Aliases/node@24 diff --git a/Formula/n/node.rb b/Formula/n/node.rb index d86e9c9579beb..fbab84aa37d0e 100644 --- a/Formula/n/node.rb +++ b/Formula/n/node.rb @@ -1,8 +1,8 @@ class Node < Formula desc "Platform built on V8 to build network applications" homepage "https://nodejs.org/" - url "https://nodejs.org/dist/v23.11.0/node-v23.11.0.tar.xz" - sha256 "f2c5db21fc5d3c3d78c7e8823bff770cef0da8078c3b5ac4fa6d17d5a41be99d" + url "https://nodejs.org/dist/v24.1.0/node-v24.1.0.tar.xz" + sha256 "c8171b2aeccb28c8c5347f273a25adae172fb2a65bc8c975bc22ec58949d0eaf" license "MIT" head "https://github.com/nodejs/node.git", branch: "main" @@ -35,7 +35,7 @@ class Node < Formula uses_from_macos "zlib" on_macos do - depends_on "llvm" => :build if DevelopmentTools.clang_build_version <= 1500 + depends_on "llvm" => :build if DevelopmentTools.clang_build_version <= 1699 end on_linux do @@ -43,10 +43,10 @@ class Node < Formula depends_on "gcc@12" => :build if DevelopmentTools.gcc_version("/usr/bin/gcc") < 12 end - # https://github.com/swiftlang/llvm-project/commit/94461822c75d5080bf648f86552f7a59b76905c9 + # https://github.com/swiftlang/llvm-project/commit/078651b6de4b767b91e3e6a51e5df11a06d7bc4f fails_with :clang do - build 1500 - cause "needs std::ranges::elements_view" + build 1699 + cause "needs SFINAE-friendly std::pointer_traits" end # https://github.com/nodejs/node/blob/main/BUILDING.md#supported-toolchains @@ -59,12 +59,12 @@ class Node < Formula # We track major/minor from upstream Node releases. # We will accept *important* npm patch releases when necessary. resource "npm" do - url "https://registry.npmjs.org/npm/-/npm-10.9.2.tgz" - sha256 "5cd1e5ab971ea6333f910bc2d50700167c5ef4e66da279b2a3efc874c6b116e4" + url "https://registry.npmjs.org/npm/-/npm-11.3.0.tgz" + sha256 "1c2dd63f96799ed4bf92b7806d8509302a0f8da68ca452aae27f24388bb41df4" end def install - ENV.llvm_clang if OS.mac? && DevelopmentTools.clang_build_version <= 1500 + ENV.llvm_clang if OS.mac? && DevelopmentTools.clang_build_version <= 1699 # The new linker crashed during LTO due to high memory usage. ENV.append "LDFLAGS", "-Wl,-ld_classic" if DevelopmentTools.clang_build_version >= 1500 @@ -102,7 +102,8 @@ def install # terminate called after throwing an instance of 'std::out_of_range' # macOS also can't build with LTO when using LLVM Clang # LTO is unpleasant if you have to build from source. - args << "--enable-lto" if OS.mac? && DevelopmentTools.clang_build_version > 1500 && build.bottle? + # FIXME: re-enable me, currently crashes sequoia runner after 6 hours + # args << "--enable-lto" if OS.mac? && DevelopmentTools.clang_build_version > 1699 && build.bottle? system "./configure", *args system "make", "install" From e00eb9ade24054d1c0bae27f6a76d3188f28911a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:39:11 +0000 Subject: [PATCH 00018/10074] scorecard: update 5.2.0 bottle. --- Formula/s/scorecard.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/scorecard.rb b/Formula/s/scorecard.rb index 391503116ac57..b421f9c300fca 100644 --- a/Formula/s/scorecard.rb +++ b/Formula/s/scorecard.rb @@ -16,12 +16,12 @@ class Scorecard < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce30de52c69e14aebfafa7b3e444f535d23086698c7957bc2d485fe8574af53b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce30de52c69e14aebfafa7b3e444f535d23086698c7957bc2d485fe8574af53b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce30de52c69e14aebfafa7b3e444f535d23086698c7957bc2d485fe8574af53b" - sha256 cellar: :any_skip_relocation, sonoma: "01c5ef2f4c26bfa9871482b527bc3b76bbeee8168abf3938065d7a8f1f9d999c" - sha256 cellar: :any_skip_relocation, ventura: "01c5ef2f4c26bfa9871482b527bc3b76bbeee8168abf3938065d7a8f1f9d999c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3bd114bbac21e5885bccbdf061621b332879b1fd478b88c8e04d98c55691cc1d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "445b7cdaaa7d5d1567bdec012241f493f0145cd0b1ba94f40d08a41d373c34fa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "445b7cdaaa7d5d1567bdec012241f493f0145cd0b1ba94f40d08a41d373c34fa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "445b7cdaaa7d5d1567bdec012241f493f0145cd0b1ba94f40d08a41d373c34fa" + sha256 cellar: :any_skip_relocation, sonoma: "bc468fb913cbb5acbb7d65ad0be9fc441db41ff8c13f9700e2cf863aefbb0ce5" + sha256 cellar: :any_skip_relocation, ventura: "bc468fb913cbb5acbb7d65ad0be9fc441db41ff8c13f9700e2cf863aefbb0ce5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb269329d5175ac8f27ab912e7d57ccae4f55d9b1ca7ab03a37a6e9f0a1d8266" end depends_on "go" => :build From f035f4509fd3d7f71157c5be4847e0aca5687eec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:39:20 +0000 Subject: [PATCH 00019/10074] spicetify-cli: update 2.40.10 bottle. --- Formula/s/spicetify-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/spicetify-cli.rb b/Formula/s/spicetify-cli.rb index 4ee248a65e693..04af0a8b06e71 100644 --- a/Formula/s/spicetify-cli.rb +++ b/Formula/s/spicetify-cli.rb @@ -7,12 +7,12 @@ class SpicetifyCli < Formula head "https://github.com/spicetify/cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a50809a3274c1b12cf74a900cf5d33f485a4318d6a8ae3ebf407a6acba4407ea" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a50809a3274c1b12cf74a900cf5d33f485a4318d6a8ae3ebf407a6acba4407ea" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a50809a3274c1b12cf74a900cf5d33f485a4318d6a8ae3ebf407a6acba4407ea" - sha256 cellar: :any_skip_relocation, sonoma: "e8265ce504ecb129f08c546907599ae214c574e136e8fa10efa70e5686b6b419" - sha256 cellar: :any_skip_relocation, ventura: "e8265ce504ecb129f08c546907599ae214c574e136e8fa10efa70e5686b6b419" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5889cda195202be9529539b0b344e412f9637b115d32b1aed56016903d582a5f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "50a38d9da93c51ca1955394612eb88a87b0b6b7c18f52aa8d1643f576bb172f2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "50a38d9da93c51ca1955394612eb88a87b0b6b7c18f52aa8d1643f576bb172f2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "50a38d9da93c51ca1955394612eb88a87b0b6b7c18f52aa8d1643f576bb172f2" + sha256 cellar: :any_skip_relocation, sonoma: "1c1c24eab8c87e05f92efac574ca034715a9be48d70cca11525d01b5d9bd9b90" + sha256 cellar: :any_skip_relocation, ventura: "1c1c24eab8c87e05f92efac574ca034715a9be48d70cca11525d01b5d9bd9b90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a81c1dd97566379e4044b1f563e90dcbfe7d1c3a8b134ef32358a9ea73091038" end depends_on "go" => :build From 6cc36a51f1cb753f769fc18a7838362f2a4abc0e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:39:27 +0000 Subject: [PATCH 00020/10074] pluto: update 5.21.7 bottle. --- Formula/p/pluto.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pluto.rb b/Formula/p/pluto.rb index 11a15ee0cb4ce..bfbaa57b7ed47 100644 --- a/Formula/p/pluto.rb +++ b/Formula/p/pluto.rb @@ -7,12 +7,12 @@ class Pluto < Formula head "https://github.com/FairwindsOps/pluto.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8e67107a7d805fa5b9d3634e575a349b2e9b8354339b596a1534ecea846032e9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e67107a7d805fa5b9d3634e575a349b2e9b8354339b596a1534ecea846032e9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8e67107a7d805fa5b9d3634e575a349b2e9b8354339b596a1534ecea846032e9" - sha256 cellar: :any_skip_relocation, sonoma: "86c69bdcf5d472f64e30949ce06b6fe313216a9eb0323aeb62a922e04f16befa" - sha256 cellar: :any_skip_relocation, ventura: "86c69bdcf5d472f64e30949ce06b6fe313216a9eb0323aeb62a922e04f16befa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c5c27f26c7ed7515650b3f0bc058fad12e916abe60eeaceccc84b7261019e0ae" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a14e783faf49fcfbc698477796695044c11b9e1c9f97c1a199c73f4a5b47eb3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a14e783faf49fcfbc698477796695044c11b9e1c9f97c1a199c73f4a5b47eb3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a14e783faf49fcfbc698477796695044c11b9e1c9f97c1a199c73f4a5b47eb3" + sha256 cellar: :any_skip_relocation, sonoma: "527bbd3c7f504f06e1fe627a9111dfe936f249c0fc8fba5b644b9f2f76176853" + sha256 cellar: :any_skip_relocation, ventura: "527bbd3c7f504f06e1fe627a9111dfe936f249c0fc8fba5b644b9f2f76176853" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9d55ff469acda549be1d1d50d8156ac1925a632406bea21235a61a10a17bd6f" end depends_on "go" => :build From 162ebb610aeb8ab8f1be37d28fbe6a8b7649a75e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:39:28 +0000 Subject: [PATCH 00021/10074] wasm-tools: update 1.232.0 bottle. --- Formula/w/wasm-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index f565953ea01da..62252975ade5a 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -12,13 +12,13 @@ class WasmTools < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0de3ae992a327a568e0d0dfefa15fb26404a1e09a85ab96209cb832f62c5d3cd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "130c4136da2576b36d6a4157e442038b01100cb37ab81ed5de6c92f557fe79be" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fc087117c265648c7efb61c0d946b6aab2a37ed9bcb25965a42052358d3bd2c1" - sha256 cellar: :any_skip_relocation, sonoma: "081027212365b0d64b6bee45561b1cd0a62d20963ea5a3530c2e3be5e86d56cb" - sha256 cellar: :any_skip_relocation, ventura: "733b16427bf872084db4fe40b4ba7d20650069e88059997cb742c3427717cde7" - sha256 cellar: :any_skip_relocation, arm64_linux: "5bd9435bfcd001c34558367818dc8abb541ba5293c80575c039328d19bc34a2b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "22d58414cff20e0fc364fed4105179f4f29c139b091adad64275cdcd8203711b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb1356680ecdd1341126c8f1a9611694fe05713792512e4894b4fb2ddb017cbb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5194232698c5af9c8facc434f6f211d50bab92a8a885287374b154b0200702e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "33f686707a272526c739c3b7052963f5e8aaa792f9b0f4754f7696ac6b3e4a0a" + sha256 cellar: :any_skip_relocation, sonoma: "318d1519d6a71696c2864d4bb3e0dc7408d3e46dfd13429abb3c8747cea95959" + sha256 cellar: :any_skip_relocation, ventura: "6c84fc1c1f05d9754ca38a72a573dda65fd4c47402cebab6e153902b33493045" + sha256 cellar: :any_skip_relocation, arm64_linux: "c8a89eff7db21cf4a6e9d2c9d1696f74cb56c425ff451a76083ab7af7fc479af" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c66ed95ed311ac9e3d599ff91f20d80806be8863f923f9432e102ef9163bd5a3" end depends_on "rust" => :build From c478e32402faf0ea9e13b5bc85fedce27501f454 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:39:49 +0000 Subject: [PATCH 00022/10074] mediamtx: update 1.12.3 bottle. --- Formula/m/mediamtx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mediamtx.rb b/Formula/m/mediamtx.rb index a26eaf4148f35..b04a6d02cb473 100644 --- a/Formula/m/mediamtx.rb +++ b/Formula/m/mediamtx.rb @@ -9,12 +9,12 @@ class Mediamtx < Formula head "https://github.com/bluenviron/mediamtx.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff28231b6bf33f10fef4cbd76b6fe4506ed47420cd6a793085ab951ba35571d8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff28231b6bf33f10fef4cbd76b6fe4506ed47420cd6a793085ab951ba35571d8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ff28231b6bf33f10fef4cbd76b6fe4506ed47420cd6a793085ab951ba35571d8" - sha256 cellar: :any_skip_relocation, sonoma: "11c841a67ce3ce7c44790d10884dad4595415f5f76199c23e91dc1560d9c3840" - sha256 cellar: :any_skip_relocation, ventura: "11c841a67ce3ce7c44790d10884dad4595415f5f76199c23e91dc1560d9c3840" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc03ae80f11ec30f4efaaa8c99cd58e729d18e3a6a2cd076d5611f8f014a63e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "21aa5c2f5cb84428c81e13baaabe605936082ce9e16156061a0df7f756629770" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "21aa5c2f5cb84428c81e13baaabe605936082ce9e16156061a0df7f756629770" + sha256 cellar: :any_skip_relocation, arm64_ventura: "21aa5c2f5cb84428c81e13baaabe605936082ce9e16156061a0df7f756629770" + sha256 cellar: :any_skip_relocation, sonoma: "12e472112e1d9b632d50c9e497277c7fe33e20efde222611b60a5dc60e31a103" + sha256 cellar: :any_skip_relocation, ventura: "12e472112e1d9b632d50c9e497277c7fe33e20efde222611b60a5dc60e31a103" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b64507748bd23ade5f78dbe18d2b6f5667fc5a35b7658c31dd9a9608edb09cd3" end depends_on "go" => :build From 43565d6c4e34b97f1204ec68f67cc5a4efa76f3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:39:51 +0000 Subject: [PATCH 00023/10074] onednn: update 3.8.1 bottle. --- Formula/o/onednn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/onednn.rb b/Formula/o/onednn.rb index 81a50200513bf..3082c71d79b52 100644 --- a/Formula/o/onednn.rb +++ b/Formula/o/onednn.rb @@ -12,13 +12,13 @@ class Onednn < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e42d753c017a4e5500215f1da35107ac56151e25a9ea7666938c8a725114c73d" - sha256 cellar: :any, arm64_sonoma: "1e3f1a23fad88728134a6ac98434186de4a4636ed53b823ca215b5971e7882d6" - sha256 cellar: :any, arm64_ventura: "7eb34b92c93de40314a520bbeef8864e32f6a69f8a88d38a7d54968cf9db44fd" - sha256 cellar: :any, sonoma: "fbd866baa63a125581698f932aa553624b2a83c709a208da762882017d0615e8" - sha256 cellar: :any, ventura: "253634f300fd2d1a6271892b82db065b67da14a8fa68784f654852fb208f2e06" - sha256 cellar: :any_skip_relocation, arm64_linux: "95dd950079e37cacfd9b163a17c6b69d33723bb453a862bf2513166d9cdc0501" - sha256 cellar: :any_skip_relocation, x86_64_linux: "291943a184e27b72f6701a76a9a13bd3178b0aaee19ee8cbda4daabdf76c465f" + sha256 cellar: :any, arm64_sequoia: "2a3870ad069946d15ecc4a9277abb53f537704f0bff97c513c0555147307ad96" + sha256 cellar: :any, arm64_sonoma: "babcfa25adcc7751b653dac1df07392d4366f0dabf7e0a3bd7d0cf4d19d9eaac" + sha256 cellar: :any, arm64_ventura: "254925ab3e63d3a1e3446d481a1bcb94ea832386dc039b98da8221dbd3000d8e" + sha256 cellar: :any, sonoma: "1cda78cd98975d6a09429d16c1ce69ba8d6ae2f55cbdc2a58eeb1f0d17c584d1" + sha256 cellar: :any, ventura: "5ae520034af5413e29d35a8e74abc1a11e7e7dac16c078db757266d2d418ae2d" + sha256 cellar: :any_skip_relocation, arm64_linux: "2d79c96332e57b65c385bedd7aa95ca82ecc33616c7b7485ab8a3f0cb24e9e04" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d298110a7fff028faebc21047f71344eb13b5d5464b076b7853ad32e141086b" end depends_on "cmake" => :build From 743c2c2fcc40284b57af30624513a1243acb56ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:40:00 +0000 Subject: [PATCH 00024/10074] luau: update 0.675 bottle. --- Formula/l/luau.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 18e3802789e84..fe67eca793382 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -13,13 +13,13 @@ class Luau < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1321a6ef350b6f7b45af56ca039b1a21779e7f2c7f5c0ef9e678dfe151ebef0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "37c257b395684ed75a2b5ed82ab4fcda7b069b948a300a09edc8265626646d64" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bf8e483c56718b588b50723effc293f3d77e285228e6965c4aa5a1d49d4cdbf0" - sha256 cellar: :any_skip_relocation, sonoma: "184146704a18499b11f782c0858415b7c2ecf40e478e4c3fa883ffd7c01ded3f" - sha256 cellar: :any_skip_relocation, ventura: "e1da040d31964a30cea3b0bb3645f5b1b90aa538eb99d043c2ff4a6b998fd645" - sha256 cellar: :any_skip_relocation, arm64_linux: "c3763330107927acf31e9d9b83c55cf99448dd69e52a5756f50c7904f52bdb81" - sha256 cellar: :any_skip_relocation, x86_64_linux: "181ad061aa44b67de0b6de000ab5948eb892d97d1b435ea3fff6781cfb620d4a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "827547fc0ed2a85ea435180f500f1c1d6eed4764d9b29f7cb19fc40e85657287" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "17766d97807f5596e4bc9beb5bedf31cc59b2f557acbed056384c2f32c310249" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d3090ede6e40d3a525d8f067e6f005bda03c5d58ff73665e1ed7344cfc653ca5" + sha256 cellar: :any_skip_relocation, sonoma: "21996d3a9e57b078abab4b57ca8cf6c6b15984677e4b5cdc549404d24cdfb13c" + sha256 cellar: :any_skip_relocation, ventura: "7851236980f0ca3bcf314a5468576c26c767582a590d0bfeae7f3e088573ac04" + sha256 cellar: :any_skip_relocation, arm64_linux: "f586de74b96171248b80e6b0b0e09c6e57cf715ab01622b2475c3fe5f2c94d9c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1b0652eee3223e323b9589890f4596baebe923516c61efe17bfec829340c1b4c" end depends_on "cmake" => :build From 0eee5a3b2d4c421ec14eb893a7d123236f905865 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:40:22 +0000 Subject: [PATCH 00025/10074] llm: update 0.26 bottle. --- Formula/l/llm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llm.rb b/Formula/l/llm.rb index 68bd4b0c0c497..6fdb6e4b6b49e 100644 --- a/Formula/l/llm.rb +++ b/Formula/l/llm.rb @@ -8,13 +8,13 @@ class Llm < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "ec7f9934ed86e768a9a8dbf05925772b6d4233f156c5396b3354ce47fd26360a" - sha256 cellar: :any, arm64_sonoma: "d03c6fe04f0e5685e8102578917f6053d5280d755620f90e1439ecd6ca64173b" - sha256 cellar: :any, arm64_ventura: "5b0e11719d11e405bcf65a091af97a04d71b22720314fcc0d260a987bcfe6940" - sha256 cellar: :any, sonoma: "4786ce6a802e2ade6934ce18447764de857686dcb1f40563fa3020ba07c7cece" - sha256 cellar: :any, ventura: "c4725a6d8d3675fe711f7427b7219c0a68589e09dfbfb0f8adac6a26ca94ff8d" - sha256 cellar: :any_skip_relocation, arm64_linux: "46ea9c722ae6199398997fd5d99faa0a2a437bc300b4eeedb5786aa53964f4f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "63f2e968ade02fa2bdb4e1eefde1b25385c39b6d5b80d8ea62085b2a5fef4adc" + sha256 cellar: :any, arm64_sequoia: "ac4b66f3356702fe5fef8cc38f64875ce82be84e35a37608333472e9b8013290" + sha256 cellar: :any, arm64_sonoma: "30a303861495064a48745b1d31018fe41f96a94533f84f758557d3563574fc7d" + sha256 cellar: :any, arm64_ventura: "23e714b5c04cb6a73b728550a305fea187df5bd4060c42a9b54bc90381014361" + sha256 cellar: :any, sonoma: "524a88569c9c999bdee90744360172a13f0afc6d668191b1b877ec8449c73340" + sha256 cellar: :any, ventura: "d367f45383530b2e1dd8a1bff5cfb11658a06b69b746375f94ec70f3bd5ba5e4" + sha256 cellar: :any_skip_relocation, arm64_linux: "9c865d933360cb531e25f749034370b832ad47df5cbb1e7e30ca6f8c6dca2244" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d08b13b66285fb781744f78bc24be8561835c3dd24a9f9645d2b0b9dde8bba6c" end depends_on "rust" => :build From 56361860c813026c010c919d284af86f99e2a40b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:40:22 +0000 Subject: [PATCH 00026/10074] joker: update 1.5.0 bottle. --- Formula/j/joker.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/joker.rb b/Formula/j/joker.rb index b1e486a952239..c034443916d5a 100644 --- a/Formula/j/joker.rb +++ b/Formula/j/joker.rb @@ -7,12 +7,12 @@ class Joker < Formula head "https://github.com/candid82/joker.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "69cf78e5e0c26b880056f48624622827ee4c2204a9233d24726a66bdacd1d1a8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "69cf78e5e0c26b880056f48624622827ee4c2204a9233d24726a66bdacd1d1a8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "69cf78e5e0c26b880056f48624622827ee4c2204a9233d24726a66bdacd1d1a8" - sha256 cellar: :any_skip_relocation, sonoma: "81f87cda13426f96a91bc65de5a0b4e4adec4bcd742d7aae4c5e2f742197eeea" - sha256 cellar: :any_skip_relocation, ventura: "81f87cda13426f96a91bc65de5a0b4e4adec4bcd742d7aae4c5e2f742197eeea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9ad596d08da5809cb57325e07aeff635d96f459ea686310c26157251888a5677" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc7d74a8ab4c36f93af4117c52f075869041167063eb3932d2de6470c9e70e55" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc7d74a8ab4c36f93af4117c52f075869041167063eb3932d2de6470c9e70e55" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dc7d74a8ab4c36f93af4117c52f075869041167063eb3932d2de6470c9e70e55" + sha256 cellar: :any_skip_relocation, sonoma: "25ef9cc98dbd047f14b62f12765cb42c2f80169a0ad73758a879be62633bc796" + sha256 cellar: :any_skip_relocation, ventura: "25ef9cc98dbd047f14b62f12765cb42c2f80169a0ad73758a879be62633bc796" + sha256 cellar: :any_skip_relocation, x86_64_linux: "814f07a5f49b86edf2ad338cdc27a7ae289fc3a1c4270266de172fadb4d1167c" end depends_on "go" => :build From 57c4dd9d96567b4675dd74f0c41eedead6ea2770 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:40:24 +0000 Subject: [PATCH 00027/10074] libslirp: update 4.9.1 bottle. --- Formula/lib/libslirp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libslirp.rb b/Formula/lib/libslirp.rb index de12d611272da..118ddbbfa1816 100644 --- a/Formula/lib/libslirp.rb +++ b/Formula/lib/libslirp.rb @@ -6,13 +6,13 @@ class Libslirp < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "41489d3292fc00e715930b65980adb384d23d248904c2a3ea126d6ef62c3328e" - sha256 cellar: :any, arm64_sonoma: "06992c7d810c3352be4d465c5551f37275063b9f927496c88754a4ed70075bea" - sha256 cellar: :any, arm64_ventura: "d67c02807eab2c67b0fa0b6d60bcf945decbd1ec62d9586287d7966d34fb95ec" - sha256 cellar: :any, sonoma: "8729bdd5d982f8b5f61bd9ff63a9f6916040d28fd65a407ed1bc5d8891d0ecf5" - sha256 cellar: :any, ventura: "5a119322dedd978d5d6e269850bf5098d048a150a3689c9024561575a51368c0" - sha256 arm64_linux: "5facd6fada8958aac92e7bff91f897f42f10169c834ff90d964e4bc53a68b6ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "80aef1df64bdf83980438cf320d2c8af65fc395d94a5ada48b97fa81f1a23f41" + sha256 cellar: :any, arm64_sequoia: "12a9e671b10f09a59a51c9eb9010baa5d5a787f8404ff7a3ed709444ccd6c1c6" + sha256 cellar: :any, arm64_sonoma: "9f5be8a2ff62099f8eedcb100f94ba8d0738f6ac4b0f2008672f61115c0a73c4" + sha256 cellar: :any, arm64_ventura: "4fc26d7834da55420b1c52fc3485af3a5b9185011c4f279890fb191450acf359" + sha256 cellar: :any, sonoma: "ff2054700a614d655e435078c3893cff4af6df3ac42790ed47ffb2e32c266e44" + sha256 cellar: :any, ventura: "0697734d15f13ff118f98ed958203810b089b67e0e3e2495b253e8cd8158eb77" + sha256 arm64_linux: "15990492fa251d8234d1e03dca795409da45482cc49ffce227922c1287de1b5a" + sha256 x86_64_linux: "ffa7400789bef355d7d42bf479655ca8de737e514f8ae261a6669b128404903a" end depends_on "meson" => :build From 2a5d774b7569d411e8597f7e9174d10a51525262 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:41:04 +0000 Subject: [PATCH 00028/10074] git-town: update 21.0.0 bottle. --- Formula/g/git-town.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-town.rb b/Formula/g/git-town.rb index 55dc8cbfbb760..6c96b8d10f345 100644 --- a/Formula/g/git-town.rb +++ b/Formula/g/git-town.rb @@ -7,12 +7,12 @@ class GitTown < Formula head "https://github.com/git-town/git-town.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "127fe76c2773942ded97c46ec5285bb60dea631cbd825eff2b71766c0c552390" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "127fe76c2773942ded97c46ec5285bb60dea631cbd825eff2b71766c0c552390" - sha256 cellar: :any_skip_relocation, arm64_ventura: "127fe76c2773942ded97c46ec5285bb60dea631cbd825eff2b71766c0c552390" - sha256 cellar: :any_skip_relocation, sonoma: "79f8eef2e287c62cc2ed7c9fb0ccb6f3ee8ef5d1eaee6c79e7a23007e4c7fe38" - sha256 cellar: :any_skip_relocation, ventura: "79f8eef2e287c62cc2ed7c9fb0ccb6f3ee8ef5d1eaee6c79e7a23007e4c7fe38" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1228a541af84f3a1a4d048a2b5af00fac0ee8d916d000178531665222bec357d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a" + sha256 cellar: :any_skip_relocation, sonoma: "3a630c99c3bf37ed6a8adb657028bd9797a6fd6622b0bfd744eb7df7ff3d9a42" + sha256 cellar: :any_skip_relocation, ventura: "3a630c99c3bf37ed6a8adb657028bd9797a6fd6622b0bfd744eb7df7ff3d9a42" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9d3934a5f29042e4a5630954071818d3ee9a2bb8cf7062522913b03b2392b60a" end depends_on "go" => :build From e70c1ea1fc09e1c7ec5343467da29bc81a6507e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:41:13 +0000 Subject: [PATCH 00029/10074] garnet: update 1.0.69 bottle. --- Formula/g/garnet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index eb7ee4bcf1630..c0a74416e612f 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -6,12 +6,12 @@ class Garnet < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "d7a85ade40f7eb9e69e6d77e2342ba5b54f4d09536bbfd9022e870259948ddad" - sha256 cellar: :any, arm64_sonoma: "f45e3ec4db237e603ead8651136af8c506d41ee77d583436843d937cd4fc7423" - sha256 cellar: :any, arm64_ventura: "acee389c5d462bad0fecd3fed1aeccb5fe1a3c773bfb123cdbc1812fe1036b66" - sha256 cellar: :any, ventura: "e4296fe51ea245bbc35bd526bd584a3450c36520b6caa68795f79a9cc647b794" - sha256 cellar: :any_skip_relocation, arm64_linux: "ac9d796d92f340f16cb06aa1da52d1114dd6cd2d59e73e5897407bd58fcfb563" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4b57ee719d6e49cf59ed2d6b4e3888534b572f3c39e346acda739d20e0bce5bc" + sha256 cellar: :any, arm64_sequoia: "00fd9936f32da5222d5ce179abb7075469c54deb34018bb7faee4c7db2c8b29b" + sha256 cellar: :any, arm64_sonoma: "0c1fa538bbda5ab6414d354c368c42b5cec96eeda9932c428852b6663ea99303" + sha256 cellar: :any, arm64_ventura: "e7ad03c015f0f40ae0bb2bd5a73795512817e42cf936e08a1adf9dba104c0f72" + sha256 cellar: :any, ventura: "6bb004c318236974ec6bb70830c594054ad9567d268d79f93f1a4aac045acb77" + sha256 cellar: :any_skip_relocation, arm64_linux: "9b03f50390417f7cec0b067e6bcb0b11325a8f091bd12d39b549bacfa3b04136" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5637466f74a33d20dcc41f7bdb7bc03506770d794d7f6006a4986421c7618f1b" end depends_on "valkey" => :test From c088427b1085b219c079099f978a4f594a44ecea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 00:47:36 +0000 Subject: [PATCH 00030/10074] oci-cli: update 3.57.0 bottle. --- Formula/o/oci-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index ab720daa337a9..2b67a238d5b94 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -9,13 +9,13 @@ class OciCli < Formula head "https://github.com/oracle/oci-cli.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "f7ccbc6eae2cb9c67ea7519d7f015701ebf46519e2fb290d20e07b8576ec9070" - sha256 cellar: :any, arm64_sonoma: "474a7e3f441f552ab795925a68d0b25f1bc708ef921f9e4cc10f36b4b3387bc7" - sha256 cellar: :any, arm64_ventura: "02b98f62f0cd6fdeee0b6aa12fa038579ab4c838062e1a1612ed971f90c07ade" - sha256 cellar: :any, sonoma: "03aeea16fa0281ad2e5e6aa8169bea3f8b176c9d1defb9b30f5a837db9b41261" - sha256 cellar: :any, ventura: "61dd22621ab27275bb2754c86db679576c53791f415d003aab69dc21d9d7392a" - sha256 cellar: :any_skip_relocation, arm64_linux: "634fe0e316194d04e04f8abf1f73761598943aeabb67af99f81a26ce6a51acd0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "64bfb52bd712321679adb02c4a6cd49260925c2f51cfb8212296f71b2e6d611e" + sha256 cellar: :any, arm64_sequoia: "af1402b74e46e3584182871f62427db0c297c3528f25244f492d8b8801c19cea" + sha256 cellar: :any, arm64_sonoma: "b6a8099cd22f3b3c8fd59f1e28c836e42b420a1046b725d1fd7b9052c5d6026e" + sha256 cellar: :any, arm64_ventura: "f486cabc46f460853c27a6f0a99b7a3cd068318255a2705fd5f4eebd3cffa71f" + sha256 cellar: :any, sonoma: "77f01c37b461f90f4c2637ac5d7f01826c1894bbbf2640bba4517e55959956df" + sha256 cellar: :any, ventura: "274760278b059cf861235e5465c946251da60783b78a33b51739953a122f9790" + sha256 cellar: :any_skip_relocation, arm64_linux: "0575e66c047848be573baa7db6876c4ecadbda07a0a04c7d3607efe33a00dfc4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "abbfcea508a3d3b7e1769682c61188df6231dcaecc0717b7ad1630c23676b63c" end depends_on "certifi" From 1c9c21a609629e9e819c43be42607fae31960a86 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 27 May 2025 20:52:44 -0400 Subject: [PATCH 00031/10074] datalad: remove stale workaround, add head --- Formula/d/datalad.rb | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Formula/d/datalad.rb b/Formula/d/datalad.rb index c71afc8a998c1..275731e4e3e73 100644 --- a/Formula/d/datalad.rb +++ b/Formula/d/datalad.rb @@ -6,6 +6,7 @@ class Datalad < Formula url "https://files.pythonhosted.org/packages/06/09/1cafa5d584ca92fe9e9381282103e2d92944aae2997085ca1aee111c5c1c/datalad-1.2.0.tar.gz" sha256 "4ea32977ee8dabc277fb08bdee375885427177768330b4e2f51c0c1502400a80" license "MIT" + head "https://github.com/datalad/datalad.git", branch: "maint" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "22ce84563f77166529b3d3be9d1840a84630a9aa18d4dcb70a85dc850b442e91" @@ -194,18 +195,7 @@ class Datalad < Formula end def install - without = %w[python-dateutil requests] - venv = virtualenv_install_with_resources(without:) - - # Fix compatability with setuptools 72+: https://github.com/dateutil/dateutil/pull/1376 - without.each do |r| - resource(r).stage do - inreplace "setup.py", "from setuptools.command.test import test as TestCommand", - "TestCommand = object" - venv.pip_install Pathname.pwd - end - end - + virtualenv_install_with_resources generate_completions_from_executable(libexec/"bin/register-python-argcomplete", "datalad", "--shell") end From e3e3bfbceca733f4c7941eb12c9e422a1201467d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 22:55:29 +0000 Subject: [PATCH 00032/10074] dcm2niix 1.0.20250505 dcm2niix: add cmake 4.0 build patch Signed-off-by: Rui Chen --- Formula/d/dcm2niix.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Formula/d/dcm2niix.rb b/Formula/d/dcm2niix.rb index eeb881f68c267..dea1c90c44867 100644 --- a/Formula/d/dcm2niix.rb +++ b/Formula/d/dcm2niix.rb @@ -1,8 +1,8 @@ class Dcm2niix < Formula desc "DICOM to NIfTI converter" homepage "https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage" - url "https://github.com/rordenlab/dcm2niix/archive/refs/tags/v1.0.20241211.tar.gz" - sha256 "3c7643ac6a1cd9517209eb06f430ad5e2b39583e6a35364f015e5ec3380f9ee2" + url "https://github.com/rordenlab/dcm2niix/archive/refs/tags/v1.0.20250505.tar.gz" + sha256 "3750e719596d310798722468a763d90e6a5d9edb720d321ca233926a0a508e32" license "BSD-3-Clause" version_scheme 1 head "https://github.com/rordenlab/dcm2niix.git", branch: "master" @@ -25,6 +25,9 @@ class Dcm2niix < Formula depends_on "cmake" => :build def install + # Workaround to build with CMake 4 + ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5" + system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" From efe5cffd9c0424d618146778183847578baa8674 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 28 May 2025 02:12:16 +0000 Subject: [PATCH 00033/10074] polypolish: update 0.6.0 bottle. --- Formula/p/polypolish.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/polypolish.rb b/Formula/p/polypolish.rb index fcfeb6c566f1b..b7b706a00620e 100644 --- a/Formula/p/polypolish.rb +++ b/Formula/p/polypolish.rb @@ -12,6 +12,7 @@ class Polypolish < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "a8b92132e290d9acc0dfda7f77733d753a047a9300b48addb519d7da6bad1859" sha256 cellar: :any_skip_relocation, sonoma: "33cb907b077ec76328435441f43a1bf57fcca5cbe2f9959ab6a30c4b21524b63" sha256 cellar: :any_skip_relocation, ventura: "921305cc787de3679dada5645917f3e183e96aac6f4dccc8930adcb395eda850" + sha256 cellar: :any_skip_relocation, arm64_linux: "c143a0a43418cb58e4e2d09ada0938ca835b81d3257e9308bab83fb14261f26c" sha256 cellar: :any_skip_relocation, x86_64_linux: "fe3e0cff58d47896e53f46ad77f65e9ab63c6f6a1242fbd88de05584d7dad59d" end From 9cc67b1ffa55bb97c44dbd902e978d8e8077adce Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 27 May 2025 19:21:03 -0700 Subject: [PATCH 00034/10074] trimal 1.5.0 (new formula) --- Formula/t/trimal.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Formula/t/trimal.rb diff --git a/Formula/t/trimal.rb b/Formula/t/trimal.rb new file mode 100644 index 0000000000000..7ffc4b47fa391 --- /dev/null +++ b/Formula/t/trimal.rb @@ -0,0 +1,24 @@ +class Trimal < Formula + desc "Automated alignment trimming in large-scale phylogenetic analyses" + homepage "https://trimal.readthedocs.io/" + url "https://github.com/inab/trimal/archive/refs/tags/v1.5.0.tar.gz" + sha256 "3fba2e07bffb7290c34e713a052d0f0ff1ce0792861740a8cec46f40685c6d73" + license "GPL-3.0-only" + head "https://github.com/inab/trimal.git", branch: "trimAl" + + def install + cd "source" do + system "make" + bin.install "readal", "trimal", "statal" + end + end + + test do + (testpath/"test.fasta").write <<~EOS + >U00096.2:1-70 + AGCTTTTCATTCTGACTGCAACGGGCAATATGTCTCTGTGTGGATTAAAAAAAGAGTGTCTGATAGCAGC + EOS + system bin/"trimal", "-in", "test.fasta", "-out", "out.fasta" + assert_path_exists "out.fasta" + end +end From 026b8732206b91255b510376b9c9631720d3b247 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:30:25 +0000 Subject: [PATCH 00035/10074] fastp 0.24.2 --- Formula/f/fastp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index 415c220669d90..09eaf00290665 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -1,8 +1,8 @@ class Fastp < Formula desc "Ultra-fast all-in-one FASTQ preprocessor" homepage "https://github.com/OpenGene/fastp" - url "https://github.com/OpenGene/fastp/archive/refs/tags/v0.24.1.tar.gz" - sha256 "dd8a1b7e0410a800f80939e4d14b116e90bbec83ef7294a5f13fdaaba3fcc719" + url "https://github.com/OpenGene/fastp/archive/refs/tags/v0.24.2.tar.gz" + sha256 "10160116770e161cffcfd0848638dcf1190fa7c9cf7e84bf7c4051e8f8dd9645" license "MIT" bottle do From 887b548cf716a0798abe70ae09f163c0b55d447d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:30:51 +0000 Subject: [PATCH 00036/10074] fern-api 0.63.9 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 5005733b2dad1..71d5f6a16aa82 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.7.tgz" - sha256 "31b396ba963fcffe9e818b1017eef25dc1391d69ea083139961e45f5510b3420" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.9.tgz" + sha256 "31ac2e088d2820924cb430e3316bf87053f29a94d0c4c9daee48cad7c3328692" license "Apache-2.0" bottle do From 9584013c0b0414415b3b0b114c770d10db383184 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:39:40 +0000 Subject: [PATCH 00037/10074] nmstatectl 2.2.45 --- Formula/n/nmstatectl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nmstatectl.rb b/Formula/n/nmstatectl.rb index 0f67729b00899..0a23c6511373f 100644 --- a/Formula/n/nmstatectl.rb +++ b/Formula/n/nmstatectl.rb @@ -1,8 +1,8 @@ class Nmstatectl < Formula desc "Command-line tool that manages host networking settings in a declarative manner" homepage "https://nmstate.io/" - url "https://github.com/nmstate/nmstate/releases/download/v2.2.44/nmstate-2.2.44.tar.gz" - sha256 "2a5645786befd5155192ba4f8ce5d3d91964ddb78d8c0c144cc8ca94bc45255d" + url "https://github.com/nmstate/nmstate/releases/download/v2.2.45/nmstate-2.2.45.tar.gz" + sha256 "af2cd67913c8bb0965ef8ee989276d0fb006f641e5a3e4fea0cf2587309feb59" license "Apache-2.0" head "https://github.com/nmstate/nmstate.git", branch: "base" From f865b3b6d70685b5da4f5327c7a11d0c491e42f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:40:34 +0000 Subject: [PATCH 00038/10074] oj 1.26.6 --- Formula/o/oj.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oj.rb b/Formula/o/oj.rb index 969bf80d3ea44..6823354c96ba0 100644 --- a/Formula/o/oj.rb +++ b/Formula/o/oj.rb @@ -1,8 +1,8 @@ class Oj < Formula desc "JSON parser and visualization tool" homepage "https://github.com/ohler55/ojg" - url "https://github.com/ohler55/ojg/archive/refs/tags/v1.26.5.tar.gz" - sha256 "dfa9ce6608ea3d94584e4a47c6568a90844dd9d8f3fd35f8e893fa7fdd5d7bd7" + url "https://github.com/ohler55/ojg/archive/refs/tags/v1.26.6.tar.gz" + sha256 "85754da53ac0b717e1c9068c71a73315bbe666e10520de488a84c4fd124d5d8c" license "MIT" head "https://github.com/ohler55/ojg.git", branch: "develop" From 8e58aa2ec97dfe7b1e47b1b076dc363aa0eaa3e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:41:13 +0000 Subject: [PATCH 00039/10074] opkssh 0.7.0 --- Formula/o/opkssh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/opkssh.rb b/Formula/o/opkssh.rb index 56dc1dcd93197..ec5db47420f27 100644 --- a/Formula/o/opkssh.rb +++ b/Formula/o/opkssh.rb @@ -1,8 +1,8 @@ class Opkssh < Formula desc "Enables SSH to be used with OpenID Connect" homepage "https://eprint.iacr.org/2023/296" - url "https://github.com/openpubkey/opkssh/archive/refs/tags/v0.6.1.tar.gz" - sha256 "edb4b2ef3aaf9a16d409e92b27ed1467494edebedcca8ad51060916b175e401b" + url "https://github.com/openpubkey/opkssh/archive/refs/tags/v0.7.0.tar.gz" + sha256 "27f46aeab36e7cb67bba4f945eb95e6f0f137b6276dcb5a8d46dc1ee8c68b0cb" license "Apache-2.0" head "https://github.com/openpubkey/opkssh.git", branch: "main" From 4b0d85661b08d31771d8f966fca7e10ea438b951 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:41:46 +0000 Subject: [PATCH 00040/10074] fastp: update 0.24.2 bottle. --- Formula/f/fastp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index 09eaf00290665..a701d48c74571 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -6,13 +6,13 @@ class Fastp < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "d1d632493ed11e7c6db44c6265d9936f00026a0012ce2a2c42f6a39c224409d7" - sha256 cellar: :any, arm64_sonoma: "7726820f8746ddc91660e300e03e1752de97d00d05da3246058a3e74b1fd9fbb" - sha256 cellar: :any, arm64_ventura: "607b3abec7359671bdd813a97e884e1440ff06e8447415dbb211863f08876016" - sha256 cellar: :any, sonoma: "b057cf1f75d8be26c6f54c4da3a787de2b519c1a98d82912cc988a4089a318ee" - sha256 cellar: :any, ventura: "69b7ab175dd72f8eb15f2a40dcfee38636ba96d056fc7dd61cd437595d304481" - sha256 cellar: :any_skip_relocation, arm64_linux: "85b0013a05762141221ea1c320ba1c17a77f824083cc816b52d63c16a2060b6b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7cc80baf649052c86fbcfe150552298c3036804a15217395ab4bd4528295e475" + sha256 cellar: :any, arm64_sequoia: "23ffe05e0baa375fcde060cd8f4a686577da6201e62a4a69dd756ff832b7d86a" + sha256 cellar: :any, arm64_sonoma: "9a5119aaf811d6a0edf99d5cc8f4de6de179f73d0d67a3465671ce979792dfab" + sha256 cellar: :any, arm64_ventura: "3f39caa2a80acb0f9b8126779ddd192aa457441029b3cfee50aff7b6f40aca50" + sha256 cellar: :any, sonoma: "e061b05495e5a5621c387e6fd81ec8331eccec22eadb38d20ffd5452f17a4213" + sha256 cellar: :any, ventura: "fd88ca083183a47d715adc8921a70cf639e0f7b3a202e02a54c6c79a6eb9a795" + sha256 cellar: :any_skip_relocation, arm64_linux: "b5d0193fc1ac731476b650f07c9574dc4b9911da6ab66bf5270a3a12d1032dff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c34bed447c51cb1c02fb073b58aa956191eeefcc2ad234f94c63048874c63fd3" end depends_on "isa-l" From 36e7cdd00803962786c8bcb13b10eb82b23e472e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:42:52 +0000 Subject: [PATCH 00041/10074] promptfoo 0.114.0 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 2889b47d54c8a..de62e5fae1082 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.113.4.tgz" - sha256 "09f44d8eeaf6155c75535fb98cc38919ec9f14e07c86208c0b8ac50ff688fac1" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.0.tgz" + sha256 "4c66f2b52d654dd6b50b1684d3c3a07cdd47c98757f37253953036e1537c26f9" license "MIT" bottle do From 5dedfeeff5d3669f7796ae2aa06f1f876ff79919 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:46:36 +0000 Subject: [PATCH 00042/10074] fern-api: update 0.63.9 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 71d5f6a16aa82..96befc6cd678e 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "5cc579e8c4d7c95cf2ed083e125ce7e64313970f6db04c8e7bcd2c7b6f16c839" + sha256 cellar: :any_skip_relocation, all: "6aa07479153557d00a77c62598ebfba46402b5e4248f87d69ce39c8d567327a9" end depends_on "node" From 06121e348624e29c11f8b26c486d2d6ab9a6fff3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 03:12:37 +0000 Subject: [PATCH 00043/10074] nmstatectl: update 2.2.45 bottle. --- Formula/n/nmstatectl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nmstatectl.rb b/Formula/n/nmstatectl.rb index 0a23c6511373f..7bdf73f217318 100644 --- a/Formula/n/nmstatectl.rb +++ b/Formula/n/nmstatectl.rb @@ -7,13 +7,13 @@ class Nmstatectl < Formula head "https://github.com/nmstate/nmstate.git", branch: "base" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ba3b3a37f3f629d0d854770ff2b634e54e7319b78eb8f7800babcf8eadafbf5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ddca9ff5f3f699c7dd69e4710ee9f906e75d66755590e1fc3515c997a326cef8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ec57761b440a7becc1b472223a5f1d7bf1b864e2ecc3b206bbb7bedd0b66b5db" - sha256 cellar: :any_skip_relocation, sonoma: "2cf45fb2a6d14f9d71404597d8ec320e28d8bed4461c8b233d020ac7e6277fdb" - sha256 cellar: :any_skip_relocation, ventura: "dcb801697950fe4753a4f6b2b816548c2261b6f75d9295240cb78760e0e2dd90" - sha256 cellar: :any_skip_relocation, arm64_linux: "efcbd142adc478e2b2ed84af39691e83133f0fb9c2fb4e59147f131bc58ffbbe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fb23e47da25e472c357a0ea1fd20b1d47c8d575bd6880d80ce4273ef4dd6a3cf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "32ca21a11604f92b078aafc1a5875221d1ce7f753c14ea048c6fa4227d8b167c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "70bf85d428ea7b50b376a7c4231a030caf0a24bb0e464654739665ff436b8710" + sha256 cellar: :any_skip_relocation, arm64_ventura: "32719950099cec58d558210fb7143d0be9cc0a2cdb362b48d37c54fb821f5a2b" + sha256 cellar: :any_skip_relocation, sonoma: "ef9cec3f17a283e3b1119c9e14c68f5df186cd76cfe57a5d9dba1628a02ffc3c" + sha256 cellar: :any_skip_relocation, ventura: "3f7babdb73adc00847b97052088bc9b5d60267e1935ff152e4eb77060a8fb2c3" + sha256 cellar: :any_skip_relocation, arm64_linux: "b652bdf0a449bbedd860d5a7f331fc03193c2bc4d0dd3d85377c45424f8e0c2b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "39e08dd4ce5a51c7b79e57e4a4fe3f7b9f5453d3584cf89ee10089746c066ecd" end depends_on "rust" => :build From cd85d52ad0709e82b2ba1d812f65fbafab1d2448 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 03:13:02 +0000 Subject: [PATCH 00044/10074] oj: update 1.26.6 bottle. --- Formula/o/oj.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oj.rb b/Formula/o/oj.rb index 6823354c96ba0..c58ab788dddc8 100644 --- a/Formula/o/oj.rb +++ b/Formula/o/oj.rb @@ -7,13 +7,13 @@ class Oj < Formula head "https://github.com/ohler55/ojg.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7758e7e09c133bb4754fdcac53726583c0f8d27bd11553768212e87eba62026b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7758e7e09c133bb4754fdcac53726583c0f8d27bd11553768212e87eba62026b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7758e7e09c133bb4754fdcac53726583c0f8d27bd11553768212e87eba62026b" - sha256 cellar: :any_skip_relocation, sonoma: "519c8688bf5c29924491d87f7c323dec8104d2a0b68f82d5c5df11a89345d395" - sha256 cellar: :any_skip_relocation, ventura: "519c8688bf5c29924491d87f7c323dec8104d2a0b68f82d5c5df11a89345d395" - sha256 cellar: :any_skip_relocation, arm64_linux: "cf8e9cb061d52938211963f94baa609ed43d33ccee3e8b5f9cc70e48cfa25cee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ca280f0077e0c2e62ab224b7f3102b5faa39aa413bb5db455229debaf1f9f27" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "659d69c48c89cb841e50608103d70ad2f23a58899fed7b22ea0ed64455fb8cbc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "659d69c48c89cb841e50608103d70ad2f23a58899fed7b22ea0ed64455fb8cbc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "659d69c48c89cb841e50608103d70ad2f23a58899fed7b22ea0ed64455fb8cbc" + sha256 cellar: :any_skip_relocation, sonoma: "8e8b7bbf89f0a231408f8ec64ab5b00d0578630b46e93f68bae6555021f82e06" + sha256 cellar: :any_skip_relocation, ventura: "8e8b7bbf89f0a231408f8ec64ab5b00d0578630b46e93f68bae6555021f82e06" + sha256 cellar: :any_skip_relocation, arm64_linux: "b4a0c6208cf9b1155b53e3da21bb99085048f484e45c44b6095cb3206c5bb2a9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dcc78d06b2bf62ae33dc906c2575cae01751f4bed9b2dd49ffaa041af9a6ce0b" end depends_on "go" => :build From 978c6f6077ea30ea492ec81244cca5e8fb2f80f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 03:13:07 +0000 Subject: [PATCH 00045/10074] opkssh: update 0.7.0 bottle. --- Formula/o/opkssh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/opkssh.rb b/Formula/o/opkssh.rb index ec5db47420f27..89687f04cc49d 100644 --- a/Formula/o/opkssh.rb +++ b/Formula/o/opkssh.rb @@ -7,12 +7,12 @@ class Opkssh < Formula head "https://github.com/openpubkey/opkssh.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0640a6e10bcf5282b59ab11d54b3a3973aef75cda201bfef82ea154038874049" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0640a6e10bcf5282b59ab11d54b3a3973aef75cda201bfef82ea154038874049" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0640a6e10bcf5282b59ab11d54b3a3973aef75cda201bfef82ea154038874049" - sha256 cellar: :any_skip_relocation, sonoma: "8cea435db14b96a57869334e18959795cbc81374161dc21aef66a46474b01008" - sha256 cellar: :any_skip_relocation, ventura: "8cea435db14b96a57869334e18959795cbc81374161dc21aef66a46474b01008" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45007bb3b43f295e163035bcb02ded4287029f227c936f42a632e6f3f4830675" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "19ec70ead93ad2656e47a728fd668013b96dd03572096a4c3e109453acb78524" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "19ec70ead93ad2656e47a728fd668013b96dd03572096a4c3e109453acb78524" + sha256 cellar: :any_skip_relocation, arm64_ventura: "19ec70ead93ad2656e47a728fd668013b96dd03572096a4c3e109453acb78524" + sha256 cellar: :any_skip_relocation, sonoma: "bb5b1b0ebd86db9351942633b268c3e1bf59e7745870783e0cb2627f77aa908d" + sha256 cellar: :any_skip_relocation, ventura: "bb5b1b0ebd86db9351942633b268c3e1bf59e7745870783e0cb2627f77aa908d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bcc1d15b09f4761790688c96cbe0f13f107843cb7061070f9600ef0cf2324257" end depends_on "go" => :build From e276e9faf3ec77644e24bd8e821bea182d08603c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:28:49 +0000 Subject: [PATCH 00046/10074] dlib 20.0 dlib: update homepage Signed-off-by: Rui Chen --- Formula/d/dlib.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/dlib.rb b/Formula/d/dlib.rb index 2c9e3902db21c..e3d3f81362fdf 100644 --- a/Formula/d/dlib.rb +++ b/Formula/d/dlib.rb @@ -1,8 +1,8 @@ class Dlib < Formula desc "C++ library for machine learning" - homepage "http://dlib.net/" - url "https://github.com/davisking/dlib/archive/refs/tags/v19.24.9.tar.gz" - sha256 "65ff8debc3ffea84430bdd4992982082caf505404e16d986b7493c00f96f44e9" + homepage "https://dlib.net/" + url "https://github.com/davisking/dlib/archive/refs/tags/v20.0.tar.gz" + sha256 "705749801c7896f5c19c253b6be639f4cef2c1831a9606955f01b600b3d86d80" license "BSL-1.0" head "https://github.com/davisking/dlib.git", branch: "master" From 40688ee8918a32e41765741ed178d6b35cd72c03 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 03:24:32 +0000 Subject: [PATCH 00047/10074] promptfoo: update 0.114.0 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index de62e5fae1082..0f7205adbca22 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "16605957bcfca45f83a5e71024a2f3f73ed8b3eb00bcc5f542826664ebe09753" - sha256 cellar: :any, arm64_sonoma: "134445ca39a2caae6c640872b85fb0ca15a106bd18022f95756d87b87fe873b5" - sha256 cellar: :any, arm64_ventura: "720db986a177392f4d26efcdd343d29a2d08f8718c858be50086683f464145fb" - sha256 sonoma: "0f926e3e30d7dc9bfec2004e65b185c25e04e873c2273d1bdd202c5bbee23e3d" - sha256 ventura: "c1ffbc12c4c26acb1b2c9c58b4c98c99a3937ecc7170cbfc771929dc87288dd1" - sha256 cellar: :any_skip_relocation, arm64_linux: "50b556a0ce2e04d495fa948cf5933e01eedf195e7de6631cedb83ab932086d41" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f371ecd4327f51ddc4b9081061ea505276044f860cf0c07b5ab822d8dfe2028b" + sha256 cellar: :any, arm64_sequoia: "e5ae90ab30191068da3a18c1bcd209eb1b4e328f58ad525c1bea068c57db8cc4" + sha256 cellar: :any, arm64_sonoma: "4a2b39c90cff2b6099f461c42a7b56e494eca693c334c4200235b6b8046a799f" + sha256 cellar: :any, arm64_ventura: "41b475c684f71e170e1b8f1a26dce3a0f2e37420b86d3be0da3739d02cea3920" + sha256 sonoma: "8b6bbf0ff640615f8f8ba9254b1a6d9f880c4f10c1b523151861cef96e94c441" + sha256 ventura: "7468696c76e2fdfc311c94ea6423c9c1f41d3365c3d01f5092e2a32ca3e17151" + sha256 cellar: :any_skip_relocation, arm64_linux: "8d298877e641aa30f9a4de5cf487f7395fe1b8d399ad909113b6db28f3d5daac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a5b60097fcfee7ca2a26451dc88955ccc7a108911cfc4ac246873d5d75b0174f" end depends_on "node" From b365a65e40c09e6fa1982ee689a4752831a153a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 03:26:27 +0000 Subject: [PATCH 00048/10074] trimal: add 1.5.0 bottle. --- Formula/t/trimal.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/t/trimal.rb b/Formula/t/trimal.rb index 7ffc4b47fa391..a5b6e98d2712f 100644 --- a/Formula/t/trimal.rb +++ b/Formula/t/trimal.rb @@ -6,6 +6,15 @@ class Trimal < Formula license "GPL-3.0-only" head "https://github.com/inab/trimal.git", branch: "trimAl" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7601f4fa41f4b2c49221fcfd10680dae2d7ba2ecf7b118ada2626df50b3dfe56" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d9046969829e57b325ddb627977fccaf33ec9b3b9dd17fdd1acec4c45af0ed7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4a64b8c35e66ccd823b1778665bebc09a42c5d630897591c18fd8b50b68f9ec6" + sha256 cellar: :any_skip_relocation, sonoma: "6b995bc17baddfea2602992cf14f32151e5e96967fe64d4fb75b11529b47f54c" + sha256 cellar: :any_skip_relocation, ventura: "c08772fe873d74045bb407315005b425aff589897efa1e76bd505c7e78d6200e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fbdf2569d36a67e7381636245466bc4747821e04db83d1c6883b9a632920054f" + end + def install cd "source" do system "make" From 7c25e377bf834411b19dfd0367fe913ec83da057 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 02:46:20 +0000 Subject: [PATCH 00049/10074] snort 3.8.1.0 snort: remove build patch Signed-off-by: Rui Chen --- Formula/s/snort.rb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Formula/s/snort.rb b/Formula/s/snort.rb index 14356c0b03a13..59a8dc8d74259 100644 --- a/Formula/s/snort.rb +++ b/Formula/s/snort.rb @@ -1,9 +1,9 @@ class Snort < Formula desc "Flexible Network Intrusion Detection System" homepage "https://www.snort.org" - url "https://github.com/snort3/snort3/archive/refs/tags/3.7.2.0.tar.gz" - mirror "https://fossies.org/linux/misc/snort3-3.7.2.0.tar.gz" - sha256 "5dc9beb0e115b6c33ce3cc8bd4a38decfb82c199761233e9ee21401a047e0f27" + url "https://github.com/snort3/snort3/archive/refs/tags/3.8.1.0.tar.gz" + mirror "https://fossies.org/linux/misc/snort3-3.8.1.0.tar.gz" + sha256 "adbd958bd0f9b2c78997bfda5a36cbbc843f07a71712db0b56f085e2cd124164" license "GPL-2.0-only" head "https://github.com/snort3/snort3.git", branch: "master" @@ -45,12 +45,6 @@ class Snort < Formula depends_on "libunwind" end - # support cmake 4.0, upstream pr ref, https://github.com/snort3/snort3/pull/409 - patch do - url "https://github.com/snort3/snort3/commit/565f3ee1fc9c62a8943a82f0f52a7973530f9a18.patch?full_index=1" - sha256 "bcd3ce2d90e98c55e57aba85be879a290976c232e9ab2ee9d45b295eb61178af" - end - def install # These flags are not needed for LuaJIT 2.1 (Ref: https://luajit.org/install.html). # On Apple ARM, building with flags results in broken binaries and they need to be removed. From 88a2ab00b51a93ca309af124754a51ad446fc19f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 04:37:27 +0000 Subject: [PATCH 00050/10074] dcm2niix: update 1.0.20250505 bottle. --- Formula/d/dcm2niix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dcm2niix.rb b/Formula/d/dcm2niix.rb index dea1c90c44867..13fe10152f7f4 100644 --- a/Formula/d/dcm2niix.rb +++ b/Formula/d/dcm2niix.rb @@ -13,13 +13,13 @@ class Dcm2niix < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f0b06a5b2894702dc46bc9f7de01dffc4287da7a94b1a586c2113d872b85c54" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b89aa18f86588bff4689bb3592493b2c299df30338cc8cc1ceefb2bc085be2d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2f848dbc3fcc8eb421c5a32fa0c159afe1601cf7111f95bb6cda721bd9e12d25" - sha256 cellar: :any_skip_relocation, sonoma: "0c716538917b7ab79080a7b64647e2e7fb1312b6a622e3882c8ff084c944d70d" - sha256 cellar: :any_skip_relocation, ventura: "f30ff1f7cdba4bbee0e9dbc71cd8097c5f758a1d037de1e518281c4b8183223c" - sha256 cellar: :any_skip_relocation, arm64_linux: "4a10cbb413a652bd211a3bbc66ba8bbc002c4527b75a62537bd10d1797443563" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13baad586219be6dd44afd6992c7cf33bacd2b51abdb819a713ed3a0658b7df3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5aafa3077e9b091f3794393cb261df879354d5e601dc6de66247361900ad24f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e00f4172fa0e74a4a8c962a0989276ccb3220cab7c694dba275ff98271c67af5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e6d093932363eee682d6875916944672fd2ba8393e14318e1a746c26f3933730" + sha256 cellar: :any_skip_relocation, sonoma: "02e8f2faa36c8c6e262c2c00e7ae54a9c35c5e57061513fa25469d26ecabd32e" + sha256 cellar: :any_skip_relocation, ventura: "60b7dcddebdb73c35be26a2ebf73a928ed4135764637f24d6a2d44a56c99abfc" + sha256 cellar: :any_skip_relocation, arm64_linux: "4367a8327072a9769ec29464e996cbbe36cb97c50f53036816a410e1eeee8d7c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "130292490d094cd918bec552ec8460536699b0ff9c08e5ef5c5f271829d953f9" end depends_on "cmake" => :build From 965096f86afffc4c725d2b22900ebee979d73cdd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 28 May 2025 04:39:24 +0000 Subject: [PATCH 00051/10074] trimal: update 1.5.0 bottle. --- Formula/t/trimal.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/t/trimal.rb b/Formula/t/trimal.rb index a5b6e98d2712f..365556d4e8821 100644 --- a/Formula/t/trimal.rb +++ b/Formula/t/trimal.rb @@ -12,6 +12,7 @@ class Trimal < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "4a64b8c35e66ccd823b1778665bebc09a42c5d630897591c18fd8b50b68f9ec6" sha256 cellar: :any_skip_relocation, sonoma: "6b995bc17baddfea2602992cf14f32151e5e96967fe64d4fb75b11529b47f54c" sha256 cellar: :any_skip_relocation, ventura: "c08772fe873d74045bb407315005b425aff589897efa1e76bd505c7e78d6200e" + sha256 cellar: :any_skip_relocation, arm64_linux: "f7c0979024f0c970c93afe487233d6847fc182f23f00e8a89a88eca999a318ba" sha256 cellar: :any_skip_relocation, x86_64_linux: "fbdf2569d36a67e7381636245466bc4747821e04db83d1c6883b9a632920054f" end From 1dac30e8120bf380509158d845f84b86b8d55649 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 04:51:24 +0000 Subject: [PATCH 00052/10074] ast-grep 0.38.3 --- Formula/a/ast-grep.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/ast-grep.rb b/Formula/a/ast-grep.rb index 545e5c68fad00..d1ac4c783a2c6 100644 --- a/Formula/a/ast-grep.rb +++ b/Formula/a/ast-grep.rb @@ -1,8 +1,8 @@ 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.38.2.tar.gz" - sha256 "e7cc052139ef62866447a01b234e58317ab47e87d0ea2786ec2704325b301d34" + url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.38.3.tar.gz" + sha256 "387a20ce819a37dd073a4b8fdf383ce09aa3627fafe79cb17612c5cd0657ef8f" license "MIT" head "https://github.com/ast-grep/ast-grep.git", branch: "main" From 23366d615a1cd5b09f980ec6e46acc7f393b23bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 04:57:22 +0000 Subject: [PATCH 00053/10074] dlib: update 20.0 bottle. --- Formula/d/dlib.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dlib.rb b/Formula/d/dlib.rb index e3d3f81362fdf..f364756926844 100644 --- a/Formula/d/dlib.rb +++ b/Formula/d/dlib.rb @@ -12,13 +12,13 @@ class Dlib < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d837ecfb66b6f9dcf3e3da883b3e0f1ba898dcc98d9a7ca1ec466b4e3574cd43" - sha256 cellar: :any, arm64_sonoma: "4e0d8452b3aefab4c2aa2b1aa86cca6527d8b2273bc9ece1c7f30e8f72098be3" - sha256 cellar: :any, arm64_ventura: "267c714e2e908103d442163f2a9c1c3e07b5026bed843c20ac18376c12bf2071" - sha256 cellar: :any, sonoma: "17d127462b3a90968452527f849804c9d1f9793496bac0cff3baea46e96a0340" - sha256 cellar: :any, ventura: "15efa5a0d0cf21ea1f5593be6371731cab3ea7457e2dd98716114deb13f6d1ea" - sha256 cellar: :any_skip_relocation, arm64_linux: "c901a7c6e4001e0a455c88c99fac88f4041a474b599f64cd76daa756948b59d5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f81a4a177a3c24c9e26bc7c4b21348774eb2813897f76d56115e9a790d984756" + sha256 cellar: :any, arm64_sequoia: "7494ec3521c2c39b522ba30cab0a2e2d380c5222f31775f2bea98585ddea741f" + sha256 cellar: :any, arm64_sonoma: "b636c93546d2692d574ab5b3f7013f18ca3568cef1408938ccecd7306c49ef02" + sha256 cellar: :any, arm64_ventura: "d246a77b6d001806652429c4680f717836788055a82a015a75232402eb90730c" + sha256 cellar: :any, sonoma: "959777d3009abe7fefed086c20bfa72dc5badd28cef86e35cf7ac1c910b0f550" + sha256 cellar: :any, ventura: "33dab9fb08341c856080b0c834145b10fc66347b1c9b28ea3387948d9fa47765" + sha256 cellar: :any_skip_relocation, arm64_linux: "389aac4f5901a6c86112302d131c2df645bca1cb5001092bd946e8da2ac5d705" + sha256 cellar: :any_skip_relocation, x86_64_linux: "82c6dfb7fc2ebfdcfd6c1bf6b83445e9729621962cefa5ba608b810b54f9e014" end depends_on "cmake" => :build From 92cb526d5cf3b088a3178c75392e45879db624fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 04:59:47 +0000 Subject: [PATCH 00054/10074] snort: update 3.8.1.0 bottle. --- Formula/s/snort.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snort.rb b/Formula/s/snort.rb index 59a8dc8d74259..a5d6bb17ce37d 100644 --- a/Formula/s/snort.rb +++ b/Formula/s/snort.rb @@ -16,13 +16,13 @@ class Snort < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "3fc868494ea43c963cff5158c9e8def60e6751fb669dfb7fb79278af8067adf0" - sha256 cellar: :any, arm64_sonoma: "734d12bcc90257a6ddf0fbf1a352f5e9acee3d58d7221692858292a0b3e73574" - sha256 cellar: :any, arm64_ventura: "61a203e3765d87b6c7b5a7fcd22a94f0895f8c85d51edb3bf49cc34dc5c0382a" - sha256 cellar: :any, sonoma: "1eadafaaa6d02c510b5e66b54c679cbd8a13a74950b57bbd0d08006d36c439cf" - sha256 cellar: :any, ventura: "2f49306b9f6c26fe8d3c4d2912158776d98ae9244c96bfe7202e5572a633cdff" - sha256 cellar: :any_skip_relocation, arm64_linux: "c7e01bb1207df411a15fdd77b278c4bbc177e38185259cf5424e793043a8eb70" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a61434570b7329bdc4d33351d6a0a373f41eeabe0d7edec03c606719d338ba8" + sha256 cellar: :any, arm64_sequoia: "2dd991165e878d700c2823249ff3be58b9c6abe90eefc067c9bda428e2ffeb3a" + sha256 cellar: :any, arm64_sonoma: "42cbe571a256c8e023acf4a034bfa7578f3566801aeed0e4042231d1816d0f4e" + sha256 cellar: :any, arm64_ventura: "1d56b358ac3c8e293bbde3a85650a41a201a9deddb9e1ef8c8d80dfbea73fcee" + sha256 cellar: :any, sonoma: "61734701f5a56e885e7855b6eef1458194ed482d1975c2e07b5d92f9768526f1" + sha256 cellar: :any, ventura: "9a3f01972ebe1612df5fd40317406c6546bb9d1698da751af2d8ebcf62c3d8c2" + sha256 cellar: :any_skip_relocation, arm64_linux: "3ffdb083db5c29c72412e4827adcd152f6f30914967120d799bae12adc8ce497" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2a42df450be376ded2537be9ce402d09cc62de7ffd30b79c17aa9812fb547d9c" end depends_on "cmake" => :build From 0c372d1c72db1d9a2fc65660076c7ecd49469e60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 05:05:43 +0000 Subject: [PATCH 00055/10074] libphonenumber 9.0.6 --- Formula/lib/libphonenumber.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libphonenumber.rb b/Formula/lib/libphonenumber.rb index af1c83fb1f3ea..dd9252d8553ae 100644 --- a/Formula/lib/libphonenumber.rb +++ b/Formula/lib/libphonenumber.rb @@ -1,8 +1,8 @@ class Libphonenumber < Formula desc "C++ Phone Number library by Google" homepage "https://github.com/google/libphonenumber" - url "https://github.com/google/libphonenumber/archive/refs/tags/v9.0.5.tar.gz" - sha256 "60095f6dc67d0359ec5008c5ad37f17003012c3de149b545d5a07b18d89acf90" + url "https://github.com/google/libphonenumber/archive/refs/tags/v9.0.6.tar.gz" + sha256 "0fc0f530f139de53b121a93b2b25cd96ab0d8bcfe95b4760be1f0213a75eadd2" license "Apache-2.0" livecheck do From c41bbc6b70f3036543a978a1fe2d5c8760190f51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 05:08:04 +0000 Subject: [PATCH 00056/10074] ast-grep: update 0.38.3 bottle. --- Formula/a/ast-grep.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ast-grep.rb b/Formula/a/ast-grep.rb index d1ac4c783a2c6..d8474795c7ddc 100644 --- a/Formula/a/ast-grep.rb +++ b/Formula/a/ast-grep.rb @@ -7,13 +7,13 @@ class AstGrep < Formula head "https://github.com/ast-grep/ast-grep.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "edb197a6e787013e408b2ec91fdaf72f6b423fcac69ff189672a3f0b2a351cfa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "add2fb443f6ed5ccdba79d0e1f31ac117ef06e35ede1815516ef7d46909acec5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d51cb2b9f116924f1a85d2795006a1871baa75cc39199296c2ffbadb94ce3c8a" - sha256 cellar: :any_skip_relocation, sonoma: "b9ce2a65a5e97ee911d1e7d139c85e3f53c753ad8fc77e7e7202c4f8fec88cd3" - sha256 cellar: :any_skip_relocation, ventura: "87ca5a99df03e047e45fc511ac8247e123600123af27f14b96c23dd2199aa201" - sha256 cellar: :any_skip_relocation, arm64_linux: "6e5f9d04b1417de1db52520c72faf735acf24f5639db28ffc523ba0c8e55f423" - sha256 cellar: :any_skip_relocation, x86_64_linux: "27e487ebc80d47f5dbbed4db56d022f803fb991cdc3b735328c355e421488617" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "508bfc02fd0988fe7771ca31272cb604c31c382b829918ab303116206b537042" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbbc40170248d42e58bb88be31b51e34e93452b3779b413677a949bb6b5cad77" + sha256 cellar: :any_skip_relocation, arm64_ventura: "642700f4798562dcb84b72cb6250818023fef0919f1b597933a92da0902ecda2" + sha256 cellar: :any_skip_relocation, sonoma: "315f45296b4d67a66e1535e85f87b6cc150f20952f4d296bfc0aa2e4c5acf3da" + sha256 cellar: :any_skip_relocation, ventura: "b88f559d1dc047f478985e5fa8e7905a0c60ea9acc15f1313aeece0b337c8b00" + sha256 cellar: :any_skip_relocation, arm64_linux: "51aa22b0a6c9e9e520b97adeb59d4c9e3659fc0eda962318ba52fe0b4967ce1a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15f9d2ba503eac30ebb2d09bd4cc7e92d904c7a935d7fa630dfa38ba3976bdad" end depends_on "rust" => :build From 60744f7891fb6450856595a2f2c69b4a2f82ae49 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 07:50:37 +0000 Subject: [PATCH 00057/10074] ballerina 2201.12.5 --- Formula/b/ballerina.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/ballerina.rb b/Formula/b/ballerina.rb index b0dccf054e91f..fadadeb592777 100644 --- a/Formula/b/ballerina.rb +++ b/Formula/b/ballerina.rb @@ -1,8 +1,8 @@ class Ballerina < Formula desc "Programming Language for Network Distributed Applications" homepage "https://ballerina.io" - url "https://dist.ballerina.io/downloads/2201.12.4/ballerina-2201.12.4-swan-lake.zip" - sha256 "91f40a85b9689d1be1233d6f5f2e118370db435932cd5b67ed5f549c07294a3c" + url "https://dist.ballerina.io/downloads/2201.12.5/ballerina-2201.12.5-swan-lake.zip" + sha256 "30c4d176b152f3a174301ff15fd9ec7e71ec3c1e0f2e1517e590fb60559d21b5" license "Apache-2.0" # The Downloads and Installation Options pages don't include any version From 7dc66931637192a14bb8b812d24093db4d9212e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 07:53:05 +0000 Subject: [PATCH 00058/10074] cdk8s 2.200.83 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 7aa33b345e95c..1fb5a6027575f 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.82.tgz" - sha256 "07a7c8c85a714c5a07661e7e017664b9d0560bebce6fdd900af2fa4444a53e2e" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.83.tgz" + sha256 "ba8ce6c8ecab030907a3fd949e50be3011fc92eed4445b4d8f52cdef5f6495ff" license "Apache-2.0" bottle do From 05a9dca55b02da35e4aa8b3034f13f4cc632146f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 07:58:37 +0000 Subject: [PATCH 00059/10074] falco 1.18.1 --- Formula/f/falco.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/falco.rb b/Formula/f/falco.rb index ce53fb642eac8..a358c381de53e 100644 --- a/Formula/f/falco.rb +++ b/Formula/f/falco.rb @@ -1,8 +1,8 @@ class Falco < Formula desc "VCL parser and linter optimized for Fastly" homepage "https://github.com/ysugimoto/falco" - url "https://github.com/ysugimoto/falco/archive/refs/tags/v1.18.0.tar.gz" - sha256 "3743e5fb0cd8d7ec76c728c74434633ad46c7e65c27d1cebfb8afb96b7443b96" + url "https://github.com/ysugimoto/falco/archive/refs/tags/v1.18.1.tar.gz" + sha256 "4729d525ed08e8539fbaaafa4f0782f806b42a1b140e5fcfdd0832fec8868630" license "MIT" head "https://github.com/ysugimoto/falco.git", branch: "main" From 335f03c89df8a34488972c6fdbbeacb9092685fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 07:59:15 +0000 Subject: [PATCH 00060/10074] fern-api 0.63.10 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 96befc6cd678e..19421b69c238a 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.9.tgz" - sha256 "31ac2e088d2820924cb430e3316bf87053f29a94d0c4c9daee48cad7c3328692" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.10.tgz" + sha256 "07d50a6b748d9baa42ee6ae3a7d34ac122e13a09694c9eadeca6679fa2f781b1" license "Apache-2.0" bottle do From b2b97c405566195e2df930999a66bc9985f46e4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 08:04:28 +0000 Subject: [PATCH 00061/10074] jackett 0.22.1960 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index b83a9a8cbe41a..3ea4d6f9c68f1 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1956.tar.gz" - sha256 "ab55384450ae415075a8d7414a3fe30b49d6554cd57ee8716089283804e857c9" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1960.tar.gz" + sha256 "6cf67569bac5e19c48a4cd6fd52cc8eb514be59f50b51ea25aaf44149233c23e" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 7afd8376ebc4b22f714daa6a643d1021c56f9229 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 08:04:39 +0000 Subject: [PATCH 00062/10074] jaguar 1.52.0 --- Formula/j/jaguar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jaguar.rb b/Formula/j/jaguar.rb index baed31060c315..88660dd19e30d 100644 --- a/Formula/j/jaguar.rb +++ b/Formula/j/jaguar.rb @@ -1,8 +1,8 @@ class Jaguar < Formula desc "Live reloading for your ESP32" homepage "https://toitlang.org/" - url "https://github.com/toitlang/jaguar/archive/refs/tags/v1.51.0.tar.gz" - sha256 "87cd58bca9d8ff4d6be6c22a3b5c62b76aab81e8298cd3cd5f7b265f5947e5f3" + url "https://github.com/toitlang/jaguar/archive/refs/tags/v1.52.0.tar.gz" + sha256 "6dcf70e9e5c255f2bf674b87a6782a8185197295de24bd4c4346695f9a6004ae" license "MIT" head "https://github.com/toitlang/jaguar.git", branch: "main" From 9ba7af4524dae953f51e8f178b22e3f2abf3bc6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 08:10:40 +0000 Subject: [PATCH 00063/10074] iredis: bump python resources --- Formula/i/iredis.rb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Formula/i/iredis.rb b/Formula/i/iredis.rb index f68a4a85702ba..bc020f630e46c 100644 --- a/Formula/i/iredis.rb +++ b/Formula/i/iredis.rb @@ -6,6 +6,7 @@ class Iredis < Formula url "https://files.pythonhosted.org/packages/da/87/8b70adbbc97b71bf96d859fcc81344033a718b4df636c738091b42eb23ae/iredis-1.15.1.tar.gz" sha256 "b702e64ea665aa8472bcda0a388c1c555584014db00ad2cea318090d9a5ff818" license "BSD-3-Clause" + revision 1 head "https://github.com/laixintao/iredis.git", branch: "master" bottle do @@ -15,8 +16,8 @@ class Iredis < Formula depends_on "python@3.13" resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "configobj" do @@ -44,14 +45,19 @@ class Iredis < Formula sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end + resource "pyjwt" do + url "https://files.pythonhosted.org/packages/fb/68/ce067f09fca4abeca8771fe667d89cc347d1e99da3e093112ac329c6020e/pyjwt-2.9.0.tar.gz" + sha256 "7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c" + end + resource "python-dateutil" do url "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz" sha256 "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" end resource "redis" do - url "https://files.pythonhosted.org/packages/47/da/d283a37303a995cd36f8b92db85135153dc4f7a8e4441aa827721b442cfb/redis-5.2.1.tar.gz" - sha256 "16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f" + url "https://files.pythonhosted.org/packages/71/dd/2b37032f4119dff2a2f9bbcaade03221b100ba26051bb96e275de3e5db7a/redis-5.3.0.tar.gz" + sha256 "8d69d2dde11a12dc85d0dbf5c45577a5af048e2456f7077d87ad35c1c81c310e" end resource "six" do From f0896dcf96bcc09aa48e8327fecdbc16475c85c2 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Wed, 28 May 2025 18:12:37 +1000 Subject: [PATCH 00064/10074] podman-tui release v1.6.0 Signed-off-by: Navid Yaghoobi --- Formula/p/podman-tui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/podman-tui.rb b/Formula/p/podman-tui.rb index af58b5e267452..e36d61f1b9a18 100644 --- a/Formula/p/podman-tui.rb +++ b/Formula/p/podman-tui.rb @@ -1,8 +1,8 @@ class PodmanTui < Formula desc "Podman Terminal User Interface" homepage "https://github.com/containers/podman-tui" - url "https://github.com/containers/podman-tui/archive/refs/tags/v1.5.0.tar.gz" - sha256 "d9ba16d37f959d7ae5ca6650c3ccc7b0e1a726215791c99604f8f5955ee8f61d" + url "https://github.com/containers/podman-tui/archive/refs/tags/v1.6.0.tar.gz" + sha256 "4d7f8293a5bcc900839a51a6d0852df260ac08982a601480f0090a2182636fc2" license "Apache-2.0" bottle do From 0ede32bdbf950ba7e7bd1122e609e3063e356cd6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 08:18:07 +0000 Subject: [PATCH 00065/10074] readsb 3.14.1679 --- Formula/r/readsb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index da616b6b1c321..89e44083ad1f9 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -1,8 +1,8 @@ class Readsb < Formula desc "ADS-B decoder swiss knife" homepage "https://github.com/wiedehopf/readsb" - url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1678.tar.gz" - sha256 "233c7788a72d05ed350e5c60f076494f26650b87a32b09968aea87edba253747" + url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1679.tar.gz" + sha256 "1d4e3c644236e17efdb90feff83d6df4d7c6199719fb1fb961cd3543976b7f27" license "GPL-3.0-or-later" bottle do From 9b16c66e4557ca31e28cc7355073669632fb6b94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 08:20:37 +0000 Subject: [PATCH 00066/10074] scrapy 2.13.1 --- Formula/s/scrapy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/scrapy.rb b/Formula/s/scrapy.rb index d1a9942ba8b33..52f5601b6abfe 100644 --- a/Formula/s/scrapy.rb +++ b/Formula/s/scrapy.rb @@ -3,8 +3,8 @@ class Scrapy < Formula desc "Web crawling & scraping framework" homepage "https://scrapy.org" - url "https://files.pythonhosted.org/packages/8a/db/6acda5c8c407dbb1a210a7a9732f86ed7eacb22bd500b589a13716e634cb/scrapy-2.13.0.tar.gz" - sha256 "9661629805ff0e43054cc1306d9b13236c6bb9565d8d8e303a332c8da045d90f" + url "https://files.pythonhosted.org/packages/fa/d3/2ffbadcb08cc99102925cd056ba670215e5aff193686cf125b97ef77981d/scrapy-2.13.1.tar.gz" + sha256 "3d6ba72da3ba387290074a7aca305aad6dd261c98ed4f6dd35db632925ca56a1" license "BSD-3-Clause" head "https://github.com/scrapy/scrapy.git", branch: "master" @@ -126,8 +126,8 @@ class Scrapy < Formula end resource "pyopenssl" do - url "https://files.pythonhosted.org/packages/9f/26/e25b4a374b4639e0c235527bbe31c0524f26eda701d79456a7e1877f4cc5/pyopenssl-25.0.0.tar.gz" - sha256 "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16" + url "https://files.pythonhosted.org/packages/04/8c/cd89ad05804f8e3c17dea8f178c3f40eeab5694c30e0c9f5bcd49f576fc3/pyopenssl-25.1.0.tar.gz" + sha256 "8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b" end resource "queuelib" do @@ -151,8 +151,8 @@ class Scrapy < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/70/dc/3976b322de9d2e87ed0007cf04cc7553969b6c7b3f48a565d0333748fbcd/setuptools-80.3.1.tar.gz" - sha256 "31e2c58dbb67c99c289f51c16d899afedae292b978f8051efaf6262d8212f927" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "tldextract" do From b2b79928c257ff27f3af7b7613cd9dd11db03e8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 08:24:33 +0000 Subject: [PATCH 00067/10074] timoni 0.25.0 --- Formula/t/timoni.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/timoni.rb b/Formula/t/timoni.rb index 79c7c04c32791..0c38d81d580d4 100644 --- a/Formula/t/timoni.rb +++ b/Formula/t/timoni.rb @@ -1,8 +1,8 @@ class Timoni < Formula desc "Package manager for Kubernetes, powered by CUE and inspired by Helm" homepage "https://timoni.sh/" - url "https://github.com/stefanprodan/timoni/archive/refs/tags/v0.24.0.tar.gz" - sha256 "8622b7bbecaacc62f1ba44c796188e583fada1537d44e18b52ecdb0c61454e3c" + url "https://github.com/stefanprodan/timoni/archive/refs/tags/v0.25.0.tar.gz" + sha256 "1348744688edf0ff5b74781df0b2a280f46810a13ddc458bd2ede5e2f9f72a05" license "Apache-2.0" head "https://github.com/stefanprodan/timoni.git", branch: "main" From 09f907feac78eaa172f91a9f00a3bf2e02312e27 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 08:25:11 +0000 Subject: [PATCH 00068/10074] tree-sitter 0.25.5 --- Formula/t/tree-sitter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tree-sitter.rb b/Formula/t/tree-sitter.rb index bc25d89f2cf84..e33b4ca3eef8f 100644 --- a/Formula/t/tree-sitter.rb +++ b/Formula/t/tree-sitter.rb @@ -1,8 +1,8 @@ class TreeSitter < Formula desc "Parser generator tool and incremental parsing library" homepage "https://tree-sitter.github.io/" - url "https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.25.4.tar.gz" - sha256 "87eadc505905c70a692917c821958a819903f808f8d244068b1d273a033dc728" + url "https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.25.5.tar.gz" + sha256 "17a72b9dd7525b01d8fabf9ebee0edd3203fe3058ccc73cbc5e2070ccbe26c0d" license "MIT" head "https://github.com/tree-sitter/tree-sitter.git", branch: "master" From 168474d8440deb98502684459566660860b39740 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 08:26:23 +0000 Subject: [PATCH 00069/10074] verovio 5.3.2 --- Formula/v/verovio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/verovio.rb b/Formula/v/verovio.rb index 543a5f657037e..a20dc5f4af8e8 100644 --- a/Formula/v/verovio.rb +++ b/Formula/v/verovio.rb @@ -1,8 +1,8 @@ class Verovio < Formula desc "Command-line MEI music notation engraver" homepage "https://www.verovio.org" - url "https://github.com/rism-digital/verovio/archive/refs/tags/version-5.3.1.tar.gz" - sha256 "4a5801dbae44c4bf5c44bb12ff35a32d3615d9956927830365005b54b31806fe" + url "https://github.com/rism-digital/verovio/archive/refs/tags/version-5.3.2.tar.gz" + sha256 "01e1fc919dbfc1db7f61612057a91257b9e6ac3dfec980b26f779cffbbadbbf6" license "LGPL-3.0-only" head "https://github.com/rism-digital/verovio.git", branch: "develop" From 6f50f73aadab2bc23df846ec30a911a6b068c97d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 08:28:38 +0000 Subject: [PATCH 00070/10074] ykman 5.7.0 --- Formula/y/ykman.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Formula/y/ykman.rb b/Formula/y/ykman.rb index 246dc967bf048..e59199dbfe6ee 100644 --- a/Formula/y/ykman.rb +++ b/Formula/y/ykman.rb @@ -3,8 +3,8 @@ class Ykman < Formula desc "Tool for managing your YubiKey configuration" homepage "https://developers.yubico.com/yubikey-manager/" - url "https://files.pythonhosted.org/packages/a5/27/f0ab65a7a0204714df832dc16d3ce79777f76985d7c7fc96657ec32e061f/yubikey_manager-5.6.1.tar.gz" - sha256 "730da1358504de6616f1868bf48ddb788ada4b39137fb3ada435efbf39070160" + url "https://files.pythonhosted.org/packages/d1/e2/7037a16f72d10939384744366f3797cc3052fc726a7bd001f9ed28bfe1c9/yubikey_manager-5.7.0.tar.gz" + sha256 "9a69212ac32ed82a78a287417d0cf476043388c28f84c356a8196f0f5c29a830" license "BSD-2-Clause" head "https://github.com/Yubico/yubikey-manager.git", branch: "main" @@ -27,13 +27,13 @@ class Ykman < Formula # pin pyscard to 2.0.8, upstream bug report, https://github.com/LudovicRousseau/pyscard/issues/169 resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "fido2" do - url "https://files.pythonhosted.org/packages/83/91/e31b08aa0045e86f0a59882528a07ae8e268cd50509abab1261bcdbc8b5f/fido2-2.0.0b1.tar.gz" - sha256 "5be55f9cb33b2b688c670b3f1c4099be2229b77db6736d52b2ff13342badc1c6" + url "https://files.pythonhosted.org/packages/8d/b9/6ec8d8ec5715efc6ae39e8694bd48d57c189906f0628558f56688d0447b2/fido2-2.0.0.tar.gz" + sha256 "3061cd05e73b3a0ef6afc3b803d57c826aa2d6a9732d16abd7277361f58e7964" end resource "jaraco-classes" do @@ -62,13 +62,13 @@ class Ykman < Formula end resource "more-itertools" do - url "https://files.pythonhosted.org/packages/88/3b/7fa1fe835e2e93fd6d7b52b2f95ae810cf5ba133e1845f726f5a992d62c2/more-itertools-10.6.0.tar.gz" - sha256 "2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b" + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" end resource "pyscard" do - url "https://files.pythonhosted.org/packages/fe/19/73e8fc37356a4232f9a86acf3794a0f6d8e014430f1f88153ae19fc21d88/pyscard-2.2.1.tar.gz" - sha256 "920e688a5108224cb19b915c3fd7ea7cf3d1aa379587ffd087973e84c13f8d94" + url "https://files.pythonhosted.org/packages/24/17/a52a6ceb0a58afc1c8b9274bd9fff8ac971a7d5ee886bf31297768a88aa0/pyscard-2.2.2.tar.gz" + sha256 "c77481fb86f4a17bc441d7b36551c1d36a9d3a48c4bb30ab8118886e6f275081" end resource "secretstorage" do From 7828ba0870e97db856b21bfd1f1b008891edced7 Mon Sep 17 00:00:00 2001 From: Marukome0743 Date: Wed, 28 May 2025 16:38:21 +0900 Subject: [PATCH 00071/10074] sapling 0.2.20250521-115337-25ed6ac4 --- Formula/s/sapling.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/s/sapling.rb b/Formula/s/sapling.rb index 679788bae12e8..30663587957e1 100644 --- a/Formula/s/sapling.rb +++ b/Formula/s/sapling.rb @@ -1,9 +1,9 @@ class Sapling < Formula desc "Source control client" homepage "https://sapling-scm.com" - url "https://github.com/facebook/sapling/archive/refs/tags/0.2.20241203-120811+a2174689.tar.gz" - version "0.2.20241203-120811-a2174689" - sha256 "f05c5b08b914d2b2ab4788a55d2fd42f395b50d05fb284f4d120042122d77802" + url "https://github.com/facebook/sapling/archive/refs/tags/0.2.20250521-115337+25ed6ac4.tar.gz" + version "0.2.20250521-115337-25ed6ac4" + sha256 "53c48bb807a7c65965a9f9f154f955ec4ccbce6696f721db73d0873e4bf03244" license "GPL-2.0-or-later" head "https://github.com/facebook/sapling.git", branch: "main" @@ -33,6 +33,7 @@ class Sapling < Formula depends_on "openssl@3" depends_on "python@3.12" # Python 3.13 issue: https://github.com/facebook/sapling/issues/980 + uses_from_macos "llvm" => :build # for libclang uses_from_macos "bzip2" # curl-config on ventura builds do not report http2 feature, # this is a workaround to allow to build against system curl From 39f7bfec7e9b4d873ddafac0fb9aa768795566b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 10:04:57 +0000 Subject: [PATCH 00072/10074] podman-tui: update 1.6.0 bottle. --- Formula/p/podman-tui.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/podman-tui.rb b/Formula/p/podman-tui.rb index e36d61f1b9a18..29647df9689b1 100644 --- a/Formula/p/podman-tui.rb +++ b/Formula/p/podman-tui.rb @@ -6,13 +6,13 @@ class PodmanTui < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6373d0a136f4711366640206e349fe97c42901a443405d8da56132878ebd7b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "447fa401d2369f4db5988c3910c9066ffc6a82787a24c1f9ee6a4f51c59b13fd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e5797f063a42c71149249dfa692825479024b0cdc1d2258590866a505a3d428b" - sha256 cellar: :any_skip_relocation, sonoma: "bd7caa45fbbf484b796118e46f372ac401edbed58099cdb78b89017659d5d804" - sha256 cellar: :any_skip_relocation, ventura: "20181373cdee7592badce91436a5c476ba041c5c8e1532ed3f51d965c392cd21" - sha256 cellar: :any_skip_relocation, arm64_linux: "680ba3c02fc1085a06b1f60d28e494b963fe7b50407da7005f25f7569b9cc699" - sha256 cellar: :any_skip_relocation, x86_64_linux: "430de3be21283d8c8b4b5ac63f04271cb497dbbe09c4bebfdb37b52f8b46d3f5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "79efea58f02c47ee9630202a7c0d3473f5954dd09809e2887e6edf8da169dfd4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e2053f5b4107d11f5e23d6422e7b3113c305cba4b754720ba122df9be87fbae" + sha256 cellar: :any_skip_relocation, arm64_ventura: "34390f4f507289046e8f726e7eacd012870cef01fb6d804a561bfc66769ae350" + sha256 cellar: :any_skip_relocation, sonoma: "9686103029361936dbf43c27aa04cdac41bc880dd958660dcf8964f5d734f687" + sha256 cellar: :any_skip_relocation, ventura: "09448c1ad7f8731a0b5a3995a891d76e2832aa9301c11540798c52a6aa8ca206" + sha256 cellar: :any_skip_relocation, arm64_linux: "25a0f4cb399dc69b5bd5111a93ebbe1f81490eea55a5c69ddc56b85342921b5a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "41cbcd43594f15e7709dab351e412b5987fc4c6ba8ec44b4b9eaed92609de8b9" end depends_on "go" => :build From 594102bf0f099b594b2b38cc7ad970b9582533df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 10:57:52 +0000 Subject: [PATCH 00073/10074] dstack 0.19.11 --- Formula/d/dstack.rb | 57 +++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 31 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index 768173f136b44..f5bdbffb6e962 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -3,8 +3,8 @@ class Dstack < Formula desc "ML workflow orchestration system designed for reproducibility and collaboration" homepage "https://dstack.ai/" - url "https://files.pythonhosted.org/packages/0f/ca/bf19d8f3e65257530f362b69cf157a216dbc2dc77e24d8feb6ec8dcb44cd/dstack-0.19.10.tar.gz" - sha256 "243cd8d2a5b858b632ae09bb65bd45a025649ee82a9cb6d884526c5e42559b85" + url "https://files.pythonhosted.org/packages/b7/8c/3bad7c89fdab60305de1fbe2818a9132ab1386fa871e265177c839ea634a/dstack-0.19.11.tar.gz" + sha256 "81c94f6a37d971f1e80bcccbdc9691207b78df091c5da5a808c3e43a1c03508d" license "MPL-2.0" bottle do @@ -42,8 +42,8 @@ class Dstack < Formula end resource "alembic" do - url "https://files.pythonhosted.org/packages/e6/57/e314c31b261d1e8a5a5f1908065b4ff98270a778ce7579bd4254477209a7/alembic-1.15.2.tar.gz" - sha256 "1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7" + url "https://files.pythonhosted.org/packages/20/89/bfb4fe86e3fc3972d35431af7bedbc60fa606e8b17196704a1747f7aa4c3/alembic-1.16.1.tar.gz" + sha256 "43d37ba24b3d17bc1eb1024fe0f51cd1dc95aeb5464594a02c6bb9ca9864bfa4" end resource "alembic-postgresql-enum" do @@ -137,13 +137,13 @@ class Dstack < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/38/27f7e3944daa6c8f4422e412ebf7073cbe9e59e14e7f3219a89b6c752837/boto3-1.38.20.tar.gz" - sha256 "aa1424213678a249fe828fb9345deac5e33f9a2266fd1b23ec72e02857b018a2" + url "https://files.pythonhosted.org/packages/83/7d/cdd55376fe9b9102a843649cbd9cba38d49bfd570a89042c090550b23bf5/boto3-1.38.24.tar.gz" + sha256 "abdb8c760543e9c22026320e62e2934762b0c4ac4f42e8ea2a756f2d489b3135" end resource "botocore" do - url "https://files.pythonhosted.org/packages/87/c6/61fa4699aa7f6230cf018d110849388904493b4e179050b6f0fc20a0f353/botocore-1.38.20.tar.gz" - sha256 "03a5027a207fc66cd0bf8cd1abb98db41fd4d23e6bd5f43f68586af9736240fc" + url "https://files.pythonhosted.org/packages/95/1b/1e38f24245e1b0461470176335bc0a443050459e9e64a0d881244a0a8a5e/botocore-1.38.24.tar.gz" + sha256 "43563d5c2dfd56ebbcd9e25f482fc45000bfaec5966b26c77b331bd340c46376" end resource "cached-classproperty" do @@ -207,13 +207,13 @@ class Dstack < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/4f/e6/787c24738fc7c99de9289abe60bd64591800ae1cdf60db7b87e0e6ef9cdd/google_api_python_client-2.169.0.tar.gz" - sha256 "0585bb97bd5f5bf3ed8d4bf624593e4c5a14d06c811d1952b07a1f94b4d12c51" + url "https://files.pythonhosted.org/packages/db/86/1bd09aea2664a46bc65713cb7876381ec8949a4b1e71be97dfc359c79781/google_api_python_client-2.170.0.tar.gz" + sha256 "75f3a1856f11418ea3723214e0abc59d9b217fd7ed43dcf743aab7f06ab9e2b1" end resource "google-auth" do - url "https://files.pythonhosted.org/packages/94/a5/38c21d0e731bb716cffcf987bd9a3555cb95877ab4b616cfb96939933f20/google_auth-2.40.1.tar.gz" - sha256 "58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540" + url "https://files.pythonhosted.org/packages/66/84/f67f53c505a6b2c5da05c988e2a5483f5ba9eee4b1841d2e3ff22f547cd5/google_auth-2.40.2.tar.gz" + sha256 "a33cde547a2134273226fa4b853883559947ebe9207521f7afc707efbf690f58" end resource "google-auth-httplib2" do @@ -292,13 +292,13 @@ class Dstack < Formula end resource "grpcio" do - url "https://files.pythonhosted.org/packages/d1/33/bf7bf9188cfce1c626e4c5d55523fec7f2f1d905e003df5da025f532916e/grpcio-1.72.0rc1.tar.gz" - sha256 "221793dccd3332060f426975a041d319d6d57323d857d4afc25257ec4a5a67f3" + url "https://files.pythonhosted.org/packages/cd/6e/4059e7f0701a5a5729cfe810506e12a72396e570a6159b2f17fbdda98196/grpcio-1.73.0rc1.tar.gz" + sha256 "2bb4c20413cddbf65835fefb3941132c67050b2be07a32534e9465e5e9873861" end resource "grpcio-status" do - url "https://files.pythonhosted.org/packages/5b/b2/f5caba63bb0c1637f468d820c46756b8bae28187928ffbe097157f478429/grpcio_status-1.72.0rc1.tar.gz" - sha256 "20b9cabe989824eeb5d8322189fdc084dfc69bb9fff7cb165cd28340cdbc73e1" + url "https://files.pythonhosted.org/packages/b7/7c/12c5ebac3b6e865ea066e3ec5bd777d34422e86152eb7bbb01c4a087666c/grpcio_status-1.73.0rc1.tar.gz" + sha256 "ffed993895fba81e003d70a4313d40f5a0961688b399dab26c2105b8a7340c22" end resource "h11" do @@ -321,11 +321,6 @@ class Dstack < Formula sha256 "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" end - resource "humanize" do - url "https://files.pythonhosted.org/packages/22/d1/bbc4d251187a43f69844f7fd8941426549bbe4723e8ff0a7441796b0789f/humanize-4.12.3.tar.gz" - sha256 "8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0" - end - resource "idna" do url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" @@ -352,8 +347,8 @@ class Dstack < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -522,13 +517,13 @@ class Dstack < Formula end resource "rich-argparse" do - url "https://files.pythonhosted.org/packages/aa/b9/ff53663ee7fa6a4195fa96d91da499f2e00ca067541e016d345cce1c9ad2/rich_argparse-1.7.0.tar.gz" - sha256 "f31d809c465ee43f367d599ccaf88b73bc2c4d75d74ed43f2d538838c53544ba" + url "https://files.pythonhosted.org/packages/71/a6/34460d81e5534f6d2fc8e8d91ff99a5835fdca53578eac89e4f37b3a7c6d/rich_argparse-1.7.1.tar.gz" + sha256 "d7a493cde94043e41ea68fb43a74405fa178de981bf7b800f7a3bd02ac5c27be" end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/96/d2/7bed8453e53f6c9dea7ff4c19ee980fd87be607b2caf023d62c6579e6c30/rpds_py-0.25.0.tar.gz" - sha256 "4d97661bf5848dd9e5eb7ded480deccf9d32ce2cd500b88a26acbf7bd2864985" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "rsa" do @@ -537,8 +532,8 @@ class Dstack < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "sentry-sdk" do @@ -632,8 +627,8 @@ class Dstack < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz" + sha256 "dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5" end def install From dce13f882795531b53ececa75113580507c77a23 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:00:28 +0000 Subject: [PATCH 00074/10074] gcsfuse 2.12.1 --- Formula/g/gcsfuse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gcsfuse.rb b/Formula/g/gcsfuse.rb index 9e79edecb279f..4121462542158 100644 --- a/Formula/g/gcsfuse.rb +++ b/Formula/g/gcsfuse.rb @@ -1,8 +1,8 @@ class Gcsfuse < Formula desc "User-space file system for interacting with Google Cloud" homepage "https://github.com/googlecloudplatform/gcsfuse" - url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.12.0.tar.gz" - sha256 "b530ef33fd1b0eee5822caab7f594d36237fc7caa546acdeee0d10b15e714726" + url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.12.1.tar.gz" + sha256 "f2645cfb7e485df0791bf8774d3b39081132c1e9bedc173f8952759a46a1b76c" license "Apache-2.0" head "https://github.com/GoogleCloudPlatform/gcsfuse.git", branch: "master" From 93236be1dda682a4a5701de9953ac28f48128754 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:01:34 +0000 Subject: [PATCH 00075/10074] goshs 1.0.9 --- Formula/g/goshs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/goshs.rb b/Formula/g/goshs.rb index 89a36740ade47..d0f3705f5b7c2 100644 --- a/Formula/g/goshs.rb +++ b/Formula/g/goshs.rb @@ -1,8 +1,8 @@ class Goshs < Formula desc "Simple, yet feature-rich web server written in Go" homepage "https://goshs.de/en/index.html" - url "https://github.com/patrickhener/goshs/archive/refs/tags/v1.0.8.tar.gz" - sha256 "ee755ea7355eb6264e097c80c04d8a7affb091b4c732b102c685e762374f2f68" + url "https://github.com/patrickhener/goshs/archive/refs/tags/v1.0.9.tar.gz" + sha256 "a3e68619711bd0de75fd4c4547b0f439a72a280422d91723185c79b60c02ce16" license "MIT" head "https://github.com/patrickhener/goshs.git", branch: "main" From 879590c77ec779c5ff7f9ef8c63b9de1fd8d8b68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:02:29 +0000 Subject: [PATCH 00076/10074] haskell-language-server 2.11.0.0 --- Formula/h/haskell-language-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/haskell-language-server.rb b/Formula/h/haskell-language-server.rb index 5ccaaa2234ebe..a07e4026eba49 100644 --- a/Formula/h/haskell-language-server.rb +++ b/Formula/h/haskell-language-server.rb @@ -1,8 +1,8 @@ class HaskellLanguageServer < Formula desc "Integration point for ghcide and haskell-ide-engine. One IDE to rule them all" homepage "https://github.com/haskell/haskell-language-server" - url "https://github.com/haskell/haskell-language-server/releases/download/2.10.0.0/haskell-language-server-2.10.0.0-src.tar.gz" - sha256 "dd7ba032767e9a955f334617eef8f4b8b12b260191f97ad883545851f498dc0a" + url "https://github.com/haskell/haskell-language-server/releases/download/2.11.0.0/haskell-language-server-2.11.0.0-src.tar.gz" + sha256 "d6c7ce94786346ee9acb1ef9fff0780b8035c4392523f27d328ad018257d7f5f" license "Apache-2.0" head "https://github.com/haskell/haskell-language-server.git", branch: "master" From 012cc5f0c49270e257541bd11767155fefa99397 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:03:57 +0000 Subject: [PATCH 00077/10074] jfrog-cli 2.76.1 --- Formula/j/jfrog-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jfrog-cli.rb b/Formula/j/jfrog-cli.rb index 54a4d695acc85..ee629c41b9d16 100644 --- a/Formula/j/jfrog-cli.rb +++ b/Formula/j/jfrog-cli.rb @@ -1,8 +1,8 @@ class JfrogCli < Formula desc "Command-line interface for JFrog products" homepage "https://www.jfrog.com/confluence/display/CLI/JFrog+CLI" - url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.76.0.tar.gz" - sha256 "41e1d876f8efaab7eab1fdf759edf0b6568c09988e3f4c30774f3825ac12f894" + url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.76.1.tar.gz" + sha256 "8e1a8d7c23716c3b9aa394317b773290a7943715aa72d590652390f7fb5b0dcf" license "Apache-2.0" head "https://github.com/jfrog/jfrog-cli.git", branch: "v2" From b692741ecda058b472b73d571ea36c6ab8ad21e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:07:22 +0000 Subject: [PATCH 00078/10074] limbo 0.0.21 --- Formula/l/limbo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/limbo.rb b/Formula/l/limbo.rb index 8e62e3e0da1ff..233c0ff38be4b 100644 --- a/Formula/l/limbo.rb +++ b/Formula/l/limbo.rb @@ -1,8 +1,8 @@ class Limbo < Formula desc "Interactive SQL shell for Limbo" homepage "https://github.com/tursodatabase/limbo" - url "https://github.com/tursodatabase/limbo/archive/refs/tags/v0.0.20.tar.gz" - sha256 "1b5bde3f8ee0a5ea54eb33dea27df9c86c8b226dec01d74dce62c990fe5589cd" + url "https://github.com/tursodatabase/limbo/archive/refs/tags/v0.0.21.tar.gz" + sha256 "f90fce1586897e9b1d6bb92350834e9a079b60ccbb4f069acfb1b5bdd0781974" license "MIT" head "https://github.com/tursodatabase/limbo.git", branch: "main" From 89254d583dc20f734faf681d7f35900eeb382def Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:07:55 +0000 Subject: [PATCH 00079/10074] lxc 6.4 --- Formula/l/lxc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lxc.rb b/Formula/l/lxc.rb index 38a83eeeda23e..14e08b6887200 100644 --- a/Formula/l/lxc.rb +++ b/Formula/l/lxc.rb @@ -1,8 +1,8 @@ class Lxc < Formula desc "CLI client for interacting with LXD" homepage "https://ubuntu.com/lxd" - url "https://github.com/canonical/lxd/releases/download/lxd-6.3/lxd-6.3.tar.gz" - sha256 "68b379e94884f859fbfe078e4c0a46322ffd6f23209fa0b28d936676e7eada4d" + url "https://github.com/canonical/lxd/releases/download/lxd-6.4/lxd-6.4.tar.gz" + sha256 "69fb7aead2325c7a5eede6dcb1a943a0f6544892929e6ae394729582abdd9aa7" license "AGPL-3.0-only" head "https://github.com/canonical/lxd.git", branch: "main" From e58b5887a70a55b0f1b5ff02247bba12f463d61b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:08:17 +0000 Subject: [PATCH 00080/10074] manticoresearch 9.7.0 --- Formula/m/manticoresearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index 3ca0f03d49e3a..ede781359d965 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -1,8 +1,8 @@ class Manticoresearch < Formula desc "Open source text search engine" homepage "https://manticoresearch.com" - url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/9.6.0.tar.gz" - sha256 "6a0e4745b640f0cefd77b67693ae46f95cbb1393ddc78adc4ce3349df72c93d4" + url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/9.7.0.tar.gz" + sha256 "41c4000144b74a9aa2e4b83f8bce021430359eb7b98ce0a3aa9582fa403d8bf1" license all_of: [ "GPL-3.0-or-later", "GPL-2.0-only", # wsrep From aa47190d50993547c1d10ba0a8c55f2af98a70cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:21:40 +0000 Subject: [PATCH 00081/10074] webkitgtk 2.48.3 --- Formula/w/webkitgtk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/webkitgtk.rb b/Formula/w/webkitgtk.rb index b4ab1f0dfc682..e2b71ffd0fe64 100644 --- a/Formula/w/webkitgtk.rb +++ b/Formula/w/webkitgtk.rb @@ -1,8 +1,8 @@ class Webkitgtk < Formula desc "GTK interface to WebKit" homepage "https://webkitgtk.org" - url "https://webkitgtk.org/releases/webkitgtk-2.48.2.tar.xz" - sha256 "ec58f6dfc25d3b360388e192f865068d69aab09b4d7df021f90e314d2fa54f37" + url "https://webkitgtk.org/releases/webkitgtk-2.48.3.tar.xz" + sha256 "d4dc5970f0fc6a529ff7fd67bcbfab2bbb5e91be789b2e9279640b3217a782c3" license "GPL-3.0-or-later" livecheck do From a3838c525bc061bc03a3fe384eeda8a204fbbe11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:23:39 +0000 Subject: [PATCH 00082/10074] zigmod 98 --- Formula/z/zigmod.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zigmod.rb b/Formula/z/zigmod.rb index 729ed16f53883..16c5129560024 100644 --- a/Formula/z/zigmod.rb +++ b/Formula/z/zigmod.rb @@ -1,8 +1,8 @@ class Zigmod < Formula desc "Package manager for the Zig programming language" homepage "https://nektro.github.io/zigmod/" - url "https://github.com/nektro/zigmod/archive/refs/tags/r94.tar.gz" - sha256 "139e990afccff7ab33b864ea479dad1217c293355583c8ad864571f77764b7a2" + url "https://github.com/nektro/zigmod/archive/refs/tags/r98.tar.gz" + sha256 "a7fc24e2784bf35660e7736b92f63049cbd6c98693724c930a1755284c20cabc" license "MIT" livecheck do From 40d5653c27fe443592b1d5594c9d3014bd1a247d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:41:19 +0000 Subject: [PATCH 00083/10074] jackett: update 0.22.1960 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 3ea4d6f9c68f1..4f7400c6165e3 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "25f35dddabab39b3ae6ebd4fa50a409dbdbb908f0e86fab3dd8157b626fccc8e" - sha256 cellar: :any, arm64_sonoma: "247b78f9923c8cab569b2af2885009c00744cf7eea06604d08c0cc57337db7e1" - sha256 cellar: :any, arm64_ventura: "69155010ab00bcb05f79419d2a1f4fd71c0ac96ac5cddc6bb2bc9b2b424f34c7" - sha256 cellar: :any, ventura: "82085c732e7d9b03e4a5dffba68d69afe5ddab96b3cd826ea5500e2e963a948b" - sha256 cellar: :any_skip_relocation, arm64_linux: "ed0a8facc79c8c970068018924e81a16a1606a6de2113e0e81e32a71af1b63da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6687be97cfcba3a8df6f716a2aa803785ecea943b1cb6047af670b5a4abad705" + sha256 cellar: :any, arm64_sequoia: "7be5e52f79bb5109aba97e4ea6aad3bbb3f19b8cbacd5bea6628faf9d0a53292" + sha256 cellar: :any, arm64_sonoma: "912fefb26adda59ec78e8bf699f6b18f2bf72c298ab39a861e65b6f3cfc872fd" + sha256 cellar: :any, arm64_ventura: "816974b4590a745bf15f5bfc68008b738c933e25b8fc46a17685fe4a6d618e94" + sha256 cellar: :any, ventura: "c29b017c5e3201976dd0f74eb63707026db7a4d907be9201b6b51a92f710642f" + sha256 cellar: :any_skip_relocation, arm64_linux: "bc2fbbf225fe1323442485e9cfcc15a7e60b8a7ddb9bc5eb97371b6affa6ba52" + sha256 cellar: :any_skip_relocation, x86_64_linux: "270cbb63ad56898793a3bacce2d5c6b365d3ffcfd3a5215c7c970cecb4bb000c" end depends_on "dotnet@8" From dd0389f843c6efa0bfdbed474b70b97de15a8bb7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:41:28 +0000 Subject: [PATCH 00084/10074] fern-api: update 0.63.10 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 19421b69c238a..8c40998ae2327 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "6aa07479153557d00a77c62598ebfba46402b5e4248f87d69ce39c8d567327a9" + sha256 cellar: :any_skip_relocation, all: "5e323cae6e0691466ccfdac6721b900a56815d59699db5980a8f47b25c6c11cf" end depends_on "node" From a7eb5d9751ae47ad7f0cd869f407b2f390a87fad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:41:38 +0000 Subject: [PATCH 00085/10074] falco: update 1.18.1 bottle. --- Formula/f/falco.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/falco.rb b/Formula/f/falco.rb index a358c381de53e..de41e1328c93b 100644 --- a/Formula/f/falco.rb +++ b/Formula/f/falco.rb @@ -7,12 +7,12 @@ class Falco < Formula head "https://github.com/ysugimoto/falco.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "10c1dea08f52c19dfa5fd3ad26505b781c0dfd979dd139a916aa33964829d59e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "10c1dea08f52c19dfa5fd3ad26505b781c0dfd979dd139a916aa33964829d59e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "10c1dea08f52c19dfa5fd3ad26505b781c0dfd979dd139a916aa33964829d59e" - sha256 cellar: :any_skip_relocation, sonoma: "95a4952f6b451fcb02d6c113414e4f05b3475fc32961f53429a5b45db7414397" - sha256 cellar: :any_skip_relocation, ventura: "95a4952f6b451fcb02d6c113414e4f05b3475fc32961f53429a5b45db7414397" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23b547864442a59c706136e3b99f196c933cf24c60d23a4697b542c00f2dde85" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4165905ac9f92356eb177f9b0af8d9b51a240e28a79d9603eecd657874bf45c9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4165905ac9f92356eb177f9b0af8d9b51a240e28a79d9603eecd657874bf45c9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4165905ac9f92356eb177f9b0af8d9b51a240e28a79d9603eecd657874bf45c9" + sha256 cellar: :any_skip_relocation, sonoma: "523ff76a1c6572b550b77798350e2dab79514c2968dcb93ab5fa02268d0bd47d" + sha256 cellar: :any_skip_relocation, ventura: "523ff76a1c6572b550b77798350e2dab79514c2968dcb93ab5fa02268d0bd47d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "595bef1baabe4fa7a6df372b0af80e2bccfd7e97e51314d116f500688b7796db" end depends_on "go" => :build From d11a725a44a8dff74199fd9ac6c846a580443555 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:42:03 +0000 Subject: [PATCH 00086/10074] jaguar: update 1.52.0 bottle. --- Formula/j/jaguar.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/j/jaguar.rb b/Formula/j/jaguar.rb index 88660dd19e30d..cfbffe693169e 100644 --- a/Formula/j/jaguar.rb +++ b/Formula/j/jaguar.rb @@ -12,13 +12,12 @@ class Jaguar < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c340eac3084e3d54a844d3fe29d3175dab1a032b615ff8af5597d5b7dff4c07" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c340eac3084e3d54a844d3fe29d3175dab1a032b615ff8af5597d5b7dff4c07" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6c340eac3084e3d54a844d3fe29d3175dab1a032b615ff8af5597d5b7dff4c07" - sha256 cellar: :any_skip_relocation, sonoma: "94057dc9e7df850da8a2be71003dd961450689a96203df2a54da1706932cca82" - sha256 cellar: :any_skip_relocation, ventura: "94057dc9e7df850da8a2be71003dd961450689a96203df2a54da1706932cca82" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cfcfcf56cadcd6768b72f87ca9ce270ed41a07f95adf11c8cbe553d817754aef" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "08e898e586d76b51caf878ef3535872272f7d4b00a05a401928010cbcdc2aabf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "08e898e586d76b51caf878ef3535872272f7d4b00a05a401928010cbcdc2aabf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "08e898e586d76b51caf878ef3535872272f7d4b00a05a401928010cbcdc2aabf" + sha256 cellar: :any_skip_relocation, sonoma: "d279a47b671fe5e1f3c953b91f43bbb6d7d9cbb6cb925b3aed98a4c7e9667e48" + sha256 cellar: :any_skip_relocation, ventura: "d279a47b671fe5e1f3c953b91f43bbb6d7d9cbb6cb925b3aed98a4c7e9667e48" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd397dfe5f69be9ce52e3e93cac6194a112b69e990c5a057ee963a5a828210fb" end depends_on "go" => :build From ab18f93f50071eba799d96fd698c8e8fd887483c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:42:37 +0000 Subject: [PATCH 00087/10074] iredis: update 1.15.1_1 bottle. --- Formula/i/iredis.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/iredis.rb b/Formula/i/iredis.rb index bc020f630e46c..d053a2b6863e5 100644 --- a/Formula/i/iredis.rb +++ b/Formula/i/iredis.rb @@ -10,7 +10,7 @@ class Iredis < Formula head "https://github.com/laixintao/iredis.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "8d794b2cd077052710ce7e016c3d75b8a16b2b8b03be5b7a9ce2e003c6693ab9" + sha256 cellar: :any_skip_relocation, all: "66c959d579adce97b5933c6972665a554d57016979fbd00aa35624c211470c94" end depends_on "python@3.13" From dfb0ab51a400c48d607cef2eb38043d45338babc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:42:45 +0000 Subject: [PATCH 00088/10074] readsb: update 3.14.1679 bottle. --- Formula/r/readsb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index 89e44083ad1f9..ba7dfb5f4f0d2 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -6,13 +6,13 @@ class Readsb < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "f3dadb861c296c254238ccccaaea4642ed5a9046adf4fe6deecb62b3e47bd5e6" - sha256 cellar: :any, arm64_sonoma: "af839ea9fd9b8f35e0b8ac57df4cc8e45af5ab92acd9a3758f9a282c05353cd0" - sha256 cellar: :any, arm64_ventura: "431775d1c0eb35f4e1f00384c74275d93d717ef5c051cd300a79fc8cd5e5591c" - sha256 cellar: :any, sonoma: "9855ed75ce01ea1b3e0d546077f8bb5d62a70328a0f61a8264744baf068391be" - sha256 cellar: :any, ventura: "df93890deb63465411a1b78d0b13a7c5bf5ea1b5369e673a9b25b5eeb69ac22d" - sha256 cellar: :any_skip_relocation, arm64_linux: "93f3576d27fbb7a78fad3c6677a76268b1cbc3e33714669e2a6b6702693aaaa3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "817fcc69d71dfd7262aa16adf5fae0923413bce80416b64417504bcbc2120a75" + sha256 cellar: :any, arm64_sequoia: "607219893ab6fe0ee7fe50167b4f022d287fb94c4a3e647f297b1ee59350d668" + sha256 cellar: :any, arm64_sonoma: "ba7b8269ad594c5a05f47b9e6bae2c6eecba083f6543d5783d1c390b95cf8ef0" + sha256 cellar: :any, arm64_ventura: "10978fbcb31a7ad7700550388ae67859bb9b62eb2071a642a936a67921b8561a" + sha256 cellar: :any, sonoma: "aa6844bd20cd868cae4d70863262a7577080f976157a5f489b0792e88082b819" + sha256 cellar: :any, ventura: "3bb7cc386208952a1af5ef7416895e3ad2fa50ff95ff179460ea6fb23f71d270" + sha256 cellar: :any_skip_relocation, arm64_linux: "c14883c27b50954f18b407e51cfa985ce7930d6f386caba45cc4b683b00621af" + sha256 cellar: :any_skip_relocation, x86_64_linux: "94aac651d39044f0a48a9f60b31968a1dd6c8beadd85baaf6b0390097b030d66" end depends_on "pkgconf" => :build From f250788f2d5a41cf15374017982ef426441a871c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:43:10 +0000 Subject: [PATCH 00089/10074] scrapy: update 2.13.1 bottle. --- Formula/s/scrapy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scrapy.rb b/Formula/s/scrapy.rb index 52f5601b6abfe..ff119ec44c03b 100644 --- a/Formula/s/scrapy.rb +++ b/Formula/s/scrapy.rb @@ -9,13 +9,13 @@ class Scrapy < Formula head "https://github.com/scrapy/scrapy.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "25defebb119a5871425b507cb20c177de0a71a10b5fe71f1aab2586eb926c880" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb183278491aa21d398ed826047c7e017b114f071aca33b85ac4121cdddd6c56" - sha256 cellar: :any_skip_relocation, arm64_ventura: "132bef755d1cecd7337bdfc08768cb5ef47f0b8d71709a3e1faff98c9b9bcb8a" - sha256 cellar: :any_skip_relocation, sonoma: "526526f3d4432db8f598c0c28d7ef90457d7bf76e60a65742a4d09dd7ba88f3c" - sha256 cellar: :any_skip_relocation, ventura: "71f308ec9fc68eb4edd8f2a5d12a3a9c8865befce7f99ec3ef7f3d0afdfaa359" - sha256 cellar: :any_skip_relocation, arm64_linux: "bb7c6c7f2b42c5007376ee87ee08f6e02c6f8a673d597ee6565b64acf7c38e35" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4acb935a8569e94f71e6cc3e6079e45001c4e7154742c7f3b2d27b03b1def370" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f35dce9b2e6b159bbc6002241edb4c4ff32a063b596f6f4cfd235d585261dfee" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75bda6c84fc8ca51911b79ef9fb155013032f30b82c6c839c41361ff691502fb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5517fe43c896730d2880169ee34bef7747a2e8829a81f41d03e745919df3ed86" + sha256 cellar: :any_skip_relocation, sonoma: "b151c6bf82c820e09c5f86ab072bb37481a838d280de2df28b92dbd4ab8b3d34" + sha256 cellar: :any_skip_relocation, ventura: "c9924569b69b4b08d6212f28e8758452daf62e3cf29df10e69eb75afac1ad21c" + sha256 cellar: :any_skip_relocation, arm64_linux: "83a8f7e571e5fa2b20e7c3bba3ad3ce60e39674ae431e583fd1b91e823ea6ca4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d2231eb68564dfd7b6a6679877fae2349975f1d2bc351daa546ff2bacc47a621" end depends_on "certifi" From e446b0c286475b862de2de050fdd0eba884259ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:43:31 +0000 Subject: [PATCH 00090/10074] timoni: update 0.25.0 bottle. --- Formula/t/timoni.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/timoni.rb b/Formula/t/timoni.rb index 0c38d81d580d4..8e85f4c64ceae 100644 --- a/Formula/t/timoni.rb +++ b/Formula/t/timoni.rb @@ -7,13 +7,13 @@ class Timoni < Formula head "https://github.com/stefanprodan/timoni.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9eb8a12c3189a6f1fc1d8f30d5dbbad8cdc33f7379f57550794b64b590a0c371" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a7908c8fb62bf682f84c1552ceddaedad9d22b8f08d1571c1d6ab56d80111b8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6d542d48ab9c827dd159ba362f874e99d9fc9752e0ab41241531e84249fa9da5" - sha256 cellar: :any_skip_relocation, sonoma: "9e23b99bd61bfa5f21561e7ad60981252249cc7494e8403fe966f70f749b39dd" - sha256 cellar: :any_skip_relocation, ventura: "8e9d22c3e0dd294d88ac00859370fffe95678d8153224439365e1d13b8c0b83d" - sha256 cellar: :any_skip_relocation, arm64_linux: "e9e958819032eef43066ccdf602c58a25b17bcd5240a507f340eca9b395482d8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b862eaf34380ef2d39125bb3c1f4598d64ff3920677f3d8e44f59a844e3f0502" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7ed4773ada96eee11b939418751187e1ca47e5235e59534f08a20e6498d120c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "11ada071d0ca7c0c439b30688c7a461de9dc68d0dc539b78196e4d9a0430f51c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "683a8f39929f637f48ab4313603b2379f2031fba53e4cbb94ccf3166f48069aa" + sha256 cellar: :any_skip_relocation, sonoma: "20ab010a336e67dbbae88fca0f8f4cd30d08072728b6cb70f30b0943da70d18f" + sha256 cellar: :any_skip_relocation, ventura: "0c53d05d331ec52364b39e61ba79bbacd5c842c41f7d0d1b08984d53c7430980" + sha256 cellar: :any_skip_relocation, arm64_linux: "cd87b2828b5879989cd64ffbdee9b6e0893087c8a032694cc3a1c922966e1058" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c6eaa213231e9c5dcb9a7022e196eec2b1ba11e65a24b6a031cff89e1c5c073d" end depends_on "go" => :build From ef988d936561c48de0c169012b49b945fe59db2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:44:06 +0000 Subject: [PATCH 00091/10074] tree-sitter: update 0.25.5 bottle. --- Formula/t/tree-sitter.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/t/tree-sitter.rb b/Formula/t/tree-sitter.rb index e33b4ca3eef8f..d25edfa9121f4 100644 --- a/Formula/t/tree-sitter.rb +++ b/Formula/t/tree-sitter.rb @@ -12,14 +12,13 @@ class TreeSitter < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "04bc18658f2d1e9b4592c6b4aaad8b0f44e0a00fa800a1e553a7c9fa6eebaf04" - sha256 cellar: :any, arm64_sonoma: "98c9b5fd1cf1f2ae8c8c1708f72a121bffc263b804fc9ec60e2dd837f1637cf2" - sha256 cellar: :any, arm64_ventura: "35880d964bd1cb4a2689c4adb50bdb274a5572274f5e45823405e37738c49083" - sha256 cellar: :any, sonoma: "8bf916cd0dd611f16c22a02dd9854d981930ce19d9c68b5ecef3faa12222cdbf" - sha256 cellar: :any, ventura: "29593b1fa35eaf34ac01b315945ba7fbd9bbfff3e2f8dc342b84242340b80777" - sha256 cellar: :any_skip_relocation, arm64_linux: "3f55ffdcbd243053eab62d2c8b6bb88d9c9785fcfa86a47c828ed5613a356651" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2f1680c318ec34e97ad20729c9f501794621dc7e7d3c90823f0199a5e811d8e7" + sha256 cellar: :any, arm64_sequoia: "900215245162c2d3f87cde10a9b65eab2af55e3d59ee331fc21cb4a92ee6ee6b" + sha256 cellar: :any, arm64_sonoma: "5bed6f377f7e0ea14733c146ddc10c7021ffc4b1f8a4923c970dbf34fdde5194" + sha256 cellar: :any, arm64_ventura: "15cc58800641d02c0b68af335bd138fe2de3fc21e089daeb20a054f1b11dff08" + sha256 cellar: :any, sonoma: "cae87014a9558f3d7d1de9c9c45c0b89b6802b9b6b423123381b43ea0b963fb1" + sha256 cellar: :any, ventura: "66916e949bd6c91f451e44b3d999ff403dd3abd067aef324582de89c6536fa39" + sha256 cellar: :any_skip_relocation, arm64_linux: "5cd46903fa0db0fab42b963d0baefb6525fee7eec77597be32fea15cb3eb0e00" + sha256 cellar: :any_skip_relocation, x86_64_linux: "297e99fafbba42afb8246b6fd5d9179fd6057ee3cca515c0cc954a092318325f" end depends_on "rust" => :build From b475e60a05b4c78e4b605a1496ca8d5a9b171cbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:44:15 +0000 Subject: [PATCH 00092/10074] verovio: update 5.3.2 bottle. --- Formula/v/verovio.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/verovio.rb b/Formula/v/verovio.rb index a20dc5f4af8e8..c0d1b3bb712d9 100644 --- a/Formula/v/verovio.rb +++ b/Formula/v/verovio.rb @@ -7,13 +7,13 @@ class Verovio < Formula head "https://github.com/rism-digital/verovio.git", branch: "develop" bottle do - sha256 arm64_sequoia: "68b6a19e0eadd71ab03533166b625ee2fb0610b3c9dcae66a04c3e62a809fd00" - sha256 arm64_sonoma: "860e397f79d84af6baa3d8359e072b9157fc514fc01394dc44750e40f13b15cf" - sha256 arm64_ventura: "414f63e9a2346a0027b38dd057859f199b5f636b09999db91fc12130ecc50553" - sha256 sonoma: "2a1a3f1b1ac48f7f865290acb2708e4b9128473cecda51c14f52546efee7433e" - sha256 ventura: "67707c4211e7fb093b3d4a23cad663518d15a65db2ea4a5d9eb4ff816ca70861" - sha256 arm64_linux: "bdea8e1f64f3ac1e8f209c0c4fd1fed38b323fd1414da352a28ce5c8794b8db6" - sha256 x86_64_linux: "5e2829d66b33df0f3548bdba5f9e6a200abd82469fe7fb310d7652f6526773d1" + sha256 arm64_sequoia: "8f6efd1914dc7db0c0eefdf1d7171648b2fe33901a9ae81b94d400438c5811f3" + sha256 arm64_sonoma: "7fbde86cc3ceed5bca9e5faa4384ddb2edac9b36c198cb2c996eff499a92f2ee" + sha256 arm64_ventura: "054f95ad544a83570ea94ed46455491ad997f7f160cd1baf281c51ae4399fbd5" + sha256 sonoma: "4be1fe0782be774985f5271539d8a81376c737e457c1d3b8e0829fde06747f7d" + sha256 ventura: "bef859db9b18f9052c8d24f7c3bd25e61f579345d4a5b3201715f6ea2a4f2d45" + sha256 arm64_linux: "90ee04d6a8ef5607cfd0c1a68c65228be812f405289850d93c35033ca3882bd1" + sha256 x86_64_linux: "2b623c69c0ca6bbf8be88fc4a0088249a64194e3268b3f874ca981af755809f1" end depends_on "cmake" => :build From ca6953757ed95c05d6194bb60a9e6d2d3af67db1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:44:23 +0000 Subject: [PATCH 00093/10074] ykman: update 5.7.0 bottle. --- Formula/y/ykman.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/ykman.rb b/Formula/y/ykman.rb index e59199dbfe6ee..7c7b4f576f333 100644 --- a/Formula/y/ykman.rb +++ b/Formula/y/ykman.rb @@ -9,13 +9,13 @@ class Ykman < Formula head "https://github.com/Yubico/yubikey-manager.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b2ce9fdbf3963d63a13644a6b4484b835c2c876a3d4fb3652b007c11f3451fe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa1d2c086005345f31fa769986fef1fcda57230c08451630f4f33f34f11c6c03" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3180632b196054ea207962870bfd7c4b9f0c22a24dbaa2b8b03ddd076605b69c" - sha256 cellar: :any_skip_relocation, sonoma: "e7292e772d7f16911bf8816ff4d8f3e24820a41dc0a13a77c38a12507e382d25" - sha256 cellar: :any_skip_relocation, ventura: "d87451e3d6083ba95278b2218bc470bc62f96432806d7fbae2e3bd964842efb1" - sha256 cellar: :any_skip_relocation, arm64_linux: "7453398ff01dedfeee92585cb71387aace6352f759e40ed5b8901448eff5b442" - sha256 cellar: :any_skip_relocation, x86_64_linux: "30fb8e931492d232d3e3e6307e7c1d549e9cb893eb99486d1aa42d1606a8368f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2db45fdd68c86836c0f2936835e11e5d1385a162d0dff027ce0b56a6630a730f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e101b01d362b695d1818a81c95c5d8fdcdd5170b6e490bc5e1bdfca23a817ac" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1de046d5180a223cff87dd1a67211404717d9ba6a864bcf1503009dfc37883f4" + sha256 cellar: :any_skip_relocation, sonoma: "f454774ff7aeaba4ebd20bba5c37998600ad872e3d67db713f689b07b17103aa" + sha256 cellar: :any_skip_relocation, ventura: "7febcee7110dd53648ec23859fa376832fb8d343178c74bc3d01c92d5e1e9c88" + sha256 cellar: :any_skip_relocation, arm64_linux: "79d978ddcc94eb3c65b409f9be4c9b1122372dc412e9931a654ee7109cfd8801" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fbcf19200208c02459ed0c763124dc7c986215b37cb45338c01026bbeddab301" end depends_on "swig" => :build From 7deea96b8b8a10af8942591075c350dd54af8e4d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:45:04 +0000 Subject: [PATCH 00094/10074] gcsfuse: update 2.12.1 bottle. --- Formula/g/gcsfuse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gcsfuse.rb b/Formula/g/gcsfuse.rb index 4121462542158..5392fa36860c9 100644 --- a/Formula/g/gcsfuse.rb +++ b/Formula/g/gcsfuse.rb @@ -12,8 +12,8 @@ class Gcsfuse < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "e7e1c78d7ec4ea99e30c3d159d4208caf8cded0d931a1a7c849d1ccd7180c939" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9cda40a50839b5c3cf7af861afac8d5cafa08c982430e89e117d489f9933d2af" + sha256 cellar: :any_skip_relocation, arm64_linux: "0cb99ea922426bc87d0e4db4fd42f7ce7c1df14efa60509527ab76860d369888" + sha256 cellar: :any_skip_relocation, x86_64_linux: "33043ad71940992014f1f15eea3a9b49e5f319b98bb4dd4b3b36da503f293bd1" end depends_on "go" => :build From 7aaa6ee1538ebe77bcd3f278a6741fa631918eec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:45:26 +0000 Subject: [PATCH 00095/10074] jfrog-cli: update 2.76.1 bottle. --- Formula/j/jfrog-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jfrog-cli.rb b/Formula/j/jfrog-cli.rb index ee629c41b9d16..a0d90a519ce2e 100644 --- a/Formula/j/jfrog-cli.rb +++ b/Formula/j/jfrog-cli.rb @@ -15,12 +15,12 @@ class JfrogCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7902cc111eff56eed4f055e65996c30a755575488be202ce639c5ed1fb8a7b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7902cc111eff56eed4f055e65996c30a755575488be202ce639c5ed1fb8a7b4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a7902cc111eff56eed4f055e65996c30a755575488be202ce639c5ed1fb8a7b4" - sha256 cellar: :any_skip_relocation, sonoma: "c6405b4d996a05a9f5afe1ec440b4c6fa677368756479e930b84e19a9b782429" - sha256 cellar: :any_skip_relocation, ventura: "c6405b4d996a05a9f5afe1ec440b4c6fa677368756479e930b84e19a9b782429" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a7aa82a1c7de6a4dd46e45614932719c95f12dc59b7cfe12deb80d4ac8b8d26f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c446eec5d0bd1a52d0b64eeb5e186b335bdb296fa8d0efb14040c577c814a24" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c446eec5d0bd1a52d0b64eeb5e186b335bdb296fa8d0efb14040c577c814a24" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1c446eec5d0bd1a52d0b64eeb5e186b335bdb296fa8d0efb14040c577c814a24" + sha256 cellar: :any_skip_relocation, sonoma: "af25b2908968a594994e0fdf125bc2dd4fe12d3b54e95a9ae557a8e7672949fd" + sha256 cellar: :any_skip_relocation, ventura: "af25b2908968a594994e0fdf125bc2dd4fe12d3b54e95a9ae557a8e7672949fd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "870d0a982bf2d9298393ea33c0c67604acd6ce0fc0038d4d38e3c6d11aaa81b9" end depends_on "go" => :build From a479ca00d7a027b72a3f08f753724799c8d049d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:45:31 +0000 Subject: [PATCH 00096/10074] goshs: update 1.0.9 bottle. --- Formula/g/goshs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/goshs.rb b/Formula/g/goshs.rb index d0f3705f5b7c2..0776d531ffe70 100644 --- a/Formula/g/goshs.rb +++ b/Formula/g/goshs.rb @@ -7,12 +7,12 @@ class Goshs < Formula head "https://github.com/patrickhener/goshs.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2aa7632d01f991f5155d1a8cace4020bffcef199adc9c768d59c4074d4359d9c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2aa7632d01f991f5155d1a8cace4020bffcef199adc9c768d59c4074d4359d9c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2aa7632d01f991f5155d1a8cace4020bffcef199adc9c768d59c4074d4359d9c" - sha256 cellar: :any_skip_relocation, sonoma: "7c5a9a91e9529df0afd5df46aacf4ebd7dc408cef63f0b94d48cd1604a397108" - sha256 cellar: :any_skip_relocation, ventura: "7c5a9a91e9529df0afd5df46aacf4ebd7dc408cef63f0b94d48cd1604a397108" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bb22983ed9ad12e9395b1683a49bead9de1ece58facc2fe281944eb9fdd0c610" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb5859b62d75c721feda62a1c5e6f607bec279b3562a4f207aa64e749fd3c39b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb5859b62d75c721feda62a1c5e6f607bec279b3562a4f207aa64e749fd3c39b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cb5859b62d75c721feda62a1c5e6f607bec279b3562a4f207aa64e749fd3c39b" + sha256 cellar: :any_skip_relocation, sonoma: "333372b8cbef048974a4f40ac93ec634d15964b2454dd73492237b448a9f5076" + sha256 cellar: :any_skip_relocation, ventura: "333372b8cbef048974a4f40ac93ec634d15964b2454dd73492237b448a9f5076" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee7963579cb2c9597ac6e7fcd74d53e83e9f4d1633eff6cfc2c8a5241941a6e5" end depends_on "go" => :build From 3f990f197882869588b46aa7e83e87fed85b8988 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:46:33 +0000 Subject: [PATCH 00097/10074] limbo: update 0.0.21 bottle. --- Formula/l/limbo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/limbo.rb b/Formula/l/limbo.rb index 233c0ff38be4b..a660044f73324 100644 --- a/Formula/l/limbo.rb +++ b/Formula/l/limbo.rb @@ -12,13 +12,13 @@ class Limbo < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "151ce76e01f46e828b333da56e5120a4e10c3a027d4b49d53b4de714ee3a5247" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "86d6cab373448e8a7c3200633ccae438b49da6a72d8aa2d1ba6c6b2cacc4a731" - sha256 cellar: :any_skip_relocation, arm64_ventura: "189ddde739900ae00b7b95742167f5d69bfb9c3fa9e65d02d58a325920738bee" - sha256 cellar: :any_skip_relocation, sonoma: "9c67d54ad8fa5c62511973d7f28b9601027872edd8c72e3188566dff42696865" - sha256 cellar: :any_skip_relocation, ventura: "d9eb614c8b11174ee05f49459bb3848f16f5821949c62c8a657b3d3cb6d9953d" - sha256 cellar: :any_skip_relocation, arm64_linux: "1f4094731275793859efdfacb07ef6f87a56690c015f9a4007010f2c056298c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14f48085d8fb88fda947b9ed250c5ef42cfee504f1845eac283f082d1186cb3c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "438f60112acb8fe48d1f04a5c4e9fdb14633ba74c6dd5ae28a5961c1159ff2af" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d76706210af9ab695c190301906c2388e86c1bea8617463681f7a9094fae323e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4997feea9689fe65188e81249c368561fab1bd2ae27d2a891b75587ba544b5dd" + sha256 cellar: :any_skip_relocation, sonoma: "a35592c83890af03b48fefa46315bbb02160a128cd672d6f9cba50c309ef42b1" + sha256 cellar: :any_skip_relocation, ventura: "6410c2c473ba9a4e8e22b7ad13baed75326560c0746fcb51ade34a4ec4eb9f70" + sha256 cellar: :any_skip_relocation, arm64_linux: "80cd28842184acffc40f32e41ee75ce69f1f4b93f2ab7f364c9d6da1b5922525" + sha256 cellar: :any_skip_relocation, x86_64_linux: "92dc78a2dc34953ce134e2236eeccb14f7f9af8d0d5d2fc4d1953aef88cac97d" end depends_on "rust" => :build From 6f3984d5518ed1782e64ba73a4b8724285848ac2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:46:40 +0000 Subject: [PATCH 00098/10074] lxc: update 6.4 bottle. --- Formula/l/lxc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lxc.rb b/Formula/l/lxc.rb index 14e08b6887200..22ffab77f045f 100644 --- a/Formula/l/lxc.rb +++ b/Formula/l/lxc.rb @@ -7,13 +7,13 @@ class Lxc < Formula head "https://github.com/canonical/lxd.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e959fd595d3b3a797f4eeb8bf8f4407bd2df3fb268fb638cc8db154c9c9a6127" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e959fd595d3b3a797f4eeb8bf8f4407bd2df3fb268fb638cc8db154c9c9a6127" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e959fd595d3b3a797f4eeb8bf8f4407bd2df3fb268fb638cc8db154c9c9a6127" - sha256 cellar: :any_skip_relocation, sonoma: "53c3fb571b80c2fb5b093bc32ed2502631f65cd0cab1ba1bf2b1917ae6163e3d" - sha256 cellar: :any_skip_relocation, ventura: "53c3fb571b80c2fb5b093bc32ed2502631f65cd0cab1ba1bf2b1917ae6163e3d" - sha256 cellar: :any_skip_relocation, arm64_linux: "68b507578c65c458e8fd003351ed5027c867ae978067f41ec0a2b34b3f2451c9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da7dc438ebb5bb7d3941f69c550f92a689f64ec460db812871d619fd11a05e4c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "680831e50844065f167f9bda1224a8779bea2e5ea5f3c36ac8950ff241cc3a56" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "680831e50844065f167f9bda1224a8779bea2e5ea5f3c36ac8950ff241cc3a56" + sha256 cellar: :any_skip_relocation, arm64_ventura: "680831e50844065f167f9bda1224a8779bea2e5ea5f3c36ac8950ff241cc3a56" + sha256 cellar: :any_skip_relocation, sonoma: "0de8398833d6d560eb0d6583120e20ffac199a993631ff50298d51b328408a86" + sha256 cellar: :any_skip_relocation, ventura: "0de8398833d6d560eb0d6583120e20ffac199a993631ff50298d51b328408a86" + sha256 cellar: :any_skip_relocation, arm64_linux: "be1c55d9fc6b5bf7d841240c5e2d795499297642c014b5b5389ed1d66e2ec129" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f882a67a1241a812fd53d5ab2cb43135628b27fd42974e3e2f0ebd08a8fd480d" end depends_on "go" => :build From 8ad68fd0923a4ee7b419c4f3775895e31ab2dc8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:47:13 +0000 Subject: [PATCH 00099/10074] cdk8s: update 2.200.83 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 1fb5a6027575f..72261cab4bea5 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" - sha256 cellar: :any_skip_relocation, sonoma: "a24083a79bc486315e7372beb1dfa43f1281fbd0846d34bf9414694cbffccc07" - sha256 cellar: :any_skip_relocation, ventura: "a24083a79bc486315e7372beb1dfa43f1281fbd0846d34bf9414694cbffccc07" - sha256 cellar: :any_skip_relocation, arm64_linux: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" + sha256 cellar: :any_skip_relocation, sonoma: "ff12cf8938042948d5f7c0ec6326411194668a1aa471a682481f2bc18a3af731" + sha256 cellar: :any_skip_relocation, ventura: "ff12cf8938042948d5f7c0ec6326411194668a1aa471a682481f2bc18a3af731" + sha256 cellar: :any_skip_relocation, arm64_linux: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" end depends_on "node" From 813ab69e6a65a6f8ce8f0ce2ac67b596c7089ef7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:48:15 +0000 Subject: [PATCH 00100/10074] ballerina: update 2201.12.5 bottle. --- Formula/b/ballerina.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/ballerina.rb b/Formula/b/ballerina.rb index fadadeb592777..a9e077afd721e 100644 --- a/Formula/b/ballerina.rb +++ b/Formula/b/ballerina.rb @@ -18,7 +18,7 @@ class Ballerina < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "21812fe6e70612fe41c01a0865ae0021e39c58e707fb4262a5052eb47f27c282" + sha256 cellar: :any_skip_relocation, all: "1f721f18e8f9d5a9166c305dea9a6d796591eacdd8e75ac0df2286ca2d3f77d4" end depends_on "openjdk" From 4b664fac7b3445ebfb1f313c03a819846f68ac7e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:54:15 +0000 Subject: [PATCH 00101/10074] sapling: update 0.2.20250521-115337-25ed6ac4 bottle. --- Formula/s/sapling.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sapling.rb b/Formula/s/sapling.rb index 30663587957e1..3904fcf55980f 100644 --- a/Formula/s/sapling.rb +++ b/Formula/s/sapling.rb @@ -14,12 +14,12 @@ class Sapling < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c85beb75f8c584a907f8564ec4cc651d67e1fe8f859348118e23c6f952cab840" - sha256 cellar: :any, arm64_sonoma: "67074d5d1dbff2de963e0fdd8b02863431558f8aaeba7f0ff7ada0cd2e414560" - sha256 cellar: :any, arm64_ventura: "06c392c74241dc27a9878b42e43604c701a1c18d0573551e68a0f3a493a9ddbd" - sha256 cellar: :any, sonoma: "360d7f1088745bcbe01ae8c5a6b8034eff0bc2c52666b7b522b69573a80591e9" - sha256 cellar: :any, ventura: "10cc240abb0c6873e0e0c82b82d74e810e9fdf1d98d1992f55f0087225b20cfe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5baf29ada18855e2d722435f404f7bfe98b4549cbb492b38867bcfbfd499566" + sha256 cellar: :any, arm64_sequoia: "68b681bdf583a8244cc12d20040bbc2bf72b483003e5f72718a02bf1eb1a4b6b" + sha256 cellar: :any, arm64_sonoma: "ba622027c69cacce85eceb38fb55ec67a3567cc443e2cf171856be99140c8659" + sha256 cellar: :any, arm64_ventura: "d627d3b0eac2220c1babc65f6edd21e22f8d52c49da837be04adbad790af7294" + sha256 cellar: :any, sonoma: "7ddc287232eac9b2999e0f1a6e4cbf85492c229afee18aa563e8625414b09149" + sha256 cellar: :any, ventura: "53b00042db69f2fda7927ec5f4bcaf81b80b91d364f63539c1b5da4268bf0e8e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b90ffdd93cb0040aac0e050c9004bdcc9d7e9e2c23bb654166786eaf14efd1d" end depends_on "cmake" => :build From 1d0fc74809eba313581521e3e9656a9605267876 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 11:58:27 +0000 Subject: [PATCH 00102/10074] manticoresearch: update 9.7.0 bottle. --- Formula/m/manticoresearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index ede781359d965..3e9ec7f86afe8 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -19,13 +19,13 @@ class Manticoresearch < Formula end bottle do - sha256 arm64_sequoia: "eb119da38290445fcdf490d559b622b089e89db1959986a42a7503b811b4de06" - sha256 arm64_sonoma: "50836140ddcad119ebedc8e4461c3ca5aa254c9e7d013acecefa072fa106faee" - sha256 arm64_ventura: "e5f6bb3160126982b85c4a7787e0ffd940e0ab78714130f448f6fd2519424527" - sha256 sonoma: "bfa446de37fde7e340b673c174b330345f0b9acd071f2b8da283faa8eaf7ebf5" - sha256 ventura: "91850272edd9c9f8219b13c5c32542bee7fcd84a991312d1c84df06300d9f9dc" - sha256 arm64_linux: "8458af3f41f4b7f4219db49ea56dc0bfe80e5b5ee1e6efe4cf3dc962d17ec98c" - sha256 x86_64_linux: "c09258f60b10ddf23a2409fd4018686d8c3960e4c201f4a13f0cea3dce32d665" + sha256 arm64_sequoia: "5b5aa8187a3f672c4f60f493069aa3c9beec9357f97c207dd5b74dea6ef64082" + sha256 arm64_sonoma: "ad67d83d54581e75ec5a1c8e8e5b557bec3a7f70852ab81340582fd85f90a15a" + sha256 arm64_ventura: "930e2392bd767c13f109451257e81e78d186c31d524b5dc6988f488f0c391207" + sha256 sonoma: "0c8deadd2d9cd1721a6f811a8009ca09f472861cea6d60a7faba386c392c6d58" + sha256 ventura: "40bf9c95a1b0f725067d3c45e145516cde0dc70204061edbd1b640c0bd513fef" + sha256 arm64_linux: "f5bebe8acf195059a0413bd88911e7a8ebfc8466e00f6fd4cb1db60b53030fe5" + sha256 x86_64_linux: "5385ad610ef5c76d3cda176ecbea49cda9c15598363009b172db9493c102cd0e" end depends_on "cmake" => :build From 53925e4612720a3ae7badcaea1561310dcfa9e93 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 12:07:02 +0000 Subject: [PATCH 00103/10074] zigmod: update 98 bottle. --- Formula/z/zigmod.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/z/zigmod.rb b/Formula/z/zigmod.rb index 16c5129560024..05d5649f6f482 100644 --- a/Formula/z/zigmod.rb +++ b/Formula/z/zigmod.rb @@ -11,12 +11,12 @@ class Zigmod < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5bfae8b75eb13ff8c0d4e2b0595ecae4c6d32ad969d098612919f5dcfda257d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "22ecae4483dd909ac23fbb018e7c10da835f21c415627674e4999f3306c8452f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e84ecb51e81353a55855dcb6c8411572fa05730c8a70a7bb57411ffc9a33d5ec" - sha256 cellar: :any_skip_relocation, sonoma: "51afc652ad9869c5fa57c388cc9c9e970444db44c476992bf5e15b23e22a43ac" - sha256 cellar: :any_skip_relocation, ventura: "91066de4ef3b96479f7b19328b2ff76ffd3c8275a97d41c4e299a5983f1c1607" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4986c6e8b71077323fb1879e29c69245330811be31240a8b12bc4926f9b81a1b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ff38379c6544b1c8d59e7f8859a8b0f525e28641daf2169cc678dfadf7e08da" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "81e04b9abb26106139fc02dd432eb6414765fb628fcc94cb438eca21d546b300" + sha256 cellar: :any_skip_relocation, arm64_ventura: "452789666788c8fc49734e0b45e2387766129a7df577680375419299f45a1b23" + sha256 cellar: :any_skip_relocation, sonoma: "59088c6d7e3d66a9831c094a37a2f5cef94f41efdb795c32ff28b158f470a66f" + sha256 cellar: :any_skip_relocation, ventura: "1a50f4a916744e595d706c2981e2de16945ecc0b2b783d98fde78a39bc34f16e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e666d0c5fe0d8de4c76617fd9dbf0584470919b89946b730f637b303ef45ed00" end depends_on "pkgconf" => :build From 33693d0dd25d88bc4cdded712774e81eddc037ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 12:11:22 +0000 Subject: [PATCH 00104/10074] libphonenumber: update 9.0.6 bottle. --- Formula/lib/libphonenumber.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libphonenumber.rb b/Formula/lib/libphonenumber.rb index dd9252d8553ae..dc977e17c349c 100644 --- a/Formula/lib/libphonenumber.rb +++ b/Formula/lib/libphonenumber.rb @@ -11,13 +11,13 @@ class Libphonenumber < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b4a71cae21d8c87897d07b99ee06be539f82197acf1d5b5e726901257885e282" - sha256 cellar: :any, arm64_sonoma: "ce59d445f338e6d66ddccfdf21b0be3f123dbc3cb3d651f46f8b2df33d39c0d0" - sha256 cellar: :any, arm64_ventura: "028ecf1b6a4f2336e8b87a0d8af8c021357e502584defae2356213be6a63b6f0" - sha256 cellar: :any, sonoma: "b112e32e8f6e8dde93bab8daf8494bd9d9578537ea5bb7e4f4322be24272ab24" - sha256 cellar: :any, ventura: "53a62a1eb87f63fdc18ee0cbae79bd95f1bfc2e9fb301e3ba40df33b019121c8" - sha256 cellar: :any_skip_relocation, arm64_linux: "9c71c4b92782ebcb6fe003cd1a02de6701ee6ade97e66f6f87c4c5f360483b17" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3cbccc4112d2b7c365bafc27d34a680a6fbe88b2fdc8980c0907ea6528db622" + sha256 cellar: :any, arm64_sequoia: "72c4fcf04b7f88b131d9140ac8ad63e2e961cc0cc0fbcf747613c437df1d66c0" + sha256 cellar: :any, arm64_sonoma: "f00af52ab5f63ffb2496ed732c06b44b7aa24a7772025be91ccbc11fc57af3c3" + sha256 cellar: :any, arm64_ventura: "57bbc535d91f8e61ddd5b315d08263db7fe8268a871ba4a7ef092b0031608de8" + sha256 cellar: :any, sonoma: "07211340020f52e35744605da8819c5b2eb09a90c7622ad67199403ecc592910" + sha256 cellar: :any, ventura: "7b70ec79c3f8402a72a4f7bc3b3134c7d546039dd4d14dae3c29f0efaf0b320c" + sha256 cellar: :any_skip_relocation, arm64_linux: "d51cff3b7351c0abb4f58450ef38434c24348a010dd5b119aa18bc23fd0f5463" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8cf7313fc95a65a6ed9d072edc11ae155146ff8e282faf5fa54dfe27d8db7877" end depends_on "cmake" => [:build, :test] From eb6712aafbfb00c4bc0b95adb3df0b681eab578e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 12:12:40 +0000 Subject: [PATCH 00105/10074] dstack: update 0.19.11 bottle. --- Formula/d/dstack.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index f5bdbffb6e962..216227f1e6bc9 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -8,13 +8,13 @@ class Dstack < Formula license "MPL-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "d5841e10b9c95dc13e6d0e517b82cac868f0ce0b4e13d842ab096fc74303bea1" - sha256 cellar: :any, arm64_sonoma: "a93469103c655761b33a5d8fc522301fedff6bcc3eb2fbef2b81b12855066282" - sha256 cellar: :any, arm64_ventura: "c64cf5a9aaeca986244ad93fed19aaa08430a40433c6d469fb6b44a5f266085a" - sha256 cellar: :any, sonoma: "633afffcf1d3bd9beb7f539a20bf4fbff094a39ec2a2d3c52388782b75173ac2" - sha256 cellar: :any, ventura: "3748af09a1219252135445032343ea06b1fc9630fca40494e749124b95f781f2" - sha256 cellar: :any_skip_relocation, arm64_linux: "9e29406ef7ad1d1394e48ce58ceb567af75963cf4e8fb22051e2341788b42bc7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "208f4ed3e6fec4c9e9abcde2f1473bf3c4e1efe39500c82a8e10f90e3054d051" + sha256 cellar: :any, arm64_sequoia: "55587c4b9f4e22fcb060859f15b224b5882c031bd6ec6f9c50592199b7ecd46b" + sha256 cellar: :any, arm64_sonoma: "595b4aa24cefbf944e828c2ecf0255ea26b41ca03996123d10e7a24c3db72d17" + sha256 cellar: :any, arm64_ventura: "bc93c59145a4d975e4a93cb4b14b5d430f054679f6580a8c5583b225b94266c8" + sha256 cellar: :any, sonoma: "1cd77334d273cee25177d744492926eeee43075f164650aa3033b2e71100dd30" + sha256 cellar: :any, ventura: "48255a174f49b0529c2781a89257de303fbd59831d7fe77abdfdc2e837ab407c" + sha256 cellar: :any_skip_relocation, arm64_linux: "9933f869d3fb5cd450d9d9a872fea89a3c47b55538c946664ad836b74938d0d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "52c9e32b89e77e494233bb2fe47391b434fcfd5080198eacd1aa1f496518b283" end # `pkgconf` and `rust` are for bcrypt. From fb774857e80a4aeee63e36cf82063020611ff066 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 20 May 2025 11:34:48 +0200 Subject: [PATCH 00106/10074] ntopng 6.4 Signed-off-by: botantony --- Formula/n/ntopng.rb | 54 ++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 32 deletions(-) diff --git a/Formula/n/ntopng.rb b/Formula/n/ntopng.rb index eb2d05a3071b1..b787982aac551 100644 --- a/Formula/n/ntopng.rb +++ b/Formula/n/ntopng.rb @@ -1,21 +1,10 @@ class Ntopng < Formula desc "Next generation version of the original ntop" homepage "https://www.ntop.org/products/traffic-analysis/ntop/" + url "https://github.com/ntop/ntopng/archive/refs/tags/6.4.tar.gz" + sha256 "3eaff9f13566e349cada66d41191824a80288ea19ff4427a49a682386348931d" license "GPL-3.0-only" - revision 2 - - stable do - url "https://github.com/ntop/ntopng/archive/refs/tags/6.2.tar.gz" - sha256 "de6ef8d468be3272bce27719ab06d5b7eed6e4a33872528f64c930a81000ccd1" - - depends_on "ndpi" - - # Apply Gentoo patch to force dynamically linking nDPI - patch do - url "https://gitweb.gentoo.org/repo/gentoo.git/plain/net-analyzer/ntopng/files/ntopng-5.4-ndpi-linking.patch?id=25646dfc75b15c2bcc9c80ab3aba7a6bab5eec68" - sha256 "ddbfb32a642e890878bef52c4c8e02232e9f11c132e348c78d47c7865d5649e0" - end - end + head "https://github.com/ntop/ntopng.git", branch: "dev" bottle do sha256 arm64_sequoia: "9f6d0f239b8dc0835e0698849377f502301bc4299936fb3d0aba624e11885604" @@ -27,14 +16,6 @@ class Ntopng < Formula sha256 x86_64_linux: "81e384a601f5d00d27a9ec914e9bd4b25266999afa15e4e11a9ad3109609a4b9" end - head do - url "https://github.com/ntop/ntopng.git", branch: "dev" - - resource "nDPI" do - url "https://github.com/ntop/nDPI.git", branch: "dev" - end - end - depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build @@ -46,6 +27,7 @@ class Ntopng < Formula depends_on "libmaxminddb" depends_on "libsodium" depends_on "mariadb-connector-c" + depends_on "ndpi" depends_on "openssl@3" depends_on "rrdtool" depends_on "sqlite" @@ -64,20 +46,28 @@ class Ntopng < Formula depends_on "libcap" end + # Add `--with-dynamic-ndpi` configure flag + # Remove in the next release + patch do + url "https://github.com/ntop/ntopng/commit/a195be91f7685fcc627e9ec88031bcfa00993750.patch?full_index=1" + sha256 "208b9332eed6f6edb5b756e794de3ee7161601e8208b813d2555a006cf6bef40" + end + + # Fix compilation error when using `--with-synamic-ndpi` flag + # https://github.com/ntop/ntopng/pull/9252 + patch do + url "https://github.com/ntop/ntopng/commit/0fc226046696bb6cc2d95319e97fad6cb3ab49e1.patch?full_index=1" + sha256 "807d9c58ee375cb3ecf6cdad96a00408262e2af10a6d9e7545936fd3cc528509" + end + def install # Remove bundled libraries rm_r Dir["third-party/{json-c,rrdtool}*"] - args = [] - if build.head? - resource("nDPI").stage do - system "./autogen.sh" - system "make" - (buildpath/"nDPI").install Dir["*"] - end - else - args << "--with-ndpi-includes=#{Formula["ndpi"].opt_include}/ndpi" - end + args = %W[ + --with-dynamic-ndpi + --with-ndpi-includes=#{Formula["ndpi"].opt_include}/ndpi + ] system "./autogen.sh" system "./configure", *args, *std_configure_args From 050f7a46244dc0851080d0fe6d2fc253df8596c7 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Wed, 28 May 2025 08:47:40 -0400 Subject: [PATCH 00107/10074] libbsc 3.3.9 (new formula) --- Formula/lib/libbsc.rb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Formula/lib/libbsc.rb diff --git a/Formula/lib/libbsc.rb b/Formula/lib/libbsc.rb new file mode 100644 index 0000000000000..3a11f68973bf2 --- /dev/null +++ b/Formula/lib/libbsc.rb @@ -0,0 +1,31 @@ +class Libbsc < Formula + desc "High performance block-sorting data compression library" + homepage "http://libbsc.com" + url "https://github.com/IlyaGrebnov/libbsc/archive/refs/tags/v3.3.9.tar.gz" + sha256 "d287535feaf18a05c3ffc9ccba3ee4eacd7604224b4648121d7388727160f107" + license "Apache-2.0" + + depends_on "cmake" => :build + + on_macos do + depends_on "libomp" + end + + def install + args = %W[ + -DBSC_ENABLE_NATIVE_COMPILATION=OFF + -DBSC_BUILD_SHARED_LIB=ON + -DCMAKE_INSTALL_RPATH=#{rpath} + ] + system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" + end + + test do + system bin/"bsc", "e", test_fixtures("test.tiff"), "test.tiff.bsc" + system bin/"bsc", "d", "test.tiff.bsc", "test.tiff" + assert_equal Digest::SHA256.hexdigest(test_fixtures("test.tiff").read), + Digest::SHA256.hexdigest((testpath/"test.tiff").read) + end +end From fdaf6090a65c10f752f65350222afb7691a2b5e8 Mon Sep 17 00:00:00 2001 From: GitLab CLI Version Bump Bot Date: Wed, 28 May 2025 13:34:59 +0000 Subject: [PATCH 00108/10074] glab 1.58.0 --- Formula/g/glab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 757b9347b2d9b..44d423c886133 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -2,8 +2,8 @@ class Glab < Formula desc "Open-source GitLab command-line tool" homepage "https://gitlab.com/gitlab-org/cli" url "https://gitlab.com/gitlab-org/cli.git", - tag: "v1.57.0", - revision: "d14f47ce8f09549daf116e347cd1c2987aa14bbb" + tag: "v1.58.0", + revision: "676a7ced34c4b212263e18962ed1a93eeea16ce6" license "MIT" head "https://gitlab.com/gitlab-org/cli.git", branch: "main" From 1b01b13b3852ddd44b2d725db37550b7ebf0064f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 10:55:52 +0000 Subject: [PATCH 00109/10074] dart-sdk 3.8.1 --- Formula/d/dart-sdk.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/dart-sdk.rb b/Formula/d/dart-sdk.rb index bdad8b56134ff..9c9eaf2239ba6 100644 --- a/Formula/d/dart-sdk.rb +++ b/Formula/d/dart-sdk.rb @@ -1,8 +1,8 @@ class DartSdk < Formula desc "Dart Language SDK, including the VM, dart2js, core libraries, and more" homepage "https://dart.dev" - url "https://github.com/dart-lang/sdk/archive/refs/tags/3.8.0.tar.gz" - sha256 "a3106d94904bfc5dcb3bcd0b7e97d8676e0bf0ea94671ff933f53b603bf28045" + url "https://github.com/dart-lang/sdk/archive/refs/tags/3.8.1.tar.gz" + sha256 "61e2bbaaca96938af68f18ef6eb4c238cb258d2dc531cb0d3737f5a4eda87e03" license "BSD-3-Clause" bottle do @@ -25,7 +25,7 @@ class DartSdk < Formula # always pull the latest commit from https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/refs/heads/main resource "depot-tools" do url "https://chromium.googlesource.com/chromium/tools/depot_tools.git", - revision: "0888983e473613d853c419245b97294e46497798" + revision: "0b1d80ab9e9f1413234641d193639e5daa92dd5b" end def install From 8248f1726fbd51b2fdefba99af59d17ca664ee34 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 13:42:28 +0000 Subject: [PATCH 00110/10074] libbsc: add 3.3.9 bottle. --- Formula/lib/libbsc.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/lib/libbsc.rb b/Formula/lib/libbsc.rb index 3a11f68973bf2..51f1ba00c6254 100644 --- a/Formula/lib/libbsc.rb +++ b/Formula/lib/libbsc.rb @@ -5,6 +5,15 @@ class Libbsc < Formula sha256 "d287535feaf18a05c3ffc9ccba3ee4eacd7604224b4648121d7388727160f107" license "Apache-2.0" + bottle do + sha256 cellar: :any, arm64_sequoia: "c7ed848197e074d4ffbf597c051dcc37399d2d589c6ada3a15f90fd049859470" + sha256 cellar: :any, arm64_sonoma: "e9f13fa761075788e61ac51a14ab27649231f3355f7f7fe3d56d848c74714e96" + sha256 cellar: :any, arm64_ventura: "5d49a44a479d5de112bc9bd95c88ab7b14fcd9e86f099e5c335c912df1610a90" + sha256 cellar: :any, sonoma: "d901c26e237fd703be8440ff7f5e3004309d876be6beeb6dec4360f33af8c399" + sha256 cellar: :any, ventura: "b3aecda9cb9b4592b4b92191c99d14532127ad1af91874aa1c6963a1c010e4ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "95b7b546d36cecdefc38a60d52c6360e704c60877584786623f2fc7e841909b8" + end + depends_on "cmake" => :build on_macos do From 117cc5e1e468b75cc58452ef57a7f6a0bdf6c7b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 13:44:58 +0000 Subject: [PATCH 00111/10074] haskell-language-server: update 2.11.0.0 bottle. --- Formula/h/haskell-language-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/haskell-language-server.rb b/Formula/h/haskell-language-server.rb index a07e4026eba49..a6e51553b1507 100644 --- a/Formula/h/haskell-language-server.rb +++ b/Formula/h/haskell-language-server.rb @@ -14,13 +14,13 @@ class HaskellLanguageServer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a49980333b291f0817180be4b6d35818b0d6ab670943623dccb9c9820f8339c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d23f1a7a36b002d29587f5077262654b80100471200b870bb7987e5d8448cd4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "61bf5b68dc9cd636f5a2ef3792a8c955a33e461544ce2da87efcb1cb29975358" - sha256 cellar: :any_skip_relocation, sonoma: "d2b798ae2b7c005c05170f7e92f653b939ed51e4f6e907e737ae9b3bf5645923" - sha256 cellar: :any_skip_relocation, ventura: "e04bb44cbacf239ec843f840bc6887a760c4a021abc6996465a5d8d85b88947b" - sha256 cellar: :any_skip_relocation, arm64_linux: "7784b1f454b182e6227b1ead86db9e4a04d5b22cef627bb3743ec4d95645711d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bab5d18cee8d36906dc58806f1c42ef705ad217c2b2521648284ecf900f8d042" + sha256 cellar: :any, arm64_sequoia: "24aa62e90da83646a9612ac91ae5cbda9e07483a92b32c1ba149099a1cf58c5d" + sha256 cellar: :any, arm64_sonoma: "b650a9c4d15038b8684d3b26915a6455468a2ed616a6bdf94caab869a67e19c3" + sha256 cellar: :any, arm64_ventura: "a666556a48a11502cbfc4328d84ecfe637401e7734dc4bf32b119dff6fb3136b" + sha256 cellar: :any, sonoma: "49258ec924ca410511930293a6fb6ffbbbfd025fde2693c32a96a2760e323829" + sha256 cellar: :any, ventura: "d869bdcd6429246fc8e0d40a9c9fcfc470665b99cf9bb67cf54fb3efefd85a95" + sha256 cellar: :any_skip_relocation, arm64_linux: "15dd391736a772ddc9cb298a26532f1c8cf08fd4f6ff6a967f4d54761057cec3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "20c2848958581b3fa31f2dff0659b411a344a8d1baa2d143ccf33239b0db3659" end depends_on "cabal-install" => [:build, :test] From 6745d37394d83179d47afa94525e2ac356ffa92f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 13:49:07 +0000 Subject: [PATCH 00112/10074] glab: update 1.58.0 bottle. --- Formula/g/glab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 44d423c886133..b7921ff9e09f8 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -8,13 +8,13 @@ class Glab < Formula head "https://gitlab.com/gitlab-org/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c347680d5d542b2bdc0f16bb3ac7bc079b6eade92e9ec1ecdda91a24662c74a9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c347680d5d542b2bdc0f16bb3ac7bc079b6eade92e9ec1ecdda91a24662c74a9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c347680d5d542b2bdc0f16bb3ac7bc079b6eade92e9ec1ecdda91a24662c74a9" - sha256 cellar: :any_skip_relocation, sonoma: "785b849e8729c5a877c7fce3dd2c6df5c201f54e583c579d62dd3145802bd69c" - sha256 cellar: :any_skip_relocation, ventura: "785b849e8729c5a877c7fce3dd2c6df5c201f54e583c579d62dd3145802bd69c" - sha256 cellar: :any_skip_relocation, arm64_linux: "6c7ac4a8ec56a0bafe19f90aff32fea4b2a9c319345791f0763143bd9ed22258" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b313e54c4e536c8405676916684a03907dc23519cea2c2bed17ad49b98663167" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b029a1716fc66394062b88a84a59d9dafbce24d037123f94bff70a6bf460f27" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b029a1716fc66394062b88a84a59d9dafbce24d037123f94bff70a6bf460f27" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b029a1716fc66394062b88a84a59d9dafbce24d037123f94bff70a6bf460f27" + sha256 cellar: :any_skip_relocation, sonoma: "d0bebc1fb165244de97c83d67e463880cba18c7c25ab498c8e730f457e224d8a" + sha256 cellar: :any_skip_relocation, ventura: "d0bebc1fb165244de97c83d67e463880cba18c7c25ab498c8e730f457e224d8a" + sha256 cellar: :any_skip_relocation, arm64_linux: "52e43a48ccc4dda14b6067900a862bff9157d5cfe847b41edb0b044eb19700fc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "517d3c76bbe94b1f92249075aca45293be297ddbc97e94faa8670777092c7636" end depends_on "go" => :build From 99e2c4f4855ac1bcd1395a94ce7669da1a07b9ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 13:53:53 +0000 Subject: [PATCH 00113/10074] butane 0.24.0 --- Formula/b/butane.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/butane.rb b/Formula/b/butane.rb index 35cface9c6189..4936c3a95002e 100644 --- a/Formula/b/butane.rb +++ b/Formula/b/butane.rb @@ -1,8 +1,8 @@ class Butane < Formula desc "Translates human-readable Butane Configs into machine-readable Ignition Configs" homepage "https://github.com/coreos/butane" - url "https://github.com/coreos/butane/archive/refs/tags/v0.23.0.tar.gz" - sha256 "f47c15f605736aaeee20fab290a4f727c8296e4c514ca2d18c0d938ad6c1960d" + url "https://github.com/coreos/butane/archive/refs/tags/v0.24.0.tar.gz" + sha256 "57724f027b76074801ca988b6859738085643c50bec44c2672e64a7047f6fb95" license "Apache-2.0" head "https://github.com/coreos/butane.git", branch: "main" From 330b61b09da944a3e1224971bdc17458e8763c4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 13:57:25 +0000 Subject: [PATCH 00114/10074] dcm2niix 1.0.20250506 --- Formula/d/dcm2niix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dcm2niix.rb b/Formula/d/dcm2niix.rb index 13fe10152f7f4..4e7e919c89f71 100644 --- a/Formula/d/dcm2niix.rb +++ b/Formula/d/dcm2niix.rb @@ -1,8 +1,8 @@ class Dcm2niix < Formula desc "DICOM to NIfTI converter" homepage "https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage" - url "https://github.com/rordenlab/dcm2niix/archive/refs/tags/v1.0.20250505.tar.gz" - sha256 "3750e719596d310798722468a763d90e6a5d9edb720d321ca233926a0a508e32" + url "https://github.com/rordenlab/dcm2niix/archive/refs/tags/v1.0.20250506.tar.gz" + sha256 "1b24658678b6c24141e58760dbea9fe2786ffdd736bcc37a36d9cdabc731bafa" license "BSD-3-Clause" version_scheme 1 head "https://github.com/rordenlab/dcm2niix.git", branch: "master" From 5da966741d6431fd64bdb52c6c729c110b1f2aca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 14:03:52 +0000 Subject: [PATCH 00115/10074] jenkins-lts 2.504.2 --- Formula/j/jenkins-lts.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jenkins-lts.rb b/Formula/j/jenkins-lts.rb index c6062f6869167..972e5f97b3294 100644 --- a/Formula/j/jenkins-lts.rb +++ b/Formula/j/jenkins-lts.rb @@ -1,8 +1,8 @@ class JenkinsLts < Formula desc "Extendable open source continuous integration server" homepage "https://www.jenkins.io/" - url "https://get.jenkins.io/war-stable/2.504.1/jenkins.war" - sha256 "81026db18b0c4aad6b62cf408e4c42e5797661b41c517b37df606238e89b9df1" + url "https://get.jenkins.io/war-stable/2.504.2/jenkins.war" + sha256 "e52347c01dd39116c364fb7ebab78d156bce8f6add28484ff571fe0d0faeabf6" license "MIT" livecheck do From 0ca58c62831a0345de24f53e25f78428101b4677 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 14:04:22 +0000 Subject: [PATCH 00116/10074] jsrepo 2.2.1 --- Formula/j/jsrepo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 0c0900b3323a5..675408099530e 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -1,8 +1,8 @@ class Jsrepo < Formula desc "Build and distribute your code" homepage "https://jsrepo.dev/" - url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.1.0.tgz" - sha256 "7775ebd799e51a219ae63c1e172bfd412286a0fa7fe0d07240657a786e405e8f" + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.2.1.tgz" + sha256 "491f27d92ee535ea2b466915a38124ef124c72d53c13a6f4e9245c80a6e89b08" license "MIT" bottle do From f79625a6691ddb1d28fc2853065715ad88e7e994 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 14:11:38 +0000 Subject: [PATCH 00117/10074] dcm2niix: update 1.0.20250506 bottle. --- Formula/d/dcm2niix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dcm2niix.rb b/Formula/d/dcm2niix.rb index 4e7e919c89f71..5b40f387ae26e 100644 --- a/Formula/d/dcm2niix.rb +++ b/Formula/d/dcm2niix.rb @@ -13,13 +13,13 @@ class Dcm2niix < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5aafa3077e9b091f3794393cb261df879354d5e601dc6de66247361900ad24f3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e00f4172fa0e74a4a8c962a0989276ccb3220cab7c694dba275ff98271c67af5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e6d093932363eee682d6875916944672fd2ba8393e14318e1a746c26f3933730" - sha256 cellar: :any_skip_relocation, sonoma: "02e8f2faa36c8c6e262c2c00e7ae54a9c35c5e57061513fa25469d26ecabd32e" - sha256 cellar: :any_skip_relocation, ventura: "60b7dcddebdb73c35be26a2ebf73a928ed4135764637f24d6a2d44a56c99abfc" - sha256 cellar: :any_skip_relocation, arm64_linux: "4367a8327072a9769ec29464e996cbbe36cb97c50f53036816a410e1eeee8d7c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "130292490d094cd918bec552ec8460536699b0ff9c08e5ef5c5f271829d953f9" + sha256 arm64_sequoia: "cc953772d891f078f91fd15f340853dfba970634f20e22165987259f607b7155" + sha256 arm64_sonoma: "ca821734148aff6d0baebd8c83c68f2fc20f26ac06e7b3351344fed94a8e4e39" + sha256 arm64_ventura: "260b608922b27a33915650bc66b36fd0aaa4415f139f09a5402877484cd60f1f" + sha256 cellar: :any_skip_relocation, sonoma: "91a28ea73ffecf684bbc7d96d7ad551927c1cfc334f57f294708e04edaa422ea" + sha256 cellar: :any_skip_relocation, ventura: "ac1a9f60a17fedba7485333d8992fa1bac206d6083e6cc23ba8e70b3db7e950f" + sha256 cellar: :any_skip_relocation, arm64_linux: "71555b10ff6f721b9ab11c482a6d8d0385987d34cebd7d19186e70fcc43fa903" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d28346e349db8dd0a7cdb4b08242e52f79ca6c6a5214aa7a6987cb3142e870e" end depends_on "cmake" => :build From 71fc5512c7450be70400b25da72a6cf5e87723f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 14:11:55 +0000 Subject: [PATCH 00118/10074] butane: update 0.24.0 bottle. --- Formula/b/butane.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/butane.rb b/Formula/b/butane.rb index 4936c3a95002e..c68a46438cef0 100644 --- a/Formula/b/butane.rb +++ b/Formula/b/butane.rb @@ -12,12 +12,12 @@ class Butane < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b67439526a0cb6bf11b8229ba2f897823e5743d2608ce2aa180279cb806b636f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b67439526a0cb6bf11b8229ba2f897823e5743d2608ce2aa180279cb806b636f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b67439526a0cb6bf11b8229ba2f897823e5743d2608ce2aa180279cb806b636f" - sha256 cellar: :any_skip_relocation, sonoma: "2629f827357fa868400dd45037a9ef92aeca40c8b2f160916e2aa44175cb9c53" - sha256 cellar: :any_skip_relocation, ventura: "2629f827357fa868400dd45037a9ef92aeca40c8b2f160916e2aa44175cb9c53" - sha256 cellar: :any_skip_relocation, x86_64_linux: "38a63ec4b5ece62c1a27435f06232ebf6e6c118dec2e6ea96fbbaf5d7625e877" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1cce41cb8d792fca5cb8fbb287ca3db628ecbed2656a432daf61bda6b7aa4b26" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cce41cb8d792fca5cb8fbb287ca3db628ecbed2656a432daf61bda6b7aa4b26" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1cce41cb8d792fca5cb8fbb287ca3db628ecbed2656a432daf61bda6b7aa4b26" + sha256 cellar: :any_skip_relocation, sonoma: "7e4edb2877ff7ce99f709ac4451fc4d756d421bb37d31c3e2df9460d5028e418" + sha256 cellar: :any_skip_relocation, ventura: "7e4edb2877ff7ce99f709ac4451fc4d756d421bb37d31c3e2df9460d5028e418" + sha256 cellar: :any_skip_relocation, x86_64_linux: "933138ba8a1713f572e1e11c90f8d0f0a209f8d2b5aebe6408fca11df204371d" end depends_on "go" => :build From 87f9056c00832ac6a77b47c594c3101f10431c03 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 14:26:38 +0000 Subject: [PATCH 00119/10074] jenkins-lts: update 2.504.2 bottle. --- Formula/j/jenkins-lts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/j/jenkins-lts.rb b/Formula/j/jenkins-lts.rb index 972e5f97b3294..41e4370a391d4 100644 --- a/Formula/j/jenkins-lts.rb +++ b/Formula/j/jenkins-lts.rb @@ -11,7 +11,7 @@ class JenkinsLts < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "4e7ca4c87b1b50fcb03bb35f62b7a0c008d631d97e4011e5de52d0194a601251" + sha256 cellar: :any_skip_relocation, all: "97b2a15aa6d90c72e0a714f22786395567d84813deddbae4778528f595fc2c0d" end depends_on "openjdk@21" From 42b5dabd3efc4d497f2ab1d62c0bc4561d45d7e9 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Thu, 22 May 2025 00:46:37 +0200 Subject: [PATCH 00120/10074] elf2uf2-rs 2.1.1 (new formula) --- Formula/e/elf2uf2-rs.rb | 25 +++++++++++++++++++ .../mismatched_binary_allowlist.json | 1 + 2 files changed, 26 insertions(+) create mode 100644 Formula/e/elf2uf2-rs.rb diff --git a/Formula/e/elf2uf2-rs.rb b/Formula/e/elf2uf2-rs.rb new file mode 100644 index 0000000000000..bc1b3aaa081de --- /dev/null +++ b/Formula/e/elf2uf2-rs.rb @@ -0,0 +1,25 @@ +class Elf2uf2Rs < Formula + desc "Convert ELF files to UF2 for USB Flashing Bootloaders" + homepage "https://github.com/JoNil/elf2uf2-rs" + url "https://github.com/JoNil/elf2uf2-rs/archive/refs/tags/2.1.1.tar.gz" + sha256 "c6845f696112193bbe6517ab0c9b9fc85dff1083911557212412e07c506ccd7c" + license "0BSD" + + depends_on "rust" => :build + + on_linux do + depends_on "pkgconf" => :build + depends_on "systemd" # for libudev + end + + def install + system "cargo", "install", *std_cargo_args + (pkgshare/"examples").install Dir.glob("*.elf") + (pkgshare/"examples").install Dir.glob("*.uf2") + end + + test do + system bin/"elf2uf2-rs", pkgshare/"examples"/"hello_usb.elf", "converted.uf2" + assert compare_file pkgshare/"examples"/"hello_usb.uf2", testpath/"converted.uf2" + end +end diff --git a/audit_exceptions/mismatched_binary_allowlist.json b/audit_exceptions/mismatched_binary_allowlist.json index 8e9605fe4a708..7f9f2e4056128 100644 --- a/audit_exceptions/mismatched_binary_allowlist.json +++ b/audit_exceptions/mismatched_binary_allowlist.json @@ -2,6 +2,7 @@ "afl++": "share/afl/testcases/others/elf/small_exec.elf", "aws-sam-cli": "libexec/lib/python*/site-packages/samcli/local/rapid/aws-lambda-rie-*", "balena-cli": "**/*", + "elf2uf2-rs": "share/elf2uf2-rs/examples/*.elf", "faust": "share/faust/android/app/lib/libsndfile/lib/*/libsndfile.so", "i686-elf-grub": "lib/i686-elf/grub/i386-pc/*", "lima": "share/lima/lima-guestagent.Linux-*", From 96cb834ef6979deb1c7303c14c46403d60e27eb4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 15:23:02 +0000 Subject: [PATCH 00121/10074] jsrepo: update 2.2.1 bottle. --- Formula/j/jsrepo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 675408099530e..551321a5e1056 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -6,13 +6,13 @@ class Jsrepo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "fb79328e151d766fe91af0320ec028b06e6ef06d4b3c1809a1ddce647bcad6a5" - sha256 cellar: :any, arm64_sonoma: "fb79328e151d766fe91af0320ec028b06e6ef06d4b3c1809a1ddce647bcad6a5" - sha256 cellar: :any, arm64_ventura: "fb79328e151d766fe91af0320ec028b06e6ef06d4b3c1809a1ddce647bcad6a5" - sha256 cellar: :any, sonoma: "ce277b9bc3531c7d7f55f00fa6b9ee5eb7b03e28ff96be20dc279d58dfb86cb3" - sha256 cellar: :any, ventura: "ce277b9bc3531c7d7f55f00fa6b9ee5eb7b03e28ff96be20dc279d58dfb86cb3" - sha256 cellar: :any_skip_relocation, arm64_linux: "49aaf9c7187f70e62032cb496b9971781ac64435848a71f801bb6e13a7aeb00d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f6db90c2492cc5b4e71075673b585d68c886a6a5e21eb2f3981aa0c94d5455c7" + sha256 cellar: :any, arm64_sequoia: "3df69c712f7395bf21cc2699c80aa5cb4428e366dec27c73957ed544abe9f563" + sha256 cellar: :any, arm64_sonoma: "3df69c712f7395bf21cc2699c80aa5cb4428e366dec27c73957ed544abe9f563" + sha256 cellar: :any, arm64_ventura: "3df69c712f7395bf21cc2699c80aa5cb4428e366dec27c73957ed544abe9f563" + sha256 cellar: :any, sonoma: "162c6b871a239846a058a9732114999085d9982a129a2b9cbaa9baeccf791f17" + sha256 cellar: :any, ventura: "162c6b871a239846a058a9732114999085d9982a129a2b9cbaa9baeccf791f17" + sha256 cellar: :any_skip_relocation, arm64_linux: "c95e14907bbd5cdbb5c523a818eefdbe65e36a7b47d2cbaadc1eb98ce28aa5ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9526ead8971d16f30a8fa05e68853268558de54086979e3a39573d27284f330a" end depends_on "node" From d7ed011323a2e64999d4b5d5dead7dab63e5ffb7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 15:24:41 +0000 Subject: [PATCH 00122/10074] dart-sdk: update 3.8.1 bottle. --- Formula/d/dart-sdk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dart-sdk.rb b/Formula/d/dart-sdk.rb index 9c9eaf2239ba6..e3e7789dbda50 100644 --- a/Formula/d/dart-sdk.rb +++ b/Formula/d/dart-sdk.rb @@ -6,13 +6,13 @@ class DartSdk < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "200ce05061f3c15af92d1af006e40d239510a246de4aebab6906013294f54b90" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca35755df53c467390cca02e22e182e9cc5e887f3e4104a61f8aa5e5fb4999ff" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c9277c23617d3e55c9c996ff8e9fb3b860a6c9172b031f72811157a274eb469f" - sha256 cellar: :any_skip_relocation, sonoma: "444bb09ba6c1536be3825c0beed2cd45738aa98a54c2fd6d681b7d069def2945" - sha256 cellar: :any_skip_relocation, ventura: "bf7d62fc2374a2e2bdf3ba6032305424c86682437558e0ca4439c05b47ee14f1" - sha256 cellar: :any_skip_relocation, arm64_linux: "a61bb0629915c615a609dabd4e72aa64572f500087b7199c07056e341e59b5e6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "37fc0b24d3613295eff1052b9e8976745044c530ac8a6f65838e2283ae8302a3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c35d06f8ec90b54c82bf94aff0024bf791f3b0ab1fe8148f20f9d28ddd36112" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9f9f1a704bfc7e1756fe54eef63309e52042342cf2adfd5570804fd0e6c5f06" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5be8d23742798ca7ea1f114fe9741f8e51e3d7401119bf6c0851dfbb6d27bcef" + sha256 cellar: :any_skip_relocation, sonoma: "f51d6e3d84ad417d733d45b263b6849f9d2a0c2816fdd325ba68fe396877e7d1" + sha256 cellar: :any_skip_relocation, ventura: "3c76ec6b44cc0a7074788381a51941c5d00638cacb7b85c59954da1e5547bfb9" + sha256 cellar: :any_skip_relocation, arm64_linux: "0ef8d6a55952ef4adea57e7e89268c8db9a2dbe286769c2092b5410c0c7ec9d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ca0468e41eafe812369c47a6dca36fd087f63edbd18b0d7b706eeff54d9c12a9" end depends_on "ninja" => :build From 7616a0c140075911d0c2555ab404643f12f783ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 15:38:59 +0000 Subject: [PATCH 00123/10074] webkitgtk: update 2.48.3 bottle. --- Formula/w/webkitgtk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/webkitgtk.rb b/Formula/w/webkitgtk.rb index e2b71ffd0fe64..0dc1a7b2f2c92 100644 --- a/Formula/w/webkitgtk.rb +++ b/Formula/w/webkitgtk.rb @@ -11,8 +11,8 @@ class Webkitgtk < Formula end bottle do - sha256 arm64_linux: "258067cbfa8db81af7bd585946a4a6620bbb73ca2f4a046fe896248d30817d5d" - sha256 x86_64_linux: "6de1424ad7bc7f0daab58ab47cac1c8640433283a537e14d0b66ccda9414c439" + sha256 arm64_linux: "a20463eb5d50e1404ad6c62e5e06b9b232eb1f9f9b52dddc5ba48f044715c570" + sha256 x86_64_linux: "07b7feb68e5a235c2d5844ff3e9d6b9ee5f26029a1f4a0f22fc89cbb5390fd88" end depends_on "cmake" => :build From 6e39599ef60fb991de2f3c35ca03c66c5233307b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 16:52:09 +0000 Subject: [PATCH 00124/10074] angular-cli 20.0.0 --- Formula/a/angular-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index 00c0a8bba9fff..a3b8164d2514b 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -1,8 +1,8 @@ class AngularCli < Formula desc "CLI tool for Angular" homepage "https://angular.dev/cli/" - url "https://registry.npmjs.org/@angular/cli/-/cli-19.2.13.tgz" - sha256 "242cf884f2d53a6ef3938833d66bb30234cfceb7c45ca9a5b7a965c145c36a10" + url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.0.tgz" + sha256 "1603383aac6bc436f506a75827e47cd11d4044b20f6fb1a3288d05dbfb43e704" license "MIT" bottle do From a03081f63771c0b9833620268e284354a764b168 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 16:52:48 +0000 Subject: [PATCH 00125/10074] argocd 3.0.4 --- Formula/a/argocd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/argocd.rb b/Formula/a/argocd.rb index c4c1dde5e1d19..b03861b6a833e 100644 --- a/Formula/a/argocd.rb +++ b/Formula/a/argocd.rb @@ -2,8 +2,8 @@ class Argocd < Formula desc "GitOps Continuous Delivery for Kubernetes" homepage "https://argoproj.github.io/cd/" url "https://github.com/argoproj/argo-cd.git", - tag: "v3.0.3", - revision: "a14b0125fe02ff953caffc59e55016e5872d45bf" + tag: "v3.0.4", + revision: "5328bd58e6255e31c858cc1b628552d32bd105e0" license "Apache-2.0" # There can be a notable gap between when a version is tagged and a From 4fbe63a398a256a38030c3436fcefd3300a32e30 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 16:54:51 +0000 Subject: [PATCH 00126/10074] cadence 1.5.1 --- Formula/c/cadence.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index 6a1698d4f9249..c65003fd871ea 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -1,8 +1,8 @@ class Cadence < Formula desc "Resource-oriented smart contract programming language" homepage "https://cadence-lang.org/" - url "https://github.com/onflow/cadence/archive/refs/tags/v1.5.0.tar.gz" - sha256 "81165aac6d4804900a78880b99231a7620e758fe3165e53a3047bbd745e3319e" + url "https://github.com/onflow/cadence/archive/refs/tags/v1.5.1.tar.gz" + sha256 "0905720f94f1ce74d05a9323b1c3169e45925e1778b6e0269679be3652943ed9" license "Apache-2.0" head "https://github.com/onflow/cadence.git", branch: "master" From 199008954aebcfe8afff7e07380f6001820f26fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:01:12 +0000 Subject: [PATCH 00127/10074] fonttools 4.58.1 --- Formula/f/fonttools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fonttools.rb b/Formula/f/fonttools.rb index 8ea0b350b4335..6be6f59cc61a9 100644 --- a/Formula/f/fonttools.rb +++ b/Formula/f/fonttools.rb @@ -3,8 +3,8 @@ class Fonttools < Formula desc "Library for manipulating fonts" homepage "https://github.com/fonttools/fonttools" - url "https://files.pythonhosted.org/packages/9a/cf/4d037663e2a1fe30fddb655d755d76e18624be44ad467c07412c2319ab97/fonttools-4.58.0.tar.gz" - sha256 "27423d0606a2c7b336913254bf0b1193ebd471d5f725d665e875c5e88a011a43" + url "https://files.pythonhosted.org/packages/3e/7a/30c581aeaa86d94e7a29344bccefd2408870bf5b0e7640b6f4ffede61bd0/fonttools-4.58.1.tar.gz" + sha256 "cbc8868e0a29c3e22628dfa1432adf7a104d86d1bc661cecc3e9173070b6ab2d" license "MIT" head "https://github.com/fonttools/fonttools.git", branch: "main" From c4e04d68bb7aeeac289bfac44aecc251a96edd5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:03:26 +0000 Subject: [PATCH 00128/10074] haproxy 3.2.0 --- Aliases/{haproxy@3.1 => haproxy@3.2} | 0 Formula/h/haproxy.rb | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename Aliases/{haproxy@3.1 => haproxy@3.2} (100%) diff --git a/Aliases/haproxy@3.1 b/Aliases/haproxy@3.2 similarity index 100% rename from Aliases/haproxy@3.1 rename to Aliases/haproxy@3.2 diff --git a/Formula/h/haproxy.rb b/Formula/h/haproxy.rb index 760bc69cc36f4..d110cd4058c90 100644 --- a/Formula/h/haproxy.rb +++ b/Formula/h/haproxy.rb @@ -1,8 +1,8 @@ class Haproxy < Formula desc "Reliable, high performance TCP/HTTP load balancer" homepage "https://www.haproxy.org/" - url "https://www.haproxy.org/download/3.1/src/haproxy-3.1.7.tar.gz" - sha256 "a3952644ef939b36260d91d81a335636aa9b44572b4cb8b6001272f88545c666" + url "https://www.haproxy.org/download/3.2/src/haproxy-3.2.0.tar.gz" + sha256 "f762ae31bca1b51feb89e4395e36e17f867c25372a10853c70d292c3dd17b7b0" license "GPL-2.0-or-later" => { with: "openvpn-openssl-exception" } livecheck do From e0dafcc07553076424a640b52ed37c27d758f864 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:04:36 +0000 Subject: [PATCH 00129/10074] ipsw 3.1.606 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index d2fa02bdadac2..1e2b61d62e0e9 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.605.tar.gz" - sha256 "f05d8da70ae783d9610450eb0c2519ee1180956c61345a84bf82e5d861271f61" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.606.tar.gz" + sha256 "018d8aa21e90267d2a34543c6c98a9b209336d7b886441b0d910f0a445883d87" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From 6ec1ff6a915ae5deefa9b048382523a115a55afd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:08:22 +0000 Subject: [PATCH 00130/10074] locust 2.37.6 --- Formula/l/locust.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 7bca525675fcc..5573e1c02e184 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -3,8 +3,8 @@ class Locust < Formula desc "Scalable user load testing tool written in Python" homepage "https://locust.io/" - url "https://files.pythonhosted.org/packages/d2/d1/60d5fddac2baa47314c091636868b50178a38fc71ce39d68afd847448028/locust-2.37.5.tar.gz" - sha256 "c90824c4cb6a01cdede220684c7c8381253fcca47fc689dbca4f6c46d740c99f" + url "https://files.pythonhosted.org/packages/20/a4/a8c3c19220f1371471f0fdb5a14c4bc205e86237d32df67f50548e310bfa/locust-2.37.6.tar.gz" + sha256 "2ea16f7e4bb1b9c41aa666eff5ea9737977a297503644043208180dd0d3dd883" license "MIT" bottle do @@ -49,8 +49,8 @@ class Locust < Formula end resource "configargparse" do - url "https://files.pythonhosted.org/packages/70/8a/73f1008adfad01cb923255b924b1528727b8270e67cb4ef41eabdc7d783e/ConfigArgParse-1.7.tar.gz" - sha256 "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" + url "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz" + sha256 "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" end resource "flask" do @@ -104,8 +104,8 @@ class Locust < Formula end resource "locust-cloud" do - url "https://files.pythonhosted.org/packages/09/d4/64a169b4831d26ab9dceacb192ea30c749501d87b4958e628cf1f7ef45c4/locust_cloud-1.21.8.tar.gz" - sha256 "e8bde0da013c8731a45cc834cdf9fec2fc21738a5f2807d93c2c5eeb3008a80e" + url "https://files.pythonhosted.org/packages/54/71/4f3dec44c419f7e5706e117fae7dda7c17d440d873c5e68aeb5843b7c9a9/locust_cloud-1.21.9.tar.gz" + sha256 "f3c81447cadfb533d1e2bbdbf95fac97316233cbbde779df56a7b447d77bd8ea" end resource "markupsafe" do @@ -149,8 +149,8 @@ class Locust < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "simple-websocket" do From 1ac2ff6a0a5e1f769de08e041f8e97da076da624 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:09:08 +0000 Subject: [PATCH 00131/10074] cadence: update 1.5.1 bottle. --- Formula/c/cadence.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index c65003fd871ea..55afa191f7170 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -15,12 +15,12 @@ class Cadence < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a068d6dc3ca92fb6fb45a9b8a3011df9176feb65569ef0dc8516c3a6812b702" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a068d6dc3ca92fb6fb45a9b8a3011df9176feb65569ef0dc8516c3a6812b702" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3a068d6dc3ca92fb6fb45a9b8a3011df9176feb65569ef0dc8516c3a6812b702" - sha256 cellar: :any_skip_relocation, sonoma: "59e0e52b272c4edac4755829854df81be16236a7439ed1d4d447f1163baa5d37" - sha256 cellar: :any_skip_relocation, ventura: "59e0e52b272c4edac4755829854df81be16236a7439ed1d4d447f1163baa5d37" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a0d7545e8fa30dffd0228e95d889ec5db9d3f6d4e55c355c19473671022dd042" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ae92a2030d022bc3ba068a1c624e35db7c66bf1f7ba2a881a0fe11c73b0dc8b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ae92a2030d022bc3ba068a1c624e35db7c66bf1f7ba2a881a0fe11c73b0dc8b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5ae92a2030d022bc3ba068a1c624e35db7c66bf1f7ba2a881a0fe11c73b0dc8b" + sha256 cellar: :any_skip_relocation, sonoma: "937a0df0d53c1de1814839317923288679681157a838b116cfe5b5064ee46812" + sha256 cellar: :any_skip_relocation, ventura: "937a0df0d53c1de1814839317923288679681157a838b116cfe5b5064ee46812" + sha256 cellar: :any_skip_relocation, x86_64_linux: "096d576945273b92c30437b7c8a2c5df0c8c1a7b396e72aab9fe60cbf1199077" end depends_on "go" => :build From 6fb899eaa2a21f781199b456362aa871c9f0b4aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:09:31 +0000 Subject: [PATCH 00132/10074] metabase 0.54.10 --- Formula/m/metabase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/metabase.rb b/Formula/m/metabase.rb index 5cc6c76784747..1ce3724f1992b 100644 --- a/Formula/m/metabase.rb +++ b/Formula/m/metabase.rb @@ -1,8 +1,8 @@ class Metabase < Formula desc "Business intelligence report server" homepage "https://www.metabase.com/" - url "https://downloads.metabase.com/v0.54.7/metabase.jar" - sha256 "63257bf260a91f7bbe4d3074ac703b8aae61bb9f0fab54429b236ca58c2db650" + url "https://downloads.metabase.com/v0.54.10/metabase.jar" + sha256 "b12a6773a3f3d23aba433291eaa51bd717702a73b2ce3e167e5245ab3bdb474e" license "AGPL-3.0-only" livecheck do From 935f7597588397dd6f53eef631c26dc2968b0cef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:10:00 +0000 Subject: [PATCH 00133/10074] mise 2025.5.15 --- Formula/m/mise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index be4f94f7ee7c9..5014bbfed3f86 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.5.14.tar.gz" - sha256 "aaae94bff1df40ee0a337e465b355ee1749433c54b669bef89562cb50be77613" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.5.15.tar.gz" + sha256 "a0e9426865db306012dfaba28d482cc4e9d27a29fbb648e8541f58747995e363" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" From 13897abe8e860ad97b8d5b686f02f322227dfb2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:10:56 +0000 Subject: [PATCH 00134/10074] mx 7.54.4 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index c4f981979b83a..84425f1f96a2c 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.54.3.tar.gz" - sha256 "2ba486aacddb9af89f2e1e9a4d6f8e0c0c61f54873326a4df8047b6bdde8241d" + url "https://github.com/graalvm/mx/archive/refs/tags/7.54.4.tar.gz" + sha256 "9970c129c4b0ca4ffa41258e0ecf45594b12de97448665778d01d7116a6197a0" license "GPL-2.0-only" livecheck do From 120b6814a7715556651d7d78dff3922b70a4ad55 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:12:30 +0000 Subject: [PATCH 00135/10074] angular-cli: update 20.0.0 bottle. --- Formula/a/angular-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index a3b8164d2514b..8b3806ba54ed9 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -6,13 +6,13 @@ class AngularCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8da6d8ce6ba9794cd9f5f9a5cedcee1c18c14c75e9c7929decb63cc28586d86b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8da6d8ce6ba9794cd9f5f9a5cedcee1c18c14c75e9c7929decb63cc28586d86b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8da6d8ce6ba9794cd9f5f9a5cedcee1c18c14c75e9c7929decb63cc28586d86b" - sha256 cellar: :any_skip_relocation, sonoma: "3bf74038b727d436d833f035d918f4276f2ca9dfd9cb877167af0899344d8ca1" - sha256 cellar: :any_skip_relocation, ventura: "3bf74038b727d436d833f035d918f4276f2ca9dfd9cb877167af0899344d8ca1" - sha256 cellar: :any_skip_relocation, arm64_linux: "8da6d8ce6ba9794cd9f5f9a5cedcee1c18c14c75e9c7929decb63cc28586d86b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8da6d8ce6ba9794cd9f5f9a5cedcee1c18c14c75e9c7929decb63cc28586d86b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" + sha256 cellar: :any_skip_relocation, sonoma: "88e24375d75f3ea2f97a66a1ad391e0c8d12c308a090a5829ec1928496a0d2f0" + sha256 cellar: :any_skip_relocation, ventura: "88e24375d75f3ea2f97a66a1ad391e0c8d12c308a090a5829ec1928496a0d2f0" + sha256 cellar: :any_skip_relocation, arm64_linux: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" end depends_on "node" From 03547b89c4c267f0bfb6d54bba5d6ce66af9fea8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:13:56 +0000 Subject: [PATCH 00136/10074] pdfcpu 0.11.0 --- Formula/p/pdfcpu.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pdfcpu.rb b/Formula/p/pdfcpu.rb index 8d42febf1d6b8..c1103fe95d7e5 100644 --- a/Formula/p/pdfcpu.rb +++ b/Formula/p/pdfcpu.rb @@ -1,8 +1,8 @@ class Pdfcpu < Formula desc "PDF processor written in Go" homepage "https://pdfcpu.io" - url "https://github.com/pdfcpu/pdfcpu/archive/refs/tags/v0.10.2.tar.gz" - sha256 "a07cc50446ef6526fa26d5fe2c9e207724971e0b6917f3d70680ec39cfc53aec" + url "https://github.com/pdfcpu/pdfcpu/archive/refs/tags/v0.11.0.tar.gz" + sha256 "16e6e4fbcf809f9d737d8931c267220e5e4cb00fbce793eeaa4501193b954c55" license "Apache-2.0" bottle do From b6029c6a7223fc4dc2bd126a6e6c8c2c92fef161 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:15:30 +0000 Subject: [PATCH 00137/10074] pscale 0.242.0 --- Formula/p/pscale.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index 70fe2c4b9e395..840348b233cdc 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -1,8 +1,8 @@ class Pscale < Formula desc "CLI for PlanetScale Database" homepage "https://www.planetscale.com/" - url "https://github.com/planetscale/cli/archive/refs/tags/v0.241.0.tar.gz" - sha256 "3bf31157a13d6b62cac6867e59ab5f762ad95a60c0c3957ecb9dcf3820438f5d" + url "https://github.com/planetscale/cli/archive/refs/tags/v0.242.0.tar.gz" + sha256 "799d677e8211239e80a53ba7bd83be1c3591b9d8a383f552a148d10295b5b6f5" license "Apache-2.0" head "https://github.com/planetscale/cli.git", branch: "main" From 3e1a3de4a7ba8042f40cd1239fabc05bd9ccba17 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:16:59 +0000 Subject: [PATCH 00138/10074] revive 1.10.0 --- Formula/r/revive.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/revive.rb b/Formula/r/revive.rb index 8eefc6e7b2c87..a52ce8c914e71 100644 --- a/Formula/r/revive.rb +++ b/Formula/r/revive.rb @@ -2,8 +2,8 @@ class Revive < Formula desc "Fast, configurable, extensible, flexible, and beautiful linter for Go" homepage "https://revive.run" url "https://github.com/mgechev/revive.git", - tag: "v1.9.0", - revision: "57ed899d0ce6ab78ad51cb83e67d2d9d32873eb2" + tag: "v1.10.0", + revision: "6becd540e4f864330381c0f2cd0cf05089aa8aa3" license "MIT" head "https://github.com/mgechev/revive.git", branch: "master" From d1022ef939dd42414b7b7bb887758381d7f3581f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:19:42 +0000 Subject: [PATCH 00139/10074] sslh 2.2.4 --- Formula/s/sslh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sslh.rb b/Formula/s/sslh.rb index e86e8586106c2..f159934fd51af 100644 --- a/Formula/s/sslh.rb +++ b/Formula/s/sslh.rb @@ -1,8 +1,8 @@ class Sslh < Formula desc "Forward connections based on first data packet sent by client" homepage "https://www.rutschle.net/tech/sslh.shtml" - url "https://www.rutschle.net/tech/sslh/sslh-v2.2.3.tar.gz" - sha256 "dd7e51c90308ad24654b047bfc29b82578c8e96b872232029ce31517e90b7af7" + url "https://www.rutschle.net/tech/sslh/sslh-v2.2.4.tar.gz" + sha256 "696edac467111d0c1353a4ff32ed8dfa33bc914036644c69a7b9506b7ee49115" license all_of: ["GPL-2.0-or-later", "BSD-2-Clause"] head "https://github.com/yrutschle/sslh.git", branch: "master" From e9d40ab89d9151e40991cff1239e6ebf237758b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:20:07 +0000 Subject: [PATCH 00140/10074] structurizr-cli 2025.05.28 --- Formula/s/structurizr-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/structurizr-cli.rb b/Formula/s/structurizr-cli.rb index c9f6c785b0612..6bec74f8e7193 100644 --- a/Formula/s/structurizr-cli.rb +++ b/Formula/s/structurizr-cli.rb @@ -1,8 +1,8 @@ class StructurizrCli < Formula desc "Command-line utility for Structurizr" homepage "https://docs.structurizr.com/cli" - url "https://github.com/structurizr/cli/releases/download/v2025.03.28/structurizr-cli.zip" - sha256 "9bb9073c7387bc4f9c50f33075d87d151ca35aa1bf1b97187fcc19d70dc55dbe" + url "https://github.com/structurizr/cli/releases/download/v2025.05.28/structurizr-cli.zip" + sha256 "bbe87f7bdcc272755e0bc056fe1641dc4e95d263f109e6733daea96d8acdadc5" license "Apache-2.0" bottle do From ae9809702ff552c5ed3ee42ac3ca7b0d6bbca8f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:20:55 +0000 Subject: [PATCH 00141/10074] tailwindcss 4.1.8 --- Formula/t/tailwindcss.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailwindcss.rb b/Formula/t/tailwindcss.rb index 8e2e323e001bb..87c0ba3ed1bcf 100644 --- a/Formula/t/tailwindcss.rb +++ b/Formula/t/tailwindcss.rb @@ -1,8 +1,8 @@ class Tailwindcss < Formula desc "Utility-first CSS framework" homepage "https://tailwindcss.com" - url "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.7.tgz" - sha256 "830a7a9ca9c8c498cfeb7eba37207162f589618bb58f6b06149f0d3ad03bbb40" + url "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.8.tgz" + sha256 "07daf2d661f86898cbe951f07190cd7c5b267e1b2dde720057f536a61ff52c78" license "MIT" head "https://github.com/tailwindlabs/tailwindcss.git", branch: "next" From c1e384ec52ed4ddf582291e5668a74b0f3eb6eb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:21:23 +0000 Subject: [PATCH 00142/10074] terragrunt 0.80.4 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 30745bf10b10d..6984264d94fa1 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.80.3.tar.gz" - sha256 "77c7fec4b5e0e44591d7481b73a6e85486e63252a3aaead49253793c8f2d2ecd" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.80.4.tar.gz" + sha256 "b8de3422bb86da3fb6d2170aa4a35e1679aef228985fe5b683120866fa4fb591" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 0099635b10bb0aacc8952dc79dd59728fdccf997 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:22:50 +0000 Subject: [PATCH 00143/10074] victorialogs 1.23.0 --- Formula/v/victorialogs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/victorialogs.rb b/Formula/v/victorialogs.rb index 5be7ff2a621dd..3d1760a4e6c51 100644 --- a/Formula/v/victorialogs.rb +++ b/Formula/v/victorialogs.rb @@ -1,8 +1,8 @@ class Victorialogs < Formula desc "Open source user-friendly database for logs from VictoriaMetrics" homepage "https://docs.victoriametrics.com/victorialogs/" - url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.22.2-victorialogs.tar.gz" - sha256 "a2e9abf336cb0a299d611ca9c7955212b4d6f316bf1ef37e2c098bbf4e47a998" + url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.23.0-victorialogs.tar.gz" + sha256 "ba202448e7572dd62a10a09eacc8be4cfe3cd014026b283a1396f66142e58b04" license "Apache-2.0" # There are tags like `pmm-6401-v1.89.1` in the upstream repo. They don't From ac585c5f58ed1d156157e51969a463b24db4f7f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:23:39 +0000 Subject: [PATCH 00144/10074] argocd: update 3.0.4 bottle. --- Formula/a/argocd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/argocd.rb b/Formula/a/argocd.rb index b03861b6a833e..4472e67688b86 100644 --- a/Formula/a/argocd.rb +++ b/Formula/a/argocd.rb @@ -18,13 +18,13 @@ class Argocd < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3472d6c9049fd6c1b8cf04528185052dd7d958fbd9938392e2f6da88242adfc8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b29abf27fbb29ae6bbe749e1d5bb5a824df6bdcaf0cdb25076969cca7d1c3ee2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ac3418cef819656440b0c8e9a2b6aa621a7fdc27dcb54595312f27e84e4d69d8" - sha256 cellar: :any_skip_relocation, sonoma: "11667e532dd5fcb0282fb26ea6036035bda5847bff18f86cd19a8f881246884b" - sha256 cellar: :any_skip_relocation, ventura: "89bbec6808ee2a27daebc4cdf1980c02c0eb05b70f92fc1b32c1ee40811e8def" - sha256 cellar: :any_skip_relocation, arm64_linux: "6d12fd476a44b1e36c02bb902275f91c633bdd604e1585cd3052f161d307d927" - sha256 cellar: :any_skip_relocation, x86_64_linux: "287e957e4addebf5394aa54d4c3a38828e77a03478b75a3107a56649bfb337d3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b06e854e2d34eaf8524873fb69bea4ac96b8a00db107d7c76b30465b380e3e22" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "421945ff5b19959c295dc30cf9c2475f00e5a9fc39fa8eb625b9b12e5999669e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "867808239b555b703bfc722048d5fb15c31c92666f977f6f1d7df841184e1707" + sha256 cellar: :any_skip_relocation, sonoma: "aa8239e049d18b150d971b0049117d020534355b593f59392639115569e8491d" + sha256 cellar: :any_skip_relocation, ventura: "7b033611e5e87b593133b5a652446b57b60af82b0818027a707b92cbd29fb1ad" + sha256 cellar: :any_skip_relocation, arm64_linux: "48b83692e9fb659f924d031c2f2b0647a244c45c4d2ab91e8330e31a410db12d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e43ebee0797c83d4616a8601833aaa1ef119a01edacc2522c929f358e619d86c" end depends_on "go" => :build From 85f2482493ef00a8872f2ade4892adf23e97faf8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:24:37 +0000 Subject: [PATCH 00145/10074] yazi 25.5.28 --- Formula/y/yazi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yazi.rb b/Formula/y/yazi.rb index 45c90c68bdc65..1742a72cfbeda 100644 --- a/Formula/y/yazi.rb +++ b/Formula/y/yazi.rb @@ -1,8 +1,8 @@ class Yazi < Formula desc "Blazing fast terminal file manager written in Rust, based on async I/O" homepage "https://github.com/sxyazi/yazi" - url "https://github.com/sxyazi/yazi/archive/refs/tags/v25.4.8.tar.gz" - sha256 "b001df58df5276587eecb89ed90e8ea7a2bf738819ccb1afc722355fa2c56eae" + url "https://github.com/sxyazi/yazi/archive/refs/tags/v25.5.28.tar.gz" + sha256 "6d6258d68f3e453be8b9ba966073d52af893149f04c790d6d8fe6f2597e26b4f" license "MIT" head "https://github.com/sxyazi/yazi.git", branch: "main" From 7955736336868e304f96178529ed6c12b8b07c55 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:33:00 +0000 Subject: [PATCH 00146/10074] fonttools: update 4.58.1 bottle. --- Formula/f/fonttools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fonttools.rb b/Formula/f/fonttools.rb index 6be6f59cc61a9..ba7af27dbcca7 100644 --- a/Formula/f/fonttools.rb +++ b/Formula/f/fonttools.rb @@ -9,13 +9,13 @@ class Fonttools < Formula head "https://github.com/fonttools/fonttools.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "76a1a9680f6bcfab95e385afae9ac6162142826bef7ffc989d005bbf944ad7df" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0abbdcc42053b7c7d8b0c651912ec59666e1a2e6b6a7a6c3ad6166360681f46" - sha256 cellar: :any_skip_relocation, arm64_ventura: "eba7206836e65baae244be6df16b3f57c5a1741d57e08a8df6187d80d64f5e09" - sha256 cellar: :any_skip_relocation, sonoma: "871424abb8cc936572afdd002060e594a35266a1dca75163cb0029117da7d58d" - sha256 cellar: :any_skip_relocation, ventura: "0f8f9eed4f7bb5a960ffeaad9410f4502d005089818c65bf0579726a95070600" - sha256 cellar: :any_skip_relocation, arm64_linux: "2abf1e12789897aaed9e64ab22d7305af5053f25f62650a2e52d3a0a31740a21" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a136b349acac3ac28b172d5bf3185247380e30a67ff249df2361241c42d1f364" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "588bfcf36f5f17eabc691520fc83c5c1c839bdc65bfe4303212f80a9ee703892" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c21a428411bfd83dd48be7699d80fa62beaf2346391bd4e28b2af423441fe99" + sha256 cellar: :any_skip_relocation, arm64_ventura: "206625e701b9b8466e3bcf1890b50845e78e77d707f112492514b910ec318fa9" + sha256 cellar: :any_skip_relocation, sonoma: "d650913fe4d04925d4c05b4b4b12cb0239d25721ad9bd9866b2999b42affe550" + sha256 cellar: :any_skip_relocation, ventura: "689448e8a968adc032cc59efc0a16713b93f076a0fb6b5054b53e9dc959d9d60" + sha256 cellar: :any_skip_relocation, arm64_linux: "654a0d82ae42fb0f15848299042e12c2028ba0b778c47c41047b87fbbea7d2b9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "435d6ac0e8dbbacf8252429d9c1f563d5106f008caf237eccddb883417a00489" end depends_on "python@3.13" From 6bd895b4a6f0d81814d924f24d667ccc450a7e19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:43:08 +0000 Subject: [PATCH 00147/10074] gh: update 2.73.0 bottle. --- Formula/g/gh.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index b057abb174c83..3c5e2870fa129 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -12,12 +12,13 @@ class Gh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "95b2af35af9cc940a210782b81b3018d8d5fde2b33942d495843344b3b55604b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "95b2af35af9cc940a210782b81b3018d8d5fde2b33942d495843344b3b55604b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "95b2af35af9cc940a210782b81b3018d8d5fde2b33942d495843344b3b55604b" - sha256 cellar: :any_skip_relocation, sonoma: "ba053d8cb0fc4949b9fbc902aa88fa6f03ee1893eb046789af4674a47d117d6e" - sha256 cellar: :any_skip_relocation, ventura: "b5e81a42cc9c221d3fd398418d21fb42041b506429ff48cd33a6f25ba4a95e77" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d55b43a221219dec027692240422f40adca297252297dea69d26cc3e2e817c20" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "046beaade0306d23d0ee28e7e701ef159d44b26aa324d7b8fc80a1b1df6f8feb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "046beaade0306d23d0ee28e7e701ef159d44b26aa324d7b8fc80a1b1df6f8feb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "046beaade0306d23d0ee28e7e701ef159d44b26aa324d7b8fc80a1b1df6f8feb" + sha256 cellar: :any_skip_relocation, sonoma: "9946753c758f993c9b0fb9801fb786bdac09bafda1f75636d92a20235491710c" + sha256 cellar: :any_skip_relocation, ventura: "fe5234f1da080ed707089ac8612560a53ac1aba3a6c86011f9df245e87d93b03" + sha256 cellar: :any_skip_relocation, x86_64_linux: "626c7ba266656072f14a5e64972af3958d07e08b7184c6963f0efaf6409a219c" end depends_on "go" => :build From 60d594d4a92f93dd712db16a0c30f38b1eb6ec2a Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Wed, 28 May 2025 12:56:23 -0500 Subject: [PATCH 00148/10074] mesheryctl 0.8.92 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index e365d469364b1..cea405c13aa03 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.90", - revision: "0eddf44c7083c47ab0fe50672b21b0ed0a42d945" + tag: "v0.8.92", + revision: "9ede6e90351cbc46d1bf4736f0985fc0de5d28c8" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 9f111b34352674db54ff03dba05005d7d1704a4b Mon Sep 17 00:00:00 2001 From: Paulo Moura Date: Wed, 28 May 2025 19:05:50 +0100 Subject: [PATCH 00149/10074] logtalk 3.92.0 --- Formula/l/logtalk.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/l/logtalk.rb b/Formula/l/logtalk.rb index b1b2607d24e01..edc8b2da3b462 100644 --- a/Formula/l/logtalk.rb +++ b/Formula/l/logtalk.rb @@ -1,9 +1,9 @@ class Logtalk < Formula desc "Declarative object-oriented logic programming language" homepage "https://logtalk.org/" - url "https://github.com/LogtalkDotOrg/logtalk3/archive/refs/tags/lgt3911stable.tar.gz" - version "3.91.1" - sha256 "fcebf7696a2dfc102f1f1b08a1a69c15fdcd020e8df17cccec0f1c08c97b4e58" + url "https://github.com/LogtalkDotOrg/logtalk3/archive/refs/tags/lgt3920stable.tar.gz" + version "3.92.0" + sha256 "029eca6bc6296677a9c2882937a8648f7cf858fd432f1ddbfc1f4d219555cb77" license "Apache-2.0" head "https://github.com/LogtalkDotOrg/logtalk3.git", branch: "master" From dc15b21436cf320482bd1ea937dba9534c7c864f Mon Sep 17 00:00:00 2001 From: Abhinav Gupta <187913561+abhinav-robot@users.noreply.github.com> Date: Wed, 28 May 2025 18:36:16 +0000 Subject: [PATCH 00150/10074] git-spice 0.14.0 --- Formula/g/git-spice.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-spice.rb b/Formula/g/git-spice.rb index dd41fb6185975..459fe3e0b9535 100644 --- a/Formula/g/git-spice.rb +++ b/Formula/g/git-spice.rb @@ -1,8 +1,8 @@ class GitSpice < Formula desc "Manage stacked Git branches" homepage "https://abhinav.github.io/git-spice/" - url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.13.0.tar.gz" - sha256 "22f1e875fd5da1683b20815c3ebc7da07bbba1b5b37528396cf065880f681268" + url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.14.0.tar.gz" + sha256 "0a22e815e2add7cc3a62a474e87778d344e4048d7eb3dfa0257a7c82552e6e56" license "GPL-3.0-or-later" head "https://github.com/abhinav/git-spice.git", branch: "main" From 2b11cf482c24ca600c0ae89cff079000ec638455 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:56:35 +0000 Subject: [PATCH 00151/10074] git-spice: update 0.14.0 bottle. --- Formula/g/git-spice.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-spice.rb b/Formula/g/git-spice.rb index 459fe3e0b9535..87b60b540af75 100644 --- a/Formula/g/git-spice.rb +++ b/Formula/g/git-spice.rb @@ -7,12 +7,12 @@ class GitSpice < Formula head "https://github.com/abhinav/git-spice.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "60a087f42b47275314a7b55af7c0918ced5d49511772358f0af44ed66da555fa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "60a087f42b47275314a7b55af7c0918ced5d49511772358f0af44ed66da555fa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "60a087f42b47275314a7b55af7c0918ced5d49511772358f0af44ed66da555fa" - sha256 cellar: :any_skip_relocation, sonoma: "1524a4d2775a1102dc30ca2bfcce3f74f291c8189b33d360bebc526215626927" - sha256 cellar: :any_skip_relocation, ventura: "1524a4d2775a1102dc30ca2bfcce3f74f291c8189b33d360bebc526215626927" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a8c885be077e9ba0c769efd9daef6be6c51cd2bc00f53be5fd7d3dc1e141fd22" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d6f1b2ab2012dacaceb4b2206f9b8e8234f8259a7eced58cf498882b7a8501b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d6f1b2ab2012dacaceb4b2206f9b8e8234f8259a7eced58cf498882b7a8501b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d6f1b2ab2012dacaceb4b2206f9b8e8234f8259a7eced58cf498882b7a8501b" + sha256 cellar: :any_skip_relocation, sonoma: "af8a20bde115b2fa8fe1272d3dc8d3c2fcdceb561b3e8cdf3c829cb760e6c8b7" + sha256 cellar: :any_skip_relocation, ventura: "af8a20bde115b2fa8fe1272d3dc8d3c2fcdceb561b3e8cdf3c829cb760e6c8b7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "796ed4c3cc6d6fcf24101ca1a7960d5331eca8727f3d0183de869f0fe523af32" end depends_on "go" => :build From 18ab407a3439b077cca465507f9aedcae73ffae9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:56:46 +0000 Subject: [PATCH 00152/10074] mesheryctl: update 0.8.92 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index cea405c13aa03..cdd0c9ae14015 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a0c2c647d21073e88b4bff855d5d8ff865924aa074fc94d1a780df854af08f7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a0c2c647d21073e88b4bff855d5d8ff865924aa074fc94d1a780df854af08f7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5a0c2c647d21073e88b4bff855d5d8ff865924aa074fc94d1a780df854af08f7" - sha256 cellar: :any_skip_relocation, sonoma: "221d6cdcce074a9cba2e85f09c64523b8f854aa458254d5a56ab9f7946fc8d29" - sha256 cellar: :any_skip_relocation, ventura: "221d6cdcce074a9cba2e85f09c64523b8f854aa458254d5a56ab9f7946fc8d29" - sha256 cellar: :any_skip_relocation, arm64_linux: "80e8ac1729b573b71249dbb00bafb533336c718eb3755ecc9b6597d90284167e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "00a3247c64ed8a46f25bd584609ca9514d65079e064579d2f57227eae8e4ca1c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55" + sha256 cellar: :any_skip_relocation, sonoma: "fe06973ddcd82b654ee6989f98f2dcf36a20b3b8215056e67b67854ce79f9dc3" + sha256 cellar: :any_skip_relocation, ventura: "fe06973ddcd82b654ee6989f98f2dcf36a20b3b8215056e67b67854ce79f9dc3" + sha256 cellar: :any_skip_relocation, arm64_linux: "c8e833a6532d020931d289523c9bf15caaf06f7ae1bce03b694681f1a360ff33" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e169c622d4e12cf07556d682a12069011f6f8b87727575b1a14451ea831bcbb" end depends_on "go" => :build From edd641e3b997ce4f9b07475da0e15a76d692a16f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:57:01 +0000 Subject: [PATCH 00153/10074] victorialogs: update 1.23.0 bottle. --- Formula/v/victorialogs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/victorialogs.rb b/Formula/v/victorialogs.rb index 3d1760a4e6c51..eae801b366080 100644 --- a/Formula/v/victorialogs.rb +++ b/Formula/v/victorialogs.rb @@ -14,13 +14,13 @@ class Victorialogs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9577f4a0a1df19c12e4bc9d0a34ce0e3dc97b0d7ead48c87cd5a411c7ac800f0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f7af0a79edbd056451caead83ad35c56c6e2a1ab67ea0e3e2078f0234880a4b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "57fce423daf59802ed2fa6227549083f676135a15d7d5eb2663f4069041b193a" - sha256 cellar: :any_skip_relocation, sonoma: "3060bf5487bda7b971a1d3ab2e648ce40155f7b80e140f9fa12f47a00042f607" - sha256 cellar: :any_skip_relocation, ventura: "90c3abc2b382a747f0f11b14d474f66e394b6ab3a6f5b9532afde1b0cf050ca7" - sha256 cellar: :any_skip_relocation, arm64_linux: "9954ca0b118c4da6fdbde2339e115381c81b00ce490b7e5815d902e63e52179d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f36b946055a52021122e11efd41494fbd2e9b6ceb77a85cbb3bfc09bc797cbc8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b85b3a12714bcdd3f02cbdf92f66eaeb0b4f0ae839da1df0dbb289f0507d9407" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6dca5410528c00de1ba6352e0904ed7ce9dc79e9c9fac6149d4553f27660716" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9917cd0ba6bca30031d73e54552fabd72e58ff569fadf5b3fd0da99c9e39bd9a" + sha256 cellar: :any_skip_relocation, sonoma: "4fe02ae9a4cc00cc3da50f2c8a8b4c2db714024575bd2d6909bb179e012c870c" + sha256 cellar: :any_skip_relocation, ventura: "d6af4608d36fe38baf80b4d77c30c15e29852f7b6e070005a744ed36530fc151" + sha256 cellar: :any_skip_relocation, arm64_linux: "800a9a21e653137ba10a1cbce5e3c14dbabdfa9382fb7497e905b21151ee7b9e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9313fda6f4575214a9e8c67aaedbbc13db7ff3d7c38e4915a27b5e18ff46756f" end depends_on "go" => :build From a9abea635b321c69a9bbab49a8d8d85d26a7fb3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:57:01 +0000 Subject: [PATCH 00154/10074] logtalk: update 3.92.0 bottle. --- Formula/l/logtalk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/logtalk.rb b/Formula/l/logtalk.rb index edc8b2da3b462..095fd0de6ead8 100644 --- a/Formula/l/logtalk.rb +++ b/Formula/l/logtalk.rb @@ -13,13 +13,13 @@ class Logtalk < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "32146ca005f05687b4920d0b85838c0dd7f5e0446092ba3e568400d38e8dc135" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "96722265d944e0f6399ed816d6ac98a17340a00a625ee68897b51b9a09ea727b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "879202363a40674bc711921069c5d5669940cb2ae629e9414f47b06aa6f85855" - sha256 cellar: :any_skip_relocation, sonoma: "55008a9b41f8de8d7285ad61c088c951d197d52df7a61afc1f71f789811b4278" - sha256 cellar: :any_skip_relocation, ventura: "83018b7d88da453f590c69fa50ee27eca5004c064e752e717f40ba8142497888" - sha256 cellar: :any_skip_relocation, arm64_linux: "183f2918f6db041c3d39c7c6a883f79f622ced9120c05cbe58d5bfb569426a7e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7aebac4c6f05b1823e51201318d7fb2f27d982ccc1c1593d833ea28f6382b900" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d052f91d6a6bb33233ce1850afe0f8ad1fdd2dbee8951932655713ed03fc9ca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f5ae1ac34a6d3b1419a29b78c9c49e44bf54cb3ec31073783a4d037ba61416f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "63c7a9568efaf72ee309017ff0479295e739d549b00f438e96fa0404ebc074dd" + sha256 cellar: :any_skip_relocation, sonoma: "9dec7000f60c8965fb25b4a3472ff632cd38bda1ba31dd6f572df49f50d18719" + sha256 cellar: :any_skip_relocation, ventura: "4a97c7ca1fd5d790d0c3b6f6cd8ad389003581d4fb6d49684c6d15b42036b3ed" + sha256 cellar: :any_skip_relocation, arm64_linux: "cd29a5aa5b6b3c8db90fe94958b5d7dee6941408bafa55485b4c47a51f33411f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6fe260233f5ee28127a4307c65b08b065ac014713b7919d446a73f8d0924d025" end depends_on "gnu-prolog" From 2f21f61f3128789cac3adaa85819aa4bd119789d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:57:11 +0000 Subject: [PATCH 00155/10074] yazi: update 25.5.28 bottle. --- Formula/y/yazi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yazi.rb b/Formula/y/yazi.rb index 1742a72cfbeda..e48884a620bcf 100644 --- a/Formula/y/yazi.rb +++ b/Formula/y/yazi.rb @@ -15,13 +15,13 @@ class Yazi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "56def0a10a0e7f1b4c1941e11ed57a6549097236d7170f89b95af6c5a30f083b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec4efda861b2dfd449f4fdc08c38c017fa5a2280f45139717099c4d6a73fe949" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2dca6fa933ce7c0fbc215f5c17d93956cf73a2f94241ae242b2ee1cf7ea876c2" - sha256 cellar: :any_skip_relocation, sonoma: "ba844ddfeb33fd687d1267bdae049c487fd819c5fb686fa86c6fdfe60e5c2840" - sha256 cellar: :any_skip_relocation, ventura: "7df441bfdc05d77e593f517aa855b979976904419f8a84120ba92d82eaaa0fb6" - sha256 cellar: :any_skip_relocation, arm64_linux: "37803c653d1935f19ae80e29a15af58dcdbc584db6487d03b93c3621c373c6f6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "95a56eb8bb6c0e831dfca11df0f1da26f8d8fc4f4337f5c70cb36c46082c3654" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7393747ac9e178df44146102ed7458d919890bc26d2d1199260dd73dcb307fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "22d23824d6bc24cd964cf317ae51f18ee426616c21eae3a1365534bfc990d0c5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9837c1382a0751a601c75f233fa8ca4dc629ddc54fe6de96644c07328d7963cd" + sha256 cellar: :any_skip_relocation, sonoma: "e96e8b3cd66dbc502a1b7e3d297634d7c4a0440b80816a59f0af7b02c07fab74" + sha256 cellar: :any_skip_relocation, ventura: "f6c6e73c95a5b7eb64226ee2d574a17aa46c3cd8a41652402579a7e028c7397a" + sha256 cellar: :any_skip_relocation, arm64_linux: "908cb32681d46677e28afd69a1fa4fc2399261f6c86974a48b83134d5002e049" + sha256 cellar: :any_skip_relocation, x86_64_linux: "222e0b8acf14a8a84c0b4c6ce9a2027df66bf5f26b56009ab74b14c158f67fcd" end depends_on "rust" => :build From 0ba1ba5e565ddc3d0c68b0ee50e16dfe7a65997d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:57:32 +0000 Subject: [PATCH 00156/10074] terragrunt: update 0.80.4 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 6984264d94fa1..a8947e687aed6 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ea0cfd051205dffab213fce6b4a319f5809911d7d32795158ca058272aed965" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ea0cfd051205dffab213fce6b4a319f5809911d7d32795158ca058272aed965" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7ea0cfd051205dffab213fce6b4a319f5809911d7d32795158ca058272aed965" - sha256 cellar: :any_skip_relocation, sonoma: "cb9fab4c15ec498aa5290f2d29e5b57e4b1e020d9a92f0be79fef48ab21d50ea" - sha256 cellar: :any_skip_relocation, ventura: "cb9fab4c15ec498aa5290f2d29e5b57e4b1e020d9a92f0be79fef48ab21d50ea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3f664662ccfa7f029a6b9fff66cde5288db81211bf53ef2fc1d120822aa24d5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "257d94d6699fa344eeff5eb93fe280a2f015134db3e8d064f5e6dff02ddf6450" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "257d94d6699fa344eeff5eb93fe280a2f015134db3e8d064f5e6dff02ddf6450" + sha256 cellar: :any_skip_relocation, arm64_ventura: "257d94d6699fa344eeff5eb93fe280a2f015134db3e8d064f5e6dff02ddf6450" + sha256 cellar: :any_skip_relocation, sonoma: "ffb779378922b8d7ff6b27397aaa81544f36d5001b58d7f975c7d4a0fe2607d3" + sha256 cellar: :any_skip_relocation, ventura: "ffb779378922b8d7ff6b27397aaa81544f36d5001b58d7f975c7d4a0fe2607d3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d299280edb6a079bfe30165316f94c7b11c53384b36695d5b25bb6a1fec1757" end depends_on "go" => :build From a5dc605f65785dd430ebf28588d3b1254522f2e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:57:33 +0000 Subject: [PATCH 00157/10074] tailwindcss: update 4.1.8 bottle. --- Formula/t/tailwindcss.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailwindcss.rb b/Formula/t/tailwindcss.rb index 87c0ba3ed1bcf..30aef13f3a15c 100644 --- a/Formula/t/tailwindcss.rb +++ b/Formula/t/tailwindcss.rb @@ -15,13 +15,13 @@ class Tailwindcss < Formula end bottle do - sha256 arm64_sequoia: "1b54faa95dda02ebc686f1afc11e2c9223beaeea1f2db240e5ec9bee9afa0bdf" - sha256 arm64_sonoma: "5da8a6d8a3d787af8fb2e49a2baaae883d7c1ac95a8f2231370d284eb06bfe66" - sha256 arm64_ventura: "17318a7a5573998bd3f43944226bf782ca7ddffb0f80561265e5de82dbcc3284" - sha256 sonoma: "9676f0a008aed2e0c680205dad7c0e4736e42ba2be794db92aef784c0cc529d1" - sha256 ventura: "83b8d1b900f5317e7360d84de28b011f9f5bbcd87e1d65c12c725f9774756e5a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a7ffc53346bb9bd09b900c1d6e52485fce472832c7ee5758792ac83adaea0c3f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5df4328db71f164fe772b68519a861a18251d4a96c157651e604766ced455db0" + sha256 arm64_sequoia: "f95e3a6b6ff98e3f6ea1211b5f5f4126ec69acd33d4e16fa652f22504c74ebb1" + sha256 arm64_sonoma: "bcdef0aa81276063ecbeeed7763bdc0993e909261b6c51e1754ab31dfc9be1a7" + sha256 arm64_ventura: "f3f0151c2a4159304f88113f97e23b4d17374174222c0bfd8d1de36876e840bc" + sha256 sonoma: "c14f9b89582c282a3007b0e30f186f14c0f63df7947f69fdc002e5ca336c8297" + sha256 ventura: "0a9051bf782ad976700e56b275f22fdbefbfc21a7d44a1e3a91da9c832e26002" + sha256 cellar: :any_skip_relocation, arm64_linux: "577000ce50e6c322eb03c29edc3586f1016c1e77cf64fd70d6903207d0e11aa8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ac1a40228b10a730891a51b25145f1ec71d8e38e7145dba0d7b8ce91b2cc9d5" end depends_on "node" From 4ee5600abbbf823fcb437e05a48da9f13d5f8e1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:57:35 +0000 Subject: [PATCH 00158/10074] structurizr-cli: update 2025.05.28 bottle. --- Formula/s/structurizr-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/structurizr-cli.rb b/Formula/s/structurizr-cli.rb index 6bec74f8e7193..d3b336cb619ed 100644 --- a/Formula/s/structurizr-cli.rb +++ b/Formula/s/structurizr-cli.rb @@ -6,7 +6,7 @@ class StructurizrCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "a935baf2df03116938057297d49ea51ac342968a59f8ef750afb13dc96449952" + sha256 cellar: :any_skip_relocation, all: "a2e906d447ee8cab70797e0dc00db2527e1408bf371cb2094c94b5f03e762152" end depends_on "openjdk" From 991e561271e5a63283a58b9422fd664a8dfc5cd0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:57:52 +0000 Subject: [PATCH 00159/10074] revive: update 1.10.0 bottle. --- Formula/r/revive.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/revive.rb b/Formula/r/revive.rb index a52ce8c914e71..c8aa26d449a45 100644 --- a/Formula/r/revive.rb +++ b/Formula/r/revive.rb @@ -8,12 +8,12 @@ class Revive < Formula head "https://github.com/mgechev/revive.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b485fda87a88873ce360319b32fcbcbd01a43251eaeeb0b86ed1df642d72241" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b485fda87a88873ce360319b32fcbcbd01a43251eaeeb0b86ed1df642d72241" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3b485fda87a88873ce360319b32fcbcbd01a43251eaeeb0b86ed1df642d72241" - sha256 cellar: :any_skip_relocation, sonoma: "7a36bd94a2f69bdda551658a833939d562b359287756f035e946fcf9d15f65a9" - sha256 cellar: :any_skip_relocation, ventura: "7a36bd94a2f69bdda551658a833939d562b359287756f035e946fcf9d15f65a9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2be28421f2fbf5de6bfef7f6178838d19fc728a43e3521ad6f5899d7dcf8d629" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b87e2cf8bd14cbbf031657dfa3b999f9bb3abcd315837b29ddf4e0047eeb4eb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b87e2cf8bd14cbbf031657dfa3b999f9bb3abcd315837b29ddf4e0047eeb4eb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b87e2cf8bd14cbbf031657dfa3b999f9bb3abcd315837b29ddf4e0047eeb4eb" + sha256 cellar: :any_skip_relocation, sonoma: "026da2b8efbd5bc1d56544af835be71c3228b6c2acf758ee60bd3c28b382640c" + sha256 cellar: :any_skip_relocation, ventura: "026da2b8efbd5bc1d56544af835be71c3228b6c2acf758ee60bd3c28b382640c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9d8d82c52605978c9e8a4142062f492891eaeec31c5fffa12a5ab97b95c8e323" end depends_on "go" => [:build, :test] From 05d9fb6ea6873dddf60ea7ead56bc50c077e9bfb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:58:31 +0000 Subject: [PATCH 00160/10074] mise: update 2025.5.15 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 5014bbfed3f86..74085d04aff43 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -14,13 +14,13 @@ class Mise < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a6f669b1415dc09320c8cd89d1b37aa748f2bf46a3c3c62064f101a33e1075a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "64fdb76692059eaece82b410fbc36572deff83664329cd0e58148864ee43fc6a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d29bb273146fcdac431dbe7fc1d1bf82ef15aa2bb048b4d611b90c0543de66cc" - sha256 cellar: :any_skip_relocation, sonoma: "1c98e4f219cf719a19cb5f80dcadbf771d89dcf26532777febf09901c33a0495" - sha256 cellar: :any_skip_relocation, ventura: "459a9c68c56f48a2fa5115a99b96f9816aa6229ba2da7f0d4a2ef449b4be915f" - sha256 cellar: :any_skip_relocation, arm64_linux: "a3849f48f80d9453e44ef4b2d692dfe6782b3caabc679b739b0683ad544032dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0788bc7bf6217874a889532bd7f757e82cc83f2d545e0dfe1d3b80c38599c3ff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "157424573064575cd8c2de45f90fd62609f10b5e1f697b2078f129609ffe99b0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c0225347615f08bcef59a4830d334fda2eb766e31ff88a141319e4c5fcd5955" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d395e02f9c974406b9bb71d2874f2a0b26306aa17436787c3f75b6172a9c4508" + sha256 cellar: :any_skip_relocation, sonoma: "84680c90c5c7ac83e526fec975d4e5b4c372435ff5903d15423cf3662eb6846a" + sha256 cellar: :any_skip_relocation, ventura: "57e71e8cdf3b2cf706001ef19e30217644cf4d294be5dc2e97ec29b6da2bd9d7" + sha256 cellar: :any_skip_relocation, arm64_linux: "7f9f2c920263c65e5272a064d98b4e6abd39ef612fb4ed922e1ac704728f80da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "30253a3843fd171ddc229a659d3b247dc1310c452a66d58675e70006047068cc" end depends_on "pkgconf" => :build From b47eb5f9d6df62d00817abf6eee2080d2d3ed5c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:59:24 +0000 Subject: [PATCH 00161/10074] locust: update 2.37.6 bottle. --- Formula/l/locust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 5573e1c02e184..f116e4d736809 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -8,13 +8,13 @@ class Locust < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "91bd950f53455d1a49030f137d1a2d3259cb7b9776856b3e2aa30842df483c6e" - sha256 cellar: :any, arm64_sonoma: "5764c9d772ae8a93dd8140ecc52bb30fc9287fa13412b254c3099ed1fd8a0665" - sha256 cellar: :any, arm64_ventura: "7849ef62fe21135eec9153c497e8686db3fd1cf65d139e123ea3abf1be6e7592" - sha256 cellar: :any, sonoma: "7b20556e2f53691557e619ae08a334e823dfa0707ce55bf656ab880b5b2dad59" - sha256 cellar: :any, ventura: "36f05f0ca68ec8fcd5a4ac9e89d47666cbddf1cb501b3305bceea5f1f76adf39" - sha256 cellar: :any_skip_relocation, arm64_linux: "5ce16f2b0346909bc8faa755b78e85b691b47fc08513aaa9b78f5eeb8f2c2313" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bf2d29ace5ccd03a1a28c0b3ed6b7561827f8b6e81900e8f29cbd2f4dc6f54dd" + sha256 cellar: :any, arm64_sequoia: "3bbc89c7f9e2a55b3f0cf47f0d93fea5672d84f53d2cb80adf6f8abc2390db68" + sha256 cellar: :any, arm64_sonoma: "86e2deef39d702aa34c36000e6629ce583e52b005a72f02e6148c6c082588452" + sha256 cellar: :any, arm64_ventura: "893d6e23cf19e5c57a8a2312e3ee834e6aa8abc333006272fa16c9ed52e53b85" + sha256 cellar: :any, sonoma: "6fa65e97e5af10e120a6721c6eb33183868a70fb988b34d3346fda3d67400786" + sha256 cellar: :any, ventura: "1b22ca6dfe0752788165f3490e0ea0d20edfba77e5829036d8de0220e91c5a7a" + sha256 cellar: :any_skip_relocation, arm64_linux: "8b0c8afdfc756f096d222eb01dd334e8caa28445a1fb70149057c3e421c52cb2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d83a41246034667861c09224c0c5f406f26b1536cf903a41b3ec003218079702" end depends_on "cmake" => :build # for pyzmq From fb5fcc0e6d6e6f6042819fe53647ab6c7d6b6177 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:59:26 +0000 Subject: [PATCH 00162/10074] haproxy: update 3.2.0 bottle. --- Formula/h/haproxy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/haproxy.rb b/Formula/h/haproxy.rb index d110cd4058c90..dcc908413fe8b 100644 --- a/Formula/h/haproxy.rb +++ b/Formula/h/haproxy.rb @@ -11,13 +11,13 @@ class Haproxy < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "305d5570a4dc9718db040872e0d29b29f28cdb5459f0c53c26fc30825d05f418" - sha256 cellar: :any, arm64_sonoma: "ab0abefa8f3e367ef0ded08e18bdece2ce2c472e5ccb13a02f0cf9206dfadaeb" - sha256 cellar: :any, arm64_ventura: "6477114920e1fab919475030cf1e36565377d3dfe4b1fb54990138b5246cc231" - sha256 cellar: :any, sonoma: "286e84ad8bd5e4f97ef31fff2ec087245fc0fede37aad5acc65aad87662b000b" - sha256 cellar: :any, ventura: "403c9dabb2c851b7acffd1d243f2c2ce661bb6b2e7ac1c019baedf61456b1904" - sha256 cellar: :any_skip_relocation, arm64_linux: "c7d85e25de80e5b1e47f3ca1b86b47f03b3acee97accab7c299c0270ea552425" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3efee571841ae7dc3fb6816f779ca00ab459349206a86e3dbb43a946237e9e40" + sha256 cellar: :any, arm64_sequoia: "f0cd4a609d905d8e40b7bd9b457d1186a17ba96b0b34f6a35082bd61dc704dca" + sha256 cellar: :any, arm64_sonoma: "5aad263ffbbe3350a043448866e2fee5a73029677575f47d746f1ff8af491ee2" + sha256 cellar: :any, arm64_ventura: "f0f908c53fe41c3de730e781abf46f6d5ae52c85943c5a8ea88f207dc21196f7" + sha256 cellar: :any, sonoma: "58e8009926d3a5b9d22e217751fbb1249d2c2fb855af86e9a4c17182fa433caf" + sha256 cellar: :any, ventura: "7e0749351bc210f25390c0bb7c33f908b32eb3e7b5be2312391e54774fbd31f2" + sha256 cellar: :any_skip_relocation, arm64_linux: "b7d3e2313c834b90fc62689b39511112ab02e300b566c111c64bdf9a0b441253" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0466fce7936443207e4925ab1aa1f9d29ee150577d81b884ce3fff1bf9c19da8" end depends_on "openssl@3" From 36c0610355700ef39ea748a2bae44a252c87fcbb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:59:36 +0000 Subject: [PATCH 00163/10074] ipsw: update 3.1.606 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 1e2b61d62e0e9..7b0b87733467d 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc4caf70557144dfeb5f43aab983dd5c586ad300917e1bbce8b2153ed61d0c51" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b2584009a7dea8f1e1a8901431a886cc18da00728e1a5cfa6167f666eb32c96" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e4a6253e86520e377bb7b47fc55836c28387e156b611038bb08d945578e0f1c1" - sha256 cellar: :any_skip_relocation, sonoma: "4111e943548eceabc96971455a02c5c9b4ec53b23828c36cdde33a83dd76d7a4" - sha256 cellar: :any_skip_relocation, ventura: "8d521a647b8ec9730a02cb03ebc516d4751457f72b4b5472e9ce797f830748e3" - sha256 cellar: :any_skip_relocation, arm64_linux: "5f20cf0f546ee66d348d9995dc112326175e8959b30930ce861160c9aedbfb6f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0afe1dd3e0604cfc951a503a76a6c62c10ac428ef31fc50fe2c2f746860d8f6d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b374cff1656a94b3671ac3d21a017072753459afe5845b86147ff800cf9f663" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5668f2420cbf1f559c968f354b409191a360efd339fdaf6ff4e4546784935928" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3a2780c19ad43a1e79c5166e28f2f23317ba34688932fc356c44b9b5f523b924" + sha256 cellar: :any_skip_relocation, sonoma: "b4abb62453d19d6f849a4407a5fc9c7d65a80d6e273a6e46d6e4775a9ce2cc1f" + sha256 cellar: :any_skip_relocation, ventura: "f3ded40ca2f5349ef66aaaab400e0ca45f77dd7428989625eef8b0acdf39d444" + sha256 cellar: :any_skip_relocation, arm64_linux: "cec950aff29e8fabcd972a68110acafe3edadb01ff59e1bf4477370f06aac4f5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "13bd7a09d63b19634423e5fe6f82093c6686f534937cc96727764edaedc0b391" end depends_on "go" => :build From 589c9fbfff425f058f07c32ca704171a4e198d71 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:59:39 +0000 Subject: [PATCH 00164/10074] mx: update 7.54.4 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 84425f1f96a2c..846901673a5fa 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "547d10d246d4b4ac657cfec041ce99f04498180d5d8ec8b822c63d1d95e6c864" + sha256 cellar: :any_skip_relocation, all: "a7811597df8d5f4c91cbc9bf488f1c801cbcbe94468f7cbf2fd56d5ea9126ade" end depends_on "openjdk" => :test From d6ccfdd6da1cbd976e8d48b16f36ac89f073e247 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:59:44 +0000 Subject: [PATCH 00165/10074] pdfcpu: update 0.11.0 bottle. --- Formula/p/pdfcpu.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pdfcpu.rb b/Formula/p/pdfcpu.rb index c1103fe95d7e5..9c9ef81372418 100644 --- a/Formula/p/pdfcpu.rb +++ b/Formula/p/pdfcpu.rb @@ -6,12 +6,12 @@ class Pdfcpu < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbfe66486cb5610e9b1dd03580ab566c557929770eb73938aa092b2f6cf7bbad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbfe66486cb5610e9b1dd03580ab566c557929770eb73938aa092b2f6cf7bbad" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dbfe66486cb5610e9b1dd03580ab566c557929770eb73938aa092b2f6cf7bbad" - sha256 cellar: :any_skip_relocation, sonoma: "4d543ddf966abd6bd5b0a3e24cc0f2d79567e6de3d79283aaf973e341de0d8b7" - sha256 cellar: :any_skip_relocation, ventura: "4d543ddf966abd6bd5b0a3e24cc0f2d79567e6de3d79283aaf973e341de0d8b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "913e9c226dc778530c8a0941460bf3cb5990070a8763815bc263c3e6f32063e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f141222f26821c8e9a2c6b359b73fee48040cc04ce127dd209968ef80e68d39" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f141222f26821c8e9a2c6b359b73fee48040cc04ce127dd209968ef80e68d39" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6f141222f26821c8e9a2c6b359b73fee48040cc04ce127dd209968ef80e68d39" + sha256 cellar: :any_skip_relocation, sonoma: "6fa423d0867b75c977cede4c3b81673b91919d9bf564967bbe7b30232aab6755" + sha256 cellar: :any_skip_relocation, ventura: "6fa423d0867b75c977cede4c3b81673b91919d9bf564967bbe7b30232aab6755" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb75f27ec1367eeaeaabd10745b1c30ed25e7588760461db93bd7b8a18553c29" end depends_on "go" => :build From 7e87676f0c1e0387c0dc3823becd3b3ff9d5aa73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:59:45 +0000 Subject: [PATCH 00166/10074] pscale: update 0.242.0 bottle. --- Formula/p/pscale.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index 840348b233cdc..afb7efccfad10 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -7,12 +7,12 @@ class Pscale < Formula head "https://github.com/planetscale/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "00bc49bde51ecc834a3e20f90644b1538d4fd695423611602a8012c4938da247" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee7b3d608f465be46c2abaa3c52aa111272db6e1f9575c68b0bc26ae4fdf3625" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f68bbeaac64e2d7b9681b18fc0bdab2c88fb6011c87c424b05e5e24e4f641048" - sha256 cellar: :any_skip_relocation, sonoma: "a3222a624b9a57c1b4bd298ae2276293b4819c7592751cabe79be6aa78d4e1c7" - sha256 cellar: :any_skip_relocation, ventura: "13d46468ca32b19034371133dbaba4b5a9347e247177a86b952a24d4b080d594" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a743c7ef4e8f84d8440f5b885baa449a9db7820f960a8ae88917ea92db66164c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8e129cb6efdfad2b02d4e52b7d014f61107dd906043298185636391ab9440fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "30f78886f9d4b22bc99aefba0cd8d0a5b8522ab69322499f8b233b4b2b849a10" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9661d116902d4cab4bf1c30d0cb5907e2baf3d0e6d6abb5a33940ecd9f3eb2bc" + sha256 cellar: :any_skip_relocation, sonoma: "9f81498f1abe150e0223b9bc6e6d3c7014ecaaaeac64e731e03b4294d9b94d13" + sha256 cellar: :any_skip_relocation, ventura: "85c8a991ca4445d2c38efcebfb0bd12a7b52f8d36f8d7ff1773f8eb90083a940" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e6ad699a9f5895f8bc9a9178127de4994165a718022cbc56dffa444a6ad51d6" end depends_on "go" => :build From 9c97f228c12509acbc86060aa97c2e794f0ec213 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:00:21 +0000 Subject: [PATCH 00167/10074] metabase: update 0.54.10 bottle. --- Formula/m/metabase.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/metabase.rb b/Formula/m/metabase.rb index 1ce3724f1992b..27a1fc53cd295 100644 --- a/Formula/m/metabase.rb +++ b/Formula/m/metabase.rb @@ -11,7 +11,7 @@ class Metabase < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "dfae765818ce9476eddf330c00696ab7de20b6292cb9ad0b9427c7bc9bb13c33" + sha256 cellar: :any_skip_relocation, all: "1652e8bd83949227a105216f38836fff61cae011f4587db81ea9eda076261642" end head do From 3b55af7b478ae03c1dc30033363087d9d8ccbcf3 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 28 May 2025 12:04:25 -0700 Subject: [PATCH 00168/10074] ropebwt3 3.9 (new formula) --- Formula/r/ropebwt3.rb | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Formula/r/ropebwt3.rb diff --git a/Formula/r/ropebwt3.rb b/Formula/r/ropebwt3.rb new file mode 100644 index 0000000000000..e43aebf31e0fc --- /dev/null +++ b/Formula/r/ropebwt3.rb @@ -0,0 +1,29 @@ +class Ropebwt3 < Formula + desc "BWT construction and search" + homepage "https://github.com/lh3/ropebwt3" + url "https://github.com/lh3/ropebwt3/archive/refs/tags/v3.9.tar.gz" + sha256 "0c04879f97c92607017c00e0afc5a4e0428a8467573336300ebf3c1a6bcc4d75" + license all_of: ["MIT", "Apache-2.0"] + head "https://github.com/lh3/ropebwt3.git", branch: "master" + + uses_from_macos "zlib" + + on_macos do + depends_on "libomp" + end + + def install + args = [] + args << "LIBS=-L#{Formula["libomp"].opt_lib} -lomp -lpthread -lz -lm" if OS.mac? + system "make", *args + bin.install "ropebwt3" + end + + test do + (testpath/"test.txt").write <<~EOS + TGAACTCTACACAACATATTTTGTCACCAAG + EOS + system bin/"ropebwt3", "build", "test.txt", "-Ldo", "idx.fmd" + assert_path_exists "idx.fmd" + end +end From 5114de6c0fd219f8a6c6ca54971cff1663c37947 Mon Sep 17 00:00:00 2001 From: RoseSecurity <72598486+RoseSecurity@users.noreply.github.com> Date: Wed, 28 May 2025 15:18:03 -0400 Subject: [PATCH 00169/10074] terramaid 2.4.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/t/terramaid.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terramaid.rb b/Formula/t/terramaid.rb index 0a46183d0ad47..4248e8a779b27 100644 --- a/Formula/t/terramaid.rb +++ b/Formula/t/terramaid.rb @@ -1,8 +1,8 @@ class Terramaid < Formula desc "Utility for generating Mermaid diagrams from Terraform configurations" homepage "https://github.com/RoseSecurity/Terramaid" - url "https://github.com/RoseSecurity/Terramaid/archive/refs/tags/v2.3.0.tar.gz" - sha256 "3a0651fabd83b854d1c5c03635fdfb027b19c598dca20cc0670f8c56b0ef7f70" + url "https://github.com/RoseSecurity/Terramaid/archive/refs/tags/v2.4.0.tar.gz" + sha256 "fb7a6686e5d8845e457a0838ad689ea654beb569283b80591bf59556dee3bcf1" license "Apache-2.0" head "https://github.com/RoseSecurity/Terramaid.git", branch: "main" From ed3d848dc4cca00f9c6cd529e106b211f7c93be6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:49:48 +0000 Subject: [PATCH 00170/10074] aws-cdk 2.1017.0 --- Formula/a/aws-cdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index f99d732615079..fe787b40669de 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -1,8 +1,8 @@ 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.1016.1.tgz" - sha256 "ea802df3728aea08e13280807e864d178d37ad1f5560e325b451b32730bd7cca" + url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1017.0.tgz" + sha256 "095f4452d6becff5a1d86cae902e5b27e1c093548e03cbb69c71588cfa174219" license "Apache-2.0" bottle do From f84757ac396aaa54e8bebfa27f7c51a5f6ff4c59 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:49:57 +0000 Subject: [PATCH 00171/10074] aws-crt-cpp 0.32.7 --- Formula/a/aws-crt-cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-crt-cpp.rb b/Formula/a/aws-crt-cpp.rb index 705197aebd654..b9e5601e7cec6 100644 --- a/Formula/a/aws-crt-cpp.rb +++ b/Formula/a/aws-crt-cpp.rb @@ -1,8 +1,8 @@ class AwsCrtCpp < Formula desc "C++ wrapper around the aws-c-* libraries" homepage "https://github.com/awslabs/aws-crt-cpp" - url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.6.tar.gz" - sha256 "a7888f843ac335e704cff041044528fcd4803126a6b5330b6e2999772f76b139" + url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.7.tar.gz" + sha256 "9d8d5fd64fd26587e9c498ee2031846b83469992eae220da3c0d2cf46ef6ef6c" license "Apache-2.0" bottle do From 62319fbf0909f022605f3f3af4e5a49a84a2d4a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:50:18 +0000 Subject: [PATCH 00172/10074] awscli 2.27.24 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 84fa75cac7ddc..4898b151c660b 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.23.tar.gz" - sha256 "3285eea837731e7e03b1be6f0a0e38e129ff547f3de69d36969830e7796ffcfe" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.24.tar.gz" + sha256 "d9639e455328e38dfd24a9bfcc34291cc40e5ce93d1930194cf7e8d1a24f9abc" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 19364fb523d35b00df6e685575b9ec39e9cfaa59 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:50:35 +0000 Subject: [PATCH 00173/10074] balena-cli 22.0.2 --- Formula/b/balena-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index b2984bad79a37..8dd4cbec947e8 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -1,8 +1,8 @@ class BalenaCli < Formula desc "Command-line tool for interacting with the balenaCloud and balena API" homepage "https://docs.balena.io/reference/balena-cli/latest/" - url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.0.0.tgz" - sha256 "1ff727b0fb4723c393784a65be990731bca9f6245c216c97950fe4d38ff567a1" + url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.0.2.tgz" + sha256 "8568d0c488ee886dbcf7db25e59fc9a8ec4149763d95e293a44dc409e795353f" license "Apache-2.0" livecheck do From d52238882587d2178955fe7aa6c35ac3715ccc62 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:52:01 +0000 Subject: [PATCH 00174/10074] cadence 1.6.0 --- Formula/c/cadence.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index 55afa191f7170..d2040d1549586 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -1,8 +1,8 @@ class Cadence < Formula desc "Resource-oriented smart contract programming language" homepage "https://cadence-lang.org/" - url "https://github.com/onflow/cadence/archive/refs/tags/v1.5.1.tar.gz" - sha256 "0905720f94f1ce74d05a9323b1c3169e45925e1778b6e0269679be3652943ed9" + url "https://github.com/onflow/cadence/archive/refs/tags/v1.6.0.tar.gz" + sha256 "3768c6fa9547b644ccefa584b976ac59f5674988abf0256a26ea9536a8dec1b3" license "Apache-2.0" head "https://github.com/onflow/cadence.git", branch: "master" From 0e4defd423df3a024188b03d38ab9e1b1cc9416f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:54:33 +0000 Subject: [PATCH 00175/10074] conan 2.17.0 --- Formula/c/conan.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/c/conan.rb b/Formula/c/conan.rb index 1c82b6dc71b9a..8d4d72a649b29 100644 --- a/Formula/c/conan.rb +++ b/Formula/c/conan.rb @@ -3,8 +3,8 @@ class Conan < Formula desc "Distributed, open source, package manager for C/C++" homepage "https://conan.io" - url "https://files.pythonhosted.org/packages/fb/59/c53bd6aef9a7a3c29e2966b121a00bbee0f7f3c5702a9bdd25c15cfe9691/conan-2.16.1.tar.gz" - sha256 "e5b2aac9dab4f23e95f62a7c62dfb33c5f4522fab34332120c8be6eca11f5bec" + url "https://files.pythonhosted.org/packages/7e/f5/d3de05f350c9ea40998543b11f38798d54ce0f0f88a558e1c7ed31a3123e/conan-2.17.0.tar.gz" + sha256 "91bca3c5b4a9b361d2a9155cf7e678707fccd738cdeb601b5ca398478f99a824" license "MIT" head "https://github.com/conan-io/conan.git", branch: "develop" @@ -25,8 +25,8 @@ class Conan < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "colorama" do From 54f481006deb72860aaecde24b4fe970e349fda8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:56:15 +0000 Subject: [PATCH 00176/10074] docker-machine 0.16.2-gitlab.36 --- Formula/d/docker-machine.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/docker-machine.rb b/Formula/d/docker-machine.rb index 87777e747cc18..2ab17d535c0ff 100644 --- a/Formula/d/docker-machine.rb +++ b/Formula/d/docker-machine.rb @@ -1,9 +1,9 @@ class DockerMachine < Formula desc "Create Docker hosts locally and on cloud providers" homepage "https://docs.gitlab.com/runner/executors/docker_machine.html" - url "https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.35/docker-machine-v0.16.2-gitlab.35.tar.bz2" - version "0.16.2-gitlab.35" - sha256 "eeee9312a0220aca825668b0a05b17c02a061d0a9aff4f966068e981d0ee0271" + url "https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.36/docker-machine-v0.16.2-gitlab.36.tar.bz2" + version "0.16.2-gitlab.36" + sha256 "bda8b89272aceab6f91e4ebc2b026cb6285e23e0b71ede0230c814f6f3c80bb0" license "Apache-2.0" head "https://gitlab.com/gitlab-org/ci-cd/docker-machine.git", branch: "master" From 97e0a3c70b5dfd50de681d016d99547310635253 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:56:35 +0000 Subject: [PATCH 00177/10074] dra 0.8.2 --- Formula/d/dra.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dra.rb b/Formula/d/dra.rb index 07251e00a929e..6a73d6e891f7a 100644 --- a/Formula/d/dra.rb +++ b/Formula/d/dra.rb @@ -1,8 +1,8 @@ class Dra < Formula desc "Command-line tool to download release assets from GitHub" homepage "https://github.com/devmatteini/dra" - url "https://github.com/devmatteini/dra/archive/refs/tags/0.8.1.tar.gz" - sha256 "93b05fd57b893873af622e0324efc63f8da4688bb8115e4b104ca45d05b0ab47" + url "https://github.com/devmatteini/dra/archive/refs/tags/0.8.2.tar.gz" + sha256 "5766c57a0e105d9f86aece2b561d59c81fe22d22eb0c9d7cf1c9992b87b2338b" license "MIT" head "https://github.com/devmatteini/dra.git", branch: "main" From 35ef877dcf526694d9ca7e1f45787e3ce3eefab4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 19:58:25 +0000 Subject: [PATCH 00178/10074] flyctl 0.3.134 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 6acccee5021fd..f6110bff1f6f8 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.132", - revision: "8aadeca41347eced24bdd0e2ced2fa3c8badf63b" + tag: "v0.3.134", + revision: "c6b3211ba14eae60087ba5f89061df20ffa8faa7" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From b952fec180b9d74acf226c3727ac3eb252056b7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:00:50 +0000 Subject: [PATCH 00179/10074] helm 3.18.1 --- Formula/h/helm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helm.rb b/Formula/h/helm.rb index b05f1554cc66d..83d23c9d9a33d 100644 --- a/Formula/h/helm.rb +++ b/Formula/h/helm.rb @@ -2,8 +2,8 @@ class Helm < Formula desc "Kubernetes package manager" homepage "https://helm.sh/" url "https://github.com/helm/helm.git", - tag: "v3.18.0", - revision: "cc58e3f5a3aa615c6a86275e6f4444b5fdd3cc4e" + tag: "v3.18.1", + revision: "f6f8700a539c18101509434f3b59e6a21402a1b2" license "Apache-2.0" head "https://github.com/helm/helm.git", branch: "main" From 6a373e63909dc689f04ddce3addcbc74c1a234ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:01:10 +0000 Subject: [PATCH 00180/10074] howard-hinnant-date 3.0.4 --- Formula/h/howard-hinnant-date.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/howard-hinnant-date.rb b/Formula/h/howard-hinnant-date.rb index 453e02ede6e32..422d63b875a6f 100644 --- a/Formula/h/howard-hinnant-date.rb +++ b/Formula/h/howard-hinnant-date.rb @@ -1,8 +1,8 @@ class HowardHinnantDate < Formula desc "C++ library for date and time operations based on " homepage "https://github.com/HowardHinnant/date" - url "https://github.com/HowardHinnant/date/archive/refs/tags/v3.0.3.tar.gz" - sha256 "30de45a34a2605cca33a993a9ea54e8f140f23b1caf1acf3c2fd436c42c7d942" + url "https://github.com/HowardHinnant/date/archive/refs/tags/v3.0.4.tar.gz" + sha256 "56e05531ee8994124eeb498d0e6a5e1c3b9d4fccbecdf555fe266631368fb55f" license "MIT" bottle do From 97d62f681a71d43ba1fb664d177be121e636ee9a Mon Sep 17 00:00:00 2001 From: Christopher Thorn Date: Wed, 28 May 2025 08:22:44 -0700 Subject: [PATCH 00181/10074] gdbm: fix patch url Recent changes with GNU changed the URL for the patch, this commit updates that. --- Formula/g/gdbm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gdbm.rb b/Formula/g/gdbm.rb index e34fe0515e7e9..7b53fb7a4351f 100644 --- a/Formula/g/gdbm.rb +++ b/Formula/g/gdbm.rb @@ -18,8 +18,8 @@ class Gdbm < Formula # Backport fix for macOS patch do - url "https://git.savannah.gnu.org/cgit/gdbm.git/patch/?id=ed0a865345681982ea02c6159c0f3d7702c928a1" - sha256 "d2ba39d1948f5b1f048997716beaaa96d07fba594e81854cb01574378f645e07" + url "https://git.savannah.gnu.org/cgit/gdbm.git/rawdiff/?id=ed0a865345681982ea02c6159c0f3d7702c928a1" + sha256 "cdba23a8da0bbdf91921247d226f9ca13e2a1c9541434f7a9132ba39346762ad" end def install From 936c6adff4a8eac43b4de9d4c2f8a12fc77218bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:09:38 +0000 Subject: [PATCH 00182/10074] oxen 0.34.7 --- Formula/o/oxen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxen.rb b/Formula/o/oxen.rb index 53c45f96b4305..47aef6f82c215 100644 --- a/Formula/o/oxen.rb +++ b/Formula/o/oxen.rb @@ -1,8 +1,8 @@ class Oxen < Formula desc "Data VCS for structured and unstructured machine learning datasets" homepage "https://www.oxen.ai/" - url "https://github.com/Oxen-AI/Oxen/archive/refs/tags/v0.34.6.tar.gz" - sha256 "2bb6fda065c25a04a4a15a7cbf6ec7fc8654e4214977e0387121c751af4b37f9" + url "https://github.com/Oxen-AI/Oxen/archive/refs/tags/v0.34.7.tar.gz" + sha256 "f830c146b2c5b93d0c0b94ddad03ac10d6dbf9b4eb39297bd4b914ff9076e179" license "Apache-2.0" head "https://github.com/Oxen-AI/Oxen.git", branch: "main" From 1c68b8ef0e4ff789c04d6ceac25c3a6091f6a1bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:11:27 +0000 Subject: [PATCH 00183/10074] pscale 0.243.0 --- Formula/p/pscale.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index afb7efccfad10..5cb299dd57749 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -1,8 +1,8 @@ class Pscale < Formula desc "CLI for PlanetScale Database" homepage "https://www.planetscale.com/" - url "https://github.com/planetscale/cli/archive/refs/tags/v0.242.0.tar.gz" - sha256 "799d677e8211239e80a53ba7bd83be1c3591b9d8a383f552a148d10295b5b6f5" + url "https://github.com/planetscale/cli/archive/refs/tags/v0.243.0.tar.gz" + sha256 "e9cbbb85fedf0dbd46118df0507a290c98c71f9aa7f093c3ca14d9e6d67fdf4d" license "Apache-2.0" head "https://github.com/planetscale/cli.git", branch: "main" From 4af4750436410c28796d58675dddf317e9465238 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:14:10 +0000 Subject: [PATCH 00184/10074] sf 2.90.4 --- Formula/s/sf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index 7e59032c2820d..74de6aeffb6a5 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -1,8 +1,8 @@ class Sf < Formula desc "Command-line toolkit for Salesforce development" homepage "https://developer.salesforce.com/tools/salesforcecli" - url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.89.8.tgz" - sha256 "d01627ef5b5079141e2e1ac15d76481a6b167f6730d51397652a091ddc5a2845" + url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.90.4.tgz" + sha256 "1dc28f6521e6ea56ddf18332becb1734636049152263ea827ab29b30e58a9eaa" license "BSD-3-Clause" livecheck do From 1186c7d891bf957af659b9416316721fcd996ce8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:24:27 +0000 Subject: [PATCH 00185/10074] aws-cdk: update 2.1017.0 bottle. --- Formula/a/aws-cdk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index fe787b40669de..7ca63155b772c 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -6,7 +6,7 @@ class AwsCdk < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "cfb0f03903473921b7d4d561784e6046eeaaaeaaf6bdcb22ca1b5f347fcdabc1" + sha256 cellar: :any_skip_relocation, all: "9b01579c1c92b5ff9b44bdedb2c03d05602746ff4b8bf7b201f0b2cce626c5e1" end depends_on "node" From b2153047628b3a8a614430c278873ca83b76f71a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:25:43 +0000 Subject: [PATCH 00186/10074] cadence: update 1.6.0 bottle. --- Formula/c/cadence.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index d2040d1549586..9d375bc044510 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -15,12 +15,12 @@ class Cadence < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ae92a2030d022bc3ba068a1c624e35db7c66bf1f7ba2a881a0fe11c73b0dc8b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ae92a2030d022bc3ba068a1c624e35db7c66bf1f7ba2a881a0fe11c73b0dc8b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5ae92a2030d022bc3ba068a1c624e35db7c66bf1f7ba2a881a0fe11c73b0dc8b" - sha256 cellar: :any_skip_relocation, sonoma: "937a0df0d53c1de1814839317923288679681157a838b116cfe5b5064ee46812" - sha256 cellar: :any_skip_relocation, ventura: "937a0df0d53c1de1814839317923288679681157a838b116cfe5b5064ee46812" - sha256 cellar: :any_skip_relocation, x86_64_linux: "096d576945273b92c30437b7c8a2c5df0c8c1a7b396e72aab9fe60cbf1199077" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e2a846f337a82f3fbf3822a0950945c7c7c444c82019f263f60df0442be9dd6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e2a846f337a82f3fbf3822a0950945c7c7c444c82019f263f60df0442be9dd6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1e2a846f337a82f3fbf3822a0950945c7c7c444c82019f263f60df0442be9dd6" + sha256 cellar: :any_skip_relocation, sonoma: "7817539f10107ea044ee4662609224b300b5928805ec6b21f289c179a3185e16" + sha256 cellar: :any_skip_relocation, ventura: "7817539f10107ea044ee4662609224b300b5928805ec6b21f289c179a3185e16" + sha256 cellar: :any_skip_relocation, x86_64_linux: "acc6402072cbc6b163606e02d6ebb4c5f535285dfa59d2b3c22699230be7f47b" end depends_on "go" => :build From 23cd50759aca9b474910727ea97a7fc8721710da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:27:34 +0000 Subject: [PATCH 00187/10074] terramaid: update 2.4.0 bottle. --- Formula/t/terramaid.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terramaid.rb b/Formula/t/terramaid.rb index 4248e8a779b27..ee735b2dc0807 100644 --- a/Formula/t/terramaid.rb +++ b/Formula/t/terramaid.rb @@ -7,12 +7,12 @@ class Terramaid < Formula head "https://github.com/RoseSecurity/Terramaid.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd89112234b3be2e2443a63a77546b7fe4cb3acd87853b70372b9d60c3874f21" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd89112234b3be2e2443a63a77546b7fe4cb3acd87853b70372b9d60c3874f21" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cd89112234b3be2e2443a63a77546b7fe4cb3acd87853b70372b9d60c3874f21" - sha256 cellar: :any_skip_relocation, sonoma: "647b7f6c6d4038e2069411f7d56a0bf1471e28c6dd23b97a6a9051dbb5808dc3" - sha256 cellar: :any_skip_relocation, ventura: "647b7f6c6d4038e2069411f7d56a0bf1471e28c6dd23b97a6a9051dbb5808dc3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29078aa516ef374d946859737da8b1b4630f6bd9087d64715552ce5f83e7764c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d9abf66f02f175a1ee5a3ffb00dfa0d67bf67cdc51b66d68fd9a1b92925c6ca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d9abf66f02f175a1ee5a3ffb00dfa0d67bf67cdc51b66d68fd9a1b92925c6ca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3d9abf66f02f175a1ee5a3ffb00dfa0d67bf67cdc51b66d68fd9a1b92925c6ca" + sha256 cellar: :any_skip_relocation, sonoma: "5b7d9d4df774d6be1ec76e26df93fbfa26c9936cb3ca813a3fa84092c20b9008" + sha256 cellar: :any_skip_relocation, ventura: "5b7d9d4df774d6be1ec76e26df93fbfa26c9936cb3ca813a3fa84092c20b9008" + sha256 cellar: :any_skip_relocation, x86_64_linux: "423a09cccf5152a5db5e2272b0d277297f4655266fce49017b3430fe0722b3d5" end depends_on "go" => [:build, :test] From 1e352cf2a2ab3d2c8d9549452d65d406dfc144c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:16:30 +0000 Subject: [PATCH 00188/10074] swift-protobuf 1.30.0 swift-protobuf: require Xcode 15.3 for Swift 5.10 Signed-off-by: Patrick Linnane --- Formula/s/swift-protobuf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/swift-protobuf.rb b/Formula/s/swift-protobuf.rb index 0552adc64b50b..9b74ad8f0ab32 100644 --- a/Formula/s/swift-protobuf.rb +++ b/Formula/s/swift-protobuf.rb @@ -1,8 +1,8 @@ class SwiftProtobuf < Formula desc "Plugin and runtime library for using protobuf with Swift" homepage "https://github.com/apple/swift-protobuf" - url "https://github.com/apple/swift-protobuf/archive/refs/tags/1.29.0.tar.gz" - sha256 "0a37b1f0aab5aca1e47d0729b878004a4e3c1d5a79ad9aedc51b62d19d36f67d" + url "https://github.com/apple/swift-protobuf/archive/refs/tags/1.30.0.tar.gz" + sha256 "fbcdcca3aae7ca11756d4d183cb7b886c0e95bea4f516352f3a6aad77270b091" license "Apache-2.0" head "https://github.com/apple/swift-protobuf.git", branch: "main" @@ -16,7 +16,7 @@ class SwiftProtobuf < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "d6dc45f84a76c05d6fc9060801d94394a46b8e3bb541161d6aeef4f160f29b2b" end - depends_on xcode: ["14.3", :build] + depends_on xcode: ["15.3", :build] depends_on "protobuf" uses_from_macos "swift" => :build From c12778c7cbcfe7559521976b71878afe483b2b97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:50:54 +0000 Subject: [PATCH 00189/10074] balena-cli: update 22.0.2 bottle. --- Formula/b/balena-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index 8dd4cbec947e8..6e05a8921f29f 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -13,13 +13,13 @@ class BalenaCli < Formula end bottle do - sha256 arm64_sequoia: "af3e87140ceb820050bd13ff7a8d358ff2913051c2379ebdc3333cc0426d1936" - sha256 arm64_sonoma: "1eac6874f1a14b1d8f39226f3c5b1f0e56a1720c01e6f94ef43d144859753209" - sha256 arm64_ventura: "82df13f569f4e638bf5cdefc04bcc16613c06a39080aa738d2d8645e4e5c0521" - sha256 sonoma: "0122849f763bbf54ee7f0a45fd2772eaf4ad27157667835af64aff99be22c264" - sha256 ventura: "7708ea00cf4d6e18eb9a4e0e7be70fdb8ea8e0027d78c25cff72a80df2dd25b1" - sha256 cellar: :any_skip_relocation, arm64_linux: "24d0b673243136169be8701f6b4778ec6bddc509b479e9f93d8a42ab9442bf4b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ab6176cfb0d6678085c619cc454c26e8432e17d83a2bb2d1e240a117a0a1fead" + sha256 arm64_sequoia: "7fde298c26a10fc482d0ab484ecbd1c85265661bc7696362af4a8af89d8e2e39" + sha256 arm64_sonoma: "edb6a7895ae83814bf6aa1b0c4e608ee7134d706f96091f7c4125e0415f214ed" + sha256 arm64_ventura: "d5725eea46da1d96bf25c024f18f2b6adc0a4097f1e1a12f4aae504ea2c36142" + sha256 sonoma: "081269ff06101c8f8ee0abd556c3ea50600a3d56dc7603de2d725ec46d3b7383" + sha256 ventura: "d6b5c35a31d308e897c3d991695f52e3afd4d1a457df1c2c73e6eb9349da566d" + sha256 cellar: :any_skip_relocation, arm64_linux: "38d8f1ef81d074f64a8b825c6586b58d0e1d6cbe0dc2abbe3ba6eebefe0be446" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb44cca086e1e514e5d17fc1990acda8dea67c645dec3900e9a072c5e1b9a036" end # need node@20, and also align with upstream, https://github.com/balena-io/balena-cli/blob/master/.github/actions/publish/action.yml#L21 From b8b9c347693e8c93e4aba033f7fde28bb74ab61a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:51:04 +0000 Subject: [PATCH 00190/10074] conan: update 2.17.0 bottle. --- Formula/c/conan.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/conan.rb b/Formula/c/conan.rb index 8d4d72a649b29..797889dfd212f 100644 --- a/Formula/c/conan.rb +++ b/Formula/c/conan.rb @@ -9,13 +9,13 @@ class Conan < Formula head "https://github.com/conan-io/conan.git", branch: "develop" bottle do - sha256 cellar: :any, arm64_sequoia: "81682fd11adbe683853c6495147f7110af106bcfe8b2ec929d92aa6738a2d868" - sha256 cellar: :any, arm64_sonoma: "c8a0d81d67ed6fd3e54670cc3e311cc7ebe5954629386f83387e597e1a6f1f6b" - sha256 cellar: :any, arm64_ventura: "70eb5f275455e7b417fd6455b12e73514ef3faa9dbca70b0f545be7ec5202ce9" - sha256 cellar: :any, sonoma: "726761ea2bdfed63e5511a4b72af229af41dfc45161a1347094a13b3d4ee6038" - sha256 cellar: :any, ventura: "2260de6a8861b39e26b71a19f9aec908091a93567936b0059256cf7c93d0b23e" - sha256 cellar: :any_skip_relocation, arm64_linux: "75df57d483ee21aaf222a0f3fb62f2c060097e7f3fbaa386e41a683e4fc3cd3e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3494473163e05b57aefbd72635cce45f0e994ccafd5755eb0cd8981756471cab" + sha256 cellar: :any, arm64_sequoia: "e1b0fa8c9bee8313cd9ee67840744b723c234eb327671fe452bec1be69986e05" + sha256 cellar: :any, arm64_sonoma: "1915543ab9f17ea861edf418bf274dc27288823df9094538ff563e534f14de33" + sha256 cellar: :any, arm64_ventura: "c89ece90f677623f4e1f248e1d1f15272c8cc6daca7d6d31c9d50f930104075d" + sha256 cellar: :any, sonoma: "69155e59e3125458ec5fb88d7808338e98d8040bd47faa90611a573562cea889" + sha256 cellar: :any, ventura: "19fe734790ea34993902c1e38f43b010533cf8b8628ecc288d8b7f66cf1f0aab" + sha256 cellar: :any_skip_relocation, arm64_linux: "1cdd9daf73cebb6fbf165d3e293d37daadeb347d1d6c569d3b009e3ab89b3aaa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b854410e42927ef663bf8976af1d53ce635966db7c6d9b434de318957774f118" end depends_on "pkgconf" => :build From 7709942193f4b870fe69170b9c45722379b77ff5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:51:05 +0000 Subject: [PATCH 00191/10074] dra: update 0.8.2 bottle. --- Formula/d/dra.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dra.rb b/Formula/d/dra.rb index 6a73d6e891f7a..9298910a32e0a 100644 --- a/Formula/d/dra.rb +++ b/Formula/d/dra.rb @@ -7,13 +7,13 @@ class Dra < Formula head "https://github.com/devmatteini/dra.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "537ded100520b5b459f4f899da12624fd07bca6b6384975a2e2ad88312dbab83" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1de59fcc091a9d8a4f41ac8f785d4ea367ff298df55fe1a5f1702c7da2ba265b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30192f05fcb6db6d2819474b79a741472a32c8f4e5e5b8ffc6e0a4408f158eac" - sha256 cellar: :any_skip_relocation, sonoma: "1169ee247095063ecfa4a9ccf0a0875daef510972912cf5d9fff0a180bfc66b1" - sha256 cellar: :any_skip_relocation, ventura: "ee84bd924fb7a7c573190693dc4b06a95a1b3a17288642b5dd2782c4aaf62e28" - sha256 cellar: :any_skip_relocation, arm64_linux: "04725a075217369ec9912611521ed0eea5a4f2e0c231ba5df1364227cb135948" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cb1ce502c6c2e6a8de47cc1c7c9f180a97f36ca95c98a00988708dcb519ae2c1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "db4e0a18693fb1805da7d9568dbfd43f446b5568a9af969d38480349a883de24" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e43f85a62dfadf61847482bb653570f03653ec576f2c8edc4517235d619a7504" + sha256 cellar: :any_skip_relocation, arm64_ventura: "11243acff417ea800cc9ef567fb81c79f9193e912523b7afb6d2047b920ae75c" + sha256 cellar: :any_skip_relocation, sonoma: "ed9dd4a0bad66bc96b697a4ebeb3df27d4a5275134968c12873001813b238f0b" + sha256 cellar: :any_skip_relocation, ventura: "b683ccde18838772976f1f7fd4751bb138adc45fd939e0ac5f488db5aedcb13b" + sha256 cellar: :any_skip_relocation, arm64_linux: "f94fdae107783b368d609efef6dec025eae5836a864cf97af7cd5c416275fbb6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "107c784b4b81441bc850994825e806b104a50a8262c61ecd3bdd2d915d1e16bc" end depends_on "rust" => :build From 34cd0632b595c51842b718a8fe2261063530ae24 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:51:33 +0000 Subject: [PATCH 00192/10074] flyctl: update 0.3.134 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index f6110bff1f6f8..807a855b5f9d5 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc265fe30bacbdaeef61ad4d3124443b4119c31a5024c8e8bba5d5a0b49a5af5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc265fe30bacbdaeef61ad4d3124443b4119c31a5024c8e8bba5d5a0b49a5af5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cc265fe30bacbdaeef61ad4d3124443b4119c31a5024c8e8bba5d5a0b49a5af5" - sha256 cellar: :any_skip_relocation, sonoma: "f926a7570fc3b20cb2515ce7ab3b1e71a10d711e6e618944b6fe63a554a23ba1" - sha256 cellar: :any_skip_relocation, ventura: "f926a7570fc3b20cb2515ce7ab3b1e71a10d711e6e618944b6fe63a554a23ba1" - sha256 cellar: :any_skip_relocation, arm64_linux: "2d20a713f1c187dd516ee9d84722a1cc7423a1abf429ae653f1240e297a6f3b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "38080764233ebbae804f61d9b848920976dfa231b6bdf9c8d05068ed723a6e32" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6433b890a5b1baaf19d1c2897c3698d133c7fceaf731714a50080e11d2215268" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6433b890a5b1baaf19d1c2897c3698d133c7fceaf731714a50080e11d2215268" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6433b890a5b1baaf19d1c2897c3698d133c7fceaf731714a50080e11d2215268" + sha256 cellar: :any_skip_relocation, sonoma: "6262f6ccc798874a298e42f822889f1af7336ddb84cf858d079286c0ac700f6d" + sha256 cellar: :any_skip_relocation, ventura: "6262f6ccc798874a298e42f822889f1af7336ddb84cf858d079286c0ac700f6d" + sha256 cellar: :any_skip_relocation, arm64_linux: "5fda036b86b6ac55850c0ac3e0f28d579c4b58773070193c27f629d626f20edf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eaf5fd37b506dfb9a1d3b7427b18101f2eaec77a725d5274da612c1920fb39bd" end depends_on "go" => :build From 6c3c364feeab14087e37355ccc058e46a666b4b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 20:55:41 +0000 Subject: [PATCH 00193/10074] pscale: update 0.243.0 bottle. --- Formula/p/pscale.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index 5cb299dd57749..1078282223d56 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -7,12 +7,12 @@ class Pscale < Formula head "https://github.com/planetscale/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8e129cb6efdfad2b02d4e52b7d014f61107dd906043298185636391ab9440fd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30f78886f9d4b22bc99aefba0cd8d0a5b8522ab69322499f8b233b4b2b849a10" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9661d116902d4cab4bf1c30d0cb5907e2baf3d0e6d6abb5a33940ecd9f3eb2bc" - sha256 cellar: :any_skip_relocation, sonoma: "9f81498f1abe150e0223b9bc6e6d3c7014ecaaaeac64e731e03b4294d9b94d13" - sha256 cellar: :any_skip_relocation, ventura: "85c8a991ca4445d2c38efcebfb0bd12a7b52f8d36f8d7ff1773f8eb90083a940" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e6ad699a9f5895f8bc9a9178127de4994165a718022cbc56dffa444a6ad51d6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c4252d9bb1092a50da3e4dd0fb199d5339e7ca75849d7e35672615872dc3da3d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "024796214599351be82eee43187c3c21feed8863f224a4f0e5b46d690756d393" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a407785a743fbe954e14f872bd893112b2550884f36ed1136a7a755126dae753" + sha256 cellar: :any_skip_relocation, sonoma: "785f87dc686cb1ad15fe8e1b72251cc51a866afa49276bfbcffa3d637ea6acbb" + sha256 cellar: :any_skip_relocation, ventura: "dfaaca4ca8d456f72c441c1d9f8bd6e06235e98947135aec0702ad0a8024b27a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dd7251511fe155d104efc24f6bff7cc070bbfbd498ecdf7719ea4267e9cd3ddb" end depends_on "go" => :build From 2ded3469b2dc8bf1aebb486049a1b33bce2e1451 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 21:03:14 +0000 Subject: [PATCH 00194/10074] docker-machine: update 0.16.2-gitlab.36 bottle. --- Formula/d/docker-machine.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-machine.rb b/Formula/d/docker-machine.rb index 2ab17d535c0ff..0216c1d262bed 100644 --- a/Formula/d/docker-machine.rb +++ b/Formula/d/docker-machine.rb @@ -8,12 +8,12 @@ class DockerMachine < Formula head "https://gitlab.com/gitlab-org/ci-cd/docker-machine.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e94c4c302ee9c7fca30888e2c46c6065c6349464acbce6aa7febad595171a9ca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e94c4c302ee9c7fca30888e2c46c6065c6349464acbce6aa7febad595171a9ca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e94c4c302ee9c7fca30888e2c46c6065c6349464acbce6aa7febad595171a9ca" - sha256 cellar: :any_skip_relocation, sonoma: "2f332144a0eab5b87bb059592b91b524dd48cd328a44e4c879a6d4819ae0578c" - sha256 cellar: :any_skip_relocation, ventura: "2f332144a0eab5b87bb059592b91b524dd48cd328a44e4c879a6d4819ae0578c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "086a0f5f38b6b6cc496d80582ba42a89fdab4ff94c2ef504f4551b5d5ac4e65e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7dca3494e255605f551cf8ebc6c3482a34a306bb70ce62792128bb81caff4a25" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7dca3494e255605f551cf8ebc6c3482a34a306bb70ce62792128bb81caff4a25" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7dca3494e255605f551cf8ebc6c3482a34a306bb70ce62792128bb81caff4a25" + sha256 cellar: :any_skip_relocation, sonoma: "de1ef581df46f4cdc87934eacc457c0fea934a4ce200b9b4ec564fbd025b1f6f" + sha256 cellar: :any_skip_relocation, ventura: "de1ef581df46f4cdc87934eacc457c0fea934a4ce200b9b4ec564fbd025b1f6f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4bda465094ed8e540c294a3e785e59302390a0dd79bb9bb1d071c33024b7aaaa" end depends_on "go" => :build From 018fbef7f84125b79f3f002c827ddb375a830432 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 21:07:29 +0000 Subject: [PATCH 00195/10074] howard-hinnant-date: update 3.0.4 bottle. --- Formula/h/howard-hinnant-date.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/howard-hinnant-date.rb b/Formula/h/howard-hinnant-date.rb index 422d63b875a6f..3e1d5d2c040c1 100644 --- a/Formula/h/howard-hinnant-date.rb +++ b/Formula/h/howard-hinnant-date.rb @@ -6,13 +6,13 @@ class HowardHinnantDate < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "f5caa8a7a4f7072d005a62f565705607e1d5ff21ef112d5a911bacb3c8a1695b" - sha256 cellar: :any, arm64_sonoma: "fb88892a2b820b2e43c6b47af05740b6a5bd44e20335ec9ca23a5e247c0782ac" - sha256 cellar: :any, arm64_ventura: "5c383e2d85dfb776bb86e0aa19cd34ae62510d87b725c6fde8dc18b199a9462d" - sha256 cellar: :any, sonoma: "a15f73654fcc9dc73f6628b06b13184127271c6090a340b160ecec12170d9c4b" - sha256 cellar: :any, ventura: "af3320951ccf968555f534e710b4ff9fa5ddb4a2b28d9422aa37424d45b1d0c6" - sha256 cellar: :any_skip_relocation, arm64_linux: "da2daf5cb277e9f7b56e7e0e14ca74d9932b042784821db38263ef59511cd806" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1cd260df2059437676d4ffd985f8be01745964447e00c227bb8f3ea78355f650" + sha256 cellar: :any, arm64_sequoia: "fa799d065c7607f2e6997dfcb9d381de6b988b491a11b2d8ec78cafbc48e6914" + sha256 cellar: :any, arm64_sonoma: "28b75e11d6e62d271cc828016689daf84f05dcc804abd5652e3de61c8a3ea4f4" + sha256 cellar: :any, arm64_ventura: "4c9f4bd167d09b5c525e7fca5ffff153a4d61496c22f75fa0455bb6d2e79d929" + sha256 cellar: :any, sonoma: "87f1f12799f3987a0f5fbb8d192124596a5e367a403160d39e24cfc2775be2e3" + sha256 cellar: :any, ventura: "17e09adc1f5575bd819e4cc6c42e4113b149da4531fd826923cca2b1626fe2e0" + sha256 cellar: :any_skip_relocation, arm64_linux: "cfdca01d3aa4278c4c1a99428cdc1de38a7c3f15a172a2e157facc5e9b4b9930" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f8fa6eff9c09d59e6e764b436f1354ef2821be373f44adb97ac158d6562b69fa" end depends_on "cmake" => :build From 44e0f2560411198337785d594f1a503a5794b7cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 21:11:21 +0000 Subject: [PATCH 00196/10074] awscli: update 2.27.24 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 4898b151c660b..c104377ba5308 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "00b853974e5bee907ad2497a6554dcfba52f3b62a1fe202dfc2a243cd2059182" - sha256 cellar: :any, arm64_sonoma: "406baf4d3be0c645ab8e728e53a9e916bf2a1d2f37957e81a272865f755466f3" - sha256 cellar: :any, arm64_ventura: "ce28dc1fa396acc33af81c3a06214ccc125408d63b8cf0382692e09af04b079a" - sha256 cellar: :any, sonoma: "7dccab38c31232607233b0e62a07b951318e0b1c29cfd78c21da71cca16ec6ce" - sha256 cellar: :any, ventura: "3324f03ddd863aa39667e02015aa2f3e9690d4f7f70334a324eb079e1055edb2" - sha256 cellar: :any_skip_relocation, arm64_linux: "6658f32bf45ae1745b17fd87aa4500d2c2f77f7161df1236efff78a16c6d5224" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ba440200b76eaf38349f0be9a16e6c5d54b1115509c0a5273588d5e7ad423788" + sha256 cellar: :any, arm64_sequoia: "03f890a3e2da872c372e6b467cfab6c783135b5a532bb71883208250a4979b93" + sha256 cellar: :any, arm64_sonoma: "e272ab592001a1aaa6df88336231f5440a05e07b85b67b6abd003e675cc60109" + sha256 cellar: :any, arm64_ventura: "71c77e4b5fc929cd2efa235213a8986106d9aacbb9772f903bdcb502f0a9382b" + sha256 cellar: :any, sonoma: "1d7bbef700d5df6219d1ad54dd1d1e064456025773b09ff34e5d0811e187e598" + sha256 cellar: :any, ventura: "bc4350091e134054e4ce52c06289373f1bcb73f3bc512d65e10b2bcef0b71280" + sha256 cellar: :any_skip_relocation, arm64_linux: "6889b1eb854cf4a24d90e54b252a0c63f735a66ed71620e07f13c1484acc0ac2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dce357143f666e6c37f979bdc56ad795a05569b550a080dccf87cb90b665ddec" end depends_on "cmake" => :build From cec16772ebe5c39d83a0df2a13bcced9f7594758 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 21:13:55 +0000 Subject: [PATCH 00197/10074] helm: update 3.18.1 bottle. --- Formula/h/helm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helm.rb b/Formula/h/helm.rb index 83d23c9d9a33d..1b4323c35fed9 100644 --- a/Formula/h/helm.rb +++ b/Formula/h/helm.rb @@ -8,13 +8,13 @@ class Helm < Formula head "https://github.com/helm/helm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "71e8897f5006e05a0b02b110fe28ca080fbee5bd72f6a0551569b05fb6d74ec5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "df6c05eb55a49b6c3252dd7f14d760b84212ce0fcf11a2806d0dd0a55c75c55d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a708f5597c63b3309c7499e03b8ead516e61e6c56ba588bf53c2780ccab1fbbd" - sha256 cellar: :any_skip_relocation, sonoma: "31dbea57504dfec926ffc9007b5d39abcb9650f2faf09ed8b6439f044f31d00a" - sha256 cellar: :any_skip_relocation, ventura: "c6a1a9c0bed91e760fe7d74ebc48daf4861faf62ae128ddc3a0fc44be6b8b4ba" - sha256 cellar: :any_skip_relocation, arm64_linux: "f37765d379b168789a2d0e4e4da7df2dc3c5ecc0c30a183498f3d6f3be91b0e1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fec3420babbe64db84b7e579c1a2aa84ecd2e651601ee8b97bccb64497e0669e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9661c6a0f29e54f4c1ce91b04af1013c3dd91237d88203b9d164c89f4cc0f180" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ca208ab577975c7a626b1ab126760d2b28f255c952bd8e05c71d2a42dbb4b45" + sha256 cellar: :any_skip_relocation, arm64_ventura: "087dda92167b73fac74498532258993f4b1c4e7a0657169f69218d652302df3d" + sha256 cellar: :any_skip_relocation, sonoma: "0fd6960a527f3554c5dd5ffe72c4c291c16966a82fe0fb676497c4eb39d71c62" + sha256 cellar: :any_skip_relocation, ventura: "18541d195130bfdd48c2a554374aec287e85d0e6fbfb9de4918b5d7c86880c05" + sha256 cellar: :any_skip_relocation, arm64_linux: "c514bdfa410e2a62e515a3b5334bfa3ea58e8cb599097b6fe0d12b0ef8a8b94a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b77aa7b3cea3c2dfe18d26dbe0aa6ad029e61ad435376188651158cb6a5e625" end depends_on "go" => :build From e2ddc1631fac3bc901796c5f0c32889c97c7a67a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 21:19:16 +0000 Subject: [PATCH 00198/10074] sf: update 2.90.4 bottle. --- Formula/s/sf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index 74de6aeffb6a5..5c054950fa4d4 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -13,13 +13,13 @@ class Sf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "76939b1e949fe50a4dbcb4285a6d06490f97957ff50d2c8ea2a589aaea70c6ae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "76939b1e949fe50a4dbcb4285a6d06490f97957ff50d2c8ea2a589aaea70c6ae" - sha256 cellar: :any_skip_relocation, arm64_ventura: "76939b1e949fe50a4dbcb4285a6d06490f97957ff50d2c8ea2a589aaea70c6ae" - sha256 cellar: :any_skip_relocation, sonoma: "927c51709c69d2d6f5213f39849c5a44e828314136209ad4a55436d179a2b76f" - sha256 cellar: :any_skip_relocation, ventura: "927c51709c69d2d6f5213f39849c5a44e828314136209ad4a55436d179a2b76f" - sha256 cellar: :any_skip_relocation, arm64_linux: "76939b1e949fe50a4dbcb4285a6d06490f97957ff50d2c8ea2a589aaea70c6ae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "76939b1e949fe50a4dbcb4285a6d06490f97957ff50d2c8ea2a589aaea70c6ae" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" + sha256 cellar: :any_skip_relocation, sonoma: "cc454ae1500edd2f952078e71f61041286b932f5e6b91ae2903f7a9b0697b78e" + sha256 cellar: :any_skip_relocation, ventura: "cc454ae1500edd2f952078e71f61041286b932f5e6b91ae2903f7a9b0697b78e" + sha256 cellar: :any_skip_relocation, arm64_linux: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" end depends_on "node" From 7123dc229f7c0b7b76c985bd52ef9840dc86b383 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 21:23:27 +0000 Subject: [PATCH 00199/10074] aws-crt-cpp: update 0.32.7 bottle. --- Formula/a/aws-crt-cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-crt-cpp.rb b/Formula/a/aws-crt-cpp.rb index b9e5601e7cec6..88f1473a446d7 100644 --- a/Formula/a/aws-crt-cpp.rb +++ b/Formula/a/aws-crt-cpp.rb @@ -6,13 +6,13 @@ class AwsCrtCpp < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "efca204dc4fda613aa67c2bd49017a273c7b35bd632a46b9d52426abb115a541" - sha256 cellar: :any, arm64_sonoma: "faa5505b025a8b1724c5433d801075077301ad0a747f5f529c4162a5e78ecbab" - sha256 cellar: :any, arm64_ventura: "b2170b6d0f58c2e26fe4d45ee3e3854e49101ce22352022d00471973830932f6" - sha256 cellar: :any, sonoma: "97590fa743b8078834432b633e1692a866756f78072697a7ce0b2e83b189688c" - sha256 cellar: :any, ventura: "98c7e2c63781f01e887cbaf27bed35e92d9edd302f06f6c92cb37814e52ba917" - sha256 cellar: :any_skip_relocation, arm64_linux: "28dba9a623658a17a1a43503a70347fcb3fa43c4ee2290332dd8fa6b677978ee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "98934a672222eb905da43632b08004d7ec8e63150bfaa0867a13b3fa2cd91a6d" + sha256 cellar: :any, arm64_sequoia: "be342b021befb62cd5a694ca686117ea85c0af471885e26466a47bf72d883422" + sha256 cellar: :any, arm64_sonoma: "74ac5f7efff46c59b31935ca03d0d7063c411b50de2b4939d530119a75221418" + sha256 cellar: :any, arm64_ventura: "fc88a49554a3a72ec58bc484fd62e426114a2b15b79d6fde877961d39248d225" + sha256 cellar: :any, sonoma: "b8ce093f82071b3bcaa18337e502b7829edabd9ba151eb942b465df2e1b8e615" + sha256 cellar: :any, ventura: "ebc0f23f72a243da45664c26bc6e42856b0bbec91ee7b4bbe088fe7ee32cc1c5" + sha256 cellar: :any_skip_relocation, arm64_linux: "5bca0fdb708fd6c29f21cf98aa44919a12c01cf8269e4360423193adcbe216bb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ddafbc15ae3d5760f5dc85ad88d720c54809f981e648bd767efc39bb91fe443" end depends_on "cmake" => :build From d59301790a410a6c6f7edfea8a544fd2828caa00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 21:42:37 +0000 Subject: [PATCH 00200/10074] swift-protobuf: update 1.30.0 bottle. --- Formula/s/swift-protobuf.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Formula/s/swift-protobuf.rb b/Formula/s/swift-protobuf.rb index 9b74ad8f0ab32..337db9a870f11 100644 --- a/Formula/s/swift-protobuf.rb +++ b/Formula/s/swift-protobuf.rb @@ -7,13 +7,11 @@ class SwiftProtobuf < Formula head "https://github.com/apple/swift-protobuf.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d11f47bfbbbdf427ae5af21ccc1165e77d2cfc851db714b01ab2dbac764c1520" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d013a8dca6f3acace6deb1a55bc9e170429cdbb6bc1765e7bd8abe6051d14498" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2600bb6e8d77d8ad51b7d00bbb05c2648f1cde0a67076ec1735fbbf6b13b90dc" - sha256 cellar: :any_skip_relocation, sonoma: "876fb05e81951bc16d828cd4b6fc6eec24132ca96900b35f4310f617180a4275" - sha256 cellar: :any_skip_relocation, ventura: "2a684814cc304f25e1ea59d3079dd6835b6701d84946919db538f76caf1d87c4" - sha256 cellar: :any_skip_relocation, arm64_linux: "4150b8bbb82cb4ea9f4cc3a346ae22a5cf11fdc144003931dce837dba50e4a35" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d6dc45f84a76c05d6fc9060801d94394a46b8e3bb541161d6aeef4f160f29b2b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a479553914a58e9b3d2b314f2ce472b8e894a3eb601846aa14d58746915b6fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b32261300103bdd00e8a246c93d80b73438012b6f6be56eb4227fd9cdd98c36" + sha256 cellar: :any_skip_relocation, sonoma: "816685a49020e4ba9791d74b0e1b750919ac81d2a211aa1d5a876cb979ad8c96" + sha256 cellar: :any_skip_relocation, arm64_linux: "6a74d95bf93b9cb5d1b27181ee129420640337811335a01bc89b70c4c95ea87d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b8a216b4df9f94da882786690aa57c1a4e745526dc27bf2adf3d0e007d935af" end depends_on xcode: ["15.3", :build] From 4dc84b805b2eba5dcfd619a47afe45a38cb10611 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 21:51:44 +0000 Subject: [PATCH 00201/10074] gdbm: update 1.25 bottle. --- Formula/g/gdbm.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/g/gdbm.rb b/Formula/g/gdbm.rb index 7b53fb7a4351f..6123c92277ffc 100644 --- a/Formula/g/gdbm.rb +++ b/Formula/g/gdbm.rb @@ -7,13 +7,14 @@ class Gdbm < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "ce13d6f53ca09fb01e34f336ed2ba2660d8fd107bc1d374ea12cbd94e3bd2c10" - sha256 cellar: :any, arm64_sonoma: "d2304cf89d5b8c541c022853331778277ea4de0d022e3abfa6aecca5a6bd78ed" - sha256 cellar: :any, arm64_ventura: "f9f48845d498e891b96b837c37eb4c8fb92c92e8f022f2d6ff6a612dafcb8e1b" - sha256 cellar: :any, sonoma: "5bc39e26b0b9ea73860e069a7520ad0515e274d72633ec8af1e88761433a1544" - sha256 cellar: :any, ventura: "17ab62fd1807c70aea51fae0dd267b8691022165fd5a472364e12292f320e7ee" - sha256 arm64_linux: "75703cd648a7bd05140336811cac1ad4034adf64b98c0e509bae8e60badff1cb" - sha256 x86_64_linux: "7bb95130a0f0f4a3c938f798edb331abae374db148ed14fa080568c5db95cfef" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "5050faa58577426f4bb8b0fb940f8c8d62d0f25484d563bc0bb0e01d96cfa1a0" + sha256 cellar: :any, arm64_sonoma: "65868b2118aa71aa381c8739a9ad5dd985e2c4abff095228bb43b40884b62129" + sha256 cellar: :any, arm64_ventura: "ca9a4a46ef61e5507489136ddea13be718d95ed7a25797c88b8e6d53022683a2" + sha256 cellar: :any, sonoma: "00c0754eaf6d73774c0bd48a173c83fb9fdf27f737b9730928442eb77c29fa0c" + sha256 cellar: :any, ventura: "10080cd256c860ccef00b7abac526615cc45b1baa24df81ea4733de939db7fd1" + sha256 arm64_linux: "347fe6091f508ee3e0b92a54e3e8c1b2f05e40db5c66a183b130de9306e3e33f" + sha256 x86_64_linux: "f95b2737b4b0513b3b04e850c44d3f365f2872baa6325e9c3bc8adc3497fc236" end # Backport fix for macOS From 84c7c43def2edc525873a0117ed853feafab0b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 29 May 2025 00:13:03 +0200 Subject: [PATCH 00202/10074] ruby-build 20250529.1 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/r/ruby-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruby-build.rb b/Formula/r/ruby-build.rb index 3299cd01cced9..41e41ba999e03 100644 --- a/Formula/r/ruby-build.rb +++ b/Formula/r/ruby-build.rb @@ -1,8 +1,8 @@ class RubyBuild < Formula desc "Install various Ruby versions and implementations" homepage "https://rbenv.org/man/ruby-build.1" - url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250516.tar.gz" - sha256 "16b3778d6a8ab04dec53078bedb728d87dec97727b9e88c0acd8194a9728c269" + url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250529.1.tar.gz" + sha256 "8b3b2198ec436ac8dfc761cbafd58e00d73f44b357d0ac134ee35ec3ed3ea3fd" license "MIT" head "https://github.com/rbenv/ruby-build.git", branch: "master" From 21bfc94e26bdc76321e93cd64ee5157a71051d49 Mon Sep 17 00:00:00 2001 From: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Date: Wed, 28 May 2025 22:23:08 +0000 Subject: [PATCH 00203/10074] node: update 24.1.0 bottle. --- Formula/n/node.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/n/node.rb b/Formula/n/node.rb index fbab84aa37d0e..02677f75a9e66 100644 --- a/Formula/n/node.rb +++ b/Formula/n/node.rb @@ -12,14 +12,13 @@ class Node < Formula end bottle do - rebuild 1 - sha256 arm64_sequoia: "5e18e143193267631cacdb1b349af222a4e0354461a844840b8f74e1096ee187" - sha256 arm64_sonoma: "9bbd828006bd4a3beacca4c5c4169921c0652f71c5f329a6d41dfac23c36a0bd" - sha256 arm64_ventura: "9be149abb8ce827d580ea1557c6be8a71222fa38cb785af0cb879694bd0db28d" - sha256 sonoma: "31eb61b74270e89351c557b688948fe90a50f9838ca1870fe304c19816e6a7af" - sha256 ventura: "815de04f73bb36c3d71799b1f44601a2d7b10b56bc16fee1fac1d8c39c7c2c75" - sha256 arm64_linux: "f82e24cf67c6b2d58da09272dda33d760834aabed910267847c09265b2320f71" - sha256 x86_64_linux: "2cee5b721e8a6f1dd08dd9117222ddc3353d368153e5ecbeff2cb3e21eb76da7" + sha256 arm64_sequoia: "4ac10d9be9e56660b2d32fe4507dd1580e938a7574a3e554f5a7d3562ef07c32" + sha256 arm64_sonoma: "ad210774381a24f6ac082d8b4f6ba7f65773dd4d5f55f67d0b678e8affe923df" + sha256 arm64_ventura: "406a1d8a31dcd3504de4d903932e696907bcfe10ba4ec9eab4e785fa6cd57732" + sha256 sonoma: "3aef4a32088fdaac97492ba0ff4a7c9ebda01fb0823d5470b4818615bbbed09a" + sha256 ventura: "c265b0bd932b266b363a749c9d3a22eeaab8fc8a6f28682e92279595137489fc" + sha256 arm64_linux: "949c55c64694e57eb1f54b59c989b299644a4cb3eb0393a3302d5ad5fa44adba" + sha256 x86_64_linux: "0fb5a847e017b00fb706ec09fc2cb9a07c0fdee05def0f9698ae516113dcb5f8" end depends_on "pkgconf" => :build From 8d2a659ab0b432beb0f82bbd4b4f2c480dda74e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:05:38 +0000 Subject: [PATCH 00204/10074] kea 2.6.3 --- Formula/k/kea.rb | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/Formula/k/kea.rb b/Formula/k/kea.rb index 7dbc6ba66e89b..4f4de17e8adcb 100644 --- a/Formula/k/kea.rb +++ b/Formula/k/kea.rb @@ -1,21 +1,13 @@ class Kea < Formula desc "DHCP server" homepage "https://www.isc.org/kea/" + url "https://ftp.isc.org/isc/kea/2.6.3/kea-2.6.3.tar.gz" + mirror "https://dl.cloudsmith.io/public/isc/kea-2-6/raw/versions/2.6.3/kea-2.6.3.tar.gz" + sha256 "00241a5955ffd3d215a2c098c4527f9d7f4b203188b276f9a36250dd3d9dd612" license "MPL-2.0" - stable do - # NOTE: the livecheck block is a best guess at excluding development versions. - # Check https://www.isc.org/download/#Kea to make sure we're using a stable version. - url "https://ftp.isc.org/isc/kea/2.6.2/kea-2.6.2.tar.gz" - mirror "https://dl.cloudsmith.io/public/isc/kea-2-6/raw/versions/2.6.2/kea-2.6.2.tar.gz" - sha256 "8a50b63103734b59c3b8619ccd6766d2dfee3f02e3a5f9f3abc1cd55f70fa424" - - # Backport support for Boost 1.87.0 - patch do - url "https://gitlab.isc.org/isc-projects/kea/-/commit/81edc181f85395c39964104ef049a195bafb9737.diff" - sha256 "17fd38148482e61be2192b19f7d05628492397d3f7c54e9097a89aeacf030072" - end - end + # NOTE: the livecheck block is a best guess at excluding development versions. + # Check https://www.isc.org/download/#Kea to make sure we're using a stable version. livecheck do url "ftp://ftp.isc.org/isc/kea/" From 10be3d3cfd02f632d94d14ff721cf84e4ce1fe3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 17:17:24 +0000 Subject: [PATCH 00205/10074] rover 0.31.3 --- Formula/r/rover.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index 71aebf72efde9..8aeb0e1833b6f 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -1,8 +1,8 @@ class Rover < Formula desc "CLI for managing and maintaining data graphs with Apollo Studio" homepage "https://www.apollographql.com/docs/rover/" - url "https://github.com/apollographql/rover/archive/refs/tags/v0.31.2.tar.gz" - sha256 "2392779d44d62c120f875fd137ec329edbde58c73b83c3548e66750d313b25cb" + url "https://github.com/apollographql/rover/archive/refs/tags/v0.31.3.tar.gz" + sha256 "8f73a51757b5789901efd8a00d26b9bb4aae3be1d7b853802e9478e31da1d122" license "MIT" head "https://github.com/apollographql/rover.git", branch: "main" From b9538b40805db23ff7032c65b11b6f0a0a530f1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 22:31:34 +0000 Subject: [PATCH 00206/10074] ruby-build: update 20250529.1 bottle. --- Formula/r/ruby-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/ruby-build.rb b/Formula/r/ruby-build.rb index 41e41ba999e03..747d6a2f3d8f0 100644 --- a/Formula/r/ruby-build.rb +++ b/Formula/r/ruby-build.rb @@ -7,7 +7,7 @@ class RubyBuild < Formula head "https://github.com/rbenv/ruby-build.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "fdb0caa3f40aa2f6afcb20c7cf18f67b6ec48b172f2cc3adfbcb09e8e3866af9" + sha256 cellar: :any_skip_relocation, all: "93d5ca3ad145a3fe62de35b08a1f4d4f2dcfad09dab5c95195b3a0e00ef388c6" end depends_on "autoconf" From 0b0ab2e2db8d4ec38d13e6470cd015b4f08206d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 22:36:35 +0000 Subject: [PATCH 00207/10074] ropebwt3: add 3.9 bottle. --- Formula/r/ropebwt3.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/r/ropebwt3.rb b/Formula/r/ropebwt3.rb index e43aebf31e0fc..35c311a4b0fe8 100644 --- a/Formula/r/ropebwt3.rb +++ b/Formula/r/ropebwt3.rb @@ -6,6 +6,15 @@ class Ropebwt3 < Formula license all_of: ["MIT", "Apache-2.0"] head "https://github.com/lh3/ropebwt3.git", branch: "master" + bottle do + sha256 cellar: :any, arm64_sequoia: "bd66115bce6f069c5b16a3c87fba2a4e3e0a158965a4062ebba86e2f2598d0a5" + sha256 cellar: :any, arm64_sonoma: "9f099ff6a4f3cff8d08cda4f651550cc8a8767f264133aba3e1052381619da6e" + sha256 cellar: :any, arm64_ventura: "4a8827a9eeb1208e28f6b81e6c075863d3db3851ebeab0ff606f34bbb32cbc93" + sha256 cellar: :any, sonoma: "8b5139751d4261dc40d196fcd21065c987cf1c41c53466b70cdb488c07dedff7" + sha256 cellar: :any, ventura: "e3626c7ebb2560e191e053f1ad58e4fdf00fac77607e5ac4ed135a311a8a059c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd94cda69d5a156c7c72a9dae14176f3dc38f2c2855dcad7f64753b1832a4c80" + end + uses_from_macos "zlib" on_macos do From a7c86c52171d0195f2c95fd857d30b15f677cfca Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Thu, 29 May 2025 07:39:26 +0900 Subject: [PATCH 00208/10074] bsc: conflicts_with libbsc --- Formula/b/bsc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bsc.rb b/Formula/b/bsc.rb index a7591bed9d102..c96a0da39b490 100644 --- a/Formula/b/bsc.rb +++ b/Formula/b/bsc.rb @@ -32,6 +32,8 @@ class Bsc < Formula uses_from_macos "libffi" uses_from_macos "perl" + conflicts_with "libbsc", because: "both install `bsc` binaries" + def install system "cabal", "v2-update" system "cabal", "v2-install", "--lib", From b8a3ed7b0b4ff36665a5a110efdbc7ae87cb9e1b Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Thu, 29 May 2025 07:39:34 +0900 Subject: [PATCH 00209/10074] libbsc: conflicts_with bsc --- Formula/lib/libbsc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbsc.rb b/Formula/lib/libbsc.rb index 51f1ba00c6254..263d003ab2329 100644 --- a/Formula/lib/libbsc.rb +++ b/Formula/lib/libbsc.rb @@ -20,6 +20,8 @@ class Libbsc < Formula depends_on "libomp" end + conflicts_with "bsc", because: "both install `bsc` binaries" + def install args = %W[ -DBSC_ENABLE_NATIVE_COMPILATION=OFF From 0d394a465f16f60d0d23b002be005198cb0cbe25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 22:53:45 +0000 Subject: [PATCH 00210/10074] circleci 0.1.32111 --- Formula/c/circleci.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index d6f1a7f7a8818..a415edbabb955 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -3,8 +3,8 @@ class Circleci < Formula homepage "https://circleci.com/docs/2.0/local-cli/" # Updates should be pushed no more frequently than once per week. url "https://github.com/CircleCI-Public/circleci-cli.git", - tag: "v0.1.32067", - revision: "fedb2291435fc9e184de657758c5408e0f9e9b16" + tag: "v0.1.32111", + revision: "5da94451bf13865af05e98c18275bf104792e133" license "MIT" head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" From d0f997e9e085f9f063b6486a0f015870bc440b4a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 22:54:52 +0000 Subject: [PATCH 00211/10074] cog 0.15.1 --- Formula/c/cog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 32a4c3e8d2623..ec5492f7e8524 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -1,8 +1,8 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://cog.run/" - url "https://github.com/replicate/cog/archive/refs/tags/v0.15.0.tar.gz" - sha256 "cd5baebcc49e9f180cee0b7c023e149a345fda7c607dabe247ec7cb975965866" + url "https://github.com/replicate/cog/archive/refs/tags/v0.15.1.tar.gz" + sha256 "2c3a91742af9301412e71e77c6be5967be5e760d2fb378af92e0a02605f75457" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" From 0cabcd85f08b7a08355b872035bb39ce07a66528 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 22:58:08 +0000 Subject: [PATCH 00212/10074] dolt 1.54.0 --- Formula/d/dolt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index a00a06bc62854..1a8daf6e8bad2 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,8 +1,8 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.53.6.tar.gz" - sha256 "4d36678ad7e38012498f67a4cedd689adaac3fc9b259f0c594e3ed47eaf7cb77" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.54.0.tar.gz" + sha256 "a2f599c9ca710c0a8892a8396d68803a5f39af393e58d7ac28df1ef5ca0c9c6f" license "Apache-2.0" head "https://github.com/dolthub/dolt.git", branch: "main" From 2f35fe9dce455f32bed6e1e67c9e2fd4deca2de5 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 28 May 2025 16:00:02 -0700 Subject: [PATCH 00213/10074] kraken2 2.1.5 (new formula) --- Formula/k/kraken2.rb | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Formula/k/kraken2.rb diff --git a/Formula/k/kraken2.rb b/Formula/k/kraken2.rb new file mode 100644 index 0000000000000..3c8ccf3b79273 --- /dev/null +++ b/Formula/k/kraken2.rb @@ -0,0 +1,33 @@ +class Kraken2 < Formula + desc "Taxonomic sequence classification system" + homepage "https://github.com/DerrickWood/kraken2" + url "https://github.com/DerrickWood/kraken2/archive/refs/tags/v2.1.5.tar.gz" + sha256 "6feb9b1e0840a574598b84a3134a25622e5528ac6d0f4c756cdab629275d8f42" + license "MIT" + head "https://github.com/DerrickWood/kraken2.git", branch: "master" + + depends_on "python@3.13" + depends_on "wget" + + uses_from_macos "perl" + uses_from_macos "rsync" + uses_from_macos "zlib" + + on_macos do + depends_on "libomp" + end + + def install + system "./install_kraken2.sh", libexec + %w[k2 kraken2 kraken2-build kraken2-inspect].each do |f| + bin.install_symlink libexec/f + end + pkgshare.install "data" + end + + test do + cp pkgshare/"data/Lambda.fa", testpath + system bin/"kraken2-build", "--add-to-library", "Lambda.fa", "--db", "testdb" + assert_path_exists "testdb" + end +end From 905f7ac448f045ea61e47285240448be972f20ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:00:07 +0000 Subject: [PATCH 00214/10074] fastp 0.24.3 --- Formula/f/fastp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index a701d48c74571..3cbf2cc0592c9 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -1,8 +1,8 @@ class Fastp < Formula desc "Ultra-fast all-in-one FASTQ preprocessor" homepage "https://github.com/OpenGene/fastp" - url "https://github.com/OpenGene/fastp/archive/refs/tags/v0.24.2.tar.gz" - sha256 "10160116770e161cffcfd0848638dcf1190fa7c9cf7e84bf7c4051e8f8dd9645" + url "https://github.com/OpenGene/fastp/archive/refs/tags/v0.24.3.tar.gz" + sha256 "fadc9068847227b8cba2147d0202633fc16d85a91f7457ea94f7931bfaf91f58" license "MIT" bottle do From fad3a837f593b5d291a5f7b1307dcece4d7fada1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:00:40 +0000 Subject: [PATCH 00215/10074] fern-api 0.63.15 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 8c40998ae2327..e6e03fddb1cfc 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.10.tgz" - sha256 "07d50a6b748d9baa42ee6ae3a7d34ac122e13a09694c9eadeca6679fa2f781b1" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.15.tgz" + sha256 "d5fc87949a129d5377d6b91153ce9d25bb563a1503a511db38774ab6b0d19810" license "Apache-2.0" bottle do From 769b5f19acfd07a7f55048350dac14ebe45f7b5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:03:53 +0000 Subject: [PATCH 00216/10074] greenmask 0.2.12 --- Formula/g/greenmask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/greenmask.rb b/Formula/g/greenmask.rb index 64507ca1ec344..050e48464f87f 100644 --- a/Formula/g/greenmask.rb +++ b/Formula/g/greenmask.rb @@ -1,8 +1,8 @@ class Greenmask < Formula desc "PostgreSQL dump and obfuscation tool" homepage "https://www.greenmask.io/" - url "https://github.com/GreenmaskIO/greenmask/archive/refs/tags/v0.2.11.tar.gz" - sha256 "ef519a961a533ae88f577bab057d4ecfc8b7e2aaaf94f93d5ebeba07c95bfcc7" + url "https://github.com/GreenmaskIO/greenmask/archive/refs/tags/v0.2.12.tar.gz" + sha256 "6fb41ac36ab1c8b528eb38b167164d92d785b38f33ca814b9e5fdc91e978a72e" license "Apache-2.0" head "https://github.com/GreenmaskIO/greenmask.git", branch: "main" From 018825347aa503a4d43aed12d5d9380a45965e95 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:05:57 +0000 Subject: [PATCH 00217/10074] ipsw 3.1.607 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 7b0b87733467d..e15c4f6c5dbdc 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.606.tar.gz" - sha256 "018d8aa21e90267d2a34543c6c98a9b209336d7b886441b0d910f0a445883d87" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.607.tar.gz" + sha256 "1089af56736d79ae6da008dce8c9299930850ce69dbab5d11ac54f2f78db83cd" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From a51358854374b38e78efa7c12bde9d17c2d0e071 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:07:44 +0000 Subject: [PATCH 00218/10074] kubectl-ai 0.0.11 --- Formula/k/kubectl-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubectl-ai.rb b/Formula/k/kubectl-ai.rb index 6231efdb95c12..64c9e4fefc81e 100644 --- a/Formula/k/kubectl-ai.rb +++ b/Formula/k/kubectl-ai.rb @@ -1,8 +1,8 @@ class KubectlAi < Formula desc "AI powered Kubernetes Assistant" homepage "https://github.com/GoogleCloudPlatform/kubectl-ai" - url "https://github.com/GoogleCloudPlatform/kubectl-ai/archive/refs/tags/v0.0.10.tar.gz" - sha256 "a65aacf0b9590d52757b6c7824d2194ed582e8b9bc07aef85199ab9b3dc4acfa" + url "https://github.com/GoogleCloudPlatform/kubectl-ai/archive/refs/tags/v0.0.11.tar.gz" + sha256 "15fd892b06b2b992d96024c7880869ea929f535153fe743de7e0a4088e702aa1" license "Apache-2.0" bottle do From d5baa33bf760cdcc8b5ee88192995e66c7ebbb30 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:13:11 +0000 Subject: [PATCH 00219/10074] sslh: update 2.2.4 bottle. --- Formula/s/sslh.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sslh.rb b/Formula/s/sslh.rb index f159934fd51af..ff374d8e0ef44 100644 --- a/Formula/s/sslh.rb +++ b/Formula/s/sslh.rb @@ -7,13 +7,13 @@ class Sslh < Formula head "https://github.com/yrutschle/sslh.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "168f4ae813ddb1e87be0f3295d84558054d32ad26e5715d34cc064696a12bf2d" - sha256 cellar: :any, arm64_sonoma: "20c820808087929316aeed64fe61933e8ca79a32c4c87c8fb58793772ddc31a2" - sha256 cellar: :any, arm64_ventura: "bd3b7d52ffde55ec61d705f0d535418f8cdd64f04a963a037defa39a889866d0" - sha256 cellar: :any, sonoma: "9b1c5a9a7f6e195c18e158eb5e5429caa1622c2d2e477a8084d3756241f7c38e" - sha256 cellar: :any, ventura: "9cbf3fa74b59722fc2b864d18647384e71cb03e30144ffc25a9c0dfbf53a2f72" - sha256 cellar: :any_skip_relocation, arm64_linux: "dc046dfb08091e6764ace8825d837d78d28156c7ee8c03e165068f858e7c48af" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6cc8c9b01bb5d707802f3029229ffa0aa90d44b39f76d8ce6e3b38a5ae0959e6" + sha256 cellar: :any, arm64_sequoia: "b4bea43abc8cb06c794eab8b50340c0362c2662f296511080d25845f69293faf" + sha256 cellar: :any, arm64_sonoma: "a79324fbee9626d381e5dab7d4ead836ced20298905976d724025d1a8d0415a0" + sha256 cellar: :any, arm64_ventura: "4faad8f00274c1ed32cb9c51c739b0b3818dba0473f7a01a7ede79e0a1e30c92" + sha256 cellar: :any, sonoma: "034d8cc078f920c1d17309cfa139a56907566b036c8e822c3cecaa5c26662024" + sha256 cellar: :any, ventura: "497c715950f617bba777b9583679384d3dae2b7df9c2d54dfa32a6f60b541fce" + sha256 cellar: :any_skip_relocation, arm64_linux: "b20ee56e1713cc9ab280630ea76598c90ce1ded6b2339b0b575012bc6b51478a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bcbc728fae44f99545d0d0ed046cf5a4d79dab9f3551524bfdbfb0030118a573" end depends_on "libconfig" From b6076af6434d40eac734eaafee2bd3a8981dba64 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:17:17 +0000 Subject: [PATCH 00220/10074] ollama 0.8.0 --- Formula/o/ollama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index 381ec37175ff2..e76a561651ab4 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -2,8 +2,8 @@ class Ollama < Formula desc "Create, run, and share large language models (LLMs)" homepage "https://ollama.com/" url "https://github.com/ollama/ollama.git", - tag: "v0.7.1", - revision: "884d26093c80491a3fe07f606fc04851dc317199" + tag: "v0.8.0", + revision: "aa25aff10d1ccc6dd4e85952678d63946bdf89dc" license "MIT" head "https://github.com/ollama/ollama.git", branch: "main" From 091b678a536009435d1e60ba6242903d38da0782 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:22:28 +0000 Subject: [PATCH 00221/10074] renovate 40.34.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index df7d9213ab166..d56b358eb4880 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.33.0.tgz" - sha256 "267267f67f3bdf32bffd2c3ab1e310d6d128e2cc5545386f3eae8398bd1a25f0" + url "https://registry.npmjs.org/renovate/-/renovate-40.34.0.tgz" + sha256 "44b51ea6027aacb1fc7f4992d58f853633fcf86c71a5f2b2fc06e19a6a47cbf6" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 16b3e6b3004da028007c2f178bcd1251c0615bdb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:27:05 +0000 Subject: [PATCH 00222/10074] simdutf 7.3.0 --- Formula/s/simdutf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/simdutf.rb b/Formula/s/simdutf.rb index ca7993a14b39d..f51e58d3daad7 100644 --- a/Formula/s/simdutf.rb +++ b/Formula/s/simdutf.rb @@ -1,8 +1,8 @@ class Simdutf < Formula desc "Unicode conversion routines, fast" homepage "https://simdutf.github.io/simdutf/" - url "https://github.com/simdutf/simdutf/archive/refs/tags/v7.2.1.tar.gz" - sha256 "5c2c0f8c752af8bc0f18d5eccdc78595c2c698aedd087beeee8aebd93dba6d1d" + url "https://github.com/simdutf/simdutf/archive/refs/tags/v7.3.0.tar.gz" + sha256 "e337abe416898d1d997d729cc04370c89c8dddf688648e876f37970e98cf93aa" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/simdutf/simdutf.git", branch: "master" From 0af47ddb6d291711180caa63a336b854c241b3fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:30:06 +0000 Subject: [PATCH 00223/10074] teku 25.5.0 --- Formula/t/teku.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/teku.rb b/Formula/t/teku.rb index 86037383c592a..2f9e77886c514 100644 --- a/Formula/t/teku.rb +++ b/Formula/t/teku.rb @@ -2,8 +2,8 @@ class Teku < Formula desc "Java Implementation of the Ethereum 2.0 Beacon Chain" homepage "https://docs.teku.consensys.net/" url "https://github.com/ConsenSys/teku.git", - tag: "25.4.1", - revision: "5a695c7c86ea4458c2ab04354f8d549f3e6af0c1" + tag: "25.5.0", + revision: "65869daa82a436b4f27197b3bc7844c88b183ae3" license "Apache-2.0" head "https://github.com/ConsenSys/teku.git", branch: "master" From 8b4660e74379339ca3aff1b30783e11f876a5d07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:32:30 +0000 Subject: [PATCH 00224/10074] versitygw 1.0.14 --- Formula/v/versitygw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/versitygw.rb b/Formula/v/versitygw.rb index 207f0dbdf47dd..b217d4fceedbf 100644 --- a/Formula/v/versitygw.rb +++ b/Formula/v/versitygw.rb @@ -1,8 +1,8 @@ class Versitygw < Formula desc "Versity S3 Gateway" homepage "https://www.versity.com/products/versitygw/" - url "https://github.com/versity/versitygw/archive/refs/tags/v1.0.13.tar.gz" - sha256 "a050b3293860f92b5c21fe9350b3bb662882347b304289a8dd6150395d7488a1" + url "https://github.com/versity/versitygw/archive/refs/tags/v1.0.14.tar.gz" + sha256 "315e45dbd1f5864860e96fd7548290bf505159602331048cc4ae0238f6e47c19" license "Apache-2.0" head "https://github.com/versity/versitygw.git", branch: "main" From a81fe37a259f7bcba1855f90417c0e07ea39dd0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:39:45 +0000 Subject: [PATCH 00225/10074] circleci: update 0.1.32111 bottle. --- Formula/c/circleci.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index a415edbabb955..a5a0edc00d607 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -9,12 +9,12 @@ class Circleci < Formula head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4cbc3defd06403f2f5e058d30479fca499a1bf046f2983c0030d13cc4d6a1b6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4cbc3defd06403f2f5e058d30479fca499a1bf046f2983c0030d13cc4d6a1b6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a4cbc3defd06403f2f5e058d30479fca499a1bf046f2983c0030d13cc4d6a1b6" - sha256 cellar: :any_skip_relocation, sonoma: "951ea51427fe8f67445286296bd6aaced4dfe3d617114418e337a6af1ecc7fea" - sha256 cellar: :any_skip_relocation, ventura: "951ea51427fe8f67445286296bd6aaced4dfe3d617114418e337a6af1ecc7fea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a5c0c457b77cc30bf05b105d696c213df6850bba3ef1d935dc6662b227edc4da" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7a974da0db81a32f31d4d448cb885041caee8dfe64947824f07b4c124fef03f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7a974da0db81a32f31d4d448cb885041caee8dfe64947824f07b4c124fef03f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f7a974da0db81a32f31d4d448cb885041caee8dfe64947824f07b4c124fef03f" + sha256 cellar: :any_skip_relocation, sonoma: "5c44aeee81f3da1a908c0dadd23cedb2286c70c7d457478ed968d91abdf4aef7" + sha256 cellar: :any_skip_relocation, ventura: "5c44aeee81f3da1a908c0dadd23cedb2286c70c7d457478ed968d91abdf4aef7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f44242b9c040616731f63e4872b9c27d9aef5776e76a943e446b70c41af59161" end depends_on "go" => :build From a0b770a1f1d8fccf03c815a702a8b40b6fabf778 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:40:03 +0000 Subject: [PATCH 00226/10074] fastp: update 0.24.3 bottle. --- Formula/f/fastp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index 3cbf2cc0592c9..348dc8cc26a23 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -6,13 +6,13 @@ class Fastp < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "23ffe05e0baa375fcde060cd8f4a686577da6201e62a4a69dd756ff832b7d86a" - sha256 cellar: :any, arm64_sonoma: "9a5119aaf811d6a0edf99d5cc8f4de6de179f73d0d67a3465671ce979792dfab" - sha256 cellar: :any, arm64_ventura: "3f39caa2a80acb0f9b8126779ddd192aa457441029b3cfee50aff7b6f40aca50" - sha256 cellar: :any, sonoma: "e061b05495e5a5621c387e6fd81ec8331eccec22eadb38d20ffd5452f17a4213" - sha256 cellar: :any, ventura: "fd88ca083183a47d715adc8921a70cf639e0f7b3a202e02a54c6c79a6eb9a795" - sha256 cellar: :any_skip_relocation, arm64_linux: "b5d0193fc1ac731476b650f07c9574dc4b9911da6ab66bf5270a3a12d1032dff" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c34bed447c51cb1c02fb073b58aa956191eeefcc2ad234f94c63048874c63fd3" + sha256 cellar: :any, arm64_sequoia: "7666aab28dcd81e8787fe44ba32f8519775f03ea0e18f7b3f1e5fdf3c7b3a63d" + sha256 cellar: :any, arm64_sonoma: "ca39e9bea75256e12223ca6ef23c0490eacf1143a140e65500bfc7fd071905ff" + sha256 cellar: :any, arm64_ventura: "e47a95ee7fc76480ce484a42e8bb063587beb80d3290f53a20ea10ef5b812056" + sha256 cellar: :any, sonoma: "eff7597aa3ea003f19b8cd2713b93eb7742d965b0753bb84510e5ba41827846e" + sha256 cellar: :any, ventura: "af4c2c4e78a4ecd8b71b96ebed0d5d7f674b78ceefb199aa8db53b08ece460e0" + sha256 cellar: :any_skip_relocation, arm64_linux: "14a7f0aafe37f6ff064238a91e0e7948e88849c530567ae92995eb2be513558d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f35f4ad2700ad7e0afc0b7fcfecf1b29785aef99e6104df020d46afef3521bb1" end depends_on "isa-l" From 2587f04e22f939660c672643cd60e3fed8599812 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:40:07 +0000 Subject: [PATCH 00227/10074] fern-api: update 0.63.15 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index e6e03fddb1cfc..d6ef50291948a 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "5e323cae6e0691466ccfdac6721b900a56815d59699db5980a8f47b25c6c11cf" + sha256 cellar: :any_skip_relocation, all: "d964c970667cc85c3cd210018a030965b909a7e62ee6b3de1653805ebf2ec989" end depends_on "node" From e88a75191c4a414cecb30f57479255726c24217c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:40:22 +0000 Subject: [PATCH 00228/10074] greenmask: update 0.2.12 bottle. --- Formula/g/greenmask.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/greenmask.rb b/Formula/g/greenmask.rb index 050e48464f87f..bc62b3a542eee 100644 --- a/Formula/g/greenmask.rb +++ b/Formula/g/greenmask.rb @@ -12,12 +12,12 @@ class Greenmask < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccd2b371a74884ca3fa4323f1e48655ff3e168a328797b6ffe9ae57657820670" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccd2b371a74884ca3fa4323f1e48655ff3e168a328797b6ffe9ae57657820670" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ccd2b371a74884ca3fa4323f1e48655ff3e168a328797b6ffe9ae57657820670" - sha256 cellar: :any_skip_relocation, sonoma: "8fd591ad4f84223c2ed3d68b3b77937e399d14804d47df9d6a6455fff04f8ad2" - sha256 cellar: :any_skip_relocation, ventura: "8fd591ad4f84223c2ed3d68b3b77937e399d14804d47df9d6a6455fff04f8ad2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "adcb92bda3e4a6a0692f145d1ac35cc785546148de20c2ed85cf201ee64a1d4b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f68b41516ee7bc1b59efb5c8925424f496fe6abf080b44a71845714277b0f44" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f68b41516ee7bc1b59efb5c8925424f496fe6abf080b44a71845714277b0f44" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7f68b41516ee7bc1b59efb5c8925424f496fe6abf080b44a71845714277b0f44" + sha256 cellar: :any_skip_relocation, sonoma: "ed71bea3d91f15a558403386c6cb3e3b7567935f9e18ca51f191cdc23c266dc3" + sha256 cellar: :any_skip_relocation, ventura: "ed71bea3d91f15a558403386c6cb3e3b7567935f9e18ca51f191cdc23c266dc3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "97ca47fb8ee0ca2804996efb7b5541d7ab1a102bf2e22f0c8383b1ef99f1d935" end depends_on "go" => :build From 82003468a58692b250a65a45ed2c1a29ee8b73e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:40:22 +0000 Subject: [PATCH 00229/10074] cog: update 0.15.1 bottle. --- Formula/c/cog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index ec5492f7e8524..c83be23ea93a4 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -7,12 +7,12 @@ class Cog < Formula head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1bfc4223186506e2964c6d96059b5146887f8a917cf273f7fc8402734588ebef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1bfc4223186506e2964c6d96059b5146887f8a917cf273f7fc8402734588ebef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1bfc4223186506e2964c6d96059b5146887f8a917cf273f7fc8402734588ebef" - sha256 cellar: :any_skip_relocation, sonoma: "0e58798e17d16f9dd4fe9654349abbcec00f56f89d5ae84bb5ef0bc51b23953f" - sha256 cellar: :any_skip_relocation, ventura: "0e58798e17d16f9dd4fe9654349abbcec00f56f89d5ae84bb5ef0bc51b23953f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "79d42c35a5b6b91f0c34624fbccb65c7bcc2be2c5c59cd3373c883dd89f6f25a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7358b917dc6de02228cd3a12aa82db780ea5491ebab840d2b6b908c323d5a10b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7358b917dc6de02228cd3a12aa82db780ea5491ebab840d2b6b908c323d5a10b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7358b917dc6de02228cd3a12aa82db780ea5491ebab840d2b6b908c323d5a10b" + sha256 cellar: :any_skip_relocation, sonoma: "d207b9e35e30f51827b3291c080c9285cf754c58cf015464338356a0f3af7bed" + sha256 cellar: :any_skip_relocation, ventura: "d207b9e35e30f51827b3291c080c9285cf754c58cf015464338356a0f3af7bed" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b6368bcc20150094d15de3da752538f130cf4bf2659311d514ffd4d35bc2d224" end depends_on "go" => :build From ac3c1605c1855ac0e3700fe03e1911947e99ffec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:40:24 +0000 Subject: [PATCH 00230/10074] kubectl-ai: update 0.0.11 bottle. --- Formula/k/kubectl-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kubectl-ai.rb b/Formula/k/kubectl-ai.rb index 64c9e4fefc81e..615e711ab881e 100644 --- a/Formula/k/kubectl-ai.rb +++ b/Formula/k/kubectl-ai.rb @@ -6,12 +6,12 @@ class KubectlAi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a557b4fa3ea59f480ab99eb0e8ebfb18949941659306c21958bcb1771aa235b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a557b4fa3ea59f480ab99eb0e8ebfb18949941659306c21958bcb1771aa235b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7a557b4fa3ea59f480ab99eb0e8ebfb18949941659306c21958bcb1771aa235b" - sha256 cellar: :any_skip_relocation, sonoma: "8da27f4014c17b367e8b5e3238dc1534d494cead2ef1d7d7fd834673fa3b2fdb" - sha256 cellar: :any_skip_relocation, ventura: "8da27f4014c17b367e8b5e3238dc1534d494cead2ef1d7d7fd834673fa3b2fdb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8de8cce18608b061b8a1e6ac9408086db4598144a534ff3aaf683f2cd2d1d86c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e8e865c902c74ade666ae2b0856ab64d0638061c0df24347cfd91c76e0782cf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e8e865c902c74ade666ae2b0856ab64d0638061c0df24347cfd91c76e0782cf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e8e865c902c74ade666ae2b0856ab64d0638061c0df24347cfd91c76e0782cf" + sha256 cellar: :any_skip_relocation, sonoma: "abec5a1c68d2e1b1a3c7677883515a72f115878b2691b5569d60c1ebf8be0195" + sha256 cellar: :any_skip_relocation, ventura: "abec5a1c68d2e1b1a3c7677883515a72f115878b2691b5569d60c1ebf8be0195" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aef37269709afc0e92ac134901e6600241a3d028af29f2aa78432705352e48ed" end depends_on "go" => :build From e16489685f595a60b043c2373c0e3b83efc9eb34 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:40:25 +0000 Subject: [PATCH 00231/10074] ipsw: update 3.1.607 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index e15c4f6c5dbdc..7ab1963a32195 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b374cff1656a94b3671ac3d21a017072753459afe5845b86147ff800cf9f663" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5668f2420cbf1f559c968f354b409191a360efd339fdaf6ff4e4546784935928" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3a2780c19ad43a1e79c5166e28f2f23317ba34688932fc356c44b9b5f523b924" - sha256 cellar: :any_skip_relocation, sonoma: "b4abb62453d19d6f849a4407a5fc9c7d65a80d6e273a6e46d6e4775a9ce2cc1f" - sha256 cellar: :any_skip_relocation, ventura: "f3ded40ca2f5349ef66aaaab400e0ca45f77dd7428989625eef8b0acdf39d444" - sha256 cellar: :any_skip_relocation, arm64_linux: "cec950aff29e8fabcd972a68110acafe3edadb01ff59e1bf4477370f06aac4f5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13bd7a09d63b19634423e5fe6f82093c6686f534937cc96727764edaedc0b391" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "796e921266a35d7e5e321cc1df43987d43a33f47b9493419c6d56a7721bd2698" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fd354d1d407d8b4f6a992114c3da27a538210a5f69487d7b6e56fdfec4f57a1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "edf9d9513bb95ecaa320320beecb7610e819ff2da81603b6a78611b226e2f7de" + sha256 cellar: :any_skip_relocation, sonoma: "16cfb67e250634a40ce37937e84f7c93831e817c93a903bd9b56ad5964142373" + sha256 cellar: :any_skip_relocation, ventura: "7430d2932246facc40f498553b946adbbd1e125127a49daa6676904421e1ba41" + sha256 cellar: :any_skip_relocation, arm64_linux: "73b6abe9b208c5d74217b7b175fd08fcad2d5d969cf612bfceda2bb6cd64a3dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f8ba997e31dff2cc3565cfd8093829159dd7eed0b51cc5dfe4f3ad0e158681e7" end depends_on "go" => :build From a076f9e6139c8ce3ac22dd4bc46eab087713e2be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:40:35 +0000 Subject: [PATCH 00232/10074] dolt: update 1.54.0 bottle. --- Formula/d/dolt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 1a8daf6e8bad2..353db10484354 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -12,13 +12,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8980ddbbe1dfb9576ecb6de9124fcc255572fa6e749d171de726b5fa5e2f884a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "505d9d43d3a045404deedbdb99e75c69940415bb28a891e6fdc24ddc5618fd76" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dae8c178a4239da6ca2a48ce2add85d6dfccd0b6589197837472195ed11672d6" - sha256 cellar: :any_skip_relocation, sonoma: "e711793321549e401336ed311ed25ea1eb225dbe1eec9f5b9746fec42fbadec9" - sha256 cellar: :any_skip_relocation, ventura: "7b96c106d2c1ddce030f358a0a894c2d26d122a3f48efb1d952163f1ebf7267c" - sha256 cellar: :any_skip_relocation, arm64_linux: "9c5a426e2fd2a95f145c894c12e04b2f0dd985052e4ca17107bd93bf45eb654e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bda3d7c17fd3a120c9f286e5794a612ae7d96c195be82ed655012fc140c1faa8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fa98c72a4ba02abecbb3a0ca73c31a88ebb8d374d7d07687c27cd10e36f30f5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4db380edf2fa6cd1be19bbbeb6db23ffca8f9dbfb50f1edb9e60082c87fcac57" + sha256 cellar: :any_skip_relocation, arm64_ventura: "39c929ebefa4ae5ee0ea7015af295bf1469d058183693e0903b5aa2d8197b902" + sha256 cellar: :any_skip_relocation, sonoma: "692a071de1ecd6bda2a1d3ce9c36d16d9a82827d18e466ef981ee2073dd1eebe" + sha256 cellar: :any_skip_relocation, ventura: "81cb05d0e1da768bb25d66b9b9ff1c85738ebd0f668a0559f760fd909c534924" + sha256 cellar: :any_skip_relocation, arm64_linux: "74593d1ece68cd3de5ae329fb5474354a9e26f97f38447deead10ff6f2ed035e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "baac13206fd21a10b7782b0f26019dc979b3c0f99f42c8e4f7dd426f78f385b5" end depends_on "go" => :build From 1164316450bf72bd90edbee1eb625e4838e70110 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:40:52 +0000 Subject: [PATCH 00233/10074] ollama: update 0.8.0 bottle. --- Formula/o/ollama.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index e76a561651ab4..239a62aa47ebf 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -16,14 +16,13 @@ class Ollama < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "82398671c6550d59c91ed0360d229e88eb97069abe0bebcdabd04c3956238373" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f9717f7fa3f4e08753e97afe2ee644e2288c32ec590e7a0bf3c59ea90aa1944" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ab5176391b71f83019b0567634e882cea275f581256fbec69a261d69ed7d5253" - sha256 cellar: :any_skip_relocation, sonoma: "1622fdd112fa8a0298db636075b606692c540089cf3d12004147bb7a98f475eb" - sha256 cellar: :any_skip_relocation, ventura: "884a6c630534762385b9c05aaa95270f8bcba37523ae64ef6b5da724e8982421" - sha256 cellar: :any_skip_relocation, arm64_linux: "0f1c885c84031b741252012b30ebdf793f657a42e5624a0cb76751c2a44162c2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c5755d2eede14c53257ee043eedfc1a3aa58c921b8e5d71d8a64ad5bd0969a8d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9419e6c02c19b9315be9d4c457ef5f192a24276906cd9c71c8644b23457a470" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a86c2bd7dc3b83d35e60a9bc29fd8da668e3082d5ba5f50e0fa0583198bf69d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "02d945b825c5868eb535b657e0eac172c5a231fea89c4bbe005755c52030c292" + sha256 cellar: :any_skip_relocation, sonoma: "1100b4d893d55edd13a2e1a74d9d6dd0923b84868d2074381bf21cdf1c6977d3" + sha256 cellar: :any_skip_relocation, ventura: "20a9aebbfc7535777c5e0b3959380f8b51d4fa8c53a4aa718c7850f5160fc7d8" + sha256 cellar: :any_skip_relocation, arm64_linux: "ff84c03888546f42004e5e50257c3fe07a33fd65244898a2becca78bb50340d1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2509bc3d486b2c6f6cbec5adfe7daa008142637caf3904bbd9c06d855f1f9247" end depends_on "cmake" => :build From 3f82205d6cc5a9122d2565f9a2f15045b960efe4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:43:21 +0000 Subject: [PATCH 00234/10074] rover: update 0.31.3 bottle. --- Formula/r/rover.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index 8aeb0e1833b6f..76e32c47a847c 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -7,13 +7,13 @@ class Rover < Formula head "https://github.com/apollographql/rover.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "60461e449425f9f174fa23735ae59688e11ad9419ff8fc4eb5e0286cd8e8d1d1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "be8e45af7a6c3b6d034c7706e4a80349c246192755caead4983c99beede07bcc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8b21cb2b86bb6ae90b3c40b1a54983b60bca064c67d12953f173102154fb2d41" - sha256 cellar: :any_skip_relocation, sonoma: "a60cb11e49237a45d7fa502d8da3535a82dfbce7b3b67e76e803e82710f88d29" - sha256 cellar: :any_skip_relocation, ventura: "cec9e87732f3bee4570d2e97ff17f6f15585c08bd266c4c2d871ef7ff6b3b6b2" - sha256 cellar: :any_skip_relocation, arm64_linux: "c3dd269f2eb299142d86c5209b48ee20c5d10dc82582a8f5840e46c29dc15c58" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e49642fdba28b62d2e23c98d53496f6849cc6b0efcaad7592c80de4412dce60c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ba8bd4b7683ccfbf55084d5c3eaf54a4611d3e8415cf56461245b4ce923180e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "20c50022e8c974404dd647213593e2c5911f81737b93a4fac1e05bc8c985fc4c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "81166c127e2668ddd1aa631a51bdafee11c088cbb552885a2fc62b13b4916870" + sha256 cellar: :any_skip_relocation, sonoma: "973cddca3c69a068e479e143225bb8129ad222a51a21103621cf4b9511b2a4c9" + sha256 cellar: :any_skip_relocation, ventura: "e0b99e4e8aabd6a6487c76c3cdbed6faddc57f35a5166a02a35203d37153f428" + sha256 cellar: :any_skip_relocation, arm64_linux: "a74a13f4f06ca62fb7a972ae139b8678a7ed029501553c48c10c0ab7aec11acd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8121203142f627154ba7efe96d76866dec2b944ab3d11c9cf6b2eaf73938ddb4" end depends_on "rust" => :build From e4dcd3e41b1aa618790ca34e87accecc0be31d2b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 24 May 2025 18:01:49 -0400 Subject: [PATCH 00235/10074] pdtm 0.1.3 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/p/pdtm.rb | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Formula/p/pdtm.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 96f774839df44..58ce54e6f223e 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2807,6 +2807,7 @@ pdftk-java pdm pdns pdnsrec +pdtm pedump pegtl percona-toolkit diff --git a/Formula/p/pdtm.rb b/Formula/p/pdtm.rb new file mode 100644 index 0000000000000..299cdb8320bd8 --- /dev/null +++ b/Formula/p/pdtm.rb @@ -0,0 +1,19 @@ +class Pdtm < Formula + desc "ProjectDiscovery's Open Source Tool Manager" + homepage "https://github.com/projectdiscovery/pdtm" + url "https://github.com/projectdiscovery/pdtm/archive/refs/tags/v0.1.3.tar.gz" + sha256 "5aa5611e3a61df37a2e4030fd8742d4a1278840fe91c1e1fde129aab81f4fe45" + license "MIT" + head "https://github.com/projectdiscovery/pdtm.git", branch: "main" + + depends_on "go" => :build + + def install + system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/pdtm" + end + + test do + assert_match version.to_s, shell_output("#{bin}/pdtm -version 2>&1") + assert_match "#{testpath}/.pdtm/go/bin", shell_output("#{bin}/pdtm -show-path") + end +end From d7d95ba33367162b2bfe6d26f52636bcce08073e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 28 May 2025 23:46:15 +0000 Subject: [PATCH 00236/10074] ropebwt3: update 3.9 bottle. --- Formula/r/ropebwt3.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/r/ropebwt3.rb b/Formula/r/ropebwt3.rb index 35c311a4b0fe8..956a0e2175a1d 100644 --- a/Formula/r/ropebwt3.rb +++ b/Formula/r/ropebwt3.rb @@ -12,6 +12,7 @@ class Ropebwt3 < Formula sha256 cellar: :any, arm64_ventura: "4a8827a9eeb1208e28f6b81e6c075863d3db3851ebeab0ff606f34bbb32cbc93" sha256 cellar: :any, sonoma: "8b5139751d4261dc40d196fcd21065c987cf1c41c53466b70cdb488c07dedff7" sha256 cellar: :any, ventura: "e3626c7ebb2560e191e053f1ad58e4fdf00fac77607e5ac4ed135a311a8a059c" + sha256 cellar: :any_skip_relocation, arm64_linux: "79e746f565e4e6ad4e0eeba31edf33a40dc74bb964e87f86895f5f549c094b1f" sha256 cellar: :any_skip_relocation, x86_64_linux: "fd94cda69d5a156c7c72a9dae14176f3dc38f2c2855dcad7f64753b1832a4c80" end From a346eeebbde8d42bedfa72d48d0dbb8763ae67a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:49:04 +0000 Subject: [PATCH 00237/10074] elf2uf2-rs: add 2.1.1 bottle. --- Formula/e/elf2uf2-rs.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/e/elf2uf2-rs.rb b/Formula/e/elf2uf2-rs.rb index bc1b3aaa081de..0c5d4a5e43875 100644 --- a/Formula/e/elf2uf2-rs.rb +++ b/Formula/e/elf2uf2-rs.rb @@ -5,6 +5,15 @@ class Elf2uf2Rs < Formula sha256 "c6845f696112193bbe6517ab0c9b9fc85dff1083911557212412e07c506ccd7c" license "0BSD" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2502c3b12665d304fc3f016c68eef40119b4b529867d67cc26fb641e844b5de" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cd37371cbeb7dd6be732e6db993b226dea3dc7fbbd2c321e81665c68c6de036" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5e0726aed0c347586d3a4eef4b49ce9ef93d2560f31ae686f48381babae5f508" + sha256 cellar: :any_skip_relocation, sonoma: "592612fe9e209df4f432354b7cc471f83a41ab679a13ce2ab904dd1431ffd9ab" + sha256 cellar: :any_skip_relocation, ventura: "5942db8bcb33f094ba359873643e78f39ec73e12e2b85fdc076a4abbb63ab08d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "85a5d2a22806dbd123281e4ab4d9f078ae31a81c29f0ad10ee199e4fc7375e5b" + end + depends_on "rust" => :build on_linux do From e60a5818155a9737357fee4673931bd894b3e52b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:50:55 +0000 Subject: [PATCH 00238/10074] versitygw: update 1.0.14 bottle. --- Formula/v/versitygw.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/versitygw.rb b/Formula/v/versitygw.rb index b217d4fceedbf..26cdcf7b2cba7 100644 --- a/Formula/v/versitygw.rb +++ b/Formula/v/versitygw.rb @@ -7,12 +7,12 @@ class Versitygw < Formula head "https://github.com/versity/versitygw.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "53ef750e7080a361ce0aa3d5c8ccdae5409a6b27af73d4bc46c5353ebc821d41" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "53ef750e7080a361ce0aa3d5c8ccdae5409a6b27af73d4bc46c5353ebc821d41" - sha256 cellar: :any_skip_relocation, arm64_ventura: "53ef750e7080a361ce0aa3d5c8ccdae5409a6b27af73d4bc46c5353ebc821d41" - sha256 cellar: :any_skip_relocation, sonoma: "aa4e5453ac4238acf2af7326816350d08d4d406fd0e1f756c62debe69f5c829d" - sha256 cellar: :any_skip_relocation, ventura: "aa4e5453ac4238acf2af7326816350d08d4d406fd0e1f756c62debe69f5c829d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2da806afca3116e4381f8b2bc092c8fc07b4c1eeae250c4c644f82c48430d59a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a359af9f580c659a82458ebbdde5e3dfeb91d2e3684921f43f6e8f83de9f3ba6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7b764c77fdfeda4e1c26b4d0e17f469265a4a6f70f711017a10623c7218f15f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6cccf493348843afc73af31701e474bb8bcb162553974117e0586fd92db6974b" + sha256 cellar: :any_skip_relocation, sonoma: "7dc49cc09142219b68970f2bffea7e101d68a940e06786020d5208a17d2f7615" + sha256 cellar: :any_skip_relocation, ventura: "c290a975ae0596f7fcece1524032bdd8b94ce95a51c019f7cb959710b2a68903" + sha256 cellar: :any_skip_relocation, x86_64_linux: "88b2dccc651441e7c16e512422d76d1d943c0fe76ccf897cadae90f2827a86bb" end depends_on "go" => :build From c4fccb6bf48e0137f9b56073c2b10d72ebdbb5ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 23:52:31 +0000 Subject: [PATCH 00239/10074] simdutf: update 7.3.0 bottle. --- Formula/s/simdutf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/simdutf.rb b/Formula/s/simdutf.rb index f51e58d3daad7..693a0aa197929 100644 --- a/Formula/s/simdutf.rb +++ b/Formula/s/simdutf.rb @@ -12,13 +12,13 @@ class Simdutf < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "141748e71b93c013fafdedbcf850c6dfb127d0cd7d6a0ec3dc9ca082e61350a6" - sha256 cellar: :any, arm64_sonoma: "ced5dbe6faf55a0697c3fe2912a57cb6e79cd6f2c9bd6f1b18e4c4c6de942538" - sha256 cellar: :any, arm64_ventura: "3b11d6f13e3df8c2fca06ac4375a619514457470315da2be80d2e9ad3a929914" - sha256 cellar: :any, sonoma: "80cf6ef7005940675592e5cbdbb8110cbf5d27a3b16b758afbeb9308b476113e" - sha256 cellar: :any, ventura: "02641d1eee6a133fa196afda1208bc39ca9c5093f026d49231cfb47cb9c99d1a" - sha256 cellar: :any_skip_relocation, arm64_linux: "966e8e0fa6e7d039666cdaa25aa5513891e1cfa7fea659220d3ae3cc18f3d657" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1d8f81e42a7a6184e2382f87c6b56d867c3fedceff3ac8b686ce5251da2a7e9" + sha256 cellar: :any, arm64_sequoia: "6a9b20ff5eedd441325216819e22e42420200f7738ccead54dd1aee9dd99d557" + sha256 cellar: :any, arm64_sonoma: "6cb738dbfcba72277f7bfea52b0471577ab23aec6fa8bc4f27e004513f1b5529" + sha256 cellar: :any, arm64_ventura: "40c3c1577a8c5494a3dc22a3ba4f9596c0fd0550a197f90c3e248dafffbafe3b" + sha256 cellar: :any, sonoma: "86917209f8009cdaaee70170adbe529a204ef6742ccc9099f94a94feaa38d5b0" + sha256 cellar: :any, ventura: "e59bf45c9a87d09b451b6023904b138c572aebbbf87da540b86f6bc0894baaaa" + sha256 cellar: :any_skip_relocation, arm64_linux: "81a1452432282fe777d02cae642c9717cd6f0bf08d73bb0de3325c4a0027e223" + sha256 cellar: :any_skip_relocation, x86_64_linux: "75f0837ac8f666e8f08b813c0495723014c7be124849938bde434808087acb2e" end depends_on "cmake" => :build From a6dd312a75512a3bee130c53e3ff0b23ff7e3581 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 00:00:59 +0000 Subject: [PATCH 00240/10074] renovate: update 40.34.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index d56b358eb4880..c4d9d8347ca4f 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2a889b98ceded998437fd70eef0bb1db96a32831a12a380917f2d0a85cd25ec" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1528027b92c48ad81febead4806ffbd651e7f20193457180a2e52dca482937a1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "555688ba195e97f1116afc185bd50b30079b8a62fff26d6296c22b26e4a61220" - sha256 cellar: :any_skip_relocation, sonoma: "6565adaef7157c91c5da0aef1c4f97b56feded300268d42e7293ab296e325285" - sha256 cellar: :any_skip_relocation, ventura: "13b7d338fac663d13b69db3a8c52b6962a713e758a09503c765fa3a83b6bab40" - sha256 cellar: :any_skip_relocation, arm64_linux: "367d2f15573b909b47cf0036bec8bf90af9528a3bcec74afd84c5b97c6ed4259" - sha256 cellar: :any_skip_relocation, x86_64_linux: "83acd101ffbcc6ac148057d94ddf526e1ecd1f06c5e7f0f657438a3ae7dceb63" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d1926b9d70abf722e3768734210469abbbd9ff1db305c01bfb785f2c7ed7d8f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d17b493005d26bd51747218c22448a5f16a79abfa30f232b83bc92ba469ffd92" + sha256 cellar: :any_skip_relocation, arm64_ventura: "99ae5386f185412e89f24a10d990ef9e766b1b22f106531100548398a60b8e97" + sha256 cellar: :any_skip_relocation, sonoma: "a32fbb82098047f8fbc6ae42d9c5c48e21a3c27454fc79a11f1217296a61c225" + sha256 cellar: :any_skip_relocation, ventura: "405fc3a5628850b50678cfc7db752fab3566ced38e0543fddf0d1135fadb828e" + sha256 cellar: :any_skip_relocation, arm64_linux: "a5b671414978712f467781f8f086cd7864076c8034fb47ee2b7415db0d0f34b2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "50e616138d8b060b2dd602094e8720761bdadb9955ac076051e098b29b594162" end depends_on "node@22" From e054a846c1b6c7007064de679065a8332e81909c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 00:03:00 +0000 Subject: [PATCH 00241/10074] teku: update 25.5.0 bottle. --- Formula/t/teku.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/teku.rb b/Formula/t/teku.rb index 2f9e77886c514..cd49841000643 100644 --- a/Formula/t/teku.rb +++ b/Formula/t/teku.rb @@ -8,13 +8,13 @@ class Teku < Formula head "https://github.com/ConsenSys/teku.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "869646b70a464b507916c4fed40bc255799a9df2e86312bce6917628edc5a33e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "869646b70a464b507916c4fed40bc255799a9df2e86312bce6917628edc5a33e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "869646b70a464b507916c4fed40bc255799a9df2e86312bce6917628edc5a33e" - sha256 cellar: :any_skip_relocation, sonoma: "d7062ff7204abf0335c86adb828a9788ecd8aa045d539bea5b3aef9f9ff507a6" - sha256 cellar: :any_skip_relocation, ventura: "d7062ff7204abf0335c86adb828a9788ecd8aa045d539bea5b3aef9f9ff507a6" - sha256 cellar: :any_skip_relocation, arm64_linux: "869646b70a464b507916c4fed40bc255799a9df2e86312bce6917628edc5a33e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "869646b70a464b507916c4fed40bc255799a9df2e86312bce6917628edc5a33e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "871c396722bfabf2438952f629454f3fccac13585184fc1cd4857945a9b04ab0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "871c396722bfabf2438952f629454f3fccac13585184fc1cd4857945a9b04ab0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "871c396722bfabf2438952f629454f3fccac13585184fc1cd4857945a9b04ab0" + sha256 cellar: :any_skip_relocation, sonoma: "272f5a65673e04819cc9804432c9861d22509c2f01fc8755d9dc3f137ed2375c" + sha256 cellar: :any_skip_relocation, ventura: "272f5a65673e04819cc9804432c9861d22509c2f01fc8755d9dc3f137ed2375c" + sha256 cellar: :any_skip_relocation, arm64_linux: "871c396722bfabf2438952f629454f3fccac13585184fc1cd4857945a9b04ab0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "871c396722bfabf2438952f629454f3fccac13585184fc1cd4857945a9b04ab0" end depends_on "gradle" => :build From ce073d3ef77d3049c82fb27676579509e8fdae25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 00:16:31 +0000 Subject: [PATCH 00242/10074] oxen: update 0.34.7 bottle. --- Formula/o/oxen.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oxen.rb b/Formula/o/oxen.rb index 47aef6f82c215..0365b8eec2dab 100644 --- a/Formula/o/oxen.rb +++ b/Formula/o/oxen.rb @@ -7,12 +7,12 @@ class Oxen < Formula head "https://github.com/Oxen-AI/Oxen.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e278af9c4c4c565bd97aa3b4b2cfcfff92da1be974cb990534d1a22e825cf3e6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "058737b2b560bd432853d8b2fe15559c9e9e67c32da7a210e9d6faeaef7e4aaf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4aabc64263f6166938d07971892faa08680c0c2f1f9067370092a41439991e65" - sha256 cellar: :any_skip_relocation, sonoma: "773433f917392ac71a870e3124778003f10400f4fb4d88578e1767b00a51772d" - sha256 cellar: :any_skip_relocation, ventura: "e0603a0f9d5f16e09b45085ea73609eea689e1dce228e2a59f824f58432fcc15" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8fb77184e1b027309b48161a936dcb893143707f89253bac9b9f80c4dcd320f5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "308c4e9b10b4f4504ca2970baea5b518f96e3770a814c8da40ef96f4c29992d2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f8614beac1f930c3b5aa9fb3b500d13498c3f335e064cfb7dfbd9d7ef7f588c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aafaaff87750438c8c1386acfcf298c86020efa9fb034db390f7566afeba4bf0" + sha256 cellar: :any_skip_relocation, sonoma: "8336f2b93dc0d97cb20576cfb2004d7ba67f4c4b8ffdb5db1bd8604f628721a2" + sha256 cellar: :any_skip_relocation, ventura: "2ba25b20500f7fd7ab49dd5cb3f73d069d62d26acbb20ae7f2a9e943c659ac58" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6019a6c82e0fda3ce82deee832e65a7116a4d7ba17499c126b1ccc12c8626cff" end depends_on "cmake" => :build # for libz-ng-sys From 0d9a781d36855a9a288a1a5420c168f2fed95f72 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 29 May 2025 00:30:17 +0000 Subject: [PATCH 00243/10074] elf2uf2-rs: update 2.1.1 bottle. --- Formula/e/elf2uf2-rs.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/e/elf2uf2-rs.rb b/Formula/e/elf2uf2-rs.rb index 0c5d4a5e43875..70980ef16f725 100644 --- a/Formula/e/elf2uf2-rs.rb +++ b/Formula/e/elf2uf2-rs.rb @@ -11,6 +11,7 @@ class Elf2uf2Rs < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "5e0726aed0c347586d3a4eef4b49ce9ef93d2560f31ae686f48381babae5f508" sha256 cellar: :any_skip_relocation, sonoma: "592612fe9e209df4f432354b7cc471f83a41ab679a13ce2ab904dd1431ffd9ab" sha256 cellar: :any_skip_relocation, ventura: "5942db8bcb33f094ba359873643e78f39ec73e12e2b85fdc076a4abbb63ab08d" + sha256 cellar: :any_skip_relocation, arm64_linux: "bee91ffd1bed1d4f42d0eb45e4c21539b1f8089710b08d007d00a1090bfb352d" sha256 cellar: :any_skip_relocation, x86_64_linux: "85a5d2a22806dbd123281e4ab4d9f078ae31a81c29f0ad10ee199e4fc7375e5b" end From 7ff69b355cc325b1600310b79e824ed0bd2399c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 02:30:11 +0000 Subject: [PATCH 00244/10074] pdtm: add 0.1.3 bottle. --- Formula/p/pdtm.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/p/pdtm.rb b/Formula/p/pdtm.rb index 299cdb8320bd8..6a96cf639a895 100644 --- a/Formula/p/pdtm.rb +++ b/Formula/p/pdtm.rb @@ -6,6 +6,15 @@ class Pdtm < Formula license "MIT" head "https://github.com/projectdiscovery/pdtm.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c9ef2bbd6f036e5c3ce6629905c5c02908ca51440cad3319094771c32077962f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "96751029319e738c50fa86960e7764d68def5c5b0a08b86d4bb7aa1aafabb1ce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1f8cff333aeb9050e11e8e346b54855c55a2690b697ae033db3b41a239310df1" + sha256 cellar: :any_skip_relocation, sonoma: "c0f4d7527f5baa186c8cfad4d0d956b7494af38818efeee4adbc09f908b7e0cd" + sha256 cellar: :any_skip_relocation, ventura: "1783d258be29384be1a3db469de6e1cd8bdfc9d077f0c6bd4bfe8861fc00f1fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6dfea4fd9e25c41239d8126f941591db53887aa456d43396bfbad42fe29b19bd" + end + depends_on "go" => :build def install From de720d7e518eca02aa0ff1397ba4a9e26beb67e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 02:34:45 +0000 Subject: [PATCH 00245/10074] kraken2: add 2.1.5 bottle. --- Formula/k/kraken2.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/k/kraken2.rb b/Formula/k/kraken2.rb index 3c8ccf3b79273..eb9eac83069af 100644 --- a/Formula/k/kraken2.rb +++ b/Formula/k/kraken2.rb @@ -6,6 +6,15 @@ class Kraken2 < Formula license "MIT" head "https://github.com/DerrickWood/kraken2.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ee275caf279a788ea6a7bce93190ab31165bbdc79fd1dc812ba120336a1918f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb22cec35e13ee86ec66e1f65f90a4b6454e418da5df13bf786e48a1dc846e8b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a875a1a58dde84ca8651102d3e99fb1eb0ff2c1089fc5fc4587e56f0ac0ece33" + sha256 cellar: :any_skip_relocation, sonoma: "84e6e9db41f330e526dcdaa1061c530ecfc351f1f89004ce69695b480fffc195" + sha256 cellar: :any_skip_relocation, ventura: "43e3bb6870bb0d9cf4d5a9d09bc8850939922acca99ccfa56a84c9f77d9a3162" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0ca42ce0aa2688d8ca4f9bb123ab1cf372a79e8944f511312a26b9da4ead3927" + end + depends_on "python@3.13" depends_on "wget" From f55fd4076c07dd26f64517f326629986c60b6f46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 02:35:24 +0000 Subject: [PATCH 00246/10074] kea: update 2.6.3 bottle. --- Formula/k/kea.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/k/kea.rb b/Formula/k/kea.rb index 4f4de17e8adcb..409e7f0387722 100644 --- a/Formula/k/kea.rb +++ b/Formula/k/kea.rb @@ -17,14 +17,13 @@ class Kea < Formula end bottle do - rebuild 1 - sha256 arm64_sequoia: "0140ea7c9ede2d94efc51caadaf12c062c853d7d3d5cc68a26221b7a37226e83" - sha256 arm64_sonoma: "59d717d80b87a2e491e1107105e04f9ef4caaf4d269f458558808777cfceed2e" - sha256 arm64_ventura: "e6a283e858cc2f08b3db91c7941f2eb0cacda7be81e58b00b8520356fe35e394" - sha256 sonoma: "058ce5aeb4d71d54ebf0f6ff98ce7732c8e14d9d509588d48a05d23d488fe8bd" - sha256 ventura: "a9bb4722c39d136fcc2641e78ffacdd58cbe1f3e3fb0fe1120e3141a046242a9" - sha256 arm64_linux: "ceef0b2966ea631be071f02fb710cf6c3eaf319112203dec5977c45a7d30b0f1" - sha256 x86_64_linux: "3db7bc8bbb9a06006c008c199d5412c1e76a771b5d96a769d8014fc65c9ebf4a" + sha256 arm64_sequoia: "4c66f8f52593d9e945699305f4fe64388472f6de31a061733c5a87370fb6479c" + sha256 arm64_sonoma: "f8053d8a6fcd8b24e825049ec6debc1122c66e476e87bc969a526d7322aeeb79" + sha256 arm64_ventura: "d1371ae2cc23ff1ec5af366b12d241b67d019caa9310728c570c3f7d8d84d153" + sha256 sonoma: "b977974fce305b9e45b45c3cf9f3686d21a0ab4cc37ec90405c65894af2b70ce" + sha256 ventura: "9cf0169cc4bb7ba9ecef631cca6c083014fda86a7a064d9919245840c6be6ea2" + sha256 arm64_linux: "fe9d2c5f9a9c911c0191ecc7c9e24c3b756e4665d65b7dc19224e3458f9374c7" + sha256 x86_64_linux: "c9d151d10c0ebd376294c91e4f5b353217d3226d9c711633cfcd23198b8d603b" end head do From be4f9a8d4f281ea6c0f0c11909c0aee5bb7a01fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 02:40:52 +0000 Subject: [PATCH 00247/10074] navidrome 0.56.0 --- Formula/n/navidrome.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/navidrome.rb b/Formula/n/navidrome.rb index 278c59131088a..c456db5ef1a7d 100644 --- a/Formula/n/navidrome.rb +++ b/Formula/n/navidrome.rb @@ -1,8 +1,8 @@ class Navidrome < Formula desc "Modern Music Server and Streamer compatible with Subsonic/Airsonic" homepage "https://www.navidrome.org" - url "https://github.com/navidrome/navidrome/archive/refs/tags/v0.55.2.tar.gz" - sha256 "bdc609bca68531190bac7591b9ba14b3aed356c989087803f16c2d888a8878a8" + url "https://github.com/navidrome/navidrome/archive/refs/tags/v0.56.0.tar.gz" + sha256 "4ba97d7760964da600383820af644176d9a44f6e0eee7de5989afb6be2b78730" license "GPL-3.0-only" head "https://github.com/navidrome/navidrome.git", branch: "master" From c56862a0f58457228a22bcfe7f6efa132b1fac1c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 29 May 2025 03:04:32 +0000 Subject: [PATCH 00248/10074] pdtm: update 0.1.3 bottle. --- Formula/p/pdtm.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/pdtm.rb b/Formula/p/pdtm.rb index 6a96cf639a895..3d4106aa267ac 100644 --- a/Formula/p/pdtm.rb +++ b/Formula/p/pdtm.rb @@ -12,6 +12,7 @@ class Pdtm < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "1f8cff333aeb9050e11e8e346b54855c55a2690b697ae033db3b41a239310df1" sha256 cellar: :any_skip_relocation, sonoma: "c0f4d7527f5baa186c8cfad4d0d956b7494af38818efeee4adbc09f908b7e0cd" sha256 cellar: :any_skip_relocation, ventura: "1783d258be29384be1a3db469de6e1cd8bdfc9d077f0c6bd4bfe8861fc00f1fa" + sha256 cellar: :any_skip_relocation, arm64_linux: "c521caaed87a6e797fe969cd5f555935cea1eb49aced09638e8dfaa1b427cade" sha256 cellar: :any_skip_relocation, x86_64_linux: "6dfea4fd9e25c41239d8126f941591db53887aa456d43396bfbad42fe29b19bd" end From 809fea98595d767af529ab91d3a4972c38094d7f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 29 May 2025 03:05:25 +0000 Subject: [PATCH 00249/10074] kraken2: update 2.1.5 bottle. --- Formula/k/kraken2.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/k/kraken2.rb b/Formula/k/kraken2.rb index eb9eac83069af..20e9df46caf2c 100644 --- a/Formula/k/kraken2.rb +++ b/Formula/k/kraken2.rb @@ -12,6 +12,7 @@ class Kraken2 < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "a875a1a58dde84ca8651102d3e99fb1eb0ff2c1089fc5fc4587e56f0ac0ece33" sha256 cellar: :any_skip_relocation, sonoma: "84e6e9db41f330e526dcdaa1061c530ecfc351f1f89004ce69695b480fffc195" sha256 cellar: :any_skip_relocation, ventura: "43e3bb6870bb0d9cf4d5a9d09bc8850939922acca99ccfa56a84c9f77d9a3162" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba5490c61e588570bfbab8976c233dcf75d57ffe3113bfa800d6e8470f298b8f" sha256 cellar: :any_skip_relocation, x86_64_linux: "0ca42ce0aa2688d8ca4f9bb123ab1cf372a79e8944f511312a26b9da4ead3927" end From ac15ec575a636474bf382da24eec3cc5f19b477e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 02:45:35 +0000 Subject: [PATCH 00250/10074] qemu 10.0.2 qemu: remove build patches and move test resource into test block Signed-off-by: Rui Chen --- Formula/q/qemu.rb | 45 +++++++++------------------------------------ 1 file changed, 9 insertions(+), 36 deletions(-) diff --git a/Formula/q/qemu.rb b/Formula/q/qemu.rb index 45cc5f808ca39..b1e6697702234 100644 --- a/Formula/q/qemu.rb +++ b/Formula/q/qemu.rb @@ -1,38 +1,11 @@ class Qemu < Formula desc "Generic machine emulator and virtualizer" homepage "https://www.qemu.org/" + url "https://download.qemu.org/qemu-10.0.2.tar.xz" + sha256 "ef786f2398cb5184600f69aef4d5d691efd44576a3cff4126d38d4c6fec87759" license "GPL-2.0-only" head "https://gitlab.com/qemu-project/qemu.git", branch: "master" - stable do - url "https://download.qemu.org/qemu-10.0.0.tar.xz" - sha256 "22c075601fdcf8c7b2671a839ebdcef1d4f2973eb6735254fd2e1bd0f30b3896" - - # The next four patches fix segmentation faults on macOS 15.0-15.3 - # See https://github.com/Homebrew/homebrew-core/issues/221154 - # Changes already merged upstream, remove on next release - - patch do - url "https://gitlab.com/qemu-project/qemu/-/commit/563cd698dffb977eea0ccfef3b95f6f9786766f3.diff" - sha256 "51d07db06532bdd655bec3fdd7eb15cd2004fc96652f0d4dc25522917c9b129a" - end - - patch do - url "https://gitlab.com/qemu-project/qemu/-/commit/6804b89fb531f5dd49c1e038214c89272383e220.diff" - sha256 "7e17787f09488fa731d6de8304b689df767236009c19a3bb662904189028d687" - end - - patch do - url "https://gitlab.com/qemu-project/qemu/-/commit/797150d69d2edba8b1bd4a7d8c7ba2df1219c503.diff" - sha256 "82f14935f588f7ee103e2ba25852aa3cbf19a4319588f270e09d3bd33fe83001" - end - - patch do - url "https://gitlab.com/qemu-project/qemu/-/commit/a5b30be534538dc6e44a68ce9734e45dd08f52ec.diff" - sha256 "a1ff1e8e7c64e7f7dfe7284277f2bef76b837a4c3a86394dd29768d1b1586818" - end - end - livecheck do url "https://www.qemu.org/download/" regex(/href=.*?qemu[._-]v?(\d+(?:\.\d+)+)\.t/i) @@ -92,13 +65,6 @@ class Qemu < Formula depends_on "systemd" end - # 820KB floppy disk image file of FreeDOS 1.2, used to test QEMU - # NOTE: Keep outside test block so that `brew fetch` is able to handle slow download/retries - resource "homebrew-test-image" do - url "https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/official/FD12FLOPPY.zip" - sha256 "81237c7b42dc0ffc8b32a2f5734e3480a3f9a470c50c14a9c4576a2561a35807" - end - def install ENV["LIBTOOL"] = "glibtool" @@ -144,6 +110,13 @@ def install end test do + # 820KB floppy disk image file of FreeDOS 1.2, used to test QEMU + # NOTE: Keep outside test block so that `brew fetch` is able to handle slow download/retries + resource "homebrew-test-image" do + url "https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/official/FD12FLOPPY.zip" + sha256 "81237c7b42dc0ffc8b32a2f5734e3480a3f9a470c50c14a9c4576a2561a35807" + end + archs = %w[ aarch64 alpha arm avr hppa i386 loongarch64 m68k microblaze microblazeel mips mips64 mips64el mipsel or1k ppc ppc64 riscv32 riscv64 rx From 7b27df434e5b4b6b1003484e4497cd0f80f0b6f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 03:12:39 +0000 Subject: [PATCH 00251/10074] navidrome: update 0.56.0 bottle. --- Formula/n/navidrome.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/navidrome.rb b/Formula/n/navidrome.rb index c456db5ef1a7d..b6fcc6abac2a0 100644 --- a/Formula/n/navidrome.rb +++ b/Formula/n/navidrome.rb @@ -7,12 +7,12 @@ class Navidrome < Formula head "https://github.com/navidrome/navidrome.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "e4253eb9086dc0ab26cbc6c0e1affbc1feacfe69679c2bf2bcea9f3d67e2e22d" - sha256 cellar: :any, arm64_sonoma: "bf31eb52e348146caf5e0352a8de412a16023a0fa8d57b5eaa2dd36784a43677" - sha256 cellar: :any, arm64_ventura: "eba8fc0b55cfdae27cbb1f390f6e625947374d7fb6c92c7b10fb282eaa7612f0" - sha256 cellar: :any, sonoma: "525a5fe97f039722515d3100f14af57196037db3648ace6a8b07407b65bb95f7" - sha256 cellar: :any, ventura: "d0ed9c8dfe3749fc0cf6635c9bfa8dac7c53ac52940ac5bd2d50028a2b2c3274" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fe065d7c8c4602d973e22d1066047a4ecafc4e7a57742bb8bd812a0079ccc209" + sha256 cellar: :any, arm64_sequoia: "0ab07cedd93d3134ec01d629757ed998b5cb358d57b08f68a4af5ebe32595ef2" + sha256 cellar: :any, arm64_sonoma: "69a5089cba2cc8b6fb0703ededa6d0a7d2845254f56b47b3317114e12ea95b8b" + sha256 cellar: :any, arm64_ventura: "f5780993b99fe396317570703b4071333f5608d4f854d7f49e60bc0630016960" + sha256 cellar: :any, sonoma: "963db76b8a470cd941c28f910da458178804b61bfe2b4d72057a85613f504b82" + sha256 cellar: :any, ventura: "787ff009c0e621810f295404713a3047de39bcee7442adaf371808c1fe748d2f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "569507e612fae8b2f5f3093d345cdc1f8829e3d902ca5749a737327d1f0209bc" end depends_on "go" => :build From 7795d62d0b6a884235bf0ed7fee5d0fa31488d01 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 07:55:47 +0000 Subject: [PATCH 00252/10074] curl 8.14.0 curl: update mirror and patches Co-authored-by: Rui Chen Co-authored-by: Sean Molenaar --- Formula/c/curl.rb | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/Formula/c/curl.rb b/Formula/c/curl.rb index cb3e48cbd3e33..1a193314f6f4b 100644 --- a/Formula/c/curl.rb +++ b/Formula/c/curl.rb @@ -3,13 +3,24 @@ class Curl < Formula homepage "https://curl.se" # Don't forget to update both instances of the version in the GitHub mirror URL. # `url` goes below this comment when the `stable` block is removed. - url "https://curl.se/download/curl-8.13.0.tar.bz2" - mirror "https://github.com/curl/curl/releases/download/curl-8_13_0/curl-8.13.0.tar.bz2" - mirror "http://fresh-center.net/linux/www/curl-8.13.0.tar.bz2" - mirror "http://fresh-center.net/linux/www/legacy/curl-8.13.0.tar.bz2" - sha256 "e0d20499260760f9865cb6308928223f4e5128910310c025112f592a168e1473" + license "curl" + stable do + url "https://curl.se/download/curl-8.14.0.tar.bz2" + mirror "https://github.com/curl/curl/releases/download/curl-8_14_0/curl-8.14.0.tar.bz2" + mirror "http://fresh-center.net/linux/www/curl-8.14.0.tar.bz2" + mirror "http://fresh-center.net/linux/www/legacy/curl-8.14.0.tar.bz2" + sha256 "efa1403c5ac4490c8d50fc0cabe97710abb1bf2a456e375a56d960b20a1cba80" + + # fix https://github.com/curl/curl/issues/17473 + # curl_multi_add_handle() returning OOM when using more than 400 handles + patch do + url "https://github.com/curl/curl/commit/d16ccbd55de80c271fe822f4ba8b6271fd9166ff.patch?full_index=1" + sha256 "d30d4336e2422bedba66600b4c05a3bed7f9c51c1163b75d9ee8a27424104745" + end + end + livecheck do url "https://curl.se/download/" regex(/href=.*?curl[._-]v?(.*?)\.t/i) @@ -52,18 +63,6 @@ class Curl < Formula depends_on "libidn2" end - # Fixes failure to download certdata.txt due to a redirect - patch do - url "https://github.com/curl/curl/commit/eeed87f0563d3ca73ff53813418d1f9f03c81fe5.patch?full_index=1" - sha256 "f7461a8042ca8ef86492338458ccd79ee286d17773487513928d7ed6ae25818c" - end - - # Fixes build on macOS 10.12 and earlier - patch do - url "https://github.com/curl/curl/commit/d7914f75aa8ecdd68cdbb130c1351a7432597fe4.patch?full_index=1" - sha256 "2ba45be5c9238abc914c2a47cd604cbd08972583b310c9079b7b7909b352001b" - end - def install tag_name = "curl-#{version.to_s.tr(".", "_")}" if build.stable? && stable.mirrors.grep(/github\.com/).first.exclude?(tag_name) From 87fe4a6b6e18aee36da06782a98ee3ef66506a5c Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 28 May 2025 17:24:18 -0400 Subject: [PATCH 00253/10074] cdktf: revision bump (node 24.1.0) --- Formula/c/cdktf.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/cdktf.rb b/Formula/c/cdktf.rb index 1c941f2db047b..e84eb9b7e15e7 100644 --- a/Formula/c/cdktf.rb +++ b/Formula/c/cdktf.rb @@ -4,6 +4,7 @@ class Cdktf < Formula url "https://registry.npmjs.org/cdktf-cli/-/cdktf-cli-0.20.12.tgz" sha256 "90bb30b7eae861d2a7ab21d1fe4ddbf71c8f74e7b2c31052c9b9265ff69d4c6e" license "MPL-2.0" + revision 1 bottle do sha256 arm64_sequoia: "c1f18f63b582964297038bb4b67726fdd4f3679da303fe3db743bc50f8415b31" From 43d8a99dd00900493305bba6992664267da474dc Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 28 May 2025 17:27:42 -0400 Subject: [PATCH 00254/10074] gitlab-ci-local: revision bump (node 24.1.0) --- Formula/g/gitlab-ci-local.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/g/gitlab-ci-local.rb b/Formula/g/gitlab-ci-local.rb index 926599131610d..009807df6f4da 100644 --- a/Formula/g/gitlab-ci-local.rb +++ b/Formula/g/gitlab-ci-local.rb @@ -4,6 +4,7 @@ class GitlabCiLocal < Formula url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.60.1.tgz" sha256 "2945d0322fd00ab9b734c6bda95a23b29162a906048ca8bda394466cb75a2f68" license "MIT" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5eaf32f97b932b85a301bdb798b82904eea4cbb3bed3b4423ac4ec14cef7b82" @@ -19,7 +20,7 @@ class GitlabCiLocal < Formula def install system "npm", "install", *std_npm_args - bin.install_symlink Dir["#{libexec}/bin/*"] + bin.install_symlink libexec.glob("bin/*") end test do From 701bb45f01589357fd777a751480762d2f42d67c Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 28 May 2025 17:30:41 -0400 Subject: [PATCH 00255/10074] monika: revision bump (node 24.1.0) --- Formula/m/monika.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/m/monika.rb b/Formula/m/monika.rb index 8cf6fb2cc3f47..ec45d2100b05d 100644 --- a/Formula/m/monika.rb +++ b/Formula/m/monika.rb @@ -4,6 +4,7 @@ class Monika < Formula url "https://registry.npmjs.org/@hyperjumptech/monika/-/monika-1.22.0.tgz" sha256 "2b2ed6ac3186d72a9f060efb62d183c4b156494b2c37de9808c108f54655b84c" license "MIT" + revision 1 bottle do sha256 arm64_sequoia: "b454a3a9c3ab9b5ae518e59e49ffa26ef65cf251158612f1bf035de1d8a94e73" @@ -25,7 +26,7 @@ class Monika < Formula def install system "npm", "install", *std_npm_args - bin.install_symlink Dir["#{libexec}/bin/*"] + bin.install_symlink libexec.glob("bin/*") # Remove incompatible pre-built binaries os = OS.kernel_name.downcase From 962c1bb94ab27def16cc0444020162da91aa73cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 03:51:00 +0000 Subject: [PATCH 00256/10074] gitlab-ci-local: update 4.60.1_1 bottle. --- Formula/g/gitlab-ci-local.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gitlab-ci-local.rb b/Formula/g/gitlab-ci-local.rb index 009807df6f4da..f4b7b387fa0f9 100644 --- a/Formula/g/gitlab-ci-local.rb +++ b/Formula/g/gitlab-ci-local.rb @@ -7,13 +7,13 @@ class GitlabCiLocal < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5eaf32f97b932b85a301bdb798b82904eea4cbb3bed3b4423ac4ec14cef7b82" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5eaf32f97b932b85a301bdb798b82904eea4cbb3bed3b4423ac4ec14cef7b82" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f5eaf32f97b932b85a301bdb798b82904eea4cbb3bed3b4423ac4ec14cef7b82" - sha256 cellar: :any_skip_relocation, sonoma: "2a191bfce691767a4f72b10ad9236432427810f1f2abe71ca359d6760c3c242c" - sha256 cellar: :any_skip_relocation, ventura: "2a191bfce691767a4f72b10ad9236432427810f1f2abe71ca359d6760c3c242c" - sha256 cellar: :any_skip_relocation, arm64_linux: "e9e045efe09080870a4059fa1ad2193a10d9d8b891e44bd78452ee7cc9c8ae9b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "770f39d23e2c4e5f32182511f9dc01b13ed174c82ec28d13f7e4f8a69ff64678" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8df418f3d52221f021eccfde1ac3feb75cec1f14491b3b0015437c3f6ab795e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8df418f3d52221f021eccfde1ac3feb75cec1f14491b3b0015437c3f6ab795e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a8df418f3d52221f021eccfde1ac3feb75cec1f14491b3b0015437c3f6ab795e" + sha256 cellar: :any_skip_relocation, sonoma: "8164c92a39c20fda63c5a14e6b2560b6c91b2db7635ac212e4d623746354f930" + sha256 cellar: :any_skip_relocation, ventura: "8164c92a39c20fda63c5a14e6b2560b6c91b2db7635ac212e4d623746354f930" + sha256 cellar: :any_skip_relocation, arm64_linux: "001682515a95f8b8113ea08519e02c65b6a008debd67965ed7fc9adb6f0b1e8a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fa5a41c2900efcd4c9a01c2b0fbf41359d4f401b37844222182feb7685cd4ae8" end depends_on "node" From e89e8706bfcf6125671e8bce314c7dd7274e39f1 Mon Sep 17 00:00:00 2001 From: Leo Kewitz Date: Tue, 15 Apr 2025 10:59:25 +0200 Subject: [PATCH 00257/10074] libpq@16 16.8 (new formula) fix: update version, fix regex and add deprecation date Co-authored-by: Rui Chen --- Aliases/libpq@17 | 1 + Formula/lib/libpq@16.rb | 82 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 120000 Aliases/libpq@17 create mode 100644 Formula/lib/libpq@16.rb diff --git a/Aliases/libpq@17 b/Aliases/libpq@17 new file mode 120000 index 0000000000000..40331ae4aa329 --- /dev/null +++ b/Aliases/libpq@17 @@ -0,0 +1 @@ +../Formula/lib/libpq.rb \ No newline at end of file diff --git a/Formula/lib/libpq@16.rb b/Formula/lib/libpq@16.rb new file mode 100644 index 0000000000000..070fdf8065ebb --- /dev/null +++ b/Formula/lib/libpq@16.rb @@ -0,0 +1,82 @@ +class LibpqAT16 < Formula + desc "Postgres C API library" + homepage "https://www.postgresql.org/docs/16/libpq.html" + url "https://ftp.postgresql.org/pub/source/v16.9/postgresql-16.9.tar.bz2" + sha256 "07c00fb824df0a0c295f249f44691b86e3266753b380c96f633c3311e10bd005" + license "PostgreSQL" + + livecheck do + url "https://ftp.postgresql.org/pub/source/" + regex(%r{href=["']?v?(16(?:\.\d+)+)/?["' >]}i) + end + + keg_only :versioned_formula + + # https://endoflife.date/postgresql + deprecate! date: "2028-11-09", because: :unmaintained, replacement_formula: "libpq" + + depends_on "pkgconf" => :build + depends_on "icu4c@77" + # GSSAPI provided by Kerberos.framework crashes when forked. + # See https://github.com/Homebrew/homebrew-core/issues/47494. + depends_on "krb5" + depends_on "openssl@3" + + uses_from_macos "zlib" + + on_linux do + depends_on "readline" + end + + def install + system "./configure", "--disable-debug", + "--prefix=#{prefix}", + "--with-gssapi", + "--with-openssl", + "--libdir=#{opt_lib}", + "--includedir=#{opt_include}" + dirs = %W[ + libdir=#{lib} + includedir=#{include} + pkgincludedir=#{include}/postgresql + includedir_server=#{include}/postgresql/server + includedir_internal=#{include}/postgresql/internal + ] + system "make" + system "make", "-C", "src/bin", "install", *dirs + system "make", "-C", "src/include", "install", *dirs + system "make", "-C", "src/interfaces", "install", *dirs + system "make", "-C", "src/common", "install", *dirs + system "make", "-C", "src/port", "install", *dirs + system "make", "-C", "doc", "install", *dirs + end + + test do + (testpath/"libpq.c").write <<~EOS + #include + #include + #include + + int main() + { + const char *conninfo; + PGconn *conn; + + conninfo = "dbname = postgres"; + + conn = PQconnectdb(conninfo); + + if (PQstatus(conn) != CONNECTION_OK) // This should always fail + { + printf("Connection to database attempted and failed"); + PQfinish(conn); + exit(0); + } + + return 0; + } + EOS + system ENV.cc, "libpq.c", "-L#{lib}", "-I#{include}", "-lpq", "-o", "libpqtest" + assert_equal "Connection to database attempted and failed", shell_output("./libpqtest") + end +end From ad570277210dc571fa9676d13d7d74fa6d6210f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 03:57:16 +0000 Subject: [PATCH 00258/10074] cdktf: update 0.20.12_1 bottle. --- Formula/c/cdktf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cdktf.rb b/Formula/c/cdktf.rb index e84eb9b7e15e7..a6083f452d985 100644 --- a/Formula/c/cdktf.rb +++ b/Formula/c/cdktf.rb @@ -7,12 +7,12 @@ class Cdktf < Formula revision 1 bottle do - sha256 arm64_sequoia: "c1f18f63b582964297038bb4b67726fdd4f3679da303fe3db743bc50f8415b31" - sha256 arm64_sonoma: "e69789750019da67bc16c2e137228306528a18f2bf92499c027f40cc98749980" - sha256 arm64_ventura: "44219e68aa1993c579b5f973322703f64209ed42b9bb4bbce4ad49a5d82a7bbc" - sha256 sonoma: "3219484a717ff464e6bce5bf60688d37dda8a1544f80235ec15e5325bf1c8f6e" - sha256 ventura: "055c2f47d7e4ed2fb81f2c978a9281e49dbfb802b7aa23a0efdd4092028a7840" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd71b277d96e93d200479006af9ee8987034fc8e3706a9f2e6cd88619ee6cac9" + sha256 arm64_sequoia: "f3a5571c228c0afe23c7823f29a91085faf6feb8355a54acacf42674f66cfa28" + sha256 arm64_sonoma: "b8d8e69d7a3657a8706747664b19a1753b1d1c516edfa5b5f509208eacb64426" + sha256 arm64_ventura: "80736d8e4441e675140caf8e90457ef084a28a0fc55a89230ba89bb1419abd1c" + sha256 sonoma: "fe84c384fef7fe0fccdce3eaf4ac021c08a735a0ace56a558c134cfdb46a056f" + sha256 ventura: "5db5bbf4b1592846f17d5557752f123121fd9b6d2e5308a0f8442ec7801e19dc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b5e6e9ed6f9ab6fdec3758e977d27f150776d56d8cf30c05fe1903277df13e4" end depends_on "opentofu" => :test From 29d61106981d1eac5a37ec2710d9c1ab39eb2593 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 04:02:19 +0000 Subject: [PATCH 00259/10074] monika: update 1.22.0_1 bottle. --- Formula/m/monika.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/monika.rb b/Formula/m/monika.rb index ec45d2100b05d..ca046c924ae27 100644 --- a/Formula/m/monika.rb +++ b/Formula/m/monika.rb @@ -7,13 +7,13 @@ class Monika < Formula revision 1 bottle do - sha256 arm64_sequoia: "b454a3a9c3ab9b5ae518e59e49ffa26ef65cf251158612f1bf035de1d8a94e73" - sha256 arm64_sonoma: "dbb6ee7aad6c0737edfcdb194fb4c198b9314ad759a3c09136cd5a934da61fe4" - sha256 arm64_ventura: "432a1fa231644bc3afab36e6b57c1103a7763bbb4c32e308edb9f83adffa7541" - sha256 sonoma: "6d1e3680020b3fb8fabd44383bd2ef3d802742142781bac50f3602ab527932c7" - sha256 ventura: "36ff8854590a71d7ada5d70fbcbe314c1d8259a830fac7f86a06bff3427798a6" - sha256 cellar: :any_skip_relocation, arm64_linux: "678bacbee424d600e2dfb41f6d45bb8ead8086cebd1fe94ab578614030943f7a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6a1daac5d355750602a48ef01fcc34867c21ce4a725659e431f94f277ac818ff" + sha256 arm64_sequoia: "f3e91a0c2e44a73268d2ad097f66b186d557e7c29bd6cc9bfbf5cdf6f83a51a4" + sha256 arm64_sonoma: "f2ae79c53a534008b89160ae1c8ae3fdda47aee6fc61218267468b19836a2369" + sha256 arm64_ventura: "1a4b455c1dff23c63b60585ddfe58e19f9028fca8b7ebf5f48b63d2a83fca64b" + sha256 sonoma: "4ebb6355f4ed47cd9c1e85566eed9c2836b710bb5f79a6160ed7449d6217902b" + sha256 ventura: "ed6f5ea7a08fc1201b8e41b4172caf6bfaba98c1ddc7fce30c288516fe3e9f26" + sha256 cellar: :any_skip_relocation, arm64_linux: "ddaf84cdd4938c7a6884cad00e978282ba40458b44714405566a90bd9b412e41" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e525f7478ff11969327f3a1a65e22bb296716c68a3ef064196029f816e19e4c" end depends_on "node" From 1ab87fd53a327f1b54faf701317a3c6cde4c1c17 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 28 May 2025 23:29:39 -0400 Subject: [PATCH 00260/10074] libkml: update build and test Signed-off-by: Rui Chen --- Formula/lib/libkml.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libkml.rb b/Formula/lib/libkml.rb index 1ffc50915a745..45337ed414461 100644 --- a/Formula/lib/libkml.rb +++ b/Formula/lib/libkml.rb @@ -34,7 +34,13 @@ class Libkml < Formula uses_from_macos "zlib" def install - system "cmake", "-S", ".", "-B", "build", *std_cmake_args + # Workaround to build with CMake 4 + ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5" + + system "cmake", "-S", ".", "-B", "build", + "-DCMAKE_CXX_STANDARD=14", + "-DCMAKE_INSTALL_RPATH=#{rpath}", + *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" end @@ -75,7 +81,7 @@ class RegionatorQidTest : public testing::Test { CPP flags = shell_output("pkgconf --cflags --libs libkml gtest").chomp.split - system ENV.cxx, "test.cpp", "-std=c++14", "-o", "test", *flags + system ENV.cxx, "test.cpp", "-std=c++17", "-o", "test", *flags assert_match "PASSED", shell_output("./test") end end From 2f6e313f4f5db5b0ee3ec78e13c20e0248d2c0bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 04:11:52 +0000 Subject: [PATCH 00261/10074] libpq@16: add 16.9 bottle. --- Formula/lib/libpq@16.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/lib/libpq@16.rb b/Formula/lib/libpq@16.rb index 070fdf8065ebb..73e65d9db8896 100644 --- a/Formula/lib/libpq@16.rb +++ b/Formula/lib/libpq@16.rb @@ -10,6 +10,15 @@ class LibpqAT16 < Formula regex(%r{href=["']?v?(16(?:\.\d+)+)/?["' >]}i) end + bottle do + sha256 arm64_sequoia: "67a3882334f2448796238f87a74a594218dbf8cf19ab4161d7de7b0ca6146415" + sha256 arm64_sonoma: "25b4ea9f563b4d7098da7aec89f0891af7f4c60bd2fec6cc914b6791266c882d" + sha256 arm64_ventura: "af1e4227b8408aa7d62ecce5681d739ca5e967e244ea47638c92cfd2c4fb4320" + sha256 sonoma: "234174030c3d3b291162f43c23b12515e0b16ce559b863c9933f7fd906c1cc11" + sha256 ventura: "ff78291761e454338f6f567915cd3e491f7775c92e8b4f7c9ca0577038d0f73f" + sha256 x86_64_linux: "c2dc9c741adb74eb78080bbd99630fccb056a3eb8e19220ba732b7a9829c8a46" + end + keg_only :versioned_formula # https://endoflife.date/postgresql From ab158d316b2da9b615f3e5f50cfe1053d51cbc9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 04:51:36 +0000 Subject: [PATCH 00262/10074] aliyun-cli 3.0.279 --- Formula/a/aliyun-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 6d1d94e1395c9..4ec8533f8cf47 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -2,8 +2,8 @@ class AliyunCli < Formula desc "Universal Command-Line Interface for Alibaba Cloud" homepage "https://github.com/aliyun/aliyun-cli" url "https://github.com/aliyun/aliyun-cli.git", - tag: "v3.0.278", - revision: "ce0eb407d115a11cd2ba56316c10efdc2a88b66f" + tag: "v3.0.279", + revision: "ff99ff27463c7727e3da00c7a979e462cc2a3ce2" license "Apache-2.0" head "https://github.com/aliyun/aliyun-cli.git", branch: "master" From 022f908de77e8302eddbdbefcc2b22d09e800b6e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 04:53:14 +0000 Subject: [PATCH 00263/10074] aws-sso-cli 2.0.2 --- Formula/a/aws-sso-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-sso-cli.rb b/Formula/a/aws-sso-cli.rb index a3e5f9a27ae8c..79a822609eb09 100644 --- a/Formula/a/aws-sso-cli.rb +++ b/Formula/a/aws-sso-cli.rb @@ -1,8 +1,8 @@ class AwsSsoCli < Formula desc "Securely manage AWS API credentials using AWS SSO" homepage "https://synfinatic.github.io/aws-sso-cli/" - url "https://github.com/synfinatic/aws-sso-cli/archive/refs/tags/v2.0.1.tar.gz" - sha256 "75664d0b771ff7d0428e3a85f7511faeece50fd91dc9c603c04a0c72f769f9ca" + url "https://github.com/synfinatic/aws-sso-cli/archive/refs/tags/v2.0.2.tar.gz" + sha256 "ca2c600a3e6d4dc804d2bcbc16b0a735db675db95f7c916eac3efc898a8b3077" license "GPL-3.0-only" head "https://github.com/synfinatic/aws-sso-cli.git", branch: "main" From dc41d87df0f029e0f5dfe858e985722440a0c5fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 04:53:27 +0000 Subject: [PATCH 00264/10074] awsdac 0.21.12 --- Formula/a/awsdac.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awsdac.rb b/Formula/a/awsdac.rb index 79e1792dc1155..80108355e3f41 100644 --- a/Formula/a/awsdac.rb +++ b/Formula/a/awsdac.rb @@ -1,8 +1,8 @@ class Awsdac < Formula desc "CLI tool for drawing AWS architecture" homepage "https://github.com/awslabs/diagram-as-code" - url "https://github.com/awslabs/diagram-as-code/archive/refs/tags/v0.21.11.tar.gz" - sha256 "7e95c3a28f2827c5a78764fad5c61934f94f1361e62ea52fb52a9e100107c6fc" + url "https://github.com/awslabs/diagram-as-code/archive/refs/tags/v0.21.12.tar.gz" + sha256 "a76dd16b75c2f3f4c2686b076aa3ac7133cc9f16669e38cb47d3f2978f4e6c08" license "Apache-2.0" head "https://github.com/awslabs/diagram-as-code.git", branch: "main" From b43e1ccfa9ed50612b78c8a0116f17f487312b72 Mon Sep 17 00:00:00 2001 From: calvinit <541298948@qq.com> Date: Thu, 29 May 2025 12:57:37 +0800 Subject: [PATCH 00265/10074] docker: v28.2.1 --- Formula/d/docker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker.rb b/Formula/d/docker.rb index e0e0a0784f9f6..2a2c3355e6996 100644 --- a/Formula/d/docker.rb +++ b/Formula/d/docker.rb @@ -2,8 +2,8 @@ class Docker < Formula desc "Pack, ship and run any application as a lightweight container" homepage "https://www.docker.com/" url "https://github.com/docker/cli.git", - tag: "v28.1.1", - revision: "4eba3773274f9d21ba90ae5bc719c3f1e4bb07a1" + tag: "v28.2.1", + revision: "879ac3f88fe137c2058afe995298832eb2ff1546" license "Apache-2.0" head "https://github.com/docker/cli.git", branch: "master" From 33eae23f94b09401b46cebb19a1ed4237a60e954 Mon Sep 17 00:00:00 2001 From: calvinit <541298948@qq.com> Date: Thu, 29 May 2025 12:58:00 +0800 Subject: [PATCH 00266/10074] docker-completion: v28.2.1 --- Formula/d/docker-completion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-completion.rb b/Formula/d/docker-completion.rb index 8cc844113ca1d..858fe255a051c 100644 --- a/Formula/d/docker-completion.rb +++ b/Formula/d/docker-completion.rb @@ -1,8 +1,8 @@ class DockerCompletion < Formula desc "Bash, Zsh and Fish completion for Docker" homepage "https://www.docker.com/" - url "https://github.com/docker/cli/archive/refs/tags/v28.1.1.tar.gz" - sha256 "98b305725d453b6802a4df1e4c8184b66cf8d74e9050bbf3d92b2804621cb9f6" + url "https://github.com/docker/cli/archive/refs/tags/v28.2.1.tar.gz" + sha256 "1e6942e9a410b314f6a75b021216328f0798be30180e95a1d553ee672d3f400f" license "Apache-2.0" head "https://github.com/docker/cli.git", branch: "master" From 79f6de6ae9c7e5407b8bd8dab3df8093a8e81344 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 04:59:10 +0000 Subject: [PATCH 00267/10074] qemu: update 10.0.2 bottle. --- Formula/q/qemu.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/q/qemu.rb b/Formula/q/qemu.rb index b1e6697702234..4936a9039fe7c 100644 --- a/Formula/q/qemu.rb +++ b/Formula/q/qemu.rb @@ -12,14 +12,13 @@ class Qemu < Formula end bottle do - rebuild 1 - sha256 arm64_sequoia: "7231d454bb9f7fd7cfeff99727552963c3e8e3fba527a081497e6f3d4540d308" - sha256 arm64_sonoma: "aef31f95edeedeb93fd423a9baf655e532869cdeec46e206662a0a4f7370b285" - sha256 arm64_ventura: "a071c06840012951d7f2103b64ad44dcaa79ab87aeb80429897f1b3114d8a495" - sha256 sonoma: "409faa24495d47c4246109b8c10ba9a04e911c5682061cfe5872e8dbe2c2a07c" - sha256 ventura: "8edf18802c7b11f88926bc6d6d6de2d09b7c967ad3bd0f678b0b1e7c311d556e" - sha256 arm64_linux: "f1fb82f1381011a958406b1c27ae6070e2d042f73c4d3816c402dbb9e8e285d5" - sha256 x86_64_linux: "e30368126aeb3ca11ed54502921826fd90a4d15535eb3f8a43d7900655af8ff7" + sha256 arm64_sequoia: "2fbb46507db3640256480542b89188c6c0ffbea79331ad74af6d1aece2a957c0" + sha256 arm64_sonoma: "7bffbc3fca962f111f452e8b9f019c77f8611a1d77d09f90cbd69b1234b90619" + sha256 arm64_ventura: "9a4ab208884863423fe321d33411f0db53fd90a85c5e546a03485faf2732a3b4" + sha256 sonoma: "19570a46c5d9ecfc29e7f55c5d5940a08dd7ccb270dc4e86124268827550dd31" + sha256 ventura: "696f8a73d537069b1d4d808b4b02fd96d73ba9d66913201698610a082c671910" + sha256 arm64_linux: "b74ed8c16cf4a9002f9727b7ef34a76fd1553786f0acb2eb22fb4a87a79b1acf" + sha256 x86_64_linux: "b79fd2eae50f89ab74184a678291ffe671a7f0d66dfe9145eef615dab2d6e7e2" end depends_on "libtool" => :build From b19a26b8caed0fee83a4de8c75c901fffbd42cc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 05:13:40 +0000 Subject: [PATCH 00268/10074] magic-wormhole 0.19.0 --- Formula/m/magic-wormhole.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/m/magic-wormhole.rb b/Formula/m/magic-wormhole.rb index 9d94b7e5b9401..be272d42bcc76 100644 --- a/Formula/m/magic-wormhole.rb +++ b/Formula/m/magic-wormhole.rb @@ -3,10 +3,9 @@ class MagicWormhole < Formula desc "Securely transfers data between computers" homepage "https://github.com/magic-wormhole/magic-wormhole" - url "https://files.pythonhosted.org/packages/18/a5/aa48cfccc9c823678506b27892dbc6f4646ec5474c43676e4f1990efa106/magic-wormhole-0.18.0.tar.gz" - sha256 "66fdee0861ec63ab494560aa1c68ebe3b21e955d0cabd84eadf93013e332852c" + url "https://files.pythonhosted.org/packages/30/45/af319226523f023e380fe1d5f0076dd1b80a5b1f3313327d934da901affa/magic_wormhole-0.19.0.tar.gz" + sha256 "861378db76b376434b1a2d39be2fb4307da29b294322638cc2cd4a1ebecc37cb" license "MIT" - revision 1 head "https://github.com/magic-wormhole/magic-wormhole.git", branch: "master" bottle do @@ -41,8 +40,8 @@ class MagicWormhole < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "constantly" do @@ -106,8 +105,8 @@ class MagicWormhole < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "spake2" do From 488d6fca3ecdf22e7b65c49b7678e02f1d1bbad7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 05:15:13 +0000 Subject: [PATCH 00269/10074] mise 2025.5.16 --- Formula/m/mise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 74085d04aff43..9e53480c922c8 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.5.15.tar.gz" - sha256 "a0e9426865db306012dfaba28d482cc4e9d27a29fbb648e8541f58747995e363" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.5.16.tar.gz" + sha256 "88f426c2db4d92cfa42f1179fac8d227c0137e174989cec1f58eec7ff8881d22" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" From 7286d04b4a8a0253aff66f29f3f771d04b183a10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 05:18:47 +0000 Subject: [PATCH 00270/10074] openjph 0.21.3 --- Formula/o/openjph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openjph.rb b/Formula/o/openjph.rb index a4f0467cb5ebf..cab5b822652f0 100644 --- a/Formula/o/openjph.rb +++ b/Formula/o/openjph.rb @@ -1,8 +1,8 @@ class Openjph < Formula desc "Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)" homepage "https://github.com/aous72/OpenJPH" - url "https://github.com/aous72/OpenJPH/archive/refs/tags/0.21.2.tar.gz" - sha256 "5c25f5fe820ccb4fee3b7a0d3246bf836508e313708f0b57f3654dbe8b0c4a01" + url "https://github.com/aous72/OpenJPH/archive/refs/tags/0.21.3.tar.gz" + sha256 "4dfa87ec8e28c8a30c038969cdd3084d2e8688b364efd83599c3fa90f29457e2" license "BSD-2-Clause" head "https://github.com/aous72/OpenJPH.git", branch: "master" From 3a1d99dd8ec1e3ad15bf313ac1cf59c9fcc86610 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 07:51:07 +0000 Subject: [PATCH 00271/10074] cdk8s 2.200.84 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 72261cab4bea5..37e206e29aa88 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.83.tgz" - sha256 "ba8ce6c8ecab030907a3fd949e50be3011fc92eed4445b4d8f52cdef5f6495ff" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.84.tgz" + sha256 "f8f5460ae91098d288fc736578c3093cd484c283bfa514b975a5e7192a1aee32" license "Apache-2.0" bottle do From 2392f63072b8ca308b2b5b72dbb0ae7a62053492 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Thu, 29 May 2025 09:58:43 +0200 Subject: [PATCH 00272/10074] clang-include-graph 0.2.0 (new formula) --- Formula/c/clang-include-graph.rb | 79 ++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 Formula/c/clang-include-graph.rb diff --git a/Formula/c/clang-include-graph.rb b/Formula/c/clang-include-graph.rb new file mode 100644 index 0000000000000..fd0047f366782 --- /dev/null +++ b/Formula/c/clang-include-graph.rb @@ -0,0 +1,79 @@ +class ClangIncludeGraph < Formula + desc "Simple tool for visualizing and analyzing C/C++ project include graph" + homepage "https://github.com/bkryza/clang-include-graph" + url "https://github.com/bkryza/clang-include-graph/archive/refs/tags/0.2.0.tar.gz" + sha256 "174bbf961a2426030102bcf444eb2ca4ac10c05cfd5b993fef24bf4d492c420c" + license "Apache-2.0" + head "https://github.com/bkryza/clang-include-graph.git", branch: "main" + + depends_on "cmake" => [:build, :test] + depends_on "pkgconf" => :build + depends_on "boost" + depends_on "llvm" + + def llvm + deps.map(&:to_formula) + .find { |f| f.name.match?(/^llvm(@\d+)?$/) } + end + + def install + ENV.append "LDFLAGS", "-Wl,-rpath,#{rpath(target: llvm.opt_lib)}" if OS.linux? && llvm.versioned_formula? + args = %w[ + -DBUILD_TESTS=OFF + ] + + # If '.git' directory is not available during build, we need + # to provide the version using a CMake option + args << "-DGIT_VERSION=#{version}" if build.stable? + + system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" + end + + test do + # Check if clang-include-graph is linked properly + system bin/"clang-include-graph", "--version" + system bin/"clang-include-graph", "--help" + + # Initialize a minimal C++ CMake project and try to generate a + # PlantUML diagram from it + (testpath/"test.h").write <<~CPP + #pragma once + namespace A { + struct AA { size_t s; }; + } + CPP + (testpath/"test.cc").write <<~CPP + #include "test.h" + #include + int main(int argc, char** argv) { A::AA a; return 0; } + CPP + (testpath/"CMakeLists.txt").write <<~CMAKE + cmake_minimum_required(VERSION 3.15) + + project(clang-include-graph-test CXX) + + set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + + add_executable(clang-include-graph-test test.cc) + CMAKE + + system "cmake", "-S", ".", "-B", "build", *std_cmake_args + + system bin/"clang-include-graph", "-d", testpath/"build", "--plantuml", + "--relative-to", testpath, "--relative-only", "--output", testpath/"test.puml" + + expected_output = Regexp.new(<<~EOS, Regexp::MULTILINE) + @startuml + file "test.h" as F_0 + file "test.cc" as F_1 + F_0 <-- F_1 + @enduml + EOS + + assert_path_exists testpath/"test.puml" + + assert_match expected_output, (testpath/"test.puml").read + end +end From 119c793e46b98e9e1e798d6a05f84689d5a8488e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 07:58:59 +0000 Subject: [PATCH 00273/10074] jackett 0.22.1967 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 4f7400c6165e3..b2d0de1ede92a 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1960.tar.gz" - sha256 "6cf67569bac5e19c48a4cd6fd52cc8eb514be59f50b51ea25aaf44149233c23e" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1967.tar.gz" + sha256 "f33782bb360abcb9535b9902029acab10cd772ce4267bf9ad418f8c862a3ce0b" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From e4d106d92734c69e12580618980ddd53187e133a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 07:59:42 +0000 Subject: [PATCH 00274/10074] juju 3.6.6 --- Formula/j/juju.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/juju.rb b/Formula/j/juju.rb index b4c702bad3d1d..f10880e35a087 100644 --- a/Formula/j/juju.rb +++ b/Formula/j/juju.rb @@ -1,8 +1,8 @@ class Juju < Formula desc "DevOps management tool" homepage "https://juju.is/" - url "https://launchpad.net/juju/3.6/3.6.5/+download/juju-core_3.6.5.tar.gz" - sha256 "7e2eec738d7b8114e76d889d3f3f815fe4da4f95be73015ff524d9b5b2e9a72f" + url "https://launchpad.net/juju/3.6/3.6.6/+download/juju-core_3.6.6.tar.gz" + sha256 "f84dc452c7344e50a6880abeb63001bd767c1230e853dcf736915282997a7405" license "AGPL-3.0-only" version_scheme 1 head "https://github.com/juju/juju.git", branch: "develop" From 92c140f3a960bef7f760a9b6768f24834d3482fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 08:02:37 +0000 Subject: [PATCH 00275/10074] llama.cpp 5530 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index b854503d6f64e..421277674334b 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5510", - revision: "a8ea03d8ad9c984fe6cfafead183ab188f8cbeb0" + tag: "b5530", + revision: "6385b843a8dc8e15b8362196039720c58dd79fa2" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From e3b0241522f967e2e13f9c0e495580c72bb1a8d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 08:04:08 +0000 Subject: [PATCH 00276/10074] mcpm 1.13.1 --- Formula/m/mcpm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index b920acb4ee0ea..61e95a640bcf4 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -3,8 +3,8 @@ class Mcpm < Formula desc "Open source, community-driven MCP server and client manager" homepage "https://mcpm.sh/" - url "https://files.pythonhosted.org/packages/10/ad/8b538c782b9fc6b1ca653215fb1cb870d54e158bbcbbf92075628599d6fa/mcpm-1.13.0.tar.gz" - sha256 "781fc11ad27bd538669ce5289745ffb4b442039361d7c5f482de2148e3ba495e" + url "https://files.pythonhosted.org/packages/33/43/304cd6c1b93e855606654e376be3e616ef382a0e43e5a81391866e03ae51/mcpm-1.13.1.tar.gz" + sha256 "921891abff2312cd9214aa79de3bd44d928929521085468ccd570ac78d2fda2d" license "MIT" bottle do From f33d416a0a5bae938bab8c39e8f79a4adf89fce8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 08:07:37 +0000 Subject: [PATCH 00277/10074] pandoc 3.7.0.2 --- Formula/p/pandoc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pandoc.rb b/Formula/p/pandoc.rb index bf96ce1f4444f..c57617097decf 100644 --- a/Formula/p/pandoc.rb +++ b/Formula/p/pandoc.rb @@ -1,8 +1,8 @@ class Pandoc < Formula desc "Swiss-army knife of markup format conversion" homepage "https://pandoc.org/" - url "https://github.com/jgm/pandoc/archive/refs/tags/3.7.0.1.tar.gz" - sha256 "f116324c77ce0aa16ed09d56557088260fb79137f19eea654c86fba06badb3ac" + url "https://github.com/jgm/pandoc/archive/refs/tags/3.7.0.2.tar.gz" + sha256 "a098c1dc8051844e3992f8396c6c947dccbc57b6ca3df2f2c47b9f7fa9f11246" license "GPL-2.0-or-later" head "https://github.com/jgm/pandoc.git", branch: "main" From d27bf575ecc09717246b57d91e2e3cc718b156c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 08:14:08 +0000 Subject: [PATCH 00278/10074] talhelper 3.0.27 --- Formula/t/talhelper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/talhelper.rb b/Formula/t/talhelper.rb index d1e107e69b322..749a24ca1d4ee 100644 --- a/Formula/t/talhelper.rb +++ b/Formula/t/talhelper.rb @@ -1,8 +1,8 @@ class Talhelper < Formula desc "Configuration helper for talos clusters" homepage "https://budimanjojo.github.io/talhelper/latest/" - url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.26.tar.gz" - sha256 "b3f11dfd891f2cd1938567ebda17c45ce63d34eb7caab53f95b81ab2e664d188" + url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.27.tar.gz" + sha256 "e98d0cc0bbb5852c81fc220cf30b01535abf54fb48dd77edce201fcafe8a41de" license "BSD-3-Clause" head "https://github.com/budimanjojo/talhelper.git", branch: "master" From 6cf78676a3a5b66eec567e0bc21c46cd52f8d85b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 08:14:19 +0000 Subject: [PATCH 00279/10074] talosctl 1.10.3 --- Formula/t/talosctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/talosctl.rb b/Formula/t/talosctl.rb index 29ab5f19b541c..d4da09c508c29 100644 --- a/Formula/t/talosctl.rb +++ b/Formula/t/talosctl.rb @@ -1,8 +1,8 @@ class Talosctl < Formula desc "CLI for out-of-band management of Kubernetes nodes created by Talos" homepage "https://www.talos.dev/" - url "https://github.com/siderolabs/talos/archive/refs/tags/v1.10.2.tar.gz" - sha256 "57edde4242397dfdff51a698229f7f1d8b5fa73c153ec7211b2c3d484c468ed4" + url "https://github.com/siderolabs/talos/archive/refs/tags/v1.10.3.tar.gz" + sha256 "1ee5ddb295032bb9d47428bb105d93025143c8c584305ffc4084c7a101d223a3" license "MPL-2.0" head "https://github.com/siderolabs/talos.git", branch: "main" From d90fd753e6c240cf115ab5ea045f4b947ba93809 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 08:14:48 +0000 Subject: [PATCH 00280/10074] threatcl 0.2.4 --- Formula/t/threatcl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/threatcl.rb b/Formula/t/threatcl.rb index b7df63ed0f012..3b2657af755ed 100644 --- a/Formula/t/threatcl.rb +++ b/Formula/t/threatcl.rb @@ -1,8 +1,8 @@ class Threatcl < Formula desc "Documenting your Threat Models with HCL" homepage "https://github.com/threatcl/threatcl" - url "https://github.com/threatcl/threatcl/archive/refs/tags/v0.2.3.tar.gz" - sha256 "9b0a9917d889de32b645e8c448a2c5dea8d9df53a37db6981466640affcc26a2" + url "https://github.com/threatcl/threatcl/archive/refs/tags/v0.2.4.tar.gz" + sha256 "0f4b73b4ae878ba1be624c3089c51fcbb298548f160ab26f52412e1407d762c8" license "MIT" head "https://github.com/threatcl/threatcl.git", branch: "main" From d121bfe25635a8ddfd276a320a61ded4cdc9e9d0 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Wed, 28 May 2025 20:12:05 +0100 Subject: [PATCH 00281/10074] zsh-history-enquirer 1.3.1 Update Formula/z/zsh-history-enquirer.rb Co-authored-by: Daeho Ro --- Formula/z/zsh-history-enquirer.rb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Formula/z/zsh-history-enquirer.rb diff --git a/Formula/z/zsh-history-enquirer.rb b/Formula/z/zsh-history-enquirer.rb new file mode 100644 index 0000000000000..1819738eb389f --- /dev/null +++ b/Formula/z/zsh-history-enquirer.rb @@ -0,0 +1,30 @@ +class ZshHistoryEnquirer < Formula + desc "Zsh plugin that enhances history search interaction" + homepage "https://zsh-history-enquirer.zthxxx.me" + url "https://registry.npmjs.org/zsh-history-enquirer/-/zsh-history-enquirer-1.3.1.tgz" + sha256 "dab146c955f167089bbe8f24a79b4a6cabe4c9ce2b8b246eb9fca27eca2bc4ae" + license "MIT" + + depends_on "node" + + uses_from_macos "zsh" + + def install + system "npm", "install", *std_npm_args + bin.install_symlink Dir["#{libexec}/bin/*"] + zsh_function.install "zsh-history-enquirer.plugin.zsh" => "history_enquire" + end + + def caveats + <<~EOS + To activate zsh-history-enquirer, add the following to your .zshrc: + autoload -U history_enquire + history_enquire + EOS + end + + test do + zsh_command = "autoload -U history_enquire; where history_enquire" + assert_match "history_enquire", shell_output("zsh -ic '#{zsh_command}'") + end +end From 26ddc202b29139d5338192bd6b16eb3321ef7090 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:05:10 +0000 Subject: [PATCH 00282/10074] cdk8s: update 2.200.84 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 37e206e29aa88..36c8923ab62f3 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" - sha256 cellar: :any_skip_relocation, sonoma: "ff12cf8938042948d5f7c0ec6326411194668a1aa471a682481f2bc18a3af731" - sha256 cellar: :any_skip_relocation, ventura: "ff12cf8938042948d5f7c0ec6326411194668a1aa471a682481f2bc18a3af731" - sha256 cellar: :any_skip_relocation, arm64_linux: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bf509675e0eda79a48d1b3b61292dc41fb58f854bcf76118719e66eb64fc0935" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" + sha256 cellar: :any_skip_relocation, sonoma: "a4f30ee9bca913862b1fb833f67701dab0bfefb41e9876d51be849d5109be85d" + sha256 cellar: :any_skip_relocation, ventura: "a4f30ee9bca913862b1fb833f67701dab0bfefb41e9876d51be849d5109be85d" + sha256 cellar: :any_skip_relocation, arm64_linux: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" end depends_on "node" From 95ed47ba7c1e859b651e226bff4324f61da176e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:05:13 +0000 Subject: [PATCH 00283/10074] jackett: update 0.22.1967 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index b2d0de1ede92a..07ccb9a5cd10e 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "7be5e52f79bb5109aba97e4ea6aad3bbb3f19b8cbacd5bea6628faf9d0a53292" - sha256 cellar: :any, arm64_sonoma: "912fefb26adda59ec78e8bf699f6b18f2bf72c298ab39a861e65b6f3cfc872fd" - sha256 cellar: :any, arm64_ventura: "816974b4590a745bf15f5bfc68008b738c933e25b8fc46a17685fe4a6d618e94" - sha256 cellar: :any, ventura: "c29b017c5e3201976dd0f74eb63707026db7a4d907be9201b6b51a92f710642f" - sha256 cellar: :any_skip_relocation, arm64_linux: "bc2fbbf225fe1323442485e9cfcc15a7e60b8a7ddb9bc5eb97371b6affa6ba52" - sha256 cellar: :any_skip_relocation, x86_64_linux: "270cbb63ad56898793a3bacce2d5c6b365d3ffcfd3a5215c7c970cecb4bb000c" + sha256 cellar: :any, arm64_sequoia: "b7b8976064fccad646097a9fdd3a71bcaa74c3dc2daf16171177a3bc5cd57923" + sha256 cellar: :any, arm64_sonoma: "56fcef5c895d255f208cfef44f0d131ada05a8551f3582993b43e81248a27e90" + sha256 cellar: :any, arm64_ventura: "33470ed5a48843daf60093faa5dc0df5e2d60b27828d1a74e93da783d5c1b52f" + sha256 cellar: :any, ventura: "6828e172b23f1d6cb071dcdbedf264c19aee4b85e6bfeba0feb5daa8bbb1b556" + sha256 cellar: :any_skip_relocation, arm64_linux: "e1ea69b6a1a347efdeb1118d5b45a077c8ea8b857bd3e7ce8fcd935027505983" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2e87a5660e489ee276e8173c4a8c16742ad7b5bc89596374b93901a3fad8ba55" end depends_on "dotnet@8" From e20f3c2d4914e3c8a08bec68808a35f78f88d415 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:05:26 +0000 Subject: [PATCH 00284/10074] llama.cpp: update 5530 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 421277674334b..352719ddce47c 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "87fe27bda81ed2bbc0f89252acb3e1f248d9c3c83939a616e2953c45023e17ad" - sha256 cellar: :any, arm64_sonoma: "9aa4643046d5f835c2976be4fe8832d9b99cc1507f6550048642b1e782b38dcf" - sha256 cellar: :any, arm64_ventura: "b7d581d05d63802adc7225b2677461fb25b6e187274c10dca52ec3434218e5a6" - sha256 cellar: :any, sonoma: "f6bcf859b10fdf111febe4f10e1b09c3ac2241e360351b9c9e9273c6fa6dd642" - sha256 cellar: :any, ventura: "79319b527caa0429c618c75828385fcdc4d0b1111e6cd3fa0f1427067c776124" - sha256 cellar: :any_skip_relocation, arm64_linux: "313ed988e4f8f78223800434d20b2b615bf706b42b176def282595b7475aec09" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ae76ceab008bd12d8e2f6043294c5b06341a48f1003f21c79750a4b60fdd1cb5" + sha256 cellar: :any, arm64_sequoia: "91e013125193e5e5c88e3df6f2620a88b6d16bb600709ed4077bc0cd8fe2c9f1" + sha256 cellar: :any, arm64_sonoma: "5ec0c45e6992ebdf2a3133efe06b768fd5ca8829bd8f4d51706b54b6a86258fd" + sha256 cellar: :any, arm64_ventura: "d5890e1d14fc74388ea6112ba8615fdef30531c4112851d9168b1309028b2a09" + sha256 cellar: :any, sonoma: "66b907fcb135f7267729264a59130df0308efa93965e3fd0403135ffb43f8590" + sha256 cellar: :any, ventura: "30c3235adf57524c66a3b4802d6136ce18cf75829ddf80da7f594dc5a641c422" + sha256 cellar: :any_skip_relocation, arm64_linux: "de83abbdae5ea40ba9ae0cda5f6c186dd27ba2913a64a8264db3d2c7ad716e43" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b7d8a6d3972bc86ec5bdb53fc1bd11cc71aabfad68eb8c24fa9c8c6ccc4fbfc1" end depends_on "cmake" => :build From 3e3e308871955dca23477db6b98ad154200c5c11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:05:58 +0000 Subject: [PATCH 00285/10074] aliyun-cli: update 3.0.279 bottle. --- Formula/a/aliyun-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 4ec8533f8cf47..f892fe60b5008 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -8,12 +8,12 @@ class AliyunCli < Formula head "https://github.com/aliyun/aliyun-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "16474364737b12f615a715e8a0a3744471871e7199f642176f081304d37b7454" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "16474364737b12f615a715e8a0a3744471871e7199f642176f081304d37b7454" - sha256 cellar: :any_skip_relocation, arm64_ventura: "16474364737b12f615a715e8a0a3744471871e7199f642176f081304d37b7454" - sha256 cellar: :any_skip_relocation, sonoma: "3b5e21becbd9e7e108a809a6f6b26e209e1d5b71b675386c00396a098d37bc7e" - sha256 cellar: :any_skip_relocation, ventura: "3b5e21becbd9e7e108a809a6f6b26e209e1d5b71b675386c00396a098d37bc7e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "40301db3cf33ba630251cd40a42a0e49207d450c4e9eff72ef84d4aa3ac9fdf3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ff59d5908b94806e87e4cc682c7a98a3deacea04bbaf8dd0c38e9f69e7f16dd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ff59d5908b94806e87e4cc682c7a98a3deacea04bbaf8dd0c38e9f69e7f16dd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9ff59d5908b94806e87e4cc682c7a98a3deacea04bbaf8dd0c38e9f69e7f16dd" + sha256 cellar: :any_skip_relocation, sonoma: "4f98032f2ed8dd3605e08360ed040789bae87f527d481dba1ac7ea318fd40696" + sha256 cellar: :any_skip_relocation, ventura: "4f98032f2ed8dd3605e08360ed040789bae87f527d481dba1ac7ea318fd40696" + sha256 cellar: :any_skip_relocation, x86_64_linux: "727a54b251fab361d3913b9dfb92ae6f5c62783a538ede5e9bff74b385e7bc45" end depends_on "go" => :build From cec3711e9546a735f0e7c9d292a9e94722539a70 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 28 May 2025 17:38:44 -0400 Subject: [PATCH 00286/10074] prism-cli: revision bump (node 24.1.0) --- Formula/p/prism-cli.rb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Formula/p/prism-cli.rb b/Formula/p/prism-cli.rb index 7a7099ec70d96..11934767b68ec 100644 --- a/Formula/p/prism-cli.rb +++ b/Formula/p/prism-cli.rb @@ -4,6 +4,7 @@ class PrismCli < Formula url "https://registry.npmjs.org/@stoplight/prism-cli/-/prism-cli-5.14.2.tgz" sha256 "61a3b45fbb0325b85fbe94baf836588de676c0db91c3b1f191738070c2f7410f" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8333b92f1cfcab951b0ebd6506a1c3449a31e7ea128bfdb68c09a43f8f925fe" @@ -19,7 +20,13 @@ class PrismCli < Formula def install system "npm", "install", *std_npm_args - bin.install_symlink Dir["#{libexec}/bin/*"] + bin.install_symlink libexec.glob("bin/*") + + # Backport https://github.com/stoplightio/json-schema-ref-parser/commit/ab6ad5a312672c37fd5936d3cef78fbf0ad85234 + node_modules = libexec/"lib/node_modules/@stoplight/prism-cli/node_modules" + inreplace node_modules/"@stoplight/json-schema-ref-parser/lib/resolvers/http.js", + 'const { AbortController } = require("node-abort-controller");', + "" end test do @@ -27,7 +34,7 @@ def install pid = spawn bin/"prism", "mock", "--port", port.to_s, "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/tags/3.1.1/examples/v3.0/petstore.yaml" sleep 5 - sleep 10 if OS.mac? && Hardware::CPU.intel? + sleep 15 if OS.mac? && Hardware::CPU.intel? system "curl", "http://127.0.0.1:#{port}/pets" From 3e74f637c68c0b39bb66c51d5e77ae12e1c1ab15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:21:36 +0000 Subject: [PATCH 00287/10074] aws-sso-cli: update 2.0.2 bottle. --- Formula/a/aws-sso-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aws-sso-cli.rb b/Formula/a/aws-sso-cli.rb index 79a822609eb09..56351a493530d 100644 --- a/Formula/a/aws-sso-cli.rb +++ b/Formula/a/aws-sso-cli.rb @@ -7,12 +7,12 @@ class AwsSsoCli < Formula head "https://github.com/synfinatic/aws-sso-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "70dbc95002f3eb447dc808bcaf1bff8e5b57b757cb667927ee71ad6b96bb37ca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f408c439ede071a8ba98952988e7a764ef07bf1531385bdfce6bb86f7c14084" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a9f556577cec3effe49199d7b2e87e3738602de16791fdbd3edda5cc32327096" - sha256 cellar: :any_skip_relocation, sonoma: "273f67eb47252b0ba7fa872d7bc1777537fc526ef6caa5b66612858f97f789d7" - sha256 cellar: :any_skip_relocation, ventura: "4bced57d60590b13d55e733bd33c1b938910672754a948e80d97e175b1aab2cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6edda5f9fa9fc5bd1273f5d8df43d7ace6619f5f9223f216d0dc326abdc8abdf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d84aa90210bc1712eb33df6be5335dd748e81c48887ee814139e288f40fc4e44" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffc8dd19cd8d47d7c182bec2742adb3ac198cec893f1c3505ca2cfe00ce2be28" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4c36bf6d1f5183781a0a047754d12102df571360a4637d2840bd4c0430f0181f" + sha256 cellar: :any_skip_relocation, sonoma: "ce9add7007ad99ea442ce585670ce6c8ab878e3575e22f2eb109036ce20a4db1" + sha256 cellar: :any_skip_relocation, ventura: "02914f36beb7ecd63673b728238dfc8e0d9d289dbfb8563c823fd18deb16daa6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc5d40322436e42b7123d8d858ad11d1ec1d5086e0120183db1aad9fb681c574" end depends_on "go" => :build From 5bc2e2b80a66eb94b0cc2cf822acb0413b7928e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:41:41 +0000 Subject: [PATCH 00288/10074] awsdac: update 0.21.12 bottle. --- Formula/a/awsdac.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/a/awsdac.rb b/Formula/a/awsdac.rb index 80108355e3f41..1cfde23205113 100644 --- a/Formula/a/awsdac.rb +++ b/Formula/a/awsdac.rb @@ -7,11 +7,11 @@ class Awsdac < Formula head "https://github.com/awslabs/diagram-as-code.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "86e74ee27562f37c22ed2faf5d6acdc7a72a1f99785aa1892be3a3b1866568dc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "86e74ee27562f37c22ed2faf5d6acdc7a72a1f99785aa1892be3a3b1866568dc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "86e74ee27562f37c22ed2faf5d6acdc7a72a1f99785aa1892be3a3b1866568dc" - sha256 cellar: :any_skip_relocation, sonoma: "8d1e613c9b52c4d6d55049e3744275e6925361ac300f587f3a52d5fe042c4b7f" - sha256 cellar: :any_skip_relocation, ventura: "8d1e613c9b52c4d6d55049e3744275e6925361ac300f587f3a52d5fe042c4b7f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "68b74169cb9060d22e2971e6b993f7758fe519741106ca946e4f3d9ecfebd665" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "68b74169cb9060d22e2971e6b993f7758fe519741106ca946e4f3d9ecfebd665" + sha256 cellar: :any_skip_relocation, arm64_ventura: "68b74169cb9060d22e2971e6b993f7758fe519741106ca946e4f3d9ecfebd665" + sha256 cellar: :any_skip_relocation, sonoma: "96d86ac180085943a1999254fd90b4b5a4dc94fef2b385cad713258e2d1bbed5" + sha256 cellar: :any_skip_relocation, ventura: "96d86ac180085943a1999254fd90b4b5a4dc94fef2b385cad713258e2d1bbed5" end depends_on "go" => :build From 416e8b1a3e730a7ad797594fb0114e40302ebd08 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:43:36 +0000 Subject: [PATCH 00289/10074] magic-wormhole: update 0.19.0 bottle. --- Formula/m/magic-wormhole.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/magic-wormhole.rb b/Formula/m/magic-wormhole.rb index be272d42bcc76..7711483af0ccd 100644 --- a/Formula/m/magic-wormhole.rb +++ b/Formula/m/magic-wormhole.rb @@ -9,13 +9,13 @@ class MagicWormhole < Formula head "https://github.com/magic-wormhole/magic-wormhole.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "ab353027008259e734b8a209310d496fe548421d62775406834953ad50745885" - sha256 cellar: :any, arm64_sonoma: "3939f3c947c8c240d58398095496aca2e61cb9a02a0b673c3baf8006f7b2f10e" - sha256 cellar: :any, arm64_ventura: "73f0c2aa25dfe215e5940289f7e27f1b1b95e855e615433512e85f0913ff7fd1" - sha256 cellar: :any, sonoma: "d0d074fe5a940a3e7b3060a49fba8edefbaeec6b68cbf829d2b48c64a9b06913" - sha256 cellar: :any, ventura: "a3e62f9f30cdbe8a81b0d8f80aa4418a40ea08d52481060003b4af791b1f046a" - sha256 cellar: :any_skip_relocation, arm64_linux: "77a7e6e805d243169b08b59282ff69fa1411d3597063f2a7afaafd08ee6e7606" - sha256 cellar: :any_skip_relocation, x86_64_linux: "03ed98e8dc098b6a9492690a67b729cdb6f07202625929443a51e5f0f82cad65" + sha256 cellar: :any, arm64_sequoia: "c4cebceec1b5d40b08d4e49b9c554721c8686f1868894b2eaf16ec416d3bdd0c" + sha256 cellar: :any, arm64_sonoma: "7c1e13dfca82531c864a23fcfbc125a1e5955442828f40a8ba7f1ec6d86cce06" + sha256 cellar: :any, arm64_ventura: "746a43e82e394554a86b7984ce10e220fcb370622e76a28bb381b49aa1822ce4" + sha256 cellar: :any, sonoma: "0d3aae615bb4fe3bda09fab71d4a97bd689dcd0682b3b3be1b17872117ed130b" + sha256 cellar: :any, ventura: "089ff27a6ce46e1eb86df3f271f1e9c3cd24d17cf0d86f3f5a14e15bbbce16b1" + sha256 cellar: :any_skip_relocation, arm64_linux: "45c76e25bb596ded6064794c40eec2491c5b87075fef8abcdf8627cfd6e62036" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0638525e55ef9370abb978e9b4d4cd9991b949dfdac8a951346cdb1fd6c801be" end depends_on "cryptography" From a4adfdbcce764f29ca2ab8ee3278f101a40c599c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:44:10 +0000 Subject: [PATCH 00290/10074] mise: update 2025.5.16 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 9e53480c922c8..27de5958d3ad4 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -14,13 +14,13 @@ class Mise < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "157424573064575cd8c2de45f90fd62609f10b5e1f697b2078f129609ffe99b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c0225347615f08bcef59a4830d334fda2eb766e31ff88a141319e4c5fcd5955" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d395e02f9c974406b9bb71d2874f2a0b26306aa17436787c3f75b6172a9c4508" - sha256 cellar: :any_skip_relocation, sonoma: "84680c90c5c7ac83e526fec975d4e5b4c372435ff5903d15423cf3662eb6846a" - sha256 cellar: :any_skip_relocation, ventura: "57e71e8cdf3b2cf706001ef19e30217644cf4d294be5dc2e97ec29b6da2bd9d7" - sha256 cellar: :any_skip_relocation, arm64_linux: "7f9f2c920263c65e5272a064d98b4e6abd39ef612fb4ed922e1ac704728f80da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "30253a3843fd171ddc229a659d3b247dc1310c452a66d58675e70006047068cc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "db4f626f5a1d6dabe526ac436f29337484e70755420de8effaaae59a21074d3a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "38e689bd6ddbb02073bcca4b8838f0e7ca9f27e8a7119ea12df7c52ca15ec0b1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bcde07e9e5609acb8f7bb80a9aacd3c45bd7e555d023d957b4f7bc651480ee86" + sha256 cellar: :any_skip_relocation, sonoma: "fa284efb9aee5c13a683151eb0014800e8330b04aded50def0f6bbab1607e9b9" + sha256 cellar: :any_skip_relocation, ventura: "4c8fba5c56497a521a8bc137a425429cb15042a166e120862b78c051153ba252" + sha256 cellar: :any_skip_relocation, arm64_linux: "eb1d2a40460d3daba0226fd5f08da830350d6a0edddbc821976526208eed52e5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "786196e3522f508bdbb0e6170722db1aa2d538799fbe16f771af1e2724e99ba3" end depends_on "pkgconf" => :build From 8ad433e3e68073e27f9575276786f894609f1406 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:44:25 +0000 Subject: [PATCH 00291/10074] openjph: update 0.21.3 bottle. --- Formula/o/openjph.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openjph.rb b/Formula/o/openjph.rb index cab5b822652f0..af557ba012781 100644 --- a/Formula/o/openjph.rb +++ b/Formula/o/openjph.rb @@ -7,13 +7,13 @@ class Openjph < Formula head "https://github.com/aous72/OpenJPH.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "c73a3e7f1c8a3addca3acc291298227987a27d63d64b39ee16d336805fa393bc" - sha256 cellar: :any, arm64_sonoma: "a0afe7ab8f37d6886c997d54bfdb788ad8199ea1f67ca6910cb201288bb54d02" - sha256 cellar: :any, arm64_ventura: "d79bb7861bd20f92c7047d10358b04be37f4b2c59b6fe5fa1c02344a2ce3d8b3" - sha256 cellar: :any, sonoma: "6fc7ba2486fef01ef88051d57debef07ece8497c65c192e440cb9109f318a159" - sha256 cellar: :any, ventura: "92b8a6f1bae509c87aff49ab8c3b847ffa94b121b2a02d744b06612423b19dfa" - sha256 cellar: :any_skip_relocation, arm64_linux: "b18370cd84f883815cc92e1832552dbc7bb3ae6c9861dccd3d9594a9818e58da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c1bed2eba22b7dd9c77079c62bf6d6d928a2b7056a631cff958aa181adfef71e" + sha256 cellar: :any, arm64_sequoia: "6b5a932d433a1f8c2b662cd47bef684b55dc099cf4b2e3413345b3d9d11fda98" + sha256 cellar: :any, arm64_sonoma: "1c48a53eae98df23ca1233015737b21813964be181e235fddc9114cb713684a9" + sha256 cellar: :any, arm64_ventura: "72be442d20e1013f622eae2b9c19c2b0fd2cfb848e86fe5eea5e01d97ce4f972" + sha256 cellar: :any, sonoma: "0d25456484990acf8defc0c3c4dd02b723982d94be54d7e0f9021a6d0d714cf1" + sha256 cellar: :any, ventura: "77677d9e0a0e7c753497049613b5136100699018e3965fd9253dea574999662b" + sha256 cellar: :any_skip_relocation, arm64_linux: "e748967950f404f0e1a127e5c360e049a0429bb5c0fc137a4be1a9a7f2843de5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "71b74702c2ab4f27660918b18d11fc528f15e135b1a28ae7f94df1c4c087f402" end depends_on "cmake" => :build From 4c2cfc4014ae9f1ea32bcf93febef6f883056c07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:46:51 +0000 Subject: [PATCH 00292/10074] libkml: update 1.3.0_1 bottle. --- Formula/lib/libkml.rb | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/Formula/lib/libkml.rb b/Formula/lib/libkml.rb index 45337ed414461..5f3c7759a475a 100644 --- a/Formula/lib/libkml.rb +++ b/Formula/lib/libkml.rb @@ -7,18 +7,14 @@ class Libkml < Formula revision 1 bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "16858cec446e361bcf9e982681d9283e990e2ffca3ab0d85f54b23bd48557623" - sha256 cellar: :any, arm64_sonoma: "179af536831d605bf028ef8c8f343ae9463b60b2864bc473b4266659d994f4cf" - sha256 cellar: :any, arm64_ventura: "ee02b6adeccc3033cc99a2e8a45f8d21a4df7c487c0be1f05f623a7d3ac6ffa1" - sha256 cellar: :any, arm64_monterey: "39b02cd2375b13cf321a80d04bdd90e07139bd99bd9e0f8b0ac816b96ec5920e" - sha256 cellar: :any, arm64_big_sur: "4c4e7310b060e79a58f209a910a56f7b9e5535305e81127afa0540ddb33c9d58" - sha256 cellar: :any, sonoma: "eb05bd2a83db1deae6c926aadd56c2128364c66d9f76c2c8ddafed1d65a0715d" - sha256 cellar: :any, ventura: "8c1aad6dd48f07f59db92056f984a4ea23de92a1f5103b39314e6995d7c7e43a" - sha256 cellar: :any, monterey: "8fea3543dfb5a38bcc28fdf049d30657ce12b20ab4435b41d0d4634856b28bd9" - sha256 cellar: :any, big_sur: "19bf29c790ba047803ce5ac8f33192d1bfd281458026870d74f18ee91c732203" - sha256 cellar: :any_skip_relocation, arm64_linux: "18bf187fc45bb5fb71649813c9647d91ae0b27a4097dd8858dfc1c642ba18589" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b827ac73d49a0fb2d3d0073ef374d6c9a54688698daf7600670594aa10ea6149" + rebuild 2 + sha256 cellar: :any, arm64_sequoia: "eb94aab1bf14416741d583115f1296611b1ce5fca7cef1748bf935cb28fdea02" + sha256 cellar: :any, arm64_sonoma: "1b1bcd07c0c72921902ad1ba84d8e184f4412b28b7553c3c293eedacab771604" + sha256 cellar: :any, arm64_ventura: "e76761b18a288e50fdab372c0098846eebe2fd422beae5478837cbbed20e2212" + sha256 cellar: :any, sonoma: "085481f1cef637b7a0c20c9e1297fe9ad5ba68c5cfd0e4b5349cf038e17205af" + sha256 cellar: :any, ventura: "c26ab6d33b6f3d00bd73a1eb42aa558d72b5dfff9b31a97d6f5c57d5c6f6200c" + sha256 cellar: :any_skip_relocation, arm64_linux: "ebd0dd2936b88b97b2ef2493dbcdda7103549067a4e5528fba3c3a4d1b3420d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8ee2cd309d2ded095b5def7e951816110d57c122c7192564e488a3cc4fddb360" end depends_on "boost" => [:build, :test] From 2c597a03ae8ef101be65c9bab73cc25ea54e3b2f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:52:18 +0000 Subject: [PATCH 00293/10074] behaviortree.cpp 4.7.2 --- Formula/b/behaviortree.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/behaviortree.cpp.rb b/Formula/b/behaviortree.cpp.rb index dcd24c2bc63e8..2fe16531340fe 100644 --- a/Formula/b/behaviortree.cpp.rb +++ b/Formula/b/behaviortree.cpp.rb @@ -1,8 +1,8 @@ class BehaviortreeCpp < Formula desc "Behavior Trees Library in C++" homepage "https://www.behaviortree.dev/" - url "https://github.com/BehaviorTree/BehaviorTree.CPP/archive/refs/tags/4.7.1.tar.gz" - sha256 "7fccfad1bbe6fd0b3dffff0e439fcd508ca2983deec1b7447a5c8d66540dd91c" + url "https://github.com/BehaviorTree/BehaviorTree.CPP/archive/refs/tags/4.7.2.tar.gz" + sha256 "fa52bfd1f23a65ecf7da887b565213441a3628dab85179329d4731a6d273ebd5" license "MIT" bottle do From 041af81f738aade51a963ac097d3717890b230be Mon Sep 17 00:00:00 2001 From: Carlo Cabrera Date: Thu, 29 May 2025 18:58:10 +0800 Subject: [PATCH 00294/10074] luajit 2.1.1748459687 Also, update the `head` spec, since the `luajit.org` Git repository seems to be unreachable. --- Formula/l/luajit.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/l/luajit.rb b/Formula/l/luajit.rb index 392c6db21cfaa..66f087270e7e9 100644 --- a/Formula/l/luajit.rb +++ b/Formula/l/luajit.rb @@ -10,14 +10,14 @@ class Luajit < Formula # Get the latest commit with: # `git ls-remote --heads https://github.com/LuaJIT/LuaJIT.git v2.1` # This is a rolling release model so take care not to ignore CI failures that may be regressions. - url "https://github.com/LuaJIT/LuaJIT/archive/eec7a8016c3381b949b5d84583800d05897fa960.tar.gz" + url "https://github.com/LuaJIT/LuaJIT/archive/f9140a622a0c44a99efb391cc1c2358bc8098ab7.tar.gz" # Use the version scheme `2.1.timestamp` where `timestamp` is the Unix timestamp of the # latest commit at the time of updating. # `brew livecheck luajit` will generate the correct version for you automatically. - version "2.1.1744318430" - sha256 "220e2fd49f3a50abda874b888ac31e6cf86dd7ed3f221ebb47515315d9815eeb" + version "2.1.1748459687" + sha256 "2d3f26c3261f46ae59d3e9489c632e3910f2033c657a24a90666ee0acf032463" license "MIT" - head "https://luajit.org/git/luajit.git", branch: "v2.1" + head "https://github.com/LuaJIT/LuaJIT.git", branch: "v2.1" livecheck do url "https://api.github.com/repos/LuaJIT/LuaJIT/branches/v2.1" From 25b46de1c5ac8a5aaa67680cdf70a0f08308b953 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:02:44 +0000 Subject: [PATCH 00295/10074] lazyjournal 0.7.9 --- Formula/l/lazyjournal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lazyjournal.rb b/Formula/l/lazyjournal.rb index 47316c23c9726..d71d2a589b463 100644 --- a/Formula/l/lazyjournal.rb +++ b/Formula/l/lazyjournal.rb @@ -1,8 +1,8 @@ class Lazyjournal < Formula desc "TUI for logs from journalctl, file system, Docker, Podman and Kubernetes pods" homepage "https://github.com/Lifailon/lazyjournal" - url "https://github.com/Lifailon/lazyjournal/archive/refs/tags/0.7.8.tar.gz" - sha256 "64b23ee8a4d2c0588f0ffc372f8aa0a4841cc9bc2ec7b5d6a4cd0603b4feb687" + url "https://github.com/Lifailon/lazyjournal/archive/refs/tags/0.7.9.tar.gz" + sha256 "e28bec9a54f890e4af0c3ffeab3c12727eb55f684573cb651e97594b46f17630" license "MIT" head "https://github.com/Lifailon/lazyjournal.git", branch: "main" From f3074c582ff6c4f606758a948848ff6f8759afb9 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 29 May 2025 13:03:40 +0200 Subject: [PATCH 00296/10074] codecov-cli 11.0.2 --- Formula/c/codecov-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/codecov-cli.rb b/Formula/c/codecov-cli.rb index 10cad8722442e..02975dfc1869b 100644 --- a/Formula/c/codecov-cli.rb +++ b/Formula/c/codecov-cli.rb @@ -3,8 +3,8 @@ class CodecovCli < Formula desc "Codecov's command-line interface" homepage "https://cli.codecov.io/" - url "https://files.pythonhosted.org/packages/07/d7/1e35265fb197cfebc95b481d5d3d7502b0ff4e2bdc33096dbe06f7429ecb/codecov_cli-11.0.0.tar.gz" - sha256 "567b4b8c1608d3365f99aa13c6a95320c72f60a75bea7fc1fc9b1bc58a0214a6" + url "https://files.pythonhosted.org/packages/a2/75/6dfaf3d51c106b417483b5e917075a9621e9a39c8da7e13d81af7218b6e5/codecov_cli-11.0.2.tar.gz" + sha256 "fcd7e0aec98445aa4951114fa65a54485d463f5d56ccc4d9ab23aeabd7736107" license "Apache-2.0" head "https://github.com/codecov/codecov-cli.git", branch: "main" From 62a285df27069d0e70df5ed1fbb369a33843416a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:07:49 +0000 Subject: [PATCH 00297/10074] nom 2.8.2 --- Formula/n/nom.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nom.rb b/Formula/n/nom.rb index 1279882fed221..263b24fd6b541 100644 --- a/Formula/n/nom.rb +++ b/Formula/n/nom.rb @@ -1,8 +1,8 @@ class Nom < Formula desc "RSS reader for the terminal" homepage "https://github.com/guyfedwards/nom" - url "https://github.com/guyfedwards/nom/archive/refs/tags/v2.8.1.tar.gz" - sha256 "3d8482a73b86605d02990063122b15b4573cee503a6140745343c400a7f21411" + url "https://github.com/guyfedwards/nom/archive/refs/tags/v2.8.2.tar.gz" + sha256 "989a53d3ffb3fe3a2911c388c8672430f9b21d6f2ac2a9d2a1459c93b41b84f2" license "GPL-3.0-only" head "https://github.com/guyfedwards/nom.git", branch: "master" From f82ccf3fa9cd241129d7530116c9a43b6dd1addb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:07:50 +0000 Subject: [PATCH 00298/10074] juju: update 3.6.6 bottle. --- Formula/j/juju.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/juju.rb b/Formula/j/juju.rb index f10880e35a087..258f6dcc32800 100644 --- a/Formula/j/juju.rb +++ b/Formula/j/juju.rb @@ -16,13 +16,13 @@ class Juju < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6fc9077bb6dd002473731d0cdb04996402fea9399a71d21f293ec3638dca045" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4404abc60c50ff07949e41329289701d0f35a89bc81f51d7f61d98d4824ce05" - sha256 cellar: :any_skip_relocation, arm64_ventura: "eafebce6b2a34de189beedf0bca7e0534647ee74e5d138e06353c3462f452209" - sha256 cellar: :any_skip_relocation, sonoma: "bf4441427c2948c8d015b8fe321a5f12e88d54815eb870d916468a45c30384a2" - sha256 cellar: :any_skip_relocation, ventura: "6893e3f3fb4a89dd29967ff0a3cf317b5390813ba2e35d73df6da632c1788788" - sha256 cellar: :any_skip_relocation, arm64_linux: "3e8dd1c48a3846ba95477f444e58e5a7465b0574fa112fd5d397a67dd664a1c1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4a91fb9eec0c17c8ff0c9112a0920d5831e3a63bd620415c443c659a26405d35" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "32166aff48993ce088c9cdd3119fde4c0ab9042ee06bfd64c8d28ed6e0af03f8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "00d3ae4adf537dcc6fa4baeeaa78c93c3cbc9b6a1f752c202c4a7a174696944c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c4fd546d6d9b6c42a890083b86f2c40ccf594015ef306918d9e6a02a21428a9f" + sha256 cellar: :any_skip_relocation, sonoma: "77e4b97b0bc2027a77e5aa9fb6cb9b069f5022954c5e420a7c34239bf70ece9c" + sha256 cellar: :any_skip_relocation, ventura: "ee878c126eb93e4e4a5a5f27531e1b7b77ed93ae9205273673ee27255dd2d9ed" + sha256 cellar: :any_skip_relocation, arm64_linux: "218a12cd5f3c0f0d99596d41fe95fe267bfb002149574457e718de3008f48ecc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e418d11d6f6dcd3e299366f54b3cf5e6f7ef6f2aab06bb041d78032f044e418b" end depends_on "go" => :build From 1fa05f6b0012e459e5e40df9413b8c28f0ded93a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:08:00 +0000 Subject: [PATCH 00299/10074] mcpm: update 1.13.1 bottle. --- Formula/m/mcpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 61e95a640bcf4..66aba2271a884 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -8,13 +8,13 @@ class Mcpm < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "f09b7a01dc82c9c9719186626e71f6d5eb47ca9edaa071c7efc2f47d7750b765" - sha256 cellar: :any, arm64_sonoma: "257f089df6cd269328216026c9e8b7561ec5196266f0ed32c656c7871021c14f" - sha256 cellar: :any, arm64_ventura: "7decc7495db9edc698a1fe1720ee7f8e5baa669abe4c9e20583e4cb5a078f333" - sha256 cellar: :any, sonoma: "2ce108a03cbeb4a97cb9a5353474a13303ae00aeb1907028a167f668ea46d500" - sha256 cellar: :any, ventura: "8993965de3ee99c6821e7a965287382d9cf7739b85b8ebd610fd5f96653145b3" - sha256 cellar: :any_skip_relocation, arm64_linux: "7877c60ea0227eeaf6b17d5676ef6cf6f929924752262b37eb4a892f24a12013" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a7fc59f9e60ea4fd5752dd526525e02d2d582c442f5e9e1f515b84cc3b080fd5" + sha256 cellar: :any, arm64_sequoia: "88ea359cd3a4145598b527a1f1a77e57c7e4770add8642eb3db19e923b82d6da" + sha256 cellar: :any, arm64_sonoma: "e09752658f9296631a7605a4d9958aabc87812b98bc4198167218e193996f5cd" + sha256 cellar: :any, arm64_ventura: "fa5b8558113b435130995bbe3604458a6a1723f164b1ae2d951af38ce3030075" + sha256 cellar: :any, sonoma: "d453dbdc469e72cc41727df5d533f4c27d2889aaf0ea81b8fbdff55adc4a18df" + sha256 cellar: :any, ventura: "60a3f8f1daea875262d077330d727db644e95a220f3139c5fb6823b749835fa9" + sha256 cellar: :any_skip_relocation, arm64_linux: "00807dcb8282f27ce0b90696f05e2cba814e7aa50abf6379a0d3e755642fdc7a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f8e0aeabf9de233eb2c464b7d6108dbc1c7a3dd0fd32a403192a8879dffc6962" end depends_on "rust" => :build From 5716c83ef6067d544818b7dea5c4216997d3759a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:08:29 +0000 Subject: [PATCH 00300/10074] talhelper: update 3.0.27 bottle. --- Formula/t/talhelper.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/talhelper.rb b/Formula/t/talhelper.rb index 749a24ca1d4ee..fe2821b2f26c1 100644 --- a/Formula/t/talhelper.rb +++ b/Formula/t/talhelper.rb @@ -7,12 +7,12 @@ class Talhelper < Formula head "https://github.com/budimanjojo/talhelper.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0d185d8414af0f31363ca5bb960b427b75209d420fb1fb05ff3f6525e1b9bc0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0d185d8414af0f31363ca5bb960b427b75209d420fb1fb05ff3f6525e1b9bc0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c0d185d8414af0f31363ca5bb960b427b75209d420fb1fb05ff3f6525e1b9bc0" - sha256 cellar: :any_skip_relocation, sonoma: "28201748f339fb4063799118f37b879c684ce7729ba97951dede59d3a194dde6" - sha256 cellar: :any_skip_relocation, ventura: "28201748f339fb4063799118f37b879c684ce7729ba97951dede59d3a194dde6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed47f6bdbf40cf2e5fbf71ce4915edd6c96e1d2678d565d3f2abb6a4743efdcf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec31db6ddaf231407c301db2c3278a1ff7d03dcd98e25f21c8cc19ad102f51ed" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec31db6ddaf231407c301db2c3278a1ff7d03dcd98e25f21c8cc19ad102f51ed" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ec31db6ddaf231407c301db2c3278a1ff7d03dcd98e25f21c8cc19ad102f51ed" + sha256 cellar: :any_skip_relocation, sonoma: "84cfec72966bb834c526fda79bf4291b231045ad28b08722fe43f2321ea578e7" + sha256 cellar: :any_skip_relocation, ventura: "84cfec72966bb834c526fda79bf4291b231045ad28b08722fe43f2321ea578e7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b3832fb8d4ee327096ae6ad132582000f76d1f67f06e5b0de485b3d23ea99a9" end depends_on "go" => :build From 92bed8327701b6d20ad3d18d214d7ac4dd50e3b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:08:54 +0000 Subject: [PATCH 00301/10074] talosctl: update 1.10.3 bottle. --- Formula/t/talosctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/talosctl.rb b/Formula/t/talosctl.rb index d4da09c508c29..a1a9ef9670782 100644 --- a/Formula/t/talosctl.rb +++ b/Formula/t/talosctl.rb @@ -7,13 +7,13 @@ class Talosctl < Formula head "https://github.com/siderolabs/talos.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "56324ebe2e144adb4cbda2e0c9fb0c93b9abee9a37237b69885e8ffc36a78178" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e603bcf8679a26fbef7a546c2a239af08a61ff518cbc6ac17e75d47dc0ee4e8d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1fd299692b36f24b5368b5eaafaf35b128e52b0a4bbc7028742582152550e956" - sha256 cellar: :any_skip_relocation, sonoma: "d0ff74597c387cd3409e57e290e9f6bddbe5f18a0d3d015a0ff3d4c94133bb15" - sha256 cellar: :any_skip_relocation, ventura: "1ed1d58519252c412182ceed5c37af8a18014eecfb9285e399bd45bdf805a406" - sha256 cellar: :any_skip_relocation, arm64_linux: "18e1b913708c79f8ec0ec08b59b64d74035e39325194e2538786daf1c4020c02" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dcd307bda4833d35749b471e15bd09c4662a9b5307b23204b96c4530218612a9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e57474aede2e5f54c67acaf93a87a02177b51158217e81320468710cbadc1bc3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "82ebab80e2ffa936501bc82e46f0ab223702000be8c21eb183b304cbc7e3aada" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5bfd170218075b66cebaa4b440ed293e045c82b28a3c540d3cd763149236d77c" + sha256 cellar: :any_skip_relocation, sonoma: "0a3edb48b1a74f0373a0e1110c77104791738a7adba6931d4e136dd2fea4939a" + sha256 cellar: :any_skip_relocation, ventura: "b14484e5790e7c079301564fcef8029c3a14e036e756d2eb458154f52b2dfff5" + sha256 cellar: :any_skip_relocation, arm64_linux: "e7454ff4585fe02ca74d330b92fc74bc2f1653ce83e595794e1a2dbb4a7223c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f48c87586ad6b567ac27ffca8a5d734e9957de789e6a494e070fc6605e3491a3" end depends_on "go" => :build From 07f30655e5c1bfee0b8506e297ab5a52698e78fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:09:16 +0000 Subject: [PATCH 00302/10074] threatcl: update 0.2.4 bottle. --- Formula/t/threatcl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/threatcl.rb b/Formula/t/threatcl.rb index 3b2657af755ed..37d688523013d 100644 --- a/Formula/t/threatcl.rb +++ b/Formula/t/threatcl.rb @@ -7,13 +7,13 @@ class Threatcl < Formula head "https://github.com/threatcl/threatcl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2578b6d622b2800b34a2c5faa1ed18a75373936fe9d1437a67d7da0f7f205839" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "693d71c257620270ab997207c334a04deaafcff597cf97749ebc1af6b5a27095" - sha256 cellar: :any_skip_relocation, arm64_ventura: "32c5a71d567c31472c3a3e961b61f3cca3dff6e8449f9dc50609062008a6d018" - sha256 cellar: :any_skip_relocation, sonoma: "adaf705a7fbb5c9645df4db8b60611c2a3f1671b218ce0918e39330896fee269" - sha256 cellar: :any_skip_relocation, ventura: "e39b7d190c7fd3670c252f2d09524d4f71611e4d23ceca6e27f6110313e6eb2c" - sha256 cellar: :any_skip_relocation, arm64_linux: "1fad1a7947637707363161e43b732b1fa193f0b26520cd6de323163dfd301782" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c29a70a9c59cf2e16130d06caf5ddd3ac9d30848bcf25c60c8a93080e01f8311" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e497682ed959de11b926acb83dbae171570044a7e53fefd5a3d387c42e2155b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "506db8b6b2f9dee428b700fe7ab43f1de1327e3d84e4911d1c3a2ec84cc82c88" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d94034e5b346ef3ffe5243a6f667948b1d776e1162c75e891f867e5a15842c0f" + sha256 cellar: :any_skip_relocation, sonoma: "b8f00ecbe796c5ac8e7e10b9a0698bf1fbbc54d2a699cd7df04c325d5e1eae23" + sha256 cellar: :any_skip_relocation, ventura: "53bf7140cabf4bfbc3672693135078f6f371018af67a71a6c2087eb603d86b4e" + sha256 cellar: :any_skip_relocation, arm64_linux: "80a355421d8d42280c76963720be6f75846e7aed77ddde545cc07ababff58d84" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eacd0a15abb6284ed16f0be1ddae2dac8833aeb571d4ad159284a09069815113" end depends_on "go" => :build From 077f8fc58b39597d2e7a9c38e5236234d20bdb33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:09:26 +0000 Subject: [PATCH 00303/10074] opentelemetry-cpp 1.21.0 --- Formula/o/opentelemetry-cpp.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/o/opentelemetry-cpp.rb b/Formula/o/opentelemetry-cpp.rb index 3ba0489687f34..d559c462ab5e6 100644 --- a/Formula/o/opentelemetry-cpp.rb +++ b/Formula/o/opentelemetry-cpp.rb @@ -1,10 +1,9 @@ class OpentelemetryCpp < Formula desc "OpenTelemetry C++ Client" homepage "https://opentelemetry.io/" - url "https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v1.20.0.tar.gz" - sha256 "4b6eeb852f075133c21b95948017f13a3e21740e55b921d27e42970a47314297" + url "https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v1.21.0.tar.gz" + sha256 "98e5546f577a11b52a57faed1f4cc60d8c1daa44760eba393f43eab5a8ec46a2" license "Apache-2.0" - revision 1 head "https://github.com/open-telemetry/opentelemetry-cpp.git", branch: "main" bottle do From 5d4f383663f10fe492d8b140cdd1c19dfe222172 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:13:07 +0000 Subject: [PATCH 00304/10074] renovate 40.35.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index c4d9d8347ca4f..6934b16061db9 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.34.0.tgz" - sha256 "44b51ea6027aacb1fc7f4992d58f853633fcf86c71a5f2b2fc06e19a6a47cbf6" + url "https://registry.npmjs.org/renovate/-/renovate-40.35.0.tgz" + sha256 "9828a1644e863363de4db492d9204de00df3579153f05861ac5e20d069bc16b9" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 44fcf08ad84bbe308fc224009ba9dd9b33916bed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 12:33:01 +0000 Subject: [PATCH 00305/10074] luajit: update 2.1.1748459687 bottle. --- Formula/l/luajit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/luajit.rb b/Formula/l/luajit.rb index 66f087270e7e9..a7b05ecf3b086 100644 --- a/Formula/l/luajit.rb +++ b/Formula/l/luajit.rb @@ -28,13 +28,13 @@ class Luajit < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "72a8213363c598f8ed1bcd607ed934d591fe97f22f06bffdd8f3b97fd34c5e44" - sha256 cellar: :any, arm64_sonoma: "fafd405325997dcaf1ff648ec750794bb83a62e5b52d911bb920cee28a8151b4" - sha256 cellar: :any, arm64_ventura: "65fb2e5005959c041cbfcb1669fdca0960bfbbb8a684f4d6a0813c602dd472f6" - sha256 cellar: :any, sonoma: "a1565173276235def2da905dac20b5910832e1f7cb2f1fd5c0d044274abdb9fa" - sha256 cellar: :any, ventura: "01a586a33c65dcec232c617605cc5b9de72df6374431f4875972a991cac58c06" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b651274c3fba110cc0191622b85ccee3562539c00e122422ac35efb2ce6950c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef64f5a9b05feadf53ec9350bf2984bd3758f9db7b48bd6aafb267ca6cfc05b1" + sha256 cellar: :any, arm64_sequoia: "e421f2d921ac3c97a952d10826b2606ba60c67640bb1c2f96543d490914b53d3" + sha256 cellar: :any, arm64_sonoma: "cbfaf00dd8af7cceda825ca98788f4fc82011a7a0c73be24c2f5019c5a4cf780" + sha256 cellar: :any, arm64_ventura: "b217a35258618ea53ed96b0d151112780bc4eb083c90cc1f74255a0677ddcd08" + sha256 cellar: :any, sonoma: "ed57b00d0d77bc184deafe07de96e72fa52770af21eba81bbe90f271b3a466cf" + sha256 cellar: :any, ventura: "a197295f65c8e8f07d464e4bbeba7c0e70340180f8fbbd2295d89dc6e30e01a1" + sha256 cellar: :any_skip_relocation, arm64_linux: "2173108bef2778cf8a263b091dc2175b784c55140e2d07f9c4fc3191d7a0daa1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a1e387e35bf73a52e751ec56d8a95a9bd698be983b4d64260d148fd169e325b" end def install From e9b308fd2db7442837aa6cffb3ff1d524fcb61dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 12:33:02 +0000 Subject: [PATCH 00306/10074] lazyjournal: update 0.7.9 bottle. --- Formula/l/lazyjournal.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/lazyjournal.rb b/Formula/l/lazyjournal.rb index d71d2a589b463..42bff22f267ed 100644 --- a/Formula/l/lazyjournal.rb +++ b/Formula/l/lazyjournal.rb @@ -7,12 +7,12 @@ class Lazyjournal < Formula head "https://github.com/Lifailon/lazyjournal.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b92cbb1579960d97d75b36935f47b688423ec630b434524b01e34767bafd54d8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b92cbb1579960d97d75b36935f47b688423ec630b434524b01e34767bafd54d8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b92cbb1579960d97d75b36935f47b688423ec630b434524b01e34767bafd54d8" - sha256 cellar: :any_skip_relocation, sonoma: "abf19ab18b8b575c78a4d8842d05eae04be71183046e929088faa0f9f2f7ae27" - sha256 cellar: :any_skip_relocation, ventura: "abf19ab18b8b575c78a4d8842d05eae04be71183046e929088faa0f9f2f7ae27" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dac6108176eb6a1339d7415547394ec4fb46f8e60e73205bf85654ed2757f493" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f28456a15494ee9fc38e5334a1bc0d45a70d38e6590bee25aabea7d1149e1f3d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f28456a15494ee9fc38e5334a1bc0d45a70d38e6590bee25aabea7d1149e1f3d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f28456a15494ee9fc38e5334a1bc0d45a70d38e6590bee25aabea7d1149e1f3d" + sha256 cellar: :any_skip_relocation, sonoma: "7d041d52711de7240ba194acd34231808905865f0d7ef5209a4e282be8478683" + sha256 cellar: :any_skip_relocation, ventura: "7d041d52711de7240ba194acd34231808905865f0d7ef5209a4e282be8478683" + sha256 cellar: :any_skip_relocation, x86_64_linux: "55bc927387eab58d957c6f775833d948eaed76c75518bbe61d0b9305e8688aaa" end depends_on "go" => :build From e9150fc3d6f9629e523b19ddceac7244ad94522a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 12:33:02 +0000 Subject: [PATCH 00307/10074] codecov-cli: update 11.0.2 bottle. --- Formula/c/codecov-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codecov-cli.rb b/Formula/c/codecov-cli.rb index 02975dfc1869b..716d78fa2369c 100644 --- a/Formula/c/codecov-cli.rb +++ b/Formula/c/codecov-cli.rb @@ -9,13 +9,13 @@ class CodecovCli < Formula head "https://github.com/codecov/codecov-cli.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "4e8700b6294a78bfdd5b672c8918c22884233371d5669fdd65cbbb2fe1c2e215" - sha256 cellar: :any, arm64_sonoma: "92e260e344d605a9099b12d15fb3038f1008773e5a2deaa042a6621b7b73b067" - sha256 cellar: :any, arm64_ventura: "3e69185f615d42da45340bd4f22c5fba69ed40c50ff27f083dfbf0e2b71642de" - sha256 cellar: :any, sonoma: "b9049f08ce0b34be9097132c53f9cb1e5c257f99ddc05745e274ac58ca9817e8" - sha256 cellar: :any, ventura: "81ac401e3f53967fbf917ca82f15f3a7a7c218353de805734cf42ce6bf6b0dbf" - sha256 cellar: :any_skip_relocation, arm64_linux: "69fd759c477c6f51258e0c1db469864e663132b9d9b85b4ccaa0adc081802f19" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8005b97f7348989ce2069f825f6a0f9ad4e817f83da7a52a5cae4951506f87bd" + sha256 cellar: :any, arm64_sequoia: "66e9455c02ebc17e807adb41d304899098d6412f391fd485e9be0a1f0723602e" + sha256 cellar: :any, arm64_sonoma: "034892e028334ce43a3bd7cdf17e1afbdc7998fa65751d0cafcb9fec2d6f1603" + sha256 cellar: :any, arm64_ventura: "34713f636ba75f8b7bd7acdf81424a485f48edf680faba08e90f0fda60b25861" + sha256 cellar: :any, sonoma: "d64ac91e90232cda54aff7d67d1de8eebedbc4078401d5199d5b429cb5c627c4" + sha256 cellar: :any, ventura: "e888f0bcf19b6a4f7216aa21f7e9f2b5440a29a633e080f97309c98d2dbe961b" + sha256 cellar: :any_skip_relocation, arm64_linux: "d62bdaec2f34a906a38deca2649f5463071eef2a8c82a6540566f1cea9e17a1c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad318b1448ca7defdc187d62f8317fa74795139d7130776dff4e737c4b2d04f" end depends_on "rust" => :build From f07666fd61522638f9620bdb91d00b7b27e82000 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 12:34:00 +0000 Subject: [PATCH 00308/10074] nom: update 2.8.2 bottle. --- Formula/n/nom.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nom.rb b/Formula/n/nom.rb index 263b24fd6b541..e6ffa3d33330c 100644 --- a/Formula/n/nom.rb +++ b/Formula/n/nom.rb @@ -7,13 +7,13 @@ class Nom < Formula head "https://github.com/guyfedwards/nom.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f383c6c4eaa2afae887f8a88927fcdd22c6a33120918b0e87c88834b14c5c3b7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a37cf55fd78add7c76e2be015e8a593a36764ab3b52eac9dfca9fd3c87fdb381" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e9d3b9e5e7fd80283bdf6dd69c2f721c709ba303b246e3943d65ea3304694a85" - sha256 cellar: :any_skip_relocation, sonoma: "8df7dc88c7267c12c74d4967e9e73d2169f50c789c708e518c02a21f2537fab4" - sha256 cellar: :any_skip_relocation, ventura: "a078020e1f1ea3141b8fa4bf457a1a1b6fe27745f8aa441b1a24ef3fa28efb47" - sha256 cellar: :any_skip_relocation, arm64_linux: "d6076b8e040c1376343ca2ece6668d0bbdc6622b517453789a882c0ca25bb6d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd3b213779f2438fa5b68568d1e5e228ed48c350538d5d604084faa4359b0f4b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1372bfce7a7b6e65883c92500d9ee3071fac6a025d7cc65213bee19886eb564" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b6a34e8cd7a26098e41e2513bebf0171756cd82c808982611ec715b6d572cfa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4000e9e3ee06568c113b4d1c87e8548fdee3e6d25ca9b76fd35299ede8fdd2ca" + sha256 cellar: :any_skip_relocation, sonoma: "bd4b5f9ba47f0a20d09b2e93326a29ed1136b88478d59a8fa0fe99ea7c7b9d16" + sha256 cellar: :any_skip_relocation, ventura: "86241a50c67b4fc93934b83bf08c756d0d3510420afbb011780ae4d89588bf45" + sha256 cellar: :any_skip_relocation, arm64_linux: "aaa5e124724b3087179f3985397d35bb572faa97371c223b9fab22afa4a10458" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c29b33c35f6bfec07f3572ddccdb8b9b692ecd2149a4e0fe3fd199a326afad10" end depends_on "go" => :build From 53446827d657cf8c417a3f22fc650dfc681d7910 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 12:34:33 +0000 Subject: [PATCH 00309/10074] opentelemetry-cpp: update 1.21.0 bottle. --- Formula/o/opentelemetry-cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/opentelemetry-cpp.rb b/Formula/o/opentelemetry-cpp.rb index d559c462ab5e6..9c0f49465ae27 100644 --- a/Formula/o/opentelemetry-cpp.rb +++ b/Formula/o/opentelemetry-cpp.rb @@ -7,13 +7,13 @@ class OpentelemetryCpp < Formula head "https://github.com/open-telemetry/opentelemetry-cpp.git", branch: "main" bottle do - sha256 arm64_sequoia: "35e9ca4b73c2c1d56d7ca729e97fc03bfd58828d292a8e389c2e738fb0a5f0a9" - sha256 arm64_sonoma: "f6d35a1e84bfdb23df33c5d8497ddf2d95a29b47985b851cedbd2d55e20746be" - sha256 arm64_ventura: "24fbda4dc221d206bd6c2f552479d21c2a508589bc11fdd0d980d17a95e25bf6" - sha256 cellar: :any, sonoma: "a41d6d05b61c3b03e658bc3f879c1fa61e5f8f0c481f221cc54b47e1fbb84f6d" - sha256 cellar: :any, ventura: "5c3e342a047945186156c271b72cea821fadafc03a9c2eeca781e78c0e1ad2bf" - sha256 cellar: :any_skip_relocation, arm64_linux: "a08936476fec3b89447d2370cefb0f3c8ed3dd0f137f2b26365f90e13118d577" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bce1da330e1ccd543776e3e397a383ed1f887a92d02c934512b0a512d8e98bad" + sha256 arm64_sequoia: "bb4e41dd694eb646badda79d020d7e5ccb2c253352551a966943b4fae3330b30" + sha256 arm64_sonoma: "7d9eff26a1aee4126f0b1073a5d84c02986d83c6fcdfb6ab92de902dcf46ffe2" + sha256 arm64_ventura: "7bd949d4297ccdf5791ba4fc99a61affc125f61340fa806f076ca94369f26f9a" + sha256 cellar: :any, sonoma: "e68215127477f28391cd51723866db9f7ec3e84150ec60651eede11217362dd2" + sha256 cellar: :any, ventura: "6234a0adbeae8123255ac6fe7ecd9dad26b10800a674c1e11af589d96309d06c" + sha256 cellar: :any_skip_relocation, arm64_linux: "f030f655ff0c46be1071dee72618a64fe0094cf4a2c8946a913ad0a4dec31a8b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ae78221b1481150915c470bf62ece4aa2d5d8735cb850fc846f63dcf5114b234" end depends_on "cmake" => :build From e8414099c97d5b2138c2c0b6e9f9053368847aa1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 12:34:51 +0000 Subject: [PATCH 00310/10074] renovate: update 40.35.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 6934b16061db9..f0c20b2a00da9 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d1926b9d70abf722e3768734210469abbbd9ff1db305c01bfb785f2c7ed7d8f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d17b493005d26bd51747218c22448a5f16a79abfa30f232b83bc92ba469ffd92" - sha256 cellar: :any_skip_relocation, arm64_ventura: "99ae5386f185412e89f24a10d990ef9e766b1b22f106531100548398a60b8e97" - sha256 cellar: :any_skip_relocation, sonoma: "a32fbb82098047f8fbc6ae42d9c5c48e21a3c27454fc79a11f1217296a61c225" - sha256 cellar: :any_skip_relocation, ventura: "405fc3a5628850b50678cfc7db752fab3566ced38e0543fddf0d1135fadb828e" - sha256 cellar: :any_skip_relocation, arm64_linux: "a5b671414978712f467781f8f086cd7864076c8034fb47ee2b7415db0d0f34b2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "50e616138d8b060b2dd602094e8720761bdadb9955ac076051e098b29b594162" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a1b07c2c4d217152ea8a64f4b89dd2f4fe7d7d76a4891463ac39384b4db63b1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4acfbc06aed83a28cc12a48d0b42330de17c3946ebe7fa579a6b3eb0c17fc6e7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d731c96517b56885fdc087f342f3ea98223f51557a9b2bb836458462742c8f94" + sha256 cellar: :any_skip_relocation, sonoma: "93f721cdf428fed7640c49501a6551012c6b7df88d4a2123decc0078d39c4294" + sha256 cellar: :any_skip_relocation, ventura: "338e39a0801b3a0f9280f3c954c280ef02c0b316f2e1293a5bd2b92fc6a7f654" + sha256 cellar: :any_skip_relocation, arm64_linux: "31437d97f60ceb1821b6aaae4b155d7f0ab59e7c1aa1345bfd8f89882d7c0f60" + sha256 cellar: :any_skip_relocation, x86_64_linux: "737702224fa6d9992d837ec3d5b01ad259f78f6db6a50caf03c45654145a7ca1" end depends_on "node@22" From 2bc81bfb4b041f4ab705800f001876a703dcca59 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Thu, 29 May 2025 21:35:29 +0900 Subject: [PATCH 00311/10074] pandoc-crossref: revision bump (pandoc 3.7.0.2) --- Formula/p/pandoc-crossref.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/pandoc-crossref.rb b/Formula/p/pandoc-crossref.rb index 4b40cb9e88bfc..cef7cc7e0df8d 100644 --- a/Formula/p/pandoc-crossref.rb +++ b/Formula/p/pandoc-crossref.rb @@ -4,6 +4,7 @@ class PandocCrossref < Formula url "https://github.com/lierdakil/pandoc-crossref/archive/refs/tags/v0.3.19.tar.gz" sha256 "8a30bf9a1d5d716ddfb5fb05bb17e96c121e63a31f95d82d7f369380147e5a06" license "GPL-2.0-or-later" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4efb5dff57473f27b655851490202f3a90c292e91aeb0403b2971005987f1a73" From 3947e8ff4992fb4ecde26fb5405cc11233d2df36 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 29 May 2025 14:39:38 +0200 Subject: [PATCH 00312/10074] libconfig 1.8.1 Signed-off-by: botantony --- Formula/lib/libconfig.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libconfig.rb b/Formula/lib/libconfig.rb index ffa7719b12976..73daa5ce992d6 100644 --- a/Formula/lib/libconfig.rb +++ b/Formula/lib/libconfig.rb @@ -1,8 +1,8 @@ class Libconfig < Formula desc "Configuration file processing library" homepage "https://hyperrealm.github.io/libconfig/" - url "https://github.com/hyperrealm/libconfig/archive/refs/tags/v1.8.tar.gz" - sha256 "22e13253e652ec583ba0dd5b474bd9c7bd85dc724f2deb0d76a6299c421358ef" + url "https://github.com/hyperrealm/libconfig/archive/refs/tags/v1.8.1.tar.gz" + sha256 "e95798d2992a66ecd547ce3651d7e10642ff2211427c43a7238186ff4c372627" license "LGPL-2.1-or-later" head "https://github.com/hyperrealm/libconfig.git", branch: "master" From 21a21d677ec9b8f31a8a54fe6cfc649afdb6fd8b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 12:51:08 +0000 Subject: [PATCH 00313/10074] prism-cli: update 5.14.2_1 bottle. --- Formula/p/prism-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/prism-cli.rb b/Formula/p/prism-cli.rb index 11934767b68ec..c12b35d4d17e7 100644 --- a/Formula/p/prism-cli.rb +++ b/Formula/p/prism-cli.rb @@ -7,13 +7,13 @@ class PrismCli < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8333b92f1cfcab951b0ebd6506a1c3449a31e7ea128bfdb68c09a43f8f925fe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c8333b92f1cfcab951b0ebd6506a1c3449a31e7ea128bfdb68c09a43f8f925fe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c8333b92f1cfcab951b0ebd6506a1c3449a31e7ea128bfdb68c09a43f8f925fe" - sha256 cellar: :any_skip_relocation, sonoma: "54e69a8479659e2bb814608927794cb89b42b50e0d76f8d7694696bfa62dd390" - sha256 cellar: :any_skip_relocation, ventura: "54e69a8479659e2bb814608927794cb89b42b50e0d76f8d7694696bfa62dd390" - sha256 cellar: :any_skip_relocation, arm64_linux: "c8333b92f1cfcab951b0ebd6506a1c3449a31e7ea128bfdb68c09a43f8f925fe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c8333b92f1cfcab951b0ebd6506a1c3449a31e7ea128bfdb68c09a43f8f925fe" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea3b321d160363a5e006b5166598ce3c14fd567390622e0393f6824329768730" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea3b321d160363a5e006b5166598ce3c14fd567390622e0393f6824329768730" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ea3b321d160363a5e006b5166598ce3c14fd567390622e0393f6824329768730" + sha256 cellar: :any_skip_relocation, sonoma: "71efe36b05538b5c2cc27803232915af9558f28edeba405272a0fbbbaed043b7" + sha256 cellar: :any_skip_relocation, ventura: "71efe36b05538b5c2cc27803232915af9558f28edeba405272a0fbbbaed043b7" + sha256 cellar: :any_skip_relocation, arm64_linux: "ea3b321d160363a5e006b5166598ce3c14fd567390622e0393f6824329768730" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea3b321d160363a5e006b5166598ce3c14fd567390622e0393f6824329768730" end depends_on "node" From c2a0ccb47bc7b8b284ed3fd0cd6c09c715e5b5f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 12:53:13 +0000 Subject: [PATCH 00314/10074] zsh-history-enquirer: add 1.3.1 bottle. --- Formula/z/zsh-history-enquirer.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/z/zsh-history-enquirer.rb b/Formula/z/zsh-history-enquirer.rb index 1819738eb389f..4a67cb3ab1829 100644 --- a/Formula/z/zsh-history-enquirer.rb +++ b/Formula/z/zsh-history-enquirer.rb @@ -5,6 +5,10 @@ class ZshHistoryEnquirer < Formula sha256 "dab146c955f167089bbe8f24a79b4a6cabe4c9ce2b8b246eb9fca27eca2bc4ae" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, all: "c61e96873b75859cd6d6a9a634df6f432914b96b893b739a14f8579a637ca81f" + end + depends_on "node" uses_from_macos "zsh" From 3063b94ef266d145e8c927a2b95f18f616c578b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 11:08:42 +0000 Subject: [PATCH 00315/10074] oh-my-posh 26.0.0 --- Formula/o/oh-my-posh.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index d69cb72fcc2e5..8c4ffe71a0493 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v25.23.3.tar.gz" - sha256 "2dc29bdd8867877cfcf48b7160cb68fe369b12d8b95f02ef623489667b95a519" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.0.0.tar.gz" + sha256 "30df0a49a76196cf1ee96d3a0ac19838810d828ceebb9268ce28c137939b5861" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" @@ -41,7 +41,7 @@ def install end test do - assert_match "Oh My Posh", shell_output("#{bin}/oh-my-posh init bash") + assert_match "init.#{version}.default.sh", shell_output("#{bin}/oh-my-posh init bash") assert_match version.to_s, shell_output("#{bin}/oh-my-posh version") end end From 7dd3f5a18f8c5827f7dba6a5d455ce4ac1a7b034 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 29 May 2025 15:20:10 +0200 Subject: [PATCH 00316/10074] mandown: revision bump (libconfig 1.8.1) Signed-off-by: botantony --- Formula/m/mandown.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/mandown.rb b/Formula/m/mandown.rb index bef3de20220ed..7ada4657091c5 100644 --- a/Formula/m/mandown.rb +++ b/Formula/m/mandown.rb @@ -4,6 +4,7 @@ class Mandown < Formula url "https://github.com/Titor8115/mandown/archive/refs/tags/v1.0.5.2.tar.gz" sha256 "9903203fb95364a8b2774fe4eb4260daa725873d8f9a6e079d4c2ace81bede92" license "GPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "16dc6fc0dce771f2568a38212dbb8ee9a4c262d737e83ae2a05575f1f29931bc" From 19a883005cd23b295e69fc5cfd2ee6b95f15d89a Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 29 May 2025 15:20:22 +0200 Subject: [PATCH 00317/10074] shairport-sync: revision bump (libconfig 1.8.1) Signed-off-by: botantony --- Formula/s/shairport-sync.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/shairport-sync.rb b/Formula/s/shairport-sync.rb index bc077bdf89da2..e9a95932ce9a8 100644 --- a/Formula/s/shairport-sync.rb +++ b/Formula/s/shairport-sync.rb @@ -4,6 +4,7 @@ class ShairportSync < Formula url "https://github.com/mikebrady/shairport-sync/archive/refs/tags/4.3.7.tar.gz" sha256 "a1242d100b61fe1fffbbf706e919ed51d6a341c9fb8293fb42046e32ae2b3338" license "MIT" + revision 1 head "https://github.com/mikebrady/shairport-sync.git", branch: "master" livecheck do From af1fcd54d2f6b594d2a6a8d2c201977046e004e6 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 29 May 2025 15:20:29 +0200 Subject: [PATCH 00318/10074] sslh: revision bump (libconfig 1.8.1) Signed-off-by: botantony --- Formula/s/sslh.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/sslh.rb b/Formula/s/sslh.rb index ff374d8e0ef44..701ea7f5e9e42 100644 --- a/Formula/s/sslh.rb +++ b/Formula/s/sslh.rb @@ -4,6 +4,7 @@ class Sslh < Formula url "https://www.rutschle.net/tech/sslh/sslh-v2.2.4.tar.gz" sha256 "696edac467111d0c1353a4ff32ed8dfa33bc914036644c69a7b9506b7ee49115" license all_of: ["GPL-2.0-or-later", "BSD-2-Clause"] + revision 1 head "https://github.com/yrutschle/sslh.git", branch: "master" bottle do From f42e9aade4a8c7ce54084034955d534a0df10a63 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 29 May 2025 15:20:40 +0200 Subject: [PATCH 00319/10074] toxcore: revision bump (libconfig 1.8.1) Signed-off-by: botantony --- Formula/t/toxcore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/toxcore.rb b/Formula/t/toxcore.rb index 8f00f5b0ba470..e5b1d4d16b3a9 100644 --- a/Formula/t/toxcore.rb +++ b/Formula/t/toxcore.rb @@ -6,7 +6,7 @@ class Toxcore < Formula url "https://github.com/TokTok/c-toxcore/releases/download/v0.2.20/c-toxcore-0.2.20.tar.gz" sha256 "a9c89a8daea745d53e5d78e7aacb99c7b4792c4400a5a69c71238f45d6164f4c" license "GPL-3.0-or-later" - revision 1 + revision 2 head "https://github.com/TokTok/c-toxcore.git", branch: "master" bottle do From 234debbbfa362e88b90a528796bc81c955e92f32 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:48:38 +0000 Subject: [PATCH 00320/10074] oh-my-posh: update 26.0.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 8c4ffe71a0493..b7fa5149b2199 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff1a1f94b23cee7f3059a9e2797e25096e3940a7fa219c80b22b2644968d4d4b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "02cb300cea77ae251509e96780dff50a41b619ef3f8de91f271b8fadd7c83dbb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1a5f62cedc3566cc7958a55f524fe122a403f3aef98b19b4671f44ec56f8991e" - sha256 cellar: :any_skip_relocation, sonoma: "03e35e945002d94704aa3a0f4c2cce666021c4e25bcd4e0ed182854dd393a28a" - sha256 cellar: :any_skip_relocation, ventura: "ae1d3683de5d3be5136e0901d2fc188950eaa9a29655592f421bd6d62589813f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b038c428efabb0c6ef04e3102d375a71c4cc198d06cea702193cb42c9b69a917" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "33a2e7596e0b5c044050f4d1b8419c8f174ca6d5e26e6392aa52710e76314558" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3cf90700992aeabe7ffbb870ad1b5f4b27f805b0c13985e614727c727985467a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "88c9ebb500a9fa6949a8a106af60dd731cfe72d2b6e63b280df08a9ebed4db93" + sha256 cellar: :any_skip_relocation, sonoma: "3125b1696d85b9321c7b454ce68352a6e63b73158389542af5fc38ea48ff5fcb" + sha256 cellar: :any_skip_relocation, ventura: "abcfcb21f9eadf55cab8b7b8adb34632f28293002cc8219521cb0b5b9ae5b727" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ccfb33715071adf594fe9f522c318040f9f8aa39dee65da40b7fc13914b76d35" end depends_on "go" => :build From 4268ff3c711f46d28b422db6ae20f3f1fec799c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 13:51:49 +0000 Subject: [PATCH 00321/10074] apache-spark 4.0.0 --- Formula/a/apache-spark.rb | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/Formula/a/apache-spark.rb b/Formula/a/apache-spark.rb index 3e1b8cad612e9..042fef1891e8b 100644 --- a/Formula/a/apache-spark.rb +++ b/Formula/a/apache-spark.rb @@ -1,10 +1,10 @@ class ApacheSpark < Formula desc "Engine for large-scale data processing" homepage "https://spark.apache.org/" - url "https://dlcdn.apache.org/spark/spark-3.5.5/spark-3.5.5-bin-hadoop3.tgz" - mirror "https://archive.apache.org/dist/spark/spark-3.5.5/spark-3.5.5-bin-hadoop3.tgz" - version "3.5.5" - sha256 "8daa3f7fb0af2670fe11beb8a2ac79d908a534d7298353ec4746025b102d5e31" + url "https://dlcdn.apache.org/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz" + mirror "https://archive.apache.org/dist/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz" + version "4.0.0" + sha256 "2ebac46b59be8b85b0aecc5a479d6de26672265fb7f6570bde2e72859fd87cc4" license "Apache-2.0" head "https://github.com/apache/spark.git", branch: "master" @@ -32,9 +32,29 @@ def install end test do - command = "#{bin}/spark-shell --conf spark.driver.bindAddress=127.0.0.1" - trivial_attribute_name = "jdk.incubator.foreign.FunctionDescriptor.TRIVIAL_ATTRIBUTE_NAME" - assert_match "Long = 1000", pipe_output(command, "sc.parallelize(1 to 1000).count()", 0) - assert_match "String = abi/trivial", pipe_output(command, trivial_attribute_name, 0) + require "pty" + + output = "" + PTY.spawn(bin/"spark-shell") do |r, w, pid| + w.puts "sc.parallelize(1 to 1000).count()" + w.puts "jdk.incubator.foreign.FunctionDescriptor.TRIVIAL_ATTRIBUTE_NAME" + w.puts ":quit" + begin + r.each_line { |line| output += line } + rescue Errno::EIO + # GNU/Linux raises EIO when read is done on closed pty + end + # remove ANSI colors + output.encode!("UTF-8", "binary", + invalid: :replace, + undef: :replace, + replace: "") + output.gsub!(/\e\[([;\d]+)?m/, "") + ensure + Process.kill("TERM", pid) + end + + assert_match "Long = 1000", output + assert_match "String = abi/trivial", output end end From c24c309b2db6ff8d787bbe066443265eaaac56c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:49:37 +0000 Subject: [PATCH 00322/10074] pandoc: update 3.7.0.2 bottle. --- Formula/p/pandoc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pandoc.rb b/Formula/p/pandoc.rb index c57617097decf..3136be777365e 100644 --- a/Formula/p/pandoc.rb +++ b/Formula/p/pandoc.rb @@ -7,13 +7,13 @@ class Pandoc < Formula head "https://github.com/jgm/pandoc.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aefd8fc4d1429823643ca51537d14350ded5097f3bd71cac81a4345cfec80182" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "42038fe5af304744d51493cd25ed292cdb59debad7da9479de6143fabba883be" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c2312f439d7d2965387651552f593c513caa7ebd1a738baedf297d7d71217419" - sha256 cellar: :any_skip_relocation, sonoma: "da397257bafc59682a2e22748229d057cef38fefab4cc9fce7fb4b4846cd45ec" - sha256 cellar: :any_skip_relocation, ventura: "da9ff27260b70529775bd43b8ed084e110a65ccb22308cea6380c896d9b589e4" - sha256 cellar: :any_skip_relocation, arm64_linux: "5944884e5f484b6d088eb8b8d435e948e624c07318b290e9ff24a0677feaed1d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "009395a26c9b9f80998d02823f7cee768cac8b345726c0ac71a6e6fc664a0042" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1a49a901b2ced92b8a50547723d4f7452772b8a1b2da9bce66639e129afda0e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b60bd93b5547842d7d0a0c7cd370190d886f8668202d193d41fbd647c7e231b9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "574b5c9ff56741b0618351e730cf57c77769df09c2773f4e078edcf040b59119" + sha256 cellar: :any_skip_relocation, sonoma: "4ed6bbed48caac1f712c44ffd320688294573ee0a9c0b37bb69c7f7a2d5799c5" + sha256 cellar: :any_skip_relocation, ventura: "ae245cd313803946f6944125ad75eb46436b4165ad287ef35efbcec5e5e22c33" + sha256 cellar: :any_skip_relocation, arm64_linux: "4a67e9016e774478bb11e236cfb3e471598bbe327c184749767408b9e5ea31ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "95c14392f3a2a9ed82b48f2fed4f34044899148c8bd35e04dd684b700ecff99f" end depends_on "cabal-install" => :build From 1d2e9a631b8662794ff7857c97dbdd5766cc2382 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:49:37 +0000 Subject: [PATCH 00323/10074] pandoc-crossref: update 0.3.19_1 bottle. --- Formula/p/pandoc-crossref.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pandoc-crossref.rb b/Formula/p/pandoc-crossref.rb index cef7cc7e0df8d..c55d1f26d63fc 100644 --- a/Formula/p/pandoc-crossref.rb +++ b/Formula/p/pandoc-crossref.rb @@ -7,13 +7,13 @@ class PandocCrossref < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4efb5dff57473f27b655851490202f3a90c292e91aeb0403b2971005987f1a73" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b81878c8e32706dc3718f899442c26ccd845446266d5ea60fc049b298cd6a41" - sha256 cellar: :any_skip_relocation, arm64_ventura: "db12618b2a2409631165554ed34b2eb8b6c2168ba52cfe1eb7189cb29fa43058" - sha256 cellar: :any_skip_relocation, sonoma: "90cb8bf5ce834a2beb0ba1823f5a8d1ee23f3d0d2f3dac3e044c9f89f5be2946" - sha256 cellar: :any_skip_relocation, ventura: "5ee9a7aad93e998535509baa1da1da6b922587fea51b7851d41f466354ac7987" - sha256 cellar: :any_skip_relocation, arm64_linux: "8ac3d707de4b39f470a5bd4b50a7ebbb5ce48c36ded06d59355fd1dc3e88ba82" - sha256 cellar: :any_skip_relocation, x86_64_linux: "907a754a89f7431430e5cc91c814b2ee9a455fda7181b34aba21990ec8bfbe84" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "570c34609bfb879e26ab1b88cb63d7bddba8bad9c782da15fc0c591304be3a2a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "46a66c09ddac4e7410fe41ac7d894044c5c6645fd2c14917bc6d7b87d1503730" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2a7ad17fbddf9c286c599b05aab28bf3c8299bca430cb007b50d8903d8acd43e" + sha256 cellar: :any_skip_relocation, sonoma: "1da76348bb932bdde1e0ddb17518a72cd83530780f8f117291bb38a6c283f33f" + sha256 cellar: :any_skip_relocation, ventura: "ddfd9654d4c2d91be50ece83be9fe99d1956a031371a4a500b815cd245484dc8" + sha256 cellar: :any_skip_relocation, arm64_linux: "62547c04177a060f949fb71e0494daa046bbd042aba0bd92c69f441ecec76f7a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "905e08c21227d57747654cf8e48e11250376453d22212a0dbabc66d3ee68ef23" end depends_on "cabal-install" => :build From 67d10deae05003ea9b60d3506373df4bd5a95940 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 29 May 2025 13:50:29 +0000 Subject: [PATCH 00324/10074] curl: update 8.14.0 bottle. --- Formula/c/curl.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/curl.rb b/Formula/c/curl.rb index 1a193314f6f4b..22ea8a6317bc2 100644 --- a/Formula/c/curl.rb +++ b/Formula/c/curl.rb @@ -27,14 +27,13 @@ class Curl < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "71f23540167a8ab38a56ae1ec35b12f726765d6706602e93efdaad31a99bf01d" - sha256 cellar: :any, arm64_sonoma: "e0d632af6097f17ca1d10d2cbe63f43fdf2dd58aa1a36a6e8cad11e7f72159a5" - sha256 cellar: :any, arm64_ventura: "416ee6d14ce87952b11e325f9e320c068b657e3b5099ba50a34e7f5bbc68d634" - sha256 cellar: :any, sonoma: "49161bfb410f5a2f585256b452f9252319064f633789109f7f53941b28816b7b" - sha256 cellar: :any, ventura: "d6a522ebfb6b2b64f03911465d16ba15d4ce6b1e68d5cb5820c245c4f6ef8f1f" - sha256 cellar: :any_skip_relocation, arm64_linux: "420cec3c2e6f55105664b0074c49119f736621646ca522fae976cbe759667a8b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c420f63845b2ed7c29f089cdb84981134173dab3b89b8e6c7b06f22630dcbec" + sha256 cellar: :any, arm64_sequoia: "4e1a9fa77c2e2c80589750f54fafcd2f014a3251aef28cd7159ae21f63407ce6" + sha256 cellar: :any, arm64_sonoma: "1cee86f0eaf6551365e196be37dd6b8c5ba4ceba762dfb562acc31cb37f453ae" + sha256 cellar: :any, arm64_ventura: "2dd30282842f21a92915c671e0c7ef48cd100f3c8a9ec0dba92e042de1d561c0" + sha256 cellar: :any, sonoma: "3d8219f0c288493ac8c49ff3038dbdfd14bad581c6e384939693fcdaeaa91a6f" + sha256 cellar: :any, ventura: "02364a79a7e5efb5ec6711ae3dc67c06f60a876477c9a8c04df328de01248e28" + sha256 cellar: :any_skip_relocation, arm64_linux: "2e4acfcc5932b7e7a6a52f487cf41560bda3fb02c69f34bf37f55499b70eb803" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9b902e408c4295747033a0a608d9593ff11d247283d1aa939b666af9ceb28e27" end head do From 32551501a88182129c838521112c42545b32f247 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:51:25 +0000 Subject: [PATCH 00325/10074] balena-cli 22.0.4 --- Formula/b/balena-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index 6e05a8921f29f..0ecf4c1fb4c07 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -1,8 +1,8 @@ class BalenaCli < Formula desc "Command-line tool for interacting with the balenaCloud and balena API" homepage "https://docs.balena.io/reference/balena-cli/latest/" - url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.0.2.tgz" - sha256 "8568d0c488ee886dbcf7db25e59fc9a8ec4149763d95e293a44dc409e795353f" + url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.0.4.tgz" + sha256 "f2d3af9ec7f8d3b71eb8444f00b154159310cfa559154fa0e7e1b33b82ef91c1" license "Apache-2.0" livecheck do From 0e9da543d6e23469d15ee485dc2023674c8b29f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:51:55 +0000 Subject: [PATCH 00326/10074] benthos 4.52.0 --- Formula/b/benthos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/benthos.rb b/Formula/b/benthos.rb index bb542addd7f19..ed2d2d5450099 100644 --- a/Formula/b/benthos.rb +++ b/Formula/b/benthos.rb @@ -1,8 +1,8 @@ class Benthos < Formula desc "Stream processor for mundane tasks written in Go" homepage "https://github.com/redpanda-data/benthos" - url "https://github.com/redpanda-data/benthos/archive/refs/tags/v4.51.0.tar.gz" - sha256 "8233ea6296a1230e388cda29d9f4d4daca631f9c7baf3cc8df484f15a3503b7a" + url "https://github.com/redpanda-data/benthos/archive/refs/tags/v4.52.0.tar.gz" + sha256 "9a9db919569287a7cef2efb7bed990883c62db6694469529439f8e5c34f959b4" license "MIT" head "https://github.com/redpanda-data/benthos.git", branch: "main" From 7ce4bba1ee91ec8a8b8208b2d64d51f626af7751 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:52:45 +0000 Subject: [PATCH 00327/10074] behaviortree.cpp: update 4.7.2 bottle. --- Formula/b/behaviortree.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/behaviortree.cpp.rb b/Formula/b/behaviortree.cpp.rb index 2fe16531340fe..489737c8cdc60 100644 --- a/Formula/b/behaviortree.cpp.rb +++ b/Formula/b/behaviortree.cpp.rb @@ -6,13 +6,13 @@ class BehaviortreeCpp < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "d4c88258807c03dfa42972d969926a0ca73e47cfb4255f2671899530d5f5b697" - sha256 cellar: :any, arm64_sonoma: "d966f3f5496bbf6dd1e5814f0efb80692046c9e88ec5be3cae349b8a2f51bcc4" - sha256 cellar: :any, arm64_ventura: "762a8cf30054ceac0d39c0fc660619a1293a6c1d93d2bd79a5dab2f65a09e701" - sha256 cellar: :any, sonoma: "d29e1b0f4dc31024d23c858c0dc398b92b7e81699685bcbb2925dfcd53d9c14c" - sha256 cellar: :any, ventura: "33194549fe30d82462d9544ee3d337c3561c9ebb0297c0f0904ce5f72c78bae8" - sha256 cellar: :any_skip_relocation, arm64_linux: "daada1bfe756c6bb71bcdf3f0f7090ae2436172c1f7bdb6d6890937771722410" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9709dc54ea399939a8ebf959cb9d10b8766f6a05f0284fb3de1e3e037818b7b0" + sha256 cellar: :any, arm64_sequoia: "287a827d7ee1eaf4183d1b96b731ac76818742a3fa3fd25c0bf730eff06fe2d1" + sha256 cellar: :any, arm64_sonoma: "1e8bc3ce758fa6c41a04df7103cd9af35f6282f6bbd01cd21ccb360a1a07d678" + sha256 cellar: :any, arm64_ventura: "8130722b4e1f778150a591fe5683c42b35c02c728d3f6841902bc381a1f59ab5" + sha256 cellar: :any, sonoma: "d13d59ee51d12603e80c1e92e0f439c1777dfdb72f48b2539d075d2dcf42a736" + sha256 cellar: :any, ventura: "5d8380fa532c1116067e3df6dcfe453f4fd11f37d340bc4ff43d15ca9199b016" + sha256 cellar: :any_skip_relocation, arm64_linux: "f411456a62a19fb19c7b09be80e13b6938fd4a2970778b772dbe9b555878c141" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a8acd7de66935419328ad2804bacdf2137041cefe500fd3dbd6200067542c260" end depends_on "cmake" => :build From b69138587834c848906384e972b4254aa181cc7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 24 May 2025 23:17:51 +0000 Subject: [PATCH 00328/10074] uutils-coreutils 0.1.0 --- Formula/u/uutils-coreutils.rb | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/Formula/u/uutils-coreutils.rb b/Formula/u/uutils-coreutils.rb index f745aa48e1a74..84c9044a24e3c 100644 --- a/Formula/u/uutils-coreutils.rb +++ b/Formula/u/uutils-coreutils.rb @@ -1,8 +1,8 @@ class UutilsCoreutils < Formula desc "Cross-platform Rust rewrite of the GNU coreutils" homepage "https://uutils.github.io/coreutils/" - url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.30.tar.gz" - sha256 "732c0ac646be7cc59a51cdfdb2d0ff1a4d2501c28f900a2d447c77729fdfca22" + url "https://github.com/uutils/coreutils/archive/refs/tags/0.1.0.tar.gz" + sha256 "55c528f2b53c1b30cb704550131a806e84721c87b3707b588a961a6c97f110d8" license "MIT" head "https://github.com/uutils/coreutils.git", branch: "main" @@ -31,6 +31,10 @@ class UutilsCoreutils < Formula conflicts_with "unp", because: "both install `ucat` binaries" + # Temporary patch to fix the error; Failed to find 'selinux/selinux.h' + # Issue ref: https://github.com/uutils/coreutils/issues/7996 + patch :DATA + def install man1.mkpath @@ -97,3 +101,18 @@ def coreutils_filenames(dir) system bin/"uln", "-f", "test", "test.sha1" end end + +__END__ +diff --git a/GNUmakefile b/GNUmakefile +index f46126a82..58bf7fbdd 100644 +--- a/GNUmakefile ++++ b/GNUmakefile +@@ -181,8 +181,6 @@ SELINUX_PROGS := \ + + ifneq ($(OS),Windows_NT) + PROGS := $(PROGS) $(UNIX_PROGS) +-# Build the selinux command even if not on the system +- PROGS := $(PROGS) $(SELINUX_PROGS) + endif + + UTILS ?= $(PROGS) \ No newline at end of file From e5728d2e5904a4d82c23f1b220686cb0a0361f06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:53:48 +0000 Subject: [PATCH 00329/10074] clang-format 20.1.6 --- Formula/c/clang-format.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/c/clang-format.rb b/Formula/c/clang-format.rb index 2b04986c3f497..09ca5e7337bd1 100644 --- a/Formula/c/clang-format.rb +++ b/Formula/c/clang-format.rb @@ -7,12 +7,12 @@ class ClangFormat < Formula head "https://github.com/llvm/llvm-project.git", branch: "main" stable do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/llvm-20.1.5.src.tar.xz" - sha256 "9a9a80ca4c0d902531f2b43e9e4d6c36b57cdd5702430e0b54567bf273bd32c1" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-20.1.6.src.tar.xz" + sha256 "f09e304ca98bb809f492ec34f94f587361b4b0d06ed783fb3a41e7fb218e47a1" resource "clang" do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/clang-20.1.5.src.tar.xz" - sha256 "97025772b25c6694db049d3c4be5a72d926299aa1a9b861f490d66750e31c9dd" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/clang-20.1.6.src.tar.xz" + sha256 "49a16d6b6878a6bdd9ead2d31ffb94c792675607471afa40096fbd48b3cbab66" livecheck do formula :parent @@ -20,8 +20,8 @@ class ClangFormat < Formula end resource "cmake" do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/cmake-20.1.5.src.tar.xz" - sha256 "1b5abaa2686c6c0e1f394113d0b2e026ff3cb9e11b6a2294c4f3883f1b02c89c" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/cmake-20.1.6.src.tar.xz" + sha256 "b4b3efa5d5b01b3f211f1ba326bb6f0c318331f828202d332c95b7f30fca5f8c" livecheck do formula :parent @@ -29,8 +29,8 @@ class ClangFormat < Formula end resource "third-party" do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/third-party-20.1.5.src.tar.xz" - sha256 "8667f47185bee07f7c7988ead7161b0d9e41a1a01d5d7afd8f325c607641470c" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/third-party-20.1.6.src.tar.xz" + sha256 "33530189d31b2396b76a7ebac8f938747b3619154cc37015cef9dea29292f7e2" livecheck do formula :parent From 91ff36bf8b44127261a30955cc079d432b35a799 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:54:19 +0000 Subject: [PATCH 00330/10074] cloudflare-wrangler 4.18.0 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index f7dfdc50a804f..24c160c95e447 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.17.0.tgz" - sha256 "98cfc28d1bdb3d5bfe8bcbe583ecdd2d5bb82ed04ec51fdaacde884ee09c81d8" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.18.0.tgz" + sha256 "e2923820d12e84f9698bd098c6307d842ff0adf38604aa61edd14a8cb3d831ad" license any_of: ["Apache-2.0", "MIT"] bottle do From 2658e98b04b164ed9a7e110e032e8b1883a1963f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:54:30 +0000 Subject: [PATCH 00331/10074] cloudquery 6.20.5 --- Formula/c/cloudquery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudquery.rb b/Formula/c/cloudquery.rb index 3a8b3c263ac7c..f25582763a0ca 100644 --- a/Formula/c/cloudquery.rb +++ b/Formula/c/cloudquery.rb @@ -1,8 +1,8 @@ class Cloudquery < Formula desc "Data movement tool to sync data from any source to any destination" homepage "https://www.cloudquery.io" - url "https://github.com/cloudquery/cloudquery/archive/refs/tags/cli-v6.20.4.tar.gz" - sha256 "b9e37be424e802df4c667c7798a0f607bf1167e90eca5d82e31adad4b5ba09fa" + url "https://github.com/cloudquery/cloudquery/archive/refs/tags/cli-v6.20.5.tar.gz" + sha256 "29939d99b09d182a06ae3359b9b1e6c67b4bdd1eeeac790698481fd1d3e8b291" license "MPL-2.0" head "https://github.com/cloudquery/cloudquery.git", branch: "main" From 2748c2aca8244b4f844496675397e36c2883faf4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:54:43 +0000 Subject: [PATCH 00332/10074] clusterawsadm 2.8.3 --- Formula/c/clusterawsadm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/clusterawsadm.rb b/Formula/c/clusterawsadm.rb index 3b505030df922..8cffcbe7dfdc9 100644 --- a/Formula/c/clusterawsadm.rb +++ b/Formula/c/clusterawsadm.rb @@ -2,8 +2,8 @@ class Clusterawsadm < Formula desc "Home for bootstrapping, AMI, EKS, and other helpers in Cluster API Provider AWS" homepage "https://cluster-api-aws.sigs.k8s.io/clusterawsadm/clusterawsadm.html" url "https://github.com/kubernetes-sigs/cluster-api-provider-aws.git", - tag: "v2.8.2", - revision: "79ae3d046454586dc5ababd1f45c9791fdb5bbc8" + tag: "v2.8.3", + revision: "3cced5006823e4c4aa21d427cb3be3e8d99a1566" license "Apache-2.0" head "https://github.com/kubernetes-sigs/cluster-api-provider-aws.git", branch: "main" From aa7071f4444e605bb22420698518ad49f48d9b11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:56:19 +0000 Subject: [PATCH 00333/10074] ddns-go 6.9.4 --- Formula/d/ddns-go.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index 602f8a798cecb..9833d0d941038 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -1,8 +1,8 @@ class DdnsGo < Formula desc "Simple and easy-to-use DDNS" homepage "https://github.com/jeessy2/ddns-go" - url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.9.3.tar.gz" - sha256 "898fbfdf774e1dd025bfe4c48b6b9cc6d4d16e8060009167ca3fae03e0e64d5b" + url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.9.4.tar.gz" + sha256 "9430183bc24261060d1ff3353d6d9d1543a608f50d931953d64956629aaa67fe" license "MIT" head "https://github.com/jeessy2/ddns-go.git", branch: "master" From 49958035aecf6a1ffceba590f96ee05a9424b30d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:58:56 +0000 Subject: [PATCH 00334/10074] llvm 20.1.6 --- Formula/l/llvm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llvm.rb b/Formula/l/llvm.rb index ba49c7d547cf6..da55c76ebf2d6 100644 --- a/Formula/l/llvm.rb +++ b/Formula/l/llvm.rb @@ -2,8 +2,8 @@ class Llvm < Formula desc "Next-gen compiler infrastructure" homepage "https://llvm.org/" # TODO: Rebase `clang-cl` patch. - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/llvm-project-20.1.5.src.tar.xz" - sha256 "a069565cd1c6aee48ee0f36de300635b5781f355d7b3c96a28062d50d575fa3e" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-project-20.1.6.src.tar.xz" + sha256 "5c70549d524284c184fe9fbff862c3d2d7a61b787570611b5a30e5cc345f145e" # The LLVM Project is under the Apache License v2.0 with LLVM Exceptions license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/llvm/llvm-project.git", branch: "main" From 1c5ee3b1f7b9ed73bef43b55a3836dabc8accf94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:58:56 +0000 Subject: [PATCH 00335/10074] lld 20.1.6 --- Formula/l/lld.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lld.rb b/Formula/l/lld.rb index f1d52ad5fbc3e..adacf4a5c29c5 100644 --- a/Formula/l/lld.rb +++ b/Formula/l/lld.rb @@ -1,8 +1,8 @@ class Lld < Formula desc "LLVM Project Linker" homepage "https://lld.llvm.org/" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/llvm-project-20.1.5.src.tar.xz" - sha256 "a069565cd1c6aee48ee0f36de300635b5781f355d7b3c96a28062d50d575fa3e" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-project-20.1.6.src.tar.xz" + sha256 "5c70549d524284c184fe9fbff862c3d2d7a61b787570611b5a30e5cc345f145e" # The LLVM Project is under the Apache License v2.0 with LLVM Exceptions license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/llvm/llvm-project.git", branch: "main" From 2afeba7dc207847b22b79275d057cfd1edfedb46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:58:56 +0000 Subject: [PATCH 00336/10074] flang 20.1.6 --- Formula/f/flang.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flang.rb b/Formula/f/flang.rb index 8455038b2ad41..74da907d97e2e 100644 --- a/Formula/f/flang.rb +++ b/Formula/f/flang.rb @@ -1,8 +1,8 @@ class Flang < Formula desc "LLVM Fortran Frontend" homepage "https://flang.llvm.org/" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/llvm-project-20.1.5.src.tar.xz" - sha256 "a069565cd1c6aee48ee0f36de300635b5781f355d7b3c96a28062d50d575fa3e" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-project-20.1.6.src.tar.xz" + sha256 "5c70549d524284c184fe9fbff862c3d2d7a61b787570611b5a30e5cc345f145e" # The LLVM Project is under the Apache License v2.0 with LLVM Exceptions license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/llvm/llvm-project.git", branch: "main" From e2f44500ee09174ec614115a2cd2ef41cca2439f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 13:58:56 +0000 Subject: [PATCH 00337/10074] wasi-runtimes 20.1.6 --- Formula/w/wasi-runtimes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasi-runtimes.rb b/Formula/w/wasi-runtimes.rb index 178db265d2b90..b665aa442a842 100644 --- a/Formula/w/wasi-runtimes.rb +++ b/Formula/w/wasi-runtimes.rb @@ -1,8 +1,8 @@ class WasiRuntimes < Formula desc "Compiler-RT and libc++ runtimes for WASI" homepage "https://wasi.dev" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/llvm-project-20.1.5.src.tar.xz" - sha256 "a069565cd1c6aee48ee0f36de300635b5781f355d7b3c96a28062d50d575fa3e" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-project-20.1.6.src.tar.xz" + sha256 "5c70549d524284c184fe9fbff862c3d2d7a61b787570611b5a30e5cc345f145e" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/llvm/llvm-project.git", branch: "main" From 734bb31c1db2fa340ec77a7bda0eaf82d04689ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:02:02 +0000 Subject: [PATCH 00338/10074] i2util 5.2.0 --- Formula/i/i2util.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/i2util.rb b/Formula/i/i2util.rb index 7e59ecd00c96b..b5b459ff8458e 100644 --- a/Formula/i/i2util.rb +++ b/Formula/i/i2util.rb @@ -1,8 +1,8 @@ class I2util < Formula desc "Internet2 utility tools" homepage "https://github.com/perfsonar/i2util" - url "https://github.com/perfsonar/i2util/archive/refs/tags/v5.1.4.tar.gz" - sha256 "912ff463abd70d54eb5307a90afcc33f8fc99ab77280af4f92c54e3aea6c6d50" + url "https://github.com/perfsonar/i2util/archive/refs/tags/v5.2.0.tar.gz" + sha256 "60ada536bf80c1cc7a4d37426902946a6f2a4c89845749ffeb3b404c9571779d" license "Apache-2.0" livecheck do From 64e849c9e04643fa2d8edcbd54cbf6aa59e9c6f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:03:07 +0000 Subject: [PATCH 00339/10074] jsrepo 2.2.2 --- Formula/j/jsrepo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 551321a5e1056..96383f1ac9bcc 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -1,8 +1,8 @@ class Jsrepo < Formula desc "Build and distribute your code" homepage "https://jsrepo.dev/" - url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.2.1.tgz" - sha256 "491f27d92ee535ea2b466915a38124ef124c72d53c13a6f4e9245c80a6e89b08" + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.2.2.tgz" + sha256 "f112c40c76a816ce57c90c169b3012737a823416e44247db54f7cb8146d09645" license "MIT" bottle do From 7239b582f62832263c77781f77e48eb904352c1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:04:24 +0000 Subject: [PATCH 00340/10074] libclc 20.1.6 --- Formula/lib/libclc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libclc.rb b/Formula/lib/libclc.rb index 265aeb1b1c37a..6c6d4b5d12416 100644 --- a/Formula/lib/libclc.rb +++ b/Formula/lib/libclc.rb @@ -1,8 +1,8 @@ class Libclc < Formula desc "Implementation of the library requirements of the OpenCL C programming language" homepage "https://libclc.llvm.org/" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/libclc-20.1.5.src.tar.xz" - sha256 "7aabcc31eff12bc54778c38752192939df8d983002c961cb1ac97f57e50ccff1" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/libclc-20.1.6.src.tar.xz" + sha256 "c6c431b0ab5d929395ccd367e87bbde4b1d622588e40460b92202424454c05da" license "Apache-2.0" => { with: "LLVM-exception" } livecheck do From 1cd9efc0028644f31abfe0841722e874b2d35dc4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:05:09 +0000 Subject: [PATCH 00341/10074] libomp 20.1.6 --- Formula/lib/libomp.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/lib/libomp.rb b/Formula/lib/libomp.rb index 5d7315432caab..0951574956015 100644 --- a/Formula/lib/libomp.rb +++ b/Formula/lib/libomp.rb @@ -1,8 +1,8 @@ class Libomp < Formula desc "LLVM's OpenMP runtime library" homepage "https://openmp.llvm.org/" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/openmp-20.1.5.src.tar.xz" - sha256 "13f0ffac3875263a5d771cf1eee10a981dc14c98b9362fb978a1ff201f147930" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/openmp-20.1.6.src.tar.xz" + sha256 "ff8dabd89212cd41b4fc5c26433bcde368873e4f10ea0331792e6b6e7707eff9" license "MIT" livecheck do @@ -32,8 +32,8 @@ class Libomp < Formula end resource "cmake" do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/cmake-20.1.5.src.tar.xz" - sha256 "1b5abaa2686c6c0e1f394113d0b2e026ff3cb9e11b6a2294c4f3883f1b02c89c" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/cmake-20.1.6.src.tar.xz" + sha256 "b4b3efa5d5b01b3f211f1ba326bb6f0c318331f828202d332c95b7f30fca5f8c" livecheck do formula :parent From f285b41c6cd11088682e12a68686ac91cccfe582 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:07:34 +0000 Subject: [PATCH 00342/10074] meta-package-manager 5.21.0 --- Formula/m/meta-package-manager.rb | 130 ++++++++++++++---------------- 1 file changed, 60 insertions(+), 70 deletions(-) diff --git a/Formula/m/meta-package-manager.rb b/Formula/m/meta-package-manager.rb index 1b57edb9deead..03303631939aa 100644 --- a/Formula/m/meta-package-manager.rb +++ b/Formula/m/meta-package-manager.rb @@ -4,8 +4,8 @@ class MetaPackageManager < Formula desc "Wrapper around all package managers with a unifying CLI" homepage "https://kdeldycke.github.io/meta-package-manager/" - url "https://files.pythonhosted.org/packages/5d/84/ad19b35a37b1a78366f9c0ef4c431d563a812264a56f598dadff85b864a7/meta_package_manager-5.20.0.tar.gz" - sha256 "d479c123a1db677d7bf7b5519a0199c1759617a8796e53b0b84bd1ea77a4d37c" + url "https://files.pythonhosted.org/packages/5b/49/d4e663f67c2376f4e26864fa10ec78a6047f765d580daa6a510766ef2d2b/meta_package_manager-5.21.0.tar.gz" + sha256 "9d438f4cf34b2bebbd46525759f6d5305d98e9ff02975be4e1b18befc4fffffa" license "GPL-2.0-or-later" head "https://github.com/kdeldycke/meta-package-manager.git", branch: "main" @@ -34,23 +34,23 @@ class MetaPackageManager < Formula end resource "attrs" do - url "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz" - sha256 "5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "beartype" do - url "https://files.pythonhosted.org/packages/6f/e1/00515b97afa3993b4a314e4bc168fbde0917fd5845435cb6f16a19770746/beartype-0.19.0.tar.gz" - sha256 "de42dfc1ba5c3710fde6c3002e3bd2cad236ed4d2aabe876345ab0b4234a6573" + url "https://files.pythonhosted.org/packages/0d/f9/21e5a9c731e14f08addd53c71fea2e70794e009de5b98e6a2c3d2f3015d6/beartype-0.21.0.tar.gz" + sha256 "f9a5078f5ce87261c2d22851d19b050b64f6a805439e8793aecf01ce660d3244" end resource "boltons" do - url "https://files.pythonhosted.org/packages/84/76/dfc34232b3e88634025563f52a430be0838182647c063f99569086922554/boltons-24.1.0.tar.gz" - sha256 "4a49b7d57ee055b83a458c8682a2a6f199d263a8aa517098bda9bab813554b87" + url "https://files.pythonhosted.org/packages/63/54/71a94d8e02da9a865587fb3fff100cb0fc7aa9f4d5ed9ed3a591216ddcc7/boltons-25.0.0.tar.gz" + sha256 "e110fbdc30b7b9868cb604e3f71d4722dd8f4dcb4a5ddd06028ba8f1ab0b5ace" end resource "boolean-py" do - url "https://files.pythonhosted.org/packages/a2/d9/b6e56a303d221fc0bdff2c775e4eef7fedd58194aa5a96fa89fb71634cc9/boolean.py-4.0.tar.gz" - sha256 "17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4" + url "https://files.pythonhosted.org/packages/c4/cf/85379f13b76f3a69bca86b60237978af17d6aa0bc5998978c3b8cf05abb2/boolean_py-5.0.tar.gz" + sha256 "60cbc4bad079753721d32649545505362c754e121570ada4658b852a3a318d95" end resource "bracex" do @@ -59,33 +59,28 @@ class MetaPackageManager < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-extra" do - url "https://files.pythonhosted.org/packages/6b/95/91202f785473dbd40af553f669921911159eb9bd433e2ef6d9140faa5c61/click_extra-4.11.5.tar.gz" - sha256 "cab14bd14e7173ab335b08d37bd0ff31175bc4d3f1cb8b701683211f67139335" + url "https://files.pythonhosted.org/packages/7c/0a/80624abf9c2fe72d9fb1b0a30deafe8bdd421a67162518c65bcd4f4827f0/click_extra-5.0.1.tar.gz" + sha256 "0f67e86c812f0880abf54b255e80a51df03281081ac68ef5d2c857297cd4302c" end resource "cloup" do - url "https://files.pythonhosted.org/packages/cf/71/608e4546208e5a421ef00b484f582e58ce0f17da05459b915c8ba22dfb78/cloup-3.0.5.tar.gz" - sha256 "c92b261c7bb7e13004930f3fb4b3edad8de2d1f12994dcddbe05bc21990443c5" - end - - resource "commentjson" do - url "https://files.pythonhosted.org/packages/c0/76/c4aa9e408dbacee3f4de8e6c5417e5f55de7e62fb5a50300e1233a2c9cb5/commentjson-0.9.0.tar.gz" - sha256 "42f9f231d97d93aff3286a4dc0de39bfd91ae823d1d9eba9fa901fe0c7113dd4" + url "https://files.pythonhosted.org/packages/86/c9/3c621e0b7898403556e807244104095df1132a6094384f80c272bba4e4e4/cloup-3.0.7.tar.gz" + sha256 "c852e0a0541aa433c6ab31a9b8b503f63d9881e91ddaf0384d6927965f2b421c" end resource "cyclonedx-python-lib" do - url "https://files.pythonhosted.org/packages/67/a8/c735131c5e2a4e778c335b9f2c0500829d947b095e20331c401cfd0b6ef6/cyclonedx_python_lib-8.5.0.tar.gz" - sha256 "35f7a139042e4df17ff414fa228cec83c7e4e493bdec990847357791ca72f3a5" + url "https://files.pythonhosted.org/packages/bf/70/c5ab120047230e2c9db8e04b55f9b547fcf52ec6a4a5155dd5a3a3185fd2/cyclonedx_python_lib-10.0.1.tar.gz" + sha256 "6c7a8c27a28279d22d92d4e0982e59beed3076a1aa4928a27830b0eaa2ca4f29" end resource "defusedxml" do @@ -99,8 +94,8 @@ class MetaPackageManager < Formula end resource "extra-platforms" do - url "https://files.pythonhosted.org/packages/e0/a7/7fb81009b351e4f3194806cad083515bc11d9df0c86d731c7913840598fa/extra_platforms-1.6.0.tar.gz" - sha256 "dbef8d68019362690bd87fcb98ea287e7d381d7b1758a500d66abea320485234" + url "https://files.pythonhosted.org/packages/c5/c9/23e1e12c48d684d9cb9977ddf5715de08b4a7a2bb954a2542d9252644b0f/extra_platforms-3.2.2.tar.gz" + sha256 "71ff20f757e0a73204cd5142caf0d35760ea8304a5bbd914c78fc3bdb6bdd8ea" end resource "fqdn" do @@ -114,8 +109,8 @@ class MetaPackageManager < Formula end resource "iniconfig" do - url "https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz" - sha256 "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" + url "https://files.pythonhosted.org/packages/f2/97/ebf4da567aa6827c909642694d71c9fcf53e5b504f2d96afea02718862f3/iniconfig-2.1.0.tar.gz" + sha256 "3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7" end resource "isoduration" do @@ -129,28 +124,23 @@ class MetaPackageManager < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do - url "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz" - sha256 "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" - end - - resource "lark-parser" do - url "https://files.pythonhosted.org/packages/34/b8/aa7d6cf2d5efdd2fcd85cf39b33584fe12a0f7086ed451176ceb7fb510eb/lark-parser-0.7.8.tar.gz" - sha256 "26215ebb157e6fb2ee74319aa4445b9f3b7e456e26be215ce19fdaaa901c20a4" + url "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz" + sha256 "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" end resource "license-expression" do - url "https://files.pythonhosted.org/packages/c7/97/df5570fe2f1046bb5f6eeed55815ef11e371e9310d53bd94ec8efe4173f4/license_expression-30.4.0.tar.gz" - sha256 "6464397f8ed4353cc778999caec43b099f8d8d5b335f282e26a9eb9435522f05" + url "https://files.pythonhosted.org/packages/74/6f/8709031ea6e0573e6075d24ea34507b0eb32f83f10e1420f2e34606bf0da/license_expression-30.4.1.tar.gz" + sha256 "9f02105f9e0fcecba6a85dfbbed7d94ea1c3a70cf23ddbfb5adf3438a6f6fce0" end resource "lxml" do - url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz" - sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "mergedeep" do @@ -159,8 +149,8 @@ class MetaPackageManager < Formula end resource "more-itertools" do - url "https://files.pythonhosted.org/packages/51/78/65922308c4248e0eb08ebcbe67c95d48615cc6f27854b6f2e57143e9178f/more-itertools-10.5.0.tar.gz" - sha256 "5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6" + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" end resource "packageurl-python" do @@ -169,13 +159,13 @@ class MetaPackageManager < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" end resource "ply" do @@ -184,18 +174,18 @@ class MetaPackageManager < Formula end resource "py-serializable" do - url "https://files.pythonhosted.org/packages/16/cf/6e482507764034d6c41423a19f33fdd59655052fdb2ca4358faa3b0bcfd1/py_serializable-1.1.2.tar.gz" - sha256 "89af30bc319047d4aa0d8708af412f6ce73835e18bacf1a080028bb9e2f42bdb" + url "https://files.pythonhosted.org/packages/f0/75/813967eae0542776314c6def33feac687642a193b9d5591c20684b2eafd8/py_serializable-2.0.0.tar.gz" + sha256 "e9e6491dd7d29c31daf1050232b57f9657f9e8a43b867cca1ff204752cf420a5" end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/8c/d5/e5aeee5387091148a19e1145f63606619cb5f20b83fccb63efae6474e7b2/pyparsing-3.2.0.tar.gz" - sha256 "cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "pytest" do - url "https://files.pythonhosted.org/packages/8b/6c/62bbd536103af674e227c41a8f3dcd022d591f6eed5facb5a0f31ee33bbc/pytest-8.3.3.tar.gz" - sha256 "70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181" + url "https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz" + sha256 "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" end resource "python-dateutil" do @@ -209,13 +199,13 @@ class MetaPackageManager < Formula end resource "rdflib" do - url "https://files.pythonhosted.org/packages/62/b6/4cee25689c7a3dfafeb481d358e74696fe3a8543da4cb2c1b71c0cb6583d/rdflib-7.1.1.tar.gz" - sha256 "164de86bd3564558802ca983d84f6616a4a1a420c7a17a8152f5016076b2913e" + url "https://files.pythonhosted.org/packages/e8/7e/cb2d74466bd8495051ebe2d241b1cb1d4acf9740d481126aef19ef2697f5/rdflib-7.1.4.tar.gz" + sha256 "fed46e24f26a788e2ab8e445f7077f00edcf95abb73bcef4b86cefa8b62dd174" end resource "referencing" do - url "https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz" - sha256 "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c" + url "https://files.pythonhosted.org/packages/2f/db/98b5c277be99dd18bfd91dd04e1b759cad18d1a338188c936e92f921c7e2/referencing-0.36.2.tar.gz" + sha256 "df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa" end resource "requests" do @@ -234,8 +224,8 @@ class MetaPackageManager < Formula end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/23/80/afdf96daf9b27d61483ef05b38f282121db0e38f5fd4e89f40f5c86c2a4f/rpds_py-0.21.0.tar.gz" - sha256 "ed6378c9d66d0de903763e7706383d60c33829581f0adff47b6535f1802fa6db" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "semantic-version" do @@ -244,8 +234,8 @@ class MetaPackageManager < Formula end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "sortedcontainers" do @@ -264,13 +254,13 @@ class MetaPackageManager < Formula end resource "tomli-w" do - url "https://files.pythonhosted.org/packages/d4/19/b65f1a088ee23e37cdea415b357843eca8b1422a7b11a9eee6e35d4ec273/tomli_w-1.1.0.tar.gz" - sha256 "49e847a3a304d516a169a601184932ef0f6b61623fe680f836a2aa7128ed0d33" + url "https://files.pythonhosted.org/packages/19/75/241269d1da26b624c0d5e110e8149093c759b7a286138f4efd61a60e75fe/tomli_w-1.2.0.tar.gz" + sha256 "2dd14fac5a47c27be9cd4c976af5a12d87fb1f0b4512f81d69cce3b35ae25021" end resource "types-python-dateutil" do - url "https://files.pythonhosted.org/packages/31/f8/f6ee4c803a7beccffee21bb29a71573b39f7037c224843eff53e5308c16e/types-python-dateutil-2.9.0.20241003.tar.gz" - sha256 "58cb85449b2a56d6684e41aeefb4c4280631246a0da1a719bdbe6f3fb0317446" + url "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz" + sha256 "13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5" end resource "uri-template" do @@ -279,13 +269,13 @@ class MetaPackageManager < Formula end resource "uritools" do - url "https://files.pythonhosted.org/packages/d3/43/4182fb2a03145e6d38698e38b49114ce59bc8c79063452eb585a58f8ce78/uritools-4.0.3.tar.gz" - sha256 "ee06a182a9c849464ce9d5fa917539aacc8edd2a4924d1b7aabeeecabcae3bc2" + url "https://files.pythonhosted.org/packages/36/b1/e482d43db3209663b82a59e37cf31f641254180190667c6b0bf18a297de8/uritools-5.0.0.tar.gz" + sha256 "68180cad154062bd5b5d9ffcdd464f8de6934414b25462ae807b00b8df9345de" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "wcmatch" do From cb7fd136da87f5295a53557781bbf9294f3eb40c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:07:53 +0000 Subject: [PATCH 00343/10074] benthos: update 4.52.0 bottle. --- Formula/b/benthos.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/benthos.rb b/Formula/b/benthos.rb index ed2d2d5450099..1bc4330308c4f 100644 --- a/Formula/b/benthos.rb +++ b/Formula/b/benthos.rb @@ -7,12 +7,12 @@ class Benthos < Formula head "https://github.com/redpanda-data/benthos.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a07cd20972e93a62a7ae6362922a2cec2c0692ede4ff0d5afcf7b6fd38f484c3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a07cd20972e93a62a7ae6362922a2cec2c0692ede4ff0d5afcf7b6fd38f484c3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a07cd20972e93a62a7ae6362922a2cec2c0692ede4ff0d5afcf7b6fd38f484c3" - sha256 cellar: :any_skip_relocation, sonoma: "4347d23bc899aa3e0a5cca434bc7117452d024a4477d574e50e342b880f92fbb" - sha256 cellar: :any_skip_relocation, ventura: "4347d23bc899aa3e0a5cca434bc7117452d024a4477d574e50e342b880f92fbb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d13641fcfc18e519db083c9ef2172c448d3cd1903a15e339543e4b27ac0eb934" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a799c55fa8039592fb4d8c042077f73da05aa00014e4e0cb453fc6f8c767023" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a799c55fa8039592fb4d8c042077f73da05aa00014e4e0cb453fc6f8c767023" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5a799c55fa8039592fb4d8c042077f73da05aa00014e4e0cb453fc6f8c767023" + sha256 cellar: :any_skip_relocation, sonoma: "cd32808c282d66ec21aa523786fa3957a3c53c1ee1a2a3ad97e6271ba6962370" + sha256 cellar: :any_skip_relocation, ventura: "cd32808c282d66ec21aa523786fa3957a3c53c1ee1a2a3ad97e6271ba6962370" + sha256 cellar: :any_skip_relocation, x86_64_linux: "af417f9d1515d043c58f7818d8fe9e2bd7c7f263572462b258944e18c0f9dd46" end depends_on "go" => :build From 68f29ddc4ba4995c7d07ea6fdb9c3c19be615290 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:08:29 +0000 Subject: [PATCH 00344/10074] msmtp 1.8.29 --- Formula/m/msmtp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/msmtp.rb b/Formula/m/msmtp.rb index 715f845c3a060..10ab070bcc353 100644 --- a/Formula/m/msmtp.rb +++ b/Formula/m/msmtp.rb @@ -1,8 +1,8 @@ class Msmtp < Formula desc "SMTP client that can be used as an SMTP plugin for Mutt" homepage "https://marlam.de/msmtp/" - url "https://marlam.de/msmtp/releases/msmtp-1.8.28.tar.xz" - sha256 "3a57f155f54e4860f7dd42138d9bea1af615b99dfab5ab4cd728fc8c09a647a4" + url "https://marlam.de/msmtp/releases/msmtp-1.8.29.tar.xz" + sha256 "13a78f3c6034b33008a7f2474fdddd0deaf7db6da89d0791d3d75eae721220d7" license "GPL-3.0-or-later" livecheck do From 91e30a4dcc4db30c3fed9e1ac69338f8b2854600 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:08:49 +0000 Subject: [PATCH 00345/10074] mypy 1.16.0 --- Formula/m/mypy.rb | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Formula/m/mypy.rb b/Formula/m/mypy.rb index b6bd678c39a98..07c42320795e9 100644 --- a/Formula/m/mypy.rb +++ b/Formula/m/mypy.rb @@ -3,8 +3,8 @@ class Mypy < Formula desc "Experimental optional static type checker for Python" homepage "https://www.mypy-lang.org/" - url "https://files.pythonhosted.org/packages/ce/43/d5e49a86afa64bd3839ea0d5b9c7103487007d728e1293f52525d6d5486a/mypy-1.15.0.tar.gz" - sha256 "404534629d51d3efea5c800ee7c42b72a6554d6c400e6a79eafe15d11341fd43" + url "https://files.pythonhosted.org/packages/d4/38/13c2f1abae94d5ea0354e146b95a1be9b2137a0d506728e0da037c4276f6/mypy-1.16.0.tar.gz" + sha256 "84b94283f817e2aa6350a14b4a8fb2a35a53c286f97c9d30f53b63620e7af8ab" license "MIT" head "https://github.com/python/mypy.git", branch: "master" @@ -21,13 +21,18 @@ class Mypy < Formula depends_on "python@3.13" resource "mypy-extensions" do - url "https://files.pythonhosted.org/packages/98/a4/1ab47638b92648243faf97a5aeb6ea83059cc3624972ab6b8d2316078d3f/mypy_extensions-1.0.0.tar.gz" - sha256 "75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782" + url "https://files.pythonhosted.org/packages/a2/6e/371856a3fb9d31ca8dac321cda606860fa4548858c0cc45d9d1d4ca2628b/mypy_extensions-1.1.0.tar.gz" + sha256 "52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558" + end + + resource "pathspec" do + url "https://files.pythonhosted.org/packages/ca/bc/f35b8446f4531a7cb215605d100cd88b7ac6f44ab3fc94870c120ab3adbf/pathspec-0.12.1.tar.gz" + sha256 "a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" + sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" end def install From 3eff31e11387ae771664373f545310b791a71fcf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:11:20 +0000 Subject: [PATCH 00346/10074] orientdb 3.2.40 --- Formula/o/orientdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/orientdb.rb b/Formula/o/orientdb.rb index 567f257175ea4..da2c6f094ea05 100644 --- a/Formula/o/orientdb.rb +++ b/Formula/o/orientdb.rb @@ -1,8 +1,8 @@ class Orientdb < Formula desc "Graph database" homepage "https://github.com/orientechnologies/orientdb/" - url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.39/orientdb-community-3.2.39.zip" - sha256 "7c60fb87ca825bdadd75a4bd664ff507e35d4239b158e3b0bbd3e0bba98224a7" + url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.40/orientdb-community-3.2.40.zip" + sha256 "8fa8d6f60d8e8eee862403356ac905bb363fb74859e74b416bf5374a25578d83" license "Apache-2.0" # The GitHub release description contains links to files on Maven. From 67ec7cf07f863a35b2a549814a5be8c260c66430 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:14:14 +0000 Subject: [PATCH 00347/10074] recc 1.3.19 --- Formula/r/recc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index d7a6fd0e62736..8083943ddc3d6 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -1,8 +1,8 @@ class Recc < Formula desc "Remote Execution Caching Compiler" homepage "https://buildgrid.gitlab.io/recc" - url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.17/buildbox-1.3.17.tar.gz" - sha256 "45e1a8cda8a3a06901562817520fbbbb8ed9eaa591db91f38559ba56563d1aaa" + url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.19/buildbox-1.3.19.tar.gz" + sha256 "a17a859952158ff266b6b236041be2691dd37c903083aef7109c21c6b34def8d" license "Apache-2.0" head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" From 637b08e85797ceab6efa325d6278f6141cdbfc5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:15:13 +0000 Subject: [PATCH 00348/10074] ruff 0.11.12 --- Formula/r/ruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 30ea3427d5dce..a38b46151fc4d 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -1,8 +1,8 @@ class Ruff < Formula desc "Extremely fast Python linter, written in Rust" homepage "https://docs.astral.sh/ruff/" - url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.11.tar.gz" - sha256 "fcd8fdd349559421494b653e53a2fc6441a35e51d2992af035c5e5c84e060702" + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.12.tar.gz" + sha256 "2ad90f833e177c3a0e81c0e3814e8b6571f0bc74dbdf7dc368ffcf6201ff142e" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" From d3259e67b165e32e08691df9a3dcd924384a2be5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:31:58 +0000 Subject: [PATCH 00349/10074] cloudflare-wrangler: update 4.18.0 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 24c160c95e447..1eac5dd247b99 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "339f644e9797291a077f8c0f5fd0d65e3d28f44262bc96f23c36c933b88216a0" - sha256 cellar: :any, arm64_sonoma: "339f644e9797291a077f8c0f5fd0d65e3d28f44262bc96f23c36c933b88216a0" - sha256 cellar: :any, arm64_ventura: "339f644e9797291a077f8c0f5fd0d65e3d28f44262bc96f23c36c933b88216a0" - sha256 sonoma: "3d979d9e2aa48f9f4f8b6ac3ebaabd6bd38d2a91033b6499f6eb717e02095a42" - sha256 ventura: "3d979d9e2aa48f9f4f8b6ac3ebaabd6bd38d2a91033b6499f6eb717e02095a42" - sha256 cellar: :any_skip_relocation, arm64_linux: "6a3a14d366173b5825c387b2bbafea4711b743931b8b11037dc498d9ecb2bfcf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "76649b510dfacf6007bd1863177e5b8e3262a43466047cac4eb15c2ced7ea3ae" + sha256 cellar: :any, arm64_sequoia: "319ad6a55407713240870396472ba34714226312757c8c16c9ac4f1c0ca5c8ea" + sha256 cellar: :any, arm64_sonoma: "319ad6a55407713240870396472ba34714226312757c8c16c9ac4f1c0ca5c8ea" + sha256 cellar: :any, arm64_ventura: "319ad6a55407713240870396472ba34714226312757c8c16c9ac4f1c0ca5c8ea" + sha256 sonoma: "2469fa6ab6af642d53f432eb12675fe018c4c2ab538c7e2314d24c6512d9c48f" + sha256 ventura: "2469fa6ab6af642d53f432eb12675fe018c4c2ab538c7e2314d24c6512d9c48f" + sha256 cellar: :any_skip_relocation, arm64_linux: "21015f451b97b2210a27098a6bf19335cd4ebaedc71108092bed57ec4a1a4558" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35794551a8dab029eb346c63ce3fa7da3494f5d702d06917b38811c9b906bee0" end depends_on "node" From e6b5bb09a0840278ae765e2228555a4a269134af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:37:35 +0000 Subject: [PATCH 00350/10074] cloudquery: update 6.20.5 bottle. --- Formula/c/cloudquery.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cloudquery.rb b/Formula/c/cloudquery.rb index f25582763a0ca..13d73796146bc 100644 --- a/Formula/c/cloudquery.rb +++ b/Formula/c/cloudquery.rb @@ -12,12 +12,12 @@ class Cloudquery < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae325f24dde0fbe224e05131e3c81f29df9763935cef619b8743d77a6b146442" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae325f24dde0fbe224e05131e3c81f29df9763935cef619b8743d77a6b146442" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ae325f24dde0fbe224e05131e3c81f29df9763935cef619b8743d77a6b146442" - sha256 cellar: :any_skip_relocation, sonoma: "ab736d7b8636dd128b3748ef345ff4c32ac579cfa5dc2b46bc08f72928622e0f" - sha256 cellar: :any_skip_relocation, ventura: "ab736d7b8636dd128b3748ef345ff4c32ac579cfa5dc2b46bc08f72928622e0f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "69f97a1eef37777723c9230b16ff490fb20ea6d2679cf0b280c89c7bf784ab3c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "43b3f5a021785ebd78a44cbc28efb18b2dc485c43e0ecf352f2e05325b6ed9dc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "43b3f5a021785ebd78a44cbc28efb18b2dc485c43e0ecf352f2e05325b6ed9dc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "43b3f5a021785ebd78a44cbc28efb18b2dc485c43e0ecf352f2e05325b6ed9dc" + sha256 cellar: :any_skip_relocation, sonoma: "908b69eb7f6458fe793f89aff6c3225eb89f916dbd9db51008a639407f7550a7" + sha256 cellar: :any_skip_relocation, ventura: "908b69eb7f6458fe793f89aff6c3225eb89f916dbd9db51008a639407f7550a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e8ebda75a66507bac99074bd96f1a1c88b4db004af858dd480b631d347791f9a" end depends_on "go" => :build From b25187be67a56624d07ad651439dd67dba530967 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:38:12 +0000 Subject: [PATCH 00351/10074] clusterawsadm: update 2.8.3 bottle. --- Formula/c/clusterawsadm.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/clusterawsadm.rb b/Formula/c/clusterawsadm.rb index 8cffcbe7dfdc9..5c76ffd93fd3f 100644 --- a/Formula/c/clusterawsadm.rb +++ b/Formula/c/clusterawsadm.rb @@ -13,12 +13,12 @@ class Clusterawsadm < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "522691a47f0259553b8efbe3e4d9eaed15b3b494d11891b1bc146b5e94317e66" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c7ded21106ff04a7acccb9bdfa5116c3baf79b157eb0010f0d847d3b9c118fa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3d72d4a2b48214e15e9fb7129af75dcdcec1a237d91c6dbbde6151ba12a027c8" - sha256 cellar: :any_skip_relocation, sonoma: "b51bf4f7a8bb7154ae0ac8ed24b554c8d1bd684a0bfe386201807dd56767d6ea" - sha256 cellar: :any_skip_relocation, ventura: "b4ee0e75527edf221443ebfb53a500d538ecae60d4b06959339657963ef44893" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da73b7cf561faedfb17ec642a0adde6ab5dddedf4e289bfa663069e7875be537" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "41bb8e909c8aba446a6ae586e9afe0e6337118ff51f2f8a289a7007b7b851257" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b62396ddfb38bb7f3b004e94f7c7131431fbf4095c28196a38016808e49fdab5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1f1ce88ad3ceecc5e93f64c4176e80422046b4fb5befedb368d70e90ee39c04d" + sha256 cellar: :any_skip_relocation, sonoma: "104c8d48635f4d3b0a15b4976006ec9c0dd8b1259343e873b3deba597c868d42" + sha256 cellar: :any_skip_relocation, ventura: "fb5f8dc2d32f63595d39bb220d2af0314925d5984786cb188ebf8d517e0175a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f221c6d02a6003f93f080a9b6711654a37d7200a1369e9a5760eaac73ffa5053" end depends_on "go" => :build From b577655ac569fb9263318ac3b5c3c3659e18b64c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:38:52 +0000 Subject: [PATCH 00352/10074] ddns-go: update 6.9.4 bottle. --- Formula/d/ddns-go.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index 9833d0d941038..fb7d9a91eb108 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -7,12 +7,12 @@ class DdnsGo < Formula head "https://github.com/jeessy2/ddns-go.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f73adf995e17ecc2fd6de2aacf7fef175d7c728f5ea7de388b652cf94b6e4c96" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f73adf995e17ecc2fd6de2aacf7fef175d7c728f5ea7de388b652cf94b6e4c96" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f73adf995e17ecc2fd6de2aacf7fef175d7c728f5ea7de388b652cf94b6e4c96" - sha256 cellar: :any_skip_relocation, sonoma: "41c375ee07522d2d70695b1cc486b37087b40148e1cb2ddf47cd06f4e7544539" - sha256 cellar: :any_skip_relocation, ventura: "41c375ee07522d2d70695b1cc486b37087b40148e1cb2ddf47cd06f4e7544539" - sha256 cellar: :any_skip_relocation, x86_64_linux: "38d1dded5aa1d95e9e6aa3757ba0fff6450f72fdf445ccd05d7c183fd10c6798" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f8764d5d9517c5eef19f52ef8b95ca5098500946c272eb2fd8e731ff0be1228" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f8764d5d9517c5eef19f52ef8b95ca5098500946c272eb2fd8e731ff0be1228" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1f8764d5d9517c5eef19f52ef8b95ca5098500946c272eb2fd8e731ff0be1228" + sha256 cellar: :any_skip_relocation, sonoma: "a35dc633e37a12cdb02e46cedcd9acfeb90b580ee53a9589dc82512ca9506ffb" + sha256 cellar: :any_skip_relocation, ventura: "a35dc633e37a12cdb02e46cedcd9acfeb90b580ee53a9589dc82512ca9506ffb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "51d76ae1d86f9e568f25ca8a0b8a9b83d410e816f96202eefa581bbd227e3d98" end depends_on "go" => :build From 85458fde8021f686ca1b052f52b52704d6535bfb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:50:28 +0000 Subject: [PATCH 00353/10074] balena-cli: update 22.0.4 bottle. --- Formula/b/balena-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index 0ecf4c1fb4c07..dab4f7a7c62a0 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -13,13 +13,13 @@ class BalenaCli < Formula end bottle do - sha256 arm64_sequoia: "7fde298c26a10fc482d0ab484ecbd1c85265661bc7696362af4a8af89d8e2e39" - sha256 arm64_sonoma: "edb6a7895ae83814bf6aa1b0c4e608ee7134d706f96091f7c4125e0415f214ed" - sha256 arm64_ventura: "d5725eea46da1d96bf25c024f18f2b6adc0a4097f1e1a12f4aae504ea2c36142" - sha256 sonoma: "081269ff06101c8f8ee0abd556c3ea50600a3d56dc7603de2d725ec46d3b7383" - sha256 ventura: "d6b5c35a31d308e897c3d991695f52e3afd4d1a457df1c2c73e6eb9349da566d" - sha256 cellar: :any_skip_relocation, arm64_linux: "38d8f1ef81d074f64a8b825c6586b58d0e1d6cbe0dc2abbe3ba6eebefe0be446" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fb44cca086e1e514e5d17fc1990acda8dea67c645dec3900e9a072c5e1b9a036" + sha256 arm64_sequoia: "743dde167a5e8a6cc5d25c5252c793424f2fa4338a89bd19b53372eb19fcd0c1" + sha256 arm64_sonoma: "e69c22e323be2099a6aa7cf195c034bd27f9842b45e7e651b7b4ab5af8d34251" + sha256 arm64_ventura: "73b3add980233a3acfc4a1b745eb69878e81cf0add183900a3d94dbdf0c5995f" + sha256 sonoma: "6a29b42eddc4fe09712f216c4b162d9e369fb9b1cb99660be382facfbbb9bd5c" + sha256 ventura: "0cdd69028ce375e41becb03e23f16ee6092345b8adc074552a7291846b49b97e" + sha256 cellar: :any_skip_relocation, arm64_linux: "729f4a4ffd7dc546b0de395ecb8a1c34f2de8d70995ef214745b1e69e03a9d8c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e8f328837cc22ac31663672b33aae0cfab7778b7002d251b1ded6f392c061f2" end # need node@20, and also align with upstream, https://github.com/balena-io/balena-cli/blob/master/.github/actions/publish/action.yml#L21 From c55a3dfdb890ebdfab5d8da55a0d405cb5f091fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:51:53 +0000 Subject: [PATCH 00354/10074] clang-format: update 20.1.6 bottle. --- Formula/c/clang-format.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/clang-format.rb b/Formula/c/clang-format.rb index 09ca5e7337bd1..00a30b6a7f82f 100644 --- a/Formula/c/clang-format.rb +++ b/Formula/c/clang-format.rb @@ -45,13 +45,13 @@ class ClangFormat < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea669b1bfb5882ed0983327b2808ea0a9be3258e21e6c25ea6fb989521966fc1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e44a44ce9a155549523b34b37a7fab2bea7a711393f7874693fefa10ed29095" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9cc18f4d3574af2dd57a91326db1025aaf6b141cd6d9b55999539ebbe94bdad0" - sha256 cellar: :any_skip_relocation, sonoma: "4952d4eca5df3f7d37a5a397f6588b9bd88a282af5bdcfe097d7690720e6f9fc" - sha256 cellar: :any_skip_relocation, ventura: "04ade8931d414633ed449ad04e2e972ff1f0acf2881ead258425ffaca6481f7a" - sha256 cellar: :any_skip_relocation, arm64_linux: "70164ec17f614c57c393aaaf6641e87dc18cd185a0d3d8a8299e05df751fb57e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "963701e8f374fb9669526ded749e8a6481cb73ab74f99f4eecb3e4cee42fbb61" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "11fa116d47569910a387014d5abf3f6a269fc156ff249e0933a934615e60d254" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5caf4489db4599930853d278732e9db7523247fa3a4d4a76cc6fe0b7a77d230e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "02601dee6406caafe7dafa53f5a9f32bc88d3f42d79598516268c5dffee1a08d" + sha256 cellar: :any_skip_relocation, sonoma: "49bb9c17d9638579bff556cc7924ab1c5ddd01f64b20a62f4b70b5aa18d2fe1a" + sha256 cellar: :any_skip_relocation, ventura: "50a22922df63cfc47e6de0330f240fb0757d254b0c59c53aa6e42cb2c6d93c10" + sha256 cellar: :any_skip_relocation, arm64_linux: "9fd0d9ca9edbf32d3770312a49d0c94097a25b30cc1b3b0c01f85fa4c4459491" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e877aed438bc5c1b667e6f392479da6fd5f0a11636e9d2d2d213107b61b07531" end depends_on "cmake" => :build From 207a9c1baf133e01b5d6b9ff603a44c91e5b90e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 14:10:25 +0000 Subject: [PATCH 00355/10074] oh-my-posh 26.0.1 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index b7fa5149b2199..dec7ae53feb32 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.0.0.tar.gz" - sha256 "30df0a49a76196cf1ee96d3a0ac19838810d828ceebb9268ce28c137939b5861" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.0.1.tar.gz" + sha256 "62120fe20ac17538ae9e881a247a60b7c7adf41be6dadee81cf5c227d9e85d2a" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 27f9c73fee9c9e02aadcff96f06d9392281f7d85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:25:09 +0000 Subject: [PATCH 00356/10074] libconfig: update 1.8.1 bottle. --- Formula/lib/libconfig.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libconfig.rb b/Formula/lib/libconfig.rb index 73daa5ce992d6..24ccd4e2a14a4 100644 --- a/Formula/lib/libconfig.rb +++ b/Formula/lib/libconfig.rb @@ -7,13 +7,13 @@ class Libconfig < Formula head "https://github.com/hyperrealm/libconfig.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "f1582c0c9117c9a775cdc0898fe45f8c543bcb5236035228a1150dfc7a9ed7ce" - sha256 cellar: :any, arm64_sonoma: "7b5064bff1eb6a30a0172c2050dc6a29f0a8e15b038bfea0336def3363b08672" - sha256 cellar: :any, arm64_ventura: "4ef4fe93b31d05bd5849c306010fe6b00c0e9836fff6d9004add313db4b56cc9" - sha256 cellar: :any, sonoma: "021fe870c6883aa87b7295dbc0f8ab0a9043809fbeb18079b592d07989d09025" - sha256 cellar: :any, ventura: "80ad14edf165d87fe442a3583ab2d3ca5aef504ff31ea634a4511da198d724b7" - sha256 cellar: :any_skip_relocation, arm64_linux: "5931f3faddd9baa428b034285bf08357765a69e54e8a4e49160f866d88bab368" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e597a3334e1b4e1043d909232489cc1ef255a49522e9bdc1849be4afb968ab3f" + sha256 cellar: :any, arm64_sequoia: "a7f4c911aed6b617d9b54898d2db28752beb4ae8c6fedc542e078d7153393b8d" + sha256 cellar: :any, arm64_sonoma: "cf947b246c6fa471c84bdabc72cd0b9cc308cf8c5c73ecf3c31a584e86e07c56" + sha256 cellar: :any, arm64_ventura: "f676b9722a4ea9abdb769d59b7d77efcebd06b16ca2a25178da5dc06b7732a7c" + sha256 cellar: :any, sonoma: "680393735071e707fa197403ae718784169ca78f9114b75cf2642bc1d284e3b4" + sha256 cellar: :any, ventura: "845d83dcd540e6b4f2e7a50aa63e4435a32cc4cf680776dd67a79f0f70f9b585" + sha256 cellar: :any_skip_relocation, arm64_linux: "550be19328331c113b05238452db7e0fdf42a2a317a4c59c829fe60587a98bb2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "83ee143485d7fdf1c9f4d72a95811c8e200665de550972786ff89129fe035542" end depends_on "autoconf" => :build From 9e696b6acaa3aac1073802674a7c254585d80568 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:25:09 +0000 Subject: [PATCH 00357/10074] mandown: update 1.0.5.2_1 bottle. --- Formula/m/mandown.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mandown.rb b/Formula/m/mandown.rb index 7ada4657091c5..bad4542c5a896 100644 --- a/Formula/m/mandown.rb +++ b/Formula/m/mandown.rb @@ -7,13 +7,13 @@ class Mandown < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "16dc6fc0dce771f2568a38212dbb8ee9a4c262d737e83ae2a05575f1f29931bc" - sha256 cellar: :any, arm64_sonoma: "7ae97c8f48213d8aad67e3d9edb24d832569fa69487a4fb7c1db3447b2a024c8" - sha256 cellar: :any, arm64_ventura: "24b373ecb63b84230f0f86f745cb4249239a042b32ab1cbfd40605078460119d" - sha256 cellar: :any, sonoma: "6992cc1fe420af48147fb1a65db14b4c802977e42d5398bd794761c735131d53" - sha256 cellar: :any, ventura: "8eae3a3b31cd0d843b6ff09dfe3469ec3bee7767a51fcb39c189de9f6526148a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a4f3e1393953047b195a1393c6ff664ed8ca7c9b96dc0d510acd7b4b3ab05cd1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f23f558c76c49fff56ffa50d019c8866b34eb3314a038e4229d12cfe6036fed" + sha256 cellar: :any, arm64_sequoia: "62058c08be40e955aa5a9092da1b9c5975391f1715432219bbe6dad514c681b1" + sha256 cellar: :any, arm64_sonoma: "d343e0a1552d905a9fcd584e61c76529bcc8d26d91974b93b29ec0af577f7291" + sha256 cellar: :any, arm64_ventura: "51097a822ac6600795f5edcc3731477189e06856cf244d8d21ba6c0ff565ac26" + sha256 cellar: :any, sonoma: "2bb2bfe9ada4cdbb8c6a6076919aeaff49d7cc62624370f887193b55dd7963f1" + sha256 cellar: :any, ventura: "ab61a2e08c5a47dc9cac7f6dfed509bae5bf0b4639710b68bbb8b2c4414d1c70" + sha256 cellar: :any_skip_relocation, arm64_linux: "57dfe62d68152f7084d3a6e565ad0ff2dc182e78134938d16e73fd8a845c310e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0629af3814a1f1ddb1db8d5d1c2fa110114b959899dce4b8e4e3261e91469c4a" end depends_on "pkgconf" => :build From d50d3911cadac6db9937481d6698496784efa9b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:25:09 +0000 Subject: [PATCH 00358/10074] shairport-sync: update 4.3.7_1 bottle. --- Formula/s/shairport-sync.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/shairport-sync.rb b/Formula/s/shairport-sync.rb index e9a95932ce9a8..2ed494d792479 100644 --- a/Formula/s/shairport-sync.rb +++ b/Formula/s/shairport-sync.rb @@ -13,13 +13,13 @@ class ShairportSync < Formula end bottle do - sha256 arm64_sequoia: "c25646009fe8cddab1b71c91b10a39f911e97b3b3eecb86eb89abf5b06314e09" - sha256 arm64_sonoma: "35734a8d4528fa4adfda8389a9928ccdc0537fe2cc85c7d84a8fca56f2ad8f04" - sha256 arm64_ventura: "8cf7de53d4ddb584a9c867487d12b63398c12a70828854856b356b89744bc5f5" - sha256 sonoma: "c354b7d9cbb4d7ae6f6c0eb45e90673033ed3a9f00fcc365aadb0126c03485e9" - sha256 ventura: "b926bdadaad35052db8c2b52c0d3c2f3a70b5029084e1f0f390525588e2a17bf" - sha256 arm64_linux: "371e002a675cc3343cbf7e9632b4d6b36cfe6c32465c3970fb22fecaa2f3dc2b" - sha256 x86_64_linux: "a11b5f33ab1cdf35b511fc944c61c192e9c070d58b09bcfb0b108388108208eb" + sha256 arm64_sequoia: "7545247fdb0c6f1d073bb20d3bc89304637ee0d57cee66e725e1ee32549dd1ae" + sha256 arm64_sonoma: "21a738ff972c71852726ef8073116fb6e77db042d92a4846b9aee123af0f5ff8" + sha256 arm64_ventura: "1cb4522df509d78bc574c27a8d668b6bf639dcb0e6a68d015b8e93205c1c0ac3" + sha256 sonoma: "a61879e3ed9398bd9683ad8851d54db9c49a0bdf701cf5b58b6bc79f101ed553" + sha256 ventura: "eea7570e9fcc832b79f410bb906dac1fadb920deca94edb3d81f74544e48acb4" + sha256 arm64_linux: "69d9c8f3540f793214bbc3e9bbf61b39b5b4caa3bcd7c5c17a958ab7eb599164" + sha256 x86_64_linux: "5098428e618dec3360e3cb5ede3eaec09611ff3cc27596fc9a9fc2a737917bf5" end depends_on "autoconf" => :build From f60a8744b90f67e605b9bf798d872884a3b3a6a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:25:09 +0000 Subject: [PATCH 00359/10074] sslh: update 2.2.4_1 bottle. --- Formula/s/sslh.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sslh.rb b/Formula/s/sslh.rb index 701ea7f5e9e42..c10e186a7e596 100644 --- a/Formula/s/sslh.rb +++ b/Formula/s/sslh.rb @@ -8,13 +8,13 @@ class Sslh < Formula head "https://github.com/yrutschle/sslh.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "b4bea43abc8cb06c794eab8b50340c0362c2662f296511080d25845f69293faf" - sha256 cellar: :any, arm64_sonoma: "a79324fbee9626d381e5dab7d4ead836ced20298905976d724025d1a8d0415a0" - sha256 cellar: :any, arm64_ventura: "4faad8f00274c1ed32cb9c51c739b0b3818dba0473f7a01a7ede79e0a1e30c92" - sha256 cellar: :any, sonoma: "034d8cc078f920c1d17309cfa139a56907566b036c8e822c3cecaa5c26662024" - sha256 cellar: :any, ventura: "497c715950f617bba777b9583679384d3dae2b7df9c2d54dfa32a6f60b541fce" - sha256 cellar: :any_skip_relocation, arm64_linux: "b20ee56e1713cc9ab280630ea76598c90ce1ded6b2339b0b575012bc6b51478a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bcbc728fae44f99545d0d0ed046cf5a4d79dab9f3551524bfdbfb0030118a573" + sha256 cellar: :any, arm64_sequoia: "e33d422b1f3f1d783ee9eeec9cd64c42cd6e0d06c362637f1bfc7f537d5f2814" + sha256 cellar: :any, arm64_sonoma: "091f2de2472186c442ae24c9ff763df2b2d434a1fa0ca7500d268e58ff791f2a" + sha256 cellar: :any, arm64_ventura: "a2209306dc2d303d47cc270a19a871c5f2c4f5ca7a717a8d4dc329702413de1e" + sha256 cellar: :any, sonoma: "c8eee00ba3f59650f9a59e1e1a6a8424daad7450c5d08d6d1808a4d44a179a0d" + sha256 cellar: :any, ventura: "4c54b471800cb1bf08765a1a8110bc8e2ea6c9620789b4adf5f669a6d087d16a" + sha256 cellar: :any_skip_relocation, arm64_linux: "56772fbb85b860f1a6813151f01adee469d0dd31d77d66e84e4362df8ce877d2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dee17158a3b5586ec93fbbd1934dfb06d20314a6b8b73409530aa7de3350bff7" end depends_on "libconfig" From 255b9be0d154651abea10d2eda1d1207a225b94e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:25:09 +0000 Subject: [PATCH 00360/10074] toxcore: update 0.2.20_2 bottle. --- Formula/t/toxcore.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/toxcore.rb b/Formula/t/toxcore.rb index e5b1d4d16b3a9..18ebe64803a77 100644 --- a/Formula/t/toxcore.rb +++ b/Formula/t/toxcore.rb @@ -10,13 +10,13 @@ class Toxcore < Formula head "https://github.com/TokTok/c-toxcore.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "4b51d03e981b5832b6a24558df53db302c4fe390f376101c9a149d2d5c7dd014" - sha256 cellar: :any, arm64_sonoma: "c79e553494531763dc31ebcf73b8e09422591649ade2bceaf256d2b104401627" - sha256 cellar: :any, arm64_ventura: "e91b248155d9c00607aec320b8e0eedbd967ea18c347f32524c1ff3ef81d7d9c" - sha256 cellar: :any, sonoma: "919e2e5465f99745a84360b99fa84c939344e9a36b2c0722740d0a7e8b569840" - sha256 cellar: :any, ventura: "5ec3104da70c2c0d2f8763e3dc0642579d7ba9ae1a26eb1e6a47e72002827418" - sha256 cellar: :any_skip_relocation, arm64_linux: "a4654aa4c40c30cebec0fd99f5d410f1b3d3388b860adca5d4d28414546748d9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "48a8822a0ab64a660e5f19c9b480c53e43358b89a8982f149bb0aeed40d00728" + sha256 cellar: :any, arm64_sequoia: "3379c4a841b711aa33e822e3b99fedb344ef6cca8c23ac87ca636f16516bb7ff" + sha256 cellar: :any, arm64_sonoma: "61ed64fe45f6ce3191e5c53c04d2d49aa4c5cbfe739971e1f45cb42a7b400754" + sha256 cellar: :any, arm64_ventura: "6bd944dabdce173a8d838e61b511bbdf0076a69ca244f06b8a4abe057b6df206" + sha256 cellar: :any, sonoma: "fbb6f976d3eb729b4a4cb934dbe11abb47ec1f90905c114a35636f3e9c1c3165" + sha256 cellar: :any, ventura: "2e8cb55ca687bde4925ae3d4b79bfcff988c7dce31c7a5b12e337392609fe1bf" + sha256 cellar: :any_skip_relocation, arm64_linux: "ff21beb0e5b1a7f90489cd6b5d0130713a6b5c59cdfcc3565b706f3299342112" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1118526ac90564b275c1b5d2373fb942448fe6d2edc513c728eea469d3f8f5d9" end depends_on "cmake" => :build From 77333e435183d2a14e64eca587a26a33bff210df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:29:23 +0000 Subject: [PATCH 00361/10074] msmtp: update 1.8.29 bottle. --- Formula/m/msmtp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/msmtp.rb b/Formula/m/msmtp.rb index 10ab070bcc353..f0996a83cd5bd 100644 --- a/Formula/m/msmtp.rb +++ b/Formula/m/msmtp.rb @@ -11,13 +11,13 @@ class Msmtp < Formula end bottle do - sha256 arm64_sequoia: "c4c70693d1e16a0c6b8a55bf52a548760b3bc16df35bf0c70312ef2d57ffe187" - sha256 arm64_sonoma: "9194d0b211b262ff0022ff7e54e9c6ae3b91fbac8117e9efc4d20bafbf6a2bf1" - sha256 arm64_ventura: "b529bbf1481c29d5d14fe62a45ab2860c29c173071add866bfe30627ff4b5da1" - sha256 sonoma: "d44aa70e8a8bebc73d42ed949d93269434aca16cd400826bba636d4a7e5d8d6e" - sha256 ventura: "0df3276cf5404eec6e3d88c2b052e0d16d957033eb55aff75e2e4d83f518cb5e" - sha256 arm64_linux: "c88f3518fbb8f4a3ff15a0806a64d5526af4a53bb379b276b72c691f6c6039a2" - sha256 x86_64_linux: "0ee69d963d12c0ec32977dcd57b555755024e480a433abb0cb40b0ecdb8425f2" + sha256 cellar: :any, arm64_sequoia: "5793f70b0e512d28643bda350e34e14e4679b9299385a9b4301787f3a27aa6bb" + sha256 cellar: :any, arm64_sonoma: "70bbf8f1ba7aaaf77c7df3ea3deed9fadf430f36c9756c0076c33a1bb805a406" + sha256 cellar: :any, arm64_ventura: "ac497ad24c148063033e861fa66542baed40e387659852b2fe21842ebd9385ff" + sha256 cellar: :any, sonoma: "e789a1a773f3de817d23924030e299344a53f8eb2383fc2bc301df0709e70e21" + sha256 cellar: :any, ventura: "74990ba3528f5f6053e428e51c4f36f2dfb35b9dd3ddcfc41c08fe2666ab25bd" + sha256 arm64_linux: "0b92a6ebef5af39e7b5abff48ddc91b58fec162c9acd58e37f8fc8d14e2888d9" + sha256 x86_64_linux: "2be130885b631ec5d17701fd8ad9f5a4a98834ee219bc04e0c9b172328f00a30" end depends_on "pkgconf" => :build From 5452f271bd0389f34d0f413501774b69f9032f39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:29:30 +0000 Subject: [PATCH 00362/10074] orientdb: update 3.2.40 bottle. --- Formula/o/orientdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/orientdb.rb b/Formula/o/orientdb.rb index da2c6f094ea05..a821ae1b762a8 100644 --- a/Formula/o/orientdb.rb +++ b/Formula/o/orientdb.rb @@ -15,7 +15,7 @@ class Orientdb < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "92d69de0b12d28862d7dcdaacfec1b04e9be26c8af0b8ed6df5e237b90ed2b20" + sha256 cellar: :any_skip_relocation, all: "a18b2a1dfae62d6abc1aabb867e35f2719578c5882a1c7f15cc005c79b20a18b" end depends_on "maven" => :build From 9e6ab8b93ce0bd6d772e70006094c4ef6d1768ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:30:36 +0000 Subject: [PATCH 00363/10074] i2util: update 5.2.0 bottle. --- Formula/i/i2util.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/i2util.rb b/Formula/i/i2util.rb index b5b459ff8458e..ee6d02fa82439 100644 --- a/Formula/i/i2util.rb +++ b/Formula/i/i2util.rb @@ -11,13 +11,13 @@ class I2util < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6cc0c4bc1018bff30946b704981b5f4121919962ede12492366c3717777cf6bc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5d1c9bdbf91900b34bada6e9156d78591d320a8eaed4919032d5978a2ec7121" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b24f1cef4b07175a76cef6b7fe947f0d79c28da9190f1e1178774f2e0a1e0972" - sha256 cellar: :any_skip_relocation, sonoma: "befe3806ff0f7dfc7b16ad24d053b6d413f9b8707308a785ac5389a72bc138dd" - sha256 cellar: :any_skip_relocation, ventura: "6eb5a9b77aa09934bab46691646a8b9ece5052463808e090475ba5acd4b2af0d" - sha256 cellar: :any_skip_relocation, arm64_linux: "f7d0dc0e964c27a230992004304252eddcf4eff8f50564f26b0c74296d84bd35" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e6aa9300019b1866dcf826c8c62d5dbcfe47ac41b318db7c32d45af4038c2cb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a861c9fcfb72179c2e22f375abdbb360dc3ba6dbe039000614184d9e539a9137" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "db44868f5e1cc5ee81eb16dcde3467fa23922886229d789bef0028fe370e3817" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8705fd1021c8ebdd4cf7a7c37055b08856260c6fb9c7388b56e29c72159b66eb" + sha256 cellar: :any_skip_relocation, sonoma: "ad7c893387d726c53a2eee84f017ac584372920c321c9c6d7d617d3b5f4719ba" + sha256 cellar: :any_skip_relocation, ventura: "660ceb9808052423202cef9312caa2999e5275b72051ab3404f6099126138c80" + sha256 cellar: :any_skip_relocation, arm64_linux: "64b354753d69e9b40d9f6fd30f9785a671a55012cf0f490a744345229f6d253d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe20c6fee3ac6aa1def10017ae23d80f8ce34a27a420f62577c5bd4c3da95af3" end depends_on "autoconf" => :build From 6e893f179a55257b2dd5c2aaf2dc1ab0c4c35351 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 29 May 2025 11:31:27 -0400 Subject: [PATCH 00364/10074] curl: conflicts_with wcurl Signed-off-by: Rui Chen --- Formula/c/curl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/curl.rb b/Formula/c/curl.rb index 22ea8a6317bc2..a16c24526507d 100644 --- a/Formula/c/curl.rb +++ b/Formula/c/curl.rb @@ -62,6 +62,8 @@ class Curl < Formula depends_on "libidn2" end + conflicts_with "wcurl", because: "both install `wcurl` binary" + def install tag_name = "curl-#{version.to_s.tr(".", "_")}" if build.stable? && stable.mirrors.grep(/github\.com/).first.exclude?(tag_name) From 9ffde10567acbfaf28cfbf13ad708c36b78f6b4f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 29 May 2025 11:31:52 -0400 Subject: [PATCH 00365/10074] wcurl: conflicts_with curl Signed-off-by: Rui Chen --- Formula/w/wcurl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wcurl.rb b/Formula/w/wcurl.rb index 5c1d9261cc5e2..71b088c51b519 100644 --- a/Formula/w/wcurl.rb +++ b/Formula/w/wcurl.rb @@ -12,6 +12,8 @@ class Wcurl < Formula depends_on "curl" + conflicts_with "curl", because: "both install `wcurl` binary" + def install inreplace "wcurl", "CMD=\"curl \"", "CMD=\"#{Formula["curl"].opt_bin}/curl\"" bin.install "wcurl" From c5a04c2e7166a580aa02ed33aab83394d61587ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:34:16 +0000 Subject: [PATCH 00366/10074] mypy: update 1.16.0 bottle. --- Formula/m/mypy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mypy.rb b/Formula/m/mypy.rb index 07c42320795e9..7c31085015769 100644 --- a/Formula/m/mypy.rb +++ b/Formula/m/mypy.rb @@ -9,13 +9,13 @@ class Mypy < Formula head "https://github.com/python/mypy.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "47a46cf281316caa47a3c03130a1dbb302bf9c4b744300d848ebb98e31b936f4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ed30d04ea17719cff0a7a43dc8f2c038c3e776c1cadf97936203787bb63360d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "60f43861fad3cb704383a97d5ce98829b77a076afe2ba8c0129f7179f3590c6a" - sha256 cellar: :any_skip_relocation, sonoma: "0e578864a81144771caffa814b3334c2fcedd2863a57ae170f02bc432743e6ce" - sha256 cellar: :any_skip_relocation, ventura: "492cdd65beec15229107beca1198e90a9c560138f8c749ddefc5539f392c5ed4" - sha256 cellar: :any_skip_relocation, arm64_linux: "f8765920d1c8270415ec11c3e121512cd97b497f1ba4277bae9a4fd053f91b87" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eceba777bfcaf012dcf14739c7899fbfcf08c9b01369a019f0e3d662760db1c0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d830a7088dde741dd5c44208f2e9cf301007c6b1f90fd37c36205c11bc3070c3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "36a2cc890d5f3b944179b0b477d58131903885dbe0be57d9e6fbfe7324782307" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f5df643805c93a15c8fd9521a779e0bb782c5db86d4fd20fb8a82cbd2a08dc83" + sha256 cellar: :any_skip_relocation, sonoma: "43cbd6132240d845442d7008614e4b1edae52682cf55df5f1ed687b6b02bbfb5" + sha256 cellar: :any_skip_relocation, ventura: "0f06af1686924f7f094454f12c72a4716e89cd1414d4e6ed0570b43366ad7a83" + sha256 cellar: :any_skip_relocation, arm64_linux: "abf641ca5f2da8d141804775179162795a46b7ef2b9f18e13cd0ef669012ff27" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b0a24800f287ba98c8c09d00fcecdaf983d5b77d57134f801b84db46075f599e" end depends_on "python@3.13" From 8e6adb47895f1e400dc4d0bdad71bf46cc4d1fa2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:35:56 +0000 Subject: [PATCH 00367/10074] recc: update 1.3.19 bottle. --- Formula/r/recc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index 8083943ddc3d6..17fbe1988a5a5 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -7,11 +7,11 @@ class Recc < Formula head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" bottle do - sha256 arm64_sequoia: "26963e03172faee84468e17684b23102d6e6c9e3029f2d703a76176e6012123b" - sha256 arm64_sonoma: "ed4a02f870548f9c2e5a192aeb767b35517a579173ec523eb43d01f6dde1d35a" - sha256 sonoma: "4aefd4858c876d046a3cee0861990d5807080885b2919798b581bcc3438c2c15" - sha256 arm64_linux: "92dd7b2c1e07fce9cd6837fb1d2b45767a934b1284c4569121fcf3f954a62aad" - sha256 x86_64_linux: "bd54d3b628d4b4568da3687ef5966204595b29844f6efc4845472b2518388da7" + sha256 arm64_sequoia: "1c2b74e7daac38dbffae1e9f74408e6979d75070a5e1055681b586549c2d9ee6" + sha256 arm64_sonoma: "22bf7760db108939e2228c441b203996a9df510971c721c4e8c4f40977d23129" + sha256 sonoma: "0489ad804b6008597ac77adbeb3cca0378923448f157325260caf42afd9f62b4" + sha256 arm64_linux: "df0a38a8084f2da61ef6e2c9efa8d95d69134b3d00575bd5473f0c81b4534ff7" + sha256 x86_64_linux: "8fe9437f27344b8b54084962a1d0e3cc8cce6e7f18c9f3233b7e3c23a3e3bb79" end depends_on "cmake" => :build From 5d873d71988b4296ba1da938b0a01b5819d81698 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:39:59 +0000 Subject: [PATCH 00368/10074] meta-package-manager: update 5.21.0 bottle. --- Formula/m/meta-package-manager.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/m/meta-package-manager.rb b/Formula/m/meta-package-manager.rb index 03303631939aa..fe5222d32e283 100644 --- a/Formula/m/meta-package-manager.rb +++ b/Formula/m/meta-package-manager.rb @@ -10,14 +10,13 @@ class MetaPackageManager < Formula head "https://github.com/kdeldycke/meta-package-manager.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "ff773a351cbd752f6a402f4ff344817bb69cfa2fcb9f665570172df2c2a51924" - sha256 cellar: :any, arm64_sonoma: "0365193ee89f16e09e8cccf5a89cecaa7786e30b53207b1b6a479f8673cc5d55" - sha256 cellar: :any, arm64_ventura: "4fc787d52a7d884903bdca03a5bd3d1cf8ade9497d881da85a19986f7e6c709e" - sha256 cellar: :any, sonoma: "a09a4fae321228c575444a597f050b97b4e30a80ce75ab170569bb365326ad4a" - sha256 cellar: :any, ventura: "5ef47cff88cbcc062492a62d7edbc7877de4d8e93fadeb726a3ce9f99760c420" - sha256 cellar: :any_skip_relocation, arm64_linux: "b193b5f89bba2ed6497db904c2c9d2a67c5b5224218ee51c80c5da3b378927ec" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dffc1654fbe7af22ead2d939727e289c42e8914fc0a56fa4c0d5d409def943df" + sha256 cellar: :any, arm64_sequoia: "48ddbe964235db930c0dea68e41d6c63458d0e460d4b7e0c2ebd49793510402a" + sha256 cellar: :any, arm64_sonoma: "373ec44cac41a5415a9b7c79296aa5bc8ab41b2229ae449919d5d98213c5e5f7" + sha256 cellar: :any, arm64_ventura: "73485a7b2585380d2dd6754ad11f0b0e95acaf1269f0c6097994ccb7f613b17a" + sha256 cellar: :any, sonoma: "b36ab2d6d5068c47961c73a637ec36cd807a8edf06b75d23922a59cb58391728" + sha256 cellar: :any, ventura: "f359420956d1255570ade7cff69c5f4de8861817d0a7214c5ccff0a13fbd978d" + sha256 cellar: :any_skip_relocation, arm64_linux: "5d2849773bbfcd986c02fc213c81421fc16fb6f27c93a19172092f1d5c396cfd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "402b2cd5df12b4ecc5978b53d42c2bfb936cdedb0f8270f0e7f331c788a7bc18" end depends_on "rust" => :build # for rpds-py From 5e7eb9c68f19c38aaa95622d7918f9d8954f5637 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:42:18 +0000 Subject: [PATCH 00369/10074] oh-my-posh: update 26.0.1 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index dec7ae53feb32..0b8c30937c8a9 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "33a2e7596e0b5c044050f4d1b8419c8f174ca6d5e26e6392aa52710e76314558" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3cf90700992aeabe7ffbb870ad1b5f4b27f805b0c13985e614727c727985467a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "88c9ebb500a9fa6949a8a106af60dd731cfe72d2b6e63b280df08a9ebed4db93" - sha256 cellar: :any_skip_relocation, sonoma: "3125b1696d85b9321c7b454ce68352a6e63b73158389542af5fc38ea48ff5fcb" - sha256 cellar: :any_skip_relocation, ventura: "abcfcb21f9eadf55cab8b7b8adb34632f28293002cc8219521cb0b5b9ae5b727" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ccfb33715071adf594fe9f522c318040f9f8aa39dee65da40b7fc13914b76d35" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1745ed3c0acda451d8573bc76266c59a9e33a42eb1996139d2de22e9dca9dbe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca1e5f8b827617e15c785fe463a664803b70caf7e2887539e7a668e082edf9c6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "63e4cd06ecc51bb8f824f54f3ea2958e19f8340c67b0db2e7e57e3e69d652be8" + sha256 cellar: :any_skip_relocation, sonoma: "990b4cf239160e58ed5d3ceffbe908f1766802c03d93ea7f4e0223635d5351f0" + sha256 cellar: :any_skip_relocation, ventura: "e46e93fc51aae05f432a1ccb34d9aa2b775ff17c2fcf666131ca84da3b0d83a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a32a61225da785b70189cdda20c582d9247038359327360841cb815ce01bc0b9" end depends_on "go" => :build From a155e8ae49468f8c5966ccdf3327dd518d9f612e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:53:00 +0000 Subject: [PATCH 00370/10074] libclc: update 20.1.6 bottle. --- Formula/lib/libclc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libclc.rb b/Formula/lib/libclc.rb index 6c6d4b5d12416..7b01a43e7e439 100644 --- a/Formula/lib/libclc.rb +++ b/Formula/lib/libclc.rb @@ -11,13 +11,13 @@ class Libclc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bfc4156222dfcef2378951f8d8e7825b040c4bd7bc6aee3b2c5e0351dce0408" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5bfc4156222dfcef2378951f8d8e7825b040c4bd7bc6aee3b2c5e0351dce0408" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5bfc4156222dfcef2378951f8d8e7825b040c4bd7bc6aee3b2c5e0351dce0408" - sha256 cellar: :any_skip_relocation, sonoma: "5bfc4156222dfcef2378951f8d8e7825b040c4bd7bc6aee3b2c5e0351dce0408" - sha256 cellar: :any_skip_relocation, ventura: "5bfc4156222dfcef2378951f8d8e7825b040c4bd7bc6aee3b2c5e0351dce0408" - sha256 cellar: :any_skip_relocation, arm64_linux: "5bfc4156222dfcef2378951f8d8e7825b040c4bd7bc6aee3b2c5e0351dce0408" - sha256 cellar: :any_skip_relocation, x86_64_linux: "91c6dbbb914a3f24ca32b20f59cbeaa8ab7ca800fe240ab4ecdf6af48d81d54f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" + sha256 cellar: :any_skip_relocation, sonoma: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" + sha256 cellar: :any_skip_relocation, ventura: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" + sha256 cellar: :any_skip_relocation, arm64_linux: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "88b8eedcb7712688e74d9a1c9e5981438e3f1e389326e0a3f2680800d9496fea" end depends_on "cmake" => :build From 2557bd6e686cf88c1124f9234b6f561dc36f4c05 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 15:54:56 +0000 Subject: [PATCH 00371/10074] ruff: update 0.11.12 bottle. --- Formula/r/ruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index a38b46151fc4d..320bcaa7d0bdc 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -7,13 +7,13 @@ class Ruff < Formula head "https://github.com/astral-sh/ruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c331261bfb1275c0939391a72ac483b0691b696dfa9b21f1b4c9a2b6e0ddc5ee" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "50fa499f04d37a02ffa5079bc9d6a6302bf4b43dd30452dd88b06616fd24a89c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "97d22b815d65767fc8798ba2384f4b8d88a83272f71344764afa080f1aa3f5ee" - sha256 cellar: :any_skip_relocation, sonoma: "5139ed073c447c796490a8e05f38561f09bc77edcab3946da3dea9f4e7c96a85" - sha256 cellar: :any_skip_relocation, ventura: "1550bf4fd06ef4799290054968e7d5f181f2d1dfd4dcc14358a6407bc6112ffe" - sha256 cellar: :any_skip_relocation, arm64_linux: "054aae9858b4ce1ba1e76fa691d07a5ab906afd7502f8ece8d09077d4343a273" - sha256 cellar: :any_skip_relocation, x86_64_linux: "492ee6f64366ab9f725e29bd8dccf1416f18562514c9dae259bd089cddb93562" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a87dd795380749394d069bf87be4b392178d6754ad84f66cea7d0f24ec192b28" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff4015336635fe4ac56f5ed7ca1bcc951390ba3a2d0265c74a8893349329a960" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ec6fec0bdac214af90c3ea96796561c729f2002b70922d94d4f8503148a27f59" + sha256 cellar: :any_skip_relocation, sonoma: "aa7976226114381f4e1792a415a8f1346d30fbbcc72cf3050966596278578d2c" + sha256 cellar: :any_skip_relocation, ventura: "ec5f3cf4ffd54944d762e507c7a7400ff154bcc3157b493f962de721645371c2" + sha256 cellar: :any_skip_relocation, arm64_linux: "2faafbe8bc3106a63381458053b1600c9a3d82b8dcf9fb0b0d38d9b18a149bf1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "91d56afe2541929b4cdedd6de22e1d1f9cea0a58c165f92b73b02f7ac31d2578" end depends_on "rust" => :build From 6feb7609544346076c30a4b10acdebfe114ed818 Mon Sep 17 00:00:00 2001 From: Tilt Dev Date: Thu, 29 May 2025 16:01:16 +0000 Subject: [PATCH 00372/10074] tilt 0.34.5 --- Formula/t/tilt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tilt.rb b/Formula/t/tilt.rb index 6d16538136e32..54178764a7c66 100644 --- a/Formula/t/tilt.rb +++ b/Formula/t/tilt.rb @@ -2,8 +2,8 @@ class Tilt < Formula desc "Define your dev environment as code. For microservice apps on Kubernetes" homepage "https://tilt.dev/" url "https://github.com/tilt-dev/tilt.git", - tag: "v0.34.4", - revision: "0450877c27cf3d4d52c19b543cab295a7577af1c" + tag: "v0.34.5", + revision: "0b2f9287b2900a854f0e474a10b2f8496a857ff7" license "Apache-2.0" head "https://github.com/tilt-dev/tilt.git", branch: "master" From 3fe4b0c27b81a57725929a1a29d3d9d5daeaf48e Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 29 May 2025 17:25:29 +0100 Subject: [PATCH 00373/10074] nip4 9.0.9-2 --- Formula/n/nip4.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nip4.rb b/Formula/n/nip4.rb index 190520d59c457..1d4e999bea172 100644 --- a/Formula/n/nip4.rb +++ b/Formula/n/nip4.rb @@ -1,8 +1,8 @@ class Nip4 < Formula desc "Image processing spreadsheet" homepage "https://github.com/jcupitt/nip4" - url "https://github.com/jcupitt/nip4/releases/download/v9.0.8-2/nip4-9.0.8-2.tar.xz" - sha256 "d15453bdafaf46093e210c27c0f5c1abed29c0d2ec157400b35bac9b3eca1b9b" + url "https://github.com/jcupitt/nip4/releases/download/v9.0.9-2/nip4-9.0.9-2.tar.xz" + sha256 "ed3cc21ae581b1b0725c68632ca6a97c21c5cd5169c24c71119daa0b8b026e38" license "GPL-2.0-or-later" head "https://github.com/jcupitt/nip4.git", branch: "main" From 5c3539d6a9aaf9d997f997b0b84ab8d6553ef28f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 16:47:52 +0000 Subject: [PATCH 00374/10074] jsrepo: update 2.2.2 bottle. --- Formula/j/jsrepo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 96383f1ac9bcc..62b161b1d4e15 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -6,13 +6,13 @@ class Jsrepo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "3df69c712f7395bf21cc2699c80aa5cb4428e366dec27c73957ed544abe9f563" - sha256 cellar: :any, arm64_sonoma: "3df69c712f7395bf21cc2699c80aa5cb4428e366dec27c73957ed544abe9f563" - sha256 cellar: :any, arm64_ventura: "3df69c712f7395bf21cc2699c80aa5cb4428e366dec27c73957ed544abe9f563" - sha256 cellar: :any, sonoma: "162c6b871a239846a058a9732114999085d9982a129a2b9cbaa9baeccf791f17" - sha256 cellar: :any, ventura: "162c6b871a239846a058a9732114999085d9982a129a2b9cbaa9baeccf791f17" - sha256 cellar: :any_skip_relocation, arm64_linux: "c95e14907bbd5cdbb5c523a818eefdbe65e36a7b47d2cbaadc1eb98ce28aa5ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9526ead8971d16f30a8fa05e68853268558de54086979e3a39573d27284f330a" + sha256 cellar: :any, arm64_sequoia: "8059148c1eb25bef88a2f2ad123e7299003d2821442f969ee1ca24aeab77a95f" + sha256 cellar: :any, arm64_sonoma: "8059148c1eb25bef88a2f2ad123e7299003d2821442f969ee1ca24aeab77a95f" + sha256 cellar: :any, arm64_ventura: "8059148c1eb25bef88a2f2ad123e7299003d2821442f969ee1ca24aeab77a95f" + sha256 cellar: :any, sonoma: "62a71800051e0e707adcc118e49b4fa57d6f4cc0d53df4a23460f6aefb6d6f75" + sha256 cellar: :any, ventura: "62a71800051e0e707adcc118e49b4fa57d6f4cc0d53df4a23460f6aefb6d6f75" + sha256 cellar: :any_skip_relocation, arm64_linux: "b565eb941cd89a631659e22cb3679db24702e02830df14bb337134526a8173e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "414b9fb5ae5ec42c334c1c4887a5a6edabb2c1b236454085906c30472d4bba43" end depends_on "node" From afc1fc9ceed051715bf46138d07440653e5f075c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 16:54:00 +0000 Subject: [PATCH 00375/10074] atlas 0.34.0 --- Formula/a/atlas.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/atlas.rb b/Formula/a/atlas.rb index 7a1fa303d75be..163722235156a 100644 --- a/Formula/a/atlas.rb +++ b/Formula/a/atlas.rb @@ -3,8 +3,8 @@ class Atlas < Formula homepage "https://atlasgo.io/" # Upstream may not mark patch releases as latest on GitHub; it is fine to ship them. # See https://github.com/ariga/atlas/issues/1090#issuecomment-1225258408 - url "https://github.com/ariga/atlas/archive/refs/tags/v0.33.1.tar.gz" - sha256 "97fcaca965d7c49a5290d1bb84aaa996c8ca1d542b557e865952aa5c8bf94baf" + url "https://github.com/ariga/atlas/archive/refs/tags/v0.34.0.tar.gz" + sha256 "cd1ca53aeb77444647349e0eb89f3858c217c6fe79d9953b39f7cb2eeaba523e" license "Apache-2.0" head "https://github.com/ariga/atlas.git", branch: "master" From 0b10cc5225c7a63e6d6d0d6e04581392683274fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 16:54:34 +0000 Subject: [PATCH 00376/10074] aws-sso-cli 2.0.3 --- Formula/a/aws-sso-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-sso-cli.rb b/Formula/a/aws-sso-cli.rb index 56351a493530d..16d96352017d4 100644 --- a/Formula/a/aws-sso-cli.rb +++ b/Formula/a/aws-sso-cli.rb @@ -1,8 +1,8 @@ class AwsSsoCli < Formula desc "Securely manage AWS API credentials using AWS SSO" homepage "https://synfinatic.github.io/aws-sso-cli/" - url "https://github.com/synfinatic/aws-sso-cli/archive/refs/tags/v2.0.2.tar.gz" - sha256 "ca2c600a3e6d4dc804d2bcbc16b0a735db675db95f7c916eac3efc898a8b3077" + url "https://github.com/synfinatic/aws-sso-cli/archive/refs/tags/v2.0.3.tar.gz" + sha256 "7ebb5d64260ac43d9f70c5f9ef2d04567006df4458dd94a27cb53178956c2eb3" license "GPL-3.0-only" head "https://github.com/synfinatic/aws-sso-cli.git", branch: "main" From 1da412d8deec12a4f05f05f3478602ccc5d148bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 16:54:55 +0000 Subject: [PATCH 00377/10074] balena-cli 22.0.5 --- Formula/b/balena-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index dab4f7a7c62a0..05dc350e59539 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -1,8 +1,8 @@ class BalenaCli < Formula desc "Command-line tool for interacting with the balenaCloud and balena API" homepage "https://docs.balena.io/reference/balena-cli/latest/" - url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.0.4.tgz" - sha256 "f2d3af9ec7f8d3b71eb8444f00b154159310cfa559154fa0e7e1b33b82ef91c1" + url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.0.5.tgz" + sha256 "5d3db3b356ec2345ff194ecbd4b485cb64c10b5e1e188ea78bc3fdbb60175f16" license "Apache-2.0" livecheck do From 789a65899a460787481a1cc0f75ce3ce63ce1fa2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:00:28 +0000 Subject: [PATCH 00378/10074] doppler 3.75.0 --- Formula/d/doppler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/doppler.rb b/Formula/d/doppler.rb index 84c3f93d6981e..725fb04ec9b80 100644 --- a/Formula/d/doppler.rb +++ b/Formula/d/doppler.rb @@ -1,8 +1,8 @@ class Doppler < Formula desc "CLI for interacting with Doppler secrets and configuration" homepage "https://docs.doppler.com/docs" - url "https://github.com/DopplerHQ/cli/archive/refs/tags/3.74.0.tar.gz" - sha256 "7174cf7c963e939180cd07e325a163e2712ad1346b2aef09a267f0328fd9ee1a" + url "https://github.com/DopplerHQ/cli/archive/refs/tags/3.75.0.tar.gz" + sha256 "8e484862e225e34fbd1f632aa547322065bbe7bb5a35aa25f94f268939037578" license "Apache-2.0" head "https://github.com/DopplerHQ/cli.git", branch: "master" From 152d85fc0855cf3e885abfc264668bb79aca33a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:02:19 +0000 Subject: [PATCH 00379/10074] fern-api 0.63.17 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index d6ef50291948a..3cdb6de1b4b4c 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.15.tgz" - sha256 "d5fc87949a129d5377d6b91153ce9d25bb563a1503a511db38774ab6b0d19810" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.17.tgz" + sha256 "92938367380948bda85f458f5c694c0f16c0c0c46e55bcd614be553341e5489d" license "Apache-2.0" bottle do From 87498a0179b642a9e96313ae3cc5f91825644e75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:06:43 +0000 Subject: [PATCH 00380/10074] istioctl 1.26.1 --- Formula/i/istioctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/istioctl.rb b/Formula/i/istioctl.rb index 975394d1bb852..12d89796a4d6b 100644 --- a/Formula/i/istioctl.rb +++ b/Formula/i/istioctl.rb @@ -1,8 +1,8 @@ class Istioctl < Formula desc "Istio configuration command-line utility" homepage "https://istio.io/" - url "https://github.com/istio/istio/archive/refs/tags/1.26.0.tar.gz" - sha256 "1498307624d9cb85d15f3e1892de6cf3d80fdfe888716b05ee4ff25f210c7663" + url "https://github.com/istio/istio/archive/refs/tags/1.26.1.tar.gz" + sha256 "98a5ddee12d5ca9bd57a5c5fb99b5b179a9cb1ebc2005e1fac680ce8255b90e4" license "Apache-2.0" head "https://github.com/istio/istio.git", branch: "master" From e19648a7edbd38cdef0ec4118b54a893dfd2c3da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:11:07 +0000 Subject: [PATCH 00381/10074] tilt: update 0.34.5 bottle. --- Formula/t/tilt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tilt.rb b/Formula/t/tilt.rb index 54178764a7c66..76b4ed59223f7 100644 --- a/Formula/t/tilt.rb +++ b/Formula/t/tilt.rb @@ -8,13 +8,13 @@ class Tilt < Formula head "https://github.com/tilt-dev/tilt.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "008ec56b3dc5e80061573779b7c55ce36ce7bcb080389cd23a6a4192d5e43112" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5373756ded1996c5edaef2c3a91612f9ff6d9bb5aa198f993825ed2d5b0df5c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6a2796e52bb96e0609059bd79aa2cdb7b4279885651e3a9005381970da0f3364" - sha256 cellar: :any_skip_relocation, sonoma: "302678b4f9ae8487fc10298b6f3be4d1eace3cd9089547a3dcd24bc347ea6208" - sha256 cellar: :any_skip_relocation, ventura: "4033b05eb879752e0b6b079d38790d6d583a96871877ff370d46a73607536e6c" - sha256 cellar: :any_skip_relocation, arm64_linux: "737e6f73c083405d6e6b058ef98169b6e1860eb9179f153ade39419bb09b5ac5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f34dce7675481b403cbb0076977b408b7ac639eeb352c8ad52b1ba425ebbaab9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "50700b10519453046b074ef94fe983543fa7e547acf2e40ecad9672ee80cda73" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d62e2b6a4797fb58944e00d063d31ad67e8d436c4830f7ef79ad3a4007b5418" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c48ba2a219909ebda580824da9126d69bb08a7a062e357cfb4906d63e5406454" + sha256 cellar: :any_skip_relocation, sonoma: "db39ef09e74e2ee75f164d3ff90a5c289f4e0c5419b9636f6dc97749f97b588e" + sha256 cellar: :any_skip_relocation, ventura: "c294090151ebbad8ae1aeca12573f7b365a030c21c4291c6436e8e0f32cb8c71" + sha256 cellar: :any_skip_relocation, arm64_linux: "2ffb6524dac9087097f754d352c5bdc2cd02583dd1cdf73dfa3f4a8788c8845f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eed76e76a3368a0372321099a6f69530d764739e7ff524fa4ca56a1e1727e369" end depends_on "go" => :build From 9344d3c9837415eb28b6f26f01bda806d2cd3f1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:11:45 +0000 Subject: [PATCH 00382/10074] mdz 2.2.0 --- Formula/m/mdz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mdz.rb b/Formula/m/mdz.rb index 1848032cbfca9..81353d38d6317 100644 --- a/Formula/m/mdz.rb +++ b/Formula/m/mdz.rb @@ -1,8 +1,8 @@ class Mdz < Formula desc "CLI for the mdz ledger Open Source" homepage "https://github.com/LerianStudio/midaz" - url "https://github.com/LerianStudio/midaz/archive/refs/tags/v2.1.0.tar.gz" - sha256 "a7b886cec0a60d8c3c80f741269fd73e6022f09581c07dffad8d695f44d8d153" + url "https://github.com/LerianStudio/midaz/archive/refs/tags/v2.2.0.tar.gz" + sha256 "67a8acfbf3df32effcb73495257ec499071589c2094ba5d29e4576ce74457d8c" license "Apache-2.0" head "https://github.com/LerianStudio/midaz.git", branch: "main" From 6ae172a2b5859caffa854303b00ca163daa27630 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:15:15 +0000 Subject: [PATCH 00383/10074] nuitka 2.7.5 --- Formula/n/nuitka.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index b93ba8099ff71..dafbbbf6580b4 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -3,8 +3,8 @@ class Nuitka < Formula desc "Python compiler written in Python" homepage "https://nuitka.net" - url "https://files.pythonhosted.org/packages/87/b7/35162fa500946635152ace1edd8af1125875d152c5a7a16e42a6c5d062ff/Nuitka-2.7.4.tar.gz" - sha256 "2886cc97797354db86ce1edba0a301f858527835567b91d620e9df4213e4c1e7" + url "https://files.pythonhosted.org/packages/8a/13/7ba2c0b38b974b666d3bcdded84235933880e0d5c02d889f88b42bf0618c/Nuitka-2.7.5.tar.gz" + sha256 "37d0f8b59fbffb7c9f882f6a6410d40fb9d8f312c33951aa324f84677874e2a1" license "Apache-2.0" bottle do From cc9530327424c5f0d0fbc4b555f9d6d6540cf2e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:16:21 +0000 Subject: [PATCH 00384/10074] opa 1.5.0 --- Formula/o/opa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/opa.rb b/Formula/o/opa.rb index 5abeed6766f76..6dd302a47ce2b 100644 --- a/Formula/o/opa.rb +++ b/Formula/o/opa.rb @@ -1,8 +1,8 @@ class Opa < Formula desc "Open source, general-purpose policy engine" homepage "https://www.openpolicyagent.org" - url "https://github.com/open-policy-agent/opa/archive/refs/tags/v1.4.2.tar.gz" - sha256 "ef85e8a0f9f4804dc4578fa26fc0cedcac6a1efedb2b8f0291f6fefe5139861b" + url "https://github.com/open-policy-agent/opa/archive/refs/tags/v1.5.0.tar.gz" + sha256 "e1745bc2dbf73d5e17f9360f7f9224e74555a9b907af7fca2c28e4dbfeb9e1be" license "Apache-2.0" head "https://github.com/open-policy-agent/opa.git", branch: "main" From 2c11bc1a90d294cdb3592c651d47ea6aeba0b2cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:19:17 +0000 Subject: [PATCH 00385/10074] promptfoo 0.114.1 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 0f7205adbca22..b09583f316f5b 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.0.tgz" - sha256 "4c66f2b52d654dd6b50b1684d3c3a07cdd47c98757f37253953036e1537c26f9" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.1.tgz" + sha256 "f407164cfb45fa84222866f154e4806cde8f713d52f3490f44ee46dfe6aff3e3" license "MIT" bottle do From 106229bfa082f071a4f8fdb5edc9d5004eb8b991 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:21:29 +0000 Subject: [PATCH 00386/10074] rover 0.32.0 --- Formula/r/rover.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index 76e32c47a847c..d9689b9da1825 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -1,8 +1,8 @@ class Rover < Formula desc "CLI for managing and maintaining data graphs with Apollo Studio" homepage "https://www.apollographql.com/docs/rover/" - url "https://github.com/apollographql/rover/archive/refs/tags/v0.31.3.tar.gz" - sha256 "8f73a51757b5789901efd8a00d26b9bb4aae3be1d7b853802e9478e31da1d122" + url "https://github.com/apollographql/rover/archive/refs/tags/v0.32.0.tar.gz" + sha256 "73b1cbd858e7051ed59b4840fa1113822985fe233f1042e0f9715b0234ebdac8" license "MIT" head "https://github.com/apollographql/rover.git", branch: "main" From 795041a45979070f1669e48173f6b1b1f713fe0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:21:32 +0000 Subject: [PATCH 00387/10074] aws-sso-cli: update 2.0.3 bottle. --- Formula/a/aws-sso-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aws-sso-cli.rb b/Formula/a/aws-sso-cli.rb index 16d96352017d4..b11606f151e3a 100644 --- a/Formula/a/aws-sso-cli.rb +++ b/Formula/a/aws-sso-cli.rb @@ -7,12 +7,12 @@ class AwsSsoCli < Formula head "https://github.com/synfinatic/aws-sso-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d84aa90210bc1712eb33df6be5335dd748e81c48887ee814139e288f40fc4e44" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffc8dd19cd8d47d7c182bec2742adb3ac198cec893f1c3505ca2cfe00ce2be28" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4c36bf6d1f5183781a0a047754d12102df571360a4637d2840bd4c0430f0181f" - sha256 cellar: :any_skip_relocation, sonoma: "ce9add7007ad99ea442ce585670ce6c8ab878e3575e22f2eb109036ce20a4db1" - sha256 cellar: :any_skip_relocation, ventura: "02914f36beb7ecd63673b728238dfc8e0d9d289dbfb8563c823fd18deb16daa6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc5d40322436e42b7123d8d858ad11d1ec1d5086e0120183db1aad9fb681c574" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8eea421dbbe3524c366b98590ed2984f0adbed717ff2078042786e04cfe78b7d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "624ad5cfc367441ae2eebda85aa63180d74d2351481ada1b2e89a76edb62cc37" + sha256 cellar: :any_skip_relocation, arm64_ventura: "34f9dc776a3f8a2922a32851555e0c91dc5b61fb02c6199b6950b37c692794cf" + sha256 cellar: :any_skip_relocation, sonoma: "a08b9ce059ae0993c9ee9d287a690397b4dee77a9a388cbc4da8e4f88455752c" + sha256 cellar: :any_skip_relocation, ventura: "623c98e74ab33aab440d6cf773ea58b49fc5db39d242a3aa000563fa2e8a743a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "baf1985f646b6882b97edecdff708060997ad382612c287888cff78de36e513e" end depends_on "go" => :build From f85f0109e9ddff7ba401efc8abb7d0f3d6d498e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:21:43 +0000 Subject: [PATCH 00388/10074] atlas: update 0.34.0 bottle. --- Formula/a/atlas.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/atlas.rb b/Formula/a/atlas.rb index 163722235156a..6c75dfe61ffb7 100644 --- a/Formula/a/atlas.rb +++ b/Formula/a/atlas.rb @@ -9,13 +9,13 @@ class Atlas < Formula head "https://github.com/ariga/atlas.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f48886f3bee32fe67cae71046aa82d4026681bbead5d82f89a7d11788020bbd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a91874d0a14afb9d5b114c5e2b02fea1c719d53f63e080fc90a65d05442a9937" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ab73688079844b1bd166c16f54841e92a05299ef2f5512c47ea3b6ae7b94d39e" - sha256 cellar: :any_skip_relocation, sonoma: "e0ce67df47a985c69b43e36b16e028f5ff595a277eb42b8b17ad4c08d8619de3" - sha256 cellar: :any_skip_relocation, ventura: "33e932d97372475496bc81386ec434502f5bf16b5062a9ad49c8a5829de0d5d6" - sha256 cellar: :any_skip_relocation, arm64_linux: "4672250f2f934cb0d0a761c971ca310f136ce6bdbf70eb3d4b95773fc716e192" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e5dacf4d96c30b7294f167063de2f92f0f0d0a57349b931865a18249256e5e9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a34628d4aae3a7c28fe96871f10c48db95fbe49f40ad2b9dccc0fbd8970b8054" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cd0d44922483dfd35049bcccb24b0efee2b33d6cbae511cf4bbe84b5fa11d2b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "05afa94ec45ed016832aa7fcc0f5bdeaad404a937fe6340caa36a65304d8edd4" + sha256 cellar: :any_skip_relocation, sonoma: "2847bedb226c7d4e374cf5310d1d56593652518cab66d445cbf889ee5e533046" + sha256 cellar: :any_skip_relocation, ventura: "54b2236457ae57ec543aa9aee40ea0b97e50ae469fad6b1461119a992a712661" + sha256 cellar: :any_skip_relocation, arm64_linux: "0f524b3405654ead0ae0fa30c2670ebdd048ed07cc83da1e6a344c8333ae7c2d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ead749ee2a3e15417ee7866047ca14740fdf2203dbafb38ee057a08bbffe888" end depends_on "go" => :build From c3aa9662feaafdec29b12020965ab9f7598b0b08 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:23:52 +0000 Subject: [PATCH 00389/10074] snowflake-cli 3.9.0 --- Formula/s/snowflake-cli.rb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Formula/s/snowflake-cli.rb b/Formula/s/snowflake-cli.rb index e909fc180f5b3..50d26db093021 100644 --- a/Formula/s/snowflake-cli.rb +++ b/Formula/s/snowflake-cli.rb @@ -3,8 +3,8 @@ class SnowflakeCli < Formula desc "CLI for snowflake" homepage "https://docs.snowflake.com/developer-guide/snowflake-cli/index" - url "https://files.pythonhosted.org/packages/17/6e/0af1ba22be9ac42ff9c4027610927bb49cc189c14dec7d6b2fb1aca98186/snowflake_cli-3.8.3.tar.gz" - sha256 "12b94ba3a5af23d5cd5f53f7685017a5f4b76b2c71d9f056964393b0fc72b6fd" + url "https://files.pythonhosted.org/packages/18/c2/cbf7ea09f7aba0112407b54db0221d54bc7da8c928f67c96756e3b2a18f6/snowflake_cli-3.9.0.tar.gz" + sha256 "422385c6b8d1a7c87a42eed0de4773ed4ca11a23f79aad418429bc522e0c170f" license "Apache-2.0" bottle do @@ -36,13 +36,13 @@ class SnowflakeCli < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/c5/02/b8e52defe7322998a79cb8e09d8f8a00b9d7452a0a516072f67df89f57f1/boto3-1.38.21.tar.gz" - sha256 "417d0328fd3394ffb1c1f400d4277d45b0b86f48d2f088a02306474969344a47" + url "https://files.pythonhosted.org/packages/0d/af/404827da46c67359e6d2a63b0f4fadd5b6150551d25c405b3bd480c19319/boto3-1.38.25.tar.gz" + sha256 "85c1556a110896f68de8573a9b4757c81071448dbf6ffc1074941bfc8a43195e" end resource "botocore" do - url "https://files.pythonhosted.org/packages/05/4a/89f2beab6757c900b15aa301227c9447feff7d327ff0595a2b74406a388c/botocore-1.38.21.tar.gz" - sha256 "08d5e9c00e5cc9e0ae0e60570846011789dc7f1d4ea094b3f3e3f3ae1ff2063a" + url "https://files.pythonhosted.org/packages/6b/00/bed5bf325d1fdb98d6212d106bd44cd0bbe65563e3a2c3f87b64cc4d75c2/botocore-1.38.25.tar.gz" + sha256 "8c73e97d9662a6c92be33dab66cd1e2b59797154c7ec379ce3bb5d6779d9d78c" end resource "charset-normalizer" do @@ -141,8 +141,8 @@ class SnowflakeCli < Formula end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" end resource "prompt-toolkit" do @@ -206,8 +206,8 @@ class SnowflakeCli < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "secretstorage" do @@ -261,8 +261,8 @@ class SnowflakeCli < Formula end resource "types-setuptools" do - url "https://files.pythonhosted.org/packages/e6/2e/947172e12515ff815979b78377b47c3c434df7097e02241f4c80b960d1a4/types_setuptools-80.8.0.20250521.tar.gz" - sha256 "7360b33b1ed3cda6e5a1f379701a61ec9dbee6e59e8bda072b88226157d8da80" + url "https://files.pythonhosted.org/packages/79/66/1b276526aad4696a9519919e637801f2c103419d2c248a6feb2729e034d1/types_setuptools-80.9.0.20250529.tar.gz" + sha256 "79e088ba0cba2186c8d6499cbd3e143abb142d28a44b042c28d3148b1e353c91" end resource "typing-extensions" do From 71565b9320820f10c2730b04fcb05b68106c8489 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:25:15 +0000 Subject: [PATCH 00390/10074] stylelint 16.20.0 --- Formula/s/stylelint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/stylelint.rb b/Formula/s/stylelint.rb index 2242085f30642..ef108873bcfa2 100644 --- a/Formula/s/stylelint.rb +++ b/Formula/s/stylelint.rb @@ -1,8 +1,8 @@ class Stylelint < Formula desc "Modern CSS linter" homepage "https://stylelint.io/" - url "https://registry.npmjs.org/stylelint/-/stylelint-16.19.1.tgz" - sha256 "a429c9e8d5a3d5fc396066199aa7126769e1d4ffd3a9da2c0e49d4bafa3b38f3" + url "https://registry.npmjs.org/stylelint/-/stylelint-16.20.0.tgz" + sha256 "743a70841c93ae3fdcac93d5ef3d30467d1783f4a1d238a301016a96358e0649" license "MIT" bottle do From 5466413ff9172a0c464cfb69dec2eb032ee58fa8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:26:19 +0000 Subject: [PATCH 00391/10074] tailwindcss-language-server 0.14.20 --- Formula/t/tailwindcss-language-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailwindcss-language-server.rb b/Formula/t/tailwindcss-language-server.rb index b4f6e6be2c843..9d999d0c26a60 100644 --- a/Formula/t/tailwindcss-language-server.rb +++ b/Formula/t/tailwindcss-language-server.rb @@ -1,8 +1,8 @@ class TailwindcssLanguageServer < Formula desc "LSP for TailwindCSS" homepage "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server" - url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.19.tar.gz" - sha256 "f3934e29bc6c759ec1d3788c423975c56a8ec67d18e5b021212308fca6a7aee5" + url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.20.tar.gz" + sha256 "05191814cb93831952971193bcee8ff281625bafc0f1655c353de83bbddfba6a" license "MIT" livecheck do From 84c2b974ba5ab53680b60c7a69210a0c4fb77fb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:27:32 +0000 Subject: [PATCH 00392/10074] trivy 0.63.0 --- Formula/t/trivy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/trivy.rb b/Formula/t/trivy.rb index 00efd5b110568..0fdcd259be694 100644 --- a/Formula/t/trivy.rb +++ b/Formula/t/trivy.rb @@ -1,8 +1,8 @@ class Trivy < Formula desc "Vulnerability scanner for container images, file systems, and Git repos" homepage "https://trivy.dev/" - url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.62.1.tar.gz" - sha256 "1b8000f08876dd02203021414581275daa69db00fab731351dbcf2a008ebe82a" + url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.63.0.tar.gz" + sha256 "ac26dcb16072e674b8a3bffa6fbd817ec5baa125660b5c49d9ad8659e14d0800" license "Apache-2.0" head "https://github.com/aquasecurity/trivy.git", branch: "main" From 5d32de0865de8b829732515551aa763de1aee13b Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 29 May 2025 17:31:03 +0000 Subject: [PATCH 00393/10074] pulumi 3.172.0 --- Formula/p/pulumi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index 7d713d731c30b..ce9c664d9225e 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -2,8 +2,8 @@ class Pulumi < Formula desc "Cloud native development platform" homepage "https://pulumi.io/" url "https://github.com/pulumi/pulumi.git", - tag: "v3.171.0", - revision: "f3d692d442223b23f7c7b93b1105acacd4efbf21" + tag: "v3.172.0", + revision: "15cfbb4786014a2ac5297ab3b7c0ffe66d8be126" license "Apache-2.0" head "https://github.com/pulumi/pulumi.git", branch: "master" From be9bd7458c2dc574278ffdd6745b46b09895de38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:39:58 +0000 Subject: [PATCH 00394/10074] doppler: update 3.75.0 bottle. --- Formula/d/doppler.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/doppler.rb b/Formula/d/doppler.rb index 725fb04ec9b80..d2c2df29ac29f 100644 --- a/Formula/d/doppler.rb +++ b/Formula/d/doppler.rb @@ -7,12 +7,12 @@ class Doppler < Formula head "https://github.com/DopplerHQ/cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6cfea3001c57cb86c423d2b97e5800251dc831524cf672fca3fbf390dae5cd7a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6cfea3001c57cb86c423d2b97e5800251dc831524cf672fca3fbf390dae5cd7a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6cfea3001c57cb86c423d2b97e5800251dc831524cf672fca3fbf390dae5cd7a" - sha256 cellar: :any_skip_relocation, sonoma: "bb5846bd9ddc86b465a5e5a01ad5c10cd65df1e69a71bb35b5429e177714db57" - sha256 cellar: :any_skip_relocation, ventura: "bb5846bd9ddc86b465a5e5a01ad5c10cd65df1e69a71bb35b5429e177714db57" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fa6ca27a3c2df4c1bdda56f9d72a66bfe343fc3147da3ce00d89fad72d21b436" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "16c1776f8ba531da5df3be67735536c3f1cc45d111872a91e0ef77f973008ed5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "16c1776f8ba531da5df3be67735536c3f1cc45d111872a91e0ef77f973008ed5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "16c1776f8ba531da5df3be67735536c3f1cc45d111872a91e0ef77f973008ed5" + sha256 cellar: :any_skip_relocation, sonoma: "6dc099de992e5cb5999553896be256a99fd5c57479bbec640a6a67ab337e394b" + sha256 cellar: :any_skip_relocation, ventura: "6dc099de992e5cb5999553896be256a99fd5c57479bbec640a6a67ab337e394b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "23c23f1560ef0f92b319916ff4e3e6cd9472c574355da71baa48409e41623688" end depends_on "go" => :build From a0292b1825b4bea7c02a6fb0dcc545a14b9d7163 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:49:56 +0000 Subject: [PATCH 00395/10074] nip4: update 9.0.9-2 bottle. --- Formula/n/nip4.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nip4.rb b/Formula/n/nip4.rb index 1d4e999bea172..41e1b4e44844e 100644 --- a/Formula/n/nip4.rb +++ b/Formula/n/nip4.rb @@ -7,13 +7,13 @@ class Nip4 < Formula head "https://github.com/jcupitt/nip4.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "1a0d17abf55ba7785f5304339f23864d36b2eb2842b9ae45a35bb36cda504165" - sha256 cellar: :any, arm64_sonoma: "e68839e250be2b23a86d924436680aeea9d9ce6a841810ca51bb9fc876bdd8b4" - sha256 cellar: :any, arm64_ventura: "66bae0981443edff45c5257483ba237b1276b921e4cf6ac307ef8942842bfe75" - sha256 cellar: :any, sonoma: "284343572d69807ed796087e5fef71a22ff817bf451babd7e5365466ea870181" - sha256 cellar: :any, ventura: "dcd89305c680dbd3e40094666d8bb0982f52ddcd7138c848662804dc03c570db" - sha256 arm64_linux: "2ac0ab2cbb24405e1cc55444914444dd924edfcec07c5d0cfeae08221744c143" - sha256 x86_64_linux: "b8eab0f1a7d56a692b96ef495bc8ebf17f2028ae03295f9d6bbf6e3cdfb7d289" + sha256 cellar: :any, arm64_sequoia: "94dfc45a48ac1b7a5a59574263a4dc10d227037db8112056b3d2b181422aa24a" + sha256 cellar: :any, arm64_sonoma: "9d19a8ad64f055c68aed6c2344ef40ffab5f8acc3d2d6edb2dcea224430fa34a" + sha256 cellar: :any, arm64_ventura: "29ebfcc9e16dc0b66c52e0a6964df8884e7104779825276768530016038bed94" + sha256 cellar: :any, sonoma: "ddf67099c010d19f6cce581d8f351e6c142c9c5f2fa06160b8ad53fb6060b665" + sha256 cellar: :any, ventura: "3e008b64a71c9ac42bc162c651f9a0f7b9bf3a341e145ef02a9e4eb42ca122d0" + sha256 arm64_linux: "f5011712faacc0538556a0dc6c91ef8088bd7bfb0efe1fb4fdd08618a5790cc8" + sha256 x86_64_linux: "c0a0134a2d2b04f8ee1ebe410a0f26b95bc617b28c4a787c556238eaf190fc60" end depends_on "bison" => :build From c927d1157f62040fa360598de5d3ed56a29a723d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 18:06:11 +0000 Subject: [PATCH 00396/10074] fern-api: update 0.63.17 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 3cdb6de1b4b4c..cfc003614f79b 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "d964c970667cc85c3cd210018a030965b909a7e62ee6b3de1653805ebf2ec989" + sha256 cellar: :any_skip_relocation, all: "0f5df0600e75298bdb47da523f4d38cc8a53c38c65a3b144f57dd8d94150e820" end depends_on "node" From fe30b61e25c679eb2ac6720f9abf0b693fb441f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 18:06:15 +0000 Subject: [PATCH 00397/10074] mdz: update 2.2.0 bottle. --- Formula/m/mdz.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mdz.rb b/Formula/m/mdz.rb index 81353d38d6317..e0183e83e7c57 100644 --- a/Formula/m/mdz.rb +++ b/Formula/m/mdz.rb @@ -7,12 +7,12 @@ class Mdz < Formula head "https://github.com/LerianStudio/midaz.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8603cddee2269c2336e148ba060abe7017172345c2f36ddee38ed5c3d8aeaaf8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "89fce0e69b4ff1263e047fdaa785d0088ee64b1c936f043e328a1e6dfdb88e64" - sha256 cellar: :any_skip_relocation, arm64_ventura: "24951c62de3eae38a010d5a41380524ec3eef56dc26846437c6e4a71c3b07578" - sha256 cellar: :any_skip_relocation, sonoma: "164c7913c7ee1f24960a0df7483c14111567b9bf69d373893de60544de1c654b" - sha256 cellar: :any_skip_relocation, ventura: "a17a0659ab28f7a7df3ce59dfb7a24f604efa6554e5dde778f2ab490f102b1ef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "384556000af0673883e23be60727257d87c597cb6c337675f5c3b015c971ee4a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "295b0dd5614208b7f400a010b9d4b8da9fa6d8b6fa92ba8aa786517b5b4d6e15" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f354d43debe30a22365fd2d31daadf20a7ab1a1b5e3b3de529d8c9fbad314f32" + sha256 cellar: :any_skip_relocation, arm64_ventura: "00494a3d29be3c5afa74d0bc9674faccd29e0358260ef0cf1e316905da07fbf9" + sha256 cellar: :any_skip_relocation, sonoma: "ad60b38715faf799a93d909d7d3db5997075e2b3049c517913a31bace81748f0" + sha256 cellar: :any_skip_relocation, ventura: "6924a972f36ccbfe48a88215e8e74e7db68e81cc9851368b19df94f889d053ae" + sha256 cellar: :any_skip_relocation, x86_64_linux: "87c467d4ec0bd584048544b804e232cede3f2f568ab36ee9dbfc4263c3c74401" end depends_on "go" => :build From 8ed64bc7c012b92733c0995bf091088b715c0287 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 18:06:28 +0000 Subject: [PATCH 00398/10074] istioctl: update 1.26.1 bottle. --- Formula/i/istioctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/istioctl.rb b/Formula/i/istioctl.rb index 12d89796a4d6b..3d811fa2c4d3e 100644 --- a/Formula/i/istioctl.rb +++ b/Formula/i/istioctl.rb @@ -12,13 +12,13 @@ class Istioctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b3b2cecdb78def06f1acf78e5556dcb681c9a14fb497fcd5dddb6e47f5280bcb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "008e07b52404f9c4dcf2f59e2249c93f119bda704e2a8a39c65b54ec3c16ac22" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4560f640418cc7890c39bbc6c76aa7d56f3122073069147696f5ecd055445d1b" - sha256 cellar: :any_skip_relocation, sonoma: "e2a74cb5635944bf2d2be59b4e39a70649973fd9f8f4ba9c62948b4245ce774b" - sha256 cellar: :any_skip_relocation, ventura: "918648eb2bd92dbd6293d491492686433f72b1b22ae276956b4970c010513769" - sha256 cellar: :any_skip_relocation, arm64_linux: "29e4307005a3061e32e9193962f7659c6cf500fcff92623cd998c734d08e28f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4db14434c5c82f0165723aebf431aa3d9fd3ad10bd97b1e8f2e7d2f24a301e76" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "029a531d1289d425a88f9aaa84c9492c943f93786da4814e88c2c99cf3d57821" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ef66e7b5ed5cf0b127bbb0d94c0cc8988d74f044fee620914642b4f8a48666d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "64a950bf512d41713972e66e2703f19d435a918378b68ab0408d7b9ae89e3021" + sha256 cellar: :any_skip_relocation, sonoma: "4d4cb0174d9ab8be189343674f89e05382d8d3d2ef19d14b7b0b828dd52d0410" + sha256 cellar: :any_skip_relocation, ventura: "99960f2e23e4d2c5708a4fdb972c0417a04e117e1c777c24b75c5cdc9aedb050" + sha256 cellar: :any_skip_relocation, arm64_linux: "1486bb6f306d63a1e77a076067251a4d026d900e63b933de27ce630a10225e19" + sha256 cellar: :any_skip_relocation, x86_64_linux: "febcfe909039be1cbd29f67e6b4e9d93a9d79dc942fb8f97bac2fac26da8f285" end depends_on "go" => :build From d8ff529133f317761f00f32afcf738ab09c9a22d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 18:10:56 +0000 Subject: [PATCH 00399/10074] opa: update 1.5.0 bottle. --- Formula/o/opa.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/opa.rb b/Formula/o/opa.rb index 6dd302a47ce2b..b2304cc850481 100644 --- a/Formula/o/opa.rb +++ b/Formula/o/opa.rb @@ -7,12 +7,12 @@ class Opa < Formula head "https://github.com/open-policy-agent/opa.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a94e39a49537a87e5bfb1f6e636e6025a2ce0508cb1dbc012cb32217fac4430e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "67bda8251f5644ad1b7fc569214ec337d0855944ea233999052d9e4e8ac18eb2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7997283fbbfe5e6279802b65abbada40ac18ba32b64df574fd7f8fa9aa728487" - sha256 cellar: :any_skip_relocation, sonoma: "2415cda5c0cae247f4811ac846023f4667049c751ad1705d82123a823124287f" - sha256 cellar: :any_skip_relocation, ventura: "ff4ee8bc1ff6ca7f79bda12ed80f63c737f03ac8ed2db4b2a68528693cd67000" - sha256 cellar: :any_skip_relocation, x86_64_linux: "143dbba475e0de49c178e5701315ff883ef76a01e87c814e06bb5c61969cb180" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "305f7ce5b2947ffa6a97e810249cdd9bf483a791b234d484e9b0728d5d481aad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0895d4bdd3b0c3630bde9ddce7c5aa3bcecfe4cedc4600da037581b899a02a2d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d3030092ad6973215c3307cbc19372185a1ad54206b368f5be0cdc12afe2e337" + sha256 cellar: :any_skip_relocation, sonoma: "9b3150311f80ffbcffe511c6caab7831b81cad06a9a4471ccb243397676034ba" + sha256 cellar: :any_skip_relocation, ventura: "028ebe629df0270b4b96e314f20d5a21417db6bd6c21cd67cbb8f85d3e3f2aaa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fa5ce0d669e0910bb70ae65d703a6d5bb7b44cc3c0ccf7c9cb9c9ef20f21e381" end depends_on "go" => :build From ff91b5724c33e42c6014f9fab98a4ea29383b5b4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 18:11:15 +0000 Subject: [PATCH 00400/10074] nuitka: update 2.7.5 bottle. --- Formula/n/nuitka.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index dafbbbf6580b4..aa322bb403efc 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -8,13 +8,13 @@ class Nuitka < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5e82f96093418394111c5ecd6caba9c8864058902ae7ba01518fff6e11272cf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ee00f3712a5e304b69d10f9df91d9d5b9909d43c4023e742d99cae8bafabb5d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "48b282e0440a122f79ed3cf004e340a0db7af41d1129c0ec1ce8e0343895bceb" - sha256 cellar: :any_skip_relocation, sonoma: "a197f661c1043680dfae11213d5af28764b124dfe6baaacc1034778bc72180ac" - sha256 cellar: :any_skip_relocation, ventura: "0d94c14d7ea224f744625776c3546b75c93fd58d2e8c9f33f54228af87b26781" - sha256 cellar: :any_skip_relocation, arm64_linux: "9c32d29e905f6e5d65ac02a67e538b3c230ab017eb16330eda79e74e1ea9ec3d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "85ceb0d0e1acf644b021fb00f0c699918c782d7f25222d6939bb06d21a2480f7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c337e7460f98cac408b8f49c550f8e7ec8c2b8a2bd5e2efba6792f1a135b400" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fb3390e6a0c3fd679392757a3f8ef8beaf7d01e9344c9a0074b7d350a823dd8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "22ede4e2c9d2aa4d8acf7c4982c4505e52b157ca873e8c1c7b3bea64ff435367" + sha256 cellar: :any_skip_relocation, sonoma: "7bed4db84ecbf2423023df5cd8178612d86242562555e0dac6aa13a677818288" + sha256 cellar: :any_skip_relocation, ventura: "594e334051dc2f6d4bd1e0cc06df28c8ba8d7b43a052b8eec631a02a12b08e99" + sha256 cellar: :any_skip_relocation, arm64_linux: "32fd9691d1b099526e958968fee83314639695b2e349250928d113d63244d143" + sha256 cellar: :any_skip_relocation, x86_64_linux: "383d4c20e66e3bcc5bfbbe215e6017d4b02dd062f4353c76abc9cef221a861c4" end depends_on "ccache" From 9dca153aa2ef6f552b436240e4f41229d48c12ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:01:28 +0000 Subject: [PATCH 00401/10074] balena-cli: update 22.0.5 bottle. --- Formula/b/balena-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index 05dc350e59539..2dfb656c96eff 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -13,13 +13,13 @@ class BalenaCli < Formula end bottle do - sha256 arm64_sequoia: "743dde167a5e8a6cc5d25c5252c793424f2fa4338a89bd19b53372eb19fcd0c1" - sha256 arm64_sonoma: "e69c22e323be2099a6aa7cf195c034bd27f9842b45e7e651b7b4ab5af8d34251" - sha256 arm64_ventura: "73b3add980233a3acfc4a1b745eb69878e81cf0add183900a3d94dbdf0c5995f" - sha256 sonoma: "6a29b42eddc4fe09712f216c4b162d9e369fb9b1cb99660be382facfbbb9bd5c" - sha256 ventura: "0cdd69028ce375e41becb03e23f16ee6092345b8adc074552a7291846b49b97e" - sha256 cellar: :any_skip_relocation, arm64_linux: "729f4a4ffd7dc546b0de395ecb8a1c34f2de8d70995ef214745b1e69e03a9d8c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e8f328837cc22ac31663672b33aae0cfab7778b7002d251b1ded6f392c061f2" + sha256 arm64_sequoia: "a18b3eed9b1109c0619b41931c572e63125720ffbb843e0e50a949f28b024ef9" + sha256 arm64_sonoma: "5936b0d5b5593363695f5454ea5d5501e684fa0f7fe804804b8fa521eedacfa5" + sha256 arm64_ventura: "52ccb0657a2088f78429601073fdb9873ea91a9b270d6edc9b917f55b34240a6" + sha256 sonoma: "e246676cc72d355be1365201f2e37bf05b5516d37931d81d38c1ba896937d423" + sha256 ventura: "635ca74063f2e2fbe3410cd5d0ad85ba09768488839c2bfe94f007f494dff7ff" + sha256 cellar: :any_skip_relocation, arm64_linux: "acd15b926f49d7b25f48afe521839086ac5772dcf9b1ac1df1e94d595401b660" + sha256 cellar: :any_skip_relocation, x86_64_linux: "23b0ad51869c02efefa417376f455a3200b53409e0b3881ece93112733feb6d2" end # need node@20, and also align with upstream, https://github.com/balena-io/balena-cli/blob/master/.github/actions/publish/action.yml#L21 From 2e76735e52a2ae1b51e53f2d90f8755209b63646 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:02:08 +0000 Subject: [PATCH 00402/10074] rover: update 0.32.0 bottle. --- Formula/r/rover.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index d9689b9da1825..a65c2b25cf06e 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -7,13 +7,13 @@ class Rover < Formula head "https://github.com/apollographql/rover.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ba8bd4b7683ccfbf55084d5c3eaf54a4611d3e8415cf56461245b4ce923180e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "20c50022e8c974404dd647213593e2c5911f81737b93a4fac1e05bc8c985fc4c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "81166c127e2668ddd1aa631a51bdafee11c088cbb552885a2fc62b13b4916870" - sha256 cellar: :any_skip_relocation, sonoma: "973cddca3c69a068e479e143225bb8129ad222a51a21103621cf4b9511b2a4c9" - sha256 cellar: :any_skip_relocation, ventura: "e0b99e4e8aabd6a6487c76c3cdbed6faddc57f35a5166a02a35203d37153f428" - sha256 cellar: :any_skip_relocation, arm64_linux: "a74a13f4f06ca62fb7a972ae139b8678a7ed029501553c48c10c0ab7aec11acd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8121203142f627154ba7efe96d76866dec2b944ab3d11c9cf6b2eaf73938ddb4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "66c284a4be7c4742beba37b794fe8695b3fc612a2ff22c4aed6baffd1754069d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b584bb1cb8a48dd3cdf65ee7e7f439716f4ff0a4851acd894899fe8a79864ab7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a961f3a2d1a48d45619afe3534d1528fc0e6ff6e87acc8ae779a730bdbefaba0" + sha256 cellar: :any_skip_relocation, sonoma: "130d42f496361abbd8593493b169beaf6ecb0c0f9ce406449a6afb490318e6c5" + sha256 cellar: :any_skip_relocation, ventura: "5650a48dc6ae90a458070fe48f8f134c16fce2ae81e393d7df655dd891ed12bc" + sha256 cellar: :any_skip_relocation, arm64_linux: "8394caa1e0712b967d8c738bc71b23301e669ccea3fc9535a30dfdac5ec63ea6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0aced4a193ade5f63292fcda2abbb70e5a7c8fff5a91c491ec94be1414590fff" end depends_on "rust" => :build From 95fe4bfd164a07768ba8d227f2afe4be57e2dc61 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:02:23 +0000 Subject: [PATCH 00403/10074] promptfoo: update 0.114.1 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index b09583f316f5b..c9dbde673041b 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "e5ae90ab30191068da3a18c1bcd209eb1b4e328f58ad525c1bea068c57db8cc4" - sha256 cellar: :any, arm64_sonoma: "4a2b39c90cff2b6099f461c42a7b56e494eca693c334c4200235b6b8046a799f" - sha256 cellar: :any, arm64_ventura: "41b475c684f71e170e1b8f1a26dce3a0f2e37420b86d3be0da3739d02cea3920" - sha256 sonoma: "8b6bbf0ff640615f8f8ba9254b1a6d9f880c4f10c1b523151861cef96e94c441" - sha256 ventura: "7468696c76e2fdfc311c94ea6423c9c1f41d3365c3d01f5092e2a32ca3e17151" - sha256 cellar: :any_skip_relocation, arm64_linux: "8d298877e641aa30f9a4de5cf487f7395fe1b8d399ad909113b6db28f3d5daac" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a5b60097fcfee7ca2a26451dc88955ccc7a108911cfc4ac246873d5d75b0174f" + sha256 cellar: :any, arm64_sequoia: "2e0867423df931dd8295e2af972447a57427bcfdb34fd393bc9ed8851c51a0f6" + sha256 cellar: :any, arm64_sonoma: "5525ce60fbb9d9719c4ecd1ddffb33c684d262972c98cc52a2fd50c1f2e3d162" + sha256 cellar: :any, arm64_ventura: "d841467d8f8b3a62f0c74830c4d551a9d38927707360c4e40fc8c59eb3d4f800" + sha256 sonoma: "7aad5f0a18f4d22646cc9e1691ee652bb7fb60e3c9e159150c9ce28eb65f4f7f" + sha256 ventura: "4fe6019c100bccb6653d09550e67c86a1974f6b2e4ff409bee2d44d7a8502003" + sha256 cellar: :any_skip_relocation, arm64_linux: "24e9574306743515e09ad8d02464e59e9cadaf604fbbcffba5e8516c6037ccd7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3fb5f65617b8bb2bace74887c8ffcdf52497bf7ae3a6e350c4093849785362c" end depends_on "node" From 052d74ee3c0f15af23651f01e6b47e23062e0ee6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:09:23 +0000 Subject: [PATCH 00404/10074] stylelint: update 16.20.0 bottle. --- Formula/s/stylelint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/stylelint.rb b/Formula/s/stylelint.rb index ef108873bcfa2..913d439bb3681 100644 --- a/Formula/s/stylelint.rb +++ b/Formula/s/stylelint.rb @@ -6,13 +6,13 @@ class Stylelint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917" - sha256 cellar: :any_skip_relocation, arm64_ventura: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917" - sha256 cellar: :any_skip_relocation, sonoma: "9df24b3985bcb44da8180aa8e2e9cbea80be97246349032d76fa1247db85f5af" - sha256 cellar: :any_skip_relocation, ventura: "9df24b3985bcb44da8180aa8e2e9cbea80be97246349032d76fa1247db85f5af" - sha256 cellar: :any_skip_relocation, arm64_linux: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917" - sha256 cellar: :any_skip_relocation, x86_64_linux: "143c27ed3713827f92cab5f4650a71a4040fd30c5bb4c13fcfa71ee266ebd917" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" + sha256 cellar: :any_skip_relocation, sonoma: "b6d62415a7b218b13c8bf79d115c8277e15ef9ac3049e5b9a22cbea9044efbc0" + sha256 cellar: :any_skip_relocation, ventura: "b6d62415a7b218b13c8bf79d115c8277e15ef9ac3049e5b9a22cbea9044efbc0" + sha256 cellar: :any_skip_relocation, arm64_linux: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" end depends_on "node" From 5ed82c094734da0688945327ac58147af369440b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:09:34 +0000 Subject: [PATCH 00405/10074] tailwindcss-language-server: update 0.14.20 bottle. --- Formula/t/tailwindcss-language-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailwindcss-language-server.rb b/Formula/t/tailwindcss-language-server.rb index 9d999d0c26a60..60d46f666aaaf 100644 --- a/Formula/t/tailwindcss-language-server.rb +++ b/Formula/t/tailwindcss-language-server.rb @@ -13,13 +13,13 @@ class TailwindcssLanguageServer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4" - sha256 cellar: :any_skip_relocation, sonoma: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4" - sha256 cellar: :any_skip_relocation, ventura: "526387170fa7222aaf213e7d1416df64d6468945ba39cfe45cd5d1403192eca4" - sha256 cellar: :any_skip_relocation, arm64_linux: "e0787d06c03ba508ce6ef06f6a6f5bfe53e4e8442bfd27419ba3da80e506341a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e0787d06c03ba508ce6ef06f6a6f5bfe53e4e8442bfd27419ba3da80e506341a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" + sha256 cellar: :any_skip_relocation, sonoma: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" + sha256 cellar: :any_skip_relocation, ventura: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" + sha256 cellar: :any_skip_relocation, arm64_linux: "8d7a33b3d93ffafd7ddc6223609f43d7b8fb49aa74a56ee1a54f38a1aa55f721" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d7a33b3d93ffafd7ddc6223609f43d7b8fb49aa74a56ee1a54f38a1aa55f721" end depends_on "pnpm@9" => :build From 8f89abaa8fe943ed1dd4e17c1fb0ae796a6628f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:18:59 +0000 Subject: [PATCH 00406/10074] snowflake-cli: update 3.9.0 bottle. --- Formula/s/snowflake-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snowflake-cli.rb b/Formula/s/snowflake-cli.rb index 50d26db093021..5f85a2cfb13b0 100644 --- a/Formula/s/snowflake-cli.rb +++ b/Formula/s/snowflake-cli.rb @@ -8,13 +8,13 @@ class SnowflakeCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "0a96b29feea3474f12863dc13fbcc039b122939b1ee7719fa78d99e0cfc4e23d" - sha256 cellar: :any, arm64_sonoma: "93abae0d59a33109d1468621ffc1a20b54deb86a3e932d516d5ea48c19f6970d" - sha256 cellar: :any, arm64_ventura: "d7fc5d7271ddb4831300dd5b0352a3032df048f4a3bfe06f949d98e52fb78d37" - sha256 cellar: :any, sonoma: "d0303079832379fc32a447b41a1800289392a6cb0deea2574cf34d564a62ddbf" - sha256 cellar: :any, ventura: "218dad4c80135f9b39ef9bc76bc5e9f8445227d0bdce2e2cf53f22c46faa406d" - sha256 cellar: :any_skip_relocation, arm64_linux: "c000cc03f63d399c3c8148dca7ebcf18b04b7150bd43f9cc2677fe07dd764b59" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04bea8126604c9058a3e7074f4c2a8c03cbc68315b53f5afe0d15c266908d9ef" + sha256 cellar: :any, arm64_sequoia: "6bd7a6a1d6c16801d85e6806c30a0cc209e24d4a2b3ec39f241e54e4767fe69c" + sha256 cellar: :any, arm64_sonoma: "4deb933ea3dcc3adbcc71f82c4f96a43afbb4926f72113a4a810651972883fd0" + sha256 cellar: :any, arm64_ventura: "c2d460c541595d59d847abd921ad2eb2aebbc2a4cf09e588425fdef71d20cd95" + sha256 cellar: :any, sonoma: "76525ba5a449513d4fd5fc5b60c4b128510de17af13c8fb50255da1540cd9fc8" + sha256 cellar: :any, ventura: "3271de78b79d6432b380124bf88b4dfe717f5c432c8dc250f157e62c565ea44f" + sha256 cellar: :any_skip_relocation, arm64_linux: "c6b2be9766ab19a3efa9de5bdfabda7fd703c390789ef9f455added28a24f885" + sha256 cellar: :any_skip_relocation, x86_64_linux: "786c15a9a9ba9fcf3a7ef09f48a8eb82d3ccc605efcf2f69481ec00a3d46f7bf" end depends_on "rust" => :build # for pydantic-core From ccdb6a5ed4386c230e64bc9c48383cb3e91bb022 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:21:41 +0000 Subject: [PATCH 00407/10074] trivy: update 0.63.0 bottle. --- Formula/t/trivy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/trivy.rb b/Formula/t/trivy.rb index 0fdcd259be694..01cb70fa11236 100644 --- a/Formula/t/trivy.rb +++ b/Formula/t/trivy.rb @@ -7,13 +7,13 @@ class Trivy < Formula head "https://github.com/aquasecurity/trivy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e742f9af9ff0d46d6d774403472783ec7975eead80449d0eebac8209595bcc3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8011b49c51ab423f588157e71a4b639929551d2d40f7806a56b674f340b58d14" - sha256 cellar: :any_skip_relocation, arm64_ventura: "93f7f3555004dc551ff906eafc17cb5bc8b66dfe556f7ca3505e72192e114bd7" - sha256 cellar: :any_skip_relocation, sonoma: "bd35dab2279487b64edeced48c62f82883092ce5adf933e9c569872fc400d0bb" - sha256 cellar: :any_skip_relocation, ventura: "89990ebb9a19a94b07bb357e43a9ccadf2585ad298bf3b1d561f61816ea5db6a" - sha256 cellar: :any_skip_relocation, arm64_linux: "8204027f4128fde5ff14c5c0269c7b7803457a5b05e0a9b5d26ad4ef07d22c31" - sha256 cellar: :any_skip_relocation, x86_64_linux: "96cde021dbb3e8ad0c1be8cbc9a249c04a41c5f5673c490a9fb6095d30a5af40" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "553c7ecfc23ee70ffaeb40e92bf7ca5675588f36590b15dfa8202fc5083fc3cf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6793cf0ba88ea38553393491519f187b652a925c1997fa969d0e82cd3c25ea4f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5212ff2cc82e772d7f37b0224e34668b56c31dec5d1ead21ab87871aa1d61376" + sha256 cellar: :any_skip_relocation, sonoma: "908d1647540c93eb4ce8522f7b39f7c0ba3cc2e250ae40c3b619419d19f982c7" + sha256 cellar: :any_skip_relocation, ventura: "f8b8e311f5d76bdb1eb924927957d7fc491099b3d557a4ccf1134cab236bbee9" + sha256 cellar: :any_skip_relocation, arm64_linux: "be5c85315fe6b9471ea44f3044133edd1936d4a3842b8686bd7415140938c693" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6ec6b414fb7f0507dc48fb163e63bf0c6492f050f0914d11873477c28b8520d2" end depends_on "go" => :build From 16943843ef5e183f5aa3cce16e7999709e4080e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:49:14 +0000 Subject: [PATCH 00408/10074] argocd 3.0.5 --- Formula/a/argocd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/argocd.rb b/Formula/a/argocd.rb index 4472e67688b86..db3f6447671e1 100644 --- a/Formula/a/argocd.rb +++ b/Formula/a/argocd.rb @@ -2,8 +2,8 @@ class Argocd < Formula desc "GitOps Continuous Delivery for Kubernetes" homepage "https://argoproj.github.io/cd/" url "https://github.com/argoproj/argo-cd.git", - tag: "v3.0.4", - revision: "5328bd58e6255e31c858cc1b628552d32bd105e0" + tag: "v3.0.5", + revision: "af9ebac0bb35dc16eb034c1cefaf7c92d1029927" license "Apache-2.0" # There can be a notable gap between when a version is tagged and a From 3459f6cb3715f45094b974f9779febb3d09dafbc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:50:15 +0000 Subject: [PATCH 00409/10074] aws-lc 1.52.1 --- Formula/a/aws-lc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-lc.rb b/Formula/a/aws-lc.rb index 5a2467ffb38b2..1e1d3416ba116 100644 --- a/Formula/a/aws-lc.rb +++ b/Formula/a/aws-lc.rb @@ -1,8 +1,8 @@ class AwsLc < Formula desc "General-purpose cryptographic library" homepage "https://github.com/aws/aws-lc" - url "https://github.com/aws/aws-lc/archive/refs/tags/v1.52.0.tar.gz" - sha256 "f8e948a23eba174cc5cd07f86983bace3828cc870214d3a4d1ea7111112394e4" + url "https://github.com/aws/aws-lc/archive/refs/tags/v1.52.1.tar.gz" + sha256 "fe552e3c3522f73afc3c30011745c431c633f7b4e25dcd7b38325f194a7b3b75" license all_of: ["Apache-2.0", "ISC", "OpenSSL", "MIT", "BSD-3-Clause"] livecheck do From a49d04c2ae30a0dac35e616f39d7d88f96cc9142 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:50:35 +0000 Subject: [PATCH 00410/10074] awscli 2.27.25 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index c104377ba5308..2b0260a703e04 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.24.tar.gz" - sha256 "d9639e455328e38dfd24a9bfcc34291cc40e5ce93d1930194cf7e8d1a24f9abc" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.25.tar.gz" + sha256 "f9e7b50998930fbc93ce26e7be3322954a3d2bbd164688f4b23bbadab04f184b" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From e64c2d8066717990903e49b7ddfc3710ab2a25c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:52:12 +0000 Subject: [PATCH 00411/10074] pulumi: update 3.172.0 bottle. --- Formula/p/pulumi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index ce9c664d9225e..74d069eeafb11 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -10,12 +10,12 @@ class Pulumi < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5280cb9adf8ae0ac6cea56738081315de50638d9d6a646114da8ac3d30d50644" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2e2a2216a67cc581ba6b0c4f202940e18146de65ebf3614e8481c9a2ef84caf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a95ad16bf64c0a8603c961e711d9f76de2adac2793bfb9059d91d59c3102b29a" - sha256 cellar: :any_skip_relocation, sonoma: "e44cfb400bae9006d9a8ab97934cb37bd3850b7dc5d55a80729df8613a662d00" - sha256 cellar: :any_skip_relocation, ventura: "a1ae55cbdc92b29a1ea1e3fcb90fc2a0c49ac43f1d0ed68a0661b47cffa678f9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5ac193b819e0b3e0c4f56b6e8c31c999acac241d418b143e5a8d0c18129b1aa9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8025fe212b24b845a87a7bf10559a8c4b1730fd805389f2b6898b7fb9823564d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ce3429f094692b6512fa355ba205eb657435451b8226e5c216684f02e3b0655" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5f9c2ac9aa4e8e5a3668a69e104dd2d66b5d8f1193846631afcd408521dc5ef0" + sha256 cellar: :any_skip_relocation, sonoma: "9b3b1b2535baee4be198d81add0a35f5e426e7bd68dd18814ec093cd07678c04" + sha256 cellar: :any_skip_relocation, ventura: "cf041c416a07c04c0f0f616640da8416ffe6cf8e8731dff24f1699c329777971" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d49da784ddcdf84bb99afca46d8ac3d4fca2715494fa36d1a54d9879c64e41c2" end depends_on "go" => :build From 58db4be7f27f2f82b7f241d81cd45eb6b2f7157f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:52:30 +0000 Subject: [PATCH 00412/10074] cargo-expand 1.0.107 --- Formula/c/cargo-expand.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-expand.rb b/Formula/c/cargo-expand.rb index 57f7040402d79..6c7221e5f11f4 100644 --- a/Formula/c/cargo-expand.rb +++ b/Formula/c/cargo-expand.rb @@ -1,8 +1,8 @@ class CargoExpand < Formula desc "Show what Rust code looks like with macros expanded" homepage "https://github.com/dtolnay/cargo-expand" - url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.106.tar.gz" - sha256 "3917f35b54b4186ac5697648a673a70ab58567bebbee926d5d60cbea5f342471" + url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.107.tar.gz" + sha256 "ab217b3e73b06066c95922404889c229d9bf9d9ab41fb9cd21fa7ce43ff145fb" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/dtolnay/cargo-expand.git", branch: "master" From 09ddaef88247aeed0fd1fb8287f0ed4e55907a33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:53:47 +0000 Subject: [PATCH 00413/10074] circleci 0.1.32145 --- Formula/c/circleci.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index a5a0edc00d607..064d1187d44b4 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -3,8 +3,8 @@ class Circleci < Formula homepage "https://circleci.com/docs/2.0/local-cli/" # Updates should be pushed no more frequently than once per week. url "https://github.com/CircleCI-Public/circleci-cli.git", - tag: "v0.1.32111", - revision: "5da94451bf13865af05e98c18275bf104792e133" + tag: "v0.1.32145", + revision: "8605aaa05a338254534eb5062b8859b3569c830c" license "MIT" head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" From 33c410d5241f034619b349798d4cb225afb33eb8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:58:28 +0000 Subject: [PATCH 00414/10074] fern-api 0.63.19 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index cfc003614f79b..9725adb3c3db3 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.17.tgz" - sha256 "92938367380948bda85f458f5c694c0f16c0c0c46e55bcd614be553341e5489d" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.19.tgz" + sha256 "09491cd328cdb126b2a4b98e0eb70988dbc6165a8d1d7beb22aff2d1d5013f55" license "Apache-2.0" bottle do From 03122a38041d309458a0b0983ba41a0a52aaaf3c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:59:02 +0000 Subject: [PATCH 00415/10074] flyctl 0.3.135 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 807a855b5f9d5..f3d856ba94c2d 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.134", - revision: "c6b3211ba14eae60087ba5f89061df20ffa8faa7" + tag: "v0.3.135", + revision: "53cac93a1608223a2c766daa2769424e526b4179" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From 0be87fb328bc1e29218e3696ba61e98bdb929692 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:09:14 +0000 Subject: [PATCH 00416/10074] navidrome 0.56.1 --- Formula/n/navidrome.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/navidrome.rb b/Formula/n/navidrome.rb index b6fcc6abac2a0..007b76ccb6dcd 100644 --- a/Formula/n/navidrome.rb +++ b/Formula/n/navidrome.rb @@ -1,8 +1,8 @@ class Navidrome < Formula desc "Modern Music Server and Streamer compatible with Subsonic/Airsonic" homepage "https://www.navidrome.org" - url "https://github.com/navidrome/navidrome/archive/refs/tags/v0.56.0.tar.gz" - sha256 "4ba97d7760964da600383820af644176d9a44f6e0eee7de5989afb6be2b78730" + url "https://github.com/navidrome/navidrome/archive/refs/tags/v0.56.1.tar.gz" + sha256 "da93448b008f8611f1e1c203285361b5c05ab429253495341cc0bf08a5c93359" license "GPL-3.0-only" head "https://github.com/navidrome/navidrome.git", branch: "master" From 98ff4bd4419cdf6fa272a3b03e82f8e17d0373e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:10:49 +0000 Subject: [PATCH 00417/10074] oh-my-posh 26.0.2 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 0b8c30937c8a9..371fad8baaab5 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.0.1.tar.gz" - sha256 "62120fe20ac17538ae9e881a247a60b7c7adf41be6dadee81cf5c227d9e85d2a" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.0.2.tar.gz" + sha256 "bc54fc7f2a230db84e4d3855dc1f745099aa311abcc2f31769307d43996ccb7b" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 73096c82f618ad628a3b0411d3b856e36cf12f07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:11:30 +0000 Subject: [PATCH 00418/10074] openbao 2.2.2 --- Formula/o/openbao.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openbao.rb b/Formula/o/openbao.rb index 65946ba2bba7b..eee3564b6627f 100644 --- a/Formula/o/openbao.rb +++ b/Formula/o/openbao.rb @@ -2,8 +2,8 @@ class Openbao < Formula desc "Provides a software solution to manage, store, and distribute sensitive data" homepage "https://openbao.org/" url "https://github.com/openbao/openbao.git", - tag: "v2.2.1", - revision: "91733be3109e5a5000b750939e5748433c78cfcf" + tag: "v2.2.2", + revision: "8c0322c0423231836a1432fdad29dc2e99640da9" license "MPL-2.0" head "https://github.com/openbao/openbao.git", branch: "main" From ad0cee9fe8420c76b32aac5ade39410e7ea3504d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:13:27 +0000 Subject: [PATCH 00419/10074] policy-engine 1.0.0 --- Formula/p/policy-engine.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/policy-engine.rb b/Formula/p/policy-engine.rb index b52932252ebb0..51f4d959fd63e 100644 --- a/Formula/p/policy-engine.rb +++ b/Formula/p/policy-engine.rb @@ -1,8 +1,8 @@ class PolicyEngine < Formula desc "Unified Policy Engine" homepage "https://github.com/snyk/policy-engine" - url "https://github.com/snyk/policy-engine/archive/refs/tags/v0.34.0.tar.gz" - sha256 "cc61ac06f363a67619054fe50c23e3f426c7cef3126d5fe797263f75643147ba" + url "https://github.com/snyk/policy-engine/archive/refs/tags/v1.0.0.tar.gz" + sha256 "e188113c2d3c25727943371153546ca818990b6125751b0f4f78171da847063b" license "Apache-2.0" head "https://github.com/snyk/policy-engine.git", branch: "main" From 5a918aec7e4838a5905b8be757fd993ecfac9432 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:15:26 +0000 Subject: [PATCH 00420/10074] rbspy 0.34.1 --- Formula/r/rbspy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rbspy.rb b/Formula/r/rbspy.rb index 60def44f2f123..3222c1afd03ca 100644 --- a/Formula/r/rbspy.rb +++ b/Formula/r/rbspy.rb @@ -1,8 +1,8 @@ class Rbspy < Formula desc "Sampling profiler for Ruby" homepage "https://rbspy.github.io/" - url "https://github.com/rbspy/rbspy/archive/refs/tags/v0.34.0.tar.gz" - sha256 "dc2eceb963ef9a5687de89fef38c28ebd4dab857ed7dfc20b51602f45c6d76ea" + url "https://github.com/rbspy/rbspy/archive/refs/tags/v0.34.1.tar.gz" + sha256 "dfc75d5a28364903afb8c19d47491a4e09d3dc3c5eb3129b132a54f233fb719d" license "MIT" bottle do From 6cfbb3f683f65e504190d56df393478727306d8b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:21:06 +0000 Subject: [PATCH 00421/10074] trufflehog 3.88.35 --- Formula/t/trufflehog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 99c1bdce31b9b..8c27a3532f330 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -1,8 +1,8 @@ class Trufflehog < Formula desc "Find and verify credentials" homepage "https://trufflesecurity.com/" - url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.88.34.tar.gz" - sha256 "54b981c782157e59020cb8a2203b11c3fbb7c5668f10ffeee474b68ca7060836" + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.88.35.tar.gz" + sha256 "8bb9fd4616e13a165f9a881aaea844c3053b565b46b5c59c71e24836e69faab4" # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 license "AGPL-3.0-only" head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" From 36d9164c79928b3681da17e8f3434ce301178479 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:24:10 +0000 Subject: [PATCH 00422/10074] yeet 0.4.0 --- Formula/y/yeet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index 5ebcd1eae3e7d..fb5cd158b2440 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -1,8 +1,8 @@ class Yeet < Formula desc "Packaging tool that lets you declare build instructions in JavaScript" homepage "https://github.com/TecharoHQ/yeet" - url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.3.0.tar.gz" - sha256 "11352164ee78184b04372034ad94ba83f6a18ee6248377e4b45f2d36d408913a" + url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.4.0.tar.gz" + sha256 "9928c0ed6656b21acb15c47c4bfd9ed82c14eaa0d626a9d0f3c17afd067b9a95" license "MIT" head "https://github.com/TecharoHQ/yeet.git", branch: "main" From 99524ccda204237dc6bf4242db69f9f7405b30eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:24:32 +0000 Subject: [PATCH 00423/10074] argocd: update 3.0.5 bottle. --- Formula/a/argocd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/argocd.rb b/Formula/a/argocd.rb index db3f6447671e1..c29b843a771c9 100644 --- a/Formula/a/argocd.rb +++ b/Formula/a/argocd.rb @@ -18,13 +18,13 @@ class Argocd < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b06e854e2d34eaf8524873fb69bea4ac96b8a00db107d7c76b30465b380e3e22" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "421945ff5b19959c295dc30cf9c2475f00e5a9fc39fa8eb625b9b12e5999669e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "867808239b555b703bfc722048d5fb15c31c92666f977f6f1d7df841184e1707" - sha256 cellar: :any_skip_relocation, sonoma: "aa8239e049d18b150d971b0049117d020534355b593f59392639115569e8491d" - sha256 cellar: :any_skip_relocation, ventura: "7b033611e5e87b593133b5a652446b57b60af82b0818027a707b92cbd29fb1ad" - sha256 cellar: :any_skip_relocation, arm64_linux: "48b83692e9fb659f924d031c2f2b0647a244c45c4d2ab91e8330e31a410db12d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e43ebee0797c83d4616a8601833aaa1ef119a01edacc2522c929f358e619d86c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfc11a2134d311e9aff59b361794c9fa12b6259bb7e29032c52d3a6d1faa1a8d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "df04d37a35a1b04e6c503f23bf01c5dae895a343dc99a5f35d1ab87b561ff09b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8957553bf5928aa80604632ac8c68c33fbffb69c85eeffa0f957b095cbc77cb2" + sha256 cellar: :any_skip_relocation, sonoma: "4d6150f0a31481f178cddd22ac71165db9237a63cc205336c9f8bad0fec8b638" + sha256 cellar: :any_skip_relocation, ventura: "cf818311d8b27752d0d07b894681d5883cd28c5242402546b181174b2c3d9c0c" + sha256 cellar: :any_skip_relocation, arm64_linux: "474106dc5e29ba5c2e4d2be53223147c4206779ac81314e77d0ceb3469aaef30" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4aae9b41600b0dded58979a15dd6f7648b305a0c9c2aca00392cf5790b3a9fa9" end depends_on "go" => :build From 0f47b093cd3a319debada4cf48f3a45103adc966 Mon Sep 17 00:00:00 2001 From: William Martin Date: Thu, 29 May 2025 23:02:50 +0200 Subject: [PATCH 00424/10074] gh 2.74.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/g/gh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index 3c5e2870fa129..16291eb5fe46c 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -1,8 +1,8 @@ class Gh < Formula desc "GitHub command-line tool" homepage "https://cli.github.com/" - url "https://github.com/cli/cli/archive/refs/tags/v2.73.0.tar.gz" - sha256 "e432fd7e8944f94624fbd287b3bdd46f6bbed23609178c940bdb7b5d55a6d1c4" + url "https://github.com/cli/cli/archive/refs/tags/v2.74.0.tar.gz" + sha256 "b13e60f114388cbc20ba410d57b43f262814dec7d3e37363accfd525c6885d3b" license "MIT" head "https://github.com/cli/cli.git", branch: "trunk" From 5f59f55f9c817b285e302ff50a9d5f64195df170 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:10:39 +0000 Subject: [PATCH 00425/10074] aws-lc: update 1.52.1 bottle. --- Formula/a/aws-lc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-lc.rb b/Formula/a/aws-lc.rb index 1e1d3416ba116..4062be4424c4f 100644 --- a/Formula/a/aws-lc.rb +++ b/Formula/a/aws-lc.rb @@ -11,13 +11,13 @@ class AwsLc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "47ffd9d7713dc6dbfeb471e1b2fc13091cf9c7e97005d11e50b3196d8f63dd06" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "302b9ccb33a494410954690fedab58055dd825bb7c149663d29eac31c15b8f00" - sha256 cellar: :any_skip_relocation, arm64_ventura: "28eba40e3aa00ce0dd36b2f851579895236f457b04e6b0a57c8ba73aea8f9074" - sha256 cellar: :any_skip_relocation, sonoma: "223beae8f0d9ad41abc4c8cb264860d917d6f2110e868346ceb412c7edffb19b" - sha256 cellar: :any_skip_relocation, ventura: "c10c8d95acb71a336636bb8f4931a1845f660522f52da85ba098f2cbd3bd0a22" - sha256 cellar: :any_skip_relocation, arm64_linux: "14865e1eb5b5e2894cf0346a9c3edf62a60c903e8eac66fca36ba26928d036a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9075d5239ee23f71f03f67f9e51e9d7086fbe70b78d2dec800e47a863e1c2091" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bbf44050a27bee919aebf08b15e04b94ac5bf3cc199095528ec5491ae62c4f41" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aaf5ae03f79818056ec1f6c48e6a2e96f6dc2b9bfbca860625e5b2514b1bca1f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c9d138a916f1a239a408c700a9f7535c6fe195184aac5f507e4d57afa20c2f1b" + sha256 cellar: :any_skip_relocation, sonoma: "d3d2bb8939ebf0abf42e8ff0314b8e2605fa274120f129ca974f88aae8c48332" + sha256 cellar: :any_skip_relocation, ventura: "ecffb698b128d28cb65e2bbfe7af7e5fe6ade8c5bf19f9b09d4e6d635ac1e32c" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1fe3ba72954fd2b8fd9583a8ed32cf1f6f454dc9ff3606edd3a7ef75553913e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a727de42d27915134728a280d757edce0ee63a666c190821ca6a1c562dc33f60" end keg_only "it conflicts with OpenSSL" From 526c70a616dea21dbbf7de2e1ec9a8fb46dc3672 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:12:13 +0000 Subject: [PATCH 00426/10074] cargo-expand: update 1.0.107 bottle. --- Formula/c/cargo-expand.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-expand.rb b/Formula/c/cargo-expand.rb index 6c7221e5f11f4..522b291f24613 100644 --- a/Formula/c/cargo-expand.rb +++ b/Formula/c/cargo-expand.rb @@ -7,13 +7,13 @@ class CargoExpand < Formula head "https://github.com/dtolnay/cargo-expand.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1446baec0e867d5bf0dcf9297cf0ca4376d31d967b9a7f61ba425f3327e3d44d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3add3bb71dadde1dd3ddf53030876f25c9be442c99539b0413eccb0a6fa0cf9b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d1ec2ba62a11b75d8cbe4bbac17feb1025e12e2f249ba6949ea27c11cbfb888c" - sha256 cellar: :any_skip_relocation, sonoma: "468861d35afd0b0064541cadbc06a7bef61f45fd2f895438125f190eb526cbec" - sha256 cellar: :any_skip_relocation, ventura: "3e112c2726e3ef0b76aced248b37a2e439be4d7978d4cece9e0c671af671d400" - sha256 cellar: :any_skip_relocation, arm64_linux: "f4e271c5d2e81464db6e4780ea330c2c06ecc0643fcc44ed120bddd6821098ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cbea3854e20f659df2d26baa5cd2dc092733b10a89212d0a1485dedfa091fab2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "adba9dce6744f1de1414aab9004805c42232f69218476ac35d003553051bc990" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "17a220fc046b0934f9c5a348eb9d6b851883b90b007d37eb4282ddc5be0c84f0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d81b9107eacb35531f77a7d6ed1b96743f2dd5df83f1288f1ba25f84b3c6e5b8" + sha256 cellar: :any_skip_relocation, sonoma: "39b3748c280e5c421634ff47ce6f77e2a76a285d7d2760219192765ac7c7efd1" + sha256 cellar: :any_skip_relocation, ventura: "600c304869667e91bf488b5214ab89285f0eee9d63b0bc089cf49893b1e86339" + sha256 cellar: :any_skip_relocation, arm64_linux: "da30ca9a1f42eefa877bd52da7d75dbbccc18b950884a5c5418f5b5b38f7b199" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5d3a64f68fc47505ed1bc6957307f3bd424bf5394d8e620696851f9d4f43b07a" end depends_on "rust" => :build From 8b2e1c16ed36dae42278d6ff934027f84d81621d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:12:31 +0000 Subject: [PATCH 00427/10074] fern-api: update 0.63.19 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 9725adb3c3db3..864d716f8459d 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "0f5df0600e75298bdb47da523f4d38cc8a53c38c65a3b144f57dd8d94150e820" + sha256 cellar: :any_skip_relocation, all: "c1274a37e175a069180a22a9420cf1433cc81839f03ab8d02e8960290b2b705b" end depends_on "node" From f40581544093012f3732aac3b03e93aba122732c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:12:36 +0000 Subject: [PATCH 00428/10074] circleci: update 0.1.32145 bottle. --- Formula/c/circleci.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index 064d1187d44b4..63caf926f2d2b 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -9,12 +9,12 @@ class Circleci < Formula head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7a974da0db81a32f31d4d448cb885041caee8dfe64947824f07b4c124fef03f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7a974da0db81a32f31d4d448cb885041caee8dfe64947824f07b4c124fef03f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f7a974da0db81a32f31d4d448cb885041caee8dfe64947824f07b4c124fef03f" - sha256 cellar: :any_skip_relocation, sonoma: "5c44aeee81f3da1a908c0dadd23cedb2286c70c7d457478ed968d91abdf4aef7" - sha256 cellar: :any_skip_relocation, ventura: "5c44aeee81f3da1a908c0dadd23cedb2286c70c7d457478ed968d91abdf4aef7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f44242b9c040616731f63e4872b9c27d9aef5776e76a943e446b70c41af59161" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7b87636a3e28a95bebe23613a172afa000293af94348031fcd3fb6859b2b12e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7b87636a3e28a95bebe23613a172afa000293af94348031fcd3fb6859b2b12e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b7b87636a3e28a95bebe23613a172afa000293af94348031fcd3fb6859b2b12e" + sha256 cellar: :any_skip_relocation, sonoma: "b5e536642d5bcbc1341e823184d58bf02ce92bb9e0ac851fded92c2881e7f3c5" + sha256 cellar: :any_skip_relocation, ventura: "b5e536642d5bcbc1341e823184d58bf02ce92bb9e0ac851fded92c2881e7f3c5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "13148d06a64c4089a37c13181aefb49cb30b96b5b41e8bfe4efef50cb5ec3d6a" end depends_on "go" => :build From c7092ddeffac29b96258e8e9c6fab7bdb8a4edc1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:12:52 +0000 Subject: [PATCH 00429/10074] flyctl: update 0.3.135 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index f3d856ba94c2d..24dc2789cab70 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6433b890a5b1baaf19d1c2897c3698d133c7fceaf731714a50080e11d2215268" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6433b890a5b1baaf19d1c2897c3698d133c7fceaf731714a50080e11d2215268" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6433b890a5b1baaf19d1c2897c3698d133c7fceaf731714a50080e11d2215268" - sha256 cellar: :any_skip_relocation, sonoma: "6262f6ccc798874a298e42f822889f1af7336ddb84cf858d079286c0ac700f6d" - sha256 cellar: :any_skip_relocation, ventura: "6262f6ccc798874a298e42f822889f1af7336ddb84cf858d079286c0ac700f6d" - sha256 cellar: :any_skip_relocation, arm64_linux: "5fda036b86b6ac55850c0ac3e0f28d579c4b58773070193c27f629d626f20edf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eaf5fd37b506dfb9a1d3b7427b18101f2eaec77a725d5274da612c1920fb39bd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2552ac4495f709378642c5c96c6ccfc6c8ebdf33cd867d738befa8d4a7318923" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2552ac4495f709378642c5c96c6ccfc6c8ebdf33cd867d738befa8d4a7318923" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2552ac4495f709378642c5c96c6ccfc6c8ebdf33cd867d738befa8d4a7318923" + sha256 cellar: :any_skip_relocation, sonoma: "0527a46ac3e4a9acbaed0496a06fa963f6cea87b14db1f906a82aff16531a89e" + sha256 cellar: :any_skip_relocation, ventura: "0527a46ac3e4a9acbaed0496a06fa963f6cea87b14db1f906a82aff16531a89e" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b9187f3b3ca9cab02e8ed5c9a61f4f90143ff1ccecb184889164482522aec64" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7f1cf1908761de1ec5e25695b36e293122606d7105701ce1b07d2facf6598019" end depends_on "go" => :build From 142d0752b1f753436e55c2161013eacaf7397786 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:13:48 +0000 Subject: [PATCH 00430/10074] navidrome: update 0.56.1 bottle. --- Formula/n/navidrome.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/navidrome.rb b/Formula/n/navidrome.rb index 007b76ccb6dcd..56fddfa6b6299 100644 --- a/Formula/n/navidrome.rb +++ b/Formula/n/navidrome.rb @@ -7,12 +7,12 @@ class Navidrome < Formula head "https://github.com/navidrome/navidrome.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "0ab07cedd93d3134ec01d629757ed998b5cb358d57b08f68a4af5ebe32595ef2" - sha256 cellar: :any, arm64_sonoma: "69a5089cba2cc8b6fb0703ededa6d0a7d2845254f56b47b3317114e12ea95b8b" - sha256 cellar: :any, arm64_ventura: "f5780993b99fe396317570703b4071333f5608d4f854d7f49e60bc0630016960" - sha256 cellar: :any, sonoma: "963db76b8a470cd941c28f910da458178804b61bfe2b4d72057a85613f504b82" - sha256 cellar: :any, ventura: "787ff009c0e621810f295404713a3047de39bcee7442adaf371808c1fe748d2f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "569507e612fae8b2f5f3093d345cdc1f8829e3d902ca5749a737327d1f0209bc" + sha256 cellar: :any, arm64_sequoia: "a49cfc990ed805cc895926dc7df7af36efce32780175cb1a985d798f1628fda5" + sha256 cellar: :any, arm64_sonoma: "578d900a5b1840e3937cf5ccd627c0506f680447ae1307aabb8f7eef64a8ea83" + sha256 cellar: :any, arm64_ventura: "9aadc7226d8169dc50d7af0787722ce02da99e047479b4b783153d9565f170ae" + sha256 cellar: :any, sonoma: "7f8d51c76c9fa2d13c1ecef6ffb79964c95a10279b10ade491d5ec9e8864a575" + sha256 cellar: :any, ventura: "aa9ccbf12f07cafe33e80a16808a5c4322dd81fbc8679b373f7be995b45daee9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b09c5ffa61f4ea39614d47fae32dc525946404ac5e3b483f87c4c0345d688e0f" end depends_on "go" => :build From f47657435c33c263fb29952ec4de790ef3b8707a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:14:14 +0000 Subject: [PATCH 00431/10074] oh-my-posh: update 26.0.2 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 371fad8baaab5..255c84ee2b054 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1745ed3c0acda451d8573bc76266c59a9e33a42eb1996139d2de22e9dca9dbe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca1e5f8b827617e15c785fe463a664803b70caf7e2887539e7a668e082edf9c6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "63e4cd06ecc51bb8f824f54f3ea2958e19f8340c67b0db2e7e57e3e69d652be8" - sha256 cellar: :any_skip_relocation, sonoma: "990b4cf239160e58ed5d3ceffbe908f1766802c03d93ea7f4e0223635d5351f0" - sha256 cellar: :any_skip_relocation, ventura: "e46e93fc51aae05f432a1ccb34d9aa2b775ff17c2fcf666131ca84da3b0d83a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a32a61225da785b70189cdda20c582d9247038359327360841cb815ce01bc0b9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "811d02f353a7a376d900e895bb0203cc7708a06f959d5a2b7191ee01a81c1794" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "09cda0ca448b6ed0bd11fd24606d748e6464aed4372e184093250549d6b0d756" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5f7ec8458328f34abdeb67237d24eaa5980bb153319a440020db3c01169c8690" + sha256 cellar: :any_skip_relocation, sonoma: "f9402eef33bb3ea47671adc4dd0c5a06f656810d27da938c9bddab1d5e399185" + sha256 cellar: :any_skip_relocation, ventura: "5c63d19cf361679661c2793c0f1039743d0743e99d5936d674538d2463194bf3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e7876df706c2862b9c0ff4d59c05d8b3b6d9008328aa7b7aed6c04c2ac191adb" end depends_on "go" => :build From 9730673c54d56545cf99d5fc0536b0b49adbbcf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:15:06 +0000 Subject: [PATCH 00432/10074] policy-engine: update 1.0.0 bottle. --- Formula/p/policy-engine.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/policy-engine.rb b/Formula/p/policy-engine.rb index 51f4d959fd63e..cb78cc32111fc 100644 --- a/Formula/p/policy-engine.rb +++ b/Formula/p/policy-engine.rb @@ -7,12 +7,12 @@ class PolicyEngine < Formula head "https://github.com/snyk/policy-engine.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "495d5173ad8a462721d65e891bf831a2d3474d9a237e45ff9331853710adbf98" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "afafc897a5e8508325afba6f191da1412d0246ea7acb4efb71dae42330f37117" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e23695932846e1506ca7cd7294db6b21215330325e40da46941f8c730da0d2f8" - sha256 cellar: :any_skip_relocation, sonoma: "7543165e28d12e5ff5af0535de81fec7d4422cd4388452303bfb68197994e4af" - sha256 cellar: :any_skip_relocation, ventura: "d3d1f63bde5d9f93eb973d6c018d32c3868bb31226edc6efbe24d915c0ab2305" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f3587a14bb6366e5658872e4a0148c6f3b6a1b10915a42f4b96f747f8234d9eb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "444f466414228ead13c746e6fc1cd7c0bd853d0d8ae89bbf0828332e05eb0e6c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3b6f4e823932562da44865a3622cc540b62885db695bbfa7afe4742e22a558d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "514e1f79a8ec9574d5f89fae1ee53031241cc8f2e35c453909fbdab734b79d12" + sha256 cellar: :any_skip_relocation, sonoma: "06a6a3edbab4e855a22f8aad7bcd47691fdc39810b148dd26fbf53f25aa11fe6" + sha256 cellar: :any_skip_relocation, ventura: "e44c79e201b1a2586528715f7c504816bfe7859fa135b9811694d32fa40794f5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c4275eb7fde7e9ebb38b9a613a029cded133aaf4d76e57586ad6d41cecbd6cd" end depends_on "go" => :build From 30ca04c85d0b632a12da5987a130fb034b84c864 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:15:57 +0000 Subject: [PATCH 00433/10074] yeet: update 0.4.0 bottle. --- Formula/y/yeet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index fb5cd158b2440..47ac73df7d279 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -7,12 +7,12 @@ class Yeet < Formula head "https://github.com/TecharoHQ/yeet.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bff957d4bdbdf2536c79c130db94cb06a6bba14767a3d1db009324001c86bfe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bff957d4bdbdf2536c79c130db94cb06a6bba14767a3d1db009324001c86bfe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6bff957d4bdbdf2536c79c130db94cb06a6bba14767a3d1db009324001c86bfe" - sha256 cellar: :any_skip_relocation, sonoma: "f595ad2f46ef59eae6262318ed0e9ea4bc2dac6177f207f778062142053662cb" - sha256 cellar: :any_skip_relocation, ventura: "f595ad2f46ef59eae6262318ed0e9ea4bc2dac6177f207f778062142053662cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "03f6a10ea7f02baf9c1db412df94e2cd1f464fd740a59286afbdf36b5f67511d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "581f6c91c29b075efd137b64eeb72d1d94d85debb562f97a062b37e554602a2b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "581f6c91c29b075efd137b64eeb72d1d94d85debb562f97a062b37e554602a2b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "581f6c91c29b075efd137b64eeb72d1d94d85debb562f97a062b37e554602a2b" + sha256 cellar: :any_skip_relocation, sonoma: "23db5e623efe63f6dc69f14f13453567fcd2b481a9f5201993b8dd35c2406573" + sha256 cellar: :any_skip_relocation, ventura: "23db5e623efe63f6dc69f14f13453567fcd2b481a9f5201993b8dd35c2406573" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4909eb48b1ab44fcfc096dd1ee1655d23d08f9dc26c729a2e62d82744d151573" end depends_on "go" => :build From ec5cb9e597c73af74f131ad5ba4f09e5b1a22c69 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:03:58 +0000 Subject: [PATCH 00434/10074] kew 3.3.3 kew: unconditionally depend on `opus` Signed-off-by: Patrick Linnane --- Formula/k/kew.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/k/kew.rb b/Formula/k/kew.rb index 6aaf54defc41e..0409ed4ecdc00 100644 --- a/Formula/k/kew.rb +++ b/Formula/k/kew.rb @@ -1,8 +1,8 @@ class Kew < Formula desc "Command-line music player" homepage "https://github.com/ravachol/kew" - url "https://github.com/ravachol/kew/archive/refs/tags/v3.3.2.tar.gz" - sha256 "fb9370e78da2861cbae9ebf2b16e77a4fbba964999fd19e311184b50b117a6ca" + url "https://github.com/ravachol/kew/archive/refs/tags/v3.3.3.tar.gz" + sha256 "114edb5eead345a5311cdfecda15bf935c1c30ae1f78f97f1a5c3518e829b690" license "GPL-2.0-only" head "https://github.com/ravachol/kew.git", branch: "main" @@ -23,6 +23,7 @@ class Kew < Formula depends_on "glib" depends_on "libogg" depends_on "libvorbis" + depends_on "opus" depends_on "opusfile" depends_on "taglib" @@ -30,7 +31,6 @@ class Kew < Formula on_macos do depends_on "gettext" - depends_on "opus" end on_linux do From 04ec9527abae309880899bd840d43b4c9c0acd59 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 29 May 2025 12:42:03 -0400 Subject: [PATCH 00435/10074] wcurl: merge into curl Signed-off-by: Rui Chen --- Formula/w/wcurl.rb | 29 ----------------------------- formula_renames.json | 1 + 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 Formula/w/wcurl.rb diff --git a/Formula/w/wcurl.rb b/Formula/w/wcurl.rb deleted file mode 100644 index 71b088c51b519..0000000000000 --- a/Formula/w/wcurl.rb +++ /dev/null @@ -1,29 +0,0 @@ -class Wcurl < Formula - desc "Wrapper around curl to easily download files" - homepage "https://github.com/curl/wcurl" - url "https://github.com/curl/wcurl/archive/refs/tags/v2025.05.26.tar.gz" - sha256 "a745475f3511090685c4d000a10f4155147b75a8c7781764612a7e8f67bb6d82" - license "curl" - head "https://github.com/curl/wcurl.git", branch: "main" - - bottle do - sha256 cellar: :any_skip_relocation, all: "5bb7863101c3381fe17a41e0c4745bd2071ed7e235630b4308b397cf6b78bbe2" - end - - depends_on "curl" - - conflicts_with "curl", because: "both install `wcurl` binary" - - def install - inreplace "wcurl", "CMD=\"curl \"", "CMD=\"#{Formula["curl"].opt_bin}/curl\"" - bin.install "wcurl" - man1.install "wcurl.1" - end - - test do - assert_match version.to_s, shell_output(bin/"wcurl --version") - - system bin/"wcurl", "https://github.com/curl/wcurl/blob/main/wcurl.md" - assert_path_exists testpath/"wcurl.md" - end -end diff --git a/formula_renames.json b/formula_renames.json index a941e78adfa05..a6f70b4175ecb 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -164,6 +164,7 @@ "trust-dns": "hickory-dns", "twine-pypi": "twine", "usbmuxd": "libusbmuxd", + "wcurl": "curl", "weboob": "woob", "wires": "geckodriver", "wpcli-completion": "wp-cli-completion", From 6bfe875f13205a76dc931a43fb98a06c29ac2ebb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:25:57 +0000 Subject: [PATCH 00436/10074] awscli: update 2.27.25 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 2b0260a703e04..05933a5fcde13 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "03f890a3e2da872c372e6b467cfab6c783135b5a532bb71883208250a4979b93" - sha256 cellar: :any, arm64_sonoma: "e272ab592001a1aaa6df88336231f5440a05e07b85b67b6abd003e675cc60109" - sha256 cellar: :any, arm64_ventura: "71c77e4b5fc929cd2efa235213a8986106d9aacbb9772f903bdcb502f0a9382b" - sha256 cellar: :any, sonoma: "1d7bbef700d5df6219d1ad54dd1d1e064456025773b09ff34e5d0811e187e598" - sha256 cellar: :any, ventura: "bc4350091e134054e4ce52c06289373f1bcb73f3bc512d65e10b2bcef0b71280" - sha256 cellar: :any_skip_relocation, arm64_linux: "6889b1eb854cf4a24d90e54b252a0c63f735a66ed71620e07f13c1484acc0ac2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dce357143f666e6c37f979bdc56ad795a05569b550a080dccf87cb90b665ddec" + sha256 cellar: :any, arm64_sequoia: "1ccf747e15f1cbf5bfb7d51d6a1ff63105d112c44ddac73cb76608febde2fb3e" + sha256 cellar: :any, arm64_sonoma: "3c303d79ec763ec84abc9673e6ae37f622e2dfd3f61e3d6756c666cab37de7bf" + sha256 cellar: :any, arm64_ventura: "1d120bead42247e7101aa64a0b95026af0335af379f25ecea139e6809c6293cd" + sha256 cellar: :any, sonoma: "f1e4449ce153582927b21237a5ff60b9e7b79d77a206ae29d187e6fb2f32d8f5" + sha256 cellar: :any, ventura: "718388e27856fd9b1966886f6adfe088c36cb3fd85066e67d9c1da86a9786561" + sha256 cellar: :any_skip_relocation, arm64_linux: "1eb4308c0d8c29dfcfd67e2f58284ca3aec6242b292a5eb4d4305edd2eefff3f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cac43299e5c71d5dcade6c481baa41b93746b09bd31fe20082be323abdff83d9" end depends_on "cmake" => :build From c77949ed0e322a67df12fdc3886e82ec81a24723 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:31:56 +0000 Subject: [PATCH 00437/10074] trufflehog: update 3.88.35 bottle. --- Formula/t/trufflehog.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 8c27a3532f330..308fd2df2c71b 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -8,13 +8,13 @@ class Trufflehog < Formula head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eca33eeddca5dfcc9d5063b3b10a3f9bf8bb2704c14de5daa12c135b43174ee8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0425b9eea86d2ed04c2c9dd86079386fce1287327114ffde3d4a0a622c847d7b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "935683c54a7f6cf2e8e2c44fbd70acc94bed7a6c250d68efd322b85de8fd3ff0" - sha256 cellar: :any_skip_relocation, sonoma: "df8bdbe56395a17e477be20c8522aafa7713679bf8513bdf362e61411aa35b09" - sha256 cellar: :any_skip_relocation, ventura: "7590d6eda2e7969d45d8d72317b91681b5aa5b1b80733c919d9e4a8e28438c59" - sha256 cellar: :any_skip_relocation, arm64_linux: "692df3de3c3c42e4f67e0b1a00c500bd6ff198e9c62d669c4bd5f3c5448b7fd0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "02a41ac24d97ef7eb769679148b9d2306720a0cb657fe81de2e2ab58cb6ee996" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "59c8ba7b828d7282b1097350e1be8f386f6fa21453e05f26944d8743e9b94b6c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f3415b3f1887f48015bb4e957a8b1a30a23349a4c5d56d30446c629a57ac346" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9758dd5e14e0ccb686f2a31486853c35221f85267ad27988bbb72f6b88edadaa" + sha256 cellar: :any_skip_relocation, sonoma: "d3f0d048c7bda29dde0b3b823aa50b741c453095958af642fbfd482c9e97e5fe" + sha256 cellar: :any_skip_relocation, ventura: "cf40dbb9504e10b23f5d09cde79211c570908f81519be5eee304bf06306c3ddd" + sha256 cellar: :any_skip_relocation, arm64_linux: "53d573fcd3f5e589976cd5a276ff165524cfc26fe1d340acdab0040e0a9f4c71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "89626d4f7ee13de7e62bfdd56aade3f83c6804b5b4fd0a1dc74d924551fa5454" end depends_on "go" => :build From 9cbba29be736a4e29d5dfa8b215c7b75a6a45fe8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:34:54 +0000 Subject: [PATCH 00438/10074] gh: update 2.74.0 bottle. --- Formula/g/gh.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index 16291eb5fe46c..1437d50bb4bbc 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -12,13 +12,12 @@ class Gh < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "046beaade0306d23d0ee28e7e701ef159d44b26aa324d7b8fc80a1b1df6f8feb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "046beaade0306d23d0ee28e7e701ef159d44b26aa324d7b8fc80a1b1df6f8feb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "046beaade0306d23d0ee28e7e701ef159d44b26aa324d7b8fc80a1b1df6f8feb" - sha256 cellar: :any_skip_relocation, sonoma: "9946753c758f993c9b0fb9801fb786bdac09bafda1f75636d92a20235491710c" - sha256 cellar: :any_skip_relocation, ventura: "fe5234f1da080ed707089ac8612560a53ac1aba3a6c86011f9df245e87d93b03" - sha256 cellar: :any_skip_relocation, x86_64_linux: "626c7ba266656072f14a5e64972af3958d07e08b7184c6963f0efaf6409a219c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fe2f192935bc17640db32dac2af838aae1f1fa8d34adca07db4274bd4bbf3d3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fe2f192935bc17640db32dac2af838aae1f1fa8d34adca07db4274bd4bbf3d3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4fe2f192935bc17640db32dac2af838aae1f1fa8d34adca07db4274bd4bbf3d3" + sha256 cellar: :any_skip_relocation, sonoma: "984fd93ecf2dc65a508e5aa614ebd75e53f286c0cff4ff7203cd128cfdf853a2" + sha256 cellar: :any_skip_relocation, ventura: "702f6fb14e9e3db15d9cee9af66e0342605334305f0cda7f66dad5bb33e143d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "850479fcc72eeec97eb7d7a74d79dfedad2f3c62d5b45a37beae63b2b1b57910" end depends_on "go" => :build From 3418bfa37e40e49014750734d2544bddf7cfe6ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:36:43 +0000 Subject: [PATCH 00439/10074] rbspy: update 0.34.1 bottle. --- Formula/r/rbspy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rbspy.rb b/Formula/r/rbspy.rb index 3222c1afd03ca..8023836e23f1c 100644 --- a/Formula/r/rbspy.rb +++ b/Formula/r/rbspy.rb @@ -6,13 +6,13 @@ class Rbspy < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "00152ed6d763a51b1fc8d72b8228792ca12b93e877faef4ec6fb18989f357240" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c95fc5fab0859c4b82996c17a07c5a1c0f5d25faeff942c82b008adee4a6ae78" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d816f45c7e933f681c916836823a89d07cde4fceca93395b40a3174580d808e" - sha256 cellar: :any_skip_relocation, sonoma: "069e7caf1452681ac1bd10688391f200c89ece6621574793c0da6d751a726671" - sha256 cellar: :any_skip_relocation, ventura: "bd2d548da50209c4c893279c6d1e8c2111d17c489eb346632f970fa66ab00efc" - sha256 cellar: :any_skip_relocation, arm64_linux: "79fe778925ad97df49253a044b0b48db48432255ec4dea512c9cb8b4a9fa232a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "515273aac17fca97e203d9a6dbce05e61c80c92deca9a7a077e844289cf0cc37" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d9acf098a9cc08bca0f060c9e601991c173d2c88b0fcd97235db38507985f22" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c1f14aaff920da812d5b11a666eef97bfad17a2967f3100f54bc2b213fecc05" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1dd63419604e367fe3dd7dd1ffb8554403b8bf64faa71282f23ef15273b29cb4" + sha256 cellar: :any_skip_relocation, sonoma: "b8b23018e1ef457057335bcfbaf7d2f4d112035af4e6a09fd9a424def7954ba6" + sha256 cellar: :any_skip_relocation, ventura: "3a4d1e24c895bd60967b06503577e20381d58664aa24c6698efcb54f74558244" + sha256 cellar: :any_skip_relocation, arm64_linux: "7ff9ad252586e4e39b610deec8295bc70e0353b2d2b9f0c3402854389f6888b5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2cc3831ba4a1ad6e20fe77662aea1d66ecb71082ccd8836cdb5aaed7b93bc752" end depends_on "rust" => :build From f409a9c38494c42ecc9593bf70f6d7f4e85f168e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:49:55 +0000 Subject: [PATCH 00440/10074] openbao: update 2.2.2 bottle. --- Formula/o/openbao.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openbao.rb b/Formula/o/openbao.rb index eee3564b6627f..5c1d6057e18ca 100644 --- a/Formula/o/openbao.rb +++ b/Formula/o/openbao.rb @@ -13,13 +13,13 @@ class Openbao < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4be4d711deb728156cb50fd2b5339ce0656f80e9042753562aba2ab88624abb1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ea6c64e48beba47eb34b0ffde2e70a6ffd4f5a6e7056368852f75daacb4236e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "386726c8ba46ba423523347d1ca67011a9e7a0e107f4cca8d5fe268351dcbc10" - sha256 cellar: :any_skip_relocation, sonoma: "44d192119cf5a0b4aee8962a05f869ba9576d6a03b4c4082fd137c6323006e77" - sha256 cellar: :any_skip_relocation, ventura: "36c50ccfea48b3b1d975f9f45c4961be11335c115659662e6105c2df2af7d032" - sha256 cellar: :any_skip_relocation, arm64_linux: "c1e397cdfe9a93c66a5ae5b2309788efe9dd58c3d3df8935936821b9358c80c1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "02e96b1a8f153d10fa2f687911a4385d710d8c28a79af49232730f4c04701a46" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "941565bdfa53e906e8a995e0a43c15e991857027ef1815de406e028ee9002833" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7f9a7ee02e583f70b3876ffdf869884d93d50f7cfae1cc91980c383e9259fc6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "02b9f76e6d7a923769370d0f5f5a68b9306fe0caa83af230bb404befb8c5cf08" + sha256 cellar: :any_skip_relocation, sonoma: "15e58ba93d2080919011b2d0605e0a4cda140fb51c304555f5f7fee3bea77a2b" + sha256 cellar: :any_skip_relocation, ventura: "3d02dfe624dcfaccc8974373569afc300a0a7c912795cc57eb84057df2db13c5" + sha256 cellar: :any_skip_relocation, arm64_linux: "e3c621968622f1ce1d153b713c3e7182589381d204ea3a8672d0f523e2505589" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e2dc436688c930ef4b54165560acb2d7e1acfebcf31f26392270ed2dbd45c4b" end depends_on "go" => :build From e181602bd71b52434f657a6eb2d181c30771a037 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 21:53:49 +0000 Subject: [PATCH 00441/10074] libomp: update 20.1.6 bottle. --- Formula/lib/libomp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libomp.rb b/Formula/lib/libomp.rb index 0951574956015..11dfd357a4d46 100644 --- a/Formula/lib/libomp.rb +++ b/Formula/lib/libomp.rb @@ -11,13 +11,13 @@ class Libomp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "ce551dd086cafa0fff95f445829cde286c1389b1bd2d87b3571c54d7e02b25e0" - sha256 cellar: :any, arm64_sonoma: "c281ee6eedb8cee7e962de881f85e895b561abb88f017eeef17f6eedcb63540b" - sha256 cellar: :any, arm64_ventura: "b034992d5945b44af8d54bfd6c0db769d9f63e7ef8d818b1200d662c886ccd53" - sha256 cellar: :any, sonoma: "70c9db59259c9837e3e604de7e73c1a94bd8ebd47aa890511fe644f5196819a3" - sha256 cellar: :any, ventura: "9972ac42bb91dfc33cdb758ec929c6f1ac01cf9abfbede106dbc5cbe1046192b" - sha256 cellar: :any_skip_relocation, arm64_linux: "ffde618f729558dbe6e2b1bdb653959498d8a85b365c2540ca4646de63233df1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b4c36192cf3628d79a752d63f94a90d02e5e66518f1c0a39365f77f92d1f60ec" + sha256 cellar: :any, arm64_sequoia: "e1fb1e8332d85c6d13192dfa59f7ca35a181285b11b0f16161f373ce68ff8cdc" + sha256 cellar: :any, arm64_sonoma: "a71907c9a21978f9976fa254ee5b408d374249bf63222ebcb1aeea21aa271cef" + sha256 cellar: :any, arm64_ventura: "f8969e090ae2a5376f5d4758bfdeee6dc5bcc61db5e4b8c979377bcf714213b7" + sha256 cellar: :any, sonoma: "84d7ae40495b53e9ba363e1482c0c72bd0ff159c9382070363643cc8103a58dc" + sha256 cellar: :any, ventura: "6d0de17c559df28a7e979e8e163d218386b42f2d1ce05729fbbf35b016f31a9a" + sha256 cellar: :any_skip_relocation, arm64_linux: "b4ba5b242b0ed452c3e2ebdb348991076ba654c10676f4a8134f55722aa6bfa4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "071afda31d081137d741093d99ecb44f38e3728278b1351d3e24015d800e5ebc" end # Ref: https://github.com/Homebrew/homebrew-core/issues/112107 From 65dd842a7d16a9065b0e2611d3520f3bf69455f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 22:55:32 +0000 Subject: [PATCH 00442/10074] enzyme 0.0.181 --- Formula/e/enzyme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/enzyme.rb b/Formula/e/enzyme.rb index 04e06b089d344..fa167b25154be 100644 --- a/Formula/e/enzyme.rb +++ b/Formula/e/enzyme.rb @@ -1,8 +1,8 @@ class Enzyme < Formula desc "High-performance automatic differentiation of LLVM" homepage "https://enzyme.mit.edu" - url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.180.tar.gz" - sha256 "d65a8e889413bb9518da00d65524c07352f1794b55c163f0db6828844c779ed4" + url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.181.tar.gz" + sha256 "0a607f5aaf409001925f7409546d4aee9b957816975fc8115a6b6e207d13240f" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/EnzymeAD/Enzyme.git", branch: "main" From 43e95a33f9cba452ef172904da93b0150cc3c372 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 22:56:21 +0000 Subject: [PATCH 00443/10074] fern-api 0.63.21 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 864d716f8459d..f7a18bd6b636f 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.19.tgz" - sha256 "09491cd328cdb126b2a4b98e0eb70988dbc6165a8d1d7beb22aff2d1d5013f55" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.21.tgz" + sha256 "8487305c1918d53e39a7af30d3673475b4ea0746c3aeac0d3cd55874afd56aab" license "Apache-2.0" bottle do From cfcac6ce04607ceb7e4148f769ee0417addf4771 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 22:56:41 +0000 Subject: [PATCH 00444/10074] firebase-cli 14.5.0 --- Formula/f/firebase-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 59eae3fddd5b7..2e2ecde55f813 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -1,8 +1,8 @@ class FirebaseCli < Formula desc "Firebase command-line tools" homepage "https://firebase.google.com/docs/cli/" - url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.4.0.tgz" - sha256 "7ca673cfd09fdbd42b8606fc158cd86a4077575163f62f75490fd2dcc4387d00" + url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.5.0.tgz" + sha256 "21ea8b93d3f8c2d1a807f6497e1e4dcde5c080025d88cc53ad4d5041a887ba17" license "MIT" bottle do From 400ebc60940288462539793389f40a60ca0fbf21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 22:58:53 +0000 Subject: [PATCH 00445/10074] harper 0.40.0 --- Formula/h/harper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index 954448d2640d3..0a25e5ee6c178 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -1,8 +1,8 @@ class Harper < Formula desc "Grammar Checker for Developers" homepage "https://writewithharper.com/" - url "https://github.com/Automattic/harper/archive/refs/tags/v0.39.0.tar.gz" - sha256 "bdc4b2fc7010cbb312820e85272ebcbcafebf5da6b9365d13b23cd1cb2ffddb7" + url "https://github.com/Automattic/harper/archive/refs/tags/v0.40.0.tar.gz" + sha256 "fda27384db608e183eb8a9c29174820ac316ce11e01689e798791be41da946af" license "Apache-2.0" head "https://github.com/Automattic/harper.git", branch: "master" From f65156e879be6e2937a74f67458a828231586843 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:17:33 +0000 Subject: [PATCH 00446/10074] oxen 0.34.8 Co-authored-by: Rui Chen Co-authored-by: Michka Popoff --- Formula/o/oxen.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxen.rb b/Formula/o/oxen.rb index 0365b8eec2dab..4e29cfdcd0ef1 100644 --- a/Formula/o/oxen.rb +++ b/Formula/o/oxen.rb @@ -1,8 +1,8 @@ class Oxen < Formula desc "Data VCS for structured and unstructured machine learning datasets" homepage "https://www.oxen.ai/" - url "https://github.com/Oxen-AI/Oxen/archive/refs/tags/v0.34.7.tar.gz" - sha256 "f830c146b2c5b93d0c0b94ddad03ac10d6dbf9b4eb39297bd4b914ff9076e179" + url "https://github.com/Oxen-AI/Oxen/archive/refs/tags/v0.34.8.tar.gz" + sha256 "668e0ccbbf713e4875ed11366fc155af850531ae18517270c579ae9200174c1d" license "Apache-2.0" head "https://github.com/Oxen-AI/Oxen.git", branch: "main" @@ -18,7 +18,9 @@ class Oxen < Formula depends_on "cmake" => :build # for libz-ng-sys depends_on "pkgconf" => :build depends_on "rust" => :build + depends_on "xz" + uses_from_macos "bzip2" uses_from_macos "llvm" # for libclang on_linux do From cd63ee28c1cc63bbfafee8bbdfd575f9fda9f7bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:03:45 +0000 Subject: [PATCH 00447/10074] magic-wormhole 0.19.1 --- Formula/m/magic-wormhole.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/magic-wormhole.rb b/Formula/m/magic-wormhole.rb index 7711483af0ccd..775101beb2518 100644 --- a/Formula/m/magic-wormhole.rb +++ b/Formula/m/magic-wormhole.rb @@ -3,8 +3,8 @@ class MagicWormhole < Formula desc "Securely transfers data between computers" homepage "https://github.com/magic-wormhole/magic-wormhole" - url "https://files.pythonhosted.org/packages/30/45/af319226523f023e380fe1d5f0076dd1b80a5b1f3313327d934da901affa/magic_wormhole-0.19.0.tar.gz" - sha256 "861378db76b376434b1a2d39be2fb4307da29b294322638cc2cd4a1ebecc37cb" + url "https://files.pythonhosted.org/packages/04/30/28c28af5c0d52e67ea417882b548a619450e9bf62555749e38f071fe6c01/magic_wormhole-0.19.1.tar.gz" + sha256 "b1e51d9ab913b3ce1133b678cea84b6e6e38e3d37bd0128786be98370e4ca769" license "MIT" head "https://github.com/magic-wormhole/magic-wormhole.git", branch: "master" From 08d22f320aa375a9aa1afeb18d17157149db1b1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:04:19 +0000 Subject: [PATCH 00448/10074] melange 0.26.3 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 1784695da8597..4c93f11a6c2db 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.1.tar.gz" - sha256 "7504ef2b20fd4bbf85f4b8b1f877f4a69320477ccf129e34f7b6140be7e2a510" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.3.tar.gz" + sha256 "dacfaf8b5f32f3103614fef341e4ede99b5a2416992ccec5423d674c912e1145" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From 45baccbc7d7b1b448119c3018afeb0516a619fb8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:05:08 +0000 Subject: [PATCH 00449/10074] kew: update 3.3.3 bottle. --- Formula/k/kew.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kew.rb b/Formula/k/kew.rb index 0409ed4ecdc00..c4b6f57a9c957 100644 --- a/Formula/k/kew.rb +++ b/Formula/k/kew.rb @@ -7,13 +7,13 @@ class Kew < Formula head "https://github.com/ravachol/kew.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "bc78f3d99403655dca8757cb5e8e6de8a21290a112843bd342d7cfdf7793ba93" - sha256 cellar: :any, arm64_sonoma: "7305c92588e8a78f5ae84351952dcb21dc39ca35a89052e44f6db3e2a804e630" - sha256 cellar: :any, arm64_ventura: "cd64bf2f2f29e329eb6f3e8a55d3d11ef7c15493707900388924ca911e77df36" - sha256 cellar: :any, sonoma: "219bd573818a01d2fab477890d823c11f196d8b21888ff0c16418a159931d04b" - sha256 cellar: :any, ventura: "3f0696160fa9fcf6fbbc56de1ae1f51859638fdbedb30d73eeb902f4fbbcc353" - sha256 cellar: :any_skip_relocation, arm64_linux: "82081ff98ae1497433c8c234b17475f5301f56e2b03951ab63f7f2119bfae6e7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "822a8fde5ed035a1d31eb4ba714958ec871a3561e3eeac489143f4bbb60c5d76" + sha256 cellar: :any, arm64_sequoia: "1eb528a5d86c0d323893475db6e338fec41d0a2a96524c07723ef57a083e3917" + sha256 cellar: :any, arm64_sonoma: "5e23b0779f4099e22b06e7e03e3179d34f3bff188f24af9748cfe2947520715b" + sha256 cellar: :any, arm64_ventura: "82230366bf3f8b7df82d7ba21e24f7f87b7762ea3d12b27a2ce1f68ccaccca11" + sha256 cellar: :any, sonoma: "a35814d5ab11476f9b463846d3d7cd910926c149adc4b3a94e9825e0ed8961b7" + sha256 cellar: :any, ventura: "6a00129fb4c1a12ae1464b4132b6d98d231d0dc12d618dc767f162edbce64409" + sha256 cellar: :any_skip_relocation, arm64_linux: "c680304658cf72393014732165a32826fcedf5b91cf97abb28b0a57a63c0114b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eb22fcd28b51df5c37d6d842e86ab0659a360ea65b3a9f55022a0331c037dca9" end depends_on "pkgconf" => :build From ffad165d1f59cc14864a025ebd8bb4380b1fd8c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:05:09 +0000 Subject: [PATCH 00450/10074] moon 1.36.3 --- Formula/m/moon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index 605d27e35f02b..a71061ee15cfa 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -1,8 +1,8 @@ class Moon < Formula desc "Task runner and repo management tool for the web ecosystem, written in Rust" homepage "https://moonrepo.dev/moon" - url "https://github.com/moonrepo/moon/archive/refs/tags/v1.36.2.tar.gz" - sha256 "b526c712021c7566787ac4aa145913e5c70ad6962fb4abc142183643a69c1f81" + url "https://github.com/moonrepo/moon/archive/refs/tags/v1.36.3.tar.gz" + sha256 "871d961afb13622e77e39d880dfa6bf5ee7d29c02dbcc50af7094d2144bf8bdf" license "MIT" head "https://github.com/moonrepo/moon.git", branch: "master" From 3d4bcfff8d1da4f51a5eeb37db0165fdee1f76e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:09:32 +0000 Subject: [PATCH 00451/10074] promptfoo 0.114.2 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index c9dbde673041b..9df50fec1b651 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.1.tgz" - sha256 "f407164cfb45fa84222866f154e4806cde8f713d52f3490f44ee46dfe6aff3e3" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.2.tgz" + sha256 "e8705093ff4810c9a2f3316e10e6ee6c6b7cc066d94f07e69a074ee20173cf62" license "MIT" bottle do From 8c8bea9ac2567b14f2228d311605d1b44b381661 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:12:50 +0000 Subject: [PATCH 00452/10074] mongodb-atlas-cli 1.43.0 mongodb-atlas-cli: add purego patch Signed-off-by: Rui Chen --- Formula/m/mongodb-atlas-cli.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index 08cd02f87b8d4..611a89ae8f85a 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -1,8 +1,8 @@ class MongodbAtlasCli < Formula desc "Atlas CLI enables you to manage your MongoDB Atlas" homepage "https://www.mongodb.com/docs/atlas/cli/stable/" - url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.42.2.tar.gz" - sha256 "8b7565024b6e73ed00c8b451cd76aefa3944951198d676305879e80a223e54d1" + url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.43.0.tar.gz" + sha256 "4ea9c80bd3956f92bfc0a0189b973050a77c187931e6b5adc8da91800fd4f204" license "Apache-2.0" head "https://github.com/mongodb/mongodb-atlas-cli.git", branch: "master" @@ -25,6 +25,12 @@ class MongodbAtlasCli < Formula conflicts_with "atlas", "nim", because: "both install `atlas` executable" + # purego build patch, upstream pr ref, https://github.com/mongodb/mongodb-atlas-cli/pull/3925 + patch do + url "https://github.com/mongodb/mongodb-atlas-cli/commit/5537ad011ddc25b6cbe7fd7cab10bf20d0277316.patch?full_index=1" + sha256 "8201cb67f844c7c52478e82590ac150a926f3d09bf5480949fb53e8db6a1d96c" + end + def install ENV["ATLAS_VERSION"] = version.to_s ENV["MCLI_GIT_SHA"] = "homebrew-release" From ba33ea6332070f7071c7f20b22fce3778e752913 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:15:57 +0000 Subject: [PATCH 00453/10074] fern-api: update 0.63.21 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index f7a18bd6b636f..a597ca9f1e396 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "c1274a37e175a069180a22a9420cf1433cc81839f03ab8d02e8960290b2b705b" + sha256 cellar: :any_skip_relocation, all: "ce4bb23b222db950b2019d3a95bcc07ad261ecc5e0e11a631eefc44c82305db2" end depends_on "node" From a65097114382c1e47326d2b03be302333d5dacbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:16:16 +0000 Subject: [PATCH 00454/10074] victorialogs 1.23.2 --- Formula/v/victorialogs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/victorialogs.rb b/Formula/v/victorialogs.rb index eae801b366080..6c2692b905069 100644 --- a/Formula/v/victorialogs.rb +++ b/Formula/v/victorialogs.rb @@ -1,8 +1,8 @@ class Victorialogs < Formula desc "Open source user-friendly database for logs from VictoriaMetrics" homepage "https://docs.victoriametrics.com/victorialogs/" - url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.23.0-victorialogs.tar.gz" - sha256 "ba202448e7572dd62a10a09eacc8be4cfe3cd014026b283a1396f66142e58b04" + url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.23.2-victorialogs.tar.gz" + sha256 "c0688d592dd37b251cc8002a1bb74c8b0268d3da7d8560a0ec02c1a9779971ef" license "Apache-2.0" # There are tags like `pmm-6401-v1.89.1` in the upstream repo. They don't From 4def7337aed160a3e0bd9682827fde137a5b2252 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:16:53 +0000 Subject: [PATCH 00455/10074] uutils-coreutils: update 0.1.0 bottle. --- Formula/u/uutils-coreutils.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uutils-coreutils.rb b/Formula/u/uutils-coreutils.rb index 84c9044a24e3c..fab8c7b7507e1 100644 --- a/Formula/u/uutils-coreutils.rb +++ b/Formula/u/uutils-coreutils.rb @@ -12,13 +12,13 @@ class UutilsCoreutils < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2411a79699ee2d457d9900f8f59c1ab0fa747dee24dfcf4f7d105aedce69fe66" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3964a0c2549b404f6ec0439cf948b8505cf9e2839ee4ed64e881570a247ff3d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5455d414d3adc4fb4dc54571fe451487adab71d71ace76e6476c1f8f235a3210" - sha256 cellar: :any_skip_relocation, sonoma: "367bf4cac0c0c9042eef29604d1a19178b1a8ecddcb2d8a2f58069f06da99f03" - sha256 cellar: :any_skip_relocation, ventura: "0db44149c4963e57a301d574a0027c76b0668a935ed7a93003ee0c06b8212d67" - sha256 arm64_linux: "ceeb9ca9c70ab137505a4c6dc8e0ab69b5360cb76f4fba859d993de2298b46d1" - sha256 x86_64_linux: "e18edcc1973ef26762cbeefe8d494b01190d886fe8e31ae0cb5fd2b6adcee0a0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "efc20adfb97e84ed67eeddd69dfad9600b64d916a30b6ddb37ec1ec86e1b0d65" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8e49f4ecacb9a3ff50258bc2b33e04eb049b68149bf4bdd362590995ea9dc1a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "72b467ed6f6f15ec60a3cee34fa365bd1121364afb925999c00304b8a33fde62" + sha256 cellar: :any_skip_relocation, sonoma: "c8af817bc30896c6ee0a6d37f0f58345a0c5a9f81ddc1e4f479a9ab79ac5ecdd" + sha256 cellar: :any_skip_relocation, ventura: "b695ba77c5d41cff1f0856d9287c72994b8d94d54de414b0447194675c8d37db" + sha256 arm64_linux: "5f63af088aaf76c4349dd441b1423d5df8a6c722247c66d1663b8023d03d8feb" + sha256 x86_64_linux: "a7b684d72256a852a02a9261707c51e1098033aa25bac60b08629d3ae879631a" end depends_on "make" => :build From b8d53e1afc319bd1b7825bd6dacb2086d5effa0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:21:21 +0000 Subject: [PATCH 00456/10074] enzyme: update 0.0.181 bottle. --- Formula/e/enzyme.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/enzyme.rb b/Formula/e/enzyme.rb index fa167b25154be..7d30175dd9bfe 100644 --- a/Formula/e/enzyme.rb +++ b/Formula/e/enzyme.rb @@ -7,13 +7,13 @@ class Enzyme < Formula head "https://github.com/EnzymeAD/Enzyme.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "cbe85e04020ae01879dc63d5f5a8c247738f1068e759dbccbf08b120702969d0" - sha256 cellar: :any, arm64_sonoma: "d03c634c123ccc1aa26ad35cad2f4ec8277b48f2300d216ec85b0dce23d4d4f7" - sha256 cellar: :any, arm64_ventura: "dbd1d88feae9393189a899367a0792633d009b2978c40ee49676f25ff096e457" - sha256 cellar: :any, sonoma: "2fefa6ace6592f09f45001107525cb3d784989b577b18fecf59c12e13c0260f1" - sha256 cellar: :any, ventura: "5d0ba7f4e90315c55cdf8702f218cbab69a091b2a937309353e82142692973ec" - sha256 cellar: :any_skip_relocation, arm64_linux: "03919cf7f351bbec252dc0837c4816303986b5f34dd817899036e326784862a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1645fc2c0a130ff1bc58c8315e28dd90491c3c22faf3a8c66cb2f0bd95e96f46" + sha256 cellar: :any, arm64_sequoia: "44a9ddfe7222db6f45006ca9f0e6c55400aba08e92e6edcf9e8f79be12fe66ff" + sha256 cellar: :any, arm64_sonoma: "eb61ffa72f72f8b73d9afb31c54f6bc15bdf96eb52293b7c55503e51616eefdb" + sha256 cellar: :any, arm64_ventura: "b30966b07911c685f55c09f8d4730c3bcbd6c7fa788f5d07ffea4f17c45264c5" + sha256 cellar: :any, sonoma: "1561009830afc2caa2547f176a1d346ff3987a3e1db33c5b2b451d17707b4bad" + sha256 cellar: :any, ventura: "991a4f9d1a5ef65501739d74be28af8fae182e308471e29e4b30fd53c8876ada" + sha256 cellar: :any_skip_relocation, arm64_linux: "407ae3267bd6cabd5cf4538f96d5e1ae87a8b9d97737779937510504db78f488" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3a267136768eabec31aae03f2e837211f6b64c939750d19aa6bfa874595f3c9d" end depends_on "cmake" => :build From 54bbf4ee39fe9df7bb51187b22efd9abdb6a6e96 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:31:33 +0000 Subject: [PATCH 00457/10074] harper: update 0.40.0 bottle. --- Formula/h/harper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index 0a25e5ee6c178..be4278cc874a5 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -12,13 +12,13 @@ class Harper < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a9494f31a42e2d96d0a5d55051f4595aaefaefe8c293556f7151b6631235198" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "abacdc1bb941c4acb71a765787914d82e4b5e0e8d2d67a657c2cd4c6c0dbd510" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a0521c9e6c84e3fdddb8f78d80f6463b562d17ca6bed522bf110207efdb90467" - sha256 cellar: :any_skip_relocation, sonoma: "169b2e126791c66cf147241ddb2c4e42ffd5fb00624fb1497a6af6885484ac46" - sha256 cellar: :any_skip_relocation, ventura: "ae39b612f3b6d068c3334ef394cb478c6d46d767b16a50adcbbf6363aa758f1f" - sha256 cellar: :any_skip_relocation, arm64_linux: "85f89febe6a70cbe90473f2d978b7eff5538ba9823373208b73a4566b5853758" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db021ce86683fe8f4789d83597dbdc367ca4b4a3e5913899fdc6f48321289cae" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "30e07f0848e6e54594e86b8b6a8fbb66cdd50db0a369d0af9b9a388edc8f57ab" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee4e297da99c32308e7c3636d82e33091d52acb736bb38316948c8428862b25a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7d7f6affcbff78c79b67c3e83edb30aeba4e5ded287b9067596670d3db3f172d" + sha256 cellar: :any_skip_relocation, sonoma: "875db3cd5da0895a8f1a5eaa8f6979af9239a6ec7a1e5643e597c80b1804a94b" + sha256 cellar: :any_skip_relocation, ventura: "5ac7b89badfab7bb839e9fa79688dabc168a777d8b9ea55e6d6f6fa0595986ac" + sha256 cellar: :any_skip_relocation, arm64_linux: "b9866928a1f9ecf257b38b42915da5171b2f5f84fe797b24262e77601d86b2a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cff2f525bcf165eb74b0c3b3fe3450cc14663102fb4cf2ef5ebfd913105b3d3d" end depends_on "rust" => :build From a68b72019f85ca38c1ccab5a504e71d2f4cbda26 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:31:58 +0000 Subject: [PATCH 00458/10074] firebase-cli: update 14.5.0 bottle. --- Formula/f/firebase-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 2e2ecde55f813..c6a0ea09a7988 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -6,13 +6,13 @@ class FirebaseCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a6ffeed988dca37958d65290b39526659874b7be02cb17846f10a8a0099ba3a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a6ffeed988dca37958d65290b39526659874b7be02cb17846f10a8a0099ba3a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4a6ffeed988dca37958d65290b39526659874b7be02cb17846f10a8a0099ba3a" - sha256 cellar: :any_skip_relocation, sonoma: "2506a49837184342af3d8d7881bed926d8f8710c540f2a78868b6708970024d0" - sha256 cellar: :any_skip_relocation, ventura: "2506a49837184342af3d8d7881bed926d8f8710c540f2a78868b6708970024d0" - sha256 cellar: :any_skip_relocation, arm64_linux: "b0922b6b74b50cb900a22ecbc66cb15a7ea1752cf0bfaba6e567b8a32ca4cef3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea1cf59eecfd7a324460ff0e465325b91061c23efb3cc6f2cf2046671f5a910e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d09caa94c35e1fe743bcd4ea38d7b0808aeff211092012556bb449ec52c0a52" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d09caa94c35e1fe743bcd4ea38d7b0808aeff211092012556bb449ec52c0a52" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6d09caa94c35e1fe743bcd4ea38d7b0808aeff211092012556bb449ec52c0a52" + sha256 cellar: :any_skip_relocation, sonoma: "b2cb06325c09b6de68b8418e4b266396c13aaee67abc77646c9803fecef2af65" + sha256 cellar: :any_skip_relocation, ventura: "b2cb06325c09b6de68b8418e4b266396c13aaee67abc77646c9803fecef2af65" + sha256 cellar: :any_skip_relocation, arm64_linux: "f479c6a12f6d646c48a13a76316b0e9880abbd392f51db6e62ab01f2071319cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "98ccb6f6846c67b6e187425fa9b3cb1ab28aa655dfc43d335da98967f8ee818e" end depends_on "node" From 7c51980a6391b54b005cc0db4f3e13ff619f9639 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:41:04 +0000 Subject: [PATCH 00459/10074] melange: update 0.26.3 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 4c93f11a6c2db..5cd19af734d47 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a0580c2f4871cbfb31cd72a3f12cb66fb0b67ce86901848feff11adab105975" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3355d072b5af641849c40eef5f97276b095e3b9d3a8a0aed87759c87ca172778" - sha256 cellar: :any_skip_relocation, arm64_ventura: "59773d2bbb0d6e7f5bbeb24e718502e460314f77b02dcf11bc8ddb426e4018c6" - sha256 cellar: :any_skip_relocation, sonoma: "9ca0cd586e64e2edfdfd6dc90535f264e43e487328ebe0c8d07075eb87f92aec" - sha256 cellar: :any_skip_relocation, ventura: "beb4519e123417de33bff05d51c47af840436b46114dcd5b537a4caf7b03ce7b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "727067223da5375d167604d9048588734f330966d82680b346d947fda6bec215" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7de6181782b6ba6cef7aaa6a684ff2fa231a9878055e479a249ca11c9901c5c8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8413ba1e904379cbbe35218d7bd7d2324d0df3adbc4cf74660df476591f96ae6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6b991dc615e96cbcf00d6cf5b9b89ae9b5f645726e47676f9fd09a00bea81580" + sha256 cellar: :any_skip_relocation, sonoma: "eb442a4ad6db6481815a93b00df5fa58f03281451c560d89270d87906d1a8b6d" + sha256 cellar: :any_skip_relocation, ventura: "e847b8c75e365f6352d72cac8f15deb7d45be27ef5f6051dec074e6153393c3a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a24280b73ec885163d1d1a801fc3269e60eaee301aff01b1b929b7337fe7373e" end depends_on "go" => :build From 9350e6c2c10d438f8c2ebb7778692c7dca70ac57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 00:20:06 +0000 Subject: [PATCH 00460/10074] promptfoo: update 0.114.2 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 9df50fec1b651..bee796861f94e 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "2e0867423df931dd8295e2af972447a57427bcfdb34fd393bc9ed8851c51a0f6" - sha256 cellar: :any, arm64_sonoma: "5525ce60fbb9d9719c4ecd1ddffb33c684d262972c98cc52a2fd50c1f2e3d162" - sha256 cellar: :any, arm64_ventura: "d841467d8f8b3a62f0c74830c4d551a9d38927707360c4e40fc8c59eb3d4f800" - sha256 sonoma: "7aad5f0a18f4d22646cc9e1691ee652bb7fb60e3c9e159150c9ce28eb65f4f7f" - sha256 ventura: "4fe6019c100bccb6653d09550e67c86a1974f6b2e4ff409bee2d44d7a8502003" - sha256 cellar: :any_skip_relocation, arm64_linux: "24e9574306743515e09ad8d02464e59e9cadaf604fbbcffba5e8516c6037ccd7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3fb5f65617b8bb2bace74887c8ffcdf52497bf7ae3a6e350c4093849785362c" + sha256 cellar: :any, arm64_sequoia: "586dad07d03487f87c68d4d0027ddc58ee58681fc60a6035313039ef8b16e565" + sha256 cellar: :any, arm64_sonoma: "a8eaa84237a5f400f6feba41079fa759d8c2092079687a82382c5afeff2bbf6e" + sha256 cellar: :any, arm64_ventura: "fc5df4ba26bba21fcd63d2520a551e6cfde73c8cd5f059dbca6c1aca7a1607a9" + sha256 sonoma: "2411033c9bb5d6ca7051df55869991395532d2317d16816c28cc9ac542b4b621" + sha256 ventura: "334b77805235ced815eb7c3a704e11620290ff05d01b7873f8abc5e72f9b2d90" + sha256 cellar: :any_skip_relocation, arm64_linux: "2538670e2a394c1f0f78f2e92c737246e647efc689526660563948547fee6287" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc9a65af903b69dbfd50dc6af40732929ce36cd3ef0363923546503f909bba86" end depends_on "node" From 93bd70b4abd7c2286159ea68b4f1ab01cf46605b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 00:21:20 +0000 Subject: [PATCH 00461/10074] moon: update 1.36.3 bottle. --- Formula/m/moon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index a71061ee15cfa..cc1b60ed268f6 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -12,13 +12,13 @@ class Moon < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d11e5fb71378f64d4597acf8233cb2d4f4ee7a2a6498a6b87a8c2b675094546" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8f6a1ca6bcd0796da63faa37ba8e359bb450f91b42952eba4a173d748dd66be" - sha256 cellar: :any_skip_relocation, arm64_ventura: "513f321abc03ceebbd4aa793990964a0c5295fbdd3cf7a36502b6301806bab82" - sha256 cellar: :any_skip_relocation, sonoma: "13067f143ae079029d996c524bf16361142ab6b17ed69ed8013c82e2cbbf0c58" - sha256 cellar: :any_skip_relocation, ventura: "1afc9b612f60bc40fa3c8ec4d206f0d29b468bea301758262cc66f4717b8f5df" - sha256 cellar: :any_skip_relocation, arm64_linux: "00589cadb4f5b19ac93ca0e6cd449cb98a6102b9231bc53ebbeab61b1ff451a8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d1034f90b92b9b355f925be615d6a2be6d1ee9fdd350efba99fac5604c395e38" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6835c65038d8f110665cc510a089cb580073c5226e4058deaea623b5285ccfd2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "202eca6cd1677c16554fe11e34430eabfa87dd2545f1b8744f9b21cd508eb439" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3f7b6ec578845e25cfbce2567f22635ecdc12906f997e1126284c6f7e05c3120" + sha256 cellar: :any_skip_relocation, sonoma: "6c829c0f7c21bc2da48abdae67d69677232a615281d5d7d20858274a975a2980" + sha256 cellar: :any_skip_relocation, ventura: "46f8be59a44dd93b910b7abc8991db88b352c1e4268f0e1e236347a867195f6e" + sha256 cellar: :any_skip_relocation, arm64_linux: "34b6bc6abd43d1e08fad12e6e09f33152505613e124fa76d84bf75bffc13bee2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8622ab460db6038ccaee2d58703eb3e351fb6a36ea1d715c1c0ad7f02b732bac" end depends_on "pkgconf" => :build From db84438e93afb88112f3da8d29efa7d75dafb391 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 30 May 2025 00:30:03 +0000 Subject: [PATCH 00462/10074] pulumi 3.173.0 --- Formula/p/pulumi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index 74d069eeafb11..f3117895cbac7 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -2,8 +2,8 @@ class Pulumi < Formula desc "Cloud native development platform" homepage "https://pulumi.io/" url "https://github.com/pulumi/pulumi.git", - tag: "v3.172.0", - revision: "15cfbb4786014a2ac5297ab3b7c0ffe66d8be126" + tag: "v3.173.0", + revision: "50cec32d651e73a8f19111281e06825547c109c4" license "Apache-2.0" head "https://github.com/pulumi/pulumi.git", branch: "master" From d08379aaa370178e214b2245437219ecbf3a5d5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 01:03:21 +0000 Subject: [PATCH 00463/10074] pulumi: update 3.173.0 bottle. --- Formula/p/pulumi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index f3117895cbac7..6d3ce06481dec 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -10,12 +10,12 @@ class Pulumi < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8025fe212b24b845a87a7bf10559a8c4b1730fd805389f2b6898b7fb9823564d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ce3429f094692b6512fa355ba205eb657435451b8226e5c216684f02e3b0655" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5f9c2ac9aa4e8e5a3668a69e104dd2d66b5d8f1193846631afcd408521dc5ef0" - sha256 cellar: :any_skip_relocation, sonoma: "9b3b1b2535baee4be198d81add0a35f5e426e7bd68dd18814ec093cd07678c04" - sha256 cellar: :any_skip_relocation, ventura: "cf041c416a07c04c0f0f616640da8416ffe6cf8e8731dff24f1699c329777971" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d49da784ddcdf84bb99afca46d8ac3d4fca2715494fa36d1a54d9879c64e41c2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e047297a5cd724872e79a2bc1729b01a0e479290f31c83ef45771dfc2f68e71" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d60ac5fa5390a9afa1508272415239f4bfa53f164b7128c928a60e067956ca3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a4103d271072e7bbb4a47b1898e3fefc63cd49c121ad289d53257e0776ca03ff" + sha256 cellar: :any_skip_relocation, sonoma: "0602e3f3ec833622fac7983f27e70d856685473f54a04ecefce63e73d79719ae" + sha256 cellar: :any_skip_relocation, ventura: "cd729e0634a9b15c49dc5c81d294ab982a171b73da9b4bc7fd073def3cf73970" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b144a46de4c82f64aae146166250be3f11e5f57624f7fc8332cc763c2bb0a4f8" end depends_on "go" => :build From e1728dfc211b33770bb8f76a9d4efb6623f41e08 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 01:03:59 +0000 Subject: [PATCH 00464/10074] victorialogs: update 1.23.2 bottle. --- Formula/v/victorialogs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/victorialogs.rb b/Formula/v/victorialogs.rb index 6c2692b905069..035963737566c 100644 --- a/Formula/v/victorialogs.rb +++ b/Formula/v/victorialogs.rb @@ -14,13 +14,13 @@ class Victorialogs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b85b3a12714bcdd3f02cbdf92f66eaeb0b4f0ae839da1df0dbb289f0507d9407" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6dca5410528c00de1ba6352e0904ed7ce9dc79e9c9fac6149d4553f27660716" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9917cd0ba6bca30031d73e54552fabd72e58ff569fadf5b3fd0da99c9e39bd9a" - sha256 cellar: :any_skip_relocation, sonoma: "4fe02ae9a4cc00cc3da50f2c8a8b4c2db714024575bd2d6909bb179e012c870c" - sha256 cellar: :any_skip_relocation, ventura: "d6af4608d36fe38baf80b4d77c30c15e29852f7b6e070005a744ed36530fc151" - sha256 cellar: :any_skip_relocation, arm64_linux: "800a9a21e653137ba10a1cbce5e3c14dbabdfa9382fb7497e905b21151ee7b9e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9313fda6f4575214a9e8c67aaedbbc13db7ff3d7c38e4915a27b5e18ff46756f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d079eaf807de01ab084684d2e706f33883991b4bef0d3dca5adb85fc6e54d9f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f414ef51b98c0887a47bacc4fa232ae48c17373b4a319a9b54a6f3bbe00092d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "db12f7b019cd8c037a594c2ad30b2cdb68a96b4f9c7f438b04a99f2d8acf0e4b" + sha256 cellar: :any_skip_relocation, sonoma: "323b82037fae9977fabfd0b2e64f6c36b284da915d1d210ba8128053201a8404" + sha256 cellar: :any_skip_relocation, ventura: "baf90caf0211144adec931c8187e51cf591ad02abf42aa2f5d48e33f903c4ffb" + sha256 cellar: :any_skip_relocation, arm64_linux: "06dc45e35bc5c46183461f2abef84b737ef2417b0db0f16fa5c0fb41dd021dd1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "61ecf15f4553b18da018ee07e3fd1c22208348e2692bce8ee3652513ba775f27" end depends_on "go" => :build From 404070ead7c35bc44e87a6d25e11808781df190b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 23:10:35 +0000 Subject: [PATCH 00465/10074] qdmr 0.12.2 --- Formula/q/qdmr.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Formula/q/qdmr.rb b/Formula/q/qdmr.rb index d0e364badd0e6..cc3628b36c1e8 100644 --- a/Formula/q/qdmr.rb +++ b/Formula/q/qdmr.rb @@ -1,8 +1,8 @@ class Qdmr < Formula desc "Codeplug programming tool for DMR radios" homepage "https://dm3mat.darc.de/qdmr/" - url "https://github.com/hmatuschek/qdmr/archive/refs/tags/v0.12.1.tar.gz" - sha256 "80eaadc6f817894fde6773d1b021e7a8ec051cbb774f63e6a097e21d8a56d8b5" + url "https://github.com/hmatuschek/qdmr/archive/refs/tags/v0.12.2.tar.gz" + sha256 "4be8692e7270ac51032f43d56227ddee7ba7b515e98f8f3f867398899593e779" license "GPL-3.0-or-later" bottle do @@ -20,7 +20,11 @@ class Qdmr < Formula depends_on "yaml-cpp" def install - system "cmake", "-S", ".", "-B", "build", "-DINSTALL_UDEV_RULES=OFF", *std_cmake_args + args = %w[ + -DINSTALL_UDEV_RULES=OFF + ] + args << "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" # Cmake 4 workaround + system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" end From 70d56435dbb0b6d3ac075ba3499c53e654d2ef37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 01:22:15 +0000 Subject: [PATCH 00466/10074] magic-wormhole: update 0.19.1 bottle. --- Formula/m/magic-wormhole.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/magic-wormhole.rb b/Formula/m/magic-wormhole.rb index 775101beb2518..d4d286fb6e611 100644 --- a/Formula/m/magic-wormhole.rb +++ b/Formula/m/magic-wormhole.rb @@ -9,13 +9,13 @@ class MagicWormhole < Formula head "https://github.com/magic-wormhole/magic-wormhole.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "c4cebceec1b5d40b08d4e49b9c554721c8686f1868894b2eaf16ec416d3bdd0c" - sha256 cellar: :any, arm64_sonoma: "7c1e13dfca82531c864a23fcfbc125a1e5955442828f40a8ba7f1ec6d86cce06" - sha256 cellar: :any, arm64_ventura: "746a43e82e394554a86b7984ce10e220fcb370622e76a28bb381b49aa1822ce4" - sha256 cellar: :any, sonoma: "0d3aae615bb4fe3bda09fab71d4a97bd689dcd0682b3b3be1b17872117ed130b" - sha256 cellar: :any, ventura: "089ff27a6ce46e1eb86df3f271f1e9c3cd24d17cf0d86f3f5a14e15bbbce16b1" - sha256 cellar: :any_skip_relocation, arm64_linux: "45c76e25bb596ded6064794c40eec2491c5b87075fef8abcdf8627cfd6e62036" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0638525e55ef9370abb978e9b4d4cd9991b949dfdac8a951346cdb1fd6c801be" + sha256 cellar: :any, arm64_sequoia: "6857e8e88be320a074f2762dbb9306dc0536a8e0ecaafced24ccfb71f1538cdb" + sha256 cellar: :any, arm64_sonoma: "bf397cf27d78bfb918cf89918c5facacf3373cbaac1f320458f5c8d3858a03f5" + sha256 cellar: :any, arm64_ventura: "8d0099fc2e32a8db757d577b32da2556bac7ebfd2d1f1ff18f6be5c30e42aa67" + sha256 cellar: :any, sonoma: "7166cc7fbfc04b77744b65c7c2dd0335973feb28b03af512e09b274c8f5125f7" + sha256 cellar: :any, ventura: "65af56711c742640df0a96a0755aa628a1596f7ceda1bd68c45f7fa11f97aae6" + sha256 cellar: :any_skip_relocation, arm64_linux: "7951b90644aea62e5ecd6b6b0c1ae9e66f5ea602e60477139552b1e5ec865823" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ff672af46c711003a5e03ef6c716fa92fb0fc5b80db7a9aa298a223df07f2c1f" end depends_on "cryptography" From e213d2cfc873f4c7fab0e3b7d67bca83803b6bb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 01:59:33 +0000 Subject: [PATCH 00467/10074] mongodb-atlas-cli: update 1.43.0 bottle. --- Formula/m/mongodb-atlas-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index 611a89ae8f85a..debed79eb09e6 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -12,12 +12,12 @@ class MongodbAtlasCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6f860f3e1e6d90af9d5f35024550ee10fd65844af8b904c4d200f29192b4b2f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "33af21e7bed48ca70be29bb1c7cf4ac9434b5deec8745dc6edc887d51fd4b006" - sha256 cellar: :any_skip_relocation, arm64_ventura: "624a8ffab4868f37250845b90994e2c8a17de2e7de59c75f5b28f6591739f686" - sha256 cellar: :any_skip_relocation, sonoma: "e71eef399664a2501cb57d8b053898df3bedfe8208b081a557746e21f35b7a96" - sha256 cellar: :any_skip_relocation, ventura: "52d0ebdff7f86bf340726edc66dac8f087d52bed119ac3e4386f9bc7ad3a1c8c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "953bd43cedfab77e8ebad820247a7bc59a85faa6328dbbf99fc5a6dff1fb6ec7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b101a4656b8188a04122e85a10d5979d756c60e76d64bb76a5b8397adf23eaf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "29ed778f2475dd172e3bd442b341cc9337d48ad95df847beaf8b9c97322088e1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "11538a8177fa9e2980293eaeff7e6761abc6380e17ba688ddf2b851ca592c44a" + sha256 cellar: :any_skip_relocation, sonoma: "aa5e015dd0fa9911d47c73bc46efab1062ce415decb9fdbbce543d7eaba2f0ec" + sha256 cellar: :any_skip_relocation, ventura: "cd62bc38ef94b36e5283ee7f148f16212889ce36010a9af165b7213a89f25d1b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "220fc728a264f4d2648b16edf73065113d4cf512591a7ca188ebbe7cd8a15a6e" end depends_on "go" => :build From 44eb78013cfd643d55cf0963b52d1027e0f0854d Mon Sep 17 00:00:00 2001 From: Jeff Zellner Date: Thu, 29 May 2025 08:49:41 -0600 Subject: [PATCH 00468/10074] foxglove-cli 1.0.23 (new formula) --- Formula/f/foxglove-cli.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Formula/f/foxglove-cli.rb diff --git a/Formula/f/foxglove-cli.rb b/Formula/f/foxglove-cli.rb new file mode 100644 index 0000000000000..e0fbf59f0acbd --- /dev/null +++ b/Formula/f/foxglove-cli.rb @@ -0,0 +1,24 @@ +class FoxgloveCli < Formula + desc "Foxglove command-line tool" + homepage "https://github.com/foxglove/foxglove-cli" + url "https://github.com/foxglove/foxglove-cli/archive/refs/tags/v1.0.23.tar.gz" + sha256 "d03e708033cf7665ddec02625fc97380dbbb06177807f3c8b4d27f6a696bb348" + license "MIT" + head "https://github.com/foxglove/foxglove-cli.git", branch: "main" + + depends_on "go" => :build + + def install + cd "foxglove" do + system "make", "build", "VERSION=v#{version}" + bin.install "foxglove" + end + end + + test do + system bin/"foxglove", "auth", "configure-api-key", "--api-key", "foobar" + expected = "Authenticated with API key" + assert_match expected, shell_output("#{bin}/foxglove auth info") + assert_match version.to_s, shell_output("#{bin}/foxglove version") + end +end From 41bb3542db909a2e8f5688506b2c4dfc8578b7dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:23:24 +0000 Subject: [PATCH 00469/10074] aws-crt-cpp 0.32.8 --- Formula/a/aws-crt-cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-crt-cpp.rb b/Formula/a/aws-crt-cpp.rb index 88f1473a446d7..c1d1e204b682f 100644 --- a/Formula/a/aws-crt-cpp.rb +++ b/Formula/a/aws-crt-cpp.rb @@ -1,8 +1,8 @@ class AwsCrtCpp < Formula desc "C++ wrapper around the aws-c-* libraries" homepage "https://github.com/awslabs/aws-crt-cpp" - url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.7.tar.gz" - sha256 "9d8d5fd64fd26587e9c498ee2031846b83469992eae220da3c0d2cf46ef6ef6c" + url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.8.tar.gz" + sha256 "db44260452a0296341fb8e7b987e4c328f08f7829b9f1c740fed9c963e081e93" license "Apache-2.0" bottle do From 9bbc481e7785150cecb6be43249df6565e2919ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:27:08 +0000 Subject: [PATCH 00470/10074] codex 0.1.2505291658 --- Formula/c/codex.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/codex.rb b/Formula/c/codex.rb index 1becb47fe03f7..68cdd40fa5c7a 100644 --- a/Formula/c/codex.rb +++ b/Formula/c/codex.rb @@ -1,8 +1,8 @@ class Codex < Formula desc "OpenAI's coding agent that runs in your terminal" homepage "https://github.com/openai/codex" - url "https://registry.npmjs.org/@openai/codex/-/codex-0.1.2505191453.tgz" - sha256 "0d6c99701fe55ae126b76330c7b536a14907799683791493e5496afe6eb142b2" + url "https://registry.npmjs.org/@openai/codex/-/codex-0.1.2505291658.tgz" + sha256 "066a11322e815d680799330cf360bc9601deb0a40d907546c2cda9eb22cca86a" license "Apache-2.0" bottle do From 17b023ba4e647ce1b5cbe54767f525a6ab35d88c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:27:25 +0000 Subject: [PATCH 00471/10074] conftest 0.61.0 --- Formula/c/conftest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/conftest.rb b/Formula/c/conftest.rb index 4ff15bf03ff37..c23bca06f235e 100644 --- a/Formula/c/conftest.rb +++ b/Formula/c/conftest.rb @@ -1,8 +1,8 @@ class Conftest < Formula desc "Test your configuration files using Open Policy Agent" homepage "https://www.conftest.dev/" - url "https://github.com/open-policy-agent/conftest/archive/refs/tags/v0.60.0.tar.gz" - sha256 "85db17fba05e95594c30fd67dfdbef78e18cf0f87ab3537d987a8197e2c19911" + url "https://github.com/open-policy-agent/conftest/archive/refs/tags/v0.61.0.tar.gz" + sha256 "c067811e8e74068d6fa6473e2f0b31e5c221e33969e029c0b909ebf47c3bc135" license "Apache-2.0" head "https://github.com/open-policy-agent/conftest.git", branch: "master" From 0c74c8db54bf489eafb537624e55d8ce7ae54ea5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:31:32 +0000 Subject: [PATCH 00472/10074] exploitdb 2025-05-30 --- Formula/e/exploitdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 347a58ec088a0..d01b8fb5c5050 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -2,8 +2,8 @@ class Exploitdb < Formula desc "Database of public exploits and corresponding vulnerable software" homepage "https://www.exploit-db.com/" url "https://gitlab.com/exploit-database/exploitdb.git", - tag: "2025-05-26", - revision: "d69eaacef80e5091a4524d76233f7841067029c7" + tag: "2025-05-30", + revision: "c3b152279e29d5427af997886003f9873a9caf95" license "GPL-2.0-or-later" head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" From 2a6021575d1d09b712f11c2d7b5472225f52eb65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:31:44 +0000 Subject: [PATCH 00473/10074] fabio 1.6.7 --- Formula/f/fabio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabio.rb b/Formula/f/fabio.rb index ccb22c51f40c3..a8dbc309392fa 100644 --- a/Formula/f/fabio.rb +++ b/Formula/f/fabio.rb @@ -1,8 +1,8 @@ class Fabio < Formula desc "Zero-conf load balancing HTTP(S) router" homepage "https://github.com/fabiolb/fabio" - url "https://github.com/fabiolb/fabio/archive/refs/tags/v1.6.6.tar.gz" - sha256 "e05f059efdd70dadb3361f7f49daa362363e18bff09a84ef03a37faa8af5fa06" + url "https://github.com/fabiolb/fabio/archive/refs/tags/v1.6.7.tar.gz" + sha256 "846ac67c68b41428586f28183f772b5a3d5a9003b21625bc6f0f0ed361c8a890" license "MIT" head "https://github.com/fabiolb/fabio.git", branch: "master" From c705ce79a4bf5c83df04acfa69a9c0f8d6bcb301 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:34:49 +0000 Subject: [PATCH 00474/10074] foxglove-cli: add 1.0.23 bottle. --- Formula/f/foxglove-cli.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/f/foxglove-cli.rb b/Formula/f/foxglove-cli.rb index e0fbf59f0acbd..3c34d4cd8881e 100644 --- a/Formula/f/foxglove-cli.rb +++ b/Formula/f/foxglove-cli.rb @@ -6,6 +6,15 @@ class FoxgloveCli < Formula license "MIT" head "https://github.com/foxglove/foxglove-cli.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f868121298b783e4e1927a784877025ba11502f91f49914959b1f07b6851a66" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bb87cd65e811de27dfcbb9ace613a8f604b808fa78524dd6739b058b8b610b0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e424bc77713cf56c62d2b92593305450f5054e09c6b550cd6e4bb216ef9ecf41" + sha256 cellar: :any_skip_relocation, sonoma: "82d81528a09e5e8a1afbf7be0f138b08d76faf8551055a0fb4dea833afd9b836" + sha256 cellar: :any_skip_relocation, ventura: "9c46958968f102fa996048c85a8e5d575f58a545bcc932ff49f7dcf71744c681" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e5dac5a6cf8e65d148242235fb04cd40624a43fde0fd060876a08e332fc30707" + end + depends_on "go" => :build def install From 4e01d510b5daf2d78233e90c592fa5fb3962da33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:35:23 +0000 Subject: [PATCH 00475/10074] gstreamer 1.26.2 --- Formula/g/gstreamer.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/g/gstreamer.rb b/Formula/g/gstreamer.rb index e8c148bdb7b8b..ffe3c9feec971 100644 --- a/Formula/g/gstreamer.rb +++ b/Formula/g/gstreamer.rb @@ -4,13 +4,13 @@ class Gstreamer < Formula license all_of: ["LGPL-2.0-or-later", "LGPL-2.1-or-later", "MIT"] stable do - url "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/archive/1.26.1/gstreamer-1.26.1.tar.bz2" - sha256 "4ef9885d3e1e366ba6400e5bbc39228cf1ee3619cbc5c17295b86901879c105f" + url "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/archive/1.26.2/gstreamer-1.26.2.tar.bz2" + sha256 "f0eff99e404d4b2dd4b0ee21a3e156fe2cf44ce619c801140417c1b6b33ad88d" # When updating this resource, use the tag that matches the GStreamer version. resource "rs" do - url "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/archive/gstreamer-1.26.1/gst-plugins-rs-gstreamer-1.26.1.tar.bz2" - sha256 "a3a65363cb5addc87918eb56e837740f077842ef95d0db2296159a0cad3523f8" + url "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/archive/gstreamer-1.26.2/gst-plugins-rs-gstreamer-1.26.2.tar.bz2" + sha256 "90e5d06332d567ebc8eb3851380d04144c94132345633f65359aea8dbcb9d5dc" livecheck do formula :parent From 7422d46b273808d82e0f400debc76329351d306c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:39:20 +0000 Subject: [PATCH 00476/10074] oxen: update 0.34.8 bottle. --- Formula/o/oxen.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oxen.rb b/Formula/o/oxen.rb index 4e29cfdcd0ef1..672c9d3424194 100644 --- a/Formula/o/oxen.rb +++ b/Formula/o/oxen.rb @@ -7,12 +7,12 @@ class Oxen < Formula head "https://github.com/Oxen-AI/Oxen.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "308c4e9b10b4f4504ca2970baea5b518f96e3770a814c8da40ef96f4c29992d2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f8614beac1f930c3b5aa9fb3b500d13498c3f335e064cfb7dfbd9d7ef7f588c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aafaaff87750438c8c1386acfcf298c86020efa9fb034db390f7566afeba4bf0" - sha256 cellar: :any_skip_relocation, sonoma: "8336f2b93dc0d97cb20576cfb2004d7ba67f4c4b8ffdb5db1bd8604f628721a2" - sha256 cellar: :any_skip_relocation, ventura: "2ba25b20500f7fd7ab49dd5cb3f73d069d62d26acbb20ae7f2a9e943c659ac58" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6019a6c82e0fda3ce82deee832e65a7116a4d7ba17499c126b1ccc12c8626cff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf023290d39aaeca2a5a308d5ae5d5d54fc7cebf72bd07f8c9c031f1e626f76d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd6f8abf358d3ef9984dbf0f9668f591edf0c83a52f6d43a4291319bb393a64d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "70fa9e5ff497fc6b62ca73ac4ee5b3cde7e0c2bf5ef0e66e14c3a38bd351378a" + sha256 cellar: :any_skip_relocation, sonoma: "115c1a15e529afde7dd1d1428277047d65467673d2fa3eba645635f5f7592b26" + sha256 cellar: :any_skip_relocation, ventura: "061821746e20be4c5035579223ae8566007b796f7e56e8b4c87fefbedcddad0c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d71ae7c3a406f091c0da0e282ab4b973b209dd5401be82f3ebae126a234ef8ca" end depends_on "cmake" => :build # for libz-ng-sys From 794e003218fba6bad8f5dd88abbdc78e881e07d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:43:36 +0000 Subject: [PATCH 00477/10074] ntfy 2.12.0 --- Formula/n/ntfy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/ntfy.rb b/Formula/n/ntfy.rb index d340ed0f08364..a76cdb53edec8 100644 --- a/Formula/n/ntfy.rb +++ b/Formula/n/ntfy.rb @@ -1,8 +1,8 @@ class Ntfy < Formula desc "Send push notifications to your phone or desktop via PUT/POST" homepage "https://ntfy.sh/" - url "https://github.com/binwiederhier/ntfy/archive/refs/tags/v2.11.0.tar.gz" - sha256 "56b4c91d53e479e207b8064d894516030f608848c76c6d4eed2d37277d337e71" + url "https://github.com/binwiederhier/ntfy/archive/refs/tags/v2.12.0.tar.gz" + sha256 "210b7409894aa51719077da6a771c82d460bd710a52a527cf52694166f6103d0" license any_of: ["Apache-2.0", "GPL-2.0-only"] head "https://github.com/binwiederhier/ntfy.git", branch: "main" From af0867a077612ae8352197d5a83d89dcb83ee6f3 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 29 May 2025 19:43:52 -0700 Subject: [PATCH 00478/10074] flye 2.9.6 (new formula) --- Formula/f/flye.rb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Formula/f/flye.rb diff --git a/Formula/f/flye.rb b/Formula/f/flye.rb new file mode 100644 index 0000000000000..db02c1a461dab --- /dev/null +++ b/Formula/f/flye.rb @@ -0,0 +1,27 @@ +class Flye < Formula + include Language::Python::Virtualenv + + desc "De novo assembler for single molecule sequencing reads using repeat graphs" + homepage "https://github.com/mikolmogorov/Flye" + url "https://github.com/mikolmogorov/Flye/archive/refs/tags/2.9.6.tar.gz" + sha256 "f05a3889b1c7aafed4cc0ed1adc1f19c22618c1c7b97ab5f80d388c8192bd32a" + license all_of: ["BSD-3-Clause", "Apache-2.0", "BSD-2-Clause", "BSL-1.0", "MIT"] + head "https://github.com/mikolmogorov/Flye.git", branch: "flye" + + depends_on "python@3.13" + + uses_from_macos "zlib" + + def install + ENV.deparallelize + virtualenv_install_with_resources + pkgshare.install "flye/tests/data" + end + + test do + assert_match version.to_s, shell_output("#{bin}/flye --version") + cp_r pkgshare/"data/.", testpath + system bin/"flye", "--pacbio-corr", "ecoli_500kb_reads_hifi.fastq.gz", "-o", testpath + assert_path_exists "assembly.fasta" + end +end From 3326f8c4962cf50e823d31883401e46b95f98437 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:44:23 +0000 Subject: [PATCH 00479/10074] ollama 0.9.0 --- Formula/o/ollama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index 239a62aa47ebf..d644af7f7165e 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -2,8 +2,8 @@ class Ollama < Formula desc "Create, run, and share large language models (LLMs)" homepage "https://ollama.com/" url "https://github.com/ollama/ollama.git", - tag: "v0.8.0", - revision: "aa25aff10d1ccc6dd4e85952678d63946bdf89dc" + tag: "v0.9.0", + revision: "5f57b0ef4268a6bd9e8043d54c351a608a7e1bca" license "MIT" head "https://github.com/ollama/ollama.git", branch: "main" From 9397e68db5a1e68ff4883fcc1dbe49736538ccca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:46:07 +0000 Subject: [PATCH 00480/10074] pgpool-ii 4.6.2 --- Formula/p/pgpool-ii.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pgpool-ii.rb b/Formula/p/pgpool-ii.rb index c6f1af6b08a95..567a7a4ec6895 100644 --- a/Formula/p/pgpool-ii.rb +++ b/Formula/p/pgpool-ii.rb @@ -1,8 +1,8 @@ class PgpoolIi < Formula desc "PostgreSQL connection pool server" homepage "https://www.pgpool.net/mediawiki/index.php/Main_Page" - url "https://www.pgpool.net/mediawiki/images/pgpool-II-4.6.1.tar.gz" - sha256 "0f8805d93bc40002c8019dc40ae03a71a3d144bd39f3dffe6fa01f7fc19bb8e8" + url "https://www.pgpool.net/mediawiki/images/pgpool-II-4.6.2.tar.gz" + sha256 "116c9ed475efd0265329c90273053a1fa6a18ee68d5c54ed46797cd0e001f648" license all_of: ["HPND", "ISC"] # ISC is only for src/utils/strlcpy.c livecheck do From 674f16524bedfb102b2188c2cd5b1de8b0ecbb5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:47:06 +0000 Subject: [PATCH 00481/10074] pipenv 2025.0.3 --- Formula/p/pipenv.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/p/pipenv.rb b/Formula/p/pipenv.rb index 1b1f35f588c3b..118419d87a7a9 100644 --- a/Formula/p/pipenv.rb +++ b/Formula/p/pipenv.rb @@ -3,8 +3,8 @@ class Pipenv < Formula desc "Python dependency management tool" homepage "https://github.com/pypa/pipenv" - url "https://files.pythonhosted.org/packages/bd/59/472253c58d877aa61efa5ede1f9f3f187c8bcf5fdf87c662ad3de1d5defe/pipenv-2025.0.2.tar.gz" - sha256 "85d42e13da78f27f0213c998dba9a59f3ba6a6fe9e420b75b561acc344f021ad" + url "https://files.pythonhosted.org/packages/59/ca/397e375554481d70356d29890d44398aec3b52a0484b32a7e25c487ee81e/pipenv-2025.0.3.tar.gz" + sha256 "f0a67aa928824e61003d52acea72a94b180800019f03d38a311966f6330bc8d1" license "MIT" bottle do @@ -40,18 +40,18 @@ def python3 end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/aa/b2/bd26ed086b842b68c8fe9aac380ad7e5118cf84fa7abd45bb059a88368a8/setuptools-80.1.0.tar.gz" - sha256 "2e308396e1d83de287ada2c2fd6e64286008fe6aca5008e0b6a8cb0e2c86eedd" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "virtualenv" do - url "https://files.pythonhosted.org/packages/38/e0/633e369b91bbc664df47dcb5454b6c7cf441e8f5b9d0c250ce9f0546401e/virtualenv-20.30.0.tar.gz" - sha256 "800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8" + url "https://files.pythonhosted.org/packages/56/2c/444f465fb2c65f40c3a104fd0c495184c4f2336d65baf398e3c75d72ea94/virtualenv-20.31.2.tar.gz" + sha256 "e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af" end def install From 15394bd1d24c4d9a77784134f75f229fb885ac3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:53:41 +0000 Subject: [PATCH 00482/10074] qdmr: update 0.12.2 bottle. --- Formula/q/qdmr.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/q/qdmr.rb b/Formula/q/qdmr.rb index cc3628b36c1e8..c5930691ea4bf 100644 --- a/Formula/q/qdmr.rb +++ b/Formula/q/qdmr.rb @@ -6,12 +6,12 @@ class Qdmr < Formula license "GPL-3.0-or-later" bottle do - sha256 arm64_sequoia: "466b1ea108063ed50d951b3e79694867255e395d516cbb43e294cbb9ffce4ca0" - sha256 arm64_sonoma: "b16fb78360a1a05305e2f31dc1b6949e45271b57589b486e930bd77814d2b6cc" - sha256 arm64_ventura: "04817d917185b0e67cd0f9791108465ac2d01b54351931c2c902725f9c17bc91" - sha256 sonoma: "86034b508621ad37972850dc34850dff0031e1ad7827b6ee69f60cc11e79b774" - sha256 ventura: "43852bc488a99f1ea2eeeb638b59c24ddb30b8d559a45e0a978b26efca56b0e7" - sha256 x86_64_linux: "7fbb488e9feba30be04cfa868546e46ea105bae7041549c7132a7e25eacb0910" + sha256 arm64_sequoia: "6ab16e6c0e074af48e283646dfe8fec3e4c43bd75a72c3d61e70c6aaaf7d52e1" + sha256 arm64_sonoma: "9f328b9c8835430065a0b2fb6732b8af7bceb89f54fecc9e3069353327e00a04" + sha256 arm64_ventura: "1921e4934527288d3e837706cb5a53b74c46a89881f53ba09f8bb430a78577c2" + sha256 sonoma: "9e07686e7cebb8ea130a9d1183541f3d8396e5fc0bd171e090317430e086e53f" + sha256 ventura: "b47be9e66eed4887eadb16d6a0a1dd16a1f57943bf370342b06c1aef100a70fc" + sha256 x86_64_linux: "7715c1833cdd017122b29d8966de514e21a908df7f77112feea00319a769ace2" end depends_on "cmake" => :build From 3ae83e3b1e7051ef3d2661cb4e6ec6f6fd337237 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:54:27 +0000 Subject: [PATCH 00483/10074] conftest: update 0.61.0 bottle. --- Formula/c/conftest.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/conftest.rb b/Formula/c/conftest.rb index c23bca06f235e..485f85234df54 100644 --- a/Formula/c/conftest.rb +++ b/Formula/c/conftest.rb @@ -7,12 +7,12 @@ class Conftest < Formula head "https://github.com/open-policy-agent/conftest.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "effd49553b97c61f566f9e6f20088c720eef2d9cccb059991be421551724483c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e09a8c2da7662d8c109024e001e7ef49833718bdd5575779238fc4f313f20e2d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "01f9d2cc41bbdc7500639f6e396ff1c7c771291b428f6e76671a09079ae052c0" - sha256 cellar: :any_skip_relocation, sonoma: "6ae1bff1b4b49e52187fd2f147265961ad59a99ab8de5b07d52bf0cac1bb80c8" - sha256 cellar: :any_skip_relocation, ventura: "5ea5d6a74c47a0945691a4482754050ed23f8363511a845ee88cf66a2b824b0c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fcde20e3189d8bbbbd92b3c7339f0d40d720a5a42da5a50c6f243f23529b6144" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2198421aec656bd255a31bc7cbeaf29c5a71ba2be1d6555bd6b2f5fa85a4473f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a3ac375a3099be69f23905d7c212d61dbfc14d4b43f3bcb23022c3b24724640" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b3c9d2ba57490175bd0ffa6f8bba57ff980155ba864dcd46f5783b1b2efcb35a" + sha256 cellar: :any_skip_relocation, sonoma: "b3db569c6ddb5c382bca3a9009a7288f39601b0aadc3131db4606a7f97842d4f" + sha256 cellar: :any_skip_relocation, ventura: "dae732aa033885618333c955e1b37c55c400c9204fb038c65a80b8e816dee94f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "90e48d7795babd1de504ea222319c3ba7fa0f6a755a78640cd4d43d7d5090c28" end depends_on "go" => :build From b7db02b314b3da5db013953145267b117c00ca8a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 03:10:36 +0000 Subject: [PATCH 00484/10074] fabio: update 1.6.7 bottle. --- Formula/f/fabio.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabio.rb b/Formula/f/fabio.rb index a8dbc309392fa..b2203c37fd887 100644 --- a/Formula/f/fabio.rb +++ b/Formula/f/fabio.rb @@ -7,12 +7,12 @@ class Fabio < Formula head "https://github.com/fabiolb/fabio.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4794e80f80d6707fe76ce54c0ecd6553a0a7752acb4c8f80d46a1e99a8b8f1a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab1bb05c44eeab89cac0fa7b94a23f791dabbd39f4c90965cfbc9abd3917915b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2895deb038fa2ff206e4f86185ae7300228fee72f911ec055773ce6cc1fe5655" - sha256 cellar: :any_skip_relocation, sonoma: "fd70f6058f8f58abb81c915f857500e8e81bf663d23fd0f6f051db209adf69ec" - sha256 cellar: :any_skip_relocation, ventura: "fec5578310ae30aae54d81125695c229930c63bc63e508a575a3e452918f35c3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d1f86ccafa239e1f6675f0007c1265471f556604c8e4395d125ecd7dc0a7b71c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "31bc78f40b86f6687211aece737253a395f1f052d9b489b5d1bb5dcb2b434b5e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "61cd285af8c4af56ded6264910244e04e6f3473053d0276892df2b9fcb694bb0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "abd359ebaafe391dc7747a40efee2e9afc96da013f32ec05892396b251d0c402" + sha256 cellar: :any_skip_relocation, sonoma: "5ac7d11c7b8d2a319ddf65a6aeb22c5518c6da3881b16c1a18b98ca75dc5dbf2" + sha256 cellar: :any_skip_relocation, ventura: "3b4717f13ab398f9cb648db3cf8ee0c2c692f0255ffe050f2e706085c23efa13" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf6037cb7efd47d8b75ab54327b54a8505cba26c0f8b8cbd7be90a4aaf96fda4" end depends_on "go" => :build From 6692cb56326e4c5c666b14b452dc157b4a057a25 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 03:15:12 +0000 Subject: [PATCH 00485/10074] foxglove-cli: update 1.0.23 bottle. --- Formula/f/foxglove-cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/f/foxglove-cli.rb b/Formula/f/foxglove-cli.rb index 3c34d4cd8881e..3bf3bca2986af 100644 --- a/Formula/f/foxglove-cli.rb +++ b/Formula/f/foxglove-cli.rb @@ -12,6 +12,7 @@ class FoxgloveCli < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "e424bc77713cf56c62d2b92593305450f5054e09c6b550cd6e4bb216ef9ecf41" sha256 cellar: :any_skip_relocation, sonoma: "82d81528a09e5e8a1afbf7be0f138b08d76faf8551055a0fb4dea833afd9b836" sha256 cellar: :any_skip_relocation, ventura: "9c46958968f102fa996048c85a8e5d575f58a545bcc932ff49f7dcf71744c681" + sha256 cellar: :any_skip_relocation, arm64_linux: "2eda7e6f62d7a7fc87d9cb7e3d6aca29a7c2c94eb9009d7e84c30c022759f208" sha256 cellar: :any_skip_relocation, x86_64_linux: "e5dac5a6cf8e65d148242235fb04cd40624a43fde0fd060876a08e332fc30707" end From 442b188a16908318160e6cbf7b3d348ad9693219 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 03:15:26 +0000 Subject: [PATCH 00486/10074] exploitdb: update 2025-05-30 bottle. --- Formula/e/exploitdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index d01b8fb5c5050..3ad2aa88ac6b0 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -8,13 +8,13 @@ class Exploitdb < Formula head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f80d964971f44f7483a5242899cb46561c4ac26a48561d46beda6509fb75c0a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccb2e65dc513f019645e2c965940bbf53e634ba3ce778a2b3fcd1ce0f021c4b3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ba469028f683c16ad8459660617a9dfa27e4e4e4020fccdc2f20172ba7521806" - sha256 cellar: :any_skip_relocation, sonoma: "7fd993ac8dc6b0169c7180341e044af07223d8fa0a0345319680343cdaabd881" - sha256 cellar: :any_skip_relocation, ventura: "9004f63c5be9d41a1d3e410e7a9161014921ee993419428e317013fea1d345be" - sha256 cellar: :any_skip_relocation, arm64_linux: "a0ff9ea9d24e0921d383523c64d7d7a2b7c0adf0f35491681d9b9626c998c44f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "99bb982d069bb65b294eb066ca22b52cace2dcc63abaaf18f9a3e075f39ce790" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d47b286dd97669ed43365a3e5b8f21031c83f7546ac91a6ea1747471032d0e1d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8474d578696a2e391d459984bca188d1533b3f53adf3099b3c10ce357c47b23c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "606e4a950a2fe40359911a203d382f569cf01bbcbb1d30f679feb7bc0b2da516" + sha256 cellar: :any_skip_relocation, sonoma: "e7e206b507c0632b112df26058e0bdd9ca2d6ccfb87aebe2e3f63e568c7b6e9e" + sha256 cellar: :any_skip_relocation, ventura: "1ea9dde4b2d28d7088f3da7c9af5eb40409bb5f67073f021f2a86a36b82aa10b" + sha256 cellar: :any_skip_relocation, arm64_linux: "975b9c5b7d63e551fcbd6f00bbb15c9c0913a4af8653ac10c38690d2d0bd4805" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3aa39458d01558bfd74f190993aaf3b4432aaa4b2de868175fc82c6cfcdf99f9" end def install From c0dc49e04e65caacb1b6a3cf5ae98282030eea26 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 03:15:34 +0000 Subject: [PATCH 00487/10074] codex: update 0.1.2505291658 bottle. --- Formula/c/codex.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codex.rb b/Formula/c/codex.rb index 68cdd40fa5c7a..b44285470fbd0 100644 --- a/Formula/c/codex.rb +++ b/Formula/c/codex.rb @@ -6,13 +6,13 @@ class Codex < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a51b6ccd85e654bb9c942cf44004d6f53bf71ff7e2569b5194a01f1f76db75f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a51b6ccd85e654bb9c942cf44004d6f53bf71ff7e2569b5194a01f1f76db75f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a51b6ccd85e654bb9c942cf44004d6f53bf71ff7e2569b5194a01f1f76db75f" - sha256 cellar: :any_skip_relocation, sonoma: "9d538efeb8b6b2c659976b6dfdb78476a8778f32ee5d8c9525b8dcbe49e27792" - sha256 cellar: :any_skip_relocation, ventura: "9d538efeb8b6b2c659976b6dfdb78476a8778f32ee5d8c9525b8dcbe49e27792" - sha256 cellar: :any_skip_relocation, arm64_linux: "9a51b6ccd85e654bb9c942cf44004d6f53bf71ff7e2569b5194a01f1f76db75f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a51b6ccd85e654bb9c942cf44004d6f53bf71ff7e2569b5194a01f1f76db75f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "754cf31c59ec4bffde64e85e00a5e4de09400cb29aac35bf86003922e764b987" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "754cf31c59ec4bffde64e85e00a5e4de09400cb29aac35bf86003922e764b987" + sha256 cellar: :any_skip_relocation, arm64_ventura: "754cf31c59ec4bffde64e85e00a5e4de09400cb29aac35bf86003922e764b987" + sha256 cellar: :any_skip_relocation, sonoma: "16d121f1f81e90c950fdc5b8b9bba62ab1c3445fd7ee5d06882e39e799535a16" + sha256 cellar: :any_skip_relocation, ventura: "16d121f1f81e90c950fdc5b8b9bba62ab1c3445fd7ee5d06882e39e799535a16" + sha256 cellar: :any_skip_relocation, arm64_linux: "754cf31c59ec4bffde64e85e00a5e4de09400cb29aac35bf86003922e764b987" + sha256 cellar: :any_skip_relocation, x86_64_linux: "754cf31c59ec4bffde64e85e00a5e4de09400cb29aac35bf86003922e764b987" end depends_on "node" From dbf1b5578e45732ecbea19e822603e96febd7578 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 02:25:12 +0000 Subject: [PATCH 00488/10074] calicoctl: update livecheck --- Formula/c/calicoctl.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/calicoctl.rb b/Formula/c/calicoctl.rb index ae9119e0b7bd8..a53e49fa93986 100644 --- a/Formula/c/calicoctl.rb +++ b/Formula/c/calicoctl.rb @@ -10,6 +10,7 @@ class Calicoctl < Formula livecheck do url :stable regex(/^v?(\d+(?:\.\d+)+)$/i) + strategy :github_latest end bottle do From caf4b4badd0a610cf80ab69fd13957b2e0604732 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 03:26:12 +0000 Subject: [PATCH 00489/10074] ntfy: update 2.12.0 bottle. --- Formula/n/ntfy.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/n/ntfy.rb b/Formula/n/ntfy.rb index a76cdb53edec8..934f7653e3843 100644 --- a/Formula/n/ntfy.rb +++ b/Formula/n/ntfy.rb @@ -7,13 +7,12 @@ class Ntfy < Formula head "https://github.com/binwiederhier/ntfy.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "abc17b439d382f5daf76f7dd15581a8dec3e9704d4437a1e6baf9b8619b4ec6a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "abc17b439d382f5daf76f7dd15581a8dec3e9704d4437a1e6baf9b8619b4ec6a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "abc17b439d382f5daf76f7dd15581a8dec3e9704d4437a1e6baf9b8619b4ec6a" - sha256 cellar: :any_skip_relocation, sonoma: "cb248dc77fe6a324db6329ba5135236737ea76b14c288e59f886cd2f8987e995" - sha256 cellar: :any_skip_relocation, ventura: "cb248dc77fe6a324db6329ba5135236737ea76b14c288e59f886cd2f8987e995" - sha256 cellar: :any_skip_relocation, x86_64_linux: "903dd3fc5c04f5ac38ac940439a60b28c554b44afabe4550c435e56e07f50b34" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "803f169dae72c461a065cf679125a5bf016f38dbe60e7ec836a3e9228696492a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "803f169dae72c461a065cf679125a5bf016f38dbe60e7ec836a3e9228696492a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "803f169dae72c461a065cf679125a5bf016f38dbe60e7ec836a3e9228696492a" + sha256 cellar: :any_skip_relocation, sonoma: "e4d559251f2614e96e0c35f5ccc7be73f05c7f992e5aa2fdf78ebc01a534c2c8" + sha256 cellar: :any_skip_relocation, ventura: "e4d559251f2614e96e0c35f5ccc7be73f05c7f992e5aa2fdf78ebc01a534c2c8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c524b88dcaaa5be77923e0132ee06668a0527476d434f9b1c8f531e59412e40f" end depends_on "go" => :build From 55d7efba37e12a6e3ac10e365a1a818061a4cd58 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 03:30:42 +0000 Subject: [PATCH 00490/10074] apache-spark: update 4.0.0 bottle. --- Formula/a/apache-spark.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/apache-spark.rb b/Formula/a/apache-spark.rb index 042fef1891e8b..4edc6db98af38 100644 --- a/Formula/a/apache-spark.rb +++ b/Formula/a/apache-spark.rb @@ -16,7 +16,7 @@ class ApacheSpark < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "ee6cf6111d441cd77534189b45edf345a560aff75a2a547ea223d3ccb613f2af" + sha256 cellar: :any_skip_relocation, all: "57dc64a028ae181115603613203c66f9bc249c87b547f83cd17cff03399b8509" end depends_on "openjdk@17" From 3f0d6e4051cb2494c7efd3d76d22ed52292252a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 03:33:30 +0000 Subject: [PATCH 00491/10074] flye: add 2.9.6 bottle. --- Formula/f/flye.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/f/flye.rb b/Formula/f/flye.rb index db02c1a461dab..7a18a55578a7e 100644 --- a/Formula/f/flye.rb +++ b/Formula/f/flye.rb @@ -8,6 +8,15 @@ class Flye < Formula license all_of: ["BSD-3-Clause", "Apache-2.0", "BSD-2-Clause", "BSL-1.0", "MIT"] head "https://github.com/mikolmogorov/Flye.git", branch: "flye" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6ff4135fbbe3045cf3bf6f1660be67fe941b86504248a8168a0d0f6b31480e2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "810af69fce87083de1a03681770ff518870625396b869d73f56940437682bc04" + sha256 cellar: :any_skip_relocation, arm64_ventura: "400b56515e72445dde5088a6dc0dc10be8c61c0aa5fc883183db65577d402726" + sha256 cellar: :any_skip_relocation, sonoma: "818c62bbff5349d4bcda667e7bfb6daad48bf90cca67843cdd82ace15340ef1e" + sha256 cellar: :any_skip_relocation, ventura: "ce68c98b8f26b98724c1e6ad2ccc660e96921af10dff8276e41c916aaf777d9d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5455c6f8c306bc89512b1878b75b5140b98875e24a37f3154ad1a7ff66b49c0b" + end + depends_on "python@3.13" uses_from_macos "zlib" From 2c57536c5c1536689b57ebeb5156d59d6c04626c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 03:49:16 +0000 Subject: [PATCH 00492/10074] pgpool-ii: update 4.6.2 bottle. --- Formula/p/pgpool-ii.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pgpool-ii.rb b/Formula/p/pgpool-ii.rb index 567a7a4ec6895..1e8a433aa66e7 100644 --- a/Formula/p/pgpool-ii.rb +++ b/Formula/p/pgpool-ii.rb @@ -11,13 +11,13 @@ class PgpoolIi < Formula end bottle do - sha256 arm64_sequoia: "0d774d83f673c97c10c8dda0010d2601c30c0503ba1703b04402228fa72f6106" - sha256 arm64_sonoma: "ddb5ea019862cda6838e1f7a1f43523bd93b6c124dfc0a3ef9639e25413e5af3" - sha256 arm64_ventura: "e6b55691e0012dc832cb7da2401535d26a9f3cc95f41dc0998472520c2350394" - sha256 sonoma: "e5fbe3277a008d083b74c1c70c91d095ec1b5e2199ef38593025816d88b16fc7" - sha256 ventura: "059fc165f6b150ebe0c1d56f00d0f8398830695523656830babe2ff695155ce6" - sha256 arm64_linux: "883ec20e6862835cc6927698a579750596dfea4f3dc70d13bed3d477b58d4a59" - sha256 x86_64_linux: "7e4b2f7427759194ccaa25ea2c91eb38f10893694a9d7a932765e98bad1079ea" + sha256 arm64_sequoia: "0254ea49d14ca0a41eb2d78822c0c936fd6839511a042c4032506343bdf5f2fe" + sha256 arm64_sonoma: "708a947e7580582b32a71d7d4b111b7ae4586e36819e4eac34a8d454cfd403f3" + sha256 arm64_ventura: "49b6903c9318613a6ba36dfd0c1294c65b0c5be34a8bd961fcca6d21d29938de" + sha256 sonoma: "2c7cb7f2cf0b8d2574801a485154bbd655b8390f9cffc1d391ea08e7ad5378c4" + sha256 ventura: "4b9e23c9f9adb9815fffd2191487edf8c94fbb9ba54c24d62d8b164e7e228b8b" + sha256 arm64_linux: "7f0e13d03850e2b3e9fa2bd4d0205f5473748b71e40b875fd75026673400cbb7" + sha256 x86_64_linux: "d0573eea96263ecdbf8a92a8a55369ed0ceec72207eb98da83deb72cdd4a8544" end depends_on "libmemcached" From 4ba08259dd08a7b737a8cfb3c4efa904a9a9c1ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 03:57:05 +0000 Subject: [PATCH 00493/10074] pipenv: update 2025.0.3 bottle. --- Formula/p/pipenv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pipenv.rb b/Formula/p/pipenv.rb index 118419d87a7a9..2f5d94b1e4ce4 100644 --- a/Formula/p/pipenv.rb +++ b/Formula/p/pipenv.rb @@ -8,13 +8,13 @@ class Pipenv < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f2676c205403dded049b689813d7d8cf3cfd937a96aac444bf8ebbcde39714a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f2676c205403dded049b689813d7d8cf3cfd937a96aac444bf8ebbcde39714a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1f2676c205403dded049b689813d7d8cf3cfd937a96aac444bf8ebbcde39714a" - sha256 cellar: :any_skip_relocation, sonoma: "298d706e644c222812b73954e6c8939bca6b215b0e028572ead164b291d13d4e" - sha256 cellar: :any_skip_relocation, ventura: "298d706e644c222812b73954e6c8939bca6b215b0e028572ead164b291d13d4e" - sha256 cellar: :any_skip_relocation, arm64_linux: "74beeb186ea51d9c4db4b2026c0bec0a46b98de350bc5a601f7d49b41e45ad84" - sha256 cellar: :any_skip_relocation, x86_64_linux: "74beeb186ea51d9c4db4b2026c0bec0a46b98de350bc5a601f7d49b41e45ad84" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "61d780b7a748b63bd05b46b5440d59814c1f2595ef2e46f4752acc1dd41ba209" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "61d780b7a748b63bd05b46b5440d59814c1f2595ef2e46f4752acc1dd41ba209" + sha256 cellar: :any_skip_relocation, arm64_ventura: "61d780b7a748b63bd05b46b5440d59814c1f2595ef2e46f4752acc1dd41ba209" + sha256 cellar: :any_skip_relocation, sonoma: "ba1a02747fc9d34f12f94a4caefd785c4432e652f73fac7cacefd2a135fe1397" + sha256 cellar: :any_skip_relocation, ventura: "ba1a02747fc9d34f12f94a4caefd785c4432e652f73fac7cacefd2a135fe1397" + sha256 cellar: :any_skip_relocation, arm64_linux: "825e9f00270a3fd8a89de24fa7a0a25fefbd7744d582d0265ae6e3a437edfe0a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "825e9f00270a3fd8a89de24fa7a0a25fefbd7744d582d0265ae6e3a437edfe0a" end depends_on "certifi" From 693c23bb3a48470b89d50121b74a20c187ab2b84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 04:00:07 +0000 Subject: [PATCH 00494/10074] ollama: update 0.9.0 bottle. --- Formula/o/ollama.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index d644af7f7165e..07aa21c5f108d 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -16,13 +16,13 @@ class Ollama < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9419e6c02c19b9315be9d4c457ef5f192a24276906cd9c71c8644b23457a470" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a86c2bd7dc3b83d35e60a9bc29fd8da668e3082d5ba5f50e0fa0583198bf69d9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "02d945b825c5868eb535b657e0eac172c5a231fea89c4bbe005755c52030c292" - sha256 cellar: :any_skip_relocation, sonoma: "1100b4d893d55edd13a2e1a74d9d6dd0923b84868d2074381bf21cdf1c6977d3" - sha256 cellar: :any_skip_relocation, ventura: "20a9aebbfc7535777c5e0b3959380f8b51d4fa8c53a4aa718c7850f5160fc7d8" - sha256 cellar: :any_skip_relocation, arm64_linux: "ff84c03888546f42004e5e50257c3fe07a33fd65244898a2becca78bb50340d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2509bc3d486b2c6f6cbec5adfe7daa008142637caf3904bbd9c06d855f1f9247" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "035b6b23542d9d5026adaacfb87ab8fdc2d60a0b66c7989827e4d10302652a70" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7f3f56dd30f3fe844fefb7d4dbbc25b4bc6ae284895dfe436a2660baeb730d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ceb1a2f1b4403255ae9411da4fda735f99e59b9e67c94c9aef96a0a4d6a5f65a" + sha256 cellar: :any_skip_relocation, sonoma: "52bb083a7065f2348057d8c54dafd2076181268fb35a68f7c26d7664188c7a7e" + sha256 cellar: :any_skip_relocation, ventura: "1184ed42bb90871e08f15a5317b385177571e1ef79207bafe982652c4c1b18e8" + sha256 cellar: :any_skip_relocation, arm64_linux: "ff4df83874ae07a5a41ba5a86c3bcf39fec319e57f310d139922deddbd82e72a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f15810b73c62982a9557ab7b1df77eac0cba93415fc9eedd2a7bba48f2279119" end depends_on "cmake" => :build From 7cf8a82fe7e3351cbd8c1b00f84f78996b25b3e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 04:01:17 +0000 Subject: [PATCH 00495/10074] docker: update 28.2.1 bottle. --- Formula/d/docker.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker.rb b/Formula/d/docker.rb index 2a2c3355e6996..215f863371d72 100644 --- a/Formula/d/docker.rb +++ b/Formula/d/docker.rb @@ -13,12 +13,12 @@ class Docker < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4cafb97ca3f594ca7050af4399ec3ad80584c6ea703459b76a9a4ed254e2e8b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4cafb97ca3f594ca7050af4399ec3ad80584c6ea703459b76a9a4ed254e2e8b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f4cafb97ca3f594ca7050af4399ec3ad80584c6ea703459b76a9a4ed254e2e8b" - sha256 cellar: :any_skip_relocation, sonoma: "57d7fd27548c111218a290190fef3d175dd3c370c6172a8a4b40dc4b4e591d39" - sha256 cellar: :any_skip_relocation, ventura: "57d7fd27548c111218a290190fef3d175dd3c370c6172a8a4b40dc4b4e591d39" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1494bc4df83a5d766599f3bae796c6ec4699754b5763a00151e3eff5215c0e53" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c19c34b5478047f288edddc9269788d1d754d87b92a3c72b256fefb3eea4bd7e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c19c34b5478047f288edddc9269788d1d754d87b92a3c72b256fefb3eea4bd7e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c19c34b5478047f288edddc9269788d1d754d87b92a3c72b256fefb3eea4bd7e" + sha256 cellar: :any_skip_relocation, sonoma: "f65caf3685f3f1a8278bde3c9974180bec591f117aedc0b35ffdd0c6e2d7e990" + sha256 cellar: :any_skip_relocation, ventura: "f65caf3685f3f1a8278bde3c9974180bec591f117aedc0b35ffdd0c6e2d7e990" + sha256 cellar: :any_skip_relocation, x86_64_linux: "89caf722f0bd199badd95dca7d231b7e433d319619a620071d667e4475a84134" end depends_on "go" => :build From e150dfb970c15436b064e9237ec2e0a2fadff2d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 04:01:17 +0000 Subject: [PATCH 00496/10074] docker-completion: update 28.2.1 bottle. --- Formula/d/docker-completion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/docker-completion.rb b/Formula/d/docker-completion.rb index 858fe255a051c..76b7755a41c8a 100644 --- a/Formula/d/docker-completion.rb +++ b/Formula/d/docker-completion.rb @@ -11,7 +11,7 @@ class DockerCompletion < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "bec711e769cdf55d0f8ffa4e470d1e0e361a3eede07f23dc10833697030aae1b" + sha256 cellar: :any_skip_relocation, all: "b6225926f31892427b676d9a3316eb3f02b4a57631a247a8d1a0bcd907de5e1b" end conflicts_with cask: "docker" From 1697c9ad89c020fb8b91aa618cec748af812d7c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:19:52 +0000 Subject: [PATCH 00497/10074] tailscale: update livecheck --- Formula/t/tailscale.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/t/tailscale.rb b/Formula/t/tailscale.rb index 0eacaaabda1da..cf38a3cd79de8 100644 --- a/Formula/t/tailscale.rb +++ b/Formula/t/tailscale.rb @@ -9,6 +9,7 @@ class Tailscale < Formula livecheck do url :stable regex(/^v?(\d+(?:\.\d+)+)$/i) + strategy :github_latest end bottle do From 3edb9653173c12eccecb296775850bad8e6c0563 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 00:18:21 -0400 Subject: [PATCH 00498/10074] polaris 9.6.3 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/p/polaris.rb | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 Formula/p/polaris.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 58ce54e6f223e..25eb3b255c312 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2911,6 +2911,7 @@ podofo podsync poetry poke +polaris policy_sentry policy-engine polkit diff --git a/Formula/p/polaris.rb b/Formula/p/polaris.rb new file mode 100644 index 0000000000000..362d17f76c19e --- /dev/null +++ b/Formula/p/polaris.rb @@ -0,0 +1,44 @@ +class Polaris < Formula + desc "Validation of best practices in your Kubernetes clusters" + homepage "https://www.fairwinds.com/polaris" + url "https://github.com/FairwindsOps/polaris/archive/refs/tags/9.6.3.tar.gz" + sha256 "137169603f1c68b0da976bd7c2b876c3a7e06e281eccbaea2657c37b80988405" + license "Apache-2.0" + head "https://github.com/FairwindsOps/polaris.git", branch: "master" + + depends_on "go" => :build + + def install + system "go", "build", *std_go_args(ldflags: "-s -w -X main.Version=#{version} -X main.Commit=#{tap.user}") + + generate_completions_from_executable(bin/"polaris", "completion") + end + + test do + assert_match version.to_s, shell_output("#{bin}/polaris version") + + (testpath/"deployment.yaml").write <<~YAML + apiVersion: apps/v1 + kind: Deployment + metadata: + name: nginx + spec: + replicas: 1 + selector: + matchLabels: + app: nginx + template: + metadata: + labels: + app: nginx + spec: + containers: + - name: nginx + image: nginx:1.14.2 + resources: {} + YAML + + output = shell_output("#{bin}/polaris audit --format=json #{testpath}/deployment.yaml 2>&1", 1) + assert_match "try setting KUBERNETES_MASTER environment variable", output + end +end From 27070af83ae1f0a7b866f97ecdbbdb3c9eb6369b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 29 May 2025 21:20:41 -0700 Subject: [PATCH 00499/10074] breseq 0.39.0 (new formula) --- Formula/b/breseq.rb | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Formula/b/breseq.rb diff --git a/Formula/b/breseq.rb b/Formula/b/breseq.rb new file mode 100644 index 0000000000000..c3f40c0c18273 --- /dev/null +++ b/Formula/b/breseq.rb @@ -0,0 +1,42 @@ +class Breseq < Formula + desc "Computational pipeline for finding mutations in short-read DNA resequencing data" + homepage "https://barricklab.org/breseq" + url "https://github.com/barricklab/breseq/archive/refs/tags/v0.39.0.tar.gz" + sha256 "5aa1bd9af71899e1358cfb9b8440c16cc908f185d9178a401a5a4d3f0c7ee861" + license all_of: ["GPL-2.0-or-later", "MIT", "BSD-3-Clause"] + head "https://github.com/barricklab/breseq.git", branch: "master" + + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build + depends_on "bowtie2" + depends_on "r" + + uses_from_macos "zlib" + + def install + system "autoreconf", "--force", "--install", "--verbose" + system "./configure", "--disable-silent-rules", *std_configure_args + system "make" + system "make", "install" + end + + test do + resource "homebrew-test-gbk" do + url "https://raw.githubusercontent.com/barricklab/breseq/refs/tags/v0.39.0/tests/data/REL606/REL606.fragment.gbk" + sha256 "0e6edf3df46da73db9d07622316e0b9617e7a95faf87589bb0a7bc2393e2d92e" + end + + resource "homebrew-test-fastq" do + url "https://raw.githubusercontent.com/barricklab/breseq/refs/tags/v0.39.0/tests/data/REL606/REL606.fragment.2.fastq" + sha256 "79775ab79421d43b41087f256f99f38681af5421d1303b86e6e92a471edbb0fb" + end + + testpath.install resource("homebrew-test-gbk") + testpath.install resource("homebrew-test-fastq") + + assert_match version.to_s, shell_output("#{bin}/breseq --version") + system bin/"breseq", "-r", "REL606.fragment.gbk", "REL606.fragment.2.fastq" + assert_path_exists "output" + end +end From c0964935041ee27e9c09951c9007343d3c6307da Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 00:25:57 -0400 Subject: [PATCH 00500/10074] ktop 0.3.7 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/k/ktop.rb | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 Formula/k/ktop.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 58ce54e6f223e..7fea9b6267e13 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1827,6 +1827,7 @@ ksops ktexttemplate ktfmt ktoblzcheck +ktop ktor kty kube-bench diff --git a/Formula/k/ktop.rb b/Formula/k/ktop.rb new file mode 100644 index 0000000000000..68aacc60c1550 --- /dev/null +++ b/Formula/k/ktop.rb @@ -0,0 +1,24 @@ +class Ktop < Formula + desc "Top-like tool for your Kubernetes clusters" + homepage "https://github.com/vladimirvivien/ktop" + url "https://github.com/vladimirvivien/ktop/archive/refs/tags/v0.3.7.tar.gz" + sha256 "130b45bc2ee4faa8051a9139881e11fc6275269df8357300ea37ea8b5f96e64c" + license "Apache-2.0" + head "https://github.com/vladimirvivien/ktop.git", branch: "main" + + depends_on "go" => :build + + def install + ldflags = %W[ + -s -w + -X github.com/vladimirvivien/ktop/buildinfo.Version=#{version} + -X github.com/vladimirvivien/ktop/buildinfo.GitSHA=#{tap.user} + ] + system "go", "build", *std_go_args(ldflags:) + end + + test do + output = shell_output("#{bin}/ktop --all-namespaces 2>&1", 1) + assert_match "connection refused", output + end +end From 36df2ca08d41b705ee89069ec0b1e52531c8fab9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 04:28:22 +0000 Subject: [PATCH 00501/10074] aws-crt-cpp: update 0.32.8 bottle. --- Formula/a/aws-crt-cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-crt-cpp.rb b/Formula/a/aws-crt-cpp.rb index c1d1e204b682f..9365a44affc00 100644 --- a/Formula/a/aws-crt-cpp.rb +++ b/Formula/a/aws-crt-cpp.rb @@ -6,13 +6,13 @@ class AwsCrtCpp < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "be342b021befb62cd5a694ca686117ea85c0af471885e26466a47bf72d883422" - sha256 cellar: :any, arm64_sonoma: "74ac5f7efff46c59b31935ca03d0d7063c411b50de2b4939d530119a75221418" - sha256 cellar: :any, arm64_ventura: "fc88a49554a3a72ec58bc484fd62e426114a2b15b79d6fde877961d39248d225" - sha256 cellar: :any, sonoma: "b8ce093f82071b3bcaa18337e502b7829edabd9ba151eb942b465df2e1b8e615" - sha256 cellar: :any, ventura: "ebc0f23f72a243da45664c26bc6e42856b0bbec91ee7b4bbe088fe7ee32cc1c5" - sha256 cellar: :any_skip_relocation, arm64_linux: "5bca0fdb708fd6c29f21cf98aa44919a12c01cf8269e4360423193adcbe216bb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ddafbc15ae3d5760f5dc85ad88d720c54809f981e648bd767efc39bb91fe443" + sha256 cellar: :any, arm64_sequoia: "62bbaccce8159136f42ddfa91abae5b242371a8e640a7b1be9fb4bc84c910487" + sha256 cellar: :any, arm64_sonoma: "4460e396cdd8899104516f4dba6f6183784c5c9cc88101ab87235f5c15d3d892" + sha256 cellar: :any, arm64_ventura: "d1fcd9ced3bfc999164734eb16df9aa83cec301dc673a72cebb985e905945398" + sha256 cellar: :any, sonoma: "b10168d01be4c2922c92a129c8a8224418d8ff8490a303047555e6c2836d1e86" + sha256 cellar: :any, ventura: "9ca14a03b0362d39a633c6b0ec663f3449cab7aff41e7bf6d1d66589743e970f" + sha256 cellar: :any_skip_relocation, arm64_linux: "50f8c3c367f8eac1d7e23d82b242529a54c74afdcc44f3ebeebddf55ab994729" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4969f10a8061c23b37ca92da6296e9f8e7d25c766d1162eb8f6b67857dce8aa8" end depends_on "cmake" => :build From ace3ef4c2e63b9e5bfe6d170bb0dda89381d72f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 04:53:29 +0000 Subject: [PATCH 00502/10074] cargo-nextest 0.9.97 --- Formula/c/cargo-nextest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-nextest.rb b/Formula/c/cargo-nextest.rb index c5b39abe58faa..c629676c21d9d 100644 --- a/Formula/c/cargo-nextest.rb +++ b/Formula/c/cargo-nextest.rb @@ -1,8 +1,8 @@ class CargoNextest < Formula desc "Next-generation test runner for Rust" homepage "https://nexte.st" - url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.96.tar.gz" - sha256 "791e42ea5a5fe6c42713f68e7dab8a9bb769c7e38336262b9ae8d226631d95fe" + url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.97.tar.gz" + sha256 "0dadd3cd0e2b7556a29a577059e10591e14e632724ae1d019651383f6a0c5881" license "Apache-2.0" livecheck do From 204b4007ce9b8981337d11f66528de858a9a97c7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 01:11:20 -0400 Subject: [PATCH 00503/10074] nova 3.11.3 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/n/nova.rb | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 Formula/n/nova.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 58ce54e6f223e..c02ad6261567f 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2574,6 +2574,7 @@ notcurses noti notifiers notify +nova nox nping npm-check-updates diff --git a/Formula/n/nova.rb b/Formula/n/nova.rb new file mode 100644 index 0000000000000..8c20765a55101 --- /dev/null +++ b/Formula/n/nova.rb @@ -0,0 +1,26 @@ +class Nova < Formula + desc "Find outdated or deprecated Helm charts running in your cluster" + homepage "https://github.com/FairwindsOps/nova" + url "https://github.com/FairwindsOps/nova/archive/refs/tags/v3.11.3.tar.gz" + sha256 "5f70b5a904c773190e104776a42afd9b798f682b7f1bafc12c27818120a94911" + license "Apache-2.0" + head "https://github.com/FairwindsOps/nova.git", branch: "master" + + depends_on "go" => :build + + def install + system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version} -X main.commit=#{tap.user}") + + generate_completions_from_executable(bin/"nova", "completion") + end + + test do + assert_match version.to_s, shell_output("#{bin}/nova version") + + system bin/"nova", "generate-config", "--config=nova.yaml" + assert_match "chart-ignore-list: []", (testpath/"nova.yaml").read + + output = shell_output("#{bin}/nova find --helm 2>&1", 255) + assert_match "try setting KUBERNETES_MASTER environment variable", output + end +end From 9d99c240da2be1410dc6e6b492a91e7d01a6e5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 30 May 2025 01:21:00 -0400 Subject: [PATCH 00504/10074] incus 6.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- Formula/i/incus.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/incus.rb b/Formula/i/incus.rb index 0ea10efeb1774..f559cf8d5377f 100644 --- a/Formula/i/incus.rb +++ b/Formula/i/incus.rb @@ -1,8 +1,8 @@ class Incus < Formula desc "CLI client for interacting with Incus" homepage "https://linuxcontainers.org/incus" - url "https://linuxcontainers.org/downloads/incus/incus-6.12.tar.xz" - sha256 "c165077b150d175845199b5763643d1630e9afe9d02fa58be227a1ef00bf4abc" + url "https://linuxcontainers.org/downloads/incus/incus-6.13.tar.xz" + sha256 "531f4c38546bfa75c6dbbaebb8d609961d2c1738b06dfc12641dc26ba08ef17b" license "Apache-2.0" head "https://github.com/lxc/incus.git", branch: "main" From f650c024e6a625f4e5ccd5fab24afc95c5305b3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 05:36:27 +0000 Subject: [PATCH 00505/10074] cargo-nextest: update 0.9.97 bottle. --- Formula/c/cargo-nextest.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-nextest.rb b/Formula/c/cargo-nextest.rb index c629676c21d9d..36241f6951738 100644 --- a/Formula/c/cargo-nextest.rb +++ b/Formula/c/cargo-nextest.rb @@ -11,13 +11,13 @@ class CargoNextest < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1df24128be0538c2c92a37c49659221b5e5e6a8e00c0435b9cbe9cc130802038" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc3577773a71290304c818acf2336edfdce9d795adb7c2f87df15f2183246543" - sha256 cellar: :any_skip_relocation, arm64_ventura: "58b329265f415c35f41491a160e14c20bcf1573009d8217d93570f61ac70413c" - sha256 cellar: :any_skip_relocation, sonoma: "e9525c10ccb3f00e11c8a89d8c7d0f0c4cfe48c734a6196ab4ec2a87a76474f5" - sha256 cellar: :any_skip_relocation, ventura: "30f1ad4d3a71b68ae6e555ded63f2a1904bbfc693e077c6f31b6142721837bc2" - sha256 cellar: :any_skip_relocation, arm64_linux: "9d7380109a6afd95e56a6dd84556cc339f08f69dcb4c298eebcf7874276baf60" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da88a7d5d7c14fca9424ca38651dedc85f3dec4005ce331f9c64ded9daa17ba2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd7a97241f04142f6bdf40301a1fd6e38b1226ef09c03d65587b07ca8b823062" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a553d9ec91c1a6fcecc0dccd844383f3a780b76ee65e04ed43567ad2b013a77" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d22323de178f0667350e346be5ecfe6a28a0408a351f1387bc33cd1addb6506a" + sha256 cellar: :any_skip_relocation, sonoma: "5085a3ccd055015479ef1581bcb34dd9fa01a26420a413951522aa5cd7d3577d" + sha256 cellar: :any_skip_relocation, ventura: "321f51d61c71cc5d5a9cbc0f75ef6b65d97ebb23eed9ed996dd7e52ced78a8e9" + sha256 cellar: :any_skip_relocation, arm64_linux: "0e643fad7ea810f120c08acf161e2d1b01a178bfb789a3c3073c6d390cf2fa97" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d653430e5aca656aa66ac2376e2243c602e74bcec8541ded9b1c8b5be7df8fa6" end depends_on "rust" => :build From 1c1bdfc9c3b239ff5719d6aa154bf421bf970569 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 01:27:14 -0400 Subject: [PATCH 00506/10074] reckoner 6.1.0 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/r/reckoner.rb | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 Formula/r/reckoner.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 58ce54e6f223e..d16da35218b83 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3113,6 +3113,7 @@ readpe readsb rebar3 recc +reckoner recode recoverpy redict diff --git a/Formula/r/reckoner.rb b/Formula/r/reckoner.rb new file mode 100644 index 0000000000000..3937b5ff7a224 --- /dev/null +++ b/Formula/r/reckoner.rb @@ -0,0 +1,40 @@ +class Reckoner < Formula + desc "Declaratively install and manage multiple Helm chart releases" + homepage "https://github.com/FairwindsOps/reckoner" + url "https://github.com/FairwindsOps/reckoner/archive/refs/tags/v6.1.0.tar.gz" + sha256 "499d31ca10e1ab0e09a8ede5a8bf9adeab88d8d081f57ee30b1cc3f0864735b7" + license "Apache-2.0" + head "https://github.com/FairwindsOps/reckoner.git", branch: "master" + + depends_on "go" => :build + depends_on "helm" + + def install + system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version} -X main.commit=#{tap.user}") + + generate_completions_from_executable(bin/"reckoner", "completion") + end + + test do + assert_match version.to_s, shell_output("#{bin}/reckoner version") + + # Basic Reckoner course file + (testpath/"course.yaml").write <<~YAML + schema: v2 + namespace: test + repositories: + stable: + url: https://charts.helm.sh/stable + releases: + - name: nginx + namespace: test + chart: stable/nginx-ingress + version: 1.41.3 + values: + replicaCount: 1 + YAML + + output = shell_output("#{bin}/reckoner lint #{testpath}/course.yaml 2>&1") + assert_match "No schema validation errors found", output + end +end From 7658d06a509012f28f2736bc781659b78446c33e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 05:47:08 +0000 Subject: [PATCH 00507/10074] incus: update 6.13 bottle. --- Formula/i/incus.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/incus.rb b/Formula/i/incus.rb index f559cf8d5377f..f891b7a7e0b72 100644 --- a/Formula/i/incus.rb +++ b/Formula/i/incus.rb @@ -12,13 +12,13 @@ class Incus < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "96c0e9f8b692336ee8a2b5218997bdc50d128bb37aae72633425d8c5fd18b449" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "96c0e9f8b692336ee8a2b5218997bdc50d128bb37aae72633425d8c5fd18b449" - sha256 cellar: :any_skip_relocation, arm64_ventura: "96c0e9f8b692336ee8a2b5218997bdc50d128bb37aae72633425d8c5fd18b449" - sha256 cellar: :any_skip_relocation, sonoma: "b879970fef17805a567779870e95cb95134673e90deb27fe889474f0288c07cd" - sha256 cellar: :any_skip_relocation, ventura: "b879970fef17805a567779870e95cb95134673e90deb27fe889474f0288c07cd" - sha256 cellar: :any_skip_relocation, arm64_linux: "ebaff3260b927859e23d59d8b37d3a851fc5d34872e1cdb4e064cc3b51c9d3fb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1fca0ec9e0434f01409bc0e8809975f2c0fab3a3e7faac74a626257ec257df88" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3bdc48bce95df6d104b47f9ba711aa1c081f766ef4406cd3c08885a1cf1a4a37" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bdc48bce95df6d104b47f9ba711aa1c081f766ef4406cd3c08885a1cf1a4a37" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3bdc48bce95df6d104b47f9ba711aa1c081f766ef4406cd3c08885a1cf1a4a37" + sha256 cellar: :any_skip_relocation, sonoma: "67e833805710c09473bc79af83e5edaeb8255ea06a3f88d50c332d11d9371bd1" + sha256 cellar: :any_skip_relocation, ventura: "67e833805710c09473bc79af83e5edaeb8255ea06a3f88d50c332d11d9371bd1" + sha256 cellar: :any_skip_relocation, arm64_linux: "f101bb4910914279308ea2f986ad6198e41ed682e97e7f72b68714036a5f686b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "afff4caa5fa1ad78ef45457eaae66cf0c77e50cd9470d5803f6ab2855cc3015f" end depends_on "go" => :build From 4c0598043178aaae259e983a227611f29227b5c9 Mon Sep 17 00:00:00 2001 From: MoonFruit Date: Fri, 30 May 2025 13:58:29 +0800 Subject: [PATCH 00508/10074] dbhash 3.50.0 --- Formula/d/dbhash.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/dbhash.rb b/Formula/d/dbhash.rb index b14d6d7379c1e..407a3dbe9d78c 100644 --- a/Formula/d/dbhash.rb +++ b/Formula/d/dbhash.rb @@ -1,9 +1,9 @@ class Dbhash < Formula desc "Computes the SHA1 hash of schema and content of a SQLite database" homepage "https://www.sqlite.org/dbhash.html" - url "https://www.sqlite.org/2025/sqlite-src-3490200.zip" - version "3.49.2" - sha256 "c3101978244669a43bc09f44fa21e47a4e25cdf440f1829e9eff176b9a477862" + url "https://www.sqlite.org/2025/sqlite-src-3500000.zip" + version "3.50.0" + sha256 "af673f28f69b572b49bb1558c4f191fd66e31acb949468ad2b01b2b6ed8043a2" license "blessing" livecheck do From f6cccc251612eda25308ad9f6af229914808c583 Mon Sep 17 00:00:00 2001 From: MoonFruit Date: Fri, 30 May 2025 13:58:42 +0800 Subject: [PATCH 00509/10074] lemon 3.50.0 --- Formula/l/lemon.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/l/lemon.rb b/Formula/l/lemon.rb index 7b335b3d7bea6..16bcae42acc2a 100644 --- a/Formula/l/lemon.rb +++ b/Formula/l/lemon.rb @@ -1,9 +1,9 @@ class Lemon < Formula desc "LALR(1) parser generator like yacc or bison" homepage "https://www.hwaci.com/sw/lemon/" - url "https://www.sqlite.org/2025/sqlite-src-3490200.zip" - version "3.49.2" - sha256 "c3101978244669a43bc09f44fa21e47a4e25cdf440f1829e9eff176b9a477862" + url "https://www.sqlite.org/2025/sqlite-src-3500000.zip" + version "3.50.0" + sha256 "af673f28f69b572b49bb1558c4f191fd66e31acb949468ad2b01b2b6ed8043a2" license "blessing" livecheck do From 20b2d3fc6cad07c3fc0f8ae29a98071dc7db0284 Mon Sep 17 00:00:00 2001 From: MoonFruit Date: Fri, 30 May 2025 13:58:56 +0800 Subject: [PATCH 00510/10074] sqldiff 3.5.0 --- Formula/s/sqldiff.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sqldiff.rb b/Formula/s/sqldiff.rb index 7ae480753b6a7..57080e7528c04 100644 --- a/Formula/s/sqldiff.rb +++ b/Formula/s/sqldiff.rb @@ -1,9 +1,9 @@ class Sqldiff < Formula desc "Displays the differences between SQLite databases" homepage "https://www.sqlite.org/sqldiff.html" - url "https://www.sqlite.org/2025/sqlite-src-3490200.zip" - version "3.49.2" - sha256 "c3101978244669a43bc09f44fa21e47a4e25cdf440f1829e9eff176b9a477862" + url "https://www.sqlite.org/2025/sqlite-src-3500000.zip" + version "3.50.0" + sha256 "af673f28f69b572b49bb1558c4f191fd66e31acb949468ad2b01b2b6ed8043a2" license "blessing" livecheck do From e72773b3d1da0d17130f38a3952490085f2fc2be Mon Sep 17 00:00:00 2001 From: MoonFruit Date: Fri, 30 May 2025 13:59:06 +0800 Subject: [PATCH 00511/10074] sqlite-analyzer 3.50.0 --- Formula/s/sqlite-analyzer.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sqlite-analyzer.rb b/Formula/s/sqlite-analyzer.rb index 533dfa48f11df..4e78127732723 100644 --- a/Formula/s/sqlite-analyzer.rb +++ b/Formula/s/sqlite-analyzer.rb @@ -1,9 +1,9 @@ class SqliteAnalyzer < Formula desc "Analyze how space is allocated inside an SQLite file" homepage "https://www.sqlite.org/" - url "https://www.sqlite.org/2025/sqlite-src-3490200.zip" - version "3.49.2" - sha256 "c3101978244669a43bc09f44fa21e47a4e25cdf440f1829e9eff176b9a477862" + url "https://www.sqlite.org/2025/sqlite-src-3500000.zip" + version "3.50.0" + sha256 "af673f28f69b572b49bb1558c4f191fd66e31acb949468ad2b01b2b6ed8043a2" license "blessing" livecheck do From 5f8073602235de4ee5bb249f7795dbb090b674f2 Mon Sep 17 00:00:00 2001 From: MoonFruit Date: Fri, 30 May 2025 13:59:17 +0800 Subject: [PATCH 00512/10074] sqlite 3.50.0 --- Formula/s/sqlite.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sqlite.rb b/Formula/s/sqlite.rb index 5c20866730973..d387718cb6808 100644 --- a/Formula/s/sqlite.rb +++ b/Formula/s/sqlite.rb @@ -1,9 +1,9 @@ class Sqlite < Formula desc "Command-line interface for SQLite" homepage "https://sqlite.org/index.html" - url "https://www.sqlite.org/2025/sqlite-autoconf-3490200.tar.gz" - version "3.49.2" - sha256 "5c6d8697e8a32a1512a9be5ad2b2e7a891241c334f56f8b0fb4fc6051e1652e8" + url "https://www.sqlite.org/2025/sqlite-autoconf-3500000.tar.gz" + version "3.50.0" + sha256 "3bc776a5f243897415f3b80fb74db3236501d45194c75c7f69012e4ec0128327" license "blessing" livecheck do From 7fd790d245febabc663ca6349c6f39394d4e5a68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 06:04:44 +0000 Subject: [PATCH 00513/10074] gstreamer: update 1.26.2 bottle. --- Formula/g/gstreamer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gstreamer.rb b/Formula/g/gstreamer.rb index ffe3c9feec971..be3f0494bfb67 100644 --- a/Formula/g/gstreamer.rb +++ b/Formula/g/gstreamer.rb @@ -24,13 +24,13 @@ class Gstreamer < Formula end bottle do - sha256 arm64_sequoia: "ed81e3cb4bc2dc80f6cd7e0200df0a9de9c6ff610ceec01bef615a4813d47fb2" - sha256 arm64_sonoma: "ac317c901604ed40ff2c366ad0072dd17146273af06d5246b4fb12f5ae9c71f7" - sha256 arm64_ventura: "f6f7249e9298afab0c420b9d508fb057eda61e444666adec2153cbd94af3d57d" - sha256 sonoma: "b66228ea4e50d15ee1767a59ef374bdeff5aadb5806669dfae5b00a6205d105f" - sha256 ventura: "6bf802620b0b5d00379407b695fad4bb61c1f14449a9c8cd16cd3d9742be84c4" - sha256 arm64_linux: "83b6b8e873f8218902efe7b67a0e2153df109879762774d8e66a860cfd92072e" - sha256 x86_64_linux: "69ab9ecce839e04132c3903022de3372763474182f198a70b677b7a64f373d8f" + sha256 arm64_sequoia: "4725d81f057d92f0419e0620cb91ff720724f25d1394a7b4c83953a36cb7c6c4" + sha256 arm64_sonoma: "13ed02e6b0f3dfc35b220b240de367a1a455613d358f4f6d5fc8f03c7adf687e" + sha256 arm64_ventura: "2860d106a00a9892ca2a2b4b0a255b3301227a0bcb164a719349f279759d7c2e" + sha256 sonoma: "94e44959d4a1ea612cbbf6d68f8179f6e40fa8a9a98a42cc0361516fe584203b" + sha256 ventura: "f7a85d389c84b8f104d00f3c82ae36f885d3659e561833d7e82541f416c4ccec" + sha256 arm64_linux: "399c4b5ef7a4c2d4210a5c1eddc91b2536498808593f28429940e6adaf0bf47d" + sha256 x86_64_linux: "de9e80affa2bfc3432ebcf668bd3c9a34575943be75c71cea33ebd0a47d2b9dc" end head do From f27b4d4541608a29f52610c59b067eb352309c30 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 07:49:15 +0000 Subject: [PATCH 00514/10074] apko 0.27.9 --- Formula/a/apko.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/apko.rb b/Formula/a/apko.rb index f8659c12321d3..fb27bc7aa0552 100644 --- a/Formula/a/apko.rb +++ b/Formula/a/apko.rb @@ -1,8 +1,8 @@ class Apko < Formula desc "Build OCI images from APK packages directly without Dockerfile" homepage "https://github.com/chainguard-dev/apko" - url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.27.7.tar.gz" - sha256 "f487a11826bc7ac06044c0a3e7eddb5ad52568c7088affd11d6be526258449f7" + url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.27.9.tar.gz" + sha256 "8fed1401cf5010edc73aa8d47323fe5d35dcfac573a461e64cf729fadf8afbb4" license "Apache-2.0" head "https://github.com/chainguard-dev/apko.git", branch: "main" From ed81af0e359437237fe4cfe9fe7126c77697247a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 07:53:16 +0000 Subject: [PATCH 00515/10074] cdk8s 2.200.85 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 36c8923ab62f3..24c03f4b8f4dc 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.84.tgz" - sha256 "f8f5460ae91098d288fc736578c3093cd484c283bfa514b975a5e7192a1aee32" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.85.tgz" + sha256 "69c742ea78635e91068518b696c36122ae3847ceaccfb33a61f5ab3dd1c50ae7" license "Apache-2.0" bottle do From b1e8fb9ca1a8cfbb2f4f58e5c96ab2b9336d7bf7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 07:57:34 +0000 Subject: [PATCH 00516/10074] dockcheck 0.6.6 --- Formula/d/dockcheck.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dockcheck.rb b/Formula/d/dockcheck.rb index 505e74c82176b..d3f6b11a4c32a 100644 --- a/Formula/d/dockcheck.rb +++ b/Formula/d/dockcheck.rb @@ -1,8 +1,8 @@ class Dockcheck < Formula desc "CLI tool to automate docker image updates" homepage "https://github.com/mag37/dockcheck" - url "https://github.com/mag37/dockcheck/archive/refs/tags/v0.6.5.tar.gz" - sha256 "1bba0dbbb02942a5b9d357add210b4d862f0e2188cd20876bdb59be06c407dbb" + url "https://github.com/mag37/dockcheck/archive/refs/tags/v0.6.6.tar.gz" + sha256 "1081220968eeeffe2a701856394a6368250cdecd19b84ee8f008003eb591bd9a" license "GPL-3.0-only" head "https://github.com/mag37/dockcheck.git", branch: "main" From 554cf13bbed4258556bedb2623610d80dc2d3dd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 08:03:37 +0000 Subject: [PATCH 00517/10074] hebcal 5.9.2 --- Formula/h/hebcal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hebcal.rb b/Formula/h/hebcal.rb index 0f5f8663fffb8..dcfd371c8ec68 100644 --- a/Formula/h/hebcal.rb +++ b/Formula/h/hebcal.rb @@ -1,8 +1,8 @@ class Hebcal < Formula desc "Perpetual Jewish calendar for the command-line" homepage "https://github.com/hebcal/hebcal" - url "https://github.com/hebcal/hebcal/archive/refs/tags/v5.9.1.tar.gz" - sha256 "9e8be053508020300387ec820cf53ea83a3110a2adc26085a3f2577f83fd801e" + url "https://github.com/hebcal/hebcal/archive/refs/tags/v5.9.2.tar.gz" + sha256 "f0bef60b67baf01e82300b72d84d8f0c08414d7c292bc4cd494cc8b1e735015d" license "GPL-2.0-or-later" head "https://github.com/hebcal/hebcal.git", branch: "main" From b29105edcfccb21a18dafb4ebac08677c198cca7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 08:05:14 +0000 Subject: [PATCH 00518/10074] jackett 0.22.1971 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 07ccb9a5cd10e..93c0e6a7279d9 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1967.tar.gz" - sha256 "f33782bb360abcb9535b9902029acab10cd772ce4267bf9ad418f8c862a3ce0b" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1971.tar.gz" + sha256 "4d4fd1f3097dbd65c3713ec6fbf88b87144edf811f53dec3445e81c51041d965" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 85d553b6ddb284108759e45e53830289d70d431f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 08:09:26 +0000 Subject: [PATCH 00519/10074] libzzip 0.13.80 --- Formula/lib/libzzip.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libzzip.rb b/Formula/lib/libzzip.rb index 63324fd939696..d6c7e81200fa2 100644 --- a/Formula/lib/libzzip.rb +++ b/Formula/lib/libzzip.rb @@ -1,8 +1,8 @@ class Libzzip < Formula desc "Library providing read access on ZIP-archives" homepage "https://github.com/gdraheim/zziplib" - url "https://github.com/gdraheim/zziplib/archive/refs/tags/v0.13.79.tar.gz" - sha256 "ed6f3017bb353b4a8f730c31a2fa065adb2d264c00d922aada48a5893eda26e4" + url "https://github.com/gdraheim/zziplib/archive/refs/tags/v0.13.80.tar.gz" + sha256 "21f40d111c0f7a398cfee3b0a30b20c5d92124b08ea4290055fbfe7bdd53a22c" license any_of: ["LGPL-2.0-or-later", "MPL-1.1"] bottle do From 4ff1cc1e5bffd53e25ce505ad470f3de4cfc5741 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 08:19:53 +0000 Subject: [PATCH 00520/10074] readsb 3.14.1680 --- Formula/r/readsb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index ba7dfb5f4f0d2..68176bcb7cafe 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -1,8 +1,8 @@ class Readsb < Formula desc "ADS-B decoder swiss knife" homepage "https://github.com/wiedehopf/readsb" - url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1679.tar.gz" - sha256 "1d4e3c644236e17efdb90feff83d6df4d7c6199719fb1fb961cd3543976b7f27" + url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1680.tar.gz" + sha256 "baa69ef8124548857d6da3b3cf976a43aba7860f4c60a0d9b256ea8c0cd93838" license "GPL-3.0-or-later" bottle do From 6f30b21d33827413cfd264df08179ee8817e2456 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 08:20:10 +0000 Subject: [PATCH 00521/10074] release-it 19.0.3 --- Formula/r/release-it.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/release-it.rb b/Formula/r/release-it.rb index 6d43623212993..58e34c89601bc 100644 --- a/Formula/r/release-it.rb +++ b/Formula/r/release-it.rb @@ -1,8 +1,8 @@ class ReleaseIt < Formula desc "Generic CLI tool to automate versioning and package publishing related tasks" homepage "https://github.com/release-it/release-it" - url "https://registry.npmjs.org/release-it/-/release-it-19.0.2.tgz" - sha256 "01479d1ce2790bb3cd627b30aa76a4330aa6e9e33d0c866520fc6e9d3dd68690" + url "https://registry.npmjs.org/release-it/-/release-it-19.0.3.tgz" + sha256 "f7e8ed7e8b3918cb4311c7b7702acaace6f93a7b602c0535642d7f1abc9dedfd" license "MIT" livecheck do From d669d0d57b8b2de4c3aafc08b7530399ab203148 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 08:20:28 +0000 Subject: [PATCH 00522/10074] renovate 40.36.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index f0c20b2a00da9..12dfcf1ffb8c4 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.35.0.tgz" - sha256 "9828a1644e863363de4db492d9204de00df3579153f05861ac5e20d069bc16b9" + url "https://registry.npmjs.org/renovate/-/renovate-40.36.0.tgz" + sha256 "5edae7475b74072ba039d128637a6d0dbec9e81cdc8ae733e1650c48aa9c470c" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 87ef76db584ab279d0732959ac9812251330b711 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 08:20:46 +0000 Subject: [PATCH 00523/10074] rhai 1.22.0 --- Formula/r/rhai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rhai.rb b/Formula/r/rhai.rb index 20c7d0ab783b9..31724d4059055 100644 --- a/Formula/r/rhai.rb +++ b/Formula/r/rhai.rb @@ -1,8 +1,8 @@ class Rhai < Formula desc "Embedded scripting language for Rust" homepage "https://rhai.rs/" - url "https://github.com/rhaiscript/rhai/archive/refs/tags/v1.21.0.tar.gz" - sha256 "11b1303830b95efe153c8fcab25628b8304b31f4c2b8ecd0791979800db19e49" + url "https://github.com/rhaiscript/rhai/archive/refs/tags/v1.22.0.tar.gz" + sha256 "16c60ab5428e4ef1e4df55edb43914dd7f4fcee5615b3399b1a96aa2e9d9fe79" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/rhaiscript/rhai.git", branch: "main" From 06ea9db3b709d78d57a8154ea2e1575ff93955d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 08:26:17 +0000 Subject: [PATCH 00524/10074] tmuxai 1.0.4 --- Formula/t/tmuxai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tmuxai.rb b/Formula/t/tmuxai.rb index 4a9d1f381ee76..9b3185a81cced 100644 --- a/Formula/t/tmuxai.rb +++ b/Formula/t/tmuxai.rb @@ -1,8 +1,8 @@ class Tmuxai < Formula desc "AI-powered, non-intrusive terminal assistant" homepage "https://tmuxai.dev/" - url "https://github.com/alvinunreal/tmuxai/archive/refs/tags/v1.0.3.tar.gz" - sha256 "731bd76515d3ddef1d8c9582c5e35fb382c3137a97b72802c4ea8b1da859c97e" + url "https://github.com/alvinunreal/tmuxai/archive/refs/tags/v1.0.4.tar.gz" + sha256 "638679407e84f6a95169227e02282d2553307ed1d8aa99f47a6bb59056343fdb" license "Apache-2.0" bottle do From ac0ce81e14f87a4e87903c998ee792fa394d6c7e Mon Sep 17 00:00:00 2001 From: Simon Whitty Date: Fri, 30 May 2025 20:30:20 +1000 Subject: [PATCH 00525/10074] swiftdraw 0.22.0 --- Formula/s/swiftdraw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swiftdraw.rb b/Formula/s/swiftdraw.rb index 5df509920b0a7..119eaef7dc9e0 100644 --- a/Formula/s/swiftdraw.rb +++ b/Formula/s/swiftdraw.rb @@ -1,8 +1,8 @@ class Swiftdraw < Formula desc "Convert SVG into PDF, PNG, JPEG or SF Symbol" homepage "https://github.com/swhitty/SwiftDraw" - url "https://github.com/swhitty/SwiftDraw/archive/refs/tags/0.21.0.tar.gz" - sha256 "83a08fc68cbae050b9c484b18ffb2909fbd774281625c5509fd0ec8127f8c813" + url "https://github.com/swhitty/SwiftDraw/archive/refs/tags/0.22.0.tar.gz" + sha256 "072f68d7dc5481fb4139b5f437db6a388014deb34ae11eefd8729de565f431f7" license "Zlib" head "https://github.com/swhitty/SwiftDraw.git", branch: "main" From d74ff338d55fa9d456ff03c2a3bcaaf8db119f09 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 10:50:57 +0000 Subject: [PATCH 00526/10074] aws-cdk 2.1017.1 --- Formula/a/aws-cdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index 7ca63155b772c..386e965250dbb 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -1,8 +1,8 @@ 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.1017.0.tgz" - sha256 "095f4452d6becff5a1d86cae902e5b27e1c093548e03cbb69c71588cfa174219" + url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1017.1.tgz" + sha256 "2a10b74b689a7eff92195a162da6a46c4ed454524340da773dc488dfae9242d5" license "Apache-2.0" bottle do From fe038867d86b4191efc7c09426a85542e7736cc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 10:51:23 +0000 Subject: [PATCH 00527/10074] ballerina 2201.12.6 --- Formula/b/ballerina.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/ballerina.rb b/Formula/b/ballerina.rb index a9e077afd721e..4a992d330b654 100644 --- a/Formula/b/ballerina.rb +++ b/Formula/b/ballerina.rb @@ -1,8 +1,8 @@ class Ballerina < Formula desc "Programming Language for Network Distributed Applications" homepage "https://ballerina.io" - url "https://dist.ballerina.io/downloads/2201.12.5/ballerina-2201.12.5-swan-lake.zip" - sha256 "30c4d176b152f3a174301ff15fd9ec7e71ec3c1e0f2e1517e590fb60559d21b5" + url "https://dist.ballerina.io/downloads/2201.12.6/ballerina-2201.12.6-swan-lake.zip" + sha256 "7ff0a6c7a686adf4aac0fde581014646757bd6c298248843bdbb35ac03a7abaf" license "Apache-2.0" # The Downloads and Installation Options pages don't include any version From 8787eaaff154051d025ca555839cf3daad0503bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 10:52:20 +0000 Subject: [PATCH 00528/10074] broot 1.46.5 --- Formula/b/broot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/broot.rb b/Formula/b/broot.rb index 2e7badab2bb5a..06f7b4bafd5b4 100644 --- a/Formula/b/broot.rb +++ b/Formula/b/broot.rb @@ -1,8 +1,8 @@ class Broot < Formula desc "New way to see and navigate directory trees" homepage "https://dystroy.org/broot/" - url "https://github.com/Canop/broot/archive/refs/tags/v1.46.4.tar.gz" - sha256 "d0080fb6f959ca8978b3930513f72df7a6ef6bc9c204ff499458961c5671c67b" + url "https://github.com/Canop/broot/archive/refs/tags/v1.46.5.tar.gz" + sha256 "730f07fd8450476204878f42c27b1db4f965053c2da5a602eae8f2764c5b92ce" license "MIT" head "https://github.com/Canop/broot.git", branch: "master" From 151665b64e29854fc8d6ac7c8c6ef3ea35360805 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 10:54:19 +0000 Subject: [PATCH 00529/10074] codesnap 0.12.7 --- Formula/c/codesnap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/codesnap.rb b/Formula/c/codesnap.rb index 883ce663fb735..7c69d0e822584 100644 --- a/Formula/c/codesnap.rb +++ b/Formula/c/codesnap.rb @@ -1,8 +1,8 @@ class Codesnap < Formula desc "Generates code snapshots in various formats" homepage "https://github.com/codesnap-rs/codesnap" - url "https://github.com/codesnap-rs/codesnap/archive/refs/tags/v0.12.5.tar.gz" - sha256 "8b8fe2760ff373e5b3efdce684470399453c7313c554f1fa33b19c94804f56a9" + url "https://github.com/codesnap-rs/codesnap/archive/refs/tags/v0.12.7.tar.gz" + sha256 "e0cbcf6734582876d139f2ee2e6c1f26dd765552e0102f5f2c1cddd9cc5b3caf" license "MIT" head "https://github.com/codesnap-rs/codesnap.git", branch: "main" From c78c012e57cd837f33f0af74ebd4774b8ce26306 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 10:59:54 +0000 Subject: [PATCH 00530/10074] hcloud 1.51.0 --- Formula/h/hcloud.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hcloud.rb b/Formula/h/hcloud.rb index 8a8516bc2ad8d..278a3256b22bf 100644 --- a/Formula/h/hcloud.rb +++ b/Formula/h/hcloud.rb @@ -1,8 +1,8 @@ class Hcloud < Formula desc "Command-line interface for Hetzner Cloud" homepage "https://github.com/hetznercloud/cli" - url "https://github.com/hetznercloud/cli/archive/refs/tags/v1.50.0.tar.gz" - sha256 "61fb1823a176ec77c102c30b3a7de50c67df7eda6dd8a3bf1f17c882e8c78011" + url "https://github.com/hetznercloud/cli/archive/refs/tags/v1.51.0.tar.gz" + sha256 "530b5925a93da73b7f346e61ff7f8742fae400cd6dfaa1374963b1adbe594138" license "MIT" head "https://github.com/hetznercloud/cli.git", branch: "main" From 74d77e0918931a373d2eced6ece01c4672a91ce8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 11:01:00 +0000 Subject: [PATCH 00531/10074] huggingface-cli 0.32.3 --- Formula/h/huggingface-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index 3f19f1e485577..edd21d3d26185 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -3,8 +3,8 @@ class HuggingfaceCli < Formula desc "Client library for huggingface.co hub" homepage "https://huggingface.co/docs/huggingface_hub/index" - url "https://files.pythonhosted.org/packages/d0/76/44f7025d1b3f29336aeb7324a57dd7c19f7c69f6612b7637b39ac7c17302/huggingface_hub-0.32.2.tar.gz" - sha256 "64a288b1eadad6b60bbfd50f0e52fd6cfa2ef77ab13c3e8a834a038ae929de54" + url "https://files.pythonhosted.org/packages/59/74/c4961b31e0f142a032ea24f477c3a7524dfabfd8126398a968b3cc6bf804/huggingface_hub-0.32.3.tar.gz" + sha256 "752c889ebf3a63cbd39803f6d87ccc135a463bbcb36abfa2faff0ccbf1cec087" license "Apache-2.0" bottle do From cbf9bc4a9c125e09af363163c6070f39f4a5a062 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 11:02:19 +0000 Subject: [PATCH 00532/10074] jsrepo 2.3.0 --- Formula/j/jsrepo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 62b161b1d4e15..d107a571efe78 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -1,8 +1,8 @@ class Jsrepo < Formula desc "Build and distribute your code" homepage "https://jsrepo.dev/" - url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.2.2.tgz" - sha256 "f112c40c76a816ce57c90c169b3012737a823416e44247db54f7cb8146d09645" + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.3.0.tgz" + sha256 "17ea7dae5f11c243218ef89ebacc8b824eb39da01eb8763505e1d3917ce205ea" license "MIT" bottle do From 4c694a4ad3aef972e905bb6b4fb9df2f3663e127 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 11:02:42 +0000 Subject: [PATCH 00533/10074] karmadactl 1.13.3 --- Formula/k/karmadactl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/karmadactl.rb b/Formula/k/karmadactl.rb index 49ef103ce60f3..09e56d8c5977d 100644 --- a/Formula/k/karmadactl.rb +++ b/Formula/k/karmadactl.rb @@ -1,8 +1,8 @@ class Karmadactl < Formula desc "CLI for Karmada control plane" homepage "https://karmada.io/" - url "https://github.com/karmada-io/karmada/archive/refs/tags/v1.13.2.tar.gz" - sha256 "a5318a196437728b381802bc46237d9b7b6563a3259a19eba85c1e4de03ad425" + url "https://github.com/karmada-io/karmada/archive/refs/tags/v1.13.3.tar.gz" + sha256 "c656e3b4a530cb0ff035f86d7b82775e6cfbc74dad9da451df0c60752b929eb1" license "Apache-2.0" head "https://github.com/karmada-io/karmada.git", branch: "master" From 48bef8668d6441bfb8a8904d11d52b67db70791a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 11:08:37 +0000 Subject: [PATCH 00534/10074] flang: update 20.1.6 bottle. --- Formula/f/flang.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flang.rb b/Formula/f/flang.rb index 74da907d97e2e..3d8e944d71c3d 100644 --- a/Formula/f/flang.rb +++ b/Formula/f/flang.rb @@ -12,13 +12,13 @@ class Flang < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "32d63c4ed77ff6a5c557d74733a969ba91fed1cfa737d42a0fb0c5d4fc25ea3e" - sha256 cellar: :any, arm64_sonoma: "514de9aaf872284f76c4e7d22403eac1c48ff607f07928d49b4d3203ba43b6cb" - sha256 cellar: :any, arm64_ventura: "657165331ae911922492822b293fbd6849e021b1bdf76cc92442fb15a82aa839" - sha256 cellar: :any, sonoma: "81771e2f47c29463986f5b11d980ba365cd939627dbfaa1a36668ab05e45af08" - sha256 cellar: :any, ventura: "ed1b39f1a0275b4e8f654be205f3d4497c35209f8f63a69bca8a822a91313134" - sha256 cellar: :any_skip_relocation, arm64_linux: "9622deed409b37f853bb9f27da249e40f622516008dd4a94afc29b4ce29fc8d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "82f99e0b6a126255154795ae0414948fd5c741dd6c2f7ed3aa87ec7f1a7447a7" + sha256 cellar: :any, arm64_sequoia: "e2dffbd184b8187d06e66faf18857b26cafbaabf4ad6945d68c3e79c14b0fa38" + sha256 cellar: :any, arm64_sonoma: "a3c64ae3ef0f877d1b2dfffadedbebfed617c4db837eb9e9c217cb3174c020c0" + sha256 cellar: :any, arm64_ventura: "e18023329a7713c0e18e1896dcf5712263dfd41c6f7094a8aa0914dab16fb5c7" + sha256 cellar: :any, sonoma: "6fe93ab1133797d5d400722e41e0027863205fc47cd89feb474b16f3b59344ee" + sha256 cellar: :any, ventura: "a098c82dee5c5d891d4eac9dd5c1147adac9bd1cfa4087da1258ca7470af3ffa" + sha256 cellar: :any_skip_relocation, arm64_linux: "7aaf2efb853239893c950deb1ab2c191d55a226ab0bbdfef408d20f7a227de28" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4966160fbc9576de88c6bd021d943e2b75e1e8813cb6e36dbee309d8e00fe5ac" end depends_on "cmake" => :build From f29ab1eb16ddc5fc6eb31be27d03db3d0891608b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 11:08:37 +0000 Subject: [PATCH 00535/10074] lld: update 20.1.6 bottle. --- Formula/l/lld.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lld.rb b/Formula/l/lld.rb index adacf4a5c29c5..c38c255e2a124 100644 --- a/Formula/l/lld.rb +++ b/Formula/l/lld.rb @@ -12,13 +12,13 @@ class Lld < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "fedbf975ebd0c2fd5ae881ec0933a27e4e454bc815f8945a1b762ba5635e2f90" - sha256 cellar: :any, arm64_sonoma: "ad1c57e5c676c602f3237009015bbc2dde283383fa155ebeccc753498580e853" - sha256 cellar: :any, arm64_ventura: "c32c92624d5b76a5b3ed58461c69b5a3acf99045fce95bbabed4dd587bf60de7" - sha256 cellar: :any, sonoma: "3d7d13c65b4c1f04a6af8f198a172c348d0c43d11162f7210aaa25e16c9892d5" - sha256 cellar: :any, ventura: "411fa414a7fb79b47b5a881dc1f8910c8857fa70696fb51f66685dd842aae061" - sha256 cellar: :any_skip_relocation, arm64_linux: "a19135c3e23f345421ee614701a38a57d8a57b15f3f7756e60ec0c020e7af328" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b654a588a1873f6d444ecbbcf1ce526f286fc268cc10928288d14df70b3494ca" + sha256 cellar: :any, arm64_sequoia: "2564e9be40a6aff7d6800e1e219400c8803b225b34839ba26364b3b0db7ba798" + sha256 cellar: :any, arm64_sonoma: "d6af607ca19c997dff1ea41b35238b4a637043b0326bb81031bafbcea22cbc4c" + sha256 cellar: :any, arm64_ventura: "8c615f9517f8baa9b21dda45d91be558d4c63d258e7f62770404dcd2421cb00e" + sha256 cellar: :any, sonoma: "ab5a69c851d0f59c6d30a0fef45350e0ae30c949115fffd5b3596974808a0009" + sha256 cellar: :any, ventura: "adb569d9f86e970fcf10cc59323ecc73f7bb08a05cdb20ba5fbf3fd90fac4629" + sha256 cellar: :any_skip_relocation, arm64_linux: "8259b10a4850df22dd34480617f68e86cc88d8df145c0d571852396643731ba7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c8d978f7fdee44c8479ed3e87491eb0bfb9d4d86f7f8f5ddf57bd0e3f98d236b" end depends_on "cmake" => :build From c94ba2638dbab41f5500e6c434f3e1aa0325100f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 11:08:37 +0000 Subject: [PATCH 00536/10074] llvm: update 20.1.6 bottle. --- Formula/l/llvm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llvm.rb b/Formula/l/llvm.rb index da55c76ebf2d6..7c77b7e06aa65 100644 --- a/Formula/l/llvm.rb +++ b/Formula/l/llvm.rb @@ -14,13 +14,13 @@ class Llvm < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2dae1422e8950ffa74b7c21f4ed9f7efc6f167e2a482d59812c6fbca064150c4" - sha256 cellar: :any, arm64_sonoma: "8605a09ce3e0b67552d01342c065f2578c0fa553401a45eab180a3c9f0d1c192" - sha256 cellar: :any, arm64_ventura: "31b99eaa957b696651cc39bce62f8a861362a27a07b2823301f6af8aca39fc08" - sha256 cellar: :any, sonoma: "6c393355df0527bdad15c22bb4e7ce64c33318301e81a2f80fb386c78749f214" - sha256 cellar: :any, ventura: "0561b6795b3367bc1953ab31de32f32f6482082e3e03618d5087870cc62c3c4f" - sha256 cellar: :any_skip_relocation, arm64_linux: "bf1206df5d93887d4291ae9f91a8881337db1720292bc0f4cfd6ddd0c4f9a1f2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "68bb49a14abcdfe92dd6dcd2b936df43329ddc3001fd2f14d677ce2626b9f7fd" + sha256 cellar: :any, arm64_sequoia: "7e0a7283fd000753a1fb25c2dd276c1585076ce7267a06c4d48bcd170334f571" + sha256 cellar: :any, arm64_sonoma: "3ddf94728a21e2086456cf811201574face0ae12b65a8afbc93b678b90806ccf" + sha256 cellar: :any, arm64_ventura: "e4c58f8ddcaf47869f1a411f4716d8048014157c1bfb1b45fddebcf7637460b7" + sha256 cellar: :any, sonoma: "8f2d23c255749468b8be052b8c0e51a381908d782ea41ba001d3ef00f2b3418c" + sha256 cellar: :any, ventura: "615bebeab4dadce6e0ec95df15b986022bcc403d8e1e1dc6267ecdb5f627b95b" + sha256 cellar: :any_skip_relocation, arm64_linux: "7204edd9a15fb1f5c57c547361b71ffb0d83051346fa729fe301d997729b01e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ce62255e430567f1391010cc3b052ebd39f681d63123ca41b61609109de1b6eb" end keg_only :provided_by_macos From 466e581faf659e9d3d87bca1f620d8cb196d14c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 11:08:37 +0000 Subject: [PATCH 00537/10074] wasi-runtimes: update 20.1.6 bottle. --- Formula/w/wasi-runtimes.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasi-runtimes.rb b/Formula/w/wasi-runtimes.rb index b665aa442a842..07e8f605c7023 100644 --- a/Formula/w/wasi-runtimes.rb +++ b/Formula/w/wasi-runtimes.rb @@ -11,13 +11,13 @@ class WasiRuntimes < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a809fde693cb05b3d8e70b330734cba1f00d4c56cddcfea3f007394f163d4067" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ab627d452290f6572644940b3744d278063675b5364e1105b361c49f622a3f4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0c24e08141fe24a652514e02b4d16db7250b4ed3af8b216634d9909cd95cbe4a" - sha256 cellar: :any_skip_relocation, sonoma: "c4fa97fc0bbd0178047a4784d035d040a816ea497a47f6e31e43fb7e7a2a91d7" - sha256 cellar: :any_skip_relocation, ventura: "8039972fd41422d506ee91ca2215517af3a00f4f36e26fcca9062510fc96a161" - sha256 cellar: :any_skip_relocation, arm64_linux: "92f6af1a89a21700b54ebc58b53cf055669adb22d3b367b9e8a8670754c594f4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0bc36e3f213fa4498811cb750b61f48c95fe7faecefabfd1fd4108fcf428da45" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5413b097ad2ded323a3d6cc61fd47de4a16231722402019979f075d159e66225" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7101c9859188a255db13ad7e6d088554d4f76b542427d920efc34799b906ac2c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1693e392d4c3c125805fe2d6f245853d9351202004b3c9412e40bb38f8d51c10" + sha256 cellar: :any_skip_relocation, sonoma: "06f3410d451e4d0b71ba06e5a2455a9b6fb1ec11dc0e2a94334a284c8d3ffed6" + sha256 cellar: :any_skip_relocation, ventura: "897ca8efdbfd5ce922943b43d47be86365eac278255b3445e77b253d66596371" + sha256 cellar: :any_skip_relocation, arm64_linux: "3e83e2b94020a6ae2468d75402fad2f1366dc3bbf89814050ecf7a057cd268cb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b50559da088e476224d93375ba18fa0e5a74dd37b9654ba8d961368c4da990c" end depends_on "cmake" => :build From 970970d42553a624d3c63ad28e22047fa4284a27 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 11:18:30 +0000 Subject: [PATCH 00538/10074] werf 2.36.4 --- Formula/w/werf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index ea624aec9bcd9..9ee3c9b831c13 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -1,8 +1,8 @@ class Werf < Formula desc "Consistent delivery tool for Kubernetes" homepage "https://werf.io/" - url "https://github.com/werf/werf/archive/refs/tags/v2.36.3.tar.gz" - sha256 "abf5f2629f471b945de1742c78ce55f81bf5cd741c9d6d44efe6adb5214daf8a" + url "https://github.com/werf/werf/archive/refs/tags/v2.36.4.tar.gz" + sha256 "4e085c5f00aee601e9ea7db6f4169352526351ac7a24a28c749ef08069426f77" license "Apache-2.0" head "https://github.com/werf/werf.git", branch: "main" From bae0e13869bb8495aa32caa0e6d98f41f3acaad8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:25:40 +0000 Subject: [PATCH 00539/10074] werf: update 2.36.4 bottle. --- Formula/w/werf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index 9ee3c9b831c13..73da3325a9240 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -15,13 +15,13 @@ class Werf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6133a5a1a8005ce089faeba6d70194ade36bd61022e9c6ba00a24bac8c69d5dc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "33980bf13c6d3fdbb58bb57870216b2356a0b14d8a74f35ae600f8c94d6e431a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2f65e5d7d1e89149d59cc3c25cd2b68a354e2339fd6d73c4dbc79624f6c8164b" - sha256 cellar: :any_skip_relocation, sonoma: "283e9a206a3221715db08f3bf4cc816447f5ebc89041859442250c203242f9f9" - sha256 cellar: :any_skip_relocation, ventura: "96928ce85e4c4c2f309ce44dccd68d7e68ea1101b68b26cd18b411ccd73d37e4" - sha256 cellar: :any_skip_relocation, arm64_linux: "722746cbd312494a39f953f7119040598ead070443d3d4e1b8c5c04038bae452" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c664deee13039e9d80ce9e219061fba14494845dec3d3c3b3221a1c71f1e1532" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cedf99c4e386576305a0920f9e388d29bd99bfeaf3212ae403967b118171cbfa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "32399efa6460ed3302325666079939bae438b8f93ff6db275398a643ae11b54b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "68aa908eaa71daf71ca532089e140df4b030528040f278af7e11e9aa72b69942" + sha256 cellar: :any_skip_relocation, sonoma: "fad2363287e25e7e4e6fb7f63ebf760398caee0526077af9166700eb5ee2a0cb" + sha256 cellar: :any_skip_relocation, ventura: "d56751ccea145c39a08b1ab8bc6bb5ca881bb1624c420ac2c69fc7155b901e29" + sha256 cellar: :any_skip_relocation, arm64_linux: "257d8916d437ade241069afda5948244735edda2aeb30be050036f605f3c2e9d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee88cc5db3c4d393992d4e1871c4484299ddc2ef587bbf2c4112e6ac103574d3" end depends_on "go" => :build From 662209201489a8127e3fad5f9526285d89ab2e57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:25:59 +0000 Subject: [PATCH 00540/10074] karmadactl: update 1.13.3 bottle. --- Formula/k/karmadactl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/karmadactl.rb b/Formula/k/karmadactl.rb index 09e56d8c5977d..4df0a84a5514a 100644 --- a/Formula/k/karmadactl.rb +++ b/Formula/k/karmadactl.rb @@ -7,13 +7,13 @@ class Karmadactl < Formula head "https://github.com/karmada-io/karmada.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "33bf7253e7453dc5742c1b7234c365b84e0a1a6e8c2869cb961b47aa21f68a3f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e8c55cdc92e41c0a71b92eb6358b0eca97ec602bc5859245460e593e2225038" - sha256 cellar: :any_skip_relocation, arm64_ventura: "26653dd1634b3306c039d057b49fc78e5228793008b34f68d53a594c1af935ab" - sha256 cellar: :any_skip_relocation, sonoma: "ad80360ee1252a9b99de5403bde29d7d75c4559b17ae2d0c9707c1df5fb0204f" - sha256 cellar: :any_skip_relocation, ventura: "4cfade08a6b011814844ad08f6a5eaf8bc0a2beb18608f56015336e684c41ab9" - sha256 cellar: :any_skip_relocation, arm64_linux: "ea7b627988c96f7e68e046543c6c428ae023e332ba074dc150381dc08c4deaf5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b1017bbbf5e977c309b5767d8d037427878bd40fd179adf89d59a161f2f17fce" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "608ac5bb07946468c6c55928d344c0f5a0b8278ac16a3c263ba9c427aa7c7f57" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a103227dff8cdb8437d12de6c28e6ee052be528ffcf38697b92c1498dd97dcd4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c1029a7b0e899142c71cf67e4cfe19a6ec6cd45acb8642ae9c06008f26ef2fe9" + sha256 cellar: :any_skip_relocation, sonoma: "b25c87bc5e8adc2db5db216aca0a9353e4cd3848ee8ed7d63a8f6453ab08fc55" + sha256 cellar: :any_skip_relocation, ventura: "624e8c2224b967ad18a09582c445026b711bb4da817c53b7020047eb76aa0940" + sha256 cellar: :any_skip_relocation, arm64_linux: "ddbb2010619b4a3c3d777322f808cc0e6c3596f754cc7c542d33083982d63cc3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "527b513d41860faff19afdbac1b5f42cd3d890253eb83dd3bee64ce71c670fa8" end depends_on "go" => :build From 34dea156f7ffd9faacc0898af33884fe71424021 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:26:29 +0000 Subject: [PATCH 00541/10074] jsrepo: update 2.3.0 bottle. --- Formula/j/jsrepo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index d107a571efe78..cc6c10139dcf4 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -6,13 +6,13 @@ class Jsrepo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "8059148c1eb25bef88a2f2ad123e7299003d2821442f969ee1ca24aeab77a95f" - sha256 cellar: :any, arm64_sonoma: "8059148c1eb25bef88a2f2ad123e7299003d2821442f969ee1ca24aeab77a95f" - sha256 cellar: :any, arm64_ventura: "8059148c1eb25bef88a2f2ad123e7299003d2821442f969ee1ca24aeab77a95f" - sha256 cellar: :any, sonoma: "62a71800051e0e707adcc118e49b4fa57d6f4cc0d53df4a23460f6aefb6d6f75" - sha256 cellar: :any, ventura: "62a71800051e0e707adcc118e49b4fa57d6f4cc0d53df4a23460f6aefb6d6f75" - sha256 cellar: :any_skip_relocation, arm64_linux: "b565eb941cd89a631659e22cb3679db24702e02830df14bb337134526a8173e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "414b9fb5ae5ec42c334c1c4887a5a6edabb2c1b236454085906c30472d4bba43" + sha256 cellar: :any, arm64_sequoia: "abc94954a351d463f8c6543733c1d198742a830c06374f51046efa9b6ab55363" + sha256 cellar: :any, arm64_sonoma: "abc94954a351d463f8c6543733c1d198742a830c06374f51046efa9b6ab55363" + sha256 cellar: :any, arm64_ventura: "abc94954a351d463f8c6543733c1d198742a830c06374f51046efa9b6ab55363" + sha256 cellar: :any, sonoma: "1a38375291ecd14e03a2b405d15e21497522b5797d2ae5afaf70d5726d0db620" + sha256 cellar: :any, ventura: "1a38375291ecd14e03a2b405d15e21497522b5797d2ae5afaf70d5726d0db620" + sha256 cellar: :any_skip_relocation, arm64_linux: "8938351eb54e806adf12a68060e1da2db1c258dba114afb03561e44e163a1a06" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c7d1349e846f7557dfcb8bcbae59dd71871eaed8855f6d6fb9b9affb3c369c57" end depends_on "node" From 480d58cc6d6dc9b78790c5d8a8946037b26c93ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:26:43 +0000 Subject: [PATCH 00542/10074] huggingface-cli: update 0.32.3 bottle. --- Formula/h/huggingface-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index edd21d3d26185..47ca30580aa25 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -8,12 +8,12 @@ class HuggingfaceCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "5fc4c56c6f2a507509b76e884c674abd2eb32658c28e2db8e4c82bedf1938e38" - sha256 cellar: :any, arm64_sonoma: "6c3ccf053faae26d80624e4ee68fcbb2e10816ad2ebd2446608c90eba7c5a79f" - sha256 cellar: :any, arm64_ventura: "8a0cf303fa4eafe335aba585612c6c3a2b843887516e2f762ae64478cce0d8c0" - sha256 cellar: :any, sonoma: "e6c7f494bb60e4c84a3f019117b2bf67a4ca383ee5dec837e57c3521627db85c" - sha256 cellar: :any, ventura: "d9fab7a79670d0b9151adb80641a9bc9f43e17c18daecb7a193ed9682154d614" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cba35ceb44970922f719caf5af7a231705357cf93aa5eae59bcd91004e1c6b9b" + sha256 cellar: :any, arm64_sequoia: "538dbd5924b557e1d5cd75d8e3ace0cff9b0449af3a97dfc8a7b4d6b4c69bf85" + sha256 cellar: :any, arm64_sonoma: "42c8cfb2d10df9f8714112dc072db15286f988d5bc73a4dc357571c05eddedc9" + sha256 cellar: :any, arm64_ventura: "3c0243bdc43ebdfa53be00e68b8627beaa640dff43dc9133de02f66eb3c10c21" + sha256 cellar: :any, sonoma: "13a9b870893fa79484a53308ec6c444da38308b5db66a89a212e5e3300957b41" + sha256 cellar: :any, ventura: "303ad5d7b4e22cdff91f229ebf80303282024391b83177e706fa002d335c0866" + sha256 cellar: :any_skip_relocation, x86_64_linux: "251673269e5831aa2a34a1bb09bbc7cd5c18da5cc33bce840c6b74d6b2576370" end depends_on "maturin" => :build # for `hf-xet` From ac3b7695336d53c5aff0c0c2e45e7ac6a4e81b07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:27:17 +0000 Subject: [PATCH 00543/10074] libzzip: update 0.13.80 bottle. --- Formula/lib/libzzip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libzzip.rb b/Formula/lib/libzzip.rb index d6c7e81200fa2..8c165c51fa9c9 100644 --- a/Formula/lib/libzzip.rb +++ b/Formula/lib/libzzip.rb @@ -6,13 +6,13 @@ class Libzzip < Formula license any_of: ["LGPL-2.0-or-later", "MPL-1.1"] bottle do - sha256 cellar: :any, arm64_sequoia: "eefa13cafc8183879063dbe16579e3343c76d27279553059dadc1b44d3933e5a" - sha256 cellar: :any, arm64_sonoma: "38d51c19c574872633dda1817897c67f3834fbf9a8bbae9ad3afeaebdeb0e171" - sha256 cellar: :any, arm64_ventura: "8cf911ef7b6fede99b360a865120e38c98ef4765e6d4ae0a74fe4a6e5f5c85aa" - sha256 cellar: :any, sonoma: "13f3a193ebbacdc641b21d5d6b20bf58ba68aaf2f42317d88887c4d382fe401c" - sha256 cellar: :any, ventura: "e87accc479f28da3af284019fcda811b7da43364395bff087e6f25055e3b8b32" - sha256 cellar: :any_skip_relocation, arm64_linux: "5b810551e086a12ee27c7e781bfe1e6f0cbff78e5052d48d278a228c4107697f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "69c15fecb424c383a12433edf9ac37aca7b6494ee33741aa55155acafdbf9cb6" + sha256 cellar: :any, arm64_sequoia: "905b79b5f4c5e3af637334bf139c99ecbbc435b22cf4639be857c6357b86b32b" + sha256 cellar: :any, arm64_sonoma: "c29b7219f2335726ba15136a17a7d9936cdb94c0433e1d6d04f3c51ac2beaac4" + sha256 cellar: :any, arm64_ventura: "21bac7dfa6d21512e6241c99669f3a18725ff0f6b1b5090a9986716a9194de7f" + sha256 cellar: :any, sonoma: "16ee772a074713966a5aa332d24b1a5461bcc53647c871be76d7c7bac5fde58f" + sha256 cellar: :any, ventura: "a358550b0270d3f538103da70c91a6f212d68904e4d9b0b4580788056ffd5d4b" + sha256 cellar: :any_skip_relocation, arm64_linux: "54238581bf4ae3a836c5b99d277a9df77396e1b417a3948d661bda8a91bd1731" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81fc37d72b6f4c3cee94257491ce72ef3c63d6f4302428b5f08ffd1a1bb0a23e" end depends_on "cmake" => :build From eba7b3688416ff951b9e32f752fdc0dbf82fa874 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:27:18 +0000 Subject: [PATCH 00544/10074] hcloud: update 1.51.0 bottle. --- Formula/h/hcloud.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/hcloud.rb b/Formula/h/hcloud.rb index 278a3256b22bf..783684a181f6f 100644 --- a/Formula/h/hcloud.rb +++ b/Formula/h/hcloud.rb @@ -7,12 +7,12 @@ class Hcloud < Formula head "https://github.com/hetznercloud/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5926c1e2cb28a791212b47aee1fa99ef3a269b7e29325d21cd3844754e2d3053" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5926c1e2cb28a791212b47aee1fa99ef3a269b7e29325d21cd3844754e2d3053" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5926c1e2cb28a791212b47aee1fa99ef3a269b7e29325d21cd3844754e2d3053" - sha256 cellar: :any_skip_relocation, sonoma: "e2916119cdca7afe0d62123300ac9d49649aa19e44cc14aaadfe8f55a1c86582" - sha256 cellar: :any_skip_relocation, ventura: "e2916119cdca7afe0d62123300ac9d49649aa19e44cc14aaadfe8f55a1c86582" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3455977befd86b6dcb02de868e4d1d544134095ba3b2c74772ae1d32747b9954" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7827e1af3e21d91e64cd6b32a2aaf2b9a4700a79f093dae9205e24e848fd01dd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a45d2ce8910e71a300e2c06f9a5c01765529c9f2b37ef6eb9c460eac9e116c93" + sha256 cellar: :any_skip_relocation, arm64_ventura: "545f332f681b5de55df7f283a78d15f5ff36eee338752ad624ceff7d0f58983e" + sha256 cellar: :any_skip_relocation, sonoma: "9b53acd81bae9ca4f1027e1a3311479be55bf060759e39be69dcf4913496ff3b" + sha256 cellar: :any_skip_relocation, ventura: "ebded319b8048793fba63fd83f9e67fc2d3284e41f94fb2cea4c253891f6b8c5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "14f680fafab6d685802e526beb06d26d585f2d85b3e03ce246d679c27639275b" end depends_on "go" => :build From 63a3ff93839d819c68a019024b1e8a015aacd017 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:27:38 +0000 Subject: [PATCH 00545/10074] codesnap: update 0.12.7 bottle. --- Formula/c/codesnap.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codesnap.rb b/Formula/c/codesnap.rb index 7c69d0e822584..dd4ad861d53e3 100644 --- a/Formula/c/codesnap.rb +++ b/Formula/c/codesnap.rb @@ -7,13 +7,13 @@ class Codesnap < Formula head "https://github.com/codesnap-rs/codesnap.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d856b602c69bec1edf844fae1d0b0db478990fe0b056ce2fd3cf634f11b6fe25" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "70d5cf99e309f65de7e6165718b85fc74540575cc54527c39b2edba6f42abd08" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4f25953da13dc2dae3225af0efcbe0a204e430f880fdafa5923c86d286ac5e07" - sha256 cellar: :any_skip_relocation, sonoma: "d15706d9be90b1b0ccd44c5ec4d9eebc1e0f0dc7631f89d08eb183269c568cb9" - sha256 cellar: :any_skip_relocation, ventura: "f13fadf12e421eda053d94332f7573fabff492cc3625f29e9788a454d0721419" - sha256 cellar: :any_skip_relocation, arm64_linux: "c8d0c7295d6f4e6cf3ba195a8a21aca3fddbfb0aa50a3a42caffd485947b6195" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a765e3dc0617d7f66a6983b2f1466f068d0986cdfc26d888cc3792416bd4c926" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "57ae94bd2e89509e4361eb43ae744b6f800aa4fc06cdab6f60376b625ee774d7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae3d83f193d4648ed80cd3423cc558153014898c0ee1e45ef8c18a031496b138" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4980f31d0c6da5982094d7b75de2123d758d0f7ae58094450781f411d4c97e6e" + sha256 cellar: :any_skip_relocation, sonoma: "517b769bb4782a5876a60c31a396a614c4705b6cdda8783cd6b509dd084df3de" + sha256 cellar: :any_skip_relocation, ventura: "9860c76aaaba3aeacc3dfdfab0b08e142a06e800d845021335dca9bd76de6ae0" + sha256 cellar: :any_skip_relocation, arm64_linux: "bc4fe32c8a7527a273dc72cce1d8cb5a838cf3369b389bbf1f4c4f6ef90dcf0c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4e42c9a85a6a9ec350ea882bd48dbb2719110d534c0a9ed23a4599a94f29e4d" end depends_on "pkgconf" => :build From 8b7b61e9ed0ef36f7c98c32b697d2258a5215cfb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:28:24 +0000 Subject: [PATCH 00546/10074] aws-cdk: update 2.1017.1 bottle. --- Formula/a/aws-cdk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index 386e965250dbb..b3adcb96bd3cc 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -6,7 +6,7 @@ class AwsCdk < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "9b01579c1c92b5ff9b44bdedb2c03d05602746ff4b8bf7b201f0b2cce626c5e1" + sha256 cellar: :any_skip_relocation, all: "94b0abae1573061626bf53f746a08527e0a8409d6f3438f199c917fe658ff890" end depends_on "node" From 3b59212b188b28acfc281a98ef640a86d19b8499 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:28:31 +0000 Subject: [PATCH 00547/10074] broot: update 1.46.5 bottle. --- Formula/b/broot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/broot.rb b/Formula/b/broot.rb index 06f7b4bafd5b4..ac6bede277c4f 100644 --- a/Formula/b/broot.rb +++ b/Formula/b/broot.rb @@ -7,13 +7,13 @@ class Broot < Formula head "https://github.com/Canop/broot.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d8324d2661d6c3791e69333b4ca5f618d7f72c7e2d3d2723f68a4a5097a0665" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ee27a0462ca030af2e2a8940e72d221eded464ee4d993a5b9bbcb5b35c6911e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "750006211ada3176625e538cca4b92f2aa74caad64a6b990ce9db3343cb29873" - sha256 cellar: :any_skip_relocation, sonoma: "13735bdfac1c9db94b50f610096ee53a1e2048671fba8f18f6483447be0c2159" - sha256 cellar: :any_skip_relocation, ventura: "16f07c0b4136a8ad52d4fd470c3f7e06a32f69a6266490d69466724c26233651" - sha256 cellar: :any_skip_relocation, arm64_linux: "66b73baa6992bc8f5561836a930300e89b48acd7410b3879b61bdfb1181a2574" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6feeaa0dee66af7c6e0b00dda4e5b808a7ee9354c86c565ce0f2537029fb5711" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "deb4f8f5ee11db2d5706ac793129e95ffecb8b6e766423c6c74852fa2478caa2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0941c64d210e6c6e0a775e446aed517f69a6a28f84ae1ba53f5d71bb17c83b88" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0173ef65f3865b4ff8babd2dbdbc82cfaa60f27e5c655c87e3290846362a9d74" + sha256 cellar: :any_skip_relocation, sonoma: "b58176de1d90f836f0823c5ded5c0f4b850119ee828e9b96f0e5d9b2d46ad553" + sha256 cellar: :any_skip_relocation, ventura: "d1f27fcfd45ffcd9b382ded13e62088e3e26a31b25461e967085522e4d8f7eff" + sha256 cellar: :any_skip_relocation, arm64_linux: "4467d01e9a685274ae894f05199c7e4cc63957e6d102e0a4ff1317f61f2b46b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1728f2acacd355e6d11300f0089d21c4989e7ce21deadd8c9290cc64dc81fd89" end depends_on "rust" => :build From 55cb03f281874d52759fb81826fb3fb862c0eb36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:29:00 +0000 Subject: [PATCH 00548/10074] swiftdraw: update 0.22.0 bottle. --- Formula/s/swiftdraw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swiftdraw.rb b/Formula/s/swiftdraw.rb index 119eaef7dc9e0..ba169673cbcda 100644 --- a/Formula/s/swiftdraw.rb +++ b/Formula/s/swiftdraw.rb @@ -7,13 +7,13 @@ class Swiftdraw < Formula head "https://github.com/swhitty/SwiftDraw.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a872ae45c421eafb9a62cc714b330f375ced3d4737bd863d5e5ad645a9f354e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "21c321c6f4c37bb855ec175f09001312abcb0fcd1749be70e7653a181769e9eb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dda0c33168a03d5dccfada5f8fb669c697133623d83a7cdaa63737c858e6e76d" - sha256 cellar: :any_skip_relocation, sonoma: "6a4c303d2b68b336eb314a5f7a9248c4e611c5d2f2aa131c0e8930dcd17e419e" - sha256 cellar: :any_skip_relocation, ventura: "ab3896fc065157dc90733ae61ae943634bc9b4b5752c57b14e448310cf947712" - sha256 cellar: :any_skip_relocation, arm64_linux: "dc101a3672ff884df44e0f7b5df98c8d49cd60e20c8fada2bb44dbcfc853bd17" - sha256 cellar: :any_skip_relocation, x86_64_linux: "013026aa86eac3c83513a342fa7208c08a4831915e6c954de0e441ee47dc907c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "61ff66d69af1b5609c53920d90af27958a03e67f16f3e4b92a93a59102c9da3d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2275cd577cce39b7994b86ebabc7c44a08be2ab9b8318f3b49fff6abaf06b99" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6487967882b8a29a17eddedb99f49c6e57faaee1893caf65c3141b9005e961f7" + sha256 cellar: :any_skip_relocation, sonoma: "d58f4d73ff88f049f4eca9ac1125bcafe83d8f22a1e66eeb3caa0f0e6074cc51" + sha256 cellar: :any_skip_relocation, ventura: "937236fcaf02b73ce585afcdd7b4cbb8ef61f941a09788f15c74c38d29457878" + sha256 cellar: :any_skip_relocation, arm64_linux: "fea9f4155e962b4ac717e93ae699f1c040930f68f20381179f774b99c45538cf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e1621b92bbfeeb8f795667b0c406ea2647e12b0af0dfbc3ec656a314710fc6a" end depends_on xcode: ["14.0", :build] From b81442233605478d04c35260bb1ce85ec3ed6026 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:29:24 +0000 Subject: [PATCH 00549/10074] tmuxai: update 1.0.4 bottle. --- Formula/t/tmuxai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tmuxai.rb b/Formula/t/tmuxai.rb index 9b3185a81cced..cef45937409a2 100644 --- a/Formula/t/tmuxai.rb +++ b/Formula/t/tmuxai.rb @@ -6,12 +6,12 @@ class Tmuxai < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "55d4a8c91e2772bf0159ed9f63a255087d1e21dc3cf12ede72887b6e17adc04e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "55d4a8c91e2772bf0159ed9f63a255087d1e21dc3cf12ede72887b6e17adc04e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "55d4a8c91e2772bf0159ed9f63a255087d1e21dc3cf12ede72887b6e17adc04e" - sha256 cellar: :any_skip_relocation, sonoma: "fc419d5dcb50402bf071f00f9112b68da0c4ae2b4e4f5357e0ddbfc99268352e" - sha256 cellar: :any_skip_relocation, ventura: "fc419d5dcb50402bf071f00f9112b68da0c4ae2b4e4f5357e0ddbfc99268352e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "77e46a4397400f17067529630e7f0761fb13ed7a9cfce5f69e27e2317f2f84df" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a05332c2c9d269c9d70b7a12fd58afabbb88c8474b5c730616545e6c23a56d40" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a05332c2c9d269c9d70b7a12fd58afabbb88c8474b5c730616545e6c23a56d40" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a05332c2c9d269c9d70b7a12fd58afabbb88c8474b5c730616545e6c23a56d40" + sha256 cellar: :any_skip_relocation, sonoma: "18c978d0c04e372a18ce76840448ad232a09d4b02e2ff26966c05cfa383bd415" + sha256 cellar: :any_skip_relocation, ventura: "18c978d0c04e372a18ce76840448ad232a09d4b02e2ff26966c05cfa383bd415" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ecc285434afbf27c8b15b0bfe2b0ca9b029feb46d0849a2f0b9012d3bebca926" end depends_on "go" => :build From db7f2e82693cd8c6568d0f617425d638a7ba6070 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:29:29 +0000 Subject: [PATCH 00550/10074] ballerina: update 2201.12.6 bottle. --- Formula/b/ballerina.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/ballerina.rb b/Formula/b/ballerina.rb index 4a992d330b654..6b17c6ca7cdd5 100644 --- a/Formula/b/ballerina.rb +++ b/Formula/b/ballerina.rb @@ -18,7 +18,7 @@ class Ballerina < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "1f721f18e8f9d5a9166c305dea9a6d796591eacdd8e75ac0df2286ca2d3f77d4" + sha256 cellar: :any_skip_relocation, all: "788f2f7930612a96f58b05ba757a4f83ac98eaed69f3e5755768886647707d2a" end depends_on "openjdk" From 48cf08f249d2878d84a195f43189ab535eaa8c3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:29:30 +0000 Subject: [PATCH 00551/10074] rhai: update 1.22.0 bottle. --- Formula/r/rhai.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rhai.rb b/Formula/r/rhai.rb index 31724d4059055..17472a5e89bea 100644 --- a/Formula/r/rhai.rb +++ b/Formula/r/rhai.rb @@ -7,13 +7,13 @@ class Rhai < Formula head "https://github.com/rhaiscript/rhai.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b13e0af55b0f0ff2c11db28b877fa24fb9b395df051a8cb406e3fbdb8c55439" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fcc91dc8b4817eb2e12ee73a317e283deb4ce9e3cdb61e10ec5f440835e89546" - sha256 cellar: :any_skip_relocation, arm64_ventura: "007a9c01d4d28fb5f1890cbd50db8da29774dfb2166924f3bc46002eca043aff" - sha256 cellar: :any_skip_relocation, sonoma: "0e9e3530ec4b005d6b144c0869754d38f02fbe9f0e0c306684a4a5aac0389a1c" - sha256 cellar: :any_skip_relocation, ventura: "fd7252baec59a484b66ff70db31eec2c15ad6ec57230b014b3dfcf8d4aa45cb9" - sha256 cellar: :any_skip_relocation, arm64_linux: "1882578806acf50e157c2727d61e92a53c9b6d92ab7245e1639f72f412627fd6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "625323d49d84a3cf9e0ea41a65b1d6d5b7bba882a55117da31e9b94bf0036a7b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "09d1c838e78169868e40f03d2b17018cd044b1d780bc018f9136917275901af5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7208659b91f63561c5459260783a7e408b721304370a8d1cc063647e065b51ee" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8e4a4cc3b640ffc4e8479f2161be68df4137915a6a3934fa41793baa3b83ccce" + sha256 cellar: :any_skip_relocation, sonoma: "b2310e04362f3d57bc318482c04cc353a8cda29be8f959a90088ae377a6136fd" + sha256 cellar: :any_skip_relocation, ventura: "2f4c967e77eb0c6f9e70c6d8fc4a08903749c254cc04e64cb79220120a0f7544" + sha256 cellar: :any_skip_relocation, arm64_linux: "df5a7cd30053615e06a8a97d27fd1f74cdbf3e2934009531cc396bc4f06ecf23" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3eb590cb0d25f330d9b246d243df9b8bacab4439e52a54bb472bfc08ace2b963" end depends_on "rust" => :build From 2da5a5db264396e8293dcd8dc07653fbdd1f03f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:30:23 +0000 Subject: [PATCH 00552/10074] release-it: update 19.0.3 bottle. --- Formula/r/release-it.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/release-it.rb b/Formula/r/release-it.rb index 58e34c89601bc..e55b241744e3d 100644 --- a/Formula/r/release-it.rb +++ b/Formula/r/release-it.rb @@ -11,13 +11,13 @@ class ReleaseIt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "46e2b43473116c1d1503893eeeb35f0d1e24426e514a0a2459b30556b625d309" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "46e2b43473116c1d1503893eeeb35f0d1e24426e514a0a2459b30556b625d309" - sha256 cellar: :any_skip_relocation, arm64_ventura: "46e2b43473116c1d1503893eeeb35f0d1e24426e514a0a2459b30556b625d309" - sha256 cellar: :any_skip_relocation, sonoma: "afd352d5a5a5ae9fd7925685e4245fbfe1b3ba37e6d9ff6a9497d1b84c9712eb" - sha256 cellar: :any_skip_relocation, ventura: "afd352d5a5a5ae9fd7925685e4245fbfe1b3ba37e6d9ff6a9497d1b84c9712eb" - sha256 cellar: :any_skip_relocation, arm64_linux: "46e2b43473116c1d1503893eeeb35f0d1e24426e514a0a2459b30556b625d309" - sha256 cellar: :any_skip_relocation, x86_64_linux: "46e2b43473116c1d1503893eeeb35f0d1e24426e514a0a2459b30556b625d309" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "657dca8091343594aa109d9fd3eb2d2b476d7b4ccb9adaa9032b4e80180d285a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "657dca8091343594aa109d9fd3eb2d2b476d7b4ccb9adaa9032b4e80180d285a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "657dca8091343594aa109d9fd3eb2d2b476d7b4ccb9adaa9032b4e80180d285a" + sha256 cellar: :any_skip_relocation, sonoma: "250475385c0db58c64e62b832b4e9cd8b7d52ac3a95e293867a9be5674a4f874" + sha256 cellar: :any_skip_relocation, ventura: "250475385c0db58c64e62b832b4e9cd8b7d52ac3a95e293867a9be5674a4f874" + sha256 cellar: :any_skip_relocation, arm64_linux: "657dca8091343594aa109d9fd3eb2d2b476d7b4ccb9adaa9032b4e80180d285a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "657dca8091343594aa109d9fd3eb2d2b476d7b4ccb9adaa9032b4e80180d285a" end depends_on "node" From d92759ec0f1c287376f47863e6c2754e9a60a46a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:30:30 +0000 Subject: [PATCH 00553/10074] readsb: update 3.14.1680 bottle. --- Formula/r/readsb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index 68176bcb7cafe..ee6d0b93c5e46 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -6,13 +6,13 @@ class Readsb < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "607219893ab6fe0ee7fe50167b4f022d287fb94c4a3e647f297b1ee59350d668" - sha256 cellar: :any, arm64_sonoma: "ba7b8269ad594c5a05f47b9e6bae2c6eecba083f6543d5783d1c390b95cf8ef0" - sha256 cellar: :any, arm64_ventura: "10978fbcb31a7ad7700550388ae67859bb9b62eb2071a642a936a67921b8561a" - sha256 cellar: :any, sonoma: "aa6844bd20cd868cae4d70863262a7577080f976157a5f489b0792e88082b819" - sha256 cellar: :any, ventura: "3bb7cc386208952a1af5ef7416895e3ad2fa50ff95ff179460ea6fb23f71d270" - sha256 cellar: :any_skip_relocation, arm64_linux: "c14883c27b50954f18b407e51cfa985ce7930d6f386caba45cc4b683b00621af" - sha256 cellar: :any_skip_relocation, x86_64_linux: "94aac651d39044f0a48a9f60b31968a1dd6c8beadd85baaf6b0390097b030d66" + sha256 cellar: :any, arm64_sequoia: "089c853a37f4e70575453b064d4acd69de59d1e806f72f8181221a76af40598a" + sha256 cellar: :any, arm64_sonoma: "606480a1e4b5003b68992ed5f55bbec1e1059738f548aa4ec5217fa2add43a26" + sha256 cellar: :any, arm64_ventura: "8482388f79a773d07106eb7b2c24cc8bffae1a57fadb5c3b9cd5a2201c751335" + sha256 cellar: :any, sonoma: "d88fd656a45f291899cb89e42552673ca12e57568e511ed11ba5d9af73918c3c" + sha256 cellar: :any, ventura: "a9f68bd5022d60738908b8d125b521208785c69277fe2bba3d5f60dcaf12f129" + sha256 cellar: :any_skip_relocation, arm64_linux: "c7575d97f40072c24c4c721398a36fb4e686afbc9bff1c097599c801e295fa45" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0359384386786fe2cd5b4fd7089b088f020412bd634869e251fa29479355007d" end depends_on "pkgconf" => :build From 09449fd34a348d2a2bdbe62ccf09ce0b59dd3c1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:31:01 +0000 Subject: [PATCH 00554/10074] renovate: update 40.36.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 12dfcf1ffb8c4..ac4760487e9ba 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a1b07c2c4d217152ea8a64f4b89dd2f4fe7d7d76a4891463ac39384b4db63b1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4acfbc06aed83a28cc12a48d0b42330de17c3946ebe7fa579a6b3eb0c17fc6e7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d731c96517b56885fdc087f342f3ea98223f51557a9b2bb836458462742c8f94" - sha256 cellar: :any_skip_relocation, sonoma: "93f721cdf428fed7640c49501a6551012c6b7df88d4a2123decc0078d39c4294" - sha256 cellar: :any_skip_relocation, ventura: "338e39a0801b3a0f9280f3c954c280ef02c0b316f2e1293a5bd2b92fc6a7f654" - sha256 cellar: :any_skip_relocation, arm64_linux: "31437d97f60ceb1821b6aaae4b155d7f0ab59e7c1aa1345bfd8f89882d7c0f60" - sha256 cellar: :any_skip_relocation, x86_64_linux: "737702224fa6d9992d837ec3d5b01ad259f78f6db6a50caf03c45654145a7ca1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c7ecd1640f28547d08d5de4e64eefc80ffdbff79426cf2ea35c0e1f6c66a953" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeccd6350eaca1a792da66ea225f62b5b11d2eae309ee0b0f7024fc2046461e7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1b96ce6685903a90037eb38ee836ac2e7e257961d175b10fa8393e162120209c" + sha256 cellar: :any_skip_relocation, sonoma: "fc55b669bd3cc630d0fa0a67edbc97b4b1e8e63286796e992bfc7fe21e9dd478" + sha256 cellar: :any_skip_relocation, ventura: "5414336f0e2d7e37b2dc4a486a133c8205c21a0e9ce34e16ee96380277b07bee" + sha256 cellar: :any_skip_relocation, arm64_linux: "c89dd41188017da31da580bea0f1a91fada6bb0fa3bf098497172c1952bda1cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b65b9f98b2c738e80de400aafa1ec4bcb32d75d214f2a38fe8d5cb9980a95def" end depends_on "node@22" From 780c0319d676d7249f3422ae3685111959244cb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:31:06 +0000 Subject: [PATCH 00555/10074] jackett: update 0.22.1971 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 93c0e6a7279d9..e607b41e59980 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "b7b8976064fccad646097a9fdd3a71bcaa74c3dc2daf16171177a3bc5cd57923" - sha256 cellar: :any, arm64_sonoma: "56fcef5c895d255f208cfef44f0d131ada05a8551f3582993b43e81248a27e90" - sha256 cellar: :any, arm64_ventura: "33470ed5a48843daf60093faa5dc0df5e2d60b27828d1a74e93da783d5c1b52f" - sha256 cellar: :any, ventura: "6828e172b23f1d6cb071dcdbedf264c19aee4b85e6bfeba0feb5daa8bbb1b556" - sha256 cellar: :any_skip_relocation, arm64_linux: "e1ea69b6a1a347efdeb1118d5b45a077c8ea8b857bd3e7ce8fcd935027505983" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e87a5660e489ee276e8173c4a8c16742ad7b5bc89596374b93901a3fad8ba55" + sha256 cellar: :any, arm64_sequoia: "0957e13f2f060ad1ed721cd15129a79ad2d6e9e432a90969c6cd6b23dc6d4df8" + sha256 cellar: :any, arm64_sonoma: "1172c9a92ccc6bf6dba01560f1fcb7d7978269055e66363124fa99f244d5681e" + sha256 cellar: :any, arm64_ventura: "e02b1d0799645b77984cf77464e163c7e9de835bc267e6d60c4ed77e1324571b" + sha256 cellar: :any, ventura: "ab4437a4d27886d4e76bb4f8abff9b6a7444a0f4f7c504556c44e7140e2ba993" + sha256 cellar: :any_skip_relocation, arm64_linux: "73b21f3201ecf714456bad7dbf599eac24896e0257c29d4f9605b8a38882caeb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ca0954df5c1201970fb379d4c08a8e1eaf0ef4e3a360b7d2f99a540b60fe6195" end depends_on "dotnet@8" From 34ba788a8d52f958611eab316b68260d0f200437 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:31:47 +0000 Subject: [PATCH 00556/10074] dockcheck: update 0.6.6 bottle. --- Formula/d/dockcheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/dockcheck.rb b/Formula/d/dockcheck.rb index d3f6b11a4c32a..4dc9c2f638eb3 100644 --- a/Formula/d/dockcheck.rb +++ b/Formula/d/dockcheck.rb @@ -7,7 +7,7 @@ class Dockcheck < Formula head "https://github.com/mag37/dockcheck.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "a26c1b3b807e2aefa1555369cb3417b80188a3364fa4e5d15fc8047e9e005d2b" + sha256 cellar: :any_skip_relocation, all: "d8edd9de5e2f47a8ad746ae64f75b6a33cfd51e15a8e887be7e173c7c3a9c549" end depends_on "jq" From ccba485365b43f1a21e4d515c0280a5ae3c6c2c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:32:23 +0000 Subject: [PATCH 00557/10074] cdk8s: update 2.200.85 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 24c03f4b8f4dc..71d9b91113a04 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" - sha256 cellar: :any_skip_relocation, sonoma: "a4f30ee9bca913862b1fb833f67701dab0bfefb41e9876d51be849d5109be85d" - sha256 cellar: :any_skip_relocation, ventura: "a4f30ee9bca913862b1fb833f67701dab0bfefb41e9876d51be849d5109be85d" - sha256 cellar: :any_skip_relocation, arm64_linux: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd8bf854003e6cd84c0a4375a204d4d9313a3b69493ef810e9f251f22bce987b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" + sha256 cellar: :any_skip_relocation, sonoma: "1b47b593eb8b4693ea87f0a2ead5c9b9225025a1a71b714541da31b3ab70d345" + sha256 cellar: :any_skip_relocation, ventura: "1b47b593eb8b4693ea87f0a2ead5c9b9225025a1a71b714541da31b3ab70d345" + sha256 cellar: :any_skip_relocation, arm64_linux: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" end depends_on "node" From ad7cad038537d16be251fda714f6ee68eefbc837 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 12:33:12 +0000 Subject: [PATCH 00558/10074] apko: update 0.27.9 bottle. --- Formula/a/apko.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/apko.rb b/Formula/a/apko.rb index fb27bc7aa0552..e8cac10935e45 100644 --- a/Formula/a/apko.rb +++ b/Formula/a/apko.rb @@ -15,12 +15,12 @@ class Apko < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "026fbd743a101fef9ca8b26d6ba79d56803f1057c43f4a067c035078a7ac34f3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "026fbd743a101fef9ca8b26d6ba79d56803f1057c43f4a067c035078a7ac34f3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "026fbd743a101fef9ca8b26d6ba79d56803f1057c43f4a067c035078a7ac34f3" - sha256 cellar: :any_skip_relocation, sonoma: "af88b0807fdacceccca655e29ae0f911db534b09bcbb8a4640c7363f4998f3e5" - sha256 cellar: :any_skip_relocation, ventura: "af88b0807fdacceccca655e29ae0f911db534b09bcbb8a4640c7363f4998f3e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "751e2c53ff92f01922878bc39738b91c4581406ca9b46b9bf239f52fbcb7b7d9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d27f9d4afafba45fdb243ab0e119cf6d13a5c757eb297deb1ea3880bac38b4c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d27f9d4afafba45fdb243ab0e119cf6d13a5c757eb297deb1ea3880bac38b4c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1d27f9d4afafba45fdb243ab0e119cf6d13a5c757eb297deb1ea3880bac38b4c" + sha256 cellar: :any_skip_relocation, sonoma: "2bb5505819e2fe071d90e509b9e4975cf8dfc6830ab7a079fc402cbb75eb109b" + sha256 cellar: :any_skip_relocation, ventura: "2bb5505819e2fe071d90e509b9e4975cf8dfc6830ab7a079fc402cbb75eb109b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3c77d0a43f2ca3eef17789e743115061cb4aa3177e53dae31a4ba1e399cb1759" end depends_on "go" => :build From e544b293cb70660c3fafc353c93a0a7bfc45a8cb Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 30 May 2025 15:33:03 +0200 Subject: [PATCH 00559/10074] neovim 0.11.2 --- Formula/n/neovim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/neovim.rb b/Formula/n/neovim.rb index cc4583057db4a..b46cc38f2cbe2 100644 --- a/Formula/n/neovim.rb +++ b/Formula/n/neovim.rb @@ -6,8 +6,8 @@ class Neovim < Formula head "https://github.com/neovim/neovim.git", branch: "master" stable do - url "https://github.com/neovim/neovim/archive/refs/tags/v0.11.1.tar.gz" - sha256 "ffe7f9a7633ed895ff6adb1039af7516cd6453715c8889ad844b6fa39c3df443" + url "https://github.com/neovim/neovim/archive/refs/tags/v0.11.2.tar.gz" + sha256 "324759a1bcd1a80b32a7eae1516ee761ec3e566d08284a24c4c7ca59079aabfa" # Keep resources updated according to: # https://github.com/neovim/neovim/blob/v#{version}/cmake.deps/CMakeLists.txt From fa634a56f0802bbc89c58416a950df7593d869a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 08:16:16 +0000 Subject: [PATCH 00560/10074] pandoc-crossref 0.3.20 pandoc-crossref: remove build patch Signed-off-by: Rui Chen --- Formula/p/pandoc-crossref.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Formula/p/pandoc-crossref.rb b/Formula/p/pandoc-crossref.rb index c55d1f26d63fc..1d82e26e11036 100644 --- a/Formula/p/pandoc-crossref.rb +++ b/Formula/p/pandoc-crossref.rb @@ -1,10 +1,9 @@ class PandocCrossref < Formula desc "Pandoc filter for numbering and cross-referencing" homepage "https://github.com/lierdakil/pandoc-crossref" - url "https://github.com/lierdakil/pandoc-crossref/archive/refs/tags/v0.3.19.tar.gz" - sha256 "8a30bf9a1d5d716ddfb5fb05bb17e96c121e63a31f95d82d7f369380147e5a06" + url "https://github.com/lierdakil/pandoc-crossref/archive/refs/tags/v0.3.20.tar.gz" + sha256 "935d66e4b52323aba625b2bfa90abfea774816ccf4feb959e8271beac6d9b453" license "GPL-2.0-or-later" - revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "570c34609bfb879e26ab1b88cb63d7bddba8bad9c782da15fc0c591304be3a2a" @@ -23,12 +22,6 @@ class PandocCrossref < Formula uses_from_macos "unzip" => :build uses_from_macos "zlib" - # support pandoc 3.7, upstream pr ref, https://github.com/lierdakil/pandoc-crossref/pull/473 - patch do - url "https://github.com/lierdakil/pandoc-crossref/commit/ec8170da048712ecf354cb3a234e15c627d83568.patch?full_index=1" - sha256 "af7159ce95aa90d7ff1723c64b4e0074d0734756dd44592406f8e0f94e7eab5b" - end - def install rm("cabal.project.freeze") From 2e2ffb071aa8785b9b6f90654b0c95d8ad207c2e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 30 May 2025 14:51:41 +0100 Subject: [PATCH 00561/10074] node: overwrite npm and npx links if needed. --- Formula/n/node.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/node.rb b/Formula/n/node.rb index 02677f75a9e66..89ba067931824 100644 --- a/Formula/n/node.rb +++ b/Formula/n/node.rb @@ -42,6 +42,8 @@ class Node < Formula depends_on "gcc@12" => :build if DevelopmentTools.gcc_version("/usr/bin/gcc") < 12 end + link_overwrite "bin/npm", "bin/npx" + # https://github.com/swiftlang/llvm-project/commit/078651b6de4b767b91e3e6a51e5df11a06d7bc4f fails_with :clang do build 1699 From 7d02a8c27477a0920b3d54564af2655cdad3cd7a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 13:53:54 +0000 Subject: [PATCH 00562/10074] codesnap 0.12.8 --- Formula/c/codesnap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/codesnap.rb b/Formula/c/codesnap.rb index dd4ad861d53e3..48624b5cb8fc1 100644 --- a/Formula/c/codesnap.rb +++ b/Formula/c/codesnap.rb @@ -1,8 +1,8 @@ class Codesnap < Formula desc "Generates code snapshots in various formats" homepage "https://github.com/codesnap-rs/codesnap" - url "https://github.com/codesnap-rs/codesnap/archive/refs/tags/v0.12.7.tar.gz" - sha256 "e0cbcf6734582876d139f2ee2e6c1f26dd765552e0102f5f2c1cddd9cc5b3caf" + url "https://github.com/codesnap-rs/codesnap/archive/refs/tags/v0.12.8.tar.gz" + sha256 "e850826ac817a8d60f90aceb65504639edb0b624047690f57e88fde9bb294257" license "MIT" head "https://github.com/codesnap-rs/codesnap.git", branch: "main" From 95c3a948e7fd26a86833af5701d8305703d00273 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 09:52:26 -0400 Subject: [PATCH 00563/10074] neovim: update 0.11.2 bottle Signed-off-by: Rui Chen --- Formula/n/neovim.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/neovim.rb b/Formula/n/neovim.rb index b46cc38f2cbe2..fa541293965c5 100644 --- a/Formula/n/neovim.rb +++ b/Formula/n/neovim.rb @@ -53,13 +53,13 @@ class Neovim < Formula end bottle do - sha256 arm64_sequoia: "371e99be7b1d20d76b2d08615156d1d2c374526baf54dffb2245a0e65eaca68c" - sha256 arm64_sonoma: "ad9124bcbc7a972899a91ff64788e8c05bd304fc48a2f178afa398318ac255e4" - sha256 arm64_ventura: "2bf780725a36d678dd6d687380db074c6ffa34fd90df7abb0afc8d119a9fafa3" - sha256 sonoma: "5ddbcda1bba79b13591960a797bebae27834c332ac6d69a29ce5e589a8a36a09" - sha256 ventura: "bc08b7cfa6822335edcc514f55fab5a63be316bee1b68360f965461692579f08" - sha256 arm64_linux: "e4fc50b684a3f3fcd71e63b2050ea41eb3817abbfed7933ebcca188f83beace6" - sha256 x86_64_linux: "c5d732c24b1252be3bbe98e44cddd5237a7dea2e94f9c712e4fe9764008655e3" + sha256 arm64_sequoia: "4daf9a69527c6243feaf66c3ce0d01f5fc6f6ff962988a561663ddb01a3c36cf" + sha256 arm64_sonoma: "619883a9f10ea00f97840b378cc56019690662d1542c1cef0732b5c8f20e3a4d" + sha256 arm64_ventura: "09abebe3fa78456c1230ca07d105c02f36badf67621e7352697631b5d81d8b9f" + sha256 sonoma: "5cc8afa4275ecb1be1cc9aa9f1ca9950ec446b96d585bcc8fa9a979980872a3c" + sha256 ventura: "ac255cd6a40ec1a9a397c8e522c193fddea8b5bdf533dc64f42128830a13a247" + sha256 arm64_linux: "8eb7d15a777726fea9a9863ef39dc6d93527fcdc9b648ee7b514e0f46d9166fd" + sha256 x86_64_linux: "b80a6adba844e455f42b63df79eb965cf38934c99114c38c2ac9382a862e0c3b" end depends_on "cmake" => :build From fd694a0a7b4437f4b96cf321cfa58151421aaa3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 13:56:48 +0000 Subject: [PATCH 00564/10074] exercism 3.5.5 --- Formula/e/exercism.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/exercism.rb b/Formula/e/exercism.rb index 7204055015638..7a3bd8bed2cef 100644 --- a/Formula/e/exercism.rb +++ b/Formula/e/exercism.rb @@ -1,8 +1,8 @@ class Exercism < Formula desc "Command-line tool to interact with exercism.io" homepage "https://exercism.io/cli/" - url "https://github.com/exercism/cli/archive/refs/tags/v3.5.4.tar.gz" - sha256 "58dcd1a62552466b6fa3d3ad62747b1cfeafae5fca3b511c08f5efa9af22539c" + url "https://github.com/exercism/cli/archive/refs/tags/v3.5.5.tar.gz" + sha256 "7e01a838877d6fc9faea5a6ad3834351b8e485acc9053bbdf59ce3ab3ce0d3b8" license "MIT" head "https://github.com/exercism/cli.git", branch: "main" From 44165a5e30d83c544182c6babe605c9d3dc4b043 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 13:57:55 +0000 Subject: [PATCH 00565/10074] foundry 1.2.2 --- Formula/f/foundry.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/foundry.rb b/Formula/f/foundry.rb index 7db888978f99d..eecabafca9b46 100644 --- a/Formula/f/foundry.rb +++ b/Formula/f/foundry.rb @@ -1,8 +1,8 @@ class Foundry < Formula desc "Blazing fast, portable and modular toolkit for Ethereum application development" homepage "https://github.com/foundry-rs/foundry" - url "https://github.com/foundry-rs/foundry/archive/refs/tags/v1.2.1.tar.gz" - sha256 "415b5cef509f45b3d46cff67d6781e14c6179ec63be6b7d8dc6757584564d0fa" + url "https://github.com/foundry-rs/foundry/archive/refs/tags/v1.2.2.tar.gz" + sha256 "cf4a21092f2cd29acf03aaab45233ff5703d38cd7b136d90bd118213562def94" license any_of: ["MIT", "Apache-2.0"] head "https://github.com/foundry-rs/foundry.git", branch: "master" From 5791ce1dd827377bca526bf03a9fca7cbf5e7ca8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 13:58:46 +0000 Subject: [PATCH 00566/10074] git-who 1.1 --- Formula/g/git-who.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-who.rb b/Formula/g/git-who.rb index 1b3ecfb350821..3f8e9352ca3b2 100644 --- a/Formula/g/git-who.rb +++ b/Formula/g/git-who.rb @@ -1,8 +1,8 @@ class GitWho < Formula desc "Git blame for file trees" homepage "https://github.com/sinclairtarget/git-who" - url "https://github.com/sinclairtarget/git-who/archive/refs/tags/v1.0.tar.gz" - sha256 "c67cd80a48e1140f0c0eae100c86bcbe9cc3232046983559b37b91fa8387f55b" + url "https://github.com/sinclairtarget/git-who/archive/refs/tags/v1.1.tar.gz" + sha256 "b88efe18a39987006df113e097a0e96493955237613997b56c940ff591473ea2" license "MIT" head "https://github.com/sinclairtarget/git-who.git", branch: "master" From a28fbff774b585e8b75cb8fd06ef1c1db4bab2c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 13:59:03 +0000 Subject: [PATCH 00567/10074] glaze 5.3.1 --- Formula/g/glaze.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 53036712b9f2b..aaba44be2f7b5 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -1,8 +1,8 @@ class Glaze < Formula desc "Extremely fast, in-memory JSON and interface library for modern C++" homepage "https://github.com/stephenberry/glaze" - url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.3.0.tar.gz" - sha256 "5a130dc52d789cd82d52e172d7c2b1fdcc893f3354462ae6b8825f38746f04dd" + url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.3.1.tar.gz" + sha256 "4c7a31abfc37a021a5120e9bc7d9de8116c10ce1470e09f4306c6e5a1a6fb555" license "MIT" bottle do From c46600f296dc9dabab11de00046587f24d19d702 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 13:59:16 +0000 Subject: [PATCH 00568/10074] glow 2.1.1 --- Formula/g/glow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glow.rb b/Formula/g/glow.rb index bee53f2bebeac..ad15d4d2bc2d2 100644 --- a/Formula/g/glow.rb +++ b/Formula/g/glow.rb @@ -1,8 +1,8 @@ class Glow < Formula desc "Render markdown on the CLI" homepage "https://github.com/charmbracelet/glow" - url "https://github.com/charmbracelet/glow/archive/refs/tags/v2.1.0.tar.gz" - sha256 "f1875a73ed81e5d8e6c81443e9a9d18bd9d1489c563c9fa2ff5425f2f8e2af6f" + url "https://github.com/charmbracelet/glow/archive/refs/tags/v2.1.1.tar.gz" + sha256 "f13e1d6be1ab4baf725a7fedc4cd240fc7e5c7276af2d92f199e590e1ef33967" license "MIT" bottle do From 0f7c81b86f3d2dad52ac5bf443690bbfcfaff33b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:00:16 +0000 Subject: [PATCH 00569/10074] gum 0.16.1 --- Formula/g/gum.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gum.rb b/Formula/g/gum.rb index 01229fec984e1..b7012420dc2d7 100644 --- a/Formula/g/gum.rb +++ b/Formula/g/gum.rb @@ -1,8 +1,8 @@ class Gum < Formula desc "Tool for glamorous shell scripts" homepage "https://github.com/charmbracelet/gum" - url "https://github.com/charmbracelet/gum/archive/refs/tags/v0.16.0.tar.gz" - sha256 "cedcb16ee99149236dd1b0aa786a76fa49ae37da87d0a9a065d4db16a05a5496" + url "https://github.com/charmbracelet/gum/archive/refs/tags/v0.16.1.tar.gz" + sha256 "5e2bfe822c0c4c75379e462340d78d26065481263f215db5511ed2e3bb40ade5" license "MIT" head "https://github.com/charmbracelet/gum.git", branch: "main" From 872beb90d4e242aed27622e76ca7c7f9a3c9889c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:01:12 +0000 Subject: [PATCH 00570/10074] immudb 1.9.7 --- Formula/i/immudb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/immudb.rb b/Formula/i/immudb.rb index 62c51141e53ec..7519757e290ae 100644 --- a/Formula/i/immudb.rb +++ b/Formula/i/immudb.rb @@ -1,8 +1,8 @@ class Immudb < Formula desc "Lightweight, high-speed immutable database" homepage "https://immudb.io/" - url "https://github.com/codenotary/immudb/archive/refs/tags/v1.9.6.tar.gz" - sha256 "23ffc0db0f09a76b5fbeb4ac99288eb710bb76328a62eebfd5b3c496a333b06f" + url "https://github.com/codenotary/immudb/archive/refs/tags/v1.9.7.tar.gz" + sha256 "0ef5973544d55cdf6253f9150fdffc0ee6e741ec85ae659d87b5304fe8ac8660" license "Apache-2.0" head "https://github.com/codenotary/immudb.git", branch: "master" From a18562dc10400b7e28acb96cd9f571dd99d63740 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:02:06 +0000 Subject: [PATCH 00571/10074] jsrepo 2.3.1 --- Formula/j/jsrepo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index cc6c10139dcf4..52640e40c3e5e 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -1,8 +1,8 @@ class Jsrepo < Formula desc "Build and distribute your code" homepage "https://jsrepo.dev/" - url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.3.0.tgz" - sha256 "17ea7dae5f11c243218ef89ebacc8b824eb39da01eb8763505e1d3917ce205ea" + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.3.1.tgz" + sha256 "6b84132c41811e67d66c9c0643e72623bfbe301559f23b062a63870a11cfb90d" license "MIT" bottle do From e102cd3007ad1dd49e4d3a4ac7b1f05536f902d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:02:30 +0000 Subject: [PATCH 00572/10074] karmadactl 1.14.0 --- Formula/k/karmadactl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/karmadactl.rb b/Formula/k/karmadactl.rb index 4df0a84a5514a..f9df644af8f7b 100644 --- a/Formula/k/karmadactl.rb +++ b/Formula/k/karmadactl.rb @@ -1,8 +1,8 @@ class Karmadactl < Formula desc "CLI for Karmada control plane" homepage "https://karmada.io/" - url "https://github.com/karmada-io/karmada/archive/refs/tags/v1.13.3.tar.gz" - sha256 "c656e3b4a530cb0ff035f86d7b82775e6cfbc74dad9da451df0c60752b929eb1" + url "https://github.com/karmada-io/karmada/archive/refs/tags/v1.14.0.tar.gz" + sha256 "f53776a352b0f6da4abe5b163cb7d764ab9c580e8c44e001af2c46485eb3d4f8" license "Apache-2.0" head "https://github.com/karmada-io/karmada.git", branch: "master" From 5be7721ef1ef84f2f0a097cdfa179d32da12dcaa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:05:09 +0000 Subject: [PATCH 00573/10074] llama.cpp 5540 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 352719ddce47c..ab9781d3eb2c4 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5530", - revision: "6385b843a8dc8e15b8362196039720c58dd79fa2" + tag: "b5540", + revision: "291f2b6913c7ef8350dbf0e77da38f7af131a08e" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From c66f2a56738a70fdc4b1f8bd0d67af8a85ea6fac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:05:44 +0000 Subject: [PATCH 00574/10074] manticoresearch 9.7.2 --- Formula/m/manticoresearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index 3e9ec7f86afe8..b6e66e1f40cfb 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -1,8 +1,8 @@ class Manticoresearch < Formula desc "Open source text search engine" homepage "https://manticoresearch.com" - url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/9.7.0.tar.gz" - sha256 "41c4000144b74a9aa2e4b83f8bce021430359eb7b98ce0a3aa9582fa403d8bf1" + url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/9.7.2.tar.gz" + sha256 "3b2c196df3e5ac24e59a5815752d6e5b1317413b6292af0d4b5673433a8c6d41" license all_of: [ "GPL-3.0-or-later", "GPL-2.0-only", # wsrep From bd48e090785736750544ac3cc989f4987e737093 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:06:04 +0000 Subject: [PATCH 00575/10074] martin 0.17.0 --- Formula/m/martin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/martin.rb b/Formula/m/martin.rb index e93afcca08e55..3f157703792a0 100644 --- a/Formula/m/martin.rb +++ b/Formula/m/martin.rb @@ -1,8 +1,8 @@ class Martin < Formula desc "Blazing fast tile server, tile generation, and mbtiles tooling" homepage "https://martin.maplibre.org" - url "https://github.com/maplibre/martin/archive/refs/tags/v0.16.0.tar.gz" - sha256 "45ba255464607583f71d692989d54ca557c7595a900ed0600c02d1695489e507" + url "https://github.com/maplibre/martin/archive/refs/tags/v0.17.0.tar.gz" + sha256 "61b495e96d6d75e9d65057c9b4c95ed78fcdab6dfa2b73424cbc930431e99e6c" license any_of: ["Apache-2.0", "MIT"] bottle do From a7e31581e96d1d731af71f3add4f492efe0bb97b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:09:38 +0000 Subject: [PATCH 00576/10074] oxen 0.35.0 --- Formula/o/oxen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxen.rb b/Formula/o/oxen.rb index 672c9d3424194..8b7197c11949d 100644 --- a/Formula/o/oxen.rb +++ b/Formula/o/oxen.rb @@ -1,8 +1,8 @@ class Oxen < Formula desc "Data VCS for structured and unstructured machine learning datasets" homepage "https://www.oxen.ai/" - url "https://github.com/Oxen-AI/Oxen/archive/refs/tags/v0.34.8.tar.gz" - sha256 "668e0ccbbf713e4875ed11366fc155af850531ae18517270c579ae9200174c1d" + url "https://github.com/Oxen-AI/Oxen/archive/refs/tags/v0.35.0.tar.gz" + sha256 "f8301be0615b5e489ea7ec6811a04e6730424c05710b22453b3b1c66e946dcf9" license "Apache-2.0" head "https://github.com/Oxen-AI/Oxen.git", branch: "main" From cf3f7aba2ac586573335afd84718b0624ac0678c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:12:26 +0000 Subject: [PATCH 00577/10074] questdb 8.3.3 --- Formula/q/questdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/questdb.rb b/Formula/q/questdb.rb index 4faf64aecfec2..15f05343abc79 100644 --- a/Formula/q/questdb.rb +++ b/Formula/q/questdb.rb @@ -1,8 +1,8 @@ class Questdb < Formula desc "Time Series Database" homepage "https://questdb.io" - url "https://github.com/questdb/questdb/releases/download/8.3.2/questdb-8.3.2-no-jre-bin.tar.gz" - sha256 "e72695f9e85c6a65c855066fb5edbec94774168b1e476905ba1bf365bdd2658f" + url "https://github.com/questdb/questdb/releases/download/8.3.3/questdb-8.3.3-no-jre-bin.tar.gz" + sha256 "0b796112083d7ab018495e2a53ec6a3ccd586ea0888fb9aa995ceefba058fa92" license "Apache-2.0" livecheck do From 080ea681aca0ad42ae478a13b9556f26ff0599da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:12:58 +0000 Subject: [PATCH 00578/10074] regal 0.34.0 --- Formula/r/regal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/regal.rb b/Formula/r/regal.rb index 934e92f3d2535..5bbbcb2027250 100644 --- a/Formula/r/regal.rb +++ b/Formula/r/regal.rb @@ -1,8 +1,8 @@ class Regal < Formula desc "Linter and language server for Rego" homepage "https://docs.styra.com/regal" - url "https://github.com/StyraInc/regal/archive/refs/tags/v0.33.1.tar.gz" - sha256 "a441bd912e7b462674f039a46d77dcbe20da0bad1eb269746e3546d05c77d7e3" + url "https://github.com/StyraInc/regal/archive/refs/tags/v0.34.0.tar.gz" + sha256 "ced1e3c6d6e9652b87dd84d2ea828c493eb33b858da0c8f2da8d23e404331bf2" license "Apache-2.0" head "https://github.com/StyraInc/regal.git", branch: "main" From 213a9f19cbdda9a4e986d1f19ce4c4ad29c5d418 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:14:27 +0000 Subject: [PATCH 00579/10074] securefs 1.1.1 --- Formula/s/securefs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/securefs.rb b/Formula/s/securefs.rb index ae36e8e6a720e..b22ba4cde1567 100644 --- a/Formula/s/securefs.rb +++ b/Formula/s/securefs.rb @@ -1,8 +1,8 @@ class Securefs < Formula desc "Filesystem with transparent authenticated encryption" homepage "https://github.com/netheril96/securefs" - url "https://github.com/netheril96/securefs/archive/refs/tags/v1.1.0.tar.gz" - sha256 "3b1d75c8716abafebd45466ddde33dba0ba93371d75ff2b8594e7822d29bd1f9" + url "https://github.com/netheril96/securefs/archive/refs/tags/v1.1.1.tar.gz" + sha256 "a4b0ceaaca98d25ed062bce0649bd43c83d5ea78d93d1fa4f227a2d59bfb7e62" license "MIT" head "https://github.com/netheril96/securefs.git", branch: "master" From eb6b4947a81f284f63d573a130930d52bd11a4c5 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 30 May 2025 17:14:51 +0300 Subject: [PATCH 00580/10074] unciv 4.16.12 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/u/unciv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index 286c11fc0e08c..60c744d04b7dd 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -1,8 +1,8 @@ class Unciv < Formula desc "Open-source Android/Desktop remake of Civ V" homepage "https://github.com/yairm210/Unciv" - url "https://github.com/yairm210/Unciv/releases/download/4.16.11/Unciv.jar" - sha256 "df6a0779da820135a317e9d5d4e0198d0e55d64f5a0091c5fd0261a484bc963a" + url "https://github.com/yairm210/Unciv/releases/download/4.16.12/Unciv.jar" + sha256 "c89c22b92380f559536c308fe75df9e3ea5ffe7580ba99f1e24d613094a3d1da" license "MPL-2.0" livecheck do From 453af375c108df30edc741cba6f2797de3cabe15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:15:00 +0000 Subject: [PATCH 00581/10074] sk 0.18.0 --- Formula/s/sk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sk.rb b/Formula/s/sk.rb index 611b983c8e0ab..d079f87a735fb 100644 --- a/Formula/s/sk.rb +++ b/Formula/s/sk.rb @@ -1,8 +1,8 @@ class Sk < Formula desc "Fuzzy Finder in rust!" homepage "https://github.com/lotabout/skim" - url "https://github.com/lotabout/skim/archive/refs/tags/v0.17.3.tar.gz" - sha256 "eaba823a9cd488785d5b901eb2d4bd1307fe8614ca80b83022e4ecbfcbb70cfd" + url "https://github.com/lotabout/skim/archive/refs/tags/v0.18.0.tar.gz" + sha256 "028cabc0df171c34343fae340132a2b718aae4f405320b11c47f22173ca43b57" license "MIT" head "https://github.com/lotabout/skim.git", branch: "master" From 0c1ef0ced321449175b8ba99089664d0815d42ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:15:19 +0000 Subject: [PATCH 00582/10074] dbhash: update 3.50.0 bottle. --- Formula/d/dbhash.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/d/dbhash.rb b/Formula/d/dbhash.rb index 407a3dbe9d78c..a60f0079a7ba9 100644 --- a/Formula/d/dbhash.rb +++ b/Formula/d/dbhash.rb @@ -13,14 +13,14 @@ class Dbhash < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "ae28f827d09d908f3da16c9b1a12433426a97dc60d0ac81c1911889ac927be36" - sha256 cellar: :any, arm64_sonoma: "2ace67ff9b9fb828fea069f75e3f145f34a75812064d5a2d4f2cab8f207645de" - sha256 cellar: :any, arm64_ventura: "87ba3e3253e6cc53ee7e85080ec87479ca03ab731f7016e9078678791299bd51" - sha256 cellar: :any, sequoia: "2c287f8b1f91100678360da7d0bcaf3104184abfa988a4f14898d0d46b0c49ed" - sha256 cellar: :any, sonoma: "1d86fbd5e946a7350314e97f83d11391b6fda2057847e6becde9e2794781eabd" - sha256 cellar: :any, ventura: "3cc8606a4715a6fe538c30e706f3ed3623abc9e717d5de82e1798cd85bcc474c" - sha256 cellar: :any_skip_relocation, arm64_linux: "d8230ee5aafbb5843b8b18bd00eedf66192bd21cc0c52eaca7ea5204417b5641" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c1b5ebde8a417626e5e7c5be1f91779587fa3e59f19b5fdd521a6c76be838a4" + sha256 cellar: :any, arm64_sequoia: "022061864312b3ef9002254a668e33027e36d6fd13547929b1a2513f19c1514f" + sha256 cellar: :any, arm64_sonoma: "1138e792e57800f81948491a820ffdb5c1674b0b783062fb690d8cbab863dfdb" + sha256 cellar: :any, arm64_ventura: "60a48091a3024b4ae5145086c8bb1360cec5f888d88cc3f46adbf7e9c35131da" + sha256 cellar: :any, sequoia: "32fa6d137ad56b0a69468d9498fcb9eb583f57ac7d17ce7a01c8fcb9f20f1598" + sha256 cellar: :any, sonoma: "01c4118cc4a74ffcf842275b993e2770415a503669d0ddbf025d1b6149b80125" + sha256 cellar: :any, ventura: "54f6667832e75f36f4106bc8cc9f065c42d6a97b33e50bedb635209723b62228" + sha256 cellar: :any_skip_relocation, arm64_linux: "e1717ea2dbc674939ae64f4a9fea34098988be280fb7b224fdfb9ac788944f46" + sha256 cellar: :any_skip_relocation, x86_64_linux: "773c9edd59cb2dc02b92ed493024d3abc5616e8926cb4a53749e1a906f4efd76" end uses_from_macos "tcl-tk" => :build From 1ba9c4c40cb2726d4426157cdb4e7c018c1d3d3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:15:19 +0000 Subject: [PATCH 00583/10074] lemon: update 3.50.0 bottle. --- Formula/l/lemon.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/l/lemon.rb b/Formula/l/lemon.rb index 16bcae42acc2a..d0757d55be171 100644 --- a/Formula/l/lemon.rb +++ b/Formula/l/lemon.rb @@ -13,14 +13,14 @@ class Lemon < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d2a76e2c08439261c82871c9f07dda15a0c3eb49630ff32722a76ecbdfe6544" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "281a30a1db4b546955430194d7b4875adb0b0b645c089f2bdc4eaefc4553dbb0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5e8b103446b7650c049ce821232303b5fc628e4f17753162d3ed5c22ed757c81" - sha256 cellar: :any_skip_relocation, sequoia: "acf3a9e67f1831df7b4ef3b2964c864d3a2f69c7101dfdbac049eb8fd2e3c727" - sha256 cellar: :any_skip_relocation, sonoma: "9362506ffa703973a49a3a8d9f5ff2d4b3fd1c50d18db55c9508ae96499a7d5f" - sha256 cellar: :any_skip_relocation, ventura: "6c80e973fc996f2f054c9e86ba23590a01496e2ba863a34e72eba8227f578b08" - sha256 cellar: :any_skip_relocation, arm64_linux: "4b29791edc131d0ea499c79cb006a49a40fbb1fdb998d74c6fcb2719ccf1e3aa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "051ffd81a05525589d6b28b14a049dca4fb4f5e8f3ee0bff7764e47e809213cd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5ee461cd900642be555bb4c482b6bf362a22bf4a8fc79c31c28ebbd13e44666" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c429609c354c358de698b47d5988b3593cfae29a3f7cf566be3465d43f6f6d95" + sha256 cellar: :any_skip_relocation, arm64_ventura: "626e8c32d57cb2e0d52d90c6ce9165a64fbc14ba37e949de84cb2a3266fefea4" + sha256 cellar: :any_skip_relocation, sequoia: "8e4df66457c8a7fa2e11adf507c97830ceb6b1b7d9e3627155debf73d2ee6b5a" + sha256 cellar: :any_skip_relocation, sonoma: "fcfa27ee8cfbbdd4e2ceefd6c4572d503576a5c11f7f6f2997aec344436121ec" + sha256 cellar: :any_skip_relocation, ventura: "9cca0e0341ee329d091de3ef81986252738863195011794aaeb260eccb9c405b" + sha256 cellar: :any_skip_relocation, arm64_linux: "8780dbde3a5c461afe09194eee02970067ac9c48796f46897db87dd85801ff28" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3fc24ba909bfeb0b3bfbae574d513af4dd026380b508f6773b0929f00b2e9b56" end # Submitted the patch via email to the upstream From 57434af6a4aaa255016ddf34aaa3828c4ad668bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:15:19 +0000 Subject: [PATCH 00584/10074] sqldiff: update 3.50.0 bottle. --- Formula/s/sqldiff.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/s/sqldiff.rb b/Formula/s/sqldiff.rb index 57080e7528c04..80eb6cf7cff67 100644 --- a/Formula/s/sqldiff.rb +++ b/Formula/s/sqldiff.rb @@ -13,14 +13,14 @@ class Sqldiff < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "0ef62a84468fd2e58d2c5fd5ebdadb2171c3be8c29f893fb1275ba4d9204fc08" - sha256 cellar: :any, arm64_sonoma: "2fb3577dd9cce4cf52a5fb1c77b988b87b0f7cccf9fa2e41fa5eb45806760efa" - sha256 cellar: :any, arm64_ventura: "76813bf4ff104932e7abfcb8d77fe89cbb87f0effa2fef532830b19472428617" - sha256 cellar: :any, sequoia: "20eac7abca9782511b6173d380bc76b631340c0e2e4f42496f56191c85f433ce" - sha256 cellar: :any, sonoma: "23c11e3e7e84c7b809698ac48ca4a6ea1f24515328234bfffdd55860bec5eddd" - sha256 cellar: :any, ventura: "8bef608a453820084aa38325ce635802e9c97634045d9edfa1f76934915660ac" - sha256 cellar: :any_skip_relocation, arm64_linux: "2f605a3572f0f0da27a0b3e1834394af63e243360c4123e022547b36dca47d73" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1d0cb48d7e011b83a067cfb5880ee3f9cc949996084ddcd7fd03b46893c3d68b" + sha256 cellar: :any, arm64_sequoia: "96cc2fa6bfb0641869b1b283cead6fc9f3a762a2fca445c03bd152128e1b0bc2" + sha256 cellar: :any, arm64_sonoma: "c5528848518b11ca376a3ef8ece699841a0224129c55c639abe627252685d282" + sha256 cellar: :any, arm64_ventura: "927b9690ffba78f8bd451d7e21c5363bf1560cecd94b357c67446e1dba1d26ae" + sha256 cellar: :any, sequoia: "0bec7d8a4f5c0c3e30c2ed80d8fb446e99a3a6e6a44f7340848f9adefaa7dd17" + sha256 cellar: :any, sonoma: "895af9dfa940fe5095a1108ee1997978affa43bb560a77a098951d91efc66314" + sha256 cellar: :any, ventura: "a1bc3eb3521b58f42009fea2963145c8e886d1943e64759e37b380bcc316e061" + sha256 cellar: :any_skip_relocation, arm64_linux: "32afc1e73b7c45e58383d43c55838066b16b6bde13661a76961ee974c98855c8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "33efd819fd4d75f54706965617a2db25dba6d7d025b0209c394cf9c0adca8196" end uses_from_macos "tcl-tk" => :build From e4b5c9c4756f832c5dc794b70cd4fa307e73c9aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:15:19 +0000 Subject: [PATCH 00585/10074] sqlite: update 3.50.0 bottle. --- Formula/s/sqlite.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/s/sqlite.rb b/Formula/s/sqlite.rb index d387718cb6808..2672e6b2cfd66 100644 --- a/Formula/s/sqlite.rb +++ b/Formula/s/sqlite.rb @@ -17,14 +17,14 @@ class Sqlite < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "efe9021681f4fc983b282f40ea62713f9cde2fae38436b4ee884737f76f56500" - sha256 cellar: :any, arm64_sonoma: "80fbe2514bdfccd2306a829b994e7b5d631345a11cfe62e26d56ca980bf6a49d" - sha256 cellar: :any, arm64_ventura: "c57fe253970bba86619d0ee62a5344074801de8260fcd7210d779973780d30d5" - sha256 cellar: :any, sequoia: "4ce1095909a4a45d39d691c537ec5d526531a64ea0effa27a2374a4de1f8c580" - sha256 cellar: :any, sonoma: "fbf7a928baca989555ec91e9469a3d96682865d53e0072da19aae63a1066f0a2" - sha256 cellar: :any, ventura: "67eb3623e2d69ad3896fee39f4c7a38e7121c1738af7f57baab47a72b17e2b7d" - sha256 cellar: :any_skip_relocation, arm64_linux: "9b3f3bf1656a66e99837807d73422ae8f3c51277907bd928d6cccb68e9853e3d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "347e2e03572231f7045186c692844fe05fb33856c578af85eab861790385065c" + sha256 cellar: :any, arm64_sequoia: "f60f3563efb77f189f8031983202321acf157e8154894c0d2e2a95f4e9778bb1" + sha256 cellar: :any, arm64_sonoma: "1b6fe3f213111a6acd6ff1f0a306397bb24a91e07274e211c0e3c05e3402d249" + sha256 cellar: :any, arm64_ventura: "ed9c712e252475b5c55475025a02c99f80f2249ff1f77831d05b6c5f8643573b" + sha256 cellar: :any, sequoia: "862abec653af982a1018b6fd993c8319cd08937e7804e1f9170b25d05ff77be6" + sha256 cellar: :any, sonoma: "d326d201776c20be1061c687ad12d1babf0e3be4b0fedf52badd89eb3bf57616" + sha256 cellar: :any, ventura: "ef974de3f1e6adf9cda43de2b77e100a33653699dde9a9f826985f103e9a848b" + sha256 cellar: :any_skip_relocation, arm64_linux: "f32267be3e39fa4788b6ed85873541143f67f39fd2605a95c11a3857ae09ff0e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d0a8d015d81434c9130c51fef8cc67ae64214196549cb5906c20a6600a06fde8" end keg_only :provided_by_macos From c3ca1d99b40ef03d83cf50caa1588364faa9b625 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:15:20 +0000 Subject: [PATCH 00586/10074] sqlite-analyzer: update 3.50.0 bottle. --- Formula/s/sqlite-analyzer.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/s/sqlite-analyzer.rb b/Formula/s/sqlite-analyzer.rb index 4e78127732723..5e1206af6e18c 100644 --- a/Formula/s/sqlite-analyzer.rb +++ b/Formula/s/sqlite-analyzer.rb @@ -13,14 +13,14 @@ class SqliteAnalyzer < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "67cc3291707ff03543cd7dbf0b715f0f5401974dc0c922e0d98b01516028e20e" - sha256 cellar: :any, arm64_sonoma: "a454574109e0650c6a97eaaa1ccf74c0d97999fe4f7ef2a4f9323a6d4fe80cd8" - sha256 cellar: :any, arm64_ventura: "6f141f8745b047a8a0c9c1242e649b6ff4a10cf3e74306ec8849d82b62df16ea" - sha256 cellar: :any, sequoia: "6596e7af88be2d70ad921d0438ae32f48775af94c79ac73b8f57f41198846ab0" - sha256 cellar: :any, sonoma: "472ef3a7bca1791cd68980a792fb08218a77b149de4441d375cedfb6aee2cb15" - sha256 cellar: :any, ventura: "43d649c1b152794475d0a69aaf8db30b82db957d471fc7642fe35305b1d9684b" - sha256 cellar: :any_skip_relocation, arm64_linux: "2e5c92aaf3c647f76266750f705a223b9b5826c081c00f3c2495871070916361" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f3371b2d5811117f606857e3f0ddb826affa2c2c140e8738e86037257eff2286" + sha256 cellar: :any, arm64_sequoia: "559da968b936660e31408e76000d4a15152b44f1773974ec667ddb896192e97a" + sha256 cellar: :any, arm64_sonoma: "0b0282a7c8747caffcf87fcad405efc2b97c4175ade2e05fc826e841a2989c9b" + sha256 cellar: :any, arm64_ventura: "1f9403054cd726dd14fdcc9af7df929b823dcdc9044ead2152b96485e75c5a7d" + sha256 cellar: :any, sequoia: "0f467f4751400ac070c3c5ea8766143062fae83cc7c6fb896994e2f1dcabdcd1" + sha256 cellar: :any, sonoma: "65517fbb625211717792bb0fe0c0e07fbaddbcbc99527596cc0222f055fec116" + sha256 cellar: :any, ventura: "29eb3089b5bf18adeea747032bf7139d82ef83bab051ac8c47fb563f5e62d206" + sha256 cellar: :any_skip_relocation, arm64_linux: "fc05d42209dee8361c8e931f555bbd93955f66c4883bee67157760926ed4e20e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d2b6f074b0ebdd2572d758337c6006defd1272bb2f3082f419791d0f731c8508" end uses_from_macos "sqlite" => :test From 5c4d2f746000dd59fab69cd049711e8b42fdbaaa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:16:05 +0000 Subject: [PATCH 00587/10074] storj-uplink 1.130.1 --- Formula/s/storj-uplink.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index eea0e49ebb2c0..06cf9979f2ae5 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -1,8 +1,8 @@ class StorjUplink < Formula desc "Uplink CLI for the Storj network" homepage "https://storj.io" - url "https://github.com/storj/storj/archive/refs/tags/v1.129.2.tar.gz" - sha256 "6c191aa90064a255ac6bde13ca425af75efd72ffc2c3e0f72b6bbd92190016bb" + url "https://github.com/storj/storj/archive/refs/tags/v1.130.1.tar.gz" + sha256 "24452dc5b6b5087937ebe6bc705eed65064b9e523028e4b3a6372efada10971f" license "AGPL-3.0-only" # Upstream creates stable releases and marks them as "pre-release" before From a6202f164231c58718784bdf658133ed0fd9ff49 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:18:26 +0000 Subject: [PATCH 00588/10074] vet 1.11.0 --- Formula/v/vet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vet.rb b/Formula/v/vet.rb index 512fc2b3b27fc..5d70c64b4a8d1 100644 --- a/Formula/v/vet.rb +++ b/Formula/v/vet.rb @@ -1,8 +1,8 @@ class Vet < Formula desc "Policy driven vetting of open source dependencies" homepage "https://github.com/safedep/vet" - url "https://github.com/safedep/vet/archive/refs/tags/v1.10.4.tar.gz" - sha256 "22337924658523febca28d1ae498a1bead6978b1d75f8501fbc08419e0a42213" + url "https://github.com/safedep/vet/archive/refs/tags/v1.11.0.tar.gz" + sha256 "bb399c825a8dc83dcf0da9aae4796aa1e1cfed6a1a1b88ad82619e5050de5e87" license "Apache-2.0" bottle do From d1567331be0117518d592dd784559621a97c32bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:21:17 +0000 Subject: [PATCH 00589/10074] exercism: update 3.5.5 bottle. --- Formula/e/exercism.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/e/exercism.rb b/Formula/e/exercism.rb index 7a3bd8bed2cef..3e7cabaa1447a 100644 --- a/Formula/e/exercism.rb +++ b/Formula/e/exercism.rb @@ -12,13 +12,12 @@ class Exercism < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "edbed801d51e954a07e8361b1f046e7debe55a8d1f3395cb1b76119c322e6843" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "edbed801d51e954a07e8361b1f046e7debe55a8d1f3395cb1b76119c322e6843" - sha256 cellar: :any_skip_relocation, arm64_ventura: "edbed801d51e954a07e8361b1f046e7debe55a8d1f3395cb1b76119c322e6843" - sha256 cellar: :any_skip_relocation, sonoma: "73e1f0791210f733ad58582e961694a6e48073fc3c05211fec65f187d446f1a8" - sha256 cellar: :any_skip_relocation, ventura: "73e1f0791210f733ad58582e961694a6e48073fc3c05211fec65f187d446f1a8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8db0470e98aa26162d4a8c02de1c650665b43b9331eac64e2a98cfa495993701" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b311c3642def3e11ae44e4b6b90ee243f00bc59c663c3c6ab9cc1bc43cd9762" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b311c3642def3e11ae44e4b6b90ee243f00bc59c663c3c6ab9cc1bc43cd9762" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6b311c3642def3e11ae44e4b6b90ee243f00bc59c663c3c6ab9cc1bc43cd9762" + sha256 cellar: :any_skip_relocation, sonoma: "18e7eecdb457f42735e41d75c673eae542368dbff1ea53deb02e1b5cdc71da98" + sha256 cellar: :any_skip_relocation, ventura: "18e7eecdb457f42735e41d75c673eae542368dbff1ea53deb02e1b5cdc71da98" + sha256 cellar: :any_skip_relocation, x86_64_linux: "466a70c1d2431a89d961596adc39ec2a1a99ae149426fe3884d52c44901f6b3a" end depends_on "go" => :build From 593e83627e024991f7a2f4b2ce13987c86628f13 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:25:13 +0000 Subject: [PATCH 00590/10074] codesnap: update 0.12.8 bottle. --- Formula/c/codesnap.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codesnap.rb b/Formula/c/codesnap.rb index 48624b5cb8fc1..8d98c05625475 100644 --- a/Formula/c/codesnap.rb +++ b/Formula/c/codesnap.rb @@ -7,13 +7,13 @@ class Codesnap < Formula head "https://github.com/codesnap-rs/codesnap.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "57ae94bd2e89509e4361eb43ae744b6f800aa4fc06cdab6f60376b625ee774d7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae3d83f193d4648ed80cd3423cc558153014898c0ee1e45ef8c18a031496b138" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4980f31d0c6da5982094d7b75de2123d758d0f7ae58094450781f411d4c97e6e" - sha256 cellar: :any_skip_relocation, sonoma: "517b769bb4782a5876a60c31a396a614c4705b6cdda8783cd6b509dd084df3de" - sha256 cellar: :any_skip_relocation, ventura: "9860c76aaaba3aeacc3dfdfab0b08e142a06e800d845021335dca9bd76de6ae0" - sha256 cellar: :any_skip_relocation, arm64_linux: "bc4fe32c8a7527a273dc72cce1d8cb5a838cf3369b389bbf1f4c4f6ef90dcf0c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f4e42c9a85a6a9ec350ea882bd48dbb2719110d534c0a9ed23a4599a94f29e4d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e23a58c15d4dbc40b28e6027fc8352bad561c8cbbad93d15c92e5787c8e6de5b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "005b1adb479741b5bd0b39264107098d19bba547e1805d5adffa6c4154b4166f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6e337a05ce4d966c9799fd8bd52e51dfdac62e29c84aaef1b4a3316832508e91" + sha256 cellar: :any_skip_relocation, sonoma: "6f531d38c2731831b260fb41a60941b3a30ec06fb227a629a7d853ce80bfd2d0" + sha256 cellar: :any_skip_relocation, ventura: "ee774c1ae669214b4bb31e372806414234d479f510f4fe561503e1636633cb14" + sha256 cellar: :any_skip_relocation, arm64_linux: "7456b517fb09d6a6e7ecd619dbe1c962e6ca2524e0abe2019f29b0ea4091083a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "087dba1ec960a55dbdbdbfda15c7159070b5df0bd224a2800174313da9af090d" end depends_on "pkgconf" => :build From 15d6a6576ea8b8ce5fec1466d0f3213eab74a308 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:28:00 +0000 Subject: [PATCH 00591/10074] securefs: update 1.1.1 bottle. --- Formula/s/securefs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/securefs.rb b/Formula/s/securefs.rb index b22ba4cde1567..54e13e5f08ea2 100644 --- a/Formula/s/securefs.rb +++ b/Formula/s/securefs.rb @@ -12,8 +12,8 @@ class Securefs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "3b879094da4e2b3d921914a75da6bae7658b043368aad430da4124a335f036d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f099926ebca39fe7b996b3ebcfb7a7b075e969a6ca579c8b5de87318331bc812" + sha256 cellar: :any_skip_relocation, arm64_linux: "bd3859fa0e66a8ddcf4d10c2d5f5c4e6603ed59deac9b9411673b95bc7b0cbd1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "64e1385d7accecb9dfa73a938ec5192bab09c159e0202b17473be9aaed75f119" end depends_on "cmake" => :build From 854b0887e2c24fe553ac3fea9efcc87e6c06243c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 10:28:20 -0400 Subject: [PATCH 00592/10074] gcsfuse 2.12.2 Signed-off-by: Rui Chen --- Formula/g/gcsfuse.rb | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/Formula/g/gcsfuse.rb b/Formula/g/gcsfuse.rb index 5392fa36860c9..3daaf926b5f3d 100644 --- a/Formula/g/gcsfuse.rb +++ b/Formula/g/gcsfuse.rb @@ -1,8 +1,8 @@ class Gcsfuse < Formula desc "User-space file system for interacting with Google Cloud" homepage "https://github.com/googlecloudplatform/gcsfuse" - url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.12.1.tar.gz" - sha256 "f2645cfb7e485df0791bf8774d3b39081132c1e9bedc173f8952759a46a1b76c" + url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.12.2.tar.gz" + sha256 "500048d3659454ada2d2cad790ec8641dde5ffb2419d040218d7e35f46bce251" license "Apache-2.0" head "https://github.com/GoogleCloudPlatform/gcsfuse.git", branch: "master" @@ -20,8 +20,6 @@ class Gcsfuse < Formula depends_on "libfuse" depends_on :linux # on macOS, requires closed-source macFUSE - patch :DATA - def install # Build the build_gcsfuse tool. Ensure that it doesn't pick up any # libraries from the user's GOPATH; it should have no dependencies. @@ -38,18 +36,3 @@ def install system "#{sbin}/mount.gcsfuse", "--help" end end - -__END__ -diff --git a/tools/build_gcsfuse/main.go b/tools/build_gcsfuse/main.go -index b1a4022..678f747 100644 ---- a/tools/build_gcsfuse/main.go -+++ b/tools/build_gcsfuse/main.go -@@ -134,8 +134,6 @@ func buildBinaries(dstDir, srcDir, version string, buildArgs []string) (err erro - cmd := exec.Command( - "go", - "build", -- "-C", -- srcDir, - "-o", - path.Join(dstDir, bin.outputPath)) - From 8f4b704d6e0529ca7053159ab5790dc621baedd5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:36:37 +0000 Subject: [PATCH 00593/10074] git-who: update 1.1 bottle. --- Formula/g/git-who.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-who.rb b/Formula/g/git-who.rb index 3f8e9352ca3b2..51ab95e0bac82 100644 --- a/Formula/g/git-who.rb +++ b/Formula/g/git-who.rb @@ -7,12 +7,12 @@ class GitWho < Formula head "https://github.com/sinclairtarget/git-who.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c3fc7c9c8d9ffaf9b0ecab177642f88048b4be4c69dea359a22658df9becc7ab" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3fc7c9c8d9ffaf9b0ecab177642f88048b4be4c69dea359a22658df9becc7ab" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c3fc7c9c8d9ffaf9b0ecab177642f88048b4be4c69dea359a22658df9becc7ab" - sha256 cellar: :any_skip_relocation, sonoma: "8fa1c8a8916e9155e013cd2d837f81d54fa469b8ddd6860de58eda94a5fb45c7" - sha256 cellar: :any_skip_relocation, ventura: "8fa1c8a8916e9155e013cd2d837f81d54fa469b8ddd6860de58eda94a5fb45c7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "99712284e5607eb6523e764da7993c7ab7056a5edcf9fa1148efe58e7f1b3d59" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d1a53fb17a9a37e67ca3f9e59b2816c53ca34204c0779ed84a94aa27e1f5e10d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1a53fb17a9a37e67ca3f9e59b2816c53ca34204c0779ed84a94aa27e1f5e10d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d1a53fb17a9a37e67ca3f9e59b2816c53ca34204c0779ed84a94aa27e1f5e10d" + sha256 cellar: :any_skip_relocation, sonoma: "738e5938dbf462fcf3d297d72a77ca47252fcfacc7202296fc78bc0987875364" + sha256 cellar: :any_skip_relocation, ventura: "738e5938dbf462fcf3d297d72a77ca47252fcfacc7202296fc78bc0987875364" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d740e976ce6a927fafe9f33d361079510d3388307e61d85273f2d048932e321" end depends_on "go" => :build From 5199ef5cf5f66766797820a91892e6fe9afb182e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:41:08 +0000 Subject: [PATCH 00594/10074] hebcal: update 5.9.2 bottle. --- Formula/h/hebcal.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hebcal.rb b/Formula/h/hebcal.rb index dcfd371c8ec68..0a1261c2b4aa2 100644 --- a/Formula/h/hebcal.rb +++ b/Formula/h/hebcal.rb @@ -7,13 +7,13 @@ class Hebcal < Formula head "https://github.com/hebcal/hebcal.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c74fc0ef1119ec3a1a5dd217a143a4db3c7059bfeaed0e641dba45b36f3899f0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c74fc0ef1119ec3a1a5dd217a143a4db3c7059bfeaed0e641dba45b36f3899f0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c74fc0ef1119ec3a1a5dd217a143a4db3c7059bfeaed0e641dba45b36f3899f0" - sha256 cellar: :any_skip_relocation, sonoma: "055635a9095aba81c7791c2bdf61dd8f2a11c282ac97063ac9efbf8cd45fca4e" - sha256 cellar: :any_skip_relocation, ventura: "055635a9095aba81c7791c2bdf61dd8f2a11c282ac97063ac9efbf8cd45fca4e" - sha256 cellar: :any_skip_relocation, arm64_linux: "c5ce685f3b7dc7077439752d70e410243c14753c0dd3557c9ff6cb8f9556b1a0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d43bb291820a811552e1378ea59e766946619a41471aa4d178d99048599d1710" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "33f08f3851f5558ff08affec6c4b17a3fba114922780cdc0b8438d12b7d7144d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "33f08f3851f5558ff08affec6c4b17a3fba114922780cdc0b8438d12b7d7144d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "33f08f3851f5558ff08affec6c4b17a3fba114922780cdc0b8438d12b7d7144d" + sha256 cellar: :any_skip_relocation, sonoma: "7cf8b55b257ad32f8e8459aa9aeb6672954ed250f58afaba3bde11992874703e" + sha256 cellar: :any_skip_relocation, ventura: "7cf8b55b257ad32f8e8459aa9aeb6672954ed250f58afaba3bde11992874703e" + sha256 cellar: :any_skip_relocation, arm64_linux: "73d2dc30b20db718f0531772e0b8008988912fff4af86a0d59dbff5d510a54e8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f158801704a8750cbe7ba564aac630e9239d7ccb9f99f65d7bf95cff9d01d4af" end depends_on "go" => :build From dcb0e34586d54342fbb798b29a669f77ed3f296b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 14:49:43 +0000 Subject: [PATCH 00595/10074] glaze: update 5.3.1 bottle. --- Formula/g/glaze.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index aaba44be2f7b5..594dd592f32fe 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -6,7 +6,7 @@ class Glaze < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "73d5c678624e91232637e75e69e414a83b8bb78cc5e41e84cc09e1867aecf431" + sha256 cellar: :any_skip_relocation, all: "e1d1a42145c11ba27d0be5f4b59bbf4320eff485f04b874faaf56e522d704100" end depends_on "cmake" => [:build, :test] From 6a8b5c0316f8be7c23669a858a2e0ff9a8eb64dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 15:10:26 +0000 Subject: [PATCH 00596/10074] immudb: update 1.9.7 bottle. --- Formula/i/immudb.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/immudb.rb b/Formula/i/immudb.rb index 7519757e290ae..9bbf1b769014e 100644 --- a/Formula/i/immudb.rb +++ b/Formula/i/immudb.rb @@ -12,12 +12,12 @@ class Immudb < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd161e153ab0079172f48878b3cb6e56a27ad41fb33aad546948bc0c4e1f6220" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "055d9fddcf52d9050071be83495d66eecee43c8ef29cf0df7a47244d57601ad4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "464feab4bacebdaf0608b7a392e19bd16876560ada067051dbf745b0f8c3cc89" - sha256 cellar: :any_skip_relocation, sonoma: "3c15a17ea8a351047e8c3b29dadf4faf7fc10e7c83289feb14359008c5326df8" - sha256 cellar: :any_skip_relocation, ventura: "49cb44d5e851ff03a054725bcacbe22a033e808986b9029bccf76569a77dbfa2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eca039e40556b1e10e3a923b8523e6dd1ca6956a03fdc9eba5a2c84e899a3652" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c058538f7307b5872a79ffcdc56d98418ff0f3caf08cf3bf92780f25db1d4c6b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7c78a815a7c0bb015ad93aecd8f7cb7d4b30654d16a93834bcadbdf398a3fa7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c83510b23742af6f9218948412f67807d6389ac32ae2d6d7cf095b747005d8fb" + sha256 cellar: :any_skip_relocation, sonoma: "c58d20894465de1ca48b94b2aae0ab7d7c066563cc8dbe47b8a9f82ae65e9402" + sha256 cellar: :any_skip_relocation, ventura: "9dd0672ac48f89c156e7b9761adec55558d3da501ec2f145a4623a7e0cd71e90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "516f2190467d3e4034564ad637cd3831ca7bb23eaf2d35da79253b218ad64758" end depends_on "go" => :build From ca25082c4950ac09ed068d6645667917c99aca3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 15:12:39 +0000 Subject: [PATCH 00597/10074] karmadactl: update 1.14.0 bottle. --- Formula/k/karmadactl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/karmadactl.rb b/Formula/k/karmadactl.rb index f9df644af8f7b..6a29c8e2cddc4 100644 --- a/Formula/k/karmadactl.rb +++ b/Formula/k/karmadactl.rb @@ -7,13 +7,13 @@ class Karmadactl < Formula head "https://github.com/karmada-io/karmada.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "608ac5bb07946468c6c55928d344c0f5a0b8278ac16a3c263ba9c427aa7c7f57" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a103227dff8cdb8437d12de6c28e6ee052be528ffcf38697b92c1498dd97dcd4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c1029a7b0e899142c71cf67e4cfe19a6ec6cd45acb8642ae9c06008f26ef2fe9" - sha256 cellar: :any_skip_relocation, sonoma: "b25c87bc5e8adc2db5db216aca0a9353e4cd3848ee8ed7d63a8f6453ab08fc55" - sha256 cellar: :any_skip_relocation, ventura: "624e8c2224b967ad18a09582c445026b711bb4da817c53b7020047eb76aa0940" - sha256 cellar: :any_skip_relocation, arm64_linux: "ddbb2010619b4a3c3d777322f808cc0e6c3596f754cc7c542d33083982d63cc3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "527b513d41860faff19afdbac1b5f42cd3d890253eb83dd3bee64ce71c670fa8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "539d6003120f02de12b1bde4060a3007004579fc0da8c274e4fcae66d236ead6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cfb5fda5a1b11305c79941ada6d9419b8f5d5007755a3e7a036ccca3b93d44a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ea505098ec47dd2239ec175f15bec91eec340219b584001576831459db473c7c" + sha256 cellar: :any_skip_relocation, sonoma: "f4782113d695bb1fe390b255589340e957c1ad01901aca452aacb1491361f48f" + sha256 cellar: :any_skip_relocation, ventura: "7ca7ef4cf63338b31611340cf01d06bbb8a17dc72daa64e417c28ebe1521b77c" + sha256 cellar: :any_skip_relocation, arm64_linux: "67c493800b5b2c83a665017b7779d8e4802b46696388b57e398669ee63a90977" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8e70b987d68306386de1a240463509cde35c92954e886f43a1b054da185ebac" end depends_on "go" => :build From 426e20e47e9ec474ff975b6d7f4f62651512ab9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 15:39:21 +0000 Subject: [PATCH 00598/10074] manticoresearch: update 9.7.2 bottle. --- Formula/m/manticoresearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index b6e66e1f40cfb..30aadf9db5c24 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -19,13 +19,13 @@ class Manticoresearch < Formula end bottle do - sha256 arm64_sequoia: "5b5aa8187a3f672c4f60f493069aa3c9beec9357f97c207dd5b74dea6ef64082" - sha256 arm64_sonoma: "ad67d83d54581e75ec5a1c8e8e5b557bec3a7f70852ab81340582fd85f90a15a" - sha256 arm64_ventura: "930e2392bd767c13f109451257e81e78d186c31d524b5dc6988f488f0c391207" - sha256 sonoma: "0c8deadd2d9cd1721a6f811a8009ca09f472861cea6d60a7faba386c392c6d58" - sha256 ventura: "40bf9c95a1b0f725067d3c45e145516cde0dc70204061edbd1b640c0bd513fef" - sha256 arm64_linux: "f5bebe8acf195059a0413bd88911e7a8ebfc8466e00f6fd4cb1db60b53030fe5" - sha256 x86_64_linux: "5385ad610ef5c76d3cda176ecbea49cda9c15598363009b172db9493c102cd0e" + sha256 arm64_sequoia: "ad56ffb968f8e3e72af919a4cd509d485a41daf0fb6088ec0ab07108cb9d681d" + sha256 arm64_sonoma: "c8aec9239a730cff04ad3f97ed990f880dd4ee5f6db777f4cb59a0ab0ca96a84" + sha256 arm64_ventura: "b44a215d873bc0c79941f62b9aed6fc0cad61f710ff98b5a7d3e68d72657c6b9" + sha256 sonoma: "4e29d61e7b60bb520182023c1fd8e3376a887038ea5bcdc4b437fba57b99473a" + sha256 ventura: "fb8f46d9cf3bc02652c42d99ae48eb3dd599292c57b2bd9079fb70f58ec0b9cc" + sha256 arm64_linux: "45380c54cec8a9dd4f3fe41656535d1bb69321b35b21aee48fa62cccafaf611a" + sha256 x86_64_linux: "1f0b76375030b69ba68724d89c0b9c972775058cb8403d46df6df2112f6669ff" end depends_on "cmake" => :build From 6b24c139952139f1231e3d921ead5ef933fc0f3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 15:55:09 +0000 Subject: [PATCH 00599/10074] jsrepo: update 2.3.1 bottle. --- Formula/j/jsrepo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 52640e40c3e5e..85ed076d1b057 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -6,13 +6,13 @@ class Jsrepo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "abc94954a351d463f8c6543733c1d198742a830c06374f51046efa9b6ab55363" - sha256 cellar: :any, arm64_sonoma: "abc94954a351d463f8c6543733c1d198742a830c06374f51046efa9b6ab55363" - sha256 cellar: :any, arm64_ventura: "abc94954a351d463f8c6543733c1d198742a830c06374f51046efa9b6ab55363" - sha256 cellar: :any, sonoma: "1a38375291ecd14e03a2b405d15e21497522b5797d2ae5afaf70d5726d0db620" - sha256 cellar: :any, ventura: "1a38375291ecd14e03a2b405d15e21497522b5797d2ae5afaf70d5726d0db620" - sha256 cellar: :any_skip_relocation, arm64_linux: "8938351eb54e806adf12a68060e1da2db1c258dba114afb03561e44e163a1a06" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c7d1349e846f7557dfcb8bcbae59dd71871eaed8855f6d6fb9b9affb3c369c57" + sha256 cellar: :any, arm64_sequoia: "61c05108ea5115eda0cf8ce52c0de7c1ce39fcc87bf43ab8c14c3b44c57bfd22" + sha256 cellar: :any, arm64_sonoma: "61c05108ea5115eda0cf8ce52c0de7c1ce39fcc87bf43ab8c14c3b44c57bfd22" + sha256 cellar: :any, arm64_ventura: "61c05108ea5115eda0cf8ce52c0de7c1ce39fcc87bf43ab8c14c3b44c57bfd22" + sha256 cellar: :any, sonoma: "d8b0bc591ae06cf1d084dca0ce60d0e40ee59bd354fd462b6b9331810978c80f" + sha256 cellar: :any, ventura: "d8b0bc591ae06cf1d084dca0ce60d0e40ee59bd354fd462b6b9331810978c80f" + sha256 cellar: :any_skip_relocation, arm64_linux: "00d069926ea7c201c20362428ff1e82db52511f63d96e4bcaac19882815b0cce" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e14850f5e4400c11a2a9d20b2648ab20aa8c8357a94f35b8c33513a824787ca9" end depends_on "node" From 479f161b86c5f27e3e4b6c0e8f64daa55d5e1645 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:04:02 +0000 Subject: [PATCH 00600/10074] martin: update 0.17.0 bottle. --- Formula/m/martin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/martin.rb b/Formula/m/martin.rb index 3f157703792a0..ca664fe1ef119 100644 --- a/Formula/m/martin.rb +++ b/Formula/m/martin.rb @@ -6,13 +6,13 @@ class Martin < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdf8a4dbd81d1e71ddb760ec3abad683cf7ac6b80bca2e89e112c485bb3f04a3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "952a48e9ffb9018bb8b705b59c353352fcf8ae66685ee129159a96e96ef4ba89" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5f12ed21d38f2015f688ec434c119be73a30887d48c5b2b293a765ed8a39c8f8" - sha256 cellar: :any_skip_relocation, sonoma: "b317b6efad68b7e530854b586907ddc2a8cba57e23e4706a1a19acf730ac28ef" - sha256 cellar: :any_skip_relocation, ventura: "f76bf5cadbfbaf80150402e3b61a5a91ff7651de783fb018d706322125c59d21" - sha256 cellar: :any_skip_relocation, arm64_linux: "97113c097cd49add4114998a89ec8feb1cfb97c57585c81d7506b98ee5b64da8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "65d54137e39a352ac5722e2bfc671af4c1af017fe07b45b4874103d4ea208193" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b4a75b9f8a45f4b7dfa4707a90e96bce585678e9d5c656296378daa2c458983" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "90c8c7d65788f0ea4de8296dd12f77c9d77fa9bb46430203fe81af9e8a25d4bc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "376af7adc40beb95536d5f81c0388990e648589ed8a7e73ea18a07d5e9087640" + sha256 cellar: :any_skip_relocation, sonoma: "b6af305d19b8e5f42a5a8027ba21d439d03b896a7cdc077d77ea02973164a0ca" + sha256 cellar: :any_skip_relocation, ventura: "cd2e07c18243e83f2b9a4fd69bd97668dc1622ebe9036a443672c7ef867d845e" + sha256 cellar: :any_skip_relocation, arm64_linux: "0bc878acf47abfd4707863bf25f95e8664ba5630fca1a031be96a5fedb5ad0a0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "096ed4f427aae8c109edc465abd166c17cb5ed29d941cafb13a627c95900837f" end depends_on "node" => :build From 6bd7d8ca13d565eaac8635f222bba4b7c5eb3dd9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:05:05 +0000 Subject: [PATCH 00601/10074] foundry: update 1.2.2 bottle. --- Formula/f/foundry.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/foundry.rb b/Formula/f/foundry.rb index eecabafca9b46..8161e7bf4617a 100644 --- a/Formula/f/foundry.rb +++ b/Formula/f/foundry.rb @@ -12,13 +12,13 @@ class Foundry < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "f5133ce9055efcc10511f54956aa547fe0085134e1d4379f45fff9def31d0f35" - sha256 cellar: :any, arm64_sonoma: "809a6381197cea4f02c9342c5ef57851890f8aff6c737aad4bb667468e9d942e" - sha256 cellar: :any, arm64_ventura: "5cabc3684da6b99107ea93ec13f17e299894545920a52d2154e4e79c8e26d2e9" - sha256 cellar: :any, sonoma: "8dde8bfa2805cdf4a328f7613724bef346734d4bc44b3064058fa25f43d9d3ec" - sha256 cellar: :any, ventura: "f5585e6245b8ed810d5e0fba42ad39cd03b51d948273a5cb61a71cbefece39ac" - sha256 cellar: :any_skip_relocation, arm64_linux: "0b192ae6fc7f6b101c6f8ba6a2d446293a9b632fc2500529c2d12ba4b9cd44e7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e348cede131a2099915740090de2372b0cc0d7ee211b23f161f5ff331c37461" + sha256 cellar: :any, arm64_sequoia: "9a35da0906034cb7c70eefac70a87757f07d7558c5c354d615b00acb5406f963" + sha256 cellar: :any, arm64_sonoma: "78c9103bff047747dc3c80dbca809cec0e6491a8aea5509d0fe53042a7e12825" + sha256 cellar: :any, arm64_ventura: "d9fc3e66d66a881e705fd184229f13ee982a2fc87d85a4e5a1b71b4bbc1ef302" + sha256 cellar: :any, sonoma: "9285b6e12a6feb82923c9dd184217d772378dd7a1ae4cd70d8f763ae2f335833" + sha256 cellar: :any, ventura: "d923a4b381ddb6b6553d1bc54eff1249176f6d6c02ff79781be731f36de3f3be" + sha256 cellar: :any_skip_relocation, arm64_linux: "9c21e5271fb8ad752efebfb3759a2295f8985f449b24e8a68f6ef8b36119e6cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3e4e713ea97c234b4322b699f01f75af290ebae92b7f04330ecf291e9e9152e7" end depends_on "help2man" => :build From 7e0e881c976d3ea8b9be561b3b31045741555251 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:18:09 +0000 Subject: [PATCH 00602/10074] regal: update 0.34.0 bottle. --- Formula/r/regal.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/regal.rb b/Formula/r/regal.rb index 5bbbcb2027250..2350a3b1e4105 100644 --- a/Formula/r/regal.rb +++ b/Formula/r/regal.rb @@ -7,12 +7,12 @@ class Regal < Formula head "https://github.com/StyraInc/regal.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce4b288cc68ca5dd1b994e9939fb942931a45a34a24e9a79382c47a2b0bd7253" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a35bac092bea0583d31e51c45847dbb60a188a0a9a9de92ed5e4cfd3c4072dc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7aad75bc3bf154d62cc4dd31783f122b6583c3aaefb60b867188bc582058cc13" - sha256 cellar: :any_skip_relocation, sonoma: "889d1339a8cae5085ea48ec0e0771269fd96e6e5280a485fcb252e608dd82638" - sha256 cellar: :any_skip_relocation, ventura: "6ebfa3c2e985b406ff866c127a16a25db15112060456085ed27777965ccdaef0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "66dc139aefda301f748840c692271b6adbe85e906d8fc67119a85d5ceac0409a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "731746fe9d510ff77511d631eab2d8c142e0469927151c8fb1e49deaad56c4db" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f612566e2e059475e038c5f299a01c83c39f455d573ec5e99eb043d945cb12b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b24db853f3d38d9e6f0050fd11afabd71d76c8b77154e25fd048195144275bfd" + sha256 cellar: :any_skip_relocation, sonoma: "e2798e9634e25f51f45e3e5a3e5135760f00f33ce666ec80041a381c49b9b554" + sha256 cellar: :any_skip_relocation, ventura: "e1e23a0695f4814f4416ae9d9f88949997c6614862d920df693487beb391365c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "16762017788d066c91828f619c9801439900144e8a5f14996c7aa927325586c8" end depends_on "go" => :build From 1b8c3a37b8069a858774ab58748bca83e2831592 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:19:09 +0000 Subject: [PATCH 00603/10074] ktop: add 0.3.7 bottle. --- Formula/k/ktop.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/k/ktop.rb b/Formula/k/ktop.rb index 68aacc60c1550..76b65856438a4 100644 --- a/Formula/k/ktop.rb +++ b/Formula/k/ktop.rb @@ -6,6 +6,15 @@ class Ktop < Formula license "Apache-2.0" head "https://github.com/vladimirvivien/ktop.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9304c69fd690ca621517be30a44c02a09b751f1a37548fcc71efc3e2c090bfb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "854dc201925bbb0c45e8b7c1a27a300f363e6c8f98b2a6146a4633852eea70bf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8f1f6ea705c0e224f579de2942b1357175d968068ac957ed3a0d834ba8322ba0" + sha256 cellar: :any_skip_relocation, sonoma: "555129b8c4e47a3d0970565e549a45e6b7d89538d0627447e1677ef9a24529e4" + sha256 cellar: :any_skip_relocation, ventura: "f789416596ffa2aad19c396c10272e8ea3baa235170624caed537af6b05e7f6e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7dd56b99d45d6be35775b409b463ba47df2eac8ca4499e83902d0fed78179457" + end + depends_on "go" => :build def install From 5a30997a58b69f9c7174561e821321ba08aec130 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:19:37 +0000 Subject: [PATCH 00604/10074] polaris: add 9.6.3 bottle. --- Formula/p/polaris.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/p/polaris.rb b/Formula/p/polaris.rb index 362d17f76c19e..47403bb125907 100644 --- a/Formula/p/polaris.rb +++ b/Formula/p/polaris.rb @@ -6,6 +6,15 @@ class Polaris < Formula license "Apache-2.0" head "https://github.com/FairwindsOps/polaris.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "91ccfe006b778c8f49eb585f5042ec9164039a229fb559753ec078c6c26fe165" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "91ccfe006b778c8f49eb585f5042ec9164039a229fb559753ec078c6c26fe165" + sha256 cellar: :any_skip_relocation, arm64_ventura: "91ccfe006b778c8f49eb585f5042ec9164039a229fb559753ec078c6c26fe165" + sha256 cellar: :any_skip_relocation, sonoma: "e174637f3fef3c0fd5cc3ca45042f4102f317ea1ee57abca42b41c894e7932db" + sha256 cellar: :any_skip_relocation, ventura: "e174637f3fef3c0fd5cc3ca45042f4102f317ea1ee57abca42b41c894e7932db" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f58b895b961f875ee4f2d8db147dc206f00e39fc6586a36e0abdd114b69d0644" + end + depends_on "go" => :build def install From c5176363e49cc09714ac65236518904cdadf0b7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:20:26 +0000 Subject: [PATCH 00605/10074] nova: add 3.11.3 bottle. --- Formula/n/nova.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/n/nova.rb b/Formula/n/nova.rb index 8c20765a55101..b1389296d3896 100644 --- a/Formula/n/nova.rb +++ b/Formula/n/nova.rb @@ -6,6 +6,15 @@ class Nova < Formula license "Apache-2.0" head "https://github.com/FairwindsOps/nova.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "19ce1ddbf6213ebb146cd2036bebafdea269c333f6292e36f13a22101c9bd5a1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "19ce1ddbf6213ebb146cd2036bebafdea269c333f6292e36f13a22101c9bd5a1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "19ce1ddbf6213ebb146cd2036bebafdea269c333f6292e36f13a22101c9bd5a1" + sha256 cellar: :any_skip_relocation, sonoma: "e4fd80c52ad1b119cb9b7e2482217be94e8967c59bc631220d94b96babaf905d" + sha256 cellar: :any_skip_relocation, ventura: "e4fd80c52ad1b119cb9b7e2482217be94e8967c59bc631220d94b96babaf905d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e1784c91e78d8ec6667bbea4bd7bd46c266cdd3415f8b6703b1d3cdba697e30" + end + depends_on "go" => :build def install From 6cdc275b752bcf526c1110fed1134ffdf6ed9b9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:20:32 +0000 Subject: [PATCH 00606/10074] reckoner: add 6.1.0 bottle. --- Formula/r/reckoner.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/r/reckoner.rb b/Formula/r/reckoner.rb index 3937b5ff7a224..041c90be8b093 100644 --- a/Formula/r/reckoner.rb +++ b/Formula/r/reckoner.rb @@ -6,6 +6,15 @@ class Reckoner < Formula license "Apache-2.0" head "https://github.com/FairwindsOps/reckoner.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "94837511a2176e73a13857a65e796c789b0eab21426754d8964fa5f23a70d830" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94837511a2176e73a13857a65e796c789b0eab21426754d8964fa5f23a70d830" + sha256 cellar: :any_skip_relocation, arm64_ventura: "94837511a2176e73a13857a65e796c789b0eab21426754d8964fa5f23a70d830" + sha256 cellar: :any_skip_relocation, sonoma: "c306a999e8b9f99767918beaf886b698646bf0df84aaf0f84f8f2ba5be257dec" + sha256 cellar: :any_skip_relocation, ventura: "c306a999e8b9f99767918beaf886b698646bf0df84aaf0f84f8f2ba5be257dec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "728e430d18ad959bd4722c12b93cc7f06462878e85de54d2ab069246e8326f63" + end + depends_on "go" => :build depends_on "helm" From 416ba9cfd4ce531490435d692807502d0f0adfe4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:25:32 +0000 Subject: [PATCH 00607/10074] questdb: update 8.3.3 bottle. --- Formula/q/questdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/q/questdb.rb b/Formula/q/questdb.rb index 15f05343abc79..364d6848d038c 100644 --- a/Formula/q/questdb.rb +++ b/Formula/q/questdb.rb @@ -11,7 +11,7 @@ class Questdb < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "2d09349ca422c47f4a7dd85c279aeb87faa406c26f2884f0433a6212c0c2b703" + sha256 cellar: :any_skip_relocation, all: "59802946aa2e63b27f5644b5c37b3a5d1142ff35d42ea1e5f2279b1048a06ba5" end depends_on "openjdk" From 8e20b8b90a46ff9f9c3eac257393a398560776a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:29:41 +0000 Subject: [PATCH 00608/10074] sk: update 0.18.0 bottle. --- Formula/s/sk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sk.rb b/Formula/s/sk.rb index d079f87a735fb..3759b3804d58e 100644 --- a/Formula/s/sk.rb +++ b/Formula/s/sk.rb @@ -7,13 +7,13 @@ class Sk < Formula head "https://github.com/lotabout/skim.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fffbbe97b4d83d9173e82a0b1b3b414f7d922565ea6309ff7e58ac49abb6a1f0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32158df48dd17b79f8be619ffc118ae1105f7e7cbb4422d94338d0682ad4ce76" - sha256 cellar: :any_skip_relocation, arm64_ventura: "feae07971de01745ee0da716c89bfd533de1fb59ac9a6c15cf1036e6763345b8" - sha256 cellar: :any_skip_relocation, sonoma: "14220009e263f291775fa6ae470a3c83f8c421af7f34e2920a6edc2b7c472696" - sha256 cellar: :any_skip_relocation, ventura: "071f8989a0688b9805d685bd6102ee6fdbad1a5a744daa2d7f5a674fc2eb4404" - sha256 cellar: :any_skip_relocation, arm64_linux: "ba0c7bf6de44f68b82f16e79ceea209ba96ff8756d90d91b0801d80c8bdec0d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "96cc9fdcd221d2ddb98e90b332c3162839cc08bc59ebe923b433b19eb36047de" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6868f9fe96ec5c0d7b8902d899c18890891e7544ac1bc28162eaf87b50f99093" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9431659a7982069217f83e05d3056ba129ea6992f1870ceff013471d6bd9fb3b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "57d6f0a86b72e1e127a3ff1554ddc95c1001ee82f67e8598b46a65eb80b32258" + sha256 cellar: :any_skip_relocation, sonoma: "42de4cacd02a57631206da340a0cf41c61024646249ff5b10e575548f8c52e8b" + sha256 cellar: :any_skip_relocation, ventura: "f6bf0f7d06c271897b7d4a40efd03a1ef9cb2ea4975fb559a08a2fa2f010c76b" + sha256 cellar: :any_skip_relocation, arm64_linux: "d36d7c3228f09efeb00b2ffaa959ebd0d624f56bc4110acb31a6e1e34d3ff7bb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "84e4800542eed80c43148e2cc06e81291c10452c831bcfbeb4c141e617034059" end depends_on "rust" => :build From 185416f882f311f9c35af7312477791d3cb2457f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:33:39 +0000 Subject: [PATCH 00609/10074] unciv: update 4.16.12 bottle. --- Formula/u/unciv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index 60c744d04b7dd..7b730f5b452f7 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -11,7 +11,7 @@ class Unciv < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "b7cf2aad99fc0d312823b0f18f18ffe4780ade904bfd94244c46c056e02d7672" + sha256 cellar: :any_skip_relocation, all: "34a832b1d49180100009f26c4f1370efcec2fd2bb471b5f4342892a5922e6c8a" end depends_on "openjdk" From f9159ce50d6fa1888cf4cbbf3ad83786d7c605c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:39:49 +0000 Subject: [PATCH 00610/10074] vet: update 1.11.0 bottle. --- Formula/v/vet.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vet.rb b/Formula/v/vet.rb index 5d70c64b4a8d1..8ff726ad8684c 100644 --- a/Formula/v/vet.rb +++ b/Formula/v/vet.rb @@ -6,13 +6,13 @@ class Vet < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf21a4136bf84cd6b09f1a20740eb38973d5706346c37659b2eabfb21bd093cf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ad2382aa4de1618c5664a8aea2b244c83635f5ff147e0e5157ea9db70903bf6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5184ac8851df0aa15e19ab8b42c9b149da78e4f497e522d39cebb77431036220" - sha256 cellar: :any_skip_relocation, sonoma: "61d77d37d1a9975f4f04c75149158b2992376d89a706154bea5e4b1a9e3e69fe" - sha256 cellar: :any_skip_relocation, ventura: "646f06873a82067beac9e302b0aa8ded09d1111da290289aba73913455d9a136" - sha256 cellar: :any_skip_relocation, arm64_linux: "16e4a7f2ac589de6ad1617625087319c25d9492af3395a6af86edea13c2501bb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fcadc0b68a99a5b3a2e31efde6f3db01b3f9aff19ccccff0e0fe6f2feddca3fe" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "99bea0ff6529a42b53b88a00e4da3280ee5090151d98160155129eb700da6f2b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8aba9f343309d8561b89ada3834d169e7da2ac525cb268938fcbfe2daca509e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "54b1558a867f8a623d6904432a249e9d65992ef766e5d8cfb3f4cf7a4b06c745" + sha256 cellar: :any_skip_relocation, sonoma: "461fcc6fda6c6fea2468eb756f765cbb4f54aa9c9aa53f9be0cc29fa893da8ae" + sha256 cellar: :any_skip_relocation, ventura: "68992e10e333174edb2df5f5f8071c4ed055b60bd7792a6725e7df16aa14f381" + sha256 cellar: :any_skip_relocation, arm64_linux: "1f39a57b49ba2211c6397798717e3903405f2a51ee05bb9faab0c47e1cc7b2f7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f9acec234911d8471bf8f3737cbff5a962e910fc27ca5ab6447e7cfc6efb245" end depends_on "go" From 662c4813e2ec392f8c63fc0afe689ef952c21c3f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 16:42:32 +0000 Subject: [PATCH 00611/10074] ktop: update 0.3.7 bottle. --- Formula/k/ktop.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/k/ktop.rb b/Formula/k/ktop.rb index 76b65856438a4..169e1bb001f66 100644 --- a/Formula/k/ktop.rb +++ b/Formula/k/ktop.rb @@ -12,6 +12,7 @@ class Ktop < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "8f1f6ea705c0e224f579de2942b1357175d968068ac957ed3a0d834ba8322ba0" sha256 cellar: :any_skip_relocation, sonoma: "555129b8c4e47a3d0970565e549a45e6b7d89538d0627447e1677ef9a24529e4" sha256 cellar: :any_skip_relocation, ventura: "f789416596ffa2aad19c396c10272e8ea3baa235170624caed537af6b05e7f6e" + sha256 cellar: :any_skip_relocation, arm64_linux: "dfdbcdfe0eaf7686d1c3fc44f06d71b560c8373223efca80645c41f720f405de" sha256 cellar: :any_skip_relocation, x86_64_linux: "7dd56b99d45d6be35775b409b463ba47df2eac8ca4499e83902d0fed78179457" end From 63d41f6d87b5c2915876275c851467dd0b97602b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:48:23 +0000 Subject: [PATCH 00612/10074] gcsfuse: update 2.12.2 bottle. --- Formula/g/gcsfuse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gcsfuse.rb b/Formula/g/gcsfuse.rb index 3daaf926b5f3d..932e1a9beee31 100644 --- a/Formula/g/gcsfuse.rb +++ b/Formula/g/gcsfuse.rb @@ -12,8 +12,8 @@ class Gcsfuse < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "0cb99ea922426bc87d0e4db4fd42f7ce7c1df14efa60509527ab76860d369888" - sha256 cellar: :any_skip_relocation, x86_64_linux: "33043ad71940992014f1f15eea3a9b49e5f319b98bb4dd4b3b36da503f293bd1" + sha256 cellar: :any_skip_relocation, arm64_linux: "d4a9e82b84a4747e41f1985465bcae05e2b1bd941bd36902dbc267b194e0d56a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "919bdf947f23887cab413aac87b0833d5af9703245bd797db265ed577dedcfa0" end depends_on "go" => :build From 203d29b3e94c431764583b7f57c40427ee2a3efb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:54:23 +0000 Subject: [PATCH 00613/10074] calicoctl 3.30.1 --- Formula/c/calicoctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/calicoctl.rb b/Formula/c/calicoctl.rb index a53e49fa93986..fed6eac12e763 100644 --- a/Formula/c/calicoctl.rb +++ b/Formula/c/calicoctl.rb @@ -2,8 +2,8 @@ class Calicoctl < Formula desc "Calico CLI tool" homepage "https://www.projectcalico.org" url "https://github.com/projectcalico/calico.git", - tag: "v3.30.0", - revision: "572a32dd9b2f9784d66d74712d5ec2e703d25083" + tag: "v3.30.1", + revision: "393b14e729a67f9bc9a96eba65ff0be5f2f7b94a" license "Apache-2.0" head "https://github.com/projectcalico/calico.git", branch: "master" From 01d1b45eb09ec2b710f27fbd94ddb63e9e87ed37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:57:57 +0000 Subject: [PATCH 00614/10074] dependabot 1.66.0 --- Formula/d/dependabot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index fe814fee28851..2507085f5e4f2 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -1,8 +1,8 @@ class Dependabot < Formula desc "Tool for testing and debugging Dependabot update jobs" homepage "https://github.com/dependabot/cli" - url "https://github.com/dependabot/cli/archive/refs/tags/v1.65.0.tar.gz" - sha256 "5dcca250abe53b23e914bb91b1d0ab50b4340eaa935064c01ff83b21d213748b" + url "https://github.com/dependabot/cli/archive/refs/tags/v1.66.0.tar.gz" + sha256 "af61aba6b327d411275fd18af758862da82287abe260562ec7c7fb90c10bf852" license "MIT" head "https://github.com/dependabot/cli.git", branch: "main" From a3e4b60a08c432a50b747c38297a94ef9bbfe793 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:59:00 +0000 Subject: [PATCH 00615/10074] diffoscope 297 --- Formula/d/diffoscope.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/d/diffoscope.rb b/Formula/d/diffoscope.rb index cb01ae77db53e..5128b3013e417 100644 --- a/Formula/d/diffoscope.rb +++ b/Formula/d/diffoscope.rb @@ -3,8 +3,8 @@ class Diffoscope < Formula desc "In-depth comparison of files, archives, and directories" homepage "https://diffoscope.org" - url "https://files.pythonhosted.org/packages/dd/da/208187b9a1df4a01f1d64aacdc353a07a8304b3b2cf7689938db5c191d35/diffoscope-296.tar.gz" - sha256 "a1e9f43052a8b99984ba0bb13649ba0b18fd7da65a359e4f87170c89f8da325e" + url "https://files.pythonhosted.org/packages/36/d4/fd9ace669685018df7d711f41524e3713ae51065514b2cc3d7bfd55a8dda/diffoscope-297.tar.gz" + sha256 "25532061c640b4be7496f9a726640e20ca0fcb8e46a8a1a46e51ac940a5f4e57" license "GPL-3.0-or-later" bottle do @@ -27,8 +27,8 @@ class Diffoscope < Formula end resource "libarchive-c" do - url "https://files.pythonhosted.org/packages/bc/0d/c45fe1307564cf550a407fca69cab3969a093d1d41bcd633b278440b4c30/libarchive_c-5.2.tar.gz" - sha256 "fd44a8e28509af6e78262c98d1a54f306eabd2963dfee57bf298977de5057417" + url "https://files.pythonhosted.org/packages/26/23/e72434d5457c24113e0c22605cbf7dd806a2561294a335047f5aa8ddc1ca/libarchive_c-5.3.tar.gz" + sha256 "5ddb42f1a245c927e7686545da77159859d5d4c6d00163c59daff4df314dae82" end resource "progressbar" do From 92486cfb12203b04df7d5704a6e2c5b3fd12801a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 16:59:20 +0000 Subject: [PATCH 00616/10074] directx-headers 1.616.0 --- Formula/d/directx-headers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/directx-headers.rb b/Formula/d/directx-headers.rb index 45103713834c3..96cdacfd4ad5a 100644 --- a/Formula/d/directx-headers.rb +++ b/Formula/d/directx-headers.rb @@ -1,8 +1,8 @@ class DirectxHeaders < Formula desc "Official DirectX headers available under an open source license" homepage "https://devblogs.microsoft.com/directx/" - url "https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v1.615.0.tar.gz" - sha256 "5394360b517f431949d751f3bcb4150313f28815aded514531c7aaea81bac314" + url "https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v1.616.0.tar.gz" + sha256 "125f492802939b40223bfccb83badd3f599af2d3449613d6cb893720607b9025" license "MIT" bottle do From 4adac2a8b88f69c417c368f97e92edda6124b1a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:00:51 +0000 Subject: [PATCH 00617/10074] eza 0.21.4 --- Formula/e/eza.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eza.rb b/Formula/e/eza.rb index 9b564fae460b7..3dda88f8fa348 100644 --- a/Formula/e/eza.rb +++ b/Formula/e/eza.rb @@ -1,8 +1,8 @@ class Eza < Formula desc "Modern, maintained replacement for ls" homepage "https://github.com/eza-community/eza" - url "https://github.com/eza-community/eza/archive/refs/tags/v0.21.3.tar.gz" - sha256 "f0827d39406f0799e6676ab87e349193e88b6220af1670e98b988e8ee0c2b7c0" + url "https://github.com/eza-community/eza/archive/refs/tags/v0.21.4.tar.gz" + sha256 "dbe04448febef15b144e86551db633146864f4afb272f96c4d586e0bc8284ffb" license "EUPL-1.2" bottle do From 5789754053a555887d9612adcc2a719a170562fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:01:30 +0000 Subject: [PATCH 00618/10074] fern-api 0.63.23 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index a597ca9f1e396..692e163f940da 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.21.tgz" - sha256 "8487305c1918d53e39a7af30d3673475b4ea0746c3aeac0d3cd55874afd56aab" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.23.tgz" + sha256 "2b18fbd5ceb9400951e2140fcd893277d616f39fa11fb1dca7e734b624e1752f" license "Apache-2.0" bottle do From afc93e6bb060b339d39433e7799395dcf818fd7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:01:53 +0000 Subject: [PATCH 00619/10074] firebase-cli 14.5.1 --- Formula/f/firebase-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index c6a0ea09a7988..0be03df499fa9 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -1,8 +1,8 @@ class FirebaseCli < Formula desc "Firebase command-line tools" homepage "https://firebase.google.com/docs/cli/" - url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.5.0.tgz" - sha256 "21ea8b93d3f8c2d1a807f6497e1e4dcde5c080025d88cc53ad4d5041a887ba17" + url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.5.1.tgz" + sha256 "c324d80f51c1fd578acaba876889afb8c238bdd79eed82ca32a361a77b37243d" license "MIT" bottle do From 4adec5a805728f428900bac169b820ca24063b52 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:06:53 +0000 Subject: [PATCH 00620/10074] kubetail 0.6.0 --- Formula/k/kubetail.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubetail.rb b/Formula/k/kubetail.rb index a0c0e7b0697cb..91c02f114e568 100644 --- a/Formula/k/kubetail.rb +++ b/Formula/k/kubetail.rb @@ -1,8 +1,8 @@ class Kubetail < Formula desc "Logging tool for Kubernetes with a real-time web dashboard" homepage "https://www.kubetail.com/" - url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.5.3.tar.gz" - sha256 "e4035d0f11851d772c579a4cb5d42456ef3b6c96a7eb1bf772fcfa923b724153" + url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.6.0.tar.gz" + sha256 "1d79ce110dc70223741a118d736fcc3cbc7f31421b046d15690d13fd81b86352" license "Apache-2.0" head "https://github.com/kubetail-org/kubetail.git", branch: "main" From 5966c7909a7a94a1955399a2fc6330ce6c2f6a57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:13:27 +0000 Subject: [PATCH 00621/10074] openapi-diff 2.1.2 --- Formula/o/openapi-diff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openapi-diff.rb b/Formula/o/openapi-diff.rb index adbf7672c2d33..b65767f1c3ed7 100644 --- a/Formula/o/openapi-diff.rb +++ b/Formula/o/openapi-diff.rb @@ -1,8 +1,8 @@ class OpenapiDiff < Formula desc "Utility for comparing two OpenAPI specifications" homepage "https://github.com/OpenAPITools/openapi-diff" - url "https://github.com/OpenAPITools/openapi-diff/archive/refs/tags/2.1.1.tar.gz" - sha256 "3f1ac2e37d2646bc3b6a19e532a181d60ed43b2f33af6bdc7b1f18b8d51cf265" + url "https://github.com/OpenAPITools/openapi-diff/archive/refs/tags/2.1.2.tar.gz" + sha256 "ed684f34d6f98a3e9658edff6527e1a66cc15cecb24a868c121fa870edea7000" license "Apache-2.0" bottle do From 24416d946164d1032de4e1c4ebad6d732fd5a612 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:16:38 +0000 Subject: [PATCH 00622/10074] llama.cpp: update 5540 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index ab9781d3eb2c4..4739d54f0a6c0 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "91e013125193e5e5c88e3df6f2620a88b6d16bb600709ed4077bc0cd8fe2c9f1" - sha256 cellar: :any, arm64_sonoma: "5ec0c45e6992ebdf2a3133efe06b768fd5ca8829bd8f4d51706b54b6a86258fd" - sha256 cellar: :any, arm64_ventura: "d5890e1d14fc74388ea6112ba8615fdef30531c4112851d9168b1309028b2a09" - sha256 cellar: :any, sonoma: "66b907fcb135f7267729264a59130df0308efa93965e3fd0403135ffb43f8590" - sha256 cellar: :any, ventura: "30c3235adf57524c66a3b4802d6136ce18cf75829ddf80da7f594dc5a641c422" - sha256 cellar: :any_skip_relocation, arm64_linux: "de83abbdae5ea40ba9ae0cda5f6c186dd27ba2913a64a8264db3d2c7ad716e43" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b7d8a6d3972bc86ec5bdb53fc1bd11cc71aabfad68eb8c24fa9c8c6ccc4fbfc1" + sha256 cellar: :any, arm64_sequoia: "48776929c28d37fe3e94f314e00825ff99687fe324829fc293607c0e72a4d490" + sha256 cellar: :any, arm64_sonoma: "9c7562949678ade1e0141472fdace4d8dc26e9fddf4c04acef991b043c9871ad" + sha256 cellar: :any, arm64_ventura: "539f60efceaadb13970629112ae3c677c980d9813d79efbd317ae290432d9cec" + sha256 cellar: :any, sonoma: "1d948861ede4c3899dc8da8fc6b930f571414bf07c1904aa4a39e98dfd7054fa" + sha256 cellar: :any, ventura: "e6ef36f01e9f7ba387e08f007dfeadbf7101e23050b0a9b08c808c2b3bd13cee" + sha256 cellar: :any_skip_relocation, arm64_linux: "5c5403e7bcfa39216873a0760c221e771198301ea658554cee29c1fd127d81a1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ea89025c3057bec083b38136d51b1d69a92e69fa212cdc1d514d67b0e9ffefb" end depends_on "cmake" => :build From b9c0e24c35c8e656af28df97e10a7e6f472f2d78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:19:06 +0000 Subject: [PATCH 00623/10074] scorecard 5.2.1 --- Formula/s/scorecard.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/scorecard.rb b/Formula/s/scorecard.rb index b421f9c300fca..ce8a7fe246d68 100644 --- a/Formula/s/scorecard.rb +++ b/Formula/s/scorecard.rb @@ -2,8 +2,8 @@ class Scorecard < Formula desc "Security health metrics for Open Source" homepage "https://github.com/ossf/scorecard" url "https://github.com/ossf/scorecard.git", - tag: "v5.2.0", - revision: "f08e8fbdb73dbde0533803fdbad3fd4186825314" + tag: "v5.2.1", + revision: "ab2f6e92482462fe66246d9e32f642855a691dc1" license "Apache-2.0" head "https://github.com/ossf/scorecard.git", branch: "main" From 51238e0a8c26e3af3644348c7941e312c73d4220 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:19:24 +0000 Subject: [PATCH 00624/10074] glow: update 2.1.1 bottle. --- Formula/g/glow.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/glow.rb b/Formula/g/glow.rb index ad15d4d2bc2d2..2ce12a7b0f61f 100644 --- a/Formula/g/glow.rb +++ b/Formula/g/glow.rb @@ -6,12 +6,12 @@ class Glow < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd8739a4a46a74b58470bc11187fee3cb54a16070712be0777c47fb2742f4280" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd8739a4a46a74b58470bc11187fee3cb54a16070712be0777c47fb2742f4280" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cd8739a4a46a74b58470bc11187fee3cb54a16070712be0777c47fb2742f4280" - sha256 cellar: :any_skip_relocation, sonoma: "11be2e19dda176223a008ae2cc898f986c66c843701b1c0709ccdaafa038114c" - sha256 cellar: :any_skip_relocation, ventura: "11be2e19dda176223a008ae2cc898f986c66c843701b1c0709ccdaafa038114c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d5bf819b4a5d008ee5bfbea78893b8ca67427f1335a8a090185b5691b1f7f79d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "813e4db0b1535807ff2d01f01e45e00958df8e15ed78ed77e81b26634c6de8ce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "813e4db0b1535807ff2d01f01e45e00958df8e15ed78ed77e81b26634c6de8ce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "813e4db0b1535807ff2d01f01e45e00958df8e15ed78ed77e81b26634c6de8ce" + sha256 cellar: :any_skip_relocation, sonoma: "6c5e81f2c3b6dcdbee52aec59b60cfdb61418e240deafce26f45f6b405c6b8c3" + sha256 cellar: :any_skip_relocation, ventura: "6c5e81f2c3b6dcdbee52aec59b60cfdb61418e240deafce26f45f6b405c6b8c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b2ff701d58eacc08e527b0e6838462149784ab384a2ac7821bb90f2c5f4f96c6" end depends_on "go" => :build From 58e4503d92ad6b58498da3c39c8effdc01f7260e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:19:32 +0000 Subject: [PATCH 00625/10074] gum: update 0.16.1 bottle. --- Formula/g/gum.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gum.rb b/Formula/g/gum.rb index b7012420dc2d7..69c4c0a97af5d 100644 --- a/Formula/g/gum.rb +++ b/Formula/g/gum.rb @@ -7,12 +7,12 @@ class Gum < Formula head "https://github.com/charmbracelet/gum.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0777a7b361f46a1445a66b4fef79ab48ef25b95003123f623e7101245e0c3904" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0777a7b361f46a1445a66b4fef79ab48ef25b95003123f623e7101245e0c3904" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0777a7b361f46a1445a66b4fef79ab48ef25b95003123f623e7101245e0c3904" - sha256 cellar: :any_skip_relocation, sonoma: "f271722cf9f927416a1d3b7eb43d84f49f0ae33c422e00f83e4b42a0c55b6d74" - sha256 cellar: :any_skip_relocation, ventura: "f271722cf9f927416a1d3b7eb43d84f49f0ae33c422e00f83e4b42a0c55b6d74" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7e0808d8dffcc35da6bf9397fc67451c0cfd8ab0ec39e0118227dcb50fe19f50" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8aacadbda3e61aabf31430021f7865c9dd93899c8e22b1e97edc10a2d043fde9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8aacadbda3e61aabf31430021f7865c9dd93899c8e22b1e97edc10a2d043fde9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8aacadbda3e61aabf31430021f7865c9dd93899c8e22b1e97edc10a2d043fde9" + sha256 cellar: :any_skip_relocation, sonoma: "afdf239dce1114adce1aa5deaabb7b5bf173af3db113fa2f0a12348dda34fa7d" + sha256 cellar: :any_skip_relocation, ventura: "afdf239dce1114adce1aa5deaabb7b5bf173af3db113fa2f0a12348dda34fa7d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "254057325872566c8bf30413e604e645760f63d53fa045d4dc8e2a4953da5f8e" end depends_on "go" => :build From 299bbc94d31a7c0b0556f157c656e455ca1c5a77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:20:03 +0000 Subject: [PATCH 00626/10074] slumber 3.1.2 --- Formula/s/slumber.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/slumber.rb b/Formula/s/slumber.rb index 4561c00e93711..2425c529d6201 100644 --- a/Formula/s/slumber.rb +++ b/Formula/s/slumber.rb @@ -1,8 +1,8 @@ class Slumber < Formula desc "Terminal-based HTTP/REST client" homepage "https://slumber.lucaspickering.me/" - url "https://github.com/LucasPickering/slumber/archive/refs/tags/v3.1.1.tar.gz" - sha256 "b7e6bdaae2ba181d5cb213cd1b8bb6e5e1341728bd26e74ca4b692537d4a7ead" + url "https://github.com/LucasPickering/slumber/archive/refs/tags/v3.1.2.tar.gz" + sha256 "d0f15aca5112d0f633d927ee5661070a7b150881f04d2dcfd3a1adbcaef3c15b" license "MIT" head "https://github.com/LucasPickering/slumber.git", branch: "master" From 0bc9bd9171802c84f5dbda5d219235489e05f385 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 17:21:37 +0000 Subject: [PATCH 00627/10074] pandoc-crossref: update 0.3.20 bottle. --- Formula/p/pandoc-crossref.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pandoc-crossref.rb b/Formula/p/pandoc-crossref.rb index 1d82e26e11036..7feb2513622e2 100644 --- a/Formula/p/pandoc-crossref.rb +++ b/Formula/p/pandoc-crossref.rb @@ -6,13 +6,13 @@ class PandocCrossref < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "570c34609bfb879e26ab1b88cb63d7bddba8bad9c782da15fc0c591304be3a2a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "46a66c09ddac4e7410fe41ac7d894044c5c6645fd2c14917bc6d7b87d1503730" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2a7ad17fbddf9c286c599b05aab28bf3c8299bca430cb007b50d8903d8acd43e" - sha256 cellar: :any_skip_relocation, sonoma: "1da76348bb932bdde1e0ddb17518a72cd83530780f8f117291bb38a6c283f33f" - sha256 cellar: :any_skip_relocation, ventura: "ddfd9654d4c2d91be50ece83be9fe99d1956a031371a4a500b815cd245484dc8" - sha256 cellar: :any_skip_relocation, arm64_linux: "62547c04177a060f949fb71e0494daa046bbd042aba0bd92c69f441ecec76f7a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "905e08c21227d57747654cf8e48e11250376453d22212a0dbabc66d3ee68ef23" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "74d51e468d495edd3e4c095a3622e9061cdac17c821f6dd7413c1d164b417ae1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e46fc078835657efdb599697aa350ec00162cd31e41f2b8b92d8e20e94744a0a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4fe60c0d48d2caafbb8b671fbed7d2434a0097bbb32f01953e3b46c35a82fa40" + sha256 cellar: :any_skip_relocation, sonoma: "7cc0f3c9b025b95fa2eef1ca33b7e12a484326aba0f277f7496c2b74035dec7f" + sha256 cellar: :any_skip_relocation, ventura: "936561b8adb00d74f6fc95f8ee7178b6a02897215585b4f03382fb5bce456e2f" + sha256 cellar: :any_skip_relocation, arm64_linux: "5f352c2f63a4b94c7bfdf4357b021996e76dbe48e5a5172ac071bd14dc9cedb3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "91b1a3ea50bced573f3fab7df9e5f21e0f86d511f21a98f69ad5ed87745b6295" end depends_on "cabal-install" => :build From db93de39c30a66f0b5d138cb1733bb956ba511a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:21:48 +0000 Subject: [PATCH 00628/10074] calicoctl: update 3.30.1 bottle. --- Formula/c/calicoctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/calicoctl.rb b/Formula/c/calicoctl.rb index fed6eac12e763..6912ccad19058 100644 --- a/Formula/c/calicoctl.rb +++ b/Formula/c/calicoctl.rb @@ -14,12 +14,12 @@ class Calicoctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "684dc23bb8f8a9ee58242484b430d590653d3d82af0d438a94ebf00b1932da1a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "684dc23bb8f8a9ee58242484b430d590653d3d82af0d438a94ebf00b1932da1a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "684dc23bb8f8a9ee58242484b430d590653d3d82af0d438a94ebf00b1932da1a" - sha256 cellar: :any_skip_relocation, sonoma: "0ebe618e09a0bb695d5bc21dd446e04f27eca70ec93130dd5b059fe8cca8c229" - sha256 cellar: :any_skip_relocation, ventura: "0ebe618e09a0bb695d5bc21dd446e04f27eca70ec93130dd5b059fe8cca8c229" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a605d4efe02cf53f67fb8197ae57e84fdfce07d664e262fb6e7c444d5bf4bbb0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a43b680ee2dd892e49b37220690c4a32032168fe49d34a490443069431e3404b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a43b680ee2dd892e49b37220690c4a32032168fe49d34a490443069431e3404b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a43b680ee2dd892e49b37220690c4a32032168fe49d34a490443069431e3404b" + sha256 cellar: :any_skip_relocation, sonoma: "cbd48f77c616a7f751ae884d72488ea3db13499618a9dbc91ca669beeba65b5d" + sha256 cellar: :any_skip_relocation, ventura: "cbd48f77c616a7f751ae884d72488ea3db13499618a9dbc91ca669beeba65b5d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "813f4e05215835b654f8f481c82f97c95f5475c70819e11151231f99c231bac8" end depends_on "go" => :build From 5e2e03c223e91f8f5593f864b8ccafa457c457b9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 13:23:11 -0400 Subject: [PATCH 00629/10074] psalm 6.12.0 Signed-off-by: Rui Chen --- Formula/p/psalm.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/psalm.rb b/Formula/p/psalm.rb index c9f6643e570b0..d6266b2684d8e 100644 --- a/Formula/p/psalm.rb +++ b/Formula/p/psalm.rb @@ -1,13 +1,13 @@ class Psalm < Formula desc "PHP Static Analysis Tool" homepage "https://psalm.dev" - url "https://github.com/vimeo/psalm/releases/download/6.11.0/psalm.phar" - sha256 "dc3704e135a7d45fc3ca163874f84bd1572f61cfdbb70736bc01c662c2928946" + url "https://github.com/vimeo/psalm/releases/download/6.12.0/psalm.phar" + sha256 "8e8846f3a5ed8c39ae17da6dea2e178bfbee642cc5e7bf674399afcd68c6fddb" license "MIT" livecheck do url :stable - strategy :github_latest + regex(/^v?(\d+(?:\.\d+)+)$/i) end bottle do From cfe52fe18c81f976a7cbecb764a0b8277b9e7366 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:24:36 +0000 Subject: [PATCH 00630/10074] storj-uplink: update 1.130.1 bottle. --- Formula/s/storj-uplink.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index 06cf9979f2ae5..0901b08899c88 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -18,12 +18,12 @@ class StorjUplink < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c67fd40e93e423c6e50cf9b00f472583a6a720c659fc271ab621a1d98a0f0d0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c67fd40e93e423c6e50cf9b00f472583a6a720c659fc271ab621a1d98a0f0d0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6c67fd40e93e423c6e50cf9b00f472583a6a720c659fc271ab621a1d98a0f0d0" - sha256 cellar: :any_skip_relocation, sonoma: "5ab5c88605b1901b006c78667199b00597934f8d21b541d82164319cfa48553d" - sha256 cellar: :any_skip_relocation, ventura: "5ab5c88605b1901b006c78667199b00597934f8d21b541d82164319cfa48553d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "883335c36429206ea8ac97e4f5be966b38d453064df101cb26eb3e170dc888cd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "da7ecfe864dd845ede8061e9bbf4edfa91adae955495b777a787ec16a0256fad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "da7ecfe864dd845ede8061e9bbf4edfa91adae955495b777a787ec16a0256fad" + sha256 cellar: :any_skip_relocation, arm64_ventura: "da7ecfe864dd845ede8061e9bbf4edfa91adae955495b777a787ec16a0256fad" + sha256 cellar: :any_skip_relocation, sonoma: "1de556484d2465a55b810d379169158c900e05f9182098c037726d6c4f1aa17d" + sha256 cellar: :any_skip_relocation, ventura: "1de556484d2465a55b810d379169158c900e05f9182098c037726d6c4f1aa17d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1cbc8882c92745518ed052a0c358355657cfd430d6348afae860a0006f95eedd" end depends_on "go" => :build From 70ebe4ee68e621106faa62c75869677a0b7d4b9a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:25:47 +0000 Subject: [PATCH 00631/10074] yazi 25.5.31 --- Formula/y/yazi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yazi.rb b/Formula/y/yazi.rb index e48884a620bcf..c8276962fca87 100644 --- a/Formula/y/yazi.rb +++ b/Formula/y/yazi.rb @@ -1,8 +1,8 @@ class Yazi < Formula desc "Blazing fast terminal file manager written in Rust, based on async I/O" homepage "https://github.com/sxyazi/yazi" - url "https://github.com/sxyazi/yazi/archive/refs/tags/v25.5.28.tar.gz" - sha256 "6d6258d68f3e453be8b9ba966073d52af893149f04c790d6d8fe6f2597e26b4f" + url "https://github.com/sxyazi/yazi/archive/refs/tags/v25.5.31.tar.gz" + sha256 "4d005e7c3f32b5574d51ab105597f3da3a4be2f7b5cd1bcb284143ad38253ed4" license "MIT" head "https://github.com/sxyazi/yazi.git", branch: "main" From 81d0ed52d5fe010b4de16b07273bc098e90b3c5b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:31:09 +0000 Subject: [PATCH 00632/10074] dependabot: update 1.66.0 bottle. --- Formula/d/dependabot.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index 2507085f5e4f2..3122f563a2149 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -7,12 +7,12 @@ class Dependabot < Formula head "https://github.com/dependabot/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c63ed94d1e0532251cc3f572e783663a73fe57e1c88b94a63af16a6175241ed" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c63ed94d1e0532251cc3f572e783663a73fe57e1c88b94a63af16a6175241ed" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2c63ed94d1e0532251cc3f572e783663a73fe57e1c88b94a63af16a6175241ed" - sha256 cellar: :any_skip_relocation, sonoma: "6423663e68164e1cc4b1b6c9ada0480f5087e7d9f68f54d39012271fdeb338af" - sha256 cellar: :any_skip_relocation, ventura: "6423663e68164e1cc4b1b6c9ada0480f5087e7d9f68f54d39012271fdeb338af" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1976076a4d9fc94259ff3b54d276ae125b1316b19f54780ddbef0339e2f97c95" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7254ff551fe7686cc6a34ba78bc17239b80ceb847ae1c3b9655f09a8965e6fe4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7254ff551fe7686cc6a34ba78bc17239b80ceb847ae1c3b9655f09a8965e6fe4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7254ff551fe7686cc6a34ba78bc17239b80ceb847ae1c3b9655f09a8965e6fe4" + sha256 cellar: :any_skip_relocation, sonoma: "d81c0f34f3c546b12c2ce4ad0228c2f034982a13eb4d0380959219cc2e1675dd" + sha256 cellar: :any_skip_relocation, ventura: "d81c0f34f3c546b12c2ce4ad0228c2f034982a13eb4d0380959219cc2e1675dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b5f93ebe400c770385709bd6e3819f4c4f16d4d6f7d21800f12f4b1c5a81ac1c" end depends_on "go" => :build From 04c1e3234a34221cc4fec3cb8547dfec03e7a1f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:35:58 +0000 Subject: [PATCH 00633/10074] directx-headers: update 1.616.0 bottle. --- Formula/d/directx-headers.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/directx-headers.rb b/Formula/d/directx-headers.rb index 96cdacfd4ad5a..0b5800c85af7d 100644 --- a/Formula/d/directx-headers.rb +++ b/Formula/d/directx-headers.rb @@ -6,13 +6,13 @@ class DirectxHeaders < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1faa5858f89b77c2dd492a5ccd6cda74370dc6d2c7d0bcfe840f9282aefa628a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "595d10c58c4361c6a1295b3d3dff7138eb77d700c0cd4c0d97b548df7dfc927d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2fc37a89a3f7d4bf06a790889419a85f6c3f8779bdb808c02d5b43580df8f0aa" - sha256 cellar: :any_skip_relocation, sonoma: "eb29c4055384634a995682654a7baeb1fa06765e05302fc6f0379edf7dcac747" - sha256 cellar: :any_skip_relocation, ventura: "0774047098f7cf7b6ecb92bdd8276aef0e5c992b9985e6e29cac3109832c8e29" - sha256 cellar: :any_skip_relocation, arm64_linux: "6de4f60ee0cd679353d3089b80fd89a62fdd1df0f51b9b5c3cf32526dc95e246" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d5e786b1e03793996fac1da7d9a4b8c0a55090212b67c6b054ba508892a22b02" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb5c5ae2b6de234816a184a62ec9d12d243afc8bd1534b75a86170fae18c72a9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7dc221c2bb1cf739f8f4bd9868e18474022926456a28f5a813088882e511659" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9d5a6058f427316afd3395751e19c4b35cca15a8be143c87638d551560228c22" + sha256 cellar: :any_skip_relocation, sonoma: "5513dbb2d1308ab53cf7f961029d78cd5d356d975b9df585dc530393bd4eea58" + sha256 cellar: :any_skip_relocation, ventura: "a45e4983d2abd2a93c2f5d95b8381b0c1716f61566a191f6a9d93d3f70554f56" + sha256 cellar: :any_skip_relocation, arm64_linux: "472a6f4261fe6187ceb663bee50f9468dae7e72b08cda2f1d8d9837a7cc6fbf3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "77a64f9183afa9c7d541d27c99ccf383ce17517e2fd5cdd3eb8594250ec8cf1e" end depends_on "meson" => :build From 9f36f880b514b0a01c6e92ab30705a179681787d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:46:01 +0000 Subject: [PATCH 00634/10074] fern-api: update 0.63.23 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 692e163f940da..d86479ec69ef6 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "ce4bb23b222db950b2019d3a95bcc07ad261ecc5e0e11a631eefc44c82305db2" + sha256 cellar: :any_skip_relocation, all: "5de39fbfca413ad6e0ed9e2f5285c115cd18e6a0f9ade784bd5b1373a4c6ce94" end depends_on "node" From 2d44c2783c2efa0f0564c2ddd1563dfc44ff0f84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 17:47:37 +0000 Subject: [PATCH 00635/10074] diffoscope: update 297 bottle. --- Formula/d/diffoscope.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/diffoscope.rb b/Formula/d/diffoscope.rb index 5128b3013e417..3169250dfb5b1 100644 --- a/Formula/d/diffoscope.rb +++ b/Formula/d/diffoscope.rb @@ -8,13 +8,13 @@ class Diffoscope < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e55cf6c48fe2c3ef9815a063cdf36945a5cb65a9e7e19ee4fb1a72f7c8d636d6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e55cf6c48fe2c3ef9815a063cdf36945a5cb65a9e7e19ee4fb1a72f7c8d636d6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e55cf6c48fe2c3ef9815a063cdf36945a5cb65a9e7e19ee4fb1a72f7c8d636d6" - sha256 cellar: :any_skip_relocation, sonoma: "38d1469eb00a9c6c11376818a33fb23ff6d5da6ef242ccab7974c97755b10977" - sha256 cellar: :any_skip_relocation, ventura: "38d1469eb00a9c6c11376818a33fb23ff6d5da6ef242ccab7974c97755b10977" - sha256 cellar: :any_skip_relocation, arm64_linux: "593d4cd0ff8e19df25a548015c3d68b810774fded6bd685633f76da14eb78e7a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "593d4cd0ff8e19df25a548015c3d68b810774fded6bd685633f76da14eb78e7a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3dcc93d996a165d07cb36a22430a665b07098f384f47488519c63e1ba7453eb6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3dcc93d996a165d07cb36a22430a665b07098f384f47488519c63e1ba7453eb6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3dcc93d996a165d07cb36a22430a665b07098f384f47488519c63e1ba7453eb6" + sha256 cellar: :any_skip_relocation, sonoma: "5271c84353b1e5b375189b05280848a7d4d9bc2fbb73230f0841954f460f693b" + sha256 cellar: :any_skip_relocation, ventura: "5271c84353b1e5b375189b05280848a7d4d9bc2fbb73230f0841954f460f693b" + sha256 cellar: :any_skip_relocation, arm64_linux: "bde2730b6d7a240730ac534f89ed45392d70f68f50e1bf3e5b82198affe07645" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bde2730b6d7a240730ac534f89ed45392d70f68f50e1bf3e5b82198affe07645" end depends_on "libarchive" From e239b28a0b54f52531db1ddd88cacfa72b5ae7bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 18:06:44 +0000 Subject: [PATCH 00636/10074] kubetail: update 0.6.0 bottle. --- Formula/k/kubetail.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubetail.rb b/Formula/k/kubetail.rb index 91c02f114e568..75f97910960c4 100644 --- a/Formula/k/kubetail.rb +++ b/Formula/k/kubetail.rb @@ -12,13 +12,13 @@ class Kubetail < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bc3b788305f61351514c2c8438f7cffd024ed41f46d593b7b7db518350c1ee3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a4cbaad2f2a32b0c955eacfd9b75aa55977139acfe0810cce7fd94dcd940144" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a2ce969b576ac163b71dc49ca7b1ae80c1c156e0795e10be76e4f41146c9fab7" - sha256 cellar: :any_skip_relocation, sonoma: "8061b2d530fc683dc6d787593bfd216bba3a1821a0564d893c93029ce7a372f5" - sha256 cellar: :any_skip_relocation, ventura: "c8c8d86d99c1fde5e45c08076562a6c3190bab0b344c544338b854efe0790ca4" - sha256 cellar: :any_skip_relocation, arm64_linux: "1e5c659e814364a4f89234f030523fb35c3fcd93d5ae18d3cb84ea393b054333" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d4f5b1aa8b28ef8dd93b185288c898b8a03f907fd3c68710585d402afe3f057b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9d331230e3fe186aa16b4df0edd91aac3a0be5cd36ed4f3683f5f6744095bae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba0d85ec58c393359f3260524994dc647f135477bd6a1248d89f8f37c83eae7a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8311ae003cd5a694e1d34c62b32c55cf3e2b41333ce5cc55e40ccfdfef4562e1" + sha256 cellar: :any_skip_relocation, sonoma: "4a0736ab226c9a43347feaeb55ef40489ad5fd459f4fb98aca3797839f06b160" + sha256 cellar: :any_skip_relocation, ventura: "75932e0cf489dc15b031a63595007e518eb13f2a2e8de3d2eedae8759f54eb98" + sha256 cellar: :any_skip_relocation, arm64_linux: "b083821fad7bc4a30e1805f971fdfe97747a3e0c89d19afc7e892a74161485a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a18f59f7009b3ebabc8234cdbed9b33fc1023ae3aa0c657eed253aab004b6dc9" end depends_on "go" => :build From 5d7958af698d56d68164913ac1cb109c718f64c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 18:08:19 +0000 Subject: [PATCH 00637/10074] eza: update 0.21.4 bottle. --- Formula/e/eza.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/eza.rb b/Formula/e/eza.rb index 3dda88f8fa348..1bd8aed8c80cf 100644 --- a/Formula/e/eza.rb +++ b/Formula/e/eza.rb @@ -6,13 +6,13 @@ class Eza < Formula license "EUPL-1.2" bottle do - sha256 cellar: :any, arm64_sequoia: "b668939f24c6c71db1e6e972cfa5d3fa7daeebc39431d0df61c98e0cfb52a42e" - sha256 cellar: :any, arm64_sonoma: "c348c72d961823c0db50f6b567eefc01c0cc0b840928fe417e7c1293dcaf89cf" - sha256 cellar: :any, arm64_ventura: "c24539c7b7e837cac1b416541e9ea23514c5b2a5b2508d689929812495b31413" - sha256 cellar: :any, sonoma: "553581af7770a1333993dab72e53af33d3631b32600571197faf888dd8e8deec" - sha256 cellar: :any, ventura: "ed55c47c8747f6db6431907ede1e94fc8f18fc2e53d958333de8fab9aa527035" - sha256 cellar: :any_skip_relocation, arm64_linux: "832e55526085c9b38ae5e9a13beb1a6b57ff515aab48393939ca90d6f10c78b2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8997ec5ce88477660636889bf8e09cace2155d562644bbe0ec8c4297fc5fdd4f" + sha256 cellar: :any, arm64_sequoia: "cde99ea220d3447d975c3a87333156c97631cb196772c6805d1b4442f9eddcc9" + sha256 cellar: :any, arm64_sonoma: "f51d4301fcaaff8c1a9d3c15ee35fc9623cff9ec6fac4e0fd359178640f71a0b" + sha256 cellar: :any, arm64_ventura: "d638b9bb8eb143bc16f8ede4456777bdc31a70ddbf7c50e9b387a9d2bfc78f75" + sha256 cellar: :any, sonoma: "efc2fa25806fa2338a7ced9e9a4cc7e0d37360f1a15e846a514355a3e345c3d8" + sha256 cellar: :any, ventura: "8f9f142d97468ee7f3e24401fd89ae437dc38d4eecbd06d30f41509c76804f2b" + sha256 cellar: :any_skip_relocation, arm64_linux: "dc082bca9b783112876c08d3f07881909c47cb60dff4774941131e4246037925" + sha256 cellar: :any_skip_relocation, x86_64_linux: "db9c85d3b74aa56e285ab0d2475dc5c8c6bf2322ab7cb9aa064754a37d763504" end depends_on "pandoc" => :build From bdb633ece7fc453ddf5c67fe133d10a0cad9c29c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 18:16:04 +0000 Subject: [PATCH 00638/10074] openapi-diff: update 2.1.2 bottle. --- Formula/o/openapi-diff.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/openapi-diff.rb b/Formula/o/openapi-diff.rb index b65767f1c3ed7..71f5e905ef4a6 100644 --- a/Formula/o/openapi-diff.rb +++ b/Formula/o/openapi-diff.rb @@ -6,7 +6,7 @@ class OpenapiDiff < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "f965cbd0d4205412532a6a9176762fe6d3cea30bf41ae38e54ab139d7a79d7ae" + sha256 cellar: :any_skip_relocation, all: "63097e26ae65fb97c551a7ba762aab931695df8c70adb1be8c4f1f77a6b5ddaa" end depends_on "maven" => :build From 107a0a3fd74cf4e6681d0b3b276ce955777e5c73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 18:16:08 +0000 Subject: [PATCH 00639/10074] firebase-cli: update 14.5.1 bottle. --- Formula/f/firebase-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 0be03df499fa9..1981206f17fe8 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -6,13 +6,13 @@ class FirebaseCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d09caa94c35e1fe743bcd4ea38d7b0808aeff211092012556bb449ec52c0a52" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d09caa94c35e1fe743bcd4ea38d7b0808aeff211092012556bb449ec52c0a52" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6d09caa94c35e1fe743bcd4ea38d7b0808aeff211092012556bb449ec52c0a52" - sha256 cellar: :any_skip_relocation, sonoma: "b2cb06325c09b6de68b8418e4b266396c13aaee67abc77646c9803fecef2af65" - sha256 cellar: :any_skip_relocation, ventura: "b2cb06325c09b6de68b8418e4b266396c13aaee67abc77646c9803fecef2af65" - sha256 cellar: :any_skip_relocation, arm64_linux: "f479c6a12f6d646c48a13a76316b0e9880abbd392f51db6e62ab01f2071319cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "98ccb6f6846c67b6e187425fa9b3cb1ab28aa655dfc43d335da98967f8ee818e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c9ff707db6403c00c178299d4ccf7c53327d4a78a3abe7c0b6afc05aec58246" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c9ff707db6403c00c178299d4ccf7c53327d4a78a3abe7c0b6afc05aec58246" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6c9ff707db6403c00c178299d4ccf7c53327d4a78a3abe7c0b6afc05aec58246" + sha256 cellar: :any_skip_relocation, sonoma: "f8203c07a10d4822cb542ab11eaef642a0f61ce1caa9bd4beca8adfc6400e36d" + sha256 cellar: :any_skip_relocation, ventura: "f8203c07a10d4822cb542ab11eaef642a0f61ce1caa9bd4beca8adfc6400e36d" + sha256 cellar: :any_skip_relocation, arm64_linux: "0280d04fddfb882e78e354f137efcb8202fe1bd99028f6509a73a47bcef31b18" + sha256 cellar: :any_skip_relocation, x86_64_linux: "04ac902e13ab13fa58dd5115967583499fbdae0aa1404c7b7d581ca25e29fc2c" end depends_on "node" From cbf5869a848c4960e53f35ff55b32c9dddf9bf42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 18:18:05 +0000 Subject: [PATCH 00640/10074] scorecard: update 5.2.1 bottle. --- Formula/s/scorecard.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/scorecard.rb b/Formula/s/scorecard.rb index ce8a7fe246d68..354ff2757a439 100644 --- a/Formula/s/scorecard.rb +++ b/Formula/s/scorecard.rb @@ -16,12 +16,12 @@ class Scorecard < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "445b7cdaaa7d5d1567bdec012241f493f0145cd0b1ba94f40d08a41d373c34fa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "445b7cdaaa7d5d1567bdec012241f493f0145cd0b1ba94f40d08a41d373c34fa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "445b7cdaaa7d5d1567bdec012241f493f0145cd0b1ba94f40d08a41d373c34fa" - sha256 cellar: :any_skip_relocation, sonoma: "bc468fb913cbb5acbb7d65ad0be9fc441db41ff8c13f9700e2cf863aefbb0ce5" - sha256 cellar: :any_skip_relocation, ventura: "bc468fb913cbb5acbb7d65ad0be9fc441db41ff8c13f9700e2cf863aefbb0ce5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bb269329d5175ac8f27ab912e7d57ccae4f55d9b1ca7ab03a37a6e9f0a1d8266" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d7c8ecd2f3e9ae735e3c48c7984f1b48d32007a6faeb4c54319decb5042988f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d7c8ecd2f3e9ae735e3c48c7984f1b48d32007a6faeb4c54319decb5042988f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d7c8ecd2f3e9ae735e3c48c7984f1b48d32007a6faeb4c54319decb5042988f" + sha256 cellar: :any_skip_relocation, sonoma: "3e31a900dcff23bde75e4dd5677ec17d63c880424be1fb767921a74d2ccd5e21" + sha256 cellar: :any_skip_relocation, ventura: "3e31a900dcff23bde75e4dd5677ec17d63c880424be1fb767921a74d2ccd5e21" + sha256 cellar: :any_skip_relocation, x86_64_linux: "283d4f6eb3d27bd224130ced139af7a22fa4a0044eb72411e314a6e3ae7ea589" end depends_on "go" => :build From 16a1fa4bb24d209573986bfa13e805112b9be982 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Fri, 30 May 2025 14:19:37 -0400 Subject: [PATCH 00641/10074] legba: fix build for cmake 4 --- Formula/l/legba.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/l/legba.rb b/Formula/l/legba.rb index e56d287f87fd8..9290e15c88669 100644 --- a/Formula/l/legba.rb +++ b/Formula/l/legba.rb @@ -4,6 +4,7 @@ class Legba < Formula url "https://github.com/evilsocket/legba/archive/refs/tags/v0.10.0.tar.gz" sha256 "9755ec21539ec31dfc6c314dde1416c9b2bc79199f5aceb937e84bafc445b208" license "AGPL-3.0-only" + head "https://github.com/evilsocket/legba.git", branch: "main" bottle do sha256 cellar: :any, arm64_sequoia: "0bb1be7ca5dfde3d92f8edf755edbd2cea4129c60730055612f4cd863a637252" @@ -22,6 +23,8 @@ class Legba < Formula depends_on "samba" def install + # Support cmake 4, remove after https://github.com/evilsocket/legba/pull/72 + ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5" # Ensure that the `openssl` crate picks up the intended library. ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix ENV["OPENSSL_NO_VENDOR"] = "1" From 64350b975e8d0d31102dc1af0827782c378ad576 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 18:32:28 +0000 Subject: [PATCH 00642/10074] oxen: update 0.35.0 bottle. --- Formula/o/oxen.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oxen.rb b/Formula/o/oxen.rb index 8b7197c11949d..448c10c29e414 100644 --- a/Formula/o/oxen.rb +++ b/Formula/o/oxen.rb @@ -7,12 +7,12 @@ class Oxen < Formula head "https://github.com/Oxen-AI/Oxen.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf023290d39aaeca2a5a308d5ae5d5d54fc7cebf72bd07f8c9c031f1e626f76d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd6f8abf358d3ef9984dbf0f9668f591edf0c83a52f6d43a4291319bb393a64d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "70fa9e5ff497fc6b62ca73ac4ee5b3cde7e0c2bf5ef0e66e14c3a38bd351378a" - sha256 cellar: :any_skip_relocation, sonoma: "115c1a15e529afde7dd1d1428277047d65467673d2fa3eba645635f5f7592b26" - sha256 cellar: :any_skip_relocation, ventura: "061821746e20be4c5035579223ae8566007b796f7e56e8b4c87fefbedcddad0c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d71ae7c3a406f091c0da0e282ab4b973b209dd5401be82f3ebae126a234ef8ca" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8793e7c834bac7cf51526e4bc397f60959aad9ba2582547deb3648d997ef7f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5028a4c4023327ee842b9e609b3ea7c1c0a00e4d335ff853bb79d93bd4b948c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "854c2db0bbc9098ac8a2bd518d0a4e0aa0743680f8a098a0ccd00b5e75e7533e" + sha256 cellar: :any_skip_relocation, sonoma: "2d156ebc9ad223b4c2740de009fb2c7ed5cb8398bbb3afb8a8b443675c88649c" + sha256 cellar: :any_skip_relocation, ventura: "9003f44c38e1210ff649904a81a267b238e411b92d8c7a9b6ffc4c09b0c3ed19" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c0ad60cfb5dad9e31709a8b65301315a9afdfe2ad8aa2698085c8d3065888c4d" end depends_on "cmake" => :build # for libz-ng-sys From ec527624471873cd44e7cd38e1150e4744d001a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 18:33:58 +0000 Subject: [PATCH 00643/10074] slumber: update 3.1.2 bottle. --- Formula/s/slumber.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/s/slumber.rb b/Formula/s/slumber.rb index 2425c529d6201..3875f445124ae 100644 --- a/Formula/s/slumber.rb +++ b/Formula/s/slumber.rb @@ -7,14 +7,13 @@ class Slumber < Formula head "https://github.com/LucasPickering/slumber.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad7bc8e3e46c086a4c93d814795f928cb0418ad45f55b0c4e1ca4214f5846cb3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1e060c547138ec5e31af522468cd29436bea9cfde5d8e5c15204fa49f279046" - sha256 cellar: :any_skip_relocation, arm64_ventura: "768f586f80d8ab02c5bf47e936c137c858603a4db27ce80ee639c97bee96fa86" - sha256 cellar: :any_skip_relocation, sonoma: "0ef040f0e33616c051a6f7d19981829beb1747f4a55fb992157bebe3272076fc" - sha256 cellar: :any_skip_relocation, ventura: "6f44f9edc62c191099861448a54b88272fa186af63f5b69970dafbf57633a030" - sha256 cellar: :any_skip_relocation, arm64_linux: "27721677aa58690109c4a1987c1b4307d4bc664562c76532e4591b40ffcbc7e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4872dd735264feecacf8bc029d273dc2776987613d9b672478b2521d1581f48" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcf74904dcf1eb746f61708b4680fdf8f456de677af455b8b56f4a68c84f6e35" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a30cc7102ed8873c821c7f77831d35aeb599f3b786e9c3fc23510d488a836069" + sha256 cellar: :any_skip_relocation, arm64_ventura: "141f3aeb47db6bfe1b5ee2cc0ce168ff5a75332e92deaf2b6e3393bcbbbe3614" + sha256 cellar: :any_skip_relocation, sonoma: "0db51ce58c284fc3c17bf21bab0d9f566a9dc925c61b4914e02b6c476e829442" + sha256 cellar: :any_skip_relocation, ventura: "58b034fbe74e4f8385be7c496520682df92c2eb359bc1ca247dd88cbfea14961" + sha256 cellar: :any_skip_relocation, arm64_linux: "2defcf04a12fcfd5f3d6f0d188b3cd04d0853f508fdeb8f5c08425dfa090aed7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67649ef3a68e847e69c92caf480d24fd83a041b8fac9d50dd5a32452a2d77b8c" end depends_on "rust" => :build From f583120d5e91d6c5979767f8baf7a7b115e2079f Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 30 May 2025 20:36:53 +0200 Subject: [PATCH 00644/10074] docker-completion 28.2.2 Signed-off-by: botantony --- Formula/d/docker-completion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-completion.rb b/Formula/d/docker-completion.rb index 76b7755a41c8a..fd788d139ec3c 100644 --- a/Formula/d/docker-completion.rb +++ b/Formula/d/docker-completion.rb @@ -1,8 +1,8 @@ class DockerCompletion < Formula desc "Bash, Zsh and Fish completion for Docker" homepage "https://www.docker.com/" - url "https://github.com/docker/cli/archive/refs/tags/v28.2.1.tar.gz" - sha256 "1e6942e9a410b314f6a75b021216328f0798be30180e95a1d553ee672d3f400f" + url "https://github.com/docker/cli/archive/refs/tags/v28.2.2.tar.gz" + sha256 "4a95c430381101c418e02e1ad87679237f3b59d909fa26d9fd36103d0cd36930" license "Apache-2.0" head "https://github.com/docker/cli.git", branch: "master" From 8a7426bf12663567fb47ccd34549ec84a6458507 Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 30 May 2025 20:36:58 +0200 Subject: [PATCH 00645/10074] docker 28.2.2 Signed-off-by: botantony --- Formula/d/docker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker.rb b/Formula/d/docker.rb index 215f863371d72..a24861a829316 100644 --- a/Formula/d/docker.rb +++ b/Formula/d/docker.rb @@ -2,8 +2,8 @@ class Docker < Formula desc "Pack, ship and run any application as a lightweight container" homepage "https://www.docker.com/" url "https://github.com/docker/cli.git", - tag: "v28.2.1", - revision: "879ac3f88fe137c2058afe995298832eb2ff1546" + tag: "v28.2.2", + revision: "e6534b4eb700e592f25e7213568a02f3ce37460d" license "Apache-2.0" head "https://github.com/docker/cli.git", branch: "master" From 6880a974341bf710fc97e6e20276208e550711e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 18:50:59 +0000 Subject: [PATCH 00646/10074] yazi: update 25.5.31 bottle. --- Formula/y/yazi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yazi.rb b/Formula/y/yazi.rb index c8276962fca87..55d9372c1f960 100644 --- a/Formula/y/yazi.rb +++ b/Formula/y/yazi.rb @@ -15,13 +15,13 @@ class Yazi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7393747ac9e178df44146102ed7458d919890bc26d2d1199260dd73dcb307fd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "22d23824d6bc24cd964cf317ae51f18ee426616c21eae3a1365534bfc990d0c5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9837c1382a0751a601c75f233fa8ca4dc629ddc54fe6de96644c07328d7963cd" - sha256 cellar: :any_skip_relocation, sonoma: "e96e8b3cd66dbc502a1b7e3d297634d7c4a0440b80816a59f0af7b02c07fab74" - sha256 cellar: :any_skip_relocation, ventura: "f6c6e73c95a5b7eb64226ee2d574a17aa46c3cd8a41652402579a7e028c7397a" - sha256 cellar: :any_skip_relocation, arm64_linux: "908cb32681d46677e28afd69a1fa4fc2399261f6c86974a48b83134d5002e049" - sha256 cellar: :any_skip_relocation, x86_64_linux: "222e0b8acf14a8a84c0b4c6ce9a2027df66bf5f26b56009ab74b14c158f67fcd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "55ae93d2fd850112f783f4052e4246bdc0d978717bf128afffaee1386c367fbe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f068f0631c6431fd36de113d88875a0ac10875f6cabc08f19251cab578a6fa97" + sha256 cellar: :any_skip_relocation, arm64_ventura: "66a6dd96dd47205f720454d129eb74bd483137f7aef9c166f4b041cbf045345d" + sha256 cellar: :any_skip_relocation, sonoma: "4cba596dd9ee6335a7424596fab979a3845877c87fb3bd7b3259b30f11e17517" + sha256 cellar: :any_skip_relocation, ventura: "1b00c00a1d6ebb2f02badd0a37610674ea71e7f954fcecdec2568e58e3374709" + sha256 cellar: :any_skip_relocation, arm64_linux: "8abea4a36aaa705edd6ef655ce3d24fc58346ac1ddf041e85589b2ce352ed23f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "961112614f3d0ec7052085aa2208e299cdf00002454c04777ef703fd5eb38837" end depends_on "rust" => :build From 802236092b99ab358dff5125a51148f5bc998782 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 19:50:15 +0000 Subject: [PATCH 00647/10074] awscli 2.27.26 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 05933a5fcde13..b7fe7ede1aa0a 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.25.tar.gz" - sha256 "f9e7b50998930fbc93ce26e7be3322954a3d2bbd164688f4b23bbadab04f184b" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.26.tar.gz" + sha256 "0c5a87c308088d2ef25b155bee54fac2238620d93401314a381f689c13759d18" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 07b96c566b92ec8bdb0af11321a88a9aa54c7aee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 19:51:39 +0000 Subject: [PATCH 00648/10074] bruno-cli 2.4.0 --- Formula/b/bruno-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bruno-cli.rb b/Formula/b/bruno-cli.rb index d181974f86699..b287ce44bb74a 100644 --- a/Formula/b/bruno-cli.rb +++ b/Formula/b/bruno-cli.rb @@ -1,8 +1,8 @@ class BrunoCli < Formula desc "CLI of the open-source IDE For exploring and testing APIs" homepage "https://www.usebruno.com/" - url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.3.0.tgz" - sha256 "c7e6aa0ab54a344ac4da106cbeb49b7ab9c85878902c983ed2882e8450922c7f" + url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.4.0.tgz" + sha256 "23b1dc5d22f8e72010883c961cf2b8491aa2ea6ff9f4dc2d3f87b6e2069755dd" license "MIT" bottle do From 673a978c320ab021393c1c0e48b050f477a3513e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 19:57:54 +0000 Subject: [PATCH 00649/10074] fern-api 0.63.25 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index d86479ec69ef6..07f67d0785d4f 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.23.tgz" - sha256 "2b18fbd5ceb9400951e2140fcd893277d616f39fa11fb1dca7e734b624e1752f" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.25.tgz" + sha256 "14cf511847767509e6740b44cce1618b584add5e84ccf1cc380bf366db644ffe" license "Apache-2.0" bottle do From 1573af3737e6a4d673ff994de691bf24a1b3598d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:06:42 +0000 Subject: [PATCH 00650/10074] md2pdf 2.2.16 --- Formula/m/md2pdf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/md2pdf.rb b/Formula/m/md2pdf.rb index 75831f73376a6..3d969516fd1b9 100644 --- a/Formula/m/md2pdf.rb +++ b/Formula/m/md2pdf.rb @@ -1,8 +1,8 @@ class Md2pdf < Formula desc "CLI utility that generates PDF from Markdown" homepage "https://github.com/solworktech/mdtopdf" - url "https://github.com/solworktech/mdtopdf/archive/refs/tags/v2.2.15.tar.gz" - sha256 "a7efad310c97440e6320678cde7fc51ecd1d552e2da417faefc191f9e5037805" + url "https://github.com/solworktech/mdtopdf/archive/refs/tags/v2.2.16.tar.gz" + sha256 "6c9f94648cdd6fbddb9719fe79ef18a7fca6a4588989427ea84c35d43cbf8369" license "MIT" head "https://github.com/solworktech/mdtopdf.git", branch: "master" From 70d385d6c67efd3068ce70151b9e0c28d30d4a7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:11:01 +0000 Subject: [PATCH 00651/10074] oxlint 0.17.0 --- Formula/o/oxlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 8808c871e8004..8170d4b195f3c 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -1,8 +1,8 @@ class Oxlint < Formula desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust" homepage "https://oxc.rs/" - url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.16.12.tar.gz" - sha256 "a8560bd5fbe7f186d340e31dad0c8ba4a976127c6521b92a78a638b9c0745e08" + url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.17.0.tar.gz" + sha256 "4e2a2cb516c9eca4d17d4b67033ac891daec22d2d18ac3068191d80be59d34fa" license "MIT" head "https://github.com/oxc-project/oxc.git", branch: "main" From d046e4f88fc43d23387c216a3dfe011108e5ce39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:12:30 +0000 Subject: [PATCH 00652/10074] pmd 7.14.0 --- Formula/p/pmd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pmd.rb b/Formula/p/pmd.rb index 176c6db268ee1..ba9fb587848bc 100644 --- a/Formula/p/pmd.rb +++ b/Formula/p/pmd.rb @@ -1,8 +1,8 @@ class Pmd < Formula desc "Source code analyzer for Java, JavaScript, and more" homepage "https://pmd.github.io" - url "https://github.com/pmd/pmd/releases/download/pmd_releases%2F7.13.0/pmd-dist-7.13.0-bin.zip" - sha256 "8fdafc7ab40bf798d033861cecfd5d436c2d6ecb4149a8526ea82cdf75b0b256" + url "https://github.com/pmd/pmd/releases/download/pmd_releases%2F7.14.0/pmd-dist-7.14.0-bin.zip" + sha256 "935753029c25257384854e4fba806d7e0438f5298ff6c0839dd223e387b6b52f" license "BSD-4-Clause" bottle do From 0537dbdc79b096b180b6056112d375c92a8cb839 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:13:11 +0000 Subject: [PATCH 00653/10074] proto 0.49.4 --- Formula/p/proto.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/proto.rb b/Formula/p/proto.rb index 872d7b9942bd2..b03205db4d336 100644 --- a/Formula/p/proto.rb +++ b/Formula/p/proto.rb @@ -1,8 +1,8 @@ class Proto < Formula desc "Pluggable multi-language version manager" homepage "https://moonrepo.dev/proto" - url "https://github.com/moonrepo/proto/archive/refs/tags/v0.49.3.tar.gz" - sha256 "4c6dccd39bc0960b3262d49808e7fcaef01a02d22ac1c4851476641055bd69e6" + url "https://github.com/moonrepo/proto/archive/refs/tags/v0.49.4.tar.gz" + sha256 "0fa651d739ec8da3a81498f8a9779bfd030cac402bc117889a61a5f2e79697b2" license "MIT" head "https://github.com/moonrepo/proto.git", branch: "master" From 44ce9c89cdefbb859d4172697597729abcbe0cf7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:15:09 +0000 Subject: [PATCH 00654/10074] repo 2.55 --- Formula/r/repo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/repo.rb b/Formula/r/repo.rb index 7f1019df15fb7..1678b056dcb0f 100644 --- a/Formula/r/repo.rb +++ b/Formula/r/repo.rb @@ -4,8 +4,8 @@ class Repo < Formula desc "Repository tool for Android development" homepage "https://source.android.com/source/developing.html" url "https://gerrit.googlesource.com/git-repo.git", - tag: "v2.54", - revision: "97dc5c1bd9527c2abe2183b16a4b7ef037dc34a7" + tag: "v2.55", + revision: "08815ad3eb245872700201e03c47cb504d1dc3f9" license "Apache-2.0" version_scheme 1 From 190a5ecc68f5d080afe18fdc4f2b61257c128a76 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:16:38 +0000 Subject: [PATCH 00655/10074] rqlite 8.37.2 --- Formula/r/rqlite.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 47d7c23191f3a..1edf721a3f200 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -1,8 +1,8 @@ class Rqlite < Formula desc "Lightweight, distributed relational database built on SQLite" homepage "https://www.rqlite.io/" - url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.37.1.tar.gz" - sha256 "681f9a00515c5fbc97282c47d2301e2cd6d305eac1ab48b950b96a627d50473c" + url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.37.2.tar.gz" + sha256 "b7a06d58e6ed0a68496a18c16abc8e0b88e91e9eb2693cccf23c5ba5581d436e" license "MIT" head "https://github.com/rqlite/rqlite.git", branch: "master" From 2d6eacb189aee1bd66facc37cee318673d012ad4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:16:49 +0000 Subject: [PATCH 00656/10074] bruno-cli: update 2.4.0 bottle. --- Formula/b/bruno-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bruno-cli.rb b/Formula/b/bruno-cli.rb index b287ce44bb74a..fbdf9f7b8d6ad 100644 --- a/Formula/b/bruno-cli.rb +++ b/Formula/b/bruno-cli.rb @@ -6,13 +6,13 @@ class BrunoCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "65f7119eea1e8e383a59d99ce89c8bb3ba91f0282981a337d5491ef86590f153" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "65f7119eea1e8e383a59d99ce89c8bb3ba91f0282981a337d5491ef86590f153" - sha256 cellar: :any_skip_relocation, arm64_ventura: "65f7119eea1e8e383a59d99ce89c8bb3ba91f0282981a337d5491ef86590f153" - sha256 cellar: :any_skip_relocation, sonoma: "b365db60f801d4f83ac0a38ae2f870e5d2fb1ab2ac128e8ee1d46691d099fedf" - sha256 cellar: :any_skip_relocation, ventura: "b365db60f801d4f83ac0a38ae2f870e5d2fb1ab2ac128e8ee1d46691d099fedf" - sha256 cellar: :any_skip_relocation, arm64_linux: "65f7119eea1e8e383a59d99ce89c8bb3ba91f0282981a337d5491ef86590f153" - sha256 cellar: :any_skip_relocation, x86_64_linux: "65f7119eea1e8e383a59d99ce89c8bb3ba91f0282981a337d5491ef86590f153" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" + sha256 cellar: :any_skip_relocation, sonoma: "0b1446c3bf162cbca8d3a98508cb42704c019ddaeb076adb839be14b5c382e50" + sha256 cellar: :any_skip_relocation, ventura: "0b1446c3bf162cbca8d3a98508cb42704c019ddaeb076adb839be14b5c382e50" + sha256 cellar: :any_skip_relocation, arm64_linux: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" end depends_on "node" From fe3f78c6dcc033cdad34c9738344a8c85dc6fd29 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Fri, 30 May 2025 16:19:16 -0400 Subject: [PATCH 00657/10074] kaskade: update resources --- Formula/k/kaskade.rb | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/Formula/k/kaskade.rb b/Formula/k/kaskade.rb index c545595756a30..72f2f3fe67cf8 100644 --- a/Formula/k/kaskade.rb +++ b/Formula/k/kaskade.rb @@ -7,6 +7,7 @@ class Kaskade < Formula sha256 "42090569c7b2ad5baf62568dba6bd23064daec643ae12d2d5022651d78edc785" license "MIT" revision 1 + head "https://github.com/sauljabin/kaskade.git", branch: "main" bottle do sha256 cellar: :any, arm64_sequoia: "c00562049cb58617b3798384fed7ea9e8db238c7d633701e57e9739adb6abc90" @@ -35,8 +36,8 @@ class Kaskade < Formula end resource "authlib" do - url "https://files.pythonhosted.org/packages/2a/b3/5f5bc73c6558a21f951ffd267f41c6340d15f5fe0ff4b6bf37694f3558b8/authlib-1.5.2.tar.gz" - sha256 "fe85ec7e50c5f86f1e2603518bb3b4f632985eb4a355e52256530790e326c512" + url "https://files.pythonhosted.org/packages/a2/9d/b1e08d36899c12c8b894a44a5583ee157789f26fc4b176f8e4b6217b56e1/authlib-1.6.0.tar.gz" + sha256 "4367d32031b7af175ad3a323d571dc7257b7099d55978087ceae4a0d88cd3210" end resource "avro" do @@ -45,18 +46,18 @@ class Kaskade < Formula end resource "cachetools" do - url "https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz" - sha256 "1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4" + url "https://files.pythonhosted.org/packages/c0/b0/f539a1ddff36644c28a61490056e5bae43bd7386d9f9c69beae2d7e7d6d1/cachetools-6.0.0.tar.gz" + sha256 "f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "cloup" do @@ -70,8 +71,8 @@ class Kaskade < Formula end resource "fastavro" do - url "https://files.pythonhosted.org/packages/f3/67/7121d2221e998706cac00fa779ec44c1c943cb65e8a7ed1bd57d78d93f2c/fastavro-1.10.0.tar.gz" - sha256 "47bf41ac6d52cdfe4a3da88c75a802321321b37b663a900d12765101a5d6886f" + url "https://files.pythonhosted.org/packages/48/8f/32664a3245247b13702d13d2657ea534daf64e58a3f72a3a2d10598d6916/fastavro-1.11.1.tar.gz" + sha256 "bf6acde5ee633a29fb8dfd6dfea13b164722bc3adc05a0e055df080549c1c2f8" end resource "googleapis-common-protos" do @@ -100,8 +101,8 @@ class Kaskade < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -130,13 +131,13 @@ class Kaskade < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "protobuf" do - url "https://files.pythonhosted.org/packages/c8/8c/cf2ac658216eebe49eaedf1e06bc06cbf6a143469236294a1171a51357c3/protobuf-6.30.2.tar.gz" - sha256 "35c859ae076d8c56054c25b59e5e59638d86545ed6e2b6efac6be0b6ea3ba048" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "pygments" do @@ -165,8 +166,8 @@ class Kaskade < Formula end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz" - sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "sniffio" do @@ -175,8 +176,8 @@ class Kaskade < Formula end resource "textual" do - url "https://files.pythonhosted.org/packages/d2/c9/b36f65d15452bdca2b186526262ce8759ee8089ae76c3cc8e3fe303cc527/textual-3.1.1.tar.gz" - sha256 "cfb40a820edf77cae1c11fa15056d9e1a731c7bcbc6ab293aafcc139a4e46b6a" + url "https://files.pythonhosted.org/packages/34/99/8408761a1a1076b2bb69d4859ec110d74be7515552407ac1cb6b68630eb6/textual-3.2.0.tar.gz" + sha256 "d2f3b0c39e02535bb5f2aec1c45e10bd3ee7508ed1e240b7505c3cf02a6f00ed" end resource "typing-extensions" do From 68de623cf1ceffc69b86079e02d725b0d8567a2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:19:20 +0000 Subject: [PATCH 00658/10074] docker: update 28.2.2 bottle. --- Formula/d/docker.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker.rb b/Formula/d/docker.rb index a24861a829316..59438b365c8c6 100644 --- a/Formula/d/docker.rb +++ b/Formula/d/docker.rb @@ -13,12 +13,12 @@ class Docker < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c19c34b5478047f288edddc9269788d1d754d87b92a3c72b256fefb3eea4bd7e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c19c34b5478047f288edddc9269788d1d754d87b92a3c72b256fefb3eea4bd7e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c19c34b5478047f288edddc9269788d1d754d87b92a3c72b256fefb3eea4bd7e" - sha256 cellar: :any_skip_relocation, sonoma: "f65caf3685f3f1a8278bde3c9974180bec591f117aedc0b35ffdd0c6e2d7e990" - sha256 cellar: :any_skip_relocation, ventura: "f65caf3685f3f1a8278bde3c9974180bec591f117aedc0b35ffdd0c6e2d7e990" - sha256 cellar: :any_skip_relocation, x86_64_linux: "89caf722f0bd199badd95dca7d231b7e433d319619a620071d667e4475a84134" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e" + sha256 cellar: :any_skip_relocation, sonoma: "da26027d3fc8d77104bddd53bd946ae871716701869e85f839f777c524e4c6db" + sha256 cellar: :any_skip_relocation, ventura: "da26027d3fc8d77104bddd53bd946ae871716701869e85f839f777c524e4c6db" + sha256 cellar: :any_skip_relocation, x86_64_linux: "21887e7206a795d402ed30807661dbcdeeb1d63776d7c1057580b3f7fc08bde2" end depends_on "go" => :build From bf8969858e1924b0a86174a556860ed88105a0dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:19:20 +0000 Subject: [PATCH 00659/10074] docker-completion: update 28.2.2 bottle. --- Formula/d/docker-completion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/docker-completion.rb b/Formula/d/docker-completion.rb index fd788d139ec3c..81f50f1acee5a 100644 --- a/Formula/d/docker-completion.rb +++ b/Formula/d/docker-completion.rb @@ -11,7 +11,7 @@ class DockerCompletion < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "b6225926f31892427b676d9a3316eb3f02b4a57631a247a8d1a0bcd907de5e1b" + sha256 cellar: :any_skip_relocation, all: "d1e4eeba6a1ec5b740b3cffef871be8cb2e63164a5d55c8d7a50e91a6395f8ba" end conflicts_with cask: "docker" From abb0a8d421cb4bf4064ab02da0aa43313b1e338e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:20:24 +0000 Subject: [PATCH 00660/10074] fern-api: update 0.63.25 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 07f67d0785d4f..3e29f982dd825 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "5de39fbfca413ad6e0ed9e2f5285c115cd18e6a0f9ade784bd5b1373a4c6ce94" + sha256 cellar: :any_skip_relocation, all: "6a4609a463557daffcad24738fa8ce0b0feae121cc84ea3d7de42af40906f8e5" end depends_on "node" From 4e00ce2c6424df33e65f627fa81824f86e796976 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:21:19 +0000 Subject: [PATCH 00661/10074] tintin 2.02.51 --- Formula/t/tintin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tintin.rb b/Formula/t/tintin.rb index aa75d33714803..3446a6426c6d7 100644 --- a/Formula/t/tintin.rb +++ b/Formula/t/tintin.rb @@ -1,8 +1,8 @@ class Tintin < Formula desc "MUD client" homepage "https://tintin.mudhalla.net/" - url "https://github.com/scandum/tintin/releases/download/2.02.42/tintin-2.02.42.tar.gz" - sha256 "ae3396fe40a246dd09d8c31a232202db1827a11e6fbebfa9b1f413e7fd1807c4" + url "https://github.com/scandum/tintin/releases/download/2.02.51/tintin-2.02.51.tar.gz" + sha256 "9279f25d18defddf449863f4bad6ec971feacd297a9d9ddaac28c9b5d5eced02" license "GPL-3.0-or-later" livecheck do From 37a7ed76da40326c1c59bd3fe7c9741bcf2c50d9 Mon Sep 17 00:00:00 2001 From: Jiaxun Yang Date: Fri, 30 May 2025 18:47:55 +0100 Subject: [PATCH 00662/10074] systemc: Switch to autotools configure systemc's cmake build lacks many features, namely pkg-config files and document & example files. Fix by switching to autotools configure based build flow, also applying patch from Debian to fix document build. Signed-off-by: Jiaxun Yang --- Formula/s/systemc.rb | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/Formula/s/systemc.rb b/Formula/s/systemc.rb index 64003efc4ae59..d54e944b97634 100644 --- a/Formula/s/systemc.rb +++ b/Formula/s/systemc.rb @@ -20,12 +20,24 @@ class Systemc < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "6db51dd6f15d86564a1d9a5758497d514b1328222c0635fa9b20ccc86b0a9716" end - depends_on "cmake" => :build + depends_on "autoconf" => :build + depends_on "autoconf-archive" => :build + depends_on "automake" => :build + depends_on "doxygen" => :build + depends_on "libtool" => :build + + # Workaround "No rule to make target 'DEVELOPMENT.md', needed by 'all-am'": + # Ref: https://forums.accellera.org/topic/8068-no-rule-to-make-target-developmentmd-needed-by-all-am/ + patch do + url "https://sources.debian.org/data/main/s/systemc/3.0.1-1/debian/patches/doc-targets.patch" + sha256 "3c4c79453599fed2a0082b9564e6a2dd845615afcc173d0e235933b2d2b18bf4" + end def install - system "cmake", "-S", ".", "-B", "build", "-DCMAKE_CXX_STANDARD=17", *std_cmake_args - system "cmake", "--build", "build" - system "cmake", "--install", "build" + ENV.append "CXXFLAGS", "-std=gnu++17" + system "autoreconf", "--force", "--install", "--verbose" + system "./configure", "--with-unix-layout", *std_configure_args + system "make", "install" end test do From 44b5f9280823c4f1b79cb3a1b8d4bf46d51700bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:22:55 +0000 Subject: [PATCH 00663/10074] uv 0.7.9 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index f7548b7038cef..5b0ea73e98c15 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://docs.astral.sh/uv/" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.8.tar.gz" - sha256 "4f12e8b5f9706e28d689d3df47a14cda07fb638dbd83889233fdbf2e1e01d9db" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.9.tar.gz" + sha256 "04c58ee15192a3a8fd67b7888d17f798d4802cb8fbb7a6d264b7499f93230ba3" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 53edf0c86fd8537519f16affa96ecfea0b41d530 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:23:20 +0000 Subject: [PATCH 00664/10074] vercel-cli 42.3.0 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 036ebad440330..d806eb3571f4e 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-42.2.0.tgz" - sha256 "8bcf291e9dedd98f8728c3c2fc74f3016e100f22b3a5108fb438f05b68e5a5c7" + url "https://registry.npmjs.org/vercel/-/vercel-42.3.0.tgz" + sha256 "9c3ef9b557322ed6a8e39408456947f34f03c33f6712ae5eb28719bac00824ed" license "Apache-2.0" bottle do From 3e1f39323d0266a35d1e979432c04ace01e5ec6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:23:33 +0000 Subject: [PATCH 00665/10074] md2pdf: update 2.2.16 bottle. --- Formula/m/md2pdf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/md2pdf.rb b/Formula/m/md2pdf.rb index 3d969516fd1b9..c9730d156841a 100644 --- a/Formula/m/md2pdf.rb +++ b/Formula/m/md2pdf.rb @@ -7,12 +7,12 @@ class Md2pdf < Formula head "https://github.com/solworktech/mdtopdf.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "618ca3284115e532e2ce80889792492b1d22077124cedb2cc7085a7b2212b026" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "618ca3284115e532e2ce80889792492b1d22077124cedb2cc7085a7b2212b026" - sha256 cellar: :any_skip_relocation, arm64_ventura: "618ca3284115e532e2ce80889792492b1d22077124cedb2cc7085a7b2212b026" - sha256 cellar: :any_skip_relocation, sonoma: "c9ad997fa07601ffe927913ea0e9c05dbdccdddee707770086057a79ad5f7ec4" - sha256 cellar: :any_skip_relocation, ventura: "c9ad997fa07601ffe927913ea0e9c05dbdccdddee707770086057a79ad5f7ec4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee9e901ede7735cbee52dee13ccb89fd7f1cf4b8450b35574f533065273501f0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "38982081b8951bc2505e6156607882169a8d9fa2fb8d087c6d2f7530af16c102" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "38982081b8951bc2505e6156607882169a8d9fa2fb8d087c6d2f7530af16c102" + sha256 cellar: :any_skip_relocation, arm64_ventura: "38982081b8951bc2505e6156607882169a8d9fa2fb8d087c6d2f7530af16c102" + sha256 cellar: :any_skip_relocation, sonoma: "6222a9cd2dd2d14522f4c59473ecd97f933805c9edfea9762b9877470a85e549" + sha256 cellar: :any_skip_relocation, ventura: "6222a9cd2dd2d14522f4c59473ecd97f933805c9edfea9762b9877470a85e549" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf4b31544cee7ed7e431999f9b4e5c9a9fbd3cc7f219fd5785801b9b17be9a82" end depends_on "go" => :build From 9bcff611ccdb4ca364c9838057d6bfd57c5cf5c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:24:13 +0000 Subject: [PATCH 00666/10074] vulkan-headers 1.4.316 --- Formula/v/vulkan-headers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-headers.rb b/Formula/v/vulkan-headers.rb index 7af68327b60bb..d5fccc0e7e3ba 100644 --- a/Formula/v/vulkan-headers.rb +++ b/Formula/v/vulkan-headers.rb @@ -1,8 +1,8 @@ class VulkanHeaders < Formula desc "Vulkan Header files and API registry" homepage "https://github.com/KhronosGroup/Vulkan-Headers" - url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.315.tar.gz" - sha256 "77e3a78db853f8b9c5bc3ddef04e637bef9744e01d6a8c90ebe0ddcd916c0c50" + url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.316.tar.gz" + sha256 "895caae5a68ef6bbec291c7df953a463c751bee1b6e628b612cfbc2ef83ee3a5" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Headers.git", branch: "main" From 623fd3c1c68d1b7ba2a3b1b9a4de9194ee247d7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:24:13 +0000 Subject: [PATCH 00667/10074] vulkan-loader 1.4.316 --- Formula/v/vulkan-loader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-loader.rb b/Formula/v/vulkan-loader.rb index 60752e013f1a7..7421f4750244a 100644 --- a/Formula/v/vulkan-loader.rb +++ b/Formula/v/vulkan-loader.rb @@ -1,8 +1,8 @@ class VulkanLoader < Formula desc "Vulkan ICD Loader" homepage "https://github.com/KhronosGroup/Vulkan-Loader" - url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.315.tar.gz" - sha256 "2e7c3762ce0ef6ba35e319ca270f1714c06e02c0efca145a1c5fbcc4f79fe59f" + url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.316.tar.gz" + sha256 "00e9cb5a49e48d7a81a32351c04866468c40966dfdf6393570953a30c41f6dce" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Loader.git", branch: "main" From 01588d39e97ccbec686ce5b1f71d4addc2ca2847 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:24:13 +0000 Subject: [PATCH 00668/10074] vulkan-tools 1.4.316 --- Formula/v/vulkan-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-tools.rb b/Formula/v/vulkan-tools.rb index c35a2f6e736db..5144a2598d167 100644 --- a/Formula/v/vulkan-tools.rb +++ b/Formula/v/vulkan-tools.rb @@ -1,8 +1,8 @@ class VulkanTools < Formula desc "Vulkan utilities and tools" homepage "https://github.com/KhronosGroup/Vulkan-Tools" - url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.315.tar.gz" - sha256 "2caefad09082941af790fda9a5dc5dd776f73124148b1d34ea0e2db1af67c0c0" + url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.316.tar.gz" + sha256 "3d56d577b908e6627891b0f0c0fc5ba5ea9db0620d0a7755e2ef312e3629acbf" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Tools.git", branch: "main" From ffcba5fd62520a53ab899726339e17e72a1d8b65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:24:13 +0000 Subject: [PATCH 00669/10074] vulkan-utility-libraries 1.4.316 --- Formula/v/vulkan-utility-libraries.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-utility-libraries.rb b/Formula/v/vulkan-utility-libraries.rb index 60ad1978cddc0..3af7a544f527b 100644 --- a/Formula/v/vulkan-utility-libraries.rb +++ b/Formula/v/vulkan-utility-libraries.rb @@ -1,8 +1,8 @@ class VulkanUtilityLibraries < Formula desc "Utility Libraries for Vulkan" homepage "https://github.com/KhronosGroup/Vulkan-Utility-Libraries" - url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.315.tar.gz" - sha256 "c51e3f7faef76b86b74f86ccfc18a7bd93ea42ae9c8acba33b04e7db41ea5b55" + url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.316.tar.gz" + sha256 "3423b08cb1519e66b985c4f1edd07395fa3d61bf33fd50e392817ff229f395dd" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git", branch: "main" From 59d6941c2f29d537080f4e943eac8da643e5e3cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:24:49 +0000 Subject: [PATCH 00670/10074] weaviate 1.31.0 --- Formula/w/weaviate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/weaviate.rb b/Formula/w/weaviate.rb index 63c8df8465eac..a6501f23b0cc4 100644 --- a/Formula/w/weaviate.rb +++ b/Formula/w/weaviate.rb @@ -1,8 +1,8 @@ class Weaviate < Formula desc "Open-source vector database that stores both objects and vectors" homepage "https://weaviate.io/developers/weaviate/" - url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.30.6.tar.gz" - sha256 "ecb14c3afde0ec7316e705b29c79e8d0711d3e0ccfdd95cb627b9ff90077faff" + url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.31.0.tar.gz" + sha256 "70df7afd139798657da8bcee20dcb3b50946a25ac5bc26dce51e74afa726615c" license "BSD-3-Clause" bottle do From ba016c663a88d0eb94baf5b6587d0ffb5fb14f9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:36:15 +0000 Subject: [PATCH 00671/10074] oxlint: update 0.17.0 bottle. --- Formula/o/oxlint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 8170d4b195f3c..8910039e0bbd6 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -12,13 +12,13 @@ class Oxlint < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b57509c3df3887abdf662ee37d2bed0de9de9d080c836f4d89ca759e7ff6d661" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9497ec860cebfef845f08898164ffd6998252c61c4d16527d48a693b595b0798" - sha256 cellar: :any_skip_relocation, arm64_ventura: "651f1e2a045131b46a7d2db40329233d922b9ea130efca9066dc21614c04c895" - sha256 cellar: :any_skip_relocation, sonoma: "a026a45c79466c0ec37051fa52864d07bb54ceb5f3b6ee49878e058326bacb66" - sha256 cellar: :any_skip_relocation, ventura: "3b5bd19d466da82a66a1d2f76fc66d55afff942f05df254003f4dc3726c9472f" - sha256 cellar: :any_skip_relocation, arm64_linux: "bfb494038aec1cdebc7fa258c78a195aaefcb5d86b12302931c6f4d3b03937d7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "680dce24aa25b48273b4815089ac5bd9398ceb6740ffb6edd8826f6d1e937578" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8742c93896c82ee816d8ab71d4d589f8d121eca1466549390328e482eef0b9d5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7da601a9b336ed010333037fc1669e544cce189ef51201219097fb6045af7c94" + sha256 cellar: :any_skip_relocation, arm64_ventura: "835260204f25a5b6149205b69b89af19a7fe27ebbcd2121c5f89748227e0db64" + sha256 cellar: :any_skip_relocation, sonoma: "2a53c60b5aabb194be52c3d5ae7528f24dfeb01735177025bb98d050f7182722" + sha256 cellar: :any_skip_relocation, ventura: "cd7a447256ceffb0b888b5097c2f80fb01e61d4b3046aa8105cbddbe5460519e" + sha256 cellar: :any_skip_relocation, arm64_linux: "6d037e8c3d505b8658799a12ec436b6f3abc5b5ef69a530326057d5ca6d3698b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b158fb9f79ae4dfe2571cb8435cc817a6c5a8530b0d879efb531e180659941cd" end depends_on "rust" => :build From 9a4c8ec85ea184fa8a64b462c9a844576d6d46a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:38:07 +0000 Subject: [PATCH 00672/10074] repo: update 2.55 bottle. --- Formula/r/repo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/repo.rb b/Formula/r/repo.rb index 1678b056dcb0f..1f373b110186b 100644 --- a/Formula/r/repo.rb +++ b/Formula/r/repo.rb @@ -10,7 +10,7 @@ class Repo < Formula version_scheme 1 bottle do - sha256 cellar: :any_skip_relocation, all: "465908accc0c909a44c700675cf9e14fd9d6e6f69bfccc02d1c19714ff7e31a0" + sha256 cellar: :any_skip_relocation, all: "bb00cda01aeb9241ebc5550a9cc5b1da72f31f9c9e06215de625c0ff5b983782" end uses_from_macos "python" From faec70ba680e69b0e100741ae5045e38ebc403ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:41:13 +0000 Subject: [PATCH 00673/10074] pmd: update 7.14.0 bottle. --- Formula/p/pmd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pmd.rb b/Formula/p/pmd.rb index ba9fb587848bc..3197ee3cf522a 100644 --- a/Formula/p/pmd.rb +++ b/Formula/p/pmd.rb @@ -6,7 +6,7 @@ class Pmd < Formula license "BSD-4-Clause" bottle do - sha256 cellar: :any_skip_relocation, all: "b5817774e20b16c9d1e9d5daa027a44c2733425c30a806d7fe19f22f2518a213" + sha256 cellar: :any_skip_relocation, all: "f69b9fd4c46f140b5a865d93b25d45a2f3c5332dbdeba498cb5e7779c4e09091" end depends_on "openjdk" From fa8827ab0f3110288176a157ef8f24f099d07a7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:45:32 +0000 Subject: [PATCH 00674/10074] rqlite: update 8.37.2 bottle. --- Formula/r/rqlite.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 1edf721a3f200..193d8ea34c35c 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -7,12 +7,12 @@ class Rqlite < Formula head "https://github.com/rqlite/rqlite.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad5c131020ca834ac861d157a654d43748225e2fc098985d3653c70f4951c634" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "03a279458be0f0edcc46826b36a06fd8b9d9c12a4e2b916fa6b547735130d53e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "80b183a93591401b0479040d7ee0f871553de288d468f09eddbf0ebcb3278389" - sha256 cellar: :any_skip_relocation, sonoma: "606bec49329e5768255374d00235947433f24401788690ddb86ad3f83f08c26e" - sha256 cellar: :any_skip_relocation, ventura: "02612c1d3f43ebeb4d3975e62f9eb02eb9659ff62689ba975941e393230a7e40" - sha256 cellar: :any_skip_relocation, x86_64_linux: "59643d3b24f851fdf53537319a47294c9a83d406767d4559bb83d028f44c3fa0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "69d5a290e8f6e96633ef4621fafdebb1f43ce4b0adbdc48dae9d77f2c7455f1b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "216234bfc6dba4abff14ba40a6607e84a372e5a07132059e1631fa320030755e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "54f5dbe22e0d9f265d9ec5822934fea773fd25b2c14360dcd6146132079e17d0" + sha256 cellar: :any_skip_relocation, sonoma: "8675d18804de6d78f8dab9bb2084cd13cd0a9dd19317095f0cc3d9418dd5f227" + sha256 cellar: :any_skip_relocation, ventura: "b3e9b1b8e92015f8ff87fae3ea86ba69d74fef8364c40f9ce374cb44a0cf2869" + sha256 cellar: :any_skip_relocation, x86_64_linux: "26602e85a14a42e2d50f479d8ea85551cc2aee4116ea85c2cb829dc4cae7bcd6" end depends_on "go" => :build From 3641d1a4e9eb443f12708bebc5bcc173e65b4354 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:46:11 +0000 Subject: [PATCH 00675/10074] proto: update 0.49.4 bottle. --- Formula/p/proto.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/proto.rb b/Formula/p/proto.rb index b03205db4d336..70d25782079de 100644 --- a/Formula/p/proto.rb +++ b/Formula/p/proto.rb @@ -12,13 +12,13 @@ class Proto < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "819b55743464bbd5a95c4e82e36ca27551505b0b61c40c657a25169437e31ef5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ad378aa7c00b59ce3b0645719757affa7685d277502f5b2b244c7aa9fc6aadb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "67e07810919934391fec6ec7cfff57bc532e1c33fa9aec21a9bfe979f7890ce8" - sha256 cellar: :any_skip_relocation, sonoma: "4ac06cb0870d1dd29450f696e029b5f1dba5eee01938743fc00c50e5b5e76635" - sha256 cellar: :any_skip_relocation, ventura: "6167aad1428d6e4894ed1209e907dd6b9be92caf98b0f310e08d40454c46401a" - sha256 cellar: :any_skip_relocation, arm64_linux: "96ba688d628fb32411cf46c7611dd186645e4537cb9b57162365b42d9c99faeb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7967d490815a021769acaa068c766f1d7640d14b804fe5a0921998fdfaa8bc05" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f0de99992953456d60e86bd05f39d6d883f63403043a8cdfcce35cc93faa20a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd32cec02d854a765d081d3cafdcb75fc5c407c8634651f35f064d034c373c08" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fde95da079a08c4dfbcfaf4fc896bf59cd96767ccba415b0ccde8be63140045b" + sha256 cellar: :any_skip_relocation, sonoma: "88823e671d03114044a92dc797749c32885bf77a21908fbd76c319444be9e91f" + sha256 cellar: :any_skip_relocation, ventura: "e2954f524f2fdeb6f9554659f6840b57d085f4a45932fdb8e2a3b02040fa892d" + sha256 cellar: :any_skip_relocation, arm64_linux: "bf1c20a663d30ca64a9f2501a90c8ab09737c07f5368c60c42251717fc16f02b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "011c7615186227a4afaf77e524e9deb94280426389003aa7ed15c0c7a603d8c1" end depends_on "pkgconf" => :build From a37148f7933e6545cfcf0cb2727346ce1771f5af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:48:15 +0000 Subject: [PATCH 00676/10074] tintin: update 2.02.51 bottle. --- Formula/t/tintin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tintin.rb b/Formula/t/tintin.rb index 3446a6426c6d7..05905cd753543 100644 --- a/Formula/t/tintin.rb +++ b/Formula/t/tintin.rb @@ -11,13 +11,13 @@ class Tintin < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "f7e297d0dccb6ab59b5d6fe3b6e0a80e288fef30ccae1d15afe2e148d0f13082" - sha256 cellar: :any, arm64_sonoma: "baf16649efa1cb54f57f398d1feaa25cc9e4fde3bdcb97ea14b1c6f695a3e0aa" - sha256 cellar: :any, arm64_ventura: "dcd49d734e84046e1517ff268c77660bbcd8ba8f7793a010f8f80b08c4ba19ba" - sha256 cellar: :any, sonoma: "698c40d0d6db51cdbe86646169120805cf53482072eede0ba54bdbd81780c700" - sha256 cellar: :any, ventura: "9c59d0ef2e18563f0d9e6b0d132a03b452ce67613c147d16753ac3f977f3fff3" - sha256 cellar: :any_skip_relocation, arm64_linux: "d8121a277dec9b7881db528e6752d1a2d23748fdcba1485a598a563ca1acd365" - sha256 cellar: :any_skip_relocation, x86_64_linux: "73211f73ffa77b2e9f5795784ea9440754c3e4a130a164d44b8e1bd059435505" + sha256 cellar: :any, arm64_sequoia: "c8410631e4b5913d30deff7f49b6c1f0b8e5d86b9aa894a61a5a61138ce4a8fe" + sha256 cellar: :any, arm64_sonoma: "699fae6ad2d5b69edb8a966d22364e25c27485084d3c8a55d6b767680e4be03e" + sha256 cellar: :any, arm64_ventura: "27270803fb800ee49cd574dcbfa6a7d2e3dd18e4baf5a7d04107684421d15849" + sha256 cellar: :any, sonoma: "39d054d89de62da4d8e05f4f85e33bcf7eaac2ac6ca5567138bc9b0dbf94b912" + sha256 cellar: :any, ventura: "1bf5c897c70f625d4d2b115b832470b7ff7009caf600f03b4a6075fc66c1b813" + sha256 cellar: :any_skip_relocation, arm64_linux: "12d800c80fab044fd6ac3cc2052516797095394b8e5e532e8e59c7a3bb0dd52f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "135f4682a04e95b104a5bcb6ac078c42bd87cc5c355a455c96d9ae796ce9d34a" end depends_on "gnutls" From e5adb80bfbe0669bb80a27e61b8a15158b025b94 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 16:48:15 -0400 Subject: [PATCH 00677/10074] dcm2niix: remove cmake 4 build workaround Signed-off-by: Rui Chen --- Formula/d/dcm2niix.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Formula/d/dcm2niix.rb b/Formula/d/dcm2niix.rb index 5b40f387ae26e..aeacd96eb432c 100644 --- a/Formula/d/dcm2niix.rb +++ b/Formula/d/dcm2niix.rb @@ -25,9 +25,6 @@ class Dcm2niix < Formula depends_on "cmake" => :build def install - # Workaround to build with CMake 4 - ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5" - system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" From 6469c767f2640a5e24db05d9995e6780dec6c937 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:48:39 +0000 Subject: [PATCH 00678/10074] awscli: update 2.27.26 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index b7fe7ede1aa0a..df9df3f7821bd 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "1ccf747e15f1cbf5bfb7d51d6a1ff63105d112c44ddac73cb76608febde2fb3e" - sha256 cellar: :any, arm64_sonoma: "3c303d79ec763ec84abc9673e6ae37f622e2dfd3f61e3d6756c666cab37de7bf" - sha256 cellar: :any, arm64_ventura: "1d120bead42247e7101aa64a0b95026af0335af379f25ecea139e6809c6293cd" - sha256 cellar: :any, sonoma: "f1e4449ce153582927b21237a5ff60b9e7b79d77a206ae29d187e6fb2f32d8f5" - sha256 cellar: :any, ventura: "718388e27856fd9b1966886f6adfe088c36cb3fd85066e67d9c1da86a9786561" - sha256 cellar: :any_skip_relocation, arm64_linux: "1eb4308c0d8c29dfcfd67e2f58284ca3aec6242b292a5eb4d4305edd2eefff3f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cac43299e5c71d5dcade6c481baa41b93746b09bd31fe20082be323abdff83d9" + sha256 cellar: :any, arm64_sequoia: "21e8af8b46510fb475765cbefbd6c1754db7cddbbb136d0b72cb412e6ad0c3ab" + sha256 cellar: :any, arm64_sonoma: "5ee83efcf34e4262db5445e0a737924f28acb1c42d51a5760294b5d63fdfffb0" + sha256 cellar: :any, arm64_ventura: "fb0331e2ba7ecc66e34188ad99b412b9bb2897783e10de201323e604a29ef242" + sha256 cellar: :any, sonoma: "4afb994be9bd2e9889486007023e25f66bd7fa91c8ce4076414a11ad2fe7fd93" + sha256 cellar: :any, ventura: "1a00a004e2bb515e190e2cdfaa9ea50dc300ab823b84905f80f04e9892a321a3" + sha256 cellar: :any_skip_relocation, arm64_linux: "1e0b2d2418c3722e1c6a045ead959d2c61c411c102c86a7e4c896655bff0fa54" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3088186ad9be7c7b66845eea49a0d366c8f41ef8243019014913f9ca667ffb9d" end depends_on "cmake" => :build From 671d332b063794fe9e7d1e2b8a934717a19247ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 20:59:20 +0000 Subject: [PATCH 00679/10074] systemc: update 3.0.1 bottle. --- Formula/s/systemc.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/s/systemc.rb b/Formula/s/systemc.rb index d54e944b97634..de86b944f8fc8 100644 --- a/Formula/s/systemc.rb +++ b/Formula/s/systemc.rb @@ -11,13 +11,14 @@ class Systemc < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "441b9e5eeeb6d385c2cfcf2c6500d24c42b67d3bd4ed37b3d8eff2499b71f061" - sha256 cellar: :any, arm64_sonoma: "3a0cde321c4507f2167a85f007b41f746428892da203926ec36349bd3772b32e" - sha256 cellar: :any, arm64_ventura: "0318c7fe56225d68c28f70aced8caf7e29481bd54b143abd2e8c1979e6046a9c" - sha256 cellar: :any, sonoma: "cce974365677a77f35b9e9210c458fc3983c24bd2f71607cac18acd43d718491" - sha256 cellar: :any, ventura: "dba48d318338030082a310813e68f3708029a7fb9a69a323bc18355db12b5cbf" - sha256 cellar: :any_skip_relocation, arm64_linux: "d204f75195a30aad451d44efc64b1ff98e5d9713876cff4458865be3acd073bb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6db51dd6f15d86564a1d9a5758497d514b1328222c0635fa9b20ccc86b0a9716" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "b2580caeadfaaa3e0dee957d949e24e1a7efea6d2e08a5ac5a944ed940af119f" + sha256 cellar: :any, arm64_sonoma: "3caf64beca918351c3def6491f3f44ab6d6e30944256598042c06e27f4c3f69d" + sha256 cellar: :any, arm64_ventura: "2a53ee4fc148a6cff3e4dd3bc9fb90ead7473bea18330d1165df302eff50ca42" + sha256 cellar: :any, sonoma: "2f71a7bdcf98225af604842ac634e8b6f6e5b6e04f88c220a870832620c67332" + sha256 cellar: :any, ventura: "36d4a60c1bf2ed3f6af253cf8c7691c1bcf6d4c544a1eed52e1978bcc94f1808" + sha256 cellar: :any_skip_relocation, arm64_linux: "323a1432c8de12dbab0de9552daf0ed9f399ba98cb708118e6aafd0493b50531" + sha256 cellar: :any_skip_relocation, x86_64_linux: "38bc41a193499a5d8487437cd0aa90ada0456938807ed8b091564ca301606b00" end depends_on "autoconf" => :build From f8c5effce18e2d42efb7278377a88969399126a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 21:04:41 +0000 Subject: [PATCH 00680/10074] vercel-cli: update 42.3.0 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index d806eb3571f4e..1bcbfb7c3a56a 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2e393aa97395abb09509c0f1c02da1f824d17800c7928076e8fbff99bf71e62" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2e393aa97395abb09509c0f1c02da1f824d17800c7928076e8fbff99bf71e62" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c2e393aa97395abb09509c0f1c02da1f824d17800c7928076e8fbff99bf71e62" - sha256 cellar: :any_skip_relocation, sonoma: "f1e931cd4af13dc361ac5d3db6e30ae7d88399233198cc115c163c248a3236b4" - sha256 cellar: :any_skip_relocation, ventura: "f1e931cd4af13dc361ac5d3db6e30ae7d88399233198cc115c163c248a3236b4" - sha256 cellar: :any_skip_relocation, arm64_linux: "7eac010d10d49d62f795dd0d3cdc80deb98c94b3dbd4ed2be23701fda28867f6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "918440b4e2c0c27d1e07a7af1d5d3c49367488f04dfdeb981dc884d32ce47516" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "df30b6cdcb53b954834be2beab81b1ba0684a878d9e7441f488d183b3d617373" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "df30b6cdcb53b954834be2beab81b1ba0684a878d9e7441f488d183b3d617373" + sha256 cellar: :any_skip_relocation, arm64_ventura: "df30b6cdcb53b954834be2beab81b1ba0684a878d9e7441f488d183b3d617373" + sha256 cellar: :any_skip_relocation, sonoma: "301528d8d1d071baecf6ecbcbf35e73d3c9303c794e13db3c5b347c663938b04" + sha256 cellar: :any_skip_relocation, ventura: "301528d8d1d071baecf6ecbcbf35e73d3c9303c794e13db3c5b347c663938b04" + sha256 cellar: :any_skip_relocation, arm64_linux: "76df14c388beb00badb7e04b7e10e4a07ec178f51c680098085403d26ec83565" + sha256 cellar: :any_skip_relocation, x86_64_linux: "240762bf6b644a49a813586927e720b53fddec1b3abc3781273853a52ebc7c4e" end depends_on "node" From b467c1eee61545fb6cc9d8167527797061157a3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 21:15:57 +0000 Subject: [PATCH 00681/10074] weaviate: update 1.31.0 bottle. --- Formula/w/weaviate.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/w/weaviate.rb b/Formula/w/weaviate.rb index a6501f23b0cc4..7aa7c6b51c148 100644 --- a/Formula/w/weaviate.rb +++ b/Formula/w/weaviate.rb @@ -6,12 +6,12 @@ class Weaviate < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "db488fd76007cced169ddcbdfc34cdd7bb6f381c56a71375ae2630f15c521065" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "db488fd76007cced169ddcbdfc34cdd7bb6f381c56a71375ae2630f15c521065" - sha256 cellar: :any_skip_relocation, arm64_ventura: "db488fd76007cced169ddcbdfc34cdd7bb6f381c56a71375ae2630f15c521065" - sha256 cellar: :any_skip_relocation, sonoma: "2dd9d62044256b42a13042f38ebe8c121b2933358a331f5860b62b4e550d8973" - sha256 cellar: :any_skip_relocation, ventura: "2dd9d62044256b42a13042f38ebe8c121b2933358a331f5860b62b4e550d8973" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2605a48ca508d79d6afc8740ed4be9ec96007c0f151074244fadc4e51d03c929" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "114ee0ce050044c216def57124fd075fb93a5c8f94c84d6c878c844ca809dcbb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "114ee0ce050044c216def57124fd075fb93a5c8f94c84d6c878c844ca809dcbb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "114ee0ce050044c216def57124fd075fb93a5c8f94c84d6c878c844ca809dcbb" + sha256 cellar: :any_skip_relocation, sonoma: "a030472b1807e2e6aa2bed996a73031a1bca7565277ec8024f9dfb052c99c2c5" + sha256 cellar: :any_skip_relocation, ventura: "a030472b1807e2e6aa2bed996a73031a1bca7565277ec8024f9dfb052c99c2c5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8bc3d71d841c2d85794a312ecce7ec2bfa36bb81623830f90bfcbb88e1d819f" end depends_on "go" => :build From d9ecb5afb66862478bd08a64f9ce16f5b5fdf2e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 21:28:25 +0000 Subject: [PATCH 00682/10074] uv: update 0.7.9 bottle. --- Formula/u/uv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 5b0ea73e98c15..7b25a6af88667 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,13 +7,13 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e30a739658e6103669299e1e4c2be82d2ee7069c81a1d79eb0c281b7f656c5f7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "94428e3bae615004462f8c02440c86c13d74656723bd43f07adca11a8cff2730" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3ee9433b898bb64d166568e050ee1678ed5777e66a952ae84b9ca8ddfb2242a8" - sha256 cellar: :any_skip_relocation, sonoma: "2c7ba09947d1c2dd0a7e137979b452b4dcb143d09c4b9e857cd14da4c1abc2cf" - sha256 cellar: :any_skip_relocation, ventura: "42ff474cb862957b61d935dab7a38f5ea78398455de3017bebbbdb170e3d5c33" - sha256 cellar: :any_skip_relocation, arm64_linux: "d94150fe523423606f7a97fbfe59712569bebd4002431b4edb7277a3c1447888" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4604027e63a74b20b9879d08b5708c488e96cd11f999c29b92310360ba3a6699" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "895599a3983846905abbd363769286b7d7dee123f6396231335dccfa613c64bf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ed737393fa6270e6a2174d92718f0a83c842894ea5402628d73259191b3e0c2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1db920294844235ad41e29cb37f4cc5179b5216d9656d80c604e50a162e507ac" + sha256 cellar: :any_skip_relocation, sonoma: "6370f4505e32d4da38524e617bc0d2898891d5ae38940dec68092c29b4360a00" + sha256 cellar: :any_skip_relocation, ventura: "8e1c0c473a4e1c39b7e29f72d6b6542341511c8f42d5df8dc4e0a7a355e115ef" + sha256 cellar: :any_skip_relocation, arm64_linux: "27d7f52c1d72b769f1de1adcb02f95d87f9c647d344a5342ae32d2cbc30895f0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4c3269e65f5495a30f91d95f404802aa698080d21c85e63439f923d3bcccbb3b" end depends_on "pkgconf" => :build From 23ce8e611b7ec3b6858ca09c7e1863aa30884554 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 21:52:49 +0000 Subject: [PATCH 00683/10074] kaskade: update 4.0.4_1 bottle. --- Formula/k/kaskade.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/k/kaskade.rb b/Formula/k/kaskade.rb index 72f2f3fe67cf8..147cebb9b85ba 100644 --- a/Formula/k/kaskade.rb +++ b/Formula/k/kaskade.rb @@ -10,13 +10,14 @@ class Kaskade < Formula head "https://github.com/sauljabin/kaskade.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "c00562049cb58617b3798384fed7ea9e8db238c7d633701e57e9739adb6abc90" - sha256 cellar: :any, arm64_sonoma: "107ff0c7891f36d910c34168507dcdf8769192369b36ed1b57d57ac29d30b797" - sha256 cellar: :any, arm64_ventura: "351c74b3f7245557f61ccf947d6df69343ba18ce4ba51e0d1c8f25c555e75947" - sha256 cellar: :any, sonoma: "b7ff26fd48b6bf67fdbdedf3406a64ebae118f197bc87d6cc520f8d1220702b1" - sha256 cellar: :any, ventura: "9bdeeddf745f71de0099a38552342bd12f059fe6f61712d3390496958c855caa" - sha256 cellar: :any_skip_relocation, arm64_linux: "44bc034f676456efa843e6f02877ed65e465e0316dd0317f5c7d90e7f1626fe9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6f14167a9744c12b9595a97e6ae5eca082e18d92fadf4e6155d607063300b182" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "25f14ff28ed17fd2258ed2a36a0c52ee0d3a3cfd68f7ad2d352f30cf21958c15" + sha256 cellar: :any, arm64_sonoma: "3c1e2af66ab175a38bf19ecf987745f606b8e4079b9f2ec2e839ff1e8a720fd9" + sha256 cellar: :any, arm64_ventura: "d675fcf07a4f8397867fde686ee29dccd6ab3a2ce3b2deddc362ee7b118e06e3" + sha256 cellar: :any, sonoma: "20a87fddc5e0098a3684a6a7c164442bcc23dce1fd8e6fa633cf8424f37e1134" + sha256 cellar: :any, ventura: "9c1decfd4d852ff9b02885d0cf33dc27cc02dccf23608bcc57ebe811d07d6a5d" + sha256 cellar: :any_skip_relocation, arm64_linux: "c971286de0e26a8328eceb517690929ef8623f6c607582c17a9d3c983f29f397" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f32b8c8259b24d879176c04c7eb5127f7e4c48d04c6488d7d9e7d29c50767d7" end depends_on "rust" => :build # for rpds-py From 5253e6c681a6f21c383a621a19108363f305e969 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 21:56:31 +0000 Subject: [PATCH 00684/10074] vulkan-headers: update 1.4.316 bottle. --- Formula/v/vulkan-headers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/v/vulkan-headers.rb b/Formula/v/vulkan-headers.rb index d5fccc0e7e3ba..435ad4ab9530a 100644 --- a/Formula/v/vulkan-headers.rb +++ b/Formula/v/vulkan-headers.rb @@ -12,7 +12,7 @@ class VulkanHeaders < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "139b1706725982bdf168904c597ee0549a1303d47e70acb0553d4e3ba8999c90" + sha256 cellar: :any_skip_relocation, all: "6a9c28371944d675f5184f7499661547db18bf7fd6393ba367f8573014e9be28" end depends_on "cmake" => :build From 5c04d70426a96c0bbc8290b271c8ccc3cbab3a05 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 21:56:31 +0000 Subject: [PATCH 00685/10074] vulkan-loader: update 1.4.316 bottle. --- Formula/v/vulkan-loader.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/v/vulkan-loader.rb b/Formula/v/vulkan-loader.rb index 7421f4750244a..53b3a03623a73 100644 --- a/Formula/v/vulkan-loader.rb +++ b/Formula/v/vulkan-loader.rb @@ -12,14 +12,14 @@ class VulkanLoader < Formula end bottle do - sha256 arm64_sequoia: "0455210ef4e4353264dfb7ec09e976849d4c0c6972c06ad649c65df896e39f13" - sha256 arm64_sonoma: "07e31cbbd92ae92fe84d38fb61c2085ece8ad8a001e6ff0a34b56a9311135c65" - sha256 arm64_ventura: "770b9fd325f4662b432699822be2604f7bf2fae50f6f47c1dd7dcddb73b87f07" - sha256 sequoia: "d3ce67754d2675ecade1138641de023afb727035edabf6bbd23d9f9fddd4403e" - sha256 sonoma: "94c30eaec50d6a52782e59bbd88cbd5528d9f698ec697c92983d3a4f64ac83b2" - sha256 ventura: "ff43bc6b2dde9a5160c1c42c50e0c430410b84db1cd200ed393631321b41c5df" - sha256 arm64_linux: "8437afe28588115823f7fe2d072d7bcce3e378da62c64c83ba81750e7899697e" - sha256 x86_64_linux: "05c1ec291015aaee957f6ca7726a63b06b5219ca9c6518dbaf35111860ad8626" + sha256 arm64_sequoia: "5f9f25fceb0b5a71ac1459fa4d59e9fae3da7c9a1149c6283b962e38f103d0a7" + sha256 arm64_sonoma: "8ad5fbbbbb7a20569a2f50f7d32362885aec841f5fd5da1717a10640ec0ade5a" + sha256 arm64_ventura: "982fddfb551b579240c8763acf3d06bf8b91de608e368b3cd1dcb4921fd39b5a" + sha256 sequoia: "d3d4868c831710909b841b241d8899aa49b90bacb78e589c3dfee6bd6f57b5b4" + sha256 sonoma: "657bf41803159039604f556ec94f05b0ae6127aa88cf2b28f09603a5cdab0de3" + sha256 ventura: "706cf991ac7d5ea92b727aafc5a7e86ed23abc0f18f2bb3aee6b17a24bb2fbbc" + sha256 arm64_linux: "3d9ca89f96019ff543843708c012a36afab6fc4dccd00e3ec0a5d084be6f50b7" + sha256 x86_64_linux: "736b13b8a92773eb5b2ad88dc6dfb47f578b01837bd6fbbe696e1a4da37ef9d0" end depends_on "cmake" => :build From 2e020947b8eab7b4c02f7d85692154c53f843d43 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 21:56:31 +0000 Subject: [PATCH 00686/10074] vulkan-tools: update 1.4.316 bottle. --- Formula/v/vulkan-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-tools.rb b/Formula/v/vulkan-tools.rb index 5144a2598d167..663711ec6a77a 100644 --- a/Formula/v/vulkan-tools.rb +++ b/Formula/v/vulkan-tools.rb @@ -12,13 +12,13 @@ class VulkanTools < Formula end bottle do - sha256 arm64_sequoia: "1c80a678fe1319054402e3e01b285c702129c74a41172c2460e99c5deaa18f10" - sha256 arm64_sonoma: "35f97c5df3a5765f02b723c15379d045aea6beee3f2805595d4f28732eafa290" - sha256 arm64_ventura: "5f839e25ffa15425202589961e1814958d5d2f7e50236539f82ae1aeb5799adc" - sha256 cellar: :any, sonoma: "115fb1ac792348c5f2862a81f73ee663b3eb5bdf81011dd676f3cb963b547c2e" - sha256 cellar: :any, ventura: "0911d06c18b7a4fe3ecda4d1fcc39e8b91046eec4a1ba497f5dce6d54de46557" - sha256 arm64_linux: "c6190caa8e621ed579b40ec456e4afbdf35284d03a6cabe6a955d1a6413bb126" - sha256 x86_64_linux: "68e3723283c7d52034b096c979bc5efd98ac6de33b85f876cfb136450a50d05d" + sha256 arm64_sequoia: "44d5ca35d9daa626b46cbb4b036e41d61c4a3a57d521eeaad21bb2b21bcc13cd" + sha256 arm64_sonoma: "56b8bb035999445ca2add334090ca462665a300cfc14a944bb3e1f7673143d0d" + sha256 arm64_ventura: "7218d30e7092237fd6bb828d307111ce425073e8a53b26da5678d05d404a635a" + sha256 cellar: :any, sonoma: "f9d3e5de515bfd934ae827fa7d65599a4bd01e667211bca0706ddbaa087c4fa4" + sha256 cellar: :any, ventura: "c1393a82b836a326bde4b3b9eec03314aeaf55307830674ae15ef8b1c21cabcb" + sha256 arm64_linux: "97d16390653d9ca9600c9320684341ffa7aca4fa35925a0fe8018d4b679dc643" + sha256 x86_64_linux: "ad0dbafa5e9192dfa0c9815cb1512a487a3c7203107c197f4378942b9a08550a" end depends_on "cmake" => :build From 81be4ce983ea5f33bbcd0936b987f7427f8e061d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 21:56:31 +0000 Subject: [PATCH 00687/10074] vulkan-utility-libraries: update 1.4.316 bottle. --- Formula/v/vulkan-utility-libraries.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/v/vulkan-utility-libraries.rb b/Formula/v/vulkan-utility-libraries.rb index 3af7a544f527b..0879ce8519ed0 100644 --- a/Formula/v/vulkan-utility-libraries.rb +++ b/Formula/v/vulkan-utility-libraries.rb @@ -12,14 +12,14 @@ class VulkanUtilityLibraries < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "430a6d084381bc40283d2ed0193edc06339953545970118fd835b50ad8a1c894" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2507831b7fade01eff30b6c5adf75276596cd90fe146303fa6eef42e257dec6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6fa51bb86d75707fb1148e7b1577b0c1f33d94064cf8d651c47d1255072b402f" - sha256 cellar: :any_skip_relocation, sequoia: "22dee361200e0841a441e58d8cb75aaa317d7a7aeae890a305eb1e6ada470268" - sha256 cellar: :any_skip_relocation, sonoma: "59acc433977030d86da36a83b21110f5548ff27aaca4aafc0d313d31b1d7f9d6" - sha256 cellar: :any_skip_relocation, ventura: "aa5cc824b07ff98470dabcf86b5dabe77fcf6c4bc90c3b60fd82e47b71026eb3" - sha256 cellar: :any_skip_relocation, arm64_linux: "382e1027cbfa43cd178653756f5b86b6cb32fe82f26ae85fd5e1b50873a0c284" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f816283989e9175523cfc18ef793fb71c3a017231cfd6e2fdc096a892b7b6a18" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cefc6b5f095fbecdebc14bfdf6b548be5ff23b91ac185485cbbcfb0ba2cdf4c8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "375fe3058e8c3afb43561bde60fb402fbd704628e4fc6b168f2ff725ccdd64e0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "311e45e944cef5d6fb02a2b00ab8f6f45eafa8973abd1742f13704f81cc20b1b" + sha256 cellar: :any_skip_relocation, sequoia: "16baba2b1e8cd90da3e2141c9059e5c3b8ae89f0b6c40dd77e305044d1e700db" + sha256 cellar: :any_skip_relocation, sonoma: "0dc9ddf9a3a2570f4ecd52dd35ed1544c08be4cea44f27fa4c6ec4b17aa7990f" + sha256 cellar: :any_skip_relocation, ventura: "b17e72e01fad8e30e523049a6ea97afcdbac661e9859adac6c8e24d224edc4a4" + sha256 cellar: :any_skip_relocation, arm64_linux: "8db0b6932dfe6d9fb57b7ac7f057ea70748d0fa4ae97b792acbab7b14863fd78" + sha256 cellar: :any_skip_relocation, x86_64_linux: "022c027f5ab38f34f0cc30a25e3ee470f9fba2668e9ab6b81e2054eae06feab0" end depends_on "cmake" => :build From b566049af88a9170e098444cc52008eccfed2cae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 22:49:20 +0000 Subject: [PATCH 00688/10074] anycable-go 1.6.2 --- Formula/a/anycable-go.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/anycable-go.rb b/Formula/a/anycable-go.rb index 5c56e8acd1669..665be31920e00 100644 --- a/Formula/a/anycable-go.rb +++ b/Formula/a/anycable-go.rb @@ -1,8 +1,8 @@ class AnycableGo < Formula desc "WebSocket server with action cable protocol" homepage "https://github.com/anycable/anycable" - url "https://github.com/anycable/anycable/archive/refs/tags/v1.6.1.tar.gz" - sha256 "3d0324493b1c7733b75c2875308771914f99ad7621fa9ad1228323e2497406e1" + url "https://github.com/anycable/anycable/archive/refs/tags/v1.6.2.tar.gz" + sha256 "2f38f8231e3d52873bdfadac7eadcb048dcae48c0d3075a3fd8ce8ac143fd110" license "MIT" head "https://github.com/anycable/anycable.git", branch: "main" From 6379a1863c21b67eececa5294c69e0c1fecd22b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 22:50:29 +0000 Subject: [PATCH 00689/10074] azurehound 2.5.0 --- Formula/a/azurehound.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/azurehound.rb b/Formula/a/azurehound.rb index 230ca3d2ed904..d6450e42ef170 100644 --- a/Formula/a/azurehound.rb +++ b/Formula/a/azurehound.rb @@ -1,8 +1,8 @@ class Azurehound < Formula desc "Azure Data Exporter for BloodHound" homepage "https://github.com/SpecterOps/AzureHound" - url "https://github.com/SpecterOps/AzureHound/archive/refs/tags/v2.4.1.tar.gz" - sha256 "600db24b942669b215dc08758590c01b5587728cce814eea2f519b6d3d19857c" + url "https://github.com/SpecterOps/AzureHound/archive/refs/tags/v2.5.0.tar.gz" + sha256 "133c88761831991b237de0aaf4aaa2f15190afd4ee85ffed45a7c8caf523873a" license "GPL-3.0-or-later" head "https://github.com/SpecterOps/AzureHound.git", branch: "main" From fbf9cda4b98a60a2d209cf5a868c16e469ca3328 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 22:52:03 +0000 Subject: [PATCH 00690/10074] cargo-expand 1.0.108 --- Formula/c/cargo-expand.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-expand.rb b/Formula/c/cargo-expand.rb index 522b291f24613..a092d6cc4f859 100644 --- a/Formula/c/cargo-expand.rb +++ b/Formula/c/cargo-expand.rb @@ -1,8 +1,8 @@ class CargoExpand < Formula desc "Show what Rust code looks like with macros expanded" homepage "https://github.com/dtolnay/cargo-expand" - url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.107.tar.gz" - sha256 "ab217b3e73b06066c95922404889c229d9bf9d9ab41fb9cd21fa7ce43ff145fb" + url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.108.tar.gz" + sha256 "a5c8ed7ac0d17e6778292762807ca328f28b605604d6c5019a59c2f49bd1ec70" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/dtolnay/cargo-expand.git", branch: "master" From 8c6357f53a629f01396eff8c49ba6c7aeab21643 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 22:53:10 +0000 Subject: [PATCH 00691/10074] chuck 1.5.5.1 --- Formula/c/chuck.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/chuck.rb b/Formula/c/chuck.rb index 70fdb36b2254d..32035949c8114 100644 --- a/Formula/c/chuck.rb +++ b/Formula/c/chuck.rb @@ -1,9 +1,9 @@ class Chuck < Formula desc "Concurrent, on-the-fly audio programming language" homepage "https://chuck.cs.princeton.edu/" - url "https://chuck.cs.princeton.edu/release/files/chuck-1.5.5.0.tgz" - mirror "https://chuck.stanford.edu/release/files/chuck-1.5.5.0.tgz" - sha256 "8e35810ad4c1c9b172e7e61980f449694396fc0400bb56628faf4fc787f8ea06" + url "https://chuck.cs.princeton.edu/release/files/chuck-1.5.5.1.tgz" + mirror "https://chuck.stanford.edu/release/files/chuck-1.5.5.1.tgz" + sha256 "be9785d8c639d355f32d34bef211e6ebb93d4bf7c508ee294f36f7b28ed3c8ed" license "GPL-2.0-or-later" head "https://github.com/ccrma/chuck.git", branch: "main" From f61e8dd5a62752f88d53b594c6168e42b6e3dc48 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 22:54:21 +0000 Subject: [PATCH 00692/10074] coturn 4.7.0 --- Formula/c/coturn.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/c/coturn.rb b/Formula/c/coturn.rb index 14701498da286..5e599f67fceb1 100644 --- a/Formula/c/coturn.rb +++ b/Formula/c/coturn.rb @@ -1,10 +1,9 @@ class Coturn < Formula desc "Free open source implementation of TURN and STUN Server" homepage "https://github.com/coturn/coturn" - url "https://github.com/coturn/coturn/archive/refs/tags/4.6.3.tar.gz" - sha256 "dc3a529fd9956dc8771752a7169c5ad4c18b9deef3ec96049de30fabf1637704" + url "https://github.com/coturn/coturn/archive/refs/tags/4.7.0.tar.gz" + sha256 "adbc90550d326e1b0fef4ccf9955c0ea32e63792acedcbc9cdbe9f71f380e622" license "BSD-3-Clause" - revision 1 livecheck do url :stable From 30bdaf8828157f0e3a97da568bf9ccf09849a804 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 22:57:22 +0000 Subject: [PATCH 00693/10074] eslint 9.28.0 --- Formula/e/eslint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eslint.rb b/Formula/e/eslint.rb index e989702e1f35e..9281d199c8ea2 100644 --- a/Formula/e/eslint.rb +++ b/Formula/e/eslint.rb @@ -1,8 +1,8 @@ class Eslint < Formula desc "AST-based pattern checker for JavaScript" homepage "https://eslint.org" - url "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz" - sha256 "38dcb33cc47fad5055703b90290ab9c5532d2f720d90458a7e118fbdc97a00f1" + url "https://registry.npmjs.org/eslint/-/eslint-9.28.0.tgz" + sha256 "6874b2d5e9b0b3e64e86a7244a4a13f8ed1693981f1340ae5d91feeee6e2b983" license "MIT" head "https://github.com/eslint/eslint.git", branch: "main" From 945e2c31d4ce263b97dad5ab574928e913fa415c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 22:58:25 +0000 Subject: [PATCH 00694/10074] fluent-bit 4.0.3 --- Formula/f/fluent-bit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fluent-bit.rb b/Formula/f/fluent-bit.rb index 6e7e71d150b40..eb5b1835a04b4 100644 --- a/Formula/f/fluent-bit.rb +++ b/Formula/f/fluent-bit.rb @@ -1,8 +1,8 @@ class FluentBit < Formula desc "Fast and Lightweight Logs and Metrics processor" homepage "https://github.com/fluent/fluent-bit" - url "https://github.com/fluent/fluent-bit/archive/refs/tags/v4.0.2.tar.gz" - sha256 "aa0577ba7251081c8d5398b2a905b5b0585bb657ca13b39a5e12931437516f08" + url "https://github.com/fluent/fluent-bit/archive/refs/tags/v4.0.3.tar.gz" + sha256 "c7d276238d25242467218941842d8cd4df6cfa52cc9379ae5755220cdefd1dc1" license "Apache-2.0" head "https://github.com/fluent/fluent-bit.git", branch: "master" From 44257c3271d531e1ad4348f8f5a9b168743296d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:00:41 +0000 Subject: [PATCH 00695/10074] helmfile 1.1.1 --- Formula/h/helmfile.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helmfile.rb b/Formula/h/helmfile.rb index d693b7358afe1..3dcc5d2987287 100644 --- a/Formula/h/helmfile.rb +++ b/Formula/h/helmfile.rb @@ -1,8 +1,8 @@ class Helmfile < Formula desc "Deploy Kubernetes Helm Charts" homepage "https://github.com/helmfile/helmfile" - url "https://github.com/helmfile/helmfile/archive/refs/tags/v1.1.0.tar.gz" - sha256 "b9e4af8ec869e1438919638a5e364f2eb5ba854ff83846c992fa24a7e498339b" + url "https://github.com/helmfile/helmfile/archive/refs/tags/v1.1.1.tar.gz" + sha256 "3876e53f076a5450dce855d3ba2f05937dda6309dbed391268dcdfbaae710fe2" license "MIT" version_scheme 1 head "https://github.com/helmfile/helmfile.git", branch: "main" From 8c188e48e788a1b9aba45a765e2b11819bbb6b90 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 30 May 2025 16:01:07 -0700 Subject: [PATCH 00696/10074] fastk 1.1.0 (new formula) --- Formula/f/fastk.rb | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Formula/f/fastk.rb diff --git a/Formula/f/fastk.rb b/Formula/f/fastk.rb new file mode 100644 index 0000000000000..6f68a39c8869a --- /dev/null +++ b/Formula/f/fastk.rb @@ -0,0 +1,35 @@ +class Fastk < Formula + desc "K-mer counter for high-fidelity shotgun datasets" + homepage "https://github.com/thegenemyers/FASTK" + url "https://github.com/thegenemyers/FASTK/archive/refs/tags/v1.1.0.tar.gz" + sha256 "28a2de98ede77d4b4476596851f92413a9d99a1d3341afc6682d5333ac797f07" + license all_of: [ + "BSD-3-Clause", + { all_of: ["MIT", "BSD-3-Clause"] }, # HTSLIB + "MIT", # LIBDEFLATE + ] + head "https://github.com/thegenemyers/FASTK.git", branch: "master" + + depends_on "xz" + + uses_from_macos "bzip2" + uses_from_macos "curl" + uses_from_macos "zlib" + + def install + ENV.deparallelize + + mkdir bin + system "make" + system "make", "install", "DEST_DIR=#{bin}" + end + + test do + (testpath/"test.fasta").write <<~EOS + >U00096.2:1-70 + AGCTTTTCATTCTGACTGCAACGGGCAATATGTCTCTGTGTGGATTAAAAAAAGAGTGTCTGATAGCAGC + EOS + system bin/"FastK", "test.fasta" + assert_path_exists "test.hist" + end +end From 6261b246e5ee51f53236989525ca08236f9d2044 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:02:09 +0000 Subject: [PATCH 00697/10074] jsrepo 2.3.2 --- Formula/j/jsrepo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 85ed076d1b057..d6746ebc87786 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -1,8 +1,8 @@ class Jsrepo < Formula desc "Build and distribute your code" homepage "https://jsrepo.dev/" - url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.3.1.tgz" - sha256 "6b84132c41811e67d66c9c0643e72623bfbe301559f23b062a63870a11cfb90d" + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.3.2.tgz" + sha256 "b5a8b38474643e93a6a7387a973ed778afdaa49d7019c7693a99929f027beb2b" license "MIT" bottle do From 75ec0d4aa7e3bcdefbb8f143d016653c9fc1261a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:04:57 +0000 Subject: [PATCH 00698/10074] luau 0.676 --- Formula/l/luau.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index fe67eca793382..d81879d641d50 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -1,8 +1,8 @@ class Luau < Formula desc "Fast, safe, gradually typed embeddable scripting language derived from Lua" homepage "https://luau.org" - url "https://github.com/luau-lang/luau/archive/refs/tags/0.675.tar.gz" - sha256 "1ebd7cf26f55bd69cfb94ec031230a9f4ca4af881a142752c11d70d3a8a49b14" + url "https://github.com/luau-lang/luau/archive/refs/tags/0.676.tar.gz" + sha256 "638b3055445eaff20153ff8b15ff52e0d238a3e764973edb43add3a5fd8d433e" license "MIT" version_scheme 1 head "https://github.com/luau-lang/luau.git", branch: "master" From 79fd25a45b21497ad60efb80f8c19b418545589a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:05:53 +0000 Subject: [PATCH 00699/10074] magic-wormhole 0.19.2 --- Formula/m/magic-wormhole.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/magic-wormhole.rb b/Formula/m/magic-wormhole.rb index d4d286fb6e611..88b4836137abc 100644 --- a/Formula/m/magic-wormhole.rb +++ b/Formula/m/magic-wormhole.rb @@ -3,8 +3,8 @@ class MagicWormhole < Formula desc "Securely transfers data between computers" homepage "https://github.com/magic-wormhole/magic-wormhole" - url "https://files.pythonhosted.org/packages/04/30/28c28af5c0d52e67ea417882b548a619450e9bf62555749e38f071fe6c01/magic_wormhole-0.19.1.tar.gz" - sha256 "b1e51d9ab913b3ce1133b678cea84b6e6e38e3d37bd0128786be98370e4ca769" + url "https://files.pythonhosted.org/packages/e0/5b/4aff155b8e8ead4bc7c6aa3d1c19dc75aac2315e0c9b12f4e2f246b40141/magic_wormhole-0.19.2.tar.gz" + sha256 "b2b4a78acf09ff4cfc503a238f674394a5e735fa08dcd54519243ffc67f97c71" license "MIT" head "https://github.com/magic-wormhole/magic-wormhole.git", branch: "master" From f695d0f14d595ba3622074073475fa44467fe26a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:07:06 +0000 Subject: [PATCH 00700/10074] mockery 3.3.2 --- Formula/m/mockery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 130ff2a5a85b2..4b8c98f3fdd43 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -1,8 +1,8 @@ class Mockery < Formula desc "Mock code autogenerator for Golang" homepage "https://github.com/vektra/mockery" - url "https://github.com/vektra/mockery/archive/refs/tags/v3.3.1.tar.gz" - sha256 "28b1ffffa916c76a045ae9f7b7684883962319a48ffd7eecc300cb714128e124" + url "https://github.com/vektra/mockery/archive/refs/tags/v3.3.2.tar.gz" + sha256 "479b93d6699b3d62141c3629330af52733545d0040d0c3b8cb594fd5a3e8f576" license "BSD-3-Clause" head "https://github.com/vektra/mockery.git", branch: "v3" From 2cb445dec19e3fd01c4d049995c30981fb9dd5fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:10:57 +0000 Subject: [PATCH 00701/10074] petsc 3.23.3 --- Formula/p/petsc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/petsc.rb b/Formula/p/petsc.rb index a6f206c5d5e62..1659cac8dd1be 100644 --- a/Formula/p/petsc.rb +++ b/Formula/p/petsc.rb @@ -1,8 +1,8 @@ class Petsc < Formula desc "Portable, Extensible Toolkit for Scientific Computation (real)" homepage "https://petsc.org/" - url "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.23.2.tar.gz" - sha256 "030ec6c4e9ed885457a6155f20b6f914593a1cd960b28706521a19a9cdadd5e2" + url "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.23.3.tar.gz" + sha256 "bb51e8cbaa3782afce38c6f0bdd64d20ed090695992b7d49817518aa7e909139" license "BSD-2-Clause" livecheck do From 1009f38acb7b6d32eaed0a0050e1f92b7196af09 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:14:35 +0000 Subject: [PATCH 00702/10074] s2n 1.5.20 --- Formula/s/s2n.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/s2n.rb b/Formula/s/s2n.rb index 30c78756f0b95..93e4ebffb2f4d 100644 --- a/Formula/s/s2n.rb +++ b/Formula/s/s2n.rb @@ -1,8 +1,8 @@ class S2n < Formula desc "Implementation of the TLS/SSL protocols" homepage "https://github.com/aws/s2n-tls" - url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.19.tar.gz" - sha256 "cb67993d43b39f583ea864d29b028bc258cc0866704f45eedc7ca064e48987ac" + url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.20.tar.gz" + sha256 "1d05303ba8383f62273c51b50147391c23375e918d525b7c827f7aeb69e6b102" license "Apache-2.0" head "https://github.com/aws/s2n-tls.git", branch: "main" From acaf2cf4c28aa257bf4ec87d61558ec9e92070fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:19:20 +0000 Subject: [PATCH 00703/10074] vulkan-profiles 1.4.316 --- Formula/v/vulkan-profiles.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-profiles.rb b/Formula/v/vulkan-profiles.rb index 465fe7b85d713..e5a7f56518ef1 100644 --- a/Formula/v/vulkan-profiles.rb +++ b/Formula/v/vulkan-profiles.rb @@ -1,8 +1,8 @@ class VulkanProfiles < Formula desc "Tools for Vulkan profiles" homepage "https://github.com/KhronosGroup/Vulkan-Profiles" - url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.315.tar.gz" - sha256 "ea2c45304206e23789ce57117d5155f1cc3c8ad8fa636e0fb32891e1c01ca4b8" + url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.316.tar.gz" + sha256 "ad790b4545183d0725e3b3fe32ff0084571b62dcc7566cd9dffdc6f391d4aafa" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Profiles.git", branch: "main" From 9c921a61c34f106876a811cdcd35239bc85195a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:20:54 +0000 Subject: [PATCH 00704/10074] yeet 0.5.0 --- Formula/y/yeet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index 47ac73df7d279..d01aba3814276 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -1,8 +1,8 @@ class Yeet < Formula desc "Packaging tool that lets you declare build instructions in JavaScript" homepage "https://github.com/TecharoHQ/yeet" - url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.4.0.tar.gz" - sha256 "9928c0ed6656b21acb15c47c4bfd9ed82c14eaa0d626a9d0f3c17afd067b9a95" + url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.5.0.tar.gz" + sha256 "6e8dafbbb043760f6dbc4e5c54a45d4c5426d884561b15ea00ffa84952e17371" license "MIT" head "https://github.com/TecharoHQ/yeet.git", branch: "main" From 9c0e9be8cd7512e7733569c0a6271d5057e20c89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:21:15 +0000 Subject: [PATCH 00705/10074] zizmor 1.9.0 --- Formula/z/zizmor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zizmor.rb b/Formula/z/zizmor.rb index 7d910ba54123f..7d84fb42dc3e2 100644 --- a/Formula/z/zizmor.rb +++ b/Formula/z/zizmor.rb @@ -1,8 +1,8 @@ class Zizmor < Formula desc "Find security issues in GitHub Actions setups" homepage "https://docs.zizmor.sh/" - url "https://github.com/zizmorcore/zizmor/archive/refs/tags/v1.8.0.tar.gz" - sha256 "6f5f4da30eb7e0fa4b7558a9418b58abd7c5ab467cb2dce330c8189a00668355" + url "https://github.com/zizmorcore/zizmor/archive/refs/tags/v1.9.0.tar.gz" + sha256 "27da51a31dfb553a9fe0acfa3a129f0d5e55b8593c502f2c99b332e5f3156e0e" license "MIT" head "https://github.com/zizmorcore/zizmor.git", branch: "main" From e6375b9c30aa563a55f80f7bba3c995d9b74396f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:38:46 +0000 Subject: [PATCH 00706/10074] coturn: update 4.7.0 bottle. --- Formula/c/coturn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/coturn.rb b/Formula/c/coturn.rb index 5e599f67fceb1..e29c7227f2f95 100644 --- a/Formula/c/coturn.rb +++ b/Formula/c/coturn.rb @@ -11,13 +11,13 @@ class Coturn < Formula end bottle do - sha256 arm64_sequoia: "d9bc46fa338fa68b9a829f2086b359e2cd92291ac2334d23d2d25bce73210647" - sha256 arm64_sonoma: "f48367d4e77f52c69ab4ad0276a3b8f8200679e8dfcb5ac5995dfa0603454778" - sha256 arm64_ventura: "177e302f3af1048a929dafbdd0ee76c11f94d37fa5463b38e29ee3967c02d099" - sha256 sonoma: "94d3da45859fbc4ff34196fba84e0af037a9654efe84e5656f2287b22808ca25" - sha256 ventura: "de095f3b7f5020ba028b1b01aa6750400e395f1a87c6c6d89748d07b5dcf5250" - sha256 cellar: :any_skip_relocation, arm64_linux: "64207317fa171d91d0088b4d8cc9f97de409735a2343b18b6a724489d6fd9edb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "231c71724dd5e78c2373cbc3e145b30552e36663ae210c305f2935d025681982" + sha256 arm64_sequoia: "fa977d739b4f45c90e117848b494943dc4c5862d4f7dca2eec9329b5f98ea1b7" + sha256 arm64_sonoma: "ef170c3be32ccca9f426c5ee91f2f1b2d6b23eab2d14b61a9dbef90634b3c184" + sha256 arm64_ventura: "370b0e1c912d181a353d10d5f809bb929a7ee62efd4e4b256f93be4d5f3ef8b2" + sha256 sonoma: "dfcd872aa3063d9c3fe48429a3eb0db83244f5c489133d58d019c0aaaf7e67f4" + sha256 ventura: "ca058c6f5813d62c5c96ee2a530f2af73788e1906f06c4dc8cebad1503d977e3" + sha256 cellar: :any_skip_relocation, arm64_linux: "b38bb0504053fe35dc664db2c484db9490abe48835b14f90742240b3eafcc419" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f113db4b6046a08adfa26a0602d4a3855d6fef9f75958a0039a5778e7594aa12" end depends_on "pkgconf" => :build From 898323a630360d4c96e065f3e53f361ff0c13079 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:38:54 +0000 Subject: [PATCH 00707/10074] cargo-expand: update 1.0.108 bottle. --- Formula/c/cargo-expand.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-expand.rb b/Formula/c/cargo-expand.rb index a092d6cc4f859..e1611567de450 100644 --- a/Formula/c/cargo-expand.rb +++ b/Formula/c/cargo-expand.rb @@ -7,13 +7,13 @@ class CargoExpand < Formula head "https://github.com/dtolnay/cargo-expand.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "adba9dce6744f1de1414aab9004805c42232f69218476ac35d003553051bc990" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "17a220fc046b0934f9c5a348eb9d6b851883b90b007d37eb4282ddc5be0c84f0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d81b9107eacb35531f77a7d6ed1b96743f2dd5df83f1288f1ba25f84b3c6e5b8" - sha256 cellar: :any_skip_relocation, sonoma: "39b3748c280e5c421634ff47ce6f77e2a76a285d7d2760219192765ac7c7efd1" - sha256 cellar: :any_skip_relocation, ventura: "600c304869667e91bf488b5214ab89285f0eee9d63b0bc089cf49893b1e86339" - sha256 cellar: :any_skip_relocation, arm64_linux: "da30ca9a1f42eefa877bd52da7d75dbbccc18b950884a5c5418f5b5b38f7b199" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5d3a64f68fc47505ed1bc6957307f3bd424bf5394d8e620696851f9d4f43b07a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "753627b70952791d2d445f38032ba8569213f2fd0e383694423dab6e146372de" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b47dcfc261e1d33a81cdadf56aa98e5cbefed6de6366e1e623eca8ac302c014" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d71e6a04a558ca0388eb0404242869005f21646bfa1c17271987df2d57685f2d" + sha256 cellar: :any_skip_relocation, sonoma: "ce527abd9ad9b83023bb1496f6065a392dc22f3aa99989cdd57c187f368318d7" + sha256 cellar: :any_skip_relocation, ventura: "cc7125ad990a83f61f848e49261cf9777d208317e483910c7c9bd45b39f24ca5" + sha256 cellar: :any_skip_relocation, arm64_linux: "1e5031a5ef150a7f157ec4962101c6420558f99fabb97a995602e51cbd9be597" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b47652cf030289246087367b29da50b7c7a55608b945369694e0a16ecf4643f3" end depends_on "rust" => :build From 62caf1b69b63f0eab881f85c658f757943d62377 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:39:18 +0000 Subject: [PATCH 00708/10074] chuck: update 1.5.5.1 bottle. --- Formula/c/chuck.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chuck.rb b/Formula/c/chuck.rb index 32035949c8114..2674d83acf0ed 100644 --- a/Formula/c/chuck.rb +++ b/Formula/c/chuck.rb @@ -13,13 +13,13 @@ class Chuck < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "15f98a95a0bf7f5f26a8ec9e2931f75aab7fa17197dfed7841f904e6572700d1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c90b4b2b59d928c661da269ecb1ec62545c1e2c71c9d1866506d8a6a60ef899" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b8e37a648a05e866e47cb5bbe4b1f1a4dfcd33e8ea10ee48d76418a8da479444" - sha256 cellar: :any_skip_relocation, sonoma: "2a90e85d99574ef5a786832aae043f15eb01246c5ce9bd3b4a4dd7718b394b9e" - sha256 cellar: :any_skip_relocation, ventura: "d601b642482546d029f603fdf96732429130c1de8b8551db68fb2c2b69a9289f" - sha256 cellar: :any_skip_relocation, arm64_linux: "70e71224d00fe5adc9d80ef4452d3871341ecb4b9115c538548e2aab8203b4d4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7598ed9db4c8a52610575233f746dce77087ae8b32714cf7f6320ff3d4ddb686" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "245cf243eefe3de8c01d87638452190faad35fedb86524f688cbfcd8c34a4580" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7bbce9b6540b4d7397a5a70d2e0d98c03bd87e5b50d6e1c0dcb54f840ea04766" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aecfb1e231a1eab8d8e0f480d4caee017c8a19a5e62b0526e1eb72933f445b2a" + sha256 cellar: :any_skip_relocation, sonoma: "7a344033ac8d7e63ca32c0c445437f24ce568e8c129987770fe12acf855c23da" + sha256 cellar: :any_skip_relocation, ventura: "d432c358030be597fa5d3d59162ad049d83016cdf0c87a575fe6348fd2bb0b6d" + sha256 cellar: :any_skip_relocation, arm64_linux: "fc83094f05d97bfcb5780537bc89143aab3ba46c2dcb8e15e6b7f5cc3912ee2e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9c01a42962930c999f67e188dfd76c1f0a390343551101066536a0eb19718a9" end uses_from_macos "bison" => :build From 5f402cf01f69797ea3fa0360f0d76291df900f25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:39:26 +0000 Subject: [PATCH 00709/10074] azurehound: update 2.5.0 bottle. --- Formula/a/azurehound.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/azurehound.rb b/Formula/a/azurehound.rb index d6450e42ef170..702043fd32afb 100644 --- a/Formula/a/azurehound.rb +++ b/Formula/a/azurehound.rb @@ -12,12 +12,12 @@ class Azurehound < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e021792cbfbd5388acd8a13a02cc9e49238e1899ef4a5547f10724a340c6521" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e021792cbfbd5388acd8a13a02cc9e49238e1899ef4a5547f10724a340c6521" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5e021792cbfbd5388acd8a13a02cc9e49238e1899ef4a5547f10724a340c6521" - sha256 cellar: :any_skip_relocation, sonoma: "78ccf787672cc083601d91b193b4bcc4f96b572410bbd121ba0428dbd29fef23" - sha256 cellar: :any_skip_relocation, ventura: "78ccf787672cc083601d91b193b4bcc4f96b572410bbd121ba0428dbd29fef23" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4d75fd44efb739dbc8e25698934b337f4daebaebdc805ac0a33a63dc05e8838" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f2df09ff9b302a1dcdbbea7b01c4dbb087fb11d88ab001400c1adf15bbc60b0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f2df09ff9b302a1dcdbbea7b01c4dbb087fb11d88ab001400c1adf15bbc60b0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0f2df09ff9b302a1dcdbbea7b01c4dbb087fb11d88ab001400c1adf15bbc60b0" + sha256 cellar: :any_skip_relocation, sonoma: "5221e3dca0df8110448a2789e7a63f3f3aa5c04c12129bd499c4c513aa47cd5d" + sha256 cellar: :any_skip_relocation, ventura: "5221e3dca0df8110448a2789e7a63f3f3aa5c04c12129bd499c4c513aa47cd5d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "184ef4b185b516dc43a13bbf887c985c52d7c712ef730e75a5f957cb8da94d68" end depends_on "go" => :build From 850542c7c66b196b451bfb947f498b712ecc6d2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:39:37 +0000 Subject: [PATCH 00710/10074] luau: update 0.676 bottle. --- Formula/l/luau.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index d81879d641d50..0b00634c3c44e 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -13,13 +13,13 @@ class Luau < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "827547fc0ed2a85ea435180f500f1c1d6eed4764d9b29f7cb19fc40e85657287" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "17766d97807f5596e4bc9beb5bedf31cc59b2f557acbed056384c2f32c310249" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d3090ede6e40d3a525d8f067e6f005bda03c5d58ff73665e1ed7344cfc653ca5" - sha256 cellar: :any_skip_relocation, sonoma: "21996d3a9e57b078abab4b57ca8cf6c6b15984677e4b5cdc549404d24cdfb13c" - sha256 cellar: :any_skip_relocation, ventura: "7851236980f0ca3bcf314a5468576c26c767582a590d0bfeae7f3e088573ac04" - sha256 cellar: :any_skip_relocation, arm64_linux: "f586de74b96171248b80e6b0b0e09c6e57cf715ab01622b2475c3fe5f2c94d9c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1b0652eee3223e323b9589890f4596baebe923516c61efe17bfec829340c1b4c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "12e3b79758a3621ff17acb855039082115c839374d1ed67279d28af5a7c3c5ba" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "816fe8034af9b505348d3839f1e1599f0af0806804bbcc24fd7142a9420c759b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9a6db5e051f58e026b1552dedbab2877e465a919fb269e8ec0eba7eb62bd6628" + sha256 cellar: :any_skip_relocation, sonoma: "df3ef3bff36a8ccfce9235657eeeabf77c4f8f55225c2fe1180a93adc653e11e" + sha256 cellar: :any_skip_relocation, ventura: "f742bc9d289ebc85a5926cc7de8953f3e101195abf506471a7f44922e088566f" + sha256 cellar: :any_skip_relocation, arm64_linux: "878e71b776d1da5e4eafbf986732c45bc0e7b736fda51a2f08bd685644a67640" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9edb16ddd27171c723ce1cad03319eb5a718416066a6354bdc2ea0f2da10ad7f" end depends_on "cmake" => :build From 8eab94144ec933351275f760a9b45f18aec3222a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:39:41 +0000 Subject: [PATCH 00711/10074] mockery: update 3.3.2 bottle. --- Formula/m/mockery.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 4b8c98f3fdd43..049dc7f627200 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -15,12 +15,12 @@ class Mockery < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "62217e0839b20c5c6875df6a2a66189729238a44b776c54816054637b4bee46e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "62217e0839b20c5c6875df6a2a66189729238a44b776c54816054637b4bee46e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "62217e0839b20c5c6875df6a2a66189729238a44b776c54816054637b4bee46e" - sha256 cellar: :any_skip_relocation, sonoma: "07e702aae0ee975c93e5d88b4c4ad0fa8eb253aa49e03f89e074b41da0848e93" - sha256 cellar: :any_skip_relocation, ventura: "07e702aae0ee975c93e5d88b4c4ad0fa8eb253aa49e03f89e074b41da0848e93" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4cf33626da7b4199c456b8fea868884581cf2bbd5034f8918b16d632e623f234" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "361d7f3c0ce58843da4f350a95ff9072ec9c38f9932ecb6b04731408cc79aa92" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "361d7f3c0ce58843da4f350a95ff9072ec9c38f9932ecb6b04731408cc79aa92" + sha256 cellar: :any_skip_relocation, arm64_ventura: "361d7f3c0ce58843da4f350a95ff9072ec9c38f9932ecb6b04731408cc79aa92" + sha256 cellar: :any_skip_relocation, sonoma: "99fae277c160e113ad6b1266d62b5672eb5fb770a72d7f10e69af9aae7ada807" + sha256 cellar: :any_skip_relocation, ventura: "99fae277c160e113ad6b1266d62b5672eb5fb770a72d7f10e69af9aae7ada807" + sha256 cellar: :any_skip_relocation, x86_64_linux: "db932a7be8eba2001bf410daec745a1f26fb30f4c21ec56a36c13e1dcf4d4eb0" end depends_on "go" => :build From 8c17973917086a9764e7ff857e0eaeedca5f2486 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:39:45 +0000 Subject: [PATCH 00712/10074] fluent-bit: update 4.0.3 bottle. --- Formula/f/fluent-bit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fluent-bit.rb b/Formula/f/fluent-bit.rb index eb5b1835a04b4..b10412f719e96 100644 --- a/Formula/f/fluent-bit.rb +++ b/Formula/f/fluent-bit.rb @@ -12,13 +12,13 @@ class FluentBit < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d270c67a24aec520f00acf750403b858a2d0a9c51a29ad13a187751d31a8288b" - sha256 cellar: :any, arm64_sonoma: "72a79201b4154ebf7d87d9ca263a29b2f855c7c3e3cd23f2816ac51fa2b72b70" - sha256 cellar: :any, arm64_ventura: "65fef7fecffcc6d9cbb9f06ecf5fb91334e9ce8301b507af4ae9fd171998acf1" - sha256 cellar: :any, sonoma: "c5efdefcec66e92268feb578595863ae304d982fe409c6319b974237208e7f21" - sha256 cellar: :any, ventura: "001e84633ed9ebe0a348852e73acd5d3b9fccdd5e4927218517324e9645cbd62" - sha256 cellar: :any_skip_relocation, arm64_linux: "61207b5b10e226bcc259346c95b14d0a27120532496003a3223877032861a528" - sha256 cellar: :any_skip_relocation, x86_64_linux: "774f4a73f7d67633d6a09c029e9e8adbd958aa1cd41f05e37914569038657ff9" + sha256 cellar: :any, arm64_sequoia: "aee19e6bcc47e7a7ccd3916aa705226cd6ac9e20bcaedd86f5f962c49f88c93a" + sha256 cellar: :any, arm64_sonoma: "7e09a3cc8d3b15650adb3d7c4af971842d0febe485d98a72cb339f1f28399e30" + sha256 cellar: :any, arm64_ventura: "fa7dc4f37309e141cb113605834ec4ecce89178c58ad02088a8f64292e593a80" + sha256 cellar: :any, sonoma: "727f7263cac717ce8645a406ebce75d37f8a03df2e118044bfd08caa0b0ea24a" + sha256 cellar: :any, ventura: "35e7de0cf69653efe8b2d8adb4a96bf0209418b3628d6cbe02be8b94a098779e" + sha256 cellar: :any_skip_relocation, arm64_linux: "66fe3e628b4c7bc6919583e3c143ee21961f89a3b898d4b885708489a0a87156" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ceec22065d8b1b4949feece04ee97f83088ab71dc882de1c637d50bd7911ce6a" end depends_on "bison" => :build From 797cc7625f277c7433a60132f594946971cf2467 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:39:57 +0000 Subject: [PATCH 00713/10074] jsrepo: update 2.3.2 bottle. --- Formula/j/jsrepo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index d6746ebc87786..60dabec6bd194 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -6,13 +6,13 @@ class Jsrepo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "61c05108ea5115eda0cf8ce52c0de7c1ce39fcc87bf43ab8c14c3b44c57bfd22" - sha256 cellar: :any, arm64_sonoma: "61c05108ea5115eda0cf8ce52c0de7c1ce39fcc87bf43ab8c14c3b44c57bfd22" - sha256 cellar: :any, arm64_ventura: "61c05108ea5115eda0cf8ce52c0de7c1ce39fcc87bf43ab8c14c3b44c57bfd22" - sha256 cellar: :any, sonoma: "d8b0bc591ae06cf1d084dca0ce60d0e40ee59bd354fd462b6b9331810978c80f" - sha256 cellar: :any, ventura: "d8b0bc591ae06cf1d084dca0ce60d0e40ee59bd354fd462b6b9331810978c80f" - sha256 cellar: :any_skip_relocation, arm64_linux: "00d069926ea7c201c20362428ff1e82db52511f63d96e4bcaac19882815b0cce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e14850f5e4400c11a2a9d20b2648ab20aa8c8357a94f35b8c33513a824787ca9" + sha256 cellar: :any, arm64_sequoia: "03d87eb980565203f5e2019afabd86eb575ba459215307ae386e672890686bb1" + sha256 cellar: :any, arm64_sonoma: "03d87eb980565203f5e2019afabd86eb575ba459215307ae386e672890686bb1" + sha256 cellar: :any, arm64_ventura: "03d87eb980565203f5e2019afabd86eb575ba459215307ae386e672890686bb1" + sha256 cellar: :any, sonoma: "40c2425af0124b1d378dc0a68b7d818e91fb45aadab0b90dacb7b55a462a79bc" + sha256 cellar: :any, ventura: "40c2425af0124b1d378dc0a68b7d818e91fb45aadab0b90dacb7b55a462a79bc" + sha256 cellar: :any_skip_relocation, arm64_linux: "637a132ede9b4f63a24f35a8ce308118f8539b61c1960aba04c012056ed20c4e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b7c49552685cbc054cd13ab556d333f9aeec3eead66e7a934694b3edb3c26d43" end depends_on "node" From 29819b65fb05dfe917a27027fc7716e1c5824ada Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:39:57 +0000 Subject: [PATCH 00714/10074] helmfile: update 1.1.1 bottle. --- Formula/h/helmfile.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helmfile.rb b/Formula/h/helmfile.rb index 3dcc5d2987287..0bfb10c377211 100644 --- a/Formula/h/helmfile.rb +++ b/Formula/h/helmfile.rb @@ -8,13 +8,13 @@ class Helmfile < Formula head "https://github.com/helmfile/helmfile.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a484dc7c186c6381d97d7b3d345e5c0a0bb593362554b615e035ccac8cf180b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f77d297a28d529108cc9d6f01ba6c69b50990d7f1d2660777cc00798f8e8e38" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b8e59b3c13307588ccbe9a24e45f239d39dc35a561f3ca0ef24dd53bfe237b3d" - sha256 cellar: :any_skip_relocation, sonoma: "864ae891fd48b7d70c78ca6479778aae0aa3cfcdaa9c559a13a94c588b2f7cf6" - sha256 cellar: :any_skip_relocation, ventura: "e330ef9a24058a04e9deab8bc388ff90aad2e0cb87e8bff48473d93a7f810d49" - sha256 cellar: :any_skip_relocation, arm64_linux: "033bd2a15ebbb34c68c47ddf58185cc16b735f0c98914b63610d40a265af47de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a79ad7e21cc0cd6e07a23f77d84e8da5a00a4ce5870bb6e2f3a32c0a74fe52b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "af4be9eb015e77fd02fedb8c3f4ea236f254f6b125d52443329b8b10052ccd72" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5a936c5cc4ff89f2f74ca9e00add5c778d710c377872aef347d2f150831e282" + sha256 cellar: :any_skip_relocation, arm64_ventura: "be53e29ddd7623aff5088fc621880533e9a949317daa413b5dab38101e003129" + sha256 cellar: :any_skip_relocation, sonoma: "e4ebb83a247397a897fa493ac40a69022b08959e111051b5d296e8103e2acaca" + sha256 cellar: :any_skip_relocation, ventura: "8c35dfb9603095563c27a96ffc9562e3cdbd55a9c76cf4547afdb19df2ce36b5" + sha256 cellar: :any_skip_relocation, arm64_linux: "7dbf66b77c7f07201c0380cd5ea940b34e827d891bd15187d36a3689729d05cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7eca714f2789d07035f66e75a207fecc8d2186f5c31e6fad8dc0faa73e241a03" end depends_on "go" => :build From c3f9e3427a8384e2b02cd3a9aa07946d2e103a73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:41:33 +0000 Subject: [PATCH 00715/10074] magic-wormhole: update 0.19.2 bottle. --- Formula/m/magic-wormhole.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/magic-wormhole.rb b/Formula/m/magic-wormhole.rb index 88b4836137abc..2989b31947ace 100644 --- a/Formula/m/magic-wormhole.rb +++ b/Formula/m/magic-wormhole.rb @@ -9,13 +9,13 @@ class MagicWormhole < Formula head "https://github.com/magic-wormhole/magic-wormhole.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "6857e8e88be320a074f2762dbb9306dc0536a8e0ecaafced24ccfb71f1538cdb" - sha256 cellar: :any, arm64_sonoma: "bf397cf27d78bfb918cf89918c5facacf3373cbaac1f320458f5c8d3858a03f5" - sha256 cellar: :any, arm64_ventura: "8d0099fc2e32a8db757d577b32da2556bac7ebfd2d1f1ff18f6be5c30e42aa67" - sha256 cellar: :any, sonoma: "7166cc7fbfc04b77744b65c7c2dd0335973feb28b03af512e09b274c8f5125f7" - sha256 cellar: :any, ventura: "65af56711c742640df0a96a0755aa628a1596f7ceda1bd68c45f7fa11f97aae6" - sha256 cellar: :any_skip_relocation, arm64_linux: "7951b90644aea62e5ecd6b6b0c1ae9e66f5ea602e60477139552b1e5ec865823" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ff672af46c711003a5e03ef6c716fa92fb0fc5b80db7a9aa298a223df07f2c1f" + sha256 cellar: :any, arm64_sequoia: "4ca17928ca53efcb89ea97cc17c9690ae50450a4aedec412b1230ae2241b03ab" + sha256 cellar: :any, arm64_sonoma: "26c4d67dd7d86467616706e985fbb585d13a99df79090eecf537d5f7ecc6217d" + sha256 cellar: :any, arm64_ventura: "f107a8515b4a8eb528046cb583a0153e7ec4c222041787308a3c5c2b9887e8b4" + sha256 cellar: :any, sonoma: "1a5d1f7f5c29879d15e39d12391e22d41a54673abee55259c579ffa31c6b9896" + sha256 cellar: :any, ventura: "2a3bb6d91f7b2d28d0cb66987cbf38f402c2ff99adcdbba256a731bf396cdded" + sha256 cellar: :any_skip_relocation, arm64_linux: "ec44fddacc00c2f8adff140007312a22ba56a47d1753d13133cee64ba4c7bd15" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5dade9c7f089bf1be59356286fbed3f874b26e299857d2edcfd81562086d75a3" end depends_on "cryptography" From cce06d1b1c0388f2a2b445ff30ce8230a0f79ee5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:44:35 +0000 Subject: [PATCH 00716/10074] vulkan-profiles: update 1.4.316 bottle. --- Formula/v/vulkan-profiles.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-profiles.rb b/Formula/v/vulkan-profiles.rb index e5a7f56518ef1..2a104d34ccdf7 100644 --- a/Formula/v/vulkan-profiles.rb +++ b/Formula/v/vulkan-profiles.rb @@ -12,13 +12,13 @@ class VulkanProfiles < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "fc7933980f568e7439dd2e28cf344bbe547438a61938b2bf9c080f539e8c2931" - sha256 cellar: :any, arm64_sonoma: "60c9ec07733d9beb0116e1708308207fbafe17fa36633f2d1d2fee3dd3184bdd" - sha256 cellar: :any, arm64_ventura: "f8a3ce10f8a620eb00a2c9e2fb1ac4384f2cda09d237404dd41b729bd1be8111" - sha256 cellar: :any, sonoma: "bd81bcb6a3752de8f32bc16941594c7efaaa36350fde18f7e60e288e5e6976a2" - sha256 cellar: :any, ventura: "1d2fdf67c932e160440cf28880e2af6958beec47bcb69a2ce00bd889249a3bf8" - sha256 cellar: :any_skip_relocation, arm64_linux: "e4d31d9fe16d203f4fa8a612cc90c134ae4019c6ebc9e47e0db13cb48b037013" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e7879c75d098cad1c8a58b7fab1cf337cb3c5f541e17aab8a2edb6ab71ac6141" + sha256 cellar: :any, arm64_sequoia: "264a7b4f670d15525c48cc7da4c6f5c50cf238b528b7befb28e56355910f41f6" + sha256 cellar: :any, arm64_sonoma: "599994b7f6d2833d8397bb5736c4f561c4d93599aeaba1734db0af86056bab72" + sha256 cellar: :any, arm64_ventura: "401df267d169def3f505612f2900da9d3f4547bcae2d0eaf0f8f7eef35c6b402" + sha256 cellar: :any, sonoma: "ae6b3776126b87bb839c2606f4832777dd887f3e5df27e368d98bdeac7b15213" + sha256 cellar: :any, ventura: "0ff62018689b944398e85a7b573fe9ed49b1210101a883fd960fae6ea7613637" + sha256 cellar: :any_skip_relocation, arm64_linux: "7c6bf0f540dbf7e4de006809b496b54eb4bf43d56a538e036d998fd29bb37305" + sha256 cellar: :any_skip_relocation, x86_64_linux: "078845d86b3d2e4f68a0a67b5c984fadd62c0a47c3005c34ff10fb09f39a08e0" end depends_on "cmake" => :build From d2f32394b855e5e16ee1e53f42649193a37e589e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:46:11 +0000 Subject: [PATCH 00717/10074] s2n: update 1.5.20 bottle. --- Formula/s/s2n.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/s2n.rb b/Formula/s/s2n.rb index 93e4ebffb2f4d..da3f877d75a2c 100644 --- a/Formula/s/s2n.rb +++ b/Formula/s/s2n.rb @@ -12,13 +12,13 @@ class S2n < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c94191a3781b2d6803d2a3d7e868c4b23223d3b24051b9883836ee5009ba08a5" - sha256 cellar: :any, arm64_sonoma: "867fa53e0f5212db1ff3075da741e2bf4d5b1ac1abffc0e4f524d2a580a67bfc" - sha256 cellar: :any, arm64_ventura: "8ae228ba2e5da572f42a0f654ca37b006db1a9769a1dab36187c6848d0a5ece0" - sha256 cellar: :any, sonoma: "2f823e556d3bb3fbacd01b54b5d8084e33974a339290f05c8a57bf441498ff5e" - sha256 cellar: :any, ventura: "6473053292be72320fd45c9d1642005859a6953acd28d57814b7166a7ee17e78" - sha256 cellar: :any_skip_relocation, arm64_linux: "04dce8faa1d52528cc430072f65fb967be069cc0c41d964ec6d0c09c0ec1e3b5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "28eda52c38972b038e388cff21d4ec7112c01cb5d4d9d4d3b236a395dcc4db25" + sha256 cellar: :any, arm64_sequoia: "2a77712edde2bf481372c414fe5854a85a359d92e52e07a9b271aa202f3d9aff" + sha256 cellar: :any, arm64_sonoma: "9a59250e0540b27f0e7f2fdf4125caa42e0314e7103fa22d432bc6900bcc2b92" + sha256 cellar: :any, arm64_ventura: "60896ddeceb042d775837b6d3e0c8d783f8cbdab3e57aebf841f2e1d90e2dce8" + sha256 cellar: :any, sonoma: "b866b9a299533f81e78ad14074511662fc074252e093f41e997d019ed7beba19" + sha256 cellar: :any, ventura: "dedc527d1f9b962e3f82c8f2b197123787794d564d2a5624ed64dc36157d967a" + sha256 cellar: :any_skip_relocation, arm64_linux: "b5d4c9e4e306160ecc35e596844fe1a21c229d059d0e233af0f599582c6a77d0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dbc07e69df982ebe5970f6b91f7af3037cbfff32897a6038aa5c3fdd38cf6c9b" end depends_on "cmake" => :build From b244bffd35795370eb064448dc5bd7a35ab199fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:47:55 +0000 Subject: [PATCH 00718/10074] yeet: update 0.5.0 bottle. --- Formula/y/yeet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index d01aba3814276..1c52719606f95 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -7,12 +7,12 @@ class Yeet < Formula head "https://github.com/TecharoHQ/yeet.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "581f6c91c29b075efd137b64eeb72d1d94d85debb562f97a062b37e554602a2b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "581f6c91c29b075efd137b64eeb72d1d94d85debb562f97a062b37e554602a2b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "581f6c91c29b075efd137b64eeb72d1d94d85debb562f97a062b37e554602a2b" - sha256 cellar: :any_skip_relocation, sonoma: "23db5e623efe63f6dc69f14f13453567fcd2b481a9f5201993b8dd35c2406573" - sha256 cellar: :any_skip_relocation, ventura: "23db5e623efe63f6dc69f14f13453567fcd2b481a9f5201993b8dd35c2406573" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4909eb48b1ab44fcfc096dd1ee1655d23d08f9dc26c729a2e62d82744d151573" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "34f2d0c180c1e05652d8d5aa8e43dfc28f0cbe9e05d17c410a759a1150ee283a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "34f2d0c180c1e05652d8d5aa8e43dfc28f0cbe9e05d17c410a759a1150ee283a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "34f2d0c180c1e05652d8d5aa8e43dfc28f0cbe9e05d17c410a759a1150ee283a" + sha256 cellar: :any_skip_relocation, sonoma: "2490122d86e7754143fbcdb52bbc476db589a583109a0dc059c6337b3dadb770" + sha256 cellar: :any_skip_relocation, ventura: "2490122d86e7754143fbcdb52bbc476db589a583109a0dc059c6337b3dadb770" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e59fabc9271cf3964d26fe4fea28c7f25becbea8ad974e53dd73c270c06dfca7" end depends_on "go" => :build From d980625fd9c8bc287112903b0cb8d5fd3879de2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:48:42 +0000 Subject: [PATCH 00719/10074] anycable-go: update 1.6.2 bottle. --- Formula/a/anycable-go.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/anycable-go.rb b/Formula/a/anycable-go.rb index 665be31920e00..0389254b08c11 100644 --- a/Formula/a/anycable-go.rb +++ b/Formula/a/anycable-go.rb @@ -12,12 +12,12 @@ class AnycableGo < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5b9e19039640c3d2bbb44eda6278ba158b22e47bb0f66c7e26e73dacc74c4cb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5b9e19039640c3d2bbb44eda6278ba158b22e47bb0f66c7e26e73dacc74c4cb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d5b9e19039640c3d2bbb44eda6278ba158b22e47bb0f66c7e26e73dacc74c4cb" - sha256 cellar: :any_skip_relocation, sonoma: "94e7201424ccfdbc9e4c74ed5f10eeb48b3a2e14cc6ae57d26fdb2349c3d1d0a" - sha256 cellar: :any_skip_relocation, ventura: "94e7201424ccfdbc9e4c74ed5f10eeb48b3a2e14cc6ae57d26fdb2349c3d1d0a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07f7d973c6fd613deb6c1a9960d2a2fd7fd158700ba67e8071f77f88cfb750b2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b00d0b3bb1c5d9f2978c49de3fc99823d0c6555584cb7d5d88430523bbd751a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b00d0b3bb1c5d9f2978c49de3fc99823d0c6555584cb7d5d88430523bbd751a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b00d0b3bb1c5d9f2978c49de3fc99823d0c6555584cb7d5d88430523bbd751a" + sha256 cellar: :any_skip_relocation, sonoma: "15e7fe87e5ca9ab2c65e25a1b8a8fcfb5bbe87f4941feafcfeb432242424c353" + sha256 cellar: :any_skip_relocation, ventura: "15e7fe87e5ca9ab2c65e25a1b8a8fcfb5bbe87f4941feafcfeb432242424c353" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e67ecdbda60e21d4bd476f8715126f937e5cf9dc529778e6fbd9ce1890997a01" end depends_on "go" => :build From 1f2a8aa023fc45dd32adb06b6a465684f102c9c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:54:45 +0000 Subject: [PATCH 00720/10074] zizmor: update 1.9.0 bottle. --- Formula/z/zizmor.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/z/zizmor.rb b/Formula/z/zizmor.rb index 7d84fb42dc3e2..6724eeccb7813 100644 --- a/Formula/z/zizmor.rb +++ b/Formula/z/zizmor.rb @@ -7,13 +7,13 @@ class Zizmor < Formula head "https://github.com/zizmorcore/zizmor.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d386ee8c99c16f33f1f32c0721c7fb2110201771b24f3fc7a772397f6d6ff0d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bab9fc4d0b97aaa20af5ecd59413bf24d9e39d305df6508c84684a53a9f83275" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f5bf92668311a100008b92f8099aca3335421a7d203f4e4ad1450bf6677af1f7" - sha256 cellar: :any_skip_relocation, sonoma: "cdee4a7829598fa6106e98feecbaba791bb787432190b68623f7494a7661c8f7" - sha256 cellar: :any_skip_relocation, ventura: "7b1057ed22c2749cf157dd9e1efdad4adaf30829e5a7effeacadab7a44aa3c1b" - sha256 cellar: :any_skip_relocation, arm64_linux: "5f00d64ef290dddebd31ff8471a7cec7508fb0b0c13e80bcf50c0aa03c78a784" - sha256 cellar: :any_skip_relocation, x86_64_linux: "20b80ce31632b69e8c347cd8f2410f0a55ea3b737e745b09e762865054bd69df" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcc20d88fdf708a59ba08b4edc3709b33d283718d344bec52ba9880c2af8628a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cae28995cb71957bb16f4842a5991d232cb4a8ffc3538cac32029e13ad6d4dd5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5bbf3a0fff47bb899e86d435035fa1ed79701a4971bb59d4d474278ec7ead1fc" + sha256 cellar: :any_skip_relocation, sonoma: "c0bfd810f257c9a1fd6924c2685b64977d7562e8ded9e80281d201690699880d" + sha256 cellar: :any_skip_relocation, ventura: "da945d8fc3c0a7ad382212c8969a2fc170c02727f04eb1aa85c4b97d96b39608" + sha256 cellar: :any_skip_relocation, arm64_linux: "1326ed59f52f7d59c02c7bada35de97fd3837d7621f3672c5d0d27749b0df08c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d3dda820c1f751c1c9f5e5976b76d41c6e83789cb2b79b29bd75de155d803f8d" end depends_on "pkgconf" => :build From 249c2efcbbaa91f48f06d1e1e1fdcc197161d133 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 30 May 2025 23:11:06 +0000 Subject: [PATCH 00721/10074] petsc-complex 3.23.3 --- Formula/p/petsc-complex.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/petsc-complex.rb b/Formula/p/petsc-complex.rb index 56c1cbc139b77..b489d2dc1966e 100644 --- a/Formula/p/petsc-complex.rb +++ b/Formula/p/petsc-complex.rb @@ -1,8 +1,8 @@ class PetscComplex < Formula desc "Portable, Extensible Toolkit for Scientific Computation (complex)" homepage "https://petsc.org/" - url "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.23.2.tar.gz" - sha256 "030ec6c4e9ed885457a6155f20b6f914593a1cd960b28706521a19a9cdadd5e2" + url "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.23.3.tar.gz" + sha256 "bb51e8cbaa3782afce38c6f0bdd64d20ed090695992b7d49817518aa7e909139" license "BSD-2-Clause" livecheck do From 4ce6ed693da8533b1c4766d790a2038d7205b34e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 21:31:28 -0400 Subject: [PATCH 00722/10074] synced_versions_formulae: sync petsc,petsc-complex Signed-off-by: Rui Chen --- synced_versions_formulae.json | 1 + 1 file changed, 1 insertion(+) diff --git a/synced_versions_formulae.json b/synced_versions_formulae.json index 374a517df681a..bf7d623563054 100644 --- a/synced_versions_formulae.json +++ b/synced_versions_formulae.json @@ -57,6 +57,7 @@ ["mysql", "mysql-client"], ["notmuch", "notmuch-mutt"], ["openssh", "ssh-copy-id"], + ["petsc", "petsc-complex"], ["poppler", "poppler-qt5"], ["protoc-gen-gogo", "protoc-gen-gogofaster"], ["python-tk@3.10", "python@3.10"], From 5add93856dedb05ab385bf0a49d39924a8eb25e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 01:34:41 +0000 Subject: [PATCH 00723/10074] eslint: update 9.28.0 bottle. --- Formula/e/eslint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/eslint.rb b/Formula/e/eslint.rb index 9281d199c8ea2..02dec84fc82eb 100644 --- a/Formula/e/eslint.rb +++ b/Formula/e/eslint.rb @@ -7,13 +7,13 @@ class Eslint < Formula head "https://github.com/eslint/eslint.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "476cdbef31f41c4d469f6bc07e2878475bcf9a3d903dcd96e64117d3bcee5926" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "476cdbef31f41c4d469f6bc07e2878475bcf9a3d903dcd96e64117d3bcee5926" - sha256 cellar: :any_skip_relocation, arm64_ventura: "476cdbef31f41c4d469f6bc07e2878475bcf9a3d903dcd96e64117d3bcee5926" - sha256 cellar: :any_skip_relocation, sonoma: "43390df47e6c3e0c9449b857c44313c5c9eede0bc581bf38570a4d510d7efe5c" - sha256 cellar: :any_skip_relocation, ventura: "43390df47e6c3e0c9449b857c44313c5c9eede0bc581bf38570a4d510d7efe5c" - sha256 cellar: :any_skip_relocation, arm64_linux: "476cdbef31f41c4d469f6bc07e2878475bcf9a3d903dcd96e64117d3bcee5926" - sha256 cellar: :any_skip_relocation, x86_64_linux: "476cdbef31f41c4d469f6bc07e2878475bcf9a3d903dcd96e64117d3bcee5926" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" + sha256 cellar: :any_skip_relocation, sonoma: "3994eee94ea4f5744e4df11142102f6c6e04faafadc743a0d1aff4499a3322e3" + sha256 cellar: :any_skip_relocation, ventura: "3994eee94ea4f5744e4df11142102f6c6e04faafadc743a0d1aff4499a3322e3" + sha256 cellar: :any_skip_relocation, arm64_linux: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" end depends_on "node" From 346da5c81fef32e1f767dac9cd385e71cab491eb Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Fri, 30 May 2025 21:57:34 -0400 Subject: [PATCH 00724/10074] jello 1.6.1 --- Formula/j/jello.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/j/jello.rb b/Formula/j/jello.rb index 0ad66a96173c2..340d9532b09c2 100644 --- a/Formula/j/jello.rb +++ b/Formula/j/jello.rb @@ -3,8 +3,8 @@ class Jello < Formula desc "Filter JSON and JSON Lines data with Python syntax" homepage "https://github.com/kellyjonbrazil/jello" - url "https://files.pythonhosted.org/packages/8a/1d/25e13e337f0c5c8076a4fc42db02b726529b611a69d816b71f8d591cf0f5/jello-1.6.0.tar.gz" - sha256 "f0a369b2bd0c1db6cb07abbfd014034c22158c160e3df2a9d55b258bc6fbfa42" + url "https://files.pythonhosted.org/packages/fb/5e/fe41641ce367cb8b57a6514372fffd7aed4a8c916cd7dc0bb7e9ae8f6ae2/jello-1.6.1.tar.gz" + sha256 "eee1d43f2d9bb3b3b8c857b713e56191badb9a03a2274defaad1e727fad35521" license "MIT" bottle do @@ -15,8 +15,8 @@ class Jello < Formula depends_on "python@3.13" resource "pygments" do - url "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz" - sha256 "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end def install From 6edddc13fc38ceb964113d4b1a7379470dc41ada Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 02:08:14 +0000 Subject: [PATCH 00725/10074] bcftools 1.22 --- Formula/b/bcftools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bcftools.rb b/Formula/b/bcftools.rb index 7ed1723fec9ea..565875484fe60 100644 --- a/Formula/b/bcftools.rb +++ b/Formula/b/bcftools.rb @@ -1,8 +1,8 @@ class Bcftools < Formula desc "Tools for BCF/VCF files and variant calling from samtools" homepage "https://www.htslib.org/" - url "https://github.com/samtools/bcftools/releases/download/1.21/bcftools-1.21.tar.bz2" - sha256 "528a4cc1d3555368db75a700b22a3c95da893fd1827f6d304716dfd45ea4e282" + url "https://github.com/samtools/bcftools/releases/download/1.22/bcftools-1.22.tar.bz2" + sha256 "f2ab9e2f605b1203a7e9cbfb0a3eb7689322297f8c34b45dc5237fe57d98489f" # The bcftools source code is MIT/Expat-licensed, but when it is configured # with --enable-libgsl the resulting executable is GPL-licensed. license "GPL-3.0-or-later" From e48fa2be0ec75012db2ebd145a2a74aa4daeb8a8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 02:08:14 +0000 Subject: [PATCH 00726/10074] htslib 1.22 --- Formula/h/htslib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/htslib.rb b/Formula/h/htslib.rb index ece7decf3eac7..2bd459ed0ba65 100644 --- a/Formula/h/htslib.rb +++ b/Formula/h/htslib.rb @@ -1,8 +1,8 @@ class Htslib < Formula desc "C library for high-throughput sequencing data formats" homepage "https://www.htslib.org/" - url "https://github.com/samtools/htslib/releases/download/1.21/htslib-1.21.tar.bz2" - sha256 "84b510e735f4963641f26fd88c8abdee81ff4cb62168310ae716636aac0f1823" + url "https://github.com/samtools/htslib/releases/download/1.22/htslib-1.22.tar.bz2" + sha256 "6250c1df297db477516e60ac8df45ed75a652d1f25b0f37f12f5b17269eafde9" license "MIT" livecheck do From 867926fc35cd73e5e607388fd0f2d2fcc57d2587 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 02:08:14 +0000 Subject: [PATCH 00727/10074] samtools 1.22 --- Formula/s/samtools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/samtools.rb b/Formula/s/samtools.rb index bca4fb5c848c4..1b333447f64c1 100644 --- a/Formula/s/samtools.rb +++ b/Formula/s/samtools.rb @@ -1,8 +1,8 @@ class Samtools < Formula desc "Tools for manipulating next-generation sequencing data" homepage "https://www.htslib.org/" - url "https://github.com/samtools/samtools/releases/download/1.21/samtools-1.21.tar.bz2" - sha256 "05724b083a6b6f0305fcae5243a056cc36cf826309c3cb9347a6b89ee3fc5ada" + url "https://github.com/samtools/samtools/releases/download/1.22/samtools-1.22.tar.bz2" + sha256 "4911d01720f246cb97855870b410bbe4d2c2fd7fbf823ea0f7daf0f32545819d" license "MIT" bottle do From 7f2b3b86bf5fea7a200271904cf176c4bba377d5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 22:09:08 -0400 Subject: [PATCH 00728/10074] mac 11.15 Signed-off-by: Rui Chen --- Formula/m/mac.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index a3c39b39f042d..b5b821566ad90 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -1,9 +1,9 @@ class Mac < Formula desc "Monkey's Audio lossless codec" homepage "https://www.monkeysaudio.com" - url "https://monkeysaudio.com/files/MAC_1114_SDK.zip" - version "11.14" - sha256 "ae929340951b3458b92da0520f567967405eac5b2304685617b84588e1f5d179" + url "https://monkeysaudio.com/files/MAC_1115_SDK.zip" + version "11.15" + sha256 "e56db6c7713ef4f26619cf1c368fc2c000a678816ba6bb7773b14d9931d03ac4" license "BSD-3-Clause" livecheck do From aec81aae4721e6db9dccfb59b286a31c003765d1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 02:09:15 +0000 Subject: [PATCH 00729/10074] codecov-cli 11.0.3 --- Formula/c/codecov-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/codecov-cli.rb b/Formula/c/codecov-cli.rb index 716d78fa2369c..86e43010b6c54 100644 --- a/Formula/c/codecov-cli.rb +++ b/Formula/c/codecov-cli.rb @@ -3,8 +3,8 @@ class CodecovCli < Formula desc "Codecov's command-line interface" homepage "https://cli.codecov.io/" - url "https://files.pythonhosted.org/packages/a2/75/6dfaf3d51c106b417483b5e917075a9621e9a39c8da7e13d81af7218b6e5/codecov_cli-11.0.2.tar.gz" - sha256 "fcd7e0aec98445aa4951114fa65a54485d463f5d56ccc4d9ab23aeabd7736107" + url "https://files.pythonhosted.org/packages/3a/7e/7d916fa02a49d1f16fbb74498bdb95d005d008eb9792626b2468336297cb/codecov_cli-11.0.3.tar.gz" + sha256 "0a6d92f51bc6bfb3c5bb6b59722ba3c32e1325f2d23562b4596e2c93782cadad" license "Apache-2.0" head "https://github.com/codecov/codecov-cli.git", branch: "main" From f0d9e4bd63416709ae5ae0e35ddd082b8ae8df3f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 30 May 2025 22:10:51 -0400 Subject: [PATCH 00730/10074] autobump: add bcftools,htslib,samtools Signed-off-by: Rui Chen --- .github/autobump.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index 80fd449848986..a36006657816b 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -262,6 +262,7 @@ bbot bbtools bc bc-gh +bcftools bcoin bcpp bde @@ -1565,6 +1566,7 @@ htmlq htmltest htop htpdate +htslib httm httpd httpie @@ -3245,6 +3247,7 @@ safety sagittarius-scheme samba saml2aws +samtools sbcl sbom-tool sbt From 89a77d98cb287d318a31ecf44146b17714018cfb Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 02:08:15 +0000 Subject: [PATCH 00731/10074] adamstark-audiofile 1.1.3 autobump: add adamstark-audiofile Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/a/adamstark-audiofile.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 80fd449848986..a5a3171e4b57d 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -15,6 +15,7 @@ actionlint activemq ad ada-url +adamstark-audiofile adapterremoval adaptivecpp adb-enhanced diff --git a/Formula/a/adamstark-audiofile.rb b/Formula/a/adamstark-audiofile.rb index 510f7577c5744..9b4d420ed93b7 100644 --- a/Formula/a/adamstark-audiofile.rb +++ b/Formula/a/adamstark-audiofile.rb @@ -1,8 +1,8 @@ class AdamstarkAudiofile < Formula desc "C++ Audio File Library by Adam Stark" homepage "https://github.com/adamstark/AudioFile" - url "https://github.com/adamstark/AudioFile/archive/refs/tags/1.1.2.tar.gz" - sha256 "d090282207421e27be57c3df1199a9893e0321ea7c971585361a3fc862bb8c16" + url "https://github.com/adamstark/AudioFile/archive/refs/tags/1.1.3.tar.gz" + sha256 "abc22bbe798cb552048485ce19278f35f587340bf0d5c68ac0028505eaf70dfe" license "MIT" head "https://github.com/adamstark/AudioFile.git", branch: "master" From 223e6775ec91d6846324b026f6a4ab620efff5a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 02:26:32 +0000 Subject: [PATCH 00732/10074] dolt 1.54.1 --- Formula/d/dolt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 353db10484354..26ff975e59209 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,8 +1,8 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.54.0.tar.gz" - sha256 "a2f599c9ca710c0a8892a8396d68803a5f39af393e58d7ac28df1ef5ca0c9c6f" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.54.1.tar.gz" + sha256 "7380683b9086cbeb360e9fa3472bf2956440a7af4059b473af3f776d0bbee03a" license "Apache-2.0" head "https://github.com/dolthub/dolt.git", branch: "main" From 1d09860e7a5a3e1203c0be8052c38a2baa815ee9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 02:27:23 +0000 Subject: [PATCH 00733/10074] enchant 2.8.6 --- Formula/e/enchant.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/enchant.rb b/Formula/e/enchant.rb index 1d50897023efe..6708980e5b500 100644 --- a/Formula/e/enchant.rb +++ b/Formula/e/enchant.rb @@ -1,8 +1,8 @@ class Enchant < Formula desc "Spellchecker wrapping library" homepage "https://rrthomas.github.io/enchant/" - url "https://github.com/rrthomas/enchant/releases/download/v2.8.5/enchant-2.8.5.tar.gz" - sha256 "27bf35078dddb9746ef040a9fc5bd07fc3f6be6e1ee082d4d7e00d09c524d89a" + url "https://github.com/rrthomas/enchant/releases/download/v2.8.6/enchant-2.8.6.tar.gz" + sha256 "c4cd0889d8aff8248fc3913de5a83907013962f0e1895030a3836468cd40af5b" license "LGPL-2.1-or-later" bottle do From eeec9817455f58a3e5c52fc42a4fc34746e1cbbd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 02:36:54 +0000 Subject: [PATCH 00734/10074] node-sass 1.89.1 --- Formula/n/node-sass.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node-sass.rb b/Formula/n/node-sass.rb index 5cfb6b871cbcb..688b6f9a86e4c 100644 --- a/Formula/n/node-sass.rb +++ b/Formula/n/node-sass.rb @@ -1,8 +1,8 @@ class NodeSass < Formula desc "JavaScript implementation of a Sass compiler" homepage "https://github.com/sass/dart-sass" - url "https://registry.npmjs.org/sass/-/sass-1.89.0.tgz" - sha256 "fe44bb946982a0937c15414aec899765c8050f937eda453b2324b27e37a94582" + url "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz" + sha256 "ed8339c7ba1170192eb8e2c66b0fa2226e17a36fbe7f240131bb84ec2ab332c8" license "MIT" bottle do From 2bcb0c699536f653a8969d039287f5aa37c26e08 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 03:30:33 +0000 Subject: [PATCH 00735/10074] node-sass: update 1.89.1 bottle. --- Formula/n/node-sass.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/node-sass.rb b/Formula/n/node-sass.rb index 688b6f9a86e4c..f20c128075bd1 100644 --- a/Formula/n/node-sass.rb +++ b/Formula/n/node-sass.rb @@ -6,13 +6,13 @@ class NodeSass < Formula license "MIT" bottle do - sha256 arm64_sequoia: "0fa848a9dff53d98003669d9afc8f6cccfd3cdc4d92adc9391745701fea49802" - sha256 arm64_sonoma: "f7453e2fefa41706554de2463511a6cb7b36a97dba80b6e9e54c1332d38db922" - sha256 arm64_ventura: "691a3ad80f0ce34b07d72d5f8b9a6ef23edd01783707bb621bc4b4e9c8312486" - sha256 sonoma: "be94e45f971bd0bfc53ee26f0d544c9d12839cdf0b7d5ca709e65a6f96fe8092" - sha256 ventura: "74760b4c14b4ec27863e6bd88c33290fd0440823a10e946c929cb5e6110209a6" - sha256 cellar: :any_skip_relocation, arm64_linux: "64c5c3beaca3051e6bcba421c8a5eac00023bbe1e77395267727ec08f18b95c0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "33550dc1f9ff53e1330da1188e3f30f351422d21470c11fd8fc4c52e12240c79" + sha256 arm64_sequoia: "29421a428852e492e65be40fcd15ca7804855cdb02daf660e19a74712b0e8880" + sha256 arm64_sonoma: "22e9b0aafabc3851805528a34647af3436cc946a563253a723ae0e37ab4b8169" + sha256 arm64_ventura: "0408d2ec7c99d522504c03a3fb05620d84df36c5da9c906305a76066bb8af228" + sha256 sonoma: "93e6d16c35f9c7c388161c783149249e43d212d29e7a3644f1f3701314c205cb" + sha256 ventura: "9bc1d947b2ba6d47358777cdc7dad96213d1f3d49dda78948bf5f55b44bde666" + sha256 cellar: :any_skip_relocation, arm64_linux: "cf718c2d739c78d5f0c7b2445815d6c8270ce4eaed1da8fb6c741871e38c7be9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ab9011f8b0bc9cc9433c1ea5c93bc40b15cb853fa8cd68ab327579912288e8e4" end depends_on "node" From dccf891885a4840dee6149716588f3b73ae50c4d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 03:31:18 +0000 Subject: [PATCH 00736/10074] dolt: update 1.54.1 bottle. --- Formula/d/dolt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 26ff975e59209..97335e210803c 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -12,13 +12,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fa98c72a4ba02abecbb3a0ca73c31a88ebb8d374d7d07687c27cd10e36f30f5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4db380edf2fa6cd1be19bbbeb6db23ffca8f9dbfb50f1edb9e60082c87fcac57" - sha256 cellar: :any_skip_relocation, arm64_ventura: "39c929ebefa4ae5ee0ea7015af295bf1469d058183693e0903b5aa2d8197b902" - sha256 cellar: :any_skip_relocation, sonoma: "692a071de1ecd6bda2a1d3ce9c36d16d9a82827d18e466ef981ee2073dd1eebe" - sha256 cellar: :any_skip_relocation, ventura: "81cb05d0e1da768bb25d66b9b9ff1c85738ebd0f668a0559f760fd909c534924" - sha256 cellar: :any_skip_relocation, arm64_linux: "74593d1ece68cd3de5ae329fb5474354a9e26f97f38447deead10ff6f2ed035e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "baac13206fd21a10b7782b0f26019dc979b3c0f99f42c8e4f7dd426f78f385b5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d11d767290c6ac37f92eaed582a3e5e68abb0462102d797f9ad7764717648ab" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "553d02c4b5ace6e443799ac645717c1c5dbc0d8ed8eae8495398c9f924f46828" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a1b9fe59f6d927f6d79c4103826130f73aebdbd1670516bc8ff5d8b873f53314" + sha256 cellar: :any_skip_relocation, sonoma: "3cb142fdab47aca3708dd3a4de702ed28de83d162fbc13e30e3cbcc737e9a151" + sha256 cellar: :any_skip_relocation, ventura: "8642af84d8d81fd8a6d352fb5358c4ff89eaec4d603c929495b9abe98b97e366" + sha256 cellar: :any_skip_relocation, arm64_linux: "f9dd95b67274155650a45ce3a9c594fa638c49fa918c0ebd1aa955becbcf8625" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a5e9ff7772445bee1aa5dbf444a12d2ecd4caa2d6bc6b9eebe5c537ad5b00120" end depends_on "go" => :build From de12c90fba1a6e164ed0862ecbb3eb0e528bfce0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 03:36:35 +0000 Subject: [PATCH 00737/10074] codecov-cli: update 11.0.3 bottle. --- Formula/c/codecov-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codecov-cli.rb b/Formula/c/codecov-cli.rb index 86e43010b6c54..b8159a9c3505b 100644 --- a/Formula/c/codecov-cli.rb +++ b/Formula/c/codecov-cli.rb @@ -9,13 +9,13 @@ class CodecovCli < Formula head "https://github.com/codecov/codecov-cli.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "66e9455c02ebc17e807adb41d304899098d6412f391fd485e9be0a1f0723602e" - sha256 cellar: :any, arm64_sonoma: "034892e028334ce43a3bd7cdf17e1afbdc7998fa65751d0cafcb9fec2d6f1603" - sha256 cellar: :any, arm64_ventura: "34713f636ba75f8b7bd7acdf81424a485f48edf680faba08e90f0fda60b25861" - sha256 cellar: :any, sonoma: "d64ac91e90232cda54aff7d67d1de8eebedbc4078401d5199d5b429cb5c627c4" - sha256 cellar: :any, ventura: "e888f0bcf19b6a4f7216aa21f7e9f2b5440a29a633e080f97309c98d2dbe961b" - sha256 cellar: :any_skip_relocation, arm64_linux: "d62bdaec2f34a906a38deca2649f5463071eef2a8c82a6540566f1cea9e17a1c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad318b1448ca7defdc187d62f8317fa74795139d7130776dff4e737c4b2d04f" + sha256 cellar: :any, arm64_sequoia: "ae5bc3b78a59855aee46b5ee9fd52ee6e3231835efcdea86c9f387158784e783" + sha256 cellar: :any, arm64_sonoma: "49ba9fa231e0617e9c2e3abbc6a095a1f5d51fadffb5dc79246474c45b337618" + sha256 cellar: :any, arm64_ventura: "b186dfd38f9294c5e6625b0fd36078ce03b647d4ba9c5a6a7be2c711a25257a7" + sha256 cellar: :any, sonoma: "fefb9fbd5c877ab9eefcca55f4f132c2369f20067a2d90b699cbcd36ea46cdb4" + sha256 cellar: :any, ventura: "c62567be4efcdcddb1ec8fb1e488c398d9ced423fb375e5f6df0ebc5d0304d80" + sha256 cellar: :any_skip_relocation, arm64_linux: "95945bff50aeb41f49848e3e18315965b1a26255e6253a42dc19d2fb34ebcf15" + sha256 cellar: :any_skip_relocation, x86_64_linux: "18eefa5dfedbe8110a96595dbb628f598ddff483942feb9aa23b9a758d8a725e" end depends_on "rust" => :build From 7b1067f59a29b48799f9d6f785a28fd05d0443ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 02:47:22 +0000 Subject: [PATCH 00738/10074] vulkan-validationlayers 1.4.316 vulkan-validationlayers: update deps Signed-off-by: Rui Chen --- Formula/v/vulkan-validationlayers.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/v/vulkan-validationlayers.rb b/Formula/v/vulkan-validationlayers.rb index 613bf2bfd3621..8829f19c534ee 100644 --- a/Formula/v/vulkan-validationlayers.rb +++ b/Formula/v/vulkan-validationlayers.rb @@ -1,8 +1,8 @@ class VulkanValidationlayers < Formula desc "Vulkan layers that enable developers to verify correct use of the Vulkan API" homepage "https://github.com/KhronosGroup/Vulkan-ValidationLayers" - url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.315.tar.gz" - sha256 "9e85fcd793fb1ee871ea8e293cb1f9736473614be23dd03a0dec8a5d1cee918c" + url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.316.tar.gz" + sha256 "afd7baf50d20da649a6b1fac2e291fa598e574a1c10526e50214557a98608644" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-ValidationLayers.git", branch: "main" @@ -40,13 +40,13 @@ class VulkanValidationlayers < Formula # https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/v#{version}/scripts/known_good.json#L32 resource "SPIRV-Headers" do url "https://github.com/KhronosGroup/SPIRV-Headers.git", - revision: "aa6cef192b8e693916eb713e7a9ccadf06062ceb" + revision: "c9aad99f9276817f18f72a4696239237c83cb775" end # https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/v#{version}/scripts/known_good.json#L46 resource "SPIRV-Tools" do url "https://github.com/KhronosGroup/SPIRV-Tools.git", - revision: "a62abcb402009b9ca5975e6167c09f237f630e0e" + revision: "da48bb20bdfc8a214d5bffdacca2d1d2ae849009" end def install From ab64fa581f5378f7f84b94fae003fc9f9cc0d3cb Mon Sep 17 00:00:00 2001 From: Abhinav Gupta <187913561+abhinav-robot@users.noreply.github.com> Date: Sat, 31 May 2025 04:32:36 +0000 Subject: [PATCH 00739/10074] git-spice 0.14.1 --- Formula/g/git-spice.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-spice.rb b/Formula/g/git-spice.rb index 87b60b540af75..2af0b8c3ec019 100644 --- a/Formula/g/git-spice.rb +++ b/Formula/g/git-spice.rb @@ -1,8 +1,8 @@ class GitSpice < Formula desc "Manage stacked Git branches" homepage "https://abhinav.github.io/git-spice/" - url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.14.0.tar.gz" - sha256 "0a22e815e2add7cc3a62a474e87778d344e4048d7eb3dfa0257a7c82552e6e56" + url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.14.1.tar.gz" + sha256 "d03e4d1909ebc2b2c0ab4fb3cfb6248c8209de55eab4f2f564708f9cbd013b8e" license "GPL-3.0-or-later" head "https://github.com/abhinav/git-spice.git", branch: "main" From d5b3bc1ff2cc64250d4ac6cf0e68b368a405e261 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 04:50:12 +0000 Subject: [PATCH 00740/10074] fastk: add 1.1.0 bottle. --- Formula/f/fastk.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/f/fastk.rb b/Formula/f/fastk.rb index 6f68a39c8869a..46a8545eb8eef 100644 --- a/Formula/f/fastk.rb +++ b/Formula/f/fastk.rb @@ -10,6 +10,15 @@ class Fastk < Formula ] head "https://github.com/thegenemyers/FASTK.git", branch: "master" + bottle do + sha256 cellar: :any, arm64_sequoia: "3353729044c15f3346d333ce0193e5b44a1acb6930dd366dcfc6866ded0799eb" + sha256 cellar: :any, arm64_sonoma: "9c4a36e6d522b8f31f730f540d0b1e6965670f3ff255614b775f846a4da52f9a" + sha256 cellar: :any, arm64_ventura: "abfc4aa55dbb53cd4535be291b4f7e80ce1c4d8800c920d76a3841519de2106a" + sha256 cellar: :any, sonoma: "8c10092d5785b5c01b59e1056cc325262c1c2ada41fa15e7461b5cb42047044a" + sha256 cellar: :any, ventura: "111de43badf1291cbe29c4da58b3a84b8e939a2112501a7d31a3fa8c819520ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ab8e41e3503fc53dc426cd009b1414ed9e7f79e0666543180f7e7a50c857077" + end + depends_on "xz" uses_from_macos "bzip2" From 45503bf68d42f5cc1d9449eab0087c826d319d51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 04:50:28 +0000 Subject: [PATCH 00741/10074] enchant: update 2.8.6 bottle. --- Formula/e/enchant.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/enchant.rb b/Formula/e/enchant.rb index 6708980e5b500..f9d4c64da2303 100644 --- a/Formula/e/enchant.rb +++ b/Formula/e/enchant.rb @@ -6,13 +6,13 @@ class Enchant < Formula license "LGPL-2.1-or-later" bottle do - sha256 arm64_sequoia: "be7396e42ed8b951ee3ed5e4fe3971a4d983ea2a53f460a4c72f84518854e679" - sha256 arm64_sonoma: "9fc09f40fbe82b2068ba2c2992ecebe881779e30f99ab79a0be7fe7b55a0d779" - sha256 arm64_ventura: "54411406d0539d7f36932b34063a08c5c5cb314f9a33793f65f52579b5d0290d" - sha256 sonoma: "47432130b7bdcc8de9cb3d23c6170a1786df62a930dcf0e7745def5380e8629c" - sha256 ventura: "f8187ea209583e7c3725b8b0d4aa584fb2331269ff6f286d3b32475dbc75c6f6" - sha256 arm64_linux: "61b0222bc0849fa24cf26a64286f6d507ee8a26bd58863484f8e47f943f83c13" - sha256 x86_64_linux: "18bb06ac0a371d8271637a80c89e084860d505841ff7b4b72f2cef8fe3ccc60a" + sha256 arm64_sequoia: "d2a121346d5e2ce84253e9b5fa56dd570f53010167b40028d224c3c0fefe8ec6" + sha256 arm64_sonoma: "24045952075732a80dc14b18a06578f7b6156f55d6cf44f5f85014320fac7b83" + sha256 arm64_ventura: "81a49deba1f0c1247c98d489e1061f7212c5505e1685d50175176691e04f49e0" + sha256 sonoma: "b32557b6d6b131b9990295cee2728d2e3fe0a0c191eec9ec47f45312d151a1cc" + sha256 ventura: "8e69f932af27dfa36c378aeed7a2a2e9a4636779dc7c4ba29d17cd9512eda8e8" + sha256 arm64_linux: "34be348f12fbc3f9c31a8bd91ca0dffc1330601740b2185ca6aee4daa89b9e20" + sha256 x86_64_linux: "a1ca40d62fa92d578e7a0b226d0a35133961956048571eebcabf5e0d9b922ee7" end depends_on "pkgconf" => :build From 5b0675f263481e6916648b3cdc362117ebb6b0ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 04:50:48 +0000 Subject: [PATCH 00742/10074] breseq: add 0.39.0 bottle. --- Formula/b/breseq.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/b/breseq.rb b/Formula/b/breseq.rb index c3f40c0c18273..1b274bacf2d75 100644 --- a/Formula/b/breseq.rb +++ b/Formula/b/breseq.rb @@ -6,6 +6,15 @@ class Breseq < Formula license all_of: ["GPL-2.0-or-later", "MIT", "BSD-3-Clause"] head "https://github.com/barricklab/breseq.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f22120bae403eb392bec70333093e7176e565853bf5108b51ed37b82a8b39d54" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5d0b6591968d4b5747cf81d8f377560da5e8b2633d401d5e60f36e954655e49" + sha256 cellar: :any_skip_relocation, arm64_ventura: "251cb721ac1cedfb266a35557af31efc3964d9265c302c21186173c4089c5a3e" + sha256 cellar: :any_skip_relocation, sonoma: "f071fdaf4fb3b7b454b94674075cabe7bed6bbc630b5e3979971f62a35de4401" + sha256 cellar: :any_skip_relocation, ventura: "a7c5e18cc7968fd3e50450807eb1d84d2e1074b920e5a89011033c017621d248" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fecf53100efc095e8c48e3be539d2d40d12f285983ba02d64333326b3acc4040" + end + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build From 6bff3b40af6d759af2b46ea94bb037d607e8d0a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 04:50:53 +0000 Subject: [PATCH 00743/10074] jello: update 1.6.1 bottle. --- Formula/j/jello.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/j/jello.rb b/Formula/j/jello.rb index 340d9532b09c2..faeb7a165657f 100644 --- a/Formula/j/jello.rb +++ b/Formula/j/jello.rb @@ -8,8 +8,7 @@ class Jello < Formula license "MIT" bottle do - rebuild 3 - sha256 cellar: :any_skip_relocation, all: "43347f90e4a60a965ce88773aad8fc8bebed4a5ee29f20adc7a31d921b5ce507" + sha256 cellar: :any_skip_relocation, all: "6aee2f309a909d8f46313936879821ecd4dfbef13d3a1c75732fee794eb941b4" end depends_on "python@3.13" From 4b466f708243b798fc782e1540d889c46179d7df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 04:55:37 +0000 Subject: [PATCH 00744/10074] croaring 4.3.3 --- Formula/c/croaring.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/croaring.rb b/Formula/c/croaring.rb index 50c099c18eda7..96e5b2262fdf1 100644 --- a/Formula/c/croaring.rb +++ b/Formula/c/croaring.rb @@ -1,8 +1,8 @@ class Croaring < Formula desc "Roaring bitmaps in C (and C++)" homepage "https://roaringbitmap.org" - url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.2.tar.gz" - sha256 "3be2e83b27cfbbf6692b215f9d4c1d1076b8e0adf7a2e0eabd2417601bbaaac3" + url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.3.tar.gz" + sha256 "7d73ff3286e05cc37fe244a7e7f1bf539c8fdb31e15a883d06bf40b39fb6cf96" license "Apache-2.0" head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master" From c15f6c9b04308dfe73842d4138bdec163165c339 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 04:55:57 +0000 Subject: [PATCH 00745/10074] csvtk 0.34.0 --- Formula/c/csvtk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/csvtk.rb b/Formula/c/csvtk.rb index 588763d97a14a..7ce8a949bd12f 100644 --- a/Formula/c/csvtk.rb +++ b/Formula/c/csvtk.rb @@ -1,8 +1,8 @@ class Csvtk < Formula desc "Cross-platform, efficient and practical CSV/TSV toolkit in Golang" homepage "https://bioinf.shenwei.me/csvtk" - url "https://github.com/shenwei356/csvtk/archive/refs/tags/v0.33.0.tar.gz" - sha256 "f325933dd2e2c4f8b83fac59df1a06b4b5b914c23c23acfa5658b676936dde9f" + url "https://github.com/shenwei356/csvtk/archive/refs/tags/v0.34.0.tar.gz" + sha256 "7cff5c7bc5ab79ec6d57237e72cd0c258712814681e1a9e35ca9f15bfbccfb11" license "MIT" head "https://github.com/shenwei356/csvtk.git", branch: "master" From 9feb9b05dc3e73cc2edb650cded41d21e0e55bbf Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 05:04:22 +0000 Subject: [PATCH 00746/10074] fastk: update 1.1.0 bottle. --- Formula/f/fastk.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/f/fastk.rb b/Formula/f/fastk.rb index 46a8545eb8eef..8a908810a21f6 100644 --- a/Formula/f/fastk.rb +++ b/Formula/f/fastk.rb @@ -16,6 +16,7 @@ class Fastk < Formula sha256 cellar: :any, arm64_ventura: "abfc4aa55dbb53cd4535be291b4f7e80ce1c4d8800c920d76a3841519de2106a" sha256 cellar: :any, sonoma: "8c10092d5785b5c01b59e1056cc325262c1c2ada41fa15e7461b5cb42047044a" sha256 cellar: :any, ventura: "111de43badf1291cbe29c4da58b3a84b8e939a2112501a7d31a3fa8c819520ba" + sha256 cellar: :any_skip_relocation, arm64_linux: "62800b4a4af5fae6b2f7218d1c414c21149472aedc6bda51b5699b9bdee9fe09" sha256 cellar: :any_skip_relocation, x86_64_linux: "2ab8e41e3503fc53dc426cd009b1414ed9e7f79e0666543180f7e7a50c857077" end From 4cd5d0b9e5f10b7a83fe882131f821dd3acd97aa Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 05:09:19 +0000 Subject: [PATCH 00747/10074] breseq: update 0.39.0 bottle. --- Formula/b/breseq.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/b/breseq.rb b/Formula/b/breseq.rb index 1b274bacf2d75..1ceac91d58dfc 100644 --- a/Formula/b/breseq.rb +++ b/Formula/b/breseq.rb @@ -12,6 +12,7 @@ class Breseq < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "251cb721ac1cedfb266a35557af31efc3964d9265c302c21186173c4089c5a3e" sha256 cellar: :any_skip_relocation, sonoma: "f071fdaf4fb3b7b454b94674075cabe7bed6bbc630b5e3979971f62a35de4401" sha256 cellar: :any_skip_relocation, ventura: "a7c5e18cc7968fd3e50450807eb1d84d2e1074b920e5a89011033c017621d248" + sha256 cellar: :any_skip_relocation, arm64_linux: "987988b2b8ade6641d0559570e3bb0b42dc96ab16e89d0a8fe6de973ae5f4ccc" sha256 cellar: :any_skip_relocation, x86_64_linux: "fecf53100efc095e8c48e3be539d2d40d12f285983ba02d64333326b3acc4040" end From b0c48f95d35e7089189de3a85c8d587825d3fd9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 05:17:09 +0000 Subject: [PATCH 00748/10074] taglib 2.1 --- Formula/t/taglib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/taglib.rb b/Formula/t/taglib.rb index 7fe0910f63553..0ee0f0c906ea5 100644 --- a/Formula/t/taglib.rb +++ b/Formula/t/taglib.rb @@ -1,8 +1,8 @@ class Taglib < Formula desc "Audio metadata library" homepage "https://taglib.org/" - url "https://taglib.github.io/releases/taglib-2.0.2.tar.gz" - sha256 "0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737" + url "https://taglib.github.io/releases/taglib-2.1.tar.gz" + sha256 "95b788b39eaebab41f7e6d1c1d05ceee01a5d1225e4b6d11ed8976e96ba90b0c" license all_of: ["LGPL-2.1-only", "MPL-1.1"] head "https://github.com/taglib/taglib.git", branch: "master" From 07d973f2b3921de7b977ca2f6b498fd6bfa8dd49 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 05:17:18 +0000 Subject: [PATCH 00749/10074] talhelper 3.0.28 --- Formula/t/talhelper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/talhelper.rb b/Formula/t/talhelper.rb index fe2821b2f26c1..05b4dce42e137 100644 --- a/Formula/t/talhelper.rb +++ b/Formula/t/talhelper.rb @@ -1,8 +1,8 @@ class Talhelper < Formula desc "Configuration helper for talos clusters" homepage "https://budimanjojo.github.io/talhelper/latest/" - url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.27.tar.gz" - sha256 "e98d0cc0bbb5852c81fc220cf30b01535abf54fb48dd77edce201fcafe8a41de" + url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.28.tar.gz" + sha256 "df17438fa988bc74eb90141ca2b8350dce30dee816af02dc7e57195efe43906f" license "BSD-3-Clause" head "https://github.com/budimanjojo/talhelper.git", branch: "master" From 0e81f0fcf4663066707b36a348fdccabfeed44b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 05:43:26 +0000 Subject: [PATCH 00750/10074] croaring: update 4.3.3 bottle. --- Formula/c/croaring.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/croaring.rb b/Formula/c/croaring.rb index 96e5b2262fdf1..157f2c83c787b 100644 --- a/Formula/c/croaring.rb +++ b/Formula/c/croaring.rb @@ -7,13 +7,13 @@ class Croaring < Formula head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "36dc04f7eba347be669c6159e9b99bf7c03bd5c62bc9b66cd2bc38dccaea6daf" - sha256 cellar: :any, arm64_sonoma: "04c90d9048f99501c87a184e64a779839b2ab337a8d99a78f0f56e78ebedd6d0" - sha256 cellar: :any, arm64_ventura: "957aa02e229aecbe48ad224ec86a409d5e5986f907daca6702520bd3e30bfeeb" - sha256 cellar: :any, sonoma: "cd765f35ad55143577770139328c1f0660ed71cf1be81f13a89b2266b41f5c15" - sha256 cellar: :any, ventura: "b515c494021189ff5023d5c88d28c79645a7cefc2a86beea254fb0a4dbe15d13" - sha256 cellar: :any_skip_relocation, arm64_linux: "e6002cb5e1ec57a7a2accdf8e091605e9f7a6fdbe01ef1209383d2ee0a4c31c5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cdfb6cf5645a3acdb5c5306da612877015bd5b24597cc8e75464ed6bd15e512a" + sha256 cellar: :any, arm64_sequoia: "da3280cac7c2a1682db618ade5c8e99e4fe5c7974415af6876e4fae7d42896b6" + sha256 cellar: :any, arm64_sonoma: "e5e1f34175cdf5e7b288bbd266468295f5b0f4a47dbce3e9e0162b52d788708b" + sha256 cellar: :any, arm64_ventura: "72d5c0e583eef660240c7df8a088e397a367deaefa9a1fa4a46db1c982c64820" + sha256 cellar: :any, sonoma: "fa987f6fa1b9d0cef284923f610fc9d5f7e21d509313d8072e881811f88396f0" + sha256 cellar: :any, ventura: "d42071bbe6873d1697c36a6d8bbb95500e369dd8392177d9d312943928c60a8f" + sha256 cellar: :any_skip_relocation, arm64_linux: "4846d6cc9976612c4455780e844b660481499d3bc91586543d21818ccc06426a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "99b922f5a7549976baad51b5cec6dbd23d5c21313dce65046a43dd5e51da91ea" end depends_on "cmake" => :build From 82a39a238ba32c2cc69b064b9a590e2624246447 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 05:43:37 +0000 Subject: [PATCH 00751/10074] csvtk: update 0.34.0 bottle. --- Formula/c/csvtk.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/csvtk.rb b/Formula/c/csvtk.rb index 7ce8a949bd12f..0ce064990581a 100644 --- a/Formula/c/csvtk.rb +++ b/Formula/c/csvtk.rb @@ -7,12 +7,12 @@ class Csvtk < Formula head "https://github.com/shenwei356/csvtk.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "de4fd6a17277f4e9a178cab48b5ca6135c304b27fa1617a1b9ea49a3f96260d0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "de4fd6a17277f4e9a178cab48b5ca6135c304b27fa1617a1b9ea49a3f96260d0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "de4fd6a17277f4e9a178cab48b5ca6135c304b27fa1617a1b9ea49a3f96260d0" - sha256 cellar: :any_skip_relocation, sonoma: "20deb9324aeacaf068a1edcf988890e0a1f15ff3b735599513fd028b871fa7ac" - sha256 cellar: :any_skip_relocation, ventura: "20deb9324aeacaf068a1edcf988890e0a1f15ff3b735599513fd028b871fa7ac" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d8ae2c10c57b6852b45ada75c178336f36b19e77f292ef25b65517baa8c52805" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fac1f71c7cd43fdf92ee9c4142af9df200117e097ba4e2c6b14610bd6f1f956e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fac1f71c7cd43fdf92ee9c4142af9df200117e097ba4e2c6b14610bd6f1f956e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fac1f71c7cd43fdf92ee9c4142af9df200117e097ba4e2c6b14610bd6f1f956e" + sha256 cellar: :any_skip_relocation, sonoma: "f8aa4654478d26a028ff613490fa86e603ca73cedcab65d8680b9bef5ac4026d" + sha256 cellar: :any_skip_relocation, ventura: "f8aa4654478d26a028ff613490fa86e603ca73cedcab65d8680b9bef5ac4026d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4cb6c6db444aad11c72af872e744a396562da0d2a27f08456b910354e2f18a2f" end depends_on "go" => :build From 96d2368f3c94c7c29858ba3bbf47e1773117dcca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 05:43:37 +0000 Subject: [PATCH 00752/10074] git-spice: update 0.14.1 bottle. --- Formula/g/git-spice.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-spice.rb b/Formula/g/git-spice.rb index 2af0b8c3ec019..6a45c2f0da8f6 100644 --- a/Formula/g/git-spice.rb +++ b/Formula/g/git-spice.rb @@ -7,12 +7,12 @@ class GitSpice < Formula head "https://github.com/abhinav/git-spice.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d6f1b2ab2012dacaceb4b2206f9b8e8234f8259a7eced58cf498882b7a8501b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d6f1b2ab2012dacaceb4b2206f9b8e8234f8259a7eced58cf498882b7a8501b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d6f1b2ab2012dacaceb4b2206f9b8e8234f8259a7eced58cf498882b7a8501b" - sha256 cellar: :any_skip_relocation, sonoma: "af8a20bde115b2fa8fe1272d3dc8d3c2fcdceb561b3e8cdf3c829cb760e6c8b7" - sha256 cellar: :any_skip_relocation, ventura: "af8a20bde115b2fa8fe1272d3dc8d3c2fcdceb561b3e8cdf3c829cb760e6c8b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "796ed4c3cc6d6fcf24101ca1a7960d5331eca8727f3d0183de869f0fe523af32" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3962cd71cccfbcf207a34e553b8b996e4c4690344d62ae5fe88e3820eab9a0b0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3962cd71cccfbcf207a34e553b8b996e4c4690344d62ae5fe88e3820eab9a0b0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3962cd71cccfbcf207a34e553b8b996e4c4690344d62ae5fe88e3820eab9a0b0" + sha256 cellar: :any_skip_relocation, sonoma: "c102a8959d74358807163645acf5771a7617406da2b2673429cee0fe96801a50" + sha256 cellar: :any_skip_relocation, ventura: "c102a8959d74358807163645acf5771a7617406da2b2673429cee0fe96801a50" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a88d424b787b4b0e9c48c5aec8c0a340b2eb3e53ad026ea6217405210c08ed5d" end depends_on "go" => :build From 11e929811143255588acb7953e30a0ea43e31c75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 05:44:08 +0000 Subject: [PATCH 00753/10074] talhelper: update 3.0.28 bottle. --- Formula/t/talhelper.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/talhelper.rb b/Formula/t/talhelper.rb index 05b4dce42e137..c67fd92334037 100644 --- a/Formula/t/talhelper.rb +++ b/Formula/t/talhelper.rb @@ -7,12 +7,12 @@ class Talhelper < Formula head "https://github.com/budimanjojo/talhelper.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec31db6ddaf231407c301db2c3278a1ff7d03dcd98e25f21c8cc19ad102f51ed" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec31db6ddaf231407c301db2c3278a1ff7d03dcd98e25f21c8cc19ad102f51ed" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ec31db6ddaf231407c301db2c3278a1ff7d03dcd98e25f21c8cc19ad102f51ed" - sha256 cellar: :any_skip_relocation, sonoma: "84cfec72966bb834c526fda79bf4291b231045ad28b08722fe43f2321ea578e7" - sha256 cellar: :any_skip_relocation, ventura: "84cfec72966bb834c526fda79bf4291b231045ad28b08722fe43f2321ea578e7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b3832fb8d4ee327096ae6ad132582000f76d1f67f06e5b0de485b3d23ea99a9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "05de11398f3946be3fe2c1b45701eec55907745e2627973620e1c86152c03e7f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "05de11398f3946be3fe2c1b45701eec55907745e2627973620e1c86152c03e7f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "05de11398f3946be3fe2c1b45701eec55907745e2627973620e1c86152c03e7f" + sha256 cellar: :any_skip_relocation, sonoma: "9557ae996fdacd4078d0d9d03a539ee4df887231282ef589bda8b892fc871847" + sha256 cellar: :any_skip_relocation, ventura: "9557ae996fdacd4078d0d9d03a539ee4df887231282ef589bda8b892fc871847" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2a6a6382772ef91686bd70f1b96646b3e6368fb29343c88f227f4fcfd8044e7d" end depends_on "go" => :build From 157d8914dccea115921840fd33cb79af2b7994e4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 01:44:55 -0400 Subject: [PATCH 00754/10074] crd2pulumi 1.5.4 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/c/crd2pulumi.rb | 61 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 Formula/c/crd2pulumi.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 80fd449848986..698495039ee04 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -694,6 +694,7 @@ crabz cracklib crane crates-tui +crd2pulumi cri-tools crispy-doom croaring diff --git a/Formula/c/crd2pulumi.rb b/Formula/c/crd2pulumi.rb new file mode 100644 index 0000000000000..40b261c22085c --- /dev/null +++ b/Formula/c/crd2pulumi.rb @@ -0,0 +1,61 @@ +class Crd2pulumi < Formula + desc "Generate typed CustomResources from a Kubernetes CustomResourceDefinition" + homepage "https://github.com/pulumi/crd2pulumi" + url "https://github.com/pulumi/crd2pulumi/archive/refs/tags/v1.5.4.tar.gz" + sha256 "3dfb4e2e7eb9633c156c78becb866836760ee4c87056d0c47a8288cef85dc14c" + license "Apache-2.0" + head "https://github.com/pulumi/crd2pulumi.git", branch: "master" + + depends_on "go" => :build + + def install + system "go", "build", *std_go_args(ldflags: "-s -w -X github.com/pulumi/crd2pulumi/cmd.Version=#{version}") + + generate_completions_from_executable(bin/"crd2pulumi", "completion") + end + + test do + assert_match version.to_s, shell_output("#{bin}/crd2pulumi version") + + test_crd = testpath/"crd.yaml" + test_crd.write <<~YAML + apiVersion: apiextensions.k8s.io/v1 + kind: CustomResourceDefinition + metadata: + name: widgets.example.com + spec: + group: example.com + names: + kind: Widget + plural: widgets + singular: widget + scope: Namespaced + versions: + - name: v1 + served: true + storage: true + schema: + openAPIV3Schema: + type: object + properties: + spec: + type: object + properties: + size: + type: string + color: + type: string + YAML + + # Generate TypeScript code from the CRD + system bin/"crd2pulumi", "--nodejsPath", testpath/"typescript", test_crd, "--force" + + assert_path_exists testpath/"typescript/example/v1/widget.ts" + assert_match "this file was generated by crd2pulumi", (testpath/"typescript/provider.ts").read + + # Generate Python code from the CRD + system bin/"crd2pulumi", "--pythonPath", testpath/"python", "--python", test_crd + assert_path_exists testpath/"python/pulumi_crds/example/v1/Widget.py" + assert_match "this file was generated by crd2pulumi", (testpath/"python/pulumi_crds/provider.py").read + end +end From bd6aee74940179ab3fe8bc7f34fc98e5900e20e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 06:19:09 +0000 Subject: [PATCH 00755/10074] taglib: update 2.1 bottle. --- Formula/t/taglib.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/taglib.rb b/Formula/t/taglib.rb index 0ee0f0c906ea5..3e9ade82f7523 100644 --- a/Formula/t/taglib.rb +++ b/Formula/t/taglib.rb @@ -7,13 +7,13 @@ class Taglib < Formula head "https://github.com/taglib/taglib.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "bcee4f3d052cbe5989067daf7a174503c25b7192cf061776cdd907b466ff3058" - sha256 cellar: :any, arm64_sonoma: "4294daac491a5377c5600ffc009127c145ee9b57b326a2e0ddb36fbfa392a1cc" - sha256 cellar: :any, arm64_ventura: "74dbb8c6094f04e047bfd5fa118a979f477d071b9cf836418e3b0f937903e121" - sha256 cellar: :any, sonoma: "98bc5de27c719c40923a8a9b949cede60d16e5fe6fced83e77feed4add720251" - sha256 cellar: :any, ventura: "8841e4c1db0f37278adc2f3c62b0b115c55293bc277e1e2f99b8c545b8ba73e1" - sha256 cellar: :any_skip_relocation, arm64_linux: "bc4caad6f5f00412d88bd96a6e1f2e3a58cda1d7760af66439e3d1b46d195cc1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f43bb70deddf02f695e91b7f4c4153b4f690133e5e03a711a27790a0a4172c28" + sha256 cellar: :any, arm64_sequoia: "33bae1ce3df75ae42afe0a00e5ff89c13fe89c55a90492f83936871400bead26" + sha256 cellar: :any, arm64_sonoma: "a8407786ef99bff2dacc49c41ee8597bf0e1b320770cf7e375cbcf3dd01edfa2" + sha256 cellar: :any, arm64_ventura: "5fa5bc0e5f1f0420951a109822212307d4c47eca65e13c80cd12130ef3db7582" + sha256 cellar: :any, sonoma: "0bcb92f06b8a816e61db238c4866038e32d939d137ae5a9b2b6a89f6354dc060" + sha256 cellar: :any, ventura: "dc45e7bdf7b98bbc8c82fc504d9f9fc439c0ee404c081f3a9d47db3a43440d0e" + sha256 cellar: :any_skip_relocation, arm64_linux: "578bbf176f2ab333475f9bf2f1aba06cdc376416eab72610354959efe1255441" + sha256 cellar: :any_skip_relocation, x86_64_linux: "90098d41daac6072c0daf0dc6a9a179811a0a7067809018845ef727a6611ca8f" end depends_on "cmake" => :build From 3eeea3d176c5660bb2367a056c344960c03339e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 07:51:03 +0000 Subject: [PATCH 00756/10074] cargo-binstall 1.12.6 --- Formula/c/cargo-binstall.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index 37702be98dfe6..802ab4ffefa47 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -1,8 +1,8 @@ class CargoBinstall < Formula desc "Binary installation for rust projects" homepage "https://github.com/cargo-bins/cargo-binstall" - url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.12.5.tar.gz" - sha256 "09dd754bda00b1a270e8d5794431fe6cc6f580410dcefa29e98f4d4679823019" + url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.12.6.tar.gz" + sha256 "3980b886bb2d7cc7fa3fd59111538af4ede130d41f58dceb50faa00d065c521b" license "GPL-3.0-only" head "https://github.com/cargo-bins/cargo-binstall.git", branch: "main" From 160473b2980730c1f115ff6c9068d747851c08f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 07:51:36 +0000 Subject: [PATCH 00757/10074] cdk8s 2.200.86 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 71d9b91113a04..fa270f2362c46 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.85.tgz" - sha256 "69c742ea78635e91068518b696c36122ae3847ceaccfb33a61f5ab3dd1c50ae7" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.86.tgz" + sha256 "64ef50efa493e4aa871066854a0ad7d200aa995f217b4f664439bd49193ddbcd" license "Apache-2.0" bottle do From f6330552c4ccd7010f98f2fbde333f0f0b0853a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 07:57:44 +0000 Subject: [PATCH 00758/10074] gabo 1.6.0 --- Formula/g/gabo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gabo.rb b/Formula/g/gabo.rb index 4f2f783e55c44..916b8ff7505fc 100644 --- a/Formula/g/gabo.rb +++ b/Formula/g/gabo.rb @@ -1,8 +1,8 @@ class Gabo < Formula desc "Generates GitHub Actions boilerplate" homepage "https://github.com/ashishb/gabo" - url "https://github.com/ashishb/gabo/archive/refs/tags/v1.5.0.tar.gz" - sha256 "e9f35080fc54490c5bba5eea27f6b336d3741c29ad039f270a1511d07d3e2cda" + url "https://github.com/ashishb/gabo/archive/refs/tags/v1.6.0.tar.gz" + sha256 "f0f3b926d6e7a6381ceb2fb4ef0d18d51dd5c925f1e7c2577105e0ef7614bb5b" license "Apache-2.0" head "https://github.com/ashishb/gabo.git", branch: "master" From e4c55e676b4869fca83763cab5de2a7a1940bdf2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 08:00:49 +0000 Subject: [PATCH 00759/10074] jackett 0.22.1974 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index e607b41e59980..7b40d0ba3f80b 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1971.tar.gz" - sha256 "4d4fd1f3097dbd65c3713ec6fbf88b87144edf811f53dec3445e81c51041d965" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1974.tar.gz" + sha256 "37bc7f72a1b2d79b7516d4c0855e4de3ff762278de2611fc80714a3ebdbe3e1e" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 8b8da9564eefd5eff4d91d1121f9e534d13850e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 08:05:20 +0000 Subject: [PATCH 00760/10074] mihomo 1.19.10 --- Formula/m/mihomo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mihomo.rb b/Formula/m/mihomo.rb index 266fad0443334..007eb0cc27435 100644 --- a/Formula/m/mihomo.rb +++ b/Formula/m/mihomo.rb @@ -1,8 +1,8 @@ class Mihomo < Formula desc "Another rule-based tunnel in Go, formerly known as ClashMeta" homepage "https://wiki.metacubex.one" - url "https://github.com/MetaCubeX/mihomo/archive/refs/tags/v1.19.9.tar.gz" - sha256 "900ddee847f4dc35f2298ca3fea451a9bbb582557ce390198d73a29f4586813f" + url "https://github.com/MetaCubeX/mihomo/archive/refs/tags/v1.19.10.tar.gz" + sha256 "a0ca7bb23fcfa067e8a58a9618879a507881dbca321a8eb0550948b1d26296c0" license "GPL-3.0-or-later" head "https://github.com/MetaCubeX/mihomo.git", branch: "main" From 10df092642c41fc1996b07e6060594a7a8f20343 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:16:57 +0000 Subject: [PATCH 00761/10074] qdmr 0.12.3 --- Formula/q/qdmr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/qdmr.rb b/Formula/q/qdmr.rb index c5930691ea4bf..8318fd31a9d0d 100644 --- a/Formula/q/qdmr.rb +++ b/Formula/q/qdmr.rb @@ -1,8 +1,8 @@ class Qdmr < Formula desc "Codeplug programming tool for DMR radios" homepage "https://dm3mat.darc.de/qdmr/" - url "https://github.com/hmatuschek/qdmr/archive/refs/tags/v0.12.2.tar.gz" - sha256 "4be8692e7270ac51032f43d56227ddee7ba7b515e98f8f3f867398899593e779" + url "https://github.com/hmatuschek/qdmr/archive/refs/tags/v0.12.3.tar.gz" + sha256 "1ee2adc912120025190eff65c78b1f8a153d1cab14909cbd5291403fb7b04643" license "GPL-3.0-or-later" bottle do From 4ebc61497d91d345fb511827083596d94d664911 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:42:24 +0000 Subject: [PATCH 00762/10074] jackett: update 0.22.1974 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 7b40d0ba3f80b..c656dddb639aa 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "0957e13f2f060ad1ed721cd15129a79ad2d6e9e432a90969c6cd6b23dc6d4df8" - sha256 cellar: :any, arm64_sonoma: "1172c9a92ccc6bf6dba01560f1fcb7d7978269055e66363124fa99f244d5681e" - sha256 cellar: :any, arm64_ventura: "e02b1d0799645b77984cf77464e163c7e9de835bc267e6d60c4ed77e1324571b" - sha256 cellar: :any, ventura: "ab4437a4d27886d4e76bb4f8abff9b6a7444a0f4f7c504556c44e7140e2ba993" - sha256 cellar: :any_skip_relocation, arm64_linux: "73b21f3201ecf714456bad7dbf599eac24896e0257c29d4f9605b8a38882caeb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ca0954df5c1201970fb379d4c08a8e1eaf0ef4e3a360b7d2f99a540b60fe6195" + sha256 cellar: :any, arm64_sequoia: "f3f8482159092deb26614dff5da80bd0e2ccaec062f9f1554791e777b98319a0" + sha256 cellar: :any, arm64_sonoma: "94d23942fbf6fa5d261f5a2b79f118cacbce4b3d9bf01e330b1d6b312db80b8e" + sha256 cellar: :any, arm64_ventura: "5424c9bf09c5a38cebcb9c6226cd918005b019134cd99748b8b3dfb1ed155bc8" + sha256 cellar: :any, ventura: "5847e2d01e9514c0d35d43f78f0c610b813703d7890bf9415d4024da9a136b32" + sha256 cellar: :any_skip_relocation, arm64_linux: "44cecd00127e08bc932ba3327d9a38d1e32b7ecaec4182ed1e2ef3effa76d8e7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f7d5c2546f7d383330c60c3ffd723601f6b712014596849a39acde6594e2578e" end depends_on "dotnet@8" From d7d3bf9b759796b86f89ca1f5f056dfc42de1ced Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:42:40 +0000 Subject: [PATCH 00763/10074] mihomo: update 1.19.10 bottle. --- Formula/m/mihomo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mihomo.rb b/Formula/m/mihomo.rb index 007eb0cc27435..33cd9e3ae360c 100644 --- a/Formula/m/mihomo.rb +++ b/Formula/m/mihomo.rb @@ -7,13 +7,13 @@ class Mihomo < Formula head "https://github.com/MetaCubeX/mihomo.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "00440610ff7933cd5a590383a49919f45e90dd0130a58dd25f9c462ff2f1e3f8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "262e85d9e305210f1579404ff925cedf8fdd28b0ffa7467cf69bd1b8a25525de" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4b927b0c13bf6d3885a8f1bfe0c0b385a4dd2b5a79402ce6a8c068afd20c5695" - sha256 cellar: :any_skip_relocation, sonoma: "51ddd5c3b31f377531bbfcf4430d13200c269bf49f3b2e76bfcf48c3a6f14dd7" - sha256 cellar: :any_skip_relocation, ventura: "1381896eac0993aa2e067198873836be2757676a73e53e3eca5f5eb100f6e44c" - sha256 cellar: :any_skip_relocation, arm64_linux: "d5a34298f284267bc1eabf68bdf10a50be7dd1b67d33f2b4da18c631b306d854" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8f3e68fe9b456b86b9782ab6f12198b5f28b541f4b9cb4f46fedadb95216b09d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "65e28b3821978a0cceeef732f9d427c4353b70fd4f82720f6ac190855527f09c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "034cc7e6fca1de4d05c46384a80a02f85c648f98e7a171ba1e6e02fa33268aa0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9a844f3c640b9c3c3f8f713e26adddb1909b19c7543169dd0befd49d1ab55195" + sha256 cellar: :any_skip_relocation, sonoma: "e4dec29cf05cab364e8eb24e69e051c24d8db396a95a8702965fd43efa4004ea" + sha256 cellar: :any_skip_relocation, ventura: "43f8f4b686fc953e0368ff758aa803ef7f0bbc415733d2d29645c19444861785" + sha256 cellar: :any_skip_relocation, arm64_linux: "e64c1d023fdaccf392c0bd5cc3901f2ffc59397667547b3e36ea814864df1b12" + sha256 cellar: :any_skip_relocation, x86_64_linux: "87bbcad993d18333922848b275de8ac461676ab5c0045ae66e9f87523716f9fa" end depends_on "go" => :build From 681a9c0d6478cab78908f32f67a0ff05fbdcfc1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:45:44 +0000 Subject: [PATCH 00764/10074] qdmr: update 0.12.3 bottle. --- Formula/q/qdmr.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/q/qdmr.rb b/Formula/q/qdmr.rb index 8318fd31a9d0d..cea71e3cda19a 100644 --- a/Formula/q/qdmr.rb +++ b/Formula/q/qdmr.rb @@ -6,12 +6,12 @@ class Qdmr < Formula license "GPL-3.0-or-later" bottle do - sha256 arm64_sequoia: "6ab16e6c0e074af48e283646dfe8fec3e4c43bd75a72c3d61e70c6aaaf7d52e1" - sha256 arm64_sonoma: "9f328b9c8835430065a0b2fb6732b8af7bceb89f54fecc9e3069353327e00a04" - sha256 arm64_ventura: "1921e4934527288d3e837706cb5a53b74c46a89881f53ba09f8bb430a78577c2" - sha256 sonoma: "9e07686e7cebb8ea130a9d1183541f3d8396e5fc0bd171e090317430e086e53f" - sha256 ventura: "b47be9e66eed4887eadb16d6a0a1dd16a1f57943bf370342b06c1aef100a70fc" - sha256 x86_64_linux: "7715c1833cdd017122b29d8966de514e21a908df7f77112feea00319a769ace2" + sha256 arm64_sequoia: "beb390820470fa2c825dc25a14c2d40de8770f9d513ca639085335773571a730" + sha256 arm64_sonoma: "58d13f717ae94f13d6cdcef192691b031ea352b85bffd2c0948aa75831a3e59f" + sha256 arm64_ventura: "5c19013fde907534ed1e008086dd0af7e58f52091820a503058e6d155690a290" + sha256 sonoma: "d80d900ac2c58bdc5d66d31e8c843f24809ceb8934688da4d5f08f9f2da755f4" + sha256 ventura: "d272e84ab9b72bbff9e33fbf75983668a1cd2196e81e848a439a8ec57eafc1d4" + sha256 x86_64_linux: "88fecf14b35168081be6da6a39e1b8326aa94429c2de4d12cd555220f66b2d67" end depends_on "cmake" => :build From 591da1bb2c1c7bc77f44b3bec21a175e879ffc47 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:46:01 +0000 Subject: [PATCH 00765/10074] gabo: update 1.6.0 bottle. --- Formula/g/gabo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gabo.rb b/Formula/g/gabo.rb index 916b8ff7505fc..e2234252e48e7 100644 --- a/Formula/g/gabo.rb +++ b/Formula/g/gabo.rb @@ -7,12 +7,12 @@ class Gabo < Formula head "https://github.com/ashishb/gabo.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "45cd2db844081e8bca9262d1858ab1e0f96f7efa9c8f21eb4c0ee38c9a06c03f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "45cd2db844081e8bca9262d1858ab1e0f96f7efa9c8f21eb4c0ee38c9a06c03f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "45cd2db844081e8bca9262d1858ab1e0f96f7efa9c8f21eb4c0ee38c9a06c03f" - sha256 cellar: :any_skip_relocation, sonoma: "711ab98807f579d7f5901d3bc3ee4aeb816c6328f8a2e2136c612547004202de" - sha256 cellar: :any_skip_relocation, ventura: "711ab98807f579d7f5901d3bc3ee4aeb816c6328f8a2e2136c612547004202de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "37593db2caea79cf6ea7e44f701aa67b13910cd96566bb43bb922e6438155712" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d111a3b7f14da8628a036090a88ba1f45a02f13a2806ce30cc032e08dc7aa0a8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d111a3b7f14da8628a036090a88ba1f45a02f13a2806ce30cc032e08dc7aa0a8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d111a3b7f14da8628a036090a88ba1f45a02f13a2806ce30cc032e08dc7aa0a8" + sha256 cellar: :any_skip_relocation, sonoma: "208c2e27d954884e1ee019e5b85fa11dee4dd31ef284e0223c7e99f02d54aaee" + sha256 cellar: :any_skip_relocation, ventura: "208c2e27d954884e1ee019e5b85fa11dee4dd31ef284e0223c7e99f02d54aaee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e7a12de57069cc5db5fb5017606d7c9ff1f2b181b35f49bd8dbc6431e2ff80c0" end depends_on "go" => :build From ad82b8d515f30bfcc8fc042bafc41417da29d7a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:46:24 +0000 Subject: [PATCH 00766/10074] cdk8s: update 2.200.86 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index fa270f2362c46..9c594ee7cdfc3 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" - sha256 cellar: :any_skip_relocation, sonoma: "1b47b593eb8b4693ea87f0a2ead5c9b9225025a1a71b714541da31b3ab70d345" - sha256 cellar: :any_skip_relocation, ventura: "1b47b593eb8b4693ea87f0a2ead5c9b9225025a1a71b714541da31b3ab70d345" - sha256 cellar: :any_skip_relocation, arm64_linux: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5c9e8d2dab0c677a9e6f4ec0d8fbb91349641e886bb2d26b52b10cdae0d12eba" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" + sha256 cellar: :any_skip_relocation, sonoma: "3a68f233e8b3ae43d154b058c95b970a91899706a7b67159fd9c3e7bc89b61ee" + sha256 cellar: :any_skip_relocation, ventura: "3a68f233e8b3ae43d154b058c95b970a91899706a7b67159fd9c3e7bc89b61ee" + sha256 cellar: :any_skip_relocation, arm64_linux: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" end depends_on "node" From df24b8ebeef6f7dc313b80d32666053430576857 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:46:43 +0000 Subject: [PATCH 00767/10074] cargo-binstall: update 1.12.6 bottle. --- Formula/c/cargo-binstall.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index 802ab4ffefa47..2a5a75d27b3da 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -15,13 +15,13 @@ class CargoBinstall < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cb84dd812e3878c557d5f71ef672060c913cfc90fb10348946c7d3a83678bf1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "38a87dd4f4954fcdb66eb1a4ec4ee1cef0d7ceaafd3d6566606cbdb5e7cf784e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "88a6d94e79b2b569fd351c15e4d56d8230b18c9837dd1cdee0cb954139782034" - sha256 cellar: :any_skip_relocation, sonoma: "cfb9069f33fd6ca189d6806dc5a2d017f1213569b53b916a1afcd4a6ad3cc490" - sha256 cellar: :any_skip_relocation, ventura: "cc1f4b16ef345037fa2bd396e736bbfe326adda01ce9e56329ec129caf3ded59" - sha256 cellar: :any_skip_relocation, arm64_linux: "3221e17f438e454485a61f9ad12b22a5cb15c6bebcc72ddd0d34406c857e3e6d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c22bc120d0add8321c976a396546f9453ce2ef722f7843eb7f8eb44ee5e2ee6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5860a3db624f3f2c2619498ed85f0da7d0c280dc83cd65cf95d566ebaba7a0d9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8144abd09add935d93063769d78d178416c4c1c2a320447e44610db4d55c3fc4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "251d65bc670309277fe51abcf4d35010fe40080302034e8c91c6e26eeea90937" + sha256 cellar: :any_skip_relocation, sonoma: "4ce423686adb6a7ac91bdee2564a5cb41863a4f5b518bd2b8f113bdfbbf280d6" + sha256 cellar: :any_skip_relocation, ventura: "4223ddd3f40a11768e8c10ed553ac352178ce2a3d214cfc0d27b3001d3b780ed" + sha256 cellar: :any_skip_relocation, arm64_linux: "e3b5e60f387ffc75b90a10dc8d4a38c59bc421270e0ce2f6140460df2142f9ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35673fe55ff1af9f5eeb722f7b9d038a6d05fad75791b12543bd5fcf5c2b943f" end depends_on "rust" => :build From 111a1c58fe50d48ce34b0204e14bba691ead9031 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:47:59 +0000 Subject: [PATCH 00768/10074] vulkan-validationlayers: update 1.4.316 bottle. --- Formula/v/vulkan-validationlayers.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-validationlayers.rb b/Formula/v/vulkan-validationlayers.rb index 8829f19c534ee..4fcfaac394ec0 100644 --- a/Formula/v/vulkan-validationlayers.rb +++ b/Formula/v/vulkan-validationlayers.rb @@ -12,13 +12,13 @@ class VulkanValidationlayers < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2d159b2095f256bdf8abf33b8da808420110bcfcd30982be1f65104e6151397" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "21505dcd783e1a9bf26a5a96ec4376b8a133c1fa139be8aa7fcefe73603a320e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6c1c3555ff2dc0a9a6b531264d176c1fc10e75c2ae2f8ed147a7d2305be4e2d3" - sha256 cellar: :any_skip_relocation, sonoma: "b75e2602655516827e54a80cedf8d1e12e9980a661894f39043c613e64ac2649" - sha256 cellar: :any_skip_relocation, ventura: "484d2ac71d950a8d9d6297125e78fefacae4c5d81fe5b90d4bd335226b060fb2" - sha256 cellar: :any_skip_relocation, arm64_linux: "358eeea0487a878ba45763d639cd06e52c4f5c643b828b94d763059d021231cc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1b4cac1211a795a80b34e7e1a5702785bae48c187c2d4dadd334c9ad2f0f2afa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1071240321a46564042e60cc02a5e67878d553ebd4409ce70a84b14e36d1e49e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c23d6c9c91e49ac3be983ad8f958f12462ca239debac53790df6d2b3f1f920a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "afcf7e300f2d2563cebf4b2b1c3715ca24901f007c892beaba18e9a34c4db5e5" + sha256 cellar: :any_skip_relocation, sonoma: "0fbef4088177c6e48c1428828b62bbdd906ccad0b90f981a4c8021b9e56636f4" + sha256 cellar: :any_skip_relocation, ventura: "276d0eadf20be6f48c7d889f0886c5823d674f30fcef97d00aa3589fd98281b1" + sha256 cellar: :any_skip_relocation, arm64_linux: "6c2b675924b4746d9056f788758f2978a67b82abe946bc3cb56a7f5cea95f1e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea3530b2ed2c4fb7f3f08c5ade4816b7a1a5a3cc2adc02fb2f00773ed353642c" end depends_on "cmake" => :build From 8779d279bd0fca5668de0eeaae6bea268078a535 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:48:03 +0000 Subject: [PATCH 00769/10074] mac: update 11.15 bottle. --- Formula/m/mac.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index b5b821566ad90..c8d47a97959ab 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -14,13 +14,13 @@ class Mac < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "292166fa67324332787ecdf77d54da2ec61901a076a99f2e9864d16751c335f0" - sha256 cellar: :any, arm64_sonoma: "fd5617946096532490a2a843a16ccd646f7380d9435f7eaa35643200a0befe2e" - sha256 cellar: :any, arm64_ventura: "8c155a32986f86a4a672d93f4f9e413150474e15b422e4f5e2b46f16d5506a8f" - sha256 cellar: :any, sonoma: "e44d1d6a08a82225eb1ffb53bc995a375414df908d34a584efd35d71de45a511" - sha256 cellar: :any, ventura: "47de4b1d9c8999bb4341bb7f6ceb73bdb1db02135342bf41148f91fce1d582e9" - sha256 cellar: :any_skip_relocation, arm64_linux: "60e1af874d02670fe83de7ad7c1b8f3b4110dbf934a2f560dab45705f8c1c7af" - sha256 cellar: :any_skip_relocation, x86_64_linux: "456037233d18067c6f3d0ad340f5e1e5615f3b09fdd38c47958e39cc5f67f4c4" + sha256 cellar: :any, arm64_sequoia: "19c9b278dbc86be9ef70c55cff123b953f081adba5b27a2a055fefb571a5cac6" + sha256 cellar: :any, arm64_sonoma: "cdfca9fbfafe059ccd82927d7066d557dda82e658c653a33a632cb3413fb64b3" + sha256 cellar: :any, arm64_ventura: "638ef7abfce1c3676e55b3c7c3238a0b12093a4bd5d2006daa38f2a2d431837a" + sha256 cellar: :any, sonoma: "2f682c17bc1399693ddea152e00350bbec81fb5898d74f2e5146672a7f11b2c1" + sha256 cellar: :any, ventura: "d90d637545b05cdf548d315af75857541c4dcc568682440f2ec065a04ad4597f" + sha256 cellar: :any_skip_relocation, arm64_linux: "922d8be2ed4b7f534a3f0889b9f7d47222100963e439cc965ad71b08565ae83f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f18e515038c53b9b8a46c5cad4229a5b93c878ec1083bb865872bdc922ed4ed1" end depends_on "cmake" => :build From 1847c277669985ef657332833b143cbf6dfa812e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:48:26 +0000 Subject: [PATCH 00770/10074] adamstark-audiofile: update 1.1.3 bottle. --- Formula/a/adamstark-audiofile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/adamstark-audiofile.rb b/Formula/a/adamstark-audiofile.rb index 9b4d420ed93b7..6adaf9be102f3 100644 --- a/Formula/a/adamstark-audiofile.rb +++ b/Formula/a/adamstark-audiofile.rb @@ -7,7 +7,7 @@ class AdamstarkAudiofile < Formula head "https://github.com/adamstark/AudioFile.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "ab031793961063448870b09b5bd997671df66cd2eeeb98d4daebeb389fadeb59" + sha256 cellar: :any_skip_relocation, all: "be3c28ee81b69cd235ffdc3a9085037178558b2714b431781404b13d2a4cc5b3" end def install From d863f450d773a3cc9b51b825989e18e924c50591 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:49:09 +0000 Subject: [PATCH 00771/10074] bcftools: update 1.22 bottle. --- Formula/b/bcftools.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/b/bcftools.rb b/Formula/b/bcftools.rb index 565875484fe60..33206d47b2834 100644 --- a/Formula/b/bcftools.rb +++ b/Formula/b/bcftools.rb @@ -13,15 +13,13 @@ class Bcftools < Formula end bottle do - sha256 arm64_sequoia: "24923a0c1f5695cebd051f338ae43f532183f086afb5be6284a2a28b26aa3296" - sha256 arm64_sonoma: "c3f336afc9026b9b782a955e4105d208bab0ec6f8f1701171d3093bff70487e0" - sha256 arm64_ventura: "f380f5a44355aa36e14234551ef6cadd5c8cae4889af33acaa12f3759309e04b" - sha256 arm64_monterey: "a59a1531f579d313e6d4650a47e75d93b5a978758a67b0dd417aabd507994e00" - sha256 sonoma: "ed2ea3659a829947e39e6a9fc8c295f483052a7e54f7b369682a1dc4574d52cf" - sha256 ventura: "a0dea566d19deacb5b1d6886c2f7b21a49a01cfb554efbe2d4462e1a0edbfc81" - sha256 monterey: "49ed253ef4ddfeaa96b1a96c4b51c60992cf1248f087ab8bd534c82facdb6a44" - sha256 arm64_linux: "4582498f2464536ab620d6356fc64a5057b611da880c4a86a064dea155597dc0" - sha256 x86_64_linux: "d0b13624d5d87f0b28715e7ce74b3c78daf2f6a3db7f025a6b9fd434f0aff2f8" + sha256 arm64_sequoia: "7bfda27c183789cb73ade0e4aeb4437a31edbee0bc0cfd16191ad3572f4d9f44" + sha256 arm64_sonoma: "b158694e48f72aa30dfa323d0ff8ef2745f57eab6d0e0092b5178e5506c834e9" + sha256 arm64_ventura: "daf93a78cf3d50e8773288a2c0e0f7464e9a8ef8c81e3f9e1e5bd432c6aec16b" + sha256 sonoma: "a731d55be4c06169d30f2669fbffa00c8b4020a2d284e4c6f61aa5b765fdcd4d" + sha256 ventura: "d4df4f2814fb3f2d29454603ea88e37bd2c49b38f911c23e31a2961f3db76c78" + sha256 arm64_linux: "11f49299a8d6388e7cfc6d7e7e90b443fb60804c3c3a488aac024d5e72a74789" + sha256 x86_64_linux: "2879fc83d17d2474f2bdb37f44418953b75565cb4553501ba4da054fd373547e" end depends_on "gsl" From 4254f62cb32bc842b38303e07f399ed2598032a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:49:09 +0000 Subject: [PATCH 00772/10074] htslib: update 1.22 bottle. --- Formula/h/htslib.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/h/htslib.rb b/Formula/h/htslib.rb index 2bd459ed0ba65..e042411ec1e65 100644 --- a/Formula/h/htslib.rb +++ b/Formula/h/htslib.rb @@ -11,15 +11,13 @@ class Htslib < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "5666590893b28330ba567928e6c9a3f9df35f31bbe1141715f598943ea2792ac" - sha256 cellar: :any, arm64_sonoma: "13cfebf52afda554d0356c9c15fadaf0361a13b63354f6fd6408070cc2189dc2" - sha256 cellar: :any, arm64_ventura: "140f35781a6dca49898ee9b16cd8d9566b67147508604da63b1dc614cf4acad9" - sha256 cellar: :any, arm64_monterey: "6631954131f70ee19111f4c9f1c7920995333638a66959714d63bb81effdd07f" - sha256 cellar: :any, sonoma: "9242245655ac588d50e779950bd07525c5a5ffa3fd84531d837336c67dd5c85c" - sha256 cellar: :any, ventura: "5fb7968f1ee7824d0c42550ba6441559f3d2d61ded9b838fbc9e4681f8b9a0e7" - sha256 cellar: :any, monterey: "7643426f0e6a8958f63fdc0cb0fe0c259e1da50eb22d19f74f26a53f62520309" - sha256 cellar: :any_skip_relocation, arm64_linux: "97b70d9fd20c7fd47e0b50c2a1cdade309327051a43b6c9b0ec306971deabb7b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5a5a9b188b427ad39f32bd45f8420f46e7bb0d4fc03e1eb46a3b1f78d97d67d" + sha256 cellar: :any, arm64_sequoia: "3f2f3384d807cf96d55f5d9ee31b073b289fb4c64ba9a11f8fb3242d8dc1858e" + sha256 cellar: :any, arm64_sonoma: "3c77b5d9fd49d47b2b564b8ee27fc49e9edd26823acd90f9404e20a9e2475fe8" + sha256 cellar: :any, arm64_ventura: "75e8ee504a3eab812f7d89466eae548555326d402cb88fdb5ba055795b903926" + sha256 cellar: :any, sonoma: "e01127e06e3b038b2b369282b0eea80e150ddd9af5ad19425acdbe41656df073" + sha256 cellar: :any, ventura: "11d618732f21f25791476ded2decbde94109ec1a40eb790f49936f825b07f4d6" + sha256 cellar: :any_skip_relocation, arm64_linux: "9fc3eb865aaa8f8c3d586cb7dcc70b46178a5e16e6a5a68d6b1af8f7ada4974e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b91e2b3ea97ac6210260a78519720b6b560cd8c4f86761d75ec72d8fbe312f55" end depends_on "libdeflate" From b2cdae94b0e8d9a2fc73f1f5a729d916ae178ff3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:49:09 +0000 Subject: [PATCH 00773/10074] samtools: update 1.22 bottle. --- Formula/s/samtools.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/s/samtools.rb b/Formula/s/samtools.rb index 1b333447f64c1..f12ea73ec5035 100644 --- a/Formula/s/samtools.rb +++ b/Formula/s/samtools.rb @@ -6,15 +6,13 @@ class Samtools < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "0fd24379c43d47525d722a4220c1564bb59fe969eb2161e62aba519e73523c30" - sha256 cellar: :any, arm64_sonoma: "c7625984593989f64b6872232c65487466ca5f8f8429d64d858316c93ad50381" - sha256 cellar: :any, arm64_ventura: "b3f4e88d641907504ccb2378c69b6386fd37ae5c82b2344af678e386ca360266" - sha256 cellar: :any, arm64_monterey: "87a313d7110756bd669a18a3090750f9b03269404b9a61a1cf143575defd5dcc" - sha256 cellar: :any, sonoma: "9b9864f309544aa5aee0e8b6ed0eaae5c0e7c2a3920607aad6afdb7bbc2b6da9" - sha256 cellar: :any, ventura: "2dd72265adf5a7e652d0f60f4f07bc041f6bfaad7403abe615330807a7168ed7" - sha256 cellar: :any, monterey: "4c375467980995250fb1a8a9e4b67ac57607a546c478e28363feafe29d009510" - sha256 cellar: :any_skip_relocation, arm64_linux: "a448cbc74643212066c8109db596300d2b7f64e22404b9ed7e3453c3b0b12c7e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1b81f8cbedc6b82d62a3fe9ab64e91b5e437e1492927a5ea7172d1f9341ec627" + sha256 cellar: :any, arm64_sequoia: "220446fda87460adab2eb115c4544317ac4efbd4fde226b912910500953de9f1" + sha256 cellar: :any, arm64_sonoma: "2e5e85e52f71cc46f3a13deb0f1846fb878f24aec58f820d92f0ceb7214b6a11" + sha256 cellar: :any, arm64_ventura: "e22d88a95b2c57696e3d044023e8361a88e318815b541303b9306a33fce8c5fc" + sha256 cellar: :any, sonoma: "ac88a58eed05adb2d30fcaec291456cdcd4ec4389ce6849e010440447279dd3e" + sha256 cellar: :any, ventura: "585ae2c4165a6eb58e5ae1743fb0b2d0cdac37f0d49ef90ff1dad7a401c0a95b" + sha256 cellar: :any_skip_relocation, arm64_linux: "58b35560dde7b56963008cb3339d6636013058fc456b7bdb2115875675892a01" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc61d5a65fc6f459e390a0b39bd2d3cb9b4d0fd8c074d7d0e059cd165d44ade4" end depends_on "htslib" From b6a28558313e07a949391cae0357ceac3a8ef2a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:49:41 +0000 Subject: [PATCH 00774/10074] petsc: update 3.23.3 bottle. --- Formula/p/petsc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/petsc.rb b/Formula/p/petsc.rb index 1659cac8dd1be..5627e63ce434a 100644 --- a/Formula/p/petsc.rb +++ b/Formula/p/petsc.rb @@ -11,13 +11,13 @@ class Petsc < Formula end bottle do - sha256 arm64_sequoia: "30f809bb0a45ea8c480fd142bdb792126bf30840a09168a2beb027e5740865e4" - sha256 arm64_sonoma: "5c30a449eaac70cb7ce18cdd5bb3084a2332519ea7a83a7f3dd1265b203cd18c" - sha256 arm64_ventura: "5c9d667058c338be9d5a16a534d5755e78a7ada3e07473cee0573e373aa1eb14" - sha256 sonoma: "9b2b984b308c2db93b72a20dccf338045209b1c6370fda60cf918db60b5dd1e8" - sha256 ventura: "9e3bbc2b27248c5a3cc0ccf661165471a5fd7a25de5f9c059a73e21a44cee79b" - sha256 arm64_linux: "4096ce20d5653589e1b69b1519d4475b889cfdcb6b653b3b701a4e1b1d22cefb" - sha256 x86_64_linux: "310208cedc18ec2c344faf805aab8c60c89ebd709f268ceb4fc39cc070d96d19" + sha256 arm64_sequoia: "1856f1b10c5653c39f7b61a78d8dd6aa3a5b8f97a0d4f9ef63139e9e39d11174" + sha256 arm64_sonoma: "af6786c273cb962eb1042f33d5bed02676f00400b2eb4284f53112ead20f4785" + sha256 arm64_ventura: "1b754ed95bf9c8e328fb27fa6013cac3f0a8f60aa3d2a236334d5ba0bca55417" + sha256 sonoma: "ae8f0ac3412fafa1f3b7964f37a878afd6c4dee290d60bf78b92086dd48740e7" + sha256 ventura: "bc14c8beb79e1f1c67b899e5f08486dcde2db1e5d0b2d3a8e76444de1086f9c3" + sha256 arm64_linux: "4cc0279bf48473c8c74a63c308e620b64707a6a2e7f083a3ac02951a9a32e697" + sha256 x86_64_linux: "56b5bfc51dc8d1cc6984dbbceb9077bee93dff9fa58756e215c0381c02e27294" end depends_on "fftw" From 63d3e990506af58d946941634b786ecb9948d6b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:49:41 +0000 Subject: [PATCH 00775/10074] petsc-complex: update 3.23.3 bottle. --- Formula/p/petsc-complex.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/petsc-complex.rb b/Formula/p/petsc-complex.rb index b489d2dc1966e..46a17275f4937 100644 --- a/Formula/p/petsc-complex.rb +++ b/Formula/p/petsc-complex.rb @@ -10,13 +10,13 @@ class PetscComplex < Formula end bottle do - sha256 arm64_sequoia: "a270b9d18b5a43f2634ad7f54b52f77e94a4fa6f8e508d007ec4005ff4ed37be" - sha256 arm64_sonoma: "a5aa4fa9f8aadfd3aca5d07e71f354adf20584999fc6e73ae8132561964d712f" - sha256 arm64_ventura: "6681b2335e439eb559c3d2e8ab36aa6e1c6c45c3d0e158e5527e6df76798fefd" - sha256 sonoma: "2dddcf28ca47cc094ea334791a5553feec054490d61b0afbc450ef9f01745f53" - sha256 ventura: "1bd27a81d27a325abc1b591bacad34f8d49ce565f42fe825b9696dc066b182e0" - sha256 arm64_linux: "e55c7ec714461d45d135da91d7ea4b6fd2905ba220ad4b12dca6bff45cb640cd" - sha256 x86_64_linux: "d866af1bda598550a5c096b6ab1c1b6b702ed4b2a13fc35debbd894b4d3d4ee3" + sha256 arm64_sequoia: "647a73296af68aab972c4f00aae5ba480bcfa1d7e6fda89cad2ce941d2d5ea1a" + sha256 arm64_sonoma: "f96b4bc423fb0ff96eee7a44ade64029790ff2054b0f689803fdeafa8dc7bccd" + sha256 arm64_ventura: "d5cc38c9992dd559cfae0bbd9581af514590b64543c5e38034dd9602639e35b7" + sha256 sonoma: "7b1564fd0b914f649fce5a0e20cbcc39de3a6a1a4ff0c1cbfc8ba09f1476eee7" + sha256 ventura: "4b2667706b9ffcda1bbb71c6bf0ecbd4a503af472047a18332dd443e758fa733" + sha256 arm64_linux: "a3525fc8700f2a169acbb630717b60ae790112182118f9f355322d24fe5cb6ad" + sha256 x86_64_linux: "31dc725ce15ae871fafa236e01c37ddc0d74f5398d2318482f55906d32340f4a" end depends_on "fftw" From a8e9368d2cf17d741425a8d0ba54d18598d86966 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:12:26 +0000 Subject: [PATCH 00776/10074] oh-my-posh 26.0.5 --- Formula/o/oh-my-posh.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 255c84ee2b054..ca674508707f9 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.0.2.tar.gz" - sha256 "bc54fc7f2a230db84e4d3855dc1f745099aa311abcc2f31769307d43996ccb7b" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.0.5.tar.gz" + sha256 "1145d4b8fac36a0b99f7a2e69530c02b9008a84c844c182c26f626ea2056f472" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" @@ -41,7 +41,8 @@ def install end test do - assert_match "init.#{version}.default.sh", shell_output("#{bin}/oh-my-posh init bash") assert_match version.to_s, shell_output("#{bin}/oh-my-posh version") + output = shell_output("#{bin}/oh-my-posh init bash") + assert_match(%r{.cache/oh-my-posh/init\.#{version}\.default\.\d+\.sh}, output) end end From b58d731035be672c3b84006b8f85d367ad73a5b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 12:26:44 +0000 Subject: [PATCH 00777/10074] psalm: update 6.12.0 bottle. --- Formula/p/psalm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/psalm.rb b/Formula/p/psalm.rb index d6266b2684d8e..cda3fe08fd77b 100644 --- a/Formula/p/psalm.rb +++ b/Formula/p/psalm.rb @@ -11,13 +11,13 @@ class Psalm < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f05cdcc12a0d8f798d0180674d9cc8a1c085fa0d4b2d35d2d4a74451328e3ce" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f05cdcc12a0d8f798d0180674d9cc8a1c085fa0d4b2d35d2d4a74451328e3ce" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2f05cdcc12a0d8f798d0180674d9cc8a1c085fa0d4b2d35d2d4a74451328e3ce" - sha256 cellar: :any_skip_relocation, sonoma: "6efaeed249b8109c5b87b4d5636809b23692d3f958f448cebec37bdb2992155b" - sha256 cellar: :any_skip_relocation, ventura: "6efaeed249b8109c5b87b4d5636809b23692d3f958f448cebec37bdb2992155b" - sha256 cellar: :any_skip_relocation, arm64_linux: "2f05cdcc12a0d8f798d0180674d9cc8a1c085fa0d4b2d35d2d4a74451328e3ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2f05cdcc12a0d8f798d0180674d9cc8a1c085fa0d4b2d35d2d4a74451328e3ce" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a392046edf7cf7eeb814bd52c73070494458548d1b21895c3bfd08759e02125" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a392046edf7cf7eeb814bd52c73070494458548d1b21895c3bfd08759e02125" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0a392046edf7cf7eeb814bd52c73070494458548d1b21895c3bfd08759e02125" + sha256 cellar: :any_skip_relocation, sonoma: "345919daa60e237e859f577b92fb1846236463c118861b382565da6e6fc5c368" + sha256 cellar: :any_skip_relocation, ventura: "345919daa60e237e859f577b92fb1846236463c118861b382565da6e6fc5c368" + sha256 cellar: :any_skip_relocation, arm64_linux: "0a392046edf7cf7eeb814bd52c73070494458548d1b21895c3bfd08759e02125" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0a392046edf7cf7eeb814bd52c73070494458548d1b21895c3bfd08759e02125" end depends_on "composer" => :test From fbe317f72af9782ca5e62a31c750ce972e7e6186 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:10:12 +0000 Subject: [PATCH 00778/10074] liburing 2.10 --- Formula/lib/liburing.rb | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/Formula/lib/liburing.rb b/Formula/lib/liburing.rb index 7f7f3d671dbc3..0bc95c3427ef7 100644 --- a/Formula/lib/liburing.rb +++ b/Formula/lib/liburing.rb @@ -2,8 +2,8 @@ class Liburing < Formula desc "Helpers to setup and teardown io_uring instances" homepage "https://github.com/axboe/liburing" # not need to check github releases, as tags are sufficient, see https://github.com/axboe/liburing/issues/1008 - url "https://github.com/axboe/liburing/archive/refs/tags/liburing-2.6.tar.gz" - sha256 "682f06733e6db6402c1f904cbbe12b94942a49effc872c9e01db3d7b180917cc" + url "https://github.com/axboe/liburing/archive/refs/tags/liburing-2.10.tar.gz" + sha256 "0a687616a6886cd82b746b79c4e33dc40b8d7c0c6e24d0f6f3fd7cf41886bf53" license any_of: ["MIT", "LGPL-2.1-only"] head "https://github.com/axboe/liburing.git", branch: "master" @@ -21,16 +21,26 @@ def install end test do + # io_uring_queue_init test is required to modify sysctl options or run as root + # and so it is expected to fail in general (testpath/"test.c").write <<~C - #include #include + #include + #include + int main() { struct io_uring ring; - assert(io_uring_queue_init(1, &ring, 0) == 0); + + int ret = io_uring_queue_init(1, &ring, 0); + if (ret < 0) { + fprintf(stderr, "queue_init: %s", strerror(-ret)); + return 1; + } + return 0; } C system ENV.cc, "test.c", "-L#{opt_lib}", "-luring", "-o", "test" - system "./test" + assert_match "queue_init: Operation not permitted", shell_output("./test 2>&1", 1) end end From 1c97a3b9b3e19f54808402b61c46c80457d27517 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Sat, 31 May 2025 08:32:35 -0400 Subject: [PATCH 00779/10074] netatalk 4.2.4 --- Formula/n/netatalk.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/n/netatalk.rb b/Formula/n/netatalk.rb index ff247944dfa77..add79c4e77906 100644 --- a/Formula/n/netatalk.rb +++ b/Formula/n/netatalk.rb @@ -1,8 +1,8 @@ class Netatalk < Formula desc "File server for Macs, compliant with Apple Filing Protocol (AFP)" homepage "https://netatalk.io" - url "https://github.com/Netatalk/netatalk/releases/download/netatalk-4-2-3/netatalk-4.2.3.tar.xz" - sha256 "10a3c3a4c11acec657df9c33c69a6269e319dba759c5e1dfa41ee5a3f1b80c43" + url "https://github.com/Netatalk/netatalk/releases/download/netatalk-4-2-4/netatalk-4.2.4.tar.xz" + sha256 "4f07bbe118a951dd740d3f51a87b5cafba2496bd0b22e704438f421aa6670f99" license all_of: [ "GPL-2.0-only", "GPL-2.0-or-later", @@ -66,6 +66,7 @@ def install "-Dwith-cups-libdir-path=#{libexec}", "-Dwith-cups-pap-backend=#{OS.linux?}", "-Dwith-docs=man,readmes,html_manual", + "-Dwith-homebrew=true", "-Dwith-init-dir=#{prefix}", "-Dwith-init-hooks=false", "-Dwith-install-hooks=false", From ffd93918d8a259b37ed6e3fef908709335bd192c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 13:41:20 +0000 Subject: [PATCH 00780/10074] netatalk: update 4.2.4 bottle. --- Formula/n/netatalk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/netatalk.rb b/Formula/n/netatalk.rb index add79c4e77906..6aa5305b34bfe 100644 --- a/Formula/n/netatalk.rb +++ b/Formula/n/netatalk.rb @@ -17,13 +17,13 @@ class Netatalk < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 arm64_sequoia: "69e46dedf08d65bed39339feb1f8869e067cbe388dcaf5656dd387f0d9daf4cc" - sha256 arm64_sonoma: "f6955cafb3b273d5206c68b9b0dfb84cc96710a7ee7e88c27b0dbb38a288a53b" - sha256 arm64_ventura: "3fc7701c21ebfae0713083310756a0c44587c652394862905e66d360f39218d2" - sha256 sonoma: "d3fc3a551b589e4447939b2d2a45534c3e34ddb251a70b0b75b599a177b4217d" - sha256 ventura: "a4f38fa00e4d3e5d3a55e2131c0ea2b5962c9c46c2bd2427e38be834c4583ec0" - sha256 arm64_linux: "92aa0794215554271e9a7fbc52db72c474a7a12d2465da5345db5e95726c681c" - sha256 x86_64_linux: "a217b1d01f114b2a69080e4102066b2be1ccf566c203b5bd62f58b9a88ccea9a" + sha256 arm64_sequoia: "17e4d6ffd0039fbe4adfc873f576685a068a1755974d14890e5592371d9ac960" + sha256 arm64_sonoma: "d74905541c89f537266a677868cb5ff6cc0230975e1e619dbeacbdc82fa1437a" + sha256 arm64_ventura: "1404002f05914d1cdfaa843e113499bfe67d05cfeac50ed6e91304b9b2b9f1e1" + sha256 sonoma: "759e86a275a1ac958615fc9d837bea59a2d4f13ad7cf60b3e40ce34816bd34d7" + sha256 ventura: "d0ce9f60f70a3896ca49ac8d13ac87c9946342f5225e467b8e50b88b3e7e7fdc" + sha256 arm64_linux: "c792a362f93a358adc2a44683c83649eb54b7513254cc444ea18c7b04830a5be" + sha256 x86_64_linux: "ead1152fc2b9997022839c082bc9419328858bd46426f0b0fb673944cf4b2df8" end depends_on "cmark-gfm" => :build From e039b51f73018549225d3b1218a1fe14aac662b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 13:41:54 +0000 Subject: [PATCH 00781/10074] oh-my-posh: update 26.0.5 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index ca674508707f9..b0055e5fdd65d 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "811d02f353a7a376d900e895bb0203cc7708a06f959d5a2b7191ee01a81c1794" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "09cda0ca448b6ed0bd11fd24606d748e6464aed4372e184093250549d6b0d756" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5f7ec8458328f34abdeb67237d24eaa5980bb153319a440020db3c01169c8690" - sha256 cellar: :any_skip_relocation, sonoma: "f9402eef33bb3ea47671adc4dd0c5a06f656810d27da938c9bddab1d5e399185" - sha256 cellar: :any_skip_relocation, ventura: "5c63d19cf361679661c2793c0f1039743d0743e99d5936d674538d2463194bf3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e7876df706c2862b9c0ff4d59c05d8b3b6d9008328aa7b7aed6c04c2ac191adb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fbdd29f78012d8956d84664f6af8a01d1617e49a64da30f0a627c5dc000c2b3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3d0a4d7c1791a96f6f5bf07fbb8c424cefe5f602a793ce281e339af6237777d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b4ecd84b8efbca5c2c5d577a45d635d54801282920c95dac2d0aa8092891d659" + sha256 cellar: :any_skip_relocation, sonoma: "090310eb47ca65b73e1ff45c21b923da670f65f5f3edb2b9fde0ca3e739082e1" + sha256 cellar: :any_skip_relocation, ventura: "1796f94a2447c0b4a0f9c64916aac8125be29e0ffb721e5d1de9594f1816e2ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45cf865faa2c913f4cc6aab7b0c24a1fdc15b535d9c3efe5febd6c3154e0fd61" end depends_on "go" => :build From 1668aa1671b42b820217e0d81930b7720a1c473b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 13:54:13 +0000 Subject: [PATCH 00782/10074] csvlens 0.13.0 --- Formula/c/csvlens.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/csvlens.rb b/Formula/c/csvlens.rb index c65f5f71482df..6ff6b472573af 100644 --- a/Formula/c/csvlens.rb +++ b/Formula/c/csvlens.rb @@ -1,8 +1,8 @@ class Csvlens < Formula desc "Command-line csv viewer" homepage "https://github.com/YS-L/csvlens" - url "https://github.com/YS-L/csvlens/archive/refs/tags/v0.12.0.tar.gz" - sha256 "d95a3029e4ec471feb337f465e36910f712c790e629c8b23357d00b705399f6d" + url "https://github.com/YS-L/csvlens/archive/refs/tags/v0.13.0.tar.gz" + sha256 "99d172e85b108242da13d51ac379e45cddd2cd79da2ec2e92edb680f78fba562" license "MIT" head "https://github.com/YS-L/csvlens.git", branch: "main" From f77c563bd83479b57593fa30402081e07ec8769c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 14:00:06 +0000 Subject: [PATCH 00783/10074] hugo 0.147.7 --- Formula/h/hugo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index 40368f3cc8b94..57adcd97c14e1 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -1,8 +1,8 @@ class Hugo < Formula desc "Configurable static site generator" homepage "https://gohugo.io/" - url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.147.6.tar.gz" - sha256 "481f4b5a902529c33bdfc047e1a9d4df4daf7e26f90740568a835f0843692def" + url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.147.7.tar.gz" + sha256 "f9d2e4c85b2d7b1d9ca11e5606973b56717285bbedbb4008afccfd6378d23f52" license "Apache-2.0" head "https://github.com/gohugoio/hugo.git", branch: "master" From 7b9700d7616fbeef1ee239df1b76b758da62739e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 14:09:28 +0000 Subject: [PATCH 00784/10074] prometheus 3.4.1 --- Formula/p/prometheus.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/prometheus.rb b/Formula/p/prometheus.rb index 64be3f435d158..a93a3b500fe1f 100644 --- a/Formula/p/prometheus.rb +++ b/Formula/p/prometheus.rb @@ -1,8 +1,8 @@ class Prometheus < Formula desc "Service monitoring system and time series database" homepage "https://prometheus.io/" - url "https://github.com/prometheus/prometheus/archive/refs/tags/v3.4.0.tar.gz" - sha256 "8990ccef432b81b2106e39b8ff3ab8012b1d92c189c4e6c13303dff50797bf4a" + url "https://github.com/prometheus/prometheus/archive/refs/tags/v3.4.1.tar.gz" + sha256 "2b0b5d6eec26e1fe78e351b87643f3dc78e62f8d57616b227b0257b1d87f6e0e" license "Apache-2.0" # There can be a notable gap between when a version is tagged and a From da0ea678df96c4cb2b0d2d6aa66c57d1e5009519 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 14:14:40 +0000 Subject: [PATCH 00785/10074] csvlens: update 0.13.0 bottle. --- Formula/c/csvlens.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/csvlens.rb b/Formula/c/csvlens.rb index 6ff6b472573af..b6ecd6fd5a9bc 100644 --- a/Formula/c/csvlens.rb +++ b/Formula/c/csvlens.rb @@ -7,13 +7,13 @@ class Csvlens < Formula head "https://github.com/YS-L/csvlens.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed68dbcd995125c2b973101875f5eaba2a611e62db0d7bdf0ea1ad11c78bd5b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e7b44e6496caa54377eaf79872a5ac98735ef58b9c9d98b91e6c08851a6bdee" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3596c058574d6df0ecae12a7376d6481c864de4123b148ac1e97f75ee1496163" - sha256 cellar: :any_skip_relocation, sonoma: "c147bab09ebdf31d9bc3e85bb19c55ef6640377363aeb1e0969d7b376c6b57e7" - sha256 cellar: :any_skip_relocation, ventura: "eee96abff43d55cc9c846799712d2aee6ac132dda2a3bbb47f91dfd8e9de5a33" - sha256 cellar: :any_skip_relocation, arm64_linux: "6b8d1df6d3ab2678c5d574764c3f774025a3a2e3771dc99b0af8241e148e6a57" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f779201e350f658491b2326eeb7ff7b72155cb72b57310d707dc7ec3bc48bb5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b948961570b0f7b21a22155c306bbd315b268646f07b9f890aed2e192618f173" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a0b764ac0258c85f57512b576c028c6837e54edadb9fec5a2d702b5e96154f8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "404f19214d256a644b4fe6bcb68cb1c30243abb2cab5816051f1609b37fb7601" + sha256 cellar: :any_skip_relocation, sonoma: "186eb2007f02ea8d942e492a852e879673b3d92f24175aeb691fec02ef14dff7" + sha256 cellar: :any_skip_relocation, ventura: "b29d5dac7669c1b01087b7438812a7c581224ea552d8449e78caee3edce72a80" + sha256 cellar: :any_skip_relocation, arm64_linux: "151e62e16ba400bf842288a6282a714aa2992611c5090ad3b772b62cffa3d610" + sha256 cellar: :any_skip_relocation, x86_64_linux: "85062d3112201b709f5e1a561d6d3b3d3121b1770abb48808abcedc27128ebd8" end depends_on "rust" => :build From 491792fbfcc901de848a189b46adc646e8c4b265 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 14:14:45 +0000 Subject: [PATCH 00786/10074] crd2pulumi: add 1.5.4 bottle. --- Formula/c/crd2pulumi.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/c/crd2pulumi.rb b/Formula/c/crd2pulumi.rb index 40b261c22085c..0343d970e6877 100644 --- a/Formula/c/crd2pulumi.rb +++ b/Formula/c/crd2pulumi.rb @@ -6,6 +6,15 @@ class Crd2pulumi < Formula license "Apache-2.0" head "https://github.com/pulumi/crd2pulumi.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8170fedbf98664acb53a30c8534c6c879b1726ccf71d11a15a43005e76e3db3e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd3797b91aa02e1f26a4f8a38e9eed076ba077c801eaa258fcc14b5b6c9f5ec3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "34e1288847de72027899d4fd4ad491a98b1182f1a7d601dec396435dcd79fbaa" + sha256 cellar: :any_skip_relocation, sonoma: "e3e04265eaa6c1910e0d05fec10abcdd1a16609965b2ecbf3c31928a78ec87db" + sha256 cellar: :any_skip_relocation, ventura: "8d722d5239b46bf83507362e64a913c85c5cbb768d4e40dfc31bfcf59baa0331" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3a6f39e942c24af8ab6577bed69d1ce3c27fdcad9310225d2e248448b22da5ea" + end + depends_on "go" => :build def install From e3b91f0e7a984caa516dd2be0e17aea76f329a66 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 14:15:59 +0000 Subject: [PATCH 00787/10074] hugo: update 0.147.7 bottle. --- Formula/h/hugo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index 57adcd97c14e1..ef58a2833e8bf 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -12,13 +12,13 @@ class Hugo < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "50bb35f6c3e4d3ce436b4341ae46fc1d8b3d943b680f63524e7d866445a226bc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "61c213914ee231f9bec84bbab12da30178ded000df7c0dc181cb6e4a56f49534" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4a9e52673f9075d4cac881526d7d965f3ca013772a20e8ebcb3a4c30fcfb5a0a" - sha256 cellar: :any_skip_relocation, sonoma: "d8d190bf4918b86a08cf747b63b45b11acc050d26c4cd1eab65efe4d530e3a57" - sha256 cellar: :any_skip_relocation, ventura: "a8b2e2cb9974cef3eb8e165b4764d44eb337f761230ce94d6515ca5c43920076" - sha256 cellar: :any_skip_relocation, arm64_linux: "f57f5674be6de64a536b70216261311e5d1e072bddd928d7539057c0fe44be0e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4611fb0275c8235191be9a71e3cde9d044c0fd89c5939fff817b3a51a9831180" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "676a9287695d34afe0f075666cf5751dd3c05e88cf0eec01a70b58e6c4f667be" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa231b58301e693f13f4f120cb350bb88ac0bf0c1c7aaa3e2b9b349e84570db5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "442b3fc42a6692e288611aa5c38cbc6ca846e3a2ddef6000d80d02ed759aa383" + sha256 cellar: :any_skip_relocation, sonoma: "7f97f87e8db7193b8c1a7a7183fff81073032c5947c548dc3c6dc681f39eba4e" + sha256 cellar: :any_skip_relocation, ventura: "2f5b5ee6cf82d1c7c42c9344f5f5946355952e49f887f1fc5133f2a78346c522" + sha256 cellar: :any_skip_relocation, arm64_linux: "24fe530593b04d1dbfca0028c7f0f9181cf14bca98c4e8038061d5665db05d8b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b62505804e4007eec1c91be75f3386047ba3b4558d77c589bbe6926e86651e72" end depends_on "go" => :build From 79fd1cec7476581ee3c19d8d49f40a5f4f614614 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 14:28:13 +0000 Subject: [PATCH 00788/10074] crd2pulumi: update 1.5.4 bottle. --- Formula/c/crd2pulumi.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/crd2pulumi.rb b/Formula/c/crd2pulumi.rb index 0343d970e6877..3647165f332ef 100644 --- a/Formula/c/crd2pulumi.rb +++ b/Formula/c/crd2pulumi.rb @@ -12,6 +12,7 @@ class Crd2pulumi < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "34e1288847de72027899d4fd4ad491a98b1182f1a7d601dec396435dcd79fbaa" sha256 cellar: :any_skip_relocation, sonoma: "e3e04265eaa6c1910e0d05fec10abcdd1a16609965b2ecbf3c31928a78ec87db" sha256 cellar: :any_skip_relocation, ventura: "8d722d5239b46bf83507362e64a913c85c5cbb768d4e40dfc31bfcf59baa0331" + sha256 cellar: :any_skip_relocation, arm64_linux: "462512fa6286cb7b402803013123c20beb38cfaf02fec22ee111ed82a6108da8" sha256 cellar: :any_skip_relocation, x86_64_linux: "3a6f39e942c24af8ab6577bed69d1ce3c27fdcad9310225d2e248448b22da5ea" end From 7d0e04fb9d776a5480b3ed3f0f8849f973f8719a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 14:34:39 +0000 Subject: [PATCH 00789/10074] prometheus: update 3.4.1 bottle. --- Formula/p/prometheus.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/prometheus.rb b/Formula/p/prometheus.rb index a93a3b500fe1f..219bfd51ca238 100644 --- a/Formula/p/prometheus.rb +++ b/Formula/p/prometheus.rb @@ -14,13 +14,13 @@ class Prometheus < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e63207f099f62c13a7077ec3d2452f3ac7360f8ea31657269f0384638c15455d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c4636e0795bb394adb1e7bccdc2ceaed3dfe9185dc09c0725ec3176935c7793" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b152504d498d8d62304c3d7334ccff491ad29c8d268a6ec6aeb14bf6787dcf92" - sha256 cellar: :any_skip_relocation, sonoma: "bbca734352e336e6752603019f080741baee2e1244b63f67a0fea5f058ed282f" - sha256 cellar: :any_skip_relocation, ventura: "2d8e9dbce4b3f372e38f04ef6a013f89161b517c306a20f4d6a2465106e6c8c0" - sha256 cellar: :any_skip_relocation, arm64_linux: "c9bdeca5c37a2116cb46462dfa7214abdd1e218d0da42f4890a715068aa82403" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c9747cd0291ab44f1c49ef0282055ce1528e65eda85082a4888b93738f92a36f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a9775029feb9a28f329af5491040579b7d948d9a1d5545037914f23797079ec" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "59d916a50973bd24609bd1dc97f3584a5eecde090a095e7661990b7e89d298a9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f604c408ed36d6644ba910186ab9a2a0073fba5487fe91f55610bf00ce673129" + sha256 cellar: :any_skip_relocation, sonoma: "e50e575a9aab9e112f37415e5bb07d4fd04462e846a55d1dbb92c5a6915176a1" + sha256 cellar: :any_skip_relocation, ventura: "9e473cd5b42cfad728934d5b45458ffba75121e250e11d264c2e4db4b710a92f" + sha256 cellar: :any_skip_relocation, arm64_linux: "9d39b17ad6f6c31574869643a66e066e3fcdd0a51bde9ade9651af275f671743" + sha256 cellar: :any_skip_relocation, x86_64_linux: "13f036d41bd5016d934f34e021082722d6e4671513f685e689df078f491bfc72" end depends_on "gnu-tar" => :build From 726f373e96ea9b5ce3faaeb85ba4a439eaf33fe2 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:34:42 +0900 Subject: [PATCH 00790/10074] git-cola: add git-gui (gitk) dependency --- Formula/g/git-cola.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/g/git-cola.rb b/Formula/g/git-cola.rb index 341e900027af4..0eb99c225be4f 100644 --- a/Formula/g/git-cola.rb +++ b/Formula/g/git-cola.rb @@ -16,6 +16,7 @@ class GitCola < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "49f8f56b4d1035b4f68ca5f1513bd1b6b472439909656cb42ac4953c95bdda4b" end + depends_on "git-gui" depends_on "pyqt" depends_on "python@3.13" From 54cfe290431eec614f6f175cd1d06b85dec087c2 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:27:30 +0900 Subject: [PATCH 00791/10074] tabixpp: 1.1.2 (new formula) --- Formula/t/tabixpp.rb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Formula/t/tabixpp.rb diff --git a/Formula/t/tabixpp.rb b/Formula/t/tabixpp.rb new file mode 100644 index 0000000000000..16a1c346c2987 --- /dev/null +++ b/Formula/t/tabixpp.rb @@ -0,0 +1,30 @@ +class Tabixpp < Formula + desc "C++ wrapper to tabix indexer" + homepage "https://github.com/vcflib/tabixpp" + url "https://github.com/vcflib/tabixpp/archive/refs/tags/v1.1.2.tar.gz" + sha256 "c850299c3c495221818a85c9205c60185c8ed9468d5ec2ed034470bb852229dc" + license "MIT" + + depends_on "htslib" + depends_on "xz" + + def install + htslib_include = Formula["htslib"].opt_include + args = %W[ + INCLUDES=-I#{htslib_include} + HTS_HEADERS=#{htslib_include}/htslib/bgzf.h #{htslib_include}/htslib/tbx.h + HTS_LIB= + PREFIX=#{prefix} + DESTDIR= + SLIB= + ] + system "make", "install", *args + pkgshare.install "test" + end + + test do + cp_r pkgshare/"test", testpath + system bin/"tabix++", "test/vcf_file.vcf.gz" + assert_path_exists "test/vcf_file.vcf.gz.tbi" + end +end From 17d49469de040f9887c6f7f3f3a49fb5251e4eda Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 07:57:23 +0000 Subject: [PATCH 00792/10074] freebayes 1.3.10 --- Formula/f/freebayes.rb | 73 ++++++++++-------------------------------- 1 file changed, 17 insertions(+), 56 deletions(-) diff --git a/Formula/f/freebayes.rb b/Formula/f/freebayes.rb index d61b880c098d7..2aabae50889e9 100644 --- a/Formula/f/freebayes.rb +++ b/Formula/f/freebayes.rb @@ -3,8 +3,8 @@ class Freebayes < Formula homepage "https://github.com/freebayes/freebayes" # pull from git tag to get submodules url "https://github.com/freebayes/freebayes.git", - tag: "v1.3.9", - revision: "ab36d1f789c039ba872f5d911ce6ff09952dc329" + tag: "v1.3.10", + revision: "b0d8efd9fa7f6612c883ec5ff79e4d17a0c29993" license "MIT" head "https://github.com/freebayes/freebayes.git", branch: "master" @@ -28,73 +28,34 @@ class Freebayes < Formula sha256 x86_64_linux: "8b76cc3e3db9575510c456b74286a1f5732e5495b3c1232311a2c0c220fc7e0f" end - depends_on "cmake" => :build # for vcflib + depends_on "cmake" => :build depends_on "meson" => :build depends_on "ninja" => :build depends_on "pkgconf" => :build - depends_on "pybind11" => :build # for vcflib depends_on "simde" => :build - depends_on "wfa2-lib" => :build # for vcflib - depends_on "xz" => :build # for vcflib + depends_on "wfa2-lib" => :build depends_on "htslib" + depends_on "tabixpp" - uses_from_macos "bzip2" => :build # for vcflib - uses_from_macos "zlib" => :build # for vcflib + resource "intervaltree" do + url "https://github.com/ekg/intervaltree/archive/refs/tags/v0.1.tar.gz" + sha256 "7ba41f164a98bdcd570f1416fde1634b23d3b0d885b11ccebeec76f58810c307" - on_macos do - depends_on "libomp" => :build # for vcflib - end - - resource "vcflib" do - url "https://github.com/vcflib/vcflib/releases/download/v1.0.12/vcflib-1.0.12-src.tar.gz" - sha256 "cb1e78d675f06ae3b22ffed7e1dea317e4c7f826e51e5b5dabd80240efbe1019" - - # Backport fix for using external `wfa2-lib` - patch do - url "https://github.com/vcflib/vcflib/commit/5e4edec2fba5d5a51dae7a9fe48d0252ade53857.patch?full_index=1" - sha256 "e7d6d433d837dd823916ef91fe0165bf4ba4f05c52fd4c9517aef7f80653a2a8" - end - - # Apply open PR to help find `wfa2-lib` include directory - # PR ref: https://github.com/vcflib/vcflib/pull/413 + # Fix to error: ‘numeric_limits’ is not a member of ‘std’ patch do - url "https://github.com/vcflib/vcflib/commit/9f9237ff0e6b4887f0edfc88587957aa736ced7b.patch?full_index=1" - sha256 "bede43d22b4b47141cd90edc4df90f65b9ac41e9598c2b05b2fe7fa84ea51aa8" + url "https://github.com/ekg/intervaltree/commit/aa5937755000f1cd007402d03b6f7ce4427c5d21.patch?full_index=1" + sha256 "7ae1070e3f776f10ed0b2ea1fdfada662fcba313bfc5649d7eb27e51bd2de07b" end end - # Apply open PR to help Meson locate vcflib and wfa2 libraries - # PR ref: https://github.com/freebayes/freebayes/pull/822 - patch do - url "https://github.com/freebayes/freebayes/commit/b458396e1acbad3983c70c202a6db2b3711a8eac.patch?full_index=1" - sha256 "b5c7d855d4d66c6c96dada307e82ccbf0b6904a25928c4f3e163f52e178b7907" - end - - # Apply open PR to fix build when using git submodules - # PR ref: https://github.com/freebayes/freebayes/pull/823 - patch do - url "https://github.com/freebayes/freebayes/commit/35eeacb6468fdce25233a33f7216f4e776d381f9.patch?full_index=1" - sha256 "1b6f0bb1e369a4b11e9a7754f3b789035b39cc5d9e3dbbac84fde21893f0d9be" - end - def install - resource("vcflib").stage do - rm_r(["contrib/WFA2-lib", "contrib/tabixpp/htslib"]) # avoid bundled libraries - - system "cmake", "-S", ".", "-B", "build", - "-DBUILD_DOC=OFF", - "-DBUILD_ONLY_LIB=ON", - "-DZIG=OFF", - *std_cmake_args(install_prefix: buildpath/"vendor") - system "cmake", "--build", "build" - system "cmake", "--install", "build" - system "make", "-C", "contrib/intervaltree", "install", "DESTDIR=", "PREFIX=#{buildpath}/vendor" - (buildpath/"vendor/include").install "contrib/tabixpp/tabix.hpp" + # add contrib to include directories + inreplace "meson.build", "incdir = include_directories(", "incdir = include_directories('contrib'," - ENV.append_path "LIBRARY_PATH", buildpath/"vendor/bin" - ENV.append_to_cflags "-I#{buildpath}/vendor/include" - ENV.append_to_cflags "-I#{buildpath}/vendor/include/vcflib" - end + # install intervaltree + (buildpath/"contrib/intervaltree").install resource("intervaltree") + # add tabixpp to include directories + ENV.append_to_cflags "-I#{Formula["tabixpp"].opt_include} -L#{Formula["tabixpp"].opt_lib} -ltabix" # Set prefer_system_deps=false as we don't have formulae for these and some are not versioned/tagged system "meson", "setup", "build", "-Dcpp_std=c++14", "-Dprefer_system_deps=false", *std_meson_args From 09e353876c1085b3768a10a23c4078b9ab360a6b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 20:20:43 +0000 Subject: [PATCH 00793/10074] tomcat-native 2.0.9 --- Formula/t/tomcat-native.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/t/tomcat-native.rb b/Formula/t/tomcat-native.rb index bc85985d1e4f0..a20d8e58520c2 100644 --- a/Formula/t/tomcat-native.rb +++ b/Formula/t/tomcat-native.rb @@ -1,9 +1,9 @@ class TomcatNative < Formula desc "Lets Tomcat use some native resources for performance" homepage "https://tomcat.apache.org/native-doc/" - url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-connectors/native/2.0.8/source/tomcat-native-2.0.8-src.tar.gz" - mirror "https://archive.apache.org/dist/tomcat/tomcat-connectors/native/2.0.8/source/tomcat-native-2.0.8-src.tar.gz" - sha256 "c7c5382fcb5a647a5ce6fed0b96721e94198fa2f5725cf5124f5b6511b05dfef" + url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-connectors/native/2.0.9/source/tomcat-native-2.0.9-src.tar.gz" + mirror "https://archive.apache.org/dist/tomcat/tomcat-connectors/native/2.0.9/source/tomcat-native-2.0.9-src.tar.gz" + sha256 "8aed0def414d7f49b688e826797513e95182ecbd7b6f8b6f025e527b85065c02" license "Apache-2.0" bottle do @@ -57,6 +57,7 @@ def caveats pid = spawn(tomcat.bin/"catalina", "start") sleep 10 + sleep 10 if OS.mac? && Hardware::CPU.intel? begin system tomcat.bin/"catalina", "stop" ensure From c0db4e462142b07cbcfaaaca1dd6c6adcbc863da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 16:55:14 +0000 Subject: [PATCH 00794/10074] checkstyle 10.25.0 --- Formula/c/checkstyle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/checkstyle.rb b/Formula/c/checkstyle.rb index 8dceaf2e344c7..424a2969e1dfe 100644 --- a/Formula/c/checkstyle.rb +++ b/Formula/c/checkstyle.rb @@ -1,8 +1,8 @@ class Checkstyle < Formula desc "Check Java source against a coding standard" homepage "https://checkstyle.sourceforge.io/" - url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.24.0/checkstyle-10.24.0-all.jar" - sha256 "b11119035fc7f52deb5d75baaa3c95c292d8ef92500aa068a0c1004d4b2cbd83" + url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.25.0/checkstyle-10.25.0-all.jar" + sha256 "0a7cc68f98d5408cefe416798747032c966b0740e07515d621874a6f35ad380d" license "LGPL-2.1-or-later" bottle do From 48182d0b70d712c00524cd079fe9de851a006c3c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 17:04:43 +0000 Subject: [PATCH 00795/10074] ipython 9.3.0 --- Formula/i/ipython.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipython.rb b/Formula/i/ipython.rb index 3a736953c40ab..6d151dc493e01 100644 --- a/Formula/i/ipython.rb +++ b/Formula/i/ipython.rb @@ -3,8 +3,8 @@ class Ipython < Formula desc "Interactive computing in Python" homepage "https://ipython.org/" - url "https://files.pythonhosted.org/packages/9d/02/63a84444a7409b3c0acd1de9ffe524660e0e5d82ee473e78b45e5bfb64a4/ipython-9.2.0.tar.gz" - sha256 "62a9373dbc12f28f9feaf4700d052195bf89806279fc8ca11f3f54017d04751b" + url "https://files.pythonhosted.org/packages/dc/09/4c7e06b96fbd203e06567b60fb41b06db606b6a82db6db7b2c85bb72a15c/ipython-9.3.0.tar.gz" + sha256 "79eb896f9f23f50ad16c3bc205f686f6e030ad246cc309c6279a242b14afe9d8" license "BSD-3-Clause" head "https://github.com/ipython/ipython.git", branch: "master" From 11a79bec5352a0952cc726b794c544a956232817 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 17:07:40 +0000 Subject: [PATCH 00796/10074] libopenmpt 0.8.0 --- Formula/lib/libopenmpt.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/lib/libopenmpt.rb b/Formula/lib/libopenmpt.rb index 259c5355f737b..6bda670c65af5 100644 --- a/Formula/lib/libopenmpt.rb +++ b/Formula/lib/libopenmpt.rb @@ -1,11 +1,10 @@ class Libopenmpt < Formula desc "Software library to decode tracked music files" homepage "https://lib.openmpt.org/libopenmpt/" - url "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.13+release.autotools.tar.gz" - version "0.7.13" - sha256 "dcd7cde4f9c498eb496c4556e1c1b81353e2a74747e8270a42565117ea42e1f1" + url "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.8.0+release.autotools.tar.gz" + version "0.8.0" + sha256 "553ee9c63c4b3cbc9b664d5bc31d8bc4eeb345fad8809f03cbf93147a108ab32" license "BSD-3-Clause" - revision 1 livecheck do url "https://lib.openmpt.org/files/libopenmpt/src/" From cc2d605b45daa8b92bc50ac8bf1037e54b60919e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 17:10:47 +0000 Subject: [PATCH 00797/10074] checkstyle: update 10.25.0 bottle. --- Formula/c/checkstyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkstyle.rb b/Formula/c/checkstyle.rb index 424a2969e1dfe..a0a9a8eee8883 100644 --- a/Formula/c/checkstyle.rb +++ b/Formula/c/checkstyle.rb @@ -6,7 +6,7 @@ class Checkstyle < Formula license "LGPL-2.1-or-later" bottle do - sha256 cellar: :any_skip_relocation, all: "8862ca2cfb9ee00e32ff2a80591e32f6c3bad8f78940084aa5404f16a138e1e4" + sha256 cellar: :any_skip_relocation, all: "a5af7e6c3ed4589c47f3297fb8407f896625753a64e6684dea3e2f97acbd7967" end depends_on "openjdk" From 5169d81872b7c98204910fb73dda8d6a2fbdabac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 17:35:05 +0000 Subject: [PATCH 00798/10074] ipython: update 9.3.0 bottle. --- Formula/i/ipython.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipython.rb b/Formula/i/ipython.rb index 6d151dc493e01..c30cc24ac3380 100644 --- a/Formula/i/ipython.rb +++ b/Formula/i/ipython.rb @@ -9,13 +9,13 @@ class Ipython < Formula head "https://github.com/ipython/ipython.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e10722230861a5db2ef2b390540c0735d2edaebcfa5beecef6cfc7297b62fcf2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e10722230861a5db2ef2b390540c0735d2edaebcfa5beecef6cfc7297b62fcf2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e10722230861a5db2ef2b390540c0735d2edaebcfa5beecef6cfc7297b62fcf2" - sha256 cellar: :any_skip_relocation, sonoma: "aae30f91cb0b55ee7b634645e3748c6c23c1488100cdd24df6485348ee36c7d2" - sha256 cellar: :any_skip_relocation, ventura: "aae30f91cb0b55ee7b634645e3748c6c23c1488100cdd24df6485348ee36c7d2" - sha256 cellar: :any_skip_relocation, arm64_linux: "e10722230861a5db2ef2b390540c0735d2edaebcfa5beecef6cfc7297b62fcf2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e10722230861a5db2ef2b390540c0735d2edaebcfa5beecef6cfc7297b62fcf2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c3f4bbc8ab62ad88acc4ff79cb11cdd3c3a1bf73c5d8423fc8d374fa125b236" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c3f4bbc8ab62ad88acc4ff79cb11cdd3c3a1bf73c5d8423fc8d374fa125b236" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0c3f4bbc8ab62ad88acc4ff79cb11cdd3c3a1bf73c5d8423fc8d374fa125b236" + sha256 cellar: :any_skip_relocation, sonoma: "927cf13a39fa6aa40aa8be9e83391abbe390d0b50f7d00662ab71c116dee85b6" + sha256 cellar: :any_skip_relocation, ventura: "927cf13a39fa6aa40aa8be9e83391abbe390d0b50f7d00662ab71c116dee85b6" + sha256 cellar: :any_skip_relocation, arm64_linux: "0c3f4bbc8ab62ad88acc4ff79cb11cdd3c3a1bf73c5d8423fc8d374fa125b236" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0c3f4bbc8ab62ad88acc4ff79cb11cdd3c3a1bf73c5d8423fc8d374fa125b236" end depends_on "python@3.13" From b593dee998274e0e95e94b2bdfbf2bab9da42d8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 18:19:56 +0000 Subject: [PATCH 00799/10074] libopenmpt: update 0.8.0 bottle. --- Formula/lib/libopenmpt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libopenmpt.rb b/Formula/lib/libopenmpt.rb index 6bda670c65af5..367dc0885607a 100644 --- a/Formula/lib/libopenmpt.rb +++ b/Formula/lib/libopenmpt.rb @@ -12,13 +12,13 @@ class Libopenmpt < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "6b767ef8ae5e15125c2a852db9bec69c57c997c3c151a20368fdcc16197b255f" - sha256 cellar: :any, arm64_sonoma: "1bb5f077a947f245ffeaf0eb9f4942cd33c3b5569fd1e9b400127f0d0943a0d6" - sha256 cellar: :any, arm64_ventura: "62a4ef42a7ed523d0ae62092fec43cbd55e587b009bf030ffe04a5dee2dc0606" - sha256 cellar: :any, sonoma: "9fe4c4ccb2ca7eff6f24bbe9eaf963daf681ddb16bd9225c7385539ef6644e53" - sha256 cellar: :any, ventura: "75e06237d8e5a42527e7d2f33399feb6bcc6dafcaf2f8ac43123d6a915fda6fe" - sha256 cellar: :any_skip_relocation, arm64_linux: "2cf870131606dcee1e4dd0fff1ac1fa410921fe708d310139d81934d507c2055" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c7ed3050c7743f0fed603d3a001463d2e9c039526561b128492032841a83ff8c" + sha256 cellar: :any, arm64_sequoia: "37d13180af54e2ddb20be5e9a93189e06ef099dc441fa6199dd6452e88f0f8f3" + sha256 cellar: :any, arm64_sonoma: "e7f8a7eebc4dc1e3db14a4e04acd46a50d6791efb0a484fed3cc548313d0db3d" + sha256 cellar: :any, arm64_ventura: "c4360547b56d28351c0f33f10dc830b4706b85363b2fbfca222dc3815431d7e4" + sha256 cellar: :any, sonoma: "b8f2e7a3694ae395ee177151032b8360e017be99fe1c1e094f7d07e8644e8817" + sha256 cellar: :any, ventura: "3c9f5d3ddfa9737b56fbf272bd7b52a5933dcaa98494c040a5c70c6d3a48a5d5" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb4d2a6336ca02311e52271ddc29cab52fa334d8830629452585e5eae794ec0d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "914999916490d887b7bda07dc1f05d6e97d23be0e902cc582b03960ae15a0cbd" end depends_on "pkgconf" => :build From 9aad626cc0df6d3bc21d6a20a582a54c158a29f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 19:49:59 +0000 Subject: [PATCH 00800/10074] assimp 6.0.0 --- Formula/a/assimp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/assimp.rb b/Formula/a/assimp.rb index 6d7b0e248ee35..4e7c161211a13 100644 --- a/Formula/a/assimp.rb +++ b/Formula/a/assimp.rb @@ -1,8 +1,8 @@ class Assimp < Formula desc "Portable library for importing many well-known 3D model formats" homepage "https://www.assimp.org/" - url "https://github.com/assimp/assimp/archive/refs/tags/v5.4.3.tar.gz" - sha256 "66dfbaee288f2bc43172440a55d0235dfc7bf885dda6435c038e8000e79582cb" + url "https://github.com/assimp/assimp/archive/refs/tags/v6.0.0.tar.gz" + sha256 "95a7263db4a8478bf0ffa22cedd249f5ef02d7dcafd14d288bbc9a5ca24e5c1d" # NOTE: BSD-2-Clause is omitted as contrib/Open3DGC/o3dgcArithmeticCodec.c is not used license all_of: [ "BSD-3-Clause", From 16da86a6e7c271e019b6f2922dd49d9bbaa20027 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 19:59:56 +0000 Subject: [PATCH 00801/10074] freetds 1.5.2 --- Formula/f/freetds.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/freetds.rb b/Formula/f/freetds.rb index 1142406040b26..9f64a540de1fb 100644 --- a/Formula/f/freetds.rb +++ b/Formula/f/freetds.rb @@ -1,8 +1,8 @@ class Freetds < Formula desc "Libraries to talk to Microsoft SQL Server and Sybase databases" homepage "https://www.freetds.org/" - url "https://www.freetds.org/files/stable/freetds-1.5.1.tar.bz2" - sha256 "6146fde211b00583fad3c6d10030cfa664a744e0f5ae6b87edfd657bdf463b05" + url "https://www.freetds.org/files/stable/freetds-1.5.2.tar.bz2" + sha256 "7100a723bef1c0866f0a12c7081b410447959c8b9cc7500196c5c5d64042c056" license "GPL-2.0-or-later" livecheck do From d630b28b5b71057fb78ca68e7f3284696fa35462 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 20:20:02 +0000 Subject: [PATCH 00802/10074] sbcl 2.5.5 --- Formula/s/sbcl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sbcl.rb b/Formula/s/sbcl.rb index d94dae4f01797..d4a6dbe8a3b31 100644 --- a/Formula/s/sbcl.rb +++ b/Formula/s/sbcl.rb @@ -1,8 +1,8 @@ class Sbcl < Formula desc "Steel Bank Common Lisp system" homepage "https://www.sbcl.org/" - url "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.4/sbcl-2.5.4-source.tar.bz2" - sha256 "5f14b4ed92942a9e387594fac000b96db7467e9ce5613067ffc0923df3ec2072" + url "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.5/sbcl-2.5.5-source.tar.bz2" + sha256 "6502670afb361ba9be44a2fafe9af9b59e7b24ae509a791a66b5481f2955950b" license all_of: [:public_domain, "MIT", "Xerox", "BSD-3-Clause"] head "https://git.code.sf.net/p/sbcl/sbcl.git", branch: "master" From 3bab272c700a8521a76d3d772253471370b18ea7 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 31 May 2025 13:40:42 -0700 Subject: [PATCH 00803/10074] perbase 0.10.2 (new formula) --- Formula/p/perbase.rb | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Formula/p/perbase.rb diff --git a/Formula/p/perbase.rb b/Formula/p/perbase.rb new file mode 100644 index 0000000000000..b6496d0c69219 --- /dev/null +++ b/Formula/p/perbase.rb @@ -0,0 +1,29 @@ +class Perbase < Formula + desc "Fast and correct perbase BAM/CRAM analysis" + homepage "https://github.com/sstadick/perbase" + url "https://github.com/sstadick/perbase/archive/refs/tags/v0.10.2.tar.gz" + sha256 "c4e1a7409d6bb3b0b252fa5efa7781b806897bd2c6cddef62b9abf9c0d7b8a40" + license "MIT" + head "https://github.com/sstadick/perbase.git", branch: "master" + + depends_on "cmake" => :build + depends_on "pkgconf" => :build + depends_on "rust" => :build + depends_on "bamtools" => :test + + on_linux do + depends_on "openssl@3" # need to build `openssl-sys` + end + + def install + system "cargo", "install", *std_cargo_args + pkgshare.install "test" + end + + test do + cp pkgshare/"test/test.bam", testpath + system Formula["bamtools"].opt_bin/"bamtools", "index", "-in", "test.bam" + system bin/"perbase", "base-depth", "test.bam", "-o", "output.tsv" + assert_path_exists "output.tsv" + end +end From c4abecde8f4280151cecdcd1137d0d5c2614a9d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 21:43:00 +0000 Subject: [PATCH 00804/10074] freetds: update 1.5.2 bottle. --- Formula/f/freetds.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/freetds.rb b/Formula/f/freetds.rb index 9f64a540de1fb..60c43d9e8475b 100644 --- a/Formula/f/freetds.rb +++ b/Formula/f/freetds.rb @@ -11,13 +11,13 @@ class Freetds < Formula end bottle do - sha256 arm64_sequoia: "fa36d93f35d399b3ac810444a8deb7073163cbda72c5cbd4fe9604dae95d6d09" - sha256 arm64_sonoma: "306e1cdc9a2005916057c0ad5068e44fcdaf35ec542c4a3550fa93a2fe3dff46" - sha256 arm64_ventura: "aa7aaea426d007978e835ce3eb7aeaa71b0981c49e239d4afde811e0405f98d1" - sha256 sonoma: "bc72937049cd5bda2680dca0967c278111d3c30d96f5f449528baaf6b5c85e96" - sha256 ventura: "9e2f9192028486b82494a5d649c59afbdff60f5ba6ada944fe75ded9467746be" - sha256 arm64_linux: "3c163b7c2096f3f30951894621e277b3ff12b9417bcdec962f277c7e0053b747" - sha256 x86_64_linux: "d533db0a593c581953265be01d7efd520147dc9adf92df40590dc9e877efd3d7" + sha256 arm64_sequoia: "34b68f15856b88130e78e4a2fb9fc5bd488c5376287fffb77191a29012bc8b31" + sha256 arm64_sonoma: "8e4599c06d73ce7ea11774f1e0dc52cb47c46b6124a81225809caa155132a7f4" + sha256 arm64_ventura: "fba040b11c7e380402d4257fae64bd1a6d551147155f544701792745dc010eac" + sha256 sonoma: "9a1a9b40cc221055d2ed01e2a94477970fc7d156fd15303a831becbed38c50df" + sha256 ventura: "63b30da37a69f7035ade295ed1c9c1ea9e8d57565c3db858bb2eb8e444d49ebd" + sha256 arm64_linux: "a4f93c5ffdd1ae2cfd43ef1032a24efa4a6cb650fe89d703714a546f8791ca82" + sha256 x86_64_linux: "96cba8506e16e5fb8af543b51f728f522846cb9c8832d7788e891c9dd72fcb5f" end head do From 5d0e024e6e16bee9bff67ec6f486ef213d0dad91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 21:43:17 +0000 Subject: [PATCH 00805/10074] perbase: add 0.10.2 bottle. --- Formula/p/perbase.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/p/perbase.rb b/Formula/p/perbase.rb index b6496d0c69219..f0f2e61314bf4 100644 --- a/Formula/p/perbase.rb +++ b/Formula/p/perbase.rb @@ -6,6 +6,15 @@ class Perbase < Formula license "MIT" head "https://github.com/sstadick/perbase.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e10cf0a82a532a75ceefcbbbd3f57966848dfc051b17adb69ef89331cc3caad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "36518d86e409d3fa652505da67ce0496dbdaf0d77e3a71ec554e29513d0b66fc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5e3175e41b1eb99a08d1da49411c2b823d4761832f50d90c590f6e7c9b6b486d" + sha256 cellar: :any_skip_relocation, sonoma: "3c0ee0199bc40ac70d07d35c029dede0cb84748592b10cfa2c1c0a8f3af91ad7" + sha256 cellar: :any_skip_relocation, ventura: "491387c47a53f4c3e838874a33c206d40c08317aa419988f44dac62e15fa30b0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1a110b4abaaede69fb54db905c39ba0f274fde0bf422e1f99e18bb285cb26279" + end + depends_on "cmake" => :build depends_on "pkgconf" => :build depends_on "rust" => :build From 163dcf84a1cd4cc042f4785f855f6fc589654115 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 21:44:02 +0000 Subject: [PATCH 00806/10074] tomcat-native: update 2.0.9 bottle. --- Formula/t/tomcat-native.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/t/tomcat-native.rb b/Formula/t/tomcat-native.rb index a20d8e58520c2..8be94350cc997 100644 --- a/Formula/t/tomcat-native.rb +++ b/Formula/t/tomcat-native.rb @@ -7,15 +7,13 @@ class TomcatNative < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "7caf42d03492c53d43083891f42f64647bc3fb5ac40317d1fe8c66400638ae02" - sha256 cellar: :any, arm64_sonoma: "6b3347d417585b401fbb9e1573eb3875c50d9b4b35ef2da335f8e4eafce14a31" - sha256 cellar: :any, arm64_ventura: "ec858f97d5549c229516c7e76309e7335b867458d837378054cacf6b0faa5fbe" - sha256 cellar: :any, arm64_monterey: "d7094e23b954b6193486ea5de1f30373a66108004dc66f2b983e71ad649cd5d0" - sha256 cellar: :any, sonoma: "6266f592dccf65035414e175135551b9a9eeb5dbe8051533ff53e09550f78f1c" - sha256 cellar: :any, ventura: "cf77f977158497e7924c40f37448e4c3f9ca09e5dac9adf702db4a1c660e59c8" - sha256 cellar: :any, monterey: "0032aae5e5ac4a08e503dc7ba1e95ccf6e88db975a50c898307fad8e7b86fb58" - sha256 cellar: :any_skip_relocation, arm64_linux: "aaae8c9cf5b7d5b87b305a98773c73bc4ed6070d589ab1b79c04a1d50e4fe2aa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b6871bc6de4e15f504981b8930ccd64e3b955ae2b73ec5642376f9dbf3d5efc" + sha256 cellar: :any, arm64_sequoia: "d69d5e50666db22767640427773e7f032e40bb9a4802fc48f0a1b7991263fe4b" + sha256 cellar: :any, arm64_sonoma: "54bac94b6a98b710c507941c7a6c750256f001c86a0605f828b176b53a4d5773" + sha256 cellar: :any, arm64_ventura: "82f712cd4cc80f9a85c240fe8eefacf0de8f2c8191020533d20575dee8bbb1b8" + sha256 cellar: :any, sonoma: "670968ff66ddab50702616d827e2c15cdbb97a95def107c0707224f3feaa6b49" + sha256 cellar: :any, ventura: "0c1abba080581dfadb7557e36ff283c7dff8655eef0aaaba5807fc58015c9405" + sha256 cellar: :any_skip_relocation, arm64_linux: "2b34d0fa510a7c5365e1d983d3046a89bf03223247e3e7676158652f002bc175" + sha256 cellar: :any_skip_relocation, x86_64_linux: "66f6cf0d5dcb235699a3c4606eef141556286eefc51c574b643fd53acc1f2d1e" end depends_on "tomcat" => :test From 310214c7c8ccd88f1ef9f1572181b29e0d397a9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 21:44:21 +0000 Subject: [PATCH 00807/10074] liburing: update 2.10 bottle. --- Formula/lib/liburing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lib/liburing.rb b/Formula/lib/liburing.rb index 0bc95c3427ef7..b6e1920421c09 100644 --- a/Formula/lib/liburing.rb +++ b/Formula/lib/liburing.rb @@ -8,7 +8,7 @@ class Liburing < Formula head "https://github.com/axboe/liburing.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "a369928abdce516f5cbaedc983900a24b3e22d345f5942e0d62f464578095fbc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e8d2874f20a4896f14e8f95f53b33f86bfad226d810208248d420a09ad39d387" end depends_on :linux From fef7dce962119f607f95c2a49bc92e8d143ed488 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 17:47:31 -0400 Subject: [PATCH 00808/10074] acl2: revision bump (sbcl 2.5.5) Signed-off-by: Rui Chen --- Formula/a/acl2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/acl2.rb b/Formula/a/acl2.rb index 3e828c195a1eb..e48e26f8cd65a 100644 --- a/Formula/a/acl2.rb +++ b/Formula/a/acl2.rb @@ -4,7 +4,7 @@ class Acl2 < Formula url "https://github.com/acl2/acl2/archive/refs/tags/8.6.tar.gz" sha256 "c2d73e66422901b3cc2a6f5a9ab50f5f3b1b4060cf9dc9148d076f3a8b957cf9" license "BSD-3-Clause" - revision 7 + revision 8 livecheck do url :stable From aba8b66a875a2680f7b51168faa1a60d3e324267 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 17:47:42 -0400 Subject: [PATCH 00809/10074] maxima: revision bump (sbcl 2.5.5) Signed-off-by: Rui Chen --- Formula/m/maxima.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/maxima.rb b/Formula/m/maxima.rb index 7a444ed6a84bb..4c5e1949694cb 100644 --- a/Formula/m/maxima.rb +++ b/Formula/m/maxima.rb @@ -4,7 +4,7 @@ class Maxima < Formula url "https://downloads.sourceforge.net/project/maxima/Maxima-source/5.47.0-source/maxima-5.47.0.tar.gz" sha256 "9104021b24fd53e8c03a983509cb42e937a925e8c0c85c335d7709a14fd40f7a" license "GPL-2.0-only" - revision 21 + revision 22 livecheck do url :stable From 16b47d8e5c0a0f97124d6cdbaa323e6e3fba3bba Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 31 May 2025 17:47:51 -0400 Subject: [PATCH 00810/10074] ocicl: revision bump (sbcl 2.5.5) Signed-off-by: Rui Chen --- Formula/o/ocicl.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/o/ocicl.rb b/Formula/o/ocicl.rb index d1d6b273f8688..03a2aa8168f51 100644 --- a/Formula/o/ocicl.rb +++ b/Formula/o/ocicl.rb @@ -4,6 +4,7 @@ class Ocicl < Formula url "https://github.com/ocicl/ocicl/archive/refs/tags/v2.5.24.tar.gz" sha256 "2a3c6b8c5d3e4fcb0da3f5796143a35aeb202215b56e7b7d7c2755f994d29377" license "MIT" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1bb1bd981e208790f38203f48c158140e518c4101c9ef9d30f71360ea9d136c" From 6221a8b8c76f0dee9b2fa1c97ce8a02f9bce79e9 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sat, 31 May 2025 18:14:06 -0400 Subject: [PATCH 00811/10074] healpix: update homepage --- Formula/h/healpix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/healpix.rb b/Formula/h/healpix.rb index 55bf048266e15..cd32587041cf6 100644 --- a/Formula/h/healpix.rb +++ b/Formula/h/healpix.rb @@ -1,6 +1,6 @@ class Healpix < Formula desc "Hierarchical Equal Area isoLatitude Pixelization of a sphere" - homepage "https://healpix.jpl.nasa.gov" + homepage "https://healpix.sourceforge.io" url "https://downloads.sourceforge.net/project/healpix/Healpix_3.83/Healpix_3.83_2024Nov13.tar.gz" version "3.83" sha256 "8876c18efc596fd706b2a004ac15f2fb60b795f2db6fbabea9d8ccf549531dda" From 1f207f4b11ccb1a73510f44a1f1e6c37b349de7b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 31 May 2025 15:19:45 -0700 Subject: [PATCH 00812/10074] pangene 1.1 (new formula) --- Formula/p/pangene.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Formula/p/pangene.rb diff --git a/Formula/p/pangene.rb b/Formula/p/pangene.rb new file mode 100644 index 0000000000000..a8cc239148c27 --- /dev/null +++ b/Formula/p/pangene.rb @@ -0,0 +1,24 @@ +class Pangene < Formula + desc "Construct pangenome gene graphs" + homepage "https://github.com/lh3/pangene" + url "https://github.com/lh3/pangene/archive/refs/tags/v1.1.tar.gz" + sha256 "9fbb6faa4d53b1e163a186375ca01bbac4395aa4c88d1ca00d155e751fb89cf8" + license "MIT" + head "https://github.com/lh3/pangene.git", branch: "main" + + uses_from_macos "zlib" + + def install + system "make" + bin.install "pangene" + man1.install "pangene.1" + pkgshare.install "test" + end + + test do + assert_match version.to_s, shell_output("#{bin}/pangene --version") + cp_r pkgshare/"test/C4/.", testpath + output = shell_output("#{bin}/pangene 31_chimpanzee.paf.gz") + assert_match "chimpanzee", output + end +end From 6a1b7201fdfcf1cd45f9f35c4143df5d7c88b685 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 23:18:27 +0000 Subject: [PATCH 00813/10074] templ 0.3.887 --- Formula/t/templ.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/templ.rb b/Formula/t/templ.rb index 3ab7f08327eee..3d0a132c17d6a 100644 --- a/Formula/t/templ.rb +++ b/Formula/t/templ.rb @@ -1,8 +1,8 @@ class Templ < Formula desc "Language for writing HTML user interfaces in Go" homepage "https://templ.guide" - url "https://github.com/a-h/templ/archive/refs/tags/v0.3.865.tar.gz" - sha256 "62c9d64aa11f1783db06a27e8f8f649c762486b14f0c64ce08d3eeb4a1a06ec1" + url "https://github.com/a-h/templ/archive/refs/tags/v0.3.887.tar.gz" + sha256 "f78e0508d88249f44e2d82ff91bdf0e741d28e9a455f49d49a1cf7172766a97f" license "MIT" bottle do From d309aa539356bfd4c80987e98a6db7171249bf06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 01:21:33 +0000 Subject: [PATCH 00814/10074] templ: update 0.3.887 bottle. --- Formula/t/templ.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/templ.rb b/Formula/t/templ.rb index 3d0a132c17d6a..641c357c59e08 100644 --- a/Formula/t/templ.rb +++ b/Formula/t/templ.rb @@ -6,12 +6,12 @@ class Templ < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d24511ebc9f88569ef54178791d5f0ef2902c016cb5d0a0883c133518b4ee759" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d24511ebc9f88569ef54178791d5f0ef2902c016cb5d0a0883c133518b4ee759" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d24511ebc9f88569ef54178791d5f0ef2902c016cb5d0a0883c133518b4ee759" - sha256 cellar: :any_skip_relocation, sonoma: "d3520fab888a182436be7f25932399c40d9b4023bf148dc0393d120ab31e83f6" - sha256 cellar: :any_skip_relocation, ventura: "d3520fab888a182436be7f25932399c40d9b4023bf148dc0393d120ab31e83f6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f33eeb717191fa6ce337b4ed5233b422343ee8b42c265523a3cbf3ad6e02b569" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac98150e30faefa596c008080a1a6478c93bea6bfc654a6a97b1cc1c39f1f0f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac98150e30faefa596c008080a1a6478c93bea6bfc654a6a97b1cc1c39f1f0f7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ac98150e30faefa596c008080a1a6478c93bea6bfc654a6a97b1cc1c39f1f0f7" + sha256 cellar: :any_skip_relocation, sonoma: "cdf5e81813c005dd6c5bf15b29c6b053436f12305b32a45310c85d53755c8ad4" + sha256 cellar: :any_skip_relocation, ventura: "cdf5e81813c005dd6c5bf15b29c6b053436f12305b32a45310c85d53755c8ad4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0236a383b54ef16e13710867cd7f8287c758176e9e810bcd10da7a96aa39ae54" end depends_on "go" => :build From 0903e2596e56f6c1c1bf90d0eb34db59c4b30ef0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:05:00 +0000 Subject: [PATCH 00815/10074] pangene: add 1.1 bottle. --- Formula/p/pangene.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/p/pangene.rb b/Formula/p/pangene.rb index a8cc239148c27..1d5070b3a841a 100644 --- a/Formula/p/pangene.rb +++ b/Formula/p/pangene.rb @@ -6,6 +6,15 @@ class Pangene < Formula license "MIT" head "https://github.com/lh3/pangene.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "08730dae3029ce76ebbf0bef953e839242f80bfd64f4ba430b7c94bf89b20a3c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b448acf9c369e6a67524e8d7c68fb781c5f526a3c41a74679a251965c8a5de3b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "03ab1d6a2d24f4629689f39536fb9422f934b86eef4dd5d0ceafeb479140c472" + sha256 cellar: :any_skip_relocation, sonoma: "9c86caf9ed1c9918e4286f785151b4af0b7e5fd665c430948c5eb0f14a8c8424" + sha256 cellar: :any_skip_relocation, ventura: "96ad645c4f2a6ae15cbf231a2e9b080fa3334d8b412e1c5dbdbe580bd66f6c22" + sha256 cellar: :any_skip_relocation, x86_64_linux: "487052e67934b027898914dcfec64d1805b0ab9f9457704c1bb5e2aed204d5a7" + end + uses_from_macos "zlib" def install From 5586a1055f41f044168dccb6177ac14606f47363 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 11:15:15 +0000 Subject: [PATCH 00816/10074] podofo 1.0.0 --- Formula/p/podofo.rb | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/Formula/p/podofo.rb b/Formula/p/podofo.rb index 90528c0177c67..27798b562ed79 100644 --- a/Formula/p/podofo.rb +++ b/Formula/p/podofo.rb @@ -1,8 +1,8 @@ class Podofo < Formula desc "Library to work with the PDF file format" homepage "https://github.com/podofo/podofo" - url "https://github.com/podofo/podofo/archive/refs/tags/0.10.4.tar.gz" - sha256 "6b1b13cdfb2ba5e8bbc549df507023dd4873bc946211bc6942183b8496986904" + url "https://github.com/podofo/podofo/archive/refs/tags/1.0.0.tar.gz" + sha256 "e44276d927838034b51c4c79001e7ae5c3fef90b6844824004c77f160c1a22ea" license all_of: ["LGPL-2.0-only", "GPL-2.0-only"] head "https://github.com/podofo/podofo.git", branch: "master" @@ -35,15 +35,28 @@ class Podofo < Formula uses_from_macos "libxml2" uses_from_macos "zlib" + on_ventura :or_older do + depends_on "llvm" + + fails_with :clang do + cause "error: 'to_chars' is unavailable: introduced in macOS 13.3" + end + end + def install + if OS.mac? && MacOS.version <= :ventura + ENV.llvm_clang + # When using Homebrew's superenv shims, we need to use HOMEBREW_LIBRARY_PATHS + # rather than LDFLAGS for libc++ in order to correctly link to LLVM's libc++. + ENV.prepend_path "HOMEBREW_LIBRARY_PATHS", Formula["llvm"].opt_lib/"c++" + # Workaround for error: call to 'from_chars' is ambiguous + inreplace "src/podofo/private/charconv_compat.h", "#define WANT_FROM_CHARS", "" + end + args = %W[ -DCMAKE_INSTALL_NAME_DIR=#{opt_lib} -DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON - -DCMAKE_DISABLE_FIND_PACKAGE_CppUnit=ON - -DCMAKE_DISABLE_FIND_PACKAGE_LUA=ON - -DPODOFO_BUILD_TOOLS=TRUE - -DFREETYPE_INCLUDE_DIR_FT2BUILD=#{Formula["freetype"].opt_include}/freetype2 - -DFREETYPE_INCLUDE_DIR_FTHEADER=#{Formula["freetype"].opt_include}/freetype2/config/ + -DPODOFO_BUILD_UNSUPPORTED_TOOLS=TRUE ] system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args system "cmake", "--build", "build" From dfcd289ed099848883bc61e3a3ffb047a50a8508 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 23:16:00 +0000 Subject: [PATCH 00817/10074] sile 0.15.13 --- Formula/s/sile.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Formula/s/sile.rb b/Formula/s/sile.rb index 148bcfc3b1e7c..06f0a7230b122 100644 --- a/Formula/s/sile.rb +++ b/Formula/s/sile.rb @@ -1,8 +1,8 @@ class Sile < Formula desc "Modern typesetting system inspired by TeX" homepage "https://sile-typesetter.org" - url "https://github.com/sile-typesetter/sile/releases/download/v0.15.12/sile-0.15.12.tar.zst" - sha256 "a3234111d56bb22f0cba2608954ec88df260eb4772f054ed29770912003ec8a0" + url "https://github.com/sile-typesetter/sile/releases/download/v0.15.13/sile-0.15.13.tar.zst" + sha256 "5e97c19651aff710687b93292d5361cb411652094bcc8c62c811c19f7a81464b" license "MIT" bottle do @@ -45,8 +45,8 @@ class Sile < Formula end resource "compat53" do - url "https://luarocks.org/manifests/lunarmodules/compat53-0.14.3-1.rockspec" - sha256 "16218188112c20e9afa9e9057f753d29d7affb10fe3fb2ac74cab17c6de9a030" + url "https://luarocks.org/manifests/lunarmodules/compat53-0.14.4-1.rockspec" + sha256 "80b4929c84eae8c00b4bca49a7d049d27d7e89cf3aefeb37cd7dc5f3cc725005" end resource "linenoise" do @@ -55,8 +55,8 @@ class Sile < Formula end resource "lpeg" do - url "https://luarocks.org/manifests/gvvaughan/lpeg-1.1.0-1.src.rock" - sha256 "6637fcf4d3ddef7be490a2f0155bd2dcd053272d1bb78c015498709ef9fa75dd" + url "https://luarocks.org/manifests/gvvaughan/lpeg-1.1.0-2.src.rock" + sha256 "836d315b920a5cdd62e21786c6c9fad547c4faa131d5583ebca64f0b6595ee76" end resource "loadkit" do @@ -70,8 +70,8 @@ class Sile < Formula end resource "lua-zlib" do - url "https://luarocks.org/manifests/brimworks/lua-zlib-1.2-2.rockspec" - sha256 "adc3e279ce67fb477ce7bf88cfb87607491d1c50d9c785b1567066c353f192f9" + url "https://luarocks.org/manifests/brimworks/lua-zlib-1.3-0.rockspec" + sha256 "8806be122f5621a657078e8038c7c4ff58720aedcb21da8fdd2b01304981b31a" end # This resource cannot be updated @@ -110,8 +110,8 @@ class Sile < Formula # depends on luafilesystem resource "penlight" do - url "https://luarocks.org/manifests/tieske/penlight-1.14.0-2.src.rock" - sha256 "f36affa14fb43e208a59f2e96d214f774b957bcd05d9c07ec52b39eac7f4a05d" + url "https://luarocks.org/manifests/tieske/penlight-1.14.0-3.src.rock" + sha256 "84e4d23126694a57997d5499490023468190a4b14a64931da61de627ce4fe0c2" end # depends on penlight From 3d5a488989e6663698c6549105e2c373ff1f5925 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:36:30 +0000 Subject: [PATCH 00818/10074] appium 2.19.0 --- Formula/a/appium.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/appium.rb b/Formula/a/appium.rb index 561680652f900..04655b8cbaedc 100644 --- a/Formula/a/appium.rb +++ b/Formula/a/appium.rb @@ -1,8 +1,8 @@ class Appium < Formula desc "Automation for Apps" homepage "https://appium.io/" - url "https://registry.npmjs.org/appium/-/appium-2.18.0.tgz" - sha256 "a71d89265478e46082d313314296e5285d3cf35a47ac5f189303f2341e882540" + url "https://registry.npmjs.org/appium/-/appium-2.19.0.tgz" + sha256 "ab8ab9723dd44d3a0adfa14e4320d9578a9127576f7fb862048d2335c9376f14" license "Apache-2.0" head "https://github.com/appium/appium.git", branch: "master" From 04b3a99b74eaf904cfbf4705fa2cfdc5e32b9fe1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:36:56 +0000 Subject: [PATCH 00819/10074] archi-steam-farm 6.1.6.7 --- Formula/a/archi-steam-farm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/archi-steam-farm.rb b/Formula/a/archi-steam-farm.rb index cf5dc148faa0c..0deb686c4498f 100644 --- a/Formula/a/archi-steam-farm.rb +++ b/Formula/a/archi-steam-farm.rb @@ -2,8 +2,8 @@ class ArchiSteamFarm < Formula desc "Application for idling Steam cards from multiple accounts simultaneously" homepage "https://github.com/JustArchiNET/ArchiSteamFarm" url "https://github.com/JustArchiNET/ArchiSteamFarm.git", - tag: "6.1.5.2", - revision: "868d593c5c6115b8484771a9eb5c4ff2b5840719" + tag: "6.1.6.7", + revision: "5d4666d5381dd44bed65f2053a3ca703dfa26315" license "Apache-2.0" head "https://github.com/JustArchiNET/ArchiSteamFarm.git", branch: "main" From 165943f7f260a1fa72972355df7391066b417a2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:40:23 +0000 Subject: [PATCH 00820/10074] cdncheck 1.1.21 --- Formula/c/cdncheck.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdncheck.rb b/Formula/c/cdncheck.rb index 1b8d448d5c2ee..80fac58053370 100644 --- a/Formula/c/cdncheck.rb +++ b/Formula/c/cdncheck.rb @@ -1,8 +1,8 @@ class Cdncheck < Formula desc "Utility to detect various technology for a given IP address" homepage "https://projectdiscovery.io" - url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.1.20.tar.gz" - sha256 "6b69cbbd79bed2c109d8a5f204b307c416ba6408ee3e904841a2b959fbcfc8d3" + url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.1.21.tar.gz" + sha256 "ab8d90f28946289ef07abedcafc8dee31b0b428aa06a6c8bca3f4b7c3e9ca963" license "MIT" head "https://github.com/projectdiscovery/cdncheck.git", branch: "main" From 85cc00a8c9db96373ec76408ce74ef001afc20c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:45:39 +0000 Subject: [PATCH 00821/10074] fastp 0.25.0 --- Formula/f/fastp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index 348dc8cc26a23..6e0a25ad9cecd 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -1,8 +1,8 @@ class Fastp < Formula desc "Ultra-fast all-in-one FASTQ preprocessor" homepage "https://github.com/OpenGene/fastp" - url "https://github.com/OpenGene/fastp/archive/refs/tags/v0.24.3.tar.gz" - sha256 "fadc9068847227b8cba2147d0202633fc16d85a91f7457ea94f7931bfaf91f58" + url "https://github.com/OpenGene/fastp/archive/refs/tags/v0.25.0.tar.gz" + sha256 "55fa7d9b8166200e901ff59a1825ba6455ec1a322d9465ce40aae6d145c3146f" license "MIT" bottle do From 8702c746cb5998b89391f7c228992297d876c733 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:46:42 +0000 Subject: [PATCH 00822/10074] forgit 25.06.0 --- Formula/f/forgit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/forgit.rb b/Formula/f/forgit.rb index 21af4dd94d1bb..fbd3f9927f205 100644 --- a/Formula/f/forgit.rb +++ b/Formula/f/forgit.rb @@ -1,8 +1,8 @@ class Forgit < Formula desc "Interactive git commands in the terminal" homepage "https://github.com/wfxr/forgit" - url "https://github.com/wfxr/forgit/releases/download/25.05.0/forgit-25.05.0.tar.gz" - sha256 "3690841cee34141a1f335d00a6d8195714fa6c0d393c16d4cc92e9bdefbf1e02" + url "https://github.com/wfxr/forgit/releases/download/25.06.0/forgit-25.06.0.tar.gz" + sha256 "13d5f7c2afe891772559a4f8e7cdbf080fc7238be8096777ce297a47ee7179a7" license "MIT" livecheck do From ef5157b4dd98f8151b4e6951511483fecd5c8bd5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:49:56 +0000 Subject: [PATCH 00823/10074] imessage-exporter 2.7.0 --- Formula/i/imessage-exporter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index 5fa95f4a98b10..31d6461d00741 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -1,8 +1,8 @@ class ImessageExporter < Formula desc "Command-line tool to export and inspect local iMessage database" homepage "https://github.com/ReagentX/imessage-exporter" - url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/2.6.2.tar.gz" - sha256 "c5c372b6e9e416522be3cc0797557b0fdb0df546b0b48e379d18b56f54b692ea" + url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/2.7.0.tar.gz" + sha256 "3547b0d2cbaeffff4902d041708baa303e09fdaa05a7093f82d942c9b739e732" license "GPL-3.0-only" bottle do From 20051597f7d76b1b2323faf2147093ff6013bab1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:51:59 +0000 Subject: [PATCH 00824/10074] lanraragi 0.9.41 --- Formula/l/lanraragi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lanraragi.rb b/Formula/l/lanraragi.rb index e996db395b9cc..487a04f12d313 100644 --- a/Formula/l/lanraragi.rb +++ b/Formula/l/lanraragi.rb @@ -1,8 +1,8 @@ class Lanraragi < Formula desc "Web application for archival and reading of manga/doujinshi" homepage "https://github.com/Difegue/LANraragi" - url "https://github.com/Difegue/LANraragi/archive/refs/tags/v.0.9.40.tar.gz" - sha256 "6d26a92a0054e83da92d5e73d074ed69dd79539be410b6d77b04e470062fd503" + url "https://github.com/Difegue/LANraragi/archive/refs/tags/v.0.9.41.tar.gz" + sha256 "390d198690e26703bf1a52b634e63b3e92c432a7157501832069d39199adcf54" license "MIT" head "https://github.com/Difegue/LANraragi.git", branch: "dev" From 89e89d1aa1ee84dfc8e15590eee9a12afc296251 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:55:42 +0000 Subject: [PATCH 00825/10074] cdncheck: update 1.1.21 bottle. --- Formula/c/cdncheck.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cdncheck.rb b/Formula/c/cdncheck.rb index 80fac58053370..2fd8b8db83755 100644 --- a/Formula/c/cdncheck.rb +++ b/Formula/c/cdncheck.rb @@ -12,12 +12,12 @@ class Cdncheck < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9e5fe42989f8852dd3e8371400bd3af3f017ee82bd5ccd66c681b98dcdf8cff" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "442ab26ef44aa221cd6dfb53b20a60f28a37efe51db7e6622d396cbb340a2b60" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2da911a3cadd11a514e952646a985a1003cd545c707ca5feece8763e14f20148" - sha256 cellar: :any_skip_relocation, sonoma: "91262e4e8f809c4236e11a79c55dd634d5369408de69acfe7135cc12c353ba1d" - sha256 cellar: :any_skip_relocation, ventura: "97cfcbfda54b589aa86a84ba03d48fb9773e378f9d68a7dd622e019d4bd28b16" - sha256 cellar: :any_skip_relocation, x86_64_linux: "85460dcf21fed1725c8f081f02072b93ba9a8c8d7f13e3c0ae63a51d652bec90" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c0326be9d95bf9723834f2be183098bd0bb2f9eeabb1768c0c5b9185952b5d7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef886561a78f36e16d051d6645fbf39e7662854fe89755e130fe9c4dc1a84c34" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9606490bab110f8f7a1fcd883012c5728d15f71581ffe76d76d2ca068c4a955e" + sha256 cellar: :any_skip_relocation, sonoma: "b9ffb2a8ccde837a56b4fb223b344874b54edb0838f10a9adbf494da432297aa" + sha256 cellar: :any_skip_relocation, ventura: "318e82e41a58cf57c7b93dd136232b7921fb6a075112c993e057ee0f0abee6e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9bb57c453eae78821c94630f7eaf08c396353280c627a6fb190195e425b4c959" end depends_on "go" => :build From 8bd49380ef1981590a554ad834109c03b02a935e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:06:06 +0000 Subject: [PATCH 00826/10074] spirv-llvm-translator 20.1.3 --- Formula/s/spirv-llvm-translator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/spirv-llvm-translator.rb b/Formula/s/spirv-llvm-translator.rb index b1a6ec49ce17b..da47496a2b42d 100644 --- a/Formula/s/spirv-llvm-translator.rb +++ b/Formula/s/spirv-llvm-translator.rb @@ -1,8 +1,8 @@ class SpirvLlvmTranslator < Formula desc "Tool and a library for bi-directional translation between SPIR-V and LLVM IR" homepage "https://github.com/KhronosGroup/SPIRV-LLVM-Translator" - url "https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v20.1.2.tar.gz" - sha256 "d1b4a55dc457edbd9cc50d23583d4bedda9479176efcd34b3e20166bc7a4a562" + url "https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v20.1.3.tar.gz" + sha256 "8e953931a09b0a4c2a77ddc8f1df4783571d8ffca9546150346c401573866062" license "Apache-2.0" => { with: "LLVM-exception" } bottle do From d573f4c39ef72cbd4cdc8866eb017b65f84e07b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:06:36 +0000 Subject: [PATCH 00827/10074] stencil 2.5.0 --- Formula/s/stencil.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/stencil.rb b/Formula/s/stencil.rb index 60f92b1b23f73..c57d588b722d2 100644 --- a/Formula/s/stencil.rb +++ b/Formula/s/stencil.rb @@ -1,8 +1,8 @@ class Stencil < Formula desc "Modern living-template engine for evolving repositories" homepage "https://stencil.rgst.io" - url "https://github.com/rgst-io/stencil/archive/refs/tags/v2.4.0.tar.gz" - sha256 "653d9c5faea41365ba18006467378cdde05e6e63c77a7aaa076168fc0889ec87" + url "https://github.com/rgst-io/stencil/archive/refs/tags/v2.5.0.tar.gz" + sha256 "acaf1cb4d0b4e965da02d87718f09ad411e662f56a762aa19a044213bb274bc2" license "Apache-2.0" head "https://github.com/rgst-io/stencil.git", branch: "main" From 90256132cf410820cdbaa1d64eca762b35cabe38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:08:40 +0000 Subject: [PATCH 00828/10074] txr 300 --- Formula/t/txr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/txr.rb b/Formula/t/txr.rb index 79b892be61d8d..9d59291cb3746 100644 --- a/Formula/t/txr.rb +++ b/Formula/t/txr.rb @@ -1,8 +1,8 @@ class Txr < Formula desc "Lisp-like programming language for convenient data munging" homepage "https://www.nongnu.org/txr/" - url "https://www.kylheku.com/cgit/txr/snapshot/txr-299.tar.bz2" - sha256 "9da0e12f6b6db9c4262e92214863c90f89cd40e4fa8b5eac2b983bf65194112a" + url "https://www.kylheku.com/cgit/txr/snapshot/txr-300.tar.bz2" + sha256 "05c63c509c5daa6fafc9e2321301f43751b249b3fac0827fca0e302323985528" license "BSD-2-Clause" livecheck do From 205ccac761f7aba5b7ea85a11cb4aca4af46dbf5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:09:17 +0000 Subject: [PATCH 00829/10074] universal-ctags p6.1.20250601.0 --- Formula/u/universal-ctags.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/u/universal-ctags.rb b/Formula/u/universal-ctags.rb index 654352008c0e9..a2a27d6ba71af 100644 --- a/Formula/u/universal-ctags.rb +++ b/Formula/u/universal-ctags.rb @@ -1,9 +1,9 @@ class UniversalCtags < Formula desc "Maintained ctags implementation" homepage "https://ctags.io/" - url "https://github.com/universal-ctags/ctags/archive/refs/tags/p6.1.20250525.0.tar.gz" - version "p6.1.20250525.0" - sha256 "30008af6bbccbebef82a01712b315cffc70aba217e49fb61f5ed0951ccaf41ca" + url "https://github.com/universal-ctags/ctags/archive/refs/tags/p6.1.20250601.0.tar.gz" + version "p6.1.20250601.0" + sha256 "52f1c169f976d8a3e66b85f1cc14de5e951c1acbbc227b924014746d8090ac34" license "GPL-2.0-only" head "https://github.com/universal-ctags/ctags.git", branch: "master" From e56d2c297808faee0d894696f21d8491b01ea674 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:20:23 +0000 Subject: [PATCH 00830/10074] sile: update 0.15.13 bottle. --- Formula/s/sile.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sile.rb b/Formula/s/sile.rb index 06f0a7230b122..ca437858ece8a 100644 --- a/Formula/s/sile.rb +++ b/Formula/s/sile.rb @@ -6,13 +6,13 @@ class Sile < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "eca1e70dd844c9facaedb981b388afb6a238fba2f953b60dcf82a9dc00daf0fb" - sha256 cellar: :any, arm64_sonoma: "336bc3d0f83537822e1b9613d0271246cb6f61a7e80b911f5aec23509662813c" - sha256 cellar: :any, arm64_ventura: "9776105f8da8dbefa26535ca9dd15ac771476b5a7a1d7320f038ddde52d79962" - sha256 cellar: :any, sonoma: "89d04ca5e3ec6e92e79959f9a16a329ad6b47db644932f75c2024f2d3d0396dc" - sha256 cellar: :any, ventura: "44367b55c868bd3659d507654a101812a2b4ea4876b9ff76bcef05aa8d27528d" - sha256 cellar: :any_skip_relocation, arm64_linux: "706444ee18db2eb49fe44044c9fbc170dd91180b3a80c5ab533658dcd03731b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "570ca957d702a09bb5901515a9216c72b2a770da6064bf8d5d276c1558fb3ad5" + sha256 cellar: :any, arm64_sequoia: "791057d65933cb50c4d8ad27484f2b6d6d838e153de29fc8f95312e7e2785a53" + sha256 cellar: :any, arm64_sonoma: "47955878faf528c2cb3c9bb91853a58c02e56e6dd00587d2e9d1dd5a3a31dbd7" + sha256 cellar: :any, arm64_ventura: "2947a239426f6aa1aa7db9e14340a18225473a00c1135f5ddead063d9448e202" + sha256 cellar: :any, sonoma: "9d5cbae91ce3fb80c09381d1236fbbfdc302b62e9a21f179f0b6f3f12f96c680" + sha256 cellar: :any, ventura: "e2322341d5537d844173bf3e002fc5a91c175e18e5f0519db2f91c28e3806850" + sha256 cellar: :any_skip_relocation, arm64_linux: "a169fa67dd41e38518571a68c655de8597e5c02fa7f2eea25d8b57876c6cfe29" + sha256 cellar: :any_skip_relocation, x86_64_linux: "58dcf197e11ada5600481377945cbd70f41cd3ed5e6ff737a355aa48b19f9215" end head do From 32294b7b4ed62ee6207863cb62d5182b847edd8c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:20:49 +0000 Subject: [PATCH 00831/10074] appium: update 2.19.0 bottle. --- Formula/a/appium.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/appium.rb b/Formula/a/appium.rb index 04655b8cbaedc..42de93feda58b 100644 --- a/Formula/a/appium.rb +++ b/Formula/a/appium.rb @@ -7,13 +7,13 @@ class Appium < Formula head "https://github.com/appium/appium.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "d9f51b6873ea1f0a238086d1dce9618f0270c959ebb206bddcf64c4f4cea3b9a" - sha256 cellar: :any, arm64_sonoma: "d9f51b6873ea1f0a238086d1dce9618f0270c959ebb206bddcf64c4f4cea3b9a" - sha256 cellar: :any, arm64_ventura: "d9f51b6873ea1f0a238086d1dce9618f0270c959ebb206bddcf64c4f4cea3b9a" - sha256 sonoma: "ada43312361db2dbe53846eb7043b5f74057bca45c685322d47cb86aa8aef605" - sha256 ventura: "ada43312361db2dbe53846eb7043b5f74057bca45c685322d47cb86aa8aef605" - sha256 cellar: :any_skip_relocation, arm64_linux: "20406e44f2db15b318f348e9bbb4c5804db91ddf3e42ec05af3633256d64e405" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d8e036d97e585075cae1bd0f22829f244d8324a29768735ccade67183d1eadb6" + sha256 cellar: :any, arm64_sequoia: "1aa5c5c8334cf4c5b056d2aa930aa8b98de4cef3b2e827eee49a5200f727d093" + sha256 cellar: :any, arm64_sonoma: "1aa5c5c8334cf4c5b056d2aa930aa8b98de4cef3b2e827eee49a5200f727d093" + sha256 cellar: :any, arm64_ventura: "1aa5c5c8334cf4c5b056d2aa930aa8b98de4cef3b2e827eee49a5200f727d093" + sha256 sonoma: "8909d3b6daacd319dd44e4e3cf78ca3ad9db35ff0b6ac2cbe82139008413934e" + sha256 ventura: "8909d3b6daacd319dd44e4e3cf78ca3ad9db35ff0b6ac2cbe82139008413934e" + sha256 cellar: :any_skip_relocation, arm64_linux: "3dd10a0552bef4be2a6ed07562df92fc68a3d5763c0358b1248a802bb30f450f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67aa078cebb2641bc508bb80435c9f90b87c10fd079ba546f560b4cdfb99c7b3" end depends_on "node" From c1a70438dee76e67d4e946597010b5a3d2f626ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:20:53 +0000 Subject: [PATCH 00832/10074] archi-steam-farm: update 6.1.6.7 bottle. --- Formula/a/archi-steam-farm.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/archi-steam-farm.rb b/Formula/a/archi-steam-farm.rb index 0deb686c4498f..e86ad80b31d3d 100644 --- a/Formula/a/archi-steam-farm.rb +++ b/Formula/a/archi-steam-farm.rb @@ -13,12 +13,12 @@ class ArchiSteamFarm < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5ed61828efd8fe97c2ba8061315ea8d21f5ca98008b6c8c965e5452d5057f25" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd9bb90ddac74429a62a2ec86e5387f77e1085b1e000f29dbe0392df0b6f85d1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "66634a8d7e971b0c0f156a024d934ad374761a4b87b8ca5c2b7deb8281cd14f6" - sha256 cellar: :any_skip_relocation, ventura: "a4d1b79b195ba95e7d6dea52b666b8e8ce8f8c2ff952a89aac97036ee9fd8f2e" - sha256 cellar: :any_skip_relocation, arm64_linux: "a933d5860142aad96c86565b30319191d085b79f499e1588a2dc884421a689c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1894fe0667f2c19dece079ef2895830e4dfdee6ab7f15651d0d6d0e36a014b78" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "54a69e57befa6291b1916a432f735a5aad188f16ff2df1265107c7b0b1546238" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b958274badf0ad3c5e3683edb73d79f68d4afb467bd0f6bcd6f9c51783cc649" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dc4534ad74e8befb10ba3eb0ab377ae29fe427af1c01fe4bea9d2a3263f8ee6e" + sha256 cellar: :any_skip_relocation, ventura: "a59305ef7d6293fdbdad9575d1c0d7325f7f11e1bf3b9a52f75103753c32d8f2" + sha256 cellar: :any_skip_relocation, arm64_linux: "87e812b180514a796a6b8b88b4796ffb1c654043828df11d033fa6b40fdce7a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cec47c69488b6cea6efbddf03f0203c4042b6f136f5aa0c6db16e2da37b2434d" end depends_on "node" => :build From 68b3a7aae2f6a71868bd1353adf145bc4ec05364 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:21:02 +0000 Subject: [PATCH 00833/10074] forgit: update 25.06.0 bottle. --- Formula/f/forgit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/forgit.rb b/Formula/f/forgit.rb index fbd3f9927f205..39d8b77bf5213 100644 --- a/Formula/f/forgit.rb +++ b/Formula/f/forgit.rb @@ -11,7 +11,7 @@ class Forgit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "71e4c1bc413e1b0571bf73a77b478aabcc2f77c1665e5304ec84ade41c979ed1" + sha256 cellar: :any_skip_relocation, all: "f8ca1a1e5ee7656d8878561a83af2513430cf2d301e99fe48836e2aa48937a33" end depends_on "fzf" From f223f52c5758e29fd65cb3b98012657f703df7e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:21:02 +0000 Subject: [PATCH 00834/10074] fastp: update 0.25.0 bottle. --- Formula/f/fastp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index 6e0a25ad9cecd..a2bb93434f9db 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -6,13 +6,13 @@ class Fastp < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "7666aab28dcd81e8787fe44ba32f8519775f03ea0e18f7b3f1e5fdf3c7b3a63d" - sha256 cellar: :any, arm64_sonoma: "ca39e9bea75256e12223ca6ef23c0490eacf1143a140e65500bfc7fd071905ff" - sha256 cellar: :any, arm64_ventura: "e47a95ee7fc76480ce484a42e8bb063587beb80d3290f53a20ea10ef5b812056" - sha256 cellar: :any, sonoma: "eff7597aa3ea003f19b8cd2713b93eb7742d965b0753bb84510e5ba41827846e" - sha256 cellar: :any, ventura: "af4c2c4e78a4ecd8b71b96ebed0d5d7f674b78ceefb199aa8db53b08ece460e0" - sha256 cellar: :any_skip_relocation, arm64_linux: "14a7f0aafe37f6ff064238a91e0e7948e88849c530567ae92995eb2be513558d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f35f4ad2700ad7e0afc0b7fcfecf1b29785aef99e6104df020d46afef3521bb1" + sha256 cellar: :any, arm64_sequoia: "af02e4c10512d505e6d7b0aa8518369a769843ae6b1effe99873a436e585d6df" + sha256 cellar: :any, arm64_sonoma: "827b8becefcd46525899f074e7ac0d7adc9be63e4b13318f93fea483bc246332" + sha256 cellar: :any, arm64_ventura: "514ede48a29fa497975e4d25b7426a26b19cb7d1a3c3130a3e50b8003a3c637f" + sha256 cellar: :any, sonoma: "79904c37db018628e8ea1ec5bd0dbc698daf0127f7a6b8ebbf6ae8c39a894794" + sha256 cellar: :any, ventura: "18c98cb5ab6524378509b2a858ef455be406c536777f15b6727bb67b3dae24bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "f6cb836857e8ad1ebb9fe04bd8ade14e5627625081a2b582dd96f80aa9994a37" + sha256 cellar: :any_skip_relocation, x86_64_linux: "924c9db74a7c3048521f3b5da0f2c932a571acfed049d1530b110e70672ea5c5" end depends_on "isa-l" From 08a65277892c6ef0a5a4d21c7cece16975fd04aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:21:18 +0000 Subject: [PATCH 00835/10074] imessage-exporter: update 2.7.0 bottle. --- Formula/i/imessage-exporter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index 31d6461d00741..f4bb955779b8d 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -6,13 +6,13 @@ class ImessageExporter < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "79751187490085c01bd66f6e00e9059e4ca9d4f3d252ead0c0af8a761db47393" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ba23b54cbb4f8c006a2f08d94bf548970c8c666a8ccdc4c4b3cb3ebc74c4f6c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f3ec942d1b835e7cc0aa17273925fdd5cd6a4e94c5aad080c7d60db7bb3bf9b2" - sha256 cellar: :any_skip_relocation, sonoma: "1f0d781c61084cc396e18bf53da6682438be8dc7adeaf804f15002841de0c0a9" - sha256 cellar: :any_skip_relocation, ventura: "8ecf2e0efbe7f76d90c1dac41d03950b8f816c397d835c2f3a78b216c136793f" - sha256 cellar: :any_skip_relocation, arm64_linux: "235b89d49a0956642fc1ad28a9e013c389a05278819dc57ba971012e6e413e9c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f0d5f24d0c724f8c81528ba216139e05cf6ed1fa9176d985c72ae1ceb36649b5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8bc0a58419257c1785e8d5dd3590c7093c2464f5abd71bede30095a53645ef9b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c06cd8b3fce163217727ba7db8b9b1faed06dfa614f4aec4df354506761d43f0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0f50f24ce9ac8fec391173cfe6eb2b9319e3051bdd6c417a593f2d94e49a8df3" + sha256 cellar: :any_skip_relocation, sonoma: "1e4cd22ed236e181e042701aacce339a07e75cf70d0a2f083109ce64b2e906f3" + sha256 cellar: :any_skip_relocation, ventura: "0b59c176198ac3a8b4f13f8d889fb5d9ffba6b1fc68e70416fd0f5e25339ed74" + sha256 cellar: :any_skip_relocation, arm64_linux: "37c41ae5ddc563338dafd5a3964f73a4865ece530f62d4c99b841c4e41c9ad93" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3686f45f3c8a6e5ec9651f6a4b92ff03a075c4ada8cd10b47a2ebb30782d2e0e" end depends_on "rust" => :build From f8c9230b0b30d4ecd7843f08aee456530f3f5c47 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:45:27 +0000 Subject: [PATCH 00836/10074] txr: update 300 bottle. --- Formula/t/txr.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/txr.rb b/Formula/t/txr.rb index 9d59291cb3746..55f340f558736 100644 --- a/Formula/t/txr.rb +++ b/Formula/t/txr.rb @@ -11,12 +11,12 @@ class Txr < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f992cbed8d7a0036837f0ffd69a346a859d982810e5f01af1597dd8ae8160578" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "43f055721c56bd67fa9587f1d6215962fae46aa8613cbb5f6c8a4409a55ca06d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6de5f5a5bf6d757fba045f6c3c2a03f63662d5909ed6467b9bf4e07c2fe01e4c" - sha256 cellar: :any_skip_relocation, sonoma: "adc193c9171eb012618c4a990020428c5b8c8f481a7a91b415a1764d1d00d111" - sha256 cellar: :any_skip_relocation, ventura: "c071be5370824ec8c3225aaf1d7d8dc74919cf8669c48598184a8c2b0fa2d581" - sha256 cellar: :any_skip_relocation, x86_64_linux: "91ddc85af12c95ff8070bd5359ef3e2451930ec9788304264be9bb1f9c458589" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3aed5d81c543b8a4cffb51dda400d11754e6754060c287c0106f7e911097c49e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ca9d8fac0a70b1bca8c227f95e0a044f5478dbeec2b39d45cdb8e4ae0a307c4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8f5223186feb95344f8817aad654b8707a0354efe1478470428d8da708d98f44" + sha256 cellar: :any_skip_relocation, sonoma: "7001f3bbbbbe457a9ff7f243aa14dd30fb5734a1cbb4403905807ec63c950876" + sha256 cellar: :any_skip_relocation, ventura: "17f1f5aa949003ac58959c99ea95068f04bd288ba57a911613748c9ec654bed8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c34623389b33a52a147599ce8e250632d12ca028046506d892ada2b870306e2a" end depends_on "pkgconf" => :build From 552d2824163647dcf01e1565be3f59c04fc5ccf6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:45:30 +0000 Subject: [PATCH 00837/10074] stencil: update 2.5.0 bottle. --- Formula/s/stencil.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/stencil.rb b/Formula/s/stencil.rb index c57d588b722d2..db53e86d7e031 100644 --- a/Formula/s/stencil.rb +++ b/Formula/s/stencil.rb @@ -7,13 +7,13 @@ class Stencil < Formula head "https://github.com/rgst-io/stencil.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "edb89866ce1167db591f573c1eaa2ef5c984c3663b9b78aaeff907722775f8f6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "27503282809deef960658a972008065c5621600b8c4c8d65d97fc0e89c0f33f4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fc568999c7229d16a61068f3c53fcc65629c0f01ce1a457c3af8e80ce8f87ad2" - sha256 cellar: :any_skip_relocation, sonoma: "6e5dc73c1fd34f532e204fe44a6b536a9434567b4465fe04f6c6537baccf9270" - sha256 cellar: :any_skip_relocation, ventura: "c035a024d7a6763391538073ba5439fb647ce7954583d94c0bbad59b4267c0ae" - sha256 cellar: :any_skip_relocation, arm64_linux: "bdfc06395a1dee7ad16261b1478cd43e141715533791e45504c616bd15226de0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a8e19f32107a89c9b8da0872cb527bccf43c138ae761f6960771a2c4219fd92b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf04d3fd293422a6a8bccfa9b5552952f79153e195b9086ca96740049fa51a7b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f9eff63aca297c11671afe7010a2f87d7f616bd8d75a47c39f6c28a47db2680" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5bbca19773ad03fd52b07b9ad7419ba067ad0815111924e6919711b32844d5bc" + sha256 cellar: :any_skip_relocation, sonoma: "39407eb7a66cef5a7c1d39be5a91a1097f5f7bd52d89c9320029d53df1726911" + sha256 cellar: :any_skip_relocation, ventura: "8ed509a19be6d35a4cc6d6c86ccb5b4d45d7f6b51130590af0aa888f1ad14642" + sha256 cellar: :any_skip_relocation, arm64_linux: "15089cd06fe65d3b0fbbb3cfdbf324d0895db3125564358098ace4418a3d09ce" + sha256 cellar: :any_skip_relocation, x86_64_linux: "05563d0b5b1e5ae620e71cfbb93674aa9437b9ef065e9bec42fac919528902fb" end depends_on "go" => :build From aeaec2b7f6de5be2c8927e1a522a1e398051ac27 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:48:08 +0000 Subject: [PATCH 00838/10074] universal-ctags: update p6.1.20250601.0 bottle. --- Formula/u/universal-ctags.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/universal-ctags.rb b/Formula/u/universal-ctags.rb index a2a27d6ba71af..8e9792e739a76 100644 --- a/Formula/u/universal-ctags.rb +++ b/Formula/u/universal-ctags.rb @@ -13,13 +13,13 @@ class UniversalCtags < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "682b807236a949abc7d6b8dd7ad64a2eb26b826f7a7488d3ee8d573901b8bbbe" - sha256 cellar: :any, arm64_sonoma: "d02a652de4bdeab3c46ffec9d012cf3a2b5eb81a1289b6072e9fc1bf40722634" - sha256 cellar: :any, arm64_ventura: "6f4378bc10c3837f6996d376ff05c54f09b584c5df1e558014bac18e320ac2a0" - sha256 cellar: :any, sonoma: "bd28475ce56e52d63e84c8216b1980818a490d9c9b92eb527e75358adf020540" - sha256 cellar: :any, ventura: "2a7385ece264c014a0e2c43b75a563d88d26445559dfd66d674fef597070f061" - sha256 cellar: :any_skip_relocation, arm64_linux: "4e8203db6aa4e42fb0a149e23250c4117730992b8df0bed3102ad7fa7764167a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e91bd5f4b714622317dd829ca44b670f46638276c92f09f6994db6af3da0b35" + sha256 cellar: :any, arm64_sequoia: "c10ac7ce7ccc02130c039cdb0ae97ee35d45083fd2529d703d43377f501bdb89" + sha256 cellar: :any, arm64_sonoma: "173cc0be83207b80b80e28114618253a7ab1503870cb195523b83c7ab8d40909" + sha256 cellar: :any, arm64_ventura: "f5dc161b3c2e363f1656d547ac89a124d98336d867afcd91c4bbaaf2ff610ed8" + sha256 cellar: :any, sonoma: "cfcb78753fe98826a9e22cd67e0952a189f775677c5cfc07076665d60cc022dd" + sha256 cellar: :any, ventura: "3c839c7bcda55226fbefb3b87b28a68043cae67467e1f3ec563f2d8c2de5c249" + sha256 cellar: :any_skip_relocation, arm64_linux: "e2a8d754503138bf06d0e4317bd5459d025bb258e6c8a5486b3a90ef02621944" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5cf0355ca275844fad3f9605204fd0137c1dc587ece49a4e3d79c81dfd1157ed" end depends_on "autoconf" => :build From 31b2a52ac3ab58314e61f813b3a9a1583a1cbefb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 04:54:22 +0000 Subject: [PATCH 00839/10074] act 0.2.78 --- Formula/a/act.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/act.rb b/Formula/a/act.rb index 14c60911e5b5d..0bef45e5a9bf4 100644 --- a/Formula/a/act.rb +++ b/Formula/a/act.rb @@ -1,8 +1,8 @@ class Act < Formula desc "Run your GitHub Actions locally" homepage "https://github.com/nektos/act" - url "https://github.com/nektos/act/archive/refs/tags/v0.2.77.tar.gz" - sha256 "f0e43fe9416ad796035ad3b435dc6d8f6db6997d569f3e793d25f9ed7635f08d" + url "https://github.com/nektos/act/archive/refs/tags/v0.2.78.tar.gz" + sha256 "0376a119cd40a62deeb2f3a35f8d87a5fe054de0092d51448d147058c93ef69c" license "MIT" head "https://github.com/nektos/act.git", branch: "master" From d19d5ae672c4b6f908172f13d6a82ec8f96118c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:17:33 +0000 Subject: [PATCH 00840/10074] repomix 0.3.8 --- Formula/r/repomix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/repomix.rb b/Formula/r/repomix.rb index e9bb72d0d20d1..e27010c6ee78d 100644 --- a/Formula/r/repomix.rb +++ b/Formula/r/repomix.rb @@ -1,8 +1,8 @@ class Repomix < Formula desc "Pack repository contents into a single AI-friendly file" homepage "https://github.com/yamadashy/repomix" - url "https://registry.npmjs.org/repomix/-/repomix-0.3.7.tgz" - sha256 "8399b5ad3b2afd26d32031e32d51b458cd74ab7515a8b38c4831f896c4d76c5e" + url "https://registry.npmjs.org/repomix/-/repomix-0.3.8.tgz" + sha256 "641984012fb7074125666a1f295049345108b1658fd04c494299303bfc07bfb2" license "MIT" bottle do From 118cd5c2580958ab61e0801e7a94b77d10c8ff72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:21:21 +0000 Subject: [PATCH 00841/10074] assimp: update 6.0.0 bottle. --- Formula/a/assimp.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/a/assimp.rb b/Formula/a/assimp.rb index 4e7c161211a13..29da6ab8fb452 100644 --- a/Formula/a/assimp.rb +++ b/Formula/a/assimp.rb @@ -15,15 +15,13 @@ class Assimp < Formula head "https://github.com/assimp/assimp.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "3617c461f17de42a22ab7090b1b056b16f854f767bcbd9f46e3df1d1c2374b0b" - sha256 cellar: :any, arm64_sonoma: "6e0aead723a0156775a0e547d7c38da9893f0db854e32932e168f09b9f33df1d" - sha256 cellar: :any, arm64_ventura: "7ced67d760a444e794361406950f9cf559448bb1820ed27f151c8026df25109e" - sha256 cellar: :any, arm64_monterey: "e37e55230c1dadd42cc118a8cc7b1ede59226d833731c4da7c7edd2a7f7e89e8" - sha256 cellar: :any, sonoma: "97806c9287013e10f6cd45d131e2936639c714048393699d607189f302d4b457" - sha256 cellar: :any, ventura: "fdee9585eca259f83b827a0b7f7161599a914150cf3ded457e8d9c51eed5a6a7" - sha256 cellar: :any, monterey: "6b2af335f9c9c4a0706e9a111d45e33a1feaf78aaffa00d8c8361e0e2f5bd1cd" - sha256 cellar: :any_skip_relocation, arm64_linux: "882b3c50f9882e2f2b2ee67d7a5bb949979c0da89c343fb7caca913bad65649e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "46b2c127678c024d31c2e873fb39739a65ce04718439d1e6661a8dc7aacdd4ec" + sha256 cellar: :any, arm64_sequoia: "ccf4f9fbfb87e220d791b8bae7a03840e6d52440f4788ede9ce189a9157049bd" + sha256 cellar: :any, arm64_sonoma: "c113d9fc5739e25495ef086f9356a8ea2676757a7d84326c285c425e4ddb1f02" + sha256 cellar: :any, arm64_ventura: "cd67606d49b2ac59e3d223c4d1a4ebace5a1c60a853d5ece4486a88654c0e1d8" + sha256 cellar: :any, sonoma: "408b6e7c895e18d2cfed9337f6c323e092ae09f3b8d32e09d6ad562bb180fc46" + sha256 cellar: :any, ventura: "bbabbc09843ea4a0e2ab4b95f310c211aba7e78b665dd974ee65495036562074" + sha256 cellar: :any_skip_relocation, arm64_linux: "36ea2edbe7367cae0d51accda43f797269828c2049ee2b48e5c504606a0fed5f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "50d9455ac367dc04ab56783795b31269ed338668643b5f35ddb8bc2815bc7c4e" end depends_on "cmake" => :build From 1de0fc575c44132501256c1ffe2d8d96ed840b07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:21:44 +0000 Subject: [PATCH 00842/10074] act: update 0.2.78 bottle. --- Formula/a/act.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/act.rb b/Formula/a/act.rb index 0bef45e5a9bf4..3f2687a5efae6 100644 --- a/Formula/a/act.rb +++ b/Formula/a/act.rb @@ -7,12 +7,12 @@ class Act < Formula head "https://github.com/nektos/act.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "10e4a9debd5171a0594078b426ebf51224e8daddecdd4c5e17c7ed9243489c79" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "91ee09eb60be6ff814a890a16210153379bf658ba06f8677372c79eaa5a501c6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e6cbe0f56364ece21eaad866ab610b92b054e62e94c23ef1f3bc0765b674d899" - sha256 cellar: :any_skip_relocation, sonoma: "fc2eee9223f4ebc9f460637cb6434af15c8e267988f92d4d28858f42c1170033" - sha256 cellar: :any_skip_relocation, ventura: "a9901a43735ff91b5f924173b51ea2dc5b23e5b587779e26c3ee9962a219969e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4956aa4146f211db41174fbe88409d2bae380e8ee2985cf2d6037f5b4786a692" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3129a034dea7174a7632974bc4d5d3a28522b3e0f26ce726b4a56a5341c6d54f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ed9b4823e08d3dcf9878f11d431d67cf550e82567a1812afca0d771a2fcb905" + sha256 cellar: :any_skip_relocation, arm64_ventura: "372a0922c5f84e4d9eddb45b92933441de356d448bb52cd76a72dcaec904eaaa" + sha256 cellar: :any_skip_relocation, sonoma: "68cff48057620950720392097971c2cac12cf4b1141d6dcc6d6b293bd7af7d23" + sha256 cellar: :any_skip_relocation, ventura: "ca1b7b72ad1ee02216acd9ac1e8a43aa614198ea9a725b305ccafc3de38a1619" + sha256 cellar: :any_skip_relocation, x86_64_linux: "331ba9d990635f0967070e7f724d2ee25bfec80be455078de1d55a0fc3623d62" end depends_on "go" => :build From 069eac93de83cf59073329900166a804599091da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:22:27 +0000 Subject: [PATCH 00843/10074] spirv-llvm-translator: update 20.1.3 bottle. --- Formula/s/spirv-llvm-translator.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/spirv-llvm-translator.rb b/Formula/s/spirv-llvm-translator.rb index da47496a2b42d..b569984ea1342 100644 --- a/Formula/s/spirv-llvm-translator.rb +++ b/Formula/s/spirv-llvm-translator.rb @@ -6,13 +6,13 @@ class SpirvLlvmTranslator < Formula license "Apache-2.0" => { with: "LLVM-exception" } bottle do - sha256 cellar: :any, arm64_sequoia: "0d2d662b60a4779b1d54609ac46961178069b78d3b5e29dc392d83f0bb2f77be" - sha256 cellar: :any, arm64_sonoma: "030ff2cf482f2e4e047be915ba875027ed903e2a1c076efac8b73f623c37a13e" - sha256 cellar: :any, arm64_ventura: "c249699bf1e4f4302d1785848ed3a6c14b82b42c4384cc08154ed39634c106ff" - sha256 cellar: :any, sonoma: "b101621e10e8111828626a444a70081d5a4d7dbcc5eb530248a8f7eb8d3c285d" - sha256 cellar: :any, ventura: "ad4ccd7cdeb3b8acf6833f025b52932eef992dab584010aa975429737d5aff33" - sha256 cellar: :any_skip_relocation, arm64_linux: "71bfa085d672dd0050427be679576f5870d51402952033c05d07f65c205e94e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "26e105772ab373a0810b545b4d6a3829845d67e8656456fc292e9bf9823aa371" + sha256 cellar: :any, arm64_sequoia: "a425c821bca1ff84930051d0fdc4db1389d2609fed9fd993c6dc088d8b69e4df" + sha256 cellar: :any, arm64_sonoma: "83b56ad41ae4c697136b577db136fe4a5849d383fcfcac2693e4b8f3248ac500" + sha256 cellar: :any, arm64_ventura: "e31eeeb2f387b9767a33ac331825d96fda64c45853a756a5489f25c88414e174" + sha256 cellar: :any, sonoma: "b4ce22d3a5687712eb5f7bbab2dea849f4c5ffcd17b8da4a3b80f1ee8cfbd21a" + sha256 cellar: :any, ventura: "f755ec2710b712391af6fb000c48def3e115beb2db4c4f63f0a0f5a1b8d5fe88" + sha256 cellar: :any_skip_relocation, arm64_linux: "a81a25c23f85d2233cd3ffb2a943ef4e3ed2baee84e8ea7dc67adbc30e4c769e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e7eef72a4d06e38cd2b5ce0050991a623608d8b2468dd652d4d562454d7b711a" end depends_on "cmake" => :build From 99f026eac5bd72c48de6c3e559f23b8e0076723b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:22:40 +0000 Subject: [PATCH 00844/10074] lanraragi: update 0.9.41 bottle. --- Formula/l/lanraragi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lanraragi.rb b/Formula/l/lanraragi.rb index 487a04f12d313..482d2c697eb5d 100644 --- a/Formula/l/lanraragi.rb +++ b/Formula/l/lanraragi.rb @@ -7,13 +7,13 @@ class Lanraragi < Formula head "https://github.com/Difegue/LANraragi.git", branch: "dev" bottle do - sha256 cellar: :any, arm64_sequoia: "c2bcdc9e4877bbf3aeed731c76137ea29f58651c3072beccb4b39fca3abd3488" - sha256 cellar: :any, arm64_sonoma: "1eb212c64a8320fe0c04132b7628e2030615daa7e044bb8d4c14a766d93cf584" - sha256 cellar: :any, arm64_ventura: "22fa3648a0c9d44ab98d6aca81849bfdbee6c2f06c965dffcc8744006ca3ec16" - sha256 cellar: :any, sonoma: "79c7c96f06283f5bf40a25bdb52256a47d0d3e8a48c76de812422b42b1c924f5" - sha256 cellar: :any, ventura: "52806a1a7f163ee977e893fdb7ab82e0768874a5a5a5a8deb5df7c01fa788682" - sha256 cellar: :any_skip_relocation, arm64_linux: "1feee998a2a39c37e4fe44e5b3334cceeba64ddca96a0098b654a0c79b6c61bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e5fb1326998ad168d3f1d015f897f78df696b7f87bc192d2ded96cb0b922f9c4" + sha256 cellar: :any, arm64_sequoia: "ee4f5a14314f40f1b206b523a16336ce8a686825297ab796342bb281d0a5389d" + sha256 cellar: :any, arm64_sonoma: "4c07be938e320d4a37a02bfdb730959ec36c88799bf16f83c2cbc7d3816491f2" + sha256 cellar: :any, arm64_ventura: "47ea9eee3f163b432a658acf7cbd9e618955b92fe54a8fd6cb1358039da1e038" + sha256 cellar: :any, sonoma: "4e57f8d82a8b6d7e11f38ab6a557106a6228455f1dc3b33754db2ce2ae072ea0" + sha256 cellar: :any, ventura: "9d2aff4b06727eb2cbc24b46677eaac0073c9aed50823744a1eab62a2694ec25" + sha256 cellar: :any_skip_relocation, arm64_linux: "a8e605b524579aac12f6b4d738c1ffbf08582cd74b7aac29711c9bfb254d7e8d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15fce6c4c855ffcfedcb5679593ad781456a68083db2da75bd2ad73f9866eb9c" end depends_on "pkgconf" => :build From db557c0371c1e6b4a3de86886379395dff52fc38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:46:11 +0000 Subject: [PATCH 00845/10074] repomix: update 0.3.8 bottle. --- Formula/r/repomix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/repomix.rb b/Formula/r/repomix.rb index e27010c6ee78d..24f75e1ffa9e2 100644 --- a/Formula/r/repomix.rb +++ b/Formula/r/repomix.rb @@ -6,13 +6,13 @@ class Repomix < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "e8fe5a068c4117c1d49f544983c58a7788359cfd697419d9327777cd1724dfda" - sha256 cellar: :any, arm64_sonoma: "e8fe5a068c4117c1d49f544983c58a7788359cfd697419d9327777cd1724dfda" - sha256 cellar: :any, arm64_ventura: "e8fe5a068c4117c1d49f544983c58a7788359cfd697419d9327777cd1724dfda" - sha256 cellar: :any, sonoma: "ed7c4e0e1b55f3a23da9a9e02ef2dcbbe876537749b6d86384cc96a76149d928" - sha256 cellar: :any, ventura: "ed7c4e0e1b55f3a23da9a9e02ef2dcbbe876537749b6d86384cc96a76149d928" - sha256 cellar: :any_skip_relocation, arm64_linux: "a6324241865e4f2833fcefc2ff887d309db5a0498eaeb004a7ad5e9cf1fef970" - sha256 cellar: :any_skip_relocation, x86_64_linux: "101b965e3e6e3dffdc471e19b82155738138504e394986b80d0191cd81b72218" + sha256 cellar: :any, arm64_sequoia: "38936461c20551512c9276384d6be45639dd9a28dda7475f8fed35f34eb74ae4" + sha256 cellar: :any, arm64_sonoma: "38936461c20551512c9276384d6be45639dd9a28dda7475f8fed35f34eb74ae4" + sha256 cellar: :any, arm64_ventura: "38936461c20551512c9276384d6be45639dd9a28dda7475f8fed35f34eb74ae4" + sha256 cellar: :any, sonoma: "b643fffeb292e68f3a2c037d768fe90326307325c7a13e0eb88b7881d9e3695c" + sha256 cellar: :any, ventura: "b643fffeb292e68f3a2c037d768fe90326307325c7a13e0eb88b7881d9e3695c" + sha256 cellar: :any_skip_relocation, arm64_linux: "3c4e884de18c0c45bfc674c96118dc271c26e50e6678bd0bcae87fc2a5eb9380" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2306fe2914394be276217d523cda5554e59eb4dc0279b1ad796115f220224d2d" end depends_on "node" From 0b1d10e974764566ab55e216671ba31b0bc83c64 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 07:53:07 +0000 Subject: [PATCH 00846/10074] cdk8s 2.200.87 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 9c594ee7cdfc3..bcf576c42caf5 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.86.tgz" - sha256 "64ef50efa493e4aa871066854a0ad7d200aa995f217b4f664439bd49193ddbcd" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.87.tgz" + sha256 "ae48974da897b771992401243b0c37ac9595dc4dae4a02bc3553bc1b49e8b1a8" license "Apache-2.0" bottle do From fc2b7014cbf7b9cea4dfcf23c1e4362d5e2c3256 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 1 Jun 2025 18:03:13 +1000 Subject: [PATCH 00847/10074] tldx 1.0.0 (new formula) --- Formula/t/tldx.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Formula/t/tldx.rb diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb new file mode 100644 index 0000000000000..e2049963300bb --- /dev/null +++ b/Formula/t/tldx.rb @@ -0,0 +1,17 @@ +class Tldx < Formula + desc "Domain Availability Research Tool" + homepage "https://brandonyoung.dev/blog/introducing-tldx/" + url "https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.0.0.tar.gz" + sha256 "4386238735382f341ddafb96b9d92a65324e51b47c2d3bc3d693de86b602cf84" + license "Apache-2.0" + + depends_on "go" => :build + + def install + system "go", "build", *std_go_args(ldflags: "-s -w") + end + + test do + assert_match "brew.sh is not available", shell_output("#{bin}/tldx brew --tlds sh") + end +end From a1d1fd85a50127942b7960fc24ade4f09ceb044d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 08:04:39 +0000 Subject: [PATCH 00848/10074] jackett 0.22.1975 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index c656dddb639aa..7c4800207401f 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1974.tar.gz" - sha256 "37bc7f72a1b2d79b7516d4c0855e4de3ff762278de2611fc80714a3ebdbe3e1e" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1975.tar.gz" + sha256 "ef4c78c2507c286991befa0403309509a515a3837eb1d569c9a34b9ebdee9d96" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 192e0457d968dac50662f9a63f83c7d29402e824 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 08:26:11 +0000 Subject: [PATCH 00849/10074] uvicorn 0.34.3 --- Formula/u/uvicorn.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/u/uvicorn.rb b/Formula/u/uvicorn.rb index a481ff0fbbc15..ca1f48b1f03bc 100644 --- a/Formula/u/uvicorn.rb +++ b/Formula/u/uvicorn.rb @@ -3,10 +3,9 @@ class Uvicorn < Formula desc "ASGI web server" homepage "https://www.uvicorn.org/" - url "https://files.pythonhosted.org/packages/a6/ae/9bbb19b9e1c450cf9ecaef06463e40234d98d95bf572fab11b4f19ae5ded/uvicorn-0.34.2.tar.gz" - sha256 "0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328" + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" license "BSD-3-Clause" - revision 1 head "https://github.com/encode/uvicorn.git", branch: "master" bottle do @@ -29,8 +28,8 @@ class Uvicorn < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "h11" do From 20a111b90783da6eba724a58aba20f17298bf8d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 09:01:26 +0000 Subject: [PATCH 00850/10074] cdk8s: update 2.200.87 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index bcf576c42caf5..508b88cffbe78 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" - sha256 cellar: :any_skip_relocation, sonoma: "3a68f233e8b3ae43d154b058c95b970a91899706a7b67159fd9c3e7bc89b61ee" - sha256 cellar: :any_skip_relocation, ventura: "3a68f233e8b3ae43d154b058c95b970a91899706a7b67159fd9c3e7bc89b61ee" - sha256 cellar: :any_skip_relocation, arm64_linux: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23b669d35f5d85b611b31d387231159ea5f71aa8a642ac422e67d823315d7a5e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" + sha256 cellar: :any_skip_relocation, sonoma: "ee09389de38a88b8c5a6671da835e7ddcfa7ac8fbc55b67e786df1a86fe45ff6" + sha256 cellar: :any_skip_relocation, ventura: "ee09389de38a88b8c5a6671da835e7ddcfa7ac8fbc55b67e786df1a86fe45ff6" + sha256 cellar: :any_skip_relocation, arm64_linux: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" end depends_on "node" From b06631cdceb8b6ae4ebd5635cf68a8c7b82b96e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 09:01:57 +0000 Subject: [PATCH 00851/10074] uvicorn: update 0.34.3 bottle. --- Formula/u/uvicorn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uvicorn.rb b/Formula/u/uvicorn.rb index ca1f48b1f03bc..24f051ee1fb7d 100644 --- a/Formula/u/uvicorn.rb +++ b/Formula/u/uvicorn.rb @@ -9,13 +9,13 @@ class Uvicorn < Formula head "https://github.com/encode/uvicorn.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "1bd7688b18d59c329f5b95e74e61b4e5a66e676e3665d086b8a3ab2e007ab35d" - sha256 cellar: :any, arm64_sonoma: "ae3f26dbe2ab02ed1f1e6bd8998e80e22a48b9a670fecc5e1a4d18745381bd7b" - sha256 cellar: :any, arm64_ventura: "a8a59f729e815343180887bdbaea2e8a0b0192ffdc708c688e35411bde0f9cf5" - sha256 cellar: :any, sonoma: "0934f4b22654c3a390eb114e9983f51829d6d345b0a3adda51bbb3f64ab05ae9" - sha256 cellar: :any, ventura: "95370d8dbcef211dacc7888dcf07d6693d535383a5b9fb01df6ab8b2437e4b2a" - sha256 cellar: :any_skip_relocation, arm64_linux: "23425e76ef828c39ae2921afe559aa13cedb77f5ec95dc87e5afd73f86fddf38" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b92b3949fc7b24c9485bdac2ba38dadc71e061646c428b47a3466539d5a4aa80" + sha256 cellar: :any, arm64_sequoia: "39a00c429dbc0f7b3ba1eb6983ad7fd05fe484b0c08adf957f47ef3f92103ab1" + sha256 cellar: :any, arm64_sonoma: "164b28de76002c1ad77690c628ac78e4b4ea9eec0223d477a9633ef3d19572ce" + sha256 cellar: :any, arm64_ventura: "4edaa3c3c0edf50ba21d16a08d1cbe15796cb0ba331fce22d4f054094d6f3089" + sha256 cellar: :any, sonoma: "d377e9da1de7a1e1eed760fff9354eecbd3f451450b8bd7282308052520529ab" + sha256 cellar: :any, ventura: "2c34b11d406a020192933f364300622768e0a4f66fdc5254587dfce8da3948a7" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba26c450f292dfd3c7b3c1d6b07d10bb204a465e20fc0dddaf3d4d145d6a225f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e67f08c5cbb6dfe09b50e892e3bfcec15d94003d3e5e2341f7fa68a975ea509" end depends_on "rust" => :build From 8949fd0440597dec5fa2ab49e9da25281eae44b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 09:34:47 +0000 Subject: [PATCH 00852/10074] jackett: update 0.22.1975 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 7c4800207401f..b938b353ba19b 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "f3f8482159092deb26614dff5da80bd0e2ccaec062f9f1554791e777b98319a0" - sha256 cellar: :any, arm64_sonoma: "94d23942fbf6fa5d261f5a2b79f118cacbce4b3d9bf01e330b1d6b312db80b8e" - sha256 cellar: :any, arm64_ventura: "5424c9bf09c5a38cebcb9c6226cd918005b019134cd99748b8b3dfb1ed155bc8" - sha256 cellar: :any, ventura: "5847e2d01e9514c0d35d43f78f0c610b813703d7890bf9415d4024da9a136b32" - sha256 cellar: :any_skip_relocation, arm64_linux: "44cecd00127e08bc932ba3327d9a38d1e32b7ecaec4182ed1e2ef3effa76d8e7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f7d5c2546f7d383330c60c3ffd723601f6b712014596849a39acde6594e2578e" + sha256 cellar: :any, arm64_sequoia: "5b07963c82ebcb1db6fc548c848cabc3dd5ddb49e89b5792a0d9aab56176e617" + sha256 cellar: :any, arm64_sonoma: "ea8a2e93a5114557900deb5eabac03d03e135929e0e8d69555b7a9bdeb5c8243" + sha256 cellar: :any, arm64_ventura: "e396a118fbae8ffe68b8b52a1b7bf5362f5e082f81f96aafdac0428340a66ead" + sha256 cellar: :any, ventura: "9e28d033cd1aac3509c4f9000d392423ca22dd1bf070ac71a0b664f9b6f734fb" + sha256 cellar: :any_skip_relocation, arm64_linux: "8ed95dbed962325c09d4847d267398de639ab4eae375f17ad19d6cd26bc09fc2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67a8da5dbd680c1db1ba12bc979278e05bf8d60481568dca161b2bb757e7bf51" end depends_on "dotnet@8" From 2c20fcf59db63a6d3e5b5054cae97866899608ab Mon Sep 17 00:00:00 2001 From: Ivan Casco Date: Sun, 1 Jun 2025 11:00:51 +0100 Subject: [PATCH 00853/10074] lume: add service, improve test PID handling --- Formula/l/lume.rb | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Formula/l/lume.rb b/Formula/l/lume.rb index 99a680f63a782..2ced1dc12e27c 100644 --- a/Formula/l/lume.rb +++ b/Formula/l/lume.rb @@ -30,15 +30,27 @@ def install end end + service do + run [opt_bin/"lume", "serve"] + keep_alive true + working_dir var + log_path var/"log/lume.log" + error_log_path var/"log/lume.log" + end + test do # Test ipsw command assert_match "Found latest IPSW URL", shell_output("#{bin}/lume ipsw") # Test management HTTP server - # Serves 404 Not found if no machines created port = free_port - fork { exec bin/"lume", "serve", "--port", port.to_s } + pid = spawn bin/"lume", "serve", "--port", port.to_s sleep 5 - assert_match %r{^HTTP/\d(.\d)? (200|404)}, shell_output("curl -si localhost:#{port}/lume").lines.first + begin + # Serves 404 Not found if no machines created + assert_match %r{^HTTP/\d(.\d)? (200|404)}, shell_output("curl -si localhost:#{port}/lume").lines.first + ensure + Process.kill "SIGTERM", pid + end end end From 09e1b7ee639725b464d869ad9f9ba5e3799154ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 10:47:31 +0000 Subject: [PATCH 00854/10074] lume: update 0.2.15 bottle. --- Formula/l/lume.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/l/lume.rb b/Formula/l/lume.rb index 2ced1dc12e27c..839f5b1ac3344 100644 --- a/Formula/l/lume.rb +++ b/Formula/l/lume.rb @@ -12,8 +12,9 @@ class Lume < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "24daf74bc4a40c20664689c07289628f95e28b6f809d291ebf9d064a7d140abe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "20eb306a5ac5f378fa4a2c3686941ef3ca418105be222e653e0ea28fc0d25330" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "77bb23d3c58147d030d07d5548d81c3d54e79d5b39158daf5bb74098e26e78ed" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "84bb13d84c4fd64cb8c818158f9ebbb955c2b6b196c7b2bb887c9bc4994ffda6" end depends_on xcode: ["16.0", :build] From 0e4f996adf12b5d4825add54acdcbb3a638799dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 10:50:26 +0000 Subject: [PATCH 00855/10074] bacon 3.15.0 --- Formula/b/bacon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bacon.rb b/Formula/b/bacon.rb index 76d87f29fc420..173f74e1b28f0 100644 --- a/Formula/b/bacon.rb +++ b/Formula/b/bacon.rb @@ -1,8 +1,8 @@ class Bacon < Formula desc "Background rust code check" homepage "https://dystroy.org/bacon/" - url "https://github.com/Canop/bacon/archive/refs/tags/v3.14.0.tar.gz" - sha256 "dd76666adfd41de63d8c53dc667b3e4d64962b473ff0eb2cfc3052a09c6f3af9" + url "https://github.com/Canop/bacon/archive/refs/tags/v3.15.0.tar.gz" + sha256 "b162a0e9f827d849c962a5a0623ba9435182e3bf6c8e3fe4630a2446a8326bc7" license "AGPL-3.0-or-later" head "https://github.com/Canop/bacon.git", branch: "main" From f0d909924079c58f79605e80a674cf351e747f57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:01:56 +0000 Subject: [PATCH 00856/10074] kubevpn 2.7.13 --- Formula/k/kubevpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index ea66fa3ed8499..92194f96d88d9 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -1,8 +1,8 @@ class Kubevpn < Formula desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network" homepage "https://www.kubevpn.dev" - url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.12.tar.gz" - sha256 "47f0a03b371c6256690a4e47474e37113d915e1927fee3cd6b993be70b007ae9" + url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.13.tar.gz" + sha256 "8a7edf3d21d0b756ed277fc19153f4eab450aba0da1b13633ab2d57570d1559c" license "MIT" head "https://github.com/kubenetworks/kubevpn.git", branch: "master" From 5c55235daf3fbc14967a6cef405c95f281c55c39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:04:25 +0000 Subject: [PATCH 00857/10074] llama.cpp 5560 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 4739d54f0a6c0..595154abd3c75 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5540", - revision: "291f2b6913c7ef8350dbf0e77da38f7af131a08e" + tag: "b5560", + revision: "c04621711a893cbd09cff6c927cb005bc6749e36" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From f0c1e0c0bf5fa88a561fc16c4ab22133d846edc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:04:40 +0000 Subject: [PATCH 00858/10074] logdy 0.17.0 --- Formula/l/logdy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/logdy.rb b/Formula/l/logdy.rb index 9ed93c149da3b..5cf898dc60b9f 100644 --- a/Formula/l/logdy.rb +++ b/Formula/l/logdy.rb @@ -1,8 +1,8 @@ class Logdy < Formula desc "Web based real-time log viewer" homepage "https://logdy.dev" - url "https://github.com/logdyhq/logdy-core/archive/refs/tags/v0.16.0.tar.gz" - sha256 "c9db35d4dfe619ec7af79324568c17db373eb3266f88a25de291cec636a5a1d0" + url "https://github.com/logdyhq/logdy-core/archive/refs/tags/v0.17.0.tar.gz" + sha256 "2de95d51912a9cc88e49b309735e5946082e498e20af71c5f42bbd416e09635a" license "Apache-2.0" head "https://github.com/logdyhq/logdy-core.git", branch: "main" From 545ab0c3dc64e7461c5788815f55fafc636cfae7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:10:22 +0000 Subject: [PATCH 00859/10074] plantuml 1.2025.3 --- Formula/p/plantuml.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/plantuml.rb b/Formula/p/plantuml.rb index 2274960980da1..0bb42dfb22b90 100644 --- a/Formula/p/plantuml.rb +++ b/Formula/p/plantuml.rb @@ -1,8 +1,8 @@ class Plantuml < Formula desc "Draw UML diagrams" homepage "https://plantuml.com/" - url "https://github.com/plantuml/plantuml/releases/download/v1.2025.2/plantuml-1.2025.2.jar" - sha256 "862c7d6d0d3bde3c819eac4dfc03cf549046bf1d49c04d18a779eb2d834b77c9" + url "https://github.com/plantuml/plantuml/releases/download/v1.2025.3/plantuml-1.2025.3.jar" + sha256 "837b7922fe30cac1336fd57c5aecc82f0a06032c77db949a6983a9a6ae41704a" license "GPL-3.0-or-later" version_scheme 1 From ddbb5e43366425594c718fdc9b405cb56b33fc2f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:12:35 +0000 Subject: [PATCH 00860/10074] renovate 40.37.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index ac4760487e9ba..9fb243c55999f 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.36.0.tgz" - sha256 "5edae7475b74072ba039d128637a6d0dbec9e81cdc8ae733e1650c48aa9c470c" + url "https://registry.npmjs.org/renovate/-/renovate-40.37.0.tgz" + sha256 "de080d1b1c2f9f6277ac98bf47ac6f2a2d9422dbf11b76bfae9611bb413c5d15" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 14fdb49e0f9d28505fc1863d2f57a9d55f07b9b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:30:13 +0000 Subject: [PATCH 00861/10074] logdy: update 0.17.0 bottle. --- Formula/l/logdy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/logdy.rb b/Formula/l/logdy.rb index 5cf898dc60b9f..936417fb18dd9 100644 --- a/Formula/l/logdy.rb +++ b/Formula/l/logdy.rb @@ -7,12 +7,12 @@ class Logdy < Formula head "https://github.com/logdyhq/logdy-core.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f824b88435510732a6b795cf100cd9de6249febc70afa7d339d817a7d7f31739" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f824b88435510732a6b795cf100cd9de6249febc70afa7d339d817a7d7f31739" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f824b88435510732a6b795cf100cd9de6249febc70afa7d339d817a7d7f31739" - sha256 cellar: :any_skip_relocation, sonoma: "e48f5faaa1c82aff7dffaa7d9fc55b1b2552b60ca51c3921133eb950402d2891" - sha256 cellar: :any_skip_relocation, ventura: "e48f5faaa1c82aff7dffaa7d9fc55b1b2552b60ca51c3921133eb950402d2891" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dee1e1e42f5737edbf37da5cb2c2a16882702063a656436e71af979d6c2ed31f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "44c71c2408d41cd551f14112ad6001b2237d6ed04afd76963e6414ad84ff6d27" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "44c71c2408d41cd551f14112ad6001b2237d6ed04afd76963e6414ad84ff6d27" + sha256 cellar: :any_skip_relocation, arm64_ventura: "44c71c2408d41cd551f14112ad6001b2237d6ed04afd76963e6414ad84ff6d27" + sha256 cellar: :any_skip_relocation, sonoma: "1cbf8423a12870ffff21d6f88defc4f6ca59e7cf0994182003e08ad653499d6c" + sha256 cellar: :any_skip_relocation, ventura: "1cbf8423a12870ffff21d6f88defc4f6ca59e7cf0994182003e08ad653499d6c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3135fa76591aaf207651163fa26f2f1b96015861af9fcf38c2ea9e892140f26" end depends_on "go" => :build From 413da5bacc9759a025969cd16238c6fc2d8dafe9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:31:01 +0000 Subject: [PATCH 00862/10074] kubevpn: update 2.7.13 bottle. --- Formula/k/kubevpn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 92194f96d88d9..a2b58fe1180b7 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -7,13 +7,13 @@ class Kubevpn < Formula head "https://github.com/kubenetworks/kubevpn.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6ed76bebb2d2c08dc0803df69a8893721fd8084f7e4834cb92b4dbb3a913ea1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "10a4604000079d04ca72509831b7a68866fed68b284c1801f13bc1cc2a8f22b4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7b28468ba982edecd19c3f77b4ccada2b6b4b414add372b2c2bbfffa7775e8e6" - sha256 cellar: :any_skip_relocation, sonoma: "77d8347ef49eb6292f33fa60107bc1db0cfb006f6f773dc91b91269d9731ff8a" - sha256 cellar: :any_skip_relocation, ventura: "c7656ecd7d6e08f0c0dd26c9b01b95082ee46402974c70fb4f329e505881a739" - sha256 cellar: :any_skip_relocation, arm64_linux: "9271a58123acbac1bc8eaf878009b4413cb9901a738fc4026762668809c54bd0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "18787cfa2bb5d6f2d6d5521f93c330124224186e1ed46a5166e5c28d58e34222" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9edb8f72838d6675217419a33251cab0a6eafdd27739ed324cb35b7fede4ecfd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bf1b577e4082c093abed38b8e4d447a0fb213d02355b4ba954a7ea12d8cea2b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d66f7c9dda0d1c0d2cc836ec241f07226abebc470a26468b0aa45dbe8b49ff83" + sha256 cellar: :any_skip_relocation, sonoma: "3649539f6b41f6e49698c4b478f0395648ae8d41ce864e9d51720a2b185efcc2" + sha256 cellar: :any_skip_relocation, ventura: "c30dd15639cb8ee28c73d1e4cff6e8df965469c5ec1807fff7a0c9f8f1f0edf3" + sha256 cellar: :any_skip_relocation, arm64_linux: "41b94d14628f5eb069a85d055a0fa4eeca7dee1afa54463de5ec10190878ecbc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a723ee27de7287444f77a4d62d61e18f873b543fde7d13d622a3af67ac9b8381" end depends_on "go" => :build From d0a5ae9fe314ef09ebf96ce859729ed5a54bd9b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:34:04 +0000 Subject: [PATCH 00863/10074] plantuml: update 1.2025.3 bottle. --- Formula/p/plantuml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/plantuml.rb b/Formula/p/plantuml.rb index 0bb42dfb22b90..72bb47b0e31d5 100644 --- a/Formula/p/plantuml.rb +++ b/Formula/p/plantuml.rb @@ -12,7 +12,7 @@ class Plantuml < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "1846557e79667e79f2ad6e129c6931f731d696daef53f7ba23702497cfa433a1" + sha256 cellar: :any_skip_relocation, all: "0105cd0415e8111f4b49db3b396a9408749f12ecb1349a1cc5f4defba0e431a5" end depends_on "graphviz" From a61929fd9832313e4731ac973f5ca22f3beb59e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:34:41 +0000 Subject: [PATCH 00864/10074] llama.cpp: update 5560 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 595154abd3c75..59ef9ba32a96c 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "48776929c28d37fe3e94f314e00825ff99687fe324829fc293607c0e72a4d490" - sha256 cellar: :any, arm64_sonoma: "9c7562949678ade1e0141472fdace4d8dc26e9fddf4c04acef991b043c9871ad" - sha256 cellar: :any, arm64_ventura: "539f60efceaadb13970629112ae3c677c980d9813d79efbd317ae290432d9cec" - sha256 cellar: :any, sonoma: "1d948861ede4c3899dc8da8fc6b930f571414bf07c1904aa4a39e98dfd7054fa" - sha256 cellar: :any, ventura: "e6ef36f01e9f7ba387e08f007dfeadbf7101e23050b0a9b08c808c2b3bd13cee" - sha256 cellar: :any_skip_relocation, arm64_linux: "5c5403e7bcfa39216873a0760c221e771198301ea658554cee29c1fd127d81a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ea89025c3057bec083b38136d51b1d69a92e69fa212cdc1d514d67b0e9ffefb" + sha256 cellar: :any, arm64_sequoia: "04c88af5e39ab2348e2d1987ee6b168ca2ee8bb5aac3fc739b58455a8f07faf2" + sha256 cellar: :any, arm64_sonoma: "a8cff9db6099fe4218c4a1e8c9c32914308bed1d3d0f883f82b8023e91d74eaf" + sha256 cellar: :any, arm64_ventura: "1cca9a380dafa215bf4af2b08ef09fe0bf5dc3d9ef6d6c436bbf09a9594fa419" + sha256 cellar: :any, sonoma: "c3157ad3def1f91ded7c877c7fe4749e6ec4d6a7581f6a5690a8a63ea933adb4" + sha256 cellar: :any, ventura: "c74331af1fe90305a86b76c3ac3718c16622b444ac2c154072fbd33118f6d5b5" + sha256 cellar: :any_skip_relocation, arm64_linux: "8ee9003a20f2e32c1df06b43178c68de0edef07994638a109d5274948888c9b4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d46851f20a3eaca5dc9501fa0106e4bf902197d18d749140f0e39e3e80f48055" end depends_on "cmake" => :build From 61609f3f9d545b77365799fd216e972bc7651be8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:35:54 +0000 Subject: [PATCH 00865/10074] bacon: update 3.15.0 bottle. --- Formula/b/bacon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bacon.rb b/Formula/b/bacon.rb index 173f74e1b28f0..297be8abdc1f4 100644 --- a/Formula/b/bacon.rb +++ b/Formula/b/bacon.rb @@ -7,13 +7,13 @@ class Bacon < Formula head "https://github.com/Canop/bacon.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d528a9e0a0fec4821136ae87a2555bf7ca40b420b39b513957ae2f281f22913" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f30fee470321fb47263c2e74406a2faaad66cf952017da7f2f3444b3f7282da" - sha256 cellar: :any_skip_relocation, arm64_ventura: "54ed4d8e8e88a89e12e44fe1f6d9c4c5e387b99aa926ee9f6319c172221ac9d5" - sha256 cellar: :any_skip_relocation, sonoma: "a441c65bc51110c175f0e3104c0617c3ca8f802aad9870be5f3ad6fc16ab65bf" - sha256 cellar: :any_skip_relocation, ventura: "fee2e18357d5a9cd4944c0fa5407214a8d3ca165ba53d2095fc6c2b8647abb53" - sha256 cellar: :any_skip_relocation, arm64_linux: "4822c3a8aeb8c1bf7e606c8f700506cd1aa836708f96c0c6ba95643b67ce25b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ab18eb2f95e2ea00daa921cc1f5431da39c29ccc96c19316e6fe19243b4c3a69" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bec10b9beaf96bc4bbc6b868d369741c1291a12c18e97223af18203d8f6e0d4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94f284281c13953f8847250463e09c36129d26d505defa17d81d9c461ca2fae4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7500b10d06f6fcf4775966c117720a39005e12c48f37bb5ab5e7d903b38fb21e" + sha256 cellar: :any_skip_relocation, sonoma: "c9b34f95d12be979d536325391e843111973094a1a04e776395aa6a2336c3a99" + sha256 cellar: :any_skip_relocation, ventura: "5954ad20e803ff9d68ef08ae9e3b224e1d988f37561e5fa655b6dc4f00f9f756" + sha256 cellar: :any_skip_relocation, arm64_linux: "e38d8e553f79c0e5da15984d4f9f2b4d55505fc610f711ea8d85c1e65c3c7f51" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f42d4795e429efca0f607b1acfe7c3ec544bad1ee8106e9d805e658b05bfb37" end depends_on "pkgconf" => :build From 47d3d788b00c8143c42d353b27190413051b08e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:42:08 +0000 Subject: [PATCH 00866/10074] renovate: update 40.37.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 9fb243c55999f..72764d8e6606d 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c7ecd1640f28547d08d5de4e64eefc80ffdbff79426cf2ea35c0e1f6c66a953" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeccd6350eaca1a792da66ea225f62b5b11d2eae309ee0b0f7024fc2046461e7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1b96ce6685903a90037eb38ee836ac2e7e257961d175b10fa8393e162120209c" - sha256 cellar: :any_skip_relocation, sonoma: "fc55b669bd3cc630d0fa0a67edbc97b4b1e8e63286796e992bfc7fe21e9dd478" - sha256 cellar: :any_skip_relocation, ventura: "5414336f0e2d7e37b2dc4a486a133c8205c21a0e9ce34e16ee96380277b07bee" - sha256 cellar: :any_skip_relocation, arm64_linux: "c89dd41188017da31da580bea0f1a91fada6bb0fa3bf098497172c1952bda1cc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b65b9f98b2c738e80de400aafa1ec4bcb32d75d214f2a38fe8d5cb9980a95def" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d81809ab99388c96425867f7f86968ce4a57316616795de9432babacb2e29e33" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "df2800d24b89118d4be77e7de636c4d645801b7f57f03d30531ec2bed19c03e3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c046515d2f78ccf9b2f417634b5d6f367011f82832845d472745f5ba81d31cfa" + sha256 cellar: :any_skip_relocation, sonoma: "ebf4c4fe58af8ff1fc59fb4c359692e48f61d76f9201dbd0b12141b7ac174121" + sha256 cellar: :any_skip_relocation, ventura: "30093d0afac33bf7a310a4d184adba9b814398366edcccd99b32750a7205f554" + sha256 cellar: :any_skip_relocation, arm64_linux: "33fa85d123fb4a136f948895c16816f04adecfabfa49e3d56bdc7b0858dc08e5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef654a60358e44886c0b71b8dc9640a9aa523f0745106e5f5ca89267654bcf50" end depends_on "node@22" From 319b54ed56a76ea956e4d1bf66c024ca1cb6269f Mon Sep 17 00:00:00 2001 From: bevanjkay Date: Sun, 1 Jun 2025 23:24:07 +1000 Subject: [PATCH 00867/10074] jq 1.8.0 --- Formula/j/jq.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jq.rb b/Formula/j/jq.rb index c6c42f53df0c8..24a0b6774e5b6 100644 --- a/Formula/j/jq.rb +++ b/Formula/j/jq.rb @@ -1,8 +1,8 @@ class Jq < Formula desc "Lightweight and flexible command-line JSON processor" homepage "https://jqlang.github.io/jq/" - url "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz" - sha256 "478c9ca129fd2e3443fe27314b455e211e0d8c60bc8ff7df703873deeee580c2" + url "https://github.com/jqlang/jq/releases/download/jq-1.8.0/jq-1.8.0.tar.gz" + sha256 "91811577f91d9a6195ff50c2bffec9b72c8429dc05ec3ea022fd95c06d2b319c" license "MIT" livecheck do From d6f79d3f9a4cb18cfda513564b3cf935280e2079 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 1 Jun 2025 23:26:39 +1000 Subject: [PATCH 00868/10074] autobump: add jq --- .github/autobump.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index a57b7754ebd88..8d3fd761c9b11 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1724,6 +1724,7 @@ jp2a jpeg-turbo jpeg-xl jprq +jq jql jr jreleaser From 45b0643a54c4ba3e764ef0ee36e5f8f015dcad85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 13:50:45 +0000 Subject: [PATCH 00869/10074] bashunit 0.20.0 --- Formula/b/bashunit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bashunit.rb b/Formula/b/bashunit.rb index 072e4a455b4d1..4f95756981117 100644 --- a/Formula/b/bashunit.rb +++ b/Formula/b/bashunit.rb @@ -1,8 +1,8 @@ class Bashunit < Formula desc "Simple testing library for bash scripts" homepage "https://bashunit.typeddevs.com" - url "https://github.com/TypedDevs/bashunit/releases/download/0.19.1/bashunit" - sha256 "2d085bcb752a9b910db7a964b309a25960a19e778f40676ff51d9d7534891a48" + url "https://github.com/TypedDevs/bashunit/releases/download/0.20.0/bashunit" + sha256 "d1eed647b705ff91a3ce233b06cf300fcaf540a411404e2287d50c66699773a8" license "MIT" bottle do From 44add2bf4eca4e873ca172fd35bb8943635705ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 13:54:47 +0000 Subject: [PATCH 00870/10074] codesnap 0.12.9 --- Formula/c/codesnap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/codesnap.rb b/Formula/c/codesnap.rb index 8d98c05625475..d633bbadca897 100644 --- a/Formula/c/codesnap.rb +++ b/Formula/c/codesnap.rb @@ -1,8 +1,8 @@ class Codesnap < Formula desc "Generates code snapshots in various formats" homepage "https://github.com/codesnap-rs/codesnap" - url "https://github.com/codesnap-rs/codesnap/archive/refs/tags/v0.12.8.tar.gz" - sha256 "e850826ac817a8d60f90aceb65504639edb0b624047690f57e88fde9bb294257" + url "https://github.com/codesnap-rs/codesnap/archive/refs/tags/v0.12.9.tar.gz" + sha256 "365d64b0a752396b55d400c08e287c1b09556a8eaca4242cab55d17da8a7af48" license "MIT" head "https://github.com/codesnap-rs/codesnap.git", branch: "main" From fb31c0effccc4cbeb777fa213e4c53167129f086 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:01:57 +0000 Subject: [PATCH 00871/10074] gnunet 0.24.2 --- Formula/g/gnunet.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/gnunet.rb b/Formula/g/gnunet.rb index 84a40514c6b3a..e255c0fa94f87 100644 --- a/Formula/g/gnunet.rb +++ b/Formula/g/gnunet.rb @@ -1,9 +1,9 @@ class Gnunet < Formula desc "Framework for distributed, secure and privacy-preserving applications" homepage "https://gnunet.org/" - url "https://ftp.gnu.org/gnu/gnunet/gnunet-0.24.1.tar.gz" - mirror "https://ftpmirror.gnu.org/gnunet/gnunet-0.24.1.tar.gz" - sha256 "c4f8f9d25d3a00f80709583b87aa8312d01454090b73a413b43ec7ec7c07ba39" + url "https://ftp.gnu.org/gnu/gnunet/gnunet-0.24.2.tar.gz" + mirror "https://ftpmirror.gnu.org/gnunet/gnunet-0.24.2.tar.gz" + sha256 "2e4e4a907d9427f0c3dd4d6795cceaf72ccf397e9dc961f60edbef3006f6af47" license "AGPL-3.0-or-later" bottle do From d6aee53a16ee833f5917f81b9542d763ced11366 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:08:41 +0000 Subject: [PATCH 00872/10074] libtorrent-rakshasa 0.15.4 --- Formula/lib/libtorrent-rakshasa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libtorrent-rakshasa.rb b/Formula/lib/libtorrent-rakshasa.rb index 6834fb30c9b01..5a75055ff8035 100644 --- a/Formula/lib/libtorrent-rakshasa.rb +++ b/Formula/lib/libtorrent-rakshasa.rb @@ -1,8 +1,8 @@ class LibtorrentRakshasa < Formula desc "BitTorrent library with a focus on high performance" homepage "https://github.com/rakshasa/libtorrent" - url "https://github.com/rakshasa/libtorrent/archive/refs/tags/v0.15.3.tar.gz" - sha256 "dd0e011dfe0c37b8a41cfc7a778cc92e52352f1091347ab98e63aa8a5c532dad" + url "https://github.com/rakshasa/libtorrent/archive/refs/tags/v0.15.4.tar.gz" + sha256 "065ad92f861e170296e5b75771e999c9f6112a368a9600771c405a56ff6d15ea" license "GPL-2.0-or-later" livecheck do From d7a1ee88662c390e963d42e999849bcb1e06d1f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:08:41 +0000 Subject: [PATCH 00873/10074] rtorrent 0.15.4 --- Formula/r/rtorrent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rtorrent.rb b/Formula/r/rtorrent.rb index 55686f96a0da5..896b8eae102a4 100644 --- a/Formula/r/rtorrent.rb +++ b/Formula/r/rtorrent.rb @@ -1,8 +1,8 @@ class Rtorrent < Formula desc "Ncurses BitTorrent client based on libtorrent-rakshasa" homepage "https://github.com/rakshasa/rtorrent" - url "https://github.com/rakshasa/rtorrent/releases/download/v0.15.3/rtorrent-0.15.3.tar.gz" - sha256 "6dfd42c19e6ff2f5ee8b99855314cef4f10bd669663c2670cc85fd6a4e2c4e40" + url "https://github.com/rakshasa/rtorrent/releases/download/v0.15.4/rtorrent-0.15.4.tar.gz" + sha256 "39342070caf7506bce5ffe8527b5693d6cbe4fda851d54d505707c9063919fc4" license "GPL-2.0-or-later" bottle do From d0a7cf41ea14b2162e7bf4df881ddc2164fa0b50 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:16:55 +0000 Subject: [PATCH 00874/10074] postgrest 13.0.1 --- Formula/p/postgrest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/postgrest.rb b/Formula/p/postgrest.rb index c44c04daf1a56..5bd428ac77016 100644 --- a/Formula/p/postgrest.rb +++ b/Formula/p/postgrest.rb @@ -1,8 +1,8 @@ class Postgrest < Formula desc "Serves a fully RESTful API from any existing PostgreSQL database" homepage "https://github.com/PostgREST/postgrest" - url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.0.tar.gz" - sha256 "61273ba81af1c84965695f35ff058da576d968b70a781ea6445701cb75929b97" + url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.1.tar.gz" + sha256 "3145708f8f13b934fbd2fd29eefef7a497757184cdd34f238ddda6d826ceaa6a" license "MIT" head "https://github.com/PostgREST/postgrest.git", branch: "main" From 41cabf55d657e326300db3d0e82cbe12899a0c6b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:42:47 +0000 Subject: [PATCH 00875/10074] tldx: add 1.0.0 bottle. --- Formula/t/tldx.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb index e2049963300bb..1c2ce7d74a002 100644 --- a/Formula/t/tldx.rb +++ b/Formula/t/tldx.rb @@ -5,6 +5,15 @@ class Tldx < Formula sha256 "4386238735382f341ddafb96b9d92a65324e51b47c2d3bc3d693de86b602cf84" license "Apache-2.0" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "51920c6c406e89674136426531052952ba145be18e0539281a4e5d79125d0ead" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "51920c6c406e89674136426531052952ba145be18e0539281a4e5d79125d0ead" + sha256 cellar: :any_skip_relocation, arm64_ventura: "51920c6c406e89674136426531052952ba145be18e0539281a4e5d79125d0ead" + sha256 cellar: :any_skip_relocation, sonoma: "ecbfa8423160f894b974d8007fdd751a02750a80cbd584cbfa4691d867e82e84" + sha256 cellar: :any_skip_relocation, ventura: "ecbfa8423160f894b974d8007fdd751a02750a80cbd584cbfa4691d867e82e84" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3c9c922c139bef387eb1e742384a8a442c52c4fac63bb34763f44d0782fe7245" + end + depends_on "go" => :build def install From 86ed0744cfd85b008f50008d16ecec29bcd3a44f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:43:18 +0000 Subject: [PATCH 00876/10074] bashunit: update 0.20.0 bottle. --- Formula/b/bashunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bashunit.rb b/Formula/b/bashunit.rb index 4f95756981117..dd81550672d02 100644 --- a/Formula/b/bashunit.rb +++ b/Formula/b/bashunit.rb @@ -6,7 +6,7 @@ class Bashunit < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "6fe3ba4162a8e12f16a4e4cd328095cdb4933b446edc705527a16a7dadcde4ba" + sha256 cellar: :any_skip_relocation, all: "fdc32c2e50099ff5903284b4ca82eee66e515dfdc4c8f16a02577c6d320b2fe4" end def install From 3510b57e6595701a4e1b6aa17465f2a37572bb4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:43:27 +0000 Subject: [PATCH 00877/10074] codesnap: update 0.12.9 bottle. --- Formula/c/codesnap.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codesnap.rb b/Formula/c/codesnap.rb index d633bbadca897..dba04fcf08ed8 100644 --- a/Formula/c/codesnap.rb +++ b/Formula/c/codesnap.rb @@ -7,13 +7,13 @@ class Codesnap < Formula head "https://github.com/codesnap-rs/codesnap.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e23a58c15d4dbc40b28e6027fc8352bad561c8cbbad93d15c92e5787c8e6de5b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "005b1adb479741b5bd0b39264107098d19bba547e1805d5adffa6c4154b4166f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6e337a05ce4d966c9799fd8bd52e51dfdac62e29c84aaef1b4a3316832508e91" - sha256 cellar: :any_skip_relocation, sonoma: "6f531d38c2731831b260fb41a60941b3a30ec06fb227a629a7d853ce80bfd2d0" - sha256 cellar: :any_skip_relocation, ventura: "ee774c1ae669214b4bb31e372806414234d479f510f4fe561503e1636633cb14" - sha256 cellar: :any_skip_relocation, arm64_linux: "7456b517fb09d6a6e7ecd619dbe1c962e6ca2524e0abe2019f29b0ea4091083a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "087dba1ec960a55dbdbdbfda15c7159070b5df0bd224a2800174313da9af090d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b652969b9ad9931a999c2b3b78ac75371349949d491e8cd758838746b77c5cf7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad11570c9eeddf4afcd9e67003988bedbe32a1505c21b7e1b11bc6d89ed0fb1c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c02757f660660e4dc81828cd43c7821a037ab52bc9fa76853bd65bf97200390f" + sha256 cellar: :any_skip_relocation, sonoma: "e581a5cebd9c81d98e0a278e60ebc72d2dd715fb26d503684466d7475e2937ee" + sha256 cellar: :any_skip_relocation, ventura: "8b2b06bd64aa3c300a1d59430e9f5900279644eb7332120b38601605c8c8aec2" + sha256 cellar: :any_skip_relocation, arm64_linux: "a40df7b26e9e5ac668cf0305c804cc532136db044476ef7f6a365cc7def4b541" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5fad19ec118338d34b169bc4c3796fe50628792ae62979d57f1cd5d3a0fe0864" end depends_on "pkgconf" => :build From 8553252d509c9730915112c9dd01e9289bbe64c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:43:38 +0000 Subject: [PATCH 00878/10074] gnunet: update 0.24.2 bottle. --- Formula/g/gnunet.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gnunet.rb b/Formula/g/gnunet.rb index e255c0fa94f87..fe5e0f8cee823 100644 --- a/Formula/g/gnunet.rb +++ b/Formula/g/gnunet.rb @@ -7,13 +7,13 @@ class Gnunet < Formula license "AGPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "1b2ace0ac8ed3de46232cce757c6c17821abcf62f77db2379b210bfeebbd245d" - sha256 cellar: :any, arm64_sonoma: "affae8cd659814408ccae7f16116fec13e4c2323c12e3c8555858af87260a86e" - sha256 cellar: :any, arm64_ventura: "b77cc1cb7afd855da6308b5ec725145f8792a1e048d0912578bf7525a939e83e" - sha256 cellar: :any, sonoma: "d6f3e8caa1ee63145f269ecf7f64f383106e55acb05b25a32d43ae5062de7d06" - sha256 cellar: :any, ventura: "34886996f1f93ad7bfd44329ce84ed89ce0ff00f420fe8a5a34715482a832aa7" - sha256 arm64_linux: "6da4308d9cc5120910b0706cdf52223b4b59c19db299495b43094ada6212fc19" - sha256 x86_64_linux: "bfe12d34758600c26177abbd086a427fda4bf334d5d3f2446716632e32f03e1b" + sha256 cellar: :any, arm64_sequoia: "af2636acf5a11352456a134e374990d7fcd4580951426cdbcbe6bbb96a8d5b6a" + sha256 cellar: :any, arm64_sonoma: "8f322b053d7dc48f4d9fa35c438d0faabba5003bc1cd37b8da35527b261eac52" + sha256 cellar: :any, arm64_ventura: "8368079849ace95c5e63057f36980d65cc7c3a56796f91de911e4d7ee8fe6325" + sha256 cellar: :any, sonoma: "782b32ce257e45ab046dde173df3f10e1019305e0029b5e37e69318566cb4042" + sha256 cellar: :any, ventura: "526442ff3f6462f89f37af5988f399ddf36a1028dbb7b03cb1f745a923c3e2ea" + sha256 arm64_linux: "cfdd4c879da77eded343a97611d6acf40052c49c109c81c966bb813687dcbbf8" + sha256 x86_64_linux: "8c5d6ca2de92b9653ed6d6461d574a5269b077e37f3d73322efcf1ff003157a7" end depends_on "meson" => :build From 08038979c654453cb3a2f7aad99941fcc6e194b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:43:51 +0000 Subject: [PATCH 00879/10074] libtorrent-rakshasa: update 0.15.4 bottle. --- Formula/lib/libtorrent-rakshasa.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libtorrent-rakshasa.rb b/Formula/lib/libtorrent-rakshasa.rb index 5a75055ff8035..106e0a12ce4f4 100644 --- a/Formula/lib/libtorrent-rakshasa.rb +++ b/Formula/lib/libtorrent-rakshasa.rb @@ -11,13 +11,13 @@ class LibtorrentRakshasa < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "aae08b9065da39bdd064e40093c036910b82d0027154acf6d962a65da4522471" - sha256 cellar: :any, arm64_sonoma: "0f7313ad11b0cdc8b393822998d72092190c4c00a4bff325a9a0a26a64977dc0" - sha256 cellar: :any, arm64_ventura: "88fb4e3bc74fdcae648065d500e828af08edf7e989184f7aefbcb81fa2d11690" - sha256 cellar: :any, sonoma: "f7f10cac907ca356a8675e959b30b7c395cf283a60af4452e6483f0df5b47e4a" - sha256 cellar: :any, ventura: "f39089fd6cebb5801e690bca5478cbf16fdc65869561d63deb2fa3977878ca51" - sha256 cellar: :any_skip_relocation, arm64_linux: "ddafcff4313b0e209d382cd8fd823c549a2e25a3b0c28fc4e9dfae879d51d733" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eb092fecdecfca889ccf075a8a139b8827798272898d084b6ac58055e0789d19" + sha256 cellar: :any, arm64_sequoia: "5ebc5614ba838ec31f4d392de58a7df77a3abe73c221285fdc915945bfcedd09" + sha256 cellar: :any, arm64_sonoma: "3e35a23486cb3fe45569ae82c2032a0365d6d1199f223669565b7956b697eac1" + sha256 cellar: :any, arm64_ventura: "80a6138bca40845b6e135a7982439335c43da8c57086641ccc0d3420fa15ef68" + sha256 cellar: :any, sonoma: "c5e97092f4f77bf828d1dd229ee72f83d2012b3f9297156ea82515ecac710d37" + sha256 cellar: :any, ventura: "ff53d4ca1bc2d4ca615a098cc13b7be5647460a36703e907d5f2189d09349677" + sha256 cellar: :any_skip_relocation, arm64_linux: "5bb6d1392271938fa329797d503afd79e0da0b4bdc2f212d8d42d376f7cb3d9b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5cbede6223cedf70fb2b9a527df013e704a35fe673773007d7b0ffd5dd704331" end depends_on "autoconf" => :build From cb35021f57871bf2550050d59360fe2cf024278c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:43:51 +0000 Subject: [PATCH 00880/10074] rtorrent: update 0.15.4 bottle. --- Formula/r/rtorrent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rtorrent.rb b/Formula/r/rtorrent.rb index 896b8eae102a4..0d3f712c2385d 100644 --- a/Formula/r/rtorrent.rb +++ b/Formula/r/rtorrent.rb @@ -6,13 +6,13 @@ class Rtorrent < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "7abb3f0ac2b614f55c1f55cf4f624137b6532c45e900fa534da392fadac5846f" - sha256 cellar: :any, arm64_sonoma: "7d2c15dd128af1b7403126bbeaf63d0628f579a8eddee6688b51a91b18e4a5b9" - sha256 cellar: :any, arm64_ventura: "e7d9c5a9ba6291a6043aba2a146f37a361afc3382e6a65a8948ee2fa366ae1f3" - sha256 cellar: :any, sonoma: "791e577e539051b785bf7fcd8f02acf6ebaabceec911227204abf027a7ce9620" - sha256 cellar: :any, ventura: "789d7e46ad1019063b7bd7ba94011bc4c56e17ae8fb15c0dc862765dec2bc955" - sha256 cellar: :any_skip_relocation, arm64_linux: "af91d9a66c6d6fcdcbfa44d6489ecd98a2342a7756bdfa8e7334c33e6ede2a6f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "acfc175eccfc821a19f64f05a13d92f31311dbb35691f490af727178ad8f0461" + sha256 cellar: :any, arm64_sequoia: "74eff163aa464492cb149c2338b562412c6f95fd6e92ba78d240a594b48a07d7" + sha256 cellar: :any, arm64_sonoma: "7c967db0a885331036ca0757e484fb2443303c962c26e9e19413a7bd19d92ff3" + sha256 cellar: :any, arm64_ventura: "7ee458fa975015e3d9f8b892d371bc4bcd55d21353b58115cd871679f66d9cc6" + sha256 cellar: :any, sonoma: "b07ab4ce93bc8e231fdf4844be6211a64f956d396917905635433d5dc19ce3bb" + sha256 cellar: :any, ventura: "b5a1648b56241cf37bfdc090d2ae5e1304da4070fe56a28dc66b127c2ca3ea3e" + sha256 cellar: :any_skip_relocation, arm64_linux: "1dfc03adc646b35edb4b68c9b09a001293ccaedd5d73a531a96ebf0d59a8a232" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0c2502f64ea92b501dbe261a3cdbb43ba832ba5b5b0c0be804638acd3a2ee725" end depends_on "autoconf" => :build From 4ddb16652b8ea31e2b4ae267cf5cd0d550dc80c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:43:58 +0000 Subject: [PATCH 00881/10074] podofo: update 1.0.0 bottle. --- Formula/p/podofo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/podofo.rb b/Formula/p/podofo.rb index 27798b562ed79..9cd189dfc7252 100644 --- a/Formula/p/podofo.rb +++ b/Formula/p/podofo.rb @@ -12,13 +12,13 @@ class Podofo < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "7c435c43229584af3a6dacf57822271969610de7507f61397b457afb83145d13" - sha256 cellar: :any, arm64_sonoma: "021956f2a96a9661ce424e048a17c70f4e01a117eccdcf161e8d770122ec5fdf" - sha256 cellar: :any, arm64_ventura: "6efa2ab68a3d25d65c43adf0ff70d5ecfd3c2d2c132f7ab491225842992335a7" - sha256 cellar: :any, sonoma: "5de8cfae5cf79354203b9a6a4138d0aeee038feb186430f9d2bc1a3b94329d75" - sha256 cellar: :any, ventura: "8d58c3e164bce391cf4fe8ad987b2d81a79bf2f4f40dde4f0c9b1137ebaa9a4a" - sha256 cellar: :any_skip_relocation, arm64_linux: "8f46f50ea998e67693cbb46550684b3845902f6c985765ade57e21e207173f45" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b850c51ef8df89ab04d0c37364bf7e20a91d7f30c7be86c474141be7add8be52" + sha256 cellar: :any, arm64_sequoia: "746fab5e13fff37b542e22aa312460ef0a7f682d0753451860f10b749543ad08" + sha256 cellar: :any, arm64_sonoma: "f8c140ea8d95f9c79d1d8b0c779e2f8a42a668f2b9a1405d3c964b7bf7904abf" + sha256 cellar: :any, arm64_ventura: "8cf0efc5f48abb1287f0c51f8fba04507fea0243a3b0e079ce584e96254a5f3e" + sha256 cellar: :any, sonoma: "3f2dbdff549ecf6aebc768cd6acd3364d9451b1d6bb3a26d7f8feb381b52a164" + sha256 cellar: :any, ventura: "4985f589d79001c1a6fbcf4783f77cfcc0902fa93dd42b7ee5827d046df820be" + sha256 cellar: :any_skip_relocation, arm64_linux: "558bd4ab20e1971706cf525638d2706166d3ae9e5fa2b6338f8c38f168621a53" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1fbc9e09e5bee79e8fefd31fa9bfed573bb22e2241c3eb4dac467fcbbf76b6a0" end depends_on "cmake" => :build From 9b5731dc1b1b82162ecc5b30ce1cda456d391d3d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 29 May 2025 12:42:16 -0400 Subject: [PATCH 00882/10074] curl: remove `conflicts_with` wcurl - use our formula for `wcurl` Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: Rui Chen Signed-off-by: Patrick Linnane --- Formula/c/curl.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/c/curl.rb b/Formula/c/curl.rb index a16c24526507d..043660ec12ad9 100644 --- a/Formula/c/curl.rb +++ b/Formula/c/curl.rb @@ -62,8 +62,6 @@ class Curl < Formula depends_on "libidn2" end - conflicts_with "wcurl", because: "both install `wcurl` binary" - def install tag_name = "curl-#{version.to_s.tr(".", "_")}" if build.stable? && stable.mirrors.grep(/github\.com/).first.exclude?(tag_name) @@ -71,6 +69,9 @@ def install "Please make sure the URL is correct." end + # Use our `curl` formula with `wcurl` + inreplace "scripts/wcurl", 'CMD="curl "', "CMD=\"#{opt_bin}/curl \"" + system "autoreconf", "--force", "--install", "--verbose" if build.head? args = %W[ From 920927cb44300ad166bbdd54c0d067a36db93699 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 1 Jun 2025 14:45:58 +0000 Subject: [PATCH 00883/10074] pangene: update 1.1 bottle. --- Formula/p/pangene.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/pangene.rb b/Formula/p/pangene.rb index 1d5070b3a841a..957730635be22 100644 --- a/Formula/p/pangene.rb +++ b/Formula/p/pangene.rb @@ -12,6 +12,7 @@ class Pangene < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "03ab1d6a2d24f4629689f39536fb9422f934b86eef4dd5d0ceafeb479140c472" sha256 cellar: :any_skip_relocation, sonoma: "9c86caf9ed1c9918e4286f785151b4af0b7e5fd665c430948c5eb0f14a8c8424" sha256 cellar: :any_skip_relocation, ventura: "96ad645c4f2a6ae15cbf231a2e9b080fa3334d8b412e1c5dbdbe580bd66f6c22" + sha256 cellar: :any_skip_relocation, arm64_linux: "c01933d9ab50883be5455c7666cb5afadfaf1789eefb6613d8fdc51eeb9f9f64" sha256 cellar: :any_skip_relocation, x86_64_linux: "487052e67934b027898914dcfec64d1805b0ab9f9457704c1bb5e2aed204d5a7" end From b51ebe6f80c3721e85e3936be0da9bb2a9afc7e6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 1 Jun 2025 14:46:21 +0000 Subject: [PATCH 00884/10074] jq: update 1.8.0 bottle. --- Formula/j/jq.rb | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Formula/j/jq.rb b/Formula/j/jq.rb index 24a0b6774e5b6..1ad82d8ca989b 100644 --- a/Formula/j/jq.rb +++ b/Formula/j/jq.rb @@ -11,16 +11,13 @@ class Jq < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "a10c82b07e393869d4467ad3e8ba26346d026b1ad3533d31dbb5e72abe9a7968" - sha256 cellar: :any, arm64_sonoma: "7d01bc414859db57e055c814daa10e9c586626381ea329862ad4300f9fee78ce" - sha256 cellar: :any, arm64_ventura: "b1a185e72ca020f08a8de22fabe1ad2425bf48d2e0378c5e07a6678020fa3e15" - sha256 cellar: :any, arm64_monterey: "8f8c06332f413f5259b360ed65dc3ef21b5d3f2fff35160bc12367e53cbd06bf" - sha256 cellar: :any, sonoma: "6bc01de99fd7f091b86880534842132a876f2d3043e3932ea75efc5f51c40aea" - sha256 cellar: :any, ventura: "03227348d3845fe16ed261ad020402c1f23c56e73f65799ce278af4bac63c799" - sha256 cellar: :any, monterey: "25aab2c539a41e4d67cd3d44353aac3cdd159ea815fec2b8dd82fbf038c559cc" - sha256 cellar: :any_skip_relocation, arm64_linux: "843a48d2e76247b33f28189973245dffb356459ff019e5721b4c8ab4f374befa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9559d8278cf20ad0294f2059855e1bc9d2bcabfd2bd5b5774c66006d1f201ad8" + sha256 cellar: :any, arm64_sequoia: "5911dafda561f792305dbc34b1f2ca5265bede9d7e60c655d9390511b560df4e" + sha256 cellar: :any, arm64_sonoma: "de8dbc03158683f974e8ef52f886abe1d6d6250dba92e2b0e5c7758eb1a5168c" + sha256 cellar: :any, arm64_ventura: "4a5c7fa291902388f6e869f6d656619be87a1af597b448e7280813075ed16c2e" + sha256 cellar: :any, sonoma: "856817ef0376db702b90fb543180abbf519914f83b0c968f5e668b902cca3e28" + sha256 cellar: :any, ventura: "b25424ffc93b27bce860c31eea8ab6174e6e68efa9ae12a1eb985eefdb08e46d" + sha256 cellar: :any_skip_relocation, arm64_linux: "1762be8892ea341cf8062fcdb7587ca9366bfb16e645a5d076d6149ba95dfe4e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "589b86f4e458ce4c6236e18e0a938474f61480cf7034418313c476410a2cc942" end head do From 9eb2554e4c24cc4d9345d2f096a75005f4296f00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 14:53:22 +0000 Subject: [PATCH 00885/10074] postgrest: update 13.0.1 bottle. --- Formula/p/postgrest.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/postgrest.rb b/Formula/p/postgrest.rb index 5bd428ac77016..c22d0297e5e80 100644 --- a/Formula/p/postgrest.rb +++ b/Formula/p/postgrest.rb @@ -12,13 +12,13 @@ class Postgrest < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d9290700cd7ddb3a617430c9c7cc3e12f5ba2c1195b8a4c9f0c822ab4cf193f9" - sha256 cellar: :any, arm64_sonoma: "ee9085f8de34c1a2e99cd8ed6a0b3b22fdc2722d33c546f8190793caaf96ce09" - sha256 cellar: :any, arm64_ventura: "395ae0c69a1e06db5bd4339b8ca40a9a9f8241ec7c0730c52a81d139e15932d7" - sha256 cellar: :any, sonoma: "f0a37bbbc2f54ae0ed72a91e0759dcef52e58841cb283c2f473eb408f912ff03" - sha256 cellar: :any, ventura: "e00742b17b0999d69eb31c6c45953b2ddea0b7f2e9656c145a6908127a9c4798" - sha256 cellar: :any_skip_relocation, arm64_linux: "ed9e02e34c6dc43b24561992a65f447a668e5362850edb3c6341327b8dbfa8b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a6d14fa04538cd872c63ed61c2ff303e0e7104219e0ac455c95c23913a6264d0" + sha256 cellar: :any, arm64_sequoia: "9a1b1bd028c0538ec197c689222bd7b962d2e435e866ec37d33008214c4f4ae2" + sha256 cellar: :any, arm64_sonoma: "4267906f3d6a171f12d1b6d8a448870a6978ac714c07fd74b50c0a2799f52a27" + sha256 cellar: :any, arm64_ventura: "144cabbca4b20fca42dde259bb1648b3f09b8eff4fef94f5ce7d29441a6670e5" + sha256 cellar: :any, sonoma: "47cea3500d290daa4e7ab408f965fa25738daf9f53eaf20d46a30974715f9e46" + sha256 cellar: :any, ventura: "8e3d3157d8d355ddbebd4dbaff1870e8887f51333daed0111f8950445dab7370" + sha256 cellar: :any_skip_relocation, arm64_linux: "56e0fd2e6d19b016ca3bb50a1844898bcbd3b8ff9885d04edc21716dbbd3d0e8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "310d3a525890605b1829224e8fcb3a20ce1be046ec9ec513dcbd6f766a84f7f8" end depends_on "cabal-install" => :build From e5be505bc8b2eae42b078ba6948302f30888e8bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:59:12 +0000 Subject: [PATCH 00886/10074] evil-helix 20250601 --- Formula/e/evil-helix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/evil-helix.rb b/Formula/e/evil-helix.rb index d552451f729b6..44dada325c74e 100644 --- a/Formula/e/evil-helix.rb +++ b/Formula/e/evil-helix.rb @@ -1,8 +1,8 @@ class EvilHelix < Formula desc "Soft fork of the helix editor" homepage "https://github.com/usagi-flow/evil-helix" - url "https://github.com/usagi-flow/evil-helix/archive/refs/tags/release-20250413.tar.gz" - sha256 "60e0aadf9e833e0b579028b7f21803722b3705d74dd062bac96ff8ac4da91a5a" + url "https://github.com/usagi-flow/evil-helix/archive/refs/tags/release-20250601.tar.gz" + sha256 "8b4466988a06e2ba2bb12b9e423fc0a9613755d3e7f71a0ecb97f4407fb22b66" license "MPL-2.0" head "https://github.com/usagi-flow/evil-helix.git", branch: "main" From 367b8271ed3275d5bf34c7fb53c972f5be0a2382 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:59:35 +0000 Subject: [PATCH 00887/10074] faudio 25.06 --- Formula/f/faudio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/faudio.rb b/Formula/f/faudio.rb index 9f841187590ef..31fba83494e29 100644 --- a/Formula/f/faudio.rb +++ b/Formula/f/faudio.rb @@ -1,8 +1,8 @@ class Faudio < Formula desc "Accuracy-focused XAudio reimplementation for open platforms" homepage "https://fna-xna.github.io/" - url "https://github.com/FNA-XNA/FAudio/archive/refs/tags/25.05.tar.gz" - sha256 "dbcf99a869da402d5f538e435ab7fd4992b2b255c9939e546f1905c3e6e80ff9" + url "https://github.com/FNA-XNA/FAudio/archive/refs/tags/25.06.tar.gz" + sha256 "34e587c567cc947c5f4f485cfbe5c9ff747d50d4e17b2d86a9f190d411456232" license "Zlib" head "https://github.com/FNA-XNA/FAudio.git", branch: "master" From 2f6b50c1c38d1f60293b5928566dcf356ce64924 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:01:26 +0000 Subject: [PATCH 00888/10074] gitleaks 8.27.0 --- Formula/g/gitleaks.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitleaks.rb b/Formula/g/gitleaks.rb index 8f55724f0f51d..9cbc548c6d3ea 100644 --- a/Formula/g/gitleaks.rb +++ b/Formula/g/gitleaks.rb @@ -1,8 +1,8 @@ class Gitleaks < Formula desc "Audit git repos for secrets" homepage "https://gitleaks.io/" - url "https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.26.0.tar.gz" - sha256 "08fcf0ec5e7c3e5e8b6c5085df11478c06a4063cb58a64636e74e7f2a2ba903f" + url "https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.27.0.tar.gz" + sha256 "7be328508fc73b6e530266741b518e1a685f70e441e581483bf6304d34d2b02a" license "MIT" head "https://github.com/gitleaks/gitleaks.git", branch: "master" From 858117635de093cda0e5e9a1ed19881e566c3db7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:08:12 +0000 Subject: [PATCH 00889/10074] mapnik 4.1.0 --- Formula/m/mapnik.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/m/mapnik.rb b/Formula/m/mapnik.rb index 286e3b9093e06..349dede521c47 100644 --- a/Formula/m/mapnik.rb +++ b/Formula/m/mapnik.rb @@ -3,10 +3,9 @@ class Mapnik < Formula homepage "https://mapnik.org/" # needs submodules url "https://github.com/mapnik/mapnik.git", - tag: "v4.0.7", - revision: "d9d4288bea04c5ef9925c03db353cf5f308e06ad" + tag: "v4.1.0", + revision: "203d6f01b0a64e445e8df15d2cb2dfbca8f1089f" license "LGPL-2.1-or-later" - revision 2 head "https://github.com/mapnik/mapnik.git", branch: "master" livecheck do From e5526f9913e4b6d1b4f57f3ce4d24742ced62c84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:11:29 +0000 Subject: [PATCH 00890/10074] oh-my-posh 26.1.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index b0055e5fdd65d..232d5cecfd1e7 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.0.5.tar.gz" - sha256 "1145d4b8fac36a0b99f7a2e69530c02b9008a84c844c182c26f626ea2056f472" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.1.0.tar.gz" + sha256 "d138949ccb7314f2540d8cb5d8bed880db601b0c3b62b54a8852c39b58ce1b1e" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 381a9dd3378e00f526f72ad96a6c682147720f66 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:19:01 +0000 Subject: [PATCH 00891/10074] stress-ng 0.19.01 --- Formula/s/stress-ng.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/stress-ng.rb b/Formula/s/stress-ng.rb index 6314141bade98..cb8a5314161fe 100644 --- a/Formula/s/stress-ng.rb +++ b/Formula/s/stress-ng.rb @@ -1,8 +1,8 @@ class StressNg < Formula desc "Stress test a computer system in various selectable ways" homepage "https://wiki.ubuntu.com/Kernel/Reference/stress-ng" - url "https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.19.00.tar.gz" - sha256 "7d0be69dcdad655145026f499863de01d317e87ff87acd48c3343d451540d172" + url "https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.19.01.tar.gz" + sha256 "825e5004e6455dfb5a0483d810aeaeb0c96b8d2140e30629aaacea7292751198" license "GPL-2.0-or-later" livecheck do From cedca9eb0d76090f7f376363c6fbddbf17e90852 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:23:05 +0000 Subject: [PATCH 00892/10074] wstunnel 10.4.0 --- Formula/w/wstunnel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wstunnel.rb b/Formula/w/wstunnel.rb index aaaaac97a88ad..23f215b49903f 100644 --- a/Formula/w/wstunnel.rb +++ b/Formula/w/wstunnel.rb @@ -1,8 +1,8 @@ class Wstunnel < Formula desc "Tunnel all your traffic over Websocket or HTTP2" homepage "https://github.com/erebe/wstunnel" - url "https://github.com/erebe/wstunnel/archive/refs/tags/v10.3.0.tar.gz" - sha256 "ede8dfb23fbab3ed5090a256ea79290c036b04e3312b8ad487d47bc5e71ff570" + url "https://github.com/erebe/wstunnel/archive/refs/tags/v10.4.0.tar.gz" + sha256 "6a01bb7e64858161648b166bb1324423c375a1f293d6bb7b578fe12f7f33b7e6" license "BSD-3-Clause" head "https://github.com/erebe/wstunnel.git", branch: "main" From 2c8fd07d016e379488c90d4db2f90d677d3b0b9a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:24:01 +0000 Subject: [PATCH 00893/10074] yoke 0.13.0 --- Formula/y/yoke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index b9871891176ea..921bddc54cf09 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -3,8 +3,8 @@ class Yoke < Formula homepage "https://yokecd.github.io/docs/" # We use a git checkout since the build relies on tags for the version url "https://github.com/yokecd/yoke.git", - tag: "v0.12.9", - revision: "cc4c9795031ff2d9fd9e89ef996ab536de04f8e2" + tag: "v0.13.0", + revision: "5eabc61a22a8edd2dae553e631e9d8b6ae7a7795" license "MIT" head "https://github.com/yokecd/yoke.git", branch: "main" From 049706db01f00db4eb574a09295afd10a6b63811 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:53:50 +0000 Subject: [PATCH 00894/10074] gitleaks: update 8.27.0 bottle. --- Formula/g/gitleaks.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gitleaks.rb b/Formula/g/gitleaks.rb index 9cbc548c6d3ea..94564ae5d4017 100644 --- a/Formula/g/gitleaks.rb +++ b/Formula/g/gitleaks.rb @@ -15,12 +15,12 @@ class Gitleaks < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5cfd2e08b25c761b208bf286dcaae5fd7a5042671d454b0ef91bf04ccca4224" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5cfd2e08b25c761b208bf286dcaae5fd7a5042671d454b0ef91bf04ccca4224" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f5cfd2e08b25c761b208bf286dcaae5fd7a5042671d454b0ef91bf04ccca4224" - sha256 cellar: :any_skip_relocation, sonoma: "0ec08839532355a07149688e7fbf9b9b6d068ef48c178f9abe20d66e884301a5" - sha256 cellar: :any_skip_relocation, ventura: "0ec08839532355a07149688e7fbf9b9b6d068ef48c178f9abe20d66e884301a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eb174012f0271f9c3011fcf5d198e3787db559c14b50a8a101287f68d7473f70" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf059cd99960fddc0e69a7608302e4ec7157222faaaf166d085b25ec135a68ef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf059cd99960fddc0e69a7608302e4ec7157222faaaf166d085b25ec135a68ef" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf059cd99960fddc0e69a7608302e4ec7157222faaaf166d085b25ec135a68ef" + sha256 cellar: :any_skip_relocation, sonoma: "08e2e6df1faff84f91c4d7638056fe5946dd50ef2909ce8a03f89a97024a500e" + sha256 cellar: :any_skip_relocation, ventura: "08e2e6df1faff84f91c4d7638056fe5946dd50ef2909ce8a03f89a97024a500e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f0aac08450870dd6d53273d3a38cf6135ef5ef0d53d3516f7523375b2d90346" end depends_on "go" => :build From 97a704072c10682b983d9e667761a7a97f6295c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:53:54 +0000 Subject: [PATCH 00895/10074] evil-helix: update 20250601 bottle. --- Formula/e/evil-helix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/evil-helix.rb b/Formula/e/evil-helix.rb index 44dada325c74e..15fc8eef8b87d 100644 --- a/Formula/e/evil-helix.rb +++ b/Formula/e/evil-helix.rb @@ -7,13 +7,13 @@ class EvilHelix < Formula head "https://github.com/usagi-flow/evil-helix.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "1c8584a1bc7048842c36c3d042edcab3ccfe52ab91de4d5826a3223de50b34ad" - sha256 cellar: :any, arm64_sonoma: "8beb27e8167b0df9392b01a0e89fce4ad85279997206a1ae1912b27c436739f3" - sha256 cellar: :any, arm64_ventura: "c34a0d85c771e2b3b50d6356d6c3ff3adf920fb3904253c76c0d6063d09820ab" - sha256 cellar: :any, sonoma: "533e9fce3a0c4e68b0df0060025bc20b1b749ce442bdd880babc46e40a6720bc" - sha256 cellar: :any, ventura: "9e404ef46aefa053a4c2eac1668fb5c3f2a527d99179e8876956601b3692750a" - sha256 cellar: :any_skip_relocation, arm64_linux: "aa18bf850af8c53b1fca9b0eb2e8a4febb66cae9b3d7f7df5da86322bca976cc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "067ae88beeaabfee440870efa7a0b56bdb3ad648ef3a962160551b2cf0f9ad17" + sha256 cellar: :any, arm64_sequoia: "b1e3c0ba1218793a8b7ba5d15fd5798b2bf6b0c6780f1e8e60cdb8164ce6cf9c" + sha256 cellar: :any, arm64_sonoma: "5641c78dbf7e337d2383e4031645175d2cc7ae0c81997736164adc20ef520832" + sha256 cellar: :any, arm64_ventura: "d8b286207a5d5a4af13450a7f86e29ff55f19ecb0ea42bc0278308f83e02f862" + sha256 cellar: :any, sonoma: "18af39d241bda37f98a777f9980261727ee63ca001fb9ef07893754372309248" + sha256 cellar: :any, ventura: "5636a0702d8468604d26f698208fc237125a6fdf0f1412d9553bc8fc9e063375" + sha256 cellar: :any_skip_relocation, arm64_linux: "be7405c37721a2caac27ae5b416288c4ba05a06ac2fe0594e2a58491de2595c8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "beda696a5384eeaea0fc78f8eec67141f169e4ca905c0073ac9d2dd453b9b109" end depends_on "rust" => :build From 1dffebff79c893cf8e000f099a42307072529970 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:53:58 +0000 Subject: [PATCH 00896/10074] faudio: update 25.06 bottle. --- Formula/f/faudio.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/faudio.rb b/Formula/f/faudio.rb index 31fba83494e29..1dc0afcc5cffe 100644 --- a/Formula/f/faudio.rb +++ b/Formula/f/faudio.rb @@ -7,13 +7,13 @@ class Faudio < Formula head "https://github.com/FNA-XNA/FAudio.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "8a66b6593f55a766574e2072d200f32aa81dba6723b88adda278768534da9e26" - sha256 cellar: :any, arm64_sonoma: "f9396feb918fe8962d786a27b69087666ed0353588f084b53f06d022e9deb570" - sha256 cellar: :any, arm64_ventura: "700906c61d170214b1179189d72bd1b7c299f67732f15cc33a5762ff9b4c0630" - sha256 cellar: :any, sonoma: "92eb80a75a9519dfe165489e4cc09ef77c7c3c9d4f8e86dab984eae147638e1c" - sha256 cellar: :any, ventura: "d5810a389ed1680aeeb90c8efe431b577888150852ea4a5a9464f7912aad3c6f" - sha256 cellar: :any_skip_relocation, arm64_linux: "b59b4e4315c5644edf9342f8951496b7649c42042f679a9652d362f74ddee92f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "167ef9b4a6556650d17ff4e5629922bb102076d95f66e86b7edd4b74f3519f24" + sha256 cellar: :any, arm64_sequoia: "9d8c40b0d26c3d7ba683d116a08574418b28473af1478a7886c6579be324d8a0" + sha256 cellar: :any, arm64_sonoma: "0dfdf36779f9a2e87e7ada070fa41726627e70cd3cdc95588a1ff8d58f14d211" + sha256 cellar: :any, arm64_ventura: "9d1c610eefe6394fe54532612fae37e100e57542fe4d40b6be5217a40f6c63bc" + sha256 cellar: :any, sonoma: "75e6d99d9918182c9e2e8cea2850bfa537635c342191c6855791e9828c2cf4a1" + sha256 cellar: :any, ventura: "e10a6ac474bc6f136ffa503c78c211f12f8a4ced604343ccb8ded8c3da5779f4" + sha256 cellar: :any_skip_relocation, arm64_linux: "156eeca0a2ed4d6bcc6b0634a81ed0dc944f8a26270ad346120bcb9f501627ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb954490b9e4b1ad18af7d6521be1605d84a9457e070e7dc3d213a6768ea2267" end depends_on "cmake" => :build From 7d620f51f2607244d3ca4f37fac6529667942066 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:54:06 +0000 Subject: [PATCH 00897/10074] stress-ng: update 0.19.01 bottle. --- Formula/s/stress-ng.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/stress-ng.rb b/Formula/s/stress-ng.rb index cb8a5314161fe..569958d7dc2fd 100644 --- a/Formula/s/stress-ng.rb +++ b/Formula/s/stress-ng.rb @@ -11,13 +11,13 @@ class StressNg < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eeb8f86c69138a119955ea02ac4a2131d7d16d59acc60fcbfa26cb482c8371b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd9cf1d8710274244d3dc5af617accb34e4162a06ffa0b67e43f3a2ebc8ebce3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "657756acc268fe67b12c1999d661c1e49242f65ae5062259b7629678becaddf8" - sha256 cellar: :any_skip_relocation, sonoma: "121959f0b53a85e290bc05de7e130b376c2dde01fd91a679ee665b40d5e982e1" - sha256 cellar: :any_skip_relocation, ventura: "9b0f23172e59e060bd111021ee40e49fd426d755098af6cd510683b669f1e8d0" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae0fd0afc25f28b2b3c9abca775fd33132cc03a95521dc624d5e819cd417396a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eee18f9cafd0e41741c807356cca58f786edd561f4c9a851862cec4e158da3a5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6dd953e77ea1a05b015db94edb4571e9a20371183817c652830bd032b2ab5829" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a0ce286da58933311c725c9b749b7610c0d2108e77ecdeb7423f9f48b0aa414" + sha256 cellar: :any_skip_relocation, arm64_ventura: "491920182a0e505e927b8b7bdb5a787f242b172e49308b588998ae978999ceda" + sha256 cellar: :any_skip_relocation, sonoma: "2ab575cd2f8ef96cb5d568f3950e767db6442830b4c57a296c3faec5aed695c4" + sha256 cellar: :any_skip_relocation, ventura: "78ae796c53c5790a878453a7c3f456bdf97d11b36c8f03d44034828143325de4" + sha256 cellar: :any_skip_relocation, arm64_linux: "28db30ec557d97ecc6f09279c5ced015a8899da00052e1e4696c5cf78ba0b6c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "afeb78654a7558ad9b37d3d331c4da55ecf63e97bdc60d2f7ebe52e1710433a9" end depends_on macos: :sierra From 2efc791120e82e8b94ab17911d26ced94748bb9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:54:09 +0000 Subject: [PATCH 00898/10074] oh-my-posh: update 26.1.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 232d5cecfd1e7..035f529a9a4fe 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fbdd29f78012d8956d84664f6af8a01d1617e49a64da30f0a627c5dc000c2b3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3d0a4d7c1791a96f6f5bf07fbb8c424cefe5f602a793ce281e339af6237777d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b4ecd84b8efbca5c2c5d577a45d635d54801282920c95dac2d0aa8092891d659" - sha256 cellar: :any_skip_relocation, sonoma: "090310eb47ca65b73e1ff45c21b923da670f65f5f3edb2b9fde0ca3e739082e1" - sha256 cellar: :any_skip_relocation, ventura: "1796f94a2447c0b4a0f9c64916aac8125be29e0ffb721e5d1de9594f1816e2ba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45cf865faa2c913f4cc6aab7b0c24a1fdc15b535d9c3efe5febd6c3154e0fd61" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2ba19fdbfb606a00dcff95a47e8d837fcd65e968ad7f457dd37be66f178c703" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c76ec1975032dc1a5a595d069697563bee99c3b568a8f08d2238b7e6a63430d7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b5114412492b38cb7aad4d702b031d76a2415f0fb03b44e81ea332535c4ad0d2" + sha256 cellar: :any_skip_relocation, sonoma: "1d8504347c04a1542a2e98711d13c53f7a625d644d870c92ce0a5dcdc9aedd1f" + sha256 cellar: :any_skip_relocation, ventura: "3cf126bf2ccade0d3517b2ea509712a43abfd14c2254caaa828e1f85a274a425" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2502b8f14120fe63e13c956e62ebf9a79ad79b35820be0965c597e0a3edeb60b" end depends_on "go" => :build From a29be2548c77f1030042bc74a460fed290fbb245 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:54:16 +0000 Subject: [PATCH 00899/10074] wstunnel: update 10.4.0 bottle. --- Formula/w/wstunnel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wstunnel.rb b/Formula/w/wstunnel.rb index 23f215b49903f..fb832890c3df7 100644 --- a/Formula/w/wstunnel.rb +++ b/Formula/w/wstunnel.rb @@ -15,13 +15,13 @@ class Wstunnel < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a6cf8987b383e34be36f8edd410285113f335e45298dfe8793972ee9fd50c13" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a122452ab5d4b180d80d724942910802026d8319d1dd0a9eb06bd1e39d18244a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "58cc16dfd1eb40a0f4c5a131f1baf96098b76ffd9f2e9a0120a8aa9f4ad88b5b" - sha256 cellar: :any_skip_relocation, sonoma: "7fe8ae254394d5c4cbc8c8ee50b52b6753c1b560cdcc18b09e5c8276a345cbe1" - sha256 cellar: :any_skip_relocation, ventura: "3fc4bcb8ec223b9215c38062eb98870dafa6023db6198a6d7f196da17b0cb79d" - sha256 cellar: :any_skip_relocation, arm64_linux: "a94291e5ddd138b46255f4495ddc0b7fbf3e2b1b8a6082abb1706ce8d7170c75" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c24dd1a9d46fb302d5397fb5707833bc4b6024e8a857f7f1fbea5d728a12700" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7131fd10b8c0370f8df4f48360e78325b43eff264e949e7b087a34cce655ce7a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3909fc9c042b0044860caf327096792f1233d3d7557a2cba7138ebcf1cc2e859" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f1c0342902ef13493ffa8555667fcd5e8ba2b6b1aae2b1b089c630e26d0e6667" + sha256 cellar: :any_skip_relocation, sonoma: "75efbd1d9768439c6abe5be8e78d8bdae64d5a13db4ffd2beae880d6699ecc7a" + sha256 cellar: :any_skip_relocation, ventura: "4bd52aa6e76d7660a77103773ee0cc8955212717f874b13f2e0104fb28cd6128" + sha256 cellar: :any_skip_relocation, arm64_linux: "424fe2480eb9a27edd551debd986f05a6a35fce28552d9b8adbf9cfaef756fab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8fb85da343f7a1b2f8d9e066ebdbff4956c4f0a550c260be334dfef99d42d7ad" end depends_on "rust" => :build From 90d03ec5b1a781c4911d4d2953f592b019e96e27 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:54:22 +0000 Subject: [PATCH 00900/10074] yoke: update 0.13.0 bottle. --- Formula/y/yoke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 921bddc54cf09..ab489f2b81ee6 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -9,13 +9,13 @@ class Yoke < Formula head "https://github.com/yokecd/yoke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "07548144aa6ba1bfc97a63649f78464dd7db4be39a3db8a0e92cb10cd14bdfa6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c962c217b11d928f1f0ccb80cd1b792d4a03924b23ca149496152899dcea45c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4773885907936c4f1c74404c3e3b3e7d24d1fccc3378a2dc2aaea16bbc814130" - sha256 cellar: :any_skip_relocation, sonoma: "0f21ba92d8b57e8d34343d21ce7613205007f56d62d967407d44ed1adbdd8591" - sha256 cellar: :any_skip_relocation, ventura: "98308059d28c1cfb2d8cf808aa5d240f495ec6beca6b835f919ac809009d41e7" - sha256 cellar: :any_skip_relocation, arm64_linux: "d2047789a85583308de0dd2bb8c2b77b9628033fc107d5a3a5ec03a66cfa307a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7d1420b2473b8e104e800fd2b638eeb6f44c0e981e493cbd97c73ff3dedfeca6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8060c13fc787e735ff8571b224aadbdaf9a66f1840955fb2d572e463979b2c93" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e08b0e5b8a5d69f7d2c1f36f74a2e765b87e7014d562a2b0c17110f3cc1eddd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2175d440a801d661429a118c99f9137634f33dd71d950e9b72f463f3891ac675" + sha256 cellar: :any_skip_relocation, sonoma: "1d11a2c75195c5410df4fdb80950ab34609615f264011a0e5730c3907ed32a15" + sha256 cellar: :any_skip_relocation, ventura: "8de4d03eacf727e89e302eadcfb02a5646e8a9cfc02e681a583b1c4f8e6da080" + sha256 cellar: :any_skip_relocation, arm64_linux: "3506d8bda0e93db959ac6175c903008c1906ff8bd97c15fbfe1e0253b358cb60" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eb563aab57c1882115e69c4ebbc05dab8f8818b5e49100024bbb71866bbedf70" end depends_on "go" => :build From 966a4002e06bde59e3ac2bbe7f47f4ae80cdd7c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:55:30 +0000 Subject: [PATCH 00901/10074] mapnik: update 4.1.0 bottle. --- Formula/m/mapnik.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mapnik.rb b/Formula/m/mapnik.rb index 349dede521c47..2e2d66e5b08fb 100644 --- a/Formula/m/mapnik.rb +++ b/Formula/m/mapnik.rb @@ -14,13 +14,13 @@ class Mapnik < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "29a822426649d23d451319bd0e8a97ca73befc6b26b2643cabd9ed6aea578e8a" - sha256 cellar: :any, arm64_sonoma: "a078278f51be82e77b0392328a77750f8b3d10aa506ba953a3182a90b7a06d0a" - sha256 cellar: :any, arm64_ventura: "2aa1748de65ed49fcbdc2f2483e1933e9238d5d08f23f0e199334de7e10efee1" - sha256 cellar: :any, sonoma: "44dd1ff51b0290cda60df185e662717209a8b7d0eadd05da7d6df429d521fddb" - sha256 cellar: :any, ventura: "83221debd01d9073623d4b84cfce8d28dd76ee9199333130eabc2c0685d640a9" - sha256 arm64_linux: "d4fb224d070a7cd94e3c17674e16c39a9c7d07293bdb5c7115f75a3b1a82fa57" - sha256 x86_64_linux: "344607e36fe3ed140f6eda570637cf093c1abbca17dfa541efa01a15e04672fa" + sha256 cellar: :any, arm64_sequoia: "4489722afc28bc0136766959c977b53d1c1350c0cb8736fd1953e46bdf7e8a09" + sha256 cellar: :any, arm64_sonoma: "d9de0b20f517923050d3e3094ac4cdf264d8136e93d75b067ce430e569ca3185" + sha256 cellar: :any, arm64_ventura: "efefaa28ac60c12d8bfb0a138de9915bd4bf3d6debc51e250410d3deb2662efa" + sha256 cellar: :any, sonoma: "d8e85f5f8c217631b0a3b210b3a3d55f87bbc9f6d0a2ee72c14399aa7071cb4d" + sha256 cellar: :any, ventura: "369c83c4ca6cab4abbb09315a29f452251712ebd24e41f2388321c6c169f7785" + sha256 arm64_linux: "86e8ec32c92569f4b9943f211beabfea4abbde6894ee80409a157152f6cf810e" + sha256 x86_64_linux: "2bd231fe0a1652182bab271fe06d839c0bb67f86f286321ef5b3fe604eaff906" end depends_on "cmake" => :build From 99a325cfd097be6f90fac373ae0431eba4832cd6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 19:55:14 +0000 Subject: [PATCH 00902/10074] evil-helix 20250601b --- Formula/e/evil-helix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/evil-helix.rb b/Formula/e/evil-helix.rb index 15fc8eef8b87d..4f99a8fbce91e 100644 --- a/Formula/e/evil-helix.rb +++ b/Formula/e/evil-helix.rb @@ -1,8 +1,8 @@ class EvilHelix < Formula desc "Soft fork of the helix editor" homepage "https://github.com/usagi-flow/evil-helix" - url "https://github.com/usagi-flow/evil-helix/archive/refs/tags/release-20250601.tar.gz" - sha256 "8b4466988a06e2ba2bb12b9e423fc0a9613755d3e7f71a0ecb97f4407fb22b66" + url "https://github.com/usagi-flow/evil-helix/archive/refs/tags/release-20250601b.tar.gz" + sha256 "920b36721a6a984c39208ea8825b1f0c68b0bf7d15e029e8ac6896c3442ccc78" license "MPL-2.0" head "https://github.com/usagi-flow/evil-helix.git", branch: "main" From 205fe04bc1857c893f4e6d4fd490e12efb8d91c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 19:58:21 +0000 Subject: [PATCH 00903/10074] helm-ls 0.3.0 --- Formula/h/helm-ls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helm-ls.rb b/Formula/h/helm-ls.rb index fc9b5a928760f..f9dfe9dff0f59 100644 --- a/Formula/h/helm-ls.rb +++ b/Formula/h/helm-ls.rb @@ -1,8 +1,8 @@ class HelmLs < Formula desc "Language server for Helm" homepage "https://github.com/mrjosh/helm-ls" - url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.2.2.tar.gz" - sha256 "e3945bcaba746a77ea48358e96d738f7aeaf5fd1a8df3a9dc6ae2180e60d8293" + url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.3.0.tar.gz" + sha256 "8e63cc617848f7559a378fa50507f38a03def59ed320d6d52769773bc2114af3" license "MIT" head "https://github.com/mrjosh/helm-ls.git", branch: "master" From b07535906285c51330b774ded55018a3310f0ce6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:00:52 +0000 Subject: [PATCH 00904/10074] kaskade 4.0.5 --- Formula/k/kaskade.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/k/kaskade.rb b/Formula/k/kaskade.rb index 147cebb9b85ba..7594107c906d1 100644 --- a/Formula/k/kaskade.rb +++ b/Formula/k/kaskade.rb @@ -3,10 +3,9 @@ class Kaskade < Formula desc "TUI for Kafka" homepage "https://github.com/sauljabin/kaskade" - url "https://files.pythonhosted.org/packages/34/1d/468734b0d4acf041dbc50a25562694de23dd732761376b18083b940b1bbf/kaskade-4.0.4.tar.gz" - sha256 "42090569c7b2ad5baf62568dba6bd23064daec643ae12d2d5022651d78edc785" + url "https://files.pythonhosted.org/packages/b5/6a/4a51af28c5537eb45ab7199a3220e25385171767e86ffabfb908ced2635e/kaskade-4.0.5.tar.gz" + sha256 "7eedc2040f8c32a1870dcd1018ac0e20e4feab3b9a45a8152764dcc11a6e860e" license "MIT" - revision 1 head "https://github.com/sauljabin/kaskade.git", branch: "main" bottle do @@ -177,8 +176,8 @@ class Kaskade < Formula end resource "textual" do - url "https://files.pythonhosted.org/packages/34/99/8408761a1a1076b2bb69d4859ec110d74be7515552407ac1cb6b68630eb6/textual-3.2.0.tar.gz" - sha256 "d2f3b0c39e02535bb5f2aec1c45e10bd3ee7508ed1e240b7505c3cf02a6f00ed" + url "https://files.pythonhosted.org/packages/6d/96/02751746cf6950e9e8968186cb42eed1e52d91e2c80cc52bb19589e25900/textual-3.3.0.tar.gz" + sha256 "aa162b92dde93c5231e3689cdf26b141e86a77ac0a5ba96069bc9547e44119ae" end resource "typing-extensions" do From e633c00e8ecf72198fda9dc6a891a0acba4b7a70 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:07:12 +0000 Subject: [PATCH 00905/10074] openimageio 3.0.7.0 --- Formula/o/openimageio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openimageio.rb b/Formula/o/openimageio.rb index b9f536ad0f3d1..6da06dbc1a8f7 100644 --- a/Formula/o/openimageio.rb +++ b/Formula/o/openimageio.rb @@ -1,8 +1,8 @@ class Openimageio < Formula desc "Library for reading, processing and writing images" homepage "https://openimageio.readthedocs.io/en/stable/" - url "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.0.6.1.tar.gz" - sha256 "4d0fb92e4964f79dfaed77ac73f1a7f754c671a9f5ad29c7950c0844916ce5f5" + url "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.0.7.0.tar.gz" + sha256 "2798e398b6ffd836ba7810e8ea510902a4aabc4a373ca0523a3f0d830c5eb103" license "Apache-2.0" head "https://github.com/AcademySoftwareFoundation/OpenImageIO.git", branch: "master" From b8c6bdaaba965dc7732e43747997f7f5919f4683 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:09:45 +0000 Subject: [PATCH 00906/10074] curl: update 8.14.0 bottle. --- Formula/c/curl.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/c/curl.rb b/Formula/c/curl.rb index 043660ec12ad9..0e168b7f1db48 100644 --- a/Formula/c/curl.rb +++ b/Formula/c/curl.rb @@ -27,13 +27,14 @@ class Curl < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4e1a9fa77c2e2c80589750f54fafcd2f014a3251aef28cd7159ae21f63407ce6" - sha256 cellar: :any, arm64_sonoma: "1cee86f0eaf6551365e196be37dd6b8c5ba4ceba762dfb562acc31cb37f453ae" - sha256 cellar: :any, arm64_ventura: "2dd30282842f21a92915c671e0c7ef48cd100f3c8a9ec0dba92e042de1d561c0" - sha256 cellar: :any, sonoma: "3d8219f0c288493ac8c49ff3038dbdfd14bad581c6e384939693fcdaeaa91a6f" - sha256 cellar: :any, ventura: "02364a79a7e5efb5ec6711ae3dc67c06f60a876477c9a8c04df328de01248e28" - sha256 cellar: :any_skip_relocation, arm64_linux: "2e4acfcc5932b7e7a6a52f487cf41560bda3fb02c69f34bf37f55499b70eb803" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9b902e408c4295747033a0a608d9593ff11d247283d1aa939b666af9ceb28e27" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "69efd2fd516be31f0c79b1af0a989c52f4d64d9003d39a0cefc6e64350e738c6" + sha256 cellar: :any, arm64_sonoma: "e552078c530a8315d4877daf4906bf7745bd24cc3941b7f44980bba20db5ff46" + sha256 cellar: :any, arm64_ventura: "5034cef9debaa38a5466af6b88694c4430f7851470a5b24f0afb0322fae9e607" + sha256 cellar: :any, sonoma: "e30b8516c64ac2ed9b2e0ac4afecdb6f5166327a6e5f1b900ece864992b9a320" + sha256 cellar: :any, ventura: "78cef1a6e06b1a5118e33b907a3adadf8c7861573a69c201f9e6524502c8a5b6" + sha256 cellar: :any_skip_relocation, arm64_linux: "91a9a666d78f78e18ea810640354b311dc13fa08680ecac0aac0ac452ff1300a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "da5123da4f2bb51d5ddb60cfed48b7f5223f1dadef133ebc892d292636924517" end head do From 4a2abc2da578ff0cb860303a71061972a345a891 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:17:55 +0000 Subject: [PATCH 00907/10074] yoke 0.13.1 --- Formula/y/yoke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index ab489f2b81ee6..825a08606b3d6 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -3,8 +3,8 @@ class Yoke < Formula homepage "https://yokecd.github.io/docs/" # We use a git checkout since the build relies on tags for the version url "https://github.com/yokecd/yoke.git", - tag: "v0.13.0", - revision: "5eabc61a22a8edd2dae553e631e9d8b6ae7a7795" + tag: "v0.13.1", + revision: "49c863f88d390b0ba477f0b8e49f4067f96e4884" license "MIT" head "https://github.com/yokecd/yoke.git", branch: "main" From c22b47d257697382562f9da08ba4ec4e731556dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:31:06 +0000 Subject: [PATCH 00908/10074] kaskade: update 4.0.5 bottle. --- Formula/k/kaskade.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/k/kaskade.rb b/Formula/k/kaskade.rb index 7594107c906d1..a5ac13e7575dc 100644 --- a/Formula/k/kaskade.rb +++ b/Formula/k/kaskade.rb @@ -9,14 +9,13 @@ class Kaskade < Formula head "https://github.com/sauljabin/kaskade.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "25f14ff28ed17fd2258ed2a36a0c52ee0d3a3cfd68f7ad2d352f30cf21958c15" - sha256 cellar: :any, arm64_sonoma: "3c1e2af66ab175a38bf19ecf987745f606b8e4079b9f2ec2e839ff1e8a720fd9" - sha256 cellar: :any, arm64_ventura: "d675fcf07a4f8397867fde686ee29dccd6ab3a2ce3b2deddc362ee7b118e06e3" - sha256 cellar: :any, sonoma: "20a87fddc5e0098a3684a6a7c164442bcc23dce1fd8e6fa633cf8424f37e1134" - sha256 cellar: :any, ventura: "9c1decfd4d852ff9b02885d0cf33dc27cc02dccf23608bcc57ebe811d07d6a5d" - sha256 cellar: :any_skip_relocation, arm64_linux: "c971286de0e26a8328eceb517690929ef8623f6c607582c17a9d3c983f29f397" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1f32b8c8259b24d879176c04c7eb5127f7e4c48d04c6488d7d9e7d29c50767d7" + sha256 cellar: :any, arm64_sequoia: "af3c008cd7d7925a9fe5a2dec583447d84ef9d60094eef614a9d00567a6a45f0" + sha256 cellar: :any, arm64_sonoma: "3bcd9171e7c20353fc29d7b7465f483f70409bbf42927614ffbdd618af563e63" + sha256 cellar: :any, arm64_ventura: "1829b30097b5ca376813bca70346f2e07a4f0f5fb3f7fdb88b36b0251d816579" + sha256 cellar: :any, sonoma: "47abd3344a6d3e6c300bc68b9faa1d2c34fa86760b0ae1d39f52fadd29b8e293" + sha256 cellar: :any, ventura: "60dbc7a68b646de1e490fa3c8fd10274a48605699acf1d2b9ac62958524facf8" + sha256 cellar: :any_skip_relocation, arm64_linux: "42a0e0d5fbe2cda62540a28040ca5aaceed8e82d9aaf396a433a4ff9e83fc2e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d694516be2d6a026e0f186271656d3e0de31f5a326ed8d6bb0437b90acd8bad0" end depends_on "rust" => :build # for rpds-py From fc4777a84e318db2d76de32125a8c0d0b755ac33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:31:06 +0000 Subject: [PATCH 00909/10074] helm-ls: update 0.3.0 bottle. --- Formula/h/helm-ls.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helm-ls.rb b/Formula/h/helm-ls.rb index f9dfe9dff0f59..47c72816ed7ab 100644 --- a/Formula/h/helm-ls.rb +++ b/Formula/h/helm-ls.rb @@ -7,13 +7,13 @@ class HelmLs < Formula head "https://github.com/mrjosh/helm-ls.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5de07d6e4cce9a468bc17e5ff2eaa1760cfd4eaf660c217fae62d9297f761318" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30d39909350f51e14d18ac9d54831ca6a7bd975c92d46fed01a29cf192e88dd0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ffc943640cc4af33ae672a0ddea9812ebe967edd969061ff0dabc471fcce1a71" - sha256 cellar: :any_skip_relocation, sonoma: "c1160df1fd8402f4109469cf19d7d7ac568fd4c9585d954df472f37530863f2c" - sha256 cellar: :any_skip_relocation, ventura: "ee71981f5938a9eea1b396a8d5e1088ea933afada9f154dc69432429b6d27d0e" - sha256 cellar: :any_skip_relocation, arm64_linux: "66bce3b1a2691f963ddc72ebdf5e62e9c3f74d30a843e3a183ad3fc4b2e8d26a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ffba8dee3f42eb6c2e358390ec751016b9c9f3054005f4cd55df57d47e282c35" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd82c179f05acf34735052fca6cd50f819d37f37558594b800c1b4f09429d2e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b2ddb55106dc0bb1b69d58b3c756b7ee66a662f554c7e48f50620fd2a994698" + sha256 cellar: :any_skip_relocation, arm64_ventura: "18e1557dcda63f114e18dc2c444175d10561f363af4983b496f0c8ed08084535" + sha256 cellar: :any_skip_relocation, sonoma: "c435f2165ded93b57f88bc2f565a1a8be5f4f912503a0fc109ba9f08c0660992" + sha256 cellar: :any_skip_relocation, ventura: "1e082975114561b00e52af3461edf1dd7d643e548c4d671a9e0c69606ff4f4d6" + sha256 cellar: :any_skip_relocation, arm64_linux: "2bf802af978988e242ad96709dd5572226dbb4a68c121970bd8624d980b7a26e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8509e01883ba836a9fb60ef9e72c50c9585dd88c25742fff421bffba916291ee" end depends_on "go" => :build From fce43fa13da36d6ef73d71dd450d3b1f9b2a98e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:31:25 +0000 Subject: [PATCH 00910/10074] yoke: update 0.13.1 bottle. --- Formula/y/yoke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 825a08606b3d6..7d50ac71d7fca 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -9,13 +9,13 @@ class Yoke < Formula head "https://github.com/yokecd/yoke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8060c13fc787e735ff8571b224aadbdaf9a66f1840955fb2d572e463979b2c93" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e08b0e5b8a5d69f7d2c1f36f74a2e765b87e7014d562a2b0c17110f3cc1eddd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2175d440a801d661429a118c99f9137634f33dd71d950e9b72f463f3891ac675" - sha256 cellar: :any_skip_relocation, sonoma: "1d11a2c75195c5410df4fdb80950ab34609615f264011a0e5730c3907ed32a15" - sha256 cellar: :any_skip_relocation, ventura: "8de4d03eacf727e89e302eadcfb02a5646e8a9cfc02e681a583b1c4f8e6da080" - sha256 cellar: :any_skip_relocation, arm64_linux: "3506d8bda0e93db959ac6175c903008c1906ff8bd97c15fbfe1e0253b358cb60" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eb563aab57c1882115e69c4ebbc05dab8f8818b5e49100024bbb71866bbedf70" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "33c6c593c20c5975aee6d25608931a2136d464582d6968a017196b4a7e229e5b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "68dee8ee61f3808ea590faf32b502e0e242d50beaa0db9d865c09b6c30422e1b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f3d35cc15ff3048d1dbbf6546238f16123ff7e6c35aee2cb801e2198ddb4ffc5" + sha256 cellar: :any_skip_relocation, sonoma: "bd660a46ab2ec0b0a09ed9aeed1a7585c2d55da9bb7824356cd3062ec4eaa462" + sha256 cellar: :any_skip_relocation, ventura: "35aa26baa662c673dc99aa1c43b7fd77e2fcdaba01ee8ecdb4b9db1956a9370f" + sha256 cellar: :any_skip_relocation, arm64_linux: "f908143d079130d6411788952ac8eff9e8e3f762d93c795eed236c488a357d2a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8ecbdbe07478b9d0e578deb64a95dd443dbcd547393b69824fe50b5f4393e690" end depends_on "go" => :build From cf60111b7dad4edddb9a23c8ab6fd6b07157de3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:31:32 +0000 Subject: [PATCH 00911/10074] evil-helix: update 20250601b bottle. --- Formula/e/evil-helix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/evil-helix.rb b/Formula/e/evil-helix.rb index 4f99a8fbce91e..e8840e5a2a73c 100644 --- a/Formula/e/evil-helix.rb +++ b/Formula/e/evil-helix.rb @@ -7,13 +7,13 @@ class EvilHelix < Formula head "https://github.com/usagi-flow/evil-helix.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "b1e3c0ba1218793a8b7ba5d15fd5798b2bf6b0c6780f1e8e60cdb8164ce6cf9c" - sha256 cellar: :any, arm64_sonoma: "5641c78dbf7e337d2383e4031645175d2cc7ae0c81997736164adc20ef520832" - sha256 cellar: :any, arm64_ventura: "d8b286207a5d5a4af13450a7f86e29ff55f19ecb0ea42bc0278308f83e02f862" - sha256 cellar: :any, sonoma: "18af39d241bda37f98a777f9980261727ee63ca001fb9ef07893754372309248" - sha256 cellar: :any, ventura: "5636a0702d8468604d26f698208fc237125a6fdf0f1412d9553bc8fc9e063375" - sha256 cellar: :any_skip_relocation, arm64_linux: "be7405c37721a2caac27ae5b416288c4ba05a06ac2fe0594e2a58491de2595c8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "beda696a5384eeaea0fc78f8eec67141f169e4ca905c0073ac9d2dd453b9b109" + sha256 cellar: :any, arm64_sequoia: "68dc4d8bef7fcc1f8f18a1c64517ad01e6ef805d64341280dddd7d1c289f49c1" + sha256 cellar: :any, arm64_sonoma: "06b4bbb5146045a2bf7a59b072dc714814de620a6a85fae8af74673d7f0b2080" + sha256 cellar: :any, arm64_ventura: "5db089395faf9358a74b855b5bd8e4cbea2817d566043c64f895dcac813e3bcc" + sha256 cellar: :any, sonoma: "34f35cd6a6ab36ace85e8b13a26fc9472641cd14cea9cb8c7571e4b96891b460" + sha256 cellar: :any, ventura: "5e8789b7774a150997f7e48f777f2faf888197b35097168d69867098c3578dd5" + sha256 cellar: :any_skip_relocation, arm64_linux: "6584904445e70cca9317738c1f66adfa6760736a5b0583607d9c03318916b2f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "421f47a0feeae88f1a6129e38e95c6121937abe1b1432d5c1385d75b467b5c66" end depends_on "rust" => :build From 60e558ca7ac96524cc1a364601f636739d7103ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:39:01 +0000 Subject: [PATCH 00912/10074] openimageio: update 3.0.7.0 bottle. --- Formula/o/openimageio.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openimageio.rb b/Formula/o/openimageio.rb index 6da06dbc1a8f7..3fafb45d7bdc0 100644 --- a/Formula/o/openimageio.rb +++ b/Formula/o/openimageio.rb @@ -13,13 +13,13 @@ class Openimageio < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "042229d9572e0781d83d52782d51425adefbca12103ddf8d35748ba534ad489e" - sha256 cellar: :any, arm64_sonoma: "c6811474b4f0ba603e7867b406fe79d9f1e9bcac7ae0d680952b93d8df2bef34" - sha256 cellar: :any, arm64_ventura: "80b3bd93516c2e8b5c638bba24c955c64d17c5dd16fc1cf35822488dbf36d937" - sha256 cellar: :any, sonoma: "9fbd6f150c6fdd9a5c44138483948ed4b02dd227d9f685d6ac08e602ac15e779" - sha256 cellar: :any, ventura: "529c49719bf807377ffb84fe0177bc739902b66b87d9d1b02267eb0dd60f3664" - sha256 cellar: :any_skip_relocation, arm64_linux: "22376d93e5365079d1c2aee035f527dff439d0012ceda68ed2937d94d5e437a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "82535c15c16e7de879d951152f1b50712cda8689466624f7b89db7df711009b7" + sha256 cellar: :any, arm64_sequoia: "ca852f7656739959a001e22bf0165e54a01c6978784678824ea9436617d3d46e" + sha256 cellar: :any, arm64_sonoma: "5138967f0408d1a4269da5e36f114d7d7851a32674cd449875ed76b752af45e9" + sha256 cellar: :any, arm64_ventura: "8349a7f4de9599f94ad8019e1268d26ca38ecc1eda29f715f71115b7f4765c69" + sha256 cellar: :any, sonoma: "80121a3ad9f768615f63a4d255c83af78cd4fa7fbbc8d9cdb288eb42fa1bc257" + sha256 cellar: :any, ventura: "1b5f814ce12ba703870b5031f27888dc6637a395660d60e2bd1d157e8ac5a4c7" + sha256 cellar: :any_skip_relocation, arm64_linux: "42b3da64128b832666582ea3d556896a13b27ad7b130799941aa156bb8691b01" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e40e8ff1d497a60d0c7b9ce42e3b92014624e11ba10f0e717d0c972132adb1fa" end depends_on "cmake" => :build From b7885c03ed64940a3971481b65a38c44bea53ad9 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 1 Jun 2025 14:22:26 -0700 Subject: [PATCH 00913/10074] dexter 0.6.0 --- Formula/d/dexter.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dexter.rb b/Formula/d/dexter.rb index 4c2f3a3ef3d71..3111df81adbad 100644 --- a/Formula/d/dexter.rb +++ b/Formula/d/dexter.rb @@ -1,8 +1,8 @@ class Dexter < Formula desc "Automatic indexer for Postgres" homepage "https://github.com/ankane/dexter" - url "https://github.com/ankane/dexter/archive/refs/tags/v0.5.6.tar.gz" - sha256 "f2bebde21f8f06f726e6c16cd932afa8fe42714012f3ce53b4e0355b7cb91628" + url "https://github.com/ankane/dexter/archive/refs/tags/v0.6.0.tar.gz" + sha256 "cd8d08f8a89874c832fc6a53f9020dc9843d0717810870a1b8eecb3246b889bf" license "MIT" bottle do @@ -20,8 +20,8 @@ class Dexter < Formula depends_on "ruby" resource "google-protobuf" do - url "https://rubygems.org/gems/google-protobuf-4.29.3.gem" - sha256 "9a5576c0059f57d7e07107bda8287ac14d0c59c71fe939b260855d3f46b9b566" + url "https://rubygems.org/gems/google-protobuf-4.31.1.gem" + sha256 "022bc82931a0860a7f2ace41bd48e904c8e65032c1d5eefc33294b5edf9741f8" end resource "pg" do @@ -30,8 +30,8 @@ class Dexter < Formula end resource "pg_query" do - url "https://rubygems.org/gems/pg_query-6.0.0.gem" - sha256 "fbf09a4e900cee1d61e2bbfda1fefdbc35bc83c5f1c7ae1be1c6ffc5ae0f5c04" + url "https://rubygems.org/gems/pg_query-6.1.0.gem" + sha256 "8b005229e209f12c5887c34c60d0eb2a241953b9475b53a9840d24578532481e" end resource "slop" do From c41e22a19f729144272dbad08142a6d49fcdb0cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 22:49:11 +0000 Subject: [PATCH 00914/10074] anubis 1.19.1 --- Formula/a/anubis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/anubis.rb b/Formula/a/anubis.rb index 00231bba7157a..de7f06ae9b05e 100644 --- a/Formula/a/anubis.rb +++ b/Formula/a/anubis.rb @@ -1,8 +1,8 @@ class Anubis < Formula desc "Protect resources from scraper bots" homepage "https://anubis.techaro.lol" - url "https://github.com/TecharoHQ/anubis/archive/refs/tags/v1.18.0.tar.gz" - sha256 "b543f3c4af32a71994f4290b901b5670ce3cc7756b9db2c86d2569286d6dd6ef" + url "https://github.com/TecharoHQ/anubis/archive/refs/tags/v1.19.1.tar.gz" + sha256 "5fa0640abad46d1cbe5a84063ec60caa3272478044bad3e1e8b0260ee8756ce7" license "MIT" head "https://github.com/TecharoHQ/anubis.git", branch: "main" From 561964f0a16cfbce234fe7e2b7eeee484fc4bdf0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 22:52:22 +0000 Subject: [PATCH 00915/10074] changie 1.22.0 --- Formula/c/changie.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/changie.rb b/Formula/c/changie.rb index c2638a7b29a82..d8db4b0cef599 100644 --- a/Formula/c/changie.rb +++ b/Formula/c/changie.rb @@ -1,8 +1,8 @@ class Changie < Formula desc "Automated changelog tool for preparing releases" homepage "https://changie.dev/" - url "https://github.com/miniscruff/changie/archive/refs/tags/v1.21.1.tar.gz" - sha256 "734d1f42a12b645170925cc1855626dc82a386b4250558baffe416517a9aa710" + url "https://github.com/miniscruff/changie/archive/refs/tags/v1.22.0.tar.gz" + sha256 "3ff3f717618f7c47be72d6bbf82ed23c1ee529e83e51bf8a1d079717f0d45127" license "MIT" head "https://github.com/miniscruff/changie.git", branch: "main" From 3808bb23ea8f64f8c743135f85da62b569d8d26a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 22:59:20 +0000 Subject: [PATCH 00916/10074] gulp-cli 3.1.0 --- Formula/g/gulp-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gulp-cli.rb b/Formula/g/gulp-cli.rb index 09620d37dfff2..67573f67ffcf8 100644 --- a/Formula/g/gulp-cli.rb +++ b/Formula/g/gulp-cli.rb @@ -1,8 +1,8 @@ class GulpCli < Formula desc "Command-line utility for Gulp" homepage "https://github.com/gulpjs/gulp-cli" - url "https://registry.npmjs.org/gulp-cli/-/gulp-cli-3.0.0.tgz" - sha256 "f90ba044fd1486dcc0f5e7ec07aba39fc62079cd0f3df78f2ba123b404f8094b" + url "https://registry.npmjs.org/gulp-cli/-/gulp-cli-3.1.0.tgz" + sha256 "683fa88d8d15b49a8adf760f25e4e46f068f1e065fe234e1199b27fe6bf0376e" license "MIT" bottle do From e9ec4b6726de54c5faff6f0557bc6b786bf318ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:01:51 +0000 Subject: [PATCH 00917/10074] jupytext 1.17.2 --- Formula/j/jupytext.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Formula/j/jupytext.rb b/Formula/j/jupytext.rb index 6a7e7b1813859..9cdaa54072d51 100644 --- a/Formula/j/jupytext.rb +++ b/Formula/j/jupytext.rb @@ -3,8 +3,8 @@ class Jupytext < Formula desc "Jupyter notebooks as Markdown documents, Julia, Python or R scripts" homepage "https://jupytext.readthedocs.io/en/latest/" - url "https://files.pythonhosted.org/packages/6e/d9/b7acd3bed66c194cec1915c5bbec30994dbb50693ec209e5b115c28ddf63/jupytext-1.17.1.tar.gz" - sha256 "c02fda8af76ffd6e064a04cf2d3cc8aae242b2f0e38c42b4cd80baf89c3325d3" + url "https://files.pythonhosted.org/packages/30/ce/0bd5290ca4978777154e2683413dca761781aacf57f7dc0146f5210df8b1/jupytext-1.17.2.tar.gz" + sha256 "772d92898ac1f2ded69106f897b34af48ce4a85c985fa043a378ff5a65455f02" license "MIT" bottle do @@ -32,8 +32,8 @@ class Jupytext < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -42,8 +42,8 @@ class Jupytext < Formula end resource "jupyter-core" do - url "https://files.pythonhosted.org/packages/00/11/b56381fa6c3f4cc5d2cf54a7dbf98ad9aa0b339ef7a601d6053538b079a7/jupyter_core-5.7.2.tar.gz" - sha256 "aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9" + url "https://files.pythonhosted.org/packages/99/1b/72906d554acfeb588332eaaa6f61577705e9ec752ddb486f302dafa292d9/jupyter_core-5.8.1.tar.gz" + sha256 "0a5f9706f70e64786b75acba995988915ebd4601c8a52e534a40b51c95f59941" end resource "markdown-it-py" do @@ -72,8 +72,8 @@ class Jupytext < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "pyyaml" do @@ -87,8 +87,8 @@ class Jupytext < Formula end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz" - sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "traitlets" do From 5f2b24bf3a6f11e8766e2a59108aa896d57a0885 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:03:51 +0000 Subject: [PATCH 00918/10074] anubis: update 1.19.1 bottle. --- Formula/a/anubis.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/anubis.rb b/Formula/a/anubis.rb index de7f06ae9b05e..d5d6de24c3d5c 100644 --- a/Formula/a/anubis.rb +++ b/Formula/a/anubis.rb @@ -12,12 +12,12 @@ class Anubis < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b162bd9c43dedbe24fbfff3667d5df2cf433d34c698b286a894ff2dbba8ee9ba" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7387ba7dd8e716f47bc486ca499dc40a02484ed5284186c591032f61c2f5241e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "774a900e165f381bbebc6dcbb55cdde962cad597968a9c1912f20e1c0418b28e" - sha256 cellar: :any_skip_relocation, sonoma: "2328432dc08c377c0f4ef8641e3806856785c2bfb7e26d388abd0e53daadfa9e" - sha256 cellar: :any_skip_relocation, ventura: "2608708e94511311a6b6f5e363bc98aaadc9c11358c1a05231161acc871f1384" - sha256 cellar: :any_skip_relocation, x86_64_linux: "655f3a50f4db66e85fa0a866d146de7cc0bd2165b9692513b3314aec5185c414" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffcb9cd038e147a4e4aab9ffda6472b12737a8763aeccf8d046b187fa098aa9c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "19a3533a753225e8e7118e94ee4f11e19d3e8a816acd3aae96c03ea9e9a1230b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0f083df38b52274a0e69b9480f0bfb2b710e38db27b0d1ad290ff3c7221d79d6" + sha256 cellar: :any_skip_relocation, sonoma: "5682dcbd0dfe7976c83e342269c4c17024b5679a5d9ca7053561ec5717b294da" + sha256 cellar: :any_skip_relocation, ventura: "67ccc6acdca2a741e4fa9f9fa922d6e5461a88a47acf8ab7e933620cbcf9b095" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b1f51ff69339768fa16ef116c7ba89f4455ca14bb6de82842d15c11aa62b3d88" end depends_on "go" => :build From 74b67cdb339cc4208a84e4a0c5a30ae14a66b76c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:04:23 +0000 Subject: [PATCH 00919/10074] libusb 1.0.29 --- Formula/lib/libusb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libusb.rb b/Formula/lib/libusb.rb index 1caa6d2e69509..fd1ed5f77ffb8 100644 --- a/Formula/lib/libusb.rb +++ b/Formula/lib/libusb.rb @@ -1,8 +1,8 @@ class Libusb < Formula desc "Library for USB device access" homepage "https://libusb.info/" - url "https://github.com/libusb/libusb/releases/download/v1.0.28/libusb-1.0.28.tar.bz2" - sha256 "966bb0d231f94a474eaae2e67da5ec844d3527a1f386456394ff432580634b29" + url "https://github.com/libusb/libusb/releases/download/v1.0.29/libusb-1.0.29.tar.bz2" + sha256 "5977fc950f8d1395ccea9bd48c06b3f808fd3c2c961b44b0c2e6e29fc3a70a85" license "LGPL-2.1-or-later" livecheck do From a98ddb4b1657499ab442bf2fe500d529db84b17c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:04:28 +0000 Subject: [PATCH 00920/10074] changie: update 1.22.0 bottle. --- Formula/c/changie.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/changie.rb b/Formula/c/changie.rb index d8db4b0cef599..159ee34944b00 100644 --- a/Formula/c/changie.rb +++ b/Formula/c/changie.rb @@ -7,12 +7,12 @@ class Changie < Formula head "https://github.com/miniscruff/changie.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "25e98c7a599a54bc71fe36e2373d3ca16c34064e77c4f964183978747bbad8a8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "25e98c7a599a54bc71fe36e2373d3ca16c34064e77c4f964183978747bbad8a8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "25e98c7a599a54bc71fe36e2373d3ca16c34064e77c4f964183978747bbad8a8" - sha256 cellar: :any_skip_relocation, sonoma: "249be5b876c374cbb18e8acfea9f660041786ad2c2b17a1c7fdf0689c1dd29e5" - sha256 cellar: :any_skip_relocation, ventura: "249be5b876c374cbb18e8acfea9f660041786ad2c2b17a1c7fdf0689c1dd29e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9d4142b0e9ff351cd7595b85f9256f76277041456bb0578e88d83e9dd1a4c8b7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fb60e9ca2ccef779bd1cb4242d4f6176b58c31d275b88905ef6171b5482827c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2fb60e9ca2ccef779bd1cb4242d4f6176b58c31d275b88905ef6171b5482827c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2fb60e9ca2ccef779bd1cb4242d4f6176b58c31d275b88905ef6171b5482827c" + sha256 cellar: :any_skip_relocation, sonoma: "bd8de99d840ec8b80a3d98cebbd77a4a374730e8ed0f0d129a36ebe4f2111fd9" + sha256 cellar: :any_skip_relocation, ventura: "bd8de99d840ec8b80a3d98cebbd77a4a374730e8ed0f0d129a36ebe4f2111fd9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b9243c53cb73b0e2b7830be72ceb885ba525bca820aee22c00d6db7453db9409" end depends_on "go" => :build From e9362647adfe3431bbd6fd97bdca56965f1e64e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:04:43 +0000 Subject: [PATCH 00921/10074] dexter: update 0.6.0 bottle. --- Formula/d/dexter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dexter.rb b/Formula/d/dexter.rb index 3111df81adbad..73f174a87bd98 100644 --- a/Formula/d/dexter.rb +++ b/Formula/d/dexter.rb @@ -6,13 +6,13 @@ class Dexter < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "37a406d94e604468c6bd45f08225600fc3a929c38cdafbbcb6b0d1e73f833873" - sha256 cellar: :any, arm64_sonoma: "096fe52ac18aab6b6c77f98cd4b0ce92a9501b5759095a1d85a06394c8590531" - sha256 cellar: :any, arm64_ventura: "6a409cba5aeaff176b666c1cd2e9b53deaa704b5a1b46a3fe697703d8df302bb" - sha256 cellar: :any, sonoma: "3b9d57da475b9026fc2e469f6a442d1acd744192e817fb46086def143d75b5b5" - sha256 cellar: :any, ventura: "f21626ffdfeb5712eee1d1d6d311eb29c1bb6bf5e15a74de726628b4204474be" - sha256 cellar: :any_skip_relocation, arm64_linux: "20acd2b97f4698c0105d2dbcd5778f7adddb4336f9a1715911d2fc5e8bbda66e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c769be717ed914c7552d0aaccff2e9d53171f256ac7c9d9bbad0afa40b4bbaf8" + sha256 cellar: :any, arm64_sequoia: "3b44545e99974f4afd0f172e80ab95cd796ff6f732d0bd7557927b1fa121e85a" + sha256 cellar: :any, arm64_sonoma: "e5f365b4cb8545f4d317eca8d2bdb5b546ce69eb44ee9433b020e0eefd7fb53c" + sha256 cellar: :any, arm64_ventura: "7c5e9f9fa3e600fcd38446429359c6f83e1d3042bc76abc418d0054e79006a4f" + sha256 cellar: :any, sonoma: "9a1e462de74bf97479e797f1c33ed097e1778a34177911c5ede0670f33e697d5" + sha256 cellar: :any, ventura: "7911fc88a74ed976ac31abeb31cd7e0dd636c4e54b5c7003dceb4df1480b8d4a" + sha256 cellar: :any_skip_relocation, arm64_linux: "fcc524b51ce4c16b514d725bddc0f2751c4f025d07852efd32dba397bfeb5f15" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6197ab94a5a3f9a335611eb148ea6f99bb31269979cb5f2046a062237f377d26" end depends_on "postgresql@17" => :test From ceb9fa336fb28f2f5b476a682e324a7a3a326095 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:06:47 +0000 Subject: [PATCH 00922/10074] msmtp 1.8.30 --- Formula/m/msmtp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/msmtp.rb b/Formula/m/msmtp.rb index f0996a83cd5bd..26baa9ea6de21 100644 --- a/Formula/m/msmtp.rb +++ b/Formula/m/msmtp.rb @@ -1,8 +1,8 @@ class Msmtp < Formula desc "SMTP client that can be used as an SMTP plugin for Mutt" homepage "https://marlam.de/msmtp/" - url "https://marlam.de/msmtp/releases/msmtp-1.8.29.tar.xz" - sha256 "13a78f3c6034b33008a7f2474fdddd0deaf7db6da89d0791d3d75eae721220d7" + url "https://marlam.de/msmtp/releases/msmtp-1.8.30.tar.xz" + sha256 "f826a3c500c4dfeed814685097cead9b2b3dca5a2ec3897967cb9032570fa9ab" license "GPL-3.0-or-later" livecheck do From 09048c63adf1fc98e2d3111d6cc293e63d8396f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:16:12 +0000 Subject: [PATCH 00923/10074] gulp-cli: update 3.1.0 bottle. --- Formula/g/gulp-cli.rb | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Formula/g/gulp-cli.rb b/Formula/g/gulp-cli.rb index 67573f67ffcf8..f01ab6dfda457 100644 --- a/Formula/g/gulp-cli.rb +++ b/Formula/g/gulp-cli.rb @@ -6,16 +6,13 @@ class GulpCli < Formula license "MIT" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4705be7a88b79dd85745a81118909d722e59a0d3d81a2766d5ee873b4f98089" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6b78b8a649dc8b662a2fa39814d039991950450e52b20692ff9756955f642d6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b6b78b8a649dc8b662a2fa39814d039991950450e52b20692ff9756955f642d6" - sha256 cellar: :any_skip_relocation, arm64_monterey: "b6b78b8a649dc8b662a2fa39814d039991950450e52b20692ff9756955f642d6" - sha256 cellar: :any_skip_relocation, sonoma: "97e82d635666e3f778dd12285f8881701110370eaefe6c22fb902b493ae2ba58" - sha256 cellar: :any_skip_relocation, ventura: "97e82d635666e3f778dd12285f8881701110370eaefe6c22fb902b493ae2ba58" - sha256 cellar: :any_skip_relocation, monterey: "97e82d635666e3f778dd12285f8881701110370eaefe6c22fb902b493ae2ba58" - sha256 cellar: :any_skip_relocation, arm64_linux: "37ce0d118f641429fb3593e30aeb9d81dfebf95381855994b1d4e646f9d5cbd7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ca11835e27a0ab600dc0ce1c92b06791fb15b3f7c75d71d97ca4984983deff8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "240302d96e2d2ded3a74ad80abc51db6c8539e32421a6026a081879c1387dc3c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "240302d96e2d2ded3a74ad80abc51db6c8539e32421a6026a081879c1387dc3c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "240302d96e2d2ded3a74ad80abc51db6c8539e32421a6026a081879c1387dc3c" + sha256 cellar: :any_skip_relocation, sonoma: "353b3d0218f3d9fd50d85868af51173ff261ced09ec71e73be07229331b0ce6c" + sha256 cellar: :any_skip_relocation, ventura: "353b3d0218f3d9fd50d85868af51173ff261ced09ec71e73be07229331b0ce6c" + sha256 cellar: :any_skip_relocation, arm64_linux: "240302d96e2d2ded3a74ad80abc51db6c8539e32421a6026a081879c1387dc3c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "240302d96e2d2ded3a74ad80abc51db6c8539e32421a6026a081879c1387dc3c" end depends_on "node" From 64de46d44070464db131946736c09997899bd74c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:19:47 +0000 Subject: [PATCH 00924/10074] yeet 0.6.0 --- Formula/y/yeet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index 1c52719606f95..de3d8de45bc2f 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -1,8 +1,8 @@ class Yeet < Formula desc "Packaging tool that lets you declare build instructions in JavaScript" homepage "https://github.com/TecharoHQ/yeet" - url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.5.0.tar.gz" - sha256 "6e8dafbbb043760f6dbc4e5c54a45d4c5426d884561b15ea00ffa84952e17371" + url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.6.0.tar.gz" + sha256 "b87d344b56eb69aa72dce54c88397a77a8a24a9c013d1d81796d165d3000fe5d" license "MIT" head "https://github.com/TecharoHQ/yeet.git", branch: "main" From e5fc35e2f3c87b25523b4797feeffb188d88b071 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:25:21 +0000 Subject: [PATCH 00925/10074] msmtp: update 1.8.30 bottle. --- Formula/m/msmtp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/msmtp.rb b/Formula/m/msmtp.rb index 26baa9ea6de21..81b2af06388bf 100644 --- a/Formula/m/msmtp.rb +++ b/Formula/m/msmtp.rb @@ -11,13 +11,13 @@ class Msmtp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "5793f70b0e512d28643bda350e34e14e4679b9299385a9b4301787f3a27aa6bb" - sha256 cellar: :any, arm64_sonoma: "70bbf8f1ba7aaaf77c7df3ea3deed9fadf430f36c9756c0076c33a1bb805a406" - sha256 cellar: :any, arm64_ventura: "ac497ad24c148063033e861fa66542baed40e387659852b2fe21842ebd9385ff" - sha256 cellar: :any, sonoma: "e789a1a773f3de817d23924030e299344a53f8eb2383fc2bc301df0709e70e21" - sha256 cellar: :any, ventura: "74990ba3528f5f6053e428e51c4f36f2dfb35b9dd3ddcfc41c08fe2666ab25bd" - sha256 arm64_linux: "0b92a6ebef5af39e7b5abff48ddc91b58fec162c9acd58e37f8fc8d14e2888d9" - sha256 x86_64_linux: "2be130885b631ec5d17701fd8ad9f5a4a98834ee219bc04e0c9b172328f00a30" + sha256 cellar: :any, arm64_sequoia: "38068c142cd311018f9df7b5f830d9d8f276dfbd5b92e53421b9a0d237c89714" + sha256 cellar: :any, arm64_sonoma: "49fa246ddc32ff8c42d489a4319e9899b717ed9beb8ab1a0241fa1eb0a5d4237" + sha256 cellar: :any, arm64_ventura: "fa42011c0c5dfebdfb290fc14b4824272d4cf7953a0c7b7a08bb3d137e1404e4" + sha256 cellar: :any, sonoma: "792a7e947d956b79bc035f203a763195ab00a0f9cc4fe237c8dc584ae606e8ea" + sha256 cellar: :any, ventura: "feabf234f1333ae0e89243d288ef0a58908324290d52413956da4d5b96fb4949" + sha256 arm64_linux: "709e18cbad71d93a8c0e658e25ebbc042ab6f7d5a21a7981f60b52d154ddaaeb" + sha256 x86_64_linux: "e3e8a2abfee28a3f75af8d4d7bf46dc6d30f023b63647824ef9873cbab7edd2a" end depends_on "pkgconf" => :build From 08dd421745d36e4305199780b69ec37d1fbbb57c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:25:24 +0000 Subject: [PATCH 00926/10074] jupytext: update 1.17.2 bottle. --- Formula/j/jupytext.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jupytext.rb b/Formula/j/jupytext.rb index 9cdaa54072d51..a68dac9b3ac38 100644 --- a/Formula/j/jupytext.rb +++ b/Formula/j/jupytext.rb @@ -8,13 +8,13 @@ class Jupytext < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "5ce194de72ca6c8357b22c5b5b360e77c3a63634ec268e8d9bf555472bef40f5" - sha256 cellar: :any, arm64_sonoma: "e7c77b385f26f38af19888adf99292501cbae4e7af476e7dede2b0d56224c3c3" - sha256 cellar: :any, arm64_ventura: "fe60a7d034fbce8ec3a004d4e74d25b6fc345ee9ce4c4a5db2caafc8b491e67e" - sha256 cellar: :any, sonoma: "4726493052daecc270357f717b1abdc5da3b9b853b59716f37ffeb9d29d4bd51" - sha256 cellar: :any, ventura: "c895f236d503d64dff854a75a64c1f07a17447378285f9777cdd4c1a61346f49" - sha256 cellar: :any_skip_relocation, arm64_linux: "037ec64acac01cd7abac9f45ea81e47544c8e3843062064f98b60fb77228ddc7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4602499865c5689bc5d8774f1187648c38c88209573f841ef78167df235145bc" + sha256 cellar: :any, arm64_sequoia: "d9648b6ac6390a63b73bd97fcf7276f8f276e06ffe5d889c141e2d9b0abf1ebd" + sha256 cellar: :any, arm64_sonoma: "57b0dc444dabc14e95ef058a42a91e8c0a47f46209ac42e387ea5a4a89e3a954" + sha256 cellar: :any, arm64_ventura: "7504d5e0e73bba2ae074decea3684716b804dda2e9c9b789ed03e85c294c3e32" + sha256 cellar: :any, sonoma: "06f041ca9fba3ebd9440b4c74965756e9140c243ad75959bc5a87ee5ba28841e" + sha256 cellar: :any, ventura: "4d8e5819e527e8945b2013898c037e85561b6c9b19952c540668ae39c07b3a3e" + sha256 cellar: :any_skip_relocation, arm64_linux: "d70c12eeb70c2fbe180aa358c68bfa93d16c762c314a0af39ae411aa26499023" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c63e79a43e6eb6aa541f6c2be842446193a5cec9457f754b93234e2ff85b6c7a" end depends_on "rust" => :build # for rpds-py From 3892c920c495f16adf27261fac88d56e54a6a990 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:31:50 +0000 Subject: [PATCH 00927/10074] yeet: update 0.6.0 bottle. --- Formula/y/yeet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index de3d8de45bc2f..50b0eb0365535 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -7,12 +7,12 @@ class Yeet < Formula head "https://github.com/TecharoHQ/yeet.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "34f2d0c180c1e05652d8d5aa8e43dfc28f0cbe9e05d17c410a759a1150ee283a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "34f2d0c180c1e05652d8d5aa8e43dfc28f0cbe9e05d17c410a759a1150ee283a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "34f2d0c180c1e05652d8d5aa8e43dfc28f0cbe9e05d17c410a759a1150ee283a" - sha256 cellar: :any_skip_relocation, sonoma: "2490122d86e7754143fbcdb52bbc476db589a583109a0dc059c6337b3dadb770" - sha256 cellar: :any_skip_relocation, ventura: "2490122d86e7754143fbcdb52bbc476db589a583109a0dc059c6337b3dadb770" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e59fabc9271cf3964d26fe4fea28c7f25becbea8ad974e53dd73c270c06dfca7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab0f01e210c875e6e3d877ae90501750b237932f57fea21c1bc467e8a0f1eda7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab0f01e210c875e6e3d877ae90501750b237932f57fea21c1bc467e8a0f1eda7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ab0f01e210c875e6e3d877ae90501750b237932f57fea21c1bc467e8a0f1eda7" + sha256 cellar: :any_skip_relocation, sonoma: "d07b9541b0ab17a0c2bcead15f5c23c599b99dbf0cdbbc9201c19b820daacbc9" + sha256 cellar: :any_skip_relocation, ventura: "d07b9541b0ab17a0c2bcead15f5c23c599b99dbf0cdbbc9201c19b820daacbc9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd694b054ccadce7cac78ca150fd568e2a8ec5b5a358fd2bb1ebf6464f4cf68a" end depends_on "go" => :build From 569f8d8d84f188abfa4eb2aa392c43402f7142b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:27:41 +0000 Subject: [PATCH 00928/10074] ast-grep 0.38.4 --- Formula/a/ast-grep.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/ast-grep.rb b/Formula/a/ast-grep.rb index d8474795c7ddc..adaf96a09ee8c 100644 --- a/Formula/a/ast-grep.rb +++ b/Formula/a/ast-grep.rb @@ -1,8 +1,8 @@ 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.38.3.tar.gz" - sha256 "387a20ce819a37dd073a4b8fdf383ce09aa3627fafe79cb17612c5cd0657ef8f" + url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.38.4.tar.gz" + sha256 "f1c6dc88f676fae236f38cde4f71d160c7161fdc2601ec861c90f16b1c83f1cc" license "MIT" head "https://github.com/ast-grep/ast-grep.git", branch: "main" From 2491be6d8796fe75a877ee3acd3c450ef84eae31 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:39:43 +0000 Subject: [PATCH 00929/10074] hledger 1.43 --- Formula/h/hledger.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hledger.rb b/Formula/h/hledger.rb index 6b441a3d79b64..9c013f30fc913 100644 --- a/Formula/h/hledger.rb +++ b/Formula/h/hledger.rb @@ -1,8 +1,8 @@ class Hledger < Formula desc "Easy plain text accounting with command-line, terminal and web UIs" homepage "https://hledger.org/" - url "https://github.com/simonmichael/hledger/archive/refs/tags/1.42.2.tar.gz" - sha256 "797cf5dd5d020799b8db0bccc2ba541d5a8c460c2bf3410cfb41b291df3f00c6" + url "https://github.com/simonmichael/hledger/archive/refs/tags/1.43.tar.gz" + sha256 "6118e08a7c5e2bf37d96ae36f351f778a9a1efae8d5a010da97cd6716c1fb080" license "GPL-3.0-or-later" head "https://github.com/simonmichael/hledger.git", branch: "master" From 76677f22f2af25bf196b1eb2c712132999301c7a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:42:37 +0000 Subject: [PATCH 00930/10074] libarchive 3.8.1 --- Formula/lib/libarchive.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libarchive.rb b/Formula/lib/libarchive.rb index 20f0a4df7d88e..e196a75e01aee 100644 --- a/Formula/lib/libarchive.rb +++ b/Formula/lib/libarchive.rb @@ -1,8 +1,8 @@ class Libarchive < Formula desc "Multi-format archive and compression library" homepage "https://www.libarchive.org" - url "https://www.libarchive.org/downloads/libarchive-3.8.0.tar.xz" - sha256 "67bfac3798a778143f4b1cadcdb3792b4269486f8e1b70ca5c0ee5841398bfdf" + url "https://www.libarchive.org/downloads/libarchive-3.8.1.tar.xz" + sha256 "19f917d42d530f98815ac824d90c7eaf648e9d9a50e4f309c812457ffa5496b5" license "BSD-2-Clause" livecheck do From 4678c332d0fd154b667682560cda45503ca16f77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:44:53 +0000 Subject: [PATCH 00931/10074] logdy 0.17.1 --- Formula/l/logdy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/logdy.rb b/Formula/l/logdy.rb index 936417fb18dd9..71ec567ca06ad 100644 --- a/Formula/l/logdy.rb +++ b/Formula/l/logdy.rb @@ -1,8 +1,8 @@ class Logdy < Formula desc "Web based real-time log viewer" homepage "https://logdy.dev" - url "https://github.com/logdyhq/logdy-core/archive/refs/tags/v0.17.0.tar.gz" - sha256 "2de95d51912a9cc88e49b309735e5946082e498e20af71c5f42bbd416e09635a" + url "https://github.com/logdyhq/logdy-core/archive/refs/tags/v0.17.1.tar.gz" + sha256 "bd5db124e736e42d3671697787a26b354e0be6e787a95e69c054ad873058fcec" license "Apache-2.0" head "https://github.com/logdyhq/logdy-core.git", branch: "main" From 3f83f8a006e5dc4c85e8c8877b94049a0358d15e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:46:06 +0000 Subject: [PATCH 00932/10074] melange 0.26.4 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 5cd19af734d47..912176d5c61dd 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.3.tar.gz" - sha256 "dacfaf8b5f32f3103614fef341e4ede99b5a2416992ccec5423d674c912e1145" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.4.tar.gz" + sha256 "58184192d6563f6048257d58e996b6b4890e11f9dd9376f3c304970d8952d671" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From b86dfbd0c81626382a7cdca00864f5d5a6c36500 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:48:21 +0000 Subject: [PATCH 00933/10074] ngt 2.4.2 --- Formula/n/ngt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/ngt.rb b/Formula/n/ngt.rb index fb3b13add0b94..ada2ffd5ad82b 100644 --- a/Formula/n/ngt.rb +++ b/Formula/n/ngt.rb @@ -1,8 +1,8 @@ class Ngt < Formula desc "Neighborhood graph and tree for indexing high-dimensional data" homepage "https://github.com/yahoojapan/NGT" - url "https://github.com/yahoojapan/NGT/archive/refs/tags/v2.3.15.tar.gz" - sha256 "a44b019e97583bbfce41706c474b9b8c304826445d0ef9471f09f3a8111faae6" + url "https://github.com/yahoojapan/NGT/archive/refs/tags/v2.4.2.tar.gz" + sha256 "728a97cb136d7f623c8dc77b24117972d32ccef23e3d857248c4fa065fde4fed" license "Apache-2.0" livecheck do From 42117d6200968277a9f0cdd9b02e12fcd2dc9aa2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:48:48 +0000 Subject: [PATCH 00934/10074] ns-3 3.45 --- Formula/n/ns-3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/ns-3.rb b/Formula/n/ns-3.rb index f82375e63c29e..a3e9d81036aa4 100644 --- a/Formula/n/ns-3.rb +++ b/Formula/n/ns-3.rb @@ -3,8 +3,8 @@ class Ns3 < Formula desc "Discrete-event network simulator" homepage "https://www.nsnam.org/" - url "https://gitlab.com/nsnam/ns-3-dev/-/archive/ns-3.44/ns-3-dev-ns-3.44.tar.gz" - sha256 "14539f7e73d54788514597c03f110d2cf9a251386543bd389b28bf9ab122e58e" + url "https://gitlab.com/nsnam/ns-3-dev/-/archive/ns-3.45/ns-3-dev-ns-3.45.tar.gz" + sha256 "ea736ba7de4baf0b4fc91cfe2ff74ac3bcd94d4e3ad7055141ddbb30f8d0fc48" license "GPL-2.0-only" bottle do From b394e30ded15408ecf688f907b7cd0a67a02c3fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 03:01:31 +0000 Subject: [PATCH 00935/10074] xbyak 7.25 --- Formula/x/xbyak.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xbyak.rb b/Formula/x/xbyak.rb index 1ad2789b58898..6682acc3eb1db 100644 --- a/Formula/x/xbyak.rb +++ b/Formula/x/xbyak.rb @@ -1,8 +1,8 @@ class Xbyak < Formula desc "C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)" homepage "https://github.com/herumi/xbyak" - url "https://github.com/herumi/xbyak/archive/refs/tags/v7.24.2.tar.gz" - sha256 "5afccb2961576cd42c3d1e5370cb566838ee80140d3d43bdec0e31dcbd6510a9" + url "https://github.com/herumi/xbyak/archive/refs/tags/v7.25.tar.gz" + sha256 "54404ca8db6a6ed340dbd6ef01699762882fd8ee4c6f1f60b437b5c6010eb784" license "BSD-3-Clause" head "https://github.com/herumi/xbyak.git", branch: "master" From a6024dd68ae4ed3d8d597c5e6ab68e25cf630719 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 03:52:25 +0000 Subject: [PATCH 00936/10074] melange: update 0.26.4 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 912176d5c61dd..ec61ed015aead 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7de6181782b6ba6cef7aaa6a684ff2fa231a9878055e479a249ca11c9901c5c8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8413ba1e904379cbbe35218d7bd7d2324d0df3adbc4cf74660df476591f96ae6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6b991dc615e96cbcf00d6cf5b9b89ae9b5f645726e47676f9fd09a00bea81580" - sha256 cellar: :any_skip_relocation, sonoma: "eb442a4ad6db6481815a93b00df5fa58f03281451c560d89270d87906d1a8b6d" - sha256 cellar: :any_skip_relocation, ventura: "e847b8c75e365f6352d72cac8f15deb7d45be27ef5f6051dec074e6153393c3a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a24280b73ec885163d1d1a801fc3269e60eaee301aff01b1b929b7337fe7373e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cce3e787a3d914fb24e9d77497d35d3b94aa2c90b2689447353041bdc22c1c47" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "645bab9634c95a8f5a2f3b874b40a31c9179cb33310dec78a4f9b4159a842b8a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "44426ee3d2fff183b6b33275d05567805b76b8718640394c0348795c0d7ae7e2" + sha256 cellar: :any_skip_relocation, sonoma: "3e55fd3706d1ad27820f73afd17d00babd686c598fcbf00b9262836aec69b144" + sha256 cellar: :any_skip_relocation, ventura: "93449df0e575d6a6775caab5a1fee72e4446befa6c7fa0d85cb6e1ff000f40ef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15c01a6d5dc84c10a30b274bf4bd8075591420ede01b41b62a785cc2dc525060" end depends_on "go" => :build From 27a8ba7148959c556bac33e97b294d94c6f70548 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 03:52:44 +0000 Subject: [PATCH 00937/10074] logdy: update 0.17.1 bottle. --- Formula/l/logdy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/logdy.rb b/Formula/l/logdy.rb index 71ec567ca06ad..1a684676b076f 100644 --- a/Formula/l/logdy.rb +++ b/Formula/l/logdy.rb @@ -7,12 +7,12 @@ class Logdy < Formula head "https://github.com/logdyhq/logdy-core.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "44c71c2408d41cd551f14112ad6001b2237d6ed04afd76963e6414ad84ff6d27" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "44c71c2408d41cd551f14112ad6001b2237d6ed04afd76963e6414ad84ff6d27" - sha256 cellar: :any_skip_relocation, arm64_ventura: "44c71c2408d41cd551f14112ad6001b2237d6ed04afd76963e6414ad84ff6d27" - sha256 cellar: :any_skip_relocation, sonoma: "1cbf8423a12870ffff21d6f88defc4f6ca59e7cf0994182003e08ad653499d6c" - sha256 cellar: :any_skip_relocation, ventura: "1cbf8423a12870ffff21d6f88defc4f6ca59e7cf0994182003e08ad653499d6c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3135fa76591aaf207651163fa26f2f1b96015861af9fcf38c2ea9e892140f26" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d3eeee30fcc05e4c7265ee505fd23095dff74d6154866ddeeaeaa76ef5d240b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d3eeee30fcc05e4c7265ee505fd23095dff74d6154866ddeeaeaa76ef5d240b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9d3eeee30fcc05e4c7265ee505fd23095dff74d6154866ddeeaeaa76ef5d240b" + sha256 cellar: :any_skip_relocation, sonoma: "282b0cb5c348d5d7bd00ba2c20df88ec44f27ae6d18bf38a4f8b3bbfda8a1859" + sha256 cellar: :any_skip_relocation, ventura: "282b0cb5c348d5d7bd00ba2c20df88ec44f27ae6d18bf38a4f8b3bbfda8a1859" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d6799e27353bd503dd977227b839131b17ff91a0006562464465eaa6d165a0bf" end depends_on "go" => :build From d3950dd0b5ab51aed39194cdc526e50b1504f1ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 03:53:54 +0000 Subject: [PATCH 00938/10074] ast-grep: update 0.38.4 bottle. --- Formula/a/ast-grep.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ast-grep.rb b/Formula/a/ast-grep.rb index adaf96a09ee8c..de34d238e9674 100644 --- a/Formula/a/ast-grep.rb +++ b/Formula/a/ast-grep.rb @@ -7,13 +7,13 @@ class AstGrep < Formula head "https://github.com/ast-grep/ast-grep.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "508bfc02fd0988fe7771ca31272cb604c31c382b829918ab303116206b537042" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbbc40170248d42e58bb88be31b51e34e93452b3779b413677a949bb6b5cad77" - sha256 cellar: :any_skip_relocation, arm64_ventura: "642700f4798562dcb84b72cb6250818023fef0919f1b597933a92da0902ecda2" - sha256 cellar: :any_skip_relocation, sonoma: "315f45296b4d67a66e1535e85f87b6cc150f20952f4d296bfc0aa2e4c5acf3da" - sha256 cellar: :any_skip_relocation, ventura: "b88f559d1dc047f478985e5fa8e7905a0c60ea9acc15f1313aeece0b337c8b00" - sha256 cellar: :any_skip_relocation, arm64_linux: "51aa22b0a6c9e9e520b97adeb59d4c9e3659fc0eda962318ba52fe0b4967ce1a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15f9d2ba503eac30ebb2d09bd4cc7e92d904c7a935d7fa630dfa38ba3976bdad" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7160b70212718414574c940ef92294a387ab62b2cea78dada7dc295607873e1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f16e9a8d8e75f06753848672d1d8f4983979dec0b5e4aaa2d74cf3b7b849477c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "096e0c7f3d0ec6a52d5192992f9f1a2d7bf9ada98b7b9c384d9820f2df7884b3" + sha256 cellar: :any_skip_relocation, sonoma: "7239cfc66be6d6fe759d6438e97a5e3adf3f5b7b40d46c918e69735c3c3ccc60" + sha256 cellar: :any_skip_relocation, ventura: "96f14dc15fdcc765240b771947c27b42f62b7a8c12fc285b6306636a95c6757c" + sha256 cellar: :any_skip_relocation, arm64_linux: "a60314aac187584b7345be0510c13a0cbe1bfa726f454cbd71e0e8ec78e347a6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e91179f8e969e3212e2ba7493ce0e2471ef9439c315a5cb194626ef1e09c5d4" end depends_on "rust" => :build From 3865b18571c18017c765aadef632a9e8c9c60846 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 03:54:47 +0000 Subject: [PATCH 00939/10074] xbyak: update 7.25 bottle. --- Formula/x/xbyak.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/x/xbyak.rb b/Formula/x/xbyak.rb index 6682acc3eb1db..a9bf2835fe846 100644 --- a/Formula/x/xbyak.rb +++ b/Formula/x/xbyak.rb @@ -12,7 +12,7 @@ class Xbyak < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "9135936e87e25f24fdb946575f178d70d1195ded18fdb782461841fb091b522f" + sha256 cellar: :any_skip_relocation, all: "1828b495bb2e38b26a59afa9bc2cee0a4accd77e4427fb5c39a644b422dfd556" end depends_on "cmake" => :build From 020be8cb9f832f8e6a6b8f3af2c1f8825a2976f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 03:55:24 +0000 Subject: [PATCH 00940/10074] ngt: update 2.4.2 bottle. --- Formula/n/ngt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/ngt.rb b/Formula/n/ngt.rb index ada2ffd5ad82b..84ee65cd8793b 100644 --- a/Formula/n/ngt.rb +++ b/Formula/n/ngt.rb @@ -11,13 +11,13 @@ class Ngt < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "bf7acaa14502f4c21b9fa4ff25d50d321765d0991f5722171064cf58ee71b5f2" - sha256 cellar: :any, arm64_sonoma: "4358f3a14fe3015fe7cb6a7c53e61422238286b89d508246440a48c913b42f6a" - sha256 cellar: :any, arm64_ventura: "a879630fb1595e01e2c5ed8eadee2c15eb127dcf0b85f8aa1977a8a6df70ff57" - sha256 cellar: :any, sonoma: "170faadf6f19e2064059a8c55d9a24f5b168f7c28ac9ed4d2a40fed4ab01da6c" - sha256 cellar: :any, ventura: "895a69fb8dd9da98186d63206fc78c3736f4eb7d54a3baf62f23581891565eb9" - sha256 cellar: :any_skip_relocation, arm64_linux: "6bc38f7a3cacf66faaef43cb8ab52e098af2b6025784900ebd51b09b3f12dd1f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9776678ad67fa7037676e31bb8ad70f2ca68132b8573b3d95a9537123e538e2c" + sha256 cellar: :any, arm64_sequoia: "fc98ef0b336fad132afe1813df78de725ecc70d9bbb7c5ebe75735a3c81eb69a" + sha256 cellar: :any, arm64_sonoma: "444bd0278f64d2f80cc6bda4a075aa63442f3122cba611048382435764945677" + sha256 cellar: :any, arm64_ventura: "0478eec6c88c2d7ac4efe1146ed5850ba7c2bbb1bc7b7757926f1f8fbdf3e8bb" + sha256 cellar: :any, sonoma: "88b771a6f2b9ad8840d3d4eceee2ae8a3aa04a83ef0b2ac699824b79174b60bc" + sha256 cellar: :any, ventura: "483952949b2c680e74bac746d668a35a761f63f73e0a7b946b11008dd2caef57" + sha256 cellar: :any_skip_relocation, arm64_linux: "43490875f943192073f0210c9661fa07b8eb002d53512d93f8328efe77d36461" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7009d18a4794d9c0fce5b1a6d6cd141ee2b94202054ea425c4723617fcfa7064" end depends_on "cmake" => :build From 87426c5f5977ced2b0db9f20acff225a3c15238a Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sun, 1 Jun 2025 21:56:18 -0600 Subject: [PATCH 00941/10074] openldap: Enable the sssvlv module (server side sort) This module has no external dependencies and is very small. There should be no side effects. --- Formula/o/openldap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/o/openldap.rb b/Formula/o/openldap.rb index 149bfa58c95c5..87ade9cb7ec9b 100644 --- a/Formula/o/openldap.rb +++ b/Formula/o/openldap.rb @@ -59,6 +59,7 @@ def install --enable-refint --enable-retcode --enable-seqmod + --enable-sssvlv --enable-translucent --enable-unique --enable-valsort From 4fe853b3c0d9171125dd95f3bf58bdd1e9c9c915 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 03:56:28 +0000 Subject: [PATCH 00942/10074] ns-3: update 3.45 bottle. --- Formula/n/ns-3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/ns-3.rb b/Formula/n/ns-3.rb index a3e9d81036aa4..46eabfa9fc201 100644 --- a/Formula/n/ns-3.rb +++ b/Formula/n/ns-3.rb @@ -8,13 +8,13 @@ class Ns3 < Formula license "GPL-2.0-only" bottle do - sha256 arm64_sequoia: "1b2401c6ee8a679908199458daddaac700f901aa75b5d3fe27989d98d2629019" - sha256 arm64_sonoma: "b8d7754bc3619c27ded759f220c8f2db346ec7f1756a85360a1517e5e603ddcf" - sha256 arm64_ventura: "5213e90d6642839fd03c0dd859be2e840a36463b08a2d8f2c1557d27c38df356" - sha256 sonoma: "c795c64d2bdd26376c506c21511198689d7fb47f853b5320928a26b8c08a43fc" - sha256 ventura: "17c2a8f7c608157f7b227a67c6502f85f13c13aa1c2afb874bdc61ee522b66d0" - sha256 cellar: :any_skip_relocation, arm64_linux: "516bebae3e854dc0359693bfe5dad2f2561cd32dd222a67322ed7cc78484e1b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7826cdd902f244fd4352db46004e28c895616af90bc0e25d78671e7a4e46eb92" + sha256 arm64_sequoia: "16a5e5c3ad224f1bfcb9e2820eba18c0b8c173efc439134d6bb0518875623ab6" + sha256 arm64_sonoma: "62126a9fdd2c9c8add1f3afe4a07711aa54c48200f48f7b675618f0ec1555505" + sha256 arm64_ventura: "57b9753395cea0ab0519dc036783373e5d533fa09957c9f2768a79afabec86e0" + sha256 sonoma: "2e76d35afec9a8ff072481604cb44fd37a9a1f5d8d97b34927e39c6879482b10" + sha256 ventura: "adf133d189b26d97496f0c8d44c33438174b4fd521b79eda5a197e3914d87683" + sha256 cellar: :any_skip_relocation, arm64_linux: "16990f583b68561b0e280ae2a94601b3eaac8f55f43821f98752c9ac8b003e64" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9789a8feeb782f96928c7b0dab8222333f79f8390859dbf57cae226b35fcc35a" end depends_on "boost" => :build From 382161cdf53cdf825906d4c28b6e6fdbcbbda1ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:19:21 +0000 Subject: [PATCH 00943/10074] hledger: update 1.43 bottle. --- Formula/h/hledger.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hledger.rb b/Formula/h/hledger.rb index 9c013f30fc913..87c934fefdd5c 100644 --- a/Formula/h/hledger.rb +++ b/Formula/h/hledger.rb @@ -15,13 +15,13 @@ class Hledger < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4404642682528326d920ad9db468c7fc53b4549f18bf587a6aa66a55dbdc2168" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5055b0437a8dc25a5ca9d1efd9bf22a8e9897cb3444333cd1ea5c455c5c967c0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "99056ad91913b439836caf47d66540f6a572dfc94fd9c38255f28c9e4ce0a198" - sha256 cellar: :any_skip_relocation, sonoma: "c932b768031f976484c9fe166c9a2d7198dfab724ad76fd0f3f47c2d91bae141" - sha256 cellar: :any_skip_relocation, ventura: "240049064e303407cde58a0bcb2f1adccc0c6f9002be151a941b5bdc4be819db" - sha256 cellar: :any_skip_relocation, arm64_linux: "ddd321dd5811380d2e5408deb4c3c9cbe96e97373b7b864e0640bd216412a805" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bf679288a32c945579ac6bd733ff589dcbb48478174a6ed39f16e64a2de2f8be" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "49f7803f450afddf5c5450165ff148a012c7991e6d6cc6440ffdd66299fa622c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f1e3b85a8c0d203f8e7b78f8c1f12ece76f77fcdcdf5900f797b48bdee1e53e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fd3ee42d4381bdc8d469771af6d03e3554c3b5b7ff878705d516ed76416fb362" + sha256 cellar: :any_skip_relocation, sonoma: "b0a08f2cbc27aa416dcbbb07fcb9fadef3dbc5e5974da99b6223b544e77b8a25" + sha256 cellar: :any_skip_relocation, ventura: "a21cc3fe55faac6a330264377dcb3ba3b7f9aef75798ea22ce0a42b14b1578e7" + sha256 cellar: :any_skip_relocation, arm64_linux: "28ddbbe6309e75ff4f84906ba7a21c7144a171b0ddca1f6ff958b9b950102904" + sha256 cellar: :any_skip_relocation, x86_64_linux: "56171e60429aa7fafe89049f2b582f59a983b4c3ff12a1280ee2fad7a0131101" end depends_on "ghc@9.10" => :build From ac1e4673f6292d0eaa08925e4d0c04f7f8d5ec06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:56:58 +0000 Subject: [PATCH 00944/10074] cargo-shear 1.3.1 --- Formula/c/cargo-shear.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-shear.rb b/Formula/c/cargo-shear.rb index f51b224a81722..7c052abcc44e9 100644 --- a/Formula/c/cargo-shear.rb +++ b/Formula/c/cargo-shear.rb @@ -1,8 +1,8 @@ class CargoShear < Formula desc "Detect and remove unused dependencies from `Cargo.toml` in Rust projects" homepage "https://github.com/Boshen/cargo-shear" - url "https://github.com/Boshen/cargo-shear/archive/refs/tags/v1.3.0.tar.gz" - sha256 "46208fba3ed2213d1f62a5098a7558ca0ccb4b7066b47a039748f190f11a93dd" + url "https://github.com/Boshen/cargo-shear/archive/refs/tags/v1.3.1.tar.gz" + sha256 "d0db0a0a4bf1fd2a734daeacc5153f82e2c098f8d930d86e733f69a517f7fccc" license "MIT" head "https://github.com/Boshen/cargo-shear.git", branch: "main" From 22f1cf3487534f3d9e12da8dcebf30ef3d1a2554 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:15:30 +0000 Subject: [PATCH 00945/10074] libusb: update 1.0.29 bottle. --- Formula/lib/libusb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libusb.rb b/Formula/lib/libusb.rb index fd1ed5f77ffb8..2e4f536a25af6 100644 --- a/Formula/lib/libusb.rb +++ b/Formula/lib/libusb.rb @@ -11,13 +11,13 @@ class Libusb < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "fb9ed6ef1610e649e3b95f2eb2945f7329fc5695bcb2521c4dca924b61b3ff31" - sha256 cellar: :any, arm64_sonoma: "d6490cbec98bc45587edff71af6bc6c7807d120c8a938d5135120dfcde0ede95" - sha256 cellar: :any, arm64_ventura: "81ee03b903ccaadf6624b56b94da8660b7530ff2ca1c91c0f3b9970c0aca9a43" - sha256 cellar: :any, sonoma: "161e0741fa3b4cd8efb5c750c1dd277214f57637320c1bd699f8a1f0a4ac1c2a" - sha256 cellar: :any, ventura: "d71077cf63c1b8903735656f3d7558d5e4a63588fe5ef5f9d612908e1dc848a4" - sha256 cellar: :any_skip_relocation, arm64_linux: "2b240ee6dd7aca2c54bf65ed74391608418f2085ec6b7db0946550ea6aa98636" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5473c8faecc7be9a9ea04d712906ca4970fdf9abc1fc8713502a4eb4f8ca4d71" + sha256 cellar: :any, arm64_sequoia: "197c6a9c929f846cacdb7e79376a706ba295bf7f9a5aa49ac9712b9d6a571962" + sha256 cellar: :any, arm64_sonoma: "63ea19dcae1a6e9b82b9d2d8497367f29b2baf337aa30bf69abc1a37252078b3" + sha256 cellar: :any, arm64_ventura: "c5c93e938ae936589f352d213e24cff2a02990e08efb8e7620c45075b1301f50" + sha256 cellar: :any, sonoma: "ace918b6a959314990d4653e81496f99594e2999f5a36fd61f538fa3b469db3f" + sha256 cellar: :any, ventura: "ecf25be7aa95c979306f6054a6de8aa4dadd380f17341ffdda2259e48a01a213" + sha256 cellar: :any_skip_relocation, arm64_linux: "bc6fdd8e4ea046dbe90ba929765570c3066d4463d37da4e055b69297c954994c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70face621f55df85bc16900355953c3ea8f522d7e9f030df490c3494e8898b2c" end head do From f8cfd34cff86fadaf67c4f90748bb6d3a0faf69f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:22:52 +0000 Subject: [PATCH 00946/10074] sbt 1.11.1 --- Formula/s/sbt.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sbt.rb b/Formula/s/sbt.rb index 4fe1d744c20e2..d1504b55d3bed 100644 --- a/Formula/s/sbt.rb +++ b/Formula/s/sbt.rb @@ -1,9 +1,9 @@ class Sbt < Formula desc "Build tool for Scala projects" homepage "https://www.scala-sbt.org/" - url "https://github.com/sbt/sbt/releases/download/v1.11.0/sbt-1.11.0.tgz" - mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.0/sbt-1.11.0.tgz" - sha256 "ae8abe538fde8fc358ff3a9e6b01aae9646db1b9f91a46407485884303b28fb3" + url "https://github.com/sbt/sbt/releases/download/v1.11.1/sbt-1.11.1.tgz" + mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.1/sbt-1.11.1.tgz" + sha256 "a554d36fddd2677abcd55b0a3f0dce03ab494e350ae32da2936e76c211d85ee4" license "Apache-2.0" # Upstream sometimes creates releases that use a stable tag (e.g., `v1.2.3`) From 28a5a4a48136ea2571d6a06e9e20e1496eb9ddcd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:29:22 +0000 Subject: [PATCH 00947/10074] yoke 0.13.2 --- Formula/y/yoke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 7d50ac71d7fca..4dad249ef216a 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -3,8 +3,8 @@ class Yoke < Formula homepage "https://yokecd.github.io/docs/" # We use a git checkout since the build relies on tags for the version url "https://github.com/yokecd/yoke.git", - tag: "v0.13.1", - revision: "49c863f88d390b0ba477f0b8e49f4067f96e4884" + tag: "v0.13.2", + revision: "8c1b4e1e51e1691be613e9ae7a5b5d97ab9ccb9f" license "MIT" head "https://github.com/yokecd/yoke.git", branch: "main" From b625ea5f5261e94c8949f0f85c5a8cb36664757b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 07:34:10 +0000 Subject: [PATCH 00948/10074] cargo-shear: update 1.3.1 bottle. --- Formula/c/cargo-shear.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-shear.rb b/Formula/c/cargo-shear.rb index 7c052abcc44e9..51a6d32656c4c 100644 --- a/Formula/c/cargo-shear.rb +++ b/Formula/c/cargo-shear.rb @@ -7,13 +7,13 @@ class CargoShear < Formula head "https://github.com/Boshen/cargo-shear.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c722ec26278bd2652842e39962a73e5827f29131dcc18c4d0a66fd71f534126" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5c16539a6c3962191a817bcc881cb416fa75164ef88df5296da0b99ef0f0791" - sha256 cellar: :any_skip_relocation, arm64_ventura: "72fabbcacccd2512a8b1749e775bdb845f505cec507874344aa79f8e8f7c3c64" - sha256 cellar: :any_skip_relocation, sonoma: "10fb9e24880857b72151b8f7da4675b3f4b5d1f18e770061300c06a3e8165259" - sha256 cellar: :any_skip_relocation, ventura: "66202e5ef518c5ed3b502e5a620dabbefdac2d0b4a86b1374962e88b53cde624" - sha256 cellar: :any_skip_relocation, arm64_linux: "0a64298e09b292b383d0a88d1f0272a5bb96bb23abb6b56ed746cad5388e119b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "802d5e0f8bc41bfdc49869208ba41c27c832ff6490edf75e47dc60f0f94976bc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc6546f3ad5abbdc7fcdb7575e0ea38f1f8f8470a8af27df2a0c0dcb4b8dae96" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3901c427da5768f9fcfc0f5baaf07bf259c3e1ef5a2ca3509cea75a42a3215f9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e0af3a4ce7f279a7bb7c9b0d1115af21d8a62d9035f60b735c97e07d419614df" + sha256 cellar: :any_skip_relocation, sonoma: "7071659386a76a300e6b976b04361de59bc58063ec1b814e3f8f0cdf65370b7c" + sha256 cellar: :any_skip_relocation, ventura: "a62968d3c06f4fda5e3adac28bc6c453d4951faa299bfcaf527d406772344fa2" + sha256 cellar: :any_skip_relocation, arm64_linux: "6d3e529ff010e41115e64caa5f79497ce0e7c054074b8f4a60077faac1b1a596" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9eb77fb91ba79cb97efd54a6192fdb6617d610d00cc78486ba239e9b6b200f49" end depends_on "rust" => :build From 6d1f474944ac9f44b4fac64de538884e05021a7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 07:34:22 +0000 Subject: [PATCH 00949/10074] sbt: update 1.11.1 bottle. --- Formula/s/sbt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/sbt.rb b/Formula/s/sbt.rb index d1504b55d3bed..8278f7c246176 100644 --- a/Formula/s/sbt.rb +++ b/Formula/s/sbt.rb @@ -14,7 +14,7 @@ class Sbt < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "49db3ee8e1994a2e582ce7808af658cdda54f7ba31113c836f31144ce5b49128" + sha256 cellar: :any_skip_relocation, all: "74b59c79bbf821743c42e8581117b60046a3d8fdd75e526b3bd232622c06c405" end depends_on "openjdk" From 6d886b1788a08d2a141c3938290f97428fcbf4be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 07:34:43 +0000 Subject: [PATCH 00950/10074] yoke: update 0.13.2 bottle. --- Formula/y/yoke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 4dad249ef216a..477c8f2eb7dc6 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -9,13 +9,13 @@ class Yoke < Formula head "https://github.com/yokecd/yoke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "33c6c593c20c5975aee6d25608931a2136d464582d6968a017196b4a7e229e5b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "68dee8ee61f3808ea590faf32b502e0e242d50beaa0db9d865c09b6c30422e1b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f3d35cc15ff3048d1dbbf6546238f16123ff7e6c35aee2cb801e2198ddb4ffc5" - sha256 cellar: :any_skip_relocation, sonoma: "bd660a46ab2ec0b0a09ed9aeed1a7585c2d55da9bb7824356cd3062ec4eaa462" - sha256 cellar: :any_skip_relocation, ventura: "35aa26baa662c673dc99aa1c43b7fd77e2fcdaba01ee8ecdb4b9db1956a9370f" - sha256 cellar: :any_skip_relocation, arm64_linux: "f908143d079130d6411788952ac8eff9e8e3f762d93c795eed236c488a357d2a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ecbdbe07478b9d0e578deb64a95dd443dbcd547393b69824fe50b5f4393e690" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "24cde1712f375defe89431c1a0816b5e5e6682262b865a9cc38a3dba21de4953" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6181f5082ccc8be3cbe6242d1de395133ab09d196df0be33e25d51b1ca809452" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ffdc82520d8025f0cd962a98d1d36fda28c2ec216d2daef2f9bb8e8bf2b5a3f0" + sha256 cellar: :any_skip_relocation, sonoma: "2d1dae56dc178287158000791462e274c1e027251507750cc16a2878db865279" + sha256 cellar: :any_skip_relocation, ventura: "95d72a0813ed4d4c025590551a8b86e4ed528baffd4c45b399840ead9cde60b8" + sha256 cellar: :any_skip_relocation, arm64_linux: "5e954151626595871681393d8285d31885f6766c1871a72724d0873c3e74fe3c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "410207d7869cfa6c5cd6aee73a82e622788b83576ccccecde2b727b5308b2279" end depends_on "go" => :build From ac1f1b444161b4b251c4f077fc325a7af8818fa8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 07:35:56 +0000 Subject: [PATCH 00951/10074] openldap: update 2.6.10 bottle. --- Formula/o/openldap.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/o/openldap.rb b/Formula/o/openldap.rb index 87ade9cb7ec9b..17d1b6d99032f 100644 --- a/Formula/o/openldap.rb +++ b/Formula/o/openldap.rb @@ -13,13 +13,14 @@ class Openldap < Formula end bottle do - sha256 arm64_sequoia: "fe7932d74b679ab0594c4013723eb14082a8a3ce7b988c6bdf864998e090d24e" - sha256 arm64_sonoma: "0ed851b33742a97a7f21b160d1e541123ef661e13f4aa2ccf1d30dd7079f2696" - sha256 arm64_ventura: "73f5a30f37afaf85bc703f074556e4815f34d9781c7703e63610cf1cd10fffcd" - sha256 sonoma: "e69ae26f59606cd5578f0b03607da382a5625fe1364d628fdc93554f7bb2be4e" - sha256 ventura: "453c106685ec1346eebc7166f2b8df5dc36cc921a3150b9aeae8ef4edbd99dde" - sha256 arm64_linux: "183d21349be5f2256afc86ef4439f2563e6335d93ac060a15c52de91809b9c90" - sha256 x86_64_linux: "a352d40a8e1cd57f64d535055a0b4131b44a27cc6ec8443bf1fc6db43e572ded" + rebuild 1 + sha256 arm64_sequoia: "90749053fa49720027fec10a7f6b69d12e3a7aa2c319fed0c9021ce4a1ee5873" + sha256 arm64_sonoma: "8d4319c2a4e33ded3d0650b1e9bd56f4e087a3c72dda53aa1e7fc1c5747dbd93" + sha256 arm64_ventura: "3f6ac8d8010ce41c011a300b68a93ada298fe35f1c1577f1d9413c2e892d3d06" + sha256 sonoma: "dbfb4021fc4b5b3df381c2ec339ed0801952b1d93728152cc30edf6e3e8da1ac" + sha256 ventura: "0cca5d539102430ce70d06b5956b6cc9b658a495edb3c7abb13582872f171daf" + sha256 arm64_linux: "dd8990617d2d310cf965ff185b405d0b903860b2b535d45d3ddfc6409dd5fa97" + sha256 x86_64_linux: "c618d0eb76c5e2cf57846bd6be286018e00da7eb37f5a5b3a6d22ff0ed7885d9" end keg_only :provided_by_macos From 1e3ae091db17c22f4fb65de50893abef0076bb9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 07:52:14 +0000 Subject: [PATCH 00952/10074] cdk8s 2.200.88 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 508b88cffbe78..86a3a7bfacfa5 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.87.tgz" - sha256 "ae48974da897b771992401243b0c37ac9595dc4dae4a02bc3553bc1b49e8b1a8" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.88.tgz" + sha256 "ea0e9b4baf05b8497ab1a72f2bd820eb56c1b7a9463135b75e6e852833ddb705" license "Apache-2.0" bottle do From 401b8537dfe7b736d0db021fab9193178295035d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 07:57:04 +0000 Subject: [PATCH 00953/10074] enzyme 0.0.182 --- Formula/e/enzyme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/enzyme.rb b/Formula/e/enzyme.rb index 7d30175dd9bfe..22570ce6f0ce1 100644 --- a/Formula/e/enzyme.rb +++ b/Formula/e/enzyme.rb @@ -1,8 +1,8 @@ class Enzyme < Formula desc "High-performance automatic differentiation of LLVM" homepage "https://enzyme.mit.edu" - url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.181.tar.gz" - sha256 "0a607f5aaf409001925f7409546d4aee9b957816975fc8115a6b6e207d13240f" + url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.182.tar.gz" + sha256 "629ad8602a134b62284922a4e3a55d7100b533f56989b84a28a6f776a8e18a5e" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/EnzymeAD/Enzyme.git", branch: "main" From 97b48f5cbbf03ebd3384ad135f51c07b2740c4a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:01:54 +0000 Subject: [PATCH 00954/10074] jackett 0.22.1978 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index b938b353ba19b..bf5584ed0e5f2 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1975.tar.gz" - sha256 "ef4c78c2507c286991befa0403309509a515a3837eb1d569c9a34b9ebdee9d96" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1978.tar.gz" + sha256 "a0cb2a3d4da4841ed974867e72936b6eb54e7d64965fd6e272db570e7ffb4379" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 0cc8639d7c7c9b923cf6f3f37d6c65628249f52e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:03:57 +0000 Subject: [PATCH 00955/10074] libcouchbase 3.3.16 --- Formula/lib/libcouchbase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libcouchbase.rb b/Formula/lib/libcouchbase.rb index 73a34a4ae89f5..2f95ed0013659 100644 --- a/Formula/lib/libcouchbase.rb +++ b/Formula/lib/libcouchbase.rb @@ -1,8 +1,8 @@ class Libcouchbase < Formula desc "C library for Couchbase" homepage "https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html" - url "https://packages.couchbase.com/clients/c/libcouchbase-3.3.15.tar.gz" - sha256 "68ea4d39387b1c2af0305be30bf60b88126cb714e84b441c57ba2b3e81ca2626" + url "https://packages.couchbase.com/clients/c/libcouchbase-3.3.16.tar.gz" + sha256 "99b21ab7a121891397bd4b1fe2310829f2a3bf4682f8d8043f486472e4e95899" license "Apache-2.0" head "https://github.com/couchbase/libcouchbase.git", branch: "master" From eb22b3eb29f3ef376b56b8cfd91dc1896b40a375 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:06:25 +0000 Subject: [PATCH 00956/10074] mariadb-connector-odbc 3.2.6 --- Formula/m/mariadb-connector-odbc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mariadb-connector-odbc.rb b/Formula/m/mariadb-connector-odbc.rb index c284658c8bd2a..4f7fb2371e519 100644 --- a/Formula/m/mariadb-connector-odbc.rb +++ b/Formula/m/mariadb-connector-odbc.rb @@ -1,9 +1,9 @@ class MariadbConnectorOdbc < Formula desc "Database driver using the industry standard ODBC API" homepage "https://mariadb.org/download/?tab=connector&prod=connector-odbc" - url "https://archive.mariadb.org/connector-odbc-3.2.5/mariadb-connector-odbc-3.2.5-src.tar.gz" - mirror "https://fossies.org/linux/misc/mariadb-connector-odbc-3.2.5-src.tar.gz/" - sha256 "3b728f8b5f446581759cc3fb0d7a66ee83d33f96c0a77389b37886bdd9c27e31" + url "https://archive.mariadb.org/connector-odbc-3.2.6/mariadb-connector-odbc-3.2.6-src.tar.gz" + mirror "https://fossies.org/linux/misc/mariadb-connector-odbc-3.2.6-src.tar.gz/" + sha256 "ec125605ac6773df260fa73986e921d7c3f1ee18bf0a9a2eb201ee6db1b2e079" license "LGPL-2.1-or-later" livecheck do From 823b33aa6312ec846d338e263e88e9dcdf8f7db0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:09:54 +0000 Subject: [PATCH 00957/10074] nvchecker 2.18 --- Formula/n/nvchecker.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/n/nvchecker.rb b/Formula/n/nvchecker.rb index 1bdf98afd82d5..f415d2fd3166a 100644 --- a/Formula/n/nvchecker.rb +++ b/Formula/n/nvchecker.rb @@ -3,10 +3,9 @@ class Nvchecker < Formula desc "New version checker for software releases" homepage "https://github.com/lilydjwg/nvchecker" - url "https://files.pythonhosted.org/packages/09/a9/d1ae2b45e798593b31fcc2a9f9aa91df169c8592f03fdddbc0a2a1037f21/nvchecker-2.17.tar.gz" - sha256 "06995aec5a5e81e8ac19796741095609916b6f5bea46dd803e0b0aedb4fa2fb6" + url "https://files.pythonhosted.org/packages/4c/fd/4e0ba675ef2f834e75874034178ecec0bed558e2b3151ccfa550c0d1bbcf/nvchecker-2.18.tar.gz" + sha256 "d0a73275836e2bb836a58a6e1c8166e2268d4640898fedf0fe61e050b049ea1f" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "5e13f098ebccea77167b2a632e8c036f982fd1c8e8dbb533a0cc4fb440ca38d1" @@ -43,8 +42,8 @@ class Nvchecker < Formula end resource "tornado" do - url "https://files.pythonhosted.org/packages/63/c4/bb3bd68b1b3cd30abc6411469875e6d32004397ccc4a3230479f86f86a73/tornado-6.5.tar.gz" - sha256 "c70c0a26d5b2d85440e4debd14a8d0b463a0cf35d92d3af05f5f1ffa8675c826" + url "https://files.pythonhosted.org/packages/51/89/c72771c81d25d53fe33e3dca61c233b665b2780f21820ba6fd2c6793c12b/tornado-6.5.1.tar.gz" + sha256 "84ceece391e8eb9b2b95578db65e920d2a61070260594819589609ba9bc6308c" end def install From f6f2c7badc781ee95eb62976b6130198bb0826b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:11:17 +0000 Subject: [PATCH 00958/10074] cdk8s: update 2.200.88 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 86a3a7bfacfa5..71fe383cca35e 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" - sha256 cellar: :any_skip_relocation, sonoma: "ee09389de38a88b8c5a6671da835e7ddcfa7ac8fbc55b67e786df1a86fe45ff6" - sha256 cellar: :any_skip_relocation, ventura: "ee09389de38a88b8c5a6671da835e7ddcfa7ac8fbc55b67e786df1a86fe45ff6" - sha256 cellar: :any_skip_relocation, arm64_linux: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d2422751daa156a3a9d394abf92d0a78c11089a62e929bb5c37a6d4b8086fb9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" + sha256 cellar: :any_skip_relocation, sonoma: "7f713f974541cf62d3c00cc5e457cd211e1121e0e7122a4e50b997c36651b018" + sha256 cellar: :any_skip_relocation, ventura: "7f713f974541cf62d3c00cc5e457cd211e1121e0e7122a4e50b997c36651b018" + sha256 cellar: :any_skip_relocation, arm64_linux: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" end depends_on "node" From e6f1c1628665b5c7f14c8b0cfdfa4d0e88d83072 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:14:26 +0000 Subject: [PATCH 00959/10074] readsb 3.14.1681 --- Formula/r/readsb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index ee6d0b93c5e46..481a30c31b30b 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -1,8 +1,8 @@ class Readsb < Formula desc "ADS-B decoder swiss knife" homepage "https://github.com/wiedehopf/readsb" - url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1680.tar.gz" - sha256 "baa69ef8124548857d6da3b3cf976a43aba7860f4c60a0d9b256ea8c0cd93838" + url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1681.tar.gz" + sha256 "eecb215dfa765180ebf0ef3dd7599cbbcdeb05109bde69ed4c83ec6ba3523b6d" license "GPL-3.0-or-later" bottle do From 5436b73c9ed896604a3573b057dc6e2f4be271f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:15:46 +0000 Subject: [PATCH 00960/10074] rust-analyzer 2025-06-02 --- Formula/r/rust-analyzer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index 2a8ad3b60b9bc..faeb17f02c1fd 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -2,8 +2,8 @@ class RustAnalyzer < Formula desc "Experimental Rust compiler front-end for IDEs" homepage "https://rust-analyzer.github.io/" url "https://github.com/rust-lang/rust-analyzer.git", - tag: "2025-05-26", - revision: "d2f17873ff19786a121fb3302f91779c1a1b957f" + tag: "2025-06-02", + revision: "2a388d1103450d814a84eda98efe89c01b158343" license any_of: ["Apache-2.0", "MIT"] bottle do From cacdcb8dd522b183cd2059d59d2ac6a92004944c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:18:35 +0000 Subject: [PATCH 00961/10074] jackett: update 0.22.1978 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index bf5584ed0e5f2..6eb37b4b2dd51 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "5b07963c82ebcb1db6fc548c848cabc3dd5ddb49e89b5792a0d9aab56176e617" - sha256 cellar: :any, arm64_sonoma: "ea8a2e93a5114557900deb5eabac03d03e135929e0e8d69555b7a9bdeb5c8243" - sha256 cellar: :any, arm64_ventura: "e396a118fbae8ffe68b8b52a1b7bf5362f5e082f81f96aafdac0428340a66ead" - sha256 cellar: :any, ventura: "9e28d033cd1aac3509c4f9000d392423ca22dd1bf070ac71a0b664f9b6f734fb" - sha256 cellar: :any_skip_relocation, arm64_linux: "8ed95dbed962325c09d4847d267398de639ab4eae375f17ad19d6cd26bc09fc2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "67a8da5dbd680c1db1ba12bc979278e05bf8d60481568dca161b2bb757e7bf51" + sha256 cellar: :any, arm64_sequoia: "92b3d953c5c978f6998b1e46d95f545c2de93feda85ddde1b2ed28844503d011" + sha256 cellar: :any, arm64_sonoma: "e9bff977e38deaa1f5773b5ede2f474280ca00945890cdae6d6163708207c0ae" + sha256 cellar: :any, arm64_ventura: "2bc8f3b99e54d9e8ae0db67fb15f2b2ccaa8af398928f985d51dc4e2343ebe66" + sha256 cellar: :any, ventura: "120546b5573a5f971fc1fe6504615e46f90b90a941a9a734c009443adeae0367" + sha256 cellar: :any_skip_relocation, arm64_linux: "fadf43c0270c7acc02f2ab86b333ed90bb42717f26d22384983a509e387cd63d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7a3d4b564e5ec9ce6e36fc6e69194e068a9fdd3fdf2285528b9e4d906106c5ac" end depends_on "dotnet@8" From dd6ba14cf551b8a82fa8484fa400ca04d2f06a8b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:18:50 +0000 Subject: [PATCH 00962/10074] tailspin 5.4.4 --- Formula/t/tailspin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailspin.rb b/Formula/t/tailspin.rb index d843947d5314e..b87d4e602ed56 100644 --- a/Formula/t/tailspin.rb +++ b/Formula/t/tailspin.rb @@ -1,8 +1,8 @@ class Tailspin < Formula desc "Log file highlighter" homepage "https://github.com/bensadeh/tailspin" - url "https://github.com/bensadeh/tailspin/archive/refs/tags/5.4.3.tar.gz" - sha256 "f024fc4cbfd9217014912ed9a3d8636be6bd587f473b97ff2bd729eb2227729c" + url "https://github.com/bensadeh/tailspin/archive/refs/tags/5.4.4.tar.gz" + sha256 "5c7829245c1b02cc19e0c5a23222ab955dd0b36e8c11e135db4257e393a7c236" license "MIT" head "https://github.com/bensadeh/tailspin.git", branch: "main" From 9c1114ac19ab4a033c39c8a34d00f97b4f56b0ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:22:43 +0000 Subject: [PATCH 00963/10074] yorkie 0.6.14 --- Formula/y/yorkie.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yorkie.rb b/Formula/y/yorkie.rb index a62bb96cc80fd..ae38d5fa35b8f 100644 --- a/Formula/y/yorkie.rb +++ b/Formula/y/yorkie.rb @@ -1,8 +1,8 @@ class Yorkie < Formula desc "Document store for collaborative applications" homepage "https://yorkie.dev/" - url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.6.13.tar.gz" - sha256 "5f58a0b531950ffe40e8722e893bb40513697f558bb897d6ab350a33015f029a" + url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.6.14.tar.gz" + sha256 "c468caf7f18b56531d6290318db1d45536cdd600fe917be4ba7aeb8f26c8b663" license "Apache-2.0" head "https://github.com/yorkie-team/yorkie.git", branch: "main" From 3bd1f790388a3906160d8ab347cb1b7911f524a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:34:40 +0000 Subject: [PATCH 00964/10074] libcouchbase: update 3.3.16 bottle. --- Formula/lib/libcouchbase.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libcouchbase.rb b/Formula/lib/libcouchbase.rb index 2f95ed0013659..5d1ddbee812f2 100644 --- a/Formula/lib/libcouchbase.rb +++ b/Formula/lib/libcouchbase.rb @@ -15,13 +15,13 @@ class Libcouchbase < Formula end bottle do - sha256 arm64_sequoia: "b0f45a14e9bb074bab8038ec75d5ea4fe6d4d203e85b54619da3d69e0ef6a313" - sha256 arm64_sonoma: "62879676667a388eb5ef7abe6a8fbb4095841df3441074d0b53c4ac931467c05" - sha256 arm64_ventura: "dea2be789f4fce7680b8a62fb0a60224f3ab06810a4a803e696d3c806ac02490" - sha256 sonoma: "bd03bb25ad1acfd696e23ec686072d75e06ed47ba85b98351ec388fd92963400" - sha256 ventura: "22845abcd8b1c14325329560cb4adb2508dfad518751253a37e4905274ede095" - sha256 arm64_linux: "27e661f832c9a0f7de8a33a96751a5499e85969c913c90796eef54198540ff2e" - sha256 x86_64_linux: "0d9872703a7cc16316688c9a3768edff6fee8db561a3ae752e442179817c399c" + sha256 arm64_sequoia: "f22387d8fc2d447d059732d2f249807d59f75f3fe09673ed3c4f349592703ad6" + sha256 arm64_sonoma: "24df7b9539527b16f27f4a0cc3ea480187115b257f6e945c45021e07c5b2dc0c" + sha256 arm64_ventura: "32f6bda7c4c7c35bd650e665e1889481aa5f1db647733cfe4a35ce675de32743" + sha256 sonoma: "55686984ffdbf162e25261968ce5f72000bacdff8798ba965304ebc00b0fd98a" + sha256 ventura: "8b37f478b9b1350e59dc8c7a559760b9997b3e0d8fb2a3896eae68d902c288a9" + sha256 arm64_linux: "702b5e806e4f4b0c785d7b6d482ccd2cea750e43972e952cc1892264e332ee74" + sha256 x86_64_linux: "7892dcddcab195f30d1a6dfc27cc5cd7d8809942f6d17cdfc6eb51f2bf461aff" end depends_on "cmake" => :build From 39004816a53809bac5a51fd098787a4c39d93d43 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:34:40 +0000 Subject: [PATCH 00965/10074] mariadb-connector-odbc: update 3.2.6 bottle. --- Formula/m/mariadb-connector-odbc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mariadb-connector-odbc.rb b/Formula/m/mariadb-connector-odbc.rb index 4f7fb2371e519..e92d03183e5c1 100644 --- a/Formula/m/mariadb-connector-odbc.rb +++ b/Formula/m/mariadb-connector-odbc.rb @@ -18,13 +18,13 @@ class MariadbConnectorOdbc < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "1cab56f15dd35ed8c393e3a445ddafc6df35dc91a5ba683e2bd12d58fba48018" - sha256 cellar: :any, arm64_sonoma: "9147c94a43745b22d550d87f43e3281e8d8e6846b3420b9fe809f08337c9625f" - sha256 cellar: :any, arm64_ventura: "afef9afb946a690d32cdccee6c780f36e24b539c7be0c7a38033f84440f58fa8" - sha256 cellar: :any, sonoma: "30c5cbc64f95f1329de018a9b631260e9dc8b3947d6a6e6c3cc0ad7bcc040b9a" - sha256 cellar: :any, ventura: "2b851dac6b57ca7d360abf3acd14562b46c9b8659fe8b361a0fef71d206d79b2" - sha256 cellar: :any_skip_relocation, arm64_linux: "1b1a31a76c901d52ed43fc7a1be602a63bdd904fd0740d90de24a5d5d525d55a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cb7ceb001faf0bb863b136fac7da261cd92b28b135d1d880252a58859be587cc" + sha256 cellar: :any, arm64_sequoia: "820b7800ecdc5747a19f6fb1d6c1c91921a4178f7f3e4bfed859438f2cacef9d" + sha256 cellar: :any, arm64_sonoma: "b568d69cbcea0eed78eca6a8a6320b71643b1c1352febd2385787ee3209e1121" + sha256 cellar: :any, arm64_ventura: "ba4df0a0754548620a2e53b6dac5724287c2b384b823f63e416163a5a014b0f4" + sha256 cellar: :any, sonoma: "de0da2df292f68d6f6c78dd72fa6048ae2930f55e83b3b5b5113d00d4929e926" + sha256 cellar: :any, ventura: "c3bd01e6d6d22cb1ff8d2e077d7c86ba60a5896406eec65be2b3fdc2b53a0b1a" + sha256 cellar: :any_skip_relocation, arm64_linux: "c793bc94d7decff7728d335e6ec732c9d2505cb796c989a6ef44e546731346fd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "43a577e82496111a7bd4b289884810a4c1f730356f0d4e13c0e8e260afc69a19" end depends_on "cmake" => :build From a56b7639950ba1544325a4bd87b4e6ef1afa4e61 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:34:43 +0000 Subject: [PATCH 00966/10074] enzyme: update 0.0.182 bottle. --- Formula/e/enzyme.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/enzyme.rb b/Formula/e/enzyme.rb index 22570ce6f0ce1..c068032d7ab32 100644 --- a/Formula/e/enzyme.rb +++ b/Formula/e/enzyme.rb @@ -7,13 +7,13 @@ class Enzyme < Formula head "https://github.com/EnzymeAD/Enzyme.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "44a9ddfe7222db6f45006ca9f0e6c55400aba08e92e6edcf9e8f79be12fe66ff" - sha256 cellar: :any, arm64_sonoma: "eb61ffa72f72f8b73d9afb31c54f6bc15bdf96eb52293b7c55503e51616eefdb" - sha256 cellar: :any, arm64_ventura: "b30966b07911c685f55c09f8d4730c3bcbd6c7fa788f5d07ffea4f17c45264c5" - sha256 cellar: :any, sonoma: "1561009830afc2caa2547f176a1d346ff3987a3e1db33c5b2b451d17707b4bad" - sha256 cellar: :any, ventura: "991a4f9d1a5ef65501739d74be28af8fae182e308471e29e4b30fd53c8876ada" - sha256 cellar: :any_skip_relocation, arm64_linux: "407ae3267bd6cabd5cf4538f96d5e1ae87a8b9d97737779937510504db78f488" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3a267136768eabec31aae03f2e837211f6b64c939750d19aa6bfa874595f3c9d" + sha256 cellar: :any, arm64_sequoia: "1959e6fafe6af55733f3ef907c88b3e0444d6598ee4fc5142317a280660a2e0f" + sha256 cellar: :any, arm64_sonoma: "b09cf6ad8ce8c462ec3e4cc89d0b9899dfc17cb80445f104d0c6a3f33edc699f" + sha256 cellar: :any, arm64_ventura: "3323dd2217d0dd693622b2fdb586b1150b76541b2f02a253dda080ca3d7ad18c" + sha256 cellar: :any, sonoma: "bce3f6fd78730ef9f54b6ecd8838f8a5d34ae91f8842b1fc5302572328891ddf" + sha256 cellar: :any, ventura: "94f5a750875738d1fc31003ebfebe58d55e665e8e2f4714ae0258c197547cc72" + sha256 cellar: :any_skip_relocation, arm64_linux: "f4a469ef330740387314e515881b7edcf07245f3d762365a418cec7f63e1785a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad58b0657df1a9e07a0a7da6d28ec52d61028b3d3b7eac141ce2c4b6139e6f0" end depends_on "cmake" => :build From a08e3976dc58bc7e32777e599143cd61e716d1b4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:35:04 +0000 Subject: [PATCH 00967/10074] nvchecker: update 2.18 bottle. --- Formula/n/nvchecker.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nvchecker.rb b/Formula/n/nvchecker.rb index f415d2fd3166a..3ad77bcc1e4f3 100644 --- a/Formula/n/nvchecker.rb +++ b/Formula/n/nvchecker.rb @@ -8,13 +8,13 @@ class Nvchecker < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "5e13f098ebccea77167b2a632e8c036f982fd1c8e8dbb533a0cc4fb440ca38d1" - sha256 cellar: :any, arm64_sonoma: "a9286f997d28b46224b7499c172c84156e246d3edad09c1a7d4157f31616c963" - sha256 cellar: :any, arm64_ventura: "27040eb40428ffef38b369735144c71645c596240951105a36bf5ee4e1833805" - sha256 cellar: :any, sonoma: "75adbd03c200dcb095761aa4a219ee5295d9e19e31ef6592d94d803b7e5be4ea" - sha256 cellar: :any, ventura: "a6328d80369d901b47b4d4d682669077b501892fc9fbf55fd1dbcec39b972b69" - sha256 cellar: :any_skip_relocation, arm64_linux: "a14b19259887b5b449c2e220accde00bececa28b783201fe1d85538591d13ff5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "582511d1aae6e2fe9a54c09ce459414f2e2b9f96a732ecb4691d5acec2382a6c" + sha256 cellar: :any, arm64_sequoia: "ad876d36ee941d0dacf20f44e0ff1d0c11028daf4bfb04e1d6f40f011e82e363" + sha256 cellar: :any, arm64_sonoma: "7a87bbcf415913cc7ce0f678323d22d43615dc063a8d5b2f6df57bbebde55029" + sha256 cellar: :any, arm64_ventura: "6830458d6d49fdb102c00426bd290e9068189a795c5b42519b471c061dc25b75" + sha256 cellar: :any, sonoma: "b3068074a6258047f0f822b9b8a09f0769a2998b52ede9154e0a416bddcfece5" + sha256 cellar: :any, ventura: "7f1d4c6919cbfb439ae79471608fb354a122ca28dbc5cce0cb6197ef26790a38" + sha256 cellar: :any_skip_relocation, arm64_linux: "41d23e6facc333e208972d1cba0e8c98aa7476141db18c53fabcd60aaf3b0d84" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7939e7fd902762de09d2fe2e74b3eab43f179239fcf31e2c55a1e496909ccd35" end depends_on "curl" From 4da51804e46c8c53bbf407f01730f096a67179cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:35:16 +0000 Subject: [PATCH 00968/10074] readsb: update 3.14.1681 bottle. --- Formula/r/readsb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index 481a30c31b30b..485d6afd8cbb7 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -6,13 +6,13 @@ class Readsb < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "089c853a37f4e70575453b064d4acd69de59d1e806f72f8181221a76af40598a" - sha256 cellar: :any, arm64_sonoma: "606480a1e4b5003b68992ed5f55bbec1e1059738f548aa4ec5217fa2add43a26" - sha256 cellar: :any, arm64_ventura: "8482388f79a773d07106eb7b2c24cc8bffae1a57fadb5c3b9cd5a2201c751335" - sha256 cellar: :any, sonoma: "d88fd656a45f291899cb89e42552673ca12e57568e511ed11ba5d9af73918c3c" - sha256 cellar: :any, ventura: "a9f68bd5022d60738908b8d125b521208785c69277fe2bba3d5f60dcaf12f129" - sha256 cellar: :any_skip_relocation, arm64_linux: "c7575d97f40072c24c4c721398a36fb4e686afbc9bff1c097599c801e295fa45" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0359384386786fe2cd5b4fd7089b088f020412bd634869e251fa29479355007d" + sha256 cellar: :any, arm64_sequoia: "f4fd0205d4f3756694b491752edf96788e11521507b43d9209073b9e63515eec" + sha256 cellar: :any, arm64_sonoma: "ea08c94bb3b4a8edbdb5c4b0c88574ad45ade436eab201da6468e1c5b57cb08f" + sha256 cellar: :any, arm64_ventura: "dd92f08a1c3f631cc04b70ee58a0d9dac77ced080ae62b6a9ce3f77d33eb4153" + sha256 cellar: :any, sonoma: "d3e3e037f3d4bab65f3cc4f5959464a4584fc8c26a807ba474812d5883b0a262" + sha256 cellar: :any, ventura: "b0c72c7b865f9c0bbb09f6a88e81ea4daab0ea94967554947f6a8e7338137e74" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b10644fd7a1bdef50b62d18a0e13d26ea5eb9201c64d08a5db715a9bf15dcd6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c94ca820fd19bff33071ab0bfee4e60a24cda99c712f57a1c541a5be9731020" end depends_on "pkgconf" => :build From aaf662ac87999af945928b8df4f456e0f3cbbeff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:48:07 +0000 Subject: [PATCH 00969/10074] tailspin: update 5.4.4 bottle. --- Formula/t/tailspin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailspin.rb b/Formula/t/tailspin.rb index b87d4e602ed56..e2ad8ade03007 100644 --- a/Formula/t/tailspin.rb +++ b/Formula/t/tailspin.rb @@ -7,13 +7,13 @@ class Tailspin < Formula head "https://github.com/bensadeh/tailspin.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2bbec07f6dc147940203c1c46378cc16ef6eb903f40efb10aea152fcfdc6e1bd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8bd0f610dc3b7caaa3752cb2301a24ea4a7ec2cb0bdd6bed2b7be9c389fac5c3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "03154f2ec27debc92ea2b2dd1fb4d4d11d9aa09fbc872240b2a483675ab21cc8" - sha256 cellar: :any_skip_relocation, sonoma: "5502df8b1d5ec79aa1f7865cc67373a2d06f4a3cb46e7567a0a0c5cde447581f" - sha256 cellar: :any_skip_relocation, ventura: "3fe0dadec03e7d8bbecb3306baf55673e469aa12df7687e0df509b5b16db4c4a" - sha256 cellar: :any_skip_relocation, arm64_linux: "633f7dc5864cf7f38215b06e81f7763ddd56291f7323485550b6162da4ef1ec7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "34eb4902f36850fe4ddba31c86086cae9336b35a664f47c178945116a2c72c73" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "12dd8c6a640bcbf84f4ba351978399a055c9b84521abc96de5f3514a7cf0e99c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4d0884fa13813f1a516fc60f3550ec163ea25cdfc4d8005c7c8d38d26fc5955" + sha256 cellar: :any_skip_relocation, arm64_ventura: "15bcab094c86d4a6470fb0f1791f8484725961f4dcd0e2d5d50229fe65578218" + sha256 cellar: :any_skip_relocation, sonoma: "4ab40356b2b2d8da2f1d98a8fde3cb7dfb9c2b39b2a26cad56fa5de1e010ee19" + sha256 cellar: :any_skip_relocation, ventura: "d5e93420e1c8be0c6e991882f309b5fa76c875d52ade5686709926b48f4967de" + sha256 cellar: :any_skip_relocation, arm64_linux: "786524577485d83a41abace9600a7a8b00ccfc5717dcefb83401614d045a53ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "102926218f5e5efd1bc1388ddec3fa0a3ced925acfc9c2d06eb4170eac84c44f" end depends_on "rust" => :build From 13fd4a1991db44f80170ff5c41ab98bd89565cf1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:48:12 +0000 Subject: [PATCH 00970/10074] yorkie: update 0.6.14 bottle. --- Formula/y/yorkie.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yorkie.rb b/Formula/y/yorkie.rb index ae38d5fa35b8f..2a686c576b069 100644 --- a/Formula/y/yorkie.rb +++ b/Formula/y/yorkie.rb @@ -12,12 +12,12 @@ class Yorkie < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "76e26a0b39958b2538d3c11f3831826151a49acc1908d747c3378c25b54ca5b1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "76e26a0b39958b2538d3c11f3831826151a49acc1908d747c3378c25b54ca5b1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "76e26a0b39958b2538d3c11f3831826151a49acc1908d747c3378c25b54ca5b1" - sha256 cellar: :any_skip_relocation, sonoma: "6940f9b40b763b40fc5774136ba32e80a2540491d96d6596826b168d1a5cd3da" - sha256 cellar: :any_skip_relocation, ventura: "6940f9b40b763b40fc5774136ba32e80a2540491d96d6596826b168d1a5cd3da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "78d9331cb9f21bb052c7ed97f10e0abe39efa57ef1e8442b5e36598c968a8b8e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "55ad871646ef3656d3263147ee6f64a6344207404109df4dc5f32a31e30c0226" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "55ad871646ef3656d3263147ee6f64a6344207404109df4dc5f32a31e30c0226" + sha256 cellar: :any_skip_relocation, arm64_ventura: "55ad871646ef3656d3263147ee6f64a6344207404109df4dc5f32a31e30c0226" + sha256 cellar: :any_skip_relocation, sonoma: "5f844f4aede5724124f11820bc091b44c147ea9bd663fe0497e84c895f9299d9" + sha256 cellar: :any_skip_relocation, ventura: "5f844f4aede5724124f11820bc091b44c147ea9bd663fe0497e84c895f9299d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9c004a468c1d1db4e4b9e1c86c396f90849030141d2fa70dfd9f8e7ad51e7f8a" end depends_on "go" => :build From a753ae7ea28fa4e3f253d9a1896ec03f06c91732 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:59:28 +0000 Subject: [PATCH 00971/10074] rust-analyzer: update 2025-06-02 bottle. --- Formula/r/rust-analyzer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index faeb17f02c1fd..1a73291bd025d 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -7,13 +7,13 @@ class RustAnalyzer < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd83c51611d3e82c3aa3a8298f9e306d83052652adbeced651c9b0ab88c9bd81" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "caacc1e6b7eb85a6d130ac068496d82654066f5c7763e5a53485777db27de889" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6b21bb2d77d1167af91167995ba65f26f47104b4f849a6d5857386469538174b" - sha256 cellar: :any_skip_relocation, sonoma: "068b9de4e7ae6a2fc948c074936fd45137fbe2cfbf724bd76196e81bb0a97e9f" - sha256 cellar: :any_skip_relocation, ventura: "06d7eeb6fef8fdb93327f89c0dd23df75566c05a3939e57ba07af33c80ee3f92" - sha256 cellar: :any_skip_relocation, arm64_linux: "2818fa35399f85ce5f6c0ff8b4d2d23544bc8b0bc4b086fe8fec60bdb2533d11" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f87c4663e0157bef56368cec5c356fa86c28b9b9d1bca36c6de54d63a7809287" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a46aa937a451244a8206ceafb61bce2b5fe421c836ebb27a76ff2dc6af9e07d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c244ad8ba7c6d4f69d1765462e9fe78cd474dd611f145fc54fc50e3466919260" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6cbac1922be75b6ead1dc2534e82ec716ee558f52e419bb71555f87779d11c88" + sha256 cellar: :any_skip_relocation, sonoma: "15ac6aa81430ce891324d0945ea96bc7702f9a011a32e12325c90f99cc8f6e67" + sha256 cellar: :any_skip_relocation, ventura: "cb4899fda36302dab030fa3674d2b28c8ea842c544a624c153b192ced1688a29" + sha256 cellar: :any_skip_relocation, arm64_linux: "09ff247cf6c801f3b35cf02045d8e8c04eb1c53e22003c4d785dd582bc803698" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bb8d0996c7af3ee1226e2bf21893951bba5732766acca402d9260836259986f" end depends_on "rust" => :build From 43cd55566d8665681f9c23c6204993c8a13e49a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:51:00 +0000 Subject: [PATCH 00972/10074] aliyun-cli 3.0.280 --- Formula/a/aliyun-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index f892fe60b5008..63e27fde8b1f5 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -2,8 +2,8 @@ class AliyunCli < Formula desc "Universal Command-Line Interface for Alibaba Cloud" homepage "https://github.com/aliyun/aliyun-cli" url "https://github.com/aliyun/aliyun-cli.git", - tag: "v3.0.279", - revision: "ff99ff27463c7727e3da00c7a979e462cc2a3ce2" + tag: "v3.0.280", + revision: "6ad6a4b753ea50411f2beb39c81628f04608beaa" license "Apache-2.0" head "https://github.com/aliyun/aliyun-cli.git", branch: "master" From c2d32e6d12cd84a5598133e7033031bb95264d51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:51:56 +0000 Subject: [PATCH 00973/10074] argo 3.6.8 --- Formula/a/argo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/argo.rb b/Formula/a/argo.rb index 0220eb5bfe977..dc5953c07b89c 100644 --- a/Formula/a/argo.rb +++ b/Formula/a/argo.rb @@ -2,8 +2,8 @@ class Argo < Formula desc "Get stuff done with container-native workflows for Kubernetes" homepage "https://argoproj.io" url "https://github.com/argoproj/argo-workflows.git", - tag: "v3.6.7", - revision: "8d7dae690e152d19fb40f7affbb68fb783b32172" + tag: "v3.6.8", + revision: "23eda86c404b1f11cde47083ed7a7a6eb3e9bdf9" license "Apache-2.0" head "https://github.com/argoproj/argo-workflows.git", branch: "main" From ee70f86c6aecf9ec3ebd94466f00b7e293028947 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:52:42 +0000 Subject: [PATCH 00974/10074] assimp 6.0.1 --- Formula/a/assimp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/assimp.rb b/Formula/a/assimp.rb index 29da6ab8fb452..c62ff02ceb4be 100644 --- a/Formula/a/assimp.rb +++ b/Formula/a/assimp.rb @@ -1,8 +1,8 @@ class Assimp < Formula desc "Portable library for importing many well-known 3D model formats" homepage "https://www.assimp.org/" - url "https://github.com/assimp/assimp/archive/refs/tags/v6.0.0.tar.gz" - sha256 "95a7263db4a8478bf0ffa22cedd249f5ef02d7dcafd14d288bbc9a5ca24e5c1d" + url "https://github.com/assimp/assimp/archive/refs/tags/v6.0.1.tar.gz" + sha256 "0c6ec0e601cab4700019c1e60b5cd332cc6355e63e59c11344693623c08a7d38" # NOTE: BSD-2-Clause is omitted as contrib/Open3DGC/o3dgcArithmeticCodec.c is not used license all_of: [ "BSD-3-Clause", From c665f0201e977e5c4677681a1b50006dcab70012 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:54:59 +0000 Subject: [PATCH 00975/10074] c3c 0.7.2 --- Formula/c/c3c.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/c3c.rb b/Formula/c/c3c.rb index 71b5d61a85d1e..dbe0d0ca7f139 100644 --- a/Formula/c/c3c.rb +++ b/Formula/c/c3c.rb @@ -1,8 +1,8 @@ class C3c < Formula desc "Compiler for the C3 language" homepage "https://github.com/c3lang/c3c" - url "https://github.com/c3lang/c3c/archive/refs/tags/v0.7.1.tar.gz" - sha256 "bb18f76afdd13b3696c8acf53465eb0e1fc175ec6323cf9a3e61dc6634ad3ca0" + url "https://github.com/c3lang/c3c/archive/refs/tags/v0.7.2.tar.gz" + sha256 "4c545fdd5756dba1619f4743609d7a0515a54ad6a2db961d1b44c1d0c3d47cf8" license "LGPL-3.0-only" head "https://github.com/c3lang/c3c.git", branch: "master" From ecdad21b6099820afc165222575f06422270c943 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:56:20 +0000 Subject: [PATCH 00976/10074] chart-testing 3.13.0 --- Formula/c/chart-testing.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chart-testing.rb b/Formula/c/chart-testing.rb index 958e7f2c31605..9c9b593ea1f26 100644 --- a/Formula/c/chart-testing.rb +++ b/Formula/c/chart-testing.rb @@ -2,8 +2,8 @@ class ChartTesting < Formula desc "Testing and linting Helm charts" homepage "https://github.com/helm/chart-testing" url "https://github.com/helm/chart-testing.git", - tag: "v3.12.0", - revision: "d6991035017d7ac0e3dec3d1b5ad2e5f18674b32" + tag: "v3.13.0", + revision: "dac2d60e7a47c929a9c1ef545b83ac247d9f51d8" license "Apache-2.0" head "https://github.com/helm/chart-testing.git", branch: "main" From a7e6c54f203747c19f3b5812be4e1df17d12c196 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:04:56 +0000 Subject: [PATCH 00977/10074] grafana-alloy 1.9.0 --- Formula/g/grafana-alloy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grafana-alloy.rb b/Formula/g/grafana-alloy.rb index 099092de174ac..8d29b46381bf8 100644 --- a/Formula/g/grafana-alloy.rb +++ b/Formula/g/grafana-alloy.rb @@ -1,8 +1,8 @@ class GrafanaAlloy < Formula desc "OpenTelemetry Collector distribution with programmable pipelines" homepage "https://grafana.com/oss/alloy-opentelemetry-collector/" - url "https://github.com/grafana/alloy/archive/refs/tags/v1.8.3.tar.gz" - sha256 "8a4010d3d6e8412b9ddc38537b836bb68dc4370f608ff81a9693c5d4881dcdc7" + url "https://github.com/grafana/alloy/archive/refs/tags/v1.9.0.tar.gz" + sha256 "879a86c36985e2fdca86d996562cc12cccd281a9a622c9822e5e2836286c5440" license "Apache-2.0" head "https://github.com/grafana/alloy.git", branch: "main" From f5940cd16f78cd526b34874cd7e0e4d63c1a1be3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:08:29 +0000 Subject: [PATCH 00978/10074] grpc 1.72.1 --- Formula/g/grpc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grpc.rb b/Formula/g/grpc.rb index e4bcfe2318a24..9cb209adc2185 100644 --- a/Formula/g/grpc.rb +++ b/Formula/g/grpc.rb @@ -2,8 +2,8 @@ class Grpc < Formula desc "Next generation open source RPC library and framework" homepage "https://grpc.io/" url "https://github.com/grpc/grpc.git", - tag: "v1.72.0", - revision: "6c472088f7ced709efac16bf41d399c7ad6f1a44" + tag: "v1.72.1", + revision: "1ca7b983850ef2ee154a86133108ae6e3732c2bd" license "Apache-2.0" head "https://github.com/grpc/grpc.git", branch: "master" From f05a9b5e6627cb6cdc2e9292c7edc37b6696faca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:10:19 +0000 Subject: [PATCH 00979/10074] iputils 20250602 --- Formula/i/iputils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/iputils.rb b/Formula/i/iputils.rb index c3713d815199c..fef9f745ac21e 100644 --- a/Formula/i/iputils.rb +++ b/Formula/i/iputils.rb @@ -1,8 +1,8 @@ class Iputils < Formula desc "Set of small useful utilities for Linux networking" homepage "https://github.com/iputils/iputils" - url "https://github.com/iputils/iputils/archive/refs/tags/20240905.tar.gz" - sha256 "055b4e6e4f298c97fd5848898099e59b4590db63fac3f7ad4fa796354ad44403" + url "https://github.com/iputils/iputils/archive/refs/tags/20250602.tar.gz" + sha256 "79048b6a74b4831d6ee5f50ea5122ca2123bad6adc49bc9008c126061ded6a69" license all_of: ["GPL-2.0-or-later", "BSD-3-Clause"] head "https://github.com/iputils/iputils.git", branch: "master" From 744bf13f5137cfa9847e8e32b7e3918fa99cef87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:11:13 +0000 Subject: [PATCH 00980/10074] jsrepo 2.3.3 --- Formula/j/jsrepo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 60dabec6bd194..3a510f5252b91 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -1,8 +1,8 @@ class Jsrepo < Formula desc "Build and distribute your code" homepage "https://jsrepo.dev/" - url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.3.2.tgz" - sha256 "b5a8b38474643e93a6a7387a973ed778afdaa49d7019c7693a99929f027beb2b" + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.3.3.tgz" + sha256 "39cdc94cb5fed8f1e6e739256ae0981fadc49e52f401f117ac6490635badd1d6" license "MIT" bottle do From c5756b37ef3b749b3dcda8de2a3ed7457bf6708d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:11:47 +0000 Subject: [PATCH 00981/10074] keploy 2.6.7 --- Formula/k/keploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index e5049a84527a6..b71397132398e 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -1,8 +1,8 @@ class Keploy < Formula desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries" homepage "https://keploy.io" - url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.6.tar.gz" - sha256 "6e5e0cbbef739b6bc6ce754dc2d6a948e85fe9f842df944d45d8d77ef538fc4d" + url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.7.tar.gz" + sha256 "6a00509c43648aec8f23d68ff7c3c8409bc8ff33ce86627fa40688a204c0d9c1" license "Apache-2.0" head "https://github.com/keploy/keploy.git", branch: "main" From 0be2188a4b667a237e439b8a4304e00096bec15d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:12:34 +0000 Subject: [PATCH 00982/10074] kubetail 0.7.0 --- Formula/k/kubetail.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubetail.rb b/Formula/k/kubetail.rb index 75f97910960c4..871704bb18be7 100644 --- a/Formula/k/kubetail.rb +++ b/Formula/k/kubetail.rb @@ -1,8 +1,8 @@ class Kubetail < Formula desc "Logging tool for Kubernetes with a real-time web dashboard" homepage "https://www.kubetail.com/" - url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.6.0.tar.gz" - sha256 "1d79ce110dc70223741a118d736fcc3cbc7f31421b046d15690d13fd81b86352" + url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.7.0.tar.gz" + sha256 "cce8d3aef284bb4426f31984d716b4de1a8facc1e9e47b5b8fcf15f49244611d" license "Apache-2.0" head "https://github.com/kubetail-org/kubetail.git", branch: "main" From ff18421bd2557e2041a44fb81645502329a6bddc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:16:43 +0000 Subject: [PATCH 00983/10074] mergiraf 0.10.0 --- Formula/m/mergiraf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mergiraf.rb b/Formula/m/mergiraf.rb index fababaae4e1b0..a7b5dfad4f6e5 100644 --- a/Formula/m/mergiraf.rb +++ b/Formula/m/mergiraf.rb @@ -1,8 +1,8 @@ class Mergiraf < Formula desc "Syntax-aware git merge driver" homepage "https://mergiraf.org" - url "https://codeberg.org/mergiraf/mergiraf/archive/v0.9.0.tar.gz" - sha256 "52650dd6fd5908c7ef0989047577625f9a1002206bfdce8478ca893441c6c08e" + url "https://codeberg.org/mergiraf/mergiraf/archive/v0.10.0.tar.gz" + sha256 "862743390d831febdf8d423c68c4507c9da7e2f18741d601671d7f8052965f9c" license "GPL-3.0-only" head "https://codeberg.org/mergiraf/mergiraf.git", branch: "main" From a8422d2b527f1e94f0695a29664d7addcb6a66e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:18:38 +0000 Subject: [PATCH 00984/10074] neonctl 2.10.1 --- Formula/n/neonctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/neonctl.rb b/Formula/n/neonctl.rb index d42f8d6f5540d..c3b8e8a27d41a 100644 --- a/Formula/n/neonctl.rb +++ b/Formula/n/neonctl.rb @@ -1,8 +1,8 @@ class Neonctl < Formula desc "Neon CLI tool" homepage "https://neon.tech/docs/reference/neon-cli" - url "https://registry.npmjs.org/neonctl/-/neonctl-2.9.2.tgz" - sha256 "680ea4a627427ee7c7e1f7ef7dae55deafe9a717cb941ca1eb03228adc8e02c9" + url "https://registry.npmjs.org/neonctl/-/neonctl-2.10.1.tgz" + sha256 "17aa0944f9f4703e6b288b642d243770e13f9e4b8e68b9b1514bf294e36689b9" license "Apache-2.0" bottle do From 9d47e64753d1984803f0978618e0804fa24a48c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:18:51 +0000 Subject: [PATCH 00985/10074] nerdlog 1.9.0 --- Formula/n/nerdlog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nerdlog.rb b/Formula/n/nerdlog.rb index cf1912dd103f5..eca967474be73 100644 --- a/Formula/n/nerdlog.rb +++ b/Formula/n/nerdlog.rb @@ -1,8 +1,8 @@ class Nerdlog < Formula desc "TUI log viewer with timeline histogram and no central server" homepage "https://dmitryfrank.com/projects/nerdlog/article" - url "https://github.com/dimonomid/nerdlog/archive/refs/tags/v1.8.2.tar.gz" - sha256 "e448a9150a5cb186f1c448a886666e5b5f5001c77e911e839a2294043289b7b6" + url "https://github.com/dimonomid/nerdlog/archive/refs/tags/v1.9.0.tar.gz" + sha256 "f9200cfa605a3b2724c0615118a1c3bb8dc32428133ac8077fa12c83a9e55976" license "BSD-2-Clause" head "https://github.com/dimonomid/nerdlog.git", branch: "master" From 1482dcf1b3ac3d6abe05f956e4aaf2c1b9e29dc3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:25:11 +0000 Subject: [PATCH 00986/10074] readsb 3.14.1682 --- Formula/r/readsb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index 485d6afd8cbb7..7364abfe551e2 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -1,8 +1,8 @@ class Readsb < Formula desc "ADS-B decoder swiss knife" homepage "https://github.com/wiedehopf/readsb" - url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1681.tar.gz" - sha256 "eecb215dfa765180ebf0ef3dd7599cbbcdeb05109bde69ed4c83ec6ba3523b6d" + url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1682.tar.gz" + sha256 "180d652829c0bb13e1935f9ee4975b5f2c055281f113e5b0325e3444bd0f4685" license "GPL-3.0-or-later" bottle do From 7875a3bf0d4f62cba3a691f8b20b4fd91d30929c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:28:39 +0000 Subject: [PATCH 00987/10074] slirp4netns 1.3.3 --- Formula/s/slirp4netns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/slirp4netns.rb b/Formula/s/slirp4netns.rb index bd97d02bc6efa..7fbfb8e95abf2 100644 --- a/Formula/s/slirp4netns.rb +++ b/Formula/s/slirp4netns.rb @@ -1,8 +1,8 @@ class Slirp4netns < Formula desc "User-mode networking for unprivileged network namespaces" homepage "https://github.com/rootless-containers/slirp4netns" - url "https://github.com/rootless-containers/slirp4netns/archive/refs/tags/v1.3.2.tar.gz" - sha256 "c98ef2679c7b8c96eed95409138a22904a0550494d191385637e953534d15c75" + url "https://github.com/rootless-containers/slirp4netns/archive/refs/tags/v1.3.3.tar.gz" + sha256 "8d24539967850bada944d56459eb9e9167357d57b39e864d95ed7d6c0dd0298d" license "GPL-2.0-or-later" bottle do From 77bfda6e5befd45b5d496347afa387d093917f67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:30:07 +0000 Subject: [PATCH 00988/10074] storj-uplink 1.130.4 --- Formula/s/storj-uplink.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index 0901b08899c88..75efa2a2f5a30 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -1,8 +1,8 @@ class StorjUplink < Formula desc "Uplink CLI for the Storj network" homepage "https://storj.io" - url "https://github.com/storj/storj/archive/refs/tags/v1.130.1.tar.gz" - sha256 "24452dc5b6b5087937ebe6bc705eed65064b9e523028e4b3a6372efada10971f" + url "https://github.com/storj/storj/archive/refs/tags/v1.130.4.tar.gz" + sha256 "af51392fce1855d0e53d92c45a2809a8d68df7028b3d3ae5c3b3a45ac8e79865" license "AGPL-3.0-only" # Upstream creates stable releases and marks them as "pre-release" before From 22d1a068e9a47c7f6e7eef5bf6844b55bf541ebb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:07:11 +0000 Subject: [PATCH 00989/10074] argo: update 3.6.8 bottle. --- Formula/a/argo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/argo.rb b/Formula/a/argo.rb index dc5953c07b89c..b44fde1b3d575 100644 --- a/Formula/a/argo.rb +++ b/Formula/a/argo.rb @@ -8,12 +8,12 @@ class Argo < Formula head "https://github.com/argoproj/argo-workflows.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae0badfaa2569725227a209bd8d816ecaac709964b1cee11ad6a8bc5b35b4645" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "db320d07bcae2511f368d9e414a4913d546b5f148db218fb2c6c0c0e631153de" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fbe8b52bf7397c4126cbcf1336fd2c5f7dc709dd7dae09ae2b64b96c34111899" - sha256 cellar: :any_skip_relocation, sonoma: "f7e0991e5c6bb4ef7ae9a9702f998efcb1b530c6378862bc42f7edd5ad5bf63f" - sha256 cellar: :any_skip_relocation, ventura: "844517c65d733d6ddaba2e41705137e20cf3be6f382d473f98efb9a3d7faedad" - sha256 cellar: :any_skip_relocation, x86_64_linux: "31355ca96b8e750bf985c6c265ccaed458399ba22ac67b2c1f140e729aaf4838" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3da4a26a6486416f7a2fe55df225681de31709f28355fd8fac7cada06a165a84" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "603993c968005c06d0f549bfb4cca81e4a57589b0c51ed3b00066509d9f127c8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "93de893620518fe5397bd5bc10beb7a0024bd46836881b6da70c83ff615db0fe" + sha256 cellar: :any_skip_relocation, sonoma: "be6a4c8710c535c8c7e83d7aaf0daa94109cb981c6365cf5511c6c1dce5a5fd4" + sha256 cellar: :any_skip_relocation, ventura: "94a707cd34d957876513f30996a2606d7fd781a2948b986f62899b36d02da2e6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a304887349678148623aac1cc24e86c54a381032b2bda7f1715bb816da4cbf5e" end depends_on "go" => :build From 39206edb8af3b27218d443587c81c4650983e61e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:07:11 +0000 Subject: [PATCH 00990/10074] c3c: update 0.7.2 bottle. --- Formula/c/c3c.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/c3c.rb b/Formula/c/c3c.rb index dbe0d0ca7f139..e2f9c98da53b6 100644 --- a/Formula/c/c3c.rb +++ b/Formula/c/c3c.rb @@ -15,13 +15,13 @@ class C3c < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b50a1d354a416ac73ab60c0c0295d93172c567dbbecb8a042e489a4124ac6233" - sha256 cellar: :any, arm64_sonoma: "882a8f0bf00107ce4851a2da6feadc26e29f6d0c25c942aff3f2df0ca67f3b36" - sha256 cellar: :any, arm64_ventura: "3882662dfda73d09456a78627736015d2c6b515831cbea8834b2c5b07f6d4581" - sha256 cellar: :any, sonoma: "c0ac025e9145794d3b05bdfd1ff89a98e83775d4a4e338ebc873060a08a9647b" - sha256 cellar: :any, ventura: "4628e5f125da94851cdc8362df8532c4a33b0113b74d75df9503c1cec06782fb" - sha256 arm64_linux: "d260271c0e5b7037e94aed1a3bcafbe0aecbaf8139f9a6b0e0b726c450dd2fdd" - sha256 x86_64_linux: "30d98cbbe0e8e66ca6cb619934feca8a915bdf780bcfcd839bf4d242a7e1f4ec" + sha256 cellar: :any, arm64_sequoia: "c7972b7ec6d53e42670030cb5689c7b0b7f19005980096e19e7ef5185ed9671e" + sha256 cellar: :any, arm64_sonoma: "cfdd72308a1dcb4ab148f25f950e59233f49d0691b2912ab3ee4640270f9aa04" + sha256 cellar: :any, arm64_ventura: "5599d652da682939a9626c236a7a7fd02191569e5e345dcafd44be9dccff1ad2" + sha256 cellar: :any, sonoma: "1ddbfc4ea36a4684b84da4e5f6e35a65316cb521f89646d2c18cd74c4f0fd9fb" + sha256 cellar: :any, ventura: "7df6d771e85fcfe15b6e1ce00ba589d74af07a0812d11af0220ff1a684b88333" + sha256 arm64_linux: "5fb70d5ddee589bd109c7fb3ac74d01f9c23ee54880121794142344772da5078" + sha256 x86_64_linux: "644dc17a8f016f323314c20271ed1224281b51dab549fa5584b986c01dff7396" end depends_on "cmake" => :build From e4352656528268642e6bb3c629dc6565ef26b05a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:07:16 +0000 Subject: [PATCH 00991/10074] aliyun-cli: update 3.0.280 bottle. --- Formula/a/aliyun-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 63e27fde8b1f5..c3c42ba890db1 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -8,12 +8,12 @@ class AliyunCli < Formula head "https://github.com/aliyun/aliyun-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ff59d5908b94806e87e4cc682c7a98a3deacea04bbaf8dd0c38e9f69e7f16dd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ff59d5908b94806e87e4cc682c7a98a3deacea04bbaf8dd0c38e9f69e7f16dd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9ff59d5908b94806e87e4cc682c7a98a3deacea04bbaf8dd0c38e9f69e7f16dd" - sha256 cellar: :any_skip_relocation, sonoma: "4f98032f2ed8dd3605e08360ed040789bae87f527d481dba1ac7ea318fd40696" - sha256 cellar: :any_skip_relocation, ventura: "4f98032f2ed8dd3605e08360ed040789bae87f527d481dba1ac7ea318fd40696" - sha256 cellar: :any_skip_relocation, x86_64_linux: "727a54b251fab361d3913b9dfb92ae6f5c62783a538ede5e9bff74b385e7bc45" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "134451ee84b5df442b2d783d2ba13e99ea45ad964d1cf8d3efd481bb689a3058" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "134451ee84b5df442b2d783d2ba13e99ea45ad964d1cf8d3efd481bb689a3058" + sha256 cellar: :any_skip_relocation, arm64_ventura: "134451ee84b5df442b2d783d2ba13e99ea45ad964d1cf8d3efd481bb689a3058" + sha256 cellar: :any_skip_relocation, sonoma: "4486590dade748a7cf3ed027ba0bd4486f3f608e93a05b1a87400e498c63cdde" + sha256 cellar: :any_skip_relocation, ventura: "4486590dade748a7cf3ed027ba0bd4486f3f608e93a05b1a87400e498c63cdde" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3bfb2caf24947983bab6ead292bc2d2050ffb9e3790e374b160ec0b8609e566b" end depends_on "go" => :build From 740b119d76754b34b37bb9161076da6d65f74b91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:07:44 +0000 Subject: [PATCH 00992/10074] chart-testing: update 3.13.0 bottle. --- Formula/c/chart-testing.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chart-testing.rb b/Formula/c/chart-testing.rb index 9c9b593ea1f26..2644ec9dc28f6 100644 --- a/Formula/c/chart-testing.rb +++ b/Formula/c/chart-testing.rb @@ -8,12 +8,12 @@ class ChartTesting < Formula head "https://github.com/helm/chart-testing.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f2138869a05cf42de24e10d8512bc26070ac19169d3bb41f061c226a67ac7aaa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2138869a05cf42de24e10d8512bc26070ac19169d3bb41f061c226a67ac7aaa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f2138869a05cf42de24e10d8512bc26070ac19169d3bb41f061c226a67ac7aaa" - sha256 cellar: :any_skip_relocation, sonoma: "aaaa3bcedb8fae176cd2ba889ebe715f11b3592ee61be0917c3ed8b232b4081e" - sha256 cellar: :any_skip_relocation, ventura: "aaaa3bcedb8fae176cd2ba889ebe715f11b3592ee61be0917c3ed8b232b4081e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc2bea119cc70298682e2b83e5ab7df72f962ce06068a8548c4f643a77aea1ce" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0faf3efe0f5c189917186de7e840c09d8d404789daf212ca9229addb67319ceb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0faf3efe0f5c189917186de7e840c09d8d404789daf212ca9229addb67319ceb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0faf3efe0f5c189917186de7e840c09d8d404789daf212ca9229addb67319ceb" + sha256 cellar: :any_skip_relocation, sonoma: "efeea231950969e1e64dca249476d63b1732b7eaf607f4e01e2e7fefe868b537" + sha256 cellar: :any_skip_relocation, ventura: "efeea231950969e1e64dca249476d63b1732b7eaf607f4e01e2e7fefe868b537" + sha256 cellar: :any_skip_relocation, x86_64_linux: "519215363721042661fd326ffc7e1a31af634518fa4df3b13f37cc8d08079653" end depends_on "go" => :build From fac6571453b8b454ca97ba29a7a68c0ad8444c89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:08:08 +0000 Subject: [PATCH 00993/10074] grafana-alloy: update 1.9.0 bottle. --- Formula/g/grafana-alloy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/grafana-alloy.rb b/Formula/g/grafana-alloy.rb index 8d29b46381bf8..7cdd2df5e7a2a 100644 --- a/Formula/g/grafana-alloy.rb +++ b/Formula/g/grafana-alloy.rb @@ -7,12 +7,12 @@ class GrafanaAlloy < Formula head "https://github.com/grafana/alloy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf91849ac0d3e974632365d5fec6bda458ad95f011e799fff3daa6052f66bb1f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e4cb1e0be508fbaa74ed9d26cd41a555c56810cebb3757ad4bbf9f87acdca54" - sha256 cellar: :any_skip_relocation, arm64_ventura: "80026a1a5b3132ddb807e58195316155e17fe9498ac5e2724846bee9c7f7f35d" - sha256 cellar: :any_skip_relocation, sonoma: "0bcf1b3a9c5b58a68ed769125ba837e7e27a741ccf77e69646f954221c21e971" - sha256 cellar: :any_skip_relocation, ventura: "73a3eda855f48faf1ade98f32d816e0cb2479c955a3cac3675357fb01f2506d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4214015968947eb71d6d0f5f50a6362228b0d4799b4b1dd3ff5663fcf87b741" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f65156002238ebee8aa82ca63989e934bae4cd43afbe10f8e486599930435322" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd5b80c704a06275ec3729ad4a556fee9baa1374452dc6dacd97bb9137ebaf52" + sha256 cellar: :any_skip_relocation, arm64_ventura: "203fbe15bd1f51419b1a273f61492da89b0266239ee8c63cb1294bc36c0bdedf" + sha256 cellar: :any_skip_relocation, sonoma: "1fccb634e8bb90648f53f7e7aadd6e64d12543e1c4fc2483b8ba5216091162eb" + sha256 cellar: :any_skip_relocation, ventura: "4dd3a04f268ecbb9a0ceea3c6f137e2f546b8f717cc3ee0f1c2abc3d198b6753" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d63936181b562e5d016ae350be058d881514ed360ee0452a99d66fb6800144c0" end depends_on "go" => :build From e2b50efbaf73af2188a986eef87f002d6f889daa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:08:34 +0000 Subject: [PATCH 00994/10074] iputils: update 20250602 bottle. --- Formula/i/iputils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/iputils.rb b/Formula/i/iputils.rb index fef9f745ac21e..a72174176aeae 100644 --- a/Formula/i/iputils.rb +++ b/Formula/i/iputils.rb @@ -7,8 +7,8 @@ class Iputils < Formula head "https://github.com/iputils/iputils.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "9881e8da206fa156f109ae29a816d2927eee1366b5f38e32c22cbcb7987ab14f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e17cf0b22d54026f33a2a0883726815e6a98b31a838e2c644b6c2b219c1b934" + sha256 cellar: :any_skip_relocation, arm64_linux: "6e815977ef9efdc2a3e17a19cd2ff0360359bc9de2789f086abee5e65d1c92d4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fda656bf3d0765f8d6612bb716e40d338a3511514799f8bd415104f559e9aa36" end depends_on "meson" => :build From bc81940c2e524ebcc1987b60ca9b2dff63a314f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:08:39 +0000 Subject: [PATCH 00995/10074] jsrepo: update 2.3.3 bottle. --- Formula/j/jsrepo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 3a510f5252b91..9f3952cbdbe96 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -6,13 +6,13 @@ class Jsrepo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "03d87eb980565203f5e2019afabd86eb575ba459215307ae386e672890686bb1" - sha256 cellar: :any, arm64_sonoma: "03d87eb980565203f5e2019afabd86eb575ba459215307ae386e672890686bb1" - sha256 cellar: :any, arm64_ventura: "03d87eb980565203f5e2019afabd86eb575ba459215307ae386e672890686bb1" - sha256 cellar: :any, sonoma: "40c2425af0124b1d378dc0a68b7d818e91fb45aadab0b90dacb7b55a462a79bc" - sha256 cellar: :any, ventura: "40c2425af0124b1d378dc0a68b7d818e91fb45aadab0b90dacb7b55a462a79bc" - sha256 cellar: :any_skip_relocation, arm64_linux: "637a132ede9b4f63a24f35a8ce308118f8539b61c1960aba04c012056ed20c4e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b7c49552685cbc054cd13ab556d333f9aeec3eead66e7a934694b3edb3c26d43" + sha256 cellar: :any, arm64_sequoia: "2a37a6286dee4f144566c4de52d1de41e702d9a04ddbbda15d7e2088f778fdf1" + sha256 cellar: :any, arm64_sonoma: "2a37a6286dee4f144566c4de52d1de41e702d9a04ddbbda15d7e2088f778fdf1" + sha256 cellar: :any, arm64_ventura: "2a37a6286dee4f144566c4de52d1de41e702d9a04ddbbda15d7e2088f778fdf1" + sha256 cellar: :any, sonoma: "44aa9e637a9d76bfe6dddc26fae96854103353132a4673cfe6489706cae474fc" + sha256 cellar: :any, ventura: "44aa9e637a9d76bfe6dddc26fae96854103353132a4673cfe6489706cae474fc" + sha256 cellar: :any_skip_relocation, arm64_linux: "52b252387c8bf0c9b7b1828a83d727b20598e2fee6bec2c51365c927d8b5cc41" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3cee79502c54dee936b65c3a0a875238d551317b1c4fe4672de7756a7ea5ac4b" end depends_on "node" From 08c86de36c3ae2d8c060f8a8600bbcb1de708cda Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:09:16 +0000 Subject: [PATCH 00996/10074] keploy: update 2.6.7 bottle. --- Formula/k/keploy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index b71397132398e..98c7f58019810 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -7,12 +7,12 @@ class Keploy < Formula head "https://github.com/keploy/keploy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e1c70ded5af57dfdfa33acb03e17e88cfc9ff7e0cd33c19625e48c47ae5c2ce" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e1c70ded5af57dfdfa33acb03e17e88cfc9ff7e0cd33c19625e48c47ae5c2ce" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e1c70ded5af57dfdfa33acb03e17e88cfc9ff7e0cd33c19625e48c47ae5c2ce" - sha256 cellar: :any_skip_relocation, sonoma: "64c88b544f6939780a7ff9a9ffe62474773d991677ed023cd15b601294fc21e9" - sha256 cellar: :any_skip_relocation, ventura: "64c88b544f6939780a7ff9a9ffe62474773d991677ed023cd15b601294fc21e9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0471c8142909de767d2e7aa93504ddb20a385427e6c7ae5fa7798451545f13e8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ff5e080f6791fc2d5cbf50daf0ce83e9240e15f572f31361c53c4d6196a6e7f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ff5e080f6791fc2d5cbf50daf0ce83e9240e15f572f31361c53c4d6196a6e7f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6ff5e080f6791fc2d5cbf50daf0ce83e9240e15f572f31361c53c4d6196a6e7f" + sha256 cellar: :any_skip_relocation, sonoma: "4e14c97a44dac66c3bbc7a9981a6c97f268d64418ddf8cfa8d46bf218e0211d6" + sha256 cellar: :any_skip_relocation, ventura: "4e14c97a44dac66c3bbc7a9981a6c97f268d64418ddf8cfa8d46bf218e0211d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ae6e9913f7cb121e5d0db05ef640198c6b31121d230eb648774dabaa3728e947" end depends_on "go" => :build From b69a19b1fa4f5d9f893c00807ee06d8480dc87ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:09:23 +0000 Subject: [PATCH 00997/10074] kubetail: update 0.7.0 bottle. --- Formula/k/kubetail.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubetail.rb b/Formula/k/kubetail.rb index 871704bb18be7..5c9441f7437a6 100644 --- a/Formula/k/kubetail.rb +++ b/Formula/k/kubetail.rb @@ -12,13 +12,13 @@ class Kubetail < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9d331230e3fe186aa16b4df0edd91aac3a0be5cd36ed4f3683f5f6744095bae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba0d85ec58c393359f3260524994dc647f135477bd6a1248d89f8f37c83eae7a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8311ae003cd5a694e1d34c62b32c55cf3e2b41333ce5cc55e40ccfdfef4562e1" - sha256 cellar: :any_skip_relocation, sonoma: "4a0736ab226c9a43347feaeb55ef40489ad5fd459f4fb98aca3797839f06b160" - sha256 cellar: :any_skip_relocation, ventura: "75932e0cf489dc15b031a63595007e518eb13f2a2e8de3d2eedae8759f54eb98" - sha256 cellar: :any_skip_relocation, arm64_linux: "b083821fad7bc4a30e1805f971fdfe97747a3e0c89d19afc7e892a74161485a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a18f59f7009b3ebabc8234cdbed9b33fc1023ae3aa0c657eed253aab004b6dc9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f30c0148c83be700d8d82c10422a7a01ceb4148b90a867436c5eda764b5dd1b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf08fd7fb57ed8e43ff0a76f3b6032c74e0f55d97f403e8db74ca475c1f503bc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fc7351c16e403a408ecb8f137504524d66f3f1b43335ac742a20cd9e006da3f8" + sha256 cellar: :any_skip_relocation, sonoma: "5ea4dbac2591147866dfcd26342454b0b5bdea06b3b7ab8ae4e894e3f9d8f57f" + sha256 cellar: :any_skip_relocation, ventura: "8eed5c77f59b577fbd63c12e6807a34eb443d7047772b67d1bd7c5f16b4695f9" + sha256 cellar: :any_skip_relocation, arm64_linux: "07b798367f616f1bd21e52aac26f89cc8beed76f34c3ce23081ec7418aaf3c61" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8b0b4b6a4a4e58f0725f4effc6c223d184b9d68c495af22db1aa6a48a6f0d204" end depends_on "go" => :build From d309d7bc1a271bf862fda738b1019d02103dd797 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:15:54 +0000 Subject: [PATCH 00998/10074] mergiraf: update 0.10.0 bottle. --- Formula/m/mergiraf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mergiraf.rb b/Formula/m/mergiraf.rb index a7b5dfad4f6e5..8eee8277f19d7 100644 --- a/Formula/m/mergiraf.rb +++ b/Formula/m/mergiraf.rb @@ -7,13 +7,13 @@ class Mergiraf < Formula head "https://codeberg.org/mergiraf/mergiraf.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c241eb6f9636ad0acf5fe8c55a2c83684a5944c1b05430509e9d8f9cded1b7a3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e96ce9165a3bd22b9f68f505bfd04c2cfbb9b0ed66c96f1337152caf03497592" - sha256 cellar: :any_skip_relocation, arm64_ventura: "34f5460361839a2918c55dfb2052a4cfebf8c9d96da371ddc243b6710f1e161d" - sha256 cellar: :any_skip_relocation, sonoma: "40360bf40a0adfd458f7b2c208d57309eb0ea2ceeb893f7d2921abc6070aafa7" - sha256 cellar: :any_skip_relocation, ventura: "5e390897f703ddbdc6c8aa34127f66b7a170f4cf026f4c66b39baafcd55c2743" - sha256 cellar: :any_skip_relocation, arm64_linux: "3fd9081da024b923b91e24b6db48b835cb0c6177d66e8e2413a87f90e424237d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1cd91c108b35fc815a60ff583e50afbee22cfb9e65617b6dbf8bbfc0397d8ee6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "feaa82ea220e1cb6858387c0c116d0f0e5368c3ae1913da0153dbce8640a4aaa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4d01e9d8876b67ab22aaf37eb352d36508216bee82d371f981ac7d5128f195c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0cdf1fb8cc29317990f1cf9f8051430af78b5ef4125d77f671d02eff9144de0d" + sha256 cellar: :any_skip_relocation, sonoma: "b48f7c0fbae29fd90501fa718cd2ed47e35c78511272015d1428143750fc39c0" + sha256 cellar: :any_skip_relocation, ventura: "fe918a0e69d69aa88fb3aec8be4049b3da39e11cfdc274b959bb2e56aa99fa46" + sha256 cellar: :any_skip_relocation, arm64_linux: "237bca642fbdabda1236dde3a326941231c8d9fff8310d714c3b80f207d27a43" + sha256 cellar: :any_skip_relocation, x86_64_linux: "becd36cd9c79f54a7c8761cc9fcee4d6a4244997373e8e3b8e6f8e6cbd9a280f" end depends_on "rust" => :build From 0c03b162e4ab981dff3596734321a9dcd862863a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:16:11 +0000 Subject: [PATCH 00999/10074] neonctl: update 2.10.1 bottle. --- Formula/n/neonctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/neonctl.rb b/Formula/n/neonctl.rb index c3b8e8a27d41a..48e517cbe8ed9 100644 --- a/Formula/n/neonctl.rb +++ b/Formula/n/neonctl.rb @@ -6,13 +6,13 @@ class Neonctl < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "34690b17434aac6e9badb3a6ab988ffd767e1340d488551d85d4b0b78ec6b29c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "34690b17434aac6e9badb3a6ab988ffd767e1340d488551d85d4b0b78ec6b29c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "34690b17434aac6e9badb3a6ab988ffd767e1340d488551d85d4b0b78ec6b29c" - sha256 cellar: :any_skip_relocation, sonoma: "360d71f2e532a47fc45749eabb98e7b965f5b20f380725b6d9a7e605656ecb23" - sha256 cellar: :any_skip_relocation, ventura: "360d71f2e532a47fc45749eabb98e7b965f5b20f380725b6d9a7e605656ecb23" - sha256 cellar: :any_skip_relocation, arm64_linux: "34690b17434aac6e9badb3a6ab988ffd767e1340d488551d85d4b0b78ec6b29c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "34690b17434aac6e9badb3a6ab988ffd767e1340d488551d85d4b0b78ec6b29c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" + sha256 cellar: :any_skip_relocation, sonoma: "52b18e57a55ec58d254189d256c57fc3c5f71242dfcd65a65f8406b1d95a6c94" + sha256 cellar: :any_skip_relocation, ventura: "52b18e57a55ec58d254189d256c57fc3c5f71242dfcd65a65f8406b1d95a6c94" + sha256 cellar: :any_skip_relocation, arm64_linux: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" end depends_on "node" From 1331d7a93c3d37e15c4dd298d6fbf4a519d97e7f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:16:35 +0000 Subject: [PATCH 01000/10074] nerdlog: update 1.9.0 bottle. --- Formula/n/nerdlog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/nerdlog.rb b/Formula/n/nerdlog.rb index eca967474be73..b1e1b98d3dd91 100644 --- a/Formula/n/nerdlog.rb +++ b/Formula/n/nerdlog.rb @@ -7,12 +7,12 @@ class Nerdlog < Formula head "https://github.com/dimonomid/nerdlog.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "644197db8c207db5d49dffe2a6fe366f0a3c563470747ef37c3098e0d7fce6ae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "efe6bdc31cd22c25c9edbfb09df45c37b567398bd6fc8dc685f2410177b395da" - sha256 cellar: :any_skip_relocation, arm64_ventura: "51149f6d203c2a20c0f66a99b1ba0953288c303600bdcb2ed66a08c3c239c575" - sha256 cellar: :any_skip_relocation, sonoma: "a5d46e21d3c932a952d3a602cf9bf6a561e68ad3b4af17d6b800506051f3f623" - sha256 cellar: :any_skip_relocation, ventura: "1d7b32ad8628d2f9b6df0fad97737ddfa6542511ef45cafba9ff91eb0a894943" - sha256 cellar: :any_skip_relocation, x86_64_linux: "86231eae6c2356e27fc31af809ca83f5a7af5b3f0e365b0b24c0c6d244ff59be" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fb4a61c163f6d6ccc6f635213b1d80b23146df3ad55f1df384d1ef6ebb7b3c5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c9b4e0036ac9ac9d9c8ade6ee1ad0f0d144566724f6b061e599cfd6fdcdae14f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe61c13a8bae7365d6b083bdccd2518c3458c910fc8bb5ee2047cde75cad06a0" + sha256 cellar: :any_skip_relocation, sonoma: "e18f584a77f3460551346dee4cd171b6c277ae7df2a4bd735d1117ec56fba59a" + sha256 cellar: :any_skip_relocation, ventura: "e67f0c2d73df30174616281758b8a8719bc287a9eaf03adfb8702a156d470486" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc16219735c2bc87d193951c8c04731d7347d3cf17567d33dc086482a45c07a9" end depends_on "go" => :build From 1490acf16e797d0f19f28642262468d79ea27376 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:17:20 +0000 Subject: [PATCH 01001/10074] readsb: update 3.14.1682 bottle. --- Formula/r/readsb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index 7364abfe551e2..8aba51dc1d467 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -6,13 +6,13 @@ class Readsb < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "f4fd0205d4f3756694b491752edf96788e11521507b43d9209073b9e63515eec" - sha256 cellar: :any, arm64_sonoma: "ea08c94bb3b4a8edbdb5c4b0c88574ad45ade436eab201da6468e1c5b57cb08f" - sha256 cellar: :any, arm64_ventura: "dd92f08a1c3f631cc04b70ee58a0d9dac77ced080ae62b6a9ce3f77d33eb4153" - sha256 cellar: :any, sonoma: "d3e3e037f3d4bab65f3cc4f5959464a4584fc8c26a807ba474812d5883b0a262" - sha256 cellar: :any, ventura: "b0c72c7b865f9c0bbb09f6a88e81ea4daab0ea94967554947f6a8e7338137e74" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b10644fd7a1bdef50b62d18a0e13d26ea5eb9201c64d08a5db715a9bf15dcd6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5c94ca820fd19bff33071ab0bfee4e60a24cda99c712f57a1c541a5be9731020" + sha256 cellar: :any, arm64_sequoia: "5c5fa49116b7c87e42dd0032918325bd7bbd0d940dd2e73990968a28a4dba7cc" + sha256 cellar: :any, arm64_sonoma: "fdd3e5c6838fc7a66224f9c457d929b62ae8b5825a015dcef960eddcb7b4c1db" + sha256 cellar: :any, arm64_ventura: "1854876b1a48e1226e50fdfa369547098bea94e6c1c31f7f27b77ca276130467" + sha256 cellar: :any, sonoma: "a3123c9e05f016d865308b7724ce9d6bf9941e3a576c2bc5a4b7a3cfc799691f" + sha256 cellar: :any, ventura: "1a171b804d92f3cf9a7d839b32c5d2f4e77334d5365ed83f1916e2afd9739a3b" + sha256 cellar: :any_skip_relocation, arm64_linux: "23f89fe2f22b76026c66322b9d185fe5b0e3a838545b0c68798d786cdd6044e5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "214fd1e751f5972472eef7559e0c67327d870b1f5f9fc487be0a4030ec3f3fd0" end depends_on "pkgconf" => :build From 95c9dcdcad7d263ccf1d6681c06c78de6891119b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:17:54 +0000 Subject: [PATCH 01002/10074] storj-uplink: update 1.130.4 bottle. --- Formula/s/storj-uplink.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index 75efa2a2f5a30..5abc81ec775fd 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -18,12 +18,12 @@ class StorjUplink < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "da7ecfe864dd845ede8061e9bbf4edfa91adae955495b777a787ec16a0256fad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "da7ecfe864dd845ede8061e9bbf4edfa91adae955495b777a787ec16a0256fad" - sha256 cellar: :any_skip_relocation, arm64_ventura: "da7ecfe864dd845ede8061e9bbf4edfa91adae955495b777a787ec16a0256fad" - sha256 cellar: :any_skip_relocation, sonoma: "1de556484d2465a55b810d379169158c900e05f9182098c037726d6c4f1aa17d" - sha256 cellar: :any_skip_relocation, ventura: "1de556484d2465a55b810d379169158c900e05f9182098c037726d6c4f1aa17d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1cbc8882c92745518ed052a0c358355657cfd430d6348afae860a0006f95eedd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8928c9dbbe295b2135ee7e9118855f30fbba95c3f9e665b003bf9f082d085f5c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8928c9dbbe295b2135ee7e9118855f30fbba95c3f9e665b003bf9f082d085f5c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8928c9dbbe295b2135ee7e9118855f30fbba95c3f9e665b003bf9f082d085f5c" + sha256 cellar: :any_skip_relocation, sonoma: "c976931d4a9229817ab6cf9978d0b848ef4ae9bfe24828d93d450cc816021ed7" + sha256 cellar: :any_skip_relocation, ventura: "c976931d4a9229817ab6cf9978d0b848ef4ae9bfe24828d93d450cc816021ed7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02c44d10296dc43b3cdece29857b65c8c232fe3143aece8db8c9f1866afdbf53" end depends_on "go" => :build From b6cf301687f5210ce6f878eb775cd0da94565e92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:17:56 +0000 Subject: [PATCH 01003/10074] slirp4netns: update 1.3.3 bottle. --- Formula/s/slirp4netns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/slirp4netns.rb b/Formula/s/slirp4netns.rb index 7fbfb8e95abf2..7068cae788ff4 100644 --- a/Formula/s/slirp4netns.rb +++ b/Formula/s/slirp4netns.rb @@ -6,8 +6,8 @@ class Slirp4netns < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "89e60e3e27c13237d8445d2751035fc45a39e61190b9a1d9ebe3616ce9e1ccb8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aae20af004ad6c78e0474256666c18b342668c8f7b54d8800968833fbce4861b" + sha256 cellar: :any_skip_relocation, arm64_linux: "dd912bc0ce8018c676baf2ea656ede9e286b4a8022674681f577aaf31ccaf0c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c1499a0137461b131c1f64210a5a2d732b260917d9a1c713342eb52d12bbbf18" end depends_on "autoconf" => :build From 4aec94bbb69d2708f30647e2a2654f8a06cad2ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 10:51:03 +0000 Subject: [PATCH 01004/10074] arcade-learning-environment 0.11.1 --- Formula/a/arcade-learning-environment.rb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Formula/a/arcade-learning-environment.rb b/Formula/a/arcade-learning-environment.rb index 49044570ea326..43639d34bef8e 100644 --- a/Formula/a/arcade-learning-environment.rb +++ b/Formula/a/arcade-learning-environment.rb @@ -3,8 +3,8 @@ class ArcadeLearningEnvironment < Formula desc "Platform for AI research" homepage "https://github.com/Farama-Foundation/Arcade-Learning-Environment" - url "https://github.com/Farama-Foundation/Arcade-Learning-Environment/archive/refs/tags/v0.11.0.tar.gz" - sha256 "300717009d18c784bf4b407f608e269d7c87e40769c277206230011352e65b97" + url "https://github.com/Farama-Foundation/Arcade-Learning-Environment/archive/refs/tags/v0.11.1.tar.gz" + sha256 "2b878ae1b7febb498c7ab5351791c6d9838dc214b4825eec0df1b53b58b6aaa3" license "GPL-2.0-only" head "https://github.com/Farama-Foundation/Arcade-Learning-Environment.git", branch: "master" @@ -69,8 +69,12 @@ def install (buildpath/"src/python/roms").install pwd.glob("ROM/*/*.bin") end - # error: no member named 'signbit' in the global namespace - inreplace "setup.py", "cmake_args = [", "\\0\"-DCMAKE_OSX_SYSROOT=#{MacOS.sdk_path}\"," if OS.mac? + inreplace "setup.py" do |s| + # error: no member named 'signbit' in the global namespace + s.gsub! "cmake_args = [", "\\0\"-DCMAKE_OSX_SYSROOT=#{MacOS.sdk_path}\"," if OS.mac? + # Remove XLA support for now + s.gsub! "-DBUILD_VECTOR_XLA_LIB=ON", "" + end system python3, "-m", "pip", "install", *std_pip_args, "." # Replace vendored `libSDL2` with a symlink to our own. From 2576cdc74b59d3c6b661caca3bef6f018f5c7a0a Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 2 Jun 2025 15:23:17 +0200 Subject: [PATCH 01005/10074] cheapglk 1.0.7 Signed-off-by: botantony --- Formula/c/cheapglk.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/cheapglk.rb b/Formula/c/cheapglk.rb index 499bdf6fed2e9..dd797f5b34fa3 100644 --- a/Formula/c/cheapglk.rb +++ b/Formula/c/cheapglk.rb @@ -1,9 +1,9 @@ class Cheapglk < Formula desc "Extremely minimal Glk library" homepage "https://www.eblong.com/zarf/glk/" - url "https://www.eblong.com/zarf/glk/cheapglk-106.tar.gz" - version "1.0.6" - sha256 "2753562a173b4d03ae2671df2d3c32ab7682efd08b876e7e7624ebdc8bf1510b" + url "https://www.eblong.com/zarf/glk/cheapglk-107.tar.gz" + version "1.0.7" + sha256 "87b9a19d741c71a8d3bffbb0fd7833410672006d3815717c70860e1681043d4c" license "MIT" livecheck do From 457acda437e9383c891b583c58a5349b86d4e27a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:25:31 +0000 Subject: [PATCH 01006/10074] grpc: update 1.72.1 bottle. --- Formula/g/grpc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grpc.rb b/Formula/g/grpc.rb index 9cb209adc2185..1994b34cc8bd5 100644 --- a/Formula/g/grpc.rb +++ b/Formula/g/grpc.rb @@ -19,13 +19,13 @@ class Grpc < Formula end bottle do - sha256 arm64_sequoia: "71fe86a77d05a7368fdd2a1f53867afcc2c64151aba56274d867af273bce1541" - sha256 arm64_sonoma: "c92e09672fc7c0f2da7b00afd690aa593f4b414aae108acbd0649a8ad4f58321" - sha256 arm64_ventura: "7a5d14b5a62d039cf0516ac880f46e547bc689b739e3b5eb09a6cbf642d92fa2" - sha256 cellar: :any, sonoma: "9cfdf66271545a4fd86ae85a196de8485fd52ce6abc4ac39829def4ac4f534ff" - sha256 cellar: :any, ventura: "f6ace4ae0e675e7e7d46816b278c95003b467452c9f3398c769822b78d7dfea5" - sha256 cellar: :any_skip_relocation, arm64_linux: "61cb190cb71aefa2cf1cec922204d6150f8a17a65bd54e74538329632a9b0fc3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db69323ca3a5ad3a1f7e463e313cb2f701e75be9f9c6f4c44f4d826c8354190b" + sha256 arm64_sequoia: "4779a055ef0920fba7c83b9bd24f8821ce3d6a9e1efd06114987c50bb35b0820" + sha256 arm64_sonoma: "fef9f36852782dfaa442b2217334a0d7277f50d44d2a16b32577e58c13ebda99" + sha256 arm64_ventura: "ffc1e49e11b50dd03557e3290ee00537b11b397d12bf1ee1286ef004420ce20d" + sha256 cellar: :any, sonoma: "8ba4540b659b027320af96ee69fa1b0e8024e16b01592bdab55ce45a8ae13773" + sha256 cellar: :any, ventura: "fe52d25dda4f1ee6594918e2b05cb8414448a382ad8eddbb414c6c5708df79af" + sha256 cellar: :any_skip_relocation, arm64_linux: "7caca9c8444d8cf95915243e329bcc3c83c60bd3a5fdaf84ebfd3b2739982c0a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d9b655b16f5d69e5406fcfce770d8965c06127f7935bcf5f7786656600fcb27" end depends_on "autoconf" => :build From 3d0aa10c87136073077a2a78dcf943200024d3b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 2 Jun 2025 15:09:01 +0200 Subject: [PATCH 01007/10074] odin 2025-06 Signed-off-by: botantony --- Formula/o/odin.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/o/odin.rb b/Formula/o/odin.rb index a5fd5ff4cbf41..312b3d7adf9f7 100644 --- a/Formula/o/odin.rb +++ b/Formula/o/odin.rb @@ -2,9 +2,9 @@ class Odin < Formula desc "Programming language with focus on simplicity, performance and modern systems" homepage "https://odin-lang.org/" url "https://github.com/odin-lang/Odin.git", - tag: "dev-2025-04", - revision: "d9f990d42e2a1bccf3e7be8ba02efa6504e9af9b" - version "2025-04" + tag: "dev-2025-06", + revision: "cd1f66e85c22b019adf53835f5d24231cb071e6d" + version "2025-06" license "BSD-3-Clause" head "https://github.com/odin-lang/Odin.git", branch: "master" @@ -30,6 +30,7 @@ class Odin < Formula def install llvm = deps.map(&:to_formula).find { |f| f.name.match?(/^llvm(@\d+(\.\d+)*)?$/) } + ENV.llvm_clang if OS.linux? ENV["LLVM_CONFIG"] = (llvm.opt_bin/"llvm-config").to_s ENV.append "LDFLAGS", "-Wl,-rpath,#{llvm.opt_lib}" if OS.linux? From 5dbde4c61e3a7706a38600e18b96aebc06a20c9d Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 2 Jun 2025 15:39:22 +0200 Subject: [PATCH 01008/10074] dcfldd 1.9.3 Signed-off-by: botantony --- Formula/d/dcfldd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dcfldd.rb b/Formula/d/dcfldd.rb index be70d6ebed33a..4234608753510 100644 --- a/Formula/d/dcfldd.rb +++ b/Formula/d/dcfldd.rb @@ -1,8 +1,8 @@ class Dcfldd < Formula desc "Enhanced version of dd for forensics and security" homepage "https://github.com/resurrecting-open-source-projects/dcfldd" - url "https://github.com/resurrecting-open-source-projects/dcfldd/archive/refs/tags/v1.9.2.tar.gz" - sha256 "52468122e915273eaffde94cb0b962adaefe260b8af74e98e1282e2177f01194" + url "https://github.com/resurrecting-open-source-projects/dcfldd/archive/refs/tags/v1.9.3.tar.gz" + sha256 "e5813e97bbc8f498f034f5e05178489c1be86de015e8da838de59f90f68491e7" license "GPL-2.0-or-later" bottle do From 61ea2066f37b7ab0f2ff8594fdb6ea536797fb2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:52:20 +0000 Subject: [PATCH 01009/10074] aqtinstall 3.3.0 --- Formula/a/aqtinstall.rb | 56 ++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/Formula/a/aqtinstall.rb b/Formula/a/aqtinstall.rb index 5da11602c4616..2c319e6ba08d9 100644 --- a/Formula/a/aqtinstall.rb +++ b/Formula/a/aqtinstall.rb @@ -3,8 +3,8 @@ class Aqtinstall < Formula desc "Another unofficial Qt installer" homepage "https://github.com/miurahr/aqtinstall" - url "https://files.pythonhosted.org/packages/de/c6/4e122b226120407b76b473433b24a7628853ce4c4405ed3d56d52f8e6a9e/aqtinstall-3.2.1.tar.gz" - sha256 "80005d4f8eebd50487a87fec2de4d4f808bb72fc923026eef9e3575795f801bf" + url "https://files.pythonhosted.org/packages/76/19/24a588de6c25d43169d172dab47e63a63cd0d8f90e98cf86487acbf00ac7/aqtinstall-3.3.0.tar.gz" + sha256 "9c7d85fbe7258be2d7d23fda33f8aff2e8b7536817255eaeaaf4226da8546a31" license "MIT" bottle do @@ -20,8 +20,8 @@ class Aqtinstall < Formula depends_on "python@3.13" resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/f0/3c/adaf39ce1fb4afdd21b611e3d530b183bb7759c9b673d60db0e347fd4439/beautifulsoup4-4.13.3.tar.gz" - sha256 "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "brotli" do @@ -35,13 +35,13 @@ class Aqtinstall < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/1c/ab/c9f1e32b7b1bf505bf26f0ef697775960db7932abeb7b516de930ba2705f/certifi-2025.1.31.tar.gz" - sha256 "3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651" + url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" + sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "defusedxml" do @@ -50,8 +50,8 @@ class Aqtinstall < Formula end resource "humanize" do - url "https://files.pythonhosted.org/packages/5b/8c/4f2f0784d08a383b5de3d3b1d65a6f204cc5dc487621c91c550388d756af/humanize-4.12.1.tar.gz" - sha256 "1338ba97415c96556758a6e2f65977ed406dddf4620d4c6db9bbdfd07f0f1232" + url "https://files.pythonhosted.org/packages/22/d1/bbc4d251187a43f69844f7fd8941426549bbe4723e8ff0a7441796b0789f/humanize-4.12.3.tar.gz" + sha256 "8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0" end resource "idna" do @@ -60,8 +60,8 @@ class Aqtinstall < Formula end resource "inflate64" do - url "https://files.pythonhosted.org/packages/dd/8c/3a7ac7e1931bd1bca5f8e3687f7611083f6a79aae02b9cd6b7ce1fb4a8d0/inflate64-1.0.1.tar.gz" - sha256 "3b1c83c22651b5942b35829df526e89602e494192bf021e0d7d0b600e76c429d" + url "https://files.pythonhosted.org/packages/e3/a7/974e6daa6c353cf080b540c18f11840e81b36d18106963a0a857b1fc2adf/inflate64-1.0.3.tar.gz" + sha256 "a89edd416c36eda0c3a5d32f31ff1555db2c5a3884aa8df95e8679f8203e12ee" end resource "multivolumefile" do @@ -80,28 +80,28 @@ class Aqtinstall < Formula end resource "py7zr" do - url "https://files.pythonhosted.org/packages/26/c3/0e05c711c16af0b9c47f3f77323303b338b9a871ba020d95d2b8dd6605ae/py7zr-0.22.0.tar.gz" - sha256 "c6c7aea5913535184003b73938490f9a4d8418598e533f9ca991d3b8e45a139e" + url "https://files.pythonhosted.org/packages/97/62/d6f18967875aa60182198a0dd287d3a50d8aea1d844239ea00c016f7be88/py7zr-1.0.0.tar.gz" + sha256 "f6bfee81637c9032f6a9f0eb045a4bfc7a7ff4138becfc42d7cb89b54ffbfef1" end resource "pybcj" do - url "https://files.pythonhosted.org/packages/bf/69/3f4ce9d4c79f6ddf6bf60af873f65605123a0e8cd13159f8531a9cb81710/pybcj-1.0.3.tar.gz" - sha256 "b8873637f0be00ceaa372d0fb81693604b4bbc8decdb2b1ae5f9b84d196788d9" + url "https://files.pythonhosted.org/packages/ce/75/bbcf098abf68081fa27c09d642790daa99d9156132c8b0893e3fecd946ab/pybcj-1.0.6.tar.gz" + sha256 "70bbe2dc185993351955bfe8f61395038f96f5de92bb3a436acb01505781f8f2" end resource "pycryptodomex" do - url "https://files.pythonhosted.org/packages/ba/d5/861a7daada160fcf6b0393fb741eeb0d0910b039ad7f0cd56c39afdd4a20/pycryptodomex-3.22.0.tar.gz" - sha256 "a1da61bacc22f93a91cbe690e3eb2022a03ab4123690ab16c46abb693a9df63d" + url "https://files.pythonhosted.org/packages/c9/85/e24bf90972a30b0fcd16c73009add1d7d7cd9140c2498a68252028899e41/pycryptodomex-3.23.0.tar.gz" + sha256 "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da" end resource "pyppmd" do - url "https://files.pythonhosted.org/packages/42/8e/06581a619ad31cd28fd897bd55aff2ea945d3d566969b8b3f682599e6dee/pyppmd-1.1.1.tar.gz" - sha256 "f1a812f1e7628f4c26d05de340b91b72165d7b62778c27d322b82ce2e8ff00cb" + url "https://files.pythonhosted.org/packages/f6/d7/b3084ff1ac6451ef7dd93d4f7627eeb121a3bed4f8a573a81978a43ddb06/pyppmd-1.2.0.tar.gz" + sha256 "cc04af92f1d26831ec96963439dfb27c96467b5452b94436a6af696649a121fd" end resource "pyzstd" do - url "https://files.pythonhosted.org/packages/62/14/878fee4072cecb1cc6e061c7d0d933e481389c27de939538c9cc3f18894a/pyzstd-0.16.2.tar.gz" - sha256 "179c1a2ea1565abf09c5f2fd72f9ce7c54b2764cf7369e05c0bfd8f1f67f63d2" + url "https://files.pythonhosted.org/packages/8f/a2/54d860ccbd07e3c67e4d0321d1c29fc7963ac82cf801a078debfc4ef7c15/pyzstd-0.17.0.tar.gz" + sha256 "d84271f8baa66c419204c1dd115a4dec8b266f8a2921da21b81764fa208c1db6" end resource "requests" do @@ -115,8 +115,8 @@ class Aqtinstall < Formula end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" end resource "texttable" do @@ -125,13 +125,13 @@ class Aqtinstall < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" + sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 1bd8c197551ea3c038231909964ba713d7834658 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:53:18 +0000 Subject: [PATCH 01010/10074] balena-cli 22.0.6 --- Formula/b/balena-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index 2dfb656c96eff..89d7d6bb47d4b 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -1,8 +1,8 @@ class BalenaCli < Formula desc "Command-line tool for interacting with the balenaCloud and balena API" homepage "https://docs.balena.io/reference/balena-cli/latest/" - url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.0.5.tgz" - sha256 "5d3db3b356ec2345ff194ecbd4b485cb64c10b5e1e188ea78bc3fdbb60175f16" + url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.0.6.tgz" + sha256 "375f0478d22d235b7b15190dd4b3c60b459b9c118ee709bcd9493d55eefa570d" license "Apache-2.0" livecheck do From 3b1e088e7e34551b2ae729dd1a4767e916766f90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:53:59 +0000 Subject: [PATCH 01011/10074] bluez 5.83 --- Formula/b/bluez.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bluez.rb b/Formula/b/bluez.rb index 49034cf202d3d..6bb70e50d2929 100644 --- a/Formula/b/bluez.rb +++ b/Formula/b/bluez.rb @@ -1,8 +1,8 @@ class Bluez < Formula desc "Bluetooth protocol stack for Linux" homepage "https://www.bluez.org" - url "https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.82.tar.xz" - sha256 "0739fa608a837967ee6d5572b43fb89946a938d1c6c26127158aaefd743a790b" + url "https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.83.tar.xz" + sha256 "108522d909d220581399bfec93daab62035539ceef3dda3e79970785c63bd24c" license "GPL-2.0-or-later" livecheck do From 06649e8c66feefa909d22ed524cc71fad2747254 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:55:30 +0000 Subject: [PATCH 01012/10074] chart-releaser 1.8.1 --- Formula/c/chart-releaser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chart-releaser.rb b/Formula/c/chart-releaser.rb index eabb233dcf44a..6a821c2bb643c 100644 --- a/Formula/c/chart-releaser.rb +++ b/Formula/c/chart-releaser.rb @@ -1,8 +1,8 @@ class ChartReleaser < Formula desc "Hosting Helm Charts via GitHub Pages and Releases" homepage "https://github.com/helm/chart-releaser/" - url "https://github.com/helm/chart-releaser/archive/refs/tags/v1.7.0.tar.gz" - sha256 "de29b9f4f62145a08e55fd74ca1068fb8db61432aa39b84b3b3314f1d0846d5a" + url "https://github.com/helm/chart-releaser/archive/refs/tags/v1.8.1.tar.gz" + sha256 "288fd5a6c6b761312103f499a0e6a797f5ca11ae903f5ab88a6557712b962715" license "Apache-2.0" head "https://github.com/helm/chart-releaser.git", branch: "main" From 4a5c5e279f06523b5ef9390cf84bd762e3e26482 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:57:12 +0000 Subject: [PATCH 01013/10074] cubejs-cli 1.3.19 --- Formula/c/cubejs-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index d7f1eff2d4e59..0f9ed73a40299 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -1,8 +1,8 @@ class CubejsCli < Formula desc "Cube.js command-line interface" homepage "https://cube.dev/" - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.18.tgz" - sha256 "6ebcac97fe6e0dd8b1aa0e340f8c092ec08ceec4489b23b1a64c8a98be6916fc" + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.19.tgz" + sha256 "53baa387abe53bfa80fd875ceb2001372bdcd9f1278b2f5e266de22e5bab4286" license "Apache-2.0" bottle do From a0d8a5d9ec4f62b1f03d2321bdbe0192e2683ddd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:01:03 +0000 Subject: [PATCH 01014/10074] git-cliff 2.9.0 --- Formula/g/git-cliff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-cliff.rb b/Formula/g/git-cliff.rb index acfb94d65ed70..015290a7c54ae 100644 --- a/Formula/g/git-cliff.rb +++ b/Formula/g/git-cliff.rb @@ -1,8 +1,8 @@ class GitCliff < Formula desc "Highly customizable changelog generator" homepage "https://git-cliff.org/" - url "https://github.com/orhun/git-cliff/archive/refs/tags/v2.8.0.tar.gz" - sha256 "dfcf7b7d903c6479e58c8e7594364d67ce59e3e50351b3277eb33482a783418d" + url "https://github.com/orhun/git-cliff/archive/refs/tags/v2.9.0.tar.gz" + sha256 "449006d575e547fac9aae06d7246e51dd2d91f77dbfc42f7c99e32d742e46876" license all_of: ["Apache-2.0", "MIT"] bottle do From c06951608711c370b3e41e3d06100dfd22fbd415 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:01:07 +0000 Subject: [PATCH 01015/10074] cheapglk: update 1.0.7 bottle. --- Formula/c/cheapglk.rb | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/Formula/c/cheapglk.rb b/Formula/c/cheapglk.rb index dd797f5b34fa3..d858d327a199b 100644 --- a/Formula/c/cheapglk.rb +++ b/Formula/c/cheapglk.rb @@ -12,22 +12,13 @@ class Cheapglk < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "06c024dbe07b8308e89bb36c08b5de6013ba39ce41cc49446894032ab58b4caa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0650047fb219451a53de59e89821939cf571d8c0ba9227e48c22f0112b3c0f1c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "46c6748a4f62fe0b8f62a0f0a8ed01351b3057624bb0bf4a62edb51575e631dd" - sha256 cellar: :any_skip_relocation, arm64_monterey: "7f34227be66c2d76ee900dd6cfcbe1263bab3c706ef05b348314944711bc1de4" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "73f43be61554255b8b1bb6f2e185b567eca2c868f0c65ddf8a53020fddd8e35a" - sha256 cellar: :any_skip_relocation, sonoma: "b01e82e79b66c1d902ce76a51b4848e088e0ead6a1f5ca21717e7d3026356bc4" - sha256 cellar: :any_skip_relocation, ventura: "b7c1ecbddaa051401144361b5231f77990f7862be8618de1d711493c32aac368" - sha256 cellar: :any_skip_relocation, monterey: "16e6658829ca0f23ea49cfcdbee978c19e61b9eb1adfa26b5ffae7bb9c07f688" - sha256 cellar: :any_skip_relocation, big_sur: "9b3b09b201d58788157377de21147fc1dab74635912c3592626e9575905d9061" - sha256 cellar: :any_skip_relocation, catalina: "91d3c4e89b0750585d52206bf25054eb2db72af798e0d4e1c33021177b92ae13" - sha256 cellar: :any_skip_relocation, mojave: "d57b00a86e3d1c76f43d8f034c1dfe77d23da3d34637449040fdedd21f6a4a63" - sha256 cellar: :any_skip_relocation, high_sierra: "47c6f59d902a306b30c6255f65fd7626e32d5c39800fd80daeada852e95994f2" - sha256 cellar: :any_skip_relocation, sierra: "d76d29db8ea0201fcef949e02cbddb1c06311dece796a263192ffef487a3aa2c" - sha256 cellar: :any_skip_relocation, el_capitan: "497a5399738c026d318d3213b764f20fb80ccea94181919fad2e80eb75086055" - sha256 cellar: :any_skip_relocation, arm64_linux: "974eb82901452583a12e12149b6691d5925426d35204fb5a7ea82f5fbecf7cbd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "af305413ea03f3b67064c61be1f26be3860370d87e774d4fc6c014ca66cdd380" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5600c759374d421d057d4901d84f12c4a0526ef88c23d6d838b699eb409a6c9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "796c71e7b1eb29c4bbf1702e4a10d2f8ec25dd66d987ad7a570a8cfb1841db06" + sha256 cellar: :any_skip_relocation, arm64_ventura: "baf814604181f0dcaf9105bd843e5dc6583bd13f1a4cefe21145d8c98218dff2" + sha256 cellar: :any_skip_relocation, sonoma: "5a18e98d351775e2419fa5a15484bdcadad75fc7861518fd4069900c14117b8d" + sha256 cellar: :any_skip_relocation, ventura: "fe810d9b9aa201d3a740860c1433858f84965b6ce5ac5ca9b448c4f982e1d382" + sha256 cellar: :any_skip_relocation, arm64_linux: "18c73a83fb777146fd406d1f6da79a8cf3eb530d271eecd761e0c881233cefde" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70161bfc4d712eed8c06bc1542de58ac63726e196b5a2cf22ea449f8a627e089" end keg_only "it conflicts with other Glk libraries" From ad83ac0c3f2448a7198267a1861f78b1c3ae5d2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:01:17 +0000 Subject: [PATCH 01016/10074] dcfldd: update 1.9.3 bottle. --- Formula/d/dcfldd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dcfldd.rb b/Formula/d/dcfldd.rb index 4234608753510..6404c7edfa08e 100644 --- a/Formula/d/dcfldd.rb +++ b/Formula/d/dcfldd.rb @@ -6,13 +6,13 @@ class Dcfldd < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e637feaefa3854ecdd910334ae5da97d68614e8e29a369fa93f6aaab9329a173" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1fb762dc8ff64b3829c069c5d65b33af13b1f0610bcdcaa8d6fa2de18d6e28dc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "209e4325ac641238a6be2c411e9d964a0f4efbb87cf5b69ffcfdd0efbf7ef523" - sha256 cellar: :any_skip_relocation, sonoma: "a0ab38a209df9b31c0f6a4a9212fa29f42569a47337046bef83c2e91121b3e23" - sha256 cellar: :any_skip_relocation, ventura: "3a087faea51f503a26ec7376b5955be58489380439b83ef554ab8c3be8669529" - sha256 cellar: :any_skip_relocation, arm64_linux: "5c400bc4961787061faada1c125e0dc6c5e2fe8f0ba1604f4e87d591489ce5b5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "74daa691d054382c0173e9d0942a6ab7a91ce53a1f222c6297c2b9849a1d38b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "27d926c612143e59fa534f10bf44f138501302ab3d7a5990c46ee4c43a66aaae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3111fcd6917b2ac2b3d6d9076c2dcb144a97c1887e15f982ffd3d36e9d90c4e5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "03d0c6c64483793ba34e2a79dd3dfd73753df1cfbf66995c517c7290a752c2c9" + sha256 cellar: :any_skip_relocation, sonoma: "7b4bf86232cb89e6da8244cc8cf38f4cc075636792c8f5f52f19a424ac315c9d" + sha256 cellar: :any_skip_relocation, ventura: "c89731f9220e739bc26473f6e17adbb3246cf93dfe9835b77a96552edfb9994b" + sha256 cellar: :any_skip_relocation, arm64_linux: "f82b6d7c901bd91e1425a1a135656959b45485a8f79d38c805a7991726e13a58" + sha256 cellar: :any_skip_relocation, x86_64_linux: "44661f718a486d0d5bcc1b024d830cd7e72c4621577bb6d40d032b68a641f510" end depends_on "autoconf" => :build From 1417b59a76ea24704a0001ff1ddb80c4b7ef8187 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:01:32 +0000 Subject: [PATCH 01017/10074] gleam 1.11.0 --- Formula/g/gleam.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gleam.rb b/Formula/g/gleam.rb index ea1e7b6719990..04ec9c3133624 100644 --- a/Formula/g/gleam.rb +++ b/Formula/g/gleam.rb @@ -1,8 +1,8 @@ class Gleam < Formula desc "Statically typed language for the Erlang VM" homepage "https://gleam.run" - url "https://github.com/gleam-lang/gleam/archive/refs/tags/v1.10.0.tar.gz" - sha256 "4661bebc010209c5c3d180a8f7ad6c16b596655acf74bf459d3baf81af8589d5" + url "https://github.com/gleam-lang/gleam/archive/refs/tags/v1.11.0.tar.gz" + sha256 "92141dd13b8dbe279abb3b3ef89ee15e7a960a17b2da18e9a7d079f1552e47a7" license "Apache-2.0" head "https://github.com/gleam-lang/gleam.git", branch: "main" From 89c270dbcc05d9b46739e2d65df3ac4e6974e06d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:02:51 +0000 Subject: [PATCH 01018/10074] helm 3.18.2 --- Formula/h/helm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helm.rb b/Formula/h/helm.rb index 1b4323c35fed9..b7ba74aeb2fb1 100644 --- a/Formula/h/helm.rb +++ b/Formula/h/helm.rb @@ -2,8 +2,8 @@ class Helm < Formula desc "Kubernetes package manager" homepage "https://helm.sh/" url "https://github.com/helm/helm.git", - tag: "v3.18.1", - revision: "f6f8700a539c18101509434f3b59e6a21402a1b2" + tag: "v3.18.2", + revision: "04cad4610054e5d546aa5c5d9c1b1d5cf68ec1f8" license "Apache-2.0" head "https://github.com/helm/helm.git", branch: "main" From 93396ebfdb888cb4319e2c5ecd51a8ff37e42d9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:06:46 +0000 Subject: [PATCH 01019/10074] libvirt 11.4.0 --- Formula/lib/libvirt.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/lib/libvirt.rb b/Formula/lib/libvirt.rb index 6a64eb0630771..f45bad6ae8515 100644 --- a/Formula/lib/libvirt.rb +++ b/Formula/lib/libvirt.rb @@ -1,10 +1,9 @@ class Libvirt < Formula desc "C virtualization API" homepage "https://libvirt.org/" - url "https://download.libvirt.org/libvirt-11.3.0.tar.xz" - sha256 "6bcb0c42c4580436fea262ced56f68a6afe20f7390b1bea2116718cc034a0283" + url "https://download.libvirt.org/libvirt-11.4.0.tar.xz" + sha256 "e10059efc655532b0cfe44d961c87c5a56e45393cc7bd343bd3348b40d73b267" license all_of: ["LGPL-2.1-or-later", "GPL-2.0-or-later"] - revision 2 head "https://gitlab.com/libvirt/libvirt.git", branch: "master" livecheck do From 065a6a499326a0094c2a60a24b92f5de55ee62c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:06:57 +0000 Subject: [PATCH 01020/10074] libvirt-python 11.4.0 --- Formula/lib/libvirt-python.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libvirt-python.rb b/Formula/lib/libvirt-python.rb index a122707e8b5f2..b4c6f6770d06b 100644 --- a/Formula/lib/libvirt-python.rb +++ b/Formula/lib/libvirt-python.rb @@ -1,8 +1,8 @@ class LibvirtPython < Formula desc "Libvirt virtualization API python binding" homepage "https://www.libvirt.org/" - url "https://download.libvirt.org/python/libvirt-python-11.3.0.tar.gz" - sha256 "4cd31e625e8fefbbe168faedb38cb7fa2da3fa7394326eed29dc46e7ca511979" + url "https://download.libvirt.org/python/libvirt-python-11.4.0.tar.gz" + sha256 "7335de498e3fdb2c96f68ee4065d44ab0404b79923d6316819a4b5f963f80125" license "LGPL-2.1-or-later" livecheck do From a157618ae1e3214cc8fd3d0dfcbcd946eb93082a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:07:53 +0000 Subject: [PATCH 01021/10074] manticoresearch 9.8.0 --- Formula/m/manticoresearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index 30aadf9db5c24..d9ffc088b408c 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -1,8 +1,8 @@ class Manticoresearch < Formula desc "Open source text search engine" homepage "https://manticoresearch.com" - url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/9.7.2.tar.gz" - sha256 "3b2c196df3e5ac24e59a5815752d6e5b1317413b6292af0d4b5673433a8c6d41" + url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/9.8.0.tar.gz" + sha256 "07c8ade6a15e94e366822fb20fc34d2fd09cf358d511d746c969c503107638b1" license all_of: [ "GPL-3.0-or-later", "GPL-2.0-only", # wsrep From b89c352331ce522cb2fbecbeaa16ecf7edbc94c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:12:56 +0000 Subject: [PATCH 01022/10074] pnpm 10.11.1 --- Formula/p/pnpm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index 555a55d2f1199..694fc741fa9d8 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -1,8 +1,8 @@ class Pnpm < Formula desc "Fast, disk space efficient package manager" homepage "https://pnpm.io/" - url "https://registry.npmjs.org/pnpm/-/pnpm-10.11.0.tgz" - sha256 "a69e9cb077da419d47d18f1dd52e207245b29cac6e076acedbeb8be3b1a67bd7" + url "https://registry.npmjs.org/pnpm/-/pnpm-10.11.1.tgz" + sha256 "211e9990148495c9fc30b7e58396f7eeda83d9243eb75407ea4f8650fb161f7c" license "MIT" livecheck do From cdee74d95c4f4a4ff3b69f2206c499a56ca58cfe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:13:14 +0000 Subject: [PATCH 01023/10074] poutine 0.18.0 --- Formula/p/poutine.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/poutine.rb b/Formula/p/poutine.rb index 9ef0720ddee34..c8d4362f5a2a6 100644 --- a/Formula/p/poutine.rb +++ b/Formula/p/poutine.rb @@ -1,8 +1,8 @@ class Poutine < Formula desc "Security scanner that detects vulnerabilities in build pipelines" homepage "https://boostsecurityio.github.io/poutine/" - url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.17.0.tar.gz" - sha256 "6d98171b2c4100d2677c219258fcd1c00b6ef184f9cb5994e0cacb3a0ac30b47" + url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.18.0.tar.gz" + sha256 "3a3c7df89659da4679681c59a1ed96863f99ef2a434422090cdee21e09ba1cb9" license "Apache-2.0" head "https://github.com/boostsecurityio/poutine.git", branch: "main" From 57fb04f92123040b8805f5e12df1adeb6784a999 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:14:47 +0000 Subject: [PATCH 01024/10074] prowler 5.7.2 --- Formula/p/prowler.rb | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Formula/p/prowler.rb b/Formula/p/prowler.rb index 03aba381d2f9e..0d5ab9031a3fc 100644 --- a/Formula/p/prowler.rb +++ b/Formula/p/prowler.rb @@ -3,8 +3,8 @@ class Prowler < Formula desc "Tool for cloud security assessments, audits, incident response, and more" homepage "https://prowler.com/" - url "https://files.pythonhosted.org/packages/0b/05/5a9db9a7be643b6b13e878967252e5ae083f09f1f6749530d2ea973b4e36/prowler-5.7.1.tar.gz" - sha256 "0354ba6955aed8d5ce7f589c73906a7d5796c0dddb02e469fc89304c1b9022dd" + url "https://files.pythonhosted.org/packages/31/f9/0f1d249543074692b49d3c43951a00676ab4ed0068909fd287e6f1b11fe8/prowler-5.7.2.tar.gz" + sha256 "930f62526ecbd7719dcfa3116abc8934762d3c5b0d990a0b344c1c9de7aa5623" license "Apache-2.0" bottle do @@ -43,8 +43,8 @@ class Prowler < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/63/e7/fa1a8c00e2c54b05dc8cb5d1439f627f7c267874e3f7bb047146116020f9/aiohttp-3.11.18.tar.gz" - sha256 "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a" + url "https://files.pythonhosted.org/packages/23/28/2d96dffe4deb40faa7f5615b4aa96c87528e65837d8cb5385da4aecf1c07/aiohttp-3.12.6.tar.gz" + sha256 "37b1c6034a1e14764adad1829cd710543b1699d7985e1d336f0aa52a2dd76ba9" end resource "aiosignal" do @@ -303,8 +303,8 @@ class Prowler < Formula end resource "google-auth" do - url "https://files.pythonhosted.org/packages/94/a5/38c21d0e731bb716cffcf987bd9a3555cb95877ab4b616cfb96939933f20/google_auth-2.40.1.tar.gz" - sha256 "58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540" + url "https://files.pythonhosted.org/packages/66/84/f67f53c505a6b2c5da05c988e2a5483f5ba9eee4b1841d2e3ff22f547cd5/google_auth-2.40.2.tar.gz" + sha256 "a33cde547a2134273226fa4b853883559947ebe9207521f7afc707efbf690f58" end resource "google-auth-httplib2" do @@ -473,8 +473,8 @@ class Prowler < Formula end resource "narwhals" do - url "https://files.pythonhosted.org/packages/f0/57/283881d06788c2fddd05eb7f0d6c82c5116d2827e83b845c796c74417c56/narwhals-1.40.0.tar.gz" - sha256 "17064abffd264ea1cfe6aefc8a0080f3a4ffb3659a98bcad5456ca80b88f2a0a" + url "https://files.pythonhosted.org/packages/32/fc/7b9a3689911662be59889b1b0b40e17d5dba6f98080994d86ca1f3154d41/narwhals-1.41.0.tar.gz" + sha256 "0ab2e5a1757a19b071e37ca74b53b0b5426789321d68939738337dfddea629b5" end resource "nest-asyncio" do @@ -513,8 +513,8 @@ class Prowler < Formula end resource "plotly" do - url "https://files.pythonhosted.org/packages/8a/7c/f396bc817975252afbe7af102ce09cd12ac40a8e90b8699a857d1b15c8a3/plotly-6.1.1.tar.gz" - sha256 "84a4f3d36655f1328fa3155377c7e8a9533196697d5b79a4bc5e905bdd09a433" + url "https://files.pythonhosted.org/packages/ae/77/431447616eda6a432dc3ce541b3f808ecb8803ea3d4ab2573b67f8eb4208/plotly-6.1.2.tar.gz" + sha256 "4fdaa228926ba3e3a213f4d1713287e69dcad1a7e66cf2025bd7d7026d5014b4" end resource "propcache" do @@ -528,8 +528,8 @@ class Prowler < Formula end resource "protobuf" do - url "https://files.pythonhosted.org/packages/13/48/718c1e104a2e89970a8ff3b06d87e152834b576c570a6908f8c17ba88d65/protobuf-6.31.0.tar.gz" - sha256 "314fab1a6a316469dc2dd46f993cbbe95c861ea6807da910becfe7475bc26ffe" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "py-ocsf-models" do @@ -633,8 +633,8 @@ class Prowler < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "shodan" do @@ -723,8 +723,8 @@ class Prowler < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz" + sha256 "dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5" end def install From f5d98d66feaed064b8a13d2b1cc1e73164afbbe3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:16:13 +0000 Subject: [PATCH 01025/10074] retire 5.2.7 --- Formula/r/retire.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/retire.rb b/Formula/r/retire.rb index 65e82433aeff1..cee3cba2dcee3 100644 --- a/Formula/r/retire.rb +++ b/Formula/r/retire.rb @@ -1,8 +1,8 @@ class Retire < Formula desc "Scanner detecting the use of JavaScript libraries with known vulnerabilities" homepage "https://retirejs.github.io/retire.js/" - url "https://registry.npmjs.org/retire/-/retire-5.2.6.tgz" - sha256 "d0403aeff13610ea499326813a043b789c72c680f8825c08cab961e7103f0008" + url "https://registry.npmjs.org/retire/-/retire-5.2.7.tgz" + sha256 "26d3361e0931f028acb0c4ef0f485a15af29c6a86136add471eb6fd7859b3e92" license "Apache-2.0" bottle do From f8d190e1c3d48b320e77f2c3d31f6745d21c8b13 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:20:44 +0000 Subject: [PATCH 01026/10074] testkube 2.1.155 --- Formula/t/testkube.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index e08f1fa1ec2e4..12e2f929b0e21 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -1,8 +1,8 @@ class Testkube < Formula desc "Kubernetes-native framework for test definition and execution" homepage "https://testkube.io" - url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.154.tar.gz" - sha256 "50dfbf06c3691c4609211441bda2f470d3c4b999b85beb547c706e66ba8012d4" + url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.155.tar.gz" + sha256 "b9b80e3bbda200fa1033d29f98e6aa837c6a6ebcfd23ffbdd7fb51c2901988e4" license "MIT" head "https://github.com/kubeshop/testkube.git", branch: "main" From 3fb0d17c6b071ed8730e0b86ebbf0f51dff73c61 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 2 Jun 2025 17:10:59 +0200 Subject: [PATCH 01027/10074] logcheck 1.4.5 Signed-off-by: botantony --- Formula/l/logcheck.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/logcheck.rb b/Formula/l/logcheck.rb index 93ffb6561c23a..40e199525c5a0 100644 --- a/Formula/l/logcheck.rb +++ b/Formula/l/logcheck.rb @@ -1,8 +1,8 @@ class Logcheck < Formula desc "Mail anomalies in the system logfiles to the administrator" homepage "https://packages.debian.org/sid/logcheck" - url "https://deb.debian.org/debian/pool/main/l/logcheck/logcheck_1.4.4.tar.xz" - sha256 "d40e1a92707e19581cdc5f1596a56d26396f18b061612e84fb0fbd957bc03864" + url "https://deb.debian.org/debian/pool/main/l/logcheck/logcheck_1.4.5.tar.xz" + sha256 "7a75311d85617620d02cc027427463c7f9af2041e02fc93f5bc25d6ba3ccadf1" license "GPL-2.0-only" livecheck do From 63428ad18c73d73b9d79723936bfb1b51b6f1c13 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 2 Jun 2025 17:14:58 +0200 Subject: [PATCH 01028/10074] seqtk 1.5 Signed-off-by: botantony --- Formula/s/seqtk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/seqtk.rb b/Formula/s/seqtk.rb index 33d4991a36903..3e0038b2a467e 100644 --- a/Formula/s/seqtk.rb +++ b/Formula/s/seqtk.rb @@ -1,8 +1,8 @@ class Seqtk < Formula desc "Toolkit for processing sequences in FASTA/Q formats" homepage "https://github.com/lh3/seqtk" - url "https://github.com/lh3/seqtk/archive/refs/tags/v1.4.tar.gz" - sha256 "d124604ec24f29ed14ce127426ab90e0f3a2c0280c80d1a3ff8b1c09feede19c" + url "https://github.com/lh3/seqtk/archive/refs/tags/v1.5.tar.gz" + sha256 "384aa1e3cecf4f70403839d586cbb29d469b7c6f773a64bc5af48a6e4b8220a6" license "MIT" bottle do From 1c3118b576e32858f70f378afedb6bf710390772 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:26:18 +0000 Subject: [PATCH 01029/10074] pnpm: update 10.11.1 bottle. --- Formula/p/pnpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index 694fc741fa9d8..fff063d383d6e 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -13,13 +13,13 @@ class Pnpm < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "991ed869cc2b766673e5cf015c60d4a7a02f15ab5cb5751080c9cbe19f6c05ba" - sha256 cellar: :any, arm64_sonoma: "991ed869cc2b766673e5cf015c60d4a7a02f15ab5cb5751080c9cbe19f6c05ba" - sha256 cellar: :any, arm64_ventura: "991ed869cc2b766673e5cf015c60d4a7a02f15ab5cb5751080c9cbe19f6c05ba" - sha256 cellar: :any, sonoma: "bb8ea180f59e9c1c54daa31fd13fdd25d1236440d6861af734214891f77dcc97" - sha256 cellar: :any, ventura: "bb8ea180f59e9c1c54daa31fd13fdd25d1236440d6861af734214891f77dcc97" - sha256 cellar: :any_skip_relocation, arm64_linux: "885044cafbac9751c1c356228f291f0004bc30947a223823b61e3cedc581c3e1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "885044cafbac9751c1c356228f291f0004bc30947a223823b61e3cedc581c3e1" + sha256 cellar: :any, arm64_sequoia: "c5d28430540ddaf80a867f5d21da6fb12c0b81413070b9ecead045584d1aa23b" + sha256 cellar: :any, arm64_sonoma: "c5d28430540ddaf80a867f5d21da6fb12c0b81413070b9ecead045584d1aa23b" + sha256 cellar: :any, arm64_ventura: "c5d28430540ddaf80a867f5d21da6fb12c0b81413070b9ecead045584d1aa23b" + sha256 cellar: :any, sonoma: "b6518c992901ef55534c6fb24d7d9a0897272df7951e1efd195f6bbda48693ca" + sha256 cellar: :any, ventura: "b6518c992901ef55534c6fb24d7d9a0897272df7951e1efd195f6bbda48693ca" + sha256 cellar: :any_skip_relocation, arm64_linux: "9a04e2afaac80cc96e414e546310c45bc99c86672bdf6992b5e93515bb64b797" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a04e2afaac80cc96e414e546310c45bc99c86672bdf6992b5e93515bb64b797" end depends_on "node" => [:build, :test] From 55d2d7f766c8a5215359a366f64d97d41128b9bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:26:36 +0000 Subject: [PATCH 01030/10074] poutine: update 0.18.0 bottle. --- Formula/p/poutine.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/poutine.rb b/Formula/p/poutine.rb index c8d4362f5a2a6..3ce84514995e2 100644 --- a/Formula/p/poutine.rb +++ b/Formula/p/poutine.rb @@ -7,12 +7,12 @@ class Poutine < Formula head "https://github.com/boostsecurityio/poutine.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a68b0e4d2eb59afbf494b16aa9924e7b8e84d385ec63eb842dc0a400b984491" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "40314a9f7b10a379035b65cbd619f5647deac536e39fe6c98eb77e77514ea635" - sha256 cellar: :any_skip_relocation, arm64_ventura: "83e057f632d96a7e3ccc2f2ec6576c0f7c01fa9920f44770494c5387daedcfd8" - sha256 cellar: :any_skip_relocation, sonoma: "edf15bb654cf74c0fea4ec087fa930a9ce81ae0f3b6f05f691e7fc960de88aec" - sha256 cellar: :any_skip_relocation, ventura: "a77e2d668fd598fb00138d3a04a82c3a9e41cb65bb5e3d50121863d7a577bdfe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e043de17490b9eb9b7f7b785fd423ee0ee8115378056c8e76bb2a98f53c86db7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "da3b785575f2fc64e9e79f8d7220ca7b8c679e6c9e63f3ec3d7f22f154621566" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aff442b64f3646b52d85aef3ccaeb323643b3a2ecc2c70838982daae35a2452f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e3a208a618f4862db5b7a7d6f7adde1d3e194081e456a2fe78cf871f6fc4947a" + sha256 cellar: :any_skip_relocation, sonoma: "c7cc696944c656046a024c93d1758e3e035a0b6b85b566db263b380609b2763a" + sha256 cellar: :any_skip_relocation, ventura: "72caa4c0e047d16e47883e9088d184cc2ffc77c9d86e18c47074136dd1d44599" + sha256 cellar: :any_skip_relocation, x86_64_linux: "285b75f5ed9b20964bed0515abfa86b12ab14480b8b44ae06a7e193733d1b30b" end depends_on "go" => :build From fe4c22f97c10e514c8efbcd1c2f0b2d2da65e4b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:29:16 +0000 Subject: [PATCH 01031/10074] libvirt: update 11.4.0 bottle. --- Formula/lib/libvirt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libvirt.rb b/Formula/lib/libvirt.rb index f45bad6ae8515..9aeb9d1641dc1 100644 --- a/Formula/lib/libvirt.rb +++ b/Formula/lib/libvirt.rb @@ -12,13 +12,13 @@ class Libvirt < Formula end bottle do - sha256 arm64_sequoia: "eb5a270a4de17ef61be4e8f9c7d00e0fb003ef8fb2dc970c8cd1255e7ea32c15" - sha256 arm64_sonoma: "cc170ed47e7e550345da3296b72e86d0a1759ffaf3f14c65974459e234dfad75" - sha256 arm64_ventura: "65c8b92db1e6d58aea67aac00448fefca690bc2457837f84023b37a104f3f470" - sha256 sonoma: "88d41ab9ba9fe5980bb9a3e869e3669e2e5f280ed33340de6f45e54d5c9421bb" - sha256 ventura: "0e2a8417f55d20788baf98c5bd5a8ccdb34d4039167754c745def0742b23f29b" - sha256 arm64_linux: "0e14a9db24adde346e44f2bccdcfebd0931382df817e6d3a966a22c3c843dfd0" - sha256 x86_64_linux: "61774ba7f4c60f67de0d19b17bce4cb8607bd84ab670bf9b7e207e9c74a99bd3" + sha256 arm64_sequoia: "d6743cf0a6801d98480a7a1c7d5e5595ba1c982edc9345006f639905742df835" + sha256 arm64_sonoma: "fd39bf21bccfe4407c0bf23a0d8d7fa0b8efecae3405ef369ccf4fc694b975f9" + sha256 arm64_ventura: "88036ef76b99fc34fa2a5a2ae83f3053b242c1c7dc5a646b931f142fab09f3d0" + sha256 sonoma: "aa7ae12a3ea0c2b80960d3fc719c64ca61e32868cf05aacf82a79db52a680aff" + sha256 ventura: "820150f9bddaebcfce0eca9b064861ecf58a2015e52c401b669ae50dc207556c" + sha256 arm64_linux: "b79095c964043152d214e6082e09c44dbd83be0f4c97cff912caadceffc13db9" + sha256 x86_64_linux: "0f16c73a5a704d9138130b5759c55b670be2d21ad6c0465cc8a14832cb1dace9" end depends_on "docutils" => :build From 1774c4e237cde147d02baddf3018dafefaf27a22 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:29:51 +0000 Subject: [PATCH 01032/10074] helm: update 3.18.2 bottle. --- Formula/h/helm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helm.rb b/Formula/h/helm.rb index b7ba74aeb2fb1..13d85e46aa083 100644 --- a/Formula/h/helm.rb +++ b/Formula/h/helm.rb @@ -8,13 +8,13 @@ class Helm < Formula head "https://github.com/helm/helm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9661c6a0f29e54f4c1ce91b04af1013c3dd91237d88203b9d164c89f4cc0f180" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ca208ab577975c7a626b1ab126760d2b28f255c952bd8e05c71d2a42dbb4b45" - sha256 cellar: :any_skip_relocation, arm64_ventura: "087dda92167b73fac74498532258993f4b1c4e7a0657169f69218d652302df3d" - sha256 cellar: :any_skip_relocation, sonoma: "0fd6960a527f3554c5dd5ffe72c4c291c16966a82fe0fb676497c4eb39d71c62" - sha256 cellar: :any_skip_relocation, ventura: "18541d195130bfdd48c2a554374aec287e85d0e6fbfb9de4918b5d7c86880c05" - sha256 cellar: :any_skip_relocation, arm64_linux: "c514bdfa410e2a62e515a3b5334bfa3ea58e8cb599097b6fe0d12b0ef8a8b94a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5b77aa7b3cea3c2dfe18d26dbe0aa6ad029e61ad435376188651158cb6a5e625" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2839421ff115477637eb88afa346ba7108229013954aaed80d4a259bd28d7462" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7eb5a917a4862aad9c9b3a0773c1479ff58f315e1da7eb0821a8ab93cbc2ef45" + sha256 cellar: :any_skip_relocation, arm64_ventura: "26bafae2cc635414d9d73dbfb040099969280cd33147c888e3f5eb04ace75deb" + sha256 cellar: :any_skip_relocation, sonoma: "bcfdbfdb41d69f2dfac93b026e635b517826ed020aceae7ba46a98d608ddc6f2" + sha256 cellar: :any_skip_relocation, ventura: "dc2f2bf6003837227abec1d7cfdc02fe2609c241561650f1928e4a4059a52e98" + sha256 cellar: :any_skip_relocation, arm64_linux: "3987965b39c4e72f945704466af8003675e61995e5fdaceea7589000541e0f34" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd3527cb26cf230591eba0e088038c9ec922e904f604899863fe3d17de08570b" end depends_on "go" => :build From 937c3b05d5ed022a487d9fea96bdcc139c0a067f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:29:57 +0000 Subject: [PATCH 01033/10074] gleam: update 1.11.0 bottle. --- Formula/g/gleam.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gleam.rb b/Formula/g/gleam.rb index 04ec9c3133624..ea4b04baa63e6 100644 --- a/Formula/g/gleam.rb +++ b/Formula/g/gleam.rb @@ -12,13 +12,13 @@ class Gleam < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "405a9b9ba544e34de5bfa28d894f0e79c1c78a4bf98b178e31ab25970df01fd8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d854103c68b3fb28140aa6dd42ac74cea9768e63f3a34b88598c1f774e5de8c7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1bf695135d21df76cc771b97b32fdc28823854123c7fdc09d63c47134e8dd6f8" - sha256 cellar: :any_skip_relocation, sonoma: "fc3f2fca62b3732bf983b957780b8f52c0bec7301e678ab31332b671e7177de7" - sha256 cellar: :any_skip_relocation, ventura: "000ec3329cb534593c4fd660a78eab1eb477dec98070c930ab169596cd68052e" - sha256 cellar: :any_skip_relocation, arm64_linux: "e193b2135cc03984260839f0dea8bb148d8aaef4a2e3a8fc596275b3e418f7ad" - sha256 cellar: :any_skip_relocation, x86_64_linux: "98a6a74f866139deb8296ea9b46987d833c378483e264ee68085b7355b000772" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d70331a6698910a6a8006bfad201efe7a3b02acf3d3de369db2f48de04a9d6df" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7590e2cb41cdc66c4884357223d5754b02a102b951602b35d2eef31ca45b1da2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "477c228774a90c3bfd3d5b471ed87fe5a880449d1a7634d2e07f784a9f57617e" + sha256 cellar: :any_skip_relocation, sonoma: "05580f71852ed30b2849daf2373d9c8fa5accd3e28f9c942f7449abfc8abecac" + sha256 cellar: :any_skip_relocation, ventura: "882356880e346fbae520d846c5fb54183eec8c4538368082a3fc1ce4c88f1a26" + sha256 cellar: :any_skip_relocation, arm64_linux: "15f95a08d37f63afeb59dde6d4b5d652ed193bfd7eef18d2b2b07320d3c9ac0f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "97b5786dab8770c9f7200dec51b7edb8e58ab594b4ae05ab3287d52076d7044b" end depends_on "pkgconf" => :build From 22e721d54e8a92258aca7089a69c16b6bad6a0d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:30:15 +0000 Subject: [PATCH 01034/10074] git-cliff: update 2.9.0 bottle. --- Formula/g/git-cliff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/git-cliff.rb b/Formula/g/git-cliff.rb index 015290a7c54ae..76cc143cfb14c 100644 --- a/Formula/g/git-cliff.rb +++ b/Formula/g/git-cliff.rb @@ -6,13 +6,13 @@ class GitCliff < Formula license all_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "2c4137026e27290f1d3f572706918c143bd47e1b4a5d5c441ad06c6a2dbbb50c" - sha256 cellar: :any, arm64_sonoma: "b6dc4ea3cb260f82b1744e19249df7b5dbfb76957c11a054586f9ee1ed2310ca" - sha256 cellar: :any, arm64_ventura: "f3c9e1c3c2024c8e82a9ade43eefe1acbf12a0844e1f1fa24b736e1d5101fc1d" - sha256 cellar: :any, sonoma: "79c25a7b60a18962e2aec34dff6d0da114cd3a791184eef803adf975187fc5c5" - sha256 cellar: :any, ventura: "86a3df0a100c044988c2c15bea9ee36718c1ead2dbd38fa75a001110565f1db4" - sha256 cellar: :any_skip_relocation, arm64_linux: "e92e3975360c506e30a55e3f56c7bfd7cd1e39472acf8469b844859eb02c8fbc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "03773392efbf6465f066411f1cabed3f74523b755c4195b2ff90b9ff97003bcd" + sha256 cellar: :any, arm64_sequoia: "cd0b50cb21da044e43fa564a599034e01013581b910e88c289d08698b0356ced" + sha256 cellar: :any, arm64_sonoma: "67aca56aab16bdca16675644bc04f6009f51cc98d0a5c7fe6e1bfcc44ceec8cf" + sha256 cellar: :any, arm64_ventura: "318dee462f9b80d1cbab459bf7bb7fff05faf4689bd12ce440882e38889e87ec" + sha256 cellar: :any, sonoma: "a36ffd46247a9fb8179ea995c9b3e681bff6da648b9320a82f987bc03467ab2b" + sha256 cellar: :any, ventura: "ca0ce40f456e217ed0f24b4ea922efd3592f72c73264b2144ef82ddb10ad88e7" + sha256 cellar: :any_skip_relocation, arm64_linux: "d1b941c75380f84ab46c03a696fe07c26e20c2f0fb1e7c3bb633a0c446d8b136" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f982136f91a8029916ef8517ea3d9e208a6c7df452d6020e9d4bac5d046be8f7" end depends_on "pkgconf" => :build From d7191ba6064846e28d5c632878daea6e89cb5f3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:30:26 +0000 Subject: [PATCH 01035/10074] cubejs-cli: update 1.3.19 bottle. --- Formula/c/cubejs-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index 0f9ed73a40299..20d9a6f8f02a6 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -6,13 +6,13 @@ class CubejsCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "d0a7fed8751e7105d02a93f4367b354bb2decfca12bd755f2062adf10739f141" - sha256 cellar: :any, arm64_sonoma: "d0a7fed8751e7105d02a93f4367b354bb2decfca12bd755f2062adf10739f141" - sha256 cellar: :any, arm64_ventura: "d0a7fed8751e7105d02a93f4367b354bb2decfca12bd755f2062adf10739f141" - sha256 cellar: :any, sonoma: "6da9781307a0551f15cd688f922860d29c5ef7fb7e597836b4406c55a4184df0" - sha256 cellar: :any, ventura: "6da9781307a0551f15cd688f922860d29c5ef7fb7e597836b4406c55a4184df0" - sha256 cellar: :any_skip_relocation, arm64_linux: "c4ddb257afedb5a5c278356709c72e435e78adc7da707d3203bd552edd404977" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ca6148fd18f6593b5179338baa5e965ec552f831523b8f5b61a5acea314d72e8" + sha256 cellar: :any, arm64_sequoia: "6415579cf1619ea9e77026019a9334d05c0d4796d0e68ba184efe6b35d67ad4d" + sha256 cellar: :any, arm64_sonoma: "6415579cf1619ea9e77026019a9334d05c0d4796d0e68ba184efe6b35d67ad4d" + sha256 cellar: :any, arm64_ventura: "6415579cf1619ea9e77026019a9334d05c0d4796d0e68ba184efe6b35d67ad4d" + sha256 cellar: :any, sonoma: "4fe7a351f54a67c0187ba93c291425ecfbc58559928d6273903cbbe039b0093a" + sha256 cellar: :any, ventura: "4fe7a351f54a67c0187ba93c291425ecfbc58559928d6273903cbbe039b0093a" + sha256 cellar: :any_skip_relocation, arm64_linux: "a769b3a1cb01c2e41d8eb6594514baadbee04d7da8fb6964e624f1ac18fce05a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ff0925d59dacf14a40be9a3d3f3b3e3f22d66d713920f11baeb3f2cc00967a51" end depends_on "node" From a7ba5ae97ab25dd53792ec8fcdc6b51155c55faf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:30:49 +0000 Subject: [PATCH 01036/10074] chart-releaser: update 1.8.1 bottle. --- Formula/c/chart-releaser.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chart-releaser.rb b/Formula/c/chart-releaser.rb index 6a821c2bb643c..9c9525e2e8b78 100644 --- a/Formula/c/chart-releaser.rb +++ b/Formula/c/chart-releaser.rb @@ -7,13 +7,13 @@ class ChartReleaser < Formula head "https://github.com/helm/chart-releaser.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "90701fd2d173081f91119e9817a89a171d2e5b170a888f63105cd42a158109b2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f5adc463c318777895b3370b7b876d3533b513e60fb364226ec4563bc29da3a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5d1c4cb8b0678c91261d8ef50caa05bbc99fc063dfbeeb26e8b25a7e0573719a" - sha256 cellar: :any_skip_relocation, sonoma: "8589497b906501194855f60a2cbb4c576b666627e805525c77f94eb941cd0cfb" - sha256 cellar: :any_skip_relocation, ventura: "18663efa332fd116acd16530d4ae73faa0eba3b21b2f8ce7697098203eee040d" - sha256 cellar: :any_skip_relocation, arm64_linux: "c239222a325cd05f50a7ebc59249d45e61bcc63227580d5f7314c821e0b8832c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9ebf5848614eb2953aa6f3a6d234a5f2d86957ffdb430aaac56cb919f1ceb95e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac48c960c540e8c832e43cc300ba9f111ef826b42d4b3ebbaff903935a0ff148" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "abeb352ebc9327bebb195149adaaf36e73a54a4a4e22ea943484d57d7791206f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "95bdc0d6c088802e3c2ee6d70494f72204bcd2f569fad4a31cf132e5340f120b" + sha256 cellar: :any_skip_relocation, sonoma: "ddc5b4d029ee37526c683ec7a4256dfc3341a4b8d875a5b3eae9d203b94c74c2" + sha256 cellar: :any_skip_relocation, ventura: "d62fedebe1170d0a230308039b7e13d2bf9843ef03956e9f65b4872041ee3843" + sha256 cellar: :any_skip_relocation, arm64_linux: "794471d16801611983bb9aeed61f96500f7f985c9eaa12d8d9a419fff04f2ffa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c54dcb307cf826eb4cca3dacac438de2f0110d4b84d4dfe36b39146c633229e5" end depends_on "go" => :build From 14fbdfa4b0abf10d1ad356e1be9f1f6538b2383d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:31:07 +0000 Subject: [PATCH 01037/10074] bluez: update 5.83 bottle. --- Formula/b/bluez.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bluez.rb b/Formula/b/bluez.rb index 6bb70e50d2929..0e5a9995c12d0 100644 --- a/Formula/b/bluez.rb +++ b/Formula/b/bluez.rb @@ -11,8 +11,8 @@ class Bluez < Formula end bottle do - sha256 arm64_linux: "8676eb5e356f69b6eb39d1a839c01ca00cd9969dc99a2957a43c8d6bc1ced249" - sha256 x86_64_linux: "f599c75ecc8768c1116110e1f8513395e0a461055c94a66a78415b066a2e7c8a" + sha256 arm64_linux: "b766a64745b975276470e679aa0f1a1d8c0442eeea9ceebcdca3533d6889c571" + sha256 x86_64_linux: "1de1e7cc1092d5ebdc0bfe89438a42959e0acb49ea2a7f0f16d607b7f7a2eb59" end head do From 1d65caac5d91fcfc333d1b7d651325856a5c44af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:31:26 +0000 Subject: [PATCH 01038/10074] balena-cli: update 22.0.6 bottle. --- Formula/b/balena-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index 89d7d6bb47d4b..44ae642977cfa 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -13,13 +13,13 @@ class BalenaCli < Formula end bottle do - sha256 arm64_sequoia: "a18b3eed9b1109c0619b41931c572e63125720ffbb843e0e50a949f28b024ef9" - sha256 arm64_sonoma: "5936b0d5b5593363695f5454ea5d5501e684fa0f7fe804804b8fa521eedacfa5" - sha256 arm64_ventura: "52ccb0657a2088f78429601073fdb9873ea91a9b270d6edc9b917f55b34240a6" - sha256 sonoma: "e246676cc72d355be1365201f2e37bf05b5516d37931d81d38c1ba896937d423" - sha256 ventura: "635ca74063f2e2fbe3410cd5d0ad85ba09768488839c2bfe94f007f494dff7ff" - sha256 cellar: :any_skip_relocation, arm64_linux: "acd15b926f49d7b25f48afe521839086ac5772dcf9b1ac1df1e94d595401b660" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23b0ad51869c02efefa417376f455a3200b53409e0b3881ece93112733feb6d2" + sha256 arm64_sequoia: "5f75d9a7b14a71b0dfa9cb11f44df0c3a73a26595cef6c43f3dafa948c3181a6" + sha256 arm64_sonoma: "0c1bc01717afda6dce62921c2e6da0de400a49761728bce335ec20aa28bbce6d" + sha256 arm64_ventura: "990fa57c89c5ae07b9b1926c2a0dd831e66e54aeba49b96c0f5cbd4d100b9e29" + sha256 sonoma: "1e1eac5aae5ded0a8b2c00c937d5061f02f764a4326b4babd9cc1501a821079f" + sha256 ventura: "eb2540054a3dd056c8659f0f9c93cb1479e5c7212ed7586a3412066f8bb0b9d8" + sha256 cellar: :any_skip_relocation, arm64_linux: "025e698103b5890f605a3667b76ac8739c36869af1a5f876c09ad63455bf5fa4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d0ade570eb626c1887faab952a24839e70f95f114b71feea4b6a834e7f074e0" end # need node@20, and also align with upstream, https://github.com/balena-io/balena-cli/blob/master/.github/actions/publish/action.yml#L21 From 812d3f3ecfc819a8862e8a96d08d7a679aea7bb1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:31:29 +0000 Subject: [PATCH 01039/10074] aqtinstall: update 3.3.0 bottle. --- Formula/a/aqtinstall.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aqtinstall.rb b/Formula/a/aqtinstall.rb index 2c319e6ba08d9..12c46808ed9e9 100644 --- a/Formula/a/aqtinstall.rb +++ b/Formula/a/aqtinstall.rb @@ -8,13 +8,13 @@ class Aqtinstall < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bae085ca061fadbcbf0d15c6e1fc5a36776dd51e62161bd89e0a2b05e786b2e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "18587357a412fa3e04beb885a50eda950ff5346e682ac082612548a35b7a5ca9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "602f0515af58cced1f36ac5e133172e40f7c8a19df70dd544cf5c224f607410d" - sha256 cellar: :any_skip_relocation, sonoma: "25dbc8e783e9558de958fca4a5b88ed4d00be16633762117ab966d5c78a9918d" - sha256 cellar: :any_skip_relocation, ventura: "d404a32e21f3a5e5bdc86f316afc0577e21605db9fa4af30a6d26dc28ccf4e21" - sha256 cellar: :any_skip_relocation, arm64_linux: "aff64375ab227d6ce03b552d0cf448d8fd5c6bdb422832788b5534fc652ff9db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ebd32bd548797fff9f1d3d66d72941a6bf61fead384f965fded846449fd490f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9c9dd5e40d7bd533d8da2bb74d7315449731b18f7bb700a744070cd7d00c02c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "be17bb4b99450b17dc24764ae573bdc60efff0eb47a74264980c605ffafa175e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "01ae5a1db0def636b7a76062c68a9a147e2376abb916ec899b96e411ca4dc647" + sha256 cellar: :any_skip_relocation, sonoma: "a4e8a129ef5f6c66f9d7891e0bd803059b60e66e3763b96c97043267c79b085a" + sha256 cellar: :any_skip_relocation, ventura: "a2a5b8af8f1f847dd0b6cf7f07d3d99b752ce7775f58e59e7410dbd8da15d1b7" + sha256 cellar: :any_skip_relocation, arm64_linux: "fe5793553ea949f4aab1c7fa0da26925a6e285b08f5c4cb88c0ae3b82437644d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ed0671250344889120e275dd0e377d74e3276dbd4b3387a68f4cc0e87568829" end depends_on "python@3.13" From a502e876603d7f814e525b8d3f25a0051475a56b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:31:43 +0000 Subject: [PATCH 01040/10074] retire: update 5.2.7 bottle. --- Formula/r/retire.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/retire.rb b/Formula/r/retire.rb index cee3cba2dcee3..716400d595843 100644 --- a/Formula/r/retire.rb +++ b/Formula/r/retire.rb @@ -6,7 +6,7 @@ class Retire < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "4dc92e4f27cc38384252c412f32efff290168defe2dc8ed29d5764284ae764aa" + sha256 cellar: :any_skip_relocation, all: "dd6957ffffa84ce29986029c9d01eaf9382729bf0b1e207aa059681c5f0d1253" end depends_on "node" From 051ae12fca501a14ede12b4ee3e05226fa536380 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:31:57 +0000 Subject: [PATCH 01041/10074] testkube: update 2.1.155 bottle. --- Formula/t/testkube.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 12e2f929b0e21..1f004e2bfa026 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -12,12 +12,12 @@ class Testkube < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5748e58aaccb22f4588b591b12ca3a0425027e73bd268d8f58213d3c8712669a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5748e58aaccb22f4588b591b12ca3a0425027e73bd268d8f58213d3c8712669a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5748e58aaccb22f4588b591b12ca3a0425027e73bd268d8f58213d3c8712669a" - sha256 cellar: :any_skip_relocation, sonoma: "f782ed35750cbd7609cfe094d1a5d476088df4292f22e52fcbc9ad458763607a" - sha256 cellar: :any_skip_relocation, ventura: "f782ed35750cbd7609cfe094d1a5d476088df4292f22e52fcbc9ad458763607a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4ac9f1e999f24b2b789b0ea03dcbc2a1fac82c851f9449ced971fad4e3280a36" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e19a68467bf90c0b9b994bfba8a20aa0e56c4f65e36ac3de069dcd08ec1e2f0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e19a68467bf90c0b9b994bfba8a20aa0e56c4f65e36ac3de069dcd08ec1e2f0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2e19a68467bf90c0b9b994bfba8a20aa0e56c4f65e36ac3de069dcd08ec1e2f0" + sha256 cellar: :any_skip_relocation, sonoma: "0cca640d348419bdb0385d20792b8a16e6234175531e54e2d640e218c467f0bf" + sha256 cellar: :any_skip_relocation, ventura: "0cca640d348419bdb0385d20792b8a16e6234175531e54e2d640e218c467f0bf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4edcce96c70bb403eeb78d91d04b8eaee65ebfa321c9235f920b867eee249ff1" end depends_on "go" => :build From 6d0bc8e50cc8782d52f62c7ffc7c6a83cd10b5f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:33:52 +0000 Subject: [PATCH 01042/10074] seqtk: update 1.5 bottle. --- Formula/s/seqtk.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Formula/s/seqtk.rb b/Formula/s/seqtk.rb index 3e0038b2a467e..2be327be20213 100644 --- a/Formula/s/seqtk.rb +++ b/Formula/s/seqtk.rb @@ -6,17 +6,13 @@ class Seqtk < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f144c4cd7e4b7fa0e8cb87924587294a4dc0e04464584894455bc3221b9c2c2d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd2129e3b101791a70e29bfed5e63800779881c4d6cbefc06a53e9008cf9e919" - sha256 cellar: :any_skip_relocation, arm64_ventura: "10eca0327229b13765451786c03c7def8fd277d014f5a74e709915fc50a8fdbd" - sha256 cellar: :any_skip_relocation, arm64_monterey: "fb2ec54def8fadafa1c673e851180f0883e651582a78397394706602786d3559" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "325cb00b4694492303da6d2b776bf7ecfc31f9ac6259a9d3d0a1b9ada86d29cc" - sha256 cellar: :any_skip_relocation, sonoma: "ed20188611155d148d1198516c9ddbdf0e79f518e436421a0a9599a2d5c6329e" - sha256 cellar: :any_skip_relocation, ventura: "a22a8a2d9b1568d03efe732ccd3a4fa461f0b8adab78587a8b6fdbfbb8db292a" - sha256 cellar: :any_skip_relocation, monterey: "fed18e5929988555d1623c2a023821de35cd3f200adb40bbb56ecd56b48b5646" - sha256 cellar: :any_skip_relocation, big_sur: "ac4bce32281d7b1c988285d0341691bacfaeba03a6d9d82113ff0ead8125accb" - sha256 cellar: :any_skip_relocation, arm64_linux: "8076cb2126be0503a7610d3d66a473be435350275fb40fb62d5d67bd84182f57" - sha256 cellar: :any_skip_relocation, x86_64_linux: "afd0ca56a9c7ed70b7958688d5d38c85b48c18eba76a52f303abad25f7b41eb0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "792b2f9c97b31099358e00f85d5f087d56c6d7b10dcd1d1a6de5c3c28fa90576" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cc03676c5257015029aaa5d4db31a473574c14e9c6dc1d451a27a91d6700bd0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "edf244951a989be8cd04da63e9d3a4089b933cdd826ab15c903749ddea2b23ba" + sha256 cellar: :any_skip_relocation, sonoma: "9ae2d0b91c70d30f81651c6572c867e109ba6b628b58932377b99f9c3c46b062" + sha256 cellar: :any_skip_relocation, ventura: "4d79bd6387346078f950c2a849f5857c0e3cc43cd1ff01fc278ea1a16a8474d4" + sha256 cellar: :any_skip_relocation, arm64_linux: "30fb0030644e299f3f71ea7ec61be7c9cf72a7dcd70331efe7299dfae6296a02" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4eea62b0b0acfeb50dd08cd385e8b486f223b255430ff57d1c3242a7fd564e5" end uses_from_macos "zlib" From dd5298a65f1f5d1fe92d859eec5270d4ec407c11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:38:06 +0000 Subject: [PATCH 01043/10074] libarchive: update 3.8.1 bottle. --- Formula/lib/libarchive.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libarchive.rb b/Formula/lib/libarchive.rb index e196a75e01aee..c617ece45a9b2 100644 --- a/Formula/lib/libarchive.rb +++ b/Formula/lib/libarchive.rb @@ -11,13 +11,13 @@ class Libarchive < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "fe6405c6a9fcf8cd6b54661a80fddef21958907a4b52f5ebd69c33f9fa29b8f3" - sha256 cellar: :any, arm64_sonoma: "40f5e09148764f47492d81fe3b9b968b920cf969cd153a5a69fcb324db9ee27e" - sha256 cellar: :any, arm64_ventura: "4a2c92b6220099bc997e5b7629645750453c8a86738ee40448331cfec62a2ec6" - sha256 cellar: :any, sonoma: "e5361f147cb17b7bbe555c5825fb1583e4f3bfd844d6af6eae39e82ab3b68b26" - sha256 cellar: :any, ventura: "61f6ea5ae321cf669afc860bec2ef28c541b806465e945ec8280fdced3c5e994" - sha256 cellar: :any_skip_relocation, arm64_linux: "3e64fbf741da3b4f3450a84870220d873ca680da94707395e74dc496d9bf858a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3309a6a522da61f7d39cbfa417c643904a850fbb888c96e43264e4121a7baafb" + sha256 cellar: :any, arm64_sequoia: "33b077565a53ca5ec7d802a3b86e38765f075cdcd3d63c43ba597b42ce2afcb8" + sha256 cellar: :any, arm64_sonoma: "2b14673ed741aa5fd8fd51d02a921b2101e36fded71e5a29cba9e6223cbac880" + sha256 cellar: :any, arm64_ventura: "be0595be8e5f8c9bcab85247494bd5209c0e15f31f1a95c7e1d81ea1639f2609" + sha256 cellar: :any, sonoma: "e5b8299cc88814bb13fe64e97832392aa3c7b168749cd48cd4e38effac946591" + sha256 cellar: :any, ventura: "0d796b81038699e8f82625c44e828e3934f3a107cd21a604ee54f5c3a7da1f40" + sha256 cellar: :any_skip_relocation, arm64_linux: "b4b588849dd058493a566a94816f8a05e754dcd2be862edac87279158ad6b9f6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b6ad0aa42b5dcb7be104e4f5f6bd758b258bd4c46b49baac6c5e9e7f4a964a4e" end keg_only :provided_by_macos From e2c37a477e0cd84e9eed049c58596333f2698986 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:40:23 +0000 Subject: [PATCH 01044/10074] libvirt-python: update 11.4.0 bottle. --- Formula/lib/libvirt-python.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libvirt-python.rb b/Formula/lib/libvirt-python.rb index b4c6f6770d06b..8123ab3965747 100644 --- a/Formula/lib/libvirt-python.rb +++ b/Formula/lib/libvirt-python.rb @@ -11,13 +11,13 @@ class LibvirtPython < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4a9e95b87f0b37422b50ff3f409fc34292e8bab6c65682ab98a33c1ace46a6b2" - sha256 cellar: :any, arm64_sonoma: "79b531d7a08b74ab2941c6b31be5750ba0741a288e925e558ff490a38b65a8d2" - sha256 cellar: :any, arm64_ventura: "92b57743196e81f9b57833038b6762d67779431a734acb7cf428468bc3c37443" - sha256 cellar: :any, sonoma: "3c44d8f88bb438fcac11f1d0bef8e979290c803e004b1d08c1ac274882e985d9" - sha256 cellar: :any, ventura: "5e12aa079214f02b71865823fbf04b629067abede419722d499bd7feee660456" - sha256 cellar: :any_skip_relocation, arm64_linux: "1ae1c68fe55d1f5dbe51dbe510af77f15140a4eeb03ad1f40905b73bc5007aeb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea1b1e019096bc81f21ca7e75a3200fd38e1c189be7b20820faedaa29c512620" + sha256 cellar: :any, arm64_sequoia: "8c9335398dcc5937717914221b2b2c9e3f1fac715c3a7dedac049486ed7f98b9" + sha256 cellar: :any, arm64_sonoma: "ca5249a614d63986a8261d2b0f3f071a11f69b210fd9e93a36cbc764ea01040a" + sha256 cellar: :any, arm64_ventura: "046bf692453bb60daedbc252f0827da4c03e5780341e70a21cfc2407f807b662" + sha256 cellar: :any, sonoma: "db728e37eeca823dc777fa366438af59095cfd457b2a65f2c734e56d225b3aca" + sha256 cellar: :any, ventura: "2c5eccae0489bb3f88385941ed022316b2a75556c51b811b1cfc5ab98b97e276" + sha256 cellar: :any_skip_relocation, arm64_linux: "16f663b1f4d13f1d77cbb3b1e326dcd39dca841dba2ffa9a9125ff32fc4a7af0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3c3316a9c8776a406797a5562c2320a44ab137ba985225f64e93d7672ff850e9" end depends_on "pkgconf" => :build From ac6c2b7f082261e0a4924685f6a29197b829e114 Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Mon, 2 Jun 2025 09:16:55 -0400 Subject: [PATCH 01045/10074] nx 21.0.4 (new formula) --- Formula/n/nx.rb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Formula/n/nx.rb diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb new file mode 100644 index 0000000000000..e34c0dd9e346d --- /dev/null +++ b/Formula/n/nx.rb @@ -0,0 +1,32 @@ +class Nx < Formula + desc "Smart, Fast and Extensible Build System" + homepage "https://nx.dev" + url "https://registry.npmjs.org/nx/-/nx-21.0.4.tgz" + sha256 "dd1bf64358661a2d14dd027f8b0c6d8eea051afff4ec8206407bdb9335991f9f" + license "MIT" + + depends_on "node" + + def install + system "npm", "install", *std_npm_args + bin.install_symlink Dir["#{libexec}/bin/*"] + end + + test do + (testpath/"package.json").write <<~JSON + { + "name": "@acme/repo", + "version": "0.0.1", + "scripts": { + "test": "echo 'Tests passed'" + } + } + JSON + + system bin/"nx", "init", "--no-interactive" + assert_path_exists testpath/"nx.json" + + output = shell_output("#{bin}/nx 'test'") + assert_match "Successfully ran target test", output + end +end From ddb72fb73b02b58fde5f32eaa0667cf61b0c03f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:13:37 +0000 Subject: [PATCH 01046/10074] proj 9.6.1 --- Formula/p/proj.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/p/proj.rb b/Formula/p/proj.rb index 2d8ba61414193..cf845acfc840d 100644 --- a/Formula/p/proj.rb +++ b/Formula/p/proj.rb @@ -1,8 +1,8 @@ class Proj < Formula desc "Cartographic Projections Library" homepage "https://proj.org/" - url "https://github.com/OSGeo/PROJ/releases/download/9.6.0/proj-9.6.0.tar.gz" - sha256 "d8cae521c311c39513193657e75767f7cfbf2f91bd202fcd4a200028d3b57e14" + url "https://github.com/OSGeo/PROJ/releases/download/9.6.1/proj-9.6.1.tar.gz" + sha256 "493a8f801bfdaadf9dc50e5bc58e4fcc9186f1557accab3acccbd7e7ae423132" license "MIT" head "https://github.com/OSGeo/proj.git", branch: "master" @@ -30,8 +30,8 @@ class Proj < Formula # The datum grid files are required to support datum shifting resource "proj-data" do - url "https://download.osgeo.org/proj/proj-data-1.21.zip" - sha256 "6bc292cd5dddefed1972549876587a8d45add1bf05824b6ad48637053719de74" + url "https://download.osgeo.org/proj/proj-data-1.22.zip" + sha256 "ebca54b7f9118beafd30a5abeaeacfee6be9f59a0bb52419c9282cf34ee2510a" end def install From 70c19717ba82742913676250040cf2b21ad141f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:00:19 +0000 Subject: [PATCH 01047/10074] manticoresearch: update 9.8.0 bottle. --- Formula/m/manticoresearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index d9ffc088b408c..c47f7910058a1 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -19,13 +19,13 @@ class Manticoresearch < Formula end bottle do - sha256 arm64_sequoia: "ad56ffb968f8e3e72af919a4cd509d485a41daf0fb6088ec0ab07108cb9d681d" - sha256 arm64_sonoma: "c8aec9239a730cff04ad3f97ed990f880dd4ee5f6db777f4cb59a0ab0ca96a84" - sha256 arm64_ventura: "b44a215d873bc0c79941f62b9aed6fc0cad61f710ff98b5a7d3e68d72657c6b9" - sha256 sonoma: "4e29d61e7b60bb520182023c1fd8e3376a887038ea5bcdc4b437fba57b99473a" - sha256 ventura: "fb8f46d9cf3bc02652c42d99ae48eb3dd599292c57b2bd9079fb70f58ec0b9cc" - sha256 arm64_linux: "45380c54cec8a9dd4f3fe41656535d1bb69321b35b21aee48fa62cccafaf611a" - sha256 x86_64_linux: "1f0b76375030b69ba68724d89c0b9c972775058cb8403d46df6df2112f6669ff" + sha256 arm64_sequoia: "4125686a7f0e72d6fbaced09fa4f21ffd797b3f58c9fe5bf388709f21d310ba8" + sha256 arm64_sonoma: "09995e682395eabd9dcf02b7129cfcb8a05f2cf33623da0c966d5e72ebfc9391" + sha256 arm64_ventura: "e0090392eec0b0d10f14b61ff218914266c1aa2e2b7e0982c5ace28f94929fb0" + sha256 sonoma: "332fb92467d16a41f701355ef9bae793186ec6408215e565539ea5cd1b524454" + sha256 ventura: "6d9f06254bab73d23f5e00a661282652a78c7f5b48a6c82db9e9516bd756b9aa" + sha256 arm64_linux: "8716e9e55aa5e27979c65d7d8a43e4664bc02dddfd5c85ed8cbf5390087fcdc9" + sha256 x86_64_linux: "1e73fea7aa98b63ec526352b1aebe58814386dd9f25159cedd6c8e4e86c2ddad" end depends_on "cmake" => :build From b01223cc4989818e39a238d379bfc9c77a3a172b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:05:07 +0000 Subject: [PATCH 01048/10074] prowler: update 5.7.2 bottle. --- Formula/p/prowler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/prowler.rb b/Formula/p/prowler.rb index 0d5ab9031a3fc..01a78775cdb53 100644 --- a/Formula/p/prowler.rb +++ b/Formula/p/prowler.rb @@ -8,13 +8,13 @@ class Prowler < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "4cbd696b9fdd8f913809b4a051916854cffc76bde7db098f8f50dd459d0afc8d" - sha256 cellar: :any, arm64_sonoma: "48ff6a575360707a1f5539157878f0c2a5b28825f39c444b2285f9e27849cd40" - sha256 cellar: :any, arm64_ventura: "7d7e6005c8fee947139f237a2495884c7462c3810d3a244b18c9eb2796f1a44e" - sha256 cellar: :any, sonoma: "0ea0f56615b49548239e55027bbcb1c4450cfd2ae7cd9be44b976cdb9e748df4" - sha256 cellar: :any, ventura: "c2ccc682678ee468d785811464c036526101b36d6c4e0dcf1607ebe5d3c784f3" - sha256 cellar: :any_skip_relocation, arm64_linux: "33a236e27cf7a63714ab99eea35c213b9e0ade876a539d860034277c17c17cc8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c44963dc29ce11de677e4d121b86588270597e9eaa09bdab0c09f3fbbdb72c83" + sha256 cellar: :any, arm64_sequoia: "1a24acfd7541e3cf3a806ce5320112918556c19350cbe134251c78a7627adb76" + sha256 cellar: :any, arm64_sonoma: "febbdd3930d2f3aedf353b13b43de9d10ecc4cc8fa085d5b5e055b303b04d87d" + sha256 cellar: :any, arm64_ventura: "7fd81c61f7e71aeb6b5cef4208466d60db8d9dfdbc51bbee370dc786fb2a3833" + sha256 cellar: :any, sonoma: "be49753ca94c2dd210912dbf65d9a527850b1300d753fb22bf4184d3d4d9b49f" + sha256 cellar: :any, ventura: "064582e347e94edca9a8119b4d93d712e49c4e0fa2bde9b7551e926295bf1857" + sha256 cellar: :any_skip_relocation, arm64_linux: "47ee830d3df3231eafc863d01bc83e0c702dfd58d3a4dc736ccb3da8155fe732" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1455f678a6cc472779f9ede4665e5e1a6cce894ec1ea8d9a542a7806e6cdb5f6" end depends_on "cmake" => :build From 9574767c6cd223bcf065ad9599b9cd7866a28061 Mon Sep 17 00:00:00 2001 From: kramo Date: Mon, 2 Jun 2025 18:13:02 +0200 Subject: [PATCH 01049/10074] blueprint-compiler 0.16.0 (new formula) --- Formula/b/blueprint-compiler.rb | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Formula/b/blueprint-compiler.rb diff --git a/Formula/b/blueprint-compiler.rb b/Formula/b/blueprint-compiler.rb new file mode 100644 index 0000000000000..d6f4b58399de1 --- /dev/null +++ b/Formula/b/blueprint-compiler.rb @@ -0,0 +1,42 @@ +class BlueprintCompiler < Formula + desc "Markup language and compiler for GTK 4 user interfaces" + homepage "https://gnome.pages.gitlab.gnome.org/blueprint-compiler/" + url "https://gitlab.gnome.org/GNOME/blueprint-compiler.git", + tag: "v0.16.0", + revision: "04ef0944db56ab01307a29aaa7303df6067cb3c0" + license "LGPL-3.0-or-later" + head "https://gitlab.gnome.org/GNOME/blueprint-compiler.git", branch: "main" + + depends_on "meson" => :build + depends_on "ninja" => :build + + depends_on "gtk4" + depends_on "pygobject3" + + def install + system "meson", "setup", "build", *std_meson_args + system "meson", "compile", "-C", "build", "--verbose" + system "meson", "install", "-C", "build" + end + + test do + (testpath/"test.blp").write <<~BLUEPRINT + using Gtk 4.0; + + template $MyAppWindow: ApplicationWindow { + default-width: 600; + default-height: 300; + title: _("Hello, Blueprint!"); + + [titlebar] + HeaderBar {} + + Label { + label: bind template.main_text; + } + } + BLUEPRINT + output = shell_output("#{bin}/blueprint-compiler compile #{testpath}/test.blp") + assert_match "Hello, Blueprint!", output + end +end From 9bf3750c1a6700df93e8dbb4836214d9e94cdff4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:34:48 +0000 Subject: [PATCH 01050/10074] assimp: update 6.0.1 bottle. --- Formula/a/assimp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/assimp.rb b/Formula/a/assimp.rb index c62ff02ceb4be..7f105355facad 100644 --- a/Formula/a/assimp.rb +++ b/Formula/a/assimp.rb @@ -15,13 +15,13 @@ class Assimp < Formula head "https://github.com/assimp/assimp.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "ccf4f9fbfb87e220d791b8bae7a03840e6d52440f4788ede9ce189a9157049bd" - sha256 cellar: :any, arm64_sonoma: "c113d9fc5739e25495ef086f9356a8ea2676757a7d84326c285c425e4ddb1f02" - sha256 cellar: :any, arm64_ventura: "cd67606d49b2ac59e3d223c4d1a4ebace5a1c60a853d5ece4486a88654c0e1d8" - sha256 cellar: :any, sonoma: "408b6e7c895e18d2cfed9337f6c323e092ae09f3b8d32e09d6ad562bb180fc46" - sha256 cellar: :any, ventura: "bbabbc09843ea4a0e2ab4b95f310c211aba7e78b665dd974ee65495036562074" - sha256 cellar: :any_skip_relocation, arm64_linux: "36ea2edbe7367cae0d51accda43f797269828c2049ee2b48e5c504606a0fed5f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "50d9455ac367dc04ab56783795b31269ed338668643b5f35ddb8bc2815bc7c4e" + sha256 cellar: :any, arm64_sequoia: "a43d70a501a16ef7b9f278cea4a99798d080395e5ea50e452c2e0bd0fb07006a" + sha256 cellar: :any, arm64_sonoma: "ec2d87fa225a09cb108f9611ed10e6fc9f3b86413373f1babd9bd2be94318939" + sha256 cellar: :any, arm64_ventura: "18cb56c4bd3dfdf3f2ede01a944edec69f92b90b97a50aa856fc69cceaef901b" + sha256 cellar: :any, sonoma: "8ba45ccc2774bc0e17f811f836406cb3d5fe129f4a3c087ac2250cc3ab064f69" + sha256 cellar: :any, ventura: "c1fc0889307ab26168df04ed10c1133055aaf123034350dbc2bdb3c7f475d078" + sha256 cellar: :any_skip_relocation, arm64_linux: "9d5254106aabf9cc5097670753afc657b9d93c3003bef4d46225038561c10e42" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a995c5ba9d96c7ff5f1a34bc184bc213f404a1a4e9de7769cc5b4c60f120a29" end depends_on "cmake" => :build From bebd035d20777d09045c72915303f66e93c70a79 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:58:16 +0000 Subject: [PATCH 01051/10074] clojure 1.12.1.1538 --- Formula/c/clojure.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/clojure.rb b/Formula/c/clojure.rb index 9938b84e9c9c5..d5c6ae9006434 100644 --- a/Formula/c/clojure.rb +++ b/Formula/c/clojure.rb @@ -1,9 +1,9 @@ class Clojure < Formula desc "Dynamic, general-purpose programming language" homepage "https://clojure.org" - url "https://github.com/clojure/brew-install/releases/download/1.12.0.1530/clojure-tools-1.12.0.1530.tar.gz" - mirror "https://download.clojure.org/install/clojure-tools-1.12.0.1530.tar.gz" - sha256 "0ff24b8a8126ba39d32de784a08767c5df259384cb76c6ee3db4d6102705ed49" + url "https://github.com/clojure/brew-install/releases/download/1.12.1.1538/clojure-tools-1.12.1.1538.tar.gz" + mirror "https://download.clojure.org/install/clojure-tools-1.12.1.1538.tar.gz" + sha256 "1c878646fda838b39a5b53574bc96f3d22a2a8f474f34d84540158287aaed63e" license "EPL-1.0" version_scheme 1 From 89d526de168ee59c92fa685c48a75ac13b5c1ec0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:59:00 +0000 Subject: [PATCH 01052/10074] cog 0.15.2 --- Formula/c/cog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index c83be23ea93a4..5b06710cc4242 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -1,8 +1,8 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://cog.run/" - url "https://github.com/replicate/cog/archive/refs/tags/v0.15.1.tar.gz" - sha256 "2c3a91742af9301412e71e77c6be5967be5e760d2fb378af92e0a02605f75457" + url "https://github.com/replicate/cog/archive/refs/tags/v0.15.2.tar.gz" + sha256 "cbedabf253de224e02a5db99e15b3c24c40688ddbf9b7a7c92397bf5e99fabfa" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" From 1743d7697dff0dc00ddf48a81ec9574b8f06dca0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:59:17 +0000 Subject: [PATCH 01053/10074] conduit 0.13.6 --- Formula/c/conduit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/conduit.rb b/Formula/c/conduit.rb index 1db1b8b225283..fd8ee589ad9f1 100644 --- a/Formula/c/conduit.rb +++ b/Formula/c/conduit.rb @@ -1,8 +1,8 @@ class Conduit < Formula desc "Streams data between data stores. Kafka Connect replacement. No JVM required" homepage "https://conduit.io/" - url "https://github.com/ConduitIO/conduit/archive/refs/tags/v0.13.5.tar.gz" - sha256 "299848b7ff39015d4cf8f9e185ff2e89e48ecd6fe9d3f645129833f47bcbfcc5" + url "https://github.com/ConduitIO/conduit/archive/refs/tags/v0.13.6.tar.gz" + sha256 "364a7c2ee713b3e776a57a211c915d0813c3398fd9af0492d33ebdd3eeb5d16c" license "Apache-2.0" head "https://github.com/ConduitIO/conduit.git", branch: "main" From 8a4e3de1471bfa2bda597aedd6b67150ec245463 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:01:58 +0000 Subject: [PATCH 01054/10074] doctl 1.128.0 --- Formula/d/doctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/doctl.rb b/Formula/d/doctl.rb index dd04a3c080fbd..d596ed27be109 100644 --- a/Formula/d/doctl.rb +++ b/Formula/d/doctl.rb @@ -1,8 +1,8 @@ class Doctl < Formula desc "Command-line tool for DigitalOcean" homepage "https://github.com/digitalocean/doctl" - url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.127.0.tar.gz" - sha256 "f63b1bd3eb693b6f376dd38b478339bb4f315653dc6f27fb09345da9d803d811" + url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.128.0.tar.gz" + sha256 "bfbf129f0e9d0e00b4824edcb03107bfdccff87edb2802f66ae35ef5ed39906b" license "Apache-2.0" head "https://github.com/digitalocean/doctl.git", branch: "main" From c61c6bc2bffac06d155ada5951536f0736a82de3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:04:32 +0000 Subject: [PATCH 01055/10074] fatal 2025.06.02.00 --- Formula/f/fatal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fatal.rb b/Formula/f/fatal.rb index 6edf8b95fb96d..18613c53d1537 100644 --- a/Formula/f/fatal.rb +++ b/Formula/f/fatal.rb @@ -1,7 +1,7 @@ class Fatal < Formula desc "Facebook Template Library" homepage "https://www.facebook.com/groups/libfatal/" - url "https://github.com/facebook/fatal/releases/download/v2025.05.26.00/fatal-v2025.05.26.00.tar.gz" + url "https://github.com/facebook/fatal/releases/download/v2025.06.02.00/fatal-v2025.06.02.00.tar.gz" sha256 "5d9e13011a8c08b6e0055caacafdc83947a728177240a5a47167bb15961f1b5b" license "BSD-3-Clause" head "https://github.com/facebook/fatal.git", branch: "main" From c845d7675146e75f97547ef8f104cd67268b6869 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:17:22 +0000 Subject: [PATCH 01056/10074] nng 1.11 --- Formula/n/nng.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nng.rb b/Formula/n/nng.rb index efd07ba8e1f65..8490de77c98b4 100644 --- a/Formula/n/nng.rb +++ b/Formula/n/nng.rb @@ -1,8 +1,8 @@ class Nng < Formula desc "Nanomsg-next-generation -- light-weight brokerless messaging" homepage "https://nng.nanomsg.org/" - url "https://github.com/nanomsg/nng/archive/refs/tags/v1.10.1.tar.gz" - sha256 "a05936a64851809ea4b6d4d96d80f2a1b815ef14d6c4f6dd2c8716bd38dd1822" + url "https://github.com/nanomsg/nng/archive/refs/tags/v1.11.tar.gz" + sha256 "12aaff6f8f183ba0fec378af8620c47cf4be6da975d016ec6cdec2fbac0d3534" license "MIT" livecheck do From 71fea09b1e70865ff8b50d6c5a7e18b7374f54a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:23:06 +0000 Subject: [PATCH 01057/10074] renovate 40.38.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 72764d8e6606d..f23e74337bb06 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.37.0.tgz" - sha256 "de080d1b1c2f9f6277ac98bf47ac6f2a2d9422dbf11b76bfae9611bb413c5d15" + url "https://registry.npmjs.org/renovate/-/renovate-40.38.0.tgz" + sha256 "8c4b215af161e754fb2270be83e0e465d145a22984d460f70a50c8e58d227174" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 9d856e1ed35460fc0b715925d0e1587a25c2cddd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:25:38 +0000 Subject: [PATCH 01058/10074] sesh 2.14.0 --- Formula/s/sesh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sesh.rb b/Formula/s/sesh.rb index 1ebbccabe90a7..fdd3c87e4b9a0 100644 --- a/Formula/s/sesh.rb +++ b/Formula/s/sesh.rb @@ -1,8 +1,8 @@ class Sesh < Formula desc "Smart session manager for the terminal" homepage "https://github.com/joshmedeski/sesh" - url "https://github.com/joshmedeski/sesh/archive/refs/tags/v2.13.0.tar.gz" - sha256 "14d69448c689ba5116a55260518ca8b6a4f659c2e41833dc1341801b0dc5ad2d" + url "https://github.com/joshmedeski/sesh/archive/refs/tags/v2.14.0.tar.gz" + sha256 "7629869620aa2b496262c51511be20660579ae94baf1e2ea82af8dcbde3ab4db" license "MIT" head "https://github.com/joshmedeski/sesh.git", branch: "main" From cf4c703db495d92f588d68b6ba38d2e881cdbaec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:27:57 +0000 Subject: [PATCH 01059/10074] syncthing 1.29.7 --- Formula/s/syncthing.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/syncthing.rb b/Formula/s/syncthing.rb index 66f4a6c87dab0..12e09890560ec 100644 --- a/Formula/s/syncthing.rb +++ b/Formula/s/syncthing.rb @@ -1,8 +1,8 @@ class Syncthing < Formula desc "Open source continuous file synchronization application" homepage "https://syncthing.net/" - url "https://github.com/syncthing/syncthing/archive/refs/tags/v1.29.6.tar.gz" - sha256 "9731b302f3abcf08a29b0f404a46b26d1f3b89bec0e2bc40313471173da8358d" + url "https://github.com/syncthing/syncthing/archive/refs/tags/v1.29.7.tar.gz" + sha256 "0e2f2574334fc65220977156caffc521314298c43b361a669ea3ea0507267652" license "MPL-2.0" head "https://github.com/syncthing/syncthing.git", branch: "main" From 060f3f423876be31510e6421bcf75efdfcac939e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:30:22 +0000 Subject: [PATCH 01060/10074] vapoursynth 72 --- Formula/v/vapoursynth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vapoursynth.rb b/Formula/v/vapoursynth.rb index 8acd876f4fe77..1fe3be74dd710 100644 --- a/Formula/v/vapoursynth.rb +++ b/Formula/v/vapoursynth.rb @@ -1,8 +1,8 @@ class Vapoursynth < Formula desc "Video processing framework with simplicity in mind" homepage "https://www.vapoursynth.com" - url "https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R71.tar.gz" - sha256 "c56d6de16d0a24db7eee1bd5e633229b0bd8a746eafcfe41945a22f9d44f8bd6" + url "https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R72.tar.gz" + sha256 "650f77feebfd08842b521273f59e0c88f7ba9d7cb5f151d89b79b8dfdd4ce633" license "LGPL-2.1-or-later" head "https://github.com/vapoursynth/vapoursynth.git", branch: "master" From e023262375518c5645dfd6caaaf3b9f5a91e4951 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:52:01 +0000 Subject: [PATCH 01061/10074] fatal: update 2025.06.02.00 bottle. --- Formula/f/fatal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fatal.rb b/Formula/f/fatal.rb index 18613c53d1537..21d14ae418135 100644 --- a/Formula/f/fatal.rb +++ b/Formula/f/fatal.rb @@ -7,7 +7,7 @@ class Fatal < Formula head "https://github.com/facebook/fatal.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "f9f89cbc8d15426ea3213b8e8a0ef3ada93b4caa678d288bcc74810c4ef908bc" + sha256 cellar: :any_skip_relocation, all: "0acae0ad298ca03efff865e6f4f4dc5b7b8fbd8922269bcdf972f2ee88f1630b" end def install From 6000871a87059db78b298c8056c3a366efc512f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:52:13 +0000 Subject: [PATCH 01062/10074] clojure: update 1.12.1.1538 bottle. --- Formula/c/clojure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/clojure.rb b/Formula/c/clojure.rb index d5c6ae9006434..a75d632e6b911 100644 --- a/Formula/c/clojure.rb +++ b/Formula/c/clojure.rb @@ -13,7 +13,7 @@ class Clojure < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "0fc3596a554a6564507fa6cdc5d7b802c0eb907e90f77d919040f1cfb3ae2ab0" + sha256 cellar: :any_skip_relocation, all: "47ddb5df191a3b9879f7a110f996749327798af55138bd13a750ed173d96ecf4" end depends_on "openjdk" From d9510fde13ab20803696295bb8d0ab0cca695371 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:53:05 +0000 Subject: [PATCH 01063/10074] cog: update 0.15.2 bottle. --- Formula/c/cog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 5b06710cc4242..ceca8cfc6f129 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -7,12 +7,12 @@ class Cog < Formula head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7358b917dc6de02228cd3a12aa82db780ea5491ebab840d2b6b908c323d5a10b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7358b917dc6de02228cd3a12aa82db780ea5491ebab840d2b6b908c323d5a10b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7358b917dc6de02228cd3a12aa82db780ea5491ebab840d2b6b908c323d5a10b" - sha256 cellar: :any_skip_relocation, sonoma: "d207b9e35e30f51827b3291c080c9285cf754c58cf015464338356a0f3af7bed" - sha256 cellar: :any_skip_relocation, ventura: "d207b9e35e30f51827b3291c080c9285cf754c58cf015464338356a0f3af7bed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b6368bcc20150094d15de3da752538f130cf4bf2659311d514ffd4d35bc2d224" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ae1cbe3a12b29a2d4f9cc193809187b684abc7ad9ddc5faad25616a8c491842" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ae1cbe3a12b29a2d4f9cc193809187b684abc7ad9ddc5faad25616a8c491842" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6ae1cbe3a12b29a2d4f9cc193809187b684abc7ad9ddc5faad25616a8c491842" + sha256 cellar: :any_skip_relocation, sonoma: "2b955547cab5b3fed78b280a5f18b574a9217d2ec5ddfcf3fe6a82b2a98ff479" + sha256 cellar: :any_skip_relocation, ventura: "2b955547cab5b3fed78b280a5f18b574a9217d2ec5ddfcf3fe6a82b2a98ff479" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f1be9b6e7056e490de8410a4d22a7f25638a90127d646f95af2ffdc24dc9440b" end depends_on "go" => :build From a85efc48b84a2f570223d6f2eaf98720cd809bd6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:53:21 +0000 Subject: [PATCH 01064/10074] conduit: update 0.13.6 bottle. --- Formula/c/conduit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/conduit.rb b/Formula/c/conduit.rb index fd8ee589ad9f1..1d8e4df1d1b4f 100644 --- a/Formula/c/conduit.rb +++ b/Formula/c/conduit.rb @@ -12,12 +12,12 @@ class Conduit < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7298f0f10e042fdc70a08407d9341d5797a673217129ea456a46231fa702f09" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e69c93a1527fddc375009caab96e16b8ddc8f89bad1910d74151b1ed53a4beea" - sha256 cellar: :any_skip_relocation, arm64_ventura: "eb170c93ae24b7b17e2b6d241a5d64971988d0c68e948792c6a7f72a0d87d8bf" - sha256 cellar: :any_skip_relocation, sonoma: "1c415dec56e651d0a2a2f0c07ec32bc7bbb978941ded677e6373c8eff4d56781" - sha256 cellar: :any_skip_relocation, ventura: "17022cfd31d1bc7e8a25c7ef43b82d7487d17384ee619807ed4b93788e2b1842" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4641affcff469da4ff258d1ebe26dfe8e699f864d1e05befa7c07a62cb43ed80" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef81acc3fe81686bf5e478644f5ca288b77027e75d8dfd1cf62a3b66770600bd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa34468427feb8b04ae5397b37455350624a02df7f441cd5f0d006d47347a9df" + sha256 cellar: :any_skip_relocation, arm64_ventura: "447797bbf2994b87a874f24d1b99cae75c77eaace536903ab750e1855719cb07" + sha256 cellar: :any_skip_relocation, sonoma: "333725673fee0c241702ab8478eb2d22bf80bdff4a1a5d176af255ce92d4786c" + sha256 cellar: :any_skip_relocation, ventura: "cfb9858fc5f70aa69f8ac82f01e72d6981254573a31e27cf6573c9cf1395d2a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c25923e90629d6b6ab7dff3dcb2271a06e7662b2477bb15a2f849771fe82531" end depends_on "go" => :build From c90f1ddeb72c0f48ce70ec4a706f7e98cf7cc90c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:53:46 +0000 Subject: [PATCH 01065/10074] doctl: update 1.128.0 bottle. --- Formula/d/doctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/doctl.rb b/Formula/d/doctl.rb index d596ed27be109..3a877b9443a97 100644 --- a/Formula/d/doctl.rb +++ b/Formula/d/doctl.rb @@ -7,12 +7,12 @@ class Doctl < Formula head "https://github.com/digitalocean/doctl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7886b4cc6d042fc9fc6737b2d381ab3704d39eacd2670cdd8d3fd7b7a8291865" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7886b4cc6d042fc9fc6737b2d381ab3704d39eacd2670cdd8d3fd7b7a8291865" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7886b4cc6d042fc9fc6737b2d381ab3704d39eacd2670cdd8d3fd7b7a8291865" - sha256 cellar: :any_skip_relocation, sonoma: "56ae65fe9dd48187179af23c0d187082708983eb6bb95338ed445c01b591ee4a" - sha256 cellar: :any_skip_relocation, ventura: "56ae65fe9dd48187179af23c0d187082708983eb6bb95338ed445c01b591ee4a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4af8170b07a735b07d3aeded371a14463aad9ee58dcef10e636e87a02318eab" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c94d39a4ccb644843c001c50fc3181865372c038e836867680b7174bbf9ec0ef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c94d39a4ccb644843c001c50fc3181865372c038e836867680b7174bbf9ec0ef" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c94d39a4ccb644843c001c50fc3181865372c038e836867680b7174bbf9ec0ef" + sha256 cellar: :any_skip_relocation, sonoma: "5b0a24a2afd0997cffa5b433c8bdf85e17314d9ef52e5ae0f5c2fcd9a2de1e39" + sha256 cellar: :any_skip_relocation, ventura: "5b0a24a2afd0997cffa5b433c8bdf85e17314d9ef52e5ae0f5c2fcd9a2de1e39" + sha256 cellar: :any_skip_relocation, x86_64_linux: "acb2fbd1810cafd5ec59d116004b04f23460e89033fde0f9bd06b25e7abea303" end depends_on "go" => :build From 0bb64cf030c77586173c2bddfc0d6f39c8a0f418 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:54:18 +0000 Subject: [PATCH 01066/10074] nng: update 1.11 bottle. --- Formula/n/nng.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nng.rb b/Formula/n/nng.rb index 8490de77c98b4..b4b3719c8752a 100644 --- a/Formula/n/nng.rb +++ b/Formula/n/nng.rb @@ -11,13 +11,13 @@ class Nng < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "f789508482605d3898a720b13ee0dd824ae18cdfce0bf84c2658bd4b9d8c307d" - sha256 cellar: :any, arm64_sonoma: "cd22208f26b61a5fbac9c6e056bc0363be4ab8ec5edb12da7c3a6a900e64140d" - sha256 cellar: :any, arm64_ventura: "cc1d18cfce4ade76e5ad37f8c1f01762be60458447460b4580240e74d19c2196" - sha256 cellar: :any, sonoma: "df7377f8a991aa85c06cef8cca79f2c3d6b2a5d788731ae7e383c9b49d763d62" - sha256 cellar: :any, ventura: "1c9e50f925a44ed332d98420c2e3c12538336d175896e2fca83f04d809cbf6da" - sha256 cellar: :any_skip_relocation, arm64_linux: "627182101a9a3e1288114a3156f64dc01ce0b010d6e26ed144208ff9c59b1f8e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c69fc95eeee497679a4e5914bb9cdf0f43aa5cd30418f89cb562c896420b919b" + sha256 cellar: :any, arm64_sequoia: "c8b949fcace671131602004d36dd682e84a8f11c294121883780bed5c37207e3" + sha256 cellar: :any, arm64_sonoma: "787e01ff6e0b46d61794bb151e18ff2af1dfcb590f2721eb35187c1de60ea3d9" + sha256 cellar: :any, arm64_ventura: "33847914c92079fae13338b6099d547957a33b9142c50196919080a23196a74d" + sha256 cellar: :any, sonoma: "f21583c80dc1ccd84cde614cb8ea7a8b7e7586ecd39aae010583a038e562580d" + sha256 cellar: :any, ventura: "5a4c09d6a83310a8117cbeb2df1f292581a7a32eff9f0c0db6a3d9172b47a6d3" + sha256 cellar: :any_skip_relocation, arm64_linux: "7df32fb58d3135bbeb0b9046534a0fb901dacfddc215546855146b3102c52eeb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "25761374c9d2ca6fedff91630fb23e7fe10ae9f68369f7eaaddc1fa5ffc35e6b" end depends_on "asciidoctor" => :build From f2f164ccda99583e287f1995d0c489a9aab4c8a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:54:43 +0000 Subject: [PATCH 01067/10074] sesh: update 2.14.0 bottle. --- Formula/s/sesh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sesh.rb b/Formula/s/sesh.rb index fdd3c87e4b9a0..8edd8e52606b6 100644 --- a/Formula/s/sesh.rb +++ b/Formula/s/sesh.rb @@ -7,12 +7,12 @@ class Sesh < Formula head "https://github.com/joshmedeski/sesh.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "68da55e239a522e3c8b4311407184a2bd958b83bfe7f1d64048884badf38ffd4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "68da55e239a522e3c8b4311407184a2bd958b83bfe7f1d64048884badf38ffd4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "68da55e239a522e3c8b4311407184a2bd958b83bfe7f1d64048884badf38ffd4" - sha256 cellar: :any_skip_relocation, sonoma: "13f517c70687613ace023e9ad13b4dcb800f7bd3092d42e460381a6e2370685a" - sha256 cellar: :any_skip_relocation, ventura: "13f517c70687613ace023e9ad13b4dcb800f7bd3092d42e460381a6e2370685a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13efb4aa7dbf4b5839b25ecd7000d64a5413c5bc4348c2536e837cbb70ca8b5d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4a08f14ff0f13d1a09029e3f368711056be1285e67417183c818e16faa45b4a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4a08f14ff0f13d1a09029e3f368711056be1285e67417183c818e16faa45b4a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f4a08f14ff0f13d1a09029e3f368711056be1285e67417183c818e16faa45b4a" + sha256 cellar: :any_skip_relocation, sonoma: "572bebaa4fba4afc9ce8c6cdf7e78aae8e9d579dd73e2c0a656185dc100f2c87" + sha256 cellar: :any_skip_relocation, ventura: "572bebaa4fba4afc9ce8c6cdf7e78aae8e9d579dd73e2c0a656185dc100f2c87" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8b04bbb41e606e1f258b25a8af3f1b542bcf30eda615656571e648e6bb4c8802" end depends_on "go" => :build From d575e19e4988f8933aac46ff97c3a48e871e2daa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:55:22 +0000 Subject: [PATCH 01068/10074] syncthing: update 1.29.7 bottle. --- Formula/s/syncthing.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/syncthing.rb b/Formula/s/syncthing.rb index 12e09890560ec..13759fb2d8f8c 100644 --- a/Formula/s/syncthing.rb +++ b/Formula/s/syncthing.rb @@ -12,13 +12,13 @@ class Syncthing < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "30ebeebb7a79c75bab5773c8bd59f07e2907d0f8a8748d86dfb72e68aae7cf95" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "40d533e9300eff8b4d72598eb4a3f716754f1bca314443e3b4787b9eba6d08f0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b9c30a65769c2e1d29690bb3ba0b5563e5dabb0f70cf905f35894d5af60d6c31" - sha256 cellar: :any_skip_relocation, sonoma: "462b004baeb5698e3fe28e279e51e1191f86144ffe7a3a7ceac190b673c48c9c" - sha256 cellar: :any_skip_relocation, ventura: "54d0eec94de14bb75213985ce2de98d9e5f002e39a25320294310e7e2e17e064" - sha256 cellar: :any_skip_relocation, arm64_linux: "0b04b48f1b0f190cba1dbfc37bf415c426213024481748851381f9378cd7af54" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fdb8aff18045b523bb414b22066e4dd187a3e4d4b096037bd36ef9bb3faa7ebc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ebb7dcd24232e86e3503119fd9e11c369f5cb65cafa1c4579d18dceb85d6374" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7516a3b4b2c8ebbe51d3f8df2d79a33587b1db42700d6b6fa1272639148b86f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bd6a1f8ea86daedc6df076d53db2b26be221f0a8d3f7a5887bf88f6fcbd84fe9" + sha256 cellar: :any_skip_relocation, sonoma: "bd12ebbd0f7cdfbe074996a76d31b223667d31f5435021cbf74422b697f5b2bc" + sha256 cellar: :any_skip_relocation, ventura: "383e2a9d569644ba8f161888b896384d261dc33b5205ff68a41dbfd9c1aadbf7" + sha256 cellar: :any_skip_relocation, arm64_linux: "8fd4cc71e5cba4d6f22de2612d8a43763c794bd798ae97ca55beca44d3769fbe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b66a3996d83860848fc95a3787d339a8bf7afd6da3c743048b1cbda2127e6129" end depends_on "go" => :build From 15954f88f327068f1878ee3601ca109a0a723c36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:59:40 +0000 Subject: [PATCH 01069/10074] renovate: update 40.38.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index f23e74337bb06..24f49e82252eb 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d81809ab99388c96425867f7f86968ce4a57316616795de9432babacb2e29e33" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "df2800d24b89118d4be77e7de636c4d645801b7f57f03d30531ec2bed19c03e3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c046515d2f78ccf9b2f417634b5d6f367011f82832845d472745f5ba81d31cfa" - sha256 cellar: :any_skip_relocation, sonoma: "ebf4c4fe58af8ff1fc59fb4c359692e48f61d76f9201dbd0b12141b7ac174121" - sha256 cellar: :any_skip_relocation, ventura: "30093d0afac33bf7a310a4d184adba9b814398366edcccd99b32750a7205f554" - sha256 cellar: :any_skip_relocation, arm64_linux: "33fa85d123fb4a136f948895c16816f04adecfabfa49e3d56bdc7b0858dc08e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef654a60358e44886c0b71b8dc9640a9aa523f0745106e5f5ca89267654bcf50" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d9dab5332718da18c613ce5986988b6f78bdf6c7056bd3dfd31d38715de5505" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b1b059cbfd95369a8116da26c710c838b034506b0d2b4d96ce501f05feb6ad7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "786221062d667323483011cb56f79736186203fd35c04a4dfff728de50e68d10" + sha256 cellar: :any_skip_relocation, sonoma: "0250c2d1b24318bab340abaf29bafb24011fd587d25b9330624d941ffec2a162" + sha256 cellar: :any_skip_relocation, ventura: "4375a4bceb6f1b80ea014e39f4156dfb4e89001df19d07e53504901df9aab8dd" + sha256 cellar: :any_skip_relocation, arm64_linux: "feeed288838934fc8d1460137938230092d4643f1bb6536ab9b907dd79c91eab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "47b2fe5cd65d569e725ebb01b31717802ed1298d75d7827e8da681b4c2c40692" end depends_on "node@22" From 9b7c689287c03186d8b4434a8176fd1bb12fd3db Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Wed, 28 May 2025 10:04:04 -0400 Subject: [PATCH 01070/10074] phrase-cli 2.42.0 --- Formula/p/phrase-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/phrase-cli.rb b/Formula/p/phrase-cli.rb index 4a49e5c69a8d8..64b0933961020 100644 --- a/Formula/p/phrase-cli.rb +++ b/Formula/p/phrase-cli.rb @@ -1,8 +1,8 @@ class PhraseCli < Formula desc "Tool to interact with the Phrase API" homepage "https://phrase.com/" - url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.40.0.tar.gz" - sha256 "1f2000c179595ea5e8c86ae4e8d20f07d0da37e320dddaa96c8c397faba0862a" + url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.42.0.tar.gz" + sha256 "42dd084ef2b622e33c524dabfcf6d7e1f74f52d3a1930e942cc91e25720e7779" license "MIT" bottle do From 55df4769afc33c67628361e9b2fbffdea3cfa7f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:18:19 +0000 Subject: [PATCH 01071/10074] proj: update 9.6.1 bottle. --- Formula/p/proj.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/proj.rb b/Formula/p/proj.rb index cf845acfc840d..50e019b8b2780 100644 --- a/Formula/p/proj.rb +++ b/Formula/p/proj.rb @@ -7,13 +7,13 @@ class Proj < Formula head "https://github.com/OSGeo/proj.git", branch: "master" bottle do - sha256 arm64_sequoia: "0261f2c43f7824430e3c60e5babb33aeb669aced7984ec4780d12dd392a59e2c" - sha256 arm64_sonoma: "6d269647a386547eee11e8e093f94540c9f6beb262181ca897f8bf5b248a90da" - sha256 arm64_ventura: "074e44f24a5afb86a56562189c6355f9b409fd6740a5c04a4dc556f3600af078" - sha256 sonoma: "e45bde228e370c95135aa3e8fa3a678ef3bf66e00de487819a784d917420fc40" - sha256 ventura: "22297d1171aa46943b6761b2be9d40b9916c6f15479b678b13808661ce3c716c" - sha256 arm64_linux: "5f93515c62af9522505323647c4aaa4b268ac2064c105db497c54ea999327a57" - sha256 x86_64_linux: "7109cbe388e8dbbc74ffb1511b9dae09dec6ad05e43a59c6ba032171ff3b270a" + sha256 arm64_sequoia: "250dd33b9d7d84b578efadb8fc5e6c579f93567c63e62c021bbb006704cb765f" + sha256 arm64_sonoma: "5fe7b04184a7c60c4ec116901c0cccc936b4b76049c5282c85bb2e07eb0d9eb6" + sha256 arm64_ventura: "abd2b2214df6468dee25e9d05ef6cb40645fef3b3d5be07cbbf24aaea76e9d81" + sha256 sonoma: "2d75a45d98e7a9cce3005c1cc7d768d1f30a0cb0ed915eed6043276758d63c08" + sha256 ventura: "b4b0bf36ab38965ee97149addfab6bca64924399f35d6cc0af09508cb114d98c" + sha256 arm64_linux: "dc8a4f4c33acf11043f198ba38cb934059fe5926f5ac20f3abb14bbca122d3b7" + sha256 x86_64_linux: "827d09fd7226cfd46e221a2735265443ee8959becc7cc9ed8befe109c487bd19" end depends_on "cmake" => :build From 10e48c89e96b471d304423907b64052e810ae1d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:19:15 +0000 Subject: [PATCH 01072/10074] vapoursynth: update 72 bottle. --- Formula/v/vapoursynth.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vapoursynth.rb b/Formula/v/vapoursynth.rb index 1fe3be74dd710..9624f92c736a8 100644 --- a/Formula/v/vapoursynth.rb +++ b/Formula/v/vapoursynth.rb @@ -12,13 +12,13 @@ class Vapoursynth < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c811e68a0a4c74b0f5dd95251de2e2a371bee226248464d812eb8fb4e286c369" - sha256 cellar: :any, arm64_sonoma: "ad4ec393ca8107f78d57aaf86443351b358eb241628409e245a85a3c9ecdc987" - sha256 cellar: :any, arm64_ventura: "e48bcb4e7917b3e94fd2e807033b74cde7442b8424f74ccb5a3be4d0cb07ad40" - sha256 cellar: :any, sonoma: "1cfae7c19a2e90651be720f5de5115bb53fcaf4cadd30f9c42345860250f6ab7" - sha256 cellar: :any, ventura: "cdebbe7fcdcde1d9b2b497f95d5f4a4a0c726ae169603d3ff1b0847eab96f6be" - sha256 cellar: :any_skip_relocation, arm64_linux: "a6d9ebf6663b9f7eabfc1099f4bc075d6a468db6f53f1214ed49637458bd81bc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "08b6eb19bb2166cc0c976f621ba133f357e3629b2a2bbc0f30031e3ec7473671" + sha256 cellar: :any, arm64_sequoia: "f7c657252db9a2a5f6d4adcaadbf37c7a9979745fee6633c275e62d8388fe5db" + sha256 cellar: :any, arm64_sonoma: "6418245eb21b047ef3243906fc8b8920daec576e27617ae3e260f5aaa3935549" + sha256 cellar: :any, arm64_ventura: "667bf1b35450d14761f1405975065166584e71430afbfc0056f38707ae9fe7e4" + sha256 cellar: :any, sonoma: "9c83c302ce30772f27755efe89c1281951f8a13a93b16e80c3d23af65e3c4fe7" + sha256 cellar: :any, ventura: "6f5549f7761bc12a30a9da999373a7b0b683475781324f4c7e947ac2d6d30102" + sha256 cellar: :any_skip_relocation, arm64_linux: "21d9be54130292ed7ffd0e1551da3f1cf0279d9c077c492f959e9bcadba23ac4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d30b9474d07672ee99fdb6502d3b51d9ee18081350e943e5d784af61180f850" end depends_on "autoconf" => :build From 78fc25bcdc86a5f2b7149acc1d1e3f5cec0f419a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:21:27 +0000 Subject: [PATCH 01073/10074] odin: update 2025-06 bottle. --- Formula/o/odin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/odin.rb b/Formula/o/odin.rb index 312b3d7adf9f7..45c155a1e4310 100644 --- a/Formula/o/odin.rb +++ b/Formula/o/odin.rb @@ -9,13 +9,13 @@ class Odin < Formula head "https://github.com/odin-lang/Odin.git", branch: "master" bottle do - sha256 arm64_sequoia: "7db718db30a1550b4a257bf38a8c4760444fe690e79823bec57ef72531e19453" - sha256 arm64_sonoma: "29b07670d0f84f2d3cbf5e44797246913f1408e25633c2842b18d13edc5aab2c" - sha256 arm64_ventura: "a1c4e779f3e0f4eeef5c06c5190b576c451efbe7db4bf7e4048e05c4084d09eb" - sha256 cellar: :any, sonoma: "a57b5002a4131c081be1d99ad99d319ac271406704b5e1a817c39da4bb6deb0d" - sha256 cellar: :any, ventura: "9f92112d2995381ea558c36c2f93605c452d9cdba7d215a26ae648539c4a7c66" - sha256 cellar: :any_skip_relocation, arm64_linux: "69c5405ef06d38cb1bd97a307fd108ba79b7bdb3cf2d31632726b6ad13bba14b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ff99f77d215a0919e14ee0c7241979b07e8f36f372e4ea99cee3042b787251f0" + sha256 arm64_sequoia: "ca3c7fda6ff4f285373e5115f269555d7d9f544764f4c024e0ff16b5836a109b" + sha256 arm64_sonoma: "0f2d101296a06d88f4b914f798530dab39159ceb410ee6ed9cd1a3f0ffa8febe" + sha256 arm64_ventura: "02e34bdb4417933bc0f42e7e74ae19ad31fffe622bbd483af7b7095d836f12d4" + sha256 cellar: :any, sonoma: "58556f14bc0d816199f4562e8371eb4cdfc2373acf186112b3d8dc12a757c4f3" + sha256 cellar: :any, ventura: "88f066b32c13a404494da37ddb9f6a492716aa14676515b1f01f1e9316d2ac20" + sha256 cellar: :any_skip_relocation, arm64_linux: "8d1f83c10f8aa873f49a6f27cdc434f0e533a3dee755862e53ed8e0274ec1536" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f3b3f867de9938f30e01d63fe0edf1a430c09fa8eb96c77e58405aa5b8a0b482" end depends_on "glfw" From 4e927c3cb5f8e24ca0ae45405fdfdc2aa2abf7be Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:48:17 -0400 Subject: [PATCH 01074/10074] flagd 0.12.4 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/f/flagd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flagd.rb b/Formula/f/flagd.rb index 47381fbce9975..a3679c6792cad 100644 --- a/Formula/f/flagd.rb +++ b/Formula/f/flagd.rb @@ -2,8 +2,8 @@ class Flagd < Formula desc "Feature flag daemon with a Unix philosophy" homepage "https://github.com/open-feature/flagd" url "https://github.com/open-feature/flagd.git", - tag: "flagd/v0.12.3", - revision: "3f4690e55013680abe36a84156d52dffb190efd5" + tag: "flagd/v0.12.4", + revision: "cb2b8eeb9c5496272b1f22d63f8eaa5d220707f5" license "Apache-2.0" head "https://github.com/open-feature/flagd.git", branch: "main" From 487f3f094f7652533d6a31867b68c76bbb140d1b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:49:43 +0000 Subject: [PATCH 01075/10074] aws-nuke 3.56.0 --- Formula/a/aws-nuke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-nuke.rb b/Formula/a/aws-nuke.rb index 66e932ac8620b..ee02d25e5968b 100644 --- a/Formula/a/aws-nuke.rb +++ b/Formula/a/aws-nuke.rb @@ -1,8 +1,8 @@ class AwsNuke < Formula desc "Nuke a whole AWS account and delete all its resources" homepage "https://github.com/ekristen/aws-nuke" - url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.55.0.tar.gz" - sha256 "81840be43088bc03d2b9a14b58fc94223f23771acd78daff8fb633c3538438fb" + url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.56.0.tar.gz" + sha256 "a65e27f8ae32e6b923c498fe49eeaf191fdc919b92a636f0cf843b27cca57dad" license "MIT" head "https://github.com/ekristen/aws-nuke.git", branch: "main" From 133c36ae8352fc5ed63c2691004422b892b1c2ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:50:02 +0000 Subject: [PATCH 01076/10074] awscli 2.27.27 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index df9df3f7821bd..68c9ee846e21d 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.26.tar.gz" - sha256 "0c5a87c308088d2ef25b155bee54fac2238620d93401314a381f689c13759d18" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.27.tar.gz" + sha256 "2f2516b0b7b6317729f81693736f4e7903a3bc559b5d7575edf2e90a35b5f670" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From cbaf9b82d56a9543fa234b55f14d454380827af2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:53:15 +0000 Subject: [PATCH 01077/10074] cfn-lint 1.35.4 --- Formula/c/cfn-lint.rb | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Formula/c/cfn-lint.rb b/Formula/c/cfn-lint.rb index b6f7cc9826bc5..190642aadd23f 100644 --- a/Formula/c/cfn-lint.rb +++ b/Formula/c/cfn-lint.rb @@ -3,8 +3,8 @@ class CfnLint < Formula desc "Validate CloudFormation templates against the CloudFormation spec" homepage "https://github.com/aws-cloudformation/cfn-lint/" - url "https://files.pythonhosted.org/packages/1f/d0/cfed86b3debec2f4fcecb794f02e927786dbf0898b78c5b8c16d64460f96/cfn_lint-1.35.3.tar.gz" - sha256 "dd52405f026eaa3f36003af186c4eebd9965f8956d88dbcf7e77223b5b02adc8" + url "https://files.pythonhosted.org/packages/7f/bd/67280945d60ccd89f9f1ef03e8d2a1eb3a617a97ff28fc9c26c801721ccd/cfn_lint-1.35.4.tar.gz" + sha256 "da38218367217b909884ec2efe361b3992868f140b1d5f37dc64a9e328d9ddb9" license "MIT-0" bottle do @@ -37,13 +37,13 @@ class CfnLint < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/c5/02/b8e52defe7322998a79cb8e09d8f8a00b9d7452a0a516072f67df89f57f1/boto3-1.38.21.tar.gz" - sha256 "417d0328fd3394ffb1c1f400d4277d45b0b86f48d2f088a02306474969344a47" + url "https://files.pythonhosted.org/packages/47/b8/77a951fdcf732af2982f0f212a9419882163211956069bff9d58e242ce65/boto3-1.38.28.tar.gz" + sha256 "69395075d54be4552719ccadad9f65a3dee5bb3751701e8851d65d71974a791d" end resource "botocore" do - url "https://files.pythonhosted.org/packages/05/4a/89f2beab6757c900b15aa301227c9447feff7d327ff0595a2b74406a388c/botocore-1.38.21.tar.gz" - sha256 "08d5e9c00e5cc9e0ae0e60570846011789dc7f1d4ea094b3f3e3f3ae1ff2063a" + url "https://files.pythonhosted.org/packages/19/8c/6fb5a271e6da62377fd0e9dc5cff00343ae7c8b83130f14985f7b3924f0c/botocore-1.38.28.tar.gz" + sha256 "63d5977a10a375c3fc11c8e15e1ae5a4daaf450af135d55c170cc537648edf25" end resource "jmespath" do @@ -62,8 +62,8 @@ class CfnLint < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -77,13 +77,13 @@ class CfnLint < Formula end resource "networkx" do - url "https://files.pythonhosted.org/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f/networkx-3.4.2.tar.gz" - sha256 "307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1" + url "https://files.pythonhosted.org/packages/6c/4f/ccdb8ad3a38e583f214547fd2f7ff1fc160c43a75af88e6aec213404b96a/networkx-3.5.tar.gz" + sha256 "d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -117,8 +117,8 @@ class CfnLint < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do @@ -132,8 +132,8 @@ class CfnLint < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do From 38140a0f227e7e824fbee261df73246beb3168a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:54:39 +0000 Subject: [PATCH 01078/10074] cotp 1.9.6 --- Formula/c/cotp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cotp.rb b/Formula/c/cotp.rb index b10af6272835d..0f8f74ec58bcb 100644 --- a/Formula/c/cotp.rb +++ b/Formula/c/cotp.rb @@ -1,8 +1,8 @@ class Cotp < Formula desc "TOTP/HOTP authenticator app with import functionality" homepage "https://github.com/replydev/cotp" - url "https://github.com/replydev/cotp/archive/refs/tags/v1.9.5.tar.gz" - sha256 "1baaa7cd72f12a74dfdc012afb682d4b563c005ded80494ac81d43977f4930e1" + url "https://github.com/replydev/cotp/archive/refs/tags/v1.9.6.tar.gz" + sha256 "4a712b2f01575cecad02d44ee49f941a70f18d9548ae163ff938885457ccc71a" license "GPL-3.0-only" head "https://github.com/replydev/cotp.git", branch: "main" From 8d2b8058fcf3f040901cac24581d3f83c5698e21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:58:08 +0000 Subject: [PATCH 01079/10074] fern-api 0.63.26 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 3e29f982dd825..4c68e90367124 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.25.tgz" - sha256 "14cf511847767509e6740b44cce1618b584add5e84ccf1cc380bf366db644ffe" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.26.tgz" + sha256 "7694e468743b2c37e5d4d481e0e2284ab8e6c8b5c853e5a040e3a3f637f7934b" license "Apache-2.0" bottle do From 7fce7b70ca2b8694bc6312fe1037a27ebf3d9278 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:59:34 +0000 Subject: [PATCH 01080/10074] git-machete 3.36.0 --- Formula/g/git-machete.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-machete.rb b/Formula/g/git-machete.rb index 1ee9868f2d0b2..ca77fd8d552ad 100644 --- a/Formula/g/git-machete.rb +++ b/Formula/g/git-machete.rb @@ -3,8 +3,8 @@ class GitMachete < Formula desc "Git repository organizer & rebase workflow automation tool" homepage "https://github.com/VirtusLab/git-machete" - url "https://files.pythonhosted.org/packages/0c/ca/06157114056a4d7ec546629ba33690fb6d1a80c3870bf7402d1f6038c048/git_machete-3.35.1.tar.gz" - sha256 "c08d944511a6c54f98433c3a170e1dba72790177f3258c6e102762d48048e664" + url "https://files.pythonhosted.org/packages/0d/54/f491974bde343bc7ce2de8736f69fc5439fed31a72a0904c713e503a712d/git_machete-3.36.0.tar.gz" + sha256 "7e77863dc0cdf2d95c5059798a33c70426bda0588af99fad2ebe912d9058979d" license "MIT" bottle do From 82607fcbe29f93847cf66e96340f7ecb76377491 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:01:45 +0000 Subject: [PATCH 01081/10074] i2pd 2.57.0 --- Formula/i/i2pd.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/i/i2pd.rb b/Formula/i/i2pd.rb index 890a3dc56794c..b584f36608303 100644 --- a/Formula/i/i2pd.rb +++ b/Formula/i/i2pd.rb @@ -1,10 +1,9 @@ class I2pd < Formula desc "Full-featured C++ implementation of I2P client" homepage "https://i2pd.website/" - url "https://github.com/PurpleI2P/i2pd/archive/refs/tags/2.56.0.tar.gz" - sha256 "eb83f7e98afeb3704d9ee0da2499205f73bab0b1becaf4494ccdcbe4295f8550" + url "https://github.com/PurpleI2P/i2pd/archive/refs/tags/2.57.0.tar.gz" + sha256 "e2327f816d92a369eaaf9fd1661bc8b350495199e2f2cb4bfd4680107cd1d4b4" license "BSD-3-Clause" - revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "c865826e73acdb762fc4acc120ff7c8f02cd6a662a963e24d9093d7bf447066b" From bc5bc65392def7b1e158e6fec3a41df81fc73cd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:01:57 +0000 Subject: [PATCH 01082/10074] icloudpd 1.28.0 --- Formula/i/icloudpd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/icloudpd.rb b/Formula/i/icloudpd.rb index e646ce7619499..b96bab4a82c58 100644 --- a/Formula/i/icloudpd.rb +++ b/Formula/i/icloudpd.rb @@ -5,8 +5,8 @@ class Icloudpd < Formula homepage "https://github.com/icloud-photos-downloader/icloud_photos_downloader" # We use a git checkout as scripts/patch_version runs git commands to update SHA url "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", - tag: "v1.27.5", - revision: "ee21fdf518569f8836fd9a945c438e25cc9a2065" + tag: "v1.28.0", + revision: "22bfb054ef5b63fd6d8462a9ab4cb00a3de89a05" license "MIT" head "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", branch: "master" From 4cf618233116897f5f2a50dcd77ebc11c3ccef6e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:02:47 +0000 Subject: [PATCH 01083/10074] infisical 0.41.5 --- Formula/i/infisical.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index 4cf9ea6695f7e..aab046e4b3c7d 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -1,8 +1,8 @@ class Infisical < Formula desc "CLI for Infisical" homepage "https://infisical.com/docs/cli/overview" - url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.4.tar.gz" - sha256 "c1feb571d7bc552be7773c69eb5ca50ef836e83b3315bc7b5305b43bce58aa5e" + url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.5.tar.gz" + sha256 "a8cb24c0ff750504cbe1683a2962d0c8114d3a3c12f266c0b811e0b151877995" license "MIT" head "https://github.com/Infisical/infisical.git", branch: "main" From 9a5347ad6a02b1c072e29575fee4d7d8b279957f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:03:14 +0000 Subject: [PATCH 01084/10074] jadx 1.5.2 --- Formula/j/jadx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jadx.rb b/Formula/j/jadx.rb index 6ffe517f2da55..6e6ae809932a9 100644 --- a/Formula/j/jadx.rb +++ b/Formula/j/jadx.rb @@ -1,8 +1,8 @@ class Jadx < Formula desc "Dex to Java decompiler" homepage "https://github.com/skylot/jadx" - url "https://github.com/skylot/jadx/releases/download/v1.5.1/jadx-1.5.1.zip" - sha256 "12fd966431903b8e15c36e5007f19343475be7d8f2a55f082e7a929eeabc937e" + url "https://github.com/skylot/jadx/releases/download/v1.5.2/jadx-1.5.2.zip" + sha256 "5a8b480839c9c61527895d81d5572182279d973abe112047417f237df958a3aa" license "Apache-2.0" bottle do From e9c98951d770c4d3faf84be40526db9097db7fe0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:11:07 +0000 Subject: [PATCH 01085/10074] oh-my-posh 26.2.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 035f529a9a4fe..bd84b8bebdbff 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.1.0.tar.gz" - sha256 "d138949ccb7314f2540d8cb5d8bed880db601b0c3b62b54a8852c39b58ce1b1e" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.2.0.tar.gz" + sha256 "375698f75097414e54384193943c8968aa2f60adf9e407dd78939a7631399a1c" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 882a73dab7cc3dc1ac1977009497141ecb71ca07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:15:18 +0000 Subject: [PATCH 01086/10074] pytest 8.4.0 --- Formula/p/pytest.rb | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Formula/p/pytest.rb b/Formula/p/pytest.rb index 0ff38917985a2..aa3787dc6f607 100644 --- a/Formula/p/pytest.rb +++ b/Formula/p/pytest.rb @@ -3,8 +3,8 @@ class Pytest < Formula desc "Simple powerful testing with Python" homepage "https://docs.pytest.org/en/latest/" - url "https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz" - sha256 "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" + url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" + sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" license "MIT" bottle do @@ -14,18 +14,23 @@ class Pytest < Formula depends_on "python@3.13" resource "iniconfig" do - url "https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz" - sha256 "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" + url "https://files.pythonhosted.org/packages/f2/97/ebf4da567aa6827c909642694d71c9fcf53e5b504f2d96afea02718862f3/iniconfig-2.1.0.tar.gz" + sha256 "3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" + end + + resource "pygments" do + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end def install From 1ce2c0ab751dfc053825a1524ae4987b77e0b5f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:16:15 +0000 Subject: [PATCH 01087/10074] renovate 40.39.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 24f49e82252eb..f7ac7bca416bf 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.38.0.tgz" - sha256 "8c4b215af161e754fb2270be83e0e465d145a22984d460f70a50c8e58d227174" + url "https://registry.npmjs.org/renovate/-/renovate-40.39.0.tgz" + sha256 "9a054d59e6e67b0e54d49936fb60668cfb937121ad8f2cedded1e4f6effe96f3" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 00f50adb2c2e8a8433b6b9e282e733c1dbea804f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:16:57 +0000 Subject: [PATCH 01088/10074] rover 0.32.1 --- Formula/r/rover.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index a65c2b25cf06e..482be03b6a17b 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -1,8 +1,8 @@ class Rover < Formula desc "CLI for managing and maintaining data graphs with Apollo Studio" homepage "https://www.apollographql.com/docs/rover/" - url "https://github.com/apollographql/rover/archive/refs/tags/v0.32.0.tar.gz" - sha256 "73b1cbd858e7051ed59b4840fa1113822985fe233f1042e0f9715b0234ebdac8" + url "https://github.com/apollographql/rover/archive/refs/tags/v0.32.1.tar.gz" + sha256 "9519cc02fa0c9bd5dcd0552db01ec8ee0698a409e4c8af721fb8d2e8654b998a" license "MIT" head "https://github.com/apollographql/rover.git", branch: "main" From 6561b894911849d0910d4d8a25968ffd4dae36ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:19:14 +0000 Subject: [PATCH 01089/10074] sqlpage 0.35.2 --- Formula/s/sqlpage.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqlpage.rb b/Formula/s/sqlpage.rb index c28a60e4fbc53..dc0bd3a07fe75 100644 --- a/Formula/s/sqlpage.rb +++ b/Formula/s/sqlpage.rb @@ -1,8 +1,8 @@ class Sqlpage < Formula desc "Web app builder using SQL queries to create dynamic webapps quickly" homepage "https://sql-page.com/" - url "https://github.com/sqlpage/SQLpage/archive/refs/tags/v0.35.1.tar.gz" - sha256 "3aa9b1af070c992031d3bb13751ef1f5dc5565e7e9a15ce078a541667b65f480" + url "https://github.com/sqlpage/SQLpage/archive/refs/tags/v0.35.2.tar.gz" + sha256 "e04cdcd74a1b41a3f46b67ec99f941fd149a79a3d2b8eb8fb095b3883d564f05" license "MIT" head "https://github.com/sqlpage/SQLpage.git", branch: "main" From e4317a870b83bbd0cabce7e31424de0b3c8bcc67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:20:35 +0000 Subject: [PATCH 01090/10074] tailscale 1.84.1 --- Formula/t/tailscale.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailscale.rb b/Formula/t/tailscale.rb index cf38a3cd79de8..30439baeab4b3 100644 --- a/Formula/t/tailscale.rb +++ b/Formula/t/tailscale.rb @@ -2,8 +2,8 @@ class Tailscale < Formula desc "Easiest, most secure way to use WireGuard and 2FA" homepage "https://tailscale.com" url "https://github.com/tailscale/tailscale.git", - tag: "v1.84.0", - revision: "0b36774ff9e8d5a82efee38e3734298ffb453ae9" + tag: "v1.84.1", + revision: "72ec2811bfa0157ba406f5631cc5d7c1a3b692bc" license "BSD-3-Clause" livecheck do From c005060f3889b683eac008ecb2d35ae919ba6ff9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:21:01 +0000 Subject: [PATCH 01091/10074] terramate 0.13.2 --- Formula/t/terramate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terramate.rb b/Formula/t/terramate.rb index 58f9e93adf1eb..cd3a8796ebc61 100644 --- a/Formula/t/terramate.rb +++ b/Formula/t/terramate.rb @@ -1,8 +1,8 @@ class Terramate < Formula desc "Managing Terraform stacks with change detections and code generations" homepage "https://terramate.io/docs/" - url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.13.1.tar.gz" - sha256 "fb9dfeb7395e10e2000ed67ab9a6e40edea6d31efcc9f5a84a95f274cb9ec8b9" + url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.13.2.tar.gz" + sha256 "2604def6adadff105137781d5f3d6d020fc9bc9ade44a51669fbad145a08b0a8" license "MPL-2.0" head "https://github.com/terramate-io/terramate.git", branch: "main" From 111f20fa05de2c52dfa898230e42027f894a1b5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:21:58 +0000 Subject: [PATCH 01092/10074] typos-cli 1.33.1 --- Formula/t/typos-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/typos-cli.rb b/Formula/t/typos-cli.rb index 280fc230bd4e1..475cc34c19086 100644 --- a/Formula/t/typos-cli.rb +++ b/Formula/t/typos-cli.rb @@ -1,8 +1,8 @@ class TyposCli < Formula desc "Source code spell checker" homepage "https://github.com/crate-ci/typos" - url "https://github.com/crate-ci/typos/archive/refs/tags/v1.32.0.tar.gz" - sha256 "11c1ac4f9427cd572ce728c20814ebd8b8769ed909b7d1309d805d9a37b81084" + url "https://github.com/crate-ci/typos/archive/refs/tags/v1.33.1.tar.gz" + sha256 "ba79bbce57416d0cab7805f2854581ed2f34be80889c25c2a47dd85bdc3d0d46" license any_of: ["Apache-2.0", "MIT"] livecheck do From b3c10e593ccd5246c11e6d068510f1639ae5bba2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:22:45 +0000 Subject: [PATCH 01093/10074] victorialogs 1.23.3 --- Formula/v/victorialogs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/victorialogs.rb b/Formula/v/victorialogs.rb index 035963737566c..117ebbfc095d2 100644 --- a/Formula/v/victorialogs.rb +++ b/Formula/v/victorialogs.rb @@ -1,8 +1,8 @@ class Victorialogs < Formula desc "Open source user-friendly database for logs from VictoriaMetrics" homepage "https://docs.victoriametrics.com/victorialogs/" - url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.23.2-victorialogs.tar.gz" - sha256 "c0688d592dd37b251cc8002a1bb74c8b0268d3da7d8560a0ec02c1a9779971ef" + url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.23.3-victorialogs.tar.gz" + sha256 "04a369496941462f7a56b9c4cea0ed5768fbd65ddd74009120e82079960ced49" license "Apache-2.0" # There are tags like `pmm-6401-v1.89.1` in the upstream repo. They don't From 02a75f3102c5b48501c186832fe1f9942354c4de Mon Sep 17 00:00:00 2001 From: Jayant Shrivastava Date: Thu, 29 May 2025 23:12:20 -0400 Subject: [PATCH 01094/10074] claude-squad 1.0.3 (new formula) --- Formula/c/claude-squad.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Formula/c/claude-squad.rb diff --git a/Formula/c/claude-squad.rb b/Formula/c/claude-squad.rb new file mode 100644 index 0000000000000..a44e0f401c1c7 --- /dev/null +++ b/Formula/c/claude-squad.rb @@ -0,0 +1,20 @@ +class ClaudeSquad < Formula + desc "Manage multiple AI agents like Claude Code, Aider and Codex in your terminal" + homepage "https://smtg-ai.github.io/claude-squad/" + url "https://github.com/smtg-ai/claude-squad/archive/refs/tags/v1.0.3.tar.gz" + sha256 "d790acb3d3ad80fdcd73be1200b6548367fde4abf39168d3d85a772bad0e84f6" + license "AGPL-3.0-only" + head "https://github.com/smtg-ai/claude-squad.git", branch: "main" + + depends_on "go" => :build + + def install + system "go", "build", *std_go_args(ldflags: "-s -w") + generate_completions_from_executable(bin/"claude-squad", "completion") + end + + test do + output = shell_output(bin/"claude-squad") + assert_includes output, "claude-squad must be run from within a git repository" + end +end From 9cb2991401aed5334bcf43867409ebb7a1d3d623 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:53:35 +0000 Subject: [PATCH 01095/10074] c7n 0.9.45.0 --- Formula/c/c7n.rb | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Formula/c/c7n.rb b/Formula/c/c7n.rb index b99d143e51bef..ba7257587c760 100644 --- a/Formula/c/c7n.rb +++ b/Formula/c/c7n.rb @@ -3,8 +3,8 @@ class C7n < Formula desc "Rules engine for cloud security, cost optimization, and governance" homepage "https://github.com/cloud-custodian/cloud-custodian" - url "https://github.com/cloud-custodian/cloud-custodian/archive/refs/tags/0.9.44.0.tar.gz" - sha256 "479d93f60d30df09ab395b4d0b3357671e5a99083ad32be733db3a5199302afd" + url "https://github.com/cloud-custodian/cloud-custodian/archive/refs/tags/0.9.45.0.tar.gz" + sha256 "e87dfe9b2a25e7457e88937b861a60d24522e249c9b84c399ea53d9735fbe6f2" license "Apache-2.0" livecheck do @@ -37,13 +37,13 @@ class C7n < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/ee/be/0cb6a7253e0a7041bbd5928a8d10e4327ffaf2b4cdcc3b34f2985c1b05ba/boto3-1.38.1.tar.gz" - sha256 "988e7fae7fd4d59798f84604d73a3a019c07b048f746c7c40258c0e656473887" + url "https://files.pythonhosted.org/packages/47/b8/77a951fdcf732af2982f0f212a9419882163211956069bff9d58e242ce65/boto3-1.38.28.tar.gz" + sha256 "69395075d54be4552719ccadad9f65a3dee5bb3751701e8851d65d71974a791d" end resource "botocore" do - url "https://files.pythonhosted.org/packages/7e/49/02f87fd4371662d590f9c4178615e18316e451ba82b214780c06a0be79d7/botocore-1.38.1.tar.gz" - sha256 "c2eb42eeaa502f236ba894a65ea7f7241711150cc450b9d59fbbad41e741adc0" + url "https://files.pythonhosted.org/packages/19/8c/6fb5a271e6da62377fd0e9dc5cff00343ae7c8b83130f14985f7b3924f0c/botocore-1.38.28.tar.gz" + sha256 "63d5977a10a375c3fc11c8e15e1ae5a4daaf450af135d55c170cc537648edf25" end resource "docutils" do @@ -52,8 +52,8 @@ class C7n < Formula end resource "importlib-metadata" do - url "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz" - sha256 "310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580" + url "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz" + sha256 "d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000" end resource "jmespath" do @@ -62,8 +62,8 @@ class C7n < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -87,13 +87,13 @@ class C7n < Formula end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz" - sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do @@ -112,8 +112,8 @@ class C7n < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz" + sha256 "dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5" end def install From 0f5bc832529c99ee494969085e5ba1051c6e6f77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:55:20 +0000 Subject: [PATCH 01096/10074] charmcraft 3.5.0 --- Formula/c/charmcraft.rb | 120 ++++++++++++++++++++-------------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/Formula/c/charmcraft.rb b/Formula/c/charmcraft.rb index db95a32ff41a4..8de7ff96540eb 100644 --- a/Formula/c/charmcraft.rb +++ b/Formula/c/charmcraft.rb @@ -3,8 +3,8 @@ class Charmcraft < Formula desc "Tool to build charms and publish them on Charmhub" homepage "https://charmhub.io" - url "https://files.pythonhosted.org/packages/96/c1/54c4193113f9a340c60acff29bb22ac310668219bf0aac59004bafde5d95/charmcraft-3.4.3.tar.gz" - sha256 "ef398a210cad0cb78cc176beed4459de52c966c5d28ca16544a4639d3c1d2fce" + url "https://files.pythonhosted.org/packages/d4/58/e7fff19ea4070b5096f0dba1282ea90bf53f92eac3c3f146b5ab9a088478/charmcraft-3.5.0.tar.gz" + sha256 "cbb5656528be0f68761ff2407469c5ef586e770847331d87c1e224a4d046b0ff" license "Apache-2.0" bottle do @@ -31,18 +31,18 @@ class Charmcraft < Formula end resource "anyio" do - url "https://files.pythonhosted.org/packages/a3/73/199a98fc2dae33535d6b8e8e6ec01f8c1d76c9adb096c6b7d64823038cde/anyio-4.8.0.tar.gz" - sha256 "1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a" + url "https://files.pythonhosted.org/packages/95/7d/4c1bd541d4dffa1b52bd83fb8527089e097a106fc90b467a7313b105f840/anyio-4.9.0.tar.gz" + sha256 "673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028" end resource "attrs" do - url "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz" - sha256 "1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "boolean-py" do - url "https://files.pythonhosted.org/packages/a2/d9/b6e56a303d221fc0bdff2c775e4eef7fedd58194aa5a96fa89fb71634cc9/boolean.py-4.0.tar.gz" - sha256 "17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4" + url "https://files.pythonhosted.org/packages/c4/cf/85379f13b76f3a69bca86b60237978af17d6aa0bc5998978c3b8cf05abb2/boolean_py-5.0.tar.gz" + sha256 "60cbc4bad079753721d32649545505362c754e121570ada4658b852a3a318d95" end resource "chardet" do @@ -51,43 +51,43 @@ class Charmcraft < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "craft-application" do - url "https://files.pythonhosted.org/packages/d8/c5/0e7e7f712e5024c106641ef7b0b77e40964a3f79747ea0d5308e0e97d3f2/craft_application-4.9.1.tar.gz" - sha256 "71e674c89cb492e16011741ee9d423dde9d851aa895c8073a2925c583a2d505b" + url "https://files.pythonhosted.org/packages/86/86/20bac2f1a4e45097c01040328ff8ffd5313533d03231db08435559c684c3/craft_application-4.10.0.tar.gz" + sha256 "7a9cda0e854877fb80464e03274e69b97540a618e0c53cbc500b6fce25b9b8c4" end resource "craft-archives" do - url "https://files.pythonhosted.org/packages/8b/8e/efd531838ceb591d4aaa4d032807131082bf20e39112472be33346cc9267/craft-archives-2.0.2.tar.gz" - sha256 "8dfc0a78ba0bf1e63891975463e2a15c0028b9697b2282d6e9fe05bd6477960d" + url "https://files.pythonhosted.org/packages/a0/b2/40c6f0fc84c87be9fe93aafbc0e98d0d5529aad351e9261fbab9ed1955fa/craft_archives-2.1.0.tar.gz" + sha256 "1796ddbdd841443884b4820a9d95ea96639ae8d776c4f0c4a287346e2ccc8e94" end resource "craft-cli" do - url "https://files.pythonhosted.org/packages/9e/a7/32b8170deaefb28a8ec4cbccbaa0fbc4fac019cf3edf3682079af271ffa9/craft_cli-2.15.0.tar.gz" - sha256 "83c94e521c597c0836eb4a649c68105827006731d2032ca925cf1aea27d9fc9c" + url "https://files.pythonhosted.org/packages/96/64/86c6310c29a2b58470ee2ddef188a03250bdb2cffa07229e55776b63ac8c/craft_cli-3.0.0.tar.gz" + sha256 "9dd847d62648fd312284e63237386ff99fc4d24f1adfa0100fe08b003abfe6d9" end resource "craft-grammar" do - url "https://files.pythonhosted.org/packages/02/d6/073514a6dd3f79fd82f73b0532df0f5dfc39c5ba548795a8c1406851e914/craft_grammar-2.0.1.tar.gz" - sha256 "fd6d90b49f3dc1705d9a745192d61192f2eeb42ecb316d7a2b921083d7601c5a" + url "https://files.pythonhosted.org/packages/4f/75/f4851b02aacbf77ff581c4e09f338920ed0786cf4846c16ae3a65534b9fd/craft_grammar-2.0.3.tar.gz" + sha256 "90bb9a8a2bf97df866798e634ec6d365c3bee01183c2e1a16394282b411b96a7" end resource "craft-parts" do - url "https://files.pythonhosted.org/packages/fb/d7/f8d6c8aca83d1c751b0ed30c7e5b70f119f5d020569ae91626c37347caa9/craft_parts-2.6.2.tar.gz" - sha256 "937ac0f5a4abc7b2a1c9b236652b95a7d39de95bb76c380e0fb1249a8b4df0ea" + url "https://files.pythonhosted.org/packages/38/e2/e447994c1436b0ae3a8c4987f96fa8d45b62330f363a6d77cf7e4f5bae16/craft_parts-2.10.0.tar.gz" + sha256 "62a0dbca7248769dc43ce1f8755aff65af1b2d1df1627ac27251325b4b9e5bce" end resource "craft-platforms" do - url "https://files.pythonhosted.org/packages/ab/7e/a9a54ac2025f5399689027fd317273f477c7c15478b2c59791aa48f34262/craft_platforms-0.6.0.tar.gz" - sha256 "7aa153bfff5a28cf4f8c8a7b3da29c259da3a9d9a2f9a2e7c52e118e5735a927" + url "https://files.pythonhosted.org/packages/70/d5/9fe129a37b5f7d1506af03cad940651cc462cbb69f6791d88a2e6174ca46/craft_platforms-0.9.0.tar.gz" + sha256 "08d945625c0bd719181dbb038a22ac897aa2f2b681a8585a911c4360873e33c3" end resource "craft-providers" do - url "https://files.pythonhosted.org/packages/16/92/93e3f7adff46a338ae7087ffedab34dd116b329917735677f3205369b931/craft_providers-2.2.0.tar.gz" - sha256 "dda4df4f777fbc6fbb4fd72cb85ccd237d07875b80a5c95bc70ace3c22d26b07" + url "https://files.pythonhosted.org/packages/69/d9/5c9195dbd410c978ef8f7172ddef7ab86d10f501560ee49dcdae1497e8f4/craft_providers-2.3.0.tar.gz" + sha256 "8b9f60d587d118e35e6cf0c28ffffafe5c8e40e3e6c49da3b171a3d18a070ffa" end resource "craft-store" do @@ -106,13 +106,13 @@ class Charmcraft < Formula end resource "h11" do - url "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz" - sha256 "8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" + url "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz" + sha256 "4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" end resource "httpcore" do - url "https://files.pythonhosted.org/packages/6a/41/d7d0a89eb493922c37d343b607bc1b5da7f5be7e383740b4753ad8943e90/httpcore-1.0.7.tar.gz" - sha256 "8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c" + url "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz" + sha256 "6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" end resource "httplib2" do @@ -126,8 +126,8 @@ class Charmcraft < Formula end resource "humanize" do - url "https://files.pythonhosted.org/packages/5b/8c/4f2f0784d08a383b5de3d3b1d65a6f204cc5dc487621c91c550388d756af/humanize-4.12.1.tar.gz" - sha256 "1338ba97415c96556758a6e2f65977ed406dddf4620d4c6db9bbdfd07f0f1232" + url "https://files.pythonhosted.org/packages/22/d1/bbc4d251187a43f69844f7fd8941426549bbe4723e8ff0a7441796b0789f/humanize-4.12.3.tar.gz" + sha256 "8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0" end resource "idna" do @@ -151,23 +151,23 @@ class Charmcraft < Formula end resource "jeepney" do - url "https://files.pythonhosted.org/packages/d6/f4/154cf374c2daf2020e05c3c6a03c91348d59b23c5366e968feb198306fdf/jeepney-0.8.0.tar.gz" - sha256 "5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806" + url "https://files.pythonhosted.org/packages/7b/6f/357efd7602486741aa73ffc0617fb310a29b588ed0fd69c2399acbb85b0c/jeepney-0.9.0.tar.gz" + sha256 "cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732" end resource "jinja2" do - url "https://files.pythonhosted.org/packages/af/92/b3130cbbf5591acf9ade8708c365f3238046ac7cb8ccba6e81abccb0ccff/jinja2-3.1.5.tar.gz" - sha256 "8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb" + url "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz" + sha256 "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do - url "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz" - sha256 "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" + url "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz" + sha256 "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" end resource "keyring" do @@ -206,8 +206,8 @@ class Charmcraft < Formula end resource "more-itertools" do - url "https://files.pythonhosted.org/packages/88/3b/7fa1fe835e2e93fd6d7b52b2f95ae810cf5ba133e1845f726f5a992d62c2/more-itertools-10.6.0.tar.gz" - sha256 "2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b" + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" end resource "oauthlib" do @@ -221,18 +221,18 @@ class Charmcraft < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz" - sha256 "357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "protobuf" do - url "https://files.pythonhosted.org/packages/f7/d1/e0a911544ca9993e0f17ce6d3cc0932752356c1b0a834397f28e63479344/protobuf-5.29.3.tar.gz" - sha256 "5da0f41edaf117bde316404bad1a486cb4ededf8e4a54891296f648e8e076620" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "pydantic" do @@ -256,8 +256,8 @@ class Charmcraft < Formula end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/8b/1a/3544f4f299a47911c2ab3710f534e52fea62a633c96806995da5d25be4b2/pyparsing-3.2.1.tar.gz" - sha256 "61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "pyrfc3339" do @@ -276,8 +276,8 @@ class Charmcraft < Formula end resource "pytz" do - url "https://files.pythonhosted.org/packages/5f/57/df1c9157c8d5a05117e455d66fd7cf6dbc46974f832b1058ed4856785d8a/pytz-2025.1.tar.gz" - sha256 "c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "pyxdg" do @@ -306,13 +306,13 @@ class Charmcraft < Formula end resource "requests-unixsocket2" do - url "https://files.pythonhosted.org/packages/14/66/88737c8720685f44e6a1c04cb2185301a6ec4538ac82324f0f33c9dc5fd5/requests_unixsocket2-0.4.2.tar.gz" - sha256 "929c58ecc5981f3d127661ceb9ec8c76e0f08d31c52e44ab1462ac0dcd55b5f5" + url "https://files.pythonhosted.org/packages/e3/7b/8f398d91382a2bbae06530389f74d6296a4da04827144a3015f34b7d82c4/requests_unixsocket2-1.0.0.tar.gz" + sha256 "8c6cad0326369658db931b4c36f03cd1cccb7668e081e7fb3972b500a93bb563" end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0a/79/2ce611b18c4fd83d9e3aecb5cba93e1917c050f556db39842889fa69b79f/rpds_py-0.23.1.tar.gz" - sha256 "7f3240dcfa14d198dba24b8b9cb3b108c06b68d45b7babd9eefc1038fdf7e707" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "secretstorage" do @@ -321,8 +321,8 @@ class Charmcraft < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/92/ec/089608b791d210aec4e7f97488e67ab0d33add3efccb83a056cbafe3a2a6/setuptools-75.8.0.tar.gz" - sha256 "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -346,13 +346,13 @@ class Charmcraft < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "wadllib" do From 5aefe3ca8d7420e8cf97eb6ac9572043575c52bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:56:00 +0000 Subject: [PATCH 01097/10074] closure-compiler 20250526 --- Formula/c/closure-compiler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/closure-compiler.rb b/Formula/c/closure-compiler.rb index d0c6275290e28..a3565221aac19 100644 --- a/Formula/c/closure-compiler.rb +++ b/Formula/c/closure-compiler.rb @@ -1,8 +1,8 @@ class ClosureCompiler < Formula desc "JavaScript optimizing compiler" homepage "https://developers.google.com/closure/compiler" - url "https://search.maven.org/remotecontent?filepath=com/google/javascript/closure-compiler/v20250407/closure-compiler-v20250407.jar" - sha256 "4fda9905d8de57ea5ae5dfb0446480c263f52a7ee56994ee16e0cec6a69d8554" + url "https://search.maven.org/remotecontent?filepath=com/google/javascript/closure-compiler/v20250526/closure-compiler-v20250526.jar" + sha256 "7e3ce72c80842ad1d8fb2b6ccbff0ffc3cc1b4ce0d517c2b68687653e90c51d4" license "Apache-2.0" livecheck do From 3f31667a5da92641140ab6c013c69cc80a67796e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:58:58 +0000 Subject: [PATCH 01098/10074] docker-credential-helper-ecr 0.10.0 --- Formula/d/docker-credential-helper-ecr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-credential-helper-ecr.rb b/Formula/d/docker-credential-helper-ecr.rb index e3db1bb68a98e..e256777ba63f2 100644 --- a/Formula/d/docker-credential-helper-ecr.rb +++ b/Formula/d/docker-credential-helper-ecr.rb @@ -1,8 +1,8 @@ class DockerCredentialHelperEcr < Formula desc "Docker Credential Helper for Amazon ECR" homepage "https://github.com/awslabs/amazon-ecr-credential-helper" - url "https://github.com/awslabs/amazon-ecr-credential-helper/archive/refs/tags/v0.9.1.tar.gz" - sha256 "0f186c04c4f90fde02add338cf85f7136a2b7aa52bf2f6ae2130244ce1132393" + url "https://github.com/awslabs/amazon-ecr-credential-helper/archive/refs/tags/v0.10.0.tar.gz" + sha256 "dd97ebe79fcc488496cb6e5b2ad9f8a79b5105018c6ee02be9f80cc0df0f4ad7" license "Apache-2.0" head "https://github.com/awslabs/amazon-ecr-credential-helper.git", branch: "main" From e21d145bc5f081930a45c3943f51fcc91ed79ee5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:01:59 +0000 Subject: [PATCH 01099/10074] flyctl 0.3.137 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 24dc2789cab70..e0cf38fd514b2 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.135", - revision: "53cac93a1608223a2c766daa2769424e526b4179" + tag: "v0.3.137", + revision: "7a200d0547f773b3892a907959878b278d04f107" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From f926488b4d36defba0473e7b16ae0b18c3095cfd Mon Sep 17 00:00:00 2001 From: Sam Jones Date: Mon, 2 Jun 2025 19:03:28 -0400 Subject: [PATCH 01100/10074] chadwick 0.10.0 --- Formula/c/chadwick.rb | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Formula/c/chadwick.rb b/Formula/c/chadwick.rb index 3356c23be5d93..5adcde0b29623 100644 --- a/Formula/c/chadwick.rb +++ b/Formula/c/chadwick.rb @@ -1,13 +1,13 @@ class Chadwick < Formula - desc "Tools for parsing Retrosheet MLB play-by-play files" - homepage "https://chadwick.sourceforge.net/doc/index.html" - url "https://downloads.sourceforge.net/project/chadwick/chadwick-0.7/chadwick-0.7.2/chadwick-0.7.2.tar.gz" - sha256 "f7b3af15281106e101e2ccc4cb182a3f15dbdc3327f2bcb045bfc486a8fda46e" + desc "Tools for manipulating baseball data" + homepage "https://chadwick.readthedocs.io" + url "https://github.com/chadwickbureau/chadwick/releases/download/v0.10.0/chadwick-0.10.0.tar.gz" + sha256 "a4128934286edf5f9938923aad2000f7549dcccfb3b3f149a417534ef7eb29e9" license "GPL-2.0-or-later" livecheck do url :stable - regex(%r{url=.*?/chadwick[._-]v?(\d+(?:\.\d+)+)\.t}i) + strategy :github_latest end bottle do @@ -26,12 +26,6 @@ class Chadwick < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "a384612258d503ddcdf39abc98c60e3cfdad289aaaad89169ee18f6f4e596639" end - # Fix -flat_namespace being used on Big Sur and later. - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-pre-0.4.2.418-big_sur.diff" - sha256 "83af02f2aa2b746bb7225872cab29a253264be49db0ecebb12f841562d9a2923" - end - def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" system "make" From ba83a92f90872069b48df46e9436d61d08f04e9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:04:05 +0000 Subject: [PATCH 01101/10074] godap 2.10.5 --- Formula/g/godap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/godap.rb b/Formula/g/godap.rb index 51ef53b35c45c..c6507b5407709 100644 --- a/Formula/g/godap.rb +++ b/Formula/g/godap.rb @@ -1,8 +1,8 @@ class Godap < Formula desc "Complete TUI (terminal user interface) for LDAP" homepage "https://github.com/Macmod/godap" - url "https://github.com/Macmod/godap/archive/refs/tags/v2.10.4.tar.gz" - sha256 "c0b8d4a8845566c7623a1615accd150df5c3c96769241b7c232e81348114a486" + url "https://github.com/Macmod/godap/archive/refs/tags/v2.10.5.tar.gz" + sha256 "94e7e973362c60539aca38399467c0e3f1e004063e846f83a0bd3d3616303f0c" license "MIT" head "https://github.com/Macmod/godap.git", branch: "main" From f0ecd3b844425e48dc40a20473d7fda1ff9b6b99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:06:15 +0000 Subject: [PATCH 01102/10074] i2p 2.9.0 --- Formula/i/i2p.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/i2p.rb b/Formula/i/i2p.rb index bcb50517e5681..50d01139cef73 100644 --- a/Formula/i/i2p.rb +++ b/Formula/i/i2p.rb @@ -1,8 +1,8 @@ class I2p < Formula desc "Anonymous overlay network - a network within a network" homepage "https://geti2p.net" - url "https://github.com/i2p/i2p.i2p/archive/refs/tags/i2p-2.8.2.tar.gz" - sha256 "b259b5a7d4652dc344b106d00223d1a6c53339d3a126aed2428a56806044d464" + url "https://github.com/i2p/i2p.i2p/archive/refs/tags/i2p-2.9.0.tar.gz" + sha256 "34070d95989abf5c3e922eb31958d696bdbe0bdffde2284aa14e1c763f73d7ea" license :cannot_represent livecheck do From ec6176a946117c396863447c2eb3eb0b82633e28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:12:42 +0000 Subject: [PATCH 01103/10074] macmon 0.6.1 --- Formula/m/macmon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/macmon.rb b/Formula/m/macmon.rb index 838836e3f5f6d..d9b3cbcd1713f 100644 --- a/Formula/m/macmon.rb +++ b/Formula/m/macmon.rb @@ -1,8 +1,8 @@ class Macmon < Formula desc "Sudoless performance monitoring for Apple Silicon processors" homepage "https://github.com/vladkens/macmon" - url "https://github.com/vladkens/macmon/archive/refs/tags/v0.6.0.tar.gz" - sha256 "791336207740ff2e2f5494ebd9250e45eea57c4aa496a9255ecde7b2518fb712" + url "https://github.com/vladkens/macmon/archive/refs/tags/v0.6.1.tar.gz" + sha256 "3bac768a080f9231660a77b1c696e540a2d751807d088c8d7877db4ffb782aec" license "MIT" head "https://github.com/vladkens/macmon.git", branch: "main" From c7951a2bd2f6729d6e92aca2b233803a5fd07ecf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:13:29 +0000 Subject: [PATCH 01104/10074] mdz 2.2.1 --- Formula/m/mdz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mdz.rb b/Formula/m/mdz.rb index e0183e83e7c57..908859a649475 100644 --- a/Formula/m/mdz.rb +++ b/Formula/m/mdz.rb @@ -1,8 +1,8 @@ class Mdz < Formula desc "CLI for the mdz ledger Open Source" homepage "https://github.com/LerianStudio/midaz" - url "https://github.com/LerianStudio/midaz/archive/refs/tags/v2.2.0.tar.gz" - sha256 "67a8acfbf3df32effcb73495257ec499071589c2094ba5d29e4576ce74457d8c" + url "https://github.com/LerianStudio/midaz/archive/refs/tags/v2.2.1.tar.gz" + sha256 "f74b30f2d62e0ab002c104b075ffda8a9574a8597a73abc31bfa7b7e264d3517" license "Apache-2.0" head "https://github.com/LerianStudio/midaz.git", branch: "main" From add069e04d7dda3df9d50f02e3fcfdc5fedf8037 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:19:04 +0000 Subject: [PATCH 01105/10074] parsedmarc 8.18.4 --- Formula/p/parsedmarc.rb | 162 +++++++++++++++++++--------------------- 1 file changed, 76 insertions(+), 86 deletions(-) diff --git a/Formula/p/parsedmarc.rb b/Formula/p/parsedmarc.rb index 13b9bdb1f6622..f9e7c2b7a2689 100644 --- a/Formula/p/parsedmarc.rb +++ b/Formula/p/parsedmarc.rb @@ -3,8 +3,8 @@ class Parsedmarc < Formula desc "DMARC report analyzer and visualizer" homepage "https://domainaware.github.io/parsedmarc/" - url "https://files.pythonhosted.org/packages/93/23/e7de791f709e493e7ac5b6c2f03f722157f8948dcda3b5e1685fdc6a4adb/parsedmarc-8.18.1.tar.gz" - sha256 "a84fd6328bd5941f6ed25c959771daa47cef846f9f1930bee830c150a454ff6c" + url "https://files.pythonhosted.org/packages/36/72/0dfac9b964d4b05be963dcf459392d4ae282d34546acef5784177448245d/parsedmarc-8.18.4.tar.gz" + sha256 "c927ef3e54618ff4b8aea499d49b18345a3f5938538db5f44fabc35cd8d0a94c" license "Apache-2.0" head "https://github.com/domainaware/parsedmarc.git", branch: "master" @@ -26,13 +26,13 @@ class Parsedmarc < Formula uses_from_macos "libxslt" resource "aiohappyeyeballs" do - url "https://files.pythonhosted.org/packages/08/07/508f9ebba367fc3370162e53a3cfd12f5652ad79f0e0bfdf9f9847c6f159/aiohappyeyeballs-2.4.6.tar.gz" - sha256 "9b05052f9042985d32ecbe4b59a77ae19c006a78f1344d7fdad69d28ded3d0b0" + url "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz" + sha256 "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/37/4b/952d49c73084fb790cb5c6ead50848c8e96b4980ad806cf4d2ad341eaa03/aiohttp-3.11.12.tar.gz" - sha256 "7603ca26d75b1b86160ce1bbe2787a0b706e592af5b2504e12caa88a217767b0" + url "https://files.pythonhosted.org/packages/eb/62/95588e933dfea06a3af0332990bd19f6768f8f37fa4c0fe33fe4c55cf9d0/aiohttp-3.12.7.tar.gz" + sha256 "08bf55b216c779eddb6e41c1841c17d7ddd12776c7d7b36051c0a292a9ca828e" end resource "aiosignal" do @@ -41,18 +41,18 @@ class Parsedmarc < Formula end resource "attrs" do - url "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz" - sha256 "1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "azure-core" do - url "https://files.pythonhosted.org/packages/cc/ee/668328306a9e963a5ad9f152cd98c7adad86c822729fd1d2a01613ad1e67/azure_core-1.32.0.tar.gz" - sha256 "22b3c35d6b2dae14990f6c1be2912bf23ffe50b220e708a28ab1bb92b1c730e5" + url "https://files.pythonhosted.org/packages/c9/29/ff7a519a315e41c85bab92a7478c6acd1cf0b14353139a08caee4c691f77/azure_core-1.34.0.tar.gz" + sha256 "bdb544989f246a0ad1c85d72eeb45f2f835afdcbc5b45e43f0dbde7461c81ece" end resource "azure-identity" do - url "https://files.pythonhosted.org/packages/ee/89/7d170fab0b85d9650cdb7abda087e849644beb52bd28f6804620dd0cecd9/azure_identity-1.20.0.tar.gz" - sha256 "40597210d56c83e15031b0fe2ea3b26420189e1e7f3e20bdbb292315da1ba014" + url "https://files.pythonhosted.org/packages/41/52/458c1be17a5d3796570ae2ed3c6b7b55b134b22d5ef8132b4f97046a9051/azure_identity-1.23.0.tar.gz" + sha256 "d9cdcad39adb49d4bb2953a217f62aec1f65bbb3c63c9076da2be2a47e53dde4" end resource "azure-monitor-ingestion" do @@ -61,23 +61,23 @@ class Parsedmarc < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/af/cb/745ca9a661be42f3dc0c5b6ea4d3182d9dd5dfd4204aad4910af20775a26/boto3-1.36.21.tar.gz" - sha256 "41eb2b73eb612d300e629e3328b83f1ffea0fc6633e75c241a72a76746c1db26" + url "https://files.pythonhosted.org/packages/47/b8/77a951fdcf732af2982f0f212a9419882163211956069bff9d58e242ce65/boto3-1.38.28.tar.gz" + sha256 "69395075d54be4552719ccadad9f65a3dee5bb3751701e8851d65d71974a791d" end resource "botocore" do - url "https://files.pythonhosted.org/packages/69/9f/17b7610f2bfc5ccba6d2395f1cc856dd3e7e50f0088fc22949e56ae9f569/botocore-1.36.21.tar.gz" - sha256 "da746240e2ad64fd4997f7f3664a0a8e303d18075fc1d473727cb6375080ea16" + url "https://files.pythonhosted.org/packages/19/8c/6fb5a271e6da62377fd0e9dc5cff00343ae7c8b83130f14985f7b3924f0c/botocore-1.38.28.tar.gz" + sha256 "63d5977a10a375c3fc11c8e15e1ae5a4daaf450af135d55c170cc537648edf25" end resource "cachetools" do - url "https://files.pythonhosted.org/packages/d9/74/57df1ab0ce6bc5f6fa868e08de20df8ac58f9c44330c7671ad922d2bbeae/cachetools-5.5.1.tar.gz" - sha256 "70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95" + url "https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz" + sha256 "1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "dateparser" do @@ -111,28 +111,28 @@ class Parsedmarc < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/8f/ed/0f4cec13a93c02c47ec32d81d11c0c1efbadf4a471e3f3ce7cad366cbbd3/frozenlist-1.5.0.tar.gz" - sha256 "81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817" + url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" + sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" end resource "geoip2" do - url "https://files.pythonhosted.org/packages/17/d7/21cfa1072b8ec5937c6af0cf8b624b4be9b44a7ca82f4335900df5482076/geoip2-5.0.1.tar.gz" - sha256 "90af8b6d3687f3bef251f2708ad017b30d627d1144c0040eabc4c9017a807d86" + url "https://files.pythonhosted.org/packages/0f/5f/902835f485d1c423aca9097a0e91925d6a706049f64e678ec781b168734d/geoip2-5.1.0.tar.gz" + sha256 "ee3f87f0ce9325eb6484fe18cbd9771a03d0a2bad1dd156fa3584fafa562d39a" end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/b8/b7/481c83223d7b4f02c7651713fceca648fa3336e1571b9804713f66bca2d8/google_api_core-2.24.1.tar.gz" - sha256 "f8b36f5456ab0dd99a1b693a40a31d1e7757beea380ad1b38faaf8941eae9d8a" + url "https://files.pythonhosted.org/packages/98/a2/8176b416ca08106b2ae30cd4a006c8176945f682c3a5b42f141c9173f505/google_api_core-2.25.0.tar.gz" + sha256 "9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a" end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/0a/50/c8d2d3c4e65e081c4c07b15e4fe35671676c5ecdb3674a167229e83ce49a/google_api_python_client-2.161.0.tar.gz" - sha256 "324c0cce73e9ea0a0d2afd5937e01b7c2d6a4d7e2579cdb6c384f9699d6c9f37" + url "https://files.pythonhosted.org/packages/db/86/1bd09aea2664a46bc65713cb7876381ec8949a4b1e71be97dfc359c79781/google_api_python_client-2.170.0.tar.gz" + sha256 "75f3a1856f11418ea3723214e0abc59d9b217fd7ed43dcf743aab7f06ab9e2b1" end resource "google-auth" do - url "https://files.pythonhosted.org/packages/c6/eb/d504ba1daf190af6b204a9d4714d457462b486043744901a6eeea711f913/google_auth-2.38.0.tar.gz" - sha256 "8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4" + url "https://files.pythonhosted.org/packages/66/84/f67f53c505a6b2c5da05c988e2a5483f5ba9eee4b1841d2e3ff22f547cd5/google_auth-2.40.2.tar.gz" + sha256 "a33cde547a2134273226fa4b853883559947ebe9207521f7afc707efbf690f58" end resource "google-auth-httplib2" do @@ -141,18 +141,18 @@ class Parsedmarc < Formula end resource "google-auth-oauthlib" do - url "https://files.pythonhosted.org/packages/cc/0f/1772edb8d75ecf6280f1c7f51cbcebe274e8b17878b382f63738fd96cee5/google_auth_oauthlib-1.2.1.tar.gz" - sha256 "afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263" + url "https://files.pythonhosted.org/packages/fb/87/e10bf24f7bcffc1421b84d6f9c3377c30ec305d082cd737ddaa6d8f77f7c/google_auth_oauthlib-1.2.2.tar.gz" + sha256 "11046fb8d3348b296302dd939ace8af0a724042e8029c1b872d87fabc9f41684" end resource "googleapis-common-protos" do - url "https://files.pythonhosted.org/packages/31/e1/fbffb85a624f1404133b5bb624834e77e0f549e2b8548146fe18c56e1411/googleapis_common_protos-1.67.0.tar.gz" - sha256 "21398025365f138be356d5923e9168737d94d46a72aefee4a6110a1f23463c86" + url "https://files.pythonhosted.org/packages/39/24/33db22342cf4a2ea27c9955e6713140fedd51e8b141b5ce5260897020f1a/googleapis_common_protos-1.70.0.tar.gz" + sha256 "0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257" end resource "html2text" do - url "https://files.pythonhosted.org/packages/1a/43/e1d53588561e533212117750ee79ad0ba02a41f52a08c1df3396bd466c05/html2text-2024.2.26.tar.gz" - sha256 "05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32" + url "https://files.pythonhosted.org/packages/f8/27/e158d86ba1e82967cc2f790b0cb02030d4a8bef58e0c79a8590e9678107f/html2text-2025.4.15.tar.gz" + sha256 "948a645f8f0bc3abe7fd587019a2197a12436cd73d0d4908af95bfc8da337588" end resource "httplib2" do @@ -186,33 +186,33 @@ class Parsedmarc < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8/lxml-5.3.1.tar.gz" - sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "mail-parser" do - url "https://files.pythonhosted.org/packages/2b/3d/7f096230c4b61857c7682dc5497000a987b5f7e8376f54f0a5ed73e2cc3d/mail-parser-3.15.0.tar.gz" - sha256 "d66638acf0633dfd8a718e1e3646a6d58f8e9d75080c94638c7b267b4b0d6c86" + url "https://files.pythonhosted.org/packages/42/8f/21059d70e4866dc00284865706d2aec2e06d9bf2eaef11fc8cd153540819/mail_parser-4.1.3.tar.gz" + sha256 "c44a53863a5db1dd266565686169384b1835a9d115d3b50cf1f78fb096090f4c" end resource "mailsuite" do - url "https://files.pythonhosted.org/packages/9b/c2/97b6096f8b291aa910866eb2fe12b0d87f74b35cfbd1ba9b634db6f03558/mailsuite-1.9.18.tar.gz" - sha256 "deb2b93e070038a56f65b153ecf6995fd96153cc8aa4f428cef87617c99391f0" + url "https://files.pythonhosted.org/packages/33/09/b3a97df229007b80187e2571932692911a83c500159e20cf5229c4ae4db0/mailsuite-1.10.0.tar.gz" + sha256 "c58338fcebbdd56b58c22a1b13d8a19581aef1588d4d56d22c51a2f18f723dce" end resource "maxminddb" do - url "https://files.pythonhosted.org/packages/57/ae/422ec0f3b6a40f23de9477c42fce90126a3994dd51d06b50582973c0088e/maxminddb-2.6.3.tar.gz" - sha256 "d2c3806baa7aa047aa1bac7419e7e353db435f88f09d51106a84dbacf645d254" + url "https://files.pythonhosted.org/packages/d1/10/7a7cf5219b74b19ea1834b43256e114564e8a845f447446ac821e1b9951e/maxminddb-2.7.0.tar.gz" + sha256 "23a715ed3b3aed07adae4beeed06c51fd582137b5ae13d3c6e5ca4890f70ebbf" end resource "msal" do - url "https://files.pythonhosted.org/packages/3f/f3/cdf2681e83a73c3355883c2884b6ff2f2d2aadfc399c28e9ac4edc3994fd/msal-1.31.1.tar.gz" - sha256 "11b5e6a3f802ffd3a72107203e20c4eac6ef53401961b880af2835b723d80578" + url "https://files.pythonhosted.org/packages/3f/90/81dcc50f0be11a8c4dcbae1a9f761a26e5f905231330a7cacc9f04ec4c61/msal-1.32.3.tar.gz" + sha256 "5eea038689c78a5a70ca8ecbe1245458b55a857bd096efb6989c69ba15985d35" end resource "msal-extensions" do - url "https://files.pythonhosted.org/packages/2d/38/ad49272d0a5af95f7a0cb64a79bbd75c9c187f3b789385a143d8d537a5eb/msal_extensions-1.2.0.tar.gz" - sha256 "6f41b320bfd2933d631a215c91ca0dd3e67d84bd1a2f50ce917d5874ec646bef" + url "https://files.pythonhosted.org/packages/01/99/5d239b6156eddf761a636bded1118414d161bd6b7b37a9335549ed159396/msal_extensions-1.3.1.tar.gz" + sha256 "c5b0fd10f65ef62b5f1d62f4251d51cbcaf003fcedae8c91b040a488614be1a4" end resource "msgraph-core" do @@ -221,8 +221,8 @@ class Parsedmarc < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/d6/be/504b89a5e9ca731cd47487e91c469064f8ae5af93b7259758dcfc2b9c848/multidict-6.1.0.tar.gz" - sha256 "22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "oauthlib" do @@ -235,24 +235,19 @@ class Parsedmarc < Formula sha256 "6598df0bc7a003294edd0ba88a331e0793acbb8c910c43edf398791e3b2eccda" end - resource "portalocker" do - url "https://files.pythonhosted.org/packages/ed/d3/c6c64067759e87af98cc668c1cc75171347d0f1577fab7ca3749134e3cd4/portalocker-2.10.1.tar.gz" - sha256 "ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f" - end - resource "propcache" do - url "https://files.pythonhosted.org/packages/20/c8/2a13f78d82211490855b2fb303b6721348d0787fdd9a12ac46d99d3acde1/propcache-0.2.1.tar.gz" - sha256 "3f77ce728b19cb537714499928fe800c3dda29e8d9428778fc7c186da4c09a64" + url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" + sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" end resource "proto-plus" do - url "https://files.pythonhosted.org/packages/26/79/a5c6cbb42268cfd3ddc652dc526889044a8798c688a03ff58e5e92b743c8/proto_plus-1.26.0.tar.gz" - sha256 "6e93d5f5ca267b54300880fff156b6a3386b3fa3f43b1da62e680fc0c586ef22" + url "https://files.pythonhosted.org/packages/f4/ac/87285f15f7cce6d4a008f33f1757fb5a13611ea8914eb58c3d0d26243468/proto_plus-1.26.1.tar.gz" + sha256 "21a515a4c4c0088a773899e23c7bbade3d18f9c66c73edd4c7ee3816bc96a012" end resource "protobuf" do - url "https://files.pythonhosted.org/packages/f7/d1/e0a911544ca9993e0f17ce6d3cc0932752356c1b0a834397f28e63479344/protobuf-5.29.3.tar.gz" - sha256 "5da0f41edaf117bde316404bad1a486cb4ededf8e4a54891296f648e8e076620" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "publicsuffix2" do @@ -261,8 +256,8 @@ class Parsedmarc < Formula end resource "publicsuffixlist" do - url "https://files.pythonhosted.org/packages/23/02/b0f669e2d1c31a3fabf0f9fce064b86111b63732741f16b46598245cd43b/publicsuffixlist-1.0.2.20250213.tar.gz" - sha256 "81b4fa9ff8ebf868180e1d34e3a0ec4e241eb09ea3a7b5904bfc2fc1eff4342c" + url "https://files.pythonhosted.org/packages/87/29/c3b5e0943cd66b4a0b603151e16105eb62a9bc75ae5a743fe452527d14f2/publicsuffixlist-1.0.2.20250529.tar.gz" + sha256 "d212bd81df675b95950836dcec1aaf062d179f9572b27d304b4f14c0da72637b" end resource "pyasn1" do @@ -271,8 +266,8 @@ class Parsedmarc < Formula end resource "pyasn1-modules" do - url "https://files.pythonhosted.org/packages/1d/67/6afbf0d507f73c32d21084a79946bfcfca5fbc62a72057e9c23797a737c9/pyasn1_modules-0.4.1.tar.gz" - sha256 "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c" + url "https://files.pythonhosted.org/packages/e9/e6/78ebbb10a8c8e4b61a59249394a4a594c1a7af95593dc933a349c8d00964/pyasn1_modules-0.4.2.tar.gz" + sha256 "677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6" end resource "pygelf" do @@ -286,8 +281,8 @@ class Parsedmarc < Formula end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/8b/1a/3544f4f299a47911c2ab3710f534e52fea62a633c96806995da5d25be4b2/pyparsing-3.2.1.tar.gz" - sha256 "61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "python-dateutil" do @@ -296,8 +291,8 @@ class Parsedmarc < Formula end resource "pytz" do - url "https://files.pythonhosted.org/packages/5f/57/df1c9157c8d5a05117e455d66fd7cf6dbc46974f832b1058ed4856785d8a/pytz-2025.1.tar.gz" - sha256 "c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "regex" do @@ -316,18 +311,13 @@ class Parsedmarc < Formula end resource "rsa" do - url "https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-4.9.tar.gz" - sha256 "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" + url "https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4/rsa-4.9.1.tar.gz" + sha256 "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/62/45/2323b5928f86fd29f9afdcef4659f68fa73eaa5356912b774227f5cf46b5/s3transfer-0.11.2.tar.gz" - sha256 "3b39185cb72f5acc77db1a58b6e25b977f28d20496b6e58d6813d75f464d632f" - end - - resource "simplejson" do - url "https://files.pythonhosted.org/packages/af/92/51b417685abd96b31308b61b9acce7ec50d8e1de8fbc39a7fd4962c60689/simplejson-3.20.1.tar.gz" - sha256 "e64139b4ec4f1f24c142ff7dcafe55a22b811a74d86d66560c8815687143037d" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do @@ -341,18 +331,18 @@ class Parsedmarc < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzlocal" do - url "https://files.pythonhosted.org/packages/33/cc/11360404b20a6340b9b4ed39a3338c4af47bc63f87f6cea94dbcbde07029/tzlocal-5.3.tar.gz" - sha256 "2fafbfc07e9d8b49ade18f898d6bcd37ae88ce3ad6486842a2e4f03af68323d2" + url "https://files.pythonhosted.org/packages/8b/2e/c14812d3d4d9cd1773c6be938f89e5735a1f11a9f184ac3639b93cef35d5/tzlocal-5.3.1.tar.gz" + sha256 "cceffc7edecefea1f595541dbd6e990cb1ea3d19bf01b2809f362a03dd7921fd" end resource "uritemplate" do - url "https://files.pythonhosted.org/packages/d2/5a/4742fdba39cd02a56226815abfa72fe0aa81c33bed16ed045647d6000eba/uritemplate-4.1.1.tar.gz" - sha256 "4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" + url "https://files.pythonhosted.org/packages/98/60/f174043244c5306c9988380d2cb10009f91563fc4b31293d27e17201af56/uritemplate-4.2.0.tar.gz" + sha256 "480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e" end resource "urllib3" do @@ -366,8 +356,8 @@ class Parsedmarc < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/b7/9d/4b94a8e6d2b51b599516a5cb88e5bc99b4d8d4583e468057eaa29d5f0918/yarl-1.18.3.tar.gz" - sha256 "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1" + url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" + sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" end def install From 360674488541e8db1edee5d281ff876e18da561e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:20:38 +0000 Subject: [PATCH 01106/10074] postgrest 13.0.2 --- Formula/p/postgrest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/postgrest.rb b/Formula/p/postgrest.rb index c22d0297e5e80..0e0d258b0ba2b 100644 --- a/Formula/p/postgrest.rb +++ b/Formula/p/postgrest.rb @@ -1,8 +1,8 @@ class Postgrest < Formula desc "Serves a fully RESTful API from any existing PostgreSQL database" homepage "https://github.com/PostgREST/postgrest" - url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.1.tar.gz" - sha256 "3145708f8f13b934fbd2fd29eefef7a497757184cdd34f238ddda6d826ceaa6a" + url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.2.tar.gz" + sha256 "b6e989bf0c9e05c30a847de145b31925f8abb135a917eb90d89782c263e2d0f5" license "MIT" head "https://github.com/PostgREST/postgrest.git", branch: "main" From 2d216097c370f8a3d499ec76b9d0acc1ff322cdd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:23:59 +0000 Subject: [PATCH 01107/10074] rofi 1.7.9.1 --- Formula/r/rofi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rofi.rb b/Formula/r/rofi.rb index 15eae09d099c6..f6f24733b23ef 100644 --- a/Formula/r/rofi.rb +++ b/Formula/r/rofi.rb @@ -1,8 +1,8 @@ class Rofi < Formula desc "Window switcher, application launcher and dmenu replacement" homepage "https://davatorium.github.io/rofi/" - url "https://github.com/davatorium/rofi/releases/download/1.7.9/rofi-1.7.9.tar.gz" - sha256 "6a2861ab8a2332fdf99bfcb8bfe0ffc85f42ea20900f7b0c30f4575ca5699e5b" + url "https://github.com/davatorium/rofi/releases/download/1.7.9.1/rofi-1.7.9.1.tar.gz" + sha256 "bb2c0f073b4422acc51a3f97d05275a82464750a33d2f4b120e3d866bb7b9ae5" license "MIT" head "https://github.com/davatorium/rofi.git", branch: "next" From fc9c86be4639721b881bce3d54f25b16e7f6adc1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:24:38 +0000 Subject: [PATCH 01108/10074] ruby-lsp 0.23.24 --- Formula/r/ruby-lsp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruby-lsp.rb b/Formula/r/ruby-lsp.rb index 3e47a911fc01c..2328390ef5299 100644 --- a/Formula/r/ruby-lsp.rb +++ b/Formula/r/ruby-lsp.rb @@ -1,8 +1,8 @@ class RubyLsp < Formula desc "Opinionated language server for Ruby" homepage "https://shopify.github.io/ruby-lsp" - url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.23.23.tar.gz" - sha256 "57ace306d44850658593db777630f574c4b3684612860806da4f4473b7f7e0f9" + url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.23.24.tar.gz" + sha256 "9044f0190c99d50bf1919da509bb12cfb8d6da4bf15742a5a691e16a71cbbca2" license "MIT" head "https://github.com/Shopify/ruby-lsp.git", branch: "main" From 140f4bf08e4810da3db49e4933f3e5134877ad03 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:25:43 +0000 Subject: [PATCH 01109/10074] sdl3 3.2.16 --- Formula/s/sdl3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sdl3.rb b/Formula/s/sdl3.rb index 26e95aa90814f..16472a4ae2445 100644 --- a/Formula/s/sdl3.rb +++ b/Formula/s/sdl3.rb @@ -1,8 +1,8 @@ class Sdl3 < Formula desc "Low-level access to audio, keyboard, mouse, joystick, and graphics" homepage "https://libsdl.org/" - url "https://github.com/libsdl-org/SDL/releases/download/release-3.2.14/SDL3-3.2.14.tar.gz" - sha256 "b7e7dc05011b88c69170fe18935487b2559276955e49113f8c1b6b72c9b79c1f" + url "https://github.com/libsdl-org/SDL/releases/download/release-3.2.16/SDL3-3.2.16.tar.gz" + sha256 "6340e58879b2d15830c8460d2f589a385c444d1faa2a4828a9626c7322562be8" license "Zlib" head "https://github.com/libsdl-org/SDL.git", branch: "main" From 62667f644076474780036359d8a1fdfe5ef5787e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:29:22 +0000 Subject: [PATCH 01110/10074] terragrunt 0.81.0 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index a8947e687aed6..588156e07f3e5 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.80.4.tar.gz" - sha256 "b8de3422bb86da3fb6d2170aa4a35e1679aef228985fe5b683120866fa4fb591" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.0.tar.gz" + sha256 "6254f3bd01562e5d67c3811f324bb4ee58252c8c42d9748f4f0ecf866033be72" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 15019fbbd6f15df48eeed70dd80c2858c06d423f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:30:01 +0000 Subject: [PATCH 01111/10074] tmuxai 1.1.0 --- Formula/t/tmuxai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tmuxai.rb b/Formula/t/tmuxai.rb index cef45937409a2..814d0a097f193 100644 --- a/Formula/t/tmuxai.rb +++ b/Formula/t/tmuxai.rb @@ -1,8 +1,8 @@ class Tmuxai < Formula desc "AI-powered, non-intrusive terminal assistant" homepage "https://tmuxai.dev/" - url "https://github.com/alvinunreal/tmuxai/archive/refs/tags/v1.0.4.tar.gz" - sha256 "638679407e84f6a95169227e02282d2553307ed1d8aa99f47a6bb59056343fdb" + url "https://github.com/alvinunreal/tmuxai/archive/refs/tags/v1.1.0.tar.gz" + sha256 "cd4e7eca5958b83e726a81d96ab0d5304fc57c6b336423fc6aeaa90ce43dff83" license "Apache-2.0" bottle do From 624cd72e67c337850419e45214815c433c7b67fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:45:25 +0000 Subject: [PATCH 01112/10074] pytest: update 8.4.0 bottle. --- Formula/p/pytest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pytest.rb b/Formula/p/pytest.rb index aa3787dc6f607..9c9cc957b00b5 100644 --- a/Formula/p/pytest.rb +++ b/Formula/p/pytest.rb @@ -8,7 +8,7 @@ class Pytest < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "e8201f8651135ef002d6de2722e35260548dca904644c9a244ea71420b4e61db" + sha256 cellar: :any_skip_relocation, all: "f0c435e983bf7756d5fc6aa7a8be8c5eecd904b34459232e616363a6972966a9" end depends_on "python@3.13" From 6f3cb76b6413aa06c9daa5f97bc7b03dcbf0906e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:45:33 +0000 Subject: [PATCH 01113/10074] rover: update 0.32.1 bottle. --- Formula/r/rover.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index 482be03b6a17b..d84b131777c9f 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -7,13 +7,13 @@ class Rover < Formula head "https://github.com/apollographql/rover.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "66c284a4be7c4742beba37b794fe8695b3fc612a2ff22c4aed6baffd1754069d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b584bb1cb8a48dd3cdf65ee7e7f439716f4ff0a4851acd894899fe8a79864ab7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a961f3a2d1a48d45619afe3534d1528fc0e6ff6e87acc8ae779a730bdbefaba0" - sha256 cellar: :any_skip_relocation, sonoma: "130d42f496361abbd8593493b169beaf6ecb0c0f9ce406449a6afb490318e6c5" - sha256 cellar: :any_skip_relocation, ventura: "5650a48dc6ae90a458070fe48f8f134c16fce2ae81e393d7df655dd891ed12bc" - sha256 cellar: :any_skip_relocation, arm64_linux: "8394caa1e0712b967d8c738bc71b23301e669ccea3fc9535a30dfdac5ec63ea6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0aced4a193ade5f63292fcda2abbb70e5a7c8fff5a91c491ec94be1414590fff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d6625cecced5969fea12f4e8201d144ed20dda8647bbfe57580e363cc34f8f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "10b53d7038e3d7f3f2b52898896e884a8efb42f10450ad993a34b4caa635c7b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "236af740d47ce508a9d1a97f9412b096eef53ea878b3953d12212d05693b2585" + sha256 cellar: :any_skip_relocation, sonoma: "d771e62d4ecd651f9c871bb2d17dba18bc6708bbd5ea759cfe8beaee329ec86c" + sha256 cellar: :any_skip_relocation, ventura: "68ebe9e00632136dca8b45ca62ea16d1eba3af4d6b2561091eb73629aff9681e" + sha256 cellar: :any_skip_relocation, arm64_linux: "814b21c02d1022e5f0885644b6229afd02bea744415b1215bb7a484cbfbaef0b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2f28438e843baaac3a3ef4a06b24be27e477d7c3dd1b774d8c34c46b0ed0a17a" end depends_on "rust" => :build From 2174e50d557476ff043aba1d6e983fdb579af481 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:45:56 +0000 Subject: [PATCH 01114/10074] renovate: update 40.39.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index f7ac7bca416bf..9cd12195ef88a 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d9dab5332718da18c613ce5986988b6f78bdf6c7056bd3dfd31d38715de5505" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b1b059cbfd95369a8116da26c710c838b034506b0d2b4d96ce501f05feb6ad7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "786221062d667323483011cb56f79736186203fd35c04a4dfff728de50e68d10" - sha256 cellar: :any_skip_relocation, sonoma: "0250c2d1b24318bab340abaf29bafb24011fd587d25b9330624d941ffec2a162" - sha256 cellar: :any_skip_relocation, ventura: "4375a4bceb6f1b80ea014e39f4156dfb4e89001df19d07e53504901df9aab8dd" - sha256 cellar: :any_skip_relocation, arm64_linux: "feeed288838934fc8d1460137938230092d4643f1bb6536ab9b907dd79c91eab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "47b2fe5cd65d569e725ebb01b31717802ed1298d75d7827e8da681b4c2c40692" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8da78c62be3fce9c99777db1a14c12bfaddff758ef9f48ea3eafd09893ae2ddd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "93d525431c76e1917303dde8330b3659005e23181a73a2a5387d41ef4004e5ec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "25c71424a220f1c9cc4c7aeec80057261852ce1c7a4c0c948fadaf8cde0fb0c2" + sha256 cellar: :any_skip_relocation, sonoma: "16eeb19c33e8148b62c22097ef6d086983e6b748d1fb22bf7d8876e2d9953063" + sha256 cellar: :any_skip_relocation, ventura: "9db5dce0f4206ec01e0c733b9aee5a6d5d81ed9a89a64f1b4baf3dfb21eefbfb" + sha256 cellar: :any_skip_relocation, arm64_linux: "0bd8063cff1e3525b6ff3d99d7db3a25834daa903721f40430beb04ce83fa59f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d5beed202ead3eb3c9a399dc9482fad7bbc4a0a1336654b19b94de9c7ca8b2e" end depends_on "node@22" From 9b3fa6d62fde74fd4f09afe16ebe33bd37043c78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:46:00 +0000 Subject: [PATCH 01115/10074] sqlpage: update 0.35.2 bottle. --- Formula/s/sqlpage.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sqlpage.rb b/Formula/s/sqlpage.rb index dc0bd3a07fe75..46807eaab14e9 100644 --- a/Formula/s/sqlpage.rb +++ b/Formula/s/sqlpage.rb @@ -7,13 +7,13 @@ class Sqlpage < Formula head "https://github.com/sqlpage/SQLpage.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7ccb539499a4ef441c67b37c0cac5f2b5e97ddf8d983c8fb912920e9b3f8682" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9641ac9d5b2f581a9874c3d281856e229f8b2cbfb9db7fb2f6b3164e9a4b6f1d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d85659b23f139f9590a5d7e39e9e5bb8c573063ce4d5cf1698418f7facb5de6a" - sha256 cellar: :any_skip_relocation, sonoma: "97d4e07ef6df630853ae04d1dbfe5c9b016b4bce7416afa4ebf643ebbfc355e0" - sha256 cellar: :any_skip_relocation, ventura: "8ca2962c9d3567e6a07f319313402f495967ec3ac1135d4dc523a0ce6a88c192" - sha256 cellar: :any_skip_relocation, arm64_linux: "ab2468087ae388452297938f9094dff29b52b767ec96fa0b3db8510d56fbe41c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14a0efa037d29f2d01c29299d0bf45d7c490aabb7e027220a0de00c812b9de50" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eae7ad1b7852267faf16fe9e73d69a04c54afc7e3663329381403a5880f470c8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "90e80fa9f25f9496c83e67a292b761ce75223d81d3e7be4522867925fc5e9e70" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a53534861bdae31dcff24b2baecbfc1bce6dc9f085d6e0fda499c20f5ed177bb" + sha256 cellar: :any_skip_relocation, sonoma: "afab63b27f0c80eef043088ee6ad22e5dd8aba79f4b28b2a25e74ee634a81f40" + sha256 cellar: :any_skip_relocation, ventura: "3918e238835168b1fd4f4a6c30cd129c1c0bc0ecbc7aa1d206b425e00e7e144f" + sha256 cellar: :any_skip_relocation, arm64_linux: "cc7cd756939f87a85b84b5c3aec00d289fc071aee405b4d9292b2f17b8a8a094" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f0576f81cecdd1fa7a3bc0478395d3030a1d9a1636b24356b4510ff796649916" end depends_on "rust" => :build From efd8ceb05017cfbf13e8706f505689d369899d59 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:46:18 +0000 Subject: [PATCH 01116/10074] tailscale: update 1.84.1 bottle. --- Formula/t/tailscale.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tailscale.rb b/Formula/t/tailscale.rb index 30439baeab4b3..26f670bec7551 100644 --- a/Formula/t/tailscale.rb +++ b/Formula/t/tailscale.rb @@ -13,12 +13,12 @@ class Tailscale < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "50e1c5b8be7dfd006beeb57b6a7fc4de165f356f31615d28d9576f6d3c19e659" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "03fefd0ca148819ad0d2eb6206d8ba27dbb282dde43924af6fa45622c15f194f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9ff1a99b0f752a1a7825e039b0b75648ed0b119d2b2e4b5d22c4379e4b2daba3" - sha256 cellar: :any_skip_relocation, sonoma: "a79a7dbee0fcea656a8cff98c9327fc6c4c265069677588efd19a6925be1bfdc" - sha256 cellar: :any_skip_relocation, ventura: "88437540fd67689b6281483ea21b9bc42db10432e77f6db7d3ef5f8f518621a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c54e890e1e2a28b6afa9f9874b7264399d86c80f66cee1c7e8e0c8c0856c0715" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2a9edb0fdfb476cf3018777d8be28e8552d9fd82306a04d8c02040917f86a6f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bce1cb49ee7e67904612481c39845427d36d801e144e104e614531d58bb5c16" + sha256 cellar: :any_skip_relocation, arm64_ventura: "37dda9e88dfad05d366e17e287c26ef0370705aa5ca3961b1845518c5f5b6393" + sha256 cellar: :any_skip_relocation, sonoma: "f9fa65b1c5215ad6fe4aa5a16f57e58e993463dc5a6286fd2ecc12fb611e9b7a" + sha256 cellar: :any_skip_relocation, ventura: "0c806a90c453e7a2d00613d5350496a4444196a21f9debb0a014b704c7cbf9d0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6bb8cad6e15b2ce9e7d8f5f491d3dc6420218b6262ea63fa00129df2e0b4d6ac" end depends_on "go" => :build From fa0b00b6ad258dffb8e2c53fde4168bbc7ed70c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:46:58 +0000 Subject: [PATCH 01117/10074] terramate: update 0.13.2 bottle. --- Formula/t/terramate.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terramate.rb b/Formula/t/terramate.rb index cd3a8796ebc61..df3a41594dc3f 100644 --- a/Formula/t/terramate.rb +++ b/Formula/t/terramate.rb @@ -7,12 +7,12 @@ class Terramate < Formula head "https://github.com/terramate-io/terramate.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "311186c426b93f86c20e4db5ea99a1c8ee5eceef67f30246543b619eea7bc30b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "311186c426b93f86c20e4db5ea99a1c8ee5eceef67f30246543b619eea7bc30b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "311186c426b93f86c20e4db5ea99a1c8ee5eceef67f30246543b619eea7bc30b" - sha256 cellar: :any_skip_relocation, sonoma: "4873d7e9e964e06ef313ec71d9a686bf8790f9b5d7a552dfc730382dd5aeaadf" - sha256 cellar: :any_skip_relocation, ventura: "4873d7e9e964e06ef313ec71d9a686bf8790f9b5d7a552dfc730382dd5aeaadf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc0efccf3289fe0b2996d9917dcf487588168e97fa7ca0501a8bd5daf91eda6d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dacc88bd71513a0f8ce638afdfd76809bef47d8f1054e60e05d3285ad25caa9d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dacc88bd71513a0f8ce638afdfd76809bef47d8f1054e60e05d3285ad25caa9d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dacc88bd71513a0f8ce638afdfd76809bef47d8f1054e60e05d3285ad25caa9d" + sha256 cellar: :any_skip_relocation, sonoma: "81322d1101c815c322887dec2efc1f7da5cf088aeb823d9d651e3aabe8eb8cc2" + sha256 cellar: :any_skip_relocation, ventura: "81322d1101c815c322887dec2efc1f7da5cf088aeb823d9d651e3aabe8eb8cc2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf56b95d7a813175189c93afc70288a3541b9b2d968e49e4ef26a5684ecb949c" end depends_on "go" => :build From bfd69735c42f78133ac701f3edd9fd1ba620f93b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:47:09 +0000 Subject: [PATCH 01118/10074] typos-cli: update 1.33.1 bottle. --- Formula/t/typos-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/typos-cli.rb b/Formula/t/typos-cli.rb index 475cc34c19086..4a3c325a15c76 100644 --- a/Formula/t/typos-cli.rb +++ b/Formula/t/typos-cli.rb @@ -11,13 +11,13 @@ class TyposCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5818ae6863b77a8d76b454a6e5fc5ed217d09d24e75efd6cf571603ce024370b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0348f9b24c890ec0dd4c4baa74045244390069a31639b2d4031fdf205944e5d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6822020575a3295db10e07084bbf7497bc5465191924403d8e9eac7a3add8a95" - sha256 cellar: :any_skip_relocation, sonoma: "200ed434852f914cf0bbc6a10e0a2a825195482518343172cfe0c790376bac19" - sha256 cellar: :any_skip_relocation, ventura: "87e9b1b9acee3714b46396eecdbb2b3e2c554a84a8fa6c5935fe5418ed918317" - sha256 cellar: :any_skip_relocation, arm64_linux: "7df8ddbaf34a1592d5cef190fa5c8c8417986fb80659b8404e1927844d691d2b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a0d411a87e8cc18d355bc1fb0224fd4965cbbcd8a00d756933b2b672862864ea" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "42636dee905d8afa39334c7ae0c70fb913cd748da9e272c46ac1e662718db3f0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f65e3e5de594cbe2f718719b2bf9629ac31cd2da216aeecea3f2497808e4b80" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e766b42df2413fe9a43cdee2f69aa2f93a693717362f77f049f7e83f137c3b5a" + sha256 cellar: :any_skip_relocation, sonoma: "f9a52c68135cfd4b80ff09da880f08b78789e3c94d4e95a7d31722e243a039ed" + sha256 cellar: :any_skip_relocation, ventura: "98d6a4ea95c917030a8906b0c965f35b6fd0dbe577011c16f09d60e4211d1862" + sha256 cellar: :any_skip_relocation, arm64_linux: "8579aae6e196a38dee6df6db4e46a06246f184e82c3893fc435666d361d88c15" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d35dbf9a86e4b46f01647bc80cfc4bee89cb1e491f8f3c3fa4eb5fe97a5af36d" end depends_on "rust" => :build From 905fc10a57f2149b9460fbabb2df86051b872959 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:47:41 +0000 Subject: [PATCH 01119/10074] victorialogs: update 1.23.3 bottle. --- Formula/v/victorialogs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/victorialogs.rb b/Formula/v/victorialogs.rb index 117ebbfc095d2..88be6c4c5d62a 100644 --- a/Formula/v/victorialogs.rb +++ b/Formula/v/victorialogs.rb @@ -14,13 +14,13 @@ class Victorialogs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d079eaf807de01ab084684d2e706f33883991b4bef0d3dca5adb85fc6e54d9f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f414ef51b98c0887a47bacc4fa232ae48c17373b4a319a9b54a6f3bbe00092d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "db12f7b019cd8c037a594c2ad30b2cdb68a96b4f9c7f438b04a99f2d8acf0e4b" - sha256 cellar: :any_skip_relocation, sonoma: "323b82037fae9977fabfd0b2e64f6c36b284da915d1d210ba8128053201a8404" - sha256 cellar: :any_skip_relocation, ventura: "baf90caf0211144adec931c8187e51cf591ad02abf42aa2f5d48e33f903c4ffb" - sha256 cellar: :any_skip_relocation, arm64_linux: "06dc45e35bc5c46183461f2abef84b737ef2417b0db0f16fa5c0fb41dd021dd1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "61ecf15f4553b18da018ee07e3fd1c22208348e2692bce8ee3652513ba775f27" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fa4c6cab362eec0aad858f14382b99f23599448aff2fdf48303d25da9972710" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "27727ffd8141d166b2dccd6cbbbe33c763a41c2e38804387eedfdc632f24ed42" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d36fbf2a28b2732712f7304d48de09c1876236542fde2db62d641762e939c301" + sha256 cellar: :any_skip_relocation, sonoma: "2226b9db6887b8944465ca88a3ce08f2adc698ffa0d6c851ed93167022ab16af" + sha256 cellar: :any_skip_relocation, ventura: "38657a5b55d03ce19f7162ae092d9917fa8de83c2264c8543c7a2a5fcb39c145" + sha256 cellar: :any_skip_relocation, arm64_linux: "87499c9599f57e5e1f0bfa703c7a1094e81a03c46b884eb1b0b508709a97d054" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac234cadd1d628e5f6cfb65ae43784d051a1c214ca3e3cef01c5141092fcc4be" end depends_on "go" => :build From e231a3432c95f5452cd2e3ae763584856683cc12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:47:57 +0000 Subject: [PATCH 01120/10074] c7n: update 0.9.45.0 bottle. --- Formula/c/c7n.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/c7n.rb b/Formula/c/c7n.rb index ba7257587c760..10418a6a0241a 100644 --- a/Formula/c/c7n.rb +++ b/Formula/c/c7n.rb @@ -13,13 +13,13 @@ class C7n < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "3069f270b1211906f2123878f6749125fb45ff0fec682a3b6029a33cae5ba069" - sha256 cellar: :any, arm64_sonoma: "2964d0c5db3629cc9258956640768d0985fc90cbe091ce7e5f7d103fbcb14052" - sha256 cellar: :any, arm64_ventura: "ade9f869c63c4f164b8f0cb9c9498987755b1d6b0df3b0a91d3419c3fb79e0fa" - sha256 cellar: :any, sonoma: "2aea33e6fc65dc3e9012ba1e134716ed987a71399f2ad23bcbb099531da2755e" - sha256 cellar: :any, ventura: "6e85a3d196c7c0272dc2801d05cf8254b3d3a145766117ed37a7f37c77e38de9" - sha256 cellar: :any_skip_relocation, arm64_linux: "688e5aa081ea0ad131f45bac9a85ec0071de45ce12bad2003ac667b764a1a31b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5755eb2c6b43db3e73c220b5c19a83abeb434c7727480c7220e401963a99b18b" + sha256 cellar: :any, arm64_sequoia: "bb55312a86c7962e7f2831629729dc788e109d457d9f016e239e9d952bdedf14" + sha256 cellar: :any, arm64_sonoma: "8316069ee105e786fc692cf53db40e6bbe1b25fc4b4c00dc4074dedf4a5684f6" + sha256 cellar: :any, arm64_ventura: "d026c940a7ea84715ef5daed29e2aae3c8e0a68987ff4f9667f0bb05e739e259" + sha256 cellar: :any, sonoma: "ba8404585be106bc011d2552ce1499f118991f17307e54fecac154aedc63b2ff" + sha256 cellar: :any, ventura: "4ebed9b4fe1daba1ce4c28d88f47c4fc849c29babc411b183313173e631db99e" + sha256 cellar: :any_skip_relocation, arm64_linux: "e5ee62e351fe89126fe3ead92b74e42e8f8a73e283342f956fc712f397028497" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c8b8e8e231471b2c8bbd704c2c3f4da2d98fb2186e420adc1d0abcb34f19d6d2" end depends_on "rust" => :build # for rpds-py From b12ee21a0d10175cebdfa23ac8e47382bbbfbd53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:48:10 +0000 Subject: [PATCH 01121/10074] charmcraft: update 3.5.0 bottle. --- Formula/c/charmcraft.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/charmcraft.rb b/Formula/c/charmcraft.rb index 8de7ff96540eb..199be468e8e6f 100644 --- a/Formula/c/charmcraft.rb +++ b/Formula/c/charmcraft.rb @@ -8,13 +8,13 @@ class Charmcraft < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "e9f95647bc1d61edc32a21da78025d955edb51c36f0857d7009e15a1da47e56a" - sha256 cellar: :any, arm64_sonoma: "3d1375f7b58904a387a3ce63892f76e7247c285ab1ff52c7033d0919519747c8" - sha256 cellar: :any, arm64_ventura: "a23f438380c0b9f32b9536cfc2ae22ac3ac42e02619550858b6aab336812fe54" - sha256 cellar: :any, sonoma: "6f7208c9f49cb9107a98668bdf6bb14b77fba8bac1735bc7489f5c9c584ad1ac" - sha256 cellar: :any, ventura: "163524a7407f3546f80159f5bcd70ffc448a9b88e214e951264bee11897cf1f3" - sha256 cellar: :any_skip_relocation, arm64_linux: "ab78ee3cfb622dc7fc39fbe7c6018c479ada374c9c3515641983ebbce80bfccf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0badbc40365b8d02acc2dfcd8a826f1fd7416e69ef319e5fedeba19b61059ca2" + sha256 cellar: :any, arm64_sequoia: "2a0db4af208a9977cfdfc695a3bab5bf9ed01c9df52d288f792abd30cb341219" + sha256 cellar: :any, arm64_sonoma: "d076b310970c58a90c4729794be106845a83fb9338e52bf7bb0bc0e35a2af998" + sha256 cellar: :any, arm64_ventura: "a1621e9ebf77935873becef92b9ddc4d9cbae87f6e00b1f00da805b5446baeeb" + sha256 cellar: :any, sonoma: "86ce4499103142d2f2402f4767c813596683ca2352ef49f56cb1b59958571ce7" + sha256 cellar: :any, ventura: "88eb3c09ca4b0103f43d1686643ca569f5bccfeb23e4771b0bdcb76c6ec2bdcf" + sha256 cellar: :any_skip_relocation, arm64_linux: "2b88d2ba3f630fbfd8953c1aff82851e5843a310d1bb1edfdf2a7010b53fe994" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a99800ce0cbe8e6a484e89ba5e38e08f03b910dd56a133dd9107806d9a3d7456" end depends_on "rust" => :build From 7083f197e1f39f7a5deb30b0119dc224a2fb51b4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:48:43 +0000 Subject: [PATCH 01122/10074] closure-compiler: update 20250526 bottle. --- Formula/c/closure-compiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/closure-compiler.rb b/Formula/c/closure-compiler.rb index a3565221aac19..ee074117d6b2a 100644 --- a/Formula/c/closure-compiler.rb +++ b/Formula/c/closure-compiler.rb @@ -11,7 +11,7 @@ class ClosureCompiler < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "b647c9adfc7beae1cb8345f79780b2719da16a564874d32232dc1858934d67da" + sha256 cellar: :any_skip_relocation, all: "7cc01aeab57dd5bfad6e217245728ff2a57055831b6dc726db037c5f82503828" end depends_on "openjdk" From 2f26fb09a5a91c310704f8a031012d0539955093 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:48:57 +0000 Subject: [PATCH 01123/10074] docker-credential-helper-ecr: update 0.10.0 bottle. --- Formula/d/docker-credential-helper-ecr.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/docker-credential-helper-ecr.rb b/Formula/d/docker-credential-helper-ecr.rb index e256777ba63f2..c1b396f849c8c 100644 --- a/Formula/d/docker-credential-helper-ecr.rb +++ b/Formula/d/docker-credential-helper-ecr.rb @@ -12,13 +12,13 @@ class DockerCredentialHelperEcr < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fedaf37d87aae03d6e661d21a997d2913dd09e77754f0574ad6936405fcd1597" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fedaf37d87aae03d6e661d21a997d2913dd09e77754f0574ad6936405fcd1597" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fedaf37d87aae03d6e661d21a997d2913dd09e77754f0574ad6936405fcd1597" - sha256 cellar: :any_skip_relocation, sonoma: "4a7e351e896541eb5048280a91cfbfc0888ecdc9f0a6111c2d18391d4dd7366f" - sha256 cellar: :any_skip_relocation, ventura: "4a7e351e896541eb5048280a91cfbfc0888ecdc9f0a6111c2d18391d4dd7366f" - sha256 cellar: :any_skip_relocation, arm64_linux: "36baad59d47edd5adb202e9c87fab1c00bc7c58c09d2bd3e3cdea6d2e24e7bfb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0b885a402893475b5e4fb09e712a50af51a7ad9f1edfae2adaa782f8444fc373" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d817a82ae7464778298aca84b6e213466258f6ac4c5b9e7353f1fba8f7651b01" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d817a82ae7464778298aca84b6e213466258f6ac4c5b9e7353f1fba8f7651b01" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d817a82ae7464778298aca84b6e213466258f6ac4c5b9e7353f1fba8f7651b01" + sha256 cellar: :any_skip_relocation, sonoma: "2792074680b3e09f0dfb3b9944dde57426d02e5762dc13f986eb2203c79b9451" + sha256 cellar: :any_skip_relocation, ventura: "2792074680b3e09f0dfb3b9944dde57426d02e5762dc13f986eb2203c79b9451" + sha256 cellar: :any_skip_relocation, arm64_linux: "64e9c2756a81777a9f28028ca958f032346cefec8988dd6c83d927c9d1fe6036" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d7ad2c445a7a05f1572cb8c80e143f1d735627e85866ed8e7fa3a50542f51da7" end depends_on "go" => :build From 6718a0f43783582a1f3af6b52ab15c099528e25b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:49:18 +0000 Subject: [PATCH 01124/10074] godap: update 2.10.5 bottle. --- Formula/g/godap.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/godap.rb b/Formula/g/godap.rb index c6507b5407709..a0dd26362e1d5 100644 --- a/Formula/g/godap.rb +++ b/Formula/g/godap.rb @@ -7,12 +7,12 @@ class Godap < Formula head "https://github.com/Macmod/godap.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a1d563287d626138860e7389d704220db87d7961f8db53bc3adcfbcc871caa5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a1d563287d626138860e7389d704220db87d7961f8db53bc3adcfbcc871caa5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7a1d563287d626138860e7389d704220db87d7961f8db53bc3adcfbcc871caa5" - sha256 cellar: :any_skip_relocation, sonoma: "0b5fa7e85b0118852ae7f9a71afdfe138e5696a02df28bfeb6cccb2efefed73c" - sha256 cellar: :any_skip_relocation, ventura: "0b5fa7e85b0118852ae7f9a71afdfe138e5696a02df28bfeb6cccb2efefed73c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a6b6285b6c63d7e8486130df4d0c980b6c8e7fc32bb7a8a75ea1e6014e08802" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1f21d3e7fad07512b9f5697c251311a00dde15fe365d179017a81d698914d3a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1f21d3e7fad07512b9f5697c251311a00dde15fe365d179017a81d698914d3a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e1f21d3e7fad07512b9f5697c251311a00dde15fe365d179017a81d698914d3a" + sha256 cellar: :any_skip_relocation, sonoma: "0b7e35888e9d5f1e5586f8d6c1101dec44a28bbfd4f1964674c443997bbf0dea" + sha256 cellar: :any_skip_relocation, ventura: "0b7e35888e9d5f1e5586f8d6c1101dec44a28bbfd4f1964674c443997bbf0dea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d3806997b15103355d597475de81055385692105ded8bcc4dd4a424dedfbc905" end depends_on "go" => :build From 2654c939a17decc6134e0b895e67a51450bc8810 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:49:35 +0000 Subject: [PATCH 01125/10074] flyctl: update 0.3.137 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index e0cf38fd514b2..4749112998c01 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2552ac4495f709378642c5c96c6ccfc6c8ebdf33cd867d738befa8d4a7318923" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2552ac4495f709378642c5c96c6ccfc6c8ebdf33cd867d738befa8d4a7318923" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2552ac4495f709378642c5c96c6ccfc6c8ebdf33cd867d738befa8d4a7318923" - sha256 cellar: :any_skip_relocation, sonoma: "0527a46ac3e4a9acbaed0496a06fa963f6cea87b14db1f906a82aff16531a89e" - sha256 cellar: :any_skip_relocation, ventura: "0527a46ac3e4a9acbaed0496a06fa963f6cea87b14db1f906a82aff16531a89e" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b9187f3b3ca9cab02e8ed5c9a61f4f90143ff1ccecb184889164482522aec64" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f1cf1908761de1ec5e25695b36e293122606d7105701ce1b07d2facf6598019" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c90327150bae368d31d4823970d87fc39baaefd55dd094ccc7641e35270dd3cb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c90327150bae368d31d4823970d87fc39baaefd55dd094ccc7641e35270dd3cb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c90327150bae368d31d4823970d87fc39baaefd55dd094ccc7641e35270dd3cb" + sha256 cellar: :any_skip_relocation, sonoma: "f1ef6939e2cfb332a5013a0b62555ee57ad10fdbd199c39b51998c360120c8c0" + sha256 cellar: :any_skip_relocation, ventura: "f1ef6939e2cfb332a5013a0b62555ee57ad10fdbd199c39b51998c360120c8c0" + sha256 cellar: :any_skip_relocation, arm64_linux: "332ca6035c652ac0b56eaa7dc81c62694828f8d5b4c93f18894b18ec96a7f617" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac8f9c1ab72b505713be9fc7488336cf8d83d2b51b12a4f916e407524e91a0d6" end depends_on "go" => :build From 06cd753065594c466e75deb77fc07564cc71679a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:49:48 +0000 Subject: [PATCH 01126/10074] macmon: update 0.6.1 bottle. --- Formula/m/macmon.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/macmon.rb b/Formula/m/macmon.rb index d9b3cbcd1713f..c4e2355357b57 100644 --- a/Formula/m/macmon.rb +++ b/Formula/m/macmon.rb @@ -7,9 +7,9 @@ class Macmon < Formula head "https://github.com/vladkens/macmon.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "86c4a08eb9ef5a4dc0d03f4f8d042ceed0757406e901d9121d6d7965743ade58" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "53b56d5b51966957a43c9899dfbb766e623fdf43021d59147bb047d22052daf8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cb50d512e081d21d590426196c8e5de0a95d0b8ed70933a548acfefa532a2adc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "40c85d57a50a820f9bce74cc027391722b92db792c96103d08e3be6bd5f3f066" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fa72082accd0a061484259af4d817129ced58675f02a9d6bcf580aeb5d347cf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8e22dab57f3054c606a653676b0f0c8f09675a504f0c707814b08668cb0036c6" end depends_on "rust" => :build From 1b500c951bfbf3bc7e1900f667d736f0a975b919 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:50:00 +0000 Subject: [PATCH 01127/10074] mdz: update 2.2.1 bottle. --- Formula/m/mdz.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mdz.rb b/Formula/m/mdz.rb index 908859a649475..58515149a2aae 100644 --- a/Formula/m/mdz.rb +++ b/Formula/m/mdz.rb @@ -7,12 +7,12 @@ class Mdz < Formula head "https://github.com/LerianStudio/midaz.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "295b0dd5614208b7f400a010b9d4b8da9fa6d8b6fa92ba8aa786517b5b4d6e15" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f354d43debe30a22365fd2d31daadf20a7ab1a1b5e3b3de529d8c9fbad314f32" - sha256 cellar: :any_skip_relocation, arm64_ventura: "00494a3d29be3c5afa74d0bc9674faccd29e0358260ef0cf1e316905da07fbf9" - sha256 cellar: :any_skip_relocation, sonoma: "ad60b38715faf799a93d909d7d3db5997075e2b3049c517913a31bace81748f0" - sha256 cellar: :any_skip_relocation, ventura: "6924a972f36ccbfe48a88215e8e74e7db68e81cc9851368b19df94f889d053ae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "87c467d4ec0bd584048544b804e232cede3f2f568ab36ee9dbfc4263c3c74401" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8481a1226d70274630b2fc511f04466de21ef9e0b5fe5e0325e982ee28df9472" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c2d452a5f38ae66427ca0162583c9e43098ab3952f08882ec6185f5d9b86b72" + sha256 cellar: :any_skip_relocation, arm64_ventura: "165ad093dcf52844256dd5177031807568c38a731a9f56ca45090e045f05be6f" + sha256 cellar: :any_skip_relocation, sonoma: "1e3d12909ba110ebf4c7b5a045942f2cef46d9171f46686a2cda165428ac63a3" + sha256 cellar: :any_skip_relocation, ventura: "9390a7e76047c2e9b36496cc58278c1d26b20a511aca00b2e49cb6acb9652473" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f286d010550d44bdd61d3e858e1e8f9b0f77368a65a94969f30bcfcdb0bf1de4" end depends_on "go" => :build From b2c879a1ac668234cd1e356f0b88297e47d07708 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:50:06 +0000 Subject: [PATCH 01128/10074] i2p: update 2.9.0 bottle. --- Formula/i/i2p.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/i2p.rb b/Formula/i/i2p.rb index 50d01139cef73..94bda5c340f5c 100644 --- a/Formula/i/i2p.rb +++ b/Formula/i/i2p.rb @@ -11,13 +11,13 @@ class I2p < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0474f0fe1bb56848164ead49ae8fc6773411c03a89deca2d2bab927818d6c3e5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5dc4c1f910162f8b9ad1f918bf6e3e3b79c8a859b5c63baa2be55387acddc49a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5c2ab69384a69e6789a5d94c42e9db014a13e4246a6883fc77a71e24db197c84" - sha256 cellar: :any_skip_relocation, sonoma: "0ba3aa0abed7cf698f49358c49e17f95a1147d1016edd0fa9280b199a433fec2" - sha256 cellar: :any_skip_relocation, ventura: "883859807c878a8335a3ea00fc89fc705ca66a725ea1c87809253541398450d5" - sha256 cellar: :any_skip_relocation, arm64_linux: "a713439beb9052582edac83adc9afb95aeb729020b7094d0a1b6146cd44cf11f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d8af5e63ed68d9755a4e29419295bba255ea6915f43393670b16ee027565d71" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d10735b41070267fa23840521e7bd7448a5f5582ecb40db21a249d66fd3c3640" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9cafaf3da69405b8be448701232aff14014d07253c8a115d2da2579a7efc085" + sha256 cellar: :any_skip_relocation, arm64_ventura: "00431dbce28697fc43ef7dd02c3a26d94dd52bc05e0e855cd68a4a0330756ce5" + sha256 cellar: :any_skip_relocation, sonoma: "0041a0350fa5a460dcbaad6b798d0cd6217bcbdf642419751d7739212b13d1b3" + sha256 cellar: :any_skip_relocation, ventura: "b9de9e24242cccbbfe25de8b082c7cdbeaa36bc501df2c0024091a0acd15bdf4" + sha256 cellar: :any_skip_relocation, arm64_linux: "5df693bc55ce843fd3c2ada7120c84763d7bb251aef0c4811e919ba6f6e397be" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a2c966abff9fcd29e0d682bf45917175326eb013e9d000167bbad023a66cec51" end depends_on "ant" => :build From 7623ec7a997221c00c82abc60f419c5200dd9d0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:50:28 +0000 Subject: [PATCH 01129/10074] postgrest: update 13.0.2 bottle. --- Formula/p/postgrest.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/postgrest.rb b/Formula/p/postgrest.rb index 0e0d258b0ba2b..d0ab2d5bd9718 100644 --- a/Formula/p/postgrest.rb +++ b/Formula/p/postgrest.rb @@ -12,13 +12,13 @@ class Postgrest < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9a1b1bd028c0538ec197c689222bd7b962d2e435e866ec37d33008214c4f4ae2" - sha256 cellar: :any, arm64_sonoma: "4267906f3d6a171f12d1b6d8a448870a6978ac714c07fd74b50c0a2799f52a27" - sha256 cellar: :any, arm64_ventura: "144cabbca4b20fca42dde259bb1648b3f09b8eff4fef94f5ce7d29441a6670e5" - sha256 cellar: :any, sonoma: "47cea3500d290daa4e7ab408f965fa25738daf9f53eaf20d46a30974715f9e46" - sha256 cellar: :any, ventura: "8e3d3157d8d355ddbebd4dbaff1870e8887f51333daed0111f8950445dab7370" - sha256 cellar: :any_skip_relocation, arm64_linux: "56e0fd2e6d19b016ca3bb50a1844898bcbd3b8ff9885d04edc21716dbbd3d0e8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "310d3a525890605b1829224e8fcb3a20ce1be046ec9ec513dcbd6f766a84f7f8" + sha256 cellar: :any, arm64_sequoia: "975cf3a08b5a8f9caa0c24f07b706c8fba9c025fc7a1c4d175a4d7f5e2398e86" + sha256 cellar: :any, arm64_sonoma: "340ffde4dfa0ed3ebbbc7e4fcac61393e4a3611255360164424cef02b2db92c9" + sha256 cellar: :any, arm64_ventura: "548caeaf6342837395e2ab9679e2daed9df24072b94ce0e6302364bc57867341" + sha256 cellar: :any, sonoma: "761882ae17ce2e855cbe8705c27d44bb60469ea6e121915a8af49b6125884259" + sha256 cellar: :any, ventura: "fba7253f8b22c4dabb49a55ec27b5b81bc234644946aaa8ebe5b652264a5ca4d" + sha256 cellar: :any_skip_relocation, arm64_linux: "d847b8c675bb98aed0165dccb4b7aa41f6584505996d76e914126c3908d24685" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0e5ab7fe33de3898e34933f774345042c692c33e076cdb27e9b68ae9806fc525" end depends_on "cabal-install" => :build From a7666a49a531848d3c44afa5f9663724ddf83d1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:50:31 +0000 Subject: [PATCH 01130/10074] parsedmarc: update 8.18.4 bottle. --- Formula/p/parsedmarc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/parsedmarc.rb b/Formula/p/parsedmarc.rb index f9e7c2b7a2689..48576b3a3a840 100644 --- a/Formula/p/parsedmarc.rb +++ b/Formula/p/parsedmarc.rb @@ -9,13 +9,13 @@ class Parsedmarc < Formula head "https://github.com/domainaware/parsedmarc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e720c0dd6507fca5a58f8dc186ed53c56b44840f1ea5c2df752b08994bbd828c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eaa1287ebcfa20f93bb26d9ec86cdf53c85776a148631adbc9ad90418096c19b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ef1b2bcb360e2b1350fd7566e1dcae9de796b3bf5456b90c512ecb71f3d10f84" - sha256 cellar: :any_skip_relocation, sonoma: "b50af3e70df6f37be1cd2c1ab981e784c9842bd07a6550f133748eda396dbc1b" - sha256 cellar: :any_skip_relocation, ventura: "eacde4669f7b0ab431952a7b498c5a9211dfb473b64d432f85a76a7daf4d0bff" - sha256 cellar: :any_skip_relocation, arm64_linux: "f8ef556723d35e1a4e0acf09ae04e3a52895d01b0021bc775ca696ca5682162f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4f0d302883a5a0da36b64ded785e08dd4b173df574c07ab413f2d39b9019e9b4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "084bd3ef23a079eadf21da94d52fd1d088dcc41ad55a6aa82e30dcf4d3cc0b62" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d6e69b468ea837ea5d8932223f101d0aebac8bbce1a280b53cbc5ce96a23c08" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d05ba3d786f4a021f2317b3b970da322138b7d3c92e2760d962b09dd8b918231" + sha256 cellar: :any_skip_relocation, sonoma: "7c0ddf6bd87d6bf52529797f9338f74066bac372a13c04033425ef9f8922ba04" + sha256 cellar: :any_skip_relocation, ventura: "d9c6402172a300289e8587ee708aa66007169d6af38a937bcc68acce28d4c748" + sha256 cellar: :any_skip_relocation, arm64_linux: "2e28897da7bded49d63821536ec361ab90488a29332985a4f0d0debd52605c98" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c2dfdfa4e1f7ce4028c353f48e22e92a7dfd9158d749acf07e00ce350f59bf36" end depends_on "certifi" From 026a0dbe5f88a4cac20d7c51b2d944e36b5258e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:50:45 +0000 Subject: [PATCH 01131/10074] ruby-lsp: update 0.23.24 bottle. --- Formula/r/ruby-lsp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ruby-lsp.rb b/Formula/r/ruby-lsp.rb index 2328390ef5299..3d93b9de1fd7b 100644 --- a/Formula/r/ruby-lsp.rb +++ b/Formula/r/ruby-lsp.rb @@ -7,13 +7,13 @@ class RubyLsp < Formula head "https://github.com/Shopify/ruby-lsp.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "2fd0c2b73be8ed2bd5914eebe81475b738621349b32b74a80f3034ca2dd2bc3b" - sha256 cellar: :any, arm64_sonoma: "5a6be1cb4edcef2a338e7c6dc96efad26fc9ae7c6ed4830976535475a9025ea5" - sha256 cellar: :any, arm64_ventura: "0aa242e225cc970d0883c1e145e58a556220d786e40f0f8af547ebd738114ae7" - sha256 cellar: :any, sonoma: "5150dc500281c6444d6178eb918f538e4088719862d6d538ca3d7c73c79909e1" - sha256 cellar: :any, ventura: "b714ce31cf1554d03404540a56ed6bc9ff43ed8a491380bbf72635c6cbe923bd" - sha256 cellar: :any_skip_relocation, arm64_linux: "ff6f2121f144b532b833d2c43dd34eafe1b6998439a80814127fdbb6296bb03e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "31238c86b18eefb542db05a433847ed93e5ec47bbe5c2a2974a54ccde0b48a7f" + sha256 cellar: :any, arm64_sequoia: "817b290ba0f251461700cf91226b22c79fb7ccf0424e65ee3beabf56b1a4f4b8" + sha256 cellar: :any, arm64_sonoma: "3924c5fa6ea13f7aa59d1db4460a2079b000003f45c1a14d1d619f2fd2715c96" + sha256 cellar: :any, arm64_ventura: "5e22e0ebda5d11da4efba3c77db0809a296af2f98690ad2ceb75a4479d5821ec" + sha256 cellar: :any, sonoma: "08d393aba7b455fe9ec71d8f46127008b7b7ae8ff528447c78753fcbfd1d0b71" + sha256 cellar: :any, ventura: "43cca011cc3c12c686fda6d1be374ee095ae392420d2cd25834661b2d74ad217" + sha256 cellar: :any_skip_relocation, arm64_linux: "8d183e914e6a41f51e3ca270fe72174bb0a0e96f2c7359a8dfe930c745e62317" + sha256 cellar: :any_skip_relocation, x86_64_linux: "50bdc9fa86f6bbae887fd2562ac164cad392827b5159a163cc2c423bce2ec945" end depends_on "ruby" From 606847a8f3a043974b5060ae735cee8f8dbf67ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:50:55 +0000 Subject: [PATCH 01132/10074] sdl3: update 3.2.16 bottle. --- Formula/s/sdl3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sdl3.rb b/Formula/s/sdl3.rb index 16472a4ae2445..cef28ee0408f3 100644 --- a/Formula/s/sdl3.rb +++ b/Formula/s/sdl3.rb @@ -13,13 +13,13 @@ class Sdl3 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9fc5ea606986464d0e28043548aa6f28a49f2bebdfb3d8a5dcf51f16d5c8b89a" - sha256 cellar: :any, arm64_sonoma: "7fa6a3be9641557760354c61aab88b57990d6d2425d39522c0cb9514f01d3ba7" - sha256 cellar: :any, arm64_ventura: "f276c456f68b1eb04d4dbfee90bbfcee71097abbdf73fc5dc7505e5a606eceab" - sha256 cellar: :any, sonoma: "218d0ee409437c58d02b2c5c30b04efbaaeddcdd2d10106c7ebd69924deb74e1" - sha256 cellar: :any, ventura: "88746e302f321a9990eb2e6a928857bbed7590d41ab21b2e61ce6d3130650c34" - sha256 cellar: :any_skip_relocation, arm64_linux: "0323ce9d745c83a5e4575063997bf1a1a09b2a8ddd1099675b5f3ac5b3e5766f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "48199501eca060fdd07ecaa14aa8036dcdbd0c476a3267426404f14da86e7659" + sha256 cellar: :any, arm64_sequoia: "1c67df52a37bbd4f13f61eca7c19bea36a53ff3dc0d310c9a878cd0f924edb21" + sha256 cellar: :any, arm64_sonoma: "85d25691ab5555af9cdc272551be6564bc0b460f57b2eae7effb6f6f044c2061" + sha256 cellar: :any, arm64_ventura: "abf021c48b6276686d35220f7288635fca53b0bec6f433c6810df091350e3bca" + sha256 cellar: :any, sonoma: "d7f87a73bb06d65c1c3e5cb5d67fccccfe40ba4abf665909e4693ca41f442527" + sha256 cellar: :any, ventura: "4275579a0a85d883b83906aa14a4bca6f1759af443bd70a8f8032d10cba925d9" + sha256 cellar: :any_skip_relocation, arm64_linux: "237d70db22ec812af6eb7568604c20868d1766e2e161350892402498c4ff8102" + sha256 cellar: :any_skip_relocation, x86_64_linux: "601e5d04d6e7d2f1ed8a2c50850952a49fa149f8e6458f841fc2f35725bf8521" end depends_on "cmake" => :build From 306e4806677627bb648af457e0a8792b231aad75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:50:55 +0000 Subject: [PATCH 01133/10074] aws-nuke: update 3.56.0 bottle. --- Formula/a/aws-nuke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-nuke.rb b/Formula/a/aws-nuke.rb index ee02d25e5968b..ec0e0620778e6 100644 --- a/Formula/a/aws-nuke.rb +++ b/Formula/a/aws-nuke.rb @@ -7,13 +7,13 @@ class AwsNuke < Formula head "https://github.com/ekristen/aws-nuke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f4335aa484eea750cfb713b6cdcf7a0216c35bfd27fd3f4f7957abf8e0c7bc5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f4335aa484eea750cfb713b6cdcf7a0216c35bfd27fd3f4f7957abf8e0c7bc5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8f4335aa484eea750cfb713b6cdcf7a0216c35bfd27fd3f4f7957abf8e0c7bc5" - sha256 cellar: :any_skip_relocation, sonoma: "001f089f4b8101de6167494b6a0983e014c91d6f3a6b9ff4927dfd453bf1e431" - sha256 cellar: :any_skip_relocation, ventura: "001f089f4b8101de6167494b6a0983e014c91d6f3a6b9ff4927dfd453bf1e431" - sha256 cellar: :any_skip_relocation, arm64_linux: "3844b7527ca74d398a40b9b11f590b6f7e4a1e2f26fdf6743fa8fedf796d768a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "555f0b27862ff5e42e9c3a894f3f66f9223515c6795dd7d00e5515d333c545a1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7702e4518ac85f6ef3fe4346c8fc1a6ccd6b1baf707694bd747a3ff1bacdab49" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7702e4518ac85f6ef3fe4346c8fc1a6ccd6b1baf707694bd747a3ff1bacdab49" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7702e4518ac85f6ef3fe4346c8fc1a6ccd6b1baf707694bd747a3ff1bacdab49" + sha256 cellar: :any_skip_relocation, sonoma: "dd8919df942e11e4e971deaae12247ff1ed6631946ded3b3da5148b6cc37695a" + sha256 cellar: :any_skip_relocation, ventura: "dd8919df942e11e4e971deaae12247ff1ed6631946ded3b3da5148b6cc37695a" + sha256 cellar: :any_skip_relocation, arm64_linux: "9908c9384b18d0681eefe823d1fa00a8425d5a0afc1a6222f72cba69d86ce6bb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "836a93147e0035fa991453b0d390a98aae3919d41eafd298f16912ee80a9cb9d" end depends_on "go" => :build From f6abda5082080b2de1a326cf0e6b55fd02329d9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:50:56 +0000 Subject: [PATCH 01134/10074] rofi: update 1.7.9.1 bottle. --- Formula/r/rofi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rofi.rb b/Formula/r/rofi.rb index f6f24733b23ef..da01eeea93034 100644 --- a/Formula/r/rofi.rb +++ b/Formula/r/rofi.rb @@ -12,13 +12,13 @@ class Rofi < Formula end bottle do - sha256 arm64_sequoia: "12f2adcbff734077b295a28576edb770f00778986de09c6ca1036393270f2dcf" - sha256 arm64_sonoma: "31b072b30a9a55cc505de3cbd7323dd21b826b061516685b473e51986cab3d57" - sha256 arm64_ventura: "ea99ce4ca56b71bf7d71a0a197395b36356664c60b48665780d72ae794672c46" - sha256 sonoma: "d2454914ee0ac50fee8f4b32c1fce3ae4938545f030717bc6daa5cc6bdc2388e" - sha256 ventura: "e9a72418949e0a14e93cd99e1e8bdcde1854ff02785a8bf84f36bf3d11b2cc1a" - sha256 arm64_linux: "d52a687e7f1620bf65e7e6f0237afb757ca7bd82fdf62a3e26f3c4e08da8a71c" - sha256 x86_64_linux: "a950e63b3d4a61933e919da55be04620770209eadc73e815ed6d6a8d8b41cf65" + sha256 arm64_sequoia: "5c626909b1b293d203588b80ed5d8221eeabbda74a52eb1097d7c309631a45ad" + sha256 arm64_sonoma: "0b314c3080bb26ad2db79ead55a11c77a6c7e619203b3da7b43bdb061336c261" + sha256 arm64_ventura: "15c48971ba5a436e4ffb87b43b6b5a5e4041024e5b3083df70d83b40b57a1177" + sha256 sonoma: "3d87e7e89049147de89401787624bfec3db06fd772ff6f1167d5c6e3c3f458bd" + sha256 ventura: "ebe1fee45adf82c9324374d2ae33eb4af4ab1454b39872a9a1ca2d2620f2b8ad" + sha256 arm64_linux: "162d955726717cd43a5daada701228401f9b1b3ea66e988f44c445f93da05f12" + sha256 x86_64_linux: "73a4c5573499a78fefd0d2a58c15ba6069bf5169b6a3064f2951c650e1dfa889" end depends_on "autoconf" => :build From a9f86e8f3c42919369600a1956025ea573eabb64 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:51:30 +0000 Subject: [PATCH 01135/10074] terragrunt: update 0.81.0 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 588156e07f3e5..5f241308e24d9 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "257d94d6699fa344eeff5eb93fe280a2f015134db3e8d064f5e6dff02ddf6450" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "257d94d6699fa344eeff5eb93fe280a2f015134db3e8d064f5e6dff02ddf6450" - sha256 cellar: :any_skip_relocation, arm64_ventura: "257d94d6699fa344eeff5eb93fe280a2f015134db3e8d064f5e6dff02ddf6450" - sha256 cellar: :any_skip_relocation, sonoma: "ffb779378922b8d7ff6b27397aaa81544f36d5001b58d7f975c7d4a0fe2607d3" - sha256 cellar: :any_skip_relocation, ventura: "ffb779378922b8d7ff6b27397aaa81544f36d5001b58d7f975c7d4a0fe2607d3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7d299280edb6a079bfe30165316f94c7b11c53384b36695d5b25bb6a1fec1757" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6811e0de0356d9ff7c479dbe5e53691dafcadf6759a21c23c852185eb4f787ae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6811e0de0356d9ff7c479dbe5e53691dafcadf6759a21c23c852185eb4f787ae" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6811e0de0356d9ff7c479dbe5e53691dafcadf6759a21c23c852185eb4f787ae" + sha256 cellar: :any_skip_relocation, sonoma: "73fc0c51313c20c03dde41f76d70cd90ebd08c9f3e8d34be028d78d0ff40197d" + sha256 cellar: :any_skip_relocation, ventura: "73fc0c51313c20c03dde41f76d70cd90ebd08c9f3e8d34be028d78d0ff40197d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "04572cd831466cd21981b4cb60547e650365605de20061721fdd219c09c3304a" end depends_on "go" => :build From 2fec2b0b6b96b2b7f6fc6f52653ee7da4bd13ee9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:51:31 +0000 Subject: [PATCH 01136/10074] awscli: update 2.27.27 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 68c9ee846e21d..9698d584be733 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "21e8af8b46510fb475765cbefbd6c1754db7cddbbb136d0b72cb412e6ad0c3ab" - sha256 cellar: :any, arm64_sonoma: "5ee83efcf34e4262db5445e0a737924f28acb1c42d51a5760294b5d63fdfffb0" - sha256 cellar: :any, arm64_ventura: "fb0331e2ba7ecc66e34188ad99b412b9bb2897783e10de201323e604a29ef242" - sha256 cellar: :any, sonoma: "4afb994be9bd2e9889486007023e25f66bd7fa91c8ce4076414a11ad2fe7fd93" - sha256 cellar: :any, ventura: "1a00a004e2bb515e190e2cdfaa9ea50dc300ab823b84905f80f04e9892a321a3" - sha256 cellar: :any_skip_relocation, arm64_linux: "1e0b2d2418c3722e1c6a045ead959d2c61c411c102c86a7e4c896655bff0fa54" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3088186ad9be7c7b66845eea49a0d366c8f41ef8243019014913f9ca667ffb9d" + sha256 cellar: :any, arm64_sequoia: "37eb3e8130cc49737630c106920e4c7f279fe9e4fb0e01d9342d8d3752da07c9" + sha256 cellar: :any, arm64_sonoma: "58a35653280e35609eaf95a22091d6d8528bd868d796ebb056d2cfa967361040" + sha256 cellar: :any, arm64_ventura: "52fd6f8d530b3309de000862b0d9e4549e10c203f95b60e424e8361309f3b53c" + sha256 cellar: :any, sonoma: "9c48c1e9fdca1a0bec0119b17e6dc7fe2d61d7a4d4ff1f47a75da6e359c17144" + sha256 cellar: :any, ventura: "5782ea45bdcf377753faf8757b6f0bc3acb257aade39f34e31a6de515944afc4" + sha256 cellar: :any_skip_relocation, arm64_linux: "62dbf640d604addc972720e54fabf63bf1546bebe5bf69264a04695e4900c8a1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45e1d75c84c4e467f4f9938c03bc525a5b0e4f881536381c5631176e6e0c60fd" end depends_on "cmake" => :build From 0652016a9594a0166f1b0bed610ae2238cb97d2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:51:33 +0000 Subject: [PATCH 01137/10074] tmuxai: update 1.1.0 bottle. --- Formula/t/tmuxai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tmuxai.rb b/Formula/t/tmuxai.rb index 814d0a097f193..d88bfa60f95ea 100644 --- a/Formula/t/tmuxai.rb +++ b/Formula/t/tmuxai.rb @@ -6,12 +6,12 @@ class Tmuxai < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a05332c2c9d269c9d70b7a12fd58afabbb88c8474b5c730616545e6c23a56d40" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a05332c2c9d269c9d70b7a12fd58afabbb88c8474b5c730616545e6c23a56d40" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a05332c2c9d269c9d70b7a12fd58afabbb88c8474b5c730616545e6c23a56d40" - sha256 cellar: :any_skip_relocation, sonoma: "18c978d0c04e372a18ce76840448ad232a09d4b02e2ff26966c05cfa383bd415" - sha256 cellar: :any_skip_relocation, ventura: "18c978d0c04e372a18ce76840448ad232a09d4b02e2ff26966c05cfa383bd415" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ecc285434afbf27c8b15b0bfe2b0ca9b029feb46d0849a2f0b9012d3bebca926" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e27e7c9ba5c9919df1663bf381ac44cbcf47e68b6ee65572bc6e2b822d2d8ddb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e27e7c9ba5c9919df1663bf381ac44cbcf47e68b6ee65572bc6e2b822d2d8ddb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e27e7c9ba5c9919df1663bf381ac44cbcf47e68b6ee65572bc6e2b822d2d8ddb" + sha256 cellar: :any_skip_relocation, sonoma: "56b9618ed0f656423887a9f2bb7d20110034b81c93ce9b1696fe70548e45eb6c" + sha256 cellar: :any_skip_relocation, ventura: "56b9618ed0f656423887a9f2bb7d20110034b81c93ce9b1696fe70548e45eb6c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fccb2d9531d433deddf272d07882be82c3cc84f410f434399bcfcb46d05fb08d" end depends_on "go" => :build From 2cac68672a749aa185c4838817dc17fa9f7496d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:51:48 +0000 Subject: [PATCH 01138/10074] cotp: update 1.9.6 bottle. --- Formula/c/cotp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cotp.rb b/Formula/c/cotp.rb index 0f8f74ec58bcb..7268d0a01a6ca 100644 --- a/Formula/c/cotp.rb +++ b/Formula/c/cotp.rb @@ -7,13 +7,13 @@ class Cotp < Formula head "https://github.com/replydev/cotp.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5cd57d6aa68183ef6853633d71ea029ed2de6b2cfb75ad2c44be7806a9e63b1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "73449c07337931a3deedbbc78fde2893375cddd5dcb037a06221cde95df13bef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e63fbb5b094e5a7ff991785df9a644bf80dc5c8d5903bad0a67874cb8c5e344e" - sha256 cellar: :any_skip_relocation, sonoma: "22cfadbfad6bba78bb827cb6a2a1f38cc40f502d08f0aac2d7f34b0b4b3058b5" - sha256 cellar: :any_skip_relocation, ventura: "fbca68e15b6a4aa447473c2e9ea569d7a4d886fb2ec099bbc8f5e7e177765acc" - sha256 cellar: :any_skip_relocation, arm64_linux: "a9383ffb2bed7730921545c06aad5d57954a8b1ae8f1fb95680e179a628ab139" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc1802672b3750168d5aa7380d3c7aed552d90eebcd10e6cda3d365bb57775d7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "230b300e4658e75da28ecb2480f4fd59b3b85d699c1ba077427debd9da5fcfec" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c977333f265f5848cb654b3821f02258580650d6b76e88501dd3b09bd59648f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2bd2020316409df77c914e2806965912812cddd88a91070b45e240024cb09bfc" + sha256 cellar: :any_skip_relocation, sonoma: "35b2c18c608b59e4a0ba906b65ab41d03ede7f0fdb0d6c33f44349d57598090c" + sha256 cellar: :any_skip_relocation, ventura: "be168173afc155dd3d98a93017dbfc6ea40348a744ba109011a270a3eef71da4" + sha256 cellar: :any_skip_relocation, arm64_linux: "beb0855b0b7fe94fd5c8076a9e29ebc74a291f50b056dc48185b7b6f1aabb0bc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "704d9921263cb986afd5fdeb101ca1fa2781152be5d3103d910e3139e11c35b1" end depends_on "rust" => :build From acb7d25fe203a15b43e1f8c63d82750df4527171 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:51:51 +0000 Subject: [PATCH 01139/10074] cfn-lint: update 1.35.4 bottle. --- Formula/c/cfn-lint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cfn-lint.rb b/Formula/c/cfn-lint.rb index 190642aadd23f..fb23ab5efbce7 100644 --- a/Formula/c/cfn-lint.rb +++ b/Formula/c/cfn-lint.rb @@ -8,13 +8,13 @@ class CfnLint < Formula license "MIT-0" bottle do - sha256 cellar: :any, arm64_sequoia: "8eade5fbdefdb16660bd59562106b500157145a94a730a86ba4dcdf4c7effba8" - sha256 cellar: :any, arm64_sonoma: "fbf5a2d6d1510b5ec9ee34da6515236971a8bf4eb2c5b976d8012d271224f595" - sha256 cellar: :any, arm64_ventura: "815d95179d0b444382afc1d3577bc29d54edbcd4f2e3c68ebca9a337e35acff2" - sha256 cellar: :any, sonoma: "8085c180eb10d8b4557be6d45952c1b06beaa771956d0d04ac828e22660204b3" - sha256 cellar: :any, ventura: "af0a7543763a4f5bcd0a774020950edce59ec8d44127082182c4a8fd38531f08" - sha256 cellar: :any_skip_relocation, arm64_linux: "e2de872018e4fb0cf5baf652fd642c63caa54f10bfbec61cbd3d234c06a5d5fb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "83d819511af0444166ea4a79a812798882fbef210e2cfcbcc419770b592b0649" + sha256 cellar: :any, arm64_sequoia: "a811de2fd908bc715fd3a98e179da17526ab4db21c353224d70fac49e1429825" + sha256 cellar: :any, arm64_sonoma: "11fff56ac7dddb5ea973a6e1cda24276c62da2f26e9831256651c88e021d0b35" + sha256 cellar: :any, arm64_ventura: "c8a9d7c174a5035b0322fa30404abd24b97bcf203ac0b71dfcc9da6cf0d0d840" + sha256 cellar: :any, sonoma: "a0bcb7ac899b75a5c079304df987a313ae3eef83b4f577be709f99d759c9f64d" + sha256 cellar: :any, ventura: "16eecc891cf2f78ffed909aac230c1f5f2de7f4b81b166f749b604cd3b251927" + sha256 cellar: :any_skip_relocation, arm64_linux: "8b3a87b9e5a5865a5698b961ec0b0049e98e5fc8f190ac9ff57dd0f0f636ef08" + sha256 cellar: :any_skip_relocation, x86_64_linux: "969c8633e6da030bb154e30814699e118e54958a665379e24f78e5d24bb49edd" end depends_on "rust" => :build From 6c433f504c6a08410394e5691e5b54e6aedfedda Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:52:33 +0000 Subject: [PATCH 01140/10074] git-machete: update 3.36.0 bottle. --- Formula/g/git-machete.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-machete.rb b/Formula/g/git-machete.rb index ca77fd8d552ad..bfe00416dd3d5 100644 --- a/Formula/g/git-machete.rb +++ b/Formula/g/git-machete.rb @@ -8,7 +8,7 @@ class GitMachete < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "c1d76168c09788d137b5d3a65e5007547615725dd36a9616c67dc816cbf1c626" + sha256 cellar: :any_skip_relocation, all: "d32b84bc28c4536fe545ac2881d74ee8b3a96defe2bd0ec006d2b03d6446aa29" end depends_on "python@3.13" From 9c75154ee260445e1e87917993f57d6451e77bd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:52:36 +0000 Subject: [PATCH 01141/10074] fern-api: update 0.63.26 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 4c68e90367124..b2aee26041c5a 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "6a4609a463557daffcad24738fa8ce0b0feae121cc84ea3d7de42af40906f8e5" + sha256 cellar: :any_skip_relocation, all: "c8e9c5ca3a006900ca31503d236bf9944bdd2c02153234428955ee2188bf767f" end depends_on "node" From 9bf8cd75159298e6a9047f54f9c9d79cb1d0a38c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:52:59 +0000 Subject: [PATCH 01142/10074] i2pd: update 2.57.0 bottle. --- Formula/i/i2pd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/i2pd.rb b/Formula/i/i2pd.rb index b584f36608303..e04dfdd57cca0 100644 --- a/Formula/i/i2pd.rb +++ b/Formula/i/i2pd.rb @@ -6,13 +6,13 @@ class I2pd < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "c865826e73acdb762fc4acc120ff7c8f02cd6a662a963e24d9093d7bf447066b" - sha256 cellar: :any, arm64_sonoma: "5a0f70510c4bfd858b20822b082e59b83e0e55c82a9a0c0152d5e36728fc82e9" - sha256 cellar: :any, arm64_ventura: "49f063b05f528fecbd2403dcfe1508e6cb020bda38405b8c2fbd3bffc9a8fa4e" - sha256 cellar: :any, sonoma: "406f99860f53e0c5bfec11ce11116cc51d15f614e31f7cc6c577286cc983715d" - sha256 cellar: :any, ventura: "119eec12ddde78b6e144d5b32c3fd2dd51bf4bb67de742a18d44a9d09d937b45" - sha256 cellar: :any_skip_relocation, arm64_linux: "571d04e9014fa65a030b07c7a0c393d16cd9d6df122655cfd6b8f3c3da72715d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ae6d43676b89b6d4fd9b6438c06d6ca5fb22e348802570ab5059b905932ba18b" + sha256 cellar: :any, arm64_sequoia: "17d7aec839b3a8641b2c40e084d459a787368d3090438ef57603038555504d0c" + sha256 cellar: :any, arm64_sonoma: "c609b3a58bcde479df1eb5d34c2dd6753812d5fb9a4e014a39f51a9cc2b8adf3" + sha256 cellar: :any, arm64_ventura: "0d2ee21f5fa22ec7f632bf58cfbbe8799ad44d0bcb7797a6aa577f7e772a0751" + sha256 cellar: :any, sonoma: "4bc1ede8c8c592f58fd622f6dd1e230e1c134d787c0b94bf116d6f75d9e846f8" + sha256 cellar: :any, ventura: "415d938ffca8249d8ad6e32c1a07b35862277e42017ad7dade8fd8d0d554b19f" + sha256 cellar: :any_skip_relocation, arm64_linux: "773fde1a3a3f651d5fa7a1f14e3975f98b10abeec2a38c7f4f8f38fce9a39162" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8dd3123a2ddbb8e77da092236ed4152535742b9b49e57989d55b25bd50f4945c" end depends_on "boost" From 0dd2816ba5daf3ca0610a8db1b100d71a0c301c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:53:44 +0000 Subject: [PATCH 01143/10074] infisical: update 0.41.5 bottle. --- Formula/i/infisical.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index aab046e4b3c7d..e6f07022008c1 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -12,12 +12,12 @@ class Infisical < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b05ceb87bfd5a3d0cf6bdbc381a2c78f3d5f382ff5be6974825093d0df6f542" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b05ceb87bfd5a3d0cf6bdbc381a2c78f3d5f382ff5be6974825093d0df6f542" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2b05ceb87bfd5a3d0cf6bdbc381a2c78f3d5f382ff5be6974825093d0df6f542" - sha256 cellar: :any_skip_relocation, sonoma: "9bb232e0c304647c237abac6e202ccad1d0109915a837a3a20586dedfefbdbea" - sha256 cellar: :any_skip_relocation, ventura: "9bb232e0c304647c237abac6e202ccad1d0109915a837a3a20586dedfefbdbea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "91f65d44bf5b2c1edb6d209b83ecee996675188e03dd0844fe2beb7c82fbfce7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "28ea360c2b9d10fe9fb869d5e4aa242e425982cb455cba92dfbd3d4454d36edb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "28ea360c2b9d10fe9fb869d5e4aa242e425982cb455cba92dfbd3d4454d36edb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "28ea360c2b9d10fe9fb869d5e4aa242e425982cb455cba92dfbd3d4454d36edb" + sha256 cellar: :any_skip_relocation, sonoma: "7d9e12994c34e8da8d1dc292048d05410bfe63c9ed9a1740acff31362d48d9dc" + sha256 cellar: :any_skip_relocation, ventura: "7d9e12994c34e8da8d1dc292048d05410bfe63c9ed9a1740acff31362d48d9dc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5940418a8305b16349ccc904da132ff7be73c40b838861e1942ff6da479a29ff" end depends_on "go" => :build From f3fc9ed26850a4e8b73f1dbc83039836ce4842c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:53:51 +0000 Subject: [PATCH 01144/10074] icloudpd: update 1.28.0 bottle. --- Formula/i/icloudpd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/icloudpd.rb b/Formula/i/icloudpd.rb index b96bab4a82c58..c10c9e2322058 100644 --- a/Formula/i/icloudpd.rb +++ b/Formula/i/icloudpd.rb @@ -11,13 +11,13 @@ class Icloudpd < Formula head "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f0d54cfaec8c90744723bc432e63f0ae845df3616ed284b4a586b2e0cc3e01c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8ff0aa8ae29dc10f43a31e0d2959f8d0cb857f15ce78938cc01b03be77a0044" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aa483406a5949be879208cf94209a8cea474dae8843aa3377c7575ab0d1b6ae9" - sha256 cellar: :any_skip_relocation, sonoma: "c70347d1b14bb624a3f3d877eefaa53c77b4e8e9c042570d4e1e12b3658609c4" - sha256 cellar: :any_skip_relocation, ventura: "93c78c13b30859432920ba01996d69452a6164bfc0dddc9879774d3f390e6599" - sha256 cellar: :any_skip_relocation, arm64_linux: "1d6c620beb5f44ce446c997ea10bf56acc0b0b3ce1330e4e5bfc5dadb35ef8fb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e4885032aa8be43cfb8ee17b5470a7363a07ad19059fbe948f1d871e6c63f93b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae0c03a0688c36bebe69cc2bb1c124ba79d1875ea8be666f5bcfefbc4a6c6040" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "90b45ad767c1246f4535e2e181258bdb0179a645e86d89821661103f1aea27bb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ac22545073739cd79af1540a4d1a503a2409db2434899ed41c0809c264f0f3d0" + sha256 cellar: :any_skip_relocation, sonoma: "1ab47dac97a9cd21ae15399278c54bce99375b8c500baf066d44f3c315008362" + sha256 cellar: :any_skip_relocation, ventura: "797335411febcb03e8ebbd8e04bf50489a225ad6b9ce864c1359a3065d1c3ee6" + sha256 cellar: :any_skip_relocation, arm64_linux: "ab92aca8b99c288b5afe73833b67d4c6947124ae85ec44a7d2c766d45cbade0d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "75b6d11dbbe2eb9af5eeb5f57d4e82ee1f9066cb325272a7bed9e45e074339f1" end depends_on "certifi" From dfd6770dd1d348de1d6279375ec84f15ebc772f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:54:33 +0000 Subject: [PATCH 01145/10074] jadx: update 1.5.2 bottle. --- Formula/j/jadx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/j/jadx.rb b/Formula/j/jadx.rb index 6e6ae809932a9..b41128dd8b571 100644 --- a/Formula/j/jadx.rb +++ b/Formula/j/jadx.rb @@ -6,7 +6,7 @@ class Jadx < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "735427c63f8e20f067a5a50d4273cea56b5fd528bb0ad656d91a76762e774997" + sha256 cellar: :any_skip_relocation, all: "6c5c0a76284cf5ec339edfb830b9a57f61f20d588b0c2eed74f95697185c125d" end head do From 17f7f573b509bd8b4b84ce4b99dd3c62fe1701c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:55:39 +0000 Subject: [PATCH 01146/10074] oh-my-posh: update 26.2.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index bd84b8bebdbff..f14a81f2ebd47 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2ba19fdbfb606a00dcff95a47e8d837fcd65e968ad7f457dd37be66f178c703" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c76ec1975032dc1a5a595d069697563bee99c3b568a8f08d2238b7e6a63430d7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b5114412492b38cb7aad4d702b031d76a2415f0fb03b44e81ea332535c4ad0d2" - sha256 cellar: :any_skip_relocation, sonoma: "1d8504347c04a1542a2e98711d13c53f7a625d644d870c92ce0a5dcdc9aedd1f" - sha256 cellar: :any_skip_relocation, ventura: "3cf126bf2ccade0d3517b2ea509712a43abfd14c2254caaa828e1f85a274a425" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2502b8f14120fe63e13c956e62ebf9a79ad79b35820be0965c597e0a3edeb60b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c0181cf46e55e7aff948589461e23d7a1fa786d2ae6804ecf478fbcf45ad48e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "74b21bda527a32e2fdd46a6b5ed7adf89669661cd2517d3559ae73ac34caa798" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e3f0f8fdfc16c73c5cbf0db7e5f6f1e3b3c3721948a1d6b867a779c6a9f562a0" + sha256 cellar: :any_skip_relocation, sonoma: "4b02ac336cc24450216b1487f2930462a7c033c8f2ba7455a136f863ca07322a" + sha256 cellar: :any_skip_relocation, ventura: "fb34e03c09cb5ecfa7f3f613e7f8578c5b8e81d3ed67bfda06b8134459ad87b1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7e3630425449da5db0244f963d4a47fd33692d679468ceaf3eb74f456d8dbbe3" end depends_on "go" => :build From 9d65b9092c852443e345cff33eb4bcefa10f9e54 Mon Sep 17 00:00:00 2001 From: Nanda H Krishna Date: Tue, 3 Jun 2025 02:04:00 +0000 Subject: [PATCH 01147/10074] nx: add 21.0.4 bottle. --- Formula/n/nx.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index e34c0dd9e346d..ce00fafc79de6 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -5,6 +5,15 @@ class Nx < Formula sha256 "dd1bf64358661a2d14dd027f8b0c6d8eea051afff4ec8206407bdb9335991f9f" license "MIT" + bottle do + sha256 cellar: :any, arm64_sequoia: "c1d5a9df1f46bf4e9216cd2d88153a9b32a6263fbbb6f700898792a28ad0cb28" + sha256 cellar: :any, arm64_sonoma: "c1d5a9df1f46bf4e9216cd2d88153a9b32a6263fbbb6f700898792a28ad0cb28" + sha256 cellar: :any, arm64_ventura: "c1d5a9df1f46bf4e9216cd2d88153a9b32a6263fbbb6f700898792a28ad0cb28" + sha256 cellar: :any, sonoma: "aaf2aab4c5272fbcdfbc4f09a8b5c85155319c34c4ea541a3bccbe372dd91743" + sha256 cellar: :any, ventura: "aaf2aab4c5272fbcdfbc4f09a8b5c85155319c34c4ea541a3bccbe372dd91743" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a363a3395436db3f2721fcc40315d7c50a79ebeaaa480613df61ff7d77b04450" + end + depends_on "node" def install From 0c6fe5dab1114b656da78f9ec1aa6c12a48f7b7a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:01:17 +0000 Subject: [PATCH 01148/10074] diamond 2.1.12 --- Formula/d/diamond.rb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Formula/d/diamond.rb b/Formula/d/diamond.rb index 808b7077d8de8..e03b4e95fe7a2 100644 --- a/Formula/d/diamond.rb +++ b/Formula/d/diamond.rb @@ -1,8 +1,8 @@ class Diamond < Formula desc "Accelerated BLAST compatible local sequence aligner" homepage "https://www.wsi.uni-tuebingen.de/lehrstuehle/algorithms-in-bioinformatics/software/diamond/" - url "https://github.com/bbuchfink/diamond/archive/refs/tags/v2.1.11.tar.gz" - sha256 "e669e74ac4a7e45d86024a6b9bfda0642fabb02a8b6ce90a2ec7fb3aeb0f8233" + url "https://github.com/bbuchfink/diamond/archive/refs/tags/v2.1.12.tar.gz" + sha256 "0a11a09ee58f95a3b2e864d61957066faae8a37abaa120353c0faad5d0ff0778" license "GPL-3.0-or-later" bottle do @@ -19,14 +19,8 @@ class Diamond < Formula uses_from_macos "zlib" - # fix compile issue, upstream pr ref, https://github.com/bbuchfink/diamond/pull/852 - patch do - url "https://github.com/bbuchfink/diamond/commit/a50338f6033f55cbeb2db3526005f649a189c656.patch?full_index=1" - sha256 "67b2998afa133a77497dc2e928af488237d5d8d419bd916df893a318470fd49b" - end - def install - system "cmake", "-S", ".", "-B", "build", *std_cmake_args + system "cmake", "-S", ".", "-B", "build", "-DCMAKE_POLICY_VERSION_MINIMUM=3.5", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" end From 56744362da1b71c3594304abc311f2af7d634d3b Mon Sep 17 00:00:00 2001 From: William Melody Date: Mon, 2 Jun 2025 19:08:34 -0700 Subject: [PATCH 01149/10074] nb 7.20.0 --- Formula/n/nb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nb.rb b/Formula/n/nb.rb index 08b10ba5e74d9..5f3b967ac9b32 100644 --- a/Formula/n/nb.rb +++ b/Formula/n/nb.rb @@ -1,8 +1,8 @@ class Nb < Formula desc "Command-line and local web note-taking, bookmarking, and archiving" homepage "https://xwmx.github.io/nb" - url "https://github.com/xwmx/nb/archive/refs/tags/7.19.1.tar.gz" - sha256 "124ea1d390a16805cd1d3aed6797595c907a4a09e867ee6e36490bebe370e00f" + url "https://github.com/xwmx/nb/archive/refs/tags/7.20.0.tar.gz" + sha256 "7d677e88ebeb64f9f94a78e0b08cc4d60146bdf2f591fcd6bf31f832eba55e08" license "AGPL-3.0-or-later" head "https://github.com/xwmx/nb.git", branch: "master" From b86c01f1cf69e582006cda193705c269ce2a994b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:24:55 +0000 Subject: [PATCH 01150/10074] aliyun-cli 3.0.281 --- Formula/a/aliyun-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index c3c42ba890db1..de3bcc1e99608 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -2,8 +2,8 @@ class AliyunCli < Formula desc "Universal Command-Line Interface for Alibaba Cloud" homepage "https://github.com/aliyun/aliyun-cli" url "https://github.com/aliyun/aliyun-cli.git", - tag: "v3.0.280", - revision: "6ad6a4b753ea50411f2beb39c81628f04608beaa" + tag: "v3.0.281", + revision: "246577869563236cf81ba4f5eab8ebbba870838b" license "Apache-2.0" head "https://github.com/aliyun/aliyun-cli.git", branch: "master" From 540c68574055b382128772a83eb33414fbf202c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:32:03 +0000 Subject: [PATCH 01151/10074] ddns-go 6.9.5 --- Formula/d/ddns-go.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index fb7d9a91eb108..c029603cb6816 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -1,8 +1,8 @@ class DdnsGo < Formula desc "Simple and easy-to-use DDNS" homepage "https://github.com/jeessy2/ddns-go" - url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.9.4.tar.gz" - sha256 "9430183bc24261060d1ff3353d6d9d1543a608f50d931953d64956629aaa67fe" + url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.9.5.tar.gz" + sha256 "b84ef5cfe1db70dee2f15e58e396407625d8a2ce3582ab414608ac7fd2200d90" license "MIT" head "https://github.com/jeessy2/ddns-go.git", branch: "master" From c95b472523fb0baa98d3e72f576f198ec2cbcea9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:38:09 +0000 Subject: [PATCH 01152/10074] groonga 15.1.1 --- Formula/g/groonga.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/groonga.rb b/Formula/g/groonga.rb index dc0b605b17b99..1873a4f8a7035 100644 --- a/Formula/g/groonga.rb +++ b/Formula/g/groonga.rb @@ -1,8 +1,8 @@ class Groonga < Formula desc "Fulltext search engine and column store" homepage "https://groonga.org/" - url "https://github.com/groonga/groonga/releases/download/v15.0.9/groonga-15.0.9.tar.gz" - sha256 "f9969d2f8025a31dd201d8ce0e5db3a1547144e6191f75a9bbb1d771b7f0def2" + url "https://github.com/groonga/groonga/releases/download/v15.1.1/groonga-15.1.1.tar.gz" + sha256 "2b15132948ea7cd7e9c8e726d2e2d390f9927efbc14536e0bea992e05db8f070" license "LGPL-2.1-or-later" livecheck do From be092508aa8e3a256cdfdcd93e06e61562198758 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:15:38 +0000 Subject: [PATCH 01153/10074] mise 2025.6.0 --- Formula/m/mise.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 27de5958d3ad4..994ec08222c4a 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.5.16.tar.gz" - sha256 "88f426c2db4d92cfa42f1179fac8d227c0137e174989cec1f58eec7ff8881d22" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.0.tar.gz" + sha256 "9b495ba075165f07d814b75f64635e1c9cdf18ae1aba786514e1716d4ce9e743" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" @@ -41,7 +41,6 @@ def install system "cargo", "install", *std_cargo_args man1.install "man/man1/mise.1" - generate_completions_from_executable(bin/"mise", "completion") lib.mkpath touch lib/".disable-self-update" (share/"fish"/"vendor_conf.d"/"mise-activate.fish").write <<~FISH @@ -49,6 +48,11 @@ def install #{opt_bin}/mise activate fish | source end FISH + + # Untrusted config path problem, `generate_completions_from_executable` is not usable + bash_completion.install "completions/mise.bash" => "mise" + fish_completion.install "completions/mise.fish" + zsh_completion.install "completions/_mise" end def caveats From 0255e7b28fa96ad07e9d00541135aa7cbe77782f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:41:04 +0000 Subject: [PATCH 01154/10074] katago 1.16.1 --- Formula/k/katago.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/katago.rb b/Formula/k/katago.rb index 6f876295f94b9..2f6b50c65dbff 100644 --- a/Formula/k/katago.rb +++ b/Formula/k/katago.rb @@ -3,8 +3,8 @@ class Katago < Formula homepage "https://github.com/lightvector/KataGo" # Occasionally check upstream docs in case recommended model/network is changed. # Ref: https://github.com/lightvector/KataGo?tab=readme-ov-file#other-questions - url "https://github.com/lightvector/KataGo/archive/refs/tags/v1.16.0.tar.gz" - sha256 "1786772c8490fb513522319554dfb41d93ecae4fb35e1b70249f3fe3c75c6cc1" + url "https://github.com/lightvector/KataGo/archive/refs/tags/v1.16.1.tar.gz" + sha256 "5e004042dc1ee8185b8fb7a807e3d421d09349dccb858e41ffe2e9b96a4173d0" license all_of: [ "MIT", "CC0-1.0", # g170 resources From 326d5fc3a4087412a68c540235c66b51d616999f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:43:21 +0000 Subject: [PATCH 01155/10074] flagd: update 0.12.4 bottle. --- Formula/f/flagd.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/flagd.rb b/Formula/f/flagd.rb index a3679c6792cad..2e71f76e9f100 100644 --- a/Formula/f/flagd.rb +++ b/Formula/f/flagd.rb @@ -18,12 +18,12 @@ class Flagd < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dadb1601b41a5e537d6990d75c1189dd94e5a6eda9da929751e0f5bed4368656" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc539c41ff9a15f0aef1d688e1f7b164cfe7f356f8f123b78af4961d9b51c9a8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0ef17631fc833000515e34c22d7a65a5077d6251a2d500255547c32d316de59a" - sha256 cellar: :any_skip_relocation, sonoma: "de447ee90cebd5ba4b2c1c63256f70bc4891cfe5f882303ce82c8cc3c7297322" - sha256 cellar: :any_skip_relocation, ventura: "d6c307245267dc5d558dff6612fff1aa906352ed9621ed64bd91dfd039c7316e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3e2741763f115b442fa855eebd6c2da0b2a542fed9d671a06e5227376d0706b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e83b2115cb9670309511f6e1313d54fff6a18b8906ea51157c75b70af7afc3a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "14f1b213c31b4f38b63c45603b0eb697cb370149a5e6f5290d0504869d24ae46" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1b87cc7d2654b7b28be4dc884bcda1c6458ac59bd1b39dbef5c3b8613443ec72" + sha256 cellar: :any_skip_relocation, sonoma: "170d65621ac42851963ae5abf5bcb233af321351731a6732c2bc09881e1d60bf" + sha256 cellar: :any_skip_relocation, ventura: "319070d717a541b3fded62e8d1f0e3a04756226cc4adf58eedad0833c0edf740" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5a56312659d810062fafd8d81bca327f40cc67cbfcfb327ce647226a82a4a6e0" end depends_on "go" => :build From 303ffaad367d274949b27849fd8f65b4f9225f70 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:45:33 +0000 Subject: [PATCH 01156/10074] llama.cpp 5580 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 59ef9ba32a96c..f79fcf5faf3b9 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5560", - revision: "c04621711a893cbd09cff6c927cb005bc6749e36" + tag: "b5580", + revision: "bfb1e012a0b7658e8f00ed4333d059943ea9d648" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From 8915df29d90b46b55f201229f48b0c1a821024d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:45:53 +0000 Subject: [PATCH 01157/10074] nb: update 7.20.0 bottle. --- Formula/n/nb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nb.rb b/Formula/n/nb.rb index 5f3b967ac9b32..12acc1af61010 100644 --- a/Formula/n/nb.rb +++ b/Formula/n/nb.rb @@ -7,13 +7,13 @@ class Nb < Formula head "https://github.com/xwmx/nb.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b" - sha256 cellar: :any_skip_relocation, sonoma: "7f7aeb517abed3249f3bd69f415ccb3ca6de8492280ab60aab2268a099111907" - sha256 cellar: :any_skip_relocation, ventura: "7f7aeb517abed3249f3bd69f415ccb3ca6de8492280ab60aab2268a099111907" - sha256 cellar: :any_skip_relocation, arm64_linux: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" + sha256 cellar: :any_skip_relocation, sonoma: "caca87987f57de4883413dad8a52eade0bffa8207688e7ccc2a392801cf59a76" + sha256 cellar: :any_skip_relocation, ventura: "caca87987f57de4883413dad8a52eade0bffa8207688e7ccc2a392801cf59a76" + sha256 cellar: :any_skip_relocation, arm64_linux: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" end depends_on "bat" From 5f75fc8fc8e938d605b00a5acfd8ccbd91a59b0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:46:18 +0000 Subject: [PATCH 01158/10074] aliyun-cli: update 3.0.281 bottle. --- Formula/a/aliyun-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index de3bcc1e99608..b181754a069f2 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -8,12 +8,12 @@ class AliyunCli < Formula head "https://github.com/aliyun/aliyun-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "134451ee84b5df442b2d783d2ba13e99ea45ad964d1cf8d3efd481bb689a3058" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "134451ee84b5df442b2d783d2ba13e99ea45ad964d1cf8d3efd481bb689a3058" - sha256 cellar: :any_skip_relocation, arm64_ventura: "134451ee84b5df442b2d783d2ba13e99ea45ad964d1cf8d3efd481bb689a3058" - sha256 cellar: :any_skip_relocation, sonoma: "4486590dade748a7cf3ed027ba0bd4486f3f608e93a05b1a87400e498c63cdde" - sha256 cellar: :any_skip_relocation, ventura: "4486590dade748a7cf3ed027ba0bd4486f3f608e93a05b1a87400e498c63cdde" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3bfb2caf24947983bab6ead292bc2d2050ffb9e3790e374b160ec0b8609e566b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a23338a1468ab810b9020158382f8cd96202d8cc06ca78155ad3ad4eb94ab2c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a23338a1468ab810b9020158382f8cd96202d8cc06ca78155ad3ad4eb94ab2c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5a23338a1468ab810b9020158382f8cd96202d8cc06ca78155ad3ad4eb94ab2c" + sha256 cellar: :any_skip_relocation, sonoma: "518930278d336b8026e65479c916ce97de5e1c2f96e6a959e009dfffccccd77b" + sha256 cellar: :any_skip_relocation, ventura: "518930278d336b8026e65479c916ce97de5e1c2f96e6a959e009dfffccccd77b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bba373c268f389f502a7515f2f52f6dd4c440a5fd507c55245e8cbb678f6ee56" end depends_on "go" => :build From 6b78e7d68abeaf0196763013f7022b9815691a0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:46:39 +0000 Subject: [PATCH 01159/10074] ddns-go: update 6.9.5 bottle. --- Formula/d/ddns-go.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index c029603cb6816..a195681d824b6 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -7,12 +7,12 @@ class DdnsGo < Formula head "https://github.com/jeessy2/ddns-go.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f8764d5d9517c5eef19f52ef8b95ca5098500946c272eb2fd8e731ff0be1228" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f8764d5d9517c5eef19f52ef8b95ca5098500946c272eb2fd8e731ff0be1228" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1f8764d5d9517c5eef19f52ef8b95ca5098500946c272eb2fd8e731ff0be1228" - sha256 cellar: :any_skip_relocation, sonoma: "a35dc633e37a12cdb02e46cedcd9acfeb90b580ee53a9589dc82512ca9506ffb" - sha256 cellar: :any_skip_relocation, ventura: "a35dc633e37a12cdb02e46cedcd9acfeb90b580ee53a9589dc82512ca9506ffb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "51d76ae1d86f9e568f25ca8a0b8a9b83d410e816f96202eefa581bbd227e3d98" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b36dce839497f8139fd6ba2c4d7b08f4bdfdd904232661202699aea1ddc9807b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b36dce839497f8139fd6ba2c4d7b08f4bdfdd904232661202699aea1ddc9807b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b36dce839497f8139fd6ba2c4d7b08f4bdfdd904232661202699aea1ddc9807b" + sha256 cellar: :any_skip_relocation, sonoma: "38c6fe0a6cd1a24ccb1d6edf89b290ec04e75ec04f6d8a79c485e6d195eab2e2" + sha256 cellar: :any_skip_relocation, ventura: "38c6fe0a6cd1a24ccb1d6edf89b290ec04e75ec04f6d8a79c485e6d195eab2e2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1830545656ff61b38e4c3388c974dc8bb076c999cdf75025dda379c3792238a1" end depends_on "go" => :build From 192dfde02c3d7c130662073c4af353bd623f1bcd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:47:23 +0000 Subject: [PATCH 01160/10074] mlx 0.26.0 --- Formula/m/mlx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mlx.rb b/Formula/m/mlx.rb index 59516171f66c1..1b205a4d02d5c 100644 --- a/Formula/m/mlx.rb +++ b/Formula/m/mlx.rb @@ -3,8 +3,8 @@ class Mlx < Formula desc "Array framework for Apple silicon" homepage "https://github.com/ml-explore/mlx" - url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.25.2.tar.gz" - sha256 "de01c18f59c72f8160c3194b822eebe0f0e6ef77207e239a925c72009518089b" + url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.26.0.tar.gz" + sha256 "988e4fd8b457108f4fe5685ee3ef3003b774de21226f0079f506ebec13a4278a" license all_of: [ "MIT", # main license "Apache-2.0", # metal-cpp resource From 2e44c0b2f95567bd45bd641cbe01c74f669ee0a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:48:49 +0000 Subject: [PATCH 01161/10074] neosync 0.5.40 --- Formula/n/neosync.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/neosync.rb b/Formula/n/neosync.rb index 902dae6a9714c..c8f7256e594df 100644 --- a/Formula/n/neosync.rb +++ b/Formula/n/neosync.rb @@ -1,8 +1,8 @@ class Neosync < Formula desc "CLI for interfacing with Neosync" homepage "https://www.neosync.dev/" - url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.37.tar.gz" - sha256 "38b9588fdb55c14f3569da2e2be6c3ff128132871f175c43cd211b5a3f59fa63" + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.40.tar.gz" + sha256 "3c6ed6363e7822c22e584f611516f9117d194822cc0bd30352a786dfbd96bc4e" license "MIT" head "https://github.com/nucleuscloud/neosync.git", branch: "main" From 2adbd241d259634f032534a7d1987f3827ec263e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:49:29 +0000 Subject: [PATCH 01162/10074] node-build 5.4.2 --- Formula/n/node-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 2426bd5d6ba9a..2304ac54ab41c 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -1,8 +1,8 @@ class NodeBuild < Formula desc "Install NodeJS versions" homepage "https://github.com/nodenv/node-build" - url "https://github.com/nodenv/node-build/archive/refs/tags/v5.4.1.tar.gz" - sha256 "113fb5b7af7e0630aa28f458f8ce5f20257e3c09d2d9c5ed7992d1d5130aab5c" + url "https://github.com/nodenv/node-build/archive/refs/tags/v5.4.2.tar.gz" + sha256 "5a8477cbdc3a8423a635f91f0e21ba35d60a151cba494cae95d55e9aaf3f941b" license "MIT" head "https://github.com/nodenv/node-build.git", branch: "master" From 7a00738ae4660ac46a3a7f924ad850a24fd797f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:53:51 +0000 Subject: [PATCH 01163/10074] promptfoo 0.114.3 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index bee796861f94e..14a128801a2b4 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.2.tgz" - sha256 "e8705093ff4810c9a2f3316e10e6ee6c6b7cc066d94f07e69a074ee20173cf62" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.3.tgz" + sha256 "bd5515e6ba0c120495af7d45b1ff9eaadb84c60b937ac4be27b3c5d8d3f27aed" license "MIT" bottle do From bde89a49565a23fc0e655e48ffcfcac8207bedea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:54:20 +0000 Subject: [PATCH 01164/10074] phrase-cli: update 2.42.0 bottle. --- Formula/p/phrase-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/phrase-cli.rb b/Formula/p/phrase-cli.rb index 64b0933961020..64b4f2ddc4d74 100644 --- a/Formula/p/phrase-cli.rb +++ b/Formula/p/phrase-cli.rb @@ -6,12 +6,12 @@ class PhraseCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "70445e1015d456dba6dbd17af6682bc9a598d3bf9f384980c608e2186061999f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "70445e1015d456dba6dbd17af6682bc9a598d3bf9f384980c608e2186061999f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "70445e1015d456dba6dbd17af6682bc9a598d3bf9f384980c608e2186061999f" - sha256 cellar: :any_skip_relocation, sonoma: "4aff19ebfd35bd814f216c6d45e1e774cde06b5fc57926c8038ccc5d1494057a" - sha256 cellar: :any_skip_relocation, ventura: "4aff19ebfd35bd814f216c6d45e1e774cde06b5fc57926c8038ccc5d1494057a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a6d96a733d7c89397ffdc66ed0e329ff51c0cb3be9a3b7bd0c919d75b75caee8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd66acf469f2e9fafaf949c734597c6f016fb222b016e4ce139c60f2c7403280" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd66acf469f2e9fafaf949c734597c6f016fb222b016e4ce139c60f2c7403280" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cd66acf469f2e9fafaf949c734597c6f016fb222b016e4ce139c60f2c7403280" + sha256 cellar: :any_skip_relocation, sonoma: "278a769c0e243735a5fef5d290ce8a6c5c1df09523709049bae23696d8a20708" + sha256 cellar: :any_skip_relocation, ventura: "278a769c0e243735a5fef5d290ce8a6c5c1df09523709049bae23696d8a20708" + sha256 cellar: :any_skip_relocation, x86_64_linux: "04bbd1a3c0ddccec522a44a5fc8e5127ba2a67ada44a7759e069b795180f1e47" end depends_on "go" => :build From 31c78299f70c16ebaf3f2f50ebfd57c6e5372680 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:54:22 +0000 Subject: [PATCH 01165/10074] pscale 0.244.0 --- Formula/p/pscale.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index 1078282223d56..fcc9ab4711644 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -1,8 +1,8 @@ class Pscale < Formula desc "CLI for PlanetScale Database" homepage "https://www.planetscale.com/" - url "https://github.com/planetscale/cli/archive/refs/tags/v0.243.0.tar.gz" - sha256 "e9cbbb85fedf0dbd46118df0507a290c98c71f9aa7f093c3ca14d9e6d67fdf4d" + url "https://github.com/planetscale/cli/archive/refs/tags/v0.244.0.tar.gz" + sha256 "a0d4a7f3ace0ed2c28e115db034777ca9a0528d8d3cd636088d50d95edca1806" license "Apache-2.0" head "https://github.com/planetscale/cli.git", branch: "main" From 9242c4e0ea2f108456acb44eb6cc342aef36f4b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:58:31 +0000 Subject: [PATCH 01166/10074] sdl2 2.32.8 --- Formula/s/sdl2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sdl2.rb b/Formula/s/sdl2.rb index 500b26fb8ff4d..adb37e1b2fc64 100644 --- a/Formula/s/sdl2.rb +++ b/Formula/s/sdl2.rb @@ -1,8 +1,8 @@ class Sdl2 < Formula desc "Low-level access to audio, keyboard, mouse, joystick, and graphics" homepage "https://www.libsdl.org/" - url "https://github.com/libsdl-org/SDL/releases/download/release-2.32.6/SDL2-2.32.6.tar.gz" - sha256 "6a7a40d6c2e00016791815e1a9f4042809210bdf10cc78d2c75b45c4f52f93ad" + url "https://github.com/libsdl-org/SDL/releases/download/release-2.32.8/SDL2-2.32.8.tar.gz" + sha256 "0ca83e9c9b31e18288c7ec811108e58bac1f1bb5ec6577ad386830eac51c787e" license "Zlib" livecheck do From 450801e382dcd592665d6b35b76c62f99d4e433c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:00:40 +0000 Subject: [PATCH 01167/10074] stencil 2.5.1 --- Formula/s/stencil.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/stencil.rb b/Formula/s/stencil.rb index db53e86d7e031..46f4514a80cbc 100644 --- a/Formula/s/stencil.rb +++ b/Formula/s/stencil.rb @@ -1,8 +1,8 @@ class Stencil < Formula desc "Modern living-template engine for evolving repositories" homepage "https://stencil.rgst.io" - url "https://github.com/rgst-io/stencil/archive/refs/tags/v2.5.0.tar.gz" - sha256 "acaf1cb4d0b4e965da02d87718f09ad411e662f56a762aa19a044213bb274bc2" + url "https://github.com/rgst-io/stencil/archive/refs/tags/v2.5.1.tar.gz" + sha256 "36ec742a7a7c98c2db102aa7b15c5ac681277c7464c2963e9a8f5605da521c46" license "Apache-2.0" head "https://github.com/rgst-io/stencil.git", branch: "main" From 7c683c2d99503af87623e38202b6ebdc99bae5cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:01:24 +0000 Subject: [PATCH 01168/10074] storm 2.8.1 --- Formula/s/storm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/storm.rb b/Formula/s/storm.rb index 86fc652028f4f..0b66104882c05 100644 --- a/Formula/s/storm.rb +++ b/Formula/s/storm.rb @@ -3,8 +3,8 @@ class Storm < Formula desc "Distributed realtime computation system to process data streams" homepage "https://storm.apache.org" - url "https://dlcdn.apache.org/storm/apache-storm-2.8.0/apache-storm-2.8.0.tar.gz" - sha256 "069449d707eb0f44ccdb9a6556f48fd8357b76d089dcc15ad38b778f365c5e7a" + url "https://dlcdn.apache.org/storm/apache-storm-2.8.1/apache-storm-2.8.1.tar.gz" + sha256 "6081d52256249d1e597a8671ca4b218d65d2c18c5a6710fba51f5630a36f01a1" license "Apache-2.0" bottle do From 53b18f7a9bec07b4b372ec580f13f44fd8047955 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:06:47 +0000 Subject: [PATCH 01169/10074] yoke 0.13.3 --- Formula/y/yoke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 477c8f2eb7dc6..0e809c2fd1ab8 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -3,8 +3,8 @@ class Yoke < Formula homepage "https://yokecd.github.io/docs/" # We use a git checkout since the build relies on tags for the version url "https://github.com/yokecd/yoke.git", - tag: "v0.13.2", - revision: "8c1b4e1e51e1691be613e9ae7a5b5d97ab9ccb9f" + tag: "v0.13.3", + revision: "bf1ecadb3ffebcf19dff3a5b7d3b5d1375ca0110" license "MIT" head "https://github.com/yokecd/yoke.git", branch: "main" From c7a3c6dbfa8866303646e5bd86a15442ba8bb87d Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Mon, 2 Jun 2025 23:15:20 -0400 Subject: [PATCH 01170/10074] nx 21.1.2 --- Formula/n/nx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index ce00fafc79de6..f10a90a133693 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -1,8 +1,8 @@ class Nx < Formula desc "Smart, Fast and Extensible Build System" homepage "https://nx.dev" - url "https://registry.npmjs.org/nx/-/nx-21.0.4.tgz" - sha256 "dd1bf64358661a2d14dd027f8b0c6d8eea051afff4ec8206407bdb9335991f9f" + url "https://registry.npmjs.org/nx/-/nx-21.1.2.tgz" + sha256 "f0c866819641ac6aebf96a3370cfe726f97016c749db1f530c66dda0abd61ed7" license "MIT" bottle do From 018ea7c0f53af81973aacea41bf0a790859feffb Mon Sep 17 00:00:00 2001 From: Azure CLI Team Date: Tue, 3 Jun 2025 03:16:36 +0000 Subject: [PATCH 01171/10074] azure-cli 2.74.0 --- Formula/a/azure-cli.rb | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/Formula/a/azure-cli.rb b/Formula/a/azure-cli.rb index 50b1250833dc0..49ea3013ca1e0 100644 --- a/Formula/a/azure-cli.rb +++ b/Formula/a/azure-cli.rb @@ -3,8 +3,8 @@ class AzureCli < Formula desc "Microsoft Azure CLI 2.0" homepage "https://docs.microsoft.com/cli/azure/overview" - url "https://github.com/Azure/azure-cli/archive/refs/tags/azure-cli-2.73.0.tar.gz" - sha256 "f417d564c21616d87ebdd8bd10ac862c252edd959680506d4e69f2479508faf2" + url "https://github.com/Azure/azure-cli/archive/refs/tags/azure-cli-2.74.0.tar.gz" + sha256 "e82e0772d5c89e1f404ad925f87d45fe2490b3f8671bc72814f978f5f4b2a951" license "MIT" head "https://github.com/Azure/azure-cli.git", branch: "dev" @@ -124,6 +124,11 @@ class AzureCli < Formula sha256 "77ee2534ba651a1f306c85d7b505bc3ccee8fea77450ebafafc26aec16e5445d" end + resource "azure-keyvault-securitydomain" do + url "https://files.pythonhosted.org/packages/a6/18/3a67754d999a0244f3551c8c28031cdfb5d2b6f072df6b55fc2bf2e69ec5/azure_keyvault_securitydomain-1.0.0b1.tar.gz" + sha256 "3291a191e778a947e4b28ed01327892a93aedcf8e0a0dd674cf116cb11043776" + end + resource "azure-mgmt-advisor" do url "https://files.pythonhosted.org/packages/34/96/e28b949dd55e1fc381fae2676c95c8a9410fa4b9768cc02ec3668fc490c4/azure-mgmt-advisor-9.0.0.zip" sha256 "fc408b37315fe84781b519124f8cb1b8ac10b2f4241e439d0d3e25fd6ca18d7b" @@ -200,8 +205,8 @@ class AzureCli < Formula end resource "azure-mgmt-containerservice" do - url "https://files.pythonhosted.org/packages/35/09/a640bfdb168a42bb23b588f65a4eba363334c6a8c63b7355dfc13ac539cf/azure_mgmt_containerservice-35.0.0.tar.gz" - sha256 "71a149b3d65c2bc5c9c9c7843a11f81c3a1fb61ea187326feaa94ad3cee3dc74" + url "https://files.pythonhosted.org/packages/49/31/661baddac31b3d53dda14cc4b58da78fa906d66f38f6a5803553caaca8dc/azure_mgmt_containerservice-36.0.0.tar.gz" + sha256 "97f3e76d2b3a6ae89e1e6c739848f1e0e0758c7282aa334d57b30086f6f36c9f" end resource "azure-mgmt-core" do @@ -210,8 +215,8 @@ class AzureCli < Formula end resource "azure-mgmt-cosmosdb" do - url "https://files.pythonhosted.org/packages/74/2a/3240e83aff38443d334a17467d32a46bab269164ab9477bb17d2277b32f8/azure_mgmt_cosmosdb-9.7.0.tar.gz" - sha256 "b5072d319f11953d8f12e22459aded1912d5f27e442e1d8b49596a85005410a1" + url "https://files.pythonhosted.org/packages/a1/cd/b5d1eac32515370da90454fe64500d29e20daffd15575550fca5628eb300/azure_mgmt_cosmosdb-9.8.0.tar.gz" + sha256 "214ee47165387e578f86e6611fb329b4d54dc295ad79da37b9d92c5d6d20d1b1" end resource "azure-mgmt-databoxedge" do @@ -350,8 +355,8 @@ class AzureCli < Formula end resource "azure-mgmt-recoveryservicesbackup" do - url "https://files.pythonhosted.org/packages/d1/10/e3d49f12842a84de410f8ed9831d6dcf6ee04e993f79fe4eb33adf1a9265/azure-mgmt-recoveryservicesbackup-9.1.0.tar.gz" - sha256 "1e9fd406c0c9ee2627f5a371f012f877342f7fc6f33b2564fcd14d6f0663cd0f" + url "https://files.pythonhosted.org/packages/72/28/99997bb991c8d1d53ec1164a4f07adc520e3c10c55b7e0b814f6e6c6043e/azure_mgmt_recoveryservicesbackup-9.2.0.tar.gz" + sha256 "c402b3e22a6c3879df56bc37e0063142c3352c5102599ff102d19824f1b32b29" end resource "azure-mgmt-redhatopenshift" do @@ -415,8 +420,8 @@ class AzureCli < Formula end resource "azure-mgmt-storage" do - url "https://files.pythonhosted.org/packages/ca/d2/f06af604fe54231f049c861dd1556495c95ad95620ed3b14337c3e164913/azure_mgmt_storage-22.1.0.tar.gz" - sha256 "727b8c8be4aca4551a9b921cdf76bb92b1e988d009de3b983ce72b7343b749e9" + url "https://files.pythonhosted.org/packages/7b/97/4f755ec553d95c293390a2871c22bb385f5cde9e0c7709a8ebc2bffa81df/azure_mgmt_storage-23.0.0.tar.gz" + sha256 "1c5954d59bddcb979d05bc49e431716a6e2b2f756909b96ba7c43261072afcbf" end resource "azure-mgmt-synapse" do @@ -680,13 +685,13 @@ class AzureCli < Formula end resource "semver" do - url "https://files.pythonhosted.org/packages/31/a9/b61190916030ee9af83de342e101f192bbb436c59be20a4cb0cdb7256ece/semver-2.13.0.tar.gz" - sha256 "fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f" + url "https://files.pythonhosted.org/packages/72/d1/d3159231aec234a59dd7d601e9dd9fe96f3afff15efd33c1070019b26132/semver-3.0.4.tar.gz" + sha256 "afc7d8c584a5ed0a11033af086e8af226a9c0b206f313e0301f8dd7b6b589602" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/95/32/0cc40fe41fd2adb80a2f388987f4f8db3c866c69e33e0b4c8b093fdf700e/setuptools-80.4.0.tar.gz" - sha256 "5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do From 290908f544e083231125489471f65ae1ddaffa8c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:44:06 +0000 Subject: [PATCH 01172/10074] neosync: update 0.5.40 bottle. --- Formula/n/neosync.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/neosync.rb b/Formula/n/neosync.rb index c8f7256e594df..27382c30f4097 100644 --- a/Formula/n/neosync.rb +++ b/Formula/n/neosync.rb @@ -7,12 +7,12 @@ class Neosync < Formula head "https://github.com/nucleuscloud/neosync.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed5357c5020d4c0555c2926f97f155179d0789b93b4f530ab68f5c98b7333fbc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed5357c5020d4c0555c2926f97f155179d0789b93b4f530ab68f5c98b7333fbc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ed5357c5020d4c0555c2926f97f155179d0789b93b4f530ab68f5c98b7333fbc" - sha256 cellar: :any_skip_relocation, sonoma: "addc1107c5233a7aa54177371d7eb53e42be2fa5e50157f35d16705c2f870bf8" - sha256 cellar: :any_skip_relocation, ventura: "addc1107c5233a7aa54177371d7eb53e42be2fa5e50157f35d16705c2f870bf8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "28aa003dd6ee0822bd4c049009165ada9a452d75c3e97ee96f5941f0b7cb6841" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eab17fcb4cfb26602f49bbc2eee778c73530074431a51f57c9b8216077466413" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "eab17fcb4cfb26602f49bbc2eee778c73530074431a51f57c9b8216077466413" + sha256 cellar: :any_skip_relocation, arm64_ventura: "eab17fcb4cfb26602f49bbc2eee778c73530074431a51f57c9b8216077466413" + sha256 cellar: :any_skip_relocation, sonoma: "1286f126db3ae795dc91a3014ee33bdc3382f44a53bd23acf35e5a62b7374b0e" + sha256 cellar: :any_skip_relocation, ventura: "1286f126db3ae795dc91a3014ee33bdc3382f44a53bd23acf35e5a62b7374b0e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "04642ea1d2c503ac77e68975c1d430fe336595af2a792222f70ddf4234bd1be8" end depends_on "go" => :build From 4c796381e8f963a360204be72cc04f39cef035a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:44:11 +0000 Subject: [PATCH 01173/10074] node-build: update 5.4.2 bottle. --- Formula/n/node-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 2304ac54ab41c..ab4f21cef032c 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -12,7 +12,7 @@ class NodeBuild < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "b3601693fe7076044d10b567d18b84577e27d52d2d890263f08789da1110103a" + sha256 cellar: :any_skip_relocation, all: "7b7709e560f098ad9c7b451396a8a94b665f1006804672467d9af50064a0d484" end depends_on "autoconf" From 5359308d7756df277ae546677eea69cf36713201 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:44:31 +0000 Subject: [PATCH 01174/10074] pscale: update 0.244.0 bottle. --- Formula/p/pscale.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index fcc9ab4711644..65a3667b2c256 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -7,12 +7,12 @@ class Pscale < Formula head "https://github.com/planetscale/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c4252d9bb1092a50da3e4dd0fb199d5339e7ca75849d7e35672615872dc3da3d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "024796214599351be82eee43187c3c21feed8863f224a4f0e5b46d690756d393" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a407785a743fbe954e14f872bd893112b2550884f36ed1136a7a755126dae753" - sha256 cellar: :any_skip_relocation, sonoma: "785f87dc686cb1ad15fe8e1b72251cc51a866afa49276bfbcffa3d637ea6acbb" - sha256 cellar: :any_skip_relocation, ventura: "dfaaca4ca8d456f72c441c1d9f8bd6e06235e98947135aec0702ad0a8024b27a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dd7251511fe155d104efc24f6bff7cc070bbfbd498ecdf7719ea4267e9cd3ddb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bbf4436a1b6999559ff69e27ca841d1847a9a786a90f52b0cc25ec42c0c5461" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4978531395868335dd4ae8bf010a5870a8159afb62b3951179ea0e9b77e6720" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e21ecfb3b8eca8dbb28f200859b7f6f9417acc8dd23e29cbf3d76f7b12324f17" + sha256 cellar: :any_skip_relocation, sonoma: "9bf9cb1aade59f0742f41057ec8784e7892a7d59522ad5ba19fe13f6eea46ac4" + sha256 cellar: :any_skip_relocation, ventura: "9af0268a37e36891a0db92d3320ca85def5310f7211a8e9f8bcbb8a2aef2591a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b1d7ad1338e5474829c94b07d40036da9e8814c45666788e741053eaf5ee6cf1" end depends_on "go" => :build From ee3cd29294d8d718032c6daa4100b8ab66534d6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:44:39 +0000 Subject: [PATCH 01175/10074] promptfoo: update 0.114.3 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 14a128801a2b4..66d0190c8c4b5 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "586dad07d03487f87c68d4d0027ddc58ee58681fc60a6035313039ef8b16e565" - sha256 cellar: :any, arm64_sonoma: "a8eaa84237a5f400f6feba41079fa759d8c2092079687a82382c5afeff2bbf6e" - sha256 cellar: :any, arm64_ventura: "fc5df4ba26bba21fcd63d2520a551e6cfde73c8cd5f059dbca6c1aca7a1607a9" - sha256 sonoma: "2411033c9bb5d6ca7051df55869991395532d2317d16816c28cc9ac542b4b621" - sha256 ventura: "334b77805235ced815eb7c3a704e11620290ff05d01b7873f8abc5e72f9b2d90" - sha256 cellar: :any_skip_relocation, arm64_linux: "2538670e2a394c1f0f78f2e92c737246e647efc689526660563948547fee6287" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc9a65af903b69dbfd50dc6af40732929ce36cd3ef0363923546503f909bba86" + sha256 cellar: :any, arm64_sequoia: "014a6da4698269a0016798f1842e2469a9e7777c04740418849cb5ce66f21550" + sha256 cellar: :any, arm64_sonoma: "05db6c8f8133fe11e022f20835c51e0b4a2d71b0a8b5e6db62d78dd75a251ee5" + sha256 cellar: :any, arm64_ventura: "1503b366218826a6ac9fde2a149122ae9ad47cabc20adf93a658047794e665b6" + sha256 sonoma: "816025a787c050e487a9e86ecc7a7adc9f848dd8ed5f7173551c22326c26f44b" + sha256 ventura: "0701d0b757b2a87bed3b74a8bb4a72c99c8dc4cbd666918d1e50dc43fa7c1947" + sha256 cellar: :any_skip_relocation, arm64_linux: "7904b7f2d9f5e63586001822c50d42ea189b2d42780dd76dc9b5215b78da0266" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8f9c37de2a05fea95a7f1aba01b8fbf8de4ec1f7aa26bfa9babdbad50df157cf" end depends_on "node" From 068a887b0cc65b22803eb9309c392873de2ed424 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:45:16 +0000 Subject: [PATCH 01176/10074] stencil: update 2.5.1 bottle. --- Formula/s/stencil.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/stencil.rb b/Formula/s/stencil.rb index 46f4514a80cbc..aab0cbe78d23b 100644 --- a/Formula/s/stencil.rb +++ b/Formula/s/stencil.rb @@ -7,13 +7,13 @@ class Stencil < Formula head "https://github.com/rgst-io/stencil.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf04d3fd293422a6a8bccfa9b5552952f79153e195b9086ca96740049fa51a7b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f9eff63aca297c11671afe7010a2f87d7f616bd8d75a47c39f6c28a47db2680" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5bbca19773ad03fd52b07b9ad7419ba067ad0815111924e6919711b32844d5bc" - sha256 cellar: :any_skip_relocation, sonoma: "39407eb7a66cef5a7c1d39be5a91a1097f5f7bd52d89c9320029d53df1726911" - sha256 cellar: :any_skip_relocation, ventura: "8ed509a19be6d35a4cc6d6c86ccb5b4d45d7f6b51130590af0aa888f1ad14642" - sha256 cellar: :any_skip_relocation, arm64_linux: "15089cd06fe65d3b0fbbb3cfdbf324d0895db3125564358098ace4418a3d09ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "05563d0b5b1e5ae620e71cfbb93674aa9437b9ef065e9bec42fac919528902fb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6bcbaaa6ebda6e158c47936eb984ff45c224d718361cefe58239bc61d5c0bde" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d208cfc10eb3a5ce140116312841731067fe817a52e25bcb76e214ab34da38d1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "97ce230be1fc83263a3291ff2b1b4aecfdd783eb32012750504cdad7e6721b7b" + sha256 cellar: :any_skip_relocation, sonoma: "13b22ae590c1e03cb32a248f127aaa85ed31221f3494d55348f50ce0123f642b" + sha256 cellar: :any_skip_relocation, ventura: "544801d751b70cd1366e04e6f4dfad6ecc70a4d67a61b8cc9fbf20826e0a86d9" + sha256 cellar: :any_skip_relocation, arm64_linux: "5c04dbfd3e1ea6083fcf68c814aa265112d5cf6e6c6ea154abfd3c2a51d5e916" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78996907ab18277e5a0481d14291a50bf02ca0eb8a9117c636e53733b1d43629" end depends_on "go" => :build From ecb566b8135d6edc77e881ff5aeb299c5a970552 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:45:35 +0000 Subject: [PATCH 01177/10074] yoke: update 0.13.3 bottle. --- Formula/y/yoke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 0e809c2fd1ab8..786e7f9be8b10 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -9,13 +9,13 @@ class Yoke < Formula head "https://github.com/yokecd/yoke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "24cde1712f375defe89431c1a0816b5e5e6682262b865a9cc38a3dba21de4953" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6181f5082ccc8be3cbe6242d1de395133ab09d196df0be33e25d51b1ca809452" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ffdc82520d8025f0cd962a98d1d36fda28c2ec216d2daef2f9bb8e8bf2b5a3f0" - sha256 cellar: :any_skip_relocation, sonoma: "2d1dae56dc178287158000791462e274c1e027251507750cc16a2878db865279" - sha256 cellar: :any_skip_relocation, ventura: "95d72a0813ed4d4c025590551a8b86e4ed528baffd4c45b399840ead9cde60b8" - sha256 cellar: :any_skip_relocation, arm64_linux: "5e954151626595871681393d8285d31885f6766c1871a72724d0873c3e74fe3c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "410207d7869cfa6c5cd6aee73a82e622788b83576ccccecde2b727b5308b2279" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2d21e52cefed8f0ff46e99dc338adfc0156c7db21f30f9e3545bb4a1c2fce4b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a676412d01d8fcbbca2459b8d8bfee3f3a6a73bbf7180d0785ce5e42e60a4cbc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4240c7ed623aa6fe33caf28ddfc6e1d8c6e2f9dba255221bf9646100d07a2d00" + sha256 cellar: :any_skip_relocation, sonoma: "78c554f650a486c7352dea1eb380cbc1162f2258d5a219ba80928c2361690ca1" + sha256 cellar: :any_skip_relocation, ventura: "24e93e424dae19e2ce45d0ae4dc34cc578fb11dff318a3ad024eb5176e32233d" + sha256 cellar: :any_skip_relocation, arm64_linux: "40d825b6e3366fd2b195fcee9904d80a6bf742b8843be70cad1142c3e5dd216e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f94c9e2a691db7c9ded3f205044bc4925b260583ad0b2a8091e36d2b470ee23f" end depends_on "go" => :build From f5a200aa77ef9590963c9bdf738773d2ea361366 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:45:46 +0000 Subject: [PATCH 01178/10074] storm: update 2.8.1 bottle. --- Formula/s/storm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/storm.rb b/Formula/s/storm.rb index 0b66104882c05..608c98aa62ebd 100644 --- a/Formula/s/storm.rb +++ b/Formula/s/storm.rb @@ -8,7 +8,7 @@ class Storm < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "97e7ce069f5257783d3c493ceede57ae04929a1cc6ecfdf7f564b61f48ba8e3a" + sha256 cellar: :any_skip_relocation, all: "4e61f90dd237a3d49352dd0bcdfcd7fc875fd8a6b8307c4539d77e3482cfd434" end depends_on "openjdk" From 25c693d57796b9f8f9971c0c2471b844dc1dd254 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:46:01 +0000 Subject: [PATCH 01179/10074] llama.cpp: update 5580 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index f79fcf5faf3b9..9a316284d56bb 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "04c88af5e39ab2348e2d1987ee6b168ca2ee8bb5aac3fc739b58455a8f07faf2" - sha256 cellar: :any, arm64_sonoma: "a8cff9db6099fe4218c4a1e8c9c32914308bed1d3d0f883f82b8023e91d74eaf" - sha256 cellar: :any, arm64_ventura: "1cca9a380dafa215bf4af2b08ef09fe0bf5dc3d9ef6d6c436bbf09a9594fa419" - sha256 cellar: :any, sonoma: "c3157ad3def1f91ded7c877c7fe4749e6ec4d6a7581f6a5690a8a63ea933adb4" - sha256 cellar: :any, ventura: "c74331af1fe90305a86b76c3ac3718c16622b444ac2c154072fbd33118f6d5b5" - sha256 cellar: :any_skip_relocation, arm64_linux: "8ee9003a20f2e32c1df06b43178c68de0edef07994638a109d5274948888c9b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d46851f20a3eaca5dc9501fa0106e4bf902197d18d749140f0e39e3e80f48055" + sha256 cellar: :any, arm64_sequoia: "a384fca36df0a1306083a20d7d4b577b39b83b9dfa72e1c6d54b799e18195a82" + sha256 cellar: :any, arm64_sonoma: "c050fc66ac8bcadffee112f10b2e7c88fd7f50a936dba599420478cad5a48957" + sha256 cellar: :any, arm64_ventura: "10e7a4d2a6eb7593b0fac422a7b22e1515d6edf28946a45c2f0c6f4b9c964c97" + sha256 cellar: :any, sonoma: "d9086bda3257c2565e5caebf7d5e3da85600257cb2572c2044f8929d4da548d1" + sha256 cellar: :any, ventura: "fda628e7010e1fa570d6e38a4c565dd79696616821764210618d7544a13cf15d" + sha256 cellar: :any_skip_relocation, arm64_linux: "f765a34d65873e22c8a026d440f2f9f9da5823b8dfa3e0635e8300a84c005a25" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eb3d453bff228b52945512cc90b2d1a2407695270bc0a0cd3ebc25e4d4376bc0" end depends_on "cmake" => :build From 9ebce24d9925af02af439a24ed9a57b3f8f4d3fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:47:15 +0000 Subject: [PATCH 01180/10074] mlx: update 0.26.0 bottle. --- Formula/m/mlx.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/m/mlx.rb b/Formula/m/mlx.rb index 1b205a4d02d5c..def0a2e06cefd 100644 --- a/Formula/m/mlx.rb +++ b/Formula/m/mlx.rb @@ -12,11 +12,11 @@ class Mlx < Formula head "https://github.com/ml-explore/mlx.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "6c44962cad5a0418f7d888b0cc1c32bf5ec820e65f31c53e5aaa9792378dfa73" - sha256 cellar: :any, arm64_sonoma: "564ccfc953e7675deae57f7021319f0a3c5c966ac3bcd54e7b7f521264566a2e" - sha256 cellar: :any, arm64_ventura: "27471e57abdedc23ae260f135facafed41d760ae542807edaaa6a41ba001f10c" - sha256 cellar: :any, sonoma: "2e4480e8eab481305971a3ea5d0adf9805e91715d4ce42bf425fa43cf699cdfd" - sha256 cellar: :any, ventura: "b6c09fa5b59d983579b4f3b713f185e8443368e978187a67d118d7ff18ce0ac5" + sha256 cellar: :any, arm64_sequoia: "0948e2120a446b8aca6cefd88ba2688f9eb30a8b87e89675c0be5744cad2211c" + sha256 cellar: :any, arm64_sonoma: "4539c891cb001413d38941bafb5fe3e9490a85ac5f64efcc7c1bbe73408c8fc2" + sha256 cellar: :any, arm64_ventura: "ab01a49d6ae424e9038c21b9ee788ea6a390197f3cb87d2d7a543daf82e662cb" + sha256 cellar: :any, sonoma: "d03883bb7f7219dfbdd0892d51b211a1c3816931a4992caa1ef80140496ca28b" + sha256 cellar: :any, ventura: "8375f96c0df1ce74cfc0a7a42cc50d76bfd0b2d4f9f2270bb8dba55bdb091f3d" end depends_on "cmake" => :build From e9e9ca2a7f29ae2a749737e54c08ccc8a63f714e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:48:53 +0000 Subject: [PATCH 01181/10074] groonga: update 15.1.1 bottle. --- Formula/g/groonga.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/groonga.rb b/Formula/g/groonga.rb index 1873a4f8a7035..42ece36710a3b 100644 --- a/Formula/g/groonga.rb +++ b/Formula/g/groonga.rb @@ -11,13 +11,13 @@ class Groonga < Formula end bottle do - sha256 arm64_sequoia: "6af852758dac4527573db9237d6ded7dcee5b8163142d85bb170dc84f9e88e87" - sha256 arm64_sonoma: "22fa4b3e4b839318f3cb44f4e5b87b2c5f177fd92c20942cbbc812f0d259674a" - sha256 arm64_ventura: "850f01a79d08ea919815cd10217ea09ee445160fabecd641b2915097bb1e7c71" - sha256 sonoma: "ffdde706fd67694615fb8e3e31f6e1200db8560fdb23c05fa8e803f29406f772" - sha256 ventura: "79794d2e46039d3dd1183b1cac03f036085638685bdfb6815d253b6593ec1a56" - sha256 arm64_linux: "ffa645c5f8ec8dc1d4659ce430f82a3cb259597cfa1b3953df5e252a4968334a" - sha256 x86_64_linux: "208b9192cfac9d20366a07837a7efbf1abef51fd2f8c842aa8686a7e36fb06df" + sha256 arm64_sequoia: "d4fb1a34d2b489305f21e028eec7516d2a5a0302878e7c6993bd419e7e236251" + sha256 arm64_sonoma: "b634dd30a2b96017cea5db6e7d73315bfb183a04952079b4eecc9e59b5168221" + sha256 arm64_ventura: "2e35d22f1c65a64b719fbbc9c94dd9ac41b0192ecbccefd660412dafb3a660db" + sha256 sonoma: "787e8415ea306bdb15e2a4ab49325570e9f3e8cd2a9c8be626f8e6ed3caa1b43" + sha256 ventura: "1a23731637f7888a5ff103faff4bed89f6cd6471666c69fce2052df6bcc792ec" + sha256 arm64_linux: "ea98bf473c4a76bd7347a491b7b65790b688cac00938ae5228df1e75f14b50bb" + sha256 x86_64_linux: "05b8074741bf79dd5d2697a4a2c6b2c8886bfef14b249fb84ffbc21b3d583690" end head do From c8b6b5480d3005434d021ab06c576f016d25c1ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:49:09 +0000 Subject: [PATCH 01182/10074] nx: update 21.1.2 bottle. --- Formula/n/nx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index f10a90a133693..a4e6c77616122 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -6,12 +6,12 @@ class Nx < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "c1d5a9df1f46bf4e9216cd2d88153a9b32a6263fbbb6f700898792a28ad0cb28" - sha256 cellar: :any, arm64_sonoma: "c1d5a9df1f46bf4e9216cd2d88153a9b32a6263fbbb6f700898792a28ad0cb28" - sha256 cellar: :any, arm64_ventura: "c1d5a9df1f46bf4e9216cd2d88153a9b32a6263fbbb6f700898792a28ad0cb28" - sha256 cellar: :any, sonoma: "aaf2aab4c5272fbcdfbc4f09a8b5c85155319c34c4ea541a3bccbe372dd91743" - sha256 cellar: :any, ventura: "aaf2aab4c5272fbcdfbc4f09a8b5c85155319c34c4ea541a3bccbe372dd91743" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a363a3395436db3f2721fcc40315d7c50a79ebeaaa480613df61ff7d77b04450" + sha256 cellar: :any, arm64_sequoia: "64826a6e28d4d5717bda79628fbfbfa39c708aea0e337752d889b88b5d727a47" + sha256 cellar: :any, arm64_sonoma: "64826a6e28d4d5717bda79628fbfbfa39c708aea0e337752d889b88b5d727a47" + sha256 cellar: :any, arm64_ventura: "64826a6e28d4d5717bda79628fbfbfa39c708aea0e337752d889b88b5d727a47" + sha256 cellar: :any, sonoma: "62ec9edb941f52075abde7d51323b1f6b720bf2573ed3819ff15e2e6f3213544" + sha256 cellar: :any, ventura: "62ec9edb941f52075abde7d51323b1f6b720bf2573ed3819ff15e2e6f3213544" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ebd4cba813beec1ec8525be1b6e69a98b612b0a045a5fa2ca29a69794f8b1b8c" end depends_on "node" From d64419c6456a42be1b245d30dcfaa7f66d3220d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:02:44 +0000 Subject: [PATCH 01183/10074] kakoune 2025.06.03 --- Formula/k/kakoune.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kakoune.rb b/Formula/k/kakoune.rb index 051a1a3f5a003..8f4609805d65d 100644 --- a/Formula/k/kakoune.rb +++ b/Formula/k/kakoune.rb @@ -1,8 +1,8 @@ class Kakoune < Formula desc "Selection-based modal text editor" homepage "https://github.com/mawww/kakoune" - url "https://github.com/mawww/kakoune/releases/download/v2024.05.18/kakoune-2024.05.18.tar.bz2" - sha256 "dae8ac2e61d21d9bcd10145aa70b421234309a7b0bc57fad91bc34dbae0cb9fa" + url "https://github.com/mawww/kakoune/releases/download/v2025.06.03/kakoune-2025.06.03.tar.bz2" + sha256 "ced5941f1bdfb8ef6b0265b00bfd7389e392fb41b2bf11990cee9d6e95316499" license "Unlicense" head "https://github.com/mawww/kakoune.git", branch: "master" From 432cb4a32806ee64f7c4b30e7b8d2e41fa427bbb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:03:28 +0000 Subject: [PATCH 01184/10074] kyverno 1.14.2 --- Formula/k/kyverno.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kyverno.rb b/Formula/k/kyverno.rb index 0030884cf3d64..7e19ceae7662e 100644 --- a/Formula/k/kyverno.rb +++ b/Formula/k/kyverno.rb @@ -1,8 +1,8 @@ class Kyverno < Formula desc "Kubernetes Native Policy Management" homepage "https://kyverno.io/" - url "https://github.com/kyverno/kyverno/archive/refs/tags/v1.14.1.tar.gz" - sha256 "e6661e8f2f2fbd547baec0af3836715a40adf5f999232d72947951b982e7daf7" + url "https://github.com/kyverno/kyverno/archive/refs/tags/v1.14.2.tar.gz" + sha256 "23107c7ff59919e60d8d2b2fad2e7f486c2862237c998d726916a90a548709ec" license "Apache-2.0" head "https://github.com/kyverno/kyverno.git", branch: "main" From 8cbf345463a7bad79bef97f8601653afcf131213 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:19:58 +0000 Subject: [PATCH 01185/10074] yeet 0.6.1 --- Formula/y/yeet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index 50b0eb0365535..651e8a14f6032 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -1,8 +1,8 @@ class Yeet < Formula desc "Packaging tool that lets you declare build instructions in JavaScript" homepage "https://github.com/TecharoHQ/yeet" - url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.6.0.tar.gz" - sha256 "b87d344b56eb69aa72dce54c88397a77a8a24a9c013d1d81796d165d3000fe5d" + url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.6.1.tar.gz" + sha256 "dcd0199495e5cbe9dded07ffe0ed4b86acb44a6d9d43998425ffef7fcc188d7e" license "MIT" head "https://github.com/TecharoHQ/yeet.git", branch: "main" From 70e65002321eae0d2b791dcebd2eb344a10e933e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:21:04 +0000 Subject: [PATCH 01186/10074] acl2: update 8.6_8 bottle. --- Formula/a/acl2.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/acl2.rb b/Formula/a/acl2.rb index e48e26f8cd65a..3ea8aef5c92aa 100644 --- a/Formula/a/acl2.rb +++ b/Formula/a/acl2.rb @@ -12,12 +12,12 @@ class Acl2 < Formula end bottle do - sha256 arm64_sequoia: "b4e715bd27a3bfbe79024c9362b5cac6be195b2511d45c1e34054485cec4f261" - sha256 arm64_sonoma: "eca593ac2fe12c49e64988eab32d820baaaecbd0812a71447723e264e73c521f" - sha256 arm64_ventura: "29fb63dc3b90fde0a84abffaf73cf8e098ca6931a0d5400c02986e2703b09b91" - sha256 sonoma: "83a28e85fd5bb5c6b8aa02192a1b19e252fda21aaba6786e88e7a0ecc53f6950" - sha256 ventura: "245590005c90665786cd0359be8538de7d80d1f3067849eb8172c25a3d393dd2" - sha256 x86_64_linux: "560ef0f80b025d2a7811ec84df7bb73af75c137076494db8a3224d31b7871ddf" + sha256 arm64_sequoia: "fabf7e97ef901f73b96a144bfc5081f8c75707f2e8e89c4d8dce02491656714f" + sha256 arm64_sonoma: "1565cf00677469880bca077696c94e103ba5abbf1f910889f5b51c93003dbd65" + sha256 arm64_ventura: "69d6fcf7da40d8aefa032fc94bd7693f9d955e22d471ba60ee21321c060b4685" + sha256 sonoma: "f1c77205cafba2ca400a8c4983eed28be584205a7471b3644920a8081298de9b" + sha256 ventura: "95a37cece7e1434de49be8fa14ca98d332b6ad91d91d930f27e977ce62e9b898" + sha256 x86_64_linux: "bd7bcfdd89b5322fd3c2d9e617e682feb42f12f1d1690337d4383f9609491320" end depends_on "sbcl" From db968451fb8ca4d5749c0053649ff4ede42f4323 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:21:04 +0000 Subject: [PATCH 01187/10074] maxima: update 5.47.0_22 bottle. --- Formula/m/maxima.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/m/maxima.rb b/Formula/m/maxima.rb index 4c5e1949694cb..1c1767426de4f 100644 --- a/Formula/m/maxima.rb +++ b/Formula/m/maxima.rb @@ -12,11 +12,11 @@ class Maxima < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c06983e9d021a124550f5615ebda6601c4f0c3a68cad65fdfd9eef19155e0b1b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0f17bae77e9e2ffc4006cfbfe373f45c5be77502ef291b9408d1b9ddbccec407" - sha256 cellar: :any_skip_relocation, sonoma: "b321b497346ba5a245b324934c85eed5e9b1836aed2349944044a27571fb94c3" - sha256 cellar: :any_skip_relocation, ventura: "9be3c5c7129f9e483b44d06a1f1b1826e21e316803945670ea7556f6705e57ac" - sha256 cellar: :any_skip_relocation, x86_64_linux: "781e89cc152c5f13223bfc7442df7a277a2e3f06d5e17ee3a754262f1e3f50df" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf1876cc3a45b25028c16b715370c966a5830b98644793802dff6436e3b269ca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2e5ab07dc958e30f74506ee83d32f86ab04cd1c92e041fc73395d212655d86dd" + sha256 cellar: :any_skip_relocation, sonoma: "829b6a29bb35479309de652c018fb11320bfdef3e74f1a50a9ac36320af66465" + sha256 cellar: :any_skip_relocation, ventura: "c97dccd468d2031ecae77282175055c10fc5074327f106d48776af8f72465316" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5073e6cd162f677cfec33d6b2b24159d9f14d3bc1ed38997c8b30ca3333de31" end depends_on "gawk" => :build From b82dbaf6c8b72ce6006be528ded85a3c6ae91ff8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:21:04 +0000 Subject: [PATCH 01188/10074] ocicl: update 2.5.24_1 bottle. --- Formula/o/ocicl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ocicl.rb b/Formula/o/ocicl.rb index 03a2aa8168f51..b6b0fc2c0432a 100644 --- a/Formula/o/ocicl.rb +++ b/Formula/o/ocicl.rb @@ -7,13 +7,13 @@ class Ocicl < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1bb1bd981e208790f38203f48c158140e518c4101c9ef9d30f71360ea9d136c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "beb85ad22380226a56be468bb19d7230a859343ba09f2be844ff3fe67b9b9d73" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d178da10eda76150f1251b096f6758b0797811da8b7aa36ee9f593ab4fd096c1" - sha256 cellar: :any_skip_relocation, sonoma: "0ad70131e5b60a3f632fcbbdbcc11c5ef0d37ab5045d27d9a59d4b2f56c84f79" - sha256 cellar: :any_skip_relocation, ventura: "674cf47d7eedbf596728cc487c25168e5843de3a60db614e80ecfb193be9cfb6" - sha256 cellar: :any_skip_relocation, arm64_linux: "494995ae34024e00fc0337d2f134005befbf481a823e0cb071e846ce0b017282" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fb38f3f06ae69989a48b86033bdc08742f3a1bd0459169d6be1b78026e3181c3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a06f8f6b722e51f7cd09a9500ed6092e09c690e2c6d5e347ca6d32b5a4f5a115" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "df30f690994546b91ccf886db5a91f314b1c5499ed50f1b534307c7c6f7ea798" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f49435d7cfcef4d789346a1fdb42f6dfa81e4d7fe5c0fbf1b5bf9c8fb601d508" + sha256 cellar: :any_skip_relocation, sonoma: "e3ffc9b6b1895c613400f1855009439968acb2f8ba370ba83c26e089df952dbb" + sha256 cellar: :any_skip_relocation, ventura: "b0e2a6dfba7f65bd09cdc5d9098f33603db6a9e8f765322845f82c702a630df4" + sha256 cellar: :any_skip_relocation, arm64_linux: "cc7f54e836c1097d1a7950c7e39b21624146a056f055d59380717b4b64db79c6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "69c590b1efcd1e986a39053023f181607f2447be6455374421626f8cbd47669e" end depends_on "sbcl" From 2411ce3c70084bf467e6d316dccaed59890e7ff6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:21:04 +0000 Subject: [PATCH 01189/10074] sbcl: update 2.5.5 bottle. --- Formula/s/sbcl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sbcl.rb b/Formula/s/sbcl.rb index d4a6dbe8a3b31..4874f86c70442 100644 --- a/Formula/s/sbcl.rb +++ b/Formula/s/sbcl.rb @@ -11,13 +11,13 @@ class Sbcl < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "0ebd2441645846597297eb73683a060b671c8332ac921bda4cda7b1bdb30fab3" - sha256 cellar: :any, arm64_sonoma: "d282c46450690cc09484b421299590c253f39f7cdf9c7363b2cbc7164dc5f5e1" - sha256 cellar: :any, arm64_ventura: "d25bd49c59fd5fbb6353f050da3d20b28fbaf6cd91acc419577788e2b350f833" - sha256 cellar: :any, sonoma: "194e8ad52afaee56eb6d279608b48f2f72a739583b708d4ed06c5c388dc69560" - sha256 cellar: :any, ventura: "ac18fb7ffda092860b7d5462d4afed66a5f6f3c82ba863d8ec6913b1daf9bbf7" - sha256 cellar: :any_skip_relocation, arm64_linux: "78b7be6f50234b6e224b86bb0f1019b2707393e3bb37cbe2e7166764cfc009d5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3a895b133040ca1c6ac064bd9a0bf4214fda25414154c80c9fbe7bac4bdb9990" + sha256 cellar: :any, arm64_sequoia: "a13e85418e04ec670fd05b65ee0aeeb00872f0668a9b8a50aa6cd2a80562828e" + sha256 cellar: :any, arm64_sonoma: "46eb31c5c8396de1ae2856206686ccf8433da507d5401d4672ffc156f2a7431d" + sha256 cellar: :any, arm64_ventura: "7a5412d2526fdab0a5a782859923a6c39a6d913012ae60ebbcea6b45d1b00e39" + sha256 cellar: :any, sonoma: "1e692457b68edb6c4eb51676278735793c1235f4199e43e3944d32ba105e0bba" + sha256 cellar: :any, ventura: "6d6c8f481636dfd831ba85898ec52d71632a7e53f0b2af389e6275053c6075b6" + sha256 cellar: :any_skip_relocation, arm64_linux: "baa0db002ceb677a8c9cbefbc033310e9cb4c0f6bf9a1e8519debc343a67586c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7f388a2c5ca9c3ce036c41332b20626c5264b2a300870e66b811e2e08068363d" end depends_on "ecl" => :build From 362f2dbad22114da393c30e15fc3062ca15c37cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 06:05:15 +0000 Subject: [PATCH 01190/10074] yeet: update 0.6.1 bottle. --- Formula/y/yeet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index 651e8a14f6032..3170f836ad8c5 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -7,12 +7,12 @@ class Yeet < Formula head "https://github.com/TecharoHQ/yeet.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab0f01e210c875e6e3d877ae90501750b237932f57fea21c1bc467e8a0f1eda7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab0f01e210c875e6e3d877ae90501750b237932f57fea21c1bc467e8a0f1eda7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ab0f01e210c875e6e3d877ae90501750b237932f57fea21c1bc467e8a0f1eda7" - sha256 cellar: :any_skip_relocation, sonoma: "d07b9541b0ab17a0c2bcead15f5c23c599b99dbf0cdbbc9201c19b820daacbc9" - sha256 cellar: :any_skip_relocation, ventura: "d07b9541b0ab17a0c2bcead15f5c23c599b99dbf0cdbbc9201c19b820daacbc9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd694b054ccadce7cac78ca150fd568e2a8ec5b5a358fd2bb1ebf6464f4cf68a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "adce749755dbd9fa70914a9060dfb69baa356f28d7e880f505b7a629f641916d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "adce749755dbd9fa70914a9060dfb69baa356f28d7e880f505b7a629f641916d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "adce749755dbd9fa70914a9060dfb69baa356f28d7e880f505b7a629f641916d" + sha256 cellar: :any_skip_relocation, sonoma: "5fe5a7dac77da8778f27e48ffe3364a043fb5a005a66a900c84d5463b41b463e" + sha256 cellar: :any_skip_relocation, ventura: "5fe5a7dac77da8778f27e48ffe3364a043fb5a005a66a900c84d5463b41b463e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a7b8fe20a7ceaeecd202b89c9841840b79300865461fe61cb7659cf91f27924a" end depends_on "go" => :build From d1ac28c31b7b58dd6cf15695ad5d4fac9fbd23e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 06:05:40 +0000 Subject: [PATCH 01191/10074] kyverno: update 1.14.2 bottle. --- Formula/k/kyverno.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kyverno.rb b/Formula/k/kyverno.rb index 7e19ceae7662e..7d5256a562f71 100644 --- a/Formula/k/kyverno.rb +++ b/Formula/k/kyverno.rb @@ -14,13 +14,13 @@ class Kyverno < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9fd79bae583d821d1c544ee86ff3ca08c8fcdd527d6679afc1a97c9932810b03" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "953b3d0653e25e06bb58434786ffc9e7ed2991c0578d0da120f75d1a14d29594" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fb70f26d97ffc9698deb17da2cebcbeb7ee730ec5ee09a84c1b2b0dafe557956" - sha256 cellar: :any_skip_relocation, sonoma: "f157efa9d703915a49585a112f33c9dc10a4495799b867cdd238cd0071b5b6ae" - sha256 cellar: :any_skip_relocation, ventura: "f1308a91d03ef6c5237b0517a5984918e72d2cf22fa99b3b4a89c47b85e517b2" - sha256 cellar: :any_skip_relocation, arm64_linux: "233d3372548328672739978736660ce743192289d0d05aa1fcca56401ed01344" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cefd0aedf72054584bcbc66eb4674d0851c7c0730f14d6017809ff6c545f8141" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd401806800e44d21518c1d4099ef2d87bdece7d21edfa31a693a20db936dad1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "783fd379425ab8ef3f144a3af476446ac2a8596bbf6b1c88d986dfc93bc7c6a7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "39bace51b95528db327f8f5b6bd775c14f8e595c44ec69138123f52fe8d62d92" + sha256 cellar: :any_skip_relocation, sonoma: "bc5282b112e682673e9c1d415a272af9194e73a92cfa42fa9601a17a832cbd51" + sha256 cellar: :any_skip_relocation, ventura: "5b7c3c0aaa095d5a71bf7cf902e1af30835607bf12d8b0576c006a9bf50e4ff0" + sha256 cellar: :any_skip_relocation, arm64_linux: "0f0636a33590f0626824508caecdd5bcf76f7ccb76f2f59148b622c5b2636b72" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e3cd00a3c791c025bdbc1fa4b9a36c39addf6df0a2d59195cbbe224f1ff097d6" end depends_on "go" => :build From d1e04a1a603071264c2ee34ec853b6ffafbfbbf0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 06:05:56 +0000 Subject: [PATCH 01192/10074] kakoune: update 2025.06.03 bottle. --- Formula/k/kakoune.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/k/kakoune.rb b/Formula/k/kakoune.rb index 8f4609805d65d..a4430cd7c7a7b 100644 --- a/Formula/k/kakoune.rb +++ b/Formula/k/kakoune.rb @@ -12,15 +12,13 @@ class Kakoune < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "574e7864ad00cf1450df98b4e6e442d6809018fc3f2f03e517cbb90f512bbb81" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "42850e284b85aad3865b80947c8a2b74644148ec3b05f8e1470f5438453a4f4b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f261b85b550552526b4d3fef66f1da40c4e4d84089196b6d066b3c2a271fbd21" - sha256 cellar: :any_skip_relocation, arm64_monterey: "8a9bde4e123c7b07770794f92dc225da5da862d42c739cbae0d2498d3280a0d7" - sha256 cellar: :any_skip_relocation, sonoma: "301f7dba32850275799750dedaef50a525d004cca2d6439d9aa609a4d00689e1" - sha256 cellar: :any_skip_relocation, ventura: "f4a32d5ed1213ddc0ed831e9974c154023fc623d0fddc2af4aae718115f79482" - sha256 cellar: :any_skip_relocation, monterey: "331edc367fa3a3905e1456d9dea0b3699bc0358281a7ae88f7adf1466ee90c11" - sha256 cellar: :any_skip_relocation, arm64_linux: "44986966430f14e95529bc4403f326e39f14863bbdb3f20bd30cb8b43d134874" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bdf7a8135634ef2b09dd76b622d9d852b51c156c09b6e1e0fa11b801cf376310" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "52ec390affc0aca70a37bd33a836f66e8f77a96fcc26a37b7777ed5c3f73acba" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "336e9e558392f3bb81120d5c375aae69b53616d58040c3ae82b03a01068d0541" + sha256 cellar: :any_skip_relocation, arm64_ventura: "25ce4465344272466a956d0bae5e15fa9e667567a236efbd0bf89554e6cbfdf4" + sha256 cellar: :any_skip_relocation, sonoma: "76186fe32293e045547ecc46c5be8ed2c99756a4d6ea9f50f2a0a1028a42641a" + sha256 cellar: :any_skip_relocation, ventura: "ab3088baa28ba656c0ff6df2af0e39142505248964c7de5d33b01471269f5f81" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b47987edb2a32934aac363d1082478f7fde6cf25c17aad67d25f1c6c77e392a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd10c0b50a1c649bc8512af7615575e9a233277c3ed7780d51dc5daf76820060" end uses_from_macos "llvm" => :build, since: :big_sur From 5563912cc254936c6e402b2a45e028aa18dd0ded Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 06:06:52 +0000 Subject: [PATCH 01193/10074] azure-cli: update 2.74.0 bottle. --- Formula/a/azure-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/azure-cli.rb b/Formula/a/azure-cli.rb index 49ea3013ca1e0..b319dc9d461e9 100644 --- a/Formula/a/azure-cli.rb +++ b/Formula/a/azure-cli.rb @@ -15,13 +15,13 @@ class AzureCli < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "44849c1c4c5daf4d4176420f533839e24f208d6f469aaaaf03e16f7cd4461b04" - sha256 cellar: :any, arm64_sonoma: "067bf56e9862652fcae8b81dd148c255065addee862c95e63f1ee42b83e6c654" - sha256 cellar: :any, arm64_ventura: "7078c24533d7436ae61f06f0a2ba80ea888b4ec17510635e1375930bc269d533" - sha256 cellar: :any, sonoma: "ae5b56a2e1ca70bc4ca18ee626dd5472c2398d484e8c02f7150a3cea38ca8cde" - sha256 cellar: :any, ventura: "0e581cd5084fa6aa61a5c0d75a0613aff5e1f1589e12463b28736732ab396c50" - sha256 cellar: :any_skip_relocation, arm64_linux: "5bc665e854c49a03dcfe670120d6eca43605d378532ca911b3dc67144d5927ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7c645975287027820ef80766192a701828800d605b6548a41ed35336f5ab2080" + sha256 cellar: :any, arm64_sequoia: "b87e32e51eb8cb473c6def31a5c10bbbe6975984d36fc17c622d2bf3f29ba1ff" + sha256 cellar: :any, arm64_sonoma: "7a1c0ada1d40d13492c0b2d9ccfa3160738d6647dfc764b10f8f23d67b65cff9" + sha256 cellar: :any, arm64_ventura: "cde7d84b8bfab098617818356788791fbac101de593be2d474e6eea90f8bc5a2" + sha256 cellar: :any, sonoma: "13a4de98e20c302e9f180dd36bc5b79863b4ba9d44759bf62928213e7fc86820" + sha256 cellar: :any, ventura: "d720fa5601aa9b21e28979eeeb5a8cef1817530aea02efcba17afda1ecba1d75" + sha256 cellar: :any_skip_relocation, arm64_linux: "ce12a9264ae21f3057df3249c0f7048b82553087904debdcc3212ec6af45aae5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "11b57c5a1572d28164ebacab0e467af54342588ac3b30b38df11fd501f8b6c4b" end # `pkgconf`, `rust`, and `openssl@3` are for cryptography. From 666284e675020702160a5d7ade11a3f2783ac0fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 07:53:37 +0000 Subject: [PATCH 01194/10074] cdk8s 2.200.89 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 71fe383cca35e..c29e0a22fb8b1 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.88.tgz" - sha256 "ea0e9b4baf05b8497ab1a72f2bd820eb56c1b7a9463135b75e6e852833ddb705" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.89.tgz" + sha256 "7dcf17f0c017e53f2fdaed4fb2e4df41acc84047198aab5f8dcfeef508dd3e5b" license "Apache-2.0" bottle do From c469f9a227ea20de4e46b7215e55d133e7c4e4d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:05:30 +0000 Subject: [PATCH 01195/10074] dependabot.yml: update to match main configuration --- .github/dependabot.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1325ffe6515c..1fa6fc74f1467 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,14 +6,13 @@ updates: directory: "/" schedule: interval: weekly - day: monday + day: friday time: '08:00' + timezone: Etc/UTC allow: - dependency-type: all - ignore: - - dependency-name: actions/stale groups: - artifacts: + github-actions: patterns: - - actions/*-artifact + - "*" From 7f7d53f547ef1f552fabdb4ae255bc1e938c4cb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:05:30 +0000 Subject: [PATCH 01196/10074] stale-issues.yml: update to match main configuration --- .github/workflows/stale-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 608d2e65e9c5d..c4bfc33e0ee09 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -38,7 +38,7 @@ jobs: pull-requests: write steps: - name: Mark/Close Stale Issues and Pull Requests - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 + uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 21 @@ -68,7 +68,7 @@ jobs: pull-requests: write steps: - name: Mark/Close Stale `bump-formula-pr` and `bump-cask-pr` Pull Requests - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 + uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 2 From d1a5c3edf6ba4d934acdc4381d4c2e26b25c709f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:05:53 +0000 Subject: [PATCH 01197/10074] ipsw 3.1.608 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 7ab1963a32195..e4c9b91ab8ac9 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.607.tar.gz" - sha256 "1089af56736d79ae6da008dce8c9299930850ce69dbab5d11ac54f2f78db83cd" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.608.tar.gz" + sha256 "adbb4251ff7140e780fb7db37030e31c03c4d0307f19f1a8576fd8772e1e35ca" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From 941b1782f6df1522993db41ce1de9e1c696dc4d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:06:20 +0000 Subject: [PATCH 01198/10074] jackett 0.22.1984 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 6eb37b4b2dd51..2db405203fb47 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1978.tar.gz" - sha256 "a0cb2a3d4da4841ed974867e72936b6eb54e7d64965fd6e272db570e7ffb4379" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1984.tar.gz" + sha256 "d5742ed81d8b1aeae3670002dbd40c403525bca803490b8296bdfbb6a1ce8c0a" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 744053c9786f5d248f54945074872cb11b1dbebd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:06:30 +0000 Subject: [PATCH 01199/10074] jaguar 1.53.0 --- Formula/j/jaguar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jaguar.rb b/Formula/j/jaguar.rb index cfbffe693169e..d38d6e97b03f1 100644 --- a/Formula/j/jaguar.rb +++ b/Formula/j/jaguar.rb @@ -1,8 +1,8 @@ class Jaguar < Formula desc "Live reloading for your ESP32" homepage "https://toitlang.org/" - url "https://github.com/toitlang/jaguar/archive/refs/tags/v1.52.0.tar.gz" - sha256 "6dcf70e9e5c255f2bf674b87a6782a8185197295de24bd4c4346695f9a6004ae" + url "https://github.com/toitlang/jaguar/archive/refs/tags/v1.53.0.tar.gz" + sha256 "5113cee9128c64cecfe6fa6896e8373a30d14c7f2bcb3614a575fbd024bb5681" license "MIT" head "https://github.com/toitlang/jaguar.git", branch: "main" From a059417e2fedcd82d03d1a28d9d9b4dd14b1d955 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:19:06 +0000 Subject: [PATCH 01200/10074] pixi 0.48.0 --- Formula/p/pixi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index 067f75eee9788..4e7195f67a146 100644 --- a/Formula/p/pixi.rb +++ b/Formula/p/pixi.rb @@ -1,8 +1,8 @@ class Pixi < Formula desc "Package management made easy" homepage "https://pixi.sh" - url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.47.0.tar.gz" - sha256 "a1bdf15b861b63d2a7d12947980e415e35d6ae268194b4c09bb765a406fe0259" + url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.48.0.tar.gz" + sha256 "008d49f5adfece6a0cb8b4cdf2a44b0577c9d3760fdd64b466ae54923077562e" license "BSD-3-Clause" head "https://github.com/prefix-dev/pixi.git", branch: "main" From a90aa0c594f79710f7b6855c28f5b8451665379f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:21:59 +0000 Subject: [PATCH 01201/10074] redress 1.2.28 --- Formula/r/redress.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/redress.rb b/Formula/r/redress.rb index 06a1a0e3cac87..88c76add777af 100644 --- a/Formula/r/redress.rb +++ b/Formula/r/redress.rb @@ -1,8 +1,8 @@ class Redress < Formula desc "Tool for analyzing stripped Go binaries compiled with the Go compiler" homepage "https://github.com/goretk/redress" - url "https://github.com/goretk/redress/archive/refs/tags/v1.2.27.tar.gz" - sha256 "3e0b953c75c8c48d924c867ff0a93e877ad653970cd65b7605e6c532cdc7d7e8" + url "https://github.com/goretk/redress/archive/refs/tags/v1.2.28.tar.gz" + sha256 "f8b71c74ba52b8c16055340fa4934104f8cafc0443c08242fbfac7e626e18bc6" license "AGPL-3.0-only" head "https://github.com/goretk/redress.git", branch: "develop" From bc2788a686b5bc9c4bb36bf018241c2b89ffc02a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:22:22 +0000 Subject: [PATCH 01202/10074] renovate 40.40.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 9cd12195ef88a..17059df2a164d 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.39.0.tgz" - sha256 "9a054d59e6e67b0e54d49936fb60668cfb937121ad8f2cedded1e4f6effe96f3" + url "https://registry.npmjs.org/renovate/-/renovate-40.40.0.tgz" + sha256 "b078de8c26014457fd20a0b54c8a6c20b08b0ca32a60399e3376b0bd67794843" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 02f7a853d5854e29522211fa1a219e7aa8bf446e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:24:46 +0000 Subject: [PATCH 01203/10074] scamper 20250603 --- Formula/s/scamper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/scamper.rb b/Formula/s/scamper.rb index b208ec0968e1f..56d7f368b4179 100644 --- a/Formula/s/scamper.rb +++ b/Formula/s/scamper.rb @@ -1,8 +1,8 @@ class Scamper < Formula desc "Advanced traceroute and network measurement utility" homepage "https://www.caida.org/catalog/software/scamper/" - url "https://www.caida.org/catalog/software/scamper/code/scamper-cvs-20250505.tar.gz" - sha256 "f0a8b976dded0cd033e959c3bd2d80635b06248c5a41a15e888fb382748903a9" + url "https://www.caida.org/catalog/software/scamper/code/scamper-cvs-20250603.tar.gz" + sha256 "f9062166bfb99275a1abb77efeba819819e9c57fb8acdee39f04163f7476a34c" license "GPL-2.0-only" livecheck do From 2d328fcbc8db77bbd804f9721e8fc7c592e8ab39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:25:34 +0000 Subject: [PATCH 01204/10074] seaweedfs 3.89 --- Formula/s/seaweedfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/seaweedfs.rb b/Formula/s/seaweedfs.rb index 94fa34e62b183..929ff613bc1a0 100644 --- a/Formula/s/seaweedfs.rb +++ b/Formula/s/seaweedfs.rb @@ -2,8 +2,8 @@ class Seaweedfs < Formula desc "Fast distributed storage system" homepage "https://github.com/seaweedfs/seaweedfs" url "https://github.com/seaweedfs/seaweedfs.git", - tag: "3.88", - revision: "6677f1f5639b8994f0fbe11a1bf991e9f88fa1da" + tag: "3.89", + revision: "7151a54b28518c93af627911c885f20ad931bc8e" license "Apache-2.0" head "https://github.com/seaweedfs/seaweedfs.git", branch: "master" From c51a52ca9b5f50aac402ddc8f9523369f345e0e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 08:31:03 +0000 Subject: [PATCH 01205/10074] uwsgi 2.0.30 --- Formula/u/uwsgi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uwsgi.rb b/Formula/u/uwsgi.rb index d87a2f7000245..713a72abfef73 100644 --- a/Formula/u/uwsgi.rb +++ b/Formula/u/uwsgi.rb @@ -1,8 +1,8 @@ class Uwsgi < Formula desc "Full stack for building hosting services" homepage "https://uwsgi-docs.readthedocs.io/en/latest/" - url "https://files.pythonhosted.org/packages/af/74/34f5411f1c1dc55cbcba3d817d1723b920484d2aeede4663bbaa5be7ee22/uwsgi-2.0.29.tar.gz" - sha256 "6bd150ae60d0d9947429ea7dc8e5f868de027e5eb38355fb613b9413732c432f" + url "https://files.pythonhosted.org/packages/6f/f0/d794e9c7359f488b158e88c9e718c5600efdb74a0daf77331e5ffb6c87c4/uwsgi-2.0.30.tar.gz" + sha256 "c12aa652124f062ac216077da59f6d247bd7ef938234445881552e58afb1eb5f" license "GPL-2.0-or-later" head "https://github.com/unbit/uwsgi.git", branch: "master" From cc46750e8cbed8d9d35e8be3685172fae0131ec1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:04:43 +0000 Subject: [PATCH 01206/10074] blueprint-compiler: add 0.16.0 bottle. --- Formula/b/blueprint-compiler.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/b/blueprint-compiler.rb b/Formula/b/blueprint-compiler.rb index d6f4b58399de1..01cc77a18ca4a 100644 --- a/Formula/b/blueprint-compiler.rb +++ b/Formula/b/blueprint-compiler.rb @@ -7,6 +7,15 @@ class BlueprintCompiler < Formula license "LGPL-3.0-or-later" head "https://gitlab.gnome.org/GNOME/blueprint-compiler.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "934e915f724789737e2aff49d9607966366342257941e1f44ee5d03c358d331a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "934e915f724789737e2aff49d9607966366342257941e1f44ee5d03c358d331a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "934e915f724789737e2aff49d9607966366342257941e1f44ee5d03c358d331a" + sha256 cellar: :any_skip_relocation, sonoma: "6bea1eb3d4da51a7e9e8ee222b7c8dec211a3cbffc00932d1e26ffc6645d499e" + sha256 cellar: :any_skip_relocation, ventura: "6bea1eb3d4da51a7e9e8ee222b7c8dec211a3cbffc00932d1e26ffc6645d499e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dd8299938011b24bc84df5f61ec14fea43ccd470ada9f70e92a14e195a138a8b" + end + depends_on "meson" => :build depends_on "ninja" => :build From 5d021b4d1d7990adb36781a166f30e9cc1986982 Mon Sep 17 00:00:00 2001 From: svc-devtoolsbot <79531021+svc-devtoolsbot@users.noreply.github.com> Date: Tue, 3 Jun 2025 06:36:53 -0400 Subject: [PATCH 01207/10074] mongosh 2.5.2 --- Formula/m/mongosh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mongosh.rb b/Formula/m/mongosh.rb index 35d5f44be2606..6e2266d586c82 100644 --- a/Formula/m/mongosh.rb +++ b/Formula/m/mongosh.rb @@ -1,8 +1,8 @@ class Mongosh < Formula desc "MongoDB Shell to connect, configure, query, and work with your MongoDB database" homepage "https://github.com/mongodb-js/mongosh" - url "https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-2.5.1.tgz" - sha256 "1e351091e1bddae2481ea9139e426e3386e900c2ad8010a9e9840325c2888635" + url "https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-2.5.2.tgz" + sha256 "37f69f3a43968b2b7fe29075c68d2dae922b19ef573ed448ff4166108e0345ed" license "Apache-2.0" bottle do From c3f95ec66c2329973d335b3a27dd72c0a930d60f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:48:40 +0000 Subject: [PATCH 01208/10074] seaweedfs: update 3.89 bottle. --- Formula/s/seaweedfs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/seaweedfs.rb b/Formula/s/seaweedfs.rb index 929ff613bc1a0..4fa9ee2b2ad7b 100644 --- a/Formula/s/seaweedfs.rb +++ b/Formula/s/seaweedfs.rb @@ -13,12 +13,12 @@ class Seaweedfs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f8f6ff930aaf2246c9e0110a7626004ac702992bd48e6890497aaebd7c10425" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9202755f9fdd2e28b915f164adc6a9d12972076c52b8defff83107246b5a0dd1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dda2c85d934ec3ff296922a428d3f42392fd0ef9496d8d8eb5467bff1e9f1dde" - sha256 cellar: :any_skip_relocation, sonoma: "8e37604784a02de1fc141e753f425f539c1f58e9cf2a6e18d6d4e42395342470" - sha256 cellar: :any_skip_relocation, ventura: "84b7be0f856a2bf2508729d532716d4ab6d1e2ef0231a838eb7b9aec61c96b5a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b0d157eb8368daf33b5176d49ae9a593d5a1710946cab4537b6c54d64caf24a8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "737a6da27962bfa7b78a76c7178eac643dc8b34cc559cd482303ba9d57d9e74f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4c98dcc657e7021a388e0b4ba718f6db10e51a73ca59e3f4358f5d9aba8540f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "43868be886a595e50fe125f46503726a31e1409e622a236564034693295a93dc" + sha256 cellar: :any_skip_relocation, sonoma: "338fc8c435be7c5132107ed24cab5bfb7d5953c41f6ab1b91b321270a583fab3" + sha256 cellar: :any_skip_relocation, ventura: "94c660a4f7670f98c114c5d6fcc62d18f0ad323290d563ba26948676b1c73c8d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c7efba33b99f934f11763f6d70f2d1bd56059233036880f5184ce89316c386d4" end depends_on "go" => :build From f5bae3f50f072f6e6e78d26aef678f5ee841d87d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:51:29 +0000 Subject: [PATCH 01209/10074] uwsgi: update 2.0.30 bottle. --- Formula/u/uwsgi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uwsgi.rb b/Formula/u/uwsgi.rb index 713a72abfef73..83bf9f7433f79 100644 --- a/Formula/u/uwsgi.rb +++ b/Formula/u/uwsgi.rb @@ -7,13 +7,13 @@ class Uwsgi < Formula head "https://github.com/unbit/uwsgi.git", branch: "master" bottle do - sha256 arm64_sequoia: "d0de47a93650ac9a647ca1993d544e58594f13ecf44c74be30d82e6c21c6a3ee" - sha256 arm64_sonoma: "63e804aa021c578d63efee146a7de4c14da0c32112a5f9191f9206cdd97c8eea" - sha256 arm64_ventura: "d84676d2359811575925b6bdbdd1a27783426d8b5b852deb98377c8e9b51f7a2" - sha256 sonoma: "dc6829ecbb85e22d148e917a616932e6dad93a5be054acacad11e5ecdd806fe9" - sha256 ventura: "87f2ef9402ac05723ff24c4ea1b9594ad959f19f9895b11d8411e197d3df616d" - sha256 arm64_linux: "a5431eded1a13c7f3c02242c7aefa988053db24c02767b81847436f6c5da1137" - sha256 x86_64_linux: "38727ddcb072891b2929e8cc22c87afb78e044e9dc783b532b8353e452f53899" + sha256 arm64_sequoia: "b2386757296c38cd05ba889d19d2bc6d29c07ba6124657f1d905965fc3da1e1a" + sha256 arm64_sonoma: "45c740b6194c9740b2d88e40a67ebf5d6019869e13faf2b40d6cf747a87808d3" + sha256 arm64_ventura: "dd78e316d8d60fc40c16425d7bd57788725052921e79bd1291a81c81f1c3b00d" + sha256 sonoma: "8c1aff88354475b992347f8449ef581753a402dce09b4318d6c6ef1c378d4e65" + sha256 ventura: "0de8c5fcee50137e7e2346567afb07ec1fa9b995bd3392604f1e3e812393824e" + sha256 arm64_linux: "472b257c4aa0a1ff3d7e915bda3196681cc459de6964b19d9670cf26ee3516e1" + sha256 x86_64_linux: "3c27e5bd84f5135985cce5e2c13f8a7845074bab10040fccf09caa9d0bc0e4d9" end depends_on "pkgconf" => :build From 49a8daee03121d1dbd83aa8e088fec9c0fd1cdac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 3 Jun 2025 13:52:45 +0300 Subject: [PATCH 01210/10074] git-cliff 2.9.1 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/g/git-cliff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-cliff.rb b/Formula/g/git-cliff.rb index 76cc143cfb14c..a79fc14c0ab1a 100644 --- a/Formula/g/git-cliff.rb +++ b/Formula/g/git-cliff.rb @@ -1,8 +1,8 @@ class GitCliff < Formula desc "Highly customizable changelog generator" homepage "https://git-cliff.org/" - url "https://github.com/orhun/git-cliff/archive/refs/tags/v2.9.0.tar.gz" - sha256 "449006d575e547fac9aae06d7246e51dd2d91f77dbfc42f7c99e32d742e46876" + url "https://github.com/orhun/git-cliff/archive/refs/tags/v2.9.1.tar.gz" + sha256 "dd5a707fba4549ab4ea5e9e95ea7ed302852eb1916b93a1a369019f005ad4cc4" license all_of: ["Apache-2.0", "MIT"] bottle do From 7dab08c101e314187c5783a35ef9b10913d64730 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:54:57 +0000 Subject: [PATCH 01211/10074] sdl2: update 2.32.8 bottle. --- Formula/s/sdl2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sdl2.rb b/Formula/s/sdl2.rb index adb37e1b2fc64..0616095aab127 100644 --- a/Formula/s/sdl2.rb +++ b/Formula/s/sdl2.rb @@ -11,13 +11,13 @@ class Sdl2 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e32ec4c5b136da53cec56da4320c1710fc52b500cc2c27acd721df2286f94a56" - sha256 cellar: :any, arm64_sonoma: "d9542355a7bd42eb3f8da6f83ff8f0336c14b0e0f1509d3c1dc2890bfedf2ba3" - sha256 cellar: :any, arm64_ventura: "65911923d130d508cceebff37ecb9393b6bf801c1985953a35227a3e4d2a73ea" - sha256 cellar: :any, sonoma: "ea5ede3e7d79451dcf2f51a5a07eb9befc588f3b294e16539cb0dc58fc86c24f" - sha256 cellar: :any, ventura: "72d4b22feb2ee57194e5068d9bf4197885046d64fee1513fea3595d578472e3b" - sha256 cellar: :any_skip_relocation, arm64_linux: "fd42e7d40cf6c4a0dcb708dabcf998d109dd9aa6c6223ee3587e5cf3770d6c30" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c28b3ab63f8a98a99c230cc86bdfb8bd79c45e02470f18ea2d1b629dfbbc4796" + sha256 cellar: :any, arm64_sequoia: "ccce09ed346668bd6c1e990be37c9b84ab93824211bc6e407f856adaff20a885" + sha256 cellar: :any, arm64_sonoma: "49d38f1d199893861ab9c535b2a90d6fa339c3880e8d941d3da328c8ef3393e9" + sha256 cellar: :any, arm64_ventura: "b709f4f2bb61ae5ef6bf769b40c61c50bc941e22fc8b48a9a7ad1b82eb5f44a8" + sha256 cellar: :any, sonoma: "19b17973c310944f8cd81ae911306b5b98849e9b1b3f8609c3134e79cbb9b392" + sha256 cellar: :any, ventura: "2b0d9b00446a44489a81fd2572e31e3578de957d87a98df678429142ec197b83" + sha256 cellar: :any_skip_relocation, arm64_linux: "01be8b259743124645c252522b2fa2cf32b18fabff5c1aabe306452a8ef15923" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8125ef91c82aac016da1384a47ad7840b4b15a3f3d2f2ca50b4d29ef5cb9d95d" end head do From 921731b0f8545fa8ef394526adc6aee7b6f0b9ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:57:06 +0000 Subject: [PATCH 01212/10074] katago: update 1.16.1 bottle. --- Formula/k/katago.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/katago.rb b/Formula/k/katago.rb index 2f6b50c65dbff..7c15c32f0ae0a 100644 --- a/Formula/k/katago.rb +++ b/Formula/k/katago.rb @@ -16,13 +16,13 @@ class Katago < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "5a264e055e864eaac12bd6aaa4319c241ec4aec9d11f0498628ea355ed1fe574" - sha256 cellar: :any, arm64_sonoma: "88a641dbc9b421342f20d11a9cb5fd5e5f7ba73c7dc73548262d83ea026ebffc" - sha256 cellar: :any, arm64_ventura: "b6013659e4c2b58a85154c37561c0411398cf4cf110f80c0403de328b602beb0" - sha256 cellar: :any, sonoma: "4823886c8e5743624206fc1ba979cffbc8becda48dbaf7c08dedf016985e05a9" - sha256 cellar: :any, ventura: "227ee91388879da2b90df699da6fedb7af4179fc184d123b910d79dfbd087c13" - sha256 cellar: :any_skip_relocation, arm64_linux: "fb188bd4509aa99306c47c5b517ad9363aefc52454aa4e8a0882b9e78b800f1d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a51477be4ab6623346dfb2d55f8ec53d14c91f4bee616f26a2515ba4c087ca3d" + sha256 cellar: :any, arm64_sequoia: "196387b2b8364d6c21b3ad7f21e99ce5a9a0de12ea8bd1b13df64267a9247808" + sha256 cellar: :any, arm64_sonoma: "f18c1f3a208bc7db520b128de3f554c22a3f06e2f3b7359c2a7399ef4ad6015c" + sha256 cellar: :any, arm64_ventura: "721c9102dac3e2e115a05cfcc87ad46d3e4ed8b1b2a4e97c0fc27768fb0efcd4" + sha256 cellar: :any, sonoma: "8a11310fbdc2db3bd226f99266b7f4440a2d8ecefa68a2ec64306a1f72bd167e" + sha256 cellar: :any, ventura: "a756163f9bc8424595dd5e2bf03eb9243b03749bbbdd58c31b9e471337a3c9ee" + sha256 cellar: :any_skip_relocation, arm64_linux: "3617c29c7f43a9224c99d3d3a649d5427be69fb9c152b0f2c5dd456979b9278d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1a6a7e66ecb9f2c5972fb8836157bb3b11285efca806d314f75b59840643f0a5" end depends_on "cmake" => :build From 532778df2425417004d5fc562ee75217fe259a4e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:58:41 +0000 Subject: [PATCH 01213/10074] renovate: update 40.40.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 17059df2a164d..47c9eaf6caab1 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8da78c62be3fce9c99777db1a14c12bfaddff758ef9f48ea3eafd09893ae2ddd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "93d525431c76e1917303dde8330b3659005e23181a73a2a5387d41ef4004e5ec" - sha256 cellar: :any_skip_relocation, arm64_ventura: "25c71424a220f1c9cc4c7aeec80057261852ce1c7a4c0c948fadaf8cde0fb0c2" - sha256 cellar: :any_skip_relocation, sonoma: "16eeb19c33e8148b62c22097ef6d086983e6b748d1fb22bf7d8876e2d9953063" - sha256 cellar: :any_skip_relocation, ventura: "9db5dce0f4206ec01e0c733b9aee5a6d5d81ed9a89a64f1b4baf3dfb21eefbfb" - sha256 cellar: :any_skip_relocation, arm64_linux: "0bd8063cff1e3525b6ff3d99d7db3a25834daa903721f40430beb04ce83fa59f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3d5beed202ead3eb3c9a399dc9482fad7bbc4a0a1336654b19b94de9c7ca8b2e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "faba07abc4b431bf5151f49c53b78a5f308eff6065d4b6b5cd40204f4f086192" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "423b068b6e8ee5f8ee1bc3a7f74080b46e1f4f7c4ea16617bcfda348f44bd990" + sha256 cellar: :any_skip_relocation, arm64_ventura: "779909e93b122ac5511d2cec4bb34e864831801fc0db223a1cb14f2d474b513f" + sha256 cellar: :any_skip_relocation, sonoma: "2534e60836a72af52bfc52902e26e6aebd790d51098d25245a73562bb8217aa6" + sha256 cellar: :any_skip_relocation, ventura: "66e5f0c2bd19d801aa9d735e7fe65dc1b5781759b91d28938f07056f5557502a" + sha256 cellar: :any_skip_relocation, arm64_linux: "509c10ee58c37c3f187adfbc48793c369c7a0729620171dc01d25842836d594a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "48427926c9a9acde2b9bf78bc4e659f23193c83504f4a30209a73a8a9cabc061" end depends_on "node@22" From e5c0965a216aa165d8205d58ca4ca666ea901986 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:58:52 +0000 Subject: [PATCH 01214/10074] redress: update 1.2.28 bottle. --- Formula/r/redress.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/redress.rb b/Formula/r/redress.rb index 88c76add777af..2a50ec257708d 100644 --- a/Formula/r/redress.rb +++ b/Formula/r/redress.rb @@ -12,12 +12,12 @@ class Redress < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c91b18de19dbf0e0c49aff4bb064bde0fd4d5095f80dcf235165923871152853" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c91b18de19dbf0e0c49aff4bb064bde0fd4d5095f80dcf235165923871152853" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c91b18de19dbf0e0c49aff4bb064bde0fd4d5095f80dcf235165923871152853" - sha256 cellar: :any_skip_relocation, sonoma: "c3921a3b1f3c42b92c3b59a1aee6fcc195021166b5e083708175c4d208788c20" - sha256 cellar: :any_skip_relocation, ventura: "c3921a3b1f3c42b92c3b59a1aee6fcc195021166b5e083708175c4d208788c20" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e0abeb50c010290ea42ae4c0d87f02184e303fd8d21ca17e9deeef84fd0148a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d295c30c2aad02866e239c0565f43ad8c51389ab23cf87d519d2de6964896d3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d295c30c2aad02866e239c0565f43ad8c51389ab23cf87d519d2de6964896d3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4d295c30c2aad02866e239c0565f43ad8c51389ab23cf87d519d2de6964896d3" + sha256 cellar: :any_skip_relocation, sonoma: "72cda05b6c19a3b34376606d33cba25b0f29191d1553a811ba84476fe86bbe30" + sha256 cellar: :any_skip_relocation, ventura: "72cda05b6c19a3b34376606d33cba25b0f29191d1553a811ba84476fe86bbe30" + sha256 cellar: :any_skip_relocation, x86_64_linux: "10a295f91a0fc9a598a889b2fbc24ac1ca6c85e7bbda95ce92e24ecc2221042e" end depends_on "go" => :build From 87a394585582bd2ba61eb0156f18fd2c4c0f32b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:59:01 +0000 Subject: [PATCH 01215/10074] pixi: update 0.48.0 bottle. --- Formula/p/pixi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index 4e7195f67a146..4807553a6dbaa 100644 --- a/Formula/p/pixi.rb +++ b/Formula/p/pixi.rb @@ -15,13 +15,13 @@ class Pixi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "61fdae6bcf25d9d0f0dc4a115d1f318cb7797b6d076f9f56c9c5ce15e3b3a23d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd6f42fc9aab2115fd0cc34aa50ac71149a74b469558ca192cd28be3cfe238dc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1ab7a204d1da6c9917f9b1b733222a1db66b7d92f12496f415786bb378888389" - sha256 cellar: :any_skip_relocation, sonoma: "dbc475fb568f7aec4d093616c882eacb2248eb7a951221e91239a98188812e76" - sha256 cellar: :any_skip_relocation, ventura: "729d89ffd6c09784b93fb9558553d420f4f1e70b0076addb416e6c8e199022b3" - sha256 cellar: :any_skip_relocation, arm64_linux: "ad0d4dd9eeedb704bbffa7accd3ba5ef84df40a9bcf9a1ad71bfc5705a1d32ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3bbcfe741234910c8a70674f3d8091610fbdbaf5e9a657a5be0b4281c022d4e5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6caa997959cbedcbf79eb923f670871234c6e4ed21715529e059eb46a1d45689" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "765cfa417446813ad3626dbbdfe195b69cb89c40a1b3791bd2c291acca2131ea" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b07110caa030ac0d48173270b80fd4b69d91aa1cbc8387e360293aae768008f7" + sha256 cellar: :any_skip_relocation, sonoma: "4495dcb5270b7634c6dc146a9797893fc9aa85d799849ecd08afc4b4f931c7d4" + sha256 cellar: :any_skip_relocation, ventura: "514d4737aeab72617534c78b1d6620ccf15df23ff12c1246726112dd55562fd2" + sha256 cellar: :any_skip_relocation, arm64_linux: "68884111625b02633ef9db4b2d0a5b3d634dc9914c98a6488619ba3f8aa3fe2d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dfc41559049e647fae2a57d06a5fd43f55aae3e09faa4d17f012c5b372698516" end depends_on "cmake" => :build From e80e82e79d8d2a15d537fa17ca833839e271dbde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:59:13 +0000 Subject: [PATCH 01216/10074] jaguar: update 1.53.0 bottle. --- Formula/j/jaguar.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jaguar.rb b/Formula/j/jaguar.rb index d38d6e97b03f1..1b73748ab26f9 100644 --- a/Formula/j/jaguar.rb +++ b/Formula/j/jaguar.rb @@ -12,12 +12,12 @@ class Jaguar < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08e898e586d76b51caf878ef3535872272f7d4b00a05a401928010cbcdc2aabf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "08e898e586d76b51caf878ef3535872272f7d4b00a05a401928010cbcdc2aabf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "08e898e586d76b51caf878ef3535872272f7d4b00a05a401928010cbcdc2aabf" - sha256 cellar: :any_skip_relocation, sonoma: "d279a47b671fe5e1f3c953b91f43bbb6d7d9cbb6cb925b3aed98a4c7e9667e48" - sha256 cellar: :any_skip_relocation, ventura: "d279a47b671fe5e1f3c953b91f43bbb6d7d9cbb6cb925b3aed98a4c7e9667e48" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd397dfe5f69be9ce52e3e93cac6194a112b69e990c5a057ee963a5a828210fb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e69f79679330be182ebf77132894e788f200c651f861b7f7ec6f4d4b116b4643" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e69f79679330be182ebf77132894e788f200c651f861b7f7ec6f4d4b116b4643" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e69f79679330be182ebf77132894e788f200c651f861b7f7ec6f4d4b116b4643" + sha256 cellar: :any_skip_relocation, sonoma: "e016507acd858b8d9d67a2d8aa714e55d68fbe1ef957bc2b5d2fff9cbea9c4d1" + sha256 cellar: :any_skip_relocation, ventura: "e016507acd858b8d9d67a2d8aa714e55d68fbe1ef957bc2b5d2fff9cbea9c4d1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aea9ee77fee06d17f55f058b3889689043a952c598e2c6bf74fca55f2fe71595" end depends_on "go" => :build From 0894e5fce3a38b2ee73c44df79737f4978b97059 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:59:26 +0000 Subject: [PATCH 01217/10074] jackett: update 0.22.1984 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 2db405203fb47..6c9f9d88dbfa2 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "92b3d953c5c978f6998b1e46d95f545c2de93feda85ddde1b2ed28844503d011" - sha256 cellar: :any, arm64_sonoma: "e9bff977e38deaa1f5773b5ede2f474280ca00945890cdae6d6163708207c0ae" - sha256 cellar: :any, arm64_ventura: "2bc8f3b99e54d9e8ae0db67fb15f2b2ccaa8af398928f985d51dc4e2343ebe66" - sha256 cellar: :any, ventura: "120546b5573a5f971fc1fe6504615e46f90b90a941a9a734c009443adeae0367" - sha256 cellar: :any_skip_relocation, arm64_linux: "fadf43c0270c7acc02f2ab86b333ed90bb42717f26d22384983a509e387cd63d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7a3d4b564e5ec9ce6e36fc6e69194e068a9fdd3fdf2285528b9e4d906106c5ac" + sha256 cellar: :any, arm64_sequoia: "e220e7be9ba64059103573c3389352b807ff92aa60c5521220a9d6e88789c94a" + sha256 cellar: :any, arm64_sonoma: "9fb94e70569004553a8d32f9f4c421f4965b7fb0d2e78b90b926c73d1c47e9b9" + sha256 cellar: :any, arm64_ventura: "ca3a6bbb1673a19c60abec99ae45680d969bfb27952b92a64caa454676c8e084" + sha256 cellar: :any, ventura: "6589022c12bd0b4bc0c3a087f0058a1c63b0b357a93558e46d6b667c1b958196" + sha256 cellar: :any_skip_relocation, arm64_linux: "3c54ccc308a7d71558182d9d6dbbfb940f0bf271c5841319c08e7c012efaff99" + sha256 cellar: :any_skip_relocation, x86_64_linux: "759b68685d9ed4ccab98312499d060eabb097ff8fef4172f6fd47e056133b10d" end depends_on "dotnet@8" From 71e452ae708f5a8795afbe75b25d4a51a32b40f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:59:45 +0000 Subject: [PATCH 01218/10074] ipsw: update 3.1.608 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index e4c9b91ab8ac9..d9f45fe0a8a5b 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "796e921266a35d7e5e321cc1df43987d43a33f47b9493419c6d56a7721bd2698" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fd354d1d407d8b4f6a992114c3da27a538210a5f69487d7b6e56fdfec4f57a1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "edf9d9513bb95ecaa320320beecb7610e819ff2da81603b6a78611b226e2f7de" - sha256 cellar: :any_skip_relocation, sonoma: "16cfb67e250634a40ce37937e84f7c93831e817c93a903bd9b56ad5964142373" - sha256 cellar: :any_skip_relocation, ventura: "7430d2932246facc40f498553b946adbbd1e125127a49daa6676904421e1ba41" - sha256 cellar: :any_skip_relocation, arm64_linux: "73b6abe9b208c5d74217b7b175fd08fcad2d5d969cf612bfceda2bb6cd64a3dd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f8ba997e31dff2cc3565cfd8093829159dd7eed0b51cc5dfe4f3ad0e158681e7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "746d70b7f7e75506a21545ca154a9983d9f80f57f0bd3b2c1aa72a9ba28f95ca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8066ea25f1e03e69ddb1376fe2abf58cd4b1e790435155447ac6d32156ed5031" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a191732737409f5bc6b32ac2893a8c893d094c10e77517ef15579590e06bcec0" + sha256 cellar: :any_skip_relocation, sonoma: "9b03ba2a04a7c08ed39a8694c0762055a13f690af130d50d3f2fef6dfa45c019" + sha256 cellar: :any_skip_relocation, ventura: "4090f6559ee62d75f46b7c48e22ffcca1fc6c8f1f398cfd0de7069a68009252c" + sha256 cellar: :any_skip_relocation, arm64_linux: "4f6e1cd371c746dd80c2dac6e3ec2f735972ece6c62b757da0ad6924c9951118" + sha256 cellar: :any_skip_relocation, x86_64_linux: "915696572039b1a5fa6062e274a53dfb606e0c2368d7f87dfcd38fe3249e6c45" end depends_on "go" => :build From af21be968d29b94c7e943e8f62f1358c5d383fc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:59:47 +0000 Subject: [PATCH 01219/10074] cdk8s: update 2.200.89 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index c29e0a22fb8b1..1ecd75689cb0e 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" - sha256 cellar: :any_skip_relocation, sonoma: "7f713f974541cf62d3c00cc5e457cd211e1121e0e7122a4e50b997c36651b018" - sha256 cellar: :any_skip_relocation, ventura: "7f713f974541cf62d3c00cc5e457cd211e1121e0e7122a4e50b997c36651b018" - sha256 cellar: :any_skip_relocation, arm64_linux: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d78a5ee147af754ed9a7a8c7af3286bdfa58321e0e254efe6205dac421fbdfe6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" + sha256 cellar: :any_skip_relocation, sonoma: "127360670b9fef8e6160321a9ce7ba53db381adf14259898ed522307d14f712d" + sha256 cellar: :any_skip_relocation, ventura: "127360670b9fef8e6160321a9ce7ba53db381adf14259898ed522307d14f712d" + sha256 cellar: :any_skip_relocation, arm64_linux: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" end depends_on "node" From a09e37832043ea2566efd96f03e33b55443a032e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:00:55 +0000 Subject: [PATCH 01220/10074] esphome 2025.5.2 --- Formula/e/esphome.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index b3b4fd79025c3..2fc0cfb98a7a8 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -3,8 +3,8 @@ class Esphome < Formula desc "Make creating custom firmwares for ESP32/ESP8266 super easy" homepage "https://github.com/esphome/esphome" - url "https://files.pythonhosted.org/packages/9c/0a/86007a75392d3c3996b7a9924737656dc392a0fd48a89f7a22e262770d65/esphome-2025.5.1.tar.gz" - sha256 "f2efad788aa731e5d58bfe46af549b533b147fb13adef4f8e8b4822f7e7e8320" + url "https://files.pythonhosted.org/packages/67/62/c1612b9db49a71c0a30c40aa26518df6273b68b61cd83d1678b034a5bbc0/esphome-2025.5.2.tar.gz" + sha256 "f1a8c98a480750a6fa1028d3d656ee3307d40e9336bf5b79081dc01a5f0021c7" license "MIT" bottle do @@ -189,8 +189,8 @@ class Esphome < Formula end resource "protobuf" do - url "https://files.pythonhosted.org/packages/13/48/718c1e104a2e89970a8ff3b06d87e152834b576c570a6908f8c17ba88d65/protobuf-6.31.0.tar.gz" - sha256 "314fab1a6a316469dc2dd46f993cbbe95c861ea6807da910becfe7475bc26ffe" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "puremagic" do @@ -284,8 +284,8 @@ class Esphome < Formula end resource "uvicorn" do - url "https://files.pythonhosted.org/packages/a6/ae/9bbb19b9e1c450cf9ecaef06463e40234d98d95bf572fab11b4f19ae5ded/uvicorn-0.34.2.tar.gz" - sha256 "0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328" + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" end resource "voluptuous" do From cb971dd43a89afe7054b7def9758911aa861b93f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:03:45 +0000 Subject: [PATCH 01221/10074] goshs 1.1.0 --- Formula/g/goshs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/goshs.rb b/Formula/g/goshs.rb index 0776d531ffe70..1e725d535764c 100644 --- a/Formula/g/goshs.rb +++ b/Formula/g/goshs.rb @@ -1,8 +1,8 @@ class Goshs < Formula desc "Simple, yet feature-rich web server written in Go" homepage "https://goshs.de/en/index.html" - url "https://github.com/patrickhener/goshs/archive/refs/tags/v1.0.9.tar.gz" - sha256 "a3e68619711bd0de75fd4c4547b0f439a72a280422d91723185c79b60c02ce16" + url "https://github.com/patrickhener/goshs/archive/refs/tags/v1.1.0.tar.gz" + sha256 "61000f308cd48b23aa02d2dd41184824260a8d7d6bf47e6a7f658e4d228ac8d1" license "MIT" head "https://github.com/patrickhener/goshs.git", branch: "main" From e65bd8dbf88d81fa2fbb10f984d533d5f477e03c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:05:24 +0000 Subject: [PATCH 01222/10074] huggingface-cli 0.32.4 --- Formula/h/huggingface-cli.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index 47ca30580aa25..38a45b5816a19 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -3,8 +3,8 @@ class HuggingfaceCli < Formula desc "Client library for huggingface.co hub" homepage "https://huggingface.co/docs/huggingface_hub/index" - url "https://files.pythonhosted.org/packages/59/74/c4961b31e0f142a032ea24f477c3a7524dfabfd8126398a968b3cc6bf804/huggingface_hub-0.32.3.tar.gz" - sha256 "752c889ebf3a63cbd39803f6d87ccc135a463bbcb36abfa2faff0ccbf1cec087" + url "https://files.pythonhosted.org/packages/60/c8/4f7d270285c46324fd66f62159eb16739aa5696f422dba57678a8c6b78e9/huggingface_hub-0.32.4.tar.gz" + sha256 "f61d45cd338736f59fb0e97550b74c24ee771bcc92c05ae0766b9116abe720be" license "Apache-2.0" bottle do @@ -89,8 +89,8 @@ class HuggingfaceCli < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From 759d785131897d15509af611ca0acfb5a43909bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:10:35 +0000 Subject: [PATCH 01223/10074] locust 2.37.7 --- Formula/l/locust.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index f116e4d736809..4e6d9bff95342 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -3,8 +3,8 @@ class Locust < Formula desc "Scalable user load testing tool written in Python" homepage "https://locust.io/" - url "https://files.pythonhosted.org/packages/20/a4/a8c3c19220f1371471f0fdb5a14c4bc205e86237d32df67f50548e310bfa/locust-2.37.6.tar.gz" - sha256 "2ea16f7e4bb1b9c41aa666eff5ea9737977a297503644043208180dd0d3dd883" + url "https://files.pythonhosted.org/packages/7a/53/09abcf585c001deec3d6c2ccf13ca5d2b59645da6c9458fe830189e1bfe3/locust-2.37.7.tar.gz" + sha256 "9421ff51ce023a5ddff74f2544a13310f7929ca02452be2663130ffab26585a1" license "MIT" bottle do @@ -104,8 +104,8 @@ class Locust < Formula end resource "locust-cloud" do - url "https://files.pythonhosted.org/packages/54/71/4f3dec44c419f7e5706e117fae7dda7c17d440d873c5e68aeb5843b7c9a9/locust_cloud-1.21.9.tar.gz" - sha256 "f3c81447cadfb533d1e2bbdbf95fac97316233cbbde779df56a7b447d77bd8ea" + url "https://files.pythonhosted.org/packages/69/cb/db2d9dd27317d22d98f7a4a0eebbe4dc6ff24e44c0ae509118370e605c3b/locust_cloud-1.23.0.tar.gz" + sha256 "4038a09eda858b483ced20f5cb82caf3f866244c2c7864e0da5c32722b97f532" end resource "markupsafe" do From 3adf705225913bcc08e5055e0c4b23bbebe8b733 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:11:22 +0000 Subject: [PATCH 01224/10074] manticoresearch 9.8.2 --- Formula/m/manticoresearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index c47f7910058a1..e2b0f9839d081 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -1,8 +1,8 @@ class Manticoresearch < Formula desc "Open source text search engine" homepage "https://manticoresearch.com" - url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/9.8.0.tar.gz" - sha256 "07c8ade6a15e94e366822fb20fc34d2fd09cf358d511d746c969c503107638b1" + url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/9.8.2.tar.gz" + sha256 "97054a8bfa671bdbd6ad7ad66d52f95fb7482ec612345f718faec61213fdcc0a" license all_of: [ "GPL-3.0-or-later", "GPL-2.0-only", # wsrep From 61180568040c56ae88fb9775a77a108a7543f887 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:14:16 +0000 Subject: [PATCH 01225/10074] nuitka 2.7.6 --- Formula/n/nuitka.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index aa322bb403efc..15b8afb825719 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -3,8 +3,8 @@ class Nuitka < Formula desc "Python compiler written in Python" homepage "https://nuitka.net" - url "https://files.pythonhosted.org/packages/8a/13/7ba2c0b38b974b666d3bcdded84235933880e0d5c02d889f88b42bf0618c/Nuitka-2.7.5.tar.gz" - sha256 "37d0f8b59fbffb7c9f882f6a6410d40fb9d8f312c33951aa324f84677874e2a1" + url "https://files.pythonhosted.org/packages/81/c5/2653756a2150b19061f62903cbf5b5df01aea068eaec1c8f6e64274f130e/Nuitka-2.7.6.tar.gz" + sha256 "8ad661b57dec9753ca93c59232bf40bc3288d79da46492cc574cfca640d81d13" license "Apache-2.0" bottle do From a53e3fef371acd6e22fed5ec4ecc556dc5ab9426 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:15:53 +0000 Subject: [PATCH 01226/10074] openshift-cli 4.18.15 --- Formula/o/openshift-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/openshift-cli.rb b/Formula/o/openshift-cli.rb index cd41a94a297dd..ab5855eaec4e5 100644 --- a/Formula/o/openshift-cli.rb +++ b/Formula/o/openshift-cli.rb @@ -1,7 +1,7 @@ class OpenshiftCli < Formula desc "OpenShift command-line interface tools" homepage "https://www.openshift.com/" - url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.14/openshift-client-src.tar.gz" + url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.15/openshift-client-src.tar.gz" # This project employs synchronized versioning so the sha256 may not change on version bumps sha256 "fcbf4750ecb1131f61b9efd20f82fb5df3b4ff965d8ae68acb2a9b0c4ff380c7" license "Apache-2.0" From fb6fa7a9fad1b5b8f10c2c50c82e6387bdb71a55 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:22:08 +0000 Subject: [PATCH 01227/10074] snap 2.69 --- Formula/s/snap.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/snap.rb b/Formula/s/snap.rb index 23e61554a09b6..ad7e379fba6b9 100644 --- a/Formula/s/snap.rb +++ b/Formula/s/snap.rb @@ -1,9 +1,9 @@ class Snap < Formula desc "Tool to work with .snap files" homepage "https://snapcraft.io/" - url "https://github.com/snapcore/snapd/releases/download/2.68.4/snapd_2.68.4.vendor.tar.xz" - version "2.68.4" - sha256 "8c6ad7ee2c2a4cb5b59f836a74843cf8337e692dddd33b85c17418e7a6837e80" + url "https://github.com/snapcore/snapd/releases/download/2.69/snapd_2.69.vendor.tar.xz" + version "2.69" + sha256 "e887f14d4dcd332e7dae65111932cbdd62a31d229f1527be38e660883e35e59f" license "GPL-3.0-only" livecheck do From b90e9316b043a34bc2ccd78be5f5115d91c163d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:22:36 +0000 Subject: [PATCH 01228/10074] solargraph 0.55.0 --- Formula/s/solargraph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/solargraph.rb b/Formula/s/solargraph.rb index f84e6db0fd4b8..a9926d26e9b82 100644 --- a/Formula/s/solargraph.rb +++ b/Formula/s/solargraph.rb @@ -3,8 +3,8 @@ class Solargraph < Formula homepage "https://solargraph.org" # Must be git, because solargraph.gemspec uses git ls-files url "https://github.com/castwide/solargraph.git", - tag: "v0.54.5", - revision: "5c12a117b50b739826d08dd4106ead4a99d6c98e" + tag: "v0.55.0", + revision: "b036fbebb9fc87089ea15c96565443e075a98751" license "MIT" bottle do From fa82d3a37730bb803f83d223b79d0315c6fe8649 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:22:56 +0000 Subject: [PATCH 01229/10074] source-to-image 1.5.1 --- Formula/s/source-to-image.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/source-to-image.rb b/Formula/s/source-to-image.rb index ab0a6f1a31158..5ac39ea15cee7 100644 --- a/Formula/s/source-to-image.rb +++ b/Formula/s/source-to-image.rb @@ -2,8 +2,8 @@ class SourceToImage < Formula desc "Tool for building source and injecting into docker images" homepage "https://github.com/openshift/source-to-image" url "https://github.com/openshift/source-to-image.git", - tag: "v1.5.0", - revision: "aa5e5680081ed2ba20ad91cf3e0c3bcd242bdcd5" + tag: "v1.5.1", + revision: "c301811d969b777bfe058016bf97a8b0441b581a" license "Apache-2.0" head "https://github.com/openshift/source-to-image.git", branch: "master" From 6d5b8bb752e1431784628276539eefdecddff00f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:25:37 +0000 Subject: [PATCH 01230/10074] typos-lsp 0.1.38 --- Formula/t/typos-lsp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/typos-lsp.rb b/Formula/t/typos-lsp.rb index eddc1328c31db..13cbffd8283c7 100644 --- a/Formula/t/typos-lsp.rb +++ b/Formula/t/typos-lsp.rb @@ -1,8 +1,8 @@ class TyposLsp < Formula desc "Language Server for typos-cli" homepage "https://github.com/tekumara/typos-lsp" - url "https://github.com/tekumara/typos-lsp/archive/refs/tags/v0.1.37.tar.gz" - sha256 "a1fc610814752811bccac1cc2a75b86a2475df7546a6051f4618c5625d286a1d" + url "https://github.com/tekumara/typos-lsp/archive/refs/tags/v0.1.38.tar.gz" + sha256 "27e8c28b8332bc51a30e95595125f6f2f265b81a16f867808a850ca5b516284f" license "MIT" livecheck do From c389a1100157ceee2691d7a4fbd48719c601add9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:55:31 +0000 Subject: [PATCH 01231/10074] citus 13.1.0 --- Formula/c/citus.rb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Formula/c/citus.rb b/Formula/c/citus.rb index 6c0707283df8f..b5d1e26e254c3 100644 --- a/Formula/c/citus.rb +++ b/Formula/c/citus.rb @@ -1,20 +1,11 @@ class Citus < Formula desc "PostgreSQL-based distributed RDBMS" homepage "https://www.citusdata.com" + url "https://github.com/citusdata/citus/archive/refs/tags/v13.1.0.tar.gz" + sha256 "2383287bea45dfce54cde9ffc98f3e27bb7cde4deb3f096f9c7a12d1819f5113" license "AGPL-3.0-only" head "https://github.com/citusdata/citus.git", branch: "main" - stable do - url "https://github.com/citusdata/citus/archive/refs/tags/v13.0.1.tar.gz" - sha256 "b7fdc3ad6eca9dd6a1066e897a249fdca289e96d81921d4c7bf98cb4302ce817" - - # Backport DLSUFFIX usage to fix extension on macOS - patch do - url "https://github.com/citusdata/citus/commit/0f28a69f12418d211ffba5f7ddd222fd0c47daeb.patch?full_index=1" - sha256 "b8a350538d75523ecc171ea8f10fc1d0a2f97bd7ac6116169d773b0b5714215e" - end - end - # There can be a notable gap between when a version is tagged and a # corresponding release is created, so we check the "latest" release instead # of the Git tags. From 3776d8c2b1e1e428681be39e89eeb5d8e96b13ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:14:59 +0000 Subject: [PATCH 01232/10074] oci-cli 3.58.0 --- Formula/o/oci-cli.rb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index 2b67a238d5b94..b8c6534012e94 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -3,8 +3,8 @@ class OciCli < Formula desc "Oracle Cloud Infrastructure CLI" homepage "https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm" - url "https://files.pythonhosted.org/packages/15/43/06ae658d4c3de1c4ee3420660ab40191aedc95a53f6259e9dbf0f1b60333/oci_cli-3.57.0.tar.gz" - sha256 "2e0a2d7bf2aa7b96c0deee895cbab06c0d4d6b865f4fa668fff921ebc85739cc" + url "https://files.pythonhosted.org/packages/93/31/8d966c54dbc4b389222a3e3aed585d08292f140224ea7d867d0c9c6de8c7/oci_cli-3.58.0.tar.gz" + sha256 "fceecab675a04a7deb80c0c45636e2f7fa7f0fd8522dd40f573da141b5cf1fc0" license any_of: ["UPL-1.0", "Apache-2.0"] head "https://github.com/oracle/oci-cli.git", branch: "master" @@ -44,8 +44,8 @@ class OciCli < Formula end resource "oci" do - url "https://files.pythonhosted.org/packages/d7/a2/97ad6bb85467ef3331202929a7ef45292bc7b291f0d69d6adcbe3670939c/oci-2.153.0.tar.gz" - sha256 "2acccc4394af18d34117d3f3b6a4c5f7ceaa4cafa55f54fa9accdbd21b309dbd" + url "https://files.pythonhosted.org/packages/90/6f/650287d9acdc8950903228d170a392670716f9c178c95e0bbe91e0aba4bc/oci-2.154.0.tar.gz" + sha256 "0066064fd14a2301fad515a7e1d81a0fb33a34f49ad0a172168d0050630777a9" end resource "prompt-toolkit" do @@ -94,9 +94,6 @@ class OciCli < Formula end def install - # Loosen `pyyaml` version pin: https://github.com/oracle/oci-cli/pull/858 - inreplace "setup.py", "PyYAML>=5.4,<=6.0.1", "PyYAML>=5.4,<=6.0.2" - venv = virtualenv_install_with_resources without: "terminaltables" # Switch build-system to poetry-core to avoid rust dependency on Linux. From a03c77d519b36b6cda3e2e94f141cbc7dd77d7f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:38:50 +0000 Subject: [PATCH 01233/10074] git-cliff: update 2.9.1 bottle. --- Formula/g/git-cliff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/git-cliff.rb b/Formula/g/git-cliff.rb index a79fc14c0ab1a..04e989fcbfbe2 100644 --- a/Formula/g/git-cliff.rb +++ b/Formula/g/git-cliff.rb @@ -6,13 +6,13 @@ class GitCliff < Formula license all_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "cd0b50cb21da044e43fa564a599034e01013581b910e88c289d08698b0356ced" - sha256 cellar: :any, arm64_sonoma: "67aca56aab16bdca16675644bc04f6009f51cc98d0a5c7fe6e1bfcc44ceec8cf" - sha256 cellar: :any, arm64_ventura: "318dee462f9b80d1cbab459bf7bb7fff05faf4689bd12ce440882e38889e87ec" - sha256 cellar: :any, sonoma: "a36ffd46247a9fb8179ea995c9b3e681bff6da648b9320a82f987bc03467ab2b" - sha256 cellar: :any, ventura: "ca0ce40f456e217ed0f24b4ea922efd3592f72c73264b2144ef82ddb10ad88e7" - sha256 cellar: :any_skip_relocation, arm64_linux: "d1b941c75380f84ab46c03a696fe07c26e20c2f0fb1e7c3bb633a0c446d8b136" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f982136f91a8029916ef8517ea3d9e208a6c7df452d6020e9d4bac5d046be8f7" + sha256 cellar: :any, arm64_sequoia: "825cba9fde4d404bf9d7d6a0cf2be44e798b73eba18c9cde0a4a836b303642d8" + sha256 cellar: :any, arm64_sonoma: "d518498eefaba737ec87a7f8795d1d36be7e59cea589dde5e75e6c80f4a063c5" + sha256 cellar: :any, arm64_ventura: "1b2c7e461523689e742421a75eb0b9f9925eec9514bbee9777fb98f6de027de3" + sha256 cellar: :any, sonoma: "dc9dbb0924f75f4061546fd549d0161d33f49b7dad3d78c615c9a6516219ef2f" + sha256 cellar: :any, ventura: "4a6aad6de7adde64aae0b0f7706e973f50d06364d1fa8eacb00dfecf14659ca6" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba502e2c1481bed061284320831447bf5690cb4a1547c2ff1f65f51451cb1e82" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f38c9b94e7efb7e59903201e8d15e5758bb488f4be9a4e0cc20627561123bb1b" end depends_on "pkgconf" => :build From 32f1b85cbc8786ef29d1b5dab8dba5edb52fc316 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:39:26 +0000 Subject: [PATCH 01234/10074] goshs: update 1.1.0 bottle. --- Formula/g/goshs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/goshs.rb b/Formula/g/goshs.rb index 1e725d535764c..86b64a8ed9136 100644 --- a/Formula/g/goshs.rb +++ b/Formula/g/goshs.rb @@ -7,12 +7,12 @@ class Goshs < Formula head "https://github.com/patrickhener/goshs.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb5859b62d75c721feda62a1c5e6f607bec279b3562a4f207aa64e749fd3c39b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb5859b62d75c721feda62a1c5e6f607bec279b3562a4f207aa64e749fd3c39b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cb5859b62d75c721feda62a1c5e6f607bec279b3562a4f207aa64e749fd3c39b" - sha256 cellar: :any_skip_relocation, sonoma: "333372b8cbef048974a4f40ac93ec634d15964b2454dd73492237b448a9f5076" - sha256 cellar: :any_skip_relocation, ventura: "333372b8cbef048974a4f40ac93ec634d15964b2454dd73492237b448a9f5076" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee7963579cb2c9597ac6e7fcd74d53e83e9f4d1633eff6cfc2c8a5241941a6e5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8dbc48ee5ff0bd67f1dcd6907ae1528903fcb01d7ad2d1194240b4e1f2bedce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c8dbc48ee5ff0bd67f1dcd6907ae1528903fcb01d7ad2d1194240b4e1f2bedce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c8dbc48ee5ff0bd67f1dcd6907ae1528903fcb01d7ad2d1194240b4e1f2bedce" + sha256 cellar: :any_skip_relocation, sonoma: "383755cdeaa9811ec6e4aeb85c7bf4df36ced4c9d067c87c045cba1faa6a1efa" + sha256 cellar: :any_skip_relocation, ventura: "383755cdeaa9811ec6e4aeb85c7bf4df36ced4c9d067c87c045cba1faa6a1efa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "737fb1e7393f743aaa27f24748c49f6a3af8f4615a8dabd5238afbdd513ab602" end depends_on "go" => :build From 70b308684ac82c57f3a56e5f5273b75adf8109d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:43:46 +0000 Subject: [PATCH 01235/10074] logcheck: update 1.4.5 bottle. --- Formula/l/logcheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/l/logcheck.rb b/Formula/l/logcheck.rb index 40e199525c5a0..e68f49932ab66 100644 --- a/Formula/l/logcheck.rb +++ b/Formula/l/logcheck.rb @@ -11,7 +11,7 @@ class Logcheck < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "e864079731abec3d06b575a68ab48bbf59267493962665690bae3aa55ad43502" + sha256 cellar: :any_skip_relocation, all: "ded893b2d0d1835e7dbb571986d842ebd1135ceac94c902bf5ce57beb4466fcc" end on_macos do From cfab0ce5f455edaa315fbde685429e941b38d9d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:43:50 +0000 Subject: [PATCH 01236/10074] openshift-cli: update 4.18.15 bottle. --- Formula/o/openshift-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openshift-cli.rb b/Formula/o/openshift-cli.rb index ab5855eaec4e5..e5e1fb2443c32 100644 --- a/Formula/o/openshift-cli.rb +++ b/Formula/o/openshift-cli.rb @@ -13,13 +13,13 @@ class OpenshiftCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "10a5fa3f8273a79439a852ad59918cee854c86ce6c77821d2d5d807e6eae95b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bab8707937c976db8ce6a1f915f9cb44ffc081feca3e30e6ad0c610bccea6a99" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30243fd685419c1024d658f612a976b4c454f1460839913e1399298ccc0b0488" - sha256 cellar: :any_skip_relocation, sonoma: "8b4bb4bbcee0a74ef75787a05f0d1c4f149745830c04dc45975c63a26b2a6145" - sha256 cellar: :any_skip_relocation, ventura: "a1df8310a39536034547ac12da60416f209dddfce67a6c2fead9a45866a8a34f" - sha256 cellar: :any_skip_relocation, arm64_linux: "2af76eb8a74bf86fb9ab6a8ee98376ef1e605c730e215e1c23423934354f5732" - sha256 cellar: :any_skip_relocation, x86_64_linux: "12b0f7f7d25210d31dc7a0bfcba125c99ae4d1d8a158d99d9dd7807cacaa4475" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a9129d834943698925c115fc970db67587c4887100b569b907bb547d4e21bb8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "be570d73d81577535922cc48f870cb09b90fe11e48e4397f5ce2826fd43d6e22" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ab76d3eb4d0b2291d1541265e80d530be83bf38b6cac35472bfd56f348e6d4b8" + sha256 cellar: :any_skip_relocation, sonoma: "4d9db5e2efa6e5ef4e5c8d71408c63194414758987679aaad310a8ea201c3f57" + sha256 cellar: :any_skip_relocation, ventura: "9a6f1e9045ae961325b58e292e146d2c3d6c33acb1fe5e9ac0be62a19bc68841" + sha256 cellar: :any_skip_relocation, arm64_linux: "a5864f90e0c4d1b58b44c4ae9886aa3c71bcc43e361840e2a67d6ee9728207f1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd87a16f320688dcf9a6f31162be17af632f1caa229fab8874f63234c24c1410" end depends_on "go" => :build From bad030ee976c001106b5a4ce3c1a0c819fc68756 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:44:55 +0000 Subject: [PATCH 01237/10074] nuitka: update 2.7.6 bottle. --- Formula/n/nuitka.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index 15b8afb825719..43b4bd6eefa8c 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -8,13 +8,13 @@ class Nuitka < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c337e7460f98cac408b8f49c550f8e7ec8c2b8a2bd5e2efba6792f1a135b400" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fb3390e6a0c3fd679392757a3f8ef8beaf7d01e9344c9a0074b7d350a823dd8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "22ede4e2c9d2aa4d8acf7c4982c4505e52b157ca873e8c1c7b3bea64ff435367" - sha256 cellar: :any_skip_relocation, sonoma: "7bed4db84ecbf2423023df5cd8178612d86242562555e0dac6aa13a677818288" - sha256 cellar: :any_skip_relocation, ventura: "594e334051dc2f6d4bd1e0cc06df28c8ba8d7b43a052b8eec631a02a12b08e99" - sha256 cellar: :any_skip_relocation, arm64_linux: "32fd9691d1b099526e958968fee83314639695b2e349250928d113d63244d143" - sha256 cellar: :any_skip_relocation, x86_64_linux: "383d4c20e66e3bcc5bfbbe215e6017d4b02dd062f4353c76abc9cef221a861c4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7dbd52d63a20594e88f878186c6b0fda5605070ca387a7e9479193ae11a6fb1d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a21ba69f4f8c5159bb166499b472da94a86862df2afb6c7427c30021d70c4d7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "53427d791f5885848ecf23246a728a50d827f16eafa551682977fb8e5846e5c1" + sha256 cellar: :any_skip_relocation, sonoma: "76debc3a339410825cb2bf85e8d9ce265241fd2bd9a53aed2b4dcfb8e2108d54" + sha256 cellar: :any_skip_relocation, ventura: "b0ba0eeffd5d812fbfda74903aa05b7372f99b1ce532a3ecfa88f018d2b38353" + sha256 cellar: :any_skip_relocation, arm64_linux: "9c4ecf0bf69e51d97c98689effd0413aad77bc6a71a8e1ef54adae8a896a91ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9476ad3184c70720b98ad1d2460a57bdf9a150c955a476e7f8a0dc320dad2855" end depends_on "ccache" From f2194699daa628be3898654229caa1c1fb289232 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:46:24 +0000 Subject: [PATCH 01238/10074] mongosh: update 2.5.2 bottle. --- Formula/m/mongosh.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongosh.rb b/Formula/m/mongosh.rb index 6e2266d586c82..0139fa2077f19 100644 --- a/Formula/m/mongosh.rb +++ b/Formula/m/mongosh.rb @@ -6,13 +6,13 @@ class Mongosh < Formula license "Apache-2.0" bottle do - sha256 arm64_sequoia: "ddaadfdddc67ae54f3a2af87b0b213dc2948456ddb6dc450567aa2ffa1bce603" - sha256 arm64_sonoma: "fdb04c1cb5f7f7b00f60d338da7ae61945634256e72deb255add4284c7dccf06" - sha256 arm64_ventura: "47ef66869f1b6ca5fbb218c9b278391dab4d414a0860faa0a952c0390c581a5b" - sha256 sonoma: "d56ca68a87ecd26e55308352958691763d48d8e0c7bd5237995b1b1032202b22" - sha256 ventura: "55689391b9d636b79c83158f63bff0a2cb0e02f41bc5455cfa2d8061e06ee536" - sha256 cellar: :any_skip_relocation, arm64_linux: "3a0dca3cea6b10b9fad3b4211c599dd3f59c42683e5d7396b0a93af2db88029f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ca00974438664edb23065058e2e89656cf5ab92b9ccb5093f5ef50e68550c81" + sha256 arm64_sequoia: "32289189aa582229ced4f80f2e79f4e207e81b0de86159e1e5e36397be19c055" + sha256 arm64_sonoma: "2165625b1a75d8c78fc2aeb960a120603f2f779d82025d2c11f82a55b4146bbc" + sha256 arm64_ventura: "ad2ca6e8ef371d7de6e009e31b2572f5997546266c998109bc7105a8bd7a222b" + sha256 sonoma: "5f25e8dd7a1a321f873f7776929c59ddeff6c5a954bc0d5da2962df5a5fc25d2" + sha256 ventura: "605b685c17e59c8cc3f6a8101f5126747ac8b55eb916c1e4beea18f13ffa9b6d" + sha256 cellar: :any_skip_relocation, arm64_linux: "c5bfafa398fea8718bce765e2ad707e0f402a8e24fc3878ac5f47ae92e9b6963" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d33558bdbc3eb0d6db07b47d1851b646e1e85bd1c0ac9b666647a13718eca5cc" end depends_on "node" From 9b6e1e16481e774061a71fdeb610324a62b33cbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:48:23 +0000 Subject: [PATCH 01239/10074] scamper: update 20250603 bottle. --- Formula/s/scamper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scamper.rb b/Formula/s/scamper.rb index 56d7f368b4179..2577c74de6f53 100644 --- a/Formula/s/scamper.rb +++ b/Formula/s/scamper.rb @@ -11,13 +11,13 @@ class Scamper < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "0895427b6ba06b5298fc19160c3148d7543eeddc7461a26abd14c82d6652bc4a" - sha256 cellar: :any, arm64_sonoma: "d11fb11be4154ff4f1c33a7d5cc5b89118974f2dc8d49bedca895168ffc0f752" - sha256 cellar: :any, arm64_ventura: "0216748b7a449370af6aee51e7a90c6a3f6edd33c754d3dd9fb33b880d11c166" - sha256 cellar: :any, sonoma: "4111104fde099407576ca3af02a75ec7ed15d25a04b4c8c4a93e0181f7f6e6af" - sha256 cellar: :any, ventura: "0fce24676d40c9efa407be397be9df7b482e3b44a3bd9b150c2694a63a43bbd6" - sha256 cellar: :any_skip_relocation, arm64_linux: "e83e1779f6eb9cfc720f163ce5f2bd6444648dae27257505f63413eaca051915" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4910b3790fd4fca3ec622d3eb9d26c4494c5c7be78ed7886fceaccb8fd758a0c" + sha256 cellar: :any, arm64_sequoia: "5cf14e9de8f204a6b2956eb7882f24a02f4b31bf89ded87bac3532ed8ed3b3aa" + sha256 cellar: :any, arm64_sonoma: "478376ee553099d714b13f31ac5d761bee908061757547441fdf9c56a308a599" + sha256 cellar: :any, arm64_ventura: "6d1c12463c8cca7e2529fdd221ff241e88bab34d447bf2f5f77083c160357c95" + sha256 cellar: :any, sonoma: "e419bf87db091ed1ad8979831bdde86d287123bd9ee003c9b774090df1c401bb" + sha256 cellar: :any, ventura: "0d65830e6e280fc70cf8cca2c71f016909e179316f84964dc6c52f23bd9136a5" + sha256 cellar: :any_skip_relocation, arm64_linux: "f974828d6e32a709531eaf9f986a45aef745e31e30e5394c8c4be8e1deb14618" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c161ec3e960d38ce717a8b4121f38d9b781630a32c8c98a0e95c874d224efcad" end depends_on "pkgconf" => :build From ac4449962fb16b2c57a650d2bec9f69e09d01b51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:49:12 +0000 Subject: [PATCH 01240/10074] huggingface-cli: update 0.32.4 bottle. --- Formula/h/huggingface-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index 38a45b5816a19..501f74e420e4a 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -8,12 +8,12 @@ class HuggingfaceCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "538dbd5924b557e1d5cd75d8e3ace0cff9b0449af3a97dfc8a7b4d6b4c69bf85" - sha256 cellar: :any, arm64_sonoma: "42c8cfb2d10df9f8714112dc072db15286f988d5bc73a4dc357571c05eddedc9" - sha256 cellar: :any, arm64_ventura: "3c0243bdc43ebdfa53be00e68b8627beaa640dff43dc9133de02f66eb3c10c21" - sha256 cellar: :any, sonoma: "13a9b870893fa79484a53308ec6c444da38308b5db66a89a212e5e3300957b41" - sha256 cellar: :any, ventura: "303ad5d7b4e22cdff91f229ebf80303282024391b83177e706fa002d335c0866" - sha256 cellar: :any_skip_relocation, x86_64_linux: "251673269e5831aa2a34a1bb09bbc7cd5c18da5cc33bce840c6b74d6b2576370" + sha256 cellar: :any, arm64_sequoia: "ef880be0e2e28ef1718288afd5679d905e82f1ea7f38597e8c294b235ba828cc" + sha256 cellar: :any, arm64_sonoma: "8ba3fb949a8481a399bea83f529064148e15055098aaf1917eabf15042fa6f87" + sha256 cellar: :any, arm64_ventura: "06c1964cf9843a3fcb85b7d9627f3e447559290ffd387469edd9f0ed5573f3e2" + sha256 cellar: :any, sonoma: "ae5215b9375fe211e459c6b375f20bfa044b34cdb82b534fe502d54540fdb8b7" + sha256 cellar: :any, ventura: "89e0046022590e8c33a91c486bd359a38f960237c86a2a1da75837f96323865e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e2a8d13fc0b9c55ad0205f641434fff83b5251993c0e3e72058edb5ef39d502" end depends_on "maturin" => :build # for `hf-xet` From 9a6358347a14d7a70b415b63dc06142d6b35941a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:50:06 +0000 Subject: [PATCH 01241/10074] locust: update 2.37.7 bottle. --- Formula/l/locust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 4e6d9bff95342..fabcb0f5a872d 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -8,13 +8,13 @@ class Locust < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "3bbc89c7f9e2a55b3f0cf47f0d93fea5672d84f53d2cb80adf6f8abc2390db68" - sha256 cellar: :any, arm64_sonoma: "86e2deef39d702aa34c36000e6629ce583e52b005a72f02e6148c6c082588452" - sha256 cellar: :any, arm64_ventura: "893d6e23cf19e5c57a8a2312e3ee834e6aa8abc333006272fa16c9ed52e53b85" - sha256 cellar: :any, sonoma: "6fa65e97e5af10e120a6721c6eb33183868a70fb988b34d3346fda3d67400786" - sha256 cellar: :any, ventura: "1b22ca6dfe0752788165f3490e0ea0d20edfba77e5829036d8de0220e91c5a7a" - sha256 cellar: :any_skip_relocation, arm64_linux: "8b0c8afdfc756f096d222eb01dd334e8caa28445a1fb70149057c3e421c52cb2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d83a41246034667861c09224c0c5f406f26b1536cf903a41b3ec003218079702" + sha256 cellar: :any, arm64_sequoia: "1e29aa9538c4b8ec7db5bdb5b9f454316e767b483f578ec9562842481450229b" + sha256 cellar: :any, arm64_sonoma: "1585f0a6facb09c54596a60824bc4c3ad80f6fc4ffc5aff43ddbbbb7a1dfb110" + sha256 cellar: :any, arm64_ventura: "063edc8e6272fe92d63cb619a0517c4eb67c0828e3acbdcd14e19118e88df92b" + sha256 cellar: :any, sonoma: "3e365179ce0e0247cb756fb02fbef5369a37556f4d875ccbbcf8bfec5a75c7d7" + sha256 cellar: :any, ventura: "1faced76dbceb7d77f4b79ef0fea0030b5a1e74c203338f0673a480cff54efa8" + sha256 cellar: :any_skip_relocation, arm64_linux: "84535c86ea60711a404a60e443e42a69c7a2dbbe355c13fe002983d4b95c5c86" + sha256 cellar: :any_skip_relocation, x86_64_linux: "229190165a0ff9f0f5871a10ee8918104e9051c43bf8f60c844d098717933dfa" end depends_on "cmake" => :build # for pyzmq From 9736d6f55ae1e1ce33e4e3dfb77cd18946f34de6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:50:47 +0000 Subject: [PATCH 01242/10074] esphome: update 2025.5.2 bottle. --- Formula/e/esphome.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index 2fc0cfb98a7a8..a43748aed576f 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -8,13 +8,13 @@ class Esphome < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "3f6dc21a9c8a628ddd80eb088d2942a19a42822fb124cd5bfd5845be7747acf3" - sha256 cellar: :any, arm64_sonoma: "37bd0358bcaf356c17d3d512e92d5448ef45286308172b8b390678822b176b47" - sha256 cellar: :any, arm64_ventura: "0a57a64b1cc3b0e5f50574c03754cfc45ff7f15f3ce32ef367c8376950f33583" - sha256 cellar: :any, sonoma: "33c882566c735ce67e6e2aad8c922dbd91bc11d01839ab06cedc4bb1a009c245" - sha256 cellar: :any, ventura: "14da02c01cdb19079d33e0b7e5502ab74c176e704cb0fd230c4b5eabf900f4d6" - sha256 cellar: :any_skip_relocation, arm64_linux: "2ac3b89ec31d5107076387d77de9c9034a2f61b7cfa67ae82452de777e83f471" - sha256 cellar: :any_skip_relocation, x86_64_linux: "838ec8e8b55b12954cf76ce1a193f63110c87f5bc0122dd1743029c643a27c40" + sha256 cellar: :any, arm64_sequoia: "10f6d3a2b9fa08bacbc99c9e06b13c0729f7bded7dfe87d23d4c2f6e89add049" + sha256 cellar: :any, arm64_sonoma: "00940cc1213f43616a5a8d835596d2ef2b800326a216467ab7fb424cca7b959c" + sha256 cellar: :any, arm64_ventura: "d1c54b14339d929d9219c99b0b7178c14fa06b38c81cef2fb3bef66a39feea49" + sha256 cellar: :any, sonoma: "86c64fbd95871235d3f1a4b9c61d5e5e260f9c9af9564a17f1cd65938e1f926f" + sha256 cellar: :any, ventura: "f1a42cc6091ea2bd30b3911fe9c5dbe6d06447d2f146ae9030826bc7a6dd7c5d" + sha256 cellar: :any_skip_relocation, arm64_linux: "639f9b6d1b4a83b6a8d150a222278b01f8f9df1642b96aff0ea0735837d4405e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9977a9f0d660456e951b2d680790f9f00305b4ce9924b126b3be3927eccb7cfd" end depends_on "certifi" From d1bf440e39d39a28c89ae3762ebf65d18436739b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:50:53 +0000 Subject: [PATCH 01243/10074] source-to-image: update 1.5.1 bottle. --- Formula/s/source-to-image.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/source-to-image.rb b/Formula/s/source-to-image.rb index 5ac39ea15cee7..2523e22d619f3 100644 --- a/Formula/s/source-to-image.rb +++ b/Formula/s/source-to-image.rb @@ -8,13 +8,13 @@ class SourceToImage < Formula head "https://github.com/openshift/source-to-image.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "712a7210cbd6d3a5b3cf2f9c9353a4852a175d8ba8260036d249ac56e33fbaef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "24a4064c4f68963cb9b49f8856a6f5919645fe887a6a637d5de4e453e4be7f67" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aa538c25c7eae3ad9bab46fbdb0b30bcbbc605dae5b71d99910f712f6afbe4e2" - sha256 cellar: :any_skip_relocation, sonoma: "ce38585c88d6e803123974ab374dd585f2241638dc14bd79d8c599cc4f3bf2e1" - sha256 cellar: :any_skip_relocation, ventura: "d01daccfdd4542b6149624f6ed92520d1772ef42b1123286e4a79e4989afd65a" - sha256 cellar: :any_skip_relocation, arm64_linux: "492c132b45630ec2b851a5e764dc34f5306647ec137f31f246386689abf6df7c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "92044d0bc7833e792f5843fa634889fdf843ce0132f1791fd282af63060a0521" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7778f7eed763ebd1813a981473c5dc3420e4f1e537b385ddfb04d732c248c19" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5859f81f7f4b2e3c99b9e404a4b31d8f8bb819a6cc353a12d682298541420f29" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d3f76254dcc783550de56245b53142ca82df53ee5df5708eab4614a201ac3843" + sha256 cellar: :any_skip_relocation, sonoma: "140175f74190d78aa15506c88c60e4b0edf3f0a610631331cf5c89be2c07d499" + sha256 cellar: :any_skip_relocation, ventura: "4306563c8c5eac66011ea690f7c334334f5769b9b72986483201f7c8a3eed88d" + sha256 cellar: :any_skip_relocation, arm64_linux: "b56f0ebfe195a88d684881f6240c4c2a2ea906a9e62c9b4b8ac667831b2f11ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "274fd87a87e799afb59ec2e03b3ac12bf555f491bf0395ff1921c353d87375ad" end depends_on "go" => :build From 9a8acf6b73625dc92b11124fb456c12c7e7c8c31 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:53:54 +0000 Subject: [PATCH 01244/10074] solargraph: update 0.55.0 bottle. --- Formula/s/solargraph.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/solargraph.rb b/Formula/s/solargraph.rb index a9926d26e9b82..aa8cc906e6596 100644 --- a/Formula/s/solargraph.rb +++ b/Formula/s/solargraph.rb @@ -8,13 +8,13 @@ class Solargraph < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "f3ddb4c7d98022ef041ddba83e0c7d29c9f812ea4c63c1cdc763eafe291c7cb7" - sha256 cellar: :any, arm64_sonoma: "1d2ab09f5e4dc9b6d77a3c00db8d76dc1704f5deae31d061aaaa76f88180ca60" - sha256 cellar: :any, arm64_ventura: "9ee2429f6b8dc968f926b352df8c2f816d840aaa881722baee5488e1f79743be" - sha256 cellar: :any, sonoma: "0826ac7230c2a94be08cc16618812a317f73c8d5cd330f17637a696694b1c98d" - sha256 cellar: :any, ventura: "5a554b737eed277748188f885a070847e528808101d33bedd6ce2dbe4dbe203d" - sha256 cellar: :any_skip_relocation, arm64_linux: "b4dce58bf427f728e03653bb67898245514a9f62296ff0c3a4ab4c2147fa99fc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a85d427d18d3dc88e7c70ab0b93f1868b9463ba6aca91a0e3997a43c200b73b" + sha256 cellar: :any, arm64_sequoia: "65aa365a408e2cf95dd1220d0b29b92df6ce7d137882d400eb170c941dc7b57e" + sha256 cellar: :any, arm64_sonoma: "609854b1f8a48e4e3fa7e9e9072d3ced01149dbd5b9b5775d9874e2a9051119f" + sha256 cellar: :any, arm64_ventura: "acb40bb1fcb31ca6cf8915053967af517b940add8239e3442bb0411714180b77" + sha256 cellar: :any, sonoma: "a0c669d10cb0dc2a3aa46756be567dca9a390422e8e062d96a1af20d3345e85d" + sha256 cellar: :any, ventura: "c155aebe765df45f6630aa63bab855b7f0f7651f88dd4bbcb1ccaa434e286970" + sha256 cellar: :any_skip_relocation, arm64_linux: "119d0b06865a8ed59816d24a357a47c51bd74c796cf2b2ae8073994e119b554b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6db46caaa22db1a5909b7059153b30e1c49fd718016c99437d0b5cb4af7bc0f5" end depends_on "ruby" # Requires >= Ruby 2.7 From 00295d01ec0f75065096d67a7360cdcfced660c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:26:19 +0000 Subject: [PATCH 01245/10074] typos-lsp: update 0.1.38 bottle. --- Formula/t/typos-lsp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/typos-lsp.rb b/Formula/t/typos-lsp.rb index 13cbffd8283c7..50da86f92c2a0 100644 --- a/Formula/t/typos-lsp.rb +++ b/Formula/t/typos-lsp.rb @@ -11,13 +11,13 @@ class TyposLsp < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8a096a4453e5b4f20d8ddb20e87abac2539c42230e2cf29daa0c5af58565c40" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ffd1ecafd76a83b10cccf8858338686a90e9fc89e16da98fb9a5ff1a5b8fa5b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4ccdf0b65429819ad75c9a00fadec5fcacf05c0039f8a295973ae72b3e0e9a77" - sha256 cellar: :any_skip_relocation, sonoma: "9d1ff0a88502af0bc61d093bb9cc471c927b3584c06aed939ca1cbcd67be055c" - sha256 cellar: :any_skip_relocation, ventura: "f49f5d49dc645a6417045bbc7767d71eb12f9795f583123f4d7e3244d9c12ae6" - sha256 cellar: :any_skip_relocation, arm64_linux: "002ffc822da05839fded73487b51dcff18b10584789e7e5abfe876be4ca366a8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b0cd6f7c9324aaabefdfa19538c250772aadc76fc43cadecac10219afcefd6d0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e8b9eb12f8a0c7ad5d86e24e02a07c910e6655e078dff6e1d388ff79d3cfdfbe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b848aa4033ed6bc2da2bcbd98c4d1a1197a4b035d8c5fd9327e7f3298dd4f3e4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ba297c801ef04133beaadbb3cea32bf5abe7e610642fc1ceb1940c8812026c70" + sha256 cellar: :any_skip_relocation, sonoma: "51eef0b0733d6e9ec3a095d4aae29f1a1b56429ffb2147de9296ca604638848a" + sha256 cellar: :any_skip_relocation, ventura: "491914db885c600fce756b449902abf6919659c71f35fdb03e1d7db83a3b7adf" + sha256 cellar: :any_skip_relocation, arm64_linux: "42b1ad5768b5a791541cbb6a569adc921251766ad5415a6b4bfb5708df7d412e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9c715e30eaacdccac5fea534a6d9c9f37039d18e36a3bd117b60cee3e5dd1221" end depends_on "rust" => :build From b4f1d9af26ed5c7f0450d2985452554a79f681f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:27:06 +0000 Subject: [PATCH 01246/10074] manticoresearch: update 9.8.2 bottle. --- Formula/m/manticoresearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index e2b0f9839d081..0c4b15970fc91 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -19,13 +19,13 @@ class Manticoresearch < Formula end bottle do - sha256 arm64_sequoia: "4125686a7f0e72d6fbaced09fa4f21ffd797b3f58c9fe5bf388709f21d310ba8" - sha256 arm64_sonoma: "09995e682395eabd9dcf02b7129cfcb8a05f2cf33623da0c966d5e72ebfc9391" - sha256 arm64_ventura: "e0090392eec0b0d10f14b61ff218914266c1aa2e2b7e0982c5ace28f94929fb0" - sha256 sonoma: "332fb92467d16a41f701355ef9bae793186ec6408215e565539ea5cd1b524454" - sha256 ventura: "6d9f06254bab73d23f5e00a661282652a78c7f5b48a6c82db9e9516bd756b9aa" - sha256 arm64_linux: "8716e9e55aa5e27979c65d7d8a43e4664bc02dddfd5c85ed8cbf5390087fcdc9" - sha256 x86_64_linux: "1e73fea7aa98b63ec526352b1aebe58814386dd9f25159cedd6c8e4e86c2ddad" + sha256 arm64_sequoia: "48734bd094f3f596a3c15ea2dfa073d6c79bafdd7537a922e3bf75bbaf680451" + sha256 arm64_sonoma: "4937cd47236f18850b378ff19f5e3560edd775581fa5788e9eea72401c06e2a6" + sha256 arm64_ventura: "41d9cb164b18901c295f787be5f703d50f4ba96ad574b823e31eeea24c55f240" + sha256 sonoma: "a427a0d82fcbd47dea145d85e4b9889132e7f2afaad9f6bcdd2125877f6873bc" + sha256 ventura: "1e023ce4353422359bdc6f525855d8b2c774962510e6463e67a2f40a795f64cc" + sha256 arm64_linux: "656adde88347d175ea02ddc1141f737f9b27d5a88e63132ed098ea2caaf93682" + sha256 x86_64_linux: "e74cdcab81df34df51c82bc1776b90e5e1a7f4bb7d6e4e8b0ae7330677210097" end depends_on "cmake" => :build From 894553280ff886959768ab53c619b1cf55118d9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:47:37 +0000 Subject: [PATCH 01247/10074] citus: update 13.1.0 bottle. --- Formula/c/citus.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/citus.rb b/Formula/c/citus.rb index b5d1e26e254c3..4e6be7434ba90 100644 --- a/Formula/c/citus.rb +++ b/Formula/c/citus.rb @@ -15,13 +15,13 @@ class Citus < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "49acd5a24baed73f5b367d97fbba89285cfa515fa359d6176cc3850a92f56e6f" - sha256 cellar: :any, arm64_sonoma: "44ec4f915050291b58f02e8423a2306d5c24a67ef1fa66cce65aec913d0489df" - sha256 cellar: :any, arm64_ventura: "87853877c161b9c1f533871c4948d8e9df5018d4f9cda31ad4dafa60972e3e51" - sha256 cellar: :any, sonoma: "68a85ce9faf1bd1adbf6745daacedbb320cc691001740750d92e10c8b92198c7" - sha256 cellar: :any, ventura: "a6fbe35a9813c2b2bcc8eb7b05487bc1a20c5e02c41d7e7813b57b78fcdd7cbe" - sha256 cellar: :any_skip_relocation, arm64_linux: "b9071869ac5660e49bd27acc7e2dfdcf3d258749c4575b13f0b4f703bb48811f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "42694cb8148e29b50a36b8ce0b48853be1d0a46b9f59a1dca1cee7b5b80b55df" + sha256 cellar: :any, arm64_sequoia: "8c988a2119282e61fbf4e03a3941e924a8bc4082489c57d75a90333fd8cd4da0" + sha256 cellar: :any, arm64_sonoma: "0dbb0ab2b0813fb92d808337c653d8b384d832b24d3f5f37ab67f9b19cf46d20" + sha256 cellar: :any, arm64_ventura: "f0ae78c43c959b67705ee5b84642a93e521e5d03e612f7486838dcfc4e2c8696" + sha256 cellar: :any, sonoma: "9634120c90c62ba5cb60f14b35202846a2f74de81a337fd18aea5bc6b3987dba" + sha256 cellar: :any, ventura: "b2e437f3451c31e0f2e35c2299e8366392fa906cfc6ac1d700198ef7bffab45b" + sha256 cellar: :any_skip_relocation, arm64_linux: "26c688fd7bf247840977ed194d72ee71094ff4a8a5d0bfc0dca6bb13cbde62cb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e0a57a5ba1a3a10d2c49bec152040f606c0d9f697a92f954e9570604476e983" end depends_on "lz4" From 674e928cd741c85ba0d6214f0d984bc874ebec54 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:48:47 +0000 Subject: [PATCH 01248/10074] oci-cli: update 3.58.0 bottle. --- Formula/o/oci-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index b8c6534012e94..35069abf5b2a2 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -9,13 +9,13 @@ class OciCli < Formula head "https://github.com/oracle/oci-cli.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "af1402b74e46e3584182871f62427db0c297c3528f25244f492d8b8801c19cea" - sha256 cellar: :any, arm64_sonoma: "b6a8099cd22f3b3c8fd59f1e28c836e42b420a1046b725d1fd7b9052c5d6026e" - sha256 cellar: :any, arm64_ventura: "f486cabc46f460853c27a6f0a99b7a3cd068318255a2705fd5f4eebd3cffa71f" - sha256 cellar: :any, sonoma: "77f01c37b461f90f4c2637ac5d7f01826c1894bbbf2640bba4517e55959956df" - sha256 cellar: :any, ventura: "274760278b059cf861235e5465c946251da60783b78a33b51739953a122f9790" - sha256 cellar: :any_skip_relocation, arm64_linux: "0575e66c047848be573baa7db6876c4ecadbda07a0a04c7d3607efe33a00dfc4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "abbfcea508a3d3b7e1769682c61188df6231dcaecc0717b7ad1630c23676b63c" + sha256 cellar: :any, arm64_sequoia: "0e7e96bd5f33f0185d6f3d2c6b51370114b5b44eac746c737d277fc3df5c0cb1" + sha256 cellar: :any, arm64_sonoma: "62535a932e5c45aa9ef97d03b385bad003d147f215c8eb527dc317b2bda44d8b" + sha256 cellar: :any, arm64_ventura: "03c2bcdd07fde58bc4f1b7c57e748be31620caecd8ed0f2652e15da598cd8443" + sha256 cellar: :any, sonoma: "7289b6c7fcd3b4625204aeb80f1573b91a7ff09bf495463a21c8ae97cfe42a66" + sha256 cellar: :any, ventura: "2096cd0c1202da8889918cfdb6ebe0827acd63cc7625467be91e189c0b84762d" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb5b37475c4805f4a080122d2230844e0105d34553aed82287d2045ee7bc5624" + sha256 cellar: :any_skip_relocation, x86_64_linux: "afcf8c72d3268a06cb92888eb26f47be3d2437c36e623d030ff45a2a9732c936" end depends_on "certifi" From 5536081a220e2f949f272f3cd6986b6cc7bfed74 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:51:06 +0000 Subject: [PATCH 01249/10074] chadwick: update 0.10.0 bottle. --- Formula/c/chadwick.rb | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Formula/c/chadwick.rb b/Formula/c/chadwick.rb index 5adcde0b29623..0c473f4daf717 100644 --- a/Formula/c/chadwick.rb +++ b/Formula/c/chadwick.rb @@ -11,19 +11,13 @@ class Chadwick < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "ea8f3deb32e7ade5b361904026269eab8b02b7fd47a85f68742949a28b33c9bb" - sha256 cellar: :any, arm64_sonoma: "855a048e94a4e914cede20351ea1984f9d70dbfeddcd8e91977c7258e3a320ce" - sha256 cellar: :any, arm64_ventura: "0686220c29d180a3aa51a536564ae3289dca57e26fc74b15076a7b00af5121dc" - sha256 cellar: :any, arm64_monterey: "38685dff8c84293981d24cb109e29e7daab5054c8b643e5d4f4345a6ca5b68ab" - sha256 cellar: :any, arm64_big_sur: "3feae6163c485d40c22f4dcbd0f2772245e8010e7beb4b9f9c399bd93d46f475" - sha256 cellar: :any, sonoma: "186b043a9bdda11c13c24427a4cf164037e065ee9e7820fc5f1c50f138ff1e5a" - sha256 cellar: :any, ventura: "d1038d6d2b346cd1569b3150c8fdef655d9fd8f26634481b7283b382fafc6273" - sha256 cellar: :any, monterey: "12a233aaf2854a5ab2d7561581465d51f014f9622e2231b5e3da98f4041937be" - sha256 cellar: :any, big_sur: "d03f388d1a56550fdc5b9832bf0a952c35a5b7d38f0661885c0dc4b7ee01d718" - sha256 cellar: :any, catalina: "693c6ee0980401936a83453bdbc398aeb0eb06ba9bb8e101046508b14edfdc98" - sha256 cellar: :any, mojave: "a068fd25b1e8b3d6f9a56a8a1d4ac18a49f07f82450b1ab3f3766b86fb0a362a" - sha256 cellar: :any, high_sierra: "427b5c0fca10b23b66c56bda3537080df2ba467edea59a9dfd2f0fba56f50f9b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a384612258d503ddcdf39abc98c60e3cfdad289aaaad89169ee18f6f4e596639" + sha256 cellar: :any, arm64_sequoia: "7f2f912f0bd0d1e01b9c5c79756c1871ee38ca5db5867eb00a8b329a964c6e4a" + sha256 cellar: :any, arm64_sonoma: "b4995539e3c7049d6d714ddcc248caaca634d951bac7276e5c39b3bdb6a5efa7" + sha256 cellar: :any, arm64_ventura: "47081e4a3818a66fccc361021b5f240dbd8b35dc262a0a952e4d669f8c6963a6" + sha256 cellar: :any, sonoma: "674fb89cebb20d3c283cd3ebf3adf86349ceffcb0257aba582ad5f542505fc46" + sha256 cellar: :any, ventura: "8065fe16594fa33d3a306ee0ce5fec37b948736f322ee9be2e8ff273db8d0feb" + sha256 cellar: :any_skip_relocation, arm64_linux: "98e955a622c79cad9c246dd9889bc67ea5d24175599c788b7f2b510d44aaab5f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "29fda27d9cbc2fbf9caef380fe3d1a950d4586b8826f0ceed226b71cf6fbfaa9" end def install From d9006c3f5b46d3361a66a425378054cd69fc30a7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 12:51:16 +0000 Subject: [PATCH 01250/10074] nx: update 21.1.2 bottle. --- Formula/n/nx.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index a4e6c77616122..3358cc5aa6d13 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -11,6 +11,7 @@ class Nx < Formula sha256 cellar: :any, arm64_ventura: "64826a6e28d4d5717bda79628fbfbfa39c708aea0e337752d889b88b5d727a47" sha256 cellar: :any, sonoma: "62ec9edb941f52075abde7d51323b1f6b720bf2573ed3819ff15e2e6f3213544" sha256 cellar: :any, ventura: "62ec9edb941f52075abde7d51323b1f6b720bf2573ed3819ff15e2e6f3213544" + sha256 cellar: :any_skip_relocation, arm64_linux: "565d28ed59e23306f557eb4406ef7040999e45f1fe911281e5355a5fb4fd089b" sha256 cellar: :any_skip_relocation, x86_64_linux: "ebd4cba813beec1ec8525be1b6e69a98b612b0a045a5fa2ca29a69794f8b1b8c" end From b3491ad94bbe4b623e434269a6ae15e0b56466c5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 12:51:57 +0000 Subject: [PATCH 01251/10074] diamond: update 2.1.12 bottle. --- Formula/d/diamond.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/diamond.rb b/Formula/d/diamond.rb index e03b4e95fe7a2..f978a411cf1b0 100644 --- a/Formula/d/diamond.rb +++ b/Formula/d/diamond.rb @@ -6,13 +6,13 @@ class Diamond < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "16a5c9bdce286088598d1bf8922c57d953449e1bb895478ba8125f2c21c094fb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd8e1083cc5a50cf7abc7c5f5e8ab9d7239e5a5403c42c9037535de188b65fb1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e078aee98faa14ee3ce496ac97e5f84dc39e82948ad90e946ec4c14b1ce501ab" - sha256 cellar: :any_skip_relocation, sonoma: "435817155d56ee6e7f502da9e9ac1fa04d81d6c7269d318eca6cf77f6dfed4b3" - sha256 cellar: :any_skip_relocation, ventura: "811f9c67db74a23b6032064103e1fa317a55fdcece0f0a07cefffe2a66469db4" - sha256 cellar: :any_skip_relocation, arm64_linux: "4a48ded9253e8c3c290481f0bb817c15b4fa11afd18b7f037fd6ed86d2133798" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6c1682af17f554bf337e8717692460577cbc9ee688a196133c46f9eda4ede24e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fff873950d646cf971fe6ca178c14cb98bb52be7c49492c68ddb41ddce68beb7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ada44d444c51756e35427d8786f758791f8e5feaa692f5d428fdaef829f8025c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d5ae80023e3367a9ffb850fbad6a3a02cdc41bf1c63b9d46dbb0dfc47373dbc3" + sha256 cellar: :any_skip_relocation, sonoma: "8eda8e413a9e30a1685ad9aa6dc71145eb9af09a725131a5541f91df49548f54" + sha256 cellar: :any_skip_relocation, ventura: "5d01a78af15bfd158aa2c779f6e654ff2423c038b44ded09fc14655be2bb0ec9" + sha256 cellar: :any_skip_relocation, arm64_linux: "d28af69aea9ecc04dd5331448669f6e634b938439469b2f3f1e1f6c97958cf2e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b5476ecbbe5d8d39152e5094d131912a989c4245a723c3c8a7d0819488a132ae" end depends_on "cmake" => :build From 2b8ffe4ae3ea1964922a12278b5afadd294f1b1b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:53:00 +0000 Subject: [PATCH 01252/10074] snap: update 2.69 bottle. --- Formula/s/snap.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/snap.rb b/Formula/s/snap.rb index ad7e379fba6b9..6a62b64457977 100644 --- a/Formula/s/snap.rb +++ b/Formula/s/snap.rb @@ -12,12 +12,12 @@ class Snap < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d00577e7b065d60a904fd3d2440d0f828f71383328d58c753d79b126b26be6a2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d00577e7b065d60a904fd3d2440d0f828f71383328d58c753d79b126b26be6a2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d00577e7b065d60a904fd3d2440d0f828f71383328d58c753d79b126b26be6a2" - sha256 cellar: :any_skip_relocation, sonoma: "ed7559f5fa50c1d060831bbf90aad89d8fcfec654a05270c5b4579940d11fca6" - sha256 cellar: :any_skip_relocation, ventura: "ed7559f5fa50c1d060831bbf90aad89d8fcfec654a05270c5b4579940d11fca6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4642c82c0bd41d83f84178722d542686ed5ceea89ceb3f10d38acbce9433a6d8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d82bc4f8382b67f075526e79ac17a021cefffc939e3aaad472f51b191e533c94" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d82bc4f8382b67f075526e79ac17a021cefffc939e3aaad472f51b191e533c94" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d82bc4f8382b67f075526e79ac17a021cefffc939e3aaad472f51b191e533c94" + sha256 cellar: :any_skip_relocation, sonoma: "ef72b9bc99e84d5848641b89b28841e788237da62bd3fb76daefdc25eb249fe1" + sha256 cellar: :any_skip_relocation, ventura: "ef72b9bc99e84d5848641b89b28841e788237da62bd3fb76daefdc25eb249fe1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b1b93d2ac358be652f29fad51c5f7b68823bd392901720ceb4b3c1839a1edd1" end depends_on "go" => :build From a68d2d61b5b0174bf70fb690649d6ad90630e4f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:53:29 +0000 Subject: [PATCH 01253/10074] arcade-learning-environment: update 0.11.1 bottle. --- Formula/a/arcade-learning-environment.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/a/arcade-learning-environment.rb b/Formula/a/arcade-learning-environment.rb index 43639d34bef8e..2c05b3012afe8 100644 --- a/Formula/a/arcade-learning-environment.rb +++ b/Formula/a/arcade-learning-environment.rb @@ -9,11 +9,11 @@ class ArcadeLearningEnvironment < Formula head "https://github.com/Farama-Foundation/Arcade-Learning-Environment.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sonoma: "191b6685efed5b2ba30b0d6202cc72c587baf4d634f574282af9938c1bf91c23" - sha256 cellar: :any, arm64_ventura: "b5a2ca6b560a54dabeb2007590d593d909c6f0b06f58bd9f8d4beda70f49b27e" - sha256 cellar: :any, sonoma: "869f084d4552b4eeea0a87c7dfbf170c2ba0a44f6a7d21efbfc78f8c539c4e7b" - sha256 cellar: :any, ventura: "ff92a17a39e49b0b9e52d65b6e691a48d5ff37d5aac4b4949566a7b6dc627456" - sha256 cellar: :any_skip_relocation, x86_64_linux: "61ae2d9e4d3527b8ef0f8dd070b00cd09aaddb1d5eebe2ae8296ee33266eecaf" + sha256 cellar: :any, arm64_sonoma: "8d87d2e4b11ba564c543865131922e5c1dff39a4e435b6131de0457dd22cae2c" + sha256 cellar: :any, arm64_ventura: "95950e96cce466d33d976383da6074fbe79edc88e1b4510c80eb3477821e7907" + sha256 cellar: :any, sonoma: "b44653d20e65755dee7012979796e55627f91364cb7c64354498ffdf1829eb0d" + sha256 cellar: :any, ventura: "29c3bd51a8760f8b9aca78895128398104a088fec43d5af6c12a08e66716eaa7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d152b9cf2c6106dfc85851479e7218cee002053d30b36a5c528e14ecba8ffd73" end depends_on "cmake" => :build From 1bc2185be2ae0a87e490670cde1fee4fcbc0d097 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 12:59:22 +0000 Subject: [PATCH 01254/10074] blueprint-compiler: update 0.16.0 bottle. --- Formula/b/blueprint-compiler.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/b/blueprint-compiler.rb b/Formula/b/blueprint-compiler.rb index 01cc77a18ca4a..ddc3a69ac7b02 100644 --- a/Formula/b/blueprint-compiler.rb +++ b/Formula/b/blueprint-compiler.rb @@ -13,6 +13,7 @@ class BlueprintCompiler < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "934e915f724789737e2aff49d9607966366342257941e1f44ee5d03c358d331a" sha256 cellar: :any_skip_relocation, sonoma: "6bea1eb3d4da51a7e9e8ee222b7c8dec211a3cbffc00932d1e26ffc6645d499e" sha256 cellar: :any_skip_relocation, ventura: "6bea1eb3d4da51a7e9e8ee222b7c8dec211a3cbffc00932d1e26ffc6645d499e" + sha256 cellar: :any_skip_relocation, arm64_linux: "43d7f2741a5fa0dd074c78f6eac27decea1c8105ed1f9c53892ca7f3d2e7c10e" sha256 cellar: :any_skip_relocation, x86_64_linux: "dd8299938011b24bc84df5f61ec14fea43ccd470ada9f70e92a14e195a138a8b" end From e7df1801d068ac31fd7348b84120d350daec732f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:23:39 +0000 Subject: [PATCH 01255/10074] protoc-gen-grpc-swift 2.0.0 protoc-gen-grpc-swift: update build and test Signed-off-by: Rui Chen --- Formula/p/protoc-gen-grpc-swift.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/p/protoc-gen-grpc-swift.rb b/Formula/p/protoc-gen-grpc-swift.rb index b146f6adc296b..4f1319f7189fb 100644 --- a/Formula/p/protoc-gen-grpc-swift.rb +++ b/Formula/p/protoc-gen-grpc-swift.rb @@ -1,8 +1,8 @@ class ProtocGenGrpcSwift < Formula desc "Protoc plugin for generating gRPC Swift stubs" homepage "https://github.com/grpc/grpc-swift-protobuf" - url "https://github.com/grpc/grpc-swift-protobuf/archive/refs/tags/1.3.0.tar.gz" - sha256 "0dc2eeb4d04d3909b20d6bcccb79ff828d5a3f800a5f12bca3118828f9dde554" + url "https://github.com/grpc/grpc-swift-protobuf/archive/refs/tags/2.0.0.tar.gz" + sha256 "308e62a9160603310f055a8fa02484f80e245ad49e094cef4193b520a1736adf" license "Apache-2.0" version_scheme 1 head "https://github.com/grpc/grpc-swift-protobuf.git", branch: "main" @@ -32,8 +32,8 @@ def install else ["--static-swift-stdlib"] end - system "swift", "build", *args, "-c", "release", "--product", "protoc-gen-grpc-swift" - bin.install ".build/release/protoc-gen-grpc-swift" + system "swift", "build", *args, "-c", "release", "--product", "protoc-gen-grpc-swift-2" + bin.install ".build/release/protoc-gen-grpc-swift-2" end test do @@ -52,7 +52,7 @@ def install string text = 1; } PROTO - system Formula["protobuf"].opt_bin/"protoc", "echo.proto", "--grpc-swift_out=." + system Formula["protobuf"].opt_bin/"protoc", "echo.proto", "--grpc-swift-2_out=." assert_path_exists testpath/"echo.grpc.swift" end end From 258ecd1d1bf9646c73445cb26a524b3762d9e12c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:22:08 +0000 Subject: [PATCH 01256/10074] protoc-gen-grpc-swift: update 2.0.0 bottle. --- Formula/p/protoc-gen-grpc-swift.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/protoc-gen-grpc-swift.rb b/Formula/p/protoc-gen-grpc-swift.rb index 4f1319f7189fb..c3893005313f1 100644 --- a/Formula/p/protoc-gen-grpc-swift.rb +++ b/Formula/p/protoc-gen-grpc-swift.rb @@ -13,9 +13,9 @@ class ProtocGenGrpcSwift < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3750dc134f8c2ffdd812b9f16420cd35bf1e48504c0e3c510ff6b0ad9941d20" - sha256 cellar: :any_skip_relocation, arm64_linux: "2f3cef9ef3de12f5271180a0caed835da583254aefaea90ad00111d8864edae3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8df60e3d84856a1c95e85e8bdc08f8c43a4c41df42eed371e433625fc223a43b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "94e1f8cb9cb5040d4a4b54eb9f391618ba6b8aad9d0482cdf197507c359b9aa8" + sha256 cellar: :any_skip_relocation, arm64_linux: "59d21de765a01b40b2c2ec704dc8e6985b72677f5717fa96391d81c917931af0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2985626ab628df99de6c3b90aff852f1073a6e262a5056e07f4032a65903e588" end depends_on xcode: ["15.0", :build] From c11dd10a940b6fd3b6225b275f11bf2c525f9452 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:31:31 +0000 Subject: [PATCH 01257/10074] claude-squad: add 1.0.3 bottle. --- Formula/c/claude-squad.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/c/claude-squad.rb b/Formula/c/claude-squad.rb index a44e0f401c1c7..d2cf5bcff9919 100644 --- a/Formula/c/claude-squad.rb +++ b/Formula/c/claude-squad.rb @@ -6,6 +6,15 @@ class ClaudeSquad < Formula license "AGPL-3.0-only" head "https://github.com/smtg-ai/claude-squad.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "abf592d9a27f321cc6654eeba356d98f164de9c1345dd6b28d45eafcd683739e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "abf592d9a27f321cc6654eeba356d98f164de9c1345dd6b28d45eafcd683739e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "abf592d9a27f321cc6654eeba356d98f164de9c1345dd6b28d45eafcd683739e" + sha256 cellar: :any_skip_relocation, sonoma: "0a1b902a8120cb20125cb483ae698ba096f57c0ba3d4616bdc9a4064ed8c3471" + sha256 cellar: :any_skip_relocation, ventura: "0a1b902a8120cb20125cb483ae698ba096f57c0ba3d4616bdc9a4064ed8c3471" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ec66bbab559e3a66c78cb20994f2b8412624ea8787f030b2686c05ce3953712e" + end + depends_on "go" => :build def install From fcfe627a817951fc56e67a8c94accae7f9b26360 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:52:53 +0000 Subject: [PATCH 01258/10074] addons-linter 7.14.0 --- Formula/a/addons-linter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/addons-linter.rb b/Formula/a/addons-linter.rb index d8efe43c78f11..793895fef3383 100644 --- a/Formula/a/addons-linter.rb +++ b/Formula/a/addons-linter.rb @@ -1,8 +1,8 @@ class AddonsLinter < Formula desc "Firefox Add-ons linter, written in JavaScript" homepage "https://github.com/mozilla/addons-linter" - url "https://registry.npmjs.org/addons-linter/-/addons-linter-7.13.0.tgz" - sha256 "465faac15bc050894113b57dbcabf8abcc63240366f309c94f4bfab07eb1b414" + url "https://registry.npmjs.org/addons-linter/-/addons-linter-7.14.0.tgz" + sha256 "93b191e58f93af87ad69d87435119ec2e69e9fb6a52c6cf9befcb23462134ca6" license "MPL-2.0" bottle do From a5eb1e8f435f563704a407c032156d5fe3f9f7f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:53:51 +0000 Subject: [PATCH 01259/10074] argo 3.6.9 --- Formula/a/argo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/argo.rb b/Formula/a/argo.rb index b44fde1b3d575..6c4ab27d291f2 100644 --- a/Formula/a/argo.rb +++ b/Formula/a/argo.rb @@ -2,8 +2,8 @@ class Argo < Formula desc "Get stuff done with container-native workflows for Kubernetes" homepage "https://argoproj.io" url "https://github.com/argoproj/argo-workflows.git", - tag: "v3.6.8", - revision: "23eda86c404b1f11cde47083ed7a7a6eb3e9bdf9" + tag: "v3.6.9", + revision: "138b39281cb519358605a2adbe9f60f1300c667b" license "Apache-2.0" head "https://github.com/argoproj/argo-workflows.git", branch: "main" From 7612babe1f332d30c28588f04a4ce80c25549a6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:56:44 +0000 Subject: [PATCH 01260/10074] calceph 4.0.5 --- Formula/c/calceph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/calceph.rb b/Formula/c/calceph.rb index 0f23547a27b99..defe0f0d1cc41 100644 --- a/Formula/c/calceph.rb +++ b/Formula/c/calceph.rb @@ -1,8 +1,8 @@ class Calceph < Formula desc "C library to access the binary planetary ephemeris files" homepage "https://www.imcce.fr/inpop/calceph" - url "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-4.0.4.tar.gz" - sha256 "20c9f0bd720c5cfe99a7b342babda3ff91428adfec9d55357b380b4a13205d60" + url "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-4.0.5.tar.gz" + sha256 "3460d8a3e10a86e7fe0228d5d9abcda589713b8ed3ee007ce061ae01f8c2e1ea" license "GPL-2.0-or-later" livecheck do From 6c291af8390fcd223058c87edee3d27b229628e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:58:29 +0000 Subject: [PATCH 01261/10074] cloudflare-wrangler 4.19.0 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 1eac5dd247b99..05b6d0be6d2c9 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.18.0.tgz" - sha256 "e2923820d12e84f9698bd098c6307d842ff0adf38604aa61edd14a8cb3d831ad" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.19.0.tgz" + sha256 "f99b4621f2ca6bd16a15f3fc394a6bfe61e279edfd0a75d99d6dd26c64088931" license any_of: ["Apache-2.0", "MIT"] bottle do From 4724d149b1378a440a67b199d44c53bbe3e8542f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:11:17 +0000 Subject: [PATCH 01262/10074] jenkins 2.513 --- Formula/j/jenkins.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jenkins.rb b/Formula/j/jenkins.rb index 379a0b9d2c5ef..9cd2e0331be68 100644 --- a/Formula/j/jenkins.rb +++ b/Formula/j/jenkins.rb @@ -1,8 +1,8 @@ class Jenkins < Formula desc "Extendable open source continuous integration server" homepage "https://www.jenkins.io/" - url "https://get.jenkins.io/war/2.512/jenkins.war" - sha256 "c07f324fc6506228c646622e75b7bb63e31225dd68ac297e4cdde1d0c2bb9cb2" + url "https://get.jenkins.io/war/2.513/jenkins.war" + sha256 "f548edfb7c2d0d5932ac385dee8fa0c80c2af1aebecc0e5a677cff7a7ef63142" license "MIT" livecheck do From 1674e82c535e1898d37bc1c49e0ddfe10973c7e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:11:51 +0000 Subject: [PATCH 01263/10074] calceph: update 4.0.5 bottle. --- Formula/c/calceph.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/calceph.rb b/Formula/c/calceph.rb index defe0f0d1cc41..b961981bf1d48 100644 --- a/Formula/c/calceph.rb +++ b/Formula/c/calceph.rb @@ -11,13 +11,13 @@ class Calceph < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "8052ae633e2e434f92a58297a7d95b7abf31c6df27a4f150f04acd90c458b24d" - sha256 cellar: :any, arm64_sonoma: "bccdf7dd4f4b833f7382eafad36ab00cc3e886f2193013fcf01f8c3edeab93f1" - sha256 cellar: :any, arm64_ventura: "ed3e3aa4f63ba31eb8b56a313e7695c2bc1a1ec3f76b91de087ba1ba4c89c477" - sha256 cellar: :any, sonoma: "71acfca39979f054472b0f287a256e3ef51548f77e6e20410a3c669403a1b63a" - sha256 cellar: :any, ventura: "4527dfd754d1f940f46eca0af7000e6cb8f8c801521810288325c5e189eab35b" - sha256 cellar: :any_skip_relocation, arm64_linux: "ffc8336653268c6346b19ddab898e85adbe911d54c784a41a9867a28e7e617ea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3cac5e4fa043c89c765556ecde72dfea4199b1f59f814840916c8c97eacc633f" + sha256 cellar: :any, arm64_sequoia: "754230b9132b8db3b75dc7eae342772e8e3cd3404e8bda89e0ca63a6bdab9333" + sha256 cellar: :any, arm64_sonoma: "8330dada267fd61aed38edb48579a83e57694c70c78b5c5c9064fd672983266c" + sha256 cellar: :any, arm64_ventura: "0e7de121d382e0277e2d23e8627417493a97e8f7ca95b00f6bfc6b18a9064738" + sha256 cellar: :any, sonoma: "17b0aa7869f8977327c1ba0d5838fecc882dd85a3a6a6872806593f375ce0ad7" + sha256 cellar: :any, ventura: "614cddd90b7e738303e97d386fa1612ab57fd60766bf8fb8cc781af06adfde39" + sha256 cellar: :any_skip_relocation, arm64_linux: "527d6c7622d8df61721200858ab0e1eb2d538fb3e4742e19e1a7ab3ff3692c77" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7a14165e0bb191f70ea0b083004328096ed866efa64e5b301ddd394c4df12d67" end depends_on "cmake" => :build From 65a9f75bae8c2799b1e904e3f4cc2a916e273261 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:15:33 +0000 Subject: [PATCH 01264/10074] libsolv 0.7.33 --- Formula/lib/libsolv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libsolv.rb b/Formula/lib/libsolv.rb index aa01bf162746d..37e38245d994b 100644 --- a/Formula/lib/libsolv.rb +++ b/Formula/lib/libsolv.rb @@ -1,8 +1,8 @@ class Libsolv < Formula desc "Library for solving packages and reading repositories" homepage "https://github.com/openSUSE/libsolv" - url "https://github.com/openSUSE/libsolv/archive/refs/tags/0.7.32.tar.gz" - sha256 "8c5957fb417823768d70e0faefa6f75f497f41289641256e4fdfecd1954fa16c" + url "https://github.com/openSUSE/libsolv/archive/refs/tags/0.7.33.tar.gz" + sha256 "776f3c9cc253cd860e72c8c489c7a067c46a96d6993ff302f68d9efd03b37cba" license "BSD-3-Clause" livecheck do From 0278ce38a2f7673a2785d975598d6056798fc7b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:25:15 +0000 Subject: [PATCH 01265/10074] pyqt-builder 1.18.2 --- Formula/p/pyqt-builder.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/p/pyqt-builder.rb b/Formula/p/pyqt-builder.rb index 1544d50825e7c..4b6bdbfe21f6f 100644 --- a/Formula/p/pyqt-builder.rb +++ b/Formula/p/pyqt-builder.rb @@ -3,10 +3,9 @@ class PyqtBuilder < Formula desc "Tool to build PyQt" homepage "https://pyqt-builder.readthedocs.io/" - url "https://files.pythonhosted.org/packages/0b/0a/e7684c054c3b85999354bb3be7ccbd6e6d9b751940cec8ecff5e7a8ea9f7/pyqt_builder-1.18.1.tar.gz" - sha256 "3f7a3a2715947a293a97530a76fd59f1309fcb8e57a5830f45c79fe7249b3998" + url "https://files.pythonhosted.org/packages/18/cf/9927e22ece4b20e24fb236dba358dd14f55b9e07fcde3a5ad6711da9792e/pyqt_builder-1.18.2.tar.gz" + sha256 "56dfea461484a87a8f0c8b0229190defc436d7ec5de71102e20b35e5639180bc" license "BSD-2-Clause" - revision 1 head "https://github.com/Python-PyQt/PyQt-builder.git", branch: "main" bottle do @@ -27,13 +26,13 @@ class PyqtBuilder < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "sip" do - url "https://files.pythonhosted.org/packages/e3/11/1ad8d00e08f26eaa45c48c085b8fdb6aba32b5c96e601d96b4b821a5b88e/sip-6.11.0.tar.gz" - sha256 "237d24ead97a5ef2e8c06521dd94c38626e43702a2984c8a2843d7e67f07e799" + url "https://files.pythonhosted.org/packages/25/fb/67c5ebb38defec74da7a3e2e0fa994809d152e3d4097f260bc7862a7af30/sip-6.12.0.tar.gz" + sha256 "083ced94f85315493231119a63970b2ba42b1d38b38e730a70e02a99191a89c6" end def python3 From 23a4e55d76e519cf7322bbff259df3f3c6bfc435 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:25:30 +0000 Subject: [PATCH 01266/10074] pyside 6.9.1 --- Formula/p/pyside.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/pyside.rb b/Formula/p/pyside.rb index 89e993ab1c06e..8b38b968451e9 100644 --- a/Formula/p/pyside.rb +++ b/Formula/p/pyside.rb @@ -3,9 +3,9 @@ class Pyside < Formula desc "Official Python bindings for Qt" homepage "https://wiki.qt.io/Qt_for_Python" - url "https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.9.0-src/pyside-setup-everywhere-src-6.9.0.tar.xz" - mirror "https://cdimage.debian.org/mirror/qt.io/qtproject/official_releases/QtForPython/pyside6/PySide6-6.9.0-src/pyside-setup-everywhere-src-6.9.0.tar.xz" - sha256 "315b73bb7570d5b9e6793a8d3fafd1d2dd7f43d35eebb01d2b554ea206aad88e" + url "https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.9.1-src/pyside-setup-everywhere-src-6.9.1.tar.xz" + mirror "https://cdimage.debian.org/mirror/qt.io/qtproject/official_releases/QtForPython/pyside6/PySide6-6.9.1-src/pyside-setup-everywhere-src-6.9.1.tar.xz" + sha256 "04c712c5b9234add0d9b5aa3c01a0caede64a55b496127751f5d52a230cff748" # NOTE: We omit some licenses even though they are in SPDX-License-Identifier or LICENSES/ directory: # 1. LicenseRef-Qt-Commercial is removed from "OR" options as non-free # 2. GFDL-1.3-no-invariants-only is only used by not installed docs, e.g. sources/{pyside6,shiboken6}/doc From f758d9c1187b057c6dadd901268e11f217a17fb3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:26:08 +0000 Subject: [PATCH 01267/10074] ramalama 0.9.0 --- Formula/r/ramalama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ramalama.rb b/Formula/r/ramalama.rb index b8fbc36dac86b..2a41bd6adc591 100644 --- a/Formula/r/ramalama.rb +++ b/Formula/r/ramalama.rb @@ -3,8 +3,8 @@ class Ramalama < Formula desc "Goal of RamaLama is to make working with AI boring" homepage "https://github.com/containers/ramalama" - url "https://files.pythonhosted.org/packages/81/f9/37d077f740844f931f1febd62dde71f708cebf7d9aa6a969d8a59083ab9b/ramalama-0.8.5.tar.gz" - sha256 "ceeba43808da40afa1cf3dc5b8ffa2ce9c5064c2fd28d616b2c93463c798b20c" + url "https://files.pythonhosted.org/packages/9b/d3/aa3dc4caf303c93b4c32a25f77e2fc05e18e8bcc76df6af61c1584727932/ramalama-0.9.0.tar.gz" + sha256 "a973312168f6edbc0997b3b93c950beddbc03cd6c43c0d24f6538a1920263ed3" license "MIT" bottle do From 03bb4d09431f40b78173782165814dba772f7e4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:26:57 +0000 Subject: [PATCH 01268/10074] rio 0.2.17 --- Formula/r/rio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rio.rb b/Formula/r/rio.rb index e5fc84100e881..0cc6e2346a4e0 100644 --- a/Formula/r/rio.rb +++ b/Formula/r/rio.rb @@ -1,8 +1,8 @@ class Rio < Formula desc "Hardware-accelerated GPU terminal emulator powered by WebGPU" homepage "https://raphamorim.io/rio/" - url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.16.tar.gz" - sha256 "0645113a1677d4a15320b1a8705abd905ab05286113f44b3eada9a142849de20" + url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.17.tar.gz" + sha256 "3290d6c3bf4663432938f17b42310de9cf0327753a75c1f54215ec8f7b66a4eb" license "MIT" head "https://github.com/raphamorim/rio.git", branch: "main" From 6d994a84bc6166ff3c726ad7fc13f4be5ff1ff9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:29:28 +0000 Subject: [PATCH 01269/10074] sip 6.12.0 --- Formula/s/sip.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/s/sip.rb b/Formula/s/sip.rb index 2dd19bd93c56d..54b020015e91f 100644 --- a/Formula/s/sip.rb +++ b/Formula/s/sip.rb @@ -3,8 +3,8 @@ class Sip < Formula desc "Tool to create Python bindings for C and C++ libraries" homepage "https://python-sip.readthedocs.io/en/latest/" - url "https://files.pythonhosted.org/packages/5b/62/f46c9a5634d4f9712721fe6f3c17ec19df89400c4fda3a9fd7e0f960f88e/sip-6.11.1.tar.gz" - sha256 "3dae4baaf9e9f781d84bf293e0e2938dc7f44b826837889026eba53bd36c81b5" + url "https://files.pythonhosted.org/packages/25/fb/67c5ebb38defec74da7a3e2e0fa994809d152e3d4097f260bc7862a7af30/sip-6.12.0.tar.gz" + sha256 "083ced94f85315493231119a63970b2ba42b1d38b38e730a70e02a99191a89c6" license "BSD-2-Clause" head "https://github.com/Python-SIP/sip.git", branch: "main" @@ -26,8 +26,8 @@ class Sip < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end def python3 From 841cfcc683b15d39d8269a608144aafe7cabb7cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:29:47 +0000 Subject: [PATCH 01270/10074] smug 0.3.7 --- Formula/s/smug.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/smug.rb b/Formula/s/smug.rb index 2a8ac35c3253d..592dc9ffabfd9 100644 --- a/Formula/s/smug.rb +++ b/Formula/s/smug.rb @@ -1,8 +1,8 @@ class Smug < Formula desc "Automate your tmux workflow" homepage "https://github.com/ivaaaan/smug" - url "https://github.com/ivaaaan/smug/archive/refs/tags/v0.3.6.tar.gz" - sha256 "0664661250ca675f4bc709787817b53759d7b20ecc87e6b01b5f13002d653797" + url "https://github.com/ivaaaan/smug/archive/refs/tags/v0.3.7.tar.gz" + sha256 "334c4f885674325dada3dc09c0a0608dc778af9e08377cb9afd3fc2dbf146be7" license "MIT" bottle do From 8ff44ab4a92b7fd2f0e5474a51a19e11df6baed9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:32:12 +0000 Subject: [PATCH 01271/10074] text-embeddings-inference 1.7.1 --- Formula/t/text-embeddings-inference.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/text-embeddings-inference.rb b/Formula/t/text-embeddings-inference.rb index 8ce4f91c8bb48..9de00a95c4128 100644 --- a/Formula/t/text-embeddings-inference.rb +++ b/Formula/t/text-embeddings-inference.rb @@ -1,8 +1,8 @@ class TextEmbeddingsInference < Formula desc "Blazing fast inference solution for text embeddings models" homepage "https://huggingface.co/docs/text-embeddings-inference/quick_tour" - url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.7.0.tar.gz" - sha256 "f8aa773a15e15bbbd4b793aa79fe65c16bc50c52e7aa710690a7a312c69d159c" + url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.7.1.tar.gz" + sha256 "f13ca40ec88c633c9c70e093b3fdbd070ec25475e72ee6eefdbb3f80ec08e767" license "Apache-2.0" bottle do From 0e8529b6bd76caa88a3d2df691e0ebacd09d1923 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 3 Jun 2025 16:36:11 +0200 Subject: [PATCH 01272/10074] vespa-cli 8.526.15 --- Formula/v/vespa-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vespa-cli.rb b/Formula/v/vespa-cli.rb index 8e5d7f558b56f..76f110cc67400 100644 --- a/Formula/v/vespa-cli.rb +++ b/Formula/v/vespa-cli.rb @@ -1,8 +1,8 @@ class VespaCli < Formula desc "Command-line tool for Vespa.ai" homepage "https://vespa.ai" - url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.524.25.tar.gz" - sha256 "92ac68c13f0f7f7aa545d07526192cf9f1bb4730d4e917f01131a4343fc04851" + url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.526.15.tar.gz" + sha256 "eddcdf08538c2e74cd4406817b4d81c568170430e2bcd4f82ccce7ea10938d10" license "Apache-2.0" livecheck do From 21e46c45071bf247adbf52da45eacdd4aea7419a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:22 +0200 Subject: [PATCH 01273/10074] a52dec: added `no_autobump!` --- Formula/a/a52dec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/a52dec.rb b/Formula/a/a52dec.rb index 94b4fca6eb229..88034d478a467 100644 --- a/Formula/a/a52dec.rb +++ b/Formula/a/a52dec.rb @@ -10,6 +10,8 @@ class A52dec < Formula regex(/href=.*?a52dec[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bb6e3408f39a404770529cfce548dc2666e861077acd173825cb3138c27c205a" sha256 cellar: :any, arm64_sonoma: "9619e592adb641635b8bc648e92149822e6564203088f33570c2da72283ba918" From 59426d655f2d4e62ed9fa1e0166474cf0a0727a0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:23 +0200 Subject: [PATCH 01274/10074] aarch64-elf-binutils: added `no_autobump!` --- Formula/a/aarch64-elf-binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aarch64-elf-binutils.rb b/Formula/a/aarch64-elf-binutils.rb index 531926a80f6ab..df788a8d53272 100644 --- a/Formula/a/aarch64-elf-binutils.rb +++ b/Formula/a/aarch64-elf-binutils.rb @@ -10,6 +10,8 @@ class Aarch64ElfBinutils < Formula formula "binutils" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ff613c2c092e98c1ed1fab397d4f31c02d4d011bf45fdddad77f42f40ea8aa17" sha256 arm64_sonoma: "04d64d11771d85fc9b94fe1b998f7093f80ef073a80b60a49459db90ab5ef727" From a21f8aa53d93ad0cdb73153541dfcec2b30c017c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:24 +0200 Subject: [PATCH 01275/10074] aarch64-elf-gdb: added `no_autobump!` --- Formula/a/aarch64-elf-gdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aarch64-elf-gdb.rb b/Formula/a/aarch64-elf-gdb.rb index c7645e2cebbdd..316d1e62a3df6 100644 --- a/Formula/a/aarch64-elf-gdb.rb +++ b/Formula/a/aarch64-elf-gdb.rb @@ -11,6 +11,8 @@ class Aarch64ElfGdb < Formula formula "gdb" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0a926fe5dc3bc4e539f41c646716b31f5d1286edb897298b01f32134cbb3abef" sha256 arm64_sonoma: "f521ba77ba54ff94b1bed1e5cd0b42a57d9854922dfff195f71e8eb7e55dcd6b" From 06011f76456624f540f8ee4ec3602230dced3922 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:24 +0200 Subject: [PATCH 01276/10074] abcde: added `no_autobump!` --- Formula/a/abcde.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abcde.rb b/Formula/a/abcde.rb index f0e42a6bb02a0..054bd592acc04 100644 --- a/Formula/a/abcde.rb +++ b/Formula/a/abcde.rb @@ -12,6 +12,8 @@ class Abcde < Formula regex(/href=.*?abcde[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "48c8a99c5cf28e44096fe46c62f5dc826a90282769b895fb50807cca0f5383b0" sha256 cellar: :any, arm64_sonoma: "5e728aa1561686b5cfb5fe14f2fec3f4a106a7403a9ccaee4c9fd3c1eca530e1" From 68c449a9a04423206d41c9f7ba65709f86d7b600 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:24 +0200 Subject: [PATCH 01277/10074] abcl: added `no_autobump!` --- Formula/a/abcl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abcl.rb b/Formula/a/abcl.rb index 30d910ddede7d..cd02d3d054c6e 100644 --- a/Formula/a/abcl.rb +++ b/Formula/a/abcl.rb @@ -13,6 +13,8 @@ class Abcl < Formula regex(/href=.*?abcl-src[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3b54e12b38b7736c33fe43c677c4d396337617e4f0647a2d5522bde43e31fc0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6cde97a77b73cdec4bb00bbec261b1486d8f742e50e166edd4b64a65b5c725dd" From f32c9759bbfe3de1d3675ae766da04d425c4360a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:24 +0200 Subject: [PATCH 01278/10074] abcm2ps: added `no_autobump!` --- Formula/a/abcm2ps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abcm2ps.rb b/Formula/a/abcm2ps.rb index b27d3f921d146..5e02733b97060 100644 --- a/Formula/a/abcm2ps.rb +++ b/Formula/a/abcm2ps.rb @@ -10,6 +10,8 @@ class Abcm2ps < Formula regex(%r{"tagDsp">v?(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "3d17a30a50dec0a222b5affc869944133110d26183456da63dd0e53ed05dced0" sha256 arm64_sonoma: "1285f979079ab7e11a7b9695ca1a50e558bd1e98ea77fc7b0eade685bd339e78" From 4f9ccc68e7e62144a11981468710e3a6180f15e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:24 +0200 Subject: [PATCH 01279/10074] abduco: added `no_autobump!` --- Formula/a/abduco.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abduco.rb b/Formula/a/abduco.rb index 45edc4cd966d6..ab505738dbf85 100644 --- a/Formula/a/abduco.rb +++ b/Formula/a/abduco.rb @@ -6,6 +6,8 @@ class Abduco < Formula license "ISC" head "https://github.com/martanne/abduco.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "216c0c4a4ac3e537b0846cb998b36ea986de0d42fb3b2c50b0dfdd4da38a7418" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6db16f93fb69cad1e8ef83fcbe67783e9dce80f5cf2e36caa56b85d81cf3938b" From 4bf437a63602d948b98edcb6ead8ab537b1fb3cb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:24 +0200 Subject: [PATCH 01280/10074] abi-compliance-checker: added `no_autobump!` --- Formula/a/abi-compliance-checker.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abi-compliance-checker.rb b/Formula/a/abi-compliance-checker.rb index e8d8535d4cccc..f5eb485bd654f 100644 --- a/Formula/a/abi-compliance-checker.rb +++ b/Formula/a/abi-compliance-checker.rb @@ -6,6 +6,8 @@ class AbiComplianceChecker < Formula license "LGPL-2.1-or-later" head "https://github.com/lvc/abi-compliance-checker.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "06af34b7632a01e00b3d6d5ad826d4102e7a840e32b4a0a0bc2a58c3fc799cef" From 3db89a9160c1682b88c055be100aa44e6cbf1beb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:25 +0200 Subject: [PATCH 01281/10074] abi-dumper: added `no_autobump!` --- Formula/a/abi-dumper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abi-dumper.rb b/Formula/a/abi-dumper.rb index 632da6e6bb526..a74498441c464 100644 --- a/Formula/a/abi-dumper.rb +++ b/Formula/a/abi-dumper.rb @@ -6,6 +6,8 @@ class AbiDumper < Formula license "LGPL-2.1-or-later" head "https://github.com/lvc/abi-dumper.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_linux: "dfe5724c38317949620260b45f44131625434adb3ba62f2b4c778f7f87c409e5" sha256 cellar: :any_skip_relocation, x86_64_linux: "4e69d56bf0f10ea4b9f0bea25e8a860823ff0f08846cea20ca1212f06b9d09b5" From a36c1682a7720f59ad437eabe3ab9d86cc89b62e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:25 +0200 Subject: [PATCH 01282/10074] abnfgen: added `no_autobump!` --- Formula/a/abnfgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abnfgen.rb b/Formula/a/abnfgen.rb index 1f509c42017ac..ebafe3413d5b5 100644 --- a/Formula/a/abnfgen.rb +++ b/Formula/a/abnfgen.rb @@ -10,6 +10,8 @@ class Abnfgen < Formula regex(%r{href=.*?/abnfgen[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2396295b6a6b0952355321d37830f2a2f42b2b2deda9a7ec9162d7f224f0c98" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebbd726f391652bf3bd3c84107de75d1302ec42551c7355f9760c416915e2291" From 38be0b6c506af8bc5422d1b4d97143cfa0ec00e0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:25 +0200 Subject: [PATCH 01283/10074] abook: added `no_autobump!` --- Formula/a/abook.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abook.rb b/Formula/a/abook.rb index 61016c6c59d9c..e757b76f4e843 100644 --- a/Formula/a/abook.rb +++ b/Formula/a/abook.rb @@ -19,6 +19,8 @@ class Abook < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "b0113dcc3ee161e37ed8c9fbdab0175486bf04c3a5e802b46dde3b015fe67cac" sha256 arm64_sonoma: "bbdac04e9da720845e5ee41ba19af9541a62d953c4c9929170400c84dcad3e32" From 11fc858e7668b111c1ddbbc66e147f0c3ee6b472 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:25 +0200 Subject: [PATCH 01284/10074] abricate: added `no_autobump!` --- Formula/a/abricate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abricate.rb b/Formula/a/abricate.rb index 586a263b07b6d..9f6a116c2c5dc 100644 --- a/Formula/a/abricate.rb +++ b/Formula/a/abricate.rb @@ -7,6 +7,8 @@ class Abricate < Formula revision 3 head "https://github.com/tseemann/abricate.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e7f6393112a6a35dce42b72269577f9a625cb161185fc24075afc326e057ad7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "35e1dff52eb0bf1df021f9fa7cfe0e1a09df089e6bfc4af6c87e07a0f52db655" From f9a389909b25511edaf10d56f02d6ccb7bd9cc3f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:25 +0200 Subject: [PATCH 01285/10074] access: added `no_autobump!` --- Formula/a/access.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/access.rb b/Formula/a/access.rb index bac974094baee..ac6941e825f65 100644 --- a/Formula/a/access.rb +++ b/Formula/a/access.rb @@ -7,6 +7,8 @@ class Access < Formula license "Apache-2.0" head "https://github.com/indentapis/access.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe5ecb27d29092ac09bb50bd585479b665da864053c9cb838dc6684d60c88b44" sha256 cellar: :any_skip_relocation, arm64_sonoma: "747d33dad01a56760cb4d3934856b7a1f591e61d01ab14c4ddd6064a6ecf3329" From 7b940fa8a7db709f1290261f6ccb534d9fb00206 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:25 +0200 Subject: [PATCH 01286/10074] ace: added `no_autobump!` --- Formula/a/ace.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ace.rb b/Formula/a/ace.rb index 5f45bb536edcf..1b6b3f6ef92a8 100644 --- a/Formula/a/ace.rb +++ b/Formula/a/ace.rb @@ -13,6 +13,8 @@ class Ace < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "beab881a5b7e15b2ed1864cd2f7a67614efa23bd9bedfead91d39b9295961b06" sha256 cellar: :any, arm64_sonoma: "b435bbae4181e2546fdc9ad94921c2410f1e4074ca8429e312d6272583df3d30" From fa28dd8e0930338396e53d9881fe61abf23d674f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:26 +0200 Subject: [PATCH 01287/10074] aces_container: added `no_autobump!` --- Formula/a/aces_container.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aces_container.rb b/Formula/a/aces_container.rb index 7911a26dab37f..db0879dcd902f 100644 --- a/Formula/a/aces_container.rb +++ b/Formula/a/aces_container.rb @@ -5,6 +5,8 @@ class AcesContainer < Formula sha256 "cbbba395d2425251263e4ae05c4829319a3e399a0aee70df2eb9efb6a8afdbae" license "AMPAS" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "470a323cfa40f185682a38aa7ecb04256cebf17b0b854e444cb89d02c09c7d0c" sha256 cellar: :any, arm64_sonoma: "93e409e911279df2bdf9c910341e1ba17a64aff066b042a51eba8894bf1bfea9" From 08d516dcdd83ba702bfff80b33c34288d87910e3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:26 +0200 Subject: [PATCH 01288/10074] acl: added `no_autobump!` --- Formula/a/acl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/acl.rb b/Formula/a/acl.rb index dc7213ced6c85..44cf28035e174 100644 --- a/Formula/a/acl.rb +++ b/Formula/a/acl.rb @@ -10,6 +10,8 @@ class Acl < Formula regex(/href=.*?acl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_linux: "df5af5425e87eda102251eacdf2a56622bfbda1b285441d438186d471cbd4cb7" From 5edc93d800223f81847ed67c2d949c9aaacb6336 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:26 +0200 Subject: [PATCH 01289/10074] acme: added `no_autobump!` --- Formula/a/acme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/acme.rb b/Formula/a/acme.rb index 9becc87d8e1a6..176746ea99138 100644 --- a/Formula/a/acme.rb +++ b/Formula/a/acme.rb @@ -11,6 +11,8 @@ class Acme < Formula strategy :page_match end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "789ffc7764ec07db6142518896bff4aa1940980929b977fabb084ef12d1d4ea7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c48aa0b38e6597799d22ec3c0ad8c8868c753918a92adb4f60ab7f9eabe945b" From cc658a22a898c556858d7ee847b730baae7427da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:26 +0200 Subject: [PATCH 01290/10074] acpica: added `no_autobump!` --- Formula/a/acpica.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/acpica.rb b/Formula/a/acpica.rb index d6933844ae50b..c801bec9c6471 100644 --- a/Formula/a/acpica.rb +++ b/Formula/a/acpica.rb @@ -11,6 +11,8 @@ class Acpica < Formula regex(/href=.*?acpica-unix[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ea322ed5e903610d9264f0a46378ab8cd867dba115ef74782dce02bcfd51c80" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc4284d256259dcb212c0151422a3689136ba2fc7c706196c4913128644b621f" From b8d010859a35883c914449f6512da70f16d5958e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:26 +0200 Subject: [PATCH 01291/10074] action-docs: added `no_autobump!` --- Formula/a/action-docs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/action-docs.rb b/Formula/a/action-docs.rb index d91d61a7d5d12..ed4117e67ac8b 100644 --- a/Formula/a/action-docs.rb +++ b/Formula/a/action-docs.rb @@ -5,6 +5,8 @@ class ActionDocs < Formula sha256 "f7d93433a6d3e532b30b3fc068fa263d16f7c38da91422450507b469bd36a64a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "89a129206e1fd2a3bb48e3f7923ba2bbb98c3533d28332c2511c6ff093807f51" end From e9fc14409ed56977b4e48350573c96cf5be26642 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:27 +0200 Subject: [PATCH 01292/10074] actions-batch: added `no_autobump!` --- Formula/a/actions-batch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/actions-batch.rb b/Formula/a/actions-batch.rb index 682c22653b848..a16dc5b3528c1 100644 --- a/Formula/a/actions-batch.rb +++ b/Formula/a/actions-batch.rb @@ -6,6 +6,8 @@ class ActionsBatch < Formula license "MIT" head "https://github.com/alexellis/actions-batch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "275c7fbcf663d2acb91d05bde500b7138a1cb7f5df5f1247c887ca7bbe823019" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c3348aebf7b7b6c6645d01cd1348a976f6225e30a1669d147af6629fc93f131" From bdaf9379d82c787656688e4833dfd32bf6d1d546 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:27 +0200 Subject: [PATCH 01293/10074] activemq-cpp: added `no_autobump!` --- Formula/a/activemq-cpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/activemq-cpp.rb b/Formula/a/activemq-cpp.rb index 6866fc34e09a5..bdf639d7db583 100644 --- a/Formula/a/activemq-cpp.rb +++ b/Formula/a/activemq-cpp.rb @@ -7,6 +7,8 @@ class ActivemqCpp < Formula license "Apache-2.0" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9662d2f91d16d3077aabec66a532efde437d18987dd1a7be434e3c118a5e1eb9" sha256 cellar: :any, arm64_sonoma: "9c0b1a20e016293fcd540c357d6d879c82446c00720b447ae4e1ee1d1eb546ad" From ee30757eb775eb797a8f74bed64374a7c52dd367 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:27 +0200 Subject: [PATCH 01294/10074] adamstark-audiofile: added `no_autobump!` --- Formula/a/adamstark-audiofile.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/adamstark-audiofile.rb b/Formula/a/adamstark-audiofile.rb index 6adaf9be102f3..e8dd02d145f1a 100644 --- a/Formula/a/adamstark-audiofile.rb +++ b/Formula/a/adamstark-audiofile.rb @@ -6,6 +6,8 @@ class AdamstarkAudiofile < Formula license "MIT" head "https://github.com/adamstark/AudioFile.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "be3c28ee81b69cd235ffdc3a9085037178558b2714b431781404b13d2a4cc5b3" end From b6d7b6cfff8550147f2e3ade7a0bdedcf3f556a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:27 +0200 Subject: [PATCH 01295/10074] add-determinism: added `no_autobump!` --- Formula/a/add-determinism.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/add-determinism.rb b/Formula/a/add-determinism.rb index 7a2441e5deda9..f91531189ff89 100644 --- a/Formula/a/add-determinism.rb +++ b/Formula/a/add-determinism.rb @@ -5,6 +5,8 @@ class AddDeterminism < Formula sha256 "289e3586bc9234fc3612a7f7c521b75511fa27f5dcba8b04825249ca03880f80" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_linux: "3cc67f0631eb00dd69bf152dfc64d4d97d690c1f164eb821af61b3e22864212c" sha256 cellar: :any_skip_relocation, x86_64_linux: "0e31f9976fa0c9dcb2d0606af4d84512a9b65392d4f66d208590f2a3c1e4c8ec" From 75f6ad3a20397fd08302b5147a5a95d3594e729d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:27 +0200 Subject: [PATCH 01296/10074] admesh: added `no_autobump!` --- Formula/a/admesh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/admesh.rb b/Formula/a/admesh.rb index e6fd8230314e4..6bc0852530951 100644 --- a/Formula/a/admesh.rb +++ b/Formula/a/admesh.rb @@ -5,6 +5,8 @@ class Admesh < Formula sha256 "0d7994bfa587c4e958b2ac7c7d2fb90dfb6c5463d32513ada169cf710a438535" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c88ef051413ca638240add2cd10c366fc81c3b8d1cd29387cb137d7d3ef411c8" sha256 cellar: :any, arm64_sonoma: "d8be2d072ff47a331d5a749e91598d85da1079f65e2f5f9a222f3f8bb386daff" From bdc90549295629ac9e82f8c2c075282f5c3d23e4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:27 +0200 Subject: [PATCH 01297/10074] adr-tools: added `no_autobump!` --- Formula/a/adr-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/adr-tools.rb b/Formula/a/adr-tools.rb index 6ac6c0509fbbe..1a595e51bb0dc 100644 --- a/Formula/a/adr-tools.rb +++ b/Formula/a/adr-tools.rb @@ -5,6 +5,8 @@ class AdrTools < Formula sha256 "9490f31a457c253c4113313ed6352efcbf8f924970a309a08488833b9c325d7c" license "CC-BY-4.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "76cb31e149dbe88de67cbb6911e3837f7fddda5d773b9abc3b8374f770bc309d" From e44c90632401b45066b6b9e7be9be84adc47710b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:28 +0200 Subject: [PATCH 01298/10074] advancecomp: added `no_autobump!` --- Formula/a/advancecomp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/advancecomp.rb b/Formula/a/advancecomp.rb index 1d864edd0c028..3606377645d01 100644 --- a/Formula/a/advancecomp.rb +++ b/Formula/a/advancecomp.rb @@ -5,6 +5,8 @@ class Advancecomp < Formula sha256 "b07d77735540409771cbe1b6df165b5151c11bb9c3d8f01290be0ec88ec3498f" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5777e7f8547c26b139edefeaf97664e1f8140947043ac1edc932ff03d58eac66" sha256 cellar: :any_skip_relocation, arm64_sonoma: "847145cf9a8712c77732c65eb448cba870e669606e84a9014cb9757a02a8ed2c" From ccad188aca9ade26683febe49860d0995f4c9115 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:28 +0200 Subject: [PATCH 01299/10074] advancescan: added `no_autobump!` --- Formula/a/advancescan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/advancescan.rb b/Formula/a/advancescan.rb index 2c08a3b0866d4..fb4bbe122a152 100644 --- a/Formula/a/advancescan.rb +++ b/Formula/a/advancescan.rb @@ -5,6 +5,8 @@ class Advancescan < Formula sha256 "8c346c6578a1486ca01774f30c3e678058b9b8b02f265119776d523358d24672" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8665f9344bd59d8d1ca29f033abc8db6616078e57fe991e781771c6e43f7113a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "53a0ab6f94d0b7bbafada815a25b5159ac3d0fed4073714526bbd4350ec5df63" From 15da20f063b2c78d9765b7dcc974584ea2111be3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:28 +0200 Subject: [PATCH 01300/10074] aescrypt-packetizer: added `no_autobump!` --- Formula/a/aescrypt-packetizer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aescrypt-packetizer.rb b/Formula/a/aescrypt-packetizer.rb index 02c0c820e9bb7..54a5568397b37 100644 --- a/Formula/a/aescrypt-packetizer.rb +++ b/Formula/a/aescrypt-packetizer.rb @@ -7,6 +7,8 @@ class AescryptPacketizer < Formula sha256 "e2e192d0b45eab9748efe59e97b656cc55f1faeb595a2f77ab84d44b0ec084d2" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1039232a96b3efc3d8c4a1da6d48d8d37cc2991e8275dc467d0b8b16229ead5c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d840ff8d10cb48274d58dac6bc26126ceba767c36e56b2e9e24f2b591dccca0d" From 59a03011ae1de69fe0565896068615f62385d7b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:28 +0200 Subject: [PATCH 01301/10074] aescrypt: added `no_autobump!` --- Formula/a/aescrypt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aescrypt.rb b/Formula/a/aescrypt.rb index c9b648ce80c13..163408d8eac4a 100644 --- a/Formula/a/aescrypt.rb +++ b/Formula/a/aescrypt.rb @@ -10,6 +10,8 @@ class Aescrypt < Formula regex(/href=.*?aescrypt[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4ec90c9ff44239c6cf43b35377e7ff709983c1b76577ea84cd8dbc638d763ee" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7cb68631e925aa19e1e1c3cc513dab638b264b078d69a4033789e011876207b" From 7139f8203e50cc384a38461cb2cb1ac3df0aa64e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:28 +0200 Subject: [PATCH 01302/10074] afio: added `no_autobump!` --- Formula/a/afio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/afio.rb b/Formula/a/afio.rb index f68dd3b955cb3..9bf9fb9fe5a9c 100644 --- a/Formula/a/afio.rb +++ b/Formula/a/afio.rb @@ -7,6 +7,8 @@ class Afio < Formula license :cannot_represent head "https://github.com/kholtman/afio.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2aff60d7ee0309043a8a16fcc08fa31e97f926e891e0cba31fe0f68968f2ae5" From 90098798a611ab2b945ba77f7198c30aa8020ddc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:29 +0200 Subject: [PATCH 01303/10074] afsctool: added `no_autobump!` --- Formula/a/afsctool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/afsctool.rb b/Formula/a/afsctool.rb index ab8b61874e0f3..0e6d6e978ed1e 100644 --- a/Formula/a/afsctool.rb +++ b/Formula/a/afsctool.rb @@ -6,6 +6,8 @@ class Afsctool < Formula license all_of: ["GPL-3.0-only", "BSL-1.0"] head "https://github.com/RJVB/afsctool.git" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9eab0e700160a5bf2d1f62f8e67a017280e10315030cb09134933ee782974a95" From 0ee8ee203c89cae57d801b06cbb18ba409ee27c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:29 +0200 Subject: [PATCH 01304/10074] aften: added `no_autobump!` --- Formula/a/aften.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aften.rb b/Formula/a/aften.rb index 39a67ab4e4416..43b18dec837e2 100644 --- a/Formula/a/aften.rb +++ b/Formula/a/aften.rb @@ -13,6 +13,8 @@ class Aften < Formula regex(%r{url=.*?/aften[._-]v?(\d+(?:\.\d+){2,})\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c158dd1b9124db377e0119b6d4dc34ce9ecb14e458379ab023165ce6b83715fb" sha256 cellar: :any, arm64_sonoma: "918b76d55d51e34cd63b83041517d0a06dd9b10f24a2d35ec8b68fc97a04f589" From 3945728c7ef7176213769859cdcd938932550ae0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:29 +0200 Subject: [PATCH 01305/10074] afuse: added `no_autobump!` --- Formula/a/afuse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/afuse.rb b/Formula/a/afuse.rb index 986ee56dcd066..4e320453da310 100644 --- a/Formula/a/afuse.rb +++ b/Formula/a/afuse.rb @@ -5,6 +5,8 @@ class Afuse < Formula sha256 "87284e3f7973f5a61eea4a37880512c01f0b8bf1d37a8988447efbe806ec3414" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "22032cf3dd5fe4a2aa623d7bc1f542eebd796f749a63e62907bf1006b2f42d26" From bb672a549a15889f735379e368f2284f504efd3d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:29 +0200 Subject: [PATCH 01306/10074] agedu: added `no_autobump!` --- Formula/a/agedu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/agedu.rb b/Formula/a/agedu.rb index f85b39788f758..946c604942d25 100644 --- a/Formula/a/agedu.rb +++ b/Formula/a/agedu.rb @@ -12,6 +12,8 @@ class Agedu < Formula regex(/href=.*?agedu[._-]v?(\d+(?:\.\d+)*)(?:[._-][\da-z]+)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d779cddebf2f281e0ac4ae36def487c0068283d2be92002709f23fd6f81d9d44" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1a1e5993b600a5ed4625628cd50e19cb46f8761e374d4d6b28be5d4f021c873" From 09dc4be527a23aa08baf804944e5e4137eb2957d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:29 +0200 Subject: [PATCH 01307/10074] aggregate: added `no_autobump!` --- Formula/a/aggregate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aggregate.rb b/Formula/a/aggregate.rb index e75ec46916a0a..90dcee6cabb03 100644 --- a/Formula/a/aggregate.rb +++ b/Formula/a/aggregate.rb @@ -5,6 +5,8 @@ class Aggregate < Formula sha256 "166503005cd8722c730e530cc90652ddfa198a25624914c65dffc3eb87ba5482" license "ISC" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "acc66660e03c2394db8381da8ad5200a6a6f02fce14b1de748dd555f0f98ffa6" From 2d49ac21b95a7dcdac7f2871e09e088c445a82dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:29 +0200 Subject: [PATCH 01308/10074] aha: added `no_autobump!` --- Formula/a/aha.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aha.rb b/Formula/a/aha.rb index f01796d85fb0c..1b596e959ab22 100644 --- a/Formula/a/aha.rb +++ b/Formula/a/aha.rb @@ -6,6 +6,8 @@ class Aha < Formula license any_of: ["LGPL-2.0-or-later", "MPL-1.1"] head "https://github.com/theZiz/aha.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "16696aeddc832f4f9f7c61ce7d3e6a8327f229bdeb941aded1bce4b2285f8470" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1df76aba65188e22f99b5229fdfc0435cd0e1e747d8596e64cee739bb679fb6" From 005ad5fee6b2b476f445e065a84ab442b9d6ef74 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:30 +0200 Subject: [PATCH 01309/10074] ahcpd: added `no_autobump!` --- Formula/a/ahcpd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ahcpd.rb b/Formula/a/ahcpd.rb index 1318295f91961..34f6b95b93ede 100644 --- a/Formula/a/ahcpd.rb +++ b/Formula/a/ahcpd.rb @@ -10,6 +10,8 @@ class Ahcpd < Formula regex(/href=.*?ahcpd[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "4963298b5a52bcbef584be986fe4a4223a30aefffd2ab6f8372c63c6f8edf075" From c51dc28c19065d1887c3d9b77045e1ac6a298c9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:30 +0200 Subject: [PATCH 01310/10074] aicommit: added `no_autobump!` --- Formula/a/aicommit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aicommit.rb b/Formula/a/aicommit.rb index d2c28692255f1..93a2a9bf96760 100644 --- a/Formula/a/aicommit.rb +++ b/Formula/a/aicommit.rb @@ -6,6 +6,8 @@ class Aicommit < Formula license "CC0-1.0" head "https://github.com/coder/aicommit.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a7c316f47dae0539e95407a1d404c7ccbb37f771f6a9049e3abc6dc6421484c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a7c316f47dae0539e95407a1d404c7ccbb37f771f6a9049e3abc6dc6421484c" From 040927b02e939539e1203fbbb775dfa20fb953cc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:30 +0200 Subject: [PATCH 01311/10074] aicommits: added `no_autobump!` --- Formula/a/aicommits.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aicommits.rb b/Formula/a/aicommits.rb index 96997dff6782e..f61b07328ff35 100644 --- a/Formula/a/aicommits.rb +++ b/Formula/a/aicommits.rb @@ -5,6 +5,8 @@ class Aicommits < Formula sha256 "b74cf25eb31eb7098d01f482cd64a87e2f59d7efa11f5273fbb353f35e850c5d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a95d423b81063b3a9f2772969b4b627aacf2c173d841ab5cb6659c4224ecdf27" From 390f8ebe4ea3be9a6529286219cca5234aedb602 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:30 +0200 Subject: [PATCH 01312/10074] aider: added `no_autobump!` --- Formula/a/aider.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aider.rb b/Formula/a/aider.rb index 9527665289c92..a25e18d48c4e2 100644 --- a/Formula/a/aider.rb +++ b/Formula/a/aider.rb @@ -8,6 +8,8 @@ class Aider < Formula license "Apache-2.0" head "https://github.com/paul-gauthier/aider.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fdd59056418e25a87d7e90d5d69cee7bb563d7b43237c01214f71dd580bd77f3" sha256 cellar: :any, arm64_sonoma: "2517fd3ce44b123fb4d4ce5e693e2e0e330cee26977a728b5db31a6e4e8af919" From b0a100de188d909a9b8fe3e72698c22dbebd2add Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:30 +0200 Subject: [PATCH 01313/10074] aircrack-ng: added `no_autobump!` --- Formula/a/aircrack-ng.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aircrack-ng.rb b/Formula/a/aircrack-ng.rb index c4b7391c2a1f7..092acd260cc84 100644 --- a/Formula/a/aircrack-ng.rb +++ b/Formula/a/aircrack-ng.rb @@ -16,6 +16,8 @@ class AircrackNg < Formula regex(/href=.*?aircrack-ng[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "52dbe4ce295e97351a0ec2dfbb986abf37b2665a1775aa580fb70b45e806cbe2" sha256 arm64_sonoma: "fe96a817b4755ca8a498ad1cd45666a04238d3ed1a7bd3ce97f27f0fd68ae2ef" From d41f81dc029ca8c93eb9510de0e665fc8bea246d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:30 +0200 Subject: [PATCH 01314/10074] airshare: added `no_autobump!` --- Formula/a/airshare.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/airshare.rb b/Formula/a/airshare.rb index 0507c0c0a8680..def6166082dcb 100644 --- a/Formula/a/airshare.rb +++ b/Formula/a/airshare.rb @@ -8,6 +8,8 @@ class Airshare < Formula license "MIT" revision 15 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4b550bf1cf350929dcc4c64edd0df91db3b9b800ee418721d1705e33d33215a" From b1cb40e83059f84fc461132ad3c3c50bb4133d39 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:31 +0200 Subject: [PATCH 01315/10074] airspy: added `no_autobump!` --- Formula/a/airspy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/airspy.rb b/Formula/a/airspy.rb index e1b592e0d24cb..555ade8754677 100644 --- a/Formula/a/airspy.rb +++ b/Formula/a/airspy.rb @@ -6,6 +6,8 @@ class Airspy < Formula license "GPL-2.0-or-later" head "https://github.com/airspy/airspyone_host.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6e66f0c2d5fe94466e432a57c49fdcf7cfb6a01f9d71896f74b06e9a3c16777d" sha256 cellar: :any, arm64_sonoma: "8c086845772a91ed241283aa4175e0ba598e9e80530b660fceb413857211901f" From fa67df47987c18a028be978ca65c15976df920ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:31 +0200 Subject: [PATCH 01316/10074] airspyhf: added `no_autobump!` --- Formula/a/airspyhf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/airspyhf.rb b/Formula/a/airspyhf.rb index a68e3823c3e7d..3c3c895d8f4e8 100644 --- a/Formula/a/airspyhf.rb +++ b/Formula/a/airspyhf.rb @@ -6,6 +6,8 @@ class Airspyhf < Formula license "BSD-3-Clause" head "https://github.com/airspy/airspyhf.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "56ba130afa6a1ad1fe9fbda09e0ae0bfefd6eb4d2e5b5a88fa28b150c2a4c1f6" sha256 cellar: :any, arm64_sonoma: "b747dbc3b901d77c790fd984fdbaf37979b0e3e7ef0aaca8d616be09353fbe37" From bf03461f2657330269c88e006e171ad8834cff2f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:31 +0200 Subject: [PATCH 01317/10074] akku: added `no_autobump!` --- Formula/a/akku.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/akku.rb b/Formula/a/akku.rb index bc0cba7b6bc3e..ba2964888c401 100644 --- a/Formula/a/akku.rb +++ b/Formula/a/akku.rb @@ -14,6 +14,8 @@ class Akku < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0f13478e5f6f3b41e6e75beac905b2aaae1df9d9a1eb7d600bf0f6bf70b076f0" sha256 arm64_sonoma: "565a1f1bba15ccfbe640704c86b1752a03fe8935b86fefe5c02f946d51cf6b0a" From 7cded22d34367b7abd09bdf3b45f9e404f43e891 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:31 +0200 Subject: [PATCH 01318/10074] alac: added `no_autobump!` --- Formula/a/alac.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/alac.rb b/Formula/a/alac.rb index 4728ac8b2f8d0..cf9c93ee168f8 100644 --- a/Formula/a/alac.rb +++ b/Formula/a/alac.rb @@ -5,6 +5,8 @@ class Alac < Formula sha256 "7f8f978a5619e6dfa03dc140994fd7255008d788af848ba6acf9cfbaa3e4122f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "726f02f4e73857ebafaf7d5d554e6c659b4795ef682aa0ce46c3ee21ffef952c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "78ed3a6e07c6093f26c14a5f0a468369a4b2822f456101c0539386e2aeb2c4ad" From 9f6d6cffc053e510d59962a06beb211d43772b57 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:31 +0200 Subject: [PATCH 01319/10074] alass: added `no_autobump!` --- Formula/a/alass.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/alass.rb b/Formula/a/alass.rb index 38d75f8aa44f1..61664c943a406 100644 --- a/Formula/a/alass.rb +++ b/Formula/a/alass.rb @@ -5,6 +5,8 @@ class Alass < Formula sha256 "ce88f92c7a427b623edcabb1b64e80be70cca2777f3da4b96702820a6cdf1e26" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "efa1a388ee9ecf5193edd9c9003af0f035ed138bf6a79b45e6b22654c32888e4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f42a7b7ef244c6018d9d16f3979f14758ca54a50a568b269011f9ccdcae5f39" From 14a3f9ee2f32ed23c93a21d404190dfdb6d415ca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:31 +0200 Subject: [PATCH 01320/10074] aldo: added `no_autobump!` --- Formula/a/aldo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aldo.rb b/Formula/a/aldo.rb index 71e3e8918c402..feda5b3eb007f 100644 --- a/Formula/a/aldo.rb +++ b/Formula/a/aldo.rb @@ -10,6 +10,8 @@ class Aldo < Formula regex(/href=.*?aldo[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "85ae21042606044840664aafe2df3fdcdbc6b00274ef715522d1e14964e51643" From 5c0425aaad647d93e5b0202257257ef98ec63628 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:32 +0200 Subject: [PATCH 01321/10074] alejandra: added `no_autobump!` --- Formula/a/alejandra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/alejandra.rb b/Formula/a/alejandra.rb index ab5f9c04ce782..e673256efc332 100644 --- a/Formula/a/alejandra.rb +++ b/Formula/a/alejandra.rb @@ -6,6 +6,8 @@ class Alejandra < Formula license "Unlicense" head "https://github.com/kamadorueda/alejandra.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a105b8e8c06f4e240b052d62e5b271e4a1c196f8367780ae22fe4bf705ad65b1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e02b48f1e647cf69ccbb6846c8335f912cc08344f7107af6f3b4ad3780981f8c" From a9afa76b40cccf6909b3e045cacc4b5fb11f6fbb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:32 +0200 Subject: [PATCH 01322/10074] alexjs: added `no_autobump!` --- Formula/a/alexjs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/alexjs.rb b/Formula/a/alexjs.rb index e7f52cfc5b396..d1722df5c4fc2 100644 --- a/Formula/a/alexjs.rb +++ b/Formula/a/alexjs.rb @@ -5,6 +5,8 @@ class Alexjs < Formula sha256 "0c41d5d72c0101996aecb88ae2f423d6ac7a2fc57f93384d1a193d2ce67c4ffb" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "02502faa257c0027e461b00a8f802c5bb60de704c3f75afbc09aa41b51763d71" From 2a797049af1a7daba114b507c9402ed753567ec5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:32 +0200 Subject: [PATCH 01323/10074] ali: added `no_autobump!` --- Formula/a/ali.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ali.rb b/Formula/a/ali.rb index 6fc568e76924b..1e3d0d91dd26a 100644 --- a/Formula/a/ali.rb +++ b/Formula/a/ali.rb @@ -6,6 +6,8 @@ class Ali < Formula license "MIT" head "https://github.com/nakabonne/ali.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1fa319e59e535c54935058ab8a8ffdf177bec32fac05003168bd9c15021da164" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e26d87beadff780ef72f728cef8042f6ef0f8224e9e5745b35c74653fa5a47a" From 376cb45560f97b3fae459b254805a4f3449f76dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:32 +0200 Subject: [PATCH 01324/10074] align: added `no_autobump!` --- Formula/a/align.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/align.rb b/Formula/a/align.rb index 261231881be1f..bcf869259b6d3 100644 --- a/Formula/a/align.rb +++ b/Formula/a/align.rb @@ -10,6 +10,8 @@ class Align < Formula regex(/href=.*?align[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "59752d9b714819dca9ca9a6bd4cf70a9a78645aad65a2b5d031812ee84b52c5c" From 08284ff7d6a920f67f440a31adc13e81903142a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:32 +0200 Subject: [PATCH 01325/10074] alive2: added `no_autobump!` --- Formula/a/alive2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/alive2.rb b/Formula/a/alive2.rb index 35127213fc6a4..490348a837484 100644 --- a/Formula/a/alive2.rb +++ b/Formula/a/alive2.rb @@ -8,6 +8,8 @@ class Alive2 < Formula revision 2 head "https://github.com/AliveToolkit/alive2.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c2e52c9df83cf4759cdc53761aec5cf533bdc24fc9812241c18f494a9e7bc836" sha256 cellar: :any, arm64_sonoma: "d12f24a623fe6a7ae194b546ed2076cb9b71b7f2b2ffc8abacf6f004db446720" From 75ab905e63b170ac3b589b7a7e72733260839ba5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:33 +0200 Subject: [PATCH 01326/10074] alloy: added `no_autobump!` --- Formula/a/alloy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/alloy.rb b/Formula/a/alloy.rb index f18d97927500d..c038075a7bd55 100644 --- a/Formula/a/alloy.rb +++ b/Formula/a/alloy.rb @@ -10,6 +10,8 @@ class Alloy < Formula regex(%r{(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "e82b9d3a9c9882398cf30d603d668cfd94b774ddc19ba83e627529e611d64c5d" end From beb8c83b892e516cf0e59153586098c10a8b60fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:33 +0200 Subject: [PATCH 01327/10074] allureofthestars: added `no_autobump!` --- Formula/a/allureofthestars.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/allureofthestars.rb b/Formula/a/allureofthestars.rb index 13663e11d1b86..848c994d3cec0 100644 --- a/Formula/a/allureofthestars.rb +++ b/Formula/a/allureofthestars.rb @@ -7,6 +7,8 @@ class Allureofthestars < Formula revision 6 head "https://github.com/AllureOfTheStars/Allure.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bdcf533595e5ae4f13cde425c0e06c515257045288acddad4b9530ce3c949394" sha256 cellar: :any, arm64_sonoma: "f2798a7e39c570fb3f16f223658233ed9d4f273bfb079851d5b23ad7ee3279c4" From 89de88fcf58db76c3a22ad2a5cbde933a5133107 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:33 +0200 Subject: [PATCH 01328/10074] alot: added `no_autobump!` --- Formula/a/alot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/alot.rb b/Formula/a/alot.rb index acc58922322a8..22abba0933ec0 100644 --- a/Formula/a/alot.rb +++ b/Formula/a/alot.rb @@ -12,6 +12,8 @@ class Alot < Formula revision 1 head "https://github.com/pazz/alot.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b0b23d34625ee35bdf19c6f5092d08aacd2e664df666c6fe4ddde34cde674a9" From 4059924840b773b7acd57384f47ee5be3bcdfc81 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:33 +0200 Subject: [PATCH 01329/10074] alpine: added `no_autobump!` --- Formula/a/alpine.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/alpine.rb b/Formula/a/alpine.rb index c351e01be5418..a852e6e77d7dc 100644 --- a/Formula/a/alpine.rb +++ b/Formula/a/alpine.rb @@ -13,6 +13,8 @@ class Alpine < Formula regex(/href=.*?alpine[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "0299b3f80c9193359059909396ebf74078a263d0e0987e086741398bac68d566" From 66cdd0c774baad0af65edc99acbcff87795e9504 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:33 +0200 Subject: [PATCH 01330/10074] alure: added `no_autobump!` --- Formula/a/alure.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/alure.rb b/Formula/a/alure.rb index f7261d1d40404..08b4c0b7d5e53 100644 --- a/Formula/a/alure.rb +++ b/Formula/a/alure.rb @@ -6,6 +6,8 @@ class Alure < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "5a83dde3ee767c2d722500d07ed8868c671c2d560b932953cfd52fdcf835eef1" From 8c5044ed2e2701a99f0df419ca9a08f7e52e155c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:33 +0200 Subject: [PATCH 01331/10074] amass: added `no_autobump!` --- Formula/a/amass.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/amass.rb b/Formula/a/amass.rb index b9a086a262808..927eee70234e2 100644 --- a/Formula/a/amass.rb +++ b/Formula/a/amass.rb @@ -6,6 +6,8 @@ class Amass < Formula license "Apache-2.0" head "https://github.com/owasp-amass/amass.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "db5368b64cf5b63604ae151e8a4e0c115c3901ae1ca3d9adf859da46dcbb494c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f50a72e211dbd6ad730f2b288656f74ae46e25c07448c3c37dceceb2b45edc4c" From 776392f0093ef2b1589f10fc94c04ff431629787 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:34 +0200 Subject: [PATCH 01332/10074] amazon-ecs-cli: added `no_autobump!` --- Formula/a/amazon-ecs-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/amazon-ecs-cli.rb b/Formula/a/amazon-ecs-cli.rb index 73be175537ffc..f04836044cc4a 100644 --- a/Formula/a/amazon-ecs-cli.rb +++ b/Formula/a/amazon-ecs-cli.rb @@ -6,6 +6,8 @@ class AmazonEcsCli < Formula license "Apache-2.0" head "https://github.com/aws/amazon-ecs-cli.git", branch: "mainline" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "946c2dea923a3f6ce1247becebbe353802a74bf44b5142d0ad0d5548e8fc1ea5" From db2871203c0dd343e13bdbda54d51995d2bcf4f6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:34 +0200 Subject: [PATCH 01333/10074] amdatu-bootstrap: added `no_autobump!` --- Formula/a/amdatu-bootstrap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/amdatu-bootstrap.rb b/Formula/a/amdatu-bootstrap.rb index 69937224ab377..00fd07201bcf7 100644 --- a/Formula/a/amdatu-bootstrap.rb +++ b/Formula/a/amdatu-bootstrap.rb @@ -11,6 +11,8 @@ class AmdatuBootstrap < Formula regex(/href=.*?bootstrap[._-]v?(?:bin-)?r(\d+(?:\.\d+)*)(?:-bin)?\./i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "0094a50b87c8bf6f25f9fc0e68bcb95a2c46923a240eb83210748a280ee8cd27" From 2ed9b3749aba967e44cb7c1ecbb4d4b06b7af330 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:34 +0200 Subject: [PATCH 01334/10074] amfora: added `no_autobump!` --- Formula/a/amfora.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/amfora.rb b/Formula/a/amfora.rb index 480fc57aa5838..098e9ee4b0b62 100644 --- a/Formula/a/amfora.rb +++ b/Formula/a/amfora.rb @@ -9,6 +9,8 @@ class Amfora < Formula ] head "https://github.com/makew0rld/amfora.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5ca2d3a6e2ceff7b959b5dbcb46fce4ae8fc906ad17d6ae3c56dca81c52cf44" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5ec84d2286802f8cb76b710ced58fe9d19569a77e52f42390fac1d1ecc89b48" From 7e24e09acc9b2c9a8cce5cb836b1de38161f0a3b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:34 +0200 Subject: [PATCH 01335/10074] analog: added `no_autobump!` --- Formula/a/analog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/analog.rb b/Formula/a/analog.rb index 44e95e3706a11..0e86bad6474dc 100644 --- a/Formula/a/analog.rb +++ b/Formula/a/analog.rb @@ -6,6 +6,8 @@ class Analog < Formula license "GPL-2.0-only" head "https://github.com/c-amie/analog-ce.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "cf6b6b5922287fd9aad880021dbc161e361b3e1a485ae29ebba5a205085c9bd1" sha256 arm64_sonoma: "566c70a3d0443d7072dd51cacc8d0717fbc0d39d34c7a5ea2283b85238e565b5" From 127980cd81ca109a0d5504c65310c935cec049fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:34 +0200 Subject: [PATCH 01336/10074] angband: added `no_autobump!` --- Formula/a/angband.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/angband.rb b/Formula/a/angband.rb index df95a1a850c5d..0b103693ca6ad 100644 --- a/Formula/a/angband.rb +++ b/Formula/a/angband.rb @@ -10,6 +10,8 @@ class Angband < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "56b2ccd6f86112f7f3c8b97100252d4d39d49be6a659dabbaffd9e393c1d4db1" From 79d9c0a2fd7bc6787506906682d75927bec379ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:34 +0200 Subject: [PATCH 01337/10074] anime-downloader: added `no_autobump!` --- Formula/a/anime-downloader.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/anime-downloader.rb b/Formula/a/anime-downloader.rb index b07907343ba8e..9894d9b228f79 100644 --- a/Formula/a/anime-downloader.rb +++ b/Formula/a/anime-downloader.rb @@ -9,6 +9,8 @@ class AnimeDownloader < Formula revision 3 head "https://github.com/anime-dl/anime-downloader.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sonoma: "7258b2045bc048226c995e5a38991a34711fbab809c2f79295d842d31dc1932d" From 0542b51ba2ef207151f533a69da7386e811f1306 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:35 +0200 Subject: [PATCH 01338/10074] ansible-builder: added `no_autobump!` --- Formula/a/ansible-builder.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ansible-builder.rb b/Formula/a/ansible-builder.rb index 6c57341c22d5a..ef50e203fe5ad 100644 --- a/Formula/a/ansible-builder.rb +++ b/Formula/a/ansible-builder.rb @@ -7,6 +7,8 @@ class AnsibleBuilder < Formula sha256 "d2dc573e26a7bd5095e98aeb37ee9b00bc9f5005abea7147d74229c0f3426fcb" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "579c9ad083782a2e50605b47820f573e1f7ae3d74f78ae7ef6fdfdb752581e22" sha256 cellar: :any, arm64_sonoma: "c92bc3474f4736687413164573d5c0ac47ddaf1824634ec1e7877caab3877dea" From 96274ed931e67031a5becae1931ea8c545962d38 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:35 +0200 Subject: [PATCH 01339/10074] ansible-cmdb: added `no_autobump!` --- Formula/a/ansible-cmdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ansible-cmdb.rb b/Formula/a/ansible-cmdb.rb index 1841e851bbcc3..8db1033105c71 100644 --- a/Formula/a/ansible-cmdb.rb +++ b/Formula/a/ansible-cmdb.rb @@ -8,6 +8,8 @@ class AnsibleCmdb < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1273a6462f8b5745a2b1c297020a609de08c88703908deea3d3276a9af8e5a51" sha256 cellar: :any, arm64_sonoma: "1fe8dcbaadd7a83a63b6d2e9e7c33baf6eebcc7e6653f9a57ba7837759858a0c" From 7abf014dda269ad847df80a3a9e24817f8d5d80d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:35 +0200 Subject: [PATCH 01340/10074] ansible-language-server: added `no_autobump!` --- Formula/a/ansible-language-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ansible-language-server.rb b/Formula/a/ansible-language-server.rb index 4ea7aa024d1d5..c427a0d4b9a2e 100644 --- a/Formula/a/ansible-language-server.rb +++ b/Formula/a/ansible-language-server.rb @@ -5,6 +5,8 @@ class AnsibleLanguageServer < Formula sha256 "3182960a35f229f453d520cfb6c9624ca18104653457eca99dc1406690fa5aa2" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f77d8d03dd3d1c02a29ba66785d2628274f5478363f8fce75a41ca3e6febcc32" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea600142aba89658a7896fa5c65ce40a2648b61f8535d569c552416ba38cd5c8" From b23da1e5a19775f936734b555fd60a5aeea0c448 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:35 +0200 Subject: [PATCH 01341/10074] ansible@8: added `no_autobump!` --- Formula/a/ansible@8.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ansible@8.rb b/Formula/a/ansible@8.rb index 7cc3ee7c72b8b..22e8dba266a13 100644 --- a/Formula/a/ansible@8.rb +++ b/Formula/a/ansible@8.rb @@ -8,6 +8,8 @@ class AnsibleAT8 < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f004f489b86deb0493906cbb400768209c66dbbfec8e29e5dacc249ce5263324" sha256 cellar: :any, arm64_sonoma: "4949d0db36fff1aef4e69a9ca49ad6179e9fc980876901066c4af141466d401a" From 2b92d7061e155004629237a7ac371b77f4253235 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:35 +0200 Subject: [PATCH 01342/10074] ansible@9: added `no_autobump!` --- Formula/a/ansible@9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ansible@9.rb b/Formula/a/ansible@9.rb index 33ffb5c9040db..31b8fda7b1092 100644 --- a/Formula/a/ansible@9.rb +++ b/Formula/a/ansible@9.rb @@ -7,6 +7,8 @@ class AnsibleAT9 < Formula sha256 "b389a97d1e85c2b2ad6ace9e94f410111f69cc5aa3845c930c873b34c0ddd6e2" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c012d30879a0e1dcf6a004fbd4c5e8d8ef2a084c84b34a71ee2ab3056551f88c" sha256 cellar: :any, arm64_sonoma: "0564af7e55f39d80d8baa623a49ae3a377a935bb1e390e51a86d97e0b1ad488e" From 1a585d6539a1a900536394a5ad75c2aea2551518 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:36 +0200 Subject: [PATCH 01343/10074] ansiweather: added `no_autobump!` --- Formula/a/ansiweather.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ansiweather.rb b/Formula/a/ansiweather.rb index 7f4366b68a342..9cd84ce37120d 100644 --- a/Formula/a/ansiweather.rb +++ b/Formula/a/ansiweather.rb @@ -6,6 +6,8 @@ class Ansiweather < Formula license "BSD-2-Clause" head "https://github.com/fcambus/ansiweather.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "038fbe9d452985ee47b312d1c9cfcab030622d4d4e9e803e7062f0c7f2bb42c8" From 7b8a2f3e37e0f152cfaaa23b921a62a0b3a63e75 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:36 +0200 Subject: [PATCH 01344/10074] ant-contrib: added `no_autobump!` --- Formula/a/ant-contrib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ant-contrib.rb b/Formula/a/ant-contrib.rb index 17b62b89ebf20..863efbfba5064 100644 --- a/Formula/a/ant-contrib.rb +++ b/Formula/a/ant-contrib.rb @@ -10,6 +10,8 @@ class AntContrib < Formula regex(%r{url=.*?/ant-contrib[._-]v?(\d+(?:\.\d+)+(?:[a-z]\d+)?)-bin\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "11f6456cf47128a33054e067467dd8186dfd6db33c85cf60bb8620e4a269fced" From 8a2248e3573bcdb625d12ac0688067ca8a77ad22 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:36 +0200 Subject: [PATCH 01345/10074] ant@1.9: added `no_autobump!` --- Formula/a/ant@1.9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ant@1.9.rb b/Formula/a/ant@1.9.rb index 0b091555c93c1..ee505bf9be4b2 100644 --- a/Formula/a/ant@1.9.rb +++ b/Formula/a/ant@1.9.rb @@ -6,6 +6,8 @@ class AntAT19 < Formula sha256 "57ceb0b249708cb28d081a72045657ab067fc4bc4a0d1e4af252496be44c2e66" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a881e6229607ce27db2cf3686cc2f28deeb04d2e3a0e6f0967438dd123516eab" From 317b7225d00a27e22888297f6525a11ee6589955 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:36 +0200 Subject: [PATCH 01346/10074] antigen: added `no_autobump!` --- Formula/a/antigen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/antigen.rb b/Formula/a/antigen.rb index b2283c61f994a..7c20be41e6489 100644 --- a/Formula/a/antigen.rb +++ b/Formula/a/antigen.rb @@ -6,6 +6,8 @@ class Antigen < Formula license "MIT" head "https://github.com/zsh-users/antigen.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c5b90cbbac10593d4cdc737303340894b65b0598a564cc9eafe1466f33936503" From 9e2ad41a344f30aadea328571722a9d460369c48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:36 +0200 Subject: [PATCH 01347/10074] antiword: added `no_autobump!` --- Formula/a/antiword.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/antiword.rb b/Formula/a/antiword.rb index 500e2f652bce4..4f86a25379fd7 100644 --- a/Formula/a/antiword.rb +++ b/Formula/a/antiword.rb @@ -6,6 +6,8 @@ class Antiword < Formula sha256 "8e2c000fcbc6d641b0e6ff95e13c846da3ff31097801e86702124a206888f5ac" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f3a917d197df7b1a9e21a9e604593783436adff1b8c6854a85ef417abc3ca21b" sha256 arm64_sonoma: "393500bd0690bd7fdb9ed258a1ce7882f518db42ec14d380421f771467080bf6" From 37f01cd607e0969ec7270392ea7912ac6ff44869 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:36 +0200 Subject: [PATCH 01348/10074] anyenv: added `no_autobump!` --- Formula/a/anyenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/anyenv.rb b/Formula/a/anyenv.rb index 6efe9b9d22019..5d79b56bf4bb4 100644 --- a/Formula/a/anyenv.rb +++ b/Formula/a/anyenv.rb @@ -5,6 +5,8 @@ class Anyenv < Formula sha256 "ed086fb8f5ee6bd8136364c94a9a76a24c65e0a950bb015e1b83389879a56ba8" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "be1c3998ca482ca2cf3377f5db6690f1c74877e5cdfc4266d62c5cc1627caacd" From 04f542879e71a1a428705cbc77558988333c4e2b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:37 +0200 Subject: [PATCH 01349/10074] aoeui: added `no_autobump!` --- Formula/a/aoeui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aoeui.rb b/Formula/a/aoeui.rb index 038921de52dd5..8dc18ff5b0254 100644 --- a/Formula/a/aoeui.rb +++ b/Formula/a/aoeui.rb @@ -5,6 +5,8 @@ class Aoeui < Formula sha256 "0655c3ca945b75b1204c5f25722ac0a07e89dd44bbf33aca068e918e9ef2a825" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d884318d049fd6851389c8c37f7c0eb1042fbeb00c7cf7d0829ce6ab3d45d81d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a151b75fa791fe09b9b8e76783aeb89afdaafef9cd14e70208bde09334dfd84" From a39cb30e08b7a904166d700d32424ee47d80914d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:37 +0200 Subject: [PATCH 01350/10074] apache-archiva: added `no_autobump!` --- Formula/a/apache-archiva.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apache-archiva.rb b/Formula/a/apache-archiva.rb index 933e2e8dde028..4a3e9528c0cab 100644 --- a/Formula/a/apache-archiva.rb +++ b/Formula/a/apache-archiva.rb @@ -6,6 +6,8 @@ class ApacheArchiva < Formula sha256 "9d468f5cd3d7f6841e133e853fc24e73fb62397091f1bb3601b6f157a5eadf77" license all_of: ["Apache-2.0", "GPL-2.0-only"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0353821ce360af9daa593f637080c56b6e2cfbdd79430d90592577476aefd5be" sha256 cellar: :any_skip_relocation, arm64_sonoma: "608f320fba80feaae78ae4a9245939f3c115a06ad852b83a510332f816982fc3" From ea427d9102c105ad1ebdd4378b902f062f56067b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:37 +0200 Subject: [PATCH 01351/10074] apache-arrow-glib: added `no_autobump!` --- Formula/a/apache-arrow-glib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apache-arrow-glib.rb b/Formula/a/apache-arrow-glib.rb index 4c5d282793899..0eed40e32ab07 100644 --- a/Formula/a/apache-arrow-glib.rb +++ b/Formula/a/apache-arrow-glib.rb @@ -11,6 +11,8 @@ class ApacheArrowGlib < Formula formula "apache-arrow" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8294049b1709df4be53384fdafbec4e87a2a6ddc118a9f3e2867c67efcc9b02a" sha256 cellar: :any, arm64_sonoma: "ccde01a3671cac00aab2015fed3e35a5b74ebcd270c79e994fa48955dc08eb73" From 0364d6f216ad26af68d0eef91b36341d564c1ad3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:37 +0200 Subject: [PATCH 01352/10074] apache-arrow: added `no_autobump!` --- Formula/a/apache-arrow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apache-arrow.rb b/Formula/a/apache-arrow.rb index a5a3b79de7476..03c7483c7f62d 100644 --- a/Formula/a/apache-arrow.rb +++ b/Formula/a/apache-arrow.rb @@ -7,6 +7,8 @@ class ApacheArrow < Formula license "Apache-2.0" head "https://github.com/apache/arrow.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cd25ff2c5e53b329095229cce306740755dbc3aa6b3d51391bb420e6c4a88126" sha256 cellar: :any, arm64_sonoma: "38fe55ee10b77866913ce2cbed86e75488cd0c5703eb3c383f4db8973f20a8ed" From 1af2c6091e2246ab0b7c951683d0f977e758e0ef Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:37 +0200 Subject: [PATCH 01353/10074] apache-brooklyn-cli: added `no_autobump!` --- Formula/a/apache-brooklyn-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apache-brooklyn-cli.rb b/Formula/a/apache-brooklyn-cli.rb index 62f6f324f02f7..2931cf58e4936 100644 --- a/Formula/a/apache-brooklyn-cli.rb +++ b/Formula/a/apache-brooklyn-cli.rb @@ -11,6 +11,8 @@ class ApacheBrooklynCli < Formula regex(%r{^(?:rel/)?apache-brooklyn[._-]v?(\d+(?:\.\d+)+)$}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "503ba57fecdd845c589d3d989e55389df542bf408d74c6b6bdaaaaa3b9fa9d7a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5d4f837f66feb0e8ffd454caabde1262774b0146b9a41bc7b0e6c8db2f12d35" From 8635115eecf8a57b2a0e758e8f36a33a6128d686 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:38 +0200 Subject: [PATCH 01354/10074] apache-flink@1: added `no_autobump!` --- Formula/a/apache-flink@1.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apache-flink@1.rb b/Formula/a/apache-flink@1.rb index bb24898ba3302..5dd9765ec9788 100644 --- a/Formula/a/apache-flink@1.rb +++ b/Formula/a/apache-flink@1.rb @@ -7,6 +7,8 @@ class ApacheFlinkAT1 < Formula sha256 "5fc4551cd11aee83a9569392339c43fb32a60847db456e1cb4fa64c8daae0186" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "99384bed6ba14959e8215e2eb0ca41df3597021c0b5f1bdac4a952b4d7f74ecb" end From 31da4c7e2d12124caeaaf5f8eaf6573b3a9e8f8b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:38 +0200 Subject: [PATCH 01355/10074] apcupsd: added `no_autobump!` --- Formula/a/apcupsd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apcupsd.rb b/Formula/a/apcupsd.rb index 862ddf7ef40a4..c058b9a4c8dd6 100644 --- a/Formula/a/apcupsd.rb +++ b/Formula/a/apcupsd.rb @@ -10,6 +10,8 @@ class Apcupsd < Formula regex(%r{url=.*?/apcupsd%20-%20Stable/[^/]+/apcupsd[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 arm64_sequoia: "42e5ae7b28e6a629784dc2fde07477671a8348544e1472de2fd27ddf88a55dc5" From 2aaf0bd19e7e5f490d5f4c3ce0c5e6aaafed9e1c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:38 +0200 Subject: [PATCH 01356/10074] apgdiff: added `no_autobump!` --- Formula/a/apgdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apgdiff.rb b/Formula/a/apgdiff.rb index 1878c6b96fd4e..2d7b25d7f9182 100644 --- a/Formula/a/apgdiff.rb +++ b/Formula/a/apgdiff.rb @@ -10,6 +10,8 @@ class Apgdiff < Formula regex(/^release[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "22236801bcf19f2b8beb312287dc2b3a8d9ebdef2ee0fa56779ed0abc3e44fc4" From e406d7e8828ba075ee121b79bd203e0bf0d17f2b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:38 +0200 Subject: [PATCH 01357/10074] apib: added `no_autobump!` --- Formula/a/apib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apib.rb b/Formula/a/apib.rb index 4a751d23a72bd..fb9820f8f1308 100644 --- a/Formula/a/apib.rb +++ b/Formula/a/apib.rb @@ -6,6 +6,8 @@ class Apib < Formula license "Apache-2.0" head "https://github.com/apigee/apib.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "16bdbdc8c1157d81ef431aa3c9065d08a8986f6f9863d6d1d9ec7b9bf9ba1a4c" From 200af8e0798785db7e270f44c7ea6b99577f3ca2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:38 +0200 Subject: [PATCH 01358/10074] apidoc: added `no_autobump!` --- Formula/a/apidoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apidoc.rb b/Formula/a/apidoc.rb index 11f980aca74d1..5ce9b6d574435 100644 --- a/Formula/a/apidoc.rb +++ b/Formula/a/apidoc.rb @@ -5,6 +5,8 @@ class Apidoc < Formula sha256 "45812a66432ec3d7dc97e557bab0a9f9a877f0616a95c2c49979b67ba8cfb0cf" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "77eead90a2e275963902897bb539d05529082eefc6da4862e006cce26e850fb6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e50dd2df96beabbbb2ae46b9066c60903b6c778798fa172aeece50e8a68d78b8" From ac445437a1d70c5f6516b54db8cfe80aff4fd340 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:38 +0200 Subject: [PATCH 01359/10074] apify-cli: added `no_autobump!` --- Formula/a/apify-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apify-cli.rb b/Formula/a/apify-cli.rb index 772472105caf5..b2c0af5690eff 100644 --- a/Formula/a/apify-cli.rb +++ b/Formula/a/apify-cli.rb @@ -5,6 +5,8 @@ class ApifyCli < Formula sha256 "bc5e57ace3d23f5f3b0943be63da7d064f8b6f69b86c5fe91d531b51cf35684c" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ae581a2de5d04f71ed21bff741bab73f275def98521c4646589f394442e14d9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ae581a2de5d04f71ed21bff741bab73f275def98521c4646589f394442e14d9" From db278623a18fece80da46adde84a22337fd9d8d2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:39 +0200 Subject: [PATCH 01360/10074] apm-bash-completion: added `no_autobump!` --- Formula/a/apm-bash-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apm-bash-completion.rb b/Formula/a/apm-bash-completion.rb index b1887520a1e4d..0c3e91b21d286 100644 --- a/Formula/a/apm-bash-completion.rb +++ b/Formula/a/apm-bash-completion.rb @@ -5,6 +5,8 @@ class ApmBashCompletion < Formula sha256 "1043a7f19eabe69316ea483830fb9f78d6c90853aaf4dd7ed60007af7f0d6e9d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f86348dd9abdb4b7a8c6353f29374d7432375920a0281e806f14d50b8673bc1f" From 20369c5d4f8a028b7850a86e2b1546a725cd1424 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:39 +0200 Subject: [PATCH 01361/10074] apng2gif: added `no_autobump!` --- Formula/a/apng2gif.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apng2gif.rb b/Formula/a/apng2gif.rb index 704c63651b635..445c209dfbd01 100644 --- a/Formula/a/apng2gif.rb +++ b/Formula/a/apng2gif.rb @@ -5,6 +5,8 @@ class Apng2gif < Formula sha256 "9a07e386017dc696573cd7bc7b46b2575c06da0bc68c3c4f1c24a4b39cdedd4d" license all_of: ["libpng-2.0", "Zlib"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "0f86e3508b3328f66e3ada01096160126c5ef87912d0a6a187a0200293d0d93f" From cde4f5155375d79ab0bd3d14ad423c19ac41f7df Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:39 +0200 Subject: [PATCH 01362/10074] apngasm: added `no_autobump!` --- Formula/a/apngasm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apngasm.rb b/Formula/a/apngasm.rb index 4eb7ea28cee4b..b13c2f15cc481 100644 --- a/Formula/a/apngasm.rb +++ b/Formula/a/apngasm.rb @@ -7,6 +7,8 @@ class Apngasm < Formula revision 17 head "https://github.com/apngasm/apngasm.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "9f9562c52caf37166d3771a0e370250319750ce9fa016ca099ee231ba4ae88d3" sha256 arm64_sonoma: "f0791efcfc25b7001706e2e2bdcb1f9120d8cf5fd1c34a1fefdfb09056b492dc" From c3aa6cdd25c722d49cd0432efdb8d3283dd59f28 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:39 +0200 Subject: [PATCH 01363/10074] apophenia: added `no_autobump!` --- Formula/a/apophenia.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apophenia.rb b/Formula/a/apophenia.rb index 56d401f0919aa..65fc71ba34acd 100644 --- a/Formula/a/apophenia.rb +++ b/Formula/a/apophenia.rb @@ -6,6 +6,8 @@ class Apophenia < Formula license "GPL-2.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "45407a002d3d36f5c0e0e1b286a7097074d389691e119c42b17681e086b48473" sha256 cellar: :any, arm64_sonoma: "46a4119ca0d9f934fad32688b6a85ae8206a5f86f8e64b9d3680201398c1bee2" From 50bcab840d7df2635080c436d3601fb475cec356 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:39 +0200 Subject: [PATCH 01364/10074] apparix: added `no_autobump!` --- Formula/a/apparix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apparix.rb b/Formula/a/apparix.rb index e2521f3a00f32..0892ab723cb33 100644 --- a/Formula/a/apparix.rb +++ b/Formula/a/apparix.rb @@ -9,6 +9,8 @@ class Apparix < Formula skip "No version information available" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "c47c60a9ddde3d173404c7337080bf1cbd8c8d314b78092f02068a3fa5a689e0" From 010e10f85f8b590704c5eb3fce25f2d66dc7e042 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:39 +0200 Subject: [PATCH 01365/10074] appstream-glib: added `no_autobump!` --- Formula/a/appstream-glib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/appstream-glib.rb b/Formula/a/appstream-glib.rb index bddb8f8e49fd8..4d26e771a1061 100644 --- a/Formula/a/appstream-glib.rb +++ b/Formula/a/appstream-glib.rb @@ -5,6 +5,8 @@ class AppstreamGlib < Formula sha256 "15ad7690b0132d883bd066699a7b55f6cef4c0f266d18d781ce5d8112fb4ee63" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8b7403b1054de2416fa93563425321346b3f19e0828dc570eda83d6275892c69" sha256 cellar: :any, arm64_sonoma: "436c07f995a7eebb35d00956d96b5a3a7839fe406ad2ecfcb870ba47c2fe14cf" From c12f6195ff6a41a2e4a4c9f2205c78fe37adcca3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:40 +0200 Subject: [PATCH 01366/10074] apr-util: added `no_autobump!` --- Formula/a/apr-util.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apr-util.rb b/Formula/a/apr-util.rb index c6bcf4892ff24..7f15c9a15b72f 100644 --- a/Formula/a/apr-util.rb +++ b/Formula/a/apr-util.rb @@ -7,6 +7,8 @@ class AprUtil < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6d3282873dffcfed602c5cfb7eb5ddad4b7115aaa954e191dfd4b733a58ef43e" sha256 arm64_sonoma: "e21a775a4cd6e721ad4f09cd7ed0355b5a1181ca8ad6834911a045c8f076eb01" From 5a54ab7466b27017fc32ac3fbbbe6e402a5191da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:40 +0200 Subject: [PATCH 01367/10074] apt-dater: added `no_autobump!` --- Formula/a/apt-dater.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/apt-dater.rb b/Formula/a/apt-dater.rb index 4496c10ed9297..1511790c774be 100644 --- a/Formula/a/apt-dater.rb +++ b/Formula/a/apt-dater.rb @@ -7,6 +7,8 @@ class AptDater < Formula revision 1 version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "e89784e139fbbe28d5b78275b2242171bac80c2ef9499613154b3e7811c08468" From 8f999e7d6023332e6f36e5f4e44fcf9efbedccbb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:40 +0200 Subject: [PATCH 01368/10074] aptos: added `no_autobump!` --- Formula/a/aptos.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aptos.rb b/Formula/a/aptos.rb index 77ac0700467b6..5dca6bbbebd52 100644 --- a/Formula/a/aptos.rb +++ b/Formula/a/aptos.rb @@ -11,6 +11,8 @@ class Aptos < Formula regex(/^aptos-cli[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0206105fff368a299a90a564d3bc2721310ebe7c73d45a3d8535263cc318028" sha256 cellar: :any_skip_relocation, arm64_sonoma: "50a2913aef29c7bbfce6b09ccff72c0d688fe68023a556dbed2374cb815d2451" From 1b80653d76571832a7e3e5b0f3d7986a4ef1fd39 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:40 +0200 Subject: [PATCH 01369/10074] aqbanking: added `no_autobump!` --- Formula/a/aqbanking.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aqbanking.rb b/Formula/a/aqbanking.rb index 6a8563f33cd95..a790a71442c9f 100644 --- a/Formula/a/aqbanking.rb +++ b/Formula/a/aqbanking.rb @@ -10,6 +10,8 @@ class Aqbanking < Formula regex(/href=.*?aqbanking[._-](\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "867da1207bd6888e0ccaff9e5a590a550496c75a3c108268eb735a72d88f4b63" sha256 arm64_sonoma: "09eac4af03579d4a5a3a337abb3084181421c3900d4b48634ae49b40c8bf372e" From ad3439318e779e433c7441f90197092b680c41da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:40 +0200 Subject: [PATCH 01370/10074] arabica: added `no_autobump!` --- Formula/a/arabica.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arabica.rb b/Formula/a/arabica.rb index 81a71586b9830..8296f33523669 100644 --- a/Formula/a/arabica.rb +++ b/Formula/a/arabica.rb @@ -17,6 +17,8 @@ class Arabica < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5448f9dfdd462014fca6f549d3d8e42a8831e7af763ec90ec55d5f9de259a171" sha256 cellar: :any, arm64_sonoma: "d066bb2e2067e8487d5e161c2c0d438ac331f377b4103833ee4859c6d680540a" From d03a1b8d144ef2b552a6edfd11edc6f9286a05b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:41 +0200 Subject: [PATCH 01371/10074] arangodb: added `no_autobump!` --- Formula/a/arangodb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arangodb.rb b/Formula/a/arangodb.rb index 029f3e77a125f..fa4170c5853b3 100644 --- a/Formula/a/arangodb.rb +++ b/Formula/a/arangodb.rb @@ -6,6 +6,8 @@ class Arangodb < Formula license "Apache-2.0" head "https://github.com/arangodb/arangodb.git", branch: "devel" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_ventura: "53afa49b9a2e4848ca33ea0933a521b50a43b36849d2c5fea08443034dd8d778" sha256 arm64_monterey: "7cd65f1950e1f3a469a0978fec85f76ff2de404b17abca40d55945806e7de59d" From 5b677ab30ac6edc1cdd1a779ae45296c7c166963 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:41 +0200 Subject: [PATCH 01372/10074] archey4: added `no_autobump!` --- Formula/a/archey4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/archey4.rb b/Formula/a/archey4.rb index a5018291a467b..8d75d647b1e98 100644 --- a/Formula/a/archey4.rb +++ b/Formula/a/archey4.rb @@ -7,6 +7,8 @@ class Archey4 < Formula sha256 "1cf158ab799fa8a5d15deab0a48df306d2788c81de44d0242c3ab1dfa84865ac" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "67a20d46c2fe1dbb51cb872d3d4ebb5342aabfda48a7cfbe915c17ad948969e4" From 8acc2bb9e765b3427d8370c1d598ee9ae05a37df Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:41 +0200 Subject: [PATCH 01373/10074] archivemount: added `no_autobump!` --- Formula/a/archivemount.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/archivemount.rb b/Formula/a/archivemount.rb index 66d9d8b625c47..ff0e38517d8dc 100644 --- a/Formula/a/archivemount.rb +++ b/Formula/a/archivemount.rb @@ -10,6 +10,8 @@ class Archivemount < Formula regex(/\*\s+v?(\d+(?:\.\d+)+)\s+/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_linux: "955c633971c03c810ea51de75c517e68fc10b1dc69b129039ab3fd4a8419cffe" From a69795d94ad6c56b4e734d185b0180ded80d0f81 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:41 +0200 Subject: [PATCH 01374/10074] archiver: added `no_autobump!` --- Formula/a/archiver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/archiver.rb b/Formula/a/archiver.rb index eee8415855691..63acdf53364f2 100644 --- a/Formula/a/archiver.rb +++ b/Formula/a/archiver.rb @@ -6,6 +6,8 @@ class Archiver < Formula license "MIT" head "https://github.com/mholt/archiver.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b6c238c7e684837a57ff1038a05b92a89b1db0311443ff3f66da556eeeb873a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "247cc8a86532c7e40d47ee84872895a7790a87c0c732cb1d4dfd19a25e8b724f" From be27b68643f6d70ce8bedbffd6b4a131e594eebf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:41 +0200 Subject: [PATCH 01375/10074] ares: added `no_autobump!` --- Formula/a/ares.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ares.rb b/Formula/a/ares.rb index 3b000be746c1b..37273b6cb001f 100644 --- a/Formula/a/ares.rb +++ b/Formula/a/ares.rb @@ -10,6 +10,8 @@ class Ares < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b698cc90e5f474391cb7a574b84ba9a3c9d4e70f4de900676375856a58408a6" From 03708b4a3c28cf2fd98547802b301324873a2e22 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:41 +0200 Subject: [PATCH 01376/10074] argon2: added `no_autobump!` --- Formula/a/argon2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/argon2.rb b/Formula/a/argon2.rb index 7efc9187c66e7..26863244bd74b 100644 --- a/Formula/a/argon2.rb +++ b/Formula/a/argon2.rb @@ -7,6 +7,8 @@ class Argon2 < Formula revision 1 head "https://github.com/P-H-C/phc-winner-argon2.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4fe5808e09d5c48eac1991bb19bca51ac39517ae46d8e9f696580dc004c0bd08" sha256 cellar: :any, arm64_sonoma: "c503692d2a7d5538d5cb241b69c283d998bde91b38e3065c01bc79fdbe8cd197" From 92ed29887d62ef93b7bb959f4d0c4780157fa3b1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:42 +0200 Subject: [PATCH 01377/10074] argp-standalone: added `no_autobump!` --- Formula/a/argp-standalone.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/argp-standalone.rb b/Formula/a/argp-standalone.rb index 39d680ce56ac3..99ba32fc7a669 100644 --- a/Formula/a/argp-standalone.rb +++ b/Formula/a/argp-standalone.rb @@ -9,6 +9,8 @@ class ArgpStandalone < Formula :public_domain, # mempcpy.c, strchrnul.c ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b71de47f10a604629ded46675494d28ec5189153afe353425a4f6f52ab879f29" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ded4333901f512960d2087fd1177a70c82af78f296d858e517b52d94a2585520" From a455622f18fb5ee101500e884c8731b16575ac79 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:42 +0200 Subject: [PATCH 01378/10074] argtable: added `no_autobump!` --- Formula/a/argtable.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/argtable.rb b/Formula/a/argtable.rb index 8c1ca918b443a..acce576bf9468 100644 --- a/Formula/a/argtable.rb +++ b/Formula/a/argtable.rb @@ -6,6 +6,8 @@ class Argtable < Formula sha256 "8f77e8a7ced5301af6e22f47302fdbc3b1ff41f2b83c43c77ae5ca041771ddbf" license "LGPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ac1c99cc90796da54dcfa48415939944d6608a1284d6c1eb2650d43717a4d622" sha256 cellar: :any, arm64_sonoma: "0f2a92f017739cf52ff30229bbbb87fed5e9d818ae9655685227d5f72a94825a" From df987ea57b6fd4eeec6f4167f766a8554d945c2d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:42 +0200 Subject: [PATCH 01379/10074] aria2: added `no_autobump!` --- Formula/a/aria2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aria2.rb b/Formula/a/aria2.rb index ade5d2ff4c4f5..47c86fa68ceb1 100644 --- a/Formula/a/aria2.rb +++ b/Formula/a/aria2.rb @@ -5,6 +5,8 @@ class Aria2 < Formula sha256 "60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fa42d58d43ca08575c6df1b9c8b6141edc97fdeec4c60fc3e39c50fffc7a301e" sha256 arm64_sonoma: "89117256b91a5a87d4e31fb4054f7a0b45681a97627547b4db7498930486ff05" From 78904c2de0795c9135a5de6dee28b455cbbc4508 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:42 +0200 Subject: [PATCH 01380/10074] aribb24: added `no_autobump!` --- Formula/a/aribb24.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aribb24.rb b/Formula/a/aribb24.rb index 23ff41ec7d229..7467ea7fe34c8 100644 --- a/Formula/a/aribb24.rb +++ b/Formula/a/aribb24.rb @@ -5,6 +5,8 @@ class Aribb24 < Formula sha256 "88b58dd760609372701087e25557ada9f7c6d973306c017067c5dcaf9e2c9710" license "LGPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4f5a5fb9f91e28f11bbf33dda14a54b36510cecc834a29f0ba28d980a57760fc" sha256 cellar: :any, arm64_sonoma: "00fe805d46c08342ec5d62c3eaddfb272513ce55e5eeba324317f43f0783a6d8" From 0fd6c4b5b64f30c6accd88817665a37cceb7127a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:42 +0200 Subject: [PATCH 01381/10074] arm-linux-gnueabihf-binutils: added `no_autobump!` --- Formula/a/arm-linux-gnueabihf-binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arm-linux-gnueabihf-binutils.rb b/Formula/a/arm-linux-gnueabihf-binutils.rb index b540b35f7176a..d8ae3d2212ef4 100644 --- a/Formula/a/arm-linux-gnueabihf-binutils.rb +++ b/Formula/a/arm-linux-gnueabihf-binutils.rb @@ -10,6 +10,8 @@ class ArmLinuxGnueabihfBinutils < Formula formula "binutils" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "efa4af7fe2a1f1af0532a7eba01be51b606d532428364e57abefa1e0c5251b05" sha256 arm64_sonoma: "f8c07d9d101a620317cf2b25f6544a9faa9e59756645dd1a252dd4f3b404e492" From 42f582f40a0ac12c3fb6caf6b3e637652b6c4150 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:43 +0200 Subject: [PATCH 01382/10074] arm-none-eabi-binutils: added `no_autobump!` --- Formula/a/arm-none-eabi-binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arm-none-eabi-binutils.rb b/Formula/a/arm-none-eabi-binutils.rb index ccf44b3590fb7..b0c0b98b400cc 100644 --- a/Formula/a/arm-none-eabi-binutils.rb +++ b/Formula/a/arm-none-eabi-binutils.rb @@ -10,6 +10,8 @@ class ArmNoneEabiBinutils < Formula formula "binutils" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "06af07de6ca093b334bd87f2de88a263448611f253d0d0c31bd557ec386bec36" sha256 arm64_sonoma: "932c45d6ec8c2449242f9b32f4cc75ec90b295c1af2cdc02d3a2bfa1a79e7156" From 9309b71d33c9f5606b0d09b528763260b8661cfd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:43 +0200 Subject: [PATCH 01383/10074] arm-none-eabi-gdb: added `no_autobump!` --- Formula/a/arm-none-eabi-gdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arm-none-eabi-gdb.rb b/Formula/a/arm-none-eabi-gdb.rb index 20ca922afc748..57de3ce019374 100644 --- a/Formula/a/arm-none-eabi-gdb.rb +++ b/Formula/a/arm-none-eabi-gdb.rb @@ -11,6 +11,8 @@ class ArmNoneEabiGdb < Formula formula "gdb" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "54bb4fd38fdd0c2e6b322d6ea7f05a9e101509e774b906a2048cc5a0a6df5b84" sha256 arm64_sonoma: "fb92c479ff811cc52de43c83059cbfddbcdc397e39c6e79bcdafd8ac3034ef34" From 757dac99db1f44755b4d9eea6434fda554f04184 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:43 +0200 Subject: [PATCH 01384/10074] arp-sk: added `no_autobump!` --- Formula/a/arp-sk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arp-sk.rb b/Formula/a/arp-sk.rb index 9e305cf67644e..ee922e4fd38ae 100644 --- a/Formula/a/arp-sk.rb +++ b/Formula/a/arp-sk.rb @@ -7,6 +7,8 @@ class ArpSk < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6fd6f88cc3ac21f19654e0c515e9cc473dcb6731a1e89eb83f26727b1aef6ee8" sha256 cellar: :any, arm64_sonoma: "f4fe431e1423df2852ee7e36f9898c694bd5e95558c21afec86858858acd6403" From 7065812f88b236123a74b8eb5f092ecf494ebd93 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:43 +0200 Subject: [PATCH 01385/10074] arpack: added `no_autobump!` --- Formula/a/arpack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arpack.rb b/Formula/a/arpack.rb index f6202e7edd014..91cf6408498b0 100644 --- a/Formula/a/arpack.rb +++ b/Formula/a/arpack.rb @@ -7,6 +7,8 @@ class Arpack < Formula revision 1 head "https://github.com/opencollab/arpack-ng.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "476f1c28808b3115fa9cf72d17bda20b989dc60d911d3abe85be50a92bd1d6a1" sha256 cellar: :any, arm64_sonoma: "fcc8d39b5a28e371db0331c0f2ae3de23a6c37e38e9ee5026b88e668c093ea71" From faf3e786044c9a6746f99397652d5913b84e8065 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:43 +0200 Subject: [PATCH 01386/10074] arpoison: added `no_autobump!` --- Formula/a/arpoison.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arpoison.rb b/Formula/a/arpoison.rb index 115be113e7c0e..e4b36ef5f1335 100644 --- a/Formula/a/arpoison.rb +++ b/Formula/a/arpoison.rb @@ -11,6 +11,8 @@ class Arpoison < Formula regex(/href=.*?arpoison[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5290454e5c88457099cf20619c7bbb8368c13c8a33365791781c7ef693fa6a1e" sha256 cellar: :any, arm64_sonoma: "2c6f2456c9b2ba1ac193df313e5b48ffe0ec438d0a4abce2a0913a77783e04a1" From 30b8cd7ba99e32f3cdcc244598e3620de18a6cf3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:43 +0200 Subject: [PATCH 01387/10074] arss: added `no_autobump!` --- Formula/a/arss.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arss.rb b/Formula/a/arss.rb index b4b0fe5c582a6..427af3881f969 100644 --- a/Formula/a/arss.rb +++ b/Formula/a/arss.rb @@ -5,6 +5,8 @@ class Arss < Formula sha256 "e2faca8b8a3902226353c4053cd9ab71595eec6ead657b5b44c14b4bef52b2b2" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "02051c251dcf51557823a6ae6effb432c9c892a42a3ab19e80c9b8f0e61327ad" sha256 cellar: :any, arm64_sonoma: "b0bf1ad20a051b16f65fbbe1ee4780b674ae2a12953291e51de2ca4fd1d478d8" From 5bff1de7b344f608121bd967b6921ea7235517c2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:44 +0200 Subject: [PATCH 01388/10074] arx-libertatis: added `no_autobump!` --- Formula/a/arx-libertatis.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/arx-libertatis.rb b/Formula/a/arx-libertatis.rb index 4ac5400641b3a..b7a48abd9ce61 100644 --- a/Formula/a/arx-libertatis.rb +++ b/Formula/a/arx-libertatis.rb @@ -10,6 +10,8 @@ class ArxLibertatis < Formula regex(%r{href=["']?arx-libertatis[._-]v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e60d7ed4b0a7ff3b132efb97907d8203a0e501f292866d17ab9b2773376b44cd" sha256 arm64_sonoma: "2c520ea9e3ce0eb1066cd47fd192e73bda08a3e27b39b1efa6b5dcef7614dedf" From d6583dd26aa2be3b8cf5bb03e560cd18c8296e92 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:44 +0200 Subject: [PATCH 01389/10074] as-tree: added `no_autobump!` --- Formula/a/as-tree.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/as-tree.rb b/Formula/a/as-tree.rb index ae86bd57bc65c..d7fac7ca3f17b 100644 --- a/Formula/a/as-tree.rb +++ b/Formula/a/as-tree.rb @@ -5,6 +5,8 @@ class AsTree < Formula sha256 "2af03a2b200041ac5c7a20aa1cea0dcc21fb83ac9fe9a1cd63cb02adab299456" license "BlueOak-1.0.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5059a4f64cd775588b4f57a258964415373c09346d65f121f9e61464bbc6789a" From 54b94d2d5b773c54e6164a30d374816d1c2719c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:44 +0200 Subject: [PATCH 01390/10074] ascii2binary: added `no_autobump!` --- Formula/a/ascii2binary.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ascii2binary.rb b/Formula/a/ascii2binary.rb index 5fd6d574c9fb2..ee93f0201c826 100644 --- a/Formula/a/ascii2binary.rb +++ b/Formula/a/ascii2binary.rb @@ -10,6 +10,8 @@ class Ascii2binary < Formula regex(/href=.*?ascii2binary[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5fa97a3db89565045338e7d0a725a0dfe87995651b8987d271bfb5eeb07e7728" sha256 cellar: :any, arm64_sonoma: "fa4789ecc58d9510294d6ceb7e88865abecf9b50237def8dde810cea6a9a8477" From 057ac21094f31cf599a3d876e994afaf699717f2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:44 +0200 Subject: [PATCH 01391/10074] asciidoc: added `no_autobump!` --- Formula/a/asciidoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asciidoc.rb b/Formula/a/asciidoc.rb index b1e35cad147fd..8918cd89c099b 100644 --- a/Formula/a/asciidoc.rb +++ b/Formula/a/asciidoc.rb @@ -8,6 +8,8 @@ class Asciidoc < Formula license "GPL-2.0-or-later" head "https://github.com/asciidoc-py/asciidoc-py.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec67acbcd8040ec963e8d3c2cab2427254d2b8b411b65db720347518ab341559" From ab9196b919bd54e35dafb47c98517f2760a42cda Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:44 +0200 Subject: [PATCH 01392/10074] asciinema: added `no_autobump!` --- Formula/a/asciinema.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asciinema.rb b/Formula/a/asciinema.rb index 1eacee2469e10..1a3ebb6bf33fd 100644 --- a/Formula/a/asciinema.rb +++ b/Formula/a/asciinema.rb @@ -8,6 +8,8 @@ class Asciinema < Formula license "GPL-3.0-only" head "https://github.com/asciinema/asciinema.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f5ecbcebc62f27a2078b240921060282cef4507a007db5aabfc850c36aea51a" From ee9818a65d3a68fbd7a08de42ddc3146a9aaa314 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:44 +0200 Subject: [PATCH 01393/10074] asciiquarium: added `no_autobump!` --- Formula/a/asciiquarium.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asciiquarium.rb b/Formula/a/asciiquarium.rb index 2f06133285b3d..51b8ccccd4fcb 100644 --- a/Formula/a/asciiquarium.rb +++ b/Formula/a/asciiquarium.rb @@ -11,6 +11,8 @@ class Asciiquarium < Formula regex(/href=.*?asciiquarium[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "080079f96aa210857f68ea0e376ce057dca85875e94df0a2da695559d37d08e9" From 4d9a5e3e13868b2b8127d6e69982230fcf509353 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:45 +0200 Subject: [PATCH 01394/10074] asciitex: added `no_autobump!` --- Formula/a/asciitex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asciitex.rb b/Formula/a/asciitex.rb index 8c3080a2c8670..638566ae67584 100644 --- a/Formula/a/asciitex.rb +++ b/Formula/a/asciitex.rb @@ -5,6 +5,8 @@ class Asciitex < Formula sha256 "abf964818833d8b256815eb107fb0de391d808fe131040fb13005988ff92a48d" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d70918544a7191e90ce55d8b2cc02b5602ef6210dc6f0269e9667bdc0fce8a26" sha256 cellar: :any_skip_relocation, arm64_sonoma: "001ef3790d111bdafbaf5ab24d20a2c62c09fe3278a05d8115ec382c91b86a89" From e134b3d99cf25e9afa393dd3710f4f7d33269e47 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:45 +0200 Subject: [PATCH 01395/10074] asimov: added `no_autobump!` --- Formula/a/asimov.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asimov.rb b/Formula/a/asimov.rb index f276f8fc00db4..8a39dca07de1d 100644 --- a/Formula/a/asimov.rb +++ b/Formula/a/asimov.rb @@ -6,6 +6,8 @@ class Asimov < Formula license "MIT" head "https://github.com/stevegrunwell/asimov.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "acc00f632c9cf38cca02e619759b0239e00a3b3d1120b5b8f55066a1eb134322" From 4cbd40ee8ae356ee671bf917a56bf82145ef8548 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:45 +0200 Subject: [PATCH 01396/10074] asitop: added `no_autobump!` --- Formula/a/asitop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asitop.rb b/Formula/a/asitop.rb index 48b214458aad5..a49350bb5b20d 100644 --- a/Formula/a/asitop.rb +++ b/Formula/a/asitop.rb @@ -7,6 +7,8 @@ class Asitop < Formula sha256 "5df7b59304572a948f71cf94b87adc613869a8a87a933595b1b3e26bf42c3e37" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c1e7fc9030b7f6c0d68368093a95b6eb04a5aea4da0cf482ff7fd0929907dad" From 20b905e009956d05169407d159c724abcda4c72a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:45 +0200 Subject: [PATCH 01397/10074] asmfmt: added `no_autobump!` --- Formula/a/asmfmt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asmfmt.rb b/Formula/a/asmfmt.rb index e790766d520a4..16ab417f9cf5a 100644 --- a/Formula/a/asmfmt.rb +++ b/Formula/a/asmfmt.rb @@ -6,6 +6,8 @@ class Asmfmt < Formula license "MIT" head "https://github.com/klauspost/asmfmt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c6bd7b97cd140278a84fc6f839c13b5ec3f6baced91eb0cba54601959f87d5e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6204249317abd8ab8e64945e5f2604d4c81f1945a1bfecf6afc8cffe08df5bb" From 177367cad39ddad83c47acc0a66c44b27a3ac6ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:45 +0200 Subject: [PATCH 01398/10074] asn1c: added `no_autobump!` --- Formula/a/asn1c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asn1c.rb b/Formula/a/asn1c.rb index 329b21a9d09aa..c3539c5591857 100644 --- a/Formula/a/asn1c.rb +++ b/Formula/a/asn1c.rb @@ -5,6 +5,8 @@ class Asn1c < Formula sha256 "8007440b647ef2dd9fb73d931c33ac11764e6afb2437dbe638bb4e5fc82386b9" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "92cbad00b77b014b9fc957b1fe1c3ceafe01c367355dbbce6b92321aa5dcacda" From c4117da213e42ab7fbbae3645be1e72de537ed29 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:46 +0200 Subject: [PATCH 01399/10074] aspcud: added `no_autobump!` --- Formula/a/aspcud.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aspcud.rb b/Formula/a/aspcud.rb index e27630e3e0d8a..68e28fb1ae905 100644 --- a/Formula/a/aspcud.rb +++ b/Formula/a/aspcud.rb @@ -5,6 +5,8 @@ class Aspcud < Formula sha256 "4dddfd4a74e4324887a1ddd7f8ff36231774fc1aa78b383256546e83acdf516c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "429008eb29edff4d08e840bd0eb373ea061c357d01ebab4e416f9d4681b95b0a" sha256 arm64_sonoma: "f9754209fbab844fa1dc333dd669715fb973838a82f87c44580f9198a56b94ea" From d9f0d0072a20630fff5732cb612d66387563afc1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:46 +0200 Subject: [PATCH 01400/10074] aspectj: added `no_autobump!` --- Formula/a/aspectj.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aspectj.rb b/Formula/a/aspectj.rb index 0698d2c81c533..973c83eaee129 100644 --- a/Formula/a/aspectj.rb +++ b/Formula/a/aspectj.rb @@ -16,6 +16,8 @@ class Aspectj < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4152ef5f5cc3d500f07eb15b473664514ec526236023f09f264c611116b5c0a3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d67b498eb0695a39fe6433b26b1596133b6ea96b7447b0c87faaf52d01449d7d" From 66c5060e5d25b529704bce9184247bebb890e2f1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:46 +0200 Subject: [PATCH 01401/10074] asroute: added `no_autobump!` --- Formula/a/asroute.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asroute.rb b/Formula/a/asroute.rb index 9035a27af22e7..8ca58a87fb4aa 100644 --- a/Formula/a/asroute.rb +++ b/Formula/a/asroute.rb @@ -6,6 +6,8 @@ class Asroute < Formula license "MIT" head "https://github.com/stevenpack/asroute.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "46518f15ede2b92592176216ba3fbb3aa9bc582b20208ea475a8028745b621fc" From 9a2a8acf99b66cc5047a8120bb7f2f4c2c34cabe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:46 +0200 Subject: [PATCH 01402/10074] async_simple: added `no_autobump!` --- Formula/a/async_simple.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/async_simple.rb b/Formula/a/async_simple.rb index b2913fc36486f..2e4642d7d94a9 100644 --- a/Formula/a/async_simple.rb +++ b/Formula/a/async_simple.rb @@ -6,6 +6,8 @@ class AsyncSimple < Formula license "Apache-2.0" head "https://github.com/alibaba/async_simple.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "755cd0582500b20090528bb4192041eb7a57e2b1ba4fb87ecfe1082926c77415" sha256 cellar: :any, arm64_sonoma: "e89443db479ff1e8aabc39e482f1c4cb72b3214a485588c0d461a21342fa9197" From 1bc41a5d14d28c8673021ad96009e4ef1f1e3ae3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:46 +0200 Subject: [PATCH 01403/10074] asyncapi: added `no_autobump!` --- Formula/a/asyncapi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/asyncapi.rb b/Formula/a/asyncapi.rb index 272b3353b2622..a95c96224381f 100644 --- a/Formula/a/asyncapi.rb +++ b/Formula/a/asyncapi.rb @@ -5,6 +5,8 @@ class Asyncapi < Formula sha256 "7156fdd3ab24df4aaf513fa7fec736e3b7297417d5156db8a4dfce7edb1789c9" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "198a12f3799fb1d2e8477b8b48898eb42a8048a7c71a800eac8b3c97810f2fe8" sha256 cellar: :any, arm64_sonoma: "198a12f3799fb1d2e8477b8b48898eb42a8048a7c71a800eac8b3c97810f2fe8" From 54527e9bae5d8f11a5d429d57cf05cb77200512e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:47 +0200 Subject: [PATCH 01404/10074] ata: added `no_autobump!` --- Formula/a/ata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ata.rb b/Formula/a/ata.rb index 9f848604c0481..8dc9c45464854 100644 --- a/Formula/a/ata.rb +++ b/Formula/a/ata.rb @@ -5,6 +5,8 @@ class Ata < Formula sha256 "a70498492fce7b46a2a62175886a801f61f9f530c5c6d01b664af2750d3af555" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4e98e4c055e41cc706441024e03f621e29598cf9889dd8735542dea055a34e1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f61ec72f7a185910b29a9209a746cd3ab5b951bc114479692fbe59a679292ac7" From 4607ed2ec293e1371b89d42c5f22f34d10a44eee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:47 +0200 Subject: [PATCH 01405/10074] atari800: added `no_autobump!` --- Formula/a/atari800.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/atari800.rb b/Formula/a/atari800.rb index bf39730c232e3..6f4e741ac6640 100644 --- a/Formula/a/atari800.rb +++ b/Formula/a/atari800.rb @@ -11,6 +11,8 @@ class Atari800 < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "82df74e82551f83d67d3a7fcba873d4bd62a0084bc96371fbcc16e760a80aac4" sha256 cellar: :any, arm64_sonoma: "800ce7fc88004e578e5b69d573b4a3701245de0174fbd4a4494d37ad79c0f3d0" From 6b247e408905dffed9dc00ad8fa3b5ed8e7248a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:47 +0200 Subject: [PATCH 01406/10074] atasm: added `no_autobump!` --- Formula/a/atasm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/atasm.rb b/Formula/a/atasm.rb index a61ba34f18239..f7426ad2d3639 100644 --- a/Formula/a/atasm.rb +++ b/Formula/a/atasm.rb @@ -6,6 +6,8 @@ class Atasm < Formula sha256 "dbab21870dabdf419920fcfa4b5adfe9d38b291a60a4bc2ba824595f7fbc3ef0" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9402a817b9438f3ba44ecf8ef38e70dcfe070a43251f9d62fe0785212b2d0e9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c4910e7d916c52776028f38d6b61858f7d0a4bc85bb46571f08bdcfbc6418df" From c3d959775647cfb28746c9b71f2c7a7eef6ab244 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:47 +0200 Subject: [PATCH 01407/10074] athenacli: added `no_autobump!` --- Formula/a/athenacli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/athenacli.rb b/Formula/a/athenacli.rb index 60874a439d22c..7be5f05890122 100644 --- a/Formula/a/athenacli.rb +++ b/Formula/a/athenacli.rb @@ -8,6 +8,8 @@ class Athenacli < Formula license "BSD-3-Clause" revision 6 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "24bd2caf184bd92d6750107fd8e234adf75aa78bedc755972c488ba76f8daae4" From 50f96d9702c5416f1178e65278be82ace110673b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:47 +0200 Subject: [PATCH 01408/10074] atkmm: added `no_autobump!` --- Formula/a/atkmm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/atkmm.rb b/Formula/a/atkmm.rb index b949dc86cf8b3..15dac05d7f182 100644 --- a/Formula/a/atkmm.rb +++ b/Formula/a/atkmm.rb @@ -5,6 +5,8 @@ class Atkmm < Formula sha256 "6ec264eaa0c4de0adb7202c600170bde9a7fbe4d466bfbe940eaf7faaa6c5974" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7b9d9f8002ad938aeefbdad02a83210e5e0b9e76cfba58cf5754d6d72bf48c45" sha256 cellar: :any, arm64_sonoma: "62dd226fac2e76888483763ecc6ef017a652bde7bb98c914565c8002efe03db3" From d88437bfb21fc63088a923d3e127e35ba7a6bd79 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:47 +0200 Subject: [PATCH 01409/10074] atkmm@2.28: added `no_autobump!` --- Formula/a/atkmm@2.28.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/atkmm@2.28.rb b/Formula/a/atkmm@2.28.rb index 40c1ff3c777d5..f39eec94dbe22 100644 --- a/Formula/a/atkmm@2.28.rb +++ b/Formula/a/atkmm@2.28.rb @@ -10,6 +10,8 @@ class AtkmmAT228 < Formula regex(/atkmm-(2\.28(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "666a7ab1c48c5013fe80065747861be3df354221fd8f2dc4fa6fc312961f3edc" sha256 cellar: :any, arm64_sonoma: "f456190b4929828e7786823167e1b49e017314b86018a02d5730921db647b61f" From dbacb3e435a4a3b2bbcbb75d753ae070119b3ffb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:48 +0200 Subject: [PATCH 01410/10074] atomist-cli: added `no_autobump!` --- Formula/a/atomist-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/atomist-cli.rb b/Formula/a/atomist-cli.rb index 4c4e80922f84c..1a12dae480a57 100644 --- a/Formula/a/atomist-cli.rb +++ b/Formula/a/atomist-cli.rb @@ -6,6 +6,8 @@ class AtomistCli < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "54a93f92a1ab76bd418aea3c87bede2490e9db5605238ba1b501717dd54377d4" From 3ab2925b271b02a011523c8f7a2531f036655ac0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:48 +0200 Subject: [PATCH 01411/10074] atool: added `no_autobump!` --- Formula/a/atool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/atool.rb b/Formula/a/atool.rb index ef1e8cba791e0..536c6592ff7fd 100644 --- a/Formula/a/atool.rb +++ b/Formula/a/atool.rb @@ -10,6 +10,8 @@ class Atool < Formula regex(/href=.*?atool[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "c90268b9621aa25c6cae07db4313c857cc3e4a6ece918a9d55753e1b8055fef1" From 4c980994313aa9aa3254345b21fe9e707ae2850a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:48 +0200 Subject: [PATCH 01412/10074] ats2-postiats: added `no_autobump!` --- Formula/a/ats2-postiats.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/ats2-postiats.rb b/Formula/a/ats2-postiats.rb index a9e80332e6680..866f97ef42d02 100644 --- a/Formula/a/ats2-postiats.rb +++ b/Formula/a/ats2-postiats.rb @@ -11,6 +11,8 @@ class Ats2Postiats < Formula regex(%r{url=.*?/ATS2-Postiats[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "32296b820ff276f1de0eed59460f9dd48ca47132a77fdee78ee19fed9ba46923" sha256 cellar: :any_skip_relocation, arm64_sonoma: "53cc8a637f0375080c8071792bef06c870579bab915aa44f7525ae580e9fd8f2" From b80f5dfd5cb7570981347468ee109141681ff681 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:48 +0200 Subject: [PATCH 01413/10074] attr: added `no_autobump!` --- Formula/a/attr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/attr.rb b/Formula/a/attr.rb index ab0be98e2b117..6a95b085a879a 100644 --- a/Formula/a/attr.rb +++ b/Formula/a/attr.rb @@ -11,6 +11,8 @@ class Attr < Formula regex(/href=.*?attr[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_linux: "6d22ffeb1ac124b47032e96cfc44264b228f3fcabe9746a426e46a5f7db45c3a" From 509769758bbd334a8111b4de4ede4c0c94ed7435 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:48 +0200 Subject: [PATCH 01414/10074] aubio: added `no_autobump!` --- Formula/a/aubio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aubio.rb b/Formula/a/aubio.rb index 2350514d968c7..611ab191bdcaf 100644 --- a/Formula/a/aubio.rb +++ b/Formula/a/aubio.rb @@ -11,6 +11,8 @@ class Aubio < Formula regex(/href=.*?aubio[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "cdd72e2e045a52832a9050ce2695b6f922813854df1dd410c38c7ed8d0b94882" From fabe8faacd765762e707bb11d15a6c3729f5660f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:49 +0200 Subject: [PATCH 01415/10074] augeas: added `no_autobump!` --- Formula/a/augeas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/augeas.rb b/Formula/a/augeas.rb index 107820278fc48..04814dd4d887b 100644 --- a/Formula/a/augeas.rb +++ b/Formula/a/augeas.rb @@ -21,6 +21,8 @@ class Augeas < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "235513308423f52fd6d049cf16b5e0c31b0862bce0d8aa6afb11ce2e8208020a" From 935775415bc2dbc6797149f592856b066773da52 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:49 +0200 Subject: [PATCH 01416/10074] augustus: added `no_autobump!` --- Formula/a/augustus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/augustus.rb b/Formula/a/augustus.rb index b5a88e03f54a0..4ab0ac402fd42 100644 --- a/Formula/a/augustus.rb +++ b/Formula/a/augustus.rb @@ -7,6 +7,8 @@ class Augustus < Formula revision 10 head "https://github.com/Gaius-Augustus/Augustus.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f47cdb45ef4200baba259b2121c4ff8a891718d1fdb05d2dde50bf05cff4c6e9" sha256 cellar: :any, arm64_sonoma: "f1aebc2cc4d9edea554a9d6c8d97fe7a9cc1c5472f4fce02a52ef24bdafb39b3" From b99e3c5fb525fe4f3908506862b71a2d863abf9a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:49 +0200 Subject: [PATCH 01417/10074] aurora: added `no_autobump!` --- Formula/a/aurora.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aurora.rb b/Formula/a/aurora.rb index cd5663a3d3534..34688c5abfcd0 100644 --- a/Formula/a/aurora.rb +++ b/Formula/a/aurora.rb @@ -6,6 +6,8 @@ class Aurora < Formula license "MIT" head "https://github.com/xuri/aurora.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cb522a01c06cf788476d58b83b367c4c753f7fc6ced76b18881586eefd8c188" From 579705cc74b7d952b518c12b4a58461124f5a079 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:49 +0200 Subject: [PATCH 01418/10074] authoscope: added `no_autobump!` --- Formula/a/authoscope.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/authoscope.rb b/Formula/a/authoscope.rb index 1d8739e3352e2..81ff5323d5fd5 100644 --- a/Formula/a/authoscope.rb +++ b/Formula/a/authoscope.rb @@ -5,6 +5,8 @@ class Authoscope < Formula sha256 "fd70d3d86421ac791362bf8d1063a1d5cd4f5410b0b8f5871c42cb48c8cc411a" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd181040954b9cb22040c9bbd7ba32fa2a22814968046bedac1da48eede489a2" From b1adb89f3db40c2c9f3f22812c0bd82ce9882086 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:49 +0200 Subject: [PATCH 01419/10074] authz0: added `no_autobump!` --- Formula/a/authz0.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/authz0.rb b/Formula/a/authz0.rb index bcbc5a29d50e2..d308e098fc959 100644 --- a/Formula/a/authz0.rb +++ b/Formula/a/authz0.rb @@ -6,6 +6,8 @@ class Authz0 < Formula license "MIT" head "https://github.com/hahwul/authz0.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "76f92010b14aae9dae0ead727ef643ce0b0edc8a5361530ffdfd549b9895e2ae" sha256 cellar: :any_skip_relocation, arm64_sonoma: "14381da4ed533631835222d21cd916381953a087c3b1335bb4d30a8c26acd382" From 32ff6ced3f2f04cc8ce9c5e58865d086bbc31f27 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:49 +0200 Subject: [PATCH 01420/10074] autobench: added `no_autobump!` --- Formula/a/autobench.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autobench.rb b/Formula/a/autobench.rb index 60113809bf017..d751de54fcb5e 100644 --- a/Formula/a/autobench.rb +++ b/Formula/a/autobench.rb @@ -10,6 +10,8 @@ class Autobench < Formula regex(/href=.*?autobench[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e205a771a8b315d263fbfb8cac87e6cf90dec528afeb9d755908a9139a2499cd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "33abbf1a79c47258e22ff62a94c7d1ec19b304cce3a50780097bd65de10eac99" From 8cd1c058447c18ace472024512db78ce1b9b86f9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:50 +0200 Subject: [PATCH 01421/10074] autocannon: added `no_autobump!` --- Formula/a/autocannon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autocannon.rb b/Formula/a/autocannon.rb index 962d66bb9a837..b3dc1a8fa9acb 100644 --- a/Formula/a/autocannon.rb +++ b/Formula/a/autocannon.rb @@ -5,6 +5,8 @@ class Autocannon < Formula sha256 "470ac762b261d8eca3d8069be8776b25fc111e4caa962bc144a85e9631fd07fa" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "802f0328259fdee67f34d0f613897abf2d1a665654a7b26fcd5dca49b053c103" end From fa382b9289ead52cac40ae94b9cd9a1a99c911b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:50 +0200 Subject: [PATCH 01422/10074] autocode: added `no_autobump!` --- Formula/a/autocode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autocode.rb b/Formula/a/autocode.rb index 533a7012bcc42..9ef54245778f1 100644 --- a/Formula/a/autocode.rb +++ b/Formula/a/autocode.rb @@ -5,6 +5,8 @@ class Autocode < Formula sha256 "952364766e645d4ddae30f9d6cc106fdb74d05afc4028066f75eeeb17c4b0247" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b77a0c5a2addfbdb49c0c77c50d5ef04b56462c3882588527dba9bbb81feefd8" From 28c1a468dbb87fd27cf04a88183d7c33c29f052c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:50 +0200 Subject: [PATCH 01423/10074] autoconf: added `no_autobump!` --- Formula/a/autoconf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autoconf.rb b/Formula/a/autoconf.rb index 1ad2988a1bbbe..6e4b134de11cb 100644 --- a/Formula/a/autoconf.rb +++ b/Formula/a/autoconf.rb @@ -9,6 +9,8 @@ class Autoconf < Formula "GPL-3.0-or-later" => { with: "Autoconf-exception-3.0" }, ] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1d110e2efd457a5e56c4469f2d6741109d542801a401fe08b750d0614581a9a" From 397ea80eedbae40034de14799b20f50acd6c2bbb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:50 +0200 Subject: [PATCH 01424/10074] autoconf@2.13: added `no_autobump!` --- Formula/a/autoconf@2.13.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autoconf@2.13.rb b/Formula/a/autoconf@2.13.rb index 827ef9c2c0e30..815de7c8bbcee 100644 --- a/Formula/a/autoconf@2.13.rb +++ b/Formula/a/autoconf@2.13.rb @@ -6,6 +6,8 @@ class AutoconfAT213 < Formula sha256 "f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5871980126b7e1f4135fbbdc0d00932c4c670de6f7b1e095698d3c326e5c4b1" From b1a4d7fd65497df74415ae69f67d24e92b5607bb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:50 +0200 Subject: [PATCH 01425/10074] autoconf@2.69: added `no_autobump!` --- Formula/a/autoconf@2.69.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autoconf@2.69.rb b/Formula/a/autoconf@2.69.rb index 5edf10bd65a04..b5348a95c250a 100644 --- a/Formula/a/autoconf@2.69.rb +++ b/Formula/a/autoconf@2.69.rb @@ -9,6 +9,8 @@ class AutoconfAT269 < Formula "GPL-3.0-or-later" => { with: "Autoconf-exception-3.0" }, ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "349138ef4ad5f2b21cca94d5534c659f59206c582af8f063e64269e34b56eb04" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4497ba5e4e2a1a463e60a5fa8cf7227f8ebf943f19ef52edd2e6c2ce83435de4" From c7562e24391cb4537d0b68d53345caf5ef5232ff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:51 +0200 Subject: [PATCH 01426/10074] autocorrect: added `no_autobump!` --- Formula/a/autocorrect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autocorrect.rb b/Formula/a/autocorrect.rb index 8720585b6a83a..3465fc615c396 100644 --- a/Formula/a/autocorrect.rb +++ b/Formula/a/autocorrect.rb @@ -6,6 +6,8 @@ class Autocorrect < Formula license "MIT" head "https://github.com/huacnlee/autocorrect.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca7f521e32cb23ddce0780b9ad08ffbb282cb0fb397ae8b90f39ac6804464992" sha256 cellar: :any_skip_relocation, arm64_sonoma: "beda25be453e44c6e9bccfba0b39488e022ecb14c5525770378e33496db74fd1" From 060ae787cd470a7f6be91842ad5edbb6d2b77310 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:51 +0200 Subject: [PATCH 01427/10074] autocycler: added `no_autobump!` --- Formula/a/autocycler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autocycler.rb b/Formula/a/autocycler.rb index 47e5ec782157f..d8d85e394674e 100644 --- a/Formula/a/autocycler.rb +++ b/Formula/a/autocycler.rb @@ -6,6 +6,8 @@ class Autocycler < Formula license "GPL-3.0-or-later" head "https://github.com/rrwick/Autocycler.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "85ccc0eb7168ad90a9a199d5ce858b53967ee484cbf02ef6f67deca592a37835" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0969f41334ef0e8de7f958b7ab09143ec334c5a3edac84c211ad7abfd5fd3486" From 8ab1c16871ca4dfe8febb27f55c67e041fcf83a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:51 +0200 Subject: [PATCH 01428/10074] autogen: added `no_autobump!` --- Formula/a/autogen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autogen.rb b/Formula/a/autogen.rb index e26cd0f57483e..7da579a8d8f4c 100644 --- a/Formula/a/autogen.rb +++ b/Formula/a/autogen.rb @@ -12,6 +12,8 @@ class Autogen < Formula regex(%r{href=.*?rel(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6e840d15bd4394ae8d7896f12bc04d5531f182dd9b21c855b2d5752cf1f3fce7" sha256 arm64_sonoma: "00050be1bb38030c899331d274860d7b90a6938d59800b5930669ee7887c8b71" From 8180e218cc635fd9a53ca7760868092c1c447d11 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:51 +0200 Subject: [PATCH 01429/10074] autojump: added `no_autobump!` --- Formula/a/autojump.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autojump.rb b/Formula/a/autojump.rb index c24ab83808b1d..720e1b2533ee2 100644 --- a/Formula/a/autojump.rb +++ b/Formula/a/autojump.rb @@ -7,6 +7,8 @@ class Autojump < Formula revision 3 head "https://github.com/wting/autojump.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 6 sha256 cellar: :any_skip_relocation, all: "b172a04f1d109b558ed126cc14250e41e804adecbdcf9f1ef68941825613b283" From 16416e9d4ae90a966be3dd2faa1b559ebd8098d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:52 +0200 Subject: [PATCH 01430/10074] automysqlbackup: added `no_autobump!` --- Formula/a/automysqlbackup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/automysqlbackup.rb b/Formula/a/automysqlbackup.rb index 5d4621421aaef..b7025d3a52e1a 100644 --- a/Formula/a/automysqlbackup.rb +++ b/Formula/a/automysqlbackup.rb @@ -11,6 +11,8 @@ class Automysqlbackup < Formula regex(%r{url=.*?/automysqlbackup[._-]v?(\d+(?:\.\d+)+(?:[._-]?rc\d+)?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "eae5fa097a6796bd0aeb27e2a4026257d8b8a868263f292a693723c32404a0d3" From 322f325256d6bfaf4c5260043b7f7980259ed3dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:52 +0200 Subject: [PATCH 01431/10074] autopsy: added `no_autobump!` --- Formula/a/autopsy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autopsy.rb b/Formula/a/autopsy.rb index 0fd6d6afef14c..bdc7393cc0f8e 100644 --- a/Formula/a/autopsy.rb +++ b/Formula/a/autopsy.rb @@ -5,6 +5,8 @@ class Autopsy < Formula sha256 "ab787f519942783d43a561d12be0554587f11f22bc55ab79d34d8da703edc09e" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbb4291f1325784e67d172ee19b80d1557ae45ee1e0cc9be8da5e1baf0b08374" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b7daff147ae1d82a0dee7c5f3d853b0b6015af1bf2fde65f23676feae1b7895" From da299e839309e0b5a2f4ea63f5b5657aee477ee0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:52 +0200 Subject: [PATCH 01432/10074] autossh: added `no_autobump!` --- Formula/a/autossh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/autossh.rb b/Formula/a/autossh.rb index 7f810ae31a396..d9a0468d872ac 100644 --- a/Formula/a/autossh.rb +++ b/Formula/a/autossh.rb @@ -11,6 +11,8 @@ class Autossh < Formula regex(/href=.*?autossh[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "66600f6f9ea804ec6342ea35c6bd26c068802f31dce3eb09ec161eb67fde8415" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6adeb0a9a13c4e256e4f585524fcb8c7ec49878d876f3d66ecbc9ec62474d16" From f4a97c746be4e9b4b8d1345b1039edda4fe0e122 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:52 +0200 Subject: [PATCH 01433/10074] avahi: added `no_autobump!` --- Formula/a/avahi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/avahi.rb b/Formula/a/avahi.rb index 1fb6af6e10c1a..9c978ee497e9b 100644 --- a/Formula/a/avahi.rb +++ b/Formula/a/avahi.rb @@ -6,6 +6,8 @@ class Avahi < Formula license "LGPL-2.1-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_linux: "4167489c0fe787b170d0646faab665700577fcc05ab10e3a0a556112df77d6fc" From dd5dfc74ec56f9b31c4ab8a7681cf11962a39a37 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:52 +0200 Subject: [PATCH 01434/10074] avanor: added `no_autobump!` --- Formula/a/avanor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/avanor.rb b/Formula/a/avanor.rb index 9b907755e052e..3268487a3b6f2 100644 --- a/Formula/a/avanor.rb +++ b/Formula/a/avanor.rb @@ -5,6 +5,8 @@ class Avanor < Formula sha256 "8f55be83d985470b9a5220263fc87d0a0a6e2b60dbbc977c1c49347321379ef3" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "88abecffbb226843739fc147a93b4ba8d7feeb105f4ae7f3580ceb719c16ce8f" sha256 arm64_sonoma: "f230abf456ef3e8f748a444f6c4909ae3d94553e6fc7dee79a871d1b7639e9a7" From e624c6f5e68a375561c3b8383ac556d886393a06 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:52 +0200 Subject: [PATCH 01435/10074] avce00: added `no_autobump!` --- Formula/a/avce00.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/avce00.rb b/Formula/a/avce00.rb index 79a67defc1b8a..8cec44297a23d 100644 --- a/Formula/a/avce00.rb +++ b/Formula/a/avce00.rb @@ -10,6 +10,8 @@ class Avce00 < Formula regex(/href=.*?avce00[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cbfe81486e3dc61f284643a89726e5d94927eaa359f3fe63664baaae8c9bc0ec" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3cbade903948049d8a8ce0e7d367d5740fcdd72c4f1fb67a355e1d43380c3b9" From 24e32461b89b4c7cf83d555e39410e7ea02d1a27 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:53 +0200 Subject: [PATCH 01436/10074] aview: added `no_autobump!` --- Formula/a/aview.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aview.rb b/Formula/a/aview.rb index 9e81e6ee31ed4..4c25f43e04582 100644 --- a/Formula/a/aview.rb +++ b/Formula/a/aview.rb @@ -10,6 +10,8 @@ class Aview < Formula regex(%r{url=.*?/aview[._-]v?(\d+(?:\.\d+)+(?:[a-z]+\d*)?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0d6d2b0ec534cc1f23d9a43cca5d6e56afae2da62b68eb2f0675907456e0ad6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0209d8c38cb00d749453ae8525b7f54f730930f497026b01d4192c1a732deea8" From 4341aa6048a3e53f9cfb0c05f56f902a873ad26f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:53 +0200 Subject: [PATCH 01437/10074] avimetaedit: added `no_autobump!` --- Formula/a/avimetaedit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/avimetaedit.rb b/Formula/a/avimetaedit.rb index 2172ed7d2f39a..824c01d4840a8 100644 --- a/Formula/a/avimetaedit.rb +++ b/Formula/a/avimetaedit.rb @@ -10,6 +10,8 @@ class Avimetaedit < Formula regex(/href=.*?avimetaedit[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4a0e40875df5de8808e670967741dfbf1587d033d3262754e99ab43213f63d0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4f66c36f77f301329187605c19b423905190a8856052516b6921dcf766bf1f3" From 5a04b1da0790920d008b4b8c43c6ffc4f218899b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:53 +0200 Subject: [PATCH 01438/10074] avra: added `no_autobump!` --- Formula/a/avra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/avra.rb b/Formula/a/avra.rb index 31b2b94ad06db..a95a9280ee444 100644 --- a/Formula/a/avra.rb +++ b/Formula/a/avra.rb @@ -5,6 +5,8 @@ class Avra < Formula sha256 "cc56837be973d1a102dc6936a0b7235a1d716c0f7cd053bf77e0620577cff986" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "761db2506786dee44f9e36284b588b38692bdef86870ebacf6d90472585627cd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f170628778857bc28a0cb962dc7c44904c2d4400d56e2723c3df711d05acb9d5" From d347c445b57605f7dc99b7ca7952d932e148c591 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:53 +0200 Subject: [PATCH 01439/10074] aws-auth: added `no_autobump!` --- Formula/a/aws-auth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aws-auth.rb b/Formula/a/aws-auth.rb index d50bdb816d8b5..f3ac6b7e3127e 100644 --- a/Formula/a/aws-auth.rb +++ b/Formula/a/aws-auth.rb @@ -5,6 +5,8 @@ class AwsAuth < Formula sha256 "79fd9c77a389e275f6a8e8bc08e5245c9699779da5621abd929a475322698146" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d586f7428e369586475c9ee9f3b4865aa181191a54bbf60f62e99e29d0cf369f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a60b04e342a6f7740665def07e9a7851d7214d47e1da66641e4b6692c7b67067" From 296ca9f7dcc4e323873e1ca12dbd3288b4038823 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:53 +0200 Subject: [PATCH 01440/10074] aws-google-auth: added `no_autobump!` --- Formula/a/aws-google-auth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aws-google-auth.rb b/Formula/a/aws-google-auth.rb index cc1c648dac66d..e1eed028900e1 100644 --- a/Formula/a/aws-google-auth.rb +++ b/Formula/a/aws-google-auth.rb @@ -9,6 +9,8 @@ class AwsGoogleAuth < Formula revision 12 head "https://github.com/cevoaustralia/aws-google-auth.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d83df21489d783dd82daf5a8d34af0e370808d8fc6181850f68b4f518408b19" From 5461fbe5ed1283a26391a98f79438689e73dfd33 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:54 +0200 Subject: [PATCH 01441/10074] aws-keychain: added `no_autobump!` --- Formula/a/aws-keychain.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aws-keychain.rb b/Formula/a/aws-keychain.rb index b16bbb17333e3..e6b783dd2d629 100644 --- a/Formula/a/aws-keychain.rb +++ b/Formula/a/aws-keychain.rb @@ -5,6 +5,8 @@ class AwsKeychain < Formula sha256 "3c9882d3b516b629303ca9a045fc50f6eb75fda25cd2452f10c47eda205e051f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "07b563b515bc0baa71f648ce63989009e50160d6ef87bd821e045be451cffb53" From fee6f63e46688dbf30c178364172fb84c2d5ff53 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:54 +0200 Subject: [PATCH 01442/10074] aws-shell: added `no_autobump!` --- Formula/a/aws-shell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aws-shell.rb b/Formula/a/aws-shell.rb index 9d8f8886378c7..bd70cfed1b221 100644 --- a/Formula/a/aws-shell.rb +++ b/Formula/a/aws-shell.rb @@ -8,6 +8,8 @@ class AwsShell < Formula license "Apache-2.0" revision 6 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "68343e37f8a6d94ee2178cccbee3c5a3112c38cf65f9d03d3232dabcc87ff7fa" From 141adb6a1e483e019ef861c9ecd9426720ab7162 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:54 +0200 Subject: [PATCH 01443/10074] aws-vault: added `no_autobump!` --- Formula/a/aws-vault.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aws-vault.rb b/Formula/a/aws-vault.rb index 6c83ab765ee17..c609863467286 100644 --- a/Formula/a/aws-vault.rb +++ b/Formula/a/aws-vault.rb @@ -11,6 +11,8 @@ class AwsVault < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d977e625b3ac401635b1d95b4b18e4fc0b058f251f425c102b7b965e08b2ecf6" From 09831b53626bb5d798906a9f05b34c5fc7dcb428 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:54 +0200 Subject: [PATCH 01444/10074] aws2-wrap: added `no_autobump!` --- Formula/a/aws2-wrap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aws2-wrap.rb b/Formula/a/aws2-wrap.rb index 07679c79540ae..58cd77ec6f614 100644 --- a/Formula/a/aws2-wrap.rb +++ b/Formula/a/aws2-wrap.rb @@ -7,6 +7,8 @@ class Aws2Wrap < Formula sha256 "77613ae13423a6407e79760bdd35843ddd128612672a0ad3a934ecade76aa7fc" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d80eae08463ca93b1d39861c28412fb9547db8a86d5041e338a72da501f969fd" From 9c6536304ae24bc17c835f6dd9463e200cc339f9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:54 +0200 Subject: [PATCH 01445/10074] awscli-local: added `no_autobump!` --- Formula/a/awscli-local.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/awscli-local.rb b/Formula/a/awscli-local.rb index ba115b180b5a6..f921bd8fbec25 100644 --- a/Formula/a/awscli-local.rb +++ b/Formula/a/awscli-local.rb @@ -8,6 +8,8 @@ class AwscliLocal < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5809a256a92eec1365a7c9f071656a6893295fccf3160a00b29b284bd58b27b" From 54c599b73256be7d80a6a14c36a1c72533ebf42b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:54 +0200 Subject: [PATCH 01446/10074] awsume: added `no_autobump!` --- Formula/a/awsume.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/awsume.rb b/Formula/a/awsume.rb index 5788db88d808a..838a20dbf94a2 100644 --- a/Formula/a/awsume.rb +++ b/Formula/a/awsume.rb @@ -9,6 +9,8 @@ class Awsume < Formula revision 1 head "https://github.com/trek10inc/awsume.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "ab01aea5f6d99ac21764de55e673902787fc14ec96fada280a0c360bec574d4a" From ec72c3ab8c885e46055be6b202b00da42d00378f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:55 +0200 Subject: [PATCH 01447/10074] awsweeper: added `no_autobump!` --- Formula/a/awsweeper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/awsweeper.rb b/Formula/a/awsweeper.rb index e074ccd60f7a6..a39c2f6c4cab3 100644 --- a/Formula/a/awsweeper.rb +++ b/Formula/a/awsweeper.rb @@ -6,6 +6,8 @@ class Awsweeper < Formula license "MPL-2.0" head "https://github.com/jckuester/awsweeper.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f22735ca83b553b980c8c4c965b82c74661f63b05b42535f1cf182c6e80d6eb4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5010b86841f22dddef64df08c14003a9f8b67be8799a2fd2c25f123b4d87404" From d951dea172b55a0ff396bf7ca8f5b2b701f83e08 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:55 +0200 Subject: [PATCH 01448/10074] aztfexport: added `no_autobump!` --- Formula/a/aztfexport.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aztfexport.rb b/Formula/a/aztfexport.rb index 28640776fe45c..7f0132d996550 100644 --- a/Formula/a/aztfexport.rb +++ b/Formula/a/aztfexport.rb @@ -7,6 +7,8 @@ class Aztfexport < Formula license "MPL-2.0" head "https://github.com/Azure/aztfexport.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "494fd1d33cf38dae763505225a477cfe42730434250c67aeb314d1c5283948c8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "494fd1d33cf38dae763505225a477cfe42730434250c67aeb314d1c5283948c8" From f49bcb2a5a2af83be28c243328fb14a2ad88c579 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:55 +0200 Subject: [PATCH 01449/10074] azure-cli: added `no_autobump!` --- Formula/a/azure-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/azure-cli.rb b/Formula/a/azure-cli.rb index b319dc9d461e9..3b365301a6e68 100644 --- a/Formula/a/azure-cli.rb +++ b/Formula/a/azure-cli.rb @@ -14,6 +14,8 @@ class AzureCli < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b87e32e51eb8cb473c6def31a5c10bbbe6975984d36fc17c622d2bf3f29ba1ff" sha256 cellar: :any, arm64_sonoma: "7a1c0ada1d40d13492c0b2d9ccfa3160738d6647dfc764b10f8f23d67b65cff9" From 59ad4f1ea4c346cb7ceb61c6149a951ea3ad9dc7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:55 +0200 Subject: [PATCH 01450/10074] azure-storage-blobs-cpp: added `no_autobump!` --- Formula/a/azure-storage-blobs-cpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/azure-storage-blobs-cpp.rb b/Formula/a/azure-storage-blobs-cpp.rb index f5283d1051414..cdb4c56c006ca 100644 --- a/Formula/a/azure-storage-blobs-cpp.rb +++ b/Formula/a/azure-storage-blobs-cpp.rb @@ -11,6 +11,8 @@ class AzureStorageBlobsCpp < Formula regex(/^azure-storage-blobs[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "03efdfcab8216711665119c6d285eb344fa2dabcf5414e59108f857b0d6ce636" sha256 cellar: :any, arm64_sonoma: "6ab8bc412b7a2c671305f6d8b000f03ba93587e7857b202d8f042718b74964a2" From f9d25d7154fe04d4e89729e98c3b2897c157cfb3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:33:55 +0200 Subject: [PATCH 01451/10074] azure-storage-cpp: added `no_autobump!` --- Formula/a/azure-storage-cpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/azure-storage-cpp.rb b/Formula/a/azure-storage-cpp.rb index b3435a7225b5a..e9941381b41cf 100644 --- a/Formula/a/azure-storage-cpp.rb +++ b/Formula/a/azure-storage-cpp.rb @@ -6,6 +6,8 @@ class AzureStorageCpp < Formula license "Apache-2.0" revision 11 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f00202a3cc5f45662cb1bf801b41b41da1e6723ab96ae9a34d25cce65d62ff4e" sha256 cellar: :any, arm64_sonoma: "66384afbbbaaf12285b727f25b3f6c21637183de034a0cf48c1d3c282f90cb67" From c9ac66d47ff18e79ab3eb573abf48515d2c71789 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 3 Jun 2025 16:51:02 +0200 Subject: [PATCH 01452/10074] aalib: added `no_autobump!` Signed-off-by: botantony --- Formula/a/aalib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aalib.rb b/Formula/a/aalib.rb index 5c220fb06b039..06ab45e5c60a6 100644 --- a/Formula/a/aalib.rb +++ b/Formula/a/aalib.rb @@ -13,6 +13,8 @@ class Aalib < Formula regex(%r{url=.*?/aalib[._-]v?(\d+(?:\.\d+)+.*?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "404c97537d65ca0b75c389e7d439dcefb9b56f34d3b98017669eda0d0501add7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4890d380658f2e1ebef37698c874b8711acfe9c0685313d8c93dbe2e9e08bbf" From 32a1506ae9b28d54f7267c7f663253fe9d0a59fe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 3 Jun 2025 16:51:10 +0200 Subject: [PATCH 01453/10074] aamath: added `no_autobump!` Signed-off-by: botantony --- Formula/a/aamath.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/aamath.rb b/Formula/a/aamath.rb index 40e6c68e4cfd4..d54f4b5ea0550 100644 --- a/Formula/a/aamath.rb +++ b/Formula/a/aamath.rb @@ -10,6 +10,8 @@ class Aamath < Formula regex(/href=.*?aamath[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c62dab89088d46d52193768e3dd863939963ca8fbcf2eb67ecfd52c928117dfd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "38e8b1fcd51f2be7c3b27818ffddf2b4fbf3de14da75b884e57bdbc8b4a3819b" From 60f624be770c1c9ba72c3fb78e548ac732f87ca3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:11 +0200 Subject: [PATCH 01454/10074] daemonize: added `no_autobump!` --- Formula/d/daemonize.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/daemonize.rb b/Formula/d/daemonize.rb index b46357bd6fe0b..c0e1d4864c9ed 100644 --- a/Formula/d/daemonize.rb +++ b/Formula/d/daemonize.rb @@ -5,6 +5,8 @@ class Daemonize < Formula sha256 "20c4fc9925371d1ddf1b57947f8fb93e2036eb9ccc3b43a1e3678ea8471c4c60" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac1001a5e4588bc098b708492cf6c90fe91b88ae7c28be94038fa25d1d15aaea" sha256 cellar: :any_skip_relocation, arm64_sonoma: "36f15dfa0b033d4e984a19e769caae8a42a3e4facf10d87f54f68ec275ae10ce" From 39d311857582ae04c38c0495090bcfde42303c74 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:11 +0200 Subject: [PATCH 01455/10074] daemonlogger: added `no_autobump!` --- Formula/d/daemonlogger.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/daemonlogger.rb b/Formula/d/daemonlogger.rb index 3f570a9c69048..28313c3c48488 100644 --- a/Formula/d/daemonlogger.rb +++ b/Formula/d/daemonlogger.rb @@ -5,6 +5,8 @@ class Daemonlogger < Formula sha256 "79fcd34d815e9c671ffa1ea3c7d7d50f895bb7a79b4448c4fd1c37857cf44a0b" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "0be691de00ba4892bb91171da20c25ed0d3bda987d6d7345b35e095d06b8b848" From 41d4cbc1feafeb793ed3ded442e473afcde4f3e2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:11 +0200 Subject: [PATCH 01456/10074] daemontools: added `no_autobump!` --- Formula/d/daemontools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/daemontools.rb b/Formula/d/daemontools.rb index 8884e03a16b3f..87c6b3430a261 100644 --- a/Formula/d/daemontools.rb +++ b/Formula/d/daemontools.rb @@ -11,6 +11,8 @@ class Daemontools < Formula regex(/href=.*?daemontools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1caba2a88c37b416bf48c950f376693b1412a06f54bc62c815a6e8679f30b41d" From 372ae1953d03d5986b3d9391f514aacb979a3b1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:12 +0200 Subject: [PATCH 01457/10074] dafny: added `no_autobump!` --- Formula/d/dafny.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dafny.rb b/Formula/d/dafny.rb index d4ee3195e1193..00fdf268b8c1c 100644 --- a/Formula/d/dafny.rb +++ b/Formula/d/dafny.rb @@ -5,6 +5,8 @@ class Dafny < Formula sha256 "bd643ae9cd5b697505ca3682fa4d15238c6746701eaa1eeba4c541006674da40" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0379afe58205e4e147a773cfe4e45102e4b6bda9a2a40e862641730e23381b6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e361b9620dab3bc75b0f55c708fac271c5da152a11aade9873838b52af43c9c" From ab09aa7b49a24684f8d377ed1b4d815d33e5ad83 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:12 +0200 Subject: [PATCH 01458/10074] dalfox: added `no_autobump!` --- Formula/d/dalfox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dalfox.rb b/Formula/d/dalfox.rb index fc8f445d8ce69..e31247b64aabb 100644 --- a/Formula/d/dalfox.rb +++ b/Formula/d/dalfox.rb @@ -6,6 +6,8 @@ class Dalfox < Formula license "MIT" head "https://github.com/hahwul/dalfox.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "91f55801c696f298971522b7ce6d824a9a1df13b047916ae74f0ab5316ee3d64" sha256 cellar: :any_skip_relocation, arm64_sonoma: "91f55801c696f298971522b7ce6d824a9a1df13b047916ae74f0ab5316ee3d64" From 827b0f4ff08727e85c92ee27448f52d76b6f46d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:12 +0200 Subject: [PATCH 01459/10074] dark-mode: added `no_autobump!` --- Formula/d/dark-mode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dark-mode.rb b/Formula/d/dark-mode.rb index 564883d1ee013..da2319ba39480 100644 --- a/Formula/d/dark-mode.rb +++ b/Formula/d/dark-mode.rb @@ -6,6 +6,8 @@ class DarkMode < Formula license "MIT" head "https://github.com/sindresorhus/dark-mode.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1ba7fd046acc377adb6e03543dfa8a5c4376e930ecce45b2ba464b23c808192" sha256 cellar: :any_skip_relocation, arm64_sonoma: "98777785e6fb000da0969b716bb7ee5397ce75872031c7c7d9ebed750cf38d2b" From 4a6400c5e6e6ffda2728c74876c46953621a8f16 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:12 +0200 Subject: [PATCH 01460/10074] darksky-weather: added `no_autobump!` --- Formula/d/darksky-weather.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/darksky-weather.rb b/Formula/d/darksky-weather.rb index b911744ca82e7..5e8f99a7988b2 100644 --- a/Formula/d/darksky-weather.rb +++ b/Formula/d/darksky-weather.rb @@ -5,6 +5,8 @@ class DarkskyWeather < Formula sha256 "e5efd17d40d4246998293de6191e39954aee59c5a0f917f319b493a8dc335edb" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "478916227ceed88c3c7a55485f8c1edbd1e610e36949fb333e659b84a71c6f2e" From d46820289b57f376ceea7fddc9feb69c1014df38 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:12 +0200 Subject: [PATCH 01461/10074] dasel: added `no_autobump!` --- Formula/d/dasel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dasel.rb b/Formula/d/dasel.rb index eb9e5ab3668c2..109c559cfd881 100644 --- a/Formula/d/dasel.rb +++ b/Formula/d/dasel.rb @@ -6,6 +6,8 @@ class Dasel < Formula license "MIT" head "https://github.com/TomWright/dasel.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "fda15f41f7ba3f9dcf3b59430a7f807f1f4685a994868364fbf25aa1c470fba9" From f35a1e8b707c1cf90163c287663616aa70e6c41e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:12 +0200 Subject: [PATCH 01462/10074] dash: added `no_autobump!` --- Formula/d/dash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dash.rb b/Formula/d/dash.rb index 0be9c10191ad3..20961938dfe4d 100644 --- a/Formula/d/dash.rb +++ b/Formula/d/dash.rb @@ -11,6 +11,8 @@ class Dash < Formula regex(/href=.*?dash[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a20260fdd5e1e0906fe213cbd842e2240e885ef1b29b0e848f7c8667d91eccd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc85379f2d9ff74f8e1afcf0d0cda498bd3ca785c911f0ae06e5486c7d5463f0" From 101b848cda38d7cc72a6592d61143f893a8d82d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:13 +0200 Subject: [PATCH 01463/10074] dashing: added `no_autobump!` --- Formula/d/dashing.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dashing.rb b/Formula/d/dashing.rb index 5c193e5221d1a..ad44a4cf62087 100644 --- a/Formula/d/dashing.rb +++ b/Formula/d/dashing.rb @@ -7,6 +7,8 @@ class Dashing < Formula revision 1 head "https://github.com/technosophos/dashing.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "44a8c08c0183e0bd8a4981e81213332334e5c818a26008c90ca6bf6a5895f206" From 2b49fe155aee445b83441e86e6771dee57da6c3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:13 +0200 Subject: [PATCH 01464/10074] dasht: added `no_autobump!` --- Formula/d/dasht.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dasht.rb b/Formula/d/dasht.rb index 8280e53d5f14f..baae82d23e2e7 100644 --- a/Formula/d/dasht.rb +++ b/Formula/d/dasht.rb @@ -5,6 +5,8 @@ class Dasht < Formula sha256 "5ea43b0f7461e124d46b991892dedc8dcf506ccd5e9dc94324f7bdf6e580ff73" license "ISC" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "14af08c8719ce7e688faa8b061141624a912960bc57d53499161428f08820b21" From 3948676b2eca6d8553e82429c8be47e603cb9940 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:13 +0200 Subject: [PATCH 01465/10074] dasm: added `no_autobump!` --- Formula/d/dasm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dasm.rb b/Formula/d/dasm.rb index d809c9cc0d657..efb5d539e3e1b 100644 --- a/Formula/d/dasm.rb +++ b/Formula/d/dasm.rb @@ -6,6 +6,8 @@ class Dasm < Formula license "GPL-2.0-or-later" version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "018a5c5e7494685ffa0c9f40846072fff6ba4508efc1b07bd1d45235e02a4eff" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d556e6302cb3fa636be29a938b48905d5685697dc0875a7f9e469ab4e1307f5" From 8ad7a3ab669687b915df27df7dad4456ae84c55e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:13 +0200 Subject: [PATCH 01466/10074] datetime-fortran: added `no_autobump!` --- Formula/d/datetime-fortran.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/datetime-fortran.rb b/Formula/d/datetime-fortran.rb index aa5d70e3abc91..b2f86a8324fba 100644 --- a/Formula/d/datetime-fortran.rb +++ b/Formula/d/datetime-fortran.rb @@ -5,6 +5,8 @@ class DatetimeFortran < Formula sha256 "cff4c1f53af87a9f8f31256a3e04176f887cc3e947a4540481ade4139baf0d6f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f396ad5136d8087e6de3dfdbf70616503a1b929fae3bf4cca376bc88d3eea23" From c4753eca87a23e0192ef2dca0c56e02aed05e3a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:13 +0200 Subject: [PATCH 01467/10074] dateutils: added `no_autobump!` --- Formula/d/dateutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dateutils.rb b/Formula/d/dateutils.rb index 792754b00c7d0..2f7552aba7746 100644 --- a/Formula/d/dateutils.rb +++ b/Formula/d/dateutils.rb @@ -5,6 +5,8 @@ class Dateutils < Formula sha256 "b8fea0b09714bbadf202b9b3434cce6b59c282e7869268d0c08b85880fdbb446" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bbfe40e57ba5e294c140bde89dd3d4de4bc40d2c00a791a4a644c0f41b95327e" sha256 arm64_sonoma: "c75426bef62674c457efcf5fcdd60503ea93af78ab5f6de87482368f7242027a" From c7c31b2c8e23d9c13a4356a43ad0bb9ab55b142d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:13 +0200 Subject: [PATCH 01468/10074] datree: added `no_autobump!` --- Formula/d/datree.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/datree.rb b/Formula/d/datree.rb index ab11c1096e7ab..c8460dc2dae91 100644 --- a/Formula/d/datree.rb +++ b/Formula/d/datree.rb @@ -6,6 +6,8 @@ class Datree < Formula license "Apache-2.0" head "https://github.com/datreeio/datree.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "035d6e28e854bc8d9eed9dca0248383b78e2630f639777546ca5eee4689cfb41" sha256 cellar: :any_skip_relocation, arm64_ventura: "275cf0f3c28393d717867f2d22a04bf626d1b819bec4e49e90e8f93ebf32da9e" From 4ac6f5a3f91bd5cca2f16ba6349d51cbc10ffebb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:14 +0200 Subject: [PATCH 01469/10074] davix: added `no_autobump!` --- Formula/d/davix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/davix.rb b/Formula/d/davix.rb index a0c49cb80248c..ff972a7f56703 100644 --- a/Formula/d/davix.rb +++ b/Formula/d/davix.rb @@ -6,6 +6,8 @@ class Davix < Formula license "LGPL-2.1-or-later" head "https://github.com/cern-fts/davix.git", branch: "devel" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "da21e84d94a79ee04801da53369791a3150a7b2d258f0157b2d93340d24652d6" sha256 cellar: :any, arm64_sonoma: "05c4246253f683448f3ede09b02520e196a33b4e69a312cbdc9f10b526adbfa2" From 8b559d3bab90a3f7155f04e17f5138d022e5a5a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:14 +0200 Subject: [PATCH 01470/10074] davmail: added `no_autobump!` --- Formula/d/davmail.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/davmail.rb b/Formula/d/davmail.rb index ef2fef1669901..d7aedf71b5197 100644 --- a/Formula/d/davmail.rb +++ b/Formula/d/davmail.rb @@ -11,6 +11,8 @@ class Davmail < Formula regex(%r{url=.*?/davmail[._-]v?(\d+(?:\.\d+)+)(?:-\d+)?\.(?:t|zip)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "c48497283b8ffca924a12cbaa5227d0653b3c37990540eeb01593cf7fa7b93fa" end From a2c027cc942d0054b812242e4eed81427fcf9ea4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:14 +0200 Subject: [PATCH 01471/10074] db-vcs: added `no_autobump!` --- Formula/d/db-vcs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/db-vcs.rb b/Formula/d/db-vcs.rb index fa0a25e53313f..b8dc7427ce62f 100644 --- a/Formula/d/db-vcs.rb +++ b/Formula/d/db-vcs.rb @@ -5,6 +5,8 @@ class DbVcs < Formula sha256 "90f07c13c388896ba02032544820f8ff3a23e6f9dc1e320a1a653dd77e032ee7" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "babb3e6342f742d8b4ffa1773605d2c946d01c67829bcaaaa71b701781d99ddf" From e8ee1f194ff91a5332d3e8e596979ab22ff65cb8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:14 +0200 Subject: [PATCH 01472/10074] dbacl: added `no_autobump!` --- Formula/d/dbacl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dbacl.rb b/Formula/d/dbacl.rb index e932247ce6f01..72b42cef1889c 100644 --- a/Formula/d/dbacl.rb +++ b/Formula/d/dbacl.rb @@ -5,6 +5,8 @@ class Dbacl < Formula sha256 "ff0dfb67682e863b1c3250acc441ce77c033b9b21d8e8793e55b622e42005abd" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9caea8b960e8ffc974ad321a472a70e46f5cb401dacfbef096309743c49e2c9d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "239b148299a11f7847b2ee32de7d24cd4cdc2f4f0dfbb36c61b57a18a6332142" From 7870d8ab9829aebd708a68c44cd499310508d4ad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:14 +0200 Subject: [PATCH 01473/10074] dbdeployer: added `no_autobump!` --- Formula/d/dbdeployer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dbdeployer.rb b/Formula/d/dbdeployer.rb index 989b9150982e8..29ee9b4ccc7bd 100644 --- a/Formula/d/dbdeployer.rb +++ b/Formula/d/dbdeployer.rb @@ -6,6 +6,8 @@ class Dbdeployer < Formula license "Apache-2.0" head "https://github.com/datacharmer/dbdeployer.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf76138da81b0cf596eef9743794f933c0d086f034c2589148c2a89bbb8a8acb" sha256 cellar: :any_skip_relocation, arm64_ventura: "5b23f66521f0f730865d23d9305990ba11807eb1d539ba90394bbb4f282bcdf7" From 313c25f6c94540ca9115e52d83b58eba888a44a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:14 +0200 Subject: [PATCH 01474/10074] dbg-macro: added `no_autobump!` --- Formula/d/dbg-macro.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dbg-macro.rb b/Formula/d/dbg-macro.rb index 0405ac2b580aa..435cd0d4b480c 100644 --- a/Formula/d/dbg-macro.rb +++ b/Formula/d/dbg-macro.rb @@ -6,6 +6,8 @@ class DbgMacro < Formula license "MIT" head "https://github.com/sharkdp/dbg-macro.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "45a4f08e47ff977a2979b29715ffe68e0dc3654a33697bcbaf53bae69b6846e5" end From 27089b9d2a355eaa2b5ae7178aab667e7a7a8995 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:15 +0200 Subject: [PATCH 01475/10074] dbmate: added `no_autobump!` --- Formula/d/dbmate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dbmate.rb b/Formula/d/dbmate.rb index 954e1e9a3b4e6..4732a7158dda0 100644 --- a/Formula/d/dbmate.rb +++ b/Formula/d/dbmate.rb @@ -6,6 +6,8 @@ class Dbmate < Formula license "MIT" head "https://github.com/amacneil/dbmate.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c072c757e73fcb6407671cce10cad20dc8c9c936e2705d260a0885b35f0f3411" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc88071e93cd4dd7a7b4f07424e03b0b8b368f82afbb9cb3f4a1286241577e7b" From 95e75f9baf01999a66b42f38b5b2b9ab78f52a52 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:15 +0200 Subject: [PATCH 01476/10074] dbxml: added `no_autobump!` --- Formula/d/dbxml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dbxml.rb b/Formula/d/dbxml.rb index 4b9b7d0b0d063..5dd5d0ae647be 100644 --- a/Formula/d/dbxml.rb +++ b/Formula/d/dbxml.rb @@ -6,6 +6,8 @@ class Dbxml < Formula license "AGPL-3.0-only" revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b0de74f456722a21e4f77551d538b11d362b0fd48124c6eaa6b70b8d561f7480" sha256 cellar: :any, arm64_sonoma: "efe2992cccae75a67b24df080b1ed9432e17754f929f445370baa20cdfde17c6" From 86d70c543c1f06fbfd9ec8397657d9b870279ec4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:15 +0200 Subject: [PATCH 01477/10074] dc3dd: added `no_autobump!` --- Formula/d/dc3dd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dc3dd.rb b/Formula/d/dc3dd.rb index d8efab2613f03..e76d427ee9dba 100644 --- a/Formula/d/dc3dd.rb +++ b/Formula/d/dc3dd.rb @@ -5,6 +5,8 @@ class Dc3dd < Formula sha256 "bd1b66d20a4020ab94b512e56d76cb5f86470d0216081586d596366927cb8d8b" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1cdfecc59688663ad056a3dc3db19a87d5e7c6356f9f88c33695126b0270639c" sha256 arm64_sonoma: "31e4adf9ec3c885a693cc149e6319e6ca2b4e8af140a4b72c6a537196daa2e21" From 01afd0871d2e485108b15af32d7b5ecef42807c2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:15 +0200 Subject: [PATCH 01478/10074] dcadec: added `no_autobump!` --- Formula/d/dcadec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dcadec.rb b/Formula/d/dcadec.rb index a5b45381c5e59..1255122825b25 100644 --- a/Formula/d/dcadec.rb +++ b/Formula/d/dcadec.rb @@ -7,6 +7,8 @@ class Dcadec < Formula license "LGPL-2.1-or-later" head "https://github.com/foo86/dcadec.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ae8134706fc28f0b3e951bd4dddbba4c3e13b58b61484e5988180fba679570f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a38744f8f827e1d1b9b8cec9c825699c2d2b3f5186a05d9dc72b44ad1c5f390" From 9ffe55e19608757908ac08810d2639439ff53954 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:15 +0200 Subject: [PATCH 01479/10074] dcfldd: added `no_autobump!` --- Formula/d/dcfldd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dcfldd.rb b/Formula/d/dcfldd.rb index 6404c7edfa08e..69e49a0756f6f 100644 --- a/Formula/d/dcfldd.rb +++ b/Formula/d/dcfldd.rb @@ -5,6 +5,8 @@ class Dcfldd < Formula sha256 "e5813e97bbc8f498f034f5e05178489c1be86de015e8da838de59f90f68491e7" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "27d926c612143e59fa534f10bf44f138501302ab3d7a5990c46ee4c43a66aaae" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3111fcd6917b2ac2b3d6d9076c2dcb144a97c1887e15f982ffd3d36e9d90c4e5" From 5e226a5bcd2c8cb4058b749847ad9d9d3685a76a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:16 +0200 Subject: [PATCH 01480/10074] dcled: added `no_autobump!` --- Formula/d/dcled.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dcled.rb b/Formula/d/dcled.rb index e839aec639262..d1b1eb433c591 100644 --- a/Formula/d/dcled.rb +++ b/Formula/d/dcled.rb @@ -10,6 +10,8 @@ class Dcled < Formula regex(/href=.*?dcled[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1e3b757bcbd17baa0865903e7639f2bdeede51da0e38b5859047810ec34ae39b" sha256 cellar: :any, arm64_sonoma: "3cf40a7a9200cbfd9e23603df8f307172f6858dabf1ced162d4ce2e5fac039dd" From 7636e7a5f9abad19ee44df10108a8455cbdbdcdb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:16 +0200 Subject: [PATCH 01481/10074] dcmtk: added `no_autobump!` --- Formula/d/dcmtk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dcmtk.rb b/Formula/d/dcmtk.rb index 9502a8c79b3e2..142d4aa627bf2 100644 --- a/Formula/d/dcmtk.rb +++ b/Formula/d/dcmtk.rb @@ -11,6 +11,8 @@ class Dcmtk < Formula regex(/href=.*?dcmtk[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6349ba68f65ba257caa778ea8ab86fbf2b70141baf5a0a8f7bfa3759765c42a8" sha256 arm64_sonoma: "86d3578d795ba30a2a75a9c3d5fa8c5f692bc54c38ed5c2a901cdd10c8e15023" From 0745bf1fe0148193ae8a7469051dda1e6dab5214 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:16 +0200 Subject: [PATCH 01482/10074] dcos-cli: added `no_autobump!` --- Formula/d/dcos-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dcos-cli.rb b/Formula/d/dcos-cli.rb index e1078cde32648..9d4f5251b0af4 100644 --- a/Formula/d/dcos-cli.rb +++ b/Formula/d/dcos-cli.rb @@ -6,6 +6,8 @@ class DcosCli < Formula license "Apache-2.0" head "https://github.com/dcos/dcos-cli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce669ecdf711ee9694e40d12a22866fae9e14c59ac55436cc6284133c25b88d5" From 1f80c019ed4facaf2919a94149f919ec763b6f02 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:16 +0200 Subject: [PATCH 01483/10074] dcp: added `no_autobump!` --- Formula/d/dcp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dcp.rb b/Formula/d/dcp.rb index 53ac4faa7f853..c5d5aade653dd 100644 --- a/Formula/d/dcp.rb +++ b/Formula/d/dcp.rb @@ -6,6 +6,8 @@ class Dcp < Formula license "MIT" head "https://github.com/exdx/dcp.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb44281e662eb5bae136d9e3d6d6e0b84b230fa0622d0b3abab0a60bae216fa9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a86398dd892b4756ffcfb7d9c6027b6cd4fa9e1372b3e6ed7a3a83b85cd7b6e" From 7145738c8722376910d98e70908326751dc8081f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:16 +0200 Subject: [PATCH 01484/10074] dcraw: added `no_autobump!` --- Formula/d/dcraw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dcraw.rb b/Formula/d/dcraw.rb index 9871392e25abb..204cfa04c9d4c 100644 --- a/Formula/d/dcraw.rb +++ b/Formula/d/dcraw.rb @@ -12,6 +12,8 @@ class Dcraw < Formula regex(/href=.*?dcraw[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a083652ace0c260b03d51e3a34412dd5f9213cf146dca60f6d5d2a1ecbc8c191" sha256 cellar: :any, arm64_sonoma: "031ab39857064c76f12dd142d9d95aab39f43b0474049c846c82fe3b024876c8" From 7770201be01192f6b041ce2b2229cf8750c36f32 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:17 +0200 Subject: [PATCH 01485/10074] ddate: added `no_autobump!` --- Formula/d/ddate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/ddate.rb b/Formula/d/ddate.rb index b4bda97aa7130..eee143fd2454c 100644 --- a/Formula/d/ddate.rb +++ b/Formula/d/ddate.rb @@ -5,6 +5,8 @@ class Ddate < Formula sha256 "d53c3f0af845045f39d6d633d295fd4efbe2a792fd0d04d25d44725d11c678ad" license :public_domain + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "12ef0c2a08ae6e73c6cf73a94e662c513cd9d8cb46ed1567653236d5ca5e7b4a" From 0b971172f7bff557109e6d7fde610d3c517ed0e0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:17 +0200 Subject: [PATCH 01486/10074] ddcctl: added `no_autobump!` --- Formula/d/ddcctl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/ddcctl.rb b/Formula/d/ddcctl.rb index 4fe94882e0b95..64b96877a2568 100644 --- a/Formula/d/ddcctl.rb +++ b/Formula/d/ddcctl.rb @@ -5,6 +5,8 @@ class Ddcctl < Formula sha256 "1b6eddd0bc20594d55d58832f2d2419ee899e74ffc79c389dcdac55617aebb90" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0badc9ed3ff51d2791d383be14e194131ad46573340e4c6bd2723207c624482" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6572e1da056641ec5b483f2b5a77eb188753ccb3c9001936733c8c6ceb9ae8b4" From 65823926aacf2b6033fcb344ac32c75d52ff26d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:17 +0200 Subject: [PATCH 01487/10074] ddd: added `no_autobump!` --- Formula/d/ddd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/ddd.rb b/Formula/d/ddd.rb index ee24ad2c34131..57e763ee0462c 100644 --- a/Formula/d/ddd.rb +++ b/Formula/d/ddd.rb @@ -12,6 +12,8 @@ class Ddd < Formula "MIT-open-group", # ddd/athena_ddd/PannerM.C ] + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "3c31137211b8185a0b8e3ceffce6474c803cf8790348211ad0690162697a1613" sha256 arm64_sonoma: "73e84236c870313e5a43e936998545961609c5f43104e6b57cd693a03dc52a5d" From 9e4e1c71d9d330cfd8751361d6cc95880676f5c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:17 +0200 Subject: [PATCH 01488/10074] ddgr: added `no_autobump!` --- Formula/d/ddgr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/ddgr.rb b/Formula/d/ddgr.rb index b9d0b9c586377..9129541b26499 100644 --- a/Formula/d/ddgr.rb +++ b/Formula/d/ddgr.rb @@ -7,6 +7,8 @@ class Ddgr < Formula sha256 "a858e0477ea339b64ae0427743ebe798a577c4d942737d8b3460bce52ac52524" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "fe1e5b35a67ae65335a46b0cc9fa8d362f9196aa64a527f7f73210d95fd97848" From 5620fa58abf8ce80085408b4453eef66603cc69f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:17 +0200 Subject: [PATCH 01489/10074] ddh: added `no_autobump!` --- Formula/d/ddh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/ddh.rb b/Formula/d/ddh.rb index a30d7b0641bfb..e1dffbf9aca2f 100644 --- a/Formula/d/ddh.rb +++ b/Formula/d/ddh.rb @@ -10,6 +10,8 @@ class Ddh < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c38c189b4375eb8031c68bcd0c6f070ec7ce5c851306322d0b15d5c0a797f242" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7bea4c9d500b99400e8d5c043cb3b2fd9e2312198af614f23d1c99274b802809" From 295c9fda17468a7f79274f5fc5700fd86247e1fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:17 +0200 Subject: [PATCH 01490/10074] debugbreak: added `no_autobump!` --- Formula/d/debugbreak.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/debugbreak.rb b/Formula/d/debugbreak.rb index fda004644ce8b..5ba3508196774 100644 --- a/Formula/d/debugbreak.rb +++ b/Formula/d/debugbreak.rb @@ -5,6 +5,8 @@ class Debugbreak < Formula sha256 "62089680cc1cd0857519e2865b274ed7534bfa7ddfce19d72ffee41d4921ae2f" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c3d74ba626694bb1db1d81d3efac9b1a9ca9c71521212bb937bfd897d677272f" From 34d599ba8ca4f8b9f9fa5039f94943af319c641b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:18 +0200 Subject: [PATCH 01491/10074] defaultbrowser: added `no_autobump!` --- Formula/d/defaultbrowser.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/defaultbrowser.rb b/Formula/d/defaultbrowser.rb index 6a7446c9a05f9..0e750d0e37441 100644 --- a/Formula/d/defaultbrowser.rb +++ b/Formula/d/defaultbrowser.rb @@ -5,6 +5,8 @@ class Defaultbrowser < Formula sha256 "56249f05da912bbe828153d775dc4f497f5a8b453210c2788d6a439418ac2ea3" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7921f729c6afa9a924ffc175918d74e9767059e645491af9cae1df09fa80bfa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "babed0d9771439d08249d6ca58d8c468a2f646074a44ba3f8f1b90505054ad7f" From 8a7270847851b1a8cd7eb75d0966e22d4d8e5eb0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:18 +0200 Subject: [PATCH 01492/10074] deheader: added `no_autobump!` --- Formula/d/deheader.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/deheader.rb b/Formula/d/deheader.rb index c8ee403f74078..8b23586948c31 100644 --- a/Formula/d/deheader.rb +++ b/Formula/d/deheader.rb @@ -12,6 +12,8 @@ class Deheader < Formula regex(/href=.*?deheader[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "2caa30192b0b43e4892d9742d759b65d3cee8109c87e7169fd371a896cfd424e" end From 746368a60ac8e7f7a1a7e2f3aef9a35bda8c10f1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:18 +0200 Subject: [PATCH 01493/10074] deja-gnu: added `no_autobump!` --- Formula/d/deja-gnu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/deja-gnu.rb b/Formula/d/deja-gnu.rb index 2d0c73fc01dee..919211225c770 100644 --- a/Formula/d/deja-gnu.rb +++ b/Formula/d/deja-gnu.rb @@ -6,6 +6,8 @@ class DejaGnu < Formula sha256 "87daefacd7958b4a69f88c6856dbd1634261963c414079d0c371f589cd66a2e3" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "267d87a1d746750a3797ad46513431e790f9a454c3d6d6d46e0e6b8cdb644702" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ada72df0280151e894c2d132b423a69cce43ffd27de25cf94439f78aa4df4da3" From cade4e6124fd250d929da4f2e41cf2078bac9f1a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:18 +0200 Subject: [PATCH 01494/10074] denominator: added `no_autobump!` --- Formula/d/denominator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/denominator.rb b/Formula/d/denominator.rb index 00cc340c89407..4c35210176243 100644 --- a/Formula/d/denominator.rb +++ b/Formula/d/denominator.rb @@ -10,6 +10,8 @@ class Denominator < Formula regex(%r{v?(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "3da7d5704460e94f75bd1241c7d285971b2c22f23633c2cea058cccefc6a65e5" From be2dda362255bd91ffb648c973a18802e56c6c30 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:18 +0200 Subject: [PATCH 01495/10074] depqbf: added `no_autobump!` --- Formula/d/depqbf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/depqbf.rb b/Formula/d/depqbf.rb index 39eb1413a274a..523718162c0bd 100644 --- a/Formula/d/depqbf.rb +++ b/Formula/d/depqbf.rb @@ -6,6 +6,8 @@ class Depqbf < Formula license "GPL-3.0-or-later" head "https://github.com/lonsing/depqbf.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "77fb774ec31c1de16c6136751d66b3cb04d9a7bf0e2fb8c4e51a56db412310c4" sha256 cellar: :any, arm64_sonoma: "dce4afe9355597c29c7656a5fcdda35983fe58b95ae72e966a6967a0360dd9d1" From 95b784b134ae2e8001ec195e0ac7f60e4c40c932 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:18 +0200 Subject: [PATCH 01496/10074] desk: added `no_autobump!` --- Formula/d/desk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/desk.rb b/Formula/d/desk.rb index 1c98acad92453..921e9b8a2e771 100644 --- a/Formula/d/desk.rb +++ b/Formula/d/desk.rb @@ -5,6 +5,8 @@ class Desk < Formula sha256 "620bfba5b285d4d445e3ff9e399864063d7b0e500ef9c70d887fb7b157576c45" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "95e0acae98be5f6f5d3105ff2c6236d3e9648b8bbc1ab350e7735ed3935db8fe" From 7829ce2175593896670fd0d254e7fffe2793aa2c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:19 +0200 Subject: [PATCH 01497/10074] detach: added `no_autobump!` --- Formula/d/detach.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/detach.rb b/Formula/d/detach.rb index 2c2772cc3d58e..9e3035b3e5d61 100644 --- a/Formula/d/detach.rb +++ b/Formula/d/detach.rb @@ -10,6 +10,8 @@ class Detach < Formula regex(/href=.*?detach[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7d0f80127112fcf6691ce7b4b90aa1fc5ee9ddee51d755b1a895f47419f2455" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5ad00a2d77cb8c391aea1df731916286b2a9758b6948397e4943f10baec5269" From 55fe74c77855f765082206329b49e9a91eb859a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:19 +0200 Subject: [PATCH 01498/10074] devdash: added `no_autobump!` --- Formula/d/devdash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/devdash.rb b/Formula/d/devdash.rb index f051efa610e99..86ecfadd12492 100644 --- a/Formula/d/devdash.rb +++ b/Formula/d/devdash.rb @@ -5,6 +5,8 @@ class Devdash < Formula sha256 "633a0a599a230a93b7c4eeacdf79a91a2bb672058ef3d5aacce5121167df8d28" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d275e7fb55d70d47793d2e40e040eaef193055925a4174eed2606a45552b996a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fdd9cb3b397734f91eed17ff9a4e401c7ba15e559a5f74cccf294f08f0f9a92b" From 41895b3b6285b2f94f981a6f3f08a5b16c7a76d5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:19 +0200 Subject: [PATCH 01499/10074] device-mapper: added `no_autobump!` --- Formula/d/device-mapper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/device-mapper.rb b/Formula/d/device-mapper.rb index 114623529471e..11d04bd33ca7d 100644 --- a/Formula/d/device-mapper.rb +++ b/Formula/d/device-mapper.rb @@ -12,6 +12,8 @@ class DeviceMapper < Formula strategy :page_match end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_linux: "5d6d6a6fee244534f059ddbab95839ca2fd64c432198e6734dc0f97e1a59c9f3" sha256 cellar: :any_skip_relocation, x86_64_linux: "14be86a855300b9f834dedf4c0986fca07b810854cc5b98c935fd1408615ea34" From 25f71ac2f3555755b444574098fda73603b441b7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:19 +0200 Subject: [PATCH 01500/10074] devil: added `no_autobump!` --- Formula/d/devil.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/devil.rb b/Formula/d/devil.rb index ca5d7e21d0e9d..911a93a3ac360 100644 --- a/Formula/d/devil.rb +++ b/Formula/d/devil.rb @@ -32,6 +32,8 @@ class Devil < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "06f0d3689766e92e01e492d9abbceeac345df99fa96a018cf74963ff4b6c9cca" sha256 cellar: :any, arm64_sonoma: "80cb4184d2621711c7ebfce994578930a3f8dce0c1f9e0c1115b1de2ea1fa174" From 63f8b71121474f42dcd4be2afc5fb7af55af314f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:19 +0200 Subject: [PATCH 01501/10074] dex: added `no_autobump!` --- Formula/d/dex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dex.rb b/Formula/d/dex.rb index ad6fc4523062b..1662afe34f99f 100644 --- a/Formula/d/dex.rb +++ b/Formula/d/dex.rb @@ -6,6 +6,8 @@ class Dex < Formula license "GPL-2.0-only" head "https://github.com/tihirvon/dex.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "961f06389b30d15e9464ece560955feff630b3b025d5e02fcc41e8778ced1597" From ccd8251992f5f1cb3f3f7c7316b4277e1c725a81 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:20 +0200 Subject: [PATCH 01502/10074] dexter: added `no_autobump!` --- Formula/d/dexter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dexter.rb b/Formula/d/dexter.rb index 73f174a87bd98..5c8259f793cf4 100644 --- a/Formula/d/dexter.rb +++ b/Formula/d/dexter.rb @@ -5,6 +5,8 @@ class Dexter < Formula sha256 "cd8d08f8a89874c832fc6a53f9020dc9843d0717810870a1b8eecb3246b889bf" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3b44545e99974f4afd0f172e80ab95cd796ff6f732d0bd7557927b1fa121e85a" sha256 cellar: :any, arm64_sonoma: "e5f365b4cb8545f4d317eca8d2bdb5b546ce69eb44ee9433b020e0eefd7fb53c" From 966bc702251e38e670b615a36f6c01830caf71b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:20 +0200 Subject: [PATCH 01503/10074] dfc: added `no_autobump!` --- Formula/d/dfc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dfc.rb b/Formula/d/dfc.rb index 840f9d493caae..3e796cc544567 100644 --- a/Formula/d/dfc.rb +++ b/Formula/d/dfc.rb @@ -7,6 +7,8 @@ class Dfc < Formula revision 1 head "https://github.com/Rolinh/dfc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "2d84a8c3886281129fbe28c532fd87e12ab4b03d49d69490183122851b57cb2b" From 633f08b982bb372f3f79803eeaeaed123eab67d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:20 +0200 Subject: [PATCH 01504/10074] dfu-util: added `no_autobump!` --- Formula/d/dfu-util.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dfu-util.rb b/Formula/d/dfu-util.rb index 1fb893b0fdf32..b9f64b0dec037 100644 --- a/Formula/d/dfu-util.rb +++ b/Formula/d/dfu-util.rb @@ -5,6 +5,8 @@ class DfuUtil < Formula sha256 "b4b53ba21a82ef7e3d4c47df2952adf5fa494f499b6b0b57c58c5d04ae8ff19e" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5cfdae94eea7b66aae31b16dd689bd8078d7aa685786dcf45f9f9324db12727d" sha256 cellar: :any, arm64_sonoma: "948497e1bb1a0f035517671d50e3d64c8843417210acb3cdc16232884399c783" From 7065b9be36bfc028626e2fcac61c71461b42691d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:20 +0200 Subject: [PATCH 01505/10074] dhcpdump: added `no_autobump!` --- Formula/d/dhcpdump.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dhcpdump.rb b/Formula/d/dhcpdump.rb index ef6c9b7aa5dc6..1e828101b052e 100644 --- a/Formula/d/dhcpdump.rb +++ b/Formula/d/dhcpdump.rb @@ -10,6 +10,8 @@ class Dhcpdump < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "388478d6f5fa4261e7adb8c0ba1718d9a5bc50b25d50b7e30d7588bb290af79e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab4719be570abc658b8f8f46de37bad273e2b2389b0d1816bf38b7f1e28c0f47" From 10d426283d00605f366211ac877f97874a4b0c97 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:20 +0200 Subject: [PATCH 01506/10074] dhcping: added `no_autobump!` --- Formula/d/dhcping.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dhcping.rb b/Formula/d/dhcping.rb index 6ada6503552c0..a1b63c4cfb5f2 100644 --- a/Formula/d/dhcping.rb +++ b/Formula/d/dhcping.rb @@ -11,6 +11,8 @@ class Dhcping < Formula regex(/href=.*?dhcping[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "57a8c433ed1c7da1d25968b298425ee8c4eb654cc2c3db24ef634eb98fe2c2f6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2f1f36436e5638b5410267578913125a9244b2ab37573e77f53d1be3bb46bcb" From 20ea5ae37086aeef64382119acecd29c2fa5fc66 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:20 +0200 Subject: [PATCH 01507/10074] dhex: added `no_autobump!` --- Formula/d/dhex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dhex.rb b/Formula/d/dhex.rb index 22390b8b03c33..84ae68e9b1941 100644 --- a/Formula/d/dhex.rb +++ b/Formula/d/dhex.rb @@ -10,6 +10,8 @@ class Dhex < Formula regex(/href=.*?dhex[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ce6ef0c4079748f07bbfb1f8f74f39caf377df59e244555fe508c63c63367a6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "68ccfb4eef2b7a798087917073187eb465e01ff7e1b3f2401c0633006a5f1fd2" From ca0a2e63420e8c516fd5c01826f03bd18f6babda Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:21 +0200 Subject: [PATCH 01508/10074] diary: added `no_autobump!` --- Formula/d/diary.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/diary.rb b/Formula/d/diary.rb index 7519fafb0774b..008cdf2b47fd5 100644 --- a/Formula/d/diary.rb +++ b/Formula/d/diary.rb @@ -10,6 +10,8 @@ class Diary < Formula regex(/href=.*?diary[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d646d24e89a8eb7dce47ec54e42214c09010d070e893c29e2a55427cfe7e846b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "30581920926485a47ab45731defce3acf5dd1c2366e4551a9b25952d03c171ea" From e2ef807b9ae1b08996c724574c145693f0ba824a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:21 +0200 Subject: [PATCH 01509/10074] diction: added `no_autobump!` --- Formula/d/diction.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/diction.rb b/Formula/d/diction.rb index b7e03a7b5adf6..8ca4855206f73 100644 --- a/Formula/d/diction.rb +++ b/Formula/d/diction.rb @@ -6,6 +6,8 @@ class Diction < Formula sha256 "35c2f1bf8ddf0d5fa9f737ffc8e55230736e5d850ff40b57fdf5ef1d7aa024f6" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6516cc7161c82d0f8db43cc8feb42dfac2f946e632c76432cb7ed00fde3fe078" sha256 arm64_sonoma: "4589af49e9b3cd23f77eae06ba86dadb9b364ca88e1714b3aa4b2f169df49321" From 65c88bcd07a7b300cd4ab18cabab35857547be5d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:21 +0200 Subject: [PATCH 01510/10074] diff-pdf: added `no_autobump!` --- Formula/d/diff-pdf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/diff-pdf.rb b/Formula/d/diff-pdf.rb index 2b68fb11d8d96..a729c3c88a097 100644 --- a/Formula/d/diff-pdf.rb +++ b/Formula/d/diff-pdf.rb @@ -6,6 +6,8 @@ class DiffPdf < Formula license "GPL-2.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "520ca811e168d7e466572c9da296ab1d67e32b839ff6cd6cc760b6a2d8e87feb" sha256 cellar: :any, arm64_sonoma: "476dd932746a9fb40eace829b4fe1d06a9e47d5fa38ef7ac39c0d569b2c02c26" From 4f4ef7c1ef116e095124670519ad4576f11fe94c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:21 +0200 Subject: [PATCH 01511/10074] diff-so-fancy: added `no_autobump!` --- Formula/d/diff-so-fancy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/diff-so-fancy.rb b/Formula/d/diff-so-fancy.rb index add5f01f9a225..a473b9ba4ef17 100644 --- a/Formula/d/diff-so-fancy.rb +++ b/Formula/d/diff-so-fancy.rb @@ -6,6 +6,8 @@ class DiffSoFancy < Formula license "MIT" head "https://github.com/so-fancy/diff-so-fancy.git", branch: "next" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f88300e5b0347ad6b6ef31ecb78e593bda7a96552900b3e2ef1323f10d90bd8b" From 64ae3e531326bcc00c9e994e7cea3fd13bfaaf9f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:21 +0200 Subject: [PATCH 01512/10074] diffr: added `no_autobump!` --- Formula/d/diffr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/diffr.rb b/Formula/d/diffr.rb index b7bec81dca5ec..8f880c00e6a34 100644 --- a/Formula/d/diffr.rb +++ b/Formula/d/diffr.rb @@ -5,6 +5,8 @@ class Diffr < Formula sha256 "6c5861e5b8f5d798e027fe69cc186452848dc4ae5641326b41b5c160d3e91654" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "25cdb1a853eceeba0ce00dee4f2b5657abe9865ee7568a0cf18ee0b5fe95d3bd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bc9706cc3bf1e99eda0b2138a3dbea9b4da2c097f4e4c421aa6249269146678" From 3f063824aeae1af32e29db4cad3e92d4b5635dc5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:22 +0200 Subject: [PATCH 01513/10074] digitemp: added `no_autobump!` --- Formula/d/digitemp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/digitemp.rb b/Formula/d/digitemp.rb index c6687b929cc44..c4881d6c2f81e 100644 --- a/Formula/d/digitemp.rb +++ b/Formula/d/digitemp.rb @@ -6,6 +6,8 @@ class Digitemp < Formula license "GPL-2.0-or-later" head "https://github.com/bcl/digitemp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e807829f6b24e85e3cb39c442aff3b400d886b16b6a17b7122df5b3ec9a92bc1" sha256 cellar: :any, arm64_sonoma: "745ab5f0bd70e480714242d647e99eb37b290c0e308f942aad4753dd4efa53ad" From ed19d98026b7dadfc727a66c61fee1b869560751 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:22 +0200 Subject: [PATCH 01514/10074] dipc: added `no_autobump!` --- Formula/d/dipc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dipc.rb b/Formula/d/dipc.rb index 8a13f556b2763..b610aab00cf81 100644 --- a/Formula/d/dipc.rb +++ b/Formula/d/dipc.rb @@ -5,6 +5,8 @@ class Dipc < Formula sha256 "dd98bf2eea8e97dfaeb8d4e0a991a732e35bf71e1b9bdf0045fdad80e0c0d319" license any_of: ["MIT", "Apache-2.0"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "182b6056ad68e867829727c6112022f45c207fe32312193a5ed3c7c69c4a1a6a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e38cd4ab7323ef745a39bb70fd7bb62ff158aaefa17ad9195ece908f6de633c4" From 395c3de32748700641bd19152fc566261730f5fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:22 +0200 Subject: [PATCH 01515/10074] dirac: added `no_autobump!` --- Formula/d/dirac.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dirac.rb b/Formula/d/dirac.rb index 0408565834c6a..5a942f09f0942 100644 --- a/Formula/d/dirac.rb +++ b/Formula/d/dirac.rb @@ -7,6 +7,8 @@ class Dirac < Formula sha256 "816b16f18d235ff8ccd40d95fc5b4fad61ae47583e86607932929d70bf1f00fd" license any_of: ["MPL-1.1", "GPL-2.0-only", "LGPL-2.1-only"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "53157665a3a8ba4676115ebedef7b7428ea51424674d1af294383cc94c9572ff" From b727c50d83cad37c00fc3b5ca3ac1d8ed1674ee5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:22 +0200 Subject: [PATCH 01516/10074] direwolf: added `no_autobump!` --- Formula/d/direwolf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/direwolf.rb b/Formula/d/direwolf.rb index 0f1610f11f1dc..0f60820c6be96 100644 --- a/Formula/d/direwolf.rb +++ b/Formula/d/direwolf.rb @@ -10,6 +10,8 @@ class Direwolf < Formula ] head "https://github.com/wb2osz/direwolf.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fb3b2a272641595f3ea481b05ac39409f75466cdf50fc9592b3cdddeca1b3d20" sha256 arm64_sonoma: "f15cf78ea350bac7d0daf8663e54242eed663f577400de7630f8225c4e08e340" From e4acc71cb9447472db80f18cef58777bb5bd77f2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:22 +0200 Subject: [PATCH 01517/10074] dirt: added `no_autobump!` --- Formula/d/dirt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dirt.rb b/Formula/d/dirt.rb index e317051fde21a..8a26824cfef79 100644 --- a/Formula/d/dirt.rb +++ b/Formula/d/dirt.rb @@ -7,6 +7,8 @@ class Dirt < Formula revision 1 head "https://github.com/tidalcycles/Dirt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "dc07b263a5ea080c3ae14aaaabe185d07c84189e6708cc2206ac74d62e67ec3f" From e95b28594acd90af467851726995645ea9b0ca0f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:22 +0200 Subject: [PATCH 01518/10074] discount: added `no_autobump!` --- Formula/d/discount.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/discount.rb b/Formula/d/discount.rb index a94d8376b216c..1743a9764825a 100644 --- a/Formula/d/discount.rb +++ b/Formula/d/discount.rb @@ -11,6 +11,8 @@ class Discount < Formula regex(/href=.*?discount[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a570a68edd737474736b516db39db9a072785ff13735f226d0cd8ea056648311" sha256 cellar: :any_skip_relocation, arm64_sonoma: "14e2177eb0728e9d8690a7e6854250f174f5d988a046dd3f071c9beecf930540" From fc5267dbe20d6aa0e562793e40bf59480f873464 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:23 +0200 Subject: [PATCH 01519/10074] diskonaut: added `no_autobump!` --- Formula/d/diskonaut.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/diskonaut.rb b/Formula/d/diskonaut.rb index 558f0de80075a..f49b3273dbf68 100644 --- a/Formula/d/diskonaut.rb +++ b/Formula/d/diskonaut.rb @@ -5,6 +5,8 @@ class Diskonaut < Formula sha256 "355367dbc6119743d88bfffaa57ad4f308596165a57acc2694da1277c3025928" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "519af087c51cd668213e975d31f7da4255f12c7be476a81ceb4bb448404c2286" From b542e53df1cc036a8840b7ff07732837c3fd4c23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:23 +0200 Subject: [PATCH 01520/10074] disktype: added `no_autobump!` --- Formula/d/disktype.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/disktype.rb b/Formula/d/disktype.rb index 082ff75abc0a9..5807293d9bf81 100644 --- a/Formula/d/disktype.rb +++ b/Formula/d/disktype.rb @@ -11,6 +11,8 @@ class Disktype < Formula regex(%r{url=.*?/disktype[._-]v?(\d+(?:\.\d+)*)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc0c898196ec806c92c56cda1d1edce496eb6dea79d614ab746021f2e315ec4c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "867972214905edb51443e921e727b9916eb9ff528ee18aac77e205d43a80ed9e" From aae8a4d1ab18a5bc53c149bacc920c6ab0e67252 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:23 +0200 Subject: [PATCH 01521/10074] distcc: added `no_autobump!` --- Formula/d/distcc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/distcc.rb b/Formula/d/distcc.rb index 3f8f18ecdfb1d..99f0cf2d31558 100644 --- a/Formula/d/distcc.rb +++ b/Formula/d/distcc.rb @@ -14,6 +14,8 @@ class Distcc < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 arm64_sequoia: "49f0073a59339ec44150cdafd79c3d4ca807780e5e55df49a7030c179025c636" From b8b3d1bad666f9e44db3d64e8be60252083b3dfa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:23 +0200 Subject: [PATCH 01522/10074] distill-cli: added `no_autobump!` --- Formula/d/distill-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/distill-cli.rb b/Formula/d/distill-cli.rb index fef32cc6e8a73..10901215b35e3 100644 --- a/Formula/d/distill-cli.rb +++ b/Formula/d/distill-cli.rb @@ -6,6 +6,8 @@ class DistillCli < Formula license "Apache-2.0" head "https://github.com/awslabs/distill-cli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e0945169c404d9651481553a66e74eccc15dd9fc3fd5fd7090db762c64a679b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b696b679a1e1dc19ae9d5a6a5b88e70fc63f94ea91d8c5025cdf124530f4e027" From a47fbe42b46e868bb31df08819dbca20bd9e5a8d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:23 +0200 Subject: [PATCH 01523/10074] distribution: added `no_autobump!` --- Formula/d/distribution.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/distribution.rb b/Formula/d/distribution.rb index 368c9395c48f0..1c46ff4915d41 100644 --- a/Formula/d/distribution.rb +++ b/Formula/d/distribution.rb @@ -6,6 +6,8 @@ class Distribution < Formula license "GPL-2.0-only" head "https://github.com/time-less-ness/distribution.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fb43e41f635c1b01bc7f1d518d871c3f9462cbfebadbb526a484bac260da213a" From b7181082753b34eb1d3373f6e10923208d78e698 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:23 +0200 Subject: [PATCH 01524/10074] dita-ot: added `no_autobump!` --- Formula/d/dita-ot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dita-ot.rb b/Formula/d/dita-ot.rb index e1c8d6528ec53..3c6ff0438cc35 100644 --- a/Formula/d/dita-ot.rb +++ b/Formula/d/dita-ot.rb @@ -10,6 +10,8 @@ class DitaOt < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "68f93968fe8b2a9750f00cf366ebd2a6857035f1fa05d1fe57ca947568783eaf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "68f93968fe8b2a9750f00cf366ebd2a6857035f1fa05d1fe57ca947568783eaf" From 9491dad7497c3c39e0bfc6028250627bf1c1ce72 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:24 +0200 Subject: [PATCH 01525/10074] ditaa: added `no_autobump!` --- Formula/d/ditaa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/ditaa.rb b/Formula/d/ditaa.rb index 24d3bfc48e1b4..33d5a0135fb24 100644 --- a/Formula/d/ditaa.rb +++ b/Formula/d/ditaa.rb @@ -6,6 +6,8 @@ class Ditaa < Formula license "LGPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "4e03eed43d92f5622e98144174fcd5f40dfb2b0bbdcb819aa5b59ec61d5fb632" From 084505fcc577cd00c2969823225cdcbc71da0be9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:24 +0200 Subject: [PATCH 01526/10074] djbdns: added `no_autobump!` --- Formula/d/djbdns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/djbdns.rb b/Formula/d/djbdns.rb index d76ebd5600d2e..bef60e1a9846e 100644 --- a/Formula/d/djbdns.rb +++ b/Formula/d/djbdns.rb @@ -10,6 +10,8 @@ class Djbdns < Formula regex(/href=.*?djbdns[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 arm64_sequoia: "1e36d75e37885c9b6e9ecfc4fcebd3768092dc1f512bf6a52014d5edb2b30e5f" From a52ed6c73b13d42d05f9eecf3a249d9808c662d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:24 +0200 Subject: [PATCH 01527/10074] djview4: added `no_autobump!` --- Formula/d/djview4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/djview4.rb b/Formula/d/djview4.rb index 99d8be57171e6..136de3f18d3ac 100644 --- a/Formula/d/djview4.rb +++ b/Formula/d/djview4.rb @@ -11,6 +11,8 @@ class Djview4 < Formula regex(%r{url=.*?/djview[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "50f358049ae7371431b1640620050d40f9075e998695efc69e3cfc228955d189" sha256 cellar: :any, arm64_sonoma: "aeec9249493e568780d0760a7c11d597c51e9a89835d9d7be3a3512510dd6e09" From 9135185e17de275e8db8048cb8e8398fb909e6b1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:24 +0200 Subject: [PATCH 01528/10074] djvu2pdf: added `no_autobump!` --- Formula/d/djvu2pdf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/djvu2pdf.rb b/Formula/d/djvu2pdf.rb index ed43bc585d950..950d51c7d7b06 100644 --- a/Formula/d/djvu2pdf.rb +++ b/Formula/d/djvu2pdf.rb @@ -10,6 +10,8 @@ class Djvu2pdf < Formula regex(/href=.*?djvu2pdf[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "9fdbe69a5415de2630d2a2934f513f985db8d4917b5451ef0241fd125e1096fc" From 4664722c19b116a286f7aedaea7912e7a2791433 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:24 +0200 Subject: [PATCH 01529/10074] djvulibre: added `no_autobump!` --- Formula/d/djvulibre.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/djvulibre.rb b/Formula/d/djvulibre.rb index 4380d87c8e879..ebddc79eb96e1 100644 --- a/Formula/d/djvulibre.rb +++ b/Formula/d/djvulibre.rb @@ -11,6 +11,8 @@ class Djvulibre < Formula regex(%r{url=.*?/djvulibre[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "251aeb1ba6581281a3742cac327422498cc251097f79c56e4b262a4a32f178b3" sha256 arm64_sonoma: "509e80c15c07de6b03d1bf3d729537d0abb30849c55b4aac092f6d760391ad8d" From f8888a33d77007ccdadb64f826af44797c6afb9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:25 +0200 Subject: [PATCH 01530/10074] dmagnetic: added `no_autobump!` --- Formula/d/dmagnetic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dmagnetic.rb b/Formula/d/dmagnetic.rb index 431440ab4e9d9..f2d18353cba3f 100644 --- a/Formula/d/dmagnetic.rb +++ b/Formula/d/dmagnetic.rb @@ -10,6 +10,8 @@ class Dmagnetic < Formula regex(/href=.*?dMagnetic[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "9f840a9ccf56d119e074527daa5b430d0670bd1425a44efa2882459e279ba40c" sha256 arm64_sonoma: "4a2cb2a7d9d5334b230ec1f3e475239b3b780aa686d3ccacc8a1d5a014332ca0" From 98900b2a92ac64f163907c4c118b8256f782bdbd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:25 +0200 Subject: [PATCH 01531/10074] dmalloc: added `no_autobump!` --- Formula/d/dmalloc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dmalloc.rb b/Formula/d/dmalloc.rb index 88b688dfb5a08..05aff7cf73154 100644 --- a/Formula/d/dmalloc.rb +++ b/Formula/d/dmalloc.rb @@ -10,6 +10,8 @@ class Dmalloc < Formula regex(/href=.*?dmalloc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2406c340e3935d9f228d695c270eb5fd74abef38bafa84f10bded7826c8e8c80" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5326a45ed099179ae2f05299e3bf0e90b2f7b037594cf175da72830963687acf" From f41767a018069a3ef78988dee4b8aad32d4361dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:25 +0200 Subject: [PATCH 01532/10074] dmd: added `no_autobump!` --- Formula/d/dmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dmd.rb b/Formula/d/dmd.rb index 194892346a50d..9a40dee3dab52 100644 --- a/Formula/d/dmd.rb +++ b/Formula/d/dmd.rb @@ -17,6 +17,8 @@ class Dmd < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 sonoma: "58cc3b27e8e385cefb7105d6943a0ae6dec8718ca504901a165b6074bdf3d9d5" sha256 ventura: "dca27059dbaa82f6785ccf0255a5409ba0975d4ef525cd11945d78e82f3c4328" From b20c5ed0222a3542e4dbe5c6b704477edd7136d1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:25 +0200 Subject: [PATCH 01533/10074] dmtx-utils: added `no_autobump!` --- Formula/d/dmg2img.rb | 2 ++ Formula/d/dmtx-utils.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Formula/d/dmg2img.rb b/Formula/d/dmg2img.rb index 60c1be163de91..6bb9999472913 100644 --- a/Formula/d/dmg2img.rb +++ b/Formula/d/dmg2img.rb @@ -11,6 +11,8 @@ class Dmg2img < Formula regex(/href=.*?dmg2img[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "4c3872719a1261f5cd981d5320bba65289e6c2c9e06e73478f3e3bb8267b64ec" diff --git a/Formula/d/dmtx-utils.rb b/Formula/d/dmtx-utils.rb index ad6f3c43ad9c3..a75ade07dec9f 100644 --- a/Formula/d/dmtx-utils.rb +++ b/Formula/d/dmtx-utils.rb @@ -6,6 +6,8 @@ class DmtxUtils < Formula license all_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] revision 8 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "266e690457d4ad1f3844c37e52e3228121803ab16f5df2a8441ac8f0380a2b12" sha256 cellar: :any, arm64_sonoma: "1ed0bf91ff69184917d25840c46c8b1a390e116b468dba2bfebcfca4688326f4" From 01539764fa410007b9a6d4a156cfd1e4c6d50245 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:26 +0200 Subject: [PATCH 01534/10074] dns2tcp: added `no_autobump!` --- Formula/d/dns2tcp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dns2tcp.rb b/Formula/d/dns2tcp.rb index 6d94c21fdb6ca..896cc87c961cb 100644 --- a/Formula/d/dns2tcp.rb +++ b/Formula/d/dns2tcp.rb @@ -10,6 +10,8 @@ class Dns2tcp < Formula regex(/href=.*?dns2tcp[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0eb7cacef30472d6ca9cd59507d8fe3f078ad731b1e779ff8147bb2730547adb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a0bd389f540e25443deede0d0d2e1a3a5f3247cff3b49cac4d00c386f67b6e2" From 03f947f36ff94590986a6a2642d1d1be371cf867 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:26 +0200 Subject: [PATCH 01535/10074] dnscrypt-wrapper: added `no_autobump!` --- Formula/d/dnscrypt-wrapper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dnscrypt-wrapper.rb b/Formula/d/dnscrypt-wrapper.rb index 579adcec1dc04..d7be12ebd989b 100644 --- a/Formula/d/dnscrypt-wrapper.rb +++ b/Formula/d/dnscrypt-wrapper.rb @@ -7,6 +7,8 @@ class DnscryptWrapper < Formula revision 2 head "https://github.com/Cofyc/dnscrypt-wrapper.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, sonoma: "bc437509b36ffd78cb7e5f560ae00ebcefe8c63790ce6cebe11e739d985a1729" sha256 cellar: :any, ventura: "1aeb1619be4bfddebbe11aae4cd7763e045e76f7002426291c2b3d41b2d4db68" From b286d25b78162644b82fc994c7a1138fd2355e07 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:26 +0200 Subject: [PATCH 01536/10074] dnsmap: added `no_autobump!` --- Formula/d/dnsmap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dnsmap.rb b/Formula/d/dnsmap.rb index 88905fc771c86..9dc3219e84ced 100644 --- a/Formula/d/dnsmap.rb +++ b/Formula/d/dnsmap.rb @@ -8,6 +8,8 @@ class Dnsmap < Formula license all_of: ["GPL-2.0-or-later", "GPL-3.0-or-later"] head "https://github.com/resurrecting-open-source-projects/dnsmap.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "61337c7ece0f713abedf4081d0519dc7979872a5f0142467a419d892332dcaff" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f4f7d4275680826270912ddd68aa2c5e69e83a620004465a412815695388d47" From fbf89c8d37c4b47e2ee6ce1d8f10756fc6b88fd3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:26 +0200 Subject: [PATCH 01537/10074] dnstop: added `no_autobump!` --- Formula/d/dnstop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dnstop.rb b/Formula/d/dnstop.rb index 0a69d5dfed8ce..ea88b0c51ddfe 100644 --- a/Formula/d/dnstop.rb +++ b/Formula/d/dnstop.rb @@ -10,6 +10,8 @@ class Dnstop < Formula regex(/href=.*?dnstop[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "feab927b414e7fad8995bfb647c2b019bee68c8aa535b5b9cccdd12e048c81fe" From 33005c425bfb150af89dd8c9930296189645b72c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:26 +0200 Subject: [PATCH 01538/10074] dnstracer: added `no_autobump!` --- Formula/d/dnstracer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dnstracer.rb b/Formula/d/dnstracer.rb index be726bd1a0ea0..a81e1555fe291 100644 --- a/Formula/d/dnstracer.rb +++ b/Formula/d/dnstracer.rb @@ -15,6 +15,8 @@ class Dnstracer < Formula regex(/href=.*?dnstracer[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "154b03978527a24ea93fa486de2f90f51bba19a873cd8fc7760027b7cf9e965d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9f0cef649625b90f8b813401e0cee3b0d26abb2ad5eabdb8b80bea6d93106d1" From 783cbd3cbd2d7cc8f45ec407b1bb73b6d6faf90c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:26 +0200 Subject: [PATCH 01539/10074] dnsviz: added `no_autobump!` --- Formula/d/dnsviz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dnsviz.rb b/Formula/d/dnsviz.rb index 1e645b344f1be..fa8fe339dd3ff 100644 --- a/Formula/d/dnsviz.rb +++ b/Formula/d/dnsviz.rb @@ -7,6 +7,8 @@ class Dnsviz < Formula sha256 "203b1aa2e3aa09af415a96a0afc98eef4acf845ab8af57bf9f7569bd13161717" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "00110e902d3a1519334f1226603864e95d9d93c669d43c6fbf37aa27b08915d2" sha256 cellar: :any, arm64_sonoma: "7cd031019ebadc5e47683d83d1d5828b5eb3baaa058ea3d69fb74b1a97906c22" From ebd2ab886211c1319d5d09dc9f2cb204a9b3ca6d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:27 +0200 Subject: [PATCH 01540/10074] docbook-xsl: added `no_autobump!` --- Formula/d/docbook-xsl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docbook-xsl.rb b/Formula/d/docbook-xsl.rb index df913f6d802a8..f987c478d8768 100644 --- a/Formula/d/docbook-xsl.rb +++ b/Formula/d/docbook-xsl.rb @@ -13,6 +13,8 @@ class DocbookXsl < Formula regex(%r{^(?:release/)?(\d+(?:\.\d+)+)$}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "201ddedf7dcf5ac0d6eb0a2554ff329ee9856ce5f79d95db9c5d6db7703d9b84" From 7a326311168a1f36ace67a928d52b0116aa479d1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:27 +0200 Subject: [PATCH 01541/10074] docbook: added `no_autobump!` --- Formula/d/docbook.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docbook.rb b/Formula/d/docbook.rb index 5a5c8f8a1bed1..c53075360854f 100644 --- a/Formula/d/docbook.rb +++ b/Formula/d/docbook.rb @@ -11,6 +11,8 @@ class Docbook < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ca237485ebe0b9ab1fc84d87b01b2f322fb285b085133ef727857818283d6d43" From b5e1abecc026d8cb9f0e403c1554a54b75d36e73 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:27 +0200 Subject: [PATCH 01542/10074] docbook2x: added `no_autobump!` --- Formula/d/docbook2x.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docbook2x.rb b/Formula/d/docbook2x.rb index b06630432ce17..7fb248c4bab28 100644 --- a/Formula/d/docbook2x.rb +++ b/Formula/d/docbook2x.rb @@ -10,6 +10,8 @@ class Docbook2x < Formula regex(%r{url=.*?/docbook2X[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6515ef361ee9ad2b83b539b46bb8869a09e98819fdb23277340e0557be168635" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4f01a96cb46dee789a5d363b8c5b169f25d1698b93b7c81d82cc99ce434fdf5" From 8c2cd63398f6bfa37768803db8638e994a8e5a88 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:27 +0200 Subject: [PATCH 01543/10074] docker-clean: added `no_autobump!` --- Formula/d/docker-clean.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docker-clean.rb b/Formula/d/docker-clean.rb index 7b5c5482f9249..7f89415aed50a 100644 --- a/Formula/d/docker-clean.rb +++ b/Formula/d/docker-clean.rb @@ -5,6 +5,8 @@ class DockerClean < Formula sha256 "4b636fd7391358b60c05b65ba7e89d27eaf8dd56cc516f3c786b59cadac52740" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "8534cd2757101cb7ea6fc68d2175147769009a5b6bbab15d87bd5b83f46a06d6" From 4da309c920af6b4342e631bdb319c73fed7d71be Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:27 +0200 Subject: [PATCH 01544/10074] docker-completion: added `no_autobump!` --- Formula/d/docker-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docker-completion.rb b/Formula/d/docker-completion.rb index 81f50f1acee5a..61afbf6fc1951 100644 --- a/Formula/d/docker-completion.rb +++ b/Formula/d/docker-completion.rb @@ -10,6 +10,8 @@ class DockerCompletion < Formula formula "docker" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "d1e4eeba6a1ec5b740b3cffef871be8cb2e63164a5d55c8d7a50e91a6395f8ba" end From 271fd560fe6805503208f7feb7d881dcb95883ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:28 +0200 Subject: [PATCH 01545/10074] docker-ls: added `no_autobump!` --- Formula/d/docker-ls.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docker-ls.rb b/Formula/d/docker-ls.rb index e57b2f9fa5253..828518c5ef79e 100644 --- a/Formula/d/docker-ls.rb +++ b/Formula/d/docker-ls.rb @@ -7,6 +7,8 @@ class DockerLs < Formula license "MIT" head "https://github.com/mayflower/docker-ls.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5a6ebec1d000be676a4cd9e57ee15c4fb7e42a70aa7e03e32d83cfea4afdf4f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "06347d89230140c033d404a279c49dd2d344dec5acb83b918ea6179e1a03f0d1" From 4cac2742a678309aaefd41bb023e354ffc2083e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:28 +0200 Subject: [PATCH 01546/10074] docker-machine-driver-vmware: added `no_autobump!` --- Formula/d/docker-machine-driver-vmware.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docker-machine-driver-vmware.rb b/Formula/d/docker-machine-driver-vmware.rb index 5dc2d904a6e39..b7039c8898d66 100644 --- a/Formula/d/docker-machine-driver-vmware.rb +++ b/Formula/d/docker-machine-driver-vmware.rb @@ -7,6 +7,8 @@ class DockerMachineDriverVmware < Formula license "Apache-2.0" head "https://github.com/machine-drivers/docker-machine-driver-vmware.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "3010bd538c1539f9c59681820e3c316c709c25af6f27a1832afa982cfc026646" From 41be84a61d06a851149b99247a3a7ca255f1b9a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:28 +0200 Subject: [PATCH 01547/10074] docker-machine-nfs: added `no_autobump!` --- Formula/d/docker-machine-nfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docker-machine-nfs.rb b/Formula/d/docker-machine-nfs.rb index 58dae9ccb1af8..f8c3688f3fdae 100644 --- a/Formula/d/docker-machine-nfs.rb +++ b/Formula/d/docker-machine-nfs.rb @@ -5,6 +5,8 @@ class DockerMachineNfs < Formula sha256 "ecb8d637524eaeb1851a0e12da797d4ffdaec7007aa28a0692f551e9223a71b7" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "7adcced71d07397c241cf4999adf40d17b6f773aa28fc53625df5982484d4c6e" From 9cce5ca03a26b9efca5d58365cd93c31663c89ac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:28 +0200 Subject: [PATCH 01548/10074] docker-machine-parallels: added `no_autobump!` --- Formula/d/docker-machine-parallels.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docker-machine-parallels.rb b/Formula/d/docker-machine-parallels.rb index b48501a13b628..0e4d4000c79e7 100644 --- a/Formula/d/docker-machine-parallels.rb +++ b/Formula/d/docker-machine-parallels.rb @@ -7,6 +7,8 @@ class DockerMachineParallels < Formula license "MIT" head "https://github.com/Parallels/docker-machine-parallels.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ce0f85c64a896c155ffdd93fe2b55d085384af3b04779c03a4b672b8f2339c2" From fe247fee3abab894d1b0828e8a6b6d21ff5ed2a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:28 +0200 Subject: [PATCH 01549/10074] docker: added `no_autobump!` --- Formula/d/docker.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docker.rb b/Formula/d/docker.rb index 59438b365c8c6..c0de899d6a51b 100644 --- a/Formula/d/docker.rb +++ b/Formula/d/docker.rb @@ -12,6 +12,8 @@ class Docker < Formula regex(/^v?(\d+(?:\.\d+)+)(?:[._-]ce)?$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e" From 00aaeca638acb6d2a2db905d7dfa2e3508f9bba9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:29 +0200 Subject: [PATCH 01550/10074] dockutil: added `no_autobump!` --- Formula/d/dockutil.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dockutil.rb b/Formula/d/dockutil.rb index 2cd8d9a2fd782..8d6eaff30de76 100644 --- a/Formula/d/dockutil.rb +++ b/Formula/d/dockutil.rb @@ -6,6 +6,8 @@ class Dockutil < Formula license "Apache-2.0" head "https://github.com/kcrawford/dockutil.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b316cca52f1d2d41b358aae807d3d64996bd1dd6ff44852ac193075fd8eacd73" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e0fb8383a52ed1459e9811a121cc5c4105afc61d11d757564e148f72d4b28ce" From a78e2d734647458711ce7d3e217d6a91ec8a1fc4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:29 +0200 Subject: [PATCH 01551/10074] docx2txt: added `no_autobump!` --- Formula/d/docx2txt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/docx2txt.rb b/Formula/d/docx2txt.rb index 200fb68cd8473..809459620d057 100644 --- a/Formula/d/docx2txt.rb +++ b/Formula/d/docx2txt.rb @@ -5,6 +5,8 @@ class Docx2txt < Formula sha256 "b297752910a404c1435e703d5aedb4571222bd759fa316c86ad8c8bbe58c6d1b" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "9c8866a49e04bb1b2a4797c4c911e5aee4df8c3a86701a6a792e55415ac10a7b" From 4da6beb917f678a2c3040ede7ca1e0bb75194b55 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:29 +0200 Subject: [PATCH 01552/10074] dog: added `no_autobump!` --- Formula/d/dog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dog.rb b/Formula/d/dog.rb index 195d3a959b09e..1bd9f6f0b33a1 100644 --- a/Formula/d/dog.rb +++ b/Formula/d/dog.rb @@ -6,6 +6,8 @@ class Dog < Formula license "EUPL-1.2" head "https://github.com/ogham/dog.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d10a7859edcb1fefd50359a1d5104817eaca4a22ba8272ef610f4e392409ee9" From 7955d961f26568ccd7951bda85fb99e03b9530b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:29 +0200 Subject: [PATCH 01553/10074] doitlive: added `no_autobump!` --- Formula/d/doitlive.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/doitlive.rb b/Formula/d/doitlive.rb index 36c451164cf84..c47154e7e64a5 100644 --- a/Formula/d/doitlive.rb +++ b/Formula/d/doitlive.rb @@ -9,6 +9,8 @@ class Doitlive < Formula revision 3 head "https://github.com/sloria/doitlive.git", branch: "dev" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd433d05b749832e59cc133360f6a038b2d9ae472fcb05982074a334d675e884" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9132e01287a9fa33d7d541e59353728366c56430e07adab7bd42663b013f08f" From dc5e8bcbe65cc6eb436dba9ddc1eedd327719060 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:29 +0200 Subject: [PATCH 01554/10074] dopewars: added `no_autobump!` --- Formula/d/dopewars.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dopewars.rb b/Formula/d/dopewars.rb index acadb074ae6a6..b004a7a4b312f 100644 --- a/Formula/d/dopewars.rb +++ b/Formula/d/dopewars.rb @@ -5,6 +5,8 @@ class Dopewars < Formula sha256 "623b9d1d4d576f8b1155150975308861c4ec23a78f9cc2b24913b022764eaae1" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "5e19478fc233eac61d8c45e6b671f1853c0b4f95777a4a2d99ad1ed6eac6d38a" sha256 arm64_sonoma: "8cb9bfd69260ceae6ce8a5062fcba8ee7aa4edcb7191dc048c0d03ca13a783aa" From 32d59e77aaf51f371241a1965dead5a63472a097 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:30 +0200 Subject: [PATCH 01555/10074] dory: added `no_autobump!` --- Formula/d/dory.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dory.rb b/Formula/d/dory.rb index 71bd6ddbc9f1c..de0035896c708 100644 --- a/Formula/d/dory.rb +++ b/Formula/d/dory.rb @@ -5,6 +5,8 @@ class Dory < Formula sha256 "8c385d898aed2de82f7d0ab5c776561ffe801dd4b222a07e25e5837953355b81" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "e75ebd666b1c2b3d1ff21d0cdc9d8f820935e41e32c12533a544ccc4563f44db" From 233d8f7b488c6567e9fad94e6a1f0975fc202d20 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:30 +0200 Subject: [PATCH 01556/10074] dos2unix: added `no_autobump!` --- Formula/d/dos2unix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dos2unix.rb b/Formula/d/dos2unix.rb index e0e1b85882485..6d6b66598b4bb 100644 --- a/Formula/d/dos2unix.rb +++ b/Formula/d/dos2unix.rb @@ -11,6 +11,8 @@ class Dos2unix < Formula regex(/href=.*?dos2unix[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6782d0760a276f44db668e01a49edd85986d20a08fbd35fd1e72346591a37be3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "34b49544a0f299d1b2b0c391927b7c07201274a2c8bf682c0991ced19209501d" From ed21cdf92bf3e297398b1be2c74bffa725387ec3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:30 +0200 Subject: [PATCH 01557/10074] dosfstools: added `no_autobump!` --- Formula/d/dosfstools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dosfstools.rb b/Formula/d/dosfstools.rb index 0c4cfb5c3b06c..fb6046156593d 100644 --- a/Formula/d/dosfstools.rb +++ b/Formula/d/dosfstools.rb @@ -16,6 +16,8 @@ class Dosfstools < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a865f34d1361ac215e3ec359fd524e4ee92ea63cac75ccaac99298c871aa4b28" sha256 cellar: :any_skip_relocation, arm64_sonoma: "574e8d06c7e0cfd4c57b7d3187a7ba4b0d59a4162e6550e5f49afcfb9de8090d" From f347af213f99df6a0d37dd68f1e8050bb5fecd44 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:30 +0200 Subject: [PATCH 01558/10074] dotdrop: added `no_autobump!` --- Formula/d/dotdrop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dotdrop.rb b/Formula/d/dotdrop.rb index 863da997210c4..48eeb1fa89bd6 100644 --- a/Formula/d/dotdrop.rb +++ b/Formula/d/dotdrop.rb @@ -8,6 +8,8 @@ class Dotdrop < Formula license "GPL-3.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "055b48473b91c2ac18fb5484cbd15d8bce400810a719069e607a0fe6c9c2e850" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b6fe938d186ff05f54febfe024ca616cddedea94f993297f19677d84686ac4c" From 1c92639b59b9587ae0ea36d7b055bf68f7cbffe6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:30 +0200 Subject: [PATCH 01559/10074] dotnet@6: added `no_autobump!` --- Formula/d/dotnet@6.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dotnet@6.rb b/Formula/d/dotnet@6.rb index 78256e30df2c5..dcf957ca7b168 100644 --- a/Formula/d/dotnet@6.rb +++ b/Formula/d/dotnet@6.rb @@ -8,6 +8,8 @@ class DotnetAT6 < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "17a1b695a3859a75a1379c9ff5aa044a1e0d4517d27454ab699a88992ed4054c" sha256 cellar: :any, arm64_sonoma: "3842fe4efbd79ee741fddf3e27f33e9d3a14533c4a7a8b27ebc9fa6423906cf7" From 1d59696f1e211666db05a840eeeef4dc35ba53df Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:31 +0200 Subject: [PATCH 01560/10074] doublecpp: added `no_autobump!` --- Formula/d/doublecpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/doublecpp.rb b/Formula/d/doublecpp.rb index 2abbfebfb3ec6..843d8ce95fa71 100644 --- a/Formula/d/doublecpp.rb +++ b/Formula/d/doublecpp.rb @@ -5,6 +5,8 @@ class Doublecpp < Formula sha256 "232f8bf0d73795558f746c2e77f6d7cb54e1066cbc3ea7698c4fba80983423af" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e15c4d309ffb4ce79625a484249eabbcee9f337a7e79c7c36a332cd0e25ca06" sha256 cellar: :any_skip_relocation, arm64_sonoma: "71fdee9f989fbd4a54e2432721dfea361956dd521c386b6f5c5c3cc635b9e9f8" From c3261c4694891814d02c597a65cb23ac21ed4335 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:31 +0200 Subject: [PATCH 01561/10074] doubledown: added `no_autobump!` --- Formula/d/doubledown.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/doubledown.rb b/Formula/d/doubledown.rb index f06f6e68b08b8..e85e8616d8f90 100644 --- a/Formula/d/doubledown.rb +++ b/Formula/d/doubledown.rb @@ -6,6 +6,8 @@ class Doubledown < Formula license "BSD-2-Clause" head "https://github.com/devstructure/doubledown.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "7e93ea6b6323a89639c314a3f44364e2aa3ab4e5d7017d6b352c8761e5f13fa5" From 9e15692120d7b3131875778be3be48e519038061 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:31 +0200 Subject: [PATCH 01562/10074] dovecot: added `no_autobump!` --- Formula/d/dovecot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dovecot.rb b/Formula/d/dovecot.rb index a102a3023cec6..2c74e72cad419 100644 --- a/Formula/d/dovecot.rb +++ b/Formula/d/dovecot.rb @@ -10,6 +10,8 @@ class Dovecot < Formula regex(/href=.*?dovecot[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "09ffefff96a42aeb4368075229fcd8439842729c3275211dc45bfb810e0fd046" From 109592b838a28ed3bbc76545be224a9962730f3d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:31 +0200 Subject: [PATCH 01563/10074] doxymacs: added `no_autobump!` --- Formula/d/doxymacs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/doxymacs.rb b/Formula/d/doxymacs.rb index fc513b94697ca..26b2454ef12fe 100644 --- a/Formula/d/doxymacs.rb +++ b/Formula/d/doxymacs.rb @@ -5,6 +5,8 @@ class Doxymacs < Formula sha256 "a23fd833bc3c21ee5387c62597610941e987f9d4372916f996bf6249cc495afa" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6f35d29f2d9bf0ab3a13916922b7fb4506e133d83fe26c10b00fe0c6c27be17" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2aa03231378a72916d1f1bdb3c63d47751fd1891d9d92daa680b44cbf80e3ce2" From 60b5ea299ebd22f19cdc267ffe130b0b6d937843 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:31 +0200 Subject: [PATCH 01564/10074] dpcmd: added `no_autobump!` --- Formula/d/dpcmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dpcmd.rb b/Formula/d/dpcmd.rb index 906058d13fee5..63a5c31ccec85 100644 --- a/Formula/d/dpcmd.rb +++ b/Formula/d/dpcmd.rb @@ -10,6 +10,8 @@ class Dpcmd < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "46dc23e75280d9ee1b6d06945dbbe02c5df6548a593a463dabf7c8f08a2cb805" sha256 cellar: :any, arm64_sonoma: "6305d2c0681a4e0d1a1c759e4d9368a3e479d3cb47e4ad56c1510bde6eac526e" From 33b756028af4c2e7d49e6cb855eca5bee72bdeb3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:32 +0200 Subject: [PATCH 01565/10074] dpic: added `no_autobump!` --- Formula/d/dpic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dpic.rb b/Formula/d/dpic.rb index 75a5c74c47265..4a993c52c11d1 100644 --- a/Formula/d/dpic.rb +++ b/Formula/d/dpic.rb @@ -5,6 +5,8 @@ class Dpic < Formula sha256 "a69d8f5937bb400f53dd8188bc91c6f90c5fdb94287715fa2d8222b482288243" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "59d99f3d68b5d5f6cdd1442f68ea5a9284026d569fc4e6419330631922cfacaa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1359cf82e6b9997e0543b51fe66e278c3f00104064c7757fc6d53a6d5da8363c" From 3adb41e5b444bc2b48993354e013821a0817c7dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:32 +0200 Subject: [PATCH 01566/10074] dps8m: added `no_autobump!` --- Formula/d/dps8m.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dps8m.rb b/Formula/d/dps8m.rb index 73c9ae2a32e31..b3a7a9c89807d 100644 --- a/Formula/d/dps8m.rb +++ b/Formula/d/dps8m.rb @@ -11,6 +11,8 @@ class Dps8m < Formula regex(/href=.*?dps8m[._-]r?(\d+(?:\.\d+)+)[._-]src\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2299a62a4694d96a06590dda48aec1b5bc7d4223a16027fc8d7e2815b89ef96b" sha256 cellar: :any, arm64_sonoma: "0c1ab00fc50dc0faab0615c50f338d6f65539861eccc49efce8a2e672d91de13" From 8b4107c52a354c357146f2b0b33d9316f416f690 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:32 +0200 Subject: [PATCH 01567/10074] drafter: added `no_autobump!` --- Formula/d/drafter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/drafter.rb b/Formula/d/drafter.rb index 469c5098cec15..3320233667331 100644 --- a/Formula/d/drafter.rb +++ b/Formula/d/drafter.rb @@ -6,6 +6,8 @@ class Drafter < Formula license "MIT" head "https://github.com/apiaryio/drafter.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ee2d1f0c252123ab1df0568f94c453dba3bb13a461a48ace73c9a2da3231d22e" sha256 cellar: :any, arm64_sonoma: "ae6e70fa4ef8bf01705bb0fa8ea0fda39063b718f9b8e6d2bd2ef7923fbe9ab8" From 52a162619a89218de68e69443f1c94e87d1732a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:32 +0200 Subject: [PATCH 01568/10074] drake: added `no_autobump!` --- Formula/d/drake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/drake.rb b/Formula/d/drake.rb index b72c078147074..bfcde313438ea 100644 --- a/Formula/d/drake.rb +++ b/Formula/d/drake.rb @@ -6,6 +6,8 @@ class Drake < Formula license "EPL-1.0" head "https://github.com/Factual/drake.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "98db9a4ae8a9345944f0b5388a35036c9a2384137f7a7db044ebc59cb5ebc117" From a2a2320322f013b343553d7bdf1ac3c527330a54 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:32 +0200 Subject: [PATCH 01569/10074] driftwood: added `no_autobump!` --- Formula/d/driftwood.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/driftwood.rb b/Formula/d/driftwood.rb index f957ddaad56e7..7147f31f8236b 100644 --- a/Formula/d/driftwood.rb +++ b/Formula/d/driftwood.rb @@ -6,6 +6,8 @@ class Driftwood < Formula license "Apache-2.0" head "https://github.com/trufflesecurity/driftwood.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "248ffb3e4e1f77251d56f7a9c0a0ed6be2b90c4d31e151ad0ea96a1914f47403" sha256 cellar: :any_skip_relocation, arm64_sonoma: "05adc63ca02329151e5f5b07639f7dec8de81608b3806ee9dbe3319798bfda5d" From ef703c0b8ffc35d3324af18567e60812b2151b9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:32 +0200 Subject: [PATCH 01570/10074] dromeaudio: added `no_autobump!` --- Formula/d/dromeaudio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dromeaudio.rb b/Formula/d/dromeaudio.rb index 7a23106f9cc61..3410c606ae911 100644 --- a/Formula/d/dromeaudio.rb +++ b/Formula/d/dromeaudio.rb @@ -6,6 +6,8 @@ class Dromeaudio < Formula license "BSD-2-Clause" head "https://github.com/joshb/dromeaudio.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "955eefdfe1d3fe73315f0f9c2eb9c90a08444658caf30b5c9235aa27337980bb" From aacc24fbc0ca791f8e805e8deef1dcfec1039240 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:33 +0200 Subject: [PATCH 01571/10074] dropbox-uploader: added `no_autobump!` --- Formula/d/dropbox-uploader.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dropbox-uploader.rb b/Formula/d/dropbox-uploader.rb index 90cf9c292a187..fa22704caa2e1 100644 --- a/Formula/d/dropbox-uploader.rb +++ b/Formula/d/dropbox-uploader.rb @@ -5,6 +5,8 @@ class DropboxUploader < Formula sha256 "8c9be8bd38fb3b0f0b4d1a863132ad38c8299ac62ecfbd1e818addf32b48d84c" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "7c75671b625c28098f9e47ca1290b976943c041666e1250798f2a0cc5d73135d" From 815042acc3b31e516f9863826cc27b0b152dbf0a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:33 +0200 Subject: [PATCH 01572/10074] dsh: added `no_autobump!` --- Formula/d/dsh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dsh.rb b/Formula/d/dsh.rb index 4a90d815438f0..a04fac375fba2 100644 --- a/Formula/d/dsh.rb +++ b/Formula/d/dsh.rb @@ -10,6 +10,8 @@ class Dsh < Formula regex(/href=.*?dsh[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d73aea65a96f05c4040e1b38d8238dbaee979d65c886c388b3eb7d7f5b388295" sha256 arm64_sonoma: "5ffc7bafd29a43adc43ae8eaa2d85d51c2231c62fce48da0103f310c9620387a" From ce86d269ed0044beeaf62fe5caac7754ff8daf28 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:33 +0200 Subject: [PATCH 01573/10074] dsocks: added `no_autobump!` --- Formula/d/dsocks.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dsocks.rb b/Formula/d/dsocks.rb index ba6d9949eb1f8..93aff855acf08 100644 --- a/Formula/d/dsocks.rb +++ b/Formula/d/dsocks.rb @@ -6,6 +6,8 @@ class Dsocks < Formula license "BSD-2-Clause" head "https://github.com/dugsong/dsocks.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9130e47d1bfae90594a9127a2aa63144b9101563558cf1fa704205c874bf23a5" sha256 cellar: :any, arm64_sonoma: "07f6f3c0e0ca8250eccd463a6cc728bf5ba0400727232ccbfada5137087085b6" From f596a9c5a9df95150cb0706a52fcef5601b4f4c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:33 +0200 Subject: [PATCH 01574/10074] dspdfviewer: added `no_autobump!` --- Formula/d/dspdfviewer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dspdfviewer.rb b/Formula/d/dspdfviewer.rb index ee711c32878ea..dc5ac1236316f 100644 --- a/Formula/d/dspdfviewer.rb +++ b/Formula/d/dspdfviewer.rb @@ -7,6 +7,8 @@ class Dspdfviewer < Formula revision 24 head "https://github.com/dannyedel/dspdfviewer.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1e3e58ee1b8f07f27875503f799f27a43005828e3e952a7796ff3ba0e7348ed6" sha256 cellar: :any, arm64_sonoma: "9d5d2f9eba46d09ca76df8877045f43cd5fe09c3f941be53db33a874e967451a" From 05645425dec9f264eb9e6ab6737ccf4f0f8c04a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:33 +0200 Subject: [PATCH 01575/10074] dsvpn: added `no_autobump!` --- Formula/d/dsvpn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dsvpn.rb b/Formula/d/dsvpn.rb index cf96435b17d72..beef32d2c20b1 100644 --- a/Formula/d/dsvpn.rb +++ b/Formula/d/dsvpn.rb @@ -6,6 +6,8 @@ class Dsvpn < Formula license "MIT" head "https://github.com/jedisct1/dsvpn.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2798e3025b267d17e1aabee53f9340abd9f38327278913165a305a4749d87dae" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0c26df1e9f03e517ac0db4f266b348cdd95104a250c4da9f7acbb6c73341d3c" From ec7ad711bb2709ec7f8814e8768f13bf28e6914f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:33 +0200 Subject: [PATCH 01576/10074] dtach: added `no_autobump!` --- Formula/d/dtach.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dtach.rb b/Formula/d/dtach.rb index f508ae4e6880d..1491dea0bfde4 100644 --- a/Formula/d/dtach.rb +++ b/Formula/d/dtach.rb @@ -5,6 +5,8 @@ class Dtach < Formula sha256 "32e9fd6923c553c443fab4ec9c1f95d83fa47b771e6e1dafb018c567291492f3" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "df21c7a193afc665bc0d8e35b51990fa1c86a7d586acefc9248641e2fc93ac07" sha256 cellar: :any_skip_relocation, arm64_sonoma: "936dc52943de4d68d3acba73b5537df04e30ee6ed0e75148d7ed4270469c8675" From d4c6252a419aa759664c9faa23ce048d4fdc6d3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:34 +0200 Subject: [PATCH 01577/10074] dtools: added `no_autobump!` --- Formula/d/dtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dtools.rb b/Formula/d/dtools.rb index 29ac7256a109b..9127ec2d8430a 100644 --- a/Formula/d/dtools.rb +++ b/Formula/d/dtools.rb @@ -7,6 +7,8 @@ class Dtools < Formula revision 1 head "https://github.com/dlang/tools.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0f6645e51b5da22628b3b64b43acafc4ac335b98afbe8cbee3d10ef88fdaec9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e3f2aed17e75ef0632e0ec36b9dfb3db9566af400d3e2ec027aa89bf1699234" From 6310e3f1ab56c09f8bbd1e0bbdb5cc1e065d20cd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:34 +0200 Subject: [PATCH 01578/10074] dtrx: added `no_autobump!` --- Formula/d/dtrx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dtrx.rb b/Formula/d/dtrx.rb index 67406f1c51594..3eda7ddbe6154 100644 --- a/Formula/d/dtrx.rb +++ b/Formula/d/dtrx.rb @@ -7,6 +7,8 @@ class Dtrx < Formula sha256 "eec67869b85068fac8406f5018d781aee5b55422f3b7698bfea43468b2cec67c" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a1c04af670ced811950bb65e3ad904f2fe306b495e9ce1ebc1f0c816d016c088" From a8150ffa0a063dd220c2e320a404a929e071bf1c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:34 +0200 Subject: [PATCH 01579/10074] duc: added `no_autobump!` --- Formula/d/duc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/duc.rb b/Formula/d/duc.rb index 3ccace76a8bd5..4e228d952d692 100644 --- a/Formula/d/duc.rb +++ b/Formula/d/duc.rb @@ -6,6 +6,8 @@ class Duc < Formula license "LGPL-3.0-only" head "https://github.com/zevv/duc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "36a33e4afc9997df0f15d7c8a9090054d213c243abd19ec2bb25cc7ddc157615" sha256 cellar: :any, arm64_sonoma: "df0c4ee04b4b588ebd6c627e769773354c8c990bd62dcb1d5a2cd4d7d8f7eaa8" From 050334d5e58ca5d6c0e181ac33c4dd4448a5530d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:34 +0200 Subject: [PATCH 01580/10074] dud: added `no_autobump!` --- Formula/d/dud.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dud.rb b/Formula/d/dud.rb index a1afc2bd317c2..6db8418f2c81c 100644 --- a/Formula/d/dud.rb +++ b/Formula/d/dud.rb @@ -6,6 +6,8 @@ class Dud < Formula license "BSD-3-Clause" head "https://github.com/kevin-hanselman/dud.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e40fc688de77f2aa11aaf87d123516aa14883010c37e6ba1bc8e035dc6ee1dfb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e40fc688de77f2aa11aaf87d123516aa14883010c37e6ba1bc8e035dc6ee1dfb" From f408ec15f4729aefcf73c9198bebb6d84ddf4819 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:34 +0200 Subject: [PATCH 01581/10074] duf: added `no_autobump!` --- Formula/d/duf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/duf.rb b/Formula/d/duf.rb index 7860aed4b7ba1..f03d7ed25aed1 100644 --- a/Formula/d/duf.rb +++ b/Formula/d/duf.rb @@ -6,6 +6,8 @@ class Duf < Formula license "MIT" head "https://github.com/muesli/duf.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "643ad7ae4f361bb24fd34c0f0e0ece98bd541ac3be3fd78af2bc7648346318e7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "44fd140c8e0bcc0e3620a3c1f6adf957e6c4e0cacf53862b5f6ae471eaf037cd" From b5ece3d6f0f0e5ae28499a3c1dfe7ca5d1e65a07 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:35 +0200 Subject: [PATCH 01582/10074] duff: added `no_autobump!` --- Formula/d/duff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/duff.rb b/Formula/d/duff.rb index 90dba00a9fe89..ea1f37528aca9 100644 --- a/Formula/d/duff.rb +++ b/Formula/d/duff.rb @@ -5,6 +5,8 @@ class Duff < Formula sha256 "15b721f7e0ea43eba3fd6afb41dbd1be63c678952bf3d80350130a0e710c542e" license "Zlib" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c424b8c034bc699eee2d55c766aad34f4f7ea1f46a5c6f0a6a221159917fd396" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd400550da914ee690f2ff0798da5a8438afcbc68dd337da29b85f694724bdb6" From 99df3528643c10e053d55000a7ac3455f48c0fc4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:35 +0200 Subject: [PATCH 01583/10074] duktape: added `no_autobump!` --- Formula/d/duktape.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/duktape.rb b/Formula/d/duktape.rb index e9d870de3bc47..5071947ac2229 100644 --- a/Formula/d/duktape.rb +++ b/Formula/d/duktape.rb @@ -10,6 +10,8 @@ class Duktape < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3d744482873a3e4aee3ba9a4471a7d75c1065519466e1730169b2d47a6ef8a18" sha256 cellar: :any, arm64_sonoma: "8afe806970354b4fafeb1e390d3823964c2fe969d5ae9498612a1c0422cea24f" From 178a81e4eb1e21b0871f82a9afde42983c02d8ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:35 +0200 Subject: [PATCH 01584/10074] dumb: added `no_autobump!` --- Formula/d/dumb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dumb.rb b/Formula/d/dumb.rb index 4f5df001dcdae..933d2e96680a1 100644 --- a/Formula/d/dumb.rb +++ b/Formula/d/dumb.rb @@ -11,6 +11,8 @@ class Dumb < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7158a40eed75a578dd615fdf83840be91a4fd565b0ce5170c4e91d494e0a0a16" sha256 cellar: :any, arm64_sonoma: "f9510e55b969457e77567594f6963a7a6470f86dac7f252ed3c01757314c44dd" From 3c68df7a9f704acdcff5eb4683dc5bc8ee1d117d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:35 +0200 Subject: [PATCH 01585/10074] dump1090-mutability: added `no_autobump!` --- Formula/d/dump1090-mutability.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dump1090-mutability.rb b/Formula/d/dump1090-mutability.rb index 448b92e103a03..7823b1d8256ff 100644 --- a/Formula/d/dump1090-mutability.rb +++ b/Formula/d/dump1090-mutability.rb @@ -7,6 +7,8 @@ class Dump1090Mutability < Formula license "GPL-2.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "efa32621a9a3d6334c711608e079d435f6af49eb4879442ab499cde1b6d3699d" sha256 cellar: :any, arm64_sonoma: "e58f730410669a3d0cebde197feec0c661b6b868518f6bd503f8474fd507c180" From dbc294511ae21401ee3a895106f9de32257aa8b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:35 +0200 Subject: [PATCH 01586/10074] dungeon: added `no_autobump!` --- Formula/d/dungeon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dungeon.rb b/Formula/d/dungeon.rb index 2fd55815393b3..d41f468c46e33 100644 --- a/Formula/d/dungeon.rb +++ b/Formula/d/dungeon.rb @@ -6,6 +6,8 @@ class Dungeon < Formula license "HPND" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d50cc1299d0c1d287a9528d49f0f93e2e208eb7cc6e766cab75a892063e2264f" sha256 arm64_sonoma: "465920dcc443e450f3043dbe316c10c57cd640393b1640fb4756f4acee9e72f1" From 60bf7364716ca307e789576a8372bd7edf55a611 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:36 +0200 Subject: [PATCH 01587/10074] dupseek: added `no_autobump!` --- Formula/d/dupseek.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dupseek.rb b/Formula/d/dupseek.rb index fc8c8e32646c4..2bce8d2f673ca 100644 --- a/Formula/d/dupseek.rb +++ b/Formula/d/dupseek.rb @@ -10,6 +10,8 @@ class Dupseek < Formula regex(/href=.*?dupseek[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "af5b3ecacae9c0ace4403ba786d09138413571a9dc52d95ed59b289118683ff4" From ab6656c6479c75dfbddf0f6e62e327697987f0c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:36 +0200 Subject: [PATCH 01588/10074] dura: added `no_autobump!` --- Formula/d/dura.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dura.rb b/Formula/d/dura.rb index 9731c7fef638f..cea24c5d0ae22 100644 --- a/Formula/d/dura.rb +++ b/Formula/d/dura.rb @@ -5,6 +5,8 @@ class Dura < Formula sha256 "6486afa167cc2c9b6b6646b9a3cb36e76c1a55e986f280607c8933a045d58cca" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "0b2c2b2aa810e3f4a183d0ebed078c330c830d0512c5e4c38ea44fee654b1d15" From d332709383bf040033b001d784ab115a5c2ecf76 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:36 +0200 Subject: [PATCH 01589/10074] duti: added `no_autobump!` --- Formula/d/duti.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/duti.rb b/Formula/d/duti.rb index d426975124c2d..caec70e8940f5 100644 --- a/Formula/d/duti.rb +++ b/Formula/d/duti.rb @@ -12,6 +12,8 @@ class Duti < Formula regex(/^duti[._-]v?(\d+(?:[.-]\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "618006e5a13a64c6efbf793329f2b5a2778533103cc00d754deeea03c99cffe8" From e0be9b80b8582a34f2fea5a39337336b9cd8a69b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:36 +0200 Subject: [PATCH 01590/10074] dutree: added `no_autobump!` --- Formula/d/dutree.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dutree.rb b/Formula/d/dutree.rb index 2a0d61442a4f4..4f3e26f290fcb 100644 --- a/Formula/d/dutree.rb +++ b/Formula/d/dutree.rb @@ -6,6 +6,8 @@ class Dutree < Formula license "GPL-3.0-only" head "https://github.com/nachoparker/dutree.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "793482f753b7365d719641115e8e55714a4fc272385b7e387c4e68c4791991a4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "235807c35ae72d2b7c0ce81eba444d8fa0db6dcc657deb5de876b58037dde646" From 5c8f13f5e464899b101354be469c87015570d156 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:36 +0200 Subject: [PATCH 01591/10074] dvanalyzer: added `no_autobump!` --- Formula/d/dvanalyzer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dvanalyzer.rb b/Formula/d/dvanalyzer.rb index 380efa2b9cba4..4d05703f1a179 100644 --- a/Formula/d/dvanalyzer.rb +++ b/Formula/d/dvanalyzer.rb @@ -10,6 +10,8 @@ class Dvanalyzer < Formula regex(/href=.*?dvanalyzer[._-]?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3b6fd3f4af125d1e85f299d7c7c30475a429a7f5d627426e77f5eeddc3d27b2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd458167da95107a9a0e3c31bf676a44d1fa64789f92d9ed2c7aeeea8cdef306" From fd5db30b76eb9e407f22c142a21bdb4658673001 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:36 +0200 Subject: [PATCH 01592/10074] dvd+rw-tools: added `no_autobump!` --- Formula/d/dvd+rw-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dvd+rw-tools.rb b/Formula/d/dvd+rw-tools.rb index 18693ff1cb90f..41a898a79ed39 100644 --- a/Formula/d/dvd+rw-tools.rb +++ b/Formula/d/dvd+rw-tools.rb @@ -10,6 +10,8 @@ class DvdxrwTools < Formula regex(/href=.*?dvd\+rw-tools[._-]v?(\d+(?:[.-]\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef7c367570d1a514f8c5ee0c9a7b9e758dcd12a6ae8ece7fddc835f39ad9b319" sha256 cellar: :any_skip_relocation, arm64_sonoma: "da895c2f501018863f2db497206573a37ef717337e9f5c2dba6a5863bc989d77" From ffccf5f4faa74299b647606efd496f63a0248125 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:37 +0200 Subject: [PATCH 01593/10074] dvd-vr: added `no_autobump!` --- Formula/d/dvd-vr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dvd-vr.rb b/Formula/d/dvd-vr.rb index 7b2ce3893bd1b..a1974bd326dea 100644 --- a/Formula/d/dvd-vr.rb +++ b/Formula/d/dvd-vr.rb @@ -10,6 +10,8 @@ class DvdVr < Formula regex(/href=.*?dvd-vr[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ec179b825a5afc971de1205ec65943227d9c09257a16558a068bc47c024887d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "553619321e617365b7e1a3f3dbb678840ac7824eb6424b5dc484ee75b8512639" From 7560f0226a5f294da2287371a5eeb28ef4720dc6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:37 +0200 Subject: [PATCH 01594/10074] dvdauthor: added `no_autobump!` --- Formula/d/dvdauthor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dvdauthor.rb b/Formula/d/dvdauthor.rb index b2f8da53531f8..5242b7fc63193 100644 --- a/Formula/d/dvdauthor.rb +++ b/Formula/d/dvdauthor.rb @@ -11,6 +11,8 @@ class Dvdauthor < Formula regex(%r{url=.*?/dvdauthor[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "527ecacf46ecfaa771b7d5cb556e7d0002e331a79edad4250743c096babdc2f6" From a311940e376b150f7f14d055876458b6c72f5caa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:37 +0200 Subject: [PATCH 01595/10074] dvdbackup: added `no_autobump!` --- Formula/d/dvdbackup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dvdbackup.rb b/Formula/d/dvdbackup.rb index 11ca60dc70038..1bb9c96b7a93d 100644 --- a/Formula/d/dvdbackup.rb +++ b/Formula/d/dvdbackup.rb @@ -6,6 +6,8 @@ class Dvdbackup < Formula license "GPL-3.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5689e478b50f13da8f0b4c4176281df944c3c8a095344e7f3fd6b2073cb7f937" sha256 cellar: :any, arm64_sonoma: "bbca14aeee4082533a71f5e48ed2bc6e56ea02420179dfb09e11242e92f2fbe2" From 9867cb019d3a06b557f2049cc9cc9df7d3d8b5b4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:37 +0200 Subject: [PATCH 01596/10074] dvdrtools: added `no_autobump!` --- Formula/d/dvdrtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dvdrtools.rb b/Formula/d/dvdrtools.rb index 9d34dd9097ec6..fd817cb40af40 100644 --- a/Formula/d/dvdrtools.rb +++ b/Formula/d/dvdrtools.rb @@ -10,6 +10,8 @@ class Dvdrtools < Formula regex(/href=.*?dvdrtools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "57b79ee1791a3cbd816e11cbb178cf961f4fc0b5b71324233ea6c68a6c420db1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b059fb5d92689dbdd1330d2a600a5255de0ce01f24e6e911e548a92494897ee" From a29fa6d91318f7bcb87a6874def7937efa5ca11c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:37 +0200 Subject: [PATCH 01597/10074] dvm: added `no_autobump!` --- Formula/d/dvm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dvm.rb b/Formula/d/dvm.rb index ddc7112222c22..9d88c64b4e2d5 100644 --- a/Formula/d/dvm.rb +++ b/Formula/d/dvm.rb @@ -6,6 +6,8 @@ class Dvm < Formula license "Apache-2.0" head "https://github.com/howtowhale/dvm.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "10b8afedcce7c95c0d246413aa284e6d7ace1171365c4ccb69998e7a42142d11" From adb91e1c2f7d8702e6f4f4d575d8f73960d3a0c7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:37 +0200 Subject: [PATCH 01598/10074] dvorak7min: added `no_autobump!` --- Formula/d/dvorak7min.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dvorak7min.rb b/Formula/d/dvorak7min.rb index 7e71b69101bbc..d16e05df932f1 100644 --- a/Formula/d/dvorak7min.rb +++ b/Formula/d/dvorak7min.rb @@ -6,6 +6,8 @@ class Dvorak7min < Formula sha256 "4cdef8e4c8c74c28dacd185d1062bfa752a58447772627aded9ac0c87a3b8797" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3a4344484d832af72a35d2759a70018fce691d9269a6c4161a7da74bae7fea0" From 85c2d8127404f2ba1c8690848ac7551a0d0f7f9b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:38 +0200 Subject: [PATCH 01599/10074] dvr-scan: added `no_autobump!` --- Formula/d/dvr-scan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dvr-scan.rb b/Formula/d/dvr-scan.rb index 10f3b6d2f50ff..5c0bf6a815b80 100644 --- a/Formula/d/dvr-scan.rb +++ b/Formula/d/dvr-scan.rb @@ -13,6 +13,8 @@ class DvrScan < Formula regex(/^v?(\d+(?:\.\d+)+)-release$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "986102fcac41135a62884a15d909914ae48e9f2a5932164386800763dad551a1" sha256 cellar: :any_skip_relocation, arm64_ventura: "8b3b52d9b93bfd31ab99d6cc94d335c4b06449aeb32dc2e592b629d76e658979" From 098e6a6b8b501fe9d756cddbdbddfb1b60f0abcb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:38 +0200 Subject: [PATCH 01600/10074] dwarf: added `no_autobump!` --- Formula/d/dwarf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dwarf.rb b/Formula/d/dwarf.rb index 5e41f4e049010..e0602d99071c0 100644 --- a/Formula/d/dwarf.rb +++ b/Formula/d/dwarf.rb @@ -6,6 +6,8 @@ class Dwarf < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "18e5a2ac12431c5fd538a6c1101b53b8fb2c45652d0c6c9c84b30c36534293e9" sha256 cellar: :any, arm64_sonoma: "2178e68ea91b6f9482ba9370ff84700d32689188cdcdf0de7eddacd650a42b66" From d67f3f8c85155f5a3d2e824422354d4580795a6c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:38 +0200 Subject: [PATCH 01601/10074] dwatch: added `no_autobump!` --- Formula/d/dwatch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dwatch.rb b/Formula/d/dwatch.rb index a541aac1dc599..70ebf0f874f4c 100644 --- a/Formula/d/dwatch.rb +++ b/Formula/d/dwatch.rb @@ -10,6 +10,8 @@ class Dwatch < Formula regex(/href=.*?dwatch[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "5a80233a94231468b47d75de46c5687c8c274771ead2c2131634c7acc224390f" From 5e91e50aa19ab35e4f892851a70ec4afe33d0040 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:38 +0200 Subject: [PATCH 01602/10074] dwdiff: added `no_autobump!` --- Formula/d/dwdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dwdiff.rb b/Formula/d/dwdiff.rb index 743c395b9409a..dc0ba51d3c706 100644 --- a/Formula/d/dwdiff.rb +++ b/Formula/d/dwdiff.rb @@ -11,6 +11,8 @@ class Dwdiff < Formula regex(/href=.*?dwdiff[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2bda3e2dc11d88fe1187f0c479198d710779c408f9debd48eaa848916e64e593" sha256 arm64_sonoma: "cf43f7fbb5c7c51a9e8405ac9ea2e9a980ba17359af8aa027863ee012a7442b0" From 071d9d88d6c50b1fe76d2cf486f260aeef9b5fd0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:38 +0200 Subject: [PATCH 01603/10074] dxflib: added `no_autobump!` --- Formula/d/dxflib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dxflib.rb b/Formula/d/dxflib.rb index 14a3bea4c3587..109b60e7d9cc7 100644 --- a/Formula/d/dxflib.rb +++ b/Formula/d/dxflib.rb @@ -10,6 +10,8 @@ class Dxflib < Formula regex(/href=.*?dxflib[._-]v?(\d+(?:\.\d+)+)-src\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "b82a6721fde448b539b34656cbde8cdd0699373ca2ce134f7d7424d8cdd29c66" sha256 cellar: :any, arm64_ventura: "6807f88414e5cf6c874dd7eebd579298ecc0e99babb950a9a454cc9a55541071" From 2213d87454f25eb41738a2cc10864bc582228583 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:39 +0200 Subject: [PATCH 01604/10074] dylibbundler: added `no_autobump!` --- Formula/d/dylibbundler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dylibbundler.rb b/Formula/d/dylibbundler.rb index 3d7578cf117b1..3088046f33b5f 100644 --- a/Formula/d/dylibbundler.rb +++ b/Formula/d/dylibbundler.rb @@ -6,6 +6,8 @@ class Dylibbundler < Formula license "MIT" head "https://github.com/auriamg/macdylibbundler.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "26795436a10e6ed4ff9114682bf35cde4ce4dc3c69f93d8b6d41b34010f60d2a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f06d382fc981ab6ed57d9fd0257cb18481cb524128d88d3bd864c0720e435c91" From 4c8434ebfada797c4bbfe5486e3ce112ea9e4143 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:39 +0200 Subject: [PATCH 01605/10074] dynamips: added `no_autobump!` --- Formula/d/dynamips.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dynamips.rb b/Formula/d/dynamips.rb index 0f52a0a14639f..218c0b6ac734e 100644 --- a/Formula/d/dynamips.rb +++ b/Formula/d/dynamips.rb @@ -10,6 +10,8 @@ class Dynamips < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4bc0583f71947ce92c88e24ad659542886af0698ef9601e6432ddb3c925c208e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3db4b7a6d2140635eae5d91a96810fbbef58144dcad5f7ed77743f930df696d3" From 0eca34c75eaa31198efd5b1aaf976d7493f8acf1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:39 +0200 Subject: [PATCH 01606/10074] dynet: added `no_autobump!` --- Formula/d/dynet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dynet.rb b/Formula/d/dynet.rb index 9fc74a75b7c74..eed239fa14414 100644 --- a/Formula/d/dynet.rb +++ b/Formula/d/dynet.rb @@ -5,6 +5,8 @@ class Dynet < Formula sha256 "014505dc3da2001db54f4b8f3a7a6e7a1bb9f33a18b6081b2a4044e082dab9c8" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "13425cf394c191250670db43c3090541143f76d156e06a11f2cba7294333926e" sha256 cellar: :any, arm64_sonoma: "f64ed80ea96d473dd96800bdd9928eaa1b4fbe56cef809daf8d5241d3fb936e7" From 85c40445100b7805b3e3b7092b77467c98438ffe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:37:39 +0200 Subject: [PATCH 01607/10074] dynomite: added `no_autobump!` --- Formula/d/dynomite.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/d/dynomite.rb b/Formula/d/dynomite.rb index 8b6a69e1b3762..0368c586abaa9 100644 --- a/Formula/d/dynomite.rb +++ b/Formula/d/dynomite.rb @@ -10,6 +10,8 @@ class Dynomite < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e1eb2ecffe6ef0e08d0cc80b5f5ca44a337e2c4d79dde61be3ad2002d2e31fd3" sha256 arm64_sonoma: "1c273876dda80923311eed315f5c69de5e692fe4a666e7e937954895dd9f57c0" From a2831b2df639951e2657b84fc713f7982f9f664c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:57 +0200 Subject: [PATCH 01608/10074] b2sum: added `no_autobump!` --- Formula/b/b2sum.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/b2sum.rb b/Formula/b/b2sum.rb index 90926f9f74019..c253dd37f2dc2 100644 --- a/Formula/b/b2sum.rb +++ b/Formula/b/b2sum.rb @@ -5,6 +5,8 @@ class B2sum < Formula sha256 "7f2c72859d462d604ab3c9b568c03e97b50a4052092205ad18733d254070ddc2" license any_of: ["CC0-1.0", "OpenSSL", "Apache-2.0"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "78ff50b93a895f7bb3344a5469d54dbbd55066e27903a0411be5c8406d9bf896" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f950ffbb7054c14bc13c5308966a2eb461557103b96f43d446781b9353887a78" From 6f25950e67080351aea7eaf4effbf73600df4690 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:57 +0200 Subject: [PATCH 01609/10074] b43-fwcutter: added `no_autobump!` --- Formula/b/b43-fwcutter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/b43-fwcutter.rb b/Formula/b/b43-fwcutter.rb index 91a5c2ffd47be..53d6421e54d20 100644 --- a/Formula/b/b43-fwcutter.rb +++ b/Formula/b/b43-fwcutter.rb @@ -11,6 +11,8 @@ class B43Fwcutter < Formula regex(/href=.*?b43-fwcutter[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "feebcb5d44b93e56fb3057568f06a25214d0c0aa2b03c48c0e8a068ecf5a1986" From 72e0bdbd1c2a4a4cacee187ed16b828f4eaaa484 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:58 +0200 Subject: [PATCH 01610/10074] babeld: added `no_autobump!` --- Formula/b/babeld.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/babeld.rb b/Formula/b/babeld.rb index 76756d4b66401..2835ac4560d99 100644 --- a/Formula/b/babeld.rb +++ b/Formula/b/babeld.rb @@ -11,6 +11,8 @@ class Babeld < Formula regex(/href=.*?babeld[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "62f048341c61438f5d7fade7659f694402543ca20d8fa7d06d42e87e42144e0c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "daa3da57b19ef571e1f7a235bc7ae6ce7ba610155b0f74b122e460e78d3c4e2b" From 4f0edabc54103b669d5ff36cb7ae8602cc657ca9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:58 +0200 Subject: [PATCH 01611/10074] babelfish: added `no_autobump!` --- Formula/b/babelfish.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/babelfish.rb b/Formula/b/babelfish.rb index d524f08d68c8f..9d2de7f94e257 100644 --- a/Formula/b/babelfish.rb +++ b/Formula/b/babelfish.rb @@ -6,6 +6,8 @@ class Babelfish < Formula license "MIT" head "https://github.com/bouk/babelfish.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f8115802286fe41309a1b8b9291312e08f2b0ebdb65c4d928d59b8189bae38c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f8115802286fe41309a1b8b9291312e08f2b0ebdb65c4d928d59b8189bae38c" From dd4b414e2c9fc92519d7ca7dd2d36399aafcce90 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:58 +0200 Subject: [PATCH 01612/10074] backupninja: added `no_autobump!` --- Formula/b/backupninja.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/backupninja.rb b/Formula/b/backupninja.rb index 537fa186bd99a..73f40e1e9edff 100644 --- a/Formula/b/backupninja.rb +++ b/Formula/b/backupninja.rb @@ -10,6 +10,8 @@ class Backupninja < Formula regex(/^backupninja[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9200901794d73bd35ef083d40452e6c1b740c43634c97d5df84b1771a66d61ca" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcf6a2f362c138eeda64773965a94b261c63dc8850cd15bd3063f0ad840614d8" From 8f26c53a8a22e83520a1c566baa1e6f215c22966 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:58 +0200 Subject: [PATCH 01613/10074] bam: added `no_autobump!` --- Formula/b/bam.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bam.rb b/Formula/b/bam.rb index 1d69f41add10a..a216f63b5bacc 100644 --- a/Formula/b/bam.rb +++ b/Formula/b/bam.rb @@ -6,6 +6,8 @@ class Bam < Formula license "Zlib" head "https://github.com/matricks/bam.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "adebb626ddcef7b484f65ffa378f7b8301106618b360871f442da91f2944a410" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f96e777038d7de85e3cc3d52b30692f7980c1da78c82fa19447a1c0610c3e46" From d7a50c285eb49b9dce1c9973e5f75c78b9928854 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:58 +0200 Subject: [PATCH 01614/10074] bandcamp-dl: added `no_autobump!` --- Formula/b/bandcamp-dl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bandcamp-dl.rb b/Formula/b/bandcamp-dl.rb index 18e28bd562b39..1f800d557f364 100644 --- a/Formula/b/bandcamp-dl.rb +++ b/Formula/b/bandcamp-dl.rb @@ -8,6 +8,8 @@ class BandcampDl < Formula license "Unlicense" head "https://github.com/iheanyi/bandcamp-dl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "d9efd68207c36b160b6c6baa3aa4d86c8058c7b55c06e59bcddee0d17a977715" end From 5f4738944ff098e3a60b1ae33e1ec5702bceebf6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:58 +0200 Subject: [PATCH 01615/10074] bar: added `no_autobump!` --- Formula/b/bar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bar.rb b/Formula/b/bar.rb index 72a1bcf26f57c..f115935f8031c 100644 --- a/Formula/b/bar.rb +++ b/Formula/b/bar.rb @@ -10,6 +10,8 @@ class Bar < Formula regex(/href=.*?bar[._-]v?(\d+(?:\.\d+)+)[._-]src\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fa55cacca64ca91bdb24888d6ad36cff103aac0a461a8d2f32ae5b6e69d47980" From 088cff32dfd655eab8b2a713469af23c0ffc2414 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:59 +0200 Subject: [PATCH 01616/10074] bas55: added `no_autobump!` --- Formula/b/bas55.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bas55.rb b/Formula/b/bas55.rb index 5632951be3774..12e072b862015 100644 --- a/Formula/b/bas55.rb +++ b/Formula/b/bas55.rb @@ -10,6 +10,8 @@ class Bas55 < Formula regex(/href=.*?bas55[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "478a5356e46bd76319db391d95aff282e41a3864225cede8f1da17a18eeeb055" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d2b79dbbfcd253fc6e67a423ebad563b746fb9584ec0ce981575b6a5f1cf427" From 80a572c3b6286c36ca6e0d184d427bb37fc2b8a0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:59 +0200 Subject: [PATCH 01617/10074] base64: added `no_autobump!` --- Formula/b/base64.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/base64.rb b/Formula/b/base64.rb index 6b6fa1c2bb811..d840915d72148 100644 --- a/Formula/b/base64.rb +++ b/Formula/b/base64.rb @@ -10,6 +10,8 @@ class Base64 < Formula regex(/href=.*?base64[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "17aef54e36b9c3ce2cd832c59d4cacbac0584a1a9db7af45e1728d6fceeb760e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8d7991eaf3b922668f4da81929e574d1ce879acf372ffc8a24679da63e83967" From bf8aec6529320d8ed1d769a886d61fe111a28042 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:59 +0200 Subject: [PATCH 01618/10074] base91: added `no_autobump!` --- Formula/b/base91.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/base91.rb b/Formula/b/base91.rb index b90ab6122042c..091d7f6dbe2ff 100644 --- a/Formula/b/base91.rb +++ b/Formula/b/base91.rb @@ -5,6 +5,8 @@ class Base91 < Formula sha256 "02cfae7322c1f865ca6ce8f2e0bb8d38c8513e76aed67bf1c94eab1343c6c651" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c592a7056137ae37fd39f580b4f5b94abb84943d2c9910854ddf149d4099becf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "47951f7f2de89d984b7bbfa58b5c39ec6d1fad793516cb925478e907882ffae5" From 6a2d256dc08520c58cb0206bcaa8fb7784bb26fd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:59 +0200 Subject: [PATCH 01619/10074] basex: added `no_autobump!` --- Formula/b/basex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/basex.rb b/Formula/b/basex.rb index e2ddfee067327..75978e300dd61 100644 --- a/Formula/b/basex.rb +++ b/Formula/b/basex.rb @@ -11,6 +11,8 @@ class Basex < Formula regex(%r{href=.*?/v?(\d+(?:\.\d+)+)/BaseX[._-]?v?(\d+(?:\.\d+)*)\.zip}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "0682571302879f8041fa70fda9e44cbdc6d785bedc1f1d69a8a6da5c3884a2c8" end From 052fe4f6f0f55456329513df6c32705631c760df Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:59 +0200 Subject: [PATCH 01620/10074] bash-completion: added `no_autobump!` --- Formula/b/bash-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bash-completion.rb b/Formula/b/bash-completion.rb index 5874fa9ef7a05..aad408364d7c7 100644 --- a/Formula/b/bash-completion.rb +++ b/Formula/b/bash-completion.rb @@ -12,6 +12,8 @@ class BashCompletion < Formula skip "1.x versions are no longer developed" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6727e6e418e740531b75aebedaac6ceece0a0865f4f46dd0351d265035b497e9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "60e79daad9283c5e9f4c814eed837c86aab0b5172c633e7171cbbf26a434bcff" From 16297d44b6e3cb364fa78341d7bd279d635ff839 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:34:59 +0200 Subject: [PATCH 01621/10074] bash-git-prompt: added `no_autobump!` --- Formula/b/bash-git-prompt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bash-git-prompt.rb b/Formula/b/bash-git-prompt.rb index 0793098203182..888addf0947b2 100644 --- a/Formula/b/bash-git-prompt.rb +++ b/Formula/b/bash-git-prompt.rb @@ -6,6 +6,8 @@ class BashGitPrompt < Formula license "BSD-2-Clause" head "https://github.com/magicmonty/bash-git-prompt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "5049efb01e5ceb83df920dfe1c5dd23595401e3c700064fee74afbf9949d4f8f" From 94622876b92c14ee7fc3655c20685e1e70df6997 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:00 +0200 Subject: [PATCH 01622/10074] bash-preexec: added `no_autobump!` --- Formula/b/bash-preexec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bash-preexec.rb b/Formula/b/bash-preexec.rb index 98220190f7e2f..d3e7e3de6dd09 100644 --- a/Formula/b/bash-preexec.rb +++ b/Formula/b/bash-preexec.rb @@ -6,6 +6,8 @@ class BashPreexec < Formula license "MIT" head "https://github.com/rcaloras/bash-preexec.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "be667c2452738ea09d539b67880bca9655a60c9d6e586e7088420e214b310382" From e46aa5e75ae5846784e15966d9e155dc35b6cfb0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:00 +0200 Subject: [PATCH 01623/10074] bash-snippets: added `no_autobump!` --- Formula/b/bash-snippets.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bash-snippets.rb b/Formula/b/bash-snippets.rb index 9dbc7a8a5583a..bf990d2440168 100644 --- a/Formula/b/bash-snippets.rb +++ b/Formula/b/bash-snippets.rb @@ -5,6 +5,8 @@ class BashSnippets < Formula sha256 "59b784e714ba34a847b6a6844ae1703f46db6f0a804c3e5f2de994bbe8ebe146" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d9c146c0d2b5d4e6ec135939558a9a61f40f416c9087be9bcc968f09a156998" From d1e05705c6956b3d62476494989af5291a32db23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:00 +0200 Subject: [PATCH 01624/10074] bash: added `no_autobump!` --- Formula/b/bash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bash.rb b/Formula/b/bash.rb index 254bf09846c14..a3201298d74af 100644 --- a/Formula/b/bash.rb +++ b/Formula/b/bash.rb @@ -93,6 +93,8 @@ class Bash < Formula versions << "#{newest_version.major_minor}.#{match[0]}" end + no_autobump! because: :requires_manual_review + versions end end From 78fa53dea900f98ad237d1205e4686ba35505158 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:00 +0200 Subject: [PATCH 01625/10074] bashate: added `no_autobump!` --- Formula/b/bashate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bashate.rb b/Formula/b/bashate.rb index 5c3e17f3bb450..240d8b0c5191c 100644 --- a/Formula/b/bashate.rb +++ b/Formula/b/bashate.rb @@ -8,6 +8,8 @@ class Bashate < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "007ce884bf1ba757929d119f792b3b414b4ce3d46b842c43e270941cf1fb7b3c" From 8cf291e0939c2a266ffe143886fad37503bbca50 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:00 +0200 Subject: [PATCH 01626/10074] bashdb: added `no_autobump!` --- Formula/b/bashdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bashdb.rb b/Formula/b/bashdb.rb index 319417c10ecf8..2d724ce65e0eb 100644 --- a/Formula/b/bashdb.rb +++ b/Formula/b/bashdb.rb @@ -15,6 +15,8 @@ class Bashdb < Formula strategy :page_match end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f2ec4abf07b97ccf17dd28f503864ff00ea05049a9b844de637612b85478aa7" From cd777bbbf56e8d8f1602f7539273369194e8c51c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:01 +0200 Subject: [PATCH 01627/10074] bashish: added `no_autobump!` --- Formula/b/bashish.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bashish.rb b/Formula/b/bashish.rb index 1d160212e6da2..ad20fe6b8ee72 100644 --- a/Formula/b/bashish.rb +++ b/Formula/b/bashish.rb @@ -5,6 +5,8 @@ class Bashish < Formula sha256 "3de48bc1aa69ec73dafc7436070e688015d794f22f6e74d5c78a0b09c938204b" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "59c20f75c252012ce33ccf199fdd626e569343d5af03a9ccd890b43d760e04cf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c3b9d7c65a09230d87d35fbc141576dc991932032e990ebdfec261ecf6c8c94" From 40476f0a00baa136248baea4c6e5e55416dd548f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:01 +0200 Subject: [PATCH 01628/10074] basis_universal: added `no_autobump!` --- Formula/b/basis_universal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/basis_universal.rb b/Formula/b/basis_universal.rb index 5d55ab946b25d..8c09add9868c8 100644 --- a/Formula/b/basis_universal.rb +++ b/Formula/b/basis_universal.rb @@ -13,6 +13,8 @@ class BasisUniversal < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "96434e6249de92e5397c362a061db58527d27934d0c6eb0c8dfca00a0e713a79" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0e189d41590b8af1cbf3dc09edad394432df308cfff3fd3ec2b7f59364229f7" From 6b44c029477743b0667f0843caadb63b05f3ca4b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:01 +0200 Subject: [PATCH 01629/10074] bastet: added `no_autobump!` --- Formula/b/bastet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bastet.rb b/Formula/b/bastet.rb index 08c3d6f18625b..7899c53c4936a 100644 --- a/Formula/b/bastet.rb +++ b/Formula/b/bastet.rb @@ -6,6 +6,8 @@ class Bastet < Formula license "GPL-3.0-or-later" revision 11 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4f2a75e89523a611c43e835885e8a88ce1969c829d53285815338ee3b6870274" sha256 arm64_sonoma: "36d7d9ed8c1661e91989775501e2fb37f93e7293adaed83b10d816ab85a8d6dd" From 1a559a806be0a702c898df336e74fa14d49ea4ff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:01 +0200 Subject: [PATCH 01630/10074] bbe: added `no_autobump!` --- Formula/b/bbe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bbe.rb b/Formula/b/bbe.rb index 00fe9592bb634..41d115d6a6981 100644 --- a/Formula/b/bbe.rb +++ b/Formula/b/bbe.rb @@ -5,6 +5,8 @@ class Bbe < Formula sha256 "baaeaf5775a6d9bceb594ea100c8f45a677a0a7d07529fa573ba0842226edddb" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a207fd77fb072a948ca2261b0b2968e98932bea8c7afa112d310c6a6d9739d39" sha256 cellar: :any_skip_relocation, arm64_sonoma: "da94323f0ee1b72c623dd63f3198dd8e25e0cb627277ff1bfeb9c81373441be5" From 67ba61d33fa4701ee85a6f98b8de487b5a2e0101 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:01 +0200 Subject: [PATCH 01631/10074] bbftp-client: added `no_autobump!` --- Formula/b/bbftp-client.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bbftp-client.rb b/Formula/b/bbftp-client.rb index 47c6c32038774..c6f3a7f0c36e1 100644 --- a/Formula/b/bbftp-client.rb +++ b/Formula/b/bbftp-client.rb @@ -11,6 +11,8 @@ class BbftpClient < Formula regex(/href=.*?bbftp-client[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f705530c05b923cc4de503817876fc96cf776f351aae554a64b144aef23c729a" From a5491ad9162fdf3a81a7e7992c9ee7904f422d27 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:01 +0200 Subject: [PATCH 01632/10074] bcal: added `no_autobump!` --- Formula/b/bcal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bcal.rb b/Formula/b/bcal.rb index 5005d2ca3a900..09da522e41f11 100644 --- a/Formula/b/bcal.rb +++ b/Formula/b/bcal.rb @@ -10,6 +10,8 @@ class Bcal < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "43837bc1f22892876291a80a28d09583d6e3a5ca91eb5604682a7bbc1e85289e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ed08fabab9e6e7b2dfcdeb4a3e7b6945077b9a3b3922c436a7b9f38807e1137" From 30ef0c226ffcda3aa66d6e34d48ff670e38e6807 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:02 +0200 Subject: [PATCH 01633/10074] bcftools: added `no_autobump!` --- Formula/b/bcftools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bcftools.rb b/Formula/b/bcftools.rb index 33206d47b2834..b5b6612a81c2e 100644 --- a/Formula/b/bcftools.rb +++ b/Formula/b/bcftools.rb @@ -12,6 +12,8 @@ class Bcftools < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "7bfda27c183789cb73ade0e4aeb4437a31edbee0bc0cfd16191ad3572f4d9f44" sha256 arm64_sonoma: "b158694e48f72aa30dfa323d0ff8ef2745f57eab6d0e0092b5178e5506c834e9" From 79b6ed00163bcce9ef224443e86627d05d6a4a70 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:02 +0200 Subject: [PATCH 01634/10074] bchunk: added `no_autobump!` --- Formula/b/bchunk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bchunk.rb b/Formula/b/bchunk.rb index 0a1ed4a66d3de..5d89a6f3e6873 100644 --- a/Formula/b/bchunk.rb +++ b/Formula/b/bchunk.rb @@ -11,6 +11,8 @@ class Bchunk < Formula regex(/href=.*?bchunk[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "22c3f5e3b6a740a91ac5ddd9b384efc9fd9d399a9356f2bb5e0eabad6df25b97" sha256 cellar: :any_skip_relocation, arm64_sonoma: "68a57a42fd8bc5ba39762d9b0731fd2ade2a6ec3862e2d2179daee64d60593b7" From dafcf3598fb5208a3efd1805a5768011b3da167a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:02 +0200 Subject: [PATCH 01635/10074] bcrypt: added `no_autobump!` --- Formula/b/bcrypt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bcrypt.rb b/Formula/b/bcrypt.rb index 7e81656328539..6f9535969d75e 100644 --- a/Formula/b/bcrypt.rb +++ b/Formula/b/bcrypt.rb @@ -10,6 +10,8 @@ class Bcrypt < Formula regex(/href=.*?bcrypt[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea8bb418fb65a4cded15e0a83c3fecfb5081b435211e832df5c663af5d3007ef" From 469387a0f3db1e7b6a9a6b9d09ec3c1338aa8778 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:02 +0200 Subject: [PATCH 01636/10074] beanstalkd: added `no_autobump!` --- Formula/b/beanstalkd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/beanstalkd.rb b/Formula/b/beanstalkd.rb index 1460c3fa92608..1970b1e931d1f 100644 --- a/Formula/b/beanstalkd.rb +++ b/Formula/b/beanstalkd.rb @@ -5,6 +5,8 @@ class Beanstalkd < Formula sha256 "26292dcdc0a7011d2f8ad968612f2cd8b2ef07687224876015399ae85e9e5263" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "74b984c41b74f63386b6125681be1f37529341179a754f0556ed9d2d621b9088" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c0cd544f3007bc3fc55d863ddacab823698188bd12e8a5b15e71aa81d071f50" From fb3fba8982522839fb39be3cd2b49102cf5049da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:02 +0200 Subject: [PATCH 01637/10074] beast: added `no_autobump!` --- Formula/b/beast.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/beast.rb b/Formula/b/beast.rb index ed8e5c9bdf619..0bf1cbb257c93 100644 --- a/Formula/b/beast.rb +++ b/Formula/b/beast.rb @@ -21,6 +21,8 @@ class Beast < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ec7cd636c5eb6427da2a75bb75976143fbae45c8d91e572d6dadb98913ac181" From 5c9012e320414937d4b681c0ffee59e824f9fe27 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:03 +0200 Subject: [PATCH 01638/10074] bedtools: added `no_autobump!` --- Formula/b/bedtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bedtools.rb b/Formula/b/bedtools.rb index 0d902fa8b236e..cf3977a3411f6 100644 --- a/Formula/b/bedtools.rb +++ b/Formula/b/bedtools.rb @@ -5,6 +5,8 @@ class Bedtools < Formula sha256 "79a1ba318d309f4e74bfa74258b73ef578dccb1045e270998d7fe9da9f43a50e" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2e84cd0c3fa3bfe3fe5c55304cb4d53edfbffba792c40e98fc5a2c057d8e81b1" sha256 cellar: :any, arm64_sonoma: "6b96362dc4065246cfd8a311991b81b13d1901feb8edd5db27c2911b47432f00" From b62b05f460a996d962d327a6193a269588b7e615 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:03 +0200 Subject: [PATCH 01639/10074] beecrypt: added `no_autobump!` --- Formula/b/beecrypt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/beecrypt.rb b/Formula/b/beecrypt.rb index 8a6d7115119e3..14b52b673438b 100644 --- a/Formula/b/beecrypt.rb +++ b/Formula/b/beecrypt.rb @@ -6,6 +6,8 @@ class Beecrypt < Formula license "LGPL-2.1-or-later" revision 7 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9d436aea574fc90b56ebdd14da2f08d7484209ddc553ad9a9928bb1b0e2ec28e" sha256 cellar: :any, arm64_sonoma: "d90ef1d3a2df7b9ea6981ebf5d3635bbc8a7bf39c1412becdabbf810a499a98f" From b3c68d8bef83af5e9f7271897b679f8dbcda1c5b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:03 +0200 Subject: [PATCH 01640/10074] befunge93: added `no_autobump!` --- Formula/b/befunge93.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/befunge93.rb b/Formula/b/befunge93.rb index 7f57efbec3339..ad5faa0c6ee0b 100644 --- a/Formula/b/befunge93.rb +++ b/Formula/b/befunge93.rb @@ -12,6 +12,8 @@ class Befunge93 < Formula regex(/href=.*?befunge-93[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7cb92a7855edef8e243b3279f39eab303d89733524b215aeef9def5bb4273a6" From ee89d66d0b5f510e90b26f0d0d0ea06a3393c2de Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:03 +0200 Subject: [PATCH 01641/10074] benerator: added `no_autobump!` --- Formula/b/benerator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/benerator.rb b/Formula/b/benerator.rb index cf38375e97340..6d5eb29df47f8 100644 --- a/Formula/b/benerator.rb +++ b/Formula/b/benerator.rb @@ -5,6 +5,8 @@ class Benerator < Formula sha256 "5d1b3de2344f0c2a1719eed5ab8154a75597a5d7693c373734e0603a45e5f96d" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a73bf659d5c7c62f8048aae669bd74c7da97f750ce0ecb1d8009f94ba32e77fd" From 6a91f6622d264e6b954398cfa5f7b396f22dcfd9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:03 +0200 Subject: [PATCH 01642/10074] bento: added `no_autobump!` --- Formula/b/bento.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bento.rb b/Formula/b/bento.rb index 16dfd721210f5..53b4f24f3b0d8 100644 --- a/Formula/b/bento.rb +++ b/Formula/b/bento.rb @@ -5,6 +5,8 @@ class Bento < Formula sha256 "0b8eb6e4695a3f716e392e93d21f91e98c439ea2c257596e22e42c620f690011" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "feea11f28ae911337a3ff0713d84c29ebc5fdbe23dca0df36cf983d57ebb6fa3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "46ebbae99da9d29c2bf8899f4ec218beeab12f9ceac8a878d791a8e8a2d9dad7" From 94adb590d3fe1cc28dda541d18e92ebaadf7babf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:03 +0200 Subject: [PATCH 01643/10074] bento4: added `no_autobump!` --- Formula/b/bento4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bento4.rb b/Formula/b/bento4.rb index 3b7fc3eeeb4f4..ae215435c19aa 100644 --- a/Formula/b/bento4.rb +++ b/Formula/b/bento4.rb @@ -11,6 +11,8 @@ class Bento4 < Formula regex(/href=.*?Bento4-SRC[._-]v?(\d+(?:[.-]\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7eb7ebefa4071ee7a67625f7fcbd85d47551ba51028f89ae1d97fbf59830d98" From 9f9d9071dd9e4ba6d3cbc6d1965fec0594b17d6a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:04 +0200 Subject: [PATCH 01644/10074] berkeley-db: added `no_autobump!` --- Formula/b/berkeley-db.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/berkeley-db.rb b/Formula/b/berkeley-db.rb index 0d5f47d7db73e..99d53011fd12d 100644 --- a/Formula/b/berkeley-db.rb +++ b/Formula/b/berkeley-db.rb @@ -12,6 +12,8 @@ class BerkeleyDb < Formula regex(/Berkeley\s*DB[^(]*?\(\s*v?(\d+(?:\.\d+)+)\s*\)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "422be2c8877f981442a27bd80d7a4494de3a515b54b1d206e51c4e710f9d83eb" sha256 cellar: :any, arm64_sonoma: "f8a6da9be201214ca17efa824a335060a6f1ff4d72cc579a5878ee06ac2d9b61" From 043c3261bb2bd2e8f19e6689a0e3c5b10fb2a881 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:04 +0200 Subject: [PATCH 01645/10074] berkeley-db@4: added `no_autobump!` --- Formula/b/berkeley-db@4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/berkeley-db@4.rb b/Formula/b/berkeley-db@4.rb index 3741e4aea62ac..cc834af329d4c 100644 --- a/Formula/b/berkeley-db@4.rb +++ b/Formula/b/berkeley-db@4.rb @@ -5,6 +5,8 @@ class BerkeleyDbAT4 < Formula sha256 "e0491a07cdb21fb9aa82773bbbedaeb7639cbd0e7f96147ab46141e0045db72a" license "Sleepycat" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "de4afa55a39dde81bdc017b071d7ce98271d88bc440aecc89c21d426e27486e6" From 787f16a318e89ef669349acc6bd07c696df12803 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:04 +0200 Subject: [PATCH 01646/10074] berkeley-db@5: added `no_autobump!` --- Formula/b/berkeley-db@5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/berkeley-db@5.rb b/Formula/b/berkeley-db@5.rb index 82a91d44e7f38..5e4e84c7ea5ab 100644 --- a/Formula/b/berkeley-db@5.rb +++ b/Formula/b/berkeley-db@5.rb @@ -6,6 +6,8 @@ class BerkeleyDbAT5 < Formula license "Sleepycat" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ac64ff01e9897372c22dd2f9c90a2e5ffc5b66876c243d20d1e107b7c3785fba" sha256 cellar: :any, arm64_sonoma: "7e1f6f67ce491e8636f9095fa45854e7b5720745b909e3b84cad8400b28418fd" From acc9874fc0adf381c6042c8b65948595f2cbb951 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:04 +0200 Subject: [PATCH 01647/10074] betty: added `no_autobump!` --- Formula/b/betty.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/betty.rb b/Formula/b/betty.rb index 27edd5b98e74d..461fdd9a3eb3c 100644 --- a/Formula/b/betty.rb +++ b/Formula/b/betty.rb @@ -6,6 +6,8 @@ class Betty < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "6d9822a13119b0500eb79e9c4cafaa064053c0870393092f1f0c6386592138d7" From 0fb75fda6b6fbdc7e4ffcfbfc5161223e40e9df1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:04 +0200 Subject: [PATCH 01648/10074] bfg: added `no_autobump!` --- Formula/b/bfg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bfg.rb b/Formula/b/bfg.rb index ba609869cf232..6f5a923bb3e9e 100644 --- a/Formula/b/bfg.rb +++ b/Formula/b/bfg.rb @@ -10,6 +10,8 @@ class Bfg < Formula regex(%r{v?(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "e6ab06431b47f90f783c186032521800d0fffb1f9fffb842c0de85e624d54d2d" end From 0ac17d8abb588dbc211252d1b1e8c322565195fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:04 +0200 Subject: [PATCH 01649/10074] bfgminer: added `no_autobump!` --- Formula/b/bfgminer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bfgminer.rb b/Formula/b/bfgminer.rb index 2ff0022cc0906..542f0d1300b3e 100644 --- a/Formula/b/bfgminer.rb +++ b/Formula/b/bfgminer.rb @@ -6,6 +6,8 @@ class Bfgminer < Formula license "GPL-3.0-or-later" head "https://github.com/luke-jr/bfgminer.git", branch: "bfgminer" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "e3d88bfc64abc6a6e41f8d96d5d6b099b7c93c5829f17f1ec134a3b0e0aad44d" sha256 arm64_ventura: "b45669226e0d2a3155e437d643ef700ff143ce071dd3c4affce7a80ef24ab568" From 0d4baa2cbfe5a7724cd5866832a71310b8ec3c7f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:05 +0200 Subject: [PATCH 01650/10074] bgpdump: added `no_autobump!` --- Formula/b/bgpdump.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bgpdump.rb b/Formula/b/bgpdump.rb index ac7604f138959..565fd7976a2c9 100644 --- a/Formula/b/bgpdump.rb +++ b/Formula/b/bgpdump.rb @@ -10,6 +10,8 @@ class Bgpdump < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "58a05ac326e701a6417482c33a5660c4cac2ad9a3995e64dd064bc088e9e8a8f" sha256 cellar: :any, arm64_sonoma: "9845446b9c11faac51f1180ad9493fcc523ce44bc5f8179fd2ab4a985323e360" From 3693dd173a9312219fbea0531af8f060484c3a85 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:05 +0200 Subject: [PATCH 01651/10074] bgpstream: added `no_autobump!` --- Formula/b/bgpstream.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bgpstream.rb b/Formula/b/bgpstream.rb index ae72590d68c25..0794a305f60fb 100644 --- a/Formula/b/bgpstream.rb +++ b/Formula/b/bgpstream.rb @@ -5,6 +5,8 @@ class Bgpstream < Formula sha256 "c6be2c761ed216edc23a85409a5de3639172bc42db115c8574c2108ace7481a4" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8db317338ecbca23c82ea862d2f50c557262929d5c805abe88cf601dd5377da5" sha256 cellar: :any, arm64_sonoma: "cad6544e83d2f83c50c324be9e81d144afd00e75f92d96f007dd131f529e1164" From b16d062482f6b83ee38b77f3aac2f81905fd5d05 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:05 +0200 Subject: [PATCH 01652/10074] bgrep: added `no_autobump!` --- Formula/b/bgrep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bgrep.rb b/Formula/b/bgrep.rb index ffb9d03de8cab..45b3dc3a06e03 100644 --- a/Formula/b/bgrep.rb +++ b/Formula/b/bgrep.rb @@ -6,6 +6,8 @@ class Bgrep < Formula license "BSD-2-Clause" head "https://github.com/tmbinc/bgrep.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9084b991c90bd70740bce59c399d55365789b5226d8883067f552d2601fa0b2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2246a9bc12ae07c1c2403b4efb0023bc96c22867bff0ad41d1d7381ef5b694a" From b5df997b865e1a103a5b13a4b1fd1c1512a949d5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:05 +0200 Subject: [PATCH 01653/10074] bib-tool: added `no_autobump!` --- Formula/b/bib-tool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bib-tool.rb b/Formula/b/bib-tool.rb index be349c1b24ba4..9a755031dc36f 100644 --- a/Formula/b/bib-tool.rb +++ b/Formula/b/bib-tool.rb @@ -13,6 +13,8 @@ class BibTool < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ce609aa4354f5b345611a48f17823affc614c23600940ec1c90b9945b7199512" sha256 arm64_sonoma: "20a1020682e98e6b692a2096aea9d9963c6294f12c810ce0aa9135ca26bf6da1" From ffd62ae38c7565c7396003b9c21af8e83229109e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:05 +0200 Subject: [PATCH 01654/10074] bibclean: added `no_autobump!` --- Formula/b/bibclean.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bibclean.rb b/Formula/b/bibclean.rb index 9a8cb81fb4042..a0dd563f9e568 100644 --- a/Formula/b/bibclean.rb +++ b/Formula/b/bibclean.rb @@ -10,6 +10,8 @@ class Bibclean < Formula regex(/href=.*?bibclean[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "13c1d6444ba0a4dd09e6840c29240a230d4d5bab8946912b275fc53fca9558bc" sha256 arm64_sonoma: "9ec0d9aaf5fa2f6f48a1fd7d221a8f76d0af01d2adc36be38ad81a9660750fbe" From 1767bd806320963fcb743476a653f978e760b92e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:05 +0200 Subject: [PATCH 01655/10074] bibtex2html: added `no_autobump!` --- Formula/b/bibtex2html.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bibtex2html.rb b/Formula/b/bibtex2html.rb index 76e8aabb99f00..f49b210a58a5f 100644 --- a/Formula/b/bibtex2html.rb +++ b/Formula/b/bibtex2html.rb @@ -10,6 +10,8 @@ class Bibtex2html < Formula regex(/href=.*?bibtex2html[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec23acda42eaa89ba7dba681bdf117a0abd5b083e57f718ab35c5402d31e1470" From 33fff0896fce236725f773b1295073b8ff8ebb8a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:06 +0200 Subject: [PATCH 01656/10074] bibutils: added `no_autobump!` --- Formula/b/bibutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bibutils.rb b/Formula/b/bibutils.rb index 82eb9ce5a3806..0a9f1957089c2 100644 --- a/Formula/b/bibutils.rb +++ b/Formula/b/bibutils.rb @@ -10,6 +10,8 @@ class Bibutils < Formula regex(%r{url=.*?/bibutils[._-]v?(\d+(?:\.\d+)+)[._-]src\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cd55399d769cbc1cab21cfad48bb843a8c8a7c0a966445c6530c88ba8361b7d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "69d0da0d5cb6ef8cd905c782149b4212aa6e45beb171386672f0aa0fbe5a8f69" From 6e242a32a00cc0b60f4073f5471f1fdcdd0bed8b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:06 +0200 Subject: [PATCH 01657/10074] bic: added `no_autobump!` --- Formula/b/bic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bic.rb b/Formula/b/bic.rb index 27cc11ff25549..368739ed44957 100644 --- a/Formula/b/bic.rb +++ b/Formula/b/bic.rb @@ -18,6 +18,8 @@ class Bic < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, sonoma: "4f122a009440f01cdaa97ac0fdf69e7aa8a0b31082e7fc8fb7d08b5c8ecf2307" sha256 cellar: :any, ventura: "b2949645cf730b7d5b1a9286c5134775190c8353a9e8dbc28af7414b97f63253" From 68b6dfb0828881efbc55ee17afa1578a9934e29a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:06 +0200 Subject: [PATCH 01658/10074] binkd: added `no_autobump!` --- Formula/b/binkd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/binkd.rb b/Formula/b/binkd.rb index e97cef896bd0f..d8635f1c4db39 100644 --- a/Formula/b/binkd.rb +++ b/Formula/b/binkd.rb @@ -14,6 +14,8 @@ class Binkd < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "363282ef02c77db08c0963460807439902cc81ec6bf480f1fb2714fd2f0211f8" From 9674d611904cb1ec5b293b02321efb448245b11b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:06 +0200 Subject: [PATCH 01659/10074] binutils: added `no_autobump!` --- Formula/b/binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/binutils.rb b/Formula/b/binutils.rb index b58cfae1de27b..1a6063c472534 100644 --- a/Formula/b/binutils.rb +++ b/Formula/b/binutils.rb @@ -6,6 +6,8 @@ class Binutils < Formula sha256 "f66390a661faa117d00fab2e79cf2dc9d097b42cc296bf3f8677d1e7b452dc3a" license all_of: ["GPL-2.0-or-later", "GPL-3.0-or-later", "LGPL-2.0-or-later", "LGPL-3.0-only"] + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d536a93de1561cffb928d198ac1fb48a786baa6ed61cc8e2d0fdc6af5bf72801" sha256 arm64_sonoma: "72cfbc33daaba41277600107997beb41274f2725ee06e1d335c42209d000aa63" From 8d4116523910f5a4ed3aca4d5ca1554aea5bd173 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:06 +0200 Subject: [PATCH 01660/10074] binwalk: added `no_autobump!` --- Formula/b/binwalk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/binwalk.rb b/Formula/b/binwalk.rb index 194b030cfa1d1..f2daf15b57447 100644 --- a/Formula/b/binwalk.rb +++ b/Formula/b/binwalk.rb @@ -11,6 +11,8 @@ class Binwalk < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "00db81d196265d847f7241a8771bade058a6077c0db8701fa0345496b7ba1f42" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2640baf0e4b7943cef7df7ff1280ebdf1bc47ba711cc53d984eef63d24c5022" From 3a6a6515b261256cb144f26f36d297d6684d54a0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:07 +0200 Subject: [PATCH 01661/10074] bioawk: added `no_autobump!` --- Formula/b/bioawk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bioawk.rb b/Formula/b/bioawk.rb index 51cbb733e263b..db78e09358e0b 100644 --- a/Formula/b/bioawk.rb +++ b/Formula/b/bioawk.rb @@ -5,6 +5,8 @@ class Bioawk < Formula sha256 "5cbef3f39b085daba45510ff450afcf943cfdfdd483a546c8a509d3075ff51b5" license "HPND" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "581ec8168890f6010df9a49953f2d52a3a86020fc350cb7cdb64fae38e23b0c8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "781164882120d8b28e1cdac8b8db1f5c9a8bdedea381aedad9b35b6d185f2897" From 3fcb4e14dbf87dc4f95bb973ff4b5211b306016a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:07 +0200 Subject: [PATCH 01662/10074] bioperl: added `no_autobump!` --- Formula/b/bioperl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bioperl.rb b/Formula/b/bioperl.rb index f1dabbd4a55ed..217539dffaf49 100644 --- a/Formula/b/bioperl.rb +++ b/Formula/b/bioperl.rb @@ -16,6 +16,8 @@ class Bioperl < Formula regex(/href=["']?BioPerl[._-]v?(\d+\.\d+\.\d+)(?:\.?_\d+)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2908dce831726ddab69edcb252b8b45b1d9b4ba2995bbefc6410dea49a6b230e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d44c606e7a067575bfe21428d84fcd57c7e45daa8b2af2a2cf7b6ae766611b0c" From e6638234dd5e7108e39ef5f7105d67fac2281423 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:07 +0200 Subject: [PATCH 01663/10074] bison: added `no_autobump!` --- Formula/b/bison.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bison.rb b/Formula/b/bison.rb index 60cb9e37154c6..98a570b542f4f 100644 --- a/Formula/b/bison.rb +++ b/Formula/b/bison.rb @@ -8,6 +8,8 @@ class Bison < Formula license "GPL-3.0-or-later" version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d45a8c193646a25d281a6d3fd62d6f756d4e392cc2948e605a62f3d88ccbf188" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4c06638f63876867e8fc485129ea6683487a249f0b2bc98bfaa6f1dab4ff6a4" From 3fd527066408fdd45041003028df64192093b3bd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:07 +0200 Subject: [PATCH 01664/10074] bison@2.7: added `no_autobump!` --- Formula/b/bison@2.7.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bison@2.7.rb b/Formula/b/bison@2.7.rb index 5deac5c4f7602..2cb0a9a6e797c 100644 --- a/Formula/b/bison@2.7.rb +++ b/Formula/b/bison@2.7.rb @@ -7,6 +7,8 @@ class BisonAT27 < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "12eb0c1ab891b05dee98b3f748396e1efa2698ae63c40f84acbf73a3eb6959bf" sha256 arm64_sonoma: "472d73bf7ba67981ae3246014105d2c150a5d62293b5c5e2e9726fea022c29f0" From 2192fa847998eaf3a18db5ea81f723032a08b2b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:07 +0200 Subject: [PATCH 01665/10074] bit-git: added `no_autobump!` --- Formula/b/bit-git.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bit-git.rb b/Formula/b/bit-git.rb index 8695bce70545d..f481d4b59b12c 100644 --- a/Formula/b/bit-git.rb +++ b/Formula/b/bit-git.rb @@ -6,6 +6,8 @@ class BitGit < Formula license "Apache-2.0" head "https://github.com/chriswalz/bit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "512fae594f8692aea23014f35c5ef02d23c49c2ce28b2f772cffaeadc55b2c9d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a28f8da02e22757fa2d836e5767926918410ab8f85f7e46ea330d5d5255b937a" From 10d147f1868dee353119f07a387cd67e9c8850f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:07 +0200 Subject: [PATCH 01666/10074] bit: added `no_autobump!` --- Formula/b/bit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bit.rb b/Formula/b/bit.rb index b05f06aa4a199..a941d946ef0e0 100644 --- a/Formula/b/bit.rb +++ b/Formula/b/bit.rb @@ -7,6 +7,8 @@ class Bit < Formula revision 1 head "https://github.com/teambit/bit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "591d452238af32826df679aa962d6ce755294473c450bc5118dfac9e50a552f8" From 494f98183c4c7aa462b903750e41126085fe0292 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:08 +0200 Subject: [PATCH 01667/10074] bitchx: added `no_autobump!` --- Formula/b/bitchx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bitchx.rb b/Formula/b/bitchx.rb index 380cce9091098..a4ed56ed907f3 100644 --- a/Formula/b/bitchx.rb +++ b/Formula/b/bitchx.rb @@ -23,6 +23,8 @@ class Bitchx < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "bb2902a6bb21cd1b2d5765652a7ef8c5b72a9ec645bab961d3d560320a96adb2" From 506c4f93e6b80a1caabbe0ac1071b85a1eade5b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:08 +0200 Subject: [PATCH 01668/10074] bitlbee: added `no_autobump!` --- Formula/b/bitlbee.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bitlbee.rb b/Formula/b/bitlbee.rb index 25b5f82f62e36..caff7df9e9059 100644 --- a/Formula/b/bitlbee.rb +++ b/Formula/b/bitlbee.rb @@ -11,6 +11,8 @@ class Bitlbee < Formula regex(/href=.*?bitlbee[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "b657d232b9e5c995bad586bebabccbf58cab67a71f81dcc20ef65ba7685c7c5c" From c111b9a4967dd46529844ced5fbd0b6abda17fe1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:08 +0200 Subject: [PATCH 01669/10074] bitwise: added `no_autobump!` --- Formula/b/bitwise.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bitwise.rb b/Formula/b/bitwise.rb index c912365e0ca22..46891bfd11dd4 100644 --- a/Formula/b/bitwise.rb +++ b/Formula/b/bitwise.rb @@ -5,6 +5,8 @@ class Bitwise < Formula sha256 "806271fa5bf31de0600315e8720004a8f529954480e991ca84a9868dc1cae97e" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d7659a60e6cad87bc0dd72921475005c50340e66d7a6ba822a5769a67df1b91d" sha256 cellar: :any, arm64_sonoma: "923c4828ff104f940038b9d6969759b08d90a3d2c89cb1c0e31b913a2d38769e" From 1f9b2f5f6abc988cadfcf3b1c48b3e0fe50ac3ad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:08 +0200 Subject: [PATCH 01670/10074] blackbox: added `no_autobump!` --- Formula/b/blackbox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blackbox.rb b/Formula/b/blackbox.rb index 886b3594e4cf5..8ad0382f6b1ab 100644 --- a/Formula/b/blackbox.rb +++ b/Formula/b/blackbox.rb @@ -11,6 +11,8 @@ class Blackbox < Formula regex(/^v?(\d+(?:\.\d+)*\.\d{6,8}(?:\.\d+)*)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "55abf9c858ccaf04d8ab764718fa5810f09adb66c150ae3a9f263622a1cae753" From 4a2e1b62cd1d1e0c550814f261b697ebde04d037 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:08 +0200 Subject: [PATCH 01671/10074] blahtexml: added `no_autobump!` --- Formula/b/blahtexml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blahtexml.rb b/Formula/b/blahtexml.rb index 5f1a82e95f9ed..b3fd751a52e37 100644 --- a/Formula/b/blahtexml.rb +++ b/Formula/b/blahtexml.rb @@ -6,6 +6,8 @@ class Blahtexml < Formula license "BSD-3-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "60f47cf24ae5bd4f52cf4aa2030b663593416a2af1a4cb8777eb62c9c372b6f6" sha256 cellar: :any, arm64_sonoma: "e82e2cc31b503539d5db79bd19954cbfe6f7fbcfaea9ba16a28a57b83289f68a" From a2e32f5cd6f73731e7e1fb2e02290df01174e736 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:08 +0200 Subject: [PATCH 01672/10074] blastem: added `no_autobump!` --- Formula/b/blastem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blastem.rb b/Formula/b/blastem.rb index 8bbbcadf61158..fa117ab6e096f 100644 --- a/Formula/b/blastem.rb +++ b/Formula/b/blastem.rb @@ -17,6 +17,8 @@ class Blastem < Formula match[1] end + + no_autobump! because: :requires_manual_review end end From f66f986b438f5444f46035498bef812c559b9455 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:09 +0200 Subject: [PATCH 01673/10074] blaze: added `no_autobump!` --- Formula/b/blaze.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blaze.rb b/Formula/b/blaze.rb index 6bf272775c298..cbaf0d1695d85 100644 --- a/Formula/b/blaze.rb +++ b/Formula/b/blaze.rb @@ -6,6 +6,8 @@ class Blaze < Formula license "BSD-3-Clause" head "https://bitbucket.org/blaze-lib/blaze.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a80081c26f45e68615e6ef2dcde4f354ee8dc05cf2744d20d75efee48f7e7864" sha256 cellar: :any_skip_relocation, arm64_sonoma: "808bf2b3fe945e77161aa0878ab93310708d2c1417a437940f4b3fb72f729822" From 27f2a4ae7e41456a5630f7d43afd5bfa7099bd9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:09 +0200 Subject: [PATCH 01674/10074] blazeblogger: added `no_autobump!` --- Formula/b/blazeblogger.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blazeblogger.rb b/Formula/b/blazeblogger.rb index afdc9e36457a1..04012e02f3835 100644 --- a/Formula/b/blazeblogger.rb +++ b/Formula/b/blazeblogger.rb @@ -5,6 +5,8 @@ class Blazeblogger < Formula sha256 "39024b70708be6073e8aeb3943eb3b73d441fbb7b8113e145c0cf7540c4921aa" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0045a7f2db5667ef5e70880950ca3b04ab2f0d0cb0525e4b11e14d4107af7443" From caae0643e0bf21248c369234abc73f64203aab00 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:09 +0200 Subject: [PATCH 01675/10074] blazegraph: added `no_autobump!` --- Formula/b/blazegraph.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blazegraph.rb b/Formula/b/blazegraph.rb index 77a1346f04b02..4d3b192967f8c 100644 --- a/Formula/b/blazegraph.rb +++ b/Formula/b/blazegraph.rb @@ -6,6 +6,8 @@ class Blazegraph < Formula sha256 "fbaeae7e1b3af71f57cfc4da58b9c52a9ae40502d431c76bafa5d5570d737610" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "3f006e1ce3a63d62b14b3274a11417ac02fa7585e5036bcba32fe4264deda8e3" From d29a52caf1710939fd2e4b35f878008afb678e1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:09 +0200 Subject: [PATCH 01676/10074] blink: added `no_autobump!` --- Formula/b/blink.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blink.rb b/Formula/b/blink.rb index 8c22fcbf7bfd3..418369a4a40b4 100644 --- a/Formula/b/blink.rb +++ b/Formula/b/blink.rb @@ -6,6 +6,8 @@ class Blink < Formula license "ISC" head "https://github.com/jart/blink.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcc500f8fe348d17be88e78813f689ad5f27a065db6112f5fa7e867e7c7f0139" From e36fba42403c8897a26f800e88a4eaca29f03acf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:09 +0200 Subject: [PATCH 01677/10074] blink1: added `no_autobump!` --- Formula/b/blink1.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blink1.rb b/Formula/b/blink1.rb index 1f2b87d155dea..4aab61c08ad0c 100644 --- a/Formula/b/blink1.rb +++ b/Formula/b/blink1.rb @@ -7,6 +7,8 @@ class Blink1 < Formula license "CC-BY-SA-3.0" head "https://github.com/todbot/blink1-tool.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2b04cc8a396b2f1d9ac01c7558fc56fc27b72792cb148f686e87298c638f29d8" sha256 cellar: :any, arm64_sonoma: "6087adc4630ab9c242a9e2c89ce806ba069b9668fa2d19b270a94fd8f9c448fe" From 3b4d29fa9c5ec894f6ef73acbfee14b283ef2ca0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:09 +0200 Subject: [PATCH 01678/10074] blitz: added `no_autobump!` --- Formula/b/blitz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blitz.rb b/Formula/b/blitz.rb index 84976b0655e4a..165b7b11c4eea 100644 --- a/Formula/b/blitz.rb +++ b/Formula/b/blitz.rb @@ -6,6 +6,8 @@ class Blitz < Formula license "Artistic-2.0" head "https://github.com/blitzpp/blitz.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f5c76acfde9f6b4ff49baaaddad03106654788518afcebd6e15b1511c965fe92" sha256 cellar: :any, arm64_sonoma: "c1ce7b13ac8453f28f88f8828e05210332135de7b38886318b1146b8ff7507c8" From 8fd1810ec8ec24c7d639a59dda8a9f9d80334fcb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:10 +0200 Subject: [PATCH 01679/10074] blitzwave: added `no_autobump!` --- Formula/b/blitzwave.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blitzwave.rb b/Formula/b/blitzwave.rb index c95acb932ed82..aa418aed2d167 100644 --- a/Formula/b/blitzwave.rb +++ b/Formula/b/blitzwave.rb @@ -5,6 +5,8 @@ class Blitzwave < Formula sha256 "edb0b708a0587e77b8e0aa3387b44f4e838855c17e896a8277bb80fbe79b9a63" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6ddfd2d5b7388e38647c23c2556e37258da48bbb0408290ccc1e54c5970fc68f" sha256 cellar: :any, arm64_sonoma: "358c1c33c449b774875a06bd2ec0dd68d306bf7a829ca7b79cd69d4ba9616dcb" From 743938c8f5f337193fd7cab1da6b066a7b0a9a3d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:10 +0200 Subject: [PATCH 01680/10074] bloaty: added `no_autobump!` --- Formula/b/bloaty.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bloaty.rb b/Formula/b/bloaty.rb index d215f69800481..8d4db0cf6a57c 100644 --- a/Formula/b/bloaty.rb +++ b/Formula/b/bloaty.rb @@ -6,6 +6,8 @@ class Bloaty < Formula license "Apache-2.0" revision 36 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "dd24996db87e0756384539d8c2598aa55d0349c12b5b6147fd247dee1be37af5" sha256 cellar: :any, arm64_sonoma: "d53ee453c66dac7c2224878716db04dd061042d6db76d8677805500adb2ac1a3" From abd8cbb72c9ab939d4b34c21ac16c479240d2782 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:10 +0200 Subject: [PATCH 01681/10074] blockhash: added `no_autobump!` --- Formula/b/blockhash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blockhash.rb b/Formula/b/blockhash.rb index 3514d09fb4749..3821b24ee0720 100644 --- a/Formula/b/blockhash.rb +++ b/Formula/b/blockhash.rb @@ -7,6 +7,8 @@ class Blockhash < Formula revision 4 head "https://github.com/commonsmachinery/blockhash.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "da404e78c996ce8a8cc0f39fb53c7b98de1df04a20f3f04224ef34d181d427e1" sha256 cellar: :any, arm64_sonoma: "570d07a44d4c376152581378e09887c872ff761622c559dce4018466cb964c69" From 920a9def6d141554f069fa8bc7787d4b7ad312bc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:10 +0200 Subject: [PATCH 01682/10074] blogc: added `no_autobump!` --- Formula/b/blogc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blogc.rb b/Formula/b/blogc.rb index bf31a026a012a..c528d005b27cc 100644 --- a/Formula/b/blogc.rb +++ b/Formula/b/blogc.rb @@ -6,6 +6,8 @@ class Blogc < Formula license "BSD-3-Clause" head "https://github.com/blogc/blogc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1550db3be9b6c9bd21d1a522550644fbf0d524f51126ed55560c2e3d01b4444f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e277f0a14ca6504906fee7b93a4f08a9191694afa1a8eb6748a0f2bebd37bef" From 1f323cb68386f465511a89846e8e38a2245269f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:10 +0200 Subject: [PATCH 01683/10074] bltool: added `no_autobump!` --- Formula/b/bltool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bltool.rb b/Formula/b/bltool.rb index 17842d2b481bf..acfe79ed8af45 100644 --- a/Formula/b/bltool.rb +++ b/Formula/b/bltool.rb @@ -5,6 +5,8 @@ class Bltool < Formula sha256 "5bef751aac7140f8a705b29edd35a7bfa9f87c36039d84d4001f16a307b64ef6" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "9b12a8b49ad485d5a67f12b7f8e228d2ebaa06344c653638d362804b6e416410" From 4d3a1c8a1032b62d55f291824dd37a5d74082947 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:10 +0200 Subject: [PATCH 01684/10074] bluetoothconnector: added `no_autobump!` --- Formula/b/bluetoothconnector.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bluetoothconnector.rb b/Formula/b/bluetoothconnector.rb index 6f97a03b30364..cf4d8cfa53489 100644 --- a/Formula/b/bluetoothconnector.rb +++ b/Formula/b/bluetoothconnector.rb @@ -6,6 +6,8 @@ class Bluetoothconnector < Formula license "MIT" head "https://github.com/lapfelix/BluetoothConnector.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8e8786893183eba145ea2282b69540bd3c5b331decd4587090e94ac8b828e050" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fe88b3f3feca2d6bc8c39cb06af98f81ee42a04fac836873f80b06d87cc37d8" From 09b2f5d2dc0609635e7f0a352bb7d9696ddd8f63 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:11 +0200 Subject: [PATCH 01685/10074] bmon: added `no_autobump!` --- Formula/b/bmon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bmon.rb b/Formula/b/bmon.rb index 758160ea492e0..a9307a99ab751 100644 --- a/Formula/b/bmon.rb +++ b/Formula/b/bmon.rb @@ -6,6 +6,8 @@ class Bmon < Formula license "BSD-2-Clause" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "f32d98f5dbf21deda940949e6b11a722ad0d69a7acfc1841d2779ce5b3af12ed" From 9a4b3b0557136d2582f2292684df0950da19fe8b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:11 +0200 Subject: [PATCH 01686/10074] bnfc: added `no_autobump!` --- Formula/b/bnfc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bnfc.rb b/Formula/b/bnfc.rb index c9368c19b77b9..d754d2803715c 100644 --- a/Formula/b/bnfc.rb +++ b/Formula/b/bnfc.rb @@ -7,6 +7,8 @@ class Bnfc < Formula revision 1 head "https://github.com/BNFC/bnfc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d9baadeda06fc25d982632ced8e240e3d92d27c3d1668f00334138cdaf527f7" From 4da600d910c2dab5c04533e352ffce8739ac384f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:11 +0200 Subject: [PATCH 01687/10074] bogofilter: added `no_autobump!` --- Formula/b/bogofilter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bogofilter.rb b/Formula/b/bogofilter.rb index b275a9e917138..f8e79f7a5846e 100644 --- a/Formula/b/bogofilter.rb +++ b/Formula/b/bogofilter.rb @@ -9,6 +9,8 @@ class Bogofilter < Formula url "https://sourceforge.net/projects/bogofilter/rss?path=/bogofilter-stable" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cdd5e3131e6b0880369ac2070e25880f55225b18eb6750bbcf997ffe7864555" From 4cc65c4e8c67240867719307d194569d6d3122b7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:11 +0200 Subject: [PATCH 01688/10074] bombadillo: added `no_autobump!` --- Formula/b/bombadillo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bombadillo.rb b/Formula/b/bombadillo.rb index bb958cc2c83ff..7a98f570e81bd 100644 --- a/Formula/b/bombadillo.rb +++ b/Formula/b/bombadillo.rb @@ -6,6 +6,8 @@ class Bombadillo < Formula license "GPL-3.0-or-later" head "https://tildegit.org/sloum/bombadillo.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "704af144b953977108282ec76083d51d8d359b2f08402aa71da7822a79491591" sha256 cellar: :any_skip_relocation, arm64_sonoma: "48693234c0c87251efbb8f2d4cf5c23a4d4585c9b6ba00907122dbc59a6a5add" From 45963f76774fbcd26f7d8b9b08bb959ae7ced896 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:11 +0200 Subject: [PATCH 01689/10074] bonnie++: added `no_autobump!` --- Formula/b/bonnie++.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bonnie++.rb b/Formula/b/bonnie++.rb index d247a81584a6e..ef4abbd9c4e7a 100644 --- a/Formula/b/bonnie++.rb +++ b/Formula/b/bonnie++.rb @@ -10,6 +10,8 @@ class Bonniexx < Formula regex(/href=.*?bonnie\+\+[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2cdb858040bf6e8c19142a19932a6aa6294c863a4b3f7b2faebd5ebcb945ee29" sha256 cellar: :any_skip_relocation, arm64_sonoma: "748ee8216cf3b93d071f7fd95977e3d7a7ef28dd3c73467b212ef9594b037f7d" From 5851bdd10e3a883ef67adbc75e1c356b94b8a429 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:12 +0200 Subject: [PATCH 01690/10074] bookloupe: added `no_autobump!` --- Formula/b/bookloupe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bookloupe.rb b/Formula/b/bookloupe.rb index 4569be0f8db92..873cf196060e2 100644 --- a/Formula/b/bookloupe.rb +++ b/Formula/b/bookloupe.rb @@ -11,6 +11,8 @@ class Bookloupe < Formula regex(/href=.*?bookloupe[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7ba3e588146783e6f0257c71de17fd54e6f4690c272790982b98f58bbfbf62f3" sha256 cellar: :any, arm64_sonoma: "24bf9a6ae43fe3f89408a72d83f31b770ed3a34b8cd1bc2a8966418015b0035c" From cfedf0788bf508e16d25154b7f9eb5ae45d92df5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:12 +0200 Subject: [PATCH 01691/10074] boolector: added `no_autobump!` --- Formula/b/boolector.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boolector.rb b/Formula/b/boolector.rb index b8d55cc792899..79fbd3d280809 100644 --- a/Formula/b/boolector.rb +++ b/Formula/b/boolector.rb @@ -5,6 +5,8 @@ class Boolector < Formula sha256 "249c6dbf4e52ea6e8df1ddf7965d47f5c30f2c14905dce9b8f411756b05878bf" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c36e9fe92bb625ab45e83a8b889a4f29264b4a6dca0b5da3e72c133724b6ddd2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb34a8aa518c75108be45137f5f72401f2a429d5c2aa5485e4addf5f9b7e2397" From a993c470c9f8b4e0f319513985847ef5f6d70357 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:12 +0200 Subject: [PATCH 01692/10074] boom-completion: added `no_autobump!` --- Formula/b/boom-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boom-completion.rb b/Formula/b/boom-completion.rb index 450ad32e190c4..b39f0edabe077 100644 --- a/Formula/b/boom-completion.rb +++ b/Formula/b/boom-completion.rb @@ -6,6 +6,8 @@ class BoomCompletion < Formula license "MIT" head "https://github.com/holman/boom.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "05b587e612fdff3439b6618c062c1f7b5f13332e3b8e7645d80cf5d5f023d276" From f4ff39d229efd9a1286d05f05c2e070f2e75b4c9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:12 +0200 Subject: [PATCH 01693/10074] boost-bcp: added `no_autobump!` --- Formula/b/boost-bcp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boost-bcp.rb b/Formula/b/boost-bcp.rb index bc023f6060b5a..a377636878f9c 100644 --- a/Formula/b/boost-bcp.rb +++ b/Formula/b/boost-bcp.rb @@ -10,6 +10,8 @@ class BoostBcp < Formula formula "boost" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8e002a55974a472bc3a578fbaa1fd915d7a13f0065444ebcf153b6fe479320a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ddbe2024ec99f3d5a53ff5f98cbc6773b5d3eb5421d8683739cdc6d95300a00" From dd21da8b4af49a7e157a7bc208bb08c728105d90 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:12 +0200 Subject: [PATCH 01694/10074] boost-build: added `no_autobump!` --- Formula/b/boost-build.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boost-build.rb b/Formula/b/boost-build.rb index 953901effb641..c50cddc045b43 100644 --- a/Formula/b/boost-build.rb +++ b/Formula/b/boost-build.rb @@ -12,6 +12,8 @@ class BoostBuild < Formula regex(/^boost[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad72a5f9a660259b97a0165a5df1e1a37a1cf5bc9c66ce453629711ab47df7db" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ecfcbe45e2a501634fe259f01668ba5f05f1910a8ff1e726cb752ffc725136b8" From f7a812014b89a5ff00946e52f05bd60926fda4b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:12 +0200 Subject: [PATCH 01695/10074] boost-mpi: added `no_autobump!` --- Formula/b/boost-mpi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boost-mpi.rb b/Formula/b/boost-mpi.rb index cc6792574a781..54509fcf0950e 100644 --- a/Formula/b/boost-mpi.rb +++ b/Formula/b/boost-mpi.rb @@ -10,6 +10,8 @@ class BoostMpi < Formula formula "boost" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "c214ac20967386a38a1de487e0c20bbdc466e459065b970887eaf35371e54402" sha256 arm64_sonoma: "ed980f9505b4403dc52d9a091f07cc0e118f4185dc1d9ef17cd2b8ae542a5429" From 7cec108dd8035cf270851f5b834c15894f52a375 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:13 +0200 Subject: [PATCH 01696/10074] boost-python3: added `no_autobump!` --- Formula/b/boost-python3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boost-python3.rb b/Formula/b/boost-python3.rb index f3540f810252e..a60e3dcf08ecc 100644 --- a/Formula/b/boost-python3.rb +++ b/Formula/b/boost-python3.rb @@ -10,6 +10,8 @@ class BoostPython3 < Formula formula "boost" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c14fd4a92ecf59b0cd310d2b40ac374861acda10acc91bf22a60f561eef32327" sha256 cellar: :any, arm64_sonoma: "2a65824b7aa95da392fa6a720bd08ccf7290979f8c93c82de2788e063c9fdb7c" From 27c993fd1c83b79adb7a1a301585e6584a9f03c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:13 +0200 Subject: [PATCH 01697/10074] boost: added `no_autobump!` --- Formula/b/boost.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boost.rb b/Formula/b/boost.rb index bb88bd26ec6fd..96a64ff284700 100644 --- a/Formula/b/boost.rb +++ b/Formula/b/boost.rb @@ -14,6 +14,8 @@ class Boost < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "40110dc77bd85db9b7bfc5c23d1cbd58f8ef501ba355484419f9d11ccabaefc1" sha256 arm64_sonoma: "446d5acbee94708f31ed1dc16b877a33467c981ff471aa11896db9434524b3d7" From 12243e8817d0671e733b69a95fa397d769c929eb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:13 +0200 Subject: [PATCH 01698/10074] boost@1.76: added `no_autobump!` --- Formula/b/boost@1.76.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boost@1.76.rb b/Formula/b/boost@1.76.rb index 52d1876c64ffc..6b7cdef4f063d 100644 --- a/Formula/b/boost@1.76.rb +++ b/Formula/b/boost@1.76.rb @@ -6,6 +6,8 @@ class BoostAT176 < Formula license "BSL-1.0" revision 6 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5fa1820397b30bc594fc77f937a99af346f8e41340d532a13f59e31c7076f0ea" sha256 cellar: :any, arm64_sonoma: "bf2654e857a043032de6fe7fc6c8388a52ee86338dbbfdedc28617bac22f2df4" From d41870a1ae4d98a1bcb90e4ffb91a730aa1779f0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:13 +0200 Subject: [PATCH 01699/10074] boost@1.85: added `no_autobump!` --- Formula/b/boost@1.85.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boost@1.85.rb b/Formula/b/boost@1.85.rb index 655eb30f09205..47fc2d345ce51 100644 --- a/Formula/b/boost@1.85.rb +++ b/Formula/b/boost@1.85.rb @@ -6,6 +6,8 @@ class BoostAT185 < Formula license "BSL-1.0" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0d57280eb03360e23f3693d33604711f5912a47c6400fbcf7a78ce4829d35db6" sha256 arm64_sonoma: "a4d8d3af279e68a17a5d177dfbb716757d59b91448ba82dc8c015bc8749b6e0c" From 5d143fb24414d3d06a9c60caaf051375e36358fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:13 +0200 Subject: [PATCH 01700/10074] boot-clj: added `no_autobump!` --- Formula/b/boot-clj.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boot-clj.rb b/Formula/b/boot-clj.rb index 431a2cc55a2a8..a2283e360d60b 100644 --- a/Formula/b/boot-clj.rb +++ b/Formula/b/boot-clj.rb @@ -6,6 +6,8 @@ class BootClj < Formula license "EPL-1.0" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fa2f333dd444cb3c41bd9252450e72fcb6c5182017df0012b67da09acc52d619" From af6517895d3b0f5d5842f47ba852cd9dcc2fd46b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:13 +0200 Subject: [PATCH 01701/10074] bootloadhid: added `no_autobump!` --- Formula/b/bootloadhid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bootloadhid.rb b/Formula/b/bootloadhid.rb index 117791e87e556..4c19160e9a1e4 100644 --- a/Formula/b/bootloadhid.rb +++ b/Formula/b/bootloadhid.rb @@ -10,6 +10,8 @@ class Bootloadhid < Formula regex(/href=.*?bootloadHID[._-]v?(\d{4}-\d{1,2}-\d{1,2})\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0c8755c106cb46118e33efda3ce06c507bc13949530ee87f10b4807c8cbcc55a" sha256 cellar: :any, arm64_sonoma: "b7ff675ef48886f1dade51bab419acf430f6b0d19df5e3789231096bc15ebece" From 9fc6f28845305bb342c88b7a3a302bb38fc9afc4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:14 +0200 Subject: [PATCH 01702/10074] bootterm: added `no_autobump!` --- Formula/b/bootterm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bootterm.rb b/Formula/b/bootterm.rb index 69a1019383dd6..7a13972875384 100644 --- a/Formula/b/bootterm.rb +++ b/Formula/b/bootterm.rb @@ -6,6 +6,8 @@ class Bootterm < Formula license "MIT" head "https://github.com/wtarreau/bootterm.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a229cac60be2ea2f7c899a3b314daa4e561fa2d5a84e1b7c5e921ccec2f693b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a550becf9ccf4fec6f1de2f16834a85807328de531f45a576ee141018d1f7478" From a10c9fc66161f19ee5a97ee43a9aa35fc10f13c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:14 +0200 Subject: [PATCH 01703/10074] boring: added `no_autobump!` --- Formula/b/boring.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/boring.rb b/Formula/b/boring.rb index a836e381330e6..cd561f0d98f41 100644 --- a/Formula/b/boring.rb +++ b/Formula/b/boring.rb @@ -6,6 +6,8 @@ class Boring < Formula license "MIT" head "https://github.com/alebeck/boring.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebf05f99bd43f16fdd89a8884b3c6be5b3cd86097ea9a73f746221cd277043a2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebf05f99bd43f16fdd89a8884b3c6be5b3cd86097ea9a73f746221cd277043a2" From de780c5e6faee0070d8b9c39dd0a9e65ff0362e8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:14 +0200 Subject: [PATCH 01704/10074] bork: added `no_autobump!` --- Formula/b/bork.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bork.rb b/Formula/b/bork.rb index 262441376b9a4..0d980368b1394 100644 --- a/Formula/b/bork.rb +++ b/Formula/b/bork.rb @@ -6,6 +6,8 @@ class Bork < Formula license "Apache-2.0" head "https://github.com/borksh/bork.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "148ee08c6e94140e1469ad74f46f8991ec6b843508011de9c73bd6a80200e089" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5706b3111e2ee682f2386893cf26773bd71e49cc636ef3e84b137b6108dac5db" From b148d7934138e9aed3c6df28686ac2220cdc9da7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:14 +0200 Subject: [PATCH 01705/10074] bossa: added `no_autobump!` --- Formula/b/bossa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bossa.rb b/Formula/b/bossa.rb index 1c40d110ad85f..3b2619d1be288 100644 --- a/Formula/b/bossa.rb +++ b/Formula/b/bossa.rb @@ -6,6 +6,8 @@ class Bossa < Formula license "BSD-3-Clause" head "https://github.com/shumatech/BOSSA.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "72aece3647237751f8f18d1cc9af56dfecbc84652321ef43137eec8c47fd7922" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7ca492e595832676559c6b646e3d702ddd46dcb0610bf8d03c225b49c6d4624" From 3704f4c3e4c89a39485ea796fd1b9eb09f46251b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:14 +0200 Subject: [PATCH 01706/10074] botan@2: added `no_autobump!` --- Formula/b/botan@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/botan@2.rb b/Formula/b/botan@2.rb index 9bb7f5f92fda1..4bfd9f86d7143 100644 --- a/Formula/b/botan@2.rb +++ b/Formula/b/botan@2.rb @@ -6,6 +6,8 @@ class BotanAT2 < Formula license "BSD-2-Clause" head "https://github.com/randombit/botan.git", branch: "release-2" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "1104641a2c34fa2c1212ad9002fc1a2089a75be4c9fb66ad655a1680c8428ad0" From 7808bdc4569941cb587fb708ea99aa1743d5b9ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:14 +0200 Subject: [PATCH 01707/10074] bower-mail: added `no_autobump!` --- Formula/b/bower-mail.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bower-mail.rb b/Formula/b/bower-mail.rb index d006e3443033d..ea82f30497e94 100644 --- a/Formula/b/bower-mail.rb +++ b/Formula/b/bower-mail.rb @@ -6,6 +6,8 @@ class BowerMail < Formula license "GPL-3.0-or-later" head "https://github.com/wangp/bower.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "317e78580fd4f956a1c6c525ce836dd8b8b6ff5af0864d0fb363402033a44438" sha256 cellar: :any, arm64_sonoma: "7fd3cc425ab9943f8242d8d0930911d44ac5b900d1dbba9fd62d870152e9dba2" From ca5c2255599dad8dfec5036282af9aad6a5be87c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:15 +0200 Subject: [PATCH 01708/10074] bower: added `no_autobump!` --- Formula/b/bower.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bower.rb b/Formula/b/bower.rb index 9232abef84f06..3d105e902dcee 100644 --- a/Formula/b/bower.rb +++ b/Formula/b/bower.rb @@ -5,6 +5,8 @@ class Bower < Formula sha256 "00df3dcc6e8b3a4dd7668934a20e60e6fc0c4269790192179388c928553a3f7e" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "27cfa496a8b8d490f3dd6eeba235e0b64561da813d88bcc89fe1b03114dc091c" From 91c97d6342ff98ca2b22820ab6b44a59a07ab452 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:15 +0200 Subject: [PATCH 01709/10074] bozohttpd: added `no_autobump!` --- Formula/b/bozohttpd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bozohttpd.rb b/Formula/b/bozohttpd.rb index 8f17de6816dee..4eec727faf70e 100644 --- a/Formula/b/bozohttpd.rb +++ b/Formula/b/bozohttpd.rb @@ -10,6 +10,8 @@ class Bozohttpd < Formula regex(/href=.*?bozohttpd[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f91adb497f96847759c3427e7b14b81889547273bc078266abdcc0087e6f1c8f" sha256 cellar: :any, arm64_sonoma: "ad727b862019134b028cc9d5ee6893755dc001ab87ebc3625eca39779be2d65a" From b7f34e4d614f6fa8004fa1eef707dfd65142b381 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:15 +0200 Subject: [PATCH 01710/10074] bpm-tools: added `no_autobump!` --- Formula/b/bpm-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bpm-tools.rb b/Formula/b/bpm-tools.rb index 90f9c2be36241..862e979c1a5de 100644 --- a/Formula/b/bpm-tools.rb +++ b/Formula/b/bpm-tools.rb @@ -11,6 +11,8 @@ class BpmTools < Formula regex(/href=.*?bpm-tools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b1d300cf51e9fa05e8eb82ca8b2bfec3203c2c8cc12f0bf9813545a668a11fc" From 142fee0996a22f8166f3e8f5fe9183efc5fbe4d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:15 +0200 Subject: [PATCH 01711/10074] bpython: added `no_autobump!` --- Formula/b/bpython.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bpython.rb b/Formula/b/bpython.rb index 558fb13bb6b43..3137efa9e9282 100644 --- a/Formula/b/bpython.rb +++ b/Formula/b/bpython.rb @@ -8,6 +8,8 @@ class Bpython < Formula license "MIT" head "https://github.com/bpython/bpython.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "06bf6629f26910b0566487146288f2bfb1a22f2d4475fd8edfa40b846f999a70" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c859efd5a00b94aa9a44b5220ef48454b6f8ec2144334f56c04613bac6ad5471" From d7ddca22b5ac82616626599096a58253fde83575 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:15 +0200 Subject: [PATCH 01712/10074] bpytop: added `no_autobump!` --- Formula/b/bpytop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bpytop.rb b/Formula/b/bpytop.rb index 4c677fddcbaa4..be1ef0a2b3a91 100644 --- a/Formula/b/bpytop.rb +++ b/Formula/b/bpytop.rb @@ -8,6 +8,8 @@ class Bpytop < Formula sha256 "3a936f8899efb66246e82bbcab33249bf94aabcefbe410e56f045a1ce3c9949f" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c219f70ea941a5ba7c779f632de5aa2f19d80fc330ab0edd7eca6beffd62886" From 80a21f4e2d7b2b26259a86b7c7d679d5f0c908a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:16 +0200 Subject: [PATCH 01713/10074] brag: added `no_autobump!` --- Formula/b/brag.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/brag.rb b/Formula/b/brag.rb index d133a9bded378..3b709cf06e9a3 100644 --- a/Formula/b/brag.rb +++ b/Formula/b/brag.rb @@ -6,6 +6,8 @@ class Brag < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "112ddb2485aa0730c63d109081ccf086ca5c83c0de724cb1914722f63e4ea8ad" end From 1c3d4a4c2097ab3078463af92ff8c9985f9ba74d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:16 +0200 Subject: [PATCH 01714/10074] brainfuck: added `no_autobump!` --- Formula/b/brainfuck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/brainfuck.rb b/Formula/b/brainfuck.rb index e9167c7f4aeb4..937e3267ecf36 100644 --- a/Formula/b/brainfuck.rb +++ b/Formula/b/brainfuck.rb @@ -6,6 +6,8 @@ class Brainfuck < Formula license "Apache-2.0" head "https://github.com/fabianishere/brainfuck.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e316f33095c63723b7cc707d1c3c484d2049292606c673e99053a2364ce2a0e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "44592a40d38925f1bd3093e343168d66e20f642883cbf5f00cf705b05aa9dbf2" From 9caee8708d840b3f2fd1d05bbd52f64607f4f324 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:16 +0200 Subject: [PATCH 01715/10074] brename: added `no_autobump!` --- Formula/b/brename.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/brename.rb b/Formula/b/brename.rb index 85175b72c97c8..f7c961942db2b 100644 --- a/Formula/b/brename.rb +++ b/Formula/b/brename.rb @@ -5,6 +5,8 @@ class Brename < Formula sha256 "a16bceb25a75afa14c5dae2248c1244f1083b80b62783ce5dbf3e46ff68867d5" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "39e2df7de67e853a566edaa7a2ba0f092013367b2efcea51d3c5c5d311b8fd94" sha256 cellar: :any_skip_relocation, arm64_sonoma: "39e2df7de67e853a566edaa7a2ba0f092013367b2efcea51d3c5c5d311b8fd94" From e89899df1172b985571ac65810afe5ef9ae7b8a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:16 +0200 Subject: [PATCH 01716/10074] brew-cask-completion: added `no_autobump!` --- Formula/b/brew-cask-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/brew-cask-completion.rb b/Formula/b/brew-cask-completion.rb index 7c0658f8103d4..793d83f1734ea 100644 --- a/Formula/b/brew-cask-completion.rb +++ b/Formula/b/brew-cask-completion.rb @@ -7,6 +7,8 @@ class BrewCaskCompletion < Formula revision 1 head "https://github.com/xyb/homebrew-cask-completion.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c72424ca568a228443546a65b49434e69e1c5b1388786281cb7cc3ec5413ecb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9918f7a001ce1fb6bb7817a3aacae658371039789f5243d17e8a326880732d8" From a0bb0bc64ee67902ed6e05129a258119c666715b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:16 +0200 Subject: [PATCH 01717/10074] brew-gem: added `no_autobump!` --- Formula/b/brew-gem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/brew-gem.rb b/Formula/b/brew-gem.rb index 8a5c79b260271..cdd000fe10b0b 100644 --- a/Formula/b/brew-gem.rb +++ b/Formula/b/brew-gem.rb @@ -14,6 +14,8 @@ class BrewGem < Formula regex(/^v(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "e11e8436e3bc9f8580b2e29da9b07e023ab594b1c928bf600fac5274a35e543d" end From 68bd6b706e4f579a15cc646b160e3f45ed860a0d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:16 +0200 Subject: [PATCH 01718/10074] brigade-cli: added `no_autobump!` --- Formula/b/brigade-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/brigade-cli.rb b/Formula/b/brigade-cli.rb index 119a3695302fc..9ae89b11a0718 100644 --- a/Formula/b/brigade-cli.rb +++ b/Formula/b/brigade-cli.rb @@ -12,6 +12,8 @@ class BrigadeCli < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "297bad8cabf257b37796f62ce59aad4819642e6953fbf75aeedd5841b9ea0da1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "37470ccf6183c82d4fbdc502adce51bafd52c44af60547a2c54b494bdb270d66" From d86beef1b90c12588b403059b88414bd350417b4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:17 +0200 Subject: [PATCH 01719/10074] brightness: added `no_autobump!` --- Formula/b/brightness.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/brightness.rb b/Formula/b/brightness.rb index c1a55e4f532fa..2dd7091a69048 100644 --- a/Formula/b/brightness.rb +++ b/Formula/b/brightness.rb @@ -6,6 +6,8 @@ class Brightness < Formula license "BSD-2-Clause" head "https://github.com/nriley/brightness.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "92e87e26e1e82ded8087e37e6e94624f80af2b1d84248fb70653da8c86688396" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b58db49a33ceb05f73c15c3a138bf6f9c0c20902fc77395ebe980be328c3418" From e68fe7b53bfb142c389fe3fb4f4eca45abf59e04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:17 +0200 Subject: [PATCH 01720/10074] briss: added `no_autobump!` --- Formula/b/briss.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/briss.rb b/Formula/b/briss.rb index be827c42b795f..32edaa5ab9933 100644 --- a/Formula/b/briss.rb +++ b/Formula/b/briss.rb @@ -5,6 +5,8 @@ class Briss < Formula sha256 "45dd668a9ceb9cd59529a9fefe422a002ee1554a61be07e6fc8b3baf33d733d9" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "3aa9a79afde1e2530551aa220ea217676898bc939ac9341574079e126f4eaa83" From 5470a21d13523234203e85f7c772f5967d0e1cdb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:17 +0200 Subject: [PATCH 01721/10074] bsc: added `no_autobump!` --- Formula/b/bsc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bsc.rb b/Formula/b/bsc.rb index c96a0da39b490..668dfb3507c5c 100644 --- a/Formula/b/bsc.rb +++ b/Formula/b/bsc.rb @@ -7,6 +7,8 @@ class Bsc < Formula license "BSD-3-Clause" head "https://github.com/B-Lang-org/bsc.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "023b416fedba9f986345a7b06763995b843fedf2fc45d0428d0f6410fedb8b12" sha256 cellar: :any, arm64_sonoma: "bb8dea8de8ae93ed8c76cbb488ea19645acc76e8aebc3560063024fa381c026a" From 2a44c6f950a55b3656149ecafa5c5488f7302fa0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:17 +0200 Subject: [PATCH 01722/10074] bsdconv: added `no_autobump!` --- Formula/b/bsdconv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bsdconv.rb b/Formula/b/bsdconv.rb index 334f4ae9201e2..39bbcf14fbfce 100644 --- a/Formula/b/bsdconv.rb +++ b/Formula/b/bsdconv.rb @@ -6,6 +6,8 @@ class Bsdconv < Formula license "BSD-2-Clause" head "https://github.com/buganini/bsdconv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "eb27911fad713a1d8d36146105cb0abffcf7a6c78bdd358c09e5ff64c207e3fd" sha256 arm64_sonoma: "d5f2086f8915426931817985ce3a3b379b4cac7ba2c31ea1b8ba69f46a51ebb2" From 42dfcea951f8d036ebe9f6a17e353776a97e9423 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:17 +0200 Subject: [PATCH 01723/10074] bsdiff: added `no_autobump!` --- Formula/b/bsdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bsdiff.rb b/Formula/b/bsdiff.rb index 6403def733d5b..3f6b23b23fab0 100644 --- a/Formula/b/bsdiff.rb +++ b/Formula/b/bsdiff.rb @@ -12,6 +12,8 @@ class Bsdiff < Formula regex(/href=.*?bsdiff[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5aa138e7ada53aa574d2bf31f2cfa65cd53692001a1d7e5ad6240fc72975d6b3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5dac6fb313e1df3f6c05870f8accc2f65615924124b9b24b481dc0c4e5f77193" From a7300010941f733a444226e8599dc1dcd510672d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:17 +0200 Subject: [PATCH 01724/10074] bsdmake: added `no_autobump!` --- Formula/b/bsdmake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bsdmake.rb b/Formula/b/bsdmake.rb index 6d2fe98ca3e34..6b7f68503faff 100644 --- a/Formula/b/bsdmake.rb +++ b/Formula/b/bsdmake.rb @@ -5,6 +5,8 @@ class Bsdmake < Formula sha256 "096f333f94193215931a9fab86b9bca0713fbd22ec465bf55510067b53940e62" license all_of: ["BSD-2-Clause", "BSD-3-Clause", "BSD-4-Clause-UC"] + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "0d312bb7d3aec58aff67174bccc96691d353f97aedf71244e3efd32e7c8179e5" From ccfa3790e03be9687f9e7458e02505e540bea1b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:18 +0200 Subject: [PATCH 01725/10074] bsdsfv: added `no_autobump!` --- Formula/b/bsdsfv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bsdsfv.rb b/Formula/b/bsdsfv.rb index 346ef63b32edf..81fa8beafb5bb 100644 --- a/Formula/b/bsdsfv.rb +++ b/Formula/b/bsdsfv.rb @@ -5,6 +5,8 @@ class Bsdsfv < Formula sha256 "577245da123d1ea95266c1628e66a6cf87b8046e1a902ddd408671baecf88495" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "524701069b0a0b5434b2cead350b18ef4bb2b394d7a82cc73c3fab9baed107ce" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e645fb99bfc780d0de8de68c504d7d10eba8337d3dc4108409171211a902239e" From 7da3a3d271c95218d82f327f377f9a4b73a5391c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:18 +0200 Subject: [PATCH 01726/10074] btparse: added `no_autobump!` --- Formula/b/btparse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/btparse.rb b/Formula/b/btparse.rb index aa34fc7df5a44..ec008fd09e061 100644 --- a/Formula/b/btparse.rb +++ b/Formula/b/btparse.rb @@ -5,6 +5,8 @@ class Btparse < Formula sha256 "631bf1b79dfd4c83377b416a12c349fe88ee37448dc82e41424b2f364a99477b" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7da3060367c602412a91935267f6f8eef48d2c15fc0e5fcfd7a8bc42423ba281" sha256 cellar: :any, arm64_sonoma: "783d3d629c204b19bfcfa7e64dc138f89432392c29838999b95364d814ab6445" From f981a5c5a6dfd7cf5b3b96872384229f2a0d0986 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:18 +0200 Subject: [PATCH 01727/10074] btpd: added `no_autobump!` --- Formula/b/btpd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/btpd.rb b/Formula/b/btpd.rb index 9f17de282ece9..eec2d329d6869 100644 --- a/Formula/b/btpd.rb +++ b/Formula/b/btpd.rb @@ -6,6 +6,8 @@ class Btpd < Formula license "BSD-2-Clause" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "29e7c1076df7e76f28cd672d7fd4e9c87ddf6d21ddca353cf1014906b9fa594d" From d9c6b3284280b61d943a196d9285c8fad0b1624b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:18 +0200 Subject: [PATCH 01728/10074] build2: added `no_autobump!` --- Formula/b/build2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/build2.rb b/Formula/b/build2.rb index 7b8842fa1e096..0bd8c954aa96a 100644 --- a/Formula/b/build2.rb +++ b/Formula/b/build2.rb @@ -10,6 +10,8 @@ class Build2 < Formula regex(/^# (\d+\.\d+\.\d+)(?:\+\d+)?$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "70ffd3523f4b4d74bd22b1374963bbefc8308140252481c2fd97972360757619" sha256 arm64_sonoma: "0e7160137ee4ed4148b5b7219224029a1120d0429425602711d3a175f743bcb2" From 91521e38e4b4c5543aebbb5db3877c31cea2947e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:18 +0200 Subject: [PATCH 01729/10074] buildapp: added `no_autobump!` --- Formula/b/buildapp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/buildapp.rb b/Formula/b/buildapp.rb index 8f0263aa8c668..aae1d0a452d4b 100644 --- a/Formula/b/buildapp.rb +++ b/Formula/b/buildapp.rb @@ -7,6 +7,8 @@ class Buildapp < Formula revision 3 head "https://github.com/xach/buildapp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "25eba8ba9388bbf422a7a5f14e2db9f1ea8d9e9add5cd58aecb3ea6a97f7eb83" From 06caa231ecdebfaf8e562a9cf5c30ef380c5fe20 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:18 +0200 Subject: [PATCH 01730/10074] bullet: added `no_autobump!` --- Formula/b/bullet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bullet.rb b/Formula/b/bullet.rb index 8464c636be016..8e96bffe63ddb 100644 --- a/Formula/b/bullet.rb +++ b/Formula/b/bullet.rb @@ -6,6 +6,8 @@ class Bullet < Formula license "Zlib" head "https://github.com/bulletphysics/bullet3.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "97aeccf39592bcf03e7dd07b5339ec03b11345137a8e0872288bb8deff702c6b" From ac562539b391073026fb54cba7ec5ef326b6325d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:19 +0200 Subject: [PATCH 01731/10074] bumpversion: added `no_autobump!` --- Formula/b/bumpversion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bumpversion.rb b/Formula/b/bumpversion.rb index 21a06e8382a3e..74ebd9788975a 100644 --- a/Formula/b/bumpversion.rb +++ b/Formula/b/bumpversion.rb @@ -10,6 +10,8 @@ class Bumpversion < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 6 sha256 cellar: :any_skip_relocation, all: "166ec2e234ca2b7970dac12809f1eb9642c8647cd030169049b866c7d03f19ee" From bf93cc90c195c6f582f1416d73238b86f8abcd9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:19 +0200 Subject: [PATCH 01732/10074] bundler-completion: added `no_autobump!` --- Formula/b/bundler-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bundler-completion.rb b/Formula/b/bundler-completion.rb index b1c07cac84093..6990235da6890 100644 --- a/Formula/b/bundler-completion.rb +++ b/Formula/b/bundler-completion.rb @@ -11,6 +11,8 @@ class BundlerCompletion < Formula formula "ruby-completion" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "eba47de2a5fee4ae57cc2e1eec146d6b8602819de68ab8865a092cfbfe8aa2e8" end From 92438dcc5cbb102243de1e6139501d55b0a2355a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:19 +0200 Subject: [PATCH 01733/10074] burp: added `no_autobump!` --- Formula/b/burp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/burp.rb b/Formula/b/burp.rb index d1328b50e9400..43a1f4ba9861b 100644 --- a/Formula/b/burp.rb +++ b/Formula/b/burp.rb @@ -19,6 +19,8 @@ class Burp < Formula regex(%r{href=.*?/tag/v?(\d+(?:\.\d+)+)["' >].*?:\s*Stable}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2e9356b11a8e46c3be3414b7a2f88dc01974d49a9b18372f5e92e5654d59144b" sha256 arm64_sonoma: "839b8941718ab30883533b6cdaf415cb0b6aa085a2dfc53a5439c3cdd6c8e563" From 63f00d3b3d99be8a78719977b5790ebaa397b319 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:19 +0200 Subject: [PATCH 01734/10074] burst: added `no_autobump!` --- Formula/b/burst.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/burst.rb b/Formula/b/burst.rb index f06088a6babd8..325c0946aa586 100644 --- a/Formula/b/burst.rb +++ b/Formula/b/burst.rb @@ -6,6 +6,8 @@ class Burst < Formula license "BSL-1.0" head "https://github.com/izvolov/burst.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "aba413390562e5c52f5ebfc88bc53280094805ae1440081e2d3bcf54267c4586" From 063dbd68314706778f48e2b924b224c05613eca8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:19 +0200 Subject: [PATCH 01735/10074] bvi: added `no_autobump!` --- Formula/b/bvi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bvi.rb b/Formula/b/bvi.rb index 6f19fe677ddc7..05ed1c37bcdf3 100644 --- a/Formula/b/bvi.rb +++ b/Formula/b/bvi.rb @@ -5,6 +5,8 @@ class Bvi < Formula sha256 "4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "155c163fed69d7c9468c119e2714fbf9cf0ddaa1a6af01efb6932127ce08ec11" sha256 arm64_sonoma: "72f5bcbe7c2d3b197378232499cb50417317569deaa681cc4d96bb470c5e4bc4" From 6aa94cc00ceac3d720a5635cc8c581b55fdf6c4b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:19 +0200 Subject: [PATCH 01736/10074] bwm-ng: added `no_autobump!` --- Formula/b/bwm-ng.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bwm-ng.rb b/Formula/b/bwm-ng.rb index 7dc3fc3257abc..d195b6d08fb40 100644 --- a/Formula/b/bwm-ng.rb +++ b/Formula/b/bwm-ng.rb @@ -6,6 +6,8 @@ class BwmNg < Formula license "GPL-2.0-or-later" head "https://github.com/vgropp/bwm-ng.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "75b60058b57ac9733b0b3f0b7d83fd14bf2a23c5ef2b05fccc3c0494d773aab7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4457d6e94bb59ac3f932011679e08a9b5e5fe594f18c7413cbe41580713949b" From 574b01ad38f0ebeeab8ba3c37e2f64143e2e1c10 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:20 +0200 Subject: [PATCH 01737/10074] bzip2: added `no_autobump!` --- Formula/b/bzip2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/bzip2.rb b/Formula/b/bzip2.rb index cea52375a047d..44ce91c1ea6dd 100644 --- a/Formula/b/bzip2.rb +++ b/Formula/b/bzip2.rb @@ -10,6 +10,8 @@ class Bzip2 < Formula regex(/href=.*?bzip2[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "dddec821ca1677a0b509f565a4ad1e28d8df8ce8e26e48aa2efb7d2c37cf5d12" From 60112b9f5e106084cb555cc7b250c826a54b3120 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:44 +0200 Subject: [PATCH 01738/10074] c-kermit: added `no_autobump!` --- Formula/c/c-kermit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/c-kermit.rb b/Formula/c/c-kermit.rb index e28110fe9c20d..7d564aadc1c4f 100644 --- a/Formula/c/c-kermit.rb +++ b/Formula/c/c-kermit.rb @@ -13,6 +13,8 @@ class CKermit < Formula regex(/The current C-Kermit release is v?(\d+(?:\.\d+)+) /i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "cea3196c019d7d08ec77210cc9ce17c3339c84d5255f914bf773e5186ae709bc" From 1ac49c010e1a0b32cc2c183aca8f1ee97a5dea8f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:45 +0200 Subject: [PATCH 01739/10074] c: added `no_autobump!` --- Formula/c/c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/c.rb b/Formula/c/c.rb index 71fda6626ff6d..503e1772424a3 100644 --- a/Formula/c/c.rb +++ b/Formula/c/c.rb @@ -6,6 +6,8 @@ class C < Formula license "MIT" head "https://github.com/ryanmjacobs/c.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "eebb1128fae6df85637e7549c813991361c29fe62b02d4b003ebf2b5d37404ca" From 596e2877080a9a968a9bef0d2800b4a85b802f59 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:45 +0200 Subject: [PATCH 01740/10074] c10t: added `no_autobump!` --- Formula/c/c10t.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/c10t.rb b/Formula/c/c10t.rb index 518c5599617f1..5d29b80999f40 100644 --- a/Formula/c/c10t.rb +++ b/Formula/c/c10t.rb @@ -6,6 +6,8 @@ class C10t < Formula license "BSD-3-Clause" revision 11 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b9cdeef70745ce25fb83a076585191b65f44a937075ed8f165e092c974550f96" sha256 cellar: :any, arm64_sonoma: "56bce6a79dc3ee8b07a0441e2b299dcb8ce0ba98d86e37af244519b8617914bc" From 0bcdb212c88feceb901e7c14362cbeed0673d464 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:45 +0200 Subject: [PATCH 01741/10074] cabal-install: added `no_autobump!` --- Formula/c/cabal-install.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cabal-install.rb b/Formula/c/cabal-install.rb index 0b83bc28b33f4..7e1353affe1b5 100644 --- a/Formula/c/cabal-install.rb +++ b/Formula/c/cabal-install.rb @@ -6,6 +6,8 @@ class CabalInstall < Formula license "BSD-3-Clause" head "https://github.com/haskell/cabal.git", branch: "3.14" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cb4c5b451162c33c333592e952278831d2db5f4dbf62658d5860c1745a2ad710" sha256 cellar: :any, arm64_sonoma: "d01fea15c88a36df7f7d0212160718d1ccf4edaee43ce7d813e886dc5ab6dc1d" From 7396e9a95e0ff1f0013d837ef8bdbd36779b7fea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:45 +0200 Subject: [PATCH 01742/10074] cabextract: added `no_autobump!` --- Formula/c/cabextract.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cabextract.rb b/Formula/c/cabextract.rb index c70af505e014b..87331deb12960 100644 --- a/Formula/c/cabextract.rb +++ b/Formula/c/cabextract.rb @@ -10,6 +10,8 @@ class Cabextract < Formula regex(/href=.*?cabextract[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8101eb79dccd718a2568420757be4c4f191ee6e11a8c8107a000f1691b081456" sha256 cellar: :any_skip_relocation, arm64_sonoma: "624bed1dfb0c77ecba2f8d6bd3deb022caae6d47af7d4edc314008aa001b036b" From f44d551ba6b76edd8865e2f4164a0fa6e6277439 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:45 +0200 Subject: [PATCH 01743/10074] cabocha: added `no_autobump!` --- Formula/c/cabocha.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cabocha.rb b/Formula/c/cabocha.rb index 23769fff33098..28c6e0378b6d3 100644 --- a/Formula/c/cabocha.rb +++ b/Formula/c/cabocha.rb @@ -7,6 +7,8 @@ class Cabocha < Formula sha256 "9db896d7f9d83fc3ae34908b788ae514ae19531eb89052e25f061232f6165992" license any_of: ["BSD-3-Clause", "LGPL-2.1-or-later"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "10a190b7fea68a71d42b2b95bbae271c6e9c86792c46023b85d8197d9fc1b1f5" From 91f0a438c284df4716700765c5678892ad2723ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:46 +0200 Subject: [PATCH 01744/10074] cadubi: added `no_autobump!` --- Formula/c/cadubi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cadubi.rb b/Formula/c/cadubi.rb index b6422dc8e7f9f..5441f65719d0d 100644 --- a/Formula/c/cadubi.rb +++ b/Formula/c/cadubi.rb @@ -5,6 +5,8 @@ class Cadubi < Formula sha256 "624f85bb16d8b0bc392d761d1121828d09cfc79b3ded5b1220e9b4262924a1a0" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "9c2832e6449cf5fd7ebbadd2427732b242633ba5ad041046e94e80da63e963e6" end From 1c410dd670ebb1c7b85d0c3c93ca93d13b27a995 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:46 +0200 Subject: [PATCH 01745/10074] cafeobj: added `no_autobump!` --- Formula/c/cafeobj.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cafeobj.rb b/Formula/c/cafeobj.rb index f5bd843437a1a..4fc4af418261c 100644 --- a/Formula/c/cafeobj.rb +++ b/Formula/c/cafeobj.rb @@ -15,6 +15,8 @@ class Cafeobj < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "91c9ae231c3b44acf6923ac1c9131fc8cbe7edf2f992a617ce791289971dea73" sha256 arm64_sonoma: "01e514ed674dceb8795c1803057a00efc3eb29b69dc250bee9f843a5c67d7de1" From e95cace9d147feaded5250ccb4c598555008314c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:46 +0200 Subject: [PATCH 01746/10074] cairomm: added `no_autobump!` --- Formula/c/cairomm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cairomm.rb b/Formula/c/cairomm.rb index 518ff82d1248d..4635cb8974b56 100644 --- a/Formula/c/cairomm.rb +++ b/Formula/c/cairomm.rb @@ -10,6 +10,8 @@ class Cairomm < Formula regex(/href=.*?cairomm[._-]v?(\d+\.\d*[02468](?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0a9512445631806965c6983c9081ca3502d04ae9d2ca70760152a5ea5add5ce6" sha256 cellar: :any, arm64_sonoma: "9da9227f04ce5e2dfd54e6d1e39ce19ccb9edb062acf7751105c45174d971824" From 1ca144b58e55defd6e1c58d148b08cd91e8c6cfa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:46 +0200 Subject: [PATCH 01747/10074] cairomm@1.14: added `no_autobump!` --- Formula/c/cairomm@1.14.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cairomm@1.14.rb b/Formula/c/cairomm@1.14.rb index 39d2dd96d78cd..54deb52d68999 100644 --- a/Formula/c/cairomm@1.14.rb +++ b/Formula/c/cairomm@1.14.rb @@ -10,6 +10,8 @@ class CairommAT114 < Formula regex(/href=.*?cairomm[._-]v?(1\.14(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "87bd872e7129feb2db9ca965fe5e065ebef30f6a196f0c80d8012b60cef66bf2" sha256 cellar: :any, arm64_sonoma: "cf8e7aa143ab206a8986997621217fc40e219d23a88e09d5a3d1ee1ce58d78c2" From c7c2eec72733591546c7a635c84d0c963f349af0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:46 +0200 Subject: [PATCH 01748/10074] calabash: added `no_autobump!` --- Formula/c/calabash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/calabash.rb b/Formula/c/calabash.rb index b64ec255d9685..3dc1e8ca8bf4e 100644 --- a/Formula/c/calabash.rb +++ b/Formula/c/calabash.rb @@ -24,6 +24,8 @@ class Calabash < Formula match[1] if match[1].end_with?(saxon_suffix) end + + no_autobump! because: :requires_manual_review end end From 45e285d1bf7c523646ec5b644544afe74330856c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:46 +0200 Subject: [PATCH 01749/10074] camellia: added `no_autobump!` --- Formula/c/camellia.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/camellia.rb b/Formula/c/camellia.rb index e9e273d24fa05..489e4782e5fa6 100644 --- a/Formula/c/camellia.rb +++ b/Formula/c/camellia.rb @@ -10,6 +10,8 @@ class Camellia < Formula regex(%r{url=.*?/CamelliaLib[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0679b21bf4e69b52af575fc7c30370b2fe0e70d2639b6fa550f3b4b3a3dfa392" sha256 cellar: :any, arm64_sonoma: "c635eb57ac492aa11db11d6f08cfeee90951308007401fa2a20152db16cd57e1" From 9d0f9fb495afb06b1d32b0d69e4d50dd4c888e72 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:47 +0200 Subject: [PATCH 01750/10074] camlp-streams: added `no_autobump!` --- Formula/c/camlp-streams.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/camlp-streams.rb b/Formula/c/camlp-streams.rb index 102ada4bc1e31..4e39de217a62e 100644 --- a/Formula/c/camlp-streams.rb +++ b/Formula/c/camlp-streams.rb @@ -6,6 +6,8 @@ class CamlpStreams < Formula license "LGPL-2.1-only" => { with: "OCaml-LGPL-linking-exception" } revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9c01e19dbc10f3a4af763dc523057b9d9ed8a228bfe112f95750b9c8b3bfc2e4" sha256 cellar: :any, arm64_sonoma: "8c5b166642bda73a4b0cec82e26841cf04037cb1b95c491e2a38d32e3655e823" From 7f70f9b77eda104ecb3a1a211272751bb0db0758 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:47 +0200 Subject: [PATCH 01751/10074] camlpdf: added `no_autobump!` --- Formula/c/camlpdf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/camlpdf.rb b/Formula/c/camlpdf.rb index 0ce7215c6e053..dc6a2be56bfb5 100644 --- a/Formula/c/camlpdf.rb +++ b/Formula/c/camlpdf.rb @@ -5,6 +5,8 @@ class Camlpdf < Formula sha256 "148994c70016f1b02fee1f5548ff7d36ba7d0a5716e03f95011160fcc495657b" license "LGPL-2.1-only" => { with: "OCaml-LGPL-linking-exception" } + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "34f2db85bff44fd2a7b00704e099a76106d85431dcb8f122a74ad530e585407d" sha256 cellar: :any, arm64_sonoma: "22e65fe30f42615d8711c07c4d9df5fe61942f4e315575725d274d9572b13bd3" From 9499d9181f5f56042bd73bc8cc135bb90ee16332 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:47 +0200 Subject: [PATCH 01752/10074] caracal: added `no_autobump!` --- Formula/c/caracal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/caracal.rb b/Formula/c/caracal.rb index f93e2fed2f8a9..083d28f0730f2 100644 --- a/Formula/c/caracal.rb +++ b/Formula/c/caracal.rb @@ -6,6 +6,8 @@ class Caracal < Formula license "AGPL-3.0-only" head "https://github.com/crytic/caracal.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8b9b99080c463030eb02044b0db946992bba13ef79f693498b6f154a41d5407" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ad1176b86b6cac2c478e4728cb7212521b8875c5454f3f5775287759d4f3edd" From 0f05a226d69b470e26304208f2ee802f9de03560 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:47 +0200 Subject: [PATCH 01753/10074] cargo-all-features: added `no_autobump!` --- Formula/c/cargo-all-features.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cargo-all-features.rb b/Formula/c/cargo-all-features.rb index 28c1c44427645..a6612054069aa 100644 --- a/Formula/c/cargo-all-features.rb +++ b/Formula/c/cargo-all-features.rb @@ -6,6 +6,8 @@ class CargoAllFeatures < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/frewsxcv/cargo-all-features.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3230194ce2a1aaf67cf633477a254f8bea2e1661c6849598c31e1e9dee4866a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b12a3968ae8ee10062526525c6cc07c5d288529204b51696e9f3ea104dffb1f3" From df9583c85e2d665043289e22a9441ecdfb847558 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:47 +0200 Subject: [PATCH 01754/10074] cargo-binutils: added `no_autobump!` --- Formula/c/cargo-binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cargo-binutils.rb b/Formula/c/cargo-binutils.rb index ab813fc89eaa8..05c9200387564 100644 --- a/Formula/c/cargo-binutils.rb +++ b/Formula/c/cargo-binutils.rb @@ -6,6 +6,8 @@ class CargoBinutils < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/rust-embedded/cargo-binutils.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6367b34d9c10ac1d5172697f7b34ce9b448960084c1584ad1d6b0f19e40b8ee6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "54c3cd2a10fc84faf03c3dfe9ca8ffeef01811c0a264473430c202b624672539" From 43d5655e4ec0844b1ad0287a227644a6fc4423b6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:47 +0200 Subject: [PATCH 01755/10074] cargo-deps: added `no_autobump!` --- Formula/c/cargo-deps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cargo-deps.rb b/Formula/c/cargo-deps.rb index b744889b6ad22..807b08c41869b 100644 --- a/Formula/c/cargo-deps.rb +++ b/Formula/c/cargo-deps.rb @@ -5,6 +5,8 @@ class CargoDeps < Formula sha256 "958e78d8463edf62018d7d5e6f1c5866d59084a4f224c3be01f6eca8a2d3df47" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0822ff6250873cd04ec984afff6d6ca66363496d268d8902dc406f29bdafb403" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6817f6aba18ea54427289043559801aabc573370c80aed691e9ae78893046348" From 42fc27e1227248a0a35f2ddfd91ef8298018c476 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:48 +0200 Subject: [PATCH 01756/10074] cargo-docset: added `no_autobump!` --- Formula/c/cargo-docset.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cargo-docset.rb b/Formula/c/cargo-docset.rb index 307abf344f895..3c83c5bd51dff 100644 --- a/Formula/c/cargo-docset.rb +++ b/Formula/c/cargo-docset.rb @@ -6,6 +6,8 @@ class CargoDocset < Formula license "Apache-2.0" head "https://github.com/Robzz/cargo-docset.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c4351f68e1d7fb4997246d0a1ff54e85b3aae4524bcb0cdc0bac379a88ecf54" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5d3967143668a150164b116c2f82996ed07bf150f8c2418d913fce73c0414cb4" From e26f30a475a53147e58c3b956a12a44929936c4c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:48 +0200 Subject: [PATCH 01757/10074] cargo-fuzz: added `no_autobump!` --- Formula/c/cargo-fuzz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cargo-fuzz.rb b/Formula/c/cargo-fuzz.rb index 3c056efad5b8f..55a515b184332 100644 --- a/Formula/c/cargo-fuzz.rb +++ b/Formula/c/cargo-fuzz.rb @@ -5,6 +5,8 @@ class CargoFuzz < Formula sha256 "d7c5a4589b8b5db3d49113e733553c286ed8b50800cbdb327b71a1c1f7c648f0" license all_of: ["Apache-2.0", "MIT"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a235fde06fab9e783557067a97c7703cdcbe6e8cbca04202c59552807b10aed7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d200bc751221a19ccf9146ba1a3f8e4e32a01586a937a509244219771a6b133" From c2b74b3cd80a7d43a086430fbe1bcb921a695005 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:48 +0200 Subject: [PATCH 01758/10074] cargo-sweep: added `no_autobump!` --- Formula/c/cargo-sweep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cargo-sweep.rb b/Formula/c/cargo-sweep.rb index 96ec1aafa4c50..9dbd4aa57994c 100644 --- a/Formula/c/cargo-sweep.rb +++ b/Formula/c/cargo-sweep.rb @@ -6,6 +6,8 @@ class CargoSweep < Formula license "MIT" head "https://github.com/holmgr/cargo-sweep.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "477189d7f3a6a53e8866b74d466a8bb7312f680b3b72c6dd83dafc610799a2fe" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d93a4d29347ff53114bfa71000c0bd6f1975601572eea35a167e14c2790110a" From e1d37e534e5f2c4b298fee1a69fc089640cedad2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:48 +0200 Subject: [PATCH 01759/10074] cargo-watch: added `no_autobump!` --- Formula/c/cargo-watch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cargo-watch.rb b/Formula/c/cargo-watch.rb index 1dc30dea475fb..aedea255a6f87 100644 --- a/Formula/c/cargo-watch.rb +++ b/Formula/c/cargo-watch.rb @@ -6,6 +6,8 @@ class CargoWatch < Formula license "CC0-1.0" head "https://github.com/watchexec/cargo-watch.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e89525ad4d4dcff0e84930435fafab04934a7ed2cf2701e5747a9d953c9e9b3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d767cc28d20886e772e0ba5ea5b32be862b609d79ddaf8f8dd7dfde4e1cbb8a6" From 1a4a7f1d35804b29234ea4f230a9d555f4b07989 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:48 +0200 Subject: [PATCH 01760/10074] carthage: added `no_autobump!` --- Formula/c/carthage.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/carthage.rb b/Formula/c/carthage.rb index 6a8699569720e..649a8ad245c11 100644 --- a/Formula/c/carthage.rb +++ b/Formula/c/carthage.rb @@ -7,6 +7,8 @@ class Carthage < Formula license "MIT" head "https://github.com/Carthage/Carthage.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ab671fcc4b39986c412e44002456ec71e5ee23ac9574bcbe653f2c7f1e0c3c8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "01fa70c2d94efb0b4da3c593708f931e383f99a93e8461fda85804d08564815d" From 194b3e74ad0cbbf35581804037490064c8d355c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:49 +0200 Subject: [PATCH 01761/10074] carton: added `no_autobump!` --- Formula/c/carton.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/carton.rb b/Formula/c/carton.rb index b7802caac6603..56ef833c44da6 100644 --- a/Formula/c/carton.rb +++ b/Formula/c/carton.rb @@ -6,6 +6,8 @@ class Carton < Formula license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"] head "https://github.com/perl-carton/carton.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "228551b5317d850f5ba6cc3dcf31eced4f9df54d28a804ce0dbf24652ca30e75" sha256 cellar: :any_skip_relocation, arm64_sonoma: "378f8a49ede0e31685f2086f07967294534e910c18d5427542b2b9093dbe57c2" From bb62c467463a39cd3e85512e773bfa163eb8ad84 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:49 +0200 Subject: [PATCH 01762/10074] cartridge-cli: added `no_autobump!` --- Formula/c/cartridge-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cartridge-cli.rb b/Formula/c/cartridge-cli.rb index 774c861458715..83e2d1508c604 100644 --- a/Formula/c/cartridge-cli.rb +++ b/Formula/c/cartridge-cli.rb @@ -7,6 +7,8 @@ class CartridgeCli < Formula license "BSD-2-Clause" head "https://github.com/tarantool/cartridge-cli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c347030987d8638b17325dedf3ecd8a8271de8f1333aa086f7cfb0777c0ff8ae" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bec51f07e6312f149f7d4dfadbbb9475de7dba2cae02d65f3ad4c5cc07b4305b" From 415fef883791bacc808f62459fa85fda18cefadd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:49 +0200 Subject: [PATCH 01763/10074] cascadia: added `no_autobump!` --- Formula/c/cascadia.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cascadia.rb b/Formula/c/cascadia.rb index a1135e777e535..84f6387a89afd 100644 --- a/Formula/c/cascadia.rb +++ b/Formula/c/cascadia.rb @@ -6,6 +6,8 @@ class Cascadia < Formula license "MIT" head "https://github.com/suntong/cascadia.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "00fe59bee9982cea9cb64dbcddf32a802c6eda7b57d368413bca58ad720ebf46" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c632f95d33e3db0a0ec037480cc5763b0d9d157588f0bbd921b886c42ed6c47" From aec78a4a630854c9ed602e0df65cece471542213 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:49 +0200 Subject: [PATCH 01764/10074] castget: added `no_autobump!` --- Formula/c/castget.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/castget.rb b/Formula/c/castget.rb index bd1b6617f8b09..9cca494ad5a6e 100644 --- a/Formula/c/castget.rb +++ b/Formula/c/castget.rb @@ -10,6 +10,8 @@ class Castget < Formula regex(/href=.*?castget[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4ef2a3166dbe4c983bc4a83b891b28b430ecb348e0043da7f0a512cdf7391444" sha256 cellar: :any, arm64_sonoma: "a2f710b3cc40945afaef214606dc94e036ab266e176158fcd5dbd3e11b3de117" From b15b505d37e0de4a0a97958cfa139ec6ab4ae0ef Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:49 +0200 Subject: [PATCH 01765/10074] catgirl: added `no_autobump!` --- Formula/c/catgirl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/catgirl.rb b/Formula/c/catgirl.rb index a5b600f2802a0..d0275e7378c7e 100644 --- a/Formula/c/catgirl.rb +++ b/Formula/c/catgirl.rb @@ -10,6 +10,8 @@ class Catgirl < Formula regex(/href=.*?catgirl[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "10113098841cbf331b3b7ecd70b8fcadc65ee0d863f9fd46671d28325e9e1066" sha256 arm64_sonoma: "7a5ac77635d063e53136ba82f11f793ecabd86340ba3fffbce69463df086c316" From 576f0381f8748aeeb5ee146fd2ec575bb391965c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:50 +0200 Subject: [PATCH 01766/10074] catimg: added `no_autobump!` --- Formula/c/catimg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/catimg.rb b/Formula/c/catimg.rb index 35e9377052eab..40fe753fb3e2d 100644 --- a/Formula/c/catimg.rb +++ b/Formula/c/catimg.rb @@ -6,6 +6,8 @@ class Catimg < Formula license "MIT" head "https://github.com/posva/catimg.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9760742a6ba00bbdef67c27c773d24b546c5060ef8be91965a6a3ae4f8b1d1a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "edf6de7eb7ba34dd5fc9387bfb41aae9a5f2f76eedaeeb01e644320d6465180f" From 30167d6aa72de878e8bf4a2083cfdb9b7a405434 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:50 +0200 Subject: [PATCH 01767/10074] cattle: added `no_autobump!` --- Formula/c/cattle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cattle.rb b/Formula/c/cattle.rb index 258fce015a57f..1c337dafbad33 100644 --- a/Formula/c/cattle.rb +++ b/Formula/c/cattle.rb @@ -19,6 +19,8 @@ class Cattle < Formula regex(/href=.*?cattle[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "502399f17e0777926e50b1a067eff9ff5520bcbf5457fb73156376891726d411" sha256 arm64_sonoma: "2e8272b2652bd83dda6c28b3b13464ef9adbd7f905bfa6a604e89bad92b5f652" From f25057ea620522e65370c878a15d385d3c39169c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:50 +0200 Subject: [PATCH 01768/10074] cayley: added `no_autobump!` --- Formula/c/cayley.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cayley.rb b/Formula/c/cayley.rb index def9b3d867efd..d7d244b2635eb 100644 --- a/Formula/c/cayley.rb +++ b/Formula/c/cayley.rb @@ -6,6 +6,8 @@ class Cayley < Formula revision: "dcf764fef381f19ee49fad186b4e00024709f148" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1886c195583c5d68c87f6e2cc50a52801990ea7bf973f2b8a61e2228e931adcf" From 6afae3fe8517f52794213e6ee95e4f8c93cbaa58 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:50 +0200 Subject: [PATCH 01769/10074] cbmbasic: added `no_autobump!` --- Formula/c/cbmbasic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cbmbasic.rb b/Formula/c/cbmbasic.rb index e2a4cfef04ed9..e543a83482d17 100644 --- a/Formula/c/cbmbasic.rb +++ b/Formula/c/cbmbasic.rb @@ -6,6 +6,8 @@ class Cbmbasic < Formula license "BSD-2-Clause" head "https://github.com/mist64/cbmbasic.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "12b112458c348c5267a9dd565cd6eb627e77e5f7601aa8262192ef0547f5c824" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6009d0ea2c22b727d92fa669b8d2d2207caf0cd9651d74a771c2dd35f24596aa" From eeeada291c58f7db0b6a89510e5bbb7efcba5e8c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:50 +0200 Subject: [PATCH 01770/10074] cbmc: added `no_autobump!` --- Formula/c/cbmc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cbmc.rb b/Formula/c/cbmc.rb index 68796f69c1c51..a6c472552ed06 100644 --- a/Formula/c/cbmc.rb +++ b/Formula/c/cbmc.rb @@ -6,6 +6,8 @@ class Cbmc < Formula revision: "3c915ebe35448a20555c1ef55d51540b52c5c34a" license "BSD-4-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "619e622f250caa0d40ca68371a7d7316275b705a823f43e3cabc89863bf8e34b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "81fd93129dad62a45ee0816001956f822358ca8b80af50ef8265c78563e953d8" From 1929e1707786a8f76cb1a6536e1dcfc0fa3cc321 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:50 +0200 Subject: [PATCH 01771/10074] cbonsai: added `no_autobump!` --- Formula/c/cbonsai.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cbonsai.rb b/Formula/c/cbonsai.rb index 2972063a789c6..743d4e046dcea 100644 --- a/Formula/c/cbonsai.rb +++ b/Formula/c/cbonsai.rb @@ -5,6 +5,8 @@ class Cbonsai < Formula sha256 "62aa7e0eaf3098b7a6a2787146bd2531437df6ad0e604b0f9176128797efd8f9" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b7f0d998d2d9d8c57df4af660020fad67ca426ad8ede10842301f0cdf4ced6e2" sha256 cellar: :any, arm64_sonoma: "d751d0aff3de34a8d5f64a063a16d632fcf4aeb3decd78eccc89e50de7363057" From d0cfcb9225d3034353d6b669481a068a3ab7774e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:51 +0200 Subject: [PATCH 01772/10074] cc65: added `no_autobump!` --- Formula/c/cc65.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cc65.rb b/Formula/c/cc65.rb index 76c5e1e186fa1..b8f5e0399269d 100644 --- a/Formula/c/cc65.rb +++ b/Formula/c/cc65.rb @@ -6,6 +6,8 @@ class Cc65 < Formula license "Zlib" head "https://github.com/cc65/cc65.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "55807c89176cd3d4570b3728a7fabf1ac2c7014d11f6aec4ca5ed7fdd58c364b" sha256 arm64_sonoma: "41632cc243d34d069cc66bd938aaa297265ab1f5438c59bfef49d8c49965c0a2" From a6789a3332a1310ca0aff560ec2a3895b6fc12e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:51 +0200 Subject: [PATCH 01773/10074] ccal: added `no_autobump!` --- Formula/c/ccal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ccal.rb b/Formula/c/ccal.rb index c4862e58df9f2..ea7de58d847a9 100644 --- a/Formula/c/ccal.rb +++ b/Formula/c/ccal.rb @@ -10,6 +10,8 @@ class Ccal < Formula regex(/href=.*?ccal[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "514253e54ddbf113dd2bfbb6c18e70d7640e05a7fad9f5a833f4d62a582e571e" From d76fb3b229802cca9d2c9de7f42f5ff43fbd3356 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:51 +0200 Subject: [PATCH 01774/10074] ccat: added `no_autobump!` --- Formula/c/ccat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ccat.rb b/Formula/c/ccat.rb index 5d0ec067cf7d0..d62c00a749762 100644 --- a/Formula/c/ccat.rb +++ b/Formula/c/ccat.rb @@ -6,6 +6,8 @@ class Ccat < Formula license "MIT" head "https://github.com/owenthereal/ccat.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "57638eda46f68bfaf966e488fb3f7f49c7fde0386cda8f751af2669186abc1e5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "777e245e58e51da009c714af7dfcf24f69bc26531a88dea591045f5067b6c7c1" From 53c19b0d5edbb54f8885904cb5ddd88a2c7b47c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:51 +0200 Subject: [PATCH 01775/10074] ccd2iso: added `no_autobump!` --- Formula/c/ccd2iso.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ccd2iso.rb b/Formula/c/ccd2iso.rb index 384e86198f9c5..9c182e29b3cbc 100644 --- a/Formula/c/ccd2iso.rb +++ b/Formula/c/ccd2iso.rb @@ -5,6 +5,8 @@ class Ccd2iso < Formula sha256 "f874b8fe26112db2cdb016d54a9f69cf286387fbd0c8a55882225f78e20700fc" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e7196c00e29751b4d90307dcc66d0d0f329dcce6bc4c9ce9ae88aceef81e55ee" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c3859a54807a7d37e25bf568c22dd063ad9d613713242cc8e266e69f985cc59" From 8e0f634e7c85cbbd5c369b903e7f188d187aa568 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:51 +0200 Subject: [PATCH 01776/10074] ccfits: added `no_autobump!` --- Formula/c/ccfits.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ccfits.rb b/Formula/c/ccfits.rb index f19d6d625b0d8..c2f6e4b806c59 100644 --- a/Formula/c/ccfits.rb +++ b/Formula/c/ccfits.rb @@ -10,6 +10,8 @@ class Ccfits < Formula regex(/href=.*?CCfits[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "da6f787ac55d5f93ad25617af795ac878443371ca2bab55bf9fd64736d592cfd" sha256 cellar: :any, arm64_sonoma: "057ee421d9fde174bd2e7dde06b8e72ed3c987c782f08e41f433d40025d31c0c" From 8d19df78e66581e3cb1b242644333b0344aecab5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:51 +0200 Subject: [PATCH 01777/10074] ccheck: added `no_autobump!` --- Formula/c/ccheck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ccheck.rb b/Formula/c/ccheck.rb index 460708d433087..4dba41d5da61b 100644 --- a/Formula/c/ccheck.rb +++ b/Formula/c/ccheck.rb @@ -6,6 +6,8 @@ class Ccheck < Formula license "GPL-2.0-or-later" head "https://github.com/nerdlem/ccheck.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0f8816e58c6387289a2ba6392a03b40c93f1f4e6fe840ff840b7550a476a7c2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "26ab4d218b0474e6c6d7ad9c11f89b17a7d98e846d5305972722edc87e5b0205" From 58b4eaf71619429620901675407a8193c4b6a782 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:52 +0200 Subject: [PATCH 01778/10074] ccm: added `no_autobump!` --- Formula/c/ccm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ccm.rb b/Formula/c/ccm.rb index 0cde50400fb2c..b0f4280d27b01 100644 --- a/Formula/c/ccm.rb +++ b/Formula/c/ccm.rb @@ -9,6 +9,8 @@ class Ccm < Formula revision 5 head "https://github.com/apache/cassandra-ccm.git", branch: "trunk" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "eb6c2ab38ac79ff2b3718e344517f07ebb2c9391227676a507d721337981b5cc" sha256 cellar: :any, arm64_sonoma: "ef958862ebdc0d3203850a3055913742f0a784e339cbdede518f5582f9806185" From 08851c49da3a921d7046a6f908fc20b51ee8b7a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:52 +0200 Subject: [PATCH 01779/10074] cconv: added `no_autobump!` --- Formula/c/cconv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cconv.rb b/Formula/c/cconv.rb index f7eb1518f65d0..fdddc4a40d114 100644 --- a/Formula/c/cconv.rb +++ b/Formula/c/cconv.rb @@ -5,6 +5,8 @@ class Cconv < Formula sha256 "82f46a94829f5a8157d6f686e302ff5710108931973e133d6e19593061b81d84" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "09a537e89790d6af0c6c2f1bd9331b1860b86800285c55c5f4420317aeac02ce" sha256 cellar: :any, arm64_sonoma: "da6b870d250ca95eff392c8da4c1e703d292a764c02df3b44f3a2ebf1ff06e31" From 4e86b4729f4b523e41a3bd9c8d8d335943dd9d85 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:52 +0200 Subject: [PATCH 01780/10074] ccrypt: added `no_autobump!` --- Formula/c/ccrypt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ccrypt.rb b/Formula/c/ccrypt.rb index 2594b8cbf561a..737b5f7803712 100644 --- a/Formula/c/ccrypt.rb +++ b/Formula/c/ccrypt.rb @@ -5,6 +5,8 @@ class Ccrypt < Formula sha256 "b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "030055fedb7e4f4136631b6cb57863d19dfbc34c422410ef246422471f6ee0b9" sha256 arm64_sonoma: "6494f1e4ac165f00a8f1cadecc17a33175e0bc2e13d2c6111c4c0825416a43c2" From 57b909ee3185a056b74ac03dffa7305884d15929 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:52 +0200 Subject: [PATCH 01781/10074] cd-discid: added `no_autobump!` --- Formula/c/cd-discid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cd-discid.rb b/Formula/c/cd-discid.rb index 981c20d863b10..389a461aef5c5 100644 --- a/Formula/c/cd-discid.rb +++ b/Formula/c/cd-discid.rb @@ -23,6 +23,8 @@ class CdDiscid < Formula regex(/href=.*?cd-discid[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9956c0cddca69b3a816e8bc553c0455adac71f67ee30041a9065ac7c4384c219" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6714fb89edba30f77536f171b99da060ec3fa80a419a0f27f5ab2b9a26f2a266" From 70c6f9cfc020ea583c8174ac9eca8bb5f34aa417 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:52 +0200 Subject: [PATCH 01782/10074] cdargs: added `no_autobump!` --- Formula/c/cdargs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cdargs.rb b/Formula/c/cdargs.rb index 367954a401c89..07c2fd4b92c30 100644 --- a/Formula/c/cdargs.rb +++ b/Formula/c/cdargs.rb @@ -6,6 +6,8 @@ class Cdargs < Formula license "GPL-2.0-or-later" head "https://github.com/cbxbiker61/cdargs.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5be93566bc13d241d79bfa4c097b9a460750d889864bab0ee4276bd021a10f90" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fed4d372bf68ed5208d3ea9a33934d90089839d309da6600377430af6682c2a3" From e4c4766dc2f5ef67f9041af51381012fc598293c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:52 +0200 Subject: [PATCH 01783/10074] cdb: added `no_autobump!` --- Formula/c/cdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cdb.rb b/Formula/c/cdb.rb index b58be31f1417c..98547db1981d9 100644 --- a/Formula/c/cdb.rb +++ b/Formula/c/cdb.rb @@ -10,6 +10,8 @@ class Cdb < Formula regex(/href=.*?cdb[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ea510b1e7233cd4f071d380ee73c44e72ea5d220798faa58ee7ac41280350f6" From bdb137a1d477eda7b8f3628e9b1c2d6b6436666d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:53 +0200 Subject: [PATCH 01784/10074] cddlib: added `no_autobump!` --- Formula/c/cddlib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cddlib.rb b/Formula/c/cddlib.rb index 0bbf958d23947..e45c62aba7a32 100644 --- a/Formula/c/cddlib.rb +++ b/Formula/c/cddlib.rb @@ -6,6 +6,8 @@ class Cddlib < Formula license "GPL-2.0-or-later" version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2660439f6e26917107af0a3e236d4ca2a9985b93f07dab226edcf7c2b16d5f01" sha256 cellar: :any, arm64_sonoma: "b0eb2d856bc499714e6eba84ef8d853d4d4d422513a8b877e4419405fee643d1" From 9483e0c5427fa185882590d471c1b4e3df385dcf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:53 +0200 Subject: [PATCH 01785/10074] cdi: added `no_autobump!` --- Formula/c/cdi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cdi.rb b/Formula/c/cdi.rb index f4d62f37d22a1..e1a2157290931 100644 --- a/Formula/c/cdi.rb +++ b/Formula/c/cdi.rb @@ -10,6 +10,8 @@ class Cdi < Formula regex(/href=.*?cdi[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8ba79bdfd5b3ae2ee2c1761091adec216dd87fcd07dfd50cfebaa4eb95ff5cc5" sha256 cellar: :any, arm64_sonoma: "7c4791aa173ee41b0f3769d41252379a538cc4eb815adfe455f2371411a07cb0" From 72769cd85e6166c50203326b223ba4dadf120dd3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:53 +0200 Subject: [PATCH 01786/10074] cdlabelgen: added `no_autobump!` --- Formula/c/cdlabelgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cdlabelgen.rb b/Formula/c/cdlabelgen.rb index 24a4087109872..f9c4a2b89fa8b 100644 --- a/Formula/c/cdlabelgen.rb +++ b/Formula/c/cdlabelgen.rb @@ -10,6 +10,8 @@ class Cdlabelgen < Formula regex(/href=.*?cdlabelgen[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b29161d97190eea5c2afc549dbc0cf1511db27b0c48e00ff225373c135d678b1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ac1cd2a6a78abdd5adff5ac90d8eb311ca1113f9a673097ae25d8619dd24eb4" From e599f1e9fd24f5b5b7c3af0fb5050e7046eea40e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:53 +0200 Subject: [PATCH 01787/10074] cdpr: added `no_autobump!` --- Formula/c/cdpr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cdpr.rb b/Formula/c/cdpr.rb index 69ac546f19c26..755230fd67168 100644 --- a/Formula/c/cdpr.rb +++ b/Formula/c/cdpr.rb @@ -5,6 +5,8 @@ class Cdpr < Formula sha256 "32d3b58d8be7e2f78834469bd5f48546450ccc2a86d513177311cce994dfbec5" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfd6f6ef21a6f1fbc38367d4000fdf6a6dd9910b5959bc7c418e2a89b94d1476" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a2af70f28e705ac6064aa5d51bb4fe7d00483b6588673768fef2239a516ffcf" From e592c1952d01aee09ae1716a5c0d709eb9206270 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:53 +0200 Subject: [PATCH 01788/10074] cdrdao: added `no_autobump!` --- Formula/c/cdrdao.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cdrdao.rb b/Formula/c/cdrdao.rb index d2f429dd0ac33..e0684fe2dfbc2 100644 --- a/Formula/c/cdrdao.rb +++ b/Formula/c/cdrdao.rb @@ -5,6 +5,8 @@ class Cdrdao < Formula sha256 "b347189ab550ae5bd1a19d323cdfd8928039853c23aa5e33d7273ab8c750692a" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e743e2ad68e18dab5d0c92398fe17efabfe6a0bdc3ff070680446b6cb40ab6e9" sha256 arm64_sonoma: "e4d1ccc44373ea37015384940c9bdfef60f847aa866cbb4406e7e39e50251b46" From cfb81aa36e13170fd7588fa8370cfd0a74bdddb6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:53 +0200 Subject: [PATCH 01789/10074] cdrtools: added `no_autobump!` --- Formula/c/cdrtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cdrtools.rb b/Formula/c/cdrtools.rb index 189bd48dc821e..6ebed9543ccf0 100644 --- a/Formula/c/cdrtools.rb +++ b/Formula/c/cdrtools.rb @@ -13,6 +13,8 @@ class Cdrtools < Formula regex(%r{url=.*?/cdrtools[._-]v?(\d+(?:\.\d+)+(a\d\d)?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "12e1334974f92d034d839c30e8d1c4ff5d8a5e7341ae9d2f4013cc6bd1b73859" sha256 arm64_sonoma: "ed19c02f2ca445c89d139595e826a29bcfd41dba4c8e67c461b86deaa277af14" From d3a99355676e71341fc2d9e4444967294ddaf574 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:54 +0200 Subject: [PATCH 01790/10074] celero: added `no_autobump!` --- Formula/c/celero.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/celero.rb b/Formula/c/celero.rb index 49133d1110020..e9bba9133dedc 100644 --- a/Formula/c/celero.rb +++ b/Formula/c/celero.rb @@ -5,6 +5,8 @@ class Celero < Formula sha256 "d59df84696e0dd58022d2c42837362c06eba6d1e29bac61f7b3143bc73d779e5" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8df764c6550e49e740ac10d19e1dcfa18708fac66695b00ffeb724eaf2d798d4" sha256 cellar: :any, arm64_sonoma: "a623447721e67bc374800d2c048c9c65fdba7fe06a21ea497a5adba2905157ff" From ca72c30f5e137603a9743ed5c013236029a230f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:54 +0200 Subject: [PATCH 01791/10074] center-im: added `no_autobump!` --- Formula/c/center-im.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/center-im.rb b/Formula/c/center-im.rb index d3b8312add8de..878ed187bb938 100644 --- a/Formula/c/center-im.rb +++ b/Formula/c/center-im.rb @@ -10,6 +10,8 @@ class CenterIm < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "65761f72dce3b59dfa0b058aa2eff754ffb132b9c61e9cf36d595f9ad12b3054" sha256 arm64_ventura: "aeaea7b73d4df68699def112fc0b0108d22af0680a9f8bc1d323b9c605044091" From 00261919dc6e8af500b7a4c82988321687f8a568 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:54 +0200 Subject: [PATCH 01792/10074] cereal: added `no_autobump!` --- Formula/c/cereal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cereal.rb b/Formula/c/cereal.rb index d79e759f688b2..54df3cc782328 100644 --- a/Formula/c/cereal.rb +++ b/Formula/c/cereal.rb @@ -16,6 +16,8 @@ class Cereal < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "dc981dc92c83e4642a9ae88b2f9c19df8eed192e09c458ff80d4ad7216c71f25" end From 5c0cf1292393e72b211eb746dcd4fc41fe08ca71 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:54 +0200 Subject: [PATCH 01793/10074] ceres-solver: added `no_autobump!` --- Formula/c/ceres-solver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ceres-solver.rb b/Formula/c/ceres-solver.rb index 8b088c5a1f3ad..02d60a805a075 100644 --- a/Formula/c/ceres-solver.rb +++ b/Formula/c/ceres-solver.rb @@ -12,6 +12,8 @@ class CeresSolver < Formula regex(/href=.*?ceres-solver[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "988b6c630059fd2c89f693ae791b329123e8edf5e1135f57b3a23434ef4fd6e2" sha256 cellar: :any, arm64_sonoma: "82321500433aa189b94707782c92b280d9f370c2da70d81f337c33e7d3ce0924" From 17a4dd67097c24da6fb0198899929cf715b951b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:54 +0200 Subject: [PATCH 01794/10074] certbot: added `no_autobump!` --- Formula/c/certbot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index a9aa188f3928e..6ffd36edba846 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -8,6 +8,8 @@ class Certbot < Formula license "Apache-2.0" head "https://github.com/certbot/certbot.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebb58721365d9eb126a45edb91c53793adf27cb07eeb1bf96cb39af4e7e122cb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebb58721365d9eb126a45edb91c53793adf27cb07eeb1bf96cb39af4e7e122cb" From cf4b8151e69199b8996a62ac1ae6032825e1b903 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:55 +0200 Subject: [PATCH 01795/10074] certgraph: added `no_autobump!` --- Formula/c/certgraph.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/certgraph.rb b/Formula/c/certgraph.rb index 03fec0efe0593..4770e028c9041 100644 --- a/Formula/c/certgraph.rb +++ b/Formula/c/certgraph.rb @@ -6,6 +6,8 @@ class Certgraph < Formula license "GPL-2.0-or-later" head "https://github.com/lanrat/certgraph.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb875c3150d6b112b81aa2e8fdec0393f8d1c62a052ccd53b4349550559307c0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "87984362d6fa214b3adad55d4ee28ecf6f102e5fc3dc62f0f85b186210824518" From d24b6bc5dd0a1402cabaa0aeee471a362f95eb48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:55 +0200 Subject: [PATCH 01796/10074] certstrap: added `no_autobump!` --- Formula/c/certstrap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/certstrap.rb b/Formula/c/certstrap.rb index 562cca58d77fe..f74dafc757567 100644 --- a/Formula/c/certstrap.rb +++ b/Formula/c/certstrap.rb @@ -11,6 +11,8 @@ class Certstrap < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9bf9827e91f136d8e5b85211375f3130beabfd11963c8a7f6145f8870856816" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c49235a2ea7bfbf33766c4434aa3ad53321d02387bff504f963317f3f8c9797f" From 39493373dd150f7a044512fe933bb0d42be2b0a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:55 +0200 Subject: [PATCH 01797/10074] certsync: added `no_autobump!` --- Formula/c/certsync.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/certsync.rb b/Formula/c/certsync.rb index 6286e829bb53a..8ecce6ea5f602 100644 --- a/Formula/c/certsync.rb +++ b/Formula/c/certsync.rb @@ -7,6 +7,8 @@ class Certsync < Formula sha256 "bbfffd10f36edcb8c4d2d5033f2a2e1e7d641e41d6c5bd11069e7b0827fa1c8d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d38c1280c4ffa266263cf6dea0afd81658364172868df8fb342242f9438547c" From 0bfcbba06a9d122c965d9123c90ecbde3d4bdb11 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:55 +0200 Subject: [PATCH 01798/10074] cf4ocl: added `no_autobump!` --- Formula/c/cf4ocl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cf4ocl.rb b/Formula/c/cf4ocl.rb index d607cbf205616..38c88d25fa3c7 100644 --- a/Formula/c/cf4ocl.rb +++ b/Formula/c/cf4ocl.rb @@ -6,6 +6,8 @@ class Cf4ocl < Formula license all_of: ["LGPL-3.0-or-later", "GPL-3.0-or-later"] revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "1a609601f5b9aa94b1ae423edc608e7145c727f27a83107288eeef900a3dc4aa" From 5d79c4e6c3241d72abb26ce1c582903bdaf14a00 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:55 +0200 Subject: [PATCH 01799/10074] cflow: added `no_autobump!` --- Formula/c/cflow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cflow.rb b/Formula/c/cflow.rb index 15aaf9ccec6b8..9a8d1f841c219 100644 --- a/Formula/c/cflow.rb +++ b/Formula/c/cflow.rb @@ -6,6 +6,8 @@ class Cflow < Formula sha256 "d01146caf9001e266133417c2a8258a64b5fc16fcb082a14f6528204d0c97086" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "751d7b1a86af9855a051cffe36b2569ce962146f5f56c09529ea4276140fa500" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f30589e4b49dc5e2bfa37e58a614977d6ac4f8afb11615e4e2a6ad3b9519705e" From 4349ea8d605a6b8b988e6dfe1a2696749f1f78be Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:56 +0200 Subject: [PATCH 01800/10074] cfn-flip: added `no_autobump!` --- Formula/c/cfn-flip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cfn-flip.rb b/Formula/c/cfn-flip.rb index 74f50313e4fd6..589d4653b5c41 100644 --- a/Formula/c/cfn-flip.rb +++ b/Formula/c/cfn-flip.rb @@ -8,6 +8,8 @@ class CfnFlip < Formula license "Apache-2.0" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "07d7a01e5e4b2cf04a12cf05b6255c452326347afc72cf22c755f11eee638fac" From baa9ff436f6f2340aa0a50e7d5d7ddd46b336865 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:56 +0200 Subject: [PATCH 01801/10074] cgdb: added `no_autobump!` --- Formula/c/cgdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cgdb.rb b/Formula/c/cgdb.rb index 032903f162d83..56938bed4ca53 100644 --- a/Formula/c/cgdb.rb +++ b/Formula/c/cgdb.rb @@ -10,6 +10,8 @@ class Cgdb < Formula regex(/href=.*?cgdb[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "dac79a6089d98cfbe4c2b9083d34c0558227e6888546e76c0d425550cb808f30" sha256 arm64_sonoma: "f30227f01c96e73fa96c6eae457149108dc258cad4845ba3a36bdad6b3d25d67" From f7fa21f420d3aea8c3169789f489c1cfd5e690bc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:56 +0200 Subject: [PATCH 01802/10074] cgit: added `no_autobump!` --- Formula/c/cgit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cgit.rb b/Formula/c/cgit.rb index 3c72369869eb8..fe393a9f00c1f 100644 --- a/Formula/c/cgit.rb +++ b/Formula/c/cgit.rb @@ -11,6 +11,8 @@ class Cgit < Formula regex(/href=.*?cgit[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "451caf4e50e0fb28a7bcdc287bfef5c75770e81b82fd21157868131ee0a5bff3" sha256 arm64_sonoma: "6405d9f29445c303d1a5c89d9f15a512940414aba9194a5e421eca6d5ef60e8d" From b3d854e0ae3e7f614e04c1379aad10a010262a6a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:56 +0200 Subject: [PATCH 01803/10074] cgoban: added `no_autobump!` --- Formula/c/cgoban.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cgoban.rb b/Formula/c/cgoban.rb index 93db4f3135f3f..c44a3d9f8e98c 100644 --- a/Formula/c/cgoban.rb +++ b/Formula/c/cgoban.rb @@ -6,6 +6,8 @@ class Cgoban < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a775648cbc6f12427ef0a6b83a920bf6b565e3b70b60ce75974d926eba786595" sha256 cellar: :any, arm64_sonoma: "22f4fb53b56e19bad2463577a3b74aafa0728e5b09946077cd997694d80f3fb4" From 2ee8cc02d814b705724d07c6c7caefa967e6342f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:56 +0200 Subject: [PATCH 01804/10074] cgvg: added `no_autobump!` --- Formula/c/cgvg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cgvg.rb b/Formula/c/cgvg.rb index 4184c49baea08..81e60f3085a00 100644 --- a/Formula/c/cgvg.rb +++ b/Formula/c/cgvg.rb @@ -10,6 +10,8 @@ class Cgvg < Formula regex(/href=.*?cgvg[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "06ba6e4b8f27a86f39d20fa7d6b0b456d584d9973f15c5a7916145ae46c4d989" From 87f33501db599cda6dbc187e81497d81a2a8233d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:57 +0200 Subject: [PATCH 01805/10074] chadwick: added `no_autobump!` --- Formula/c/chadwick.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chadwick.rb b/Formula/c/chadwick.rb index 0c473f4daf717..645d126194bf0 100644 --- a/Formula/c/chadwick.rb +++ b/Formula/c/chadwick.rb @@ -10,6 +10,8 @@ class Chadwick < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7f2f912f0bd0d1e01b9c5c79756c1871ee38ca5db5867eb00a8b329a964c6e4a" sha256 cellar: :any, arm64_sonoma: "b4995539e3c7049d6d714ddcc248caaca634d951bac7276e5c39b3bdb6a5efa7" From 72c7a97f50b3d6e2825a18cddd9fecc0f6ba49a8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:57 +0200 Subject: [PATCH 01806/10074] chaiscript: added `no_autobump!` --- Formula/c/chaiscript.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chaiscript.rb b/Formula/c/chaiscript.rb index aead3635ccf37..e586ecd4dfc01 100644 --- a/Formula/c/chaiscript.rb +++ b/Formula/c/chaiscript.rb @@ -6,6 +6,8 @@ class Chaiscript < Formula license "BSD-3-Clause" head "https://github.com/ChaiScript/ChaiScript.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "23f3944333ce9fa19f2664e512b9e6c98ba1e3dad79a9d409788ad2c70832494" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cb81d66432b2941bf247d97c156f7764a7c4e76446691925b25cea785cd9f0d" From 62d081fd4e1fe42654e8c2db125ce2a070daf8a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:57 +0200 Subject: [PATCH 01807/10074] chakra: added `no_autobump!` --- Formula/c/chakra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chakra.rb b/Formula/c/chakra.rb index 4f87131f4ca58..2843bbe1ee903 100644 --- a/Formula/c/chakra.rb +++ b/Formula/c/chakra.rb @@ -36,6 +36,8 @@ class Chakra < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, sonoma: "7b16aa6c8b2677f2dba55987d78f4cc867d357aeba2b6b3d97e76e42c6c69c4b" sha256 cellar: :any, ventura: "dc7589f199baf02f63525cd1b5adb4e971d87b9c2369eb3e031dd4234acefac6" From d9e8bd6519026ddbf2857e47f44a419023b79746 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:57 +0200 Subject: [PATCH 01808/10074] chalk-cli: added `no_autobump!` --- Formula/c/chalk-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chalk-cli.rb b/Formula/c/chalk-cli.rb index 33417f3ad726d..e48bdd88a19b9 100644 --- a/Formula/c/chalk-cli.rb +++ b/Formula/c/chalk-cli.rb @@ -5,6 +5,8 @@ class ChalkCli < Formula sha256 "480a85e48da024092e1b63fe260f810880f5f82322d82f62304f32e970112216" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "888e67d06c5fbe66c72de1de9f759ed9f32fd7a88d9f2158c3626b13f9ecbca6" end From 6476ed0102a8cba139eb853e6dc892d1f621c061 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:57 +0200 Subject: [PATCH 01809/10074] chapel: added `no_autobump!` --- Formula/c/chapel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chapel.rb b/Formula/c/chapel.rb index 535ea92703e7c..9b9f1b31a2dcf 100644 --- a/Formula/c/chapel.rb +++ b/Formula/c/chapel.rb @@ -9,6 +9,8 @@ class Chapel < Formula revision 2 head "https://github.com/chapel-lang/chapel.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ae45c935d3a083686ffc20b62e84b0faae9d5a9701322f338ff29bcb6e377c68" sha256 arm64_sonoma: "386cffb16177a8d299f5f4bff38e15a90c2fa7c076c92fb9fc258ecc968b0a43" From be57dcab373bebcc18c50b2a291362c2b78ec8a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:57 +0200 Subject: [PATCH 01810/10074] chardet: added `no_autobump!` --- Formula/c/chardet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chardet.rb b/Formula/c/chardet.rb index 79bafb4508ea7..873cf3e66cfbf 100644 --- a/Formula/c/chardet.rb +++ b/Formula/c/chardet.rb @@ -7,6 +7,8 @@ class Chardet < Formula sha256 "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "5abd9f3f6191b67dd5c0a9912225873d1aea2371883c7aee8fcc3077e414dc96" From 20fb8fafe768dbd0b2bf3dd4bb7146c2f46b96a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:58 +0200 Subject: [PATCH 01811/10074] charge: added `no_autobump!` --- Formula/c/charge.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/charge.rb b/Formula/c/charge.rb index c87de69ec5f5b..9899cabd19cab 100644 --- a/Formula/c/charge.rb +++ b/Formula/c/charge.rb @@ -6,6 +6,8 @@ class Charge < Formula license "MIT" head "https://github.com/brandonweiss/charge.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "f26cdaf761fc50ccd7782b3cc3912d0a8dc93e0acf0bc24da2c7d842ceea4121" sha256 cellar: :any_skip_relocation, arm64_ventura: "83bf10a43c6321be09aecf20dcc0c80daa76f96847840edef4964eea9fcac492" From 41538a5d8e195ebeedaef007f01140b6da94f8d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:58 +0200 Subject: [PATCH 01812/10074] charls: added `no_autobump!` --- Formula/c/charls.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/charls.rb b/Formula/c/charls.rb index 7d499e9fb0697..e08c2cac4450a 100644 --- a/Formula/c/charls.rb +++ b/Formula/c/charls.rb @@ -6,6 +6,8 @@ class Charls < Formula license "BSD-3-Clause" head "https://github.com/team-charls/charls.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4c5a430f93616eee0bbf2464f5b950ebced3874e71fe95dd8c50c78d30752af8" sha256 cellar: :any, arm64_sonoma: "76dca903581c658d0db0f4f7102cf6f766def35e259b8f5fd1b7b215f294b684" From e59f4d3147ab90a29afa3ce9038f91a5ceded561 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:58 +0200 Subject: [PATCH 01813/10074] charm: added `no_autobump!` --- Formula/c/charm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/charm.rb b/Formula/c/charm.rb index cb4d88ed95361..a135c5dd71616 100644 --- a/Formula/c/charm.rb +++ b/Formula/c/charm.rb @@ -6,6 +6,8 @@ class Charm < Formula license "GPL-3.0-only" head "https://github.com/juju/charmstore-client.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6863b87f5141d695d361b1b0b7c68d9ab4edf710935a82d1839e0d7890cd2e3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "76693903d37a9dc93095fd09c496c21d0651a71f39b1abbce782519ea2859f6c" From d0131fef6f51f6a8020d954a422b5544c8e5e369 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:58 +0200 Subject: [PATCH 01814/10074] cheapglk: added `no_autobump!` --- Formula/c/cheapglk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cheapglk.rb b/Formula/c/cheapglk.rb index d858d327a199b..0eba56cc8f713 100644 --- a/Formula/c/cheapglk.rb +++ b/Formula/c/cheapglk.rb @@ -11,6 +11,8 @@ class Cheapglk < Formula regex(/href=.*?cheapglk[._-]v?(?:\d+(?:\.\d+)*)\.t[^>]+?>\s*?CheapGlk library v?(\d+(?:\.\d+)+)/im) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5600c759374d421d057d4901d84f12c4a0526ef88c23d6d838b699eb409a6c9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "796c71e7b1eb29c4bbf1702e4a10d2f8ec25dd66d987ad7a570a8cfb1841db06" From b4428c6a5df389f4218401f2fa85d68be02cee3b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:58 +0200 Subject: [PATCH 01815/10074] check: added `no_autobump!` --- Formula/c/check.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/check.rb b/Formula/c/check.rb index f9482f9a1a82b..f85d142a2a3f0 100644 --- a/Formula/c/check.rb +++ b/Formula/c/check.rb @@ -5,6 +5,8 @@ class Check < Formula sha256 "a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "11f6f6c67483ebc4a230480a1b068882a8476afc52517d2d68de0ecc24ea305b" sha256 cellar: :any, arm64_sonoma: "62db788052873713c484655c217bb221f71c794df5df63b7a68083df8805f598" From 97680a756846db74204f22092698fe8b5514221f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:59 +0200 Subject: [PATCH 01816/10074] check_postgres: added `no_autobump!` --- Formula/c/check_postgres.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/check_postgres.rb b/Formula/c/check_postgres.rb index 1fcc723b4eb04..43ce51fb71711 100644 --- a/Formula/c/check_postgres.rb +++ b/Formula/c/check_postgres.rb @@ -11,6 +11,8 @@ class CheckPostgres < Formula regex(/latest version.*?v?(\d+(?:\.\d+)+)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "357245d50daeb670b0e7acdf6ba808e045a3246a6a1666cded448100b78ffda5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8138d47d70f097677e5f9ae0d88e797e66395026b1d0615781492cb28294b96d" From 982f10acbe7c76281e853f0efc8c0af11065912a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:59 +0200 Subject: [PATCH 01817/10074] cheops: added `no_autobump!` --- Formula/c/cheops.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cheops.rb b/Formula/c/cheops.rb index 28414b9d7e3f8..07b04136cff12 100644 --- a/Formula/c/cheops.rb +++ b/Formula/c/cheops.rb @@ -11,6 +11,8 @@ class Cheops < Formula regex(/href=.*?cheops[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a19ba4057d685a8f61ecc2d198d517ae6859cf4a0479a153f3959ef832d45e20" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1de166d2e9dde915555db3c19377561aaea388583f255b84819ed8a0e0c1aeae" From 6b9cad6e30df449bc5c5e08a6688f2d2679a86ee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:59 +0200 Subject: [PATCH 01818/10074] cherrybomb: added `no_autobump!` --- Formula/c/cherrybomb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cherrybomb.rb b/Formula/c/cherrybomb.rb index 7fdefa830df0b..a7577aecfed42 100644 --- a/Formula/c/cherrybomb.rb +++ b/Formula/c/cherrybomb.rb @@ -7,6 +7,8 @@ class Cherrybomb < Formula license "Apache-2.0" head "https://github.com/blst-security/cherrybomb.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd0341b2c6a53b6c4e0f42a79e3f1e5bf5a25e2d0c00f317b8fc18254de72951" sha256 cellar: :any_skip_relocation, arm64_ventura: "d3ccf56d17a1d0c267ee4d674bc3106f6693a27ed618768ba85f2390e1d4cfc0" From a76437ea8029efab0351595e899d15e4b65ce02d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:35:59 +0200 Subject: [PATCH 01819/10074] chinadns-c: added `no_autobump!` --- Formula/c/chinadns-c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chinadns-c.rb b/Formula/c/chinadns-c.rb index 4c34a32bf2944..b07ba95a709de 100644 --- a/Formula/c/chinadns-c.rb +++ b/Formula/c/chinadns-c.rb @@ -5,6 +5,8 @@ class ChinadnsC < Formula sha256 "abfd433e98ac0f31b8a4bd725d369795181b0b6e8d1b29142f1bb3b73bbc7230" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7f5135d04a85b3d2eb3db7d807d091f45b6c7047613d73538fe8e3fd92d2fcd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b959cce820a04d88db10395e6823303d9dba2a789215626b8eea0777f88dada1" From b2e61a68aa7d7113ecf120f44cb049e0165c1604 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:00 +0200 Subject: [PATCH 01820/10074] chipmunk: added `no_autobump!` --- Formula/c/chipmunk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chipmunk.rb b/Formula/c/chipmunk.rb index 47f4ed0f3fbe9..d87487b24f9da 100644 --- a/Formula/c/chipmunk.rb +++ b/Formula/c/chipmunk.rb @@ -12,6 +12,8 @@ class Chipmunk < Formula regex(/>\s*Chipmunk2D\s+v?(\d+(?:\.\d+)+)\s* Date: Tue, 27 May 2025 22:36:00 +0200 Subject: [PATCH 01821/10074] chisel: added `no_autobump!` --- Formula/c/chisel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chisel.rb b/Formula/c/chisel.rb index 4381308017d12..c7ad5bd9f3c16 100644 --- a/Formula/c/chisel.rb +++ b/Formula/c/chisel.rb @@ -6,6 +6,8 @@ class Chisel < Formula license "MIT" head "https://github.com/facebook/chisel.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "92fa2160807b42dd0d79091402d8b8023722679230ed86dd5c2243704e7040cc" sha256 cellar: :any, arm64_sonoma: "89a8bed56025f46a5c032e263df373455be3117b3f0dee5c3fd1acdbc01def32" From 532ddad25a06611ec228707ceb2e647f667f068c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:00 +0200 Subject: [PATCH 01822/10074] chmlib: added `no_autobump!` --- Formula/c/chmlib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chmlib.rb b/Formula/c/chmlib.rb index 30ef719ce1300..04e1ec1da4090 100644 --- a/Formula/c/chmlib.rb +++ b/Formula/c/chmlib.rb @@ -10,6 +10,8 @@ class Chmlib < Formula regex(/href=.*?chmlib[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "035ec89221398776eb098d776c5f451a7d065e3f0ceaf665742c7c9bf9568f16" From a2f8ea31857feba34d76f4aa3d78d02478a1318b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:00 +0200 Subject: [PATCH 01823/10074] chocolate-doom: added `no_autobump!` --- Formula/c/chocolate-doom.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chocolate-doom.rb b/Formula/c/chocolate-doom.rb index bd1e7368deb53..3a6c00ce57a84 100644 --- a/Formula/c/chocolate-doom.rb +++ b/Formula/c/chocolate-doom.rb @@ -11,6 +11,8 @@ class ChocolateDoom < Formula regex(/^chocolate-doom[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4f000383f25ecf073d230153d43208298586091496c89fffe550b1ac3ceec679" sha256 cellar: :any, arm64_sonoma: "d48d6cab180c6b15c33208fb7147b3f60b8817d81d8cd3a02da366f84b04d9fe" From 43a49ff90f8b069804bf963110ed73d488f9539c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:00 +0200 Subject: [PATCH 01824/10074] choose: added `no_autobump!` --- Formula/c/choose.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/choose.rb b/Formula/c/choose.rb index 9cd424a5c95d3..9cd12946defe7 100644 --- a/Formula/c/choose.rb +++ b/Formula/c/choose.rb @@ -9,6 +9,8 @@ class Choose < Formula revision 4 head "https://github.com/geier/choose.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4cd084aeff66d38306336992370937b0f8473abd64f70c8561145df065581ac" From cfc7fbf256dacf6bf65d8977b7e0a56de54bab4b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:00 +0200 Subject: [PATCH 01825/10074] chordii: added `no_autobump!` --- Formula/c/chordii.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chordii.rb b/Formula/c/chordii.rb index dd099dd420ee6..af6a95bba98d2 100644 --- a/Formula/c/chordii.rb +++ b/Formula/c/chordii.rb @@ -10,6 +10,8 @@ class Chordii < Formula regex(%r{url=.*?/chordii[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d957516291bf50268bfc7a90bfb72ae62ae3e54e249a6156033f0938c9d4fbbf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d68e6d5490b3ee5a4f07fc445faa9716fd72ce3fbf89285d9eceb2cfa2696dcf" From 48cf80f3d8c5a2961bd3cab3af07e8e306a659da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:01 +0200 Subject: [PATCH 01826/10074] chrome-export: added `no_autobump!` --- Formula/c/chrome-export.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chrome-export.rb b/Formula/c/chrome-export.rb index 8b7a27cf50f46..714e7fbb46ecd 100644 --- a/Formula/c/chrome-export.rb +++ b/Formula/c/chrome-export.rb @@ -8,6 +8,8 @@ class ChromeExport < Formula license "ISC" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "4eb537cddb8040188b19d7e91771f1e85f31760b36b053f57d606e2356110f2a" From 4377fffbaa7492567581140e655f0cd1393a6680 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:01 +0200 Subject: [PATCH 01827/10074] chrpath: added `no_autobump!` --- Formula/c/chrpath.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chrpath.rb b/Formula/c/chrpath.rb index f8630c8639c99..2441113f5de08 100644 --- a/Formula/c/chrpath.rb +++ b/Formula/c/chrpath.rb @@ -9,6 +9,8 @@ class Chrpath < Formula skip "Not actively developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_linux: "1bef0961b466971c9b4d4fc0ae4ddd059c17f465c8cac8c87e3ea03f3d04d357" sha256 cellar: :any_skip_relocation, x86_64_linux: "a820a2841f592b3045eb6e0dc4bdbb6a86789402dea2d97367ec0a58f7d3706f" From d23e6a7d576f97eee3a9ce1764440bc92cd06246 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:01 +0200 Subject: [PATCH 01828/10074] chruby-fish: added `no_autobump!` --- Formula/c/chruby-fish.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chruby-fish.rb b/Formula/c/chruby-fish.rb index 0035b48f0b7ed..626fa972e3806 100644 --- a/Formula/c/chruby-fish.rb +++ b/Formula/c/chruby-fish.rb @@ -6,6 +6,8 @@ class ChrubyFish < Formula license "MIT" head "https://github.com/JeanMertz/chruby-fish.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c4fc2b36d5552646f11abaef2bf3c8f18a3de7c6126e2c1d3ff653c83f095825" From f1c8512185a41e83610eccdaee658935e33ace21 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:01 +0200 Subject: [PATCH 01829/10074] chruby: added `no_autobump!` --- Formula/c/chruby.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/chruby.rb b/Formula/c/chruby.rb index 0d837a3243037..0369616e8ed49 100644 --- a/Formula/c/chruby.rb +++ b/Formula/c/chruby.rb @@ -6,6 +6,8 @@ class Chruby < Formula license "MIT" head "https://github.com/postmodern/chruby.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "a93d7f31af99177bb1884086e94e0c9dcb99ba4ef1ffb1f6fe33bff584c385de" From 8aa5704633b4c23a7f1cb6f0654f11f35d378306 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:01 +0200 Subject: [PATCH 01830/10074] cidr2range: added `no_autobump!` --- Formula/c/cidr2range.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cidr2range.rb b/Formula/c/cidr2range.rb index 24dcd30f528cd..4d6135e616cf7 100644 --- a/Formula/c/cidr2range.rb +++ b/Formula/c/cidr2range.rb @@ -11,6 +11,8 @@ class Cidr2range < Formula regex(/^cidr2range[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "17e1e7697199411cdab3f8d1be909e6bfa407a2f8017cc142d83732a540bbecf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9368ce012f4056691b6b10d17a1f434bae5c76988d7c6c067e37d73a7e44da15" From 3ad87e7bada4cdf039ddf742c1629233abd17424 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:01 +0200 Subject: [PATCH 01831/10074] cidrmerge: added `no_autobump!` --- Formula/c/cidrmerge.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cidrmerge.rb b/Formula/c/cidrmerge.rb index 60ba051e835e3..ef4e782bff86b 100644 --- a/Formula/c/cidrmerge.rb +++ b/Formula/c/cidrmerge.rb @@ -5,6 +5,8 @@ class Cidrmerge < Formula sha256 "21b36fc8004d4fc4edae71dfaf1209d3b7c8f8f282d1a582771c43522d84f088" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "37c60d84cb5235c7e6f49d9be574b422aad1c9bcd2767a1ac54f037d068a1635" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fe9d3fcede14ef8846b83305b225df17a92af3f0430277e47a93042abca5487" From 629db7575549134aeda26b1015bd3fb9d158bba2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:02 +0200 Subject: [PATCH 01832/10074] cifer: added `no_autobump!` --- Formula/c/cifer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cifer.rb b/Formula/c/cifer.rb index d926c121b60c6..8acc16db05a52 100644 --- a/Formula/c/cifer.rb +++ b/Formula/c/cifer.rb @@ -5,6 +5,8 @@ class Cifer < Formula sha256 "436816c1f9112b8b80cf974596095648d60ffd47eca8eb91fdeb19d3538ea793" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d9f5339ed8c92d74cc50214716df2c6082a559fdf26b004ff69e0468e3faf0e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b6a222301feeb2df2db2337c86c5c5e0223e17d5df33bab506f5be9b9d7cd62" From 32a894acda342aefe2158ec13e2ed797cb1bffd1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:02 +0200 Subject: [PATCH 01833/10074] cig: added `no_autobump!` --- Formula/c/cig.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cig.rb b/Formula/c/cig.rb index ddd27d852fa93..7bcdeb9d450f0 100644 --- a/Formula/c/cig.rb +++ b/Formula/c/cig.rb @@ -6,6 +6,8 @@ class Cig < Formula license "MIT" head "https://github.com/stevenjack/cig.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba2a840628b58188b54acff96a557a2930ac6fa2a862cf3f075bc15a681dd0ea" From 8cfa810cdc08d8a1eb415d51f267cf86b320df0b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:02 +0200 Subject: [PATCH 01834/10074] cityhash: added `no_autobump!` --- Formula/c/cityhash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cityhash.rb b/Formula/c/cityhash.rb index 6c894befa1208..08444dd807724 100644 --- a/Formula/c/cityhash.rb +++ b/Formula/c/cityhash.rb @@ -5,6 +5,8 @@ class Cityhash < Formula sha256 "76a41e149f6de87156b9a9790c595ef7ad081c321f60780886b520aecb7e3db4" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ce559172129f8c960379c6cfc4f513d8dce917f386f4471f1a1ab5766a0acffd" sha256 cellar: :any, arm64_sonoma: "5a0d0a8fd944f2ce605734f896bf19bf634378f6754d604b026a22692f461361" From 85237dd6035a31081b252503fb7e7ff038eacf42 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:02 +0200 Subject: [PATCH 01835/10074] civl: added `no_autobump!` --- Formula/c/civl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/civl.rb b/Formula/c/civl.rb index 82ceb27220512..df95847bed7cb 100644 --- a/Formula/c/civl.rb +++ b/Formula/c/civl.rb @@ -14,6 +14,8 @@ class Civl < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "71c991aa3a7b29a8c41578d2220e02bbaad9b42d000b3119a0f054bd57892f82" From 76d8627bd376e87dedeb4958a187a3ffe2ddc252 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:02 +0200 Subject: [PATCH 01836/10074] cjdns: added `no_autobump!` --- Formula/c/cjdns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cjdns.rb b/Formula/c/cjdns.rb index f56b8837ab593..b5372c39bedc7 100644 --- a/Formula/c/cjdns.rb +++ b/Formula/c/cjdns.rb @@ -6,6 +6,8 @@ class Cjdns < Formula license all_of: ["GPL-3.0-or-later", "GPL-2.0-or-later", "BSD-3-Clause", "MIT"] head "https://github.com/cjdelisle/cjdns.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dad7a92383088d864b11ebfbef03b9ea181c3e89d0c38c804d895035de1a9b74" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7c7ed9f1030ae11d154c8b56ecbf1960fe592c0b40ea624bd27ac593ffeead3" From 85e79a9372d05fadda3bc97d704b71e6cbb0aaee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:03 +0200 Subject: [PATCH 01837/10074] cksfv: added `no_autobump!` --- Formula/c/cksfv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cksfv.rb b/Formula/c/cksfv.rb index 784a7d3287eb3..4552eee40fade 100644 --- a/Formula/c/cksfv.rb +++ b/Formula/c/cksfv.rb @@ -10,6 +10,8 @@ class Cksfv < Formula regex(/href=.*?cksfv[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "96608dc540a21f5e14b2a1731b0d6350c00063db4528a1bcb56186188a157c00" sha256 cellar: :any_skip_relocation, arm64_sonoma: "25cb1cccb8aed81f49c5c9eee87e80c6148164a13060e59f429a61d91307a1c1" From 7fb48770c57e19e9b9e53089dd98f2c7efb5eb6a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:03 +0200 Subject: [PATCH 01838/10074] clamz: added `no_autobump!` --- Formula/c/clamz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clamz.rb b/Formula/c/clamz.rb index 8281a76b4a7da..02d04ce617f30 100644 --- a/Formula/c/clamz.rb +++ b/Formula/c/clamz.rb @@ -6,6 +6,8 @@ class Clamz < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "60807a8f262d22bbae1e13db11d9a7d9765896cc3c0e08ab919194f94e114705" sha256 cellar: :any, arm64_sonoma: "5a7a2bdd3815fdb9fd2647df980edcb43919b173cde53f5fd298b381b231d943" From 37c349cd89e5451f4f3e4180d535c95b9d1fb083 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:03 +0200 Subject: [PATCH 01839/10074] clang-format@11: added `no_autobump!` --- Formula/c/clang-format@11.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clang-format@11.rb b/Formula/c/clang-format@11.rb index f6d129033f604..948d0f18c3c88 100644 --- a/Formula/c/clang-format@11.rb +++ b/Formula/c/clang-format@11.rb @@ -5,6 +5,8 @@ class ClangFormatAT11 < Formula sha256 "ce8508e318a01a63d4e8b3090ab2ded3c598a50258cc49e2625b9120d4c03ea5" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6042bc3d6961fbe848bedd13b7e0f45a351d0e843091e14235e616622d128b00" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d680a9a2a892531dfd38de0cd43dee55268a7eafea7ab72f21b00f06705a04fd" From d4676a3985da49b142f5fdc87bd34b6988ae9d19 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:03 +0200 Subject: [PATCH 01840/10074] clash: added `no_autobump!` --- Formula/c/clash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clash.rb b/Formula/c/clash.rb index 76c16bc7b1d4c..d835a4ea6938f 100644 --- a/Formula/c/clash.rb +++ b/Formula/c/clash.rb @@ -5,6 +5,8 @@ class Clash < Formula sha256 "139794f50d3d94f438bab31a993cf25d7cbdf8ca8e034f3071e0dd0014069692" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1c44c3dbd296cdcbe3b6d0a579244bea03111e8d6c4e9f509f513a6482bb082" sha256 cellar: :any_skip_relocation, arm64_ventura: "cdc16caed4749ba51377dcc1862b5d78fde86c93e1d5b03d9930855a8e419d12" From 59a96e26017cee54961cec584b0f48847f9576de Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:03 +0200 Subject: [PATCH 01841/10074] classads: added `no_autobump!` --- Formula/c/classads.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/classads.rb b/Formula/c/classads.rb index fc74769866656..d1db2462be94d 100644 --- a/Formula/c/classads.rb +++ b/Formula/c/classads.rb @@ -10,6 +10,8 @@ class Classads < Formula regex(/href=.*?classads[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "5ed81428780f7cec908f7100cf6acaa0e6dc048636e9b0154c50b45ac4373e13" From f0ba073ffe0e57cb08c24e0a636bd2595ec4ee15 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:04 +0200 Subject: [PATCH 01842/10074] clblas: added `no_autobump!` --- Formula/c/clblas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clblas.rb b/Formula/c/clblas.rb index 489b9e3561434..aecb888993f70 100644 --- a/Formula/c/clblas.rb +++ b/Formula/c/clblas.rb @@ -6,6 +6,8 @@ class Clblas < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e01b9a3b09dc996c6feb5b474e99f463b4079417aa0c24c69d5ace2cb896b036" sha256 cellar: :any, arm64_sonoma: "932e8b3b551e5d7e9bd274802aed00a7de5844a2fa3ead6b52647ffb7e2bdbed" From 5681ec7dfc22cb83f12aef5784a15c23211dd929 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:04 +0200 Subject: [PATCH 01843/10074] clean: added `no_autobump!` --- Formula/c/clean.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clean.rb b/Formula/c/clean.rb index f5469b9f34476..6cc18ce4ba013 100644 --- a/Formula/c/clean.rb +++ b/Formula/c/clean.rb @@ -5,6 +5,8 @@ class Clean < Formula sha256 "761f3a9e1ed50747b6a62a8113fa362a7cc74d359ac6e8e30ba6b30d59115320" license :public_domain + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1e4fead81bdadea6bd617523d7628f215ae6ee6a440a761d9a8b93348471ed8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "399d484d9371d60bfebc828c350804935fef8f0657964aa5da9abe3e84fbbf65" From e6d5cb61d61931f47a6ccd1c640e782774be4e65 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:04 +0200 Subject: [PATCH 01844/10074] clens: added `no_autobump!` --- Formula/c/clens.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clens.rb b/Formula/c/clens.rb index e10d9151165e1..5cf15626bb496 100644 --- a/Formula/c/clens.rb +++ b/Formula/c/clens.rb @@ -5,6 +5,8 @@ class Clens < Formula sha256 "0cc18155c2c98077cb90f07f6ad8334314606c4be0b6ffc13d6996171c7dc09d" license "ISC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "27badceb51069c0b5dcc5673744b149caa21eaf48719005480dbc0b6dcd8a153" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c2082a66bc51ab50ef09640e4a4526111455a6545a21e9907c62469ea686d82" From 1e76b50750514114582e0b00ea4554b44ad41f56 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:04 +0200 Subject: [PATCH 01845/10074] cliam: added `no_autobump!` --- Formula/c/cliam.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cliam.rb b/Formula/c/cliam.rb index 903b58fec2ab0..4a09cf1cc0d82 100644 --- a/Formula/c/cliam.rb +++ b/Formula/c/cliam.rb @@ -6,6 +6,8 @@ class Cliam < Formula license "GPL-3.0-or-later" head "https://github.com/securisec/cliam.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "97fc79aa1d589ee7a6deff3bee41579070570cb721217851da1a327c9a9a9efb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "437320520b17ed0562c0aaa5cb931385823cdb79396d80e1a00b38502f3ef1e5" From 05ab85bbd4d6982ab0cfcb4657071ec125c2a1ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:05 +0200 Subject: [PATCH 01846/10074] click: added `no_autobump!` --- Formula/c/click.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/click.rb b/Formula/c/click.rb index 65d7c6d608a26..c224db99f1b90 100644 --- a/Formula/c/click.rb +++ b/Formula/c/click.rb @@ -11,6 +11,8 @@ class Click < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e987eede7eef110c096c8093ccfbf321f3835378f8a65619627eabe348e0d985" sha256 cellar: :any_skip_relocation, arm64_sonoma: "aece6aa76034deb2d8e1437d85f4e4c94195de67eb7948d19b2fc2423824808c" From c6b416dcac3a92e2427adecc189ef9470db4318d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:05 +0200 Subject: [PATCH 01847/10074] clickhouse-odbc: added `no_autobump!` --- Formula/c/clickhouse-odbc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clickhouse-odbc.rb b/Formula/c/clickhouse-odbc.rb index 3fd2219e71248..677e847bfe28d 100644 --- a/Formula/c/clickhouse-odbc.rb +++ b/Formula/c/clickhouse-odbc.rb @@ -13,6 +13,8 @@ class ClickhouseOdbc < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "823b627489c0eb6132863b4801bbb35d72d0a0a94e6a05e1db727626d6610a97" sha256 cellar: :any, arm64_sonoma: "e3319686c6b8b190cac07657b005815d52b5e9ae2cdce502dc0547b2beec2d33" From 4e8be2d92a7cb99dca93ab0bf284b7e7df83e7bf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:05 +0200 Subject: [PATCH 01848/10074] clip: added `no_autobump!` --- Formula/c/clip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clip.rb b/Formula/c/clip.rb index bde827cf06411..fa984db655ca3 100644 --- a/Formula/c/clip.rb +++ b/Formula/c/clip.rb @@ -13,6 +13,8 @@ class Clip < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4e2ca7b930f87658ba6450ad93a84b92b8d22c807f23eb8161c6c0cf3bd4fe88" sha256 cellar: :any, arm64_sonoma: "3113e6da1b2952a1fb192798702a682bb4a1b15528deef855728cb7747e73a6e" From 5a9d7d96509401a931e5ea8fd8f4c085f467f310 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:05 +0200 Subject: [PATCH 01849/10074] clipper: added `no_autobump!` --- Formula/c/clipper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clipper.rb b/Formula/c/clipper.rb index 30d50acc8ff07..e8927aa52b444 100644 --- a/Formula/c/clipper.rb +++ b/Formula/c/clipper.rb @@ -6,6 +6,8 @@ class Clipper < Formula license "BSD-2-Clause" head "https://github.com/wincent/clipper.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ba6f81698c0137f48012644d531c866531753698d1401afbf4812ac6afac002" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4430a2ed4f0c3c46fbfbbe3b439ec13693f5d9b4d644a93a58abcda5ee22463" From 8a693302a6e63c88764f1f032a4152b0a4690598 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:05 +0200 Subject: [PATCH 01850/10074] clipsafe: added `no_autobump!` --- Formula/c/clipsafe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clipsafe.rb b/Formula/c/clipsafe.rb index 096abd3e9fe2f..4b257a5bdcf41 100644 --- a/Formula/c/clipsafe.rb +++ b/Formula/c/clipsafe.rb @@ -11,6 +11,8 @@ class Clipsafe < Formula regex(/href=.*?clipsafe[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f89dd5bba339827c6fe702e1bb88c77ef5bd58e30b464129c7ff2e6b72d2120" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5ae9bff8d772fa615a3e159c320a243211726b81664e11def14db996a23d6e8" From 52fe2c32b3eb286da9a616309e3aa71a9ec1b90a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:05 +0200 Subject: [PATCH 01851/10074] clisp: added `no_autobump!` --- Formula/c/clisp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clisp.rb b/Formula/c/clisp.rb index 98932ac14e4ca..9ab061feca491 100644 --- a/Formula/c/clisp.rb +++ b/Formula/c/clisp.rb @@ -22,6 +22,8 @@ class Clisp < Formula strategy :page_match end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a01927a4f8f0c88f8aca8aa3ca0d52745d17bd352239651719042e414f5c8f90" sha256 cellar: :any, arm64_sonoma: "e94752975afb5181821d2eff44c22247d224fabf1961ada3e0091cca6352d067" From e959a93a5a2631574b20865567220506d8c6e633 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:06 +0200 Subject: [PATCH 01852/10074] clitest: added `no_autobump!` --- Formula/c/clitest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clitest.rb b/Formula/c/clitest.rb index 26def47a056d4..d73cf2fcc2866 100644 --- a/Formula/c/clitest.rb +++ b/Formula/c/clitest.rb @@ -6,6 +6,8 @@ class Clitest < Formula license "MIT" head "https://github.com/aureliojargas/clitest.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f1cbfc94748a8712ab8a8845fd800d0009519c4d5ffbbcf03efce267406b91e5" From 5a30a58453026d40e15bb1c0834c627ddfc41865 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:06 +0200 Subject: [PATCH 01853/10074] cln: added `no_autobump!` --- Formula/c/cln.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cln.rb b/Formula/c/cln.rb index 006d2e5f712e5..2eefb1b2ed17b 100644 --- a/Formula/c/cln.rb +++ b/Formula/c/cln.rb @@ -10,6 +10,8 @@ class Cln < Formula regex(/href=.*?cln[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2279ade96381f9ac79cf40c1e29b2ea4fc998a25895b54a7fc0f77cc72d1782d" sha256 cellar: :any, arm64_sonoma: "128ed65c291ea5059320c7618340ca04b5a59126a36b6e22de91622175d62339" From 0fd4ba5972bf3d098044d597b1dce720dd9d2652 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:06 +0200 Subject: [PATCH 01854/10074] clog: added `no_autobump!` --- Formula/c/clog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clog.rb b/Formula/c/clog.rb index 528421880a742..ff76c57a0892e 100644 --- a/Formula/c/clog.rb +++ b/Formula/c/clog.rb @@ -11,6 +11,8 @@ class Clog < Formula regex(/href=.*?clog[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "324768db7056ee6258ee9bc6a19b15e325061e637a4074201e299f110979f81b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca002e0ad80711f5ca0edc944efd4ab5c0eb5698eecce8913f53e961d7040a90" From 2a8a5e41c3db76a64e14835634d82ba4fc279fc8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:06 +0200 Subject: [PATCH 01855/10074] clojure-lsp: added `no_autobump!` --- Formula/c/clojure-lsp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clojure-lsp.rb b/Formula/c/clojure-lsp.rb index 59ede75929e7d..4fcec96bcc5f4 100644 --- a/Formula/c/clojure-lsp.rb +++ b/Formula/c/clojure-lsp.rb @@ -13,6 +13,8 @@ class ClojureLsp < Formula regex(/^v?(\d{4}(?:[.-]\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "3d619401724cbfdd92f76cd94d934055b4bc3c94878d8f34ada1bb77bef9b649" end From 34634d9681cf22c5fcd5b6cab9f1d70edc83957a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:06 +0200 Subject: [PATCH 01856/10074] cloog: added `no_autobump!` --- Formula/c/cloog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cloog.rb b/Formula/c/cloog.rb index 07e8e5bc3c499..4f20e2221eae5 100644 --- a/Formula/c/cloog.rb +++ b/Formula/c/cloog.rb @@ -5,6 +5,8 @@ class Cloog < Formula sha256 "d370cf9990d2be24bfb24750e355bac26110051248cabf2add61f9b3867fb1d7" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a094bf71fc868a36e66ae12b4a3de5ad0c887f9f92278a473722273bad35fd64" sha256 cellar: :any, arm64_sonoma: "ead03f190330ee52bead39f8d29fdb67667882b5acecaa490f6d63c2bc750cac" From 79d1c558f5e7aaf52a5d764da7b0a49240b8f0af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:07 +0200 Subject: [PATCH 01857/10074] cloudiscovery: added `no_autobump!` --- Formula/c/cloudiscovery.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cloudiscovery.rb b/Formula/c/cloudiscovery.rb index 9509eeb9ab69e..ce9a357e97c50 100644 --- a/Formula/c/cloudiscovery.rb +++ b/Formula/c/cloudiscovery.rb @@ -8,6 +8,8 @@ class Cloudiscovery < Formula license "Apache-2.0" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "166757c19b4069447bbb1a41e60be7e734d61f845cb0f951fe7410a099a87e57" From c4563c6f00412fb7cf6c53204d753396697dc806 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:07 +0200 Subject: [PATCH 01858/10074] cloudpan189-go: added `no_autobump!` --- Formula/c/cloudpan189-go.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cloudpan189-go.rb b/Formula/c/cloudpan189-go.rb index 28ec294be582e..355879c124d10 100644 --- a/Formula/c/cloudpan189-go.rb +++ b/Formula/c/cloudpan189-go.rb @@ -6,6 +6,8 @@ class Cloudpan189Go < Formula license "Apache-2.0" head "https://github.com/tickstep/cloudpan189-go.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "793542588a08328d55060fc0faeb3808bde9656eee00e8df0b9ca98ad70ed9b0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c66a3ce0426a356d4b5c05fe95fc6213ed4c867048157ebbc862ca9196af857e" From 1337573ac24dc16e954438b91c37e55aaab43fac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:07 +0200 Subject: [PATCH 01859/10074] clpbar: added `no_autobump!` --- Formula/c/clpbar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clpbar.rb b/Formula/c/clpbar.rb index b8e0e0171ed13..2cdb6f5c1095e 100644 --- a/Formula/c/clpbar.rb +++ b/Formula/c/clpbar.rb @@ -5,6 +5,8 @@ class Clpbar < Formula sha256 "fa0f5ec5c8400316c2f4debdc6cdcb80e186e668c2e4471df4fec7bfcd626503" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0b9fe17e86d7a2f3af256a5a55343351fb8d8affe328a5293290ba83fc4d5ba" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6475090688882a9c4e55d754641a2739da88bad7cc68b3b5825c0454e8bcf89a" From ae74e8c52d90416c15b85f7f85edc122d337618d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:07 +0200 Subject: [PATCH 01860/10074] clucene: added `no_autobump!` --- Formula/c/clucene.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clucene.rb b/Formula/c/clucene.rb index 4db02afb38962..5a09a9c1b0385 100644 --- a/Formula/c/clucene.rb +++ b/Formula/c/clucene.rb @@ -6,6 +6,8 @@ class Clucene < Formula license any_of: ["Apache-2.0", "LGPL-2.1-only"] head "https://git.code.sf.net/p/clucene/code.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "a72d28c7e47cae2af5817ed8f2765308aa0b4eac7eafb7fa46451cd8cb6eb039" From 8aacdc19d5158352c24bd0ce0f04ba2cdaee674c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:07 +0200 Subject: [PATCH 01861/10074] cmake-docs: added `no_autobump!` --- Formula/c/cmake-docs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmake-docs.rb b/Formula/c/cmake-docs.rb index c0effc47fa298..f4c5f0ab08755 100644 --- a/Formula/c/cmake-docs.rb +++ b/Formula/c/cmake-docs.rb @@ -12,6 +12,8 @@ class CmakeDocs < Formula formula "cmake" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840" sha256 cellar: :any_skip_relocation, arm64_sonoma: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840" From f0950c19235873edd23835ff7cc8a6815ad14fdb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:07 +0200 Subject: [PATCH 01862/10074] cmake: added `no_autobump!` --- Formula/c/cmake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmake.rb b/Formula/c/cmake.rb index 4b689ab5c1a13..0385fe6452c6d 100644 --- a/Formula/c/cmake.rb +++ b/Formula/c/cmake.rb @@ -16,6 +16,8 @@ class Cmake < Formula regex(/href=.*?cmake[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bd4605b03b0dbf10d547e2ffa34166acd8e77f8f76dac0485d5376715829130" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fd627884d0c2819a5c1c100ca7352247c40ca0bd811237139fb50606d78db23" From eb489cb9536320e6de68aa56254c9d68abf4d380 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:08 +0200 Subject: [PATCH 01863/10074] cmark-gfm: added `no_autobump!` --- Formula/c/cmark-gfm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmark-gfm.rb b/Formula/c/cmark-gfm.rb index 536340685b7cf..06fdd9a057b33 100644 --- a/Formula/c/cmark-gfm.rb +++ b/Formula/c/cmark-gfm.rb @@ -6,6 +6,8 @@ class CmarkGfm < Formula sha256 "5abc61798ebd9de5660bc076443c07abad2b8d15dbc11094a3a79644b8ad243a" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "85d7af0fca04c40443c4ed376656271c88814f43c935ec59a1704382fd59f35e" sha256 cellar: :any, arm64_sonoma: "02ea9335249ea4b4749ebdb3770deadd78e9e135431ad4552ff23941fe83edb9" From 169ccade0ebae22942af0523aba54d7843b8bd10 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:08 +0200 Subject: [PATCH 01864/10074] cmatrix: added `no_autobump!` --- Formula/c/cmatrix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmatrix.rb b/Formula/c/cmatrix.rb index a1af16e532464..3c58438756659 100644 --- a/Formula/c/cmatrix.rb +++ b/Formula/c/cmatrix.rb @@ -5,6 +5,8 @@ class Cmatrix < Formula sha256 "ad93ba39acd383696ab6a9ebbed1259ecf2d3cf9f49d6b97038c66f80749e99a" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4dc801fdcf6bbf449a1b6a73a68c1ab8cfe990de6d9fbcf686c40998cd5c9f31" sha256 cellar: :any_skip_relocation, arm64_sonoma: "094d50d50af7e5365fffbd5b1f1ac6b9879d4250cd39477f45c40b136c0a6404" From fb092ca8d24d74c7a08a35706bb79e91550c050d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:08 +0200 Subject: [PATCH 01865/10074] cmdshelf: added `no_autobump!` --- Formula/c/cmdshelf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmdshelf.rb b/Formula/c/cmdshelf.rb index 84fac44cc0656..fb0833c2b5cb5 100644 --- a/Formula/c/cmdshelf.rb +++ b/Formula/c/cmdshelf.rb @@ -5,6 +5,8 @@ class Cmdshelf < Formula sha256 "dea2ea567cfa67196664629ceda5bc775040b472c25e96944c19c74892d69539" license any_of: ["Apache-2.0", "MIT"] + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9774fb5ac602f84fb7b56c0409d688e0d70d810a36336a4ecdfb3a61cf5e40c" From 86697245707ce972cc36c5fcc67f2265658c1b52 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:08 +0200 Subject: [PATCH 01866/10074] cmigemo: added `no_autobump!` --- Formula/c/cmigemo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmigemo.rb b/Formula/c/cmigemo.rb index c23617c05f39a..f9ef5ec52ed15 100644 --- a/Formula/c/cmigemo.rb +++ b/Formula/c/cmigemo.rb @@ -12,6 +12,8 @@ class Cmigemo < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "68bc0630d1414e71d16c8a0f39add12897a7f874119a8eeae19e44f28df8706c" sha256 cellar: :any, arm64_sonoma: "f5e1a00386582c24b8b0659a907f9f92a52aa22a428d054969d180f43d2a340a" From c3f9b8a2517112ada33f18cf5cc6ba94b2898f7a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:09 +0200 Subject: [PATCH 01867/10074] cmocka: added `no_autobump!` --- Formula/c/cmocka.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmocka.rb b/Formula/c/cmocka.rb index d03bd50b424a1..64ac9dd88fe9f 100644 --- a/Formula/c/cmocka.rb +++ b/Formula/c/cmocka.rb @@ -6,6 +6,8 @@ class Cmocka < Formula license "Apache-2.0" head "https://git.cryptomilk.org/projects/cmocka.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f59c0f3dcb57570a55bc13e96ac8d5b7710dd61289c9b75d1bf038d0866648ed" sha256 cellar: :any, arm64_sonoma: "9fe186aa7c700963f6f86149365ef35b0791545ba2e831149d553f08fb830306" From b47a7bd4d1cd0e683cb3bef9b812ff830e815237 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:09 +0200 Subject: [PATCH 01868/10074] cmockery: added `no_autobump!` --- Formula/c/cmockery.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmockery.rb b/Formula/c/cmockery.rb index 3280dd14446ed..d828b5df0ba8f 100644 --- a/Formula/c/cmockery.rb +++ b/Formula/c/cmockery.rb @@ -7,6 +7,8 @@ class Cmockery < Formula # TODO: Change license to Apache-2.0 on next version as COPYING was replaced by LICENSE.txt license all_of: ["BSD-3-Clause", "Apache-2.0"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "8c4679ab8e8779a11746c1d18156b83b3446ff6d332b06e6548585b84fc51101" From 8c8ceb86d9489c0c4afdf6515ec8f1a898fc2de9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:09 +0200 Subject: [PATCH 01869/10074] cmockery2: added `no_autobump!` --- Formula/c/cmockery2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmockery2.rb b/Formula/c/cmockery2.rb index 40f9885918179..c3daf42224a19 100644 --- a/Formula/c/cmockery2.rb +++ b/Formula/c/cmockery2.rb @@ -6,6 +6,8 @@ class Cmockery2 < Formula license "Apache-2.0" head "https://github.com/lpabon/cmockery2.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "adb401dab84cc193ef9d46a7d61ad44f333405afcdedf16722d94e23d211bf4c" sha256 cellar: :any, arm64_sonoma: "ae822535550629aa3551bb7260330ca338c95c2f3c6b86641362524716aaa320" From 7ed1d261d05a8ceb4a3da799ac4e313c673cc40f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:09 +0200 Subject: [PATCH 01870/10074] cmrc: added `no_autobump!` --- Formula/c/cmrc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmrc.rb b/Formula/c/cmrc.rb index 8124af4aae049..e4fe0873fc304 100644 --- a/Formula/c/cmrc.rb +++ b/Formula/c/cmrc.rb @@ -15,6 +15,8 @@ class Cmrc < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "bccb869a3fb9486fbd2594d68a8be7fb57819f27764bbf9b3888cdc54d746ce7" From 3ecf48084bc1495ad4d953bf545fcb5658ae2461 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:09 +0200 Subject: [PATCH 01871/10074] cmt: added `no_autobump!` --- Formula/c/cmt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmt.rb b/Formula/c/cmt.rb index 5a5c9155b8ca8..b7ed55a4e724b 100644 --- a/Formula/c/cmt.rb +++ b/Formula/c/cmt.rb @@ -7,6 +7,8 @@ class Cmt < Formula revision 1 head "https://github.com/smallhadroncollider/cmt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c4312c62896766f5c5de69f30689cec1baea9b91154ed2f980e0d20265c66ae" From ecab57fc0a320809272c2803fae91478a2e358d1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:10 +0200 Subject: [PATCH 01872/10074] cmuclmtk: added `no_autobump!` --- Formula/c/cmuclmtk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmuclmtk.rb b/Formula/c/cmuclmtk.rb index 5dbab8ba13388..bde470190992e 100644 --- a/Formula/c/cmuclmtk.rb +++ b/Formula/c/cmuclmtk.rb @@ -13,6 +13,8 @@ class Cmuclmtk < Formula strategy :page_match end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "17749777bf2cedd02ab511ce2bab36a69389ea9c1f0b03c8a92927e3e54a5fae" sha256 cellar: :any, arm64_sonoma: "1fe5f5fcb73a7580ae29500204bc6efb7073a5b9359dbadf0b045bc358de7697" From 7be1fe9e4d68e00243fc7efa82e880d10c98b572 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:10 +0200 Subject: [PATCH 01873/10074] cmusfm: added `no_autobump!` --- Formula/c/cmusfm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmusfm.rb b/Formula/c/cmusfm.rb index 4927e13b9281f..2c7d9068e7f68 100644 --- a/Formula/c/cmusfm.rb +++ b/Formula/c/cmusfm.rb @@ -5,6 +5,8 @@ class Cmusfm < Formula sha256 "17aae8fc805e79b367053ad170854edceee5f4c51a9880200d193db9862d8363" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9de4e6485544f8cbe0c2fb56acde11a3f0e689ee244f6ae40048739c36c12f4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "60311618694710c592998896b3bf6c6dce1019991e563dbc3e43d1989fe3b4f0" From b705a6672ef0fe4e34be9663c5343f0d2b6ee461 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:10 +0200 Subject: [PATCH 01874/10074] cntlm: added `no_autobump!` --- Formula/c/cntlm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cntlm.rb b/Formula/c/cntlm.rb index 867dfea231749..69c48f11f3a95 100644 --- a/Formula/c/cntlm.rb +++ b/Formula/c/cntlm.rb @@ -10,6 +10,8 @@ class Cntlm < Formula regex(%r{url=.*?/cntlm[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "ac09c6fb2f75321560a0fedd69a9d520f9a62ee176cd7b8a03d8ea5964385f1a" From f840ee16e6d6b2ae92bf6efb55b9bd9b5aef0fa6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:10 +0200 Subject: [PATCH 01875/10074] cobra-cli: added `no_autobump!` --- Formula/c/cobra-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cobra-cli.rb b/Formula/c/cobra-cli.rb index bb05a9a0f3ff2..3b45912bc9786 100644 --- a/Formula/c/cobra-cli.rb +++ b/Formula/c/cobra-cli.rb @@ -6,6 +6,8 @@ class CobraCli < Formula license "Apache-2.0" head "https://github.com/spf13/cobra-cli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d05baad8dd6bcebac5c184b14d30a29ac84e15c8f5cb74a19f604c87d4a42869" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d05baad8dd6bcebac5c184b14d30a29ac84e15c8f5cb74a19f604c87d4a42869" From 4ccd453de7afbaabfca02a0048cd315edc58238d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:10 +0200 Subject: [PATCH 01876/10074] cocot: added `no_autobump!` --- Formula/c/cocot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cocot.rb b/Formula/c/cocot.rb index dd682231b963d..896f4fd8d25c1 100644 --- a/Formula/c/cocot.rb +++ b/Formula/c/cocot.rb @@ -6,6 +6,8 @@ class Cocot < Formula license "BSD-3-Clause" head "https://github.com/vmi/cocot.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e50202bee861bf0692cb72d1228e2ad10fa93cc047d61480b3e0c558c81746f1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f9cbd95ef6d76b5354943e896cd03342392a266eeffe2784499ce138ad1fd22" From c75188681238b6d047d22423b2eeba7bc9887226 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:11 +0200 Subject: [PATCH 01877/10074] coda-cli: added `no_autobump!` --- Formula/c/coda-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/coda-cli.rb b/Formula/c/coda-cli.rb index d1102a15c924e..9a20cf962d90c 100644 --- a/Formula/c/coda-cli.rb +++ b/Formula/c/coda-cli.rb @@ -7,6 +7,8 @@ class CodaCli < Formula sha256 "5ed407313a8d1fc6cc4d5b1acc14a80f7e6fad6146f2334de510e475955008b9" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "483e4c98217844164a568e721fa48ab165e16c6649b3320c2f7811850c1504cb" From 97ef1856e04c0bdeeed12872289047323f6b0de8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:11 +0200 Subject: [PATCH 01878/10074] codecov-cli: added `no_autobump!` --- Formula/c/codecov-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/codecov-cli.rb b/Formula/c/codecov-cli.rb index b8159a9c3505b..22c9d1cdb6281 100644 --- a/Formula/c/codecov-cli.rb +++ b/Formula/c/codecov-cli.rb @@ -8,6 +8,8 @@ class CodecovCli < Formula license "Apache-2.0" head "https://github.com/codecov/codecov-cli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ae5bc3b78a59855aee46b5ee9fd52ee6e3231835efcdea86c9f387158784e783" sha256 cellar: :any, arm64_sonoma: "49ba9fa231e0617e9c2e3abbc6a095a1f5d51fadffb5dc79246474c45b337618" From c1798be8fe4caa88ccadfbf1b9188b25cb68f089 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:11 +0200 Subject: [PATCH 01879/10074] codequery: added `no_autobump!` --- Formula/c/codequery.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/codequery.rb b/Formula/c/codequery.rb index cd70e2c618651..66601535b2771 100644 --- a/Formula/c/codequery.rb +++ b/Formula/c/codequery.rb @@ -5,6 +5,8 @@ class Codequery < Formula sha256 "b0776adeae2963f197e3b9a57eb7ca405542da5f6413e06063e8d68f8246baa8" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "4e4fb0e6e4d1171bff615afc316580b9fa839da228349d9ceae861da9f184004" sha256 cellar: :any, arm64_ventura: "7f2b375faf1d458989b42e8b03a4aa57599f54038e941752f50e18925ae4c43b" From 4d0871adfa76d88da37f0e1e8d93397fc56c18a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:11 +0200 Subject: [PATCH 01880/10074] coffeescript: added `no_autobump!` --- Formula/c/coffeescript.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/coffeescript.rb b/Formula/c/coffeescript.rb index 8cbd9e06822e0..9e2c19cede21a 100644 --- a/Formula/c/coffeescript.rb +++ b/Formula/c/coffeescript.rb @@ -6,6 +6,8 @@ class Coffeescript < Formula license "MIT" head "https://github.com/jashkenas/coffeescript.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "8b60f70c34df82c6fb506f905b11ecf0cda8421c03fb775e19ac0a2e9f348edf" From fa1517e16e357cf0b43769e9a6c36852b69a58b3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:11 +0200 Subject: [PATCH 01881/10074] cointop: added `no_autobump!` --- Formula/c/cointop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cointop.rb b/Formula/c/cointop.rb index 2cc45c3ee48b3..a1a8cb4c5db51 100644 --- a/Formula/c/cointop.rb +++ b/Formula/c/cointop.rb @@ -6,6 +6,8 @@ class Cointop < Formula license "Apache-2.0" head "https://github.com/cointop-sh/cointop.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "748c6976d944ab4c0d683821fa1eded84813b7072c533fc88e8d3fc34a290b7f" From 0822ada7970f6ab449b0d5ee7c8966578f016cf2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:11 +0200 Subject: [PATCH 01882/10074] colfer: added `no_autobump!` --- Formula/c/colfer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/colfer.rb b/Formula/c/colfer.rb index 725cc0a3145a0..199d1ac723230 100644 --- a/Formula/c/colfer.rb +++ b/Formula/c/colfer.rb @@ -6,6 +6,8 @@ class Colfer < Formula license "CC0-1.0" head "https://github.com/pascaldekloe/colfer.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "46194d5083a34ae3e54cdd690610c1dd5fa385e2311cb1bd61e852029a53ec85" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8310235bd0dec3a5cb4464aa1cd9c2ece726e5ef0100c9fb80f6443507e273c" From 4de3be00b4b0a9ed57d6bce3da410fc0c68fcc40 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:12 +0200 Subject: [PATCH 01883/10074] collada-dom: added `no_autobump!` --- Formula/c/collada-dom.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/collada-dom.rb b/Formula/c/collada-dom.rb index ce6890ecdd56a..2dcae8185816c 100644 --- a/Formula/c/collada-dom.rb +++ b/Formula/c/collada-dom.rb @@ -7,6 +7,8 @@ class ColladaDom < Formula revision 12 head "https://github.com/rdiankov/collada-dom.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f8fe9c458f7b484d0cd0cf9621f9b84d6e63937a1d7bfeb705e801e026cab1e6" sha256 cellar: :any, arm64_sonoma: "1a93d3a82bb601f66d34629015f53ab87e3193b61c364a5da75d83c7a0060685" From fed290857b8c192c09c96731c565ac149bb7d7a6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:12 +0200 Subject: [PATCH 01884/10074] collectd: added `no_autobump!` --- Formula/c/collectd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/collectd.rb b/Formula/c/collectd.rb index e96f8c322f267..2644549e9f9c3 100644 --- a/Formula/c/collectd.rb +++ b/Formula/c/collectd.rb @@ -20,6 +20,8 @@ class Collectd < Formula regex(/href=.*?collectd[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "58f7a44814b1a467e4f68fcf719069fe352920ce6e800fc5d60e8ad2e6af1332" sha256 arm64_sonoma: "ceb6cf730de48b1f6eadfc3784060f0b6ed437c3a4fcb7f991e75853eb0d8295" From 2d46084383ce6aad52af73b21e58409c8ff12b92 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:12 +0200 Subject: [PATCH 01885/10074] color-code: added `no_autobump!` --- Formula/c/color-code.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/color-code.rb b/Formula/c/color-code.rb index 88aed5f6fcb6c..a06d52b517501 100644 --- a/Formula/c/color-code.rb +++ b/Formula/c/color-code.rb @@ -10,6 +10,8 @@ class ColorCode < Formula regex(/href=.*?ColorCode[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "eca15102195ecbf35b9b5db261ad63a1e7849f68048a9872757c99a300af2198" sha256 cellar: :any, arm64_sonoma: "5279b770c1208847aa8bc485ffe5d60a457a22867ba8ae3b9b72a6ccb10b9cee" From 8b42e2e3aa1066a220e1e25bf92b3d29bfe691b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:12 +0200 Subject: [PATCH 01886/10074] colordiff: added `no_autobump!` --- Formula/c/colordiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/colordiff.rb b/Formula/c/colordiff.rb index fdcd87a8fdf6b..4ebb013abd900 100644 --- a/Formula/c/colordiff.rb +++ b/Formula/c/colordiff.rb @@ -10,6 +10,8 @@ class Colordiff < Formula regex(/href=.*?colordiff[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "5a83886f7e7aacfc46cc6a759f91dd8b80a068cf0bb6b4fa4815c4b310ecefd8" From f909bf1461f86f564e625a4865936f5a2ccee17e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:12 +0200 Subject: [PATCH 01887/10074] colormake: added `no_autobump!` --- Formula/c/colormake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/colormake.rb b/Formula/c/colormake.rb index d0de93bc5b8bb..e181721d22fbc 100644 --- a/Formula/c/colormake.rb +++ b/Formula/c/colormake.rb @@ -6,6 +6,8 @@ class Colormake < Formula license "GPL-2.0-or-later" head "https://github.com/pagekite/Colormake.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a628cc6cde2a938abc044ae867405b3232bc9c999b10729652fbe3088535da44" From 1f02fb55a7ccf929b213d6d149adddfb76d589b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:12 +0200 Subject: [PATCH 01888/10074] colortail: added `no_autobump!` --- Formula/c/colortail.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/colortail.rb b/Formula/c/colortail.rb index d3dab4223375e..dcffbc22d6bd6 100644 --- a/Formula/c/colortail.rb +++ b/Formula/c/colortail.rb @@ -5,6 +5,8 @@ class Colortail < Formula sha256 "8d259560c6f4a4aaf1f4bbdb2b62d3e1053e7e19fefad7de322131b7e80e294d" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "46881ac8087481d7f575b911883807e424a02ab942a7af58d9c38b4d2b73ef85" sha256 cellar: :any_skip_relocation, arm64_sonoma: "51277f3ef27c9d547f2f07a3e81cfddb744b1e1a566e6e020c5c9a92f804f5f3" From 232b0d49de8c9e189b0edd12480d0642ffcfd417 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:13 +0200 Subject: [PATCH 01889/10074] comby: added `no_autobump!` --- Formula/c/comby.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/comby.rb b/Formula/c/comby.rb index 6f094cb645261..8be51e1a09d70 100644 --- a/Formula/c/comby.rb +++ b/Formula/c/comby.rb @@ -6,6 +6,8 @@ class Comby < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "02e4b812a3a7196017189b30aba83d058f72fbe37107c554c517538eeb153fee" sha256 cellar: :any, arm64_sonoma: "6547d31a4235741700836ce54b0fdf64bbc0ca2ac42e31ce003c1d86bef079f0" From 10b39befd2e13bc38985f72e87227b9896e40d48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:13 +0200 Subject: [PATCH 01890/10074] concurrentqueue: added `no_autobump!` --- Formula/c/concurrentqueue.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/concurrentqueue.rb b/Formula/c/concurrentqueue.rb index b1d63ff64044d..8134706c43ade 100644 --- a/Formula/c/concurrentqueue.rb +++ b/Formula/c/concurrentqueue.rb @@ -8,6 +8,8 @@ class Concurrentqueue < Formula "Zlib", ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "64a380746e2547d26f64b5ce8945cc4af4e0169a2dffdc89ebbb534dc5e0061e" end From 4743e44233756534d8a10253b0ea8e4406fc070f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:13 +0200 Subject: [PATCH 01891/10074] condure: added `no_autobump!` --- Formula/c/condure.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/condure.rb b/Formula/c/condure.rb index 92ed8ffc4410b..98e497d5f606c 100644 --- a/Formula/c/condure.rb +++ b/Formula/c/condure.rb @@ -7,6 +7,8 @@ class Condure < Formula sha256 "eb2df8e1a80d9fe4f66c41d2e9fbcd1205d8239ccd9b6cd914de5567356b7c70" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5dbd83cd3a803509a0cc5b3d0cdc7d3dbe09cc47ea085d2576e35852aa13f40e" sha256 cellar: :any, arm64_sonoma: "b61e13bb29181ff457ce6a5b1b9156d370a31fabfd61767f94dfbef580469c7a" From 487991da15db8ba36dd149897a175b73e4479258 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:13 +0200 Subject: [PATCH 01892/10074] confd: added `no_autobump!` --- Formula/c/confd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/confd.rb b/Formula/c/confd.rb index 51d1f822191c3..d4b5218f31c76 100644 --- a/Formula/c/confd.rb +++ b/Formula/c/confd.rb @@ -6,6 +6,8 @@ class Confd < Formula license "MIT" head "https://github.com/kelseyhightower/confd.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "51310afd5fe23174446bd8cec35b69abf7f13075e1035b714a700f40582d05f8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4320090003f15247aa5f860a784bf57f9791b917aab9504f27b576f7b692e028" From f06c07ed4d5f110b103ac156975e73bd9293fc9a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:13 +0200 Subject: [PATCH 01893/10074] configen: added `no_autobump!` --- Formula/c/configen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/configen.rb b/Formula/c/configen.rb index fdbbf38beb51c..5270f4e620264 100644 --- a/Formula/c/configen.rb +++ b/Formula/c/configen.rb @@ -6,6 +6,8 @@ class Configen < Formula license "MIT" head "https://github.com/theappbusiness/ConfigGenerator.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4afca8fd4567771c799d14425f4085ddc23a1ca5f89e32890dba233919e3ae9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5af8473413de2042d5216b397e93a126cb21577eafbcab7bbe3657047c676de" From 28ec27cd17dfcd28e09bcc5f761c3da5a6579d73 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:14 +0200 Subject: [PATCH 01894/10074] confuse: added `no_autobump!` --- Formula/c/confuse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/confuse.rb b/Formula/c/confuse.rb index e3e2b5ff11ae9..8b4b3dd8d38bf 100644 --- a/Formula/c/confuse.rb +++ b/Formula/c/confuse.rb @@ -5,6 +5,8 @@ class Confuse < Formula sha256 "1dd50a0320e135a55025b23fcdbb3f0a81913b6d0b0a9df8cc2fdf3b3dc67010" license "ISC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4a559294bf3ec51132b479ee9b90c5e90dea6183c11707471b89a4d06b0ab371" sha256 cellar: :any, arm64_sonoma: "6d46500c283c20fcf41348fc34293d30a85e0fac9955ea849369deeaf84b3a2b" From 63794be159c025318bfcc952f62b8a396ad6eb01 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:14 +0200 Subject: [PATCH 01895/10074] conman: added `no_autobump!` --- Formula/c/conman.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/conman.rb b/Formula/c/conman.rb index 2c15ff19c1949..91e3801777218 100644 --- a/Formula/c/conman.rb +++ b/Formula/c/conman.rb @@ -5,6 +5,8 @@ class Conman < Formula sha256 "cd47d3d9a72579b470dd73d85cd3fec606fa5659c728ff3c1c57e970f4da72a2" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1173da53dd141c2960aea7c848be0ea4c65897ba0c47e5549656f4142879e2c0" sha256 arm64_sonoma: "12e867d583636858f7ed1b9feb145c2783448252837b0a384f22247f7c9ca605" From 2486315a4cef7e3047d06d8055f0b7cd64491ff8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:14 +0200 Subject: [PATCH 01896/10074] connect: added `no_autobump!` --- Formula/c/connect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/connect.rb b/Formula/c/connect.rb index c7d542a710e59..402885ed1322d 100644 --- a/Formula/c/connect.rb +++ b/Formula/c/connect.rb @@ -11,6 +11,8 @@ class Connect < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "576b1a89b5a70f0a4dc4545f97662550db8c16d6c4f064cd51ade4dcea550b6c" From fa0e195714faa4b98eeecd0728391669626bc042 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:14 +0200 Subject: [PATCH 01897/10074] conserver: added `no_autobump!` --- Formula/c/conserver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/conserver.rb b/Formula/c/conserver.rb index a8158716e17c7..2bd25d16ff520 100644 --- a/Formula/c/conserver.rb +++ b/Formula/c/conserver.rb @@ -11,6 +11,8 @@ class Conserver < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1d058954be5b4a37f181a78bcff594873c263c8173ba390161dd1a26be990260" sha256 cellar: :any, arm64_sonoma: "6070a08f377c33c31c8aea3edabfdeb4c9bdf830c6d4a6586ee44b0444d47eda" From 96b37d0479a0f364a752c309f84b1ccbe302dfba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:14 +0200 Subject: [PATCH 01898/10074] console_bridge: added `no_autobump!` --- Formula/c/console_bridge.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/console_bridge.rb b/Formula/c/console_bridge.rb index d25cb69ce84a1..8867aa2cbba5b 100644 --- a/Formula/c/console_bridge.rb +++ b/Formula/c/console_bridge.rb @@ -5,6 +5,8 @@ class ConsoleBridge < Formula sha256 "303a619c01a9e14a3c82eb9762b8a428ef5311a6d46353872ab9a904358be4a4" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4e7abd68f93d725996578fc7af640e0403cb35142fabc9654177802ea92f7903" sha256 cellar: :any, arm64_sonoma: "826ec53bb4f99a675cc5e7deb5fa6823690af3983ab80f2fe01d46d3a9c1577b" From ea1538ba2edd055a3bf2eb12321217e984a4eedc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:14 +0200 Subject: [PATCH 01899/10074] consul-backinator: added `no_autobump!` --- Formula/c/consul-backinator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/consul-backinator.rb b/Formula/c/consul-backinator.rb index 65b6170ce068d..39b748d5df7a7 100644 --- a/Formula/c/consul-backinator.rb +++ b/Formula/c/consul-backinator.rb @@ -6,6 +6,8 @@ class ConsulBackinator < Formula license "MPL-2.0" head "https://github.com/myENA/consul-backinator.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8839abd4d9ee77b2e2378c281bb982e4af742ea32996c592cbd70e39f882a131" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8dd6cbcb9488966e0c5452941ff2568e991cef265c705f3e20a465bb1346c238" From bfa9fb8d8b049c100c2eb7c0cd5b7ce6d8c43b01 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:15 +0200 Subject: [PATCH 01900/10074] container-diff: added `no_autobump!` --- Formula/c/container-diff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/container-diff.rb b/Formula/c/container-diff.rb index c2c65ec7d1418..a1e85b7f96b9e 100644 --- a/Formula/c/container-diff.rb +++ b/Formula/c/container-diff.rb @@ -6,6 +6,8 @@ class ContainerDiff < Formula license "Apache-2.0" head "https://github.com/GoogleContainerTools/container-diff.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2898b404cdcdb47d75ad4069400f5d2d3d05ae2f75a94992c85ba0cb413a050" sha256 cellar: :any_skip_relocation, arm64_sonoma: "70cfaa088dfd3e673531d526e3ee2d5944c9053d072e02bad34c54a4bfc52fad" From b9ec10c3f63bc6331d00f94583d5a376f852bc1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:15 +0200 Subject: [PATCH 01901/10074] convertlit: added `no_autobump!` --- Formula/c/convertlit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/convertlit.rb b/Formula/c/convertlit.rb index 2e80155f40eb6..c26a9f5ef8ea4 100644 --- a/Formula/c/convertlit.rb +++ b/Formula/c/convertlit.rb @@ -13,6 +13,8 @@ class Convertlit < Formula regex(/href=.*?clit[._-]?v?\d+(?:\.\d+)*src\.zip[^>]+>\s*?Convert LIT v?(\d+(?:\.\d+)+)/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "af81e33973b458225160387d713ab4646496719b4c0a3ae064dccf92c7e3efbd" From f1b8c4c78a5d2350a73198340b1bd88feb8fec10 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:15 +0200 Subject: [PATCH 01902/10074] coordgen: added `no_autobump!` --- Formula/c/coordgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/coordgen.rb b/Formula/c/coordgen.rb index 06e82700edc2e..3004245c12462 100644 --- a/Formula/c/coordgen.rb +++ b/Formula/c/coordgen.rb @@ -5,6 +5,8 @@ class Coordgen < Formula sha256 "f67697434f7fec03bca150a6d84ea0e8409f6ec49d5aab43badc5833098ff4e3" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f3291f603f1f55c41163e4acab534a3fc8fb192582deff462ec8894764ba5bb9" sha256 cellar: :any, arm64_sonoma: "fc7b1c0c8932a1a8a254c4091a749de3d78d34103a666478ff62ce9f0e0abac8" From e8a7d591947742747b01cd377db9057386f11c14 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:15 +0200 Subject: [PATCH 01903/10074] coreos-ct: added `no_autobump!` --- Formula/c/coreos-ct.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/coreos-ct.rb b/Formula/c/coreos-ct.rb index ade6344849aa7..c665501a8c162 100644 --- a/Formula/c/coreos-ct.rb +++ b/Formula/c/coreos-ct.rb @@ -6,6 +6,8 @@ class CoreosCt < Formula license "Apache-2.0" head "https://github.com/flatcar/container-linux-config-transpiler.git", branch: "flatcar-master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7d99702fcc4911d60fec259d493be5b357097f417690bf799329dc35ac5415c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d904642f1bd2aa1d5ed2408c184c77d538c0ec27ab6fbdc442414f1d69c895fe" From 1f7fdf646595f2738820b7951d58b79d10b0342f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:15 +0200 Subject: [PATCH 01904/10074] corkscrew: added `no_autobump!` --- Formula/c/corkscrew.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/corkscrew.rb b/Formula/c/corkscrew.rb index 7da286a770423..0f95ca740ea37 100644 --- a/Formula/c/corkscrew.rb +++ b/Formula/c/corkscrew.rb @@ -10,6 +10,8 @@ class Corkscrew < Formula regex(/href=.*?corkscrew[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d17faa8d3e8eb0fe11107515daf53fd0f9d22caaaa0d32993ca6e961ee9559cf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f7a6be3731dfae7b92f6da9091b3e4665473c77b58c6f4d21d2cf6c6c511750" From 2b316ab17d2b53ae97ab25ed2866b5b06854a390 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:16 +0200 Subject: [PATCH 01905/10074] cornelis: added `no_autobump!` --- Formula/c/cornelis.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cornelis.rb b/Formula/c/cornelis.rb index 585191539cc3e..e569c6e55d9c5 100644 --- a/Formula/c/cornelis.rb +++ b/Formula/c/cornelis.rb @@ -6,6 +6,8 @@ class Cornelis < Formula license "BSD-3-Clause" head "https://github.com/agda/cornelis.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5469975994b43e45788ff4b27058dc3284fa90f63be85001603abc5228dd76d3" sha256 cellar: :any, arm64_sonoma: "845f96549a6d6c2937bedf9fb4031107f57b6b101275566702185b1625cfb733" From 6cdb6bf9bd294c0cea745db430254e9b06bc29dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:16 +0200 Subject: [PATCH 01906/10074] cortexso: added `no_autobump!` --- Formula/c/cortexso.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cortexso.rb b/Formula/c/cortexso.rb index 80ff6025b4339..8b2c292b7dab7 100644 --- a/Formula/c/cortexso.rb +++ b/Formula/c/cortexso.rb @@ -6,6 +6,8 @@ class Cortexso < Formula license "Apache-2.0" head "https://github.com/janhq/cortex.git", branch: "dev" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "fade5cc5bf426b17bf2f05dcd3e00d1973abff9916fdca7c1083f330a5354538" From c50c9bbd7651b2e14ff5da3ea159b89ffc9420a6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:16 +0200 Subject: [PATCH 01907/10074] couchdb-lucene: added `no_autobump!` --- Formula/c/couchdb-lucene.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/couchdb-lucene.rb b/Formula/c/couchdb-lucene.rb index adc417606db1c..e25ed653ec506 100644 --- a/Formula/c/couchdb-lucene.rb +++ b/Formula/c/couchdb-lucene.rb @@ -6,6 +6,8 @@ class CouchdbLucene < Formula license "Apache-2.0" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e51dc09d265658f719623e8e19ae3500b9e798fddb6baacbfe17f31d5ed41dfd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f739d9de763e66d5ccfbfb3d14034352e0d9e0c4e37799aca78487b395f029a2" From ceb19561c2f1318cf5d51f2666c742b8a884803e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:16 +0200 Subject: [PATCH 01908/10074] counts: added `no_autobump!` --- Formula/c/counts.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/counts.rb b/Formula/c/counts.rb index 3dc158afce17f..2f970b8000bd8 100644 --- a/Formula/c/counts.rb +++ b/Formula/c/counts.rb @@ -6,6 +6,8 @@ class Counts < Formula license "Unlicense" head "https://github.com/nnethercote/counts.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "82fa9ab01c22a6ee0df0a94c77008b58371646ff586f9298381d4231b06ac090" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb7bb551f6987542cace13619dbab2bce843a0c54b0add2090894e7f24b47623" From 31c2fc5ee73e838376bd0860bd262548c609f2fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:16 +0200 Subject: [PATCH 01909/10074] cowsay: added `no_autobump!` --- Formula/c/cowsay.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cowsay.rb b/Formula/c/cowsay.rb index 1a255ebfccbb0..c55c7c37a4cfb 100644 --- a/Formula/c/cowsay.rb +++ b/Formula/c/cowsay.rb @@ -6,6 +6,8 @@ class Cowsay < Formula license "GPL-3.0-only" head "https://github.com/cowsay-org/cowsay.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "345e99255a69e9cb188a5a8e6bd8e6f50c334830c8a72877fc6b504c95e5cbd1" end From 59b0f3473ed61ce61322df5b16c3581e26c209bf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:17 +0200 Subject: [PATCH 01910/10074] cpansearch: added `no_autobump!` --- Formula/c/cpansearch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpansearch.rb b/Formula/c/cpansearch.rb index cbe05c241be10..f4196193edfe2 100644 --- a/Formula/c/cpansearch.rb +++ b/Formula/c/cpansearch.rb @@ -6,6 +6,8 @@ class Cpansearch < Formula revision 1 head "https://github.com/c9s/cpansearch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sonoma: "6f99905d8bca0790ecf1d11a25cc00e5057f9a552afc1a051530dc9a6271c93c" From 0660e614fc80a729fd20242602aa371066cd0856 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:17 +0200 Subject: [PATCH 01911/10074] cpdf: added `no_autobump!` --- Formula/c/cpdf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpdf.rb b/Formula/c/cpdf.rb index 847c049da7500..23eca8a787e3d 100644 --- a/Formula/c/cpdf.rb +++ b/Formula/c/cpdf.rb @@ -5,6 +5,8 @@ class Cpdf < Formula sha256 "bdd7caf1e5e55e65e4ece96eeeb3e5894c195ca5a9a274ddc27ac50a321d5c75" license "AGPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e97a2d112914e6eac5e522a8663deb1771ef04e8296fdf34db39558a0dadca23" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b36ddb34c391665d5337de6b63118487263285b5917528d4c52847510af548d" From 666c1a7b1d4b646203b75dd72169e543d4764c57 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:17 +0200 Subject: [PATCH 01912/10074] cpio: added `no_autobump!` --- Formula/c/cpio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpio.rb b/Formula/c/cpio.rb index d9697bd795da2..c3ca1418217a7 100644 --- a/Formula/c/cpio.rb +++ b/Formula/c/cpio.rb @@ -6,6 +6,8 @@ class Cpio < Formula sha256 "937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fced3fb939f4c350d3ba4b81b2b071d9510728ea28135429cdc150d40f7a1477" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fd07e72e7f35a4b9e3c7114906c3d791c59adc2cf91b5cf9fed06962e08be3d" From 1d2368955bef4507cc414abd5fc6221ab5e7986a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:17 +0200 Subject: [PATCH 01913/10074] cpl: added `no_autobump!` --- Formula/c/cpl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpl.rb b/Formula/c/cpl.rb index b64d2e6d4fd6b..90efed1b17ca5 100644 --- a/Formula/c/cpl.rb +++ b/Formula/c/cpl.rb @@ -11,6 +11,8 @@ class Cpl < Formula regex(/href=.*?cpl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "44e6e7500a5c7a392a2b4d6ec6aeb8572da5c72ed27650293780e481d3fd05bf" sha256 cellar: :any, arm64_sonoma: "710c0bce11e34ef18dcba1f2c592b82827daa9027a2e6ffdf7a5523db746f4c3" From 8a1317773579b8f5a039dec57e56849b6b85d5f4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:17 +0200 Subject: [PATCH 01914/10074] cpmtools: added `no_autobump!` --- Formula/c/cpmtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpmtools.rb b/Formula/c/cpmtools.rb index b751e29352775..a478ee7b3394c 100644 --- a/Formula/c/cpmtools.rb +++ b/Formula/c/cpmtools.rb @@ -10,6 +10,8 @@ class Cpmtools < Formula regex(/href=.*?cpmtools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e689ad1b8bec7b7fb8b2f39ddccca66072998a172b7ef8788eeb6e54d06c4395" sha256 arm64_sonoma: "229e3ca8bb433a8ca06a17c2d7b433648e9705c56bdfdc8d8084440d8244a3e1" From 30d57f4c80ff934a17b2ede63b9f0522666fa6c3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:17 +0200 Subject: [PATCH 01915/10074] cpp-lazy: added `no_autobump!` --- Formula/c/cpp-lazy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpp-lazy.rb b/Formula/c/cpp-lazy.rb index 1e88503f26eca..3e58738f90ff3 100644 --- a/Formula/c/cpp-lazy.rb +++ b/Formula/c/cpp-lazy.rb @@ -6,6 +6,8 @@ class CppLazy < Formula license "MIT" head "https://github.com/Kaaserne/cpp-lazy.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "e28490a02ee004b28f274c2bf585135b73cd5f4c92bf2d7e51cf17f6175d2ec7" end From f8971d94bc8a4ae2d9af1f0fcb7c8b05fb47415d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:18 +0200 Subject: [PATCH 01916/10074] cppcms: added `no_autobump!` --- Formula/c/cppcms.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cppcms.rb b/Formula/c/cppcms.rb index 0c92843456b0a..411b737acf905 100644 --- a/Formula/c/cppcms.rb +++ b/Formula/c/cppcms.rb @@ -13,6 +13,8 @@ class Cppcms < Formula regex(%r{url=.*?/cppcms[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "15a16c5b5f573a43871ff8c74cc01c314fb0e4972d4c70ca7f168c662bf20ef5" From 8f776027bbd8f5569862aac98562e73727d27965 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:18 +0200 Subject: [PATCH 01917/10074] cppi: added `no_autobump!` --- Formula/c/cppi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cppi.rb b/Formula/c/cppi.rb index 53ef07868ff50..9bd6d3816efd8 100644 --- a/Formula/c/cppi.rb +++ b/Formula/c/cppi.rb @@ -6,6 +6,8 @@ class Cppi < Formula sha256 "12a505b98863f6c5cf1f749f9080be3b42b3eac5a35b59630e67bea7241364ca" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad3274881902eed64b3d3a8d0c846e7dcb09e13d6dd972551de0cc2fa09f89a0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "60bcb5a1dba625e152384d1dfbcebbec2bfc552a6744a42ac8c9131a50d22f51" From be777c97e048725a5337fe8ce9b0357a762d8a32 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:18 +0200 Subject: [PATCH 01918/10074] cppp: added `no_autobump!` --- Formula/c/cppp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cppp.rb b/Formula/c/cppp.rb index 09137fca3ce21..89df648799beb 100644 --- a/Formula/c/cppp.rb +++ b/Formula/c/cppp.rb @@ -10,6 +10,8 @@ class Cppp < Formula regex(/href=.*?cppp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b14311322cdff7ec30e93ba573bf916eae962c7d2488e7f85a88a4b8bead0a6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2fe122f6b616feaab1f4ef815061564ace5069c55fdc8c5fc568a35bb6e2fec" From 5208522c3a94c5b83ce72f129250f0b6a503a404 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:18 +0200 Subject: [PATCH 01919/10074] cpprestsdk: added `no_autobump!` --- Formula/c/cpprestsdk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpprestsdk.rb b/Formula/c/cpprestsdk.rb index c0d60e5ff234f..b18bd2b496e7f 100644 --- a/Formula/c/cpprestsdk.rb +++ b/Formula/c/cpprestsdk.rb @@ -8,6 +8,8 @@ class Cpprestsdk < Formula revision 2 head "https://github.com/microsoft/cpprestsdk.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9640d605200200ae3d237d25c4331dbba2966b4581caff255f36a6ee4afe342b" sha256 cellar: :any, arm64_sonoma: "7be58510e079c21e8521cbd6d8abcc72aa21e6253050b60b47cc4796b7a80ed5" From 127652a6d785d6c350d2be7a324df2692a3e5806 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:18 +0200 Subject: [PATCH 01920/10074] cpptest: added `no_autobump!` --- Formula/c/cpptest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpptest.rb b/Formula/c/cpptest.rb index 6c6705c80aa68..22dc8cf01149a 100644 --- a/Formula/c/cpptest.rb +++ b/Formula/c/cpptest.rb @@ -6,6 +6,8 @@ class Cpptest < Formula sha256 "7c258936a407bcd1635a9b7719fbdcd6c6e044b5d32f53bbf6fbf6f205e5e429" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2e9bd9882a2be0879ed9c30b86dda312e9fdaf6f0913d1e52960e0c057454857" sha256 cellar: :any, arm64_sonoma: "02e96560cb00bb0e4a31cbeb0e1af8fe4d24071dc8693551a444a8ca899f64de" From 811e6fd8c3350bd002d46bb6becd071b21614350 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:19 +0200 Subject: [PATCH 01921/10074] cpptoml: added `no_autobump!` --- Formula/c/cpptoml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpptoml.rb b/Formula/c/cpptoml.rb index 3f107749fc3e2..72d9a86e119df 100644 --- a/Formula/c/cpptoml.rb +++ b/Formula/c/cpptoml.rb @@ -7,6 +7,8 @@ class Cpptoml < Formula revision 1 head "https://github.com/skystrife/cpptoml.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c7277d9959d90daba22c6e5e464e5d9877c6dce18d25932a5a7d53feac061139" From 00c0e4b63401f8469ed60c12d403466d722eec2a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:19 +0200 Subject: [PATCH 01922/10074] cppunit: added `no_autobump!` --- Formula/c/cppunit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cppunit.rb b/Formula/c/cppunit.rb index 06b65e5f7acd0..ee64556c4ed2e 100644 --- a/Formula/c/cppunit.rb +++ b/Formula/c/cppunit.rb @@ -10,6 +10,8 @@ class Cppunit < Formula regex(/href=["']?cppunit[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "081175312ba1bb288369cb84ff8a8e3bf11cf9c451b80dac6cedc211590d020a" sha256 cellar: :any, arm64_sonoma: "192272d9c0a8a984f6efd69def9b47c5f3eda974f27daebb448362501b8e81d2" From 74626bd34ded40536c41c8e405deb85f30953356 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:19 +0200 Subject: [PATCH 01923/10074] cpputest: added `no_autobump!` --- Formula/c/cpputest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpputest.rb b/Formula/c/cpputest.rb index 968772e3a072c..a97b802925d7f 100644 --- a/Formula/c/cpputest.rb +++ b/Formula/c/cpputest.rb @@ -6,6 +6,8 @@ class Cpputest < Formula license "BSD-3-Clause" head "https://github.com/cpputest/cpputest.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "04a3efc8b2286e305c60c9bb9f71d34f8fbfee43d875192e0a97546c92e67658" From 5ecc3bdfd250e3ea221f71cafc871d84fdfec2a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:19 +0200 Subject: [PATCH 01924/10074] cppzmq: added `no_autobump!` --- Formula/c/cppzmq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cppzmq.rb b/Formula/c/cppzmq.rb index 9f292aefe4385..02967c0ae6100 100644 --- a/Formula/c/cppzmq.rb +++ b/Formula/c/cppzmq.rb @@ -5,6 +5,8 @@ class Cppzmq < Formula sha256 "c81c81bba8a7644c84932225f018b5088743a22999c6d82a2b5f5cd1e6942b74" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1be9fecbad4da621c4f608f0395efd58f1252f1898ea64620bdaf82a1b6fdc1e" From c58670808d815aafc5486af5af83154f45e57d44 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:19 +0200 Subject: [PATCH 01925/10074] cpulimit: added `no_autobump!` --- Formula/c/cpulimit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cpulimit.rb b/Formula/c/cpulimit.rb index ce2f89a025673..f4ac4a7191a92 100644 --- a/Formula/c/cpulimit.rb +++ b/Formula/c/cpulimit.rb @@ -6,6 +6,8 @@ class Cpulimit < Formula license "GPL-2.0-or-later" head "https://github.com/opsengine/cpulimit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7eca714845ccc7a47497489a5075812b50700960acc1eb7eeefbfd5921851a76" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8dab4e4b11b19e8c01a57593d15ec399ab4f25b8ccdc72299e3f67092d1beaf8" From 0541899577c761acdeb79c0a4750f1c3dba99ccf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:20 +0200 Subject: [PATCH 01926/10074] cql: added `no_autobump!` --- Formula/c/cql.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cql.rb b/Formula/c/cql.rb index 3507819346a98..aadbb5c97f1ac 100644 --- a/Formula/c/cql.rb +++ b/Formula/c/cql.rb @@ -6,6 +6,8 @@ class Cql < Formula license "Apache-2.0" head "https://github.com/CovenantSQL/CovenantSQL.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ea4a0d072fb6b236bdb26357b95284f657ddfe7e4eca59274b267a14c5692b8" From ce6ba8e31681fbcd1f4c30e9ec84650a6b481ca3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:20 +0200 Subject: [PATCH 01927/10074] cqlkit: added `no_autobump!` --- Formula/c/cqlkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cqlkit.rb b/Formula/c/cqlkit.rb index 6c48b1c17d941..afe8971f89348 100644 --- a/Formula/c/cqlkit.rb +++ b/Formula/c/cqlkit.rb @@ -5,6 +5,8 @@ class Cqlkit < Formula sha256 "0574b4b6fe893078e993a80f95a183b89955129ab8929f5032b7faacf611952c" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "d046672e2ea78accbef7eb841a473b6074a2b42f683d6c9b4e07979f63c60c29" From b61f1edfe986634548e74a64ece4b9bd22970382 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:20 +0200 Subject: [PATCH 01928/10074] crackpkcs: added `no_autobump!` --- Formula/c/crackpkcs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crackpkcs.rb b/Formula/c/crackpkcs.rb index 1edb2f7ee13f3..e18f14b270062 100644 --- a/Formula/c/crackpkcs.rb +++ b/Formula/c/crackpkcs.rb @@ -5,6 +5,8 @@ class Crackpkcs < Formula sha256 "9cfd0aa1160545810404fff60234c7b6372ce7fcf9df392a7944366cae3fbf25" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "0b89c0ab5d87df237985c9b1c638457eda5e1fb3d3ce2beda99c4b8ee7f0d1b0" sha256 cellar: :any, arm64_ventura: "941c264ba6fed6fb691c2bae290d4a47bf68b62d8fbbbf3cd3f5767ad6b437c7" From d8a6e8951d26321c9ecdab3adcecbd588794ba9e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:20 +0200 Subject: [PATCH 01929/10074] cram: added `no_autobump!` --- Formula/c/cram.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cram.rb b/Formula/c/cram.rb index cb346086d2752..8cffca536a236 100644 --- a/Formula/c/cram.rb +++ b/Formula/c/cram.rb @@ -7,6 +7,8 @@ class Cram < Formula sha256 "7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "380d5fde8323ac893ae796f88c68426acda8933ef993101014a5ab839a8abcfd" end From ba28d069ae83969fb5269949be0eeb3ea7acd10f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:20 +0200 Subject: [PATCH 01930/10074] crash: added `no_autobump!` --- Formula/c/crash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crash.rb b/Formula/c/crash.rb index df0b27d55c9c6..f78c6d2b8a4bc 100644 --- a/Formula/c/crash.rb +++ b/Formula/c/crash.rb @@ -10,6 +10,8 @@ class Crash < Formula regex(%r{v?(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f2b6a3446992c7b2b38b4db049afc77e08c1eeaa3780d12686e298d4f705420b" From 9b59d1544eb811d2d1dfb5a2bea3d12429e4261e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:20 +0200 Subject: [PATCH 01931/10074] crc32c: added `no_autobump!` --- Formula/c/crc32c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crc32c.rb b/Formula/c/crc32c.rb index c7d67efbc393f..2e3d8a5b2190c 100644 --- a/Formula/c/crc32c.rb +++ b/Formula/c/crc32c.rb @@ -6,6 +6,8 @@ class Crc32c < Formula license "BSD-3-Clause" head "https://github.com/google/crc32c.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8ea83fd9714095d17ddcb3b8a8f70d2c5694f35b7b6edc17aa8b32e6952295c8" sha256 cellar: :any, arm64_sonoma: "df5ea233eee7c04d4c606c33132e5a769761ea6466f711832c22393ce0ce7170" From 6561b1bd5c515f6e03fade68e36462aac8242015 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:21 +0200 Subject: [PATCH 01932/10074] crcany: added `no_autobump!` --- Formula/c/crcany.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crcany.rb b/Formula/c/crcany.rb index 8475539fe651b..6555e75f7e973 100644 --- a/Formula/c/crcany.rb +++ b/Formula/c/crcany.rb @@ -6,6 +6,8 @@ class Crcany < Formula license "Zlib" head "https://github.com/madler/crcany.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "edc3456fd296ee992ccd6dc5f64082b1b52789679ea5068c8326874ec600863c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c585ae637459f4db4fb77502ca167aa4375e1b518a193020a01353f98b8a064f" From 49b4e991950dc9fc9656726455888bb15b7a6998 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:21 +0200 Subject: [PATCH 01933/10074] create-api: added `no_autobump!` --- Formula/c/create-api.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/create-api.rb b/Formula/c/create-api.rb index db7536763c58f..b93ea544d71f8 100644 --- a/Formula/c/create-api.rb +++ b/Formula/c/create-api.rb @@ -7,6 +7,8 @@ class CreateApi < Formula revision 1 head "https://github.com/CreateAPI/CreateAPI.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3704ccee2566fbffef69ba830037391340cf4211d7ba722735175c8d97de27c6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "630e2912f2280aeb27c2646cb6af920de7d9c2c5a8c01029bd6d9bfc61ccf823" From 02f8612eb67c33a90c376f8a0a7ae6c4e645a241 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:21 +0200 Subject: [PATCH 01934/10074] create-dmg: added `no_autobump!` --- Formula/c/create-dmg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/create-dmg.rb b/Formula/c/create-dmg.rb index 9a217b0c8b9ca..70f8a661297ea 100644 --- a/Formula/c/create-dmg.rb +++ b/Formula/c/create-dmg.rb @@ -5,6 +5,8 @@ class CreateDmg < Formula sha256 "18e8dd7db06c9d6fb590c7877e1714b79b709f17d1d138bd65e4910cc82391bc" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "ed92cefd6df282057e6c1a162eb453d4c8d3b34a4a8637bf292813817badef81" end From 6e6cd2e03bf60b6f7a055ca5c4257d30de293dc6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:21 +0200 Subject: [PATCH 01935/10074] credstash: added `no_autobump!` --- Formula/c/credstash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/credstash.rb b/Formula/c/credstash.rb index e0b51a4b1439f..4e30a33713160 100644 --- a/Formula/c/credstash.rb +++ b/Formula/c/credstash.rb @@ -9,6 +9,8 @@ class Credstash < Formula revision 11 head "https://github.com/fugue/credstash.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "7e6b3ebdf98c6b6b822df0535c9c2b88f6aa118a4a431373eb49818705b72298" From 583d3661ca46ff71602d95b371072d8ccd1acc2f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:21 +0200 Subject: [PATCH 01936/10074] creduce: added `no_autobump!` --- Formula/c/creduce.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/creduce.rb b/Formula/c/creduce.rb index e708b46c1b336..c5ef59c3481b5 100644 --- a/Formula/c/creduce.rb +++ b/Formula/c/creduce.rb @@ -56,6 +56,8 @@ class Creduce < Formula regex(/^(?:creduce[._-])?v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "752bcd060b5ab5d04efc96dfd67d9128e6fd66a2d9b14b5e59735ba758d2d61b" sha256 cellar: :any, arm64_sonoma: "c489f889cd95d689d226e4965582120a96b1119eb4fb2902c481c6b9338122aa" From addab884da116cb8b99fda73015eca62556066ee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:21 +0200 Subject: [PATCH 01937/10074] crf++: added `no_autobump!` --- Formula/c/crf++.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crf++.rb b/Formula/c/crf++.rb index 527f884dfecb5..dc68e3730616e 100644 --- a/Formula/c/crf++.rb +++ b/Formula/c/crf++.rb @@ -16,6 +16,8 @@ class Crfxx < Formula regex(/CRF\+\+ v?(\d+(?:\.\d+)+)[\s<]/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "af1f4415e133ec77e5dddfd4d967b16069928b8da16a49ee2fa27c77cb3ef616" From e4cb80e9235ef50898c0136d4ee8c3591ac0c091 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:22 +0200 Subject: [PATCH 01938/10074] crfsuite: added `no_autobump!` --- Formula/c/crfsuite.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crfsuite.rb b/Formula/c/crfsuite.rb index 1479c4010b8c3..ba2494867be20 100644 --- a/Formula/c/crfsuite.rb +++ b/Formula/c/crfsuite.rb @@ -5,6 +5,8 @@ class Crfsuite < Formula sha256 "ab83084ed5d4532ec772d96c3e964104d689f2c295915e80299ea3c315335b00" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a927557fa509ed7f639826d4ba8c469eb580b53dcceeab6268a6519fc1b41813" sha256 cellar: :any, arm64_sonoma: "80a144cb4f7425ae6d43e321080cbaad697626aba0356c787ab62a53514a5804" From 1716fd4ef721cfd8221cac65898bfdf319d1f74e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:22 +0200 Subject: [PATCH 01939/10074] criterion: added `no_autobump!` --- Formula/c/criterion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/criterion.rb b/Formula/c/criterion.rb index fe4377e138ec5..35bb7b11f70f7 100644 --- a/Formula/c/criterion.rb +++ b/Formula/c/criterion.rb @@ -7,6 +7,8 @@ class Criterion < Formula revision 2 head "https://github.com/Snaipe/Criterion.git", branch: "bleeding" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "87e4b6050b97f8c93ffa634a013392a08dd9ca6ccde834ab0b38ef960bdbbb3c" sha256 cellar: :any, arm64_sonoma: "cd2f6e03ef7b2bf9e3ba7e6620fc3f7971a98bba90ada27302ac84e1e0019ac4" From 097bbb6121d4b91cfcd84e5a538b394437396ac6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:22 +0200 Subject: [PATCH 01940/10074] crm114: added `no_autobump!` --- Formula/c/crm114.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crm114.rb b/Formula/c/crm114.rb index fc47f464d948e..c25a07e6f1170 100644 --- a/Formula/c/crm114.rb +++ b/Formula/c/crm114.rb @@ -5,6 +5,8 @@ class Crm114 < Formula sha256 "fb626472eca43ac2bc03526d49151c5f76b46b92327ab9ee9c9455210b938c2b" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bdadfd33ce2fbca99f2c353e6a59651f68de4353cf8ba8ec319986a39531e3d5" sha256 cellar: :any, arm64_sonoma: "02293e7f49287e46515f25f788207339c207a9caed0b57c31853b691a9e0358c" From 0b6b375c72649928b346bb4511c023fc411832a8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:22 +0200 Subject: [PATCH 01941/10074] cronolog: added `no_autobump!` --- Formula/c/cronolog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cronolog.rb b/Formula/c/cronolog.rb index bdbae39096394..6d8d28c28f83e 100644 --- a/Formula/c/cronolog.rb +++ b/Formula/c/cronolog.rb @@ -6,6 +6,8 @@ class Cronolog < Formula sha256 "65e91607643e5aa5b336f17636fa474eb6669acc89288e72feb2f54a27edb88e" license "Apache-1.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_ventura: "c35ef462c37f02fcb214571fe0b5a4cee014a21c01f996526468a29479bd2f30" From 78e9ff5153718480ea5f0fc441c0cd29f9d87bdf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:22 +0200 Subject: [PATCH 01942/10074] cruft: added `no_autobump!` --- Formula/c/cruft.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cruft.rb b/Formula/c/cruft.rb index d28696755a95d..7c0eda4ac3d0c 100644 --- a/Formula/c/cruft.rb +++ b/Formula/c/cruft.rb @@ -9,6 +9,8 @@ class Cruft < Formula revision 1 head "https://github.com/cruft/cruft.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e5e41d578ada45a0151ce9c8e2b738bca0676d5a2ae8a9b59a385c67b7a5a182" sha256 cellar: :any, arm64_sonoma: "d35f7ca0f3a67330cde228787fcfd800089ba5bae39aed787f83f7f658ee9998" From 87b24d083f82e21529e4231bb313dd9eba8c24c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:23 +0200 Subject: [PATCH 01943/10074] crunch: added `no_autobump!` --- Formula/c/crunch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crunch.rb b/Formula/c/crunch.rb index b6b5dedb77faf..03a67884c7212 100644 --- a/Formula/c/crunch.rb +++ b/Formula/c/crunch.rb @@ -5,6 +5,8 @@ class Crunch < Formula sha256 "6a8f6c3c7410cc1930e6854d1dadc6691bfef138760509b33722ff2de133fe55" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "902a5ca993d69c4678b0243e7ba59b08c85c85091fdecea036ec25d863da4388" From 57ebe8ef5b4b12d4e99cef36f678568df559c8ee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:23 +0200 Subject: [PATCH 01944/10074] crunchy-cli: added `no_autobump!` --- Formula/c/crunchy-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crunchy-cli.rb b/Formula/c/crunchy-cli.rb index 5de74e0251d7b..6ae97bc13b882 100644 --- a/Formula/c/crunchy-cli.rb +++ b/Formula/c/crunchy-cli.rb @@ -6,6 +6,8 @@ class CrunchyCli < Formula license "MIT" head "https://github.com/crunchy-labs/crunchy-cli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1e9883dac18b6296214f9145e6ff940b68cdb9fba356cb1437081956a92f0d7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "eff25dab580ce0fab83a7bd145c4135f60bc7a33ea7dc2beff2ff1dcec221238" From 0743775b5a55812fe30fcd43d08042dcf2849fbf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:23 +0200 Subject: [PATCH 01945/10074] cryptopp: added `no_autobump!` --- Formula/c/cryptopp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cryptopp.rb b/Formula/c/cryptopp.rb index 680c30d89f970..9b0ffa59c9326 100644 --- a/Formula/c/cryptopp.rb +++ b/Formula/c/cryptopp.rb @@ -16,6 +16,8 @@ class Cryptopp < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "bdd7bfce252e592dc412d8b735a4fac2c9d5868607abbf9253a581c288c21dd9" From 4111797be7c59f9dbcce66606c5cae3a286ec6d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:23 +0200 Subject: [PATCH 01946/10074] crystal-icr: added `no_autobump!` --- Formula/c/crystal-icr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/crystal-icr.rb b/Formula/c/crystal-icr.rb index 472f66a8e0af0..1cf58eb90bdc1 100644 --- a/Formula/c/crystal-icr.rb +++ b/Formula/c/crystal-icr.rb @@ -6,6 +6,8 @@ class CrystalIcr < Formula license "MIT" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "39cdaf2148c5f0a4bd256139cda76e88414ff6f88546030ff3897f879f066e13" From dadce9077bbb3eae9e81f3f7bed7608fde74de88 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:23 +0200 Subject: [PATCH 01947/10074] cscope: added `no_autobump!` --- Formula/c/cscope.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cscope.rb b/Formula/c/cscope.rb index 29d641fc16026..17d76c23e9c1f 100644 --- a/Formula/c/cscope.rb +++ b/Formula/c/cscope.rb @@ -10,6 +10,8 @@ class Cscope < Formula regex(%r{url=.*?/cscope[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "690ea8542348fc155da1a174f6e98cf08d81be181a222853a504124c9071c08b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "45fbc22efa33e380eeca6976ad47869871115e9be506b16dfce771783ccd7c0a" From a546ab55ddb1cfb92e06f232ac388a1cd3d0e5bd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:23 +0200 Subject: [PATCH 01948/10074] csmith: added `no_autobump!` --- Formula/c/csmith.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/csmith.rb b/Formula/c/csmith.rb index 21c74122fc6d5..474ba9df37896 100644 --- a/Formula/c/csmith.rb +++ b/Formula/c/csmith.rb @@ -11,6 +11,8 @@ class Csmith < Formula regex(/^(?:csmith[._-])?v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8da68f418cb134b12223efaea3b1a32c75d51a975458ec0b95ea5cfb90b2810a" sha256 cellar: :any, arm64_sonoma: "52a3fef01ef8a1161d9695787c592c17d405fba995615a6420d5723b8fd49e09" From 678c9cd92ed8aa96ddf98849b13abbd04919d45a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:24 +0200 Subject: [PATCH 01949/10074] csound: added `no_autobump!` --- Formula/c/csound.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/csound.rb b/Formula/c/csound.rb index 7089123664ed1..89659bafee518 100644 --- a/Formula/c/csound.rb +++ b/Formula/c/csound.rb @@ -34,6 +34,8 @@ class Csound < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "61be90827875be2da1ff759baea46c74e0c0ccd7344bc8ab949efe3b05260106" sha256 arm64_sonoma: "71adfde634382610bffb31c3fbf3aeacf25773de90e06b5158e09b18e4d205e9" From ed2947b5b52568b61a5bb88b6503fc5a4d683484 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:24 +0200 Subject: [PATCH 01950/10074] cspice: added `no_autobump!` --- Formula/c/cspice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cspice.rb b/Formula/c/cspice.rb index 13ca7300dcc71..b651f776a9ece 100644 --- a/Formula/c/cspice.rb +++ b/Formula/c/cspice.rb @@ -13,6 +13,8 @@ class Cspice < Formula regex(/current SPICE Toolkit version is (?:<[^>]+?>)?N0*(\d+)/im) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c978ab6a4a6d85e200924e49a41e2da477561637bbd46f49d150614777d8d1ec" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e57b6904ce0cce29f3b74d3ca47e289dbdfd0eea10cf8762720986bad78fe5b" From eed25a41087d357ee4c16985af55bac9481d9ca8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:24 +0200 Subject: [PATCH 01951/10074] csshx: added `no_autobump!` --- Formula/c/csshx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/csshx.rb b/Formula/c/csshx.rb index 37438c19fdc6d..a63bc8a4ec8f4 100644 --- a/Formula/c/csshx.rb +++ b/Formula/c/csshx.rb @@ -8,6 +8,8 @@ class Csshx < Formula license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"] head "https://github.com/brockgr/csshx.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "b8bdc972870bbf205b870ecd86251a2975d517f0da679aecdc0299b9472ef338" From 7b08d07de5a190c6b5d10aa002a79049466ba4ac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:24 +0200 Subject: [PATCH 01952/10074] csvprintf: added `no_autobump!` --- Formula/c/csvprintf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/csvprintf.rb b/Formula/c/csvprintf.rb index 8b6c81147841c..464ce5427e8ae 100644 --- a/Formula/c/csvprintf.rb +++ b/Formula/c/csvprintf.rb @@ -5,6 +5,8 @@ class Csvprintf < Formula sha256 "df034c676b512081f92727f4f36ad38e4d5d91d20a4a9abd52f10885b6c475e7" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "68dca765189cde9bb909b876cb833c3fe9f0e6cd98c7dddf470511374a4b1900" sha256 cellar: :any_skip_relocation, arm64_sonoma: "63b05c840d8e8778e8852c48c86f9d016a5836d166be5ea1e903139447df6e2d" From 5701f45d04f4c4dc0d30ed4a36889fd88183a0d5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:24 +0200 Subject: [PATCH 01953/10074] csvtomd: added `no_autobump!` --- Formula/c/csvtomd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/csvtomd.rb b/Formula/c/csvtomd.rb index 2abf9f1f5cd43..dbebd37f8b520 100644 --- a/Formula/c/csvtomd.rb +++ b/Formula/c/csvtomd.rb @@ -8,6 +8,8 @@ class Csvtomd < Formula license "MIT" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 6 sha256 cellar: :any_skip_relocation, all: "db9a5f1d08b328f96733905f1b05215a8fe89ff95834ebc873a94d3197e16477" From 073573e71fd132b5eee62a6c9290f827ab919e28 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:25 +0200 Subject: [PATCH 01954/10074] ctags: added `no_autobump!` --- Formula/c/ctags.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ctags.rb b/Formula/c/ctags.rb index 19585f5cd1c5e..607986839cce7 100644 --- a/Formula/c/ctags.rb +++ b/Formula/c/ctags.rb @@ -29,6 +29,8 @@ class Ctags < Formula regex(%r{url=.*?/ctags[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "614a735ab93afb5ed2a2f12a66819e0b35a1c644021670057d0cac0fbe9910ae" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b28f3ab751719782670837ff160aa2aee6889b8e0e064da834ac525d383b2e7a" From b00653192f336276c40ac54108021fd639da95eb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:25 +0200 Subject: [PATCH 01955/10074] ctail: added `no_autobump!` --- Formula/c/ctail.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ctail.rb b/Formula/c/ctail.rb index 75954dcdbf401..001f2829d8025 100644 --- a/Formula/c/ctail.rb +++ b/Formula/c/ctail.rb @@ -5,6 +5,8 @@ class Ctail < Formula sha256 "864efb235a5d076167277c9f7812ad5678b477ff9a2e927549ffc19ed95fa911" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "21800dfc7f1557473cc6fe1b4e0716d4fb100c86acbd6bbfe3751b36b02a37f6" From d58132a6e00e5c5f1d766e7aeb882496036c2596 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:25 +0200 Subject: [PATCH 01956/10074] ctemplate: added `no_autobump!` --- Formula/c/ctemplate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ctemplate.rb b/Formula/c/ctemplate.rb index f7ee01e7ce4bd..f288e71c9a30f 100644 --- a/Formula/c/ctemplate.rb +++ b/Formula/c/ctemplate.rb @@ -7,6 +7,8 @@ class Ctemplate < Formula revision 1 head "https://github.com/olafvdspek/ctemplate.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "acd3dba90331797c66b476e02edfb172fc67566fa46866d4b6c72605bb331030" From 428c0736070b08cd317b2efab8fe06163d9ec995 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:25 +0200 Subject: [PATCH 01957/10074] ctl: added `no_autobump!` --- Formula/c/ctl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ctl.rb b/Formula/c/ctl.rb index 00061045ea08e..487041ff238bb 100644 --- a/Formula/c/ctl.rb +++ b/Formula/c/ctl.rb @@ -18,6 +18,8 @@ class Ctl < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9d2f566d3e81d03f0df20a22cafe1a0ffec738af1b3b8d8fb804c66bc57f1e42" sha256 cellar: :any, arm64_sonoma: "6e5fa4335bc1b37de8c3fc53d05b4e6f6d1f98292d7f37101e58b4434b61e3e2" From 981a8716f284b7e0cdb2ad76bda93c4c6d7abb92 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:25 +0200 Subject: [PATCH 01958/10074] ctop: added `no_autobump!` --- Formula/c/ctop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ctop.rb b/Formula/c/ctop.rb index 19ac84397166f..819684172fa17 100644 --- a/Formula/c/ctop.rb +++ b/Formula/c/ctop.rb @@ -7,6 +7,8 @@ class Ctop < Formula license "MIT" head "https://github.com/bcicen/ctop.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd09dd7c11239dd436500639b817a7c935a16033630cfc78b5f6a3acbb763089" sha256 cellar: :any_skip_relocation, arm64_sonoma: "217bb4ee91c955c570491fc44d7ed650854aaa3cb6e08f6269b33b1595bc36f0" From 4b114f5580cfe3360ddbec0b44865a6ca5a9c658 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:25 +0200 Subject: [PATCH 01959/10074] ctpv: added `no_autobump!` --- Formula/c/ctpv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/ctpv.rb b/Formula/c/ctpv.rb index 66ea9c1f1c993..c91037e487d6e 100644 --- a/Formula/c/ctpv.rb +++ b/Formula/c/ctpv.rb @@ -5,6 +5,8 @@ class Ctpv < Formula sha256 "29e458fbc822e960f052b47a1550cb149c28768615cc2dddf21facc5c86f7463" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "37152d389946123d23de9ee5d1bcda011032a94ba42e1df5ce82363c4224ae56" sha256 cellar: :any, arm64_sonoma: "5b92c898bfc950574c2a7b15d19dc064610d2a7df9c0825839ae83d864d49a35" From 709ea595d121b436887cbfca13105fdb41a8b424 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:26 +0200 Subject: [PATCH 01960/10074] cuba: added `no_autobump!` --- Formula/c/cuba.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cuba.rb b/Formula/c/cuba.rb index 061ea9acfe3fc..d0193f8b3317e 100644 --- a/Formula/c/cuba.rb +++ b/Formula/c/cuba.rb @@ -10,6 +10,8 @@ class Cuba < Formula regex(/href=.*?Cuba[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d9f2c34f9e6c4b4e8216db0ccaea18f75b925714037f9893da4aaf54de2b785" sha256 cellar: :any_skip_relocation, arm64_sonoma: "126460773e9096dfca2a9f028be96d8218e7bf3e8bfddd940477763b8b04b49f" From edac6d8913c213770e1200efb0b2a5f8685d2b01 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:26 +0200 Subject: [PATCH 01961/10074] cubeb: added `no_autobump!` --- Formula/c/cubeb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cubeb.rb b/Formula/c/cubeb.rb index 3320684263c6a..e83680afbcb31 100644 --- a/Formula/c/cubeb.rb +++ b/Formula/c/cubeb.rb @@ -12,6 +12,8 @@ class Cubeb < Formula depends_on "libtool" => :build end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "82458e11a000c10cb1268c1e9118c0d0e447fc40d49bb6e0426288ea87d05e1b" sha256 cellar: :any, arm64_sonoma: "478c0b66412477519eeb295fe7788436e843af7f98e10df61de6f8a942235772" From e8d1ede6a7017bd7f230c4d9df4361b9b80aecbd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:26 +0200 Subject: [PATCH 01962/10074] cubelib: added `no_autobump!` --- Formula/c/cubelib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cubelib.rb b/Formula/c/cubelib.rb index 997b0a1560d48..507e8dee6d66f 100644 --- a/Formula/c/cubelib.rb +++ b/Formula/c/cubelib.rb @@ -10,6 +10,8 @@ class Cubelib < Formula regex(/href=.*?cubelib[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "066378b05ed9eb15c6bbf9202e641a932e72e5c4e24ed5071a8df8b95f36fbe3" sha256 arm64_sonoma: "0e1252ac62492b97973bbd9194104d68094c7b0c2fe66238a009e7883b027ad1" From 2a20fcceda0298a4615ab80f1bab5afd3016d4fd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:26 +0200 Subject: [PATCH 01963/10074] cucumber-cpp: added `no_autobump!` --- Formula/c/cucumber-cpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cucumber-cpp.rb b/Formula/c/cucumber-cpp.rb index 38a48ab72d998..f5da6a7e6f272 100644 --- a/Formula/c/cucumber-cpp.rb +++ b/Formula/c/cucumber-cpp.rb @@ -6,6 +6,8 @@ class CucumberCpp < Formula revision: "ceb025fb720f59b3c8d98ab0de02925e7eab225c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebd1f734db83ae5e745b5a870609430170ac0a4db66d0a982054f17f9c11df23" From ea569e9e8c5d258d70ac3407daea455c5ca7f750 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:26 +0200 Subject: [PATCH 01964/10074] cuetools: added `no_autobump!` --- Formula/c/cuetools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cuetools.rb b/Formula/c/cuetools.rb index dee56a9d1dbe2..d74658af86648 100644 --- a/Formula/c/cuetools.rb +++ b/Formula/c/cuetools.rb @@ -6,6 +6,8 @@ class Cuetools < Formula license "GPL-2.0-only" head "https://github.com/svend/cuetools.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c25785b0909d4b8ecee88b331ae515e491427126db45af75fbbcc1e94bd287a9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d73bc896a9509dae8389723d55e686f56d361f361ce19913092d7e3c294acdd1" From 67973100b2affc71531ceeabf697d5318b3d52cd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:26 +0200 Subject: [PATCH 01965/10074] cunit: added `no_autobump!` --- Formula/c/cunit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cunit.rb b/Formula/c/cunit.rb index 6c07b92ecd282..eae68ce1f479d 100644 --- a/Formula/c/cunit.rb +++ b/Formula/c/cunit.rb @@ -5,6 +5,8 @@ class Cunit < Formula sha256 "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214" license "LGPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ed2227559e5ab1d8239ee28d11b8728832ac2301041631b31702a12be8f0d3fe" sha256 cellar: :any, arm64_sonoma: "92297087d6f77632f4db7fb8c436ba6f70c9da28fdc11e56cb975a86ea27cc90" From 78ab7db5ac56c9bf9fae03e8b81d397ec258506b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:27 +0200 Subject: [PATCH 01966/10074] curlcpp: added `no_autobump!` --- Formula/c/curlcpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/curlcpp.rb b/Formula/c/curlcpp.rb index a4f76e98fe381..2a532e9344e42 100644 --- a/Formula/c/curlcpp.rb +++ b/Formula/c/curlcpp.rb @@ -6,6 +6,8 @@ class Curlcpp < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c436767f9b31dfaf4bcb0b173c8a05c338954f2cfe310cc6a5a4b0abd07f19e1" sha256 cellar: :any, arm64_sonoma: "cf6ac3204eff880beee1d8e79aad0fcff5df2a9a9c7599b969a313892ea0d579" From 598dad148f88198f2c0b82a15f8d7770f889890f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:27 +0200 Subject: [PATCH 01967/10074] curlftpfs: added `no_autobump!` --- Formula/c/curlftpfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/curlftpfs.rb b/Formula/c/curlftpfs.rb index b8d5da206a557..1d9941bb85633 100644 --- a/Formula/c/curlftpfs.rb +++ b/Formula/c/curlftpfs.rb @@ -7,6 +7,8 @@ class Curlftpfs < Formula revision 1 head ":pserver:anonymous:@curlftpfs.cvs.sourceforge.net:/cvsroot/curlftpfs", using: :cvs + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_linux: "97a66714ee7e858341e1605187e7e3990dbca8c065735aa24430e976d2899648" From 610d6dde495a133c28c3b98cc6dd922475a8df63 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:27 +0200 Subject: [PATCH 01968/10074] curlpp: added `no_autobump!` --- Formula/c/curlpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/curlpp.rb b/Formula/c/curlpp.rb index f16f4a847949f..7aa40db45051f 100644 --- a/Formula/c/curlpp.rb +++ b/Formula/c/curlpp.rb @@ -6,6 +6,8 @@ class Curlpp < Formula license "MIT" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "52b67581206f16051deeb149813b5353107b51044d7d43946426f5d299ef4343" sha256 cellar: :any, arm64_sonoma: "ffb42c2d6ac1204ba4179cea16388cf29cac5fd50d6dd610fefaba45aa64fd3a" From 39732bd6a8a09b5edd3b27c3036856cdfb38113c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:27 +0200 Subject: [PATCH 01969/10074] curseofwar: added `no_autobump!` --- Formula/c/curseofwar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/curseofwar.rb b/Formula/c/curseofwar.rb index dbdff4b42f180..72432f2c4bff5 100644 --- a/Formula/c/curseofwar.rb +++ b/Formula/c/curseofwar.rb @@ -6,6 +6,8 @@ class Curseofwar < Formula license "GPL-3.0-or-later" head "https://github.com/a-nikolaev/curseofwar.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e7cb41ed1daf26dfe62143dec8cc795d6fe88d2748eac64f6ec5df187f8695b9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4503064e7da38e232ca3d43b46d1ccc8739312ca92bd18b352707e115333f854" From 49e30c1a201db72252320a678e77006cec114c94 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:27 +0200 Subject: [PATCH 01970/10074] cutter: added `no_autobump!` --- Formula/c/cutter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cutter.rb b/Formula/c/cutter.rb index 17f1aac14374a..a00cde037364f 100644 --- a/Formula/c/cutter.rb +++ b/Formula/c/cutter.rb @@ -11,6 +11,8 @@ class Cutter < Formula regex(%r{value=["'][^"']*?/rel/cutter/v?(\d+(?:\.\d+)+)["']}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "64e7611a4932840b48802b8f628f0d1e8cbb7b639f774def7ab734679d35e1d4" sha256 arm64_sonoma: "16bad5398ee66928c15164f769470028aca2912c9b634b45c11cd708f05de11f" From ef98c0cfd5ea9f8704694b2ce4f3b50890100f90 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:28 +0200 Subject: [PATCH 01971/10074] cvs: added `no_autobump!` --- Formula/c/cvs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cvs.rb b/Formula/c/cvs.rb index 0c381dc6d76b4..431944f2d7632 100644 --- a/Formula/c/cvs.rb +++ b/Formula/c/cvs.rb @@ -16,6 +16,8 @@ class Cvs < Formula regex(%r{href=.*?v?(\d+(?:\.\d+)+)/}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "395bcc270613244fc0be159a5cc843cff6696397961958634363d4b1a2241454" sha256 cellar: :any, arm64_sonoma: "e561f130192a57e7fe98eab345f97fd548bdabb62e78a9131a91c3c87f0a4429" From dd2e7f9ebdfd5fb8d327f6c8a405fec6738334bd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:28 +0200 Subject: [PATCH 01972/10074] cvsutils: added `no_autobump!` --- Formula/c/cvsutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cvsutils.rb b/Formula/c/cvsutils.rb index 78cc2b1870ba0..d34e731871c16 100644 --- a/Formula/c/cvsutils.rb +++ b/Formula/c/cvsutils.rb @@ -10,6 +10,8 @@ class Cvsutils < Formula regex(/href=.*?cvsutils[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "9efd138b85d862065f5a5d36e02a4ec04c40b6f669bfe7feb09a08f233991d50" From 39ce263471ec33b7498858014d0b414e328020f0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:28 +0200 Subject: [PATCH 01973/10074] cvsync: added `no_autobump!` --- Formula/c/cvsync.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cvsync.rb b/Formula/c/cvsync.rb index 271ee46fb089e..474b8caae564e 100644 --- a/Formula/c/cvsync.rb +++ b/Formula/c/cvsync.rb @@ -10,6 +10,8 @@ class Cvsync < Formula regex(/href=.*?cvsync[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "c5f77cf63c61c0042ebacea31bc3d2e7548afc08ec738fd6f0a8baf3180b4795" From 5f631099ce6880522149f7faf50f56355ef64541 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:28 +0200 Subject: [PATCH 01974/10074] cwb3: added `no_autobump!` --- Formula/c/cwb3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cwb3.rb b/Formula/c/cwb3.rb index 7e16a7e92d9a1..9ba36d633c550 100644 --- a/Formula/c/cwb3.rb +++ b/Formula/c/cwb3.rb @@ -14,6 +14,8 @@ class Cwb3 < Formula regex(%r{url=.*?/cwb[._-]v?(\d+(?:\.\d+)+)-src\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c5b9638ab57fd314a6ca3d6af0fe467535a2d3a2d10f567c5c479bda9f3ac36b" sha256 cellar: :any, arm64_sonoma: "6e7f9c944d5b1222ea9b1001a4ed77c80ee60fd97418b1326e201def09c26ce9" From 24f9502a84541038007929a95dd8b6b2688e4769 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:28 +0200 Subject: [PATCH 01975/10074] cxxtest: added `no_autobump!` --- Formula/c/cxxtest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cxxtest.rb b/Formula/c/cxxtest.rb index 2acd604e7844e..1de82fb0f4c9f 100644 --- a/Formula/c/cxxtest.rb +++ b/Formula/c/cxxtest.rb @@ -9,6 +9,8 @@ class Cxxtest < Formula license "LGPL-3.0-only" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "643d46c6ac246d2b736860fd8e318a1a25fb4c2b659a18fead5db9fbe6dc9298" From 3e86d68fd0bbfe2d6e2c2981559eb3c098fa67f5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:36:29 +0200 Subject: [PATCH 01976/10074] czmq: added `no_autobump!` --- Formula/c/czmq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/czmq.rb b/Formula/c/czmq.rb index f374edf1c7424..92f7c38883fae 100644 --- a/Formula/c/czmq.rb +++ b/Formula/c/czmq.rb @@ -22,6 +22,8 @@ class Czmq < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "563fccc28279b87f02a5545f8e041090ead4e42f04f5df7e50b421abbb88f1eb" From 26354d061cc8fd2856314039f747c834da4ae259 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:57:50 +0000 Subject: [PATCH 01977/10074] addons-linter: update 7.14.0 bottle. --- Formula/a/addons-linter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/addons-linter.rb b/Formula/a/addons-linter.rb index 793895fef3383..00cef9d8f5ee9 100644 --- a/Formula/a/addons-linter.rb +++ b/Formula/a/addons-linter.rb @@ -6,13 +6,13 @@ class AddonsLinter < Formula license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5f08c19e0418c13d38ef542ed8b07c649c1c08aac568559ca84d8f719870f3e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5f08c19e0418c13d38ef542ed8b07c649c1c08aac568559ca84d8f719870f3e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d5f08c19e0418c13d38ef542ed8b07c649c1c08aac568559ca84d8f719870f3e" - sha256 cellar: :any_skip_relocation, sonoma: "cd61842b2e81d2c6cfd32149f61b6c6c77f74b37f1de6ec57105c59e7d7ec31b" - sha256 cellar: :any_skip_relocation, ventura: "cd61842b2e81d2c6cfd32149f61b6c6c77f74b37f1de6ec57105c59e7d7ec31b" - sha256 cellar: :any_skip_relocation, arm64_linux: "d5f08c19e0418c13d38ef542ed8b07c649c1c08aac568559ca84d8f719870f3e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d5f08c19e0418c13d38ef542ed8b07c649c1c08aac568559ca84d8f719870f3e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" + sha256 cellar: :any_skip_relocation, sonoma: "ba44725088f0528ce75f87e7a3227363b4f0b228983f0b2425fb7b86723cb218" + sha256 cellar: :any_skip_relocation, ventura: "ba44725088f0528ce75f87e7a3227363b4f0b228983f0b2425fb7b86723cb218" + sha256 cellar: :any_skip_relocation, arm64_linux: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" end depends_on "node" From 76a07c329fe4ce65f8f401b02703ed717c59cb2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:57:53 +0000 Subject: [PATCH 01978/10074] argo: update 3.6.9 bottle. --- Formula/a/argo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/argo.rb b/Formula/a/argo.rb index 6c4ab27d291f2..8479392690a3d 100644 --- a/Formula/a/argo.rb +++ b/Formula/a/argo.rb @@ -8,12 +8,12 @@ class Argo < Formula head "https://github.com/argoproj/argo-workflows.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3da4a26a6486416f7a2fe55df225681de31709f28355fd8fac7cada06a165a84" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "603993c968005c06d0f549bfb4cca81e4a57589b0c51ed3b00066509d9f127c8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "93de893620518fe5397bd5bc10beb7a0024bd46836881b6da70c83ff615db0fe" - sha256 cellar: :any_skip_relocation, sonoma: "be6a4c8710c535c8c7e83d7aaf0daa94109cb981c6365cf5511c6c1dce5a5fd4" - sha256 cellar: :any_skip_relocation, ventura: "94a707cd34d957876513f30996a2606d7fd781a2948b986f62899b36d02da2e6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a304887349678148623aac1cc24e86c54a381032b2bda7f1715bb816da4cbf5e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2be6c8c7da0e06cc95196574bf287f4eb67419cfb1218672fc04bf0095d1d665" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fdfcdee846d60f051e71f1613180074deabb6fb80d5ba5652c2a204ffa9d65e0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f11783c714617d2ffa8edd631815ff96b00a453c201c3c495e77381d1e5024f7" + sha256 cellar: :any_skip_relocation, sonoma: "4a591f3304c07f0dc83b931222d8e91298554de6db25e5b0ae1cd94d24d8b620" + sha256 cellar: :any_skip_relocation, ventura: "6d207808ad742598dbf0e3dcdfd9f726f733d8047796bbdd0c4acc6c21e71856" + sha256 cellar: :any_skip_relocation, x86_64_linux: "daae51d345dbccad636fbfc9ca77f1be353edd07e2f2011bcf096dc1d6973d0c" end depends_on "go" => :build From e9822ba9711d06315268f1cf985d1bb0c8c5eb2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:58:36 +0000 Subject: [PATCH 01979/10074] cloudflare-wrangler: update 4.19.0 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 05b6d0be6d2c9..b776ccb3c39cc 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "319ad6a55407713240870396472ba34714226312757c8c16c9ac4f1c0ca5c8ea" - sha256 cellar: :any, arm64_sonoma: "319ad6a55407713240870396472ba34714226312757c8c16c9ac4f1c0ca5c8ea" - sha256 cellar: :any, arm64_ventura: "319ad6a55407713240870396472ba34714226312757c8c16c9ac4f1c0ca5c8ea" - sha256 sonoma: "2469fa6ab6af642d53f432eb12675fe018c4c2ab538c7e2314d24c6512d9c48f" - sha256 ventura: "2469fa6ab6af642d53f432eb12675fe018c4c2ab538c7e2314d24c6512d9c48f" - sha256 cellar: :any_skip_relocation, arm64_linux: "21015f451b97b2210a27098a6bf19335cd4ebaedc71108092bed57ec4a1a4558" - sha256 cellar: :any_skip_relocation, x86_64_linux: "35794551a8dab029eb346c63ce3fa7da3494f5d702d06917b38811c9b906bee0" + sha256 cellar: :any, arm64_sequoia: "25e84bc15a917c6b796c9acb2fd2bb8bf59dc6507cbe147d54ca4ba98d9cb497" + sha256 cellar: :any, arm64_sonoma: "25e84bc15a917c6b796c9acb2fd2bb8bf59dc6507cbe147d54ca4ba98d9cb497" + sha256 cellar: :any, arm64_ventura: "25e84bc15a917c6b796c9acb2fd2bb8bf59dc6507cbe147d54ca4ba98d9cb497" + sha256 sonoma: "bb8ba54588954046816d232a455933dd4396f3f438e162601f349b48d2ca6725" + sha256 ventura: "bb8ba54588954046816d232a455933dd4396f3f438e162601f349b48d2ca6725" + sha256 cellar: :any_skip_relocation, arm64_linux: "0e09a1b809348d066b14551e957d417bce4ced1f6d5a727f1857eba43b6ea2d1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "575767037c1ff5eee2bad4c034df77a858240c9a3d04ee5b11e5e983019efbe8" end depends_on "node" From 061be24bfe05aa0864a3db7a85d43459359de64f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:59:46 +0000 Subject: [PATCH 01980/10074] jenkins: update 2.513 bottle. --- Formula/j/jenkins.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/j/jenkins.rb b/Formula/j/jenkins.rb index 9cd2e0331be68..287f5428d58c3 100644 --- a/Formula/j/jenkins.rb +++ b/Formula/j/jenkins.rb @@ -11,7 +11,7 @@ class Jenkins < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "8cb36ccccdf6981deb9ee86d8c6343fd9c7e8b6c916870c0803f00d732f27c69" + sha256 cellar: :any_skip_relocation, all: "f8144fab6ffc107e72cf13cc69cb4c38f3e17d61a58f509401109c7026308bb2" end head do From 7ffe3d3287cec8a04241edbfcb85ec8c05670b83 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:00:17 +0000 Subject: [PATCH 01981/10074] libsolv: update 0.7.33 bottle. --- Formula/lib/libsolv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libsolv.rb b/Formula/lib/libsolv.rb index 37e38245d994b..ff5e92a0a4b67 100644 --- a/Formula/lib/libsolv.rb +++ b/Formula/lib/libsolv.rb @@ -11,13 +11,13 @@ class Libsolv < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2bc80f057a12b2a40d26053ae589b9131b16cef68f74493dedaec29e9931a1b6" - sha256 cellar: :any, arm64_sonoma: "3363ee930719a9550a4698243c1c8682a595196bff4842269f1b455ec2361cc7" - sha256 cellar: :any, arm64_ventura: "2033c44f271b189ea8288d7ae870463e7308fe043b9feb14da0a219f5fe40c1f" - sha256 cellar: :any, sonoma: "7fa9db2506a3ca843a326757b4f2febb2fcbc549858a2093c66c62220001991d" - sha256 cellar: :any, ventura: "f7cb370401248e2a75234ccedc928809eca59ed89c25558cc5f3e5af1f3a15c9" - sha256 cellar: :any_skip_relocation, arm64_linux: "abbc5e841babfdde7d81f6eab2f0afc3130dad0793f39b41d170aa78cb4d4aa4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a03fd9145d161285fb486032504b3ef2a6c41a058d29e592534434f8d3ce1fc" + sha256 cellar: :any, arm64_sequoia: "8c20e921848ef410a5c77803ead0374d70ccc593aaaf543626a29263a2348a0f" + sha256 cellar: :any, arm64_sonoma: "da834535bcc64c3e6d586ec4d1371b781170b983ffa9f6874145cfc6a010d531" + sha256 cellar: :any, arm64_ventura: "404a8fe6d417920bfc54e89467e81023bfff1fc719f8574db4d405b96ee1f501" + sha256 cellar: :any, sonoma: "73ef8f8def05699f78254adc9ba95a10e6f920e4d79dfee60a565e910d5da505" + sha256 cellar: :any, ventura: "060ebf653cdd06678c533fe7f23c621e4ad5031ae93ae964446de8b685cce3e6" + sha256 cellar: :any_skip_relocation, arm64_linux: "4978a9432bab01ba6bdb3d312204bb69ca97b1bc85d87834328a8cd4947ccf09" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eb1d5d0e1b803b524614e71271e5634ccb4fde5f52e6fd62361bce44a9687e15" end depends_on "cmake" => :build From bb0d857d96f2c4d4cd643181e931cadaeced05ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:02:34 +0000 Subject: [PATCH 01982/10074] ramalama: update 0.9.0 bottle. --- Formula/r/ramalama.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ramalama.rb b/Formula/r/ramalama.rb index 2a41bd6adc591..13002a2c37d8f 100644 --- a/Formula/r/ramalama.rb +++ b/Formula/r/ramalama.rb @@ -8,13 +8,13 @@ class Ramalama < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa06e298e812a0da6d3a77d4f5bd42f566539284caef4e625122d0cd8eb28384" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa06e298e812a0da6d3a77d4f5bd42f566539284caef4e625122d0cd8eb28384" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fa06e298e812a0da6d3a77d4f5bd42f566539284caef4e625122d0cd8eb28384" - sha256 cellar: :any_skip_relocation, sonoma: "abd9a7fbaf48b16e5899edc06a7679003e54cf7a04635d08f85d2fab02b4ce87" - sha256 cellar: :any_skip_relocation, ventura: "abd9a7fbaf48b16e5899edc06a7679003e54cf7a04635d08f85d2fab02b4ce87" - sha256 cellar: :any_skip_relocation, arm64_linux: "44b87d63f9bc08b822d940ee51e21f0aeb7c0eb0360c821fe6bcb89aa1d22ef5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "44b87d63f9bc08b822d940ee51e21f0aeb7c0eb0360c821fe6bcb89aa1d22ef5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "15fc72a46d8a9211648d780a38ba64989c90dc4b55479aabfc95598c9a48d30c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "15fc72a46d8a9211648d780a38ba64989c90dc4b55479aabfc95598c9a48d30c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "15fc72a46d8a9211648d780a38ba64989c90dc4b55479aabfc95598c9a48d30c" + sha256 cellar: :any_skip_relocation, sonoma: "34685c207b9105825ba20a873864db5d164af8fe08d86fa160a2c7fd3d197671" + sha256 cellar: :any_skip_relocation, ventura: "34685c207b9105825ba20a873864db5d164af8fe08d86fa160a2c7fd3d197671" + sha256 cellar: :any_skip_relocation, arm64_linux: "68e157e6fc0e68a811656c287d6b9a6b19bbd79bd69cd9431f8610b93b951cf0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "68e157e6fc0e68a811656c287d6b9a6b19bbd79bd69cd9431f8610b93b951cf0" end depends_on "llama.cpp" From 332e5a3de68c0caba5663dd1b9239c78caa2f4c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:02:47 +0000 Subject: [PATCH 01983/10074] pyqt-builder: update 1.18.2 bottle. --- Formula/p/pyqt-builder.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pyqt-builder.rb b/Formula/p/pyqt-builder.rb index 4b6bdbfe21f6f..f8951824cd20d 100644 --- a/Formula/p/pyqt-builder.rb +++ b/Formula/p/pyqt-builder.rb @@ -9,13 +9,13 @@ class PyqtBuilder < Formula head "https://github.com/Python-PyQt/PyQt-builder.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6f9c9a7e2ca2bbe7f09634407a93aea1de9ecd5e898656c6157070cebd210d5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6f9c9a7e2ca2bbe7f09634407a93aea1de9ecd5e898656c6157070cebd210d5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f6f9c9a7e2ca2bbe7f09634407a93aea1de9ecd5e898656c6157070cebd210d5" - sha256 cellar: :any_skip_relocation, sonoma: "bbcd019ff2169a36e038d2991a7c237dbe504c7b68a0ac943e32d2053765754c" - sha256 cellar: :any_skip_relocation, ventura: "bbcd019ff2169a36e038d2991a7c237dbe504c7b68a0ac943e32d2053765754c" - sha256 cellar: :any_skip_relocation, arm64_linux: "2d76dd4cd42912d127622a98c68edb106af7c530482d1361565a7eebc9307772" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2d76dd4cd42912d127622a98c68edb106af7c530482d1361565a7eebc9307772" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a770fbc77615a679c0132946d6ef15e1a1a428b38eaf58ac651051db989b3f5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a770fbc77615a679c0132946d6ef15e1a1a428b38eaf58ac651051db989b3f5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a770fbc77615a679c0132946d6ef15e1a1a428b38eaf58ac651051db989b3f5" + sha256 cellar: :any_skip_relocation, sonoma: "c6c1b630d1bbd38fa2d4a4413728e87b2c902783e73dd9de9e9b00cfad5a2298" + sha256 cellar: :any_skip_relocation, ventura: "c6c1b630d1bbd38fa2d4a4413728e87b2c902783e73dd9de9e9b00cfad5a2298" + sha256 cellar: :any_skip_relocation, arm64_linux: "3e740fdb31ed502739018196caed6e6f3d2a1ae55219f5028584f738cd82de98" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3e740fdb31ed502739018196caed6e6f3d2a1ae55219f5028584f738cd82de98" end depends_on "python@3.13" From 6c0c2ffd08cc49ae1492a45b692ac920a5a77fb7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:03:07 +0000 Subject: [PATCH 01984/10074] rio: update 0.2.17 bottle. --- Formula/r/rio.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/rio.rb b/Formula/r/rio.rb index 0cc6e2346a4e0..24056e964575e 100644 --- a/Formula/r/rio.rb +++ b/Formula/r/rio.rb @@ -12,11 +12,11 @@ class Rio < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "60e0f7815ac005bdb04aaeda741ee0c8f8fbb36710d3f6d91064f567890bd740" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1040cd0896cafd0e9ab1000e2bd7492187ebd39f375d355024bafeed04b4db6c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "24b8a8dfc3457e66622a02e77a386b79d47cdde3a298746d78ca4d8f4707630a" - sha256 cellar: :any_skip_relocation, sonoma: "3212ba394d58f010e249d572de9200a19cce94d99bb65f4293af56ee363bd908" - sha256 cellar: :any_skip_relocation, ventura: "acfc487866381e11c305e80bfb2b1a4778422106f4e2045d3e37da155b97d305" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ded2b1f7e80cb603248d91dca75a0dac62b360c2ff2226342a119ca2ba193f88" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d91e45ebbed91ee1961b6e5d225bb63186a43ef7e9e4a0582fbf7872f886b70" + sha256 cellar: :any_skip_relocation, arm64_ventura: "71306f1aef973b018a50754f6473f92d68ad1abe9edea72195cf0769b157cb53" + sha256 cellar: :any_skip_relocation, sonoma: "e3dfb003c16f41287f1a3be11914edf6b13b8b1e70fd0ea65413508251a08600" + sha256 cellar: :any_skip_relocation, ventura: "9af55f6296f895cc0b15db662f5c88aacbb716eaabad12a1dfbf9f2e69070022" end depends_on "rust" => :build From 1ceee35561791ae8e7b8751ec7dd073786a15896 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:04:46 +0000 Subject: [PATCH 01985/10074] smug: update 0.3.7 bottle. --- Formula/s/smug.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/s/smug.rb b/Formula/s/smug.rb index 592dc9ffabfd9..467dfee159859 100644 --- a/Formula/s/smug.rb +++ b/Formula/s/smug.rb @@ -6,13 +6,12 @@ class Smug < Formula license "MIT" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5f45667e3e7a430656241eb38b85cd3d25a8d13159a806b3477148e75cd9c32" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5f45667e3e7a430656241eb38b85cd3d25a8d13159a806b3477148e75cd9c32" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b5f45667e3e7a430656241eb38b85cd3d25a8d13159a806b3477148e75cd9c32" - sha256 cellar: :any_skip_relocation, sonoma: "da2615272e49b0c311b196b597bbf9681283b2120931d29292ee38f58cd053e6" - sha256 cellar: :any_skip_relocation, ventura: "da2615272e49b0c311b196b597bbf9681283b2120931d29292ee38f58cd053e6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "262cd8d04d0628dcf493599c3301cf7eafd462a65f030683da7867a1ed7dc208" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c88e9162f9c3852ab55add3ef19c595488db86188d2e6ae3e999ba256a3d7281" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c88e9162f9c3852ab55add3ef19c595488db86188d2e6ae3e999ba256a3d7281" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c88e9162f9c3852ab55add3ef19c595488db86188d2e6ae3e999ba256a3d7281" + sha256 cellar: :any_skip_relocation, sonoma: "7e13993f4a136cfeaf29ebd9fe8e0f0586e16fee26fe20b382b3a67310a0bf54" + sha256 cellar: :any_skip_relocation, ventura: "7e13993f4a136cfeaf29ebd9fe8e0f0586e16fee26fe20b382b3a67310a0bf54" + sha256 cellar: :any_skip_relocation, x86_64_linux: "969f5675a11d65352c9bbf03ce0e0969886ba069c2ccfdad5ec83b853705e543" end depends_on "go" => :build From 58d43b5b0f9deb99775e73afb33f0d833214511d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:05:34 +0000 Subject: [PATCH 01986/10074] vespa-cli: update 8.526.15 bottle. --- Formula/v/vespa-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/vespa-cli.rb b/Formula/v/vespa-cli.rb index 76f110cc67400..c2835203f9128 100644 --- a/Formula/v/vespa-cli.rb +++ b/Formula/v/vespa-cli.rb @@ -14,12 +14,12 @@ class VespaCli < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b4d1c28f8ec8349eea822ba06c17bb56a867ac783a3fcebcac37df30084b170" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e663208434b36f0a2965b8ef23a95733486254bcf967b0f173a5a3ffdfbd396d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c0173706a3f3dc72963b9e175d3a46b8635095a1892fc7501b0f298b0f5276b3" - sha256 cellar: :any_skip_relocation, sonoma: "064a6f8981ba47539c288b19dcde856090a61d82d5137746d451d27157c5479c" - sha256 cellar: :any_skip_relocation, ventura: "03bbd11a116110e6705b1b45b893ffd7c2db9a3490b71abccb09804603dbff0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0651549ebb2253340594c5db655def89b29b17366577f77a7324300d32993a75" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "59cb11ab7a1c28c239ac94f562f613e4ddba4b25c73d633f81d69734bb16e769" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f380c7f9033d70b803467dbca2907b4077234c1d25902fc5c7ed6d451f90126a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ea7148e13001900ead28405ec906850282280270c88963a1b92248dca75d1084" + sha256 cellar: :any_skip_relocation, sonoma: "f4c77beeeef6378dd0254c3eebaf7f0d1e553673eee97e4a448d37cccdbfd175" + sha256 cellar: :any_skip_relocation, ventura: "ff9b5cdeb7f403bb82b75ff6d3f90372cd474a4e218585a16a1202ce5d57c738" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d3ad87af526fd7f8f357da5e108b5c513b4056ef8cd0fcd620c0531539ddd547" end depends_on "go" => :build From 908d3c93db1d2698e751383a882d3e49b4e39cf4 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:15:47 -0500 Subject: [PATCH 01987/10074] mesheryctl 0.8.96 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index cdd0c9ae14015..81ba0f4b34181 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.92", - revision: "9ede6e90351cbc46d1bf4736f0985fc0de5d28c8" + tag: "v0.8.96", + revision: "063613ec41e1c6477635d502f69052271882801c" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 6f4355bd86503f7c079bce8bf5191f6ba73b0865 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:01:22 +0000 Subject: [PATCH 01988/10074] sip: update 6.12.0 bottle. --- Formula/s/sip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sip.rb b/Formula/s/sip.rb index 54b020015e91f..d89efde961113 100644 --- a/Formula/s/sip.rb +++ b/Formula/s/sip.rb @@ -9,13 +9,13 @@ class Sip < Formula head "https://github.com/Python-SIP/sip.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce4c69155ae1a5ec482636deb7ca18c592dc9f55c81a08ad203ca2665ac51ee0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce4c69155ae1a5ec482636deb7ca18c592dc9f55c81a08ad203ca2665ac51ee0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce4c69155ae1a5ec482636deb7ca18c592dc9f55c81a08ad203ca2665ac51ee0" - sha256 cellar: :any_skip_relocation, sonoma: "52a876478482491abbbb2921533ef70fc5e8b5cccc232406674d63345b24e5b9" - sha256 cellar: :any_skip_relocation, ventura: "52a876478482491abbbb2921533ef70fc5e8b5cccc232406674d63345b24e5b9" - sha256 cellar: :any_skip_relocation, arm64_linux: "4c950820f47c4ea50e60161eb8a30c1e9e1ccc2c75a0a8d4d09a5a71da9ccfa0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4c950820f47c4ea50e60161eb8a30c1e9e1ccc2c75a0a8d4d09a5a71da9ccfa0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f298136ca0d625d7cd5e6ca41bdd887262f9cd7ab56b4cbf11019b04a7082ce3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f298136ca0d625d7cd5e6ca41bdd887262f9cd7ab56b4cbf11019b04a7082ce3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f298136ca0d625d7cd5e6ca41bdd887262f9cd7ab56b4cbf11019b04a7082ce3" + sha256 cellar: :any_skip_relocation, sonoma: "489a7d9dc8b1f0439675f6dc550d7da9eee040d304fcaf960ff371825ec05d79" + sha256 cellar: :any_skip_relocation, ventura: "489a7d9dc8b1f0439675f6dc550d7da9eee040d304fcaf960ff371825ec05d79" + sha256 cellar: :any_skip_relocation, arm64_linux: "a44c1a2f3ea1b3976bedb2df9edea3b0be8ba1356de0ada90b746bc087cd0be7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a44c1a2f3ea1b3976bedb2df9edea3b0be8ba1356de0ada90b746bc087cd0be7" end depends_on "python@3.13" From 74671c933c2f1c060e44f24b0821a8f7a02b7453 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:01:28 +0000 Subject: [PATCH 01989/10074] mesheryctl: update 0.8.96 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 81ba0f4b34181..91d657118f2a0 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55" - sha256 cellar: :any_skip_relocation, sonoma: "fe06973ddcd82b654ee6989f98f2dcf36a20b3b8215056e67b67854ce79f9dc3" - sha256 cellar: :any_skip_relocation, ventura: "fe06973ddcd82b654ee6989f98f2dcf36a20b3b8215056e67b67854ce79f9dc3" - sha256 cellar: :any_skip_relocation, arm64_linux: "c8e833a6532d020931d289523c9bf15caaf06f7ae1bce03b694681f1a360ff33" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e169c622d4e12cf07556d682a12069011f6f8b87727575b1a14451ea831bcbb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c4c6a924e8b31d0e991b5e5652a4751d45ef0f41ffb59e4edf32d57501ed656" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c4c6a924e8b31d0e991b5e5652a4751d45ef0f41ffb59e4edf32d57501ed656" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4c4c6a924e8b31d0e991b5e5652a4751d45ef0f41ffb59e4edf32d57501ed656" + sha256 cellar: :any_skip_relocation, sonoma: "b7bf1ec14de61145dbfe3aa25064f0e5dd8d5e0535714416cdf60b2deefc78e7" + sha256 cellar: :any_skip_relocation, ventura: "b7bf1ec14de61145dbfe3aa25064f0e5dd8d5e0535714416cdf60b2deefc78e7" + sha256 cellar: :any_skip_relocation, arm64_linux: "5ee999b62266420d01045cacae46fb082513b1dbebcb846d65c430213702da9c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a1bdd67909668d46fa83796db361b9b1c7eb3ec5bf7840bef9298ada63c22be" end depends_on "go" => :build From be347ac7506e2e609a959f8869862d505b3df4d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:20:20 +0000 Subject: [PATCH 01990/10074] text-embeddings-inference: update 1.7.1 bottle. --- Formula/t/text-embeddings-inference.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/text-embeddings-inference.rb b/Formula/t/text-embeddings-inference.rb index 9de00a95c4128..f92e60d4ed035 100644 --- a/Formula/t/text-embeddings-inference.rb +++ b/Formula/t/text-embeddings-inference.rb @@ -6,13 +6,13 @@ class TextEmbeddingsInference < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b31c7b07243ae9eac43a5720ea5a0c943478130a6774b2ab37dd9433607878cb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac1df833c4b595c2306fbd150c94d7471f3c462bd22937e8558834e11ff76a2b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3cfff674ba4adc56cb746ef985e6ccd173d0b84b1c0774ce313ad6971dcf84e3" - sha256 cellar: :any_skip_relocation, sonoma: "7d328ee1717b4c6b3779a2e372fa92385e1513154b97eb91741e4b5206f1bc25" - sha256 cellar: :any_skip_relocation, ventura: "d620ccac5d7b693d860e249e705d5e21dd044b45c42309f8cff5b31c2515a696" - sha256 cellar: :any_skip_relocation, arm64_linux: "c452f485510827673e684f809e9faad64298b823ec87860c0b5c9cbc6adc26d8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fe08f0101ab2c50c64e636f04546339bc95392522fe569676c7fa4b4ff5d80f6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd991dc030d260b56a105bc0ca4c10c3d799f82808da500a0733ac07f8807bb6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9444bc5be90598becfc835e6bb7a18c7f9f8527e74bbc643d839557e1cb0ef9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "991cae61c60f0a11b27f57379fa01ebce3c79b0a70da4aaf6a43b9874559171c" + sha256 cellar: :any_skip_relocation, sonoma: "158804dc222f57a24836c1d3b20e9d584fd3d296e58fb2986be866229ac26ede" + sha256 cellar: :any_skip_relocation, ventura: "b5da583421fecf126cfadf2b78d3d6ed48f110163d0f70b5e92f2a22be7c6c97" + sha256 cellar: :any_skip_relocation, arm64_linux: "8b51deebc75811f3dcd592a430a054ec8610cef5ae97a8feaec9816237ea0b86" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f1f72b07d67b3ad006d9177d0512964f20e7a1055325e611aa3cf3842ef112c" end depends_on "pkgconf" => :build From e8dc7ba20e448301378fa7a21d380ff494b7565b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 3 Jun 2025 18:53:01 +0200 Subject: [PATCH 01991/10074] libgig 4.5.0 Signed-off-by: botantony --- Formula/lib/libgig.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libgig.rb b/Formula/lib/libgig.rb index fefac53e7b3df..5ff12da1afc2f 100644 --- a/Formula/lib/libgig.rb +++ b/Formula/lib/libgig.rb @@ -1,8 +1,8 @@ class Libgig < Formula desc "Library for Gigasampler and DLS (Downloadable Sounds) Level 1/2 files" homepage "https://www.linuxsampler.org/libgig/" - url "https://download.linuxsampler.org/packages/libgig-4.4.1.tar.bz2" - sha256 "fdc89efab1f906128e6c54729967577e8d0462017018bc12551257df5dfe3aa4" + url "https://download.linuxsampler.org/packages/libgig-4.5.0.tar.bz2" + sha256 "0879d28b9b6392da5985826dbdd8d9c957b2a032a2f10190506aef2e22f3c54a" license "GPL-2.0-or-later" livecheck do From 8f3a9c773cdbd831dd3cdc868b0f44b9ebf0ac48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:02 +0200 Subject: [PATCH 01992/10074] easy-tag: added `no_autobump!` --- Formula/e/easy-tag.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/easy-tag.rb b/Formula/e/easy-tag.rb index 42ddcf01b34a9..b10b93f8fedb9 100644 --- a/Formula/e/easy-tag.rb +++ b/Formula/e/easy-tag.rb @@ -6,6 +6,8 @@ class EasyTag < Formula license "GPL-2.0-or-later" revision 12 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d04b63e28faa7da6ebab02e67dbf9b815cb4da4e382d98cac430184426a73f9b" sha256 arm64_sonoma: "6f77c6d7fe588b1bf054cb77d0a9f3fc1a3021b8197ed2e2f30f08441ebb7749" From 5941ea2c0632dcdf200a0ec392879335b801663f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:02 +0200 Subject: [PATCH 01993/10074] easyeda2kicad: added `no_autobump!` --- Formula/e/easyeda2kicad.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/easyeda2kicad.rb b/Formula/e/easyeda2kicad.rb index 523ae39158207..5cce0fccc0135 100644 --- a/Formula/e/easyeda2kicad.rb +++ b/Formula/e/easyeda2kicad.rb @@ -8,6 +8,8 @@ class Easyeda2kicad < Formula license "AGPL-3.0-or-later" head "https://github.com/uPesy/easyeda2kicad.py.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "63ed5e301650da8befc358c541925387a1f08b8eff7f0ce6a6c929a305961945" sha256 cellar: :any, arm64_sonoma: "d0014b3a6121857ab6c8bd613f394d1c18d68ec6491b20bc60834a76109936ab" From 2fbd62d3acfd0f96af2b83261a3903fba1709a2c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:02 +0200 Subject: [PATCH 01994/10074] easyrpg-player: added `no_autobump!` --- Formula/e/easyrpg-player.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/easyrpg-player.rb b/Formula/e/easyrpg-player.rb index 19f268b667115..29f448605dc81 100644 --- a/Formula/e/easyrpg-player.rb +++ b/Formula/e/easyrpg-player.rb @@ -10,6 +10,8 @@ class EasyrpgPlayer < Formula regex(/href=.*?easyrpg-player[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "bfcc503e8f0ee35e4b4cd08fc3b813a444608597916333df7b1ad7bcf0a659bc" From d1ecf3f971486afb694cdd2c269d8c2f378a493b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:02 +0200 Subject: [PATCH 01995/10074] eatmemory: added `no_autobump!` --- Formula/e/eatmemory.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/eatmemory.rb b/Formula/e/eatmemory.rb index 09cf0520dc6ac..e61239b703d32 100644 --- a/Formula/e/eatmemory.rb +++ b/Formula/e/eatmemory.rb @@ -5,6 +5,8 @@ class Eatmemory < Formula sha256 "568622f6aef9e20e7d5c5bb66ab7ce74bec458415b8135921fe6d2425450b374" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e7bd76b7716d888a22230bc74357a62fd3c4b2a8e4cfe2846dba3bec52e856a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c83f4e8d97be2623b0294a9fca3c163f47690b3609475e76056c672b7ef6cca" From f9b8de3431370233568f86b449645933759c72a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:02 +0200 Subject: [PATCH 01996/10074] ebook-tools: added `no_autobump!` --- Formula/e/ebook-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ebook-tools.rb b/Formula/e/ebook-tools.rb index ace9421634807..44fd0edb18a50 100644 --- a/Formula/e/ebook-tools.rb +++ b/Formula/e/ebook-tools.rb @@ -6,6 +6,8 @@ class EbookTools < Formula license "MIT" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f5941a8ccff53411313a9126e9414bb6ee069ac5ac3b4ebf819d0b98bc757460" sha256 cellar: :any, arm64_sonoma: "62256c5eb6880252f8110c8c35d9c84bd9838bce63de8af4377497d19da21d82" From 0367fe4f29d6d0a134ba277f8c6fb6b236a4b3c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:03 +0200 Subject: [PATCH 01997/10074] ebook2cw: added `no_autobump!` --- Formula/e/ebook2cw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ebook2cw.rb b/Formula/e/ebook2cw.rb index 9fcc825ca8ec1..8ce1cb372dc0c 100644 --- a/Formula/e/ebook2cw.rb +++ b/Formula/e/ebook2cw.rb @@ -10,6 +10,8 @@ class Ebook2cw < Formula regex(/href=.*?ebook2cw[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8ee60330873ad88bbe4346269b4ce0f1c1598382e98ebfae5a264d8af4474148" sha256 arm64_sonoma: "db414d0d717be52093b787e79f866d82e2f91fbdf7290b89b194ce5da6a2116b" From 4a14c69391ee0448444afb52df6431b125048f6d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:03 +0200 Subject: [PATCH 01998/10074] ecasound: added `no_autobump!` --- Formula/e/ecasound.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ecasound.rb b/Formula/e/ecasound.rb index 4fa64b050e83e..2efafb723336e 100644 --- a/Formula/e/ecasound.rb +++ b/Formula/e/ecasound.rb @@ -10,6 +10,8 @@ class Ecasound < Formula regex(/href=.*?ecasound[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "44c42355a7959b320035dc42229da1ea6996934e220820a8e51c8c9b45e882ed" sha256 arm64_sonoma: "fdcc51560354d8507e799d8d6e9f61b77cc31daddcc76afb058e78049d10695f" From b603e09114e68e8f9a645f1b9259d75f3ecf39d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:03 +0200 Subject: [PATCH 01999/10074] ecm: added `no_autobump!` --- Formula/e/ecm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ecm.rb b/Formula/e/ecm.rb index f941e6dbbebd3..63a8169eabe04 100644 --- a/Formula/e/ecm.rb +++ b/Formula/e/ecm.rb @@ -6,6 +6,8 @@ class Ecm < Formula sha256 "1d0d19666f46d9a2fc7e534f52475e80a274e93bdd3c010a75fe833f8188b425" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "425a4fb200db26245c891166bbfbc2238d96f53bc94d24171adbaa58d321297c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fdf32f3a049870985a1a971414a46077e2735cf8d4df10326ed5807d661601a4" From bffee9ac79f67e89d92d8ce1447383a08d4a9a50 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:03 +0200 Subject: [PATCH 02000/10074] ecoji: added `no_autobump!` --- Formula/e/ecoji.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ecoji.rb b/Formula/e/ecoji.rb index b8b3de95d55a6..bb8394548b493 100644 --- a/Formula/e/ecoji.rb +++ b/Formula/e/ecoji.rb @@ -6,6 +6,8 @@ class Ecoji < Formula license "Apache-2.0" head "https://github.com/keith-turner/ecoji.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdfbe5a6aafb24454e05f4847c9b942f2cfa1f68872fd0e29f0afa67fd325b65" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b250a66fa8d6343158e39d70d313eb2ceb2ca22bb22c9a00744bb8f72f90e95a" From e49daf06b35de49cecea5b9ffb34aa8f51724c47 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:03 +0200 Subject: [PATCH 02001/10074] eg: added `no_autobump!` --- Formula/e/eg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/eg.rb b/Formula/e/eg.rb index 3c8a2814706b7..a4f2bfc6255b6 100644 --- a/Formula/e/eg.rb +++ b/Formula/e/eg.rb @@ -6,6 +6,8 @@ class Eg < Formula license "GPL-2.0-or-later" head "https://github.com/davep/eg.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "88dbfa7cf9217122bc925c3681ee19cefcdb758063696fa00577967301b34fbb" sha256 arm64_sonoma: "76e0f0b7dadc29420b7a83e10425eda231ba773ee90485838605b87d3934d964" From 86cafb0711cc0a44e75571070808e46c991ec472 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:03 +0200 Subject: [PATCH 02002/10074] eiffelstudio: added `no_autobump!` --- Formula/e/eiffelstudio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/eiffelstudio.rb b/Formula/e/eiffelstudio.rb index c8b6237d3b215..75703dfe87c2a 100644 --- a/Formula/e/eiffelstudio.rb +++ b/Formula/e/eiffelstudio.rb @@ -14,6 +14,8 @@ class Eiffelstudio < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "439bf0adf57faebf0897400e531338efeb4e91e7b9a4470ba94932d3025d3cbb" From 782a31db0c369c75ac2f13f020f492791b09ab89 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:04 +0200 Subject: [PATCH 02003/10074] eigen: added `no_autobump!` --- Formula/e/eigen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/eigen.rb b/Formula/e/eigen.rb index 5c66890cf9a0b..a355cca48eca9 100644 --- a/Formula/e/eigen.rb +++ b/Formula/e/eigen.rb @@ -12,6 +12,8 @@ class Eigen < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "06503290dc3c07a67b8f582046b0a7f0bd68c2cb2da1e5bc071710de5ba7f5ec" From 2157e990db958c300946aee7fe42132e2e2ce732 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:04 +0200 Subject: [PATCH 02004/10074] ekg2: added `no_autobump!` --- Formula/e/ekg2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ekg2.rb b/Formula/e/ekg2.rb index 7a74ed9e64398..288cb3ac14049 100644 --- a/Formula/e/ekg2.rb +++ b/Formula/e/ekg2.rb @@ -28,6 +28,8 @@ class Ekg2 < Formula regex(/^ekg2[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "093e0e759abe9e253507d69e7a3008e5384ab7726caed5e008ef668d0a88703e" From 92c598ecc30ab63d5353a3a96f67e0a31df406bb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:04 +0200 Subject: [PATCH 02005/10074] ekhtml: added `no_autobump!` --- Formula/e/ekhtml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ekhtml.rb b/Formula/e/ekhtml.rb index affb4543d8c94..68308ad94c64e 100644 --- a/Formula/e/ekhtml.rb +++ b/Formula/e/ekhtml.rb @@ -5,6 +5,8 @@ class Ekhtml < Formula sha256 "1ed1f0166cd56552253cd67abcfa51728ff6b88f39bab742dbf894b2974dc8d6" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "89250f587a05bcbbe4c03909b5fc47a6b3717b59370eb15bc06bdd4fc7ceddda" sha256 cellar: :any, arm64_sonoma: "a55dabeba03f720c3012f0ab26dedd80104e268d64831ac4eebe29f642d83e0c" From dc6c084f686d0c79cd8e9df7127b030106585845 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:04 +0200 Subject: [PATCH 02006/10074] elektra: added `no_autobump!` --- Formula/e/elektra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/elektra.rb b/Formula/e/elektra.rb index 8877f34bcd8de..64bf8dbc9b3c5 100644 --- a/Formula/e/elektra.rb +++ b/Formula/e/elektra.rb @@ -6,6 +6,8 @@ class Elektra < Formula license "BSD-3-Clause" head "https://github.com/ElektraInitiative/libelektra.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "b9880fd25ffb5e345973fbb4390edcce5c0fec8f438f417f771c14b118ac79a2" sha256 arm64_sonoma: "145f4e7335c44640cb1b89fc077451ab1f0667d00fc9622d19754c8d7fda6fd0" From 206599ac4069b789cc9aa65a9d41a70cbc8efe84 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:04 +0200 Subject: [PATCH 02007/10074] eless: added `no_autobump!` --- Formula/e/eless.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/eless.rb b/Formula/e/eless.rb index 7cfa4c7cc41f0..8666cae14d989 100644 --- a/Formula/e/eless.rb +++ b/Formula/e/eless.rb @@ -5,6 +5,8 @@ class Eless < Formula sha256 "de7a7891a20a5e7f25c0b5df812edaea87ab0d3336d41821a24e2d248aaf4abc" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "562c9ae16a0fc87aa6752e240e261fa0634f908867f19d716846dceb43ecc72b" From 01c64ad945786fdb13f04f3f8fd724740da0f9ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:04 +0200 Subject: [PATCH 02008/10074] elfio: added `no_autobump!` --- Formula/e/elfio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/elfio.rb b/Formula/e/elfio.rb index 4905760fb6403..247678f5843cb 100644 --- a/Formula/e/elfio.rb +++ b/Formula/e/elfio.rb @@ -6,6 +6,8 @@ class Elfio < Formula license "MIT" head "https://github.com/serge1/ELFIO.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "195ef71a662681ff1d1eb3f822c1853680911960d9487d4056493a438694c5e7" end From 63a97ea3b2d618e9b00330c8d24acfcc82b11058 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:05 +0200 Subject: [PATCH 02009/10074] elm-format: added `no_autobump!` --- Formula/e/elm-format.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/elm-format.rb b/Formula/e/elm-format.rb index cddf6c310a976..c8cc6bf811a5b 100644 --- a/Formula/e/elm-format.rb +++ b/Formula/e/elm-format.rb @@ -7,6 +7,8 @@ class ElmFormat < Formula license "BSD-3-Clause" head "https://github.com/avh4/elm-format.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "39551d3762854b22e3db540e1eb0187484cf50ce30233a70289ae0d6d29e1c27" sha256 cellar: :any_skip_relocation, arm64_sonoma: "25f339b466676ecaa1be5b3d5fa0d49a1ea6c4a8593be06837e85695a93bebff" From 29fced1eff7b9170c75487b6a7ec74fee158c081 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:05 +0200 Subject: [PATCH 02010/10074] elm: added `no_autobump!` --- Formula/e/elm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/elm.rb b/Formula/e/elm.rb index bc3dfe6cf42c2..4a7f888a5abf8 100644 --- a/Formula/e/elm.rb +++ b/Formula/e/elm.rb @@ -5,6 +5,8 @@ class Elm < Formula sha256 "aa161caca775cef1bbb04bcdeb4471d3aabcf87b6d9d9d5b0d62d3052e8250b1" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b77344c25644ff522e7dbe293e6b98bbcb75f275cbb4c8a8033c88d93888ce0" From 7a04213da3a115e08978775ffbc6fdb74d0d6108 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:05 +0200 Subject: [PATCH 02011/10074] emacs-clang-complete-async: added `no_autobump!` --- Formula/e/emacs-clang-complete-async.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/emacs-clang-complete-async.rb b/Formula/e/emacs-clang-complete-async.rb index ef51fc9f523a3..da7b41f7d0ab4 100644 --- a/Formula/e/emacs-clang-complete-async.rb +++ b/Formula/e/emacs-clang-complete-async.rb @@ -13,6 +13,8 @@ class EmacsClangCompleteAsync < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "171855a6a36e55afe0109bf492172c3718b566a6de8a962f5db0557ed1e16e43" sha256 cellar: :any, arm64_sonoma: "33e186cda9570a911bd5e90a213c6abfb6960f7f8c8f5ba1d5bd3c4da0e373be" From 728a98250dd2aed063c569e19c812186c97af9fd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:05 +0200 Subject: [PATCH 02012/10074] embulk: added `no_autobump!` --- Formula/e/embulk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/embulk.rb b/Formula/e/embulk.rb index edf807f7fa7a8..0dd668533421c 100644 --- a/Formula/e/embulk.rb +++ b/Formula/e/embulk.rb @@ -11,6 +11,8 @@ class Embulk < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fc718acf04dd0ffd6e04dc816490ba13bc8af9b0de9d45b169cc6b55a9e936f7" From 232b87a3424be8aed7e66e7828f1f438d868decf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:05 +0200 Subject: [PATCH 02013/10074] emojify: added `no_autobump!` --- Formula/e/emojify.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/emojify.rb b/Formula/e/emojify.rb index 4df3f6ffd64e2..06229d596803d 100644 --- a/Formula/e/emojify.rb +++ b/Formula/e/emojify.rb @@ -6,6 +6,8 @@ class Emojify < Formula license "MIT" head "https://github.com/mrowa44/emojify.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "753bd40adda1ec6d8ee6f762d3cc4abc79d64150b19ae8e56024d97dfcb9b062" From 500e05dd190fa931c0932d92e46f16d3d833bcdf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:05 +0200 Subject: [PATCH 02014/10074] emp: added `no_autobump!` --- Formula/e/emp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/emp.rb b/Formula/e/emp.rb index 3716c8771ec99..7b9c9df422257 100644 --- a/Formula/e/emp.rb +++ b/Formula/e/emp.rb @@ -6,6 +6,8 @@ class Emp < Formula license "BSD-2-Clause" head "https://github.com/remind101/empire.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ef67fd96c5a64e80725b692c1aee910be954a1b176304d2286d1c55d3c40df2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "382fd0ca04a5ba7096e40659a951bcc592c81dad66dc4678b6048404db8de7b8" From e3c97d399c3c56a16cbc476658366bf8a1efa167 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:06 +0200 Subject: [PATCH 02015/10074] empty: added `no_autobump!` --- Formula/e/empty.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/empty.rb b/Formula/e/empty.rb index c90bce0b039a7..7bd1ac882ed44 100644 --- a/Formula/e/empty.rb +++ b/Formula/e/empty.rb @@ -10,6 +10,8 @@ class Empty < Formula regex(%r{url=.*?/empty[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c189f046cac1c33a86463305d78c4a6b69233414cf539b9ec3b65a13c348b970" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0e6d00eaaefbe6a60857ff4a530fb8d28bc5f620ec8716d26c16071c2ecc5f4" From 6e9026a4a0850ef1fdf7ccdf1fd5502848a408e2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:06 +0200 Subject: [PATCH 02016/10074] ems-flasher: added `no_autobump!` --- Formula/e/ems-flasher.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ems-flasher.rb b/Formula/e/ems-flasher.rb index fb80819b196d1..974837ab2ebdd 100644 --- a/Formula/e/ems-flasher.rb +++ b/Formula/e/ems-flasher.rb @@ -10,6 +10,8 @@ class EmsFlasher < Formula regex(/href=.*?ems-flasher[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3234b5a7a065c25076109874fb9f7f4c4a43b87f758320145eed22b186be84d3" sha256 cellar: :any, arm64_sonoma: "92132e129a5b7ef2267791b3ff632cd211b461f75a7f0bb9d123fadfb53df0d6" From ee5735a673b58fd08daad481567d4c1f2495b21c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:06 +0200 Subject: [PATCH 02017/10074] enca: added `no_autobump!` --- Formula/e/enca.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/enca.rb b/Formula/e/enca.rb index 634d5b86be16d..70dd5827ce560 100644 --- a/Formula/e/enca.rb +++ b/Formula/e/enca.rb @@ -11,6 +11,8 @@ class Enca < Formula regex(/href=.*?enca[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "39e220bf0bc73df65cfbc2b9702a29ed48197a9c721760111cc4af07f771a912" sha256 arm64_sonoma: "2528d77eb23d82075f2cb1d877ea170927c4bb16a38f1a05fa1494545973ef23" From 0ddf2c667190d821373578eb6d5f9a3334d22409 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:06 +0200 Subject: [PATCH 02018/10074] encfs: added `no_autobump!` --- Formula/e/encfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/encfs.rb b/Formula/e/encfs.rb index cf1516a2e8023..dfba9a4a132e9 100644 --- a/Formula/e/encfs.rb +++ b/Formula/e/encfs.rb @@ -9,6 +9,8 @@ class Encfs < Formula revision 5 head "https://github.com/vgough/encfs.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_linux: "7d77f8ffc7974b777c3a753c7388209c3c6313a0867d9845a84bd7cdcfc2f94e" sha256 x86_64_linux: "526d5bef867b8dc2246146ce5936e25b9a53ff26721fb1d79cccb6d82a3d2b96" From fc88ef04724081e8070fed067c6e432b98c6760f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:06 +0200 Subject: [PATCH 02019/10074] enchive: added `no_autobump!` --- Formula/e/enchive.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/enchive.rb b/Formula/e/enchive.rb index 1786ce77c442d..c1088999509a4 100644 --- a/Formula/e/enchive.rb +++ b/Formula/e/enchive.rb @@ -6,6 +6,8 @@ class Enchive < Formula license "Unlicense" head "https://github.com/skeeto/enchive.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5167a67337419271ca6275a8ee178da5c3b417dd29721ed7c954c2cecaa8dfa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea632e41797ea8ac720c8e0ded7eafe6b580fecb092bbe0d25e0c2a805189a9d" From 31a4f7ad1ab97c01a03a82850225d11f3f9ba44d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:07 +0200 Subject: [PATCH 02020/10074] enex2notion: added `no_autobump!` --- Formula/e/enex2notion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/enex2notion.rb b/Formula/e/enex2notion.rb index bfe4a99540b12..eb24b14d79e64 100644 --- a/Formula/e/enex2notion.rb +++ b/Formula/e/enex2notion.rb @@ -8,6 +8,8 @@ class Enex2notion < Formula license "MIT" revision 11 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1036ffce6c0ebdb81569abeb64f6a583cbe884b59d388d7eb3c4ff461e243d7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "227a54c02debc4bf89c84f92edead0ad87981de179a4a34383f6eb05d6a24d75" From 1e8417a95ceb16711964df9d4b65aa92d32497cf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:07 +0200 Subject: [PATCH 02021/10074] enigma: added `no_autobump!` --- Formula/e/enigma.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/enigma.rb b/Formula/e/enigma.rb index e86dac266e036..f42e75297cd0c 100644 --- a/Formula/e/enigma.rb +++ b/Formula/e/enigma.rb @@ -11,6 +11,8 @@ class Enigma < Formula regex(/v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "74e171cc98605dac471473d3b109615436da5f01efe97a6bef87863df29228e6" sha256 arm64_sonoma: "80d1c3b6996e2654de90d74c8b64156f0ab114e9f6a0ca23a9ef8ac2ad4e15b6" From 8236f83cdd6e389c7ca55a88c3b3a9ab9dd4701e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:07 +0200 Subject: [PATCH 02022/10074] enkits: added `no_autobump!` --- Formula/e/enkits.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/enkits.rb b/Formula/e/enkits.rb index 82575adccd7ef..127b2059bb4fa 100644 --- a/Formula/e/enkits.rb +++ b/Formula/e/enkits.rb @@ -5,6 +5,8 @@ class Enkits < Formula sha256 "b57a782a6a68146169d29d180d3553bfecb9f1a0e87a5159082331920e7d297e" license "Zlib" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fb8f0de48f38276feca170ec6d67751843fb86cd993ed8d0009e7a93cfe4d078" sha256 cellar: :any, arm64_sonoma: "6103b95cf96db9cb41120c8f73de2e7f4bac475249dd0cb6d97e1376620006e3" From 5d439a4b087463ff61704011ffc4eedef04aa4b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:07 +0200 Subject: [PATCH 02023/10074] enscript: added `no_autobump!` --- Formula/e/enscript.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/enscript.rb b/Formula/e/enscript.rb index edf32e2025a1d..851d34f15da01 100644 --- a/Formula/e/enscript.rb +++ b/Formula/e/enscript.rb @@ -8,6 +8,8 @@ class Enscript < Formula revision 1 head "https://git.savannah.gnu.org/git/enscript.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2236c54447fc2e015995a2fa047dd406dbfefa9db547a10b305e5817482d8446" sha256 arm64_sonoma: "3ef28a752ae04d37d64b0b42c1fb615fcb4c374ee67722f7d0884d8567f66734" From dbf559eea83a42fbed1394752bc5058404dd901e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:07 +0200 Subject: [PATCH 02024/10074] ent: added `no_autobump!` --- Formula/e/ent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ent.rb b/Formula/e/ent.rb index 5a854eadc8360..9de832fa7f767 100644 --- a/Formula/e/ent.rb +++ b/Formula/e/ent.rb @@ -8,6 +8,8 @@ class Ent < Formula # Ref: https://github.com/Fourmilab/ent_random_sequence_tester/blob/master/LICENSE.md license :public_domain + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b575b8008e74224742c5e78c22a496ee80c8a7efa3c62ba1856472f786d86d73" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f95e748a208f421f6d85b9e5445139c9f688f277ce72fbaed93449322b96abef" From dbe645d6062d653e7f015fbcd02f6344806322f5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:07 +0200 Subject: [PATCH 02025/10074] ente-cli: added `no_autobump!` --- Formula/e/ente-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ente-cli.rb b/Formula/e/ente-cli.rb index d1ad6626e36b0..12d543df4ef45 100644 --- a/Formula/e/ente-cli.rb +++ b/Formula/e/ente-cli.rb @@ -11,6 +11,8 @@ class EnteCli < Formula regex(/^cli-v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2efd5893df437f97c91a84d69d855629921325f6f397c84be29d072723019d91" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2efd5893df437f97c91a84d69d855629921325f6f397c84be29d072723019d91" From 8cb9842f05e62ae6efb112a19fdd0a83299ccac0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:08 +0200 Subject: [PATCH 02026/10074] enter-tex: added `no_autobump!` --- Formula/e/enter-tex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/enter-tex.rb b/Formula/e/enter-tex.rb index d4584e576b901..b8e34954a4dd4 100644 --- a/Formula/e/enter-tex.rb +++ b/Formula/e/enter-tex.rb @@ -6,6 +6,8 @@ class EnterTex < Formula license "GPL-3.0-or-later" head "https://gitlab.gnome.org/swilmet/enter-tex.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "77272cae991848eb62ccd74429963ed19fc0ec0cabd32ee6775e05894523e061" sha256 arm64_sonoma: "cf804f346bb3fcecc2e03767b05a1b9a4121039ddfeed3e08aa914cee53a0b57" From 6eb64ee588785147fc7aa4f4835ad633e3de2ed3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:08 +0200 Subject: [PATCH 02027/10074] entityx: added `no_autobump!` --- Formula/e/entityx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/entityx.rb b/Formula/e/entityx.rb index da4b13f9d052f..54c1966ff7f1d 100644 --- a/Formula/e/entityx.rb +++ b/Formula/e/entityx.rb @@ -5,6 +5,8 @@ class Entityx < Formula sha256 "2cd56d4fc5c553b786b8caf0b5bd9231434f21d43ca0e963d3bc5ee503a06222" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9581dc9272c4aea13b72c38984aa2697cd705083fe55fc96a3b313402428cc3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd01d453db532186781c5808a3a6f2f7e5c3ea91e83d3c7726426f196c8a66df" From 5812fbf0ba0f10a0d2211748550e6c8f7d320e9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:08 +0200 Subject: [PATCH 02028/10074] envv: added `no_autobump!` --- Formula/e/envv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/envv.rb b/Formula/e/envv.rb index 31a3863bfe1c5..78c4ebd8706fb 100644 --- a/Formula/e/envv.rb +++ b/Formula/e/envv.rb @@ -5,6 +5,8 @@ class Envv < Formula sha256 "1db05b46904e0cc4d777edf3ea14665f6157ade0567359e28663b5b00f6fa59a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2110b9d05836da02e31062ad025810c86e863d23c8a585dcb227da34c20e3376" sha256 cellar: :any_skip_relocation, arm64_sonoma: "58710a70856d6c30fbb8615800486e82d73abd17eb31e557ecd4b9aa41bfda7d" From 166a48aedc9acb00ba8f598e2de43fcf7fb96b20 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:08 +0200 Subject: [PATCH 02029/10074] eot-utils: added `no_autobump!` --- Formula/e/eot-utils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/eot-utils.rb b/Formula/e/eot-utils.rb index c5a857965bd8d..d2e6a5f423bc3 100644 --- a/Formula/e/eot-utils.rb +++ b/Formula/e/eot-utils.rb @@ -10,6 +10,8 @@ class EotUtils < Formula regex(/href=.*?eot-utilities[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcf1a3953bd2c4baedc5f004a95be4704f19c554d064c27e613a2384edbffd82" sha256 cellar: :any_skip_relocation, arm64_sonoma: "50db80cb120e30adb337ad7c89a227bc3a2d324f7f86415688704f67fd7afbe9" From d61089696701c5dcde8b8fd5c0c9bb6b066233c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:08 +0200 Subject: [PATCH 02030/10074] epeg: added `no_autobump!` --- Formula/e/epeg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/epeg.rb b/Formula/e/epeg.rb index de62f4c43d156..f3beeda49edef 100644 --- a/Formula/e/epeg.rb +++ b/Formula/e/epeg.rb @@ -6,6 +6,8 @@ class Epeg < Formula license "MIT-enna" head "https://github.com/mattes/epeg.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f76fb3cb8de88a494ad312352ac1cf1c34091c19f042ff330ff9bcd0ec8ea47c" sha256 cellar: :any, arm64_sonoma: "a75e74989ce84ab632a526be0e13096687ad08b7204139d3dae623435446dbb9" From f2a3337e4b485685d9f6b64757e1f2fa0e292779 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:09 +0200 Subject: [PATCH 02031/10074] epinio: added `no_autobump!` --- Formula/e/epinio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/epinio.rb b/Formula/e/epinio.rb index 026c24a0bae98..28ad4efbd80d9 100644 --- a/Formula/e/epinio.rb +++ b/Formula/e/epinio.rb @@ -12,6 +12,8 @@ class Epinio < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "918cc4970f4144f7a3486167e19835edaf3e757e21a0c38753e05d07c908baf0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "36f7c49a38a4db43af6cb055a05ac5926b70f4e02be0b78bf3e105542b5b8deb" From be8ce39fa2764bc608c91a5cf612ae854a045a87 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:09 +0200 Subject: [PATCH 02032/10074] epsilon: added `no_autobump!` --- Formula/e/epsilon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/epsilon.rb b/Formula/e/epsilon.rb index 18bc1b4d53d51..d7b44926b7354 100644 --- a/Formula/e/epsilon.rb +++ b/Formula/e/epsilon.rb @@ -13,6 +13,8 @@ class Epsilon < Formula regex(%r{url=.*?/epsilon[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "00006841c371ebcd51bc9f3105d16bc690fa54fa0a37ee9b0acfd33cfcee9b1e" sha256 cellar: :any, arm64_sonoma: "04b24b368a0881d8244800904fc5c3daa304e9333a1a1e87f25cf6962b057417" From ec1010d1d9a4e0735693b35fd18bab33b814d228 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:09 +0200 Subject: [PATCH 02033/10074] epstool: added `no_autobump!` --- Formula/e/epstool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/epstool.rb b/Formula/e/epstool.rb index b1ae3416ec99e..05a4b2e4e82c5 100644 --- a/Formula/e/epstool.rb +++ b/Formula/e/epstool.rb @@ -10,6 +10,8 @@ class Epstool < Formula regex(/href=.*?epstool[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f50774d3fb87855e6cb3819a97739d3f5e45806a51a79b69dbcb7d1f966738a2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "18eb00ef0339393d5e9ab683d8d57856779b2ce7805dc5035a940aecf8ba86ef" From fb085824907d02d8b0a9b5b8ac8238c25be8a6e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:09 +0200 Subject: [PATCH 02034/10074] erigon: added `no_autobump!` --- Formula/e/erigon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/erigon.rb b/Formula/e/erigon.rb index bb93025a92563..460c1945d198d 100644 --- a/Formula/e/erigon.rb +++ b/Formula/e/erigon.rb @@ -6,6 +6,8 @@ class Erigon < Formula license all_of: ["GPL-3.0-or-later", "LGPL-3.0-or-later"] head "https://github.com/ledgerwatch/erigon.git", branch: "devel" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "450e82a964c4c0f8091ae2ffab8cfc741e77d44c1752ee6f2eaa660044c16975" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae35586de98a7067a18a36323c65a8573fd2a5cf3c4467efa1daa7f625b72edc" From b3a33771d25e46bba4e759dbed62d42a3bb07463 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:09 +0200 Subject: [PATCH 02035/10074] erlang@24: added `no_autobump!` --- Formula/e/erlang@24.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/erlang@24.rb b/Formula/e/erlang@24.rb index 68b8cbdbbf302..6b6c16628b427 100644 --- a/Formula/e/erlang@24.rb +++ b/Formula/e/erlang@24.rb @@ -7,6 +7,8 @@ class ErlangAT24 < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4b033ab7693bc346cfcdc745afe84cabb0a67326ec1651cd2294e6f0bb84eb24" sha256 cellar: :any, arm64_sonoma: "034839e7b3d701ed14dfb55a2e025bacc979106e12907a94f65a367bb71c13de" From aaceff160307c2b3275d4707f32ccda5fa8886f5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:09 +0200 Subject: [PATCH 02036/10074] erlang@27: added `no_autobump!` --- Formula/e/erlang@27.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/erlang@27.rb b/Formula/e/erlang@27.rb index f6bd043f33af0..f76d80ab2eb7c 100644 --- a/Formula/e/erlang@27.rb +++ b/Formula/e/erlang@27.rb @@ -12,6 +12,8 @@ class ErlangAT27 < Formula regex(/^OTP[._-]v?(27(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bff7f023ddbac233d5353e01a12078785a9b385f751589f17c8c89014040b80e" sha256 cellar: :any, arm64_sonoma: "410d02810f2aec83e88b3e56c0b9c0d3244c142fa9ce358631447f36b3a065c8" From 44d25710f7bf413f0aeb58d5e78a194b3ac625d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:10 +0200 Subject: [PATCH 02037/10074] erlfmt: added `no_autobump!` --- Formula/e/erlfmt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/erlfmt.rb b/Formula/e/erlfmt.rb index 7831f4cdd7240..ad953eea0eafe 100644 --- a/Formula/e/erlfmt.rb +++ b/Formula/e/erlfmt.rb @@ -5,6 +5,8 @@ class Erlfmt < Formula sha256 "e3643d8833c3a9170d695fd6c44914342240bd8bd10cfacaeac2633ee0561709" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "721b5216c77bfdcd0e63cf7e4eb40b335d1cbf7840b0ff94505c5ca232cac095" sha256 cellar: :any_skip_relocation, arm64_sonoma: "342d7aa1b364d7803738bafd0fa57360a2e582376641da3668e72e4154cdc9e9" From d90e43530639cfebfe30ea4b7170451c55a7b95b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:10 +0200 Subject: [PATCH 02038/10074] esniper: added `no_autobump!` --- Formula/e/esniper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/esniper.rb b/Formula/e/esniper.rb index 8189b362cfe68..baa4a3fb33c9b 100644 --- a/Formula/e/esniper.rb +++ b/Formula/e/esniper.rb @@ -6,6 +6,8 @@ class Esniper < Formula sha256 "a93d4533e31640554f2e430ac76b43e73a50ed6d721511066020712ac8923c12" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ffcb434110b0fb16092defe371f445e592abc9119d56a2204bad258d266c6e3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8be6a449287ddf6ad663e87c7fc8115dd7912f8311e6ecf5ee5d1c2f4b3d1f7c" From d11c37d9c82d84153f66e9b9c5e0502709728f32 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:10 +0200 Subject: [PATCH 02039/10074] espeak: added `no_autobump!` --- Formula/e/espeak.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/espeak.rb b/Formula/e/espeak.rb index 60a8de6f883f2..7b1e66c0e2dab 100644 --- a/Formula/e/espeak.rb +++ b/Formula/e/espeak.rb @@ -11,6 +11,8 @@ class Espeak < Formula regex(%r{url=.*?/espeak[._-]v?(\d+(?:\.\d+)+)(?:-source)?\.(?:t|zip)}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "c3130662b76d81b56b2202aa390e49548bf4c657781a82e2a411ab85962ee29a" From 77c3cd30f2ad54b255b6862818a2946637a66f0c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:10 +0200 Subject: [PATCH 02040/10074] etl: added `no_autobump!` --- Formula/e/etl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/etl.rb b/Formula/e/etl.rb index 6f98c2b665e49..10090579012f4 100644 --- a/Formula/e/etl.rb +++ b/Formula/e/etl.rb @@ -10,6 +10,8 @@ class Etl < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "3c63ed72c0400281f0b83a9db3437aa84426d37f482feaf4dcf2c9accc70caf6" end From 826783e3d225444688c3535ac41d3b9bf6f31c7d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:10 +0200 Subject: [PATCH 02041/10074] etsh: added `no_autobump!` --- Formula/e/etsh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/etsh.rb b/Formula/e/etsh.rb index 5131de76dae2d..7267065e824c1 100644 --- a/Formula/e/etsh.rb +++ b/Formula/e/etsh.rb @@ -11,6 +11,8 @@ class Etsh < Formula regex(/href=.*?etsh[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d67ffc1ce7bd60251ea6a60da6f2c4676d2ee3c32cdf22743398de0c2eb7cb05" sha256 arm64_sonoma: "94f5918f0bc1416a3a10328e6297dd831c2f65b588245cd7612bfbeedd169007" From df63b9604892813164ab2ca6b3c1c839d55b80f7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:11 +0200 Subject: [PATCH 02042/10074] ettercap: added `no_autobump!` --- Formula/e/ettercap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ettercap.rb b/Formula/e/ettercap.rb index c2443acd41073..ea6a21a06aa43 100644 --- a/Formula/e/ettercap.rb +++ b/Formula/e/ettercap.rb @@ -31,6 +31,8 @@ class Ettercap < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "4c2d77df3c85c46b78d941966c625306f0d2054bb3029e14826636a8550b7785" From d6d185eecf20a6a6cea370fb71c286aa4039ae0a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:11 +0200 Subject: [PATCH 02043/10074] euler-py: added `no_autobump!` --- Formula/e/euler-py.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/euler-py.rb b/Formula/e/euler-py.rb index cab428acb4994..434a615744a9d 100644 --- a/Formula/e/euler-py.rb +++ b/Formula/e/euler-py.rb @@ -9,6 +9,8 @@ class EulerPy < Formula revision 3 head "https://github.com/iKevinY/EulerPy.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "f8eb151dc399181c54578565197ae582def2067d466150f7558c2f9746d886cd" From 5df68dd2b34fd8e7e35d13cd5dfb005ef3386d58 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:11 +0200 Subject: [PATCH 02044/10074] eureka: added `no_autobump!` --- Formula/e/eureka.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/eureka.rb b/Formula/e/eureka.rb index 33d663adacac2..57f5e7d23afc6 100644 --- a/Formula/e/eureka.rb +++ b/Formula/e/eureka.rb @@ -6,6 +6,8 @@ class Eureka < Formula license "MIT" head "https://github.com/simeg/eureka.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "02998b7bb77a41e30a5053ec6530d04f4ce8224a05100a60604373b3cbe00857" From 23dd74440c39c53a7753155b103f4307fab516aa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:11 +0200 Subject: [PATCH 02045/10074] eventpp: added `no_autobump!` --- Formula/e/eventpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/eventpp.rb b/Formula/e/eventpp.rb index b8cd5c07a2c65..109ffaba8459b 100644 --- a/Formula/e/eventpp.rb +++ b/Formula/e/eventpp.rb @@ -5,6 +5,8 @@ class Eventpp < Formula sha256 "d87aba67223fd9aced2ba55eb82bd534007e43e1b919106a53fcd3070fa125ea" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "8c9e674ef83f8d4768c4bfd91497f725487973384179be6bd8986ab37c55d7b2" end From 1d961c75f1319f14e9c3e752c31ea00c9891f0a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:11 +0200 Subject: [PATCH 02046/10074] evernote-backup: added `no_autobump!` --- Formula/e/evernote-backup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/evernote-backup.rb b/Formula/e/evernote-backup.rb index 1d163ed2bce62..f0e0890689dd3 100644 --- a/Formula/e/evernote-backup.rb +++ b/Formula/e/evernote-backup.rb @@ -7,6 +7,8 @@ class EvernoteBackup < Formula sha256 "564c39cd92633e9e9492346363bd3f85175c15a9f73d5c34d35835a2ef05e197" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf2e5bf18ebe4af610081206fb38e9124cadf4e596df687b90924480b91f8dc9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9b31ec399d7dde71784ee3d71c605d0041260f865f41057d3349cae3c494a20" From 7c25676b49727dd5e1a9befa1cfb5e39a07f1c41 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:11 +0200 Subject: [PATCH 02047/10074] evernote2md: added `no_autobump!` --- Formula/e/evernote2md.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/evernote2md.rb b/Formula/e/evernote2md.rb index 627ae9b5e6af3..03bf1f3cf1c2d 100644 --- a/Formula/e/evernote2md.rb +++ b/Formula/e/evernote2md.rb @@ -6,6 +6,8 @@ class Evernote2md < Formula license "MIT" head "https://github.com/wormi4ok/evernote2md.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "20aa5f0579e02309ed70360a6ac0c5c64b23aa3eed44d95701080b617b36755c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "20aa5f0579e02309ed70360a6ac0c5c64b23aa3eed44d95701080b617b36755c" From b375f0d440503f3ba94881436a7bc1095ede00cf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:12 +0200 Subject: [PATCH 02048/10074] ex-vi: added `no_autobump!` --- Formula/e/ex-vi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ex-vi.rb b/Formula/e/ex-vi.rb index 4fb24d8370fcf..0e13d83149211 100644 --- a/Formula/e/ex-vi.rb +++ b/Formula/e/ex-vi.rb @@ -10,6 +10,8 @@ class ExVi < Formula regex(%r{url=.*?/ex[._-]v?(\d+(?:\.\d+)*)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "6de1a4ee29d49c4230c0d9d044bfee06fdcf5d676c665ae422cf66a25727c398" From f3cb0a99481b04d02db318ccbfb0c832a8511d56 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:12 +0200 Subject: [PATCH 02049/10074] exact-image: added `no_autobump!` --- Formula/e/exact-image.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/exact-image.rb b/Formula/e/exact-image.rb index ff69a3600904a..4bfb982119632 100644 --- a/Formula/e/exact-image.rb +++ b/Formula/e/exact-image.rb @@ -10,6 +10,8 @@ class ExactImage < Formula regex(/href=.*?exact-image[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f44f495419aa32f25be9e14a76466def5388eb6535e8f8a9b0755a87431342cc" sha256 cellar: :any, arm64_sonoma: "f206295b88ae90ba83c514706654efbe65fc2667e42050926a82a9570a54eeba" From 5fd1ec296884cd5782a06a15c06e02bab21be69b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:12 +0200 Subject: [PATCH 02050/10074] excel-compare: added `no_autobump!` --- Formula/e/excel-compare.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/excel-compare.rb b/Formula/e/excel-compare.rb index e9036f93b3e5e..8bfff44c59358 100644 --- a/Formula/e/excel-compare.rb +++ b/Formula/e/excel-compare.rb @@ -5,6 +5,8 @@ class ExcelCompare < Formula sha256 "bf5709fc7c86a59f6f535685b0e08a7c8bcb73c48c4c03e4d54b1fd816c90825" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a711cca888cc9038f1b3d57586bd777495e17e849ff0fc5577d10cfca5bd329a" From f6e8de36cec6cacdd3b8c2c6a4c55820ecafc5a7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:12 +0200 Subject: [PATCH 02051/10074] execline: added `no_autobump!` --- Formula/e/execline.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/execline.rb b/Formula/e/execline.rb index f0eadc5f08f2f..a26656055ff8f 100644 --- a/Formula/e/execline.rb +++ b/Formula/e/execline.rb @@ -5,6 +5,8 @@ class Execline < Formula sha256 "73c9160efc994078d8ea5480f9161bfd1b3cf0b61f7faab704ab1898517d0207" license "ISC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e8bbbad617bb8ac9e26e9631efdf913a74a06b7f5a88b06363dd1d29aa7b2dac" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5fe2632e0befbca3259c9fef9072b4f64dab302bea224139726a4b89052a3ae" From 3611f39541e9b9e8684d12d29b5af78be5a8a787 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:12 +0200 Subject: [PATCH 02052/10074] exif: added `no_autobump!` --- Formula/e/exif.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/exif.rb b/Formula/e/exif.rb index 92a52afdd0a29..a3429b316845f 100644 --- a/Formula/e/exif.rb +++ b/Formula/e/exif.rb @@ -5,6 +5,8 @@ class Exif < Formula sha256 "0fe268736e0ca0538d4af941022761a438854a64c8024a4175e57bf0418117b9" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f6cbeebd5b8041e6b8ce190a02911e9c53a0079648a35bcd7c279372cbef4afa" sha256 cellar: :any, arm64_sonoma: "16650f088870ad4c8f97b7f9e5fcf49eb170409c90c59a4dd07979eaebd463bd" From 740b2c1dcb2ddd403159a2f21b7a49a113c82935 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:13 +0200 Subject: [PATCH 02053/10074] exiftags: added `no_autobump!` --- Formula/e/exiftags.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/exiftags.rb b/Formula/e/exiftags.rb index edf52e2537697..ff6555f5e913c 100644 --- a/Formula/e/exiftags.rb +++ b/Formula/e/exiftags.rb @@ -10,6 +10,8 @@ class Exiftags < Formula regex(/href=.*?exiftags[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "43f7d6a7bd08e653cfde12d0f3cdcdb371b27bb4912a8f2bcda42120da960cb7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "499981c69ffb64e8bdc63a1b43a07884fa62a11034112483f00eca053836a031" From 27cc43943fef26c300e07571eac9ef852066e276 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:13 +0200 Subject: [PATCH 02054/10074] exiftran: added `no_autobump!` --- Formula/e/exiftran.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/exiftran.rb b/Formula/e/exiftran.rb index 27ed1d72695aa..80a905d8a5d9e 100644 --- a/Formula/e/exiftran.rb +++ b/Formula/e/exiftran.rb @@ -11,6 +11,8 @@ class Exiftran < Formula regex(/href=.*?fbida[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "66bbdb1194918c7a35edce9ec143a5ff05cc719e129e6e613cd5e600da2fbced" From 5bd5f5182ca0f2c15c01d927cab745c4abef199d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:13 +0200 Subject: [PATCH 02055/10074] exomizer: added `no_autobump!` --- Formula/e/exomizer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/exomizer.rb b/Formula/e/exomizer.rb index 189a5e5160e93..7862a7199f563 100644 --- a/Formula/e/exomizer.rb +++ b/Formula/e/exomizer.rb @@ -13,6 +13,8 @@ class Exomizer < Formula regex(/href=.*?exomizer[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "93a5cf305a6a643351a6335ce2555628f9448b9010009475e77ffa6d8a54b441" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7292bb3eeaffac34f6540a029f6e21b79089b66e498d9e3bfa611cd44189b48" From 50a21a0d87d40700bcb4a2759f3c6aab6b47aaaf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:13 +0200 Subject: [PATCH 02056/10074] expat: added `no_autobump!` --- Formula/e/expat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/expat.rb b/Formula/e/expat.rb index cf2935de738ef..967e6e5c721a7 100644 --- a/Formula/e/expat.rb +++ b/Formula/e/expat.rb @@ -13,6 +13,8 @@ class Expat < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3e5392724170f8a1314c0db2077a1f30277e4941d1825554f1230092a483ef7c" sha256 cellar: :any, arm64_sonoma: "4e9eb804bd04ea10e82d38e1080670b61f067d79e36c6f854f77a8773bb8c41c" From f976be9642d97b69a805a202232b4c0543f435b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:13 +0200 Subject: [PATCH 02057/10074] expect: added `no_autobump!` --- Formula/e/expect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/expect.rb b/Formula/e/expect.rb index 85191bb2d4b62..aaa11a7cd4f0b 100644 --- a/Formula/e/expect.rb +++ b/Formula/e/expect.rb @@ -11,6 +11,8 @@ class Expect < Formula regex(%r{url=.*?/expect-?v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bc49887735929062d3e347a111a7b53a0de95813652d626f00d9b5663ecb0c1d" sha256 arm64_sonoma: "67bbdee9a025af2b9a8be9a9f6a1692078f5ce4d2b6528b2bad75ff41154dee9" From 6b9d6907c75fca88687a453a922146e6690cc8da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:13 +0200 Subject: [PATCH 02058/10074] ext2fuse: added `no_autobump!` --- Formula/e/ext2fuse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ext2fuse.rb b/Formula/e/ext2fuse.rb index 4072f9cfc39a7..c639894e4cac1 100644 --- a/Formula/e/ext2fuse.rb +++ b/Formula/e/ext2fuse.rb @@ -6,6 +6,8 @@ class Ext2fuse < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, x86_64_linux: "fe9d3ea0a65c95de091aecb536ee498015bdc07b7c12e4367617cf9e78c76941" From 25b346b1ca18d3a5abdd63592fb7a33089411fb8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:14 +0200 Subject: [PATCH 02059/10074] ext4fuse: added `no_autobump!` --- Formula/e/ext4fuse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ext4fuse.rb b/Formula/e/ext4fuse.rb index bef08a013f01c..12daa4c0dc24d 100644 --- a/Formula/e/ext4fuse.rb +++ b/Formula/e/ext4fuse.rb @@ -6,6 +6,8 @@ class Ext4fuse < Formula license "GPL-2.0-only" head "https://github.com/gerard/ext4fuse.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "6c27df650bdd49ec2018751fae33ac6829329986f726c8c991dac341bad5e092" From d4149895f0ac3e2cba0a29482330c77ac713c23f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:14 +0200 Subject: [PATCH 02060/10074] extract_url: added `no_autobump!` --- Formula/e/extract_url.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/extract_url.rb b/Formula/e/extract_url.rb index 93a1b26c34735..0463fe431b42a 100644 --- a/Formula/e/extract_url.rb +++ b/Formula/e/extract_url.rb @@ -6,6 +6,8 @@ class ExtractUrl < Formula license "BSD-2-Clause" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "07d5950507abddf2124e3327888d40a80fe013caab73fcb3ee917258cb541859" sha256 cellar: :any_skip_relocation, arm64_sonoma: "388031e9b2d1cc1bb1769b5ff6c0dfc2970d331ef77b773e9c91e09a1c9b1c03" From eef8b1aeeff175483a00ad52d0f4bd933b294e98 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:14 +0200 Subject: [PATCH 02061/10074] eye-d3: added `no_autobump!` --- Formula/e/eye-d3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/eye-d3.rb b/Formula/e/eye-d3.rb index e269939fdb8bf..be3282b3654f7 100644 --- a/Formula/e/eye-d3.rb +++ b/Formula/e/eye-d3.rb @@ -8,6 +8,8 @@ class EyeD3 < Formula license "GPL-3.0-or-later" head "https://github.com/nicfit/eyeD3.git", branch: "0.9.x" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "4ac971a65a624577f3d7ec97d49542d39400860e967a8823b78a94afd764f33b" end From ac523d55036fb8074e80fb85ab702cc4ef3cbaa1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:14 +0200 Subject: [PATCH 02062/10074] ezstream: added `no_autobump!` --- Formula/e/ezstream.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/ezstream.rb b/Formula/e/ezstream.rb index 175f491d61546..4438aad7ea986 100644 --- a/Formula/e/ezstream.rb +++ b/Formula/e/ezstream.rb @@ -12,6 +12,8 @@ class Ezstream < Formula regex(%r{href=(?:["']?|.*?/)ezstream[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "34332f32987c8a53a1d5368b7f9a08d46410609e7c82132d8b8e124a51f2b1aa" sha256 cellar: :any, arm64_sonoma: "f707c6216526edfd36d62e773bccfbf616dc72071955b6811b60de26d923995b" From 554814e02adff9ccde93ead7d34c9b1f664ca93a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:54:51 +0000 Subject: [PATCH 02063/10074] auditbeat 9.0.2 --- Formula/a/auditbeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/auditbeat.rb b/Formula/a/auditbeat.rb index 24934f55c27aa..33580856b7edd 100644 --- a/Formula/a/auditbeat.rb +++ b/Formula/a/auditbeat.rb @@ -2,8 +2,8 @@ class Auditbeat < Formula desc "Lightweight Shipper for Audit Data" homepage "https://www.elastic.co/beats/auditbeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.1", - revision: "bce373f7dcd56a5575ad2c0ec40159722607e801" + tag: "v9.0.2", + revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" license "Apache-2.0" head "https://github.com/elastic/beats.git", branch: "main" From 9803cff09a9585bccd9c4d83a3d28d5118333b61 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:58:22 +0000 Subject: [PATCH 02064/10074] chkbit 6.4.1 --- Formula/c/chkbit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chkbit.rb b/Formula/c/chkbit.rb index fc0bf290d48a4..5b77e9fb9cb12 100644 --- a/Formula/c/chkbit.rb +++ b/Formula/c/chkbit.rb @@ -1,8 +1,8 @@ class Chkbit < Formula desc "Check your files for data corruption" homepage "https://github.com/laktak/chkbit" - url "https://github.com/laktak/chkbit/archive/refs/tags/v6.4.0.tar.gz" - sha256 "99a69e05172ed27f0cf60d4aa967bc3f00a34f49c0d6529f6df41242cab789f8" + url "https://github.com/laktak/chkbit/archive/refs/tags/v6.4.1.tar.gz" + sha256 "7af5185a1db2efbec2e3f1e7fb26af2a6fe905c19caa59377ea495a71bc81b45" license "MIT" head "https://github.com/laktak/chkbit.git", branch: "master" From 47b6a619ad2853466008a47f11a55d66bcec2b5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:58:48 +0000 Subject: [PATCH 02065/10074] clojure 1.12.1.1543 --- Formula/c/clojure.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/clojure.rb b/Formula/c/clojure.rb index a75d632e6b911..2d1cda84e25b7 100644 --- a/Formula/c/clojure.rb +++ b/Formula/c/clojure.rb @@ -1,9 +1,9 @@ class Clojure < Formula desc "Dynamic, general-purpose programming language" homepage "https://clojure.org" - url "https://github.com/clojure/brew-install/releases/download/1.12.1.1538/clojure-tools-1.12.1.1538.tar.gz" - mirror "https://download.clojure.org/install/clojure-tools-1.12.1.1538.tar.gz" - sha256 "1c878646fda838b39a5b53574bc96f3d22a2a8f474f34d84540158287aaed63e" + url "https://github.com/clojure/brew-install/releases/download/1.12.1.1543/clojure-tools-1.12.1.1543.tar.gz" + mirror "https://download.clojure.org/install/clojure-tools-1.12.1.1543.tar.gz" + sha256 "3bf842a943251b318da8806a2329add26d3e9955f8320462e9d539ca282f790f" license "EPL-1.0" version_scheme 1 From e4352973e3259f03e48392b8bcebb7ba28de23be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:58:58 +0000 Subject: [PATCH 02066/10074] closure-compiler 20250528 --- Formula/c/closure-compiler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/closure-compiler.rb b/Formula/c/closure-compiler.rb index ee074117d6b2a..6dd6cc703aac7 100644 --- a/Formula/c/closure-compiler.rb +++ b/Formula/c/closure-compiler.rb @@ -1,8 +1,8 @@ class ClosureCompiler < Formula desc "JavaScript optimizing compiler" homepage "https://developers.google.com/closure/compiler" - url "https://search.maven.org/remotecontent?filepath=com/google/javascript/closure-compiler/v20250526/closure-compiler-v20250526.jar" - sha256 "7e3ce72c80842ad1d8fb2b6ccbff0ffc3cc1b4ce0d517c2b68687653e90c51d4" + url "https://search.maven.org/remotecontent?filepath=com/google/javascript/closure-compiler/v20250528/closure-compiler-v20250528.jar" + sha256 "3fb3734cc80c76f1b82cc29c989c7ec762ec3ef9a3b6bafe442e8ecbf095bc3d" license "Apache-2.0" livecheck do From e6f12203fd12d06c23815d4c096220849b8a9fe0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:59:39 +0000 Subject: [PATCH 02067/10074] code-cli 1.100.3 --- Formula/c/code-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/code-cli.rb b/Formula/c/code-cli.rb index c4aad81416961..41ee1d625ec86 100644 --- a/Formula/c/code-cli.rb +++ b/Formula/c/code-cli.rb @@ -1,8 +1,8 @@ class CodeCli < Formula desc "Command-line interface built-in Visual Studio Code" homepage "https://github.com/microsoft/vscode" - url "https://github.com/microsoft/vscode/archive/refs/tags/1.100.2.tar.gz" - sha256 "de57439ffcdfe70020d6c2397b0d62089cc01fe7fe612a65649cbaa5360a6a81" + url "https://github.com/microsoft/vscode/archive/refs/tags/1.100.3.tar.gz" + sha256 "41aea581620e48f7ba33e29ab6a9b43d25632ce11d06480cdfe0e8f904fe3637" license "MIT" head "https://github.com/microsoft/vscode.git", branch: "main" From 567c20299290c1571b1eaa12ba5b304416bd8b83 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:00:10 +0000 Subject: [PATCH 02068/10074] cookcli 0.14.0 --- Formula/c/cookcli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cookcli.rb b/Formula/c/cookcli.rb index 5f401457e9907..88db110258aaf 100644 --- a/Formula/c/cookcli.rb +++ b/Formula/c/cookcli.rb @@ -1,8 +1,8 @@ class Cookcli < Formula desc "CLI-tool for cooking recipes formated using Cooklang" homepage "https://cooklang.org" - url "https://github.com/cooklang/cookcli/archive/refs/tags/v0.13.0.tar.gz" - sha256 "07711a144586a38cee0e92d8f48e69c003ef7a070e36a1a04b6901d5cdfaeaa3" + url "https://github.com/cooklang/cookcli/archive/refs/tags/v0.14.0.tar.gz" + sha256 "b4a52440e2ff2d1fc53206ff65993ccc29ed5d043f29be7d0bc1e07f6663824b" license "MIT" head "https://github.com/cooklang/cookcli.git", branch: "main" From 36711267ebe69125c94ca61b97a2c7b04425f736 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:01:05 +0000 Subject: [PATCH 02069/10074] cypher-shell 2025.05.0 --- Formula/c/cypher-shell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cypher-shell.rb b/Formula/c/cypher-shell.rb index e710e41b391bf..ba9f2fa985011 100644 --- a/Formula/c/cypher-shell.rb +++ b/Formula/c/cypher-shell.rb @@ -1,8 +1,8 @@ class CypherShell < Formula desc "Command-line shell where you can execute Cypher against Neo4j" homepage "https://neo4j.com" - url "https://dist.neo4j.org/cypher-shell/cypher-shell-2025.04.0.zip" - sha256 "2e131b48656a23980c4cb81889a28cefdd08e38a6573ea60470942194afb2228" + url "https://dist.neo4j.org/cypher-shell/cypher-shell-2025.05.0.zip" + sha256 "aa072678237d557f238d5cd3545c8385ca68671671c9916f58c3e8061469c1dd" license "GPL-3.0-only" version_scheme 1 From 3389cf0f9a9b5fddda5fd74dd85b9ba34ec92985 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:04:01 +0000 Subject: [PATCH 02070/10074] fern-api 0.63.28 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index b2aee26041c5a..da374f4aedb07 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.26.tgz" - sha256 "7694e468743b2c37e5d4d481e0e2284ab8e6c8b5c853e5a040e3a3f637f7934b" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.28.tgz" + sha256 "4dd55d7801cd746fc67a94ff0c749e8f31eae2a3570ec96af80c05e17282d395" license "Apache-2.0" bottle do From d8d86e6070f0580493781c7cc0c1ace0b635cc9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:04:46 +0000 Subject: [PATCH 02071/10074] filebeat 9.0.2 --- Formula/f/filebeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/filebeat.rb b/Formula/f/filebeat.rb index 7ef1435a80d36..ace66de8d9326 100644 --- a/Formula/f/filebeat.rb +++ b/Formula/f/filebeat.rb @@ -2,8 +2,8 @@ class Filebeat < Formula desc "File harvester to ship log files to Elasticsearch or Logstash" homepage "https://www.elastic.co/products/beats/filebeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.1", - revision: "bce373f7dcd56a5575ad2c0ec40159722607e801" + tag: "v9.0.2", + revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" # Outside of the "x-pack" folder, source code in a given file is licensed # under the Apache License Version 2.0 license "Apache-2.0" From 9c4b5f7abd15cf4e7b6b5eaa5e6a7cff4ff1f440 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:08:20 +0000 Subject: [PATCH 02072/10074] heartbeat 9.0.2 --- Formula/h/heartbeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/heartbeat.rb b/Formula/h/heartbeat.rb index bd905feb7bd1b..17b4edf4b39fb 100644 --- a/Formula/h/heartbeat.rb +++ b/Formula/h/heartbeat.rb @@ -2,8 +2,8 @@ class Heartbeat < Formula desc "Lightweight Shipper for Uptime Monitoring" homepage "https://www.elastic.co/beats/heartbeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.1", - revision: "bce373f7dcd56a5575ad2c0ec40159722607e801" + tag: "v9.0.2", + revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" license "Apache-2.0" head "https://github.com/elastic/beats.git", branch: "master" From eb2722a4008fbdf2275a3ba441e29d00d210bf00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:08:53 +0000 Subject: [PATCH 02073/10074] httm 0.48.0 --- Formula/h/httm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index 2daefb6546fad..c20ae45c7fa72 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -1,8 +1,8 @@ class Httm < Formula desc "Interactive, file-level Time Machine-like tool for ZFS/btrfs" homepage "https://github.com/kimono-koans/httm" - url "https://github.com/kimono-koans/httm/archive/refs/tags/0.47.1.tar.gz" - sha256 "30174bbf0ee2c29590e2ae768393ca7ffc302f2a4b4bc481f363f8e51cfcf757" + url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.0.tar.gz" + sha256 "29bf964ce4776910c0ea8118122e6a6ac862f2147503445a66ef59ba5ec661dd" license "MPL-2.0" head "https://github.com/kimono-koans/httm.git", branch: "master" From 8e0df7ce201d70979b8b54237d805a65a3e86181 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:15:27 +0000 Subject: [PATCH 02074/10074] linode-cli 5.59.0 --- Formula/l/linode-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/linode-cli.rb b/Formula/l/linode-cli.rb index b9f299ef0b945..3b357ecc90704 100644 --- a/Formula/l/linode-cli.rb +++ b/Formula/l/linode-cli.rb @@ -3,8 +3,8 @@ class LinodeCli < Formula desc "CLI for the Linode API" homepage "https://github.com/linode/linode-cli" - url "https://files.pythonhosted.org/packages/eb/a7/878af962dd9c6f8138d6b1771bc4685ceededdbde81f54537839ce761374/linode_cli-5.58.0.tar.gz" - sha256 "011fc9c1e8ecc0d90cc46f8d77814f173e658eafe4a148a3d229cc89f09165e4" + url "https://files.pythonhosted.org/packages/77/37/d83ddb34bebeb42a2586b281a6bbb3c63e18d82a6521564ff10d5c686c08/linode_cli-5.59.0.tar.gz" + sha256 "82749f54390d215947d0396b147c3f1131cc172cfad81bc86487b7f5bc56607d" license "BSD-3-Clause" head "https://github.com/linode/linode-cli.git", branch: "main" From a2bd06e8313ad0240bedcdc895e918f8116436d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:15:53 +0000 Subject: [PATCH 02075/10074] logstash 9.0.2 --- Formula/l/logstash.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/logstash.rb b/Formula/l/logstash.rb index 9eb26f1f7c91a..ab4b992d34368 100644 --- a/Formula/l/logstash.rb +++ b/Formula/l/logstash.rb @@ -1,8 +1,8 @@ class Logstash < Formula desc "Tool for managing events and logs" homepage "https://www.elastic.co/products/logstash" - url "https://github.com/elastic/logstash/archive/refs/tags/v9.0.1.tar.gz" - sha256 "3812e73ae35e2789cbd7a3abbbaac9e5d8cb32837cc7a626b132961f69a454b6" + url "https://github.com/elastic/logstash/archive/refs/tags/v9.0.2.tar.gz" + sha256 "4832bd27b409ab1c11a148384020aff52a25cbb7a40c03266be596960591155d" license "Apache-2.0" version_scheme 1 head "https://github.com/elastic/logstash.git", branch: "main" From 11126bd7d893375c0947fcf7e63c474abd6a0c81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:17:29 +0000 Subject: [PATCH 02076/10074] metricbeat 9.0.2 --- Formula/m/metricbeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/metricbeat.rb b/Formula/m/metricbeat.rb index 21cf89fb44231..e2c81c0f2c853 100644 --- a/Formula/m/metricbeat.rb +++ b/Formula/m/metricbeat.rb @@ -2,8 +2,8 @@ class Metricbeat < Formula desc "Collect metrics from your systems and services" homepage "https://www.elastic.co/beats/metricbeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.1", - revision: "bce373f7dcd56a5575ad2c0ec40159722607e801" + tag: "v9.0.2", + revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" license "Apache-2.0" head "https://github.com/elastic/beats.git", branch: "master" From eab67472a51837860bd7fc39597903c27a725069 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:18:47 +0000 Subject: [PATCH 02077/10074] mx 7.54.5 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 846901673a5fa..5271b9b2991d0 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.54.4.tar.gz" - sha256 "9970c129c4b0ca4ffa41258e0ecf45594b12de97448665778d01d7116a6197a0" + url "https://github.com/graalvm/mx/archive/refs/tags/7.54.5.tar.gz" + sha256 "ff7fb4a67e3d3413d1a41d759d645959397c8887067747d90165d9a96e0dd4f2" license "GPL-2.0-only" livecheck do From 54c503fb215cb0cf1c64e494f1b8fd462d9fc9af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:19:25 +0000 Subject: [PATCH 02078/10074] neo4j 2025.05.0 --- Formula/n/neo4j.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/neo4j.rb b/Formula/n/neo4j.rb index cd8a4f86fdea4..1e90a725a9dbf 100644 --- a/Formula/n/neo4j.rb +++ b/Formula/n/neo4j.rb @@ -1,8 +1,8 @@ class Neo4j < Formula desc "Robust (fully ACID) transactional property graph database" homepage "https://neo4j.com/" - url "https://neo4j.com/artifact.php?name=neo4j-community-2025.04.0-unix.tar.gz" - sha256 "118cb439904d1aaad67f2421be518d2acc2b754f621acc209ee3362e5b67ba65" + url "https://neo4j.com/artifact.php?name=neo4j-community-2025.05.0-unix.tar.gz" + sha256 "561f985e6355e98cf6f2b4f106599bfceb27a5adeffdc0856c71a2c5bb008f68" license "GPL-3.0-or-later" livecheck do From b37578387a757640ec12b3e9d2aa949b22ea74e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:21:06 +0000 Subject: [PATCH 02079/10074] oh-my-posh 26.2.1 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index f14a81f2ebd47..023c5c9f583a9 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.2.0.tar.gz" - sha256 "375698f75097414e54384193943c8968aa2f60adf9e407dd78939a7631399a1c" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.2.1.tar.gz" + sha256 "2597a91f389c71dd4bf6cee966a9adf273c537ec6a893fa0ae34921a22e8ed2e" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From e1865b24baffebe49ced2be8307627c31e541f95 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:22:42 +0000 Subject: [PATCH 02080/10074] packetbeat 9.0.2 --- Formula/p/packetbeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/packetbeat.rb b/Formula/p/packetbeat.rb index ae4a039715511..99bdea61e8422 100644 --- a/Formula/p/packetbeat.rb +++ b/Formula/p/packetbeat.rb @@ -2,8 +2,8 @@ class Packetbeat < Formula desc "Lightweight Shipper for Network Data" homepage "https://www.elastic.co/products/beats/packetbeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.1", - revision: "bce373f7dcd56a5575ad2c0ec40159722607e801" + tag: "v9.0.2", + revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" license "Apache-2.0" head "https://github.com/elastic/beats.git", branch: "master" From 6ea9bb9c0a3d50c74c71394afee7d7185d7b549a Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:23:46 -0700 Subject: [PATCH 02081/10074] kubeshark 52.7.7 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/k/kubeshark.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubeshark.rb b/Formula/k/kubeshark.rb index 471962a6793ea..6989c0d98ae54 100644 --- a/Formula/k/kubeshark.rb +++ b/Formula/k/kubeshark.rb @@ -1,8 +1,8 @@ class Kubeshark < Formula desc "API Traffic Analyzer providing real-time visibility into Kubernetes network" homepage "https://www.kubeshark.co/" - url "https://github.com/kubeshark/kubeshark/archive/refs/tags/v52.7.0.tar.gz" - sha256 "95352f8e7ac71c570b1dc23e2504d6eed70952af6c4d352fbc3dc276c613f7ce" + url "https://github.com/kubeshark/kubeshark/archive/refs/tags/v52.7.7.tar.gz" + sha256 "fb5a674ab6aeab88a1240aa822d43303c7d5d24a680cbdf49d4123bb42ad5418" license "Apache-2.0" head "https://github.com/kubeshark/kubeshark.git", branch: "master" From d94ad3f09f8f3d5c6b55c6613b1df14544a3e9cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:28:19 +0000 Subject: [PATCH 02082/10074] serialosc 1.4.6 --- Formula/s/serialosc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/serialosc.rb b/Formula/s/serialosc.rb index 63e21b2201e97..81f1048fe2049 100644 --- a/Formula/s/serialosc.rb +++ b/Formula/s/serialosc.rb @@ -3,8 +3,8 @@ class Serialosc < Formula homepage "https://github.com/monome/docs/blob/gh-pages/serialosc/osc.md" # pull from git tag to get submodules url "https://github.com/monome/serialosc.git", - tag: "v1.4.5", - revision: "79ac58b0737bc8a6617d90ab41fb00b791a5a746" + tag: "v1.4.6", + revision: "82982437ba197b93793e89eee1cbb12c1f73e928" license "ISC" head "https://github.com/monome/serialosc.git", branch: "main" From e0df1f03a67e200b718dcf207c8901efcee1ad53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:32:36 +0000 Subject: [PATCH 02083/10074] uv 0.7.10 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 5faf892fb3b69..187accc2835c5 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://docs.astral.sh/uv/" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.9.tar.gz" - sha256 "04c58ee15192a3a8fd67b7888d17f798d4802cb8fbb7a6d264b7499f93230ba3" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.10.tar.gz" + sha256 "3d7b11da65d5a21fe55c38b3b5b4592c9331090a410bee731a7ce1ce1bc97130" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 9d1999b96b44527bf36dd3f3be4256effac5c5a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:33:05 +0000 Subject: [PATCH 02084/10074] veilid 0.4.7 --- Formula/v/veilid.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/veilid.rb b/Formula/v/veilid.rb index 053ef8810f27b..906e397f776b4 100644 --- a/Formula/v/veilid.rb +++ b/Formula/v/veilid.rb @@ -1,8 +1,8 @@ class Veilid < Formula desc "Peer-to-peer network for easily sharing various kinds of data" homepage "https://veilid.com/" - url "https://gitlab.com/veilid/veilid/-/archive/v0.4.6/veilid-v0.4.6.tar.bz2" - sha256 "bb1f7f2e0360860d37f5744c909b135890ae876862cd8c01db1b138debbbdd83" + url "https://gitlab.com/veilid/veilid/-/archive/v0.4.7/veilid-v0.4.7.tar.bz2" + sha256 "5df6b4d8978958990549315ae6ff2b336c9e9b0606ce316f42b5fc2b31fa07e5" license "MPL-2.0" head "https://gitlab.com/veilid/veilid.git", branch: "main" From a11cd95bc39f76f7d9a6093174955d42a38acd7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:45:14 +0000 Subject: [PATCH 02085/10074] libgig: update 4.5.0 bottle. --- Formula/lib/libgig.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/lib/libgig.rb b/Formula/lib/libgig.rb index 5ff12da1afc2f..20321095df9d3 100644 --- a/Formula/lib/libgig.rb +++ b/Formula/lib/libgig.rb @@ -11,15 +11,13 @@ class Libgig < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "90152a5e1d87cad52d80a79173b5de845623ce3bf4031f1356eb1457123a966e" - sha256 cellar: :any, arm64_sonoma: "84491aae7c3455ae9708acf082dcc9686ee0d70ba45c995d3f874a15fbca6d01" - sha256 cellar: :any, arm64_ventura: "0bb7378b952081033a2c964ef36e595029ae377cf753ea6437f54086e07f1bf7" - sha256 cellar: :any, arm64_monterey: "699c836a4e66d518fbcfc3ee3a83a60c526d88909bda1a34667c8e67cded482c" - sha256 cellar: :any, sonoma: "ca1486d8efa94ae049f2bfb3d8c204551042e44bb866df455689a974152eee2e" - sha256 cellar: :any, ventura: "01f2602c4c663695f4d7dd5cf6fbe3a9ee6b8485efd11879e0d186fc0def1b61" - sha256 cellar: :any, monterey: "85490eaa518755542f760200f141b5f65fd71e7796df188f45f16ef4ffabecae" - sha256 cellar: :any_skip_relocation, arm64_linux: "eb411330078f95316259af6509eea6c755bc66fd364ab17d8212f4f3801addfe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "55b3244b6baa9d30aa0d625a9c27455437b8bb85a1feb61571dec1d4dd765e81" + sha256 cellar: :any, arm64_sequoia: "f85773d19792519d3d19e73b0275a23b9ef84e68e3e57644615a488e4f324af2" + sha256 cellar: :any, arm64_sonoma: "e4081ce14559fbd6f48102d7dfc1b513e37cee4afbd7121c74cea1e8d53ffff4" + sha256 cellar: :any, arm64_ventura: "789e678cdb2dff09270c004bbc81d5e431581a647be96e7ba66302329d6c3b8c" + sha256 cellar: :any, sonoma: "2e9b576c4c145c1472c5c78ef36cf3b56d386e98d2cfd82021349d7d2436b7f4" + sha256 cellar: :any, ventura: "bf0a74884fdc6883c0684672d528787bb0d2e2472c611af8c2dedc16ef524081" + sha256 cellar: :any_skip_relocation, arm64_linux: "906de752a65d327ae5c80451724c6a97cae3e313214e08d021b95ed62d77072f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "894ee2397192dc48e2d0cc236fe3fd8bb3e4bb259683f91f8a3fe9fd0517b571" end depends_on "pkgconf" => :build From 8da2a81a35689f7fff7a2ff4c9a90a16f3884af9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:45:25 +0000 Subject: [PATCH 02086/10074] chkbit: update 6.4.1 bottle. --- Formula/c/chkbit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chkbit.rb b/Formula/c/chkbit.rb index 5b77e9fb9cb12..39d53b27ce08e 100644 --- a/Formula/c/chkbit.rb +++ b/Formula/c/chkbit.rb @@ -7,12 +7,12 @@ class Chkbit < Formula head "https://github.com/laktak/chkbit.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa3de15f0dd07551bfcd3e36a3b228cf66332893fca929b4dd37869b03ab8f37" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa3de15f0dd07551bfcd3e36a3b228cf66332893fca929b4dd37869b03ab8f37" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fa3de15f0dd07551bfcd3e36a3b228cf66332893fca929b4dd37869b03ab8f37" - sha256 cellar: :any_skip_relocation, sonoma: "45d20ff4444e1f13ebdd46bf0f85397c7c49abc79e9a54d99549bd960b0c5e85" - sha256 cellar: :any_skip_relocation, ventura: "45d20ff4444e1f13ebdd46bf0f85397c7c49abc79e9a54d99549bd960b0c5e85" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1be986d6bf7eb3637f5d9afdf6ddc904cbd21d4c67af7e76df8bb4edcb4bf7d9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6bd3e9f0e1782b5239cd3afe0bb894a30cff7a7566575f261771dbfe3fda2ba" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6bd3e9f0e1782b5239cd3afe0bb894a30cff7a7566575f261771dbfe3fda2ba" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e6bd3e9f0e1782b5239cd3afe0bb894a30cff7a7566575f261771dbfe3fda2ba" + sha256 cellar: :any_skip_relocation, sonoma: "4a6e6094b9841bbac174355d66c92b6cc614a0dde922f182a1314c68d884cf05" + sha256 cellar: :any_skip_relocation, ventura: "4a6e6094b9841bbac174355d66c92b6cc614a0dde922f182a1314c68d884cf05" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a2661267a7ec58290b600b45ecbc4a66388035b4c8e1cc6c255fd81abc0efab" end depends_on "go" => :build From abbc429ee3a33b7f1accea2ca792d907c7d44df2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:45:34 +0000 Subject: [PATCH 02087/10074] auditbeat: update 9.0.2 bottle. --- Formula/a/auditbeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/auditbeat.rb b/Formula/a/auditbeat.rb index 33580856b7edd..db91b3ec0f600 100644 --- a/Formula/a/auditbeat.rb +++ b/Formula/a/auditbeat.rb @@ -8,13 +8,13 @@ class Auditbeat < Formula head "https://github.com/elastic/beats.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d822de8cab572027463209e5fa78238501386683c3fef621a3f84bf4535b2df2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "632ea9d9e45e8b94d2e9bb56716ff4c0c7556c920c191e99af7ed3b5bf2c5b45" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ff998cef6bcd82f473ddfc79b2ecfe0c73c7a841b177f15b41ed368cd835ed4c" - sha256 cellar: :any_skip_relocation, sonoma: "3f67d3d9d871489609b2f8898be9dd35cb69030940995a4a4faac220148d5b14" - sha256 cellar: :any_skip_relocation, ventura: "d9be3f87a36dc42bb8b3b615df5b3b96bd20e54f5f41d5e0fdfd85e11fdc8b21" - sha256 cellar: :any_skip_relocation, arm64_linux: "1803b42e30d15f205f37ff90ba4004defff329cf33374f31bd3961427783704f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3a8dc9fb21a382e4032a633b67dc405b6728372af46afdaea80e1b0b5798f9e1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b0143dd46c7019ec8d4890c4b01dec71c91698bc6e535b00dec2474e26b7068" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6acb9dd9e1da9e11ccadd720eef67179fd45448a66c0b638939215f9c6fc0a6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1218a55aebd0b9575e9362f97f628a9c9a22b2cb05534c5ff87dc2e3ead6567d" + sha256 cellar: :any_skip_relocation, sonoma: "ed10c2a045ef874559f82082660eb65308675236dec0db1f5dd0d69f3a88798c" + sha256 cellar: :any_skip_relocation, ventura: "289f214029b112676b90bcded14380d6f4ea08202ed1135a742cf663d0095180" + sha256 cellar: :any_skip_relocation, arm64_linux: "b18439c7af0b302f41fe0a87377e7f4eb8c1c40c3fd668e838ed9158dd8bd00c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cfbd29223b4754a7d5a5c64b38d0e57dea17ee9839a9a1f855a9028431fd5929" end depends_on "go" => :build From af6f9f769ce533fdb20cd5d090eeb612abc93d6d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:45:39 +0000 Subject: [PATCH 02088/10074] pyside: update 6.9.1 bottle. --- Formula/p/pyside.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/p/pyside.rb b/Formula/p/pyside.rb index 8b38b968451e9..af3ad4dcb0daa 100644 --- a/Formula/p/pyside.rb +++ b/Formula/p/pyside.rb @@ -22,11 +22,11 @@ class Pyside < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "01d53933c30b3bf63d7514a55b161bf8a411bf42b4ce04f55dc9b562559c873c" - sha256 cellar: :any, arm64_ventura: "8d483c1e6c26af22143c13459029df148587e3322dfeee4c31aaf35ff1c043fe" - sha256 cellar: :any, sonoma: "6cc5f927b8f393383f632ebc637b902cd419618f8e3c4ebc2e77dc4362f7adad" - sha256 cellar: :any, ventura: "7b570827012a0a43ee2371387db4958e89145ed16b7485a822e9ced04217d8b2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "249bc3164d2967cc7c0087c4498ce4dca80f82d76fe3b8a9ed16dada2ea39c44" + sha256 cellar: :any, arm64_sonoma: "7f2563ea6f8fa28511e1bfb5382cd626e5a6b94579966fd9a0f30c6818014adb" + sha256 cellar: :any, arm64_ventura: "03fa4e43dd8f0cde24f60f699b7877fb810afffdc3f4488df74cb73f9d70b0d0" + sha256 cellar: :any, sonoma: "85ffccdb4554597d179b5827b4db6e74ffdb9bb2d6784a8dc7c471b6c4952297" + sha256 cellar: :any, ventura: "7dce18454934456f0f70c45223521fa798cbdee8da096e90bc2c1dd9ff96e4d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "82c620163deb0ef765aec13aba992d99e1ba847276ac521590867f36d5b3afa0" end depends_on "cmake" => :build From 3d007ac6132418149fc4c7e14238af5357797266 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:45:55 +0000 Subject: [PATCH 02089/10074] fern-api: update 0.63.28 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index da374f4aedb07..fa0f12d252be0 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "c8e9c5ca3a006900ca31503d236bf9944bdd2c02153234428955ee2188bf767f" + sha256 cellar: :any_skip_relocation, all: "2a94cf3626914e6cc81f80d9eded8aa88932ca853ac9ea5ca84f124571e15074" end depends_on "node" From 7a6b584a1e055137130f7eacdee408a5629940c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:45:56 +0000 Subject: [PATCH 02090/10074] cookcli: update 0.14.0 bottle. --- Formula/c/cookcli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cookcli.rb b/Formula/c/cookcli.rb index 88db110258aaf..1aa1ce79d343c 100644 --- a/Formula/c/cookcli.rb +++ b/Formula/c/cookcli.rb @@ -7,13 +7,13 @@ class Cookcli < Formula head "https://github.com/cooklang/cookcli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dea15c7dd7bf39e59311620ff9f6cac4c86406336c3c0f60e4103488c67d97ae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8bf8543b5a5c40b4b0c31ee20ae48882e3a02727dcc635fed60c527410fca65c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b2ff91dafdea562e92375b387ba349801670c7490bf4d00951d000b274da9674" - sha256 cellar: :any_skip_relocation, sonoma: "cb94aab8c7b06a240d898d68b8b6fc08221d0e7943e004b3f612c5f8e3ebb08a" - sha256 cellar: :any_skip_relocation, ventura: "c8b371dc1bc3d61fcf02327ca94e6502eb18fb65dc5c725da8f47db4e631d111" - sha256 cellar: :any_skip_relocation, arm64_linux: "d364b1c3995eecb60b46b9b9035b23bd56aec7bb399fad3c1dafb5fcc14d172a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "32c614d19f4a3821ad0fc8fcb6d49e70f723e90d52f99bc508f82a6b5a25ac4a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b083f53dc4c290a7055c352cff7f85a4610ae6b05ad1214d02ed4b7c56243f59" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9625e0e5854ccd5adbbf8ca62f6a4a3158fdd91d191ff91bb006b4301bab43f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5eee813fb8bdad06c73c4ef5801f4cacca39391ebad33464792a6505ddb40a3f" + sha256 cellar: :any_skip_relocation, sonoma: "1b5122e8b0cd4d95e2569ef6af741f505b22469d64a4f55fd71510f3d187609a" + sha256 cellar: :any_skip_relocation, ventura: "c926faae58e4a26a2cfc9d37155ee5a1d08be05c221e3747334dc128ce0808d3" + sha256 cellar: :any_skip_relocation, arm64_linux: "73f84a7ca8b52b80ff8078dbd81ffdb890009d67913dd3ecdbe234a7c0fbe674" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c69650675f7612fa932839e5a9674c8c9812beb1c72492815f3467d8de35e186" end depends_on "rust" => :build From 12388ba6f453ad99d83fba331e559af0b3840825 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:46:08 +0000 Subject: [PATCH 02091/10074] code-cli: update 1.100.3 bottle. --- Formula/c/code-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/code-cli.rb b/Formula/c/code-cli.rb index 41ee1d625ec86..2ad81ab0f87af 100644 --- a/Formula/c/code-cli.rb +++ b/Formula/c/code-cli.rb @@ -12,13 +12,13 @@ class CodeCli < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4766661e79f0b06e51430dc219f6d6797dc808fc5b39f8ed57459b00c6085e6b" - sha256 cellar: :any, arm64_sonoma: "4d74748805d84efe979a5bcb40e111abc33df861655f6c581d6cf1af46e3b1e8" - sha256 cellar: :any, arm64_ventura: "9bbbba906405d4ef6e2401e57f84dbf293c59ee36f8560dd2b07196304b72b34" - sha256 cellar: :any, sonoma: "36689ef5c948a5fd48770a2e237908605bd1b5b090b665bd2444063ad7c5c680" - sha256 cellar: :any, ventura: "b8af28ceca682daf309816391b9033402648d875c42e9dabf271c2ddd2794f98" - sha256 cellar: :any_skip_relocation, arm64_linux: "f108e481152f5fa1e5244383b3b069c1d90c7a841c2696932d361032966fe94b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1cd686f546c949211fe8cef99a22633042f99ca07241993456a9b9b908a46275" + sha256 cellar: :any, arm64_sequoia: "ef98f80fa1ad7658950330ea757b0f1f673b63aa5ee7e28a87f8ea4b5402b0fa" + sha256 cellar: :any, arm64_sonoma: "023a90fb6235faffd817090c3585801fb0c8b424c3e898a9407b72cb4aa5c495" + sha256 cellar: :any, arm64_ventura: "a2f70ef780009a1466e0374258e124c7b0f33165e7739bc6b340c609aa9776f2" + sha256 cellar: :any, sonoma: "913ae669f30e3999eee3b096781c14987a7afdaadfa35d7efb37a1b835ac8aca" + sha256 cellar: :any, ventura: "ad00c9594e464d7a42099fb5f9c39d7fa8779f491b6b5ebcb63858a091a2ff22" + sha256 cellar: :any_skip_relocation, arm64_linux: "11b2daf76d31d43dff5a2a985f6942fa892c3307f75b50e2048d8ea4048e8555" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3404bc73eda0de47b2ef205c8c9ccd46e53d944ca79d52bf3ce6fbcbeb1ff682" end depends_on "pkgconf" => :build From 586682cb579b90165ea539bfd53bda70f4d1126e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:46:11 +0000 Subject: [PATCH 02092/10074] closure-compiler: update 20250528 bottle. --- Formula/c/closure-compiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/closure-compiler.rb b/Formula/c/closure-compiler.rb index 6dd6cc703aac7..d7d9ed83bdba5 100644 --- a/Formula/c/closure-compiler.rb +++ b/Formula/c/closure-compiler.rb @@ -11,7 +11,7 @@ class ClosureCompiler < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "7cc01aeab57dd5bfad6e217245728ff2a57055831b6dc726db037c5f82503828" + sha256 cellar: :any_skip_relocation, all: "75cfe17c2865f4e87989524b5902b28f85f97aef6261922c5fd30e5a5106099a" end depends_on "openjdk" From e55ca1ec4c5b5ce2cd38ca82ffd599fbcc3d8cf8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:48:25 +0000 Subject: [PATCH 02093/10074] httm: update 0.48.0 bottle. --- Formula/h/httm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index c20ae45c7fa72..f735144714fd5 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -7,13 +7,13 @@ class Httm < Formula head "https://github.com/kimono-koans/httm.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd1e4b21776718c195d290908adc114e55e9a9781efe9c674bec2d772c878454" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b535b8f6af070b69c564685f95ab327280e50380c7340b9fdf9902fd0c47452" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d1d3f71082d7a3c857b1d521c7d7b50f87494dd896d4fde168e27722f127976" - sha256 cellar: :any_skip_relocation, sonoma: "451cd03a1a8f3d5f7fcaceed122e491aa0cf39a30844e4adcf1d2d595d32acba" - sha256 cellar: :any_skip_relocation, ventura: "3326dea5e03098bf848d4fd3d291df5d7af40434ffbd405391f63ed1127e20d8" - sha256 cellar: :any_skip_relocation, arm64_linux: "9a1eba7d2901122f117ec77d693c41ab7daa8226fe9eaf8a544c56ab86141971" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d6210e69750e71567c1c429be7215be6f1e09489ea5d9df6d9140d009469992a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cc4be5b7559b513caf005825e309241591f723a15bf206f13df1ae9140935ad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94c93e13fa34ff0d071bd9268582ca5a943d5c9a24a69046c3afd1df55fc3e02" + sha256 cellar: :any_skip_relocation, arm64_ventura: "227af010f123bf242fd2732d6045c9f3660b4bcce70c73ea907e6e303b9866f5" + sha256 cellar: :any_skip_relocation, sonoma: "176a57cb7b8bde6cc56d8e8a6d41c5eba066609d2796296e7e2d9960430544ee" + sha256 cellar: :any_skip_relocation, ventura: "d580488436a2d2df92f21abc6140d752bc34f6bedf763b3e53c285f202fd2623" + sha256 cellar: :any_skip_relocation, arm64_linux: "54182b1c1c2abb775a3c471661d9a1f5e040a658fc07d2e0fc8768bd6ef1a60b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bde539ea49384fdbf00876ea075e77e056b6ae2ddf7537d660ee730ee94a13c0" end depends_on "rust" => :build From a0c96b0012881b9c0576b1a9838ab5bf30336624 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:50:18 +0000 Subject: [PATCH 02094/10074] clojure: update 1.12.1.1543 bottle. --- Formula/c/clojure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/clojure.rb b/Formula/c/clojure.rb index 2d1cda84e25b7..6f3e3f5fa7238 100644 --- a/Formula/c/clojure.rb +++ b/Formula/c/clojure.rb @@ -13,7 +13,7 @@ class Clojure < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "47ddb5df191a3b9879f7a110f996749327798af55138bd13a750ed173d96ecf4" + sha256 cellar: :any_skip_relocation, all: "b584f36aa910424db0c76047215d80a1ee4550313ff3048033125656fe39a78a" end depends_on "openjdk" From 77b9be82da6409249f0e2c5a19f93fb70a359358 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:56:29 +0000 Subject: [PATCH 02095/10074] heartbeat: update 9.0.2 bottle. --- Formula/h/heartbeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/heartbeat.rb b/Formula/h/heartbeat.rb index 17b4edf4b39fb..1259c6d9386ab 100644 --- a/Formula/h/heartbeat.rb +++ b/Formula/h/heartbeat.rb @@ -8,13 +8,13 @@ class Heartbeat < Formula head "https://github.com/elastic/beats.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "11a71a842f6c6c232fce58666e7f60a65a3c1a94c554d88c58e69f4a71712b6d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "82a41c69c964ced6f85dd9179f39791df9dc508f96a039890b744cbbeaca1d9f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cc0fc78f06e58e46c1306c258494b78f2bb27448f3e541165cccc6d5a4940880" - sha256 cellar: :any_skip_relocation, sonoma: "90a5383ae88b797afc1afbacbd7855d375315afce5ea58da2c76b7b47b3b697a" - sha256 cellar: :any_skip_relocation, ventura: "dd3779455d1c2a849e94c0bae6ab58d55d028cd7ffec80700c9579ee387f7d42" - sha256 cellar: :any_skip_relocation, arm64_linux: "09d6943af7afa16a989ffce37a59279730124802055cfd8ab7c4e05fb73f9b66" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7cd3c7bf64e558701b30353437d7d0ea7e611c90e286ed85e0e36a56681075e0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "66ec91e74cd6cedf0740dc8e07a8005431f9109a57f4c8c0f888c6bf3b5b1360" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcec1d0a779fc24074f1a6938806838712090b3d2fe795ebd667d73c93f033c6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "019568450ff837fcaa1bc11bdd10747245d16239da96203b1c3c438633eddeb1" + sha256 cellar: :any_skip_relocation, sonoma: "6260bcc01f52e76aab7fa2757a71acd960c4b89061223ff9afc40d299b7527b8" + sha256 cellar: :any_skip_relocation, ventura: "1cb636a58791633addb819c52dc65852c037929f80f160f4925e99bd1b7036b9" + sha256 cellar: :any_skip_relocation, arm64_linux: "fe5d7cc8e56a8ed6be3344a90e7dd0f2b766dbe4f90ab85147c362eaf4b39a3a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ec07fccc523c365c4156f12cc91fbc00d21f075125ce695cd52f368e0967e46" end depends_on "go" => :build From 9f79c2f1507aa63261d2ef5d9904da5dacc51c3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:05:20 +0000 Subject: [PATCH 02096/10074] linode-cli: update 5.59.0 bottle. --- Formula/l/linode-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/linode-cli.rb b/Formula/l/linode-cli.rb index 3b357ecc90704..7118bcb8b421c 100644 --- a/Formula/l/linode-cli.rb +++ b/Formula/l/linode-cli.rb @@ -9,13 +9,13 @@ class LinodeCli < Formula head "https://github.com/linode/linode-cli.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "96f697d1c25990c87404399c8d7825925b60d905c872599ace7fd4bc90aa27d7" - sha256 cellar: :any, arm64_sonoma: "8c39e14077af099497decda64279ef2ed2f276267316b3a25282dac22e512cc5" - sha256 cellar: :any, arm64_ventura: "a3bce5b0031d0d206d7f9d4cbec22a0fc50fe34633196c12f444365fb6b57cb8" - sha256 cellar: :any, sonoma: "643ef805fbb5b72c7ed8171ad80799f34f0e9860c0362aa1b75d0db50bb9f167" - sha256 cellar: :any, ventura: "324f57c54d3fbe6709a5168f0ee95312d86d51171adee9a305666c45c1d68dcb" - sha256 cellar: :any_skip_relocation, arm64_linux: "40fa300043cc3bd41730764150a54d2c7602756edc7bdda4fe9d224aa2161d95" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dd091719ecbb444a32669d1bd777498795e19b5360b409cda78b62ebbf09a16d" + sha256 cellar: :any, arm64_sequoia: "f40010a7c5832db44fd68f6c42c2494f6810d813ca454d50edf1041333ffb53b" + sha256 cellar: :any, arm64_sonoma: "5bbf9302199c341034ba251898fcf123062ee9d7928010c572000a62f6e786e6" + sha256 cellar: :any, arm64_ventura: "49a0575cfa1d9e7958925f12b77ccc63c4c68b0ce0e85c134783fb97c7bb5ade" + sha256 cellar: :any, sonoma: "496e977d9bf9a6f37786ab9703d71595feb74b655ac3247d82c5274ee7e85c47" + sha256 cellar: :any, ventura: "be49b6e1b2ade67a544d5ec41dc0200f217f342ce93d80d780f13f66a96af6b2" + sha256 cellar: :any_skip_relocation, arm64_linux: "f8630c5a8fc612e833aa72a0af815cb960f426503b99b3e91afea06f7b5fcf06" + sha256 cellar: :any_skip_relocation, x86_64_linux: "615be70d507c31dd8d32dadfaef606cbf411f0671bff99e8fc94bd98bba1bc40" end depends_on "certifi" From 0dc53caa98454459dd70020d6455a8bbd1247e1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:05:39 +0000 Subject: [PATCH 02097/10074] logstash: update 9.0.2 bottle. --- Formula/l/logstash.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/logstash.rb b/Formula/l/logstash.rb index ab4b992d34368..c56a7f32912a0 100644 --- a/Formula/l/logstash.rb +++ b/Formula/l/logstash.rb @@ -13,13 +13,13 @@ class Logstash < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "41da786a1557aff86546c0d7f739966d0c74c6f8cfd356a36da31eaf741c8f09" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ff5d7c62e6e42182bed122c7ff4bcd9984ce063cb233429f738876ab791a246" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6b4ae0c79428e9ad980dbe4fb19138f3137885bc68818053b92dce2310e7295b" - sha256 cellar: :any, sonoma: "074083b379e7decca3fa47e22cc13e8f32a8a647bda323f38703771f64d04ed2" - sha256 cellar: :any, ventura: "f0b8bc8f5bc1c1f9d7321f2c354eee0f057143cc3c5560f11055e5ed80fd9c50" - sha256 cellar: :any_skip_relocation, arm64_linux: "47eb2491f13b1d0c3fa1118ea34a906a63b37421739f36cfc04aa6844f2ee0ed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "717ace083163fa7c78bdb19a4945691af85566cc0962622af1363e598a853615" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ba8e383cac8eb5798246c924bdef959e938e96c80180bdb838b9d4886077806" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb853eefffcdeb13d85400742cc510a2dd298dfcfa4aab236538b86a36e50caf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3300a397242f9912ac0b1d9c09ad92c64c8b87930d6f57ff9f88ef3b612f6825" + sha256 cellar: :any, sonoma: "26114af78c22a802e39dab8e884cb14ab42b4d26be591b9c953bc1d61ed5e28c" + sha256 cellar: :any, ventura: "eb9ee7b6d1f0ddebbb1f6105f32e1e41362a7bc3cfd540a23234599db21990d5" + sha256 cellar: :any_skip_relocation, arm64_linux: "1e4914260b5aa4eddad31e665f130d4b23d48e0dbe24ce3d2598a6b6a6bb6cf5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78e2290521d6c421a508fb0bba461b763df0555ce6a1613fae6b7a8c2eb13ce9" end depends_on "openjdk@21" From 03ae6a7e714864f2a0cccff542e5167daa92b6bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:11:48 +0000 Subject: [PATCH 02098/10074] metricbeat: update 9.0.2 bottle. --- Formula/m/metricbeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/metricbeat.rb b/Formula/m/metricbeat.rb index e2c81c0f2c853..a998c602b52f1 100644 --- a/Formula/m/metricbeat.rb +++ b/Formula/m/metricbeat.rb @@ -8,13 +8,13 @@ class Metricbeat < Formula head "https://github.com/elastic/beats.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "855b4056e9dfb1a13f2af2647ccd65f1891fbe693530e0aa21242b8a3aa7b8af" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e52e91099d3af4ef488dc5dbde3552d92a426d2617a76bc52216cf4c148228b7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "077b31d7881455128ac761ea9b3a19ca10c59ce336b6742c365f81c7128d4c64" - sha256 cellar: :any_skip_relocation, sonoma: "1ef9e9148bb93e99acabd6bf9ece0c5774c4f791ce82226146f7d4e298835fcf" - sha256 cellar: :any_skip_relocation, ventura: "fbea922f1f94630bcccecbb8deca76e4f8cee3fe4f580ef43bedd260f8a1149d" - sha256 cellar: :any_skip_relocation, arm64_linux: "9df91e264926fd73d167e8925c10862741aafac4010a9d887a3e18cb7de1fd2c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "85f32bea95151a59f2f27b43c5cd335449ea9fb53d393a7f761b3b124e5c1357" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7184dde2765a70b162f4ee2ae3e04e467fcf585110989e66964036718c43e87b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb308f69b54e673ece4b81ca86b5a15b6ad6b25bc9caa3e7c02d6ad5b5396393" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dba60f7c6c0a6c50fa8b12eae582c7b947e4c8342c0b201e572f0be915621f91" + sha256 cellar: :any_skip_relocation, sonoma: "056ef77d0ddf8cd800882c6c0a6d255ea3fa8d2b3007839ed55dbca8bd5dc531" + sha256 cellar: :any_skip_relocation, ventura: "965dbbd7b8a75626e5c250d540c7f1d7c636e795c1c83acb28f6c2ab26da21fc" + sha256 cellar: :any_skip_relocation, arm64_linux: "ad86154b64c35d8bf948b9f883edbd83c400f6b47c8ffe982c737ca6d8facace" + sha256 cellar: :any_skip_relocation, x86_64_linux: "75f1083a35fb686a2ed8561bdebb90e94b476e4fb5e5a48a2efb0fc65e19a0a9" end depends_on "go" => :build From a8ddb2371bd5163eeecc45042c825974477734c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:13:21 +0000 Subject: [PATCH 02099/10074] mx: update 7.54.5 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 5271b9b2991d0..3906ff0b516dd 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "a7811597df8d5f4c91cbc9bf488f1c801cbcbe94468f7cbf2fd56d5ea9126ade" + sha256 cellar: :any_skip_relocation, all: "8b670817c90785244d1e5fd950ca01a49f2b91476c58f3a98abbce5485536540" end depends_on "openjdk" => :test From f70521ef7bf15e47bf2667f4e3f1a8acaf383dc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:19:22 +0000 Subject: [PATCH 02100/10074] neo4j: update 2025.05.0 bottle. --- Formula/n/neo4j.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/neo4j.rb b/Formula/n/neo4j.rb index 1e90a725a9dbf..ce5444a94b587 100644 --- a/Formula/n/neo4j.rb +++ b/Formula/n/neo4j.rb @@ -12,7 +12,7 @@ class Neo4j < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "68bdaaa4ea98456b892250aa3e3a17a004dcda68e44cb1bc95c5d780c3c1c9dd" + sha256 cellar: :any_skip_relocation, all: "13b2e6e54ec4ec8ed1413e1edf5a5546e9cee812228b44cf0a24c70668b4b6d7" end depends_on "cypher-shell" From 2bacf95c80d8838cc06aaadd213aa3b875fcebc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:19:33 +0000 Subject: [PATCH 02101/10074] oh-my-posh: update 26.2.1 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 023c5c9f583a9..a72abfce968c8 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c0181cf46e55e7aff948589461e23d7a1fa786d2ae6804ecf478fbcf45ad48e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "74b21bda527a32e2fdd46a6b5ed7adf89669661cd2517d3559ae73ac34caa798" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e3f0f8fdfc16c73c5cbf0db7e5f6f1e3b3c3721948a1d6b867a779c6a9f562a0" - sha256 cellar: :any_skip_relocation, sonoma: "4b02ac336cc24450216b1487f2930462a7c033c8f2ba7455a136f863ca07322a" - sha256 cellar: :any_skip_relocation, ventura: "fb34e03c09cb5ecfa7f3f613e7f8578c5b8e81d3ed67bfda06b8134459ad87b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7e3630425449da5db0244f963d4a47fd33692d679468ceaf3eb74f456d8dbbe3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b83d1613aaf401cee7231b92734a0b89dcbe6d84733441ef537a9bac34a09192" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7009a8cd13fdc99c8b04f148a036b35fc40e028ce7360aac40e99659bb92f7f8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "649916d0561ad5177eed8477b9e32ddab9c414586a0a833b680f5697fc9d09b6" + sha256 cellar: :any_skip_relocation, sonoma: "ff6cbd945d91a545993a175f7e58d84b0e1d561efa39fe53de866d7947eecac5" + sha256 cellar: :any_skip_relocation, ventura: "6f2fb28638da19125d2b937f7f9eca82c8e5ea04253ed4635d3249d4737a7d4e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6dec54750ac853d4792189ca57b62d4967544ff01d5f745dd048da0d67a8a2d1" end depends_on "go" => :build From e0adfd455c884c69efd6f28e792612f0d47a9744 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:20:38 +0000 Subject: [PATCH 02102/10074] kubeshark: update 52.7.7 bottle. --- Formula/k/kubeshark.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubeshark.rb b/Formula/k/kubeshark.rb index 6989c0d98ae54..8117f13ffee01 100644 --- a/Formula/k/kubeshark.rb +++ b/Formula/k/kubeshark.rb @@ -15,13 +15,13 @@ class Kubeshark < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "11c4aff6f7604d4b12dd72e875a950e422d2eeddc920048e7e18fa89f92da13e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "742f2d7552d895d2453b9e677fccceeb31cd0759fa9538b6b4f77da5e0793ea0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1eca067494bcae2976ba547e30f339a0b86021dc6b0d83e7e73b962ba859edca" - sha256 cellar: :any_skip_relocation, sonoma: "879f5828040e1eaf58815b6ba001598a4d43e23057123be77b6052646783bf85" - sha256 cellar: :any_skip_relocation, ventura: "dc05e98a496777e3183afbfa8e9000db2360083bc59adf418b6a93fd75a5b09a" - sha256 cellar: :any_skip_relocation, arm64_linux: "d85015784abc15bb2f5506d007018c86cb4ff72b5bcb15d78cd6c6adde04957e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e27bbc7ba14bc4baf3bc15e2b2c7244b8eb0356af83b16f5f79d2edc92850710" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "34c4636bcc950f34dbd284bee8fbab84089904c997789f10ef2a1c53cfbc31c2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4edc31bcb4f35fa6ba6157dcb809f288034bfd031f89d55999afef3e1087b0fa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5987336952060db66c4f44c188f4ce7285794bb48a7dde9039f5d96f10da51ca" + sha256 cellar: :any_skip_relocation, sonoma: "0d257ad6f05178016c238b905fc05754f05c0b7e04aff3c8002d94dcb8e78541" + sha256 cellar: :any_skip_relocation, ventura: "1fbe41422574a55986c4df0300d01c1e9dd150b7f28b5a498a4ae299ae3495e7" + sha256 cellar: :any_skip_relocation, arm64_linux: "2a15b74330f5c92ac05799648732f2d92982997c250555b5bb2fb7b056897bfa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b7010d1741c9dc71e8516b9642a233311c5b07a60455b2bcfdfe1669b42c602" end depends_on "go" => :build From 2737940cd4997f72b5840710bf47852a2acb0333 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:21:11 +0000 Subject: [PATCH 02103/10074] serialosc: update 1.4.6 bottle. --- Formula/s/serialosc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/serialosc.rb b/Formula/s/serialosc.rb index 81f1048fe2049..d11b5e25a193b 100644 --- a/Formula/s/serialosc.rb +++ b/Formula/s/serialosc.rb @@ -9,13 +9,13 @@ class Serialosc < Formula head "https://github.com/monome/serialosc.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "b1ba9d4682993c2b91b290ae127d7d3b4f9bf824096990f70680651a79390459" - sha256 cellar: :any, arm64_sonoma: "84e6065faa98dbfb31e366907c0ad337472165ccffb3c8299cf2649811d19d6b" - sha256 cellar: :any, arm64_ventura: "f52aa361a0b6fcd4636a6e98d7b14d720ada9da0f2a78389f94296a54532d294" - sha256 cellar: :any, sonoma: "594dd66c1a55996360013bad6a3f6fe042a5ee853b855b19e8703e0b501ac5cd" - sha256 cellar: :any, ventura: "20f48d409724d37c319fd7595e47cc051be3e4343771168dfecbb9cd83e420d4" - sha256 cellar: :any_skip_relocation, arm64_linux: "6b01477de4be9295d6c2997b07611a4d52428a819bd5662b34f04d55e110c8b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9b66b2d89de42e40b3f3659dbb4f461698d0ff515047af8fd58ca543efe2757c" + sha256 cellar: :any, arm64_sequoia: "6bf7e4ce2c236c488e3d5f5779f97d888f19c471aaf0d08e9fdefea7afea20c2" + sha256 cellar: :any, arm64_sonoma: "498514d0881e192dd36837716da1df5a7256179f515dc8b1dace4f480348b724" + sha256 cellar: :any, arm64_ventura: "9e549647a50621a2bafce9aad05daef120e36767af5e57a3df117d6afc5c580e" + sha256 cellar: :any, sonoma: "4bda1903d28760b7b340db427ebf78566a93171f494ea082cd63d6eef79b0e23" + sha256 cellar: :any, ventura: "d2cf788f4bf6dd3805af4f729e9dc7ed7a1ecde36a93468014a20052dddb87fd" + sha256 cellar: :any_skip_relocation, arm64_linux: "fd3d5d496535917f6e503b7b4041e23ea50b33a99c695f0ab68abcdbe576ace2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4eee0e4d13807fb31e5ccb13536357177f2285f546af6ee9bc167a778797323" end depends_on "confuse" From 72022e413c9590229fd6c2a1ec471fcaa1a3b4ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:22:02 +0000 Subject: [PATCH 02104/10074] packetbeat: update 9.0.2 bottle. --- Formula/p/packetbeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/packetbeat.rb b/Formula/p/packetbeat.rb index 99bdea61e8422..67bccc416e751 100644 --- a/Formula/p/packetbeat.rb +++ b/Formula/p/packetbeat.rb @@ -8,13 +8,13 @@ class Packetbeat < Formula head "https://github.com/elastic/beats.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6ba61fea2c646b41065635286bab932498249d95c0e812f779f3dc133c9ca36" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "26941adacc26f1853a73aabcbf0db0602e8bd6552b2115825b8e70c7b03d7317" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9f6e26237d347c41163c0df987d711d34af5a4ab4e86ad537f9477184e4da781" - sha256 cellar: :any_skip_relocation, sonoma: "8498b02c67f6843fffae62598ccb3994d54ab57ebbacc504cabf6c712e7baedb" - sha256 cellar: :any_skip_relocation, ventura: "9d35526cea1ee11edbc7606026cc49bcf377a97e514fdefd50af5b6e7967aeef" - sha256 cellar: :any_skip_relocation, arm64_linux: "20da136b85fa68abd4468e113813cc269cf55f5dca3626a563330ee10e544505" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b488e505a3b595b8b3de004e148994405cb9cd1ec3251fa687a3087da5ecb90" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "506799b9cacf8bb24e94b54ad9ff191b2f1f388303961c0ee781295a2b1b5188" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cc2d3d0e55e3a4847a68e0f88dd9932306bf3fd62d0ca9045bf7d489abdc3ca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f54dd6a6fa8a78047d3ba9e8777d311917c384fb6f3e442771dd567c8f1c8179" + sha256 cellar: :any_skip_relocation, sonoma: "c7ebf893b95059665bf36087b083e3a813f9f344a265f08637f379b5826a5113" + sha256 cellar: :any_skip_relocation, ventura: "34f50a8783523f9f8ea61a6dce204f5f283e30cd3054aff664d2b16754df72a5" + sha256 cellar: :any_skip_relocation, arm64_linux: "0bcd85648ef10a41233cedebddd96dac29ae06664e496c0a14bc61109274363c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "24513ce6458f2e7fff59462f35fa4182ac7693c358ba909c2c5a5c2d8bfbb416" end depends_on "go" => :build From 397c7f32619c1db67ea4ae6968906f04f2b55b61 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:22:30 +0000 Subject: [PATCH 02105/10074] cypher-shell: update 2025.05.0 bottle. --- Formula/c/cypher-shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cypher-shell.rb b/Formula/c/cypher-shell.rb index ba9f2fa985011..e840bbf6dc1c1 100644 --- a/Formula/c/cypher-shell.rb +++ b/Formula/c/cypher-shell.rb @@ -12,7 +12,7 @@ class CypherShell < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "2796111e9b434e0191a3f0b1737f8f7a0f0d90919f746f59cd00d1d826838a8b" + sha256 cellar: :any_skip_relocation, all: "36ff2b22d07a0cdd025ea0a967cc177fccb60785ad04586ee9c5d282c388534d" end depends_on "openjdk@21" From 4fdc2a0b8a8126e7b473f5a3e9ef3f81f41cdeba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:38:37 +0000 Subject: [PATCH 02106/10074] veilid: update 0.4.7 bottle. --- Formula/v/veilid.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/veilid.rb b/Formula/v/veilid.rb index 906e397f776b4..66c02b07a1d39 100644 --- a/Formula/v/veilid.rb +++ b/Formula/v/veilid.rb @@ -7,13 +7,13 @@ class Veilid < Formula head "https://gitlab.com/veilid/veilid.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e209b9c1b7b0b07db54429e05d94412f439f75831fb3c229c442fd5979c4433a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d80e22029053fd1dfaaf5c724ed22322a7a3b3cb38c7f0483418ac69246429e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cd12ce3289797749e329333463657b9bd3df67cb1bb7da30236378ceb21101b2" - sha256 cellar: :any_skip_relocation, sonoma: "b03dce08deab12500a080f1abf3c4d0e76dcba45b8e5eec255eb721fbf657b43" - sha256 cellar: :any_skip_relocation, ventura: "8461c72e64a1ccab0996a88cae5dc3b55a1dfbb920582c571e8e8f0e5ecc76c3" - sha256 cellar: :any_skip_relocation, arm64_linux: "4d01721bfe5eb57ffb8fc01447e737773d77dc6424ffad336ea65fa3b5e4edcd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "35d30c4cc18b0fef161b437c8c77019a23cebf901971204390a32533f4ac74e2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "32b2828d8b246267a4d35fb0aaf36f4f890edd6df535705753e08f7a2d48bafd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "44c214b57c8b84bcbf2ac61d17529181ca9cb6c9969139c99f2f0fd424a08f00" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c0b1bd89ac7a12c5141995f66923e4450aee26ee17f146d000de335081c716ab" + sha256 cellar: :any_skip_relocation, sonoma: "bc4601ac764c6fb4ece4aac02f1790084a6394a5368219854a14950ca8c2146a" + sha256 cellar: :any_skip_relocation, ventura: "f715e4fd93f6afbc3ded77efef8baf173610a148892bc7255ad7060bb11435d0" + sha256 cellar: :any_skip_relocation, arm64_linux: "7c585f4fd38d6a3b511680ca4d2bbd43138b60d7d33a80a82768c501b3014cbe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "20e5d7f32d54285919c50a51a32e5b87918bdbf6e0ded3d36437126efdeac78c" end depends_on "cmake" => :build From a5f54cf2b5a3a5a7338ef35d631d4d04ec6b9a2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:48:07 +0000 Subject: [PATCH 02107/10074] uv: update 0.7.10 bottle. --- Formula/u/uv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 187accc2835c5..ceb233a790e4c 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,13 +7,13 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "895599a3983846905abbd363769286b7d7dee123f6396231335dccfa613c64bf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ed737393fa6270e6a2174d92718f0a83c842894ea5402628d73259191b3e0c2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1db920294844235ad41e29cb37f4cc5179b5216d9656d80c604e50a162e507ac" - sha256 cellar: :any_skip_relocation, sonoma: "6370f4505e32d4da38524e617bc0d2898891d5ae38940dec68092c29b4360a00" - sha256 cellar: :any_skip_relocation, ventura: "8e1c0c473a4e1c39b7e29f72d6b6542341511c8f42d5df8dc4e0a7a355e115ef" - sha256 cellar: :any_skip_relocation, arm64_linux: "27d7f52c1d72b769f1de1adcb02f95d87f9c647d344a5342ae32d2cbc30895f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4c3269e65f5495a30f91d95f404802aa698080d21c85e63439f923d3bcccbb3b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8f232c795d53d439c453da1b03960f6e3d880e0160187b40304bfd8fec73e2f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "727d6777ea2997bb9641d7ff918db031c160c248783f50632e4f5f011505a645" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2a7c146c15054027f397e35047c7a7f5545e6abd596f015536918d5142c2cddf" + sha256 cellar: :any_skip_relocation, sonoma: "5582b72271e3aeb9f5b051bbbe699027ab594bab7eaf1811200af39adff9ca4a" + sha256 cellar: :any_skip_relocation, ventura: "f7763c0d12629b3330cdd5b37b092ba60d0acc8157ef7541dbec765acd7a2213" + sha256 cellar: :any_skip_relocation, arm64_linux: "cb1eb5b3c81b34b7079f6fbfb495de38dbdcc41e62d41809106a51bf90f4ebff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f58f91452ad0a95e45ce79cbb8e2103aa2e1aac97b68f132d63ff39cc3c00fcb" end depends_on "pkgconf" => :build From d3dabb5478a6a6d42c0d5794895283e1d635a416 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 19:50:04 +0000 Subject: [PATCH 02108/10074] awscli 2.27.28 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 9698d584be733..65df7f2fdc193 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.27.tar.gz" - sha256 "2f2516b0b7b6317729f81693736f4e7903a3bc559b5d7575edf2e90a35b5f670" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.28.tar.gz" + sha256 "62170d3e5b3941e69fd9168076d76755e1c15fbbe5e30f763fb36024b83354fe" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 16c30d5272bfcb8997d2f16c7d86270dcfe8d2b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 19:51:27 +0000 Subject: [PATCH 02109/10074] bbot 2.5.0 --- Formula/b/bbot.rb | 64 +++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/Formula/b/bbot.rb b/Formula/b/bbot.rb index cee17d9d132d1..debfd36cf3b6e 100644 --- a/Formula/b/bbot.rb +++ b/Formula/b/bbot.rb @@ -3,8 +3,8 @@ class Bbot < Formula desc "OSINT automation tool" homepage "https://github.com/blacklanternsecurity/bbot" - url "https://files.pythonhosted.org/packages/2d/ab/5eb57a9bf484f844a57d4bf9d38484ee24cd01ad3214b0c16cb0cbf21a03/bbot-2.4.2.tar.gz" - sha256 "08f4960c8b954aae6a3713137e31755acbd52faf020fdf7740c2d914c42817d7" + url "https://files.pythonhosted.org/packages/11/0c/c5553229baf664055d1b9204e334d2c93001e08604dc18c0f6ecd272bcf9/bbot-2.5.0.tar.gz" + sha256 "4481b9db248387ffb3cfd0fc9369dc5580bc8f810aa793f2b3bd5bf9fb1e2b16" license "GPL-3.0-or-later" bottle do @@ -38,8 +38,8 @@ class Bbot < Formula end resource "ansible-core" do - url "https://files.pythonhosted.org/packages/32/54/0d859184549efa339b2e370930a7741b42030cc357e107863cbadc3e72d8/ansible_core-2.18.5.tar.gz" - sha256 "319304d161770a8a891c07dec8a22c528548a948a7097eaf1a79939395105535" + url "https://files.pythonhosted.org/packages/4c/1e/c5d52171ae2b86689e3ef9e4f578c605a7f53a862d1e9fe8c254deb75fe1/ansible_core-2.18.6.tar.gz" + sha256 "25bb20ce1516a1b7307831b263cef684043b3720711466bd9d4164e5fd576557" end resource "ansible-runner" do @@ -63,23 +63,23 @@ class Bbot < Formula end resource "cachetools" do - url "https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz" - sha256 "1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4" + url "https://files.pythonhosted.org/packages/c0/b0/f539a1ddff36644c28a61490056e5bae43bd7386d9f9c69beae2d7e7d6d1/cachetools-6.0.0.tar.gz" + sha256 "f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "cloudcheck" do - url "https://files.pythonhosted.org/packages/bf/8a/58f1df20c4e59936df7a3bb62a6ea1eeae7ffe87996224b64b4e531b7d90/cloudcheck-7.0.47.tar.gz" - sha256 "61c4a3b70dcd86349c72e3179e427e7db6ee046cc88ba0d76ada1bea84223242" + url "https://files.pythonhosted.org/packages/11/8a/e77426bed1363220b804fd4b38182778ac1df34d93ad9f5ae48e6fca8677/cloudcheck-7.2.39.tar.gz" + sha256 "807fd62525f7634cc494815db80190647f337c725b0a5251cef014715fb35025" end resource "deepdiff" do - url "https://files.pythonhosted.org/packages/7f/2f/232a9f6d88a59526347cb483ec601d878ad41ab30ee4f2fba4aca1d5a10e/deepdiff-8.4.2.tar.gz" - sha256 "5c741c0867ebc7fcb83950ad5ed958369c17f424e14dee32a11c56073f4ee92a" + url "https://files.pythonhosted.org/packages/0a/0f/9cd2624f7dcd755cbf1fa21fb7234541f19a1be96a56f387ec9053ebe220/deepdiff-8.5.0.tar.gz" + sha256 "a4dd3529fa8d4cd5b9cbb6e3ea9c95997eaa919ba37dac3966c1b8f872dc1cd1" end resource "dnspython" do @@ -143,13 +143,13 @@ class Bbot < Formula end resource "orderly-set" do - url "https://files.pythonhosted.org/packages/e4/20/6afbd546526c8b97ca1f53cfef395c59c403bb7f1e9fd54cbfae141c9d77/orderly_set-5.4.0.tar.gz" - sha256 "c8ff5ba824abe4eebcbbdd3f646ff3648ad0dd52239319d90056d8d30b6cccdd" + url "https://files.pythonhosted.org/packages/03/4a/38030da31c13dcd5a531490006e63a0954083fb115113be9393179738e25/orderly_set-5.4.1.tar.gz" + sha256 "a1fb5a4fdc5e234e9e8d8e5c1bbdbc4540f4dfe50d12bf17c8bc5dbf1c9c878d" end resource "orjson" do - url "https://files.pythonhosted.org/packages/98/c7/03913cc4332174071950acf5b0735463e3f63760c80585ef369270c2b372/orjson-3.10.16.tar.gz" - sha256 "d2aaa5c495e11d17b9b93205f5fa196737ee3202f000aaebf028dc9a73750f10" + url "https://files.pythonhosted.org/packages/81/0b/fea456a3ffe74e70ba30e01ec183a9b26bec4d497f61dcfce1b601059c60/orjson-3.10.18.tar.gz" + sha256 "e8da3947d92123eda795b68228cafe2724815621fe35e8e320a9e9593a4bcd53" end resource "packaging" do @@ -173,23 +173,23 @@ class Bbot < Formula end resource "puremagic" do - url "https://files.pythonhosted.org/packages/09/2d/40599f25667733e41bbc3d7e4c7c36d5e7860874aa5fe9c584e90b34954d/puremagic-1.28.tar.gz" - sha256 "195893fc129657f611b86b959aab337207d6df7f25372209269ed9e303c1a8c0" + url "https://files.pythonhosted.org/packages/d6/de/c9dbb741a2e0e657147c6125699e4a2a3b9003840fed62528e17c87c0989/puremagic-1.29.tar.gz" + sha256 "67c115db3f63d43b13433860917b11e2b767e5eaec696a491be2fb544f224f7a" end resource "pycryptodome" do - url "https://files.pythonhosted.org/packages/44/e6/099310419df5ada522ff34ffc2f1a48a11b37fc6a76f51a6854c182dbd3e/pycryptodome-3.22.0.tar.gz" - sha256 "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723" + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pyjwt" do @@ -238,8 +238,8 @@ class Bbot < Formula end resource "setproctitle" do - url "https://files.pythonhosted.org/packages/c4/4d/6a840c8d2baa07b57329490e7094f90aac177a1d5226bc919046f1106860/setproctitle-1.3.5.tar.gz" - sha256 "1e6eaeaf8a734d428a95d8c104643b39af7d247d604f40a7bebcf3960a853c5e" + url "https://files.pythonhosted.org/packages/9e/af/56efe21c53ac81ac87e000b15e60b3d8104224b4313b6eacac3597bd183d/setproctitle-1.3.6.tar.gz" + sha256 "c9f32b96c700bb384f33f7cf07954bb609d35dd82752cef57fb2ee0968409169" end resource "sniffio" do @@ -268,13 +268,13 @@ class Bbot < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "unidecode" do @@ -308,8 +308,8 @@ class Bbot < Formula end resource "yara-python" do - url "https://files.pythonhosted.org/packages/2f/3a/0d2970e76215ab7a835ebf06ba0015f98a9d8e11b9969e60f1ca63f04ba5/yara_python-4.5.1.tar.gz" - sha256 "52ab24422b021ae648be3de25090cbf9e6c6caa20488f498860d07f7be397930" + url "https://files.pythonhosted.org/packages/51/38/347d1fcde4edabd338d5872ca5759ccfb95ff1cf5207dafded981fd08c4f/yara_python-4.5.4.tar.gz" + sha256 "4c682170f3d5cb3a73aa1bd0dc9ab1c0957437b937b7a83ff6d7ffd366415b9c" end def install From 420be47e8045ce164748752b543b345cd4c3a627 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 19:53:49 +0000 Subject: [PATCH 02110/10074] clojure 1.12.1.1550 --- Formula/c/clojure.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/clojure.rb b/Formula/c/clojure.rb index 6f3e3f5fa7238..3299a9331dfa0 100644 --- a/Formula/c/clojure.rb +++ b/Formula/c/clojure.rb @@ -1,9 +1,9 @@ class Clojure < Formula desc "Dynamic, general-purpose programming language" homepage "https://clojure.org" - url "https://github.com/clojure/brew-install/releases/download/1.12.1.1543/clojure-tools-1.12.1.1543.tar.gz" - mirror "https://download.clojure.org/install/clojure-tools-1.12.1.1543.tar.gz" - sha256 "3bf842a943251b318da8806a2329add26d3e9955f8320462e9d539ca282f790f" + url "https://github.com/clojure/brew-install/releases/download/1.12.1.1550/clojure-tools-1.12.1.1550.tar.gz" + mirror "https://download.clojure.org/install/clojure-tools-1.12.1.1550.tar.gz" + sha256 "906c625679c72e7035875988a46392a1d83d16ee1df599a561a2fd33424b0d3f" license "EPL-1.0" version_scheme 1 From a03c18e068cac4160bd4bd1ecc8edf0150e795fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 19:56:39 +0000 Subject: [PATCH 02111/10074] duo_unix 2.1.0 --- Formula/d/duo_unix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/duo_unix.rb b/Formula/d/duo_unix.rb index 71405c5a488dc..3f6c6d71a7e2a 100644 --- a/Formula/d/duo_unix.rb +++ b/Formula/d/duo_unix.rb @@ -1,8 +1,8 @@ class DuoUnix < Formula desc "Two-factor authentication for SSH" homepage "https://www.duosecurity.com/docs/duounix" - url "https://github.com/duosecurity/duo_unix/archive/refs/tags/duo_unix-2.0.4.tar.gz" - sha256 "e77512725dedb23b3e8094ca3153fc3ffe51d3c32cd9dd56779480a93625de90" + url "https://github.com/duosecurity/duo_unix/archive/refs/tags/duo_unix-2.1.0.tar.gz" + sha256 "29666b135d577c91f2a89730e18808d98c3a5c75a462dd3181fdc0cec5ae72c1" license "GPL-2.0-or-later" bottle do From 43c7182df103f842b504a6e0ab48e803ddcbd592 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 19:57:13 +0000 Subject: [PATCH 02112/10074] eleventy 3.1.1 --- Formula/e/eleventy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eleventy.rb b/Formula/e/eleventy.rb index f1c063a52bd94..b6c53ff41c19e 100644 --- a/Formula/e/eleventy.rb +++ b/Formula/e/eleventy.rb @@ -1,8 +1,8 @@ class Eleventy < Formula desc "Simpler static site generator" homepage "https://www.11ty.dev" - url "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.1.0.tgz" - sha256 "8789663b03755a7155e491abfda9a5139c628ab4da4adc1567e118aa7180f07a" + url "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.1.1.tgz" + sha256 "eff794b0b2d435532af76a75a2049914923e9ab183c517b4061a1cb9d26bf195" license "MIT" head "https://github.com/11ty/eleventy.git", branch: "main" From ba69cb703fb7b65cd73f40294bad92b3fe8754c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 19:58:40 +0000 Subject: [PATCH 02113/10074] flyctl 0.3.138 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 4749112998c01..6e845e9cf438c 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.137", - revision: "7a200d0547f773b3892a907959878b278d04f107" + tag: "v0.3.138", + revision: "5e0aac9a837d73a3a01ff01eb9ce1f78982ba590" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From 231b601fecb0daeb22c804b5bb618f8952664e64 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:00:15 +0000 Subject: [PATCH 02114/10074] glooctl 1.19.1 --- Formula/g/glooctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glooctl.rb b/Formula/g/glooctl.rb index 8cf3d4a5f6438..423e0fd0f8190 100644 --- a/Formula/g/glooctl.rb +++ b/Formula/g/glooctl.rb @@ -4,8 +4,8 @@ class Glooctl < Formula # NOTE: Please wait until the newest stable release is finished building and # no longer marked as "Pre-release" before creating a PR for a new version. url "https://github.com/solo-io/gloo.git", - tag: "v1.19.0", - revision: "6be064a379000f6ede4780a4d93df0840bc1df5d" + tag: "v1.19.1", + revision: "b01eac6c5d8a9566d3ac96904e8135db4f628090" license "Apache-2.0" head "https://github.com/solo-io/gloo.git", branch: "main" From d26f4aa9ceefc3b4b008b666625c64c179575dd1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:02:03 +0000 Subject: [PATCH 02115/10074] httm 0.48.1 --- Formula/h/httm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index f735144714fd5..eed3386463f9b 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -1,8 +1,8 @@ class Httm < Formula desc "Interactive, file-level Time Machine-like tool for ZFS/btrfs" homepage "https://github.com/kimono-koans/httm" - url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.0.tar.gz" - sha256 "29bf964ce4776910c0ea8118122e6a6ac862f2147503445a66ef59ba5ec661dd" + url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.1.tar.gz" + sha256 "314f11b400fb87f50d47dc341448d71f44e62d2117a7ccb2f2b948e6983f45dc" license "MPL-2.0" head "https://github.com/kimono-koans/httm.git", branch: "master" From bc5faad955da933533c311374476b018a26007b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:07:57 +0000 Subject: [PATCH 02116/10074] melange 0.26.5 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index ec61ed015aead..8eaee2b7969f3 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.4.tar.gz" - sha256 "58184192d6563f6048257d58e996b6b4890e11f9dd9376f3c304970d8952d671" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.5.tar.gz" + sha256 "ebaf53f66596c4bf409c82b7b52aded0b0ddf79d7923f5d25f9d2fca3aaddfe6" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From fe6bf43ee0cba9da9fb5d760afd8d655573cf9bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:11:32 +0000 Subject: [PATCH 02117/10074] openlibm 0.8.7 --- Formula/o/openlibm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openlibm.rb b/Formula/o/openlibm.rb index 4f9c2b966501a..54760e3f0fee8 100644 --- a/Formula/o/openlibm.rb +++ b/Formula/o/openlibm.rb @@ -1,8 +1,8 @@ class Openlibm < Formula desc "High quality, portable, open source libm implementation" homepage "https://openlibm.org" - url "https://github.com/JuliaMath/openlibm/archive/refs/tags/v0.8.6.tar.gz" - sha256 "347998968cfeb2f9b91de6a8e85d2ba92dec0915d53500a4bc483e056f85b94c" + url "https://github.com/JuliaMath/openlibm/archive/refs/tags/v0.8.7.tar.gz" + sha256 "e328a1d59b94748b111e022bca6a9d2fc0481fb57d23c87d90f394b559d4f062" license all_of: ["MIT", "ISC", "BSD-2-Clause"] bottle do From ada92ea9c75711cca77729e28ef32930e833df7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:12:37 +0000 Subject: [PATCH 02118/10074] parsedmarc 8.18.5 --- Formula/p/parsedmarc.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Formula/p/parsedmarc.rb b/Formula/p/parsedmarc.rb index 48576b3a3a840..4b6ead5cee091 100644 --- a/Formula/p/parsedmarc.rb +++ b/Formula/p/parsedmarc.rb @@ -3,8 +3,8 @@ class Parsedmarc < Formula desc "DMARC report analyzer and visualizer" homepage "https://domainaware.github.io/parsedmarc/" - url "https://files.pythonhosted.org/packages/36/72/0dfac9b964d4b05be963dcf459392d4ae282d34546acef5784177448245d/parsedmarc-8.18.4.tar.gz" - sha256 "c927ef3e54618ff4b8aea499d49b18345a3f5938538db5f44fabc35cd8d0a94c" + url "https://files.pythonhosted.org/packages/72/98/b9c788efe7ac580445b2d117e763a234503fb1049a22d8e12130a5fca9d7/parsedmarc-8.18.5.tar.gz" + sha256 "98bb8caf1e176a12185cb91e9e2c836eaba05af54fe923ceb666b7e8eaf42dfd" license "Apache-2.0" head "https://github.com/domainaware/parsedmarc.git", branch: "master" @@ -61,13 +61,13 @@ class Parsedmarc < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/47/b8/77a951fdcf732af2982f0f212a9419882163211956069bff9d58e242ce65/boto3-1.38.28.tar.gz" - sha256 "69395075d54be4552719ccadad9f65a3dee5bb3751701e8851d65d71974a791d" + url "https://files.pythonhosted.org/packages/15/d2/e7286b4ffd3138eb13caaa0f611c2e291f7c6b14ae56bf087ce213c54dc4/boto3-1.38.29.tar.gz" + sha256 "0777a87e8d28ebae09a086017a53bcaf25ec7c094d8f7e4122b265aa48e273f5" end resource "botocore" do - url "https://files.pythonhosted.org/packages/19/8c/6fb5a271e6da62377fd0e9dc5cff00343ae7c8b83130f14985f7b3924f0c/botocore-1.38.28.tar.gz" - sha256 "63d5977a10a375c3fc11c8e15e1ae5a4daaf450af135d55c170cc537648edf25" + url "https://files.pythonhosted.org/packages/32/9a/8c3ec27698910c1b94152f9e7a345d4c6c2f49dfc41d8336f82e32c32ed1/botocore-1.38.29.tar.gz" + sha256 "98c42b1bbb52f4086282e7db8aa724c9cb0f7278b7827d6736d872511c856e4f" end resource "cachetools" do @@ -126,8 +126,8 @@ class Parsedmarc < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/db/86/1bd09aea2664a46bc65713cb7876381ec8949a4b1e71be97dfc359c79781/google_api_python_client-2.170.0.tar.gz" - sha256 "75f3a1856f11418ea3723214e0abc59d9b217fd7ed43dcf743aab7f06ab9e2b1" + url "https://files.pythonhosted.org/packages/35/99/237cd2510aecca9fabb54007e58553274cc43cb3c18512ee1ea574d11b87/google_api_python_client-2.171.0.tar.gz" + sha256 "057a5c08d28463c6b9eb89746355de5f14b7ed27a65c11fdbf1d06c66bb66b23" end resource "google-auth" do @@ -256,8 +256,8 @@ class Parsedmarc < Formula end resource "publicsuffixlist" do - url "https://files.pythonhosted.org/packages/87/29/c3b5e0943cd66b4a0b603151e16105eb62a9bc75ae5a743fe452527d14f2/publicsuffixlist-1.0.2.20250529.tar.gz" - sha256 "d212bd81df675b95950836dcec1aaf062d179f9572b27d304b4f14c0da72637b" + url "https://files.pythonhosted.org/packages/c2/f2/5d2922b9e402a93bfb7d58015218daa051bc7b160e7ce3fc97a35c809686/publicsuffixlist-1.0.2.20250603.tar.gz" + sha256 "ca294e03cbca2dbed0d4a4c033bfa23b91c89298402e2f812fae11757229717e" end resource "pyasn1" do From 214ba333faff0c48b317edd9d3c216d1cd0d040e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:14:41 +0000 Subject: [PATCH 02119/10074] pyinstaller 6.14.0 --- Formula/p/pyinstaller.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/p/pyinstaller.rb b/Formula/p/pyinstaller.rb index d9516ac2fcc2d..d0a2ce8e0fda9 100644 --- a/Formula/p/pyinstaller.rb +++ b/Formula/p/pyinstaller.rb @@ -3,10 +3,9 @@ class Pyinstaller < Formula desc "Bundle a Python application and all its dependencies" homepage "https://pyinstaller.org/" - url "https://files.pythonhosted.org/packages/a8/b1/2949fe6d3874e961898ca5cfc1bf2cf13bdeea488b302e74a745bc28c8ba/pyinstaller-6.13.0.tar.gz" - sha256 "38911feec2c5e215e5159a7e66fdb12400168bd116143b54a8a7a37f08733456" + url "https://files.pythonhosted.org/packages/7e/dc/4ec9284d14952d3a4902c29b0c86314cad8de35104b5c1d6e001b914c0f5/pyinstaller-6.14.0.tar.gz" + sha256 "cc55cdc21491722d74133e35ab363a88679b37ee2d76f9d80adcbc0ae862d630" license "GPL-2.0-or-later" - revision 1 head "https://github.com/pyinstaller/pyinstaller.git", branch: "develop" bottle do @@ -44,8 +43,8 @@ class Pyinstaller < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end def install From 56f9f41b3ddf25f3da42da9c6ba3c429218c7205 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:15:30 +0000 Subject: [PATCH 02120/10074] duo_unix: update 2.1.0 bottle. --- Formula/d/duo_unix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/duo_unix.rb b/Formula/d/duo_unix.rb index 3f6c6d71a7e2a..eb93fa8d0734b 100644 --- a/Formula/d/duo_unix.rb +++ b/Formula/d/duo_unix.rb @@ -6,13 +6,13 @@ class DuoUnix < Formula license "GPL-2.0-or-later" bottle do - sha256 arm64_sequoia: "a5a83f2592c5b682bf178fab0175c3c6038005821e6c06c7df552df9239f2c39" - sha256 arm64_sonoma: "1a74a2f536ed3aa4f3f17bb99771de85ac79a9f8ad08ae48009c3c923ccd3ee2" - sha256 arm64_ventura: "8c35a0ef94b4b3b4b73e5e28d8b76bf9f5bb07498532ebfc3dd824c481872b79" - sha256 sonoma: "01ba2b5a22076ea198c6295fce94d20526507e1009b8669fd65d7425899c6cb4" - sha256 ventura: "3271ea0c7e12aa40fc6f5fce6040b99c9f4378f767c8583459ea566af706d72d" - sha256 arm64_linux: "b8cdc6fefb55010b75a8377da26135fcf27d7257fac119d2957ac95dece82b2e" - sha256 x86_64_linux: "3d3f20a51db6e5642f7c85185081d89d38566b977c4d7c14406e115f34c78183" + sha256 arm64_sequoia: "1cd758e3427dfaa7a1a2a284ce476934f234a52351d0d3af9b7d3689c2d49383" + sha256 arm64_sonoma: "5b082a4d6c08755254f63997bc37a1a1777bcc22b358740b3db075215213ca1d" + sha256 arm64_ventura: "f249c95d4e3e81555b2e84eca807456f5ad25551b04ba6a8b438da1f9bfbf561" + sha256 sonoma: "8645ee577645d4d7b28304df06edb5d1477ec20ed1fa1ef1133c06f20b289745" + sha256 ventura: "9991909cb62c285d217000dcd1c00b633e1ed96fa9cb1cd0cde69af40ac70af8" + sha256 arm64_linux: "f29d7f096f966eb543b0d727afdee0812996cc1accbbc9c681d990bc0644876b" + sha256 x86_64_linux: "b60c4758d2786248237e8c94f022c80479bfe45c22f65c62180145f0f091a880" end depends_on "autoconf" => :build From 5c800fc6c1906b884f565483d68d5d12b1b64086 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:18:50 +0000 Subject: [PATCH 02121/10074] flyctl: update 0.3.138 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 6e845e9cf438c..425987069877a 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c90327150bae368d31d4823970d87fc39baaefd55dd094ccc7641e35270dd3cb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c90327150bae368d31d4823970d87fc39baaefd55dd094ccc7641e35270dd3cb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c90327150bae368d31d4823970d87fc39baaefd55dd094ccc7641e35270dd3cb" - sha256 cellar: :any_skip_relocation, sonoma: "f1ef6939e2cfb332a5013a0b62555ee57ad10fdbd199c39b51998c360120c8c0" - sha256 cellar: :any_skip_relocation, ventura: "f1ef6939e2cfb332a5013a0b62555ee57ad10fdbd199c39b51998c360120c8c0" - sha256 cellar: :any_skip_relocation, arm64_linux: "332ca6035c652ac0b56eaa7dc81c62694828f8d5b4c93f18894b18ec96a7f617" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ac8f9c1ab72b505713be9fc7488336cf8d83d2b51b12a4f916e407524e91a0d6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ead44a011ac36e83f783d89580e95e9ed2d0254e536be1456db283edb090466" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ead44a011ac36e83f783d89580e95e9ed2d0254e536be1456db283edb090466" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3ead44a011ac36e83f783d89580e95e9ed2d0254e536be1456db283edb090466" + sha256 cellar: :any_skip_relocation, sonoma: "3988c685ed67168b59c17571015b118fa253947b66d459557298f04ab57896ed" + sha256 cellar: :any_skip_relocation, ventura: "3988c685ed67168b59c17571015b118fa253947b66d459557298f04ab57896ed" + sha256 cellar: :any_skip_relocation, arm64_linux: "2421154cf0753559bb04496bc9511cb224ac706597451b2c5c8343b1a642cf0b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "92b3a3d827a0844c68b5d028b66396641ee93445d38ac05cb9ca7d3ad35e59bd" end depends_on "go" => :build From bfd349b369952e6c2f245980ba693fcb201c25ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:19:18 +0000 Subject: [PATCH 02122/10074] sui 1.49.2 --- Formula/s/sui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sui.rb b/Formula/s/sui.rb index e3172cb549a1c..20d7d8dfeeb44 100644 --- a/Formula/s/sui.rb +++ b/Formula/s/sui.rb @@ -1,8 +1,8 @@ class Sui < Formula desc "Next-generation smart contract platform powered by the Move programming language" homepage "https://sui.io" - url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.49.1.tar.gz" - sha256 "32bd133a638d8bb3cb946827ad0c526ef7fd12684f114ee5fd4e9008158e6bd5" + url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.49.2.tar.gz" + sha256 "2b975f9dfba9c13ebc5403b45913ab95a053c41e791e0c7a1bd1008bb7defab4" license "Apache-2.0" livecheck do From 0550ade9d3b8769b0eff1788db68041360a1e9ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:20:03 +0000 Subject: [PATCH 02123/10074] eleventy: update 3.1.1 bottle. --- Formula/e/eleventy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/e/eleventy.rb b/Formula/e/eleventy.rb index b6c53ff41c19e..96a690c8a3b4c 100644 --- a/Formula/e/eleventy.rb +++ b/Formula/e/eleventy.rb @@ -7,7 +7,7 @@ class Eleventy < Formula head "https://github.com/11ty/eleventy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "bd17d0b480dd7ffdcda8420d3fa497e36ec2e47b63ef586b2ebebd53e389c054" + sha256 cellar: :any_skip_relocation, all: "5ad4a19fb02401364c5066a30b5dd4fe0e3c01c0947fd8ddb39477d49f0593b9" end depends_on "node" From fc649dba54c6b1876ecc0e8289f89375d1b4b7e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:23:05 +0000 Subject: [PATCH 02124/10074] wstunnel 10.4.1 --- Formula/w/wstunnel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wstunnel.rb b/Formula/w/wstunnel.rb index fb832890c3df7..762998029ffa2 100644 --- a/Formula/w/wstunnel.rb +++ b/Formula/w/wstunnel.rb @@ -1,8 +1,8 @@ class Wstunnel < Formula desc "Tunnel all your traffic over Websocket or HTTP2" homepage "https://github.com/erebe/wstunnel" - url "https://github.com/erebe/wstunnel/archive/refs/tags/v10.4.0.tar.gz" - sha256 "6a01bb7e64858161648b166bb1324423c375a1f293d6bb7b578fe12f7f33b7e6" + url "https://github.com/erebe/wstunnel/archive/refs/tags/v10.4.1.tar.gz" + sha256 "976e8132cf4ed120d8db4b2304f500408938ab857ad025b6fbe7f60d4d306ab0" license "BSD-3-Clause" head "https://github.com/erebe/wstunnel.git", branch: "main" From 41510e2064537f6f73726acba8d189f593c9eed8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:25:51 +0000 Subject: [PATCH 02125/10074] clojure: update 1.12.1.1550 bottle. --- Formula/c/clojure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/clojure.rb b/Formula/c/clojure.rb index 3299a9331dfa0..d46b43a10f580 100644 --- a/Formula/c/clojure.rb +++ b/Formula/c/clojure.rb @@ -13,7 +13,7 @@ class Clojure < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "b584f36aa910424db0c76047215d80a1ee4550313ff3048033125656fe39a78a" + sha256 cellar: :any_skip_relocation, all: "4fd0a9a23d271805a3632629f226e436cf9a6532c3504b3b603e2f5156584683" end depends_on "openjdk" From efa6010236870989c39a26d45eb0062ddbf6e83c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:44:07 +0000 Subject: [PATCH 02126/10074] awscli: update 2.27.28 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 65df7f2fdc193..bede878fa7f21 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "37eb3e8130cc49737630c106920e4c7f279fe9e4fb0e01d9342d8d3752da07c9" - sha256 cellar: :any, arm64_sonoma: "58a35653280e35609eaf95a22091d6d8528bd868d796ebb056d2cfa967361040" - sha256 cellar: :any, arm64_ventura: "52fd6f8d530b3309de000862b0d9e4549e10c203f95b60e424e8361309f3b53c" - sha256 cellar: :any, sonoma: "9c48c1e9fdca1a0bec0119b17e6dc7fe2d61d7a4d4ff1f47a75da6e359c17144" - sha256 cellar: :any, ventura: "5782ea45bdcf377753faf8757b6f0bc3acb257aade39f34e31a6de515944afc4" - sha256 cellar: :any_skip_relocation, arm64_linux: "62dbf640d604addc972720e54fabf63bf1546bebe5bf69264a04695e4900c8a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45e1d75c84c4e467f4f9938c03bc525a5b0e4f881536381c5631176e6e0c60fd" + sha256 cellar: :any, arm64_sequoia: "a7444a6f8480f7df9d950b968a3a62bd7b93ce9e2951e5935748b8c2d07bd829" + sha256 cellar: :any, arm64_sonoma: "88ef97518a64f710f8bba2a59dd6480c2d599fd888ed5a17a02f39ad1f736e0b" + sha256 cellar: :any, arm64_ventura: "2a347906a878bd7bcd3c986adc4283dad2341ffc2f7a6afeb11eb43280d844b2" + sha256 cellar: :any, sonoma: "29fcfc14b64994cea171b773f25647088830197894dea3fd7d7007abcb0719f4" + sha256 cellar: :any, ventura: "76f1cbb140ead821b951fb03d4aa6b589de09f62ec3cce8e136a14b83ad73a63" + sha256 cellar: :any_skip_relocation, arm64_linux: "4f18d5f7c45cd2bc8429ffe9c822e11d9e02892e781e9cbe06bb014f093e6ec2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "05a2837c72674e7c89bf4e1cd67dbb97eeb4382a05de5f3ddc5511811bfb8c18" end depends_on "cmake" => :build From 6a1c6bde02b71966dc36a837b93801298648283c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:49:14 +0000 Subject: [PATCH 02127/10074] bbot: update 2.5.0 bottle. --- Formula/b/bbot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bbot.rb b/Formula/b/bbot.rb index debfd36cf3b6e..4c1280c7d2135 100644 --- a/Formula/b/bbot.rb +++ b/Formula/b/bbot.rb @@ -8,13 +8,13 @@ class Bbot < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "e537be9deb58feb2599511526fa4efc0c2c8a9199fc5c3669f6ee7e46c989816" - sha256 cellar: :any, arm64_sonoma: "c948d1b21c3a7d82b2cf045ec6c8ccd6887f21f48d8beb21072325db0028647a" - sha256 cellar: :any, arm64_ventura: "f84081b8fb8884c35fc5a38e52b628390012d7e9dbf514cd7d98d4a43b03c45a" - sha256 cellar: :any, sonoma: "e83786b29810ac5c72e0899ffa832fd8aa81d5926f1eb368698c706f0510a230" - sha256 cellar: :any, ventura: "c5812aa4267cb54aa3a58c75089358e22c42b9041e00dbbdae3baea989d1425c" - sha256 cellar: :any_skip_relocation, arm64_linux: "825d594dce963177f7a68f576aa9126c28cf9242bbd3ae861080de8fcf5822f5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b8cd377598fd60beaefb70306108c10c7669adbe21b7d255058f3fa88c27c412" + sha256 cellar: :any, arm64_sequoia: "9e6f0059118ed2a6080f183be67bbac3862b1dc2d32629ba000905be689136eb" + sha256 cellar: :any, arm64_sonoma: "305a143f951e6250c500797631d66c7b3be39a16f7a63a4caa0afaccdcd29348" + sha256 cellar: :any, arm64_ventura: "d10c25d48bcae1151ba7b77d90bfd8f119c8624e2f48a0723474a233062a0e64" + sha256 cellar: :any, sonoma: "bc1610533afd83568b0358c340b71c522a10e05fa29c33353c72613cf24f9ca0" + sha256 cellar: :any, ventura: "362287c266af4cfd502579ec3aba9821496e3af25977d4343a35762297dc7755" + sha256 cellar: :any_skip_relocation, arm64_linux: "6f093d3493e8b0ea2afc427f179db9bb5b70b2a509e0374ea517289fd25c7ae0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc30b5a5f3b7c46a751a95b9e85ca9147e6e6a882a33db045f6254cd2d9f8283" end depends_on "cmake" => :build From 0a127edeca3170b89538127b0c596b3591c25ce1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:39:34 +0000 Subject: [PATCH 02128/10074] melange: update 0.26.5 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 8eaee2b7969f3..a3fcbc7c29218 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cce3e787a3d914fb24e9d77497d35d3b94aa2c90b2689447353041bdc22c1c47" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "645bab9634c95a8f5a2f3b874b40a31c9179cb33310dec78a4f9b4159a842b8a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "44426ee3d2fff183b6b33275d05567805b76b8718640394c0348795c0d7ae7e2" - sha256 cellar: :any_skip_relocation, sonoma: "3e55fd3706d1ad27820f73afd17d00babd686c598fcbf00b9262836aec69b144" - sha256 cellar: :any_skip_relocation, ventura: "93449df0e575d6a6775caab5a1fee72e4446befa6c7fa0d85cb6e1ff000f40ef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15c01a6d5dc84c10a30b274bf4bd8075591420ede01b41b62a785cc2dc525060" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e015462ec64a97f5efd015fca9e7b0c87d00b44f1ac3fe03b4829951b01088b7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b1d487e950355967a51d91617bd938142607ae8f2033032934d0ee7b4f8b76b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "38149e79250adb3fe580db29791201ec7b0f7eb09bcaa056cbeac3169330f6f8" + sha256 cellar: :any_skip_relocation, sonoma: "8c14587832a57ebdc3f4ee40fda963feae2b28b87543683ee313dc7cb0898a61" + sha256 cellar: :any_skip_relocation, ventura: "0bdbc579ce6ebbdf37a0ad06d65760711ab661de305933b84e537e76bddbfb37" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0ae3b631197caa092b5620c55f2338274913f7b874d9a97d79979af6d01e1074" end depends_on "go" => :build From a41811eb4dbde24217c70b71085ea0fae3ce1dd8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:39:36 +0000 Subject: [PATCH 02129/10074] pyinstaller: update 6.14.0 bottle. --- Formula/p/pyinstaller.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pyinstaller.rb b/Formula/p/pyinstaller.rb index d0a2ce8e0fda9..453a7c2cc9876 100644 --- a/Formula/p/pyinstaller.rb +++ b/Formula/p/pyinstaller.rb @@ -9,13 +9,13 @@ class Pyinstaller < Formula head "https://github.com/pyinstaller/pyinstaller.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a51eb5d4a30eb9d14b11702b4117b82349c522009a5c8033d9a65f40cf8c5c6a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2dae95c589e9932968ccf27a812a2a531d6817ca3accc62feb1a87b590a09fa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "54b817a369f17b6f98a88782c20f262c8d6fc77c5790d1690ba51e54ce38b280" - sha256 cellar: :any_skip_relocation, sonoma: "e57d2505fc506b0dccbc951b8b7ad225b36766284603b6381ad2430ee42d2ec4" - sha256 cellar: :any_skip_relocation, ventura: "c7aeac3531d4596f3a0755334e2964cdd31d7b4929e08a69c65fed78ff978256" - sha256 cellar: :any_skip_relocation, arm64_linux: "f7dd4fbb05f686d3e1b0a9cc27d0f567db9da655900d23d7af9f7aa1daff73fa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e86bada842aee68d6e21123209a0e375a88a219a63a8f7934a82d5ca7b792396" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "40ddcdd453940a6f1077e5ec2dc19347fefcad6968e5e3539ea92ace800636ed" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a15f1ac2162bab20c33a65d1c027a6605b9befc1ca2d453be760fa4a7cdc6c89" + sha256 cellar: :any_skip_relocation, arm64_ventura: "21bcdb8255e236dc7873e9fda9504f2df86c5e6383a5e93e74c5db4ca3ec3671" + sha256 cellar: :any_skip_relocation, sonoma: "2c3060dd927479cfe1ef8a220e48fa185bb5f053b64c3258bac6d2c260a3ec43" + sha256 cellar: :any_skip_relocation, ventura: "a1720f76fc3aa2c31dd5d017d70fe1bd192d5ad9669c1792a5a6e75eacbe0abf" + sha256 cellar: :any_skip_relocation, arm64_linux: "213b08559967bae95ad7b92e9bfcdade5aef39805489b320cacf141c6dcea688" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef323eb36cf68a82a9d1e2ab496bada2dc500bdd47779edd144abe5afa6d466a" end depends_on "python@3.13" From 14f41287a5ddde184b96623332b89a9b9ea4e911 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:39:43 +0000 Subject: [PATCH 02130/10074] glooctl: update 1.19.1 bottle. --- Formula/g/glooctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glooctl.rb b/Formula/g/glooctl.rb index 423e0fd0f8190..8c39493b49efa 100644 --- a/Formula/g/glooctl.rb +++ b/Formula/g/glooctl.rb @@ -15,13 +15,13 @@ class Glooctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "61a6cf4d8d4d76c5d7cdd91ccca80ac089c64f31362d23d8adfeab11699539af" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "106904843931a8172ab8cecb9ae0f5393c535d5a276674b54336e7cab7fb5924" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b46473f2df67b970c7a739c7b56788b269a671f4f0e561533b0b933c3bf51cc2" - sha256 cellar: :any_skip_relocation, sonoma: "4c547ae56c044b4b3c1751cc835724bb818be338434541af74a39df97ad53dfa" - sha256 cellar: :any_skip_relocation, ventura: "72a1708278ef092b8b3a6f46821f731f77a163ef34d71d3bfc187baf7257c14b" - sha256 cellar: :any_skip_relocation, arm64_linux: "8b85233217e8f90b5b7b9d7505553b662040dac0e060e6c0fd6bdc9108813cf9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e97a6950a2489d7f888ac8bd1347babe3fc51ed7235e9ae53d344e9b8c87c59" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e13c0f5bc52baee4d6165a87a187c159b74b0ca5c8dd4bcd8303e5a8d3e6615" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "36a2c68a170960601144c5a922704f65559cd5e192e4286c123de8e4ea3d506d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4a639d110079fe6795fea9794a0bce3265256ef50a4da8c8e0270b13b067f8e5" + sha256 cellar: :any_skip_relocation, sonoma: "ff790216831eb4cd9a9abb9c655939008c62465c4f7f741e30ebdc6967abb68e" + sha256 cellar: :any_skip_relocation, ventura: "878a2d26f56df5048151b592d727f20bb3b0f15edf70943e7c18ea1507bd354e" + sha256 cellar: :any_skip_relocation, arm64_linux: "bcc232c8c1d7c5393feabb152f0e8e3799c7dcde234ca7d65a079a1daadc10fd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ce2894802fa1fc07e1eb91f0e83860ecf4512856c619fea901cf88d54d64536b" end depends_on "go" => :build From 9ba04af58fb8560e435bf681ce62d9fbeb2b4206 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:39:50 +0000 Subject: [PATCH 02131/10074] httm: update 0.48.1 bottle. --- Formula/h/httm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index eed3386463f9b..a914167e2645e 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -7,13 +7,13 @@ class Httm < Formula head "https://github.com/kimono-koans/httm.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cc4be5b7559b513caf005825e309241591f723a15bf206f13df1ae9140935ad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "94c93e13fa34ff0d071bd9268582ca5a943d5c9a24a69046c3afd1df55fc3e02" - sha256 cellar: :any_skip_relocation, arm64_ventura: "227af010f123bf242fd2732d6045c9f3660b4bcce70c73ea907e6e303b9866f5" - sha256 cellar: :any_skip_relocation, sonoma: "176a57cb7b8bde6cc56d8e8a6d41c5eba066609d2796296e7e2d9960430544ee" - sha256 cellar: :any_skip_relocation, ventura: "d580488436a2d2df92f21abc6140d752bc34f6bedf763b3e53c285f202fd2623" - sha256 cellar: :any_skip_relocation, arm64_linux: "54182b1c1c2abb775a3c471661d9a1f5e040a658fc07d2e0fc8768bd6ef1a60b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bde539ea49384fdbf00876ea075e77e056b6ae2ddf7537d660ee730ee94a13c0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "97c63277b92441e802ddd810d962a470eab0056cf617c9a0fe28e1da6d3af13e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9520271ad05a88104aed251a22dc53c56bead23b8c4aba642a9e3896d0be1c0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "654bb68f973209d396ad66352de2c3c4b737785db8ac30e0ad45b9c223dd2144" + sha256 cellar: :any_skip_relocation, sonoma: "82c6cc3dbf8104924655953da7bd6b42f2cc98896acdc1aa1046c04d7da979a8" + sha256 cellar: :any_skip_relocation, ventura: "a1fb4fd87744d71f75fe671e995348647c172485dedde754dfb5e6b20bdd9bd4" + sha256 cellar: :any_skip_relocation, arm64_linux: "09ee448fec641694d95e1df884dc59826301ecae536fb5bc727c8b2d5ba57d10" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dfd381987b25c8f68a3d0b1fbd387e31fcef72b4d13bc50a38cca0cbeace3a6d" end depends_on "rust" => :build From a4b6dce0f5d3320dde7575a7bd89fc36984ef6fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:39:51 +0000 Subject: [PATCH 02132/10074] wstunnel: update 10.4.1 bottle. --- Formula/w/wstunnel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wstunnel.rb b/Formula/w/wstunnel.rb index 762998029ffa2..8f0087e5cccdf 100644 --- a/Formula/w/wstunnel.rb +++ b/Formula/w/wstunnel.rb @@ -15,13 +15,13 @@ class Wstunnel < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7131fd10b8c0370f8df4f48360e78325b43eff264e949e7b087a34cce655ce7a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3909fc9c042b0044860caf327096792f1233d3d7557a2cba7138ebcf1cc2e859" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f1c0342902ef13493ffa8555667fcd5e8ba2b6b1aae2b1b089c630e26d0e6667" - sha256 cellar: :any_skip_relocation, sonoma: "75efbd1d9768439c6abe5be8e78d8bdae64d5a13db4ffd2beae880d6699ecc7a" - sha256 cellar: :any_skip_relocation, ventura: "4bd52aa6e76d7660a77103773ee0cc8955212717f874b13f2e0104fb28cd6128" - sha256 cellar: :any_skip_relocation, arm64_linux: "424fe2480eb9a27edd551debd986f05a6a35fce28552d9b8adbf9cfaef756fab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8fb85da343f7a1b2f8d9e066ebdbff4956c4f0a550c260be334dfef99d42d7ad" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "420460cccb586de6d8080d5240eadea74fb442704723956b8638c33ac52a1f69" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "70d406f25402505952da03aa532c2887f7427a680b398051b6609bdc887fe628" + sha256 cellar: :any_skip_relocation, arm64_ventura: "833a1873fa502e72576c2211ea4c79ecc2366042bd3ecc49152f235d0c2b242d" + sha256 cellar: :any_skip_relocation, sonoma: "448e4b6a9bb5eedb9c828c5567b3e4b298d065d4c8aeb5303248a703df83039f" + sha256 cellar: :any_skip_relocation, ventura: "8e9294c4089c6d09aa090df41fd0b21e145120bcb14380282d633070c311df30" + sha256 cellar: :any_skip_relocation, arm64_linux: "9f84742a848f520ce7ffd397b2103bb58f034929feb181517e8e72423c0e0fa2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aef176dc59831d1d1d1535b090698ffc2a645c475852c91f7de0bd802c73f06a" end depends_on "rust" => :build From 919ee787487af3767e23349de0f5aa359ebdb76b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:40:02 +0000 Subject: [PATCH 02133/10074] sui: update 1.49.2 bottle. --- Formula/s/sui.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sui.rb b/Formula/s/sui.rb index 20d7d8dfeeb44..e2119d51df0fc 100644 --- a/Formula/s/sui.rb +++ b/Formula/s/sui.rb @@ -11,13 +11,13 @@ class Sui < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "254a0894d73bb8333403e32f220b422a9f08b9235296dc6aca3dc8529a1a94f0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "204cc101850bf9b2ee893df33b4349a14b6795cca07eca0bed0539dc9c7100eb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a64612eb515ce62fc393160f44f8d58fb391f4c45ff56d5e724d7c72ae389b89" - sha256 cellar: :any_skip_relocation, sonoma: "d91eea4614bef120daedbd7495d1669392b1189437766ab38bb7fa480643d3e8" - sha256 cellar: :any_skip_relocation, ventura: "2a68fa2a2d30879096b4e7bfebeab65fe13df35b1d7ad4871f692095f4cc0f50" - sha256 cellar: :any_skip_relocation, arm64_linux: "b389845e2db454c3eaa7fdc382bc391c06d9ed42d65075b3ce5fbb610343f50b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7c86e9abd3477fa7e3f1ef6322668bdf0bf3582bcb8bc204c764b97ad1d3d551" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "993b9876c14650fb6c5049da97f365ce53d109595f286bebe2475ea0cc10ecf5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "51908daca2a819377163e5c91c7c3d5b11c5f53e87fbfb47abe806485c22798f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3b9a30e8dcd0a0e4a8068768e24027e793a937040f14a164f5be61e214a9de97" + sha256 cellar: :any_skip_relocation, sonoma: "dd2cf2469f20f539629655812650cfa869d96e116e0b9c354b0f6b9ec1c44d97" + sha256 cellar: :any_skip_relocation, ventura: "46df3a89746faac3f0c437c0f3858265a40937689856f5d7fc7de03a1f0e5434" + sha256 cellar: :any_skip_relocation, arm64_linux: "c802c60c1a4cfc8058dde7b292de910bdd4ef8f5f36306440fa64a0af77798fb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9ccb07046fafa7f3c64a4ad1f51fa1f692d498721c4e0e1b21f6c25982f54bfb" end depends_on "cmake" => :build From 1539ce00543dd85acad07e5ff3d0e71c40a8e18c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:40:06 +0000 Subject: [PATCH 02134/10074] parsedmarc: update 8.18.5 bottle. --- Formula/p/parsedmarc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/parsedmarc.rb b/Formula/p/parsedmarc.rb index 4b6ead5cee091..82331705242be 100644 --- a/Formula/p/parsedmarc.rb +++ b/Formula/p/parsedmarc.rb @@ -9,13 +9,13 @@ class Parsedmarc < Formula head "https://github.com/domainaware/parsedmarc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "084bd3ef23a079eadf21da94d52fd1d088dcc41ad55a6aa82e30dcf4d3cc0b62" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d6e69b468ea837ea5d8932223f101d0aebac8bbce1a280b53cbc5ce96a23c08" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d05ba3d786f4a021f2317b3b970da322138b7d3c92e2760d962b09dd8b918231" - sha256 cellar: :any_skip_relocation, sonoma: "7c0ddf6bd87d6bf52529797f9338f74066bac372a13c04033425ef9f8922ba04" - sha256 cellar: :any_skip_relocation, ventura: "d9c6402172a300289e8587ee708aa66007169d6af38a937bcc68acce28d4c748" - sha256 cellar: :any_skip_relocation, arm64_linux: "2e28897da7bded49d63821536ec361ab90488a29332985a4f0d0debd52605c98" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2dfdfa4e1f7ce4028c353f48e22e92a7dfd9158d749acf07e00ce350f59bf36" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f982907b881b8dc1c9b7632339be75045a928880d4b28c8396ca47253bd165b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "38a918a27fa7b4da46ed5875f654900cdcda7c4fbfc81498152cf5d63447e8b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7d705fb29fa4f57b621a3fbb1e4f192db3a85b8a87b8a2dfcaf0117504128678" + sha256 cellar: :any_skip_relocation, sonoma: "3cb6b7f8b430ff93784148d6e9704a066d986abdf7306f5c0a41d0367e5b9392" + sha256 cellar: :any_skip_relocation, ventura: "e866160ec50800b0143faf8f5422bbf66b50ec43b59cd0a2561bdd64dc4df077" + sha256 cellar: :any_skip_relocation, arm64_linux: "20019577af4d115cea8c8a36708704ad8330955ce6e2dd2e93dde944c389c255" + sha256 cellar: :any_skip_relocation, x86_64_linux: "01bd2d65c27f817b71947502e2920070c19af90eb6727008639a7def148c1c53" end depends_on "certifi" From baa02f4dff390c03fffd6abab7a59cc8c8d4db8a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 21:40:39 +0000 Subject: [PATCH 02135/10074] openlibm: update 0.8.7 bottle. --- Formula/o/openlibm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openlibm.rb b/Formula/o/openlibm.rb index 54760e3f0fee8..b5799f2ab3f16 100644 --- a/Formula/o/openlibm.rb +++ b/Formula/o/openlibm.rb @@ -6,13 +6,13 @@ class Openlibm < Formula license all_of: ["MIT", "ISC", "BSD-2-Clause"] bottle do - sha256 cellar: :any, arm64_sequoia: "a0dc81e93df4ac3b526f26c735c5c08da119a54209e49fc0f2a5d2bb4d82b6af" - sha256 cellar: :any, arm64_sonoma: "64d50bcefebd111f29c11bc05eb551b037fd35a7fbf28faf564a69963a153700" - sha256 cellar: :any, arm64_ventura: "0830994898d6ba15c3b9185e930d38f94693cf033d1dbdcd90d02795921e8a51" - sha256 cellar: :any, sonoma: "d578955d8218e8c931a6e351119a53e3ab5038abdc616952b1ee7e6f86d31607" - sha256 cellar: :any, ventura: "2704daa0edcd8da9b5d5329354936ded7d51126b2814fe2c9f54a0da17b440cc" - sha256 cellar: :any_skip_relocation, arm64_linux: "e93592d2ad7669d07160dcd5dc74701275e0acca572e6f13dbd5b44fb19fe191" - sha256 cellar: :any_skip_relocation, x86_64_linux: "226b4eb1ee269df454fb708a5f862f2d9e98cbc7d4a9ce0d662cc239fa37d0a8" + sha256 cellar: :any, arm64_sequoia: "e6752fb0e310f950ac52cf3b48f1bb8bf6cfd54f232a600cab2c7193c13d21a8" + sha256 cellar: :any, arm64_sonoma: "6e7c1eb94e6db408c98f94b058f90306d92b9d507565a0896a83b40fd533cb50" + sha256 cellar: :any, arm64_ventura: "f90c6264298e3fd95ac064d63e15723cae49d108b50b30bd1a080ad403040e6b" + sha256 cellar: :any, sonoma: "1d6f591d67d422a6982b28e3a59902d44bb71b24cb2133c8db0fd321f57383a8" + sha256 cellar: :any, ventura: "49ae13794c8ab5fc7de41f88ed72be8850a2cb97c1843e894c38ecebee7631e5" + sha256 cellar: :any_skip_relocation, arm64_linux: "dbe1119287757ad8439a93b6cfdf94930ba7cd379e77d7f3f9ccee84043c7ee5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a0c35b3584719869ecc0b55090a1edd31b5df57c52b55f110cb0be30b9849d89" end def install From bb13c0fb9de92510b3d439c6ed884a421c849a29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:54:39 +0000 Subject: [PATCH 02136/10074] filebeat: update 9.0.2 bottle. --- Formula/f/filebeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/filebeat.rb b/Formula/f/filebeat.rb index ace66de8d9326..2feeef809f9f5 100644 --- a/Formula/f/filebeat.rb +++ b/Formula/f/filebeat.rb @@ -10,13 +10,13 @@ class Filebeat < Formula head "https://github.com/elastic/beats.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9354e49ba222f0b29850a34cdb38b270af914ebf22a611b388e28932fe44ab94" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1812d1ef0748b60a940a308c1233bb569f7f677cee36f0a1edea3899dd2c73e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e4da494a066fbf21e8294144e566fa7afa08e57b757bf202e12799bafd6d796" - sha256 cellar: :any_skip_relocation, sonoma: "6c2cadf9892d239c3ead50a273d20ebd8af47f133f9d427c5503f955ae3d36aa" - sha256 cellar: :any_skip_relocation, ventura: "b64dc7728add30d5223482289d0009d73430ea8fdb210aff56e10ef6566c319a" - sha256 cellar: :any_skip_relocation, arm64_linux: "d9b694ccaeb89db671019d43447a27c508f0f332708d8f95c6e3f5a7dade1208" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f84e92b8a061cfdca7d9cb8640aa58377c6cec7961036ef89fd1ca0579eee6f0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "309576fdd5f119040f8aa87dacaf5f12a9aa8d4505bfa4654ef0533c4b6a283c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "44da6be600600bc22ab80bb23060b69cb9917b238913c0eee3a61fdc832a80cc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7cbb953f68ba770674e0a8ac74434eb62ee684a9f20901c0e611382febb8ec66" + sha256 cellar: :any_skip_relocation, sonoma: "b966dd8fe0f5c8ec14817db19eb71e967088f185a7f0c9be83229e4f2d99845f" + sha256 cellar: :any_skip_relocation, ventura: "a7bc3ed5db81f44a808d9f75cfff2f51ee156f7f4289840e53a4062c730540ac" + sha256 cellar: :any_skip_relocation, arm64_linux: "d152aef9b63e867321963a5b6059e9b5c83acde278ea29f57a24ce299e2c0ebc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6d153dd34c44a587a3f1f444b76428d9b6b2c713d7f79e661be5c00c51f9de27" end depends_on "go" => :build From f05356345b5627fdb6d1316de684fbed8c0a1c39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:19:45 +0000 Subject: [PATCH 02137/10074] mupdf 1.26.2 mupdf: update to use `git://` instead of `https://` ``` > brew audit --formula mupdf --online --git --skip-style Username for 'https://git.ghostscript.com': ``` Signed-off-by: Rui Chen --- Formula/m/mupdf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mupdf.rb b/Formula/m/mupdf.rb index 4493362e49145..cd847877f9970 100644 --- a/Formula/m/mupdf.rb +++ b/Formula/m/mupdf.rb @@ -1,10 +1,10 @@ class Mupdf < Formula desc "Lightweight PDF and XPS viewer" homepage "https://mupdf.com/" - url "https://mupdf.com/downloads/archive/mupdf-1.26.1-source.tar.gz" - sha256 "bdce017c776744c288b02102977ee0378cb436c78df8127a23f281f1360406fd" + url "https://mupdf.com/downloads/archive/mupdf-1.26.2-source.tar.gz" + sha256 "2a5e1fc84f67bc593ba1d4d9d49f8782e8b12241e2eec904a65a25e4322c72a9" license "AGPL-3.0-or-later" - head "https://git.ghostscript.com/mupdf.git", branch: "master" + head "git://git.ghostscript.com/mupdf.git", branch: "master" livecheck do url "https://mupdf.com/releases" From a68299d15b354f98dfd665703a6a399c3ab72d2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:19:45 +0000 Subject: [PATCH 02138/10074] mupdf-tools 1.26.2 mupdf-tools: update to use `git://` instead of `https://` ``` > brew audit --formula mupdf-tools --online --git --skip-style Username for 'https://git.ghostscript.com': ``` Signed-off-by: Rui Chen --- Formula/m/mupdf-tools.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mupdf-tools.rb b/Formula/m/mupdf-tools.rb index fae62f8b7d386..8598ca433cf29 100644 --- a/Formula/m/mupdf-tools.rb +++ b/Formula/m/mupdf-tools.rb @@ -1,10 +1,10 @@ class MupdfTools < Formula desc "Lightweight PDF and XPS viewer" homepage "https://mupdf.com/" - url "https://mupdf.com/downloads/archive/mupdf-1.26.1-source.tar.gz" - sha256 "bdce017c776744c288b02102977ee0378cb436c78df8127a23f281f1360406fd" + url "https://mupdf.com/downloads/archive/mupdf-1.26.2-source.tar.gz" + sha256 "2a5e1fc84f67bc593ba1d4d9d49f8782e8b12241e2eec904a65a25e4322c72a9" license "AGPL-3.0-or-later" - head "https://git.ghostscript.com/mupdf.git", branch: "master" + head "git://git.ghostscript.com/mupdf.git", branch: "master" livecheck do formula "mupdf" From d73aa9569a14c688b2f0f18032eca285c3ade2d0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 17:38:39 -0400 Subject: [PATCH 02139/10074] fancy-cat: revision bump (mupdf 1.26.2) Signed-off-by: Rui Chen --- Formula/f/fancy-cat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fancy-cat.rb b/Formula/f/fancy-cat.rb index 6b4da973bb1f7..c28c638044994 100644 --- a/Formula/f/fancy-cat.rb +++ b/Formula/f/fancy-cat.rb @@ -4,7 +4,7 @@ class FancyCat < Formula url "https://github.com/freref/fancy-cat/archive/refs/tags/v0.4.0.tar.gz" sha256 "bce101d5eb009ec9057f7b87f6ad767ee96238abcee8854a9db7febd0229a2bf" license "AGPL-3.0-or-later" - revision 4 + revision 5 bottle do sha256 cellar: :any, arm64_sequoia: "858207c07f258a550d2d97ddd34d25050370a3952a874e88c52fdcfae1367417" From f2fcb54c0032d736fb31419f16fc27801a67924e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 17:38:47 -0400 Subject: [PATCH 02140/10074] pymupdf: revision bump (mupdf 1.26.2) Signed-off-by: Rui Chen --- Formula/p/pymupdf.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/pymupdf.rb b/Formula/p/pymupdf.rb index 90a1ed3382e8b..9585de2cf14a7 100644 --- a/Formula/p/pymupdf.rb +++ b/Formula/p/pymupdf.rb @@ -4,6 +4,7 @@ class Pymupdf < Formula url "https://files.pythonhosted.org/packages/99/13/d9f3b67b98111e79307e2a3cf6d5f73daaca002144cc6d236c4a0adbc386/pymupdf-1.26.0.tar.gz" sha256 "ffe023f820379c84a0ddae38b0d07ea4016e1de84929491c34415520c629bcce" license "AGPL-3.0-only" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "b0ae84a83ca13a45fdf567f79821532f642faef2bf0b031de18c24e59d2841ec" From e56810838802d12c0c90b89e8ff16432f2cafc71 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:10:00 +0000 Subject: [PATCH 02141/10074] infisical 0.41.7 infisical: update test Signed-off-by: Rui Chen --- Formula/i/infisical.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index e6f07022008c1..b3b2e051ac5a3 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -1,8 +1,8 @@ class Infisical < Formula desc "CLI for Infisical" homepage "https://infisical.com/docs/cli/overview" - url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.5.tar.gz" - sha256 "a8cb24c0ff750504cbe1683a2962d0c8114d3a3c12f266c0b811e0b151877995" + url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.7.tar.gz" + sha256 "b789d44012c7bbb858b33f09aa8e1a02228b559f3131c24af20d186ac00ceec1" license "MIT" head "https://github.com/Infisical/infisical.git", branch: "main" @@ -38,7 +38,7 @@ def install output = shell_output("#{bin}/infisical reset") assert_match "Reset successful", output - output = shell_output("#{bin}/infisical init 2>&1", 1) - assert_match "You must be logged in to run this command.", output + output = shell_output("#{bin}/infisical agent 2>&1") + assert_match "starting Infisical agent", output end end From be37f4a9104128f8528757041de0359645affde2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 31 May 2025 08:00:11 +0000 Subject: [PATCH 02142/10074] ignite 29.0.0 ignite: update test Signed-off-by: Rui Chen --- Formula/i/ignite.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/i/ignite.rb b/Formula/i/ignite.rb index 64f6950080997..af02c5591fd60 100644 --- a/Formula/i/ignite.rb +++ b/Formula/i/ignite.rb @@ -1,8 +1,8 @@ class Ignite < Formula desc "Build, launch, and maintain any crypto application with Ignite CLI" homepage "https://docs.ignite.com/" - url "https://github.com/ignite/cli/archive/refs/tags/v28.10.0.tar.gz" - sha256 "92fb98e8af121fefffd2e333c6affa27bfb209bcfab7fd744b5852748a96e812" + url "https://github.com/ignite/cli/archive/refs/tags/v29.0.0.tar.gz" + sha256 "916549104c30ac4b68dd02112d4148c2278eef621801cbd636b94e3be7954b41" license "Apache-2.0" head "https://github.com/ignite/cli.git", branch: "main" @@ -26,6 +26,7 @@ def install ENV["DO_NOT_TRACK"] = "1" system bin/"ignite", "s", "chain", "mars" sleep 2 + sleep 2 if OS.mac? && Hardware::CPU.intel? assert_path_exists testpath/"mars/go.mod" end end From a07b05f8a01f9bec4b0721a89360095296467a94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:09:55 +0000 Subject: [PATCH 02143/10074] ndpi: update 4.14 bottle. --- Formula/n/ndpi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/ndpi.rb b/Formula/n/ndpi.rb index 9c4a95b7e91a9..3c7ccd46ad78e 100644 --- a/Formula/n/ndpi.rb +++ b/Formula/n/ndpi.rb @@ -7,13 +7,13 @@ class Ndpi < Formula head "https://github.com/ntop/nDPI.git", branch: "dev" bottle do - sha256 cellar: :any, arm64_sequoia: "cf0637b3cf5f016b1aa4a58bd144c3ced2c88656bb5be973b74e3366a74be4ba" - sha256 cellar: :any, arm64_sonoma: "516d894aea4a68b618a156a03ead2500bfd82d7aefc6695cbf69af46e217eb1e" - sha256 cellar: :any, arm64_ventura: "d297b296f2dfda154d6f25de7c442de06dd1184e7b5091876b5217a5cd5d033b" - sha256 cellar: :any, sonoma: "93315328adbb6bd402a3beadae655f4169f4cbbf3f3ddf4a88ba6d2f1d6a9de2" - sha256 cellar: :any, ventura: "4f7060394acb0ce6edc09f5e58ec250a93c9476555761959af6a5b8ef7af4e9d" - sha256 cellar: :any_skip_relocation, arm64_linux: "4f47166ca3478522dd97db73e25098ba12ffd3909ee4aaffc558489e855e1041" - sha256 cellar: :any_skip_relocation, x86_64_linux: "77dc577fa30a25ad44a5016594faf8b22cce222b528f7862f70e59146aeda3c8" + sha256 cellar: :any, arm64_sequoia: "9a9e45fe338e7be68ec51aae2ad6d52cf95cdb90fe6f9e6815345aaaa63048ab" + sha256 cellar: :any, arm64_sonoma: "3be0627b16ed3db0bf4ed8f225d8bde0813771501c26025c6f0990b19b125d6f" + sha256 cellar: :any, arm64_ventura: "8c2583825dabae16fca840859c371de0a3f074f3301b8bce85eee801087604b2" + sha256 cellar: :any, sonoma: "8a190f221789ad1f3322ea0a9838591d6f87c3c22060e8a89511699055e5759d" + sha256 cellar: :any, ventura: "2cade3979a0b532070ed4b17df9a4f69eed173b743385aa4a5232ee6d4c359e0" + sha256 cellar: :any_skip_relocation, arm64_linux: "9428a7434774926bfae4b2784133615c7b0c8fce94ce6519d9a4fdc2facaf076" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bb8b4eee649008534dbada6d4ad79a7b996223d26944d4d49724e12e866c35e" end depends_on "autoconf" => :build From a7d2243f5cbc22abdba304a18dd4e0e293050b65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:09:55 +0000 Subject: [PATCH 02144/10074] ntopng: update 6.4 bottle. --- Formula/n/ntopng.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/ntopng.rb b/Formula/n/ntopng.rb index b787982aac551..1a82412bd51a3 100644 --- a/Formula/n/ntopng.rb +++ b/Formula/n/ntopng.rb @@ -7,13 +7,13 @@ class Ntopng < Formula head "https://github.com/ntop/ntopng.git", branch: "dev" bottle do - sha256 arm64_sequoia: "9f6d0f239b8dc0835e0698849377f502301bc4299936fb3d0aba624e11885604" - sha256 arm64_sonoma: "be65c430079ebbe79ab62ce1ffce5aa7d084fc0b33bc7153b0e1b57bb240c3ad" - sha256 arm64_ventura: "a80a9b44e9aaa5852b96d308be805bc44099e83487d92f2cd28f6a88442c73f5" - sha256 sonoma: "df1b923da4e9371ba304e9f72713c6672cc124bc803bde6402e93f9e654fdde0" - sha256 ventura: "4da8a2ccd7d3c0092e1a95c73b36b8a01d8b1ed2dab9f64e004a57b37274c565" - sha256 arm64_linux: "9328b2d8059fc248392e57bf053ac1d2c0ced06c1cb997ea93e2cf269936800b" - sha256 x86_64_linux: "81e384a601f5d00d27a9ec914e9bd4b25266999afa15e4e11a9ad3109609a4b9" + sha256 arm64_sequoia: "1b62120513879ce4cb6ba349d4ac92223089a6c77e6d6719df29250f61954a7b" + sha256 arm64_sonoma: "40dffa8af2e27119e1ee18f2808f3578f71a437968fb8178e78c80bdb2dac34c" + sha256 arm64_ventura: "0fb6b854e3a12b0023d73b05c5f8241bd345d0811fa67e62606e5306ee2646be" + sha256 sonoma: "0f136bffdd96b2f2265f6215872b75b532ed4119035f54e6929fc61ede54983d" + sha256 ventura: "eebfd0cc2d9bf8fcd50ad648370c995967c73a820eb7077c4b335d6567bbc20f" + sha256 arm64_linux: "8c3a45211d5d3e9fca45b73ae7d94d5c4929b1a11825d26fcae495dbb5d97bbd" + sha256 x86_64_linux: "4b68256ead71268544621f9d21828f0fade161f54f6ba3dc3803d28f20bda3fc" end depends_on "autoconf" => :build From 28abe96b3196f908d49653451ef35cf5d5aef19a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 18:14:59 -0400 Subject: [PATCH 02145/10074] oq: revision bump (jq 1.8.0) Signed-off-by: Rui Chen --- Formula/o/oq.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/o/oq.rb b/Formula/o/oq.rb index bed11e0f43b5e..6f2bce86268ad 100644 --- a/Formula/o/oq.rb +++ b/Formula/o/oq.rb @@ -4,6 +4,7 @@ class Oq < Formula url "https://github.com/Blacksmoke16/oq/archive/refs/tags/v1.3.5.tar.gz" sha256 "66b2d879b6e2061121c50b8e584ce82f95fe79348bf3696ca38e5910a6c42495" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "3c85406e1243e64b72d6c6e29e57312acdf1da6bf5ad3bd0ad0103fcd6d5ae9f" @@ -34,6 +35,8 @@ def install end test do + assert_match version.to_s, shell_output("#{bin}/oq --version") + assert_equal( "\n12\n", pipe_output("#{bin}/oq -o xml --indent 0 .", '{"foo":1, "bar":2}'), From fe727945e17ccc41f7f812509e274ac75cbdc480 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 18:20:09 -0400 Subject: [PATCH 02146/10074] texi2html: scope gettext dep for macos and rebottle for attestation Signed-off-by: Rui Chen --- Formula/t/texi2html.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/t/texi2html.rb b/Formula/t/texi2html.rb index 0a55f8e781396..a317f83d15ad7 100644 --- a/Formula/t/texi2html.rb +++ b/Formula/t/texi2html.rb @@ -27,7 +27,9 @@ class Texi2html < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "13d9124964d4e6a9c99ca57e763e34e40397871bf94b4064cddb5262bf501f47" end - depends_on "gettext" + on_macos do + depends_on "gettext" + end def install args = [] From 3cf21eb78a48ffe1081001d6390b8bb9b4f92153 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 22:36:12 +0000 Subject: [PATCH 02147/10074] mage: update 1.15.0 bottle. --- Formula/m/mage.rb | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Formula/m/mage.rb b/Formula/m/mage.rb index facec42a74267..8f637815141a0 100644 --- a/Formula/m/mage.rb +++ b/Formula/m/mage.rb @@ -8,17 +8,14 @@ class Mage < Formula head "https://github.com/magefile/mage.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "28b336fab95d06098802501b558552c9d89a4d67fd0eccd3362fbf21588da6bb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "97099907714e6c713ed43d40e4a67ca112a7a9a9d84bfaabb69d680c92db5c68" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d5edee3b01ecc1dc26cf07372e9cbcfd7bc0c6c98ad8f5d89ab6255efe1af28c" - sha256 cellar: :any_skip_relocation, arm64_monterey: "d5edee3b01ecc1dc26cf07372e9cbcfd7bc0c6c98ad8f5d89ab6255efe1af28c" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "d5edee3b01ecc1dc26cf07372e9cbcfd7bc0c6c98ad8f5d89ab6255efe1af28c" - sha256 cellar: :any_skip_relocation, sonoma: "591710efff0b81f7e371a19a1f0cd6bc858975638fa2c99efd53d30688700140" - sha256 cellar: :any_skip_relocation, ventura: "0fe71622f956586e54e08ec69f49dd719c16bca43fe62370720f32e8cb015a71" - sha256 cellar: :any_skip_relocation, monterey: "0fe71622f956586e54e08ec69f49dd719c16bca43fe62370720f32e8cb015a71" - sha256 cellar: :any_skip_relocation, big_sur: "0fe71622f956586e54e08ec69f49dd719c16bca43fe62370720f32e8cb015a71" - sha256 cellar: :any_skip_relocation, arm64_linux: "ed5ea666a4ba52cf7ec5ec2b977b86aa969e88fe071043c257f302be90d01fdd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f4c08f1a7d6d80eeda6054fcdaea66ef2d344a952d9e249561781f8fabe54fff" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b81db54414e8059c020d3f75144337f216536a73742263d0efe306fcdbd1e140" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b81db54414e8059c020d3f75144337f216536a73742263d0efe306fcdbd1e140" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b81db54414e8059c020d3f75144337f216536a73742263d0efe306fcdbd1e140" + sha256 cellar: :any_skip_relocation, sonoma: "9f3ab340917962784ac8e7dd0e54112f6d60f7546de91aeb8373ba29c80cec26" + sha256 cellar: :any_skip_relocation, ventura: "9f3ab340917962784ac8e7dd0e54112f6d60f7546de91aeb8373ba29c80cec26" + sha256 cellar: :any_skip_relocation, arm64_linux: "c4f7a29602cc18739d9c7714860f36a3a6c1f12d2e8d6cd3b04b9a0f28ba25e2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c3721ad24ae36b353b46e1b3fc9b6bc6abf3bc328102da949fe50441e4eebfe5" end depends_on "go" From 7d0cc00e6cd5ad18eb14e167ba4b421ef58878e8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 18:36:55 -0400 Subject: [PATCH 02148/10074] kargo 1.5.1 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/k/kargo.rb | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 Formula/k/kargo.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 8d3fd761c9b11..cedf312211ae1 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1774,6 +1774,7 @@ kanata kapacitor kapp karchive +kargo karmadactl kaskade katago diff --git a/Formula/k/kargo.rb b/Formula/k/kargo.rb new file mode 100644 index 0000000000000..23da7d89d270e --- /dev/null +++ b/Formula/k/kargo.rb @@ -0,0 +1,29 @@ +class Kargo < Formula + desc "Multi-Stage GitOps Continuous Promotion" + homepage "https://kargo.io/" + url "https://github.com/akuity/kargo/archive/refs/tags/v1.5.1.tar.gz" + sha256 "713b08bd8d13fe483ec8dda89f42a4186d71ef977471cf994e43d5e6b80a285f" + license "Apache-2.0" + head "https://github.com/akuity/kargo.git", branch: "main" + + depends_on "go" + + def install + ldflags = %W[ + -s -w + -X github.com/akuity/kargo/pkg/x/version.version=#{version} + -X github.com/akuity/kargo/pkg/x/version.buildDate=#{time.iso8601} + -X github.com/akuity/kargo/pkg/x/version.gitCommit=#{tap.user} + -X github.com/akuity/kargo/pkg/x/version.gitTreeState=clean + ] + system "go", "build", *std_go_args(ldflags:), "./cmd/cli" + + generate_completions_from_executable(bin/"kargo", "completion") + end + + test do + assert_match version.to_s, shell_output("#{bin}/kargo version") + + assert_match "kind: CLIConfig", shell_output("#{bin}/kargo config view") + end +end From 9b9f0ece2b4502adb9cc369d59f275c228f825ec Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Jun 2025 22:39:38 +0000 Subject: [PATCH 02149/10074] blazeblogger: update 1.2.0 bottle. --- Formula/b/blazeblogger.rb | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/Formula/b/blazeblogger.rb b/Formula/b/blazeblogger.rb index afdc9e36457a1..ffd6f8213b895 100644 --- a/Formula/b/blazeblogger.rb +++ b/Formula/b/blazeblogger.rb @@ -6,23 +6,14 @@ class Blazeblogger < Formula license "GPL-3.0-only" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0045a7f2db5667ef5e70880950ca3b04ab2f0d0cb0525e4b11e14d4107af7443" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "87ca82760016e36f3dfc234df48a695e62a81479c799c54a5e7500014584fa69" - sha256 cellar: :any_skip_relocation, arm64_ventura: "971cf089545d50d6b751253a1ffe63b4bc3cb10c55287bf5f43cabcee9088afa" - sha256 cellar: :any_skip_relocation, arm64_monterey: "971cf089545d50d6b751253a1ffe63b4bc3cb10c55287bf5f43cabcee9088afa" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "d7c1a4c1663a7da5774e534eec48e6ab245f22d20f1f98a3186b7877f8bc4bcf" - sha256 cellar: :any_skip_relocation, sonoma: "888c1f54a7c89c767f28127d6d0ae7c6eb93312e1b4c44b40378d2bb6d149d84" - sha256 cellar: :any_skip_relocation, ventura: "6cbe0fa6acb72e64523b98192c50de16a12c919e91a7467136876d25c60372fe" - sha256 cellar: :any_skip_relocation, monterey: "6cbe0fa6acb72e64523b98192c50de16a12c919e91a7467136876d25c60372fe" - sha256 cellar: :any_skip_relocation, big_sur: "595702af4db6b12264bffdfa430b29c55474e15fcb9fc95cf7dec509dbe1bce5" - sha256 cellar: :any_skip_relocation, catalina: "cb9f78c2ae445f20f90c62b634fa4ee32ac282fc0a005099dcb5593b5008f99e" - sha256 cellar: :any_skip_relocation, mojave: "c7350b4fc7cb74eb436f431aed0e54160bb2da31593f623573b6396287342148" - sha256 cellar: :any_skip_relocation, high_sierra: "7cb9d122a9c892a89d36a886c2be63536ca339def18d2766fde8f96e87c0d0cd" - sha256 cellar: :any_skip_relocation, sierra: "8e6e405d5b586a95006ab1f47d2f5cef961a2dbdaa9759fb4427663edcd12adf" - sha256 cellar: :any_skip_relocation, el_capitan: "0d6bf439fa6f880cb9457581da66082f49f514f8b0fd4b57ac81180948aaa5e1" - sha256 cellar: :any_skip_relocation, arm64_linux: "c8dc5296ef25d1c5289d74505f6db5c963263054ae78624b237321844e7b3aa5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "534e43639b7ee566bbc9f675f94043e4579b0e01ba1b8b5651dcd308f640a182" + rebuild 2 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8dc5296ef25d1c5289d74505f6db5c963263054ae78624b237321844e7b3aa5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c8dc5296ef25d1c5289d74505f6db5c963263054ae78624b237321844e7b3aa5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c8dc5296ef25d1c5289d74505f6db5c963263054ae78624b237321844e7b3aa5" + sha256 cellar: :any_skip_relocation, sonoma: "611443d1770dc0b3af0b0f4ca3af47fe7890ccfb72bf43512ded5c759cc9df08" + sha256 cellar: :any_skip_relocation, ventura: "611443d1770dc0b3af0b0f4ca3af47fe7890ccfb72bf43512ded5c759cc9df08" + sha256 cellar: :any_skip_relocation, arm64_linux: "c8dc5296ef25d1c5289d74505f6db5c963263054ae78624b237321844e7b3aa5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c8dc5296ef25d1c5289d74505f6db5c963263054ae78624b237321844e7b3aa5" end def install From 57bf167ae3b2d5d1040d50f2edfcd6a0b080839b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:41:08 +0000 Subject: [PATCH 02150/10074] oq: update 1.3.5_1 bottle. --- Formula/o/oq.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/o/oq.rb b/Formula/o/oq.rb index 6f2bce86268ad..e91905ef2bf68 100644 --- a/Formula/o/oq.rb +++ b/Formula/o/oq.rb @@ -7,15 +7,13 @@ class Oq < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "3c85406e1243e64b72d6c6e29e57312acdf1da6bf5ad3bd0ad0103fcd6d5ae9f" - sha256 cellar: :any, arm64_sonoma: "99fc2a852c9fcd9346ab49b10a2fffca37b96c874311073bde9875b1317dcaa3" - sha256 cellar: :any, arm64_ventura: "79c06b62ee8b7a819e2c752656a17e24192206454206a8f13f23f69764b35b72" - sha256 cellar: :any, arm64_monterey: "86d0284e415fa4dcf91a75c6c5dab04e73044c161777fb52449c62a62c4b3c4b" - sha256 cellar: :any, sonoma: "d7b699f030dc0c632c034b5ffefb4db85a34976919ee4853e1814cd9caf93a5d" - sha256 cellar: :any, ventura: "d55554139463e1d576a3c240c55fb868a7520f87073383baa74a9dc2a0769fb0" - sha256 cellar: :any, monterey: "1ab1903afd02e46a04c19996dab38cfb49051d023a0138bb079b725d29df5c56" - sha256 cellar: :any_skip_relocation, arm64_linux: "2e812e3b89e7e79cfab5322b70482a26e96e64319a9d37b18149b2d9ce3d7fe3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6875c56c9a0b5c7f0bb103c94bc6e4a0b770f48ec90e46dc58f72e54bc71811e" + sha256 cellar: :any, arm64_sequoia: "1a3da7d5c1facf9978ed2e5e4b837db7979b6123839d133c947b9eb9b1200762" + sha256 cellar: :any, arm64_sonoma: "9ac4ab6b25021efebdd52241b9018349fe42721bf3545bdb991e79fa55bea62f" + sha256 cellar: :any, arm64_ventura: "db3b7b294448ad7861fdbd8c5e7356e56f60567412c8b7a423b2278618975645" + sha256 cellar: :any, sonoma: "64e1f4aa81d4189fb7d5cb01f9a1675779243b9906c07cd0a1fce59b7795d702" + sha256 cellar: :any, ventura: "40e53859430f914af54832221b6c6851ddd6f596cddc047d0d59404f91bb483a" + sha256 cellar: :any_skip_relocation, arm64_linux: "ee6a792a88c20a7d9aef0fd7ef3ae14ed64d1ba33f2490a4cd9d42f9b860c77a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b1fab86fb911af9ac17c870211e41e94fa4d3ee655cf013153807b6c9ab0f7e" end depends_on "crystal" => :build From cb9ac17c635351ea392d19f42d3a0a9a691d5b44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:41:16 +0000 Subject: [PATCH 02151/10074] infisical: update 0.41.7 bottle. --- Formula/i/infisical.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index b3b2e051ac5a3..ea4f713f4b464 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -12,12 +12,12 @@ class Infisical < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "28ea360c2b9d10fe9fb869d5e4aa242e425982cb455cba92dfbd3d4454d36edb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "28ea360c2b9d10fe9fb869d5e4aa242e425982cb455cba92dfbd3d4454d36edb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "28ea360c2b9d10fe9fb869d5e4aa242e425982cb455cba92dfbd3d4454d36edb" - sha256 cellar: :any_skip_relocation, sonoma: "7d9e12994c34e8da8d1dc292048d05410bfe63c9ed9a1740acff31362d48d9dc" - sha256 cellar: :any_skip_relocation, ventura: "7d9e12994c34e8da8d1dc292048d05410bfe63c9ed9a1740acff31362d48d9dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5940418a8305b16349ccc904da132ff7be73c40b838861e1942ff6da479a29ff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3305224e4484bdac1149a3e2614150caa350dbed5f58d71dffce1dd8a389dc9d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3305224e4484bdac1149a3e2614150caa350dbed5f58d71dffce1dd8a389dc9d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3305224e4484bdac1149a3e2614150caa350dbed5f58d71dffce1dd8a389dc9d" + sha256 cellar: :any_skip_relocation, sonoma: "b293a64a9001af63ce1d83f686ff4cb3d9acd1832beab3e2bfcb02fe9c6f73a0" + sha256 cellar: :any_skip_relocation, ventura: "b293a64a9001af63ce1d83f686ff4cb3d9acd1832beab3e2bfcb02fe9c6f73a0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a80eb566e37e6ef7c878e7c12de8df681cc1f120f0698603bd633584c1eb5945" end depends_on "go" => :build From af493761ce658e4778b53bd1021dd40eb422b8a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:52:38 +0000 Subject: [PATCH 02152/10074] cherrytree 1.5.0 --- Formula/c/cherrytree.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cherrytree.rb b/Formula/c/cherrytree.rb index 90072ef1cff02..d11d93b71c02a 100644 --- a/Formula/c/cherrytree.rb +++ b/Formula/c/cherrytree.rb @@ -1,8 +1,8 @@ class Cherrytree < Formula desc "Hierarchical note taking application featuring rich text and syntax highlighting" homepage "https://www.giuspen.com/cherrytree/" - url "https://www.giuspen.com/software/cherrytree_1.4.0.tar.xz" - sha256 "3ab77aa7de62a0285ea9d227e640b0b20afc2f0b5b0dd1dbacde8bfe4791e8ab" + url "https://www.giuspen.com/software/cherrytree_1.5.0.tar.xz" + sha256 "55d477f721ad95d6d2302c04d44894b2371a98b0d2e43a3d5c455f82457553b7" license "GPL-3.0-or-later" head "https://github.com/giuspen/cherrytree.git", branch: "master" From 9aae9dcb1888ca227a74ee3fa79418f11fcfd1ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:53:13 +0000 Subject: [PATCH 02153/10074] cloudflare-wrangler 4.19.1 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index b776ccb3c39cc..9e63f9c5cb30d 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.19.0.tgz" - sha256 "f99b4621f2ca6bd16a15f3fc394a6bfe61e279edfd0a75d99d6dd26c64088931" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.19.1.tgz" + sha256 "5dc471e59b6ed317f01a80aba632019d03b3ba0627d8a4e0f6d5a20523b0ccb9" license any_of: ["Apache-2.0", "MIT"] bottle do From 0cdac3954a69efcaa045b6e6818e9cdf1d005067 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:53:38 +0000 Subject: [PATCH 02154/10074] code-server 4.100.3 --- Formula/c/code-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/code-server.rb b/Formula/c/code-server.rb index db985f3a5c907..0724e5759d55e 100644 --- a/Formula/c/code-server.rb +++ b/Formula/c/code-server.rb @@ -1,8 +1,8 @@ class CodeServer < Formula desc "Access VS Code through the browser" homepage "https://github.com/coder/code-server" - url "https://registry.npmjs.org/code-server/-/code-server-4.100.2.tgz" - sha256 "869f21594fb63ef255b7c53ecafc4f5bcf973f8d1897829b6246341ad926f7d3" + url "https://registry.npmjs.org/code-server/-/code-server-4.100.3.tgz" + sha256 "a85138ac3a382a9ba1df652a751901ec598fed24f673b8a8653de7be8335bfaa" license "MIT" bottle do From d8e9fbe03a3a4bd65ba84440f109da4dddd15ab3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:53:52 +0000 Subject: [PATCH 02155/10074] coder 2.22.1 --- Formula/c/coder.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/coder.rb b/Formula/c/coder.rb index ae6750daf92ec..92c29648cc8f9 100644 --- a/Formula/c/coder.rb +++ b/Formula/c/coder.rb @@ -1,8 +1,8 @@ class Coder < Formula desc "Tool for provisioning self-hosted development environments with Terraform" homepage "https://coder.com" - url "https://github.com/coder/coder/archive/refs/tags/v2.21.3.tar.gz" - sha256 "8c4c27c02a7b0088f5194a1eba7e6be4cb61fb244e1926d4bb54eb6ab9fc1996" + url "https://github.com/coder/coder/archive/refs/tags/v2.22.1.tar.gz" + sha256 "66fbeb2510d0df59fdd2dbbf47cf0ad3c270016d33003da74df85bfd539420fd" license "AGPL-3.0-only" head "https://github.com/coder/coder.git", branch: "main" From 2734a3a6ece99abeaf22cded64131eef5979c2e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:01:11 +0000 Subject: [PATCH 02156/10074] heroku 10.9.0 --- Formula/h/heroku.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/heroku.rb b/Formula/h/heroku.rb index bf447063bd6a5..20a5ffe9647f2 100644 --- a/Formula/h/heroku.rb +++ b/Formula/h/heroku.rb @@ -1,8 +1,8 @@ class Heroku < Formula desc "CLI for Heroku" homepage "https://www.npmjs.com/package/heroku/" - url "https://registry.npmjs.org/heroku/-/heroku-10.8.0.tgz" - sha256 "f3de9b210fa9cee0b2d4fea815b6540e151de2ea84238a12b4606734c635179a" + url "https://registry.npmjs.org/heroku/-/heroku-10.9.0.tgz" + sha256 "6d7f0cc307a2df2e47d5f8f667bb09becfb3a89e6b9ffb29c98c6aeb285f89ad" license "ISC" bottle do From 68cbea93fcb021536953a3bafbf64468c5a000ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:13:27 +0000 Subject: [PATCH 02157/10074] remind 05.04.00 --- Formula/r/remind.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/remind.rb b/Formula/r/remind.rb index 823d7ae751151..f8b96a99c7adf 100644 --- a/Formula/r/remind.rb +++ b/Formula/r/remind.rb @@ -1,8 +1,8 @@ class Remind < Formula desc "Sophisticated calendar and alarm" homepage "https://dianne.skoll.ca/projects/remind/" - url "https://dianne.skoll.ca/projects/remind/download/remind-05.03.07.tar.gz" - sha256 "d296e5dc4b10d08fbc29e3e0ced7a32abde74ba241bdcd8ba314193877c1e51d" + url "https://dianne.skoll.ca/projects/remind/download/remind-05.04.00.tar.gz" + sha256 "743fb6d95d7e0cc7127d19b16208f36ebe9b56806eaa4f33eccde8f350544777" license "GPL-2.0-only" head "https://git.skoll.ca/Skollsoft-Public/Remind.git", branch: "master" From f3d7f358a15ecab348ee61980a383394fd0f75c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:16:51 +0000 Subject: [PATCH 02158/10074] static-web-server 2.37.0 --- Formula/s/static-web-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/static-web-server.rb b/Formula/s/static-web-server.rb index 4c818476e3a3c..942b76fd9351a 100644 --- a/Formula/s/static-web-server.rb +++ b/Formula/s/static-web-server.rb @@ -1,8 +1,8 @@ class StaticWebServer < Formula desc "High-performance and asynchronous web server for static files-serving" homepage "https://static-web-server.net" - url "https://github.com/static-web-server/static-web-server/archive/refs/tags/v2.36.1.tar.gz" - sha256 "e242e21b3e4b46395bda21b351438df6b5c54b1319a41a86b52eb49ed5567a40" + url "https://github.com/static-web-server/static-web-server/archive/refs/tags/v2.37.0.tar.gz" + sha256 "596444e276dc912b5ae0223cad15fc9d700b66a6e466b8904175f3f7f5546b64" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/static-web-server/static-web-server.git", branch: "master" From 1b1d129c26c86ac419fce27c7643dfd127cb44f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:20:03 +0000 Subject: [PATCH 02159/10074] wasm-tools 1.233.0 --- Formula/w/wasm-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index 62252975ade5a..d79133b598e0d 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -1,8 +1,8 @@ class WasmTools < Formula desc "Low level tooling for WebAssembly in Rust" homepage "https://github.com/bytecodealliance/wasm-tools" - url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.232.0.tar.gz" - sha256 "b199f1eb4d66e432d541096c88df40d7264d78318cfd39b68bff792c030a975e" + url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.233.0.tar.gz" + sha256 "4bc9ebd2f915193e40556d087670cf3555ee13fa98afc78d731428e1ed664707" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/bytecodealliance/wasm-tools.git", branch: "main" From 150d1e29f5bf7ae2191218ea8b38a5d4d807b412 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 00:21:29 +0000 Subject: [PATCH 02160/10074] cherrytree: update 1.5.0 bottle. --- Formula/c/cherrytree.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cherrytree.rb b/Formula/c/cherrytree.rb index d11d93b71c02a..089e22423fac7 100644 --- a/Formula/c/cherrytree.rb +++ b/Formula/c/cherrytree.rb @@ -12,13 +12,13 @@ class Cherrytree < Formula end bottle do - sha256 arm64_sequoia: "cdd548683777d14b185e4f60d2a4337fda25754b4f8fc9eabbdec6e3ea89106a" - sha256 arm64_sonoma: "d8653e2a55d6efd5745f87ce983e80cbaf4635e8e3509e41f01700173c88133f" - sha256 arm64_ventura: "e03d39eb6764bf96846ab34a01ff85475f7575ff3c0dc564e1f07f1d41a4ea26" - sha256 sonoma: "1c8c218312899191f0cc05b99b85be07d210b21e54f383f56a88b08402de3d07" - sha256 ventura: "d0c0125118e201a163a06c6b22ed70a73359659becf77c87d0a62f2108b526db" - sha256 arm64_linux: "0668d760e7a35fdd3521a5f6eebb90bbaa2ae90fd3203bcb1eb1e6951680b8e3" - sha256 x86_64_linux: "deb1306276cf94028307e484688644a0e419a9723ad2169a83a64e00957d193b" + sha256 arm64_sequoia: "175a5543d6409ee1d63ec81ad1efa8d6debd07f8604f059109ca61d166697cef" + sha256 arm64_sonoma: "d7a101d4d440f2d3a07556b6ab938b87a2515494f471c34155b3859f93396b72" + sha256 arm64_ventura: "9b78bc301d252bc5814bdb2275c66504214f4f01bf639f633a6bd3c87de8cd1e" + sha256 sonoma: "6b91c7e2aed90219e9d046044f325a407cd930a1b56a41165cb68b16b81b5cec" + sha256 ventura: "92d84cf1934e09151d9d89e6422a18b1a65c154303e5383101cf918f0e134d9e" + sha256 arm64_linux: "3ef3773c02d717477d42a1f9d46e9348cc33c56f5f59c36a1df49e1d56f47de6" + sha256 x86_64_linux: "157950835f27e8c4df1d41b8211a47f6b0825303dcf6d599519ae346c9ca06c5" end depends_on "cmake" => :build From e9b69deb32c2d4edd434d42382ff43129c458885 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 00:21:46 +0000 Subject: [PATCH 02161/10074] cloudflare-wrangler: update 4.19.1 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 9e63f9c5cb30d..85725dd7172b2 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "25e84bc15a917c6b796c9acb2fd2bb8bf59dc6507cbe147d54ca4ba98d9cb497" - sha256 cellar: :any, arm64_sonoma: "25e84bc15a917c6b796c9acb2fd2bb8bf59dc6507cbe147d54ca4ba98d9cb497" - sha256 cellar: :any, arm64_ventura: "25e84bc15a917c6b796c9acb2fd2bb8bf59dc6507cbe147d54ca4ba98d9cb497" - sha256 sonoma: "bb8ba54588954046816d232a455933dd4396f3f438e162601f349b48d2ca6725" - sha256 ventura: "bb8ba54588954046816d232a455933dd4396f3f438e162601f349b48d2ca6725" - sha256 cellar: :any_skip_relocation, arm64_linux: "0e09a1b809348d066b14551e957d417bce4ced1f6d5a727f1857eba43b6ea2d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "575767037c1ff5eee2bad4c034df77a858240c9a3d04ee5b11e5e983019efbe8" + sha256 cellar: :any, arm64_sequoia: "e30d5bb362e5dc63d01cb06bb9d3225ec21558eff57ae11d532edc290cbf2850" + sha256 cellar: :any, arm64_sonoma: "e30d5bb362e5dc63d01cb06bb9d3225ec21558eff57ae11d532edc290cbf2850" + sha256 cellar: :any, arm64_ventura: "e30d5bb362e5dc63d01cb06bb9d3225ec21558eff57ae11d532edc290cbf2850" + sha256 sonoma: "144e3ff58f8f4414a96979b0ce2563cacea88c0f9757102dde7eee5620607348" + sha256 ventura: "144e3ff58f8f4414a96979b0ce2563cacea88c0f9757102dde7eee5620607348" + sha256 cellar: :any_skip_relocation, arm64_linux: "32be8a80d829474f9c559f8201a8ac5413745c2314c3946b70978072e2a72475" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5ab541d4ea090d8bbbdb39adb0da30234deca807f9b3e587cb091b671df82ba" end depends_on "node" From 7822cd34e8a7f378d6ba8543362b674176d37fd0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 00:21:47 +0000 Subject: [PATCH 02162/10074] code-server: update 4.100.3 bottle. --- Formula/c/code-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/code-server.rb b/Formula/c/code-server.rb index 0724e5759d55e..4d7ec52626d8a 100644 --- a/Formula/c/code-server.rb +++ b/Formula/c/code-server.rb @@ -6,13 +6,13 @@ class CodeServer < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e8fe656adf763150a5900ec863e041e3d9cee4b4132f4a485dc27ccc3d720f8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "03f1b17800fa23541788c0a4b2b564ed900f7c8ba8eb8a764e312442d10ffd55" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5234907d787f9631965e9d0d003bdafb0b613b6e4949a8658852524f09bdbc21" - sha256 cellar: :any_skip_relocation, sonoma: "f8b55e21a44a88bc6e2ef923ea2eca68d2abfd24d4b946980bed9567ef024e2d" - sha256 cellar: :any_skip_relocation, ventura: "08fbb86ce75941f8a3818ab55039a79f9948ffdae6d788c40388517c644ef09c" - sha256 cellar: :any_skip_relocation, arm64_linux: "601cffb081453ffec004d5797e208eb882c9e176c1e5cc6a5d9effb28d9c849e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "320a3e07e323e30ff7abeadf933fe3577e8aed1a5f6f9c3d1a3e823ba64f68e7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "09e14227ff4b741288f6ced6167c23155a2e6f1e80ad3ed08a0d8f9a37dc6ac8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1696b9c600b76e5be899517c44c5b32e02cd44383af2c8e088a4f07bc5625fe0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6ca625738f45d0495b2ebe5d33943d8edced735f7e84d06806c9a3868ec2414f" + sha256 cellar: :any_skip_relocation, sonoma: "d2fe2692846bcf26211c9a1fc079026c86a295758c18bda519519d67ada3677d" + sha256 cellar: :any_skip_relocation, ventura: "f52a6d36e616752505a3861e7486fb65e1ffb20c60165970f75ac1642d4594e5" + sha256 cellar: :any_skip_relocation, arm64_linux: "ccc372a687625ce6406fd8a0aa6b96298919bd90c885e2aaff31b73a6fb2943c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8dacb160e8191384e2d106139f990fc3d3b701244e5cb86ca7a550dfca78d26" end depends_on "pkgconf" => :build From a42ff57a0df47a38fb6acf3f05ecae2758cf4edf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 00:21:56 +0000 Subject: [PATCH 02163/10074] static-web-server: update 2.37.0 bottle. --- Formula/s/static-web-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/static-web-server.rb b/Formula/s/static-web-server.rb index 942b76fd9351a..dad33e6158db9 100644 --- a/Formula/s/static-web-server.rb +++ b/Formula/s/static-web-server.rb @@ -7,13 +7,13 @@ class StaticWebServer < Formula head "https://github.com/static-web-server/static-web-server.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "961892661d638d43440d72d12cf9d95d29e8eb9c16d3e017c9497c12ddf37641" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa3f2cdbd8fcee585015b12043d2413993e322fc234a5370fad67dcde63d607d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4c188eefa1d2ef79045abdb878232b8ccaf7c922bec2ea1053ecfc97d802f61c" - sha256 cellar: :any_skip_relocation, sonoma: "2a56085747d95bbe1361d9084eaac5c1cad770f136149b72b0355f15f03b701f" - sha256 cellar: :any_skip_relocation, ventura: "bb19099fc589fd07295b4dd3b5dbc9202f4b22216c1861396376d2ff3f5e7ac6" - sha256 cellar: :any_skip_relocation, arm64_linux: "d412e72dc12299e27b90c30919801f7daa38cfa935b18a9155bc76a64bcefabf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "58a94eee1b902bc277127a9280424a47f6868a67ac51349c72df40dd0356c512" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "33c01035f12a224440e10e4c38a388b2075477357f5198e0d95687fde1fc6408" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a40093bbfee6be797696287bf35382fefe00f001693cfed900c83130150e0f98" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f409c8be5f7927eb75192b87574262bd07362678e59073e945d436aa6b0cab7e" + sha256 cellar: :any_skip_relocation, sonoma: "62200152cd1308edebe9104f9cb87f208c6a637572e95922882da23e67989f9e" + sha256 cellar: :any_skip_relocation, ventura: "95e1fa1b0dd119f293611a217297ebd50b674e10985af98faede673562a49da7" + sha256 cellar: :any_skip_relocation, arm64_linux: "5956c6069870f8bfb67913438111ad6b22e6375c19eb1b43fd89b8433a670313" + sha256 cellar: :any_skip_relocation, x86_64_linux: "34570fcf5d3454dc89a9807cc8e32af6af8d6ccbd90f46a09fd341b196f8858f" end depends_on "rust" => :build From 526bcd76f06a83594f635585ebea4ce8fa3a0b51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 00:21:56 +0000 Subject: [PATCH 02164/10074] heroku: update 10.9.0 bottle. --- Formula/h/heroku.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/heroku.rb b/Formula/h/heroku.rb index 20a5ffe9647f2..06081a2011b20 100644 --- a/Formula/h/heroku.rb +++ b/Formula/h/heroku.rb @@ -6,13 +6,13 @@ class Heroku < Formula license "ISC" bottle do - sha256 arm64_sequoia: "482e94277f97d64b6d9766b775a1f96d9c0a92888ab89b99ad4d1ecf1b71bd85" - sha256 arm64_sonoma: "5409bdf1e315d6e37e6685eb786b8a882288febfb7ab52abfd69e726d132b3fd" - sha256 arm64_ventura: "dc48dbbbac66b32a9ae2f2d1387da986188a33d47cd3e049ac3156fcc2a48078" - sha256 sonoma: "55d7b785ecf712b25ca9e0be6cbffdf814c2dfba8fce48081d7ed10847dbcdd8" - sha256 ventura: "b31c65ba1b5e5df8b2d235b7e70e6560818b0870dc6cebef4fe6d103c921c428" - sha256 cellar: :any_skip_relocation, arm64_linux: "e8c2d7cc8421f48304ad39e3a7228da5f6972d49504f21238e55b45cb426c675" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d227b53380b3524bcb99449bc8a05ae7284ca40902b6aa1423fda4d5f697ad6" + sha256 arm64_sequoia: "72566d7f7a37c98e676fbffeb4c20354d0b1a38aa7700647a2c66afe51a1d048" + sha256 arm64_sonoma: "367a623cca2fde392f240b05db6c822118e73e956b64e5021b62d91601cc5b48" + sha256 arm64_ventura: "9170f05aee2231849fed727ded7394723029979fccb940540ccfb06bf4e30310" + sha256 sonoma: "aa1a95f2a736679998494b62569040d566a5052f5c7c2eb01ce12aa9a4cc0e8d" + sha256 ventura: "2f2c412edbccc64a65041324e9ddf2bfe33f985ecdad97ac142b78ef793f5e59" + sha256 cellar: :any_skip_relocation, arm64_linux: "32bc21b8bc283584e178946d85237be4971ee9449737d6b8ba8bf235fb4c89d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b7d5fbff47da17bc0282d256043b1391f05e1296d672011523100f4f3d4c89f" end depends_on "node" From 5272b1623ae5f8f43272fec4e81a1b4326196f4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 00:22:01 +0000 Subject: [PATCH 02165/10074] remind: update 05.04.00 bottle. --- Formula/r/remind.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/remind.rb b/Formula/r/remind.rb index f8b96a99c7adf..6d93d4e8d073d 100644 --- a/Formula/r/remind.rb +++ b/Formula/r/remind.rb @@ -12,13 +12,13 @@ class Remind < Formula end bottle do - sha256 arm64_sequoia: "88f9b83106b2d7239a3e4335b324f3f2f7426db14950ad85d798fc57af3afdb8" - sha256 arm64_sonoma: "17072d149033440ca92ef9f185833b64f322e91243f0747041cb314c9e2ebd7c" - sha256 arm64_ventura: "9221f338967213041b862ab2f32befa678b0d1e920cf45eb90fa7dac52f73174" - sha256 sonoma: "3dce30f94166410f84e74c964e0572b0886fc1622223cc32f03fb753a0db68eb" - sha256 ventura: "a9944a7eed2cb1cc66d29056cb545e46c93486017e017a9cdfd80c36983f63d4" - sha256 arm64_linux: "f2d6a2f90bccf6a2a3c8da3cc6c7f6f72e40861eb78759f53942e70922914ce8" - sha256 x86_64_linux: "9683d158c06c09809e4fad0ae321972d7cb7955d1b9aaa7a0f43114857b6e1ad" + sha256 arm64_sequoia: "60217aa962b91269620ccc107258d5bd12c4e39c5986f4eab5ca37a3d090c8ec" + sha256 arm64_sonoma: "0fd42c5882bd2eb77b47a52df79d1dfb90a4fd9236aa8a79b1a52310bda53be7" + sha256 arm64_ventura: "25cbc2f1e233cf1f3f17c385d79931a38309a0359e70fdef7bb7ed67b426a855" + sha256 sonoma: "30c5070538906d52aeb99d6b1806d257aaf25c3873b4c3900fb0339428d41567" + sha256 ventura: "aca2c9ad03c50894c94897fcb35bb249d10c4553b5a6dc1211aac98878a36a27" + sha256 arm64_linux: "7d7a4fcf436e5f6b5d413853c525e41fd53b553d2009813e9322caf1aba30f95" + sha256 x86_64_linux: "7c26e44460b585154157f0b59a69031abd12a0804e1e39092971ef932cf316bc" end conflicts_with "rem", because: "both install `rem` binaries" From 189acac30a3f71bccc8ef76a67857bad36bbc889 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 00:22:01 +0000 Subject: [PATCH 02166/10074] wasm-tools: update 1.233.0 bottle. --- Formula/w/wasm-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index d79133b598e0d..91474fff45a44 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -12,13 +12,13 @@ class WasmTools < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb1356680ecdd1341126c8f1a9611694fe05713792512e4894b4fb2ddb017cbb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5194232698c5af9c8facc434f6f211d50bab92a8a885287374b154b0200702e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "33f686707a272526c739c3b7052963f5e8aaa792f9b0f4754f7696ac6b3e4a0a" - sha256 cellar: :any_skip_relocation, sonoma: "318d1519d6a71696c2864d4bb3e0dc7408d3e46dfd13429abb3c8747cea95959" - sha256 cellar: :any_skip_relocation, ventura: "6c84fc1c1f05d9754ca38a72a573dda65fd4c47402cebab6e153902b33493045" - sha256 cellar: :any_skip_relocation, arm64_linux: "c8a89eff7db21cf4a6e9d2c9d1696f74cb56c425ff451a76083ab7af7fc479af" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c66ed95ed311ac9e3d599ff91f20d80806be8863f923f9432e102ef9163bd5a3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ceb184bdee27c9f37f2359f6d203efda403a15c6a16ea89bd2110f2cb64d817" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "74807cf663e9cecfbcfaa1c4817854058ffc387f7e571c604088ac5d377ced68" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a46ab1f93b0c8f616c59a82d2327dbc9c4336560c9450a7616b88a51cc8cae08" + sha256 cellar: :any_skip_relocation, sonoma: "009f383cf282cf1d555ffe5213dabb178bfef9423a3356525a1a3e570c65ba44" + sha256 cellar: :any_skip_relocation, ventura: "11ff463be22d6b4dcffe9e01318bd3fa37ccc39436965eb519c77e8d995deb8a" + sha256 cellar: :any_skip_relocation, arm64_linux: "f3e2edaf026e8909c5a5f18f91c1ebf516103e5b93ca3375411911358570dc6c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "924a3aa756b39513cdfee1955f7e0b4643f3c843401e31258ee22c6d0a399b9e" end depends_on "rust" => :build From 52e3c8894157e57d4667bd291ebde8b14bf051d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 00:22:13 +0000 Subject: [PATCH 02167/10074] coder: update 2.22.1 bottle. --- Formula/c/coder.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/coder.rb b/Formula/c/coder.rb index 92c29648cc8f9..589742ed88e2f 100644 --- a/Formula/c/coder.rb +++ b/Formula/c/coder.rb @@ -15,13 +15,13 @@ class Coder < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a499f79d10981f37fc1dd33308a807be6c0a1c5efc94f2b723d5876c8d00798" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6941f4d567e39d46b80dd052e893db887e4ba5b548b6a3fbee0f166b153e62cf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "809840a048a98b4fb44df2be9d60c72c12c6743037cd9a70370627a4d5facb93" - sha256 cellar: :any_skip_relocation, sonoma: "8a4997ba5a6709319758227d2040df049ab0bd6ab27a2615a5c52669100e3390" - sha256 cellar: :any_skip_relocation, ventura: "3926d09efa43cee20f5e93238687604222a141cd96b3f993b41505d840add2fa" - sha256 cellar: :any_skip_relocation, arm64_linux: "a5cf7f1588ce2e34d5b0e2a2a255936a000e5d9b78a18027fd29abfacae238ad" - sha256 cellar: :any_skip_relocation, x86_64_linux: "12f4febb2e71a6b4450ece38b38c9b71e1c0b8c29f0ca5468c11814a6d12fb87" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "06ab285bd406383f630ece42a6ecff0ce781f4feb6586cb2fafcdaf960acdd3b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "292d1676dc09f861c4088743d3a1f3c6cc2deacb8b9fa86fe0516c7e5a024361" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4e69f8a5099a29528b14b31d2113f613158d9f9b78b12870bb9b386b28a2a2d9" + sha256 cellar: :any_skip_relocation, sonoma: "34006d8b8b2b3c715828e7ca16d4c6236c2645b6a555475e5fcbc6ed14c58001" + sha256 cellar: :any_skip_relocation, ventura: "6a1de13102403f283f323751318e5d5d1e065b4a561525e772e1ec288f67e240" + sha256 cellar: :any_skip_relocation, arm64_linux: "4065d6704febc4a19e0465a0dd33cc16e0f048121b11c358df0a0ab0a21e5c4d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9793a9164265fb213f257226d0c5cd5bc5c401a966011c9603491b374b902682" end depends_on "go" => :build From caa004e90d22be2fc279db026c4e69d3528eedcc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 01:17:36 +0000 Subject: [PATCH 02168/10074] fancy-cat: update 0.4.0_5 bottle. --- Formula/f/fancy-cat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fancy-cat.rb b/Formula/f/fancy-cat.rb index c28c638044994..137e840a447cc 100644 --- a/Formula/f/fancy-cat.rb +++ b/Formula/f/fancy-cat.rb @@ -7,13 +7,13 @@ class FancyCat < Formula revision 5 bottle do - sha256 cellar: :any, arm64_sequoia: "858207c07f258a550d2d97ddd34d25050370a3952a874e88c52fdcfae1367417" - sha256 cellar: :any, arm64_sonoma: "2414d4df19efcbf8b6ac444b51506001b6d5dc3569572e6f6735c6a3181421fe" - sha256 cellar: :any, arm64_ventura: "b062e87e41ba0e891a04f6270889353e0693f744a6e20a1ed1a94f8d53d932d2" - sha256 cellar: :any, sonoma: "2ad1b39acc2edbe40af0b4aeb5878f5130c99fb0f109accafdd246671ab15b53" - sha256 cellar: :any, ventura: "09831309e4bd91134168aebe7ef9c052bba29aaa8b0958b950a1e71c55507fb4" - sha256 cellar: :any_skip_relocation, arm64_linux: "b84ed2488e51c145f8eecfde84daf86889945904e05df93c1f1cadf8e8bae949" - sha256 cellar: :any_skip_relocation, x86_64_linux: "06e9a9771687070f658d364a241b312e79a39fad68edf164c396eb4b2f04109e" + sha256 cellar: :any, arm64_sequoia: "c50dc8dd4c720dfcb0f1704f279dba43e6f09b0bb9b8168c7f6f8ccfabc2a7b1" + sha256 cellar: :any, arm64_sonoma: "e5ff13678c504c11f29b56c77a634e2559cd9a00f5a572b888a5ebda5d56572c" + sha256 cellar: :any, arm64_ventura: "6200d24bc2acaf506ae0b158052153f8178063a632dd8a84d924059650ca48e5" + sha256 cellar: :any, sonoma: "f9905f726ce37d39ef711daaecc42e1c6ddeceb2d8b48dc9a60084aa56de01fc" + sha256 cellar: :any, ventura: "03fdd754526a9ae43987bf9dd6837292889ab187d024afa5fb9bbef618609d88" + sha256 cellar: :any_skip_relocation, arm64_linux: "e84a012f6222be6d9b589a909fdf85a895f7c0fe03b1d7ef18b6c37161c92302" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d95a8c66f63caab178335f3f3a8c722f6e4a265da8881f8d3da77dfa370aea7" end depends_on "zig" => :build From c349fac22d8d324baaeec47edec5acb30fd78875 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 01:17:36 +0000 Subject: [PATCH 02169/10074] mupdf: update 1.26.2 bottle. --- Formula/m/mupdf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mupdf.rb b/Formula/m/mupdf.rb index cd847877f9970..c4fc38f8fef63 100644 --- a/Formula/m/mupdf.rb +++ b/Formula/m/mupdf.rb @@ -12,13 +12,13 @@ class Mupdf < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "de5a5f9c08c1cdd8b45a4ba3695f3d9457c05c93b855fe7ab2cddc1e2371a7ac" - sha256 cellar: :any, arm64_sonoma: "dbc3e504c023f1ba7d38d78e0cce041537ddc71b861e7f39c0da6588e8c58d21" - sha256 cellar: :any, arm64_ventura: "eabb21694d84c850a1f4793117715e1037c1899f858e5765867a4cc053f2d56f" - sha256 cellar: :any, sonoma: "064dedd64affd017a712a1f6240e2b795d60405e9a50ad7830b6c14be7d35337" - sha256 cellar: :any, ventura: "bc5dc57dd38afc48d4d4b34354b70090f1e897ed08604171358f348b72f39c52" - sha256 cellar: :any_skip_relocation, arm64_linux: "0ab4d14a076b454ddcef8a020aa5c4dce2f298ca6da55ca566e4ab5cce72df57" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e7e27a34604cb151f83714df8499434921a4adb5c2577ff19460fc0924f16e65" + sha256 cellar: :any, arm64_sequoia: "879257d658267c3c8b200c6d701f3704065c4a0890a65b2b22ba9f270a062be5" + sha256 cellar: :any, arm64_sonoma: "8fec8af926c3845d9d2c15784881c3e341985c7ca8dfa237e94dd8ed2dcbc455" + sha256 cellar: :any, arm64_ventura: "749288749a40f519a170cdb9095dd201f1b5aca6fc640a55d9e26a954b8c81ca" + sha256 cellar: :any, sonoma: "db53b6e59554f5a55525e58e6b2d02c291c99177e7ecd535b7ae093187999024" + sha256 cellar: :any, ventura: "c1fc01667860132e6538026ede49163a0824c3e9ee59f9ffff5ca37db34fc914" + sha256 cellar: :any_skip_relocation, arm64_linux: "081e49a87000b9502fedc6a4e66d8c4b80af9534ecd077a13ad14f3635108096" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f165f7f07a645c832b80211691b8e7a8c3c502528bbdba1f065e43aff60caf19" end depends_on "llvm" => :build From cb44fe5d24a24671c78af0259724f66fccbb9603 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 01:17:36 +0000 Subject: [PATCH 02170/10074] mupdf-tools: update 1.26.2 bottle. --- Formula/m/mupdf-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mupdf-tools.rb b/Formula/m/mupdf-tools.rb index 8598ca433cf29..34250be00d1ec 100644 --- a/Formula/m/mupdf-tools.rb +++ b/Formula/m/mupdf-tools.rb @@ -11,13 +11,13 @@ class MupdfTools < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c98c5150deef73eeeb516ac27e653f96335d15c889130962528d906daed73d4f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b7d4c7c4dffc5524685f4cd6e70215e9a506ddf2294a38fe2422d9b2031f322" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c99c6727eb9d4e93ce7628d695da2d3648476b608d2102e5811f007cce67285f" - sha256 cellar: :any_skip_relocation, sonoma: "7239f1223ce375613ad407001121d5fdb7a077132b62b14b453bee12b452637f" - sha256 cellar: :any_skip_relocation, ventura: "9986b50de9b1fb82966fd2149bd574137db30ccf96ed967952b9b21aef0cc82a" - sha256 cellar: :any_skip_relocation, arm64_linux: "9bd5372c7b5a2544200194089d0a9ee686a14344a2edf033991b52d2fced4377" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ae8d628af41f01feb4bbb7854875dd7ed7105a97e9d5524a49b0d4aee12c54b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f6344a3ff4e21f86d818266507cfbb1f0cad8cc5b139fc6bf0754f430909ed8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a8f73df20fcaa0af896a332c5b8a4e36d821e934e4ef67709a775b67a744eac" + sha256 cellar: :any_skip_relocation, arm64_ventura: "443ed3752a690fcaf78170c0037652d1b59340efc233e7a171242187debd26a4" + sha256 cellar: :any_skip_relocation, sonoma: "65da7678f2c557a170eb4e37e4bda9e880ed4e3fe9efaa01c6f37bbb5b8128de" + sha256 cellar: :any_skip_relocation, ventura: "3f4350843e2cf423142e2662ca64d0ce56055f7170239016bb852e16a07da1e5" + sha256 cellar: :any_skip_relocation, arm64_linux: "642cca9305333c6ab98961223fec56fb77f661ea95734d12bb974699589255cf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b75588ab62bfd8ded6bb0f5a6f9092d1858bafde91a3acee4ff6ca55b34a54e" end conflicts_with "mupdf", because: "mupdf and mupdf-tools install the same binaries" From 72f32410fe8de0f7f5387d5cd5f79a8f1b294f1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 01:17:36 +0000 Subject: [PATCH 02171/10074] pymupdf: update 1.26.0_1 bottle. --- Formula/p/pymupdf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pymupdf.rb b/Formula/p/pymupdf.rb index 9585de2cf14a7..87207eca76d49 100644 --- a/Formula/p/pymupdf.rb +++ b/Formula/p/pymupdf.rb @@ -7,13 +7,13 @@ class Pymupdf < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "b0ae84a83ca13a45fdf567f79821532f642faef2bf0b031de18c24e59d2841ec" - sha256 cellar: :any, arm64_sonoma: "a83fd1c58c06ba629d8a81faf50abf29f035ce3e51ce1ff34ed86704617d480b" - sha256 cellar: :any, arm64_ventura: "dba891887ca0d5c27fc67cb9eee2e8d1ecbdc9e727cc8a68863cd6dd2230f3c9" - sha256 cellar: :any, sonoma: "4e780f10dcf829b0a29e5e1cd9df6c44411db0861c71cc7f345c1df00b57e413" - sha256 cellar: :any, ventura: "e84ec87b72b331c4b5c2ac0d9cf9ff572e5f6048e4791bc6d9c9b6dceefb3329" - sha256 cellar: :any_skip_relocation, arm64_linux: "3664b2d2b2a68384e966008f2cd10da6decaa575b4ce84fb753c3b3f54654c26" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db3ba5cdff301f01a10f0c7422c8b9033c43e88a46ec09e01f500205e36dcad5" + sha256 cellar: :any, arm64_sequoia: "1773aa238f89be9b822b1a7db7449a9f2af11ea0833cc9b5176362369308c09f" + sha256 cellar: :any, arm64_sonoma: "ffc059b2872dcd5f75ebdb39850bcd66815e1c30ef2b8a028d0b52410b513ca6" + sha256 cellar: :any, arm64_ventura: "ca9a2139475f05ea6b5872dfa19eb78e8eda44d388ad6e5817f982a47e44a3f0" + sha256 cellar: :any, sonoma: "022d9e01864e2364be0cfaf53cd05cf82b292bd9453b51eef9ae01966ad63f2a" + sha256 cellar: :any, ventura: "a058db1a4e1dfd40717da1ec750ccc32c8429a08b4e58f62ecb013411bbadc69" + sha256 cellar: :any_skip_relocation, arm64_linux: "3a2561ccc1e2f9ef243da6aad55fa12c190505ef3012a5abc4c9da8bf7c55a98" + sha256 cellar: :any_skip_relocation, x86_64_linux: "da8b3b1bd9444ced58e46bce498113ab2e5a863abd0200d565586a4619ca55e0" end depends_on "freetype" => :build From b43912d0c72c9e1c372298fa5274ce6e42a45a42 Mon Sep 17 00:00:00 2001 From: Qian Yun Date: Wed, 4 Jun 2025 09:49:39 +0800 Subject: [PATCH 02172/10074] fricas 1.3.12 --- Formula/f/fricas.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/f/fricas.rb b/Formula/f/fricas.rb index 826d29f83fad8..227be4b246ec5 100644 --- a/Formula/f/fricas.rb +++ b/Formula/f/fricas.rb @@ -1,8 +1,8 @@ class Fricas < Formula desc "Advanced computer algebra system" homepage "https://fricas.github.io" - url "https://github.com/fricas/fricas/archive/refs/tags/1.3.11.tar.gz" - sha256 "ce74ad30b2b25433ec0307f48a0cf36e894efdf9c030b7ef7665511f5e6bf7d9" + url "https://github.com/fricas/fricas/archive/refs/tags/1.3.12.tar.gz" + sha256 "f201cf62e3c971e8bafbc64349210fbdc8887fd1af07f09bdcb0190ed5880a90" license "BSD-3-Clause" head "https://github.com/fricas/fricas.git", branch: "master" @@ -29,7 +29,7 @@ class Fricas < Formula def install args = [ - "--with-lisp=sbcl --dynamic-space-size 4096", + "--with-lisp=sbcl", "--enable-gmp", ] From 5688db301cacf0caec19039afbced1a56e33710a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:27:43 +0000 Subject: [PATCH 02173/10074] box2d 3.1.1 --- Formula/b/box2d.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/box2d.rb b/Formula/b/box2d.rb index 8170086d37fe4..5e7887ce6f67a 100644 --- a/Formula/b/box2d.rb +++ b/Formula/b/box2d.rb @@ -1,8 +1,8 @@ class Box2d < Formula desc "2D physics engine for games" homepage "https://box2d.org" - url "https://github.com/erincatto/box2d/archive/refs/tags/v3.1.0.tar.gz" - sha256 "7fac19801485efb31ee3745b2284d9d4601f9e8138a3383a7b0df6d788ea5785" + url "https://github.com/erincatto/box2d/archive/refs/tags/v3.1.1.tar.gz" + sha256 "fb6ef914b50f4312d7d921a600eabc12318bb3c55a0b8c0b90608fa4488ef2e4" license "MIT" head "https://github.com/erincatto/Box2D.git", branch: "main" From a9f746c522a45143d4624a1dea0613136e7a6e53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:30:11 +0000 Subject: [PATCH 02174/10074] cilium-cli 0.18.4 --- Formula/c/cilium-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cilium-cli.rb b/Formula/c/cilium-cli.rb index 440fd00f2dd83..4975f70c55522 100644 --- a/Formula/c/cilium-cli.rb +++ b/Formula/c/cilium-cli.rb @@ -1,8 +1,8 @@ class CiliumCli < Formula desc "CLI to install, manage & troubleshoot Kubernetes clusters running Cilium" homepage "https://cilium.io" - url "https://github.com/cilium/cilium-cli/archive/refs/tags/v0.18.3.tar.gz" - sha256 "f66a555a1b55af77c61d9a38621316b84d574d9a621efd04bbbde410f99b4ae0" + url "https://github.com/cilium/cilium-cli/archive/refs/tags/v0.18.4.tar.gz" + sha256 "733764d4b519bd94144f1e2398583d06ae91ae5e7ad260cacf1ef9c3d914c3e8" license "Apache-2.0" head "https://github.com/cilium/cilium-cli.git", branch: "main" From fed67eee8b80bfbe3fd05446ed4831eba9092a30 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:33:40 +0000 Subject: [PATCH 02175/10074] dovi_tool 2.3.0 --- Formula/d/dovi_tool.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dovi_tool.rb b/Formula/d/dovi_tool.rb index c48f27c0806ac..1e6c345936cfd 100644 --- a/Formula/d/dovi_tool.rb +++ b/Formula/d/dovi_tool.rb @@ -1,8 +1,8 @@ class DoviTool < Formula desc "CLI tool for Dolby Vision metadata on video streams" homepage "https://github.com/quietvoid/dovi_tool/" - url "https://github.com/quietvoid/dovi_tool/archive/refs/tags/2.2.0.tar.gz" - sha256 "44a5f860301ab6ef1a02d8943e210c201ff3733d52b5929a5ab72a09e555041d" + url "https://github.com/quietvoid/dovi_tool/archive/refs/tags/2.3.0.tar.gz" + sha256 "2c76f8c7a17ff6af71c168bc9b041e94efe89b4f91ccde2f3f208c821037069c" license "MIT" head "https://github.com/quietvoid/dovi_tool.git", branch: "main" From 82e2e015d4c3653a2b7f4cc75a5700c6448a8e4d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:34:17 +0000 Subject: [PATCH 02176/10074] fricas: update 1.3.12 bottle. --- Formula/f/fricas.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fricas.rb b/Formula/f/fricas.rb index 227be4b246ec5..9bcaf8db23373 100644 --- a/Formula/f/fricas.rb +++ b/Formula/f/fricas.rb @@ -7,13 +7,13 @@ class Fricas < Formula head "https://github.com/fricas/fricas.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "f979124c221aacc487700749338a4be2926cf8e5e41108e9f9c0a55a35d05e7e" - sha256 cellar: :any, arm64_sonoma: "8989cfeb1e1d63f6489e402ad19fd8433d1b3d206535e9b08af6d16e2c26c6d7" - sha256 cellar: :any, arm64_ventura: "6c37fc5e9a30a29f94aba6999246cdc4428242afbb250836aeaf7e139d359f79" - sha256 cellar: :any, sonoma: "8ead560ceff9155edf01af8e4d7bdebd803df863848d94aa423431ce6633f58e" - sha256 cellar: :any, ventura: "eafaa5ea9b679d04b2d77f6c98c2348a1cbc43abd74a70b5bed283524881070a" - sha256 cellar: :any_skip_relocation, arm64_linux: "78aa1002ed22279cdc6aef277ab708d411fcd3c113a516a63f7a62967f324ea4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3704109df28d50e400c8a0e58e23b6d3e7b9eff93adfc2c543bf8c089de170a1" + sha256 cellar: :any, arm64_sequoia: "7fbe73c52677676edec374061a9889381f7b8dd79d231cd5db743e8b47b83be4" + sha256 cellar: :any, arm64_sonoma: "f80b27d9b594c6161a4b882f13cdb0c62f883d42760bb62d8563791d3ce3660b" + sha256 cellar: :any, arm64_ventura: "e78686fad2f37772d9d575453720622bd63af29ecc888a369672b14f2ca3e1d7" + sha256 cellar: :any, sonoma: "716ba2734fc10c1a9540e8b868bfa6ff05c0ff8fa07fc04582808e2c12efb999" + sha256 cellar: :any, ventura: "a3737a559b67fb9d5887f00208bf6c56b0e444d8f88be2d627db873c6971fde9" + sha256 cellar: :any_skip_relocation, arm64_linux: "22865967ea74382926e358484cef468d9eda01c3b251ee98ac8bdcb0095f47db" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f35e32107cab4e45364c7f07245b562c6a425283ec655a22214a2c6f8302e8a2" end depends_on "gmp" From c56b1725182eb9d2bb815cb9d3c187b0b4634f5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:36:52 +0000 Subject: [PATCH 02177/10074] garnet 1.0.70 --- Formula/g/garnet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index c0a74416e612f..5d68984e7cbd8 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -1,8 +1,8 @@ class Garnet < Formula desc "High-performance cache-store" homepage "https://microsoft.github.io/garnet/" - url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.69.tar.gz" - sha256 "2589cf29e45a48b9d8a4f52489657af3f3268548d13479eeef595b64f87dadeb" + url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.70.tar.gz" + sha256 "dc0c685bf4367f980dcb937484ee3e2ebc1d3daf9e7ae415f6d9b9e1abf18c4d" license "MIT" bottle do From f5315f05b38ff9a4810ab12afc02db465ab5d316 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:38:18 +0000 Subject: [PATCH 02178/10074] go-parquet-tools 1.32.0 --- Formula/g/go-parquet-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/go-parquet-tools.rb b/Formula/g/go-parquet-tools.rb index 38a9894790a8c..e007b5275042e 100644 --- a/Formula/g/go-parquet-tools.rb +++ b/Formula/g/go-parquet-tools.rb @@ -1,8 +1,8 @@ class GoParquetTools < Formula desc "Utility to deal with Parquet data" homepage "https://github.com/hangxie/parquet-tools" - url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.31.0.tar.gz" - sha256 "8f6734b487cead29c2205f8e16819b13f177477cb895313c128798a2c40a4579" + url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.32.0.tar.gz" + sha256 "d8f1b3b61f65b6dabe174dc4c35e7faac2832a5c228687060bf26492c1a5b537" license "BSD-3-Clause" head "https://github.com/hangxie/parquet-tools.git", branch: "main" From 5c50f20c47a54d76bc2ef56a5caa7ac0054d823a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:38:56 +0000 Subject: [PATCH 02179/10074] box2d: update 3.1.1 bottle. --- Formula/b/box2d.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/box2d.rb b/Formula/b/box2d.rb index 5e7887ce6f67a..017fd017b488c 100644 --- a/Formula/b/box2d.rb +++ b/Formula/b/box2d.rb @@ -7,13 +7,13 @@ class Box2d < Formula head "https://github.com/erincatto/Box2D.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "ca167fdad8578916d77f274b8a83b3b1eb09c651cd28b4fddc37ae35082a683f" - sha256 cellar: :any, arm64_sonoma: "55a7a318fbb28367b04a41ae6321e17a230ee4e0ec2ab87693d14b630c7a9718" - sha256 cellar: :any, arm64_ventura: "168cca17b58980ed81cee2a9221a347f38c65d1e39555918e0f6c16c166be08f" - sha256 cellar: :any, sonoma: "e9c5c96016ece85eafd692cc058a1170ce8e50acb199e061eacba77209e41af7" - sha256 cellar: :any, ventura: "4402f7762cf3d7cf97bd0a45e5276818d448818e74fe8266f016bfe465d852ec" - sha256 cellar: :any_skip_relocation, arm64_linux: "555b3df11035a1d7f5106fa381c79536cfaf5475143112fde68275d5bcc1ae6f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d587630b9e3b860821d03f88fcbb9e673531815ddaa615a55ef20ec64faec9c2" + sha256 cellar: :any, arm64_sequoia: "1caaf1c980effd48d3eed26366c13660960a289ac51526b68816679f6284631a" + sha256 cellar: :any, arm64_sonoma: "c5ad8a041d04cbefb6674fe3d3337bdcdf451cb7ef311894ff6014245ce7b658" + sha256 cellar: :any, arm64_ventura: "c3eb47d52d68d2dea3679cf170ec01746dedc77bfc77386d6beb04ad29af28a5" + sha256 cellar: :any, sonoma: "37aa98eb7c538baac562620e3aed1187e0d23c713d73c8ec4c2def5c340d049b" + sha256 cellar: :any, ventura: "143f1e6e3f276f9e7ec87ea5d8b6f5056ac0388ad9f65c20998d16886e7a51f0" + sha256 cellar: :any_skip_relocation, arm64_linux: "4c7471357570866b88743c8207c45e190e9478ecd7a0c44fbaf0bb603015df95" + sha256 cellar: :any_skip_relocation, x86_64_linux: "36086574d8eb78f65b8c94dc4ae1b94e9df18356c2636bf91b3a3bbffcc4805b" end depends_on "cmake" => :build From 27061a54e014e04cae8814c023716bca8ec1ef7e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:43:36 +0000 Subject: [PATCH 02180/10074] langgraph-cli 0.2.11 --- Formula/l/langgraph-cli.rb | 53 +++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index 96feef6ee9be1..f2dbf1dc9c334 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -3,8 +3,8 @@ class LanggraphCli < Formula desc "Command-line interface for deploying apps to the LangGraph platform" homepage "https://www.github.com/langchain-ai/langgraph" - url "https://files.pythonhosted.org/packages/8d/5e/b12bc8140cd4f797ad7f596bf90558994fd6891df8974bc3fc4747eabdc7/langgraph_cli-0.2.10.tar.gz" - sha256 "0c215b364daeaf10de681e4960ecaafc7c9cd2a4100b41052d78d95cababf422" + url "https://files.pythonhosted.org/packages/08/cb/a0ce30e24ea03eae969c384db42db9c27c9e5eb00356a9de93f45e412035/langgraph_cli-0.2.11.tar.gz" + sha256 "68ac6879382df860c67b747a689b1afb6475e64b62b8d50ede27654fa9a7d232" license "MIT" bottle do @@ -19,9 +19,54 @@ class LanggraphCli < Formula depends_on "python@3.13" + resource "anyio" do + url "https://files.pythonhosted.org/packages/95/7d/4c1bd541d4dffa1b52bd83fb8527089e097a106fc90b467a7313b105f840/anyio-4.9.0.tar.gz" + sha256 "673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028" + end + + resource "certifi" do + url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" + sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + end + resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" + end + + resource "h11" do + url "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz" + sha256 "4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" + end + + resource "httpcore" do + url "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz" + sha256 "6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" + end + + resource "httpx" do + url "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz" + sha256 "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" + end + + resource "idna" do + url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" + sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" + end + + resource "langgraph-sdk" do + url "https://files.pythonhosted.org/packages/c1/dd/c074adf91d2fe67f00dc3be4348119f40a9d0ead9e55c958f81492c522c0/langgraph_sdk-0.1.70.tar.gz" + sha256 "cc65ec33bcdf8c7008d43da2d2b0bc1dd09f98d21a7f636828d9379535069cf9" + end + + resource "orjson" do + url "https://files.pythonhosted.org/packages/81/0b/fea456a3ffe74e70ba30e01ec183a9b26bec4d497f61dcfce1b601059c60/orjson-3.10.18.tar.gz" + sha256 "e8da3947d92123eda795b68228cafe2724815621fe35e8e320a9e9593a4bcd53" + end + + resource "sniffio" do + url "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz" + sha256 "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" end def install From e0a0a6d9d6bcf927ef3a633f81221f2ef505b15a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:45:45 +0000 Subject: [PATCH 02181/10074] cilium-cli: update 0.18.4 bottle. --- Formula/c/cilium-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cilium-cli.rb b/Formula/c/cilium-cli.rb index 4975f70c55522..a12dd8c88b742 100644 --- a/Formula/c/cilium-cli.rb +++ b/Formula/c/cilium-cli.rb @@ -15,13 +15,13 @@ class CiliumCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "73e74d6ea9956e95d89e3384682679af1b96e0358ab05f4aaabf93a2d75164c8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2990e6ef7a9c49562409c766eb881ec5facf007d0096e34bccc06ad66e497b14" - sha256 cellar: :any_skip_relocation, arm64_ventura: "89b46b628eed28e362be48dbf29fa2154f2073cd31dfe9f9f7e8bdb8d482cad8" - sha256 cellar: :any_skip_relocation, sonoma: "dfcb89cf4ab90049871bbe6938c6b8eb48517e8a207a949211ff5f29442e808a" - sha256 cellar: :any_skip_relocation, ventura: "38b4ccc078a072a8d2d5b0a29b024ea544a3e327b3a48b93e29b2dd70bbc8ad9" - sha256 cellar: :any_skip_relocation, arm64_linux: "94cca51653b4a338b8e81b6129d00dd9464c8a1b35873551619d51aad590020b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9fc5dd25ff5e099e77e85c8923c9138f22751ae545027fe80876bc40fd731d24" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d22b7c84283a27ef306bb65b0583c4a49f267ba1cd5fd5533ef3e036dd7649ac" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff420edf8bc142753fbf8e20cdab91082d80e4950033a4202ec41cbb25c74dc2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1fb6a8e785e744f1be8f1370de46e701fbe467df53bd6c801cd11b9d81552f38" + sha256 cellar: :any_skip_relocation, sonoma: "5b9ef4bbf7d1e91a3352a059c1cb87deb26bc48ee5acd170d12c1e33c7201563" + sha256 cellar: :any_skip_relocation, ventura: "fb0685543e6ed33e802d187ea2030f3c4cbf4daf1e3547187e898c0cae69edfa" + sha256 cellar: :any_skip_relocation, arm64_linux: "0b8eedb8abf7757cc72db9cb263f650a62f953d480a8c4b4936c8d7dcf272574" + sha256 cellar: :any_skip_relocation, x86_64_linux: "be981c25a2da7f03750fa0c2ffa9d4001083fa2b9f69e4a980d6e479fe136d68" end depends_on "go" => :build From 4002bf23f947b47fcb82e010ad588f6a278ef5ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:46:22 +0000 Subject: [PATCH 02182/10074] libupnp 1.14.22 --- Formula/lib/libupnp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libupnp.rb b/Formula/lib/libupnp.rb index 2e0b6cb8f8b47..057370429b208 100644 --- a/Formula/lib/libupnp.rb +++ b/Formula/lib/libupnp.rb @@ -1,8 +1,8 @@ class Libupnp < Formula desc "Portable UPnP development kit" homepage "https://pupnp.sourceforge.io/" - url "https://github.com/pupnp/pupnp/releases/download/release-1.14.20/libupnp-1.14.20.tar.bz2" - sha256 "ee4b4f85aa00ce38b782cf480fa569a90c7ccb23b0a9a076073a2d0bd6227335" + url "https://github.com/pupnp/pupnp/releases/download/release-1.14.22/libupnp-1.14.22.tar.bz2" + sha256 "eec53b0f822d8298c41d02e89c4df6d099935dbd94ca3260bf6dab9a9d56d64d" license "BSD-3-Clause" livecheck do From b3fe2cfa02f6de565bee5841f5223899787c562e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:48:46 +0000 Subject: [PATCH 02183/10074] mlx 0.26.1 --- Formula/m/mlx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mlx.rb b/Formula/m/mlx.rb index def0a2e06cefd..4b002c225239c 100644 --- a/Formula/m/mlx.rb +++ b/Formula/m/mlx.rb @@ -3,8 +3,8 @@ class Mlx < Formula desc "Array framework for Apple silicon" homepage "https://github.com/ml-explore/mlx" - url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.26.0.tar.gz" - sha256 "988e4fd8b457108f4fe5685ee3ef3003b774de21226f0079f506ebec13a4278a" + url "https://github.com/ml-explore/mlx/archive/refs/tags/v0.26.1.tar.gz" + sha256 "76a9e2fff69b8b55097b87f7e7cab67107358b9f400575e4c0f6f1137893d000" license all_of: [ "MIT", # main license "Apache-2.0", # metal-cpp resource From fd0f236e0eb32104a6db1b0236041cc3b552220a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:49:19 +0000 Subject: [PATCH 02184/10074] moon 1.37.0 --- Formula/m/moon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index cc1b60ed268f6..4ca5c820acdbd 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -1,8 +1,8 @@ class Moon < Formula desc "Task runner and repo management tool for the web ecosystem, written in Rust" homepage "https://moonrepo.dev/moon" - url "https://github.com/moonrepo/moon/archive/refs/tags/v1.36.3.tar.gz" - sha256 "871d961afb13622e77e39d880dfa6bf5ee7d29c02dbcc50af7094d2144bf8bdf" + url "https://github.com/moonrepo/moon/archive/refs/tags/v1.37.0.tar.gz" + sha256 "af4b1ad02430f84b48af9a33010318e497eec6a6bfac50954b5413f757224ca3" license "MIT" head "https://github.com/moonrepo/moon.git", branch: "master" From deead5942253812c17fe431a19f63d983add4722 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:28:50 +0000 Subject: [PATCH 02185/10074] cargo-udeps 0.1.56 cargo-udeps: remove build patches Signed-off-by: Rui Chen --- Formula/c/cargo-udeps.rb | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/Formula/c/cargo-udeps.rb b/Formula/c/cargo-udeps.rb index 6ad2b0c48ac56..1deda250bb7c5 100644 --- a/Formula/c/cargo-udeps.rb +++ b/Formula/c/cargo-udeps.rb @@ -1,10 +1,9 @@ class CargoUdeps < Formula desc "Find unused dependencies in Cargo.toml" homepage "https://github.com/est31/cargo-udeps" - url "https://github.com/est31/cargo-udeps/archive/refs/tags/v0.1.55.tar.gz" - sha256 "bc84beb17213c69fd452d240a85697b96b167e45f43207e8f9202b5bd4277926" + url "https://github.com/est31/cargo-udeps/archive/refs/tags/v0.1.56.tar.gz" + sha256 "a93b87ca3b7819d4918436b37f216f50adef43c2247d1793e0ebd0ecd6e9dbdf" license any_of: ["Apache-2.0", "MIT"] - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "3560b35fd8924f4ec6302fa0ea7b863d6c414c3c0b3aa4e6e298492ed0ec8624" @@ -25,17 +24,6 @@ class CargoUdeps < Formula uses_from_macos "zlib" - # patch to use libgit2 1.9, upstream pr ref, https://github.com/est31/cargo-udeps/pull/305 - patch do - url "https://github.com/est31/cargo-udeps/commit/adede771b25ce753ca223cc1c5f36ff0951e5032.patch?full_index=1" - sha256 "e8119b2c2d6aada2b7f48c8011a0aec494abb516a443950fd8de1496497aefe2" - end - # cargo 0.87 fix - patch do - url "https://github.com/est31/cargo-udeps/commit/401859a2ea50a72e2764c997cf39ca805d3e7c5d.patch?full_index=1" - sha256 "f9be0d2587084c0d6e5ddb71b2a0b8a63271b7205a3871af1a32c9933ca4ddd8" - end - def install ENV["LIBGIT2_NO_VENDOR"] = "1" ENV["LIBSSH2_SYS_USE_PKG_CONFIG"] = "1" From 327bcd49cc68bda9b4dcee0d3d9ae353dd7abcca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:55:29 +0000 Subject: [PATCH 02186/10074] dezoomify-rs 2.14.0 dezoomify-rs: needs openssl for linux build Signed-off-by: Rui Chen --- Formula/d/dezoomify-rs.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Formula/d/dezoomify-rs.rb b/Formula/d/dezoomify-rs.rb index 50ca91c9204d0..fdc2da6182e18 100644 --- a/Formula/d/dezoomify-rs.rb +++ b/Formula/d/dezoomify-rs.rb @@ -1,8 +1,8 @@ class DezoomifyRs < Formula desc "Tiled image downloader" homepage "https://github.com/lovasoa/dezoomify-rs" - url "https://github.com/lovasoa/dezoomify-rs/archive/refs/tags/v2.13.0.tar.gz" - sha256 "b10bbb08d1e0f135f9db98a264e1b07dc05520b1968f433de2282cd74f004ebc" + url "https://github.com/lovasoa/dezoomify-rs/archive/refs/tags/v2.14.0.tar.gz" + sha256 "8b8b7bc2123a14bfd0ead7657f2bfebfe112a33c8ed127ac6fed450dcda525a0" license "GPL-3.0-only" head "https://github.com/lovasoa/dezoomify-rs.git", branch: "master" @@ -24,9 +24,14 @@ class DezoomifyRs < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "a3db821d32bdad848d8d4241afec374f212cf335fce3320831313faf90de84b4" end + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "imagemagick" => :test + on_linux do + depends_on "openssl@3" + end + def install system "cargo", "install", *std_cargo_args end From f2f50e14c55dc2db5bd25b5d907b5fb16fd6b394 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 03:21:53 +0000 Subject: [PATCH 02187/10074] garnet: update 1.0.70 bottle. --- Formula/g/garnet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index 5d68984e7cbd8..f0301aae8d5c3 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -6,12 +6,12 @@ class Garnet < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "00fd9936f32da5222d5ce179abb7075469c54deb34018bb7faee4c7db2c8b29b" - sha256 cellar: :any, arm64_sonoma: "0c1fa538bbda5ab6414d354c368c42b5cec96eeda9932c428852b6663ea99303" - sha256 cellar: :any, arm64_ventura: "e7ad03c015f0f40ae0bb2bd5a73795512817e42cf936e08a1adf9dba104c0f72" - sha256 cellar: :any, ventura: "6bb004c318236974ec6bb70830c594054ad9567d268d79f93f1a4aac045acb77" - sha256 cellar: :any_skip_relocation, arm64_linux: "9b03f50390417f7cec0b067e6bcb0b11325a8f091bd12d39b549bacfa3b04136" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5637466f74a33d20dcc41f7bdb7bc03506770d794d7f6006a4986421c7618f1b" + sha256 cellar: :any, arm64_sequoia: "4185521545149911f449aaba3e42499f67f45437c0258d4d7ceba65845748715" + sha256 cellar: :any, arm64_sonoma: "3aff96c25aeb74f72eb5cf1eb20cc43af1efc836a61df5000a2dd93402f24378" + sha256 cellar: :any, arm64_ventura: "f8f937fc80e33086a9978b8b0efa9eb3c56df84117f2529c657da99c87af8228" + sha256 cellar: :any, ventura: "a364561b66e0afb2f859cdfaf50a52228ada0551da13ad57a1826a7c98e89a21" + sha256 cellar: :any_skip_relocation, arm64_linux: "7ce287aee262734917c8846fcfe8834df6d7be8a351cec1690564290f3600a85" + sha256 cellar: :any_skip_relocation, x86_64_linux: "05ef85c31c928765ada98df75144c0c5ce4f79b4c6f3d63e99bafc0eeb838eaf" end depends_on "valkey" => :test From 7e2045f5c1079c5713075d99e135230a11d63167 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 03:22:00 +0000 Subject: [PATCH 02188/10074] go-parquet-tools: update 1.32.0 bottle. --- Formula/g/go-parquet-tools.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/go-parquet-tools.rb b/Formula/g/go-parquet-tools.rb index e007b5275042e..852d2b8ac3d03 100644 --- a/Formula/g/go-parquet-tools.rb +++ b/Formula/g/go-parquet-tools.rb @@ -7,12 +7,12 @@ class GoParquetTools < Formula head "https://github.com/hangxie/parquet-tools.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cadcead1a0b8b652f52f0eb83d91d04d791e6b30b4ce5c18f76e74f652005a5e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cadcead1a0b8b652f52f0eb83d91d04d791e6b30b4ce5c18f76e74f652005a5e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cadcead1a0b8b652f52f0eb83d91d04d791e6b30b4ce5c18f76e74f652005a5e" - sha256 cellar: :any_skip_relocation, sonoma: "a8346b45f2c8ef9b3f64a07365f297fedef2b21fa1b2468c17cbd69832faf6dd" - sha256 cellar: :any_skip_relocation, ventura: "a8346b45f2c8ef9b3f64a07365f297fedef2b21fa1b2468c17cbd69832faf6dd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2158908036553150da24677eb25263962b042698c01a301d93181d16103dde73" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "487fce7c4509790fb13f0c9ff14c47458c44c7d7c36efc93aed56175c923dbb6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "487fce7c4509790fb13f0c9ff14c47458c44c7d7c36efc93aed56175c923dbb6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "487fce7c4509790fb13f0c9ff14c47458c44c7d7c36efc93aed56175c923dbb6" + sha256 cellar: :any_skip_relocation, sonoma: "38903bee9d50f8d831f923752683255e976e513c1d24cfcccf76d4bde4b59d17" + sha256 cellar: :any_skip_relocation, ventura: "38903bee9d50f8d831f923752683255e976e513c1d24cfcccf76d4bde4b59d17" + sha256 cellar: :any_skip_relocation, x86_64_linux: "47508db4bd1f0a37c569fa41e7c92d275fdc2a9e8aec6529b64da19a67f4b19e" end depends_on "go" => :build From 25bdba6227f6b4b27af0ca48feb8efb02480c112 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 03:22:00 +0000 Subject: [PATCH 02189/10074] dovi_tool: update 2.3.0 bottle. --- Formula/d/dovi_tool.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dovi_tool.rb b/Formula/d/dovi_tool.rb index 1e6c345936cfd..ce53e49cafb16 100644 --- a/Formula/d/dovi_tool.rb +++ b/Formula/d/dovi_tool.rb @@ -12,13 +12,13 @@ class DoviTool < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c34699e13bf1c5fd04879f2c64a0074032c6d3effc79ee56fac744892bd4d36" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5573809c7af735d6adaef77e998bf34f3ad2fab891fac4a11668241e9c8cb48d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2e35381caf2775371ce2a35f7a9aa71d2f69dd272a1777158cf499fa667e8f54" - sha256 cellar: :any_skip_relocation, sonoma: "f22ff979e01886de1db7d0fa4f293839c367eb15ddee1aaaccf7de1f00bad9d2" - sha256 cellar: :any_skip_relocation, ventura: "e20491c0a0cd8351119f2c933bbd2c965b3a17ec77b6a499d64779ce49734a89" - sha256 cellar: :any_skip_relocation, arm64_linux: "102f3161283dca3a3b8811ceda88ddf2a1d17abec112d22acae986574e88f8c3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8254aec7392a826c86b3bbbdcd12c7399ca78f863ff6b9909ee899e948f02072" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aed4a808d83f2a898adfa5d3a1ed2185abe4fedfe17595b184c0fa6befc499c3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "35f639f5d9af6f6b421f1f372bb02ffe9b6b8c2a8b86a18d514ed437c301276d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ab2be82fdb4d0a0e0f140b448423225ce5f4555e2d3eb441689cdd8f40e13f5b" + sha256 cellar: :any_skip_relocation, sonoma: "7f35aa28de4b0cb7f6cd5d38a9678e8a15d2e6a5fef77667b3dabe3d0586b555" + sha256 cellar: :any_skip_relocation, ventura: "0afbe5ac149ad323514e8d1b1e06699ef395a3a1eee6e7e10af725c5005d10a4" + sha256 cellar: :any_skip_relocation, arm64_linux: "d0470d048b802ecf3409278334743c1367d14ac5d6df1bbe1bb784473780bda6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "417a3dea8921425f889eb3cba6aa2a08024e24f1d52d5ca2dfa8b7a6dbaa9e2d" end depends_on "pkgconf" => :build From 9e2893e741fbc0dc29996903bbcf907321bae8cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 03:22:01 +0000 Subject: [PATCH 02190/10074] libupnp: update 1.14.22 bottle. --- Formula/lib/libupnp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libupnp.rb b/Formula/lib/libupnp.rb index 057370429b208..0bc83935101ed 100644 --- a/Formula/lib/libupnp.rb +++ b/Formula/lib/libupnp.rb @@ -11,13 +11,13 @@ class Libupnp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "ca104359eb9176e483930dee375887341728384ff9f5363c1b083b9263a50e64" - sha256 cellar: :any, arm64_sonoma: "d503a737a2fcf0a9f06c14fa541e8bc2bce9725f90e94a5faf2db18c58118c59" - sha256 cellar: :any, arm64_ventura: "b6203d369767093f428fa82b59f87b34b3689b77e38cd0054690703585d13f18" - sha256 cellar: :any, sonoma: "916337db6468d0d513d72ec4b0400ba2c52aec5d8b695b557d4be9a9f4bd4a74" - sha256 cellar: :any, ventura: "1fa4a3c05cc76204ba8054574e66c5fe2b111d8c78b454ef12eb43e69f4024fc" - sha256 cellar: :any_skip_relocation, arm64_linux: "6cd6a610c48cb262cea7510c9ea45d222f23cad77fd8213320094ef39794e40c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "24255556551c29174438ffd4102facea726932fb7d38219d1745615f60e30ff9" + sha256 cellar: :any, arm64_sequoia: "dc4351ba5e22d71c2eecce4ffbdbd279888c7698e9484c5723b60993161b44ae" + sha256 cellar: :any, arm64_sonoma: "f4dc245a698fd500fe4cd4f8eb20ef7751140fec07ece5e7b7eb654bd6454bb3" + sha256 cellar: :any, arm64_ventura: "efa156bde198ffbe5f07123e168b629c27ed767371b06723cb97d0e36fc99081" + sha256 cellar: :any, sonoma: "17e810bf420c5693bd167f28785fbfe2db177766bd99c5d7b7ebfa416e87111b" + sha256 cellar: :any, ventura: "946bacfd60f6e71ee07671dee79e7823abe217a817b77adbe84018cffe9282a4" + sha256 cellar: :any_skip_relocation, arm64_linux: "911ee4d7bad2458c9bed9e72d59c92cb652943524ac5b3fe748972516e7c656a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "98deb92ca6f246a1b3890d79329080400d61178f0f866e90300ae0da496d20dd" end def install From 60b8b75b84affdf56a811aaed3fa4636352c0546 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 03:22:07 +0000 Subject: [PATCH 02191/10074] moon: update 1.37.0 bottle. --- Formula/m/moon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index 4ca5c820acdbd..1b455a7c6408c 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -12,13 +12,13 @@ class Moon < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6835c65038d8f110665cc510a089cb580073c5226e4058deaea623b5285ccfd2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "202eca6cd1677c16554fe11e34430eabfa87dd2545f1b8744f9b21cd508eb439" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3f7b6ec578845e25cfbce2567f22635ecdc12906f997e1126284c6f7e05c3120" - sha256 cellar: :any_skip_relocation, sonoma: "6c829c0f7c21bc2da48abdae67d69677232a615281d5d7d20858274a975a2980" - sha256 cellar: :any_skip_relocation, ventura: "46f8be59a44dd93b910b7abc8991db88b352c1e4268f0e1e236347a867195f6e" - sha256 cellar: :any_skip_relocation, arm64_linux: "34b6bc6abd43d1e08fad12e6e09f33152505613e124fa76d84bf75bffc13bee2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8622ab460db6038ccaee2d58703eb3e351fb6a36ea1d715c1c0ad7f02b732bac" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e45d07c9fa04550c6328ca23a46ae857f77775c1ae0c614e2d36707402038487" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa67df6f6bb61cea6a80f07294cdb78d72a24da0c489e4dfccb0b455a341b21e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "33a5542fc1f36a003c4598b96ad9c0765bf1002cfb7d8b5cac84c2d1ac32dbc6" + sha256 cellar: :any_skip_relocation, sonoma: "1e47aead882b2a462b9e9184c01d1504c9278ddf2ebe1d18cfa66974f79f139f" + sha256 cellar: :any_skip_relocation, ventura: "43631d6a1232c0464ac908f7535bd95ddb8fb938ac5bf47b69aaef882179cba2" + sha256 cellar: :any_skip_relocation, arm64_linux: "23d60fe14d0d9246b647a2e3e48ed6f8d40b5597784aa1e6c5a467e79b611d73" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08b8a8720b5b4ab6007df675ca35bae00577da21c0c7dc119c38875cddf43310" end depends_on "pkgconf" => :build From 2202082eecba0aea1caa930f4681d601a736a12d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 03:22:11 +0000 Subject: [PATCH 02192/10074] langgraph-cli: update 0.2.11 bottle. --- Formula/l/langgraph-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index f2dbf1dc9c334..05814f0b7d16f 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -8,13 +8,13 @@ class LanggraphCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "07a250dd1c29400cfef5c7da506224617b487ff1beeabc0c5832157036456a8e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "07a250dd1c29400cfef5c7da506224617b487ff1beeabc0c5832157036456a8e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "07a250dd1c29400cfef5c7da506224617b487ff1beeabc0c5832157036456a8e" - sha256 cellar: :any_skip_relocation, sonoma: "25c261b92fc1711046a983453b8af2bd1ccec43724e591ce93c226f532ec6ca8" - sha256 cellar: :any_skip_relocation, ventura: "25c261b92fc1711046a983453b8af2bd1ccec43724e591ce93c226f532ec6ca8" - sha256 cellar: :any_skip_relocation, arm64_linux: "07a250dd1c29400cfef5c7da506224617b487ff1beeabc0c5832157036456a8e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07a250dd1c29400cfef5c7da506224617b487ff1beeabc0c5832157036456a8e" + sha256 cellar: :any, arm64_sequoia: "c85c9e1935fd97b0307eb60c18aefabffd5a852b4411dc10a1e17deab9bc148a" + sha256 cellar: :any, arm64_sonoma: "ea0a4bca463e3980b84eb776e41bce5778e715c11e4280137746a9f0d2f4dd6a" + sha256 cellar: :any, arm64_ventura: "8429f2ceec6f0df0ed694129f5cda65e2309679bad854f51a87e6e9f1a2df507" + sha256 cellar: :any, sonoma: "c6767c84248cf1abaead14af7ad6dee907e89022b3b70fff53de99ef00fe8362" + sha256 cellar: :any, ventura: "194be9db05d8c89283d8532127f93f18980d6177ae5c9c191dc6177d484edf3a" + sha256 cellar: :any_skip_relocation, arm64_linux: "d3c8fe8d93339dd8958e9e832b8b945770bd74367f12e5d2489803138e62aae8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e65d53b8b8097dcc5eb76ac0f77803768e55f54f364c95f0e31ddd5a6eed5db4" end depends_on "python@3.13" From 18a6a23643d60c38eafc0ba5f97c3b22791d6f79 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 03:22:24 +0000 Subject: [PATCH 02193/10074] mlx: update 0.26.1 bottle. --- Formula/m/mlx.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/m/mlx.rb b/Formula/m/mlx.rb index 4b002c225239c..873347c2bc56a 100644 --- a/Formula/m/mlx.rb +++ b/Formula/m/mlx.rb @@ -12,11 +12,11 @@ class Mlx < Formula head "https://github.com/ml-explore/mlx.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "0948e2120a446b8aca6cefd88ba2688f9eb30a8b87e89675c0be5744cad2211c" - sha256 cellar: :any, arm64_sonoma: "4539c891cb001413d38941bafb5fe3e9490a85ac5f64efcc7c1bbe73408c8fc2" - sha256 cellar: :any, arm64_ventura: "ab01a49d6ae424e9038c21b9ee788ea6a390197f3cb87d2d7a543daf82e662cb" - sha256 cellar: :any, sonoma: "d03883bb7f7219dfbdd0892d51b211a1c3816931a4992caa1ef80140496ca28b" - sha256 cellar: :any, ventura: "8375f96c0df1ce74cfc0a7a42cc50d76bfd0b2d4f9f2270bb8dba55bdb091f3d" + sha256 cellar: :any, arm64_sequoia: "c80b2b0e542e15da84bbca6b15cc64ee473fd4b08e8440fc1eefffc72987b850" + sha256 cellar: :any, arm64_sonoma: "a9a72d07832767761c11b1459ba6f72583e43604a93de9e2bf5872e2e5bd16d7" + sha256 cellar: :any, arm64_ventura: "b733814476582692843cc078692e6752a541e5123b8326dacd9b4cd9cd08c62c" + sha256 cellar: :any, sonoma: "34c6d9cb4c4e5156d92270f5aae726a5dc97e635dbf9a8cb249c5bf5829438df" + sha256 cellar: :any, ventura: "44f944e688bcb15e598114966b06a15fd6c922de8e1a3a0a50a7f7a9bdebc8e6" end depends_on "cmake" => :build From 4e870130280c965446d163ea0f3bb11b66814894 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera Date: Wed, 4 Jun 2025 11:29:47 +0800 Subject: [PATCH 02194/10074] ack: fix shebang This is a hack, but it'll do for now while we work out the right fix in `brew`. Closes #224886. --- Formula/a/ack.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/a/ack.rb b/Formula/a/ack.rb index ac91bf5b043ab..da75b90332f29 100644 --- a/Formula/a/ack.rb +++ b/Formula/a/ack.rb @@ -52,6 +52,13 @@ def install end end + def post_install + # FIXME: keg relocation breaks the shebang, so we unbreak it here. + # See https://github.com/Homebrew/brew/issues/20023 + # We need `audit_result: false` because this replacement only needs to be done when poured from an `:all` bottle. + inreplace bin/"ack", "#!#{Formula["perl"].opt_bin}/perl", "#!/usr/bin/env perl", audit_result: false + end + test do assert_equal "foo bar\n", pipe_output("#{bin}/ack --noenv --nocolor bar -", "foo\nfoo bar\nbaz", 0) end From e4a8ee1a542e0113a955063f4e1ae5656760b55e Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:48:54 -0700 Subject: [PATCH 02195/10074] python-gdbm@3.12 3.12.11 --- Formula/p/python-gdbm@3.12.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-gdbm@3.12.rb b/Formula/p/python-gdbm@3.12.rb index f5ec791fac382..2dd15c9853992 100644 --- a/Formula/p/python-gdbm@3.12.rb +++ b/Formula/p/python-gdbm@3.12.rb @@ -1,8 +1,8 @@ class PythonGdbmAT312 < Formula desc "Python interface to gdbm" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.12.10/Python-3.12.10.tgz" - sha256 "15d9c623abfd2165fe816ea1fb385d6ed8cf3c664661ab357f1782e3036a6dac" + url "https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tgz" + sha256 "7b8d59af8216044d2313de8120bfc2cc00a9bd2e542f15795e1d616c51faf3d6" license "Python-2.0" livecheck do From 66559abb131a060af37c2c025b6b00a0b458c638 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:48:54 -0700 Subject: [PATCH 02196/10074] python-tk@3.12 3.12.11 --- Formula/p/python-tk@3.12.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-tk@3.12.rb b/Formula/p/python-tk@3.12.rb index b10d9f857a4cb..ec431127161d5 100644 --- a/Formula/p/python-tk@3.12.rb +++ b/Formula/p/python-tk@3.12.rb @@ -1,8 +1,8 @@ class PythonTkAT312 < Formula desc "Python interface to Tcl/Tk" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.12.10/Python-3.12.10.tgz" - sha256 "15d9c623abfd2165fe816ea1fb385d6ed8cf3c664661ab357f1782e3036a6dac" + url "https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tgz" + sha256 "7b8d59af8216044d2313de8120bfc2cc00a9bd2e542f15795e1d616c51faf3d6" license "Python-2.0" livecheck do From 209fc71de0b949370e752ab9bc858a8a5066e1e3 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:48:55 -0700 Subject: [PATCH 02197/10074] python@3.12 3.12.11 --- Formula/p/python@3.12.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/p/python@3.12.rb b/Formula/p/python@3.12.rb index bf03cc8a45b06..0e1d539ba1da6 100644 --- a/Formula/p/python@3.12.rb +++ b/Formula/p/python@3.12.rb @@ -1,10 +1,9 @@ class PythonAT312 < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.12.10/Python-3.12.10.tgz" - sha256 "15d9c623abfd2165fe816ea1fb385d6ed8cf3c664661ab357f1782e3036a6dac" + url "https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tgz" + sha256 "7b8d59af8216044d2313de8120bfc2cc00a9bd2e542f15795e1d616c51faf3d6" license "Python-2.0" - revision 1 livecheck do url "https://www.python.org/ftp/python/" @@ -62,8 +61,8 @@ class PythonAT312 < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "wheel" do From 6b4b404e47a83749ea8527910d9638d56aa9e783 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:49:39 -0700 Subject: [PATCH 02198/10074] python-gdbm@3.13 3.13.4 --- Formula/p/python-gdbm@3.13.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-gdbm@3.13.rb b/Formula/p/python-gdbm@3.13.rb index 453d3f9b381b2..cb1968323d425 100644 --- a/Formula/p/python-gdbm@3.13.rb +++ b/Formula/p/python-gdbm@3.13.rb @@ -1,8 +1,8 @@ class PythonGdbmAT313 < Formula desc "Python interface to gdbm" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.13.3/Python-3.13.3.tgz" - sha256 "988d735a6d33568cbaff1384a65cb22a1fb18a9ecb73d43ef868000193ce23ed" + url "https://www.python.org/ftp/python/3.13.4/Python-3.13.4.tgz" + sha256 "2666038f1521b7a8ec34bf2997b363778118d6f3979282c93723e872bcd464e0" license "Python-2.0" livecheck do From cbc1cc96eb39f8d9bf3e4735ebfce7cd9b8d9c64 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:49:40 -0700 Subject: [PATCH 02199/10074] python-tk@3.13 3.13.4 --- Formula/p/python-tk@3.13.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-tk@3.13.rb b/Formula/p/python-tk@3.13.rb index 18e15e6584375..242ade8ed6699 100644 --- a/Formula/p/python-tk@3.13.rb +++ b/Formula/p/python-tk@3.13.rb @@ -1,8 +1,8 @@ class PythonTkAT313 < Formula desc "Python interface to Tcl/Tk" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.13.3/Python-3.13.3.tgz" - sha256 "988d735a6d33568cbaff1384a65cb22a1fb18a9ecb73d43ef868000193ce23ed" + url "https://www.python.org/ftp/python/3.13.4/Python-3.13.4.tgz" + sha256 "2666038f1521b7a8ec34bf2997b363778118d6f3979282c93723e872bcd464e0" license "Python-2.0" livecheck do From 1df3f5995872ea1124e553aa1675d3b9d6707658 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:49:40 -0700 Subject: [PATCH 02200/10074] python@3.13 3.13.4 --- Formula/p/python@3.13.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/p/python@3.13.rb b/Formula/p/python@3.13.rb index 2698f7827ebd0..60a2867850a00 100644 --- a/Formula/p/python@3.13.rb +++ b/Formula/p/python@3.13.rb @@ -1,10 +1,9 @@ class PythonAT313 < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.13.3/Python-3.13.3.tgz" - sha256 "988d735a6d33568cbaff1384a65cb22a1fb18a9ecb73d43ef868000193ce23ed" + url "https://www.python.org/ftp/python/3.13.4/Python-3.13.4.tgz" + sha256 "2666038f1521b7a8ec34bf2997b363778118d6f3979282c93723e872bcd464e0" license "Python-2.0" - revision 1 livecheck do url "https://www.python.org/ftp/python/" @@ -70,8 +69,8 @@ class PythonAT313 < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "wheel" do From 180dac11eb39d3e5d30fb4e0b61ce53ea2ca44dc Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:49:40 -0700 Subject: [PATCH 02201/10074] python-freethreading 3.13.4 --- Formula/p/python-freethreading.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/p/python-freethreading.rb b/Formula/p/python-freethreading.rb index 116baec2879f3..3d2361a9036f7 100644 --- a/Formula/p/python-freethreading.rb +++ b/Formula/p/python-freethreading.rb @@ -1,10 +1,9 @@ class PythonFreethreading < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.13.3/Python-3.13.3.tgz" - sha256 "988d735a6d33568cbaff1384a65cb22a1fb18a9ecb73d43ef868000193ce23ed" + url "https://www.python.org/ftp/python/3.13.4/Python-3.13.4.tgz" + sha256 "2666038f1521b7a8ec34bf2997b363778118d6f3979282c93723e872bcd464e0" license "Python-2.0" - revision 1 livecheck do formula "python" From 81fb004f26fb2caaa8af637cbf723477e4b27f3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 04:14:03 +0000 Subject: [PATCH 02202/10074] cargo-udeps: update 0.1.56 bottle. --- Formula/c/cargo-udeps.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-udeps.rb b/Formula/c/cargo-udeps.rb index 1deda250bb7c5..6236a70a95eb0 100644 --- a/Formula/c/cargo-udeps.rb +++ b/Formula/c/cargo-udeps.rb @@ -6,13 +6,13 @@ class CargoUdeps < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "3560b35fd8924f4ec6302fa0ea7b863d6c414c3c0b3aa4e6e298492ed0ec8624" - sha256 cellar: :any, arm64_sonoma: "606e4b2328d76762bd073eeab96270944674ce07434b3fae9443559a4fe2d9a8" - sha256 cellar: :any, arm64_ventura: "129f68ff4fe461ab23c956c0f3e51b67bc1b262ae7546d9c2c061ebc95a21f97" - sha256 cellar: :any, sonoma: "2da242eca94859097a7baa91d471d939e64e21b111a90b9653af0b32a5a0315a" - sha256 cellar: :any, ventura: "4a494ab4fef41d74b00be5c5d6346a46aed3c88a2c22951c7e7736e18a278bbc" - sha256 cellar: :any_skip_relocation, arm64_linux: "2530630d9bc5f7c7a08eb4c16c47c5a86ea709ace3a7db541f7482d2e0bc293e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f50c44c0c93396485ab604ebf9c953afa7a83ef222c41caa1a1d53e9dec89250" + sha256 cellar: :any, arm64_sequoia: "f2f7cd3deee9604641c42451dee0e5d663bd127212145aa00a908b1033400149" + sha256 cellar: :any, arm64_sonoma: "6fb173a888692d55f0fac61b1537239fc09da307ee3871d14d33e01574271de2" + sha256 cellar: :any, arm64_ventura: "5c06c4a586836d802392ad48eddbc9ca8246c503ddd9c532823bd98b3b81fecc" + sha256 cellar: :any, sonoma: "079df8951d874247d38a5403bfc4adf9dbcc2b0a5230fc7221437f97ce3ad486" + sha256 cellar: :any, ventura: "4dbf3948659f6e61d036533c648a3ee3b982d7f9d824bde94b20f8ad25647350" + sha256 cellar: :any_skip_relocation, arm64_linux: "6142c29f98bd224dc5a415f8094eebe384908a894d8c4a80c32b9658e6139f83" + sha256 cellar: :any_skip_relocation, x86_64_linux: "069f175a29e46fc6efe942306dfce55bc59bed55a97ee517cf470fd7c0b2cbfb" end depends_on "pkgconf" => :build From 40197f44f76fa9154ca207db1b1d2f1bc8ddb2b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 04:58:14 +0000 Subject: [PATCH 02203/10074] dolt 1.54.2 --- Formula/d/dolt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 97335e210803c..7012963474d18 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,8 +1,8 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.54.1.tar.gz" - sha256 "7380683b9086cbeb360e9fa3472bf2956440a7af4059b473af3f776d0bbee03a" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.54.2.tar.gz" + sha256 "112dd7ce67d052ad731c67d31e8e8ac6614fc491cda5993cb52d9478d1133ced" license "Apache-2.0" head "https://github.com/dolthub/dolt.git", branch: "main" From 6d4577dfb4f0fb91c6b93e33d3e63fe4d7895175 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 04:58:47 +0000 Subject: [PATCH 02204/10074] dumpling 8.5.2 --- Formula/d/dumpling.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dumpling.rb b/Formula/d/dumpling.rb index aba8871d18024..e4d7bada2b722 100644 --- a/Formula/d/dumpling.rb +++ b/Formula/d/dumpling.rb @@ -1,8 +1,8 @@ class Dumpling < Formula desc "Creating SQL dump from a MySQL-compatible database" homepage "https://github.com/pingcap/tidb" - url "https://github.com/pingcap/tidb/archive/refs/tags/v8.5.1.tar.gz" - sha256 "5266d6d4657c4b8fe805e63f885afd2ed189c34ed25174f9ff17b8a3392208f0" + url "https://github.com/pingcap/tidb/archive/refs/tags/v8.5.2.tar.gz" + sha256 "bfabe08b914aad6a172ba32ad03ea6794d4f556c1d32e38d67feffc6a05bf4f4" license "Apache-2.0" head "https://github.com/pingcap/tidb.git", branch: "master" From 00fb3864c264ce0388f74f216ce2f7d4f66830cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:05:53 +0000 Subject: [PATCH 02205/10074] keeper-commander 17.1.0 --- Formula/k/keeper-commander.rb | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index cf6f46e182aaa..b807acc4e7f15 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -3,8 +3,8 @@ class KeeperCommander < Formula desc "Command-line and SDK interface to Keeper Password Manager" homepage "https://docs.keeper.io/en/privileged-access-manager/commander-cli/overview" - url "https://files.pythonhosted.org/packages/3d/87/6112cafb63ed4b5af5de82fe3128ac9635ce7ea776e9172780311593d67e/keepercommander-17.0.21.tar.gz" - sha256 "c3ff9b85674aa11c8221b67bc17d8d392599495fea72bf6cd25af6c9b9db0419" + url "https://files.pythonhosted.org/packages/33/62/0d80dba875c2a156b0a44c7fc3cbf215702f55f85dea6c14b0939f64fe99/keepercommander-17.1.0.tar.gz" + sha256 "e8eaefd1dfc01c2ad9c1a6fb9dc40678d8f9639f300947ea4b233fb241f5105f" license "MIT" head "https://github.com/Keeper-Security/Commander.git", branch: "master" @@ -40,8 +40,8 @@ class KeeperCommander < Formula end resource "aiortc" do - url "https://files.pythonhosted.org/packages/0d/a8/cebfc59aaa13fd48466db152f9fbb81c476bda387ecddfc340cd62411aec/aiortc-1.12.0.tar.gz" - sha256 "c99d89a60a473074532020329de7ee23253bac17606d85ba4aab4c6148e94b39" + url "https://files.pythonhosted.org/packages/62/03/bc947d74c548e0c17cf94e5d5bdacaed0ee9e5b2bb7b8b8cf1ac7a7c01ec/aiortc-1.13.0.tar.gz" + sha256 "5d209975c22d0910fb5a0f0e2caa828f2da966c53580f7c7170ac3a16a871620" end resource "annotated-types" do @@ -115,8 +115,8 @@ class KeeperCommander < Formula end resource "fonttools" do - url "https://files.pythonhosted.org/packages/9a/cf/4d037663e2a1fe30fddb655d755d76e18624be44ad467c07412c2319ab97/fonttools-4.58.0.tar.gz" - sha256 "27423d0606a2c7b336913254bf0b1193ebd471d5f725d665e875c5e88a011a43" + url "https://files.pythonhosted.org/packages/3e/7a/30c581aeaa86d94e7a29344bccefd2408870bf5b0e7640b6f4ffede61bd0/fonttools-4.58.1.tar.gz" + sha256 "cbc8868e0a29c3e22628dfa1432adf7a104d86d1bc661cecc3e9173070b6ab2d" end resource "fpdf2" do @@ -200,8 +200,8 @@ class KeeperCommander < Formula end resource "protobuf" do - url "https://files.pythonhosted.org/packages/13/48/718c1e104a2e89970a8ff3b06d87e152834b576c570a6908f8c17ba88d65/protobuf-6.31.0.tar.gz" - sha256 "314fab1a6a316469dc2dd46f993cbbe95c861ea6807da910becfe7475bc26ffe" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "psutil" do @@ -240,8 +240,8 @@ class KeeperCommander < Formula end resource "pyngrok" do - url "https://files.pythonhosted.org/packages/e5/9c/30e54ea6aa45b37f8f20a1104d0374f27f72fe8ea83ef5fe637c580cb9cd/pyngrok-7.2.8.tar.gz" - sha256 "808068c8ef8f2d3a0c05b3e73c0c656971732efb67e68a1fe1ff6397e6f7b4c5" + url "https://files.pythonhosted.org/packages/0d/f4/63129f976b3ee21ca8b193e45b639a62eb8b0e2ffbf28ccdf4e4fcd70f3c/pyngrok-7.2.9.tar.gz" + sha256 "231b7fd4a7a5e8265a8d6150d3ba3c82d9dffd409edaedb72c4e62b32de44f91" end resource "pyopenssl" do @@ -285,8 +285,8 @@ class KeeperCommander < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do @@ -320,8 +320,8 @@ class KeeperCommander < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz" + sha256 "dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5" end def install From 03d9adab70f01c75351c8700905f0d7c7027dace Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:19:24 +0000 Subject: [PATCH 02206/10074] simdjson 3.13.0 --- Formula/s/simdjson.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/simdjson.rb b/Formula/s/simdjson.rb index 47bfa013b66fd..1759e85ee074d 100644 --- a/Formula/s/simdjson.rb +++ b/Formula/s/simdjson.rb @@ -1,8 +1,8 @@ class Simdjson < Formula desc "SIMD-accelerated C++ JSON parser" homepage "https://simdjson.org" - url "https://github.com/simdjson/simdjson/archive/refs/tags/v3.12.3.tar.gz" - sha256 "d0af071f2f4187d8b26b556e83ef832b634bd5feb4e2f537b9dabbd334d4e334" + url "https://github.com/simdjson/simdjson/archive/refs/tags/v3.13.0.tar.gz" + sha256 "07a1bb3587aac18fd6a10a83fe4ab09f1100ab39f0cb73baea1317826b9f9e0d" license "Apache-2.0" head "https://github.com/simdjson/simdjson.git", branch: "master" From 6a06607352a025d7a0f0d2d0a488462330127520 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:21:34 +0000 Subject: [PATCH 02207/10074] python-gdbm@3.12: update 3.12.11 bottle. --- Formula/p/python-gdbm@3.12.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-gdbm@3.12.rb b/Formula/p/python-gdbm@3.12.rb index 2dd15c9853992..84fca85f8ba03 100644 --- a/Formula/p/python-gdbm@3.12.rb +++ b/Formula/p/python-gdbm@3.12.rb @@ -10,13 +10,13 @@ class PythonGdbmAT312 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d1c8217aca34078b11bcc486dd24b4fb9b73c3e40e458eb80e2f7dd48bbd7a8c" - sha256 cellar: :any, arm64_sonoma: "2235422e60703d43bb908b61d668bd32ac41258e46b0927f37a015b0829de3f3" - sha256 cellar: :any, arm64_ventura: "ec356282e7e466619e82265b82ea1a75abbb7ad95548ec4e795a188eea16e0dd" - sha256 cellar: :any, sonoma: "18d9ba31b571e6365849f5f0c8c0a9fd541eac65b6535a12d8629bb30fe10cbf" - sha256 cellar: :any, ventura: "8d04a7b48ed2f2cac5a3016cbe4fd76379cb691a5daf0ccf053f8828059b9705" - sha256 arm64_linux: "d33b60d7a05278e3417edbb677d27284ef618c8913d094e8b770d42681425d3d" - sha256 x86_64_linux: "1ba9cff9e3e6bf6095e92e04ac84db78a2a88bbf112e0a5bc196e569ea3e2f4b" + sha256 cellar: :any, arm64_sequoia: "e9dfb0a8a1c5c3d32e8a0e32f98acd0727a4c595baa9208b4ec248f1861b863a" + sha256 cellar: :any, arm64_sonoma: "6b52029d5aad2e4540c870d36b104464599d645bd7f6517fcca289247a147b3a" + sha256 cellar: :any, arm64_ventura: "07c8cd8a2de571b010ce425c75ef0ef597c15a0ed09387aa998f3aba86ec69b8" + sha256 cellar: :any, sonoma: "2f052556d673a0d83e3b4cf2b06c2b45101368a333d68457772392774a014014" + sha256 cellar: :any, ventura: "eb2341ddebf93b1f6f1af614569b6ce7062ca179002dcb9803ebc1ad9f48e890" + sha256 arm64_linux: "927f8385c7a3b75caf36346b846dc92c78ecc12f6d7fab781abb58abdc08d04e" + sha256 x86_64_linux: "4762b9c183e68b62c595de5a62ad300250e7c8f4db069a31f9c543e13261d379" end depends_on "gdbm" From 24669c24d59bcebda939ef3d1e38ceed7d05565e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:21:35 +0000 Subject: [PATCH 02208/10074] python-tk@3.12: update 3.12.11 bottle. --- Formula/p/python-tk@3.12.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-tk@3.12.rb b/Formula/p/python-tk@3.12.rb index ec431127161d5..f5fb0ed462744 100644 --- a/Formula/p/python-tk@3.12.rb +++ b/Formula/p/python-tk@3.12.rb @@ -10,13 +10,13 @@ class PythonTkAT312 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4f832d4f9d8159f5f43965a918ef8ba9ea84a42e4c165eb344d8b319e6585285" - sha256 cellar: :any, arm64_sonoma: "a2e2a63a3c42b4e8679b8ae5ec1c996d61eb101fed24a7b119222a856f5291f3" - sha256 cellar: :any, arm64_ventura: "2ebc6fd91d82f4b92983349a9727feba917f64838b64cc33f273676ef9af1809" - sha256 cellar: :any, sonoma: "c08bb26635a9e2e68a1b345dbe6db5c188e304d2acd496b6c9e7cfb89494d206" - sha256 cellar: :any, ventura: "df8622d18ffcddcf2cc83f44cab17b35e4dd3284154dff83882ff5ce1ed6da89" - sha256 arm64_linux: "1b0e9487ab705bd667c5938d99f73f6e5a4fb0cc9f8de20617eb0e54a5e0a17c" - sha256 x86_64_linux: "e2e34bffb1d1eb5b3c7c3e9cff5bdf41d8a991f18927674a5eafa03911626b93" + sha256 cellar: :any, arm64_sequoia: "8b40ef8c878913ef3d4724878a54ce29691577ed2c7c7d0ca72bc36de9403316" + sha256 cellar: :any, arm64_sonoma: "a9800e8176b374cc5237bf15f91d4ef0b6d6db76cd641f7ab18bdded0caf7905" + sha256 cellar: :any, arm64_ventura: "0daadc7788c7eb850e6947f23ed76e3f780c034d93195490f44573dfa8a90286" + sha256 cellar: :any, sonoma: "758f8037f49d3f37e48f1d976e3048a94634e054039c4dc20bb55e3d82ca6be5" + sha256 cellar: :any, ventura: "9fed59271386927bf56878a23f804480b9c65313d8f0cc12c75720677ebf5250" + sha256 arm64_linux: "bde690b35592c3df93ce8b8d44dd9050a3556b49d8efbd20495807b8bfc9b2ff" + sha256 x86_64_linux: "95197b9b2bac3893a70872f953485916d140a005cddcdb14447e1bbf8d60832f" end depends_on "python@3.12" From d4a91441cdeaf4062ab96b8d411c4159dd155b26 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:21:35 +0000 Subject: [PATCH 02209/10074] python@3.12: update 3.12.11 bottle. --- Formula/p/python@3.12.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/p/python@3.12.rb b/Formula/p/python@3.12.rb index 0e1d539ba1da6..d8f09d37d2e79 100644 --- a/Formula/p/python@3.12.rb +++ b/Formula/p/python@3.12.rb @@ -11,14 +11,14 @@ class PythonAT312 < Formula end bottle do - sha256 arm64_sequoia: "9ac46b3e4cc9112888d9e65a7181384f887f3a148968dc3ddb773c41fbecab4b" - sha256 arm64_sonoma: "52ef364833de3a6b75420aa16442b554a2805d1a7da286035b294216912f7ae0" - sha256 arm64_ventura: "b86f573ab8f94c50a5d8392d19fdd31432a97a04099b4727b3e133d13068810a" - sha256 sequoia: "aea7c6547a86d1805f5c192860ccd16e5db251d884b9946ce12b08ef7e490c23" - sha256 sonoma: "d644be510342f2922d3ab4411d0265212aae7aa9205fabfa4e1a46edfaa146e9" - sha256 ventura: "f23dd043c8908461bb9ad51d421ff1595d31bc10a546f8618d3023f26ee1f533" - sha256 arm64_linux: "c2e4689b73071625a5bc63a39cad73186b6273bb3a653d64b657dc1906ec7b5a" - sha256 x86_64_linux: "943a77d622bf0cf2afa52b19d6834474b0f9012207a48e1f3110b33c08344ca5" + sha256 arm64_sequoia: "923814bee3ec72375e400bc779d1c60f4acc65411ea72128e09725aaa971c849" + sha256 arm64_sonoma: "60b6047d2c7728555361c3dd0872ee59c439dbc24ad9d4c6ff915cda01002fdf" + sha256 arm64_ventura: "a3200aee55ee9499f8b0237c962b2db047ba7dec8c7b1517d14cc142ae52e9f2" + sha256 sequoia: "5965441e1426d45e75d849b571cd0c6b0f2afee92598ae9b4ad018b83e2042a3" + sha256 sonoma: "dc29b45133cfb23e9b7c21a53788130ec76a80931612564364471e200dcd7da4" + sha256 ventura: "495f9eed067962bf840d479d69c0387d4d5711616f8a68e8926333e5ad514129" + sha256 arm64_linux: "1c5a9deeb1b06706c9739a12c90b4b9dda9a0ee386448a3695cfa101ebfa61b2" + sha256 x86_64_linux: "161a041d512aa7cfdbf3217eeb638e7514e77df2d5264285c19ee1baec16dfa8" end # setuptools remembers the build flags python is built with and uses them to From 2b418be6ff91f805c3917c4b064ea7c210dcdc97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:22:18 +0000 Subject: [PATCH 02210/10074] dolt: update 1.54.2 bottle. --- Formula/d/dolt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 7012963474d18..106658f64e71b 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -12,13 +12,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d11d767290c6ac37f92eaed582a3e5e68abb0462102d797f9ad7764717648ab" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "553d02c4b5ace6e443799ac645717c1c5dbc0d8ed8eae8495398c9f924f46828" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a1b9fe59f6d927f6d79c4103826130f73aebdbd1670516bc8ff5d8b873f53314" - sha256 cellar: :any_skip_relocation, sonoma: "3cb142fdab47aca3708dd3a4de702ed28de83d162fbc13e30e3cbcc737e9a151" - sha256 cellar: :any_skip_relocation, ventura: "8642af84d8d81fd8a6d352fb5358c4ff89eaec4d603c929495b9abe98b97e366" - sha256 cellar: :any_skip_relocation, arm64_linux: "f9dd95b67274155650a45ce3a9c594fa638c49fa918c0ebd1aa955becbcf8625" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a5e9ff7772445bee1aa5dbf444a12d2ecd4caa2d6bc6b9eebe5c537ad5b00120" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "762b24748aed60cb7f0191e8d9fd6d2c4a9dc6c24727b88f85cf7638cb426648" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4eebda6c665b821340b2475233d7946b9acce2a1934896abf88de5a44b86419d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8473000ece5e62b0f3cce7ffc71a9fba9be746e669255a01f17682123813857c" + sha256 cellar: :any_skip_relocation, sonoma: "b3c6454ae3a047d6fe7839b4acdce744f5c15b067e19b7bc04216f15cea20091" + sha256 cellar: :any_skip_relocation, ventura: "0d307d4ca85f8c3b2ee34b4b8289463636f7e62e5b3f621494abcc1332efb078" + sha256 cellar: :any_skip_relocation, arm64_linux: "10ce7e686bebcfee180737f568fdae2036522c08bc031874af0592b736c604b5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e90bf00c70b4848da3660c3957cc7da8cc41f4125e3fdffff8f668a1814de203" end depends_on "go" => :build From 5ff21290f378d488dcdbcc4089652f48b4af855b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:22:27 +0000 Subject: [PATCH 02211/10074] dumpling: update 8.5.2 bottle. --- Formula/d/dumpling.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dumpling.rb b/Formula/d/dumpling.rb index e4d7bada2b722..233d21c547978 100644 --- a/Formula/d/dumpling.rb +++ b/Formula/d/dumpling.rb @@ -12,12 +12,12 @@ class Dumpling < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6715a2eff19789a8226fd793c666467fb293a850eb7ce16bfa521d3d5e71ad84" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8801737a27e7d2ac8480b200e3cd93c93c85890e6c9262ed2da27feab78991d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f1dc9cb3092baa6e4724deddc2ca90a367d568733fc9bbec3551380f891c2334" - sha256 cellar: :any_skip_relocation, sonoma: "3b81af5b162a3d46429358564ff50cc35d9b4764d699c475dba3554059923c38" - sha256 cellar: :any_skip_relocation, ventura: "245acffe14d7a85d822ccd801c1da66d2dcfddf2f9bf28353d0ee5b8423816cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c49cf78d2f80ea4fae79fc6f4478feb9ba9957c818dbd92455f95ee7aee39db7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8ab27a5aaeed5e78a2fa8189192a6589ebc022523a59a6485ae2e6ecd01b2a4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b95ca8a6a7c0ffb5b7de5dfd8e09a1d3d1c80e5ce57aee0af11e7ed6df734167" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c5432c2dc0af75762b71093139319ecc8c93a6eaa4d4b4b78353d63f845f59aa" + sha256 cellar: :any_skip_relocation, sonoma: "5655d700bd9b7f128cf5116319a88a5ccd8c4a623d6da6540c19799cadb03d39" + sha256 cellar: :any_skip_relocation, ventura: "f1ab77315b49553f8d8701d8f48ca2df07855cabc9bb9f9e7eaa11217c250a3c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f55d1695723f526b079f6bd61840e64a46024352a636321fb2d37c425b62205" end depends_on "go" => :build From 7151b5aeb9bdae7adcc5c7a605da5c1185db70a4 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:48:06 -0700 Subject: [PATCH 02212/10074] python-gdbm@3.11 3.11.13 --- Formula/p/python-gdbm@3.11.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-gdbm@3.11.rb b/Formula/p/python-gdbm@3.11.rb index 7d65b0946d761..13876b958bfd8 100644 --- a/Formula/p/python-gdbm@3.11.rb +++ b/Formula/p/python-gdbm@3.11.rb @@ -1,8 +1,8 @@ class PythonGdbmAT311 < Formula desc "Python interface to gdbm" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tgz" - sha256 "379c9929a989a9d65a1f5d854e011f4872b142259f4fc0a8c4062d2815ed7fba" + url "https://www.python.org/ftp/python/3.11.13/Python-3.11.13.tgz" + sha256 "0f1a22f4dfd34595a29cf69ee7ea73b9eff8b1cc89d7ab29b3ab0ec04179dad8" license "Python-2.0" livecheck do From c79093d7a0f8607e87d7b060dd2c76e0278f70d6 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:48:06 -0700 Subject: [PATCH 02213/10074] python-tk@3.11 3.11.13 --- Formula/p/python-tk@3.11.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-tk@3.11.rb b/Formula/p/python-tk@3.11.rb index e7f96698c3848..cb3e1387d0f1b 100644 --- a/Formula/p/python-tk@3.11.rb +++ b/Formula/p/python-tk@3.11.rb @@ -1,8 +1,8 @@ class PythonTkAT311 < Formula desc "Python interface to Tcl/Tk" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tgz" - sha256 "379c9929a989a9d65a1f5d854e011f4872b142259f4fc0a8c4062d2815ed7fba" + url "https://www.python.org/ftp/python/3.11.13/Python-3.11.13.tgz" + sha256 "0f1a22f4dfd34595a29cf69ee7ea73b9eff8b1cc89d7ab29b3ab0ec04179dad8" license "Python-2.0" livecheck do From e9f4745be4d3a1a6f3015e1e52cd6148a20eabdf Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:48:06 -0700 Subject: [PATCH 02214/10074] python@3.11 3.11.13 python@3.11: add `libtirpc` Linux dependency Signed-off-by: Patrick Linnane --- Formula/p/python@3.11.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/p/python@3.11.rb b/Formula/p/python@3.11.rb index 135446ee42ebe..5cf9249f4047e 100644 --- a/Formula/p/python@3.11.rb +++ b/Formula/p/python@3.11.rb @@ -1,10 +1,9 @@ class PythonAT311 < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tgz" - sha256 "379c9929a989a9d65a1f5d854e011f4872b142259f4fc0a8c4062d2815ed7fba" + url "https://www.python.org/ftp/python/3.11.13/Python-3.11.13.tgz" + sha256 "0f1a22f4dfd34595a29cf69ee7ea73b9eff8b1cc89d7ab29b3ab0ec04179dad8" license "Python-2.0" - revision 1 livecheck do url "https://www.python.org/ftp/python/" @@ -43,6 +42,7 @@ class PythonAT311 < Formula on_linux do depends_on "berkeley-db@5" depends_on "libnsl" + depends_on "libtirpc" end # Always update to latest release @@ -57,8 +57,8 @@ class PythonAT311 < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "wheel" do From 4cf47d6056b9e2a2b2c5007de0774fe17d90989f Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:47:20 -0700 Subject: [PATCH 02215/10074] python-tk@3.10 3.10.18 --- Formula/p/python-tk@3.10.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-tk@3.10.rb b/Formula/p/python-tk@3.10.rb index 7b5fca029c852..f2757e7ebea0a 100644 --- a/Formula/p/python-tk@3.10.rb +++ b/Formula/p/python-tk@3.10.rb @@ -1,8 +1,8 @@ class PythonTkAT310 < Formula desc "Python interface to Tcl/Tk" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.10.17/Python-3.10.17.tgz" - sha256 "8fcda0fbdc131859a4a4223abb925fd522a77e3fb3b52c46cea5f3bc2ae0cd9f" + url "https://www.python.org/ftp/python/3.10.18/Python-3.10.18.tgz" + sha256 "1b19ab802518eb36a851f5ddef571862c7a31ece533109a99df6d5af0a1ceb99" license "Python-2.0" livecheck do From f65827c1ea1de7f6d3d33eb26eecb8b1af2741e2 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 3 Jun 2025 20:47:22 -0700 Subject: [PATCH 02216/10074] python@3.10 3.10.18 python@3.10: add `libtirpc` Linux dependency Signed-off-by: Patrick Linnane --- Formula/p/python@3.10.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/p/python@3.10.rb b/Formula/p/python@3.10.rb index 6e969aedd0148..55493470ab241 100644 --- a/Formula/p/python@3.10.rb +++ b/Formula/p/python@3.10.rb @@ -1,10 +1,9 @@ class PythonAT310 < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.10.17/Python-3.10.17.tgz" - sha256 "8fcda0fbdc131859a4a4223abb925fd522a77e3fb3b52c46cea5f3bc2ae0cd9f" + url "https://www.python.org/ftp/python/3.10.18/Python-3.10.18.tgz" + sha256 "1b19ab802518eb36a851f5ddef571862c7a31ece533109a99df6d5af0a1ceb99" license "Python-2.0" - revision 1 livecheck do url "https://www.python.org/ftp/python/" @@ -43,6 +42,7 @@ class PythonAT310 < Formula on_linux do depends_on "libnsl" + depends_on "libtirpc" end # Always update to latest release @@ -57,8 +57,8 @@ class PythonAT310 < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "wheel" do From ad8e1e57ac2e2108ed3ffaabe5f830499861c01e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:56:30 +0000 Subject: [PATCH 02217/10074] keeper-commander: update 17.1.0 bottle. --- Formula/k/keeper-commander.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index b807acc4e7f15..01d64114bc910 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -9,13 +9,13 @@ class KeeperCommander < Formula head "https://github.com/Keeper-Security/Commander.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "e0cb0404423b17c39c01964c6b4091cedbc67fd4b74394e7c3d44a643f0eb23c" - sha256 cellar: :any, arm64_sonoma: "97cb26ee3bab90691070c6c063994cd531e296083bf00e9a61724e4c24b58ff9" - sha256 cellar: :any, arm64_ventura: "662002d91c5fb5e8e1b6c50acb89b5126aa39a9ed1b2e8e46f677e8ea7b7ae8c" - sha256 cellar: :any, sonoma: "c188cad6b6fa92434005c81a57fcd338cb7fbc6c77376548f1edb90849dc2eed" - sha256 cellar: :any, ventura: "8df64105cc0daa4e532a7fcd59e9aa40cd8572a65c1f2ed1addd1b90090312f8" - sha256 cellar: :any_skip_relocation, arm64_linux: "e750ffb04c2f6dfaa4227bd2f4a3bec023a70e36ecd8030841baa7596fb4d25e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad3eeca578bf6703287ef22ebbd7f486078391a2299512326f7687ecfb1f6e0" + sha256 cellar: :any, arm64_sequoia: "114140838d4fe540e7f444f27ee4f77ec547e91ada01b0c4dbe74dae06978cfd" + sha256 cellar: :any, arm64_sonoma: "7d36812dc91d0e78749d5dbcdef9a3580959eb2307007c9547d642e32acf1fcd" + sha256 cellar: :any, arm64_ventura: "8da1ac51700b6ec36abe49db1a8c2604b2b95020ffed90220121fa701c62afe8" + sha256 cellar: :any, sonoma: "eb23ef278c424bbad48c76e3bb55197ace6069c28fb0b140f35d53f8e4d3f48e" + sha256 cellar: :any, ventura: "1289e94b5113e6ebd70370f4dff586b2601b1cef7431ad50e61a1950a2b1e379" + sha256 cellar: :any_skip_relocation, arm64_linux: "7181126bd3160976c8a60ca4f605f9c4e3ea1708e9996599f6642c71ee4336cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "face1b3fbb25aea3b51f937ebc31e03347c1693a77a237923df1e0e2619a1b4c" end depends_on "pkgconf" => :build From 4de22f7528061be2a55afcedc3cb01e97bd8ec71 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:14:16 +0000 Subject: [PATCH 02218/10074] dezoomify-rs: update 2.14.0 bottle. --- Formula/d/dezoomify-rs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dezoomify-rs.rb b/Formula/d/dezoomify-rs.rb index fdc2da6182e18..78fd194272335 100644 --- a/Formula/d/dezoomify-rs.rb +++ b/Formula/d/dezoomify-rs.rb @@ -15,13 +15,13 @@ class DezoomifyRs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6108be976ce125b6bff8f8ac0e3e961d9241c9c516d45ee136cdc1462ce689be" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff85552168051685953432ef73daf408f75b248aac71a5823f94cc1ba76f17c7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4e1400a24bb9c455275a4d7fe2dd522bb6f54bc5e9a1f631fd0290ed657e0e96" - sha256 cellar: :any_skip_relocation, sonoma: "8d89fe6376c15244f784963fd9ea1bc5226088978f95c8a47c8eb41da9ac6ef3" - sha256 cellar: :any_skip_relocation, ventura: "5088562b5587179e0f31b706a5028a786b1e251dcc33bdce1aa4a1889392ae62" - sha256 cellar: :any_skip_relocation, arm64_linux: "4e61cfcc1bc5a27a91b2e77b9c093f772289120c64ddc4f136b69987392efadc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3db821d32bdad848d8d4241afec374f212cf335fce3320831313faf90de84b4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "747be9819d67ad5fbe81b7a583cdc1e42c117cd5038bc6cab44980efd707c4d5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e017ca0e79ace888ff12e6ddc3546afff5d886e680edcff50c9d34ef1e22dfd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fc135b2a06103c45d8d89c45c147fddbf2e0a8dfa55aef72ed9bd5c9c0138923" + sha256 cellar: :any_skip_relocation, sonoma: "1c45e11b3f3a42733fd51e643c4ceaa3edc6a5710e3da21da7bc6ad589a2af96" + sha256 cellar: :any_skip_relocation, ventura: "5a0f8a4093c54f35c216f3a7be56f750c09fd559902ae3c8657dc4f16fbde608" + sha256 cellar: :any_skip_relocation, arm64_linux: "00f2a647ca94a7be398fa0dba17ac1dce9a9bbfdac257760387b4e942e499a9f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "36e7c6f0db47cd0d0b12ea6310e6c098607e8caf4b85464e914427d584070799" end depends_on "pkgconf" => :build From 8d0c74969d5e2eedc55e25f8d7dbcef4765f43aa Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:45:17 +0900 Subject: [PATCH 02219/10074] micromamba: revision bump (simdjson 3.13.0) --- Formula/m/micromamba.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/micromamba.rb b/Formula/m/micromamba.rb index 7dceecac98f6c..1f5cbf70e6840 100644 --- a/Formula/m/micromamba.rb +++ b/Formula/m/micromamba.rb @@ -4,6 +4,7 @@ class Micromamba < Formula url "https://github.com/mamba-org/mamba/archive/refs/tags/2.1.1.tar.gz" sha256 "789d3d89fe8ca9f06344da21797e3d949ad1ff0ae4c633dc242a333e0ee37485" license "BSD-3-Clause" + revision 1 head "https://github.com/mamba-org/mamba.git", branch: "main" livecheck do From bcdb2d6c9ac47b64053465fbb07cc065df5bcbdb Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:45:48 +0900 Subject: [PATCH 02220/10074] quick-lint-js: revision bump (simdjson 3.13.0) --- Formula/q/quick-lint-js.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/q/quick-lint-js.rb b/Formula/q/quick-lint-js.rb index 9464a9d07f6e6..d8c176120647b 100644 --- a/Formula/q/quick-lint-js.rb +++ b/Formula/q/quick-lint-js.rb @@ -4,7 +4,7 @@ class QuickLintJs < Formula url "https://c.quick-lint-js.com/releases/3.2.0/source/quick-lint-js-3.2.0.tar.gz" sha256 "f17b39726622637946136076c406e89d3a98ae363d5e3c2a93ab1139bf0e828d" license "GPL-3.0-or-later" - revision 5 + revision 6 head "https://github.com/quick-lint/quick-lint-js.git", branch: "master" bottle do From ed3fc6b124943c0e723afb3c6546f9c8cb355480 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:50:42 +0000 Subject: [PATCH 02221/10074] kargo: add 1.5.1 bottle. --- Formula/k/kargo.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/k/kargo.rb b/Formula/k/kargo.rb index 23da7d89d270e..e1d5bf92fce64 100644 --- a/Formula/k/kargo.rb +++ b/Formula/k/kargo.rb @@ -6,6 +6,15 @@ class Kargo < Formula license "Apache-2.0" head "https://github.com/akuity/kargo.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c8ed65d972140c3ca775cab197a74adb3bde593d8ead1953e786c63e97755c0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1234416ffac31cd38f505497aceffe3a2c3bf711449960e1280fccbc73f7d3e6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9a5e157585b2dc55ecaa54d44f1aeae02c74c21d36c830475d82b8689aaa64b2" + sha256 cellar: :any_skip_relocation, sonoma: "89800a52d9bf1ee16c89e1ebdc39cef2aaafa2fc15576d1e1140518502387d76" + sha256 cellar: :any_skip_relocation, ventura: "811d5306e04efe8e1c3483c2966d11d76a4104129824b3fe5da9c322d5954430" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2e20a30b8511ac545ad3694acfbc316d594b7ed7f4f455c6da3d5ef9b67fcfb5" + end + depends_on "go" def install From fe0fd3fb4ad3332235cfbebaca25bd796c96edc3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:51:28 +0000 Subject: [PATCH 02222/10074] python-tk@3.10: update 3.10.18 bottle. --- Formula/p/python-tk@3.10.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-tk@3.10.rb b/Formula/p/python-tk@3.10.rb index f2757e7ebea0a..a4dbfd2d2b19e 100644 --- a/Formula/p/python-tk@3.10.rb +++ b/Formula/p/python-tk@3.10.rb @@ -10,13 +10,13 @@ class PythonTkAT310 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4a01d642ccdc00918edf1d1d7b98ed2f16cfe51d33b7e71c32fec64563bb5879" - sha256 cellar: :any, arm64_sonoma: "620622c1b79a62e6b44917024469937e773f99ac7c4f6386de3a1036e27ef749" - sha256 cellar: :any, arm64_ventura: "c6bc2fa3384949b69cfc44a4e3b0db03717e3ff319b06145ff2ce631ad66a1d9" - sha256 cellar: :any, sonoma: "29de8774c5638894b20592447ca8812b0982c0eae4e2abaeda961223711f459f" - sha256 cellar: :any, ventura: "26c2e7c3e1f958bc89a3bedbc6011aa20d8bfff502d8a88b973ff7363baae17c" - sha256 cellar: :any_skip_relocation, arm64_linux: "d039a25172dfd16b51a49eb019a9710cf537255cf4f194d68b83e684ee067724" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a8c2852664e43e4ea79488192dbd32d22aae7f9304c77d59f366ef57bbf891a" + sha256 cellar: :any, arm64_sequoia: "1f71b66d08ecc36332a7c98a093c13ba771584256859cd2a7b4dd609cbd2f62a" + sha256 cellar: :any, arm64_sonoma: "597d8fdc4278dd17026d5f190c779d17fd5afff09f297902e98350371f37ff97" + sha256 cellar: :any, arm64_ventura: "47517511a709811f900ef3659698be6c2fd17af904878f2091304f257c13cdd5" + sha256 cellar: :any, sonoma: "85c5b1383e410c1e54b5d07c386b9041381c51ff07724081f05e6f78f2809406" + sha256 cellar: :any, ventura: "1181b2988faa56016526ad6a304b876d76a10f562b30cbedcd52c0cb29b3319c" + sha256 cellar: :any_skip_relocation, arm64_linux: "c3dda7d8fd49b12103441387e348e98590f634a550fa7687fa31f2d86809c630" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e2a4c5cec43887c789c02fd4ea7dc1c44e9d3313066d625eb0533706fd157e3" end keg_only :versioned_formula From 357f48a986c2fa1d2a69fab0d7c07b8913cae263 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:51:28 +0000 Subject: [PATCH 02223/10074] python@3.10: update 3.10.18 bottle. --- Formula/p/python@3.10.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python@3.10.rb b/Formula/p/python@3.10.rb index 55493470ab241..309b860322d81 100644 --- a/Formula/p/python@3.10.rb +++ b/Formula/p/python@3.10.rb @@ -11,13 +11,13 @@ class PythonAT310 < Formula end bottle do - sha256 arm64_sequoia: "88855fda542b4758925a62dbf6679a25774ccc24f6ac9c2981ed9128272b4592" - sha256 arm64_sonoma: "ad597648cd25ca5a7fec0ad0ec05e6f529dfa861b31f58eb0cb0fbf1b34afcd9" - sha256 arm64_ventura: "055b2483d6df5333fb60711e39490716cc4021b28104c642a3a3f28baf83eee3" - sha256 sonoma: "ec3788c16994d7c6e6d48287754b4779f04441802041cde35311134f7a119ec5" - sha256 ventura: "3aa7745929b60637e2c96fa8ba6e499346b733ddade7ca41d633c8d273d09512" - sha256 arm64_linux: "4ae62089c11ed141cff2de370e0b15438ed625320cb2bbb1fd4a98ea9c0f08b3" - sha256 x86_64_linux: "ee6d84d361f0a9ff88bc01817cabe029758ba43aea9da622fcaff3de1cc047c2" + sha256 arm64_sequoia: "f547a93c08bb544535e41f45dc74bf8ff916b79ca1c9c117f17207863508615a" + sha256 arm64_sonoma: "60651e0f85aa0bd918e322452c5cff544fde09eaf34861caedbf8256c75caaea" + sha256 arm64_ventura: "1ad823ba8f193ab49a45ce5969cd5e29cfe3c6346919d9085f8f1b24467d14e2" + sha256 sonoma: "bda9f2688968a4fa9f008fd0e4eddfdee7fc0ac806fb7801e94d4d196b16f353" + sha256 ventura: "5e0136baf35143104ea828abb82cc9e92e68c14a8e91f103cb1e4c7df3cf811c" + sha256 arm64_linux: "36a9bd5b217c038bee48f64080f8e7dd2004aac35b64eaf0df2e657352ea74f9" + sha256 x86_64_linux: "0a8406b5b59085c1210784103e53fb13d21fdc52c55703c3200b68aa4d11b455" end # setuptools remembers the build flags python is built with and uses them to From 19f8198676d390e6830f03ca092798ae0f280813 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:51:32 +0000 Subject: [PATCH 02224/10074] python-gdbm@3.11: update 3.11.13 bottle. --- Formula/p/python-gdbm@3.11.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-gdbm@3.11.rb b/Formula/p/python-gdbm@3.11.rb index 13876b958bfd8..2b29f99501c49 100644 --- a/Formula/p/python-gdbm@3.11.rb +++ b/Formula/p/python-gdbm@3.11.rb @@ -10,13 +10,13 @@ class PythonGdbmAT311 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2b7c4d7ee9c2f8b6ce40037744162a7d082ac85aaac788bfb84b75e22eecf950" - sha256 cellar: :any, arm64_sonoma: "a4365561edde1e9348922a82fbc241e153e48b54a273e5078d10024227f76f9c" - sha256 cellar: :any, arm64_ventura: "06685a9c327490fb54c0fc7812f4b72bb4be58da4f088aa99d52aae2fbab4644" - sha256 cellar: :any, sonoma: "6a3f1fbd69a02dd0678b770ed15a2115961eaee3cd4e8f6e2281498eb074eb70" - sha256 cellar: :any, ventura: "d94e887af451811b87ec461c85f50606f29d8985d92dfc2719e6fc81467841df" - sha256 arm64_linux: "788c449cda242d125479d70279b280337af1056cf5c57685372756f2907ee7c8" - sha256 x86_64_linux: "bdfbc550557657b083c1e0f9a1f91d49b79a8563548f126ee1e8c8dbfa8cbcd5" + sha256 cellar: :any, arm64_sequoia: "2a955537cf1e3948d9df0c9fe23f0c89ef96a6584efd76ca6b1ee2e6bd6ace8a" + sha256 cellar: :any, arm64_sonoma: "b8fb60ba4bff2890bd743112dfdbed71479cd36c816d13ab94cfa3796a428cff" + sha256 cellar: :any, arm64_ventura: "1644e05e6f4ba70911d9a8c145ca72b9814afd8a1b09a783f127fff26403a2d1" + sha256 cellar: :any, sonoma: "65d30343e2643930ac205f5db0986a0ab74b3244414e9f4b9b179bb59a0be266" + sha256 cellar: :any, ventura: "2b7186466f629e677a36a16c3457b533be6ed3c37286b09dc6f8d8281f42e2b7" + sha256 arm64_linux: "1f590bc49cb71c68a750087dd60aa96cbcbf237da2bbab1d82978e2101d562f7" + sha256 x86_64_linux: "93d7da32f2cb39491d6438b2568c012b843dcd2fed90caafc958931bf0058c90" end depends_on "gdbm" From c78bd7f7ff50f2d5b393fb03b7114900bae42a24 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:51:32 +0000 Subject: [PATCH 02225/10074] python-tk@3.11: update 3.11.13 bottle. --- Formula/p/python-tk@3.11.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-tk@3.11.rb b/Formula/p/python-tk@3.11.rb index cb3e1387d0f1b..1c1f5e6ac8db0 100644 --- a/Formula/p/python-tk@3.11.rb +++ b/Formula/p/python-tk@3.11.rb @@ -10,13 +10,13 @@ class PythonTkAT311 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "672aecb6ab1193e4a2dbdfcb3720679b998f012a61bb8c13579881c064b53e65" - sha256 cellar: :any, arm64_sonoma: "1e80c600dc458c670be96f05e134fcdb0835a1bb0c711e689fdd0ebda486f2f5" - sha256 cellar: :any, arm64_ventura: "55632e676b562fa016c95d109ae0ed7347988a48f1281024f6cfd67df118d63e" - sha256 cellar: :any, sonoma: "c10a084ec54b28fbb8973128666616335ec7ca3b7a05ca7c5dba46759094cc8f" - sha256 cellar: :any, ventura: "e99d656fa71673fcdf75badbcab914ab9f156ea322a2ec1049301a1d56856aae" - sha256 cellar: :any_skip_relocation, arm64_linux: "3a8e65ca09eca6756e94281113bed781522698102dd42b61fc73f70285651c14" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4a3388da80f4fee1b80eea795ed2e0f9af2c94b73d8fec91affc1a02e6262bb2" + sha256 cellar: :any, arm64_sequoia: "00d379569858f3c1a7107a298d37baac30cba208acacabc2884bcf9b16a42273" + sha256 cellar: :any, arm64_sonoma: "28ebed5c86e33f724cd22d05cb9f10f5716fbc4ce67abd73b0997e748903e14a" + sha256 cellar: :any, arm64_ventura: "e7fffe5adb99cc11fd60beb06b0c56d8d729f5e5f3f56a8a53a676d4df17715e" + sha256 cellar: :any, sonoma: "291088d2031b37c50f0e9f8c212766ce94906cd75b7f54d75f6cca54cfcb0831" + sha256 cellar: :any, ventura: "794fd43eb46a856a211eb43faab76678603a7d5effcb85d7359c2ed93338ee41" + sha256 cellar: :any_skip_relocation, arm64_linux: "0c1784b3ea0beca3add3cb6033de9f384c6572d6c41e447752e9ee3e766b66c9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5e7b2867f47436b3b102c067980f3a5ddd6512f7ad1c57f37b35eacd4bbd7c80" end depends_on "python@3.11" From e1c393334279347625d65895e832042dc866efbd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:51:32 +0000 Subject: [PATCH 02226/10074] python@3.11: update 3.11.13 bottle. --- Formula/p/python@3.11.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python@3.11.rb b/Formula/p/python@3.11.rb index 5cf9249f4047e..e12aac5cf959a 100644 --- a/Formula/p/python@3.11.rb +++ b/Formula/p/python@3.11.rb @@ -11,13 +11,13 @@ class PythonAT311 < Formula end bottle do - sha256 arm64_sequoia: "9073513918086d2d7264ea10c5096c17374921cc729f43820b9d45832d74f5d8" - sha256 arm64_sonoma: "e0d8adeb873da451d9ea9ac9978ef14e8068f8ceaa221edd6d3456b41cdceb67" - sha256 arm64_ventura: "d882e62bbaf83136613f7e4718cc685eee6ac62a9eae1c36591f3777f4d17e41" - sha256 sonoma: "9671b5e234746b4c6250fd8f5fef4d8e70012f8b2a212ac379f2ac5707eb130f" - sha256 ventura: "8f915363f0d59a1a9182d47f647d179916282ff47abcd61a041218a3fd41bf04" - sha256 arm64_linux: "c223bd6149e241f464ac692597b62c0724e3bef1d4a1f08f090457c9a293101e" - sha256 x86_64_linux: "51441f0c000c5975d43511d5680b1aa1aa37ba7caf54e33c759b44136c797516" + sha256 arm64_sequoia: "cab6abf1dbc00b087ce38dc55c52e7fc97253b7d01f353893929464432f9922a" + sha256 arm64_sonoma: "bb985068d2b5ad75fd24f77d5664cbedc467abd9f67700c9dccf508474146ab5" + sha256 arm64_ventura: "f41eae837fee5d0f4890d52e46363d864357a02ebd98e4a93e4b4738f635567c" + sha256 sonoma: "5f86828705a6b8f21a97aa9951a3455e348a2aec753a5ce4b82c9285c6735913" + sha256 ventura: "9a65b7b2e9bc2f0f04b55350a5e9d35d05255effed0cb2b2ef8dfe0b6d5150e5" + sha256 arm64_linux: "01af3c5cb4a5821b6c9bc4255412c0f6f5c90d1cf893f978b6c9f48c2bb85b69" + sha256 x86_64_linux: "3b109e8447f963ca6b547715972325ee5b4a577ef5bb55410829fc2ef380399c" end # setuptools remembers the build flags python is built with and uses them to From 99b870bc6ffe3b3a1ee6ca1166c3dcea480ff1e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:52:30 +0000 Subject: [PATCH 02227/10074] texi2html: update 5.0 bottle. --- Formula/t/texi2html.rb | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/Formula/t/texi2html.rb b/Formula/t/texi2html.rb index a317f83d15ad7..fbcbf736294c8 100644 --- a/Formula/t/texi2html.rb +++ b/Formula/t/texi2html.rb @@ -10,21 +10,14 @@ class Texi2html < Formula end bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1edd0597b8dbd1dd4150ebf2cdfd1e85f0b686e68216684cc38b10e19295a03" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d97147d3fb05920663a4113bcd9a82420c1cdb15593a46d36d5f0bf2e0f023bc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7114d60ab173de6a576098ba484cb226ad2a65c3f6ef2f668f8c5c2d0676fc2f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "7114d60ab173de6a576098ba484cb226ad2a65c3f6ef2f668f8c5c2d0676fc2f" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "03feaacb6b615ca2dda676bf5fe4f9551c488a851ccd1e89b12d257a5c7d932b" - sha256 cellar: :any_skip_relocation, sonoma: "620ae7ace83d9220659e8b81cc9706e812e67f737952dec8a81895d4a289dfaa" - sha256 cellar: :any_skip_relocation, ventura: "f1d5a70912d5b39d5da118a19474ec509a34a903cefb2c00ff403569325fe0ae" - sha256 cellar: :any_skip_relocation, monterey: "f1d5a70912d5b39d5da118a19474ec509a34a903cefb2c00ff403569325fe0ae" - sha256 cellar: :any_skip_relocation, big_sur: "4ad9c71802c3258a3c0c7ff8800ddd70cc230ddfecc095080d0144ba153bc2dc" - sha256 cellar: :any_skip_relocation, catalina: "10f6d76de400799fb21dc900a2344ef444d43658dd502f0c040ad7c0a4bf0fbb" - sha256 cellar: :any_skip_relocation, mojave: "10f6d76de400799fb21dc900a2344ef444d43658dd502f0c040ad7c0a4bf0fbb" - sha256 cellar: :any_skip_relocation, high_sierra: "10f6d76de400799fb21dc900a2344ef444d43658dd502f0c040ad7c0a4bf0fbb" - sha256 cellar: :any_skip_relocation, arm64_linux: "fc03b703a8cb858fbaf0fcba903ce5b59399cc83fad97e953eb15e4392ac11df" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13d9124964d4e6a9c99ca57e763e34e40397871bf94b4064cddb5262bf501f47" + rebuild 3 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f76e24ff2903b5bc781b51c1fa641893343610b6827eed40af85063af2def71" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f76e24ff2903b5bc781b51c1fa641893343610b6827eed40af85063af2def71" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0f76e24ff2903b5bc781b51c1fa641893343610b6827eed40af85063af2def71" + sha256 cellar: :any_skip_relocation, sonoma: "cfe992664d07c79edc0c906993d4dea923de1ee43c431861cbea911825404e57" + sha256 cellar: :any_skip_relocation, ventura: "cfe992664d07c79edc0c906993d4dea923de1ee43c431861cbea911825404e57" + sha256 cellar: :any_skip_relocation, arm64_linux: "2b6ba2c5edb099dcc8e2a36a2aeebb010cd55458c55e14ba84c856997bb651d4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef3f56a762d93771772c74dc8469edc8caa802df76d9f17ea98e8db7a2ccfe35" end on_macos do From eb7b73f421d92819dd60c8a10677ce7d93f6ef39 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Wed, 4 Jun 2025 01:55:51 -0500 Subject: [PATCH 02228/10074] mesheryctl 0.8.97 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 91d657118f2a0..6b6c855adde09 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.96", - revision: "063613ec41e1c6477635d502f69052271882801c" + tag: "v0.8.97", + revision: "9c8794c387530f4c22dffbcf3bc5fdfcc2738e96" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 0dc2456b125859be3e51d3ed374ee45b76469789 Mon Sep 17 00:00:00 2001 From: calvinit <541298948@qq.com> Date: Wed, 14 May 2025 15:46:18 +0800 Subject: [PATCH 02229/10074] jetty: 12.0.22 --- Formula/j/jetty.rb | 74 ++++++++++++---------------------------------- 1 file changed, 19 insertions(+), 55 deletions(-) diff --git a/Formula/j/jetty.rb b/Formula/j/jetty.rb index 9c9066424b9ea..93ad039b9382f 100644 --- a/Formula/j/jetty.rb +++ b/Formula/j/jetty.rb @@ -1,14 +1,13 @@ class Jetty < Formula desc "Java servlet engine and webserver" homepage "https://jetty.org/" - url "https://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-distribution/9.4.57.v20241219/jetty-distribution-9.4.57.v20241219.tar.gz" - version "9.4.57.v20241219" - sha256 "1cfc73128848282f1f7220660fc191be09b6a1c184e02587c46f189212ed9681" - license any_of: ["Apache-2.0", "EPL-1.0"] + url "https://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-home/12.0.22/jetty-home-12.0.22.tar.gz" + sha256 "132df3f82f9c061f1c956a9c1942c4b1041c6d26ee686c06afe6ab244f860a1b" + license any_of: ["Apache-2.0", "EPL-2.0"] livecheck do - url "https://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-distribution/maven-metadata.xml" - regex(%r{v?(\d+(?:\.\d+)+(?:[._-]v?\d+)?)}i) + url "https://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-home/maven-metadata.xml" + regex(%r{(\d+\.\d+\.\d+)(?!\.[a-zA-Z])}i) end bottle do @@ -23,47 +22,16 @@ class Jetty < Formula depends_on "openjdk" - on_arm do - depends_on "maven" => :build - - # We get jetty-setuid source code from the jetty.toolchain repo to build a native ARM binary. - # The last jetty-setuid-1.0.4 release has some issues building, so we pick a more recent commit. - # The particular commit was selected as it aligned to jetty version at time of PR. - # Once 1.0.5 is available, we can switch to stable versions. Afterward, the version should - # probably match the jetty-setuid version that is included with jetty. - resource "jetty.toolchain" do - url "https://github.com/eclipse/jetty.toolchain/archive/ce0f110e0b95baf85775897aa90f5b6c0cc6cd4d.tar.gz" - sha256 "9a19e7f3c947bbc1979cfef1f8dfc038fb0df4aa518396b9b84b44c69b79332f" - - # Fix header paths on macOS to follow modern JDKs rather than old system Java. - # PR ref: https://github.com/eclipse/jetty.toolchain/pull/211 - patch do - url "https://github.com/eclipse/jetty.toolchain/commit/4c3744d79f414f43fe45636fdabd5595f17daab6.patch?full_index=1" - sha256 "6a7f3f16f7fb5f3d8ccf1562612da0d1091049bbafa4a0bf2ff0754551743312" - end - end - end - def install libexec.install Dir["*"] (libexec/"logs").mkpath - env = Language::Java.overridable_java_home_env - env["JETTY_HOME"] = libexec - Dir.glob(libexec/"bin/*.sh") do |f| - (bin/File.basename(f, ".sh")).write_env_script f, env - end - return if Hardware::CPU.intel? - - # We build a native ARM libsetuid to enable Jetty's SetUID feature. - # https://www.eclipse.org/jetty/documentation/jetty-9/index.html#configuring-jetty-setuid-feature - libexec.glob("lib/setuid/libsetuid-*.so").map(&:unlink) - resource("jetty.toolchain").stage do - cd "jetty-setuid" - system "mvn", "clean", "install", "-Penv-#{OS.mac? ? "mac" : "linux"}" - libsetuid = "libsetuid-#{OS.mac? ? "osx" : "linux"}" - (libexec/"lib/setuid").install "#{libsetuid}/target/#{libsetuid}.so" - end + (bin/"jetty").write <<~EOS + #!/bin/bash + export JAVA_HOME="${JAVA_HOME:-#{Formula["openjdk"].opt_prefix}}" + export JETTY_HOME="#{libexec}" + exec "${JAVA_HOME}/bin/java" -jar "${JETTY_HOME}/start.jar" "$@" + EOS end test do @@ -71,13 +39,17 @@ def install ENV["JETTY_ARGS"] = "jetty.http.port=#{http_port} jetty.ssl.port=#{free_port}" ENV["JETTY_BASE"] = testpath ENV["JETTY_RUN"] = testpath - cp_r Dir[libexec/"demo-base/*"], testpath log = testpath/"jetty.log" + + # Add the `demos` module to the "JETTY_BASE" (testpath) for testing. + system "#{bin}/jetty --add-module=demos > #{log} 2>&1" + assert_match "Base directory was modified", log.read + pid = fork do - $stdout.reopen(log) - $stderr.reopen(log) - exec bin/"jetty", "run" + $stdout.reopen(log, "a") + $stderr.reopen(log, "a") + exec bin/"jetty", *ENV["JETTY_ARGS"].split end begin @@ -88,13 +60,5 @@ def install Process.kill 9, pid Process.wait pid end - - # Do a basic check that SetUID can run native library. Actually running command - # requires creating a separate user account and running with sudo - java = Formula["openjdk"].opt_bin/"java" - system java, "-jar", libexec/"start.jar", "--add-to-start=setuid" - output = shell_output("#{java} -Djava.library.path=#{libexec}/lib/setuid -jar #{libexec}/start.jar 2>&1", 254) - refute_match "java.lang.UnsatisfiedLinkError", output - assert_match "User jetty is not found", output end end From cbf6a52da626b84692dfe8a6dcbb57e7cee067ff Mon Sep 17 00:00:00 2001 From: calvinit <541298948@qq.com> Date: Wed, 4 Jun 2025 15:32:18 +0800 Subject: [PATCH 02230/10074] jetty-runner: deprecate --- Formula/j/jetty-runner.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/j/jetty-runner.rb b/Formula/j/jetty-runner.rb index 969776768d960..3adfd460c2324 100644 --- a/Formula/j/jetty-runner.rb +++ b/Formula/j/jetty-runner.rb @@ -14,6 +14,9 @@ class JettyRunner < Formula sha256 cellar: :any_skip_relocation, all: "15aef216430d1b1c1a0d7823e12102cf7a8d5b1974bb8611ee6bbc3363394844" end + # See: https://github.com/jetty/jetty.project/issues/1905#issuecomment-409662335 + deprecate! date: "2018-08-02", because: :deprecated_upstream + depends_on "openjdk" def install From 01a6260ca86e7a71cabffe3fd4e00e42140eedc8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 07:50:46 +0000 Subject: [PATCH 02231/10074] baresip 3.23.0 --- Formula/b/baresip.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/b/baresip.rb b/Formula/b/baresip.rb index 87c647556148c..8a06c91c8b2c8 100644 --- a/Formula/b/baresip.rb +++ b/Formula/b/baresip.rb @@ -1,10 +1,9 @@ class Baresip < Formula desc "Modular SIP useragent" homepage "https://github.com/baresip/baresip" - url "https://github.com/baresip/baresip/archive/refs/tags/v3.22.0.tar.gz" - sha256 "a9e7884fa796f47640fe0854485229a0357eb9a6913fa7909bc92bab6148fe04" + url "https://github.com/baresip/baresip/archive/refs/tags/v3.23.0.tar.gz" + sha256 "7b2689061e6eaed6ba5d659d0dba830603c44a7160c90b913d437678ae544b5f" license "BSD-3-Clause" - revision 1 bottle do sha256 arm64_sequoia: "5ceaa071913d0d3fc53253c33c8e108b18cb61d2a2e7d7bca8591638234810f9" From 18d2e1e03d92fc77291689ded7ffc05f68267156 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 07:50:46 +0000 Subject: [PATCH 02232/10074] libre 3.23.0 --- Formula/lib/libre.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libre.rb b/Formula/lib/libre.rb index c0469cc9d6650..3c6a35e0db163 100644 --- a/Formula/lib/libre.rb +++ b/Formula/lib/libre.rb @@ -1,8 +1,8 @@ class Libre < Formula desc "Toolkit library for asynchronous network I/O with protocol stacks" homepage "https://github.com/baresip/re" - url "https://github.com/baresip/re/archive/refs/tags/v3.22.0.tar.gz" - sha256 "31ecb7f7a5569ec0b3d85526c469b24c47673c802d45c58cb13f96a9365f4f14" + url "https://github.com/baresip/re/archive/refs/tags/v3.23.0.tar.gz" + sha256 "94cdd17b4b177b9c764548ded24c74e7f4f5360ce60507bb1b5186b2a6cd3cbb" license "BSD-3-Clause" bottle do From 3ed4d5512cb7d4a9f87ae4101ccb16c0d8b4df1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 07:53:30 +0000 Subject: [PATCH 02233/10074] cdk8s 2.200.90 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 1ecd75689cb0e..db888c1331997 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.89.tgz" - sha256 "7dcf17f0c017e53f2fdaed4fb2e4df41acc84047198aab5f8dcfeef508dd3e5b" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.90.tgz" + sha256 "c06c6f0fe67b7d6184b694bfe58efb73ef68a43326ffac95fa554128509a7ed1" license "Apache-2.0" bottle do From 5c7df9a8e62e7f8cd2980318b781d4d8ddec2cce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 07:56:08 +0000 Subject: [PATCH 02234/10074] jetty-runner: update 11.0.25 bottle. --- Formula/j/jetty-runner.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/j/jetty-runner.rb b/Formula/j/jetty-runner.rb index 3adfd460c2324..c9f8e1fdc897e 100644 --- a/Formula/j/jetty-runner.rb +++ b/Formula/j/jetty-runner.rb @@ -11,7 +11,8 @@ class JettyRunner < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "15aef216430d1b1c1a0d7823e12102cf7a8d5b1974bb8611ee6bbc3363394844" + rebuild 1 + sha256 cellar: :any_skip_relocation, all: "09bbc60a77038dc30b859e15ef151f4766c8d301950fd5d8c55d7d57a31e7823" end # See: https://github.com/jetty/jetty.project/issues/1905#issuecomment-409662335 From 8853eaa23f9f36277aa8b0298551ab38706d4fc0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:05:54 +0000 Subject: [PATCH 02235/10074] jackett 0.22.1987 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 6c9f9d88dbfa2..513dc818fc4d3 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1984.tar.gz" - sha256 "d5742ed81d8b1aeae3670002dbd40c403525bca803490b8296bdfbb6a1ce8c0a" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1987.tar.gz" + sha256 "b5a70fd42773f7856061d2d6907ff58d2ffed82dcad7848c707762d6776764f8" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From eca8165a386f5a0d0896359267789946c4e2f095 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:06:24 +0000 Subject: [PATCH 02236/10074] joern 4.0.370 --- Formula/j/joern.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/joern.rb b/Formula/j/joern.rb index 7b2058da77410..e1b7f274afc8e 100644 --- a/Formula/j/joern.rb +++ b/Formula/j/joern.rb @@ -1,8 +1,8 @@ class Joern < Formula desc "Open-source code analysis platform based on code property graphs" homepage "https://joern.io/" - url "https://github.com/joernio/joern/archive/refs/tags/v4.0.360.tar.gz" - sha256 "5a0e9eff10dedd72bb2119ffe7243bac05b052d78ba3ec9ed73926c4c062bb13" + url "https://github.com/joernio/joern/archive/refs/tags/v4.0.370.tar.gz" + sha256 "26655cb5243414a563b65df89b7296423943490595792ade264a82c30e76f5ec" license "Apache-2.0" livecheck do From 6268cf4c323d214de9d36618437e9ff69b979010 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:08:17 +0000 Subject: [PATCH 02237/10074] kubevpn 2.7.14 --- Formula/k/kubevpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index a2b58fe1180b7..3f7006156615c 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -1,8 +1,8 @@ class Kubevpn < Formula desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network" homepage "https://www.kubevpn.dev" - url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.13.tar.gz" - sha256 "8a7edf3d21d0b756ed277fc19153f4eab450aba0da1b13633ab2d57570d1559c" + url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.14.tar.gz" + sha256 "47e2e43074714a79ecb97bf6c95bd7fd70a44d4f0669d430e5c0f20301f8ac40" license "MIT" head "https://github.com/kubenetworks/kubevpn.git", branch: "master" From f923e0f397bc1ea3110cd734c9c682a776124ccd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:16:34 +0000 Subject: [PATCH 02238/10074] oh-my-posh 26.2.2 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index a72abfce968c8..d1c6ddaed7f80 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.2.1.tar.gz" - sha256 "2597a91f389c71dd4bf6cee966a9adf273c537ec6a893fa0ae34921a22e8ed2e" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.2.2.tar.gz" + sha256 "967ef092e9c7403f768e867b7c89ccc8146bad7750bcac2816b1d4e79487eba9" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From f135906dc8466e8c3e923a2c6eb8e4b8a2b643ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:21:59 +0000 Subject: [PATCH 02239/10074] renovate 40.41.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 47c9eaf6caab1..74273913a634c 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.40.0.tgz" - sha256 "b078de8c26014457fd20a0b54c8a6c20b08b0ca32a60399e3376b0bd67794843" + url "https://registry.npmjs.org/renovate/-/renovate-40.41.0.tgz" + sha256 "8287f7bf23bfa2076b07cb943b9611183f768726eba745634de4ceadfa0cf652" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From a68a705bacc71f0e66d0ffc9b3fe29f7d841c967 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:31:29 +0000 Subject: [PATCH 02240/10074] wstunnel 10.4.2 --- Formula/w/wstunnel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wstunnel.rb b/Formula/w/wstunnel.rb index 8f0087e5cccdf..396515b5a3cd3 100644 --- a/Formula/w/wstunnel.rb +++ b/Formula/w/wstunnel.rb @@ -1,8 +1,8 @@ class Wstunnel < Formula desc "Tunnel all your traffic over Websocket or HTTP2" homepage "https://github.com/erebe/wstunnel" - url "https://github.com/erebe/wstunnel/archive/refs/tags/v10.4.1.tar.gz" - sha256 "976e8132cf4ed120d8db4b2304f500408938ab857ad025b6fbe7f60d4d306ab0" + url "https://github.com/erebe/wstunnel/archive/refs/tags/v10.4.2.tar.gz" + sha256 "dd421991399dbab1261a339958d0af77ec94d1a20f4faec1d8fd40bead0b8594" license "BSD-3-Clause" head "https://github.com/erebe/wstunnel.git", branch: "main" From 7aeb50e31d0cc90162c8bc3a61d5fc322d9b9ddc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:07:31 +0000 Subject: [PATCH 02241/10074] knot 3.4.7 --- Formula/k/knot.rb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Formula/k/knot.rb b/Formula/k/knot.rb index 3fdce94f01726..60a42ad6f2d3e 100644 --- a/Formula/k/knot.rb +++ b/Formula/k/knot.rb @@ -1,8 +1,8 @@ class Knot < Formula desc "High-performance authoritative-only DNS server" homepage "https://www.knot-dns.cz/" - url "https://knot-dns.nic.cz/release/knot-3.4.6.tar.xz" - sha256 "d19c5a1ff94b4f26027d635de108dbfc88f5652be86ccb3ba9a44ee9be0e5839" + url "https://knot-dns.nic.cz/release/knot-3.4.7.tar.xz" + sha256 "dd346ca6f3afabcdc5e9ba09dd667b010590bb66a42f4541021fb9d6f073dacc" license all_of: ["GPL-3.0-or-later", "0BSD", "BSD-3-Clause", "LGPL-2.0-or-later", "MIT"] livecheck do @@ -40,14 +40,6 @@ class Knot < Formula uses_from_macos "libedit" - # Fix 'knot/modules/rrl/./kru.inc.c:250:7: error: always_inline function' on macOS 13 and 14, - # see https://github.com/Homebrew/homebrew-core/pull/219163. - # Remove in next release. - patch do - url "https://gitlab.nic.cz/knot/knot-dns/-/commit/509d9d82b51c58ea572dccb09f4fdbe1a3c2571e.diff" - sha256 "c9b0d2dd5dddbe3d2fc0b817bbc3171f34fb73d0b099bf2b52cf101f4d0239ff" - end - def install system "autoreconf", "--force", "--install", "--verbose" if build.head? system "./configure", "--disable-silent-rules", From 9a2176fc10662e820cdb45d534e9fc037272c689 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:23:01 +0000 Subject: [PATCH 02242/10074] mesheryctl: update 0.8.97 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 6b6c855adde09..13ee60907e524 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c4c6a924e8b31d0e991b5e5652a4751d45ef0f41ffb59e4edf32d57501ed656" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c4c6a924e8b31d0e991b5e5652a4751d45ef0f41ffb59e4edf32d57501ed656" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4c4c6a924e8b31d0e991b5e5652a4751d45ef0f41ffb59e4edf32d57501ed656" - sha256 cellar: :any_skip_relocation, sonoma: "b7bf1ec14de61145dbfe3aa25064f0e5dd8d5e0535714416cdf60b2deefc78e7" - sha256 cellar: :any_skip_relocation, ventura: "b7bf1ec14de61145dbfe3aa25064f0e5dd8d5e0535714416cdf60b2deefc78e7" - sha256 cellar: :any_skip_relocation, arm64_linux: "5ee999b62266420d01045cacae46fb082513b1dbebcb846d65c430213702da9c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a1bdd67909668d46fa83796db361b9b1c7eb3ec5bf7840bef9298ada63c22be" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6fdd11739072f0bc3ca0ffc57e24e55330f7ea267fe76e1d5205f0bda4d5415" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6fdd11739072f0bc3ca0ffc57e24e55330f7ea267fe76e1d5205f0bda4d5415" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f6fdd11739072f0bc3ca0ffc57e24e55330f7ea267fe76e1d5205f0bda4d5415" + sha256 cellar: :any_skip_relocation, sonoma: "0e9d9c0f5f8a18b1bde0a479d3e28095e3f394dc0b549812f90e77e5c3b83c70" + sha256 cellar: :any_skip_relocation, ventura: "0e9d9c0f5f8a18b1bde0a479d3e28095e3f394dc0b549812f90e77e5c3b83c70" + sha256 cellar: :any_skip_relocation, arm64_linux: "15566702005bc3879752fdf7f119a918498cf3c66bf5c1002f2e2cb32c4587ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2a7b42585a81fa55c4536a6debf606ea7428644d100fc89fe6e760a9f33e4c2c" end depends_on "go" => :build From 4bd7507615986609deb3f6b768df81dd5542b00d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:23:17 +0000 Subject: [PATCH 02243/10074] cdk8s: update 2.200.90 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index db888c1331997..c6cf3022091b9 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" - sha256 cellar: :any_skip_relocation, sonoma: "127360670b9fef8e6160321a9ce7ba53db381adf14259898ed522307d14f712d" - sha256 cellar: :any_skip_relocation, ventura: "127360670b9fef8e6160321a9ce7ba53db381adf14259898ed522307d14f712d" - sha256 cellar: :any_skip_relocation, arm64_linux: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "848b8eeedf1db93db2c76ac1479587f6cca637dc97d2ebf702000909c195f33b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" + sha256 cellar: :any_skip_relocation, sonoma: "130f8e54fcb3468910558229ac6f12d3a204766f5f1031331b10c61e0ce47824" + sha256 cellar: :any_skip_relocation, ventura: "130f8e54fcb3468910558229ac6f12d3a204766f5f1031331b10c61e0ce47824" + sha256 cellar: :any_skip_relocation, arm64_linux: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" end depends_on "node" From 4ffd1393a222d9cded650ee7b25ad161afd13da6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:23:23 +0000 Subject: [PATCH 02244/10074] baresip: update 3.23.0 bottle. --- Formula/b/baresip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/baresip.rb b/Formula/b/baresip.rb index 8a06c91c8b2c8..89b7cd62f997f 100644 --- a/Formula/b/baresip.rb +++ b/Formula/b/baresip.rb @@ -6,13 +6,13 @@ class Baresip < Formula license "BSD-3-Clause" bottle do - sha256 arm64_sequoia: "5ceaa071913d0d3fc53253c33c8e108b18cb61d2a2e7d7bca8591638234810f9" - sha256 arm64_sonoma: "0ac329d132fc17565506d32546232a381abaa4738b636fbd35430c402d8a065d" - sha256 arm64_ventura: "69046a45077cbdeb61b6a34c4b54721b749a1fe2cc9731411ea0cfa989fc96d7" - sha256 sonoma: "3a92e4a38a530f636283b8109caa66a2d812f00349441f1a922ee4f67b722d49" - sha256 ventura: "5e713fb7d5a28e199ce2d92f8d41665fe8d7fb067dcc1cf326e468c444f43657" - sha256 arm64_linux: "8f87bc63ae6a6f72197982bed3cb5285f2018dba774c669a9eb9a8812be939a3" - sha256 x86_64_linux: "e552113a1671d38c0cba89cec6cd68a9e1d802ba4e95b0d3d83d5f926ad7020a" + sha256 arm64_sequoia: "c88b06259a3fc929603b48675ba8ce259a9a2629426c34a4ede978f11d934ab6" + sha256 arm64_sonoma: "a37f29d586e05837d53b16c7a69c8b56f755cd8f7249d37a1db91ad655fb5ecc" + sha256 arm64_ventura: "0968aa6f3ab07833e9d2da186ea60ef470a94bfff04f5a8c1014782435fddae3" + sha256 sonoma: "6512f922d28667ca4cbafd3f900eade03f1cb0874017943ccda3e1ab09eb2cb0" + sha256 ventura: "9fe5ecb44330b7fe0a619a9ddbaf3bc8d8ad02ceedcfb1f51f51a60ee3f9ef8b" + sha256 arm64_linux: "8b4e71d8919bebd3f9cc76ea31b0b24227aeabd7704d39d6b6b3af336f0141b9" + sha256 x86_64_linux: "af93e3b9dcee3fb6f8dd33038a507b2641d6bb024ad996e1e7c614618514e67a" end depends_on "cmake" => :build From ffbff97954ee9b75cc6c88fd8c08e87421610111 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:23:23 +0000 Subject: [PATCH 02245/10074] libre: update 3.23.0 bottle. --- Formula/lib/libre.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libre.rb b/Formula/lib/libre.rb index 3c6a35e0db163..65fcd1a774d0e 100644 --- a/Formula/lib/libre.rb +++ b/Formula/lib/libre.rb @@ -6,13 +6,13 @@ class Libre < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "4983d98e34594c1af961549d8b4991421eae2e0cd1fa0d69597e623908a927e6" - sha256 cellar: :any, arm64_sonoma: "4bba3d7970ab3d41fe8609485685d8b53f75801c52a2c88f0c2cf83c85260e71" - sha256 cellar: :any, arm64_ventura: "7ac577319687be8c0c1a88ed24aab3509c489140c32d9088d3e3a490634c8e5b" - sha256 cellar: :any, sonoma: "fd33f97a24e6f063f2cc8dd059cd55c69a9769fe7ce5dad231a52ea57bd82e81" - sha256 cellar: :any, ventura: "95f939b11e90bb13695da227a90f9d26257f261082586e118ddf783b7236b1d3" - sha256 cellar: :any_skip_relocation, arm64_linux: "27d259496e09f08957f633a2d7730a85a740999e8961246e389fd8352a325ccb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f66e9290acb5554710dbb0d0827040d80f835b3d77248e347a4958f814d0634a" + sha256 cellar: :any, arm64_sequoia: "4ebb9e9fdb49e30db7fdedbc6e3fe7ccaa744476bb7a7651784c8d16442d58a3" + sha256 cellar: :any, arm64_sonoma: "26672862a7acbed46168e77ac111dcf295307f058e0d5d0934058651ce96d6b3" + sha256 cellar: :any, arm64_ventura: "d55d661cb188d3ff26182117d7d08ab4c3083469ad4a3504c93c0c086e12a238" + sha256 cellar: :any, sonoma: "0841ad4e123316f157e09587e95e682bd8004359c2d08c07d7db18c374046206" + sha256 cellar: :any, ventura: "ccf34357842fa6fffabdf572ef1c20c4682b3b51176e233513c417c27786bc45" + sha256 cellar: :any_skip_relocation, arm64_linux: "6117b85b50f0be17320fd62a4ed2e61495cdba842eac72b5fe7e8275c2053309" + sha256 cellar: :any_skip_relocation, x86_64_linux: "21f20db1d5c72925bc68e487db20451d2d19dc7ac1fa3556e6a7b74af4408e06" end depends_on "cmake" => :build From d5fba8bf92b0f1be44b1b8cf89979e385110444b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:23:37 +0000 Subject: [PATCH 02246/10074] jackett: update 0.22.1987 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 513dc818fc4d3..77e18a8e3736d 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "e220e7be9ba64059103573c3389352b807ff92aa60c5521220a9d6e88789c94a" - sha256 cellar: :any, arm64_sonoma: "9fb94e70569004553a8d32f9f4c421f4965b7fb0d2e78b90b926c73d1c47e9b9" - sha256 cellar: :any, arm64_ventura: "ca3a6bbb1673a19c60abec99ae45680d969bfb27952b92a64caa454676c8e084" - sha256 cellar: :any, ventura: "6589022c12bd0b4bc0c3a087f0058a1c63b0b357a93558e46d6b667c1b958196" - sha256 cellar: :any_skip_relocation, arm64_linux: "3c54ccc308a7d71558182d9d6dbbfb940f0bf271c5841319c08e7c012efaff99" - sha256 cellar: :any_skip_relocation, x86_64_linux: "759b68685d9ed4ccab98312499d060eabb097ff8fef4172f6fd47e056133b10d" + sha256 cellar: :any, arm64_sequoia: "06ff329ccaa981c598a2678be45dbbd485982ef486e09205e75e837e4a382022" + sha256 cellar: :any, arm64_sonoma: "f49a8ad7b38fbfc0530dc78e99e19376c881f16f3a2281c636dc80898c8ed658" + sha256 cellar: :any, arm64_ventura: "6400796b6d915bdcee38fcc3bb6f9b1fdd324bff779a537829ff8650c507f5d4" + sha256 cellar: :any, ventura: "397bc06772bb0f2f86953659f67f1d245adc94efcf4d74aac627245829bd2f97" + sha256 cellar: :any_skip_relocation, arm64_linux: "73ef536d3e71c62e275ed587964850e3b62a3c782e654bb2ee2f013645ecf5b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9152af1d380bf8c5ffac3905c409e12c82d4f9d9166dd3e8d882594d8dbeac0d" end depends_on "dotnet@8" From aaee1429328620169dad9ec9a77885cfdf70671a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:25:32 +0000 Subject: [PATCH 02247/10074] kubevpn: update 2.7.14 bottle. --- Formula/k/kubevpn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 3f7006156615c..0068263b01c4d 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -7,13 +7,13 @@ class Kubevpn < Formula head "https://github.com/kubenetworks/kubevpn.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9edb8f72838d6675217419a33251cab0a6eafdd27739ed324cb35b7fede4ecfd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bf1b577e4082c093abed38b8e4d447a0fb213d02355b4ba954a7ea12d8cea2b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d66f7c9dda0d1c0d2cc836ec241f07226abebc470a26468b0aa45dbe8b49ff83" - sha256 cellar: :any_skip_relocation, sonoma: "3649539f6b41f6e49698c4b478f0395648ae8d41ce864e9d51720a2b185efcc2" - sha256 cellar: :any_skip_relocation, ventura: "c30dd15639cb8ee28c73d1e4cff6e8df965469c5ec1807fff7a0c9f8f1f0edf3" - sha256 cellar: :any_skip_relocation, arm64_linux: "41b94d14628f5eb069a85d055a0fa4eeca7dee1afa54463de5ec10190878ecbc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a723ee27de7287444f77a4d62d61e18f873b543fde7d13d622a3af67ac9b8381" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4760280c8451087a98ce9f49636b185d777ef296cd257846894a9c0dc2240879" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c118b92aa0bd9e5a27cb5e1ab3fe1209ad877c59817e496203b2a228a00badda" + sha256 cellar: :any_skip_relocation, arm64_ventura: "540f0779a874eed0d0feec109e07ade1f8eeca9d556ca36f9ca1d429cd4ae03f" + sha256 cellar: :any_skip_relocation, sonoma: "855f13302339f724e4896a2b9302c80f81123f38c4d9ef10a8bf5e5417b0f61f" + sha256 cellar: :any_skip_relocation, ventura: "859ba882fb3df0223381f57b1983a1cdd89c3993d68b47fa71ada202c31e59e2" + sha256 cellar: :any_skip_relocation, arm64_linux: "d227371485fcbfcc50877bab170911b8e0fb6e8cf53aa5b6a0d8c26e5b05a989" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6bbdd97a965994a72e56ba6ab89feded69663bcde68474fe2c2b8699531bcfd0" end depends_on "go" => :build From 7cd315b6b9d3df342ca6dd0678806af030f43fe2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:26:33 +0000 Subject: [PATCH 02248/10074] oh-my-posh: update 26.2.2 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index d1c6ddaed7f80..9c0a4aee30335 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b83d1613aaf401cee7231b92734a0b89dcbe6d84733441ef537a9bac34a09192" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7009a8cd13fdc99c8b04f148a036b35fc40e028ce7360aac40e99659bb92f7f8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "649916d0561ad5177eed8477b9e32ddab9c414586a0a833b680f5697fc9d09b6" - sha256 cellar: :any_skip_relocation, sonoma: "ff6cbd945d91a545993a175f7e58d84b0e1d561efa39fe53de866d7947eecac5" - sha256 cellar: :any_skip_relocation, ventura: "6f2fb28638da19125d2b937f7f9eca82c8e5ea04253ed4635d3249d4737a7d4e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6dec54750ac853d4792189ca57b62d4967544ff01d5f745dd048da0d67a8a2d1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "35c86b4f5b020116f112c20ce31b805e20266496dfdd76a395b99e93fba2be84" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "83c59d2d8bfb9ffc215cdc52989628ec8c59b162d278c76e1443a37393cc1355" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ba26cbed4194c269c176ab3f0d9c16e2d27c17397b5569d088b13943328670a4" + sha256 cellar: :any_skip_relocation, sonoma: "c6b1e8080d7fe39fe6d743e61fc3447f8e8f400b14e6619a2c860f8707db6224" + sha256 cellar: :any_skip_relocation, ventura: "744d7bc8fb36e557bf0af255589f38f8536dc46a6bba99e84247a7b6e12d914b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "042050090907af51f2951493a3d3bf11cf42a499911f6d09dc5a0a150d7255ae" end depends_on "go" => :build From ca55bf3ba11ac28fb643e317193dafa72b35a11f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:26:50 +0000 Subject: [PATCH 02249/10074] joern: update 4.0.370 bottle. --- Formula/j/joern.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/joern.rb b/Formula/j/joern.rb index e1b7f274afc8e..12de618642d8d 100644 --- a/Formula/j/joern.rb +++ b/Formula/j/joern.rb @@ -12,13 +12,13 @@ class Joern < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5f8d8896e28da6803bc95604b42ec8f11abe06b174bcf13264802cd98ecc537" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3294cf9c1394c8e9013f3e57329958733e933534d12a54d14a39e72c00be0782" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0178e8e69b929aff9568ae1ef7af150ad1b6c8e5a688d98c5177c8e085544589" - sha256 cellar: :any_skip_relocation, sonoma: "2e76d62753e04fbebacd1cde67c698f962a38df6c2aa5184bd64e3c4883f87ce" - sha256 cellar: :any_skip_relocation, ventura: "1ccb22cb34222a5cbb7501f9d737931a19202fc65d2b2a512025c07e69d58409" - sha256 cellar: :any_skip_relocation, arm64_linux: "da63cf8e28be60316c3f37c3e6301fd81236432e2aaa46e432a151631eb0e6f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1607bddd08fab585aa1ee0b3830ea522651b307e146999bc35ed4ca12360b73" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff018940e4454e365f659f080089e55a981a5919f3f24322363866f8f083ca87" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff018940e4454e365f659f080089e55a981a5919f3f24322363866f8f083ca87" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ff018940e4454e365f659f080089e55a981a5919f3f24322363866f8f083ca87" + sha256 cellar: :any_skip_relocation, sonoma: "8530e24f243e90b62dda97fc82d23a752a3650fdf032431e18ae9f96a467b47d" + sha256 cellar: :any_skip_relocation, ventura: "5b00d473ac9299385b41bce7686fdd9766bcd6a24a666834e01c0385daa96fa1" + sha256 cellar: :any_skip_relocation, arm64_linux: "a27bc60be497d1d51585b5f1e0715e4dd7783601c8e0b0913b7c6cf8f8d8f4d3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f38b4cb3c57899a4e30250bc6fd4ff933553d350041444758ff4a59ae0ecfca8" end depends_on "sbt" => :build From e735383f1303ca0b57e460ae455f7875ef481ef0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:27:23 +0000 Subject: [PATCH 02250/10074] renovate: update 40.41.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 74273913a634c..b133f18f39b74 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "faba07abc4b431bf5151f49c53b78a5f308eff6065d4b6b5cd40204f4f086192" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "423b068b6e8ee5f8ee1bc3a7f74080b46e1f4f7c4ea16617bcfda348f44bd990" - sha256 cellar: :any_skip_relocation, arm64_ventura: "779909e93b122ac5511d2cec4bb34e864831801fc0db223a1cb14f2d474b513f" - sha256 cellar: :any_skip_relocation, sonoma: "2534e60836a72af52bfc52902e26e6aebd790d51098d25245a73562bb8217aa6" - sha256 cellar: :any_skip_relocation, ventura: "66e5f0c2bd19d801aa9d735e7fe65dc1b5781759b91d28938f07056f5557502a" - sha256 cellar: :any_skip_relocation, arm64_linux: "509c10ee58c37c3f187adfbc48793c369c7a0729620171dc01d25842836d594a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "48427926c9a9acde2b9bf78bc4e659f23193c83504f4a30209a73a8a9cabc061" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f38374764952eff7fada93fa8c722397732686fa75d5ba46398f4b0ed0baf498" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ad2ccdaa564baf81cd5094a2c709e53d3f0d806a51e4d7b87e2e4ca6834dece" + sha256 cellar: :any_skip_relocation, arm64_ventura: "44b846deed99ce64a4e6a6035c09682e6586bd992ff01d071ca61a4e451fef87" + sha256 cellar: :any_skip_relocation, sonoma: "715e0169fff1b2428ea1858fb3f53596ba7c1c139e7fec481571134f91bc31d5" + sha256 cellar: :any_skip_relocation, ventura: "96344ed6cf2336048aa9e4c5e87ef40deb6ec40892e235ec7ecebeb189972afb" + sha256 cellar: :any_skip_relocation, arm64_linux: "16d5f1b6c82d0bafa0a2d9cf082685f18b8a77c1304e796cf3d05afaa83b1f98" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fcd1dc127903671c542d00a4970f76cfd2460d150546207619bcb5de75a32bce" end depends_on "node@22" From d9792b497d972ce2ab637e6468a7e9f9720cd9c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:27:47 +0000 Subject: [PATCH 02251/10074] wstunnel: update 10.4.2 bottle. --- Formula/w/wstunnel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wstunnel.rb b/Formula/w/wstunnel.rb index 396515b5a3cd3..a397ef39e9999 100644 --- a/Formula/w/wstunnel.rb +++ b/Formula/w/wstunnel.rb @@ -15,13 +15,13 @@ class Wstunnel < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "420460cccb586de6d8080d5240eadea74fb442704723956b8638c33ac52a1f69" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "70d406f25402505952da03aa532c2887f7427a680b398051b6609bdc887fe628" - sha256 cellar: :any_skip_relocation, arm64_ventura: "833a1873fa502e72576c2211ea4c79ecc2366042bd3ecc49152f235d0c2b242d" - sha256 cellar: :any_skip_relocation, sonoma: "448e4b6a9bb5eedb9c828c5567b3e4b298d065d4c8aeb5303248a703df83039f" - sha256 cellar: :any_skip_relocation, ventura: "8e9294c4089c6d09aa090df41fd0b21e145120bcb14380282d633070c311df30" - sha256 cellar: :any_skip_relocation, arm64_linux: "9f84742a848f520ce7ffd397b2103bb58f034929feb181517e8e72423c0e0fa2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aef176dc59831d1d1d1535b090698ffc2a645c475852c91f7de0bd802c73f06a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "79dc95155b17874b57034280388e39179fd39660f4903357da04c4453408f0d8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f216a070be70662bb18cf370e2e766daca6c093ba874ede8ce14c12de54975a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f912eb616678d51adc7f7c2f10227e31cb33605d2e741d7a4b5392ea71d57562" + sha256 cellar: :any_skip_relocation, sonoma: "93fedd35f9be4077f18f89150f0dd584b3f61264f221bfebf76bc776fd44b82c" + sha256 cellar: :any_skip_relocation, ventura: "62b5af8204fa9157cdcd6c35e3a0133dbd08bfa8f8bfa3393e209dc086fb0bd9" + sha256 cellar: :any_skip_relocation, arm64_linux: "e20cc2d0a8efe17a287ecabbaed0d00120cde54126d4c6b82a31de2d2b79352f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c243eba3b9c7e3263ba7067126ce435d3da1e47048a06aba621c8324c1d9ea2" end depends_on "rust" => :build From 786fc43cf45b3cd10ac9982ea36c1fa713bc6ba9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:50:58 +0000 Subject: [PATCH 02252/10074] aliyun-cli 3.0.282 --- Formula/a/aliyun-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index b181754a069f2..590f0731f53cb 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -2,8 +2,8 @@ class AliyunCli < Formula desc "Universal Command-Line Interface for Alibaba Cloud" homepage "https://github.com/aliyun/aliyun-cli" url "https://github.com/aliyun/aliyun-cli.git", - tag: "v3.0.281", - revision: "246577869563236cf81ba4f5eab8ebbba870838b" + tag: "v3.0.282", + revision: "0dd2ea5d47a37e6752fc51f15cf7ac0dd6646eeb" license "Apache-2.0" head "https://github.com/aliyun/aliyun-cli.git", branch: "master" From 33aad5eba52e592e7bd15b483ce9a31002920590 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:59:02 +0000 Subject: [PATCH 02253/10074] dstack 0.19.12 --- Formula/d/dstack.rb | 53 +++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index 216227f1e6bc9..b111c111bb03a 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -3,8 +3,8 @@ class Dstack < Formula desc "ML workflow orchestration system designed for reproducibility and collaboration" homepage "https://dstack.ai/" - url "https://files.pythonhosted.org/packages/b7/8c/3bad7c89fdab60305de1fbe2818a9132ab1386fa871e265177c839ea634a/dstack-0.19.11.tar.gz" - sha256 "81c94f6a37d971f1e80bcccbdc9691207b78df091c5da5a808c3e43a1c03508d" + url "https://files.pythonhosted.org/packages/7f/06/0a2a8149e5549588c743596389edbd3278afd7bf03a52e3ea9ad02239835/dstack-0.19.12.tar.gz" + sha256 "092e23dd4907e388bead63f6b1f3d4136d604f0ae9c38a423b5dacde8f0a1a44" license "MPL-2.0" bottle do @@ -137,13 +137,13 @@ class Dstack < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/83/7d/cdd55376fe9b9102a843649cbd9cba38d49bfd570a89042c090550b23bf5/boto3-1.38.24.tar.gz" - sha256 "abdb8c760543e9c22026320e62e2934762b0c4ac4f42e8ea2a756f2d489b3135" + url "https://files.pythonhosted.org/packages/15/d2/e7286b4ffd3138eb13caaa0f611c2e291f7c6b14ae56bf087ce213c54dc4/boto3-1.38.29.tar.gz" + sha256 "0777a87e8d28ebae09a086017a53bcaf25ec7c094d8f7e4122b265aa48e273f5" end resource "botocore" do - url "https://files.pythonhosted.org/packages/95/1b/1e38f24245e1b0461470176335bc0a443050459e9e64a0d881244a0a8a5e/botocore-1.38.24.tar.gz" - sha256 "43563d5c2dfd56ebbcd9e25f482fc45000bfaec5966b26c77b331bd340c46376" + url "https://files.pythonhosted.org/packages/32/9a/8c3ec27698910c1b94152f9e7a345d4c6c2f49dfc41d8336f82e32c32ed1/botocore-1.38.29.tar.gz" + sha256 "98c42b1bbb52f4086282e7db8aa724c9cb0f7278b7827d6736d872511c856e4f" end resource "cached-classproperty" do @@ -202,13 +202,13 @@ class Dstack < Formula end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/09/5c/085bcb872556934bb119e5e09de54daa07873f6866b8f0303c49e72287f7/google_api_core-2.24.2.tar.gz" - sha256 "81718493daf06d96d6bc76a91c23874dbf2fac0adbbf542831b805ee6e974696" + url "https://files.pythonhosted.org/packages/98/a2/8176b416ca08106b2ae30cd4a006c8176945f682c3a5b42f141c9173f505/google_api_core-2.25.0.tar.gz" + sha256 "9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a" end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/db/86/1bd09aea2664a46bc65713cb7876381ec8949a4b1e71be97dfc359c79781/google_api_python_client-2.170.0.tar.gz" - sha256 "75f3a1856f11418ea3723214e0abc59d9b217fd7ed43dcf743aab7f06ab9e2b1" + url "https://files.pythonhosted.org/packages/35/99/237cd2510aecca9fabb54007e58553274cc43cb3c18512ee1ea574d11b87/google_api_python_client-2.171.0.tar.gz" + sha256 "057a5c08d28463c6b9eb89746355de5f14b7ed27a65c11fdbf1d06c66bb66b23" end resource "google-auth" do @@ -292,13 +292,13 @@ class Dstack < Formula end resource "grpcio" do - url "https://files.pythonhosted.org/packages/cd/6e/4059e7f0701a5a5729cfe810506e12a72396e570a6159b2f17fbdda98196/grpcio-1.73.0rc1.tar.gz" - sha256 "2bb4c20413cddbf65835fefb3941132c67050b2be07a32534e9465e5e9873861" + url "https://files.pythonhosted.org/packages/fe/45/ff8c80a5a2e7e520d9c4d3c41484a11d33508253f6f4dd06d2c4b4158999/grpcio-1.72.1.tar.gz" + sha256 "87f62c94a40947cec1a0f91f95f5ba0aa8f799f23a1d42ae5be667b6b27b959c" end resource "grpcio-status" do - url "https://files.pythonhosted.org/packages/b7/7c/12c5ebac3b6e865ea066e3ec5bd777d34422e86152eb7bbb01c4a087666c/grpcio_status-1.73.0rc1.tar.gz" - sha256 "ffed993895fba81e003d70a4313d40f5a0961688b399dab26c2105b8a7340c22" + url "https://files.pythonhosted.org/packages/50/b8/e563262a30065d3b52b61ca92c427fe2a1b04ba5dfca0415ae0df8ecdac8/grpcio_status-1.72.1.tar.gz" + sha256 "627111a87afa920eafb42cc6c50db209d263e07fa51fbb084981ef636566be7b" end resource "h11" do @@ -326,6 +326,11 @@ class Dstack < Formula sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" end + resource "ignore-python" do + url "https://files.pythonhosted.org/packages/5a/76/e6968b370f5f24a5988a32fe4f2e72c4e4af35ace90ca8b29915a50946de/ignore_python-0.2.0.tar.gz" + sha256 "8c6c66125b375799a01973cc951931f09ac87c187005e7c44fe9cb9c121af957" + end + resource "importlib-metadata" do url "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz" sha256 "310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580" @@ -412,8 +417,8 @@ class Dstack < Formula end resource "prometheus-client" do - url "https://files.pythonhosted.org/packages/5b/5a/3fa1fa7e91a203759aaf316be394f70f2ef598d589b9785a8611b6094c00/prometheus_client-0.22.0.tar.gz" - sha256 "18da1d2241ac2d10c8d2110f13eedcd5c7c0c8af18c926e8731f04fc10cd575c" + url "https://files.pythonhosted.org/packages/5e/cf/40dde0a2be27cc1eb41e333d1a674a74ce8b8b0457269cc640fd42b07cf7/prometheus_client-0.22.1.tar.gz" + sha256 "190f1331e783cf21eb60bca559354e0a4d4378facecf78f5428c39b675d20d28" end resource "proto-plus" do @@ -422,8 +427,8 @@ class Dstack < Formula end resource "protobuf" do - url "https://files.pythonhosted.org/packages/13/48/718c1e104a2e89970a8ff3b06d87e152834b576c570a6908f8c17ba88d65/protobuf-6.31.0.tar.gz" - sha256 "314fab1a6a316469dc2dd46f993cbbe95c861ea6807da910becfe7475bc26ffe" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "psutil" do @@ -582,8 +587,8 @@ class Dstack < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzlocal" do @@ -592,8 +597,8 @@ class Dstack < Formula end resource "uritemplate" do - url "https://files.pythonhosted.org/packages/d2/5a/4742fdba39cd02a56226815abfa72fe0aa81c33bed16ed045647d6000eba/uritemplate-4.1.1.tar.gz" - sha256 "4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" + url "https://files.pythonhosted.org/packages/98/60/f174043244c5306c9988380d2cb10009f91563fc4b31293d27e17201af56/uritemplate-4.2.0.tar.gz" + sha256 "480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e" end resource "urllib3" do @@ -602,8 +607,8 @@ class Dstack < Formula end resource "uvicorn" do - url "https://files.pythonhosted.org/packages/a6/ae/9bbb19b9e1c450cf9ecaef06463e40234d98d95bf572fab11b4f19ae5ded/uvicorn-0.34.2.tar.gz" - sha256 "0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328" + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" end resource "watchfiles" do From ddf53c9cdc3fed4682e036f64206d00e07e70670 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:06:43 +0000 Subject: [PATCH 02254/10074] libimobiledevice-glue 1.3.2 --- Formula/lib/libimobiledevice-glue.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libimobiledevice-glue.rb b/Formula/lib/libimobiledevice-glue.rb index 90820a92806f8..c7ac78dc437c1 100644 --- a/Formula/lib/libimobiledevice-glue.rb +++ b/Formula/lib/libimobiledevice-glue.rb @@ -1,8 +1,8 @@ class LibimobiledeviceGlue < Formula desc "Library with common system API code for libimobiledevice projects" homepage "https://libimobiledevice.org/" - url "https://github.com/libimobiledevice/libimobiledevice-glue/releases/download/1.3.1/libimobiledevice-glue-1.3.1.tar.bz2" - sha256 "6e2849f221e6ab970566a115d42f3c20f8848e4d40c2ed61ac20dc85f40fa54f" + url "https://github.com/libimobiledevice/libimobiledevice-glue/releases/download/1.3.2/libimobiledevice-glue-1.3.2.tar.bz2" + sha256 "6489a3411b874ecd81c87815d863603f518b264a976319725e0ed59935546774" license "LGPL-2.1-or-later" head "https://github.com/libimobiledevice/libimobiledevice-glue.git", branch: "master" From 9222ba4955d27dae953b34858ab4eccfaca66052 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:08:07 +0000 Subject: [PATCH 02255/10074] ls-lint 2.3.1 --- Formula/l/ls-lint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/ls-lint.rb b/Formula/l/ls-lint.rb index ad647e6a9f638..0b5d2a2bdcbe2 100644 --- a/Formula/l/ls-lint.rb +++ b/Formula/l/ls-lint.rb @@ -1,8 +1,8 @@ class LsLint < Formula desc "Extremely fast file and directory name linter" homepage "https://ls-lint.org/" - url "https://github.com/loeffel-io/ls-lint/archive/refs/tags/v2.3.0.tar.gz" - sha256 "b68b924ee8a8bea41a8508824555455a001af48df3f1f60d7f4fc55b2abe7188" + url "https://github.com/loeffel-io/ls-lint/archive/refs/tags/v2.3.1.tar.gz" + sha256 "ea6b53fb2bf13055e1cd5eb4aeeddc883044e859a617adebd1802181cdb44b14" license "MIT" head "https://github.com/loeffel-io/ls-lint.git", branch: "master" From e7d1a90fb8e9c3b0bb5416295566fe5d72b4e321 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:08:20 +0000 Subject: [PATCH 02256/10074] lua 5.4.8 --- Formula/l/lua.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lua.rb b/Formula/l/lua.rb index 1b4de4551ab8f..434ea94263fc7 100644 --- a/Formula/l/lua.rb +++ b/Formula/l/lua.rb @@ -1,8 +1,8 @@ class Lua < Formula desc "Powerful, lightweight programming language" homepage "https://www.lua.org/" - url "https://www.lua.org/ftp/lua-5.4.7.tar.gz" - sha256 "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30" + url "https://www.lua.org/ftp/lua-5.4.8.tar.gz" + sha256 "4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae" license "MIT" livecheck do From a7a3e716465eb133b5dd45aab51e74c78284783e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:08:56 +0000 Subject: [PATCH 02257/10074] manticoresearch 10.0.0 --- Formula/m/manticoresearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index 0c4b15970fc91..7cebb80e9ec5c 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -1,8 +1,8 @@ class Manticoresearch < Formula desc "Open source text search engine" homepage "https://manticoresearch.com" - url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/9.8.2.tar.gz" - sha256 "97054a8bfa671bdbd6ad7ad66d52f95fb7482ec612345f718faec61213fdcc0a" + url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/10.0.0.tar.gz" + sha256 "d4370ceb354f8d5256dc9721561e44be760fac98efe8ab6124a9335feecd4979" license all_of: [ "GPL-3.0-or-later", "GPL-2.0-only", # wsrep From f82b3ce5cf16f3892d2fab99d53e464a71548a66 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:11:50 +0000 Subject: [PATCH 02258/10074] jetty: update 12.0.22 bottle. --- Formula/j/jetty.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Formula/j/jetty.rb b/Formula/j/jetty.rb index 93ad039b9382f..a136514c226d1 100644 --- a/Formula/j/jetty.rb +++ b/Formula/j/jetty.rb @@ -11,13 +11,7 @@ class Jetty < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "7e7c790eaeadb9bd6e0ef648117963620bc9515c80a46285206c9c409a3e879a" - sha256 cellar: :any, arm64_sonoma: "601f49357f56efe738abdd75c5d08e180c953fbdde53b84c0d5e99709a89ff94" - sha256 cellar: :any, arm64_ventura: "9856be3e6041b17203fe6053cd0740fe906b7f8f0a41d4042e2d3539b69dc787" - sha256 cellar: :any, sonoma: "4168e1d01e872605f106067c547b1bcf78354df0975d5937571d911658135ca0" - sha256 cellar: :any, ventura: "4168e1d01e872605f106067c547b1bcf78354df0975d5937571d911658135ca0" - sha256 cellar: :any_skip_relocation, arm64_linux: "a9dbbb51964c592d7b53a3aefb6ab3ced9dd94bcfbcf00277a80a97322889b0b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e8b9972b6503efa46f902c552d6760d9196a9f1d136ca2d1d37238f9a9e82c15" + sha256 cellar: :any_skip_relocation, all: "1012db79c9b4b4164fa7c312d7dbea6fbb64503c0307a883866c4bda41afb737" end depends_on "openjdk" From c886b811df9d0cd0026b92072251b2efcc7163be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:12:06 +0000 Subject: [PATCH 02259/10074] aliyun-cli: update 3.0.282 bottle. --- Formula/a/aliyun-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 590f0731f53cb..18ee8df34b90f 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -8,12 +8,12 @@ class AliyunCli < Formula head "https://github.com/aliyun/aliyun-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a23338a1468ab810b9020158382f8cd96202d8cc06ca78155ad3ad4eb94ab2c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a23338a1468ab810b9020158382f8cd96202d8cc06ca78155ad3ad4eb94ab2c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5a23338a1468ab810b9020158382f8cd96202d8cc06ca78155ad3ad4eb94ab2c" - sha256 cellar: :any_skip_relocation, sonoma: "518930278d336b8026e65479c916ce97de5e1c2f96e6a959e009dfffccccd77b" - sha256 cellar: :any_skip_relocation, ventura: "518930278d336b8026e65479c916ce97de5e1c2f96e6a959e009dfffccccd77b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bba373c268f389f502a7515f2f52f6dd4c440a5fd507c55245e8cbb678f6ee56" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "047a56affcea4d8a248f46ba754e60d1c28541fba0908870b65f9ae7cc1a5ba9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "047a56affcea4d8a248f46ba754e60d1c28541fba0908870b65f9ae7cc1a5ba9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "047a56affcea4d8a248f46ba754e60d1c28541fba0908870b65f9ae7cc1a5ba9" + sha256 cellar: :any_skip_relocation, sonoma: "80aaf62c2e918dc055b9f97e31defad1cd012f8cf18f4d2bcc7c87ca1d229195" + sha256 cellar: :any_skip_relocation, ventura: "80aaf62c2e918dc055b9f97e31defad1cd012f8cf18f4d2bcc7c87ca1d229195" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ce9d0b1e256d5c7b36e2a06292c35e5e39d8cca7222556fe5c44c6c0d961a4ba" end depends_on "go" => :build From c3f3c81ea2347e116a5eebd0a58d7b2fda54ffb4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:12:45 +0000 Subject: [PATCH 02260/10074] opa 1.5.1 --- Formula/o/opa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/opa.rb b/Formula/o/opa.rb index b2304cc850481..a6fe3fddd4439 100644 --- a/Formula/o/opa.rb +++ b/Formula/o/opa.rb @@ -1,8 +1,8 @@ class Opa < Formula desc "Open source, general-purpose policy engine" homepage "https://www.openpolicyagent.org" - url "https://github.com/open-policy-agent/opa/archive/refs/tags/v1.5.0.tar.gz" - sha256 "e1745bc2dbf73d5e17f9360f7f9224e74555a9b907af7fca2c28e4dbfeb9e1be" + url "https://github.com/open-policy-agent/opa/archive/refs/tags/v1.5.1.tar.gz" + sha256 "ea34c1f9a27501d0c6313f96bf33665333c395536bf6a849c6d0253c5a807795" license "Apache-2.0" head "https://github.com/open-policy-agent/opa.git", branch: "main" From 89215af5bf3f6f34a908eb1d3f18224887dc8036 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:22:03 +0000 Subject: [PATCH 02261/10074] clang-include-graph: add 0.2.0 bottle. --- Formula/c/clang-include-graph.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/c/clang-include-graph.rb b/Formula/c/clang-include-graph.rb index fd0047f366782..4fc06b61b5132 100644 --- a/Formula/c/clang-include-graph.rb +++ b/Formula/c/clang-include-graph.rb @@ -6,6 +6,15 @@ class ClangIncludeGraph < Formula license "Apache-2.0" head "https://github.com/bkryza/clang-include-graph.git", branch: "main" + bottle do + sha256 cellar: :any, arm64_sequoia: "3480c320bbd4af88fc4d12d612c55f4b5f79a9cf4e2479dcc4d9d38ca483acc4" + sha256 cellar: :any, arm64_sonoma: "2906d24fb1455310992f9003714951dcd9cf2a4f82bdad3bbe454e6e57807fd1" + sha256 cellar: :any, arm64_ventura: "7f7c3547adc92cfc57c56aa46b50a6cf87986a8be3abae841bdf90859aeb7f49" + sha256 cellar: :any, sonoma: "86d64bd1b27888c88d760ed89e10c061a4b7438d5df5482aedbf249f8f2259f2" + sha256 cellar: :any, ventura: "5078292a72af6763ea2f6e0cbca879024344a533f4490f19d69ea4b36214168f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7b0b5b89b771bd9d1007e5be39a77f527e7c34be2fa66dc86d1cf1b618487f02" + end + depends_on "cmake" => [:build, :test] depends_on "pkgconf" => :build depends_on "boost" From 5734584bfc8e65bf8e0ed10f3a51e883d2ea4e90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:23:40 +0000 Subject: [PATCH 02262/10074] yara-x 1.0.0 --- Formula/y/yara-x.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index 19f32bf9a7480..b3109a31bb6db 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -1,8 +1,8 @@ class YaraX < Formula desc "Tool to do pattern matching for malware research" homepage "https://virustotal.github.io/yara-x/" - url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v0.15.0.tar.gz" - sha256 "6fd6cdfb85f8281bfb3e56fc57a93b3c3b9adfa52406013ac0088f2ac4e3b181" + url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.0.0.tar.gz" + sha256 "b6d06bbee0c11c403f535f8352f4d86ee2d505a51634a88414fa6dba1aae14f5" license "BSD-3-Clause" head "https://github.com/VirusTotal/yara-x.git", branch: "main" From 512792886aee467a9ca66677e52c032bd5630239 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:24:12 +0000 Subject: [PATCH 02263/10074] zx 8.5.5 --- Formula/z/zx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zx.rb b/Formula/z/zx.rb index a0aec808c94ad..9943334fa4945 100644 --- a/Formula/z/zx.rb +++ b/Formula/z/zx.rb @@ -1,8 +1,8 @@ class Zx < Formula desc "Tool for writing better scripts" homepage "https://google.github.io/zx/" - url "https://registry.npmjs.org/zx/-/zx-8.5.4.tgz" - sha256 "be31333e3a149071fa4d199f61dce64a66b40c40f6d11a5e183cab6cc4ca4900" + url "https://registry.npmjs.org/zx/-/zx-8.5.5.tgz" + sha256 "7c44d107b7384ea89e452bd52b3d6580dbefd1a4b365df5ef4fc2bc955f35304" license "Apache-2.0" bottle do From 7c003473c56394a91e3ff890d385dd3d18516a57 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Wed, 4 Jun 2025 21:13:31 +0900 Subject: [PATCH 02264/10074] malcontent: revision bump (yara-x 1.0.0) --- Formula/m/malcontent.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/malcontent.rb b/Formula/m/malcontent.rb index dae43ea510a27..61471e48947e3 100644 --- a/Formula/m/malcontent.rb +++ b/Formula/m/malcontent.rb @@ -4,6 +4,7 @@ class Malcontent < Formula url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.11.3.tar.gz" sha256 "57c2c875522306776fdf4a39bffd778c56a97d0d0f30c6d3299414f88fb9af77" license "Apache-2.0" + revision 1 head "https://github.com/chainguard-dev/malcontent.git", branch: "main" bottle do From 7f59766ee3b25156bc8bd0d4723a6b16327dc9fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:14:04 +0000 Subject: [PATCH 02265/10074] libimobiledevice-glue: update 1.3.2 bottle. --- Formula/lib/libimobiledevice-glue.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libimobiledevice-glue.rb b/Formula/lib/libimobiledevice-glue.rb index c7ac78dc437c1..0647b76f569cc 100644 --- a/Formula/lib/libimobiledevice-glue.rb +++ b/Formula/lib/libimobiledevice-glue.rb @@ -7,13 +7,13 @@ class LibimobiledeviceGlue < Formula head "https://github.com/libimobiledevice/libimobiledevice-glue.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "b64aec0201f725ffa387c7624dc8690ffafd802e01117dcdda3f335b349b99ce" - sha256 cellar: :any, arm64_sonoma: "131bac1d6f7a2f4044b445e956ad7f5fa82d0e3a6b9a6a0230393d7f1c45c910" - sha256 cellar: :any, arm64_ventura: "a3d210d9d3d98e8919561754030ff00a6735275aefa65be7d0ece3b29a62164a" - sha256 cellar: :any, sonoma: "393c65ff96685188dc9b646e1342379988af3494297052fb23c8f5e49aa5d8d7" - sha256 cellar: :any, ventura: "a2022bc720c9aa8caf0c61d4bd9429be8ecc009ac1eaf4dcb5c0ece40be2e7b2" - sha256 cellar: :any_skip_relocation, arm64_linux: "998f89f012b920eb63abc2a056f87a4f6187a97c6b9442375c9adef02a33857f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "91fd81b54b2c9d6eee333204b752b95aa05ac95779355a573a03bc12632e3daf" + sha256 cellar: :any, arm64_sequoia: "2e0718fa644afc01576aa96df4448e9a13476681b4287973ab3fda5d79e0a52a" + sha256 cellar: :any, arm64_sonoma: "8839511835adac2934787a8a575c3dd6e02186d60db24ddb9c9aeed8a8069883" + sha256 cellar: :any, arm64_ventura: "279cb7a80efc21378015aac5cc440e9fc51b922464adfcd00d08a6e3a5802785" + sha256 cellar: :any, sonoma: "0b08285aeb078331e4240420422e5330d91aba640b21c0d1f06c470deb6b9eb6" + sha256 cellar: :any, ventura: "c85de1ecdb49bc8ef1833ba82ea8987f121a7681645eb056a6b8b6b3c8689146" + sha256 cellar: :any_skip_relocation, arm64_linux: "a5a59b43c4831f6c112f50876d8916b6144d66be4ad44741af5a49e6d3949380" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d2472064748544eb0aca6ed2bf16ca7dab2561e3c45f96094f2a98a751fc2d67" end depends_on "autoconf" => :build From 77e9b0aa21fefbab1cd776b1caea5560d3386d2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:14:19 +0000 Subject: [PATCH 02266/10074] ls-lint: update 2.3.1 bottle. --- Formula/l/ls-lint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/ls-lint.rb b/Formula/l/ls-lint.rb index 0b5d2a2bdcbe2..a78442dd3622e 100644 --- a/Formula/l/ls-lint.rb +++ b/Formula/l/ls-lint.rb @@ -7,13 +7,13 @@ class LsLint < Formula head "https://github.com/loeffel-io/ls-lint.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5755722b1e46c3e058c2a42dca4e79a4602fcaeb69be97bb8c0b01193b23b9f8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5755722b1e46c3e058c2a42dca4e79a4602fcaeb69be97bb8c0b01193b23b9f8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5755722b1e46c3e058c2a42dca4e79a4602fcaeb69be97bb8c0b01193b23b9f8" - sha256 cellar: :any_skip_relocation, sonoma: "7dbbc2b20c13dee5e1d75420bfb443086d049fccd84651fd79ceb3a4092a3c19" - sha256 cellar: :any_skip_relocation, ventura: "7dbbc2b20c13dee5e1d75420bfb443086d049fccd84651fd79ceb3a4092a3c19" - sha256 cellar: :any_skip_relocation, arm64_linux: "494b0d8df7cf9b9fb421600b8e16d4dda2f06862733d46bdf3409b72f6f62f1b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "56648b3a5981cbd825079b534e4a3764eb2606bf251394a7926bc7f4f22b4f3f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "172e96e228cb48828fb773cdf48c36ecbf194ef62334733deddb4ec6bdb7ef4a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "172e96e228cb48828fb773cdf48c36ecbf194ef62334733deddb4ec6bdb7ef4a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "172e96e228cb48828fb773cdf48c36ecbf194ef62334733deddb4ec6bdb7ef4a" + sha256 cellar: :any_skip_relocation, sonoma: "4621cde237fbfb8c5dbcab5049a667d6f096e805672641c3951e7ab560e6036f" + sha256 cellar: :any_skip_relocation, ventura: "4621cde237fbfb8c5dbcab5049a667d6f096e805672641c3951e7ab560e6036f" + sha256 cellar: :any_skip_relocation, arm64_linux: "7e03ffa79c655f478d360cb192f0290677f4372b5e323f712a13687c87582aea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "166d12ed28cae04a36a99d4cb75b71092e0aa7e6d7bd109a17556379381412e4" end depends_on "go" => :build From 13f8b0b7f502324d1233b9c6c089d26bd849e40a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:14:53 +0000 Subject: [PATCH 02267/10074] manticoresearch: update 10.0.0 bottle. --- Formula/m/manticoresearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index 7cebb80e9ec5c..994a1c74f0f96 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -19,13 +19,13 @@ class Manticoresearch < Formula end bottle do - sha256 arm64_sequoia: "48734bd094f3f596a3c15ea2dfa073d6c79bafdd7537a922e3bf75bbaf680451" - sha256 arm64_sonoma: "4937cd47236f18850b378ff19f5e3560edd775581fa5788e9eea72401c06e2a6" - sha256 arm64_ventura: "41d9cb164b18901c295f787be5f703d50f4ba96ad574b823e31eeea24c55f240" - sha256 sonoma: "a427a0d82fcbd47dea145d85e4b9889132e7f2afaad9f6bcdd2125877f6873bc" - sha256 ventura: "1e023ce4353422359bdc6f525855d8b2c774962510e6463e67a2f40a795f64cc" - sha256 arm64_linux: "656adde88347d175ea02ddc1141f737f9b27d5a88e63132ed098ea2caaf93682" - sha256 x86_64_linux: "e74cdcab81df34df51c82bc1776b90e5e1a7f4bb7d6e4e8b0ae7330677210097" + sha256 arm64_sequoia: "38dcea15613a9ad771d3533130d1dd3937b399806bb191b0a8658f37423b08cc" + sha256 arm64_sonoma: "e91fe0a68834d66d00d8dc83a71cd9245c8663d1e364ef259f66b7c3b6d7aabb" + sha256 arm64_ventura: "56764d5cc819ff86d9b811b440dbe0fd9b5c15f855e0a21864b73a7011a899ee" + sha256 sonoma: "b1bf5b6283e756596896bd5ebcab42c3d69054d6c76089923108c7c09ec680b4" + sha256 ventura: "7e51094ebf5db3bd9877ce98deb967f04085d56d47fa29276092b510339e251f" + sha256 arm64_linux: "b8570c8d560038513c9dcf7b8dc2b97f325f335d3496778dd1533b2f5578e1aa" + sha256 x86_64_linux: "d4742c17b8f381e05e88f8423f1ddc4e8219f57b435b3ccf55844fdc77276336" end depends_on "cmake" => :build From 2e78ceac19471d252c5b67084a5c258b366dbb00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:15:11 +0000 Subject: [PATCH 02268/10074] opa: update 1.5.1 bottle. --- Formula/o/opa.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/opa.rb b/Formula/o/opa.rb index a6fe3fddd4439..43a3658be62c7 100644 --- a/Formula/o/opa.rb +++ b/Formula/o/opa.rb @@ -7,12 +7,12 @@ class Opa < Formula head "https://github.com/open-policy-agent/opa.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "305f7ce5b2947ffa6a97e810249cdd9bf483a791b234d484e9b0728d5d481aad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0895d4bdd3b0c3630bde9ddce7c5aa3bcecfe4cedc4600da037581b899a02a2d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d3030092ad6973215c3307cbc19372185a1ad54206b368f5be0cdc12afe2e337" - sha256 cellar: :any_skip_relocation, sonoma: "9b3150311f80ffbcffe511c6caab7831b81cad06a9a4471ccb243397676034ba" - sha256 cellar: :any_skip_relocation, ventura: "028ebe629df0270b4b96e314f20d5a21417db6bd6c21cd67cbb8f85d3e3f2aaa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fa5ce0d669e0910bb70ae65d703a6d5bb7b44cc3c0ccf7c9cb9c9ef20f21e381" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7021f2a9354cd1f49a1e232c67c8068bea714652032c85495bdb761b2348a4a7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c360b098c94fa5244a59305e5ba384f85d63832fca558808b29722329927bbb4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "33791bbdcdabb38dc20fb75c3df6351740a0952031ce909f5c4a0636f0a69dae" + sha256 cellar: :any_skip_relocation, sonoma: "770397dea31bd408649c9dd13aff6a350da48218b4a7ddb4ac89a2dcaf370cf4" + sha256 cellar: :any_skip_relocation, ventura: "8e21334a4866aeee366697aa1f6ac1b729094ae0a885b8aad34b716b98d3c4f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eddb52b6ea76a306fdb9059ffb9c15e074323b5a3770594f6c322d4a9a663884" end depends_on "go" => :build From d22598b6bb5d3730aca9ec7629ab03f399afc353 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:16:26 +0000 Subject: [PATCH 02269/10074] zx: update 8.5.5 bottle. --- Formula/z/zx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/z/zx.rb b/Formula/z/zx.rb index 9943334fa4945..1ef4260085b9a 100644 --- a/Formula/z/zx.rb +++ b/Formula/z/zx.rb @@ -6,7 +6,7 @@ class Zx < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "0108d87b11cedda3ec3ea5aef2e359fb4f40f717d109f195d61bf51475522bfb" + sha256 cellar: :any_skip_relocation, all: "b00385cf958f092e4e870bdb21db616bd36718976a774040eec60b69a3ab578e" end depends_on "node" From 0d399bf2e966c3f15d82ae5495e1250ec1628f91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:21:00 +0000 Subject: [PATCH 02270/10074] dstack: update 0.19.12 bottle. --- Formula/d/dstack.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index b111c111bb03a..18870aabacbe9 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -8,13 +8,13 @@ class Dstack < Formula license "MPL-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "55587c4b9f4e22fcb060859f15b224b5882c031bd6ec6f9c50592199b7ecd46b" - sha256 cellar: :any, arm64_sonoma: "595b4aa24cefbf944e828c2ecf0255ea26b41ca03996123d10e7a24c3db72d17" - sha256 cellar: :any, arm64_ventura: "bc93c59145a4d975e4a93cb4b14b5d430f054679f6580a8c5583b225b94266c8" - sha256 cellar: :any, sonoma: "1cd77334d273cee25177d744492926eeee43075f164650aa3033b2e71100dd30" - sha256 cellar: :any, ventura: "48255a174f49b0529c2781a89257de303fbd59831d7fe77abdfdc2e837ab407c" - sha256 cellar: :any_skip_relocation, arm64_linux: "9933f869d3fb5cd450d9d9a872fea89a3c47b55538c946664ad836b74938d0d6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "52c9e32b89e77e494233bb2fe47391b434fcfd5080198eacd1aa1f496518b283" + sha256 cellar: :any, arm64_sequoia: "36e1f1f64941bafae6bea64d5b5bba277de421487c27c272daba34d01c67ab79" + sha256 cellar: :any, arm64_sonoma: "33ab34a617fb70eebfe8c7f1736cb4b385f2b9b30d91cde1b598163d8ebb04c7" + sha256 cellar: :any, arm64_ventura: "14b76f600f72c9053f62581250adb91d0c38986d29bf1ca79efb2bfde9666361" + sha256 cellar: :any, sonoma: "c1a8f3a11128d7ab541d715d1840055a04185eff428a69eb361397ba26147a5e" + sha256 cellar: :any, ventura: "756d1dfd5a122c638ec0e1697a28ffa39b18da4c3a4fba64d43fff69bb2d2033" + sha256 cellar: :any_skip_relocation, arm64_linux: "fe79cbcff425a3693eed759de42a32839a38ec9f93672c9d1802e9e76e8ba106" + sha256 cellar: :any_skip_relocation, x86_64_linux: "df9d5313c8b5f75c5e1f8239f562564e132be3826789db5bfb384870ac5979d2" end # `pkgconf` and `rust` are for bcrypt. From 739d2628cc0c846dd31916db071c8b771de6749e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:14:31 +0000 Subject: [PATCH 02271/10074] knot: update 3.4.7 bottle. --- Formula/k/knot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/knot.rb b/Formula/k/knot.rb index 60a42ad6f2d3e..fe13f2aef7975 100644 --- a/Formula/k/knot.rb +++ b/Formula/k/knot.rb @@ -11,13 +11,13 @@ class Knot < Formula end bottle do - sha256 arm64_sequoia: "62241ba2192c8ffce58930ecd47a88899eaccc4251bfb9f7ba23fe18f2e60c03" - sha256 arm64_sonoma: "94f5f562fe7533cb29fc2e53fb6f9308fe16b36b4f1cf41bb7caa273c16f0bfb" - sha256 arm64_ventura: "d7b76b9ed9be9a503cc6a21c5c896f0125411dbf119e4f225894f8d2a1d03867" - sha256 sonoma: "9d65336182f586b314fd29bfee25c8652839c3032f9f9afa405e02ae502c8d63" - sha256 ventura: "f2353253ac4781bbb3436823a9e56389edf0091d03874caa3157e042fb7cba2d" - sha256 arm64_linux: "719cc905109bf0ca8a68b009af89ba49a9e2b6f0caa1d90c82a845abd1d1ef55" - sha256 x86_64_linux: "8e0bf75312b54c8edd092dd36139829eaefb5b0f0160f5053d5b47d3a65dedf2" + sha256 arm64_sequoia: "1fb8278e561ed7d9a99f4ba23c25a88b537dd237e9db452e4b62717c48130841" + sha256 arm64_sonoma: "5234cf8758edf2892799102953dd273394716cc5be1a9841012b269da540d8cb" + sha256 arm64_ventura: "a7744ed3ae7ac074e555e500273763bcf8243535b211ee9e2d6bb70dd70ca044" + sha256 sonoma: "bb04dda43aa53b3dbda4ef5aa899c81cccceb6dcaf2cf927a3f4b74a7d24ddc2" + sha256 ventura: "553cdc9c373828a8fb90b87d6f73723f294dc3a0a5021d18eebdccc7b4396750" + sha256 arm64_linux: "9e9a49395d66917fda7c89d86d2df83def6d3d91c4f3a733af2dcf144e6dd806" + sha256 x86_64_linux: "c1f15009c4df1619d610ae555a92c0e1cec16bb65f03183bc7fc25e849127e79" end head do From c8b14c62211669d74947333ea429002c5eda3c40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:15:29 +0000 Subject: [PATCH 02272/10074] lua: update 5.4.8 bottle. --- Formula/l/lua.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/l/lua.rb b/Formula/l/lua.rb index 434ea94263fc7..8ce5b20182cc1 100644 --- a/Formula/l/lua.rb +++ b/Formula/l/lua.rb @@ -11,15 +11,13 @@ class Lua < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "925b155912162179d777cde03b60fdd8b5507f0bfc3c7adf2f7a49e1b3b00461" - sha256 cellar: :any, arm64_sonoma: "84862c80e0cba6ae50dc62a560bbff91a2607a2952d037da127588b5582bb272" - sha256 cellar: :any, arm64_ventura: "751b91605496a0ca76301b9dbfbdd151b6dd807dfd0acc3d517f631bf7dac110" - sha256 cellar: :any, arm64_monterey: "9fa819a1bf2476966556690ca374e34543e33395af8147c7d9fc163bec02fc0b" - sha256 cellar: :any, sonoma: "e683482576a98b94e06c2049e874da06b2fe6a27fd6ad1076d280af7c8f9ad8d" - sha256 cellar: :any, ventura: "21f349c23444c0f74e7626e6837b4236f1617c3f0828157efe7438ed941cfb3d" - sha256 cellar: :any, monterey: "b3efe2d96158718df6a5255bf92e2809565cab7ede49d1631fa0247040fa148e" - sha256 cellar: :any_skip_relocation, arm64_linux: "542e289c463b5252729f03346724f17c1e22a4d34db457457075bb812ff6c284" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9e21c57b663809dfdbf18aa773bac852c0206c728e73daab48767c60bb8b1a7c" + sha256 cellar: :any, arm64_sequoia: "9279ae3479091e3228c233f390e696ba3e7bbcaba8e9e15311cdc862fe7bbd12" + sha256 cellar: :any, arm64_sonoma: "e93d3935a8bc573858690650ac13f1aced0098a523bb7071dc359d556afd9100" + sha256 cellar: :any, arm64_ventura: "0b3992a9aabd0ccb38e6edcac9188a67343992058e3b72921f81c2eb0c3ffc49" + sha256 cellar: :any, sonoma: "c8816a8327ee6a27121fa5a955fcfbac1788474f0d72a8c75876170dc455b497" + sha256 cellar: :any, ventura: "e8e982877166d4a0b87e50a3aeae7613b98f0b596da2a292353f1df1a2e1be8a" + sha256 cellar: :any_skip_relocation, arm64_linux: "e3ca1da210601500a01485460ff6c6a7ebc2c4c396ac0d376b25295308ccf1e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4edfa03fd344d303def0992a7e02fe5e614c3e9c256e44b84348bb0fe108a13" end uses_from_macos "unzip" => :build From 24a8cb1e35d00d70514190474501ad57461c14fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:15:50 +0000 Subject: [PATCH 02273/10074] malcontent: update 1.11.3_1 bottle. --- Formula/m/malcontent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/malcontent.rb b/Formula/m/malcontent.rb index 61471e48947e3..19caf39759289 100644 --- a/Formula/m/malcontent.rb +++ b/Formula/m/malcontent.rb @@ -8,13 +8,13 @@ class Malcontent < Formula head "https://github.com/chainguard-dev/malcontent.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "0a53d4a0682a245bca8b523a4664955ce8c61367820fca87e3b3dcb001b9236b" - sha256 cellar: :any, arm64_sonoma: "282be6c5ca79065ac90ebeac13e9bf567653337d444a9fd556da6c8c99e3cd96" - sha256 cellar: :any, arm64_ventura: "7a9b3dea823f3b8e0154709453a5dceca87fd1cb479db880a8c0b9ae94444738" - sha256 cellar: :any, sonoma: "cf138476725e22233d412a0f33e2f8bd97e7e2412c913cf751a26f31cf6911c1" - sha256 cellar: :any, ventura: "0b3fb42c912b3d72b6903e9438da947957efbea58688d22942db8adafb6a23b1" - sha256 cellar: :any_skip_relocation, arm64_linux: "65b1c9e4d22ef7ccf84ab9cfd29587899a84a7aabec6af01a576afa30c7b92db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "60479f86d5a158a7b9b3746b37abd3f264dc6781d5086a7d1b71aab3554c5a03" + sha256 cellar: :any, arm64_sequoia: "7d66397fef1567264822b45b0103a879f768699316f81412467ba1cd24482a54" + sha256 cellar: :any, arm64_sonoma: "46dcef392b48cbb9323e28fd5f17cadd423795843d063e6fb0e9a64cb382a55b" + sha256 cellar: :any, arm64_ventura: "6b7e0d5d07c18a9c357ee57a6e3bc61b309a0faca039f650c9e776a5474a929d" + sha256 cellar: :any, sonoma: "62fd216fd39a008d28d17f39fc3f555653c3b00c72c1c8f1e3c803de82b2c47e" + sha256 cellar: :any, ventura: "0fc0338934dab10df2e6dec657acbbc2c326a5ce22b2936d1b386afe0f2a6dcd" + sha256 cellar: :any_skip_relocation, arm64_linux: "c18f0935906885e8c882a15ddfe65b8890e42d8caa97d1e7add37bb24e930216" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd95e2fbec34d546908a9960779c50c3d4ba493b2be0be70512c76dbf0d2e953" end depends_on "go" => :build From a801c43a9deb9896a38d40977a2ee0a6cd661ddd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:15:50 +0000 Subject: [PATCH 02274/10074] yara-x: update 1.0.0 bottle. --- Formula/y/yara-x.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index b3109a31bb6db..1ec5b6a1d2662 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -12,13 +12,13 @@ class YaraX < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "47fd112256fe8519e4c20d624b57a2e1502d8fc1a694da756d7855ea85ef628e" - sha256 cellar: :any, arm64_sonoma: "c27692087b0bebfbbab915ef54c44f0361a152d6e53ea3503a9544e1c7fb0c5c" - sha256 cellar: :any, arm64_ventura: "ca693f836f6784024fc63768f95cc2661d549f2cd5458f8e09b8eafa2fef76ea" - sha256 cellar: :any, sonoma: "1909de0ed7618468864c5122b07ba41270eed52c53a03aaa7e3ca342f3d40c27" - sha256 cellar: :any, ventura: "cc0d2755892b88792a025e1dd31bdc338f09aed99dd2f4df30bb4067cd2ca48b" - sha256 cellar: :any_skip_relocation, arm64_linux: "c82571c10a1be5158d83c721dc353630c3c18ff7904a84e727df309739fdbc6d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6f2b2a11335ea88716133af9cef59b344dd58fe469ba44cb06462cd3fe5eca22" + sha256 cellar: :any, arm64_sequoia: "102e2f9c014783df25d39777bdacc774aee245e06c3c1e2f49f104c103352cc8" + sha256 cellar: :any, arm64_sonoma: "a9dee2b67efc3a063daf08714555b69057c3f376db67f373f321fc56616400e4" + sha256 cellar: :any, arm64_ventura: "420c8ab6f5ba6103ff591f6b14cc875b2de3bceb9228cb600fc978a0cd78e7d6" + sha256 cellar: :any, sonoma: "e20b565e80487651c6d69a135fd9560182233f8f362e8a6cba85dd65bb25411e" + sha256 cellar: :any, ventura: "87ffc7ae718b8512f90ac554edeb80b9e43dee68046f14abc95bbb737991cf6b" + sha256 cellar: :any_skip_relocation, arm64_linux: "9ea88acb3f243dac6665c201233b77aa49edce0a4cf67bd20ed14aa92fd14499" + sha256 cellar: :any_skip_relocation, x86_64_linux: "22593b427d22487219de4251aee629bd390ef7a58df169c71670a60731119337" end depends_on "cargo-c" => :build From 1c2473cbe91876412dfebb77c2f3771e715460ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:06:04 +0000 Subject: [PATCH 02275/10074] geeqie 2.6.1 geeqie: needs `libxslt` for linux build Signed-off-by: Rui Chen --- Formula/g/geeqie.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Formula/g/geeqie.rb b/Formula/g/geeqie.rb index 4c3a0b80c22d8..d0a511482d65a 100644 --- a/Formula/g/geeqie.rb +++ b/Formula/g/geeqie.rb @@ -1,8 +1,8 @@ class Geeqie < Formula desc "Lightweight Gtk+ based image viewer" homepage "https://www.geeqie.org/" - url "https://github.com/BestImageViewer/geeqie/releases/download/v2.5/geeqie-2.5.tar.xz" - sha256 "cc991c9d4c78c58668105a15f7ece953bfc21b6b78cedc26ccbaaee6a12b8952" + url "https://github.com/BestImageViewer/geeqie/releases/download/v2.6.1/geeqie-2.6.1.tar.xz" + sha256 "164b768b8a387edf654112428adb8fd88c265c76b7bc84a490158e6923da3a55" license "GPL-2.0-or-later" livecheck do @@ -39,6 +39,7 @@ class Geeqie < Formula depends_on "gspell" # for spell checks support depends_on "gtk+3" depends_on "imagemagick" + depends_on "imath" depends_on "jpeg-turbo" depends_on "jpeg-xl" depends_on "libarchive" @@ -47,12 +48,14 @@ class Geeqie < Formula depends_on "libtiff" depends_on "libx11" depends_on "little-cms2" + depends_on "openexr" depends_on "openjpeg" depends_on "pango" depends_on "poppler" # for pdf support # for video thumbnails support depends_on "webp" depends_on "webp-pixbuf-loader" # for webp support + uses_from_macos "libxslt" => :build # for xsltproc uses_from_macos "python" => :build uses_from_macos "vim" => :build # for xxd From 887f0a24130916ec27fb260a39a57a39baa9f37a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 4 Jun 2025 13:29:44 +0000 Subject: [PATCH 02276/10074] kargo: update 1.5.1 bottle. --- Formula/k/kargo.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/k/kargo.rb b/Formula/k/kargo.rb index e1d5bf92fce64..cc11822365100 100644 --- a/Formula/k/kargo.rb +++ b/Formula/k/kargo.rb @@ -12,6 +12,7 @@ class Kargo < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "9a5e157585b2dc55ecaa54d44f1aeae02c74c21d36c830475d82b8689aaa64b2" sha256 cellar: :any_skip_relocation, sonoma: "89800a52d9bf1ee16c89e1ebdc39cef2aaafa2fc15576d1e1140518502387d76" sha256 cellar: :any_skip_relocation, ventura: "811d5306e04efe8e1c3483c2966d11d76a4104129824b3fe5da9c322d5954430" + sha256 cellar: :any_skip_relocation, arm64_linux: "1000af3a1091d23d94a5a3b8f0f491a8c3d8d0761194c7e5e5700bc988906e59" sha256 cellar: :any_skip_relocation, x86_64_linux: "2e20a30b8511ac545ad3694acfbc316d594b7ed7f4f455c6da3d5ef9b67fcfb5" end From 9deab83fc064f669fc8802e584466a885612d9b7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 4 Jun 2025 13:32:27 +0000 Subject: [PATCH 02277/10074] clang-include-graph: update 0.2.0 bottle. --- Formula/c/clang-include-graph.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/clang-include-graph.rb b/Formula/c/clang-include-graph.rb index 4fc06b61b5132..b25ca5c02a07e 100644 --- a/Formula/c/clang-include-graph.rb +++ b/Formula/c/clang-include-graph.rb @@ -12,6 +12,7 @@ class ClangIncludeGraph < Formula sha256 cellar: :any, arm64_ventura: "7f7c3547adc92cfc57c56aa46b50a6cf87986a8be3abae841bdf90859aeb7f49" sha256 cellar: :any, sonoma: "86d64bd1b27888c88d760ed89e10c061a4b7438d5df5482aedbf249f8f2259f2" sha256 cellar: :any, ventura: "5078292a72af6763ea2f6e0cbca879024344a533f4490f19d69ea4b36214168f" + sha256 cellar: :any_skip_relocation, arm64_linux: "43c607758cca6ab5d1842cdf9bb39bc05ea422c2e73c1441f3029ca2e70bbf97" sha256 cellar: :any_skip_relocation, x86_64_linux: "7b0b5b89b771bd9d1007e5be39a77f527e7c34be2fa66dc86d1cf1b618487f02" end From f658a5e2443e611a2daa34df70ce8062edff6336 Mon Sep 17 00:00:00 2001 From: GitLab CLI Version Bump Bot Date: Wed, 4 Jun 2025 13:32:48 +0000 Subject: [PATCH 02278/10074] glab 1.59.0 --- Formula/g/glab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index b7921ff9e09f8..28886c24ffe77 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -2,8 +2,8 @@ class Glab < Formula desc "Open-source GitLab command-line tool" homepage "https://gitlab.com/gitlab-org/cli" url "https://gitlab.com/gitlab-org/cli.git", - tag: "v1.58.0", - revision: "676a7ced34c4b212263e18962ed1a93eeea16ce6" + tag: "v1.59.0", + revision: "1df93d661dd40cebcbf3d0042dcb9291023dcbf8" license "MIT" head "https://gitlab.com/gitlab-org/cli.git", branch: "main" From 33e57ccbb7db98c2349750a58fa8c15383157b8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:33:32 +0000 Subject: [PATCH 02279/10074] micromamba: update 2.1.1_1 bottle. --- Formula/m/micromamba.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/micromamba.rb b/Formula/m/micromamba.rb index 1f5cbf70e6840..952f63c0b0200 100644 --- a/Formula/m/micromamba.rb +++ b/Formula/m/micromamba.rb @@ -15,13 +15,13 @@ class Micromamba < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "74d15240890ade0f18fc3177f478b15637cd472afa8b07394c658cf318719e51" - sha256 cellar: :any, arm64_sonoma: "928e0f64d19adf80b818f62bd1fd62bbeecf751b7c8aaf2ed3cad596f22feb4c" - sha256 cellar: :any, arm64_ventura: "afdc521ae40b2719038bb2f823dd2aeae29f2228f3dd3cc52222dba2f44740b6" - sha256 cellar: :any, sonoma: "a04b81ba206040796ad0bea5aa1a86271b4223e5b56d2c2e7fa7b26e9f7e81f7" - sha256 cellar: :any, ventura: "58cb2cf31fddd3bd268c6d7a129beddf92c475d3d10e8dd11ddfbdf05c8b5c55" - sha256 cellar: :any_skip_relocation, arm64_linux: "3bdda7e4d68b3a7956c17afba45ede0f90c80ad5a406258a815fa216fac1150f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f22521844f3e9957a8be3a860443643ee5a38220163c20b496f083404fe020ce" + sha256 cellar: :any, arm64_sequoia: "9096bc7af168a8c500314ad3d6f95e4947f818dafa9f3f99dafe770edf07a03f" + sha256 cellar: :any, arm64_sonoma: "084d18b3a7909869444d6610d1f3fa002130255e159a5c6a6839e89b980486a0" + sha256 cellar: :any, arm64_ventura: "35e2d122905ef62f16804a9b6d9644a8a6dcde8d2386dd7dd8f8adbd97b7ab95" + sha256 cellar: :any, sonoma: "38fd69a101dec25b7732a8144ced92b1ce5d01492048a6bf11fe2142811b73a4" + sha256 cellar: :any, ventura: "1a68ed6490da6b44bce6c856167cc6352e6a0407ba3715765cccf754c2eed515" + sha256 cellar: :any_skip_relocation, arm64_linux: "4f8f9fd99152fa40e272ae2bcbd8a1c24dbfd7830bf0b385aecc780ec260c631" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0649381189dc04f27fdb2f7a1e2dee5b233025d722e35cfe69fa2472a545a04a" end depends_on "cli11" => :build From a9a841b5bbf6c4cd83d0d4b70084db51917fc18c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:33:32 +0000 Subject: [PATCH 02280/10074] quick-lint-js: update 3.2.0_6 bottle. --- Formula/q/quick-lint-js.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/q/quick-lint-js.rb b/Formula/q/quick-lint-js.rb index d8c176120647b..a775fad27a960 100644 --- a/Formula/q/quick-lint-js.rb +++ b/Formula/q/quick-lint-js.rb @@ -8,13 +8,13 @@ class QuickLintJs < Formula head "https://github.com/quick-lint/quick-lint-js.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "22f5b01de393d987ab548240c96e431ad674f3370e77689be3c73348c569af8b" - sha256 cellar: :any, arm64_sonoma: "6201363defa25543f5b7fd1cdaaf326f9a9ad3854413daaa083449ee1315ffb3" - sha256 cellar: :any, arm64_ventura: "2f756eeb26e05573ac69db780c82831f594c12bf36ba194cea767de422b46628" - sha256 cellar: :any, sonoma: "4939daaa3f8d302bfbb3b3061e95b94c33b5b105956bd8190f4916ead9c77369" - sha256 cellar: :any, ventura: "c77cb4db725fe78fa82cceaead890b035a6c05d89e133e9897935919ee2713c1" - sha256 cellar: :any_skip_relocation, arm64_linux: "4e38faa6ea5b9c72ea1975dad60629e8004aa7fcaeda07acff30f86b72227101" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aec9493f33efc20dd88dbd4172ef4dc1ecce5fc7b79396ce048b871a7ee55f09" + sha256 cellar: :any, arm64_sequoia: "cc2bcf04b29c7454a5614d5d19d65160a91887f24abbb6192c58c3160eb9e8ed" + sha256 cellar: :any, arm64_sonoma: "3a4c1ae85e662c20ab6fe90671708b5f7908bf99a9fdb8b89963002c110586b2" + sha256 cellar: :any, arm64_ventura: "40d423c74c392ca76e3aa44cbdb5e67cea17a6dfeefa9ce7830fd6c5588f3d40" + sha256 cellar: :any, sonoma: "aa2023ec9fcfb5c3065c519d2d8f3d8f6794b7268308df714e03b65aa6797979" + sha256 cellar: :any, ventura: "835b11499e7f1ac54eb876c2381921dbbe85d27b18d049416645e9e16af2c178" + sha256 cellar: :any_skip_relocation, arm64_linux: "8afa99b5efff7f2968f354e137998fc9cf44a6b941350b8e7d9200f1d3ba213f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d902e6b80322aeb5a13684ccab9de0e7e70dde9829f3dd8a58d44e82487035e9" end depends_on "cmake" => :build From e24f10a2f248f07a732b2408cb1da4cb80f1574a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:33:32 +0000 Subject: [PATCH 02281/10074] simdjson: update 3.13.0 bottle. --- Formula/s/simdjson.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/simdjson.rb b/Formula/s/simdjson.rb index 1759e85ee074d..7787abd441fea 100644 --- a/Formula/s/simdjson.rb +++ b/Formula/s/simdjson.rb @@ -7,13 +7,13 @@ class Simdjson < Formula head "https://github.com/simdjson/simdjson.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "3eb49356f9c6ccce46cdf627e8ebef557bdd1817776f8bdd3653bd4c92b8802d" - sha256 cellar: :any, arm64_sonoma: "7ec78445ccd839b7e8a11f6994561760d107464f157e82cfc049095438bfd5bd" - sha256 cellar: :any, arm64_ventura: "a9ca3f54731c3af437e7de669542e08bc41ad9898963e464a245a151368766aa" - sha256 cellar: :any, sonoma: "3f4509080df7f6a9bb9f6d1b67c766d3172765e0204fc4b694300e35371b1c73" - sha256 cellar: :any, ventura: "09043e27cafd7a7802e2220954f18f9a158e9991376d2fe2c0997546861a2b1a" - sha256 cellar: :any_skip_relocation, arm64_linux: "e15d466abaa6b3ebe4c2271aad04730811e432d1f1b9ef0adc6dd716bf1c4028" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2564b875d68a2b94647cdcc5c611a1ba8d75269313c673174119442fed5e6ea6" + sha256 cellar: :any, arm64_sequoia: "2d66e98360e79ddc9c6659aea66532e472b31186f83a9d6efe240065833ef1a0" + sha256 cellar: :any, arm64_sonoma: "09d15daf7902bf3d9acaeb330213d8989ec42f6b47d18774805efabc8dcec563" + sha256 cellar: :any, arm64_ventura: "9f4c5211b7b231e77b6e582dfee0453b1125cecad9e5b0aaa79dab1bcce1961a" + sha256 cellar: :any, sonoma: "2d2a463a26509e2b0fb17195ac08f6d64b1f3fd05d518360ae971d79d0fdf69d" + sha256 cellar: :any, ventura: "0630a2e93b646ae610a63fcc362d444d5c28c43e1197c7fbcdcef3d128f93790" + sha256 cellar: :any_skip_relocation, arm64_linux: "263c95f269c2bd4426e68ede98f171e0bce930258f40752bdd79dbdbae4c4694" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ee079674bcc8c6c27dd8b812845eb9cacf84e0a8d406a068bed56a50b9dc0e6" end depends_on "cmake" => :build From d542a92c2c82f2c2078b940625b34f68d39912b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:34:07 +0000 Subject: [PATCH 02282/10074] wasm-micro-runtime 2.3.1 --- Formula/w/wasm-micro-runtime.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasm-micro-runtime.rb b/Formula/w/wasm-micro-runtime.rb index f1b228b119fcf..418a5a0587795 100644 --- a/Formula/w/wasm-micro-runtime.rb +++ b/Formula/w/wasm-micro-runtime.rb @@ -1,8 +1,8 @@ class WasmMicroRuntime < Formula desc "WebAssembly Micro Runtime (WAMR)" homepage "https://github.com/bytecodealliance/wasm-micro-runtime" - url "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.2.0.tar.gz" - sha256 "93b6ba03f681e061967106046b1908631ee705312b9a6410f3baee7af7c6aac9" + url "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.3.1.tar.gz" + sha256 "542d93386f032101635e7f7cf67bdd172adfe2d49dd9eb92c0bbea5cfafd1f8e" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/bytecodealliance/wasm-micro-runtime.git", branch: "main" @@ -36,6 +36,7 @@ def install -DWAMR_BUILD_JIT=0 -DWAMR_BUILD_LIBC_UVWASI=0 -DCMAKE_STRIP=0 + -DWAMR_BUILD_SIMD=0 ] cmake_source = buildpath/"product-mini/platforms"/OS.kernel_name.downcase From ca2af7b5232700bbd96758c7a516237b7200b075 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 07:56:28 +0000 Subject: [PATCH 02283/10074] curl 8.14.1 * curl 8.14.1 * Update curl.rb Closes #225690. Co-authored-by: Sean Molenaar Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/c/curl.rb | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/Formula/c/curl.rb b/Formula/c/curl.rb index 0e168b7f1db48..2a1313682d1af 100644 --- a/Formula/c/curl.rb +++ b/Formula/c/curl.rb @@ -2,25 +2,13 @@ class Curl < Formula desc "Get a file from an HTTP, HTTPS or FTP server" homepage "https://curl.se" # Don't forget to update both instances of the version in the GitHub mirror URL. - # `url` goes below this comment when the `stable` block is removed. - + url "https://curl.se/download/curl-8.14.1.tar.bz2" + mirror "https://github.com/curl/curl/releases/download/curl-8_14_1/curl-8.14.1.tar.bz2" + mirror "http://fresh-center.net/linux/www/curl-8.14.1.tar.bz2" + mirror "http://fresh-center.net/linux/www/legacy/curl-8.14.1.tar.bz2" + sha256 "5760ed3c1a6aac68793fc502114f35c3e088e8cd5c084c2d044abdf646ee48fb" license "curl" - stable do - url "https://curl.se/download/curl-8.14.0.tar.bz2" - mirror "https://github.com/curl/curl/releases/download/curl-8_14_0/curl-8.14.0.tar.bz2" - mirror "http://fresh-center.net/linux/www/curl-8.14.0.tar.bz2" - mirror "http://fresh-center.net/linux/www/legacy/curl-8.14.0.tar.bz2" - sha256 "efa1403c5ac4490c8d50fc0cabe97710abb1bf2a456e375a56d960b20a1cba80" - - # fix https://github.com/curl/curl/issues/17473 - # curl_multi_add_handle() returning OOM when using more than 400 handles - patch do - url "https://github.com/curl/curl/commit/d16ccbd55de80c271fe822f4ba8b6271fd9166ff.patch?full_index=1" - sha256 "d30d4336e2422bedba66600b4c05a3bed7f9c51c1163b75d9ee8a27424104745" - end - end - livecheck do url "https://curl.se/download/" regex(/href=.*?curl[._-]v?(.*?)\.t/i) From 23299548252a598b690057a5fca4aee92e723bec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:53:54 +0000 Subject: [PATCH 02284/10074] argo 3.6.10 --- Formula/a/argo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/argo.rb b/Formula/a/argo.rb index 8479392690a3d..dac4ccd569a51 100644 --- a/Formula/a/argo.rb +++ b/Formula/a/argo.rb @@ -2,8 +2,8 @@ class Argo < Formula desc "Get stuff done with container-native workflows for Kubernetes" homepage "https://argoproj.io" url "https://github.com/argoproj/argo-workflows.git", - tag: "v3.6.9", - revision: "138b39281cb519358605a2adbe9f60f1300c667b" + tag: "v3.6.10", + revision: "459c19db6e9dd86dd757c21644404cb784863fae" license "Apache-2.0" head "https://github.com/argoproj/argo-workflows.git", branch: "main" From 9d476108f0b7a0e40807c33626a9b304e9f47e74 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:55:06 +0000 Subject: [PATCH 02285/10074] glab: update 1.59.0 bottle. --- Formula/g/glab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 28886c24ffe77..8cf29856b2437 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -8,13 +8,13 @@ class Glab < Formula head "https://gitlab.com/gitlab-org/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b029a1716fc66394062b88a84a59d9dafbce24d037123f94bff70a6bf460f27" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b029a1716fc66394062b88a84a59d9dafbce24d037123f94bff70a6bf460f27" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9b029a1716fc66394062b88a84a59d9dafbce24d037123f94bff70a6bf460f27" - sha256 cellar: :any_skip_relocation, sonoma: "d0bebc1fb165244de97c83d67e463880cba18c7c25ab498c8e730f457e224d8a" - sha256 cellar: :any_skip_relocation, ventura: "d0bebc1fb165244de97c83d67e463880cba18c7c25ab498c8e730f457e224d8a" - sha256 cellar: :any_skip_relocation, arm64_linux: "52e43a48ccc4dda14b6067900a862bff9157d5cfe847b41edb0b044eb19700fc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "517d3c76bbe94b1f92249075aca45293be297ddbc97e94faa8670777092c7636" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2aa551ec43c1d164b2a90f12776e336d73f007b240325cacd32c6f18680ced48" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2aa551ec43c1d164b2a90f12776e336d73f007b240325cacd32c6f18680ced48" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2aa551ec43c1d164b2a90f12776e336d73f007b240325cacd32c6f18680ced48" + sha256 cellar: :any_skip_relocation, sonoma: "36def14986fc346fdadba874fa0cb99233c2d51aec185637d2cdd378d5d31075" + sha256 cellar: :any_skip_relocation, ventura: "36def14986fc346fdadba874fa0cb99233c2d51aec185637d2cdd378d5d31075" + sha256 cellar: :any_skip_relocation, arm64_linux: "c9f2700e7a6898dc7049ad0dfd432167e10671708f60f769eb95b881f26710ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4222c0ce1d99b641f46ba04fb319b5eb51eaf2cc23198f07c2a63b173bdbcca5" end depends_on "go" => :build From faf5723ac85fc8f1c437806778700d76285c4f7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:55:41 +0000 Subject: [PATCH 02286/10074] b2-tools 4.3.3 --- Formula/b/b2-tools.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Formula/b/b2-tools.rb b/Formula/b/b2-tools.rb index 007fabe428418..ea50d770a105e 100644 --- a/Formula/b/b2-tools.rb +++ b/Formula/b/b2-tools.rb @@ -3,8 +3,8 @@ class B2Tools < Formula desc "B2 Cloud Storage Command-Line Tools" homepage "https://github.com/Backblaze/B2_Command_Line_Tool" - url "https://files.pythonhosted.org/packages/b0/56/7f75c6f64b617f2e4cf71079b21b7fdd440fc90038c8cd367c0b7b5e51ba/b2-4.3.2.tar.gz" - sha256 "6c05cfec087c4be88446337689b10f7c61bf164567b1b48dd298f745d053e1e2" + url "https://files.pythonhosted.org/packages/1d/b7/0af30c4a6c0344e897a153f4f0022b041bf803562d047d6f0140940c2e8e/b2-4.3.3.tar.gz" + sha256 "a66f78e91f8ac36721093b751d09d3d228957473ee3df50b5138e72290e32646" license "MIT" bottle do @@ -38,13 +38,13 @@ class B2Tools < Formula end resource "b2sdk" do - url "https://files.pythonhosted.org/packages/7e/22/efb0f884c880c715becc52588dc8ed29578d0aaaa31ac94f3160c972beb7/b2sdk-2.8.1.tar.gz" - sha256 "f75d9980259a42915228c3deee475b2b7d5bc252d8c3228a8c3727ad9c68a343" + url "https://files.pythonhosted.org/packages/79/b3/ae7eb61b56eaf3fc96b222bd571273842b641279998052eb63877c52ce16/b2sdk-2.9.3.tar.gz" + sha256 "d8f94b3ca2f91852439673d27d6436b353dba1fc8db6b960f3d26c17539574ae" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "docutils" do @@ -68,8 +68,8 @@ class B2Tools < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "python-dateutil" do @@ -103,8 +103,8 @@ class B2Tools < Formula end resource "types-python-dateutil" do - url "https://files.pythonhosted.org/packages/a9/60/47d92293d9bc521cd2301e423a358abfac0ad409b3a1606d8fbae1321961/types_python_dateutil-2.9.0.20241206.tar.gz" - sha256 "18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb" + url "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz" + sha256 "13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5" end resource "urllib3" do From 86d585ce12be87bb8e0fd3d5cc5266bd1110a23a Mon Sep 17 00:00:00 2001 From: Arne Schmitz Date: Wed, 4 Jun 2025 14:54:52 +0200 Subject: [PATCH 02287/10074] opencbm: update head url Co-authored-by: Sean Molenaar --- Formula/o/opencbm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/opencbm.rb b/Formula/o/opencbm.rb index c529db7c24081..1f89746afdbdb 100644 --- a/Formula/o/opencbm.rb +++ b/Formula/o/opencbm.rb @@ -4,7 +4,7 @@ class Opencbm < Formula url "https://github.com/OpenCBM/OpenCBM/archive/refs/tags/v0.4.99.104.tar.gz" sha256 "5499cd1143b4a246d6d7e93b94efbdf31fda0269d939d227ee5bcc0406b5056a" license "GPL-2.0-only" - head "https://git.code.sf.net/p/opencbm/code.git", branch: "master" + head "https://github.com/OpenCBM/OpenCBM.git", branch: "master" livecheck do url :homepage From 2b1f11fce4f73bd719f1aa335114f063229ee52a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:58:59 +0000 Subject: [PATCH 02288/10074] checkdmarc 5.8.4 --- Formula/c/checkdmarc.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index cfdf1c915ce89..52390f5abfde5 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -3,8 +3,8 @@ class Checkdmarc < Formula desc "Command-line parser for SPF and DMARC DNS records" homepage "https://domainaware.github.io/checkdmarc/" - url "https://files.pythonhosted.org/packages/96/3c/1cbfb77062ead4620265f9471f8ac9eef8310ae9469c01bcd14fea5d9aa1/checkdmarc-5.8.3.tar.gz" - sha256 "fc90695a9eb61771025e3c1a7c41d18d683559638e99ca345f028b191cabf2a2" + url "https://files.pythonhosted.org/packages/67/11/5e84e32979a52c41feba278da846adf91dfde7e756826cd4f8a76b2caab5/checkdmarc-5.8.4.tar.gz" + sha256 "332791972d6b3ab43b0a311516769d82d33577dcdaeecd09698dc22a13c7d4c5" license "Apache-2.0" head "https://github.com/domainaware/checkdmarc.git", branch: "master" @@ -47,8 +47,8 @@ class Checkdmarc < Formula end resource "publicsuffixlist" do - url "https://files.pythonhosted.org/packages/5f/35/6214d06a89518dbd7532739a121932d3e788f338229af902eacc9a650cdc/publicsuffixlist-1.0.2.20250521.tar.gz" - sha256 "890584857bc21cdd474d6cccf73e2be371c20fb9e844fc885adbdd957e990829" + url "https://files.pythonhosted.org/packages/c2/f2/5d2922b9e402a93bfb7d58015218daa051bc7b160e7ce3fc97a35c809686/publicsuffixlist-1.0.2.20250603.tar.gz" + sha256 "ca294e03cbca2dbed0d4a4c033bfa23b91c89298402e2f812fae11757229717e" end resource "pyleri" do From 2a48c8dbbe3ff63e6ae25ba7a03eacb8327069d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:02:29 +0000 Subject: [PATCH 02289/10074] django-completion 5.2.2 --- Formula/d/django-completion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/django-completion.rb b/Formula/d/django-completion.rb index 2d27e738553ee..8fad3d44005ec 100644 --- a/Formula/d/django-completion.rb +++ b/Formula/d/django-completion.rb @@ -1,8 +1,8 @@ class DjangoCompletion < Formula desc "Bash completion for Django" homepage "https://www.djangoproject.com/" - url "https://github.com/django/django/archive/refs/tags/5.2.1.tar.gz" - sha256 "07387d6874e47225804bc589282165af137b9d3214e1b55590b2d33201f36c70" + url "https://github.com/django/django/archive/refs/tags/5.2.2.tar.gz" + sha256 "2f04f422a27f9d00145af42a6788a176317eb9c0e111ed4d666d631b65f88f58" license "BSD-3-Clause" head "https://github.com/django/django.git", branch: "main" From 3060316f84b3365cba325ba1da124f75bd318ed1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:06:16 +0000 Subject: [PATCH 02290/10074] fwupd 2.0.11 --- Formula/f/fwupd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fwupd.rb b/Formula/f/fwupd.rb index 0634f9ee6f4a1..f697be09cb138 100644 --- a/Formula/f/fwupd.rb +++ b/Formula/f/fwupd.rb @@ -3,8 +3,8 @@ class Fwupd < Formula desc "Firmware update daemon" homepage "https://github.com/fwupd/fwupd" - url "https://github.com/fwupd/fwupd/releases/download/2.0.10/fwupd-2.0.10.tar.xz" - sha256 "adcc72a5c6df2f0382ab82b92ae158ea382824e5af474266aba2818d34fb1811" + url "https://github.com/fwupd/fwupd/releases/download/2.0.11/fwupd-2.0.11.tar.xz" + sha256 "c9d822643c3f0ebe4e081906ac54479b2a52e33edc11aac76c207bc4e24b7141" license "LGPL-2.1-or-later" head "https://github.com/fwupd/fwupd.git", branch: "main" From 49263461ad287c780b8f985765e0593e359dbd27 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:07:09 +0000 Subject: [PATCH 02291/10074] git-town 21.1.0 --- Formula/g/git-town.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-town.rb b/Formula/g/git-town.rb index 6c96b8d10f345..d64c7212b0954 100644 --- a/Formula/g/git-town.rb +++ b/Formula/g/git-town.rb @@ -1,8 +1,8 @@ class GitTown < Formula desc "High-level command-line interface for Git" homepage "https://www.git-town.com/" - url "https://github.com/git-town/git-town/archive/refs/tags/v21.0.0.tar.gz" - sha256 "cdedcb8558822d808d3ff5fea0ba9efc207b8d7b3a6babaaa3378e6ad12a2ae8" + url "https://github.com/git-town/git-town/archive/refs/tags/v21.1.0.tar.gz" + sha256 "95f74818f3c69aac3a1db03309abd3a40f95822cead5942c81137d830b60e288" license "MIT" head "https://github.com/git-town/git-town.git", branch: "main" From ad1543b577fbb1c4cd9dd3cab7d29f2a42fa20d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:11:40 +0000 Subject: [PATCH 02292/10074] keploy 2.6.8 --- Formula/k/keploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index 98c7f58019810..f6b32888157b2 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -1,8 +1,8 @@ class Keploy < Formula desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries" homepage "https://keploy.io" - url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.7.tar.gz" - sha256 "6a00509c43648aec8f23d68ff7c3c8409bc8ff33ce86627fa40688a204c0d9c1" + url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.8.tar.gz" + sha256 "3c04190a11384c4ff0929e52bd26b94274c804e1c0b91aed08343662cf564da7" license "Apache-2.0" head "https://github.com/keploy/keploy.git", branch: "main" From d8a53ae7cd376960624957e90643cb2ae8f9c734 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:12:00 +0000 Subject: [PATCH 02293/10074] kics 2.1.10 --- Formula/k/kics.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kics.rb b/Formula/k/kics.rb index 4d618563e2eec..277f1d6c4607d 100644 --- a/Formula/k/kics.rb +++ b/Formula/k/kics.rb @@ -1,8 +1,8 @@ class Kics < Formula desc "Detect vulnerabilities, compliance issues, and misconfigurations" homepage "https://kics.io/" - url "https://github.com/Checkmarx/kics/archive/refs/tags/v2.1.9.tar.gz" - sha256 "cc6c293f301a240902cf1e9aeca28f2ef54e0848f579ef7a447c9a60f4f9a69e" + url "https://github.com/Checkmarx/kics/archive/refs/tags/v2.1.10.tar.gz" + sha256 "f43dad94a7b81142d32cac827fdfe813d771c6af6d290c87a653db6341fff87e" license "Apache-2.0" head "https://github.com/Checkmarx/kics.git", branch: "master" From 0718438e06afbeb66c618c90fb4702f23516c311 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:16:38 +0000 Subject: [PATCH 02294/10074] libusbmuxd 2.1.1 --- Formula/lib/libusbmuxd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libusbmuxd.rb b/Formula/lib/libusbmuxd.rb index caa86c9f22482..f944685b06bd8 100644 --- a/Formula/lib/libusbmuxd.rb +++ b/Formula/lib/libusbmuxd.rb @@ -1,8 +1,8 @@ class Libusbmuxd < Formula desc "USB multiplexor library for iOS devices" homepage "https://www.libimobiledevice.org/" - url "https://github.com/libimobiledevice/libusbmuxd/releases/download/2.1.0/libusbmuxd-2.1.0.tar.bz2" - sha256 "c35bf68f8e248434957bd5b234c389b02206a06ecd9303a7fb931ed7a5636b16" + url "https://github.com/libimobiledevice/libusbmuxd/releases/download/2.1.1/libusbmuxd-2.1.1.tar.bz2" + sha256 "5546f1aba1c3d1812c2b47d976312d00547d1044b84b6a461323c621f396efce" license all_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] bottle do From 52724b00315eb4f81e68a0a08e86efd936e79feb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:17:17 +0000 Subject: [PATCH 02295/10074] linux-headers@5.15 5.15.185 --- Formula/l/linux-headers@5.15.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/linux-headers@5.15.rb b/Formula/l/linux-headers@5.15.rb index 15c48cd3a7500..0ff368943a1d6 100644 --- a/Formula/l/linux-headers@5.15.rb +++ b/Formula/l/linux-headers@5.15.rb @@ -1,8 +1,8 @@ class LinuxHeadersAT515 < Formula desc "Header files of the Linux kernel" homepage "https://kernel.org/" - url "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.184.tar.gz" - sha256 "f0442b1d6384bb3462fa4b96c6df7fd54b02bc0d744df127e90af347eea32b0e" + url "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.185.tar.gz" + sha256 "07325ebf078253e66afe046326c87631163247b178cc92cbc4bfcc08f224dd8f" license "GPL-2.0-only" livecheck do From 80c947fc3392d07b5df3e96169dc4dfd946cd947 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:19:37 +0000 Subject: [PATCH 02296/10074] b2-tools: update 4.3.3 bottle. --- Formula/b/b2-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/b2-tools.rb b/Formula/b/b2-tools.rb index ea50d770a105e..0a300d51e3424 100644 --- a/Formula/b/b2-tools.rb +++ b/Formula/b/b2-tools.rb @@ -8,13 +8,13 @@ class B2Tools < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b9de31799689402a421b419e2e25b49cfbb86c6397661f2fa3e379072f5adbb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b9de31799689402a421b419e2e25b49cfbb86c6397661f2fa3e379072f5adbb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3b9de31799689402a421b419e2e25b49cfbb86c6397661f2fa3e379072f5adbb" - sha256 cellar: :any_skip_relocation, sonoma: "ba1e790a6b2da932e52e28dae95571c3ad74895c34eea62329292b03cc90b05a" - sha256 cellar: :any_skip_relocation, ventura: "ba1e790a6b2da932e52e28dae95571c3ad74895c34eea62329292b03cc90b05a" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae170835b13e87a0a8b32556be68810f3b0564dbae417756744d23a996118963" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ae170835b13e87a0a8b32556be68810f3b0564dbae417756744d23a996118963" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c45cc2ba764cc671ce4e085d52468201e8eefcb423431a3b21fe3a003895d0fb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c45cc2ba764cc671ce4e085d52468201e8eefcb423431a3b21fe3a003895d0fb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c45cc2ba764cc671ce4e085d52468201e8eefcb423431a3b21fe3a003895d0fb" + sha256 cellar: :any_skip_relocation, sonoma: "f7b448d99f73b89042204257fef9a66a1d2a2fc5225ef0767244b49b6c0ecb86" + sha256 cellar: :any_skip_relocation, ventura: "f7b448d99f73b89042204257fef9a66a1d2a2fc5225ef0767244b49b6c0ecb86" + sha256 cellar: :any_skip_relocation, arm64_linux: "8316c13eeb6169db67f56f324052821100e5edcd7b4347cc48a122af663c9dba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8316c13eeb6169db67f56f324052821100e5edcd7b4347cc48a122af663c9dba" end depends_on "certifi" From 412521152a6c4e298be6906a8945f83836a19860 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:19:42 +0000 Subject: [PATCH 02297/10074] geeqie: update 2.6.1 bottle. --- Formula/g/geeqie.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/geeqie.rb b/Formula/g/geeqie.rb index d0a511482d65a..46f21d05bc837 100644 --- a/Formula/g/geeqie.rb +++ b/Formula/g/geeqie.rb @@ -11,13 +11,13 @@ class Geeqie < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2ba6af24f586147bdcae30c0cbb338faba1a80c904f78314afa76c2d944ceb04" - sha256 cellar: :any, arm64_sonoma: "9215bb9a5e1e2c6acba36a122821ca28edb43521a901407fb81947f3857de00e" - sha256 cellar: :any, arm64_ventura: "96f1a9e5afdceb7cd6528fa0219aef930e31414ba6b887aa04a06b93dd0d5dea" - sha256 cellar: :any, sonoma: "fdbf605a9b19a52011a500a07978cc468648939622de22f0c4416b9b38e21542" - sha256 cellar: :any, ventura: "580834b9d461fba3a84bb36c4fa854139de828c4ff46d544b14661dd8b32fd12" - sha256 arm64_linux: "4b5fa1aa367fc587d8d2eb8ad3341453a9381886888b8c50961cb726788ca6b0" - sha256 x86_64_linux: "a8a49ff2e1f2662ade21392ba02e296cffb0b5cee6b7f8906446701323031824" + sha256 cellar: :any, arm64_sequoia: "57187ed489c519d3bf2c18748c34aa8f2779d0520a1dc91e10e1345d9db4b78a" + sha256 cellar: :any, arm64_sonoma: "836a53db58ed0e5116998776114e13295eaaecf5d433ce7f161265fa38fe291f" + sha256 cellar: :any, arm64_ventura: "8ca00e0ee46ef42feb7dd5e12d482c399db5ec187449ee2030929f32e2e2923d" + sha256 cellar: :any, sonoma: "b197558b1aef973b8ffdec496d148966ae4337856085fd32419ad4daa2e36b62" + sha256 cellar: :any, ventura: "d5242f92b22587a0dfdef40843792903e35b919e07ab99bdbcba4f8a9bfb21ec" + sha256 arm64_linux: "657987d0ad5967374c8be7337ce7d5b6dde73f1f1c9e883ba388e4073927c2e6" + sha256 x86_64_linux: "9c95ebba3f4d8bc4ca91db9e258ce52ca193a0f3d10c134cd93c52f2df28b0a1" end depends_on "meson" => :build From 533608fa90386d6335ad280394c5698dd87cd443 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:20:55 +0000 Subject: [PATCH 02298/10074] nelm 1.5.0 --- Formula/n/nelm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nelm.rb b/Formula/n/nelm.rb index 03709a6123b9c..56aa970cbcbcf 100644 --- a/Formula/n/nelm.rb +++ b/Formula/n/nelm.rb @@ -1,8 +1,8 @@ class Nelm < Formula desc "Kubernetes deployment tool that manages and deploys Helm Charts" homepage "https://github.com/werf/nelm" - url "https://github.com/werf/nelm/archive/refs/tags/v1.4.1.tar.gz" - sha256 "cd122f03d2ce21b85842fd633b211a38594a5d27e49a69e2802566930c42c463" + url "https://github.com/werf/nelm/archive/refs/tags/v1.5.0.tar.gz" + sha256 "9507efd171942f2d153adc84bc83bcf3a07f81d5a942ba3936648fb509a6ef18" license "Apache-2.0" head "https://github.com/werf/nelm.git", branch: "main" From 3df30617ab02db31b3d410f3d747a6d1c63cb544 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:26:17 +0000 Subject: [PATCH 02299/10074] promptfoo 0.114.4 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 66d0190c8c4b5..5c539e6134f54 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.3.tgz" - sha256 "bd5515e6ba0c120495af7d45b1ff9eaadb84c60b937ac4be27b3c5d8d3f27aed" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.4.tgz" + sha256 "9f1361dd2af0239e43a6fb542e1fd3111febfff4808d8834261e92c15a9ee69e" license "MIT" bottle do From 2327a6102660822d19226764b5b10a8c2dea6519 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:28:24 +0000 Subject: [PATCH 02300/10074] regal 0.34.1 --- Formula/r/regal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/regal.rb b/Formula/r/regal.rb index 2350a3b1e4105..45563216a5ce6 100644 --- a/Formula/r/regal.rb +++ b/Formula/r/regal.rb @@ -1,8 +1,8 @@ class Regal < Formula desc "Linter and language server for Rego" homepage "https://docs.styra.com/regal" - url "https://github.com/StyraInc/regal/archive/refs/tags/v0.34.0.tar.gz" - sha256 "ced1e3c6d6e9652b87dd84d2ea828c493eb33b858da0c8f2da8d23e404331bf2" + url "https://github.com/StyraInc/regal/archive/refs/tags/v0.34.1.tar.gz" + sha256 "bfb0f434e2e93eb84bf32f901366e3b04f1013d47b9ae6cfee16573e29edf907" license "Apache-2.0" head "https://github.com/StyraInc/regal.git", branch: "main" From 6b5ccd6ed36496733bb39f6829955a3c83b04580 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:29:53 +0000 Subject: [PATCH 02301/10074] argo: update 3.6.10 bottle. --- Formula/a/argo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/argo.rb b/Formula/a/argo.rb index dac4ccd569a51..6cd8ef4a45e66 100644 --- a/Formula/a/argo.rb +++ b/Formula/a/argo.rb @@ -8,12 +8,12 @@ class Argo < Formula head "https://github.com/argoproj/argo-workflows.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2be6c8c7da0e06cc95196574bf287f4eb67419cfb1218672fc04bf0095d1d665" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fdfcdee846d60f051e71f1613180074deabb6fb80d5ba5652c2a204ffa9d65e0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f11783c714617d2ffa8edd631815ff96b00a453c201c3c495e77381d1e5024f7" - sha256 cellar: :any_skip_relocation, sonoma: "4a591f3304c07f0dc83b931222d8e91298554de6db25e5b0ae1cd94d24d8b620" - sha256 cellar: :any_skip_relocation, ventura: "6d207808ad742598dbf0e3dcdfd9f726f733d8047796bbdd0c4acc6c21e71856" - sha256 cellar: :any_skip_relocation, x86_64_linux: "daae51d345dbccad636fbfc9ca77f1be353edd07e2f2011bcf096dc1d6973d0c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd30def1326cc0cd4db4f091baabe9a7ce5e49ebcfaac548f562d67d15a762d9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "798a9d8d8a71426e607b02adb2982a6334e0a4ba99077287741cd78dc618349c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cb79f0c0c80d5532063bcca3548de17d8658a9b273c5a64c2c61a10679aa2c22" + sha256 cellar: :any_skip_relocation, sonoma: "9b9d0b2c25c4a6356c3191371f446f56093acd553754341985de299f44b77fc5" + sha256 cellar: :any_skip_relocation, ventura: "c5ecc8805500e7e5fc5f96e96d0a7bf57ec42a0fdc6f6aa60cf2f61d6eeacdd6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a556aff0b33ff4459ef08ac878124f6ab8ac45db6cfe2dc51368272911c51fc" end depends_on "go" => :build From 2a287d259cb9868fa0b5e09eda76bfb71b1b833e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:31:04 +0000 Subject: [PATCH 02302/10074] sing-box 1.11.12 --- Formula/s/sing-box.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sing-box.rb b/Formula/s/sing-box.rb index 2625ad1d882ab..dadf85e55826f 100644 --- a/Formula/s/sing-box.rb +++ b/Formula/s/sing-box.rb @@ -1,8 +1,8 @@ class SingBox < Formula desc "Universal proxy platform" homepage "https://sing-box.sagernet.org" - url "https://github.com/SagerNet/sing-box/archive/refs/tags/v1.11.11.tar.gz" - sha256 "31cc321efaa2fe9f3e3be9b065354552378f5a1dac49f6a24ce7e48d8a6c8979" + url "https://github.com/SagerNet/sing-box/archive/refs/tags/v1.11.12.tar.gz" + sha256 "5f7358f7298fcde13be13563b5d48395859f716b08de893930ca0c2675a113ff" license "GPL-3.0-or-later" head "https://github.com/SagerNet/sing-box.git", branch: "dev-next" From 8c3cfe30ccb4d8de088b489dd43a6c0a3f517536 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:34:36 +0000 Subject: [PATCH 02303/10074] tmt 1.50.0 --- Formula/t/tmt.rb | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/Formula/t/tmt.rb b/Formula/t/tmt.rb index 9878ccbc0ff52..113a262fc6191 100644 --- a/Formula/t/tmt.rb +++ b/Formula/t/tmt.rb @@ -3,8 +3,8 @@ class Tmt < Formula desc "Test Management Tool" homepage "https://tmt.readthedocs.io" - url "https://files.pythonhosted.org/packages/6b/3b/0fbd8a03c8a4b5b5e1126cd2dce5746e9d845dfcf03cf7f113fb50c4b13b/tmt-1.49.0.tar.gz" - sha256 "0f1f9f9466b5a0fac30bb65b4bb1e1ac87a7ac7a6527781b182504824e7077c5" + url "https://files.pythonhosted.org/packages/98/43/e230f183ef0b5d34deff051b62153b4bb53495c60e46717c3ac940a7bff5/tmt-1.50.0.tar.gz" + sha256 "2ebecd1995a39a2e20b333931c6e2952f11a5a3c202a36a0f9084246ce42f5c4" license "MIT" bottle do @@ -78,8 +78,8 @@ class Tmt < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -108,8 +108,8 @@ class Tmt < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -138,13 +138,18 @@ class Tmt < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" + sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do From e00c973b261f762ce9ec5b020c3e172884ed3ae2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:35:57 +0000 Subject: [PATCH 02304/10074] vals 0.41.2 --- Formula/v/vals.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vals.rb b/Formula/v/vals.rb index cefd5ba7d349d..efa5ed6a39bf1 100644 --- a/Formula/v/vals.rb +++ b/Formula/v/vals.rb @@ -1,8 +1,8 @@ class Vals < Formula desc "Helm-like configuration values loader with support for various sources" homepage "https://github.com/helmfile/vals" - url "https://github.com/helmfile/vals/archive/refs/tags/v0.41.1.tar.gz" - sha256 "313956c61f7103a34166f017964fd83ae8d2be2d5412d0749308e35af97b963c" + url "https://github.com/helmfile/vals/archive/refs/tags/v0.41.2.tar.gz" + sha256 "548c18a04900cc4c822a0c6e2a7b668d01648a1e59d7df7d4d5177200f0aec88" license "Apache-2.0" head "https://github.com/helmfile/vals.git", branch: "main" From 644d9820ccee22550ff8da7b1777f289796b4af9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:38:10 +0000 Subject: [PATCH 02305/10074] xmrig 6.22.3 --- Formula/x/xmrig.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xmrig.rb b/Formula/x/xmrig.rb index a581efd9235fb..089f21b18384e 100644 --- a/Formula/x/xmrig.rb +++ b/Formula/x/xmrig.rb @@ -1,8 +1,8 @@ class Xmrig < Formula desc "Monero (XMR) CPU miner" homepage "https://github.com/xmrig/xmrig" - url "https://github.com/xmrig/xmrig/archive/refs/tags/v6.22.2.tar.gz" - sha256 "34759ca9c1b2486ecb7b6bc267c76a6f365d401b2b6de6d667e0a13ae30882a2" + url "https://github.com/xmrig/xmrig/archive/refs/tags/v6.22.3.tar.gz" + sha256 "79bf51c11ad3670b8330ca1432c9cdaf84f82b96f94b636e33d253be2b916d20" license "GPL-3.0-or-later" head "https://github.com/xmrig/xmrig.git", branch: "dev" From 912a9338ada55b18f909a60c5203391140f539f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:31:19 +0000 Subject: [PATCH 02306/10074] checkdmarc: update 5.8.4 bottle. --- Formula/c/checkdmarc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index 52390f5abfde5..057ffaa365ce3 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -9,7 +9,7 @@ class Checkdmarc < Formula head "https://github.com/domainaware/checkdmarc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "6e5aa9973aff8d1bc12eda49f67f06feb9cf98c46cd119bbc8270681e2689b17" + sha256 cellar: :any_skip_relocation, all: "f72494848dbd05b331c7e055b67d279f9d09db1ed3804031b162f434eb0fafc5" end depends_on "certifi" From cae47246d95e4f66023d3dbdae7ff348db1cd1ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:31:51 +0000 Subject: [PATCH 02307/10074] django-completion: update 5.2.2 bottle. --- Formula/d/django-completion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/django-completion.rb b/Formula/d/django-completion.rb index 8fad3d44005ec..4351c45b5dfc0 100644 --- a/Formula/d/django-completion.rb +++ b/Formula/d/django-completion.rb @@ -12,7 +12,7 @@ class DjangoCompletion < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "4e20fed6f8306d964efba520d1d9fb2f9bc34e445885e036add3bb86dab6c0fc" + sha256 cellar: :any_skip_relocation, all: "ba271d40a240d21b981b9f88b90a8c2abe49b1d45382a781661d5f6e1b4a477f" end def install From 64cd385c5607c5be39325ae3299bd4a71b3c14cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:32:17 +0000 Subject: [PATCH 02308/10074] fwupd: update 2.0.11 bottle. --- Formula/f/fwupd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fwupd.rb b/Formula/f/fwupd.rb index f697be09cb138..421807be9f8b4 100644 --- a/Formula/f/fwupd.rb +++ b/Formula/f/fwupd.rb @@ -9,13 +9,13 @@ class Fwupd < Formula head "https://github.com/fwupd/fwupd.git", branch: "main" bottle do - sha256 arm64_sequoia: "abfa57c489fdd6d899413463b0a6320f084ddd024166250af3e2bb28d677c1f0" - sha256 arm64_sonoma: "355cbf09794df0f812bc8d57065570ebf25292b8ee44c59510c6513837cec5a2" - sha256 arm64_ventura: "074b9639d52fba7c7dd8f26a6131f7b1395e5dd8c169692d8265e03c3b166085" - sha256 sonoma: "e45648d848142238dec9fc05297ec65f0918e6b10e02d9162cfcd6f574ca40fd" - sha256 ventura: "b0a3021bfd4c96c5f32563491f83bf4cb00650be4d76aaa9f9eacea4274ef455" - sha256 arm64_linux: "910465c402552831e2614b50ce3533305ed51c1993d261f1dea1ecd6467cae10" - sha256 x86_64_linux: "d4e020ed527e0c9d80822458db6c3dd9943f3e8522d835b7afb107bb57a95770" + sha256 arm64_sequoia: "145ae016c36176b303933ec91e949bbac2d7a639e2d23b95c21801365985776d" + sha256 arm64_sonoma: "185912200a378ae42ee95ef6f64e8eec22a4deb3694065bf8360bd7aa4c74d6d" + sha256 arm64_ventura: "b3b269d9d345876cbdc2c0858d4696c5047749380b6327147d0930ef106c3530" + sha256 sonoma: "a7754e784b85ea0b5fec27c6ac43880001b59df6d075a4a09824ce81a492482c" + sha256 ventura: "03f8c44a433c56bbd9925ad95d81d7c27deb57b4379821674d96b67beba6dc7e" + sha256 arm64_linux: "5ba3bd968c6ef9c60388bf11e63bd2e2300f633f1a4f93347bdb314e44100f27" + sha256 x86_64_linux: "0c90d7e035fb1b597725aa1c261628c444fc1e8945f33dc78c9e950d49a6b9ef" end depends_on "gettext" => :build From 95bea006d288b5661b214cea3282ab5d9e4e75cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:32:21 +0000 Subject: [PATCH 02309/10074] git-town: update 21.1.0 bottle. --- Formula/g/git-town.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-town.rb b/Formula/g/git-town.rb index d64c7212b0954..7a4d0c6ee4133 100644 --- a/Formula/g/git-town.rb +++ b/Formula/g/git-town.rb @@ -7,12 +7,12 @@ class GitTown < Formula head "https://github.com/git-town/git-town.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a" - sha256 cellar: :any_skip_relocation, sonoma: "3a630c99c3bf37ed6a8adb657028bd9797a6fd6622b0bfd744eb7df7ff3d9a42" - sha256 cellar: :any_skip_relocation, ventura: "3a630c99c3bf37ed6a8adb657028bd9797a6fd6622b0bfd744eb7df7ff3d9a42" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9d3934a5f29042e4a5630954071818d3ee9a2bb8cf7062522913b03b2392b60a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c44f82b7cfb695260f8b967f43f253d6bb552846dcd9d55ab84c8d9d76822a8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c44f82b7cfb695260f8b967f43f253d6bb552846dcd9d55ab84c8d9d76822a8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4c44f82b7cfb695260f8b967f43f253d6bb552846dcd9d55ab84c8d9d76822a8" + sha256 cellar: :any_skip_relocation, sonoma: "964dd4558e5e98969df97872f92fad24a728556cdcbc259ff808337a5b69d7ec" + sha256 cellar: :any_skip_relocation, ventura: "964dd4558e5e98969df97872f92fad24a728556cdcbc259ff808337a5b69d7ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "72912e79915db2048ae9b28b4f0202cff355b291414dc642863afc085a6fe09c" end depends_on "go" => :build From 701626763f479a2fe923c5b72f646dc86aa2b066 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:32:36 +0000 Subject: [PATCH 02310/10074] kics: update 2.1.10 bottle. --- Formula/k/kics.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kics.rb b/Formula/k/kics.rb index 277f1d6c4607d..c23e81fd26dd3 100644 --- a/Formula/k/kics.rb +++ b/Formula/k/kics.rb @@ -12,13 +12,13 @@ class Kics < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4621550de72bc2e5809aa25dd0d8b2a37973e9a8aae78747ea4b7d874fc4726b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8335b9c44dbb41013b26611d9bfe70b5755dfdf07a4c5beec86453dcc39d8936" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8892d7c657aa2e995b4e9e9ed57f358cf4efe399ab3a32edc6d51f56862b25e2" - sha256 cellar: :any_skip_relocation, sonoma: "5a2d5bcf1f13aae73c2d8078a78a2015b20518743fbc203e13b4a1415db34e74" - sha256 cellar: :any_skip_relocation, ventura: "6df39e9b389471481da0f1c61672a39eaca1e187912047f1a821b5c72232b187" - sha256 cellar: :any_skip_relocation, arm64_linux: "72fb41d5afd4483ef0a58ff84a4858b25d8bdc498c81e66c424d530ea64c1a94" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da6ff5346f9e7c243d25ee04897780b9756f7ca3815e8c6c45f7e981f624d1ea" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "65609cf9e0693972fd959dd2f170be5425b27254438fd4baed485b8942e00cf4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9452baea3f06cfe3eb562f36c4f7a6239922e3ab53a2b93175bf2517bfd05ab1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c3f202abcc3da58c47406e6af5c1473a133254f62a880e104fd080aab67ec1e3" + sha256 cellar: :any_skip_relocation, sonoma: "d93dd1fa77bf56da5680e951ef6a2ba293ea5d594a76e7886789c66f6a2cf2d8" + sha256 cellar: :any_skip_relocation, ventura: "cad58bf2c5e936ead8e3d44ba4887bd2246cff4e8b9f6dd2a311cdf58818d914" + sha256 cellar: :any_skip_relocation, arm64_linux: "75bce73faa0c6eadb256b4de657b9cfb76bf1e6bf8433d13ea6feab2d60ed4ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dfc8a3a2d65023f75d2ae8d61c4e800142672875780fc0fde5b28045eb0eb44f" end depends_on "go" => :build From 05c3fd901cf5c702522898727f23cf0f383cea47 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:32:39 +0000 Subject: [PATCH 02311/10074] keploy: update 2.6.8 bottle. --- Formula/k/keploy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index f6b32888157b2..107edd7b25f8a 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -7,12 +7,12 @@ class Keploy < Formula head "https://github.com/keploy/keploy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ff5e080f6791fc2d5cbf50daf0ce83e9240e15f572f31361c53c4d6196a6e7f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ff5e080f6791fc2d5cbf50daf0ce83e9240e15f572f31361c53c4d6196a6e7f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ff5e080f6791fc2d5cbf50daf0ce83e9240e15f572f31361c53c4d6196a6e7f" - sha256 cellar: :any_skip_relocation, sonoma: "4e14c97a44dac66c3bbc7a9981a6c97f268d64418ddf8cfa8d46bf218e0211d6" - sha256 cellar: :any_skip_relocation, ventura: "4e14c97a44dac66c3bbc7a9981a6c97f268d64418ddf8cfa8d46bf218e0211d6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ae6e9913f7cb121e5d0db05ef640198c6b31121d230eb648774dabaa3728e947" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "52c3e607e73a92204ff201903174c00aa4a334e1f0024d6e8dea6082c4e367e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52c3e607e73a92204ff201903174c00aa4a334e1f0024d6e8dea6082c4e367e6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "52c3e607e73a92204ff201903174c00aa4a334e1f0024d6e8dea6082c4e367e6" + sha256 cellar: :any_skip_relocation, sonoma: "71a0c2b3e9c6a6282fbd25923cab7d76ad2491ddfee5f5acd2e89a94e405768b" + sha256 cellar: :any_skip_relocation, ventura: "71a0c2b3e9c6a6282fbd25923cab7d76ad2491ddfee5f5acd2e89a94e405768b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a772bc83caae38a7048373540f9a85e43dbd645fbbc2d34b64fa0fe8218aa18" end depends_on "go" => :build From 8b30500c9f2369aad26ad7c8d91c6c6894cda6d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:32:59 +0000 Subject: [PATCH 02312/10074] libusbmuxd: update 2.1.1 bottle. --- Formula/lib/libusbmuxd.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/lib/libusbmuxd.rb b/Formula/lib/libusbmuxd.rb index f944685b06bd8..0600059c2854c 100644 --- a/Formula/lib/libusbmuxd.rb +++ b/Formula/lib/libusbmuxd.rb @@ -6,15 +6,13 @@ class Libusbmuxd < Formula license all_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] bottle do - sha256 cellar: :any, arm64_sequoia: "5d4892dedecd97caba1f56522add5e601b4bc09ccea572c7c9b3ff84bd14744a" - sha256 cellar: :any, arm64_sonoma: "8149dcd7d29cdf463c40a10e8030dcb23a4eb9e69078a88fb2e8671d9a27bdad" - sha256 cellar: :any, arm64_ventura: "3908c3a4d699d2aff22b40e6353c498042153a47798357c4500b76b495f24e88" - sha256 cellar: :any, arm64_monterey: "738b1efb11135136a9066ee73379829f29c57df598e989631d26e4ae5401f456" - sha256 cellar: :any, sonoma: "9b366b324e9758bd9f5d10c536e40ef2d90ed2caf2886ff7e55e13fe496628dd" - sha256 cellar: :any, ventura: "b188d3fcab748c6ac1e5740129bf4a07b2756dedd557d89f6f1291715bf6c45e" - sha256 cellar: :any, monterey: "4ea63ce7da1344b4e2fde47b7c2a9d8bad424bd5ce9282f6af1aa66a1155135b" - sha256 cellar: :any_skip_relocation, arm64_linux: "84338459d26e427bd4a56a6f2c3e15a98f7dc4fa667d62ad4d77d2b052a193b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f3e9212633194e2e9436afd98d00fd5e167ec0ff13f1abfd065112dd2dd32bd3" + sha256 cellar: :any, arm64_sequoia: "f8255f91e52d9854b2aec30297e8038c2154ff3cb59f64b0cc8006cb301f143c" + sha256 cellar: :any, arm64_sonoma: "b3dfe62a2e25c35da59e32db101d490974d93a1a6ed30755bb4380a7d947a63e" + sha256 cellar: :any, arm64_ventura: "da3ade8614bf17b6d7415bcaca5d567c78e72e0c170e2f0bb386a77169964a23" + sha256 cellar: :any, sonoma: "f20787b876fc3b9c8412d92ac2adaeb3dc2526155d327b0118534bb06c208079" + sha256 cellar: :any, ventura: "eff1c068df54d65b5fc16bfee3aa8f6a556574c4ccbb3d9c56ee91efd12c639a" + sha256 cellar: :any_skip_relocation, arm64_linux: "7ec20326419ca71e8bb1d5b0fbc545f9b9028592a16f257e55ab6bc02772296b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b2a58d873fa065eb1e3940d7f45f4f16781a90dd188f880368d50aac172a850" end head do From 3a2ea0fbf6c4952cb2b7371603563e0fb7ba1403 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:33:15 +0000 Subject: [PATCH 02313/10074] linux-headers@5.15: update 5.15.185 bottle. --- Formula/l/linux-headers@5.15.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/linux-headers@5.15.rb b/Formula/l/linux-headers@5.15.rb index 0ff368943a1d6..d2245487a3a74 100644 --- a/Formula/l/linux-headers@5.15.rb +++ b/Formula/l/linux-headers@5.15.rb @@ -11,8 +11,8 @@ class LinuxHeadersAT515 < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "eac07d2d791d6bdec2142a323f964da8384a9e17781ded76b0afb41bf18038be" - sha256 cellar: :any_skip_relocation, x86_64_linux: "32ce1c2f0c448c033cf74a77f019e7cbfd68f4f52b2fea1314aa687a788b49a4" + sha256 cellar: :any_skip_relocation, arm64_linux: "6b35ae4848cc486655dfd243e06d040046ddb52baf0f72afd8666f170afdb778" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c40a7b6f99b2bec60a6a7ccf54fee66bdac11a8b46aca61769b8c22ef6202e8e" end depends_on :linux From 39304c29a9cd16ef2a6317b2674b7a74c2d4b853 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:34:29 +0000 Subject: [PATCH 02314/10074] regal: update 0.34.1 bottle. --- Formula/r/regal.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/regal.rb b/Formula/r/regal.rb index 45563216a5ce6..a3c2edbc8b7ec 100644 --- a/Formula/r/regal.rb +++ b/Formula/r/regal.rb @@ -7,12 +7,12 @@ class Regal < Formula head "https://github.com/StyraInc/regal.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "731746fe9d510ff77511d631eab2d8c142e0469927151c8fb1e49deaad56c4db" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f612566e2e059475e038c5f299a01c83c39f455d573ec5e99eb043d945cb12b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b24db853f3d38d9e6f0050fd11afabd71d76c8b77154e25fd048195144275bfd" - sha256 cellar: :any_skip_relocation, sonoma: "e2798e9634e25f51f45e3e5a3e5135760f00f33ce666ec80041a381c49b9b554" - sha256 cellar: :any_skip_relocation, ventura: "e1e23a0695f4814f4416ae9d9f88949997c6614862d920df693487beb391365c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "16762017788d066c91828f619c9801439900144e8a5f14996c7aa927325586c8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "44088fc914e1c05ef95ef3ebd7ac23383788826b435829b702af62b3f7abb034" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "07bd8c1b100cbb0120b13a049c3090d9d18b9ed3ac9abe1b22ecf7180faffd48" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2a1593521e8a842e9366b4cce7621e148caf1d0d1a0b09031530850ddd98e717" + sha256 cellar: :any_skip_relocation, sonoma: "387176bd1e6e81bdc70aea92fbd394c3af2133374ebc549428aaacdf7e12de1b" + sha256 cellar: :any_skip_relocation, ventura: "4aef271ea38608a5ad454f4be7306586468108ab91f53755341468b781ed137e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "56abfb2d4870d59e92639b7e08096302972ab07b5700ff4703e47c8471ba1a43" end depends_on "go" => :build From e9f7baee784dc15fe9aff0989a3a52e331f80d51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:34:37 +0000 Subject: [PATCH 02315/10074] tmt: update 1.50.0 bottle. --- Formula/t/tmt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tmt.rb b/Formula/t/tmt.rb index 113a262fc6191..de73134b76ef3 100644 --- a/Formula/t/tmt.rb +++ b/Formula/t/tmt.rb @@ -8,13 +8,13 @@ class Tmt < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "05bd7e6fefda658e023071052da9a7482a9ddbac8ea13812a02f650389e103c9" - sha256 cellar: :any, arm64_sonoma: "4487f379ab86aa7f3c7839c49e1015675d7dc4b9d18893b42281dc820df9668d" - sha256 cellar: :any, arm64_ventura: "f4a14b80c6b27227cbd012de254fc48188210b165541c3f686b3359646ea5ed4" - sha256 cellar: :any, sonoma: "ec372bda2cdf5c0be34c6ed27cc53a464be12aa9f883258d97efda6085b71c2f" - sha256 cellar: :any, ventura: "69ff090e958c95d7bed003d2f5e746ea5192df68657d96865515ad4ed3b413d8" - sha256 cellar: :any_skip_relocation, arm64_linux: "7d555f219dbc405cadc525c8cf75674f2d965a5713b9699b833cb181b83a82a6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8f4e111a707ab6f224310353cf61d189cb84030ecb69568dfff70037ba13b352" + sha256 cellar: :any, arm64_sequoia: "b2865dbf449b56e47c3499b6e6808cb44e5edee68c6cd9376b228fe947c37ca5" + sha256 cellar: :any, arm64_sonoma: "faf2ccc938efc226a10c895abcb5ceda3b4e564d722ca287f24281e392846c32" + sha256 cellar: :any, arm64_ventura: "7cae068290560fa811246e6189533cd60e3a9eb0af841c8b1a1d5630a03a0f21" + sha256 cellar: :any, sonoma: "b6f880948e883e314ceed7c66f43c0e99b43cb3c5393570621d469a2b4fb40d3" + sha256 cellar: :any, ventura: "422f9e1757b60fb485279bccfb72ae455f6c1b79e940a60f230d1c919e7eafb3" + sha256 cellar: :any_skip_relocation, arm64_linux: "dce59a4dbb3401f063d858bfeee63df06782159ded884f62d4b9eaaac4791099" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3df1c316b8ab8ed3d4b5dca14b6f691ef9b79c1760d15cb48081cfe7ad629ba9" end depends_on "rust" => :build # for rpds-py From 950e344f432ffc5290a9b35430941ee036001cf5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:34:45 +0000 Subject: [PATCH 02316/10074] sing-box: update 1.11.12 bottle. --- Formula/s/sing-box.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sing-box.rb b/Formula/s/sing-box.rb index dadf85e55826f..d9c05ffa73943 100644 --- a/Formula/s/sing-box.rb +++ b/Formula/s/sing-box.rb @@ -7,12 +7,12 @@ class SingBox < Formula head "https://github.com/SagerNet/sing-box.git", branch: "dev-next" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e614ef31a63a5ad8c66bd63a99c92fe521bb276110625591354b3a4d2b004943" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "456d9d83214a7814ca33f91b4dda4b8418bd68d7e1f5b7ca411e3a4b5dcf9ad1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0f0a00c0eb31ac9c224abf4872fb48c4fad1e9e39018c5c3a18077a4fc3d7c8c" - sha256 cellar: :any_skip_relocation, sonoma: "97b8ad1975e095e1e0d397b35610f8d626f3d760a98302c84b04b843996d3dfb" - sha256 cellar: :any_skip_relocation, ventura: "d0174842a207ab6c789d838ba3a15504ec169940a7182d5a1e683a6da447d452" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7fb6c95e210fe750d8655672c0de2465f2d815c91ad0ac27fc8690e3b676eba0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1227b748b70d882fa87d7fe34090fc51a7d724f105736831aa910e566406ab72" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ea24bba8a284b70e4a20d1a03badbd9b5bae05ba598e4e8bb9d744faf98c8a9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "02111c8645f8eb43a58e7186de7abd75ef3a9dd8ad6909eb2ada1da45f3fd867" + sha256 cellar: :any_skip_relocation, sonoma: "6e80af6c7fba224dfac60957b7d4d52d61618a710257be28d722dc4aee57af10" + sha256 cellar: :any_skip_relocation, ventura: "80c206dbb14413b872bdab5d4ee60b81b968e54f88f41c0ac7a17ee2e608b33c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f3020f190e0d157b4d56bcad3fd5ffe4f1c790ff9071155f890523b7122d8b2e" end depends_on "go" => :build From dbd72b529973d84435456a9bae0ed3b232a3aeaa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:35:19 +0000 Subject: [PATCH 02317/10074] promptfoo: update 0.114.4 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 5c539e6134f54..c8f1bae7748f7 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "014a6da4698269a0016798f1842e2469a9e7777c04740418849cb5ce66f21550" - sha256 cellar: :any, arm64_sonoma: "05db6c8f8133fe11e022f20835c51e0b4a2d71b0a8b5e6db62d78dd75a251ee5" - sha256 cellar: :any, arm64_ventura: "1503b366218826a6ac9fde2a149122ae9ad47cabc20adf93a658047794e665b6" - sha256 sonoma: "816025a787c050e487a9e86ecc7a7adc9f848dd8ed5f7173551c22326c26f44b" - sha256 ventura: "0701d0b757b2a87bed3b74a8bb4a72c99c8dc4cbd666918d1e50dc43fa7c1947" - sha256 cellar: :any_skip_relocation, arm64_linux: "7904b7f2d9f5e63586001822c50d42ea189b2d42780dd76dc9b5215b78da0266" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8f9c37de2a05fea95a7f1aba01b8fbf8de4ec1f7aa26bfa9babdbad50df157cf" + sha256 cellar: :any, arm64_sequoia: "f9d9f1f9c2af280a8b01412159ae17681b73d1a73a06cbf20e24fe67619bc0f4" + sha256 cellar: :any, arm64_sonoma: "9a16fbb201ca260bfcc5afea23b40aefa1f2d8b56d3ca6a4358eec421966ea77" + sha256 cellar: :any, arm64_ventura: "1b0beb8b6486660e78fad35709c8cdd170b831bf4a9259828a95dd0a6fc40188" + sha256 sonoma: "23214641783ee6e624e5c73b0c050d9170577cf2b25d63512e2df1de37c6ca38" + sha256 ventura: "90ea572338bd11284c04e986d367b800fd3d3f960047b15d30b4d83c943125d3" + sha256 cellar: :any_skip_relocation, arm64_linux: "faf8446396eaa57b95f3bf36e572ffd6351bc156b5833aec948f492b1607b78c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e5e0483cc26328f72b07bf95ffab77e294afb5b979c2c8b9dec9f84f737ad5ae" end depends_on "node" From 4e0cc4bdb138c3b94af5641cf6999dae5bdc2d41 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:35:26 +0000 Subject: [PATCH 02318/10074] xmrig: update 6.22.3 bottle. --- Formula/x/xmrig.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xmrig.rb b/Formula/x/xmrig.rb index 089f21b18384e..e7020e2d10d56 100644 --- a/Formula/x/xmrig.rb +++ b/Formula/x/xmrig.rb @@ -12,13 +12,13 @@ class Xmrig < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b9a264f7ce1589c334422e779cb204da748a18420b2ab60e3e5c73185c9b158a" - sha256 cellar: :any, arm64_sonoma: "916d329c28225e91b58aed158b82fded68580cb78545e35615abfd5d59401cb2" - sha256 cellar: :any, arm64_ventura: "0060b2c5f152029d5a92d1fc3f87c664d36f008b54f3243f92aaeae97fb8ad83" - sha256 cellar: :any, sonoma: "244f472b2bc2b2d888ee23900ae772ad2f5405955dc7c0743c96d9e43c4ca94d" - sha256 cellar: :any, ventura: "294047c602acc9cba226a26c6295ff6654837d1cc74e0e88b5f5e244e451df4a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a24183e20464dd0eaaba0aac53cb8ebdf2c7301681aced582078425fe4fe43d5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "528d692d91a98a92d56097d23d3ecc3f71e60a45b27ec20ed8ef0d1405a2070c" + sha256 cellar: :any, arm64_sequoia: "a7e8e14e3c1577daa9de513b955d588bdc59af63c034c0be1a3cf77631ca9991" + sha256 cellar: :any, arm64_sonoma: "6c0db3baaec85fe3c89794236299c9292cfbac00427cf663510749937b91a213" + sha256 cellar: :any, arm64_ventura: "83959682fc5cb01b1e707b532454fea020f5244630ef43b84104ec0c4fdbc377" + sha256 cellar: :any, sonoma: "f1252db2b56cda7eb054e1dadc38bd645807b163db2e76e456c9c6ab52150ae5" + sha256 cellar: :any, ventura: "ef6bf16ce76503d54cb3629e93cc7138888121d91e207871de124cb79caf9422" + sha256 cellar: :any_skip_relocation, arm64_linux: "c6ab9049c13e556cd0377337bd0fe48f4f4ca6608c46535e28e631114e7d904e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2bccfcba97b9f29f987dd25dbaec8db700309ba7924401c246f2c53a8064cb55" end depends_on "cmake" => :build From 8bf06126eee6ce623b5758951d816a175dab5048 Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Wed, 4 Jun 2025 15:35:27 +0000 Subject: [PATCH 02319/10074] ignite: update 29.0.0 bottle. --- Formula/i/ignite.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Formula/i/ignite.rb b/Formula/i/ignite.rb index af02c5591fd60..ef9506dc73f05 100644 --- a/Formula/i/ignite.rb +++ b/Formula/i/ignite.rb @@ -7,12 +7,11 @@ class Ignite < Formula head "https://github.com/ignite/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1cb8a0ecc1805f09980c52907e6f797b3dbafa1b45d22f33914d65a32149f16" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "66c6f7356f621f87d9c526a3676cbdc489dfc336b0c475fe417e7a5f22315226" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dd2e9d9b1d8c659dc1d9f0830ee41a0efd5c4b1e5380a8eadd2c59c73db5c43e" - sha256 cellar: :any_skip_relocation, sonoma: "bc9c4f987bd94796563c7ead67a7a743703d6bbdf58f42dbfc4a4fc62a03e7ba" - sha256 cellar: :any_skip_relocation, ventura: "937380c6deabd83d481c55696a7bbc8cb64d31241c1b6481851e4c24d21768d2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ff38a04ba6c4a08132bd9d460a159da9c431eac244f3ad6f7d08589f549c688" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "77e20db18a20c43645c0f9a5281c3e74cc1431e78c717eba100de0c945f6a1cf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ff2ebaadbae1fdfc6561a012a05d17d42737997efaa2f98418371246adeda42" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b225e92c033e0e7b61752241b55c53536c64706d0e33da0e9f0c6b4cc246431" + sha256 cellar: :any_skip_relocation, sonoma: "cbc4f07d470ac2b67849e09ff034463b19effd7c90c7ea2abbde8f7046efe14a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "789c03a9990d80f19ac82085514ce332a4e034ecdf64e430dda5c5e74c878bda" end depends_on "go" From 723ebb43381d4117d7c4827ecf17b0d86d22eb28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:36:08 +0000 Subject: [PATCH 02320/10074] vals: update 0.41.2 bottle. --- Formula/v/vals.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/vals.rb b/Formula/v/vals.rb index efa5ed6a39bf1..aa3197c9bf269 100644 --- a/Formula/v/vals.rb +++ b/Formula/v/vals.rb @@ -7,12 +7,12 @@ class Vals < Formula head "https://github.com/helmfile/vals.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a6f19e07231e411666d780e6b8d858cf6d256de4d7ea1bb17723045e98add53" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a6f19e07231e411666d780e6b8d858cf6d256de4d7ea1bb17723045e98add53" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2a6f19e07231e411666d780e6b8d858cf6d256de4d7ea1bb17723045e98add53" - sha256 cellar: :any_skip_relocation, sonoma: "9b1709a8c5ae6394318b0590c1ae451588e173282749155f5df4e797997f4449" - sha256 cellar: :any_skip_relocation, ventura: "9b1709a8c5ae6394318b0590c1ae451588e173282749155f5df4e797997f4449" - sha256 cellar: :any_skip_relocation, x86_64_linux: "944014461e802266d01c8640b7ca2fa8a20e0f67fa439b262e7134c487270fe4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c77be8b0dbf5ad00c84b0f61b68442ab9b68a301ea9e0a4563d2867db7f5f611" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c77be8b0dbf5ad00c84b0f61b68442ab9b68a301ea9e0a4563d2867db7f5f611" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c77be8b0dbf5ad00c84b0f61b68442ab9b68a301ea9e0a4563d2867db7f5f611" + sha256 cellar: :any_skip_relocation, sonoma: "a1e12277a84d0402aacd8e3673fa3439d423f11d25c0426ef198d7df146d89c1" + sha256 cellar: :any_skip_relocation, ventura: "a1e12277a84d0402aacd8e3673fa3439d423f11d25c0426ef198d7df146d89c1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a72f947e253e8c04a3c9781d4d91e21ccdddb640ba720dacd7c72307af1e47a4" end depends_on "go" => :build From 67ec4352630bd749e6834945d63d2319309e83be Mon Sep 17 00:00:00 2001 From: Vlad Chesnokov Date: Wed, 4 Jun 2025 14:24:19 +0000 Subject: [PATCH 02321/10074] gradle@7 7.6.5 --- Formula/g/gradle@7.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gradle@7.rb b/Formula/g/gradle@7.rb index c22af116d92e3..7ca77c4c45d2c 100644 --- a/Formula/g/gradle@7.rb +++ b/Formula/g/gradle@7.rb @@ -1,8 +1,8 @@ class GradleAT7 < Formula desc "Open-source build automation tool based on the Groovy and Kotlin DSL" homepage "https://www.gradle.org/" - url "https://services.gradle.org/distributions/gradle-7.6.4-all.zip" - sha256 "fe696c020f241a5f69c30f763c5a7f38eec54b490db19cd2b0962dda420d7d12" + url "https://services.gradle.org/distributions/gradle-7.6.5-all.zip" + sha256 "1141950aa278680458c6115d252231b96dc3ecc014ec123d01351d44ca016e8b" license "Apache-2.0" livecheck do From 8e1933c7ad74323892f3ab25d255ca6a4f749edd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:15:16 +0000 Subject: [PATCH 02322/10074] nelm: update 1.5.0 bottle. --- Formula/n/nelm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nelm.rb b/Formula/n/nelm.rb index 56aa970cbcbcf..6fde70815c0b4 100644 --- a/Formula/n/nelm.rb +++ b/Formula/n/nelm.rb @@ -7,13 +7,13 @@ class Nelm < Formula head "https://github.com/werf/nelm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e47273657ae157b65b0dc3d52d82d1e8e6aafe6c9f70d1eb32301b23f108b87" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0b8ba8faab455fd148fd03b42e66f98da2a994850ecc1ad11fbea1e49c9678f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "27856e559d003cbd65e23c3dbd32fef17d4058a1e6575ca0fc43e9bc65d3e0c7" - sha256 cellar: :any_skip_relocation, sonoma: "e588f28934108145b457f565385d550245f7b288f7c044bf834daf2413d3312c" - sha256 cellar: :any_skip_relocation, ventura: "941c84db2a061e10f06b9276dde6a19fff63250e84bb22f115ede8b5c69f076f" - sha256 cellar: :any_skip_relocation, arm64_linux: "80267dccd78d45c3c8d92dbb3f8a4aff750012673a6275b464a0e627cae7930e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a93eeda7213a690716ac693e795065e747ca7efa7c163a3ac6438d8652f88c18" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "79f51b45dc60439c4021c7a47741dd5b5cfb0a4c96e43b83f096dac1cc4bab56" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ad73ac1505b6001484a319f8bfbddda2a89813274d8872a1caae2661a8fa607" + sha256 cellar: :any_skip_relocation, arm64_ventura: "30475833a4ee6b489490dcee04e948c01fcac7fc3c22255eac9cf0f2924a58e0" + sha256 cellar: :any_skip_relocation, sonoma: "8985099fcbf6b2002645da31dfd09c0cc9ec1b3a6e4084e58ad9f32218de67ad" + sha256 cellar: :any_skip_relocation, ventura: "9e1951d2833360d29f4a553a87eb1a786cd94436d7845a4766be374a6a6ddc58" + sha256 cellar: :any_skip_relocation, arm64_linux: "0dfb6fbc1d3bcbc6ce3ff5c1a9eb51df4df3f8b609f9be7c3ca873fe007de18d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2bd048228276460e7cb6267b214ed2fc169bd79ccbd2e4eee5e1a5bc9540c77f" end depends_on "go" => :build From 6c8403913b03a91bdb5032cd99e83cad02697014 Mon Sep 17 00:00:00 2001 From: GitLab CLI Version Bump Bot Date: Wed, 4 Jun 2025 16:33:01 +0000 Subject: [PATCH 02323/10074] glab 1.59.1 --- Formula/g/glab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 8cf29856b2437..93f5c9b50c244 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -2,8 +2,8 @@ class Glab < Formula desc "Open-source GitLab command-line tool" homepage "https://gitlab.com/gitlab-org/cli" url "https://gitlab.com/gitlab-org/cli.git", - tag: "v1.59.0", - revision: "1df93d661dd40cebcbf3d0042dcb9291023dcbf8" + tag: "v1.59.1", + revision: "369ebecb007d93ba35bcacc1f8bd44b17b9770e3" license "MIT" head "https://gitlab.com/gitlab-org/cli.git", branch: "main" From f07f73ad28fe3edc9e77b28fa6b44e403ef9a21e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:47:34 +0000 Subject: [PATCH 02324/10074] glab: update 1.59.1 bottle. --- Formula/g/glab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 93f5c9b50c244..8aabbac61a867 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -8,13 +8,13 @@ class Glab < Formula head "https://gitlab.com/gitlab-org/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2aa551ec43c1d164b2a90f12776e336d73f007b240325cacd32c6f18680ced48" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2aa551ec43c1d164b2a90f12776e336d73f007b240325cacd32c6f18680ced48" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2aa551ec43c1d164b2a90f12776e336d73f007b240325cacd32c6f18680ced48" - sha256 cellar: :any_skip_relocation, sonoma: "36def14986fc346fdadba874fa0cb99233c2d51aec185637d2cdd378d5d31075" - sha256 cellar: :any_skip_relocation, ventura: "36def14986fc346fdadba874fa0cb99233c2d51aec185637d2cdd378d5d31075" - sha256 cellar: :any_skip_relocation, arm64_linux: "c9f2700e7a6898dc7049ad0dfd432167e10671708f60f769eb95b881f26710ab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4222c0ce1d99b641f46ba04fb319b5eb51eaf2cc23198f07c2a63b173bdbcca5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0c22c20b75a00d002190700bca50f94ca55a470558674354c5e3879eee06363" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0c22c20b75a00d002190700bca50f94ca55a470558674354c5e3879eee06363" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d0c22c20b75a00d002190700bca50f94ca55a470558674354c5e3879eee06363" + sha256 cellar: :any_skip_relocation, sonoma: "5c229cd5cab04d393000046eed0e9f93730e8c441b414d98f87ae111e3c9098d" + sha256 cellar: :any_skip_relocation, ventura: "5c229cd5cab04d393000046eed0e9f93730e8c441b414d98f87ae111e3c9098d" + sha256 cellar: :any_skip_relocation, arm64_linux: "04c98ff8a276cbd1ec0bc13e8dc97540834ad4e5aef759064ac5e0ed5e2e3cf5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "52ced05859cdc9c2ec83f0af4638cb04c137ac1838807ca5b3de4d275538d67e" end depends_on "go" => :build From 7935e886fac591339eb5f641b40eefcd966ef605 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:54:17 +0000 Subject: [PATCH 02325/10074] cdktf 0.21.0 --- Formula/c/cdktf.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/c/cdktf.rb b/Formula/c/cdktf.rb index a6083f452d985..0ffd9333f2240 100644 --- a/Formula/c/cdktf.rb +++ b/Formula/c/cdktf.rb @@ -1,10 +1,9 @@ class Cdktf < Formula desc "Cloud Development Kit for Terraform" homepage "https://github.com/hashicorp/terraform-cdk" - url "https://registry.npmjs.org/cdktf-cli/-/cdktf-cli-0.20.12.tgz" - sha256 "90bb30b7eae861d2a7ab21d1fe4ddbf71c8f74e7b2c31052c9b9265ff69d4c6e" + url "https://registry.npmjs.org/cdktf-cli/-/cdktf-cli-0.21.0.tgz" + sha256 "5885318063a55b44f87c917fe5806379937f7aecad5fe766bc898a1519de56b6" license "MPL-2.0" - revision 1 bottle do sha256 arm64_sequoia: "f3a5571c228c0afe23c7823f29a91085faf6feb8355a54acacf42674f66cfa28" From 4ea197aa892d8922409005ea1555bdbc4c16d6c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:55:19 +0000 Subject: [PATCH 02326/10074] checkdmarc 5.8.5 --- Formula/c/checkdmarc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index 057ffaa365ce3..3cca6c1bdeb8e 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -3,8 +3,8 @@ class Checkdmarc < Formula desc "Command-line parser for SPF and DMARC DNS records" homepage "https://domainaware.github.io/checkdmarc/" - url "https://files.pythonhosted.org/packages/67/11/5e84e32979a52c41feba278da846adf91dfde7e756826cd4f8a76b2caab5/checkdmarc-5.8.4.tar.gz" - sha256 "332791972d6b3ab43b0a311516769d82d33577dcdaeecd09698dc22a13c7d4c5" + url "https://files.pythonhosted.org/packages/44/77/19c7161cbaf2f52898ffc008518c415789399c0df8888d1ce551b185a170/checkdmarc-5.8.5.tar.gz" + sha256 "4bed9e7da3c21025c153d1427ded6665035d66316216d5a1558b343e5ca1fa30" license "Apache-2.0" head "https://github.com/domainaware/checkdmarc.git", branch: "master" From 46fda0d3c80c1b7c112f308f20d7ba0d37702211 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:55:37 +0000 Subject: [PATCH 02327/10074] circleci 0.1.32219 --- Formula/c/circleci.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index 63caf926f2d2b..755ee1a3af322 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -3,8 +3,8 @@ class Circleci < Formula homepage "https://circleci.com/docs/2.0/local-cli/" # Updates should be pushed no more frequently than once per week. url "https://github.com/CircleCI-Public/circleci-cli.git", - tag: "v0.1.32145", - revision: "8605aaa05a338254534eb5062b8859b3569c830c" + tag: "v0.1.32219", + revision: "c563702e31e2dee4f4a45882c57ddaae91caeb8f" license "MIT" head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" From b9a968e89b1401eaf8f9bf6e4f9c15d51074718f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:56:28 +0000 Subject: [PATCH 02328/10074] cog 0.15.3 --- Formula/c/cog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index ceca8cfc6f129..2335ffb02f870 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -1,8 +1,8 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://cog.run/" - url "https://github.com/replicate/cog/archive/refs/tags/v0.15.2.tar.gz" - sha256 "cbedabf253de224e02a5db99e15b3c24c40688ddbf9b7a7c92397bf5e99fabfa" + url "https://github.com/replicate/cog/archive/refs/tags/v0.15.3.tar.gz" + sha256 "74151cc6222a879ff0407ce9fb1c3f4aef18a1a1fad1025b8d6ca770c9bda9ab" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" From 215d2486f4d72a90a7c3498386ba41ee88f69c1c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:57:20 +0000 Subject: [PATCH 02329/10074] croaring 4.3.4 --- Formula/c/croaring.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/croaring.rb b/Formula/c/croaring.rb index 157f2c83c787b..92ceedb563290 100644 --- a/Formula/c/croaring.rb +++ b/Formula/c/croaring.rb @@ -1,8 +1,8 @@ class Croaring < Formula desc "Roaring bitmaps in C (and C++)" homepage "https://roaringbitmap.org" - url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.3.tar.gz" - sha256 "7d73ff3286e05cc37fe244a7e7f1bf539c8fdb31e15a883d06bf40b39fb6cf96" + url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.4.tar.gz" + sha256 "040e475f754ce75f751e2d4722faa9e4d69d357dd3b666fbfd1fe8e16f1594a8" license "Apache-2.0" head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master" From d3a3c88f63cde099f61764565c9c50c46b0ff208 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:58:32 +0000 Subject: [PATCH 02330/10074] dnscontrol 4.21.0 --- Formula/d/dnscontrol.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dnscontrol.rb b/Formula/d/dnscontrol.rb index 6441f103ad530..c1c0869a299c5 100644 --- a/Formula/d/dnscontrol.rb +++ b/Formula/d/dnscontrol.rb @@ -1,8 +1,8 @@ class Dnscontrol < Formula desc "Synchronize your DNS to multiple providers from a simple DSL" homepage "https://dnscontrol.org/" - url "https://github.com/StackExchange/dnscontrol/archive/refs/tags/v4.20.0.tar.gz" - sha256 "61fae2bf6fe20a8bb2f4b3313ea4c3add3068e280a2fb74b02e18c8fbe65c17b" + url "https://github.com/StackExchange/dnscontrol/archive/refs/tags/v4.21.0.tar.gz" + sha256 "fb28227d0b94e0fa645989ea811dde9ec1ba272fb8ed5b1011788a710ffde3a8" license "MIT" version_scheme 1 head "https://github.com/StackExchange/dnscontrol.git", branch: "main" From f1f638144255b03cb2e1826502c1ff1764cfa4ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:58:53 +0000 Subject: [PATCH 02331/10074] doctl 1.129.0 --- Formula/d/doctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/doctl.rb b/Formula/d/doctl.rb index 3a877b9443a97..4d90f6ca66f3e 100644 --- a/Formula/d/doctl.rb +++ b/Formula/d/doctl.rb @@ -1,8 +1,8 @@ class Doctl < Formula desc "Command-line tool for DigitalOcean" homepage "https://github.com/digitalocean/doctl" - url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.128.0.tar.gz" - sha256 "bfbf129f0e9d0e00b4824edcb03107bfdccff87edb2802f66ae35ef5ed39906b" + url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.129.0.tar.gz" + sha256 "cdc19db73c1d41cfe32c9347a497d5da7e30e547cb15b45d437e56e3c327920d" license "Apache-2.0" head "https://github.com/digitalocean/doctl.git", branch: "main" From d2aae8037fcee01c07ac7541a011c1cd6e8cd7ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:05:25 +0000 Subject: [PATCH 02332/10074] katago 1.16.2 --- Formula/k/katago.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/katago.rb b/Formula/k/katago.rb index 7c15c32f0ae0a..8e9a48d330f18 100644 --- a/Formula/k/katago.rb +++ b/Formula/k/katago.rb @@ -3,8 +3,8 @@ class Katago < Formula homepage "https://github.com/lightvector/KataGo" # Occasionally check upstream docs in case recommended model/network is changed. # Ref: https://github.com/lightvector/KataGo?tab=readme-ov-file#other-questions - url "https://github.com/lightvector/KataGo/archive/refs/tags/v1.16.1.tar.gz" - sha256 "5e004042dc1ee8185b8fb7a807e3d421d09349dccb858e41ffe2e9b96a4173d0" + url "https://github.com/lightvector/KataGo/archive/refs/tags/v1.16.2.tar.gz" + sha256 "1f8234413aeb01f45a1c03652d07160e571b9112735e5478f8b6e072e9009bb7" license all_of: [ "MIT", "CC0-1.0", # g170 resources From b7f3f2f6f6d2134fd774af32182f2580490dd397 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:08:28 +0000 Subject: [PATCH 02333/10074] malcontent 1.12.0 --- Formula/m/malcontent.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/m/malcontent.rb b/Formula/m/malcontent.rb index 19caf39759289..fcb8cce3b6402 100644 --- a/Formula/m/malcontent.rb +++ b/Formula/m/malcontent.rb @@ -1,10 +1,9 @@ class Malcontent < Formula desc "Supply Chain Attack Detection, via context differential analysis and YARA" homepage "https://github.com/chainguard-dev/malcontent" - url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.11.3.tar.gz" - sha256 "57c2c875522306776fdf4a39bffd778c56a97d0d0f30c6d3299414f88fb9af77" + url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.12.0.tar.gz" + sha256 "3534a7a4baca5269af7c3db582fbffa5f91674f4f0b0f7b4e9f96595aa5c8505" license "Apache-2.0" - revision 1 head "https://github.com/chainguard-dev/malcontent.git", branch: "main" bottle do From c71c8574eaaeef942fcaacd580c23d4433909b0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:08:39 +0000 Subject: [PATCH 02334/10074] manticoresearch 10.1.0 --- Formula/m/manticoresearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index 994a1c74f0f96..7ed09111cda82 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -1,8 +1,8 @@ class Manticoresearch < Formula desc "Open source text search engine" homepage "https://manticoresearch.com" - url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/10.0.0.tar.gz" - sha256 "d4370ceb354f8d5256dc9721561e44be760fac98efe8ab6124a9335feecd4979" + url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/10.1.0.tar.gz" + sha256 "bea365649e8452e5edba08838a4e14eaf938f44cad3fef202f923a1e289c25e4" license all_of: [ "GPL-3.0-or-later", "GPL-2.0-only", # wsrep From 80c55e4414d103aae850acf9155c7a2126eca3ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:14:09 +0000 Subject: [PATCH 02335/10074] primecount 7.19 --- Formula/p/primecount.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/primecount.rb b/Formula/p/primecount.rb index e5b7a0d16c349..37ef0ec86f450 100644 --- a/Formula/p/primecount.rb +++ b/Formula/p/primecount.rb @@ -1,8 +1,8 @@ class Primecount < Formula desc "Fast prime counting function program and C/C++ library" homepage "https://github.com/kimwalisch/primecount" - url "https://github.com/kimwalisch/primecount/archive/refs/tags/v7.18.tar.gz" - sha256 "9d8a0127cc4dd9319006b5db6c6f9844532dab9da9c2d410d1e244902463a399" + url "https://github.com/kimwalisch/primecount/archive/refs/tags/v7.19.tar.gz" + sha256 "0ecb63282c02e3056707671b3d6c5bdb783b64a33c911f0fd4abe6e79e9f8a34" license "BSD-2-Clause" bottle do From 484097aaac5e24c3a6c2e5c703bbd1f43a201059 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:16:05 +0000 Subject: [PATCH 02336/10074] repo 2.55.1 --- Formula/r/repo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/repo.rb b/Formula/r/repo.rb index 1f373b110186b..c4a610907fc95 100644 --- a/Formula/r/repo.rb +++ b/Formula/r/repo.rb @@ -4,8 +4,8 @@ class Repo < Formula desc "Repository tool for Android development" homepage "https://source.android.com/source/developing.html" url "https://gerrit.googlesource.com/git-repo.git", - tag: "v2.55", - revision: "08815ad3eb245872700201e03c47cb504d1dc3f9" + tag: "v2.55.1", + revision: "0cb88a8d791486d7c9bc86b6fdfdd26f64a37006" license "Apache-2.0" version_scheme 1 From 23d496e0e52a15d9e72c8129787cecb41132579e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:17:22 +0000 Subject: [PATCH 02337/10074] scala 3.7.1 --- Formula/s/scala.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/scala.rb b/Formula/s/scala.rb index 1a0043b485060..4b6b5213074a0 100644 --- a/Formula/s/scala.rb +++ b/Formula/s/scala.rb @@ -1,8 +1,8 @@ class Scala < Formula desc "JVM-based programming language" homepage "https://dotty.epfl.ch/" - url "https://github.com/scala/scala3/releases/download/3.7.0/scala3-3.7.0.tar.gz" - sha256 "4f6cc6aafd974a3740dedd05689be575cb61829811acc4f2891ce796040e9811" + url "https://github.com/scala/scala3/releases/download/3.7.1/scala3-3.7.1.tar.gz" + sha256 "5c8786e13ed35cf54010cb5e0f40525ab02fed5d5fef1ae42e96dda4716e580c" license "Apache-2.0" livecheck do From 5e883b65729bcd0203ca1b9487446cf596d33a72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:18:05 +0000 Subject: [PATCH 02338/10074] sesh 2.15.0 --- Formula/s/sesh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sesh.rb b/Formula/s/sesh.rb index 8edd8e52606b6..3e3f10369d4e3 100644 --- a/Formula/s/sesh.rb +++ b/Formula/s/sesh.rb @@ -1,8 +1,8 @@ class Sesh < Formula desc "Smart session manager for the terminal" homepage "https://github.com/joshmedeski/sesh" - url "https://github.com/joshmedeski/sesh/archive/refs/tags/v2.14.0.tar.gz" - sha256 "7629869620aa2b496262c51511be20660579ae94baf1e2ea82af8dcbde3ab4db" + url "https://github.com/joshmedeski/sesh/archive/refs/tags/v2.15.0.tar.gz" + sha256 "bd74d4ef697fd186ee74b76f2100b16cb5ed2eb43d5e478c4c5481b659196d4d" license "MIT" head "https://github.com/joshmedeski/sesh.git", branch: "main" From 9759558322007e63aee60c58d3527a6a0bedbab5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:18:27 +0000 Subject: [PATCH 02339/10074] sing-box 1.11.13 --- Formula/s/sing-box.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sing-box.rb b/Formula/s/sing-box.rb index d9c05ffa73943..bc8880505eea0 100644 --- a/Formula/s/sing-box.rb +++ b/Formula/s/sing-box.rb @@ -1,8 +1,8 @@ class SingBox < Formula desc "Universal proxy platform" homepage "https://sing-box.sagernet.org" - url "https://github.com/SagerNet/sing-box/archive/refs/tags/v1.11.12.tar.gz" - sha256 "5f7358f7298fcde13be13563b5d48395859f716b08de893930ca0c2675a113ff" + url "https://github.com/SagerNet/sing-box/archive/refs/tags/v1.11.13.tar.gz" + sha256 "903d61cb1ae3b4782f294e2429ede8c6929d764e61c04331fcc448c28e9adbba" license "GPL-3.0-or-later" head "https://github.com/SagerNet/sing-box.git", branch: "dev-next" From 9be70cbe7de1b4253ff9b43468b93ea175d261ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:19:34 +0000 Subject: [PATCH 02340/10074] steampipe 1.1.4 --- Formula/s/steampipe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index 0daf49c5f4e05..efe94f85e262c 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -1,8 +1,8 @@ class Steampipe < Formula desc "Use SQL to instantly query your cloud services" homepage "https://steampipe.io/" - url "https://github.com/turbot/steampipe/archive/refs/tags/v1.1.3.tar.gz" - sha256 "082810c9083f6224e7bff850b366c8889be8aac434cec255504fbad3f3dae5cd" + url "https://github.com/turbot/steampipe/archive/refs/tags/v1.1.4.tar.gz" + sha256 "95c2b6518f9fa62b4082e300b3382b68d5bbe2444fa24cdfbce4c314626e0a62" license "AGPL-3.0-only" head "https://github.com/turbot/steampipe.git", branch: "main" From 6024a562e4b0f365e05e7593017d4e027f64e02a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:22:19 +0000 Subject: [PATCH 02341/10074] vet 1.11.1 --- Formula/v/vet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vet.rb b/Formula/v/vet.rb index 8ff726ad8684c..50f89d9dca3cc 100644 --- a/Formula/v/vet.rb +++ b/Formula/v/vet.rb @@ -1,8 +1,8 @@ class Vet < Formula desc "Policy driven vetting of open source dependencies" homepage "https://github.com/safedep/vet" - url "https://github.com/safedep/vet/archive/refs/tags/v1.11.0.tar.gz" - sha256 "bb399c825a8dc83dcf0da9aae4796aa1e1cfed6a1a1b88ad82619e5050de5e87" + url "https://github.com/safedep/vet/archive/refs/tags/v1.11.1.tar.gz" + sha256 "7ec01b59a0a1ba962b5d41368264c00e5e9daa728bcb42d056a4feb11611f495" license "Apache-2.0" bottle do From 205aeb531655dcc427fde1d2db9b4508e6f9af99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:02:49 +0000 Subject: [PATCH 02342/10074] vet: update 1.11.1 bottle. --- Formula/v/vet.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vet.rb b/Formula/v/vet.rb index 50f89d9dca3cc..ff76e5d3ec4d0 100644 --- a/Formula/v/vet.rb +++ b/Formula/v/vet.rb @@ -6,13 +6,13 @@ class Vet < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "99bea0ff6529a42b53b88a00e4da3280ee5090151d98160155129eb700da6f2b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8aba9f343309d8561b89ada3834d169e7da2ac525cb268938fcbfe2daca509e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "54b1558a867f8a623d6904432a249e9d65992ef766e5d8cfb3f4cf7a4b06c745" - sha256 cellar: :any_skip_relocation, sonoma: "461fcc6fda6c6fea2468eb756f765cbb4f54aa9c9aa53f9be0cc29fa893da8ae" - sha256 cellar: :any_skip_relocation, ventura: "68992e10e333174edb2df5f5f8071c4ed055b60bd7792a6725e7df16aa14f381" - sha256 cellar: :any_skip_relocation, arm64_linux: "1f39a57b49ba2211c6397798717e3903405f2a51ee05bb9faab0c47e1cc7b2f7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5f9acec234911d8471bf8f3737cbff5a962e910fc27ca5ab6447e7cfc6efb245" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c301feaadd4c8c65f5cbacf24e39f7bbf175b0cbb43824b38b844f64198e1ae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0767f309258235a24806de6035fbcdf87ed2343058309dabaccdd9091c116e36" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0a6fb991228021d2ae33a6c232b6af5b729369c6a388f5b43af9f025db0da7e3" + sha256 cellar: :any_skip_relocation, sonoma: "2b1286eefd26da50c3d2e9a53c1bcaddc2154e072366de1b854e851451dc5bf8" + sha256 cellar: :any_skip_relocation, ventura: "06fda7bf9f39ef419dd0d28ad7e367e73fa2b5a86b61fcca996af30295cff31e" + sha256 cellar: :any_skip_relocation, arm64_linux: "b448fb1bc9e107541fa2d24d7064fc6bbe8f711a15e3a741bbac4b6aa659f0b3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70e0dd5d07b421ac47ed065280fffb2bed11d659c5fd6e36da7abd7bf5280f3d" end depends_on "go" From 91b464f586f42209aa787505958d7dab906205e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:03:20 +0000 Subject: [PATCH 02343/10074] steampipe: update 1.1.4 bottle. --- Formula/s/steampipe.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index efe94f85e262c..e4ba2f0bdb7e0 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -12,12 +12,12 @@ class Steampipe < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2b32954ce511047081e519ca811cb038e1484f2c493b4ace2775b35501c548a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a40cab4ce04ee834fc8f1bf7ed89061fe8aa256ca64adee5ab6c063184b078c5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1cf35a25f625f3b0b1e61f0c8e536ee4cb98107b350f2dfdd41e6b8fc452fb96" - sha256 cellar: :any_skip_relocation, sonoma: "102ecd50a9676fae20173e7cbfa980e1dd0401a896a011d165e61bb1cb95b931" - sha256 cellar: :any_skip_relocation, ventura: "a984e904530c54c171a62a0866750def5fe647162351b20fbe90e78274256bfd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e98f015a2014748b10e7aed291ace764aef7494e3492498d606a60d3f8ffb13c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7be0e36b2609eeca63f3693b2018d049d01d5064c5f546fd71f392dba2e803e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "71e66624b7e948e0387d9d82f530993865a63ba9228867c687bdf577a0b1e373" + sha256 cellar: :any_skip_relocation, arm64_ventura: "89644ef75a320109f3465087fd129daab7d24d4656d490ac6bc42b7ac8e89352" + sha256 cellar: :any_skip_relocation, sonoma: "dccb8e97ceb8fbddddfc831bb751e08a3c5450841aaccdd66357b4d103a3e329" + sha256 cellar: :any_skip_relocation, ventura: "94cb4fa6cb55fced81217bda31fc27a720a527a2131c8d66fd05dd623e334f36" + sha256 cellar: :any_skip_relocation, x86_64_linux: "32c26f8f34c26b16dfc8f3b06adcf17f13d81d77158b6c2ea592b4bc2076e017" end depends_on "go" => :build From c2b205159f1143af5664875c2a0785d13d5463f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:04:00 +0000 Subject: [PATCH 02344/10074] sing-box: update 1.11.13 bottle. --- Formula/s/sing-box.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sing-box.rb b/Formula/s/sing-box.rb index bc8880505eea0..c59770ca67b23 100644 --- a/Formula/s/sing-box.rb +++ b/Formula/s/sing-box.rb @@ -7,12 +7,12 @@ class SingBox < Formula head "https://github.com/SagerNet/sing-box.git", branch: "dev-next" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1227b748b70d882fa87d7fe34090fc51a7d724f105736831aa910e566406ab72" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ea24bba8a284b70e4a20d1a03badbd9b5bae05ba598e4e8bb9d744faf98c8a9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "02111c8645f8eb43a58e7186de7abd75ef3a9dd8ad6909eb2ada1da45f3fd867" - sha256 cellar: :any_skip_relocation, sonoma: "6e80af6c7fba224dfac60957b7d4d52d61618a710257be28d722dc4aee57af10" - sha256 cellar: :any_skip_relocation, ventura: "80c206dbb14413b872bdab5d4ee60b81b968e54f88f41c0ac7a17ee2e608b33c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f3020f190e0d157b4d56bcad3fd5ffe4f1c790ff9071155f890523b7122d8b2e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eee804c3030351aaabda149bfbdae9512ae5b31957a5090cec19806c8dd8252e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "de1d260f71a09370d7e518ae733628e33f3a0ded982b9c18c23638a0c52947e8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c896b1b307eb60d433aa36ffc43e4b8725c1c29ab81cc5b4f11f9b3907fb4040" + sha256 cellar: :any_skip_relocation, sonoma: "2222292e162571348020e6c66681debd83ff721645d1c319bc9a1aea4ef52815" + sha256 cellar: :any_skip_relocation, ventura: "a2e3c23df05276285d3e4735e65a9bc9ce559220a14824727555787f9e095bcd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7795e3be0ba0d4f20a9d5b6263689ac5e8d054ae8f75df78cf27f5ea101aa6fe" end depends_on "go" => :build From 1059053e048a5275cdf505dc734e12eff299d419 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:04:36 +0000 Subject: [PATCH 02345/10074] sesh: update 2.15.0 bottle. --- Formula/s/sesh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sesh.rb b/Formula/s/sesh.rb index 3e3f10369d4e3..a06f15224c400 100644 --- a/Formula/s/sesh.rb +++ b/Formula/s/sesh.rb @@ -7,12 +7,12 @@ class Sesh < Formula head "https://github.com/joshmedeski/sesh.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4a08f14ff0f13d1a09029e3f368711056be1285e67417183c818e16faa45b4a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4a08f14ff0f13d1a09029e3f368711056be1285e67417183c818e16faa45b4a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f4a08f14ff0f13d1a09029e3f368711056be1285e67417183c818e16faa45b4a" - sha256 cellar: :any_skip_relocation, sonoma: "572bebaa4fba4afc9ce8c6cdf7e78aae8e9d579dd73e2c0a656185dc100f2c87" - sha256 cellar: :any_skip_relocation, ventura: "572bebaa4fba4afc9ce8c6cdf7e78aae8e9d579dd73e2c0a656185dc100f2c87" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b04bbb41e606e1f258b25a8af3f1b542bcf30eda615656571e648e6bb4c8802" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "39c8317dd26af424b8a5373708ec2ccf46e9ca07001a9059f941dd2f8d63c6d5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "39c8317dd26af424b8a5373708ec2ccf46e9ca07001a9059f941dd2f8d63c6d5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "39c8317dd26af424b8a5373708ec2ccf46e9ca07001a9059f941dd2f8d63c6d5" + sha256 cellar: :any_skip_relocation, sonoma: "11565cac4e96371bf526e2cf03088229e14c9163037545a127af19817f87f0ae" + sha256 cellar: :any_skip_relocation, ventura: "11565cac4e96371bf526e2cf03088229e14c9163037545a127af19817f87f0ae" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9b6ef898823271ed7926e4862504dfed4c64749c7e3cc03a2446a1b2491739fd" end depends_on "go" => :build From 1e1ae81195849a6480ee2defd3fa1147e46af083 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:09:41 +0000 Subject: [PATCH 02346/10074] repo: update 2.55.1 bottle. --- Formula/r/repo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/repo.rb b/Formula/r/repo.rb index c4a610907fc95..5105b988617c0 100644 --- a/Formula/r/repo.rb +++ b/Formula/r/repo.rb @@ -10,7 +10,7 @@ class Repo < Formula version_scheme 1 bottle do - sha256 cellar: :any_skip_relocation, all: "bb00cda01aeb9241ebc5550a9cc5b1da72f31f9c9e06215de625c0ff5b983782" + sha256 cellar: :any_skip_relocation, all: "519723ca8165bece9b5845e6db96debac214c422493945bba470fae22be0fb06" end uses_from_macos "python" From 64d5b8d0aaccbc5f7d88e86d6727ceeda4ea03a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:10:34 +0000 Subject: [PATCH 02347/10074] primecount: update 7.19 bottle. --- Formula/p/primecount.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/primecount.rb b/Formula/p/primecount.rb index 37ef0ec86f450..90b0e4b90700b 100644 --- a/Formula/p/primecount.rb +++ b/Formula/p/primecount.rb @@ -6,13 +6,13 @@ class Primecount < Formula license "BSD-2-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "d1481dca0ff40292686b2732be1e4a2f595fc0e1c87cdf1fbb47d88e448324c1" - sha256 cellar: :any, arm64_sonoma: "8a4a88e83d308bb3e08f12a512b749129f5052a0540b3f669d33e7057d983846" - sha256 cellar: :any, arm64_ventura: "d732e1d2b4ab2046dca0f3d199f830f48e03dba3a733c6c6018c2eb0851ad6fb" - sha256 cellar: :any, sonoma: "9542671d8d6a290e5df6559eb253bb3d10466e783f9813a0f33b300275376dff" - sha256 cellar: :any, ventura: "ddd9a1c45a424659c71867a522531647c8ddd8cc51cfcc293b327307890ba791" - sha256 cellar: :any_skip_relocation, arm64_linux: "4ae092abec241b1e6d61dc2b28fc505afb3c366a4c948d7681fa82bd42f2ccef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3181e38e05c2a4319f683f5cae69de62742715d5f45347d76c5df61abcdfdc2" + sha256 cellar: :any, arm64_sequoia: "3b11d5023b905870365a96e7b4233a5dd6d601c54632a066ca7bddccc46e56f4" + sha256 cellar: :any, arm64_sonoma: "76877d4a667be28a6213be4003ad9449bc3857d6c8765f4fcc683fe4b254bccb" + sha256 cellar: :any, arm64_ventura: "a7189f7a075892d62aa776d7e7dcd153eaa8e1597567d8d3216a37e0a1d3e716" + sha256 cellar: :any, sonoma: "3fc3ceae1e26ad44c2601d19a8f7380e9842c75e0562b98c6e2ddec670925365" + sha256 cellar: :any, ventura: "1ed880bc9fd10c30438f8dd7e5340d7993ecebeef3f9d52baaff9173102efa8b" + sha256 cellar: :any_skip_relocation, arm64_linux: "b6978a7c73429ee018db844be5eded68421b7852055724b49f24dfff872c96e2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "848dced425035cb0ca9084512c2e1926e5b1f4b1004a2c9e97cf5a2dbb21c7dc" end depends_on "cmake" => :build From 89ad2433c6c761f08f1a16504d6c1fbfdc1b7673 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:11:57 +0000 Subject: [PATCH 02348/10074] malcontent: update 1.12.0 bottle. --- Formula/m/malcontent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/malcontent.rb b/Formula/m/malcontent.rb index fcb8cce3b6402..0e67a874c9bbe 100644 --- a/Formula/m/malcontent.rb +++ b/Formula/m/malcontent.rb @@ -7,13 +7,13 @@ class Malcontent < Formula head "https://github.com/chainguard-dev/malcontent.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "7d66397fef1567264822b45b0103a879f768699316f81412467ba1cd24482a54" - sha256 cellar: :any, arm64_sonoma: "46dcef392b48cbb9323e28fd5f17cadd423795843d063e6fb0e9a64cb382a55b" - sha256 cellar: :any, arm64_ventura: "6b7e0d5d07c18a9c357ee57a6e3bc61b309a0faca039f650c9e776a5474a929d" - sha256 cellar: :any, sonoma: "62fd216fd39a008d28d17f39fc3f555653c3b00c72c1c8f1e3c803de82b2c47e" - sha256 cellar: :any, ventura: "0fc0338934dab10df2e6dec657acbbc2c326a5ce22b2936d1b386afe0f2a6dcd" - sha256 cellar: :any_skip_relocation, arm64_linux: "c18f0935906885e8c882a15ddfe65b8890e42d8caa97d1e7add37bb24e930216" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd95e2fbec34d546908a9960779c50c3d4ba493b2be0be70512c76dbf0d2e953" + sha256 cellar: :any, arm64_sequoia: "fe7df86e511474bf27123444db810ccfd34207415207bccf63a2124fd2bba4d1" + sha256 cellar: :any, arm64_sonoma: "c71b6596af8429397ed73385cf8a855b7e00dcc98cc623cabc125156dcc5435d" + sha256 cellar: :any, arm64_ventura: "147a085df58a6fda35977e113b5bc7616b663415365b4d440f5a25b95a1ec76e" + sha256 cellar: :any, sonoma: "b832c297996d0dd56e49603b4978b53702bd8e9283fb87d068c56c852fa99969" + sha256 cellar: :any, ventura: "502b33702f98f7bdb99aee98f89597f083c13fff1a371aa4c6be9c015b0dd7de" + sha256 cellar: :any_skip_relocation, arm64_linux: "765a6c98bd01f86403a284aa509e3e34c362044e521addd9f01ff6e09a3dc008" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3597a2b160fbadcd2a2c588c7a1e5e9809073c77a1b4c9b0550f855329ac2e8d" end depends_on "go" => :build From 35c2e84ca98a5aeea7645907f3bc7423e6e475a6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 4 Jun 2025 14:12:37 -0400 Subject: [PATCH 02349/10074] autobump: add gradle@7 Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index cedf312211ae1..7953c13e1a11a 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1430,6 +1430,7 @@ gql gradle gradle-completion gradle-profiler +gradle@7 grafana grafana-agent grafana-alloy From 1aa3088b591d36376b0dd5ec5a574f02792f4a48 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:13:42 +0000 Subject: [PATCH 02350/10074] cdktf: update 0.21.0 bottle. --- Formula/c/cdktf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cdktf.rb b/Formula/c/cdktf.rb index 0ffd9333f2240..bb334ca39fc4c 100644 --- a/Formula/c/cdktf.rb +++ b/Formula/c/cdktf.rb @@ -6,12 +6,12 @@ class Cdktf < Formula license "MPL-2.0" bottle do - sha256 arm64_sequoia: "f3a5571c228c0afe23c7823f29a91085faf6feb8355a54acacf42674f66cfa28" - sha256 arm64_sonoma: "b8d8e69d7a3657a8706747664b19a1753b1d1c516edfa5b5f509208eacb64426" - sha256 arm64_ventura: "80736d8e4441e675140caf8e90457ef084a28a0fc55a89230ba89bb1419abd1c" - sha256 sonoma: "fe84c384fef7fe0fccdce3eaf4ac021c08a735a0ace56a558c134cfdb46a056f" - sha256 ventura: "5db5bbf4b1592846f17d5557752f123121fd9b6d2e5308a0f8442ec7801e19dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4b5e6e9ed6f9ab6fdec3758e977d27f150776d56d8cf30c05fe1903277df13e4" + sha256 arm64_sequoia: "f5e3dddef4a75c7db589bc1d1052e974c1b2fc209a2bba4efd379da5227db4f8" + sha256 arm64_sonoma: "4febb127a3888f57b9c2992f4c5894028154ffb4c938cd9dad6cf9bf222de47f" + sha256 arm64_ventura: "07de2f8ab86258e1413e355a5ace5ce1bed2f637031861b013b1ccb04ba044b6" + sha256 sonoma: "4307f3bd75cc1b46b281df158e32c299bfa0051bbe57fe4139a427e229524c45" + sha256 ventura: "eda9a5cd48c776d1a99ed9afbca4706178f793166dd1aa062233eb728d2d0fd0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "361f8a42a54fda4f627e1b9fa593f68a68f557e963a8bb6f82bd0a6998fae7cc" end depends_on "opentofu" => :test From f936759750e7968a2d5ee383eacf1b87299f5ca4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:14:09 +0000 Subject: [PATCH 02351/10074] doctl: update 1.129.0 bottle. --- Formula/d/doctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/doctl.rb b/Formula/d/doctl.rb index 4d90f6ca66f3e..4060f37d9fbd8 100644 --- a/Formula/d/doctl.rb +++ b/Formula/d/doctl.rb @@ -7,12 +7,12 @@ class Doctl < Formula head "https://github.com/digitalocean/doctl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c94d39a4ccb644843c001c50fc3181865372c038e836867680b7174bbf9ec0ef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c94d39a4ccb644843c001c50fc3181865372c038e836867680b7174bbf9ec0ef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c94d39a4ccb644843c001c50fc3181865372c038e836867680b7174bbf9ec0ef" - sha256 cellar: :any_skip_relocation, sonoma: "5b0a24a2afd0997cffa5b433c8bdf85e17314d9ef52e5ae0f5c2fcd9a2de1e39" - sha256 cellar: :any_skip_relocation, ventura: "5b0a24a2afd0997cffa5b433c8bdf85e17314d9ef52e5ae0f5c2fcd9a2de1e39" - sha256 cellar: :any_skip_relocation, x86_64_linux: "acb2fbd1810cafd5ec59d116004b04f23460e89033fde0f9bd06b25e7abea303" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "57842a95e9a820880c02068885b7602eb98c80cb92fad8ca989153c557bbbf58" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "57842a95e9a820880c02068885b7602eb98c80cb92fad8ca989153c557bbbf58" + sha256 cellar: :any_skip_relocation, arm64_ventura: "57842a95e9a820880c02068885b7602eb98c80cb92fad8ca989153c557bbbf58" + sha256 cellar: :any_skip_relocation, sonoma: "4ca6d2f600ae2daa6027caddffca5d28fc720fb9c0f1d805212ec8515b24c4ed" + sha256 cellar: :any_skip_relocation, ventura: "4ca6d2f600ae2daa6027caddffca5d28fc720fb9c0f1d805212ec8515b24c4ed" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f8f1a179abdf3862f2b91b08c56d6672c469bea99881f3d02158042498afec87" end depends_on "go" => :build From 7ddbf0b0de4a90b90511806e4d198f7a2b27b829 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:14:13 +0000 Subject: [PATCH 02352/10074] katago: update 1.16.2 bottle. --- Formula/k/katago.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/katago.rb b/Formula/k/katago.rb index 8e9a48d330f18..ec0d12ce1f33c 100644 --- a/Formula/k/katago.rb +++ b/Formula/k/katago.rb @@ -16,13 +16,13 @@ class Katago < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "196387b2b8364d6c21b3ad7f21e99ce5a9a0de12ea8bd1b13df64267a9247808" - sha256 cellar: :any, arm64_sonoma: "f18c1f3a208bc7db520b128de3f554c22a3f06e2f3b7359c2a7399ef4ad6015c" - sha256 cellar: :any, arm64_ventura: "721c9102dac3e2e115a05cfcc87ad46d3e4ed8b1b2a4e97c0fc27768fb0efcd4" - sha256 cellar: :any, sonoma: "8a11310fbdc2db3bd226f99266b7f4440a2d8ecefa68a2ec64306a1f72bd167e" - sha256 cellar: :any, ventura: "a756163f9bc8424595dd5e2bf03eb9243b03749bbbdd58c31b9e471337a3c9ee" - sha256 cellar: :any_skip_relocation, arm64_linux: "3617c29c7f43a9224c99d3d3a649d5427be69fb9c152b0f2c5dd456979b9278d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1a6a7e66ecb9f2c5972fb8836157bb3b11285efca806d314f75b59840643f0a5" + sha256 cellar: :any, arm64_sequoia: "46507964a2e3a03974f3eb75293c11646b4cda6102a65afd87e97adc55fd2173" + sha256 cellar: :any, arm64_sonoma: "3142c70bfc9359d33c95180d764175ff33901f6a15eb742b10cdd48aa54994e8" + sha256 cellar: :any, arm64_ventura: "f74deaf28ea89664ef4a93ee876b7d1354a18ba05d42263ba9caeaf1a63fd7a4" + sha256 cellar: :any, sonoma: "8e7f2fb2d0ebbb61cad0784aab893c9ee1da60a887518502f641d7c191985292" + sha256 cellar: :any, ventura: "207fd5d9c4b0d90ebe9f468f18211b91d690e4a8ad1aa72101c2c9ec3c2ffbc5" + sha256 cellar: :any_skip_relocation, arm64_linux: "23b16da526d08426a9110990305da062799a79219cbe91244381fd4ed571f68f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "559f97780089d7862bb2a514a6e3e82c5841df38530e81f2fdc07ecde25b0845" end depends_on "cmake" => :build From e4381f73b99d605f8aaf821bb0e74bc1bacf90fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:15:02 +0000 Subject: [PATCH 02353/10074] dnscontrol: update 4.21.0 bottle. --- Formula/d/dnscontrol.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dnscontrol.rb b/Formula/d/dnscontrol.rb index c1c0869a299c5..80381f22cd2fb 100644 --- a/Formula/d/dnscontrol.rb +++ b/Formula/d/dnscontrol.rb @@ -16,12 +16,12 @@ class Dnscontrol < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f54d2ea13319f4a443232ababa883046ef17e9540b13d529e6742aa59c4bfc9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f54d2ea13319f4a443232ababa883046ef17e9540b13d529e6742aa59c4bfc9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5f54d2ea13319f4a443232ababa883046ef17e9540b13d529e6742aa59c4bfc9" - sha256 cellar: :any_skip_relocation, sonoma: "79337f7bc293a980233782d79a589ea16575830a3752e5c9ec45a85d9f1f89b0" - sha256 cellar: :any_skip_relocation, ventura: "79337f7bc293a980233782d79a589ea16575830a3752e5c9ec45a85d9f1f89b0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "422724e41057b2e46794178106ab088ade3c5628b63365faca283e32effe1dcf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b248ea6ddf555db3af61cc6b61888c134ef58168b26fd82e0c9c4dcd656b993" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b248ea6ddf555db3af61cc6b61888c134ef58168b26fd82e0c9c4dcd656b993" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b248ea6ddf555db3af61cc6b61888c134ef58168b26fd82e0c9c4dcd656b993" + sha256 cellar: :any_skip_relocation, sonoma: "725f7978eeb373a6acf8c9d15a094f0eb388358c94c71103ead212914863bf55" + sha256 cellar: :any_skip_relocation, ventura: "725f7978eeb373a6acf8c9d15a094f0eb388358c94c71103ead212914863bf55" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0608c072b8e3f107309cd59649fec32e864c0d32d5ef5b1373079c5cdce3b16c" end depends_on "go" => :build From 1188013b9bdbbe942b8bec3de277eea7d2ea6f8b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:16:39 +0000 Subject: [PATCH 02354/10074] circleci: update 0.1.32219 bottle. --- Formula/c/circleci.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index 755ee1a3af322..4733b777e0cd9 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -9,12 +9,12 @@ class Circleci < Formula head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7b87636a3e28a95bebe23613a172afa000293af94348031fcd3fb6859b2b12e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7b87636a3e28a95bebe23613a172afa000293af94348031fcd3fb6859b2b12e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b7b87636a3e28a95bebe23613a172afa000293af94348031fcd3fb6859b2b12e" - sha256 cellar: :any_skip_relocation, sonoma: "b5e536642d5bcbc1341e823184d58bf02ce92bb9e0ac851fded92c2881e7f3c5" - sha256 cellar: :any_skip_relocation, ventura: "b5e536642d5bcbc1341e823184d58bf02ce92bb9e0ac851fded92c2881e7f3c5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13148d06a64c4089a37c13181aefb49cb30b96b5b41e8bfe4efef50cb5ec3d6a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "08c81f76f23546390918fb9252af5d138a1ca07758035628914b9d5deb8c3e6e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "08c81f76f23546390918fb9252af5d138a1ca07758035628914b9d5deb8c3e6e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "08c81f76f23546390918fb9252af5d138a1ca07758035628914b9d5deb8c3e6e" + sha256 cellar: :any_skip_relocation, sonoma: "bfb2cb75236390116f33b4832c4d8fde2fb8bc6c15deea9242dac526a3d49453" + sha256 cellar: :any_skip_relocation, ventura: "bfb2cb75236390116f33b4832c4d8fde2fb8bc6c15deea9242dac526a3d49453" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d876d75b710f7ae40a1546bfd299a7679b88f87d397a376c8a59c2e7c57fb092" end depends_on "go" => :build From 382bfe37ca88c3d732d89ea56e58cf8650456556 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:16:47 +0000 Subject: [PATCH 02355/10074] checkdmarc: update 5.8.5 bottle. --- Formula/c/checkdmarc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index 3cca6c1bdeb8e..dc81df8708475 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -9,7 +9,7 @@ class Checkdmarc < Formula head "https://github.com/domainaware/checkdmarc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "f72494848dbd05b331c7e055b67d279f9d09db1ed3804031b162f434eb0fafc5" + sha256 cellar: :any_skip_relocation, all: "3b9c1004cc28737f71a7c77e20a848551c2d59d5ff597fcffb6180f4ea040157" end depends_on "certifi" From 08b07c8b376a9e6de37a21a7b86b9b5d915d7c1c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:17:22 +0000 Subject: [PATCH 02356/10074] cog: update 0.15.3 bottle. --- Formula/c/cog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 2335ffb02f870..7e493a1c8a99b 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -7,12 +7,12 @@ class Cog < Formula head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ae1cbe3a12b29a2d4f9cc193809187b684abc7ad9ddc5faad25616a8c491842" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ae1cbe3a12b29a2d4f9cc193809187b684abc7ad9ddc5faad25616a8c491842" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ae1cbe3a12b29a2d4f9cc193809187b684abc7ad9ddc5faad25616a8c491842" - sha256 cellar: :any_skip_relocation, sonoma: "2b955547cab5b3fed78b280a5f18b574a9217d2ec5ddfcf3fe6a82b2a98ff479" - sha256 cellar: :any_skip_relocation, ventura: "2b955547cab5b3fed78b280a5f18b574a9217d2ec5ddfcf3fe6a82b2a98ff479" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1be9b6e7056e490de8410a4d22a7f25638a90127d646f95af2ffdc24dc9440b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5c1af340c7668036e7045f80a420947712b236b9eb2178c9f2e1c8a718d8f6c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5c1af340c7668036e7045f80a420947712b236b9eb2178c9f2e1c8a718d8f6c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a5c1af340c7668036e7045f80a420947712b236b9eb2178c9f2e1c8a718d8f6c" + sha256 cellar: :any_skip_relocation, sonoma: "7f5057c57fb09179f5f8c9a031a2e9a86e4f9aca2c5bfdbf4ef95aed058fdc09" + sha256 cellar: :any_skip_relocation, ventura: "7f5057c57fb09179f5f8c9a031a2e9a86e4f9aca2c5bfdbf4ef95aed058fdc09" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe35251dc1502ae1cd58ad7bf3cd8294224c98d71a29e6b130a1ac10ba3bbe8c" end depends_on "go" => :build From fc46d23f0569ff7d0dca67aff5e4af7ff892f24e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:18:39 +0000 Subject: [PATCH 02357/10074] manticoresearch: update 10.1.0 bottle. --- Formula/m/manticoresearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index 7ed09111cda82..ed557db35f0f7 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -19,13 +19,13 @@ class Manticoresearch < Formula end bottle do - sha256 arm64_sequoia: "38dcea15613a9ad771d3533130d1dd3937b399806bb191b0a8658f37423b08cc" - sha256 arm64_sonoma: "e91fe0a68834d66d00d8dc83a71cd9245c8663d1e364ef259f66b7c3b6d7aabb" - sha256 arm64_ventura: "56764d5cc819ff86d9b811b440dbe0fd9b5c15f855e0a21864b73a7011a899ee" - sha256 sonoma: "b1bf5b6283e756596896bd5ebcab42c3d69054d6c76089923108c7c09ec680b4" - sha256 ventura: "7e51094ebf5db3bd9877ce98deb967f04085d56d47fa29276092b510339e251f" - sha256 arm64_linux: "b8570c8d560038513c9dcf7b8dc2b97f325f335d3496778dd1533b2f5578e1aa" - sha256 x86_64_linux: "d4742c17b8f381e05e88f8423f1ddc4e8219f57b435b3ccf55844fdc77276336" + sha256 arm64_sequoia: "e4b58980960f3f050c8f4c3f0052a88dbb4622d02fbf82a6d63c0ff00b9a1aac" + sha256 arm64_sonoma: "4b25428e4526136aea09956d2e5d671496ff1a6cc1d65a89ff66b6172d992139" + sha256 arm64_ventura: "0e28cfedf828bff9dc5918e18e04fea35ef8ad7e1ecd2f258e4ddaaca446759a" + sha256 sonoma: "919dc14ad87e0911fb3aeb38d3405b5f4ec033bf9c4cb01c92ec40e78d68aa74" + sha256 ventura: "ecef5f8b957f82705b061d0ddebe378850c8767228207f87dc021eca19515289" + sha256 arm64_linux: "0a859e32a6d3804f52b58980ffc8cc7df4acf35f92f08536c52196da6c41612a" + sha256 x86_64_linux: "6240551a3940305104c1999752f18e08c4eab300e9b9853774d2210c14ff76ba" end depends_on "cmake" => :build From e1d33058e7a08362ae121f3721cf73c3d7de69d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:19:11 +0000 Subject: [PATCH 02358/10074] croaring: update 4.3.4 bottle. --- Formula/c/croaring.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/croaring.rb b/Formula/c/croaring.rb index 92ceedb563290..d72c468457955 100644 --- a/Formula/c/croaring.rb +++ b/Formula/c/croaring.rb @@ -7,13 +7,13 @@ class Croaring < Formula head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "da3280cac7c2a1682db618ade5c8e99e4fe5c7974415af6876e4fae7d42896b6" - sha256 cellar: :any, arm64_sonoma: "e5e1f34175cdf5e7b288bbd266468295f5b0f4a47dbce3e9e0162b52d788708b" - sha256 cellar: :any, arm64_ventura: "72d5c0e583eef660240c7df8a088e397a367deaefa9a1fa4a46db1c982c64820" - sha256 cellar: :any, sonoma: "fa987f6fa1b9d0cef284923f610fc9d5f7e21d509313d8072e881811f88396f0" - sha256 cellar: :any, ventura: "d42071bbe6873d1697c36a6d8bbb95500e369dd8392177d9d312943928c60a8f" - sha256 cellar: :any_skip_relocation, arm64_linux: "4846d6cc9976612c4455780e844b660481499d3bc91586543d21818ccc06426a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "99b922f5a7549976baad51b5cec6dbd23d5c21313dce65046a43dd5e51da91ea" + sha256 cellar: :any, arm64_sequoia: "b4786a86f08b984d46605559f47366c282fcb0f0c1b56e61eca505b5fc207769" + sha256 cellar: :any, arm64_sonoma: "507d707987041d9a2c70ff3254cd35eb841cee62d0f25d1d319252dacea9095b" + sha256 cellar: :any, arm64_ventura: "a2c7016c6f3cb881740a70e8af9f96e23972b2e2f8f62fae11b0933fac3a1b28" + sha256 cellar: :any, sonoma: "daf0b5869aa38cd4097c6c6b79e10ad7f3a6e9ea72cf96f5981ca44ae7142f39" + sha256 cellar: :any, ventura: "169c7fe5b66673a5e49f40884e49703ac2d047c26ec87631594b1c7e56a4e5bf" + sha256 cellar: :any_skip_relocation, arm64_linux: "35d1771203d07fa28940e2db3b6e22d1e24306ae5cd45a3acf9fd28aba203494" + sha256 cellar: :any_skip_relocation, x86_64_linux: "27e3b58f42d28be01c47232822f36043909811038bff1810793cc52f07cd55f6" end depends_on "cmake" => :build From 9734f556aedb6caa4542a5b8d299048643122cb7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:25:35 +0000 Subject: [PATCH 02359/10074] mise: update 2025.6.0 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 994ec08222c4a..29a2b2e027af6 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -14,13 +14,13 @@ class Mise < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "db4f626f5a1d6dabe526ac436f29337484e70755420de8effaaae59a21074d3a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "38e689bd6ddbb02073bcca4b8838f0e7ca9f27e8a7119ea12df7c52ca15ec0b1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bcde07e9e5609acb8f7bb80a9aacd3c45bd7e555d023d957b4f7bc651480ee86" - sha256 cellar: :any_skip_relocation, sonoma: "fa284efb9aee5c13a683151eb0014800e8330b04aded50def0f6bbab1607e9b9" - sha256 cellar: :any_skip_relocation, ventura: "4c8fba5c56497a521a8bc137a425429cb15042a166e120862b78c051153ba252" - sha256 cellar: :any_skip_relocation, arm64_linux: "eb1d2a40460d3daba0226fd5f08da830350d6a0edddbc821976526208eed52e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "786196e3522f508bdbb0e6170722db1aa2d538799fbe16f771af1e2724e99ba3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbb8ea8285af9658366eb88c2da2fa989c7c85b59647e48cad30a9684b2b1d08" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "edfbc87aba309bd687849240c2a72aacf0a9400da743afa081200e28354c261a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b5d67b9bd795db4b86be404551caf496570f52dce8913a756eb37d678aff050" + sha256 cellar: :any_skip_relocation, sonoma: "ae7d5ce23ecc4f3b04a683ace21410b988842ee2fa11e1032c9787ab2f12b05f" + sha256 cellar: :any_skip_relocation, ventura: "81f925ebec7acb19c08b5b0f4e14a4b0fd26c67d58519366cfd2ca3b4d170565" + sha256 cellar: :any_skip_relocation, arm64_linux: "472921d99a84f0112a0d450b62d1ff59d857723ced90ff5083ea28990e02a400" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b49874b20feabab20da392f6cbdc1b391dbff54a11bed5df197603db78f68cba" end depends_on "pkgconf" => :build From 20eca81e5514f5a446a912e0a9ae9a35fe0f6891 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:04:39 +0000 Subject: [PATCH 02360/10074] jj 0.30.0 jj: update build Signed-off-by: Rui Chen --- Formula/j/jj.rb | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/Formula/j/jj.rb b/Formula/j/jj.rb index 64d3457d8ed79..73d5426255e8e 100644 --- a/Formula/j/jj.rb +++ b/Formula/j/jj.rb @@ -1,8 +1,8 @@ class Jj < Formula desc "Git-compatible distributed version control system" homepage "https://github.com/jj-vcs/jj" - url "https://github.com/jj-vcs/jj/archive/refs/tags/v0.29.0.tar.gz" - sha256 "57df34a06b1d2125ccd6e8383ea08f24160c48e33e9daecd883a2e59567a9fd9" + url "https://github.com/jj-vcs/jj/archive/refs/tags/v0.30.0.tar.gz" + sha256 "86f8df1e4e76c6a4bcdb728fa74876bacf931641157d16f6e93ebeb5bac0151c" license "Apache-2.0" head "https://github.com/jj-vcs/jj.git", branch: "main" @@ -16,22 +16,9 @@ class Jj < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "2140f62549e58a6938ee9d265d926223bdfca139485464958e89340279f3af47" end - depends_on "pkgconf" => :build depends_on "rust" => :build - depends_on "libgit2" - depends_on "libssh2" - depends_on "openssl@3" - - uses_from_macos "zlib" - def install - ENV["LIBGIT2_NO_VENDOR"] = "1" - ENV["LIBSSH2_SYS_USE_PKG_CONFIG"] = "1" - # Ensure the correct `openssl` will be picked up. - ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix - ENV["OPENSSL_NO_VENDOR"] = "1" - system "cargo", "install", *std_cargo_args(path: "cli") generate_completions_from_executable(bin/"jj", shell_parameter_format: :clap) @@ -46,15 +33,5 @@ def install system bin/"jj", "describe", "-m", "initial commit" assert_match "README.md", shell_output("#{bin}/jj file list") assert_match "initial commit", shell_output("#{bin}/jj log") - - [ - Formula["libgit2"].opt_lib/shared_library("libgit2"), - Formula["libssh2"].opt_lib/shared_library("libssh2"), - Formula["openssl@3"].opt_lib/shared_library("libcrypto"), - Formula["openssl@3"].opt_lib/shared_library("libssl"), - ].each do |library| - assert Utils.binary_linked_to_library?(bin/"jj", library), - "No linkage with #{library.basename}! Cargo is likely using a vendored version." - end end end From d2f6d0521e767bbf94b271d8c6c2b69d34ce8345 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:27:54 +0000 Subject: [PATCH 02361/10074] wasm-micro-runtime: update 2.3.1 bottle. --- Formula/w/wasm-micro-runtime.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasm-micro-runtime.rb b/Formula/w/wasm-micro-runtime.rb index 418a5a0587795..730ee6ad60c70 100644 --- a/Formula/w/wasm-micro-runtime.rb +++ b/Formula/w/wasm-micro-runtime.rb @@ -15,13 +15,13 @@ class WasmMicroRuntime < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "8c09d15112bc9ac42ab86ccc8baf1881ec3653a0d589dfad8a7aa41ae5f4d411" - sha256 cellar: :any, arm64_sonoma: "9b5b5ea15d69f031cd2d314a8bcf70d804c210280b330be3fb0034726cf36f75" - sha256 cellar: :any, arm64_ventura: "2e6ac37ea867c542514480907f9b0710e477c67dd286c1208930444da16582f4" - sha256 cellar: :any, sonoma: "92ed7cdc11f95b3d4be42b9b2878e9c66aae6f0c537be17fcb0731ded92a7dd2" - sha256 cellar: :any, ventura: "f4ba8cddef3b9e781ead80432292f6996a9f259c68b3696d8d1b3589f7f4250e" - sha256 cellar: :any_skip_relocation, arm64_linux: "f6da5ec11f4d8ac7985ef99003c52b7e82a1c0393a4db179fc463942e7b89f01" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1c67ba32fefde0efd67412efe9853e03b47fb0a8cfd845d03a795d231e130a6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0af5a780a67b959763af54a84f04735ae08dedcf875b47239c7c1d8818e853bf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "601507a90145eedf4375868e0a677da1c8c5e92644034c1f2aef5686d82f78fe" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c20a57b03e8406fd4fa41ba649eda1cad3dd31b12721b452e133cfd820350042" + sha256 cellar: :any_skip_relocation, sonoma: "15ad738e55e90ebf8ed18decde0f602322cc3a28bb40752477f21448adf9149b" + sha256 cellar: :any_skip_relocation, ventura: "54cceb44867c377f535b5cc2e138be625270f7cc502a88d43c7e68f712c1f714" + sha256 cellar: :any_skip_relocation, arm64_linux: "4a3663b8f8f3940ac2031397b13be3550f6e51dd4ea62cfdf0a26a01113b1651" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f203e11bfa5ced6d8e4dfca93070e0b1739e88427fe73a729510100aa2509bdd" end depends_on "cmake" => :build From 2d02766a07e71b580d7572024fe8f536b14f8a4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:39:45 +0000 Subject: [PATCH 02362/10074] scala: update 3.7.1 bottle. --- Formula/s/scala.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/scala.rb b/Formula/s/scala.rb index 4b6b5213074a0..40a351444996a 100644 --- a/Formula/s/scala.rb +++ b/Formula/s/scala.rb @@ -11,7 +11,7 @@ class Scala < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "0dbf4cdbed9be74c8ff5b292d99dbb940017c6a5cdda1f274d18dd647a16cc84" + sha256 cellar: :any_skip_relocation, all: "f18d300c7ae6be5dbb57fc87e8256b330488d2a36741eee16ed0c7cfdcaba9ea" end # JDK Compatibility: https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html From 4d7283c2d6623ecf168e3a3dd450b59c59ceb9f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:43:34 +0000 Subject: [PATCH 02363/10074] gradle@7: update 7.6.5 bottle. --- Formula/g/gradle@7.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gradle@7.rb b/Formula/g/gradle@7.rb index 7ca77c4c45d2c..8f6fbea38fa56 100644 --- a/Formula/g/gradle@7.rb +++ b/Formula/g/gradle@7.rb @@ -11,7 +11,7 @@ class GradleAT7 < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "a21f307c8efb2668f37f8fd1c61444ca414e9f903330a19603771f1de5d5615a" + sha256 cellar: :any_skip_relocation, all: "06d7151adcd4d1affc762de7ff751c7a9c7e79f0187b66f27a54684f34aad1f9" end keg_only :versioned_formula From 31e4db30c68db0f36151f6d83b3016614fb9b635 Mon Sep 17 00:00:00 2001 From: Glyph Date: Tue, 22 Apr 2025 10:35:57 -0700 Subject: [PATCH 02364/10074] dbus: update caveats Correct the instructions to point at dbus's LaunchAgent, which exists, and not its LaunchDaemon, which doesn't. --- Formula/d/dbus.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/d/dbus.rb b/Formula/d/dbus.rb index 4a2be90a86617..3acb56d6484cd 100644 --- a/Formula/d/dbus.rb +++ b/Formula/d/dbus.rb @@ -65,17 +65,17 @@ def post_install def caveats on_macos do <<~EOS - To load #{name} at startup, activate the included Launch Daemon: + To load #{name} at startup, activate the included Launch Agent: - sudo cp #{lib}/Library/LaunchDaemons/org.freedesktop.dbus-session.plist /Library/LaunchDaemons - sudo chmod 644 /Library/LaunchDaemons/org.freedesktop.dbus-session.plist - sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-session.plist + sudo cp #{lib}/Library/LaunchAgents/org.freedesktop.dbus-session.plist /Library/LaunchAgents + sudo chmod 644 /Library/LaunchAgents/org.freedesktop.dbus-session.plist + sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist - If this is an upgrade and you already have the Launch Daemon loaded, you - have to unload the Launch Daemon before reinstalling it: + If this is an upgrade and you already have the Launch Agent loaded, you + have to unload the Launch Agent before reinstalling it: - sudo launchctl unload -w /Library/LaunchDaemons/org.freedesktop.dbus-session.plist - sudo rm /Library/LaunchDaemons/org.freedesktop.dbus-session.plist + sudo launchctl unload -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist + sudo rm /Library/LaunchAgents/org.freedesktop.dbus-session.plist EOS end end From d6628211782f2c746c2d2ad7aeebf9bf6bd39bae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:30:04 +0000 Subject: [PATCH 02365/10074] curl: update 8.14.1 bottle. --- Formula/c/curl.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/curl.rb b/Formula/c/curl.rb index 2a1313682d1af..659e3dd6c2c18 100644 --- a/Formula/c/curl.rb +++ b/Formula/c/curl.rb @@ -15,14 +15,13 @@ class Curl < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "69efd2fd516be31f0c79b1af0a989c52f4d64d9003d39a0cefc6e64350e738c6" - sha256 cellar: :any, arm64_sonoma: "e552078c530a8315d4877daf4906bf7745bd24cc3941b7f44980bba20db5ff46" - sha256 cellar: :any, arm64_ventura: "5034cef9debaa38a5466af6b88694c4430f7851470a5b24f0afb0322fae9e607" - sha256 cellar: :any, sonoma: "e30b8516c64ac2ed9b2e0ac4afecdb6f5166327a6e5f1b900ece864992b9a320" - sha256 cellar: :any, ventura: "78cef1a6e06b1a5118e33b907a3adadf8c7861573a69c201f9e6524502c8a5b6" - sha256 cellar: :any_skip_relocation, arm64_linux: "91a9a666d78f78e18ea810640354b311dc13fa08680ecac0aac0ac452ff1300a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da5123da4f2bb51d5ddb60cfed48b7f5223f1dadef133ebc892d292636924517" + sha256 cellar: :any, arm64_sequoia: "a208325a56e95796533140b94783a70603e8e78718249b7d3580da12da24ebaf" + sha256 cellar: :any, arm64_sonoma: "9e23c9408e31d5e0aada20daa57dd13f012b5430410c78ee6d9dadfc81b2fb16" + sha256 cellar: :any, arm64_ventura: "3533a79f542d152fe7eac26c7cbeaeaf141eff9c85debc32db1681857cd2ca91" + sha256 cellar: :any, sonoma: "cf79c9d7b13b861cea4359140ea82e97b2d1bbca1083d2dbe8b74b7fae4051d7" + sha256 cellar: :any, ventura: "a09d7b8ad2616b22848e5dd0bb52bae7e7cab1517cd1245cb53af1b3e2a9eb7d" + sha256 cellar: :any_skip_relocation, arm64_linux: "81ab501f75ec3305e4b4c624c15d1b0042645dbbf0f73e5975032ca37284bd51" + sha256 cellar: :any_skip_relocation, x86_64_linux: "42ab4d16878ac6b3cee935dbe5e27c290b671566c4352c41bd9982dc5b7620be" end head do From 51d109906937a68645b131d210b379325f901ce8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:48:42 +0000 Subject: [PATCH 02366/10074] angular-cli 20.0.1 --- Formula/a/angular-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index 8b3806ba54ed9..d1441c75b323d 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -1,8 +1,8 @@ class AngularCli < Formula desc "CLI tool for Angular" homepage "https://angular.dev/cli/" - url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.0.tgz" - sha256 "1603383aac6bc436f506a75827e47cd11d4044b20f6fb1a3288d05dbfb43e704" + url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.1.tgz" + sha256 "41665e3e3b4e0c5098222901a2ff4ee6a86f5c38d6a91e1bab63f239a185d776" license "MIT" bottle do From 3f2aaeae1085ad11ab2fdca802bb58df790069ab Mon Sep 17 00:00:00 2001 From: Yurii Kolesnykov Date: Wed, 4 Jun 2025 20:48:50 +0100 Subject: [PATCH 02367/10074] mesa 25.1.2 --- Formula/m/mesa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesa.rb b/Formula/m/mesa.rb index 9f92b219faed3..6b58a6cc5ad1c 100644 --- a/Formula/m/mesa.rb +++ b/Formula/m/mesa.rb @@ -3,8 +3,8 @@ class Mesa < Formula desc "Graphics Library" homepage "https://www.mesa3d.org/" - url "https://archive.mesa3d.org/mesa-25.1.1.tar.xz" - sha256 "cf942a18b7b9e9b88524dcbf0b31fed3cde18e6d52b3375b0ab6587a14415bce" + url "https://archive.mesa3d.org/mesa-25.1.2.tar.xz" + sha256 "c29c93fd35119b949a589463d1feb61b4000c0daad04e8d543d7f909f119bd97" license all_of: [ "MIT", "Apache-2.0", # include/{EGL,GLES*,vk_video,vulkan}, src/egl/generate/egl.xml, src/mapi/glapi/registry/gl.xml From bbc24261a960121fcc0dbc5492be47830b4319a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:49:50 +0000 Subject: [PATCH 02368/10074] awscli 2.27.29 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index bede878fa7f21..bf6ad8c52704e 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.28.tar.gz" - sha256 "62170d3e5b3941e69fd9168076d76755e1c15fbbe5e30f763fb36024b83354fe" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.29.tar.gz" + sha256 "d8c8b8eaada2fb136ef62dd276e36486eddfd2b811b44c3f62368d2496f986f0" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 4f7fbf7de1e8839ec35d32c0b8cc8ae3896fc6b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:51:02 +0000 Subject: [PATCH 02369/10074] bmake 20250528 --- Formula/b/bmake.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bmake.rb b/Formula/b/bmake.rb index 60bffd7d8a159..665f820148c9c 100644 --- a/Formula/b/bmake.rb +++ b/Formula/b/bmake.rb @@ -1,8 +1,8 @@ class Bmake < Formula desc "Portable version of NetBSD make(1)" homepage "https://www.crufty.net/help/sjg/bmake.html" - url "https://www.crufty.net/ftp/pub/sjg/bmake-20250414.tar.gz" - sha256 "43258a0b819f3e362dd66c05b8212ea977606945f3887ba1b6ad612affabc9aa" + url "https://www.crufty.net/ftp/pub/sjg/bmake-20250528.tar.gz" + sha256 "0dc389a5e0298aa585353b60796d5d632de660dade58d00acd60ad722846c9a3" license "BSD-3-Clause" livecheck do From d356698a063907623cadaa5bfbd63370640deb8c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:55:29 +0000 Subject: [PATCH 02370/10074] dust 1.2.1 --- Formula/d/dust.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dust.rb b/Formula/d/dust.rb index e2ec40ddb526c..ac84651fdad31 100644 --- a/Formula/d/dust.rb +++ b/Formula/d/dust.rb @@ -1,8 +1,8 @@ class Dust < Formula desc "More intuitive version of du in rust" homepage "https://github.com/bootandy/dust" - url "https://github.com/bootandy/dust/archive/refs/tags/v1.2.0.tar.gz" - sha256 "e879e6bf662e07cff2962b68529dd78c3bafb67541aaa76e8c9d25ecb505b850" + url "https://github.com/bootandy/dust/archive/refs/tags/v1.2.1.tar.gz" + sha256 "d8ac1a78287a9ea9e6a0e350886dbef8902f5f1dcba9bbc25afafe2ed2ca0a95" license "Apache-2.0" head "https://github.com/bootandy/dust.git", branch: "master" From a7877db88b7769719a00b1faec078525ec85a121 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:57:15 +0000 Subject: [PATCH 02371/10074] flyctl 0.3.139 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 425987069877a..ceae104caa252 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.138", - revision: "5e0aac9a837d73a3a01ff01eb9ce1f78982ba590" + tag: "v0.3.139", + revision: "9547a1abd262f49d5f3aa7d41ebd0c3a91776377" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From fe80e3f2905b5e8b9c9351e9b7b62ac27bf763b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:58:23 +0000 Subject: [PATCH 02372/10074] glaze 5.4.0 --- Formula/g/glaze.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 594dd592f32fe..544a34b4de8c5 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -1,8 +1,8 @@ class Glaze < Formula desc "Extremely fast, in-memory JSON and interface library for modern C++" homepage "https://github.com/stephenberry/glaze" - url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.3.1.tar.gz" - sha256 "4c7a31abfc37a021a5120e9bc7d9de8116c10ce1470e09f4306c6e5a1a6fb555" + url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.4.0.tar.gz" + sha256 "b6f7f62dba80b863df16a9370f676bc32f72a2d2ee401952aa9305b202136476" license "MIT" bottle do From a4be85084b6857e09bfc6f90a1a5bca981dabd8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:59:54 +0000 Subject: [PATCH 02373/10074] hledger 1.43.1 --- Formula/h/hledger.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hledger.rb b/Formula/h/hledger.rb index 87c934fefdd5c..5141c6762b1bc 100644 --- a/Formula/h/hledger.rb +++ b/Formula/h/hledger.rb @@ -1,8 +1,8 @@ class Hledger < Formula desc "Easy plain text accounting with command-line, terminal and web UIs" homepage "https://hledger.org/" - url "https://github.com/simonmichael/hledger/archive/refs/tags/1.43.tar.gz" - sha256 "6118e08a7c5e2bf37d96ae36f351f778a9a1efae8d5a010da97cd6716c1fb080" + url "https://github.com/simonmichael/hledger/archive/refs/tags/1.43.1.tar.gz" + sha256 "bd0f19601ae2c603dfeae035fd606211a2801868cfb264a37188317202b11e62" license "GPL-3.0-or-later" head "https://github.com/simonmichael/hledger.git", branch: "master" From d893d87b9bcc2be643eb3d8f0f4c31a3e4db9c2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:05:21 +0000 Subject: [PATCH 02374/10074] melange 0.26.6 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index a3fcbc7c29218..ee4411a00ca66 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.5.tar.gz" - sha256 "ebaf53f66596c4bf409c82b7b52aded0b0ddf79d7923f5d25f9d2fca3aaddfe6" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.6.tar.gz" + sha256 "778710f6d618a98e70da107f1ef097139ac6fa6cd909d0c36ed74a2585b67c0c" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From 020d96f50fb690e09b4c928505fb41ec6e1ae43d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:08:02 +0000 Subject: [PATCH 02375/10074] ocm 1.0.6 --- Formula/o/ocm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ocm.rb b/Formula/o/ocm.rb index b4eb3883ba59b..c9eecbe8eabfa 100644 --- a/Formula/o/ocm.rb +++ b/Formula/o/ocm.rb @@ -1,8 +1,8 @@ class Ocm < Formula desc "CLI for the Red Hat OpenShift Cluster Manager" homepage "https://www.openshift.com/" - url "https://github.com/openshift-online/ocm-cli/archive/refs/tags/v1.0.5.tar.gz" - sha256 "517bf06ca0185fa6e6debece168a83ec63a28cda71477f90a7889921b7cc703f" + url "https://github.com/openshift-online/ocm-cli/archive/refs/tags/v1.0.6.tar.gz" + sha256 "2773eb36c66cea85f4fb6aa5f0ffbf323046dae2b1ed5a37f18b487022f6414b" license "Apache-2.0" head "https://github.com/openshift-online/ocm-cli.git", branch: "main" From 3c89528d4fd34618576fd3bc9f56ec5068b73e07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:08:39 +0000 Subject: [PATCH 02376/10074] oh-my-posh 26.3.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 9c0a4aee30335..bb82e48015a9d 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.2.2.tar.gz" - sha256 "967ef092e9c7403f768e867b7c89ccc8146bad7750bcac2816b1d4e79487eba9" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.3.0.tar.gz" + sha256 "daf52a77ab4b0bc4902edb2b64e16e0841c8698db925a1be80fa0ad23b9958ef" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From b7d874967938ce342f4915e7786a2ad61d981588 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:31 +0200 Subject: [PATCH 02377/10074] fabric-completion: added `no_autobump!` --- Formula/f/fabric-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fabric-completion.rb b/Formula/f/fabric-completion.rb index 1e0a57e87c882..684a7864c8bc6 100644 --- a/Formula/f/fabric-completion.rb +++ b/Formula/f/fabric-completion.rb @@ -11,6 +11,8 @@ class FabricCompletion < Formula skip "No version information available to check" end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "3d2a6d8ccfa6f87727fb8d7530c7a4fb20fda11dd0a580740bb7a4179b0e54c0" From 2198defc0cb4e2c3949ecb49bc9907706c9505ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:31 +0200 Subject: [PATCH 02378/10074] fades: added `no_autobump!` --- Formula/f/fades.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fades.rb b/Formula/f/fades.rb index 66cc50e40cbf3..cab15cd647be0 100644 --- a/Formula/f/fades.rb +++ b/Formula/f/fades.rb @@ -7,6 +7,8 @@ class Fades < Formula revision 2 head "https://github.com/PyAr/fades.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ae23ce3e986aa461efc9dfbb017e62daf3d47bab6650455c64efa609c9a6561" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ae23ce3e986aa461efc9dfbb017e62daf3d47bab6650455c64efa609c9a6561" From d5b6cb96f3c7ae4959af97607fe7e62450adf8d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:31 +0200 Subject: [PATCH 02379/10074] fairy-stockfish: added `no_autobump!` --- Formula/f/fairy-stockfish.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fairy-stockfish.rb b/Formula/f/fairy-stockfish.rb index eb51352f926fb..7ed3f767fc76a 100644 --- a/Formula/f/fairy-stockfish.rb +++ b/Formula/f/fairy-stockfish.rb @@ -11,6 +11,8 @@ class FairyStockfish < Formula regex(/^fairy_sf[._-]v?(\d+(?:\.\d+)*)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "36c6b1790bc144c874f7a1f737814c391380c47439b304c5c8e0ef368e773bc6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbf99586202d3f28f7bfdf09830f620631030ae85276caf38d2b0d3246b22f9c" From f68ce1c7246baa8399ef3e116382b8b7c65cb2d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:31 +0200 Subject: [PATCH 02380/10074] fairymax: added `no_autobump!` --- Formula/f/fairymax.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fairymax.rb b/Formula/f/fairymax.rb index a61fcee51720c..7d80bc4c8b2db 100644 --- a/Formula/f/fairymax.rb +++ b/Formula/f/fairymax.rb @@ -8,6 +8,8 @@ class Fairymax < Formula license :public_domain head "http://hgm.nubati.net/git/fairymax.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "ff66c8d9a55cb7c3567972c8c615ef9a91475322d3ede04f3c0babfcd247910e" From cdcc7b2b4839728201215388fb491013d521c722 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:32 +0200 Subject: [PATCH 02381/10074] falcosecurity-libs: added `no_autobump!` --- Formula/f/falcosecurity-libs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/falcosecurity-libs.rb b/Formula/f/falcosecurity-libs.rb index 745d0496520b4..4704cc04d2471 100644 --- a/Formula/f/falcosecurity-libs.rb +++ b/Formula/f/falcosecurity-libs.rb @@ -15,6 +15,8 @@ class FalcosecurityLibs < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "12242b5955f63f5bb1d63da1e7d6aff53dcd8e46c7ee1d45f0f5c97188b52bd9" sha256 cellar: :any, arm64_sonoma: "5f0b5bbeace6d97d2d4d530efb6ceb31bb832254ba53da7603ff49cbd3cec29c" From 5c1d1ff43b21a4e12d3fb0e2558f5d4091bdc64d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:32 +0200 Subject: [PATCH 02382/10074] fann: added `no_autobump!` --- Formula/f/fann.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fann.rb b/Formula/f/fann.rb index 31a39530d21c3..81e388e45a120 100644 --- a/Formula/f/fann.rb +++ b/Formula/f/fann.rb @@ -5,6 +5,8 @@ class Fann < Formula sha256 "3d6ee056dab91f3b34a3f233de6a15331737848a4cbdb4e0552123d95eed4485" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1a57d8d2501d63d56451fb00bc9fed3e5596b0afd995638b1c290e6a7aa663f5" sha256 cellar: :any, arm64_sonoma: "b89f592bc6efa6bc3098f6881b6e6af8adf0ca7a1dc3e6eb4677ba86f9ac44dc" From ad4ef934864d2f9b36e039c8b6f3f94cd08e2a1c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:32 +0200 Subject: [PATCH 02383/10074] fastbit: added `no_autobump!` --- Formula/f/fastbit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastbit.rb b/Formula/f/fastbit.rb index cdc217a88da13..94a92b39b4ece 100644 --- a/Formula/f/fastbit.rb +++ b/Formula/f/fastbit.rb @@ -9,6 +9,8 @@ class Fastbit < Formula license "BSD-3-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1474f36207d0c52b2b6f37570476043036fc324462ea4e641fc6c42684b69f0b" sha256 cellar: :any, arm64_sonoma: "f7225849b4ad234bdc241a601ac7815c22fef58cc76c2a5a0c2e9efca5ed3db8" From 0e87881a32057a1947de19a9cb9e23c36048c73d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:32 +0200 Subject: [PATCH 02384/10074] fastbuild: added `no_autobump!` --- Formula/f/fastbuild.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastbuild.rb b/Formula/f/fastbuild.rb index c0755c82c31de..f6c0d1201ff59 100644 --- a/Formula/f/fastbuild.rb +++ b/Formula/f/fastbuild.rb @@ -5,6 +5,8 @@ class Fastbuild < Formula sha256 "c08d9233d575d6dbbc42363caa64e16cd9709e22f58b492dc1b65620fbdfc297" license "Zlib" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, sonoma: "61c25b4f9dbf1cdd1956a23a46ead3d306fa029825312ed88dee6a6849e5d5b0" sha256 cellar: :any_skip_relocation, ventura: "f2ed6f7c462b3a7d23fe9e5e7c63c049fc343b56df292c0e91f69e5587146930" From 83e4f41f4d493492197170231e379248995933bc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:32 +0200 Subject: [PATCH 02385/10074] fastfec: added `no_autobump!` --- Formula/f/fastfec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastfec.rb b/Formula/f/fastfec.rb index 4f63ddbfd1c64..098b2759fd362 100644 --- a/Formula/f/fastfec.rb +++ b/Formula/f/fastfec.rb @@ -7,6 +7,8 @@ class Fastfec < Formula sha256 "d983cf9e7272700fc24642118759d6ab4185fca74b193851fa6a21e3c73964ab" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "100db566efba9bfcba4168d0f6a31a01b99dc7c1b3bbc98daf3717b28865b785" sha256 cellar: :any, arm64_sonoma: "03c0f738cdb3df4339b9b2d3b23cc26f7822be6c13db12f2a514bc46d55b3892" From 1aa8b0c5b4be5113aec2f1ace06cdd2775b1c910 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:32 +0200 Subject: [PATCH 02386/10074] fastga: added `no_autobump!` --- Formula/f/fastga.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastga.rb b/Formula/f/fastga.rb index 462746092a169..b73cd3e0c3f78 100644 --- a/Formula/f/fastga.rb +++ b/Formula/f/fastga.rb @@ -6,6 +6,8 @@ class Fastga < Formula license all_of: ["BSD-3-Clause", "MIT"] head "https://github.com/thegenemyers/FASTGA.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6cf6fbdcd9c0ddbfb7392104717c9d700919b919f96569839b69488b1c18771d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e41f37ccfc620233339a799213045969c5a6688eec7ed821d8a85e7b70c340a" From 8d579075cdd577152b66269e4c88d2bd0cbb5d9a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:33 +0200 Subject: [PATCH 02387/10074] fastgron: added `no_autobump!` --- Formula/f/fastgron.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastgron.rb b/Formula/f/fastgron.rb index 70dc2429ab116..bd9bd7b4f9d3a 100644 --- a/Formula/f/fastgron.rb +++ b/Formula/f/fastgron.rb @@ -5,6 +5,8 @@ class Fastgron < Formula sha256 "3011a3b99cd07d42648b2e964f459024b13ecc904d30501f0493fb0dc9fc33b2" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a9d6d87cbb8c5643bd1ab68dcbe7004a28d7743ca4213e83be2c40ed5978348" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7374e488e419e340057a89ca0c75c8ab18f26fec54e729b75d8d27f0390f79b6" From eb2ec8b163d26b555a8591b24caf077b3dd1758a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:33 +0200 Subject: [PATCH 02388/10074] fastjar: added `no_autobump!` --- Formula/f/fastjar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastjar.rb b/Formula/f/fastjar.rb index 0bc5a3ea4bead..cf633df69d316 100644 --- a/Formula/f/fastjar.rb +++ b/Formula/f/fastjar.rb @@ -10,6 +10,8 @@ class Fastjar < Formula regex(/href=.*?fastjar[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "04f3c15e78f2c33a9ef3a33561aced187286cdbbaa0ad29ace0f45f0701873fb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc54e682bbb9eed396f0cd21f3ee472ff5473e49932cabd827a224ed01961e68" From 56bf614be7a783fe907627f4bef8917257934d8b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:33 +0200 Subject: [PATCH 02389/10074] fastme: added `no_autobump!` --- Formula/f/fastme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastme.rb b/Formula/f/fastme.rb index 7351acc7c10a8..54facf44e58b4 100644 --- a/Formula/f/fastme.rb +++ b/Formula/f/fastme.rb @@ -11,6 +11,8 @@ class Fastme < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "7429f457373fef2d2419f738d603b26316c7c605628332078ab9e0160887c27e" From ff970133a3f4139526612b6c3e246f2b1a5cce33 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:33 +0200 Subject: [PATCH 02390/10074] fastmod: added `no_autobump!` --- Formula/f/fastmod.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastmod.rb b/Formula/f/fastmod.rb index bce0b09452f2f..e4581bec3790e 100644 --- a/Formula/f/fastmod.rb +++ b/Formula/f/fastmod.rb @@ -5,6 +5,8 @@ class Fastmod < Formula sha256 "b438cc7564ef34d01f27cdd3cd50ee66a9915b9c50939ca021c6bee2e9c1f069" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "447a3f903eef438d6e40031f2ddcb9fb4c498a8095ce12f21a429aa61233d71f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "600929a7d4248733a13e358368319051565db1c568bca8c5a3c9ef11491fb9da" From 13ed211e42a58c59bbcf6b8c209860911d3b0600 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:33 +0200 Subject: [PATCH 02391/10074] fastq-tools: added `no_autobump!` --- Formula/f/fastq-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastq-tools.rb b/Formula/f/fastq-tools.rb index ab37324911b92..90a87e0e34c7b 100644 --- a/Formula/f/fastq-tools.rb +++ b/Formula/f/fastq-tools.rb @@ -5,6 +5,8 @@ class FastqTools < Formula sha256 "0cd7436e81129090e707f69695682df80623b06448d95df483e572c61ddf538e" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "676774cb2b0ed5421d985f2e97120b61d9b0e376b21ca90415bf6e25ba98407a" sha256 cellar: :any, arm64_sonoma: "f790be169a1f463a9e0dcc3993d4d7d5071da117bb1b370777af61212bb42bdd" From d48f7a6690aeb73c069dad35ed1c60cb94b60675 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:33 +0200 Subject: [PATCH 02392/10074] fasttext: added `no_autobump!` --- Formula/f/fasttext.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fasttext.rb b/Formula/f/fasttext.rb index 458e1f7460fca..17e5b2c3b9985 100644 --- a/Formula/f/fasttext.rb +++ b/Formula/f/fasttext.rb @@ -6,6 +6,8 @@ class Fasttext < Formula license "MIT" head "https://github.com/facebookresearch/fastText.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2f34f054bcdc5336bfc1dd00166ee8a07de80c678f0466b79544544608854def" sha256 cellar: :any, arm64_sonoma: "365036caa34f9ade5d4f9685b516fd7973c2806c04b39c4aa1c54b06006ba58f" From 572d2f9c9a20342e1e44e7152f022e6f4c927725 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:34 +0200 Subject: [PATCH 02393/10074] fatsort: added `no_autobump!` --- Formula/f/fatsort.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fatsort.rb b/Formula/f/fatsort.rb index 2691851cf0fc1..ee8528b4e77b4 100644 --- a/Formula/f/fatsort.rb +++ b/Formula/f/fatsort.rb @@ -11,6 +11,8 @@ class Fatsort < Formula regex(%r{url=.*?/fatsort[._-]v?(\d+(?:\.\d+)+)\.\d+\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "47f7e484d7283c661836b9cc8418b84c31865c546828f593cca451b4683271dc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "19232a80ff846e801ac176cbc07b67be6ae337b4b411159f98f3f1510659f982" From 2dbff9ebd8eb515afd92a092a2a64479ec7626c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:34 +0200 Subject: [PATCH 02394/10074] fb-client: added `no_autobump!` --- Formula/f/fb-client.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fb-client.rb b/Formula/f/fb-client.rb index f01b852ef6cda..dfc5ed5cfb53a 100644 --- a/Formula/f/fb-client.rb +++ b/Formula/f/fb-client.rb @@ -14,6 +14,8 @@ class FbClient < Formula regex(%r{Latest release:.*?href=.*?/fb[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "ff32b0378ba41c1395804519b388c315d0abe780848adbd49ee764358047f81f" From 365a1e9fa3f816a324c8e1ed0c222922fa2539b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:34 +0200 Subject: [PATCH 02395/10074] fceux: added `no_autobump!` --- Formula/f/fceux.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fceux.rb b/Formula/f/fceux.rb index f9849a3003ef5..4b9c2024cabde 100644 --- a/Formula/f/fceux.rb +++ b/Formula/f/fceux.rb @@ -17,6 +17,8 @@ class Fceux < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "31754b6f7207bc00a48ea084ec06084b2cab1de6e6bebf1691b6f4d64e54b31e" sha256 cellar: :any, arm64_ventura: "896707c1bd55dee56878cde5feca245d73f8a55e8b781d5fb83c59e8989a110d" From c37601c09e2ef979e7a83092bdad87446e73ef6c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:34 +0200 Subject: [PATCH 02396/10074] fcgiwrap: added `no_autobump!` --- Formula/f/fcgiwrap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fcgiwrap.rb b/Formula/f/fcgiwrap.rb index 56d489a32b945..78a09a6092ad4 100644 --- a/Formula/f/fcgiwrap.rb +++ b/Formula/f/fcgiwrap.rb @@ -5,6 +5,8 @@ class Fcgiwrap < Formula sha256 "4c7de0db2634c38297d5fcef61ab4a3e21856dd7247d49c33d9b19542bd1c61f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c5bbbd4868035ccb9d9f03b894456f3d2e61a167a55f3d934f8c093d26a27e84" sha256 cellar: :any, arm64_sonoma: "8978a76429865262b1d5acef3279849a91f46a49adfdee6555a9e0985d355c77" From e602b96fbd0adbb2b8a1c78d0d64539b810f440f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:34 +0200 Subject: [PATCH 02397/10074] fcitx-remote-for-osx: added `no_autobump!` --- Formula/f/fcitx-remote-for-osx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fcitx-remote-for-osx.rb b/Formula/f/fcitx-remote-for-osx.rb index d1a3d13280e71..03556dc77635d 100644 --- a/Formula/f/fcitx-remote-for-osx.rb +++ b/Formula/f/fcitx-remote-for-osx.rb @@ -5,6 +5,8 @@ class FcitxRemoteForOsx < Formula sha256 "453c99a0c2e227c29e2db640c592b657342a9294a3386d1810fd4c9237deeaae" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba0909f82f992a9c0cf6e883da59d3b9ceeb33a6a3e0e01a6ee4e885953b923e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "08938e1cc1bcafa79ae3fe4adcf00b6e12bc8144a70aa796d3b974471a7d9bb1" From 2ea2ef0c76d63b53ca4372015d4f9ea84f62aefb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:34 +0200 Subject: [PATCH 02398/10074] fcl: added `no_autobump!` --- Formula/f/fcl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fcl.rb b/Formula/f/fcl.rb index 98c6cfe0b7ae1..6efee685dcb45 100644 --- a/Formula/f/fcl.rb +++ b/Formula/f/fcl.rb @@ -7,6 +7,8 @@ class Fcl < Formula revision 1 head "https://github.com/flexible-collision-library/fcl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0ab8eb79ee5ae022e186975198bd18da7cde25c41cb9e52e70366bf20de59e48" sha256 cellar: :any, arm64_sonoma: "6a4d2a1e04f17fb6cf2d7ed92524f09a841c3b212f3ecf22d9dc00dd294bb895" From 8b4a617e3473297548c5b8768dde93a23b4fb6c7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:35 +0200 Subject: [PATCH 02399/10074] fcp: added `no_autobump!` --- Formula/f/fcp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fcp.rb b/Formula/f/fcp.rb index 91eded586c357..884fd6223bb72 100644 --- a/Formula/f/fcp.rb +++ b/Formula/f/fcp.rb @@ -10,6 +10,8 @@ class Fcp < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e7d88353ca2875a9db0c92e402a0b6e3872dc6d09ffa332524238d50b1535f2" From 5d0175eb92d187146a7193886d1a303d1d40f170 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:35 +0200 Subject: [PATCH 02400/10074] fcrackzip: added `no_autobump!` --- Formula/f/fcrackzip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fcrackzip.rb b/Formula/f/fcrackzip.rb index f8cc8c9304ad0..0f2024df317ce 100644 --- a/Formula/f/fcrackzip.rb +++ b/Formula/f/fcrackzip.rb @@ -10,6 +10,8 @@ class Fcrackzip < Formula regex(/href=.*?fcrackzip[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e8664e8c1bc24e41f3d6c16b32eec831c057d13c191245d0d9d726709a23cb5" From ce27b87cea4002f9406a8f4a1559900a93100417 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:35 +0200 Subject: [PATCH 02401/10074] fdclone: added `no_autobump!` --- Formula/f/fdclone.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fdclone.rb b/Formula/f/fdclone.rb index 706a77cc8f8c4..3e3b8be4a51cd 100644 --- a/Formula/f/fdclone.rb +++ b/Formula/f/fdclone.rb @@ -10,6 +10,8 @@ class Fdclone < Formula regex(%r{href=.*?\./FD[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "78daa3983f98bea1071db92ef70b8c9a3ea5e01f1d36a32d093de1512b1a65d8" sha256 arm64_ventura: "6307f6eece0a8e13794fb57ef3ac793c5f72bb2769310803e4fee5bb30352e2b" From 8402398fdd72db1475cbfa6e41799affe37eb954 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:35 +0200 Subject: [PATCH 02402/10074] fdk-aac: added `no_autobump!` --- Formula/f/fdk-aac.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fdk-aac.rb b/Formula/f/fdk-aac.rb index 45f3ffe83c81c..da90c344beaa6 100644 --- a/Formula/f/fdk-aac.rb +++ b/Formula/f/fdk-aac.rb @@ -5,6 +5,8 @@ class FdkAac < Formula sha256 "829b6b89eef382409cda6857fd82af84fabb63417b08ede9ea7a553f811cb79e" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d25f4bc81d87c69c9d26d29ae088caeae1778b87f6ca2e13e759ef9d5e723c9a" sha256 cellar: :any, arm64_sonoma: "bf2bc2ad387a9d717432c105936aff9fd49b22b0f18fac097e59dd55778ca9e0" From a9e34c1e2b17ff04835c1508c3b114b2a09b84db Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:35 +0200 Subject: [PATCH 02403/10074] feedgnuplot: added `no_autobump!` --- Formula/f/feedgnuplot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/feedgnuplot.rb b/Formula/f/feedgnuplot.rb index 6a36cd386b30d..06666d9628fb7 100644 --- a/Formula/f/feedgnuplot.rb +++ b/Formula/f/feedgnuplot.rb @@ -6,6 +6,8 @@ class Feedgnuplot < Formula license any_of: ["GPL-1.0-or-later", "Artistic-1.0"] revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f6265ef15bfe79ba7eb98b7c726fddcf19819ffa4ee0f613af37df07d396c48" sha256 cellar: :any_skip_relocation, arm64_ventura: "85639667a8f91888be75bf1f0fb1074b6f23adf6d3e2a4ec3048efaceed0d53e" From bf53114b5e5e0aa694a7c28c74342ca1bf8ce538 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:35 +0200 Subject: [PATCH 02404/10074] ferium: added `no_autobump!` --- Formula/f/ferium.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/ferium.rb b/Formula/f/ferium.rb index 7104987fddc20..2c95b2fcf2d72 100644 --- a/Formula/f/ferium.rb +++ b/Formula/f/ferium.rb @@ -6,6 +6,8 @@ class Ferium < Formula license "MPL-2.0" head "https://github.com/gorilla-devs/ferium.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6790e976ab796a3eba9bdaf990d338a1ba9fd4dd9af9b95be83971b3c0f08662" sha256 cellar: :any_skip_relocation, arm64_sonoma: "be43fc9aea34e8c638cb352048c5d7b856f3af46d4d920e3717efb923ca1b41c" From 8832016fc3556f4a1cc59e351b4b260001e2ac57 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:36 +0200 Subject: [PATCH 02405/10074] fetch-crl: added `no_autobump!` --- Formula/f/fetch-crl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fetch-crl.rb b/Formula/f/fetch-crl.rb index 0ed7675b25292..4ba8b22e356a4 100644 --- a/Formula/f/fetch-crl.rb +++ b/Formula/f/fetch-crl.rb @@ -10,6 +10,8 @@ class FetchCrl < Formula regex(/href=.*?fetch-crl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "52ab61a76d3a769a87f1f61f0d4c22ff747180d99afb62ad4e91a0a1d8b957af" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7677617f4cba5505e09c4ba9200801b8633cf95a56f6c242ce137ae217a5c967" From a84123c934dfcb12643bf0efc78a62cf26a0f74a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:36 +0200 Subject: [PATCH 02406/10074] fetch: added `no_autobump!` --- Formula/f/fetch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fetch.rb b/Formula/f/fetch.rb index c93b4922d4edd..87b769271dabc 100644 --- a/Formula/f/fetch.rb +++ b/Formula/f/fetch.rb @@ -6,6 +6,8 @@ class Fetch < Formula license "MIT" head "https://github.com/gruntwork-io/fetch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e8f939d5d6749844ca829cfb0cca8512c1e454fbb01659c0d2c0e61ecf8f6e8e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a21b760276b6a748ecb20263b36dc40911a174d471667307aca3f7f9457d440" From f6c6a10c24061304280f0949a885735585d7306f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:36 +0200 Subject: [PATCH 02407/10074] fex: added `no_autobump!` --- Formula/f/fex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fex.rb b/Formula/f/fex.rb index 15118d9e50c6d..9ee42f81a66e0 100644 --- a/Formula/f/fex.rb +++ b/Formula/f/fex.rb @@ -5,6 +5,8 @@ class Fex < Formula sha256 "03043c8eac74f43173068a2e693b6f73d5b45f453a063e6da11f34455d0e374e" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0777ac160fda3d6860d6a7077e98e05e0a7a80f75c4c15e39c58699bd9c22ff" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0265e802a5e8b6d206890f636723f6ba34c0da506b1de7b47f84208d8d93f278" From 2e332929563d299688c1e536c21b6bccf8fc1643 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:36 +0200 Subject: [PATCH 02408/10074] ffe: added `no_autobump!` --- Formula/f/ffe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/ffe.rb b/Formula/f/ffe.rb index a344f394cb929..f17a0884dce48 100644 --- a/Formula/f/ffe.rb +++ b/Formula/f/ffe.rb @@ -11,6 +11,8 @@ class Ffe < Formula regex(%r{url=.*?/(?:ffe[._-])?v?(\d+(?:\.\d+)+(?:-\d+)?[a-z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2434c37d7cd7a87491c114df6bda210f02931bea75a31f9dd5291124d3da0f11" From 10fd1e956c39aa99ba7c41870570385e77c2f07d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:37 +0200 Subject: [PATCH 02409/10074] fff: added `no_autobump!` --- Formula/f/fff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fff.rb b/Formula/f/fff.rb index b7038b17b06b4..b594eb92e537d 100644 --- a/Formula/f/fff.rb +++ b/Formula/f/fff.rb @@ -5,6 +5,8 @@ class Fff < Formula sha256 "45f6e1091986c892ea45e1ac82f2d7f5417cfb343dc569d2625b5980e6bcfb62" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a29ce06195d0e997c84daca50a89c6a22eb6ff81589974ea4e09601110989f25" From a5cee520f172ab11e8f6bde1deaf75beda1e4c22 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:37 +0200 Subject: [PATCH 02410/10074] ffind: added `no_autobump!` --- Formula/f/ffind.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/ffind.rb b/Formula/f/ffind.rb index 8aa522372cdbc..cf309516610ae 100644 --- a/Formula/f/ffind.rb +++ b/Formula/f/ffind.rb @@ -7,6 +7,8 @@ class Ffind < Formula sha256 "cf30e09365750a197f7e041ec9bbdd40daf1301e566cd0b1a423bf71582aad8d" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "04003304502f97107473f1e6be50bf658ff48ec2f8b3c2b12e743279bbfcb2a7" From 3a69078c15ea31085b1e42cd9cc6fc43716ac14a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:37 +0200 Subject: [PATCH 02411/10074] ffmpeg2theora: added `no_autobump!` --- Formula/f/ffmpeg2theora.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/ffmpeg2theora.rb b/Formula/f/ffmpeg2theora.rb index 88e514642def4..253db0a907604 100644 --- a/Formula/f/ffmpeg2theora.rb +++ b/Formula/f/ffmpeg2theora.rb @@ -7,6 +7,8 @@ class Ffmpeg2theora < Formula revision 11 head "https://gitlab.xiph.org/xiph/ffmpeg2theora.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "386bcf4220cfa4e2aa06f1a9fa920cbd028d321bf622f3b7c1010d63502ce584" sha256 cellar: :any, arm64_sonoma: "db8c87aecac7f8ee1585140a11fba27cbc9f570662c646403b3a1363c3ae65d4" From e89133d5a6f8bfe0be3952b6cbf890e96fa3654d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:37 +0200 Subject: [PATCH 02412/10074] ffmpeg@2.8: added `no_autobump!` --- Formula/f/ffmpeg@2.8.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/ffmpeg@2.8.rb b/Formula/f/ffmpeg@2.8.rb index 2a39093924a82..ecf0dacddf5fc 100644 --- a/Formula/f/ffmpeg@2.8.rb +++ b/Formula/f/ffmpeg@2.8.rb @@ -13,6 +13,8 @@ class FfmpegAT28 < Formula regex(/href=.*?ffmpeg[._-]v?(2\.8(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6e22fbdd846396385c6c0ff1a2f38ab320c175d45ab384e4bc0509df7f07a053" sha256 arm64_sonoma: "f20d6994de950893888d0aa9f890c6ab8e180ecdf2c5ccd77cb9f6eb046eb908" From c5cc5f909e46a036b07c3011feb9f804f7be5e50 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:37 +0200 Subject: [PATCH 02413/10074] fftw: added `no_autobump!` --- Formula/f/fftw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fftw.rb b/Formula/f/fftw.rb index d0d703bf450b9..b57de176b9469 100644 --- a/Formula/f/fftw.rb +++ b/Formula/f/fftw.rb @@ -11,6 +11,8 @@ class Fftw < Formula regex(%r{latest official release.*? v?(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9a89853940caaca128e46545d3999540ea0723767c8ef8245db8f2419a1b2565" sha256 cellar: :any, arm64_sonoma: "a1105be9ac0dd78978175a1b07b8ef429bf3d3c9074ad39a128fe5f01b910feb" From 32f8a1b3aabb89adc4ce2b7db912cffc6da2651b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:37 +0200 Subject: [PATCH 02414/10074] fibjs: added `no_autobump!` --- Formula/f/fibjs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fibjs.rb b/Formula/f/fibjs.rb index 73f939ee53613..03250a32cb80c 100644 --- a/Formula/f/fibjs.rb +++ b/Formula/f/fibjs.rb @@ -6,6 +6,8 @@ class Fibjs < Formula license "GPL-3.0-only" head "https://github.com/fibjs/fibjs.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f940f6107a3dd1035e68d8be72bd46d99d90a23cf254084572c5d005323babfe" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4bf3d1703cf3e662ebf874d2cf05ccc2deb41ef2502d30344d20f80744441cb4" From 47d04f8b0cfe07aa443cc50d46508d9a0f05d14a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:38 +0200 Subject: [PATCH 02415/10074] ficy: added `no_autobump!` --- Formula/f/ficy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/ficy.rb b/Formula/f/ficy.rb index 75f73c17147db..1178ac425500b 100644 --- a/Formula/f/ficy.rb +++ b/Formula/f/ficy.rb @@ -11,6 +11,8 @@ class Ficy < Formula regex(%r{href=.*?releases/fIcy[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "a74c5666c5779883383e3e98926f165056a5c2b1c4489c344390c8cea1700354" From 67a3b44bb0c6e05ab4731e6ce9c311fff576f650 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:38 +0200 Subject: [PATCH 02416/10074] fifechan: added `no_autobump!` --- Formula/f/fifechan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fifechan.rb b/Formula/f/fifechan.rb index e21269ac466f3..9a472d20e2358 100644 --- a/Formula/f/fifechan.rb +++ b/Formula/f/fifechan.rb @@ -10,6 +10,8 @@ class Fifechan < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "71f641735c72610a5de0482f15c41098d817fed78afcebc8c4c41a686505cb7b" From 50eff0ead6e345c5acc3f30dda8d04ad76bd087e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:38 +0200 Subject: [PATCH 02417/10074] figlet: added `no_autobump!` --- Formula/f/figlet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/figlet.rb b/Formula/f/figlet.rb index 36df93daf646a..5c1b5df5b0376 100644 --- a/Formula/f/figlet.rb +++ b/Formula/f/figlet.rb @@ -11,6 +11,8 @@ class Figlet < Formula regex(/href=.*?figlet[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "a157e5806797a85551f7773614157047dfa09fb38e76d6502cb93c79a207851c" sha256 arm64_sonoma: "2af79123d12d6b8c4fc9a21fb3b7eae8405b2887bb06f14253e4a50166ac1220" From 965d7d335fc90ef42df943a22c3c7ff22929d558 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:38 +0200 Subject: [PATCH 02418/10074] file-formula: added `no_autobump!` --- Formula/f/file-formula.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/file-formula.rb b/Formula/f/file-formula.rb index 8972909e16d87..21ae788fe2fdc 100644 --- a/Formula/f/file-formula.rb +++ b/Formula/f/file-formula.rb @@ -12,6 +12,8 @@ class FileFormula < Formula regex(/href=.*?file[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5fe19d9d579de777487bbaa3722d672da01bcfae88f92af992918069bb5a0ac0" sha256 cellar: :any, arm64_sonoma: "573bef480b6d3091dac30e1c279c18285ad25df7a30eea2805abe96aadce828a" From b8542fe2050c354d43e5af71aaa32d11aa778da0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:38 +0200 Subject: [PATCH 02419/10074] fileicon: added `no_autobump!` --- Formula/f/fileicon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fileicon.rb b/Formula/f/fileicon.rb index f60430c218a8c..858d411b12112 100644 --- a/Formula/f/fileicon.rb +++ b/Formula/f/fileicon.rb @@ -5,6 +5,8 @@ class Fileicon < Formula sha256 "c5673cafa9479eb1c3ec312e6673b912bc1630b361732da137428859e037dd91" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "aa252af1391dd8a1b287c031744dbf034fa98dd1f1961c4200e38813b1fee9dd" From f8d317883a446655de3d43704d6c3ece9715923c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:38 +0200 Subject: [PATCH 02420/10074] finatra: added `no_autobump!` --- Formula/f/finatra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/finatra.rb b/Formula/f/finatra.rb index 4bd61ec408c44..4a8704233d459 100644 --- a/Formula/f/finatra.rb +++ b/Formula/f/finatra.rb @@ -5,6 +5,8 @@ class Finatra < Formula sha256 "aa4fab5ccdc012da9edf4650addf54b6ba64eb7e6a5e88d8c76e68e4d89216de" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "adbf00cd007ff84e48376228209f6ad7f73d34dea489cfe762267ab42d0252d1" From fc355c6929ff20e0acc7071b83f1bf61b16725ea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:39 +0200 Subject: [PATCH 02421/10074] fish-lsp: added `no_autobump!` --- Formula/f/fish-lsp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fish-lsp.rb b/Formula/f/fish-lsp.rb index 0ff1ceb5f841d..4ed1e11de2e6c 100644 --- a/Formula/f/fish-lsp.rb +++ b/Formula/f/fish-lsp.rb @@ -5,6 +5,8 @@ class FishLsp < Formula sha256 "c28799ee8b7e3a17b7892aa3f9d80ebe638313b9bce772ac364faee3ced5d43a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd0aa44217f04dce7a0016c07e1f232552092de2958a862b3dbba59ff98e5d4e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "31e2b3079d69b9d7f960399e6ff205aafdaacae5c0d9e39bb8ada0a17a4b2763" From 3fee05a68eb5a088d1ef97354a6e38db7fb50433 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:39 +0200 Subject: [PATCH 02422/10074] fish: added `no_autobump!` --- Formula/f/fish.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fish.rb b/Formula/f/fish.rb index cb7c08ba742d2..c99039bacc26b 100644 --- a/Formula/f/fish.rb +++ b/Formula/f/fish.rb @@ -10,6 +10,8 @@ class Fish < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + pour_bottle? only_if: :default_prefix bottle do From 408522971caed8d625ecc0b1b74af7e98084d514 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:39 +0200 Subject: [PATCH 02423/10074] fits: added `no_autobump!` --- Formula/f/fits.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fits.rb b/Formula/f/fits.rb index 32afe7b8a779e..736f61730c82e 100644 --- a/Formula/f/fits.rb +++ b/Formula/f/fits.rb @@ -10,6 +10,8 @@ class Fits < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "34bbd71f26444e39865a8ae104c8371e2b549eba524b039fe08e69037063fe6e" sha256 cellar: :any, arm64_sonoma: "e0b3cf87e22a873e51a2c746c7af622718b49caff51022a85724b84dc549e553" From 64cc1f06ce9e9a8cab252f79630bf3fc01df8ec8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:39 +0200 Subject: [PATCH 02424/10074] fizmo: added `no_autobump!` --- Formula/f/fizmo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fizmo.rb b/Formula/f/fizmo.rb index f1d6c5a06163f..6bf6af4405008 100644 --- a/Formula/f/fizmo.rb +++ b/Formula/f/fizmo.rb @@ -11,6 +11,8 @@ class Fizmo < Formula regex(%r{href=.*?/fizmo[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4e3cac7e500d651ad426903ea1016ab8c1814b75c9f8bd421a089b308c8a2ce7" sha256 arm64_sonoma: "40879942bfcd0d7fe5b9ffbf4ae0392d0e93b3ffc148aaa06b803388284ab23f" From 7e553f7a8decf885189dec6ea93321922346cf24 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:39 +0200 Subject: [PATCH 02425/10074] fizsh: added `no_autobump!` --- Formula/f/fizsh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fizsh.rb b/Formula/f/fizsh.rb index a9ca2a39d1f78..af36a9166cf9a 100644 --- a/Formula/f/fizsh.rb +++ b/Formula/f/fizsh.rb @@ -11,6 +11,8 @@ class Fizsh < Formula regex(%r{url=.*?/fizsh[._-]v?(\d+(?:\.\d+)+(?:-\d+)?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "df5876c3cbe6a7389c95edc4e72f7037012b3287ac58ad7b26f27895c85c1a6c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3cbf2b10f9ad45e0c2fa5d94a53a7718359221fe69fbbd197bf09fc68192d402" From a32f65341a755eb2303662482047b94ef9f3469a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:40 +0200 Subject: [PATCH 02426/10074] flac123: added `no_autobump!` --- Formula/f/flac123.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flac123.rb b/Formula/f/flac123.rb index b1940b6ba282b..873ea67780333 100644 --- a/Formula/f/flac123.rb +++ b/Formula/f/flac123.rb @@ -6,6 +6,8 @@ class Flac123 < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f1d6d3f1269accb9be1c482d9cfa9179a29423fe0dcc9ab8823132e4de9d861f" sha256 cellar: :any, arm64_sonoma: "5f3eec5bb05991c31ad6d90767ba8a83ca4892bd0a07b14db323d4886c4a2d0c" From 0ca122036a0f19cf82665589f80ed92ff6879187 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:40 +0200 Subject: [PATCH 02427/10074] flactag: added `no_autobump!` --- Formula/f/flactag.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flactag.rb b/Formula/f/flactag.rb index 5957591973520..59fbb4bb63502 100644 --- a/Formula/f/flactag.rb +++ b/Formula/f/flactag.rb @@ -6,6 +6,8 @@ class Flactag < Formula license "GPL-3.0-or-later" revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8701c9513901987485c41ce6778104199cac3fabcdfcc1fc2c82717ededa93e8" sha256 cellar: :any, arm64_sonoma: "e65ce7a13bb6a8e11483996b87de1e8240dcdddf394762c4b9b4c42e411e6649" From 77e170f8d490d06540b436493d75ee7b569159f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:40 +0200 Subject: [PATCH 02428/10074] flagd: added `no_autobump!` --- Formula/f/flagd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flagd.rb b/Formula/f/flagd.rb index 2e71f76e9f100..cf1515ef1bd3d 100644 --- a/Formula/f/flagd.rb +++ b/Formula/f/flagd.rb @@ -17,6 +17,8 @@ class Flagd < Formula regex(%r{^flagd/v?(\d+(?:[.-]\d+)+)$}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e83b2115cb9670309511f6e1313d54fff6a18b8906ea51157c75b70af7afc3a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "14f1b213c31b4f38b63c45603b0eb697cb370149a5e6f5290d0504869d24ae46" From e79c0ff50cefd8ea5d6565f371441af9f3454a2d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:40 +0200 Subject: [PATCH 02429/10074] flake: added `no_autobump!` --- Formula/f/flake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flake.rb b/Formula/f/flake.rb index bdf0f5d3590c6..34998b0dfd3cf 100644 --- a/Formula/f/flake.rb +++ b/Formula/f/flake.rb @@ -5,6 +5,8 @@ class Flake < Formula sha256 "8dd249888005c2949cb4564f02b6badb34b2a0f408a7ec7ab01e11ceca1b7f19" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d0c8523afc14e96a58b6494cf494b13527d6ba7f11c125b779999b1ad088644" sha256 cellar: :any_skip_relocation, arm64_sonoma: "54ce4e48992d14357903109712f7b68241c69159d9d41b89cef79c9de2226f26" From 175073903353715312b712e495f3d49962fdeab7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:40 +0200 Subject: [PATCH 02430/10074] flamebearer: added `no_autobump!` --- Formula/f/flamebearer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flamebearer.rb b/Formula/f/flamebearer.rb index 5dac568202995..f480f75080f15 100644 --- a/Formula/f/flamebearer.rb +++ b/Formula/f/flamebearer.rb @@ -5,6 +5,8 @@ class Flamebearer < Formula sha256 "e787b71204f546f79360fd103197bc7b68fb07dbe2de3a3632a3923428e2f5f1" license "ISC" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b939fd19118035fcde87874cde3e22dc9c39140e23d6234c1c18c23967edca0" From b71981edd4024262083bb3b988477691c393e7eb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:41 +0200 Subject: [PATCH 02431/10074] flamegraph: added `no_autobump!` --- Formula/f/flamegraph.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flamegraph.rb b/Formula/f/flamegraph.rb index 069e7b4f14a62..4627393d3a369 100644 --- a/Formula/f/flamegraph.rb +++ b/Formula/f/flamegraph.rb @@ -7,6 +7,8 @@ class Flamegraph < Formula revision 1 head "https://github.com/brendangregg/FlameGraph.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "97511f43f573d3f64674b4ca16d9e9f2175366d769741f8c49407c8aefdaa4ec" From 3736565b54b1aeda41ea18ed4e4ed289ebd36ee6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:41 +0200 Subject: [PATCH 02432/10074] flash: added `no_autobump!` --- Formula/f/flash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flash.rb b/Formula/f/flash.rb index 3559219544718..1fecba1e40512 100644 --- a/Formula/f/flash.rb +++ b/Formula/f/flash.rb @@ -5,6 +5,8 @@ class Flash < Formula sha256 "571d9e6424b275859a9273029a2321245888ab201dbae1a3ec57a6ef708adce1" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "7ba28ca5b0372393c667b70b7841d4b9b6f587e9ce0c0c1a6bf9bb67dddec577" end From febd3e4fe78c0728e3eb668bfbebf2052655fe3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:41 +0200 Subject: [PATCH 02433/10074] flatcc: added `no_autobump!` --- Formula/f/flatcc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flatcc.rb b/Formula/f/flatcc.rb index 597d486f9346f..4e6258be9618c 100644 --- a/Formula/f/flatcc.rb +++ b/Formula/f/flatcc.rb @@ -6,6 +6,8 @@ class Flatcc < Formula license "Apache-2.0" head "https://github.com/dvidelabs/flatcc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b4fe2b90d0bdb57b6c3a2e1ef0a339b7ce4b37e68815505cfac6b05cbd698d9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6297c6550a16691459f67ee05d11fc87be05a24e23e8b4a1c084e0d04c61c03" From 03bd96d5dc128c53ddc4b7f0004bd23da99807ee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:41 +0200 Subject: [PATCH 02434/10074] flavours: added `no_autobump!` --- Formula/f/flavours.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flavours.rb b/Formula/f/flavours.rb index 6fccd83df1b86..3bc0fd6bef77d 100644 --- a/Formula/f/flavours.rb +++ b/Formula/f/flavours.rb @@ -6,6 +6,8 @@ class Flavours < Formula license "MIT" head "https://github.com/Misterio77/flavours.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "391fe5d4aea3816013cb4826e96fbfb8cc5c2d2c9e3cf00c43abbdc733e114aa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cd11ff2bc2a0b8eba4021394e80982f562b389609b0e532a78b5c115c9933a5" From 3c89f585b6fca5437f941578569d4e7fd2402111 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:41 +0200 Subject: [PATCH 02435/10074] flawfinder: added `no_autobump!` --- Formula/f/flawfinder.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flawfinder.rb b/Formula/f/flawfinder.rb index 6b5c66db2f3c9..1d369ed88d7f0 100644 --- a/Formula/f/flawfinder.rb +++ b/Formula/f/flawfinder.rb @@ -14,6 +14,8 @@ class Flawfinder < Formula regex(/href=.*?flawfinder[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "030f54eb812b1a8db57bfabf283d62c211cc22c4690929288d3ff8e9cf17ad13" From b751c6c9779f26732a22189710af92bcc8894d48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:41 +0200 Subject: [PATCH 02436/10074] flex: added `no_autobump!` --- Formula/f/flex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flex.rb b/Formula/f/flex.rb index 2118a1fc93c69..102beee61bd24 100644 --- a/Formula/f/flex.rb +++ b/Formula/f/flex.rb @@ -15,6 +15,8 @@ class Flex < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e675e024d2d6f1946303689717a345257cbfc6ba52c20b34447a25b75ae995ff" sha256 arm64_sonoma: "0f7f1fc52a0326f07019c5e90dfc3dd728c69afaffc2e5a75154f132975e8b0b" From 842ca68af982897b3f589885b1dcb7c1823f653e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:42 +0200 Subject: [PATCH 02437/10074] flickcurl: added `no_autobump!` --- Formula/f/flickcurl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flickcurl.rb b/Formula/f/flickcurl.rb index b70b0ac54e989..e3ca99a77f821 100644 --- a/Formula/f/flickcurl.rb +++ b/Formula/f/flickcurl.rb @@ -10,6 +10,8 @@ class Flickcurl < Formula regex(/href=.*?flickcurl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3c35eff6c5e815cb9292d51b61a1ef74ee432630b234934863e11b3f2dcea4f4" sha256 cellar: :any, arm64_sonoma: "6cb56f37cf48d22e339fb06c76714ac263e83e1bbd4f745cbba9ddad44b06f68" From ed8e429f8bfc30a47a88327025f669ccdc7738c2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:42 +0200 Subject: [PATCH 02438/10074] flif: added `no_autobump!` --- Formula/f/flif.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flif.rb b/Formula/f/flif.rb index 4d1d64da6e56c..a91f1bab24090 100644 --- a/Formula/f/flif.rb +++ b/Formula/f/flif.rb @@ -6,6 +6,8 @@ class Flif < Formula license "LGPL-3.0-or-later" head "https://github.com/FLIF-hub/FLIF.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7ab5f6dea4a3bf05a201e221b47042ea4ff6d4372f64c1be2a306604d5710b38" sha256 cellar: :any, arm64_sonoma: "6e2f70fa17688130a568e64fd6a4abdfe8e61681c1948cf2ecca01dfb04ee535" From 0adf72b68cc333bbc5aba5a0c1473b45b3b9893a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:42 +0200 Subject: [PATCH 02439/10074] flint-checker: added `no_autobump!` --- Formula/f/flint-checker.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flint-checker.rb b/Formula/f/flint-checker.rb index 95cd68d79ca07..95f261001fe70 100644 --- a/Formula/f/flint-checker.rb +++ b/Formula/f/flint-checker.rb @@ -5,6 +5,8 @@ class FlintChecker < Formula sha256 "ec865ec5cad191c7fc9c7c6d5007754372696a708825627383913367f3ef8b7f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f101ecd31a4b9eca93ee5d2147e9179ce0e9a6f90919b00c7151859ec66fc14" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed6f5260d4529072857dd5e87ae92324dbceda9c2de26ad7264900beab01d3be" From bd22c0f91c5c56a9e114a0677cb768726bcd1180 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:42 +0200 Subject: [PATCH 02440/10074] flintrock: added `no_autobump!` --- Formula/f/flintrock.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flintrock.rb b/Formula/f/flintrock.rb index f18d65a397902..9a115dca55f59 100644 --- a/Formula/f/flintrock.rb +++ b/Formula/f/flintrock.rb @@ -7,6 +7,8 @@ class Flintrock < Formula sha256 "dde4032630ad44c374c2a9b12f0d97db87fa5117995f1c7dd0f70b631f47a035" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any, arm64_sequoia: "a1211bc4ea1c062dfa95b3c14f6da61dcab02b1d6216e6687ef58b6680379089" From 8a1a0cfcf9bebbacb6c293f135a0fbbf2a0bc034 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:42 +0200 Subject: [PATCH 02441/10074] flip-link: added `no_autobump!` --- Formula/f/flip-link.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flip-link.rb b/Formula/f/flip-link.rb index ab5757aeb7bb5..14536acadcb1c 100644 --- a/Formula/f/flip-link.rb +++ b/Formula/f/flip-link.rb @@ -5,6 +5,8 @@ class FlipLink < Formula sha256 "9389806ffda4ed5aa47f39fc71ac2a19be59cc28aab93bfb32bb514ed7165f75" license any_of: ["Apache-2.0", "MIT"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f7946a65b6cc5748c00e69297f119478baf555d89d4d9ca36f7952e8763b463" sha256 cellar: :any_skip_relocation, arm64_sonoma: "79535fccaccc327856b6a65d873732f073267f69b00d60f4fb564c8c30abf645" From 2737f5aee31e198a605491eb86677f6e29c93272 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:42 +0200 Subject: [PATCH 02442/10074] flock: added `no_autobump!` --- Formula/f/flock.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flock.rb b/Formula/f/flock.rb index 554d992a17a84..636438455b498 100644 --- a/Formula/f/flock.rb +++ b/Formula/f/flock.rb @@ -5,6 +5,8 @@ class Flock < Formula sha256 "01bbd497d168e9b7306f06794c57602da0f61ebd463a3210d63c1d8a0513c5cc" license "ISC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b3e9f9fbebb4256a845dd8db15993c3cd7c17cabac188c0695780c5b2b8a06d8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "81934a5818c68542712a6d8b56c6b92f303308394a39cdaf8618c057f6c75b93" From 99cc1615ec66cf6136ad61d8a22af6644a8bcb9b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:43 +0200 Subject: [PATCH 02443/10074] flow-cli: added `no_autobump!` --- Formula/f/flow-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flow-cli.rb b/Formula/f/flow-cli.rb index 727496c2db6d3..d09ac54cc6187 100644 --- a/Formula/f/flow-cli.rb +++ b/Formula/f/flow-cli.rb @@ -11,6 +11,8 @@ class FlowCli < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "91bcee800d7f33e6830dc5a3a61e881e9f0525570f8ef6cad89070c84f5c8793" sha256 cellar: :any_skip_relocation, arm64_sonoma: "28f0490d981659684f244cf192baab2ea8090edd50dc35aa7b07edd74cef16e4" From 5bd2e356210437f98ac19d1b71a5e58c43ed0bba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:43 +0200 Subject: [PATCH 02444/10074] flow-control: added `no_autobump!` --- Formula/f/flow-control.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flow-control.rb b/Formula/f/flow-control.rb index dc165e7c58cc3..c5b5f4b433e9d 100644 --- a/Formula/f/flow-control.rb +++ b/Formula/f/flow-control.rb @@ -8,6 +8,8 @@ class FlowControl < Formula license "MIT" head "https://github.com/neurocyte/flow.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6ed1b2aaf297e50e5782d85c71a6fd23bd8705043e79281e194d68520661e11f" sha256 arm64_sonoma: "2ddcea938d0eb9f7aa4560991d7a4d2f3fe89e322d4cac67ed5b70f7e04e73f8" From b080d3eeec7514e43d8c1a39a3d8efe7598aa5bf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:43 +0200 Subject: [PATCH 02445/10074] flow-tools: added `no_autobump!` --- Formula/f/flow-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flow-tools.rb b/Formula/f/flow-tools.rb index 7b2d5fac10814..7c385c97122e5 100644 --- a/Formula/f/flow-tools.rb +++ b/Formula/f/flow-tools.rb @@ -5,6 +5,8 @@ class FlowTools < Formula sha256 "80bbd3791b59198f0d20184761d96ba500386b0a71ea613c214a50aa017a1f67" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "f99aa518b7c94faa3be0ea9d263a7de70ef5778f65c5f620cee6b6e03f42b2d5" From 3f3a5bada6c404f282b661452d82117857caa6d0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:43 +0200 Subject: [PATCH 02446/10074] flowgrind: added `no_autobump!` --- Formula/f/flowgrind.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flowgrind.rb b/Formula/f/flowgrind.rb index e822683eb14c5..1ee3daeaae31b 100644 --- a/Formula/f/flowgrind.rb +++ b/Formula/f/flowgrind.rb @@ -12,6 +12,8 @@ class Flowgrind < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ca6a1f882f1e3d9d886000625a2b3f53f5ce0947f8d1581a9f4ccf1fd3e29b32" sha256 cellar: :any, arm64_sonoma: "7fbd50a235fee0890cfcea2afe0a0ecaf6d95264ebb3bc804b2c0fe19bc47f5a" From c9ee3c230b6aae4342ce2726fb6c28a5d166a1ad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:43 +0200 Subject: [PATCH 02447/10074] flvmeta: added `no_autobump!` --- Formula/f/flvmeta.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flvmeta.rb b/Formula/f/flvmeta.rb index 2c81d8b01f11e..8a50f66010091 100644 --- a/Formula/f/flvmeta.rb +++ b/Formula/f/flvmeta.rb @@ -6,6 +6,8 @@ class Flvmeta < Formula license "GPL-2.0-or-later" head "https://github.com/noirotm/flvmeta.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b4a5ecf8a1e932fb391017b6f08d08f37ff1b405a34e9e7b7e4c7e20641a0fe" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ba117a6573cabe3ccb7b5ae11483fe4fee639ccdb638512d338704604951fc8" From 5ca71be8792ea2e4ceb8c0c334d5af8f8facad6c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:44 +0200 Subject: [PATCH 02448/10074] flvstreamer: added `no_autobump!` --- Formula/f/flvstreamer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flvstreamer.rb b/Formula/f/flvstreamer.rb index 32fd4b962c48c..9fbd1915f392d 100644 --- a/Formula/f/flvstreamer.rb +++ b/Formula/f/flvstreamer.rb @@ -5,6 +5,8 @@ class Flvstreamer < Formula sha256 "e90e24e13a48c57b1be01e41c9a7ec41f59953cdb862b50cf3e667429394d1ee" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcbbbb87db99f0140c73453fd12af2023b37d44c42302d99156335b0cd69891d" From 451368a1c25e9a2c8a8e66d62092b283ab7004b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:44 +0200 Subject: [PATCH 02449/10074] fmdiff: added `no_autobump!` --- Formula/f/fmdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fmdiff.rb b/Formula/f/fmdiff.rb index 85a2545d6ec2d..97342c444c45e 100644 --- a/Formula/f/fmdiff.rb +++ b/Formula/f/fmdiff.rb @@ -6,6 +6,8 @@ class Fmdiff < Formula license :public_domain head "https://github.com/brunodefraine/fmscripts.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ab942e4b04b177d43cf53476f9643e8ebe9bee8c549cf2d40eb9745c196785c" From 84d4c86f4ce6a9736403fe762f4ceb36d935d887 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:44 +0200 Subject: [PATCH 02450/10074] fmpp: added `no_autobump!` --- Formula/f/fmpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fmpp.rb b/Formula/f/fmpp.rb index 1f88c5b957018..027bf7303fbcc 100644 --- a/Formula/f/fmpp.rb +++ b/Formula/f/fmpp.rb @@ -6,6 +6,8 @@ class Fmpp < Formula license "Apache-2.0" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "fd2a84f1e4cb90f27ac04f99af1b5da3499c81e111e78370ebd71f448dd97d12" From 25863a338884c6b6871641c562de7236600ea788 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:44 +0200 Subject: [PATCH 02451/10074] foma: added `no_autobump!` --- Formula/f/foma.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/foma.rb b/Formula/f/foma.rb index 05c332272dabd..2d6bad1589aca 100644 --- a/Formula/f/foma.rb +++ b/Formula/f/foma.rb @@ -5,6 +5,8 @@ class Foma < Formula sha256 "cb380f43e86fc7b3d4e43186db3e7cff8f2417e18ea69cc991e466a3907d8cbd" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "cac3217fb92f4bdd36f498474518fef5dabd74dbaa606e5ced0cbcea2686f555" From aadc422a5bae4af98079e0e7153ebe381c3a20d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:44 +0200 Subject: [PATCH 02452/10074] fon-flash-cli: added `no_autobump!` --- Formula/f/fon-flash-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fon-flash-cli.rb b/Formula/f/fon-flash-cli.rb index 3940d0bce7e09..8c49057547f35 100644 --- a/Formula/f/fon-flash-cli.rb +++ b/Formula/f/fon-flash-cli.rb @@ -6,6 +6,8 @@ class FonFlashCli < Formula license "GPL-2.0-or-later" head "https://github.com/ericpaulbishop/gargoyle.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3f3e955e9c78f33084b9ad4a915383ff41a9decff3b638c605a407bf8d877c1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3578903bdf423bf0f5a01a50073bfe90c47aaf25b5a744156fa5d743c1db0086" From 4054219c3c6697fe46ce95a5709eb3951dcd96b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:44 +0200 Subject: [PATCH 02453/10074] font-util: added `no_autobump!` --- Formula/f/font-util.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/font-util.rb b/Formula/f/font-util.rb index 63e1f65e85cfa..db7264b525446 100644 --- a/Formula/f/font-util.rb +++ b/Formula/f/font-util.rb @@ -5,6 +5,8 @@ class FontUtil < Formula sha256 "5c9f64123c194b150fee89049991687386e6ff36ef2af7b80ba53efaf368cc95" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "debcf269b82d6b7503808ae95aed9f0a39df46ec3a323b272c545c57148f4254" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c330ddeddd9f3f0a53c3845c1b3d3bcf1524370135df06eea99a914659185fcd" From 94eb99e418c9c7ce727eb85d7ed7877eb51fb40d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:45 +0200 Subject: [PATCH 02454/10074] forego: added `no_autobump!` --- Formula/f/forego.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/forego.rb b/Formula/f/forego.rb index 7ee4c65fa6551..0140cd630fbe1 100644 --- a/Formula/f/forego.rb +++ b/Formula/f/forego.rb @@ -6,6 +6,8 @@ class Forego < Formula license "Apache-2.0" head "https://github.com/ddollar/forego.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef67ea741e0294b822fc3dfb3cfd124e9621b2c8f24ab6e8c023f95782cd81eb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f46dbdf37d045a718a27858ca874d1eb69b67bbd04e5778f549e4f632dd4f01a" From b9a38b4cdc816a93765857f194ce8cfae8503128 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:45 +0200 Subject: [PATCH 02455/10074] foremost: added `no_autobump!` --- Formula/f/foremost.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/foremost.rb b/Formula/f/foremost.rb index 855443ed087b3..2c6a81b53eb1c 100644 --- a/Formula/f/foremost.rb +++ b/Formula/f/foremost.rb @@ -11,6 +11,8 @@ class Foremost < Formula regex(/href=.*?foremost[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fc223a574f2cc52cd6a40d668429f11a7211a34a206f49f1af4329f14a537db" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba5d99373d1b35db5088801426f5c2f4d3f091887e0b96f561938008565212db" From 68277caf0d515f9e3229fbdc5017530dea8952ce Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:45 +0200 Subject: [PATCH 02456/10074] forge: added `no_autobump!` --- Formula/f/forge.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/forge.rb b/Formula/f/forge.rb index abaf6ff365872..d8459fafd46b3 100644 --- a/Formula/f/forge.rb +++ b/Formula/f/forge.rb @@ -10,6 +10,8 @@ class Forge < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2e4b5e1f940c3a2bc469fd2206eb113ba24e2add15245d202cf296bda59b269d" sha256 cellar: :any, arm64_sonoma: "653482d31c8e2546a15569be8c3f7756382a49f2e5a66dea83b61aa6a5effad8" From 958c97f42f05f7ff8dc86a2592ef24e06985a709 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:45 +0200 Subject: [PATCH 02457/10074] form: added `no_autobump!` --- Formula/f/form.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/form.rb b/Formula/f/form.rb index 2c8105e47882d..8826a468bf7d9 100644 --- a/Formula/f/form.rb +++ b/Formula/f/form.rb @@ -10,6 +10,8 @@ class Form < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "891f2e2731329a342dcbda8da08939d5ef910a1bedfaab2be34da51c1f6fe72d" sha256 cellar: :any, arm64_sonoma: "9ebf608d1d098eac5b6b0ed04117538f42719ac61db8b7bc06a40aca73d62fab" From 075e11e2ec64f97c767946efe4652342dba5069d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:45 +0200 Subject: [PATCH 02458/10074] format-udf: added `no_autobump!` --- Formula/f/format-udf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/format-udf.rb b/Formula/f/format-udf.rb index 6fcea32f40e44..9ecfc0e0d529b 100644 --- a/Formula/f/format-udf.rb +++ b/Formula/f/format-udf.rb @@ -5,6 +5,8 @@ class FormatUdf < Formula sha256 "52854097db9044d729fbd7cff012f4b554df01c15225ee17ec159c71da174c8d" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ba8a2952eb6a60e6660c71d6054d6a0adc3d450d5532ef270f2849a0fd13849d" From e8f3e183add83af2e0707fc526b2f32dec8105a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:45 +0200 Subject: [PATCH 02459/10074] fortran-language-server: added `no_autobump!` --- Formula/f/fortran-language-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fortran-language-server.rb b/Formula/f/fortran-language-server.rb index f3d44d2f1ec12..ca9c160aaa97f 100644 --- a/Formula/f/fortran-language-server.rb +++ b/Formula/f/fortran-language-server.rb @@ -8,6 +8,8 @@ class FortranLanguageServer < Formula license "MIT" head "https://github.com/hansec/fortran-language-server.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "7f545be88d71155c02f3022ca7c63f8c75f9010d1ac84f89353d96b15f3b0551" From 593798222e65ce6e21b732fa7dae65ab6606fd18 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:46 +0200 Subject: [PATCH 02460/10074] fortran-stdlib: added `no_autobump!` --- Formula/f/fortran-stdlib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fortran-stdlib.rb b/Formula/f/fortran-stdlib.rb index 5ce7d2dc82b06..b8849fc446190 100644 --- a/Formula/f/fortran-stdlib.rb +++ b/Formula/f/fortran-stdlib.rb @@ -5,6 +5,8 @@ class FortranStdlib < Formula sha256 "07615b1fd0d9c78f04ec5a26234d091cb7e359933ba2caee311dcd6f58d87af0" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "349996236701c1fdb6a5fdec58dc627f3550929fb8ec80509b8f8d380fbf19de" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f37094c09728b25724680dcfee1aa5e2fa9da72e55787fe601156af2c397601f" From 9567d9e079ee8ab87704e8df601971658528d110 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:46 +0200 Subject: [PATCH 02461/10074] fortune: added `no_autobump!` --- Formula/f/fortune.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fortune.rb b/Formula/f/fortune.rb index 15a6f602f84b2..4b898017c94e3 100644 --- a/Formula/f/fortune.rb +++ b/Formula/f/fortune.rb @@ -11,6 +11,8 @@ class Fortune < Formula regex(/href=.*?fortune-mod[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 arm64_sequoia: "cec3df1e416f4c47846f0fd770bb29bce8185f4832bb897d5cb4e5f94fa86c32" From ed28cb1300624188aa34140e78a3c911a9672bc6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:46 +0200 Subject: [PATCH 02462/10074] fpc: added `no_autobump!` --- Formula/f/fpc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fpc.rb b/Formula/f/fpc.rb index 7ca33f6a77a08..6502e53b2cb09 100644 --- a/Formula/f/fpc.rb +++ b/Formula/f/fpc.rb @@ -14,6 +14,8 @@ class Fpc < Formula strategy :page_match end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "075f0b14b19da5236d2bb421450d1b86fb816bc62a9bb0adaf97404662f9ab02" sha256 cellar: :any, arm64_sonoma: "e480e9fed8fc823d817fd3178b9eea9c3ca5da5b1d6c6c55d69622cf5ecca411" From 7cf97d1f1a66ad555c697273eafb4697136d36c9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:46 +0200 Subject: [PATCH 02463/10074] fpdns: added `no_autobump!` --- Formula/f/fpdns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fpdns.rb b/Formula/f/fpdns.rb index 0e871d183f86c..a6574429145e2 100644 --- a/Formula/f/fpdns.rb +++ b/Formula/f/fpdns.rb @@ -6,6 +6,8 @@ class Fpdns < Formula license "BSD-3-Clause" head "https://github.com/kirei/fpdns.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e0d682473c047769e42d96bc148da4958e6e0f3cf7d7c21810246614da0b922" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a486095c74d7d69245c053fe75de78305f5f7a78889b51c82b5c5abe6df4f88" From 8a3889f5f3fac36cb743e0d316bd08ce9b2f9470 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:46 +0200 Subject: [PATCH 02464/10074] fpp: added `no_autobump!` --- Formula/f/fpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fpp.rb b/Formula/f/fpp.rb index 22f57edbbeb87..0ceff77af853d 100644 --- a/Formula/f/fpp.rb +++ b/Formula/f/fpp.rb @@ -6,6 +6,8 @@ class Fpp < Formula license "MIT" head "https://github.com/facebook/pathpicker.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "3cd7e3e25d729646c8cbb993eaa2c3d517dc128693dcdbc39bd1362c11429390" From e32e0a55edae3aff9e04dee9d98c50cde2642712 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:47 +0200 Subject: [PATCH 02465/10074] fprettify: added `no_autobump!` --- Formula/f/fprettify.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fprettify.rb b/Formula/f/fprettify.rb index 93158a0b569d1..bf09a977978ec 100644 --- a/Formula/f/fprettify.rb +++ b/Formula/f/fprettify.rb @@ -8,6 +8,8 @@ class Fprettify < Formula license "GPL-3.0-or-later" head "https://github.com/fortran-lang/fprettify.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "f9d9e214fb3810e34036e058e5dd26087ff761ff4ff07d993badd0eeb2de2de5" From af8e5170452fea0fae749165feb2d3a6a004a673 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:47 +0200 Subject: [PATCH 02466/10074] fprobe: added `no_autobump!` --- Formula/f/fprobe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fprobe.rb b/Formula/f/fprobe.rb index 25039629c4aec..8f8a160edbb45 100644 --- a/Formula/f/fprobe.rb +++ b/Formula/f/fprobe.rb @@ -5,6 +5,8 @@ class Fprobe < Formula sha256 "3a1cedf5e7b0d36c648aa90914fa71a158c6743ecf74a38f4850afbac57d22a0" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "edcd1f7fb0c159ed2363136b500af38948c8e4a9a1cb26b4b3c6e745f2ef67c4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8bdcb6faba3511a0868787da0e4baeb9219e9862c0323722d6137473ac81d0f8" From e201cbcf1521e19a2b23a314cef07e2747e55078 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:47 +0200 Subject: [PATCH 02467/10074] fragroute: added `no_autobump!` --- Formula/f/fragroute.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fragroute.rb b/Formula/f/fragroute.rb index bb925550ec3e1..1c0de4b3d3716 100644 --- a/Formula/f/fragroute.rb +++ b/Formula/f/fragroute.rb @@ -12,6 +12,8 @@ class Fragroute < Formula regex(/href=.*?fragroute[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "23765e32fc33a439c133cea31e2e6c700d24bd1fe6f421cb973dab6db91dc69b" From de318d810b5b16cc06207879abb3d42202bf9f52 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:47 +0200 Subject: [PATCH 02468/10074] freealut: added `no_autobump!` --- Formula/f/freealut.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/freealut.rb b/Formula/f/freealut.rb index 421b54b5d2fc1..59e2a5a14a172 100644 --- a/Formula/f/freealut.rb +++ b/Formula/f/freealut.rb @@ -10,6 +10,8 @@ class Freealut < Formula regex(/href=.*?freealut[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "74fb9b51f64c8f9683e853836bf34c519fe2dc3d58d97a44b0db070bf7b737cf" sha256 cellar: :any, arm64_sonoma: "0e38d6b21c45fe87a07e97bbdee177a22de254c35873f5d3b6cd17c896221af5" From aef8f77717862ef79614640facd40e137c612d83 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:47 +0200 Subject: [PATCH 02469/10074] freediameter: added `no_autobump!` --- Formula/f/freediameter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/freediameter.rb b/Formula/f/freediameter.rb index df76ff2b52fa7..c93999af7e4c2 100644 --- a/Formula/f/freediameter.rb +++ b/Formula/f/freediameter.rb @@ -20,6 +20,8 @@ class Freediameter < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "3a0fdc3ba68de137c1c7565a2bf1952cf239c35717276e185ef2c57d8f042a0f" From 202b4ed3460032bfe9da445d32d2418f413253de Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:47 +0200 Subject: [PATCH 02470/10074] freedink: added `no_autobump!` --- Formula/f/freedink.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/freedink.rb b/Formula/f/freedink.rb index f3b253acc3261..8f5b07857df30 100644 --- a/Formula/f/freedink.rb +++ b/Formula/f/freedink.rb @@ -6,6 +6,8 @@ class Freedink < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "791eb877668eacf35dbc1e12754a2fc5c40f5804107367fc7f0cc2da76f0974e" From 1c45b82922e657b9c265f891a30b2cfe48dfa3ec Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:48 +0200 Subject: [PATCH 02471/10074] freeimage: added `no_autobump!` --- Formula/f/freeimage.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/freeimage.rb b/Formula/f/freeimage.rb index a3945c0d38d5c..eb6376c94598a 100644 --- a/Formula/f/freeimage.rb +++ b/Formula/f/freeimage.rb @@ -7,6 +7,8 @@ class Freeimage < Formula license "FreeImage" head "https://svn.code.sf.net/p/freeimage/svn/FreeImage/trunk/" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "0c56e5950270ba19800a0b51d0fb516689c82921c2651c30c9fc17934bfb2fdc" From 59b1673bec8a5f70d5e0faf3d73aa3eb468e269d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:48 +0200 Subject: [PATCH 02472/10074] freeling: added `no_autobump!` --- Formula/f/freeling.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/freeling.rb b/Formula/f/freeling.rb index 9c649900c86b2..f31c9bf199855 100644 --- a/Formula/f/freeling.rb +++ b/Formula/f/freeling.rb @@ -6,6 +6,8 @@ class Freeling < Formula license "AGPL-3.0-only" revision 10 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4e30428a201c092dd95925dbf2cbcf0462c161fc9605de3208a6947435ca8f96" sha256 cellar: :any, arm64_sonoma: "1daaaad0626d64ab84527ee4c3010e7d0182c0bb9105927b2a5ff67d450c508f" From f32d28c2cd8ea730e438687288c2f0a6abf2c62e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:48 +0200 Subject: [PATCH 02473/10074] freeradius-server: added `no_autobump!` --- Formula/f/freeradius-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/freeradius-server.rb b/Formula/f/freeradius-server.rb index 38be0b31ea3b4..b9ce1c9682d87 100644 --- a/Formula/f/freeradius-server.rb +++ b/Formula/f/freeradius-server.rb @@ -11,6 +11,8 @@ class FreeradiusServer < Formula regex(/^release[._-](\d+(?:[._]\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "95cb101c2859a0765631f98c22516ec0ef7f04dca8e54a1eec172e6cb6d529c2" sha256 arm64_sonoma: "85dfb2f19b835f7a1e3591fc936c03abf32fa80c2e9bede757be2654c0cd160d" From 93fb4941369727609793bab93b58f4a72539f076 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:48 +0200 Subject: [PATCH 02474/10074] frege-repl: added `no_autobump!` --- Formula/f/frege-repl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/frege-repl.rb b/Formula/f/frege-repl.rb index 4852b39665343..534acbfdc898d 100644 --- a/Formula/f/frege-repl.rb +++ b/Formula/f/frege-repl.rb @@ -7,6 +7,8 @@ class FregeRepl < Formula license "BSD-3-Clause" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "f68a61801c7e99908489f6339d178107252377a08db65607849027d869df9bd0" From 900932a72ece6f44a4c89c8a4b2c887b1cd145fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:48 +0200 Subject: [PATCH 02475/10074] frege: added `no_autobump!` --- Formula/f/frege.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/frege.rb b/Formula/f/frege.rb index 4e338bd7bb281..050e08f49a7af 100644 --- a/Formula/f/frege.rb +++ b/Formula/f/frege.rb @@ -19,6 +19,8 @@ class Frege < Formula match[1] end + + no_autobump! because: :requires_manual_review end end From 2d05b051c74324fc28e3c977b5441e315ece36f4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:48 +0200 Subject: [PATCH 02476/10074] fricas: added `no_autobump!` --- Formula/f/fricas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fricas.rb b/Formula/f/fricas.rb index 9bcaf8db23373..9c409742b8907 100644 --- a/Formula/f/fricas.rb +++ b/Formula/f/fricas.rb @@ -6,6 +6,8 @@ class Fricas < Formula license "BSD-3-Clause" head "https://github.com/fricas/fricas.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7fbe73c52677676edec374061a9889381f7b8dd79d231cd5db743e8b47b83be4" sha256 cellar: :any, arm64_sonoma: "f80b27d9b594c6161a4b882f13cdb0c62f883d42760bb62d8563791d3ce3660b" From 28a86de0bc370c7f90bb8594683b50c4c4b3b8c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:49 +0200 Subject: [PATCH 02477/10074] frugal: added `no_autobump!` --- Formula/f/frugal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/frugal.rb b/Formula/f/frugal.rb index 790f6ae84eb86..2e7059882b282 100644 --- a/Formula/f/frugal.rb +++ b/Formula/f/frugal.rb @@ -5,6 +5,8 @@ class Frugal < Formula sha256 "3e55ad273b96bfc802beffe51ad694ce7b305a33a50c05efb1dfcf0bb4c7715f" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "eacd34e93b0fc193380d03bc05a347ddad3fee930429b65ec0a90f87ddb44467" sha256 cellar: :any_skip_relocation, arm64_ventura: "eacd34e93b0fc193380d03bc05a347ddad3fee930429b65ec0a90f87ddb44467" From 8dcbedfb9a1a407ba5676a2e0a154ddcb4613bb9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:49 +0200 Subject: [PATCH 02478/10074] fruit: added `no_autobump!` --- Formula/f/fruit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fruit.rb b/Formula/f/fruit.rb index e0d9c36999485..bf7ebf38c1e04 100644 --- a/Formula/f/fruit.rb +++ b/Formula/f/fruit.rb @@ -5,6 +5,8 @@ class Fruit < Formula sha256 "ed4c6b7ebfbf75e14a74e21eb74ce2703b8485bfc9e660b1c36fb7fe363172d0" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ecf666939daa1621d37416639a69c85c8b75c73ee09cfdfdad8613296097c2cd" sha256 cellar: :any, arm64_sonoma: "4431afb2b1e7cd70c1b91fd33c656b7a51207ce63f7c21c078549da987cb6e3d" From d09ee3433e8119f97ec0f80b5c2fd047691c1694 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:49 +0200 Subject: [PATCH 02479/10074] frum: added `no_autobump!` --- Formula/f/frum.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/frum.rb b/Formula/f/frum.rb index 49017680e6f33..08ebdbd14843e 100644 --- a/Formula/f/frum.rb +++ b/Formula/f/frum.rb @@ -11,6 +11,8 @@ class Frum < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca5b6f656ac5c95935cc3b52e48f8c7c3fd29eb96cbe09cba8427249323ec8a1" From f064531ea7ea037f6f9ddc8057a2aca62c2f2144 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:49 +0200 Subject: [PATCH 02480/10074] fs-uae: added `no_autobump!` --- Formula/f/fs-uae.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fs-uae.rb b/Formula/f/fs-uae.rb index 95bfc02ef73b9..2c4b9eb0b2fa3 100644 --- a/Formula/f/fs-uae.rb +++ b/Formula/f/fs-uae.rb @@ -10,6 +10,8 @@ class FsUae < Formula regex(/href=.*?fs-uae[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5a73ce64da67c0d1997c5350c97d38a9549853ef97f20d824a74a6d1f9ed31c2" sha256 cellar: :any, arm64_sonoma: "9a2fbee9c1775354923db18f96abbd547af702a295b74754efe801addb1559bc" From e5ff2f2caa498c250fcf533a34f5a59df401a231 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:49 +0200 Subject: [PATCH 02481/10074] fsevent_watch: added `no_autobump!` --- Formula/f/fsevent_watch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fsevent_watch.rb b/Formula/f/fsevent_watch.rb index f626a701037f9..a0d0f244fdc68 100644 --- a/Formula/f/fsevent_watch.rb +++ b/Formula/f/fsevent_watch.rb @@ -6,6 +6,8 @@ class FseventWatch < Formula license "MIT" head "https://github.com/proger/fsevent_watch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a96b52b8e7a56b8ee8c83f18d8bf32c1413a79a6f22192cd11d011e8f84c392" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b52aa2f7b37774ad1250f27ea993c494de0e338a1e27be12c16773c41a9a69e7" From 5d40ccef3462adc5518a3fcd3522ad2863b3540b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:49 +0200 Subject: [PATCH 02482/10074] fsevents-tools: added `no_autobump!` --- Formula/f/fsevents-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fsevents-tools.rb b/Formula/f/fsevents-tools.rb index df12d450bd901..739aeb6846fdb 100644 --- a/Formula/f/fsevents-tools.rb +++ b/Formula/f/fsevents-tools.rb @@ -10,6 +10,8 @@ class FseventsTools < Formula regex(/href=.*?fsevents-tools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "69d137adc9cbcce94aa7160b76705454f3f04fc0598f2146264887fc0a278c2e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "665d116f18811af91513b9cd670e8504cc765bebc6e114fbf815930bd48386f7" From 5a03996eee8f7542c5f216f8a89a3e5dfe477d4b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:50 +0200 Subject: [PATCH 02483/10074] fst: added `no_autobump!` --- Formula/f/fst.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fst.rb b/Formula/f/fst.rb index 47924c6da72be..3ea918d84d243 100644 --- a/Formula/f/fst.rb +++ b/Formula/f/fst.rb @@ -11,6 +11,8 @@ class Fst < Formula regex(/^fst-bin[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ec7353ce5d9f6c88ae018bb0da9dc32555aafdc7fa4aa3202c1d9a49e397369" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e62616b2c34ac331d45710d3ca6da27a4599eeb71cbf1d7e3b0991ccdaedcae" From 4e59064737811e847da2de67f7b11b968cc7ee8e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:50 +0200 Subject: [PATCH 02484/10074] fstrm: added `no_autobump!` --- Formula/f/fstrm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fstrm.rb b/Formula/f/fstrm.rb index 8f6fba401fa9c..cbbd3dea22638 100644 --- a/Formula/f/fstrm.rb +++ b/Formula/f/fstrm.rb @@ -20,6 +20,8 @@ class Fstrm < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d33b95ae03b379e72f20439898cb8c87f896d2994783778803c7701d92a57998" sha256 cellar: :any, arm64_sonoma: "b016547f64c4a39ea5c551314def723180ee3de352008aaf09d77eb2b76bd8d2" From 211d030711cd0a490fde1416c08155f90bc3c635 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:50 +0200 Subject: [PATCH 02485/10074] fsw: added `no_autobump!` --- Formula/f/fsw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fsw.rb b/Formula/f/fsw.rb index 6b2431520f961..8e89b9a07a415 100644 --- a/Formula/f/fsw.rb +++ b/Formula/f/fsw.rb @@ -5,6 +5,8 @@ class Fsw < Formula sha256 "9222f76f99ef9841dc937a8f23b529f635ad70b0f004b9dd4afb35c1b0d8f0ff" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4199afe2dc6978df9a3f0eb12a92921269a9e7ea62f7b2e7d12faa762e75556" From 302f44a2efea466d0f68c8a6bacd24113a310265 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:50 +0200 Subject: [PATCH 02486/10074] ftgl: added `no_autobump!` --- Formula/f/ftgl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/ftgl.rb b/Formula/f/ftgl.rb index 31aba806a8145..9bf810358a3c5 100644 --- a/Formula/f/ftgl.rb +++ b/Formula/f/ftgl.rb @@ -10,6 +10,8 @@ class Ftgl < Formula regex(%r{url=.*?/ftgl[._-]v?(\d+(?:\.\d+)+(?:-rc\d*)?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a14fb054d0fbc1e6e11904e32c02be573d3db1c72981a6badbfc61f2f214d5cb" sha256 cellar: :any, arm64_sonoma: "4dbee18442898c2c431d5ea8de6c67170906763eb4e4eb6775735809c34bee86" From 0c1ba4f4e59f2b1b870ab3c9657d830d856ddc15 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:50 +0200 Subject: [PATCH 02487/10074] ftxui: added `no_autobump!` --- Formula/f/ftxui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/ftxui.rb b/Formula/f/ftxui.rb index 730d1f07e2ee3..5ca7a423864a9 100644 --- a/Formula/f/ftxui.rb +++ b/Formula/f/ftxui.rb @@ -6,6 +6,8 @@ class Ftxui < Formula license "MIT" head "https://github.com/ArthurSonzogni/FTXUI.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5b3e3442ed075b99e3604bea2a515ebb1cbbd9d806386e040d925d38a54692f8" sha256 cellar: :any, arm64_sonoma: "04064b1363f454f0f9cbbbeb16d98d8d5fef2daf3e0bef0c5e168a73e8b54b89" From a52b51b21384dac3b1249730c0ee22037fcc3e13 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:51 +0200 Subject: [PATCH 02488/10074] fuego: added `no_autobump!` --- Formula/f/fuego.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fuego.rb b/Formula/f/fuego.rb index 3faa811480146..8c828ef08408b 100644 --- a/Formula/f/fuego.rb +++ b/Formula/f/fuego.rb @@ -13,6 +13,8 @@ class Fuego < Formula regex(%r{url=.*?/fuego[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "93d2ddf5cfa10cbe4c169d575233cbb5a70a19ce9f35c8d9564f2c73109d5d46" sha256 arm64_sonoma: "3a5678963983758b8313726c5d0dfbff571034bef93268d66e9c6563587f2854" From 286c5d10e30a77895261a8ee99d4441bda7f82b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:51 +0200 Subject: [PATCH 02489/10074] funcoeszz: added `no_autobump!` --- Formula/f/funcoeszz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/funcoeszz.rb b/Formula/f/funcoeszz.rb index 708fade2ed2a3..4c0e771e0c81f 100644 --- a/Formula/f/funcoeszz.rb +++ b/Formula/f/funcoeszz.rb @@ -10,6 +10,8 @@ class Funcoeszz < Formula regex(/href=.*?funcoeszz[._-]v?(\d+(?:\.\d+)+)\.sh/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "b9d4a7633bfd39f84797948a471e9d231cdc7539e472dc982cc33c2f4b6d3e88" From a010361493dabfd170c39e77cf7203243aae431b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:51 +0200 Subject: [PATCH 02490/10074] fuse-zip: added `no_autobump!` --- Formula/f/fuse-zip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fuse-zip.rb b/Formula/f/fuse-zip.rb index 7b20ab748f871..141fedf40147a 100644 --- a/Formula/f/fuse-zip.rb +++ b/Formula/f/fuse-zip.rb @@ -6,6 +6,8 @@ class FuseZip < Formula license "GPL-3.0-or-later" head "https://bitbucket.org/agalanin/fuse-zip", using: :hg + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "b9ea1815940249c680e5f6524a9da80d600f3dc8a1d40d89dec4b49de64b4d66" From 422a0191b107681834ccf73ac8f878a70a30b258 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:51 +0200 Subject: [PATCH 02491/10074] fuzzy-find: added `no_autobump!` --- Formula/f/fuzzy-find.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fuzzy-find.rb b/Formula/f/fuzzy-find.rb index 57cc9454284ae..395ad65050bff 100644 --- a/Formula/f/fuzzy-find.rb +++ b/Formula/f/fuzzy-find.rb @@ -17,6 +17,8 @@ class FuzzyFind < Formula regex(/^v?(\d+(?:\.\d+)+)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9232687527d2937f2d743e0774e9073675887b2cac09cedddbf053a67db9e4b5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "187ec442ac4e7b4fa865dc8065ce6fc2a9d2e8e79c55fd3c3006b5e294b65619" From 7bf4e8ddf3b4953d14d277728bc855c011627297 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:51 +0200 Subject: [PATCH 02492/10074] fwknop: added `no_autobump!` --- Formula/f/fwknop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fwknop.rb b/Formula/f/fwknop.rb index a966ca3c33a32..86b6746331ec0 100644 --- a/Formula/f/fwknop.rb +++ b/Formula/f/fwknop.rb @@ -12,6 +12,8 @@ class Fwknop < Formula regex(/href=.*?fwknop[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "dd24ee01f0b52367ccb00111e7e3b28586cbe9b355b9461ac38175fcdaaa0b31" sha256 arm64_sonoma: "3729d1321c0430837a4dfd26d0f504a4ef05d9798e37f12bf56149c0a88badc7" From f2a7ea9002abd7502b60d961dd927487351213f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:51 +0200 Subject: [PATCH 02493/10074] fypp: added `no_autobump!` --- Formula/f/fypp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fypp.rb b/Formula/f/fypp.rb index 2f202f1643146..fd1d755a4ca32 100644 --- a/Formula/f/fypp.rb +++ b/Formula/f/fypp.rb @@ -8,6 +8,8 @@ class Fypp < Formula license "BSD-2-Clause" head "https://github.com/aradi/fypp.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "c8c4c383f5fa91ab12d838277ef39f7b8e11807e3e328379fb52b46c9a5b73f4" From 0ba332162268f23af452483ab29ac675bc304d55 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:38:52 +0200 Subject: [PATCH 02494/10074] fzy: added `no_autobump!` --- Formula/f/fzy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fzy.rb b/Formula/f/fzy.rb index f00edaca717d8..7b9e8680e123a 100644 --- a/Formula/f/fzy.rb +++ b/Formula/f/fzy.rb @@ -6,6 +6,8 @@ class Fzy < Formula license "MIT" head "https://github.com/jhawthorn/fzy.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cbf2b486b0abed29cf5fb45fc5580fc74881ceacae68cd11e53bdbeabae52ea" sha256 cellar: :any_skip_relocation, arm64_sonoma: "250fc5952135704c7a93c1066a13fbb27322358dedc115d7792da91cd56d12ed" From 744124fc58570df192b3e2525bf834b38c63bf39 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:46 +0200 Subject: [PATCH 02495/10074] g2: added `no_autobump!` --- Formula/g/g2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/g2.rb b/Formula/g/g2.rb index 298d697842c0c..e3bec0ccb7a32 100644 --- a/Formula/g/g2.rb +++ b/Formula/g/g2.rb @@ -6,6 +6,8 @@ class G2 < Formula license "MIT" head "https://github.com/orefalo/g2.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "db643e8eb1b3d9b685e605656c4116f38a91c3b716ee855d0c9909ec20ff18b8" From 4fa4439a92d2350bd62dee7ba5c6ab2e8b44c4bc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:46 +0200 Subject: [PATCH 02496/10074] g3log: added `no_autobump!` --- Formula/g/g3log.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/g3log.rb b/Formula/g/g3log.rb index 1eca15b223d35..70a235b247e77 100644 --- a/Formula/g/g3log.rb +++ b/Formula/g/g3log.rb @@ -5,6 +5,8 @@ class G3log < Formula sha256 "a240673f6dda17a8d4d5768b6741534e6863e6c4d786c3678e4fe687eb115902" license "Unlicense" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c73ae14424645c0b8e0e928e4d2db3f43fc7fe992150bd70556fc81ce7d7addb" sha256 cellar: :any, arm64_sonoma: "a589b330c4106cffafba1661ea1a436733cb9f7a9d37974cdf309b1198fec252" From f2b47d95db056c3951533a19d8e7f7d407f1afa4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:46 +0200 Subject: [PATCH 02497/10074] gabedit: added `no_autobump!` --- Formula/g/gabedit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gabedit.rb b/Formula/g/gabedit.rb index eca94630fcdee..970d0b065a797 100644 --- a/Formula/g/gabedit.rb +++ b/Formula/g/gabedit.rb @@ -14,6 +14,8 @@ class Gabedit < Formula regex(/current stable version of gabedit is v?(\d+(?:\.\d+)+)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "33b7438a8b87b09821c9924d7a5c0a473c95c7abd04189c570b80fc8eeb51bbf" sha256 cellar: :any, arm64_ventura: "b2767fead690400c5b24a75122c4f951c02f440b19f8897534ae4af99c48f549" From 74f1a60b60b5357fc5e07ef8667c872f80678b0d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:47 +0200 Subject: [PATCH 02498/10074] gaffitter: added `no_autobump!` --- Formula/g/gaffitter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gaffitter.rb b/Formula/g/gaffitter.rb index 4a1401b723ea4..1e1f43db7a2ae 100644 --- a/Formula/g/gaffitter.rb +++ b/Formula/g/gaffitter.rb @@ -5,6 +5,8 @@ class Gaffitter < Formula sha256 "c85d33bdc6c0875a7144b540a7cce3e78e7c23d2ead0489327625549c3ab23ee" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "99ba8c060b64df92ba624ecdf846c053658ff42c15d92221a79e705e664057bd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9db231f5fd261b380cc7ef6840714a66e286bb3ad67c9643942d1d62eb79798d" From baa8eb7cf192d164a2a0678c33b3286f3a93ca97 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:47 +0200 Subject: [PATCH 02499/10074] galen: added `no_autobump!` --- Formula/g/galen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/galen.rb b/Formula/g/galen.rb index 9f3107ae36a05..7f64f87884b5c 100644 --- a/Formula/g/galen.rb +++ b/Formula/g/galen.rb @@ -6,6 +6,8 @@ class Galen < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1a79c5f2fde4af91e79d29b711b7966e63c07c0d59f97ad4845cd49bac3e54d8" From 9ad852d0b33652e7ed89213aa8830518c7d08e09 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:47 +0200 Subject: [PATCH 02500/10074] gambit-scheme: added `no_autobump!` --- Formula/g/gambit-scheme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gambit-scheme.rb b/Formula/g/gambit-scheme.rb index acde410980aea..cb707d18d2384 100644 --- a/Formula/g/gambit-scheme.rb +++ b/Formula/g/gambit-scheme.rb @@ -10,6 +10,8 @@ class GambitScheme < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f36581ac5b8ee26960a4ee083f2014b3ca2396c8fc6acc47a0fb055cbb72e2fe" sha256 arm64_sonoma: "28fc26e8105d6d085c4071e48f33eeb47140079b6cb9cb926c40719f2d050088" From 03bf20447fb28fd18498a128d1e3bca650256d95 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:47 +0200 Subject: [PATCH 02501/10074] gammu: added `no_autobump!` --- Formula/g/gammu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gammu.rb b/Formula/g/gammu.rb index 6721929b354e1..7b1ac415ad75a 100644 --- a/Formula/g/gammu.rb +++ b/Formula/g/gammu.rb @@ -11,6 +11,8 @@ class Gammu < Formula regex(/href=.*?gammu[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "328d278f52762b77bb0bc0061afc898e413c2e8cbae9af19c0043ebd2b61ab5d" sha256 arm64_sonoma: "69cbe22c74e7c7456df798bd70fe89c77502d7793f1b3073b0e0cc5f7d919323" From 02086902ed9777a2aa9820d5c6e961650fc425ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:47 +0200 Subject: [PATCH 02502/10074] garmintools: added `no_autobump!` --- Formula/g/garmintools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/garmintools.rb b/Formula/g/garmintools.rb index 633e716f210ab..e4b0a466113f9 100644 --- a/Formula/g/garmintools.rb +++ b/Formula/g/garmintools.rb @@ -5,6 +5,8 @@ class Garmintools < Formula sha256 "ffd50b7f963fa9b8ded3223c4786b07906c887ed900de64581a24ff201444cee" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "20a6201dcffaf971164afa65223ba7eb6ef53dca3c1a092e303dda0654f109d8" sha256 cellar: :any, arm64_sonoma: "da0e5ffaf6e1b8477d92247072fcf400f9b16368bd93db8a05e9c3106efdb2c7" From 639ee3c081c8e0824b4bb76fb99ca2546532a588 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:47 +0200 Subject: [PATCH 02503/10074] gauche: added `no_autobump!` --- Formula/g/gauche.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gauche.rb b/Formula/g/gauche.rb index 650112442da66..54c61a980c9f8 100644 --- a/Formula/g/gauche.rb +++ b/Formula/g/gauche.rb @@ -13,6 +13,8 @@ class Gauche < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "34e7cab7687a3fad3c7a4e24cc869f71db411c4b9b83ca93daab9b3f205ae828" sha256 arm64_sonoma: "090ea0130482168c2f2c8ba1bce87c9b3e2c6cb5066dd89d311848a8d5b9a742" From d65b95f8c460ed951b45650b2cee6950f0152cff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:48 +0200 Subject: [PATCH 02504/10074] gaul: added `no_autobump!` --- Formula/g/gaul.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gaul.rb b/Formula/g/gaul.rb index 0a0ee2995da57..47a3e7a3747b2 100644 --- a/Formula/g/gaul.rb +++ b/Formula/g/gaul.rb @@ -5,6 +5,8 @@ class Gaul < Formula sha256 "7aabb5c1c218911054164c3fca4f5c5f0b9c8d9bab8b2273f48a3ff573da6570" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f6ef6f6e6711082dd49cae45e516aa9f8fdf0f2942ff4224f6c30d9e75976dcc" sha256 cellar: :any, arm64_sonoma: "619d02cf0a65573901c3b83a642203dae07540475bb5e1ea054b67e9ae1ed086" From 5519d2a675a6797b50e70f21465d6fc402b25521 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:48 +0200 Subject: [PATCH 02505/10074] gauth: added `no_autobump!` --- Formula/g/gauth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gauth.rb b/Formula/g/gauth.rb index 2f69606808dbd..2b6bf2faf4aed 100644 --- a/Formula/g/gauth.rb +++ b/Formula/g/gauth.rb @@ -6,6 +6,8 @@ class Gauth < Formula license "ISC" head "https://github.com/pcarrier/gauth.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d91ac9029a1df98f1c2a3b5318f364c4b826c3f267e8d420fa389b5fc536dd1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d91ac9029a1df98f1c2a3b5318f364c4b826c3f267e8d420fa389b5fc536dd1" From 39e5c177d63ed55f55ddaaec9e38c20a096a77bd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:48 +0200 Subject: [PATCH 02506/10074] gcab: added `no_autobump!` --- Formula/g/gcab.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcab.rb b/Formula/g/gcab.rb index 0c00987c9caa4..57dc818866c1d 100644 --- a/Formula/g/gcab.rb +++ b/Formula/g/gcab.rb @@ -12,6 +12,8 @@ class Gcab < Formula regex(/gcab[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e6e1d52d928e85cb2fbbea1220fb224c61dae65fe1525959ae6fb61f7f77b013" sha256 arm64_sonoma: "7191f605413c808ef98d36eb37021fc8b038692ace3b8429b2d1b7e1c49b941e" From bd3ee64d143d165c6b718b7d67ef83f4b661a9d2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:48 +0200 Subject: [PATCH 02507/10074] gcal: added `no_autobump!` --- Formula/g/gcal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcal.rb b/Formula/g/gcal.rb index e86e53e24c66d..b0b71011ae9ee 100644 --- a/Formula/g/gcal.rb +++ b/Formula/g/gcal.rb @@ -6,6 +6,8 @@ class Gcal < Formula sha256 "91b56c40b93eee9bda27ec63e95a6316d848e3ee047b5880ed71e5e8e60f61ab" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_monterey: "6bed6280c29bc0e46bfbc4c1a3c48e2199713bfd4e51ca2f831d4a9c353d0f6c" sha256 cellar: :any_skip_relocation, arm64_big_sur: "1fc45b8d1ab6ce7bf8b771d7745eaa1dacd95f9782966b25e8296bc8639b9e67" From 31cce2812aa847f9a763ffe7610977f635b3a477 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:48 +0200 Subject: [PATCH 02508/10074] gcc: added `no_autobump!` --- Formula/g/gcc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcc.rb b/Formula/g/gcc.rb index ffb4766728be5..869932cd16202 100644 --- a/Formula/g/gcc.rb +++ b/Formula/g/gcc.rb @@ -24,6 +24,8 @@ class Gcc < Formula regex(%r{href=["']?gcc[._-]v?(\d+(?:\.\d+)+)(?:/?["' >]|\.t)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "c805973f31312379b26ab86a4c7b8076392f8fa0c82cfc7fa0b0b77210b8b645" sha256 arm64_sonoma: "e303f1155c61e85f35bba806ea975d6bf4fc0425bf7c0a11c0b368c3b852a5b2" From fcbc5854f378f6a8fb7f7d5f2fab7f46b2f3910e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:48 +0200 Subject: [PATCH 02509/10074] gcc@10: added `no_autobump!` --- Formula/g/gcc@10.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcc@10.rb b/Formula/g/gcc@10.rb index 702a61b9067d8..e8eb07c4cc27c 100644 --- a/Formula/g/gcc@10.rb +++ b/Formula/g/gcc@10.rb @@ -11,6 +11,8 @@ class GccAT10 < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 ventura: "1155f38da440c96a9df1442152c3149755dfd369815cf8b967e9bbf2a4874489" sha256 monterey: "be699cd4f9c26c0023a28eb56e534058cac1ab1b2d06e57b531905cfde49b48e" From 7a637b6b76a91ae04d3592e986fbb98c04af4ab2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:49 +0200 Subject: [PATCH 02510/10074] gcc@11: added `no_autobump!` --- Formula/g/gcc@11.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcc@11.rb b/Formula/g/gcc@11.rb index bb0c382469e21..53e87f36e66b9 100644 --- a/Formula/g/gcc@11.rb +++ b/Formula/g/gcc@11.rb @@ -12,6 +12,8 @@ class GccAT11 < Formula regex(%r{href=["']?gcc[._-]v?(11(?:\.\d+)+)(?:/?["' >]|\.t)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "55ec3e36278e110b74b148fefe5ccacf82223d0fb2fceb3c8230a03bfbc2857f" sha256 arm64_ventura: "b0936cf63d97795bfe8e17a9e4a4f75be0fd3f9407e467d5d02df1fba5caa499" From 94bbd1abfd173e817c782cf76cd2b255d7edb568 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:49 +0200 Subject: [PATCH 02511/10074] gcc@12: added `no_autobump!` --- Formula/g/gcc@12.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcc@12.rb b/Formula/g/gcc@12.rb index 97555b5b7a8bc..c067d9c27e10c 100644 --- a/Formula/g/gcc@12.rb +++ b/Formula/g/gcc@12.rb @@ -12,6 +12,8 @@ class GccAT12 < Formula regex(%r{href=["']?gcc[._-]v?(12(?:\.\d+)+)(?:/?["' >]|\.t)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "55614581a8985550c5cc84cd29f7122d4aca5d11f60c5ff119e7432419c2b9d8" sha256 arm64_ventura: "1466d203d2b62e3771a0d1935314747e6a098793622f6a007c23acaf8185731b" From 6a22b23a0994ad70e3c3d10a2e1dfb6f9c8ca722 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:49 +0200 Subject: [PATCH 02512/10074] gcc@13: added `no_autobump!` --- Formula/g/gcc@13.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcc@13.rb b/Formula/g/gcc@13.rb index d7c795a917d35..0024121355dc3 100644 --- a/Formula/g/gcc@13.rb +++ b/Formula/g/gcc@13.rb @@ -11,6 +11,8 @@ class GccAT13 < Formula regex(%r{href=["']?gcc[._-]v?(13(?:\.\d+)+)(?:/?["' >]|\.t)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "cc01c9f4c79053bc25807069b3b9e8da3acc1b9828a623668c9917a143776ebc" sha256 arm64_sonoma: "ff56bc82f41d769ff59131299f9d576df8b4a1162ef44acc3a1c45ffbbaa6f9c" From e1e47dfb8df18d09f51a05dd468b8531881a485a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:49 +0200 Subject: [PATCH 02513/10074] gcc@14: added `no_autobump!` --- Formula/g/gcc@14.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcc@14.rb b/Formula/g/gcc@14.rb index 844ce2bb99b1d..50c7572624403 100644 --- a/Formula/g/gcc@14.rb +++ b/Formula/g/gcc@14.rb @@ -11,6 +11,8 @@ class GccAT14 < Formula regex(%r{href=["']?gcc[._-]v?(14(?:\.\d+)+)(?:/?["' >]|\.t)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e4363ac186b44cad98495db0de0ec3f8499edd5b2424b18251509332083f3a53" sha256 arm64_sonoma: "0df99599c52345da1c6eb01ff48f06685a9ff5c7e4f1fa09b03656651e41a283" From bb211051bf69f8501da01245ec56acb7850334c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:49 +0200 Subject: [PATCH 02514/10074] gcc@9: added `no_autobump!` --- Formula/g/gcc@9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcc@9.rb b/Formula/g/gcc@9.rb index e764f181771ad..06074d701852f 100644 --- a/Formula/g/gcc@9.rb +++ b/Formula/g/gcc@9.rb @@ -11,6 +11,8 @@ class GccAT9 < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 monterey: "9aa22339b3002ae9b3bde3ed9034238d80b07cff4a5c3c60f3f3653f52c55ce3" sha256 big_sur: "ea000947da4131b653f137e3e275c061b34d7faa6b961896ecabc3717009df32" From 3cf28e9402860d1312b76b4ad434e4b0469c6c27 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:50 +0200 Subject: [PATCH 02515/10074] gcviewer: added `no_autobump!` --- Formula/g/gcviewer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gcviewer.rb b/Formula/g/gcviewer.rb index 05786c6a893c9..f30ff03b7c870 100644 --- a/Formula/g/gcviewer.rb +++ b/Formula/g/gcviewer.rb @@ -11,6 +11,8 @@ class Gcviewer < Formula regex(%r{url=.*?/gcviewer[._-]v?(\d+(?:\.\d+)+)\.jar}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a328eede0efee60ae573264f46a858ad1719edd56e787e0ce9aadeac6ed017c9" From 7c561c5021b3da6c8f79d9a7d6c074680a4da61c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:50 +0200 Subject: [PATCH 02516/10074] gd: added `no_autobump!` --- Formula/g/gd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gd.rb b/Formula/g/gd.rb index c62a3fdf78299..33838dec5b8d0 100644 --- a/Formula/g/gd.rb +++ b/Formula/g/gd.rb @@ -6,6 +6,8 @@ class Gd < Formula license "GD" revision 6 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c4e22a92d28f3b8a49c10e29cf04f5a9b4b4932691ec4326021bc149ac0dae4c" sha256 cellar: :any, arm64_sonoma: "e278f6f79e6ac00c5f0f14bc8980197c89426eab2ba90d8fc1e82da777fb8378" From eb7283e339b40b84ce063c24db7f85edf9ceca12 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:50 +0200 Subject: [PATCH 02517/10074] gdb: added `no_autobump!` --- Formula/g/gdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gdb.rb b/Formula/g/gdb.rb index 9ec42e429cbe4..a9f03b7175047 100644 --- a/Formula/g/gdb.rb +++ b/Formula/g/gdb.rb @@ -7,6 +7,8 @@ class Gdb < Formula license "GPL-3.0-or-later" head "https://sourceware.org/git/binutils-gdb.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "9e5f18aa75cef9f236a7f07d4e444d54a8cccf3ff7e119f9923db8bef62d1252" sha256 arm64_sonoma: "06baf22991ec402640b1d6d886e3218d208abd368e8ba50c2116b17923f633ae" From 51524826fee16f47b14d17cb43580c229f4d9a13 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:50 +0200 Subject: [PATCH 02518/10074] gdbgui: added `no_autobump!` --- Formula/g/gdbgui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gdbgui.rb b/Formula/g/gdbgui.rb index 8e558ed02ab8a..a84935113c3cb 100644 --- a/Formula/g/gdbgui.rb +++ b/Formula/g/gdbgui.rb @@ -8,6 +8,8 @@ class Gdbgui < Formula license "GPL-3.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, sonoma: "98297f04a9bfa7028485e946f78e8fd3b3626f86976457c6d2115cd343a67288" sha256 cellar: :any_skip_relocation, ventura: "9050299328bdf5d618bf88f6035dbf87ba9a78eeb30e7d6aaac7f89fd22d4593" From 138d1a730cabdc55058c164a6e9d75e4a02c9db1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:50 +0200 Subject: [PATCH 02519/10074] gdl: added `no_autobump!` --- Formula/g/gdl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gdl.rb b/Formula/g/gdl.rb index 716b20a490881..8bb575bb8130e 100644 --- a/Formula/g/gdl.rb +++ b/Formula/g/gdl.rb @@ -6,6 +6,8 @@ class Gdl < Formula license "LGPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2e9f8f552db78335d815e67a085b8d26e42002308d0b138ec1dbdf9aba2b232f" sha256 arm64_sonoma: "1cfd6543098b8fbd77e7fd87c1c16f37d6f486c50323e39bf2d52605409b0f11" From 5101baf6ef2a9dc2fd369b7bec0b7101a74770dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:50 +0200 Subject: [PATCH 02520/10074] gdrive-downloader: added `no_autobump!` --- Formula/g/gdrive-downloader.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gdrive-downloader.rb b/Formula/g/gdrive-downloader.rb index e888513aebe56..e0363a921a31e 100644 --- a/Formula/g/gdrive-downloader.rb +++ b/Formula/g/gdrive-downloader.rb @@ -6,6 +6,8 @@ class GdriveDownloader < Formula license "Unlicense" head "https://github.com/Akianonymus/gdrive-downloader.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "7cef83ba18bc63e10eaa4ce67a439bdbd80c9248c9f123470aaef37b7d1f9000" From 22d573cd7341e3fe3ec05dc736dd1ed939941773 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:51 +0200 Subject: [PATCH 02521/10074] gdrive: added `no_autobump!` --- Formula/g/gdrive.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gdrive.rb b/Formula/g/gdrive.rb index 4292c65add001..e168983fced22 100644 --- a/Formula/g/gdrive.rb +++ b/Formula/g/gdrive.rb @@ -6,6 +6,8 @@ class Gdrive < Formula license "MIT" head "https://github.com/glotlabs/gdrive.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "597b1a565f70001989177d007d646750cc7602948deddc79c84d84a5ad4e43d4" From c2182e34966aaab7e6b4076fcef0f083ec563996 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:51 +0200 Subject: [PATCH 02522/10074] gdrive@2: added `no_autobump!` --- Formula/g/gdrive@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gdrive@2.rb b/Formula/g/gdrive@2.rb index 2cbfb5cb74e4a..b33606e9891c3 100644 --- a/Formula/g/gdrive@2.rb +++ b/Formula/g/gdrive@2.rb @@ -5,6 +5,8 @@ class GdriveAT2 < Formula sha256 "9092cb356acf58f2938954784605911e146497a18681199d0c0edc65b833a672" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0de9006717faf05041e145b7412c2b088aa858df265e08bccd4de81234984819" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ad935c13ec41e8b5876ee821995bd6a853b67b38e17626b9a636c9e8680db60" From e8727c8e863f7e06a5509f6e7067d86bb87057ac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:51 +0200 Subject: [PATCH 02523/10074] gdtoolkit: added `no_autobump!` --- Formula/g/gdtoolkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gdtoolkit.rb b/Formula/g/gdtoolkit.rb index 47afefa2fd95c..5120fb7636ab7 100644 --- a/Formula/g/gdtoolkit.rb +++ b/Formula/g/gdtoolkit.rb @@ -8,6 +8,8 @@ class Gdtoolkit < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bf4f396f05200cb9b9acc892694f4bf4e5969420d21c1efa6d0509c5707854d2" sha256 cellar: :any, arm64_sonoma: "3d1ca6707157c01f628e1f335750a29ddb1638d15b7b1b846b9e32ae02a6916b" From 6f7ac97c9b58b07cacb2fa2f3e9fff3e00f0e36c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:51 +0200 Subject: [PATCH 02524/10074] gearman: added `no_autobump!` --- Formula/g/gearman.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gearman.rb b/Formula/g/gearman.rb index c13fe85e71945..66cbdaa775967 100644 --- a/Formula/g/gearman.rb +++ b/Formula/g/gearman.rb @@ -6,6 +6,8 @@ class Gearman < Formula license "BSD-3-Clause" revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "060faa3a9871dcbbaeef57333b7fa75f078ff5494649708b9dbefa88ae73f163" sha256 cellar: :any, arm64_sonoma: "df3265ff5e08cd1e45980fce280622cc1f193928bc01032af8ee26513b6fef76" From 6e8e6e7552590d321145e7ff5322a0550a3d7a1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:51 +0200 Subject: [PATCH 02525/10074] gebug: added `no_autobump!` --- Formula/g/gebug.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gebug.rb b/Formula/g/gebug.rb index 91722f949ec6e..d514f677c68a5 100644 --- a/Formula/g/gebug.rb +++ b/Formula/g/gebug.rb @@ -6,6 +6,8 @@ class Gebug < Formula license "Apache-2.0" head "https://github.com/moshebe/gebug.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8249adde26fad306299fda82d64cf21407588745684177b189d572b0a6444b27" sha256 cellar: :any_skip_relocation, arm64_sonoma: "312131ff1206ebcb33f39aeba602acff59393b5990f13e4b2e0cc0888359ee8d" From 7541f863eab1f955463eddbdc8b6137164f61056 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:52 +0200 Subject: [PATCH 02526/10074] geckodriver: added `no_autobump!` --- Formula/g/geckodriver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/geckodriver.rb b/Formula/g/geckodriver.rb index 4ad4c20767303..30cab5783cdb9 100644 --- a/Formula/g/geckodriver.rb +++ b/Formula/g/geckodriver.rb @@ -34,6 +34,8 @@ class Geckodriver < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "83fdf6d88e97169dbd88d75a957b29e8cddcc943b0f414fe67317dec60cdcbb1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "353120aefe38373b6018daf45a1d9b66fd0ac1ccbc24f25c68837dcaf255e8d7" From 73e969449ddb78e07a0b338fff24a35e24a2bbc8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:52 +0200 Subject: [PATCH 02527/10074] gecode: added `no_autobump!` --- Formula/g/gecode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gecode.rb b/Formula/g/gecode.rb index d64a7d65079d6..4348a20f5a0e9 100644 --- a/Formula/g/gecode.rb +++ b/Formula/g/gecode.rb @@ -6,6 +6,8 @@ class Gecode < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sonoma: "1ac6be371a0a82f7edd1a5468d8d5931b1a3cd1afb86550496017516a62299e9" From fe7fdff7748b7d50602ae1dea21d360b6099aa4b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:52 +0200 Subject: [PATCH 02528/10074] gedit: added `no_autobump!` --- Formula/g/gedit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gedit.rb b/Formula/g/gedit.rb index 473c206afb143..bc2316d9936e6 100644 --- a/Formula/g/gedit.rb +++ b/Formula/g/gedit.rb @@ -13,6 +13,8 @@ class Gedit < Formula regex(/gedit[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ec5719d26fed80776a4fb1777662122d2e7b434d1492fada3a8cdaacf748e6ef" sha256 arm64_sonoma: "dd25c3dad8b9a1fe25f124f51124753017104adadc18f149ea773c7ba6133eb2" From fb4744abeef6a7fd1c96f65f9d1473be71e98534 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:52 +0200 Subject: [PATCH 02529/10074] gel: added `no_autobump!` --- Formula/g/gel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gel.rb b/Formula/g/gel.rb index 6705f8be35ee1..61885503d56aa 100644 --- a/Formula/g/gel.rb +++ b/Formula/g/gel.rb @@ -7,6 +7,8 @@ class Gel < Formula revision 1 head "https://github.com/gel-rb/gel.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "898572d813d48ead8bc112c19eab9964c5ba560062fe57e40f138840a35ee5da" From 51369b00da2845daeabff11f2317e9bfc5d25895 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:52 +0200 Subject: [PATCH 02530/10074] gem-completion: added `no_autobump!` --- Formula/g/gem-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gem-completion.rb b/Formula/g/gem-completion.rb index 4bb247c060529..cdcc1866ef532 100644 --- a/Formula/g/gem-completion.rb +++ b/Formula/g/gem-completion.rb @@ -11,6 +11,8 @@ class GemCompletion < Formula formula "ruby-completion" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "ae8a1951beb43f5f63f4a3961545d3a325e8ccdbf9da708c5175673012a5757a" end From 70d0ba682bfd711202513be0f2b94607bd589b9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:53 +0200 Subject: [PATCH 02531/10074] gemgen: added `no_autobump!` --- Formula/g/gemgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gemgen.rb b/Formula/g/gemgen.rb index 66015c8f258ba..505b8407d56f3 100644 --- a/Formula/g/gemgen.rb +++ b/Formula/g/gemgen.rb @@ -6,6 +6,8 @@ class Gemgen < Formula license "GPL-3.0-or-later" head "https://git.sr.ht/~kota/gemgen", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6230c57aec303ceb06a41f2d9d78a15c648ec1b65db9cf68a2b12ef0cf7b1fcc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "009380fe36065169a44964c2ecde5b6092370a414633b343f47f0cd7f7a52af6" From 1ac54cb3effd354bb03ac65e617be94bff58bd39 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:53 +0200 Subject: [PATCH 02532/10074] genders: added `no_autobump!` --- Formula/g/genders.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/genders.rb b/Formula/g/genders.rb index 29c921c2a6574..be968b19665be 100644 --- a/Formula/g/genders.rb +++ b/Formula/g/genders.rb @@ -14,6 +14,8 @@ class Genders < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "62f03cd7307b153442bf0354c80db74e9f17b6eb76fc0913e9f58d24d3eca939" sha256 cellar: :any, arm64_sonoma: "378b3b15497a18109d4083be8b58c69926f5aba003335ad6ead80187bcba23fa" From 289c40faa5a6a0225f62ef90bb8aabcab43beee8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:53 +0200 Subject: [PATCH 02533/10074] generate-json-schema: added `no_autobump!` --- Formula/g/generate-json-schema.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/generate-json-schema.rb b/Formula/g/generate-json-schema.rb index 701861ae68e31..3fd5ba4f56fb4 100644 --- a/Formula/g/generate-json-schema.rb +++ b/Formula/g/generate-json-schema.rb @@ -6,6 +6,8 @@ class GenerateJsonSchema < Formula license "MIT" head "https://github.com/Nijikokun/generate-schema.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "455469fbc5354030c4c7e62fcaba25fb9610bd32078ced0b95502195f9b6972a" From ffe861ba81563adcc0a0083c25a6b0e052732586 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:53 +0200 Subject: [PATCH 02534/10074] genext2fs: added `no_autobump!` --- Formula/g/genext2fs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/genext2fs.rb b/Formula/g/genext2fs.rb index 1e6d9fff4a580..9b3897c5d152d 100644 --- a/Formula/g/genext2fs.rb +++ b/Formula/g/genext2fs.rb @@ -5,6 +5,8 @@ class Genext2fs < Formula sha256 "d3861e4fe89131bd21fbd25cf0b683b727b5c030c4c336fadcd738ada830aab0" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc9fdd7364d47e9a525a63f18f8556678f95c84785aafa586cfd3ccf22ae29cf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "77fe02e5ebd064e2a70deb8e2a69dbc105f5f7535c7a01cf599575856b02940e" From 44f6cfc168afe010554e55fcd40d03cb046aab7c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:53 +0200 Subject: [PATCH 02535/10074] gengetopt: added `no_autobump!` --- Formula/g/gengetopt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gengetopt.rb b/Formula/g/gengetopt.rb index f9ca2342d5bcf..9f5f96e8ba5db 100644 --- a/Formula/g/gengetopt.rb +++ b/Formula/g/gengetopt.rb @@ -6,6 +6,8 @@ class Gengetopt < Formula sha256 "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "91c1d9533d5738baeeff859785ad663d51bb280ba1744f78183efa442b4bc37c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c4ee83de15c84dbd2f8d6759d09e6dade6b25cbcdea6d7399bf5713e02f9cf6" From 5b622d1393fc50b76167f480b33b3eadd625138c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:53 +0200 Subject: [PATCH 02536/10074] genometools: added `no_autobump!` --- Formula/g/genometools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/genometools.rb b/Formula/g/genometools.rb index 826a5f529a8ec..5f08b857c72c1 100644 --- a/Formula/g/genometools.rb +++ b/Formula/g/genometools.rb @@ -7,6 +7,8 @@ class Genometools < Formula license "ISC" head "https://github.com/genometools/genometools.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "c1a9595a2911398dab4d2b22c2b0182e1cf5b83f5c648ba3e61787ac9a2f9250" From f25cdc7c200684c6cfbe25e0b972c4734a531c7a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:54 +0200 Subject: [PATCH 02537/10074] geocode-glib: added `no_autobump!` --- Formula/g/geocode-glib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/geocode-glib.rb b/Formula/g/geocode-glib.rb index ed39fd4a750ef..b4ec49a0beda0 100644 --- a/Formula/g/geocode-glib.rb +++ b/Formula/g/geocode-glib.rb @@ -6,6 +6,8 @@ class GeocodeGlib < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1afc937edacc9e447525801a51fb59580cbee67a30f995999cd8a9be08a39eff" sha256 cellar: :any, arm64_sonoma: "8708a046c31e0b0695c6f3624f890ae37ae17ce0c6a41e9dce8c60da9b9069c0" From bca547b7ff80444247d2df93cc319c1a7a17ff48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:54 +0200 Subject: [PATCH 02538/10074] geographiclib: added `no_autobump!` --- Formula/g/geographiclib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/geographiclib.rb b/Formula/g/geographiclib.rb index 283faa81c504a..8dd066bdf32bb 100644 --- a/Formula/g/geographiclib.rb +++ b/Formula/g/geographiclib.rb @@ -11,6 +11,8 @@ class Geographiclib < Formula regex(/^r(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "467cd9d17e3c199e4820960b4b0a063aa2983867b74652371daa2c0d7a19b58b" sha256 cellar: :any, arm64_sonoma: "dd1633f4ab6ddbbcb696f5b71b7d50b3079a92d3a264cf15891beb55d2f81cd5" From 0e1ceeb28131a29b7fa68a3bbc1c43b5a2d26265 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:54 +0200 Subject: [PATCH 02539/10074] geoip: added `no_autobump!` --- Formula/g/geoip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/geoip.rb b/Formula/g/geoip.rb index bc7451cfeaa6f..4a3cc2c247af4 100644 --- a/Formula/g/geoip.rb +++ b/Formula/g/geoip.rb @@ -6,6 +6,8 @@ class Geoip < Formula license "LGPL-2.1-or-later" head "https://github.com/maxmind/geoip-api-c.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "5ecf048e55f55fd13e12a4a818f5ecb4147f1cce670463b933983972dd9399f6" From 1d88eced95c35bf1245eca9069c6221eeb4a1092 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:54 +0200 Subject: [PATCH 02540/10074] geometry: added `no_autobump!` --- Formula/g/geometry.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/geometry.rb b/Formula/g/geometry.rb index 40627318fb83d..2b1b4e6671c4f 100644 --- a/Formula/g/geometry.rb +++ b/Formula/g/geometry.rb @@ -6,6 +6,8 @@ class Geometry < Formula license "ISC" head "https://github.com/geometry-zsh/geometry.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fa0842885c350c64f807ccda07244f74d44825b7bcb12077f9fb803a3b1dddff" From 96eed1f18a9467f2131559be4286b558817f1515 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:54 +0200 Subject: [PATCH 02541/10074] geomview: added `no_autobump!` --- Formula/g/geomview.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/geomview.rb b/Formula/g/geomview.rb index 6e28caded2b8c..b80e1e97fb963 100644 --- a/Formula/g/geomview.rb +++ b/Formula/g/geomview.rb @@ -12,6 +12,8 @@ class Geomview < Formula regex(/href=.*?geomview[._-]v?(\d+(?:\.\d+)+)(?:\.orig)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 sonoma: "9d20121d9c889670a2aac8f7a72d917b7da522ed4c81cde78d634cfd40538ec3" sha256 ventura: "95e6d434f3176020ae4d59a74d514df63f1bb361dfb092396c16aba2bccaa492" From bcde493caf7dbc8976f9482eed026b62323cb2bb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:55 +0200 Subject: [PATCH 02542/10074] gerbil-scheme: added `no_autobump!` --- Formula/g/gerbil-scheme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gerbil-scheme.rb b/Formula/g/gerbil-scheme.rb index 292d22dd1bbf2..a6a7d870b9694 100644 --- a/Formula/g/gerbil-scheme.rb +++ b/Formula/g/gerbil-scheme.rb @@ -11,6 +11,8 @@ class GerbilScheme < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "dec01c0ea7481d9d9d04be4d4ba2dee210ddad512dee22dd4c4842fcdd66eaaf" sha256 arm64_sonoma: "d14934e41e373d08361070ee4ae92941c5933eb9afea231d289a9c66c1726067" From e74613454fa86be8d1e7886d9e8b8a9dd290dd6e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:55 +0200 Subject: [PATCH 02543/10074] gerbv: added `no_autobump!` --- Formula/g/gerbv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gerbv.rb b/Formula/g/gerbv.rb index 0ed4223f492d1..a2b4953ec2b71 100644 --- a/Formula/g/gerbv.rb +++ b/Formula/g/gerbv.rb @@ -6,6 +6,8 @@ class Gerbv < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "f0033cf40029771a108a543761225a8cf7f76a93978c64d5fe06b77e1d212ecf" sha256 arm64_ventura: "78372c7e31bacbc5f95a5741ccdbd2a2c1c45709c63cf1dda4df2e1e11e9df79" From 3e6cc918eb167a024afc7be6a9a48ad20c139eda Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:55 +0200 Subject: [PATCH 02544/10074] gerrit-tools: added `no_autobump!` --- Formula/g/gerrit-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gerrit-tools.rb b/Formula/g/gerrit-tools.rb index ce680af9c6708..5121c63da795e 100644 --- a/Formula/g/gerrit-tools.rb +++ b/Formula/g/gerrit-tools.rb @@ -6,6 +6,8 @@ class GerritTools < Formula license "Apache-2.0" head "https://github.com/indirect/gerrit-tools.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "352ba04205d7ed543a550c973dbc68d07df3cac43760c11d8ca9c702525703c1" From d4cd8a2cb88e0f0d24b9e984936f66c04bb7284a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:55 +0200 Subject: [PATCH 02545/10074] get-flash-videos: added `no_autobump!` --- Formula/g/get-flash-videos.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/get-flash-videos.rb b/Formula/g/get-flash-videos.rb index 74d64d5eb0e24..fc7a31263b9f8 100644 --- a/Formula/g/get-flash-videos.rb +++ b/Formula/g/get-flash-videos.rb @@ -6,6 +6,8 @@ class GetFlashVideos < Formula license "Apache-2.0" revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e9585360bd6c0eedbb61d69471027f381bb98b90ec603d27e6054c070ff0bcd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c98e92953a3439040ea3927924daf3752535f29b6f090d7110f2f4f27cd07aec" From d2aaaef475fff0dba654dd7573ad0cdb80eaa9a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:55 +0200 Subject: [PATCH 02546/10074] get_iplayer: added `no_autobump!` --- Formula/g/get_iplayer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/get_iplayer.rb b/Formula/g/get_iplayer.rb index 62b0bb028d198..0c1a08e20641a 100644 --- a/Formula/g/get_iplayer.rb +++ b/Formula/g/get_iplayer.rb @@ -6,6 +6,8 @@ class GetIplayer < Formula license "GPL-3.0-or-later" head "https://github.com/get-iplayer/get_iplayer.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe0570e670e29b55c71caff7f76158b197edde3bf04ca4a566ff5134c3505892" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe0570e670e29b55c71caff7f76158b197edde3bf04ca4a566ff5134c3505892" From a7551888164ccc2963028be4a6a92165cab1005b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:56 +0200 Subject: [PATCH 02547/10074] getdns: added `no_autobump!` --- Formula/g/getdns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/getdns.rb b/Formula/g/getdns.rb index 01c301937db41..2c990a465dda7 100644 --- a/Formula/g/getdns.rb +++ b/Formula/g/getdns.rb @@ -24,6 +24,8 @@ class Getdns < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4de6139ffb48649141f2de34aa4525625427e92f6c663a228457e0d66c0bb4d2" sha256 cellar: :any, arm64_sonoma: "f8db532094127a5756d5ee9aa4ac55efe191eda4f5407a95aef2c59ec2e8f32e" From e65755068f2ec246c1276b3779aafb4d83b70017 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:56 +0200 Subject: [PATCH 02548/10074] getxbook: added `no_autobump!` --- Formula/g/getxbook.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/getxbook.rb b/Formula/g/getxbook.rb index 198141297a69f..afd5791b37745 100644 --- a/Formula/g/getxbook.rb +++ b/Formula/g/getxbook.rb @@ -11,6 +11,8 @@ class Getxbook < Formula regex(/href=.*?getxbook[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "a85ed5a0d8897a0fbffbc97e23dff2575241b3a620ecb2f274d757f1812621cb" From 5f618dadc83634c811a185a598470967bdfd5420 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:56 +0200 Subject: [PATCH 02549/10074] gffread: added `no_autobump!` --- Formula/g/gffread.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gffread.rb b/Formula/g/gffread.rb index ef91e144b9420..96ab1c513ed7e 100644 --- a/Formula/g/gffread.rb +++ b/Formula/g/gffread.rb @@ -5,6 +5,8 @@ class Gffread < Formula sha256 "bfde1c857495e578f5b3af3c007a9aa40593e69450eafcc6a42c3e8ef08ed1f5" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "defe51476a0787bf947f7f1ef4303b52302dbe96b163937eb59e6d491e753a01" sha256 cellar: :any_skip_relocation, arm64_sonoma: "62b090464eb1b0f2d1f0708e301cf4497a67782b96db9762c4a2eed1debfea73" From 932fb9ee9dd320778993c4ebd7114dd4a700cdfb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:56 +0200 Subject: [PATCH 02550/10074] gflags: added `no_autobump!` --- Formula/g/gflags.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gflags.rb b/Formula/g/gflags.rb index e5e29e52948c7..96eec17c660e7 100644 --- a/Formula/g/gflags.rb +++ b/Formula/g/gflags.rb @@ -5,6 +5,8 @@ class Gflags < Formula sha256 "34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "5a17163fb7c8fb712f7bee2776e6304e54bb4e7116fe3abb6d2689b1042f8a60" From 6d643d4418ad4cc3c5b694a6d5e87c8a732b19ef Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:56 +0200 Subject: [PATCH 02551/10074] gforth: added `no_autobump!` --- Formula/g/gforth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gforth.rb b/Formula/g/gforth.rb index 71f6ad7380e79..14527cec25a84 100644 --- a/Formula/g/gforth.rb +++ b/Formula/g/gforth.rb @@ -6,6 +6,8 @@ class Gforth < Formula license "GPL-3.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "d883e4eb6b087d2168148fcef85b3d792c38f748a0b18b7a303151d9247df073" From 1a2816c4e2733aae9b479fe1afbc9fa097345359 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:56 +0200 Subject: [PATCH 02552/10074] gfxutil: added `no_autobump!` --- Formula/g/gfxutil.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gfxutil.rb b/Formula/g/gfxutil.rb index bc7c99fed62e1..47b36045bc1bd 100644 --- a/Formula/g/gfxutil.rb +++ b/Formula/g/gfxutil.rb @@ -7,6 +7,8 @@ class Gfxutil < Formula license :public_domain head "https://github.com/acidanthera/gfxutil.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "63bb7dcf0a63573ae3d930724c50172fdee932cebf3733d5862cd961fa2ff5c7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0bcf7f6998efc819378c5b42de7ef889877a8dfee552c50b19b2e936ba90730" From e96574f195b9d760e6c8ed330511e55adaa79342 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:57 +0200 Subject: [PATCH 02553/10074] ggh: added `no_autobump!` --- Formula/g/ggh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ggh.rb b/Formula/g/ggh.rb index e85413b2867c0..b7ed776448263 100644 --- a/Formula/g/ggh.rb +++ b/Formula/g/ggh.rb @@ -6,6 +6,8 @@ class Ggh < Formula license "Apache-2.0" head "https://github.com/byawitz/ggh.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5c76f29ddf4e03a9c39f54fb7c71314821e88a59b631f9a50a0cff0e951ab79" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5c76f29ddf4e03a9c39f54fb7c71314821e88a59b631f9a50a0cff0e951ab79" From f5eeb5317e88b373bd6d98c030c27ae0b01eeb68 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:57 +0200 Subject: [PATCH 02554/10074] gh: added `no_autobump!` --- Formula/g/gh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index 1437d50bb4bbc..2cda1072a0667 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -11,6 +11,8 @@ class Gh < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fe2f192935bc17640db32dac2af838aae1f1fa8d34adca07db4274bd4bbf3d3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fe2f192935bc17640db32dac2af838aae1f1fa8d34adca07db4274bd4bbf3d3" From 50ddac202cfd4e171086a840393ff0a3525b4ebe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:57 +0200 Subject: [PATCH 02555/10074] ghc: added `no_autobump!` --- Formula/g/ghc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ghc.rb b/Formula/g/ghc.rb index 146968b6ca470..eb067f51faf71 100644 --- a/Formula/g/ghc.rb +++ b/Formula/g/ghc.rb @@ -11,6 +11,8 @@ class Ghc < Formula regex(/href=.*?download[._-]ghc[._-][^"' >]+?\.html[^>]*?>\s*?v?(\d+(?:\.\d+)+)\s*? Date: Tue, 27 May 2025 22:40:57 +0200 Subject: [PATCH 02556/10074] ghc@8.10: added `no_autobump!` --- Formula/g/ghc@8.10.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ghc@8.10.rb b/Formula/g/ghc@8.10.rb index ca4ed53d9c609..eeae7d0d28810 100644 --- a/Formula/g/ghc@8.10.rb +++ b/Formula/g/ghc@8.10.rb @@ -10,6 +10,8 @@ class GhcAT810 < Formula any_of: ["LGPL-3.0-or-later", "GPL-2.0-or-later"], # GMP ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_monterey: "5af941f345ced100c706b50beb3c1dfc0d88882aaa5dec2c403561f15def895f" sha256 cellar: :any, arm64_big_sur: "57662ecdde5b435ad10fa13730d176d84f056ab81ca42f016dd1b1d4da625636" From e501f1e86b37f3de7898941235da75596788bd0b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:57 +0200 Subject: [PATCH 02557/10074] ghc@9.10: added `no_autobump!` --- Formula/g/ghc@9.10.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ghc@9.10.rb b/Formula/g/ghc@9.10.rb index 67d58a0255774..52a46275d0da9 100644 --- a/Formula/g/ghc@9.10.rb +++ b/Formula/g/ghc@9.10.rb @@ -15,6 +15,8 @@ class GhcAT910 < Formula regex(/href=.*?download[._-]ghc[._-][^"' >]+?\.html[^>]*?>\s*?v?(9\.10(?:\.\d+)+)\s*? Date: Tue, 27 May 2025 22:40:57 +0200 Subject: [PATCH 02558/10074] ghc@9.2: added `no_autobump!` --- Formula/g/ghc@9.2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ghc@9.2.rb b/Formula/g/ghc@9.2.rb index 0f1d30a4c7844..daf4d36540d5b 100644 --- a/Formula/g/ghc@9.2.rb +++ b/Formula/g/ghc@9.2.rb @@ -10,6 +10,8 @@ class GhcAT92 < Formula any_of: ["LGPL-3.0-or-later", "GPL-2.0-or-later"], # GMP ] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sonoma: "655bbab689b52ce774c6d02a43eb33ce53592b06440a088cedcee758876c50a7" From d55ff73578b13411b687df5e90318670decb62fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:58 +0200 Subject: [PATCH 02559/10074] ghc@9.4: added `no_autobump!` --- Formula/g/ghc@9.4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ghc@9.4.rb b/Formula/g/ghc@9.4.rb index f9bb3a5a5a464..87501a69601da 100644 --- a/Formula/g/ghc@9.4.rb +++ b/Formula/g/ghc@9.4.rb @@ -10,6 +10,8 @@ class GhcAT94 < Formula any_of: ["LGPL-3.0-or-later", "GPL-2.0-or-later"], # GMP ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "6c1b596c79d78c3f0129159c35e06734ca148ec11d0b4f91c901ed3c7e38479b" sha256 cellar: :any, arm64_ventura: "3c048f7463acff61430ec00d162622e888cece890ee0f6a68f60c5b5104e951b" From b1c7493e7f5674590aa056876fb6b2200a61a7d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:58 +0200 Subject: [PATCH 02560/10074] ghc@9.6: added `no_autobump!` --- Formula/g/ghc@9.6.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ghc@9.6.rb b/Formula/g/ghc@9.6.rb index 032c6b3bcc2a3..6db9fe6dac492 100644 --- a/Formula/g/ghc@9.6.rb +++ b/Formula/g/ghc@9.6.rb @@ -15,6 +15,8 @@ class GhcAT96 < Formula regex(/href=.*?download[._-]ghc[._-][^"' >]+?\.html[^>]*?>\s*?v?(9\.6(?:\.\d+)+)\s*? Date: Tue, 27 May 2025 22:40:58 +0200 Subject: [PATCH 02561/10074] ghc@9.8: added `no_autobump!` --- Formula/g/ghc@9.8.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ghc@9.8.rb b/Formula/g/ghc@9.8.rb index 381a5fe72f155..40a51511c363a 100644 --- a/Formula/g/ghc@9.8.rb +++ b/Formula/g/ghc@9.8.rb @@ -15,6 +15,8 @@ class GhcAT98 < Formula regex(/href=.*?download[._-]ghc[._-][^"' >]+?\.html[^>]*?>\s*?v?(9\.8(?:\.\d+)+)\s*? Date: Tue, 27 May 2025 22:40:58 +0200 Subject: [PATCH 02562/10074] ghi: added `no_autobump!` --- Formula/g/ghi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ghi.rb b/Formula/g/ghi.rb index 426f03a137562..7225896507663 100644 --- a/Formula/g/ghi.rb +++ b/Formula/g/ghi.rb @@ -6,6 +6,8 @@ class Ghi < Formula license "MIT" head "https://github.com/drazisil/ghi.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0574be1c2bb4fe60f4c7e9add399b4c90cb65ea4f822aeddd6233213f83ee10a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d1a0a48ba1c295cef475eb7ebfdb13ab669619f53374a80abcf405bca5db766" From ebb58e006e70d5e40981d73ae19ee60f2131f2da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:58 +0200 Subject: [PATCH 02563/10074] ghostscript: added `no_autobump!` --- Formula/g/ghostscript.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/ghostscript.rb b/Formula/g/ghostscript.rb index 8bb6a13ba27aa..da6029509b148 100644 --- a/Formula/g/ghostscript.rb +++ b/Formula/g/ghostscript.rb @@ -16,6 +16,8 @@ class Ghostscript < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "29a6c1c81a8c04ccc3a1a918b7bb75843318e13c4123cd196bae785466dc572a" sha256 arm64_sonoma: "f27ecbe17374b336ed1c402eb9b85afde9ab8584e472616595d66f820c38ef15" From 9c7262aaac614969ed6831d63213dab0aee9c57f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:58 +0200 Subject: [PATCH 02564/10074] gi-docgen: added `no_autobump!` --- Formula/g/gi-docgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gi-docgen.rb b/Formula/g/gi-docgen.rb index ed96d4d4c612b..618671f241835 100644 --- a/Formula/g/gi-docgen.rb +++ b/Formula/g/gi-docgen.rb @@ -8,6 +8,8 @@ class GiDocgen < Formula license any_of: ["Apache-2.0", "GPL-3.0-or-later"] head "https://gitlab.gnome.org/GNOME/gi-docgen.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0aa97f57971062c123e025311cee713886f9864cc8310fd53befe7bb77412ac0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "395b6e9efcb926d26d6840163dbabcbeb22e37d3d33b48015a78c8d2cb97865e" From e2ed78ea9b2c2c59d70af6e89499bf0eb51a6140 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:59 +0200 Subject: [PATCH 02565/10074] gibbslda: added `no_autobump!` --- Formula/g/gibbslda.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gibbslda.rb b/Formula/g/gibbslda.rb index 04cd4cc8ada73..368f4ebedbf9d 100644 --- a/Formula/g/gibbslda.rb +++ b/Formula/g/gibbslda.rb @@ -5,6 +5,8 @@ class Gibbslda < Formula sha256 "4ca7b51bd2f098534f2fdf82c3f861f5d8bf92e29a6b7fbdc50c3c2baeb070ae" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1a77a02b5d60541a94bc2ed69fb92cfc65c18094ec8973fdcec6eef42e7a7d3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4671894574c3037f3da88cce3a3327bf1448bb0e07eee695367a819b9c80447d" From cfb512596d5664ed890931596841a7ca02b0558e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:59 +0200 Subject: [PATCH 02566/10074] gibo: added `no_autobump!` --- Formula/g/gibo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gibo.rb b/Formula/g/gibo.rb index 57fc7fc13a9c3..ef0d16ec78de4 100644 --- a/Formula/g/gibo.rb +++ b/Formula/g/gibo.rb @@ -6,6 +6,8 @@ class Gibo < Formula license "Unlicense" head "https://github.com/simonwhitaker/gibo.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "20e9694f273ff53268b679a0fd068ebb3c1aee284232aae079a60e1641beb5cd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "55c7e709c07a5611634d54925fc457b7d1ef199913e2c2452c74597f005466b8" From b79357fece13e4ac291382099710e6d4f841847b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:59 +0200 Subject: [PATCH 02567/10074] gif2png: added `no_autobump!` --- Formula/g/gif2png.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gif2png.rb b/Formula/g/gif2png.rb index cc93912529e7d..764002c6b774f 100644 --- a/Formula/g/gif2png.rb +++ b/Formula/g/gif2png.rb @@ -15,6 +15,8 @@ class Gif2png < Formula regex(/href=.*?gif2png[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ba18868f7931d35e5ea59235cd76fdda07273197bd933f070b5f569691cbad2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6e8176b235912541139f6cc30de30486df4685e4cda1510a13ccd46e5de1467" From f3370d0759891e9c4213b3e6473fc43a8d9ba8af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:59 +0200 Subject: [PATCH 02568/10074] gifcap: added `no_autobump!` --- Formula/g/gifcap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gifcap.rb b/Formula/g/gifcap.rb index 3f6093edc8c18..1c049e31c195f 100644 --- a/Formula/g/gifcap.rb +++ b/Formula/g/gifcap.rb @@ -6,6 +6,8 @@ class Gifcap < Formula license "MIT" head "https://github.com/outlook/gifcap.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "444ff7c3428195689d64e4d9700488e04ae1837e87cc93c71a42a0d1e8a8a9ea" From 32223db58c72b4e2efa062b1ea2700fafe018c9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:40:59 +0200 Subject: [PATCH 02569/10074] gifify: added `no_autobump!` --- Formula/g/gifify.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gifify.rb b/Formula/g/gifify.rb index 062662deb522a..e3efad2a888d5 100644 --- a/Formula/g/gifify.rb +++ b/Formula/g/gifify.rb @@ -6,6 +6,8 @@ class Gifify < Formula license "MIT" head "https://github.com/jclem/gifify.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "112f3fcebc9d5ec54142bcb1c376f314a82a69212c9a58fc7a20e9c64526abcb" From e96021c208bfcae07362354a066e11929e039914 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:00 +0200 Subject: [PATCH 02570/10074] giflib: added `no_autobump!` --- Formula/g/giflib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/giflib.rb b/Formula/g/giflib.rb index dd987503430f4..3a9777330f0d8 100644 --- a/Formula/g/giflib.rb +++ b/Formula/g/giflib.rb @@ -10,6 +10,8 @@ class Giflib < Formula regex(%r{url=.*?/giflib[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bf188a3d3e386e0b100831ca92173118c74645b033b56b4a7c148a91c2cfecb5" sha256 cellar: :any, arm64_sonoma: "c6b05aecad00588daf749dbde717fb6a03ce83fb9723b15f5786e7b974ef4c02" From fc321422421e41f26dc80ba601703c1bc1274040 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:00 +0200 Subject: [PATCH 02571/10074] gifsicle: added `no_autobump!` --- Formula/g/gifsicle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gifsicle.rb b/Formula/g/gifsicle.rb index e5dd7b3633a07..f44e89e426f88 100644 --- a/Formula/g/gifsicle.rb +++ b/Formula/g/gifsicle.rb @@ -10,6 +10,8 @@ class Gifsicle < Formula regex(/href=.*?gifsicle[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "75b564ba2a3671f341b02b63b0a8429ea02db301a6ecf1ab346a31d158f44139" sha256 cellar: :any_skip_relocation, arm64_sonoma: "90eddb31b7d51d074eb66c11a6f7dcbb39e086adf5fa37465e3d6c53f7eb9790" From 7150ed8658f4763d63c34cff2fdf9f5a46078a85 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:00 +0200 Subject: [PATCH 02572/10074] gimme-aws-creds: added `no_autobump!` --- Formula/g/gimme-aws-creds.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gimme-aws-creds.rb b/Formula/g/gimme-aws-creds.rb index c4e239665bb49..9888e2e5f6ab4 100644 --- a/Formula/g/gimme-aws-creds.rb +++ b/Formula/g/gimme-aws-creds.rb @@ -8,6 +8,8 @@ class GimmeAwsCreds < Formula license "Apache-2.0" revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c6aa5dc5030ac0f3f460f9a309c751dfdb4804d4303d865cfada04dca2074c80" sha256 cellar: :any, arm64_sonoma: "122e128c04a5b3e0ca7dbfdfbff50614716b9f3b1e25a32ed6fb6e93a1d0a992" From a070b8092f347f4244edb845dcab5c30cad8f613 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:00 +0200 Subject: [PATCH 02573/10074] gimmecert: added `no_autobump!` --- Formula/g/gimmecert.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gimmecert.rb b/Formula/g/gimmecert.rb index 3dc300b09c01a..ef8bff3d12a5e 100644 --- a/Formula/g/gimmecert.rb +++ b/Formula/g/gimmecert.rb @@ -7,6 +7,8 @@ class Gimmecert < Formula sha256 "eb00848fab5295903b4d5ef997c411fe063abc5b0f520a78ca2cd23f77e3fd99" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ce6b72c7aa229c3fd7341fa4c132c47b341bc8a972e70b0db0a94e57304b50b5" From 6f3ff3e87f72784575f9b2a57deec9cb0c51eaf4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:00 +0200 Subject: [PATCH 02574/10074] girara: added `no_autobump!` --- Formula/g/girara.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/girara.rb b/Formula/g/girara.rb index bbfacfc7c88e1..5e4d1da59b54e 100644 --- a/Formula/g/girara.rb +++ b/Formula/g/girara.rb @@ -10,6 +10,8 @@ class Girara < Formula regex(/girara[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "be06762224f503f78a683cce58ebb79c29b1debe98b6b6c65100119ffb559444" sha256 arm64_sonoma: "c59225a3fb9db2fdfaf89c19a755bd7d4426a659a83db5330820835b37597bdc" From 8560fc692f770458fddb5a30ad698783513b2f72 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:01 +0200 Subject: [PATCH 02575/10074] gist: added `no_autobump!` --- Formula/g/gist.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gist.rb b/Formula/g/gist.rb index 501c51e8def1e..eab9492a24012 100644 --- a/Formula/g/gist.rb +++ b/Formula/g/gist.rb @@ -6,6 +6,8 @@ class Gist < Formula license "MIT" head "https://github.com/defunkt/gist.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "8efc350b478d929ecf6de1f41afa0763fccf1efdeed3c16384deb5b4fb8bf66a" From f3154620c8b994c38c6d13e3a77872c7320dc49c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:01 +0200 Subject: [PATCH 02576/10074] gistit: added `no_autobump!` --- Formula/g/gistit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gistit.rb b/Formula/g/gistit.rb index 9d16f5a033ff0..e5f5bdc4ddfc8 100644 --- a/Formula/g/gistit.rb +++ b/Formula/g/gistit.rb @@ -6,6 +6,8 @@ class Gistit < Formula license "MIT" head "https://github.com/jrbasso/gistit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "512dd9f0ab0f762ef21cadb25d38e40bac914c1d7fdbc9210eb086427b555dd8" sha256 cellar: :any, arm64_sonoma: "aa07e24a4a15c38c3859fad46d9e9d481b82779c3935ee0417167995b85d7938" From 787ef5ddb1f27e5b9c0f83d61181045923926055 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:01 +0200 Subject: [PATCH 02577/10074] git-annex-remote-rclone: added `no_autobump!` --- Formula/g/git-annex-remote-rclone.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-annex-remote-rclone.rb b/Formula/g/git-annex-remote-rclone.rb index 22d0836863e23..8ad71e0260a0f 100644 --- a/Formula/g/git-annex-remote-rclone.rb +++ b/Formula/g/git-annex-remote-rclone.rb @@ -5,6 +5,8 @@ class GitAnnexRemoteRclone < Formula sha256 "6da12f46d46613cc5a539057052be7d8aa5259bd973ddff2d6ee460d34cd096c" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "60ec135de845b97d8eafb3de716f93fda72c9c69a99c58e6b9669eec71006cfc" From 49dd024a40982b87e0595503868eb35a8f322ea4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:01 +0200 Subject: [PATCH 02578/10074] git-appraise: added `no_autobump!` --- Formula/g/git-appraise.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-appraise.rb b/Formula/g/git-appraise.rb index 0878943c11124..3d9d0d419f35c 100644 --- a/Formula/g/git-appraise.rb +++ b/Formula/g/git-appraise.rb @@ -12,6 +12,8 @@ class GitAppraise < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "57018642d15c7cb5e4a6d1b897e3f1c369c1e81e22eb8dbdef0c6f6fdd8909d4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "47ed51bc965177d94d4d1ef000fa1b62d25e923f1ad569fff3298c42bfebf3da" From 1655d1e49ee1d36616f3b39c4f5175dca7f2f1af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:01 +0200 Subject: [PATCH 02579/10074] git-archive-all: added `no_autobump!` --- Formula/g/git-archive-all.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-archive-all.rb b/Formula/g/git-archive-all.rb index b4ea8e389ff7c..d9df555fac2ad 100644 --- a/Formula/g/git-archive-all.rb +++ b/Formula/g/git-archive-all.rb @@ -8,6 +8,8 @@ class GitArchiveAll < Formula license "MIT" head "https://github.com/Kentzo/git-archive-all.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "9e7f58cc0dc34cb76ca99a53da3fb41fc10efb8eff7514a95b48e1033848cc0b" From ce1783b41342a0b26629868f5049f33c46c9932f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:01 +0200 Subject: [PATCH 02580/10074] git-big-picture: added `no_autobump!` --- Formula/g/git-big-picture.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-big-picture.rb b/Formula/g/git-big-picture.rb index 8dd0438af11be..4ec11ab8ce903 100644 --- a/Formula/g/git-big-picture.rb +++ b/Formula/g/git-big-picture.rb @@ -7,6 +7,8 @@ class GitBigPicture < Formula sha256 "cccbd3e35dfe6d0ce86d06079e80cf9219cb25f887c7a782e2808e740dc23c3a" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0427911937b4a1b43a56835c6a4d80f1c3513d32cfe571739f56f12979620851" From 4f05da940df4d10e856ad9e170a6a26e88d000a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:02 +0200 Subject: [PATCH 02581/10074] git-branchless: added `no_autobump!` --- Formula/g/git-branchless.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-branchless.rb b/Formula/g/git-branchless.rb index 93ad13879ca17..d89ac34a6df5a 100644 --- a/Formula/g/git-branchless.rb +++ b/Formula/g/git-branchless.rb @@ -21,6 +21,8 @@ class GitBranchless < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3efab33fd1452f9b179eb701f2f0b3ad59b836245d6466172a5ce5bacd54bb78" sha256 cellar: :any, arm64_sonoma: "f3713da56ed61e4ba98216df90e57bde5dba088d9d54cc48b396e42bda4e87b7" From fc6a3c00ba13ff3948668f97d97d1373700be8e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:02 +0200 Subject: [PATCH 02582/10074] git-cal: added `no_autobump!` --- Formula/g/git-cal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-cal.rb b/Formula/g/git-cal.rb index 8560008070319..c2b8bf0408d1f 100644 --- a/Formula/g/git-cal.rb +++ b/Formula/g/git-cal.rb @@ -12,6 +12,8 @@ class GitCal < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1c5fa0db903b82620858fb7e5913e9de7d21e75f697b1cfc889b1fc0f0227ed" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c7c3ba94ee664f9c479f64ed4ade96645c824c2820f738581ced5dbb3f2d423" From d6683d024c4295ff2f37a007c657332b59911fec Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:02 +0200 Subject: [PATCH 02583/10074] git-credential-libsecret: added `no_autobump!` --- Formula/g/git-credential-libsecret.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-credential-libsecret.rb b/Formula/g/git-credential-libsecret.rb index 4aa489a20c70d..d839ff392892e 100644 --- a/Formula/g/git-credential-libsecret.rb +++ b/Formula/g/git-credential-libsecret.rb @@ -10,6 +10,8 @@ class GitCredentialLibsecret < Formula formula "git" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1e223f37a57a8e577b74f364695b2d0c9cd6f7525046cef4b2bc1a1e7fb85913" sha256 cellar: :any, arm64_sonoma: "6fbfe94965969bfe72d9a628b66d48d4fd989c89776fae5937fa3e9413b82440" From ad959e2c6a777234a9334c14717fb0a022c890b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:02 +0200 Subject: [PATCH 02584/10074] git-crypt: added `no_autobump!` --- Formula/g/git-crypt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-crypt.rb b/Formula/g/git-crypt.rb index a5e2a1c3575de..d39aa52de442a 100644 --- a/Formula/g/git-crypt.rb +++ b/Formula/g/git-crypt.rb @@ -11,6 +11,8 @@ class GitCrypt < Formula regex(/href=.*?git-crypt[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2183efc250bd46ddc922be9a3be21a8843699267bd2a2f12e5cfd04a3af99478" sha256 cellar: :any, arm64_sonoma: "a9e4eda2135a14c3a3a87fa5b3812858185361d5c4f04bf6d8c8603cc1700fdd" From 7b5ec057f8d576736b2cc69abd7e1c694895be06 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:02 +0200 Subject: [PATCH 02585/10074] git-fixup: added `no_autobump!` --- Formula/g/git-fixup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-fixup.rb b/Formula/g/git-fixup.rb index 5e3fd53fe0854..5753011c698c8 100644 --- a/Formula/g/git-fixup.rb +++ b/Formula/g/git-fixup.rb @@ -6,6 +6,8 @@ class GitFixup < Formula license "ISC" head "https://github.com/keis/git-fixup.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "d9e677b598f75ff4cd9fb7c34b1787dc2e798061f32ce8dc6c3e953e6313aec9" end From 775b59bdc18bef00cf196019b2312d29444db079 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:03 +0200 Subject: [PATCH 02586/10074] git-flow-avh: added `no_autobump!` --- Formula/g/git-flow-avh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-flow-avh.rb b/Formula/g/git-flow-avh.rb index 0692dbfdf2bf0..8ff02b2035777 100644 --- a/Formula/g/git-flow-avh.rb +++ b/Formula/g/git-flow-avh.rb @@ -13,6 +13,8 @@ class GitFlowAvh < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "83117a1c5f1d2fe98c1009a665ce42682e185c922c44c4a877dbe03b3bc2bd3c" From 4cea13a0dfc562d49e6bca44dca94b76451ca4f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:03 +0200 Subject: [PATCH 02587/10074] git-flow: added `no_autobump!` --- Formula/g/git-flow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-flow.rb b/Formula/g/git-flow.rb index 47b9e374e6d9e..1c52c1f049d28 100644 --- a/Formula/g/git-flow.rb +++ b/Formula/g/git-flow.rb @@ -22,6 +22,8 @@ class GitFlow < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "053355d898d7f3c171eec04b984fb2f4e06588b7ef58dd8f6024c5300933d27a" From b57880e192c52049a2cdae0686e18951bede4273 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:03 +0200 Subject: [PATCH 02588/10074] git-fresh: added `no_autobump!` --- Formula/g/git-fresh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-fresh.rb b/Formula/g/git-fresh.rb index 3abc8e52dfd5c..6d36d351d2fc4 100644 --- a/Formula/g/git-fresh.rb +++ b/Formula/g/git-fresh.rb @@ -5,6 +5,8 @@ class GitFresh < Formula sha256 "7043aaf2bf66dade7d06ebcf96e5d368c4910c002b7b00962bd2bd24490ce2dc" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "2ef148bdcba28587b794c4a63178151165c088648dcedda3fc6ecb1bd1ecf09e" From b9457faa186d8c9b726eab5036e1aaadb4c1cd1d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:03 +0200 Subject: [PATCH 02589/10074] git-ftp: added `no_autobump!` --- Formula/g/git-ftp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-ftp.rb b/Formula/g/git-ftp.rb index b5b75a6de20ea..4ba2a939e7601 100644 --- a/Formula/g/git-ftp.rb +++ b/Formula/g/git-ftp.rb @@ -7,6 +7,8 @@ class GitFtp < Formula revision 1 head "https://github.com/git-ftp/git-ftp.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "74119c0541aae24192ccff0a849869feb988a02de848a93476da5d1c1ad46fba" From 5f744afe3a20c3f2bb4cdf854c4dc789803cef49 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:03 +0200 Subject: [PATCH 02590/10074] git-game: added `no_autobump!` --- Formula/g/git-game.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-game.rb b/Formula/g/git-game.rb index 406aa4137bc12..c3b3f28b8fb37 100644 --- a/Formula/g/git-game.rb +++ b/Formula/g/git-game.rb @@ -5,6 +5,8 @@ class GitGame < Formula sha256 "6670c73c2ffe2bc2255566c88f26763100bf0b24a94d3fe10d255712d2a8809e" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fa90fff3303bfe31a09230d1a67d12fcf483e1d82be4bcacad64ce064f396338" From a80a6006b2fa775d2fd390b5d52f494ae405af74 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:04 +0200 Subject: [PATCH 02591/10074] git-gerrit: added `no_autobump!` --- Formula/g/git-gerrit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-gerrit.rb b/Formula/g/git-gerrit.rb index 1c730b0b48676..1e815756629ef 100644 --- a/Formula/g/git-gerrit.rb +++ b/Formula/g/git-gerrit.rb @@ -6,6 +6,8 @@ class GitGerrit < Formula license "BSD-3-Clause" head "https://github.com/fbzhong/git-gerrit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae518d315b919c27305591d1cc24773926b1a947da589b0e50146c98ff138997" From 61dc7601337e85dbcff4e3bbfb18d86d9a1e18bf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:04 +0200 Subject: [PATCH 02592/10074] git-graph: added `no_autobump!` --- Formula/g/git-graph.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-graph.rb b/Formula/g/git-graph.rb index be0012e381eea..0956bf7de9431 100644 --- a/Formula/g/git-graph.rb +++ b/Formula/g/git-graph.rb @@ -6,6 +6,8 @@ class GitGraph < Formula license "MIT" head "https://github.com/mlange-42/git-graph.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f5f7d0191b0da4b5253bfaa8a0fa23d1f522139847e1ad4f3fdff0ddaa77edf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "68da7a5147f7fbd27c1d4e5e88cf4a51733194cf1f25d524b34f07db2e8464e5" From 26402f3c08be3c57f8be9689ddbb3e42e2131d05 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:04 +0200 Subject: [PATCH 02593/10074] git-gui: added `no_autobump!` --- Formula/g/git-gui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-gui.rb b/Formula/g/git-gui.rb index 37e2f35caeb68..85224c35d1a0c 100644 --- a/Formula/g/git-gui.rb +++ b/Formula/g/git-gui.rb @@ -10,6 +10,8 @@ class GitGui < Formula formula "git" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "b23434b9e20e8d7d5ecd4fc68f398606c2077575ef7718ce6470fa5d4bbce1c2" end From 28da3e5460b0a40797d534c58c241724709f972f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:04 +0200 Subject: [PATCH 02594/10074] git-hooks-go: added `no_autobump!` --- Formula/g/git-hooks-go.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-hooks-go.rb b/Formula/g/git-hooks-go.rb index 5550803665a39..2a4f6a2306499 100644 --- a/Formula/g/git-hooks-go.rb +++ b/Formula/g/git-hooks-go.rb @@ -6,6 +6,8 @@ class GitHooksGo < Formula license "MIT" head "https://github.com/git-hooks/git-hooks.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "76b874212624080d528a0f1cb2d966ff7872ba2d2f7f3c04c7f7e98c30848f3c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f8ba5517228a5d259c8ef7df2651c15f19a6e4b03308e536bbfdf41ed87cdb4" From e4f94085340aecf781dda370ef8ca9d36d087c7c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:04 +0200 Subject: [PATCH 02595/10074] git-hound: added `no_autobump!` --- Formula/g/git-hound.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-hound.rb b/Formula/g/git-hound.rb index 0b1025af017f5..9e028606b7067 100644 --- a/Formula/g/git-hound.rb +++ b/Formula/g/git-hound.rb @@ -6,6 +6,8 @@ class GitHound < Formula license "MIT" head "https://github.com/ezekg/git-hound.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "373e91c48dda4ac71e85490387430dbfdb73d27d72a0964a33933e8e6d5f1753" sha256 cellar: :any_skip_relocation, arm64_sonoma: "741af126dfc7d95d6d5b17efd48a36335e60fc1cf4847a5487e36a969739b2a0" From caac0ffd50431e2b28387ef7389c3a23a6d06462 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:04 +0200 Subject: [PATCH 02596/10074] git-if: added `no_autobump!` --- Formula/g/git-if.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-if.rb b/Formula/g/git-if.rb index a95539a7730b8..a700755474de3 100644 --- a/Formula/g/git-if.rb +++ b/Formula/g/git-if.rb @@ -14,6 +14,8 @@ class GitIf < Formula regex(/href=.*?git[._-]v?\d+(?:\.\d+)*\.(?:t|zip).+?Git\s+v?(\d+(?:\.\d+)+)/im) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2918859c7196c31d059c74c800d7207bb77aa90b6b1ee67f07348a8d9871151a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bfcee8f4eaa935d5d9ae04a218a2c6e23b3a61dc28efcc07c6e2324951270f52" From e19b210c1a4713f4f7a53c00efcd6ef0f4033092 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:05 +0200 Subject: [PATCH 02597/10074] git-imerge: added `no_autobump!` --- Formula/g/git-imerge.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-imerge.rb b/Formula/g/git-imerge.rb index a25d900505004..293fd25b5473f 100644 --- a/Formula/g/git-imerge.rb +++ b/Formula/g/git-imerge.rb @@ -16,6 +16,8 @@ class GitImerge < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "f889e12d851617cfc36b7af9f0994b42ca348d9bbd3b0ca6848b79d1bc51f55a" From a13b9a6b4244c1daf1f24dd06f0bc863a82ca53f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:05 +0200 Subject: [PATCH 02598/10074] git-integration: added `no_autobump!` --- Formula/g/git-integration.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-integration.rb b/Formula/g/git-integration.rb index 6ea9f2e7182a4..8e69c015a2822 100644 --- a/Formula/g/git-integration.rb +++ b/Formula/g/git-integration.rb @@ -6,6 +6,8 @@ class GitIntegration < Formula license "GPL-2.0-only" head "https://github.com/johnkeeping/git-integration.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "33e61576b92c02c7c8fc37b244cddecd0b1c065ba954e85d5ab860f318636df5" From d770b28a7253c9b755bf52ebfe2bc3961498ee64 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:05 +0200 Subject: [PATCH 02599/10074] git-mediate: added `no_autobump!` --- Formula/g/git-mediate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-mediate.rb b/Formula/g/git-mediate.rb index b339c4c5898e8..d110fcb184419 100644 --- a/Formula/g/git-mediate.rb +++ b/Formula/g/git-mediate.rb @@ -5,6 +5,8 @@ class GitMediate < Formula sha256 "f8bacc2d041d1bef9288bebdb20ab2ee6fbd7d37d4e23c84f8dda27ff5b8ba59" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c8be0d8c2ccb6e709e05b0744a8ae7485692993d492d3dbcac2ff7312bfb56a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5fea46d5954c87f70437d452dc81625aacd6d8538649d7a5b535771d9822026" From 73028b275ba896591c63dcac9652e1f564a02c8f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:05 +0200 Subject: [PATCH 02600/10074] git-multipush: added `no_autobump!` --- Formula/g/git-multipush.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-multipush.rb b/Formula/g/git-multipush.rb index b9287cbfc4cfe..71ccbe0df4c79 100644 --- a/Formula/g/git-multipush.rb +++ b/Formula/g/git-multipush.rb @@ -6,6 +6,8 @@ class GitMultipush < Formula license "GPL-3.0-or-later" head "https://github.com/gavinbeatty/git-multipush.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "74cbae277a623c4ffc3d8b597734d05741cc549a2021de8c25eef4fc9ac4aa25" From 2421d29d09668910c6c27edd97938af11fef189d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:05 +0200 Subject: [PATCH 02601/10074] git-now: added `no_autobump!` --- Formula/g/git-now.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-now.rb b/Formula/g/git-now.rb index bae992d321966..60e2c1e26a93b 100644 --- a/Formula/g/git-now.rb +++ b/Formula/g/git-now.rb @@ -23,6 +23,8 @@ class GitNow < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "3ab8b27aefe8c9e0580cffc3c996028dbfcbca7f9c0c90a9141585d682f816b4" From d78811c1c6fc4e0868848d4c360f9349416b7677 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:06 +0200 Subject: [PATCH 02602/10074] git-number: added `no_autobump!` --- Formula/g/git-number.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-number.rb b/Formula/g/git-number.rb index 556ee7a54f00f..b543f9ebcad11 100644 --- a/Formula/g/git-number.rb +++ b/Formula/g/git-number.rb @@ -5,6 +5,8 @@ class GitNumber < Formula sha256 "1b9e691bd2c16321a8b83b65f2393af1707ece77e05dab73b14b04f51e9f9a56" license "ISC" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f006192cf61d5d3c178201835e847dff5c2c351578d90f183f7ef7363d1a1255" From 7cc33bffad718344626c4aa735ae1b0738a9cb42 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:06 +0200 Subject: [PATCH 02603/10074] git-octopus: added `no_autobump!` --- Formula/g/git-octopus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-octopus.rb b/Formula/g/git-octopus.rb index 90fd3dca9524c..9bbf67a79aa22 100644 --- a/Formula/g/git-octopus.rb +++ b/Formula/g/git-octopus.rb @@ -5,6 +5,8 @@ class GitOctopus < Formula sha256 "e2800eea829c6fc74da0d3f3fcb3f7d328d1ac8fbb7b2eca8c651c0c903a50c3" license "LGPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "7ab7be1a2f2ae60aeaf6a8887b4d7c444e282a9d55d82ce974932279b2569c25" From 6552612033d35e08e90968462f2ec24c1e2d6470 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:06 +0200 Subject: [PATCH 02604/10074] git-open: added `no_autobump!` --- Formula/g/git-open.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-open.rb b/Formula/g/git-open.rb index 2afa719161f43..8f25bed0ad21a 100644 --- a/Formula/g/git-open.rb +++ b/Formula/g/git-open.rb @@ -5,6 +5,8 @@ class GitOpen < Formula sha256 "a1217e9b0a76382a96afd33ecbacad723528ec1116381c22a17cc7458de23701" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "142aaeed12d42b049c0414d59f19f8dfddf1c1c83dee8f208b1af1e745fd432d" From 42f7697a3c297bb7889c1f839b301a4465b7f6e2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:06 +0200 Subject: [PATCH 02605/10074] git-plus: added `no_autobump!` --- Formula/g/git-plus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-plus.rb b/Formula/g/git-plus.rb index 336b4a89d02e1..fbe6ce3d5c8c6 100644 --- a/Formula/g/git-plus.rb +++ b/Formula/g/git-plus.rb @@ -8,6 +8,8 @@ class GitPlus < Formula license "Apache-2.0" head "https://github.com/tkrajina/git-plus.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "87c0f95adbf84385ecf889a2efec12ffc43aa494baa99d7581d616db13e65306" From c6f9b0c46fdc9390987fc8a3ce79c44eca8bbd8c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:06 +0200 Subject: [PATCH 02606/10074] git-recent: added `no_autobump!` --- Formula/g/git-recent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-recent.rb b/Formula/g/git-recent.rb index 3581c41198d65..fd7dca36e7aca 100644 --- a/Formula/g/git-recent.rb +++ b/Formula/g/git-recent.rb @@ -5,6 +5,8 @@ class GitRecent < Formula sha256 "ab9c3f5da92747f7b53f1a301b22433116ee8d204562cc8f0364f70f4a79d318" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "ca4cc371dd0b4803702c639e6685352b028f2275a1c0115299c12c6a85430cf3" end From 3c5d7f17d88ec016b80f25367a86cbe8c2fad4a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:06 +0200 Subject: [PATCH 02607/10074] git-remote-codecommit: added `no_autobump!` --- Formula/g/git-remote-codecommit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-remote-codecommit.rb b/Formula/g/git-remote-codecommit.rb index 9ed469ae1c4b4..104ca7ffcecae 100644 --- a/Formula/g/git-remote-codecommit.rb +++ b/Formula/g/git-remote-codecommit.rb @@ -9,6 +9,8 @@ class GitRemoteCodecommit < Formula revision 3 head "https://github.com/aws/git-remote-codecommit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "57289c92fc9b5e8f368be1df7f694b0e14fbe801ead3a9818f8e9cbeba416cad" From dfedb992cef4cf53de720ab3c2bd5d0c180934fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:07 +0200 Subject: [PATCH 02608/10074] git-remote-gcrypt: added `no_autobump!` --- Formula/g/git-remote-gcrypt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-remote-gcrypt.rb b/Formula/g/git-remote-gcrypt.rb index 4385682923966..20acabb2e5820 100644 --- a/Formula/g/git-remote-gcrypt.rb +++ b/Formula/g/git-remote-gcrypt.rb @@ -10,6 +10,8 @@ class GitRemoteGcrypt < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b60bf238fc835d16a3722c2169c060f08f3eab5182af7d3b67686d48a851391" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7d518f6a84f6a88cd98739da37b80af97c109f5a6694052d1036c6ae9f23821" From 6ac703ac58db694d6d5ceaddf41c20a79a6f35cc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:07 +0200 Subject: [PATCH 02609/10074] git-revise: added `no_autobump!` --- Formula/g/git-revise.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-revise.rb b/Formula/g/git-revise.rb index 3f22eeaa25e52..68c9f304d66a9 100644 --- a/Formula/g/git-revise.rb +++ b/Formula/g/git-revise.rb @@ -8,6 +8,8 @@ class GitRevise < Formula license "MIT" head "https://github.com/mystor/git-revise.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "60d72785f3a41be712e088e432f33aaf774461f8ba07e46bcb95af9cdcbdf358" From 897040e117cf242fd9e29c37762e533e157b754a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:07 +0200 Subject: [PATCH 02610/10074] git-secret: added `no_autobump!` --- Formula/g/git-secret.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-secret.rb b/Formula/g/git-secret.rb index 253e6b4b9f1f2..c82ed9654294f 100644 --- a/Formula/g/git-secret.rb +++ b/Formula/g/git-secret.rb @@ -6,6 +6,8 @@ class GitSecret < Formula license "MIT" head "https://github.com/sobolevn/git-secret.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "312e53ea34e56c911631589636df17f4f8cd00488f4dd1f8eee19896d588ec25" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3229d4fb0a2237d1d4594b7e65706f68bc0d434e7d5e6d2b7ba445b1c6155c55" From 84e62d46d7efa74875f07d6a1d45263a696f7a03 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:07 +0200 Subject: [PATCH 02611/10074] git-secrets: added `no_autobump!` --- Formula/g/git-secrets.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-secrets.rb b/Formula/g/git-secrets.rb index cf22863af381d..e4b7788127545 100644 --- a/Formula/g/git-secrets.rb +++ b/Formula/g/git-secrets.rb @@ -15,6 +15,8 @@ class GitSecrets < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "826637bd7920ad23df848a7ffbfadb79a7d7c918b330d80bc7fea4dfb9fed1d5" From e2a0c16b8a71a6db094811c3a64a7839b7ecdc6d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:07 +0200 Subject: [PATCH 02612/10074] git-series: added `no_autobump!` --- Formula/g/git-series.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-series.rb b/Formula/g/git-series.rb index ce85f6c2492c5..d7bd27c8c561e 100644 --- a/Formula/g/git-series.rb +++ b/Formula/g/git-series.rb @@ -6,6 +6,8 @@ class GitSeries < Formula license "MIT" revision 13 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bbf088fcb4b5ef9f6a32dec074b9aa98b3e53dc0b990361b6497a504aad42787" sha256 cellar: :any, arm64_sonoma: "4d0310b6b5dce374dbc590d9c16e65b2a7b20b70ed2c568213a940799bcb623d" From 2af25c541b28bdf8187ef188a153ffeabe139489 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:08 +0200 Subject: [PATCH 02613/10074] git-sizer: added `no_autobump!` --- Formula/g/git-sizer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-sizer.rb b/Formula/g/git-sizer.rb index a19f703f2f1e9..fafe64b143d2f 100644 --- a/Formula/g/git-sizer.rb +++ b/Formula/g/git-sizer.rb @@ -6,6 +6,8 @@ class GitSizer < Formula license "MIT" head "https://github.com/github/git-sizer.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccae14c242e55c103e138e715a48f7a1c7210ce2c749dc18635a60386ccace44" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7436b19c338834afaf2a042ce8cf4468a1bdafbe20175caefca0ef69fea2fbd" From e04ef46cdbbe1c461a91a16cfa4f41d654d392fd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:08 +0200 Subject: [PATCH 02614/10074] git-spice: added `no_autobump!` --- Formula/g/git-spice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-spice.rb b/Formula/g/git-spice.rb index 6a45c2f0da8f6..5d47d300496e4 100644 --- a/Formula/g/git-spice.rb +++ b/Formula/g/git-spice.rb @@ -6,6 +6,8 @@ class GitSpice < Formula license "GPL-3.0-or-later" head "https://github.com/abhinav/git-spice.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3962cd71cccfbcf207a34e553b8b996e4c4690344d62ae5fe88e3820eab9a0b0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3962cd71cccfbcf207a34e553b8b996e4c4690344d62ae5fe88e3820eab9a0b0" From 4274de4f53a40de546779aa141c7b719eba128f1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:08 +0200 Subject: [PATCH 02615/10074] git-ssh: added `no_autobump!` --- Formula/g/git-ssh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-ssh.rb b/Formula/g/git-ssh.rb index 1c25b6fd4086c..8f0a3de881868 100644 --- a/Formula/g/git-ssh.rb +++ b/Formula/g/git-ssh.rb @@ -6,6 +6,8 @@ class GitSsh < Formula license "GPL-2.0-only" head "https://github.com/lemarsu/git-ssh.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1a478cad17df51fbe151f43ac6288cbfd5f61f79dfd049ea1da9e62d5f11a169" From d013ebaf2a8db240e7857ed417743f6c94f76dad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:08 +0200 Subject: [PATCH 02616/10074] git-standup: added `no_autobump!` --- Formula/g/git-standup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-standup.rb b/Formula/g/git-standup.rb index cda91e3b66557..e160587fd2833 100644 --- a/Formula/g/git-standup.rb +++ b/Formula/g/git-standup.rb @@ -6,6 +6,8 @@ class GitStandup < Formula license "MIT" head "https://github.com/kamranahmedse/git-standup.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "592920ec8fc670fd61e01e6526d4e016e9cbfd7585fed0803c418e62705696d8" From 0da15b30a5dfec023962acd039ea4d7a93380a8c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:08 +0200 Subject: [PATCH 02617/10074] git-svn-abandon: added `no_autobump!` --- Formula/g/git-svn-abandon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-svn-abandon.rb b/Formula/g/git-svn-abandon.rb index fd16868f5074d..c2bc247b41974 100644 --- a/Formula/g/git-svn-abandon.rb +++ b/Formula/g/git-svn-abandon.rb @@ -6,6 +6,8 @@ class GitSvnAbandon < Formula license "MIT" head "https://github.com/nothingmuch/git-svn-abandon.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "020e0d7161a9de4a0b7aedb1d73305db3f7914ff645b46ea8b0dbd7c7d7ba94e" From 628ca846ae5c05fc11bab21b61dba3b661f94f22 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:08 +0200 Subject: [PATCH 02618/10074] git-svn: added `no_autobump!` --- Formula/g/git-svn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-svn.rb b/Formula/g/git-svn.rb index 516b4f51f4b30..74269598db194 100644 --- a/Formula/g/git-svn.rb +++ b/Formula/g/git-svn.rb @@ -11,6 +11,8 @@ class GitSvn < Formula formula "git" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f312449a9465a70cf2e7035595d0fb32b3a9e157422686bc1fbf78bc51e8414a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f312449a9465a70cf2e7035595d0fb32b3a9e157422686bc1fbf78bc51e8414a" From 850af058937b4737e37f2ea075828bd8e2a68d6c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:09 +0200 Subject: [PATCH 02619/10074] git-test: added `no_autobump!` --- Formula/g/git-test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-test.rb b/Formula/g/git-test.rb index add356e41e829..2fd0a6cb1de71 100644 --- a/Formula/g/git-test.rb +++ b/Formula/g/git-test.rb @@ -5,6 +5,8 @@ class GitTest < Formula sha256 "7c2331c8dc3c815e440ffa1a4dc7a9ff8a28a0a8cbfd195282f53c3e4cb2ee00" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "175c118c1dc9752f40074b529c3d184a8949b222f03c9db5e75a520b76e8842e" From 895594820b97f6773aeb8b31c7dba04e94709010 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:09 +0200 Subject: [PATCH 02620/10074] git-tools: added `no_autobump!` --- Formula/g/git-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-tools.rb b/Formula/g/git-tools.rb index cc8d722da6ad7..dbe2c7276adeb 100644 --- a/Formula/g/git-tools.rb +++ b/Formula/g/git-tools.rb @@ -8,6 +8,8 @@ class GitTools < Formula license "GPL-3.0-or-later" head "https://github.com/MestreLion/git-tools.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "e366dc448c4d69062807a793bc8fdd6ae66a17a0a785b71a1f36f661eb7fbd35" From 2d991ec2e516714e73fa54e30d5e6dd18be8d8af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:09 +0200 Subject: [PATCH 02621/10074] git-tracker: added `no_autobump!` --- Formula/g/git-tracker.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-tracker.rb b/Formula/g/git-tracker.rb index d91c959400b0c..dcb498c3b0145 100644 --- a/Formula/g/git-tracker.rb +++ b/Formula/g/git-tracker.rb @@ -6,6 +6,8 @@ class GitTracker < Formula license "MIT" head "https://github.com/stevenharman/git_tracker.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "baa816781cb9119b5c9b2b3e6e3bece9ef82758d1998d250db108751fa2b482a" From ad5040c5aed8d8484b5b27d79bebfeb75e457a94 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:09 +0200 Subject: [PATCH 02622/10074] git-trim: added `no_autobump!` --- Formula/g/git-trim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-trim.rb b/Formula/g/git-trim.rb index d3cd8d765a964..974970c471782 100644 --- a/Formula/g/git-trim.rb +++ b/Formula/g/git-trim.rb @@ -6,6 +6,8 @@ class GitTrim < Formula revision: "1f39d85ddb242e9933fba9faaecd6f423f2b6a5b" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f74019b2881c6a2defd6d3dbe28b2f8763d0a720c938d6e1d160b40d6d201ecb" sha256 cellar: :any, arm64_sonoma: "df64036ef7f8b4accecdc1219ba8a3f926b00bf05583782c028e878565dd1ee6" From f24302979d2d3e57324ea2075cdb7f290eebce0b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:09 +0200 Subject: [PATCH 02623/10074] git-url-sub: added `no_autobump!` --- Formula/g/git-url-sub.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-url-sub.rb b/Formula/g/git-url-sub.rb index 59bb32a0863d5..c433705a4b873 100644 --- a/Formula/g/git-url-sub.rb +++ b/Formula/g/git-url-sub.rb @@ -6,6 +6,8 @@ class GitUrlSub < Formula license "MIT" head "https://github.com/gosuri/git-url-sub.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "055dea89e85d2f7947a37817d5d25f502f40416d0e35ccede1bfeb7795891be0" From 99fd4e2e7f8b3d3cb4b66ea490da32ed431dfea9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:10 +0200 Subject: [PATCH 02624/10074] git-vendor: added `no_autobump!` --- Formula/g/git-vendor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-vendor.rb b/Formula/g/git-vendor.rb index 8f51c3c39ee8f..974076f143979 100644 --- a/Formula/g/git-vendor.rb +++ b/Formula/g/git-vendor.rb @@ -6,6 +6,8 @@ class GitVendor < Formula license "MIT" head "https://github.com/brettlangdon/git-vendor.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "787b5a6895706acdec2ad5cc6dade2cef8dbdfcd0d0352b6fbc45a6a40489f0e" From cc03030b66a1563e44d2402e185f16a28992b5d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:10 +0200 Subject: [PATCH 02625/10074] git-when-merged: added `no_autobump!` --- Formula/g/git-when-merged.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-when-merged.rb b/Formula/g/git-when-merged.rb index b2036a8222d64..04feaf1e6d704 100644 --- a/Formula/g/git-when-merged.rb +++ b/Formula/g/git-when-merged.rb @@ -8,6 +8,8 @@ class GitWhenMerged < Formula license "GPL-2.0-only" head "https://github.com/mhagger/git-when-merged.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "8c5accfbda69a2a247dcfbd78b1122f6cd9456b24f4b19830dbb81441c95d6ee" From 41b1fc317096826dd160ded7e07b8e65719bfa02 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:10 +0200 Subject: [PATCH 02626/10074] git-workspace: added `no_autobump!` --- Formula/g/git-workspace.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git-workspace.rb b/Formula/g/git-workspace.rb index 73c8ed4f11f29..d87dc6160decb 100644 --- a/Formula/g/git-workspace.rb +++ b/Formula/g/git-workspace.rb @@ -5,6 +5,8 @@ class GitWorkspace < Formula sha256 "d5e2a5a0a568c46b408f82f981ea3672066d4496755fc14837e553e451c69f2d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "9e68614e31ed33fb7426fbe05bb570d6fef5c156bc78a19c483e9962c5da2297" From 24141c7e1b7dba7fd612fd0bd3596ea790fed91c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:10 +0200 Subject: [PATCH 02627/10074] git: added `no_autobump!` --- Formula/g/git.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/git.rb b/Formula/g/git.rb index a58a53ea0d6fe..8877f908ae491 100644 --- a/Formula/g/git.rb +++ b/Formula/g/git.rb @@ -11,6 +11,8 @@ class Git < Formula regex(/href=.*?git[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "83df6cf802d005d34f131e88c8eea50c8ec6d8b9423953bde99ccfcdd1d53789" sha256 arm64_sonoma: "eb79df674513c1e717ca017d7f0a17b133848e290506bf6fddd679b7c34de3c9" From 9daf011c2e27d81b57871ecf96247184a2c4e57a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:10 +0200 Subject: [PATCH 02628/10074] gitbatch: added `no_autobump!` --- Formula/g/gitbatch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitbatch.rb b/Formula/g/gitbatch.rb index 2a632d5a99bf8..55ee04b88d582 100644 --- a/Formula/g/gitbatch.rb +++ b/Formula/g/gitbatch.rb @@ -6,6 +6,8 @@ class Gitbatch < Formula license "MIT" head "https://github.com/isacikgoz/gitbatch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a46587ffb66c2c071a4052ee70f81ddd41b93151e09b19404f789b5fe9f1b1e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f02f2110548020dc68f4086aa3590791ca4366a8bb8f14a6e2641b71d226b0d4" From 25acbc5acab1e5e2fdc8ec2951065eb9a482aa06 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:10 +0200 Subject: [PATCH 02629/10074] gitg: added `no_autobump!` --- Formula/g/gitg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitg.rb b/Formula/g/gitg.rb index 51e4a4d593776..afec0bebea52a 100644 --- a/Formula/g/gitg.rb +++ b/Formula/g/gitg.rb @@ -11,6 +11,8 @@ class Gitg < Formula regex(/gitg[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "7573250dd5a9b53bda64fff6ed25f3f8afc4cc2edd0304565c8bc1e2efb71246" sha256 arm64_sonoma: "3442fb4ac5d87a0acf1ec56e7cb356ae01a94eb1449a8d8fc987843b6971a8e1" From bfc465f48a8b2e1e108ca369a1e8e798b0d6b159 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:11 +0200 Subject: [PATCH 02630/10074] github-release: added `no_autobump!` --- Formula/g/github-release.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/github-release.rb b/Formula/g/github-release.rb index bc07a291dbebc..0a6d40b30488d 100644 --- a/Formula/g/github-release.rb +++ b/Formula/g/github-release.rb @@ -6,6 +6,8 @@ class GithubRelease < Formula license "MIT" head "https://github.com/github-release/github-release.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b20b25f60ec51bb4b9a017a9f3e4895d9a8e0a7d8998d54ec15c0e077e365d4" From aca86a82c3eda500bde225f8bb2ea8c04663eb9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:11 +0200 Subject: [PATCH 02631/10074] gitless: added `no_autobump!` --- Formula/g/gitless.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitless.rb b/Formula/g/gitless.rb index 52221b8badd43..715186f7264ab 100644 --- a/Formula/g/gitless.rb +++ b/Formula/g/gitless.rb @@ -8,6 +8,8 @@ class Gitless < Formula license "MIT" revision 16 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "1c40014729e41a0a003e1ee46e5bb19a36f009c711b62ce4fb2e231f8734115a" From 6d5915896c2c520097588dc4f6e68f6c567af671 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:11 +0200 Subject: [PATCH 02632/10074] gitlint: added `no_autobump!` --- Formula/g/gitlint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitlint.rb b/Formula/g/gitlint.rb index c496800bb4073..e943abf3b90d6 100644 --- a/Formula/g/gitlint.rb +++ b/Formula/g/gitlint.rb @@ -7,6 +7,8 @@ class Gitlint < Formula sha256 "7bf977b03ff581624a9e03f65ebb8502cc12dfaa3e92d23e8b2b54bbdaa29992" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "7b347048bcc8bd14d3d1e1cb1ab96d19753c4ccf52c9b37f4fd1f353db79bfc0" From e673e0225285c50d5497798e964f6f6e54a841ea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:11 +0200 Subject: [PATCH 02633/10074] gitslave: added `no_autobump!` --- Formula/g/gitslave.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitslave.rb b/Formula/g/gitslave.rb index c8e6ea9c568a2..75c3720b872ba 100644 --- a/Formula/g/gitslave.rb +++ b/Formula/g/gitslave.rb @@ -5,6 +5,8 @@ class Gitslave < Formula sha256 "8aa3dcb1b50418cc9cee9bee86bb4b279c1c5a34b7adc846697205057d4826f0" license "LGPL-2.1-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "85f25f52b43ce52b80c082c154dba23fda5ab3c98e58fdd40699158fa971f3f3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6f454af3b08f47b018ca54327b09c82ddc2706217cfd5d7164f4b58f73d244f" From c03115881dc9c0820942ad21bc4b811a0441ea66 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:11 +0200 Subject: [PATCH 02634/10074] gitter-cli: added `no_autobump!` --- Formula/g/gitter-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitter-cli.rb b/Formula/g/gitter-cli.rb index 4dc71426787c9..81c33915d5b49 100644 --- a/Formula/g/gitter-cli.rb +++ b/Formula/g/gitter-cli.rb @@ -5,6 +5,8 @@ class GitterCli < Formula sha256 "c4e335620fc1be50569f3b7543c28ba2c6121b1c7e6d041464b29a31b3d84c25" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "59b7c17753a1b4e92a83ed41e22b7ff595cc2d2165d1fa95f0808109605f45c1" From c2927cd28903563aa61aff72916226197da88954 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:11 +0200 Subject: [PATCH 02635/10074] gitui: added `no_autobump!` --- Formula/g/gitui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitui.rb b/Formula/g/gitui.rb index 87fb666a6f569..baaf171f41287 100644 --- a/Formula/g/gitui.rb +++ b/Formula/g/gitui.rb @@ -6,6 +6,8 @@ class Gitui < Formula license "MIT" head "https://github.com/gitui-org/gitui.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2b153db2c3519ec2f197cd128b34732ec2e2b90355d7f05e46629853060e5a9d" sha256 cellar: :any, arm64_sonoma: "f5eae626dfbdd29bf9a00bb67f070a08d85b95f1affdae32adc0ba8f9851019a" From 47af36ad36d12a0b66a213559c28838ecee907b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:12 +0200 Subject: [PATCH 02636/10074] gitup: added `no_autobump!` --- Formula/g/gitup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitup.rb b/Formula/g/gitup.rb index f72a1f9b1aa25..5215fd873e557 100644 --- a/Formula/g/gitup.rb +++ b/Formula/g/gitup.rb @@ -9,6 +9,8 @@ class Gitup < Formula revision 10 head "https://github.com/earwig/git-repo-updater.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "e1d094ec14134e880e5058a182f7788d0f46c06c7976226e16ac48709d5a3061" From fd2a33a06da4ab5733d839d2b7d47e47f2be6727 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:12 +0200 Subject: [PATCH 02637/10074] gitversion: added `no_autobump!` --- Formula/g/gitversion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitversion.rb b/Formula/g/gitversion.rb index 8b42c2814a28c..4d8524b4ee032 100644 --- a/Formula/g/gitversion.rb +++ b/Formula/g/gitversion.rb @@ -5,6 +5,8 @@ class Gitversion < Formula sha256 "b2bc7fef4236722a08ea7441ffe4f5f9214bd24c159d1551d272b875948cd23b" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6826ebded9022c6493fb78231e4b223ad0cf7110170fc16b557d30ca632f7de3" sha256 cellar: :any, arm64_sonoma: "e2c0a800f6633fe996eca0224a9e97c50fda63d128c8e489886f39317d8242a9" From bc8de6dfad078173d52686c4e0dd93f4114af598 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:12 +0200 Subject: [PATCH 02638/10074] gitwatch: added `no_autobump!` --- Formula/g/gitwatch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gitwatch.rb b/Formula/g/gitwatch.rb index 77c5564455caa..d5d60f8a34140 100644 --- a/Formula/g/gitwatch.rb +++ b/Formula/g/gitwatch.rb @@ -6,6 +6,8 @@ class Gitwatch < Formula license "GPL-3.0-or-later" head "https://github.com/gitwatch/gitwatch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1e9e09c605119ebd8b800d20fd044357916da5e458c5624fa83cfeac13971b72" From 219aca60fe6f0bd9d45d708a9e8b5745188ff6cf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:12 +0200 Subject: [PATCH 02639/10074] gl2ps: added `no_autobump!` --- Formula/g/gl2ps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gl2ps.rb b/Formula/g/gl2ps.rb index 6c7e9dc6faa50..45564a0df9001 100644 --- a/Formula/g/gl2ps.rb +++ b/Formula/g/gl2ps.rb @@ -10,6 +10,8 @@ class Gl2ps < Formula regex(/href=.*?gl2ps[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "37edb5bfe08b0943cc9edf1418be8ab73c680074942be25048b3e72af2980f90" sha256 cellar: :any, arm64_sonoma: "7c29529c685fb40aa712dc427ff463ac2823b0a2d93a062be9382bdf3ef449e1" From 4504a56401240bd40e61c0b7d888ce6713198e2e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:12 +0200 Subject: [PATCH 02640/10074] glab: added `no_autobump!` --- Formula/g/glab.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 8aabbac61a867..1a13d1b46b802 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -7,6 +7,8 @@ class Glab < Formula license "MIT" head "https://gitlab.com/gitlab-org/cli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0c22c20b75a00d002190700bca50f94ca55a470558674354c5e3879eee06363" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0c22c20b75a00d002190700bca50f94ca55a470558674354c5e3879eee06363" From 7841bc47175697ba250d9cb3e70d60e4ab321c26 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:13 +0200 Subject: [PATCH 02641/10074] glade: added `no_autobump!` --- Formula/g/glade.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glade.rb b/Formula/g/glade.rb index 065c370fc97b2..85c6d0f038479 100644 --- a/Formula/g/glade.rb +++ b/Formula/g/glade.rb @@ -6,6 +6,8 @@ class Glade < Formula license "LGPL-2.1-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e162366f083df623dd7cd1854a781cdf3d520bfde698588abc9296ab33fd8804" sha256 arm64_sonoma: "271ff90536f47461687153dc97dd25d5ba9ad4f22c1a087e303fc52f54646dda" From 081c83d78697e1b749589b37254b36f2b7dbe309 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:13 +0200 Subject: [PATCH 02642/10074] glbinding@2: added `no_autobump!` --- Formula/g/glbinding@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glbinding@2.rb b/Formula/g/glbinding@2.rb index e1c2ff21cf462..c3fb71469aefc 100644 --- a/Formula/g/glbinding@2.rb +++ b/Formula/g/glbinding@2.rb @@ -5,6 +5,8 @@ class GlbindingAT2 < Formula sha256 "cb5971b086c0d217b2304d31368803fd2b8c12ee0d41c280d40d7c23588f8be2" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "05fe3756c9e2f1a9efec689a64cbc3d55c7d00831af9d19411f9572b71ca81c4" sha256 cellar: :any, arm64_sonoma: "53bd1ac2798e131aa19966dbd5ff886f4614a020e20c1804dad580f018f2d0b4" From 79f634167fbe9a36188b51c2dae142948413c942 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:13 +0200 Subject: [PATCH 02643/10074] glew: added `no_autobump!` --- Formula/g/glew.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glew.rb b/Formula/g/glew.rb index 738ef0d6c698f..0bac6cfaaf747 100644 --- a/Formula/g/glew.rb +++ b/Formula/g/glew.rb @@ -7,6 +7,8 @@ class Glew < Formula revision 1 head "https://github.com/nigels-com/glew.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "4ac8264612c4af3b6864eed07564e14ddf81c25a050aa2bc91953966d12e73e4" From 10bc928b3bfb92d7c79f9f8bdaa95b9ebfd0a161 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:13 +0200 Subject: [PATCH 02644/10074] glkterm: added `no_autobump!` --- Formula/g/glkterm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glkterm.rb b/Formula/g/glkterm.rb index a6a9a1ad4efeb..fdb71b788a5b5 100644 --- a/Formula/g/glkterm.rb +++ b/Formula/g/glkterm.rb @@ -11,6 +11,8 @@ class Glkterm < Formula regex(/href=.*?glkterm[._-]v?(?:\d+(?:\.\d+)*)\.t[^>]+?>\s*?GlkTerm library v?(\d+(?:\.\d+)+)/im) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c2738ad6a679729b197e17a7ed259e5e4440ba7076d9d496ee9dc8e107b634a" From 2e41fd65c1c8f5cd4757445f4f20a905fd89cbdc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:13 +0200 Subject: [PATCH 02645/10074] glktermw: added `no_autobump!` --- Formula/g/glktermw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glktermw.rb b/Formula/g/glktermw.rb index 7a71ea3477d3d..71b48dd198e2a 100644 --- a/Formula/g/glktermw.rb +++ b/Formula/g/glktermw.rb @@ -11,6 +11,8 @@ class Glktermw < Formula regex(/href=.*?glktermw[._-]v?(?:\d+(?:\.\d+)*)\.t[^>]+?>\s*?GlkTerm library v?(\d+(?:\.\d+)+)/im) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "17bd37271cd72f41cd159557efb3ba1f89aa75a9428e40ca0300653ada1b9b0e" From 5c9598953cf9eee7cba4c760876fe2c2c4b01528 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:13 +0200 Subject: [PATCH 02646/10074] globe: added `no_autobump!` --- Formula/g/globe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/globe.rb b/Formula/g/globe.rb index 82148774a24ea..658ad32cde9cf 100644 --- a/Formula/g/globe.rb +++ b/Formula/g/globe.rb @@ -6,6 +6,8 @@ class Globe < Formula sha256 "5507a4caaf3e3318fd895ab1f8edfa5887c9f64547cad70cff3249350caa6c86" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "87a814940b862f27a09f5d541049e915294f68ee18e10b2149e007e8b411d6bd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a2871805874a01d7197dcfec9a4bee19ec0b66717f8c06329ebf1777b684019" From 4fa7a60206c19609bac443f977e2a94033d8d7fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:14 +0200 Subject: [PATCH 02647/10074] globjects: added `no_autobump!` --- Formula/g/globjects.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/globjects.rb b/Formula/g/globjects.rb index 15c83a95c74b5..e1f379d16f8a7 100644 --- a/Formula/g/globjects.rb +++ b/Formula/g/globjects.rb @@ -12,6 +12,8 @@ class Globjects < Formula depends_on "glbinding@2" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "51e3056d71789e3db8e17d7fc966a530ecb1120c0e91bec0edc3c5b6b524db1d" sha256 cellar: :any, arm64_sonoma: "85b4f1d5eb729806747d7590376b8a4803615e12b1020f857ed953bc26e90438" From b97c0f452bf16562be976f0dac4fbb0be7d7325e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:14 +0200 Subject: [PATCH 02648/10074] glog: added `no_autobump!` --- Formula/g/glog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glog.rb b/Formula/g/glog.rb index 176f9fc8cf3f4..f10d13261bbdd 100644 --- a/Formula/g/glog.rb +++ b/Formula/g/glog.rb @@ -6,6 +6,8 @@ class Glog < Formula license "BSD-3-Clause" head "https://github.com/google/glog.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ec3e50551d26e47f5171580fdc065b895db01fd90a4283e472a1d8ff01d53c54" sha256 cellar: :any, arm64_sonoma: "c6eb9b8ce678f03a87a9864ea498434b44a206cd331322ed771824a71320a97a" From 018af8577864855236f4bbccc270c0eef89bdcee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:14 +0200 Subject: [PATCH 02649/10074] gloox: added `no_autobump!` --- Formula/g/gloox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gloox.rb b/Formula/g/gloox.rb index a7b39548ea60e..f73f1e81908f7 100644 --- a/Formula/g/gloox.rb +++ b/Formula/g/gloox.rb @@ -10,6 +10,8 @@ class Gloox < Formula regex(/Latest stable version.*?href=.*?gloox[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d4c45c5c9a56bffba60929aa1a994e8566a971d8c0d7b6a9f2c1d267c5588b62" sha256 cellar: :any, arm64_sonoma: "b0c90e096ef2a3ee7b05c264338486bfd6df78666baf363e6b6648078f974b97" From 18d66cc1ac3e7b5be394beb6232c7d4a09acddc7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:14 +0200 Subject: [PATCH 02650/10074] glpk: added `no_autobump!` --- Formula/g/glpk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glpk.rb b/Formula/g/glpk.rb index d844857d83483..430d14821cfe7 100644 --- a/Formula/g/glpk.rb +++ b/Formula/g/glpk.rb @@ -6,6 +6,8 @@ class Glpk < Formula sha256 "4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d1711f363503b065183cf833d4d58ecd91dd06ac2b168af7bb217727a46e8f7b" sha256 cellar: :any, arm64_sonoma: "6aec19422fa4617706d7caa84be09caa9a78511ae904ac42382eccb39572f71e" From ff66f84ae79fe51f3534edf7dfd5e0b3b7a8b2fd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:14 +0200 Subject: [PATCH 02651/10074] glslviewer: added `no_autobump!` --- Formula/g/glslviewer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glslviewer.rb b/Formula/g/glslviewer.rb index fe4f25021a1a9..6873ff656a929 100644 --- a/Formula/g/glslviewer.rb +++ b/Formula/g/glslviewer.rb @@ -8,6 +8,8 @@ class Glslviewer < Formula revision 2 head "https://github.com/patriciogonzalezvivo/glslViewer.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "57c914915214b7507c84f9721d15ec80f626f41a10afb4474172eee9a564d518" sha256 cellar: :any, arm64_sonoma: "cc73eebe09ee3b60bc5ce16ad6a782f1b0c5cfc697679b5dfbab18bcc202861d" From c22ec05e4d730fc759fbd7bd9df0ebed7ca2016d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:15 +0200 Subject: [PATCH 02652/10074] glui: added `no_autobump!` --- Formula/g/glui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glui.rb b/Formula/g/glui.rb index a6cc8e0aea108..dc53d0fd9ef83 100644 --- a/Formula/g/glui.rb +++ b/Formula/g/glui.rb @@ -6,6 +6,8 @@ class Glui < Formula license "Zlib" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "304a5d0296be83a23e90e4e2364c63f85ce4c2bcb6548cdc9b58a0cc03fe77dd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "88a3c782310cf2ba070f8bef4991da04770a86df4c48d0a6d47f71065116fcac" From 1031195b0d62d6204ed29ec865255f4b533d274d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:15 +0200 Subject: [PATCH 02653/10074] glulxe: added `no_autobump!` --- Formula/g/glulxe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glulxe.rb b/Formula/g/glulxe.rb index ec60b8385ed2c..e854bae331519 100644 --- a/Formula/g/glulxe.rb +++ b/Formula/g/glulxe.rb @@ -12,6 +12,8 @@ class Glulxe < Formula regex(/href=.*?glulxe[._-]v?\d+(?:\.\d+)*\.t[^>]+?>\s*Glulxe\s+v?(\d+(?:\.\d+)+)\s* Date: Tue, 27 May 2025 22:41:15 +0200 Subject: [PATCH 02654/10074] gluon: added `no_autobump!` --- Formula/g/gluon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gluon.rb b/Formula/g/gluon.rb index 3c8bbf61e716f..5bf7b2c31e146 100644 --- a/Formula/g/gluon.rb +++ b/Formula/g/gluon.rb @@ -22,6 +22,8 @@ class Gluon < Formula regex(/^v(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4f5001264f56d18739d145b9e9423a5e3bfd2e31cbed0649f082516e4f5687d" sha256 cellar: :any_skip_relocation, arm64_ventura: "4393342b66ede5869953b964c303cba89caace2051937c99c114d9c21d980ead" From 72f18e0baacbec574b34e26416047ad3c319fd3d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:15 +0200 Subject: [PATCH 02655/10074] glyr: added `no_autobump!` --- Formula/g/glyr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glyr.rb b/Formula/g/glyr.rb index 5255f1828f4ca..2aedfe90b75d0 100644 --- a/Formula/g/glyr.rb +++ b/Formula/g/glyr.rb @@ -6,6 +6,8 @@ class Glyr < Formula license "LGPL-3.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9ff02541efeba578a7e20d6d3ba1cd80c71d4f80e37306a35cb9b13e1e9ef4e8" sha256 cellar: :any, arm64_sonoma: "783ce52f8a68f8d5900429fd33baf4d728523e19fe63fec93c1de3242ab157f3" From adebdd4f22aeaccc45049c6c5f3943c929df068b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:15 +0200 Subject: [PATCH 02656/10074] gmail-backup: added `no_autobump!` --- Formula/g/gmail-backup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gmail-backup.rb b/Formula/g/gmail-backup.rb index b0ee03899f4d6..fe77e88a8b0b6 100644 --- a/Formula/g/gmail-backup.rb +++ b/Formula/g/gmail-backup.rb @@ -5,6 +5,8 @@ class GmailBackup < Formula sha256 "caf7cb40ea580e506f90a6029a64fedaf1234093c729ca7e6e36efbd709deb93" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "703dee3013e347c963346798e62df84450d0036b4567f598c7111fb431a8f50a" end From 3e2686ad20b00d6982db44524d21dcefa9bd4caf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:15 +0200 Subject: [PATCH 02657/10074] gmp: added `no_autobump!` --- Formula/g/gmp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gmp.rb b/Formula/g/gmp.rb index de0c7110a8ea5..5c3d0707eb656 100644 --- a/Formula/g/gmp.rb +++ b/Formula/g/gmp.rb @@ -13,6 +13,8 @@ class Gmp < Formula regex(/href=.*?gmp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6683d73d6677d28e1e8d1b92d6ebfbc068c1d33e19b79114a22a648a99ba5991" sha256 cellar: :any, arm64_sonoma: "78e4f40cba6419cf7e2d81e9c945d1e93744511bd5230bdfac1b69ed894914b4" From 0462c382c0d4236425f03dd450952df83710998e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:16 +0200 Subject: [PATCH 02658/10074] gmssl: added `no_autobump!` --- Formula/g/gmssl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gmssl.rb b/Formula/g/gmssl.rb index 89a2c4eb2b86e..c3bfd6bccdf0d 100644 --- a/Formula/g/gmssl.rb +++ b/Formula/g/gmssl.rb @@ -11,6 +11,8 @@ class Gmssl < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "352a3e4a2a51ef7a60363f8c2edc6d780132b8b24cef552449c5e3ec0e0c7184" sha256 cellar: :any, arm64_sonoma: "33e55c6a9023a0e8a7868b466131f94078ad80547ce2ce5d97b64d1a5df4890b" From a6f78b91a4898b247605d01643761c96048005df Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:16 +0200 Subject: [PATCH 02659/10074] gmt: added `no_autobump!` --- Formula/g/gmt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gmt.rb b/Formula/g/gmt.rb index d11a8af6658a1..7966161c29500 100644 --- a/Formula/g/gmt.rb +++ b/Formula/g/gmt.rb @@ -15,6 +15,8 @@ class Gmt < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "5099eeaa5088b8f8d4e5b95f00f229c7c8d5829f38c0827ca9dc587be4085162" sha256 arm64_sonoma: "92c4b8906c8e4f2c7c244190eeeaccdae01f61d4b9d76c8d3b14bfe1bd1b938a" From 91fdd421b93cadc2d2c56aebaec30ab1ac08209e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:16 +0200 Subject: [PATCH 02660/10074] gnirehtet: added `no_autobump!` --- Formula/g/gnirehtet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnirehtet.rb b/Formula/g/gnirehtet.rb index 4d1f77197e8d7..7d0e88000453c 100644 --- a/Formula/g/gnirehtet.rb +++ b/Formula/g/gnirehtet.rb @@ -6,6 +6,8 @@ class Gnirehtet < Formula license "Apache-2.0" head "https://github.com/Genymobile/gnirehtet.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f0e5fbe1add7c5624e860f5301ff482236f9730fd5d9fa3d563a961bc54e22b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab10ed478b79d0bd8877a477d1f8bdecf2ca129755cbc3a8270d99e11d911c97" From 366abf05d21019f0ccd0c12caae981bce3adf0e8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:16 +0200 Subject: [PATCH 02661/10074] gnome-recipes: added `no_autobump!` --- Formula/g/gnome-recipes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnome-recipes.rb b/Formula/g/gnome-recipes.rb index b8a25c84605f3..d06d1dbf9fbe9 100644 --- a/Formula/g/gnome-recipes.rb +++ b/Formula/g/gnome-recipes.rb @@ -6,6 +6,8 @@ class GnomeRecipes < Formula license "GPL-3.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "3bdeeed9601b21231a0681c228ad2c69aeec741c8a03e254927a6563691b8ec3" From b0fc0006452cf16c505238dc9842d475492bf405 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:16 +0200 Subject: [PATCH 02662/10074] gnome-themes-extra: added `no_autobump!` --- Formula/g/gnome-themes-extra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnome-themes-extra.rb b/Formula/g/gnome-themes-extra.rb index df576648159fa..ca00a162e06d5 100644 --- a/Formula/g/gnome-themes-extra.rb +++ b/Formula/g/gnome-themes-extra.rb @@ -6,6 +6,8 @@ class GnomeThemesExtra < Formula license "LGPL-2.1-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "bc49731aec4652327aac34ead43265575048800ac75e769fb8effc8e975f6bad" sha256 cellar: :any, arm64_ventura: "291bd9c91143fd2dac260a4ae70c37e77fb3da2e92d3fecd66f88c23cc95d320" From 319aff22c384862d52b39c97e3470cd758da4c1b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:17 +0200 Subject: [PATCH 02663/10074] gnu-barcode: added `no_autobump!` --- Formula/g/gnu-barcode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-barcode.rb b/Formula/g/gnu-barcode.rb index 009ed4955b4cb..3d11717b4ca27 100644 --- a/Formula/g/gnu-barcode.rb +++ b/Formula/g/gnu-barcode.rb @@ -6,6 +6,8 @@ class GnuBarcode < Formula sha256 "7c031cf3eb811242f53664379aebbdd9fae0b7b26b5e5d584c31a9f338154b64" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "30ba34d1c972ec24c6f5ccd484585cd114456d7a6523f16f31dcf58c81089663" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d037ed37810d7bd12b7e915857ec6789445d67ac197ba328102099ce8e00e781" From 3c36edb622784f6f640ef934a16fb7bc4b1ea368 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:17 +0200 Subject: [PATCH 02664/10074] gnu-complexity: added `no_autobump!` --- Formula/g/gnu-complexity.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-complexity.rb b/Formula/g/gnu-complexity.rb index 8591e142afba5..f1585f303b3c8 100644 --- a/Formula/g/gnu-complexity.rb +++ b/Formula/g/gnu-complexity.rb @@ -6,6 +6,8 @@ class GnuComplexity < Formula sha256 "80a625a87ee7c17fed02fb39482a7946fc757f10d8a4ffddc5372b4c4b739e67" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cd060b26ae921fe515fb597c86e07eb82c0cad595d8eab8547cd421db5a249e3" sha256 cellar: :any, arm64_sonoma: "8e32f6384e57c2e21cce940fc39b2be2257b0a200367a48f85aee626988a9863" From eacdb915a28fc4df65a6e874d568f9df040584c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:17 +0200 Subject: [PATCH 02665/10074] gnu-go: added `no_autobump!` --- Formula/g/gnu-go.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-go.rb b/Formula/g/gnu-go.rb index a1b0d26d008fa..4d4adbac2a48a 100644 --- a/Formula/g/gnu-go.rb +++ b/Formula/g/gnu-go.rb @@ -10,6 +10,8 @@ class GnuGo < Formula revision 1 head "https://git.savannah.gnu.org/git/gnugo.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b638af6216ed0bd736823bab2fe42ca902dd9768a69fee4009726808aeeea448" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4a8369ddd4c22df9f43cbc88b769da13639aacdde5876bf22f4e20f54789143" From 6315c8ecbdc3ef0d1754bd5b89956fbd76f3f95e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:17 +0200 Subject: [PATCH 02666/10074] gnu-indent: added `no_autobump!` --- Formula/g/gnu-indent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-indent.rb b/Formula/g/gnu-indent.rb index 66eaa13727d44..c79cd548df0d4 100644 --- a/Formula/g/gnu-indent.rb +++ b/Formula/g/gnu-indent.rb @@ -6,6 +6,8 @@ class GnuIndent < Formula sha256 "9e64634fc4ce6797b204bcb8897ce14fdd0ab48ca57696f78767c59cae578095" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "bd0bd4400bed0df025ba9e73add09aaa2c2e4ac341dfcc59d69f1cd4c6394f6a" From af9366547f6561645f0a06dce2920eb4ab8af345 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:17 +0200 Subject: [PATCH 02667/10074] gnu-prolog: added `no_autobump!` --- Formula/g/gnu-prolog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-prolog.rb b/Formula/g/gnu-prolog.rb index ee428250f4a5a..e1f66477d30dc 100644 --- a/Formula/g/gnu-prolog.rb +++ b/Formula/g/gnu-prolog.rb @@ -10,6 +10,8 @@ class GnuProlog < Formula regex(/href=.*?gprolog[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "311488f7874b46d9e06c9499df180ab4008260935fbe5f6335eb4cb37d303f84" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce33996a42c4d43c19084bd12fa5e6121d9b1650db96f6dd36bd1c54d85e47a1" From 361c98ba6a1cbbc53b4ed6aa264732cba5835573 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:17 +0200 Subject: [PATCH 02668/10074] gnu-sed: added `no_autobump!` --- Formula/g/gnu-sed.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-sed.rb b/Formula/g/gnu-sed.rb index aee6265fa4575..9dc864e19a17a 100644 --- a/Formula/g/gnu-sed.rb +++ b/Formula/g/gnu-sed.rb @@ -6,6 +6,8 @@ class GnuSed < Formula sha256 "6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "70edbfd4aa9ec24bd48e21353d18433741c13ec10c9903d5c93349eabb83bebb" From 2db0d7d4ce90c49ac65995652e31342a2d67bc79 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:18 +0200 Subject: [PATCH 02669/10074] gnu-shogi: added `no_autobump!` --- Formula/g/gnu-shogi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-shogi.rb b/Formula/g/gnu-shogi.rb index 799f6cb32991f..6630aacb8043a 100644 --- a/Formula/g/gnu-shogi.rb +++ b/Formula/g/gnu-shogi.rb @@ -6,6 +6,8 @@ class GnuShogi < Formula sha256 "1ecc48a866303c63652552b325d685e7ef5e9893244080291a61d96505d52b29" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "af1b6d676a20358883f12095fc36af7379e69c8438cc1c3096116b0748952485" sha256 arm64_sonoma: "0702ff59b956256f5452b9581f38659d15820e201f91fa571eb97f814118fea1" From a781aa5b6e119804d14d3f6799070c4c4378f0c3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:18 +0200 Subject: [PATCH 02670/10074] gnu-smalltalk: added `no_autobump!` --- Formula/g/gnu-smalltalk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-smalltalk.rb b/Formula/g/gnu-smalltalk.rb index 7cebcf3adc0a9..33751d67415be 100644 --- a/Formula/g/gnu-smalltalk.rb +++ b/Formula/g/gnu-smalltalk.rb @@ -17,6 +17,8 @@ class GnuSmalltalk < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "fa42deb9637324919358ee25610a53e01088fb726c82f4128f9472da1311935c" From d116ab6d769f07ec17d71f521ab0c7218952958c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:18 +0200 Subject: [PATCH 02671/10074] gnu-tar: added `no_autobump!` --- Formula/g/gnu-tar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-tar.rb b/Formula/g/gnu-tar.rb index 129fb4e2068eb..cf9de542f69ea 100644 --- a/Formula/g/gnu-tar.rb +++ b/Formula/g/gnu-tar.rb @@ -6,6 +6,8 @@ class GnuTar < Formula sha256 "14d55e32063ea9526e057fbf35fcabd53378e769787eff7919c3755b02d2b57e" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "731785debae0adb1e95cb3775f6b71f16ab39d710e84e9fb2f3fb02c69e57520" From b1d1faf4c7d2864679c3d86f2b515202790cc144 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:18 +0200 Subject: [PATCH 02672/10074] gnu-time: added `no_autobump!` --- Formula/g/gnu-time.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnu-time.rb b/Formula/g/gnu-time.rb index bb30ca5939a4f..7afbbf3f9e65d 100644 --- a/Formula/g/gnu-time.rb +++ b/Formula/g/gnu-time.rb @@ -6,6 +6,8 @@ class GnuTime < Formula sha256 "fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "963acabedfade9cea9496798c8b026794762de08137f791c778e128310fcb1ad" From f5c3c9c00177e3847ff84ce0614275d9d5cb08ec Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:18 +0200 Subject: [PATCH 02673/10074] gnucobol: added `no_autobump!` --- Formula/g/gnucobol.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnucobol.rb b/Formula/g/gnucobol.rb index d6c9074cd5466..de90d8bba6fc3 100644 --- a/Formula/g/gnucobol.rb +++ b/Formula/g/gnucobol.rb @@ -11,6 +11,8 @@ class Gnucobol < Formula regex(/href=.*?gnucobol[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bd9d5d2f036d25fd97126fb46f72a33b30b2dca448e2fb6b1b351b6cd9c9de94" sha256 arm64_sonoma: "35b99190f38a4ce4f20096a3fcc9e258eae128303f7651c1b0502376577e1ab0" From f5281d59df8fecfc77d1552b1c0478ef443dd59f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:18 +0200 Subject: [PATCH 02674/10074] gnupg@1.4: added `no_autobump!` --- Formula/g/gnupg@1.4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnupg@1.4.rb b/Formula/g/gnupg@1.4.rb index d3e43fe2333d2..1467d25a7f433 100644 --- a/Formula/g/gnupg@1.4.rb +++ b/Formula/g/gnupg@1.4.rb @@ -12,6 +12,8 @@ class GnupgAT14 < Formula regex(/href=.*?gnupg[._-]v?(1\.4(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "3feee712ec2e654beb69d4d4270faa84490981094c1592d2fad3793229a4dfcb" sha256 arm64_sonoma: "bc3e33a439e34c3e1e39a6e3d38c507d000f6cbc241ea0aa92977ffcc5eda72e" From 811ccb213934c3bd10efff4005905458ef92941a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:19 +0200 Subject: [PATCH 02675/10074] gnupg@2.2: added `no_autobump!` --- Formula/g/gnupg@2.2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnupg@2.2.rb b/Formula/g/gnupg@2.2.rb index ff72575b82a22..960268685491e 100644 --- a/Formula/g/gnupg@2.2.rb +++ b/Formula/g/gnupg@2.2.rb @@ -5,6 +5,8 @@ class GnupgAT22 < Formula sha256 "d1abecd2b6c052749fd5748ba9de7021567e06b573dc6becac8df25cb87500e8" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8d5d196f730de5750668c544a89072f9b49f4c1e50b789febfef6dfa45737732" sha256 arm64_sonoma: "95e6b4de9833631f8edabe5e884f361064868fdd53cedc77270c44c5cff92fb9" From c67c0fbdd0c76c9ac81e89142d7afb3d4cf38366 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:19 +0200 Subject: [PATCH 02676/10074] gnuski: added `no_autobump!` --- Formula/g/gnuski.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnuski.rb b/Formula/g/gnuski.rb index c34e8e9688d2e..5329c72e1edca 100644 --- a/Formula/g/gnuski.rb +++ b/Formula/g/gnuski.rb @@ -5,6 +5,8 @@ class Gnuski < Formula sha256 "1b629bd29dd6ad362b56055ccdb4c7ad462ff39d7a0deb915753c2096f5f959d" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa3056f32083991e84354204c559e07b61f5b79b0a24ca13cd655da45815b5d8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b235ad7ef6b4326f8e170d14a29fe29b96c18bf2cec583bfac6e88cc3ff0f7d" From e0fd4d66d21a9a0008082982e0c1c09615be4107 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:19 +0200 Subject: [PATCH 02677/10074] gnustep-base: added `no_autobump!` --- Formula/g/gnustep-base.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnustep-base.rb b/Formula/g/gnustep-base.rb index ffb30dc247cc6..d805e9105413c 100644 --- a/Formula/g/gnustep-base.rb +++ b/Formula/g/gnustep-base.rb @@ -17,6 +17,8 @@ class GnustepBase < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "022cbc646ea0a05743c51cb7d804549b78d53bd2b9900113421ba9b37853e515" sha256 cellar: :any, arm64_sonoma: "c87551242fea4d1739d7c651a590113ef97ec2f25a7e5ed3067ef4d5d382d62b" From 8db9e34a325304f48f2de63f4e7f90ba14272fff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:19 +0200 Subject: [PATCH 02678/10074] gnustep-make: added `no_autobump!` --- Formula/g/gnustep-make.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gnustep-make.rb b/Formula/g/gnustep-make.rb index 8712a1ca5bc3d..01fa6ee709faa 100644 --- a/Formula/g/gnustep-make.rb +++ b/Formula/g/gnustep-make.rb @@ -13,6 +13,8 @@ class GnustepMake < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1408996d17615db43b394bef9a1bda04059ee607901189ec75b7fd824e12a78d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a1dc5ebf1c4abc7ee6df941f4fec23ab549a41634715e06747bdead843ed657" From 8078becaf9806886f3013daff42f9597c79f9628 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:19 +0200 Subject: [PATCH 02679/10074] go-bindata: added `no_autobump!` --- Formula/g/go-bindata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/go-bindata.rb b/Formula/g/go-bindata.rb index 8ea36ecb86218..765321f202f34 100644 --- a/Formula/g/go-bindata.rb +++ b/Formula/g/go-bindata.rb @@ -6,6 +6,8 @@ class GoBindata < Formula license "BSD-2-Clause" head "https://github.com/kevinburke/go-bindata.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f977a8bca6e460e124842d67240dbc2001b9fc0fd5fbb4399918609d17503dd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e84dc7d2a78aad296659dbe0d476a943eccf5493274e4c0ca6a75470b3c4beaf" From e0d984b8db9f246feb3333820c96886509bf5375 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:20 +0200 Subject: [PATCH 02680/10074] go-boring: added `no_autobump!` --- Formula/g/go-boring.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/go-boring.rb b/Formula/g/go-boring.rb index 41906f430f376..549131fc77b4e 100644 --- a/Formula/g/go-boring.rb +++ b/Formula/g/go-boring.rb @@ -6,6 +6,8 @@ class GoBoring < Formula sha256 "4ced930d738cb30f4c4b28b7281d1e2e397eda2353b4c8f7c6de82ef589acc0b" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d3a8bebf95e0be877fae27cbe73a5619ead13a2a1635c7a38c180646cc6c5c2f" sha256 arm64_sonoma: "a10ce7882dadd6ae0a965a5c8e5bff377f790d57f2ca2fa6b2f92c1dc1b2402d" From 113c7b4328d1b3b59e54b6007e3e48c35d2dcd1d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:20 +0200 Subject: [PATCH 02681/10074] go-jira: added `no_autobump!` --- Formula/g/go-jira.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/go-jira.rb b/Formula/g/go-jira.rb index 37ded7a8df3ec..d5364cc573534 100644 --- a/Formula/g/go-jira.rb +++ b/Formula/g/go-jira.rb @@ -11,6 +11,8 @@ class GoJira < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "71657b7b31e15f29675a246bb6a900dd5ae8d7156bbfe7aea9c2f07f460da220" sha256 cellar: :any_skip_relocation, arm64_sonoma: "887196c990be21bd4cf00789fb18849eac19a704e2b4962a4de933aec8da9dc2" From 9e39641533c829828d7eb194fd3cf0c902358144 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:20 +0200 Subject: [PATCH 02682/10074] go-jsonnet: added `no_autobump!` --- Formula/g/go-jsonnet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/go-jsonnet.rb b/Formula/g/go-jsonnet.rb index b27188e291dc9..d4da64c7cfc68 100644 --- a/Formula/g/go-jsonnet.rb +++ b/Formula/g/go-jsonnet.rb @@ -11,6 +11,8 @@ class GoJsonnet < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1da0bff35201dd30f0992b3a4d2be4dcf4081a8ece97e8841cdc56202ce9f5f4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1da0bff35201dd30f0992b3a4d2be4dcf4081a8ece97e8841cdc56202ce9f5f4" From 64bb4fdffa0bca249629621807e4e59c31b772bc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:20 +0200 Subject: [PATCH 02683/10074] go-statik: added `no_autobump!` --- Formula/g/go-statik.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/go-statik.rb b/Formula/g/go-statik.rb index 3fd2d29193f94..5298e42795936 100644 --- a/Formula/g/go-statik.rb +++ b/Formula/g/go-statik.rb @@ -6,6 +6,8 @@ class GoStatik < Formula license "Apache-2.0" head "https://github.com/rakyll/statik.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "95aa24d379a2bbd53eef6bcac8f69bb4813aef3d5957ccf022ba5f34ba7e5281" From 844454079b90def4127dcd8abafe2e93b186dc7f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:20 +0200 Subject: [PATCH 02684/10074] go@1.19: added `no_autobump!` --- Formula/g/go@1.19.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/go@1.19.rb b/Formula/g/go@1.19.rb index 6def20b1848bd..677a1770c5710 100644 --- a/Formula/g/go@1.19.rb +++ b/Formula/g/go@1.19.rb @@ -6,6 +6,8 @@ class GoAT119 < Formula sha256 "ccf36b53fb0024a017353c3ddb22c1f00bc7a8073c6aac79042da24ee34434d3" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "32c7123bcc814d8ed1f54c072ab06e4128f82378feee8a3fa78e8475ceb5b55a" sha256 cellar: :any_skip_relocation, arm64_ventura: "cf10aa203445ad09fcb6e97e91ee75cb41215b3d9b84e1c25e6e24ba45454dbc" From 1b897183c1f8d1dfb9f01be43a631c61e67cfd89 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:21 +0200 Subject: [PATCH 02685/10074] go@1.20: added `no_autobump!` --- Formula/g/go@1.20.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/go@1.20.rb b/Formula/g/go@1.20.rb index 7b02347cdbb9c..5868ee8005ca4 100644 --- a/Formula/g/go@1.20.rb +++ b/Formula/g/go@1.20.rb @@ -6,6 +6,8 @@ class GoAT120 < Formula sha256 "1aef321a0e3e38b7e91d2d7eb64040666cabdcc77d383de3c9522d0d69b67f4e" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fa23aea0aeed267195266f0242cd459f5027339d5485aa6eae3073736608e4c" From fb00cd71de4a44c4f88f1d631a995c085db10b75 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:21 +0200 Subject: [PATCH 02686/10074] go@1.21: added `no_autobump!` --- Formula/g/go@1.21.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/go@1.21.rb b/Formula/g/go@1.21.rb index 893bf111f9a40..23c9b3f0bf465 100644 --- a/Formula/g/go@1.21.rb +++ b/Formula/g/go@1.21.rb @@ -7,6 +7,8 @@ class GoAT121 < Formula license "BSD-3-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0653847518101d80daf1da2b2e14a2c6fd76c5821c6692ab8b0a492bfdb1761d" sha256 arm64_sonoma: "67a54a23b293d32ac840196dd114014e6d4b816861aa5a8422a0b1d1850fe7f9" From 7ae6cb3eb68049db03639e3b76503dfae3f90919 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:21 +0200 Subject: [PATCH 02687/10074] go@1.22: added `no_autobump!` --- Formula/g/go@1.22.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/go@1.22.rb b/Formula/g/go@1.22.rb index f2c43adcb318c..bbd42ffc0c231 100644 --- a/Formula/g/go@1.22.rb +++ b/Formula/g/go@1.22.rb @@ -6,6 +6,8 @@ class GoAT122 < Formula sha256 "012a7e1f37f362c0918c1dfa3334458ac2da1628c4b9cf4d9ca02db986e17d71" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "af5d726bee9702a638b3d311f14be29925d351537b861673710b68facfac9b8c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "095b712e18e4f6893d3a0e205c4b72bfa25854fd4fe56af648f182f1f8cb91cb" From c340f438a12c5b7a134610c390b1b032f8baf8f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:21 +0200 Subject: [PATCH 02688/10074] gobackup: added `no_autobump!` --- Formula/g/gobackup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gobackup.rb b/Formula/g/gobackup.rb index 566c3722c05d3..35af35129311e 100644 --- a/Formula/g/gobackup.rb +++ b/Formula/g/gobackup.rb @@ -6,6 +6,8 @@ class Gobackup < Formula license "MIT" head "https://github.com/gobackup/gobackup.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "255bb91d56da8122c45a264d26252e20fb49d8c6a8da83555ff6443f581f3e30" sha256 cellar: :any_skip_relocation, arm64_sonoma: "255bb91d56da8122c45a264d26252e20fb49d8c6a8da83555ff6443f581f3e30" From ea84f960ac567d97ca809409bfc00ed68a50d148 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:21 +0200 Subject: [PATCH 02689/10074] gobo: added `no_autobump!` --- Formula/g/gobo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gobo.rb b/Formula/g/gobo.rb index d7d2d6d176489..9295ec84e3231 100644 --- a/Formula/g/gobo.rb +++ b/Formula/g/gobo.rb @@ -5,6 +5,8 @@ class Gobo < Formula sha256 "ed2d82ce3c271e60914a42bde1d1c99446df8902ae1b62fd0e4dca2b99de8068" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c1bb4e89735e55958734cc7f0c3659fdf718518726437f8dacc1a2ff97d63b5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b446b9e9a0589618cfe849f251df510d77a5f169f71bcf0798ea6d771713fea8" From 0da7c367a5fea0eedb252bb90d0b4f30540bcf2d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:21 +0200 Subject: [PATCH 02690/10074] gobuster: added `no_autobump!` --- Formula/g/gobuster.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gobuster.rb b/Formula/g/gobuster.rb index 6f7028da52d49..099a40e1024ce 100644 --- a/Formula/g/gobuster.rb +++ b/Formula/g/gobuster.rb @@ -6,6 +6,8 @@ class Gobuster < Formula license "Apache-2.0" head "https://github.com/OJ/gobuster.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "da882bae38256fa273b80071e504340c008df9fce87ddd80fb9a6f00b20c00bd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "52048ab65b5ae408a1e86fc546f7b32b3361324c7a5e46b0ebedfa15e436ef20" From daaf2e603d2cc1137881d337a0262e0d316c4e01 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:22 +0200 Subject: [PATCH 02691/10074] gocr: added `no_autobump!` --- Formula/g/gocr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gocr.rb b/Formula/g/gocr.rb index a7eee00ac8a7e..5db472af9542b 100644 --- a/Formula/g/gocr.rb +++ b/Formula/g/gocr.rb @@ -11,6 +11,8 @@ class Gocr < Formula regex(%r{href=(?:["']?|.*?/)gocr[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f38bbed5dfe8ae2150cab6f508e71dc9402d9f05c3c72273f3c9270dd42ff6fa" sha256 cellar: :any, arm64_sonoma: "0d859924dd354cc1c623786533136a7ecded331ad47565f208f954ad7091e957" From 1e19d313ce171cdd2905f0c41debdb78debebfa8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:22 +0200 Subject: [PATCH 02692/10074] goenv: added `no_autobump!` --- Formula/g/goenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/goenv.rb b/Formula/g/goenv.rb index 15cd7e60cd0ac..e73ec461aaad1 100644 --- a/Formula/g/goenv.rb +++ b/Formula/g/goenv.rb @@ -12,6 +12,8 @@ class Goenv < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "58437356ca3fdb08fb0102b6cd0baf241f6335217c785e0104d1422828938db7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "58437356ca3fdb08fb0102b6cd0baf241f6335217c785e0104d1422828938db7" From b50dc2255cd1762cbc18987e7d1e13e996d3ba4a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:22 +0200 Subject: [PATCH 02693/10074] gokart: added `no_autobump!` --- Formula/g/gokart.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gokart.rb b/Formula/g/gokart.rb index bb06601a973b8..505f88292256d 100644 --- a/Formula/g/gokart.rb +++ b/Formula/g/gokart.rb @@ -6,6 +6,8 @@ class Gokart < Formula license "Apache-2.0" head "https://github.com/praetorian-inc/gokart.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "507a041c828e63ce0dc9aab9e1813c8d3d88953a36f0c7d78d6b26494e061feb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a79a35e7badd5894d6080b74b28f701b14d680a6480b78ab237ebb77083a559f" From 5ca16e90681ef772d9bff05f43121fb2735778f1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:22 +0200 Subject: [PATCH 02694/10074] golines: added `no_autobump!` --- Formula/g/golines.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/golines.rb b/Formula/g/golines.rb index 6aaaaac7934ec..cfe913512419f 100644 --- a/Formula/g/golines.rb +++ b/Formula/g/golines.rb @@ -6,6 +6,8 @@ class Golines < Formula license "MIT" head "https://github.com/segmentio/golines.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0253679e4f9c75f4481d25f95b06b22c67f7436b62120053fff951fe895be818" From a78e8ffedca93a91fbae3f8f09e959912e728efe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:22 +0200 Subject: [PATCH 02695/10074] gollum: added `no_autobump!` --- Formula/g/gollum.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gollum.rb b/Formula/g/gollum.rb index a2c30c10642b8..8b0552c892dba 100644 --- a/Formula/g/gollum.rb +++ b/Formula/g/gollum.rb @@ -6,6 +6,8 @@ class Gollum < Formula license "Apache-2.0" head "https://github.com/trivago/gollum.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a14fd87fbe28f9b6d56c0db996208418e6410e00385899f2d381a9602f7b8f8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "50cf6d3f9112bc08aa3f73561600db725179266bab393b0e3f7f891d6b4f6a7a" From fbb50d78d265504809f60f48e5670ba72a5f1300 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:22 +0200 Subject: [PATCH 02696/10074] gom: added `no_autobump!` --- Formula/g/gom.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gom.rb b/Formula/g/gom.rb index 0f03bfc659078..50aaccc7539b5 100644 --- a/Formula/g/gom.rb +++ b/Formula/g/gom.rb @@ -12,6 +12,8 @@ class Gom < Formula regex(/gom[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "653c39bbf08707dc8fc4204ce7b2317ff5304cf9050910df166292b34b68abdc" sha256 cellar: :any, arm64_sonoma: "5a91a0b28b4eb4621c687882d85be9d61fb9055affb380a9975ea884bbc56956" From e0da766e9e1b2fbc9a6d4003aa475d4975e8a25f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:23 +0200 Subject: [PATCH 02697/10074] gomodifytags: added `no_autobump!` --- Formula/g/gomodifytags.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gomodifytags.rb b/Formula/g/gomodifytags.rb index 680d0e0a27852..f26add5f1ab6f 100644 --- a/Formula/g/gomodifytags.rb +++ b/Formula/g/gomodifytags.rb @@ -6,6 +6,8 @@ class Gomodifytags < Formula license "BSD-3-Clause" head "https://github.com/fatih/gomodifytags.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7474e31cc4b65ec1f641c57a371aa13754a0044cfd63f611f29e594e799ea7f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b8b61d88b7f280dce019aca484de7be64234a31ba3b20192e35f3c58dc5e0ac" From 8166b05379d1d3bcf581c2bb9bd5bcee88127918 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:23 +0200 Subject: [PATCH 02698/10074] goocanvas: added `no_autobump!` --- Formula/g/goocanvas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/goocanvas.rb b/Formula/g/goocanvas.rb index cc64130ed10ee..c184cb37fd32b 100644 --- a/Formula/g/goocanvas.rb +++ b/Formula/g/goocanvas.rb @@ -6,6 +6,8 @@ class Goocanvas < Formula license "LGPL-2.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8bd21a150d98f2abed5d68ac690487f1d2311e509bc54087d8b577a294bd6711" sha256 arm64_sonoma: "e700e5fb6f0f6454c9cc42975dae876c53f62ec1e6f5db3acadfea35232b72c5" From c4459a7d8eccf55b915f2e5853cf46ec1ed2a325 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:23 +0200 Subject: [PATCH 02699/10074] google-sparsehash: added `no_autobump!` --- Formula/g/google-sparsehash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/google-sparsehash.rb b/Formula/g/google-sparsehash.rb index 712c3f02ccbbd..d1042ba75e6f2 100644 --- a/Formula/g/google-sparsehash.rb +++ b/Formula/g/google-sparsehash.rb @@ -6,6 +6,8 @@ class GoogleSparsehash < Formula license "BSD-3-Clause" head "https://github.com/sparsehash/sparsehash.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "172ff956a189cea419801e2ce07c5fd7c80f1e7a2372d1c02270a392e272204c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5fe99f9acb9ab292d249f8c1bc05382687e8a24399447f135f707da6f402ef11" From ec0da2aea90c4c23d089e43a2cddf2eb47c948b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:23 +0200 Subject: [PATCH 02700/10074] goolabs: added `no_autobump!` --- Formula/g/goolabs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/goolabs.rb b/Formula/g/goolabs.rb index 9f6a2b6f90baa..af760e317a269 100644 --- a/Formula/g/goolabs.rb +++ b/Formula/g/goolabs.rb @@ -8,6 +8,8 @@ class Goolabs < Formula license "MIT" revision 11 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "4e66fc7b3ab4145371793377910c4410cc8ad73e428019417dbdaf4c15e45db8" From 071e5f2ee055f03352d426acc5b9c0a842edb2db Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:23 +0200 Subject: [PATCH 02701/10074] goproxy: added `no_autobump!` --- Formula/g/goproxy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/goproxy.rb b/Formula/g/goproxy.rb index 1c48e5eae8abc..ba4a6d2f6b813 100644 --- a/Formula/g/goproxy.rb +++ b/Formula/g/goproxy.rb @@ -6,6 +6,8 @@ class Goproxy < Formula license "MIT" head "https://github.com/goproxyio/goproxy.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4628f23dc61779b619443f499de2c7c9c59af86728a04b0c87f6e6230d99ba0b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "908b96ecd4bb860988e68fa7072067bd4d20b1ed8ee2d4a0e2ed1d5a27b6b06b" From 0e66a06b06da58dd0018147d8e579d46ffb927c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:24 +0200 Subject: [PATCH 02702/10074] gops: added `no_autobump!` --- Formula/g/gops.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gops.rb b/Formula/g/gops.rb index 042116b18b7a3..8c2c4084cc166 100644 --- a/Formula/g/gops.rb +++ b/Formula/g/gops.rb @@ -6,6 +6,8 @@ class Gops < Formula license "BSD-3-Clause" head "https://github.com/google/gops.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e6424f29a0624aa928ab6604ea0bfebd30fbf1359343c94a827deb39dc32561" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9705e404ae430eef52e18a9bd0efcd7aba007de76ef17d967a1da2c949e73130" From 697e9b0db8ca60bfa5ecab7a9000dd9dbb9a116b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:24 +0200 Subject: [PATCH 02703/10074] gost: added `no_autobump!` --- Formula/g/gost.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gost.rb b/Formula/g/gost.rb index 26c0599ba2679..714dd00051c1f 100644 --- a/Formula/g/gost.rb +++ b/Formula/g/gost.rb @@ -6,6 +6,8 @@ class Gost < Formula license "MIT" head "https://github.com/ginuerzh/gost.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "57e454b905ac17f21519f34ed868db709413efb45f53fe37edeb9bd0e9da0259" sha256 cellar: :any_skip_relocation, arm64_sonoma: "86b48c89f4ea3d4edaaa3cec855981de9ac0fc36cc82f50b166bf6bf688c8997" From dfe8835a4131cb0665f6d40a977269b4bab12cf9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:24 +0200 Subject: [PATCH 02704/10074] gotags: added `no_autobump!` --- Formula/g/gotags.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gotags.rb b/Formula/g/gotags.rb index 720e2b36bfb36..91dd16fa5edfd 100644 --- a/Formula/g/gotags.rb +++ b/Formula/g/gotags.rb @@ -6,6 +6,8 @@ class Gotags < Formula license "MIT" head "https://github.com/jstemmer/gotags.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f52b68fbe9bb332e8897c64df4b8843de5290cfd2160f1b1854b6939c1475d8e" From 4a9765c1f390dec204041e830079e7468f309fff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:24 +0200 Subject: [PATCH 02705/10074] gotests: added `no_autobump!` --- Formula/g/gotests.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gotests.rb b/Formula/g/gotests.rb index 4534ac8d453d3..e020648046ef5 100644 --- a/Formula/g/gotests.rb +++ b/Formula/g/gotests.rb @@ -6,6 +6,8 @@ class Gotests < Formula license "Apache-2.0" head "https://github.com/cweill/gotests.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a4ead9137295c0e945537a9deb41f5ff067502aff113bf316a5248efb187fdf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0b134507e83f35bd6ea48afde71bd95ffe174d98b9dd64fbd1f7afe7fda75b5" From 4e3782bbc02a96fc8e9cc6a2db5b0ec90d5eb2fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:24 +0200 Subject: [PATCH 02706/10074] goto: added `no_autobump!` --- Formula/g/goto.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/goto.rb b/Formula/g/goto.rb index 3763a46ad7017..f72c436a69f95 100644 --- a/Formula/g/goto.rb +++ b/Formula/g/goto.rb @@ -5,6 +5,8 @@ class Goto < Formula sha256 "460fe3994455501b50b2f771f999ace77ade295122e90e959084047dbfb1f0dc" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "43777539bca93f8ed079e3c3701cc37128ac7ba6b98006b91c39a0aa2e6b09bc" From a3371c15d1d5ddad980b522dc6e580932a50d7a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:25 +0200 Subject: [PATCH 02707/10074] gotop: added `no_autobump!` --- Formula/g/gotop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gotop.rb b/Formula/g/gotop.rb index 24c3ad1e9f5d1..87f4adcc46d66 100644 --- a/Formula/g/gotop.rb +++ b/Formula/g/gotop.rb @@ -6,6 +6,8 @@ class Gotop < Formula license "BSD-3-Clause" head "https://github.com/xxxserxxx/gotop.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c500e1f45ee743f9628545a7de331e9729a90693be2f5dfea3d297bb7d8772d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ca9e4643126c9f07e728798d9c784b613d03bb6a947b7641b7e6e702f39a94e" From 75cd79ea80b8b300829595f56122324d11aabaf9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:25 +0200 Subject: [PATCH 02708/10074] gox: added `no_autobump!` --- Formula/g/gox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gox.rb b/Formula/g/gox.rb index 7374bfbc80797..92c3b22a54ad1 100644 --- a/Formula/g/gox.rb +++ b/Formula/g/gox.rb @@ -6,6 +6,8 @@ class Gox < Formula license "MPL-2.0" head "https://github.com/mitchellh/gox.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f346f15730ace29a22a62e16507561338fea2dd9233fed1dd5ad79133de5396" From 20ad115c61fa4b3d1297a1ec5d98a645a7276c4a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:25 +0200 Subject: [PATCH 02709/10074] goyacc: added `no_autobump!` --- Formula/g/goyacc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/goyacc.rb b/Formula/g/goyacc.rb index 6efb7de3e76b8..78d48b7c56a08 100644 --- a/Formula/g/goyacc.rb +++ b/Formula/g/goyacc.rb @@ -6,6 +6,8 @@ class Goyacc < Formula license "BSD-3-Clause" head "https://gitlab.com/cznic/goyacc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b225608148f3a4a021cf2c97288a15a0896f98772c89f2908c8abb359ffb0138" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b225608148f3a4a021cf2c97288a15a0896f98772c89f2908c8abb359ffb0138" From a674bb102e4181a2dcff63c27f55d57f4826e876 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:25 +0200 Subject: [PATCH 02710/10074] gpcslots2: added `no_autobump!` --- Formula/g/gpcslots2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gpcslots2.rb b/Formula/g/gpcslots2.rb index 05c76a8a317f3..f9905cc95bdb9 100644 --- a/Formula/g/gpcslots2.rb +++ b/Formula/g/gpcslots2.rb @@ -11,6 +11,8 @@ class Gpcslots2 < Formula regex(%r{url=.*?/gpcslots2[._-]v?(\d+(?:[._-]\d+)+[a-z]?)}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "929c7fc634b2f18293d05562d73850df33ac33ff14e1d43bb62ccb42a4ab778b" From 248ee31d0e9a549be7e6997a15ab56eeb84a37d0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:25 +0200 Subject: [PATCH 02711/10074] gphoto2: added `no_autobump!` --- Formula/g/gphoto2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gphoto2.rb b/Formula/g/gphoto2.rb index 2e9309f4d7758..91f66ff3cc89e 100644 --- a/Formula/g/gphoto2.rb +++ b/Formula/g/gphoto2.rb @@ -11,6 +11,8 @@ class Gphoto2 < Formula regex(%r{url=.*?/gphoto2[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "5ae6c7be0e9948d7fd7d0f473a4fcb0f62d37d8961c5e9ff33f42095fbc17463" sha256 arm64_sonoma: "2c504b69c81e8ffa8b85422f2e253f728670335465411812dbdac5264cb721ec" From b7ff2627e157fd7c56d8aa20d97fe1ffd081b844 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:25 +0200 Subject: [PATCH 02712/10074] gping: added `no_autobump!` --- Formula/g/gping.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gping.rb b/Formula/g/gping.rb index ec0a6b4bc9c02..a5789e3c68533 100644 --- a/Formula/g/gping.rb +++ b/Formula/g/gping.rb @@ -15,6 +15,8 @@ class Gping < Formula regex(/^gping[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "39f6fb5ff80ebed71185f01e1228f50390ed76c40451fc7696bd6b426c81d177" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9ce0bca1083744caba3de2d937aa00a1106913c93ebc2a16a1e40bc9006c329" From 838dc5ed7698bef945df35a30c6f7fdaf59eeca1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:26 +0200 Subject: [PATCH 02713/10074] gplcver: added `no_autobump!` --- Formula/g/gplcver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gplcver.rb b/Formula/g/gplcver.rb index 5905ca6ff6c79..8dde946ddc07c 100644 --- a/Formula/g/gplcver.rb +++ b/Formula/g/gplcver.rb @@ -12,6 +12,8 @@ class Gplcver < Formula regex(%r{url=.*?/gplcver[._-]v?(\d+(?:\.\d+)+[a-z]?)\.src\.}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0add15edb99e15d1f6436b96c3030d44351f54bb81196948a16ee292d5d8b5b6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dde704f0707db66fc51b44e80096d941e26737b98ea99f43e78be17a32f9963c" From 4b3255c80276a7c57f6505e74ba58b1cb0ff50a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:26 +0200 Subject: [PATCH 02714/10074] gplugin: added `no_autobump!` --- Formula/g/gplugin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gplugin.rb b/Formula/g/gplugin.rb index bae08f8a9a801..39b963b10c8a9 100644 --- a/Formula/g/gplugin.rb +++ b/Formula/g/gplugin.rb @@ -12,6 +12,8 @@ class Gplugin < Formula url "https://sourceforge.net/projects/pidgin/rss?path=/gplugin" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "09e5e444bf267a554d99cbc4c49ae715f4394d394a89262198d5b9235adf0eb4" sha256 arm64_sonoma: "4bd6796d1074b0eed0f3e246359c0b2987da4bd4b1f9f3925276b0691a64c6b5" From c589a9e0dfe2ffb7552c1109c6f9e44f8aeef4a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:26 +0200 Subject: [PATCH 02715/10074] gpm: added `no_autobump!` --- Formula/g/gpm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gpm.rb b/Formula/g/gpm.rb index 5286949774d3c..72a8991a10592 100644 --- a/Formula/g/gpm.rb +++ b/Formula/g/gpm.rb @@ -6,6 +6,8 @@ class Gpm < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "02b1f03f80d4477e80aaa5b1cc62e9a4be9288f4d4116a23c386bb9b6fcd3906" From 18681e71d0a1944da15a40abba69fa76d3f92528 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:26 +0200 Subject: [PATCH 02716/10074] gpp: added `no_autobump!` --- Formula/g/gpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gpp.rb b/Formula/g/gpp.rb index c6addc9a9b2df..72cc2d59d4c4b 100644 --- a/Formula/g/gpp.rb +++ b/Formula/g/gpp.rb @@ -10,6 +10,8 @@ class Gpp < Formula regex(/href=.*?gpp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e45058ae226c20f00bdbbef60d201a6a15831da191ddb73cad7d5f487fd79ffa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "746aea08bdba427094f11b0ea24eaf8794860d18a10b6e5ca73bf961d51c2e6a" From 90516a03124709264778b634b741df2573c7e465 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:26 +0200 Subject: [PATCH 02717/10074] gpredict: added `no_autobump!` --- Formula/g/gpredict.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gpredict.rb b/Formula/g/gpredict.rb index 594bab7bb69ed..99f8f44d0e49d 100644 --- a/Formula/g/gpredict.rb +++ b/Formula/g/gpredict.rb @@ -30,6 +30,8 @@ class Gpredict < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4403289b0462934585554618873510ff96c04fde9853e6aeb3ddc048fd98ba31" sha256 arm64_sonoma: "a2f0896b69d12cc6fcefff733bb0c1f8dad89309125453ad660b3bca6d6bfb1d" From ab03770c2bf647f0777fe077fe6e73db7e36d82d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:27 +0200 Subject: [PATCH 02718/10074] gpsbabel: added `no_autobump!` --- Formula/g/gpsbabel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gpsbabel.rb b/Formula/g/gpsbabel.rb index 3bcef212ccb46..d65843b19a393 100644 --- a/Formula/g/gpsbabel.rb +++ b/Formula/g/gpsbabel.rb @@ -10,6 +10,8 @@ class Gpsbabel < Formula regex(/^gpsbabel[._-]v?(\d+(?:[._]\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "2fdf2224f180cf49634c7262ae03f435dc5a6717bba6b780e8b56d3901d00ffd" sha256 cellar: :any, arm64_ventura: "f33d3021cb041af672e04d337d783eda512ac37e2f1c53eb7b86341d6f13e332" From ad9fafee6862b72e89faa0ddd84e7b023ba6686f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:27 +0200 Subject: [PATCH 02719/10074] gpsd: added `no_autobump!` --- Formula/g/gpsd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gpsd.rb b/Formula/g/gpsd.rb index 6a36b60c9b849..e3c99c4c27b48 100644 --- a/Formula/g/gpsd.rb +++ b/Formula/g/gpsd.rb @@ -12,6 +12,8 @@ class Gpsd < Formula regex(/href=.*?gpsd[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "9a3bb3d5594e1b63686b3d40b42f1d8dedf396b03c952a6a758d74d374c08452" From 6ab89ca6fa548ccdbc9c71d834719b5a3814d431 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:27 +0200 Subject: [PATCH 02720/10074] gptfdisk: added `no_autobump!` --- Formula/g/gptfdisk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gptfdisk.rb b/Formula/g/gptfdisk.rb index e7b1b731d37cd..c859111a64852 100644 --- a/Formula/g/gptfdisk.rb +++ b/Formula/g/gptfdisk.rb @@ -5,6 +5,8 @@ class Gptfdisk < Formula sha256 "2abed61bc6d2b9ec498973c0440b8b804b7a72d7144069b5a9209b2ad693a282" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ba4643273f140cbd13365868699724cf632eb57dd3e5557d416437f84462b0c1" sha256 cellar: :any, arm64_sonoma: "09a2999c7d63ed2b2b1d1653b8b0eefc58e6a34f44deea18621b8c0137fc3382" From 253723709ed3ee0174429c508a995468c146af7b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:27 +0200 Subject: [PATCH 02721/10074] gptline: added `no_autobump!` --- Formula/g/gptline.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gptline.rb b/Formula/g/gptline.rb index 190520277f4ec..73eb856259be7 100644 --- a/Formula/g/gptline.rb +++ b/Formula/g/gptline.rb @@ -9,6 +9,8 @@ class Gptline < Formula revision 6 head "https://github.com/gnachman/gptline.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cbef12dac5db64be969f4ea0f09eddb1bc71dadcf30bd995f65020420aa312da" sha256 cellar: :any, arm64_sonoma: "b71669d19c26beb9fb83ef2cba3fd43d11b50d523cad19617689ba4da93711e5" From ba52d282a3af3ab4ffb8e933565f30d67db5e9a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:27 +0200 Subject: [PATCH 02722/10074] gptsync: added `no_autobump!` --- Formula/g/gptsync.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gptsync.rb b/Formula/g/gptsync.rb index 33199b62eb09e..2a08a608e8cbe 100644 --- a/Formula/g/gptsync.rb +++ b/Formula/g/gptsync.rb @@ -5,6 +5,8 @@ class Gptsync < Formula sha256 "c4b0803683c9f8a1de0b9f65d2b5a25a69100dcc608d58dca1611a8134cde081" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea49cd4b6cbba08342f764f78e56496a594edc524a8dd6ee3e0a475d6b558710" sha256 cellar: :any_skip_relocation, arm64_sonoma: "32b27f3cc32dfca25b1c1cbe4ca3518420cd1eb33cf867ec3d7d3941c536b4ba" From 163cced08ba802127a5a16614fce5ae3ebad6da9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:27 +0200 Subject: [PATCH 02723/10074] gputils: added `no_autobump!` --- Formula/g/gputils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gputils.rb b/Formula/g/gputils.rb index bf9e7df9ab416..638901f1c32c0 100644 --- a/Formula/g/gputils.rb +++ b/Formula/g/gputils.rb @@ -10,6 +10,8 @@ class Gputils < Formula regex(%r{url=.*?/gputils[._-]v?(\d+(?:\.\d+)+(?:-\d+)?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "002f4b80984f18e0c836c7672e342110f8a1fa7f8d45572acf70610361047d61" sha256 arm64_sonoma: "c09d1d95618d889cd0dc37285588a1925872389388f636c70764b8e6d8b9eb35" From fec49e30f679e2a61039b3c08e6ce456101b9095 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:28 +0200 Subject: [PATCH 02724/10074] gpx: added `no_autobump!` --- Formula/g/gpx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gpx.rb b/Formula/g/gpx.rb index 5332907fc808b..6c16cf6430910 100644 --- a/Formula/g/gpx.rb +++ b/Formula/g/gpx.rb @@ -6,6 +6,8 @@ class Gpx < Formula license "GPL-2.0-or-later" head "https://github.com/markwal/GPX.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cce4b9145a373c3c34a20ebf23371a7927d0de776d583dca2b9e711ca07e30d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "61e0254f04e3d84c686ebdc03b55e1e8cfdbf8763a562d7bebb098e9a350216d" From 2102de2df2abf0defa3d4fba6556fa475d1593ac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:28 +0200 Subject: [PATCH 02725/10074] gqlplus: added `no_autobump!` --- Formula/g/gqlplus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gqlplus.rb b/Formula/g/gqlplus.rb index 3b0e5df9e45ea..817e77649d7aa 100644 --- a/Formula/g/gqlplus.rb +++ b/Formula/g/gqlplus.rb @@ -6,6 +6,8 @@ class Gqlplus < Formula license "GPL-2.0-only" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "655578c016ff8dadbc3acec3696e90fb7fbab95af8a0f749ec4d2384ab977221" sha256 cellar: :any, arm64_sonoma: "c4534648d55a23ab49c6fd1e3a4c3c66ee928c7b4ab4cb1c10b9e132134a81f7" From 0455b918fd499d88a8c74f389c307a5f39f8881d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:28 +0200 Subject: [PATCH 02726/10074] grace: added `no_autobump!` --- Formula/g/grace.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grace.rb b/Formula/g/grace.rb index 4b2340b7e11fd..f0e10fa99f7ec 100644 --- a/Formula/g/grace.rb +++ b/Formula/g/grace.rb @@ -11,6 +11,8 @@ class Grace < Formula regex(/href=.*?grace[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "61fed352c42b6211971448d69512dd09726ef1daa1fab3f52d3ceeec048ad6d9" sha256 arm64_sonoma: "502d3e9a6cf08eb5080c2adc8aabc1833bc65cfd26bc9053cd3b4c0742e763a9" From b41ea981037f49f6fd06bf59f6a522904c155916 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:28 +0200 Subject: [PATCH 02727/10074] gradle@6: added `no_autobump!` --- Formula/g/gradle@6.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gradle@6.rb b/Formula/g/gradle@6.rb index 6462db97383a7..4ece3086a113e 100644 --- a/Formula/g/gradle@6.rb +++ b/Formula/g/gradle@6.rb @@ -5,6 +5,8 @@ class GradleAT6 < Formula sha256 "84b50e7b380e9dc9bbc81e30a8eb45371527010cf670199596c86875f774b8b0" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "26f425b0db255ccba20afda007fc2157720580605fab130693c8e536af362556" From 17557fb58d5348e60c46b233ad4afe12e6106d50 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:28 +0200 Subject: [PATCH 02728/10074] gradle@7: added `no_autobump!` --- Formula/g/gradle@7.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gradle@7.rb b/Formula/g/gradle@7.rb index 8f6fbea38fa56..c056b582abcaf 100644 --- a/Formula/g/gradle@7.rb +++ b/Formula/g/gradle@7.rb @@ -10,6 +10,8 @@ class GradleAT7 < Formula regex(/href=.*?gradle[._-]v?(7(?:\.\d+)+)-all\.(?:zip|t)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "06d7151adcd4d1affc762de7ff751c7a9c7e79f0187b66f27a54684f34aad1f9" end From e3aaeeb2e4439b9988c60c1b3e9ddf69b491ad82 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:28 +0200 Subject: [PATCH 02729/10074] grammarly-languageserver: added `no_autobump!` --- Formula/g/grammarly-languageserver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grammarly-languageserver.rb b/Formula/g/grammarly-languageserver.rb index de3efec87b210..109e475a9bdb0 100644 --- a/Formula/g/grammarly-languageserver.rb +++ b/Formula/g/grammarly-languageserver.rb @@ -6,6 +6,8 @@ class GrammarlyLanguageserver < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "78d49db050951e7d62fd3773c446298ed08ecd2df7e064250c552cf134957816" From e0c53792f3a6d5bb77337c5c88f717a43d790a70 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:29 +0200 Subject: [PATCH 02730/10074] grantlee: added `no_autobump!` --- Formula/g/grantlee.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grantlee.rb b/Formula/g/grantlee.rb index 7e9aa7073369c..584c81b6f3c58 100644 --- a/Formula/g/grantlee.rb +++ b/Formula/g/grantlee.rb @@ -6,6 +6,8 @@ class Grantlee < Formula license "LGPL-2.1-or-later" head "https://github.com/steveire/grantlee.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sonoma: "7821ba762af4dd4005b8c82ef9f2d3cbb9b03ad5ad67823ef92c9c6e8b249d48" From 6ca8ab39a48e5b092b08955c5ae6bf60640c1794 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:29 +0200 Subject: [PATCH 02731/10074] graphene: added `no_autobump!` --- Formula/g/graphene.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/graphene.rb b/Formula/g/graphene.rb index d1ad6e2bddc70..f775521b579f3 100644 --- a/Formula/g/graphene.rb +++ b/Formula/g/graphene.rb @@ -5,6 +5,8 @@ class Graphene < Formula sha256 "922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "11188e7d35c1a2c58483be14dc3ab2699d1829b8a1f4819abb00cdf566e6ce2f" sha256 cellar: :any, arm64_sonoma: "06b8b2bb6dced02c4ce32a827cc279b301fde81352f64880eef15153d88f071a" From 3212f5ae926356c59458103b8d8fe34d9765a18e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:29 +0200 Subject: [PATCH 02732/10074] graphite2: added `no_autobump!` --- Formula/g/graphite2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/graphite2.rb b/Formula/g/graphite2.rb index f904f5c619d88..cc220759927b4 100644 --- a/Formula/g/graphite2.rb +++ b/Formula/g/graphite2.rb @@ -6,6 +6,8 @@ class Graphite2 < Formula license any_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later", "MPL-1.1+"] head "https://github.com/silnrsi/graphite.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "150b286ab4cfc8696fcd3fa4e7fa24c9825f024ef991899850b850e6f334100f" sha256 cellar: :any, arm64_sonoma: "4cdee055db9958e12662c53661fab627057d3553974d15b289e2955b439f4a9d" From 574c2d09e3e56ad696fee92108973f486acc331f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:29 +0200 Subject: [PATCH 02733/10074] graphql-cli: added `no_autobump!` --- Formula/g/graphql-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/graphql-cli.rb b/Formula/g/graphql-cli.rb index 6909f0cc6a835..7c7e8b87802ff 100644 --- a/Formula/g/graphql-cli.rb +++ b/Formula/g/graphql-cli.rb @@ -13,6 +13,8 @@ class GraphqlCli < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b3b93d8d2e8b80bd3ebc5918dcde22171f00e81042c287c722ca10abda75034" From 41c80c6e5a42ffd4f456a5e3dd7ad4d49f96dd38 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:29 +0200 Subject: [PATCH 02734/10074] graphqlviz: added `no_autobump!` --- Formula/g/graphqlviz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/graphqlviz.rb b/Formula/g/graphqlviz.rb index 53f4e9bdfda13..c7a991200f0ce 100644 --- a/Formula/g/graphqlviz.rb +++ b/Formula/g/graphqlviz.rb @@ -5,6 +5,8 @@ class Graphqlviz < Formula sha256 "1ede0553fe61ca6f59876b31a7d86f8f9aa692456255c1acf91c204feb2e1ef3" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "4db2299d2acc437a3c3603bd69bca3baceade220abde52ae69b2146c9746cdd9" From b13558ec59edd01ad598aa9631584844956913cd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:29 +0200 Subject: [PATCH 02735/10074] gravity: added `no_autobump!` --- Formula/g/gravity.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gravity.rb b/Formula/g/gravity.rb index 690728b0205a1..c90d11f96d280 100644 --- a/Formula/g/gravity.rb +++ b/Formula/g/gravity.rb @@ -5,6 +5,8 @@ class Gravity < Formula sha256 "5ef70c940cd1f3fec5ca908fb10af60731750d62ba39bee08cb4711b72917e1d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b9deeeaa076effc41b7d65f16d152e75895327bb4692061afc8b86acc5c25fa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1938bccfa92b1139af3b20ffd2acab61f7860bfaa0a08ddb233b365db300e59c" From 606f73e5990d9b8abee62a51942c4e000caa622f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:30 +0200 Subject: [PATCH 02736/10074] grc: added `no_autobump!` --- Formula/g/grc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grc.rb b/Formula/g/grc.rb index 025f9266c5c66..91ef0989cc565 100644 --- a/Formula/g/grc.rb +++ b/Formula/g/grc.rb @@ -9,6 +9,8 @@ class Grc < Formula revision 1 head "https://github.com/garabik/grc.git", branch: "devel" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "c53a320fd40831dbfd74a3add881c94b5d8bca074b6826c190f35c1a3316d96d" From 0fc5915a4d7bbcbc33cf6fde7583401208dc3b3a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:30 +0200 Subject: [PATCH 02737/10074] greed: added `no_autobump!` --- Formula/g/greed.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/greed.rb b/Formula/g/greed.rb index cde1ba0a78ce5..75105920b22ff 100644 --- a/Formula/g/greed.rb +++ b/Formula/g/greed.rb @@ -7,6 +7,8 @@ class Greed < Formula license "BSD-2-Clause" head "https://gitlab.com/esr/greed.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7dd0a88d2965272e5c99454d0d94cb651ddb8379167b8ab7c796d4e94d146926" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a3e7b7239960308e29bf2dfe2e74e0c8d8f668eba481d83b64235180f96efbb" From ef1c778c419cee28ec846aec5784896e588a00b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:30 +0200 Subject: [PATCH 02738/10074] grepcidr: added `no_autobump!` --- Formula/g/grepcidr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grepcidr.rb b/Formula/g/grepcidr.rb index 408064448fa7f..22fbc539ca777 100644 --- a/Formula/g/grepcidr.rb +++ b/Formula/g/grepcidr.rb @@ -10,6 +10,8 @@ class Grepcidr < Formula regex(/href=.*?grepcidr[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5eaf72370f021e79e6cc7d25139a7789fad25fdef67ce5ceaa0f69dbd655b97" sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa33ac07532a239621ac6bfd62414cfdb9bcb12ea26be37a0631f4762755fc38" From e1f64e5d58de06cfa240d0dac888600e9f432e57 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:30 +0200 Subject: [PATCH 02739/10074] grepip: added `no_autobump!` --- Formula/g/grepip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grepip.rb b/Formula/g/grepip.rb index 0340523b90a0c..54fdd391516e6 100644 --- a/Formula/g/grepip.rb +++ b/Formula/g/grepip.rb @@ -11,6 +11,8 @@ class Grepip < Formula regex(/^grepip[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef333d42f469784211e7520c89ac8ac07014ca9e56a7ef3a87a29749ddae30dd" From a8b98067ec6f7d98ef8dc0372d666fe3d4e496e2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:30 +0200 Subject: [PATCH 02740/10074] grip: added `no_autobump!` --- Formula/g/grip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grip.rb b/Formula/g/grip.rb index f7c0c76d913c4..10f317d734c01 100644 --- a/Formula/g/grip.rb +++ b/Formula/g/grip.rb @@ -8,6 +8,8 @@ class Grip < Formula license "MIT" revision 11 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "66d5d0214f6aed545df1c8a30f0cda61d11b00d246b2001bcca3867b4ac35fbc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f8889412e6e2fd8169fa43dafaa97caf7898e91c1efad0d0f3e57e44bb87523" From ad813835f0d0079359d2d285842e0a9d99069535 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:31 +0200 Subject: [PATCH 02741/10074] groff: added `no_autobump!` --- Formula/g/groff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/groff.rb b/Formula/g/groff.rb index 380018bf57aaa..820ac6ecbbc78 100644 --- a/Formula/g/groff.rb +++ b/Formula/g/groff.rb @@ -7,6 +7,8 @@ class Groff < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "46fa52805546514d174798f2a8723a84827c13c2c7c106e246c9ff77b43eb4cf" sha256 arm64_sonoma: "14b00074485891c952dbb2a72627569a39f9f5ad7f0d0dd96c82474dfbc93811" From 7107667a9e981f813d5bd2d7c7d58cc340f7bf93 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:31 +0200 Subject: [PATCH 02742/10074] grok: added `no_autobump!` --- Formula/g/grok.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grok.rb b/Formula/g/grok.rb index fed632576dbe0..a1f876c472e21 100644 --- a/Formula/g/grok.rb +++ b/Formula/g/grok.rb @@ -20,6 +20,8 @@ class Grok < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "b74690719200cd67624f98e63ed4df5bd400ddc82ab728da9ce152b2bb4f0250" From 486d9dd3f0e6754194bd6f9e651f334d9a51df95 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:31 +0200 Subject: [PATCH 02743/10074] gron: added `no_autobump!` --- Formula/g/gron.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gron.rb b/Formula/g/gron.rb index 1e5e149a96294..5c323334eb4b9 100644 --- a/Formula/g/gron.rb +++ b/Formula/g/gron.rb @@ -6,6 +6,8 @@ class Gron < Formula license "MIT" head "https://github.com/tomnomnom/gron.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b0537d08cd5b8c60d561cdf84c3f9a2c51006506c36b4a5f54f28b686dd33a6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "597c9c6fc6cdf0006dece77e1954e5112ebb2d61d996fc5d2273018a634a3ecd" From 6640421c73c1f1d1c94c39ac2dc007e2fe22770e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:31 +0200 Subject: [PATCH 02744/10074] grpc@1.54: added `no_autobump!` --- Formula/g/grpc@1.54.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grpc@1.54.rb b/Formula/g/grpc@1.54.rb index bacd0da1ec562..ad927621e4098 100644 --- a/Formula/g/grpc@1.54.rb +++ b/Formula/g/grpc@1.54.rb @@ -8,6 +8,8 @@ class GrpcAT154 < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "cf92a1cc58e01fea2cc5344d1bf56cc4599a621a19221afefb973b8b54c8c324" sha256 cellar: :any, arm64_ventura: "0631cf6a63fca83abd8ff53b0a41811957c8efaf7a422a9f1987f5ee2fa4f88e" From 56c687ba136187af56109ab97cd5880f0ef4abd2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:31 +0200 Subject: [PATCH 02745/10074] grpcurl: added `no_autobump!` --- Formula/g/grpcurl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grpcurl.rb b/Formula/g/grpcurl.rb index acf6177a56618..daf956d64eb1c 100644 --- a/Formula/g/grpcurl.rb +++ b/Formula/g/grpcurl.rb @@ -6,6 +6,8 @@ class Grpcurl < Formula license "MIT" head "https://github.com/fullstorydev/grpcurl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b6be18c234287de07dc328bcf18ab337dc9b89a477e20110546d7615bd31815" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b6be18c234287de07dc328bcf18ab337dc9b89a477e20110546d7615bd31815" From c48e98692d2c14dc44d565964b792232430184d5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:31 +0200 Subject: [PATCH 02746/10074] grsync: added `no_autobump!` --- Formula/g/grsync.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grsync.rb b/Formula/g/grsync.rb index 5885717cb25f9..8ebee222958ef 100644 --- a/Formula/g/grsync.rb +++ b/Formula/g/grsync.rb @@ -6,6 +6,8 @@ class Grsync < Formula license "GPL-2.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "7acba4db4f6cd2ad09e1cffff1f7c0d24c46cbc611c8ed9c7e78a604b746b2cf" sha256 arm64_sonoma: "abf6159ff6f8b96053d162b2022ed8609af8c059c79348ae5557c28afeecc562" From 14bd9473c563ffeddc610039cd6fa03a782d8648 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:32 +0200 Subject: [PATCH 02747/10074] grt: added `no_autobump!` --- Formula/g/grt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grt.rb b/Formula/g/grt.rb index e7ebc43b52624..8bfdc6a30c393 100644 --- a/Formula/g/grt.rb +++ b/Formula/g/grt.rb @@ -5,6 +5,8 @@ class Grt < Formula sha256 "55bcabe7a58916461dc4341758eff2a45bd5b236c263dfe6e58c176c1a7e1ac4" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "074ba306d1024617ace8a0f056a9c55cf8cdb53ede10471eb77eeab5435f6e6d" sha256 cellar: :any, arm64_sonoma: "4fb256ad0e810c361d218210ba816f27e7f36d0b03547dba8a503d804c7928d3" From 9bba42326a8237a690e0445e9809b0625cafd345 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:32 +0200 Subject: [PATCH 02748/10074] grunt-cli: added `no_autobump!` --- Formula/g/grunt-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grunt-cli.rb b/Formula/g/grunt-cli.rb index 9c08c3dbc27b0..845fd9cbb02f5 100644 --- a/Formula/g/grunt-cli.rb +++ b/Formula/g/grunt-cli.rb @@ -5,6 +5,8 @@ class GruntCli < Formula sha256 "4f7f52cf9f3bc62ebc7ae60d2db5c7f896cb0915ad1202dab9285d6117d7536d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6623c9c49be25c0d046324eae90919e3360542d69f9cf921b3cc47a44573c984" From 95f61555b783a8f5c90f4287e3ef14881f5c427d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:32 +0200 Subject: [PATCH 02749/10074] grunt-completion: added `no_autobump!` --- Formula/g/grunt-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/grunt-completion.rb b/Formula/g/grunt-completion.rb index 0ad7e4afcf5e4..3cfcd85551828 100644 --- a/Formula/g/grunt-completion.rb +++ b/Formula/g/grunt-completion.rb @@ -6,6 +6,8 @@ class GruntCompletion < Formula license "MIT" head "https://github.com/gruntjs/grunt-cli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "4b46d9b78c7353cfdc7dcea3a0009d9799ac6281b32484fca512db71258a23e5" end From 065ccf8c6b94f8b037bac124afb382802a26284d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:32 +0200 Subject: [PATCH 02750/10074] gsar: added `no_autobump!` --- Formula/g/gsar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gsar.rb b/Formula/g/gsar.rb index 88583bc6806aa..4a370dba60e15 100644 --- a/Formula/g/gsar.rb +++ b/Formula/g/gsar.rb @@ -14,6 +14,8 @@ class Gsar < Formula regex(/gsar v?(\d+(?:\.\d+)+) released/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b42feea06c9d194323f2917165a2dd23e1100cd27e51194f379bbf3920c5d0ed" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5dd43f9ab3392a433d2fccb9c9a45e75f76b5bcb2e68b57d5e6145630bcdff8e" From 5afb341fe6968b9f4a55dd312d22e82759b549f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:32 +0200 Subject: [PATCH 02751/10074] gsasl: added `no_autobump!` --- Formula/g/gsasl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gsasl.rb b/Formula/g/gsasl.rb index 85616668b2df0..0a69762a2870e 100644 --- a/Formula/g/gsasl.rb +++ b/Formula/g/gsasl.rb @@ -6,6 +6,8 @@ class Gsasl < Formula sha256 "41e8e442648eccaf6459d9ad93d4b18530b96c8eaf50e3f342532ef275eff3ba" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f7ec07e3b1add0e32af563452c3f8ebf2317b3acad6b6a48b029dd72491354ab" sha256 arm64_sonoma: "be4ad77df9264e1dbcd61df831870348ef3f0f7033f59c201f60ca78b8f5b608" From 7c0cebdf7900461dbe916bc20ed0da2e2e93ffa7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:33 +0200 Subject: [PATCH 02752/10074] gssdp: added `no_autobump!` --- Formula/g/gssdp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gssdp.rb b/Formula/g/gssdp.rb index b9f3f461c1656..a80166db64103 100644 --- a/Formula/g/gssdp.rb +++ b/Formula/g/gssdp.rb @@ -5,6 +5,8 @@ class Gssdp < Formula sha256 "2fedb5afdb22cf14d5498a39a773ca89788a250fcf70118783df821e1f3f3446" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "97111b046784bdbc49f2216a33602e3a5081c79371e4c25388f99f82a7c9cff5" sha256 cellar: :any, arm64_sonoma: "1883e3ff3aabb0e94c3655d0730c9ef57197e179882fce345968718d9d706b05" From 888275f6093863c075f23859bffc1bacc6aee5c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:33 +0200 Subject: [PATCH 02753/10074] gssh: added `no_autobump!` --- Formula/g/gssh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gssh.rb b/Formula/g/gssh.rb index bb142fc7cfad7..a07670a77466f 100644 --- a/Formula/g/gssh.rb +++ b/Formula/g/gssh.rb @@ -5,6 +5,8 @@ class Gssh < Formula sha256 "b2ce4ddc0d208e90ab4e986a1b1d759955783bdf3fe046f770eba98e6e6a13a9" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6811a36ed6d1d50a0128cfcbe2d49d1e58e42f5f8f19a77f7e01dc559f6da7a8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e78ac9c48bc0993ba4f7f668a3843bfc68156857267809e14b6536ddcb389fde" From 27ca1faa3c847c9922eb065fea2039ef278eaed7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:33 +0200 Subject: [PATCH 02754/10074] gti: added `no_autobump!` --- Formula/g/gti.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gti.rb b/Formula/g/gti.rb index f98b4926a6698..406c6c1e2c676 100644 --- a/Formula/g/gti.rb +++ b/Formula/g/gti.rb @@ -6,6 +6,8 @@ class Gti < Formula license "MIT" head "https://github.com/rwos/gti.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f8050edc162e75b939fece0bc60b6aecfca2c5e38e0259085731a8a69e6ac13" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1446d1aac84e5119614a6bbfd66171910abc23826d06754d3319142ca0ec7f63" From 5b3333d08b87a9be432b9e0e3b92592a84d0fcf4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:33 +0200 Subject: [PATCH 02755/10074] gtk+: added `no_autobump!` --- Formula/g/gtk+.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtk+.rb b/Formula/g/gtk+.rb index 67b983c9cc51f..5d19a20ab3abf 100644 --- a/Formula/g/gtk+.rb +++ b/Formula/g/gtk+.rb @@ -16,6 +16,8 @@ class Gtkx < Formula skip "GTK 2 was declared end of life in 2020-12" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "659b62a2677b7e945221ab78abfab6919d7a4ac7c635de52417ab96eb4970a92" sha256 arm64_ventura: "140729098a62031c80b8e43c29314f84a5d0152b1348612f83d01331251ba02c" From 85a75f38ea1f8d88498861cbe4c72b4ca5832c83 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:33 +0200 Subject: [PATCH 02756/10074] gtk-doc: added `no_autobump!` --- Formula/g/gtk-doc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtk-doc.rb b/Formula/g/gtk-doc.rb index 5f5e30c0b218e..2ea20aaae46c7 100644 --- a/Formula/g/gtk-doc.rb +++ b/Formula/g/gtk-doc.rb @@ -14,6 +14,8 @@ class GtkDoc < Formula regex(/gtk-doc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d1f93587b00c38082d46a918917df8b1be8af308f1da1ed220ec2dbeed5cbf52" From 088ce032213b6ce5739f15807d0716b3e4096195 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:33 +0200 Subject: [PATCH 02757/10074] gtk-vnc: added `no_autobump!` --- Formula/g/gtk-vnc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtk-vnc.rb b/Formula/g/gtk-vnc.rb index 6cea66b04c54d..3a82ce22c7ee5 100644 --- a/Formula/g/gtk-vnc.rb +++ b/Formula/g/gtk-vnc.rb @@ -13,6 +13,8 @@ class GtkVnc < Formula regex(/gtk-vnc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fcad7b12178c5357a8f917117a61c27b626a5adb7808a01eb87c2c68706734c5" sha256 arm64_sonoma: "25240b02f2fb63bd13b44cc1e368a5fd67fc9e5cd607648de5382e3e6ddb531a" From e7c4efaddbd46fd069d453da634050ef609af252 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:34 +0200 Subject: [PATCH 02758/10074] gtkdatabox: added `no_autobump!` --- Formula/g/gtkdatabox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtkdatabox.rb b/Formula/g/gtkdatabox.rb index 7ce3709a83d15..31da990722018 100644 --- a/Formula/g/gtkdatabox.rb +++ b/Formula/g/gtkdatabox.rb @@ -6,6 +6,8 @@ class Gtkdatabox < Formula license "LGPL-2.1-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5754a6b703bfc85c30adfe1f78b4f5e3416a4d9f04d9531d1c43fb584e136307" sha256 cellar: :any, arm64_sonoma: "c4c95de47b74f0a924c88543dfbfc01999cf3491ce8bac5e77b0db2a265bb0e9" From 015be873a4f30884ff133204482bba8b5838a867 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:34 +0200 Subject: [PATCH 02759/10074] gtkglext: added `no_autobump!` --- Formula/g/gtkglext.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtkglext.rb b/Formula/g/gtkglext.rb index 8788bc7de5bad..3eafa44690cdd 100644 --- a/Formula/g/gtkglext.rb +++ b/Formula/g/gtkglext.rb @@ -6,6 +6,8 @@ class Gtkglext < Formula license "LGPL-2.1-or-later" revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "dbda7d73cfcf8ff56426e761be3d928b47cc25142be9e436f29634f306ceb02d" sha256 cellar: :any, arm64_ventura: "97c561405376a0e3f03d661edb63332c449464eca670d94d95276d7a16708ada" From 7535f2bd2653da3db28b310e1f78aff076ef61ca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:34 +0200 Subject: [PATCH 02760/10074] gtkmm: added `no_autobump!` --- Formula/g/gtkmm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtkmm.rb b/Formula/g/gtkmm.rb index da5d22c1c1f44..01017390de3dc 100644 --- a/Formula/g/gtkmm.rb +++ b/Formula/g/gtkmm.rb @@ -11,6 +11,8 @@ class Gtkmm < Formula regex(/gtkmm[._-]v?(2\.([0-8]\d*?)?[02468](?:\.\d+)*?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "600f066eb0843c1af59bce66aa578afde52aa3a5754c42ed7b04445db839f837" sha256 cellar: :any, arm64_ventura: "d664e40ad1a7d3e5dbb9dc05cb36d73f97e5bc4ab71747bf1b08c7d73abeae02" From 7187d6b49ce5657999681a8d9d9d71fb66ff4f1c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:34 +0200 Subject: [PATCH 02761/10074] gtksourceview3: added `no_autobump!` --- Formula/g/gtksourceview3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtksourceview3.rb b/Formula/g/gtksourceview3.rb index 3519c6d512b6c..11cfc6bddde01 100644 --- a/Formula/g/gtksourceview3.rb +++ b/Formula/g/gtksourceview3.rb @@ -11,6 +11,8 @@ class Gtksourceview3 < Formula regex(/gtksourceview[._-]v?(3\.([0-8]\d*?)?[02468](?:\.\d+)*?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "224ac2e0b389c7042f62b4402665368612132e6c25715017700ad776bfff7524" sha256 arm64_sonoma: "52fd0b688066b7ae0c5d9a87ddb185136dbeebd11b336ae776eeed43f4ce6399" From 530958bc05c540232770e536f53f4d23e13ce536 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:34 +0200 Subject: [PATCH 02762/10074] gtksourceview4: added `no_autobump!` --- Formula/g/gtksourceview4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtksourceview4.rb b/Formula/g/gtksourceview4.rb index c099c7fc13351..7c561dfd8777d 100644 --- a/Formula/g/gtksourceview4.rb +++ b/Formula/g/gtksourceview4.rb @@ -11,6 +11,8 @@ class Gtksourceview4 < Formula regex(/gtksourceview[._-]v?(4\.([0-8]\d*?)?[02468](?:\.\d+)*?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "938b87e409e99e8a9459001a8f2d618d6a11777a60bcd8b083d20569c9f7e000" From 529b60dd05f1ccb200d012feccab831200a86d33 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:34 +0200 Subject: [PATCH 02763/10074] gtksourceviewmm3: added `no_autobump!` --- Formula/g/gtksourceviewmm3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtksourceviewmm3.rb b/Formula/g/gtksourceviewmm3.rb index 0f86e4fc3e771..6b68466a5c9c8 100644 --- a/Formula/g/gtksourceviewmm3.rb +++ b/Formula/g/gtksourceviewmm3.rb @@ -11,6 +11,8 @@ class Gtksourceviewmm3 < Formula regex(/gtksourceviewmm[._-]v?(3\.([0-8]\d*?)?[02468](?:\.\d+)*?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8de9f30c9a139c912211e4766370c1b2a3b4f78150a4342f6242f56581ebf3bb" sha256 cellar: :any, arm64_sonoma: "dc3f50e8c5d192b4dc176878e95f4b7bf28d0a19e21c7c47b88f1c5905f64ebb" From ec39fbb9486a91b576b7c0c718215be21eb2ed34 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:35 +0200 Subject: [PATCH 02764/10074] gtkspell3: added `no_autobump!` --- Formula/g/gtkspell3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtkspell3.rb b/Formula/g/gtkspell3.rb index cc0e58ad57204..ec2e85fc14065 100644 --- a/Formula/g/gtkspell3.rb +++ b/Formula/g/gtkspell3.rb @@ -6,6 +6,8 @@ class Gtkspell3 < Formula license "GPL-2.0-or-later" revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f182f8a623b04c25479cfedab38fcc1bc4c6df7f548b7c3b1ceab211fbe16115" sha256 arm64_sonoma: "af4e893051ace858028bf47a7fe57524b6fefddb105ec7325301468135ee2d1c" From c1350650aa96ccfd7ddf31203aed5b215713e49d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:35 +0200 Subject: [PATCH 02765/10074] gtmess: added `no_autobump!` --- Formula/g/gtmess.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtmess.rb b/Formula/g/gtmess.rb index 8df0ea065a6d5..3782341e1ff38 100644 --- a/Formula/g/gtmess.rb +++ b/Formula/g/gtmess.rb @@ -6,6 +6,8 @@ class Gtmess < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "89e1ecfa7ac4a5fe6aeefeb3596be4602112e32ca6bd2a6de51da26abaaad0f5" From 27f996cb43b669e1414b8192efb9f469a93272fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:35 +0200 Subject: [PATCH 02766/10074] gtop: added `no_autobump!` --- Formula/g/gtop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gtop.rb b/Formula/g/gtop.rb index 227a93eb37e54..a37853a4072da 100644 --- a/Formula/g/gtop.rb +++ b/Formula/g/gtop.rb @@ -5,6 +5,8 @@ class Gtop < Formula sha256 "a8e90b828e33160c6a0ac4fb11231f292496e8049c0dac814e46fdd0c90817c1" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "19886395a17a873daab79bd8e8970e7a9606d4389586123e68d875c2fd192c0f" From 94da6e6eb3fd1c43e7a33dbc6ebdcd2e62fdbb50 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:35 +0200 Subject: [PATCH 02767/10074] gts: added `no_autobump!` --- Formula/g/gts.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gts.rb b/Formula/g/gts.rb index 541308a5ed9af..387f9aa7da9a7 100644 --- a/Formula/g/gts.rb +++ b/Formula/g/gts.rb @@ -6,6 +6,8 @@ class Gts < Formula license "LGPL-2.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b93bb9f091fbf2d25c99437f8ef0dc0e40f680fe445b968cf952d2d067417ebb" sha256 cellar: :any, arm64_sonoma: "45ce1fc7fc4da58e808c6d11bd19a17c35bed97719b63e2572b22ff6bd417aac" From 6f2f5795a67d220a7d8964fc977158797530d659 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:35 +0200 Subject: [PATCH 02768/10074] guetzli: added `no_autobump!` --- Formula/g/guetzli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/guetzli.rb b/Formula/g/guetzli.rb index 8a663d323c0df..4d41d22883ae4 100644 --- a/Formula/g/guetzli.rb +++ b/Formula/g/guetzli.rb @@ -6,6 +6,8 @@ class Guetzli < Formula license "Apache-2.0" head "https://github.com/google/guetzli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a9d736ee968abfde99d6ccc42c9ca5793ea9d7b1e52b7127314a1f8fcfcf32fc" sha256 cellar: :any, arm64_sonoma: "48791444d83a6bff9ff37b33b55422cebcca2c162e0d6c8daf3bbdaf62cc5bc7" From 63846c424705aa3c1201adea7c8773e105cecd6a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:36 +0200 Subject: [PATCH 02769/10074] guichan: added `no_autobump!` --- Formula/g/guichan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/guichan.rb b/Formula/g/guichan.rb index bcdd876616547..8cc37feae2e24 100644 --- a/Formula/g/guichan.rb +++ b/Formula/g/guichan.rb @@ -5,6 +5,8 @@ class Guichan < Formula sha256 "2f3b265d1b243e30af9d87e918c71da6c67947978dcaa82a93cb838dbf93529b" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a0d1e15669f361e19d404bdbb8b311443da4c4a775fdcb1d8d17a4fe03034e5f" sha256 cellar: :any, arm64_sonoma: "b9f1f1aba6da5d653df4d082c3048724e14d221ef5fa9f3c1368413b5e703fcf" From 2bba4fdc82161bc78ca862650dff5b616e93c96f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:36 +0200 Subject: [PATCH 02770/10074] guile-gnutls: added `no_autobump!` --- Formula/g/guile-gnutls.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/guile-gnutls.rb b/Formula/g/guile-gnutls.rb index 96a80657d2d7a..76edf6c3922da 100644 --- a/Formula/g/guile-gnutls.rb +++ b/Formula/g/guile-gnutls.rb @@ -14,6 +14,8 @@ class GuileGnutls < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "774fbd9464a92152b3506f67c9e5b2f7349575e2031293e50132017b7a3e98bb" sha256 arm64_sonoma: "a50a21859c4523e1a26aa0e9b566d69b8351da2a31b8f01999b407551b2cc4d1" From ac905a09ee20e4fac1e7b8ac5fc984d32fe14e7e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:36 +0200 Subject: [PATCH 02771/10074] gvp: added `no_autobump!` --- Formula/g/gvp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gvp.rb b/Formula/g/gvp.rb index 2115aa8adc3bc..c643f2ddb84ab 100644 --- a/Formula/g/gvp.rb +++ b/Formula/g/gvp.rb @@ -5,6 +5,8 @@ class Gvp < Formula sha256 "e1fccefa76495293350d47d197352a63cae6a014d8d28ebdedb785d4304ee338" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "7570737e59ef17b2cde9b25b56a9f148a839924b0e0bc9b9a91e30ee95b6a3e6" From 7097f141b110808ae802465af475f395f4e0800a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:36 +0200 Subject: [PATCH 02772/10074] gwenhywfar: added `no_autobump!` --- Formula/g/gwenhywfar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gwenhywfar.rb b/Formula/g/gwenhywfar.rb index 2419ae668b746..8fe8f0a611f40 100644 --- a/Formula/g/gwenhywfar.rb +++ b/Formula/g/gwenhywfar.rb @@ -10,6 +10,8 @@ class Gwenhywfar < Formula regex(/href=.*?gwenhywfar[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "36e7bb5dd979060e85491ba7abad1220aeb8b69b00340cf6c162edf7bb9ab63d" sha256 arm64_sonoma: "1dd92fec7f8e3ab7426077ca39df0ee64c989378a71bd8a0926d85f08d349495" From b432e540995ffcd93ddcacd1c37c0efa34078471 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:36 +0200 Subject: [PATCH 02773/10074] gws: added `no_autobump!` --- Formula/g/gws.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gws.rb b/Formula/g/gws.rb index 334dc82bc2b0d..28c4d44da737e 100644 --- a/Formula/g/gws.rb +++ b/Formula/g/gws.rb @@ -5,6 +5,8 @@ class Gws < Formula sha256 "f92b7693179c2522c57edd578abdb90b08f6e2075ed27abd4af56c1283deab1a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "0d31f65a9ff26f5e0d80055636889fe835445ffcdcccb144333e042ae2b771aa" From 20465b242848cc891b0e4eecf1edc9cffda69a1a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:37 +0200 Subject: [PATCH 02774/10074] gx: added `no_autobump!` --- Formula/g/gx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gx.rb b/Formula/g/gx.rb index a18d5956b7547..558fae764bc2d 100644 --- a/Formula/g/gx.rb +++ b/Formula/g/gx.rb @@ -6,6 +6,8 @@ class Gx < Formula license "MIT" head "https://github.com/whyrusleeping/gx.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f163d19c275918bb2de9aed07722dda266c010469bcb562bfbd65666d32b64c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "54ee0e7162c46736a63a8587f315b69d2090386bac3c46b0da3a9fcbfda5258f" From 4875b1fdd651a97d52a5a1740a3af7da3b514531 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:41:37 +0200 Subject: [PATCH 02775/10074] gzrt: added `no_autobump!` --- Formula/g/gzrt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/gzrt.rb b/Formula/g/gzrt.rb index 783cc939a656a..518a9305e8375 100644 --- a/Formula/g/gzrt.rb +++ b/Formula/g/gzrt.rb @@ -10,6 +10,8 @@ class Gzrt < Formula regex(/href=.*?gzrt[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8383b91ba90e35c7cf4110167a631482dbbf1798faf36ab193ab2072aadfec5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0aafbc9d11bc14764a79f044072cf6bb3ae9686fca63c2ccdad9b7001c77c82" From 86f4edade2bf559dccf3f082b4021cb29f8f06b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:11:30 +0000 Subject: [PATCH 02776/10074] pyenv 2.6.1 --- Formula/p/pyenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pyenv.rb b/Formula/p/pyenv.rb index 3300acb5f9ddb..9520e06ddaec1 100644 --- a/Formula/p/pyenv.rb +++ b/Formula/p/pyenv.rb @@ -1,8 +1,8 @@ class Pyenv < Formula desc "Python version management" homepage "https://github.com/pyenv/pyenv" - url "https://github.com/pyenv/pyenv/archive/refs/tags/v2.6.0.tar.gz" - sha256 "aa664ab4076f0f27b767e7bbe9b828222cf3272a6c1d35a87b6717daac0bf624" + url "https://github.com/pyenv/pyenv/archive/refs/tags/v2.6.1.tar.gz" + sha256 "55910d7f5f2d533dd6336da1dd286a658fef9e689a56684ef8ccc07fc6b82573" license "MIT" version_scheme 1 head "https://github.com/pyenv/pyenv.git", branch: "master" From c0031b9190acfa9fdbfdc38b96471a3a8ee758c7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:01 +0200 Subject: [PATCH 02777/10074] h2: added `no_autobump!` --- Formula/h/h2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/h2.rb b/Formula/h/h2.rb index e5b714709819b..09b1eed1a5662 100644 --- a/Formula/h/h2.rb +++ b/Formula/h/h2.rb @@ -6,6 +6,8 @@ class H2 < Formula sha256 "aa95a3433b6f434cac43b072b52756fa46c611239b7a0de3a8038501b8dae2af" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "5fd92e04e213f01b78acb580651cf0ef22ccc29ea925e903eed2ddf4f907254b" end From 6287db3e85830ae6edbef959b5af0591ef44e4ef Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:01 +0200 Subject: [PATCH 02778/10074] h264bitstream: added `no_autobump!` --- Formula/h/h264bitstream.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/h264bitstream.rb b/Formula/h/h264bitstream.rb index ceb30a063cb8d..0396211133bb5 100644 --- a/Formula/h/h264bitstream.rb +++ b/Formula/h/h264bitstream.rb @@ -5,6 +5,8 @@ class H264bitstream < Formula sha256 "94912cb07ef67da762be9c580b325fd8957ad400793c9030f3fb6565c6d263a7" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4616a724fcfbdc091a8be99a5746c3c1a20e9be058fd4acd09a3e4ac12ab7756" sha256 cellar: :any, arm64_sonoma: "946ce648f0daf4e64a182e2f39811d0d78946a5150899dffe5984bb1926a88f2" From 9ff3dae47487270157da3c3e19de5043a6118128 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:01 +0200 Subject: [PATCH 02779/10074] h2c: added `no_autobump!` --- Formula/h/h2c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/h2c.rb b/Formula/h/h2c.rb index 463e61065b613..2197b6ce622b2 100644 --- a/Formula/h/h2c.rb +++ b/Formula/h/h2c.rb @@ -5,6 +5,8 @@ class H2c < Formula sha256 "1c5e4d76131abb5151c89cc54945256509dad9d12cab36205aa5bcd7f8a311af" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1380fd71175ca3911be9411e849ff6a739dca5b676771a42a6437c629216983e" From bc9147f097685b0887b5d10be7ef85dbbdc74e20 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:01 +0200 Subject: [PATCH 02780/10074] h2o: added `no_autobump!` --- Formula/h/h2o.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/h2o.rb b/Formula/h/h2o.rb index 5f70983965b72..4ff83c7b90a0b 100644 --- a/Formula/h/h2o.rb +++ b/Formula/h/h2o.rb @@ -6,6 +6,8 @@ class H2o < Formula license "MIT" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "c54b0d937a91c61b234753347dd756cb2a26dcb3b7f1aa37252b55fb9ee065ae" sha256 arm64_sonoma: "02473fe011f04525a6e4fd604baa839c43988ca3fc96396774d96200e79daf87" From 9c2e12a071d854d76b4ca209d03ccca9defa95c2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:02 +0200 Subject: [PATCH 02781/10074] h2spec: added `no_autobump!` --- Formula/h/h2spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/h2spec.rb b/Formula/h/h2spec.rb index b0f6b4f2a5b92..37628408f2679 100644 --- a/Formula/h/h2spec.rb +++ b/Formula/h/h2spec.rb @@ -7,6 +7,8 @@ class H2spec < Formula license "MIT" head "https://github.com/summerwind/h2spec.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "c838540f260b348701c7911092e08e52b6e6395ffb442ddd65e47ab7d4b606ff" From 3e41e352c94b050f301df185c4bfa7ba861398f5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:02 +0200 Subject: [PATCH 02782/10074] hadolint: added `no_autobump!` --- Formula/h/hadolint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hadolint.rb b/Formula/h/hadolint.rb index cc82826d2761f..038bf447ca797 100644 --- a/Formula/h/hadolint.rb +++ b/Formula/h/hadolint.rb @@ -5,6 +5,8 @@ class Hadolint < Formula sha256 "1f972f070fa068a8a18b62016c9cbd00df994006e069647038694fc6cde45545" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "59b74bdb8e45b7e59e477aa7f5e0a3534a656181816010f4cd2811b0ff2de1f8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2058530a9078298705f9fa4da7a7408a649aa9cdac2fd7983ee9bed2a8099ba" From 85dc91c3923d8a45515b52fe052e81c518c79d55 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:02 +0200 Subject: [PATCH 02783/10074] halibut: added `no_autobump!` --- Formula/h/halibut.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/halibut.rb b/Formula/h/halibut.rb index 3b5df174f2acb..f2b4ea8feaa20 100644 --- a/Formula/h/halibut.rb +++ b/Formula/h/halibut.rb @@ -11,6 +11,8 @@ class Halibut < Formula regex(/href=.*?halibut[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9fc41c88b7b3b7d2cc9ae9160316ea794a4316e1ed217c3dca842324cdbff54" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5aa2f452b8152cfe1db12e63ebab5cc3884aeb0096a8e237382ffd91b4ea3d7" From b05bbb824ecc45dc1e255257eb977efc0127f413 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:02 +0200 Subject: [PATCH 02784/10074] handbrake: added `no_autobump!` --- Formula/h/handbrake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/handbrake.rb b/Formula/h/handbrake.rb index 810ea60c8c00e..5d454a264cca4 100644 --- a/Formula/h/handbrake.rb +++ b/Formula/h/handbrake.rb @@ -6,6 +6,8 @@ class Handbrake < Formula license "GPL-2.0-only" head "https://github.com/HandBrake/HandBrake.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e522355fdd80a18975dff369e4f84f114db24bdd998c9aabf0412e37870d3c14" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bf626472451af5250d1ad1bda30d045fd8524c8ead478ba10c6617137513ea4" From c5c0e4157588012c672c96a39823d3da5dd56938 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:02 +0200 Subject: [PATCH 02785/10074] harbour: added `no_autobump!` --- Formula/h/harbour.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/harbour.rb b/Formula/h/harbour.rb index ffd1452b56d67..3041500443e50 100644 --- a/Formula/h/harbour.rb +++ b/Formula/h/harbour.rb @@ -20,6 +20,8 @@ class Harbour < Formula regex(%r{url=.*?/harbour[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "c391f2098164917feb69d3e4820c3c7495dbb84689c5fe2b5dcf5f0d5940d82c" From 9b25f79e024faf3fa8c799f2f794895b3c4a413f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:12:19 +0000 Subject: [PATCH 02786/10074] rabbitmq 4.1.1 --- Formula/r/rabbitmq.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rabbitmq.rb b/Formula/r/rabbitmq.rb index c05ad3c563d46..c3fac609c957b 100644 --- a/Formula/r/rabbitmq.rb +++ b/Formula/r/rabbitmq.rb @@ -1,8 +1,8 @@ class Rabbitmq < Formula desc "Messaging and streaming broker" homepage "https://www.rabbitmq.com" - url "https://github.com/rabbitmq/rabbitmq-server/releases/download/v4.1.0/rabbitmq-server-generic-unix-4.1.0.tar.xz" - sha256 "9a9c6e1c6a36512e596bbea623caa0d25c80c2fae7092d030327301ddaee5aae" + url "https://github.com/rabbitmq/rabbitmq-server/releases/download/v4.1.1/rabbitmq-server-generic-unix-4.1.1.tar.xz" + sha256 "a00731f61bb3fa6000b62d5c5b8fe407638ebc8c2042e0079860ee66ce320f53" license "MPL-2.0" livecheck do From b06995b0a74e49ad9ed94cd9504e8c97480843e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:02 +0200 Subject: [PATCH 02787/10074] harlequin: added `no_autobump!` --- Formula/h/harlequin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/harlequin.rb b/Formula/h/harlequin.rb index 05234b905b34d..28e66e9f48616 100644 --- a/Formula/h/harlequin.rb +++ b/Formula/h/harlequin.rb @@ -8,6 +8,8 @@ class Harlequin < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d388ca07a0405df9647b982b90f2019cb762b678cf392d4d5cc2314337c3e2fa" sha256 cellar: :any, arm64_sonoma: "191fe78c66db0bf1e00cfcf7dc1c6e9f4220b0ecf636dd0c33404846b0693f7d" From c4627e9f8be8397f29f436eb27ebadedf8cbfd82 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:03 +0200 Subject: [PATCH 02788/10074] has: added `no_autobump!` --- Formula/h/has.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/has.rb b/Formula/h/has.rb index ee821659d75fa..dde07e733b2cb 100644 --- a/Formula/h/has.rb +++ b/Formula/h/has.rb @@ -6,6 +6,8 @@ class Has < Formula license "MIT" head "https://github.com/kdabir/has.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "dd0eec9c703fb35356c4931881f3c5106a4fdee227e39c2c2844fecf025509e8" From 464632a8ad11aa4621fdf4c842c072f637770ea0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:03 +0200 Subject: [PATCH 02789/10074] hashcash: added `no_autobump!` --- Formula/h/hashcash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hashcash.rb b/Formula/h/hashcash.rb index 91ede1586c8a8..20e1e65bfe12c 100644 --- a/Formula/h/hashcash.rb +++ b/Formula/h/hashcash.rb @@ -11,6 +11,8 @@ class Hashcash < Formula regex(/href=.*?hashcash[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ff46dc55af54e0d3f0e20308536a4ebd0d08fa18c8ae1797fbc75bf2be97c79f" sha256 cellar: :any, arm64_sonoma: "3b7abf77630bc94b21eb0c23dc42ae2922ee662d724958baf8cd4c24df10db15" From 1d89284e55f7f62780714dc453273dbc2f112365 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:03 +0200 Subject: [PATCH 02790/10074] hashcat: added `no_autobump!` --- Formula/h/hashcat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hashcat.rb b/Formula/h/hashcat.rb index 658b4408df48b..5e25fe665cf96 100644 --- a/Formula/h/hashcat.rb +++ b/Formula/h/hashcat.rb @@ -18,6 +18,8 @@ class Hashcat < Formula regex(/href=.*?hashcat[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "06e83f034f4146c057190a75ea05d9ede88a2205db694dacf643d7e4d88b8210" From 66f382b1b113f3f32a966b4c594dd75eec2c267f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:03 +0200 Subject: [PATCH 02791/10074] hashlink: added `no_autobump!` --- Formula/h/hashlink.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hashlink.rb b/Formula/h/hashlink.rb index 2c337a957e7e5..d265e39027e9b 100644 --- a/Formula/h/hashlink.rb +++ b/Formula/h/hashlink.rb @@ -15,6 +15,8 @@ class Hashlink < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "88ce0382363f5995731d0fc498aa87d0e3a63e5e1df9dcb850f9aae11f47ce4f" sha256 cellar: :any, arm64_sonoma: "74702f549d40fa1f1ca50bab1bf403f99b2ed87e2ff6ae9db26ee6ac417b4668" From 560c90cb3c642f00844b81330394c92e356b337e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:03 +0200 Subject: [PATCH 02792/10074] hashpump: added `no_autobump!` --- Formula/h/hashpump.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hashpump.rb b/Formula/h/hashpump.rb index f09da4f825b11..d2455b11a7ff7 100644 --- a/Formula/h/hashpump.rb +++ b/Formula/h/hashpump.rb @@ -6,6 +6,8 @@ class Hashpump < Formula license "MIT" revision 7 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_ventura: "ee4e8e386dbf585e9672aabb460e44e0a3ba40486d71443200912c1e39e95ad5" sha256 cellar: :any, arm64_monterey: "63cf0b6889738999549fbaec92d5a6659c7e67243e6c1d8c6de327a625aec770" From cd2eb6f5b04021ece8ae30f317d38deb48444fc6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:04 +0200 Subject: [PATCH 02793/10074] haste-client: added `no_autobump!` --- Formula/h/haste-client.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/haste-client.rb b/Formula/h/haste-client.rb index 8f5d8cd5c98cb..7d82c5853dc4d 100644 --- a/Formula/h/haste-client.rb +++ b/Formula/h/haste-client.rb @@ -7,6 +7,8 @@ class HasteClient < Formula revision 2 head "https://github.com/toptal/haste-client.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6968438749dec734a5a5ab8c4dac48fd5eee5b2c8adfe6ec8908d17c72788c1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6968438749dec734a5a5ab8c4dac48fd5eee5b2c8adfe6ec8908d17c72788c1" From e40b40f5ac71d070de0f73e6d58f09188adae634 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:04 +0200 Subject: [PATCH 02794/10074] hasura-cli: added `no_autobump!` --- Formula/h/hasura-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hasura-cli.rb b/Formula/h/hasura-cli.rb index ab5f0ca2001e1..7251fe8322a69 100644 --- a/Formula/h/hasura-cli.rb +++ b/Formula/h/hasura-cli.rb @@ -6,6 +6,8 @@ class HasuraCli < Formula license "Apache-2.0" head "https://github.com/hasura/graphql-engine.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0cf82800a978f1dae7eedbfd498ad07fa51ce5f9897aa65be9d50a4911f81777" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cf82800a978f1dae7eedbfd498ad07fa51ce5f9897aa65be9d50a4911f81777" From 60c4340865b8d0456af9e22ca1d499cb7db58cc1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:04 +0200 Subject: [PATCH 02795/10074] hayai: added `no_autobump!` --- Formula/h/hayai.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hayai.rb b/Formula/h/hayai.rb index d7f61bd3cab04..534276ec5937c 100644 --- a/Formula/h/hayai.rb +++ b/Formula/h/hayai.rb @@ -5,6 +5,8 @@ class Hayai < Formula sha256 "e30e69b107361c132c831a2c8b2040ea51225bb9ed50675b51099435b8cd6594" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "550f637f1d8b57e9b2127a31da69c37b88928c44d67805b6126eb1b5c4119acc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "761e7c56fb8d74f8803deda44ba43cf8e483937a173f74fce264fb12a345a285" From 50bc842649c37ce08667d8a9730e395f884f385a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:04 +0200 Subject: [PATCH 02796/10074] hdf5-mpi: added `no_autobump!` --- Formula/h/hdf5-mpi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hdf5-mpi.rb b/Formula/h/hdf5-mpi.rb index 0c9463c31c288..43b30095a6d2b 100644 --- a/Formula/h/hdf5-mpi.rb +++ b/Formula/h/hdf5-mpi.rb @@ -10,6 +10,8 @@ class Hdf5Mpi < Formula formula "hdf5" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3d151c2f7f4e990d4c87d09cfd1159a00eeced94110946b04d78e8afc643532d" sha256 cellar: :any, arm64_sonoma: "328ef1d38510de4d0b6acdd2aa8ba2bf96ee37c7006ee56b7cf33107386a4eb3" From 804a4ec38b0e6a245794e308de657d730254eec7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:04 +0200 Subject: [PATCH 02797/10074] hdf5: added `no_autobump!` --- Formula/h/hdf5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hdf5.rb b/Formula/h/hdf5.rb index 8ba7fb08fa675..84c01b5a588b7 100644 --- a/Formula/h/hdf5.rb +++ b/Formula/h/hdf5.rb @@ -14,6 +14,8 @@ class Hdf5 < Formula strategy :github_releases end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2338b44eb0a44fbb3261862de8310f98f749caef3ae9387687b961e7f3b97d0f" sha256 cellar: :any, arm64_sonoma: "50b38bf19514ed01f14c9c2d94619945fcdc60c5deaf83ea1595916093f7977c" From 5fc3abbdc918ae8ff0553dc212268aacd7aeb87d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:04 +0200 Subject: [PATCH 02798/10074] hdf5@1.10: added `no_autobump!` --- Formula/h/hdf5@1.10.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hdf5@1.10.rb b/Formula/h/hdf5@1.10.rb index 0a55442066c98..e97a8c31c067f 100644 --- a/Formula/h/hdf5@1.10.rb +++ b/Formula/h/hdf5@1.10.rb @@ -5,6 +5,8 @@ class Hdf5AT110 < Formula sha256 "0afc77da5c46217709475bbefbca91c0cb6f1ea628ccd8c36196cf6c5a4de304" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b582f925e723b300ee8401f89307fdc2cb336b7ea691b61f8396890446645ceb" sha256 cellar: :any, arm64_sonoma: "b85adcde660662f9ed6f4c9740e1c97a8ec2a1b4be7ff3185142801ce7083a5c" From c0f896ad277e6419aab229bb997f86c95cbbfa1d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:05 +0200 Subject: [PATCH 02799/10074] hdt: added `no_autobump!` --- Formula/h/hdt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hdt.rb b/Formula/h/hdt.rb index 884e5d0aa8b80..32d7490032e24 100644 --- a/Formula/h/hdt.rb +++ b/Formula/h/hdt.rb @@ -5,6 +5,8 @@ class Hdt < Formula sha256 "3abc8af7a0b19760654acf149f0ec85d4e9589a32c4331d3bfbe2fcd825173e6" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "85d785dfa207bd588ef5e630b9a5adde0d98bac472119547d6128e0544de7bb4" sha256 cellar: :any, arm64_sonoma: "606b24419877439b12ba1833394854122acf1342bf10fa6801b32d213e12f1aa" From 7fb25f6955158919d9e03425f462a00cc68b233c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:05 +0200 Subject: [PATCH 02800/10074] healpix: added `no_autobump!` --- Formula/h/healpix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/healpix.rb b/Formula/h/healpix.rb index cd32587041cf6..ac8516d5ad1c0 100644 --- a/Formula/h/healpix.rb +++ b/Formula/h/healpix.rb @@ -7,6 +7,8 @@ class Healpix < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "00a065c336cdb31ca6f06b99b478f0b287b63a4f1ded2042c3c73520e1fa683b" sha256 cellar: :any, arm64_sonoma: "e1fee5370b52292ae8ac97fff082aa5556b77668a786ee8da2145131ea74095f" From eaf8c6eecf15bfa048e4fd1d16c311b9fe0d1410 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:05 +0200 Subject: [PATCH 02801/10074] heatshrink: added `no_autobump!` --- Formula/h/heatshrink.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/heatshrink.rb b/Formula/h/heatshrink.rb index 86651b92c8512..6f0aae23fbbab 100644 --- a/Formula/h/heatshrink.rb +++ b/Formula/h/heatshrink.rb @@ -5,6 +5,8 @@ class Heatshrink < Formula sha256 "7529a1c8ac501191ad470b166773364e66d9926aad632690c72c63a1dea7e9a6" license "ISC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4135d8d01abb01a3864191897728bddbc0791fa9356aa2537eeab61bdef9e1ff" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ceb0d2e8dff933f32c0aae21c396d5f2ea1bbffa163fced76f09e1b8b4680df8" From 7ffe82c569f8d9a44a4f54a5330d112fc24e1ca8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:05 +0200 Subject: [PATCH 02802/10074] heimdal: added `no_autobump!` --- Formula/h/heimdal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/heimdal.rb b/Formula/h/heimdal.rb index c133d212232a2..d5c2a073871ab 100644 --- a/Formula/h/heimdal.rb +++ b/Formula/h/heimdal.rb @@ -12,6 +12,8 @@ class Heimdal < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "fb6f2aaa1bd42cc3a1f66b2734eb142b5d7720d7ee3f4fc4988cdbcacb94b572" From 121f9faf7f15e97442ed1c5dafe5e9450071f311 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:05 +0200 Subject: [PATCH 02803/10074] heksa: added `no_autobump!` --- Formula/h/heksa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/heksa.rb b/Formula/h/heksa.rb index 0d5da2d7b81da..460a3ff7dedfb 100644 --- a/Formula/h/heksa.rb +++ b/Formula/h/heksa.rb @@ -7,6 +7,8 @@ class Heksa < Formula license "Apache-2.0" head "https://github.com/raspi/heksa.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba04dda9e2366f4af82dc315932e46e298779ffd0a4a1e5bbf37f531b2c9b102" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2e5970a9ac9da77a4e75733b5afe87fdba4704007b938e35855714c204ab9d8" From eeae6f174bc226fe51fdcef696450b87d843b2e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:05 +0200 Subject: [PATCH 02804/10074] helib: added `no_autobump!` --- Formula/h/helib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/helib.rb b/Formula/h/helib.rb index b829ce52080ea..9d701e920aa76 100644 --- a/Formula/h/helib.rb +++ b/Formula/h/helib.rb @@ -5,6 +5,8 @@ class Helib < Formula sha256 "05c87f2b50d4774e16868ba61a7271930dd67f4ad137f30eb0f310969377bc20" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7a0fdca928c8a547f654e16f831250201e5446eb0f5b2dc80a8dc6cb775a0975" sha256 cellar: :any, arm64_sonoma: "3c872b546835221839113e47e3d5afe25e094e1e9f2ff45379a8e1f82a6c1d6e" From 6a085e6dc53b03fc2fb655059d170cc015f4870b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:06 +0200 Subject: [PATCH 02805/10074] helidon: added `no_autobump!` --- Formula/h/helidon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/helidon.rb b/Formula/h/helidon.rb index f165ec0181800..0c53a7f34f09b 100644 --- a/Formula/h/helidon.rb +++ b/Formula/h/helidon.rb @@ -14,6 +14,8 @@ class Helidon < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c9501af89a38771d60a2615d6b5f14e689a193f4b6661493e2710c6ee916ba7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4248959a9bfb64c7228ddd2e2e34863e59f513617cbe45f7de7c2c50cdd9ef2f" From 2bb29a65b1a3aca3de98a67bde3e99a067a83f28 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:06 +0200 Subject: [PATCH 02806/10074] hello: added `no_autobump!` --- Formula/h/hello.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hello.rb b/Formula/h/hello.rb index 1fed11df702ae..b54b7fa15fd05 100644 --- a/Formula/h/hello.rb +++ b/Formula/h/hello.rb @@ -5,6 +5,8 @@ class Hello < Formula sha256 "5a9a996dc292cc24dcf411cee87e92f6aae5b8d13bd9c6819b4c7a9dce0818ab" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e81841d7339d3d83c7fbc3ba2f0ba20d9719b2b6e4db7acd47b5ed3c1ca9448c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "80309bb8f4140c2d596adaa5de91672aa95456cc659d6682d3e53821f5270879" From 21de31f2ed201a9827954368cefa8ea800d01013 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:06 +0200 Subject: [PATCH 02807/10074] help2man: added `no_autobump!` --- Formula/h/help2man.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/help2man.rb b/Formula/h/help2man.rb index a254dc3bd3001..1952761c3b4db 100644 --- a/Formula/h/help2man.rb +++ b/Formula/h/help2man.rb @@ -7,6 +7,8 @@ class Help2man < Formula license "GPL-3.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "253c91cfe267b4e6d99516e9b6243db8de63cd2090feba9a411f0de56ffdc003" sha256 cellar: :any, arm64_sonoma: "6fff08f6e2f1e2c1a116771d2cec67f02fd4e5157c5a7468299d625d8708c9c2" From 89f811bd1ea0a4f97d107c54d57d5e2969bef5c2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:06 +0200 Subject: [PATCH 02808/10074] heppdt2: added `no_autobump!` --- Formula/h/heppdt2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/heppdt2.rb b/Formula/h/heppdt2.rb index 158dd948a0b52..a6ba2fc4a1a47 100644 --- a/Formula/h/heppdt2.rb +++ b/Formula/h/heppdt2.rb @@ -5,6 +5,8 @@ class Heppdt2 < Formula sha256 "12a1b6ffdd626603fa3b4d70f44f6e95a36f8f3b6d4fd614bac14880467a2c2e" license "AFL-3.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a88323276e43919598c99db83cb8ad62864a6c3fa87045791ae7b65f5c8c1aeb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2114a3a999db405565067ff1590fec7434c1481f6ba57416d2a722baf19991e0" From ba41eebea02f690e7ded86e891b295451cb0a1a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:06 +0200 Subject: [PATCH 02809/10074] hesiod: added `no_autobump!` --- Formula/h/hesiod.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hesiod.rb b/Formula/h/hesiod.rb index 90c2413315340..7335f896d65d3 100644 --- a/Formula/h/hesiod.rb +++ b/Formula/h/hesiod.rb @@ -6,6 +6,8 @@ class Hesiod < Formula license "BSD-2-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "b35e4acc79d9b6003e2358d0c508b8c0e8abd37b5668136f5b52ebdbec389bbc" From 6f5b9428ade4cbae2c068d84dd2cf4e5802ba896 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:07 +0200 Subject: [PATCH 02810/10074] hevea: added `no_autobump!` --- Formula/h/hevea.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hevea.rb b/Formula/h/hevea.rb index a81f5900a8057..9dd6865748724 100644 --- a/Formula/h/hevea.rb +++ b/Formula/h/hevea.rb @@ -13,6 +13,8 @@ class Hevea < Formula regex(/href=.*?hevea[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bdfe564bb63675879e20d1f8d2958a658b10a062010af2cb2634ba08987ae135" sha256 arm64_sonoma: "37c9173e633f015bdac3ded26af7827373fbfc24816bb4224e788c288f6b502c" From 4b2da3fe233f65e10ff2f89874e194d2e08a9d89 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:07 +0200 Subject: [PATCH 02811/10074] hex: added `no_autobump!` --- Formula/h/hex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hex.rb b/Formula/h/hex.rb index f01d4a8b6abc1..8997ffbd79436 100644 --- a/Formula/h/hex.rb +++ b/Formula/h/hex.rb @@ -6,6 +6,8 @@ class Hex < Formula license "MIT" head "https://github.com/sitkevij/hex.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "00163db8e16e993aea4f0695efa7742dd69be3b8c95fda5fd173116e6a95dab9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ba2edfeca426fad9d11610304e66413568579e8799fcd75233bb78b244c734b" From d0a91b33f8e76bb62712996cfdaa616f5551636d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:07 +0200 Subject: [PATCH 02812/10074] hexcurse: added `no_autobump!` --- Formula/h/hexcurse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hexcurse.rb b/Formula/h/hexcurse.rb index a897e1523df6b..e49e9d985e5b3 100644 --- a/Formula/h/hexcurse.rb +++ b/Formula/h/hexcurse.rb @@ -5,6 +5,8 @@ class Hexcurse < Formula sha256 "f6919e4a824ee354f003f0c42e4c4cef98a93aa7e3aa449caedd13f9a2db5530" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a7086e819b1cd96888fbd2026a5367552e1eacd579dd72fa81e275c32939499" sha256 cellar: :any_skip_relocation, arm64_sonoma: "26ca7161cf90a9794229c2a7fdee93f2a8ffe0db514ff282e480f199d408fbfd" From 9721424f04dd6f5fc09423ba25b734548ab1c829 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:07 +0200 Subject: [PATCH 02813/10074] hexd: added `no_autobump!` --- Formula/h/hexd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hexd.rb b/Formula/h/hexd.rb index 41d46f7d4c9b3..1152fc640ac13 100644 --- a/Formula/h/hexd.rb +++ b/Formula/h/hexd.rb @@ -5,6 +5,8 @@ class Hexd < Formula sha256 "de0db7205c8eb0f170263aca27f5d48963855345bc79ba4842edd21a938d0326" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "05ec65d79e0eae2ee7291cbb5fc523358b97e0f93a5b5cab039d02b27aa39230" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6258b4701ae5d49c39ee122ad9988d9647141a3c62ae49923dacc5086617c1f5" From 6e83d2be762f11cb40f204c20fb8623b03666bfe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:07 +0200 Subject: [PATCH 02814/10074] hexedit: added `no_autobump!` --- Formula/h/hexedit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hexedit.rb b/Formula/h/hexedit.rb index b6511d0abfd2d..20cc47a7f4818 100644 --- a/Formula/h/hexedit.rb +++ b/Formula/h/hexedit.rb @@ -6,6 +6,8 @@ class Hexedit < Formula license "GPL-2.0-or-later" head "https://github.com/pixel/hexedit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "604722ab45e22e81dbfdc0d047e99be5e11dc0dbe938bb9e12623a452681f848" sha256 cellar: :any_skip_relocation, arm64_sonoma: "afc2fe1bf87e8c4eeca709846343c69c54e061130fa737068de92c442138eeb4" From 219a7b70668ace11b5faba6f4ab0f67c725cf415 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:07 +0200 Subject: [PATCH 02815/10074] hexer: added `no_autobump!` --- Formula/h/hexer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hexer.rb b/Formula/h/hexer.rb index 4397d13a6d565..6c18b74a69d6d 100644 --- a/Formula/h/hexer.rb +++ b/Formula/h/hexer.rb @@ -10,6 +10,8 @@ class Hexer < Formula regex(/href=.*?hexer[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd7a6cbea17a087bc8c9f58fbd4dcc595ea3c1f65760a6c1f7c34d9e4c2c7b1c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5bd5b3ffa68b3200ee5cdda6afa4ed5982760598c759bebc1497404abf170b9" From 61f6c10cc11c24b176fac93edb7f0b1b1fd5cb2f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:08 +0200 Subject: [PATCH 02816/10074] hexgui: added `no_autobump!` --- Formula/h/hexgui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hexgui.rb b/Formula/h/hexgui.rb index e5114bfb58dca..4624a2a57d1ce 100644 --- a/Formula/h/hexgui.rb +++ b/Formula/h/hexgui.rb @@ -6,6 +6,8 @@ class Hexgui < Formula license "GPL-3.0-or-later" head "https://github.com/apetresc/hexgui.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccdb3e80a0eb41a92445f2eb7338c220303da8c6bd8e536e825d69b7fa2908a1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "37ccb0805ccbcc1a8a9af8ecb5c6b687ea896afeebb892029dfa07da395d5ad2" From 303dee6a88f13261d8f5a5932e4326ef03b2af58 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:08 +0200 Subject: [PATCH 02817/10074] hey: added `no_autobump!` --- Formula/h/hey.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hey.rb b/Formula/h/hey.rb index 105fdde30634c..b2342b740308a 100644 --- a/Formula/h/hey.rb +++ b/Formula/h/hey.rb @@ -5,6 +5,8 @@ class Hey < Formula sha256 "944097e62dd0bd5012d3b355d9fe2e7b7afcf13cc0b2c06151e0f4c2babfc279" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "11d051b5a740c4932cdbb39fa8e3abb465b499b0dd24831b0649fc37fb9da5a2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7240c725e9276fc11ea1a59f748219c34b26ef36fa299644cc676ebd459b92ca" From a096ff531ec42455594fc0270ba0906ed748827d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:08 +0200 Subject: [PATCH 02818/10074] hfsutils: added `no_autobump!` --- Formula/h/hfsutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hfsutils.rb b/Formula/h/hfsutils.rb index 560db3458999d..06ce3486726a5 100644 --- a/Formula/h/hfsutils.rb +++ b/Formula/h/hfsutils.rb @@ -6,6 +6,8 @@ class Hfsutils < Formula sha256 "bc9d22d6d252b920ec9cdf18e00b7655a6189b3f34f42e58d5bb152957289840" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a486e1123355f24eb17dd33821edbfa4c9f7f505ffa9009f8380a0000b4f45f" From e38f01e58d57b35834492d673b2e2d4e006475f4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:08 +0200 Subject: [PATCH 02819/10074] hicolor-icon-theme: added `no_autobump!` --- Formula/h/hicolor-icon-theme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hicolor-icon-theme.rb b/Formula/h/hicolor-icon-theme.rb index 7e18950f84e63..0d3b51e1b5d85 100644 --- a/Formula/h/hicolor-icon-theme.rb +++ b/Formula/h/hicolor-icon-theme.rb @@ -13,6 +13,8 @@ class HicolorIconTheme < Formula regex(/href=.*?hicolor-icon-theme[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "76779247990b538d304e98b042fde85677491e428d0381a59383264ce8ef199f" end From 92dbb3ad017db0579c14f850eefe1e1d7c0979ad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:08 +0200 Subject: [PATCH 02820/10074] highway: added `no_autobump!` --- Formula/h/highway.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/highway.rb b/Formula/h/highway.rb index ddd55faec154e..bc70423e73d66 100644 --- a/Formula/h/highway.rb +++ b/Formula/h/highway.rb @@ -6,6 +6,8 @@ class Highway < Formula license "Apache-2.0" head "https://github.com/google/highway.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8a3327629482279fdff46b5bf3324cb6379a975b271d1ecc4a901a3cdb7e7f5a" sha256 cellar: :any, arm64_sonoma: "406c96cf28555eb84e1c67788db50223a6af2fd488ce91e831068e60981d128a" From fd26c195cb8d2387b8fc6f9eb4c333d401cf6be3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:08 +0200 Subject: [PATCH 02821/10074] hilite: added `no_autobump!` --- Formula/h/hilite.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hilite.rb b/Formula/h/hilite.rb index 7a6acf4c7ca2e..13065e3d0dd98 100644 --- a/Formula/h/hilite.rb +++ b/Formula/h/hilite.rb @@ -5,6 +5,8 @@ class Hilite < Formula sha256 "e15bdff2605e8d23832d6828a62194ca26dedab691c9d75df2877468c2f6aaeb" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3535152f7fa6b54957f00de4158dd790073c81737140ae90c16cbda8d37ba51" sha256 cellar: :any_skip_relocation, arm64_sonoma: "428126844c77fdfab8f4d4d007a3e5c2a743511b4005e71f91b74a4a162836d1" From bcf4a6f9e55661820aee71775ae8012c483b2769 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:09 +0200 Subject: [PATCH 02822/10074] hiredis: added `no_autobump!` --- Formula/h/hiredis.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hiredis.rb b/Formula/h/hiredis.rb index e0d15d9db7a45..931b46c37b18d 100644 --- a/Formula/h/hiredis.rb +++ b/Formula/h/hiredis.rb @@ -6,6 +6,8 @@ class Hiredis < Formula license "BSD-3-Clause" head "https://github.com/redis/hiredis.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d3bb6a7fd40584c74321d404d0c459f11e3d612c329a5f95367c372cb21bbdca" sha256 cellar: :any, arm64_sonoma: "68e9423a13a8c5dc27884296ec0ee6ab25930aaa85d3b6e5e8726855fd864211" From 527a42e6df5715bc00e72ab13a5316781a86fbbc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:09 +0200 Subject: [PATCH 02823/10074] historian: added `no_autobump!` --- Formula/h/historian.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/historian.rb b/Formula/h/historian.rb index dd9956fb8bad2..7e89017ba38e0 100644 --- a/Formula/h/historian.rb +++ b/Formula/h/historian.rb @@ -5,6 +5,8 @@ class Historian < Formula sha256 "691b131290ddf06142a747755412115fec996cb9cc2ad8e8f728118788b3fe05" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "189a00a7ac7714b8c9c9f5aa6691278538a072629bc6fa24ab99812d37b9e58d" From 052022bbbe9ee04775807ebdaed69e4aa9275ae1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:09 +0200 Subject: [PATCH 02824/10074] hmmer: added `no_autobump!` --- Formula/h/hmmer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hmmer.rb b/Formula/h/hmmer.rb index 1ef9516f6090a..4d365c2117f4c 100644 --- a/Formula/h/hmmer.rb +++ b/Formula/h/hmmer.rb @@ -10,6 +10,8 @@ class Hmmer < Formula regex(/href=.*?hmmer[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3342dd2de2909df5053dea525398b3e3902b07a1d58dab35a940bb7bf77b877b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0b23b02bb7bf3113ad01b32f5410ad7e1aade6186e5b54f788bc4c5345ea7d4" From 05204ed4a16994a9a3e4d2fac35cc50cb3645fe8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:09 +0200 Subject: [PATCH 02825/10074] hoedown: added `no_autobump!` --- Formula/h/hoedown.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hoedown.rb b/Formula/h/hoedown.rb index 94de312b5ee51..c963dd1f0ef80 100644 --- a/Formula/h/hoedown.rb +++ b/Formula/h/hoedown.rb @@ -5,6 +5,8 @@ class Hoedown < Formula sha256 "01b6021b1ec329b70687c0d240b12edcaf09c4aa28423ddf344d2bd9056ba920" license "ISC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb7b81c0d930df8830f4424d2737dfe94320153725066bf2669c24f9cbb9ef46" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b1beec1ef5663b3a9f945403dbd5337e1c840faaa6662faf18e39c41c435963" From e2ffa6f55c519a6af0c0dc01e56c516d2bc39507 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:09 +0200 Subject: [PATCH 02826/10074] homeassistant-cli: added `no_autobump!` --- Formula/h/homeassistant-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/homeassistant-cli.rb b/Formula/h/homeassistant-cli.rb index 97f0420f119e9..dd91037521e31 100644 --- a/Formula/h/homeassistant-cli.rb +++ b/Formula/h/homeassistant-cli.rb @@ -9,6 +9,8 @@ class HomeassistantCli < Formula revision 15 head "https://github.com/home-assistant-ecosystem/home-assistant-cli.git", branch: "dev" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "07422b9395cc7066c0a9bf26ea9e6b56efda53fd77cbad9d3f36643d87e1025b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3791da0b8b63e58a0a9af117eb2f0262dc61fe10037ea2cee8b764696b61716" From aabd62eb5ad747cb45675f0362490d1d70762cd2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:09 +0200 Subject: [PATCH 02827/10074] homeshick: added `no_autobump!` --- Formula/h/homeshick.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/homeshick.rb b/Formula/h/homeshick.rb index 3bdf86cdabefb..d75cdbabad50e 100644 --- a/Formula/h/homeshick.rb +++ b/Formula/h/homeshick.rb @@ -6,6 +6,8 @@ class Homeshick < Formula license "MIT" head "https://github.com/andsens/homeshick.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "9a93b6514577c36a3de2d9c6a8c3cf9474a6534cc9547407f49ebc0325b20a8d" From ce9daf93feb13c7a6291df83b8be8dbe621c850c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:10 +0200 Subject: [PATCH 02828/10074] homeworlds: added `no_autobump!` --- Formula/h/homeworlds.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/homeworlds.rb b/Formula/h/homeworlds.rb index e53cc5bbd8177..4240f9e3bfd1a 100644 --- a/Formula/h/homeworlds.rb +++ b/Formula/h/homeworlds.rb @@ -7,6 +7,8 @@ class Homeworlds < Formula revision 1 version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fc648ea7d7196a2067c452be9e0e4ba83500b687518bf6c120cccc9147e77201" sha256 cellar: :any, arm64_sonoma: "7f0bfeb7524e5ca6ec187759fac9ca02b2a4f24ece3cfe8506d9d325530d8ba6" From 279bfa66fcedebcc8e61b3f8e850e71ca46421f5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:10 +0200 Subject: [PATCH 02829/10074] honcho: added `no_autobump!` --- Formula/h/honcho.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/honcho.rb b/Formula/h/honcho.rb index 8eddf777742e9..04012a7afa46e 100644 --- a/Formula/h/honcho.rb +++ b/Formula/h/honcho.rb @@ -8,6 +8,8 @@ class Honcho < Formula license "MIT" head "https://github.com/nickstenning/honcho.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "9156231ae4d87e5ec1dadf38d3251849012f02358f8b7461eb165d770963ddb6" From 40d2516b10075f7463a23f64d7a6b444ede4609d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:10 +0200 Subject: [PATCH 02830/10074] hopscotch-map: added `no_autobump!` --- Formula/h/hopscotch-map.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hopscotch-map.rb b/Formula/h/hopscotch-map.rb index 1e766f85374df..a7cb8576b6436 100644 --- a/Formula/h/hopscotch-map.rb +++ b/Formula/h/hopscotch-map.rb @@ -5,6 +5,8 @@ class HopscotchMap < Formula sha256 "53dab49005cd5dc859f2546d0d3eef058ec7fb3b74fc3b19f4965a9a151e9b20" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c7e9170bcfbca171cce4515cad7ff32963dfc5ae0f364a5e99ee20839c8682cb" From 64e5896700cddba384df4d24ebc32259f22e0a66 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:10 +0200 Subject: [PATCH 02831/10074] hostdb: added `no_autobump!` --- Formula/h/hostdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hostdb.rb b/Formula/h/hostdb.rb index 8b03bc9506e0f..a6ce626c25abc 100644 --- a/Formula/h/hostdb.rb +++ b/Formula/h/hostdb.rb @@ -5,6 +5,8 @@ class Hostdb < Formula sha256 "beea7cfcdc384eb40d0bc8b3ad2eb094ee81ca75e8eef7c07ea4a47e9f0da350" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "09b528afa8eb8c14becf6bc4240d82b1d40320be2e4a5718af35769e0ba663db" sha256 cellar: :any_skip_relocation, arm64_sonoma: "507656584e0ec815556008dea547944116e8e6c99a3646c3b7ae31b489e337b6" From 0861f8fe51532c1f9e96e79cdfc211e7e0cf54ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:10 +0200 Subject: [PATCH 02832/10074] hostess: added `no_autobump!` --- Formula/h/hostess.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hostess.rb b/Formula/h/hostess.rb index 8ae9836d81b67..df79c24944192 100644 --- a/Formula/h/hostess.rb +++ b/Formula/h/hostess.rb @@ -6,6 +6,8 @@ class Hostess < Formula license "MIT" head "https://github.com/cbednarski/hostess.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5af8f3803260637b3938948d0a18cf210279b7cd6b6abeb9e197e373feb5a53f" From 9ca23e4482d4b4245d6d951e2cfe5dab7ea72911 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:11 +0200 Subject: [PATCH 02833/10074] hotbuild: added `no_autobump!` --- Formula/h/hotbuild.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hotbuild.rb b/Formula/h/hotbuild.rb index f1e9e240363cb..fd64f4ad959a9 100644 --- a/Formula/h/hotbuild.rb +++ b/Formula/h/hotbuild.rb @@ -6,6 +6,8 @@ class Hotbuild < Formula license "MulanPSL-2.0" head "https://github.com/wandercn/hotbuild.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbc85999d55d54744d2d91cb460717d72fc448bd5845222218bf3fcf510fd3ac" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ddd19c999dc3804ab7ce881c97e26f62c61579c59ae13aaa3b6d6cfdf8b5bb77" From 236c1008292e8a3e14f623a8269cdbcd992b114d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:11 +0200 Subject: [PATCH 02834/10074] howdoi: added `no_autobump!` --- Formula/h/howdoi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/howdoi.rb b/Formula/h/howdoi.rb index 7983890a3636a..5bf25bb820b2e 100644 --- a/Formula/h/howdoi.rb +++ b/Formula/h/howdoi.rb @@ -8,6 +8,8 @@ class Howdoi < Formula license "MIT" revision 9 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "2674270159eb079ad93bb4c4abe680f4dd089976fe59109dd2156c9111fa600b" From b30d00787d61d8e8aa24696008c7bb4f541bf0f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:11 +0200 Subject: [PATCH 02835/10074] hq: added `no_autobump!` --- Formula/h/hq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hq.rb b/Formula/h/hq.rb index 5ec9cc5987b30..eb02caa85fd45 100644 --- a/Formula/h/hq.rb +++ b/Formula/h/hq.rb @@ -10,6 +10,8 @@ class Hq < Formula regex(/^html-query[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "98303f1643d1cae4cd2c7c12b89eca81e9861cb85a3ff9259b7e91e21cdc81e1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb2ff0f3f904b95e1de83afa9df496e1cdb9e7b884f8bc6d6752e1d4f2e5add2" From d4fce5fd668b46b597df4304b2f4545c411bc5f1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:11 +0200 Subject: [PATCH 02836/10074] hqx: added `no_autobump!` --- Formula/h/hqx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hqx.rb b/Formula/h/hqx.rb index 1e683efbb2fdf..394b761c5d3f6 100644 --- a/Formula/h/hqx.rb +++ b/Formula/h/hqx.rb @@ -6,6 +6,8 @@ class Hqx < Formula revision: "124c9399fa136fb0f743417ca27dfa2ca2860c2d" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "d0546464bc8981a17a079d2e9264ae9bbca9cbd7db380b0c2d8c76addf18f4e5" From b4fa65bf75be11e73498da745af81948487ffd7e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:11 +0200 Subject: [PATCH 02837/10074] hspell: added `no_autobump!` --- Formula/h/hspell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hspell.rb b/Formula/h/hspell.rb index f3771a3b365c6..f93cb93a42a39 100644 --- a/Formula/h/hspell.rb +++ b/Formula/h/hspell.rb @@ -10,6 +10,8 @@ class Hspell < Formula regex(/href=.*?hspell[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "c40456d586f63147c43885dbad8c72e18bafae62f93305d96e29146465f053e8" From 68474b9dbfda812f4cd7ea421aa1d92cafca0803 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:11 +0200 Subject: [PATCH 02838/10074] hss: added `no_autobump!` --- Formula/h/hss.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hss.rb b/Formula/h/hss.rb index f6a74542b1823..21dc9471efebc 100644 --- a/Formula/h/hss.rb +++ b/Formula/h/hss.rb @@ -5,6 +5,8 @@ class Hss < Formula sha256 "d7846ee657fe6a600c7d6f8e91f17ffa238efcaeb6f79856caa9fdedd96e3bca" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c616d7afe8f651f286bb4ae77580bcf33427f770c3d9769f8968bc94ba54d7ef" sha256 cellar: :any, arm64_sonoma: "2aff0aef887b145023e4a61c093bf041696c8e4d34f38a0cba28cef8ecbd76af" From 6c8a70aa0bb86e6b2ef6c566f2e4f5d7ecdb40dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:12 +0200 Subject: [PATCH 02839/10074] hstr: added `no_autobump!` --- Formula/h/hstr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hstr.rb b/Formula/h/hstr.rb index f724d0d9b36c0..fec9e0cd573ea 100644 --- a/Formula/h/hstr.rb +++ b/Formula/h/hstr.rb @@ -5,6 +5,8 @@ class Hstr < Formula sha256 "e5293d4fe2502662f19c793bef416e05ac020490218e71c75a5e92919c466071" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "76e0d87760c6519a63d6cf0e7719b4683292572ac923e29b9f366d67deae37df" sha256 cellar: :any, arm64_sonoma: "72781912003352405419c5a62748a8a19807b5ac77691013fb59fe54084617e7" From 7da486c83d7f8b71c1306ec5e5d5ba778c0f2de6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:12 +0200 Subject: [PATCH 02840/10074] ht: added `no_autobump!` --- Formula/h/ht.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/ht.rb b/Formula/h/ht.rb index f1e162d4d452a..201436ce19a0f 100644 --- a/Formula/h/ht.rb +++ b/Formula/h/ht.rb @@ -5,6 +5,8 @@ class Ht < Formula sha256 "31f5e8e2ca7f85d40bb18ef518bf1a105a6f602918a0755bc649f3f407b75d70" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "4dcd72bf389cc8babbb16008ededd722842fa9a5fb3141cac62719e06931f7ff" From 12cea05cc4d92b5cce0ac6ddacde58540138bd1c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:12 +0200 Subject: [PATCH 02841/10074] html2text: added `no_autobump!` --- Formula/h/html2text.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/html2text.rb b/Formula/h/html2text.rb index 38230bbba0ac8..b2b00f48ef586 100644 --- a/Formula/h/html2text.rb +++ b/Formula/h/html2text.rb @@ -6,6 +6,8 @@ class Html2text < Formula license "GPL-2.0-or-later" head "https://github.com/grobian/html2text.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0586df2ecd8a66280ec53b0ae852f22867471b66a60fbd4cb8054a1a2c98b536" sha256 cellar: :any_skip_relocation, arm64_sonoma: "03b77ee2ee4c1a68b990f2d386ddf70ff2f072da841441f2d4ae0aecf3e95f26" From ae2c47b6c61240780b03715d0f074a8dcb27deaf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:12 +0200 Subject: [PATCH 02842/10074] htmlcleaner: added `no_autobump!` --- Formula/h/htmlcleaner.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/htmlcleaner.rb b/Formula/h/htmlcleaner.rb index fdfb3e223f38e..9433fc0afdd2d 100644 --- a/Formula/h/htmlcleaner.rb +++ b/Formula/h/htmlcleaner.rb @@ -6,6 +6,8 @@ class Htmlcleaner < Formula license "BSD-3-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ee4cfa168e59ef59a77de847f53f23c4f9a2a7be9a1f1844608c72b5ff1b7af" From 2d11219130e982e17cd90e53f5741fee7a1ae79f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:12 +0200 Subject: [PATCH 02843/10074] htmlcompressor: added `no_autobump!` --- Formula/h/htmlcompressor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/htmlcompressor.rb b/Formula/h/htmlcompressor.rb index 72016a3978933..32ae94c79bcf0 100644 --- a/Formula/h/htmlcompressor.rb +++ b/Formula/h/htmlcompressor.rb @@ -5,6 +5,8 @@ class Htmlcompressor < Formula sha256 "88894e330cdb0e418e805136d424f4c262236b1aa3683e51037cdb66310cb0f9" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "a8323e2d6001cc0effb3c29900f977118d35fc4a0a86be9cd49d0fa133d04f23" From c42b932d6756f9111745cc2e3fa0ad59b32e652b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:13 +0200 Subject: [PATCH 02844/10074] htmlcxx: added `no_autobump!` --- Formula/h/htmlcxx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/htmlcxx.rb b/Formula/h/htmlcxx.rb index e6ed4f64245cf..83271b2897180 100644 --- a/Formula/h/htmlcxx.rb +++ b/Formula/h/htmlcxx.rb @@ -5,6 +5,8 @@ class Htmlcxx < Formula sha256 "5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8" license all_of: ["LGPL-2.0-only", "Apache-2.0"] + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e1cb2639240425d10dcaea3639f09ae7b7795141d85b562d5df0fd79709c6edc" sha256 arm64_sonoma: "a0db079df456a6240676663a280b60f12ef280c2a83f3f4a3a7c41a9e5bd719d" From b3ed71fca995c889713409c777e4ed889b4d4e23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:13 +0200 Subject: [PATCH 02845/10074] htslib: added `no_autobump!` --- Formula/h/htslib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/htslib.rb b/Formula/h/htslib.rb index e042411ec1e65..4bba4fe152e92 100644 --- a/Formula/h/htslib.rb +++ b/Formula/h/htslib.rb @@ -10,6 +10,8 @@ class Htslib < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3f2f3384d807cf96d55f5d9ee31b073b289fb4c64ba9a11f8fb3242d8dc1858e" sha256 cellar: :any, arm64_sonoma: "3c77b5d9fd49d47b2b564b8ee27fc49e9edd26823acd90f9404e20a9e2475fe8" From 29363b56e98b83f14a18eaee66b11ab7982cdfd8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:13 +0200 Subject: [PATCH 02846/10074] http-prompt: added `no_autobump!` --- Formula/h/http-prompt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/http-prompt.rb b/Formula/h/http-prompt.rb index 6391a508bf0e9..bd2e13e4591b9 100644 --- a/Formula/h/http-prompt.rb +++ b/Formula/h/http-prompt.rb @@ -9,6 +9,8 @@ class HttpPrompt < Formula revision 11 head "https://github.com/httpie/http-prompt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fd295f3f14ca5b3d24e898df9a74df05c1af6a0de036ff3fdf980bedbef23b97" sha256 cellar: :any, arm64_sonoma: "89411f03cdec958f4a7a236e46e3b3053a478d5b5cbeddc9c10984ff14fa534f" From 8303714a363d3fbb4b89f02d2d49f747601137d1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:13 +0200 Subject: [PATCH 02847/10074] http-server-rs: added `no_autobump!` --- Formula/h/http-server-rs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/http-server-rs.rb b/Formula/h/http-server-rs.rb index 17360e647075e..3ef6193b3b3b6 100644 --- a/Formula/h/http-server-rs.rb +++ b/Formula/h/http-server-rs.rb @@ -6,6 +6,8 @@ class HttpServerRs < Formula license "Apache-2.0" head "https://github.com/http-server-rs/http-server.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe010697a6d9851c061d2939929b4e6f9750ad2612ba486b35610175da62c604" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6f29de99576b74d2398a7fc093bc700a3de1d7d5c1db98224c3750c1ae79226" From ed4f0e23cce6f452f1a67d560f6c0fa25e0d1bd8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:13 +0200 Subject: [PATCH 02848/10074] http-server: added `no_autobump!` --- Formula/h/http-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/http-server.rb b/Formula/h/http-server.rb index 3a0ecfbb710de..173b8c9cc2872 100644 --- a/Formula/h/http-server.rb +++ b/Formula/h/http-server.rb @@ -6,6 +6,8 @@ class HttpServer < Formula license "MIT" head "https://github.com/http-party/http-server.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb1d84d1666919ec7a065dbb8d7a33a6b66ec0d853566efb9fbef8257202c827" From f907df65d1a2ca40381ea98ee7fe5ed1d01c1435 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:13 +0200 Subject: [PATCH 02849/10074] http_load: added `no_autobump!` --- Formula/h/http_load.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/http_load.rb b/Formula/h/http_load.rb index ac95d5ed4da97..67cdad4680d1a 100644 --- a/Formula/h/http_load.rb +++ b/Formula/h/http_load.rb @@ -16,6 +16,8 @@ class HttpLoad < Formula date_str = match&.first date_str ? Date.parse(date_str)&.strftime("%Y%m%d") : nil end + + no_autobump! because: :requires_manual_review end end From 068d4ebf8ac8d54a2e92cdea0be9dd27be2c9b60 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:14 +0200 Subject: [PATCH 02850/10074] httpdiff: added `no_autobump!` --- Formula/h/httpdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/httpdiff.rb b/Formula/h/httpdiff.rb index 2ce2dd89583e0..aeccdbd324002 100644 --- a/Formula/h/httpdiff.rb +++ b/Formula/h/httpdiff.rb @@ -6,6 +6,8 @@ class Httpdiff < Formula license "GPL-2.0-only" head "https://github.com/jgrahamc/httpdiff.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e3440a3284a54af6e5c28606e0d6ffcde2150980a740dd2a0bc27d435c04fba7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e8f493a6c29a4edf788d888adc111c2f3727b0a725661f0b62c9934292f1c43" From 6aeb977d478a5e13d94bebc72a2c848ee069f301 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:14 +0200 Subject: [PATCH 02851/10074] httperf: added `no_autobump!` --- Formula/h/httperf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/httperf.rb b/Formula/h/httperf.rb index 36579640035ff..15acfa9748d35 100644 --- a/Formula/h/httperf.rb +++ b/Formula/h/httperf.rb @@ -22,6 +22,8 @@ class Httperf < Formula skip "No version information available to check" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "777ac05c7372517913a1dc06a7cfa1499480ed89708baf56d57749bfaf9b3375" From 8488e9a86d341ff86486b98b4d71398f038839d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:14 +0200 Subject: [PATCH 02852/10074] httpflow: added `no_autobump!` --- Formula/h/httpflow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/httpflow.rb b/Formula/h/httpflow.rb index 7c9c3328f7386..a494c422f59f0 100644 --- a/Formula/h/httpflow.rb +++ b/Formula/h/httpflow.rb @@ -6,6 +6,8 @@ class Httpflow < Formula license "MIT" head "https://github.com/six-ddc/httpflow.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ac62f29bcb5a484af3755990f8ddd109dce6df7a261e281f9846a383457f815a" sha256 cellar: :any, arm64_sonoma: "2c7c2232e112599cf10e22ac013df5cf5823f6071292fa91a5252480539c85b7" From 914d503c014a71c43e7fd0f5f8e59aa2d7418e04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:14 +0200 Subject: [PATCH 02853/10074] httpry: added `no_autobump!` --- Formula/h/httpry.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/httpry.rb b/Formula/h/httpry.rb index 362452e36a089..4096052618d49 100644 --- a/Formula/h/httpry.rb +++ b/Formula/h/httpry.rb @@ -6,6 +6,8 @@ class Httpry < Formula license "GPL-2.0-only" head "https://github.com/jbittel/httpry.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "efbe819748288998ac0d955481db2aee1846e2e70db91a72ea2c4652accb95e4" From eac2d961c135e916cc16c79c549b44f58b5b360e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:14 +0200 Subject: [PATCH 02854/10074] httpstat: added `no_autobump!` --- Formula/h/httpstat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/httpstat.rb b/Formula/h/httpstat.rb index 92fc432ca8919..0408d603a192b 100644 --- a/Formula/h/httpstat.rb +++ b/Formula/h/httpstat.rb @@ -7,6 +7,8 @@ class Httpstat < Formula sha256 "56c45aebdb28160dd16c73cf23af8208c19b30ec0166790685dfec115df9c92f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "4c6ac7e7f5619376d294d7921048b7bfc2745c280518b2ce977f8091d5536ef9" From 67dbfd75f0883968aff0c7971ec8bf14a1f21364 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:14 +0200 Subject: [PATCH 02855/10074] httrack: added `no_autobump!` --- Formula/h/httrack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/httrack.rb b/Formula/h/httrack.rb index dab06f1fd63fc..befa6e920591b 100644 --- a/Formula/h/httrack.rb +++ b/Formula/h/httrack.rb @@ -13,6 +13,8 @@ class Httrack < Formula regex(/href=.*?httrack[._-]v?(\d+(?:\.\d+)+)\./i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "49d241f3883e9342da2bc7b3344f3bb4ae0e17fb2bd4f476834dbdaf3c190c6d" From f963a2b98df29f30d53286a6285f3b7940359eee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:15 +0200 Subject: [PATCH 02856/10074] hub: added `no_autobump!` --- Formula/h/hub.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hub.rb b/Formula/h/hub.rb index 1011da1d25aef..4512ddb09e4fd 100644 --- a/Formula/h/hub.rb +++ b/Formula/h/hub.rb @@ -6,6 +6,8 @@ class Hub < Formula license "MIT" head "https://github.com/github/hub.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "90a1cf13fdd2a83b764953421cdf3ef3fa115d82d893f0b4fec100539c97773f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7df6f6e443e8e00fa18c8bd5e88fa666fe0a40659832e478a0d2345233ca374d" From 14f3248833106138621e767e3690526f69a0168c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:15 +0200 Subject: [PATCH 02857/10074] hubflow: added `no_autobump!` --- Formula/h/hubflow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hubflow.rb b/Formula/h/hubflow.rb index 7ebe85aeddb70..6517cb7788fca 100644 --- a/Formula/h/hubflow.rb +++ b/Formula/h/hubflow.rb @@ -8,6 +8,8 @@ class Hubflow < Formula license "BSD-2-Clause" head "https://github.com/datasift/gitflow.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "2b459633314cbd53abafb6f330b5fa10799fc03cc191cd2357f538ab0c2acec8" From 89022b5e3cf2fee8b264efeea1bb64f96760cfc1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:15 +0200 Subject: [PATCH 02858/10074] huexpress: added `no_autobump!` --- Formula/h/huexpress.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/huexpress.rb b/Formula/h/huexpress.rb index c212f822858ed..0f2b722609b3f 100644 --- a/Formula/h/huexpress.rb +++ b/Formula/h/huexpress.rb @@ -7,6 +7,8 @@ class Huexpress < Formula revision 2 head "https://github.com/kallisti5/huexpress.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c72017994c148e0c3320a90bcadb956732c96b544def28ff398892e578922c22" sha256 cellar: :any, arm64_sonoma: "6e8a501836cd6c97ee3344adaff36f6be40a2ddd6d3266cb980cb32eab566006" From c3cb9288fba46676a0c390e6d847cd52b8c17977 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:15 +0200 Subject: [PATCH 02859/10074] hunspell: added `no_autobump!` --- Formula/h/hunspell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hunspell.rb b/Formula/h/hunspell.rb index 778be8e9d4d71..fa1b0cb9daede 100644 --- a/Formula/h/hunspell.rb +++ b/Formula/h/hunspell.rb @@ -5,6 +5,8 @@ class Hunspell < Formula sha256 "11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8" license any_of: ["MPL-1.1", "GPL-2.0-or-later", "LGPL-2.1-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "98c354c4b2d30399b17d20622cddfbbbc27a2a33fbde6c53a9445375ab4d6c61" sha256 cellar: :any, arm64_sonoma: "7c5fef61ba38c643c6e29cdb3e835875011411edf1f421a7f0329e1723c6e397" From 08e65a8c54ce8a4d2791f947af461a86f4e4de32 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:15 +0200 Subject: [PATCH 02860/10074] hydra: added `no_autobump!` --- Formula/h/hydra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hydra.rb b/Formula/h/hydra.rb index 25564197a2be4..cc5456a4d2e95 100644 --- a/Formula/h/hydra.rb +++ b/Formula/h/hydra.rb @@ -7,6 +7,8 @@ class Hydra < Formula revision 5 head "https://github.com/vanhauser-thc/thc-hydra.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4f52a4dd8c6ee9b1819f64a688cd7f2677873250a515b2269acac1758bafc1c8" sha256 cellar: :any, arm64_sonoma: "3ecca5dbd9fc6e4770e0c302cb183b65b9eb107ed4a49bea7991905e7635cdaa" From 102389897c9e7a3dbf29e65f7749443668f9eca8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:16 +0200 Subject: [PATCH 02861/10074] hyfetch: added `no_autobump!` --- Formula/h/hyfetch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hyfetch.rb b/Formula/h/hyfetch.rb index a2f04b11b1f64..99ca42890655c 100644 --- a/Formula/h/hyfetch.rb +++ b/Formula/h/hyfetch.rb @@ -8,6 +8,8 @@ class Hyfetch < Formula license "MIT" head "https://github.com/hykilpikonna/hyfetch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5032952a2e1ded6fc2a2982b8ea254233f5886c54a34717b0affd2890d40765e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5032952a2e1ded6fc2a2982b8ea254233f5886c54a34717b0affd2890d40765e" From 69bf59973b892a4e87228c015132d483efea5a44 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:16 +0200 Subject: [PATCH 02862/10074] hyper-mcp: added `no_autobump!` --- Formula/h/hyper-mcp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hyper-mcp.rb b/Formula/h/hyper-mcp.rb index 2afafbcaf97c5..17943fec5ac4f 100644 --- a/Formula/h/hyper-mcp.rb +++ b/Formula/h/hyper-mcp.rb @@ -6,6 +6,8 @@ class HyperMcp < Formula license "Apache-2.0" head "https://github.com/tuananh/hyper-mcp.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a47ba9534141b16a9f7599a0ae988a98c6d12c21d57655be20330833a1b9324" sha256 cellar: :any_skip_relocation, arm64_sonoma: "68f718a26b90661c85b10b330128bc2176c5eddbc2e7f762057f212b8c34c330" From 7f0b959c54d88ba8109df6f2408590ee1bfbcc14 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:16 +0200 Subject: [PATCH 02863/10074] hyperestraier: added `no_autobump!` --- Formula/h/hyperestraier.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hyperestraier.rb b/Formula/h/hyperestraier.rb index 7ecfeae48a655..49bf32620900b 100644 --- a/Formula/h/hyperestraier.rb +++ b/Formula/h/hyperestraier.rb @@ -10,6 +10,8 @@ class Hyperestraier < Formula regex(/href=.*?hyperestraier[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "18f652254c3b115ffe6fad67be39dee791ef6b8f456122618762417eef74f4cb" sha256 cellar: :any, arm64_sonoma: "5ac8a21fdb6d25f1855c3ab56253357c1938d3fe45d35f449e23dc28dd997a38" From e714f20ddc464fae36ece2a3e2bde30936818aa2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:16 +0200 Subject: [PATCH 02864/10074] hyperkit: added `no_autobump!` --- Formula/h/hyperkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hyperkit.rb b/Formula/h/hyperkit.rb index 52a91e78fe8ad..449a43e6bd975 100644 --- a/Formula/h/hyperkit.rb +++ b/Formula/h/hyperkit.rb @@ -6,6 +6,8 @@ class Hyperkit < Formula license "BSD-2-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, monterey: "69e59bde1dae4ff1da807711cd9060cdf81e248aa55a0dd761a20abd8787e20b" end From 1086f364eb82f4193deab352533941e824a2eceb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:16 +0200 Subject: [PATCH 02865/10074] hyperscan: added `no_autobump!` --- Formula/h/hyperscan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hyperscan.rb b/Formula/h/hyperscan.rb index 9430958f95eae..202a6546d8563 100644 --- a/Formula/h/hyperscan.rb +++ b/Formula/h/hyperscan.rb @@ -5,6 +5,8 @@ class Hyperscan < Formula sha256 "32b0f24b3113bbc46b6bfaa05cf7cf45840b6b59333d078cc1f624e4c40b2b99" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, sonoma: "2019ecd836e8e16a4b4a1e2605297900ee9d5e6ca8fce4c2cee056ea8c00934d" sha256 cellar: :any, ventura: "a5866b950b8b18122c144b6b6ff2ca64705861d59917a1762bef1faff1cc7b8a" From df794632a321fbd66ef78054817bdc07ee9c63cf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:16 +0200 Subject: [PATCH 02866/10074] hypopg: added `no_autobump!` --- Formula/h/hypopg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/h/hypopg.rb b/Formula/h/hypopg.rb index 8d4d83928ac21..44e2f019e34b1 100644 --- a/Formula/h/hypopg.rb +++ b/Formula/h/hypopg.rb @@ -5,6 +5,8 @@ class Hypopg < Formula sha256 "9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc" license "PostgreSQL" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "10b284849ebe8618fcd22cf24d8c7f738a6c8eebbfc43985a507678933d7cb99" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5af96aaf0761e90723a994ecd9513d41771f9b29322d83d9ed59e5333d75a29d" From 4979c3a32999496f3e3955cf3efe6701e94f72ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:14:52 +0000 Subject: [PATCH 02867/10074] sf 2.91.6 --- Formula/s/sf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index 5c054950fa4d4..4dd2f5721c070 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -1,8 +1,8 @@ class Sf < Formula desc "Command-line toolkit for Salesforce development" homepage "https://developer.salesforce.com/tools/salesforcecli" - url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.90.4.tgz" - sha256 "1dc28f6521e6ea56ddf18332becb1734636049152263ea827ab29b30e58a9eaa" + url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.91.6.tgz" + sha256 "968972f9dfa1c5316f4163e2e6bab056061e0c638efee0cc4c301b3827e51ab9" license "BSD-3-Clause" livecheck do From b6b864bef9ac71a3bc3e1cb40ec731f3179e7788 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:18:15 +0000 Subject: [PATCH 02868/10074] uv 0.7.11 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index ceb233a790e4c..8b375778c96cf 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://docs.astral.sh/uv/" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.10.tar.gz" - sha256 "3d7b11da65d5a21fe55c38b3b5b4592c9331090a410bee731a7ce1ce1bc97130" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.11.tar.gz" + sha256 "6c0c23f99adf51164a83f8b4155a1f7fa16e01c6cb2deaaa68e60e531e8076c0" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 168c48e958e26a3e484ad61dd6f406bad1dc4483 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:18:39 +0000 Subject: [PATCH 02869/10074] vifm 0.14.3 --- Formula/v/vifm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vifm.rb b/Formula/v/vifm.rb index 4c5e9faf1fa9a..db6b884c6f8c6 100644 --- a/Formula/v/vifm.rb +++ b/Formula/v/vifm.rb @@ -1,8 +1,8 @@ class Vifm < Formula desc "Ncurses-based file manager with vi-like keybindings" homepage "https://vifm.info/" - url "https://github.com/vifm/vifm/releases/download/v0.14.2/vifm-0.14.2.tar.bz2" - sha256 "cd1b05d2543cdf6829d60b23bc225c6fde13d3ef7c1008f821b9209837f1e2b0" + url "https://github.com/vifm/vifm/releases/download/v0.14.3/vifm-0.14.3.tar.bz2" + sha256 "16a9be1108d6a5a09e9f947f7256375e519ba41ebe9473659b20739fdbf3440e" license "GPL-2.0-or-later" head "https://github.com/vifm/vifm.git", branch: "master" From 7e06b97759b44c9ccc65e19787de20a3f9033517 Mon Sep 17 00:00:00 2001 From: GitLab CLI Version Bump Bot Date: Wed, 4 Jun 2025 20:18:51 +0000 Subject: [PATCH 02870/10074] glab 1.59.2 --- Formula/g/glab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 8aabbac61a867..ae2f8204c2aeb 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -2,8 +2,8 @@ class Glab < Formula desc "Open-source GitLab command-line tool" homepage "https://gitlab.com/gitlab-org/cli" url "https://gitlab.com/gitlab-org/cli.git", - tag: "v1.59.1", - revision: "369ebecb007d93ba35bcacc1f8bd44b17b9770e3" + tag: "v1.59.2", + revision: "c0acec3f3bab0b433fabf487e0a71c780680ba90" license "MIT" head "https://gitlab.com/gitlab-org/cli.git", branch: "main" From 76bdb2219003c7ad8bf38e1bed45c68c7d48edf8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:35:56 +0000 Subject: [PATCH 02871/10074] dust: update 1.2.1 bottle. --- Formula/d/dust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dust.rb b/Formula/d/dust.rb index ac84651fdad31..5f57e596cfade 100644 --- a/Formula/d/dust.rb +++ b/Formula/d/dust.rb @@ -12,13 +12,13 @@ class Dust < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae87355d4a34dcd3faf75ad83c8948cafc58d2d62bd4d381e3b904d22658b8e1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f95942e56163d80b2dc8c7fc656bbf75484ace461415e1b33f1973f6e0710b78" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f4f211b8d9243525047070230690681b7d7aaf1546978768f2c59241288b1dd2" - sha256 cellar: :any_skip_relocation, sonoma: "4e592912e74415e6e9826530cfdd82aa6b112f18c261e1144b7de3eb4a024bad" - sha256 cellar: :any_skip_relocation, ventura: "6822e29006988602032e639ef5d846e2eb1826725b04b2f14a4df60a451aa278" - sha256 cellar: :any_skip_relocation, arm64_linux: "38e10954139f77edbb32bac6dfc8168fde6793e919838862b899f79940f470bd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b2292e06d094c5c363395d48527e95d9c978d9aff6711c1847727b37683c3a1f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dff30219a60289dcbcde2884f80a05507c232ddfc825cedffa13842a4e4ec799" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e445a4090bbfa559c2b44fd26f4ca4a67b5614efa1ef7b546419cce2bd423171" + sha256 cellar: :any_skip_relocation, arm64_ventura: "94d7efb52c0ab5b2066f66697b17e0230590243a8f9602f0e645e2cc8de4c2c4" + sha256 cellar: :any_skip_relocation, sonoma: "3653e40df944f053ebb6810157d488775049d7f96573d243678b83ed75cd5a3d" + sha256 cellar: :any_skip_relocation, ventura: "16dbab4f1ba9eed3939dfe37b28b7660d18f0d3dc78bd567c718d28dbaba669f" + sha256 cellar: :any_skip_relocation, arm64_linux: "da3b69309c776eaf8e034b0722fc83be2c03e465be71c039ab6d5a05dff33d8c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c65641f9278aeb2ce3434b748e780d02ba6dbeca5a73620e750336e644685348" end depends_on "rust" => :build From 6e7e909ce5c2db8f08283d3228a28e01e1d7b96a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:35:58 +0000 Subject: [PATCH 02872/10074] angular-cli: update 20.0.1 bottle. --- Formula/a/angular-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index d1441c75b323d..2275d8e091d55 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -6,13 +6,13 @@ class AngularCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" - sha256 cellar: :any_skip_relocation, sonoma: "88e24375d75f3ea2f97a66a1ad391e0c8d12c308a090a5829ec1928496a0d2f0" - sha256 cellar: :any_skip_relocation, ventura: "88e24375d75f3ea2f97a66a1ad391e0c8d12c308a090a5829ec1928496a0d2f0" - sha256 cellar: :any_skip_relocation, arm64_linux: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6acd941097d79f33fdee807ab9c9f957bf10d91031b703ae93a038d20c4f6766" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" + sha256 cellar: :any_skip_relocation, sonoma: "ab382544be13efafef6510d3d3a817759b1ef0117ce451f04d82c9751de10414" + sha256 cellar: :any_skip_relocation, ventura: "ab382544be13efafef6510d3d3a817759b1ef0117ce451f04d82c9751de10414" + sha256 cellar: :any_skip_relocation, arm64_linux: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" end depends_on "node" From 619edca01db777cc2f735655bc0d71b9991ff02f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:36:03 +0000 Subject: [PATCH 02873/10074] flyctl: update 0.3.139 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index ceae104caa252..d0e0195a5f657 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ead44a011ac36e83f783d89580e95e9ed2d0254e536be1456db283edb090466" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ead44a011ac36e83f783d89580e95e9ed2d0254e536be1456db283edb090466" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3ead44a011ac36e83f783d89580e95e9ed2d0254e536be1456db283edb090466" - sha256 cellar: :any_skip_relocation, sonoma: "3988c685ed67168b59c17571015b118fa253947b66d459557298f04ab57896ed" - sha256 cellar: :any_skip_relocation, ventura: "3988c685ed67168b59c17571015b118fa253947b66d459557298f04ab57896ed" - sha256 cellar: :any_skip_relocation, arm64_linux: "2421154cf0753559bb04496bc9511cb224ac706597451b2c5c8343b1a642cf0b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "92b3a3d827a0844c68b5d028b66396641ee93445d38ac05cb9ca7d3ad35e59bd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "686cca6a37d367fb94d4653dce3b46931ecd1653b2256002b30294a8ed0651e4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "686cca6a37d367fb94d4653dce3b46931ecd1653b2256002b30294a8ed0651e4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "686cca6a37d367fb94d4653dce3b46931ecd1653b2256002b30294a8ed0651e4" + sha256 cellar: :any_skip_relocation, sonoma: "6edd649a963c192b130acdc06f08d27f2b5194664d66643bf343baf6c40856cd" + sha256 cellar: :any_skip_relocation, ventura: "6edd649a963c192b130acdc06f08d27f2b5194664d66643bf343baf6c40856cd" + sha256 cellar: :any_skip_relocation, arm64_linux: "711311b71335213130bdd7880fbf8acf8f5f0a2f6f5643f356b932c86c996644" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67c37712e268c85fbd4e4156c4f607eb774112e975a5a5d55721f0470e203eed" end depends_on "go" => :build From a89897761804079c371047975cfdba56e46f7ea6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:36:07 +0000 Subject: [PATCH 02874/10074] bmake: update 20250528 bottle. --- Formula/b/bmake.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bmake.rb b/Formula/b/bmake.rb index 665f820148c9c..1c86643e6bc13 100644 --- a/Formula/b/bmake.rb +++ b/Formula/b/bmake.rb @@ -11,13 +11,13 @@ class Bmake < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcb77e6358390c80463b999d8979ceae3e69a3e5e3cf8d05a44a98a96d05f57a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "230aae790cc684473ea54bd90bd7933214a41de7b4ced82083b19da564470b58" - sha256 cellar: :any_skip_relocation, arm64_ventura: "170947e3fff8897d4dc593e4f9f7b14adc58cd1e0d926b711602c109f062a49d" - sha256 sonoma: "a0c140bba308f37cf40fe5fe83e9a377e71a084649a302cc8a494eb6876395c5" - sha256 ventura: "3963568a17f0874afc6b8681c17f670528bc69fa059704afc3259e2d52db7b88" - sha256 arm64_linux: "9efc697537e519aaf95d3207b689301142729ad7ca26c8a8e792eea15e535b1a" - sha256 x86_64_linux: "5aaa87b011f69dc54471377b0014bc8f2e9ffb4030d454862446d09dbe6262ee" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a83f78f8861a49fd73773e1bf22b90e598811cfc1dda39aec433b48109acadfa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "af14fc3b9f056b85ef7814fdd64c35c51a758f65c62b9778a4387297b2abd647" + sha256 cellar: :any_skip_relocation, arm64_ventura: "13464297ea400c6fa8da53ef4b78aa959a4b35b0b450526362eef16f30b511af" + sha256 sonoma: "9a7bcc0516479d7e60f7f32e3d5edb53880f5afb5f538ac1f5c48e16cbe74695" + sha256 ventura: "b25cdc426784aa7a332445ee5ed42caf0720836665264ff7376adb47d463904f" + sha256 arm64_linux: "64d479442313687c9fb57a95cb516ab574b25d92086ee0d99e6df919eaba049a" + sha256 x86_64_linux: "b45148179ad8690da3e52df18ca235ff7f494ea7f50c743451d73d0ef98967c9" end uses_from_macos "bc" => :build From b89b5bd5dff6156f3a7b242f90b1855e6d81b364 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:36:15 +0000 Subject: [PATCH 02875/10074] ocm: update 1.0.6 bottle. --- Formula/o/ocm.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/ocm.rb b/Formula/o/ocm.rb index c9eecbe8eabfa..f834ae2202d8c 100644 --- a/Formula/o/ocm.rb +++ b/Formula/o/ocm.rb @@ -7,12 +7,12 @@ class Ocm < Formula head "https://github.com/openshift-online/ocm-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0dec937d8c52fdbd9cec924899c1e88d76912f2ef8e9b4893ad63ce7c1745908" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2702120f14af14d391a5d1d4bec7c7b56366526dd50e4535c4e506344b22235" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1b66aa2e4cedc890b370c40d4ec5a75b6ef5af5b6e8ba9ddc8fbfd58320aa589" - sha256 cellar: :any_skip_relocation, sonoma: "297b69f6612e5adf0c02b2707b53a0c3d2e66301599267fe555921ab58207d2b" - sha256 cellar: :any_skip_relocation, ventura: "ebb746a466988fd7dbc251b2753fc65e3f9b41dae7311afa2c8ed269921a884c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5d8793d32d0e2ca7e7f2b79ac9daa9f1ffdea4b92cfee811ae796e84416fd82" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3095b2b95242640613530c462d6eeab9e5574d9cc838995bba0d4b42d183b34c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ec56731ab7024207464e6a180e380d9b02b7b2e50ffa34f4504e2ba29c7fe6b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ed72e2dea0d681b905159ced9227122648d597a02cfcf25b5185e4c47870ec2d" + sha256 cellar: :any_skip_relocation, sonoma: "06ca1f20cf34632c6f61a2f87719cae73e984563c29e83e4ead7745b5eeac2e9" + sha256 cellar: :any_skip_relocation, ventura: "36e21a01b915a01f651f8d6057c9eef1ce9709c9d5295acad045147fcc830fd4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ebcc5ad5cd2d78f5494ba9550bfd1f2e2236b631ff01f1e4a92d0ad052b577f" end depends_on "go" => :build From a6e4e639a04b3807df1c425672377689f842757b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:36:20 +0000 Subject: [PATCH 02876/10074] glaze: update 5.4.0 bottle. --- Formula/g/glaze.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 544a34b4de8c5..bd6da5521463d 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -6,7 +6,7 @@ class Glaze < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "e1d1a42145c11ba27d0be5f4b59bbf4320eff485f04b874faaf56e522d704100" + sha256 cellar: :any_skip_relocation, all: "4242b56a7078e6daee57074d9d30b7f35ea082140296e4f0e4a588dd0e45a048" end depends_on "cmake" => [:build, :test] From 1490d3690e975c93d768992d04207c1ead33f392 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:36:25 +0000 Subject: [PATCH 02877/10074] melange: update 0.26.6 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index ee4411a00ca66..d3357bbea6ab1 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e015462ec64a97f5efd015fca9e7b0c87d00b44f1ac3fe03b4829951b01088b7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b1d487e950355967a51d91617bd938142607ae8f2033032934d0ee7b4f8b76b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "38149e79250adb3fe580db29791201ec7b0f7eb09bcaa056cbeac3169330f6f8" - sha256 cellar: :any_skip_relocation, sonoma: "8c14587832a57ebdc3f4ee40fda963feae2b28b87543683ee313dc7cb0898a61" - sha256 cellar: :any_skip_relocation, ventura: "0bdbc579ce6ebbdf37a0ad06d65760711ab661de305933b84e537e76bddbfb37" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0ae3b631197caa092b5620c55f2338274913f7b874d9a97d79979af6d01e1074" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c03def72ac0f8a743604fc6c692aaec3300df30df404920ff979c131d73ddf6e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6303c80231f3fa60db9c9315a14ca45ea25d6ade7420fd6ca5c1be96cd9ff648" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5d03612ed7aaa86cdfc045d4fe6dd5f01992c7f6b921f9a73ff13ed3766dc2b1" + sha256 cellar: :any_skip_relocation, sonoma: "ce5061b016b068d0d98a10a84c8814c9e68aeeae6b455c3735b590e7a9dd1a13" + sha256 cellar: :any_skip_relocation, ventura: "7555f1d56357ab02b9b54724237812e2f4ebbdce261305aeeda3a1a2dc13e790" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b731c2225421e73e79aacd7668b5cb1e7b17dcf604bd72064e0b55a31e662217" end depends_on "go" => :build From d8aa6c80647e03837cb63f9e505cc0ce979e157f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:36:39 +0000 Subject: [PATCH 02878/10074] oh-my-posh: update 26.3.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index bb82e48015a9d..d814cf0d719fa 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "35c86b4f5b020116f112c20ce31b805e20266496dfdd76a395b99e93fba2be84" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "83c59d2d8bfb9ffc215cdc52989628ec8c59b162d278c76e1443a37393cc1355" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ba26cbed4194c269c176ab3f0d9c16e2d27c17397b5569d088b13943328670a4" - sha256 cellar: :any_skip_relocation, sonoma: "c6b1e8080d7fe39fe6d743e61fc3447f8e8f400b14e6619a2c860f8707db6224" - sha256 cellar: :any_skip_relocation, ventura: "744d7bc8fb36e557bf0af255589f38f8536dc46a6bba99e84247a7b6e12d914b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "042050090907af51f2951493a3d3bf11cf42a499911f6d09dc5a0a150d7255ae" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e730680ad4420df44754959cf47d04c19a0ff28a780a70d782dae48e7beb1b86" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5a3fdba2455a521d0d72ac2bd0d84ade94ecf306611253677943e71fc96c749" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cd86b631485102c5ee1a5f07c2737265bfa28779f3a192dd9441a6922d26051c" + sha256 cellar: :any_skip_relocation, sonoma: "77e5e6800bef21dea747e17e7619847d2506303ae2576695adba1c2018324f32" + sha256 cellar: :any_skip_relocation, ventura: "1eb1078937bd556df7bfd632f45e61c71d5dee4acb3dd8b5ba26009fe66b27d5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "511c659c8d51703f16791f7778a5ae811ab55412b9976909fe1f06b4e970de4b" end depends_on "go" => :build From 03116115038401b169e4134c1d68747910367330 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:44:56 +0000 Subject: [PATCH 02879/10074] rabbitmq: update 4.1.1 bottle. --- Formula/r/rabbitmq.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/rabbitmq.rb b/Formula/r/rabbitmq.rb index c3fac609c957b..24473c25fbff7 100644 --- a/Formula/r/rabbitmq.rb +++ b/Formula/r/rabbitmq.rb @@ -11,7 +11,7 @@ class Rabbitmq < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "f98fbbeafb22fbe7eb1f188b689a4c16460e64046f60fe4c33eaa9181cd525c3" + sha256 cellar: :any_skip_relocation, all: "1a75bc6a353908d0271ea2ea70ef00f3c0cd95e304ede2b26fd63cb082a25a13" end depends_on "erlang" From 5c552943293ddaf51cb409c0a38d1de19bca333d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 21:03:48 +0000 Subject: [PATCH 02880/10074] sf: update 2.91.6 bottle. --- Formula/s/sf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index 4dd2f5721c070..8dc18e293d89d 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -13,13 +13,13 @@ class Sf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" - sha256 cellar: :any_skip_relocation, sonoma: "cc454ae1500edd2f952078e71f61041286b932f5e6b91ae2903f7a9b0697b78e" - sha256 cellar: :any_skip_relocation, ventura: "cc454ae1500edd2f952078e71f61041286b932f5e6b91ae2903f7a9b0697b78e" - sha256 cellar: :any_skip_relocation, arm64_linux: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "af3aa10c60e9f1c79f13f85c460c068b38105e3abb93e7809c05942bbc21addb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" + sha256 cellar: :any_skip_relocation, sonoma: "d399f7da013517926e71e747337f7be6ff1aab7b223016ec4d74db166fbfa7a9" + sha256 cellar: :any_skip_relocation, ventura: "d399f7da013517926e71e747337f7be6ff1aab7b223016ec4d74db166fbfa7a9" + sha256 cellar: :any_skip_relocation, arm64_linux: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" end depends_on "node" From 0c923db2ad7540826e89b3200edb87c290b54ec3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 21:21:29 +0000 Subject: [PATCH 02881/10074] awscli: update 2.27.29 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index bf6ad8c52704e..649be78009a8b 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "a7444a6f8480f7df9d950b968a3a62bd7b93ce9e2951e5935748b8c2d07bd829" - sha256 cellar: :any, arm64_sonoma: "88ef97518a64f710f8bba2a59dd6480c2d599fd888ed5a17a02f39ad1f736e0b" - sha256 cellar: :any, arm64_ventura: "2a347906a878bd7bcd3c986adc4283dad2341ffc2f7a6afeb11eb43280d844b2" - sha256 cellar: :any, sonoma: "29fcfc14b64994cea171b773f25647088830197894dea3fd7d7007abcb0719f4" - sha256 cellar: :any, ventura: "76f1cbb140ead821b951fb03d4aa6b589de09f62ec3cce8e136a14b83ad73a63" - sha256 cellar: :any_skip_relocation, arm64_linux: "4f18d5f7c45cd2bc8429ffe9c822e11d9e02892e781e9cbe06bb014f093e6ec2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "05a2837c72674e7c89bf4e1cd67dbb97eeb4382a05de5f3ddc5511811bfb8c18" + sha256 cellar: :any, arm64_sequoia: "ba40516eddc9d4973085d2ba81e4198203eda9e1454ba7cbf73970f09a8c6c14" + sha256 cellar: :any, arm64_sonoma: "9c997949180a8d20cf4ab8660b1142ee3b7f3f1279afe659a1f0701f8f10af6b" + sha256 cellar: :any, arm64_ventura: "486ed72ca94663c71da4f15914f9d59982ee6b05aae69f6dfed8ee4f826c0c23" + sha256 cellar: :any, sonoma: "9861357344f11244bfd85485a3676878cd7b437852174a6e5073e0116836d5d5" + sha256 cellar: :any, ventura: "8dbea620a0f8d34c628d8b190f8dcb11517ced62214a9a6c1fad9ba64a1b1ce9" + sha256 cellar: :any_skip_relocation, arm64_linux: "3cba1dbfa8f3be53bb7b00bb9f058c99845d5eb6c9e1d6a98deca21480361f5a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bb25d82efe04e2558d33aef72f8280fd2b9b3a059d3771bdc7472526a02f898" end depends_on "cmake" => :build From aa9017367c9b7d21fa096896190063ddd388589c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 21:40:02 +0000 Subject: [PATCH 02882/10074] glab: update 1.59.2 bottle. --- Formula/g/glab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index ae2f8204c2aeb..5fbf82732409f 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -8,13 +8,13 @@ class Glab < Formula head "https://gitlab.com/gitlab-org/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0c22c20b75a00d002190700bca50f94ca55a470558674354c5e3879eee06363" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0c22c20b75a00d002190700bca50f94ca55a470558674354c5e3879eee06363" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d0c22c20b75a00d002190700bca50f94ca55a470558674354c5e3879eee06363" - sha256 cellar: :any_skip_relocation, sonoma: "5c229cd5cab04d393000046eed0e9f93730e8c441b414d98f87ae111e3c9098d" - sha256 cellar: :any_skip_relocation, ventura: "5c229cd5cab04d393000046eed0e9f93730e8c441b414d98f87ae111e3c9098d" - sha256 cellar: :any_skip_relocation, arm64_linux: "04c98ff8a276cbd1ec0bc13e8dc97540834ad4e5aef759064ac5e0ed5e2e3cf5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "52ced05859cdc9c2ec83f0af4638cb04c137ac1838807ca5b3de4d275538d67e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad7782e4ecff87da2537d8ed768e9c4c1a7c9ae994ad204cd4de5e446c43190f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad7782e4ecff87da2537d8ed768e9c4c1a7c9ae994ad204cd4de5e446c43190f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ad7782e4ecff87da2537d8ed768e9c4c1a7c9ae994ad204cd4de5e446c43190f" + sha256 cellar: :any_skip_relocation, sonoma: "e503d618e0f6b78a976f38c29ee9d5537296ca553f996c400d6d731435c1b375" + sha256 cellar: :any_skip_relocation, ventura: "e503d618e0f6b78a976f38c29ee9d5537296ca553f996c400d6d731435c1b375" + sha256 cellar: :any_skip_relocation, arm64_linux: "5683f0f8c93fefb4f94b1c84430fdf3ba76426d275a31dbc34fcf54b885125f3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "25cf63c2340ad641bd9c08f800fa1fe6609de1054a19cbba80eac32e76a4f0b0" end depends_on "go" => :build From a732f6f9ef78d329c51553123b2bcd63beeaaacb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 21:41:27 +0000 Subject: [PATCH 02883/10074] pyenv: update 2.6.1 bottle. --- Formula/p/pyenv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pyenv.rb b/Formula/p/pyenv.rb index 9520e06ddaec1..a14e73f2f4ba9 100644 --- a/Formula/p/pyenv.rb +++ b/Formula/p/pyenv.rb @@ -13,13 +13,13 @@ class Pyenv < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "70678f1e3508a5cc2f2e82a16afbdfd6dc9fbae948c21a7934b461d72ab3e214" - sha256 cellar: :any, arm64_sonoma: "3fdba3496d3cc6fec59a93c540ca48d684d4714de0af7969e91eec4b5326e679" - sha256 cellar: :any, arm64_ventura: "187d4b9ce41f546482d104b82bc6dba858056c9695ebfd1e896338dc3bb0efcf" - sha256 cellar: :any, sonoma: "b92b72d8e5bd7066f65c700b8afb800066907e48d6308b9ac8fc410f77fc2010" - sha256 cellar: :any, ventura: "532392acbd1850c7b9dfcae3cf09e110d7ec0891fe7f76e52f45c79d4f98b4ad" - sha256 cellar: :any_skip_relocation, arm64_linux: "899a71a7ba3904476bbcb1eff10fd416495f786c18277c73bdeccc46b394ed58" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c619310123499404cc9126bddc6912cad33d1bc932527842624d01fbd5fe13b2" + sha256 cellar: :any, arm64_sequoia: "19a52c9036c3babd764231479a6fee651fa95475927c1b9f2d91428652601f61" + sha256 cellar: :any, arm64_sonoma: "0561503c161033a97a34f8d7176c13b2e71c523b31bba55e54c167c9ec1335fd" + sha256 cellar: :any, arm64_ventura: "69a113f0752ff2c9d90a80551a7e7fe7e4c2f0866c500087ba1fe57252af6201" + sha256 cellar: :any, sonoma: "d1318666b9c108325316d1e07641e23d298d34cb633ce2ce329bf8663005b9a2" + sha256 cellar: :any, ventura: "8da470a222daf576c39194bad937247a8ac6df3f8e921f6f07832ad75feb88a8" + sha256 cellar: :any_skip_relocation, arm64_linux: "ebe41bd070264cb34e0a50e8b1ef19a2f776533ae3a1b5590a12443b56ca8d22" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ecd79711833813dd631cb3b7269cbe46490fb1f001f874634b7f68f63f37260" end depends_on "autoconf" From f8fa954b990407d2db0363be8a9e91ad4313e585 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 21:48:57 +0000 Subject: [PATCH 02884/10074] vifm: update 0.14.3 bottle. --- Formula/v/vifm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vifm.rb b/Formula/v/vifm.rb index db6b884c6f8c6..b90dcb39d0003 100644 --- a/Formula/v/vifm.rb +++ b/Formula/v/vifm.rb @@ -7,13 +7,13 @@ class Vifm < Formula head "https://github.com/vifm/vifm.git", branch: "master" bottle do - sha256 arm64_sequoia: "9276255fe9b32995b3eae789f1d36a8392aa8b8660687ccaf72254f3f38cbbc9" - sha256 arm64_sonoma: "8f9fb46f4484435937bef4a659c1fb3c2b9c76d5b0cd34ef982dd709aec0805e" - sha256 arm64_ventura: "2058d4a40e37ed15822c06e2f2c27fd299f15d992a177daaf88d419d27224c38" - sha256 sonoma: "2a7cde7ab932811531b08addaea260eaebe721053dd7c655cd67dab342755251" - sha256 ventura: "df22d2e5dae7db8ac5724c3fae19e9f8b8b15f8b75205b0f98360ce438a3c9b4" - sha256 arm64_linux: "8009c37ce7a2fce889c16ef9e6506e9916e5b33213ce8e22e09adad77206d8d7" - sha256 x86_64_linux: "3eb75803e9f5796343cee46031d84d69a5e245ad90ce3ebd875b5dffd9002f82" + sha256 arm64_sequoia: "803d2f505403b4c23e678df422bbaf2f2aa1dd6e568274b32a4eb50f0a34ee98" + sha256 arm64_sonoma: "6508066db55cdff5af7884ad5ba6455a636434c4f637397981304d034651baa5" + sha256 arm64_ventura: "3c628a1a387e199df5b32697e171202ac2f9d3cda71d3f62f932e8366b60e50d" + sha256 sonoma: "38c54361f27f82b26c461669e3bd56211d79fa229e9644214492591e5b4780b1" + sha256 ventura: "f36622bdf6b5e6cde98dee0a65b5c0b8b963bf6cbc7dd0e379fb4509aa0de358" + sha256 arm64_linux: "22f6ba59fbe1dc0925d355e21a4ac014f31830cd34c9405958aea1f90620e674" + sha256 x86_64_linux: "a1023542a6fdad4e838d0c449365c52698690f23b901a2ddde744bdf79db0619" end depends_on "ncurses" From 75fea14f001da1ac5b70ae58887f6d76aade1995 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 21:59:16 +0000 Subject: [PATCH 02885/10074] hledger: update 1.43.1 bottle. --- Formula/h/hledger.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hledger.rb b/Formula/h/hledger.rb index 5141c6762b1bc..43eededd1f121 100644 --- a/Formula/h/hledger.rb +++ b/Formula/h/hledger.rb @@ -15,13 +15,13 @@ class Hledger < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "49f7803f450afddf5c5450165ff148a012c7991e6d6cc6440ffdd66299fa622c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f1e3b85a8c0d203f8e7b78f8c1f12ece76f77fcdcdf5900f797b48bdee1e53e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fd3ee42d4381bdc8d469771af6d03e3554c3b5b7ff878705d516ed76416fb362" - sha256 cellar: :any_skip_relocation, sonoma: "b0a08f2cbc27aa416dcbbb07fcb9fadef3dbc5e5974da99b6223b544e77b8a25" - sha256 cellar: :any_skip_relocation, ventura: "a21cc3fe55faac6a330264377dcb3ba3b7f9aef75798ea22ce0a42b14b1578e7" - sha256 cellar: :any_skip_relocation, arm64_linux: "28ddbbe6309e75ff4f84906ba7a21c7144a171b0ddca1f6ff958b9b950102904" - sha256 cellar: :any_skip_relocation, x86_64_linux: "56171e60429aa7fafe89049f2b582f59a983b4c3ff12a1280ee2fad7a0131101" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4974d1fdd58b0f1adf8b59c602774725ac5248b4bc993093b3d2f7bf1ab3d1d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee07664bfb270a4228f7eeee79571c6f3e24f746a3fdb208ed90506c23f9eb96" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a6dc5dfef052d54a46bd6380e78e842a37fbe7ee1081550031eafebbab73219f" + sha256 cellar: :any_skip_relocation, sonoma: "305ad467187465e69a197b4145947c2cd7b887bd15a4abd8956991f4b8acb338" + sha256 cellar: :any_skip_relocation, ventura: "ef1263889f425cbf423ab4434c4b0f0fee8b89d93728724537a9d202ae62a1d9" + sha256 cellar: :any_skip_relocation, arm64_linux: "34f60849848ada5606778f00acb464f9f732ff765b68624a7581148dff4cddd8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc56851beed007cfd88c8595bd6194a17a155e23cd0993b89c5adb7982dbf393" end depends_on "ghc@9.10" => :build From 34a82b690aa97cbd756e9629775fbd9d9988bccf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:02:19 +0000 Subject: [PATCH 02886/10074] uv: update 0.7.11 bottle. --- Formula/u/uv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 8b375778c96cf..4b5a84c04ada5 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,13 +7,13 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8f232c795d53d439c453da1b03960f6e3d880e0160187b40304bfd8fec73e2f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "727d6777ea2997bb9641d7ff918db031c160c248783f50632e4f5f011505a645" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2a7c146c15054027f397e35047c7a7f5545e6abd596f015536918d5142c2cddf" - sha256 cellar: :any_skip_relocation, sonoma: "5582b72271e3aeb9f5b051bbbe699027ab594bab7eaf1811200af39adff9ca4a" - sha256 cellar: :any_skip_relocation, ventura: "f7763c0d12629b3330cdd5b37b092ba60d0acc8157ef7541dbec765acd7a2213" - sha256 cellar: :any_skip_relocation, arm64_linux: "cb1eb5b3c81b34b7079f6fbfb495de38dbdcc41e62d41809106a51bf90f4ebff" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f58f91452ad0a95e45ce79cbb8e2103aa2e1aac97b68f132d63ff39cc3c00fcb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4586cd7d293a91e98cc3599fd35a96e05a516ff8dc42773b6aa571f3d986fc22" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7d1d2f8243b6881d0ba0181cd691c8424a3cf2b6bb889f4d54ac91bd341ce9e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a2bce87905486a38a926b153d19c55d0065106bb5f5fd41923079de8db11fd13" + sha256 cellar: :any_skip_relocation, sonoma: "1ffec1ad041e1a9809686536a581a242be554cd57cd56605459f1030569c4ed8" + sha256 cellar: :any_skip_relocation, ventura: "af632fc6b7740ad871baa3c111bcf42b9aa8b58445c70a4b5d1da2140351b250" + sha256 cellar: :any_skip_relocation, arm64_linux: "fe67ba4e5f6c2fc5ca616d4e6fd12f657c6bf8266599d9552fdb828afa84aa3a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9989675a084576231b8e70da3eb8b4db8cdfb4b1b5c74cd2599a8936c0ed5ad4" end depends_on "pkgconf" => :build From cf45674fc094c30038f39fb062df0c420fa95a84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:49:59 +0000 Subject: [PATCH 02887/10074] aws-c-cal 0.9.2 --- Formula/a/aws-c-cal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-c-cal.rb b/Formula/a/aws-c-cal.rb index fb87659764147..fbdc6a6811c9c 100644 --- a/Formula/a/aws-c-cal.rb +++ b/Formula/a/aws-c-cal.rb @@ -1,8 +1,8 @@ class AwsCCal < Formula desc "AWS Crypto Abstraction Layer" homepage "https://github.com/awslabs/aws-c-cal" - url "https://github.com/awslabs/aws-c-cal/archive/refs/tags/v0.9.1.tar.gz" - sha256 "1245f007e83a66805f7afe80ce4825f910dad0068028dd8efc3b6172e2679be5" + url "https://github.com/awslabs/aws-c-cal/archive/refs/tags/v0.9.2.tar.gz" + sha256 "f9f3bc6a069e2efe25fcdf73e4d2b16b5608c327d2eb57c8f7a8524e9e1fcad0" license "Apache-2.0" bottle do From 165a91dcc959167a940b333d1ae8b856ce240683 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:56:34 +0000 Subject: [PATCH 02888/10074] docker-machine 0.16.2-gitlab.37 --- Formula/d/docker-machine.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/docker-machine.rb b/Formula/d/docker-machine.rb index 0216c1d262bed..6281e1a39180d 100644 --- a/Formula/d/docker-machine.rb +++ b/Formula/d/docker-machine.rb @@ -1,9 +1,9 @@ class DockerMachine < Formula desc "Create Docker hosts locally and on cloud providers" homepage "https://docs.gitlab.com/runner/executors/docker_machine.html" - url "https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.36/docker-machine-v0.16.2-gitlab.36.tar.bz2" - version "0.16.2-gitlab.36" - sha256 "bda8b89272aceab6f91e4ebc2b026cb6285e23e0b71ede0230c814f6f3c80bb0" + url "https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.37/docker-machine-v0.16.2-gitlab.37.tar.bz2" + version "0.16.2-gitlab.37" + sha256 "3ac1792674d7578ddb17b94858c5add32e50b8e19bb04adf359f7ff50ed0324a" license "Apache-2.0" head "https://gitlab.com/gitlab-org/ci-cd/docker-machine.git", branch: "master" From 8718c700b9eb98583270b4394fbd149b0fcfccc3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:59:11 +0000 Subject: [PATCH 02889/10074] firebase-cli 14.6.0 --- Formula/f/firebase-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 1981206f17fe8..d4cb10767d442 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -1,8 +1,8 @@ class FirebaseCli < Formula desc "Firebase command-line tools" homepage "https://firebase.google.com/docs/cli/" - url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.5.1.tgz" - sha256 "c324d80f51c1fd578acaba876889afb8c238bdd79eed82ca32a361a77b37243d" + url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.6.0.tgz" + sha256 "6749cbe5984f5b27e3a25b2abfa95f3d1dd8f8cf65ce16bc613ec13d7956366b" license "MIT" bottle do From 465ef92943fa427f4e355247ef3c87f0d6b67883 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:01:34 +0000 Subject: [PATCH 02890/10074] gnuplot 6.0.3 --- Formula/g/gnuplot.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/g/gnuplot.rb b/Formula/g/gnuplot.rb index 18a3702f29d4c..ec4caf100dacd 100644 --- a/Formula/g/gnuplot.rb +++ b/Formula/g/gnuplot.rb @@ -1,10 +1,9 @@ class Gnuplot < Formula desc "Command-driven, interactive function plotting" homepage "http://www.gnuplot.info/" - url "https://downloads.sourceforge.net/project/gnuplot/gnuplot/6.0.2/gnuplot-6.0.2.tar.gz" - sha256 "f68a3b0bbb7bbbb437649674106d94522c00bf2f285cce0c19c3180b1ee7e738" + url "https://downloads.sourceforge.net/project/gnuplot/gnuplot/6.0.3/gnuplot-6.0.3.tar.gz" + sha256 "2344e78bc78b296f66636a5d9e561b709b61d360185b718583c97a329f7ace5e" license "gnuplot" - revision 1 livecheck do url :stable From 099429a8845b503abf885e458cdbde4b85cd50c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:03:15 +0000 Subject: [PATCH 02891/10074] heroku 10.10.0 --- Formula/h/heroku.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/heroku.rb b/Formula/h/heroku.rb index 06081a2011b20..b648351982405 100644 --- a/Formula/h/heroku.rb +++ b/Formula/h/heroku.rb @@ -1,8 +1,8 @@ class Heroku < Formula desc "CLI for Heroku" homepage "https://www.npmjs.com/package/heroku/" - url "https://registry.npmjs.org/heroku/-/heroku-10.9.0.tgz" - sha256 "6d7f0cc307a2df2e47d5f8f667bb09becfb3a89e6b9ffb29c98c6aeb285f89ad" + url "https://registry.npmjs.org/heroku/-/heroku-10.10.0.tgz" + sha256 "0270050995643d37f9f024ae258df3ad2a0d6c0b60291781d26724fe1adb1bbe" license "ISC" bottle do From eefab9479a16f2b2e0fe3f04118b240209fd8f9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:07:05 +0000 Subject: [PATCH 02892/10074] langgraph-cli 0.2.12 --- Formula/l/langgraph-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index 05814f0b7d16f..3288026200dcc 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -3,8 +3,8 @@ class LanggraphCli < Formula desc "Command-line interface for deploying apps to the LangGraph platform" homepage "https://www.github.com/langchain-ai/langgraph" - url "https://files.pythonhosted.org/packages/08/cb/a0ce30e24ea03eae969c384db42db9c27c9e5eb00356a9de93f45e412035/langgraph_cli-0.2.11.tar.gz" - sha256 "68ac6879382df860c67b747a689b1afb6475e64b62b8d50ede27654fa9a7d232" + url "https://files.pythonhosted.org/packages/39/c1/6afcdf34b9fc3d42680a99a6cc08d3ce5f55a7ab49bebc4d1d0b528f1c50/langgraph_cli-0.2.12.tar.gz" + sha256 "1b3ec6017c80bdde833451d4372f5681909f73964f9cf5c84e344099faf0de09" license "MIT" bottle do From eef2fd766cf2e554a3381a97669ce0556dfb2ac2 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:08:08 +0000 Subject: [PATCH 02893/10074] pulumi 3.174.0 --- Formula/p/pulumi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index 6d3ce06481dec..a7ebc95277540 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -2,8 +2,8 @@ class Pulumi < Formula desc "Cloud native development platform" homepage "https://pulumi.io/" url "https://github.com/pulumi/pulumi.git", - tag: "v3.173.0", - revision: "50cec32d651e73a8f19111281e06825547c109c4" + tag: "v3.174.0", + revision: "70245c2e69f863fb52cab1662fee31cab7c4e6aa" license "Apache-2.0" head "https://github.com/pulumi/pulumi.git", branch: "master" From ab96d6b58a707707d7f6535e3293a6cbc9def625 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:10:39 +0000 Subject: [PATCH 02894/10074] llama.cpp 5590 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 9a316284d56bb..373e72c39d999 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5580", - revision: "bfb1e012a0b7658e8f00ed4333d059943ea9d648" + tag: "b5590", + revision: "0d3984424f2973c49c4bcabe4cc0153b4f90c601" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From a459403fcaa04f462f8233b9be318074cbaa8cd4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:15:13 +0000 Subject: [PATCH 02895/10074] docker-machine: update 0.16.2-gitlab.37 bottle. --- Formula/d/docker-machine.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-machine.rb b/Formula/d/docker-machine.rb index 6281e1a39180d..a4e61003aa674 100644 --- a/Formula/d/docker-machine.rb +++ b/Formula/d/docker-machine.rb @@ -8,12 +8,12 @@ class DockerMachine < Formula head "https://gitlab.com/gitlab-org/ci-cd/docker-machine.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7dca3494e255605f551cf8ebc6c3482a34a306bb70ce62792128bb81caff4a25" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7dca3494e255605f551cf8ebc6c3482a34a306bb70ce62792128bb81caff4a25" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7dca3494e255605f551cf8ebc6c3482a34a306bb70ce62792128bb81caff4a25" - sha256 cellar: :any_skip_relocation, sonoma: "de1ef581df46f4cdc87934eacc457c0fea934a4ce200b9b4ec564fbd025b1f6f" - sha256 cellar: :any_skip_relocation, ventura: "de1ef581df46f4cdc87934eacc457c0fea934a4ce200b9b4ec564fbd025b1f6f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4bda465094ed8e540c294a3e785e59302390a0dd79bb9bb1d071c33024b7aaaa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2fe267cd164e4a07b4dfe00cd2cc9f27f43a603d3dab2430e902a027ba3f778" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2fe267cd164e4a07b4dfe00cd2cc9f27f43a603d3dab2430e902a027ba3f778" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d2fe267cd164e4a07b4dfe00cd2cc9f27f43a603d3dab2430e902a027ba3f778" + sha256 cellar: :any_skip_relocation, sonoma: "1b39735ecee37deed9255136719330ca95e3064fa18454bc3b7f4747f0ea41e6" + sha256 cellar: :any_skip_relocation, ventura: "1b39735ecee37deed9255136719330ca95e3064fa18454bc3b7f4747f0ea41e6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bfcc139368340357e8ee7a4262d033aca90567663458d725a3bee1f57aa2f117" end depends_on "go" => :build From 668a6f462b1829581189a65dd7e166b376e60f78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:06:05 +0000 Subject: [PATCH 02896/10074] kubectl-ai: add livecheck Signed-off-by: Rui Chen --- Formula/k/kubectl-ai.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/k/kubectl-ai.rb b/Formula/k/kubectl-ai.rb index 615e711ab881e..ede2162217c30 100644 --- a/Formula/k/kubectl-ai.rb +++ b/Formula/k/kubectl-ai.rb @@ -5,6 +5,11 @@ class KubectlAi < Formula sha256 "15fd892b06b2b992d96024c7880869ea929f535153fe743de7e0a4088e702aa1" license "Apache-2.0" + livecheck do + url :stable + strategy :github_latest + end + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e8e865c902c74ade666ae2b0856ab64d0638061c0df24347cfd91c76e0782cf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e8e865c902c74ade666ae2b0856ab64d0638061c0df24347cfd91c76e0782cf" From f194ada884f0302564254868b057463155457ec5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:21:04 +0000 Subject: [PATCH 02897/10074] s2n 1.5.21 --- Formula/s/s2n.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/s2n.rb b/Formula/s/s2n.rb index da3f877d75a2c..80264931ebee9 100644 --- a/Formula/s/s2n.rb +++ b/Formula/s/s2n.rb @@ -1,8 +1,8 @@ class S2n < Formula desc "Implementation of the TLS/SSL protocols" homepage "https://github.com/aws/s2n-tls" - url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.20.tar.gz" - sha256 "1d05303ba8383f62273c51b50147391c23375e918d525b7c827f7aeb69e6b102" + url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.21.tar.gz" + sha256 "203d69d6f557f6ab303438ad186fca13fd2c60581b2cca6348a9fbee10d79995" license "Apache-2.0" head "https://github.com/aws/s2n-tls.git", branch: "main" From 762d3f9c834fc9a5c67860a4fccccb4654e8157e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:25:16 +0000 Subject: [PATCH 02898/10074] templ 0.3.894 --- Formula/t/templ.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/templ.rb b/Formula/t/templ.rb index 641c357c59e08..c01dd6aa97de3 100644 --- a/Formula/t/templ.rb +++ b/Formula/t/templ.rb @@ -1,8 +1,8 @@ class Templ < Formula desc "Language for writing HTML user interfaces in Go" homepage "https://templ.guide" - url "https://github.com/a-h/templ/archive/refs/tags/v0.3.887.tar.gz" - sha256 "f78e0508d88249f44e2d82ff91bdf0e741d28e9a455f49d49a1cf7172766a97f" + url "https://github.com/a-h/templ/archive/refs/tags/v0.3.894.tar.gz" + sha256 "9cad117b819d32b05b4c7fe52f6e6562faf1397a070849cfcf1d5ce968b0e822" license "MIT" bottle do From e4120f1856e9ec07cfab3fe8131409b282c6970d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:27:15 +0000 Subject: [PATCH 02899/10074] firebase-cli: update 14.6.0 bottle. --- Formula/f/firebase-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index d4cb10767d442..44dc623fb6d5d 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -6,13 +6,13 @@ class FirebaseCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c9ff707db6403c00c178299d4ccf7c53327d4a78a3abe7c0b6afc05aec58246" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c9ff707db6403c00c178299d4ccf7c53327d4a78a3abe7c0b6afc05aec58246" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6c9ff707db6403c00c178299d4ccf7c53327d4a78a3abe7c0b6afc05aec58246" - sha256 cellar: :any_skip_relocation, sonoma: "f8203c07a10d4822cb542ab11eaef642a0f61ce1caa9bd4beca8adfc6400e36d" - sha256 cellar: :any_skip_relocation, ventura: "f8203c07a10d4822cb542ab11eaef642a0f61ce1caa9bd4beca8adfc6400e36d" - sha256 cellar: :any_skip_relocation, arm64_linux: "0280d04fddfb882e78e354f137efcb8202fe1bd99028f6509a73a47bcef31b18" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04ac902e13ab13fa58dd5115967583499fbdae0aa1404c7b7d581ca25e29fc2c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "23750b4bd5d9b5c8d1740dc2e12537422e3d4027314291bc43dea7027f77ecee" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "23750b4bd5d9b5c8d1740dc2e12537422e3d4027314291bc43dea7027f77ecee" + sha256 cellar: :any_skip_relocation, arm64_ventura: "23750b4bd5d9b5c8d1740dc2e12537422e3d4027314291bc43dea7027f77ecee" + sha256 cellar: :any_skip_relocation, sonoma: "c36a05cac86433368f8fad415e2582d2caea168bb2474612dab3607be15d4ef3" + sha256 cellar: :any_skip_relocation, ventura: "c36a05cac86433368f8fad415e2582d2caea168bb2474612dab3607be15d4ef3" + sha256 cellar: :any_skip_relocation, arm64_linux: "09d3c265c66064f7b33c6034e004246c82a55a640f8f988ca7a0a0cabb6ecd5e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3724ffbb8165a585ed093d8f109af7874fcb7d91b48f6339a8004881ce875488" end depends_on "node" From 438fe87add1cd9a01874ed753cb1d8c351eb1238 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:28:51 +0000 Subject: [PATCH 02900/10074] wireshark 4.4.7 --- Formula/w/wireshark.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/w/wireshark.rb b/Formula/w/wireshark.rb index 1704ffac0bea8..8641cbae0d4a1 100644 --- a/Formula/w/wireshark.rb +++ b/Formula/w/wireshark.rb @@ -1,9 +1,9 @@ class Wireshark < Formula desc "Network analyzer and capture tool - without graphical user interface" homepage "https://www.wireshark.org" - url "https://www.wireshark.org/download/src/all-versions/wireshark-4.4.6.tar.xz" - mirror "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-4.4.6.tar.xz" - sha256 "4fffcee3d18d1daac12f780c2e8da511824dffb3b0fd6446b53ab7516538edcd" + url "https://www.wireshark.org/download/src/all-versions/wireshark-4.4.7.tar.xz" + mirror "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-4.4.7.tar.xz" + sha256 "5644143fed6363fa6c0cf58c2a6fe9ba0922efaea8f981c7228260bf46f1494b" license "GPL-2.0-or-later" head "https://gitlab.com/wireshark/wireshark.git", branch: "master" From 06a8cb9645a1ffcd253ea8c4f468eac058cad729 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:44:13 +0000 Subject: [PATCH 02901/10074] heroku: update 10.10.0 bottle. --- Formula/h/heroku.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/heroku.rb b/Formula/h/heroku.rb index b648351982405..e6513f7e43522 100644 --- a/Formula/h/heroku.rb +++ b/Formula/h/heroku.rb @@ -6,13 +6,13 @@ class Heroku < Formula license "ISC" bottle do - sha256 arm64_sequoia: "72566d7f7a37c98e676fbffeb4c20354d0b1a38aa7700647a2c66afe51a1d048" - sha256 arm64_sonoma: "367a623cca2fde392f240b05db6c822118e73e956b64e5021b62d91601cc5b48" - sha256 arm64_ventura: "9170f05aee2231849fed727ded7394723029979fccb940540ccfb06bf4e30310" - sha256 sonoma: "aa1a95f2a736679998494b62569040d566a5052f5c7c2eb01ce12aa9a4cc0e8d" - sha256 ventura: "2f2c412edbccc64a65041324e9ddf2bfe33f985ecdad97ac142b78ef793f5e59" - sha256 cellar: :any_skip_relocation, arm64_linux: "32bc21b8bc283584e178946d85237be4971ee9449737d6b8ba8bf235fb4c89d9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5b7d5fbff47da17bc0282d256043b1391f05e1296d672011523100f4f3d4c89f" + sha256 arm64_sequoia: "efd4904a8c584c7348d4732cde3f257f4b374379c3faf7e549b2297c59d089d6" + sha256 arm64_sonoma: "36313d308586dd377e6cd585b0b954f942ad4290d81a8846f7ec8d95dcb82326" + sha256 arm64_ventura: "f4443ec1b325033b6b01cb6096e49ab2534fe49e889f7d1399aed989ed95c414" + sha256 sonoma: "f28191ab390d04fbc95a301f6ceff3d3b72e1dd1e40d11b7e03fd0eacb09994b" + sha256 ventura: "ea2576656f7c0b9650db8b522e935dccbd8ac27768656bdb9f48ea8ac9a5e147" + sha256 cellar: :any_skip_relocation, arm64_linux: "9051cd6f5f4555594dca48202650711623a9e241bc8a9a24e4db5ea7f96d63e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "63b4d7e2c0e04bf62e8d506387203b945904c5808de089c3f76bbf4fe57c43a1" end depends_on "node" From 874bd12ebdbafd46af35e26757a69fbb965a7b48 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:45:27 +0000 Subject: [PATCH 02902/10074] langgraph-cli: update 0.2.12 bottle. --- Formula/l/langgraph-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index 3288026200dcc..4c4447834b738 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -8,13 +8,13 @@ class LanggraphCli < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "c85c9e1935fd97b0307eb60c18aefabffd5a852b4411dc10a1e17deab9bc148a" - sha256 cellar: :any, arm64_sonoma: "ea0a4bca463e3980b84eb776e41bce5778e715c11e4280137746a9f0d2f4dd6a" - sha256 cellar: :any, arm64_ventura: "8429f2ceec6f0df0ed694129f5cda65e2309679bad854f51a87e6e9f1a2df507" - sha256 cellar: :any, sonoma: "c6767c84248cf1abaead14af7ad6dee907e89022b3b70fff53de99ef00fe8362" - sha256 cellar: :any, ventura: "194be9db05d8c89283d8532127f93f18980d6177ae5c9c191dc6177d484edf3a" - sha256 cellar: :any_skip_relocation, arm64_linux: "d3c8fe8d93339dd8958e9e832b8b945770bd74367f12e5d2489803138e62aae8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e65d53b8b8097dcc5eb76ac0f77803768e55f54f364c95f0e31ddd5a6eed5db4" + sha256 cellar: :any, arm64_sequoia: "3a2a7211c5aa51ca4afec43be958972a3fd38a266844e9b1d6f0864d2a05baa4" + sha256 cellar: :any, arm64_sonoma: "764cc2e31b043d6599ef9d01497fe143150ced0d1d5a3c4fce3e666406491732" + sha256 cellar: :any, arm64_ventura: "cc83566a1572bbc204f40ff75359c0591e5482bc06d3996564fc59a6a02ca1ad" + sha256 cellar: :any, sonoma: "5316ddf290b8ae112f6e8d4b68638ac3d7d3322b64961f3b7ab0cd61cb617441" + sha256 cellar: :any, ventura: "1236915597376e5bbaa8afc8ce8f8cab4f701d9edd7598ca9ffa150f1472e461" + sha256 cellar: :any_skip_relocation, arm64_linux: "b52e58e8b9f34446079603d1046e83ab30f27eb8809f4e523f65632a60d58357" + sha256 cellar: :any_skip_relocation, x86_64_linux: "84f7ce0e64f0caad722b33128a54618be9bae29e2cdc2a5b79a753fde177ebef" end depends_on "python@3.13" From e45aeecfbbc0cf8f683f1e63bd70b90364fb3499 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:56:39 +0000 Subject: [PATCH 02903/10074] pulumi: update 3.174.0 bottle. --- Formula/p/pulumi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index a7ebc95277540..299590adf5777 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -10,12 +10,12 @@ class Pulumi < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e047297a5cd724872e79a2bc1729b01a0e479290f31c83ef45771dfc2f68e71" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d60ac5fa5390a9afa1508272415239f4bfa53f164b7128c928a60e067956ca3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a4103d271072e7bbb4a47b1898e3fefc63cd49c121ad289d53257e0776ca03ff" - sha256 cellar: :any_skip_relocation, sonoma: "0602e3f3ec833622fac7983f27e70d856685473f54a04ecefce63e73d79719ae" - sha256 cellar: :any_skip_relocation, ventura: "cd729e0634a9b15c49dc5c81d294ab982a171b73da9b4bc7fd073def3cf73970" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b144a46de4c82f64aae146166250be3f11e5f57624f7fc8332cc763c2bb0a4f8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fda114c2f38bb370ee31b9f7f6e5da7cf8608d3d616a57fa474357500089483a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a35ad7f2d489071b77253b42525c2bb993432d4cabd9f39e9819d488ad6f3673" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8a889a698bb3ffa2cfd9c9654a93c528f4e59a57a7e180e9ea0aba95a84bca44" + sha256 cellar: :any_skip_relocation, sonoma: "e242be55dc367a369923508c02b7bdaace643a0d927f67d35d1e41703e5864ce" + sha256 cellar: :any_skip_relocation, ventura: "de4bde182364f7183345b3b597381eb8a46a1fc606e74626d2db99970a43a297" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2c0b3468315efaa21f356ac0f2d630fb48de5b8f87b7c32125831d27459c09d8" end depends_on "go" => :build From 5dba998d4c04394a488c634e99aa5a9791493db2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 00:00:04 +0000 Subject: [PATCH 02904/10074] llama.cpp: update 5590 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 373e72c39d999..0042a2fd29e2c 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "a384fca36df0a1306083a20d7d4b577b39b83b9dfa72e1c6d54b799e18195a82" - sha256 cellar: :any, arm64_sonoma: "c050fc66ac8bcadffee112f10b2e7c88fd7f50a936dba599420478cad5a48957" - sha256 cellar: :any, arm64_ventura: "10e7a4d2a6eb7593b0fac422a7b22e1515d6edf28946a45c2f0c6f4b9c964c97" - sha256 cellar: :any, sonoma: "d9086bda3257c2565e5caebf7d5e3da85600257cb2572c2044f8929d4da548d1" - sha256 cellar: :any, ventura: "fda628e7010e1fa570d6e38a4c565dd79696616821764210618d7544a13cf15d" - sha256 cellar: :any_skip_relocation, arm64_linux: "f765a34d65873e22c8a026d440f2f9f9da5823b8dfa3e0635e8300a84c005a25" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eb3d453bff228b52945512cc90b2d1a2407695270bc0a0cd3ebc25e4d4376bc0" + sha256 cellar: :any, arm64_sequoia: "2e9ddcc93d393e8c350fc2b13a2602ef394ea919e488f4ff0869e13f200e122a" + sha256 cellar: :any, arm64_sonoma: "09d02edf1d4daa41894507f44619956e056f6604b4c92e410555b9feaa93616c" + sha256 cellar: :any, arm64_ventura: "67a93e7b13fa7e896cdba7c15ac6238ee72154e0f1d231a61a617ccc5e03e303" + sha256 cellar: :any, sonoma: "6ea653737bee02ece4222cbee39a9c826b2ce0576f61e39f2da9c9704c7247fb" + sha256 cellar: :any, ventura: "538e13c3f9ae251e9c3733517b99cddc252ffc689526798ec4d4d4bc9bc1a09a" + sha256 cellar: :any_skip_relocation, arm64_linux: "a9758930379b20f296c241e19c294bb9a0fa8ce76c3308ee61f082f6677aab3c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dd718295c31a70f4fe5f61bb957985117401711da79d27c9e754d57e32c5e42e" end depends_on "cmake" => :build From 02d02f944d875c05c7ae30d7589f33ba81b9d5a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 00:14:28 +0000 Subject: [PATCH 02905/10074] aws-c-cal: update 0.9.2 bottle. --- Formula/a/aws-c-cal.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-c-cal.rb b/Formula/a/aws-c-cal.rb index fbdc6a6811c9c..5d924049a2187 100644 --- a/Formula/a/aws-c-cal.rb +++ b/Formula/a/aws-c-cal.rb @@ -6,13 +6,13 @@ class AwsCCal < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "a9640efc53558c0d679743f3a3c83e03b96b0e452b1b955db9b70154eefbf46f" - sha256 cellar: :any, arm64_sonoma: "1a92bbf83a8759552839062ec749fc8e22f5bab6ae7e2e97d08b1d97f6d23296" - sha256 cellar: :any, arm64_ventura: "7eaec172d79b9ea032254d3247750f268275b992623027d948d567f743056546" - sha256 cellar: :any, sonoma: "2bb8cda36accf57d7fa3ec9c674b7f1da79a5bdff671f03ddb0e0b237c6c8c14" - sha256 cellar: :any, ventura: "3f1e7f3d8884cf1ea0b81845410c1d17257dd7b564c1ff48c0fa798d066cc9b9" - sha256 cellar: :any_skip_relocation, arm64_linux: "40f843e081c414fbeb9ed0f171237f6412dc6b03f67bb842a9a2864c6d5603a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "025e7caa9bb17992fbb6eb4921e28c871623ca90c7eb12cb06d1c0c65f0f33b0" + sha256 cellar: :any, arm64_sequoia: "fcea0f7f7aca491866dfc8dde2951a338825f574e4dcbb50a0d67d9d47c6a431" + sha256 cellar: :any, arm64_sonoma: "25e4b518360d5123ff5577753d32d72e6523e401244a892c4c527a29782a07e4" + sha256 cellar: :any, arm64_ventura: "ced5ca35e84245ab65c781cbf37c330e9bb073a22facf735baf87269c2b900fc" + sha256 cellar: :any, sonoma: "241b691ecc9f66624af328ede78459bfabe87132afac143bdcb9d386b027035f" + sha256 cellar: :any, ventura: "7cd710c1280558eac1edcc4a2ab7d4c511db399a95f4c1548b75d444b8b97b62" + sha256 cellar: :any_skip_relocation, arm64_linux: "d76a2365057aa651a214ae42953974ab34553050cab84befb9b197878d2fb83d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9057d839a963291f3949b5f121d62711e1507978997cfaa18ac8e3efa1d312d0" end depends_on "cmake" => :build From 9e02b3c90eccbd004923f789f8e7436bc3fe58ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 00:53:15 +0000 Subject: [PATCH 02906/10074] gnuplot: update 6.0.3 bottle. --- Formula/g/gnuplot.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/g/gnuplot.rb b/Formula/g/gnuplot.rb index ec4caf100dacd..01768c471fe1f 100644 --- a/Formula/g/gnuplot.rb +++ b/Formula/g/gnuplot.rb @@ -11,11 +11,11 @@ class Gnuplot < Formula end bottle do - sha256 arm64_sonoma: "f4614510eee98277e8f6707ede38ff75808199d9142b01b9b5d866c6b04e5e64" - sha256 arm64_ventura: "f5b5661e21ff6750664ba916ffff4872223665d294aab46d5f1b0b03a31cb5f5" - sha256 sonoma: "01283156bd481ad990babc7079fa7944a82dc5f8f63b2e7825b775a67a75947a" - sha256 ventura: "0b58f022fee34dd428eba9960931a05af2f0195518a9194a815a709f29ef79d3" - sha256 x86_64_linux: "2aef739e28fc8eebe3c2c005c59cb6e465b921407c615e4cad5a4e39f9828a7a" + sha256 arm64_sonoma: "b7cc6a9005b433016d1a299b7d043f366ad2bee264c8535daffe6c2b1d06a605" + sha256 arm64_ventura: "822e4d22b9df476fd361a1ed7484262fe563b0d054767c4ba1f0cb46c5244a83" + sha256 sonoma: "21c6df11dfcc4a8c37c638b6a5309a3dd21521a450a2cd50a3f8a75d32044de6" + sha256 ventura: "8705988645194796eb3492c98d96665c06d1fd371dd71ffbf670f25646fdc80f" + sha256 x86_64_linux: "90fb58d1b3fad449a5ad9b729420c5f42126ae1a3c1b66204dd4eb43d3d05c9a" end head do From 7564607e43e7979ce16249d1579b80a1986b5dbe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:10:10 +0000 Subject: [PATCH 02907/10074] mesa: update 25.1.2 bottle. --- Formula/m/mesa.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesa.rb b/Formula/m/mesa.rb index 6b58a6cc5ad1c..ad9d4ee051f25 100644 --- a/Formula/m/mesa.rb +++ b/Formula/m/mesa.rb @@ -23,13 +23,13 @@ class Mesa < Formula head "https://gitlab.freedesktop.org/mesa/mesa.git", branch: "main" bottle do - sha256 arm64_sequoia: "898c3b5b0787a550bc5a50ef35a6bc4432139dcf4f28ae515469a800cf2ced67" - sha256 arm64_sonoma: "e867a09ac491e06117ce7f4ddbfe5525105f8720c1f76f6ac776a5a59475b83b" - sha256 arm64_ventura: "9b7302934fb2612e968c0a6dc86aba6eed794cf384ef2234b62b61fb4ee17fc8" - sha256 sonoma: "9457d94f0730b22324669ab7651247e79210ba9933f7b439ce7a81c726d46582" - sha256 ventura: "5d27f3426d2fc3a724c20e486158bbba811cab55e42d9ae4d9e15fb985933b39" - sha256 arm64_linux: "111358f63ea7338a8a25d67f53fa0870f164301d578eab6bb21abc0f92f8e3f4" - sha256 x86_64_linux: "5cbcdff4287d0e04316ca9960420ccc875470f15f57bae9ab73b0cac1357f788" + sha256 arm64_sequoia: "f2c3ea958345f99460911fc225b99c50ff914cc843574c74075848030b788e50" + sha256 arm64_sonoma: "de0d81ab32d5fa95bb0a39f2e46f232498a05332df0f3b0a4360d0e38a10d409" + sha256 arm64_ventura: "439559ca45dc272d1d163043dbb393a64453410e6886a434b7d747e91bf60b63" + sha256 sonoma: "050b28774543804b8a8d0ff486e9e66a164f48e591d45edc687470030da4f427" + sha256 ventura: "3dd9fb7428ec687324196a663c03319e7988f5bc1c3e0f358c3f5d942f2e3d41" + sha256 arm64_linux: "114521979502547d2a0b70b4ec36cd42b835cb366e787ee1eb00b8aa0b46eb18" + sha256 x86_64_linux: "f3d60d9ed139fa22e7d6c62095ba1b2bf690056d16264e5ea1af9f6fb4392d5e" end depends_on "bindgen" => :build From 7f775700d5c250e7e6b35687b671cb74b48d04de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:23:12 +0000 Subject: [PATCH 02908/10074] templ: update 0.3.894 bottle. --- Formula/t/templ.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/templ.rb b/Formula/t/templ.rb index c01dd6aa97de3..7e32c07f7b5bd 100644 --- a/Formula/t/templ.rb +++ b/Formula/t/templ.rb @@ -6,12 +6,12 @@ class Templ < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac98150e30faefa596c008080a1a6478c93bea6bfc654a6a97b1cc1c39f1f0f7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac98150e30faefa596c008080a1a6478c93bea6bfc654a6a97b1cc1c39f1f0f7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ac98150e30faefa596c008080a1a6478c93bea6bfc654a6a97b1cc1c39f1f0f7" - sha256 cellar: :any_skip_relocation, sonoma: "cdf5e81813c005dd6c5bf15b29c6b053436f12305b32a45310c85d53755c8ad4" - sha256 cellar: :any_skip_relocation, ventura: "cdf5e81813c005dd6c5bf15b29c6b053436f12305b32a45310c85d53755c8ad4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0236a383b54ef16e13710867cd7f8287c758176e9e810bcd10da7a96aa39ae54" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "daa3b5404ca6e568bb82b2b31117cbe60794b8276bddb80a23b7b942383d412d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "daa3b5404ca6e568bb82b2b31117cbe60794b8276bddb80a23b7b942383d412d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "daa3b5404ca6e568bb82b2b31117cbe60794b8276bddb80a23b7b942383d412d" + sha256 cellar: :any_skip_relocation, sonoma: "1a76428aef41cbfc68d3c2036a1f7b74bac0556c1695f58ea08a53b67a7aa666" + sha256 cellar: :any_skip_relocation, ventura: "1a76428aef41cbfc68d3c2036a1f7b74bac0556c1695f58ea08a53b67a7aa666" + sha256 cellar: :any_skip_relocation, x86_64_linux: "32d060ac3346095d48f45b9bc96439ff77863cac1a86cdcb954cd9f84dd3cfc1" end depends_on "go" => :build From cc175adfe40c3790d96f14739c841990bfa37e5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:23:13 +0000 Subject: [PATCH 02909/10074] s2n: update 1.5.21 bottle. --- Formula/s/s2n.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/s2n.rb b/Formula/s/s2n.rb index 80264931ebee9..1bfb6d2c95b34 100644 --- a/Formula/s/s2n.rb +++ b/Formula/s/s2n.rb @@ -12,13 +12,13 @@ class S2n < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2a77712edde2bf481372c414fe5854a85a359d92e52e07a9b271aa202f3d9aff" - sha256 cellar: :any, arm64_sonoma: "9a59250e0540b27f0e7f2fdf4125caa42e0314e7103fa22d432bc6900bcc2b92" - sha256 cellar: :any, arm64_ventura: "60896ddeceb042d775837b6d3e0c8d783f8cbdab3e57aebf841f2e1d90e2dce8" - sha256 cellar: :any, sonoma: "b866b9a299533f81e78ad14074511662fc074252e093f41e997d019ed7beba19" - sha256 cellar: :any, ventura: "dedc527d1f9b962e3f82c8f2b197123787794d564d2a5624ed64dc36157d967a" - sha256 cellar: :any_skip_relocation, arm64_linux: "b5d4c9e4e306160ecc35e596844fe1a21c229d059d0e233af0f599582c6a77d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dbc07e69df982ebe5970f6b91f7af3037cbfff32897a6038aa5c3fdd38cf6c9b" + sha256 cellar: :any, arm64_sequoia: "aefe24e1979d2eb094a88996e2f4c9afc7700d889bd0558899477ae65f9408f5" + sha256 cellar: :any, arm64_sonoma: "9bb1b6fc9fe04daba96797fcaf768efe7baa50ffd992a79168e374bd89cfbcb3" + sha256 cellar: :any, arm64_ventura: "1da4759ddcd8111716a7360976bce1d3b5024c45adc83157d1d8fc6ee11fbe73" + sha256 cellar: :any, sonoma: "eb39ecfe934d9c76eb142d9d4fb1cc7d711afe0554f4ede816bb5f6cc785b905" + sha256 cellar: :any, ventura: "9ee954b6e395b2c265970b6bfd263e2341284ff8870b16aec11bd5685380ebaf" + sha256 cellar: :any_skip_relocation, arm64_linux: "8b8ac1d3604601d1f841f86f9e94eef74f36aba8a9396ee9511709b9269908a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4fb95c1acaff9d12204a7aba4f983ab3724ef7c4f92090fda56affac021df24e" end depends_on "cmake" => :build From cbf649bebf09e4c0b76623d84c5fdd0d9c309d6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:23:35 +0000 Subject: [PATCH 02910/10074] wireshark: update 4.4.7 bottle. --- Formula/w/wireshark.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wireshark.rb b/Formula/w/wireshark.rb index 8641cbae0d4a1..04e30e816a54b 100644 --- a/Formula/w/wireshark.rb +++ b/Formula/w/wireshark.rb @@ -15,13 +15,13 @@ class Wireshark < Formula end bottle do - sha256 arm64_sequoia: "ce24d43d2ed69bfd9d45f45f2a50457dea8edcc2e9fdafe178c777f6ecd5bff3" - sha256 arm64_sonoma: "01b3b8ba59c0b4f8551c6b7a07742ef87fd92154b719aca8b6f5d733295e2e15" - sha256 arm64_ventura: "540be115101d05c8eef0972e99809881809a2bdbb1ba2f1d52c015713e79cfc2" - sha256 sonoma: "16724ac98c2cda34b390a55891e7f97e156e999dd24450fc87f595375de9766d" - sha256 ventura: "9e8ddf7a57a7029fbe6b1c966ae4b2f8d706cbe77cf9c2cd7d3f2a95f002a5a8" - sha256 arm64_linux: "22ba53c9cd8c2e86c23954cf070196aad7ca5a28095e678d1dc8ae71b73595ef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "89b145c71e72fb72e9467b0463f71fc041040ed89bdcf9f4f654f43ba68f65da" + sha256 arm64_sequoia: "a90636a15534b59d0939b89146de28d1eba40109a731da807f25b39ae03bc552" + sha256 arm64_sonoma: "c814bb70a14fec90d50d155a4f9190edfd4181be006f69c2558936fac9677ffe" + sha256 arm64_ventura: "7736071cba2c6b9ad3134cbaf6425a5ede55af604d8d6acde4f29081a731d728" + sha256 sonoma: "3da3608e5d3955f507d96a25d00ae453dde740ce4c2a9a50d88718394ae57c5f" + sha256 ventura: "3a9ab3fdaee0c28fe61dabac5fe78d984a0fcc2068689fa3f3bfb56273c0ea8d" + sha256 arm64_linux: "07e37d96e46104cdeff06bb2b1f6c12a346455155b6464eceb9114cf0fcf8b77" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2c8a9269c41cea99a9a83eb356a0afe870b67d065039b6e4e182428975a00162" end depends_on "cmake" => :build From 89f0a955d15a46baf3ed77ec13a05f7e7d2117fd Mon Sep 17 00:00:00 2001 From: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:49:25 +0000 Subject: [PATCH 02911/10074] python-freethreading: update 3.13.4 bottle. --- Formula/p/python-freethreading.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/p/python-freethreading.rb b/Formula/p/python-freethreading.rb index 3d2361a9036f7..18e84cce3656c 100644 --- a/Formula/p/python-freethreading.rb +++ b/Formula/p/python-freethreading.rb @@ -10,14 +10,14 @@ class PythonFreethreading < Formula end bottle do - sha256 arm64_sequoia: "674a5155c6f0b62f17db65775aa67b81042f3d5daa7d6e0ea46006c0e37697f1" - sha256 arm64_sonoma: "a23d48afbc52e4b7196f360a3d7fd5e9aef5617e2a775f6fdca758ef56bcc53e" - sha256 arm64_ventura: "9309d1f7d08ceac43eea41cb4f6b2f9a6c5fbecffe61fa019ee439b7116a9bbd" - sha256 sequoia: "5837dc5007dc667053d01b83e480d9c3b8d5f8c46f23bff8770731142df8a565" - sha256 sonoma: "77506bd2b5ae646d094ca1a12b2593a26afe674ce6671cf35b8973ba9d771ec8" - sha256 ventura: "feac1d00632eb2ea82e72f9ff758a5abcf23b72f730268b4dc1d6fdd13085f09" - sha256 arm64_linux: "843e1df562e4d80ebeb3fbc5861d795e11348287cb96c6bae3dffcf2179c57fb" - sha256 x86_64_linux: "cfecabb96851aa8e138b0989a781c20ed209e6572e7c8b7cb9a5a79c3aeb8fb4" + sha256 arm64_sequoia: "2a0192d70dc032d339c6b05171781cd7a079c7683e7844ed90816cf322a092fa" + sha256 arm64_sonoma: "6d1aa7475a69cd2535f50183a8c88e7de88e236c3114dbc47d5fc9d2cb1eed56" + sha256 arm64_ventura: "cf7a7c6625063f06eeab3c0d6284d679e744b8875b19082928552c5193fd6045" + sha256 sequoia: "b95145764f3e7151adc12bb8d7fc8f83499332cb8a0ef2baaddb16c0e7882037" + sha256 sonoma: "9205737f679e46ab7edcbcce9cf3b329abf140b6244a0b90d9524d4c9ba68c9d" + sha256 ventura: "28832bc4c6ed6d6d26a573bef303ce8da4f7df60e0ca86e1119fec11d7650b64" + sha256 arm64_linux: "f31e1370aaf26eb99d8ff8a0a5ced9ca5f83a00f77e65169df6bdba3c7f882c7" + sha256 x86_64_linux: "e100aecf0610961bf31e5f05bc8300060455909802e7fc40900533245389f48e" end depends_on "pkgconf" => :build From 0f2e43d65d715e0b39c2a6bbdcb83a5d1337115c Mon Sep 17 00:00:00 2001 From: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:49:25 +0000 Subject: [PATCH 02912/10074] python-gdbm@3.13: update 3.13.4 bottle. --- Formula/p/python-gdbm@3.13.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-gdbm@3.13.rb b/Formula/p/python-gdbm@3.13.rb index cb1968323d425..bbfb37adf9352 100644 --- a/Formula/p/python-gdbm@3.13.rb +++ b/Formula/p/python-gdbm@3.13.rb @@ -10,13 +10,13 @@ class PythonGdbmAT313 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e159fc9a3a64443c8aff10846b32551521a1526ae21a65713593569b6d4e01e4" - sha256 cellar: :any, arm64_sonoma: "f697ae9ed3f4e57c603fcf21a03a0ea9a0c55379f0db6cf993a824b69c9d7cd6" - sha256 cellar: :any, arm64_ventura: "9e52c8f2f96f48f922f28f4a32cdcf4474ca1dd245b6d8d2fe2f9d9c548e795c" - sha256 cellar: :any, sonoma: "ed6f0255cf007af4739a547399ebfb5f061dab02ebf78e6753db42ba1369495f" - sha256 cellar: :any, ventura: "89dfc33ead9e4287511aaa1db652b0019df7c3e294c500ea4b70caa3cccc7ffb" - sha256 arm64_linux: "afa2912ff94b2e0c7d5dd7b769d9d7622dbb6dea51f6efdf91d0b9868dc43175" - sha256 x86_64_linux: "96a755eb5a2dc3426127d0ba94886c6a9275e1a67c34b084ddac5904c84492be" + sha256 cellar: :any, arm64_sequoia: "14287cbfb4e16a63526e7770551e1ce11fbc23891a89ecd7a90c40527afd37ed" + sha256 cellar: :any, arm64_sonoma: "80225d70cf114a82f4be941f5e7b6987956b859556e8c8fa784f0d35f5e0131b" + sha256 cellar: :any, arm64_ventura: "36ae9e96076f2eab24b4948f0a01a3aee630306b76a6efb7fe686762e19d02e7" + sha256 cellar: :any, sonoma: "23e91f623df059f185a587d176a988dd949ac9acb2681fd5b4e5145304af03fd" + sha256 cellar: :any, ventura: "3f915a5d880a7ecc1950a1c3453b28e4c930759a5428b4068d541a4bcd35db5c" + sha256 arm64_linux: "28c0a40f0c391073dcf2f1e87ea3986b0dd123a5e1fb123bccec52084bd54382" + sha256 x86_64_linux: "eb1440b801abca806ee6b04c208a9a9c1868bdbff0962ad45bc6509aadc14093" end depends_on "gdbm" From 2072025402de1b12db58f49769e41ae3e83df92f Mon Sep 17 00:00:00 2001 From: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:49:25 +0000 Subject: [PATCH 02913/10074] python-tk@3.13: update 3.13.4 bottle. --- Formula/p/python-tk@3.13.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-tk@3.13.rb b/Formula/p/python-tk@3.13.rb index 242ade8ed6699..8b8cfa46c72af 100644 --- a/Formula/p/python-tk@3.13.rb +++ b/Formula/p/python-tk@3.13.rb @@ -10,13 +10,13 @@ class PythonTkAT313 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "82c80aaceb7c8f25672f3a0730d253d6909999d8f4ae4adb58d6b89566f25239" - sha256 cellar: :any, arm64_sonoma: "2f40d41384a436d14268d32b882658ea843524e1324cc24a3b770eb501c2e330" - sha256 cellar: :any, arm64_ventura: "5c90e8539ed24a5def32acfe3475e82cde41632f276c3b001db386ca2b3127c5" - sha256 cellar: :any, sonoma: "8cc81ba5382e9def03ab1139eec5212392473de4ee89535c3ac7fd81c4462806" - sha256 cellar: :any, ventura: "4ec0dc85b2161fa24726e8ece4984eef382c03a9ea14c8848d0f2a7219efd905" - sha256 arm64_linux: "baf3ff28f59f02f4bfbb9ea703f47c9781d18b8721585775705954730f41dedd" - sha256 x86_64_linux: "5d7d7ce41a88c63bd571eaf2cb870247b39fe1f9aeb5b0557da90a04b741a344" + sha256 cellar: :any, arm64_sequoia: "5e6807439625285dd5a53a045d7a4b65d7cd82ad66bc87809258902f4a9bb1dc" + sha256 cellar: :any, arm64_sonoma: "c10bfa46bbfcde6551a5991d10fc2b03600ddf5371a84972e6f9eecc1fda9974" + sha256 cellar: :any, arm64_ventura: "ea32e90251da993a7e61a4cef2bd453ff26ff7102020b10cf9fb915cabde2c2c" + sha256 cellar: :any, sonoma: "88d0aee2a6d625f7ffb25efbcdde15a2e1b883bb64b3c38203ec29fdecc4f5b7" + sha256 cellar: :any, ventura: "f01a7794e659ceb4208de288aeacc46fc7dcc143675d6b0a4119b0f909fc0f6e" + sha256 arm64_linux: "be636493c1d38b83d7e95f61a315de8ba61072d6c7515b41c36214e3c82dabec" + sha256 x86_64_linux: "d0d66790343518e42f86bbdf73c83513830e69061cf9b38987ec7da0ab54e840" end depends_on "python@3.13" From 7bebb806434057b94eb2e632bc49d3c1c20c0ae6 Mon Sep 17 00:00:00 2001 From: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:49:25 +0000 Subject: [PATCH 02914/10074] python@3.13: update 3.13.4 bottle. --- Formula/p/python@3.13.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/p/python@3.13.rb b/Formula/p/python@3.13.rb index 60a2867850a00..fcb5af9ade51e 100644 --- a/Formula/p/python@3.13.rb +++ b/Formula/p/python@3.13.rb @@ -11,14 +11,14 @@ class PythonAT313 < Formula end bottle do - sha256 arm64_sequoia: "dc65e80c2e67b98e2b5a610c599a6caf6e5cc9f94b385f7930c6555d47b9c12e" - sha256 arm64_sonoma: "e14e0976380241105b8c4737071993963aa87147bede5f2a323e55550416ad39" - sha256 arm64_ventura: "2381209e4fb6d953475633da2ccca863e2dd50fea0f9880583f651a2d562561c" - sha256 sequoia: "674123b52921d6534a78cfd389ea9b4a72a90a4da785e255181a181b754382db" - sha256 sonoma: "bed042b37aca3b6f1aaf850158fd9cb89493f93b0d3bf6aa53646e022bf140b6" - sha256 ventura: "b6f6d2b014c4ab61b1ccebf03778179dd738d75e98880d5ebddb033681279a09" - sha256 arm64_linux: "4ea057be0d5d34b687f2ff8bcb479f087ac8ef0e276487a55aed47adfa6106c1" - sha256 x86_64_linux: "9d6fcd14d185e1c4ca5cdada7941749ce18211d6c328e8abb4e4e3bf0061303f" + sha256 arm64_sequoia: "bee3f11e18d79d6b97a8c330b55c83baf6c398da877ca139289d9cac64aa75bc" + sha256 arm64_sonoma: "b471071e74985630c85140a64ba2a2c808bb3e583aa88c6947e1274cab2cee48" + sha256 arm64_ventura: "3607808e64eeb62e17e95c8f8376d4703f24bbc41e59676f81243e4871ba9f57" + sha256 sequoia: "87aeb15e30308f83f5f708f4af75584aab62657bbad1edbcfe511ddd1dbe67e2" + sha256 sonoma: "b418780bac99eaed462fdb2f4c7cf12ab124d7bedf38b8f43970fc9d0bdd246f" + sha256 ventura: "e18c3bbf4442fa4271cc2d15a4ff43125027a3388cdb1944af0cd32534c7555f" + sha256 arm64_linux: "528001fa417d92474586e0af9fcf6e8298db04246bd7a774d22bc8369022ad19" + sha256 x86_64_linux: "07e4714f79391b1b2d551374c16c66ad1c19e5d89a100655a960f09e8d01a806" end depends_on "pkgconf" => :build From 84b9fff1717fd4938be5a62738226aaa77503054 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 4 Jun 2025 18:52:41 -0700 Subject: [PATCH 02915/10074] python-tk@3.9 3.9.23 --- Formula/p/python-tk@3.9.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-tk@3.9.rb b/Formula/p/python-tk@3.9.rb index f6973f99d409e..bdb79e39a4ccb 100644 --- a/Formula/p/python-tk@3.9.rb +++ b/Formula/p/python-tk@3.9.rb @@ -1,8 +1,8 @@ class PythonTkAT39 < Formula desc "Python interface to Tcl/Tk" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.9.22/Python-3.9.22.tar.xz" - sha256 "8c136d199d3637a1fce98a16adc809c1d83c922d02d41f3614b34f8b6e7d38ec" + url "https://www.python.org/ftp/python/3.9.23/Python-3.9.23.tar.xz" + sha256 "61a42919e13d539f7673cf11d1c404380e28e540510860b9d242196e165709c9" license "Python-2.0" livecheck do From f1733f6bd04aa8ef0ecf65555a567b60cf7f874b Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 4 Jun 2025 18:52:44 -0700 Subject: [PATCH 02916/10074] python@3.9 3.9.23 --- Formula/p/python@3.9.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/p/python@3.9.rb b/Formula/p/python@3.9.rb index 8b185efb9a2dd..d18cb924347a7 100644 --- a/Formula/p/python@3.9.rb +++ b/Formula/p/python@3.9.rb @@ -1,10 +1,9 @@ class PythonAT39 < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.9.22/Python-3.9.22.tar.xz" - sha256 "8c136d199d3637a1fce98a16adc809c1d83c922d02d41f3614b34f8b6e7d38ec" + url "https://www.python.org/ftp/python/3.9.23/Python-3.9.23.tar.xz" + sha256 "61a42919e13d539f7673cf11d1c404380e28e540510860b9d242196e165709c9" license "Python-2.0" - revision 1 livecheck do url "https://www.python.org/ftp/python/" @@ -61,8 +60,8 @@ class PythonAT39 < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "wheel" do From 0366802c91d9968805e4de47bbfb6c1afa6e5c0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:24:55 +0000 Subject: [PATCH 02917/10074] jj: update 0.30.0 bottle. --- Formula/j/jj.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jj.rb b/Formula/j/jj.rb index 73d5426255e8e..d8a94d7ceb7b5 100644 --- a/Formula/j/jj.rb +++ b/Formula/j/jj.rb @@ -7,13 +7,13 @@ class Jj < Formula head "https://github.com/jj-vcs/jj.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "50c511670ee40fa1da2d8b18029bad69223ee3d8e50a3009d4607ac94390fc48" - sha256 cellar: :any, arm64_sonoma: "5d6c168d37c55fdfcaaa4c95b3e380cc859296ef9d114ff5830ff8aa2291bbae" - sha256 cellar: :any, arm64_ventura: "48f0c95193b1714f59799528db6ae6069148fdc21963dcf76c205f9b5b377579" - sha256 cellar: :any, sonoma: "33a01d5e4b4cd52ae2dcb1830288cbde9a9560f56c2205fb267140797ffa2d42" - sha256 cellar: :any, ventura: "62b3be14fd3c750708c27a70c1edea19c893a67cdd45154ea259583661459970" - sha256 cellar: :any_skip_relocation, arm64_linux: "439cd35809f8b0eb10150b5598be56d1afbfa9aa5a2c26aecbd1dcaad1414a46" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2140f62549e58a6938ee9d265d926223bdfca139485464958e89340279f3af47" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "833b9681b5f65fd35fa365fd0638d047bbb25e776163499b7f43f65ed238e44c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "67ea879212c9ec6115a610c438a40854baf7d2f3a7a433d0816dd97b9437e739" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b60adff4aa38dda9c9f05880d9fa13c8e906193eaa283c032be1e3e4081e2489" + sha256 cellar: :any_skip_relocation, sonoma: "20557d44e25fcd36dd5a66399aa0e36b54b77b7fde91548cedeba36dd2263887" + sha256 cellar: :any_skip_relocation, ventura: "b6fed70088fe219ed523d9e877310c7951b554a87e2f528ca8b218eb993ba3ae" + sha256 cellar: :any_skip_relocation, arm64_linux: "d8b0eaa58ce0ebb2a5f9b59db8e931f36a210f0e4cd8dc48e8c7cc1382941d95" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35ef27032c768550d2613536adf6d449054844d98402fb1a628fccf530b0580c" end depends_on "rust" => :build From 310c2f9e8adc76eba852747b305b0fc8d8d63e57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:32:11 +0000 Subject: [PATCH 02918/10074] python-tk@3.9: update 3.9.23 bottle. --- Formula/p/python-tk@3.9.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-tk@3.9.rb b/Formula/p/python-tk@3.9.rb index bdb79e39a4ccb..a75422d981952 100644 --- a/Formula/p/python-tk@3.9.rb +++ b/Formula/p/python-tk@3.9.rb @@ -10,13 +10,13 @@ class PythonTkAT39 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "97ff0ebb45169ef1ff0c84f9a371a26366c1f7d5dcbdd44731d7aafef909dbdf" - sha256 cellar: :any, arm64_sonoma: "bee7e5c80ede81876ed8f19d5162558d1800860d9f4c921b05e70f715f086848" - sha256 cellar: :any, arm64_ventura: "8f0e72d74b73201b8e4308472f0e62cc472a2c857fc4530281d6f4cd1073b8be" - sha256 cellar: :any, sonoma: "2bd134ab988daff8d742f16f1d7812797d3768923329e09bad20a1ec869fe046" - sha256 cellar: :any, ventura: "6dde244305b1c4422d73cb4cfa89d074b17ad6fa66c2b47c1ea0a8b80c10c690" - sha256 cellar: :any_skip_relocation, arm64_linux: "b8a69bf13e7d5218ce7454239a7a4841dc2f49ed9ecafa528e1a22b29145da55" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c022b1b83102ca8f5d347c378d210034f881fcdd8de06d9dee2204c3fbec851b" + sha256 cellar: :any, arm64_sequoia: "b227160ed5aef9c4f7e28e09ea937af589e06bc2d6552fe1c165e81c8d1ccd45" + sha256 cellar: :any, arm64_sonoma: "8a0e764addd46852b5839650f37eef097d24e19c99934650cdff771293449336" + sha256 cellar: :any, arm64_ventura: "cd59125fba711a0c87f544a4620d3d7b96a8ed7b0ebce5806648505f3f83d6bf" + sha256 cellar: :any, sonoma: "4b03a3f5cee283613c72237191a9c031d1748513f9be078ae34b130a277f2d38" + sha256 cellar: :any, ventura: "970a215b6c26de770d34e4d84a92f9601f1a4bf02a54f90cda603a28344fe0c1" + sha256 cellar: :any_skip_relocation, arm64_linux: "8c8fe4f4651455838a5c2c670c38c48c43e215510286716bd422e97809e305da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4bf36de1aafbde00eed0e09f75c6d0ad0be7d34e7712638a6fead91baec3aad" end depends_on "python@3.9" From 82bceb8a4e016053cd113cd4d396a5e11710cfbd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:32:11 +0000 Subject: [PATCH 02919/10074] python@3.9: update 3.9.23 bottle. --- Formula/p/python@3.9.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python@3.9.rb b/Formula/p/python@3.9.rb index d18cb924347a7..d5e616ff2940f 100644 --- a/Formula/p/python@3.9.rb +++ b/Formula/p/python@3.9.rb @@ -11,13 +11,13 @@ class PythonAT39 < Formula end bottle do - sha256 arm64_sequoia: "2615cd792702cfa009cdf53de341a2f3e3afe47f0badd4146b1774446e9fc0db" - sha256 arm64_sonoma: "02eede67f8c40fd8f370e8b15f90b9601f5943c4175cca86f891c21e8bbf49e9" - sha256 arm64_ventura: "112dd83db002b08bd6db327838b6240f3f3791bfd58c0edcb815d8241bfaec55" - sha256 sonoma: "91d13f4897308fb1cb4a41b202e778018b744b34c90c1c2d8422b844db79f3e4" - sha256 ventura: "90a57938879980381944d65b282146e627fc9d6d8960e9afc2f4e4710cfd1a24" - sha256 arm64_linux: "55b2a518b57bec731980e317ea42e6d23b223dd9d5f6ed034b4315bb626603ae" - sha256 x86_64_linux: "75eed312f581e9defd9d5531de1facb106cf3cf5da11d014b6501e6dc6f84cb3" + sha256 arm64_sequoia: "e088eaa87ecbf35c8c87ffd1e6e864b20509ec1597c4f5f98360fe500d2292e5" + sha256 arm64_sonoma: "c742522959cf677a09ba96071c9c036caaa1e8a9e08b0dba9b8b07babde351f2" + sha256 arm64_ventura: "ca973824df91389a033f153a3e2bd5f0e818c42fe4df3b0576e427f3d1d11e84" + sha256 sonoma: "844b1b98b64bb3a0317d8da05ca3674a98b522a361790090332da15372ca195e" + sha256 ventura: "ca3dfb7151380a909adc83c10f0ddcfb8c1c09f9aac93c1b87e91b3a2ab6fa5e" + sha256 arm64_linux: "05fb5b5497827bc1db68ca2e895c0820900c64d174a7ad60b01123d5cea33944" + sha256 x86_64_linux: "4ab2946adbebc2a587565156aa5c2e12b6f850a1e76bed19e5aeac82b358047c" end # setuptools remembers the build flags python is built with and uses them to From 7806ffe3b6e4edf05eb1673e908b8f03712c14e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:32:19 +0000 Subject: [PATCH 02920/10074] dpkg 1.22.20 --- Formula/d/dpkg.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dpkg.rb b/Formula/d/dpkg.rb index ac0d827b7aab8..b1036b28d397e 100644 --- a/Formula/d/dpkg.rb +++ b/Formula/d/dpkg.rb @@ -4,8 +4,8 @@ class Dpkg < Formula # Please use a mirror as the primary URL as the # dpkg site removes tarballs regularly which means we get issues # unnecessarily and older versions of the formula are broken. - url "https://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.22.19.tar.xz" - sha256 "0dd14c0ae42e92efd78b17693d698dd0470cc23833922797c0c3e74983ff1eec" + url "https://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.22.20.tar.xz" + sha256 "f21bd89cca601500a7ecc446160be72413d822fe09b4ea155c9593b46321d5e4" license "GPL-2.0-only" livecheck do From 506a04f47e08894c74e926cd752067e592289185 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:44:16 +0000 Subject: [PATCH 02921/10074] metabase 0.55.1 --- Formula/m/metabase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/metabase.rb b/Formula/m/metabase.rb index 27a1fc53cd295..a950787658b40 100644 --- a/Formula/m/metabase.rb +++ b/Formula/m/metabase.rb @@ -1,8 +1,8 @@ class Metabase < Formula desc "Business intelligence report server" homepage "https://www.metabase.com/" - url "https://downloads.metabase.com/v0.54.10/metabase.jar" - sha256 "b12a6773a3f3d23aba433291eaa51bd717702a73b2ce3e167e5245ab3bdb474e" + url "https://downloads.metabase.com/v0.55.1/metabase.jar" + sha256 "8a1d52b569ab91378b14ca83b0a926794fb18aaf5634ce1f4266266ed943a7ab" license "AGPL-3.0-only" livecheck do From 2daa8a8c0da3bc7f4c44542b0dd94578a4793804 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:45:35 +0000 Subject: [PATCH 02922/10074] mx 7.54.6 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 3906ff0b516dd..e523b079ae75c 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.54.5.tar.gz" - sha256 "ff7fb4a67e3d3413d1a41d759d645959397c8887067747d90165d9a96e0dd4f2" + url "https://github.com/graalvm/mx/archive/refs/tags/7.54.6.tar.gz" + sha256 "436ad08089afdb4cff67d43b3b8182b40b4aa3d7d5f536c74ff1d285a3e88b16" license "GPL-2.0-only" livecheck do From 6cbf10d7045ae765cf928eaa56610133d125c4a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:50:16 +0000 Subject: [PATCH 02923/10074] pscale 0.245.0 --- Formula/p/pscale.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index 65a3667b2c256..c347d95f3dd97 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -1,8 +1,8 @@ class Pscale < Formula desc "CLI for PlanetScale Database" homepage "https://www.planetscale.com/" - url "https://github.com/planetscale/cli/archive/refs/tags/v0.244.0.tar.gz" - sha256 "a0d4a7f3ace0ed2c28e115db034777ca9a0528d8d3cd636088d50d95edca1806" + url "https://github.com/planetscale/cli/archive/refs/tags/v0.245.0.tar.gz" + sha256 "143f8f75bd398f848a646485ec646bfb2aad635f4626c28fa3f80e622cbd0a0c" license "Apache-2.0" head "https://github.com/planetscale/cli.git", branch: "main" From 88d9eae71c139f2bb7992f31910c8b4ec4648e20 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:53:40 +0000 Subject: [PATCH 02924/10074] safety 3.5.2 --- Formula/s/safety.rb | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/Formula/s/safety.rb b/Formula/s/safety.rb index b753f9f585bc7..e8df10cd63ccf 100644 --- a/Formula/s/safety.rb +++ b/Formula/s/safety.rb @@ -3,8 +3,8 @@ class Safety < Formula desc "Checks Python dependencies for known vulnerabilities and suggests remediations" homepage "https://safetycli.com/product/safety-cli" - url "https://files.pythonhosted.org/packages/2d/9c/df6ab5f077e22bb4a10aa9208691c6be5c0ad15193439435216ed536f7f3/safety-3.5.1.tar.gz" - sha256 "7fde2dbb497f2a167fe2dd864c8ab3296bbcd6e8a4f0490b047d5c84a60a653f" + url "https://files.pythonhosted.org/packages/33/af/f135abb8d147629e9a27f436db5135314adc864a98b62922b33d6f05c836/safety-3.5.2.tar.gz" + sha256 "ecbb2e76f9574284f2c0e168e71ec92b39018ae9516b3b00f132de57ecaa09cb" license "MIT" head "https://github.com/pyupio/safety.git", branch: "main" @@ -35,8 +35,8 @@ class Safety < Formula end resource "authlib" do - url "https://files.pythonhosted.org/packages/2a/b3/5f5bc73c6558a21f951ffd267f41c6340d15f5fe0ff4b6bf37694f3558b8/authlib-1.5.2.tar.gz" - sha256 "fe85ec7e50c5f86f1e2603518bb3b4f632985eb4a355e52256530790e326c512" + url "https://files.pythonhosted.org/packages/a2/9d/b1e08d36899c12c8b894a44a5583ee157789f26fc4b176f8e4b6217b56e1/authlib-1.6.0.tar.gz" + sha256 "4367d32031b7af175ad3a323d571dc7257b7099d55978087ceae4a0d88cd3210" end resource "charset-normalizer" do @@ -85,8 +85,8 @@ class Safety < Formula end resource "joblib" do - url "https://files.pythonhosted.org/packages/30/08/8bd4a0250247861420a040b33ccf42f43c426ac91d99405374ef117e5872/joblib-1.5.0.tar.gz" - sha256 "d8757f955389a3dd7a23152e43bc297c2e0c2d3060056dad0feefc88a06939b5" + url "https://files.pythonhosted.org/packages/dc/fe/0f5a938c54105553436dbff7a61dc4fed4b1b2c98852f8833beaf4d5968f/joblib-1.5.1.tar.gz" + sha256 "f4f86e351f39fe3d0d32a9f2c3d8af1ee4cec285aafcb27003dda5205576b444" end resource "markdown-it-py" do @@ -155,8 +155,13 @@ class Safety < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" + sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "safety-schemas" do @@ -165,8 +170,8 @@ class Safety < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/95/32/0cc40fe41fd2adb80a2f388987f4f8db3c866c69e33e0b4c8b093fdf700e/setuptools-80.4.0.tar.gz" - sha256 "5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "shellingham" do @@ -195,13 +200,13 @@ class Safety < Formula end resource "typer" do - url "https://files.pythonhosted.org/packages/98/1a/5f36851f439884bcfe8539f6a20ff7516e7b60f319bbaf69a90dc35cc2eb/typer-0.15.3.tar.gz" - sha256 "818873625d0569653438316567861899f7e9972f2e6e0c16dab608345ced713c" + url "https://files.pythonhosted.org/packages/c5/8c/7d682431efca5fd290017663ea4588bf6f2c6aad085c7f108c5dbc316e70/typer-0.16.0.tar.gz" + sha256 "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From 00718d2190e5f469439bdc5c6eff9d16ca32f342 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:58:27 +0000 Subject: [PATCH 02925/10074] swiftformat 0.56.3 --- Formula/s/swiftformat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swiftformat.rb b/Formula/s/swiftformat.rb index 70d0252752fdf..2fffec081bff0 100644 --- a/Formula/s/swiftformat.rb +++ b/Formula/s/swiftformat.rb @@ -1,8 +1,8 @@ class Swiftformat < Formula desc "Formatting tool for reformatting Swift code" homepage "https://github.com/nicklockwood/SwiftFormat" - url "https://github.com/nicklockwood/SwiftFormat/archive/refs/tags/0.56.2.tar.gz" - sha256 "fa1d8bbfef7d93c9cf4d5b25b098ceaec85a9631d5b1abbd8c889881c6b11940" + url "https://github.com/nicklockwood/SwiftFormat/archive/refs/tags/0.56.3.tar.gz" + sha256 "61574580b4f26dff64095a5bf415ca171299c3c0a3e6dc536d19910800e2c3c2" license "MIT" head "https://github.com/nicklockwood/SwiftFormat.git", branch: "develop" From ff12fd4f20eb0797936531afb0f3723c51c93014 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 03:05:25 +0000 Subject: [PATCH 02926/10074] mx: update 7.54.6 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index e523b079ae75c..1a30c843febc3 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "8b670817c90785244d1e5fd950ca01a49f2b91476c58f3a98abbce5485536540" + sha256 cellar: :any_skip_relocation, all: "f241c02ab312c00361a1d8a49dd3e997c23b347ba63f21ac08a64464efb0daac" end depends_on "openjdk" => :test From c7b6d9ce7a06328515997396ab7aa8b323a05552 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 03:06:17 +0000 Subject: [PATCH 02927/10074] pscale: update 0.245.0 bottle. --- Formula/p/pscale.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index c347d95f3dd97..c253632cee19d 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -7,12 +7,12 @@ class Pscale < Formula head "https://github.com/planetscale/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bbf4436a1b6999559ff69e27ca841d1847a9a786a90f52b0cc25ec42c0c5461" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4978531395868335dd4ae8bf010a5870a8159afb62b3951179ea0e9b77e6720" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e21ecfb3b8eca8dbb28f200859b7f6f9417acc8dd23e29cbf3d76f7b12324f17" - sha256 cellar: :any_skip_relocation, sonoma: "9bf9cb1aade59f0742f41057ec8784e7892a7d59522ad5ba19fe13f6eea46ac4" - sha256 cellar: :any_skip_relocation, ventura: "9af0268a37e36891a0db92d3320ca85def5310f7211a8e9f8bcbb8a2aef2591a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b1d7ad1338e5474829c94b07d40036da9e8814c45666788e741053eaf5ee6cf1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f041a0600f505aa4284aeb808fc53d7a0e18c1c5faa98c1e2cea3644b1c07c92" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b98bd8274c4c6789570d821b1758042d09d6e4059d25fca4dcc5da1f1b5ce81" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1ed445a1a1966ed2b4da582d461a7c46bf3e8d3257588235acb08d8025168063" + sha256 cellar: :any_skip_relocation, sonoma: "740b28940316f410fb804c53e32516f6ccd0b78a436a1f6cdf5560b62c40991a" + sha256 cellar: :any_skip_relocation, ventura: "0ec2ffff6198e83fa5334a5532f1ba48ed5ae3dd86c114560308a6f012b8e18c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "12b8c0b874cc52ef9d5bc92b9bfa88aea054da2166b12084ff00abcff152fa09" end depends_on "go" => :build From b02c92c6befa56621c4fc5e6b195af2daaa24c0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 03:06:55 +0000 Subject: [PATCH 02928/10074] dpkg: update 1.22.20 bottle. --- Formula/d/dpkg.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dpkg.rb b/Formula/d/dpkg.rb index b1036b28d397e..caa06453fe457 100644 --- a/Formula/d/dpkg.rb +++ b/Formula/d/dpkg.rb @@ -14,13 +14,13 @@ class Dpkg < Formula end bottle do - sha256 arm64_sequoia: "cb704cb62fe1640e9951fc62d2828020b1efffd152cecc2fcc900ed2d73a77cb" - sha256 arm64_sonoma: "23c967ab4b007598f121297eaf98e969fa15ad197cc8489c95cd066f98b171ca" - sha256 arm64_ventura: "9d25e0994e533a7aa7bcf661b52401be2bbdf2a8a3198dab36832b95cb48f072" - sha256 sonoma: "10469f704504458c44e998ed03d650c00ef7737233f7b6bae84d27c817219e8a" - sha256 ventura: "507504eceab3cb0d5055745fd7a40bf33beb5a7ddbc950cb5e29e18c6195ac30" - sha256 arm64_linux: "2d052662ea9bae08aea91fe316501cc7e58fb8beebd953bb64ad31fa81fa4a8a" - sha256 x86_64_linux: "dbcba4b730d673460ab616d79ca5dbbb05179af729cdd1f1fb09d16607eaf98e" + sha256 arm64_sequoia: "bc5debe436178edb7a8636d0935a29a1755c71ad5c7819e3ab770e8d824afb1b" + sha256 arm64_sonoma: "1be699ff66507af05dc486caf17faa92d68bdec7ee9a6e6f280a0c357a88b232" + sha256 arm64_ventura: "f180dc42158c88fa91c3774f5af98cc06fa584668e93990f20983aa2a33b9964" + sha256 sonoma: "c0583c5674099510cf17d231d0ed236478e74fb3c1ad18c55136826cc74b2dab" + sha256 ventura: "5edcbe44fbffcc8513fba1a6e98799a703a7efb218945b6dd0a2f6c7db520e72" + sha256 arm64_linux: "26875de796ee79176282480a18c42b3970b8a63daca6762ac3f67a7d604391b4" + sha256 x86_64_linux: "a9844ffb09ca79944ba8ce69cf383d347fd7af2b671d740b313eb4c0fff6a61c" end depends_on "pkgconf" => :build From c0d2479c71c5adb21f05d7e2222c91869d072fc2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 03:09:54 +0000 Subject: [PATCH 02929/10074] metabase: update 0.55.1 bottle. --- Formula/m/metabase.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/metabase.rb b/Formula/m/metabase.rb index a950787658b40..21c703c93da3b 100644 --- a/Formula/m/metabase.rb +++ b/Formula/m/metabase.rb @@ -11,7 +11,7 @@ class Metabase < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "1652e8bd83949227a105216f38836fff61cae011f4587db81ea9eda076261642" + sha256 cellar: :any_skip_relocation, all: "6578d7f1284e3227dd27d5db1612ec661880f9ecdaa47bdab792982059bcd2dd" end head do From 5f11f10c5cf9156e5f7c77d5f49c6bea2b8ee926 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 03:21:28 +0000 Subject: [PATCH 02930/10074] swiftformat: update 0.56.3 bottle. --- Formula/s/swiftformat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swiftformat.rb b/Formula/s/swiftformat.rb index 2fffec081bff0..f0f858109ed6c 100644 --- a/Formula/s/swiftformat.rb +++ b/Formula/s/swiftformat.rb @@ -7,13 +7,13 @@ class Swiftformat < Formula head "https://github.com/nicklockwood/SwiftFormat.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "798587554c53ee1f9d5d05e725eb0bd218c60ec720120e8d11db2334904e8fb4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e995609eeb3a0d151cf0029d858dfe33ee9988f564d3c10d808b6ec0e04acff4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6e3d4e4efda16467029e9b14c74e50ab6c81476f2280675c80659f1130fd09b9" - sha256 cellar: :any_skip_relocation, sonoma: "5f0567bab8a3a0bb098f5cfb23494849812c427abac5cb8314bb5c31139a4986" - sha256 cellar: :any_skip_relocation, ventura: "2e12abffdfdf2136260ea983f8fb307f3b7554d5e2ffd6e118ac4c817fce9a25" - sha256 cellar: :any_skip_relocation, arm64_linux: "775431f48ea875a7a9b3aeca60344d7a7ce3e2e614f108cf05048d7d4e9ab9b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f56d3418841243f8e1c675e68dff6d1011ece3efc0ed3f3390931a4ae3e3539d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2badab533cc65b793c00ae6e007f5563b7ea97c4fddfb2e64801e5b8011c74d1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9c1eaafc8665d679caeaf58d1fe8477eb9848dd98f4a62ea48e530a783cabd3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0e1adf645cf2dbabadbe3b7f1fe65ba6c05af888b00e7dd962cbb66610199ef4" + sha256 cellar: :any_skip_relocation, sonoma: "a53a01fc8a9d6ecdfd7d43a7dd2288f778b52df21b4aa0bb50e7bce34488e44d" + sha256 cellar: :any_skip_relocation, ventura: "4ad42ddf1d84771aed936425f3ff4aec49e195857cb05315e87a1b0f53ff1269" + sha256 cellar: :any_skip_relocation, arm64_linux: "08fddf82fdd0b191e440390c6ba8bb984bac86646505d391d6236ffa9ca93646" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6457ea86657e8146f5fae4dc852d36ab18e52c481cc50c89642f3200a2479a0c" end depends_on xcode: ["10.1", :build] From 07198c8c4df339b80582c9e857a67518939dd8e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 03:39:56 +0000 Subject: [PATCH 02931/10074] safety: update 3.5.2 bottle. --- Formula/s/safety.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/safety.rb b/Formula/s/safety.rb index e8df10cd63ccf..7a98ee1b86e28 100644 --- a/Formula/s/safety.rb +++ b/Formula/s/safety.rb @@ -9,13 +9,13 @@ class Safety < Formula head "https://github.com/pyupio/safety.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "edac706c31f93a579208f86ab327fc0090cb5699af86f5e3a92a3664944ce0ed" - sha256 cellar: :any, arm64_sonoma: "4847fb07d411d4d404cd7dfae6a1872e4bc9a4a2cbab3dc49b6a5b311ed511a7" - sha256 cellar: :any, arm64_ventura: "67c6d5156fc4be4bcd514b8d5d963b950aaff52336361057d002f642f025d919" - sha256 cellar: :any, sonoma: "f895e0dc48273e95e8356bbdf36e2973d85eb4e4977037418542fe5eab089be6" - sha256 cellar: :any, ventura: "136fcbc770dfc0f1e6763c063cc61bb0b624a92a7a1fffcc986e1d8d129be990" - sha256 cellar: :any_skip_relocation, arm64_linux: "33d7d9e11710de28422e9cb741af333165dd0c6b0eef98307e853ac86add23b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1bed57859863321e621124a7e022a48007f1daa1400224b40e700a479e8cc519" + sha256 cellar: :any, arm64_sequoia: "1d0e5731b21c58284a55a652750d12603421867d720818c0854ebe8a3e1f432a" + sha256 cellar: :any, arm64_sonoma: "7e4ea353d2ba2016684fdff35e97df2f60a7d583a458ec2e47452675d461b984" + sha256 cellar: :any, arm64_ventura: "5f2b40a1440c1bff0b4f6e3301d7036148e41455eafbb895c4d58c47478fb612" + sha256 cellar: :any, sonoma: "16f697afbf27a08a827e462cd7f954bc998f050b5fa2d0d321c52a837a9c7419" + sha256 cellar: :any, ventura: "d02b818076f9d8b6670d1ddc99dea1a573f33827d122b08e514a7351153af7ca" + sha256 cellar: :any_skip_relocation, arm64_linux: "f161fc7e46aeb62ed37f235058940e887997932d2347eb608af61b5c014b4975" + sha256 cellar: :any_skip_relocation, x86_64_linux: "39957974feb82bd11b07f278268289411d6cd516ed08157b5534361b5dbf8f95" end depends_on "cmake" => :build From 0643bb49014147784ed5b3f1c33e53a6a3f1e662 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 04:56:54 +0000 Subject: [PATCH 02932/10074] croaring 4.3.5 --- Formula/c/croaring.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/croaring.rb b/Formula/c/croaring.rb index d72c468457955..26fe2c7b48c22 100644 --- a/Formula/c/croaring.rb +++ b/Formula/c/croaring.rb @@ -1,8 +1,8 @@ class Croaring < Formula desc "Roaring bitmaps in C (and C++)" homepage "https://roaringbitmap.org" - url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.4.tar.gz" - sha256 "040e475f754ce75f751e2d4722faa9e4d69d357dd3b666fbfd1fe8e16f1594a8" + url "https://github.com/RoaringBitmap/CRoaring/archive/refs/tags/v4.3.5.tar.gz" + sha256 "fd5afacb174322ce45bea333076440e615fb8cc2751b537c8051ac2d39f52b1e" license "Apache-2.0" head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master" From 414d515301a4d2987547c4925851abfb24d07eb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 04:59:29 +0000 Subject: [PATCH 02933/10074] fastfetch 2.45.0 --- Formula/f/fastfetch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastfetch.rb b/Formula/f/fastfetch.rb index 510154d087a53..6cd5fb6b4e715 100644 --- a/Formula/f/fastfetch.rb +++ b/Formula/f/fastfetch.rb @@ -1,8 +1,8 @@ class Fastfetch < Formula desc "Like neofetch, but much faster because written mostly in C" homepage "https://github.com/fastfetch-cli/fastfetch" - url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.44.0.tar.gz" - sha256 "3fc2b6d71e38f07ccef29945937daac7825a7cf48f67658207d31a5d42a5a90b" + url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.45.0.tar.gz" + sha256 "f336ab5fb651fc34759117d9ef081e8c9175cb1538900a8c7b4efdf94a1de85c" license "MIT" head "https://github.com/fastfetch-cli/fastfetch.git", branch: "dev" From f75e101fc09dfbf81efe32709a9020709a307869 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 05:07:43 +0000 Subject: [PATCH 02934/10074] mcpm 1.13.2 --- Formula/m/mcpm.rb | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 66aba2271a884..b4241372e257d 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -3,8 +3,8 @@ class Mcpm < Formula desc "Open source, community-driven MCP server and client manager" homepage "https://mcpm.sh/" - url "https://files.pythonhosted.org/packages/33/43/304cd6c1b93e855606654e376be3e616ef382a0e43e5a81391866e03ae51/mcpm-1.13.1.tar.gz" - sha256 "921891abff2312cd9214aa79de3bd44d928929521085468ccd570ac78d2fda2d" + url "https://files.pythonhosted.org/packages/48/af/3c3dea68e13b1508b81b89e3598cf63137074e3258a85169e37a7cbc63f4/mcpm-1.13.2.tar.gz" + sha256 "807ae819a699b97cfaff76620b5aad57fe4d74ab59634b81c473496413f5a17a" license "MIT" bottle do @@ -86,8 +86,8 @@ class Mcpm < Formula end resource "mcp" do - url "https://files.pythonhosted.org/packages/e7/bc/54aec2c334698cc575ca3b3481eed627125fb66544152fa1af927b1a495c/mcp-1.9.1.tar.gz" - sha256 "19879cd6dde3d763297617242888c2f695a95dfa854386a6a68676a646ce75e4" + url "https://files.pythonhosted.org/packages/ea/03/77c49cce3ace96e6787af624611b627b2828f0dca0f8df6f330a10eea51e/mcp-1.9.2.tar.gz" + sha256 "3c7651c053d635fd235990a12e84509fe32780cd359a5bbef352e20d4d963c05" end resource "mdurl" do @@ -146,8 +146,8 @@ class Mcpm < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/9d/8f/dfbab2d5ec83da0605ab935fb43ffa8ab5828455e2c910b7314fdd18e0b8/ruamel.yaml-0.18.11.tar.gz" - sha256 "b586a3416676566ed45bf679a0909719f7ea7b58c03a9b6e03f905a1e2cd5076" + url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" + sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" end resource "ruamel-yaml-clib" do @@ -161,18 +161,18 @@ class Mcpm < Formula end resource "sse-starlette" do - url "https://files.pythonhosted.org/packages/10/5f/28f45b1ff14bee871bacafd0a97213f7ec70e389939a80c60c0fb72a9fc9/sse_starlette-2.3.5.tar.gz" - sha256 "228357b6e42dcc73a427990e2b4a03c023e2495ecee82e14f07ba15077e334b2" + url "https://files.pythonhosted.org/packages/8c/f4/989bc70cb8091eda43a9034ef969b25145291f3601703b82766e5172dfed/sse_starlette-2.3.6.tar.gz" + sha256 "0382336f7d4ec30160cf9ca0518962905e1b69b72d6c1c995131e0a703b436e3" end resource "starlette" do - url "https://files.pythonhosted.org/packages/ce/20/08dfcd9c983f6a6f4a1000d934b9e6d626cff8d2eeb77a89a68eef20a2b7/starlette-0.46.2.tar.gz" - sha256 "7f7361f34eed179294600af672f565727419830b54b7b084efe44bb82d2fccd5" + url "https://files.pythonhosted.org/packages/8b/d0/0332bd8a25779a0e2082b0e179805ad39afad642938b371ae0882e7f880d/starlette-0.47.0.tar.gz" + sha256 "1f64887e94a447fed5f23309fb6890ef23349b7e478faa7b24a851cd4eb844af" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do @@ -186,8 +186,8 @@ class Mcpm < Formula end resource "uvicorn" do - url "https://files.pythonhosted.org/packages/a6/ae/9bbb19b9e1c450cf9ecaef06463e40234d98d95bf572fab11b4f19ae5ded/uvicorn-0.34.2.tar.gz" - sha256 "0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328" + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" end resource "watchfiles" do From 99d939d66d2bd017bfdaa89af2a3604c513e6a1d Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 4 Jun 2025 19:54:32 -0700 Subject: [PATCH 02935/10074] aider 0.84.0 --- Formula/a/aider.rb | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/Formula/a/aider.rb b/Formula/a/aider.rb index a25e18d48c4e2..a80fd735f3bd5 100644 --- a/Formula/a/aider.rb +++ b/Formula/a/aider.rb @@ -3,8 +3,8 @@ class Aider < Formula desc "AI pair programming in your terminal" homepage "https://aider.chat/" - url "https://files.pythonhosted.org/packages/1b/76/5621ce9d7e3a4fa2b7015a422023a238089a2628bc522762b2193cc6e8c0/aider_chat-0.83.2.tar.gz" - sha256 "b3b1d8d532313d22cec3f418773f2c7623e21c09fd6ae2bcaeba9726b73b0022" + url "https://files.pythonhosted.org/packages/76/94/8cbf0e10a01bd24c68a0b14e256b75abaa4bae662f955669e14fc5902b0e/aider_chat-0.84.0.tar.gz" + sha256 "b5001eaae8741816c28fa7a06adb616f2ba5293553de94ee123b99038c98fae0" license "Apache-2.0" head "https://github.com/paul-gauthier/aider.git", branch: "main" @@ -182,13 +182,13 @@ class Aider < Formula end resource "grpcio" do - url "https://files.pythonhosted.org/packages/d1/33/bf7bf9188cfce1c626e4c5d55523fec7f2f1d905e003df5da025f532916e/grpcio-1.72.0rc1.tar.gz" - sha256 "221793dccd3332060f426975a041d319d6d57323d857d4afc25257ec4a5a67f3" + url "https://files.pythonhosted.org/packages/fe/45/ff8c80a5a2e7e520d9c4d3c41484a11d33508253f6f4dd06d2c4b4158999/grpcio-1.72.1.tar.gz" + sha256 "87f62c94a40947cec1a0f91f95f5ba0aa8f799f23a1d42ae5be667b6b27b959c" end resource "grpcio-status" do - url "https://files.pythonhosted.org/packages/5b/b2/f5caba63bb0c1637f468d820c46756b8bae28187928ffbe097157f478429/grpcio_status-1.72.0rc1.tar.gz" - sha256 "20b9cabe989824eeb5d8322189fdc084dfc69bb9fff7cb165cd28340cdbc73e1" + url "https://files.pythonhosted.org/packages/50/b8/e563262a30065d3b52b61ca92c427fe2a1b04ba5dfca0415ae0df8ecdac8/grpcio_status-1.72.1.tar.gz" + sha256 "627111a87afa920eafb42cc6c50db209d263e07fa51fbb084981ef636566be7b" end resource "h11" do @@ -591,7 +591,13 @@ def python3 end def install - virtualenv_install_with_resources + venv = virtualenv_install_with_resources without: "tree-sitter-language-pack" + + # Remove prebuilt bindings: https://github.com/Goldziher/tree-sitter-language-pack/issues/46 + resource("tree-sitter-language-pack").stage do + Pathname.pwd.glob("tree_sitter_language_pack/bindings/*").map(&:unlink) + venv.pip_install Pathname.pwd + end end test do From 8c092e6848d2ceab1dc4528207b4a7f83c4da788 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 05:21:04 +0000 Subject: [PATCH 02936/10074] yoke 0.13.4 --- Formula/y/yoke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 786e7f9be8b10..b63f446abd32e 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -3,8 +3,8 @@ class Yoke < Formula homepage "https://yokecd.github.io/docs/" # We use a git checkout since the build relies on tags for the version url "https://github.com/yokecd/yoke.git", - tag: "v0.13.3", - revision: "bf1ecadb3ffebcf19dff3a5b7d3b5d1375ca0110" + tag: "v0.13.4", + revision: "cac5ef08b7ee7728b35a581e809e68583b6079ac" license "MIT" head "https://github.com/yokecd/yoke.git", branch: "main" From 0e9124fbc2e3413361f0cc39d32243d79a5336ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 06:29:40 +0000 Subject: [PATCH 02937/10074] aider: update 0.84.0 bottle. --- Formula/a/aider.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aider.rb b/Formula/a/aider.rb index a80fd735f3bd5..3ec22ad96beae 100644 --- a/Formula/a/aider.rb +++ b/Formula/a/aider.rb @@ -11,12 +11,12 @@ class Aider < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "fdd59056418e25a87d7e90d5d69cee7bb563d7b43237c01214f71dd580bd77f3" - sha256 cellar: :any, arm64_sonoma: "2517fd3ce44b123fb4d4ce5e693e2e0e330cee26977a728b5db31a6e4e8af919" - sha256 cellar: :any, arm64_ventura: "70b0bbb63ea8435811049d658687fae2054bc1e2baaa77c3937a66c69529bb79" - sha256 cellar: :any, sonoma: "7dd19b8a55054fad73f278a687c46c32c469a00eb15f4e9be5c356a678b870d4" - sha256 cellar: :any, ventura: "3d02adf57cc0e0f77bc05ac9576105a9bb016f61e719ba5a8f65dfb725ea5d48" - sha256 cellar: :any_skip_relocation, x86_64_linux: "039b70ce858567d9fd262aee7bde938d43fd52d016c41e4eb9c87f2c6e7e861f" + sha256 cellar: :any, arm64_sequoia: "a1245af11a730a757f2a2d28c3ddefd671a813ac28553f850c76cbae14816ff6" + sha256 cellar: :any, arm64_sonoma: "aeb08bc4240e4b1d8ca8806d76d04a5210f87fd869c4de5b02e27fbd52213035" + sha256 cellar: :any, arm64_ventura: "2b64f54cbc1af6ce8c6fbbb9ced3a4904fd158998fdff237d702c1689158c745" + sha256 cellar: :any, sonoma: "99409ce0e3b254ba3dc159772c016925def739877680cfb575725cb1f3299f35" + sha256 cellar: :any, ventura: "dc8d14216fdcaae9126005b3689ba3a97d0727f5002a019d47e7b8e219c11221" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf816c3bd0f62051a52570a389830a91aaff74b161cfba60fb39037e4a9b8cdc" end depends_on "maturin" => :build # for `hf-xet` From 5da0328d947c89e1f991366c97c50436a21e79b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 06:50:16 +0000 Subject: [PATCH 02938/10074] croaring: update 4.3.5 bottle. --- Formula/c/croaring.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/croaring.rb b/Formula/c/croaring.rb index 26fe2c7b48c22..fad6c321e61ee 100644 --- a/Formula/c/croaring.rb +++ b/Formula/c/croaring.rb @@ -7,13 +7,13 @@ class Croaring < Formula head "https://github.com/RoaringBitmap/CRoaring.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "b4786a86f08b984d46605559f47366c282fcb0f0c1b56e61eca505b5fc207769" - sha256 cellar: :any, arm64_sonoma: "507d707987041d9a2c70ff3254cd35eb841cee62d0f25d1d319252dacea9095b" - sha256 cellar: :any, arm64_ventura: "a2c7016c6f3cb881740a70e8af9f96e23972b2e2f8f62fae11b0933fac3a1b28" - sha256 cellar: :any, sonoma: "daf0b5869aa38cd4097c6c6b79e10ad7f3a6e9ea72cf96f5981ca44ae7142f39" - sha256 cellar: :any, ventura: "169c7fe5b66673a5e49f40884e49703ac2d047c26ec87631594b1c7e56a4e5bf" - sha256 cellar: :any_skip_relocation, arm64_linux: "35d1771203d07fa28940e2db3b6e22d1e24306ae5cd45a3acf9fd28aba203494" - sha256 cellar: :any_skip_relocation, x86_64_linux: "27e3b58f42d28be01c47232822f36043909811038bff1810793cc52f07cd55f6" + sha256 cellar: :any, arm64_sequoia: "d142c4656993fb4a06e3a44a187777b058c91b5e65e2e69f733d49f14ec1ba3d" + sha256 cellar: :any, arm64_sonoma: "934005ef7f67b0fd312c587a6dadcbc18167ef7fc6d4d2818974f14cfd179a5e" + sha256 cellar: :any, arm64_ventura: "20dec72c1f1995808e0dcba069e5acd8035bd7fb00efeabf1cfe719c381339c2" + sha256 cellar: :any, sonoma: "83461d37577ac557cebcefd4babc99a390c36fe38f463ae12dd02c5a13d13ef4" + sha256 cellar: :any, ventura: "701738a46d565f51899d6241b82295fe6800ec6c52aaf6290d08fb91b66ba865" + sha256 cellar: :any_skip_relocation, arm64_linux: "61d01a0204300f1ce4c76b7b5b9eaea9553793e566cc310236cf0fd0454bad99" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5a965535283c4b8ec4526691a52e99d6255df33c55c32d6bab29a1585deec3fc" end depends_on "cmake" => :build From c65975d7962ecc77240c0fe603662150a3abe84c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 06:50:27 +0000 Subject: [PATCH 02939/10074] fastfetch: update 2.45.0 bottle. --- Formula/f/fastfetch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastfetch.rb b/Formula/f/fastfetch.rb index 6cd5fb6b4e715..7aaee710c9dac 100644 --- a/Formula/f/fastfetch.rb +++ b/Formula/f/fastfetch.rb @@ -12,13 +12,13 @@ class Fastfetch < Formula end bottle do - sha256 arm64_sequoia: "37b285dfc442da1b41cce8d0d3270f0b295e7b9abee8cb08f2791e770d25e5af" - sha256 arm64_sonoma: "f02842b89882f5a7af30c7b5081327e0193de817ed9829d6e8c68ea86db23988" - sha256 arm64_ventura: "a72770593c7e97ea0b6dc54a07e0a407bf243c839d65beae24564063ed226ea4" - sha256 sonoma: "b2dac2aa7da5bd206b68d9810e1300da6362861c5cc4e80011d20658293fa2a4" - sha256 ventura: "ef053ababc63a00fa6563bd245b6f9f79c38cecce5d2aa7b259bfbc20d815771" - sha256 arm64_linux: "7880c0d403df3548ffd21194e2fecd2b4500ce26d23204ffe0f35265af352abd" - sha256 x86_64_linux: "5653f32924b11aac8517cf97e3cbda037885b01388f9b25fe66bb3d109b54853" + sha256 arm64_sequoia: "8c0e4fd7bde6211993faf5e0c1bab0e88201c94b5661fb4d8fc4c5e9d28f07b8" + sha256 arm64_sonoma: "9654ef45aabff70ac9e387b3a388240740213d320db9e3ba4bd3e37aaad1f9a6" + sha256 arm64_ventura: "ee36cb454f0dfc3cddd35a49d43a7493851fc02eecf304390e9f8c380f9e8042" + sha256 sonoma: "85257dbe3ffc636de71c042d742473037fc9953b9884eb944693829d2c3169e6" + sha256 ventura: "f2dac7e8635bac359dc5bb7fb1598e9bef7f04856024b57c2f39607f55459a64" + sha256 arm64_linux: "641e31b66baac37fbaac4c532c16f708d1be793bd7ddf9634d2db42ea1b89998" + sha256 x86_64_linux: "9ad91810578b5cb7cc39be3436beadcf3a390d243969859a856579efe85b8ac0" end depends_on "chafa" => :build From bfd2bd4edaaa7056ce1599c949c4fbeff53b354c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 06:51:13 +0000 Subject: [PATCH 02940/10074] mcpm: update 1.13.2 bottle. --- Formula/m/mcpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index b4241372e257d..72ffc91eac1cc 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -8,13 +8,13 @@ class Mcpm < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "88ea359cd3a4145598b527a1f1a77e57c7e4770add8642eb3db19e923b82d6da" - sha256 cellar: :any, arm64_sonoma: "e09752658f9296631a7605a4d9958aabc87812b98bc4198167218e193996f5cd" - sha256 cellar: :any, arm64_ventura: "fa5b8558113b435130995bbe3604458a6a1723f164b1ae2d951af38ce3030075" - sha256 cellar: :any, sonoma: "d453dbdc469e72cc41727df5d533f4c27d2889aaf0ea81b8fbdff55adc4a18df" - sha256 cellar: :any, ventura: "60a3f8f1daea875262d077330d727db644e95a220f3139c5fb6823b749835fa9" - sha256 cellar: :any_skip_relocation, arm64_linux: "00807dcb8282f27ce0b90696f05e2cba814e7aa50abf6379a0d3e755642fdc7a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f8e0aeabf9de233eb2c464b7d6108dbc1c7a3dd0fd32a403192a8879dffc6962" + sha256 cellar: :any, arm64_sequoia: "5119f595982c3aa5cfbcfe16765c671080388b8a8be65fae850af333439a522d" + sha256 cellar: :any, arm64_sonoma: "755b2bf9a0e3397dfcf6d47829152eaa8ea85142e44b2bdce1b562cd5706d84e" + sha256 cellar: :any, arm64_ventura: "73ad6e72b6697ea350ec3ee35577f4e3d0949656869ba4054aa190f07a83292b" + sha256 cellar: :any, sonoma: "c30c0ab8ad98908095a0de16f670b1dfac79b7e8a4b468c67cb05768c02b29bf" + sha256 cellar: :any, ventura: "bc8d9de8aad146a675a79196fbf83342273f0b6098f1bfda889ef638bdd68e77" + sha256 cellar: :any_skip_relocation, arm64_linux: "f3e3eeb2cd76891f354360890be6002c64d532399ed898ec3fe06e9702d8306d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "47b24d7643a0a5f35793aa5045a84192d992afd1d12e7438780dae63ca20a787" end depends_on "rust" => :build From 54d1fb4196e8e8139471ff8f5b09e0ce7fcf6141 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 05:17:55 +0000 Subject: [PATCH 02941/10074] teleport 17.5.1 --- Formula/t/teleport.rb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Formula/t/teleport.rb b/Formula/t/teleport.rb index 9c31a331fc8ae..414f9a532ffcf 100644 --- a/Formula/t/teleport.rb +++ b/Formula/t/teleport.rb @@ -1,20 +1,11 @@ class Teleport < Formula desc "Modern SSH server for teams managing distributed infrastructure" homepage "https://goteleport.com/" + url "https://github.com/gravitational/teleport/archive/refs/tags/v17.5.1.tar.gz" + sha256 "ce873a2dce9b5a868fc0c92d64531905cb6c8b941acc19d6c1e39a8fe96b5e37" license all_of: ["AGPL-3.0-or-later", "Apache-2.0"] head "https://github.com/gravitational/teleport.git", branch: "master" - stable do - url "https://github.com/gravitational/teleport/archive/refs/tags/v17.4.7.tar.gz" - sha256 "cafbac693c09bf5841e453fde60bbc80fdc0c90a752a588743594b4484c184f0" - - # purego build patch, upstream pr ref, https://github.com/gravitational/teleport/pull/55004 - patch do - url "https://github.com/gravitational/teleport/commit/fb4b6cdc36685b3ba53f05e933cebd3d7aec27da.patch?full_index=1" - sha256 "135e1c176e94118fed500bacff8182f4f7acf7847f2ec344ec0c56490fda11a3" - end - end - # As of writing, two major versions of `teleport` are being maintained # side by side and the "latest" release can point to an older major version, # so we can't use the `GithubLatest` strategy. We use the `GithubReleases` From 04a691637557fab2874688a2344d6f5894db0b0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 06:54:55 +0000 Subject: [PATCH 02942/10074] yoke: update 0.13.4 bottle. --- Formula/y/yoke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index b63f446abd32e..28efdabc53773 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -9,13 +9,13 @@ class Yoke < Formula head "https://github.com/yokecd/yoke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2d21e52cefed8f0ff46e99dc338adfc0156c7db21f30f9e3545bb4a1c2fce4b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a676412d01d8fcbbca2459b8d8bfee3f3a6a73bbf7180d0785ce5e42e60a4cbc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4240c7ed623aa6fe33caf28ddfc6e1d8c6e2f9dba255221bf9646100d07a2d00" - sha256 cellar: :any_skip_relocation, sonoma: "78c554f650a486c7352dea1eb380cbc1162f2258d5a219ba80928c2361690ca1" - sha256 cellar: :any_skip_relocation, ventura: "24e93e424dae19e2ce45d0ae4dc34cc578fb11dff318a3ad024eb5176e32233d" - sha256 cellar: :any_skip_relocation, arm64_linux: "40d825b6e3366fd2b195fcee9904d80a6bf742b8843be70cad1142c3e5dd216e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f94c9e2a691db7c9ded3f205044bc4925b260583ad0b2a8091e36d2b470ee23f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3dfe1892914e2eb09b72757cf054c909ca8743d045c4e226613e15830bf6ea27" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2961796847155900d0c9eb6536639d2f3e4c51fce7c1f8c74f2951d4b66679e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9ed3a774cadddad6ce2cbebe26afe76addebebf7f11b64e39e53485d3ea92d33" + sha256 cellar: :any_skip_relocation, sonoma: "b0f85006a1f69651ca0cf804c6cb52f44d097553b177dcd49b6b2e0495daf07d" + sha256 cellar: :any_skip_relocation, ventura: "d238a1a28793921fdfda73a2b91cc4168c53dae4c794b7b9bfcf065e69bbf34c" + sha256 cellar: :any_skip_relocation, arm64_linux: "7b4b727861dae66c1bcc31f8b9b8e670e0f1d886e64bc6863e595cc75bf5ba2c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5e44c52522b65e59d6dd86a7d21910ecd61ec9eae966bf2792d241e2c7f1669c" end depends_on "go" => :build From 0d39147c69f3a7ea64874f8619869577392a2eaa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 07:52:05 +0000 Subject: [PATCH 02943/10074] cdk8s 2.200.91 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index c6cf3022091b9..796b23fcab4d8 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.90.tgz" - sha256 "c06c6f0fe67b7d6184b694bfe58efb73ef68a43326ffac95fa554128509a7ed1" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.91.tgz" + sha256 "6b82784e48d50ac197383f043dafd6fb01f9e1e6e184e22afd16c4433a65e092" license "Apache-2.0" bottle do From 46c43cf24a06eb2af5813316715571a0de28a14f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:01:00 +0000 Subject: [PATCH 02944/10074] httm 0.48.2 --- Formula/h/httm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index a914167e2645e..df2c0a241aab1 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -1,8 +1,8 @@ class Httm < Formula desc "Interactive, file-level Time Machine-like tool for ZFS/btrfs" homepage "https://github.com/kimono-koans/httm" - url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.1.tar.gz" - sha256 "314f11b400fb87f50d47dc341448d71f44e62d2117a7ccb2f2b948e6983f45dc" + url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.2.tar.gz" + sha256 "53c844925ebf9fb034590e957281a1f3dd4d13fea26c9666aa9d54e72e664565" license "MPL-2.0" head "https://github.com/kimono-koans/httm.git", branch: "master" From 64e43fa1e44b58acf2b68d736c422d31747f7028 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:01:56 +0000 Subject: [PATCH 02945/10074] jackett 0.22.1992 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 77e18a8e3736d..ddfc2adf29b5c 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1987.tar.gz" - sha256 "b5a70fd42773f7856061d2d6907ff58d2ffed82dcad7848c707762d6776764f8" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1992.tar.gz" + sha256 "f5a68f08ddfb75fa50c08a27c4d079d3f979afacf0087a63db5f7a1e07c47d5a" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 39a8e3c7be9a151da4ecb26edc6b0b70347ed17c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:05:38 +0000 Subject: [PATCH 02946/10074] livekit 1.9.0 --- Formula/l/livekit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/livekit.rb b/Formula/l/livekit.rb index f358bf1846813..fba1fdccbefc7 100644 --- a/Formula/l/livekit.rb +++ b/Formula/l/livekit.rb @@ -1,8 +1,8 @@ class Livekit < Formula desc "Scalable, high-performance WebRTC server" homepage "https://livekit.io" - url "https://github.com/livekit/livekit/archive/refs/tags/v1.8.4.tar.gz" - sha256 "81e8b7c6ed90fe98f91bb0b1dd48bf254f564f3cc925ce5d25e335e2e03fd648" + url "https://github.com/livekit/livekit/archive/refs/tags/v1.9.0.tar.gz" + sha256 "d7ccdc718be14ae97e07c368511cc4029a08761983727121fb5a888754ee1de0" license "Apache-2.0" head "https://github.com/livekit/livekit.git", branch: "master" From 3bf47ea8740a88fb28450d52a62c8757f11eccd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:06:36 +0000 Subject: [PATCH 02947/10074] localstack 4.5.0 --- Formula/l/localstack.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Formula/l/localstack.rb b/Formula/l/localstack.rb index 426d6d4f94da8..bd83bb6e18b68 100644 --- a/Formula/l/localstack.rb +++ b/Formula/l/localstack.rb @@ -3,8 +3,8 @@ class Localstack < Formula desc "Fully functional local AWS cloud stack" homepage "https://localstack.cloud/" - url "https://files.pythonhosted.org/packages/21/78/44c19a8ac78a5ff3ebf336593ac1f58c42f13da9c1a68ed4944d5c3b646e/localstack-4.4.0.tar.gz" - sha256 "d304dcbd025af1b67e1e50972446e5f5f875d9cf8f86ed947c86349228f0e8c9" + url "https://files.pythonhosted.org/packages/11/7a/6030f1bfebf4cbef70d01fec2b76653a363da10d5ae30ee60487fa81e040/localstack-4.5.0.tar.gz" + sha256 "f8ebf3a9af1826c595cfe4196c6d52792152db374e437e1a574ac52aedc53a18" license "Apache-2.0" bottle do @@ -28,8 +28,8 @@ class Localstack < Formula end resource "cachetools" do - url "https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz" - sha256 "1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4" + url "https://files.pythonhosted.org/packages/c0/b0/f539a1ddff36644c28a61490056e5bae43bd7386d9f9c69beae2d7e7d6d1/cachetools-6.0.0.tar.gz" + sha256 "f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf" end resource "charset-normalizer" do @@ -38,8 +38,8 @@ class Localstack < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "dill" do @@ -63,13 +63,13 @@ class Localstack < Formula end resource "localstack-core" do - url "https://files.pythonhosted.org/packages/d8/7f/5fc41099382be3bc7f92427e0ea165b8ad50075cb01963769af6d8f96f58/localstack_core-4.4.0.tar.gz" - sha256 "02ed647d51946c09f2f77ff6dbec358eae676cbe2779ce13418133727fc00b37" + url "https://files.pythonhosted.org/packages/cc/24/840843f39d331acdc36f4bcfb094922e2f5a4547473f2db18abaf16c3641/localstack_core-4.5.0.tar.gz" + sha256 "2930c0a67dad7f88d2690c0b8720a8b605774c6edf819593ab0328fd14a3e395" end resource "localstack-ext" do - url "https://files.pythonhosted.org/packages/a8/52/4ec536ece083fb7127f8b88087ec1d383c8bdc2e7b463cc276808ab323cc/localstack_ext-4.4.0.tar.gz" - sha256 "cbf8a733dec7fa7b984f2796d7a64b93b1280774dbe549cd26415a8d2def0088" + url "https://files.pythonhosted.org/packages/7e/c7/d63c41166e2d7fd6bd469c12a49f11848f42762be803260f93fd48fd8c52/localstack_ext-4.5.0.tar.gz" + sha256 "7d7c30ce3edbe822a5ff3db063d323ae3360c346d6719c83447fbd9188462556" end resource "markdown-it-py" do From f6043439dcdf54ff85438a2ceb292d00e55cf1bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:06:55 +0000 Subject: [PATCH 02948/10074] locust 2.37.8 --- Formula/l/locust.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index fabcb0f5a872d..161590eac7c6c 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -3,8 +3,8 @@ class Locust < Formula desc "Scalable user load testing tool written in Python" homepage "https://locust.io/" - url "https://files.pythonhosted.org/packages/7a/53/09abcf585c001deec3d6c2ccf13ca5d2b59645da6c9458fe830189e1bfe3/locust-2.37.7.tar.gz" - sha256 "9421ff51ce023a5ddff74f2544a13310f7929ca02452be2663130ffab26585a1" + url "https://files.pythonhosted.org/packages/66/18/7b79da791bd5f292f7ba163e085fe975be275b976da223367138ac785123/locust-2.37.8.tar.gz" + sha256 "72461c0060028d7e0673b3c54d7e4a4136887d7aa168c21cd54a7a7a05a387b1" license "MIT" bottle do @@ -69,8 +69,8 @@ class Locust < Formula end resource "gevent" do - url "https://files.pythonhosted.org/packages/ab/75/a53f1cb732420f5e5d79b2563fc3504d22115e7ecfe7966e5cf9b3582ae7/gevent-24.11.1.tar.gz" - sha256 "8bd1419114e9e4a3ed33a5bad766afff9a3cf765cb440a582a1b3a9bc80c1aca" + url "https://files.pythonhosted.org/packages/f1/58/267e8160aea00ab00acd2de97197eecfe307064a376fb5c892870a8a6159/gevent-25.5.1.tar.gz" + sha256 "582c948fa9a23188b890d0bc130734a506d039a2e5ad87dae276a456cc683e61" end resource "geventhttpclient" do @@ -104,8 +104,8 @@ class Locust < Formula end resource "locust-cloud" do - url "https://files.pythonhosted.org/packages/69/cb/db2d9dd27317d22d98f7a4a0eebbe4dc6ff24e44c0ae509118370e605c3b/locust_cloud-1.23.0.tar.gz" - sha256 "4038a09eda858b483ced20f5cb82caf3f866244c2c7864e0da5c32722b97f532" + url "https://files.pythonhosted.org/packages/bd/7c/d9cbbd051490aeedfbd6ddda8ad48f77dd848ee490f6ebd166d20db5911e/locust_cloud-1.23.1.tar.gz" + sha256 "a09161752b8c9a9205e97cef5223ee3ad967bc2d91c52d61952aaa3da6802a55" end resource "markupsafe" do @@ -129,8 +129,8 @@ class Locust < Formula end resource "python-engineio" do - url "https://files.pythonhosted.org/packages/3c/9d/8492fbde3d4cb0e052de8a91a09754f222b5093f0342ef2dac92d60c751f/python_engineio-4.12.1.tar.gz" - sha256 "9f2b5a645c416208a9c727254316d487252493de52bee0ff70dc29ca9210397e" + url "https://files.pythonhosted.org/packages/ba/0b/67295279b66835f9fa7a491650efcd78b20321c127036eef62c11a31e028/python_engineio-4.12.2.tar.gz" + sha256 "e7e712ffe1be1f6a05ee5f951e72d434854a32fcfc7f6e4d9d3cae24ec70defa" end resource "python-socketio" do From a770c69ba034900a5281794c4ca3eafc64c57dcb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:08:31 +0000 Subject: [PATCH 02949/10074] mcpm 1.13.3 --- Formula/m/mcpm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 72ffc91eac1cc..5372948469d95 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -3,8 +3,8 @@ class Mcpm < Formula desc "Open source, community-driven MCP server and client manager" homepage "https://mcpm.sh/" - url "https://files.pythonhosted.org/packages/48/af/3c3dea68e13b1508b81b89e3598cf63137074e3258a85169e37a7cbc63f4/mcpm-1.13.2.tar.gz" - sha256 "807ae819a699b97cfaff76620b5aad57fe4d74ab59634b81c473496413f5a17a" + url "https://files.pythonhosted.org/packages/16/e0/18cc963f433fdc934de57efb49b97ee6a3bf0905cfcd6f30367c33fa6fc2/mcpm-1.13.3.tar.gz" + sha256 "39b93f84704535e794df1879e0a32a822091094dbf325df6b585394aaa48ceed" license "MIT" bottle do From bf3ef133dbcbcf45dfc66ea3784b6103b931b0ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:10:32 +0000 Subject: [PATCH 02950/10074] jupyterlab: bump python resources --- Formula/j/jupyterlab.rb | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Formula/j/jupyterlab.rb b/Formula/j/jupyterlab.rb index ed529385e83e5..77e6fd6a3b69a 100644 --- a/Formula/j/jupyterlab.rb +++ b/Formula/j/jupyterlab.rb @@ -9,6 +9,7 @@ class Jupyterlab < Formula "BSD-3-Clause", "MIT", # semver.py ] + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "04d8db256c7fc9f12cd482e9880ab3f0846ec60afaf591bfe15991a33a24a5be" @@ -45,8 +46,8 @@ class Jupyterlab < Formula end resource "argon2-cffi" do - url "https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f/argon2_cffi-23.1.0.tar.gz" - sha256 "879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08" + url "https://files.pythonhosted.org/packages/0e/89/ce5af8a7d472a67cc819d5d998aa8c82c5d860608c4db9f46f1162d7dab9/argon2_cffi-25.1.0.tar.gz" + sha256 "694ae5cc8a42f4c4e2bf2ca0e64e51e23a040c6a517a85074683d3959e1346c1" end resource "argon2-cffi-bindings" do @@ -175,8 +176,8 @@ class Jupyterlab < Formula end resource "ipython" do - url "https://files.pythonhosted.org/packages/9d/02/63a84444a7409b3c0acd1de9ffe524660e0e5d82ee473e78b45e5bfb64a4/ipython-9.2.0.tar.gz" - sha256 "62a9373dbc12f28f9feaf4700d052195bf89806279fc8ca11f3f54017d04751b" + url "https://files.pythonhosted.org/packages/dc/09/4c7e06b96fbd203e06567b60fb41b06db606b6a82db6db7b2c85bb72a15c/ipython-9.3.0.tar.gz" + sha256 "79eb896f9f23f50ad16c3bc205f686f6e030ad246cc309c6279a242b14afe9d8" end resource "ipython-pygments-lexers" do @@ -210,8 +211,8 @@ class Jupyterlab < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -230,8 +231,8 @@ class Jupyterlab < Formula end resource "jupyter-core" do - url "https://files.pythonhosted.org/packages/b8/62/89f32e5cda8d581595624d574229fd4997b987d3ff35098bf0c634647fa2/jupyter_core-5.8.0.tar.gz" - sha256 "eac0af6bc62f66cd5faaf84fe9613e4f2eaf1a8b183bc097403822bd5122c86e" + url "https://files.pythonhosted.org/packages/99/1b/72906d554acfeb588332eaaa6f61577705e9ec752ddb486f302dafa292d9/jupyter_core-5.8.1.tar.gz" + sha256 "0a5f9706f70e64786b75acba995988915ebd4601c8a52e534a40b51c95f59941" end resource "jupyter-events" do @@ -300,8 +301,8 @@ class Jupyterlab < Formula end resource "notebook" do - url "https://files.pythonhosted.org/packages/ba/55/0a1b8fdf48b6de67b52b23b9670c20b81e649420d6b973c70be14cff99cd/notebook-7.4.2.tar.gz" - sha256 "e739defd28c3f615a6bfb0a2564bd75018a9cc6613aa00bbd9c15e68eed2de1b" + url "https://files.pythonhosted.org/packages/dc/21/4f83b15e483da4f4f63928edd0cb08b6e7d33f8a15c23b116a90c44c6235/notebook-7.4.3.tar.gz" + sha256 "a1567481cd3853f2610ee0ecf5dfa12bb508e878ee8f92152c134ef7f0568a76" end resource "notebook-shim" do @@ -350,8 +351,8 @@ class Jupyterlab < Formula end resource "prometheus-client" do - url "https://files.pythonhosted.org/packages/5b/5a/3fa1fa7e91a203759aaf316be394f70f2ef598d589b9785a8611b6094c00/prometheus_client-0.22.0.tar.gz" - sha256 "18da1d2241ac2d10c8d2110f13eedcd5c7c0c8af18c926e8731f04fc10cd575c" + url "https://files.pythonhosted.org/packages/5e/cf/40dde0a2be27cc1eb41e333d1a674a74ce8b8b0457269cc640fd42b07cf7/prometheus_client-0.22.1.tar.gz" + sha256 "190f1331e783cf21eb60bca559354e0a4d4378facecf78f5428c39b675d20d28" end resource "prompt-toolkit" do @@ -435,8 +436,8 @@ class Jupyterlab < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -490,8 +491,8 @@ class Jupyterlab < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "uri-template" do From 3c827701ec229392f578e44e19b00cb3bd941aa1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:10:40 +0000 Subject: [PATCH 02951/10074] nickel 1.12.0 --- Formula/n/nickel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nickel.rb b/Formula/n/nickel.rb index c93a84ddb8e6a..43890e4192978 100644 --- a/Formula/n/nickel.rb +++ b/Formula/n/nickel.rb @@ -1,8 +1,8 @@ class Nickel < Formula desc "Better configuration for less" homepage "https://nickel-lang.org/" - url "https://github.com/tweag/nickel/archive/refs/tags/1.11.0.tar.gz" - sha256 "b80e9bdd3c28644135ba757b0b2d38e63152ef9f045973ea4dd955630d3ed6d3" + url "https://github.com/tweag/nickel/archive/refs/tags/1.12.0.tar.gz" + sha256 "7c5fa70c5fde72dd8dc8e7a67d49df8699aaf4e71901ba983bc2fa4fa317de8c" license "MIT" head "https://github.com/tweag/nickel.git", branch: "master" From 0eb7caff982dfde5402d56fbcc6fb51c8bed6641 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:11:21 +0000 Subject: [PATCH 02952/10074] observerward 2025.6.5 --- Formula/o/observerward.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/observerward.rb b/Formula/o/observerward.rb index 030bf9b34b2d4..c8a5aab1707d2 100644 --- a/Formula/o/observerward.rb +++ b/Formula/o/observerward.rb @@ -1,8 +1,8 @@ class Observerward < Formula desc "Web application and service fingerprint identification tool" homepage "https://emo-crab.github.io/observer_ward/" - url "https://github.com/emo-crab/observer_ward/archive/refs/tags/v2025.5.15.tar.gz" - sha256 "c7c6b546f411c7fc05c72f81e1a78a42337b628ea6ad555f93f882c6f5256708" + url "https://github.com/emo-crab/observer_ward/archive/refs/tags/v2025.6.5.tar.gz" + sha256 "7edf8db2e601b9d240bd847541c40e7001e6223344c181da7e7aeb80dcb22d72" license "GPL-3.0-only" bottle do From bbf04d0158ddc344f6df40ff1f277626bf7b11d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:12:14 +0000 Subject: [PATCH 02953/10074] snakemake: bump python resources --- Formula/s/snakemake.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index ff97a4deae15f..67af2f804b110 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -6,6 +6,7 @@ class Snakemake < Formula url "https://files.pythonhosted.org/packages/bc/32/13663b412501ed32fbab35a69278888a96918f2bf1a4259964d4d10fcdca/snakemake-9.5.1.tar.gz" sha256 "480367b560b7c643eb8575274b4537b20e3cba23f2502b4d221a10e88703f6bd" license "MIT" + revision 1 head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do @@ -50,8 +51,8 @@ class Snakemake < Formula end resource "configargparse" do - url "https://files.pythonhosted.org/packages/70/8a/73f1008adfad01cb923255b924b1528727b8270e67cb4ef41eabdc7d783e/ConfigArgParse-1.7.tar.gz" - sha256 "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" + url "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz" + sha256 "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" end resource "connection-pool" do @@ -105,8 +106,8 @@ class Snakemake < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -115,8 +116,8 @@ class Snakemake < Formula end resource "jupyter-core" do - url "https://files.pythonhosted.org/packages/00/11/b56381fa6c3f4cc5d2cf54a7dbf98ad9aa0b339ef7a601d6053538b079a7/jupyter_core-5.7.2.tar.gz" - sha256 "aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9" + url "https://files.pythonhosted.org/packages/99/1b/72906d554acfeb588332eaaa6f61577705e9ec752ddb486f302dafa292d9/jupyter_core-5.8.1.tar.gz" + sha256 "0a5f9706f70e64786b75acba995988915ebd4601c8a52e534a40b51c95f59941" end resource "markupsafe" do From 2ece6e3a580e341b4e52f71723b79f8885ce8c0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:16:01 +0000 Subject: [PATCH 02954/10074] renovate 40.42.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index b133f18f39b74..30587bc2bb4b8 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.41.0.tgz" - sha256 "8287f7bf23bfa2076b07cb943b9611183f768726eba745634de4ceadfa0cf652" + url "https://registry.npmjs.org/renovate/-/renovate-40.42.0.tgz" + sha256 "3c45aa3d07bff8770d1b49b64dafe9f936f1c1548440b22b921fe3a5b3fb94d9" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From b7233194b0f77cf318bfa8974af18d6940963981 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:20:55 +0000 Subject: [PATCH 02955/10074] tree-sitter 0.25.6 --- Formula/t/tree-sitter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tree-sitter.rb b/Formula/t/tree-sitter.rb index d25edfa9121f4..c5542ee97faba 100644 --- a/Formula/t/tree-sitter.rb +++ b/Formula/t/tree-sitter.rb @@ -1,8 +1,8 @@ class TreeSitter < Formula desc "Parser generator tool and incremental parsing library" homepage "https://tree-sitter.github.io/" - url "https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.25.5.tar.gz" - sha256 "17a72b9dd7525b01d8fabf9ebee0edd3203fe3058ccc73cbc5e2070ccbe26c0d" + url "https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.25.6.tar.gz" + sha256 "ac6ed919c6d849e8553e246d5cd3fa22661f6c7b6497299264af433f3629957c" license "MIT" head "https://github.com/tree-sitter/tree-sitter.git", branch: "master" From 422f5c189b3a3eae19304f8dc08ddbbb80209681 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:36:41 +0000 Subject: [PATCH 02956/10074] observerward: update 2025.6.5 bottle. --- Formula/o/observerward.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/observerward.rb b/Formula/o/observerward.rb index c8a5aab1707d2..cba64ded4055f 100644 --- a/Formula/o/observerward.rb +++ b/Formula/o/observerward.rb @@ -6,13 +6,13 @@ class Observerward < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a91d718b3fed1b3e8eafacd6ed00d7f785ee44df5afd77617f711275d127cd2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1225c14ac4d89b0f6d98e32b99bc8a49198f402ea52fe530615b39e3666f8b3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "09122df4ec6181ea8327efdf7828423082617cec80d82b874857fa26e5cd0ad9" - sha256 cellar: :any_skip_relocation, sonoma: "47e0c202ce6d9035a2628bebec2ad98c1ea9eeb51a075967ba16e028e8ef4e5a" - sha256 cellar: :any_skip_relocation, ventura: "c18b353c57bc5d4d088d3ef0c6bf168a942036e0ae0896436acfe4d9c41fa2df" - sha256 cellar: :any_skip_relocation, arm64_linux: "d1730c67652acef23a72664f496516bdc199f47008a75d5c373edfae25914619" - sha256 cellar: :any_skip_relocation, x86_64_linux: "16254e5e8789333392aefd58d3fcd2d6391d14d94aaf73ceeba71aaed67a6523" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9577e53d522d64463c5d9dd71ed249c0e6b15ebaa7947f092c4883fcc693bd3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "80360761860259008435c8a14b651c29d176158f11395832abb8ed8e85765e47" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d51ba2b0e1d31c365c50ed7521b4163b5092a482572e82a010333e82b32891db" + sha256 cellar: :any_skip_relocation, sonoma: "12ca31db6a4219cf54f6a78d196b643682f40d730f40126cfdda27cdb23c030a" + sha256 cellar: :any_skip_relocation, ventura: "31c1921772d357f0282fba0231d6e32f3fd42e78e11944eaf616fcd253488628" + sha256 cellar: :any_skip_relocation, arm64_linux: "d5492c7bda875b5e31d79b0d055299743c011f5906f31e666b0d6c3550bff5e6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e5eb721b0bac0cff945e2c75177cdb605d846b4331347dd3f4435f3c016ecf5" end depends_on "rust" => :build From 7c693f7ee3a0952bcfeb6a688edecc3074ea1eb8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:37:05 +0000 Subject: [PATCH 02957/10074] httm: update 0.48.2 bottle. --- Formula/h/httm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index df2c0a241aab1..7b6cc0d907f2a 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -7,13 +7,13 @@ class Httm < Formula head "https://github.com/kimono-koans/httm.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "97c63277b92441e802ddd810d962a470eab0056cf617c9a0fe28e1da6d3af13e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9520271ad05a88104aed251a22dc53c56bead23b8c4aba642a9e3896d0be1c0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "654bb68f973209d396ad66352de2c3c4b737785db8ac30e0ad45b9c223dd2144" - sha256 cellar: :any_skip_relocation, sonoma: "82c6cc3dbf8104924655953da7bd6b42f2cc98896acdc1aa1046c04d7da979a8" - sha256 cellar: :any_skip_relocation, ventura: "a1fb4fd87744d71f75fe671e995348647c172485dedde754dfb5e6b20bdd9bd4" - sha256 cellar: :any_skip_relocation, arm64_linux: "09ee448fec641694d95e1df884dc59826301ecae536fb5bc727c8b2d5ba57d10" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dfd381987b25c8f68a3d0b1fbd387e31fcef72b4d13bc50a38cca0cbeace3a6d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2df9bbacfca7a995fa4d1f1737531be60a6f5bb88e1ebe9da275b872d6786a62" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "78cdcc0abef2139f18de5784260308b890df3a4790906edbc7ea07b1a0375df4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "96b6445226f2a5ecd66ec8b1ae1dbf3538a6400c7f17805348caa8dfc46f2864" + sha256 cellar: :any_skip_relocation, sonoma: "e9bdd149494d268947dca27ab4e39824bcd47a5190d418a2d5780b790057643c" + sha256 cellar: :any_skip_relocation, ventura: "948384b821b44fd64aa5e62fa789844a5957320a70da20869ef23a86cc15f00d" + sha256 cellar: :any_skip_relocation, arm64_linux: "cb124b8c0620d15a9d2f98d9c1f29275a171958a5c5c354eac11816fea68d3d5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4fd6174b0d98babfc93791899a2b55e976489b5162cf56362f66c1db248eb60a" end depends_on "rust" => :build From 960359651b361ca436e9b3419ba5c9585bbf27b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:37:05 +0000 Subject: [PATCH 02958/10074] jackett: update 0.22.1992 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index ddfc2adf29b5c..753d45c9a007a 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "06ff329ccaa981c598a2678be45dbbd485982ef486e09205e75e837e4a382022" - sha256 cellar: :any, arm64_sonoma: "f49a8ad7b38fbfc0530dc78e99e19376c881f16f3a2281c636dc80898c8ed658" - sha256 cellar: :any, arm64_ventura: "6400796b6d915bdcee38fcc3bb6f9b1fdd324bff779a537829ff8650c507f5d4" - sha256 cellar: :any, ventura: "397bc06772bb0f2f86953659f67f1d245adc94efcf4d74aac627245829bd2f97" - sha256 cellar: :any_skip_relocation, arm64_linux: "73ef536d3e71c62e275ed587964850e3b62a3c782e654bb2ee2f013645ecf5b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9152af1d380bf8c5ffac3905c409e12c82d4f9d9166dd3e8d882594d8dbeac0d" + sha256 cellar: :any, arm64_sequoia: "a1c6674f7dd0230af780e1088b8c27d25821b2a8459bac32f1d26fc48215d9f5" + sha256 cellar: :any, arm64_sonoma: "7e6ad1f744deead48cd2dd58ea8bbd6831fb3e814e57d24b77f19a9187c3369e" + sha256 cellar: :any, arm64_ventura: "beb3eb7b4b9b27bb2c4ea4c5b19c2cfec24bceb28f01b72d3aeb0be3a5cf8976" + sha256 cellar: :any, ventura: "4238c63e510acddd24614b017e50dc14ef84cf41dfca87de68ab36e4875ed6f4" + sha256 cellar: :any_skip_relocation, arm64_linux: "3777a8dba39518a6c21998cf6e50fc90cdbbd42e0bc73a5065d7985ab9174684" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d9c0b36fcf359d473d7b9c60c671d59df427b0292eaac5cef682337f835f50c1" end depends_on "dotnet@8" From e20ed6f003c624d3628aad26aece2b877f7b45df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:37:08 +0000 Subject: [PATCH 02959/10074] cdk8s: update 2.200.91 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 796b23fcab4d8..3dcc71b33bd95 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" - sha256 cellar: :any_skip_relocation, sonoma: "130f8e54fcb3468910558229ac6f12d3a204766f5f1031331b10c61e0ce47824" - sha256 cellar: :any_skip_relocation, ventura: "130f8e54fcb3468910558229ac6f12d3a204766f5f1031331b10c61e0ce47824" - sha256 cellar: :any_skip_relocation, arm64_linux: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "081f3da434d2eca2b0f4efdc83fc7d7e800e16893687427016c8650254e6cce3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" + sha256 cellar: :any_skip_relocation, arm64_ventura: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" + sha256 cellar: :any_skip_relocation, sonoma: "43349a0f0e6d6dcb20a9d2c8938afaba8a60d81801e66f8c4a02feaf90fdb40e" + sha256 cellar: :any_skip_relocation, ventura: "43349a0f0e6d6dcb20a9d2c8938afaba8a60d81801e66f8c4a02feaf90fdb40e" + sha256 cellar: :any_skip_relocation, arm64_linux: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" end depends_on "node" From 05a9be5ddf6f380d76d7bd1586201d8adb2eb3d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:38:16 +0000 Subject: [PATCH 02960/10074] livekit: update 1.9.0 bottle. --- Formula/l/livekit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/livekit.rb b/Formula/l/livekit.rb index fba1fdccbefc7..8ae0d4c2b094f 100644 --- a/Formula/l/livekit.rb +++ b/Formula/l/livekit.rb @@ -15,13 +15,13 @@ class Livekit < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ef82db04363d45ab654267b6b6d42f3ebaf963e32fe85822a3de975526120a3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a3282abaaa1488019c591bd9c0af765fca1c12fae0ea1a6aede0ac76fdf1c9c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "17290cbafc8372a9bde48ff0bc2c25ad4b704ed23624fed7ee97cc9e5301ae6b" - sha256 cellar: :any_skip_relocation, sonoma: "d99f165e20d63341da6610299223e86b198e8f54cc119e543e68e101b37d0a3b" - sha256 cellar: :any_skip_relocation, ventura: "5cb46dad2113e234e365fdb6ee29c43064e6ba485dedadf81e68fdc7f7d7f9fc" - sha256 cellar: :any_skip_relocation, arm64_linux: "2f57e6e5585699ced285f226bd879f8c6846c6b3dc97299991537a423de62488" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b4945600f64b103b53f77d28bc891d482788efbccdc4db5eda55894a5cec3ab" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "87d0fcc931ad2190afc520eacf64c11a3de93eae38355ff30c12e69b52ed5cca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e04b597f894fa09a309dc58876672364f4a59365d10ce0816abd249c9ab4edb1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "678485b983f20f2623ec565ce2e4730f5e9745f1e0cd803098cf65657746f4c5" + sha256 cellar: :any_skip_relocation, sonoma: "55142ccfe82e873c50a246786c983d56a4280db237b3a0f3c68efbb334271044" + sha256 cellar: :any_skip_relocation, ventura: "d2118f49cfe7a7ccf782ac834b2553f1670d61affeec4b05abc2517849c05f2b" + sha256 cellar: :any_skip_relocation, arm64_linux: "d73d79fdce10aaeb241bed157768711f1822e88fe990c17a1136c623b72789ce" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9c76da4c5629de61ddfcc7ddd727abf3e91c5f322e18b76c54ce5835162691e9" end depends_on "go" => :build From 210772f8ddcbb811c44a51f762b15a2527476280 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:41:17 +0000 Subject: [PATCH 02961/10074] nickel: update 1.12.0 bottle. --- Formula/n/nickel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nickel.rb b/Formula/n/nickel.rb index 43890e4192978..af2d0941ac7db 100644 --- a/Formula/n/nickel.rb +++ b/Formula/n/nickel.rb @@ -12,13 +12,13 @@ class Nickel < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3993b5e0839d124ed4f5576a6d8c1aef7a4e5fa2824bf82915c1fe758f56c149" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f52b6ce6114559b2f6d0b8fda667756411cc6aa84ef91977b22ae51753db0061" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b441b7c58a2a8b98855e07f7a571e60e53a8933d23446ef99107d4918b5a2f99" - sha256 cellar: :any_skip_relocation, sonoma: "5a55d8b72a2cdba23a84607173d908f02cc41efd03da6a217c330994710a8c5a" - sha256 cellar: :any_skip_relocation, ventura: "61f0f0e97440c7a9f9a627090f47b998a21ca4cd40242cc727de75a65a9128ea" - sha256 cellar: :any_skip_relocation, arm64_linux: "788a1e37a667b69394949007add28911d146a71ed696967db1a18ddd28f1b4e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "73b50599a34cf55be4723120ff5f829fb6089de57e7b043451f37dc37b733e0b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9095dcc4557e521e5bbe3b1547486e8f3ee1e7cbd1c418b048da27a4e0657fc3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "417b6824bd2e2fcdc3b606f11f5044065af05d431bc83479c2b726c5ef93312f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "06125c9b11ef0f9d07f1e027378defbb368dd50ddc17dc76d5d8eb19b6ada48f" + sha256 cellar: :any_skip_relocation, sonoma: "793450ce85ea59ae705779bdb9de9430c334f412f07d2e9d53835ed2778ab4da" + sha256 cellar: :any_skip_relocation, ventura: "f187e63164a60d7db69cdf16457d6a4ce2c9f966cf5045792dd02800bfe54b57" + sha256 cellar: :any_skip_relocation, arm64_linux: "a0371e0def463889b937a7ce42d724bfda39885d8bd7c317fc6226a49db68424" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ade8a36a0a297ef076ffd761d51f623f4891b00d4a4d701312c4e0e757de87d" end depends_on "rust" => :build From 98a8994f512093367ba889e2bdd6389a15d8d07e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:54:47 +0000 Subject: [PATCH 02962/10074] locust: update 2.37.8 bottle. --- Formula/l/locust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 161590eac7c6c..43560bc73c8f3 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -8,13 +8,13 @@ class Locust < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "1e29aa9538c4b8ec7db5bdb5b9f454316e767b483f578ec9562842481450229b" - sha256 cellar: :any, arm64_sonoma: "1585f0a6facb09c54596a60824bc4c3ad80f6fc4ffc5aff43ddbbbb7a1dfb110" - sha256 cellar: :any, arm64_ventura: "063edc8e6272fe92d63cb619a0517c4eb67c0828e3acbdcd14e19118e88df92b" - sha256 cellar: :any, sonoma: "3e365179ce0e0247cb756fb02fbef5369a37556f4d875ccbbcf8bfec5a75c7d7" - sha256 cellar: :any, ventura: "1faced76dbceb7d77f4b79ef0fea0030b5a1e74c203338f0673a480cff54efa8" - sha256 cellar: :any_skip_relocation, arm64_linux: "84535c86ea60711a404a60e443e42a69c7a2dbbe355c13fe002983d4b95c5c86" - sha256 cellar: :any_skip_relocation, x86_64_linux: "229190165a0ff9f0f5871a10ee8918104e9051c43bf8f60c844d098717933dfa" + sha256 cellar: :any, arm64_sequoia: "79a98539c4cc6b555631818ac4eecf728bd8e6219217ee33a4f4d43ceb009f1a" + sha256 cellar: :any, arm64_sonoma: "8d7b05e9bba3c3b3fa99e0fc029021c4aa427aeaf613c8833da9667f1bf7a3be" + sha256 cellar: :any, arm64_ventura: "1165391d1a5d4aa36e07ed47d494b98cb0e223c481330952eecdbd5069f92e87" + sha256 cellar: :any, sonoma: "75e64ebb562a41900fbc45976416e9598ccdf0c121b39b8d24271eb51acaa464" + sha256 cellar: :any, ventura: "c633bd121fcc3a180df27d65476f3c52e40685b715b6ed972b466e4e18d0db0a" + sha256 cellar: :any_skip_relocation, arm64_linux: "a867e7775c26dab8b4b155f171490914a504b14df445abff2172263017d33792" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a05faef3d834a608c5c3c3571c492599b143569f430f22094ff1e424efb48e5a" end depends_on "cmake" => :build # for pyzmq From 3bfa448210f4b4ad8671d5edd384a1c5af96eaf4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:14:26 +0000 Subject: [PATCH 02963/10074] localstack: update 4.5.0 bottle. --- Formula/l/localstack.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/localstack.rb b/Formula/l/localstack.rb index bd83bb6e18b68..8b389a5d0147a 100644 --- a/Formula/l/localstack.rb +++ b/Formula/l/localstack.rb @@ -8,12 +8,12 @@ class Localstack < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "5e016059881bd0593c98d739e2b6f3c76c4643f628a7838b7329f425e894b010" - sha256 cellar: :any, arm64_sonoma: "edb73dfa7116e32f969cfedeeb173d038f5a56c1e0f72b1b15d488260048743b" - sha256 cellar: :any, arm64_ventura: "10930be4b785cd9191a4ac39f5855e9a83af264446f8d8e123125ed2f101c0cb" - sha256 cellar: :any, sonoma: "121fed99d0ba585fdd952cec67b1b900bdebecf9c1fd066a50a3087813f473d3" - sha256 cellar: :any, ventura: "446780d9fa301a9c5f6a2c8626c3988f52f6001d759e11c94f7f53302c020a70" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9016027b0d67e9e842f045f3bd465f56ff7d9ed29786a550ae121a6f232955c6" + sha256 cellar: :any, arm64_sequoia: "3e155db3147456b4be7dc72f6c544c9d9e4fd425d3689de227e127df3c40d442" + sha256 cellar: :any, arm64_sonoma: "f9c1a8cf77bceb21e9ff6128f438c3d8c86be2ab8052e6e5712b1ab8636330aa" + sha256 cellar: :any, arm64_ventura: "98a67aeccdfe8e3d9632e2c391c76d72ab18f7f2ba69eb1ae82bf295fa7e9918" + sha256 cellar: :any, sonoma: "00f0f29fb48ff85be905cd0589c9179c1bc8d0bfa6d53c192b120a21b785c165" + sha256 cellar: :any, ventura: "abb29cc12c74e498094575510acdf34116742a5685026813370c93529ac8ab72" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0cd8da867b1949c96bfe5f1e6c8bc24ecfeb65c6db6b6662c354265796e39b19" end depends_on "docker" => :test From 9383cc2eba953f254f8514ed5676fcec0e1d4528 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:15:01 +0000 Subject: [PATCH 02964/10074] renovate: update 40.42.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 30587bc2bb4b8..1bb34eca08536 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f38374764952eff7fada93fa8c722397732686fa75d5ba46398f4b0ed0baf498" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ad2ccdaa564baf81cd5094a2c709e53d3f0d806a51e4d7b87e2e4ca6834dece" - sha256 cellar: :any_skip_relocation, arm64_ventura: "44b846deed99ce64a4e6a6035c09682e6586bd992ff01d071ca61a4e451fef87" - sha256 cellar: :any_skip_relocation, sonoma: "715e0169fff1b2428ea1858fb3f53596ba7c1c139e7fec481571134f91bc31d5" - sha256 cellar: :any_skip_relocation, ventura: "96344ed6cf2336048aa9e4c5e87ef40deb6ec40892e235ec7ecebeb189972afb" - sha256 cellar: :any_skip_relocation, arm64_linux: "16d5f1b6c82d0bafa0a2d9cf082685f18b8a77c1304e796cf3d05afaa83b1f98" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fcd1dc127903671c542d00a4970f76cfd2460d150546207619bcb5de75a32bce" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b49dfa2822525648186ef190a25697ac869ae53b1eb8b0d2b51e27c74ffeef32" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4181bc3a6894195f334fbb101b95ca57542218679a3ef4e8ec8459d30e343063" + sha256 cellar: :any_skip_relocation, arm64_ventura: "df2bcf905099c732052ea4ad692d2db9b759cf46fc8f2aa1d7eba45f726cc450" + sha256 cellar: :any_skip_relocation, sonoma: "373ea297c720287cc96cc229f47bd72a5aabf4fb5eac609a077578cb2a6f66b8" + sha256 cellar: :any_skip_relocation, ventura: "5433b59564ee7644c3d0f13ad8b0a7e847415aca08098a3f9af576894bc63785" + sha256 cellar: :any_skip_relocation, arm64_linux: "d03624f0dc2257238165bc98c9b6c69f6d441b36d1ce78b81cb9bffd8196c68e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "49b107ccd02d8508588ec7538ff1e09f23737d4e0d17ca2073d4c771ce83dc1c" end depends_on "node@22" From 6763ae7b9a24f04a29afec532623972a68e2e955 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:17:51 +0000 Subject: [PATCH 02965/10074] snakemake: update 9.5.1_1 bottle. --- Formula/s/snakemake.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index 67af2f804b110..edb39ce4d4d70 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -10,13 +10,13 @@ class Snakemake < Formula head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "a6c33ba4cdb87e70b357e1f8c94af8e8ab46fbc1963acb48bf9a608945a3c0b8" - sha256 cellar: :any, arm64_sonoma: "34dd5a7e0104db7a93bbd7fd2da0820d1f076a6001f7ecc24f58bed7d0c7252c" - sha256 cellar: :any, arm64_ventura: "342986dbf5453572f1e81e4f365c27355884a8daf3c4e84ef1c7f26410facfb4" - sha256 cellar: :any, sonoma: "84215a0b25efa705b4522d6e02e081be6b1248ee7eda697e5d49c58dbf0ceb5c" - sha256 cellar: :any, ventura: "d5ff9fd236f2ae0a957f1754eaf67634d6c9be80ce8123f324108dbe3d12ce7c" - sha256 cellar: :any_skip_relocation, arm64_linux: "b3d02633ff9297e56173f22339a4ed55659ca4b45b8300dbcd480a70b9bf3deb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ac867a1f0d73f6ef32a1cd05a52ad8e93d7e52030376c30f407544aa40c1d4d" + sha256 cellar: :any, arm64_sequoia: "19c96c1a9b3893b7856c966e181415de8fa1561a2139dfffb5c7f858c572aaa6" + sha256 cellar: :any, arm64_sonoma: "fb501463b0c2280718178747cf279e71d142711f20aa5a476afa63919e1a704b" + sha256 cellar: :any, arm64_ventura: "d0d600bab277c45f6e7798451ce1a8a9bb4e518eaa9745e3e04205006ee33fa6" + sha256 cellar: :any, sonoma: "2700adb0ea854b90b7f78507a25e09ede657613f989c2e59b3644f4918403640" + sha256 cellar: :any, ventura: "4e7212ff12cb4df26a9a2515f6e3c1be792819f838d06c8577dd0d1d843687b8" + sha256 cellar: :any_skip_relocation, arm64_linux: "8ddd9f193ec9e2b594b61173ca1fdd2426dfdc73da41f54a65399bdd1c37e322" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fef0e8230c40de3e49a3f72eebb9c62f83e90af881877b0d4092ca32c7e201df" end depends_on "rust" => :build From 167b6c77fcecff9952dfc6ea2463bc3eee126c8a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:18:17 +0000 Subject: [PATCH 02966/10074] mcpm: update 1.13.3 bottle. --- Formula/m/mcpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 5372948469d95..514533988d194 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -8,13 +8,13 @@ class Mcpm < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "5119f595982c3aa5cfbcfe16765c671080388b8a8be65fae850af333439a522d" - sha256 cellar: :any, arm64_sonoma: "755b2bf9a0e3397dfcf6d47829152eaa8ea85142e44b2bdce1b562cd5706d84e" - sha256 cellar: :any, arm64_ventura: "73ad6e72b6697ea350ec3ee35577f4e3d0949656869ba4054aa190f07a83292b" - sha256 cellar: :any, sonoma: "c30c0ab8ad98908095a0de16f670b1dfac79b7e8a4b468c67cb05768c02b29bf" - sha256 cellar: :any, ventura: "bc8d9de8aad146a675a79196fbf83342273f0b6098f1bfda889ef638bdd68e77" - sha256 cellar: :any_skip_relocation, arm64_linux: "f3e3eeb2cd76891f354360890be6002c64d532399ed898ec3fe06e9702d8306d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "47b24d7643a0a5f35793aa5045a84192d992afd1d12e7438780dae63ca20a787" + sha256 cellar: :any, arm64_sequoia: "6e02007e534ebd5f083d7761668da8c1933cc9be22ccf7d638fb14b8a9ba264d" + sha256 cellar: :any, arm64_sonoma: "33139660a7a84376674ec5459fcd94159f0946dcea9755c7aec943447dbba8d4" + sha256 cellar: :any, arm64_ventura: "755b7450fcd6ac60ca91b1705ac19527c937e92a0d109c37b9b05338af70ae14" + sha256 cellar: :any, sonoma: "e73a98c593d19e3da262083164807a207dbbef443be1fb725c67d20084d9451c" + sha256 cellar: :any, ventura: "bc2cd4f32da055322ecefe4bbf13db0c46fd8b7db07058bbf199db0b12eb44b5" + sha256 cellar: :any_skip_relocation, arm64_linux: "12ebb1c844752c8f7cbbbfa3f259e1f7d462d6c8411e9951680845c5ec5e7bd4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0cfdc89e1a9e30c8f0afdf46c2af6c0e0b76e752b796c81ee31f19b14cf93db1" end depends_on "rust" => :build From da736e136e07f0ccbc3dba1472d315378e893a9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:27:21 +0000 Subject: [PATCH 02967/10074] jupyterlab: update 4.4.3_1 bottle. --- Formula/j/jupyterlab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jupyterlab.rb b/Formula/j/jupyterlab.rb index 77e6fd6a3b69a..8c6d46cdfebaf 100644 --- a/Formula/j/jupyterlab.rb +++ b/Formula/j/jupyterlab.rb @@ -12,13 +12,13 @@ class Jupyterlab < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "04d8db256c7fc9f12cd482e9880ab3f0846ec60afaf591bfe15991a33a24a5be" - sha256 cellar: :any, arm64_sonoma: "11d6a81f2d5dd72751168a46922716022f237f15eb8d121aacca1b8aa22680cf" - sha256 cellar: :any, arm64_ventura: "7806338aa316e108c1b6bb7b4885602623feae4e666f17437cb21f30c7fbe093" - sha256 cellar: :any, sonoma: "e0b175c9acc74148457962151f65d117c638f7fbe28c79b9ead148e051b99776" - sha256 cellar: :any, ventura: "ce4f1da4170da07f36e6c68b11f64f4f2ffec5e782c862f236afc76a04c78714" - sha256 cellar: :any_skip_relocation, arm64_linux: "d4ac609f4bd47ad7e3ad94ff646c406053d7c63bdc99be544eceef2a9a2d9296" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b3e9d37be539125226dbc93334fab085ae4acb92021881f80f06a23d9b0ea49" + sha256 cellar: :any, arm64_sequoia: "b77d7fc88abf071b56f027dfcb9a01ca870e9d6939657f28344b0e9af03c10a0" + sha256 cellar: :any, arm64_sonoma: "5b1bba0fb6b507207af103ca01292539554b5d4c5b8cc527f268c0df204960aa" + sha256 cellar: :any, arm64_ventura: "d736baecf899f9b10099dfbab1587937eabd77c57ebdac0acc2b445cf116092c" + sha256 cellar: :any, sonoma: "e7d23828d829e0b3a46bdb922ff5e690bcdd9dbd8a46d7e62631dad3f0848f22" + sha256 cellar: :any, ventura: "dada37c6d017d5a4f353beabf8e680e7e9e127c7b885c4ad2983c60c31a0e0df" + sha256 cellar: :any_skip_relocation, arm64_linux: "f2658cc47aed61ccca3d068870efa1441f9b00fb0d576f568f8cfde490258614" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a9c24278d88c3109f441398ff0eaae3a71475e7019b9fcc0109ebea7a13cce20" end depends_on "cmake" => :build # for ipykernel From 153b01f1a870df4f2b0d3aa6fed16ac2bc5ba088 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 5 Jun 2025 11:16:30 +0100 Subject: [PATCH 02968/10074] ohdear-cli 4.3.1 --- Formula/o/ohdear-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ohdear-cli.rb b/Formula/o/ohdear-cli.rb index edede9f76e6d9..2b4494eef2296 100644 --- a/Formula/o/ohdear-cli.rb +++ b/Formula/o/ohdear-cli.rb @@ -1,8 +1,8 @@ class OhdearCli < Formula desc "Tool to manage your Oh Dear sites" homepage "https://github.com/ohdearapp/ohdear-cli" - url "https://github.com/ohdearapp/ohdear-cli/releases/download/v4.3.0/ohdear.phar" - sha256 "6351b1e43f483fea283b0f3baf8753659ab067c8174c2bfa22dcd56b37840d12" + url "https://github.com/ohdearapp/ohdear-cli/releases/download/v4.3.1/ohdear.phar" + sha256 "2af752e7e5ba316e696795860c911df2327033ead395645e055c86fc00ae588c" license "MIT" bottle do From b90f8c84b1df31d03038068c4b7666d842014866 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:44:08 +0000 Subject: [PATCH 02969/10074] tree-sitter: update 0.25.6 bottle. --- Formula/t/tree-sitter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tree-sitter.rb b/Formula/t/tree-sitter.rb index c5542ee97faba..016f4cac64511 100644 --- a/Formula/t/tree-sitter.rb +++ b/Formula/t/tree-sitter.rb @@ -12,13 +12,13 @@ class TreeSitter < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "900215245162c2d3f87cde10a9b65eab2af55e3d59ee331fc21cb4a92ee6ee6b" - sha256 cellar: :any, arm64_sonoma: "5bed6f377f7e0ea14733c146ddc10c7021ffc4b1f8a4923c970dbf34fdde5194" - sha256 cellar: :any, arm64_ventura: "15cc58800641d02c0b68af335bd138fe2de3fc21e089daeb20a054f1b11dff08" - sha256 cellar: :any, sonoma: "cae87014a9558f3d7d1de9c9c45c0b89b6802b9b6b423123381b43ea0b963fb1" - sha256 cellar: :any, ventura: "66916e949bd6c91f451e44b3d999ff403dd3abd067aef324582de89c6536fa39" - sha256 cellar: :any_skip_relocation, arm64_linux: "5cd46903fa0db0fab42b963d0baefb6525fee7eec77597be32fea15cb3eb0e00" - sha256 cellar: :any_skip_relocation, x86_64_linux: "297e99fafbba42afb8246b6fd5d9179fd6057ee3cca515c0cc954a092318325f" + sha256 cellar: :any, arm64_sequoia: "e0bbb0c481ba1bbf10034f02dbc35706ac90feb75a32d74479949f40b445dddc" + sha256 cellar: :any, arm64_sonoma: "9783390a41db3df81c8e8ea7821e3fed961e3f555ec7ad7cdc3b898ec83456ac" + sha256 cellar: :any, arm64_ventura: "acf486817e07c7a3956657e79f7f6fb7911eebf3f4f10c838893302ff351b594" + sha256 cellar: :any, sonoma: "81facd00d0a0dd7fc94ed871d0dc42edec9fd2c995c06fd74a27972a77afdd05" + sha256 cellar: :any, ventura: "6e0de41547ec2c1f73d0b196b5f93593ae4d59a8bb29472f532662b63f0a3868" + sha256 cellar: :any_skip_relocation, arm64_linux: "98aad9636a33ade7ea48df074a249b7afbac23b176603bec1316090376556eaa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a7874824fe9651b94a3afd8207beb33b7facdf2faddc75f5c9844fe12bdec21a" end depends_on "rust" => :build From 05d93a0d09e6a5dd246d90c534148a7469852c3d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:45:10 +0000 Subject: [PATCH 02970/10074] ohdear-cli: update 4.3.1 bottle. --- Formula/o/ohdear-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/ohdear-cli.rb b/Formula/o/ohdear-cli.rb index 2b4494eef2296..f8d5243c0f225 100644 --- a/Formula/o/ohdear-cli.rb +++ b/Formula/o/ohdear-cli.rb @@ -6,7 +6,7 @@ class OhdearCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "e29768367f0f27a1a99624c8d8f7d6cfaecb32fa245eb8f946040857eee7a8fb" + sha256 cellar: :any_skip_relocation, all: "e142196fd160453d6cb57aa083561c73079fb38778ba34152ff19f6b3447933d" end depends_on "php" From 2d76ec531a46bba78f78c9b244888d1feab92bfb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:52:25 +0000 Subject: [PATCH 02971/10074] aws-cdk 2.1018.0 --- Formula/a/aws-cdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index b3adcb96bd3cc..03f24aa976484 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -1,8 +1,8 @@ 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.1017.1.tgz" - sha256 "2a10b74b689a7eff92195a162da6a46c4ed454524340da773dc488dfae9242d5" + url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1018.0.tgz" + sha256 "2a042ed15a41f0007fbe259378e3aa45efc217038f4aa8d72e15b076a10e9995" license "Apache-2.0" bottle do From 2d14d95ac6821db8aeb0ff1051963d509992e055 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:05:27 +0000 Subject: [PATCH 02972/10074] kube-bench 0.10.7 --- Formula/k/kube-bench.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kube-bench.rb b/Formula/k/kube-bench.rb index 888ae2d9dd13f..804eb44e69ced 100644 --- a/Formula/k/kube-bench.rb +++ b/Formula/k/kube-bench.rb @@ -1,8 +1,8 @@ class KubeBench < Formula desc "Checks Kubernetes deployment against security best practices (CIS Benchmark)" homepage "https://github.com/aquasecurity/kube-bench" - url "https://github.com/aquasecurity/kube-bench/archive/refs/tags/v0.10.6.tar.gz" - sha256 "0b6ba3e7cda64de606a091bbb7a24ed5e5e34c7413ef0574895812a86e868ec7" + url "https://github.com/aquasecurity/kube-bench/archive/refs/tags/v0.10.7.tar.gz" + sha256 "3093fce3c988f5513927919dbccc7db9f5cbbff167a4f803be7872f9b2714fdf" license "Apache-2.0" head "https://github.com/aquasecurity/kube-bench.git", branch: "main" From 9ebc9dd64267409dd0657ec3ec545b3121fe2a62 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:08:43 +0000 Subject: [PATCH 02973/10074] locust 2.37.9 --- Formula/l/locust.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 43560bc73c8f3..9426c07ad612b 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -3,8 +3,8 @@ class Locust < Formula desc "Scalable user load testing tool written in Python" homepage "https://locust.io/" - url "https://files.pythonhosted.org/packages/66/18/7b79da791bd5f292f7ba163e085fe975be275b976da223367138ac785123/locust-2.37.8.tar.gz" - sha256 "72461c0060028d7e0673b3c54d7e4a4136887d7aa168c21cd54a7a7a05a387b1" + url "https://files.pythonhosted.org/packages/90/05/2bfdf19756c6a12f6f9513f75340ecf0595d83cab4d9fc91162225908e3d/locust-2.37.9.tar.gz" + sha256 "e43673b594ec5ecde4f9ba6e0d5c66c00d7c0ae93591951abe83e8d186c67175" license "MIT" bottle do From 66f300f13988c1040e17e2109fb6dce4e22516b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:15:26 +0000 Subject: [PATCH 02974/10074] promptfoo 0.114.5 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index c8f1bae7748f7..bbd8511eea586 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.4.tgz" - sha256 "9f1361dd2af0239e43a6fb542e1fd3111febfff4808d8834261e92c15a9ee69e" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.5.tgz" + sha256 "30e5aad63572c5d83e90174de554df3ebc6990f256711ad6ba6800b22ce41f7a" license "MIT" bottle do From 2c48c4f02069f6ef7c8da7148de44c2c50abd5b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:16:35 +0000 Subject: [PATCH 02975/10074] qcachegrind 25.04.2 --- Formula/q/qcachegrind.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/qcachegrind.rb b/Formula/q/qcachegrind.rb index 5ff30cfba3e5b..9bb839aff76d8 100644 --- a/Formula/q/qcachegrind.rb +++ b/Formula/q/qcachegrind.rb @@ -1,8 +1,8 @@ class Qcachegrind < Formula desc "Visualize data generated by Cachegrind and Calltree" homepage "https://apps.kde.org/kcachegrind/" - url "https://download.kde.org/stable/release-service/25.04.1/src/kcachegrind-25.04.1.tar.xz" - sha256 "0b7349b84f5e90a9d9cb05b2642b2a79c27a629dacb85ba94e57b9528be1f975" + url "https://download.kde.org/stable/release-service/25.04.2/src/kcachegrind-25.04.2.tar.xz" + sha256 "cf4f8d9471ffe24fc42537eed00a0bf9feea0e9d705334bf8c5c3176d8b7cc6b" license "GPL-2.0-or-later" head "https://invent.kde.org/sdk/kcachegrind.git", branch: "master" From 4b20c93c8ab140c9649eae87c453880e4dc1b9e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:24:09 +0000 Subject: [PATCH 02976/10074] werf 2.37.0 --- Formula/w/werf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index 73da3325a9240..f6d1331732bd8 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -1,8 +1,8 @@ class Werf < Formula desc "Consistent delivery tool for Kubernetes" homepage "https://werf.io/" - url "https://github.com/werf/werf/archive/refs/tags/v2.36.4.tar.gz" - sha256 "4e085c5f00aee601e9ea7db6f4169352526351ac7a24a28c749ef08069426f77" + url "https://github.com/werf/werf/archive/refs/tags/v2.37.0.tar.gz" + sha256 "25ae794873cbd5d77c96b505bfbc1e5d10aaed13303056cec396c9dd67ff4850" license "Apache-2.0" head "https://github.com/werf/werf.git", branch: "main" From 84ad936134bde0e6c6b1674edc692cba5b807b80 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:37:22 +0000 Subject: [PATCH 02977/10074] aws-cdk: update 2.1018.0 bottle. --- Formula/a/aws-cdk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index 03f24aa976484..c37e0f8a93fcd 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -6,7 +6,7 @@ class AwsCdk < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "94b0abae1573061626bf53f746a08527e0a8409d6f3438f199c917fe658ff890" + sha256 cellar: :any_skip_relocation, all: "e6162852ca8ca7c57672b1535ab9f51e4bf04ecb905f1381885a7a8ea494f402" end depends_on "node" From a64beeb73651bf10c01b410ec2697d452d63873d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:38:19 +0000 Subject: [PATCH 02978/10074] kube-bench: update 0.10.7 bottle. --- Formula/k/kube-bench.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kube-bench.rb b/Formula/k/kube-bench.rb index 804eb44e69ced..1f2d4cf6b5e0b 100644 --- a/Formula/k/kube-bench.rb +++ b/Formula/k/kube-bench.rb @@ -7,12 +7,12 @@ class KubeBench < Formula head "https://github.com/aquasecurity/kube-bench.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "99c1056199fb24036403acd6de4cc8d24f42206f1c80389e0d56397b2fc201ec" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "99c1056199fb24036403acd6de4cc8d24f42206f1c80389e0d56397b2fc201ec" - sha256 cellar: :any_skip_relocation, arm64_ventura: "99c1056199fb24036403acd6de4cc8d24f42206f1c80389e0d56397b2fc201ec" - sha256 cellar: :any_skip_relocation, sonoma: "446492b022d51ca3c7d57ce81931475b74d57171721df9b4f9934176403ffbeb" - sha256 cellar: :any_skip_relocation, ventura: "446492b022d51ca3c7d57ce81931475b74d57171721df9b4f9934176403ffbeb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "21370ca6054be4c33195271d9b52773536b75e15cca1c9ff55123b05713ba39a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8d97035adb7c7a808754f4566b1031708ad1c787bdddefe3cf4c2292bc953b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8d97035adb7c7a808754f4566b1031708ad1c787bdddefe3cf4c2292bc953b9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a8d97035adb7c7a808754f4566b1031708ad1c787bdddefe3cf4c2292bc953b9" + sha256 cellar: :any_skip_relocation, sonoma: "5b1a41a96fe5e838c21856c6c3de3f8dac3776897a1a417ddf85f35b155b8c96" + sha256 cellar: :any_skip_relocation, ventura: "5b1a41a96fe5e838c21856c6c3de3f8dac3776897a1a417ddf85f35b155b8c96" + sha256 cellar: :any_skip_relocation, x86_64_linux: "948404e97c57a5493979cc897b92a2e85494b66719a337d76ae2e12c7a1ab0f6" end depends_on "go" => :build From a8f5b40a573f589f81f1fd52963f44623b699a4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:12:59 +0000 Subject: [PATCH 02979/10074] onedrive 2.5.6 --- Formula/o/onedrive.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/o/onedrive.rb b/Formula/o/onedrive.rb index 4c39060b2a050..69267493d2b24 100644 --- a/Formula/o/onedrive.rb +++ b/Formula/o/onedrive.rb @@ -1,8 +1,8 @@ class Onedrive < Formula desc "Folder synchronization with OneDrive" homepage "https://github.com/abraunegg/onedrive" - url "https://github.com/abraunegg/onedrive/archive/refs/tags/v2.5.5.tar.gz" - sha256 "413a4e02c18c7c37d4cb6b57121116de7e628c7be1fce14e7db3fbcb1a0d364b" + url "https://github.com/abraunegg/onedrive/archive/refs/tags/v2.5.6.tar.gz" + sha256 "dda49ae9d0c042205ae8f375704c154fc7a9fc88aa21e307e7d83aa1954ad57e" license "GPL-3.0-only" bottle do @@ -13,6 +13,7 @@ class Onedrive < Formula depends_on "ldc" => :build depends_on "pkgconf" => :build depends_on "curl" + depends_on "dbus" depends_on :linux depends_on "sqlite" depends_on "systemd" From fed45619166710f45baaf8db0bf893c9c777a421 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:09:04 +0000 Subject: [PATCH 02980/10074] promptfoo: update 0.114.5 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index bbd8511eea586..0341db65a912e 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "f9d9f1f9c2af280a8b01412159ae17681b73d1a73a06cbf20e24fe67619bc0f4" - sha256 cellar: :any, arm64_sonoma: "9a16fbb201ca260bfcc5afea23b40aefa1f2d8b56d3ca6a4358eec421966ea77" - sha256 cellar: :any, arm64_ventura: "1b0beb8b6486660e78fad35709c8cdd170b831bf4a9259828a95dd0a6fc40188" - sha256 sonoma: "23214641783ee6e624e5c73b0c050d9170577cf2b25d63512e2df1de37c6ca38" - sha256 ventura: "90ea572338bd11284c04e986d367b800fd3d3f960047b15d30b4d83c943125d3" - sha256 cellar: :any_skip_relocation, arm64_linux: "faf8446396eaa57b95f3bf36e572ffd6351bc156b5833aec948f492b1607b78c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e5e0483cc26328f72b07bf95ffab77e294afb5b979c2c8b9dec9f84f737ad5ae" + sha256 cellar: :any, arm64_sequoia: "92472e7e0a09f4abcd8f8c7a2677851a90cd8ef8e1647983c8b38cb7654dd4a7" + sha256 cellar: :any, arm64_sonoma: "0f705fa5e0840d10e3e2b56ed007ac32106ed91e1e2c34209580c7d12583d300" + sha256 cellar: :any, arm64_ventura: "f4acd6ee7729c3c4c39df17ebf2d53377d47c941078265f0e59bed59f72b5c6f" + sha256 sonoma: "24a5678c8a708653fc3859bba92e7ce7738b1acccee0389a1fb7c474dbd59e3e" + sha256 ventura: "3ade35d5f5d38e747cf3ba5bcf43acced803faea9bcb6da5c86326f8d7c5b97a" + sha256 cellar: :any_skip_relocation, arm64_linux: "cf5794fdc595d6c94b1cebb4320c02458d9fc8b11adc6fe516cd2851690145a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1b99e3332a00f70d260917243fc3b2ae7d86795c901e1121ee66e53d81c1343c" end depends_on "node" From f6da6b88875f150877f5941113429b27b06dc6a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:09:08 +0000 Subject: [PATCH 02981/10074] locust: update 2.37.9 bottle. --- Formula/l/locust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 9426c07ad612b..3cfa8950912ca 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -8,13 +8,13 @@ class Locust < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "79a98539c4cc6b555631818ac4eecf728bd8e6219217ee33a4f4d43ceb009f1a" - sha256 cellar: :any, arm64_sonoma: "8d7b05e9bba3c3b3fa99e0fc029021c4aa427aeaf613c8833da9667f1bf7a3be" - sha256 cellar: :any, arm64_ventura: "1165391d1a5d4aa36e07ed47d494b98cb0e223c481330952eecdbd5069f92e87" - sha256 cellar: :any, sonoma: "75e64ebb562a41900fbc45976416e9598ccdf0c121b39b8d24271eb51acaa464" - sha256 cellar: :any, ventura: "c633bd121fcc3a180df27d65476f3c52e40685b715b6ed972b466e4e18d0db0a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a867e7775c26dab8b4b155f171490914a504b14df445abff2172263017d33792" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a05faef3d834a608c5c3c3571c492599b143569f430f22094ff1e424efb48e5a" + sha256 cellar: :any, arm64_sequoia: "8d2ea65dcc5de9034833871779e8c945ebb5683b25993f45afa7ce0b3bcf4c89" + sha256 cellar: :any, arm64_sonoma: "c77463045dbb88f7cc768cd5f9b71db3e2819c4f38e1eebadd13511cca816ab6" + sha256 cellar: :any, arm64_ventura: "63230605c03af9ccc0e5b9c8c5508d509ddda801bfae1703043cd8e74c8709d9" + sha256 cellar: :any, sonoma: "8aa71479df930e66ff9da2c9a3c31838cee964159d035d1ecc45d9b9af505196" + sha256 cellar: :any, ventura: "674ad5feaa7f59a2ba472d5eb919d9e2294e67273618910fea60d2dfb23c5d2b" + sha256 cellar: :any_skip_relocation, arm64_linux: "c6f6eee94054fb082b8dae633082dfb04b7e5f7f18ee13a63300287c01061c34" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e146639d4dc3f62ef5c045fe0e12364acc0c96a14cbbcdbfeb6908f219ac7c9f" end depends_on "cmake" => :build # for pyzmq From 368ca03d220e797dfca6beff3ba81ddfed851785 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:11:00 +0000 Subject: [PATCH 02982/10074] werf: update 2.37.0 bottle. --- Formula/w/werf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index f6d1331732bd8..61108c50c90f5 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -15,13 +15,13 @@ class Werf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cedf99c4e386576305a0920f9e388d29bd99bfeaf3212ae403967b118171cbfa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32399efa6460ed3302325666079939bae438b8f93ff6db275398a643ae11b54b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "68aa908eaa71daf71ca532089e140df4b030528040f278af7e11e9aa72b69942" - sha256 cellar: :any_skip_relocation, sonoma: "fad2363287e25e7e4e6fb7f63ebf760398caee0526077af9166700eb5ee2a0cb" - sha256 cellar: :any_skip_relocation, ventura: "d56751ccea145c39a08b1ab8bc6bb5ca881bb1624c420ac2c69fc7155b901e29" - sha256 cellar: :any_skip_relocation, arm64_linux: "257d8916d437ade241069afda5948244735edda2aeb30be050036f605f3c2e9d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee88cc5db3c4d393992d4e1871c4484299ddc2ef587bbf2c4112e6ac103574d3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "23d8755d4f84a1206266b5ce2a4d58b742a029fab341dbe961abd5b79792a00f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb11fbdc62e92f9f98e4016f2b2133e0cf664f55f67f2cfb04c0555f75da195b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6b15a86cf23876da0cc2563e675443a855ebbfbd8e5c961d2be6edec00892bb1" + sha256 cellar: :any_skip_relocation, sonoma: "6604f92ec6bfa90ff64b387162a4e6212ae96d48ad0e35896ba0482db26cb01e" + sha256 cellar: :any_skip_relocation, ventura: "71609c5a6566ec49eb27b1600a4ed2959b9c803716a4550b758a05af6a10406e" + sha256 cellar: :any_skip_relocation, arm64_linux: "9cfd0dcd98a09f62760ee08f53bd4ba490c407f5d41003d19d80487022494d87" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c2a4db5ae90e0efb61a11fd6c8ad3192d6d6857a0b3e8a2aa93c4a504a47fbd1" end depends_on "go" => :build From 1dbbb269ec48846be8c3676e9696fa7bd855c7a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:18:58 +0000 Subject: [PATCH 02983/10074] sdns 1.5.0 --- Formula/s/sdns.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Formula/s/sdns.rb b/Formula/s/sdns.rb index 68b6a6348420a..e037735c9a97a 100644 --- a/Formula/s/sdns.rb +++ b/Formula/s/sdns.rb @@ -1,8 +1,8 @@ class Sdns < Formula desc "Privacy important, fast, recursive dns resolver server with dnssec support" homepage "https://sdns.dev/" - url "https://github.com/semihalev/sdns/archive/refs/tags/v1.4.0.tar.gz" - sha256 "0ab9d6a7ad3ae13688a10bae0b0738ca0089c81c1c7af9febcb3335f9d0aeadc" + url "https://github.com/semihalev/sdns/archive/refs/tags/v1.5.0.tar.gz" + sha256 "948320bcd562f696efc38a7ec30897a36c27e31aeedff6fd227bd853fdf537ba" license "MIT" head "https://github.com/semihalev/sdns.git", branch: "master" @@ -24,7 +24,7 @@ def install end service do - run [opt_bin/"sdns", "-config", etc/"sdns.conf"] + run [opt_bin/"sdns", "--config", etc/"sdns.conf"] keep_alive true require_root true error_log_path var/"log/sdns.log" @@ -33,10 +33,8 @@ def install end test do - fork do - exec bin/"sdns", "-config", testpath/"sdns.conf" - end - sleep(2) + spawn bin/"sdns", "--config", testpath/"sdns.conf" + sleep 2 assert_path_exists testpath/"sdns.conf" end end From 12fb4ab787121d95a5f0688b0712b291233ea970 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:04:07 +0000 Subject: [PATCH 02984/10074] ack: update 3.9.0 bottle. --- Formula/a/ack.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/a/ack.rb b/Formula/a/ack.rb index da75b90332f29..f096267b6aeba 100644 --- a/Formula/a/ack.rb +++ b/Formula/a/ack.rb @@ -11,7 +11,8 @@ class Ack < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "62510ce54397ea7584535c44fa55eb0a5fd424c393d40d228f8e4b5e73ddf549" + rebuild 1 + sha256 cellar: :any_skip_relocation, all: "8d040693538ad8d489770cf4186a47364fc2bbe4d47e863c491b863e04b4df30" end head do From e37bfb3aaf159e56f67820056594c1cc39ec2462 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:10:16 +0000 Subject: [PATCH 02985/10074] onedrive: update 2.5.6 bottle. --- Formula/o/onedrive.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/onedrive.rb b/Formula/o/onedrive.rb index 69267493d2b24..b68c3e28c2644 100644 --- a/Formula/o/onedrive.rb +++ b/Formula/o/onedrive.rb @@ -6,8 +6,8 @@ class Onedrive < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "f1ead5dc849ef0116935be7dadfe2dddd5bf51f1785ae14655557646bc72af87" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b273403588785ee1442e2189d69ec4fd6c9bbd28b3a65852ce613a8c591521dc" + sha256 cellar: :any_skip_relocation, arm64_linux: "ffed268ca06c52fc34d1c0936ff9874541ea0edd765e11c0ecd327cc0f252d79" + sha256 cellar: :any_skip_relocation, x86_64_linux: "59db371d3d004e737c0ebe46f81fe830dc70ce81d4cac2ec1c2559a6f30da02b" end depends_on "ldc" => :build From e5c583f267b6fc3ce25e411376b5a5a8deb09f96 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:10:29 +0000 Subject: [PATCH 02986/10074] sdns: update 1.5.0 bottle. --- Formula/s/sdns.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sdns.rb b/Formula/s/sdns.rb index e037735c9a97a..f76c04ff644df 100644 --- a/Formula/s/sdns.rb +++ b/Formula/s/sdns.rb @@ -7,13 +7,13 @@ class Sdns < Formula head "https://github.com/semihalev/sdns.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8879f8051f9fcda4339f0858b235382cfb0a65b494da5ce24e12eaa56fa8d6f1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5a9fa5686de687d6204a8b30f0657a3cb141b5335c4d6c79c2dea41a439aaa3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0e704009281c8d500596e10e6210a3f440ed667315c5e62169bb84aa022a8b87" - sha256 cellar: :any_skip_relocation, sonoma: "838b9c51f9b668d478df8b3361509d5aae4313f5966a571ef35aa40448d5029f" - sha256 cellar: :any_skip_relocation, ventura: "4f679204866d04a4ea2e2ea11b15c36529495b750ac7036ca9bcc23006331508" - sha256 cellar: :any_skip_relocation, arm64_linux: "78f1646258a3c18aa81544897254a79994824fce14fbf8bdcc1061c36ba8278c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8124cce9441d54dc25ef3783f90e047e346e5799e44ff0222acf73061a99df18" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "38aad4fa349df341c5c4e4581477e3a61bd434ac7d5ba9b1ae1dd6b7044f0a16" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8eb0a65049db30a3103b164d8edcd4318bb0a313d488811b2f17b40f0ec598b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f9698f413aa1ca5a0cb73b59a35aaa51a7c66b437eba54a1b06b7a0eea393717" + sha256 cellar: :any_skip_relocation, sonoma: "c867295b6b18f2e6749ed520d63278c91110ff149d8e2b5d50e42a936f0c87d0" + sha256 cellar: :any_skip_relocation, ventura: "baa96e646837d2a71d31f6ae6913f03049577177df6db7cde30d56daa4084e8d" + sha256 cellar: :any_skip_relocation, arm64_linux: "1bcbe2cb1d1a519b773034dce27d5085d4852fae8f36e2b494c773c24e23f152" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f225e6eaeafd37bf6c7fec3d48bc694ea55b2597da9d4ecc03ba179337a405c5" end depends_on "go" => :build From d732df1592d5e641cf2213e7a804506b6ade3fb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:14:08 +0000 Subject: [PATCH 02987/10074] teleport: update 17.5.1 bottle. --- Formula/t/teleport.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/teleport.rb b/Formula/t/teleport.rb index 414f9a532ffcf..d8a9bfc2d7742 100644 --- a/Formula/t/teleport.rb +++ b/Formula/t/teleport.rb @@ -18,13 +18,13 @@ class Teleport < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9c089849eaee0c85297d086939312112f411aa859f174148f2659408e9abc5f5" - sha256 cellar: :any, arm64_sonoma: "5ba740df9a19ba52e4d143424e7c7702e1b00f0da30a428cb0ab9eee4c31b9a6" - sha256 cellar: :any, arm64_ventura: "b282d3d73a21bfb1b085376ee6f1ed3590435ba29d02377f650e985d81b3a4c7" - sha256 cellar: :any, sonoma: "14b8264b59b28d1d60dffba202cdfb24816cc10d0b7a744c32f702b56b828a8f" - sha256 cellar: :any, ventura: "5479cbf00fbd681e95c42bba7f11f3d45fca8e2be4aa2561c5fcb892c14cd99a" - sha256 cellar: :any_skip_relocation, arm64_linux: "32d977084a876ae31ac36431db5ee9baa04e9c2ffec07d7b2e98b2520cba0ad1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7223022395cea05fb31f2279abd001bd73817346771cc300cabf6e65cf224fcb" + sha256 cellar: :any, arm64_sequoia: "e58994578d2915384df2d29033cff826371c8ae72e87ad8c8d02319945d3aa0b" + sha256 cellar: :any, arm64_sonoma: "ec20562b8b38ec9d6f29c257f080e239d9de893abea7955349b1062fb8245a8b" + sha256 cellar: :any, arm64_ventura: "be43fb09cbccc4a66eb72325a1058bb27687073628c32c02cb1edd06ae82afb5" + sha256 cellar: :any, sonoma: "ec28f3bb43696f1f8f275fbd7620030e5b2c2b36ac52f35a6c12389668038830" + sha256 cellar: :any, ventura: "54b882bcba11d2df561f3689f10f5c6ec42ca7400655f669b268133f07395816" + sha256 cellar: :any_skip_relocation, arm64_linux: "e27583dbf439c6d07c1d12049881f4d68ca1ea0659782c3029e3cc124bdeabfe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d0e2f2d54e17d7a68e34450c8c7fdd65af5f974a1cbc5292474aaf3dacd1ed5" end depends_on "go" => :build From c27e970c48fc4932eae95b59729b6e40c534f268 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:15:41 +0000 Subject: [PATCH 02988/10074] qcachegrind: update 25.04.2 bottle. --- Formula/q/qcachegrind.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qcachegrind.rb b/Formula/q/qcachegrind.rb index 9bb839aff76d8..cdba1a8425368 100644 --- a/Formula/q/qcachegrind.rb +++ b/Formula/q/qcachegrind.rb @@ -14,11 +14,11 @@ class Qcachegrind < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "51cb12d4d28aba1779e55a2abf0ded2e924f24f67427ebe8aba30831e7c1869b" - sha256 cellar: :any, arm64_ventura: "0b0d9cd39dd7f200f5d33c992ffba32a58ba28d3ff4d11944ee961739f9d2261" - sha256 cellar: :any, sonoma: "e0fc44aac494bba334a51586681b8158f21b73df7bd8d35d5d99caee99c23fb2" - sha256 cellar: :any, ventura: "914e283c91088f2dbf0df3378277116f401a083563f7dadda7c85f5307063365" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4f478ae21aa1fa2b484124a399d5a47f82a0474484e9f6ca3843eaf9ed06801d" + sha256 cellar: :any, arm64_sonoma: "2200056604108fee6b32bf8006ca58a68a1f81449c0c610ec6deeb253ae9af1e" + sha256 cellar: :any, arm64_ventura: "1ea1fe4335c81b3e27d07af79fa97f41375f4b4166847533beb4a39ba11a00bf" + sha256 cellar: :any, sonoma: "b35ff5662eba866ee5e9d012496a4381c54ddbc3a66f6f74926255616b178f77" + sha256 cellar: :any, ventura: "714ffbe8f467597bd50532d38f2ef6be67ab99936f0ffce45ca1b62f0916988d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "874655d3d8bff49f3953b927a835c14864b03ccb14b526c77ecbcec98e3eb2b8" end depends_on "graphviz" From 63412745fab09d7fddc0e70e518f161d5cd86ec2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:58:04 +0000 Subject: [PATCH 02989/10074] crowdin 4.7.1 --- Formula/c/crowdin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/crowdin.rb b/Formula/c/crowdin.rb index c158703ab12e8..8d1702716c49c 100644 --- a/Formula/c/crowdin.rb +++ b/Formula/c/crowdin.rb @@ -1,8 +1,8 @@ class Crowdin < Formula desc "Command-line tool that allows to manage your resources with crowdin.com" homepage "https://support.crowdin.com/cli-tool/" - url "https://github.com/crowdin/crowdin-cli/releases/download/4.7.0/crowdin-cli.zip" - sha256 "3c09968c529a89acf0fad5b72137a492632734207f7c760cd17fe7f1e7fa8d61" + url "https://github.com/crowdin/crowdin-cli/releases/download/4.7.1/crowdin-cli.zip" + sha256 "1a8d7fa33d0517c0618c00e48ea8df728417e704414bff59f66fffa41bd3273f" license "MIT" livecheck do From 4f4899f54277b4f1082638b2bd4cc6f04ea630e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:00:40 +0000 Subject: [PATCH 02990/10074] eksctl 0.209.0 --- Formula/e/eksctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eksctl.rb b/Formula/e/eksctl.rb index 7f13a30a8c65d..c8793eca1c96b 100644 --- a/Formula/e/eksctl.rb +++ b/Formula/e/eksctl.rb @@ -2,8 +2,8 @@ class Eksctl < Formula desc "Simple command-line tool for creating clusters on Amazon EKS" homepage "https://eksctl.io" url "https://github.com/eksctl-io/eksctl.git", - tag: "0.208.0", - revision: "bcdd6ecb06ba883c96baa7d860141896969a2b71" + tag: "0.209.0", + revision: "d3e4061dbb04a19ba1598d9ce2df5d557ec33785" license "Apache-2.0" head "https://github.com/eksctl-io/eksctl.git", branch: "main" From 6aef816ad44d1bf51b8418eb6d635a53a18d3b17 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:02:43 +0000 Subject: [PATCH 02991/10074] gat 0.24.1 --- Formula/g/gat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gat.rb b/Formula/g/gat.rb index 5bae9ef0a93cc..69f7160a9d719 100644 --- a/Formula/g/gat.rb +++ b/Formula/g/gat.rb @@ -1,8 +1,8 @@ class Gat < Formula desc "Cat alternative written in Go" homepage "https://github.com/koki-develop/gat" - url "https://github.com/koki-develop/gat/archive/refs/tags/v0.24.0.tar.gz" - sha256 "a5f45e101221f2770f9ee187661f2f790799c48ff9446e9e8c3bf7d309832b64" + url "https://github.com/koki-develop/gat/archive/refs/tags/v0.24.1.tar.gz" + sha256 "df5766003034aeaff39ad8d2b3a3faf326961a06edd5387b8f06c72b2aca39f4" license "MIT" head "https://github.com/koki-develop/gat.git", branch: "main" From 91a93a0abbacfd1384eed859affc8a27d3aa22e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:04:23 +0000 Subject: [PATCH 02992/10074] grafana-alloy 1.9.1 --- Formula/g/grafana-alloy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grafana-alloy.rb b/Formula/g/grafana-alloy.rb index 7cdd2df5e7a2a..cb14e1edd727d 100644 --- a/Formula/g/grafana-alloy.rb +++ b/Formula/g/grafana-alloy.rb @@ -1,8 +1,8 @@ class GrafanaAlloy < Formula desc "OpenTelemetry Collector distribution with programmable pipelines" homepage "https://grafana.com/oss/alloy-opentelemetry-collector/" - url "https://github.com/grafana/alloy/archive/refs/tags/v1.9.0.tar.gz" - sha256 "879a86c36985e2fdca86d996562cc12cccd281a9a622c9822e5e2836286c5440" + url "https://github.com/grafana/alloy/archive/refs/tags/v1.9.1.tar.gz" + sha256 "d9eaa0719b9264b47d30ad459d13535d9e51815afcb089245b10eabffb14793c" license "Apache-2.0" head "https://github.com/grafana/alloy.git", branch: "main" From c9c612effcb48010aa0728e5e35addd04447358f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:17:14 +0000 Subject: [PATCH 02993/10074] crowdin: update 4.7.1 bottle. --- Formula/c/crowdin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/crowdin.rb b/Formula/c/crowdin.rb index 8d1702716c49c..6adc1bdd8507c 100644 --- a/Formula/c/crowdin.rb +++ b/Formula/c/crowdin.rb @@ -11,7 +11,7 @@ class Crowdin < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "c44db6636f2553f42a3d5466e0b8b84aaef774930ff62595dcbebdb679d0ab51" + sha256 cellar: :any_skip_relocation, all: "c66fb3ec5cf9aae47a3655b43790a0201a13a842c884898b47fbdca36e705aaa" end depends_on "openjdk" From f0f905559d1b672115e336f2867f20bea0ce2c5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:17:35 +0000 Subject: [PATCH 02994/10074] gat: update 0.24.1 bottle. --- Formula/g/gat.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gat.rb b/Formula/g/gat.rb index 69f7160a9d719..3c87035c3b619 100644 --- a/Formula/g/gat.rb +++ b/Formula/g/gat.rb @@ -7,12 +7,12 @@ class Gat < Formula head "https://github.com/koki-develop/gat.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "95ca25155d3672900e78471d8c3611685a9b2572985a89b8848613fdccfb9bbe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "95ca25155d3672900e78471d8c3611685a9b2572985a89b8848613fdccfb9bbe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "95ca25155d3672900e78471d8c3611685a9b2572985a89b8848613fdccfb9bbe" - sha256 cellar: :any_skip_relocation, sonoma: "910ca37e8791d28f1947dcc54e626df5af327fede32901cfb972e4e803b20e6d" - sha256 cellar: :any_skip_relocation, ventura: "910ca37e8791d28f1947dcc54e626df5af327fede32901cfb972e4e803b20e6d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "18b1d05c525ef48e2f1946be68f4e9fbee2d9c2d364d0801f01b29d04d06d10b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b974198fd67de388ecb6028f8827b13fbdfaadbb51069acb83b5ea5c97d4fd0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b974198fd67de388ecb6028f8827b13fbdfaadbb51069acb83b5ea5c97d4fd0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0b974198fd67de388ecb6028f8827b13fbdfaadbb51069acb83b5ea5c97d4fd0" + sha256 cellar: :any_skip_relocation, sonoma: "42c7396dfb596fc577b577251f57b9ff529ef7906badf4ec98c952a7f4ef01d4" + sha256 cellar: :any_skip_relocation, ventura: "42c7396dfb596fc577b577251f57b9ff529ef7906badf4ec98c952a7f4ef01d4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15bba8c0b42d76ce3650c144ac75d37c1eb15a56f16a8f9ff99f60b2cd643b70" end depends_on "go" => :build From e8d9b24f8947e40d06573600afac9e3359550788 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:18:26 +0000 Subject: [PATCH 02995/10074] rattler-build 0.43.0 --- Formula/r/rattler-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rattler-build.rb b/Formula/r/rattler-build.rb index b8f3a4ef2ac4d..5b2a24b8f2aa3 100644 --- a/Formula/r/rattler-build.rb +++ b/Formula/r/rattler-build.rb @@ -1,8 +1,8 @@ class RattlerBuild < Formula desc "Universal conda package builder" homepage "https://rattler.build" - url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.42.1.tar.gz" - sha256 "9627cb861606cfafddbfbffdc4bd623fd342fe5f60423e905a55b3e45d767b90" + url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.43.0.tar.gz" + sha256 "7f90dfefea9eba7115b68ab62996df909e3db7101e25bcbbff3b481a1b4a9663" license "BSD-3-Clause" head "https://github.com/prefix-dev/rattler-build.git", branch: "main" From 80d3f67c7b6e1a8d4dfe5fd543e3b16091bd35b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:24:25 +0000 Subject: [PATCH 02996/10074] scw: livecheck for github latest --- Formula/s/scw.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/s/scw.rb b/Formula/s/scw.rb index 428129b7b375c..91cb347e9c3f7 100644 --- a/Formula/s/scw.rb +++ b/Formula/s/scw.rb @@ -5,6 +5,11 @@ class Scw < Formula sha256 "5d17781f701059946f876e87f6e92a53e0315dc8e70ca7462cf08d581a0e8eb8" license "Apache-2.0" + livecheck do + url :stable + strategy :github_latest + end + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8177c1d7b1642185aa240d58b90a3dc5a01391ce840efbf2b21472e944ff912" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c8177c1d7b1642185aa240d58b90a3dc5a01391ce840efbf2b21472e944ff912" From 4bda31bfee72c5ffc0b54d9b23f40aeb11aa16ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:19:24 +0000 Subject: [PATCH 02997/10074] eksctl: update 0.209.0 bottle. --- Formula/e/eksctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/eksctl.rb b/Formula/e/eksctl.rb index c8793eca1c96b..4d5c34bef4110 100644 --- a/Formula/e/eksctl.rb +++ b/Formula/e/eksctl.rb @@ -8,13 +8,13 @@ class Eksctl < Formula head "https://github.com/eksctl-io/eksctl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1506845bc0f202c87f19d263ac9ca7edd1bc92ddc123c289a0a06d680c23765" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7584d214f35e533723078c611139fba9173f6fea49fc0fcc8a037a21193e3e64" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2b2b6728f05e11e1f150bf67d863d16ff7d2639ed32888222c588fa51dc229e9" - sha256 cellar: :any_skip_relocation, sonoma: "99ff481cdfae7273a3bfb1b2b17999769a1a9f01388f64f0b07d395f5940315a" - sha256 cellar: :any_skip_relocation, ventura: "fb1a5cf665761792e7d71b152d658d518229687c54dd4bda4382ce694d2a24d6" - sha256 cellar: :any_skip_relocation, arm64_linux: "0f1151fd9211b8c4fcef5b4174b601098eac28c06fc8c88040e760232073513c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3afafe1e8ac3fe12a4026d1c2dd0c716b9212b737fc50694037e9a62db41919e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c10d6a007ef3225f1c4b38de2e6ce3a13c6312c4f1e6f55b9c1156702e1eb2e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "73ceb55e6964143baae23828fb7eae278961ddd3a2e5f743dacb73fefabd2047" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2ad4297afe57964a81f0dbade5c0751c320f17e15c52121c9507420f0d27f6ef" + sha256 cellar: :any_skip_relocation, sonoma: "98f8646c7908f03d701ec46c62e69fcfe69515682668b290ee11460a1bb5261c" + sha256 cellar: :any_skip_relocation, ventura: "0769304e8a6aeda9cdc98c94bb23211b26ab3ee577371e37a04ce893ca810123" + sha256 cellar: :any_skip_relocation, arm64_linux: "406da21c49f5bc721a4894b1bb9a800d647550f43bcda792ee34e67bc00cb82b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6ab232a66dd4324eb18230ff1fbbce8b2c6690caeb32413e9c5c485e2a2ca49f" end depends_on "go" => :build From 60330253347dc4cd8fb519a38884f35267f70543 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:09:44 +0000 Subject: [PATCH 02998/10074] mongocli: livecheck for github latest --- Formula/m/mongocli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mongocli.rb b/Formula/m/mongocli.rb index b5d2a90653e41..4b984db4ad2f0 100644 --- a/Formula/m/mongocli.rb +++ b/Formula/m/mongocli.rb @@ -8,7 +8,7 @@ class Mongocli < Formula livecheck do url :stable - regex(%r{^mongocli/v?(\d+(?:\.\d+)+)$}i) + strategy :github_latest end bottle do From 39af0823ecbc4e80fe9f9fe1d8622317a0389c08 Mon Sep 17 00:00:00 2001 From: "Mark J. Reed" Date: Mon, 2 Jun 2025 10:30:18 -0400 Subject: [PATCH 02999/10074] lzsa 1.4.1 (new formula) incorporate recommended test correction Co-authored-by: Sean Molenaar --- Formula/l/lzsa.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Formula/l/lzsa.rb diff --git a/Formula/l/lzsa.rb b/Formula/l/lzsa.rb new file mode 100644 index 0000000000000..b184accf3610f --- /dev/null +++ b/Formula/l/lzsa.rb @@ -0,0 +1,18 @@ +class Lzsa < Formula + desc "Lossless packer that is optimized for fast decompression on 8-bit micros" + homepage "https://github.com/emmanuel-marty/lzsa" + url "https://github.com/emmanuel-marty/lzsa/archive/refs/tags/1.4.1.tar.gz" + sha256 "c65ca1e6a43696f4ca5edc2c98229fba1044806bd21bc2a8ce4b867dc9cfc45c" + license all_of: ["Zlib", "CC0-1.0"] + + def install + system "make" + bin.install "lzsa" + end + + test do + File.write("test.txt", "This is a test file for LZSA.\n") + system bin/"lzsa", "test.txt", "test.lz" + assert_path_exists testpath/"test.lz" + end +end From 1f462d555c469b04321be7099ff12ac20b59c313 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:26:57 +0000 Subject: [PATCH 03000/10074] vsce 3.5.0 --- Formula/v/vsce.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vsce.rb b/Formula/v/vsce.rb index 2cf11447587b6..81aeac37ae710 100644 --- a/Formula/v/vsce.rb +++ b/Formula/v/vsce.rb @@ -1,8 +1,8 @@ class Vsce < Formula desc "Tool for packaging, publishing and managing VS Code extensions" homepage "https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce" - url "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.4.2.tgz" - sha256 "50a4d47a38c7bf8b04332dc2c9c30e8772b44d8e430fb50fd3911706320e043a" + url "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.5.0.tgz" + sha256 "fd092586bad4c1684daf9c997fba789eb28a574e55b0646d7df94a258d8e2fae" license "MIT" head "https://github.com/microsoft/vscode-vsce.git", branch: "main" From 36a8cf4e429d35c212f3f93382939cbd28f038c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:27:49 +0000 Subject: [PATCH 03001/10074] werf 2.37.1 --- Formula/w/werf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index 61108c50c90f5..b825533574c01 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -1,8 +1,8 @@ class Werf < Formula desc "Consistent delivery tool for Kubernetes" homepage "https://werf.io/" - url "https://github.com/werf/werf/archive/refs/tags/v2.37.0.tar.gz" - sha256 "25ae794873cbd5d77c96b505bfbc1e5d10aaed13303056cec396c9dd67ff4850" + url "https://github.com/werf/werf/archive/refs/tags/v2.37.1.tar.gz" + sha256 "44dc105ff3faa5121217dcdf3d1e4dccd7285357f1a0f5eed610b817d6d01c6f" license "Apache-2.0" head "https://github.com/werf/werf.git", branch: "main" From ea7c148f41c786a475203a53e499edac385d2550 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:43:30 +0000 Subject: [PATCH 03002/10074] lzsa: add 1.4.1 bottle. --- Formula/l/lzsa.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/l/lzsa.rb b/Formula/l/lzsa.rb index b184accf3610f..4e25aa6cd1aa0 100644 --- a/Formula/l/lzsa.rb +++ b/Formula/l/lzsa.rb @@ -5,6 +5,15 @@ class Lzsa < Formula sha256 "c65ca1e6a43696f4ca5edc2c98229fba1044806bd21bc2a8ce4b867dc9cfc45c" license all_of: ["Zlib", "CC0-1.0"] + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7eaaf3697f803f186818868d7559275d20ea9ec91226108fe89ef69473956bc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6084774e138106256a64ac04b7982215238030aeaa01683b27e18b49dcf38e2f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9ffb170705de7d2308b5279d0a1021b3f1ccc4ea39067bfb5c05c23e12ef6bb0" + sha256 cellar: :any_skip_relocation, sonoma: "ae1a437c4e5e54ef88a9a59d6391633cc09c7b3c7320ceef4230b450364a9da6" + sha256 cellar: :any_skip_relocation, ventura: "8070f70739bc90d8c318087322f79f9b5a6fe9e499a8340993828a71f9aec55c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "372be0215ebb1371b04707ea21375a3c7acb2d2e34430455999a4c1f77eac999" + end + def install system "make" bin.install "lzsa" From 00a137a8a3a2de7a0494483b5aa03238fb310096 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:47:09 +0000 Subject: [PATCH 03003/10074] grafana-alloy: update 1.9.1 bottle. --- Formula/g/grafana-alloy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/grafana-alloy.rb b/Formula/g/grafana-alloy.rb index cb14e1edd727d..06e7411410300 100644 --- a/Formula/g/grafana-alloy.rb +++ b/Formula/g/grafana-alloy.rb @@ -7,12 +7,12 @@ class GrafanaAlloy < Formula head "https://github.com/grafana/alloy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f65156002238ebee8aa82ca63989e934bae4cd43afbe10f8e486599930435322" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd5b80c704a06275ec3729ad4a556fee9baa1374452dc6dacd97bb9137ebaf52" - sha256 cellar: :any_skip_relocation, arm64_ventura: "203fbe15bd1f51419b1a273f61492da89b0266239ee8c63cb1294bc36c0bdedf" - sha256 cellar: :any_skip_relocation, sonoma: "1fccb634e8bb90648f53f7e7aadd6e64d12543e1c4fc2483b8ba5216091162eb" - sha256 cellar: :any_skip_relocation, ventura: "4dd3a04f268ecbb9a0ceea3c6f137e2f546b8f717cc3ee0f1c2abc3d198b6753" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d63936181b562e5d016ae350be058d881514ed360ee0452a99d66fb6800144c0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fa4ab718ee2c2a349ec18cfc32b64efa61b8c893373c4bf2d4e60865f972b3f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2878ce46352a891e0e1403bc2b6ba622fd04bcc8f7c4a11527afe84f6ceb0ba" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b7085ef27a3379c15b020ece45c2b3bd27da7d46c210719f2e917b5df2bfc7f3" + sha256 cellar: :any_skip_relocation, sonoma: "e699aa684016788397b9f7ec8ceef2cf51c776eb6eec3a8de76af00d1b76cf3b" + sha256 cellar: :any_skip_relocation, ventura: "804524c5b40a63fa3c02e08450abecb11a325440959984c1c2dad5f271497b70" + sha256 cellar: :any_skip_relocation, x86_64_linux: "77707c1e4a40bf5710c5751cea903427946072c2a87fdd25d1bb2b9ab360e6e5" end depends_on "go" => :build From 32d749e9f6d1b4e8bd0d4ee979add3e91822cf00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:53:31 +0000 Subject: [PATCH 03004/10074] rattler-build: update 0.43.0 bottle. --- Formula/r/rattler-build.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rattler-build.rb b/Formula/r/rattler-build.rb index 5b2a24b8f2aa3..e4a6ed5a10fab 100644 --- a/Formula/r/rattler-build.rb +++ b/Formula/r/rattler-build.rb @@ -15,13 +15,13 @@ class RattlerBuild < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1184d0eed1aad636dff858b160ec490fd05e9d12a7906e55960f040907b4e6f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "105fc76f786755b470a867b72ed20835c9084b24c9bf7df5a108de0e9a430893" - sha256 cellar: :any_skip_relocation, arm64_ventura: "feda3dfe8d966da88288f4b25aede82aeedff93fccec60477a6450c7eaf4925b" - sha256 cellar: :any_skip_relocation, sonoma: "d97ef831e035576a36d20166b203185eddbe27d90d2898b5681539b07299267c" - sha256 cellar: :any_skip_relocation, ventura: "e3746e97bcaf588214763009dac86e88be5fc037af57106ac062ce063a638f78" - sha256 cellar: :any_skip_relocation, arm64_linux: "e1b92b45a375f86df178f9038642bab4fc3f3b072fff7a5e341a7e78bb6e066a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8c7f664d698de7aa26b4993e71b28bb03f267200ed270b5a30ab30e49db3171d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0efd16b4964c8fe624d516deda12fc371fea18793473699de94a39d4c2035c3d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8a1fbacf47cc9cbbb1f9d8b6f3d8533e322337acf4d6c60b97b3b429cd8f68e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2d3ea9b6be0e1ec7f0f5710e8999e9021c515bfcd6e13eadd2e8b875ff0a6873" + sha256 cellar: :any_skip_relocation, sonoma: "d05b38138d18b39855b62ddcfae1c979639fa01e5cbc781b91a2c0aa23c90d04" + sha256 cellar: :any_skip_relocation, ventura: "1b68acf7b908c94931e887ec520f949df732db47ab185ebd57f8dc88d77e0121" + sha256 cellar: :any_skip_relocation, arm64_linux: "76065d81dbfd0a59547da091acb98864acbc6d10356ed4d1284b62cddd74b6f9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a7ea9a074ff5181152a4cb0e6287dd15aa59d82ed975d911dc18b22c4119a954" end depends_on "pkgconf" => :build From 20f09330aeae771a75a31119641f2af085eeec8a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:54:30 +0000 Subject: [PATCH 03005/10074] werf: update 2.37.1 bottle. --- Formula/w/werf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index b825533574c01..bb6fcb8d147b6 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -15,13 +15,13 @@ class Werf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "23d8755d4f84a1206266b5ce2a4d58b742a029fab341dbe961abd5b79792a00f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb11fbdc62e92f9f98e4016f2b2133e0cf664f55f67f2cfb04c0555f75da195b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6b15a86cf23876da0cc2563e675443a855ebbfbd8e5c961d2be6edec00892bb1" - sha256 cellar: :any_skip_relocation, sonoma: "6604f92ec6bfa90ff64b387162a4e6212ae96d48ad0e35896ba0482db26cb01e" - sha256 cellar: :any_skip_relocation, ventura: "71609c5a6566ec49eb27b1600a4ed2959b9c803716a4550b758a05af6a10406e" - sha256 cellar: :any_skip_relocation, arm64_linux: "9cfd0dcd98a09f62760ee08f53bd4ba490c407f5d41003d19d80487022494d87" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2a4db5ae90e0efb61a11fd6c8ad3192d6d6857a0b3e8a2aa93c4a504a47fbd1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cac72e78a8ce2d07de7b612e3b5b6b31aa96296e47fb3fb975f49b5f5b1eac1e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bbca9ff7aef1d422abc2a07dea8b02316b3a7723799625c2f094081afcdcb7d4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "39c2a12b22e9e6f61807c6977b55236131863dab41d90244cf30b4c9ad66fc55" + sha256 cellar: :any_skip_relocation, sonoma: "e83f37c2ff00ec044cb94e9bf7987e37ffa1f99e8b7360f2dd94f6c5bfad6f56" + sha256 cellar: :any_skip_relocation, ventura: "9ebdc1b06ad4038380f25f96cf3ec3613dc9485b44c7e3f667fbbd2d3c22751a" + sha256 cellar: :any_skip_relocation, arm64_linux: "fe7fe2e865ad88f6cc94d6659d149124e59f418502f8ef8dc2de24790d4fd6c0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "220ff0484f1900edb67984738189befedb9dd9bf93437bd1ea73e97f242f75b6" end depends_on "go" => :build From f3458832ecbf3d648996e2541300c4b49b6ac377 Mon Sep 17 00:00:00 2001 From: DITA-OT Bot Date: Thu, 5 Jun 2025 18:08:57 +0300 Subject: [PATCH 03006/10074] dita-ot 4.3.2 Created via GitHub Action --- Formula/d/dita-ot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dita-ot.rb b/Formula/d/dita-ot.rb index 3c6ff0438cc35..5aa56340911bf 100644 --- a/Formula/d/dita-ot.rb +++ b/Formula/d/dita-ot.rb @@ -1,8 +1,8 @@ class DitaOt < Formula desc "DITA Open Toolkit is an implementation of the OASIS DITA specification" homepage "https://www.dita-ot.org/" - url "https://github.com/dita-ot/dita-ot/releases/download/4.3.1/dita-ot-4.3.1.zip" - sha256 "e0c4dbab82de03076d4b7fa7e22bd0ae6ed29a5d63e972fbeb7cb9571cb18e2a" + url "https://github.com/dita-ot/dita-ot/releases/download/4.3.2/dita-ot-4.3.2.zip" + sha256 "e4cf98321289ee0edbf819b441d1fa5e155099dcfc02132f2e130700e07114b3" license "Apache-2.0" livecheck do From dc3b141adcc4b0a1da552ece8ddcfe7889d502d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 15:11:14 +0000 Subject: [PATCH 03007/10074] vsce: update 3.5.0 bottle. --- Formula/v/vsce.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vsce.rb b/Formula/v/vsce.rb index 81aeac37ae710..9e8d13c820ae8 100644 --- a/Formula/v/vsce.rb +++ b/Formula/v/vsce.rb @@ -14,13 +14,13 @@ class Vsce < Formula end bottle do - sha256 arm64_sequoia: "b24a646ffe3394a8d6645ae8a4f98b9473966810c1f00ed24575e31d2fe23a67" - sha256 arm64_sonoma: "7e2cc6ff5907578406123f9b21d77008474952f4310179d67730ae7c8928e786" - sha256 arm64_ventura: "c6725b4473fc154d7946157565ed0a6d5f79bbfa726d7e549ba5432488e2d680" - sha256 sonoma: "a12a0c57153008e6b0865f5d6bd62d3b7da4df47934b52267eec3cae7f193e69" - sha256 ventura: "9386ee42a9c61fe5f0997080ce4e31a14549e15bcc74b4c255985f06a86fe4b3" - sha256 cellar: :any_skip_relocation, arm64_linux: "9e63bb13eb7b7947cb9060f9ab9fe2d8b23e0d1f6b1ddfad72f5eb35bdb6cf00" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bf936e711330acf51518ef9fe322b5aeade391b3790d8ee269f48e8b9243981a" + sha256 arm64_sequoia: "79b880f77b49416ff0ba21016dfe1eff4910e4df3fb8a8cd2e1f25eb17ba7045" + sha256 arm64_sonoma: "a82fccb99b1aa0e4b3b330e5013a8d862e47db39b65e2fbf3ff960273139c713" + sha256 arm64_ventura: "306f32638193a0cab65039e2caa3c1b7e35d6f20c441ead9d05a1800b6f61457" + sha256 sonoma: "16dfb079980e1d9cd482a8bc7b9c087cf867a500aa9e6453f06512f4f57f96bc" + sha256 ventura: "97445cb532b20d1844e09091550d793365747c26a7f812127f3d99badb638646" + sha256 cellar: :any_skip_relocation, arm64_linux: "a84098be53b536513b3ea83b6edc146d6d399281c9dc8f448c6d476397c513b4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6d0e23870896000d924a0665940c67b1e8a63ea31d76d82ed661b4cd9c7ec8e3" end depends_on "pkgconf" => :build From dff3b8afd49407a55557d9dea7c984737432cd04 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 15:27:47 +0000 Subject: [PATCH 03008/10074] dita-ot: update 4.3.2 bottle. --- Formula/d/dita-ot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dita-ot.rb b/Formula/d/dita-ot.rb index 5aa56340911bf..d9eba4a50bc86 100644 --- a/Formula/d/dita-ot.rb +++ b/Formula/d/dita-ot.rb @@ -13,13 +13,13 @@ class DitaOt < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "68f93968fe8b2a9750f00cf366ebd2a6857035f1fa05d1fe57ca947568783eaf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "68f93968fe8b2a9750f00cf366ebd2a6857035f1fa05d1fe57ca947568783eaf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "68f93968fe8b2a9750f00cf366ebd2a6857035f1fa05d1fe57ca947568783eaf" - sha256 cellar: :any_skip_relocation, sonoma: "1ad7a7dfa44099570465acd1059e89c9ceadb2b6f2cae24fb1aaf74ade65fe8c" - sha256 cellar: :any_skip_relocation, ventura: "1ad7a7dfa44099570465acd1059e89c9ceadb2b6f2cae24fb1aaf74ade65fe8c" - sha256 cellar: :any_skip_relocation, arm64_linux: "aed6e7b84c823f4e9c15934449e88ebe0210a7de34ef968bc2785c74634933a8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aed6e7b84c823f4e9c15934449e88ebe0210a7de34ef968bc2785c74634933a8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7f739da85ad61e2851d2cf15ab1896d901158e024ac7a117b5f1abbe9669b72" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7f739da85ad61e2851d2cf15ab1896d901158e024ac7a117b5f1abbe9669b72" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a7f739da85ad61e2851d2cf15ab1896d901158e024ac7a117b5f1abbe9669b72" + sha256 cellar: :any_skip_relocation, sonoma: "5188796cddaf20adf640b8d238814e62daa08ac10a1f2bb07ea6570a3a2bdaa6" + sha256 cellar: :any_skip_relocation, ventura: "5188796cddaf20adf640b8d238814e62daa08ac10a1f2bb07ea6570a3a2bdaa6" + sha256 cellar: :any_skip_relocation, arm64_linux: "62292ce7f061c6f472eb259c39050f17da94be0b3d1da8bb9fa5e79c5b19c3ae" + sha256 cellar: :any_skip_relocation, x86_64_linux: "62292ce7f061c6f472eb259c39050f17da94be0b3d1da8bb9fa5e79c5b19c3ae" end depends_on "openjdk" From 68301d6adddb99542017210cb586a9aa8f466563 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 16:55:40 +0000 Subject: [PATCH 03009/10074] consul-template 0.41.0 --- Formula/c/consul-template.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/consul-template.rb b/Formula/c/consul-template.rb index 166b4689b1e20..0ad3a0f184e9e 100644 --- a/Formula/c/consul-template.rb +++ b/Formula/c/consul-template.rb @@ -1,8 +1,8 @@ class ConsulTemplate < Formula desc "Generic template rendering and notifications with Consul" homepage "https://github.com/hashicorp/consul-template" - url "https://github.com/hashicorp/consul-template/archive/refs/tags/v0.40.0.tar.gz" - sha256 "cb74e87b972f6450f33c267cca332737aca00fa51d25c3fae65048158d393b27" + url "https://github.com/hashicorp/consul-template/archive/refs/tags/v0.41.0.tar.gz" + sha256 "8cf922fa04fd26b035e00ffbb300101e11aeb54edbfc0364f7dd4270370f18cf" license "MPL-2.0" head "https://github.com/hashicorp/consul-template.git", branch: "master" From 864b35ac70a828b41d74fe6d1d447e6cf53a2f89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 16:57:00 +0000 Subject: [PATCH 03010/10074] devcontainer 0.77.0 --- Formula/d/devcontainer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/devcontainer.rb b/Formula/d/devcontainer.rb index 07465a397953c..a70f60b615983 100644 --- a/Formula/d/devcontainer.rb +++ b/Formula/d/devcontainer.rb @@ -1,8 +1,8 @@ class Devcontainer < Formula desc "Reference implementation for the Development Containers specification" homepage "https://containers.dev" - url "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.76.0.tgz" - sha256 "3725a3db0d9c42c2eae21cc32972674288f6c5d55b5b11c3b09fc7fc53dd9f26" + url "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.77.0.tgz" + sha256 "3288c57a7419afb158390a398b866b1347a76039c071caa0d25f6c7bb1f04f78" license "MIT" bottle do From cc614c7f3ae205a18adb6d54dc87480c896a80d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 16:57:26 +0000 Subject: [PATCH 03011/10074] docker-compose 2.37.0 --- Formula/d/docker-compose.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-compose.rb b/Formula/d/docker-compose.rb index db5e33b6bb36f..3cc6b7712287b 100644 --- a/Formula/d/docker-compose.rb +++ b/Formula/d/docker-compose.rb @@ -1,8 +1,8 @@ class DockerCompose < Formula desc "Isolated development environments using Docker" homepage "https://docs.docker.com/compose/" - url "https://github.com/docker/compose/archive/refs/tags/v2.36.2.tar.gz" - sha256 "a093a9bbc646f3f6772eb4e2096a3df02618b394568325e4972b9382b0dd67e8" + url "https://github.com/docker/compose/archive/refs/tags/v2.37.0.tar.gz" + sha256 "f8d8a613b27e95fb56eef7a8a97c8a63a87d1d6d292837f343bc855c33333772" license "Apache-2.0" head "https://github.com/docker/compose.git", branch: "main" From 949a8059a1f98c9829f9022365c56f0ed98df678 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 16:58:09 +0000 Subject: [PATCH 03012/10074] e2b 1.4.3 --- Formula/e/e2b.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/e2b.rb b/Formula/e/e2b.rb index 704dae1235272..d8db2c2b26131 100644 --- a/Formula/e/e2b.rb +++ b/Formula/e/e2b.rb @@ -1,8 +1,8 @@ class E2b < Formula desc "CLI to manage E2B sandboxes and templates" homepage "https://e2b.dev" - url "https://registry.npmjs.org/@e2b/cli/-/cli-1.4.1.tgz" - sha256 "ed6be9a7dcfb294e0eebe194d125292602f6539163e11f9f841e14f6ca87ceb9" + url "https://registry.npmjs.org/@e2b/cli/-/cli-1.4.3.tgz" + sha256 "f083d2f47641d01c32d7cc9f2be18fd4f34abf86985dbfcb430f3ef882788866" license "Apache-2.0" bottle do From 9c17e65b8ec4bca59c54dda9c948065613f4888b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 16:59:28 +0000 Subject: [PATCH 03013/10074] fern-api 0.63.31 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index fa0f12d252be0..0d2157fc5c983 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.28.tgz" - sha256 "4dd55d7801cd746fc67a94ff0c749e8f31eae2a3570ec96af80c05e17282d395" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.31.tgz" + sha256 "8cbb3953c0a2b1b1aa17fbe82b99cc75de2ee30af82fbfa1b72df630ba9274ef" license "Apache-2.0" bottle do From dfb86557fa80dd7f6f1d545224fcdad0d6d7ec1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:01:36 +0000 Subject: [PATCH 03014/10074] gradle 8.14.2 --- Formula/g/gradle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gradle.rb b/Formula/g/gradle.rb index 92f00af779165..2cf29b1a2070d 100644 --- a/Formula/g/gradle.rb +++ b/Formula/g/gradle.rb @@ -1,8 +1,8 @@ class Gradle < Formula desc "Open-source build automation tool based on the Groovy and Kotlin DSL" homepage "https://www.gradle.org/" - url "https://services.gradle.org/distributions/gradle-8.14.1-all.zip" - sha256 "d7042b3c11565c192041fc8c4703f541b888286404b4f267138c1d094d8ecdca" + url "https://services.gradle.org/distributions/gradle-8.14.2-all.zip" + sha256 "443c9c8ee2ac1ee0e11881a40f2376d79c66386264a44b24a9f8ca67e633375f" license "Apache-2.0" livecheck do From 1a35761a71628fa1b55eecb09a25b8ebd978a12e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:03:07 +0000 Subject: [PATCH 03015/10074] iputils 20250605 --- Formula/i/iputils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/iputils.rb b/Formula/i/iputils.rb index a72174176aeae..0615830e38e34 100644 --- a/Formula/i/iputils.rb +++ b/Formula/i/iputils.rb @@ -1,8 +1,8 @@ class Iputils < Formula desc "Set of small useful utilities for Linux networking" homepage "https://github.com/iputils/iputils" - url "https://github.com/iputils/iputils/archive/refs/tags/20250602.tar.gz" - sha256 "79048b6a74b4831d6ee5f50ea5122ca2123bad6adc49bc9008c126061ded6a69" + url "https://github.com/iputils/iputils/archive/refs/tags/20250605.tar.gz" + sha256 "19e680c9eef8c079da4da37040b5f5453763205b4edfb1e2c114de77908927e4" license all_of: ["GPL-2.0-or-later", "BSD-3-Clause"] head "https://github.com/iputils/iputils.git", branch: "master" From 28365ff6291109811be3b0e2bda9ad120592d3ce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:08:39 +0000 Subject: [PATCH 03016/10074] netdata 2.5.3 --- Formula/n/netdata.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/netdata.rb b/Formula/n/netdata.rb index 6ca81072ec44f..1f8009bf0c380 100644 --- a/Formula/n/netdata.rb +++ b/Formula/n/netdata.rb @@ -1,8 +1,8 @@ class Netdata < Formula desc "Diagnose infrastructure problems with metrics, visualizations & alarms" homepage "https://www.netdata.cloud/" - url "https://github.com/netdata/netdata/releases/download/v2.5.2/netdata-v2.5.2.tar.gz" - sha256 "c4b969ea4fb6bc97828915ffd714a8898475640fe864ef624aae577fc1ae6de1" + url "https://github.com/netdata/netdata/releases/download/v2.5.3/netdata-v2.5.3.tar.gz" + sha256 "d0d17d5e6c64b520241371bcf60b5859ad482463327fcfbe5a6e0069415c58c6" license "GPL-3.0-or-later" livecheck do From 96da8925c92471a18b8575c8bf48ab1f3fba8b7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:15:25 +0000 Subject: [PATCH 03017/10074] samba 4.22.2 --- Formula/s/samba.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/samba.rb b/Formula/s/samba.rb index 96b323fe75202..dbe4f6410dfd3 100644 --- a/Formula/s/samba.rb +++ b/Formula/s/samba.rb @@ -4,8 +4,8 @@ class Samba < Formula # option. The shared folder appears in the guest as "\\10.0.2.4\qemu". desc "SMB/CIFS file, print, and login server for UNIX" homepage "https://www.samba.org/" - url "https://download.samba.org/pub/samba/stable/samba-4.22.1.tar.gz" - sha256 "6a1f89f1ab25916e255f1c2c3a4a88235a854af2eca40bb9d9bba7545b684a0a" + url "https://download.samba.org/pub/samba/stable/samba-4.22.2.tar.gz" + sha256 "d9ac8e224a200159e62c651cf42307dc162212ec25d04eb6800b9a7ccfbcc3c1" license "GPL-3.0-or-later" livecheck do From ad49b209df220c797911d1370ab806f98cabaa66 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:18:51 +0000 Subject: [PATCH 03018/10074] testkube 2.1.156 --- Formula/t/testkube.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 1f004e2bfa026..715204f05cc05 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -1,8 +1,8 @@ class Testkube < Formula desc "Kubernetes-native framework for test definition and execution" homepage "https://testkube.io" - url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.155.tar.gz" - sha256 "b9b80e3bbda200fa1033d29f98e6aa837c6a6ebcfd23ffbdd7fb51c2901988e4" + url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.156.tar.gz" + sha256 "d919149ecc886dd25d1f4fc604daad6d8281095e8b4f21b4d64785e56cccca1c" license "MIT" head "https://github.com/kubeshop/testkube.git", branch: "main" From 5b38bb9ec3bbcb097deaea8ca5cd6b168d24cd13 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:19:51 +0000 Subject: [PATCH 03019/10074] typstyle 0.13.10 --- Formula/t/typstyle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/typstyle.rb b/Formula/t/typstyle.rb index 0fce851b86a95..b34709ba5395a 100644 --- a/Formula/t/typstyle.rb +++ b/Formula/t/typstyle.rb @@ -1,8 +1,8 @@ class Typstyle < Formula desc "Beautiful and reliable typst code formatter" homepage "https://enter-tainer.github.io/typstyle/" - url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.13.9.tar.gz" - sha256 "8c2952ee9d07b76ddeac56b34476e0b7b7ed6a84c5fe7aca1b07fb81a462c49b" + url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.13.10.tar.gz" + sha256 "9fe4f555cd3d838341443d92d18d45394d57df08aaab276bbab074ccb1a0fcb3" license "Apache-2.0" head "https://github.com/Enter-tainer/typstyle.git", branch: "master" From 24a566e1bdab6aa9948285b765b4c137c0c63f25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:20:16 +0000 Subject: [PATCH 03020/10074] vapor 19.2.0 --- Formula/v/vapor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vapor.rb b/Formula/v/vapor.rb index 4a617370b00ec..f2c57b65c0d45 100644 --- a/Formula/v/vapor.rb +++ b/Formula/v/vapor.rb @@ -1,8 +1,8 @@ class Vapor < Formula desc "Command-line tool for Vapor (Server-side Swift web framework)" homepage "https://vapor.codes" - url "https://github.com/vapor/toolbox/archive/refs/tags/19.1.1.tar.gz" - sha256 "59e51d3e1d046b85fe664da7fea28e65996e200b5bac906203788dc17d4301d6" + url "https://github.com/vapor/toolbox/archive/refs/tags/19.2.0.tar.gz" + sha256 "c2970459166469afe8614ecdca33dae556a5e2fb386b92eeba2498af9014fc60" license "MIT" head "https://github.com/vapor/toolbox.git", branch: "main" From 59cdf03ad8f75e8e0a9afbdcd55e17ac2ead4eeb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:20:39 +0000 Subject: [PATCH 03021/10074] vips 8.17.0 --- Formula/v/vips.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vips.rb b/Formula/v/vips.rb index ba4265924959c..3eea20f1e88af 100644 --- a/Formula/v/vips.rb +++ b/Formula/v/vips.rb @@ -1,8 +1,8 @@ class Vips < Formula desc "Image processing library" homepage "https://github.com/libvips/libvips" - url "https://github.com/libvips/libvips/releases/download/v8.16.1/vips-8.16.1.tar.xz" - sha256 "d114d7c132ec5b45f116d654e17bb4af84561e3041183cd4bfd79abfb85cf724" + url "https://github.com/libvips/libvips/releases/download/v8.17.0/vips-8.17.0.tar.xz" + sha256 "8256a82f2e64c119ffadac99822350f45212f16df2505ea8dbae5ff4d0001996" license "LGPL-2.1-or-later" livecheck do From 08b036348cfe5dd3c3ab502ec0e68b5ed4f6c993 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:22:11 +0000 Subject: [PATCH 03022/10074] xrootd 5.8.3 --- Formula/x/xrootd.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/x/xrootd.rb b/Formula/x/xrootd.rb index 869a61cc3cec2..6adbd615ad782 100644 --- a/Formula/x/xrootd.rb +++ b/Formula/x/xrootd.rb @@ -1,9 +1,9 @@ class Xrootd < Formula desc "High performance, scalable, fault-tolerant access to data" homepage "https://xrootd.slac.stanford.edu/" - url "https://github.com/xrootd/xrootd/releases/download/v5.8.2/xrootd-5.8.2.tar.gz" - mirror "https://xrootd.slac.stanford.edu/download/v5.8.2/xrootd-5.8.2.tar.gz" - sha256 "738111dabdf6c06094ae5d4ccac9471617a3d2a7b4c0dbe15c3717153c3a9564" + url "https://github.com/xrootd/xrootd/releases/download/v5.8.3/xrootd-5.8.3.tar.gz" + mirror "https://xrootd.slac.stanford.edu/download/v5.8.3/xrootd-5.8.3.tar.gz" + sha256 "8d7ac76eff83540c595a290c56e9cb493d582a93af743e7ef4b4160289c25ff3" license "LGPL-3.0-or-later" head "https://github.com/xrootd/xrootd.git", branch: "master" From 325adacc04395e61c1c9f03cfe62f4002e5cc9d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:23:11 +0000 Subject: [PATCH 03023/10074] docker-compose: update 2.37.0 bottle. --- Formula/d/docker-compose.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-compose.rb b/Formula/d/docker-compose.rb index 3cc6b7712287b..1044b58c1e0c5 100644 --- a/Formula/d/docker-compose.rb +++ b/Formula/d/docker-compose.rb @@ -15,12 +15,12 @@ class DockerCompose < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d981a6f4c0881ea03fe265d3832982e73eb948e0acba5582568b6655b1714f1e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3bc57871266692227c0fd2547e6c4aa51ae6c5b7e6df8f0abafd74743b2ed90" - sha256 cellar: :any_skip_relocation, arm64_ventura: "36fa203d8255cfa431363db6b2a565a77b82d01684cbfe77737328ae24082ba2" - sha256 cellar: :any_skip_relocation, sonoma: "96a210e3bb7333ac18a057e43403a697cfb14f20fb838ce267327a47c79fc00b" - sha256 cellar: :any_skip_relocation, ventura: "8fbd9f89bfe1ebd6ef6896363bc0d92f9b35518c1d3eb09cf63ce2d8f4f1981f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "82b32a0c7bfeedbf9455ab5723c7fd7c335f206c2cc8e01f557b9eb128721e8a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a1ea5c53c35773db0f896651a7ad55eead4571d1ca99b3b5321ebbcd94f3191" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52f92ac50245dd245e815a360c5ef5aa803389287e2511de7fd66fec4f06a107" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e433967c8bdbf02db2e3d584c6948497192d089cb78755d8e36418aa446c585e" + sha256 cellar: :any_skip_relocation, sonoma: "c9aa62f0fd0286a0b0c011e6f3babc69da4b58945fa35f1a1ef6f2d2e2ed88d6" + sha256 cellar: :any_skip_relocation, ventura: "e8473c91b657c1431e9fbf40cd6f4e0496d0da87c97d85d3248358ce8a69ca4d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "23f0c7515810ffb255fbf82e5c5a7744f8bd8416cd9250bf02e2dd6ed77810a6" end depends_on "go" => :build From 2845420481c9f4bd9fdef1125ece4dee3742843e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:46:14 +0000 Subject: [PATCH 03024/10074] testkube: update 2.1.156 bottle. --- Formula/t/testkube.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 715204f05cc05..566794eb17d41 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -12,12 +12,12 @@ class Testkube < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e19a68467bf90c0b9b994bfba8a20aa0e56c4f65e36ac3de069dcd08ec1e2f0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e19a68467bf90c0b9b994bfba8a20aa0e56c4f65e36ac3de069dcd08ec1e2f0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2e19a68467bf90c0b9b994bfba8a20aa0e56c4f65e36ac3de069dcd08ec1e2f0" - sha256 cellar: :any_skip_relocation, sonoma: "0cca640d348419bdb0385d20792b8a16e6234175531e54e2d640e218c467f0bf" - sha256 cellar: :any_skip_relocation, ventura: "0cca640d348419bdb0385d20792b8a16e6234175531e54e2d640e218c467f0bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4edcce96c70bb403eeb78d91d04b8eaee65ebfa321c9235f920b867eee249ff1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b7249b6bf66aeea03e05b78d7d696a1414910b9944ac64ecdef1195ecd3a8cb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b7249b6bf66aeea03e05b78d7d696a1414910b9944ac64ecdef1195ecd3a8cb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b7249b6bf66aeea03e05b78d7d696a1414910b9944ac64ecdef1195ecd3a8cb" + sha256 cellar: :any_skip_relocation, sonoma: "1207517e191ffac779feaddc2bcc8415926d4f6432f095bb48a72a7c36da2aeb" + sha256 cellar: :any_skip_relocation, ventura: "1207517e191ffac779feaddc2bcc8415926d4f6432f095bb48a72a7c36da2aeb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "16c498adb9c931f46245048a8a82ee236a875b810dfe599482a6a9e249ee6838" end depends_on "go" => :build From de7f102573524a81652a817af09c46c1f276ac7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:53:46 +0000 Subject: [PATCH 03025/10074] gradle: update 8.14.2 bottle. --- Formula/g/gradle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gradle.rb b/Formula/g/gradle.rb index 2cf29b1a2070d..e8d26f82869a5 100644 --- a/Formula/g/gradle.rb +++ b/Formula/g/gradle.rb @@ -11,7 +11,7 @@ class Gradle < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "4d97bfe0629e445960336ac25bad3e8dad1562e886167c844a61a7fe0d4c9799" + sha256 cellar: :any_skip_relocation, all: "11970c2e53f6ee9814c0c612b46ab4f586fb5fa4c1b6c9c9447e736ba82764ce" end # https://github.com/gradle/gradle/blob/master/platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc From f138495f9580eea1a44b0c201bede3111c62e710 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:54:05 +0000 Subject: [PATCH 03026/10074] vapor: update 19.2.0 bottle. --- Formula/v/vapor.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vapor.rb b/Formula/v/vapor.rb index f2c57b65c0d45..3bdf027a72c77 100644 --- a/Formula/v/vapor.rb +++ b/Formula/v/vapor.rb @@ -7,13 +7,13 @@ class Vapor < Formula head "https://github.com/vapor/toolbox.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "702d70ded6b2c22677204cedbfa5346421b2943753e5a28e625a1790f47cabcf" - sha256 cellar: :any, arm64_sonoma: "2c0259ab78e9880a59db090f0be164e248992722a370492f5fd7fc361e0c7069" - sha256 cellar: :any, arm64_ventura: "7912d37527169a5b38fc117eca3d478def1c3434e1963d8b99d841d61e4aef05" - sha256 cellar: :any, sonoma: "8fa0660d40e6a186204bb8d5075db073087043e198af164e6821c654fc6ed8a4" - sha256 cellar: :any, ventura: "824bc70bd9ba27f645a011ed37841ce2fa307dc2b126c5115f43a840fafdfd8b" - sha256 arm64_linux: "10e1b470daefac9fbe28cf49959c2a1e41f10bc294ced177a4fe327c913c10e3" - sha256 x86_64_linux: "ee157b7f048c6a876bfc94f242b56cdf6139f16ee30fe34fd8fc548f70dd58e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f2c6943fa3c7ce08edf4fe755bc457fd5182b5cbefbb8d72c529c9c725b7a29" + sha256 cellar: :any, arm64_sonoma: "e4eb5458e494f81f695d6be97343d49befba175e46d1408f2d97d39ad60a9e3e" + sha256 cellar: :any, arm64_ventura: "485828ab22141232f3b316fe8bb6d71140de71ef521de4854a1500b922ba093b" + sha256 cellar: :any, sonoma: "286cab5c6174a01ace08ae6c190aff18d484b7466ea718164bea75ced45540db" + sha256 cellar: :any, ventura: "140bed5e1eb6392a50317549580f1ed06031cc684c32337cc28e668e92d71e89" + sha256 arm64_linux: "3c7444e3bc22eda208626e10ebf482b669a7fe043cd83912ed9227e4e8b5a681" + sha256 x86_64_linux: "68d00588ea3a03d785c0e2fd0745d3310136cd5f366de20a9b2db8142d0be06b" end uses_from_macos "swift", since: :sequoia # Swift 6.0 From b984f6039d54929244ef9b1eea4ccb8dc2dbbf05 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:55:39 +0000 Subject: [PATCH 03027/10074] iputils: update 20250605 bottle. --- Formula/i/iputils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/iputils.rb b/Formula/i/iputils.rb index 0615830e38e34..3789ba1449127 100644 --- a/Formula/i/iputils.rb +++ b/Formula/i/iputils.rb @@ -7,8 +7,8 @@ class Iputils < Formula head "https://github.com/iputils/iputils.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "6e815977ef9efdc2a3e17a19cd2ff0360359bc9de2789f086abee5e65d1c92d4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fda656bf3d0765f8d6612bb716e40d338a3511514799f8bd415104f559e9aa36" + sha256 cellar: :any_skip_relocation, arm64_linux: "37484fe1294ed3aa7acb9e302b59eff14e200c35659d8e1efdfdfb1fad80ecae" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70b1f0b987ee90225aecb3dec9012bdc1a8e25cb5f6b0530af39dae2c46970bc" end depends_on "meson" => :build From 6b988339910dd72a93233dea1810ed8be30ef319 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:49:52 +0000 Subject: [PATCH 03028/10074] awscli 2.27.30 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 649be78009a8b..b42c9f26fe4c8 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.29.tar.gz" - sha256 "d8c8b8eaada2fb136ef62dd276e36486eddfd2b811b44c3f62368d2496f986f0" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.30.tar.gz" + sha256 "cf70493df29621d21df76b8954bcff6717de09e66fec3cc3d179a59daf9058bf" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 0e67782ef99649138c803d955002f1001d884542 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:50:35 +0000 Subject: [PATCH 03029/10074] awscli@1 1.40.30 --- Formula/a/awscli@1.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/awscli@1.rb b/Formula/a/awscli@1.rb index a5cdbbe5b5903..ddb16cd476457 100644 --- a/Formula/a/awscli@1.rb +++ b/Formula/a/awscli@1.rb @@ -4,8 +4,8 @@ class AwscliAT1 < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" # awscli should only be updated every 10 releases on multiples of 10 - url "https://files.pythonhosted.org/packages/ff/83/f201114c0dc90e5f5a507801962917ef7d46baab8eda1d1e02fa47bff8d8/awscli-1.40.20.tar.gz" - sha256 "5b04949cec5a9cde46af0b1502c70211d9b1be98b9aee170605de2872ef2706d" + url "https://files.pythonhosted.org/packages/71/1b/5c1faaad402c5f8cdd18641352b1d1a29311de751cd2414378689d0f694e/awscli-1.40.30.tar.gz" + sha256 "ba426b2053d0ddb8749af7d2f99783f8c2674795382c2c9eedb458ad772ae270" license "Apache-2.0" livecheck do @@ -32,8 +32,8 @@ class AwscliAT1 < Formula uses_from_macos "mandoc" resource "botocore" do - url "https://files.pythonhosted.org/packages/05/4a/89f2beab6757c900b15aa301227c9447feff7d327ff0595a2b74406a388c/botocore-1.38.21.tar.gz" - sha256 "08d5e9c00e5cc9e0ae0e60570846011789dc7f1d4ea094b3f3e3f3ae1ff2063a" + url "https://files.pythonhosted.org/packages/08/82/3ea41d7fdc822e445d20a381dfc080a962f8f86b237bf38afef9f1c89982/botocore-1.38.31.tar.gz" + sha256 "50daef3457ebcab25daaa28a087986575510529bdc3cc784f86e8cb187f7a4ff" end resource "colorama" do @@ -72,8 +72,8 @@ class AwscliAT1 < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do From 2d0be3e210ea430cf64489f29416807e9ad5eb9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:51:12 +0000 Subject: [PATCH 03030/10074] bbtools 39.27 --- Formula/b/bbtools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bbtools.rb b/Formula/b/bbtools.rb index 4d1ea8132ef59..9234b111775b5 100644 --- a/Formula/b/bbtools.rb +++ b/Formula/b/bbtools.rb @@ -1,8 +1,8 @@ class Bbtools < Formula desc "Brian Bushnell's tools for manipulating reads" homepage "https://jgi.doe.gov/data-and-tools/software-tools/bbtools/" - url "https://downloads.sourceforge.net/bbmap/BBMap_39.26.tar.gz" - sha256 "cbeaeb53b7d9051b16f5b15a1628012f053491da0c1684bc88ff9aec69b331c8" + url "https://downloads.sourceforge.net/bbmap/BBMap_39.27.tar.gz" + sha256 "1215b4fa39480fb2eb668885b3cfd9cc42d5f773cd37c04e8115f6cb82789d97" license "BSD-3-Clause" bottle do From 4d6d3f3e273b584a2432d98a7ab4d949d8e84c4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:53:50 +0000 Subject: [PATCH 03031/10074] checkdmarc 5.8.6 --- Formula/c/checkdmarc.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index dc81df8708475..505fb824eb6e8 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -3,8 +3,8 @@ class Checkdmarc < Formula desc "Command-line parser for SPF and DMARC DNS records" homepage "https://domainaware.github.io/checkdmarc/" - url "https://files.pythonhosted.org/packages/44/77/19c7161cbaf2f52898ffc008518c415789399c0df8888d1ce551b185a170/checkdmarc-5.8.5.tar.gz" - sha256 "4bed9e7da3c21025c153d1427ded6665035d66316216d5a1558b343e5ca1fa30" + url "https://files.pythonhosted.org/packages/de/86/0f0d08402bc7184d5cd04be366b66087c93cd8616f008f8b808888e3a0da/checkdmarc-5.8.6.tar.gz" + sha256 "1e36d52fc73bdcad8f9904e47c3213c71126eb1ca69b6aa8e43f460cf8e4d52c" license "Apache-2.0" head "https://github.com/domainaware/checkdmarc.git", branch: "master" @@ -47,8 +47,8 @@ class Checkdmarc < Formula end resource "publicsuffixlist" do - url "https://files.pythonhosted.org/packages/c2/f2/5d2922b9e402a93bfb7d58015218daa051bc7b160e7ce3fc97a35c809686/publicsuffixlist-1.0.2.20250603.tar.gz" - sha256 "ca294e03cbca2dbed0d4a4c033bfa23b91c89298402e2f812fae11757229717e" + url "https://files.pythonhosted.org/packages/d8/c3/1ec33b2f8b88c03b873c905a29b9ec27758fdb07d19fb3e881bf5ec2ac1e/publicsuffixlist-1.0.2.20250605.tar.gz" + sha256 "27cb854acc9ebc7e4da646d9cb9a5b4d74d9fe75cb95872de466f0790cc6678b" end resource "pyleri" do From 56770eb31b332ecdb7d4f8e4bf39f20533e0f8ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:54:11 +0000 Subject: [PATCH 03032/10074] clarinet 3.1.0 --- Formula/c/clarinet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/clarinet.rb b/Formula/c/clarinet.rb index 629b9870de5ec..d8a550f4dd24f 100644 --- a/Formula/c/clarinet.rb +++ b/Formula/c/clarinet.rb @@ -1,8 +1,8 @@ class Clarinet < Formula desc "Command-line tool and runtime for the Clarity smart contract language" homepage "https://www.hiro.so/clarinet" - url "https://github.com/hirosystems/clarinet/archive/refs/tags/v3.0.2.tar.gz" - sha256 "5af2a139214e832a8e00cf017439d782a8927939ed1b42b2642315e317076da4" + url "https://github.com/hirosystems/clarinet/archive/refs/tags/v3.1.0.tar.gz" + sha256 "9f072a28f9d333683fdefb68a23d78ccdcbd05706e06bf103cba815854698a18" license "GPL-3.0-only" head "https://github.com/hirosystems/clarinet.git", branch: "main" From 3252f347fb2aacd17da3131ea61c29752cfd382a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:59:36 +0000 Subject: [PATCH 03033/10074] flyctl 0.3.140 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index d0e0195a5f657..f8dd3fe258275 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.139", - revision: "9547a1abd262f49d5f3aa7d41ebd0c3a91776377" + tag: "v0.3.140", + revision: "4ffd0f78f2fdf38aabe4f8989e55905fe6802196" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From cf51fcea927153d428e03b4d9014a59b682d0cbb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:00:33 +0000 Subject: [PATCH 03034/10074] git-annex 10.20250605 --- Formula/g/git-annex.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-annex.rb b/Formula/g/git-annex.rb index 50030b414028f..84eb2b14bc616 100644 --- a/Formula/g/git-annex.rb +++ b/Formula/g/git-annex.rb @@ -1,8 +1,8 @@ class GitAnnex < Formula desc "Manage files with git without checking in file contents" homepage "https://git-annex.branchable.com/" - url "https://hackage.haskell.org/package/git-annex-10.20250520/git-annex-10.20250520.tar.gz" - sha256 "2931e8bcb0b2135e419d5a0b8143648be5a049c3a55305412f0b4236ea250b97" + url "https://hackage.haskell.org/package/git-annex-10.20250605/git-annex-10.20250605.tar.gz" + sha256 "72782fde9a2ddadc6f09f2d90cde2eb7a13248f19f95d7a41ba95ba4bd347e2b" license all_of: ["AGPL-3.0-or-later", "BSD-2-Clause", "BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-or-later", "MIT"] head "git://git-annex.branchable.com/", branch: "master" From bd54fb715c47055cb2bc083bc86c7524150f1d0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:01:04 +0000 Subject: [PATCH 03035/10074] gleam 1.11.1 --- Formula/g/gleam.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gleam.rb b/Formula/g/gleam.rb index ea4b04baa63e6..22994570149bf 100644 --- a/Formula/g/gleam.rb +++ b/Formula/g/gleam.rb @@ -1,8 +1,8 @@ class Gleam < Formula desc "Statically typed language for the Erlang VM" homepage "https://gleam.run" - url "https://github.com/gleam-lang/gleam/archive/refs/tags/v1.11.0.tar.gz" - sha256 "92141dd13b8dbe279abb3b3ef89ee15e7a960a17b2da18e9a7d079f1552e47a7" + url "https://github.com/gleam-lang/gleam/archive/refs/tags/v1.11.1.tar.gz" + sha256 "34dfdc397835849bc56ac01bf45e68ee9cfc3c99609fb7b3ab02910930a8c40d" license "Apache-2.0" head "https://github.com/gleam-lang/gleam.git", branch: "main" From 9ee71d2f51ddca7f1cdef172cc810f2ac79f76bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:01:34 +0000 Subject: [PATCH 03036/10074] go 1.24.4 --- Formula/g/go.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/go.rb b/Formula/g/go.rb index 9346999e74788..ef11434e3a6fa 100644 --- a/Formula/g/go.rb +++ b/Formula/g/go.rb @@ -1,9 +1,9 @@ class Go < Formula desc "Open source programming language to build simple/reliable/efficient software" homepage "https://go.dev/" - url "https://go.dev/dl/go1.24.3.src.tar.gz" - mirror "https://fossies.org/linux/misc/go1.24.3.src.tar.gz" - sha256 "229c08b600b1446798109fae1f569228102c8473caba8104b6418cb5bc032878" + url "https://go.dev/dl/go1.24.4.src.tar.gz" + mirror "https://fossies.org/linux/misc/go1.24.4.src.tar.gz" + sha256 "5a86a83a31f9fa81490b8c5420ac384fd3d95a3e71fba665c7b3f95d1dfef2b4" license "BSD-3-Clause" head "https://go.googlesource.com/go.git", branch: "master" From 91bff9e1a096e1ad7a6789851e6a0d023aeabdbe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:01:46 +0000 Subject: [PATCH 03037/10074] go@1.23 1.23.10 --- Formula/g/go@1.23.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/go@1.23.rb b/Formula/g/go@1.23.rb index af9435d55636e..5c48bf99b2387 100644 --- a/Formula/g/go@1.23.rb +++ b/Formula/g/go@1.23.rb @@ -1,9 +1,9 @@ class GoAT123 < Formula desc "Open source programming language to build simple/reliable/efficient software" homepage "https://go.dev/" - url "https://go.dev/dl/go1.23.9.src.tar.gz" - mirror "https://fossies.org/linux/misc/go1.23.9.src.tar.gz" - sha256 "08f6419547563ed9e7037d12b9c8909677c72f75f62ef85887ed9dbf49b8d2dd" + url "https://go.dev/dl/go1.23.10.src.tar.gz" + mirror "https://fossies.org/linux/misc/go1.23.10.src.tar.gz" + sha256 "800a7ae1bff179a227b653a2f644517c800443b8b4abf3273af5e1cb7113de59" license "BSD-3-Clause" livecheck do From 5eded3e13d4803fc59f0778fe566d85d6ad4d109 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:03:55 +0000 Subject: [PATCH 03038/10074] ipsw 3.1.609 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index d9f45fe0a8a5b..c024b6c370766 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.608.tar.gz" - sha256 "adbb4251ff7140e780fb7db37030e31c03c4d0307f19f1a8576fd8772e1e35ca" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.609.tar.gz" + sha256 "863d1f2b627adcb77a8fdc55a5a740865a2ac7f90a1a2e3571977c4b00ac7327" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From 97e20803a993e860b4b404fad346370305d76f7e Mon Sep 17 00:00:00 2001 From: cakevm Date: Thu, 5 Jun 2025 21:24:44 +0200 Subject: [PATCH 03039/10074] lighthouse: fix compiling on macOS with 7.0.1 --- Formula/l/lighthouse.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/l/lighthouse.rb b/Formula/l/lighthouse.rb index 3bacf95469b3b..4c807675447b1 100644 --- a/Formula/l/lighthouse.rb +++ b/Formula/l/lighthouse.rb @@ -1,8 +1,8 @@ class Lighthouse < Formula desc "Rust Ethereum 2.0 Client" homepage "https://lighthouse.sigmaprime.io/" - url "https://github.com/sigp/lighthouse/archive/refs/tags/v6.0.1.tar.gz" - sha256 "8a8f43f099bed624318aaabbf3811e78a0171c7fb4e5e30f7e66ab70bbe40a1c" + url "https://github.com/sigp/lighthouse/archive/refs/tags/v7.0.1.tar.gz" + sha256 "e2432feb02d6dd86faec3831731a88993c428a87df1fa6a43efd576bdf01f259" license "Apache-2.0" livecheck do @@ -36,6 +36,8 @@ def install # Ensure that the `openssl` crate picks up the intended library. ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix ENV["OPENSSL_NO_VENDOR"] = "1" + # Use correct compiler to prevent blst from enabling AVX support on macOS + ENV["CC"] = Formula["llvm"].opt_bin/"clang" if OS.mac? system "cargo", "install", "--no-default-features", *std_cargo_args(path: "./lighthouse") end From 84586109df6050d6bad3b8b4b22c4e95c9924067 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:09:55 +0000 Subject: [PATCH 03040/10074] mongodb-atlas-cli 1.43.1 --- Formula/m/mongodb-atlas-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index debed79eb09e6..1883734a2b99a 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -1,8 +1,8 @@ class MongodbAtlasCli < Formula desc "Atlas CLI enables you to manage your MongoDB Atlas" homepage "https://www.mongodb.com/docs/atlas/cli/stable/" - url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.43.0.tar.gz" - sha256 "4ea9c80bd3956f92bfc0a0189b973050a77c187931e6b5adc8da91800fd4f204" + url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.43.1.tar.gz" + sha256 "3458652c5b5f4b5cac678537819e3ab4e9bb18414c37e27a494c8591bea9b4ff" license "Apache-2.0" head "https://github.com/mongodb/mongodb-atlas-cli.git", branch: "master" From f98dbc8cf4ba4e2674bc14a3df242aced6e1db49 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:10:35 +0000 Subject: [PATCH 03041/10074] mx 7.54.7 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 1a30c843febc3..03bab9a81c4f1 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.54.6.tar.gz" - sha256 "436ad08089afdb4cff67d43b3b8182b40b4aa3d7d5f536c74ff1d285a3e88b16" + url "https://github.com/graalvm/mx/archive/refs/tags/7.54.7.tar.gz" + sha256 "32482d96b8c552f69c1a23d0ed2d14a570fe2441de55178246252535880c6b8d" license "GPL-2.0-only" livecheck do From 6f6a385e73096c33d96d4e00a26f6e689afeefd9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:13:35 +0000 Subject: [PATCH 03042/10074] php 8.4.8 --- Formula/p/php.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/php.rb b/Formula/p/php.rb index 5b31ff93bfb2b..18eeb550ab608 100644 --- a/Formula/p/php.rb +++ b/Formula/p/php.rb @@ -2,9 +2,9 @@ class Php < Formula desc "General-purpose scripting language" homepage "https://www.php.net/" # Should only be updated if the new version is announced on the homepage, https://www.php.net/ - url "https://www.php.net/distributions/php-8.4.7.tar.xz" - mirror "https://fossies.org/linux/www/php-8.4.7.tar.xz" - sha256 "e29f4c23be2816ed005aa3f06bbb8eae0f22cc133863862e893515fc841e65e3" + url "https://www.php.net/distributions/php-8.4.8.tar.xz" + mirror "https://fossies.org/linux/www/php-8.4.8.tar.xz" + sha256 "aa6a4d330b47eacd83e351658ba8c47747a1e4356456219cfb6d75e7838da091" license "PHP-3.01" livecheck do From a0e7a9001960ed8f1a326eed7fffe59fe6287478 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:20:39 +0000 Subject: [PATCH 03043/10074] tailwindcss-language-server 0.14.21 --- Formula/t/tailwindcss-language-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailwindcss-language-server.rb b/Formula/t/tailwindcss-language-server.rb index 60d46f666aaaf..44e53bdf484e3 100644 --- a/Formula/t/tailwindcss-language-server.rb +++ b/Formula/t/tailwindcss-language-server.rb @@ -1,8 +1,8 @@ class TailwindcssLanguageServer < Formula desc "LSP for TailwindCSS" homepage "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server" - url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.20.tar.gz" - sha256 "05191814cb93831952971193bcee8ff281625bafc0f1655c353de83bbddfba6a" + url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.21.tar.gz" + sha256 "2f4b59f568af0da337e5f182bc4bc32622c9261c94de79e2133913031103ece3" license "MIT" livecheck do From 230f0010564a92d52903f2ca71e42ff56e798fa5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:21:13 +0000 Subject: [PATCH 03044/10074] bbtools: update 39.27 bottle. --- Formula/b/bbtools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bbtools.rb b/Formula/b/bbtools.rb index 9234b111775b5..67e03a8a42cdb 100644 --- a/Formula/b/bbtools.rb +++ b/Formula/b/bbtools.rb @@ -6,13 +6,13 @@ class Bbtools < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "cb28c1f4ff3be3c7602cadf26545918f9de4109cd46589d25cdca6418ded0e87" - sha256 cellar: :any, arm64_sonoma: "29b4482d36bcba130bbdf7f1d53cda1ca62213fbcc8dcaab820839c2682f889d" - sha256 cellar: :any, arm64_ventura: "fafe4b36afa6c86ae609a3ddddfe44018a0391a92a9b402e5318569e9a3a79bf" - sha256 cellar: :any, sonoma: "0b7ed3abed41c512005587820d92103dd73a0dba6e034a436c8f7454a39bd972" - sha256 cellar: :any, ventura: "55d25df7794df66887421f58f9fc7ddf13e09cbf3c2ed8698c7d02a687da056f" - sha256 cellar: :any_skip_relocation, arm64_linux: "331c0d52304a402f5820d55321e2388824855d26826d71e20742a994ec79671f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "90f4ebc32fe181eadd79d64d2863450d5f29f5bce8ab3d17192f132c91a5e8d8" + sha256 cellar: :any, arm64_sequoia: "5e98fde7c34887db44115c9772808abde0752466f39c20f28eec693cbda99ad3" + sha256 cellar: :any, arm64_sonoma: "7d4644773b112e3bb689647cf55ea01fd1f2372da6c2d6e77d9adb1289ec35ba" + sha256 cellar: :any, arm64_ventura: "357bde548e0e72c51112d28b911961f6ad671cf7368c1f8280ca2b8c4ff59e47" + sha256 cellar: :any, sonoma: "cf5c54b526108895e8c056ecc13db0485f9693e65879590f33033e6a5403d88c" + sha256 cellar: :any, ventura: "5c02706c3fd026f1c581ccdfab1b1841a46d20c231e69fc84b657a5833d337d3" + sha256 cellar: :any_skip_relocation, arm64_linux: "ebbfeab5707248d20a96083101526fc32ff5eb5125af5d7fd52aa0f44a1b1983" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5e3e80047ca70fd43fab885f410ad3cf43293a86218b7c05daa84cc671536d5d" end depends_on "openjdk" From 88ca1af431bf7b3e7b38d74e038fc7d85b3fafd1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:21:23 +0000 Subject: [PATCH 03045/10074] checkdmarc: update 5.8.6 bottle. --- Formula/c/checkdmarc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index 505fb824eb6e8..4a1d72d420a0d 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -9,7 +9,7 @@ class Checkdmarc < Formula head "https://github.com/domainaware/checkdmarc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "3b9c1004cc28737f71a7c77e20a848551c2d59d5ff597fcffb6180f4ea040157" + sha256 cellar: :any_skip_relocation, all: "08a62f5811973023632906b78457f1c67c4fc8a215d0b2fefaed18d46a98721d" end depends_on "certifi" From 2437d816b5c4a9ef415c76320c9876f206332f0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:22:00 +0000 Subject: [PATCH 03046/10074] flyctl: update 0.3.140 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index f8dd3fe258275..aec10cd5d3295 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "686cca6a37d367fb94d4653dce3b46931ecd1653b2256002b30294a8ed0651e4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "686cca6a37d367fb94d4653dce3b46931ecd1653b2256002b30294a8ed0651e4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "686cca6a37d367fb94d4653dce3b46931ecd1653b2256002b30294a8ed0651e4" - sha256 cellar: :any_skip_relocation, sonoma: "6edd649a963c192b130acdc06f08d27f2b5194664d66643bf343baf6c40856cd" - sha256 cellar: :any_skip_relocation, ventura: "6edd649a963c192b130acdc06f08d27f2b5194664d66643bf343baf6c40856cd" - sha256 cellar: :any_skip_relocation, arm64_linux: "711311b71335213130bdd7880fbf8acf8f5f0a2f6f5643f356b932c86c996644" - sha256 cellar: :any_skip_relocation, x86_64_linux: "67c37712e268c85fbd4e4156c4f607eb774112e975a5a5d55721f0470e203eed" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8beab4351ba5f0de91d5429c8b25667ff358d21a702faa982bbc614fff552ef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8beab4351ba5f0de91d5429c8b25667ff358d21a702faa982bbc614fff552ef" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b8beab4351ba5f0de91d5429c8b25667ff358d21a702faa982bbc614fff552ef" + sha256 cellar: :any_skip_relocation, sonoma: "d69a0f98397e69b407e0cd078d0b42ed35f94b2d1ab4717aad566845e20d11cd" + sha256 cellar: :any_skip_relocation, ventura: "d69a0f98397e69b407e0cd078d0b42ed35f94b2d1ab4717aad566845e20d11cd" + sha256 cellar: :any_skip_relocation, arm64_linux: "fba25adfc89e6c5c7f48b9281a8b426e45db822139f13cff9e952c85a44aba90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "037f6c012931e54ceaf2fc726c6393de9acd3afec31251e967348bfea58a0322" end depends_on "go" => :build From bfd2c0566c47d9353eb13f152c80e20b75e14614 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:22:41 +0000 Subject: [PATCH 03047/10074] typstyle: update 0.13.10 bottle. --- Formula/t/typstyle.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/typstyle.rb b/Formula/t/typstyle.rb index b34709ba5395a..b420b45982b19 100644 --- a/Formula/t/typstyle.rb +++ b/Formula/t/typstyle.rb @@ -7,13 +7,13 @@ class Typstyle < Formula head "https://github.com/Enter-tainer/typstyle.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5fdef2de2edead485256f174722e2911365d5b5d7b6b38e39467cff7c93a083" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e36a4bb019053baef38db633ec4938321c2a38903f46835ad1faa359aca4984" - sha256 cellar: :any_skip_relocation, arm64_ventura: "87990da1d3b3ba3f5aa76fb77f2ff5dd381032a35e280e9f7393c8832e6e8af3" - sha256 cellar: :any_skip_relocation, sonoma: "2c5990c89a318cfa7a0a4f5298fd5366667a026997dbc07957831995cc168651" - sha256 cellar: :any_skip_relocation, ventura: "1f787770efe525ab3512275f2e6f4dd15bc5da4ba82d6a93ad8279fa5d8762c0" - sha256 cellar: :any_skip_relocation, arm64_linux: "110d898ba1a43e53683e5e3e474735b03abb61a8ae38a20b8641bc9c5d0f3281" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7109e42cbf1a5519c824868e68422b4e075bd9e2245e7b1cffd65ea4511d81e9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbeea25cfcec8f1ef26c66e327ca30417bdc86428dcb536ea15877253960d987" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e800045e39713541573a5595979e8ff443c1ab619981bcd91d3246efc245ca4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d09c10661bceee3a209c3e53735c6a70886807bc32f8b536486209a9311bc48e" + sha256 cellar: :any_skip_relocation, sonoma: "bf187048f8c3fe2a96d1f9b2aac78b215f270b0934366133e28c52b56f3cf8bc" + sha256 cellar: :any_skip_relocation, ventura: "4ef9ce6ddfacde15d4195afc6b519a600bc200ed8de31757066b08095656e2e7" + sha256 cellar: :any_skip_relocation, arm64_linux: "9a8906ad1adadec2a89711f401e36fef84eea31dbbdcb979024f41b786806eeb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a3332739f15df2ace498b67e716c144b8cc7856be140d70359d1d2957e3d7f4" end depends_on "rust" => :build From f845ceda450cbc0b9df9a986704890918a3e9be8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:23:04 +0000 Subject: [PATCH 03048/10074] netdata: update 2.5.3 bottle. --- Formula/n/netdata.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/netdata.rb b/Formula/n/netdata.rb index 1f8009bf0c380..7406f7dfa791c 100644 --- a/Formula/n/netdata.rb +++ b/Formula/n/netdata.rb @@ -12,12 +12,12 @@ class Netdata < Formula end bottle do - sha256 arm64_sequoia: "31029dec4c1467a1047604ded1e81c0db0e6d44118afbb59ed6e13630e298182" - sha256 arm64_sonoma: "63b12a19e404debe585677cec88f6a05a9b179d1cd9542fb17ef137867b8445f" - sha256 arm64_ventura: "09f1ea8d952c6bdfba32897101e33046dc7e02f7d23bd8c5092d60bd6fbcd884" - sha256 sonoma: "845e5752789b6525d7fecfa83a752f0ca015590a1d1be838e03401d1ad9bdb8d" - sha256 ventura: "d23250eb634988d5ca4de32958a902bcd1996bb8daca1de251c14549fa92028d" - sha256 x86_64_linux: "09567360ac5035d470dc87806d0c64d95fb362e5fce7f171a245089fdb01bf3e" + sha256 arm64_sequoia: "c85a85dfb55d01d950e966e1cfebaa91a61dcefc29b3a2bf0e93d3d5d71ae340" + sha256 arm64_sonoma: "09dbb4cd14ba10bcd6950c6f1289f5fee9dc7674c97ccb83322b61ee2f086508" + sha256 arm64_ventura: "bbd36345b3f44c60641c3e2df3dec965dc327dc9b7881ac2d58ad9e16c0e3021" + sha256 sonoma: "b58ea9b0d626883d0a9d8b270a235fdcca55ab67d8383fd35dea1c4f09423433" + sha256 ventura: "b68ed28d64bb9af359053ba49bea865da6b6d11a1f642ce2b5f36d369941b568" + sha256 x86_64_linux: "7b8800ea26d6d7990b616e1afcebd8f3a1785fcbe59bac91ef3ad99cbc84d85a" end depends_on "cmake" => :build From 3c7f5f46d3c71e13fbec12015b5a066302896a8c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 5 Jun 2025 16:23:18 -0400 Subject: [PATCH 03049/10074] garble: revision bump (go 1.24.4) Signed-off-by: Rui Chen --- Formula/g/garble.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/garble.rb b/Formula/g/garble.rb index 0afc146e750fb..8b74da0cc7b9b 100644 --- a/Formula/g/garble.rb +++ b/Formula/g/garble.rb @@ -4,7 +4,7 @@ class Garble < Formula url "https://github.com/burrowers/garble/archive/refs/tags/v0.14.2.tar.gz" sha256 "aea6e0a172296b50e3671a9b753aeb2eb7080a3103575cdf5e4d1aeccfe14ede" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/burrowers/garble.git", branch: "master" bottle do From 53b5cee72d071b9d9f86a552c99bcf4f47019a5e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 5 Jun 2025 16:23:37 -0400 Subject: [PATCH 03050/10074] staticcheck: revision bump (go 1.24.4) Signed-off-by: Rui Chen --- Formula/s/staticcheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/staticcheck.rb b/Formula/s/staticcheck.rb index 299afd9c11f8b..757843fe68548 100644 --- a/Formula/s/staticcheck.rb +++ b/Formula/s/staticcheck.rb @@ -4,7 +4,7 @@ class Staticcheck < Formula url "https://github.com/dominikh/go-tools/archive/refs/tags/2025.1.1.tar.gz" sha256 "259aaf528e4d98e7d3652e283e8551cfdb98cd033a7c01003cd377c2444dd6de" license "MIT" - revision 2 + revision 3 head "https://github.com/dominikh/go-tools.git", branch: "master" bottle do From 639350d8411dbe73a7c4b1e8e9706b9c26336929 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:25:34 +0000 Subject: [PATCH 03051/10074] awscli@1: update 1.40.30 bottle. --- Formula/a/awscli@1.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli@1.rb b/Formula/a/awscli@1.rb index ddb16cd476457..2119b94176420 100644 --- a/Formula/a/awscli@1.rb +++ b/Formula/a/awscli@1.rb @@ -15,13 +15,13 @@ class AwscliAT1 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "fd52a77f903c3981f5748eb8bf8647bcee3968df3cf869ceadcbb71c9b97aed1" - sha256 cellar: :any, arm64_sonoma: "1a7ef3a345623a59a65d1251e1ade234dd3467f10b352d208570d0de4efdd505" - sha256 cellar: :any, arm64_ventura: "255016842b709a84c71e8e2ec7968e455312b5624420c2f337f2a6a2e394cdf8" - sha256 cellar: :any, sonoma: "7807f4e63e12b818a4d229f7280bed64f0b8f0935b00ff9c1a04569bd8e7101d" - sha256 cellar: :any, ventura: "0128125882e90418fedce6c1c0261f0d47512076b4b83a3be937146dc6c88dc9" - sha256 cellar: :any_skip_relocation, arm64_linux: "189b1ac07518def4b67453f8f4f3d51503aa91ec76f5ddef0a1a39c4cd949c1c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e6e6498499440dc15cc848bc312e68d1ea47536c963c83531e9bda680582f36e" + sha256 cellar: :any, arm64_sequoia: "2884acb5a893cb0c96234f99f0312760bcfd345fafa554a62daceeeacc4b8f2f" + sha256 cellar: :any, arm64_sonoma: "6410eaa3121eef23f46f2a2fbd4ba74fdac95fad3f80beeec1e86ba35ae8d1a6" + sha256 cellar: :any, arm64_ventura: "9f82252f9295c4506ccc6678cc5604e8b059f814c647d0f11ea5cd0005943988" + sha256 cellar: :any, sonoma: "1ae236931d97c1e026e6fc204a90d2e03008e98cfa238e2677e0dc1ad9b4c76d" + sha256 cellar: :any, ventura: "eb9080efbf23b3a09918619afb7435f6d7f80b6d99fe0f33f380058f74c6f103" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb57a46d6a7d6959dcba22988b3dc01e8cbef1a59173e0aea0e369f06745bf5a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6c1b0d52141b76a1a93c1e2f7dbde24270d62156d3a070674d76ebee3420b68" end keg_only :versioned_formula From 876a3ba8729fbc4574a8e7c21786c4ad56063182 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:26:26 +0000 Subject: [PATCH 03052/10074] devcontainer: update 0.77.0 bottle. --- Formula/d/devcontainer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/devcontainer.rb b/Formula/d/devcontainer.rb index a70f60b615983..f3c58bd0813e6 100644 --- a/Formula/d/devcontainer.rb +++ b/Formula/d/devcontainer.rb @@ -6,13 +6,13 @@ class Devcontainer < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a478f446f6efb19efd7fb3f25348f67525fe323b5ab11415fad17169287d7b3f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a478f446f6efb19efd7fb3f25348f67525fe323b5ab11415fad17169287d7b3f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a478f446f6efb19efd7fb3f25348f67525fe323b5ab11415fad17169287d7b3f" - sha256 cellar: :any_skip_relocation, sonoma: "652c9facf4c49a046f52aee5148b959161a57689c37281ba9466e857c52ee20a" - sha256 cellar: :any_skip_relocation, ventura: "652c9facf4c49a046f52aee5148b959161a57689c37281ba9466e857c52ee20a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a478f446f6efb19efd7fb3f25348f67525fe323b5ab11415fad17169287d7b3f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a478f446f6efb19efd7fb3f25348f67525fe323b5ab11415fad17169287d7b3f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f04fa1a37d05ec038060b3d5d4aa9ae0822cc7e9a883978811b30611fca05223" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f04fa1a37d05ec038060b3d5d4aa9ae0822cc7e9a883978811b30611fca05223" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f04fa1a37d05ec038060b3d5d4aa9ae0822cc7e9a883978811b30611fca05223" + sha256 cellar: :any_skip_relocation, sonoma: "f860afe43f47fa80cfd8329bd837a61c362259b65451507a40bad066d2b2f149" + sha256 cellar: :any_skip_relocation, ventura: "f860afe43f47fa80cfd8329bd837a61c362259b65451507a40bad066d2b2f149" + sha256 cellar: :any_skip_relocation, arm64_linux: "f04fa1a37d05ec038060b3d5d4aa9ae0822cc7e9a883978811b30611fca05223" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f04fa1a37d05ec038060b3d5d4aa9ae0822cc7e9a883978811b30611fca05223" end depends_on "node" From 1dc1dafea9190fe1b57098c89be70220afea95e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:26:43 +0000 Subject: [PATCH 03053/10074] fern-api: update 0.63.31 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 0d2157fc5c983..b63a381016c2c 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "2a94cf3626914e6cc81f80d9eded8aa88932ca853ac9ea5ca84f124571e15074" + sha256 cellar: :any_skip_relocation, all: "2453b81378ea1d4b0765626d165a571f963fd0a95dacd472ad31a12f74074dd2" end depends_on "node" From 57558f6483aa0d4bdd2219b197349bdee819690b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:26:47 +0000 Subject: [PATCH 03054/10074] e2b: update 1.4.3 bottle. --- Formula/e/e2b.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/e2b.rb b/Formula/e/e2b.rb index d8db2c2b26131..6fcac36c2d952 100644 --- a/Formula/e/e2b.rb +++ b/Formula/e/e2b.rb @@ -6,12 +6,12 @@ class E2b < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b6b7983c1a90617a4049454be740c089e770c3bc3d892f30b4d031407f8edaf5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6b7983c1a90617a4049454be740c089e770c3bc3d892f30b4d031407f8edaf5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b6b7983c1a90617a4049454be740c089e770c3bc3d892f30b4d031407f8edaf5" - sha256 cellar: :any_skip_relocation, sonoma: "8200d034be09d487b00b9f2498a342f34e0ac822bb9b2a87fcaad80161c7da10" - sha256 cellar: :any_skip_relocation, ventura: "8200d034be09d487b00b9f2498a342f34e0ac822bb9b2a87fcaad80161c7da10" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b6b7983c1a90617a4049454be740c089e770c3bc3d892f30b4d031407f8edaf5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fc0dda9220da411444b550e847f33d4f683981af6b448e0a85bd6aa8006efd9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fc0dda9220da411444b550e847f33d4f683981af6b448e0a85bd6aa8006efd9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6fc0dda9220da411444b550e847f33d4f683981af6b448e0a85bd6aa8006efd9" + sha256 cellar: :any_skip_relocation, sonoma: "8cfa5154419378df125cadb524f20a932371cec4f491ad0d5f9c8a54a42b04a5" + sha256 cellar: :any_skip_relocation, ventura: "8cfa5154419378df125cadb524f20a932371cec4f491ad0d5f9c8a54a42b04a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6fc0dda9220da411444b550e847f33d4f683981af6b448e0a85bd6aa8006efd9" end depends_on "node" From a4239b82514ca2b2a1c2949f6b36d7a119bd9d68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:27:04 +0000 Subject: [PATCH 03055/10074] consul-template: update 0.41.0 bottle. --- Formula/c/consul-template.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/consul-template.rb b/Formula/c/consul-template.rb index 0ad3a0f184e9e..d70fb5fb875e4 100644 --- a/Formula/c/consul-template.rb +++ b/Formula/c/consul-template.rb @@ -7,12 +7,12 @@ class ConsulTemplate < Formula head "https://github.com/hashicorp/consul-template.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "368a75569525e7512f65e51d89af81a299732099f24aff6d4af0c473caadf8ad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "368a75569525e7512f65e51d89af81a299732099f24aff6d4af0c473caadf8ad" - sha256 cellar: :any_skip_relocation, arm64_ventura: "368a75569525e7512f65e51d89af81a299732099f24aff6d4af0c473caadf8ad" - sha256 cellar: :any_skip_relocation, sonoma: "335573d7ba780228b60e9e93f01e37600c3fb62988328be963a7e24c6ce137a1" - sha256 cellar: :any_skip_relocation, ventura: "335573d7ba780228b60e9e93f01e37600c3fb62988328be963a7e24c6ce137a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cca6f0ad7417f567f58295292468355109990ab7d0ffb715b09deb7b599f6ea0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0155355643cf7b119fe853f46489d4e45c31b546e999450077733285d7e9497" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0155355643cf7b119fe853f46489d4e45c31b546e999450077733285d7e9497" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f0155355643cf7b119fe853f46489d4e45c31b546e999450077733285d7e9497" + sha256 cellar: :any_skip_relocation, sonoma: "c1e86525b036074d8ec4dac6e073c53a41ec4b4c098d1e1c539bb413bed9182d" + sha256 cellar: :any_skip_relocation, ventura: "c1e86525b036074d8ec4dac6e073c53a41ec4b4c098d1e1c539bb413bed9182d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2e759cac1a4cd4b8d8981adc9cb4174c5bafaeecd9b90c9be0b48a86ea2c95d6" end depends_on "go" => :build From dc5f8b18b35f66c55d1a1fdd2dde6246bcc3d782 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:29:23 +0000 Subject: [PATCH 03056/10074] samba: update 4.22.2 bottle. --- Formula/s/samba.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/samba.rb b/Formula/s/samba.rb index dbe4f6410dfd3..7f9b8c569ed1d 100644 --- a/Formula/s/samba.rb +++ b/Formula/s/samba.rb @@ -14,13 +14,13 @@ class Samba < Formula end bottle do - sha256 arm64_sequoia: "6a50855da503fa3c549fcab426036621a05f9466b4c11c5ead379b31e4601cdc" - sha256 arm64_sonoma: "8928a60e525aa1da34b279cba632191096d5f10aad8d100adb2b702283e0d4ea" - sha256 arm64_ventura: "385dfe476b11f57a631bb02276c453a8f6284a918d3105f6ac77e7e957d64196" - sha256 sonoma: "bb808e23b5d932cb9968d13d6597c230d387ceb8cfac61d028ac7c139dfee18e" - sha256 ventura: "4c3248d19b3d4ff0d5372424bceef92ec7045ce64449cfc4921d0322f491c152" - sha256 arm64_linux: "7a33830f7c142f5074fe2169c45c0df9dffd8417f4faaf86daeb70651a932ed9" - sha256 x86_64_linux: "3778f1720cf1ebf04f5373e0c3aab993054c6fd0c4fe7a2e163317220a9c3b29" + sha256 arm64_sequoia: "280b83a40be9d9fade921dcfaf2894c76b45fcc3f7b76c6a599dae276b7d335a" + sha256 arm64_sonoma: "03cb00192b94f6ba98baa46074202c83113b5e86385874fd1b7435afbf247adb" + sha256 arm64_ventura: "8a771e20d92e97c21b905a55d5a37a1bdad2c77c254921ae2aa6842856c0fbcd" + sha256 sonoma: "6f11408b6f1f73b14d425d2a5a5db8bb65feb587783b3938fa42ed85fd61da38" + sha256 ventura: "1ca95dc2b6a99bb734494d46ce84a93a3eb81573cd3ad93ec54a811aa55911b4" + sha256 arm64_linux: "ce733bfadcdf5dce67a6c3a87d41823e0ad89a8fd13ddfee94f025d89b793ab2" + sha256 x86_64_linux: "c497d0524c1ba85e3de7a0d69411460b43b91e5aeef088fca6967d47e02b195c" end depends_on "bison" => :build From 234b24c8faf0ec9a077ce7cf2824b17aff2b040f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:33:59 +0000 Subject: [PATCH 03057/10074] xrootd: update 5.8.3 bottle. --- Formula/x/xrootd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xrootd.rb b/Formula/x/xrootd.rb index 6adbd615ad782..40504bf57b3b9 100644 --- a/Formula/x/xrootd.rb +++ b/Formula/x/xrootd.rb @@ -8,13 +8,13 @@ class Xrootd < Formula head "https://github.com/xrootd/xrootd.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "e54094b1df55be63dd93f862b02b08c48896d3f8de6ff02b8260f161c0a38c30" - sha256 cellar: :any, arm64_sonoma: "f5415634da71a8168e51d807f096bff10b4ce952760208ce750159c6bb9098ef" - sha256 cellar: :any, arm64_ventura: "83e1067519177995e01ec2a940f62a7159f4ef536185a3b67b31a69206bbcd07" - sha256 cellar: :any, sonoma: "acbc9d8b3dbf654f4b832adf98f5e92cb108140a4a9512340e37569498411e43" - sha256 cellar: :any, ventura: "e21dc1d127195ee77dd96299223d4bf17935b9726f3a31360d9372ac71f4d13a" - sha256 cellar: :any_skip_relocation, arm64_linux: "e92d7aa019e95964c7425471f7a0f1605f539f59c489425d456908db2ba7c5f6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d788622ed26804020885123cbe99c815cf99982b16c2891c4dae7d9d80bc8aa4" + sha256 cellar: :any, arm64_sequoia: "1e609819ccacfb7b1eab2f3fea963877af14bfac8a3c46750489a4ce5bb15cb5" + sha256 cellar: :any, arm64_sonoma: "81efb994b910e12272c225a07e9afda73c9203a65dcd442fd9c26f37373894c9" + sha256 cellar: :any, arm64_ventura: "4e8cd477de5860c3fc84a70f191da29c2a1382a241c4cc8b68c3a1f5835b7f06" + sha256 cellar: :any, sonoma: "ec67c78d80365531fb875d7f1b278b8ed7bddc0ff38a87b1757897408792198c" + sha256 cellar: :any, ventura: "32402d094970dad5850059d637a17f1dbd37823a9954edd6385cda2a5cd5d86a" + sha256 cellar: :any_skip_relocation, arm64_linux: "d905bba9b5fc3b2bb748dbe60504a7dec164f617aebd07f63baf020eb16bb883" + sha256 cellar: :any_skip_relocation, x86_64_linux: "85e7863245df827fc0d879a95c0e43a809a8aff9bcfb85e0ed26812ca6e099a6" end depends_on "cmake" => :build From b3ea8cf076e09df9d6958b5de3271262a4203d72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:35:01 +0000 Subject: [PATCH 03058/10074] clarinet: update 3.1.0 bottle. --- Formula/c/clarinet.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/clarinet.rb b/Formula/c/clarinet.rb index d8a550f4dd24f..092a5bf6d316e 100644 --- a/Formula/c/clarinet.rb +++ b/Formula/c/clarinet.rb @@ -12,13 +12,13 @@ class Clarinet < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9144a6664f831f9c73471a23c46c25b9bac30947b522e82934af99dce3309908" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "480507ea6fd6a9b5423e85110771261854b0b8f6a47a5c2553a7469086936fb5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "53739b6da1e966aa060c5d06c0b3eb3d847ccb511122bc0c2de160967d4f094b" - sha256 cellar: :any_skip_relocation, sonoma: "a9e4822a6f43e6d78c3d284e819da874fb640cefa2de260d82816a80541e9a17" - sha256 cellar: :any_skip_relocation, ventura: "6d15c2314a51d508fab91353a54f41d8aa196e4607fe7cbea9c352383efdf1b4" - sha256 cellar: :any_skip_relocation, arm64_linux: "90f25b1588fb618a303982815aa195aaa1881fb473bd61062da3bcf5fcce2ca7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fccaec5eba5c0a4c4f020ea11da6bfe508a64b500732b4200df1be1128b810e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f2c12cc40c9737c3bcbfea7250d2adeea96e218bf7e1d88304488f53133601e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bcab3dba8ada1b2080f7550a63612c69971418cdf68e1bbafee54b4bd698d5b0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "52f608ef13f358c824316eee3e3f19da2e73b791c8d0ffb83a22d0a619cc8b46" + sha256 cellar: :any_skip_relocation, sonoma: "f5af7c635b4791b2f877e635caf6c107f8684e88e5668b211a9aff0390d029b5" + sha256 cellar: :any_skip_relocation, ventura: "1441bda8f91443d2bc8214352c1a307e90ee48305b8ba83ec42caa9bfa9db8a5" + sha256 cellar: :any_skip_relocation, arm64_linux: "f16d6556bb6daec82efba88f0c2cee8664270a0927b90dc131df47afa6762bef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "79813bfe96bca739311fa7d13dec731bef42e4f17ae74dde2395c65bce90eb9b" end depends_on "rust" => :build From d9e7f238f7a68790038de65d313659ffc82b88c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:39:36 +0000 Subject: [PATCH 03059/10074] vips: update 8.17.0 bottle. --- Formula/v/vips.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vips.rb b/Formula/v/vips.rb index 3eea20f1e88af..fc3d0423789bb 100644 --- a/Formula/v/vips.rb +++ b/Formula/v/vips.rb @@ -11,13 +11,13 @@ class Vips < Formula end bottle do - sha256 arm64_sequoia: "a5c9ff3d50640de8bca6d78cb928d139c51999d484ea342cf864db3d86e27c97" - sha256 arm64_sonoma: "013d0aab231b653fa3e2ee4251bda92c1e0eea1ed1a4baafbf444b3273a60375" - sha256 arm64_ventura: "47dc847d95d38abea41706e81d7009d57d176fa02b0c231513a032dcd3a23e16" - sha256 sonoma: "362496337c54b8cce1b87f2835436ecbf328334ff7953417cf95b348123ac26f" - sha256 ventura: "bbb669b3daf640b0e18306f6df0cdc3d27beb7fd7c20821d35cf2f09ac8579da" - sha256 arm64_linux: "be574b0fe541e799244a7e34b1e5070c43d18f19ebc87f435eb4ca04ea772736" - sha256 x86_64_linux: "5baeeb91cc40682eec26c3f06ba91a09e7c529e03ea2ff2314450791beb9f9fe" + sha256 arm64_sequoia: "75a042300766214876a2ad4e4c5bff8f4f02de9b4d9c0df17e4cb78c2c1f0ecd" + sha256 arm64_sonoma: "c2950df25501223403fd5f3341bf69465dbcdde25d5f42b2fbadd37c645405df" + sha256 arm64_ventura: "3073eb27ae7f161671d31d289dd835ced33a69ba593e0864b4562a28ddefd867" + sha256 sonoma: "4090178bb6f094f468ba6f3051f959f4fcab9ec7fc508e148f94a8572442e0cc" + sha256 ventura: "5edb20f90efd58f788b49bde36ac409b77b8adfee067b08d713a80fa3097a22d" + sha256 arm64_linux: "7db5de862003792172fb03a517f5c8489d08c18c5a251506749e0c63c0e7ae2e" + sha256 x86_64_linux: "d8bef93b35cad09c8b8b70345b345c495bbf2479e155c81a1e546ee73995ccb5" end depends_on "gobject-introspection" => :build From 5a9b53c982e7a8adbbda56b472576ac051c9b3cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:40:30 +0000 Subject: [PATCH 03060/10074] gleam: update 1.11.1 bottle. --- Formula/g/gleam.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gleam.rb b/Formula/g/gleam.rb index 22994570149bf..f0645d52c29df 100644 --- a/Formula/g/gleam.rb +++ b/Formula/g/gleam.rb @@ -12,13 +12,13 @@ class Gleam < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d70331a6698910a6a8006bfad201efe7a3b02acf3d3de369db2f48de04a9d6df" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7590e2cb41cdc66c4884357223d5754b02a102b951602b35d2eef31ca45b1da2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "477c228774a90c3bfd3d5b471ed87fe5a880449d1a7634d2e07f784a9f57617e" - sha256 cellar: :any_skip_relocation, sonoma: "05580f71852ed30b2849daf2373d9c8fa5accd3e28f9c942f7449abfc8abecac" - sha256 cellar: :any_skip_relocation, ventura: "882356880e346fbae520d846c5fb54183eec8c4538368082a3fc1ce4c88f1a26" - sha256 cellar: :any_skip_relocation, arm64_linux: "15f95a08d37f63afeb59dde6d4b5d652ed193bfd7eef18d2b2b07320d3c9ac0f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "97b5786dab8770c9f7200dec51b7edb8e58ab594b4ae05ab3287d52076d7044b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4672bd93a1564e16658b71e7a1597e2ecd36f64ba010313060b0c2b0a2e6345b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "79f885035c083d23f6ccc833790db330bf5dc483f498cd107df3c3775f90aa73" + sha256 cellar: :any_skip_relocation, arm64_ventura: "60c2bc58545d7ebf9d571361105bdf0027ca82bd530ea194be3915343a4c57cf" + sha256 cellar: :any_skip_relocation, sonoma: "762844129b1b37222b5ad4e2cd77b126e25f8f7fc0eb7330c053a612c787ef37" + sha256 cellar: :any_skip_relocation, ventura: "1f318d60c97f77d74d08bee529d478ca6b2aae08a6a42ab75b77802b496baf37" + sha256 cellar: :any_skip_relocation, arm64_linux: "820490880769cd092bd5b53d2cc72f76c42433caef13a5c09bff7328e30d0040" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8654349efaf3e850b5eafa95f685f9cfd35151e25f27cfea37f8e40593c11661" end depends_on "pkgconf" => :build From 159a1b5b2eb84895ca5b7fe6d827ff0e813e2e57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:45:56 +0000 Subject: [PATCH 03061/10074] go@1.23: update 1.23.10 bottle. --- Formula/g/go@1.23.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/go@1.23.rb b/Formula/g/go@1.23.rb index 5c48bf99b2387..45bdad54ca5b5 100644 --- a/Formula/g/go@1.23.rb +++ b/Formula/g/go@1.23.rb @@ -20,13 +20,13 @@ class GoAT123 < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "23a76f710a0e56368df1c72b3460ed9e300f732994f180d7a2b00f6f3fd703bc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "23a76f710a0e56368df1c72b3460ed9e300f732994f180d7a2b00f6f3fd703bc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "23a76f710a0e56368df1c72b3460ed9e300f732994f180d7a2b00f6f3fd703bc" - sha256 cellar: :any_skip_relocation, sonoma: "2350282b5e3ef4aab23f0863982456baaf489ac542dfb390191c943faaf4d743" - sha256 cellar: :any_skip_relocation, ventura: "2350282b5e3ef4aab23f0863982456baaf489ac542dfb390191c943faaf4d743" - sha256 cellar: :any_skip_relocation, arm64_linux: "bbeb49636916d580298cb2a8f7bb85f0e9cb05a25e54ff6ddf6400001579fa68" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9bb31a723e39f2284faeaf355fee1dae6fdf2212235e680c83f5e0f8aff562de" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ea733b8992ef75e11e70133d5b29d21024ae1eb9de0f1de62537c98ad49fef7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ea733b8992ef75e11e70133d5b29d21024ae1eb9de0f1de62537c98ad49fef7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1ea733b8992ef75e11e70133d5b29d21024ae1eb9de0f1de62537c98ad49fef7" + sha256 cellar: :any_skip_relocation, sonoma: "11dbfe0a1f11d431e0fbe96da497382aae33b4dccc9245266b403608cc298970" + sha256 cellar: :any_skip_relocation, ventura: "11dbfe0a1f11d431e0fbe96da497382aae33b4dccc9245266b403608cc298970" + sha256 cellar: :any_skip_relocation, arm64_linux: "239bb0e2c34de2c54fc206cded4a2ce578d867df731af3026d764222ecc43fa8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "93a5e598fd23a409d39c7c91ee24b109f5c76611b074e7e941cfe58b50e0d030" end keg_only :versioned_formula From 236bb6551e47a9375f169c363de51a6d9da4ea37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:52:42 +0000 Subject: [PATCH 03062/10074] mongodb-atlas-cli: update 1.43.1 bottle. --- Formula/m/mongodb-atlas-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index 1883734a2b99a..bcc3c0848ecdb 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -12,12 +12,12 @@ class MongodbAtlasCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b101a4656b8188a04122e85a10d5979d756c60e76d64bb76a5b8397adf23eaf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "29ed778f2475dd172e3bd442b341cc9337d48ad95df847beaf8b9c97322088e1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "11538a8177fa9e2980293eaeff7e6761abc6380e17ba688ddf2b851ca592c44a" - sha256 cellar: :any_skip_relocation, sonoma: "aa5e015dd0fa9911d47c73bc46efab1062ce415decb9fdbbce543d7eaba2f0ec" - sha256 cellar: :any_skip_relocation, ventura: "cd62bc38ef94b36e5283ee7f148f16212889ce36010a9af165b7213a89f25d1b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "220fc728a264f4d2648b16edf73065113d4cf512591a7ca188ebbe7cd8a15a6e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "54610de80e278a9d3b37533e43a078e19dab002c077ee7cdcd6cd9aa0da01859" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "de56695d7eb61a43b7364b916c46730100318c8efc8e64b63778d21fe4b1731b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3b5f649898b617104dc37a079ba25553aeac02b32b5e7904961e1d7dd1382b64" + sha256 cellar: :any_skip_relocation, sonoma: "156771314390a404588bdbacd811e2a0509e65a8f0040fe5a0219725447c9283" + sha256 cellar: :any_skip_relocation, ventura: "e72e8bf4f4713a3129c4cf7d9b7ab732d09de18cf906bd588c2083831b3e2f58" + sha256 cellar: :any_skip_relocation, x86_64_linux: "19aaa68e62bed08aa3cd26ba5352159ed137aa8f9908cc99654189a3918fa557" end depends_on "go" => :build From 93fd1b58a5315225ef65f8aeb3431d3da1129a2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:03:31 +0000 Subject: [PATCH 03063/10074] mx: update 7.54.7 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 03bab9a81c4f1..decc8ca959a6c 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "f241c02ab312c00361a1d8a49dd3e997c23b347ba63f21ac08a64464efb0daac" + sha256 cellar: :any_skip_relocation, all: "75acbc2c8457b8abd938b9d3343415d3cf1df8c38c9ac0deffd11baa7d31b8a0" end depends_on "openjdk" => :test From 29e1c67c6723dded6ae28e329398c4b7c79e90db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:09:39 +0000 Subject: [PATCH 03064/10074] awscli: update 2.27.30 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index b42c9f26fe4c8..a6ccb4c576cb4 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "ba40516eddc9d4973085d2ba81e4198203eda9e1454ba7cbf73970f09a8c6c14" - sha256 cellar: :any, arm64_sonoma: "9c997949180a8d20cf4ab8660b1142ee3b7f3f1279afe659a1f0701f8f10af6b" - sha256 cellar: :any, arm64_ventura: "486ed72ca94663c71da4f15914f9d59982ee6b05aae69f6dfed8ee4f826c0c23" - sha256 cellar: :any, sonoma: "9861357344f11244bfd85485a3676878cd7b437852174a6e5073e0116836d5d5" - sha256 cellar: :any, ventura: "8dbea620a0f8d34c628d8b190f8dcb11517ced62214a9a6c1fad9ba64a1b1ce9" - sha256 cellar: :any_skip_relocation, arm64_linux: "3cba1dbfa8f3be53bb7b00bb9f058c99845d5eb6c9e1d6a98deca21480361f5a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0bb25d82efe04e2558d33aef72f8280fd2b9b3a059d3771bdc7472526a02f898" + sha256 cellar: :any, arm64_sequoia: "0d58673eb8523caf4cd3a50c9b66f4602a61180b223f463116f3c14a50436ec2" + sha256 cellar: :any, arm64_sonoma: "6ebec654c457cc58473bb2cc88cbdef6e00b82324d2c4bbf4bd920130ba1e801" + sha256 cellar: :any, arm64_ventura: "82197568a9cc71b3e3cdb9d0f53684bde5a11d8b7bd07c4b5c0faf45e1ee15cd" + sha256 cellar: :any, sonoma: "e65c8946f4b319979fa077c05d536fbcd2af85cce9c73580da04396730f8ca33" + sha256 cellar: :any, ventura: "77cabaddfc6f360fc1467ea106e27e3a17c1847aa57c0239ed56ac1067c7d9fc" + sha256 cellar: :any_skip_relocation, arm64_linux: "4ca15763aafce0605f92cd279827bcfab97adbfcbec15cfc38a2a18ce614f3cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b8b18722998033f0d6c89812caceabf789533bcbfd00ed1a1ffb6f5c4b3f635" end depends_on "cmake" => :build From f59b8c7a5c52f177801e5cc7743f29d0a6a311c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:23:43 +0000 Subject: [PATCH 03065/10074] git-annex: update 10.20250605 bottle. --- Formula/g/git-annex.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/git-annex.rb b/Formula/g/git-annex.rb index 84eb2b14bc616..0ad40e3cf57b1 100644 --- a/Formula/g/git-annex.rb +++ b/Formula/g/git-annex.rb @@ -13,13 +13,13 @@ class GitAnnex < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "58ccfdd7747aa59eec9f4ad00b7013aa763786942fb0ca998f2d08935df336a6" - sha256 cellar: :any, arm64_sonoma: "9c3c1178fa10d6efcb315450af7e548ae8d301d866153cca9bb0d3914be52e82" - sha256 cellar: :any, arm64_ventura: "fd6a81d2c7e98ddf9e7d55c4ebece3b717dacbd062ae0a55feb8e7026b85afd9" - sha256 cellar: :any, sonoma: "81aa261ec5050767a1efdbd45a7514cf273449f231b37f3622a2b7c5d970b9d4" - sha256 cellar: :any, ventura: "69d5ce172305738db211b0f812e2d2612e86a605f864b477faa85ae553af62ee" - sha256 cellar: :any_skip_relocation, arm64_linux: "8195e1b34077507ac67ff1da6bc069ddbb6cae82769014bbb254069c639910a0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1200624fb242ca289b0d3b0c4a77a552e4be78dd06fd662e3fc51e446bd070fa" + sha256 cellar: :any, arm64_sequoia: "eec8fe2f64fd374bf043b03caf20776bac3cf278a49899434d253796fef08e89" + sha256 cellar: :any, arm64_sonoma: "2809c99c783d66cb38207843107f3b8f1bb39887b12f46614221a2122100d95a" + sha256 cellar: :any, arm64_ventura: "1decc5c08973b4519e14615ad6196513ca3994e66dd5570b85569097b484fe09" + sha256 cellar: :any, sonoma: "2ff748c3b77a5a74c7d9181351e8cde20015c007f44bb927da0384553e601385" + sha256 cellar: :any, ventura: "8131728a89a1db27fd617d2bc86c2198b61f94e84b868c8c5dfbd3c84264e9ee" + sha256 cellar: :any_skip_relocation, arm64_linux: "41187f4390153263d5884c24d423d6a9f80facf6e7ad74c5ff43549d4e6de9d4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7bd648cad6747c9335fe57c04e864af2e7ac06e596af4d07e8ea70ca3729bb84" end depends_on "cabal-install" => :build From e820e2d41f8d8f7d8eb37e774eef68737a55de2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:36:20 +0000 Subject: [PATCH 03066/10074] tailwindcss-language-server: update 0.14.21 bottle. --- Formula/t/tailwindcss-language-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailwindcss-language-server.rb b/Formula/t/tailwindcss-language-server.rb index 44e53bdf484e3..f8d03307aeb00 100644 --- a/Formula/t/tailwindcss-language-server.rb +++ b/Formula/t/tailwindcss-language-server.rb @@ -13,13 +13,13 @@ class TailwindcssLanguageServer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" - sha256 cellar: :any_skip_relocation, sonoma: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" - sha256 cellar: :any_skip_relocation, ventura: "42ab4ae8ed875d500c37ec5fd80148854fd763456f95ac6404579749b37c336a" - sha256 cellar: :any_skip_relocation, arm64_linux: "8d7a33b3d93ffafd7ddc6223609f43d7b8fb49aa74a56ee1a54f38a1aa55f721" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8d7a33b3d93ffafd7ddc6223609f43d7b8fb49aa74a56ee1a54f38a1aa55f721" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" + sha256 cellar: :any_skip_relocation, sonoma: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" + sha256 cellar: :any_skip_relocation, ventura: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" + sha256 cellar: :any_skip_relocation, arm64_linux: "737dc21aa59c7dacb473883ef473564eeb67e77a07625cca9a640f0ae1306be5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "737dc21aa59c7dacb473883ef473564eeb67e77a07625cca9a640f0ae1306be5" end depends_on "pnpm@9" => :build From 9c35315f944c4b536004cc5a3f11345ab3e27f90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:48:38 +0000 Subject: [PATCH 03067/10074] php: update 8.4.8 bottle. --- Formula/p/php.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/php.rb b/Formula/p/php.rb index 18eeb550ab608..5202787c256e7 100644 --- a/Formula/p/php.rb +++ b/Formula/p/php.rb @@ -13,13 +13,13 @@ class Php < Formula end bottle do - sha256 arm64_sequoia: "1273b93a27dce41ba12ba51d9c2b078cf114b46fed5abe138d68c4eb0206cf92" - sha256 arm64_sonoma: "309eeb21bf084b3219f69843c6db9bc3184b37704069d25eb3cf30ac8f23cc9a" - sha256 arm64_ventura: "be3ba74801eb3eb2c2e1ca076e7502f935ad9819b68cbc4ce950576e0a2ffc81" - sha256 sonoma: "af954145a05d8c3efe5fb809ef0508dbfb6df5502d8e1cb196c17bc0a295742a" - sha256 ventura: "172bb53f19902688da91c29f2e9f7a3a65bf7c902bae6639219f964f89ecea8f" - sha256 arm64_linux: "bc289c45f821fe8f0b1c873f61a0f6740e245596a76f31e53e601d3470a40872" - sha256 x86_64_linux: "263664826438a7252cd55580b6fa7d79b15447929fdeb3d38aaa12b04d26c386" + sha256 arm64_sequoia: "0dba5e6ba381ee1669916870130308696925446b1348fbc553ba7c6a7e2a7209" + sha256 arm64_sonoma: "58827b933e8b34ac0a5d221cab94b1a248ac754ffa5480e844084c7413edfb61" + sha256 arm64_ventura: "e492895217fb40335dd2fe00a38e79307ac9f78b9077cf614691a55953defb10" + sha256 sonoma: "4a9dce997733215c5890a0147b60b72428c90761807667c129c030de4d8c01a0" + sha256 ventura: "6c9a6570d6d4848e6030dfcbaabb5a79e59b06d8ebe99b3350d82e9653890284" + sha256 arm64_linux: "f9fb4f450b1f31e213a7629f20a881e2dd4726550fe720b7d54d7c9b3d2e4a15" + sha256 x86_64_linux: "f9b67c39eacfd229af540ecf8504dc6b2f36cdf510c2e7bca07982f9ef514d7a" end head do From 760035dbe2e0477ac2fcb2e39af6b9771717bf65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 22:35:11 +0000 Subject: [PATCH 03068/10074] lighthouse: update 7.0.1 bottle. --- Formula/l/lighthouse.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/lighthouse.rb b/Formula/l/lighthouse.rb index 4c807675447b1..967fa5a22a473 100644 --- a/Formula/l/lighthouse.rb +++ b/Formula/l/lighthouse.rb @@ -11,12 +11,12 @@ class Lighthouse < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d954767cb910dab184563e101c3e2934e51287e6b3ba9f553b8c971793ff312" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "525081531d039db97d4c886d50c9fdf833d16e96615a9e2c7a2437c46f3f366e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2ac78b89e96056435847f5af0df3793fc282cb94a5ef17f6bf307a56ef231fdb" - sha256 cellar: :any_skip_relocation, sonoma: "b4d405ce97f4d561c210dd94989f083c23410424a55654243a4b2094777f193b" - sha256 cellar: :any_skip_relocation, ventura: "32cd06195c94fef42f6078342ab25184595d6b29a3b671db7e94ec7160c1cfcf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c67153d7446c16ed236cc6c540860604e961ab04791e1b634ec0f1d23ca26f27" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c8f0c2c51ee1961024d86aeb87859bad341c93e9dcee2956a30e672dfbe63a0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5bbd70f9c3e66b211a32589278a51eb41539d872de75441939a2bf4a491963f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6f2fc91dfed84d69d34b28716c8656e180d2c46f35055db2ddcedaa2627e9ec2" + sha256 cellar: :any_skip_relocation, sonoma: "ef23deee081e1be5d482a7e2f1d388c0dd85325a3391d840db2ce3e6229881e5" + sha256 cellar: :any_skip_relocation, ventura: "0624c275b75ef888987ff09bd2ff8345b91acd5def5733d23248d369b2b07144" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f923651f0167d38fe57e981c636ce61c72712812a37833069999dd8f523f6552" end depends_on "cmake" => :build From 54a9907f0100a50627f49bd1a51273f9f93475f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:18:06 +0000 Subject: [PATCH 03069/10074] sentry-native 0.9.0 sentry-native: update deps Signed-off-by: Rui Chen --- Formula/s/sentry-native.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sentry-native.rb b/Formula/s/sentry-native.rb index 834df2c8f5ddd..bb022937a35c2 100644 --- a/Formula/s/sentry-native.rb +++ b/Formula/s/sentry-native.rb @@ -1,8 +1,8 @@ class SentryNative < Formula desc "Sentry SDK for C, C++ and native applications" homepage "https://docs.sentry.io/platforms/native/" - url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.8.5.tar.gz" - sha256 "3fb8f15ae1e8e6dbe831711dbdbb4245a7936f25be1b416acfb6d0581875461e" + url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.9.0.tar.gz" + sha256 "657391465eb6236d6e3f3eec1d25434178783328f1f0a744c99c9b049c6225e1" license "MIT" bottle do @@ -28,7 +28,7 @@ class SentryNative < Formula # No recent tagged releases, use the latest commit resource "crashpad" do url "https://github.com/getsentry/crashpad.git", - revision: "a17b30d42ec667c92a99285429e4edf2f7196698" + revision: "b2653919b42cf310482a9e33620cf82e952b5d2d" end # No recent tagged releases, use the latest commit From 036e981dd714e827341a25612be7025cd68f8fde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 22:49:43 +0000 Subject: [PATCH 03070/10074] ipsw: update 3.1.609 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index c024b6c370766..188a59edc446a 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "746d70b7f7e75506a21545ca154a9983d9f80f57f0bd3b2c1aa72a9ba28f95ca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8066ea25f1e03e69ddb1376fe2abf58cd4b1e790435155447ac6d32156ed5031" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a191732737409f5bc6b32ac2893a8c893d094c10e77517ef15579590e06bcec0" - sha256 cellar: :any_skip_relocation, sonoma: "9b03ba2a04a7c08ed39a8694c0762055a13f690af130d50d3f2fef6dfa45c019" - sha256 cellar: :any_skip_relocation, ventura: "4090f6559ee62d75f46b7c48e22ffcca1fc6c8f1f398cfd0de7069a68009252c" - sha256 cellar: :any_skip_relocation, arm64_linux: "4f6e1cd371c746dd80c2dac6e3ec2f735972ece6c62b757da0ad6924c9951118" - sha256 cellar: :any_skip_relocation, x86_64_linux: "915696572039b1a5fa6062e274a53dfb606e0c2368d7f87dfcd38fe3249e6c45" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "908ba6fab1c1244c413d99a6dcf41c3bab705d2ebeffe20b970566b8355488db" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4517125149b11e27246616a7172ccc5820959293a04dab4314d6b6fea1c35538" + sha256 cellar: :any_skip_relocation, arm64_ventura: "12620733b5055df3f384a633bc6d69205b852a81ba67a9aaaadb62cbf892cc3f" + sha256 cellar: :any_skip_relocation, sonoma: "548bb917421616d2ff470e07782fa37e8092af5abbb7ceebec8992d0ed263a1b" + sha256 cellar: :any_skip_relocation, ventura: "7114f4163419df61c3f44f35df2658cc12a1110706e49695c75b1864b4eec8a5" + sha256 cellar: :any_skip_relocation, arm64_linux: "22c1da7a3259c7dbfbcabf7d14cd5d242dca63ed357f02f58570062dbd06de43" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac5f868c34cadff5cfca2dec0b6920e29719327873c9e684e709d0daaaa766b9" end depends_on "go" => :build From 590877bd009a99295bdad1321b5f34b83bc0b69b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:00:47 +0000 Subject: [PATCH 03071/10074] infisical 0.41.8 --- Formula/i/infisical.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index ea4f713f4b464..58ab08b106ea1 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -1,8 +1,8 @@ class Infisical < Formula desc "CLI for Infisical" homepage "https://infisical.com/docs/cli/overview" - url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.7.tar.gz" - sha256 "b789d44012c7bbb858b33f09aa8e1a02228b559f3131c24af20d186ac00ceec1" + url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.8.tar.gz" + sha256 "37a498160e5086bba645059296e28990a780ac848988d0b78d3e2546583f6040" license "MIT" head "https://github.com/Infisical/infisical.git", branch: "main" From c1b4c4064084bd94d4675c368e343e4b37eb4616 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:05:28 +0000 Subject: [PATCH 03072/10074] maven 3.9.10 --- Formula/m/maven.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/maven.rb b/Formula/m/maven.rb index d83ba8fa6fffc..252ec32c16bac 100644 --- a/Formula/m/maven.rb +++ b/Formula/m/maven.rb @@ -1,9 +1,9 @@ class Maven < Formula desc "Java-based project management" homepage "https://maven.apache.org/" - url "https://www.apache.org/dyn/closer.lua?path=maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz" - mirror "https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz" - sha256 "7a9cdf674fc1703d6382f5f330b3d110ea1b512b51f1652846d9e4e8a588d766" + url "https://www.apache.org/dyn/closer.lua?path=maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.tar.gz" + mirror "https://archive.apache.org/dist/maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.tar.gz" + sha256 "e036059b0ac63cdcc934afffaa125c9bf3f4a4cd2d2b9995e1aee92190a0979c" license "Apache-2.0" livecheck do From 463aff2f17939a8e6b1cbbaa40016c1e79fb636f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:07:22 +0000 Subject: [PATCH 03073/10074] nerdfetch 8.3.3 --- Formula/n/nerdfetch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nerdfetch.rb b/Formula/n/nerdfetch.rb index a8d282a42a442..173d4f4da6742 100644 --- a/Formula/n/nerdfetch.rb +++ b/Formula/n/nerdfetch.rb @@ -1,8 +1,8 @@ class Nerdfetch < Formula desc "POSIX *nix fetch script using Nerdfonts" homepage "https://github.com/ThatOneCalculator/NerdFetch" - url "https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.3.1.tar.gz" - sha256 "07722131df254910b0ff336350b87341bc0413b18a9a197543bf2c97ee634c88" + url "https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.3.3.tar.gz" + sha256 "2a132e365f0b26c0ae542de000a5204f8d6d168b4848465ec13af93bad46fa0d" license "MIT" head "https://github.com/ThatOneCalculator/NerdFetch.git", branch: "main" From 49d0841677cd0b3403831f8a6d9a245276e9544b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:10:07 +0000 Subject: [PATCH 03074/10074] php@8.3 8.3.22 --- Formula/p/php@8.3.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/php@8.3.rb b/Formula/p/php@8.3.rb index 7ec053bbbe3fe..c8a979151c926 100644 --- a/Formula/p/php@8.3.rb +++ b/Formula/p/php@8.3.rb @@ -2,9 +2,9 @@ class PhpAT83 < Formula desc "General-purpose scripting language" homepage "https://www.php.net/" # Should only be updated if the new version is announced on the homepage, https://www.php.net/ - url "https://www.php.net/distributions/php-8.3.21.tar.xz" - mirror "https://fossies.org/linux/www/php-8.3.21.tar.xz" - sha256 "4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd6" + url "https://www.php.net/distributions/php-8.3.22.tar.xz" + mirror "https://fossies.org/linux/www/php-8.3.22.tar.xz" + sha256 "66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36" license "PHP-3.01" livecheck do From c3d7ee0926c49c67307cffcb84212ca30f690684 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:13:01 +0000 Subject: [PATCH 03075/10074] rio 0.2.18 --- Formula/r/rio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rio.rb b/Formula/r/rio.rb index 24056e964575e..572682a8057ea 100644 --- a/Formula/r/rio.rb +++ b/Formula/r/rio.rb @@ -1,8 +1,8 @@ class Rio < Formula desc "Hardware-accelerated GPU terminal emulator powered by WebGPU" homepage "https://raphamorim.io/rio/" - url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.17.tar.gz" - sha256 "3290d6c3bf4663432938f17b42310de9cf0327753a75c1f54215ec8f7b66a4eb" + url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.18.tar.gz" + sha256 "ef0ce3a21210fbade1525e74d601f31439b2fb1d261e5456ca891ef80260ca57" license "MIT" head "https://github.com/raphamorim/rio.git", branch: "main" From 9b2464bfd4d089cff3aa84edd8fad98af5c8762c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:14:18 +0000 Subject: [PATCH 03076/10074] ruff 0.11.13 --- Formula/r/ruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 320bcaa7d0bdc..8fddcc8ecbe61 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -1,8 +1,8 @@ class Ruff < Formula desc "Extremely fast Python linter, written in Rust" homepage "https://docs.astral.sh/ruff/" - url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.12.tar.gz" - sha256 "2ad90f833e177c3a0e81c0e3814e8b6571f0bc74dbdf7dc368ffcf6201ff142e" + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.13.tar.gz" + sha256 "fa786bc2ae0afe53571ccc7f45df0d901731ae2fa8b1ac3ff33241ada9874a75" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" From da1ee3aecc4303f570edb21e0543ed1ca34955c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:49:13 +0000 Subject: [PATCH 03077/10074] nerdfetch: update 8.3.3 bottle. --- Formula/n/nerdfetch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/nerdfetch.rb b/Formula/n/nerdfetch.rb index 173d4f4da6742..bbb04f4ae0df5 100644 --- a/Formula/n/nerdfetch.rb +++ b/Formula/n/nerdfetch.rb @@ -7,7 +7,7 @@ class Nerdfetch < Formula head "https://github.com/ThatOneCalculator/NerdFetch.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "f9021e78e9092a4d8fcf8ec6d71b64b401adf5c2d28a42c073376000a614d298" + sha256 cellar: :any_skip_relocation, all: "b19b0df53c7789d8d4d76f2dabdbf895330887b95506b20f5790d48f8e37afa9" end def install From 90c6dee29faabe46d3ce4e72145a6fdda7e359a4 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:07:53 +0000 Subject: [PATCH 03078/10074] pulumi 3.175.0 --- Formula/p/pulumi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index 299590adf5777..77ba11edc7953 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -2,8 +2,8 @@ class Pulumi < Formula desc "Cloud native development platform" homepage "https://pulumi.io/" url "https://github.com/pulumi/pulumi.git", - tag: "v3.174.0", - revision: "70245c2e69f863fb52cab1662fee31cab7c4e6aa" + tag: "v3.175.0", + revision: "0b83ce113e31f415887b5221a97c1b375585efd6" license "Apache-2.0" head "https://github.com/pulumi/pulumi.git", branch: "master" From 3f4beb5caf9096f7b5141d0537f62a01c80289ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 01:06:25 +0000 Subject: [PATCH 03079/10074] ruff: update 0.11.13 bottle. --- Formula/r/ruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 8fddcc8ecbe61..d920b1417b024 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -7,13 +7,13 @@ class Ruff < Formula head "https://github.com/astral-sh/ruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a87dd795380749394d069bf87be4b392178d6754ad84f66cea7d0f24ec192b28" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff4015336635fe4ac56f5ed7ca1bcc951390ba3a2d0265c74a8893349329a960" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ec6fec0bdac214af90c3ea96796561c729f2002b70922d94d4f8503148a27f59" - sha256 cellar: :any_skip_relocation, sonoma: "aa7976226114381f4e1792a415a8f1346d30fbbcc72cf3050966596278578d2c" - sha256 cellar: :any_skip_relocation, ventura: "ec5f3cf4ffd54944d762e507c7a7400ff154bcc3157b493f962de721645371c2" - sha256 cellar: :any_skip_relocation, arm64_linux: "2faafbe8bc3106a63381458053b1600c9a3d82b8dcf9fb0b0d38d9b18a149bf1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "91d56afe2541929b4cdedd6de22e1d1f9cea0a58c165f92b73b02f7ac31d2578" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "af245fa75e719e275d2ca4a45c41dc58124f94ece31a1b25cff7257657fd7cd3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e7f18aaef056804bb5e9790d23bb76e0ee73edb9edafc78f51e18ddf16df60c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e6d96b9a1fc71b8dc5c95434282e615bdc05d2ac513a0a842dc6a5167ee559fe" + sha256 cellar: :any_skip_relocation, sonoma: "1c174024f7332cf192eefdff2655db5a3d32084056d41e278c5214c6895fecf0" + sha256 cellar: :any_skip_relocation, ventura: "0f26592b863061bc2b3b157886b2203af6c5bbfaa22e16052432a06e7a5c9d43" + sha256 cellar: :any_skip_relocation, arm64_linux: "06ff09e3c21f676c39a8919945cbdc6c142668cee1c8693f736956824ac37942" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f1fc80a76b6dac0e1825c3cc80a0efcef8685424508d4f1320ff087343afd500" end depends_on "rust" => :build From dddf493707023610754d00b34e43fc2bda212d4a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 01:06:46 +0000 Subject: [PATCH 03080/10074] rio: update 0.2.18 bottle. --- Formula/r/rio.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/rio.rb b/Formula/r/rio.rb index 572682a8057ea..375acd5887555 100644 --- a/Formula/r/rio.rb +++ b/Formula/r/rio.rb @@ -12,11 +12,11 @@ class Rio < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ded2b1f7e80cb603248d91dca75a0dac62b360c2ff2226342a119ca2ba193f88" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d91e45ebbed91ee1961b6e5d225bb63186a43ef7e9e4a0582fbf7872f886b70" - sha256 cellar: :any_skip_relocation, arm64_ventura: "71306f1aef973b018a50754f6473f92d68ad1abe9edea72195cf0769b157cb53" - sha256 cellar: :any_skip_relocation, sonoma: "e3dfb003c16f41287f1a3be11914edf6b13b8b1e70fd0ea65413508251a08600" - sha256 cellar: :any_skip_relocation, ventura: "9af55f6296f895cc0b15db662f5c88aacbb716eaabad12a1dfbf9f2e69070022" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "45dae5174b78a06140dd9759783d306096d33b0fb9801d4df803211df996df20" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f30db34b1d5960435aff11cb7cabb4bc15dd33949374741d4151fc65b2ffd69a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b45f09c8102f125bf8d2f779a09aefb9644b139330b991e0f0b197c09e5d38ed" + sha256 cellar: :any_skip_relocation, sonoma: "7a1959a5fa9e1b1fa12d417f7c317a45af9254c8f56932132c360857cb0f771a" + sha256 cellar: :any_skip_relocation, ventura: "8aed42c1c9aeb6713a63e0742ce849d54f5ef4fe479f74fd095db6799899a3cc" end depends_on "rust" => :build From 847141575ffeec4e686b1d8e615aeeeceeb736ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 01:09:04 +0000 Subject: [PATCH 03081/10074] maven: update 3.9.10 bottle. --- Formula/m/maven.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/m/maven.rb b/Formula/m/maven.rb index 252ec32c16bac..9afc83b693a0c 100644 --- a/Formula/m/maven.rb +++ b/Formula/m/maven.rb @@ -12,15 +12,13 @@ class Maven < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "106bdaaec0342b1656442dd5d1521b3edf69df22576726110bf1d56af0d4bfef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "106bdaaec0342b1656442dd5d1521b3edf69df22576726110bf1d56af0d4bfef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "106bdaaec0342b1656442dd5d1521b3edf69df22576726110bf1d56af0d4bfef" - sha256 cellar: :any_skip_relocation, arm64_monterey: "106bdaaec0342b1656442dd5d1521b3edf69df22576726110bf1d56af0d4bfef" - sha256 cellar: :any_skip_relocation, sonoma: "019b91415dce288368bd462ebbfa009a262f7d9a4eb05f1bf64a4d09c4f65d91" - sha256 cellar: :any_skip_relocation, ventura: "019b91415dce288368bd462ebbfa009a262f7d9a4eb05f1bf64a4d09c4f65d91" - sha256 cellar: :any_skip_relocation, monterey: "019b91415dce288368bd462ebbfa009a262f7d9a4eb05f1bf64a4d09c4f65d91" - sha256 cellar: :any_skip_relocation, arm64_linux: "bef4d063e3e32355e8b2d139fd09395bbbfcadb87af73403984c6c9ce146fcf7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "106bdaaec0342b1656442dd5d1521b3edf69df22576726110bf1d56af0d4bfef" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1665fd370978e3a73cbd22ac64b742016cf9ba41be5388ae1e0b334f5a90351e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1665fd370978e3a73cbd22ac64b742016cf9ba41be5388ae1e0b334f5a90351e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1665fd370978e3a73cbd22ac64b742016cf9ba41be5388ae1e0b334f5a90351e" + sha256 cellar: :any_skip_relocation, sonoma: "f63802ccfcd99ccfebc97666c2d1cff834bf04fb95f5ba0ef4c0089bf0efc03b" + sha256 cellar: :any_skip_relocation, ventura: "f63802ccfcd99ccfebc97666c2d1cff834bf04fb95f5ba0ef4c0089bf0efc03b" + sha256 cellar: :any_skip_relocation, arm64_linux: "1665fd370978e3a73cbd22ac64b742016cf9ba41be5388ae1e0b334f5a90351e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1665fd370978e3a73cbd22ac64b742016cf9ba41be5388ae1e0b334f5a90351e" end depends_on "openjdk" From fbbbc2b0a0e8510d8d00c82ba6ad26479580e194 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 01:09:17 +0000 Subject: [PATCH 03082/10074] pulumi: update 3.175.0 bottle. --- Formula/p/pulumi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index 77ba11edc7953..d35ea1f609f7b 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -10,12 +10,12 @@ class Pulumi < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fda114c2f38bb370ee31b9f7f6e5da7cf8608d3d616a57fa474357500089483a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a35ad7f2d489071b77253b42525c2bb993432d4cabd9f39e9819d488ad6f3673" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8a889a698bb3ffa2cfd9c9654a93c528f4e59a57a7e180e9ea0aba95a84bca44" - sha256 cellar: :any_skip_relocation, sonoma: "e242be55dc367a369923508c02b7bdaace643a0d927f67d35d1e41703e5864ce" - sha256 cellar: :any_skip_relocation, ventura: "de4bde182364f7183345b3b597381eb8a46a1fc606e74626d2db99970a43a297" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2c0b3468315efaa21f356ac0f2d630fb48de5b8f87b7c32125831d27459c09d8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6f41dd3ec75574bceca95427bed3e010f281ced3c34e7293b99dc4a0a571ebe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c696d2fdef86383cfabdc2597fb59f1cb85e05081304c3f862d166fa69370ab6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4165a6d97ee475a86e34cee8e0f8782ef314aa2223a53abff7b78e6a95e4d99c" + sha256 cellar: :any_skip_relocation, sonoma: "e51d1f103aa5ff42a5295bfb149de7159a36cd9646c9419ba5a02ec19ba65a7e" + sha256 cellar: :any_skip_relocation, ventura: "133cde3d2cbde8f235fdf8b02422a9196046d318cb7e1e85888104f96ba6e958" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7c4b2d32724aaf745631311fa5171a76db84aaaa00536797421daae0e0b00069" end depends_on "go" => :build From a59fc94702e07fc9651df8851bf027f6ecfdea98 Mon Sep 17 00:00:00 2001 From: goenv bot <117976686+goenv-bot@users.noreply.github.com> Date: Fri, 6 Jun 2025 01:28:55 +0000 Subject: [PATCH 03083/10074] goenv 2.2.24 --- Formula/g/goenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/goenv.rb b/Formula/g/goenv.rb index 15cd7e60cd0ac..501e358498d54 100644 --- a/Formula/g/goenv.rb +++ b/Formula/g/goenv.rb @@ -1,8 +1,8 @@ class Goenv < Formula desc "Go version management" homepage "https://github.com/go-nv/goenv" - url "https://github.com/go-nv/goenv/archive/refs/tags/2.2.23.tar.gz" - sha256 "1377c6e75e48e92932f65f41f80dad59307eee2d1f644bdd42fc45453517ce21" + url "https://github.com/go-nv/goenv/archive/refs/tags/2.2.24.tar.gz" + sha256 "6b6584d78d8d23020487739b4de0c56e9ff8e95c60a9fc1b11d52d1de50a00a9" license "MIT" version_scheme 1 head "https://github.com/go-nv/goenv.git", branch: "master" From 7cb0db4d5793d3443b9f06c210efd755168c960b Mon Sep 17 00:00:00 2001 From: IT Service Account <117774934+IT-Flow-Service-Account@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:43:49 -0700 Subject: [PATCH 03084/10074] flow-cli 2.2.17 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/f/flow-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flow-cli.rb b/Formula/f/flow-cli.rb index 727496c2db6d3..6380c65fd2b21 100644 --- a/Formula/f/flow-cli.rb +++ b/Formula/f/flow-cli.rb @@ -1,8 +1,8 @@ class FlowCli < Formula desc "Command-line interface that provides utilities for building Flow applications" homepage "https://onflow.org" - url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.16.tar.gz" - sha256 "ef827f6a6c1b12ad5609d5aecc0af49c50b454d5fd85c022b1c960d3ff29af39" + url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.17.tar.gz" + sha256 "3a521a45352aee7f8dfbba46f95bf5429c1c203b8562f711c19685be43af32a4" license "Apache-2.0" head "https://github.com/onflow/flow-cli.git", branch: "master" From a7ac45f2b94c8be42899b1b2c5a37c5b028daa64 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:26:21 +0000 Subject: [PATCH 03085/10074] aws-sam-cli 1.140.0 --- Formula/a/aws-sam-cli.rb | 117 ++++++++++++++++++++------------------- 1 file changed, 61 insertions(+), 56 deletions(-) diff --git a/Formula/a/aws-sam-cli.rb b/Formula/a/aws-sam-cli.rb index bccea3611fde9..84770a3f02482 100644 --- a/Formula/a/aws-sam-cli.rb +++ b/Formula/a/aws-sam-cli.rb @@ -3,8 +3,8 @@ class AwsSamCli < Formula desc "CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM" homepage "https://aws.amazon.com/serverless/sam/" - url "https://files.pythonhosted.org/packages/8a/80/e586d9468f5fe497efe05e881fef8842ffaac03809bbcfe2bca3f7cbc793/aws_sam_cli-1.139.0.tar.gz" - sha256 "c112a0b87404aa925acd6618422bce5197df2763005e67a1e7ef5e00fc48f873" + url "https://files.pythonhosted.org/packages/b2/d2/eb5adcc65e317a7a1fc5be18cd62eb4a70402ebbe2bd3ba610f328d17fa8/aws_sam_cli-1.140.0.tar.gz" + sha256 "ef9860ed0105424cf06593446b9f1648127b8ecaf62b7b457f02ca756bfc6c83" license "Apache-2.0" bottle do @@ -47,8 +47,8 @@ class AwsSamCli < Formula end resource "aws-sam-translator" do - url "https://files.pythonhosted.org/packages/13/01/3a9a3fea6ed942239f22c4fa9b3cd9d8b69545607f257fbb47d28d115dde/aws_sam_translator-1.97.0.tar.gz" - sha256 "6f7ec94de0a9b220dd1f1a0bf7e2df95dd44a85592301ee830744da2f209b7e6" + url "https://files.pythonhosted.org/packages/a2/f8/100c32414efc036d6aba7b2591773e9c86f999ab0030850d26e672ed513d/aws_sam_translator-1.98.0.tar.gz" + sha256 "fe9fdf51b593aca4cde29f555e272b00d90662315c8078e9f5f3448dd962c66b" end resource "binaryornot" do @@ -62,28 +62,28 @@ class AwsSamCli < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/d0/e5/4623171284e125ebfef850a21c2af22b0515b08f5cd05e77a79a1085f663/boto3-1.38.22.tar.gz" - sha256 "008f6a7c2f9f306984f9bd00c331d70341124aaa7dfebcb0466ecbda6619884a" + url "https://files.pythonhosted.org/packages/e4/0b/635e5ee7423700eac817fd7e495c9326891cdaabb2c3462f641395c6ba9e/boto3-1.38.31.tar.gz" + sha256 "491a4f1f2ae64f8e45a9d97896684dde5d8d14d8ab5083d4545ab3cb6a9b005e" end resource "boto3-stubs" do - url "https://files.pythonhosted.org/packages/9f/85/86243ad2792f8506b567c645d97ece548258203c55bcc165fd5801f4372f/boto3_stubs-1.35.71.tar.gz" - sha256 "50e20fa74248c96b3e3498b2d81388585583e38b9f0609d2fa58257e49c986a5" + url "https://files.pythonhosted.org/packages/54/6e/814f9b0b1db9b8d9e718954abe006890a946ed38a667ba457be12b94e0ae/boto3_stubs-1.38.29.tar.gz" + sha256 "e0b8b4f6cd742a473ed5772701485623606b61784be7f1217c0c90077efcbf2f" end resource "botocore" do - url "https://files.pythonhosted.org/packages/02/ed/b75b99f64c8ce365213abc2e3124e7712ab7c691170718d1c3086c44aaea/botocore-1.38.22.tar.gz" - sha256 "3b464984674f97367ca1dfa29bdbce499327571208aaec2f9743f66e54d9ba05" + url "https://files.pythonhosted.org/packages/08/82/3ea41d7fdc822e445d20a381dfc080a962f8f86b237bf38afef9f1c89982/botocore-1.38.31.tar.gz" + sha256 "50daef3457ebcab25daaa28a087986575510529bdc3cc784f86e8cb187f7a4ff" end resource "botocore-stubs" do - url "https://files.pythonhosted.org/packages/43/70/6204c97f8d8362364f11c16085566abdcaa114c264d3a4d709ff697b203b/botocore_stubs-1.38.19.tar.gz" - sha256 "84f67a42bb240a8ea0c5fe4f05d497cc411177db600bc7012182e499ac24bf19" + url "https://files.pythonhosted.org/packages/b2/df/9bf9f6346daf1cbcb736a12417efe025ed63d72a015799f4e8f26a823b93/botocore_stubs-1.38.30.tar.gz" + sha256 "291d7bf39a316c00a8a55b7255489b02c0cea1a343482e7784e8d1e235bae995" end resource "cfn-lint" do - url "https://files.pythonhosted.org/packages/73/42/5dd6fdad1382d37143a2c84dd2143c7dd3d065a64e55b51e23e20b8f8b14/cfn_lint-1.34.2.tar.gz" - sha256 "d340a6f816676489fac6f2fae3609e266c48d031abed04b978b07db7adf05f75" + url "https://files.pythonhosted.org/packages/7f/bd/67280945d60ccd89f9f1ef03e8d2a1eb3a617a97ff28fc9c26c801721ccd/cfn_lint-1.35.4.tar.gz" + sha256 "da38218367217b909884ec2efe361b3992868f140b1d5f37dc64a9e328d9ddb9" end resource "chardet" do @@ -187,78 +187,78 @@ class AwsSamCli < Formula end resource "mypy-boto3-apigateway" do - url "https://files.pythonhosted.org/packages/e0/3d/c5dc7a750d9fdba2bf704d3d963be9ad4ed617fe5bb98e5c88374a3d8d69/mypy_boto3_apigateway-1.35.93.tar.gz" - sha256 "df90957c5f2c219663f825b905cb53b9f53fd7982e01bb21da65f5757c3d5d41" + url "https://files.pythonhosted.org/packages/9c/63/0e6511adc455896c7f61c48623d76bc9d9cdf98419324b04931003170397/mypy_boto3_apigateway-1.38.29.tar.gz" + sha256 "3ca765382e0b8bb74802ad8b66a97d5d1b120a7e178f55b991554d25866c01d3" end resource "mypy-boto3-cloudformation" do - url "https://files.pythonhosted.org/packages/f3/26/e59425e30fb1783aa718f1a8ac93cdc415e279e175c953ee0a72310f7490/mypy_boto3_cloudformation-1.35.93.tar.gz" - sha256 "57dc112ff3e2ddc1e9e621e428490b904c0da8c1532d30e9fa2a19aefde9f719" + url "https://files.pythonhosted.org/packages/f8/ed/f533f07def9140c429a047f8b70c8a4ea9cf04597b09d264edeca3a4265a/mypy_boto3_cloudformation-1.38.31.tar.gz" + sha256 "f4185231faab97bfb50b25dc1323333c630a092ffa8c15356f21116fc92a7f42" end resource "mypy-boto3-ecr" do - url "https://files.pythonhosted.org/packages/92/ae/1598bf3dc7069f0e48a60a482dffa71885e1558aa076243375820de2792f/mypy_boto3_ecr-1.35.93.tar.gz" - sha256 "57295a72a9473b8542578ab15eb0a4909cad6f2cee1da41ce6a8a40ab7051438" + url "https://files.pythonhosted.org/packages/0d/e9/3744b4262a82060f17dc2133107d2d3ea3c347906726f69740989f708321/mypy_boto3_ecr-1.38.6.tar.gz" + sha256 "09322f94861195a93a1678e16f2c9284d1ad61b464e39fc449710a22847babf2" end resource "mypy-boto3-iam" do - url "https://files.pythonhosted.org/packages/c7/24/7cb0b26c3af8207496880155441cfd7f5d8c5404d4669e39385eb307672d/mypy_boto3_iam-1.35.93.tar.gz" - sha256 "2595c8dac406e4e771d3b7d7835faacb936d20449b9cdd17a53f076219cc7712" + url "https://files.pythonhosted.org/packages/7f/e6/b0cf2d54102939776976b40deed032acc7f57299ceac02edcc0411893419/mypy_boto3_iam-1.38.14.tar.gz" + sha256 "4692200074bf917da7c9237b2c50bbb9718931c9f99b73e579ecdd100b6582a3" end resource "mypy-boto3-kinesis" do - url "https://files.pythonhosted.org/packages/7d/c3/eb9f1aeaf42ea55c473b0281fe5813aafe3283733ad84fbd27c370416753/mypy_boto3_kinesis-1.35.93.tar.gz" - sha256 "f0718f5b54b955761790b4b33bdcab8d0c779bd50cc671c6862a8e0554515bda" + url "https://files.pythonhosted.org/packages/8a/33/ed686441c535fb43bccd3b63fee86b2538bbf0ec14d4aeb145ac24267db5/mypy_boto3_kinesis-1.38.8.tar.gz" + sha256 "3932c77f3fc8c375454f3dfa71e1e2f18545d95c854dab57dc9c3ba6b561d928" end resource "mypy-boto3-lambda" do - url "https://files.pythonhosted.org/packages/f0/ef/b90e51be87b5c226005c765a7109a26b5ce39cf349f2603336bd5c365863/mypy_boto3_lambda-1.35.93.tar.gz" - sha256 "c11b047743c7635ea8385abffaf97788a108b71479612e9b5e7d0bb19029d7a4" + url "https://files.pythonhosted.org/packages/8f/e3/0436071b28942788bdd22d6f91847654a7b1d167fb9d86c5779108e49ee9/mypy_boto3_lambda-1.38.0.tar.gz" + sha256 "ece7b3848c045e1be81c4f2b7482002c17ce7cb70de850661146103a8cb1a3fb" end resource "mypy-boto3-s3" do - url "https://files.pythonhosted.org/packages/15/53/99667aad21b236612ecb50eee09fdc4de6fbe39c3a75a6bad387d108ed1f/mypy_boto3_s3-1.35.93.tar.gz" - sha256 "b4529e57a8d5f21d4c61fe650fa6764fee2ba7ab524a455a34ba2698ef6d27a8" + url "https://files.pythonhosted.org/packages/79/a5/366aec375b77cfe7820b7b3213318b147aefda6f12a035691541a5d557d1/mypy_boto3_s3-1.38.26.tar.gz" + sha256 "38a45dee5782d5c07ddea07ea50965c4d2ba7e77617c19f613b4c9f80f961b52" end resource "mypy-boto3-schemas" do - url "https://files.pythonhosted.org/packages/c9/f7/63c5b0db122b99265a14f179f41ab01566610c78abe14e63a4df3ebca7fa/mypy_boto3_schemas-1.35.93.tar.gz" - sha256 "7f2255ddd6d531101ec67fbd1afca8be02568f4e5787d1631199aa25b58a480f" + url "https://files.pythonhosted.org/packages/59/6b/34c24abeecaeec8e69513486b60715266e3c67b99ea4ea94d5a1e7507e13/mypy_boto3_schemas-1.38.0.tar.gz" + sha256 "e4f9f7ffb5d7e44c5642bcb8e68734d6dbc7dc01bde707f02aed0b2348bc0c22" end resource "mypy-boto3-secretsmanager" do - url "https://files.pythonhosted.org/packages/d8/c6/1c69c3ac9fadeb6cc01da5a90edd5f36cbf09a4fa66e8cef638917eba4d1/mypy_boto3_secretsmanager-1.35.93.tar.gz" - sha256 "b6c4bc88a5fe4143124272728d41342e01c778b406db9d647a20dad0de7d6f47" + url "https://files.pythonhosted.org/packages/9e/fe/0302a42d4fab765215f517f9c98e6ac2b226ee0387e85816d9dda8aa93a0/mypy_boto3_secretsmanager-1.38.0.tar.gz" + sha256 "1666108e70f03e4dc1de449388d7facb77aba231a026bac0c3240fc27fd31a98" end resource "mypy-boto3-signer" do - url "https://files.pythonhosted.org/packages/d1/00/954104765b3414b0221cf18efebcee656f7b8be603866682a0dcf9e00ecf/mypy_boto3_signer-1.35.93.tar.gz" - sha256 "f12c7c7025cc25804146431f639f3eb9db664a4695bf28d2a87f58111fc7f888" + url "https://files.pythonhosted.org/packages/2c/4a/f38981d5dfeb0a998c4d6e363e567257bb805b2aed647e9123f111b9f2f2/mypy_boto3_signer-1.38.0.tar.gz" + sha256 "68875fc90ded54ddc6f97aaa17c7c51d1241a459cad84d135322de597ff9f90b" end resource "mypy-boto3-sqs" do - url "https://files.pythonhosted.org/packages/29/5b/040ba82c53d5edf578ad0aafcac501b91a259b40f296ef6662db975b6595/mypy_boto3_sqs-1.35.93.tar.gz" - sha256 "8ea7f63e0878544705c31996ae4c064095fbb4f780f8323a84f7a75281d643fe" + url "https://files.pythonhosted.org/packages/f0/a0/ef5c7bdb33af5d0a48029fed11401388fa68949c6c0f9b11b2e845f5fe0e/mypy_boto3_sqs-1.38.0.tar.gz" + sha256 "39aebc121a2fe20f962fd83b617fd916003605d6f6851fdf195337a0aa428fe1" end resource "mypy-boto3-stepfunctions" do - url "https://files.pythonhosted.org/packages/ec/f9/44a59a6c84edfd94477e5427befcbecdb4f92ae34d897536671dc4994e23/mypy_boto3_stepfunctions-1.35.93.tar.gz" - sha256 "20230615c42e7aabbd43b62657ca3534e96767245705d12d42672ac87cd1b59c" + url "https://files.pythonhosted.org/packages/d5/b6/1273339e46c41747fbf7f3097ca866c9d10e3db77d49630ac131abce1614/mypy_boto3_stepfunctions-1.38.0.tar.gz" + sha256 "b0102265c49fa0537bdb5d214677da89737b784f57ec02340d72210528088a99" end resource "mypy-boto3-sts" do - url "https://files.pythonhosted.org/packages/9f/fc/652992367bad0bae7d1c8d8bd5fa455570de77337f8d0c2021263dc4e695/mypy_boto3_sts-1.35.97.tar.gz" - sha256 "6df698f6a400a82ebcc2f10adb43557f66278467200e0f75588e7de3e4a1622d" + url "https://files.pythonhosted.org/packages/51/24/638ceabff74e07855b59c3bb863b0c11e69ff7ec8fa8678ff6db9ee38318/mypy_boto3_sts-1.38.0.tar.gz" + sha256 "143a96f06bd17ec4bbb120e04b65e646cb4345e2d0d4c3c596f8aa0458d12707" end resource "mypy-boto3-xray" do - url "https://files.pythonhosted.org/packages/b6/98/1ffe456cf073fe6ee1826f053943793d4082fe02412a109c72c0f414a66c/mypy_boto3_xray-1.35.93.tar.gz" - sha256 "7e0af9474f06da1923aa37c8639b051042cc3a56d1a36b0141124d9de7be6709" + url "https://files.pythonhosted.org/packages/d6/f5/9121dae480352d0c0efd8094115527e8292e351005630407f5e2f2ccb719/mypy_boto3_xray-1.38.0.tar.gz" + sha256 "13dadd42be39f0b3e139d3d3a0021c24e617d67eb8b0d09dac3d7d7795b30384" end resource "networkx" do - url "https://files.pythonhosted.org/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f/networkx-3.4.2.tar.gz" - sha256 "307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1" + url "https://files.pythonhosted.org/packages/6c/4f/ccdb8ad3a38e583f214547fd2f7ff1fc160c43a75af88e6aec213404b96a/networkx-3.5.tar.gz" + sha256 "d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037" end resource "pydantic" do @@ -317,8 +317,8 @@ class AwsSamCli < Formula end resource "rich" do - url "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz" - sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" + url "https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz" + sha256 "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" end resource "rpds-py" do @@ -327,8 +327,13 @@ class AwsSamCli < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" + sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "s3transfer" do @@ -337,8 +342,8 @@ class AwsSamCli < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -372,13 +377,13 @@ class AwsSamCli < Formula end resource "types-s3transfer" do - url "https://files.pythonhosted.org/packages/fb/d5/830e9efe91a26601a2bebde6f299239d2d26e542f5d4b3bc7e8c23c81a3f/types_s3transfer-0.12.0.tar.gz" - sha256 "f8f59201481e904362873bf0be3267f259d60ad946ebdfcb847d092a1fa26f98" + url "https://files.pythonhosted.org/packages/42/c1/45038f259d6741c252801044e184fec4dbaeff939a58f6160d7c32bf4975/types_s3transfer-0.13.0.tar.gz" + sha256 "203dadcb9865c2f68fb44bc0440e1dc05b79197ba4a641c0976c26c9af75ef52" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do @@ -387,8 +392,8 @@ class AwsSamCli < Formula end resource "tzlocal" do - url "https://files.pythonhosted.org/packages/04/d3/c19d65ae67636fe63953b20c2e4a8ced4497ea232c43ff8d01db16de8dc0/tzlocal-5.2.tar.gz" - sha256 "8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e" + url "https://files.pythonhosted.org/packages/8b/2e/c14812d3d4d9cd1773c6be938f89e5735a1f11a9f184ac3639b93cef35d5/tzlocal-5.3.1.tar.gz" + sha256 "cceffc7edecefea1f595541dbd6e990cb1ea3d19bf01b2809f362a03dd7921fd" end resource "urllib3" do From b1b911f4c09cb2c25415148b7111793e541f6a29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:35:07 +0000 Subject: [PATCH 03086/10074] exploitdb 2025-06-06 --- Formula/e/exploitdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 3ad2aa88ac6b0..db4c78b9e4f4e 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -2,8 +2,8 @@ class Exploitdb < Formula desc "Database of public exploits and corresponding vulnerable software" homepage "https://www.exploit-db.com/" url "https://gitlab.com/exploit-database/exploitdb.git", - tag: "2025-05-30", - revision: "c3b152279e29d5427af997886003f9873a9caf95" + tag: "2025-06-06", + revision: "2825165fedb56ce9947b8f220126f85194d972b4" license "GPL-2.0-or-later" head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" From 778fc7861c01edd13e2a3302cdfe44cb3b064380 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:35:30 +0000 Subject: [PATCH 03087/10074] fastp 0.26.0 --- Formula/f/fastp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index a2bb93434f9db..2d964f4c0822c 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -1,8 +1,8 @@ class Fastp < Formula desc "Ultra-fast all-in-one FASTQ preprocessor" homepage "https://github.com/OpenGene/fastp" - url "https://github.com/OpenGene/fastp/archive/refs/tags/v0.25.0.tar.gz" - sha256 "55fa7d9b8166200e901ff59a1825ba6455ec1a322d9465ce40aae6d145c3146f" + url "https://github.com/OpenGene/fastp/archive/refs/tags/v0.26.0.tar.gz" + sha256 "ab5396f448bece92e599e4d3acc48751fc46f0f43333ca271d229aa95dc47c4e" license "MIT" bottle do From f9b0c1415fad77e25df0cdcd5190b88a5b20d988 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:36:02 +0000 Subject: [PATCH 03088/10074] fern-api 0.63.36 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index b63a381016c2c..ed954f6573d69 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.31.tgz" - sha256 "8cbb3953c0a2b1b1aa17fbe82b99cc75de2ee30af82fbfa1b72df630ba9274ef" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.36.tgz" + sha256 "c628ce45646a19ac7b9683890381ec4975d5019a3ad5cddd83ea68886b017850" license "Apache-2.0" bottle do From d7456f8ebdea05c5a48a01a6c0106cd7b9461ff6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:38:35 +0000 Subject: [PATCH 03089/10074] goimports 0.34.0 --- Formula/g/goimports.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/goimports.rb b/Formula/g/goimports.rb index e3a9e4fa630c0..4e69faf9f8bcb 100644 --- a/Formula/g/goimports.rb +++ b/Formula/g/goimports.rb @@ -1,8 +1,8 @@ class Goimports < Formula desc "Go formatter that additionally inserts import statements" homepage "https://pkg.go.dev/golang.org/x/tools/cmd/goimports" - url "https://github.com/golang/tools/archive/refs/tags/v0.33.0.tar.gz" - sha256 "22fd6c3146bf6cd38aa1b1a4f94ddf9e07ac5eb62f5db713ceb6d91df015cf4a" + url "https://github.com/golang/tools/archive/refs/tags/v0.34.0.tar.gz" + sha256 "ed3063f864a4c3e12f02dc4553d087b22b3b5f09f881e977613772e3f2324ab9" license "BSD-3-Clause" head "https://github.com/golang/tools.git", branch: "master" From 67635113075ad84c2a0fee7b29697a8e195080a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:40:15 +0000 Subject: [PATCH 03090/10074] highs 1.11.0 --- Formula/h/highs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/highs.rb b/Formula/h/highs.rb index 7c2aba17e4cd4..65b8989078bc5 100644 --- a/Formula/h/highs.rb +++ b/Formula/h/highs.rb @@ -1,8 +1,8 @@ class Highs < Formula desc "Linear optimization software" homepage "https://www.maths.ed.ac.uk/hall/HiGHS/" - url "https://github.com/ERGO-Code/HiGHS/archive/refs/tags/v1.10.0.tar.gz" - sha256 "cf29873b894133bac111fc45bbf10989b6c5c041992fcd10e31222253e371a4c" + url "https://github.com/ERGO-Code/HiGHS/archive/refs/tags/v1.11.0.tar.gz" + sha256 "2b44b074cf41439325ce4d0bbdac2d51379f56faf17ba15320a410d3c1f07275" license "MIT" # Upstream appears to use GitHub releases to indicate that a version is From d8b8e1b5ee2c7eea77d7654f2fd3a30dfb9f480c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:48:13 +0000 Subject: [PATCH 03091/10074] moon 1.37.1 --- Formula/m/moon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index 1b455a7c6408c..d7498bd67d250 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -1,8 +1,8 @@ class Moon < Formula desc "Task runner and repo management tool for the web ecosystem, written in Rust" homepage "https://moonrepo.dev/moon" - url "https://github.com/moonrepo/moon/archive/refs/tags/v1.37.0.tar.gz" - sha256 "af4b1ad02430f84b48af9a33010318e497eec6a6bfac50954b5413f757224ca3" + url "https://github.com/moonrepo/moon/archive/refs/tags/v1.37.1.tar.gz" + sha256 "8b55ad11f05fb6db99d400e0c210dd1590fd9a24e68ce6f391d3e9c68862e380" license "MIT" head "https://github.com/moonrepo/moon.git", branch: "master" From 8841b9282592c709a05bb79a399695501fd1258f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:52:11 +0000 Subject: [PATCH 03092/10074] goenv: update 2.2.24 bottle. --- Formula/g/goenv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/goenv.rb b/Formula/g/goenv.rb index 501e358498d54..819f473a3d0b0 100644 --- a/Formula/g/goenv.rb +++ b/Formula/g/goenv.rb @@ -13,13 +13,13 @@ class Goenv < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "58437356ca3fdb08fb0102b6cd0baf241f6335217c785e0104d1422828938db7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "58437356ca3fdb08fb0102b6cd0baf241f6335217c785e0104d1422828938db7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "58437356ca3fdb08fb0102b6cd0baf241f6335217c785e0104d1422828938db7" - sha256 cellar: :any_skip_relocation, sonoma: "f3d91219e970a6157c8cdc5d25248548b9700de43dde859ec3d8630bafe920f5" - sha256 cellar: :any_skip_relocation, ventura: "f3d91219e970a6157c8cdc5d25248548b9700de43dde859ec3d8630bafe920f5" - sha256 cellar: :any_skip_relocation, arm64_linux: "58437356ca3fdb08fb0102b6cd0baf241f6335217c785e0104d1422828938db7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "58437356ca3fdb08fb0102b6cd0baf241f6335217c785e0104d1422828938db7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" + sha256 cellar: :any_skip_relocation, sonoma: "2d2ee73c6bd310c8c5e2f0cdb1b85d9faaa23c0d5f113e3aa83a486af3bcf370" + sha256 cellar: :any_skip_relocation, ventura: "2d2ee73c6bd310c8c5e2f0cdb1b85d9faaa23c0d5f113e3aa83a486af3bcf370" + sha256 cellar: :any_skip_relocation, arm64_linux: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" end def install From 5f9faa49cfa4b5ee6c142dbe219d785ab5732cd2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:52:26 +0000 Subject: [PATCH 03093/10074] flow-cli: update 2.2.17 bottle. --- Formula/f/flow-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flow-cli.rb b/Formula/f/flow-cli.rb index 6380c65fd2b21..5290a4d7c662c 100644 --- a/Formula/f/flow-cli.rb +++ b/Formula/f/flow-cli.rb @@ -12,13 +12,13 @@ class FlowCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "91bcee800d7f33e6830dc5a3a61e881e9f0525570f8ef6cad89070c84f5c8793" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "28f0490d981659684f244cf192baab2ea8090edd50dc35aa7b07edd74cef16e4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f724315818a750b97a020cc3afeaabff78c0c1765916bcbf0592191e206f3eca" - sha256 cellar: :any_skip_relocation, sonoma: "9dff8b9b4fa238efb74b945e3e66a3f2a5b9bd9a568dfdd28da7791623be1692" - sha256 cellar: :any_skip_relocation, ventura: "f7d48a31bd6c2d0f72cc89c2d92a763ef5fb8e5aeeac20f98ffd2b7f71817a3a" - sha256 cellar: :any_skip_relocation, arm64_linux: "d0627326472e429dfc6eddc4aee3313bcb88da0cc5621670a826d58c7291b879" - sha256 cellar: :any_skip_relocation, x86_64_linux: "946d0310a359e75555dfc1812ca20d69b02cd2b76ccd447312b3aa079288dca6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d972e2044ed900d8a072c036258076d9eea2b1c6699a9b93834e6c4bdc96ba9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d79b4841e8ca3b70021f5180346757e567995723011d275148826dfe825ef0e0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bcb02a8595b495873a636af8f3d245a0baecd1681087bcefa5112e8e732f5086" + sha256 cellar: :any_skip_relocation, sonoma: "5b5125bccddcc5fd06e9e34c305293028edcedcb96f948e94f490aaccc1c6ff1" + sha256 cellar: :any_skip_relocation, ventura: "fcfc76987971aaa1c4e519dfbb1f1c783a14083537d2f71141dea47e083cd88b" + sha256 cellar: :any_skip_relocation, arm64_linux: "be7259406c2d75104924fb3a9577a18b048a33c584f9d6fa1a172c0340a2b366" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d3ded47c7d787b9745eec74ebb66cfca59c14370a7d6988b5ac40f5a1c4fea4" end depends_on "go" => :build From 0fc0681a2cafcb55a2cbbb3bebe495dc7aaf45ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:52:53 +0000 Subject: [PATCH 03094/10074] fastp: update 0.26.0 bottle. --- Formula/f/fastp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index 2d964f4c0822c..056ebde2beca0 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -6,13 +6,13 @@ class Fastp < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "af02e4c10512d505e6d7b0aa8518369a769843ae6b1effe99873a436e585d6df" - sha256 cellar: :any, arm64_sonoma: "827b8becefcd46525899f074e7ac0d7adc9be63e4b13318f93fea483bc246332" - sha256 cellar: :any, arm64_ventura: "514ede48a29fa497975e4d25b7426a26b19cb7d1a3c3130a3e50b8003a3c637f" - sha256 cellar: :any, sonoma: "79904c37db018628e8ea1ec5bd0dbc698daf0127f7a6b8ebbf6ae8c39a894794" - sha256 cellar: :any, ventura: "18c98cb5ab6524378509b2a858ef455be406c536777f15b6727bb67b3dae24bb" - sha256 cellar: :any_skip_relocation, arm64_linux: "f6cb836857e8ad1ebb9fe04bd8ade14e5627625081a2b582dd96f80aa9994a37" - sha256 cellar: :any_skip_relocation, x86_64_linux: "924c9db74a7c3048521f3b5da0f2c932a571acfed049d1530b110e70672ea5c5" + sha256 cellar: :any, arm64_sequoia: "30f8fe5ec8c763eba03044f2f20bb62a8eca26620eb0ad9195773b091418bc02" + sha256 cellar: :any, arm64_sonoma: "9c240f042c1e56a3e84d73629460c6c329707953c464715a34e28a370865f9bf" + sha256 cellar: :any, arm64_ventura: "b6710ef28940c569e1f92e9b487cb8ba263f3cd9fc28e573cbf3a6290ad44bce" + sha256 cellar: :any, sonoma: "561e9820f5f479a46c9381f6355e5b6853be164b0c061b56bb0d121d487b4555" + sha256 cellar: :any, ventura: "c02b28fdb8341a69540d917b5ace9e4d0cc9a204d548b0fec7e853c0af2a3b86" + sha256 cellar: :any_skip_relocation, arm64_linux: "37eac38ffb62670556e02c579d69ecc897d10f2c0002a7cbdb53b5e1dc676fa9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f80b2781db100abda8cff247ec05c2448dac9ef0af2bcee95cc1553b43e4a017" end depends_on "isa-l" From d70fe2254bb218569fccc0ec40cb7cbfa386cb90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:53:22 +0000 Subject: [PATCH 03095/10074] goimports: update 0.34.0 bottle. --- Formula/g/goimports.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/goimports.rb b/Formula/g/goimports.rb index 4e69faf9f8bcb..8fe9170cc7a67 100644 --- a/Formula/g/goimports.rb +++ b/Formula/g/goimports.rb @@ -12,13 +12,13 @@ class Goimports < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca90dbef740605cc5db799f43995bed529e19657730aa46f0aa50be1494b04e8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca90dbef740605cc5db799f43995bed529e19657730aa46f0aa50be1494b04e8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ca90dbef740605cc5db799f43995bed529e19657730aa46f0aa50be1494b04e8" - sha256 cellar: :any_skip_relocation, sonoma: "7ddc7c3208f83f9a7c88320295943fd47015e4668b86992802eb8613507d7297" - sha256 cellar: :any_skip_relocation, ventura: "7ddc7c3208f83f9a7c88320295943fd47015e4668b86992802eb8613507d7297" - sha256 cellar: :any_skip_relocation, arm64_linux: "97da6f382d5e73c679f0988c511c9cc59873c2aa1fbba7e0f2772af25c0da54e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3131fb3f740d2279f2d8bc5c4f5731bd0b4efd0d091e70292f753d75ee88c04" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "40f11f454ad19955387a7cfc1c44fb36df85617ca3936dc0d560f052fc97c36a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "40f11f454ad19955387a7cfc1c44fb36df85617ca3936dc0d560f052fc97c36a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "40f11f454ad19955387a7cfc1c44fb36df85617ca3936dc0d560f052fc97c36a" + sha256 cellar: :any_skip_relocation, sonoma: "4c154610eea3e2b790e73ccf6f9f897f880d13bc7cf5f585ed66ad9c424af3e6" + sha256 cellar: :any_skip_relocation, ventura: "4c154610eea3e2b790e73ccf6f9f897f880d13bc7cf5f585ed66ad9c424af3e6" + sha256 cellar: :any_skip_relocation, arm64_linux: "042d4c7f00027f1fef79d057cde028d6cecbff54454ac4794e4c49c809fd82e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bcb5c1ada6d630e581d5ead881912d3534c9b6e364a9347be5e12d20c61d3b29" end depends_on "go" From bcd86b43e5e7699b5ce03e999fc41df4043e14d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:54:52 +0000 Subject: [PATCH 03096/10074] rainfrog 0.3.2 --- Formula/r/rainfrog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rainfrog.rb b/Formula/r/rainfrog.rb index 17b4ae96aafda..af5adde53bb91 100644 --- a/Formula/r/rainfrog.rb +++ b/Formula/r/rainfrog.rb @@ -1,8 +1,8 @@ class Rainfrog < Formula desc "Database management TUI for PostgreSQL/MySQL/SQLite" homepage "https://github.com/achristmascarl/rainfrog" - url "https://github.com/achristmascarl/rainfrog/archive/refs/tags/v0.3.1.tar.gz" - sha256 "dc04ede15bc894d66d64a5b15db925b5f371f59f4651b6add043bbaa5cef2e50" + url "https://github.com/achristmascarl/rainfrog/archive/refs/tags/v0.3.2.tar.gz" + sha256 "e00cfc738fec12f7380c10416fc332b9701957b46c042062058c406907ce12b5" license "MIT" head "https://github.com/achristmascarl/rainfrog.git", branch: "main" From 4504504f5e3126cc8abc2ad20de7c6949dd1789a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:56:49 +0000 Subject: [PATCH 03097/10074] fern-api: update 0.63.36 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index ed954f6573d69..129edcce2454b 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "2453b81378ea1d4b0765626d165a571f963fd0a95dacd472ad31a12f74074dd2" + sha256 cellar: :any_skip_relocation, all: "11d2b88a61c768d2e775226ef1a21af50690d47946646a722bfccba8f8dfbffd" end depends_on "node" From 86c21bccae1e31f9e31713e677c7309ac1b37d19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:05:45 +0000 Subject: [PATCH 03098/10074] exploitdb: update 2025-06-06 bottle. --- Formula/e/exploitdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index db4c78b9e4f4e..3f9adf062d84d 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -8,13 +8,13 @@ class Exploitdb < Formula head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d47b286dd97669ed43365a3e5b8f21031c83f7546ac91a6ea1747471032d0e1d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8474d578696a2e391d459984bca188d1533b3f53adf3099b3c10ce357c47b23c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "606e4a950a2fe40359911a203d382f569cf01bbcbb1d30f679feb7bc0b2da516" - sha256 cellar: :any_skip_relocation, sonoma: "e7e206b507c0632b112df26058e0bdd9ca2d6ccfb87aebe2e3f63e568c7b6e9e" - sha256 cellar: :any_skip_relocation, ventura: "1ea9dde4b2d28d7088f3da7c9af5eb40409bb5f67073f021f2a86a36b82aa10b" - sha256 cellar: :any_skip_relocation, arm64_linux: "975b9c5b7d63e551fcbd6f00bbb15c9c0913a4af8653ac10c38690d2d0bd4805" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3aa39458d01558bfd74f190993aaf3b4432aaa4b2de868175fc82c6cfcdf99f9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3553f6a3046835f7b5494a557f2f3a08a78db9b54fd0a01fc13f919030454d8c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa336f29a2b7243e8432954e60a4e8bb499be3fea5793d96cd3dd65cb614d107" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b29b6d007beb5f18c4b5076c2feedd57e69076e76c45758a514385dd9150f7c9" + sha256 cellar: :any_skip_relocation, sonoma: "209de21cbaea8eefb897c8356862dd1103f4ac8271595b87d0efb23105f4c0ac" + sha256 cellar: :any_skip_relocation, ventura: "57c361b5dfb07456d07cf4ddaa8b033bf7e22b00540eeb56f992cab2f178e342" + sha256 cellar: :any_skip_relocation, arm64_linux: "e63ff798c729b2572887a2c98ed966cb82c6d4c21160ff3a31fea1b4ce171bce" + sha256 cellar: :any_skip_relocation, x86_64_linux: "214da39a294f694bbc1321b8d112d2c088791aa22d4887c330cd5eedfbf51103" end def install From e75a56ee835f817847bcc9774f753cd9222c438a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:17:45 +0000 Subject: [PATCH 03099/10074] garble: update 0.14.2_2 bottle. --- Formula/g/garble.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/garble.rb b/Formula/g/garble.rb index 8b74da0cc7b9b..a8ceb7244b4f1 100644 --- a/Formula/g/garble.rb +++ b/Formula/g/garble.rb @@ -8,12 +8,12 @@ class Garble < Formula head "https://github.com/burrowers/garble.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ec2f692cb8fa1413dd70e4adb73a9379c177ad67d83c5edc6223022116420f7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ec2f692cb8fa1413dd70e4adb73a9379c177ad67d83c5edc6223022116420f7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5ec2f692cb8fa1413dd70e4adb73a9379c177ad67d83c5edc6223022116420f7" - sha256 cellar: :any_skip_relocation, sonoma: "932cad6102367a29f5092455a7859df9f69251ddc1f82c5af7ae9f37f830835f" - sha256 cellar: :any_skip_relocation, ventura: "932cad6102367a29f5092455a7859df9f69251ddc1f82c5af7ae9f37f830835f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "202e90501c53fe9f6f324a7175d2087d0113e69d012219acaed1a4dcdac26498" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbcc54a78762a37d6ce38d3697e08abdf910f9e4353dcfe116a2b0fd707cecea" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbcc54a78762a37d6ce38d3697e08abdf910f9e4353dcfe116a2b0fd707cecea" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dbcc54a78762a37d6ce38d3697e08abdf910f9e4353dcfe116a2b0fd707cecea" + sha256 cellar: :any_skip_relocation, sonoma: "23d0fe32e99b6949a0937b904da3c8b3e2c9dd1f7139850296f41c58d741738f" + sha256 cellar: :any_skip_relocation, ventura: "23d0fe32e99b6949a0937b904da3c8b3e2c9dd1f7139850296f41c58d741738f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02c56bb272699827a82d36b5420ba881a8b9bb1ea554ebaab5af4d7ea0369582" end depends_on "go" => [:build, :test] From 418bb8d5950fa6123411a0bf176633ec76a31235 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:17:45 +0000 Subject: [PATCH 03100/10074] go: update 1.24.4 bottle. --- Formula/g/go.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/go.rb b/Formula/g/go.rb index ef11434e3a6fa..0780388b772e0 100644 --- a/Formula/g/go.rb +++ b/Formula/g/go.rb @@ -21,13 +21,13 @@ class Go < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7333b18cd1ba62bb1bcc7b7e24fc1084fa1bbb77003d4ed647d539f530bcc2cf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7333b18cd1ba62bb1bcc7b7e24fc1084fa1bbb77003d4ed647d539f530bcc2cf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7333b18cd1ba62bb1bcc7b7e24fc1084fa1bbb77003d4ed647d539f530bcc2cf" - sha256 cellar: :any_skip_relocation, sonoma: "20ade196c57038f73f5ba7d29dcf4abcbe4bc56e238929a0efa0068de335a129" - sha256 cellar: :any_skip_relocation, ventura: "20ade196c57038f73f5ba7d29dcf4abcbe4bc56e238929a0efa0068de335a129" - sha256 cellar: :any_skip_relocation, arm64_linux: "503115ac69ffbcef21dff5d62154c8a505a164e9b821a1be4052e02bb9ce4bc7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "885e20364acb6df6c86e437a853ad0d649945e50542fd5bb914e2d8989e5fc27" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5094b9cb0e763d24167d36a7660697de5f8f1a455ffb5cb892f3e86bac24198b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5094b9cb0e763d24167d36a7660697de5f8f1a455ffb5cb892f3e86bac24198b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5094b9cb0e763d24167d36a7660697de5f8f1a455ffb5cb892f3e86bac24198b" + sha256 cellar: :any_skip_relocation, sonoma: "1f352e43db6b6980e881a3855df4c1c0097eedff135146302ccbbb4d79ebcdee" + sha256 cellar: :any_skip_relocation, ventura: "1f352e43db6b6980e881a3855df4c1c0097eedff135146302ccbbb4d79ebcdee" + sha256 cellar: :any_skip_relocation, arm64_linux: "e08e43be8d671e4cfd282aae97f87b0482d5aebbae01a2f41e84e7deecdf578e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "617fd19381edf1f0ac09ca19b24ac5217f55c6b389dbd45408c3f582912e76fb" end # Don't update this unless this version cannot bootstrap the new version. From de2566434331d204f8ddf573605c16cbcfaca770 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:17:45 +0000 Subject: [PATCH 03101/10074] staticcheck: update 2025.1.1_3 bottle. --- Formula/s/staticcheck.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/staticcheck.rb b/Formula/s/staticcheck.rb index 757843fe68548..a5a7c0e56994f 100644 --- a/Formula/s/staticcheck.rb +++ b/Formula/s/staticcheck.rb @@ -8,12 +8,12 @@ class Staticcheck < Formula head "https://github.com/dominikh/go-tools.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa358b34210b2a62d257ebe2e788f197cd55656c18acf72c8f783208ef7353aa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa358b34210b2a62d257ebe2e788f197cd55656c18acf72c8f783208ef7353aa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fa358b34210b2a62d257ebe2e788f197cd55656c18acf72c8f783208ef7353aa" - sha256 cellar: :any_skip_relocation, sonoma: "c22f781e614f17c4836a4a3df8a2744fb764a2bc49efa3530e01d8f46ba87453" - sha256 cellar: :any_skip_relocation, ventura: "c22f781e614f17c4836a4a3df8a2744fb764a2bc49efa3530e01d8f46ba87453" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fcd84b6cdd36306e9403869f94850b25b5a05561fe2740dbba895115ad06974a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c90b2411f849db5cf6e99b5927aff6f9d31f1dbc684beae2e3a965e1f61e02c6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c90b2411f849db5cf6e99b5927aff6f9d31f1dbc684beae2e3a965e1f61e02c6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c90b2411f849db5cf6e99b5927aff6f9d31f1dbc684beae2e3a965e1f61e02c6" + sha256 cellar: :any_skip_relocation, sonoma: "934c58bb900abdd91812f3ceca33d3a1a80cfe6295dd9cc9c6c412090b06f81f" + sha256 cellar: :any_skip_relocation, ventura: "934c58bb900abdd91812f3ceca33d3a1a80cfe6295dd9cc9c6c412090b06f81f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "667bf55c540aa0a6bbd3aa9d34c15e68557831176885b6b9dfcc81aeea28dcaa" end depends_on "go" From f69e1113e3759fdf1f2162bc9bcf0ac71ea20f4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:23:17 +0000 Subject: [PATCH 03102/10074] aws-sam-cli: update 1.140.0 bottle. --- Formula/a/aws-sam-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-sam-cli.rb b/Formula/a/aws-sam-cli.rb index 84770a3f02482..0aeb9c7eda323 100644 --- a/Formula/a/aws-sam-cli.rb +++ b/Formula/a/aws-sam-cli.rb @@ -8,13 +8,13 @@ class AwsSamCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "5aa5e370edd520169fa16df40ad24a3e2f8a14255c4e6960f0743c54b5f8a393" - sha256 cellar: :any, arm64_sonoma: "8113db5392329d6ccc8a9a4fa2138a0ae8217a0c1aea522d10cbde862710eef0" - sha256 cellar: :any, arm64_ventura: "0339a4cfd96a0c7598045bfd5b7a982cd8f2c6a30c4d2892ceb62c3f71384650" - sha256 cellar: :any, sonoma: "90b55d0f5f5d3c607d5a33b8d599ec8c407a5c6eb2d44b3fab7c25c67523c34b" - sha256 cellar: :any, ventura: "007c924661067d2e70e1c46f8f91149246fc7b01c27dc462e6b8834943f7f6ad" - sha256 cellar: :any_skip_relocation, arm64_linux: "7899bbd90107addc44f170b21d0bd830480ea3286672ba472503257ab0f7330a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b1b0e2ee192f94287e47b4890846d31c3b90fc6ab10db484d5a084ae2d8d050c" + sha256 cellar: :any, arm64_sequoia: "6dd4f066e0e4ba1e60645b5df2d5538d8ee00f5c8ac968f5b52aa6944fc0fd9d" + sha256 cellar: :any, arm64_sonoma: "b5836f452f9df2fee1b8ee5d74e87b954232fc2737bd8df6b801e050eb571239" + sha256 cellar: :any, arm64_ventura: "38cc171989a7d56141421baca83806e7896d16daca912ab94bd3b44f93db3779" + sha256 cellar: :any, sonoma: "3060fd85dba795791bdd6dcb574683ccc6cc76f34f288a7a04a6145b24339921" + sha256 cellar: :any, ventura: "0bc0e111833aeb8ed98449ff520095d6241c1b509ae8f3af59f0a3b8cfeafcbb" + sha256 cellar: :any_skip_relocation, arm64_linux: "ac50ca291b8934bcca6c816220b741f34c38086e382d7ebcd48c66be3909343b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4091cabfb14fdba6e6bccc7e03bece1c997694a5e46f1bd7c85e93d135d0806" end depends_on "pkgconf" => :build From 5cb5df21ec75aedc454bbab0705559e474251112 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:26:20 +0000 Subject: [PATCH 03103/10074] moon: update 1.37.1 bottle. --- Formula/m/moon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index d7498bd67d250..0c90b8abbfe2d 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -12,13 +12,13 @@ class Moon < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e45d07c9fa04550c6328ca23a46ae857f77775c1ae0c614e2d36707402038487" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa67df6f6bb61cea6a80f07294cdb78d72a24da0c489e4dfccb0b455a341b21e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "33a5542fc1f36a003c4598b96ad9c0765bf1002cfb7d8b5cac84c2d1ac32dbc6" - sha256 cellar: :any_skip_relocation, sonoma: "1e47aead882b2a462b9e9184c01d1504c9278ddf2ebe1d18cfa66974f79f139f" - sha256 cellar: :any_skip_relocation, ventura: "43631d6a1232c0464ac908f7535bd95ddb8fb938ac5bf47b69aaef882179cba2" - sha256 cellar: :any_skip_relocation, arm64_linux: "23d60fe14d0d9246b647a2e3e48ed6f8d40b5597784aa1e6c5a467e79b611d73" - sha256 cellar: :any_skip_relocation, x86_64_linux: "08b8a8720b5b4ab6007df675ca35bae00577da21c0c7dc119c38875cddf43310" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0fa35e3bc0854b21d7570296e0a4662cd1ec16c408f0cffbbcfceeb764fa35c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "53153088e69be2ae9dd9f244dc92fa4e3f3f8a8aadb58e91a3a69ebfd1acf901" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dfd7f8552d6daeec96ca30a2b1b463e9439acd92f5bdad2a0450fb4bc60a2f81" + sha256 cellar: :any_skip_relocation, sonoma: "2c064edf73720533db36dc23b0af058cd82d97310bf73778e785042636b81fd6" + sha256 cellar: :any_skip_relocation, ventura: "8cde36906f995e0a9d920c1bba86573c1e3592e30f0f1f69e3f86730768ee042" + sha256 cellar: :any_skip_relocation, arm64_linux: "65d9eb8bd74fc09e90f2d50902eb3bbedd33fbe2e1a795a9f953b8e237a4bd7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "29783511364bb3b82367e614b29fe748f1ed58e7fd44e7cb4da07293c255aaae" end depends_on "pkgconf" => :build From 38b97ed04d0b6c63db1cce1ee79ffa10d6c96169 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:33:19 +0000 Subject: [PATCH 03104/10074] sentry-native: update 0.9.0 bottle. --- Formula/s/sentry-native.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sentry-native.rb b/Formula/s/sentry-native.rb index bb022937a35c2..28eac189a072b 100644 --- a/Formula/s/sentry-native.rb +++ b/Formula/s/sentry-native.rb @@ -6,13 +6,13 @@ class SentryNative < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "c3efa2cd40cef7ba25c2f1b24e24986d17725442f16b596cc901913279133f44" - sha256 cellar: :any, arm64_sonoma: "3a3ae596edf78d565a9a12f0cf90fc6b1d11ce9e68f515e9b61e2873b818c0c4" - sha256 cellar: :any, arm64_ventura: "390cb9399ab622c44c735996fca5f1b053a4b562691916e0c56079037901b785" - sha256 cellar: :any, sonoma: "28c7116f6c096c15321e0143f4e4cf26b6c361572ae028feab1071aa29b32db1" - sha256 cellar: :any, ventura: "16ca56b23013df1a8b93eca50d4590ab080b8f15b490ddadd1b79c7504122376" - sha256 cellar: :any_skip_relocation, arm64_linux: "ab1ea85123a656a304851e797ad6e2f3737ee2e67549c5989cd2b016ee580fe9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "73a1db60efd90fb8457414f61ad8ce67a9aadcbd44190778ad191478291b4d4d" + sha256 cellar: :any, arm64_sequoia: "92f60f762b599c4464e88f4a5f1dfcbb5bcded76c83efda30068f2025b49aa30" + sha256 cellar: :any, arm64_sonoma: "73d63538e190b5bd973b2c55a906cac7aaca39ad0715e42fccc63a959d479688" + sha256 cellar: :any, arm64_ventura: "93beb1ab0d866de14bdecf292117266181446fd8e262b244f5f7e1cce56fac40" + sha256 cellar: :any, sonoma: "3ed21be467d60d1aef72aca11ece1fcf9ace6730a24c7ab8e1342c58fb72e9db" + sha256 cellar: :any, ventura: "2d2682f719c05bf360d1f151759fb0df4a19aa3669b40c311b770242cbafe901" + sha256 cellar: :any_skip_relocation, arm64_linux: "1accca2d383866a4b2b8d8b995a0aa1d442a55a3749200cec577ab9d2b56aa4f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "132053f6c75c555413460b4416babf0e88050f27270b95f1f70c58a9e11743b9" end depends_on "cmake" => :build From d61bc7f4a9abb44d0b3319cf157a0eac70a8f597 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:33:42 +0000 Subject: [PATCH 03105/10074] infisical: update 0.41.8 bottle. --- Formula/i/infisical.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index 58ab08b106ea1..1187e542cc3cf 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -12,12 +12,12 @@ class Infisical < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3305224e4484bdac1149a3e2614150caa350dbed5f58d71dffce1dd8a389dc9d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3305224e4484bdac1149a3e2614150caa350dbed5f58d71dffce1dd8a389dc9d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3305224e4484bdac1149a3e2614150caa350dbed5f58d71dffce1dd8a389dc9d" - sha256 cellar: :any_skip_relocation, sonoma: "b293a64a9001af63ce1d83f686ff4cb3d9acd1832beab3e2bfcb02fe9c6f73a0" - sha256 cellar: :any_skip_relocation, ventura: "b293a64a9001af63ce1d83f686ff4cb3d9acd1832beab3e2bfcb02fe9c6f73a0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a80eb566e37e6ef7c878e7c12de8df681cc1f120f0698603bd633584c1eb5945" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b033879c5a4e63e5ad13d39d0d64b1e2fa62d2ee56e19d0dfe7f6d48fec4275" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b033879c5a4e63e5ad13d39d0d64b1e2fa62d2ee56e19d0dfe7f6d48fec4275" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7b033879c5a4e63e5ad13d39d0d64b1e2fa62d2ee56e19d0dfe7f6d48fec4275" + sha256 cellar: :any_skip_relocation, sonoma: "ad15e11120548df2b5fdd0a312562e462d144e80e38042ed7e015b18c2eb0c7a" + sha256 cellar: :any_skip_relocation, ventura: "ad15e11120548df2b5fdd0a312562e462d144e80e38042ed7e015b18c2eb0c7a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b32a8aa3a33235b8ac1c49f306a37d70371ccff8a45353c9ebb995647e9eacf6" end depends_on "go" => :build From a1e742c7e2fb89c7ae67e282565a66730c626527 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:35:19 +0000 Subject: [PATCH 03106/10074] php@8.3: update 8.3.22 bottle. --- Formula/p/php@8.3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/php@8.3.rb b/Formula/p/php@8.3.rb index c8a979151c926..68c9056df7364 100644 --- a/Formula/p/php@8.3.rb +++ b/Formula/p/php@8.3.rb @@ -13,13 +13,13 @@ class PhpAT83 < Formula end bottle do - sha256 arm64_sequoia: "e3197f9bd177aefd63f9bcce8f7e5dcaf45246dc4170bd946bb06196772b98fa" - sha256 arm64_sonoma: "2eb9ae3177ee96bbe2d478264c169cab5268d4fba837fbf18565e86161a6da6b" - sha256 arm64_ventura: "619b9853cd24b379e582d97447bc4460e781a518a53eaab315a95f0f77b2d0c5" - sha256 sonoma: "0ae63bf1ef0935e560f264e3f4b99d18fe58c890686a5e015b641998fad76309" - sha256 ventura: "3aef53edbf54403cfff6a48d62c426a859d67082fde9cefabda16b767d1f6925" - sha256 arm64_linux: "f80bbee7cfeefe6403d9be7660432cd273f0977d6d6aea115496ddcfccc9a0a9" - sha256 x86_64_linux: "c3c97efcd65600bd1c4391e93063df436bd5fa0c206d7984a933cb91feddba2a" + sha256 arm64_sequoia: "93263f2eceadde85a3e84d82662b9143ed6100920f6f7ed6f39b79539af1211a" + sha256 arm64_sonoma: "1bf6694f7402cac813d0bb457816d88b0e743d53cb3b7f224a861c328fcbc5d5" + sha256 arm64_ventura: "df962590552a0e5b1fb5770702fdd4c2f0c7e8e5c5e6c9ed716f0ca6b689514c" + sha256 sonoma: "83cc16bff6e330056492c5dcc0d6f6edc6e8765c9a837a769342ab6e083921e0" + sha256 ventura: "1fa52cbc47bc64e355a3c27f61de1d8bb0d2c8bc8ea42840eb8ec9fdd2f9f3aa" + sha256 arm64_linux: "0b97b5eaa627edf5207f6d182a7d634a5c4deb11fd06c04013b8b143aafcbc82" + sha256 x86_64_linux: "ec89e11ddeaeffaa3a8be838121045c392555a1986490ad375b9cfe89e725ab7" end keg_only :versioned_formula From 68a3e1c27ab705b3ef0e3c38b3010079a91ba194 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:04:40 +0000 Subject: [PATCH 03107/10074] luarocks 3.12.0 luarocks: update build Signed-off-by: Rui Chen --- Formula/l/luarocks.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/l/luarocks.rb b/Formula/l/luarocks.rb index 82dc4cbf16b13..39d36cb1dd34a 100644 --- a/Formula/l/luarocks.rb +++ b/Formula/l/luarocks.rb @@ -1,8 +1,8 @@ class Luarocks < Formula desc "Package manager for the Lua programming language" homepage "https://luarocks.org/" - url "https://luarocks.org/releases/luarocks-3.11.1.tar.gz" - sha256 "c3fb3d960dffb2b2fe9de7e3cb004dc4d0b34bb3d342578af84f84325c669102" + url "https://luarocks.org/releases/luarocks-3.12.0.tar.gz" + sha256 "3d4c8acddf9b975e77da68cbf748d5baf483d0b6e9d703a844882db25dd61cdf" license "MIT" head "https://github.com/luarocks/luarocks.git", branch: "master" @@ -37,9 +37,7 @@ def install cmd/config cmd/which core/cfg - core/path deps - loader ].map { |file| share/"lua"/luaversion/"luarocks/#{file}.lua" } inreplace inreplace_files, "/usr/local", HOMEBREW_PREFIX end From f43b2ffd96769e169ba7ce11f0e3b60cca72f1f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:36:14 +0000 Subject: [PATCH 03108/10074] rainfrog: update 0.3.2 bottle. --- Formula/r/rainfrog.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rainfrog.rb b/Formula/r/rainfrog.rb index af5adde53bb91..2f8880554f281 100644 --- a/Formula/r/rainfrog.rb +++ b/Formula/r/rainfrog.rb @@ -7,13 +7,13 @@ class Rainfrog < Formula head "https://github.com/achristmascarl/rainfrog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ee3d22045e6ee913b2b76862c4eb2b2811ba7920f127ae10f765538a75b7b99" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6e27385d78c70ebef43a0aa9230a70117b378a6745cf2203d1e03c5b3e6fda6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4023769ffc4fbdd25b9850f9b63a2c4d88e6aeccde5de2c304fb1622f73224c9" - sha256 cellar: :any_skip_relocation, sonoma: "7e50bf071b56407d56b6e3aa868787493818ad32426f0efe93c44a3fb2581a95" - sha256 cellar: :any_skip_relocation, ventura: "ecbad32538d407572729a41e8d7d8cee54ada7668a5f9bbc80bf7b577f0a64d3" - sha256 cellar: :any_skip_relocation, arm64_linux: "4c2461c810472f754280b021c8b2be1bff3082deac57f53ee5f796fd63b79dd1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7e2b006afe3735a1ce14abd53cb110cc6c9eb25c4f7d48b573f90ca0d396ffad" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2920ef30f1197c7a50568527d83302ae5db880c64de74eae29f8fb75b83ff6e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed17a14f566ea783dd2335ef4ba02ec44e98ace9787983399ca328539a2cd7ed" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2644917e6d9ffa26b325f8c1b54fdb818a0ccea7f8fd0c844dec722019a7fc8b" + sha256 cellar: :any_skip_relocation, sonoma: "ba5c8787728465fc39e4f8ec1c73ae91b0afb435a51bce2f076490deaaf08552" + sha256 cellar: :any_skip_relocation, ventura: "60371e8fab13832cfeb8ba9e49a8aede4c11d62d005a517ccf62d56ed094e23d" + sha256 cellar: :any_skip_relocation, arm64_linux: "a300ba03230b9870de74ce592100eaf04d81327596e4a7b4f972b2dbebbebeb9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "50c57ce140ac2501ed43757382650dd4c4d6bcc05ecd1df808e04f84d20be36f" end depends_on "rust" => :build From e9b280a570f6f8b09f1113c1600a3e1bd7cd29cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:36:39 +0000 Subject: [PATCH 03109/10074] highs: update 1.11.0 bottle. --- Formula/h/highs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/highs.rb b/Formula/h/highs.rb index 65b8989078bc5..5d5a1331f98d6 100644 --- a/Formula/h/highs.rb +++ b/Formula/h/highs.rb @@ -14,13 +14,13 @@ class Highs < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "119488a2ba901dadad44f18523a0f3d95c9b2ddf8ef4813d5e6dcf9ff6042e81" - sha256 cellar: :any, arm64_sonoma: "29deeb714569915e5102ff6fcc8fd31a88d2c1f658047fb056bded24328c78e2" - sha256 cellar: :any, arm64_ventura: "8c8e22fc0e5d246880e232ca0360e1aafde2d3f6d53a893195fc8eeeb2a9b4b6" - sha256 cellar: :any, sonoma: "477a2610423ff1509ee37a45879861e7cd92d067a582b5e65f9216a29e0ea09b" - sha256 cellar: :any, ventura: "2d47d187c483c4e3c3a60f4fad733a55b7fe3b8b3e62aa2999144fd4d2808156" - sha256 cellar: :any_skip_relocation, arm64_linux: "7c60abb5e3d3a231de96c15abc55cf7f21d7cf22d17189ff03809ac2d5409908" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef7a0c25e31afe2edf9707ddec00c82b66389631377ed30baf43a11e475dcc67" + sha256 cellar: :any, arm64_sequoia: "8bc68b7f758c88dd3138326cbfb49ae166fbf321ce5ddaf7bbd69dc823ed8345" + sha256 cellar: :any, arm64_sonoma: "593e0fdaec4b5ff13d97e530a410787ed9d7995b13a284fda7f1bc3ee5a616f4" + sha256 cellar: :any, arm64_ventura: "9129e1d9e165e903c1a0b7a591a16fedf7ec5980d1fbbce1541439362918c73c" + sha256 cellar: :any, sonoma: "a318a213d55bd42994189176bb363c38d3ff4ddb57ce5ed59401d1542d6c787e" + sha256 cellar: :any, ventura: "f03d69b1aba09520d6b6b51415c0ce35d47012fb5acf21552d468a61bd1578b7" + sha256 cellar: :any_skip_relocation, arm64_linux: "5170b7eee06a3ba3e6e55e97fc7ffdcf937422747c6231a1a21ad37f3b422f4c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2a438aef2249268159f2a1c90b67b63fd203cd06713eb84ddaa31dfb2ee3166a" end depends_on "cmake" => :build From 294a4c8bbd2e919b8328a45c0484da9fc43b96f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:47:29 +0000 Subject: [PATCH 03110/10074] minio-warp 1.1.5 minio-warp: remove build patch Signed-off-by: Rui Chen --- Formula/m/minio-warp.rb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Formula/m/minio-warp.rb b/Formula/m/minio-warp.rb index e391012b1f1fe..10f730ade3131 100644 --- a/Formula/m/minio-warp.rb +++ b/Formula/m/minio-warp.rb @@ -1,20 +1,11 @@ class MinioWarp < Formula desc "S3 benchmarking tool" homepage "https://github.com/minio/warp" + url "https://github.com/minio/warp/archive/refs/tags/v1.1.5.tar.gz" + sha256 "4f5dcc4b1b77ff5cd2bb2269cc09743030eaaf60e0d43c4405b57c943272947f" license "AGPL-3.0-or-later" head "https://github.com/minio/warp.git", branch: "master" - stable do - url "https://github.com/minio/warp/archive/refs/tags/v1.1.4.tar.gz" - sha256 "1a8055bd4a8fc2e9bee6b93ebf3f0fa5dbbc560c8f9f53832ee885c88566fef5" - - # go.sum update - patch do - url "https://github.com/minio/warp/commit/c830e94367efce6e6d70c337d490a3b6eba5e558.patch?full_index=1" - sha256 "69d59f334cb60fd0d8aaf6426c27a1a995cad494e49024187673baba3bf35ec6" - end - end - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f96a3959319137654f59cf95f39b802f4294e903b496f1bb818f55a248fedaa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad0cc0c54056c3e1a65140276c1a4859222e6866a75343bbf062a0575c50332c" From b380fdc7de6b1e9abc4c3710eebe534b9bb02992 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:10:47 +0000 Subject: [PATCH 03111/10074] podman 5.5.1 podman: remove build patch and update deps Signed-off-by: Rui Chen --- Formula/p/podman.rb | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/Formula/p/podman.rb b/Formula/p/podman.rb index 4caf7348fc09e..d4ac51bfdaba9 100644 --- a/Formula/p/podman.rb +++ b/Formula/p/podman.rb @@ -1,20 +1,11 @@ class Podman < Formula desc "Tool for managing OCI containers and pods" homepage "https://podman.io/" + url "https://github.com/containers/podman/archive/refs/tags/v5.5.1.tar.gz" + sha256 "00d02f85ad27a46e77456fef1be81865a43147544ed2487e6c4c8decd0e3748f" license all_of: ["Apache-2.0", "GPL-3.0-or-later"] head "https://github.com/containers/podman.git", branch: "main" - stable do - url "https://github.com/containers/podman/archive/refs/tags/v5.5.0.tar.gz" - sha256 "a4abfc72ef9a59ba80d081ea604ad2976ff967ae526e50e234edc1d2481bd9d1" - - # build patch for go1.24.3, upstream pr ref, https://github.com/containers/podman/pull/26137 - patch do - url "https://github.com/containers/podman/commit/db65baaa215b68d73996ca17dd8c596901ab8bdb.patch?full_index=1" - sha256 "b9e8ca69b6c9d4bf99307f0afca96c4c9c6d39674628d88358e5df56b1cac839" - end - end - # There can be a notable gap between when a version is tagged and a # corresponding release is created and upstream uses GitHub releases to # indicate when a version is released, so we check the "latest" release @@ -87,8 +78,8 @@ class Podman < Formula resource "netavark" do on_linux do - url "https://github.com/containers/netavark/archive/refs/tags/v1.15.0.tar.gz" - sha256 "efda776e538ce33050b1f6ce58c5070efeb45653d48fe4d17a47524c8fc17cf1" + url "https://github.com/containers/netavark/archive/refs/tags/v1.15.2.tar.gz" + sha256 "84325e03aa0a2818aef9fb57b62cda8e9472584744d91ce5e5b191098f9e6d6a" end end From 3d8ac21d0f0efb404b1a1e327bc62b52538752eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:31:52 +0000 Subject: [PATCH 03112/10074] whistle 2.9.99 whistle: split bottles whistle: drop bottle block due to issue with `:all` bottle Signed-off-by: Rui Chen --- Formula/w/whistle.rb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Formula/w/whistle.rb b/Formula/w/whistle.rb index 8c23fd31471d0..02c053051e304 100644 --- a/Formula/w/whistle.rb +++ b/Formula/w/whistle.rb @@ -1,14 +1,10 @@ class Whistle < Formula desc "HTTP, HTTP2, HTTPS, Websocket debugging proxy" homepage "https://github.com/avwo/whistle" - url "https://registry.npmjs.org/whistle/-/whistle-2.9.98.tgz" - sha256 "eae840bd72e5a40c46f32669c1e67b30a959e614e015723a9343458ced6ce4fe" + url "https://registry.npmjs.org/whistle/-/whistle-2.9.99.tgz" + sha256 "ee6c285e2d6a36a018b6bdd30ac4027e864d457e6aa008b78c82f080d19b47a9" license "MIT" - bottle do - sha256 cellar: :any_skip_relocation, all: "c0de5233a6fbbf508637af294b958271b8bb327e11afb966e767598bdf527fcc" - end - depends_on "node" def install From 138d557cf74698fc75e44a4bcd241fe0c0eb6d7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 03:57:16 +0000 Subject: [PATCH 03113/10074] minio-warp: update 1.1.5 bottle. --- Formula/m/minio-warp.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/minio-warp.rb b/Formula/m/minio-warp.rb index 10f730ade3131..a0f65f20a8403 100644 --- a/Formula/m/minio-warp.rb +++ b/Formula/m/minio-warp.rb @@ -7,12 +7,12 @@ class MinioWarp < Formula head "https://github.com/minio/warp.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f96a3959319137654f59cf95f39b802f4294e903b496f1bb818f55a248fedaa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad0cc0c54056c3e1a65140276c1a4859222e6866a75343bbf062a0575c50332c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "34275103e3292958edc850991c4b0fa4cb575366cc4f6077b0fc20676f8224c0" - sha256 cellar: :any_skip_relocation, sonoma: "8812e75d4f70ae276dcafb3c5e5ce2cfc458b9ad8be9948bad9225ae6abe3231" - sha256 cellar: :any_skip_relocation, ventura: "e51bcfc2fde33bd43e3e9293eb22cec1a3176a3e797487bb1bb654b61210225e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd0deb74bdb394b6f27aa152a0da6eac1ebccaf345233fc5dcf2423910301b82" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7035c94aed3480786063b587da27acfc55c07cdee7fb6b4deeff39090001fca8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e23203873a5c58e3ba0b3ea84991b22ec3c3bb3fdbc85d46a2c80a693cbd55c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "99f03443b5bd3df6f9970da3534801ac5e8bc0c1508f6d5a16d0b8a9933ff2dd" + sha256 cellar: :any_skip_relocation, sonoma: "686545db7929b3aea8d7aa4cd72245db9562aecaa814c7c08fb61f12f15b34ce" + sha256 cellar: :any_skip_relocation, ventura: "c852e739e072847d66c85f25a73b2194350502c5a62d56a46bbe7644306e3aee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e51c45cf9fcbd180b03052b31abac76a38343969ca1d5a5cd7de544ea67b9fcd" end depends_on "go" => :build From cbe7efac9fe08afe001ca29ed8a4abf2aba252d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:17:19 +0000 Subject: [PATCH 03114/10074] podman: update 5.5.1 bottle. --- Formula/p/podman.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/podman.rb b/Formula/p/podman.rb index d4ac51bfdaba9..427404d77c6ef 100644 --- a/Formula/p/podman.rb +++ b/Formula/p/podman.rb @@ -17,12 +17,12 @@ class Podman < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8326e41b43e41f71fa6cf9c32197bd6326249edb1abe5d56f182c5a4ae5491ea" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe77f82f04ef18c3a3ad6457340e8bbc1451467c0babc7a27ebed477ab3a7efd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "184ef91d1d9262339e77cbf68af5230b2d4e3fa2c02919eea92ece9e69429fc2" - sha256 cellar: :any_skip_relocation, sonoma: "56c83d6ce5ee4811cb81388fb1d98b561a7384a72d4fef58180d1ba5ba0101ec" - sha256 cellar: :any_skip_relocation, ventura: "c03c4bda67fda6af378728aa48cfc5b54627a8462b79c6a0ec917f0f708a3702" - sha256 x86_64_linux: "41451408fa6ba525f18d8389aef3a4f174a6cddd9c1891ed3e20a065374d0db7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "115239bfbda90cccd67139e8a5791476e5a8ffa5db8f25d4ba56d6973671cc09" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "23523719b10e300baa455be362c8a47424f970715852c1413ea229c44bc374d0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ebdde6e2342da97ec8d2c62f2b048bc07a16ff5cbc7d0d99d3ee43d8f2a74217" + sha256 cellar: :any_skip_relocation, sonoma: "15a296188af06c17d3a940407b5ada34ec6fa2e1c68b6c8493817c433b4cb4cb" + sha256 cellar: :any_skip_relocation, ventura: "7e4b1994d16195da4d169dbaa94e7a5b65d35547332c7e4adba6ada06cc762ea" + sha256 x86_64_linux: "836de35a08f680948e6454cf3463171f2ce00c9cd732806531aecb2561c4db49" end depends_on "go" => :build From 469ae3f5554124f6faeeb2b19fe8fde238f2bd89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:17:54 +0000 Subject: [PATCH 03115/10074] luarocks: update 3.12.0 bottle. --- Formula/l/luarocks.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/l/luarocks.rb b/Formula/l/luarocks.rb index 39d36cb1dd34a..0d74060b723bf 100644 --- a/Formula/l/luarocks.rb +++ b/Formula/l/luarocks.rb @@ -12,8 +12,7 @@ class Luarocks < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "0cf000ae5081eff2d53ed7fe0e7becdb59151b022afe68502954f52bae71b555" + sha256 cellar: :any_skip_relocation, all: "78cf2c9f0b7d5235102f6bccfa9c2aa43857cff0b7a6f5d50225c45677b4cd98" end depends_on "luajit" => :test From 39035f4eca3e76411767577b659f5ee814cdee5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:12:18 +0000 Subject: [PATCH 03116/10074] operator-sdk 1.40.0 operator-sdk: update build Signed-off-by: Rui Chen --- Formula/o/operator-sdk.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Formula/o/operator-sdk.rb b/Formula/o/operator-sdk.rb index 6f3ef82b8fc77..b639ab0797cde 100644 --- a/Formula/o/operator-sdk.rb +++ b/Formula/o/operator-sdk.rb @@ -2,8 +2,8 @@ class OperatorSdk < Formula desc "SDK for building Kubernetes applications" homepage "https://sdk.operatorframework.io/" url "https://github.com/operator-framework/operator-sdk.git", - tag: "v1.39.2", - revision: "f01ea5405979ab9ce7049877f9a0c23927ccb2ec" + tag: "v1.40.0", + revision: "c975e3a03ef8e3d589806b679638f55036b56212" license "Apache-2.0" head "https://github.com/operator-framework/operator-sdk.git", branch: "master" @@ -22,11 +22,15 @@ class OperatorSdk < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "50747c090a3153b7e2d2604b66870551c4a5a5a0496c885d7c6dc1dde3d7b12b" end + depends_on "pkgconf" => :build depends_on "go" + depends_on "gpgme" + depends_on "libassuan" + depends_on "libgpg-error" def install ENV["GOBIN"] = bin - system "make", "install" + system "make", "install", "CGO_ENABLED=1" generate_completions_from_executable(bin/"operator-sdk", "completion") end From f1771d45acb773a06286e7fae8981d26e39c6645 Mon Sep 17 00:00:00 2001 From: calvinit <541298948@qq.com> Date: Fri, 6 Jun 2025 12:23:20 +0800 Subject: [PATCH 03117/10074] java-service-wrapper: 3.6.2 --- Formula/j/java-service-wrapper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/java-service-wrapper.rb b/Formula/j/java-service-wrapper.rb index f2ba37504df83..5fa4eee26eebb 100644 --- a/Formula/j/java-service-wrapper.rb +++ b/Formula/j/java-service-wrapper.rb @@ -1,8 +1,8 @@ class JavaServiceWrapper < Formula desc "Simplify the deployment, launch and monitoring of Java applications" homepage "https://wrapper.tanukisoftware.com/" - url "https://downloads.sourceforge.net/project/wrapper/wrapper_src/Wrapper_3.6.1_20250514/wrapper_3.6.1_src.tar.gz" - sha256 "c33ea05d6bff80632d0b7edbd2e63e694deafc65dfaddfd08b4605f4da22f658" + url "https://downloads.sourceforge.net/project/wrapper/wrapper_src/Wrapper_3.6.2_20250605/wrapper_3.6.2_src.tar.gz" + sha256 "9adec5e1786d1ca50c1e2ff300f01b54a1fa4fbe631fd7512e096f7db4a9cddd" license any_of: ["GPL-2.0-only", "GPL-3.0-only"] no_autobump! because: :incompatible_version_format From ac01dbabb870eed630c18a089554d8cc7d6366f4 Mon Sep 17 00:00:00 2001 From: Yishen Miao Date: Thu, 5 Jun 2025 17:54:20 -0700 Subject: [PATCH 03118/10074] toml-bombadil 4.2.0 (new formula) Adds toml-bombadil 4.2.0. --- Formula/t/toml-bombadil.rb | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Formula/t/toml-bombadil.rb diff --git a/Formula/t/toml-bombadil.rb b/Formula/t/toml-bombadil.rb new file mode 100644 index 0000000000000..60132b35b22b8 --- /dev/null +++ b/Formula/t/toml-bombadil.rb @@ -0,0 +1,39 @@ +class TomlBombadil < Formula + desc "Dotfile manager with templating" + homepage "https://github.com/oknozor/toml-bombadil" + url "https://github.com/oknozor/toml-bombadil/archive/refs/tags/4.2.0.tar.gz" + sha256 "b911678642a1229908dfeabbdd7f799354346c0e37f3ac999277655e01b6f229" + license "MIT" + head "https://github.com/oknozor/toml-bombadil.git", branch: "main" + + depends_on "pkgconf" => :build + depends_on "rust" => :build + depends_on "openssl@3" + uses_from_macos "zlib" + + def install + system "cargo", "install", *std_cargo_args + end + + test do + config_dir = if OS.mac? + testpath/"Library/Application Support" + else + testpath/".config" + end + + config_dir.mkpath + (config_dir/"bombadil.toml").write <<~TOML + dotfiles_dir = "dotfiles" + TOML + + (testpath/"dotfiles").mkpath + + ENV["HOME"] = testpath + + output = shell_output("#{bin}/bombadil get vars") + + assert_match(/"arch":\s*".+"/, output) + assert_match(/"os":\s*".+"/, output) + end +end From a0cd7376e5dd060d96dec5dd223856d0fa4850f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:07:42 +0000 Subject: [PATCH 03119/10074] netlify-cli 22.1.2 netlify-cli: update build Signed-off-by: Rui Chen --- Formula/n/netlify-cli.rb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 3591fd4e4a3d9..ab0c10cd13b6d 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -1,8 +1,8 @@ class NetlifyCli < Formula desc "Netlify command-line tool" homepage "https://www.netlify.com/docs/cli" - url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-21.5.0.tgz" - sha256 "79d55a6b8633f0dc9da32ada9a0d48db6582b7805fa5a38d002fac3e05300033" + url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.2.tgz" + sha256 "6e09f7ad4ca677ab44dae5a00721291d9a37b44e5128a65f7625562962c47dcd" license "MIT" bottle do @@ -15,10 +15,16 @@ class NetlifyCli < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "3c0cd3806d9795a24e620a4609fea84cfbdc9719694f18062a1c064cb112722f" end + depends_on "pkgconf" => :build + depends_on "glib" depends_on "node" + depends_on "vips" + + on_macos do + depends_on "gettext" + end on_linux do - depends_on "glib" depends_on "gmp" depends_on "vips" depends_on "xsel" From 01e52770eb5106e5ee59a86b0f9d0052a739298c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:52:41 +0000 Subject: [PATCH 03120/10074] freebayes: update 1.3.10 bottle. --- Formula/f/freebayes.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/freebayes.rb b/Formula/f/freebayes.rb index 2aabae50889e9..ca02211e0711d 100644 --- a/Formula/f/freebayes.rb +++ b/Formula/f/freebayes.rb @@ -19,13 +19,13 @@ class Freebayes < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "33af05be5ee1447351c87cc4619116ce170e8859ff0533c070f346fb2f6eca8b" - sha256 cellar: :any, arm64_sonoma: "315f293a526bef59d1c63f8f4f4fb27783852f19dfaa20218131d4604523a22f" - sha256 cellar: :any, arm64_ventura: "c29719f1990607011ef77722f0059255652d721641ba57ffa1fc1d7effed0bdc" - sha256 cellar: :any, sonoma: "7d68eca383a04fae9434a48205c7548bb02a6ec9e1f511645e69c33959e35a4e" - sha256 cellar: :any, ventura: "2b5efeb60159a49524d33c803581815a4005afe972a4c3cb102d04ce91b7120e" - sha256 arm64_linux: "21666bea0fedab514f5f8af83515d9389e475fe5dc6bf7d0dd73a99ce51e768e" - sha256 x86_64_linux: "8b76cc3e3db9575510c456b74286a1f5732e5495b3c1232311a2c0c220fc7e0f" + sha256 cellar: :any, arm64_sequoia: "fe3551f272a78c35e210c171b28a89f3d21ccf8d9bf7ca8e6754880c3d228e55" + sha256 cellar: :any, arm64_sonoma: "0a3d8fe813c8e97ded11ea118bc911eabe1268978384c8258311eee2c8faff58" + sha256 cellar: :any, arm64_ventura: "e7cf7f62a74dc67a7da26bb0de4c61235564ed4319da0e068562f5259636b056" + sha256 cellar: :any, sonoma: "f4cff84f549d2e6b9b40e2ab84ae82ed07fe5b7da2b7673f0f5679f9d0b93d09" + sha256 cellar: :any, ventura: "2bc50a5d6aac51804c8c7a12145660f09c7e68c453e43206e371335209ca0cd6" + sha256 arm64_linux: "c076ac85a630648c4972beb9c1db024a5753fb877621c7222a91546e6d0d5773" + sha256 x86_64_linux: "6b15a1010ab2db38829e674e191ed2ac8a78b579ee1c4c3f8b9fbe33285c3133" end depends_on "cmake" => :build From 79334c8c8c099928ba5ea20b03102d2eeebe302d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:52:41 +0000 Subject: [PATCH 03121/10074] tabixpp: add 1.1.2 bottle. --- Formula/t/tabixpp.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/t/tabixpp.rb b/Formula/t/tabixpp.rb index 16a1c346c2987..8cd5b530a8f27 100644 --- a/Formula/t/tabixpp.rb +++ b/Formula/t/tabixpp.rb @@ -5,6 +5,16 @@ class Tabixpp < Formula sha256 "c850299c3c495221818a85c9205c60185c8ed9468d5ec2ed034470bb852229dc" license "MIT" + bottle do + sha256 cellar: :any, arm64_sequoia: "8feff85967f3147f174f965ab1aaadee620fdcdfb8a7f1292613b35b552cf717" + sha256 cellar: :any, arm64_sonoma: "646a0fe583346a08a86b7d4b4f9af547b762ee01d7dc108d3c5436c7fdb1d09b" + sha256 cellar: :any, arm64_ventura: "3710a4010ff9ae3a7d23e3299d591a04edf0489a73d85830f53ac287be9095c8" + sha256 cellar: :any, sonoma: "f2809f7561299cec3e859f6a7bb51c23144f1d16f271e1ce3f7ed19a9815c67f" + sha256 cellar: :any, ventura: "d2f97126da85f553513b6548d0250ce1c9214dcca8633aa839ab2b9924bbf422" + sha256 cellar: :any_skip_relocation, arm64_linux: "498836e6beff84a9a7068c96323e36ed257ca6552106a6c35730fd45e229bd87" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb45c34d01eb2533ba080600ae58484c26015e136fb8bdad5f11f6dcdbbe93a6" + end + depends_on "htslib" depends_on "xz" From 2ddda99cfe0909a380902a4cece05a713c48248e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:58:14 +0000 Subject: [PATCH 03122/10074] java-service-wrapper: update 3.6.2 bottle. --- Formula/j/java-service-wrapper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/java-service-wrapper.rb b/Formula/j/java-service-wrapper.rb index 5fa4eee26eebb..56b7ce1ff8631 100644 --- a/Formula/j/java-service-wrapper.rb +++ b/Formula/j/java-service-wrapper.rb @@ -8,13 +8,13 @@ class JavaServiceWrapper < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "216727d5e12c520318201c389543c03c5bd95b88e71b4cf913fb24892bb54105" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3dc80b5bae66308592d533ccc343410e01c8881b827151df7348e4050cb3edb6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "13ec420a894efa500568e39a4caf2e26f14f07cdcaf4e9bd97c2196ab6a7036d" - sha256 cellar: :any_skip_relocation, sonoma: "3dbadd579880550a0844754cc268e0cd4917fadd7694534a464fa867dcd8ad8d" - sha256 cellar: :any_skip_relocation, ventura: "57045f6e4b0f1a153696aa693870f811a811626b87427bae6e55b23ed60cbfd5" - sha256 cellar: :any_skip_relocation, arm64_linux: "41df4f16608c9f6447efd063c415391ae0dfd2eff7d906ee5adab5dd2976b58e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4cb5d428b2a9b22b01b0379e0e85e38ca3c825d3fdad2a7f73320128c04222cf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bbab0b6ad974b3224734d45f8f8c324c50f5818edf966477b4285a0f2e13992a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcdd6d00deb470d7a8542ba65fe84a4b78222aca65f0a0137cff5a7ff3dc94af" + sha256 cellar: :any_skip_relocation, arm64_ventura: "22e80ccd9a12fcacaec00a9359ddaf7c58bc936dd0aa0042ef25eac46fd2e1b2" + sha256 cellar: :any_skip_relocation, sonoma: "05bf4b4b9aa43398feb1a0d8ff24d1c259c8158914044d1f78bf0441f1533973" + sha256 cellar: :any_skip_relocation, ventura: "8ef9ed8518305d3d2d5dd6a6ad3a78f0db279256c393f8b36cf5b6642ff41c26" + sha256 cellar: :any_skip_relocation, arm64_linux: "6225995f4c1519f54f1987c72c9388b70a9c4e003443594c42d1e188be3dcf2c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6f282b50f8c2c2339db931a68ce8b7148f077c754ecff2934a1d05ed76c4a94" end depends_on "ant" => :build From b866a50234cd274eda3a20098c7e21fc85c604e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 05:08:53 +0000 Subject: [PATCH 03123/10074] operator-sdk: update 1.40.0 bottle. --- Formula/o/operator-sdk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/operator-sdk.rb b/Formula/o/operator-sdk.rb index b639ab0797cde..1b9e81eef52d8 100644 --- a/Formula/o/operator-sdk.rb +++ b/Formula/o/operator-sdk.rb @@ -13,13 +13,13 @@ class OperatorSdk < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e3f6bdbd5c2f859d6ede458c91159e9f613f82c9032b9b1fa008966022bdf18b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "43813b6b92a0d5cfa17744dc0d5561d88a1172506042f92a42dca10a62319489" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bfe47acd143c07f4646ca9fa8b97787d1994a2503b8f1f1c90def180789ee3ff" - sha256 cellar: :any_skip_relocation, sonoma: "223cfe0f8cecbc25ec416c32abf50dbda9e473761b5c7049c07bbf00fd9f29dd" - sha256 cellar: :any_skip_relocation, ventura: "c13d35cc77513c33496557eae537ce32322c53a14c2beac2c98158f50f6b5fb2" - sha256 cellar: :any_skip_relocation, arm64_linux: "509d069ebfcfb21a8d8aa096ac3b7dac5fd261bd0a04c4b0c6f3080ec72a4526" - sha256 cellar: :any_skip_relocation, x86_64_linux: "50747c090a3153b7e2d2604b66870551c4a5a5a0496c885d7c6dc1dde3d7b12b" + sha256 cellar: :any, arm64_sequoia: "670e344565d12af5238db4ae8d7fdcbcc0778ab2c5094b5a05db449afbeca6f8" + sha256 cellar: :any, arm64_sonoma: "ba14738fa09f79d74baa4156d63677d2becfc9bdd8aa531a5f1bbddc581b968d" + sha256 cellar: :any, arm64_ventura: "3ecdf463337ab7d9368f5cbfa20282431153fac79c38fb9ee7664802f71733d7" + sha256 cellar: :any, sonoma: "3d6b4ec986d141778a433631e3cbbb31c80b2b9dccfc8d90aaa2ca99011910f1" + sha256 cellar: :any, ventura: "11f5be03a8e4f5c8418ad33e7aa77f8637ee793aee3cd8876ac5c8ae706a6c99" + sha256 cellar: :any_skip_relocation, arm64_linux: "e72eac38d166ef1ec6c9f67dc320cf76c0b25646285ca718a9cbdf2ee81ac354" + sha256 cellar: :any_skip_relocation, x86_64_linux: "73d38750fd4ce30974342cfd559332e188dbb7d4e5d86c999bac02987aaaef59" end depends_on "pkgconf" => :build From 6af60f0e0ca02b96de351daf72bd80813c5a2730 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 05:09:14 +0000 Subject: [PATCH 03124/10074] whistle: add 2.9.99 bottle. --- Formula/w/whistle.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/w/whistle.rb b/Formula/w/whistle.rb index 02c053051e304..d892324802099 100644 --- a/Formula/w/whistle.rb +++ b/Formula/w/whistle.rb @@ -5,6 +5,15 @@ class Whistle < Formula sha256 "ee6c285e2d6a36a018b6bdd30ac4027e864d457e6aa008b78c82f080d19b47a9" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5569a7c3048d9b9b9b32e20b79f521cd92e52185bdbaabc810dea3497fffa282" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5569a7c3048d9b9b9b32e20b79f521cd92e52185bdbaabc810dea3497fffa282" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5569a7c3048d9b9b9b32e20b79f521cd92e52185bdbaabc810dea3497fffa282" + sha256 cellar: :any_skip_relocation, sonoma: "b3aec0ae728d66705773026127c63d87d3fd78991b161ace63e81a68286e9d9f" + sha256 cellar: :any_skip_relocation, ventura: "b3aec0ae728d66705773026127c63d87d3fd78991b161ace63e81a68286e9d9f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5569a7c3048d9b9b9b32e20b79f521cd92e52185bdbaabc810dea3497fffa282" + end + depends_on "node" def install From 5b3f0d17eff0fa60748f09c8baa08f03ae46dd64 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 05:11:38 +0000 Subject: [PATCH 03125/10074] phpunit 12.2.0 --- Formula/p/phpunit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index ee91d726081bf..3962d51517777 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -1,8 +1,8 @@ class Phpunit < Formula desc "Programmer-oriented testing framework for PHP" homepage "https://phpunit.de" - url "https://phar.phpunit.de/phpunit-12.1.6.phar" - sha256 "e6ada5f236c1d81ccff610738c4aeaa4819b2dad0e1bcd78b06b9afabc4ea09a" + url "https://phar.phpunit.de/phpunit-12.2.0.phar" + sha256 "84ca2ceac2dd81a92d5267f190b6e8aafed24f0802617d4040315307598e4d3c" license "BSD-3-Clause" livecheck do From 5e404de4cdbd9960abd8eee7935e081cedccc59b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 05:52:10 +0000 Subject: [PATCH 03126/10074] phpunit: update 12.2.0 bottle. --- Formula/p/phpunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 3962d51517777..1d94883c412b9 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -12,7 +12,7 @@ class Phpunit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "beaaad77a22454dc6dfbba986ab408e2fb43076b01cc678bf59f32ec964214ca" + sha256 cellar: :any_skip_relocation, all: "6709aa59c3b68a8e8fd3510d19b1368952e7a6a96c9fb2877cd961a044fd8a0e" end depends_on "php" => :test From ba0ce6f5113d176ac284deb76d898a3629a81c8c Mon Sep 17 00:00:00 2001 From: calvinit <541298948@qq.com> Date: Thu, 20 Mar 2025 13:04:02 +0800 Subject: [PATCH 03127/10074] openjdk 24.0.1 --- Aliases/{openjdk@23 => openjdk@24} | 0 Formula/o/openjdk.rb | 40 +++++++++++++++++------------- 2 files changed, 23 insertions(+), 17 deletions(-) rename Aliases/{openjdk@23 => openjdk@24} (100%) diff --git a/Aliases/openjdk@23 b/Aliases/openjdk@24 similarity index 100% rename from Aliases/openjdk@23 rename to Aliases/openjdk@24 diff --git a/Formula/o/openjdk.rb b/Formula/o/openjdk.rb index 922500b82e1ff..085186fbc283a 100644 --- a/Formula/o/openjdk.rb +++ b/Formula/o/openjdk.rb @@ -1,8 +1,8 @@ class Openjdk < Formula desc "Development kit for the Java programming language" homepage "https://openjdk.java.net/" - url "https://github.com/openjdk/jdk23u/archive/refs/tags/jdk-23.0.2-ga.tar.gz" - sha256 "0812e2e4d51ab1d752c1d532150297a56bd47557db67f8e2b298199e7f65db1c" + url "https://github.com/openjdk/jdk24u/archive/refs/tags/jdk-24.0.1-ga.tar.gz" + sha256 "2ccaaf7c5f03b6f689347df99e6e34cd6d3b30bc56af815c8c152a6eeb6a6c25" license "GPL-2.0-only" => { with: "Classpath-exception-2.0" } livecheck do @@ -54,33 +54,26 @@ class Openjdk < Formula resource "boot-jdk" do on_macos do on_arm do - url "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL/openjdk-23.0.1_macos-aarch64_bin.tar.gz" - sha256 "cd626e636fdd7e68467a9ca27d71107a27bd500c33ab40a91b57317c0c0f949f" + url "https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7/GPL/openjdk-23.0.2_macos-aarch64_bin.tar.gz" + sha256 "bff699bb27455c2bb51d6e8f2467b77a4833388412aa2d95ec1970ddfb0e7b6c" end on_intel do - url "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL/openjdk-23.0.1_macos-x64_bin.tar.gz" - sha256 "3661d387ea2f1248364bc384a1e36197b3633f63dde7fd1f61b296e89eb0f768" + url "https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7/GPL/openjdk-23.0.2_macos-x64_bin.tar.gz" + sha256 "b4cc7d7b51520e99308e1b4d3f8467790072c42319b9d3838ec8cfd4f69f0bc1" end end on_linux do on_arm do - url "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL/openjdk-23.0.1_linux-aarch64_bin.tar.gz" - sha256 "94586630f70f1e87d90c252a6a2a202655399d1358c9b226834179e8bcf800e9" + url "https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7/GPL/openjdk-23.0.2_linux-aarch64_bin.tar.gz" + sha256 "8e9b2c7e0f138de785dc754ad1dfa067671de66672b5e84bb7f6f6c219a6b02b" end on_intel do - url "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL/openjdk-23.0.1_linux-x64_bin.tar.gz" - sha256 "dc9b6adc1550afd95e30e131c1c38044925cb656923f92f6dbf0fbd8c1405629" + url "https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7/GPL/openjdk-23.0.2_linux-x64_bin.tar.gz" + sha256 "017f4ed8e8234d85e5bc1e490bb86f23599eadb6cfc9937ee87007b977a7d762" end end end - # Fix build with `--with-harfbuzz=system`. - # https://github.com/openjdk/jdk/pull/19739 - patch do - url "https://github.com/openjdk/jdk/commit/ba5a4670b8ad86fefb41a939752754bf36aac9dc.patch?full_index=1" - sha256 "ff6c66f3fa81bef3fb18e88196c520cfa867aa5d57ebf26574635723b4d06d16" - end - def install boot_jdk = buildpath/"boot-jdk" resource("boot-jdk").stage boot_jdk @@ -137,10 +130,23 @@ def install end args << "--with-extra-ldflags=#{ldflags.join(" ")}" + # Workaround for Xcode 16 bug: https://bugs.openjdk.org/browse/JDK-8340341. if DevelopmentTools.clang_build_version == 1600 args << "--with-extra-cflags=-mllvm -enable-constraint-elimination=0" end + # Temporary workaround for the "sed: RE error: illegal byte sequence" issue on macOS 15 and later (on_arm). + # See https://bugs.openjdk.org/browse/JDK-8353948 for more details. + # Could be removed in openjdk@25, though it might be resolved earlier if plans change. + # References: + # - Related bug: https://bugs.openjdk.org/browse/JDK-8354449 + # - Upstream PR: https://github.com/openjdk/jdk/pull/24601 + if OS.mac? && MacOS.version >= :sequoia && Hardware::CPU.arm? + (buildpath/"src/java.xml.crypto/share/classes" / + "com/sun/org/apache/xml/internal/security/resource" / + "xmlsecurity_de.properties").unlink + end + system "bash", "configure", *args ENV["MAKEFLAGS"] = "JOBS=#{ENV.make_jobs}" From 18412fd2ba1b8f434fd4425e13c3db724c02e47c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:51:59 +0000 Subject: [PATCH 03128/10074] cdk8s 2.200.92 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 3dcc71b33bd95..cb4e0f2afcc84 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.91.tgz" - sha256 "6b82784e48d50ac197383f043dafd6fb01f9e1e6e184e22afd16c4433a65e092" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.92.tgz" + sha256 "f6dc500c7b5ea5877fd6daa597ce934da44f4cfb720e51824ea6bdde55695083" license "Apache-2.0" bottle do From 808307804d7ca4a692e540bdfd2a110198336f52 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:56:32 +0000 Subject: [PATCH 03129/10074] dvc 3.60.0 --- Formula/d/dvc.rb | 138 ++++++++++++++++++++++++----------------------- 1 file changed, 71 insertions(+), 67 deletions(-) diff --git a/Formula/d/dvc.rb b/Formula/d/dvc.rb index 8acc7e7596c4c..684fc207ae172 100644 --- a/Formula/d/dvc.rb +++ b/Formula/d/dvc.rb @@ -3,10 +3,9 @@ class Dvc < Formula desc "Git for data science projects" homepage "https://dvc.org" - url "https://files.pythonhosted.org/packages/f3/9d/c7c143684a87119213dcbe1a7da36d5e5d701467a2da3a9d0ae1d428e3b9/dvc-3.59.2.tar.gz" - sha256 "3eecc058b5d43e4e3ff7dfa72970a5c7d26e7b19f48395946ab314ce479bc1ce" + url "https://files.pythonhosted.org/packages/db/6d/0cf6feca9d2100d470ab8d276961a96eb7fe462a47e46e1a69e8697ccaa0/dvc-3.60.0.tar.gz" + sha256 "b334bad4301c69f59dd4ad036df76bc84eff6be63e621ed3cc9b3c6bbf92a2eb" license "Apache-2.0" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "304eca8e8204af87f78e3577821290e21ede737431d9ef95dc2fa10d2fa83e32" @@ -50,8 +49,8 @@ class Dvc < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/63/e7/fa1a8c00e2c54b05dc8cb5d1439f627f7c267874e3f7bb047146116020f9/aiohttp-3.11.18.tar.gz" - sha256 "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a" + url "https://files.pythonhosted.org/packages/4b/ad/5b0f3451c2275af09966f1d7c0965facd4729a5b7efdc2eb728654679f85/aiohttp-3.12.9.tar.gz" + sha256 "2c9914c8914ff40b68c6e4ed5da33e88d4e8f368fddd03ceb0eb3175905ca782" end resource "aiohttp-retry" do @@ -65,8 +64,8 @@ class Dvc < Formula end resource "aiooss2" do - url "https://files.pythonhosted.org/packages/99/81/63bc832d0ddf2ac5b61177343338ffb21d9ebd49964279a1bd83861b2844/aiooss2-0.2.10.tar.gz" - sha256 "65698a287386464e4a08fb862be85668df4d1e1acfe0620404617d88869630eb" + url "https://files.pythonhosted.org/packages/74/c5/d704b3943f1cb5cbd8f0bffe597411312b15309917e891712d5bf62fb638/aiooss2-0.2.11.tar.gz" + sha256 "6409e0f7ab66bed364a1c9639b657437175534de160f330d0103a445a2e89a59" end resource "aiosignal" do @@ -120,8 +119,8 @@ class Dvc < Formula end resource "atpublic" do - url "https://files.pythonhosted.org/packages/fa/af/d5113daf3947044e43d74305cbd31502915c784e158c0c098db03ceeff17/atpublic-5.1.tar.gz" - sha256 "abc1f4b3dbdd841cc3539e4b5e4f3ad41d658359de704e30cb36da4d4e9d3022" + url "https://files.pythonhosted.org/packages/20/40/e686038a07af08e8462a71dc9201867ffdde408b4d93be90a4ad0fbc83ef/atpublic-6.0.1.tar.gz" + sha256 "718932844f5bdfdf5d80ad4c64e13964f22274b4f8937d54a8d3811d6bc5dc05" end resource "attrs" do @@ -140,8 +139,8 @@ class Dvc < Formula end resource "azure-identity" do - url "https://files.pythonhosted.org/packages/b5/a1/f1a683672e7a88ea0e3119f57b6c7843ed52650fdcac8bfa66ed84e86e40/azure_identity-1.21.0.tar.gz" - sha256 "ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6" + url "https://files.pythonhosted.org/packages/41/52/458c1be17a5d3796570ae2ed3c6b7b55b134b22d5ef8132b4f97046a9051/azure_identity-1.23.0.tar.gz" + sha256 "d9cdcad39adb49d4bb2953a217f62aec1f65bbb3c63c9076da2be2a47e53dde4" end resource "azure-storage-blob" do @@ -175,8 +174,8 @@ class Dvc < Formula end resource "celery" do - url "https://files.pythonhosted.org/packages/bf/03/5d9c6c449248958f1a5870e633a29d7419ff3724c452a98ffd22688a1a6a/celery-5.5.2.tar.gz" - sha256 "4d6930f354f9d29295425d7a37261245c74a32807c45d764bedc286afd0e724e" + url "https://files.pythonhosted.org/packages/bb/7d/6c289f407d219ba36d8b384b42489ebdd0c84ce9c413875a8aae0c85f35b/celery-5.5.3.tar.gz" + sha256 "6c972ae7968c2b5281227f01c3a3f984037d21c5129d07bf3550cc2afc6b10a5" end resource "charset-normalizer" do @@ -185,8 +184,8 @@ class Dvc < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-didyoumean" do @@ -265,8 +264,8 @@ class Dvc < Formula end resource "dvc-gs" do - url "https://files.pythonhosted.org/packages/71/58/7714c93a472f04613fee5714d847d1af7b1fabcca93784046cc07eb7b8d8/dvc-gs-3.0.1.tar.gz" - sha256 "e5430a297fb8182366f7c4bc910b1ab104d8e5cc22f611a19bce05165dffecd4" + url "https://files.pythonhosted.org/packages/99/4b/6303f29c76458a3c44da47b76cb5c230de545812fe3d58971b91ba8d02fa/dvc_gs-3.0.2.tar.gz" + sha256 "739693c0d8250a39074ba16c7dce752bb5a7ff934442d6081ffcfd7ed9313b9a" end resource "dvc-hdfs" do @@ -280,8 +279,8 @@ class Dvc < Formula end resource "dvc-objects" do - url "https://files.pythonhosted.org/packages/f0/18/22e1b3440ad2b1b6de864b10ef25e6e0069342524d2b592de40f0cb17e13/dvc-objects-5.1.0.tar.gz" - sha256 "22e919620f9ecf428a0d295efca8073d1c0e87206dd8e1f52b1d9520fa25b814" + url "https://files.pythonhosted.org/packages/b5/36/68d3c92565d5fa7a6302d825965a1fedbc6e784d4d4ccaf6d536fae2124f/dvc_objects-5.1.1.tar.gz" + sha256 "9e308f2a33486aa44bd2ea42b6ec4a9bd6da5b69ac8127955e506c31d12fbdaa" end resource "dvc-oss" do @@ -340,18 +339,18 @@ class Dvc < Formula end resource "flufl-lock" do - url "https://files.pythonhosted.org/packages/a9/fa/885c58f9716063e2ac099f773d0420f20bb834b19538066a2e0d5b848ba4/flufl_lock-8.1.0.tar.gz" - sha256 "d88302005692a63d98b60080158faf089be5ecae6969f706409da8276fdce7cb" + url "https://files.pythonhosted.org/packages/90/78/80f98f67deb8ba9b67e00a91ceb1ded5a7b8eb2b7801b89625d3396fc9d4/flufl_lock-8.2.0.tar.gz" + sha256 "15b333c35fab1a36b223840057258aeb4cd79f0fbaf82c144f23cdf6cf14d5e3" end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" - sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" + url "https://files.pythonhosted.org/packages/5b/bf/a812e2fe6cb3f6c6cfc8d0303bf1742f2286004e5ec41ac8c89cf68cdb54/frozenlist-1.6.2.tar.gz" + sha256 "effc641518696471cf4962e8e32050133bc1f7b2851ae8fd0cb8797dd70dc202" end resource "fsspec" do - url "https://files.pythonhosted.org/packages/45/d8/8425e6ba5fcec61a1d16e41b1b71d2bf9344f1fe48012c2b48b9620feae5/fsspec-2025.3.2.tar.gz" - sha256 "e52c77ef398680bbd6a98c0e628fbc469491282981209907bbc8aea76a04fdc6" + url "https://files.pythonhosted.org/packages/00/f7/27f15d41f0ed38e8fcc488584b57e902b331da7f7c6dcda53721b15838fc/fsspec-2025.5.1.tar.gz" + sha256 "2e55e47a540b91843b755e83ded97c6e897fa0942b11490113f09e9c443c2475" end resource "funcy" do @@ -360,8 +359,8 @@ class Dvc < Formula end resource "gcsfs" do - url "https://files.pythonhosted.org/packages/28/66/b606240ebe8f6e85db225e1ab6f9c73f0f3929d2af9dee59807d5d5088cb/gcsfs-2025.3.2.tar.gz" - sha256 "fe300179492e63e309fecb11e4de7c15a51172eefa2b846d4b3659960216bba8" + url "https://files.pythonhosted.org/packages/d8/4a/47ad326cc74ccfd97e125c0087a36d516ed74c61f53e458067737378d0f2/gcsfs-2025.5.1.tar.gz" + sha256 "ba945530cf4857cd9d599ccb3ae729c65c39088880b11c4df1fecac30df5f3e3" end resource "gitdb" do @@ -375,18 +374,18 @@ class Dvc < Formula end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/6a/a2/7950df7fbb8ab1b7afb286ab374df2f5b3ea107b5d18224eac4e81bd2a69/google_api_core-2.25.0rc0.tar.gz" - sha256 "38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad" + url "https://files.pythonhosted.org/packages/98/a2/8176b416ca08106b2ae30cd4a006c8176945f682c3a5b42f141c9173f505/google_api_core-2.25.0.tar.gz" + sha256 "9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a" end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/4f/e6/787c24738fc7c99de9289abe60bd64591800ae1cdf60db7b87e0e6ef9cdd/google_api_python_client-2.169.0.tar.gz" - sha256 "0585bb97bd5f5bf3ed8d4bf624593e4c5a14d06c811d1952b07a1f94b4d12c51" + url "https://files.pythonhosted.org/packages/35/99/237cd2510aecca9fabb54007e58553274cc43cb3c18512ee1ea574d11b87/google_api_python_client-2.171.0.tar.gz" + sha256 "057a5c08d28463c6b9eb89746355de5f14b7ed27a65c11fdbf1d06c66bb66b23" end resource "google-auth" do - url "https://files.pythonhosted.org/packages/8b/03/6b824ef961fb2ab74f3b54adf2a357f742d88e0667a3471621cb9477da96/google_auth-2.40.0.tar.gz" - sha256 "c277cf39f7c192d8540eb6331c08b5a0796e8041af8343ae73dd6b269732ca6c" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "google-auth-httplib2" do @@ -485,8 +484,8 @@ class Dvc < Formula end resource "kombu" do - url "https://files.pythonhosted.org/packages/60/0a/128b65651ed8120460fc5af754241ad595eac74993115ec0de4f2d7bc459/kombu-5.5.3.tar.gz" - sha256 "021a0e11fcfcd9b0260ef1fb64088c0e92beb976eb59c1dfca7ddd4ad4562ea2" + url "https://files.pythonhosted.org/packages/0f/d3/5ff936d8319ac86b9c409f1501b07c426e6ad41966fedace9ef1b966e23f/kombu-5.5.4.tar.gz" + sha256 "886600168275ebeada93b888e831352fe578168342f0d1d5833d88ba0d847363" end resource "markdown-it-py" do @@ -510,13 +509,13 @@ class Dvc < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/da/2c/e367dfb4c6538614a0c9453e510d75d66099edf1c4e69da1b5ce691a1931/multidict-6.4.3.tar.gz" - sha256 "3ada0b058c9f213c5f95ba301f922d402ac234f1111a7d8fd70f1b99f3c281ec" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "networkx" do - url "https://files.pythonhosted.org/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f/networkx-3.4.2.tar.gz" - sha256 "307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1" + url "https://files.pythonhosted.org/packages/6c/4f/ccdb8ad3a38e583f214547fd2f7ff1fc160c43a75af88e6aec213404b96a/networkx-3.5.tar.gz" + sha256 "d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037" end resource "oauth2client" do @@ -540,13 +539,13 @@ class Dvc < Formula end resource "oss2" do - url "https://files.pythonhosted.org/packages/4a/e7/08b90651a435acde68c537eebff970011422f61c465f6d1c88c4b3af6774/oss2-2.18.1.tar.gz" - sha256 "5a901f6c0f3ac42f792e16a1e1c04e60f34e6cc9eb2bc4c0c3ce6e7bda2da4cc" + url "https://files.pythonhosted.org/packages/d5/63/b6c355af7f04a8a1d5759fa6fc47539e25ef8e6f2745372a242fdadcac65/oss2-2.18.4.tar.gz" + sha256 "be1e7a871a8cc267726367333017d78333ee8fae88c727ad61396f59c1c0e4d0" end resource "ossfs" do - url "https://files.pythonhosted.org/packages/d2/42/4cdce6e1ff4ce53c33cdc0dc1d212207181af3037d0a3a789367da42a266/ossfs-2023.12.0.tar.gz" - sha256 "f99eb2d74717d22551b1f32ec9434587962627a816a64536dc47d68470536110" + url "https://files.pythonhosted.org/packages/b1/8a/d0ca844e613d0b8d4b80f8098528a599f2fbf05c3853a75d27d3e645928e/ossfs-2025.5.0.tar.gz" + sha256 "722e7044fbcd84cc992e5cd6821d5f19bed334216c140d6e46ffb21979d49ce0" end resource "packaging" do @@ -560,8 +559,8 @@ class Dvc < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "prompt-toolkit" do @@ -580,8 +579,8 @@ class Dvc < Formula end resource "protobuf" do - url "https://files.pythonhosted.org/packages/c8/8c/cf2ac658216eebe49eaedf1e06bc06cbf6a143469236294a1171a51357c3/protobuf-6.30.2.tar.gz" - sha256 "35c859ae076d8c56054c25b59e5e59638d86545ed6e2b6efac6be0b6ea3ba048" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "psutil" do @@ -605,13 +604,13 @@ class Dvc < Formula end resource "pycryptodome" do - url "https://files.pythonhosted.org/packages/44/e6/099310419df5ada522ff34ffc2f1a48a11b37fc6a76f51a6854c182dbd3e/pycryptodome-3.22.0.tar.gz" - sha256 "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723" + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -685,13 +684,18 @@ class Dvc < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" + sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "s3fs" do - url "https://files.pythonhosted.org/packages/72/df/559dc6d796c38f1b8a09a5f6dcf62a467a84f3c87a837ee07c59f60a26ad/s3fs-2025.3.2.tar.gz" - sha256 "6798f896ec76dd3bfd8beb89f0bb7c5263cb2760e038bae0978505cd172a307c" + url "https://files.pythonhosted.org/packages/7f/6f/d0ee452580d7d0643a1a776b95dfef2144023f3fc077038e07d651995d34/s3fs-2025.5.1.tar.gz" + sha256 "84beffa231b8ed94f8d667e93387b38351e1c4447aedea5c2c19dd88b7fcb658" end resource "s3transfer" do @@ -710,8 +714,8 @@ class Dvc < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/70/dc/3976b322de9d2e87ed0007cf04cc7553969b6c7b3f48a565d0333748fbcd/setuptools-80.3.1.tar.gz" - sha256 "31e2c58dbb67c99c289f51c16d899afedae292b978f8051efaf6262d8212f927" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "shellingham" do @@ -760,8 +764,8 @@ class Dvc < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "tqdm" do @@ -770,18 +774,18 @@ class Dvc < Formula end resource "typer" do - url "https://files.pythonhosted.org/packages/98/1a/5f36851f439884bcfe8539f6a20ff7516e7b60f319bbaf69a90dc35cc2eb/typer-0.15.3.tar.gz" - sha256 "818873625d0569653438316567861899f7e9972f2e6e0c16dab608345ced713c" + url "https://files.pythonhosted.org/packages/c5/8c/7d682431efca5fd290017663ea4588bf6f2c6aad085c7f108c5dbc316e70/typer-0.16.0.tar.gz" + sha256 "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "tzdata" do @@ -790,8 +794,8 @@ class Dvc < Formula end resource "uritemplate" do - url "https://files.pythonhosted.org/packages/d2/5a/4742fdba39cd02a56226815abfa72fe0aa81c33bed16ed045647d6000eba/uritemplate-4.1.1.tar.gz" - sha256 "4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" + url "https://files.pythonhosted.org/packages/98/60/f174043244c5306c9988380d2cb10009f91563fc4b31293d27e17201af56/uritemplate-4.2.0.tar.gz" + sha256 "480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e" end resource "urllib3" do From f25729d64aa26c01238a883e4501ad5ee24e1afc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:01:51 +0000 Subject: [PATCH 03130/10074] jackett 0.22.1995 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 753d45c9a007a..84b1b6ff6ae11 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1992.tar.gz" - sha256 "f5a68f08ddfb75fa50c08a27c4d079d3f979afacf0087a63db5f7a1e07c47d5a" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1995.tar.gz" + sha256 "848b6efbaf3fef6e449b1127e270b44e4fe97f9f4296f9878570c9caa615c610" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 1bf3ad0e6637286259751db95c0090ad7678e874 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:05:31 +0000 Subject: [PATCH 03131/10074] llama.cpp 5600 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 0042a2fd29e2c..21262231cadb9 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5590", - revision: "0d3984424f2973c49c4bcabe4cc0153b4f90c601" + tag: "b5600", + revision: "d17a809ef0af09b16625e991a76f6fe80d9c332e" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From 4067b4eed15a9d998eefcfe4844d29fb02074e99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:05:59 +0000 Subject: [PATCH 03132/10074] mailpit 1.26.0 --- Formula/m/mailpit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mailpit.rb b/Formula/m/mailpit.rb index 2ff42ab6cdd23..b5e4332f8e008 100644 --- a/Formula/m/mailpit.rb +++ b/Formula/m/mailpit.rb @@ -1,8 +1,8 @@ class Mailpit < Formula desc "Web and API based SMTP testing" homepage "https://mailpit.axllent.org/" - url "https://github.com/axllent/mailpit/archive/refs/tags/v1.25.1.tar.gz" - sha256 "a07d67df485988ecea25b2db9cc91b31d64c3e6c655e61ceb3fb6473a5815723" + url "https://github.com/axllent/mailpit/archive/refs/tags/v1.26.0.tar.gz" + sha256 "a38ed806ac95c71bc8a7b05247cbca617cdff7fdad05945db997aec84f3f8408" license "MIT" bottle do From ee65ee9e7bd680051a1b4adacbb721263839405e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:09:46 +0000 Subject: [PATCH 03133/10074] build(deps): bump github/codeql-action in the github-actions group Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.28.18 to 3.28.19 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff0a06e83cb2de871e5a09832bc6a81e7276941f...fca7ace96b7d713c7035871441bd52efbe39e27e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 13e1e0d77a0a2..6c2b37f5d3440 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -87,7 +87,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 + uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19 with: sarif_file: results.sarif category: zizmor From 9e3f3f4e73d2bf2e8af47573e8180b8135023dd3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:12:42 +0000 Subject: [PATCH 03134/10074] redress 1.2.29 --- Formula/r/redress.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/redress.rb b/Formula/r/redress.rb index 2a50ec257708d..7c05e26655690 100644 --- a/Formula/r/redress.rb +++ b/Formula/r/redress.rb @@ -1,8 +1,8 @@ class Redress < Formula desc "Tool for analyzing stripped Go binaries compiled with the Go compiler" homepage "https://github.com/goretk/redress" - url "https://github.com/goretk/redress/archive/refs/tags/v1.2.28.tar.gz" - sha256 "f8b71c74ba52b8c16055340fa4934104f8cafc0443c08242fbfac7e626e18bc6" + url "https://github.com/goretk/redress/archive/refs/tags/v1.2.29.tar.gz" + sha256 "3e4c99c8359d6c20c9779bf0e534afc3117d034e39838f8fa90749e887971f8d" license "AGPL-3.0-only" head "https://github.com/goretk/redress.git", branch: "develop" From 7eaa22817768114fd5fea2b8579932b5d300f4c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:14:53 +0000 Subject: [PATCH 03135/10074] sigstore 3.6.3 --- Formula/s/sigstore.rb | 48 +++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index 0540c833f5472..3e136d962db55 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -3,8 +3,8 @@ class Sigstore < Formula desc "Codesigning tool for Python packages" homepage "https://github.com/sigstore/sigstore-python" - url "https://files.pythonhosted.org/packages/0f/5e/0bc0a8d1a64dd24a794f29a45fe1af8fe5b86636dc919db19e87c733e95c/sigstore-3.6.2.tar.gz" - sha256 "ed3a9bd12fecbb9d1028baddc257abbc87548275755457a063f310e5c758baf6" + url "https://files.pythonhosted.org/packages/10/dc/fb0306a86bd1bc79f99f2f53b2421a11c42d2bbd106f7ccf0acfb460b5db/sigstore-3.6.3.tar.gz" + sha256 "9f957ef239b77695992b62823f79fc9554a589572dcc7bc0c1566a31b4bafc10" license "Apache-2.0" bottle do @@ -36,8 +36,8 @@ class Sigstore < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "dnspython" do @@ -51,8 +51,8 @@ class Sigstore < Formula end resource "grpclib" do - url "https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz" - sha256 "2988ef57c02b22b7a2e8e961792c41ccf97efc2ace91ae7a5b0de03c363823c3" + url "https://files.pythonhosted.org/packages/19/75/0f0d3524b38b35e5cd07334b754aa9bd0570140ad982131b04ebfa3b0374/grpclib-0.4.8.tar.gz" + sha256 "d8823763780ef94fed8b2c562f7485cf0bbee15fc7d065a640673667f7719c9a" end resource "h2" do @@ -91,13 +91,13 @@ class Sigstore < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/da/2c/e367dfb4c6538614a0c9453e510d75d66099edf1c4e69da1b5ce691a1931/multidict-6.4.3.tar.gz" - sha256 "3ada0b058c9f213c5f95ba301f922d402ac234f1111a7d8fd70f1b99f3c281ec" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "pyasn1" do @@ -106,13 +106,13 @@ class Sigstore < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pygments" do @@ -126,8 +126,8 @@ class Sigstore < Formula end resource "pyopenssl" do - url "https://files.pythonhosted.org/packages/9f/26/e25b4a374b4639e0c235527bbe31c0524f26eda701d79456a7e1877f4cc5/pyopenssl-25.0.0.tar.gz" - sha256 "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16" + url "https://files.pythonhosted.org/packages/04/8c/cd89ad05804f8e3c17dea8f178c3f40eeab5694c30e0c9f5bcd49f576fc3/pyopenssl-25.1.0.tar.gz" + sha256 "8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b" end resource "python-dateutil" do @@ -141,8 +141,8 @@ class Sigstore < Formula end resource "rfc3161-client" do - url "https://files.pythonhosted.org/packages/6f/5b/8f37ccfd166d63ae5a45686984c59df2bf2ff720d1b27e2a14b1b5c0d2b0/rfc3161_client-1.0.1.tar.gz" - sha256 "1c951f3912b90c6d3f3505e644b74ee08543387253647b86459addbffb16f63f" + url "https://files.pythonhosted.org/packages/40/cd/84c91ba1a5f214ecfc2f63ba081436a971e8361a71a069a42f03f275168b/rfc3161_client-1.0.2.tar.gz" + sha256 "37c78277d78aab02baf17393c30f66d1c2ab1a398d3540b0657792c0ceb81858" end resource "rfc8785" do @@ -156,8 +156,8 @@ class Sigstore < Formula end resource "securesystemslib" do - url "https://files.pythonhosted.org/packages/57/44/cc300cbd7f636534559d0e2a2ce6cae12f199dca7ba8dc1dec0018ed5fd3/securesystemslib-1.2.0.tar.gz" - sha256 "34fa63e3296a0540b122a13bf51722ecd015be00c1d2ed45b23442e718920e76" + url "https://files.pythonhosted.org/packages/f2/d4/6f0ce9503269a94c307a51827c5c9fe0aa8f6b6aaaf9af36c9c611ba65f6/securesystemslib-1.3.0.tar.gz" + sha256 "5b53e5989289d97fa42ed7fde1b4bad80985f15dba8c774c043b395a90c908e5" end resource "sigstore-protobuf-specs" do @@ -181,13 +181,13 @@ class Sigstore < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do From c1deb54180fe6dfb385fe1df3dde622b62285be5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:17:14 +0000 Subject: [PATCH 03136/10074] testkube 2.1.157 --- Formula/t/testkube.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 566794eb17d41..693edcdde3c6e 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -1,8 +1,8 @@ class Testkube < Formula desc "Kubernetes-native framework for test definition and execution" homepage "https://testkube.io" - url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.156.tar.gz" - sha256 "d919149ecc886dd25d1f4fc604daad6d8281095e8b4f21b4d64785e56cccca1c" + url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.157.tar.gz" + sha256 "d61ee95059f21eb6277472256d0790dc915f1f8aa2b7fe3fbcbe6396fcb3249e" license "MIT" head "https://github.com/kubeshop/testkube.git", branch: "main" From a324fdaca60c611284b82e0c0ca18b450bfce458 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 10:55:26 +0000 Subject: [PATCH 03137/10074] chainloop-cli 1.5.0 --- Formula/c/chainloop-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index d46e486e7482a..3741b27c70acb 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,8 +1,8 @@ class ChainloopCli < Formula desc "CLI for interacting with Chainloop" homepage "https://docs.chainloop.dev" - url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.4.5.tar.gz" - sha256 "8848d871879d03e6774e02f18f4684ebf2a15f7ddfda07866f6844ba63b27e1c" + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.5.0.tar.gz" + sha256 "d42320fbce3199e04431ac42c28541ef9c28fd71d39abde51b1bee9ee52420a7" license "Apache-2.0" head "https://github.com/chainloop-dev/chainloop.git", branch: "main" From 7d5bfb98e5b02d1aad2fe3d13399958556056c32 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:02:15 +0000 Subject: [PATCH 03138/10074] gdu 5.31.0 --- Formula/g/gdu.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gdu.rb b/Formula/g/gdu.rb index 6cf7b535e640b..261d54c8b636f 100644 --- a/Formula/g/gdu.rb +++ b/Formula/g/gdu.rb @@ -1,8 +1,8 @@ class Gdu < Formula desc "Disk usage analyzer with console interface written in Go" homepage "https://github.com/dundee/gdu" - url "https://github.com/dundee/gdu/archive/refs/tags/v5.30.1.tar.gz" - sha256 "ad363967b6a34e02812e4cba36bb340f377cf64a435e23f6e8e9e6b3f775220e" + url "https://github.com/dundee/gdu/archive/refs/tags/v5.31.0.tar.gz" + sha256 "e3727680ea346ce86e63d4c97841cbc5e17c6d8e58fac8b8e9886e3339214e9d" license "MIT" head "https://github.com/dundee/gdu.git", branch: "master" From 7c6891dbd4f7bb52d01e445bcd4885ab6e279e6a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:10:38 +0000 Subject: [PATCH 03139/10074] metals 1.6.0 --- Formula/m/metals.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/metals.rb b/Formula/m/metals.rb index 90b592ca42f11..abc732e6c375f 100644 --- a/Formula/m/metals.rb +++ b/Formula/m/metals.rb @@ -1,8 +1,8 @@ class Metals < Formula desc "Scala language server" homepage "https://github.com/scalameta/metals" - url "https://github.com/scalameta/metals/archive/refs/tags/v1.5.3.tar.gz" - sha256 "008a39fd5b8c8589cf6221e3baaf887cab4f3c7554a7be91a875b02cf1da9578" + url "https://github.com/scalameta/metals/archive/refs/tags/v1.6.0.tar.gz" + sha256 "dd46cccb9ca716e5814f4d75fed8e054da907be5c332403552f492d447faa40c" license "Apache-2.0" # Some version tags don't become a release, so it's necessary to check the From 31deab55ebace009a14ba43f8631200a0893f6aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:14:47 +0000 Subject: [PATCH 03140/10074] passt 2025_06_06.754c6d7 --- Formula/p/passt.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/passt.rb b/Formula/p/passt.rb index 87bc5304b7a64..2f0953346b839 100644 --- a/Formula/p/passt.rb +++ b/Formula/p/passt.rb @@ -1,9 +1,9 @@ class Passt < Formula desc "User-mode networking daemons for virtual machines and namespaces" homepage "https://passt.top/passt/about/" - url "https://passt.top/passt/snapshot/passt-2025_05_12.8ec1341.tar.xz" - version "2025_05_12.8ec1341" - sha256 "0e2f72073a2ab8c9a4dbb604d18b7f3c0c3bd37106453fbf22d1e4f410d0f7df" + url "https://passt.top/passt/snapshot/passt-2025_06_06.754c6d7.tar.xz" + version "2025_06_06.754c6d7" + sha256 "01a511c8450c12133c59813e3b23943f67676945f7dbdcc562973b45de2461b8" license all_of: ["GPL-2.0-or-later", "BSD-3-Clause"] head "git://passt.top/passt", branch: "master" From de9a57e6fca368193d832fb102300b162ff81bd1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:18:24 +0000 Subject: [PATCH 03141/10074] prowler 5.7.3 --- Formula/p/prowler.rb | 52 ++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/Formula/p/prowler.rb b/Formula/p/prowler.rb index 01a78775cdb53..3779dee99142e 100644 --- a/Formula/p/prowler.rb +++ b/Formula/p/prowler.rb @@ -3,8 +3,8 @@ class Prowler < Formula desc "Tool for cloud security assessments, audits, incident response, and more" homepage "https://prowler.com/" - url "https://files.pythonhosted.org/packages/31/f9/0f1d249543074692b49d3c43951a00676ab4ed0068909fd287e6f1b11fe8/prowler-5.7.2.tar.gz" - sha256 "930f62526ecbd7719dcfa3116abc8934762d3c5b0d990a0b344c1c9de7aa5623" + url "https://files.pythonhosted.org/packages/02/32/ff1d202258eb06e34212e55e7860eab957df3af3df937db4d7604bb81aa7/prowler-5.7.3.tar.gz" + sha256 "82d87b791325d8cbe5cf4ffdbadd1739af24879df68c2c3e20c8a30390b82799" license "Apache-2.0" bottle do @@ -43,8 +43,8 @@ class Prowler < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/23/28/2d96dffe4deb40faa7f5615b4aa96c87528e65837d8cb5385da4aecf1c07/aiohttp-3.12.6.tar.gz" - sha256 "37b1c6034a1e14764adad1829cd710543b1699d7985e1d336f0aa52a2dd76ba9" + url "https://files.pythonhosted.org/packages/4b/ad/5b0f3451c2275af09966f1d7c0965facd4729a5b7efdc2eb728654679f85/aiohttp-3.12.9.tar.gz" + sha256 "2c9914c8914ff40b68c6e4ed5da33e88d4e8f368fddd03ceb0eb3175905ca782" end resource "aiosignal" do @@ -288,13 +288,13 @@ class Prowler < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" - sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" + url "https://files.pythonhosted.org/packages/5b/bf/a812e2fe6cb3f6c6cfc8d0303bf1742f2286004e5ec41ac8c89cf68cdb54/frozenlist-1.6.2.tar.gz" + sha256 "effc641518696471cf4962e8e32050133bc1f7b2851ae8fd0cb8797dd70dc202" end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/1f/5a/746a50ac46d6cb716fa30bf5686663ac27fb2616d07391d1e8d919dc2acc/google_api_core-2.25.0rc1.tar.gz" - sha256 "ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e" + url "https://files.pythonhosted.org/packages/98/a2/8176b416ca08106b2ae30cd4a006c8176945f682c3a5b42f141c9173f505/google_api_core-2.25.0.tar.gz" + sha256 "9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a" end resource "google-api-python-client" do @@ -303,8 +303,8 @@ class Prowler < Formula end resource "google-auth" do - url "https://files.pythonhosted.org/packages/66/84/f67f53c505a6b2c5da05c988e2a5483f5ba9eee4b1841d2e3ff22f547cd5/google_auth-2.40.2.tar.gz" - sha256 "a33cde547a2134273226fa4b853883559947ebe9207521f7afc707efbf690f58" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "google-auth-httplib2" do @@ -363,8 +363,8 @@ class Prowler < Formula end resource "importlib-metadata" do - url "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz" - sha256 "310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580" + url "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz" + sha256 "d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000" end resource "isodate" do @@ -453,8 +453,8 @@ class Prowler < Formula end resource "msgraph-core" do - url "https://files.pythonhosted.org/packages/d7/9a/f078f7d0ea8f55ba5c85fa53487bd6ffec2403542c117bf5b2a8b86f11a5/msgraph_core-1.3.3.tar.gz" - sha256 "a3226b08b4cf9b6dbb16b868be21d5f82d8ee514ae8e46d9f0cad896159ef8d3" + url "https://files.pythonhosted.org/packages/e7/d4/913feb5b182037ef92adda32e56bf591256d87b53adebdd678058b2cbcfd/msgraph_core-1.3.4.tar.gz" + sha256 "27e0d95344d29b6f05cf6ceb24a28bac363f19f18d6efaed7af6457e9fe4d6a9" end resource "msgraph-sdk" do @@ -473,8 +473,8 @@ class Prowler < Formula end resource "narwhals" do - url "https://files.pythonhosted.org/packages/32/fc/7b9a3689911662be59889b1b0b40e17d5dba6f98080994d86ca1f3154d41/narwhals-1.41.0.tar.gz" - sha256 "0ab2e5a1757a19b071e37ca74b53b0b5426789321d68939738337dfddea629b5" + url "https://files.pythonhosted.org/packages/ce/1b/877c22912b78f8b3fe60de1fb908a624c47afab0d6f9f32b5a1703566ff1/narwhals-1.41.1.tar.gz" + sha256 "be973f27b9eca2bab82c789b9c63135b5cd2a726c80309146356dd923b6f5104" end resource "nest-asyncio" do @@ -488,18 +488,18 @@ class Prowler < Formula end resource "opentelemetry-api" do - url "https://files.pythonhosted.org/packages/9a/8d/1f5a45fbcb9a7d87809d460f09dc3399e3fbd31d7f3e14888345e9d29951/opentelemetry_api-1.33.1.tar.gz" - sha256 "1c6055fc0a2d3f23a50c7e17e16ef75ad489345fd3df1f8b8af7c0bbf8a109e8" + url "https://files.pythonhosted.org/packages/4c/0b/4433d3f18301b541d98ea775fcbeab817fc7f962e980a75d17c967471b64/opentelemetry_api-1.34.0.tar.gz" + sha256 "48d167589134799093005b7f7f347c69cc67859c693b17787f334fbe8871279f" end resource "opentelemetry-sdk" do - url "https://files.pythonhosted.org/packages/67/12/909b98a7d9b110cce4b28d49b2e311797cffdce180371f35eba13a72dd00/opentelemetry_sdk-1.33.1.tar.gz" - sha256 "85b9fcf7c3d23506fbc9692fd210b8b025a1920535feec50bd54ce203d57a531" + url "https://files.pythonhosted.org/packages/52/07/8ca4b295322b5978e2cc4fab3f743ddabf72b82b5d2c50141471f573149d/opentelemetry_sdk-1.34.0.tar.gz" + sha256 "719559622afcd515c2aec462ccb749ba2e70075a01df45837623643814d33716" end resource "opentelemetry-semantic-conventions" do - url "https://files.pythonhosted.org/packages/5b/2c/d7990fc1ffc82889d466e7cd680788ace44a26789809924813b164344393/opentelemetry_semantic_conventions-0.54b1.tar.gz" - sha256 "d1cecedae15d19bdaafca1e56b29a66aa286f50b5d08f036a145c7f3e9ef9cee" + url "https://files.pythonhosted.org/packages/f1/64/b99165f7e205e103a83406fb5c3dde668c3a990b3fa0cbe358011095f4fa/opentelemetry_semantic_conventions-0.55b0.tar.gz" + sha256 "933d2e20c2dbc0f9b2f4f52138282875b4b14c66c491f5273bcdef1781368e9c" end resource "packaging" do @@ -673,8 +673,8 @@ class Prowler < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzdata" do @@ -688,8 +688,8 @@ class Prowler < Formula end resource "uritemplate" do - url "https://files.pythonhosted.org/packages/d2/5a/4742fdba39cd02a56226815abfa72fe0aa81c33bed16ed045647d6000eba/uritemplate-4.1.1.tar.gz" - sha256 "4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" + url "https://files.pythonhosted.org/packages/98/60/f174043244c5306c9988380d2cb10009f91563fc4b31293d27e17201af56/uritemplate-4.2.0.tar.gz" + sha256 "480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e" end resource "urllib3" do From af84cbd9b956822d4e7cd24081d569e383578e97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:19:20 +0000 Subject: [PATCH 03142/10074] pyqt 6.9.1 --- Formula/p/pyqt.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/p/pyqt.rb b/Formula/p/pyqt.rb index ae3ff68421c1a..88e1d927eaebd 100644 --- a/Formula/p/pyqt.rb +++ b/Formula/p/pyqt.rb @@ -1,8 +1,8 @@ class Pyqt < Formula desc "Python bindings for v6 of Qt" homepage "https://www.riverbankcomputing.com/software/pyqt/intro" - url "https://files.pythonhosted.org/packages/32/de/102e8e66149085acf38bbf01df572a2cd53259bcd99b7d8ecef0d6b36172/pyqt6-6.9.0.tar.gz" - sha256 "6a8ff8e3cd18311bb7d937f7d741e787040ae7ff47ce751c28a94c5cddc1b4e6" + url "https://files.pythonhosted.org/packages/32/1b/567f46eb43ca961efd38d7a0b73efb70d7342854f075fd919179fdb2a571/pyqt6-6.9.1.tar.gz" + sha256 "50642be03fb40f1c2111a09a1f5a0f79813e039c15e78267e6faaf8a96c1c3a6" license "GPL-3.0-only" bottle do @@ -39,8 +39,8 @@ class Pyqt < Formula end resource "pyqt6-sip" do - url "https://files.pythonhosted.org/packages/90/18/0405c54acba0c8e276dd6f0601890e6e735198218d031a6646104870fe22/pyqt6_sip-13.10.0.tar.gz" - sha256 "d6daa95a0bd315d9ec523b549e0ce97455f61ded65d5eafecd83ed2aa4ae5350" + url "https://files.pythonhosted.org/packages/2f/4a/96daf6c2e4f689faae9bd8cebb52754e76522c58a6af9b5ec86a2e8ec8b4/pyqt6_sip-13.10.2.tar.gz" + sha256 "464ad156bf526500ce6bd05cac7a82280af6309974d816739b4a9a627156fafe" end resource "pyqt6-webengine" do From 5f26419e005f70a1f744c15049d7e09859eff745 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:20:51 +0000 Subject: [PATCH 03143/10074] renovate 40.43.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 1bb34eca08536..52861c9b82d5c 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.42.0.tgz" - sha256 "3c45aa3d07bff8770d1b49b64dafe9f936f1c1548440b22b921fe3a5b3fb94d9" + url "https://registry.npmjs.org/renovate/-/renovate-40.43.0.tgz" + sha256 "baa451eda91214797afe045c74cb127e2ffa528e4af980f51f432466053de694" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 964615ca38e721b245c7c01f5e34e6d61584f394 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:22:01 +0000 Subject: [PATCH 03144/10074] rqlite 8.37.3 --- Formula/r/rqlite.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 193d8ea34c35c..ea6353be593da 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -1,8 +1,8 @@ class Rqlite < Formula desc "Lightweight, distributed relational database built on SQLite" homepage "https://www.rqlite.io/" - url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.37.2.tar.gz" - sha256 "b7a06d58e6ed0a68496a18c16abc8e0b88e91e9eb2693cccf23c5ba5581d436e" + url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.37.3.tar.gz" + sha256 "e63071ff7628a067f856d8d4d2e52784c2d7c15cfb7897f5a6accf31e6508e0e" license "MIT" head "https://github.com/rqlite/rqlite.git", branch: "master" From 2d3d99c0e58907400749cc5913ec04d242e73e21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:25:04 +0000 Subject: [PATCH 03145/10074] sql-formatter 15.6.3 --- Formula/s/sql-formatter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sql-formatter.rb b/Formula/s/sql-formatter.rb index 4a4e6c032c484..c3315bd3613d5 100644 --- a/Formula/s/sql-formatter.rb +++ b/Formula/s/sql-formatter.rb @@ -1,8 +1,8 @@ class SqlFormatter < Formula desc "Whitespace formatter for different query languages" homepage "https://sql-formatter-org.github.io/sql-formatter/" - url "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.6.2.tgz" - sha256 "59b648b413e6ea4a35e449cbb681b4bcfbd216bec5aa3eefaa712f8b02376960" + url "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.6.3.tgz" + sha256 "3119011d337a0564805064c41bf1789be9836260fcdeb96e8b97cbdcfe20fce8" license "MIT" bottle do From b7bb77ff561cadaaf6ffd018ef65675364aa5447 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:26:15 +0000 Subject: [PATCH 03146/10074] swagger-codegen@2 2.4.45 --- Formula/s/swagger-codegen@2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swagger-codegen@2.rb b/Formula/s/swagger-codegen@2.rb index 524b13db8df90..7827c0fd520d6 100644 --- a/Formula/s/swagger-codegen@2.rb +++ b/Formula/s/swagger-codegen@2.rb @@ -1,8 +1,8 @@ class SwaggerCodegenAT2 < Formula desc "Generate clients, server stubs, and docs from an OpenAPI spec" homepage "https://swagger.io/tools/swagger-codegen/" - url "https://github.com/swagger-api/swagger-codegen/archive/refs/tags/v2.4.44.tar.gz" - sha256 "2a3856e1f22dd01198e2ff50f7f85f61c2ffdd754923ff7b4eb2636ac34e5c57" + url "https://github.com/swagger-api/swagger-codegen/archive/refs/tags/v2.4.45.tar.gz" + sha256 "fbad0e8c547ccfe2389ab880cd8f698af2d69f4fed2dee9bca6e802aca579c09" license "Apache-2.0" livecheck do From db311a61386039e6c437688e3cc550643d97abb3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:29:00 +0000 Subject: [PATCH 03147/10074] vet 1.11.3 --- Formula/v/vet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vet.rb b/Formula/v/vet.rb index ff76e5d3ec4d0..5299de86b3c1c 100644 --- a/Formula/v/vet.rb +++ b/Formula/v/vet.rb @@ -1,8 +1,8 @@ class Vet < Formula desc "Policy driven vetting of open source dependencies" homepage "https://github.com/safedep/vet" - url "https://github.com/safedep/vet/archive/refs/tags/v1.11.1.tar.gz" - sha256 "7ec01b59a0a1ba962b5d41368264c00e5e9daa728bcb42d056a4feb11611f495" + url "https://github.com/safedep/vet/archive/refs/tags/v1.11.3.tar.gz" + sha256 "ef406e7261fadf607fb729d415a0326055f9a07a5f9e5204b4645be4cc056920" license "Apache-2.0" bottle do From ec3ca78467da98c3cdc827576f967a5f69e19b54 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:31:58 +0000 Subject: [PATCH 03148/10074] zlib-rs 0.5.1 --- Formula/z/zlib-rs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zlib-rs.rb b/Formula/z/zlib-rs.rb index 0eeda27930097..578e66a449af9 100644 --- a/Formula/z/zlib-rs.rb +++ b/Formula/z/zlib-rs.rb @@ -1,8 +1,8 @@ class ZlibRs < Formula desc "C API for zlib-rs" homepage "https://github.com/trifectatechfoundation/zlib-rs/tree/main/libz-rs-sys-cdylib#libz-rs-sys-cdylib" - url "https://github.com/trifectatechfoundation/zlib-rs/archive/refs/tags/v0.5.0.tar.gz" - sha256 "a5ef58c30220173b44c1304a9e367ec8fd6ac03c6c93ca41fc24b4837754ed1a" + url "https://github.com/trifectatechfoundation/zlib-rs/archive/refs/tags/v0.5.1.tar.gz" + sha256 "270dedde7e1cd63e7a743a520a74b92e82aaf02a2cb7e5e461364f58a03cc720" license "Zlib" head "https://github.com/trifectatechfoundation/zlib-rs.git", branch: "main" From 35b9bf883357f9cce4ddf0e1fb5a69bcde2e52a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 19:51:27 +0000 Subject: [PATCH 03149/10074] bitwarden-cli 2025.5.0 --- Formula/b/bitwarden-cli.rb | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/Formula/b/bitwarden-cli.rb b/Formula/b/bitwarden-cli.rb index 308feae74411a..b5bc5d43c6776 100644 --- a/Formula/b/bitwarden-cli.rb +++ b/Formula/b/bitwarden-cli.rb @@ -1,8 +1,8 @@ class BitwardenCli < Formula desc "Secure and free password manager for all of your devices" homepage "https://bitwarden.com/" - url "https://github.com/bitwarden/clients/archive/refs/tags/cli-v2025.2.0.tar.gz" - sha256 "2c31f8f66e197d5bcbc656c258d4556c97e49a940cabad3ec76ff3742b5252c7" + url "https://github.com/bitwarden/clients/archive/refs/tags/cli-v2025.5.0.tar.gz" + sha256 "247ca881c8a9f407c494977f7e8555fe11beff017d0cfda6a6d437ec0c0978d6" license "GPL-3.0-only" livecheck do @@ -25,11 +25,24 @@ class BitwardenCli < Formula def install system "npm", "ci", "--ignore-scripts" + # Fix to build error with xcode 16.3 for `argon2` + # Issue ref: + # - https://github.com/bitwarden/clients/issues/15000 + # - https://github.com/ranisalt/node-argon2/issues/448 + inreplace "package.json", '"argon2": "0.41.1"', '"argon2": "0.43.0"' + inreplace "apps/cli/package.json", '"argon2": "0.41.1"', '"argon2": "0.43.0"' + + # Fix to Error: Cannot find module 'semver' + # PR ref: https://github.com/bitwarden/clients/pull/15005 + system "npm", "install", "semver", "argon2", *std_npm_args + cd buildpath/"apps/cli" do # The `oss` build of Bitwarden is a GPL backed build system "npm", "run", "build:oss:prod", "--ignore-scripts" cd "./build" do - system "npm", "install", *std_npm_args + # Fix to Error: Cannot find module 'semver' + # PR ref: https://github.com/bitwarden/clients/pull/15005 + system "npm", "install", "semver", "argon2", *std_npm_args bin.install_symlink Dir[libexec/"bin/*"] end end @@ -37,10 +50,17 @@ def install # Remove incompatible pre-built `argon2` binaries os = OS.kernel_name.downcase arch = Hardware::CPU.intel? ? "x64" : Hardware::CPU.arch.to_s - node_modules = libexec/"lib/node_modules/@bitwarden/cli/node_modules" - (node_modules/"argon2/prebuilds/linux-arm64/argon2.armv8.musl.node").unlink - (node_modules/"argon2/prebuilds/linux-x64/argon2.musl.node").unlink - (node_modules/"argon2/prebuilds").each_child { |dir| rm_r(dir) if dir.basename.to_s != "#{os}-#{arch}" } + base = (libexec/"lib/node_modules") + + universals = "{@microsoft/signalr/node_modules/utf-8-validate,bufferutil,utf-8-validate}" + universal_archs = "{darwin-x64+arm64,linux-x64}" + base.glob("@bitwarden/clients/node_modules/#{universals}/prebuilds/#{universal_archs}/*.node").each(&:unlink) + + prebuilds = "{,@bitwarden/cli/node_modules/,@bitwarden/clients/node_modules/}" + base.glob("#{prebuilds}argon2/prebuilds") do |path| + path.glob("**/*.node").each(&:unlink) + path.children.each { |dir| rm_r(dir) if dir.directory? && dir.basename.to_s != "#{os}-#{arch}" } + end generate_completions_from_executable(bin/"bw", "completion", shells: [:zsh], shell_parameter_format: :arg) end From 1a285f37ff9b1446500ee887fb8d17d34e42118c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:04:02 +0000 Subject: [PATCH 03150/10074] netlify-cli: update 22.1.2 bottle. --- Formula/n/netlify-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index ab0c10cd13b6d..da27afbd1858a 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -6,13 +6,13 @@ class NetlifyCli < Formula license "MIT" bottle do - sha256 arm64_sequoia: "5c67212c679b47a3109000a7b41ed61159a0485cf6dc17486da0fe3b04028c3e" - sha256 arm64_sonoma: "fe429a3e6987091919538cc9e0c25ec02e6b0417c8f7b43a716c64d60415c590" - sha256 arm64_ventura: "b4c64ef718c0d14f0a206fb1eae5cba865e2c17a696720da2279f434ab9d7e73" - sha256 sonoma: "2a35c8e11a26ba131aacca6d7a8187583eb243966442da1eab30c97f753d083e" - sha256 ventura: "83158bdbf7108b127663ce59c304036ef3c05725ea7a033401c8e7bfde66f182" - sha256 cellar: :any_skip_relocation, arm64_linux: "821df14ff5bd05483502f04b19e911c61eb1c950eeef98cd9db3dbef8009e0e6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3c0cd3806d9795a24e620a4609fea84cfbdc9719694f18062a1c064cb112722f" + sha256 arm64_sequoia: "37776f23a61c7fdc69bb5130dfddbeb4d314b09827c7a534058d6d6a006b0297" + sha256 arm64_sonoma: "57e58c24b57de64136de1214e2ec86f90be76cdceaab072ef6e59f42634cbe40" + sha256 arm64_ventura: "2b854d553cd8d2c8a7ba6f70a6b83e78cb4c8028604e19befd55c6934ddfdd3f" + sha256 sonoma: "7ea88a9c1827775ef5633ca8c451278a97a2cf5e0479b44c5637f807da0c2979" + sha256 ventura: "bcca7c1b67223a1bd4f4db0b000a721a6fd6b115fd999029fe08550ba21a69cf" + sha256 cellar: :any_skip_relocation, arm64_linux: "1df4d4ac5d2010e05abd7c9de67191cf68eacfbcc029b0be87c57d2cf3261ca2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6164dab8f21ca1062bf27157e07b6fcc568c7911bc3884908e645f918bf71f02" end depends_on "pkgconf" => :build From cfcb302e25b59449cf7c09f18a186d550608c786 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:10:26 +0000 Subject: [PATCH 03151/10074] swagger-codegen@2: update 2.4.45 bottle. --- Formula/s/swagger-codegen@2.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/s/swagger-codegen@2.rb b/Formula/s/swagger-codegen@2.rb index 7827c0fd520d6..253b17af278ce 100644 --- a/Formula/s/swagger-codegen@2.rb +++ b/Formula/s/swagger-codegen@2.rb @@ -11,14 +11,13 @@ class SwaggerCodegenAT2 < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9957ad6a72c5b0d33cca934d61fa39df3140deaa1901e1a578068356cb2f8c80" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "110e581cb812f4ecc7c493c3fa82d0fd27b6a30945f4af1330245943a9e400e9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7c868d84b9873fb1e66c3033d4c898bfee02e9b9e6f03312a68ebe50eff510fd" - sha256 cellar: :any_skip_relocation, sonoma: "58eae21ef53d08a199c16bcb221decd751987360141bc0a6b28213e1c86e6f1a" - sha256 cellar: :any_skip_relocation, ventura: "06d0d89da4abbdea0267da07c2922731d116de55c00466ae178c5570a38d4475" - sha256 cellar: :any_skip_relocation, arm64_linux: "b0f8a738d4322a863da3b8fb8f6939e04e7ddc66afb44943633676b96139637e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "88015a18565d8eca250566fd82768c20d7e0e4bcd4a27339ddb34cc313d848dd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9194bd4596240c5995137885ba10d9dbe8ae0f877a9fd0faed456eba3ce7b4fe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "72c914929b6bdcaa1287fe5bf2bcbabdad0742a9635a66136984773447eedfc4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dfdb01219415b545225b331b05ec3318719edc27879cc51335b9655951a1b0e2" + sha256 cellar: :any_skip_relocation, sonoma: "cfc5afbaabeb86f4c1500f8fc6905ae132ab485f11aa5b72d946a51b96432d2c" + sha256 cellar: :any_skip_relocation, ventura: "b9d435a397fb3935c32ad5f7a9fa41446fa2caf13b852c259098d73d47515782" + sha256 cellar: :any_skip_relocation, arm64_linux: "da4e1fc325f81e3a045a6f24942824f1bc546bc276368bd32393005d839cee0a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e06d360af67bb9f61b3706c92630ca4b0f05f9a2acdc413f7fd8061db5becfc" end keg_only :versioned_formula From 3f43efe857b1b07b83e726333c86e592d7e69ea6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:10:47 +0000 Subject: [PATCH 03152/10074] vet: update 1.11.3 bottle. --- Formula/v/vet.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vet.rb b/Formula/v/vet.rb index 5299de86b3c1c..0795d7e66d9a7 100644 --- a/Formula/v/vet.rb +++ b/Formula/v/vet.rb @@ -6,13 +6,13 @@ class Vet < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c301feaadd4c8c65f5cbacf24e39f7bbf175b0cbb43824b38b844f64198e1ae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0767f309258235a24806de6035fbcdf87ed2343058309dabaccdd9091c116e36" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0a6fb991228021d2ae33a6c232b6af5b729369c6a388f5b43af9f025db0da7e3" - sha256 cellar: :any_skip_relocation, sonoma: "2b1286eefd26da50c3d2e9a53c1bcaddc2154e072366de1b854e851451dc5bf8" - sha256 cellar: :any_skip_relocation, ventura: "06fda7bf9f39ef419dd0d28ad7e367e73fa2b5a86b61fcca996af30295cff31e" - sha256 cellar: :any_skip_relocation, arm64_linux: "b448fb1bc9e107541fa2d24d7064fc6bbe8f711a15e3a741bbac4b6aa659f0b3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "70e0dd5d07b421ac47ed065280fffb2bed11d659c5fd6e36da7abd7bf5280f3d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a80c7e166dc2fca8edfecf165d8e036f894ac028763442cf032e67206298b3d4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "86272bd69bd91906bda06a79b306dfa38d6612c3bc925d1bab7b7e28a5365b61" + sha256 cellar: :any_skip_relocation, arm64_ventura: "11458d2191b6def533d242cbc9540e19ab9b65f9059fca5412ae7a23aa77a8eb" + sha256 cellar: :any_skip_relocation, sonoma: "eb58110461a1027f588b00ce3d4198481a5e44ed8e081c7a8888c685a2096c22" + sha256 cellar: :any_skip_relocation, ventura: "db2a10e6d203fc02298678554ab0c23e802c74d66b25e750118e2dc0f26194cd" + sha256 cellar: :any_skip_relocation, arm64_linux: "524db74bb3c22451041fcc99d75c50a8fc1dc0d1f9d4f32840f149985f83bb5c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bacc09d33fa196574e6f1e92a54cc9602bdbd7698784aa758949b9a3c9cabd2d" end depends_on "go" From a2f9506bb27af11abfb11c511f997fce79bb41ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:11:01 +0000 Subject: [PATCH 03153/10074] sql-formatter: update 15.6.3 bottle. --- Formula/s/sql-formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/sql-formatter.rb b/Formula/s/sql-formatter.rb index c3315bd3613d5..bf9345535b07b 100644 --- a/Formula/s/sql-formatter.rb +++ b/Formula/s/sql-formatter.rb @@ -6,7 +6,7 @@ class SqlFormatter < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "a71c674e56a1f49b134dbba2592e91c6451c65d3cb074c456431f0dfcfb7f89d" + sha256 cellar: :any_skip_relocation, all: "622e3f25d262c9d1820924dac4f599f5b239fde6079695eb7826ebbd40fc0e94" end depends_on "node" From fb6002a1161931aa8c9b68e40405371f0da961c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:11:07 +0000 Subject: [PATCH 03154/10074] rqlite: update 8.37.3 bottle. --- Formula/r/rqlite.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index ea6353be593da..37bcdff5cdfe6 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -7,12 +7,12 @@ class Rqlite < Formula head "https://github.com/rqlite/rqlite.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "69d5a290e8f6e96633ef4621fafdebb1f43ce4b0adbdc48dae9d77f2c7455f1b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "216234bfc6dba4abff14ba40a6607e84a372e5a07132059e1631fa320030755e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "54f5dbe22e0d9f265d9ec5822934fea773fd25b2c14360dcd6146132079e17d0" - sha256 cellar: :any_skip_relocation, sonoma: "8675d18804de6d78f8dab9bb2084cd13cd0a9dd19317095f0cc3d9418dd5f227" - sha256 cellar: :any_skip_relocation, ventura: "b3e9b1b8e92015f8ff87fae3ea86ba69d74fef8364c40f9ce374cb44a0cf2869" - sha256 cellar: :any_skip_relocation, x86_64_linux: "26602e85a14a42e2d50f479d8ea85551cc2aee4116ea85c2cb829dc4cae7bcd6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "840bd0bed8c4df8e4a3b3e92d8345bfce01170d12f8b197b4f0b0a55d5cb561a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "570574337e009380b38d8cadb8137a524044c18b1c303ac2b99b1fdaff8d7ce1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3fe041e38a97c1c19175c51d40f9433c0ee0a39551fe6bb92d8d23436c237fdb" + sha256 cellar: :any_skip_relocation, sonoma: "19c5bc2bed9f20e99f9c610166a6235b18c6f4a957b995753f6c82e115580ed9" + sha256 cellar: :any_skip_relocation, ventura: "ad917d454ee4d223fd69ba242ea080f01e5c7233eaaf5cd7e43c3b05123c78b0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "55a02b53adf214032f2cc6a769e4831dd3950ef40d158b2604abcd4d45a91b52" end depends_on "go" => :build From fb82dfa8b9f183a800ec1d6d3b8d14411645004b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:11:14 +0000 Subject: [PATCH 03155/10074] passt: update 2025_06_06.754c6d7 bottle. --- Formula/p/passt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/passt.rb b/Formula/p/passt.rb index 2f0953346b839..376ecdd1df234 100644 --- a/Formula/p/passt.rb +++ b/Formula/p/passt.rb @@ -8,8 +8,8 @@ class Passt < Formula head "git://passt.top/passt", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "aedae3e99a9dc67df0690c9a1a168dd3ad33b923294825fcb15ba6e6b5df380a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5466a3d8359e64160aa75aa414b39ea77c514a83ad46246c3734680ae57ec32c" + sha256 cellar: :any_skip_relocation, arm64_linux: "08c25216f4c1b793524315ff3d907193a17dd2707ea48bc0e5e70662f0351532" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c6577f1b09a611eb23462d8ee50f93a134859891727526f8f02225896a43968" end depends_on :linux From 253e13acf57021b5c956f0cdb05ab4573b3c9c7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:11:43 +0000 Subject: [PATCH 03156/10074] metals: update 1.6.0 bottle. --- Formula/m/metals.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/metals.rb b/Formula/m/metals.rb index abc732e6c375f..33277016a7f89 100644 --- a/Formula/m/metals.rb +++ b/Formula/m/metals.rb @@ -13,13 +13,13 @@ class Metals < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d375d0d8813da31c2f4bc9a1ec5799fea294f1f1bc88b1ed4dc5b6d93cf1d53" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e6bbdd1472833d5412bebcf5af842c85dcf30319c49d5fbd87fe3ceb41c22f4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "147516fe36c60676aa1923d958ea50e3f8b572fdfa8b6109a83eca3134683847" - sha256 cellar: :any_skip_relocation, sonoma: "11cd8d503e6dcc3193aa69cbdfed6068bfc9ff8d6b60c6d089b4c449a447d30a" - sha256 cellar: :any_skip_relocation, ventura: "daf54b479006a2a8b59760297593649bea3589f5c7a6cf4de8cbf6d44531157a" - sha256 cellar: :any_skip_relocation, arm64_linux: "6b0853607504f74c18109afda0b65d62ce439d3b11fb3d575cfc694d4a80ba0f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ba54ad830ad08452908417651cfec07ca8c4d83b75ac9d5a79533e6d0cb09e14" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c00e9f28c10edccfe1fc505d060b4f3d35b8848331308d4a2a4d3a91ed2cb10" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3e473634629b8c93496d9c9112ce78103907adcd7a04ca0f1e02844ffaf2020" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2ea45c3d40c637347ad7dba7e97268127bfe7e8edb438f564b9d3f8062bb055e" + sha256 cellar: :any_skip_relocation, sonoma: "f5a5eead1a84d975055510e899b31fa8e165aa3911a00579262dfe0b9da33bf5" + sha256 cellar: :any_skip_relocation, ventura: "329928b4de7ec712f1fdaafcfe65001d1204ca84024c121bbabdcbb19d659ef6" + sha256 cellar: :any_skip_relocation, arm64_linux: "0be5303ea2086fcaa7f2d8c0cd8af9802725e6f2a60782f1d4341a6fe92e7341" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a61b7cfc5d3c502a3a2bbdad979a68e52495ddc6ba512ef96ef3f13904725491" end depends_on "sbt" => :build From 84bff3a61b2c36c4d7be85ab2cc550e8d65f3edc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:11:44 +0000 Subject: [PATCH 03157/10074] renovate: update 40.43.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 52861c9b82d5c..58909de963781 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b49dfa2822525648186ef190a25697ac869ae53b1eb8b0d2b51e27c74ffeef32" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4181bc3a6894195f334fbb101b95ca57542218679a3ef4e8ec8459d30e343063" - sha256 cellar: :any_skip_relocation, arm64_ventura: "df2bcf905099c732052ea4ad692d2db9b759cf46fc8f2aa1d7eba45f726cc450" - sha256 cellar: :any_skip_relocation, sonoma: "373ea297c720287cc96cc229f47bd72a5aabf4fb5eac609a077578cb2a6f66b8" - sha256 cellar: :any_skip_relocation, ventura: "5433b59564ee7644c3d0f13ad8b0a7e847415aca08098a3f9af576894bc63785" - sha256 cellar: :any_skip_relocation, arm64_linux: "d03624f0dc2257238165bc98c9b6c69f6d441b36d1ce78b81cb9bffd8196c68e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "49b107ccd02d8508588ec7538ff1e09f23737d4e0d17ca2073d4c771ce83dc1c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "48c5705177c84298a734f41c2ecf7cbf1f388b31f3bafb0ac1df0ed15d6675e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "66c2eacb2752d5694e40059064e0c45721efcc87a6a86c6fe2f5c48d8f60c1db" + sha256 cellar: :any_skip_relocation, arm64_ventura: "22838486684be74d8b5be69a0bef98c669194478862b9651d66f7eb71376bb03" + sha256 cellar: :any_skip_relocation, sonoma: "61ade1a1208c44de4dcc7b32a0ed1b46b01bfd3fed320d95352cf9b487a09edf" + sha256 cellar: :any_skip_relocation, ventura: "56bcf360f048c08def8c6714b46859446ba8933ca41e2190db7d22a5cb9eec5e" + sha256 cellar: :any_skip_relocation, arm64_linux: "8c96e07b80ecc495a2cd218cc8ff3e4c4eaaf9288e6529637fff09027ba79bc5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d72e7191a52dbc0a9783d73f0cf61e1d0934ce3bfaa4f9ff4d03722b0029453" end depends_on "node@22" From d1a7d98c2f8bb0ac15acf450b101e7e93be513ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:12:02 +0000 Subject: [PATCH 03158/10074] gdu: update 5.31.0 bottle. --- Formula/g/gdu.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gdu.rb b/Formula/g/gdu.rb index 261d54c8b636f..b2b183de48142 100644 --- a/Formula/g/gdu.rb +++ b/Formula/g/gdu.rb @@ -7,12 +7,12 @@ class Gdu < Formula head "https://github.com/dundee/gdu.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "30f8670a47423d2d9ab75cc3dcfc0c7b5996120cd2a2df56f5a54c79904c5d17" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30f8670a47423d2d9ab75cc3dcfc0c7b5996120cd2a2df56f5a54c79904c5d17" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30f8670a47423d2d9ab75cc3dcfc0c7b5996120cd2a2df56f5a54c79904c5d17" - sha256 cellar: :any_skip_relocation, sonoma: "818de028c8fc955fb8df9d1e03f20ac8f792f1f9265b3b845d74cb19a6fd1a12" - sha256 cellar: :any_skip_relocation, ventura: "818de028c8fc955fb8df9d1e03f20ac8f792f1f9265b3b845d74cb19a6fd1a12" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bdc10b86df052f39e3fbbf431d05492e410808cf6c831ed653a862e484ae8b56" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "028214b990af856110c71589131134789dafc07f388ae587090367fc9dfbb755" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "028214b990af856110c71589131134789dafc07f388ae587090367fc9dfbb755" + sha256 cellar: :any_skip_relocation, arm64_ventura: "028214b990af856110c71589131134789dafc07f388ae587090367fc9dfbb755" + sha256 cellar: :any_skip_relocation, sonoma: "0c127a218822480fdcdc715b6213cf4d54de229910d414e40d1f6d61b58dd268" + sha256 cellar: :any_skip_relocation, ventura: "0c127a218822480fdcdc715b6213cf4d54de229910d414e40d1f6d61b58dd268" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f1aaedb058ab6ecac1d0fd814dc09971a50a81d22fde698f610770520b91386" end depends_on "go" => :build From e7d5cab44a83d8362e4601c61921e15c033cdfb0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:12:23 +0000 Subject: [PATCH 03159/10074] chainloop-cli: update 1.5.0 bottle. --- Formula/c/chainloop-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 3741b27c70acb..37042288be4ba 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -7,12 +7,12 @@ class ChainloopCli < Formula head "https://github.com/chainloop-dev/chainloop.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "80806496cceb856f56fe1a71f4730911e2b436f11518eedfc418a50ea3f3dd0b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "af2584593060b51c22b248d33f83713320d6950884d4a2a2226887efbcec5050" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2a2a0dcf7c7107ad5ba7f9e103acdc7d099a71f4fd4fb7e88532c6cec57e455a" - sha256 cellar: :any_skip_relocation, sonoma: "550be51cf4b3c3fc851776e53d20852936e4c0bedd9c255e088fed6776834bd6" - sha256 cellar: :any_skip_relocation, ventura: "a9b52976b80648087dc94694cd8fbed415dfa5b28587166ab4b526ca0fcfc060" - sha256 cellar: :any_skip_relocation, x86_64_linux: "525244dfb049cf021df04d379bbdf521b86995a250564cec5563c0e53d29bca9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8388c16f85192f8945ffa6860ba9f019ff82f3570fe3bbd9aa9646c0eaedc406" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2132ed60eefc74e7d642e88bbd81d0b6c75f032042d437749ff7dfebd3c0c3d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8074f652627cd750a066ceeb3d1f1f7b88e6f83b39d825395d7e4c643f060cb5" + sha256 cellar: :any_skip_relocation, sonoma: "9cb475fd104dce020a59edd52cb1dce00680f9f8594d424a645e4db3103eff78" + sha256 cellar: :any_skip_relocation, ventura: "1f6af6a93136b34a0c4b18a63ea3675d49fb05f97ab6a347bdc9a5e3453db81d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "77801ad628fcab6c55cbdf0a77d3b6552d6e8577db04872937d64ca6af4c2d6b" end depends_on "go" => :build From dbe1ed086d4bc5686dc992cf564286c14c99880e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:13:01 +0000 Subject: [PATCH 03160/10074] testkube: update 2.1.157 bottle. --- Formula/t/testkube.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 693edcdde3c6e..8c4b22ceae585 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -12,12 +12,12 @@ class Testkube < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b7249b6bf66aeea03e05b78d7d696a1414910b9944ac64ecdef1195ecd3a8cb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b7249b6bf66aeea03e05b78d7d696a1414910b9944ac64ecdef1195ecd3a8cb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9b7249b6bf66aeea03e05b78d7d696a1414910b9944ac64ecdef1195ecd3a8cb" - sha256 cellar: :any_skip_relocation, sonoma: "1207517e191ffac779feaddc2bcc8415926d4f6432f095bb48a72a7c36da2aeb" - sha256 cellar: :any_skip_relocation, ventura: "1207517e191ffac779feaddc2bcc8415926d4f6432f095bb48a72a7c36da2aeb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "16c498adb9c931f46245048a8a82ee236a875b810dfe599482a6a9e249ee6838" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7424a1a2c136811a73ee95308ce6a7e55bed9f64cfe7b4db619b8b72faba6fbf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7424a1a2c136811a73ee95308ce6a7e55bed9f64cfe7b4db619b8b72faba6fbf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7424a1a2c136811a73ee95308ce6a7e55bed9f64cfe7b4db619b8b72faba6fbf" + sha256 cellar: :any_skip_relocation, sonoma: "b4dcc286606862e51458dd4dd59f467a93c4df3f8410b04a88407a579952ca28" + sha256 cellar: :any_skip_relocation, ventura: "b4dcc286606862e51458dd4dd59f467a93c4df3f8410b04a88407a579952ca28" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5578b20beca2ee1aa6c7446ebb50449a32955c5378612dc86c3d872bb79c33de" end depends_on "go" => :build From 266a2ce87904e07c4777c13b64c1abfaebc44e9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:13:27 +0000 Subject: [PATCH 03161/10074] sigstore: update 3.6.3 bottle. --- Formula/s/sigstore.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index 3e136d962db55..0db8c7f7b6bd4 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -8,13 +8,13 @@ class Sigstore < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "4037164c4c33a4580bdba50629feeae202bbf20df2fe543ad24c3fac537dfe32" - sha256 cellar: :any, arm64_sonoma: "9e115df358a9ef2bc82105f7c577b2f60abb4e78dda83d38e9d97c851513bb69" - sha256 cellar: :any, arm64_ventura: "25bdd22f5a892346947ce45b4e2dfc7f0a95f4a8c5f36529fb66f0861793a6dc" - sha256 cellar: :any, sonoma: "7efb6c0480b176617a728e1283181e96d5a76e2d5e95533853fd420d0852b968" - sha256 cellar: :any, ventura: "3968345be7cb9d1b21c60ee8bef6a5484a034ad88964da383247cfa594d90400" - sha256 cellar: :any_skip_relocation, arm64_linux: "6d3072c808ac3c4e47fff426ba98c6b2d3078134074550438dfc0f1fd337e100" - sha256 cellar: :any_skip_relocation, x86_64_linux: "88db14f640001a6051ca40b09cc3a7101db24e5f7c85dd205700c141303e1869" + sha256 cellar: :any, arm64_sequoia: "eddd5ef5f1ce37c44a16118af838d751f58c7cf3b565ad5ee125b53e08ead54f" + sha256 cellar: :any, arm64_sonoma: "1218badc58509222460715cfbff406ddf64c2baffad2fc131b040862d23d9c09" + sha256 cellar: :any, arm64_ventura: "b265b1c14ab11c7897ca76cdccf327ddbaed757c3b4f2943f023deeb3effa157" + sha256 cellar: :any, sonoma: "f843248eb2665c18b2ba17e99c3019bce6713362a18e80829774810d14581ff6" + sha256 cellar: :any, ventura: "d5ee4cc25a39d63b89f0cf29e8a9a5eccb73c11d992402c11a1b82852a9fd06a" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a8e1da1d05f274e8fe1219780c9422bbcb7932494145713ead3c67174e6512d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "baf40b3276967b2b0b994d994d2669f577fbba4231a575dcf0557a89b48afd93" end depends_on "maturin" => :build # for rfc3161-client From 5ebb9f5a15e2a75ad62d5a54fe32fbf0f31d74de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:13:34 +0000 Subject: [PATCH 03162/10074] redress: update 1.2.29 bottle. --- Formula/r/redress.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/redress.rb b/Formula/r/redress.rb index 7c05e26655690..bc2e122ff43ca 100644 --- a/Formula/r/redress.rb +++ b/Formula/r/redress.rb @@ -12,12 +12,12 @@ class Redress < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d295c30c2aad02866e239c0565f43ad8c51389ab23cf87d519d2de6964896d3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d295c30c2aad02866e239c0565f43ad8c51389ab23cf87d519d2de6964896d3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4d295c30c2aad02866e239c0565f43ad8c51389ab23cf87d519d2de6964896d3" - sha256 cellar: :any_skip_relocation, sonoma: "72cda05b6c19a3b34376606d33cba25b0f29191d1553a811ba84476fe86bbe30" - sha256 cellar: :any_skip_relocation, ventura: "72cda05b6c19a3b34376606d33cba25b0f29191d1553a811ba84476fe86bbe30" - sha256 cellar: :any_skip_relocation, x86_64_linux: "10a295f91a0fc9a598a889b2fbc24ac1ca6c85e7bbda95ce92e24ecc2221042e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ecf7ff0588ce317a4c5c6567ea8060ef8b6bfd14b9601b59f5c322c5b6f9271" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ecf7ff0588ce317a4c5c6567ea8060ef8b6bfd14b9601b59f5c322c5b6f9271" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9ecf7ff0588ce317a4c5c6567ea8060ef8b6bfd14b9601b59f5c322c5b6f9271" + sha256 cellar: :any_skip_relocation, sonoma: "3cb0db2ca2d38e25fcec093d719ac0c387005707a64e4fe6c23b52c2a1838c81" + sha256 cellar: :any_skip_relocation, ventura: "3cb0db2ca2d38e25fcec093d719ac0c387005707a64e4fe6c23b52c2a1838c81" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a597c4564413657dbcdb4a66582c58747e4561c0e9b0ac60488feaaa03c2287" end depends_on "go" => :build From 178132fbdb35a96c7c0824e8c2a8c0aa7ce7a337 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:13:55 +0000 Subject: [PATCH 03163/10074] mailpit: update 1.26.0 bottle. --- Formula/m/mailpit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mailpit.rb b/Formula/m/mailpit.rb index b5e4332f8e008..f5ddf95872d96 100644 --- a/Formula/m/mailpit.rb +++ b/Formula/m/mailpit.rb @@ -6,12 +6,12 @@ class Mailpit < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "171dc8924fb3eb676a12b2d2f3c4870957674ea9c054aa0fdcf36c2b0ba0fedc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3d300309092f081081b5081200d8b4a8775820f2b9a04df0f8b0510c65cd372" - sha256 cellar: :any_skip_relocation, arm64_ventura: "98ad491e0316259da7c5438718d8c9dbfd3ee21f8048134d741bfa1150d905be" - sha256 cellar: :any_skip_relocation, sonoma: "ee0580ae8fd1d02b45d17d495e9816247d228f02d60001d1f27d1042e7c69d38" - sha256 cellar: :any_skip_relocation, ventura: "804f65100aa5cfeb4696ff83b2a201133cb400a524cd5a7fb4f882dc95f6a4e8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "716ea130afe883b8d087dcbabe8f27ffb5a19a0ee263b89e0b19c49830598927" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f634db21213e58977337b4a516ba89e56224fe470227bd87f3e712d5bf28007" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0076837071303756a8652f81310b7511ce9af58213dee403a500c7eb26494e2a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a5e9e4268de357a97ad439308949fed8f05cd21e18d7cbfacb1b7cd369873452" + sha256 cellar: :any_skip_relocation, sonoma: "64b7423d98d36c207c7745a0105c04d9c0a11f2a0c2b699e51f73542051c66ca" + sha256 cellar: :any_skip_relocation, ventura: "5a46fed480e8b697a2289fafe765692da50853a4fbd7e35e99eb37b59579a748" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4c4ad2d1926bd981ea984ca992348a1affd6b2a07a0eb9c081284ef440e198a6" end depends_on "go" => :build From de4c1226ac3563adb3db3c7b1f9c70051485efb7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:14:32 +0000 Subject: [PATCH 03164/10074] llama.cpp: update 5600 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 21262231cadb9..004614ce6767f 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2e9ddcc93d393e8c350fc2b13a2602ef394ea919e488f4ff0869e13f200e122a" - sha256 cellar: :any, arm64_sonoma: "09d02edf1d4daa41894507f44619956e056f6604b4c92e410555b9feaa93616c" - sha256 cellar: :any, arm64_ventura: "67a93e7b13fa7e896cdba7c15ac6238ee72154e0f1d231a61a617ccc5e03e303" - sha256 cellar: :any, sonoma: "6ea653737bee02ece4222cbee39a9c826b2ce0576f61e39f2da9c9704c7247fb" - sha256 cellar: :any, ventura: "538e13c3f9ae251e9c3733517b99cddc252ffc689526798ec4d4d4bc9bc1a09a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a9758930379b20f296c241e19c294bb9a0fa8ce76c3308ee61f082f6677aab3c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dd718295c31a70f4fe5f61bb957985117401711da79d27c9e754d57e32c5e42e" + sha256 cellar: :any, arm64_sequoia: "d877394a38055eda24b6bdf1c1940bb3508dcc423e1a4ac77e58e684a571e5a5" + sha256 cellar: :any, arm64_sonoma: "939858a66b7e9f28cbd2ea620b3d0f847711a02ab1384ca527a996aba9fc61b4" + sha256 cellar: :any, arm64_ventura: "9a856c4c9fc87f6693daeeeaa629b2e475fcdafd7f9bd11c4c21c89bc3375c04" + sha256 cellar: :any, sonoma: "6ff2deac4ba97a643764cac5c39be4b5cf1e811738fd8d74366a5412b2007460" + sha256 cellar: :any, ventura: "76d2657f8880e1cac509037670c11d1051d82bdb66d8b9e7b230e2a7a329b773" + sha256 cellar: :any_skip_relocation, arm64_linux: "a4cd5e771b0702cb0ac82d19d7136953d87afe5ed5496017e8b7a640992e9121" + sha256 cellar: :any_skip_relocation, x86_64_linux: "be3358be90db5007e0e5a6e488f0856ccaa3864f22dd559cde4c3d1ba5fa6733" end depends_on "cmake" => :build From 70c210ae15529c7837c75d14c0095350e9f754ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:14:44 +0000 Subject: [PATCH 03165/10074] jackett: update 0.22.1995 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 84b1b6ff6ae11..f9fb377eb8e88 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "a1c6674f7dd0230af780e1088b8c27d25821b2a8459bac32f1d26fc48215d9f5" - sha256 cellar: :any, arm64_sonoma: "7e6ad1f744deead48cd2dd58ea8bbd6831fb3e814e57d24b77f19a9187c3369e" - sha256 cellar: :any, arm64_ventura: "beb3eb7b4b9b27bb2c4ea4c5b19c2cfec24bceb28f01b72d3aeb0be3a5cf8976" - sha256 cellar: :any, ventura: "4238c63e510acddd24614b017e50dc14ef84cf41dfca87de68ab36e4875ed6f4" - sha256 cellar: :any_skip_relocation, arm64_linux: "3777a8dba39518a6c21998cf6e50fc90cdbbd42e0bc73a5065d7985ab9174684" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d9c0b36fcf359d473d7b9c60c671d59df427b0292eaac5cef682337f835f50c1" + sha256 cellar: :any, arm64_sequoia: "0fd116d2327e7e12364b842ff4b28cb7eb86392a4668d408d161e1be48edd579" + sha256 cellar: :any, arm64_sonoma: "4adcbc208db2498b6cc1bbfa279ccda62ce84934d3fa356388bbe998afc9a095" + sha256 cellar: :any, arm64_ventura: "f6425222491e95bb403ceba5e8083c9b3141f15c9a66f906b3d39079d15354a9" + sha256 cellar: :any, ventura: "d4d7171e9e50594ab7c558ba7ef0d82b68b2a87a2fc9bc55608c5e88b74ca6e1" + sha256 cellar: :any_skip_relocation, arm64_linux: "811929dd5207dfc79c44fddcbe48f6625b47257d64b3e280e974e1f48c83e957" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2dfa0b4891b3bada179de4053499285c7ccd839c5929032f7c166cf8b002f9dc" end depends_on "dotnet@8" From daa0e489bd7cde566c1f4c62db389ceb883f4f94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:15:03 +0000 Subject: [PATCH 03166/10074] dvc: update 3.60.0 bottle. --- Formula/d/dvc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dvc.rb b/Formula/d/dvc.rb index 684fc207ae172..bc90b068730a2 100644 --- a/Formula/d/dvc.rb +++ b/Formula/d/dvc.rb @@ -8,13 +8,13 @@ class Dvc < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "304eca8e8204af87f78e3577821290e21ede737431d9ef95dc2fa10d2fa83e32" - sha256 cellar: :any, arm64_sonoma: "f67a05abf10896ccefb643f476f3cd99b49ba1dca411a69b1d38d69b842207f8" - sha256 cellar: :any, arm64_ventura: "0f9e36e84002c30fbaacdd2fd32d370458f80a1718217accde826640d57686a5" - sha256 cellar: :any, sonoma: "8c3adac734e5d7a9b4591ba63934803b63f68e159216bfcd9c6da0c303fa8dde" - sha256 cellar: :any, ventura: "b5f1d58d86b9f3a089628c133cc5a9241b7913827e37a98d84ab32da3ae74d27" - sha256 cellar: :any_skip_relocation, arm64_linux: "55d3f54c91fd59ad98ee2f44dc9eae57ff34e51b5853964660439ee7f92efede" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4da9f4e00729d50dfb8ef6ad54cfa14c8d1d7d49c22a461545e641ccdfed773f" + sha256 cellar: :any, arm64_sequoia: "c1a1d59d921934b43bf9d6fabdbceea2836ed220011872d77b5bf33ec3acfda4" + sha256 cellar: :any, arm64_sonoma: "f7e862d21a7b5537ac6e64aaf5a03dca9f3185366474045c9288b9b0f47792cb" + sha256 cellar: :any, arm64_ventura: "f343e08d34e25fd8620c6ef1134325beba78f8e7a16b88a39dbc85596856e5ea" + sha256 cellar: :any, sonoma: "e1a3b3ba433a94916f8e2965d8ddb56081d403f79586f246918d299a0371426d" + sha256 cellar: :any, ventura: "43587a3fd15cb1cfa26c21632eaa2a4219b08eb9abba324d231743f3ab978339" + sha256 cellar: :any_skip_relocation, arm64_linux: "4afaedc393d5267770345bbd308ecb4a8f3fe59417b49e1604b8b20bbceaa43e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f833eb6139cd9a6301a6e5cd7b6dd5da9c6d8fa4fdf176d7a8185876ee8c9ec7" end depends_on "cmake" => :build # for pyarrow From 02734cd6aa2ede668b5b98993deca1c6c8ba56f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:15:20 +0000 Subject: [PATCH 03167/10074] cdk8s: update 2.200.92 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index cb4e0f2afcc84..8d473f634fe31 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" - sha256 cellar: :any_skip_relocation, arm64_ventura: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" - sha256 cellar: :any_skip_relocation, sonoma: "43349a0f0e6d6dcb20a9d2c8938afaba8a60d81801e66f8c4a02feaf90fdb40e" - sha256 cellar: :any_skip_relocation, ventura: "43349a0f0e6d6dcb20a9d2c8938afaba8a60d81801e66f8c4a02feaf90fdb40e" - sha256 cellar: :any_skip_relocation, arm64_linux: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" - sha256 cellar: :any_skip_relocation, x86_64_linux: "32bd9adff950f0b99b430587fd48532226a9a090a79e797353acb6736bbbcbac" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" + sha256 cellar: :any_skip_relocation, sonoma: "a4d2e39096fff4f82fce847f5af073fac89714c3692df7d81b08378e8c5a5ae7" + sha256 cellar: :any_skip_relocation, ventura: "a4d2e39096fff4f82fce847f5af073fac89714c3692df7d81b08378e8c5a5ae7" + sha256 cellar: :any_skip_relocation, arm64_linux: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" end depends_on "node" From f5285a1b84842d972a12c59d62ee5692febdb6a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:15:51 +0000 Subject: [PATCH 03168/10074] zlib-rs: update 0.5.1 bottle. --- Formula/z/zlib-rs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/z/zlib-rs.rb b/Formula/z/zlib-rs.rb index 578e66a449af9..cfd8b726eeee9 100644 --- a/Formula/z/zlib-rs.rb +++ b/Formula/z/zlib-rs.rb @@ -7,13 +7,13 @@ class ZlibRs < Formula head "https://github.com/trifectatechfoundation/zlib-rs.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "14055c1717edc6ed5c02400fb796ec92358e860e89769fbe3cffbe535370e9e2" - sha256 cellar: :any, arm64_sonoma: "e22c071ad8235312de8088a945cd8d4fd3e70d817e8a37b56f20446e1f2bd913" - sha256 cellar: :any, arm64_ventura: "26806a408c5db4382b74e235832d67df54cfbc196c295b4d3d3360e468ba3160" - sha256 cellar: :any, sonoma: "8e009873fd7b806d61ee3adbf21b28a9c4c6f8922b00a4f15011496061bac822" - sha256 cellar: :any, ventura: "845797bf7b2fc8f47cfc8fb6367b763145879706c17dbaf47bd1e8a682dfa3ec" - sha256 cellar: :any_skip_relocation, arm64_linux: "ce7248f219ceaf414ad7fa7510dccb82ed4e24d39a30beec24a15517db57a27c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3eaaf5a413bc07ac46e88f40551f0f8ff40a88461526e0fa04587541607319b" + sha256 cellar: :any, arm64_sequoia: "38915205b01501c510264cd8aefb8da5d750efcab57330393899815bb4360784" + sha256 cellar: :any, arm64_sonoma: "497eb4619f5bb32a1aafdc3810a27c2d9383cc7264d125e77815a1cf815ebd28" + sha256 cellar: :any, arm64_ventura: "77a3b525b3b45bd8ce128ccf6cede288fde8b69eb794035b59b4483774c633c0" + sha256 cellar: :any, sonoma: "12df87dd4328d80c6fc09998b02c00ae4394a1819ec020e6a5942e8fab530839" + sha256 cellar: :any, ventura: "000a275cbb2adfc476975f56f7c30cac63f7c3b7ec3bf1ced936c77db8a1b08d" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1b14ecc2ba8a86802a9b80e44e21015d508c475f996615f59ebda11d4dd6271" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d7eac09031e10b77fb45dfa2ee6826df56bf79aa356a5e845418aa8a0f9de26" end depends_on "cargo-c" => :build From 305d0998f999c482d4ab31bb5fead0908915bc8a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:04:16 +0000 Subject: [PATCH 03169/10074] prowler: update 5.7.3 bottle. --- Formula/p/prowler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/prowler.rb b/Formula/p/prowler.rb index 3779dee99142e..73778851a0890 100644 --- a/Formula/p/prowler.rb +++ b/Formula/p/prowler.rb @@ -8,13 +8,13 @@ class Prowler < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "1a24acfd7541e3cf3a806ce5320112918556c19350cbe134251c78a7627adb76" - sha256 cellar: :any, arm64_sonoma: "febbdd3930d2f3aedf353b13b43de9d10ecc4cc8fa085d5b5e055b303b04d87d" - sha256 cellar: :any, arm64_ventura: "7fd81c61f7e71aeb6b5cef4208466d60db8d9dfdbc51bbee370dc786fb2a3833" - sha256 cellar: :any, sonoma: "be49753ca94c2dd210912dbf65d9a527850b1300d753fb22bf4184d3d4d9b49f" - sha256 cellar: :any, ventura: "064582e347e94edca9a8119b4d93d712e49c4e0fa2bde9b7551e926295bf1857" - sha256 cellar: :any_skip_relocation, arm64_linux: "47ee830d3df3231eafc863d01bc83e0c702dfd58d3a4dc736ccb3da8155fe732" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1455f678a6cc472779f9ede4665e5e1a6cce894ec1ea8d9a542a7806e6cdb5f6" + sha256 cellar: :any, arm64_sequoia: "fa8264fbac0458efdb079e645c73d7c1cc2a3b2e94b89ec85e0b478874951312" + sha256 cellar: :any, arm64_sonoma: "dc079fc3ff29105d38a2de2049a139a7f8a71bb1f1abadd5576ea1d4cd39a463" + sha256 cellar: :any, arm64_ventura: "cde953b815307cda0a706c501ef3ba0907ee58254e3a5b2f6997c20f3805f4ab" + sha256 cellar: :any, sonoma: "897c1bdfe21ad25264618b00545627340e235021b2779df8423b7b3676a33360" + sha256 cellar: :any, ventura: "5eea2d52f74378937624a068bda30da173f70b4b11de26ca891d0038215990f4" + sha256 cellar: :any_skip_relocation, arm64_linux: "2332a9f743897db8533a740a6678e89fa1f444a9e0ce92892a5994040d648226" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e998131f661f91ae75a927a5cfdb6258d1f1806359b5c4f56a4b82adfc13940c" end depends_on "cmake" => :build From fdac50a497f5f46d1afc0d93dcb970c8b4120fa4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:46:17 +0000 Subject: [PATCH 03170/10074] pyqt: update 6.9.1 bottle. --- Formula/p/pyqt.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/p/pyqt.rb b/Formula/p/pyqt.rb index 88e1d927eaebd..630ee9300074a 100644 --- a/Formula/p/pyqt.rb +++ b/Formula/p/pyqt.rb @@ -6,11 +6,11 @@ class Pyqt < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any, arm64_sonoma: "9d2e7040345f46c69227e5dd30def0a1c0476514d243e5b5dead7d41d56afa4c" - sha256 cellar: :any, arm64_ventura: "d9ad0408c1b54060d3de9e2dd1f3e677a294e04731117826c53e3fa439acae4e" - sha256 cellar: :any, sonoma: "a32ce76f5d3bfe77347e5cbda5f8e03d078776ab79d2f727745ae6fc6816f562" - sha256 cellar: :any, ventura: "221fd42552d92677b357637d303cbe7f62f78ce3263dfb48051fbcbd0ae1189f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "11224506e0d20f285ad01c36b366dda4e6b5b1723056f100c32935bf27a26fa9" + sha256 cellar: :any, arm64_sonoma: "713f37bc161900c3b7ee7cd678d38ad37736eed2e15b81dfcf359584df4bae6e" + sha256 cellar: :any, arm64_ventura: "16e46160b7dc30711f7ca5cc70fffa7f1adb4dc8cb4ccd14b632a457b914d768" + sha256 cellar: :any, sonoma: "be7ad408bddb66cab773fe31d823a29efad50095d8f83e561e907bf06c5493c0" + sha256 cellar: :any, ventura: "5c1c607206fcb46100485f3f128bd6974cb26b251c20cde71fba1cfd104c41fe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ce5852c49a5ba65f576acc90970705cd4d55ddaa2d6ecad39caed9fe9222d6e5" end depends_on "pyqt-builder" => :build From b949829fe831ebe261b9fe9804c3b3f28134fa70 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:49:30 +0000 Subject: [PATCH 03171/10074] toml-bombadil: add 4.2.0 bottle. --- Formula/t/toml-bombadil.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/t/toml-bombadil.rb b/Formula/t/toml-bombadil.rb index 60132b35b22b8..e3f2a843366ed 100644 --- a/Formula/t/toml-bombadil.rb +++ b/Formula/t/toml-bombadil.rb @@ -6,6 +6,15 @@ class TomlBombadil < Formula license "MIT" head "https://github.com/oknozor/toml-bombadil.git", branch: "main" + bottle do + sha256 cellar: :any, arm64_sequoia: "1162919902e899ebeb320fd04132856443deb257f47a073be4bc916dfff322c7" + sha256 cellar: :any, arm64_sonoma: "5142e942e2bcf7d79a0935e77e1f1dca2c812a60311ef4b429e60b0606e7042a" + sha256 cellar: :any, arm64_ventura: "b4e073f82e21d3a73f1ca641524f1cd5b10891dba22e4db989aa1909cafa2477" + sha256 cellar: :any, sonoma: "a26d4a4ac5a06a3ebaf3ccf6e6c54f1c8d37faed1fb33f43a2ee89c448aa4df5" + sha256 cellar: :any, ventura: "e1b81c25d689463b534a94f6d6d3a0ccf9987eed52b874e8c4a8f80891b5fa71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "63847b627610a6981f8afe87c9de344b1cad2ac95a6fdfaff3af7b8071235d7a" + end + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "openssl@3" From ae25f636e296bf1bac3de6447ffcd24a57be9d4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:56:27 +0000 Subject: [PATCH 03172/10074] coredns 1.12.2 --- Formula/c/coredns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/coredns.rb b/Formula/c/coredns.rb index 0aaf3c2475685..f40358e7cb871 100644 --- a/Formula/c/coredns.rb +++ b/Formula/c/coredns.rb @@ -1,8 +1,8 @@ class Coredns < Formula desc "DNS server that chains plugins" homepage "https://coredns.io/" - url "https://github.com/coredns/coredns/archive/refs/tags/v1.12.1.tar.gz" - sha256 "665b2096611b960572b40ad7e943e9c6cca58da5f3885e148868578b15fbf8ef" + url "https://github.com/coredns/coredns/archive/refs/tags/v1.12.2.tar.gz" + sha256 "72599bcd11ec1fea7521f829d4b431144eb41112d145ce9805ef659e105c4195" license "Apache-2.0" head "https://github.com/coredns/coredns.git", branch: "master" From a99aeb1968bac964c0d8d8866cb9ffd5be0cfca4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:57:22 +0000 Subject: [PATCH 03173/10074] cubejs-cli 1.3.20 --- Formula/c/cubejs-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index 20d9a6f8f02a6..f884753858afa 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -1,8 +1,8 @@ class CubejsCli < Formula desc "Cube.js command-line interface" homepage "https://cube.dev/" - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.19.tgz" - sha256 "53baa387abe53bfa80fd875ceb2001372bdcd9f1278b2f5e266de22e5bab4286" + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.20.tgz" + sha256 "d4f2b9ba41fd4a6bf149a208f18834f3fc8cf5f3f02346d9069f559641aceb0e" license "Apache-2.0" bottle do From 8d7b4881586349a402e3c2768df0173f6f5eccd5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:59:27 +0000 Subject: [PATCH 03174/10074] bitwarden-cli: update 2025.5.0 bottle. --- Formula/b/bitwarden-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bitwarden-cli.rb b/Formula/b/bitwarden-cli.rb index b5bc5d43c6776..52f77cad94a97 100644 --- a/Formula/b/bitwarden-cli.rb +++ b/Formula/b/bitwarden-cli.rb @@ -11,13 +11,13 @@ class BitwardenCli < Formula end bottle do - sha256 arm64_sequoia: "8135a07ebdcea3d1f7ded32a9c3c3f2e44d36149a28ebbfaa3f1a36f9442a9b6" - sha256 arm64_sonoma: "b3e3d00aead0feb9093f8824643bb3bd386bd514bf353744557570d0c1112acf" - sha256 arm64_ventura: "081a5a6d709da2f18ead6b1f72a40157016b0e7053ed5d702a20f459dc02319f" - sha256 sonoma: "85b5bf952cf8bc3af074eb591ac3aa23cec31fc51b04fd0e0e89713c6a2a28bc" - sha256 ventura: "a636e9b2000aa701f0458536699da75198acdc202ebab30708285553939b2667" - sha256 cellar: :any_skip_relocation, arm64_linux: "f3ab609bea3ee40e18d0886a20d622791afa6de1bcb48f463f3017f665ef16af" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db9064f3684fe40c5090a3e47cec50fdc6f6418581d26cdd4da3065d93e28013" + sha256 arm64_sequoia: "97764f18ccb72f733e498c9feae0868cce7013f4b44b3553b9dcf07aa300aed0" + sha256 arm64_sonoma: "5453236d390febec8928d0eb0509c6670d26cfed1b688d1a0a8836594a4dcffe" + sha256 arm64_ventura: "1b0cda4216b9f50fd0abec50a11c9a5057f40920b41071ddaa45d3326db12bca" + sha256 sonoma: "7e9ea72690b0f9418549c0cfc80f313f78eaf8e2504bcd0d6cbaba1c1a60edce" + sha256 ventura: "0722698c9fdfaf418aa785fc052953dd3376e079fa5982dc24542808091f3a88" + sha256 cellar: :any_skip_relocation, arm64_linux: "9eee38d6342ccc2210db45f39429bee9f26e01f06ab8b23b625743930c601446" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b301cba25a0f398367dd0cf84de63153d465dcbb53c57475764abf3aec790d52" end depends_on "node" From dc57ed502403138d8d83740e7996371916260ce5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:03:46 +0000 Subject: [PATCH 03175/10074] hawkeye 6.1.0 --- Formula/h/hawkeye.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hawkeye.rb b/Formula/h/hawkeye.rb index 90c51d58a442a..f9df1f231c899 100644 --- a/Formula/h/hawkeye.rb +++ b/Formula/h/hawkeye.rb @@ -1,8 +1,8 @@ class Hawkeye < Formula desc "Simple license header checker and formatter, in multiple distribution forms" homepage "https://github.com/korandoru/hawkeye" - url "https://github.com/korandoru/hawkeye/archive/refs/tags/v6.0.4.tar.gz" - sha256 "0f0f2ac6d18ddbf7eaa04fcd39e293eb836354f0ba5de985f349bbf009fb8cf0" + url "https://github.com/korandoru/hawkeye/archive/refs/tags/v6.1.0.tar.gz" + sha256 "8efc33b1cd98fbfc685d962c433617f9c6e88e22457e9e8120bb658e1b722341" license "Apache-2.0" bottle do From 3eb480112b508d32f0a8c7c44da24e759712965f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:05:19 +0000 Subject: [PATCH 03176/10074] infisical 0.41.81 --- Formula/i/infisical.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index 1187e542cc3cf..0120622bb4e5a 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -1,8 +1,8 @@ class Infisical < Formula desc "CLI for Infisical" homepage "https://infisical.com/docs/cli/overview" - url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.8.tar.gz" - sha256 "37a498160e5086bba645059296e28990a780ac848988d0b78d3e2546583f6040" + url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.81.tar.gz" + sha256 "006e6124ebd707662d083a2d18552270a5122307f0abcb57bd000a63472c9a99" license "MIT" head "https://github.com/Infisical/infisical.git", branch: "main" From 3c8e70eddd8d01703c8a0fc6579a2255e061880c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:08:25 +0000 Subject: [PATCH 03177/10074] liblouis 3.34.0 --- Formula/lib/liblouis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/liblouis.rb b/Formula/lib/liblouis.rb index 6f63e168a4447..70396797753ed 100644 --- a/Formula/lib/liblouis.rb +++ b/Formula/lib/liblouis.rb @@ -1,8 +1,8 @@ class Liblouis < Formula desc "Open-source braille translator and back-translator" homepage "https://liblouis.io" - url "https://github.com/liblouis/liblouis/releases/download/v3.33.0/liblouis-3.33.0.tar.gz" - sha256 "e2ad56d132d0cd63f08f3122391a0472adcc8c5d046d7cd81bcadf48a55deea4" + url "https://github.com/liblouis/liblouis/releases/download/v3.34.0/liblouis-3.34.0.tar.gz" + sha256 "f0bf140a44f0a27d5fe9d59df79b02301f3c513b8f3eeb009d52ee4f59be0f8f" license all_of: ["GPL-3.0-or-later", "LGPL-2.1-or-later"] bottle do From 29219146b76b28e26dea3f58cb78c6a32dd434f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:10:13 +0000 Subject: [PATCH 03178/10074] malcontent 1.12.1 --- Formula/m/malcontent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/malcontent.rb b/Formula/m/malcontent.rb index 0e67a874c9bbe..ec4e6d84a2462 100644 --- a/Formula/m/malcontent.rb +++ b/Formula/m/malcontent.rb @@ -1,8 +1,8 @@ class Malcontent < Formula desc "Supply Chain Attack Detection, via context differential analysis and YARA" homepage "https://github.com/chainguard-dev/malcontent" - url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.12.0.tar.gz" - sha256 "3534a7a4baca5269af7c3db582fbffa5f91674f4f0b0f7b4e9f96595aa5c8505" + url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.12.1.tar.gz" + sha256 "9f30bb13d11f7ddbb52323b09ba8d4f7a525138134ab5106b5112ea1b35a385c" license "Apache-2.0" head "https://github.com/chainguard-dev/malcontent.git", branch: "main" From e4ca202ab2bace48d86718c82c15c6d1717d50b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:14:34 +0000 Subject: [PATCH 03179/10074] osinfo-db 20250606 --- Formula/o/osinfo-db.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/osinfo-db.rb b/Formula/o/osinfo-db.rb index 45fe9de690868..452f193b4c16f 100644 --- a/Formula/o/osinfo-db.rb +++ b/Formula/o/osinfo-db.rb @@ -1,8 +1,8 @@ class OsinfoDb < Formula desc "Osinfo database of operating systems for virtualization provisioning tools" homepage "https://libosinfo.org/" - url "https://releases.pagure.org/libosinfo/osinfo-db-20250124.tar.xz", using: :nounzip - sha256 "7ca717f0975a798135a2b39eefdd1436a0b0682e29685c7fd01ef7f83a257250" + url "https://releases.pagure.org/libosinfo/osinfo-db-20250606.tar.xz", using: :nounzip + sha256 "9940aa47df298073c51dcf8a4dcc855f494ab864c24cdbda46bd897957357fe1" license "GPL-2.0-or-later" livecheck do From b2d531bcfaa2f7b31a2107088f86b2935188bd96 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:57:08 +0000 Subject: [PATCH 03180/10074] energy 2.5.5 energy: update test Signed-off-by: Rui Chen --- Formula/e/energy.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Formula/e/energy.rb b/Formula/e/energy.rb index 79e79bc9cdd82..6082d9d16c9f0 100644 --- a/Formula/e/energy.rb +++ b/Formula/e/energy.rb @@ -1,8 +1,8 @@ class Energy < Formula desc "CLI is used to initialize the Energy development environment tools" homepage "https://energye.github.io" - url "https://github.com/energye/energy/archive/refs/tags/v2.5.4.tar.gz" - sha256 "1349790b2828a66f2f431fc34cfdd0499dc7ab159837e64a09b567c5f32523f6" + url "https://github.com/energye/energy/archive/refs/tags/v2.5.5.tar.gz" + sha256 "23fc328279bcc9ccd04367d114a76b9fec89b2f5640e616f504479b9a72ed3f9" license "Apache-2.0" head "https://github.com/energye/energy.git", branch: "main" @@ -24,9 +24,7 @@ def install end test do - output = shell_output("#{bin}/energy cli -v") - assert_match "CLI Current: v#{version}", output - assert_match "CLI Latest : v#{version}", output + assert_match version.to_s, shell_output("#{bin}/energy cli -v") assert_match "https://energy.yanghy.cn", shell_output("#{bin}/energy env") end From 70771f8ca9d04ee50a3e78f6eeab5e60c5237edf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:18:32 +0000 Subject: [PATCH 03181/10074] renovate 40.44.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 58909de963781..73892e9980c84 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.43.0.tgz" - sha256 "baa451eda91214797afe045c74cb127e2ffa528e4af980f51f432466053de694" + url "https://registry.npmjs.org/renovate/-/renovate-40.44.0.tgz" + sha256 "78bf5025858bfbc5f37f292dc65e950ae33583624ff1dd4e01a024c59c5fed27" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From be698f8d8cce2bc7059659821c2315eaabde1056 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:19:14 +0000 Subject: [PATCH 03182/10074] coredns: update 1.12.2 bottle. --- Formula/c/coredns.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/coredns.rb b/Formula/c/coredns.rb index f40358e7cb871..37d78a51c9888 100644 --- a/Formula/c/coredns.rb +++ b/Formula/c/coredns.rb @@ -12,13 +12,13 @@ class Coredns < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "13b4abe628698282e6474e7f352cff18cfa611706ac0ae34281cf39f36f1317c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "82804867b48f245caffea96c5f26d477e045f4570cfda68839dcfddc495d70d3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e1eb3d98808f8adcdaf8cc174df49f9dffc9af6373fee36cc8af5cebdd5cfd0a" - sha256 cellar: :any_skip_relocation, sonoma: "f13021d45cb2c999f65ef26fc2deb4d4f98dd08b8e9abe857e779c1186943a30" - sha256 cellar: :any_skip_relocation, ventura: "9251bb323b4068f6479e5a006340915186f2229229751b46a7be13de1ac4738d" - sha256 cellar: :any_skip_relocation, arm64_linux: "9c91f537282c51406ea94933fbbf9a71b774f1abbbdfda543f1de92f45422965" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b65b0b0462eb7793d8457e7fbfdabf62efb683c869ef14952988cd045e6f0b5a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d985b8bc038800b2f9ac5d07c89bdfdf0b718ccea50a214927f0585f30f02c6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9ae4a56dcf6ac34ae6e2bd66233ac372ac79a9e13716c5583e6394e3f0857de" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c23deef6517e1719b89c2537866ab5fc76c0fc0276f16e527aa40bf339712548" + sha256 cellar: :any_skip_relocation, sonoma: "e8dc8864cb4352dda93a7e67f2a5affed7c71a3fb5ef2bb174e60042fd71159b" + sha256 cellar: :any_skip_relocation, ventura: "fed71f0e5c8a0a2f65b51777e462c462ae9831db780939c466510c35377fed42" + sha256 cellar: :any_skip_relocation, arm64_linux: "d947de41aacc6b0f2b202cfacf156c0440472ff3e3fbf6130e602b5cace8379b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a76a4f4ae8b22c549b0a64b027de0cb3b5a46cafbff8dc324cf664cd111c3abb" end depends_on "go" => :build From 863ddccb281141939e745738d1333f27ff4b2c7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:19:54 +0000 Subject: [PATCH 03183/10074] rollup 4.41.2 --- Formula/r/rollup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index 1eea5473ed4cf..3cad26f5ba5ef 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -1,8 +1,8 @@ class Rollup < Formula desc "Next-generation ES module bundler" homepage "https://rollupjs.org/" - url "https://registry.npmjs.org/rollup/-/rollup-4.41.1.tgz" - sha256 "9131471ee1dde8051bb7d793de31de67c56eb23f4196e1a6c05a9d49911ddde8" + url "https://registry.npmjs.org/rollup/-/rollup-4.41.2.tgz" + sha256 "23aed1d2d1ce0ba43634c50f9147fff9184df950bb18e89e45347c4504a7c56e" license all_of: ["ISC", "MIT"] bottle do From 359a0880965d948d603dc977bb502166cc6341a2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 10:20:43 -0400 Subject: [PATCH 03184/10074] dotslash: add livecheck Signed-off-by: Rui Chen --- Formula/d/dotslash.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/d/dotslash.rb b/Formula/d/dotslash.rb index 750cd0e4ee36e..f4b213da6a4a0 100644 --- a/Formula/d/dotslash.rb +++ b/Formula/d/dotslash.rb @@ -5,6 +5,11 @@ class Dotslash < Formula sha256 "92e8f39796931436e122e6c57bfd49d2050eae07d800a920ce2bf52238c1ff02" license "Apache-2.0" + livecheck do + url :stable + regex(/^v?(\d+(?:\.\d+)+)$/i) + end + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "91b6b4a9b932a4dd6cfbe44ac4d3ffc00a1e1e501cd806a5b97460687119ed3c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "45e7b52fd8f24163f285681fe6314ee0e660ebe99a7c42252a295b434ce9c55d" From 71a0b6e1014214c02cf203877440301e2bcc294f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 10:22:09 -0400 Subject: [PATCH 03185/10074] brotli: add livecheck Signed-off-by: Rui Chen --- Formula/b/brotli.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/b/brotli.rb b/Formula/b/brotli.rb index f791fcf0c7716..0332d27ae1b00 100644 --- a/Formula/b/brotli.rb +++ b/Formula/b/brotli.rb @@ -8,6 +8,11 @@ class Brotli < Formula license "MIT" head "https://github.com/google/brotli.git", branch: "master" + livecheck do + url :stable + regex(/^v?(\d+(?:\.\d+)+)$/i) + end + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "64750425b7578860d8b6a75fdb187408667f7d6523169e8dc29528bbc15309f0" From 35857f6045421dcdf7dfbe78f827071f6cfb5271 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:24:51 +0000 Subject: [PATCH 03186/10074] tfautomv 0.7.0 --- Formula/t/tfautomv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tfautomv.rb b/Formula/t/tfautomv.rb index 893356d099b8e..3b18bf810b661 100644 --- a/Formula/t/tfautomv.rb +++ b/Formula/t/tfautomv.rb @@ -1,8 +1,8 @@ class Tfautomv < Formula desc "Generate Terraform moved blocks automatically for painless refactoring" homepage "https://tfautomv.dev/" - url "https://github.com/busser/tfautomv/archive/refs/tags/v0.6.2.tar.gz" - sha256 "d89e19c03c7cd1ea1714d091cea751289936b2d52e790fae3a26b23bc445313d" + url "https://github.com/busser/tfautomv/archive/refs/tags/v0.7.0.tar.gz" + sha256 "0a00bfb9b4a236640cc4ad0efd9d1982c14f93d5379a5adcd35b1691e0846044" license "Apache-2.0" head "https://github.com/busser/tfautomv.git", branch: "main" From 2c9b19b612e5d6fffa59ced8203a4f08c0f384f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:26:24 +0000 Subject: [PATCH 03187/10074] virustotal-cli 1.1.0 --- Formula/v/virustotal-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/virustotal-cli.rb b/Formula/v/virustotal-cli.rb index b0b94813dc30a..caa4e99ed103a 100644 --- a/Formula/v/virustotal-cli.rb +++ b/Formula/v/virustotal-cli.rb @@ -1,8 +1,8 @@ class VirustotalCli < Formula desc "Command-line interface for VirusTotal" homepage "https://github.com/VirusTotal/vt-cli" - url "https://github.com/VirusTotal/vt-cli/archive/refs/tags/1.0.1.tar.gz" - sha256 "6cb16e89cd1964c95217c347c1b5a19c930b9125c14976dbd92d46cc324e4aa6" + url "https://github.com/VirusTotal/vt-cli/archive/refs/tags/1.1.0.tar.gz" + sha256 "b0e6c36218107e96b7f639f77a12ecd8950b2b4d199c1fc56404b88498904fd4" license "Apache-2.0" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 0461f7631b68de5d0f208c3c989e747e8cb909b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:16:25 +0000 Subject: [PATCH 03188/10074] proj 9.6.2 proj: add livecheck for proj-data Signed-off-by: Rui Chen --- Formula/p/proj.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Formula/p/proj.rb b/Formula/p/proj.rb index 50e019b8b2780..53806149bddf6 100644 --- a/Formula/p/proj.rb +++ b/Formula/p/proj.rb @@ -1,8 +1,8 @@ class Proj < Formula desc "Cartographic Projections Library" homepage "https://proj.org/" - url "https://github.com/OSGeo/PROJ/releases/download/9.6.1/proj-9.6.1.tar.gz" - sha256 "493a8f801bfdaadf9dc50e5bc58e4fcc9186f1557accab3acccbd7e7ae423132" + url "https://github.com/OSGeo/PROJ/releases/download/9.6.2/proj-9.6.2.tar.gz" + sha256 "53d0cafaee3bb2390264a38668ed31d90787de05e71378ad7a8f35bb34c575d1" license "MIT" head "https://github.com/OSGeo/proj.git", branch: "master" @@ -32,6 +32,11 @@ class Proj < Formula resource "proj-data" do url "https://download.osgeo.org/proj/proj-data-1.22.zip" sha256 "ebca54b7f9118beafd30a5abeaeacfee6be9f59a0bb52419c9282cf34ee2510a" + + livecheck do + url "https://download.osgeo.org/proj/" + regex(/href=.*?proj-data[._-]v?(\d+(?:\.\d+)+)\.zip/i) + end end def install From 0ad92846bec6e9136a3b245ecd2a7a38e63387ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:27:22 +0000 Subject: [PATCH 03189/10074] infisical: update 0.41.81 bottle. --- Formula/i/infisical.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index 0120622bb4e5a..a97b762df0694 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -12,12 +12,12 @@ class Infisical < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b033879c5a4e63e5ad13d39d0d64b1e2fa62d2ee56e19d0dfe7f6d48fec4275" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b033879c5a4e63e5ad13d39d0d64b1e2fa62d2ee56e19d0dfe7f6d48fec4275" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7b033879c5a4e63e5ad13d39d0d64b1e2fa62d2ee56e19d0dfe7f6d48fec4275" - sha256 cellar: :any_skip_relocation, sonoma: "ad15e11120548df2b5fdd0a312562e462d144e80e38042ed7e015b18c2eb0c7a" - sha256 cellar: :any_skip_relocation, ventura: "ad15e11120548df2b5fdd0a312562e462d144e80e38042ed7e015b18c2eb0c7a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b32a8aa3a33235b8ac1c49f306a37d70371ccff8a45353c9ebb995647e9eacf6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "361d9c188aa0aeced55be61c1970b97364c6bbc260802d3ee55f35063c67453c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "361d9c188aa0aeced55be61c1970b97364c6bbc260802d3ee55f35063c67453c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "361d9c188aa0aeced55be61c1970b97364c6bbc260802d3ee55f35063c67453c" + sha256 cellar: :any_skip_relocation, sonoma: "bc250448429b7cffa09ccb553e5bc5e07417aa844338f5fb8206ed4f9558f883" + sha256 cellar: :any_skip_relocation, ventura: "bc250448429b7cffa09ccb553e5bc5e07417aa844338f5fb8206ed4f9558f883" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a4890412b785d5b71d8f1d1af801fcfb87b124f863b42e85a233a9b6f728d22" end depends_on "go" => :build From 103032c4302366ea2947acbf74cce2d658af8291 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:11:36 +0000 Subject: [PATCH 03190/10074] mongodb-atlas-cli 1.43.2 mongodb-atlas-cli: remove build patch Signed-off-by: Rui Chen --- Formula/m/mongodb-atlas-cli.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index bcc3c0848ecdb..39e7cd5e4a543 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -1,8 +1,8 @@ class MongodbAtlasCli < Formula desc "Atlas CLI enables you to manage your MongoDB Atlas" homepage "https://www.mongodb.com/docs/atlas/cli/stable/" - url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.43.1.tar.gz" - sha256 "3458652c5b5f4b5cac678537819e3ab4e9bb18414c37e27a494c8591bea9b4ff" + url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.43.2.tar.gz" + sha256 "89be7e6cecd3620b73d257b710b9b2dbe04ce16bfd28adf4c656ed94968520ac" license "Apache-2.0" head "https://github.com/mongodb/mongodb-atlas-cli.git", branch: "master" @@ -25,12 +25,6 @@ class MongodbAtlasCli < Formula conflicts_with "atlas", "nim", because: "both install `atlas` executable" - # purego build patch, upstream pr ref, https://github.com/mongodb/mongodb-atlas-cli/pull/3925 - patch do - url "https://github.com/mongodb/mongodb-atlas-cli/commit/5537ad011ddc25b6cbe7fd7cab10bf20d0277316.patch?full_index=1" - sha256 "8201cb67f844c7c52478e82590ac150a926f3d09bf5480949fb53e8db6a1d96c" - end - def install ENV["ATLAS_VERSION"] = version.to_s ENV["MCLI_GIT_SHA"] = "homebrew-release" From 6809c47217749c492501a66178541cfe17274979 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:28:39 +0000 Subject: [PATCH 03191/10074] hawkeye: update 6.1.0 bottle. --- Formula/h/hawkeye.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hawkeye.rb b/Formula/h/hawkeye.rb index f9df1f231c899..e0dacc8d7ebc2 100644 --- a/Formula/h/hawkeye.rb +++ b/Formula/h/hawkeye.rb @@ -6,13 +6,13 @@ class Hawkeye < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "348936758fb3cbccca49666bedbb8aa85c196bf01437d3d56cf481261176d089" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fe8f107f2087e1ec15f75bb1aaefa6cdcc52f661ef0b64d0404475044327fc9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3bc876b7db337c91b8c3bc109da340e2be45c8084e187112fccad8b3bf9d729e" - sha256 cellar: :any_skip_relocation, sonoma: "52d725e571f6e82058e340cb5a8a7b9427f74d927d4d10ac5d34f28abfd5e981" - sha256 cellar: :any_skip_relocation, ventura: "54cbeb7a8e56034b3b22852c60bbb029abef5ee54292d836e8f8ba4ae4c1598b" - sha256 cellar: :any_skip_relocation, arm64_linux: "b43df7f132a3a932a56a61108a1aecadbd846e971fa65aa4566b938ff3f6534d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b389df55ac7de112e8c31c55457676c17b4fd85d31871f04eb0e966055a1ecb2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d7fb1591f035469c066aeb988b0b67fdb5252e615c6d4ff98f4c580e4986caa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b84760f8b45fb9149dc6d12eba1b71db59828c157b41eb3cffe631bf34b30e3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6b5a09cbb8958b58e371ea5326b56a5335ad151a81f295b85928a5fbc771a84b" + sha256 cellar: :any_skip_relocation, sonoma: "e782ccbdffc0511f0c66ae3b0075b7599842a91cf29d5b729d89ab8fa5203867" + sha256 cellar: :any_skip_relocation, ventura: "ac75de60f733e185154b89003ed74cdeaf1eb9aec3f03967a94904cbf0ba7795" + sha256 cellar: :any_skip_relocation, arm64_linux: "686ae29689cf27cd3e4e6d8887d0db5758046eaa5b872f62c4e1b3074d90f802" + sha256 cellar: :any_skip_relocation, x86_64_linux: "402d14d41bd94aee1af44de19ae5c483c9a9c0293d19d643d9921c377edab9d5" end depends_on "rust" => :build From 4c3adfdfae1b1dc761a40630ad1d7c7f54311830 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Fri, 6 Jun 2025 17:30:53 +0900 Subject: [PATCH 03192/10074] jwt-hack 2.0.0 (new formula) jwt-hack 2.0.0 (new formula) Signed-off-by: HAHWUL Co-Authored-By: Rui Chen --- Formula/j/jwt-hack.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Formula/j/jwt-hack.rb diff --git a/Formula/j/jwt-hack.rb b/Formula/j/jwt-hack.rb new file mode 100644 index 0000000000000..49598ef4347bf --- /dev/null +++ b/Formula/j/jwt-hack.rb @@ -0,0 +1,25 @@ +class JwtHack < Formula + desc "JSON Web Token Hack Toolkit" + homepage "https://github.com/hahwul/jwt-hack" + url "https://github.com/hahwul/jwt-hack/archive/refs/tags/v2.0.0.tar.gz" + sha256 "f2ee0308b694c86d3dbf49bc10c6301c210461a513d857b99f7b96091f736817" + license "MIT" + head "https://github.com/hahwul/jwt-hack.git", branch: "main" + + depends_on "rust" => :build + + def install + system "cargo", "install", *std_cargo_args + end + + test do + assert_match "jwt-hack #{version}", shell_output("#{bin}/jwt-hack --version") + cmd = "#{bin}/jwt-hack encode '{\"jwt-hack\":\"hahwul\"}' --no-signature" + assert_match "eyJqd3QtaGFjayI6ImhhaHd1bCJ9", shell_output(cmd) + token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ikpva" \ + "G4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTc0OTI4NzU5Nn0.6Z458qcvAJFTH9XCBgfmwgmqupsrefK8ItGYfyH0Ipc" + assert_match "John", shell_output("#{bin}/jwt-hack decode #{token}") + secret = "a-string-secret-at-least-256-bits-long" + assert_match "valid", shell_output("#{bin}/jwt-hack verify #{token} --secret #{secret}") + end +end From 24d08a628b67c1ad5eb49f1cbbd22972e72ca4bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:30:20 +0000 Subject: [PATCH 03193/10074] cubejs-cli: update 1.3.20 bottle. --- Formula/c/cubejs-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index f884753858afa..1c2afc9b946b9 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -6,13 +6,13 @@ class CubejsCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "6415579cf1619ea9e77026019a9334d05c0d4796d0e68ba184efe6b35d67ad4d" - sha256 cellar: :any, arm64_sonoma: "6415579cf1619ea9e77026019a9334d05c0d4796d0e68ba184efe6b35d67ad4d" - sha256 cellar: :any, arm64_ventura: "6415579cf1619ea9e77026019a9334d05c0d4796d0e68ba184efe6b35d67ad4d" - sha256 cellar: :any, sonoma: "4fe7a351f54a67c0187ba93c291425ecfbc58559928d6273903cbbe039b0093a" - sha256 cellar: :any, ventura: "4fe7a351f54a67c0187ba93c291425ecfbc58559928d6273903cbbe039b0093a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a769b3a1cb01c2e41d8eb6594514baadbee04d7da8fb6964e624f1ac18fce05a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ff0925d59dacf14a40be9a3d3f3b3e3f22d66d713920f11baeb3f2cc00967a51" + sha256 cellar: :any, arm64_sequoia: "b20acc139bfb4cbe4d457ebcdf042e041b8b1e9178f7c1dcee8aea3a9e3b0ea0" + sha256 cellar: :any, arm64_sonoma: "b20acc139bfb4cbe4d457ebcdf042e041b8b1e9178f7c1dcee8aea3a9e3b0ea0" + sha256 cellar: :any, arm64_ventura: "b20acc139bfb4cbe4d457ebcdf042e041b8b1e9178f7c1dcee8aea3a9e3b0ea0" + sha256 cellar: :any, sonoma: "65e07c41462af90a66b9e70d6286cff5b39b97f3106cf6f493a812307651e144" + sha256 cellar: :any, ventura: "65e07c41462af90a66b9e70d6286cff5b39b97f3106cf6f493a812307651e144" + sha256 cellar: :any_skip_relocation, arm64_linux: "1ea5fa57e03b7230fe9e3a2ae870da52ab3b9d3f32513ead65a4b8a8b7d66fcd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c38166a838c5baa56341bdce20a209e3d190ac22e5f41fd6a20af2db7d0d72bb" end depends_on "node" From e0420c5d40d99622758989def84d882dbbb20b12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:36:31 +0000 Subject: [PATCH 03194/10074] malcontent: update 1.12.1 bottle. --- Formula/m/malcontent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/malcontent.rb b/Formula/m/malcontent.rb index ec4e6d84a2462..836dc20f652ec 100644 --- a/Formula/m/malcontent.rb +++ b/Formula/m/malcontent.rb @@ -7,13 +7,13 @@ class Malcontent < Formula head "https://github.com/chainguard-dev/malcontent.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "fe7df86e511474bf27123444db810ccfd34207415207bccf63a2124fd2bba4d1" - sha256 cellar: :any, arm64_sonoma: "c71b6596af8429397ed73385cf8a855b7e00dcc98cc623cabc125156dcc5435d" - sha256 cellar: :any, arm64_ventura: "147a085df58a6fda35977e113b5bc7616b663415365b4d440f5a25b95a1ec76e" - sha256 cellar: :any, sonoma: "b832c297996d0dd56e49603b4978b53702bd8e9283fb87d068c56c852fa99969" - sha256 cellar: :any, ventura: "502b33702f98f7bdb99aee98f89597f083c13fff1a371aa4c6be9c015b0dd7de" - sha256 cellar: :any_skip_relocation, arm64_linux: "765a6c98bd01f86403a284aa509e3e34c362044e521addd9f01ff6e09a3dc008" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3597a2b160fbadcd2a2c588c7a1e5e9809073c77a1b4c9b0550f855329ac2e8d" + sha256 cellar: :any, arm64_sequoia: "cb46596f8229930075ee1b584cb8f56160e0d0d5d35debe561a100d4157f5850" + sha256 cellar: :any, arm64_sonoma: "1eca259e9f8de6b1be362f47349a0c842c6da2f73f751e12b64b35aaab177041" + sha256 cellar: :any, arm64_ventura: "df4c5d2442087d5ca9549c6e3464449204122fa85240ce0a17bb125b01bdedc6" + sha256 cellar: :any, sonoma: "955b7e75046a2bf2b2edd866e9c73fac2f8ad5c81971db433e0c1766665d26f1" + sha256 cellar: :any, ventura: "c3a4eededf8f5c5af4f7d06bd584dc238896487972a80a1a616f4734fc057c5f" + sha256 cellar: :any_skip_relocation, arm64_linux: "9ac30a7f87aedee4e1f73de2ccb5e1547d39a130046f0149396f02f8e9c621e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d6263f3463c66e1db1f88828c9cdbb652a5be7b95eecc1d62cabbad33b63e46" end depends_on "go" => :build From a17e6aabef4794aced3580d54c53955cf7429710 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:37:46 +0000 Subject: [PATCH 03195/10074] liblouis: update 3.34.0 bottle. --- Formula/lib/liblouis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/liblouis.rb b/Formula/lib/liblouis.rb index 70396797753ed..25461107010ef 100644 --- a/Formula/lib/liblouis.rb +++ b/Formula/lib/liblouis.rb @@ -6,13 +6,13 @@ class Liblouis < Formula license all_of: ["GPL-3.0-or-later", "LGPL-2.1-or-later"] bottle do - sha256 arm64_sequoia: "50f37b5fbdceca05fa294a6029c04b4b182b43718ffe353c300663bbc8c72632" - sha256 arm64_sonoma: "c9f967c7b2d9b6b4b0f3642a9a31142092b2b9bd4d1293cfb56a983eabade6b7" - sha256 arm64_ventura: "76c0a6395652160429e77a41318c995211edc60918942999783526a624297a6d" - sha256 sonoma: "c658092622f42c094e13ed9bb243ff9db4b931e3ba8ccf574b8dbb10b70b488a" - sha256 ventura: "3b5486f4d87050ece459d29c197043ab55ca96f39ff9019ecedd7d531481a2c0" - sha256 arm64_linux: "1a1b60e4245ffd2b5566d0b9c98d224e5f861c2fd2557904b9924288fe45714f" - sha256 x86_64_linux: "cea6123b5927e70704757008f1314af7e0bf73cc83cc2d8fdd01b817036df110" + sha256 arm64_sequoia: "c8314c903ed2d21f4e233ad66a22781c31993768dda34e63ee3564aacb033fb4" + sha256 arm64_sonoma: "d69585f6d5dd262ed68aeebd252d49111c058a811f11ebd85de0f09d23fe5c82" + sha256 arm64_ventura: "ac22eefa58b99225d467a1f98d53f1c0441659f0bba494876999bf35f206611f" + sha256 sonoma: "95c9534295806a8d3bd1d293125836945f29df4d8b39405ab704c496cf38425c" + sha256 ventura: "97187c91e88255175c59ac3727c4ab42f2aa1f947d67f76f2f85816db26fdc89" + sha256 arm64_linux: "266d36fc10e4a92b37ae7b963a025adda1e30e13dcda98bff5943d22bfb1a7b0" + sha256 x86_64_linux: "ae52aaf5548ea1787bef2c53825d01fa68853beec7482d00150a72145289f3d4" end head do From 17bef2144e9b5e1d189673929707eea66c6e6adf Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 14:40:18 +0000 Subject: [PATCH 03196/10074] toml-bombadil: update 4.2.0 bottle. --- Formula/t/toml-bombadil.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/t/toml-bombadil.rb b/Formula/t/toml-bombadil.rb index e3f2a843366ed..49f7f4ed4aaf1 100644 --- a/Formula/t/toml-bombadil.rb +++ b/Formula/t/toml-bombadil.rb @@ -12,6 +12,7 @@ class TomlBombadil < Formula sha256 cellar: :any, arm64_ventura: "b4e073f82e21d3a73f1ca641524f1cd5b10891dba22e4db989aa1909cafa2477" sha256 cellar: :any, sonoma: "a26d4a4ac5a06a3ebaf3ccf6e6c54f1c8d37faed1fb33f43a2ee89c448aa4df5" sha256 cellar: :any, ventura: "e1b81c25d689463b534a94f6d6d3a0ccf9987eed52b874e8c4a8f80891b5fa71" + sha256 cellar: :any_skip_relocation, arm64_linux: "afbfb3763e73ccf60daddd2d636827817ef09d072f4de66a5bae6bb54362cd36" sha256 cellar: :any_skip_relocation, x86_64_linux: "63847b627610a6981f8afe87c9de344b1cad2ac95a6fdfaff3af7b8071235d7a" end From 0c97d55456bd989feaf5eb15005eb252b184cfaa Mon Sep 17 00:00:00 2001 From: Adam Haffar Date: Wed, 4 Jun 2025 18:11:48 +0100 Subject: [PATCH 03197/10074] benchi 0.4.1 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/b/benchi.rb | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Formula/b/benchi.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 7953c13e1a11a..4f3d6d0394187 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -281,6 +281,7 @@ bedops bee behaviortree.cpp bench +benchi bender benthos berglas diff --git a/Formula/b/benchi.rb b/Formula/b/benchi.rb new file mode 100644 index 0000000000000..80e504568089b --- /dev/null +++ b/Formula/b/benchi.rb @@ -0,0 +1,41 @@ +class Benchi < Formula + desc "Benchmarking tool for data pipelines" + homepage "https://github.com/ConduitIO/benchi" + url "https://github.com/ConduitIO/benchi/archive/refs/tags/v0.4.1.tar.gz" + sha256 "c97fc9f2e2fac7be61e9e9c2282e7ee1c9a5da78c3d6c10e40c472b1e79168ab" + license "Apache-2.0" + head "https://github.com/ConduitIO/benchi.git", branch: "main" + + depends_on "go" => :build + + def install + ldflags = "-s -w -X main.version=#{version}" + system "go", "build", *std_go_args(ldflags:), "./cmd/benchi" + end + + test do + assert_match version.to_s, shell_output("#{bin}/benchi -v") + + # Fails in Linux CI with "open /dev/tty: no such device or address" + return if OS.linux? && ENV["HOMEBREW_GITHUB_ACTIONS"] + + ENV["DOCKER_HOST"] = "unix://#{testpath}/invalid.sock" + + test_config = testpath/"bench.yml" + test_config.write <<~YAML + name: test-benchmark + iterations: 1 + pipeline: + source: + type: generator + config: + records: 1 + processors: [] + destination: + type: noop + YAML + + output = shell_output("#{bin}/benchi -config #{test_config} -out #{testpath} 2>&1", 1) + assert_match "Cannot connect to the Docker daemon", output + end +end From ac2d33c8364332f1d2f4ce979f5fdcf1ffbb06dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:49:56 +0000 Subject: [PATCH 03198/10074] tfautomv: update 0.7.0 bottle. --- Formula/t/tfautomv.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/t/tfautomv.rb b/Formula/t/tfautomv.rb index 3b18bf810b661..2e97848dd1e28 100644 --- a/Formula/t/tfautomv.rb +++ b/Formula/t/tfautomv.rb @@ -7,14 +7,12 @@ class Tfautomv < Formula head "https://github.com/busser/tfautomv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9f6d13a8c6a71575153fa486dfcd6ed49eaf824d5d52fb1c3e3cfb8bbdcc22a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2008e44b8a87c112dedaaaf588ae85d7924c6ae516b990930e3aaa496561681" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f7a44d21ae1093c71a98213fd7bc9ee7d3580ef3a892dd6ef4dab6661063c598" - sha256 cellar: :any_skip_relocation, arm64_monterey: "916ac0746672c339e18cce67240025c827502721985de1370e8b92210b6d8bf2" - sha256 cellar: :any_skip_relocation, sonoma: "3c05cf7c115225365f5581be0ea2b83ac903d178b371f2b5bf3c5e905f5b2afa" - sha256 cellar: :any_skip_relocation, ventura: "5dc891bcc1497098c3682f6bc4ecb40c872bb70eafb048118161feed0fa3846d" - sha256 cellar: :any_skip_relocation, monterey: "dc9001cde510f52eefd365d491f494f525b589680c3cc2a6b2fcd396cb6683b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2413e0780e7e9601a1b62263d3fff816f1a10b2b0df145b5fdbb85c0641fa1a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "15f822277c9415edce4e42e4cc8d26af85af55c4c3c673bb9a589023e416dd71" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "15f822277c9415edce4e42e4cc8d26af85af55c4c3c673bb9a589023e416dd71" + sha256 cellar: :any_skip_relocation, arm64_ventura: "15f822277c9415edce4e42e4cc8d26af85af55c4c3c673bb9a589023e416dd71" + sha256 cellar: :any_skip_relocation, sonoma: "7ddabecdc49b7b4257f5674f0448deca4e522d314c006a1cdf144a6e0b24e3ab" + sha256 cellar: :any_skip_relocation, ventura: "7ddabecdc49b7b4257f5674f0448deca4e522d314c006a1cdf144a6e0b24e3ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d29d02610f03ccc17652c66df782b807f69d000b22a89a6c6e18e8b21356863" end depends_on "go" => :build From c0c2ce91d00acb29485fbd7b688b647d0cbd23a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:51:58 +0000 Subject: [PATCH 03199/10074] rollup: update 4.41.2 bottle. --- Formula/r/rollup.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index 3cad26f5ba5ef..d12e9ad08b08d 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -6,13 +6,13 @@ class Rollup < Formula license all_of: ["ISC", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "373fc2d1afe349b9155430063b029e8be3b3456583cb3fea4e83f275073ec2e0" - sha256 cellar: :any, arm64_sonoma: "373fc2d1afe349b9155430063b029e8be3b3456583cb3fea4e83f275073ec2e0" - sha256 cellar: :any, arm64_ventura: "373fc2d1afe349b9155430063b029e8be3b3456583cb3fea4e83f275073ec2e0" - sha256 cellar: :any, sonoma: "91f0fa69fc2bfb129315477e2b172f956408fd6a698b3df93b8b2cccd1d0efbf" - sha256 cellar: :any, ventura: "91f0fa69fc2bfb129315477e2b172f956408fd6a698b3df93b8b2cccd1d0efbf" - sha256 cellar: :any_skip_relocation, arm64_linux: "ac8ada64af4772cb0dccf59c6e51f5b4f3033c41c6b73bb176a7e9c97ff74868" - sha256 cellar: :any_skip_relocation, x86_64_linux: "039238c623fb7770980702090f90c68a51ef6df0c9c166f5fd10e1feeca7da78" + sha256 cellar: :any, arm64_sequoia: "05ac5627d16d5be56506952a70fef84c9eb5b4ab1b014f7553a3309cbbe8e8a9" + sha256 cellar: :any, arm64_sonoma: "05ac5627d16d5be56506952a70fef84c9eb5b4ab1b014f7553a3309cbbe8e8a9" + sha256 cellar: :any, arm64_ventura: "05ac5627d16d5be56506952a70fef84c9eb5b4ab1b014f7553a3309cbbe8e8a9" + sha256 cellar: :any, sonoma: "bb8e13f60724f7f0d1cc619442b82b38262f801ad2f125ffbb0bfce8a73e5f7f" + sha256 cellar: :any, ventura: "bb8e13f60724f7f0d1cc619442b82b38262f801ad2f125ffbb0bfce8a73e5f7f" + sha256 cellar: :any_skip_relocation, arm64_linux: "919f48a63a8e528bbf6006413696694f912536a052850e45cef381aa0aa2b165" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c2db8d406e339015b15803d949571c6881cccb09ea02a98d47ef40c8331f105e" end depends_on "node" From c6804ac311d0b00063541dbfe7a34a5eb27234c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:59:48 +0000 Subject: [PATCH 03200/10074] virustotal-cli: update 1.1.0 bottle. --- Formula/v/virustotal-cli.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/v/virustotal-cli.rb b/Formula/v/virustotal-cli.rb index caa4e99ed103a..ec62e8b47bb0d 100644 --- a/Formula/v/virustotal-cli.rb +++ b/Formula/v/virustotal-cli.rb @@ -14,13 +14,12 @@ class VirustotalCli < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cff33b330f8f8b9d5ba43c7175d4a7dcfe51857313fc309f837c46835d05c8a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9cff33b330f8f8b9d5ba43c7175d4a7dcfe51857313fc309f837c46835d05c8a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9cff33b330f8f8b9d5ba43c7175d4a7dcfe51857313fc309f837c46835d05c8a" - sha256 cellar: :any_skip_relocation, sonoma: "41d5547e243239fd11d62cd2b48822a44c0714ad931502e47e0547fdad278ca0" - sha256 cellar: :any_skip_relocation, ventura: "41d5547e243239fd11d62cd2b48822a44c0714ad931502e47e0547fdad278ca0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e8cf8a480932a940394db11fd41991d3f79b4402c907180e9007edcfe12e864e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0741c2b6fc67e72d0d5fcd17989e341b83134e9b4114ebe43d0d9dfa1e0c06b3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0741c2b6fc67e72d0d5fcd17989e341b83134e9b4114ebe43d0d9dfa1e0c06b3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0741c2b6fc67e72d0d5fcd17989e341b83134e9b4114ebe43d0d9dfa1e0c06b3" + sha256 cellar: :any_skip_relocation, sonoma: "82646679faf59607bda0a2cc4f7fdee65e9f4fcf64909cc400b9e80b60ad0a90" + sha256 cellar: :any_skip_relocation, ventura: "82646679faf59607bda0a2cc4f7fdee65e9f4fcf64909cc400b9e80b60ad0a90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5fb3edf37296d94d134a6367cc7413b55b0c8357c6517c561c2a15284216d44e" end depends_on "go" => :build From 49b072486db4fbdb90776bec4c9b603a92b81ec7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:01:32 -0400 Subject: [PATCH 03201/10074] samply 0.13.1 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/s/samply.rb | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 Formula/s/samply.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 7953c13e1a11a..2556dafa820d1 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3252,6 +3252,7 @@ safety sagittarius-scheme samba saml2aws +samply samtools sbcl sbom-tool diff --git a/Formula/s/samply.rb b/Formula/s/samply.rb new file mode 100644 index 0000000000000..ecccbcfd839b2 --- /dev/null +++ b/Formula/s/samply.rb @@ -0,0 +1,29 @@ +class Samply < Formula + desc "CLI sampling profiler" + homepage "https://github.com/mstange/samply" + url "https://github.com/mstange/samply/archive/refs/tags/samply-v0.13.1.tar.gz" + sha256 "7002789471f8ef3a36f4d4db7be98f2847724e2b81a53c5e23d5cae022fb704b" + license any_of: ["Apache-2.0", "MIT"] + head "https://github.com/mstange/samply.git", branch: "main" + + livecheck do + url :stable + regex(/^samply[._-]v?(\d+(?:\.\d+)+)$/i) + end + + depends_on "rust" => :build + + def install + system "cargo", "install", *std_cargo_args(path: "samply") + end + + test do + assert_match version.to_s, shell_output("#{bin}/samply --version") + + test_perf_json = testpath/"test_perf.json" + test_perf_json.write "" + + output = shell_output("#{bin}/samply import --no-open #{test_perf_json} 2>&1", 1) + assert_match "Error importing perf.data file", output + end +end From e0fc390c1390955fb9ae1dc155cd989bd519590f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:09:46 +0000 Subject: [PATCH 03202/10074] energy: update 2.5.5 bottle. --- Formula/e/energy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/energy.rb b/Formula/e/energy.rb index 6082d9d16c9f0..c3a3288987148 100644 --- a/Formula/e/energy.rb +++ b/Formula/e/energy.rb @@ -7,12 +7,12 @@ class Energy < Formula head "https://github.com/energye/energy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8afbd8ee572eae65d3e17f96eaa191710809f7cd67d0dad4cc82f0d8aa22ab4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8afbd8ee572eae65d3e17f96eaa191710809f7cd67d0dad4cc82f0d8aa22ab4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b8afbd8ee572eae65d3e17f96eaa191710809f7cd67d0dad4cc82f0d8aa22ab4" - sha256 cellar: :any_skip_relocation, sonoma: "5731e827ecafd078095c83de6d2dd740ef05b7985dc47c489071dd2b9e030248" - sha256 cellar: :any_skip_relocation, ventura: "5731e827ecafd078095c83de6d2dd740ef05b7985dc47c489071dd2b9e030248" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d984b4063f24bb65944a069730f0925aa56be4d992a8043488e983418cfc9846" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "88509bc73059ad17112c392e2f40a79ecd5801ab18efb9adc26f85f1c2be6a82" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "88509bc73059ad17112c392e2f40a79ecd5801ab18efb9adc26f85f1c2be6a82" + sha256 cellar: :any_skip_relocation, arm64_ventura: "88509bc73059ad17112c392e2f40a79ecd5801ab18efb9adc26f85f1c2be6a82" + sha256 cellar: :any_skip_relocation, sonoma: "cd8f3711a3f025f135b07a2ee18eb85b5cfab2fea279447c322159c89f6286b7" + sha256 cellar: :any_skip_relocation, ventura: "cd8f3711a3f025f135b07a2ee18eb85b5cfab2fea279447c322159c89f6286b7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8c8c333664e7ea4e61893d95f521897c2f63bdffcf6d93b7d1668f2d712acdf" end depends_on "go" => :build From b96d552f2d7b705dc5ef6c7029158fdd3efbc974 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:12:28 +0000 Subject: [PATCH 03203/10074] renovate: update 40.44.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 73892e9980c84..9d4adbfca5431 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "48c5705177c84298a734f41c2ecf7cbf1f388b31f3bafb0ac1df0ed15d6675e6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "66c2eacb2752d5694e40059064e0c45721efcc87a6a86c6fe2f5c48d8f60c1db" - sha256 cellar: :any_skip_relocation, arm64_ventura: "22838486684be74d8b5be69a0bef98c669194478862b9651d66f7eb71376bb03" - sha256 cellar: :any_skip_relocation, sonoma: "61ade1a1208c44de4dcc7b32a0ed1b46b01bfd3fed320d95352cf9b487a09edf" - sha256 cellar: :any_skip_relocation, ventura: "56bcf360f048c08def8c6714b46859446ba8933ca41e2190db7d22a5cb9eec5e" - sha256 cellar: :any_skip_relocation, arm64_linux: "8c96e07b80ecc495a2cd218cc8ff3e4c4eaaf9288e6529637fff09027ba79bc5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1d72e7191a52dbc0a9783d73f0cf61e1d0934ce3bfaa4f9ff4d03722b0029453" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebb0292c334bb767c8247a9b30a444e76ce7e7012f52006674e0f83120ab177d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3432b99be2d723f911b4cbd3189d5e8fe2ddb5c7ecedcf76e796ca75717f035" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9c529d3e55a28d0cb46303d47125be702329b68e697287aba39dbb0bccd9736d" + sha256 cellar: :any_skip_relocation, sonoma: "b169f4bb7307df9970aebeb1a923eaac68ce861c0648bb86db478da9790484c1" + sha256 cellar: :any_skip_relocation, ventura: "7dbb73eb2ed77b74c8bbc29365a7bac4c05c1a9230a279c97e545c006335cc3b" + sha256 cellar: :any_skip_relocation, arm64_linux: "fcf6de9747d9ea9092658eca287e0e96754770391bb40545d85a90786f3691fc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "20a10d7df0d0c65866a5e6497ce735042a4eccd1d90c74bd27cf887ceca56492" end depends_on "node@22" From 87bb6204a4f410a11b6d9acfb8faf62a5a286d63 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Thu, 29 May 2025 00:35:32 +0200 Subject: [PATCH 03204/10074] btcli 9.5.1 (new formula) Adds the bittensor CLI (btcli) as a new formula to homebrew. --- Formula/b/btcli.rb | 341 +++++++++++++++++++++++++++++++++++++ pypi_formula_mappings.json | 4 + 2 files changed, 345 insertions(+) create mode 100644 Formula/b/btcli.rb diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb new file mode 100644 index 0000000000000..54584036b7021 --- /dev/null +++ b/Formula/b/btcli.rb @@ -0,0 +1,341 @@ +class Btcli < Formula + include Language::Python::Virtualenv + + desc "Bittensor command-line tool" + homepage "https://docs.bittensor.com/btcli" + url "https://files.pythonhosted.org/packages/f9/a9/c6e3a2cb0c42bccdabcffbab941055b9112554992ef4970a855d8d3d354b/bittensor_cli-9.5.1.tar.gz" + sha256 "a728f33116d9f23975947fef43fcbb430ce747b54b1f4cef26079bc7cdd0d387" + license "MIT" + head "https://github.com/opentensor/btcli.git", branch: "main" + + depends_on "cmake" => :build # for Levenshtein + depends_on "maturin" => :build + depends_on "pkgconf" => :build + depends_on "rust" => :build + + depends_on "certifi" + depends_on "cffi" + depends_on "cryptography" + depends_on "libyaml" + depends_on "numpy" + depends_on "openssl@3" + depends_on "pycparser" + depends_on "python@3.13" + depends_on "six" + + uses_from_macos "libffi" + + resource "aiohappyeyeballs" do + url "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz" + sha256 "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" + end + + resource "aiohttp" do + url "https://files.pythonhosted.org/packages/25/a8/8e2ba36c6e3278d62e0c88aa42bb92ddbef092ac363b390dab4421da5cf5/aiohttp-3.10.11.tar.gz" + sha256 "9dc2b8f3dcab2e39e0fa309c8da50c3b55e6f34ab25f1a71d3288f24924d33a7" + end + + resource "aiosignal" do + url "https://files.pythonhosted.org/packages/ba/b5/6d55e80f6d8a08ce22b982eafa278d823b541c925f11ee774b0b9c43473d/aiosignal-1.3.2.tar.gz" + sha256 "a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54" + end + + resource "async-substrate-interface" do + url "https://files.pythonhosted.org/packages/54/bc/b8b14b093ad0a5debc5e2d02573b685cd4d2c7f04c79c2f57a3f89597cbb/async_substrate_interface-1.2.2.tar.gz" + sha256 "78d08a3bde412973822a14013ea0de641be5b0b0956cb8ac48dc851ebebe4460" + end + + resource "asyncstdlib" do + url "https://files.pythonhosted.org/packages/50/e1/72e388631c85233a2fd890d024fc20a8a9961dbba8614d78266636218f1f/asyncstdlib-3.13.1.tar.gz" + sha256 "f47564b9a3566f8f9172631d88c75fe074b0ce2127963b7265d310df9aeed03a" + end + + resource "attrs" do + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" + end + + resource "backoff" do + url "https://files.pythonhosted.org/packages/47/d7/5bbeb12c44d7c4f2fb5b56abce497eb5ed9f34d85701de869acedd602619/backoff-2.2.1.tar.gz" + sha256 "03f829f5bb1923180821643f8753b0502c3b682293992485b0eef2807afa5cba" + end + + resource "base58" do + url "https://files.pythonhosted.org/packages/7f/45/8ae61209bb9015f516102fa559a2914178da1d5868428bd86a1b4421141d/base58-2.1.1.tar.gz" + sha256 "c5d0cb3f5b6e81e8e35da5754388ddcc6d0d14b6c6a132cb93d69ed580a7278c" + end + + resource "bittensor-wallet" do + url "https://files.pythonhosted.org/packages/01/a1/e80b2785821f4acfd37cfff74599cc66752a796f5f92e37b9358970e144f/bittensor_wallet-3.0.10.tar.gz" + sha256 "06af94c589cff82d3ec039c9b2c2829ad048b44410292e710af86a9baa77833e" + end + + resource "bt-decode" do + url "https://files.pythonhosted.org/packages/76/d4/cbbe3201561b1467e53bb5a111d968d3364d58633c58009343db9a5c2915/bt_decode-0.6.0.tar.gz" + sha256 "05e67b5ab018af7a31651bb9c0fb838c3a1733806823019d14c287922869f84e" + end + + resource "charset-normalizer" do + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" + end + + resource "click" do + url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" + sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + end + + resource "frozenlist" do + url "https://files.pythonhosted.org/packages/5b/bf/a812e2fe6cb3f6c6cfc8d0303bf1742f2286004e5ec41ac8c89cf68cdb54/frozenlist-1.6.2.tar.gz" + sha256 "effc641518696471cf4962e8e32050133bc1f7b2851ae8fd0cb8797dd70dc202" + end + + resource "gitdb" do + url "https://files.pythonhosted.org/packages/72/94/63b0fc47eb32792c7ba1fe1b694daec9a63620db1e313033d18140c2320a/gitdb-4.0.12.tar.gz" + sha256 "5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571" + end + + resource "GitPython" do + url "https://files.pythonhosted.org/packages/c0/89/37df0b71473153574a5cdef8f242de422a0f5d26d7a9e231e6f169b4ad14/gitpython-3.1.44.tar.gz" + sha256 "c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269" + end + + resource "idna" do + url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" + sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" + end + + resource "Jinja2" do + url "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz" + sha256 "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" + end + + resource "markdown-it-py" do + url "https://files.pythonhosted.org/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz" + sha256 "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" + end + + resource "MarkupSafe" do + url "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz" + sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" + end + + resource "mdurl" do + url "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz" + sha256 "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" + end + + resource "more-itertools" do + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" + end + + resource "multidict" do + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + end + + resource "narwhals" do + url "https://files.pythonhosted.org/packages/ce/1b/877c22912b78f8b3fe60de1fb908a624c47afab0d6f9f32b5a1703566ff1/narwhals-1.41.1.tar.gz" + sha256 "be973f27b9eca2bab82c789b9c63135b5cd2a726c80309146356dd923b6f5104" + end + + resource "netaddr" do + url "https://files.pythonhosted.org/packages/54/90/188b2a69654f27b221fba92fda7217778208532c962509e959a9cee5229d/netaddr-1.3.0.tar.gz" + sha256 "5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a" + end + + resource "packaging" do + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" + end + + resource "password-strength" do + url "https://files.pythonhosted.org/packages/db/f1/6165ebcca27fca3f1d63f8c3a45805c2ed8568be4d09219a2aa45e792c14/password_strength-0.0.3.post2.tar.gz" + sha256 "bf4df10a58fcd3abfa182367307b4fd7b1cec518121dd83bf80c1c42ba796762" + end + + resource "plotille" do + url "https://files.pythonhosted.org/packages/8a/73/3f342572f7f916e387e546cc502d6cad35e7162ba0bcde203669e15aa3af/plotille-5.0.0.tar.gz" + sha256 "99e5ca51a2e4c922ead3a3b0863cc2c6a9a4b3f701944589df10f42ce02ab3dc" + end + + resource "plotly" do + url "https://files.pythonhosted.org/packages/ae/77/431447616eda6a432dc3ce541b3f808ecb8803ea3d4ab2573b67f8eb4208/plotly-6.1.2.tar.gz" + sha256 "4fdaa228926ba3e3a213f4d1713287e69dcad1a7e66cf2025bd7d7026d5014b4" + end + + resource "propcache" do + url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" + sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + end + + # `py-bip39-bindings` is manually updated to 0.2.0 to fix build issue + resource "py-bip39-bindings" do + url "https://files.pythonhosted.org/packages/0a/e1/88d75d69d08322555e5fc310d3086df7355942c993abbc0cca50adf93ed9/py_bip39_bindings-0.2.0.tar.gz" + sha256 "38eac2c2be53085b8c2a215ebf12abcdaefee07bc8e00d7649b6b27399612b83" + end + + resource "pycryptodome" do + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" + end + + resource "Pygments" do + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + end + + resource "PyYAML" do + url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz" + sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" + end + + resource "requests" do + url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" + sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + end + + resource "rich" do + url "https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz" + sha256 "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" + end + + resource "scalecodec" do + url "https://files.pythonhosted.org/packages/bc/7c/703893e7a8751318517a3dd8c0c060b2c30ffa33f4ab5dd6a4ed483f7967/scalecodec-1.2.11.tar.gz" + sha256 "99a2cdbfccdcaf22bd86b86da55a730a2855514ad2309faef4a4a93ac6cbeb8d" + end + + resource "setuptools" do + url "https://files.pythonhosted.org/packages/aa/60/5db2249526c9b453c5bb8b9f6965fcab0ddb7f40ad734420b3b421f7da44/setuptools-70.0.0.tar.gz" + sha256 "f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0" + end + + resource "shellingham" do + url "https://files.pythonhosted.org/packages/58/15/8b3609fd3830ef7b27b655beb4b4e9c62313a4e8da8c676e142cc210d58e/shellingham-1.5.4.tar.gz" + sha256 "8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de" + end + + resource "smmap" do + url "https://files.pythonhosted.org/packages/44/cd/a040c4b3119bbe532e5b0732286f805445375489fceaec1f48306068ee3b/smmap-5.0.2.tar.gz" + sha256 "26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5" + end + + resource "toml" do + url "https://files.pythonhosted.org/packages/b9/19/5cbd78eac8b1783671c40e34bb0fa83133a06d340a38b55c645076d40094/toml-0.10.0.tar.gz" + sha256 "229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c" + end + + resource "typer" do + url "https://files.pythonhosted.org/packages/6c/89/c527e6c848739be8ceb5c44eb8208c52ea3515c6cf6406aa61932887bf58/typer-0.15.4.tar.gz" + sha256 "89507b104f9b6a0730354f27c39fae5b63ccd0c95b1ce1f1a6ba0cfd329997c3" + end + + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" + end + + resource "urllib3" do + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + end + + resource "websockets" do + url "https://files.pythonhosted.org/packages/21/e6/26d09fab466b7ca9c7737474c52be4f76a40301b08362eb2dbc19dcc16c1/websockets-15.0.1.tar.gz" + sha256 "82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee" + end + + resource "wheel" do + url "https://files.pythonhosted.org/packages/8a/98/2d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a243fdc25c/wheel-0.45.1.tar.gz" + sha256 "661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729" + end + + resource "xxhash" do + url "https://files.pythonhosted.org/packages/00/5e/d6e5258d69df8b4ed8c83b6664f2b47d30d2dec551a29ad72a6c69eafd31/xxhash-3.5.0.tar.gz" + sha256 "84f2caddf951c9cbf8dc2e22a89d4ccf5d86391ac6418fe81e3c67d0cf60b45f" + end + + resource "yarl" do + url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" + sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + end + + def install + # required to declare scalecodec's version, issue opened at https://github.com/JAMdotTech/py-scale-codec/issues/130 + ENV["TRAVIS_TAG"] = resource("scalecodec").version.to_s + # `shellingham` auto-detection doesn't work in Homebrew CI build environment so + # defer installation to allow `typer` to use argument as shell for completions + # Ref: https://typer.tiangolo.com/features/#user-friendly-cli-apps + venv = virtualenv_install_with_resources start_with: ["setuptools", "wheel", "toml"], without: "shellingham" + generate_completions_from_executable(bin/"btcli", "--show-completion") + venv.pip_install resource("shellingham") + end + + test do + require "json" + wallet_path = testpath/"btcli-brew-test" + test_wallet_name = "brew-test" + ss58_address = "5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty" + + # Create wallet + create_args = %W[ + --wallet-name #{test_wallet_name} + --wallet-path #{wallet_path} + --hotkey default + --no-use-password + --uri Bob + --overwrite + --json-output + ] + output = shell_output("#{bin}/btcli w create #{create_args.join(" ")}") + + expected_create = { + "success" => true, + "error" => "", + "data" => + { + "name" => test_wallet_name, + "path" => wallet_path.to_s, + "hotkey" => "default", + "hotkey_ss58" => ss58_address, + "coldkey_ss58" => ss58_address, + }, + } + + parsed_create = JSON.parse(output) + assert_equal expected_create, parsed_create + + # Check balance of the created wallet on the finney network + balance_args = %W[ + --network finney + --wallet-path #{wallet_path} + --wallet-name #{test_wallet_name} + --json-output + ] + balance_output = shell_output("#{bin}/btcli w balance #{balance_args.join(" ")}") + + expected_balance = { + "balances" => { + "brew-test" => { + "coldkey" => ss58_address, + "free" => 0.0, + "staked" => 0.0, + "staked_with_slippage" => 0.0, + "total" => 0.0, + "total_with_slippage" => 0.0, + }, + }, + "totals" => { + "free" => 0.0, + "staked" => 0.0, + "staked_with_slippage" => 0.0, + "total" => 0.0, + "total_with_slippage" => 0.0, + }, + } + + parsed_balance = JSON.parse(balance_output) + assert_equal expected_balance, parsed_balance + end +end diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index e9d4fc1380e5d..8970031d623f5 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -132,6 +132,10 @@ "bpython": { "exclude_packages": ["certifi"] }, + "btcli": { + "exclude_packages": ["certifi", "cffi", "cryptography", "numpy", "pycparser", "six"], + "extra_packages": ["setuptools"] + }, "buku": { "package_name": "buku[server]", "exclude_packages": ["certifi", "cryptography"] From 6983cc665cb8c2cbdd196bac96656733a3b8ae59 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:16:06 +0000 Subject: [PATCH 03205/10074] mongodb-atlas-cli: update 1.43.2 bottle. --- Formula/m/mongodb-atlas-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index 39e7cd5e4a543..4540ed7876ba5 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -12,12 +12,12 @@ class MongodbAtlasCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "54610de80e278a9d3b37533e43a078e19dab002c077ee7cdcd6cd9aa0da01859" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "de56695d7eb61a43b7364b916c46730100318c8efc8e64b63778d21fe4b1731b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3b5f649898b617104dc37a079ba25553aeac02b32b5e7904961e1d7dd1382b64" - sha256 cellar: :any_skip_relocation, sonoma: "156771314390a404588bdbacd811e2a0509e65a8f0040fe5a0219725447c9283" - sha256 cellar: :any_skip_relocation, ventura: "e72e8bf4f4713a3129c4cf7d9b7ab732d09de18cf906bd588c2083831b3e2f58" - sha256 cellar: :any_skip_relocation, x86_64_linux: "19aaa68e62bed08aa3cd26ba5352159ed137aa8f9908cc99654189a3918fa557" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "be152000ec7a0581b1d39ddc85d45ee949a456bdb388823174974fce72725a77" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52dac8aa2eaf5bde08d853e7120acc8aa6ba81fec0cf52b3386e8cba3cbe2d47" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fc2e5fda12df7e6319523cfc54ab11442af88c7242a01da035bdd16405d55907" + sha256 cellar: :any_skip_relocation, sonoma: "b0ee174fc78e6527487d0f74a22b9108092cb399b6e38eb08412641af5a0420c" + sha256 cellar: :any_skip_relocation, ventura: "73bfda2353410b897b3b88d6e4cdb02e53266ea0835d1cb51367814327bc52ef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15c176f9a3489f2999ff96b522b838057671574775bca1f360e35ce444fc0710" end depends_on "go" => :build From 6cfcc789a11841e6fde0008566055b402f6c0e44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:16:51 +0000 Subject: [PATCH 03206/10074] benchi: add 0.4.1 bottle. --- Formula/b/benchi.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/b/benchi.rb b/Formula/b/benchi.rb index 80e504568089b..e3f9b1c86ec36 100644 --- a/Formula/b/benchi.rb +++ b/Formula/b/benchi.rb @@ -6,6 +6,15 @@ class Benchi < Formula license "Apache-2.0" head "https://github.com/ConduitIO/benchi.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef982909669f57484c15967889e31d9dcbeaabbfa7c06e4679b3cb3cf80813d2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e068e8f02585836ec56621b89ee08f4f7e16227937a94e2506afa3281f41e6aa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b234153232acdc8ce535e346c7dabc901982ef1e85560b398961c7c9d1f7fb88" + sha256 cellar: :any_skip_relocation, sonoma: "81b0da33bf40b9125ed50e1e1797204c92db8e4b399d2d6b789a0a1f80037ff0" + sha256 cellar: :any_skip_relocation, ventura: "db0e879626f4ab89d1508c1c39a5122368d0ca2f67ffef4e9e7409f49d0a5ad7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e569ae18bead940da25254a002675e11578f3be5c81d631bb39db717a4439db" + end + depends_on "go" => :build def install From bd187a090e45afadb86616549b54cf5ad247fabe Mon Sep 17 00:00:00 2001 From: Ananth Bhaskararaman Date: Wed, 4 Jun 2025 14:56:34 +0530 Subject: [PATCH 03207/10074] tsnet-serve 1.2.2 (new formula) tsnet-serve is a tool to serve applications in a Tailscale Tailnet network. tsnet-serve: update build and test Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/t/tsnet-serve.rb | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Formula/t/tsnet-serve.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index cedf312211ae1..6b423a239bf3e 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3776,6 +3776,7 @@ trojan-go trufflehog trurl tsduck +tsnet-serve tt ttdl tty-share diff --git a/Formula/t/tsnet-serve.rb b/Formula/t/tsnet-serve.rb new file mode 100644 index 0000000000000..106354b903e7a --- /dev/null +++ b/Formula/t/tsnet-serve.rb @@ -0,0 +1,36 @@ +class TsnetServe < Formula + desc "Expose HTTP applications to a Tailscale Tailnet network" + homepage "https://github.com/shayne/tsnet-serve" + url "https://github.com/shayne/tsnet-serve/archive/refs/tags/v1.2.2.tar.gz" + sha256 "8919abe9e4d7a54539f06369c4155df57bbf7427a6007c9d4e13a908847c7308" + license "MIT" + head "https://github.com/shayne/tsnet-serve.git", branch: "main" + + depends_on "go" => :build + + def install + system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}") + end + + test do + assert_match version.to_s, shell_output("#{bin}/tsnet-serve -version") + + hostname = "test" + backend = "http://localhost:8080" + + logfile = testpath/"tsnet-serve.log" + pid = spawn bin/"tsnet-serve", "-hostname", hostname, "-backend", backend, + out: logfile.to_s, err: logfile.to_s + + sleep 1 + + output = logfile.read + assert_match "starting tsnet-server (#{version})", output + assert_match "proxying traffic to #{backend}", output + assert_match "tsnet starting with hostname \"#{hostname}\"", output + assert_match "LocalBackend state is NeedsLogin", output + ensure + Process.kill("TERM", pid) + Process.wait(pid) + end +end From 59b42348133b2a44fb7eb81270acd9167d58a309 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:23:45 +0000 Subject: [PATCH 03208/10074] osinfo-db: update 20250606 bottle. --- Formula/o/osinfo-db.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/osinfo-db.rb b/Formula/o/osinfo-db.rb index 452f193b4c16f..959429fd560dd 100644 --- a/Formula/o/osinfo-db.rb +++ b/Formula/o/osinfo-db.rb @@ -11,7 +11,7 @@ class OsinfoDb < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "0f63a7d54ad267ae4178a13f7a465bd0c2a9875bca1c3e23c9d1c2e4f795630a" + sha256 cellar: :any_skip_relocation, all: "61619ff6e7611219a5573a9248962b8d2b466ba5be2f65ed62cb0e6b24001112" end depends_on "osinfo-db-tools" => [:build, :test] From b80455bb663569381bf16f83f1c58a69ca341a0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:24:46 +0000 Subject: [PATCH 03209/10074] jwt-hack: add 2.0.0 bottle. --- Formula/j/jwt-hack.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/j/jwt-hack.rb b/Formula/j/jwt-hack.rb index 49598ef4347bf..9f6b572a371e5 100644 --- a/Formula/j/jwt-hack.rb +++ b/Formula/j/jwt-hack.rb @@ -6,6 +6,15 @@ class JwtHack < Formula license "MIT" head "https://github.com/hahwul/jwt-hack.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a873fbf22a7fdda5a65150c817257cefc89ccd562286ede59d01e4a970e74847" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccc825f3b87b0bfe0e309e217cac7f8a10c2d9a5e6bfb103c47818ace888eeef" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0e8a8e363356cbe92fb51fe20f0a2421ad1bd68109152e6d249adfe274b42008" + sha256 cellar: :any_skip_relocation, sonoma: "5dbe60466f3be0d379c5a049637831e97dcdeebe0b88c4ef7dbbd5be57ef8492" + sha256 cellar: :any_skip_relocation, ventura: "ee3e1ba9b675a289aa00161021d983c400a48a2295844a23be993044697afe59" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a76d31e93d7bd5557503096ba4e09c2add33e4ce688b98fad157956d88c0264" + end + depends_on "rust" => :build def install From 5689f81ff8fdcd8d90690491493a8a5c05f64e44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:27:23 +0000 Subject: [PATCH 03210/10074] samply: add 0.13.1 bottle. --- Formula/s/samply.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/s/samply.rb b/Formula/s/samply.rb index ecccbcfd839b2..c51def132fc0f 100644 --- a/Formula/s/samply.rb +++ b/Formula/s/samply.rb @@ -11,6 +11,15 @@ class Samply < Formula regex(/^samply[._-]v?(\d+(?:\.\d+)+)$/i) end + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "74b84ca23e39806e347daaa2f0643e67dbdd9d9524ffefd5e33d3209e7d657de" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8730482276dce18547b0d01db36665ac3520a360007525e4e8e2e4efa04c02bd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a64f2cb47e7a97c363081d9a4bd532601bd08683cc32e3d60106396e20835d6b" + sha256 cellar: :any_skip_relocation, sonoma: "21667380c1fd74f7b166beb990228af8d6344ccfa33139c8abbc4601afbce857" + sha256 cellar: :any_skip_relocation, ventura: "f7759fa82b95fedd7b9007a4d78d7650bb6f3fb128d142245d73a240e8cbf017" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a6eef40b7f6a26e0013ddb66b430bb2bb2c252f568aca126398b31e0e32467e" + end + depends_on "rust" => :build def install From 294f79015d408fd34d5c8e65a2a3d92eefc1e394 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:31:52 -0400 Subject: [PATCH 03211/10074] sql-lint 1.0.2 autobump: add sql-lint Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/s/sql-lint.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 4f3d6d0394187..d83a252c47a9c 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3476,6 +3476,7 @@ spr spytrap-adb sq sql-formatter +sql-lint sql-migrate sqlancer sqlboiler diff --git a/Formula/s/sql-lint.rb b/Formula/s/sql-lint.rb index 1a5c95476ca5f..687a7c42431f4 100644 --- a/Formula/s/sql-lint.rb +++ b/Formula/s/sql-lint.rb @@ -1,8 +1,8 @@ class SqlLint < Formula desc "SQL linter to do sanity checks on your queries and bring errors back from the DB" homepage "https://github.com/joereynolds/sql-lint" - url "https://registry.npmjs.org/sql-lint/-/sql-lint-1.0.0.tgz" - sha256 "0ee3b71d812af3cc809829b663d9cd747996ec76e2b3e49fd3b7a5969398190e" + url "https://registry.npmjs.org/sql-lint/-/sql-lint-1.0.2.tgz" + sha256 "17575266273fe3f762595fe404f49ff5fbd4c360f605cda0718cb62d65ad82b8" license "MIT" bottle do From 267e3e23f7af0c90a35ce7951e5c7e5281f255db Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:36:04 -0400 Subject: [PATCH 03212/10074] atmos 1.178.0 --- Formula/a/atmos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index d277a770fc9c7..c079aefee85a1 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -1,8 +1,8 @@ class Atmos < Formula desc "Universal Tool for DevOps and Cloud Automation" homepage "https://github.com/cloudposse/atmos" - url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.177.0.tar.gz" - sha256 "e925f9d9ee295d3faa334441a077e5f5cd28bdef2ade1c1530c321bf814bab66" + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.178.0.tar.gz" + sha256 "04eacebed9f004e791934c3b75e386cba089fd7c545de05e762849551b7f7815" license "Apache-2.0" head "https://github.com/cloudposse/atmos.git", branch: "main" From 308ddb3c3eb1799d147d480d63fb718b30be7f15 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:40:02 -0400 Subject: [PATCH 03213/10074] dbhash 3.50.1 Signed-off-by: Rui Chen --- Formula/d/dbhash.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/dbhash.rb b/Formula/d/dbhash.rb index a60f0079a7ba9..8c320e0327ac9 100644 --- a/Formula/d/dbhash.rb +++ b/Formula/d/dbhash.rb @@ -1,9 +1,9 @@ class Dbhash < Formula desc "Computes the SHA1 hash of schema and content of a SQLite database" homepage "https://www.sqlite.org/dbhash.html" - url "https://www.sqlite.org/2025/sqlite-src-3500000.zip" - version "3.50.0" - sha256 "af673f28f69b572b49bb1558c4f191fd66e31acb949468ad2b01b2b6ed8043a2" + url "https://www.sqlite.org/2025/sqlite-src-3500100.zip" + version "3.50.1" + sha256 "9090597773c60a49caebb3c1ac57db626fac4d97cb51890815a8b529a4d9c3dc" license "blessing" livecheck do From c0dc7340a8e3cb1640e58a87dbe3cd7e46353206 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:40:02 -0400 Subject: [PATCH 03214/10074] lemon 3.50.1 Signed-off-by: Rui Chen --- Formula/l/lemon.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/l/lemon.rb b/Formula/l/lemon.rb index d0757d55be171..40925badc5a1d 100644 --- a/Formula/l/lemon.rb +++ b/Formula/l/lemon.rb @@ -1,9 +1,9 @@ class Lemon < Formula desc "LALR(1) parser generator like yacc or bison" homepage "https://www.hwaci.com/sw/lemon/" - url "https://www.sqlite.org/2025/sqlite-src-3500000.zip" - version "3.50.0" - sha256 "af673f28f69b572b49bb1558c4f191fd66e31acb949468ad2b01b2b6ed8043a2" + url "https://www.sqlite.org/2025/sqlite-src-3500100.zip" + version "3.50.1" + sha256 "9090597773c60a49caebb3c1ac57db626fac4d97cb51890815a8b529a4d9c3dc" license "blessing" livecheck do From 8bd8a19c3c726a7c89ffc93254da46ab4d5f080b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:40:02 -0400 Subject: [PATCH 03215/10074] sqldiff 3.50.1 Signed-off-by: Rui Chen --- Formula/s/sqldiff.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sqldiff.rb b/Formula/s/sqldiff.rb index 80eb6cf7cff67..7437a99e957d8 100644 --- a/Formula/s/sqldiff.rb +++ b/Formula/s/sqldiff.rb @@ -1,9 +1,9 @@ class Sqldiff < Formula desc "Displays the differences between SQLite databases" homepage "https://www.sqlite.org/sqldiff.html" - url "https://www.sqlite.org/2025/sqlite-src-3500000.zip" - version "3.50.0" - sha256 "af673f28f69b572b49bb1558c4f191fd66e31acb949468ad2b01b2b6ed8043a2" + url "https://www.sqlite.org/2025/sqlite-src-3500100.zip" + version "3.50.1" + sha256 "9090597773c60a49caebb3c1ac57db626fac4d97cb51890815a8b529a4d9c3dc" license "blessing" livecheck do From 84a0092f30fa171a2d25ab5e1de48c7a255473cb Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:40:03 -0400 Subject: [PATCH 03216/10074] sqlite-analyzer 3.50.1 Signed-off-by: Rui Chen --- Formula/s/sqlite-analyzer.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sqlite-analyzer.rb b/Formula/s/sqlite-analyzer.rb index 5e1206af6e18c..f6e03777fd9c4 100644 --- a/Formula/s/sqlite-analyzer.rb +++ b/Formula/s/sqlite-analyzer.rb @@ -1,9 +1,9 @@ class SqliteAnalyzer < Formula desc "Analyze how space is allocated inside an SQLite file" homepage "https://www.sqlite.org/" - url "https://www.sqlite.org/2025/sqlite-src-3500000.zip" - version "3.50.0" - sha256 "af673f28f69b572b49bb1558c4f191fd66e31acb949468ad2b01b2b6ed8043a2" + url "https://www.sqlite.org/2025/sqlite-src-3500100.zip" + version "3.50.1" + sha256 "9090597773c60a49caebb3c1ac57db626fac4d97cb51890815a8b529a4d9c3dc" license "blessing" livecheck do From 7df96c1f7ff2ff5dbc27e026a5be443adc06421a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:40:03 -0400 Subject: [PATCH 03217/10074] sqlite 3.50.1 Signed-off-by: Rui Chen --- Formula/s/sqlite.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sqlite.rb b/Formula/s/sqlite.rb index 2672e6b2cfd66..d7b45203647db 100644 --- a/Formula/s/sqlite.rb +++ b/Formula/s/sqlite.rb @@ -1,9 +1,9 @@ class Sqlite < Formula desc "Command-line interface for SQLite" homepage "https://sqlite.org/index.html" - url "https://www.sqlite.org/2025/sqlite-autoconf-3500000.tar.gz" - version "3.50.0" - sha256 "3bc776a5f243897415f3b80fb74db3236501d45194c75c7f69012e4ec0128327" + url "https://www.sqlite.org/2025/sqlite-autoconf-3500100.tar.gz" + version "3.50.1" + sha256 "00a65114d697cfaa8fe0630281d76fd1b77afcd95cd5e40ec6a02cbbadbfea71" license "blessing" livecheck do From abc3e03c24e03dd94aa734426cc24b06d1d4072e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:44:24 -0400 Subject: [PATCH 03218/10074] vcpkg 2025.06.02 --- Formula/v/vcpkg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/v/vcpkg.rb b/Formula/v/vcpkg.rb index d74251b437606..d53371b60b6e0 100644 --- a/Formula/v/vcpkg.rb +++ b/Formula/v/vcpkg.rb @@ -1,9 +1,9 @@ class Vcpkg < Formula desc "C++ Library Manager" homepage "https://github.com/microsoft/vcpkg" - url "https://github.com/microsoft/vcpkg-tool/archive/refs/tags/2025-05-19.tar.gz" - version "2025.05.19" - sha256 "1925704ef97ad66ac46dd035d1d0fe28f587eaa212115bbc590664ce53981c92" + url "https://github.com/microsoft/vcpkg-tool/archive/refs/tags/2025-06-02.tar.gz" + version "2025.06.02" + sha256 "eb80f9c56bff1d8349cbdd7804a320d7392a873a4b49c87cf1f378b4cd512c6e" license "MIT" head "https://github.com/microsoft/vcpkg-tool.git", branch: "main" From d3e44fdedd7d23ba67dd46971fc7b492d5f02718 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 15:45:45 +0000 Subject: [PATCH 03219/10074] mint 0.18.0 autobump: add mint Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/mint.rb | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index ec2a7c4196686..a6363f772be50 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2388,6 +2388,7 @@ miniupnpc minizinc minizip minizip-ng +mint mintoolkit minuit2 mise diff --git a/Formula/m/mint.rb b/Formula/m/mint.rb index a099160fa38d5..6c71237ac81d7 100644 --- a/Formula/m/mint.rb +++ b/Formula/m/mint.rb @@ -1,10 +1,9 @@ class Mint < Formula desc "Dependency manager that installs and runs Swift command-line tool packages" homepage "https://github.com/yonaskolb/Mint" - url "https://github.com/yonaskolb/Mint/archive/refs/tags/0.17.5.tar.gz" - sha256 "f55350f7778c4ccd38311ed36f39287ff74bb63eb230f6d448e35e7f934c489c" + url "https://github.com/yonaskolb/Mint/archive/refs/tags/0.18.0.tar.gz" + sha256 "e99c0a351cf7452451d72180c8ccd18e1da710dc55d036502809a0db52779a99" license "MIT" - revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3fc482e70ccaeccba4657dd863bb31d30be2875e8352ba4be2b72e8f57f8ff68" From c9a5312c0452ce637c4f95ca6012bcbd7c339c59 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 15:45:57 +0000 Subject: [PATCH 03220/10074] libtatsu 1.0.5 autobump: add libtatsu Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/lib/libtatsu.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index ec2a7c4196686..b05d82836d315 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2107,6 +2107,7 @@ libstrophe libsvgtiny libsvm libtasn1 +libtatsu libtensorflow libtickit libtiff diff --git a/Formula/lib/libtatsu.rb b/Formula/lib/libtatsu.rb index a24474dbfd2cf..540f4a6794936 100644 --- a/Formula/lib/libtatsu.rb +++ b/Formula/lib/libtatsu.rb @@ -1,8 +1,8 @@ class Libtatsu < Formula desc "Library handling the communication with Apple's Tatsu Signing Server (TSS)" homepage "https://libimobiledevice.org/" - url "https://github.com/libimobiledevice/libtatsu/releases/download/1.0.4/libtatsu-1.0.4.tar.bz2" - sha256 "08094e58364858360e1743648581d9bad055ba3b06e398c660e481ebe0ae20b3" + url "https://github.com/libimobiledevice/libtatsu/releases/download/1.0.5/libtatsu-1.0.5.tar.bz2" + sha256 "536fa228b14f156258e801a7f4d25a3a9dd91bb936bf6344e23171403c57e440" license "LGPL-2.1-or-later" head "https://github.com/libimobiledevice/libtatsu.git", branch: "master" From 98dcf005ac659522ca4e5fb85be4f524564a4cb5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 15:49:53 +0000 Subject: [PATCH 03221/10074] jwt-hack: update 2.0.0 bottle. --- Formula/j/jwt-hack.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/j/jwt-hack.rb b/Formula/j/jwt-hack.rb index 9f6b572a371e5..fd920e80959c4 100644 --- a/Formula/j/jwt-hack.rb +++ b/Formula/j/jwt-hack.rb @@ -12,6 +12,7 @@ class JwtHack < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "0e8a8e363356cbe92fb51fe20f0a2421ad1bd68109152e6d249adfe274b42008" sha256 cellar: :any_skip_relocation, sonoma: "5dbe60466f3be0d379c5a049637831e97dcdeebe0b88c4ef7dbbd5be57ef8492" sha256 cellar: :any_skip_relocation, ventura: "ee3e1ba9b675a289aa00161021d983c400a48a2295844a23be993044697afe59" + sha256 cellar: :any_skip_relocation, arm64_linux: "5e34b61261e53f5e829b005578523736b7849f33e5de0d3e6c0fbcbc3b9d8146" sha256 cellar: :any_skip_relocation, x86_64_linux: "6a76d31e93d7bd5557503096ba4e09c2add33e4ce688b98fad157956d88c0264" end From 9e0a2a8fc394939c830a89b1fa5ff365c4a10b5c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 15:46:41 +0000 Subject: [PATCH 03222/10074] poppler 25.06.0 poppler: add livecheck for font-data Signed-off-by: Rui Chen --- Formula/p/poppler.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Formula/p/poppler.rb b/Formula/p/poppler.rb index ba9b796b86984..4d95cebccf052 100644 --- a/Formula/p/poppler.rb +++ b/Formula/p/poppler.rb @@ -1,8 +1,8 @@ class Poppler < Formula desc "PDF rendering library (based on the xpdf-3.0 code base)" homepage "https://poppler.freedesktop.org/" - url "https://poppler.freedesktop.org/poppler-25.05.0.tar.xz" - sha256 "9b1627c5b76816ac5e4052a03f5b605ba40b45cf06b02cadd0479620b499ab38" + url "https://poppler.freedesktop.org/poppler-25.06.0.tar.xz" + sha256 "8199532d38984fab46dbd0020ec9c40f20e928e33e9b4cc6043572603a821d83" license "GPL-2.0-only" head "https://gitlab.freedesktop.org/poppler/poppler.git", branch: "master" @@ -53,6 +53,11 @@ class Poppler < Formula resource "font-data" do url "https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz" sha256 "c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74" + + livecheck do + url "https://poppler.freedesktop.org/" + regex(/href=.*?poppler-data[._-]v?(\d+(?:\.\d+)+)\.t/i) + end end def install From 0e68bb21a3774906e9362ef9dbd5b4c9e2c2871c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 15:46:41 +0000 Subject: [PATCH 03223/10074] poppler-qt5 25.06.0 poppler-qt5: add livecheck for font-data Signed-off-by: Rui Chen --- Formula/p/poppler-qt5.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Formula/p/poppler-qt5.rb b/Formula/p/poppler-qt5.rb index d523454f574ac..32a7df37b8de5 100644 --- a/Formula/p/poppler-qt5.rb +++ b/Formula/p/poppler-qt5.rb @@ -1,8 +1,8 @@ class PopplerQt5 < Formula desc "PDF rendering library (based on the xpdf-3.0 code base)" homepage "https://poppler.freedesktop.org/" - url "https://poppler.freedesktop.org/poppler-25.05.0.tar.xz" - sha256 "9b1627c5b76816ac5e4052a03f5b605ba40b45cf06b02cadd0479620b499ab38" + url "https://poppler.freedesktop.org/poppler-25.06.0.tar.xz" + sha256 "8199532d38984fab46dbd0020ec9c40f20e928e33e9b4cc6043572603a821d83" license "GPL-2.0-only" head "https://gitlab.freedesktop.org/poppler/poppler.git", branch: "master" @@ -51,6 +51,11 @@ class PopplerQt5 < Formula resource "font-data" do url "https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz" sha256 "c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74" + + livecheck do + url "https://poppler.freedesktop.org/" + regex(/href=.*?poppler-data[._-]v?(\d+(?:\.\d+)+)\.t/i) + end end def install From 5a7894ad215ac8ee47bef75462b3e114e26f6a9e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 11:48:03 -0400 Subject: [PATCH 03224/10074] autobump: add poppler,poppler-qt5 Signed-off-by: Rui Chen --- .github/autobump.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index ec2a7c4196686..5cae23d95c5cc 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2928,6 +2928,8 @@ polkit polynote ponyc popeye +poppler +poppler-qt5 portablegl porter poselib From 49e3c7e63defbe670fc5b5caa212bcf5da400da7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 15:46:08 +0000 Subject: [PATCH 03225/10074] libzdb 3.4.1 autobump: add libzdb Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/lib/libzdb.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index ec2a7c4196686..6b8b18d14ac96 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2169,6 +2169,7 @@ libxt libxv libxvmc libxxf86vm +libzdb libzim libzzip license-eye diff --git a/Formula/lib/libzdb.rb b/Formula/lib/libzdb.rb index b17826764f0b9..5a39fe5d11d5a 100644 --- a/Formula/lib/libzdb.rb +++ b/Formula/lib/libzdb.rb @@ -1,8 +1,8 @@ class Libzdb < Formula desc "Database connection pool library" homepage "https://tildeslash.com/libzdb/" - url "https://tildeslash.com/libzdb/dist/libzdb-3.4.0.tar.gz" - sha256 "abd675719bcbdde430aa4ee13975b980d55d2abcb5cc228082a30320a6bb9f0f" + url "https://tildeslash.com/libzdb/dist/libzdb-3.4.1.tar.gz" + sha256 "5b4633fc2a16880f776197f4045f62ef8db5062f63030fa221011d4b85d736cb" license "GPL-3.0-only" livecheck do From 76cde72e117235802be413bc5ea5df17e39cc595 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 15:52:09 +0000 Subject: [PATCH 03226/10074] samply: update 0.13.1 bottle. --- Formula/s/samply.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/samply.rb b/Formula/s/samply.rb index c51def132fc0f..201bad5d4df53 100644 --- a/Formula/s/samply.rb +++ b/Formula/s/samply.rb @@ -17,6 +17,7 @@ class Samply < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "a64f2cb47e7a97c363081d9a4bd532601bd08683cc32e3d60106396e20835d6b" sha256 cellar: :any_skip_relocation, sonoma: "21667380c1fd74f7b166beb990228af8d6344ccfa33139c8abbc4601afbce857" sha256 cellar: :any_skip_relocation, ventura: "f7759fa82b95fedd7b9007a4d78d7650bb6f3fb128d142245d73a240e8cbf017" + sha256 cellar: :any_skip_relocation, arm64_linux: "919b8b8f007bc8f801f81dbc4ccdd51fb8ab4c3570bbfffa2c7436ac5409e4a4" sha256 cellar: :any_skip_relocation, x86_64_linux: "6a6eef40b7f6a26e0013ddb66b430bb2bb2c252f568aca126398b31e0e32467e" end From 1e265ec68bceacef3d5e3f68b02f917d5c44df28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:04:47 +0000 Subject: [PATCH 03227/10074] sql-lint: update 1.0.2 bottle. --- Formula/s/sql-lint.rb | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Formula/s/sql-lint.rb b/Formula/s/sql-lint.rb index 687a7c42431f4..2c9d967b2c9cd 100644 --- a/Formula/s/sql-lint.rb +++ b/Formula/s/sql-lint.rb @@ -6,16 +6,13 @@ class SqlLint < Formula license "MIT" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b460da40ab03af6d48fa557a567c21d06d3e5cc3718392d7daafd9d89e922a6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2365c7675f29386b8de28968310fc9dbf242c59f260ed552bc249854b41396a5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2365c7675f29386b8de28968310fc9dbf242c59f260ed552bc249854b41396a5" - sha256 cellar: :any_skip_relocation, arm64_monterey: "2365c7675f29386b8de28968310fc9dbf242c59f260ed552bc249854b41396a5" - sha256 cellar: :any_skip_relocation, sonoma: "73b4fe6c09ec7143938b2c938dfebc764c86063ed2eaa593c028c69003ce7b84" - sha256 cellar: :any_skip_relocation, ventura: "73b4fe6c09ec7143938b2c938dfebc764c86063ed2eaa593c028c69003ce7b84" - sha256 cellar: :any_skip_relocation, monterey: "73b4fe6c09ec7143938b2c938dfebc764c86063ed2eaa593c028c69003ce7b84" - sha256 cellar: :any_skip_relocation, arm64_linux: "64adacdf846ce16c5cca8c70774584882c78ce16625a685eda7802f56b415cc1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7a8391c3cdbf4c3876e3c7a88978c03ae3fa8ef53fde71ce9e04faa59511af14" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc63ba9d01196aa966e93b34c8e644c0c6c3471f6c4c3b91e5166e358352945e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc63ba9d01196aa966e93b34c8e644c0c6c3471f6c4c3b91e5166e358352945e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cc63ba9d01196aa966e93b34c8e644c0c6c3471f6c4c3b91e5166e358352945e" + sha256 cellar: :any_skip_relocation, sonoma: "2e49729434ac8f859b1d58793b6042ff6bc9de62f8db6ee8d11759d614ac4ba1" + sha256 cellar: :any_skip_relocation, ventura: "2e49729434ac8f859b1d58793b6042ff6bc9de62f8db6ee8d11759d614ac4ba1" + sha256 cellar: :any_skip_relocation, arm64_linux: "cc63ba9d01196aa966e93b34c8e644c0c6c3471f6c4c3b91e5166e358352945e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc63ba9d01196aa966e93b34c8e644c0c6c3471f6c4c3b91e5166e358352945e" end depends_on "node" From d36be0b65c76996a35474995bed56d3affb7d874 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:05:27 +0000 Subject: [PATCH 03228/10074] atmos: update 1.178.0 bottle. --- Formula/a/atmos.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index c079aefee85a1..9e8d1b60d8adf 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -9,12 +9,12 @@ class Atmos < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a436e20696c2b0a1c7978b17e95c2aff1249ed97010cd0bb42bd258dca25b3d8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b81fa067b6ef236b1fd9238cda821e998664b409f1647a5298605f601967b1f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a1546e84ced832b7a171b0620d52162e3cb5d858d1443028297b9bcdf01a5960" - sha256 cellar: :any_skip_relocation, sonoma: "9893f072ab5c73702fe7b0175ff4a1c61a00310cdaee67e40cd7dfcfae11bb0a" - sha256 cellar: :any_skip_relocation, ventura: "20a180fa1e05ac4d9a725d47f9a67a125f674e7dabdb43483eae44b91d88244c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5caa91949d3960b6dc6d12b29da8b60b15582fc074850500916e01e2870cae93" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f658be3b3981e3b2c76f1d266181be69d91485cba21a8edcd94e67720f85b40f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "733b9d864c1d89517793a3d1c6acaff7b46b3fc87f92329dfd4bc1e0d402fd05" + sha256 cellar: :any_skip_relocation, arm64_ventura: "02237b0397c79aff78bd6fa7d80cb6e4516466dac27d5232ad949eda15cad6f1" + sha256 cellar: :any_skip_relocation, sonoma: "394c0dd09cb05821fb7540b8aeb1f899e44119d520c49bb09dd1f4276d1d7053" + sha256 cellar: :any_skip_relocation, ventura: "2016f0d168713178be3bc4f727a196cd8571ea11d32ac23676cf962bfab0df97" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d35d8c35a07d82b31abfb9cafd10a7471e2b3910d6d05ff3ee49aefb06d505d6" end depends_on "go" => :build From 7e768bcdd550ae300a8712c90d4af4cbcc2fb003 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:21:22 -0500 Subject: [PATCH 03229/10074] mesheryctl 0.8.99 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 13ee60907e524..e5a64f271565d 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.97", - revision: "9c8794c387530f4c22dffbcf3bc5fdfcc2738e96" + tag: "v0.8.99", + revision: "cb66f16ee937a58633ce08d0fcce90d0db38df09" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From dccac975e4386fb5b09b1dee13908076cca94676 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:55:04 +0000 Subject: [PATCH 03230/10074] cargo-binstall 1.12.7 --- Formula/c/cargo-binstall.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index 2a5a75d27b3da..87ce59717aa63 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -1,8 +1,8 @@ class CargoBinstall < Formula desc "Binary installation for rust projects" homepage "https://github.com/cargo-bins/cargo-binstall" - url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.12.6.tar.gz" - sha256 "3980b886bb2d7cc7fa3fd59111538af4ede130d41f58dceb50faa00d065c521b" + url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.12.7.tar.gz" + sha256 "29d83fdcc0b2a7815f8c82783340b90c61abd7e2c1ce0f98e054b6f3baaf8a81" license "GPL-3.0-only" head "https://github.com/cargo-bins/cargo-binstall.git", branch: "main" From c74c411a3dad25bc4cd61955721fe838201280a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:56:31 +0000 Subject: [PATCH 03231/10074] circleci 0.1.32323 --- Formula/c/circleci.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index 4733b777e0cd9..6c6add65183c9 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -3,8 +3,8 @@ class Circleci < Formula homepage "https://circleci.com/docs/2.0/local-cli/" # Updates should be pushed no more frequently than once per week. url "https://github.com/CircleCI-Public/circleci-cli.git", - tag: "v0.1.32219", - revision: "c563702e31e2dee4f4a45882c57ddaae91caeb8f" + tag: "v0.1.32323", + revision: "1871b5b19b82f1bcf629293c2d57424a7e97a1ff" license "MIT" head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" From c5f290a765228564d5294615a2ff66f9b89a9409 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:01:20 +0000 Subject: [PATCH 03232/10074] fern-api 0.63.37 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 129edcce2454b..55646e374fc80 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.36.tgz" - sha256 "c628ce45646a19ac7b9683890381ec4975d5019a3ad5cddd83ea68886b017850" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.37.tgz" + sha256 "6ba9e9a540e4dcfde2b35f2b7b4c976372068ac3e7dbf1ec42de688c4d77d46a" license "Apache-2.0" bottle do From aeb4198a1173d7c7e7f3248b042b700e08f0cbbb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:02:53 +0000 Subject: [PATCH 03233/10074] fonttools 4.58.2 --- Formula/f/fonttools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fonttools.rb b/Formula/f/fonttools.rb index ba7af27dbcca7..536e7a56f181d 100644 --- a/Formula/f/fonttools.rb +++ b/Formula/f/fonttools.rb @@ -3,8 +3,8 @@ class Fonttools < Formula desc "Library for manipulating fonts" homepage "https://github.com/fonttools/fonttools" - url "https://files.pythonhosted.org/packages/3e/7a/30c581aeaa86d94e7a29344bccefd2408870bf5b0e7640b6f4ffede61bd0/fonttools-4.58.1.tar.gz" - sha256 "cbc8868e0a29c3e22628dfa1432adf7a104d86d1bc661cecc3e9173070b6ab2d" + url "https://files.pythonhosted.org/packages/b6/a9/3319c6ae07fd9dde51064ddc6d82a2b707efad8ed407d700a01091121bbc/fonttools-4.58.2.tar.gz" + sha256 "4b491ddbfd50b856e84b0648b5f7941af918f6d32f938f18e62b58426a8d50e2" license "MIT" head "https://github.com/fonttools/fonttools.git", branch: "main" From cd83f8fe9697e15939db0813baacf50060bde049 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:03:20 +0000 Subject: [PATCH 03234/10074] fwup 1.13.0 --- Formula/f/fwup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fwup.rb b/Formula/f/fwup.rb index dabec664a54ce..041a4997e56af 100644 --- a/Formula/f/fwup.rb +++ b/Formula/f/fwup.rb @@ -1,8 +1,8 @@ class Fwup < Formula desc "Configurable embedded Linux firmware update creator and runner" homepage "https://github.com/fwup-home/fwup" - url "https://github.com/fwup-home/fwup/releases/download/v1.12.0/fwup-1.12.0.tar.gz" - sha256 "aed865e7067a3a54fea1d604457dbaff8b07f577737aeba6b23b240d2f9f562a" + url "https://github.com/fwup-home/fwup/releases/download/v1.13.0/fwup-1.13.0.tar.gz" + sha256 "70979d36b39857b37cc378291d3bca5a9e1feec0a1b66f67a79fae46d8831529" license "Apache-2.0" bottle do From 80a935265fe96960d3003add48d08a31a796fcb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:04:54 +0000 Subject: [PATCH 03235/10074] gql 0.39.0 --- Formula/g/gql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gql.rb b/Formula/g/gql.rb index 89180af5cf14d..00e9d54995954 100644 --- a/Formula/g/gql.rb +++ b/Formula/g/gql.rb @@ -1,8 +1,8 @@ class Gql < Formula desc "Git Query language is a SQL like language to perform queries on .git files" homepage "https://amrdeveloper.github.io/GQL/" - url "https://github.com/AmrDeveloper/GQL/archive/refs/tags/0.38.0.tar.gz" - sha256 "017267ecc80af515a260fe1bc0a1d22eb2a360af8518da15d54aef9e636967c9" + url "https://github.com/AmrDeveloper/GQL/archive/refs/tags/0.39.0.tar.gz" + sha256 "f18dcb9bb6f574dfeb6d352bcfb4695903a3d6676633e84365b0f3d96bc295d9" license "MIT" head "https://github.com/AmrDeveloper/GQL.git", branch: "master" From 25c5336dfa0768ea7986e9b8d828de719cd7cb68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:07:05 +0000 Subject: [PATCH 03236/10074] infisical 0.41.82 --- Formula/i/infisical.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index a97b762df0694..b1b24172c69f1 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -1,8 +1,8 @@ class Infisical < Formula desc "CLI for Infisical" homepage "https://infisical.com/docs/cli/overview" - url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.81.tar.gz" - sha256 "006e6124ebd707662d083a2d18552270a5122307f0abcb57bd000a63472c9a99" + url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.82.tar.gz" + sha256 "ff53a31339fdb01044a31b0abb62649935c40762c4ac07cbc5807900b2bf8811" license "MIT" head "https://github.com/Infisical/infisical.git", branch: "main" From 4cd9a685a582a2f10a66d72c5557562295cd7dc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:12:11 +0000 Subject: [PATCH 03237/10074] melange 0.26.7 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index d3357bbea6ab1..00d4f243c3ccb 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.6.tar.gz" - sha256 "778710f6d618a98e70da107f1ef097139ac6fa6cd909d0c36ed74a2585b67c0c" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.7.tar.gz" + sha256 "019a2aba32c5b475b2f5a24b0eea0693e78d943eed4ccb2702c6b96454a7d8a9" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From 759b3541804bcfb0d28b5b430ac23b2caa6bd911 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:14:00 +0000 Subject: [PATCH 03238/10074] netlify-cli 22.1.3 --- Formula/n/netlify-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index da27afbd1858a..98e7396d52fc4 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -1,8 +1,8 @@ class NetlifyCli < Formula desc "Netlify command-line tool" homepage "https://www.netlify.com/docs/cli" - url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.2.tgz" - sha256 "6e09f7ad4ca677ab44dae5a00721291d9a37b44e5128a65f7625562962c47dcd" + url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.3.tgz" + sha256 "08a2fa4599dda341690779fcdbc795de7da444094bd775014c66ec0d3474fe21" license "MIT" bottle do From d672dd5ea147d043b47a91fcd12402ba68de2e65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:16:10 +0000 Subject: [PATCH 03239/10074] oxlint 0.18.0 --- Formula/o/oxlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 8910039e0bbd6..4b400801fad9b 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -1,8 +1,8 @@ class Oxlint < Formula desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust" homepage "https://oxc.rs/" - url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.17.0.tar.gz" - sha256 "4e2a2cb516c9eca4d17d4b67033ac891daec22d2d18ac3068191d80be59d34fa" + url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.18.0.tar.gz" + sha256 "9d2f927fc26152b10fdceac426c8ba87ec6bf5d7a958fab9b853886eea916b3a" license "MIT" head "https://github.com/oxc-project/oxc.git", branch: "main" From 001a2b1b554780e8d00cb0e24e63eac721f375e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:16:33 +0000 Subject: [PATCH 03240/10074] pc6001vx 4.2.13 --- Formula/p/pc6001vx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pc6001vx.rb b/Formula/p/pc6001vx.rb index e0f46c5dcead2..2a497bfb75948 100644 --- a/Formula/p/pc6001vx.rb +++ b/Formula/p/pc6001vx.rb @@ -2,8 +2,8 @@ class Pc6001vx < Formula desc "PC-6001 emulator" # http://eighttails.seesaa.net/ gives 405 error homepage "https://github.com/eighttails/PC6001VX" - url "https://eighttails.up.seesaa.net/bin/PC6001VX_4.2.12_src.tar.gz" - sha256 "344c8c4a8947d3dd8430ff4eb4a6e5679ac574bc268d0c4cefe3c341f1b79610" + url "https://eighttails.up.seesaa.net/bin/PC6001VX_4.2.13_src.tar.gz" + sha256 "2bfb323ce600dd886d9370fd0d53678df12fbcdf6ddb4510e7dfd0816fa22616" license "LGPL-2.1-or-later" head "https://github.com/eighttails/PC6001VX.git", branch: "master" From 0330f41af273362301f5fefcddb2daa562de8427 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:18:01 +0000 Subject: [PATCH 03241/10074] promptfoo 0.114.6 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 0341db65a912e..46fde53775620 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.5.tgz" - sha256 "30e5aad63572c5d83e90174de554df3ebc6990f256711ad6ba6800b22ce41f7a" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.6.tgz" + sha256 "bbd7dcca55fbc7a1f8385b93c343fc91b3615c3bdb2d16fa08b7297e74e96a63" license "MIT" bottle do From a00fa3fc0a9b72d612c354e7228bdeac0abbb53f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:20:27 +0000 Subject: [PATCH 03242/10074] rollup 4.42.0 --- Formula/r/rollup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index d12e9ad08b08d..cbc845485bd02 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -1,8 +1,8 @@ class Rollup < Formula desc "Next-generation ES module bundler" homepage "https://rollupjs.org/" - url "https://registry.npmjs.org/rollup/-/rollup-4.41.2.tgz" - sha256 "23aed1d2d1ce0ba43634c50f9147fff9184df950bb18e89e45347c4504a7c56e" + url "https://registry.npmjs.org/rollup/-/rollup-4.42.0.tgz" + sha256 "439a0d22f2e14d5c3fc496ba6af9dbb7514ebaaf52da8564fa51db79bf7e59df" license all_of: ["ISC", "MIT"] bottle do From 335c38e600f6d7c46fa48239eb8947b7bfdc66ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:24:50 +0000 Subject: [PATCH 03243/10074] trufflehog 3.89.0 --- Formula/t/trufflehog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 308fd2df2c71b..721a7cdd8a4d9 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -1,8 +1,8 @@ class Trufflehog < Formula desc "Find and verify credentials" homepage "https://trufflesecurity.com/" - url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.88.35.tar.gz" - sha256 "8bb9fd4616e13a165f9a881aaea844c3053b565b46b5c59c71e24836e69faab4" + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.89.0.tar.gz" + sha256 "540900a5108a6dc4c6ab00f3bd5a168da33bb6f121ff7fc9e1771622812a185d" # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 license "AGPL-3.0-only" head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" From 28b93baa326da04174824555c671c82e09086b5c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:25:58 +0000 Subject: [PATCH 03244/10074] virustotal-cli 1.1.1 --- Formula/v/virustotal-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/virustotal-cli.rb b/Formula/v/virustotal-cli.rb index ec62e8b47bb0d..eb7d1b9d244a6 100644 --- a/Formula/v/virustotal-cli.rb +++ b/Formula/v/virustotal-cli.rb @@ -1,8 +1,8 @@ class VirustotalCli < Formula desc "Command-line interface for VirusTotal" homepage "https://github.com/VirusTotal/vt-cli" - url "https://github.com/VirusTotal/vt-cli/archive/refs/tags/1.1.0.tar.gz" - sha256 "b0e6c36218107e96b7f639f77a12ecd8950b2b4d199c1fc56404b88498904fd4" + url "https://github.com/VirusTotal/vt-cli/archive/refs/tags/1.1.1.tar.gz" + sha256 "c92aaa24254bf0e54d9c413dba4f2889757292387614ba67a968153419012869" license "Apache-2.0" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 3f3218799027c26f5393d29e3ce94b33fd0bac03 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:27:15 +0000 Subject: [PATCH 03245/10074] whois 5.6.2 --- Formula/w/whois.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/whois.rb b/Formula/w/whois.rb index b66c1dff859d6..ca1583bf0d79f 100644 --- a/Formula/w/whois.rb +++ b/Formula/w/whois.rb @@ -1,8 +1,8 @@ class Whois < Formula desc "Lookup tool for domain names and other internet resources" homepage "https://github.com/rfc1036/whois" - url "https://github.com/rfc1036/whois/archive/refs/tags/v5.6.1.tar.gz" - sha256 "d219c7f130c6f1565f769b0e079d9509a6aadfe6690423b4428d027fdd43ecd1" + url "https://github.com/rfc1036/whois/archive/refs/tags/v5.6.2.tar.gz" + sha256 "0773cf51fc9a980af3954fb3859c7673f8bb7901c5be4041a12c926609edeb89" license "GPL-2.0-or-later" head "https://github.com/rfc1036/whois.git", branch: "next" From ff53bea2200efad47c17d9371cee93be61ef4188 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:27:32 +0000 Subject: [PATCH 03246/10074] woodpecker-cli 3.7.0 --- Formula/w/woodpecker-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/woodpecker-cli.rb b/Formula/w/woodpecker-cli.rb index 9d21463fb4606..abdb6c9f9ccc9 100644 --- a/Formula/w/woodpecker-cli.rb +++ b/Formula/w/woodpecker-cli.rb @@ -1,8 +1,8 @@ class WoodpeckerCli < Formula desc "CLI client for the Woodpecker Continuous Integration server" homepage "https://woodpecker-ci.org/" - url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v3.6.0.tar.gz" - sha256 "77e6cf71266b0b11a045a71da17bef27a65631a32bf717ef4f85c539101418d9" + url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v3.7.0.tar.gz" + sha256 "ed1720da0e8cc8532870da8e0882a9ad95cc309b026627a6fc1c3cdaa57a0af7" license "Apache-2.0" head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main" From f93e044aa2895064b3c61add8288f32c0f357dd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:44:20 +0000 Subject: [PATCH 03247/10074] cargo-binstall: update 1.12.7 bottle. --- Formula/c/cargo-binstall.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index 87ce59717aa63..94e45586a4061 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -15,13 +15,13 @@ class CargoBinstall < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5860a3db624f3f2c2619498ed85f0da7d0c280dc83cd65cf95d566ebaba7a0d9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8144abd09add935d93063769d78d178416c4c1c2a320447e44610db4d55c3fc4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "251d65bc670309277fe51abcf4d35010fe40080302034e8c91c6e26eeea90937" - sha256 cellar: :any_skip_relocation, sonoma: "4ce423686adb6a7ac91bdee2564a5cb41863a4f5b518bd2b8f113bdfbbf280d6" - sha256 cellar: :any_skip_relocation, ventura: "4223ddd3f40a11768e8c10ed553ac352178ce2a3d214cfc0d27b3001d3b780ed" - sha256 cellar: :any_skip_relocation, arm64_linux: "e3b5e60f387ffc75b90a10dc8d4a38c59bc421270e0ce2f6140460df2142f9ee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "35673fe55ff1af9f5eeb722f7b9d038a6d05fad75791b12543bd5fcf5c2b943f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d662e650a6bdff72990d248316eaf2bb95ed0cf70ef1addbd9588e42bd43302" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6cc8b7f4a72b5da0c8825a6bdbfe49fd6951823ca2a201988ae96a4e62e1c2f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "13a32a37390078e8ecf225ea58180aae81efb2a3d82224b3cdbe4407c4855c71" + sha256 cellar: :any_skip_relocation, sonoma: "52f95d65f92ae68561f78d9435b148e3f4626c9026f46dbc97c5fd69ed2cb9f4" + sha256 cellar: :any_skip_relocation, ventura: "79a21b685dc56a3f6d759f3bda7ab6e685d9c6a1e228bc2568761d2b2b2a5500" + sha256 cellar: :any_skip_relocation, arm64_linux: "77d9a1a1b08ff1b1a250f375dc322ae0e54406dcac4fd42619a224c4d47ca5c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f539909e3b5ea0cb69d9c574efa2c0f728f1d29a0071beb5dcbfd61fb54475be" end depends_on "rust" => :build From 9c3bc723e1ff580ffe70a3996e3400ad8764a498 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:44:42 +0000 Subject: [PATCH 03248/10074] circleci: update 0.1.32323 bottle. --- Formula/c/circleci.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index 6c6add65183c9..de6bdb9ea80bc 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -9,12 +9,12 @@ class Circleci < Formula head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08c81f76f23546390918fb9252af5d138a1ca07758035628914b9d5deb8c3e6e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "08c81f76f23546390918fb9252af5d138a1ca07758035628914b9d5deb8c3e6e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "08c81f76f23546390918fb9252af5d138a1ca07758035628914b9d5deb8c3e6e" - sha256 cellar: :any_skip_relocation, sonoma: "bfb2cb75236390116f33b4832c4d8fde2fb8bc6c15deea9242dac526a3d49453" - sha256 cellar: :any_skip_relocation, ventura: "bfb2cb75236390116f33b4832c4d8fde2fb8bc6c15deea9242dac526a3d49453" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d876d75b710f7ae40a1546bfd299a7679b88f87d397a376c8a59c2e7c57fb092" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3aea471054ac1203b37039101977488aa6275a28c9a1ba968ad40c48381b5ab4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3aea471054ac1203b37039101977488aa6275a28c9a1ba968ad40c48381b5ab4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3aea471054ac1203b37039101977488aa6275a28c9a1ba968ad40c48381b5ab4" + sha256 cellar: :any_skip_relocation, sonoma: "adbfe55b8fe104e1e5e81448184fed98e9de2465ee85f155125b9460b6fa5906" + sha256 cellar: :any_skip_relocation, ventura: "adbfe55b8fe104e1e5e81448184fed98e9de2465ee85f155125b9460b6fa5906" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b03a55e2359fc0c973788af50625541ddb935af6ef85970ce4d6ef09db371a7a" end depends_on "go" => :build From c6494065e328d8989a128d2afa9b0888682eeebb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:44:45 +0000 Subject: [PATCH 03249/10074] fern-api: update 0.63.37 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 55646e374fc80..4dd426ab06a5d 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "11d2b88a61c768d2e775226ef1a21af50690d47946646a722bfccba8f8dfbffd" + sha256 cellar: :any_skip_relocation, all: "e1379d9cd1332ac10fa3c793e69105a8649a0770c18d5d1d9b3e5c4cf5a7b94c" end depends_on "node" From e9600d791b8e911d52483c34251577380b8511cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:45:01 +0000 Subject: [PATCH 03250/10074] fwup: update 1.13.0 bottle. --- Formula/f/fwup.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fwup.rb b/Formula/f/fwup.rb index 041a4997e56af..05e850e83ff95 100644 --- a/Formula/f/fwup.rb +++ b/Formula/f/fwup.rb @@ -6,13 +6,13 @@ class Fwup < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "3a6475fae09adbbd4d267481d3766d6e241524275285e614017a969da501cc09" - sha256 cellar: :any, arm64_sonoma: "a254ebf601c9189becda7a184f537a0aa4ac4a15b0f29434f4a7d77c03208075" - sha256 cellar: :any, arm64_ventura: "d3e2a527a61fa63fb980dbf222a0f3b77e53a1a63d1b7e7c9e040f825918af5a" - sha256 cellar: :any, sonoma: "cb5000cb6745a5a7bd9de40cef64bf331190e500a2b9be212932e30a78c8cd45" - sha256 cellar: :any, ventura: "50c158ddc59870d967aa7a2964b37c57483427728c5d8d73ae2fa8f1e18a9354" - sha256 cellar: :any_skip_relocation, arm64_linux: "ec429ce368f3207b95dde1280115cc8443091782986445a60d3b972eacc6fbc8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "56e168989bccb02fee0ec1084e3518013687c07f4c839778f108d4783c6c4a61" + sha256 cellar: :any, arm64_sequoia: "31c3bf9d91a3d49bcb75ae61e27fb7cccd856f69bae861841884430c0c99f1f9" + sha256 cellar: :any, arm64_sonoma: "6909ea5de2f883926be1af71e0f6316662f3b4aa26224e863791b9d6c137c3d5" + sha256 cellar: :any, arm64_ventura: "ae6228df886d9372709f67031b05b0e52a02243de4ece1e0eea09d10be139652" + sha256 cellar: :any, sonoma: "968ceaceda1b320df56b862a25d4366b136151891c0025d8c5a3d2a9ebd893ba" + sha256 cellar: :any, ventura: "d07d9b1e611b39c49f7d7280b772fd98f4654cec4b15e1ee7c6dd7cf7ef0841f" + sha256 cellar: :any_skip_relocation, arm64_linux: "a8167e3a8701e07b6650ddf3ca485e03d7e508f054c009b714f6e551f3599c80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "763938b79feea5b422d84bf11c6f81b2471c3bb9e91734a8bb37314f6f9dd4e9" end depends_on "pkgconf" => :build From eea938f3c449b5570c2e78749de52922750a522b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:45:05 +0000 Subject: [PATCH 03251/10074] fonttools: update 4.58.2 bottle. --- Formula/f/fonttools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fonttools.rb b/Formula/f/fonttools.rb index 536e7a56f181d..c22ac515ae747 100644 --- a/Formula/f/fonttools.rb +++ b/Formula/f/fonttools.rb @@ -9,13 +9,13 @@ class Fonttools < Formula head "https://github.com/fonttools/fonttools.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "588bfcf36f5f17eabc691520fc83c5c1c839bdc65bfe4303212f80a9ee703892" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c21a428411bfd83dd48be7699d80fa62beaf2346391bd4e28b2af423441fe99" - sha256 cellar: :any_skip_relocation, arm64_ventura: "206625e701b9b8466e3bcf1890b50845e78e77d707f112492514b910ec318fa9" - sha256 cellar: :any_skip_relocation, sonoma: "d650913fe4d04925d4c05b4b4b12cb0239d25721ad9bd9866b2999b42affe550" - sha256 cellar: :any_skip_relocation, ventura: "689448e8a968adc032cc59efc0a16713b93f076a0fb6b5054b53e9dc959d9d60" - sha256 cellar: :any_skip_relocation, arm64_linux: "654a0d82ae42fb0f15848299042e12c2028ba0b778c47c41047b87fbbea7d2b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "435d6ac0e8dbbacf8252429d9c1f563d5106f008caf237eccddb883417a00489" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "784ae3d6aaab125ecac9976e4fcd69a3233aa6d1c1e8992d2cb35a12c9169a12" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c34c91facf3b6af85a7cadba224d621b5d4c7af3c83e5becee7b252cfb82a94f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2562cf70b7cf4ac4039fc5c2dca977ffdd19a7cb1dd6b92b4f727e6b2c910b3d" + sha256 cellar: :any_skip_relocation, sonoma: "9a46dcfb6516a582ee720c97f60a8b883d597e4a77ecf51f12b71f9ae6818a8f" + sha256 cellar: :any_skip_relocation, ventura: "2c59c11bb76149872015795e280811ca04369ebae949aa45941d1faff3d6a233" + sha256 cellar: :any_skip_relocation, arm64_linux: "b30378e8e16e6ba77db859c1b6cfa406292bbaf5dcfa368265fb3c990ffd7a88" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3599c8ab5b7c4044c9a2864955f7132c7dc7aed8278463e964692dcb3b1139e5" end depends_on "python@3.13" From d9aa241c0a61619b8a31e7dbfb9dbb8e997465b4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:45:32 +0000 Subject: [PATCH 03252/10074] libzdb: update 3.4.1 bottle. --- Formula/lib/libzdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libzdb.rb b/Formula/lib/libzdb.rb index 5a39fe5d11d5a..885d639bfc7c2 100644 --- a/Formula/lib/libzdb.rb +++ b/Formula/lib/libzdb.rb @@ -11,13 +11,13 @@ class Libzdb < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c2cdc0ace2bf1ef0a9d2526c7ae60e9274b89554b0c102fbec55e3de814644fe" - sha256 cellar: :any, arm64_sonoma: "64f246320a51ae3c3c964b5d43727117c86496dd00d3fa1502ffc5bd3b1dee2d" - sha256 cellar: :any, arm64_ventura: "726e589d4f8923d5637a0e2e783646b72c27fc67be1b9964751a84756eff31f0" - sha256 cellar: :any, sonoma: "7edcecb1ca7c17d03534e6af574756ec864b4def522cb7e08eafe6b6644a726c" - sha256 cellar: :any, ventura: "241ebf0e383ea2e76a0f50a7631732196b766c2db21a7a9777dbfb698b099661" - sha256 cellar: :any_skip_relocation, arm64_linux: "5298d25e7949700706d31195a5e6002340099bb67bda72a895f068cc5b8205a6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3c1a98b88d064a8046b123cd741283a5135edc37bac2567a650fdf561c9ed22" + sha256 cellar: :any, arm64_sequoia: "7ada18691b69fb2fe14cbc26b6e37acc064386f8126d94ce2ee52bc1a33d1aa4" + sha256 cellar: :any, arm64_sonoma: "ca0e3601cb111cc6c2bd04831af5c9d18a8ae39297bc89f16d53c0678c1cad51" + sha256 cellar: :any, arm64_ventura: "11174fffce669dbc8386dac012f4594500fdd596c4886801bad1e8ebd28ab77d" + sha256 cellar: :any, sonoma: "1843cd80847c08ddfa3ae8eb7b9e9a9d2a32969b34c20ece74cac56ce273e152" + sha256 cellar: :any, ventura: "dc8fbe5b6fba579fbaf7f628f73aee6b483fa3a3ecda5716275deda4cb3f7ae0" + sha256 cellar: :any_skip_relocation, arm64_linux: "3f77c7ceb5a775daee1b96ddf92589067dcfaf462b074d44cabcf646bd97fd28" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9551416d8cb38c1aaef90512c88a72fa5516b4db4dc3abb46c9267fb12f2181f" end depends_on "libpq" From c5e8bd61f8e66c6d4391cca198e6e611eafa2f06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:45:47 +0000 Subject: [PATCH 03253/10074] mint: update 0.18.0 bottle. --- Formula/m/mint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mint.rb b/Formula/m/mint.rb index 6c71237ac81d7..2948964d3736d 100644 --- a/Formula/m/mint.rb +++ b/Formula/m/mint.rb @@ -6,13 +6,13 @@ class Mint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3fc482e70ccaeccba4657dd863bb31d30be2875e8352ba4be2b72e8f57f8ff68" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "219b7e7aa07d76183fd4e3512226b64ce5c75fa9ce163cb570bea085c2712b40" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a00bd6097b4202256a07c898fae04dce40aa51b62b173694b62d431073760fb9" - sha256 cellar: :any_skip_relocation, sonoma: "a7052e202732f908080c493de6b0daba9e48ccdd7d19a3846afe951c63009fe0" - sha256 cellar: :any_skip_relocation, ventura: "4bee455c6966630660ac785f84b894b1a036e6abff5e3642ecc2a194662bae62" - sha256 cellar: :any_skip_relocation, arm64_linux: "50239877c00a44b5b9bddf51944fdc4cfec571ea2e41244e519443b2e9138255" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5228b1e9dada4c9b4721064ba858ed361778fa7ff36cb2b682c906737ec31b92" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "03f825e0fd5918402a464d928e1e8ae91622c95cf62098858bd2b40424716e94" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "89bc9449b108a6cae523b0435820043a1834654662067582543304aab7f32290" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8176c18a31425df3d05f1584756d365f4e5179decbc7d9dd4666823a1462f06c" + sha256 cellar: :any_skip_relocation, sonoma: "c46cfdc50fbaf93e0881988ba995420b04bfca1fe3fe6f401e8acf7565ff1669" + sha256 cellar: :any_skip_relocation, ventura: "6be5974302eff0e0139abf6bb9daf011cf3c39577bf521031e858d6f80c4dc15" + sha256 cellar: :any_skip_relocation, arm64_linux: "4908cc3e06dccb23970b73cacd57d7984d813448d5322cad346a5960c2ab255a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8475fe55ddddff036a03d1cb6d255167b1c3418bcab0be6fe8e0b1801bcdc5e" end depends_on xcode: ["12.0", :build] From 2faabf923a93e6af5e2dcf4ef09c115eb0bec3ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:45:48 +0000 Subject: [PATCH 03254/10074] libtatsu: update 1.0.5 bottle. --- Formula/lib/libtatsu.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libtatsu.rb b/Formula/lib/libtatsu.rb index 540f4a6794936..9ddac52ed3559 100644 --- a/Formula/lib/libtatsu.rb +++ b/Formula/lib/libtatsu.rb @@ -7,13 +7,13 @@ class Libtatsu < Formula head "https://github.com/libimobiledevice/libtatsu.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "3490caa14c81cdffce28d50ce34880ab9b95a193a26906bf035492e3c37a3b2d" - sha256 cellar: :any, arm64_sonoma: "870c73a45691c13d672235e9a3ed53d0a9d76a7f1b9aafda775b541c1735c3d1" - sha256 cellar: :any, arm64_ventura: "4a33d3d2692d953e3bd1c0a8561011152ab9dcb5d029f0bbc33315233337fe52" - sha256 cellar: :any, sonoma: "fafd0d67b5ccd44ee5c33fd4ba38f063029a89582a21e5a88104f00638bc620f" - sha256 cellar: :any, ventura: "70223395b5fb5525f701e78c40b9b5b4c9f897fec98bee2dff4af63612440da4" - sha256 cellar: :any_skip_relocation, arm64_linux: "84fd9c2fef6f7311c1b68ab8f1c481ea0e80cfc6ceffc1bef0dd23ff38e4c5cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dd96d83e2a85b4c479893f9493d0ffb9d7f66d357216d08adb6a4a158f72a582" + sha256 cellar: :any, arm64_sequoia: "e729a89bd9fba8be9355e7c4dd4dfc89cb039f6c063ffcd1adb102d3dfec75d5" + sha256 cellar: :any, arm64_sonoma: "efb9b3d41f8e825551a9047fd46788477ee53b3fa40f1c032bb74297be7ca21b" + sha256 cellar: :any, arm64_ventura: "6324074e98eef39e5bccff4ed8dccd26cd28279d6cfeeb907e48ef8770bdc5bc" + sha256 cellar: :any, sonoma: "3c64e4c3dec2b31b5d9a228073f08997d2efa813fe6ec431eba870112995fa08" + sha256 cellar: :any, ventura: "73f65e3ab29de1deaa39d6784e9003867ba43205e91cede4847239f118bd7ebb" + sha256 cellar: :any_skip_relocation, arm64_linux: "be22c10c322aac3a41282d50b06cd6c8d3add347ba1f9978a3fc43da5418a753" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e616827b2db64dfa913646990030b20db78dc3cddd6e56a801eb82658ae6b07" end depends_on "autoconf" => :build From 4e9e02e90676b27cdcd28831df693e6dbf400f11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:46:11 +0000 Subject: [PATCH 03255/10074] vcpkg: update 2025.06.02 bottle. --- Formula/v/vcpkg.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vcpkg.rb b/Formula/v/vcpkg.rb index d53371b60b6e0..531e3e39c8c04 100644 --- a/Formula/v/vcpkg.rb +++ b/Formula/v/vcpkg.rb @@ -21,13 +21,13 @@ class Vcpkg < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "1510e99a274edd3a4694170eea92c4cf684fc92837c59b2ee2428de3abb6f838" - sha256 cellar: :any, arm64_sonoma: "41ed6051ffceb2a95341eee38d26a4015cd5cb0b10a6e68797be2c242feb98ae" - sha256 cellar: :any, arm64_ventura: "64204565ac3492b95aae0c2a42317e559db674f115178e47735f5f6b2684dd22" - sha256 cellar: :any, sonoma: "d10eb9b9a16616cff65dba2cfa59fb8329446a0647fca48720fcaa8285250d9c" - sha256 cellar: :any, ventura: "2ba931d9099e9fe90784ab1b95d714efcd71502306ddd0668722add600fc8765" - sha256 cellar: :any_skip_relocation, arm64_linux: "2bd989cebee3ed089f83ced7ba484e5696efd9c2bea68811948ed68a62e29755" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ca156b54a240e0353bc9e131ec213d1b6851f8b0f81c6f509edd71727f5c2aaf" + sha256 cellar: :any, arm64_sequoia: "e72e89dc6dc6a7ee947a8b9e54efc00f16bf39e3703da4a877f5ba03d5238cbd" + sha256 cellar: :any, arm64_sonoma: "89439508fa09654c9c1f2069cc028a288bff566be5ca07da804ef0f9a7a45e8e" + sha256 cellar: :any, arm64_ventura: "3a2923ce1239dff6825ce4cc4927a91c2b18151fd60acfcd7017c77c18dcc420" + sha256 cellar: :any, sonoma: "c6f8bf88e9c72affac7866601a2756a9259a48285cddd8c6bb6cad1ce8b4c9c3" + sha256 cellar: :any, ventura: "c3175fd1ed7a05217c743b409eb6c2d1df3ef49ce38452d260556c514af6406b" + sha256 cellar: :any_skip_relocation, arm64_linux: "f48a524bda37a5cbea20b524f42ced7bce7ffb2173114cd90684ef0631ddb269" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2a7c770847ac233d589a397e24537ab7fd3cf1d6d1bdb2cbfbfc66ed554b1f08" end depends_on "cmake" => :build From 8d17f351fde86e5c9b04c10e60184ee93a529c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Fri, 6 Jun 2025 16:05:58 +0200 Subject: [PATCH 03256/10074] xk6: The version command is fixed and tested --- Formula/x/xk6.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/x/xk6.rb b/Formula/x/xk6.rb index c79a4cbdaa162..629d13d11885a 100644 --- a/Formula/x/xk6.rb +++ b/Formula/x/xk6.rb @@ -23,11 +23,11 @@ class Xk6 < Formula depends_on "go" def install - system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/xk6" + system "go", "build", *std_go_args(ldflags: "-s -w -X go.k6.io/xk6/internal/cmd.version=#{version}") end test do - str_build = shell_output("#{bin}/xk6 build") - assert_match "xk6 has now produced a new k6 binary", str_build + assert_match "xk6 version #{version}", shell_output("#{bin}/xk6 version") + assert_match "xk6 has now produced a new k6 binary", shell_output("#{bin}/xk6 build") end end From d208709d32192a4e51641301ca890ee13de5ea53 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 14:10:18 -0400 Subject: [PATCH 03257/10074] gdal: revision bump (poppler 25.06.0) Signed-off-by: Rui Chen --- Formula/g/gdal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gdal.rb b/Formula/g/gdal.rb index e29a6d0c29784..07f5db8c24064 100644 --- a/Formula/g/gdal.rb +++ b/Formula/g/gdal.rb @@ -4,7 +4,7 @@ class Gdal < Formula url "https://github.com/OSGeo/gdal/releases/download/v3.11.0/gdal-3.11.0.tar.gz" sha256 "723d7b04e0f094be2636128d15165b45059ac5e53f143cbbd93280af0b347abd" license "MIT" - revision 1 + revision 2 livecheck do url "https://download.osgeo.org/gdal/CURRENT/" From 8e4338294dc68886f9b8a2d1fbd523a48a65ab9c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 14:10:37 -0400 Subject: [PATCH 03258/10074] pdftoipe: revision bump (poppler 25.06.0) Signed-off-by: Rui Chen --- Formula/p/pdftoipe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pdftoipe.rb b/Formula/p/pdftoipe.rb index c2bf875520bf5..0a73d80b7c28e 100644 --- a/Formula/p/pdftoipe.rb +++ b/Formula/p/pdftoipe.rb @@ -4,7 +4,7 @@ class Pdftoipe < Formula url "https://github.com/otfried/ipe-tools/archive/refs/tags/v7.2.29.1.tar.gz" sha256 "604ef6e83ad8648fa09c41a788549db28193bb3638033d69cac2b0b3f33bd69b" license "GPL-2.0-or-later" - revision 6 + revision 7 bottle do sha256 cellar: :any, arm64_sequoia: "9e93f97375ae15498043bc1cfe9733bd2939f2a000817f4c497a055407e13349" From 5958ce4952fab5fe5ff5a17a5680e13227c7ac52 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:11:08 +0000 Subject: [PATCH 03259/10074] mesheryctl: update 0.8.99 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index e5a64f271565d..767fa8e781d09 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6fdd11739072f0bc3ca0ffc57e24e55330f7ea267fe76e1d5205f0bda4d5415" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6fdd11739072f0bc3ca0ffc57e24e55330f7ea267fe76e1d5205f0bda4d5415" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f6fdd11739072f0bc3ca0ffc57e24e55330f7ea267fe76e1d5205f0bda4d5415" - sha256 cellar: :any_skip_relocation, sonoma: "0e9d9c0f5f8a18b1bde0a479d3e28095e3f394dc0b549812f90e77e5c3b83c70" - sha256 cellar: :any_skip_relocation, ventura: "0e9d9c0f5f8a18b1bde0a479d3e28095e3f394dc0b549812f90e77e5c3b83c70" - sha256 cellar: :any_skip_relocation, arm64_linux: "15566702005bc3879752fdf7f119a918498cf3c66bf5c1002f2e2cb32c4587ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a7b42585a81fa55c4536a6debf606ea7428644d100fc89fe6e760a9f33e4c2c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "774fdd0a30edc9920f6ea4066cda5e46ad7606ca3943fdab4288e3df24439504" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "774fdd0a30edc9920f6ea4066cda5e46ad7606ca3943fdab4288e3df24439504" + sha256 cellar: :any_skip_relocation, arm64_ventura: "774fdd0a30edc9920f6ea4066cda5e46ad7606ca3943fdab4288e3df24439504" + sha256 cellar: :any_skip_relocation, sonoma: "2052d14435d7a8e158193adc0bdcaadbf91018eab38bf554f2a9d2396f1fca2b" + sha256 cellar: :any_skip_relocation, ventura: "2052d14435d7a8e158193adc0bdcaadbf91018eab38bf554f2a9d2396f1fca2b" + sha256 cellar: :any_skip_relocation, arm64_linux: "c16118946f2f8a160da56da71088c5a0b1c6dcb929c476416a094d24dda23cb2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "be2b5df42d882f739e8e185f34d5e94c6c045e146290c5c174397c45f9750963" end depends_on "go" => :build From 9a2ee83e8c6de9417c5fb98b70fb5a83bea62d60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:11:15 +0000 Subject: [PATCH 03260/10074] gql: update 0.39.0 bottle. --- Formula/g/gql.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gql.rb b/Formula/g/gql.rb index 00e9d54995954..48bf1edf58205 100644 --- a/Formula/g/gql.rb +++ b/Formula/g/gql.rb @@ -7,13 +7,13 @@ class Gql < Formula head "https://github.com/AmrDeveloper/GQL.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e52a7c30a6b3d0e2c0da86c2984735bedde904bcd54fa2e713cd974749a660c3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1b60f6589cf810a022ad306548e45648a1f3f9cdccf2795bbae0498c2f54a49" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f3220ec85145c701f36aea074082938995f6a141f2530a1de15134fe702edc2c" - sha256 cellar: :any_skip_relocation, sonoma: "aa9030a48db8c762085f360f68d8756b113b4927e0cde3ff822eee8f54c32a4b" - sha256 cellar: :any_skip_relocation, ventura: "ed25e7350aa63766f12a68dd1efca4c074d6ca53a90c46ec10cd47d3fd360790" - sha256 cellar: :any_skip_relocation, arm64_linux: "f031dda695346ce5efe06afdc606b3ffefa2d817ae9f5d60e3cc4ca3e3e04599" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e6693611a27513ed6a334472158a2b3419c477e9503165aa35cc5b3924a78c3d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a70e0dae86235b6454ea5fad8cb064e20b5b3a6dfe3026fb68a8023b6c10519" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec2f8476cf1848dc6409f68759e733e6be5bdb3ce434b8aa036ba75255958320" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a1b97a800e5e9115952124e9be43d4c81a8739c32958c949ff5fa3c4a57dbe42" + sha256 cellar: :any_skip_relocation, sonoma: "c1112423136518b23c5e9576178958280c9aeecd74067cc6a7a99fcd38331672" + sha256 cellar: :any_skip_relocation, ventura: "bc2529339d7238a478e596b06b15fce15a03d970287cc50e9f48677b0260d922" + sha256 cellar: :any_skip_relocation, arm64_linux: "6066a107532dbbb0c8b616d0fd20eb8319d0aa5184ba5a2486397d03b062bbad" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b7ec2d096f0a7954131a023b0968a43402ac55df0b774d2bd4e10236aa682df" end depends_on "cmake" => :build From e318fe2469e72d43696b002cfa02b3980fc77ff9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:11:24 +0000 Subject: [PATCH 03261/10074] melange: update 0.26.7 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 00d4f243c3ccb..64891a28d2091 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c03def72ac0f8a743604fc6c692aaec3300df30df404920ff979c131d73ddf6e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6303c80231f3fa60db9c9315a14ca45ea25d6ade7420fd6ca5c1be96cd9ff648" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5d03612ed7aaa86cdfc045d4fe6dd5f01992c7f6b921f9a73ff13ed3766dc2b1" - sha256 cellar: :any_skip_relocation, sonoma: "ce5061b016b068d0d98a10a84c8814c9e68aeeae6b455c3735b590e7a9dd1a13" - sha256 cellar: :any_skip_relocation, ventura: "7555f1d56357ab02b9b54724237812e2f4ebbdce261305aeeda3a1a2dc13e790" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b731c2225421e73e79aacd7668b5cb1e7b17dcf604bd72064e0b55a31e662217" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "de1816fa9352b568bba486198cedf80ce28dcec53391883103892418ced052a9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d22ac3484f8d934f73d65f25b7dd39bd23c3db7f702f045c2b0789885e23bbd4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "50f6e0813b09e7bcacc3c2b417494a5357d417a52b0aa68586274ffe7f7e43a3" + sha256 cellar: :any_skip_relocation, sonoma: "3552b63c896890c35277207a87f045652a837a15f862b67f3a0bcc7b85e5a15f" + sha256 cellar: :any_skip_relocation, ventura: "d7913bfd4658fc2ed1c87b96a373569e449da83dc72acab6ec52898d1ceeb890" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3dd31a96f614ab919df05bc7aeced4db6563e6a7d3d3efefcc90e19627e3e0ab" end depends_on "go" => :build From 8c4cdb07b2cbcf8b02f554dfbf11facac6cb8a1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:11:44 +0000 Subject: [PATCH 03262/10074] infisical: update 0.41.82 bottle. --- Formula/i/infisical.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index b1b24172c69f1..d84384ff5bcd3 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -12,12 +12,12 @@ class Infisical < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "361d9c188aa0aeced55be61c1970b97364c6bbc260802d3ee55f35063c67453c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "361d9c188aa0aeced55be61c1970b97364c6bbc260802d3ee55f35063c67453c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "361d9c188aa0aeced55be61c1970b97364c6bbc260802d3ee55f35063c67453c" - sha256 cellar: :any_skip_relocation, sonoma: "bc250448429b7cffa09ccb553e5bc5e07417aa844338f5fb8206ed4f9558f883" - sha256 cellar: :any_skip_relocation, ventura: "bc250448429b7cffa09ccb553e5bc5e07417aa844338f5fb8206ed4f9558f883" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a4890412b785d5b71d8f1d1af801fcfb87b124f863b42e85a233a9b6f728d22" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9451a5db2b868bb4b4c140a5ab8daebd419f2253353942642f27a9da447514bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9451a5db2b868bb4b4c140a5ab8daebd419f2253353942642f27a9da447514bb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9451a5db2b868bb4b4c140a5ab8daebd419f2253353942642f27a9da447514bb" + sha256 cellar: :any_skip_relocation, sonoma: "1a18fa3ff6304f76223b3e9b94d7fd7d376aeef53cefac93ef6407fbe6f8078b" + sha256 cellar: :any_skip_relocation, ventura: "1a18fa3ff6304f76223b3e9b94d7fd7d376aeef53cefac93ef6407fbe6f8078b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a6ce26ae13edcd0c8e3fb3047af3e99aeac5cd6879a0c8e6b1ebc5dfdf8de4bd" end depends_on "go" => :build From 36453040106a01d473fbb018471c537577019db2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:16:53 +0000 Subject: [PATCH 03263/10074] oxlint: update 0.18.0 bottle. --- Formula/o/oxlint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 4b400801fad9b..d2e7496e91072 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -12,13 +12,13 @@ class Oxlint < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8742c93896c82ee816d8ab71d4d589f8d121eca1466549390328e482eef0b9d5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7da601a9b336ed010333037fc1669e544cce189ef51201219097fb6045af7c94" - sha256 cellar: :any_skip_relocation, arm64_ventura: "835260204f25a5b6149205b69b89af19a7fe27ebbcd2121c5f89748227e0db64" - sha256 cellar: :any_skip_relocation, sonoma: "2a53c60b5aabb194be52c3d5ae7528f24dfeb01735177025bb98d050f7182722" - sha256 cellar: :any_skip_relocation, ventura: "cd7a447256ceffb0b888b5097c2f80fb01e61d4b3046aa8105cbddbe5460519e" - sha256 cellar: :any_skip_relocation, arm64_linux: "6d037e8c3d505b8658799a12ec436b6f3abc5b5ef69a530326057d5ca6d3698b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b158fb9f79ae4dfe2571cb8435cc817a6c5a8530b0d879efb531e180659941cd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "69f52ed41233eac2c900381457880bd273ae1d809e1aa7da3b148ce1a7559bd8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5a466d110dddd82394c03686955e78706d8a61730d77d3f34d98aef919c02b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "33141377685d7ae831339c48ed78a2a9622a517ddbfac88beff1d43eca1e1651" + sha256 cellar: :any_skip_relocation, sonoma: "ee7786c3145737abc2baf3a0c48ebdd63e24f17581abee882694db2ac53e2660" + sha256 cellar: :any_skip_relocation, ventura: "8acebbc3c654db13173eeaf5e8616e529d281be6984becc182a98ea066f92997" + sha256 cellar: :any_skip_relocation, arm64_linux: "79fb0290a23bd04370f5380bb9605c17771008896b628d583a292b329f54bf3e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d25eb74d72c3efc2f901f6ee665212db23c2c7322d7c0a5ec67e254d8c1a50dc" end depends_on "rust" => :build From 3ac132345d3d010da307dc8027762c927a8b6200 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:30:55 +0000 Subject: [PATCH 03264/10074] netlify-cli: update 22.1.3 bottle. --- Formula/n/netlify-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 98e7396d52fc4..0a9b5c5d8ec5b 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -6,13 +6,13 @@ class NetlifyCli < Formula license "MIT" bottle do - sha256 arm64_sequoia: "37776f23a61c7fdc69bb5130dfddbeb4d314b09827c7a534058d6d6a006b0297" - sha256 arm64_sonoma: "57e58c24b57de64136de1214e2ec86f90be76cdceaab072ef6e59f42634cbe40" - sha256 arm64_ventura: "2b854d553cd8d2c8a7ba6f70a6b83e78cb4c8028604e19befd55c6934ddfdd3f" - sha256 sonoma: "7ea88a9c1827775ef5633ca8c451278a97a2cf5e0479b44c5637f807da0c2979" - sha256 ventura: "bcca7c1b67223a1bd4f4db0b000a721a6fd6b115fd999029fe08550ba21a69cf" - sha256 cellar: :any_skip_relocation, arm64_linux: "1df4d4ac5d2010e05abd7c9de67191cf68eacfbcc029b0be87c57d2cf3261ca2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6164dab8f21ca1062bf27157e07b6fcc568c7911bc3884908e645f918bf71f02" + sha256 arm64_sequoia: "f51fca6764a6ad40bbd7a74db9a6100f3222e2aece813872bd3f8165a25c4ec1" + sha256 arm64_sonoma: "abe91cbfb13c25b0dcce9f91d247d08f9b3e600a86ea628ce7269734c33194b1" + sha256 arm64_ventura: "cbddb1b8b0669657b862a885bc141ffaff826a6c87295893b1489fb886e8054f" + sha256 sonoma: "ec6d41ad02576073eca3c88c15effbf9ba8bcd6e32b08230f58c92d6464964d2" + sha256 ventura: "9e0186478b648b1070783f88845ba434864bf0868fc94a2d05d73bd009d20623" + sha256 cellar: :any_skip_relocation, arm64_linux: "71577fe8c9caa3a835090e0766322dc1fc0fdd8ec9ad683a618b55c06c6ac034" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f8e96412b64ab86100896007bbbc49ae40da36a0c9144c650d98e64dc93496dd" end depends_on "pkgconf" => :build From fe488baf9565220593e58e06680e827ecfd45ce2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:39:12 +0000 Subject: [PATCH 03265/10074] rollup: update 4.42.0 bottle. --- Formula/r/rollup.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index cbc845485bd02..9442c754ced2f 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -6,13 +6,13 @@ class Rollup < Formula license all_of: ["ISC", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "05ac5627d16d5be56506952a70fef84c9eb5b4ab1b014f7553a3309cbbe8e8a9" - sha256 cellar: :any, arm64_sonoma: "05ac5627d16d5be56506952a70fef84c9eb5b4ab1b014f7553a3309cbbe8e8a9" - sha256 cellar: :any, arm64_ventura: "05ac5627d16d5be56506952a70fef84c9eb5b4ab1b014f7553a3309cbbe8e8a9" - sha256 cellar: :any, sonoma: "bb8e13f60724f7f0d1cc619442b82b38262f801ad2f125ffbb0bfce8a73e5f7f" - sha256 cellar: :any, ventura: "bb8e13f60724f7f0d1cc619442b82b38262f801ad2f125ffbb0bfce8a73e5f7f" - sha256 cellar: :any_skip_relocation, arm64_linux: "919f48a63a8e528bbf6006413696694f912536a052850e45cef381aa0aa2b165" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2db8d406e339015b15803d949571c6881cccb09ea02a98d47ef40c8331f105e" + sha256 cellar: :any, arm64_sequoia: "8fb47f29cab6cb064b1831fd381f663b9e3b7c11b833da0c5edfe4953f18cb63" + sha256 cellar: :any, arm64_sonoma: "8fb47f29cab6cb064b1831fd381f663b9e3b7c11b833da0c5edfe4953f18cb63" + sha256 cellar: :any, arm64_ventura: "8fb47f29cab6cb064b1831fd381f663b9e3b7c11b833da0c5edfe4953f18cb63" + sha256 cellar: :any, sonoma: "8df3dbc35be3338bb3a85285e4d8a5ae9ae71deba6a75769964b25d897193210" + sha256 cellar: :any, ventura: "8df3dbc35be3338bb3a85285e4d8a5ae9ae71deba6a75769964b25d897193210" + sha256 cellar: :any_skip_relocation, arm64_linux: "43ed75dcbfc07400fd1602c2cd2171e25d6e24f9f84dfde4a5ce99b2bb913fac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d95145d56512aa68187a384bd736581a0ee85ce88f4673c70b3077fe544e307d" end depends_on "node" From fec2b2984bca06a30bfe6b7b943660d9e4217c24 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:42:15 +0000 Subject: [PATCH 03266/10074] promptfoo: update 0.114.6 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 46fde53775620..c6b1d06ebafb6 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "92472e7e0a09f4abcd8f8c7a2677851a90cd8ef8e1647983c8b38cb7654dd4a7" - sha256 cellar: :any, arm64_sonoma: "0f705fa5e0840d10e3e2b56ed007ac32106ed91e1e2c34209580c7d12583d300" - sha256 cellar: :any, arm64_ventura: "f4acd6ee7729c3c4c39df17ebf2d53377d47c941078265f0e59bed59f72b5c6f" - sha256 sonoma: "24a5678c8a708653fc3859bba92e7ce7738b1acccee0389a1fb7c474dbd59e3e" - sha256 ventura: "3ade35d5f5d38e747cf3ba5bcf43acced803faea9bcb6da5c86326f8d7c5b97a" - sha256 cellar: :any_skip_relocation, arm64_linux: "cf5794fdc595d6c94b1cebb4320c02458d9fc8b11adc6fe516cd2851690145a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1b99e3332a00f70d260917243fc3b2ae7d86795c901e1121ee66e53d81c1343c" + sha256 cellar: :any, arm64_sequoia: "66878964500a154147261e885765eca7bd2b9e06ebc3420c554afb3e78078e4e" + sha256 cellar: :any, arm64_sonoma: "f7ff5c564c44d8e51f5448f967919dbd04e792b12930ec3f624e8ccd5690457c" + sha256 cellar: :any, arm64_ventura: "8727de1c54366cc748eaf0515dfe67bcbdfc2234674065165fcc06702c52f40b" + sha256 sonoma: "f56e1d960933972f5a1346eb2a793cd83d40434e12e220caccd1e45f4bfb3521" + sha256 ventura: "d32ed4d0af6c914d3340b15c4c44192883a42ce21f5bb149134089c0b7c21d1d" + sha256 cellar: :any_skip_relocation, arm64_linux: "442d0f6972ce495e519957f7dd51eabc6b81dabf175d29e17f59eee1fd2f6e40" + sha256 cellar: :any_skip_relocation, x86_64_linux: "660b827ed8702a76e7db4797bf15235271f2d1f9ec58029610f9874f3ae75fb2" end depends_on "node" From dc15cb2a984f948c88ee07e459903f570743952a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:43:07 +0000 Subject: [PATCH 03267/10074] virustotal-cli: update 1.1.1 bottle. --- Formula/v/virustotal-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/virustotal-cli.rb b/Formula/v/virustotal-cli.rb index eb7d1b9d244a6..f0e58f2e7a68b 100644 --- a/Formula/v/virustotal-cli.rb +++ b/Formula/v/virustotal-cli.rb @@ -14,12 +14,12 @@ class VirustotalCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0741c2b6fc67e72d0d5fcd17989e341b83134e9b4114ebe43d0d9dfa1e0c06b3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0741c2b6fc67e72d0d5fcd17989e341b83134e9b4114ebe43d0d9dfa1e0c06b3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0741c2b6fc67e72d0d5fcd17989e341b83134e9b4114ebe43d0d9dfa1e0c06b3" - sha256 cellar: :any_skip_relocation, sonoma: "82646679faf59607bda0a2cc4f7fdee65e9f4fcf64909cc400b9e80b60ad0a90" - sha256 cellar: :any_skip_relocation, ventura: "82646679faf59607bda0a2cc4f7fdee65e9f4fcf64909cc400b9e80b60ad0a90" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5fb3edf37296d94d134a6367cc7413b55b0c8357c6517c561c2a15284216d44e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "85d54b73d1f8550693d2bd2446289f6e65352aeec73781102a83747361a06583" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "85d54b73d1f8550693d2bd2446289f6e65352aeec73781102a83747361a06583" + sha256 cellar: :any_skip_relocation, arm64_ventura: "85d54b73d1f8550693d2bd2446289f6e65352aeec73781102a83747361a06583" + sha256 cellar: :any_skip_relocation, sonoma: "febfc257b383284f956c644a9c8e5792e083bf0beb98c7a7f29f3cd9d118679b" + sha256 cellar: :any_skip_relocation, ventura: "febfc257b383284f956c644a9c8e5792e083bf0beb98c7a7f29f3cd9d118679b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "10c227226649ff08e67a3a66867214dbf914ce7c3c65f0ec61cf8a818ac4883a" end depends_on "go" => :build From e6e66688e1e872eeb726349bc38b559b3210e7ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:44:38 +0000 Subject: [PATCH 03268/10074] trufflehog: update 3.89.0 bottle. --- Formula/t/trufflehog.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 721a7cdd8a4d9..8c7ee6b472d14 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -8,13 +8,13 @@ class Trufflehog < Formula head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "59c8ba7b828d7282b1097350e1be8f386f6fa21453e05f26944d8743e9b94b6c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f3415b3f1887f48015bb4e957a8b1a30a23349a4c5d56d30446c629a57ac346" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9758dd5e14e0ccb686f2a31486853c35221f85267ad27988bbb72f6b88edadaa" - sha256 cellar: :any_skip_relocation, sonoma: "d3f0d048c7bda29dde0b3b823aa50b741c453095958af642fbfd482c9e97e5fe" - sha256 cellar: :any_skip_relocation, ventura: "cf40dbb9504e10b23f5d09cde79211c570908f81519be5eee304bf06306c3ddd" - sha256 cellar: :any_skip_relocation, arm64_linux: "53d573fcd3f5e589976cd5a276ff165524cfc26fe1d340acdab0040e0a9f4c71" - sha256 cellar: :any_skip_relocation, x86_64_linux: "89626d4f7ee13de7e62bfdd56aade3f83c6804b5b4fd0a1dc74d924551fa5454" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "003828e50e4398ab3e1394625c4c244ded37c89fb2722726d86b38f7733e1040" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfcf426ed57709c15de889fbcc162837314228fccab7d0dbf87ff94d4b0b9f34" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8a8ab7636b20629c4e8c68bff51fa8cbff5fcbc9a567b0903932f9582a48f704" + sha256 cellar: :any_skip_relocation, sonoma: "02d07375d709efe623049dc79e489f5c0a7d0b3ba5d742db7c244e2c14861572" + sha256 cellar: :any_skip_relocation, ventura: "b98d8aabed3803b4f798ca8c53b2f5b2ec0afb13f9cc3d361c0071802fac7dc5" + sha256 cellar: :any_skip_relocation, arm64_linux: "64e0b05f444b3bfa49038ea081ad91439a2f6e2e976b9d03adbd0c0e4f35167a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d31f1d24a9d61554d33a1ea106e17918450f14ee75ef107962a660072b0e29b7" end depends_on "go" => :build From c396bb51e1ef6b148aa4637fa5e874a3112ddc41 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:50:11 +0000 Subject: [PATCH 03269/10074] woodpecker-cli: update 3.7.0 bottle. --- Formula/w/woodpecker-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/w/woodpecker-cli.rb b/Formula/w/woodpecker-cli.rb index abdb6c9f9ccc9..19a715f349c4e 100644 --- a/Formula/w/woodpecker-cli.rb +++ b/Formula/w/woodpecker-cli.rb @@ -7,12 +7,12 @@ class WoodpeckerCli < Formula head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3dc4d07dca613479ebeb0050593405c558aca54014b1250782aa3d95b2eb186f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3dc4d07dca613479ebeb0050593405c558aca54014b1250782aa3d95b2eb186f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3dc4d07dca613479ebeb0050593405c558aca54014b1250782aa3d95b2eb186f" - sha256 cellar: :any_skip_relocation, sonoma: "b2a640746e58da818f060a467d4ca9f284c752208813a764b251fd7f25192fc9" - sha256 cellar: :any_skip_relocation, ventura: "b2a640746e58da818f060a467d4ca9f284c752208813a764b251fd7f25192fc9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04f8b898d1642b7387c6ef5e5eab9e57eb9a863076e75337db570109172eb7c4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "09b956e9382bd9fb615916d8435d75041ac66685daab8e3c4644634fcd57eead" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "09b956e9382bd9fb615916d8435d75041ac66685daab8e3c4644634fcd57eead" + sha256 cellar: :any_skip_relocation, arm64_ventura: "09b956e9382bd9fb615916d8435d75041ac66685daab8e3c4644634fcd57eead" + sha256 cellar: :any_skip_relocation, sonoma: "6afdd64e281b008092ad750a28a04f0c87493fd90e3a5566a937345c2f71b7e9" + sha256 cellar: :any_skip_relocation, ventura: "6afdd64e281b008092ad750a28a04f0c87493fd90e3a5566a937345c2f71b7e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d2a4bfd1fd19e7b874b7d2ba3393036c1282e33ffcf8f46ecbab2965ce0a3aa0" end depends_on "go" => :build From a415072b992801e82a532f712415d7017957d0ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:51:41 +0000 Subject: [PATCH 03270/10074] whois: update 5.6.2 bottle. --- Formula/w/whois.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/whois.rb b/Formula/w/whois.rb index ca1583bf0d79f..cd69b24bd82ca 100644 --- a/Formula/w/whois.rb +++ b/Formula/w/whois.rb @@ -7,13 +7,13 @@ class Whois < Formula head "https://github.com/rfc1036/whois.git", branch: "next" bottle do - sha256 cellar: :any, arm64_sequoia: "0b9980ce74dccd2db75e71fc993fca8e7349ad9ac53afe5526733a3a95a54a5c" - sha256 cellar: :any, arm64_sonoma: "5b241adffad818826ee2d8a03c95e9cf7f818436e142fa8444d3fcb485bd57e5" - sha256 cellar: :any, arm64_ventura: "3ae63df848ede6c098bf46af84018c502efb960a356f28ce67de290ebb94908c" - sha256 cellar: :any, sonoma: "ae44dc18f2b8a408b8b9aad625c1a95ee4df3353bed0101ba7aaf0039d783905" - sha256 cellar: :any, ventura: "32db1168ea21c3c94774318be6dca256f8a3a207f5dde742803b20427cecae0b" - sha256 cellar: :any_skip_relocation, arm64_linux: "9d3dd5f7356299c04c87745672edc38f70cfdb16fbf4bc38bbdc8118f5275db3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4b16b682d44bee04915e4fd039b7ac36361dd7dcf17c990beca96ec588f809c3" + sha256 cellar: :any, arm64_sequoia: "5c8577a0e2803e96e43e1f21b39754d031b8b6dbce1ceea190100c9ccc27a2f6" + sha256 cellar: :any, arm64_sonoma: "c74431c6be171166545e8d0e97768f05eddfbe38d924cadcf488437604cb5645" + sha256 cellar: :any, arm64_ventura: "4eca16ae0e9a9d3cd778ccb1a0ee22e004284fbdbd7853ef8b69cb597378c1b0" + sha256 cellar: :any, sonoma: "07180940868e2bbf29b7ec112efe6158087871935eb794485560711b21e22cc1" + sha256 cellar: :any, ventura: "0665a16b1f2e2c006db927451a4bdaf4ef2fd486cec22a9e2b3172f3ab4be30e" + sha256 cellar: :any_skip_relocation, arm64_linux: "5826a1de1904fb6a257a277fb305852ad9e9997e36c6687bc61c1e3a22a2350e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1987b3c0ef46aeeb8fa7c09c2023deb9a9f33165cdff053dde38a1ffa762efb2" end keg_only :provided_by_macos From cff6d7bac31d1595a7b24b7ce925230df165aabb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 19:50:21 +0000 Subject: [PATCH 03271/10074] awscli 2.27.31 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index a6ccb4c576cb4..ec3001dcf2200 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.30.tar.gz" - sha256 "cf70493df29621d21df76b8954bcff6717de09e66fec3cc3d179a59daf9058bf" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.31.tar.gz" + sha256 "383ccc2b0ffe95f426357d4407ffa1a13a9df5c3fbc9bca3f03c90972cc44908" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 5e5b314325100e1850a4545908115c918302264d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 19:50:57 +0000 Subject: [PATCH 03272/10074] bazel-diff 9.0.4 --- Formula/b/bazel-diff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bazel-diff.rb b/Formula/b/bazel-diff.rb index d262913542c06..17b4d60f5256d 100644 --- a/Formula/b/bazel-diff.rb +++ b/Formula/b/bazel-diff.rb @@ -1,8 +1,8 @@ class BazelDiff < Formula desc "Performs Bazel Target Diffing between two revisions in Git" homepage "https://github.com/Tinder/bazel-diff/" - url "https://github.com/Tinder/bazel-diff/releases/download/9.0.3/bazel-diff_deploy.jar" - sha256 "4a7dd64c7b1fb1219b825138c62c206d2ace7470aa5d3a07a554532e74048893" + url "https://github.com/Tinder/bazel-diff/releases/download/9.0.4/bazel-diff_deploy.jar" + sha256 "565b33296af03439ff1b6e2b790dda6de389d9ab48866f9eee9f81844724f6c4" license "BSD-3-Clause" bottle do From 0da93de0a8d013e011641342882571e5850cce70 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 19:53:57 +0000 Subject: [PATCH 03273/10074] chezmoi 2.62.6 --- Formula/c/chezmoi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chezmoi.rb b/Formula/c/chezmoi.rb index dc1094d6dab30..a31298bb2f181 100644 --- a/Formula/c/chezmoi.rb +++ b/Formula/c/chezmoi.rb @@ -1,8 +1,8 @@ class Chezmoi < Formula desc "Manage your dotfiles across multiple diverse machines, securely" homepage "https://chezmoi.io/" - url "https://github.com/twpayne/chezmoi/releases/download/v2.62.5/chezmoi-2.62.5.tar.gz" - sha256 "6b15bfe9d91b01a7bb54101ed4d5cda650cb5b8fc2ec5b4f75152cd03dd5a09e" + url "https://github.com/twpayne/chezmoi/releases/download/v2.62.6/chezmoi-2.62.6.tar.gz" + sha256 "99e7a98b650f617fd373efcfdc8b09921af44d0f59409e1aad5df6c5f19f350a" license "MIT" head "https://github.com/twpayne/chezmoi.git", branch: "master" From effb2ce6d41e1a11e6b42bdb21ec518ae1b3b4e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 19:59:49 +0000 Subject: [PATCH 03274/10074] fern-api 0.63.38 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 4dd426ab06a5d..d7be32a206719 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.37.tgz" - sha256 "6ba9e9a540e4dcfde2b35f2b7b4c976372068ac3e7dbf1ec42de688c4d77d46a" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.38.tgz" + sha256 "415e685c7b08f81e9f81764353bbb6350b6347a1781c4dab95410742c0b8d00b" license "Apache-2.0" bottle do From ba3798a5ca276e40a92bee2300009cb01ca8df15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:03:58 +0000 Subject: [PATCH 03275/10074] httm 0.48.3 --- Formula/h/httm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index 7b6cc0d907f2a..0db58db34c64d 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -1,8 +1,8 @@ class Httm < Formula desc "Interactive, file-level Time Machine-like tool for ZFS/btrfs" homepage "https://github.com/kimono-koans/httm" - url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.2.tar.gz" - sha256 "53c844925ebf9fb034590e957281a1f3dd4d13fea26c9666aa9d54e72e664565" + url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.3.tar.gz" + sha256 "733536906d37f4608b6a4ef2924cc983b738926a36e5d812fc17fb05a83630b6" license "MPL-2.0" head "https://github.com/kimono-koans/httm.git", branch: "master" From 0de254bf2b0fb5d93d0d5e311c392a376962b271 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:07:49 +0000 Subject: [PATCH 03276/10074] libgit2 1.9.1 --- Formula/lib/libgit2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libgit2.rb b/Formula/lib/libgit2.rb index 16ebeee1859b3..e0b9aa582b6b0 100644 --- a/Formula/lib/libgit2.rb +++ b/Formula/lib/libgit2.rb @@ -1,8 +1,8 @@ class Libgit2 < Formula desc "C library of Git core methods that is re-entrant and linkable" homepage "https://libgit2.org/" - url "https://github.com/libgit2/libgit2/archive/refs/tags/v1.9.0.tar.gz" - sha256 "75b27d4d6df44bd34e2f70663cfd998f5ec41e680e1e593238bbe517a84c7ed2" + url "https://github.com/libgit2/libgit2/archive/refs/tags/v1.9.1.tar.gz" + sha256 "14cab3014b2b7ad75970ff4548e83615f74d719afe00aa479b4a889c1e13fc00" license "GPL-2.0-only" => { with: "GCC-exception-2.0" } head "https://github.com/libgit2/libgit2.git", branch: "main" From be8d69bbf18a65338bf70741c6ba0f1729679094 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:09:13 +0000 Subject: [PATCH 03277/10074] libvpx 1.15.2 --- Formula/lib/libvpx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libvpx.rb b/Formula/lib/libvpx.rb index 7d7c066bde521..893b78ddeee3d 100644 --- a/Formula/lib/libvpx.rb +++ b/Formula/lib/libvpx.rb @@ -1,8 +1,8 @@ class Libvpx < Formula desc "VP8/VP9 video codec" homepage "https://www.webmproject.org/code/" - url "https://github.com/webmproject/libvpx/archive/refs/tags/v1.15.1.tar.gz" - sha256 "6cba661b22a552bad729bd2b52df5f0d57d14b9789219d46d38f73c821d3a990" + url "https://github.com/webmproject/libvpx/archive/refs/tags/v1.15.2.tar.gz" + sha256 "26fcd3db88045dee380e581862a6ef106f49b74b6396ee95c2993a260b4636aa" license "BSD-3-Clause" head "https://chromium.googlesource.com/webm/libvpx.git", branch: "main" From 34a7d540766bc2ae2beab065ade8bf134d7014cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:10:01 +0000 Subject: [PATCH 03278/10074] luau 0.677 --- Formula/l/luau.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 0b00634c3c44e..813a79f0453f7 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -1,8 +1,8 @@ class Luau < Formula desc "Fast, safe, gradually typed embeddable scripting language derived from Lua" homepage "https://luau.org" - url "https://github.com/luau-lang/luau/archive/refs/tags/0.676.tar.gz" - sha256 "638b3055445eaff20153ff8b15ff52e0d238a3e764973edb43add3a5fd8d433e" + url "https://github.com/luau-lang/luau/archive/refs/tags/0.677.tar.gz" + sha256 "32d8314cdbbc7e4a04d1a83d772d3259b4228f047e44f23bb106a0d1a56679a7" license "MIT" version_scheme 1 head "https://github.com/luau-lang/luau.git", branch: "master" From 1fac5368709de2eaa0b2189b302139fb9d70fae4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:10:12 +0000 Subject: [PATCH 03279/10074] pc6001vx: update 4.2.13 bottle. --- Formula/p/pc6001vx.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/p/pc6001vx.rb b/Formula/p/pc6001vx.rb index 2a497bfb75948..72660b2a8289a 100644 --- a/Formula/p/pc6001vx.rb +++ b/Formula/p/pc6001vx.rb @@ -8,11 +8,11 @@ class Pc6001vx < Formula head "https://github.com/eighttails/PC6001VX.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sonoma: "6c44a7961c6c4cb75d0436f10e5dbb163ccda2fa50663a29c06a3f90658328ad" - sha256 cellar: :any, arm64_ventura: "2f51ff79b4b4942c922556e2a2ac618a6d2084ecce9d5cf6c4db1b8f7bbb4c6f" - sha256 cellar: :any, sonoma: "8fc6c40989a9c9fccd205a0ceca1a345508dfb5903188fca943ce655c9f0304e" - sha256 cellar: :any, ventura: "4d8400ad9c8288c9fe10f1dcefd75656e50424254523215bcb74794f5354740e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3915318816e5fbec75f5ca1610c47c28f00e7576f89c180cdfdac14a0722518a" + sha256 cellar: :any, arm64_sonoma: "769a5b2a309fd10d4ba770bd25182cf1e1c8dbf4d7af65a2de76e0563575e6d2" + sha256 cellar: :any, arm64_ventura: "39aadcf264bf130f7cb6144bd5f3a7e2ed9f25923e5973e5c36db26ae0e3d2f9" + sha256 cellar: :any, sonoma: "59231b8d819f5913f4c2127052e9f23949d92176ed9d0319d6bc9f103c00363f" + sha256 cellar: :any, ventura: "75434a1fb02b83e35412c8d21ed748736cfe67dc582a57efc23dded4a2af837c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "96c548cc860d660baa98713bf5750b6d1282bd9b9ff45f15343a262247a53ae6" end depends_on "pkgconf" => :build From 4193b8a369986cd22607585ad337ffa4195d0a60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:19:27 +0000 Subject: [PATCH 03280/10074] renovate 40.45.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 9d4adbfca5431..49889af8391bd 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.44.0.tgz" - sha256 "78bf5025858bfbc5f37f292dc65e950ae33583624ff1dd4e01a024c59c5fed27" + url "https://registry.npmjs.org/renovate/-/renovate-40.45.0.tgz" + sha256 "015a8860e8e6aae128d4c6bb7a1cc8512f9287508836b9e1442659a51f576b2c" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 7995f63ef1eeba6f627243652017634a445654f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:21:09 +0000 Subject: [PATCH 03281/10074] ruby-lsp 0.24.0 --- Formula/r/ruby-lsp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruby-lsp.rb b/Formula/r/ruby-lsp.rb index 3d93b9de1fd7b..650155d4ef048 100644 --- a/Formula/r/ruby-lsp.rb +++ b/Formula/r/ruby-lsp.rb @@ -1,8 +1,8 @@ class RubyLsp < Formula desc "Opinionated language server for Ruby" homepage "https://shopify.github.io/ruby-lsp" - url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.23.24.tar.gz" - sha256 "9044f0190c99d50bf1919da509bb12cfb8d6da4bf15742a5a691e16a71cbbca2" + url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.24.0.tar.gz" + sha256 "c3d669dfe7ad0c7a1724aa9fc315a7d9b407748f2ea4ee23d5232cd6575384cd" license "MIT" head "https://github.com/Shopify/ruby-lsp.git", branch: "main" From 828f6a6bab430833e210982754233e9fb1d7072e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:25:35 +0000 Subject: [PATCH 03282/10074] templ 0.3.898 --- Formula/t/templ.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/templ.rb b/Formula/t/templ.rb index 7e32c07f7b5bd..45e166429b1de 100644 --- a/Formula/t/templ.rb +++ b/Formula/t/templ.rb @@ -1,8 +1,8 @@ class Templ < Formula desc "Language for writing HTML user interfaces in Go" homepage "https://templ.guide" - url "https://github.com/a-h/templ/archive/refs/tags/v0.3.894.tar.gz" - sha256 "9cad117b819d32b05b4c7fe52f6e6562faf1397a070849cfcf1d5ce968b0e822" + url "https://github.com/a-h/templ/archive/refs/tags/v0.3.898.tar.gz" + sha256 "7b957bab2ec9d77a1155f7134429feb832aff6684258566c46d21044bcb97104" license "MIT" bottle do From 77010304719f0c71e220add950bd39d52dbc3991 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 5 Jun 2025 14:40:12 -0400 Subject: [PATCH 03283/10074] mongo-c-driver@1: create v1 version Copy formula to create separate v1 version. Remove `bottle do` from v1 to silence `brew audit` warning: ``` New formulae in homebrew/core should not have a `bottle do` block ``` Remove head references from v1 to silence `brew audit` warning: ``` Versioned formulae should not have a `head` spec ``` Add `keg_only: versioned_formula` to silence `brew audit` warning: ``` Versioned formulae in homebrew/core should use `keg_only :versioned_formula` ``` This may not be strictly needed. v2 and v1 use different suffixes. Update v1 from 1.30.2 to 1.30.4 Update `livecheck` to limit to 1.x regex. Add `deprecate!` call. --- Formula/m/mongo-c-driver@1.rb | 47 +++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Formula/m/mongo-c-driver@1.rb diff --git a/Formula/m/mongo-c-driver@1.rb b/Formula/m/mongo-c-driver@1.rb new file mode 100644 index 0000000000000..a6a06a48a28c4 --- /dev/null +++ b/Formula/m/mongo-c-driver@1.rb @@ -0,0 +1,47 @@ +class MongoCDriverAT1 < Formula + desc "C driver for MongoDB" + homepage "https://github.com/mongodb/mongo-c-driver" + url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/1.30.4.tar.gz" + sha256 "03e484ff8b382ad0ddf03fbf70e88a82292d753ac2fbf37bac67c2860117b0a9" + license "Apache-2.0" + + livecheck do + url :stable + regex(/^v?(1(?:\.\d+)+)$/i) + end + + keg_only :versioned_formula + + deprecate! date: "2026-04-01", because: :unmaintained + + depends_on "cmake" => :build + depends_on "pkgconf" => :build + depends_on "sphinx-doc" => :build + depends_on "openssl@3" + + uses_from_macos "zlib" + + def install + File.write "VERSION_CURRENT", version.to_s + inreplace "src/libmongoc/src/mongoc/mongoc-config.h.in", "@MONGOC_CC@", ENV.cc + + system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_RPATH=#{rpath}", *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" + + (pkgshare/"libbson").install "src/libbson/examples" + (pkgshare/"libmongoc").install "src/libmongoc/examples" + end + + test do + system ENV.cc, "-o", "test", pkgshare/"libbson/examples/json-to-bson.c", + "-I#{include}/libbson-1.0", "-L#{lib}", "-lbson-1.0" + (testpath/"test.json").write('{"name": "test"}') + assert_match "\u0000test\u0000", shell_output("./test test.json") + + system ENV.cc, "-o", "test", pkgshare/"libmongoc/examples/mongoc-ping.c", + "-I#{include}/libmongoc-1.0", "-I#{include}/libbson-1.0", + "-L#{lib}", "-lmongoc-1.0", "-lbson-1.0" + assert_match "No suitable servers", shell_output("./test mongodb://0.0.0.0 2>&1", 3) + end +end From f083e20040a13be3ffe36d23a05d8f8444d73258 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 5 Jun 2025 16:48:03 -0400 Subject: [PATCH 03284/10074] mongo-cxx-driver: depend on mongo-c-driver@1 Do not force v2 on dependees. v2 includes API/ABI incompatible changes. --- Formula/m/mongo-cxx-driver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mongo-cxx-driver.rb b/Formula/m/mongo-cxx-driver.rb index a2e71e109b124..9eba9a657679c 100644 --- a/Formula/m/mongo-cxx-driver.rb +++ b/Formula/m/mongo-cxx-driver.rb @@ -23,7 +23,7 @@ class MongoCxxDriver < Formula depends_on "cmake" => :build depends_on "pkgconf" => :test - depends_on "mongo-c-driver" + depends_on "mongo-c-driver@1" def install # We want to avoid shims referencing in examples, @@ -31,7 +31,7 @@ def install pkgshare.install "examples" (buildpath / "examples/CMakeLists.txt").write "" - mongo_c_prefix = Formula["mongo-c-driver"].opt_prefix + mongo_c_prefix = Formula["mongo-c-driver@1"].opt_prefix args = %W[ -DBUILD_VERSION=#{version} -DLIBBSON_DIR=#{mongo_c_prefix} From b594c077155048989a33785154f5fa53095aa9a3 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 5 Jun 2025 16:48:12 -0400 Subject: [PATCH 03285/10074] syslog-ng: depend on mongo-c-driver@1 Do not force v2 on dependees. v2 includes API/ABI incompatible changes. --- Formula/s/syslog-ng.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/syslog-ng.rb b/Formula/s/syslog-ng.rb index 49d345fe02c81..400c2554f2d8c 100644 --- a/Formula/s/syslog-ng.rb +++ b/Formula/s/syslog-ng.rb @@ -36,7 +36,7 @@ class SyslogNg < Formula depends_on "libnet" depends_on "libpaho-mqtt" depends_on "librdkafka" - depends_on "mongo-c-driver" + depends_on "mongo-c-driver@1" depends_on "net-snmp" depends_on "openssl@3" depends_on "pcre2" From 57b6e8cff89c4f150624f89645b33746c6c07e9e Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 5 Jun 2025 16:48:22 -0400 Subject: [PATCH 03286/10074] treefrog: depend on mongo-c-driver@1 Do not force v2 on dependees. v2 includes API/ABI incompatible changes. --- Formula/t/treefrog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/treefrog.rb b/Formula/t/treefrog.rb index f53a549cb0a97..f8a160ed4e16b 100644 --- a/Formula/t/treefrog.rb +++ b/Formula/t/treefrog.rb @@ -22,7 +22,7 @@ class Treefrog < Formula depends_on "pkgconf" => :build depends_on "glog" depends_on "lz4" - depends_on "mongo-c-driver" + depends_on "mongo-c-driver@1" depends_on "qt" def install From 158c70f63cb6c08018af9c9ca5f0a711d60fabe6 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 5 Jun 2025 16:47:47 -0400 Subject: [PATCH 03287/10074] fastnetmon: depend on mongo-c-driver@1 Do not force v2 on dependees. v2 includes API/ABI incompatible changes. --- Formula/f/fastnetmon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fastnetmon.rb b/Formula/f/fastnetmon.rb index a94114e5b1142..d2b1fe35918bf 100644 --- a/Formula/f/fastnetmon.rb +++ b/Formula/f/fastnetmon.rb @@ -24,7 +24,7 @@ class Fastnetmon < Formula depends_on "hiredis" depends_on "log4cpp" depends_on macos: :big_sur # We need C++ 20 available for build which is available from Big Sur - depends_on "mongo-c-driver" + depends_on "mongo-c-driver@1" depends_on "openssl@3" depends_on "protobuf" From 5381b8775e619d0fe55f7b7acdbca8c1f8ef6d7a Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 5 Jun 2025 14:42:59 -0400 Subject: [PATCH 03288/10074] mongo-c-driver 2.0.1 Add alias to silence `brew audit` warning: ``` * Formula has other versions so create a versioned alias: cd /opt/homebrew/Library/Taps/homebrew/homebrew-core/Aliases ln -s ../Formula/m/mongo-c-driver.rb mongo-c-driver@2 ``` Copy v1 formula and fix paths and library names for v2 Use `version.major_minor_patch` for include suffix. --- Aliases/mongo-c-driver@2 | 1 + Formula/m/mongo-c-driver.rb | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 Aliases/mongo-c-driver@2 diff --git a/Aliases/mongo-c-driver@2 b/Aliases/mongo-c-driver@2 new file mode 120000 index 0000000000000..8354a6798cf01 --- /dev/null +++ b/Aliases/mongo-c-driver@2 @@ -0,0 +1 @@ +../Formula/m/mongo-c-driver.rb \ No newline at end of file diff --git a/Formula/m/mongo-c-driver.rb b/Formula/m/mongo-c-driver.rb index 15d652122a933..cd7d0fbc4d1a6 100644 --- a/Formula/m/mongo-c-driver.rb +++ b/Formula/m/mongo-c-driver.rb @@ -1,8 +1,8 @@ class MongoCDriver < Formula desc "C driver for MongoDB" homepage "https://github.com/mongodb/mongo-c-driver" - url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/1.30.2.tar.gz" - sha256 "e3b2d7c18f27b868b99c0ab2e9c811852fa4d86fe2d1d55a53f42d51859dd99d" + url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.0.1.tar.gz" + sha256 "3fb98aa71e292f0aabcbcf6b9bd624affafa9375ee4ab53baeababeccc194dbd" license "Apache-2.0" head "https://github.com/mongodb/mongo-c-driver.git", branch: "master" @@ -42,13 +42,13 @@ def install test do system ENV.cc, "-o", "test", pkgshare/"libbson/examples/json-to-bson.c", - "-I#{include}/libbson-1.0", "-L#{lib}", "-lbson-1.0" + "-I#{include}/bson-#{version.major_minor_patch}", "-L#{lib}", "-lbson2" (testpath/"test.json").write('{"name": "test"}') assert_match "\u0000test\u0000", shell_output("./test test.json") system ENV.cc, "-o", "test", pkgshare/"libmongoc/examples/mongoc-ping.c", - "-I#{include}/libmongoc-1.0", "-I#{include}/libbson-1.0", - "-L#{lib}", "-lmongoc-1.0", "-lbson-1.0" + "-I#{include}/mongoc-#{version.major_minor_patch}", "-I#{include}/bson-#{version.major_minor_patch}", + "-L#{lib}", "-lmongoc2", "-lbson2" assert_match "No suitable servers", shell_output("./test mongodb://0.0.0.0 2>&1", 3) end end From 9718fb29e396c7d898da6a870db1e911cc76cf94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:52:09 +0000 Subject: [PATCH 03289/10074] fern-api: update 0.63.38 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index d7be32a206719..8135a7123b14e 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "e1379d9cd1332ac10fa3c793e69105a8649a0770c18d5d1d9b3e5c4cf5a7b94c" + sha256 cellar: :any_skip_relocation, all: "3b4b9d5d0e40103b87ebdecd0786a146c27888be5e82036943a153642ea6195f" end depends_on "node" From c08952052c4c2ce256b92669ea46c27659cee8e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:52:23 +0000 Subject: [PATCH 03290/10074] chezmoi: update 2.62.6 bottle. --- Formula/c/chezmoi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chezmoi.rb b/Formula/c/chezmoi.rb index a31298bb2f181..e0b72483a28d0 100644 --- a/Formula/c/chezmoi.rb +++ b/Formula/c/chezmoi.rb @@ -14,13 +14,13 @@ class Chezmoi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc53ce92ebd493ba043659e090b1b515b792a7e26acd319334c8c64675bab0e9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "59dc097f9be8f97521bd23c18b5d1de36361ded44890ff78d873525143a2bac6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "726a95d1b461c985d93316753f47b679d37a4cba9317c2bae01c6dc128887b3a" - sha256 cellar: :any_skip_relocation, sonoma: "abe59e6715252a6fdb9e81cc0d019f35603eec764c989e35ab8dbcb29285cc21" - sha256 cellar: :any_skip_relocation, ventura: "56a62e1b6272d452b8c4a503a5ab9175572c50809ab5aea2ba4bf97442776cb2" - sha256 cellar: :any_skip_relocation, arm64_linux: "ad037447f3c29194d11ba7b8d4418e941e914326f803c2c21a23172df955958e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0eb0a389279048717f3d7748670c0596ee418041d62f10776f894efc415a831c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1c51436df302126476bb3cc1b750a25f4d27fd7e7388de722f0164c84fd70d3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "53900423356abe2174773a50d724b54b7765b2d9d51a7dfa0c3b03c444d8153f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "855ed4b8da5c698273c5ac8c82f66e6e8c44671f3d930316221fda7c7ec51d15" + sha256 cellar: :any_skip_relocation, sonoma: "ea083d8ca4b36991e5b9cf2b7eb7b4dd3246fb3cb8c4999d8b6700b2e9b40004" + sha256 cellar: :any_skip_relocation, ventura: "83d065f14087171582ae89e2a20d2657c007344c43c837f0aa06359db3b0d96c" + sha256 cellar: :any_skip_relocation, arm64_linux: "c329ff8e8c7832be21e1ae97a16eb1d4592ab266fd8c62d706c74f964a5391e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3bb10af8d3a82337246730c7e9e52ccdf86626d41dc371f94fba47d1383137b8" end depends_on "go" => :build From 3969b087c92ecf0b263f9ab2f3ded29907c2f85d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:52:55 +0000 Subject: [PATCH 03291/10074] httm: update 0.48.3 bottle. --- Formula/h/httm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index 0db58db34c64d..448b899594899 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -7,13 +7,13 @@ class Httm < Formula head "https://github.com/kimono-koans/httm.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2df9bbacfca7a995fa4d1f1737531be60a6f5bb88e1ebe9da275b872d6786a62" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "78cdcc0abef2139f18de5784260308b890df3a4790906edbc7ea07b1a0375df4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "96b6445226f2a5ecd66ec8b1ae1dbf3538a6400c7f17805348caa8dfc46f2864" - sha256 cellar: :any_skip_relocation, sonoma: "e9bdd149494d268947dca27ab4e39824bcd47a5190d418a2d5780b790057643c" - sha256 cellar: :any_skip_relocation, ventura: "948384b821b44fd64aa5e62fa789844a5957320a70da20869ef23a86cc15f00d" - sha256 cellar: :any_skip_relocation, arm64_linux: "cb124b8c0620d15a9d2f98d9c1f29275a171958a5c5c354eac11816fea68d3d5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4fd6174b0d98babfc93791899a2b55e976489b5162cf56362f66c1db248eb60a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f7d8ba1f75923da534c34fb5a8b5e6705c02a61247137dfb9aa1d2e8cc401e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c2e0bdbbd62af60195f9204056b9c0a3ea60897f113ddf09ce45c3e9b373233" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b448af26ac3b4a0263be671d9188fb62df80a696947c4e202d6ef2e430fbd78b" + sha256 cellar: :any_skip_relocation, sonoma: "13a81bf32c39ec213aad0aaefb5878f1fbe16ea7e3e4d0f0a08e78b802ade1db" + sha256 cellar: :any_skip_relocation, ventura: "c0ffea9c3b7f78338196febbebd6d2ce49f6955f5a8a4d58bd7eefe8442b25c2" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b8fad62705b0301563bb674e278bfe9b6373bd43267fc51b0c095970b9d29d8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "693c11f2c92f75c79d7f06f55f9e9164b49314b391aa9ebdcc9a6c8943a2413b" end depends_on "rust" => :build From bbf40e40438581696d058b40741939b1e4e52eba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:56:27 +0000 Subject: [PATCH 03292/10074] awscli: update 2.27.31 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index ec3001dcf2200..ad737732c7414 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "0d58673eb8523caf4cd3a50c9b66f4602a61180b223f463116f3c14a50436ec2" - sha256 cellar: :any, arm64_sonoma: "6ebec654c457cc58473bb2cc88cbdef6e00b82324d2c4bbf4bd920130ba1e801" - sha256 cellar: :any, arm64_ventura: "82197568a9cc71b3e3cdb9d0f53684bde5a11d8b7bd07c4b5c0faf45e1ee15cd" - sha256 cellar: :any, sonoma: "e65c8946f4b319979fa077c05d536fbcd2af85cce9c73580da04396730f8ca33" - sha256 cellar: :any, ventura: "77cabaddfc6f360fc1467ea106e27e3a17c1847aa57c0239ed56ac1067c7d9fc" - sha256 cellar: :any_skip_relocation, arm64_linux: "4ca15763aafce0605f92cd279827bcfab97adbfcbec15cfc38a2a18ce614f3cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b8b18722998033f0d6c89812caceabf789533bcbfd00ed1a1ffb6f5c4b3f635" + sha256 cellar: :any, arm64_sequoia: "502a09d856f6d32a5eafcc43d69086fb0f9bf35e3c44e57ff01b41162ff28a30" + sha256 cellar: :any, arm64_sonoma: "b805e80f79c9f06529ced7d80b8a7499a2eb4bc6eca06c76c9aa6c621ad83e88" + sha256 cellar: :any, arm64_ventura: "a5aa6507cd55dffbb48df3b4788d638a9bd010b2172c000961170cb536c16cb2" + sha256 cellar: :any, sonoma: "a648b80f6aa5b94de061da886e80930bdb5b9c87db61f22932eeff136c5b5eb6" + sha256 cellar: :any, ventura: "81901a28069b17236a454b41b05cd22e5294d8bb2450755132c4d5be13c670dc" + sha256 cellar: :any_skip_relocation, arm64_linux: "b92f4b3df08c3288c0e92defe8bba58873f0b0a776889657341aa5eea0cd5308" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d492b29896f3db5b8dc5c49216b5e25fece93fd2f95f6be8132e44c4364e835" end depends_on "cmake" => :build From a5583cd863e12cd317e502f5b2d1615a7680199c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:56:37 +0000 Subject: [PATCH 03293/10074] bazel-diff: update 9.0.4 bottle. --- Formula/b/bazel-diff.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bazel-diff.rb b/Formula/b/bazel-diff.rb index 17b4d60f5256d..d5815b30ca082 100644 --- a/Formula/b/bazel-diff.rb +++ b/Formula/b/bazel-diff.rb @@ -6,7 +6,7 @@ class BazelDiff < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, all: "8e16f516a376286f2a86ae079cfa297dec7030f62202bb2bbf92b5af8db3ac68" + sha256 cellar: :any_skip_relocation, all: "8a16cf5e00543b44cd5cd22ba9ab69d61547e0d4a10404c00536c0628e595856" end depends_on "bazel" => :test From 0d72e8459382717a66b5fdd9b60fb8104a30d909 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:58:01 +0000 Subject: [PATCH 03294/10074] templ: update 0.3.898 bottle. --- Formula/t/templ.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/templ.rb b/Formula/t/templ.rb index 45e166429b1de..fc0f1d59f9422 100644 --- a/Formula/t/templ.rb +++ b/Formula/t/templ.rb @@ -6,12 +6,12 @@ class Templ < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "daa3b5404ca6e568bb82b2b31117cbe60794b8276bddb80a23b7b942383d412d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "daa3b5404ca6e568bb82b2b31117cbe60794b8276bddb80a23b7b942383d412d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "daa3b5404ca6e568bb82b2b31117cbe60794b8276bddb80a23b7b942383d412d" - sha256 cellar: :any_skip_relocation, sonoma: "1a76428aef41cbfc68d3c2036a1f7b74bac0556c1695f58ea08a53b67a7aa666" - sha256 cellar: :any_skip_relocation, ventura: "1a76428aef41cbfc68d3c2036a1f7b74bac0556c1695f58ea08a53b67a7aa666" - sha256 cellar: :any_skip_relocation, x86_64_linux: "32d060ac3346095d48f45b9bc96439ff77863cac1a86cdcb954cd9f84dd3cfc1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c996089deed3bed467992b73b22e24e93f3f0318ab01a0693e217499a59652e5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c996089deed3bed467992b73b22e24e93f3f0318ab01a0693e217499a59652e5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c996089deed3bed467992b73b22e24e93f3f0318ab01a0693e217499a59652e5" + sha256 cellar: :any_skip_relocation, sonoma: "c77ceac08bd26e98c4d1857ee1161e8d52687d92a3bbd4d9a16f793b78778729" + sha256 cellar: :any_skip_relocation, ventura: "c77ceac08bd26e98c4d1857ee1161e8d52687d92a3bbd4d9a16f793b78778729" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3ae81640e92aa900cea2ed0b25e4c38cd519496a8b6c6ac905e402ec7a76ea1" end depends_on "go" => :build From 4e2ae69bc4bf7a68e7ec8c027d3e9e6a88f36328 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:58:03 +0000 Subject: [PATCH 03295/10074] ruby-lsp: update 0.24.0 bottle. --- Formula/r/ruby-lsp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ruby-lsp.rb b/Formula/r/ruby-lsp.rb index 650155d4ef048..8d75364d62842 100644 --- a/Formula/r/ruby-lsp.rb +++ b/Formula/r/ruby-lsp.rb @@ -7,13 +7,13 @@ class RubyLsp < Formula head "https://github.com/Shopify/ruby-lsp.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "817b290ba0f251461700cf91226b22c79fb7ccf0424e65ee3beabf56b1a4f4b8" - sha256 cellar: :any, arm64_sonoma: "3924c5fa6ea13f7aa59d1db4460a2079b000003f45c1a14d1d619f2fd2715c96" - sha256 cellar: :any, arm64_ventura: "5e22e0ebda5d11da4efba3c77db0809a296af2f98690ad2ceb75a4479d5821ec" - sha256 cellar: :any, sonoma: "08d393aba7b455fe9ec71d8f46127008b7b7ae8ff528447c78753fcbfd1d0b71" - sha256 cellar: :any, ventura: "43cca011cc3c12c686fda6d1be374ee095ae392420d2cd25834661b2d74ad217" - sha256 cellar: :any_skip_relocation, arm64_linux: "8d183e914e6a41f51e3ca270fe72174bb0a0e96f2c7359a8dfe930c745e62317" - sha256 cellar: :any_skip_relocation, x86_64_linux: "50bdc9fa86f6bbae887fd2562ac164cad392827b5159a163cc2c423bce2ec945" + sha256 cellar: :any, arm64_sequoia: "c584e2d303b60565ee5a5678d62a70fdca5d3c44aa2d1bf29de5dd976fdf956d" + sha256 cellar: :any, arm64_sonoma: "309d0aef070215e14f306aa16759390e9d453f67fa49c90b8ec767655c93838c" + sha256 cellar: :any, arm64_ventura: "51bd4c6a00703c064f1d0a9bf092179f333bec44b492add3f259f7b0ab4cdca5" + sha256 cellar: :any, sonoma: "83d0e4d460977cc9d5dd90fe960f03bd7bdb0ae35592e3365dbbd09f579fa550" + sha256 cellar: :any, ventura: "812e8fcff15f87d6f9a7adf14b6524af36652b213a7488de9d1ea5cd423f81c0" + sha256 cellar: :any_skip_relocation, arm64_linux: "1cdd6fac6d9b774dd55e4b5d9bd9aa89cd0c255f3a814cefd5ff8052acf474f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2248a95748d1f36aa7340a7273d6552142385b435882222db88d366bcc4c1f6e" end depends_on "ruby" From 34699a26397243f3e27c746575402740b1dccfba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:58:08 +0000 Subject: [PATCH 03296/10074] luau: update 0.677 bottle. --- Formula/l/luau.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 813a79f0453f7..646db15017940 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -13,13 +13,13 @@ class Luau < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "12e3b79758a3621ff17acb855039082115c839374d1ed67279d28af5a7c3c5ba" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "816fe8034af9b505348d3839f1e1599f0af0806804bbcc24fd7142a9420c759b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a6db5e051f58e026b1552dedbab2877e465a919fb269e8ec0eba7eb62bd6628" - sha256 cellar: :any_skip_relocation, sonoma: "df3ef3bff36a8ccfce9235657eeeabf77c4f8f55225c2fe1180a93adc653e11e" - sha256 cellar: :any_skip_relocation, ventura: "f742bc9d289ebc85a5926cc7de8953f3e101195abf506471a7f44922e088566f" - sha256 cellar: :any_skip_relocation, arm64_linux: "878e71b776d1da5e4eafbf986732c45bc0e7b736fda51a2f08bd685644a67640" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9edb16ddd27171c723ce1cad03319eb5a718416066a6354bdc2ea0f2da10ad7f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe47bad7a61921dd54286326dfba85cd92eb714720ab361614587acdc9084658" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f8ee8f0151eb3712aa4638e99b9ce2f758fe20ad8c604db7f7d2133995db1d6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bb5d9e52ff43a9bfcbc92947b418b35ecb026d6e07a65ce3cf5dd7857ae3a970" + sha256 cellar: :any_skip_relocation, sonoma: "1a047ea04dc1eda599eab05ac2870416eb68de9df349696df7e1b6dcc908b055" + sha256 cellar: :any_skip_relocation, ventura: "21fb33089861a33d75708c28d8b57de5b6068bc6a32b84a6b9ed26a73e4889e1" + sha256 cellar: :any_skip_relocation, arm64_linux: "69bdd1c24aa2e781cd80e1fc7778813e9bbe816636aef09d1c9405b62902be0d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "46ab797af37ac09ad6c80340ba7b6a45bc87f9a36e6136c8031aa8755e722516" end depends_on "cmake" => :build From e7e004de678b7e56ebc3f39e6c06ede7057b3889 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 21:02:05 +0000 Subject: [PATCH 03297/10074] renovate: update 40.45.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 49889af8391bd..c6e4663a50913 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebb0292c334bb767c8247a9b30a444e76ce7e7012f52006674e0f83120ab177d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3432b99be2d723f911b4cbd3189d5e8fe2ddb5c7ecedcf76e796ca75717f035" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9c529d3e55a28d0cb46303d47125be702329b68e697287aba39dbb0bccd9736d" - sha256 cellar: :any_skip_relocation, sonoma: "b169f4bb7307df9970aebeb1a923eaac68ce861c0648bb86db478da9790484c1" - sha256 cellar: :any_skip_relocation, ventura: "7dbb73eb2ed77b74c8bbc29365a7bac4c05c1a9230a279c97e545c006335cc3b" - sha256 cellar: :any_skip_relocation, arm64_linux: "fcf6de9747d9ea9092658eca287e0e96754770391bb40545d85a90786f3691fc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "20a10d7df0d0c65866a5e6497ce735042a4eccd1d90c74bd27cf887ceca56492" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e6429b8b98380a855336b8d5814fd04819d7b57132e8fa3ed6ff7c5a897766a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4983019a980e1e522523916f9ca6e2ebea1bcf9f6c29a18d959b32aeafbd745" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b9be796594e7f8c0148156299776bd9e89938d7cd229f9950dcf208e593636b0" + sha256 cellar: :any_skip_relocation, sonoma: "1faeedc79bb32bad2075c1a4a19d9dbacc1786c46201e938af6a123a17cb8e27" + sha256 cellar: :any_skip_relocation, ventura: "1b38eae7cdea2fc9a627880a137be669b64e5de664f2cdc077fea583fec7fdb4" + sha256 cellar: :any_skip_relocation, arm64_linux: "14c3b7b788d8af41580b387405bb201bdad105262e61b3f1918b6adb12a2ba3c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7894f7e44ccdbb06e32d9dd97ec47bb8e4febdffbb96a82ce2d60860881653d6" end depends_on "node@22" From baa706b5e2d4e8ded5880f82ea120fabb1948f00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 21:23:08 +0000 Subject: [PATCH 03298/10074] libgit2: update 1.9.1 bottle. --- Formula/lib/libgit2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libgit2.rb b/Formula/lib/libgit2.rb index e0b9aa582b6b0..130bf3244707f 100644 --- a/Formula/lib/libgit2.rb +++ b/Formula/lib/libgit2.rb @@ -12,13 +12,13 @@ class Libgit2 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "f0ee705c27e87553582c58556a2a20a766af1e1ffbef0f1c676b0244e89398b9" - sha256 cellar: :any, arm64_sonoma: "74a27239cf67c5e87b45b9cf3db547a41ace91b9fab9dbd44608bf1dc3faf3df" - sha256 cellar: :any, arm64_ventura: "ff62b8ec0e1a2b212eff271c39bbd801c45b4bba3595b3f361b7d90f5b3d11b3" - sha256 cellar: :any, sonoma: "fb233893f22e55ca0cd7856f5ec319d077530ad1a5341c3c067d53ce2135627d" - sha256 cellar: :any, ventura: "f5eb731a1908b229c0f7da31345af99a176c51f813069401884aada234c1247c" - sha256 cellar: :any_skip_relocation, arm64_linux: "79a4e1ecc35d78bf1f3dde86c43b13b16db902e74ad97d06f2d4f8f2fe2c5d88" - sha256 cellar: :any_skip_relocation, x86_64_linux: "be9b0548c38c23f5ef5cecb22db883a65324ef385610f944e4506af6cf077aad" + sha256 cellar: :any, arm64_sequoia: "3be60ae5bc7e68b788b021eaf00927f595c28bfed352cd5bf8c212494392dfb8" + sha256 cellar: :any, arm64_sonoma: "31dddaeed7d870255b55862bf1458ea442e726c72fcd516517b93f002a6e4eec" + sha256 cellar: :any, arm64_ventura: "73166df03c2abe26516e8dc29a5b3dfaf8131a519a724520efeb817cb6936dc7" + sha256 cellar: :any, sonoma: "e78dcb0d653757bf490171d0f06ef2d2a9cd84adcf06289ae2291abb7af98de3" + sha256 cellar: :any, ventura: "fe95873314027a33370d727981ff4e1691f263d456ce2c984f60ce1205d5640c" + sha256 cellar: :any_skip_relocation, arm64_linux: "3fb6d073915fe93cb06dbb1c24bb27ea65286c776b8983b0fd9e4325f0b0e4d8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5ac108401839f186c11126f3a0d9127a1ce3b17999de29a1c3a502070a84f65" end depends_on "cmake" => :build From d0371506373ed500f1fd3a1f8b5f20e05acfc165 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 21:44:40 +0000 Subject: [PATCH 03299/10074] clojure-lsp 2025.06.06-19.04.49 autobump: add clojure-lsp Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/c/clojure-lsp.rb | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 8e53824e671df..e66784ab4dd3a 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -576,6 +576,7 @@ clive cljfmt cloc clojure +clojure-lsp clojurescript closure-compiler cloud-nuke diff --git a/Formula/c/clojure-lsp.rb b/Formula/c/clojure-lsp.rb index 4fcec96bcc5f4..caefcc7464290 100644 --- a/Formula/c/clojure-lsp.rb +++ b/Formula/c/clojure-lsp.rb @@ -1,9 +1,9 @@ class ClojureLsp < Formula desc "Language Server (LSP) for Clojure" homepage "https://github.com/clojure-lsp/clojure-lsp" - url "https://github.com/clojure-lsp/clojure-lsp/releases/download/2025.05.27-13.56.57/clojure-lsp-standalone.jar" - version "2025.05.27-13.56.57" - sha256 "088972f1eb9fb88fc436089a98a7e19c57bed1db2c0ca125e0c60325fe129bf9" + url "https://github.com/clojure-lsp/clojure-lsp/releases/download/2025.06.06-19.04.49/clojure-lsp-standalone.jar" + version "2025.06.06-19.04.49" + sha256 "3220b0aa582f03dbbae05b3892426d6b7e20b6c6a9c9e95b5346deffd50126c9" license "MIT" version_scheme 1 head "https://github.com/clojure-lsp/clojure-lsp.git", branch: "master" From 88eeb5b86e7a42dc8d7c114158f7a2e21fabf641 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 17:49:40 -0400 Subject: [PATCH 03300/10074] mac 11.16 Signed-off-by: Rui Chen --- Formula/m/mac.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index c8d47a97959ab..ece350d940782 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -1,9 +1,9 @@ class Mac < Formula desc "Monkey's Audio lossless codec" homepage "https://www.monkeysaudio.com" - url "https://monkeysaudio.com/files/MAC_1115_SDK.zip" - version "11.15" - sha256 "e56db6c7713ef4f26619cf1c368fc2c000a678816ba6bb7773b14d9931d03ac4" + url "https://monkeysaudio.com/files/MAC_1116_SDK.zip" + version "11.16" + sha256 "97a35eb11bbcc44630acb7c3d5d717d6d1faae05a4a2e526bcf4004d74fa0161" license "BSD-3-Clause" livecheck do From dfb1939f1320aa260b2be044d71ddad99c1e0a79 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 21:49:40 +0000 Subject: [PATCH 03301/10074] maeparser 1.3.3 autobump: add maeparser Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/maeparser.rb | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 8e53824e671df..a4f1eadbcf9f3 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2264,6 +2264,7 @@ macchina mackup macmon mactop +maeparser mafft mage magic_enum diff --git a/Formula/m/maeparser.rb b/Formula/m/maeparser.rb index 6af240206b0df..e3d5c0989f9e5 100644 --- a/Formula/m/maeparser.rb +++ b/Formula/m/maeparser.rb @@ -1,10 +1,9 @@ class Maeparser < Formula desc "Maestro file parser" homepage "https://github.com/schrodinger/maeparser" - url "https://github.com/schrodinger/maeparser/archive/refs/tags/v1.3.2.tar.gz" - sha256 "431ae029957534324b59eb3974486f3cad97d06e9bacd88ec94dc598046dfcd3" + url "https://github.com/schrodinger/maeparser/archive/refs/tags/v1.3.3.tar.gz" + sha256 "78e7571a779ea4952e752ecef57c62fb26463947e29ef7f4b31b11988d88ca07" license "MIT" - revision 1 head "https://github.com/schrodinger/maeparser.git", branch: "master" bottle do From 2ff43a8da5f56767a6eb117577f1c40124eca4a3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 18:31:23 -0400 Subject: [PATCH 03302/10074] credo 1.7.12 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/c/credo.rb | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 Formula/c/credo.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 8e53824e671df..f05d00c5d7f87 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -698,6 +698,7 @@ cracklib crane crates-tui crd2pulumi +credo cri-tools crispy-doom croaring diff --git a/Formula/c/credo.rb b/Formula/c/credo.rb new file mode 100644 index 0000000000000..1397a164ec871 --- /dev/null +++ b/Formula/c/credo.rb @@ -0,0 +1,38 @@ +class Credo < Formula + desc "Static code analysis tool for the Elixir" + homepage "https://github.com/rrrene/credo" + url "https://github.com/rrrene/credo/archive/refs/tags/v1.7.12.tar.gz" + sha256 "afdfb4e52fa073b3279c75d70a084d3813ee6966a45d1534557275eb240fd031" + license "MIT" + + depends_on "elixir" + + def install + ENV["MIX_ENV"] = "prod" + ENV["MIX_HOME"] = buildpath/".mix" + ENV["HEX_HOME"] = buildpath/".hex" + + system "mix", "deps.get", "--only", "prod" + system "mix", "compile" + system "mix", "escript.build" + + bin.install "credo" + end + + test do + assert_match version.to_s, shell_output("#{bin}/credo --version") + + (testpath/"test.ex").write <<~EOS + defmodule Test do + @moduledoc """ + Test module for Credo. + """ + def test_fun do + [1, 2, 3] |> Enum.map(fn(x) -> x * x end) + end + end + EOS + + assert_match "2 mods/funs, found no issues", shell_output("#{bin}/credo #{testpath}/test.ex") + end +end From 420d3d0de8eaf549f93bde2ddb3018299b5ea268 Mon Sep 17 00:00:00 2001 From: Xo Wang Date: Fri, 6 Jun 2025 12:49:23 -0700 Subject: [PATCH 03303/10074] bloaty: Add head URL Bloaty's most recent tag is from May 2020; it has issues with DWARF5, among others. The tip of its main branch fixes many of these and is now 292 commits ahead. Move url, sha256, patch, and inreplace into stable blocks to make them specific to the current v1.1. --- Formula/b/bloaty.rb | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/Formula/b/bloaty.rb b/Formula/b/bloaty.rb index 8d4db0cf6a57c..0bcbc5006e1a8 100644 --- a/Formula/b/bloaty.rb +++ b/Formula/b/bloaty.rb @@ -1,10 +1,21 @@ class Bloaty < Formula desc "Size profiler for binaries" homepage "https://github.com/google/bloaty" - url "https://github.com/google/bloaty/releases/download/v1.1/bloaty-1.1.tar.bz2" - sha256 "a308d8369d5812aba45982e55e7c3db2ea4780b7496a5455792fb3dcba9abd6f" license "Apache-2.0" revision 36 + head "https://github.com/google/bloaty.git", branch: "main" + + stable do + url "https://github.com/google/bloaty/releases/download/v1.1/bloaty-1.1.tar.bz2" + sha256 "a308d8369d5812aba45982e55e7c3db2ea4780b7496a5455792fb3dcba9abd6f" + + # Support system Abseil. Needed for Protobuf 22+. + # Backport of: https://github.com/google/bloaty/pull/347 + patch do + url "https://raw.githubusercontent.com/Homebrew/formula-patches/86c6fb2837e5b96e073e1ee5a51172131d2612d9/bloaty/system-abseil.patch" + sha256 "d200e08c96985539795e13d69673ba48deadfb61a262bdf49a226863c65525a7" + end + end no_autobump! because: :requires_manual_review @@ -25,21 +36,16 @@ class Bloaty < Formula depends_on "protobuf" depends_on "re2" - # Support system Abseil. Needed for Protobuf 22+. - # Backport of: https://github.com/google/bloaty/pull/347 - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/86c6fb2837e5b96e073e1ee5a51172131d2612d9/bloaty/system-abseil.patch" - sha256 "d200e08c96985539795e13d69673ba48deadfb61a262bdf49a226863c65525a7" - end - def install # https://github.com/protocolbuffers/protobuf/issues/9947 ENV.append_to_cflags "-DNDEBUG" # Remove vendored dependencies %w[abseil-cpp capstone protobuf re2].each { |dir| rm_r(buildpath/"third_party"/dir) } abseil_cxx_standard = 17 # Keep in sync with C++ standard in abseil.rb - inreplace "CMakeLists.txt", "CMAKE_CXX_STANDARD 11", "CMAKE_CXX_STANDARD #{abseil_cxx_standard}" - inreplace "CMakeLists.txt", "-std=c++11", "-std=c++17" + if build.stable? + inreplace "CMakeLists.txt", "CMAKE_CXX_STANDARD 11", "CMAKE_CXX_STANDARD #{abseil_cxx_standard}" + inreplace "CMakeLists.txt", "-std=c++11", "-std=c++17" + end system "cmake", "-S", ".", "-B", "build", "-DCMAKE_CXX_STANDARD=#{abseil_cxx_standard}", *std_cmake_args system "cmake", "--build", "build" From 6583a39673955430c26f061fb8837571e287d734 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 18:42:26 -0400 Subject: [PATCH 03304/10074] htmlhint 1.5.0 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/h/htmlhint.rb | 48 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 Formula/h/htmlhint.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 8e53824e671df..8a0e2c7de2c6f 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1566,6 +1566,7 @@ hsd html-xml-utils html2markdown htmldoc +htmlhint htmlq htmltest htop diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb new file mode 100644 index 0000000000000..59c62bde056d5 --- /dev/null +++ b/Formula/h/htmlhint.rb @@ -0,0 +1,48 @@ +class Htmlhint < Formula + desc "Static code analysis tool you need for your HTML" + homepage "https://github.com/htmlhint/HTMLHint" + url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.5.0.tgz" + sha256 "95d1661e07d4abba53792a7957cc2422a3320bae59542af8f0c3daad084c02b6" + license "MIT" + + depends_on "node" + + def install + system "npm", "install", *std_npm_args + bin.install_symlink Dir["#{libexec}/bin/*"] + end + + test do + assert_match version.to_s, shell_output("#{bin}/htmlhint --version") + + (testpath/"invalid.html").write <<~EOS + + + + Test + + +

Hello World

+ + Link + + + EOS + + output = shell_output("#{bin}/htmlhint #{testpath}/invalid.html", 1) + assert_match "Tag must be paired", output + assert_match "Scanned 1 files, found 2 errors in 1 files", output + + (testpath/"valid.html").write <<~EOS + + + + Test + + + EOS + + output = shell_output("#{bin}/htmlhint #{testpath}/valid.html") + assert_match "Scanned 1 files, no errors found", output + end +end From c5e37c2fd9e746a21ded74582a540cc08b9b49bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:50:03 +0000 Subject: [PATCH 03305/10074] azqr 2.5.0 --- Formula/a/azqr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/azqr.rb b/Formula/a/azqr.rb index ddd98e6a86d2b..e845a7f249bff 100644 --- a/Formula/a/azqr.rb +++ b/Formula/a/azqr.rb @@ -3,8 +3,8 @@ class Azqr < Formula homepage "https://azure.github.io/azqr/" # pull from git tag to get submodules url "https://github.com/Azure/azqr.git", - tag: "v.2.4.6", - revision: "551b1b787fcb838840785f6d4f289f4a2b46232a" + tag: "v.2.5.0", + revision: "002744ef038e8198885c96523890ac4c763800cb" license "MIT" head "https://github.com/Azure/azqr.git", branch: "main" From de0b6a18c54948132646cfa29099a8f95cccf7a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:52:15 +0000 Subject: [PATCH 03306/10074] cargo-nextest 0.9.98 --- Formula/c/cargo-nextest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-nextest.rb b/Formula/c/cargo-nextest.rb index 36241f6951738..5dbb86be29bc0 100644 --- a/Formula/c/cargo-nextest.rb +++ b/Formula/c/cargo-nextest.rb @@ -1,8 +1,8 @@ class CargoNextest < Formula desc "Next-generation test runner for Rust" homepage "https://nexte.st" - url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.97.tar.gz" - sha256 "0dadd3cd0e2b7556a29a577059e10591e14e632724ae1d019651383f6a0c5881" + url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.98.tar.gz" + sha256 "f9e28ae36085ce13657533ca8cfcdcb678b3f5dc6e5589572f46911f47694571" license "Apache-2.0" livecheck do From 84e3de46a0a407e2715eb4b44699599401857722 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:54:23 +0000 Subject: [PATCH 03307/10074] cog 0.15.4 --- Formula/c/cog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 7e493a1c8a99b..1cff09d070f9c 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -1,8 +1,8 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://cog.run/" - url "https://github.com/replicate/cog/archive/refs/tags/v0.15.3.tar.gz" - sha256 "74151cc6222a879ff0407ce9fb1c3f4aef18a1a1fad1025b8d6ca770c9bda9ab" + url "https://github.com/replicate/cog/archive/refs/tags/v0.15.4.tar.gz" + sha256 "0eb6181e152f6c1bdb907b78d7425f2832251150eb541796203a989bf0eec17e" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" From 99b39218d0b631a94887fb7c6136c45fa89df5f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:55:35 +0000 Subject: [PATCH 03308/10074] maeparser: update 1.3.3 bottle. --- Formula/m/maeparser.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/maeparser.rb b/Formula/m/maeparser.rb index e3d5c0989f9e5..2c17793a32198 100644 --- a/Formula/m/maeparser.rb +++ b/Formula/m/maeparser.rb @@ -7,13 +7,13 @@ class Maeparser < Formula head "https://github.com/schrodinger/maeparser.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "4c70a47373e7c2e0e640fa52dc2a8d0dc58c420f176fa47f2279d5aee38e15a8" - sha256 cellar: :any, arm64_sonoma: "f9d519ae0b51e2f22cbfa6c133bb3dc43b1f42bba3f6996edbe218665ce7894e" - sha256 cellar: :any, arm64_ventura: "1f9189fef43fd479e43c02abd49c135a0010fb41c0301e878a3955ef0d638d4c" - sha256 cellar: :any, sonoma: "6abfa8f7ca248db12f5048cc9739d6e4c04a957289ab1f0d1194dfc8ed3b7fe0" - sha256 cellar: :any, ventura: "3e5456a0d0e57249fb9e48f547ebac4ba83dd7ce457837fe18c8f80c4d23bbac" - sha256 cellar: :any_skip_relocation, arm64_linux: "ff0a8d3ddf905b3fd9f516348ae97d49fb470170fa90cd110c9ca70d0d7be464" - sha256 cellar: :any_skip_relocation, x86_64_linux: "41c46db410204afb11ff5c5e3bc29fb3fa148003d5b21619d4576db390e981d1" + sha256 cellar: :any, arm64_sequoia: "fbcc6b87403bf3ee4ceae13512659743cc3393caececa0f7837a6848e60237b3" + sha256 cellar: :any, arm64_sonoma: "65bea7147115cac9532e7a76903519dbe14cf0b3e2059ebb1de6f37932d5c54a" + sha256 cellar: :any, arm64_ventura: "8d9cbbfa90e1802ae8c9960a71c1e5b14e1023f3918bf6865db384492ed7bb37" + sha256 cellar: :any, sonoma: "10abbb0c4240afefd27f6e2d5951252f0e94ca71b02a3dc9725717516c92000c" + sha256 cellar: :any, ventura: "bb78ef2275ad44ab797f93ffc31433123cbd81e3e546c3c506978e51172b687f" + sha256 cellar: :any_skip_relocation, arm64_linux: "4d7fd3d7331c9db8b8efa85714704ac4990c137c651626c54cbc1a6aca1ebda3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "04b61f362ce5bc019f4a75567236c2446dcc9ff33bf1945f3f90e3064244722b" end depends_on "cmake" => :build From 4b8c1b04a6a97399b783ceabf5dcb9ac923136c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:57:04 +0000 Subject: [PATCH 03309/10074] mac: update 11.16 bottle. --- Formula/m/mac.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index ece350d940782..6251d58afdf8f 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -14,13 +14,13 @@ class Mac < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "19c9b278dbc86be9ef70c55cff123b953f081adba5b27a2a055fefb571a5cac6" - sha256 cellar: :any, arm64_sonoma: "cdfca9fbfafe059ccd82927d7066d557dda82e658c653a33a632cb3413fb64b3" - sha256 cellar: :any, arm64_ventura: "638ef7abfce1c3676e55b3c7c3238a0b12093a4bd5d2006daa38f2a2d431837a" - sha256 cellar: :any, sonoma: "2f682c17bc1399693ddea152e00350bbec81fb5898d74f2e5146672a7f11b2c1" - sha256 cellar: :any, ventura: "d90d637545b05cdf548d315af75857541c4dcc568682440f2ec065a04ad4597f" - sha256 cellar: :any_skip_relocation, arm64_linux: "922d8be2ed4b7f534a3f0889b9f7d47222100963e439cc965ad71b08565ae83f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f18e515038c53b9b8a46c5cad4229a5b93c878ec1083bb865872bdc922ed4ed1" + sha256 cellar: :any, arm64_sequoia: "553e5234c5957fc79305224ff38310ffc7b23c424b11ab84cd0a5627e02ec6e5" + sha256 cellar: :any, arm64_sonoma: "d2609a22906036d14a028e10f6f11241b527f03c76db4134e9d7f5a0f27db1bd" + sha256 cellar: :any, arm64_ventura: "2190a5343904ddabe4b81d9ae4e7eef4cfcddc2f36595012a71c4dd58679a6bf" + sha256 cellar: :any, sonoma: "885b3cb98e01f63f992b54e99eab64ad3c6d3208ee8dd41fd34de400db541310" + sha256 cellar: :any, ventura: "80c527bcae2f79551b9ccc9eec1c10f47b48310b124e31a7ae73573f3ad49c34" + sha256 cellar: :any_skip_relocation, arm64_linux: "d3a3d95e7fb1b1acaf60542f7c42027927a378a961154daa9dc2c2099cf72cae" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c52fa895c5bb050c224cf966b6949f38731385e8a1b0494ec656f88826ac75b3" end depends_on "cmake" => :build From e4774d61ddb117f2a687ac5382d24053feb635ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:58:05 +0000 Subject: [PATCH 03310/10074] etcd 3.6.1 --- Formula/e/etcd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/etcd.rb b/Formula/e/etcd.rb index 3e826f9a52709..bbe7dc7bfd7a0 100644 --- a/Formula/e/etcd.rb +++ b/Formula/e/etcd.rb @@ -2,8 +2,8 @@ class Etcd < Formula desc "Key value store for shared configuration and service discovery" homepage "https://github.com/etcd-io/etcd" url "https://github.com/etcd-io/etcd.git", - tag: "v3.6.0", - revision: "f5d605a93abe2fdfa13880aab0f1f3a4203628dd" + tag: "v3.6.1", + revision: "a4708beb0f5dfba937145762516ac98f15797940" license "Apache-2.0" head "https://github.com/etcd-io/etcd.git", branch: "main" From c95292c8b192c4613ba6f43a901beef22a174551 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:00:43 +0000 Subject: [PATCH 03311/10074] go-parquet-tools 1.32.1 --- Formula/g/go-parquet-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/go-parquet-tools.rb b/Formula/g/go-parquet-tools.rb index 852d2b8ac3d03..9d5feb50095d5 100644 --- a/Formula/g/go-parquet-tools.rb +++ b/Formula/g/go-parquet-tools.rb @@ -1,8 +1,8 @@ class GoParquetTools < Formula desc "Utility to deal with Parquet data" homepage "https://github.com/hangxie/parquet-tools" - url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.32.0.tar.gz" - sha256 "d8f1b3b61f65b6dabe174dc4c35e7faac2832a5c228687060bf26492c1a5b537" + url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.32.1.tar.gz" + sha256 "d3ffd001f769797c0b2dc48a3587b544b0e99e4777aade7ccdaef3c46d7b045c" license "BSD-3-Clause" head "https://github.com/hangxie/parquet-tools.git", branch: "main" From c09e45dc3ecbf02d75e876ee0d843296fa2567dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:10:37 +0000 Subject: [PATCH 03312/10074] oh-my-posh 26.4.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index d814cf0d719fa..d889a0e9b7732 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.3.0.tar.gz" - sha256 "daf52a77ab4b0bc4902edb2b64e16e0841c8698db925a1be80fa0ad23b9958ef" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.4.0.tar.gz" + sha256 "9c3d8358cb91466985f269fd407d1302f2fb7f9e46fe39f9f9a76c2fbf2bfa68" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 66ad2ca563e92b4b6db7bc0fdb8ef3c0a540d59b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:16:59 +0000 Subject: [PATCH 03313/10074] ruby-lsp 0.24.1 --- Formula/r/ruby-lsp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruby-lsp.rb b/Formula/r/ruby-lsp.rb index 8d75364d62842..49fcd4283715a 100644 --- a/Formula/r/ruby-lsp.rb +++ b/Formula/r/ruby-lsp.rb @@ -1,8 +1,8 @@ class RubyLsp < Formula desc "Opinionated language server for Ruby" homepage "https://shopify.github.io/ruby-lsp" - url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.24.0.tar.gz" - sha256 "c3d669dfe7ad0c7a1724aa9fc315a7d9b407748f2ea4ee23d5232cd6575384cd" + url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.24.1.tar.gz" + sha256 "726928a197a35aff4bffb70e459973b7192a2720fbed112b9aaa2916cd5d624f" license "MIT" head "https://github.com/Shopify/ruby-lsp.git", branch: "main" From a93b0c568e34d6afe12de4859e31eb8f2f678abe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:22:24 +0000 Subject: [PATCH 03314/10074] uv 0.7.12 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 4b5a84c04ada5..07a2a64ebe116 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://docs.astral.sh/uv/" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.11.tar.gz" - sha256 "6c0c23f99adf51164a83f8b4155a1f7fa16e01c6cb2deaaa68e60e531e8076c0" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.12.tar.gz" + sha256 "b327d4ea57ccecfd5edc8a3cefbebb62a8089e22a264b440d44d4168b1b9dfbc" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 8ad7d2c18307befc482d40aa763ba49a7d971d6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:23:27 +0000 Subject: [PATCH 03315/10074] vulkan-headers 1.4.317 --- Formula/v/vulkan-headers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-headers.rb b/Formula/v/vulkan-headers.rb index 435ad4ab9530a..9246393837538 100644 --- a/Formula/v/vulkan-headers.rb +++ b/Formula/v/vulkan-headers.rb @@ -1,8 +1,8 @@ class VulkanHeaders < Formula desc "Vulkan Header files and API registry" homepage "https://github.com/KhronosGroup/Vulkan-Headers" - url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.316.tar.gz" - sha256 "895caae5a68ef6bbec291c7df953a463c751bee1b6e628b612cfbc2ef83ee3a5" + url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.317.tar.gz" + sha256 "78665959d10b09061d8c3e21db8bf3e8b699e2d3d532fce850a32312dba7228b" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Headers.git", branch: "main" From fd9bea5d729633e06f6fd3b87ef921b288cdbe71 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:23:27 +0000 Subject: [PATCH 03316/10074] vulkan-loader 1.4.317 --- Formula/v/vulkan-loader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-loader.rb b/Formula/v/vulkan-loader.rb index 53b3a03623a73..2150082817ef7 100644 --- a/Formula/v/vulkan-loader.rb +++ b/Formula/v/vulkan-loader.rb @@ -1,8 +1,8 @@ class VulkanLoader < Formula desc "Vulkan ICD Loader" homepage "https://github.com/KhronosGroup/Vulkan-Loader" - url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.316.tar.gz" - sha256 "00e9cb5a49e48d7a81a32351c04866468c40966dfdf6393570953a30c41f6dce" + url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.317.tar.gz" + sha256 "e4e18585fe902ee04e86c1cdb2996b686bffef2cab02cb6079221fe69df05af8" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Loader.git", branch: "main" From 1813b651efc350cc5adf6a6de42444f53a93e6e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:23:27 +0000 Subject: [PATCH 03317/10074] vulkan-tools 1.4.317 --- Formula/v/vulkan-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-tools.rb b/Formula/v/vulkan-tools.rb index 663711ec6a77a..4fdf59814c512 100644 --- a/Formula/v/vulkan-tools.rb +++ b/Formula/v/vulkan-tools.rb @@ -1,8 +1,8 @@ class VulkanTools < Formula desc "Vulkan utilities and tools" homepage "https://github.com/KhronosGroup/Vulkan-Tools" - url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.316.tar.gz" - sha256 "3d56d577b908e6627891b0f0c0fc5ba5ea9db0620d0a7755e2ef312e3629acbf" + url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.317.tar.gz" + sha256 "4586309ab5b2a9584fde62fd85b0ef5bb98b4cdbca9cb1ba3a2b4978dc2f355c" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Tools.git", branch: "main" From 7a58e1abbf440dd0aa7729721ac51a564a59c21d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:23:27 +0000 Subject: [PATCH 03318/10074] vulkan-utility-libraries 1.4.317 --- Formula/v/vulkan-utility-libraries.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-utility-libraries.rb b/Formula/v/vulkan-utility-libraries.rb index 0879ce8519ed0..b0366eedebcd5 100644 --- a/Formula/v/vulkan-utility-libraries.rb +++ b/Formula/v/vulkan-utility-libraries.rb @@ -1,8 +1,8 @@ class VulkanUtilityLibraries < Formula desc "Utility Libraries for Vulkan" homepage "https://github.com/KhronosGroup/Vulkan-Utility-Libraries" - url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.316.tar.gz" - sha256 "3423b08cb1519e66b985c4f1edd07395fa3d61bf33fd50e392817ff229f395dd" + url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.317.tar.gz" + sha256 "b2ebc07892bfbde4e15288b73d5406dd0bed83a889775b4738aa06daac90d02d" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git", branch: "main" From e816f8dc97c9714520ec061d7a362fe43a43a1ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:25:28 +0000 Subject: [PATCH 03319/10074] yara-x 1.0.1 --- Formula/y/yara-x.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index 1ec5b6a1d2662..6981818b7a0e1 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -1,8 +1,8 @@ class YaraX < Formula desc "Tool to do pattern matching for malware research" homepage "https://virustotal.github.io/yara-x/" - url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.0.0.tar.gz" - sha256 "b6d06bbee0c11c403f535f8352f4d86ee2d505a51634a88414fa6dba1aae14f5" + url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.0.1.tar.gz" + sha256 "6898edc7e42681191ef84df9f910e3c1761cc446c0e9dc026a340f6f1e888f5d" license "BSD-3-Clause" head "https://github.com/VirusTotal/yara-x.git", branch: "main" From 1267056a41b55bb3c171b93c2300b4eaebce1f08 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:53 +0200 Subject: [PATCH 03320/10074] i2c-tools: added `no_autobump!` --- Formula/i/i2c-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/i2c-tools.rb b/Formula/i/i2c-tools.rb index b86f5b02e8783..027a65d9d69f3 100644 --- a/Formula/i/i2c-tools.rb +++ b/Formula/i/i2c-tools.rb @@ -10,6 +10,8 @@ class I2cTools < Formula regex(/href=.*?i2c-tools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_linux: "dd2a87e8ac0da6a882e8e0c117b93ea8e8932629703e372b39f6f92bf93387b5" sha256 cellar: :any_skip_relocation, x86_64_linux: "d20107422ff757ff511d2a8099bb04f96cba86e4a0a81081efe7a7c49d02b118" From 88bfdf0e4c0e06776f64ea43e136a7e7deb5471d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:53 +0200 Subject: [PATCH 03321/10074] i386-elf-gdb: added `no_autobump!` --- Formula/i/i386-elf-gdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/i386-elf-gdb.rb b/Formula/i/i386-elf-gdb.rb index 86970e3727784..b804ff43cbffc 100644 --- a/Formula/i/i386-elf-gdb.rb +++ b/Formula/i/i386-elf-gdb.rb @@ -11,6 +11,8 @@ class I386ElfGdb < Formula formula "gdb" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "af939496c6245db5f2f812e196fb9e4b3623f15a2db5035716f392d6633ffe8c" sha256 arm64_sonoma: "951dac8073ae7de6fb7d74db8b7694a4bc323e02013f1ac541b1f03f45e8d319" From dc83fd3e1e78cf3d83b930cc4c09a8a2b3dae5fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:53 +0200 Subject: [PATCH 03322/10074] i686-elf-binutils: added `no_autobump!` --- Formula/i/i686-elf-binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/i686-elf-binutils.rb b/Formula/i/i686-elf-binutils.rb index 2b92f33992e54..a9ccb3500d8b8 100644 --- a/Formula/i/i686-elf-binutils.rb +++ b/Formula/i/i686-elf-binutils.rb @@ -10,6 +10,8 @@ class I686ElfBinutils < Formula formula "binutils" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "b0a006a8cb8b4b032c38c07349f0287d0cfb719ca75845cccb13415908b4938c" sha256 arm64_sonoma: "9afba9508ee359df64f8f4aa6b8281a9b10955e3931466018f055191b3fdc955" From 0cdfcb26902a4bedd2818e3bf65edc47127e1f9b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:53 +0200 Subject: [PATCH 03323/10074] i686-elf-grub: added `no_autobump!` --- Formula/i/i686-elf-grub.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/i686-elf-grub.rb b/Formula/i/i686-elf-grub.rb index b35dfecf3afe2..1e7ffe5021997 100644 --- a/Formula/i/i686-elf-grub.rb +++ b/Formula/i/i686-elf-grub.rb @@ -6,6 +6,8 @@ class I686ElfGrub < Formula sha256 "f3c97391f7c4eaa677a78e090c7e97e6dc47b16f655f04683ebd37bef7fe0faa" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "16923a4a52103eb6468129a574eb7b3c85d771adb37773d8e2a6850225805931" sha256 arm64_sonoma: "ceb84b9c359fbb659e7b355065513d605bd013fde1a642c4c9838d08499e5959" From 8f00b820ded50b364de351e80f199b6e5d3ab83f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:53 +0200 Subject: [PATCH 03324/10074] iam-policy-json-to-terraform: added `no_autobump!` --- Formula/i/iam-policy-json-to-terraform.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/iam-policy-json-to-terraform.rb b/Formula/i/iam-policy-json-to-terraform.rb index 426d33dcff337..8d0d67b0812a4 100644 --- a/Formula/i/iam-policy-json-to-terraform.rb +++ b/Formula/i/iam-policy-json-to-terraform.rb @@ -6,6 +6,8 @@ class IamPolicyJsonToTerraform < Formula license "Apache-2.0" head "https://github.com/flosell/iam-policy-json-to-terraform.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "016bb0b29e4f5c61e1c7e0e0c99ba74757327a146ddf9906df1d628694e31ae2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "016bb0b29e4f5c61e1c7e0e0c99ba74757327a146ddf9906df1d628694e31ae2" From d519fb074dc87ac2f9ca5e0cc6cabd0aebbbc9f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:54 +0200 Subject: [PATCH 03325/10074] iat: added `no_autobump!` --- Formula/i/iat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/iat.rb b/Formula/i/iat.rb index ecc66fae9477d..df583220c3600 100644 --- a/Formula/i/iat.rb +++ b/Formula/i/iat.rb @@ -5,6 +5,8 @@ class Iat < Formula sha256 "fb72c42f4be18107ec1bff8448bd6fac2a3926a574d4950a4d5120f0012d62ca" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6bc109730274136edd66490ce1029a7e48d083a418924684adbd72154a1ea84" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9bf951c493709c86c80ded9cfda13a70c2fb7c6736ed66403bd493cd4267c5e" From 13b229412d9051e838412a98a20044ee30a42ef9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:54 +0200 Subject: [PATCH 03326/10074] ibex: added `no_autobump!` --- Formula/i/ibex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ibex.rb b/Formula/i/ibex.rb index 8a5af0e4c16e8..3fc3624acffa4 100644 --- a/Formula/i/ibex.rb +++ b/Formula/i/ibex.rb @@ -11,6 +11,8 @@ class Ibex < Formula regex(/^ibex[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "81f2219bb5ace8fd196334c02cc5be36d3c708a21b778138cc89f49d48c5f11e" sha256 cellar: :any, arm64_sonoma: "c1aa3a31657f99acd38c81e90595f4bd9b34710ef22482a22cd4a44e9f1c1cf4" From f56b6336216ecc585ac3b108ad6862ae4c20ec91 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:54 +0200 Subject: [PATCH 03327/10074] iblinter: added `no_autobump!` --- Formula/i/iblinter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/iblinter.rb b/Formula/i/iblinter.rb index c46ef9ddf43ff..336bd2ec2f4bf 100644 --- a/Formula/i/iblinter.rb +++ b/Formula/i/iblinter.rb @@ -6,6 +6,8 @@ class Iblinter < Formula license "MIT" head "https://github.com/IBDecodable/IBLinter.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab02ce27d16504d8ec99411983ecec5503a128fd940bc6d0c9c13ba7347d7632" From 5b010c0761023c3b3b1344e43c5172e16a16284d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:54 +0200 Subject: [PATCH 03328/10074] ical-buddy: added `no_autobump!` --- Formula/i/ical-buddy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ical-buddy.rb b/Formula/i/ical-buddy.rb index 6a3a0891bb557..92dc04d5e2591 100644 --- a/Formula/i/ical-buddy.rb +++ b/Formula/i/ical-buddy.rb @@ -7,6 +7,8 @@ class IcalBuddy < Formula revision 1 head "https://github.com/dkaluta/icalBuddy64.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "be7bf233e7a634c48779b5567de34e3f2a5af0e3b7b85fe1036cd899d665d1e6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f5470ef901a02406a988f04542a69a7563b7936eaa90144aa316a10fcdc1977" From 2c61f533427eb040beec605a5df8e5f500deb13b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:54 +0200 Subject: [PATCH 03329/10074] icarus-verilog: added `no_autobump!` --- Formula/i/icarus-verilog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icarus-verilog.rb b/Formula/i/icarus-verilog.rb index 2c085bd39b4e8..ab8b92e71a187 100644 --- a/Formula/i/icarus-verilog.rb +++ b/Formula/i/icarus-verilog.rb @@ -13,6 +13,8 @@ class IcarusVerilog < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "71feafd9b968350f08ca504f95b7d0be4e048799c47c145e2d7757ce0d179a5c" sha256 arm64_sonoma: "16e03356975ad058efbf99a12cb1ed1a6c078aea5d7b5bb6a0035442afb0f335" From bd8a1d5c9f355f34d289bf13f3dbbe06ce070045 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:54 +0200 Subject: [PATCH 03330/10074] iccmax: added `no_autobump!` --- Formula/i/iccmax.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/iccmax.rb b/Formula/i/iccmax.rb index 271344b6d9193..711d1fd50c5bb 100644 --- a/Formula/i/iccmax.rb +++ b/Formula/i/iccmax.rb @@ -5,6 +5,8 @@ class Iccmax < Formula sha256 "e3bff2e0e7876faebe4a2097eefa2a190325bcc04c152ef470449f0c01b41fa7" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1c199d5cf09f566e818d2049fb093faf85d4db8d5523e1434291fa2c9472410b" sha256 cellar: :any, arm64_sonoma: "1b74500262109e0e702597ed2342f488c4517b8f44800534e33c55c88b89bdaf" From 09c804db90aa8502c613b3cd2f91a303817287b7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:55 +0200 Subject: [PATCH 03331/10074] icdiff: added `no_autobump!` --- Formula/i/icdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icdiff.rb b/Formula/i/icdiff.rb index 36316b804d0b5..9b93789f822cb 100644 --- a/Formula/i/icdiff.rb +++ b/Formula/i/icdiff.rb @@ -8,6 +8,8 @@ class Icdiff < Formula license "PSF-2.0" head "https://github.com/jeffkaufman/icdiff.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "6fd6d50bbd97cdad70b01dcbb90a65b87f79a359cbe235f0d23367de8778fbfc" From 2abc6b2c601c9f76c8eb8ae463cc7e9a05570462 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:55 +0200 Subject: [PATCH 03332/10074] ice: added `no_autobump!` --- Formula/i/ice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ice.rb b/Formula/i/ice.rb index ce8f7a59aa4ba..25170730d20be 100644 --- a/Formula/i/ice.rb +++ b/Formula/i/ice.rb @@ -10,6 +10,8 @@ class Ice < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7c514dfb78c4739a0e3a89fef4c6cb238fa944b43efab26bda3aea20ec4ae47e" sha256 cellar: :any, arm64_sonoma: "9e16e4dc54af25f1f87ada450ac1179be3f2ddbdfaf53d75fc242f20dd093721" From ab336a22dcd385d2ab0fc57460f31f114984916e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:55 +0200 Subject: [PATCH 03333/10074] icecast: added `no_autobump!` --- Formula/i/icecast.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icecast.rb b/Formula/i/icecast.rb index 4e52a86fa0986..af1b24a30e602 100644 --- a/Formula/i/icecast.rb +++ b/Formula/i/icecast.rb @@ -12,6 +12,8 @@ class Icecast < Formula regex(%r{href=(?:["']?|.*?/)icecast[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "669009eaccd0b5a3963bc8e23516d6fc5092b75a956bc06f9a7157e0ee5c1896" sha256 cellar: :any, arm64_sonoma: "499383218ab2e3a1b9d0de600ecfbd0ce9f792ba34333a782c072c3c5227ff2e" From b62c555545d7860b34264858fa30ca1c7d640298 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:55 +0200 Subject: [PATCH 03334/10074] icecream: added `no_autobump!` --- Formula/i/icecream.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icecream.rb b/Formula/i/icecream.rb index 72882fd9d6c6a..3ee2dc4c3a575 100644 --- a/Formula/i/icecream.rb +++ b/Formula/i/icecream.rb @@ -5,6 +5,8 @@ class Icecream < Formula sha256 "249dcf74f0fc477ff9735ff0bdcdfaa4c257a864c4db5255d8b25c9f4fd20b6b" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "3e72ef8ca299726695641f68412f9071e3840671808710ae1d4fc09b120d73e8" sha256 arm64_sonoma: "cd4ee875fc4006985db7d2caab6039e97ea091165f1c683e19dd104e54362890" From c819ae9b2bf8b8c8fcf5ac0d0b71a60ee1a2f805 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:55 +0200 Subject: [PATCH 03335/10074] icemon: added `no_autobump!` --- Formula/i/icemon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icemon.rb b/Formula/i/icemon.rb index be120a0956015..3b5a9b2203f01 100644 --- a/Formula/i/icemon.rb +++ b/Formula/i/icemon.rb @@ -6,6 +6,8 @@ class Icemon < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "ee2a82f839e771368531ab54f76b5b17b54fbfdbe1ce4ff77671321b5913c35a" From edab984f5c46e45f661e875c1a181934303e1685 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:56 +0200 Subject: [PATCH 03336/10074] icon-naming-utils: added `no_autobump!` --- Formula/i/icon-naming-utils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icon-naming-utils.rb b/Formula/i/icon-naming-utils.rb index b7ee2bb27e505..676f7f208f73b 100644 --- a/Formula/i/icon-naming-utils.rb +++ b/Formula/i/icon-naming-utils.rb @@ -8,6 +8,8 @@ class IconNamingUtils < Formula sha256 "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3caca3e4bf1e45408fdd966f46f860a0fd9002f471a1fa258e9c3c66ab28b204" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4875c2788c7c77a35e9af5ecda0d4ba48ec06668ed12acd5b95b77860a8e25ca" From 182eff391976a1672a11336eb764a8991d3c41e3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:56 +0200 Subject: [PATCH 03337/10074] iconsur: added `no_autobump!` --- Formula/i/iconsur.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/iconsur.rb b/Formula/i/iconsur.rb index 321b7028df9c7..6477b7f13b01e 100644 --- a/Formula/i/iconsur.rb +++ b/Formula/i/iconsur.rb @@ -9,6 +9,8 @@ class Iconsur < Formula sha256 "d732df6bbcaf1418c6f46f9148002cbc1243814692c1c0e5c0cebfcff001c4a1" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba4be0ff656530a2a787c34d2b8c9502a0bb6448dd3d76198ff9d9a295769303" From e3317f253be4de8d7443462faeed77d6973ddfdb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:56 +0200 Subject: [PATCH 03338/10074] icoutils: added `no_autobump!` --- Formula/i/icoutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icoutils.rb b/Formula/i/icoutils.rb index 155a7e83e158f..f6b4d3d8ec445 100644 --- a/Formula/i/icoutils.rb +++ b/Formula/i/icoutils.rb @@ -10,6 +10,8 @@ class Icoutils < Formula regex(/href=.*?icoutils[._-](\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "1f134eb8d5bfda13e1afd2742d87488abb2bd651f0ec059b6bbea76add8a647f" From 74e6ee4b86d04e737dc1a2fbef56b0ebc1addce0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:56 +0200 Subject: [PATCH 03339/10074] icu4c@74: added `no_autobump!` --- Formula/i/icu4c@74.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icu4c@74.rb b/Formula/i/icu4c@74.rb index c7e6c1296a048..614abc2423af4 100644 --- a/Formula/i/icu4c@74.rb +++ b/Formula/i/icu4c@74.rb @@ -6,6 +6,8 @@ class Icu4cAT74 < Formula sha256 "68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c" license "ICU" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d9b0dc95a406d340373bf75d6d013cc53e8815d0c0b550e584b4006a7aba12f0" sha256 cellar: :any, arm64_sonoma: "2216fec75032a12c4a442448ca23fed421eb94374e2e9994e6db0c51eae60ed2" From a989941de86abcfb99bd7d96855b03351ac46c55 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:56 +0200 Subject: [PATCH 03340/10074] icu4c@75: added `no_autobump!` --- Formula/i/icu4c@75.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icu4c@75.rb b/Formula/i/icu4c@75.rb index 66c420919dbf6..2991539fd8de4 100644 --- a/Formula/i/icu4c@75.rb +++ b/Formula/i/icu4c@75.rb @@ -7,6 +7,8 @@ class Icu4cAT75 < Formula license "ICU" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4f07c25ad9219c64a89315c92926a4ed100abee56ca8239697f4d4ed96fc8c4e" sha256 cellar: :any, arm64_sonoma: "992749cb6ae752008a3ae031fdc6972833f7ccece25557990797abedb65cdc34" From 601205673a7ff807e1a5b42c3761b95eb95ef6d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:56 +0200 Subject: [PATCH 03341/10074] icu4c@76: added `no_autobump!` --- Formula/i/icu4c@76.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icu4c@76.rb b/Formula/i/icu4c@76.rb index ee4d26ec4953c..bfaa32908073a 100644 --- a/Formula/i/icu4c@76.rb +++ b/Formula/i/icu4c@76.rb @@ -7,6 +7,8 @@ class Icu4cAT76 < Formula license "ICU" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "36740927f8bdb436e6a4fa4066ac13d32edaaf4125ba3f20ca12e18d7eecbd6f" sha256 cellar: :any, arm64_sonoma: "75dc3baf41567d78c356904dd11c66d4a052dc81fc8f06b574d169a10f373b94" From 8b50c5e43aa5b964fdb65a4891b9ea6459b5fe7e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:57 +0200 Subject: [PATCH 03342/10074] icu4c@77: added `no_autobump!` --- Formula/i/icu4c@77.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/icu4c@77.rb b/Formula/i/icu4c@77.rb index 51db6bd418ca1..e8b6ed107aab5 100644 --- a/Formula/i/icu4c@77.rb +++ b/Formula/i/icu4c@77.rb @@ -17,6 +17,8 @@ class Icu4cAT77 < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "19f6b5fef0cdf1dfc7f136ca103348ec8530ffdf8012273f6ee4a6159cdfaf75" sha256 cellar: :any, arm64_sonoma: "f2b3a9d78e046b3b1ca1f06227272c0ea25490bd8efa4c98a33ffdcc734452ff" From fa68c201527c4eb6ca4314bd3c37753768a0cabe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:57 +0200 Subject: [PATCH 03343/10074] id3ed: added `no_autobump!` --- Formula/i/id3ed.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/id3ed.rb b/Formula/i/id3ed.rb index 66b2b408a7cf2..8ef68ac6d8cd6 100644 --- a/Formula/i/id3ed.rb +++ b/Formula/i/id3ed.rb @@ -5,6 +5,8 @@ class Id3ed < Formula sha256 "56f26dfde7b6357c5ad22644c2a379f25fce82a200264b5d4ce62f2468d8431b" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4fd74264459035f47365eaedfcd7eb24a140a9165e1f5d911229349c25d1557" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee1364fbe79738671595a35b7050d96ce311d8653d317f0f3ac6a23f8e853c18" From 98ccae427608c155e3f77aae90acc78f2316a46f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:57 +0200 Subject: [PATCH 03344/10074] id3lib: added `no_autobump!` --- Formula/i/id3lib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/id3lib.rb b/Formula/i/id3lib.rb index d3ef3edc67f53..8253752bc2d44 100644 --- a/Formula/i/id3lib.rb +++ b/Formula/i/id3lib.rb @@ -20,6 +20,8 @@ class Id3lib < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2043f772a3513c2eeaf0c6c18894930ececbfc0a8480f7223995ed81abf00401" sha256 cellar: :any, arm64_sonoma: "b881a2bd2bd818806f8b793da5064f7ecc09d2a675ea6a23ab688d5b3b9d2ef9" From e472dbf14ef1e3cad7aca58ef69563563934b2d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:57 +0200 Subject: [PATCH 03345/10074] id3tool: added `no_autobump!` --- Formula/i/id3tool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/id3tool.rb b/Formula/i/id3tool.rb index b4b7b3e08b06d..54b8570659217 100644 --- a/Formula/i/id3tool.rb +++ b/Formula/i/id3tool.rb @@ -10,6 +10,8 @@ class Id3tool < Formula regex(/href=.*?id3tool[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0c5fde02924517f49e33c33f18430726f0b613bb013fa73d0eb035a6d34755f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e67faa6f3ae68053ff10e5e16e3dfad49dd3f67a578114109a143c6131c44391" From 8d8a7853deb2313867b0406822efd06fc664a2a6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:57 +0200 Subject: [PATCH 03346/10074] id3v2: added `no_autobump!` --- Formula/i/id3v2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/id3v2.rb b/Formula/i/id3v2.rb index 1cc523609d813..77f3f4c98cb04 100644 --- a/Formula/i/id3v2.rb +++ b/Formula/i/id3v2.rb @@ -5,6 +5,8 @@ class Id3v2 < Formula sha256 "8105fad3189dbb0e4cb381862b4fa18744233c3bbe6def6f81ff64f5101722bf" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6d78452187f861e1e8ecf3a23a2e873e251ccda22403a855c86dff5aa6e5bb30" sha256 cellar: :any, arm64_sonoma: "9bf6ca393764873ff61916821417e4bfbbe1564682ca2004fcbeef1525c211b7" From 3d84124c1bda76f73597e2bf3c03485eb6b0d31d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:57 +0200 Subject: [PATCH 03347/10074] ideviceinstaller: added `no_autobump!` --- Formula/i/ideviceinstaller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ideviceinstaller.rb b/Formula/i/ideviceinstaller.rb index f9801ad7aa47c..2eeeae12edd0f 100644 --- a/Formula/i/ideviceinstaller.rb +++ b/Formula/i/ideviceinstaller.rb @@ -7,6 +7,8 @@ class Ideviceinstaller < Formula revision 1 head "https://github.com/libimobiledevice/ideviceinstaller.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "42ce06edd2a59ca8e25f460c6d66689c04587f4779bf4ef4f965b5c7d01b89c4" sha256 cellar: :any, arm64_sonoma: "818061a6b3ede66696892086a119faa1df036d6d4a3242672fdb955db0d23e6c" From c3d165358bfe1e42b454302163bd40ad66865dbf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:58 +0200 Subject: [PATCH 03348/10074] idnits: added `no_autobump!` --- Formula/i/idnits.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/idnits.rb b/Formula/i/idnits.rb index 4771e34d20346..a8d62a2a6ab18 100644 --- a/Formula/i/idnits.rb +++ b/Formula/i/idnits.rb @@ -5,6 +5,8 @@ class Idnits < Formula sha256 "195ed8c9bfd38fbaf1ecb674a894f98f43be774dfecc37da5ef953ccba99ce76" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "0821ceb278c9bb73ef75f4aa1ebeca58d6e5264d4360d63ccdf0d1b43e23d2e6" From 762464b8a1373c5b210eb746e9d8fe8472af4f3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:58 +0200 Subject: [PATCH 03349/10074] idris2: added `no_autobump!` --- Formula/i/idris2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/idris2.rb b/Formula/i/idris2.rb index f0ced1f1746f0..cae663486933d 100644 --- a/Formula/i/idris2.rb +++ b/Formula/i/idris2.rb @@ -7,6 +7,8 @@ class Idris2 < Formula revision 4 head "https://github.com/idris-lang/Idris2.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f2e9a79eac9603493e64a21505f127cc98d64e418b5fbfd82ed02a9144b7dcb5" sha256 cellar: :any, arm64_sonoma: "5b85059f83fe007bbf8de891999e16da762694cdec97ba66ad304f65c9a6e149" From 20bb54ec6fa4bc5da874a97d83bc451c73c6088d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:58 +0200 Subject: [PATCH 03350/10074] idsgrep: added `no_autobump!` --- Formula/i/idsgrep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/idsgrep.rb b/Formula/i/idsgrep.rb index 68bbbc45cc6f7..d55052c03aa4c 100644 --- a/Formula/i/idsgrep.rb +++ b/Formula/i/idsgrep.rb @@ -10,6 +10,8 @@ class Idsgrep < Formula regex(/href=.*idsgrep[._-]v?(\d+(?:\.\d+)+)\.t*/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9195c89da2a586ec7c5d86d4b7da682d4d358ff39581755414f6040dce4db197" sha256 cellar: :any, arm64_sonoma: "cd0cd350e0b1880c10cdb41eb85aa6a2f72829b08bffb5ef4c507ae9b75359e4" From 37aa6e775696ad62df902175259ca40a0f1f80aa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:58 +0200 Subject: [PATCH 03351/10074] idutils: added `no_autobump!` --- Formula/i/idutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/idutils.rb b/Formula/i/idutils.rb index ff6242ab99f2d..ae3ebe38f6fe6 100644 --- a/Formula/i/idutils.rb +++ b/Formula/i/idutils.rb @@ -7,6 +7,8 @@ class Idutils < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "63d48bcd08d23874fff1f37a66c022c47c10c085549405f4fa8cdb4ba8d34b28" From ee558fd8fac3ceff8d13fa9838eaef109537c6a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:58 +0200 Subject: [PATCH 03352/10074] ievms: added `no_autobump!` --- Formula/i/ievms.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ievms.rb b/Formula/i/ievms.rb index 4fa736a0bc886..1cc676d695423 100644 --- a/Formula/i/ievms.rb +++ b/Formula/i/ievms.rb @@ -4,6 +4,8 @@ class Ievms < Formula url "https://github.com/xdissent/ievms/archive/refs/tags/v0.3.3.tar.gz" sha256 "95cafdc295998712c3e963dc4a397d6e6a823f6e93f2c119e9be928b036163be" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "64f7839125fd69525935b7cd3eee26cb7ef05010105218c3135d7ac81f7cd0db" From aced8d04c1f806f465bcba0d404264ac49a2614e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:59 +0200 Subject: [PATCH 03353/10074] ifstat: added `no_autobump!` --- Formula/i/ifstat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ifstat.rb b/Formula/i/ifstat.rb index 55e39fcce2f3d..ee0ed8a3a28c7 100644 --- a/Formula/i/ifstat.rb +++ b/Formula/i/ifstat.rb @@ -10,6 +10,8 @@ class Ifstat < Formula regex(/href=["']?ifstat[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7929e573cc9e8172c16c8a9d4a5c3ff51fb02ba824a70c4e749cea56e9d33ed2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "077e591c44a830e200e6587ea68eefdc06be3fd5ab6eafe867743b3f24a4d498" From d326b7f55f205d376717f58e3d884733c303083e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:59 +0200 Subject: [PATCH 03354/10074] iftop: added `no_autobump!` --- Formula/i/iftop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/iftop.rb b/Formula/i/iftop.rb index 50cf11e6c9000..c94a3caaf026a 100644 --- a/Formula/i/iftop.rb +++ b/Formula/i/iftop.rb @@ -15,6 +15,8 @@ class Iftop < Formula regex(/href=.*?iftop[._-]v?(\d+(?:\.\d+)+(?:pre\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a3d6d2dbbb5f10a3cc0043846d9742314b1795d77f08dae5a2ce8abfe9696f3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f516ed09bb4c7f8b6fb01626b6a822a382c88d5a26329798f3139f7998192f6e" From e6f471e2fab6fc72ac850abd05aca231698a7a01 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:59 +0200 Subject: [PATCH 03355/10074] ifuse: added `no_autobump!` --- Formula/i/ifuse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ifuse.rb b/Formula/i/ifuse.rb index edcd701d58d45..70b5671795742 100644 --- a/Formula/i/ifuse.rb +++ b/Formula/i/ifuse.rb @@ -16,6 +16,8 @@ class Ifuse < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_linux: "734a650c8068975a04496c7efc513167c327b7202a112698745cea919ad75a6d" sha256 cellar: :any_skip_relocation, x86_64_linux: "1c1e2348ff0c16c8d70685fb9112a77739aec3317e21079527dcb2abb0f99e8e" From 817d125b946074268f1365e13baac96e0b5923a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:59 +0200 Subject: [PATCH 03356/10074] ii: added `no_autobump!` --- Formula/i/ii.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ii.rb b/Formula/i/ii.rb index 79a928c31c4bb..c1d0ef3cf62ff 100644 --- a/Formula/i/ii.rb +++ b/Formula/i/ii.rb @@ -11,6 +11,8 @@ class Ii < Formula regex(/href=.*?ii[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab84f7b5884e3b926510c76631987ea2eb214d73c0595af30063c7b0131fe759" sha256 cellar: :any_skip_relocation, arm64_sonoma: "eeaebb7ec193ae9299db69b34cecf80665a50d2820a69c2ed053142af6d4de40" From ad02c09085401a9a1158abee8bfca5596e8f1f4b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:59 +0200 Subject: [PATCH 03357/10074] ike-scan: added `no_autobump!` --- Formula/i/ike-scan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ike-scan.rb b/Formula/i/ike-scan.rb index 58ef1bc0df8dc..b5f0851ad4c29 100644 --- a/Formula/i/ike-scan.rb +++ b/Formula/i/ike-scan.rb @@ -15,6 +15,8 @@ class IkeScan < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "ab952b41aca2d112e8238ac293c43b90382a49fa9afca8f1726a5f1b138dd1aa" From 9aa8ad736d0240558c842cab8fa902643afff7e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:42:59 +0200 Subject: [PATCH 03358/10074] imagejs: added `no_autobump!` --- Formula/i/imagejs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/imagejs.rb b/Formula/i/imagejs.rb index 78623f218faef..04f6d699b6848 100644 --- a/Formula/i/imagejs.rb +++ b/Formula/i/imagejs.rb @@ -11,6 +11,8 @@ class Imagejs < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "e63b962d504ec008aa03bbbc391604e5ade5d25d0316d1b040cc053a56b2821f" From cc226478bb024ff1a70d195da8c9975e702bf914 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:00 +0200 Subject: [PATCH 03359/10074] imageoptim-cli: added `no_autobump!` --- Formula/i/imageoptim-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/imageoptim-cli.rb b/Formula/i/imageoptim-cli.rb index 160f814436a45..62cfe5fceff6f 100644 --- a/Formula/i/imageoptim-cli.rb +++ b/Formula/i/imageoptim-cli.rb @@ -11,6 +11,8 @@ class ImageoptimCli < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "a773e296348e3eefcf67f3b5101d88df39de5a2cf3746ddc67bb14542620c105" From 6c535e4d536f070598a511cc126ca137b1ec9def Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:00 +0200 Subject: [PATCH 03360/10074] imagesnap: added `no_autobump!` --- Formula/i/imagesnap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/imagesnap.rb b/Formula/i/imagesnap.rb index d8fe7d90dc340..11390606dda34 100644 --- a/Formula/i/imagesnap.rb +++ b/Formula/i/imagesnap.rb @@ -5,6 +5,8 @@ class Imagesnap < Formula sha256 "103610515aae71fe1eea6bea15b2b48542f88042515d404fb4d0a18f44120a9a" license :public_domain + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0088adcce46dada16585280738cedb609b10178e4c192ad9d9b92f92c90b45c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae1001e52ea2fdb7dd9531be39fda237c343b0013f2b7855e9ee1656ae0466b3" From f2a904fd8d15ff0556a0a042c2e9bfcfa03d0f3e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:00 +0200 Subject: [PATCH 03361/10074] imageworsener: added `no_autobump!` --- Formula/i/imageworsener.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/imageworsener.rb b/Formula/i/imageworsener.rb index def0d3feb8165..ba52557170889 100644 --- a/Formula/i/imageworsener.rb +++ b/Formula/i/imageworsener.rb @@ -10,6 +10,8 @@ class Imageworsener < Formula regex(/href=.*?imageworsener[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2f5e92e748e1e1993f68bf0e8313742c972c9b466ff60a307c4b8eb3c12ab388" sha256 cellar: :any, arm64_sonoma: "5b595eed5b2b5cd87dd3f6cf4585b3a0709ec9a4e7fddc64a54f29056133fee1" From fa473c1d9c39de0e2fac3b64020348e37145ead3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:00 +0200 Subject: [PATCH 03362/10074] imake: added `no_autobump!` --- Formula/i/imake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/imake.rb b/Formula/i/imake.rb index 534239813ae6d..1f4f4ed2c19d3 100644 --- a/Formula/i/imake.rb +++ b/Formula/i/imake.rb @@ -10,6 +10,8 @@ class Imake < Formula regex(/href=.*?imake[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "7ec67382a8dbee7134f20cacb6f701e780ce5e0da7902341047bfcff4492c9e2" sha256 arm64_sonoma: "2e5e51212893abfdefa9fe94309a52728693418424af70ad64424974816d1624" From 83158f041bf8744d1aa646ff3c86b5dbe9f324b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:00 +0200 Subject: [PATCH 03363/10074] imap-uw: added `no_autobump!` --- Formula/i/imap-uw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/imap-uw.rb b/Formula/i/imap-uw.rb index 891a1736c1682..6ba8d281b9dab 100644 --- a/Formula/i/imap-uw.rb +++ b/Formula/i/imap-uw.rb @@ -11,6 +11,8 @@ class ImapUw < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "1c6588d448256165bc075365c4261d53de52575e394b9661c7837e6cce5450f8" From fb3ec858b255beb22d3101aaadf161a25151ab84 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:00 +0200 Subject: [PATCH 03364/10074] imapfilter: added `no_autobump!` --- Formula/i/imapfilter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/imapfilter.rb b/Formula/i/imapfilter.rb index f5704649668b6..10656b43fe2b3 100644 --- a/Formula/i/imapfilter.rb +++ b/Formula/i/imapfilter.rb @@ -5,6 +5,8 @@ class Imapfilter < Formula sha256 "a28ee90ac20a996e2fc19cbc36a36c152483085011f3b2ec8dfd913b7a6d9804" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "70c757de93288ef4e4367aa3fe55cd42f764a5ce18750bc71dddf21049ea2f42" sha256 arm64_sonoma: "ca4b34e7d186953097c449ba67f55596aca8e8f4a69afb60c6d5314f3dc7d433" From e78d8a58d0f4de86b1a9348c0efddff004db0802 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:01 +0200 Subject: [PATCH 03365/10074] imessage-ruby: added `no_autobump!` --- Formula/i/imessage-ruby.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/imessage-ruby.rb b/Formula/i/imessage-ruby.rb index 2ffbadcd234f2..66469252a761d 100644 --- a/Formula/i/imessage-ruby.rb +++ b/Formula/i/imessage-ruby.rb @@ -6,6 +6,8 @@ class ImessageRuby < Formula license "MIT" head "https://github.com/linjunpop/imessage.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "676022be294ea2d4654c968012a952dac36f61e573e44f3fd99b52f071767372" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b325f6945c083382956ed3f81d453e17151a0a09f4eff7d5f84c7208d1a1cd7" From 2559a89d3460e5ad43325a0c3fdd958d86241fbe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:01 +0200 Subject: [PATCH 03366/10074] img2pdf: added `no_autobump!` --- Formula/i/img2pdf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/img2pdf.rb b/Formula/i/img2pdf.rb index 83bef9dae34a1..a7d245d769888 100644 --- a/Formula/i/img2pdf.rb +++ b/Formula/i/img2pdf.rb @@ -7,6 +7,8 @@ class Img2pdf < Formula sha256 "306e279eb832bc159d7d6294b697a9fbd11b4be1f799b14b3b2174fb506af289" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1079b3b50de55ff2cb1ddba4de0b6263eb02e19e4b8c71b789a6e06c5a6eb592" sha256 cellar: :any, arm64_sonoma: "3de734f6984a7b7e9642891724dabaa3f21d61627c82d06a5d43828eaaf2933e" From 5d241b3560efb3e4fa2722b03fb801f5c4876f60 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:01 +0200 Subject: [PATCH 03367/10074] imgdiff: added `no_autobump!` --- Formula/i/imgdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/imgdiff.rb b/Formula/i/imgdiff.rb index c6a177afbf7a1..7619234daebaa 100644 --- a/Formula/i/imgdiff.rb +++ b/Formula/i/imgdiff.rb @@ -6,6 +6,8 @@ class Imgdiff < Formula license "MIT" head "https://github.com/n7olkachev/imgdiff.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "353d0253fe941d4505520098a05f9be091e7c4cdd1ce77dd192f20b4021df88d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dde33cc03e6e8eabf007303fb1fbc66c6b84675d6397df4cce9d1c7540a7ce0a" From bf8b8b1d6578257c1f27486232e38fe7e93e8e1b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:01 +0200 Subject: [PATCH 03368/10074] immer: added `no_autobump!` --- Formula/i/immer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/immer.rb b/Formula/i/immer.rb index 12440243d29eb..4b574bad7c6f8 100644 --- a/Formula/i/immer.rb +++ b/Formula/i/immer.rb @@ -5,6 +5,8 @@ class Immer < Formula sha256 "de8411c84830864604bb685dc8f2e3c0dbdc40b95b2f6726092f7dcc85e75209" license "BSL-1.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "b7829748b93385f0e75c14f6b04502c943d7ca8b3530b6d3715cfb1c00fbd401" From 511bd04a786f7639a3ee4270d09a8df95727e269 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:01 +0200 Subject: [PATCH 03369/10074] inadyn: added `no_autobump!` --- Formula/i/inadyn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/inadyn.rb b/Formula/i/inadyn.rb index 1c2e9006440c7..509620e518469 100644 --- a/Formula/i/inadyn.rb +++ b/Formula/i/inadyn.rb @@ -5,6 +5,8 @@ class Inadyn < Formula sha256 "e64c4386b6f42bbace589b847f22823a755b59f14a277a5f556fef0d99069245" license all_of: ["GPL-2.0-or-later", "ISC", "MIT"] + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e39b78913e57e26ef5a7f3d3acf1af40f58ac4025acc42e433eb790ea7454eb2" sha256 arm64_sonoma: "fe1fce79f66da620c913fbdb957e248a86c230c11811c816abb71a0b7917f787" From a42aa9ad88a53883cafe77876d0f33f69dbdf4d5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:01 +0200 Subject: [PATCH 03370/10074] incus: added `no_autobump!` --- Formula/i/incus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/incus.rb b/Formula/i/incus.rb index f891b7a7e0b72..257e686d9bf75 100644 --- a/Formula/i/incus.rb +++ b/Formula/i/incus.rb @@ -11,6 +11,8 @@ class Incus < Formula regex(/href=.*?incus[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3bdc48bce95df6d104b47f9ba711aa1c081f766ef4406cd3c08885a1cf1a4a37" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bdc48bce95df6d104b47f9ba711aa1c081f766ef4406cd3c08885a1cf1a4a37" From ea59c8a87d3e3d887d59e5a215799eee00bbbb19 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:02 +0200 Subject: [PATCH 03371/10074] indicators: added `no_autobump!` --- Formula/i/indicators.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/indicators.rb b/Formula/i/indicators.rb index 005211521e6af..fbec06cb8b05f 100644 --- a/Formula/i/indicators.rb +++ b/Formula/i/indicators.rb @@ -6,6 +6,8 @@ class Indicators < Formula license "MIT" head "https://github.com/p-ranav/indicators.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "2322751e34abbf99f523edd2f22119089ce3ce2935ffc919e6ba6c2e2b6f72bc" From 8c3ec04e867b4bab3ca5c11079e6d11d58b85b14 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:02 +0200 Subject: [PATCH 03372/10074] infracost: added `no_autobump!` --- Formula/i/infracost.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/infracost.rb b/Formula/i/infracost.rb index a1da8443cb538..49c4fc96f8f06 100644 --- a/Formula/i/infracost.rb +++ b/Formula/i/infracost.rb @@ -6,6 +6,8 @@ class Infracost < Formula license "Apache-2.0" head "https://github.com/infracost/infracost.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "06de717bd785bcd624c997a14590ff47a188e31536d2fd5117b4d316c0dc6904" sha256 cellar: :any_skip_relocation, arm64_sonoma: "06de717bd785bcd624c997a14590ff47a188e31536d2fd5117b4d316c0dc6904" From 6af2355d6973c16f103d1743e268f0728a93df4d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:02 +0200 Subject: [PATCH 03373/10074] inja: added `no_autobump!` --- Formula/i/inja.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/inja.rb b/Formula/i/inja.rb index 588196550812d..61869a03e579a 100644 --- a/Formula/i/inja.rb +++ b/Formula/i/inja.rb @@ -6,6 +6,8 @@ class Inja < Formula license "MIT" head "https://github.com/pantor/inja.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "78f7fb60abcd044a0fbd19d1723da834a8a754f4df1601de17a02b2010381666" From ca31feb9ab65f35d371513929a4d9234466f8f2f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:02 +0200 Subject: [PATCH 03374/10074] innoextract: added `no_autobump!` --- Formula/i/innoextract.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/innoextract.rb b/Formula/i/innoextract.rb index f4c2b5802ed31..95c9787a75fd1 100644 --- a/Formula/i/innoextract.rb +++ b/Formula/i/innoextract.rb @@ -21,6 +21,8 @@ class Innoextract < Formula regex(/href=.*?innoextract[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a6ecba6f9571ac08021cee5007d4ce46bc1c8af96f996dd58397fe2f2466d9c7" sha256 cellar: :any, arm64_sonoma: "8bcb1acc92f2b71ba74dbd9989858cb4c97c673ea4165d9a917005e3ae20ee0d" From c4de585702ab557926c32456154a6dfb70d02adb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:02 +0200 Subject: [PATCH 03375/10074] innotop: added `no_autobump!` --- Formula/i/innotop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/innotop.rb b/Formula/i/innotop.rb index 287cafa2fca74..43bd6aa1a8858 100644 --- a/Formula/i/innotop.rb +++ b/Formula/i/innotop.rb @@ -6,6 +6,8 @@ class Innotop < Formula license any_of: ["GPL-2.0-only", "Artistic-1.0-Perl"] head "https://github.com/innotop/innotop.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "954079748cf6e9ff2ed6cf2f1c32596c923dcc1b91e5731eda1b99c58644d239" From 4b018afe7728063daf111037abfadeaa99c425ff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:03 +0200 Subject: [PATCH 03376/10074] inotify-tools: added `no_autobump!` --- Formula/i/inotify-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/inotify-tools.rb b/Formula/i/inotify-tools.rb index 9040c88af2024..6fd2971569dc5 100644 --- a/Formula/i/inotify-tools.rb +++ b/Formula/i/inotify-tools.rb @@ -5,6 +5,8 @@ class InotifyTools < Formula sha256 "1dfa33f80b6797ce2f6c01f454fd486d30be4dca1b0c5c2ea9ba3c30a5c39855" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "801e47d3b577a62bc15e16656cb20cfd09be683592513df4446b01ea875b82b1" From 6cbe80081356068b6fc33aea356a317c5f35dc5c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:03 +0200 Subject: [PATCH 03377/10074] insect: added `no_autobump!` --- Formula/i/insect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/insect.rb b/Formula/i/insect.rb index 99bbf6a95249c..37299de7678b7 100644 --- a/Formula/i/insect.rb +++ b/Formula/i/insect.rb @@ -5,6 +5,8 @@ class Insect < Formula sha256 "dcb8d696e9209157f596c7c102cdc436d520629d2aed71585767af77bde2cb70" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "29f76c8e217cd55d3cda29df44ef5a8d18b795c72ffb408d2d81385ed7455bb7" From c7f3054056bf53a7572b56904578563958622dad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:03 +0200 Subject: [PATCH 03378/10074] inspectrum: added `no_autobump!` --- Formula/i/inspectrum.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/inspectrum.rb b/Formula/i/inspectrum.rb index c8f7cbf6ff4dd..9bfd7bedea5e6 100644 --- a/Formula/i/inspectrum.rb +++ b/Formula/i/inspectrum.rb @@ -6,6 +6,8 @@ class Inspectrum < Formula license "GPL-3.0-or-later" head "https://github.com/miek/inspectrum.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7060c870cf3c1fb749f7fbca5fa9479ff9f3794f932804f211728c6238355025" sha256 cellar: :any, arm64_sonoma: "b8fed8bc9e251d6f90e191b260fba14a907183b966ce9058eca5e45832fd096b" From 94a44128af9ee08972742ab072412f6b39ccb6e2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:03 +0200 Subject: [PATCH 03379/10074] instalooter: added `no_autobump!` --- Formula/i/instalooter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/instalooter.rb b/Formula/i/instalooter.rb index 860bc32f8dba4..fc446913fc457 100644 --- a/Formula/i/instalooter.rb +++ b/Formula/i/instalooter.rb @@ -8,6 +8,8 @@ class Instalooter < Formula license "GPL-3.0-or-later" revision 11 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "94426ba0b3b5a40609a0f9473fe0b0382cb4dfe97acccdd637563ec3e993134f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "94426ba0b3b5a40609a0f9473fe0b0382cb4dfe97acccdd637563ec3e993134f" From 7b4c4fb62bc1c52e01511c90ee0c323d4d17f3af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:03 +0200 Subject: [PATCH 03380/10074] intercal: added `no_autobump!` --- Formula/i/intercal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/intercal.rb b/Formula/i/intercal.rb index 9c0a5eeda0d35..32bf411045a77 100644 --- a/Formula/i/intercal.rb +++ b/Formula/i/intercal.rb @@ -26,6 +26,8 @@ class Intercal < Formula regex(/^v?(0(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 sonoma: "bdbcb6b6741a84e30ab923c62dc0dbced0348ba9c35b95f9441bdc4bb821130a" sha256 ventura: "996598c6c8145f0a45dac7109aa3cb39b5854396b58c3b7ab75c784844160877" From 43aa5d0ddbebed6803441e799406eef715524067 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:03 +0200 Subject: [PATCH 03381/10074] intercept: added `no_autobump!` --- Formula/i/intercept.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/intercept.rb b/Formula/i/intercept.rb index 9e32c558aab6c..1c041b55ad75f 100644 --- a/Formula/i/intercept.rb +++ b/Formula/i/intercept.rb @@ -15,6 +15,8 @@ class Intercept < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b2ca377ce1685e85a012867dbddc3a499ff32c063c29b361f653a7a4f073aa4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b2ca377ce1685e85a012867dbddc3a499ff32c063c29b361f653a7a4f073aa4" From 27eb6e47bd9907e533e6b4b6d61fbef1b20ded79 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:04 +0200 Subject: [PATCH 03382/10074] intermodal: added `no_autobump!` --- Formula/i/intermodal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/intermodal.rb b/Formula/i/intermodal.rb index ee0126d46e0ad..1889e7b409f50 100644 --- a/Formula/i/intermodal.rb +++ b/Formula/i/intermodal.rb @@ -5,6 +5,8 @@ class Intermodal < Formula sha256 "4b42fc39246a637e8011a520639019d33beffb337ed4e45110260eb67ecec9cb" license "CC0-1.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "852b6c8f3270eac4536874bcd3569c7b356f196095395587b827c19694bc8850" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8a4fd8dbae699ee5489ee270a44217875c278e8dafd4b0d2ab59c0a53c233d7" From 6ac8cb2f92d8e62d13c022dd2dc71be034dedc72 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:04 +0200 Subject: [PATCH 03383/10074] intltool: added `no_autobump!` --- Formula/i/intltool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/intltool.rb b/Formula/i/intltool.rb index bf5c830c949fb..a78025c28427d 100644 --- a/Formula/i/intltool.rb +++ b/Formula/i/intltool.rb @@ -6,6 +6,8 @@ class Intltool < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ebd88e28e9fdc4af031759fae5cfc6b4f93489e2aff78924d0a0b41ab4d9ea2" From d4b49bdfeae4a02da93f975661cad23c235ddd3d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:04 +0200 Subject: [PATCH 03384/10074] invoice: added `no_autobump!` --- Formula/i/invoice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/invoice.rb b/Formula/i/invoice.rb index 21be042918afa..f267e88e0e919 100644 --- a/Formula/i/invoice.rb +++ b/Formula/i/invoice.rb @@ -6,6 +6,8 @@ class Invoice < Formula license "MIT" head "https://github.com/maaslalani/invoice.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "57ae38669eb66909d476bf260857c15657b1a9934645adb5ec339fb6d56eb07f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bfd3dde3902f66423f1a09b951ad977729e31b6e7b81e5e6f4f61de4765e438a" From d236f92851a44fa54f58fbc7ccb4aecbd7a83fc8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:04 +0200 Subject: [PATCH 03385/10074] io: added `no_autobump!` --- Formula/i/io.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/io.rb b/Formula/i/io.rb index 0ace2e6abff6c..0832553879366 100644 --- a/Formula/i/io.rb +++ b/Formula/i/io.rb @@ -19,6 +19,8 @@ class Io < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 sonoma: "9ceacf2ba834c91d5101adb7061bfd7c1ae702d9fbbbd9d8f78b5e82d049fd7e" From f092e5c637ce8060ee56db228d5dda0bd022106a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:04 +0200 Subject: [PATCH 03386/10074] iocextract: added `no_autobump!` --- Formula/i/iocextract.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/iocextract.rb b/Formula/i/iocextract.rb index e738f14e51b67..5596db6061970 100644 --- a/Formula/i/iocextract.rb +++ b/Formula/i/iocextract.rb @@ -9,6 +9,8 @@ class Iocextract < Formula revision 6 head "https://github.com/InQuest/iocextract.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "77906e2e0c46fc8af0b0e771f466e8cf8e5e9aa8f1a73262fda532e2916626be" From 71e4968968f53200e3f87e8f471bf5e8442214da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:05 +0200 Subject: [PATCH 03387/10074] iodine: added `no_autobump!` --- Formula/i/iodine.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/iodine.rb b/Formula/i/iodine.rb index 71a3ff25123ac..9753cd470ae3e 100644 --- a/Formula/i/iodine.rb +++ b/Formula/i/iodine.rb @@ -6,6 +6,8 @@ class Iodine < Formula license "ISC" head "https://github.com/yarrick/iodine.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "78df44a424d8357cd348a96c8a3f87502229b37e8871687bf39e246ea02327fc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6137123041fc9cc12bfb1ab7b5c89db1df5a8a53c46005894ed3a2928cfd0ed2" From 96f0d99b5438b27bad77e2e5a72a07e48adeb0f7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:05 +0200 Subject: [PATCH 03388/10074] ioping: added `no_autobump!` --- Formula/i/ioping.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ioping.rb b/Formula/i/ioping.rb index 6bd87452b5a56..f5917d515fa3e 100644 --- a/Formula/i/ioping.rb +++ b/Formula/i/ioping.rb @@ -6,6 +6,8 @@ class Ioping < Formula license "GPL-3.0-or-later" head "https://github.com/koct9i/ioping.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "52741ce205f6edd2660c7848d815fbf708aeecf69439a47984dedd602c0aa783" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f3bda1094884d84cd06efdfdbe955f9926c5e9f265abfcb5ae1169ca03ac73e" From 110fd62e79d517d381f4b1e3d1c1036d2f9bd683 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:05 +0200 Subject: [PATCH 03389/10074] ios-class-guard: added `no_autobump!` --- Formula/i/ios-class-guard.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ios-class-guard.rb b/Formula/i/ios-class-guard.rb index ddd62d95002c6..b72511b5e5c0f 100644 --- a/Formula/i/ios-class-guard.rb +++ b/Formula/i/ios-class-guard.rb @@ -18,6 +18,8 @@ class IosClassGuard < Formula regex(/^v?(0(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4de6dec4f0120a68ac884defc966d1e3ff7da2cae669cccf3b80f72cdf7e7ddc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2573d220e15167e7b384badba84c8c81a68e7ec3caf0335182693fac4bacc08e" From 67e738669d0904754a57a5586b0b8b0db1b8d1bc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:05 +0200 Subject: [PATCH 03390/10074] ios-deploy: added `no_autobump!` --- Formula/i/ios-deploy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ios-deploy.rb b/Formula/i/ios-deploy.rb index 9472d23e6fe7d..1e2d66f1930a5 100644 --- a/Formula/i/ios-deploy.rb +++ b/Formula/i/ios-deploy.rb @@ -6,6 +6,8 @@ class IosDeploy < Formula license all_of: ["GPL-3.0-or-later", "BSD-3-Clause"] head "https://github.com/ios-control/ios-deploy.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c69eb7279d465db83c5d996a519fdc0f045338adaef8a92eb426a67f9733ee9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d9ac2ff01049d41618a63ef47738fe9e01cf9b77154b9773bde884a42dd31e1" From d16765042dd989011bdb2d43fde30a9dd1c8ac98 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:05 +0200 Subject: [PATCH 03391/10074] ios-sim: added `no_autobump!` --- Formula/i/ios-sim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ios-sim.rb b/Formula/i/ios-sim.rb index 3a0683f6e6afb..5b9e55ba7f339 100644 --- a/Formula/i/ios-sim.rb +++ b/Formula/i/ios-sim.rb @@ -6,6 +6,8 @@ class IosSim < Formula license "Apache-2.0" head "https://github.com/ios-control/ios-sim.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd92e6e258c08fa9311aa30268b4ca011cdc433deaba18f2f61056c36e09431a" From 261430bbb9013de97fe85c5cf4b445c552155336 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:05 +0200 Subject: [PATCH 03392/10074] ip_relay: added `no_autobump!` --- Formula/i/ip_relay.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ip_relay.rb b/Formula/i/ip_relay.rb index d10bf3e77fac9..1c60bf2fbc310 100644 --- a/Formula/i/ip_relay.rb +++ b/Formula/i/ip_relay.rb @@ -10,6 +10,8 @@ class IpRelay < Formula regex(/href=.*?ip_relay[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ea932a50ad3b1643e87dab5b41be2a75c2ac1f22392930e1cf3f05e85beef8ed" From daa16f88109688b0327fc3000ac41fcef5270b03 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:06 +0200 Subject: [PATCH 03393/10074] ipbt: added `no_autobump!` --- Formula/i/ipbt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ipbt.rb b/Formula/i/ipbt.rb index 2a0c4a5411935..4d3601c8d8980 100644 --- a/Formula/i/ipbt.rb +++ b/Formula/i/ipbt.rb @@ -11,6 +11,8 @@ class Ipbt < Formula regex(/href=.*?ipbt[._-]v?(\d+(?:\.\d+)*)(?:[._-][\da-z]+)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "92e01edfa69f113441a864b0a8f64ff02089a7f058da34d9a8a0d92c0cb9bdaa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b9aa1ec59dbb646fa05808cd92db6f11cb16027349a2c3d29ad0bbdf56bf76f" From fb63aa04a79d4e7b7bb7ed6db38371faa05d231e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:06 +0200 Subject: [PATCH 03394/10074] ipcalc: added `no_autobump!` --- Formula/i/ipcalc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ipcalc.rb b/Formula/i/ipcalc.rb index 802ea5ba58d14..3c105213e8b3c 100644 --- a/Formula/i/ipcalc.rb +++ b/Formula/i/ipcalc.rb @@ -5,6 +5,8 @@ class Ipcalc < Formula sha256 "a4dbfaeb7511b81830793ab9936bae9d7b1b561ad33e29106faaaf97ba1c117e" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "34f1ac1f3130d85231cf0af66acd5d46b21bbdaa9a32153ae71c7d9977c36c57" From 6d52c4ef7a7d271594972f77d85c3da7c2cfd4fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:06 +0200 Subject: [PATCH 03395/10074] ipinfo: added `no_autobump!` --- Formula/i/ipinfo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ipinfo.rb b/Formula/i/ipinfo.rb index b779a337370d1..41a4ba554e490 100644 --- a/Formula/i/ipinfo.rb +++ b/Formula/i/ipinfo.rb @@ -12,6 +12,8 @@ class Ipinfo < Formula regex(/(?:new Array\(|\[)["']v?(\d+(?:\.\d+)+)["'],/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff62045518304b036f380fb7a14218208349858d1d1b5db7d39c3877e1361400" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4284a229bc38e71cb7ccd08df9056a350eb2e7a47b224e3f567eb8f4ec79d0fa" From 611d805d111458c3a442a872151ba83c2e19fa94 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:06 +0200 Subject: [PATCH 03396/10074] ipmitool: added `no_autobump!` --- Formula/i/ipmitool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ipmitool.rb b/Formula/i/ipmitool.rb index 2da8aaf157a43..0410bbd2a6ab5 100644 --- a/Formula/i/ipmitool.rb +++ b/Formula/i/ipmitool.rb @@ -14,6 +14,8 @@ class Ipmitool < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "edbce0fa9c0eb8554d49e69266b9a954b48675511ae98cab9f252df858c60feb" sha256 arm64_sonoma: "4209c292804d02871d7ffbb5eacfe3d0a9b4c433bd7ea324d7411453e5898ed8" From cfd438112b14a5f76b839b0ed6b6267112072197 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:06 +0200 Subject: [PATCH 03397/10074] iproute2mac: added `no_autobump!` --- Formula/i/iproute2mac.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/iproute2mac.rb b/Formula/i/iproute2mac.rb index 06bd52d755e13..8f27978ed2332 100644 --- a/Formula/i/iproute2mac.rb +++ b/Formula/i/iproute2mac.rb @@ -7,6 +7,8 @@ class Iproute2mac < Formula sha256 "9548ed9ead114a3a7095890c51e0e5b1d8ea1dd955692400e19fb97f1b6ad015" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "231085d2b1c81ef0406d5f32239fe6edfb4f92e52ab0f3a4065221e318b2babc" From 0d4c1605c967ae24759f40285270d8dd3357f337 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:06 +0200 Subject: [PATCH 03398/10074] ipsumdump: added `no_autobump!` --- Formula/i/ipsumdump.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ipsumdump.rb b/Formula/i/ipsumdump.rb index 618e21ba841da..a5932af459392 100644 --- a/Formula/i/ipsumdump.rb +++ b/Formula/i/ipsumdump.rb @@ -11,6 +11,8 @@ class Ipsumdump < Formula regex(/href=.*?ipsumdump[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "df39ad78cb2e3dbca54558205978fc4c39ffee8b17f11027f51c62dab42b9da7" sha256 arm64_sonoma: "009a39b4f09dc2d72956618d85b8981ec8288b7320a4072799b670b72c863680" From e00691c8f4cdf5d08ad25f530324c7d6b46daf83 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:07 +0200 Subject: [PATCH 03399/10074] ircd-irc2: added `no_autobump!` --- Formula/i/ipv6toolkit.rb | 2 ++ Formula/i/ircd-irc2.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Formula/i/ipv6toolkit.rb b/Formula/i/ipv6toolkit.rb index 59f1a98a6b6ec..f1296d7fe00e9 100644 --- a/Formula/i/ipv6toolkit.rb +++ b/Formula/i/ipv6toolkit.rb @@ -11,6 +11,8 @@ class Ipv6toolkit < Formula regex(/href=.*?ipv6toolkit[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "84e046d00d2c97f7aa83e87b5f81264820bf1a2303adc3a8f32b2af23aeac8df" diff --git a/Formula/i/ircd-irc2.rb b/Formula/i/ircd-irc2.rb index 7579b490a7941..cc4cc80d47ac4 100644 --- a/Formula/i/ircd-irc2.rb +++ b/Formula/i/ircd-irc2.rb @@ -14,6 +14,8 @@ class IrcdIrc2 < Formula :cannot_represent, # ircd/{res_comp.c,res_init.c,res_mkquery.c,resolv_def.h} ] + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "11a1e704e3078514219037593b14351817074e38045f95a056d048ced644fed1" From 34aafb585dc0db366f292dd6ef3ca3723875bd63 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:07 +0200 Subject: [PATCH 03400/10074] ired: added `no_autobump!` --- Formula/i/ired.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ired.rb b/Formula/i/ired.rb index 1a2dc6dcf9e00..cb511448cd0bc 100644 --- a/Formula/i/ired.rb +++ b/Formula/i/ired.rb @@ -5,6 +5,8 @@ class Ired < Formula sha256 "c15d37b96b1a25c44435d824bd7ef1f9aea9dc191be14c78b689d3156312d58a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "05e4599eb5ff1fd43a3865f5b14dc52db0eae92d3972fd83baa67bc1ad2b20fb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0ca5910c721240b35e486d26d4f4fac34e55014fb3ecb92c41c89bb89c830f4" From 2ba826fcbe75528ad4e079a13f718c881d0ff6eb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:07 +0200 Subject: [PATCH 03401/10074] irrlicht: added `no_autobump!` --- Formula/i/irrlicht.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/irrlicht.rb b/Formula/i/irrlicht.rb index a00bf145003eb..8bbc5a370d773 100644 --- a/Formula/i/irrlicht.rb +++ b/Formula/i/irrlicht.rb @@ -14,6 +14,8 @@ class Irrlicht < Formula regex(%r{url=.*?/irrlicht[._-]v?(\d+(?:\.\d+)+)\.(?:t|zip)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "045c5bc182a699319caede3eda01d1e51487e2bb176ed6609af6f045a3674068" sha256 cellar: :any, arm64_sonoma: "52d4ef47d187ba97e3d75832e69650fe4c042019e379b9937c27f6e4864e4927" From 95f15d093ed87a6f4dccd5b9998c14b1c40d129e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:07 +0200 Subject: [PATCH 03402/10074] irrtoolset: added `no_autobump!` --- Formula/i/irrtoolset.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/irrtoolset.rb b/Formula/i/irrtoolset.rb index 5815967a247a0..c27e415db7141 100644 --- a/Formula/i/irrtoolset.rb +++ b/Formula/i/irrtoolset.rb @@ -12,6 +12,8 @@ class Irrtoolset < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8f841c2b1f1181dfd110bb27a4d374ff43d204bda34a871aa260bd8c67c7e43" sha256 cellar: :any_skip_relocation, arm64_sonoma: "89d7ae76431629fd7703e8295dae62fbaae4ef6adba8b261e14d92ff409fc450" From 7482d33b0118acdbea738b874e12f3452f4c5985 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:08 +0200 Subject: [PATCH 03403/10074] irssi: added `no_autobump!` --- Formula/i/irssi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/irssi.rb b/Formula/i/irssi.rb index faf4404888f7e..d17c6f5affedf 100644 --- a/Formula/i/irssi.rb +++ b/Formula/i/irssi.rb @@ -11,6 +11,8 @@ class Irssi < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "9f640f1d64cf5331669a1f872ef3f797d4c4360015bba172c9b2ce4c48412453" sha256 arm64_sonoma: "ca992d7b5d2a8af9a75712670cacccf4910fa7c706e39169037a1c957ca314f1" From cfe87cc89d08a277066b01cb12ddb13daf394e96 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:08 +0200 Subject: [PATCH 03404/10074] isc-dhcp: added `no_autobump!` --- Formula/i/isc-dhcp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/isc-dhcp.rb b/Formula/i/isc-dhcp.rb index 49ff967c236ad..0e8c8a99d313d 100644 --- a/Formula/i/isc-dhcp.rb +++ b/Formula/i/isc-dhcp.rb @@ -5,6 +5,8 @@ class IscDhcp < Formula sha256 "0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21dc73c7" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d2757d9ace5037a47edaa968d947b51afbfe271b79e5655700167ff8985d6031" sha256 arm64_sonoma: "620dbe4f0f6b3905627c1d41c597f2436ead691362ba8ebc8d435efa3ed0284e" From c0a42ecf6bdcb1d7880bd3f9362bb91233c63af3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:08 +0200 Subject: [PATCH 03405/10074] ispell: added `no_autobump!` --- Formula/i/ispell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/ispell.rb b/Formula/i/ispell.rb index c502c9fd37a88..0bafbf5f7299a 100644 --- a/Formula/i/ispell.rb +++ b/Formula/i/ispell.rb @@ -11,6 +11,8 @@ class Ispell < Formula regex(/href=.*?ispell[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fc52b0f23b84dbe44eba8d0ef80ae93927f90591678155d6579af7e04819abb0" sha256 arm64_sonoma: "f59130f4372ea62fbc0e9eb4278f334c2c0560bda769da34124eaa09be982308" From 7db0fe6a73b6a5c153212491c95d95b48678f008 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:08 +0200 Subject: [PATCH 03406/10074] itex2mml: added `no_autobump!` --- Formula/i/itex2mml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/itex2mml.rb b/Formula/i/itex2mml.rb index d82bd0d7b89b5..a49c01fde872d 100644 --- a/Formula/i/itex2mml.rb +++ b/Formula/i/itex2mml.rb @@ -16,6 +16,8 @@ class Itex2mml < Formula regex(%r{\s*Current itex2MML Version:\s*\s*(\d+(?:\.\d+)+)[\s(<]}im) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7218674b662a6415899e7eb4dc00ac2634c60837b7a4b9fa7a4019cf668d8890" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d58887108a80df9633a6d0740d9c7c8e630ca95f440878d2b75bcd1ac626951" From ea5253e4f5d5bc0f04ff0f023c51113a52ab95e4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:08 +0200 Subject: [PATCH 03407/10074] itpp: added `no_autobump!` --- Formula/i/itpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/itpp.rb b/Formula/i/itpp.rb index 9433072404698..565330be5488a 100644 --- a/Formula/i/itpp.rb +++ b/Formula/i/itpp.rb @@ -11,6 +11,8 @@ class Itpp < Formula regex(%r{url=.*?/itpp[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "58f42ea3453634e3160598380eedb74e3917eec37fe55c5e57b09db4f4ca2314" From d82c4d552498964524862aa8804d65b352c68229 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:08 +0200 Subject: [PATCH 03408/10074] itstool: added `no_autobump!` --- Formula/i/itstool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/i/itstool.rb b/Formula/i/itstool.rb index 0c9334ac403bb..af0ed495900df 100644 --- a/Formula/i/itstool.rb +++ b/Formula/i/itstool.rb @@ -11,6 +11,8 @@ class Itstool < Formula regex(/href=.*?itstool[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "789a00622218d97cded8fbc0e82b043478c693b62f25a372769f4d0cd8eb7cb6" From 3610c77bb15cdcafd7c22ad49dfad997ffe5fa0f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:33 +0200 Subject: [PATCH 03409/10074] jack: added `no_autobump!` --- Formula/j/jack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jack.rb b/Formula/j/jack.rb index e95e46cea1a78..cf5761d28e070 100644 --- a/Formula/j/jack.rb +++ b/Formula/j/jack.rb @@ -11,6 +11,8 @@ class Jack < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e3cd7f8ab3b70baa1766b3a131b16ffe7a62a398f20a3ce7b6d6935c222b5925" sha256 arm64_sonoma: "39affd1f135d3745a22bf4907e46509cdb4b1b3a8e654e23179e1a1ad92193bc" From 0cc399d417b969a6f2741057c6fa0994674ea523 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:33 +0200 Subject: [PATCH 03410/10074] jags: added `no_autobump!` --- Formula/j/jags.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jags.rb b/Formula/j/jags.rb index ece50a3d2065b..d7228cdab6c8a 100644 --- a/Formula/j/jags.rb +++ b/Formula/j/jags.rb @@ -10,6 +10,8 @@ class Jags < Formula regex(%r{url=.*?/JAGS[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9ec17a748448aef193d0e71ca36c578a4b2b587d2a020d88331d38c07ea0f557" sha256 cellar: :any, arm64_sonoma: "576bfc31090a7cc7bbae18111b04dd83bea17682c2262d287614727f72410e63" From 6a3a9d0a62352bc52b2de2b2124f23f57405e064 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:33 +0200 Subject: [PATCH 03411/10074] jailkit: added `no_autobump!` --- Formula/j/jailkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jailkit.rb b/Formula/j/jailkit.rb index f19ddea0b45c5..73c1cc7495a42 100644 --- a/Formula/j/jailkit.rb +++ b/Formula/j/jailkit.rb @@ -11,6 +11,8 @@ class Jailkit < Formula regex(/href=.*?jailkit[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 arm64_sequoia: "076d8ccde7798b91dd5d4180fc2d2debb7ef02e2db89cd365c6deebf6bc6efdf" From d5bbc842f4a179d6a7e42f933474a2724d951a68 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:34 +0200 Subject: [PATCH 03412/10074] jam: added `no_autobump!` --- Formula/j/jam.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jam.rb b/Formula/j/jam.rb index 2f330da3bd619..aae61e028eea8 100644 --- a/Formula/j/jam.rb +++ b/Formula/j/jam.rb @@ -5,6 +5,8 @@ class Jam < Formula sha256 "72ea48500ad3d61877f7212aa3d673eab2db28d77b874c5a0b9f88decf41cb73" license "Jam" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ecb702317e3639199260d2431cb4df895ba1e72ca13fbd18d74526926f67c5a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "750191fa0660e62dee16dca7e7105fa4cbc783fa3b5dd87bddb727bddcbaa5a3" From 956b93736132e75d4b6776b1bcd690e41bdf3a07 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:34 +0200 Subject: [PATCH 03413/10074] jansson: added `no_autobump!` --- Formula/j/jansson.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jansson.rb b/Formula/j/jansson.rb index 6a3ae73f263bb..9a53dec5936f8 100644 --- a/Formula/j/jansson.rb +++ b/Formula/j/jansson.rb @@ -5,6 +5,8 @@ class Jansson < Formula sha256 "2521cd51a9641d7a4e457f7215a4cd5bb176f690bc11715ddeec483e85d9e2b3" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2bc5197c2d2b866df7f529962479d0af3a81524fb84235c055d6a10ad21edd88" sha256 cellar: :any, arm64_sonoma: "613dd35360b87dc3b327f0129ab3b0d5758b056ac1413adb5bd073a2630044b8" From 2def3d7a60441fc100c3c06e6932beeb7d64de3e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:34 +0200 Subject: [PATCH 03414/10074] jasmin: added `no_autobump!` --- Formula/j/jasmin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jasmin.rb b/Formula/j/jasmin.rb index 9925bf48cba75..95ff26a67324a 100644 --- a/Formula/j/jasmin.rb +++ b/Formula/j/jasmin.rb @@ -6,6 +6,8 @@ class Jasmin < Formula license "BSD-4-Clause" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "5ca0d0e4caaf51963cbbc63ffa2b3b2506737c8c0cc8a2773acb76f185221b11" From 22625d0d827b107fc2a57f78156c97f77a57461d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:34 +0200 Subject: [PATCH 03415/10074] javacc: added `no_autobump!` --- Formula/j/javacc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/javacc.rb b/Formula/j/javacc.rb index 1b9be97a5764d..8850419b32372 100644 --- a/Formula/j/javacc.rb +++ b/Formula/j/javacc.rb @@ -11,6 +11,8 @@ class Javacc < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9095c2d3b973f05a81fc336594a9adcab73f8a65634827167fad98f831719fff" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f625a9b59d0fd505b1d69243c0147c292e4cd354550df5b352bcae140f7a2cbd" From 3b099dac4b01fc6c82783e368624471646a3ae6f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:34 +0200 Subject: [PATCH 03416/10074] jbake: added `no_autobump!` --- Formula/j/jbake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jbake.rb b/Formula/j/jbake.rb index 6f3b16bb14dc9..f1a96f3f72b4f 100644 --- a/Formula/j/jbake.rb +++ b/Formula/j/jbake.rb @@ -5,6 +5,8 @@ class Jbake < Formula sha256 "8d9c2b70fbf26415c5b3e530088b8b7fd1d236d3ce2c98a9c03fff4734bced39" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1dba6c35944fe67596c7203fcbf3e291f0a48ce159afde7b943a446ed61c76b9" From 65c100196c617a32ba9448f6a1e8fc948d5a9ac1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:34 +0200 Subject: [PATCH 03417/10074] jbigkit: added `no_autobump!` --- Formula/j/jbigkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jbigkit.rb b/Formula/j/jbigkit.rb index 5feba18ddbaab..4397e0b23b6eb 100644 --- a/Formula/j/jbigkit.rb +++ b/Formula/j/jbigkit.rb @@ -12,6 +12,8 @@ class Jbigkit < Formula regex(/href=.*?jbigkit[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "589c8a946d59e05dc1d23a0225efc605234fe4095bed2f5bce170c90b346ab96" sha256 cellar: :any_skip_relocation, arm64_sonoma: "42da4c2b5a8509fbd035ccb074f3e83eaab33eb9a87916406ad92a4fb40b994b" From 0e94824686aeaa14db6636310e0aca10c2f27a53 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:35 +0200 Subject: [PATCH 03418/10074] jboss-forge: added `no_autobump!` --- Formula/j/jboss-forge.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jboss-forge.rb b/Formula/j/jboss-forge.rb index 5f27a3b12f246..ed8ca9f52102e 100644 --- a/Formula/j/jboss-forge.rb +++ b/Formula/j/jboss-forge.rb @@ -15,6 +15,8 @@ class JbossForge < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "f94f4ca9e8be07c5fbcf13f5c685b071091e4ee55dbe6e0bb33cbfc378fa9d07" From f7270fab153d2744e44f040dbbdb5efb0a16e43e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:35 +0200 Subject: [PATCH 03419/10074] jcal: added `no_autobump!` --- Formula/j/jcal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jcal.rb b/Formula/j/jcal.rb index cbd6b95e3a97b..f6a2a89755739 100644 --- a/Formula/j/jcal.rb +++ b/Formula/j/jcal.rb @@ -10,6 +10,8 @@ class Jcal < Formula regex(/href=.*?jcal[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "31377fb6a087e5e70e9ae8a1bc7ac390db8efa860f7a956a759b27e710fe21e2" sha256 cellar: :any, arm64_sonoma: "45f6803d072d0989897f3f1995abd33b4f1036b8b7921fb9abfa59ee9467df90" From dbe5a5e4f77c1a539b2ffcb7b6274f15acfd05c4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:35 +0200 Subject: [PATCH 03420/10074] jdupes: added `no_autobump!` --- Formula/j/jdupes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jdupes.rb b/Formula/j/jdupes.rb index ab1f36bfd0517..a8c01095bc64d 100644 --- a/Formula/j/jdupes.rb +++ b/Formula/j/jdupes.rb @@ -10,6 +10,8 @@ class Jdupes < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "be36bdaad3510fc56343d42b0fc7038d9341c4ae9e0ce27cc51f6a793abf5b3a" sha256 cellar: :any, arm64_sonoma: "994e52bf99877c30b8e1dff40cb68b15107837c98f81f0dc4bae9ac4b7996270" From e8cb496036345133132f183aa3089cc85f054079 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:35 +0200 Subject: [PATCH 03421/10074] jed: added `no_autobump!` --- Formula/j/jed.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jed.rb b/Formula/j/jed.rb index cbf27b08a2976..2e08069cd5d2b 100644 --- a/Formula/j/jed.rb +++ b/Formula/j/jed.rb @@ -11,6 +11,8 @@ class Jed < Formula regex(/href=.*?jed.?v?(\d+(?:\.\d+)+(?:-\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "fb9ec5628c166beb0d57337b4c0fb126d53b57b2dd310f81dd8fb5e78d231c93" From 700c74e152edac326a2a12199410b4129629b655 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:35 +0200 Subject: [PATCH 03422/10074] jello: added `no_autobump!` --- Formula/j/jello.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jello.rb b/Formula/j/jello.rb index faeb7a165657f..b65f5d200d9f5 100644 --- a/Formula/j/jello.rb +++ b/Formula/j/jello.rb @@ -7,6 +7,8 @@ class Jello < Formula sha256 "eee1d43f2d9bb3b3b8c857b713e56191badb9a03a2274defaad1e727fad35521" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "6aee2f309a909d8f46313936879821ecd4dfbef13d3a1c75732fee794eb941b4" end From 809f24d78a253d6e95243d891839977bc8f77c2b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:35 +0200 Subject: [PATCH 03423/10074] jellyfish: added `no_autobump!` --- Formula/j/jellyfish.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jellyfish.rb b/Formula/j/jellyfish.rb index 672556bfdd333..2d64c48e1c281 100644 --- a/Formula/j/jellyfish.rb +++ b/Formula/j/jellyfish.rb @@ -5,6 +5,8 @@ class Jellyfish < Formula sha256 "ee032b57257948ca0f0610883099267572c91a635eecbd88ae5d8974c2430fcd" license any_of: ["BSD-3-Clause", "GPL-3.0-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5e944e1abeae0a321ff68872f400954fb3ba458043a0a2234e993168ecca40c7" sha256 cellar: :any, arm64_sonoma: "0417631105929539a2126368a9bc8128eaa1f97ad30819bfc9a9cb72e5313e28" From 6a55f5738a5ccf1f37c551f8a92a4d1c93cda60e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:36 +0200 Subject: [PATCH 03424/10074] jemalloc: added `no_autobump!` --- Formula/j/jemalloc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jemalloc.rb b/Formula/j/jemalloc.rb index d9e1ee7f3abf8..ee65d4d66560e 100644 --- a/Formula/j/jemalloc.rb +++ b/Formula/j/jemalloc.rb @@ -5,6 +5,8 @@ class Jemalloc < Formula sha256 "2db82d1e7119df3e71b7640219b6dfe84789bc0537983c3b7ac4f7189aecfeaa" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e5e0394bcc4feeb5db140387352090773761aebe3ff8ae42faf4990b2360fec6" sha256 cellar: :any, arm64_sonoma: "f70f02aa2f1b858ed5e5cef84a271efeaaa27e79f266844997aab95daa66a7fa" From 896aa3bc2e48621ee9361d367baf08266f47801a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:36 +0200 Subject: [PATCH 03425/10074] jenv: added `no_autobump!` --- Formula/j/jenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jenv.rb b/Formula/j/jenv.rb index 5e4204809add4..b5615cd462b84 100644 --- a/Formula/j/jenv.rb +++ b/Formula/j/jenv.rb @@ -6,6 +6,8 @@ class Jenv < Formula license "MIT" head "https://github.com/jenv/jenv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "35224b1400c377abd56e99f5e6caec0b48672a935cd3eb250046cf5ab107948e" end From 52268b13a6118ca3759f8f8e8007866d7ef2822c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:36 +0200 Subject: [PATCH 03426/10074] jerm: added `no_autobump!` --- Formula/j/jerm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jerm.rb b/Formula/j/jerm.rb index 6907a228f8651..90adcd1f91b95 100644 --- a/Formula/j/jerm.rb +++ b/Formula/j/jerm.rb @@ -7,6 +7,8 @@ class Jerm < Formula sha256 "8a63e34a2c6a95a67110a7a39db401f7af75c5c142d86d3ba300a7b19cbcf0e9" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "584ce1292fc18f70a010cd4bc311630e44113232c7ab10b30b24c90e2c967e32" sha256 cellar: :any_skip_relocation, arm64_sonoma: "96b7c79c29b63fe4f2819bb547c97c77d870aedc601d90e5e92a6b6657d89b45" From a9fae91fa766979c16b58806b435e05709db7aea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:36 +0200 Subject: [PATCH 03427/10074] jflex: added `no_autobump!` --- Formula/j/jflex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jflex.rb b/Formula/j/jflex.rb index af3f50925cf31..232d2d0ae9ad1 100644 --- a/Formula/j/jflex.rb +++ b/Formula/j/jflex.rb @@ -10,6 +10,8 @@ class Jflex < Formula regex(/href=.*?jflex[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "0e6a95ad6f0aa8fbe269ef4f17eb27227c43456e925a39baafa5bca7e25c151f" From b7755df971b805622500dba0972a839fdddc88a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:36 +0200 Subject: [PATCH 03428/10074] jhead: added `no_autobump!` --- Formula/j/jhead.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jhead.rb b/Formula/j/jhead.rb index 01ad709b98c4e..ad77352b16063 100644 --- a/Formula/j/jhead.rb +++ b/Formula/j/jhead.rb @@ -5,6 +5,8 @@ class Jhead < Formula sha256 "999a81b489c7b2a7264118f194359ecf4c1b714996a2790ff6d5d2f3940f1e9f" license :public_domain + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "891f4ab79df46ae9c29264f4cedff94944b4864c60db72d0e22ee015a381f3dc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "71ace969a83c578f9c0c891286904fed354829f5cb0a44f9314e0d75972e615a" From 35bb94b6b6c97d22df242dd5ac4c8424c49f025a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:36 +0200 Subject: [PATCH 03429/10074] jhiccup: added `no_autobump!` --- Formula/j/jhiccup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jhiccup.rb b/Formula/j/jhiccup.rb index b425bcf20f4a4..a20463d89c4fa 100644 --- a/Formula/j/jhiccup.rb +++ b/Formula/j/jhiccup.rb @@ -10,6 +10,8 @@ class Jhiccup < Formula regex(/href=.*?jHiccup[._-]v?(\d+(?:\.\d+)+)-dist(?:-\d+)?\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "010529211ca43ed531a37e60a1c33ee7a38b823038d204992713461c4ef4b56c" From af250b306384b6658f3113f7a7f1ea918bbf53c6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:37 +0200 Subject: [PATCH 03430/10074] jid: added `no_autobump!` --- Formula/j/jid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jid.rb b/Formula/j/jid.rb index 4593644fa74fb..cccad46e4b6be 100644 --- a/Formula/j/jid.rb +++ b/Formula/j/jid.rb @@ -6,6 +6,8 @@ class Jid < Formula license "MIT" head "https://github.com/simeji/jid.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "285b46fb790b33b8516dbd0a7053fa76e64b54a04006f50c74b1539dca991cb9" From 1c786ebf6d1858d5289c6fb2170b0e0f2aa7769c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:37 +0200 Subject: [PATCH 03431/10074] jigdo: added `no_autobump!` --- Formula/j/jigdo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jigdo.rb b/Formula/j/jigdo.rb index 7e097ab7675f0..e435772b07706 100644 --- a/Formula/j/jigdo.rb +++ b/Formula/j/jigdo.rb @@ -11,6 +11,8 @@ class Jigdo < Formula regex(/href=.*?jigdo[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e4c58215aeb8305e4d249afd5ec3319dd15e947d312080883d3dcc97cdd77bc0" sha256 arm64_sonoma: "73202ee80753c8807409b9db634f4d2c7cddf7035557fc1c0473c29e80b8afce" From 9fd6dea0b4a6630916b4623ffddb5e5a52915296 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:37 +0200 Subject: [PATCH 03432/10074] jinja2-cli: added `no_autobump!` --- Formula/j/jinja2-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jinja2-cli.rb b/Formula/j/jinja2-cli.rb index 896f3e224f876..e85e6b61c1488 100644 --- a/Formula/j/jinja2-cli.rb +++ b/Formula/j/jinja2-cli.rb @@ -8,6 +8,8 @@ class Jinja2Cli < Formula license "BSD-2-Clause" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "69847d8dd63445895938e9a787d879a81c933764fea8b3df683ae18a3c0465e9" sha256 cellar: :any, arm64_sonoma: "883bb7f1ecae9adf6e224cec532dac1738f95c82e3a414d2d29be0d6555eed31" From 8010f9f5a3e4012620097c4844e6dbfd2be59ee9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:37 +0200 Subject: [PATCH 03433/10074] jinx: added `no_autobump!` --- Formula/j/jinx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jinx.rb b/Formula/j/jinx.rb index 0aac80d8f424c..01fbd19cc8cd7 100644 --- a/Formula/j/jinx.rb +++ b/Formula/j/jinx.rb @@ -6,6 +6,8 @@ class Jinx < Formula license "MIT" head "https://github.com/JamesBoer/Jinx.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "640fd3707ccc9262904729a97da5789a22e9cb46c658b7d20aecbb323749a1a2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "24313e091b9222029e7d5e6e4aea87ef70e20facef9a6b82e0a0d4abfffcc511" From 23fe935f44a13f9b1a7d93461deb85b7efd4811c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:37 +0200 Subject: [PATCH 03434/10074] jjui: added `no_autobump!` --- Formula/j/jjui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jjui.rb b/Formula/j/jjui.rb index b895c56239758..1d8c62e807fd9 100644 --- a/Formula/j/jjui.rb +++ b/Formula/j/jjui.rb @@ -5,6 +5,8 @@ class Jjui < Formula sha256 "66963f2b091855d1e4116bdf45dbbde728ff6b2a65e4adb879e32249a3693242" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "54e7a15721fb267acdaeb43aa73068361593666de8219496e1f19043547662b2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "54e7a15721fb267acdaeb43aa73068361593666de8219496e1f19043547662b2" From 768808267a27402db2c4afeec1d568bc7e285726 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:38 +0200 Subject: [PATCH 03435/10074] jless: added `no_autobump!` --- Formula/j/jless.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jless.rb b/Formula/j/jless.rb index 257324a58d43d..196f0228cf564 100644 --- a/Formula/j/jless.rb +++ b/Formula/j/jless.rb @@ -5,6 +5,8 @@ class Jless < Formula sha256 "43527a78ba2e5e43a7ebd8d0da8b5af17a72455c5f88b4d1134f34908a594239" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6227a6ccd685510fd4a4db69ac652e12b785dfb320afab4dfdced92ca546f6a5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce76bc45d945ae9210c3ede829ae8dbf7087faffa41f8edd18887566aca9a944" From 1b2538394c09fb76e1b4bdf759b42ba9beadf2c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:38 +0200 Subject: [PATCH 03436/10074] jmxterm: added `no_autobump!` --- Formula/j/jmxterm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jmxterm.rb b/Formula/j/jmxterm.rb index 5df992433c3c4..6250beed609f2 100644 --- a/Formula/j/jmxterm.rb +++ b/Formula/j/jmxterm.rb @@ -5,6 +5,8 @@ class Jmxterm < Formula sha256 "ce3e78c732a8632f084f8114d50ca5022cef4a69d68a74b45f5007d34349872b" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "03113ff040a52832b1202c64ba4b784662b455e6aea16641d42206fa7c770661" From f617e7ea148576772745a58a5e0b0bc86ed29f09 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:38 +0200 Subject: [PATCH 03437/10074] jmxtrans: added `no_autobump!` --- Formula/j/jmxtrans.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jmxtrans.rb b/Formula/j/jmxtrans.rb index c82af739bf92f..77b5a0332572c 100644 --- a/Formula/j/jmxtrans.rb +++ b/Formula/j/jmxtrans.rb @@ -6,6 +6,8 @@ class Jmxtrans < Formula license "MIT" version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, sonoma: "f55c75730632187661589592bc60ce5846195fa7b90bea0d6f680bb0d1e3b37f" sha256 cellar: :any_skip_relocation, ventura: "bfb7084ad1740683f32109d720b9b0e19b0c33ce75c67cb41b4e943f9a2c6454" From cfa768aa7cc88043cba17b26e51eeabe9b945204 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:38 +0200 Subject: [PATCH 03438/10074] jnettop: added `no_autobump!` --- Formula/j/jnettop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jnettop.rb b/Formula/j/jnettop.rb index dc8f88d274450..fa11400ef288a 100644 --- a/Formula/j/jnettop.rb +++ b/Formula/j/jnettop.rb @@ -11,6 +11,8 @@ class Jnettop < Formula regex(%r{url=.*?/jnettop[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "9660bd7bea038b091d0e0fdee7bbc5daf4c764ef2869282e6bf8e619f4a8d3f0" From 075e758af2a8ea76367370dbf6ab14c8ad9f6b1c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:38 +0200 Subject: [PATCH 03439/10074] jo: added `no_autobump!` --- Formula/j/jo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jo.rb b/Formula/j/jo.rb index 5842a03ae81fa..f9ca149e647b3 100644 --- a/Formula/j/jo.rb +++ b/Formula/j/jo.rb @@ -5,6 +5,8 @@ class Jo < Formula sha256 "0195cd6f2a41103c21544e99cd9517b0bce2d2dc8cde31a34867977f8a19c79f" license all_of: ["GPL-2.0-or-later", "MIT"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "92ff2f6f6fb52d6ceb30e458a3a402eb49094671947f028a2abe78dc822ffd58" From 49219329f0f2f9679ee19a1ae70ef4639031e11e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:39 +0200 Subject: [PATCH 03440/10074] jobber: added `no_autobump!` --- Formula/j/jobber.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jobber.rb b/Formula/j/jobber.rb index d704967634c97..2a5c2aa557bbc 100644 --- a/Formula/j/jobber.rb +++ b/Formula/j/jobber.rb @@ -6,6 +6,8 @@ class Jobber < Formula license "MIT" head "https://github.com/dshearer/jobber.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "fc6d39f5ff894aca7a8c037fcb599a2aaa4c5293614e56d6c4aaa6edca572be2" From 0a7be4d32cbda5736a1d6e5dd5eeafb396c75425 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:39 +0200 Subject: [PATCH 03441/10074] joe: added `no_autobump!` --- Formula/j/joe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/joe.rb b/Formula/j/joe.rb index 18b918ce4fb5f..22e87ff671e89 100644 --- a/Formula/j/joe.rb +++ b/Formula/j/joe.rb @@ -10,6 +10,8 @@ class Joe < Formula regex(%r{url=.*?/joe[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "f38fa4459c7448db87ddfa85c7baeb98202c4e8b64b189607606f1fce906bef5" From 5459fd4059936ccb20505fb137ff512ac18e8e32 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:39 +0200 Subject: [PATCH 03442/10074] john-jumbo: added `no_autobump!` --- Formula/j/john-jumbo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/john-jumbo.rb b/Formula/j/john-jumbo.rb index ac38590232e51..719a991697f96 100644 --- a/Formula/j/john-jumbo.rb +++ b/Formula/j/john-jumbo.rb @@ -12,6 +12,8 @@ class JohnJumbo < Formula regex(/^v?(\d+(?:\.\d+)+)-jumbo-\d$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "60a5968b96000102a72df069793e756067af2b87d862ce01b9cd1e24bb1a4b05" From 39ec8c5adf2dee75d2b3792a2a12e6130afa1b43 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:39 +0200 Subject: [PATCH 03443/10074] john: added `no_autobump!` --- Formula/j/john.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/john.rb b/Formula/j/john.rb index 71bedd2726335..f8c87b31f6d1d 100644 --- a/Formula/j/john.rb +++ b/Formula/j/john.rb @@ -11,6 +11,8 @@ class John < Formula regex(/href=.*?john[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "838f0767e0ffb76971a2a0c05c76edb7c0bcd457446ac25eb6b6ac003668197e" From 6a706a491c1386b76f439c75275f2efc15866e5a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:39 +0200 Subject: [PATCH 03444/10074] jot: added `no_autobump!` --- Formula/j/jot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jot.rb b/Formula/j/jot.rb index 458dc29915731..da36f60eff2f8 100644 --- a/Formula/j/jot.rb +++ b/Formula/j/jot.rb @@ -6,6 +6,8 @@ class Jot < Formula license "MIT" head "https://github.com/shashwatah/jot.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "93a520809e6790b6d9c41fedf1ef0702112bad61affb1b23cf51c9d8ef030cc3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "beec04c6b8b43d679fc4bdfc9d079c2b4ae7fa6d07b526372f37fd56fa52b2b5" From be29b5ae4d13af92e03f6444c9040ac53322004d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:39 +0200 Subject: [PATCH 03445/10074] jp: added `no_autobump!` --- Formula/j/jp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jp.rb b/Formula/j/jp.rb index f2fd25656bda4..e183fe4030efe 100644 --- a/Formula/j/jp.rb +++ b/Formula/j/jp.rb @@ -6,6 +6,8 @@ class Jp < Formula license "MIT" head "https://github.com/sgreben/jp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "01da1efbfd32691e7a34fa8e13108bfd327d52cc9b76a349a900df7f3a6411c6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f3a46aca24fd10a6f170d25b5f59ec1247a393f0aa71fa2e6d7d0994f4e3631" From 60d4ef9e21d8584610537b1b63c310131a6846fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:40 +0200 Subject: [PATCH 03446/10074] jpdfbookmarks: added `no_autobump!` --- Formula/j/jpdfbookmarks.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jpdfbookmarks.rb b/Formula/j/jpdfbookmarks.rb index ddae77b4e999b..3604d609f8865 100644 --- a/Formula/j/jpdfbookmarks.rb +++ b/Formula/j/jpdfbookmarks.rb @@ -5,6 +5,8 @@ class Jpdfbookmarks < Formula sha256 "8ab51c20414591632e48ad3817e6c97e9c029db8aaeff23d74c219718cfe19f9" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "60bddeddc1d35f34e2bcd8a56d86d52153532cbb26ffaadc4c286f72cae60a82" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d99055fa011a56f11a4fdcdcca268d9a1e7dbb524d0f474142ce2de853c3b21" From fd28ebc0a8bd0af1bae51f815f4ddc7d4df2a95b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:40 +0200 Subject: [PATCH 03447/10074] jpeg-archive: added `no_autobump!` --- Formula/j/jpeg-archive.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jpeg-archive.rb b/Formula/j/jpeg-archive.rb index fd9dc9f5e754b..2f594ee3f982a 100644 --- a/Formula/j/jpeg-archive.rb +++ b/Formula/j/jpeg-archive.rb @@ -6,6 +6,8 @@ class JpegArchive < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "01115c8c03cc35f2460ef29b711a0a2bb26c847d7363e352a720c2c6d71d62e6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "baf9261d5b80bc442cbf7ea1e7f4f98f8e52339009dfecad4175e8622f283382" From 91e777aaf795d3e6c15a3bcafe2a3ba228b12686 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:40 +0200 Subject: [PATCH 03448/10074] jpeg: added `no_autobump!` --- Formula/j/jpeg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jpeg.rb b/Formula/j/jpeg.rb index b5a83f8a4ea71..a689214ab82e2 100644 --- a/Formula/j/jpeg.rb +++ b/Formula/j/jpeg.rb @@ -11,6 +11,8 @@ class Jpeg < Formula regex(/href=.*?jpegsrc[._-]v?(\d+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0c2e03678c6b74d190096c547c337769d6678bd41eda71d6688e465825c4b003" sha256 cellar: :any, arm64_sonoma: "15c7bc3002bdb1f9281a9621d4d9c7722142aab09cc983e950b24d78c7a8744b" From cd347b9c15fe102433a2b6397f421c5ec4593d80 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:40 +0200 Subject: [PATCH 03449/10074] jpeginfo: added `no_autobump!` --- Formula/j/jpeginfo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jpeginfo.rb b/Formula/j/jpeginfo.rb index 8c6a473547479..08affff6a3412 100644 --- a/Formula/j/jpeginfo.rb +++ b/Formula/j/jpeginfo.rb @@ -11,6 +11,8 @@ class Jpeginfo < Formula regex(/href=.*?jpeginfo[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4f5080a068fc3c4e0dbd1f4a1797a633ed8c28e50ab57eecf33b2ee70eb464ae" sha256 cellar: :any, arm64_sonoma: "d2ea4f763ff7c44c860bcc04fb737e0a5e258faf6931775349542160ee034e55" From df374620828fb4bd28521907e044543da177da30 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:40 +0200 Subject: [PATCH 03450/10074] jpegoptim: added `no_autobump!` --- Formula/j/jpegoptim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jpegoptim.rb b/Formula/j/jpegoptim.rb index 51dea2b6fcf1c..fdad0e784cfd8 100644 --- a/Formula/j/jpegoptim.rb +++ b/Formula/j/jpegoptim.rb @@ -6,6 +6,8 @@ class Jpegoptim < Formula license "GPL-3.0-or-later" head "https://github.com/tjko/jpegoptim.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6f2da3ecfcd521abededbff7aa2d8578773ef9951e9ad2b859fd5cdc05470102" sha256 cellar: :any, arm64_sonoma: "ca3a05d563b803911fcec6940ee9a26bd6e7bb21519e5841947635c856e1bc50" From 18b95089c01c7d220a33b591d8e3ae8ea9ea1872 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:41 +0200 Subject: [PATCH 03451/10074] jpegrescan: added `no_autobump!` --- Formula/j/jpegrescan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jpegrescan.rb b/Formula/j/jpegrescan.rb index 9025a30d2f62c..87e14ad588954 100644 --- a/Formula/j/jpegrescan.rb +++ b/Formula/j/jpegrescan.rb @@ -7,6 +7,8 @@ class Jpegrescan < Formula revision 1 head "https://github.com/kud/jpegrescan.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2bdbe245fbd20be8c2d34f4ce46408effedd4e7c99d516fbbd78e2321284219c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "aaf688d3c8d50fc17fbe0f5a8ca91c700785478bc47e063535216822b9ec8593" From cba4ed67b64bd1f482f1eeb318e0b6a86a065faa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:41 +0200 Subject: [PATCH 03452/10074] jq: added `no_autobump!` --- Formula/j/jq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jq.rb b/Formula/j/jq.rb index 1ad82d8ca989b..29171c8319192 100644 --- a/Formula/j/jq.rb +++ b/Formula/j/jq.rb @@ -10,6 +10,8 @@ class Jq < Formula regex(/^(?:jq[._-])?v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5911dafda561f792305dbc34b1f2ca5265bede9d7e60c655d9390511b560df4e" sha256 cellar: :any, arm64_sonoma: "de8dbc03158683f974e8ef52f886abe1d6d6250dba92e2b0e5c7758eb1a5168c" From 4f7bee918a5fe50ee5e0f2194d729b1fb0e47791 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:41 +0200 Subject: [PATCH 03453/10074] jrsonnet: added `no_autobump!` --- Formula/j/jrsonnet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jrsonnet.rb b/Formula/j/jrsonnet.rb index 811a55d5fbb32..418929208ca4d 100644 --- a/Formula/j/jrsonnet.rb +++ b/Formula/j/jrsonnet.rb @@ -11,6 +11,8 @@ class Jrsonnet < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "84d48f262c1a5d6c4c8054bc435c7ed3c125ea6eff0ac44758c4d6d5d7a902be" From 648908827dc220ab9e949bd0fa3ffdc72306a51c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:41 +0200 Subject: [PATCH 03454/10074] jrtplib: added `no_autobump!` --- Formula/j/jrtplib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jrtplib.rb b/Formula/j/jrtplib.rb index 314e09e5c1f94..5de053d29cbc4 100644 --- a/Formula/j/jrtplib.rb +++ b/Formula/j/jrtplib.rb @@ -9,6 +9,8 @@ class Jrtplib < Formula skip "No longer developed" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ef88fc08dc41b679c8ccdcaebabab8303f7eb30ccc8cddb2776e4952f335d2f0" sha256 cellar: :any, arm64_sonoma: "c21691446176fd07d6163eece3a708d9088739e61fa29671cdeacdb3737fabc5" From 7f0104d7667804f8a69c1ef6ce2d66aeb9491378 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:41 +0200 Subject: [PATCH 03455/10074] jsawk: added `no_autobump!` --- Formula/j/jsawk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jsawk.rb b/Formula/j/jsawk.rb index ebc3929ded6e2..759ed1fae9d67 100644 --- a/Formula/j/jsawk.rb +++ b/Formula/j/jsawk.rb @@ -6,6 +6,8 @@ class Jsawk < Formula license "BSD-3-Clause" head "https://github.com/micha/jsawk.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ad82c5334cd78f71f7faa8835d7c3315e0ea98f26a9a2615d8425a72d77242a5" From 9b9459e77427b6bc45d50909b3df953d45137b8a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:41 +0200 Subject: [PATCH 03456/10074] jshon: added `no_autobump!` --- Formula/j/jshon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jshon.rb b/Formula/j/jshon.rb index 54082cb64b0c6..951e6270805ad 100644 --- a/Formula/j/jshon.rb +++ b/Formula/j/jshon.rb @@ -5,6 +5,8 @@ class Jshon < Formula sha256 "28420f6f02c6b762732898692cc0b0795cfe1a59fbfb24e67b80f332cf6d4fa2" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c71de9488ca461a0438c85645c42ba5e5c8b81c9272c2639c258a5e6b80d5432" sha256 cellar: :any, arm64_sonoma: "9f0b7bc5a2120f0ee203a1398bf9f35b45e3ba143adf38a6220c066db09e48f6" From 55d784344491e77bf5b71f5aa30564c9b51b2a4c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:42 +0200 Subject: [PATCH 03457/10074] jslint4java: added `no_autobump!` --- Formula/j/jslint4java.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jslint4java.rb b/Formula/j/jslint4java.rb index 205670b85b9e6..b71fc57a96477 100644 --- a/Formula/j/jslint4java.rb +++ b/Formula/j/jslint4java.rb @@ -5,6 +5,8 @@ class Jslint4java < Formula sha256 "078240b17256a0472f9981d68f11556238658ebaa67be49ea49958adafc96a81" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "96eda9ffe32e9dae5f01ef6dbad6c26ae7deeff1ad79163c18c0331819d44e46" From 9d3c3a377328b631935ec201081b5a69b5dc6e2a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:42 +0200 Subject: [PATCH 03458/10074] jsmn: added `no_autobump!` --- Formula/j/jsmn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jsmn.rb b/Formula/j/jsmn.rb index 5f5b3f0e5643a..b5157088b87a5 100644 --- a/Formula/j/jsmn.rb +++ b/Formula/j/jsmn.rb @@ -5,6 +5,8 @@ class Jsmn < Formula sha256 "5f0913a10657fe7ec8d5794ccf00a01000e3e1f2f1e1f143c34a0f7b47edcb38" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "14d421cf40a85a3edc9d909bf6ea5be806deee891e3f08b086292f1c1a9eee57" From 44cb0db8b91cd0e5cd5a9f22a2ab0a5b0ca908fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:42 +0200 Subject: [PATCH 03459/10074] json-c: added `no_autobump!` --- Formula/j/json-c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/json-c.rb b/Formula/j/json-c.rb index 98fb5f3dbaded..c37191f6bb7f5 100644 --- a/Formula/j/json-c.rb +++ b/Formula/j/json-c.rb @@ -12,6 +12,8 @@ class JsonC < Formula regex(/^json-c[._-](\d+(?:\.\d+)+)(?:[._-]\d{6,8})?$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c5514d30b5249b6d2a92e4dff45f56e2b081aa8811d13a20c84a3b911f6604d7" sha256 cellar: :any, arm64_sonoma: "16b53cbbfaa2361f7e68f112f8ce706bc3d59738f377a26a1341c7122956e9b3" From 201b8301acaf85f9e7d0040988889f8396600ac7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:42 +0200 Subject: [PATCH 03460/10074] json-table: added `no_autobump!` --- Formula/j/json-table.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/json-table.rb b/Formula/j/json-table.rb index eb53aaf4a3c35..6b9b227217127 100644 --- a/Formula/j/json-table.rb +++ b/Formula/j/json-table.rb @@ -6,6 +6,8 @@ class JsonTable < Formula license "EPL-1.0" head "https://github.com/micha/json-table.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a0e4783bbce7faa941caf2506f8b7d00503c2fd904f4902add6f3e1f29882f6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a11c671903d3c7095c3c9f650e1162afd2f6ccc189c8109162886182d8fd68f" From 420dd7a68b351d0de33467f5fc9bfe6b957afd59 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:42 +0200 Subject: [PATCH 03461/10074] json5: added `no_autobump!` --- Formula/j/json5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/json5.rb b/Formula/j/json5.rb index 27b5b747e8648..481a8c2b2184e 100644 --- a/Formula/j/json5.rb +++ b/Formula/j/json5.rb @@ -5,6 +5,8 @@ class Json5 < Formula sha256 "a98d1dd7c6b101fd99ae692102dc05a65f072b3e6f8077d3658819440bf76637" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "549882eb4bc333f0952050c2578e929cf4d653d3834467aa364ef0b07f4133d3" From 156b7b9879c7e197a0432a9ce73f8e0048e2ed1a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:42 +0200 Subject: [PATCH 03462/10074] json_spirit: added `no_autobump!` --- Formula/j/json_spirit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/json_spirit.rb b/Formula/j/json_spirit.rb index 079c12efd171b..d83c992c9a259 100644 --- a/Formula/j/json_spirit.rb +++ b/Formula/j/json_spirit.rb @@ -17,6 +17,8 @@ class JsonSpirit < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "260f8a8fa379f57ff36cc4a962698ff2c68028b2534f1bfb001f4308cb7e9781" From 65d14b4c7c5896f35a1c53800b0618986b326fc3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:43 +0200 Subject: [PATCH 03463/10074] jsonlint: added `no_autobump!` --- Formula/j/jsonlint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jsonlint.rb b/Formula/j/jsonlint.rb index ed403535522dd..89fae7f9fd707 100644 --- a/Formula/j/jsonlint.rb +++ b/Formula/j/jsonlint.rb @@ -5,6 +5,8 @@ class Jsonlint < Formula sha256 "a7f763575d3e3ecc9b2a24b18ccbad2b4b38154c073ac63ebc9517c4cb2de06f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "97762cc27f840903d10f585400d3a9019ff18813ce89ffc25cf4d13390479a13" From 2579d00e22a2f379552e5f3de10c6216a4583d07 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:43 +0200 Subject: [PATCH 03464/10074] jsonpp: added `no_autobump!` --- Formula/j/jsonpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jsonpp.rb b/Formula/j/jsonpp.rb index 90dcaa0205489..26a7f7505302d 100644 --- a/Formula/j/jsonpp.rb +++ b/Formula/j/jsonpp.rb @@ -7,6 +7,8 @@ class Jsonpp < Formula revision 1 head "https://github.com/jmhodges/jsonpp.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fee3f13de44648f26cf9c2928e2c0908117749ebed6265109b099c1259d7af2c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8abe179d20a4dfc3ced5d5f13d51480f284ee6bc1229025d643d22516321c2ce" From 51adda068c13e0b4c55bd538864da000552e6bbd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:43 +0200 Subject: [PATCH 03465/10074] jsonschema2pojo: added `no_autobump!` --- Formula/j/jsonschema2pojo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jsonschema2pojo.rb b/Formula/j/jsonschema2pojo.rb index 7ed7432fef6cb..86656de591320 100644 --- a/Formula/j/jsonschema2pojo.rb +++ b/Formula/j/jsonschema2pojo.rb @@ -11,6 +11,8 @@ class Jsonschema2pojo < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "ad532cb32089ba32d3c1725c429053620ce47eb5ecffeceaa92abb2513fe9280" end From e4d6630f3a01a9ffa8c965589c183fbb6124a30a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:43 +0200 Subject: [PATCH 03466/10074] jsontoolkit: added `no_autobump!` --- Formula/j/jsontoolkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jsontoolkit.rb b/Formula/j/jsontoolkit.rb index 0f0c3deeeec20..a199a7404f431 100644 --- a/Formula/j/jsontoolkit.rb +++ b/Formula/j/jsontoolkit.rb @@ -5,6 +5,8 @@ class Jsontoolkit < Formula sha256 "00f82f02166beabec80522e2bbc7b839ee9b7ccb631411c42e6fab65186e80ba" license "AGPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4bdb1c92bc5d58c6ecff06644af109f714e087e7005bfd86db5cb623610d0be3" sha256 cellar: :any, arm64_sonoma: "db44ed711e76947fdcb106dbc0501306e04cb649e66c523ad68b79513b5b5128" From 3c8135825f07145a6ad40db6f583ede02b3f4623 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:43 +0200 Subject: [PATCH 03467/10074] jthread: added `no_autobump!` --- Formula/j/jthread.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jthread.rb b/Formula/j/jthread.rb index 6ef88e6888eb6..f954bd5e8894e 100644 --- a/Formula/j/jthread.rb +++ b/Formula/j/jthread.rb @@ -10,6 +10,8 @@ class Jthread < Formula regex(/href=.*?jthread[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0b2a1b4160a03bae62a73f61bd3e2bbedd3a4080f4e2650060a05bb445301c4b" sha256 cellar: :any, arm64_sonoma: "4cbc30a2ad38f097c8955fc49b84005364fda4ecc67b24fa3e545394543a2aff" From f20f8cc2b97cff98ff365bec2131a23cc91aca26 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:44 +0200 Subject: [PATCH 03468/10074] judy: added `no_autobump!` --- Formula/j/judy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/judy.rb b/Formula/j/judy.rb index 898988fa89754..9b69ff0fc7c64 100644 --- a/Formula/j/judy.rb +++ b/Formula/j/judy.rb @@ -5,6 +5,8 @@ class Judy < Formula sha256 "d2704089f85fdb6f2cd7e77be21170ced4b4375c03ef1ad4cf1075bd414a63eb" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9c845c66e4c08af1feb840119e2013109cbfba280a96022e15aa1fe703fa8c61" sha256 cellar: :any, arm64_sonoma: "a4aae192c5fb922c184bb6468f445a680549206575f4e78a3494430234465d00" From e4749569d112d9148790ddfd32151dc5489a4bd3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:44 +0200 Subject: [PATCH 03469/10074] juise: added `no_autobump!` --- Formula/j/juise.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/juise.rb b/Formula/j/juise.rb index af93519638c2e..a2fedbadc0b70 100644 --- a/Formula/j/juise.rb +++ b/Formula/j/juise.rb @@ -5,6 +5,8 @@ class Juise < Formula sha256 "54d641789bf9a531bc262876914e76888382522ad193eace132d16203546d51e" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2013383bad9ecb913d1888a0cb957fa78044bf13aa30ba2a3bf52275d0009c49" sha256 arm64_sonoma: "666efd51556692b16cd32582a0aacf68272c8f5c5bb4315e188f59f73bea6ca4" From e82d982b65d9ae753a863b1161e5ce4bc2a533fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:44 +0200 Subject: [PATCH 03470/10074] juju-wait: added `no_autobump!` --- Formula/j/juju-wait.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/juju-wait.rb b/Formula/j/juju-wait.rb index 77546822eefd1..a2a09cb0d4be7 100644 --- a/Formula/j/juju-wait.rb +++ b/Formula/j/juju-wait.rb @@ -8,6 +8,8 @@ class JujuWait < Formula license "GPL-3.0-only" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 6 sha256 cellar: :any, arm64_sequoia: "7d8a37c0c1be688c222abe9d980a5368887f18f7436de14e82f526fe4e023d66" From 4bbe162403bd516e1a05079321ec148237a44d58 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:44 +0200 Subject: [PATCH 03471/10074] juliaup: added `no_autobump!` --- Formula/j/juliaup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/juliaup.rb b/Formula/j/juliaup.rb index ee5911df55098..c9af8a617922d 100644 --- a/Formula/j/juliaup.rb +++ b/Formula/j/juliaup.rb @@ -11,6 +11,8 @@ class Juliaup < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "124719225451633c8388a76501cc32a5d401f06d1b21ac804d04c1daab9231b9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5dad7c0608bb8e22d61de78a207ce79f74b41790dfd9291dd702dc239e825ab1" From 3a71c2fbab263ef7436c69127a62621f455b4c87 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:44 +0200 Subject: [PATCH 03472/10074] julius: added `no_autobump!` --- Formula/j/julius.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/julius.rb b/Formula/j/julius.rb index bb02665ece3eb..2926709cfcbce 100644 --- a/Formula/j/julius.rb +++ b/Formula/j/julius.rb @@ -5,6 +5,8 @@ class Julius < Formula sha256 "74447d7adb3bd119adae7915ba9422b7da553556f979ac4ee53a262d94d47b47" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d0918ba6c8c4c755b0a7ad73e0efcc5e6a20924490acebf3ff0af45aef2dcfd1" sha256 cellar: :any, arm64_sonoma: "3b9b28223b4853e92cc9be12a3e46ab876cdf7e48fe7fce4ce2c22459ce91db3" From d6afdc4408d1093c42741325a9c20688beb22f5c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:44 +0200 Subject: [PATCH 03473/10074] juman: added `no_autobump!` --- Formula/j/juman.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/juman.rb b/Formula/j/juman.rb index 4d58791f2dae7..1292c54d46b5d 100644 --- a/Formula/j/juman.rb +++ b/Formula/j/juman.rb @@ -14,6 +14,8 @@ class Juman < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8db93b953c7cb1eac967bb6b7ef3cce0479f2ebecca298de87b92aa8e5324013" sha256 arm64_sonoma: "0fe537854a305d8678893c6e15fea60516513470425844c61c33cd378892ca86" From c6435a4ada4fd4b65f965895b4c51258e96a6158 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:45 +0200 Subject: [PATCH 03474/10074] jumanpp: added `no_autobump!` --- Formula/j/jumanpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jumanpp.rb b/Formula/j/jumanpp.rb index 53640147c8a92..b98f6494b64e5 100644 --- a/Formula/j/jumanpp.rb +++ b/Formula/j/jumanpp.rb @@ -10,6 +10,8 @@ class Jumanpp < Formula regex(/href=.*?jumanpp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6ea43f4832aa25047b071cc99cb91995b249db44017818191fd106b0c50f901d" sha256 arm64_sonoma: "9fa8968d1e8332287161611d534e060d383cd5e732dc56015fe681cbe38d88fd" From 1953da25997586d47ef3249700fef11f660e2a23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:45 +0200 Subject: [PATCH 03475/10074] jump: added `no_autobump!` --- Formula/j/jump.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jump.rb b/Formula/j/jump.rb index c30672f3f2ba3..bc1310006db0c 100644 --- a/Formula/j/jump.rb +++ b/Formula/j/jump.rb @@ -6,6 +6,8 @@ class Jump < Formula license "MIT" head "https://github.com/gsamokovarov/jump.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ecddcb16acf0ec0cfd882ba188e731b1a82afc22aa30131f15331ccea1135ece" From c98fe615a66f00f1f1ee4cb8f5a463d2aaf3cfed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:45 +0200 Subject: [PATCH 03476/10074] jupp: added `no_autobump!` --- Formula/j/jupp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jupp.rb b/Formula/j/jupp.rb index 8b439949dfeb6..8193a54c1d930 100644 --- a/Formula/j/jupp.rb +++ b/Formula/j/jupp.rb @@ -12,6 +12,8 @@ class Jupp < Formula regex(/href=.*?joe[._-]v?(\d+(?:\.\d+)+jupp\d+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "69af220c327528966dd893daab6d625a5b5241b9273f7b53decb37c5f1e33efe" sha256 arm64_sonoma: "501d87f4b79bf8ae4a8a67b811fbca484e6bc68f6b1e04d9abfb0b1948430880" From 93199c73fe055fa399989ebc7f93c5cb793b2c29 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:45 +0200 Subject: [PATCH 03477/10074] jupyter-r: added `no_autobump!` --- Formula/j/jupyter-r.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jupyter-r.rb b/Formula/j/jupyter-r.rb index e59c07caac7c0..7f033ea346d7d 100644 --- a/Formula/j/jupyter-r.rb +++ b/Formula/j/jupyter-r.rb @@ -6,6 +6,8 @@ class JupyterR < Formula license "MIT" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9e60d5223a4c0794c025996a7c56b33ffbed5618aa930246c32cf13726b98cb8" sha256 cellar: :any, arm64_sonoma: "f5e53d2e1c07fada5048527bf93c183650f8f4b5ec3bb088d2f27136d06ce3c3" From 6068bea307773c9b7ebd1bc1dca9bfdc9bdcf854 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:45 +0200 Subject: [PATCH 03478/10074] jvgrep: added `no_autobump!` --- Formula/j/jvgrep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jvgrep.rb b/Formula/j/jvgrep.rb index e60a58525b6e3..fcea15fffddbb 100644 --- a/Formula/j/jvgrep.rb +++ b/Formula/j/jvgrep.rb @@ -6,6 +6,8 @@ class Jvgrep < Formula license "MIT" head "https://github.com/mattn/jvgrep.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b09906823a2d2bd6a90b0fcf9881cadfadf72693749f7431c787c910d74fb106" From 93629aea601f38f81faf201589396a07ad564922 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:45 +0200 Subject: [PATCH 03479/10074] jvm-mon: added `no_autobump!` --- Formula/j/jvm-mon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jvm-mon.rb b/Formula/j/jvm-mon.rb index 16f8ddae79ea9..89b020a20a9f0 100644 --- a/Formula/j/jvm-mon.rb +++ b/Formula/j/jvm-mon.rb @@ -11,6 +11,8 @@ class JvmMon < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "61c0f2de3ba96b85b364c0c6df8a11dfca3a61790a19b105f5579ffba96f8fb5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "569d3b771bab87123faac0038aa194a79788b5f5b8a5e1b73974baf70daf30c0" From 1b967677808c9f575717813471bca157a8a1e389 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:46 +0200 Subject: [PATCH 03480/10074] jvmtop: added `no_autobump!` --- Formula/j/jvmtop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jvmtop.rb b/Formula/j/jvmtop.rb index 748179cc04093..fa898edcc84d2 100644 --- a/Formula/j/jvmtop.rb +++ b/Formula/j/jvmtop.rb @@ -6,6 +6,8 @@ class Jvmtop < Formula license "GPL-2.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "b9fabbeac0618290d38994f556f5de9288b33c2e23c7dd00e1892d111c23c4ce" From 09b85db92c3fd3e8eda805905d3392c843685861 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:17:07 +0000 Subject: [PATCH 03481/10074] azqr: update 2.5.0 bottle. --- Formula/a/azqr.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/azqr.rb b/Formula/a/azqr.rb index e845a7f249bff..a84d32bb91889 100644 --- a/Formula/a/azqr.rb +++ b/Formula/a/azqr.rb @@ -9,12 +9,12 @@ class Azqr < Formula head "https://github.com/Azure/azqr.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d829e1f2103f30449c954c50bbedf34ff1fcb28a6578e214737f1956d6cdc4c5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d829e1f2103f30449c954c50bbedf34ff1fcb28a6578e214737f1956d6cdc4c5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d829e1f2103f30449c954c50bbedf34ff1fcb28a6578e214737f1956d6cdc4c5" - sha256 cellar: :any_skip_relocation, sonoma: "be7bc031429270ed7d21c266aaf8507c3e807840605151b29bab9224508ffead" - sha256 cellar: :any_skip_relocation, ventura: "be7bc031429270ed7d21c266aaf8507c3e807840605151b29bab9224508ffead" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5d8b0d8a49ba4051f5b388eaa978473d7f1a756ebaf54693fa972b0352342273" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f157715143489072bbe732512c9242f570f92d7ab47125298e322e8f9508e061" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f157715143489072bbe732512c9242f570f92d7ab47125298e322e8f9508e061" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f157715143489072bbe732512c9242f570f92d7ab47125298e322e8f9508e061" + sha256 cellar: :any_skip_relocation, sonoma: "f256d86d6e0528e696ba1afc3d67e93ddd938387e3a30d36f3787ab475fbc2e2" + sha256 cellar: :any_skip_relocation, ventura: "f256d86d6e0528e696ba1afc3d67e93ddd938387e3a30d36f3787ab475fbc2e2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "043dd14a2ccabab7aa486c08bb972fedae5d68122b9c75cd4366d513605cf2e3" end depends_on "go" => :build From 1cb51d3cc3030ba693467a97e07d7be992945b9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:17:11 +0000 Subject: [PATCH 03482/10074] go-parquet-tools: update 1.32.1 bottle. --- Formula/g/go-parquet-tools.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/go-parquet-tools.rb b/Formula/g/go-parquet-tools.rb index 9d5feb50095d5..3b7d381e93716 100644 --- a/Formula/g/go-parquet-tools.rb +++ b/Formula/g/go-parquet-tools.rb @@ -7,12 +7,12 @@ class GoParquetTools < Formula head "https://github.com/hangxie/parquet-tools.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "487fce7c4509790fb13f0c9ff14c47458c44c7d7c36efc93aed56175c923dbb6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "487fce7c4509790fb13f0c9ff14c47458c44c7d7c36efc93aed56175c923dbb6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "487fce7c4509790fb13f0c9ff14c47458c44c7d7c36efc93aed56175c923dbb6" - sha256 cellar: :any_skip_relocation, sonoma: "38903bee9d50f8d831f923752683255e976e513c1d24cfcccf76d4bde4b59d17" - sha256 cellar: :any_skip_relocation, ventura: "38903bee9d50f8d831f923752683255e976e513c1d24cfcccf76d4bde4b59d17" - sha256 cellar: :any_skip_relocation, x86_64_linux: "47508db4bd1f0a37c569fa41e7c92d275fdc2a9e8aec6529b64da19a67f4b19e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "af2c104c29c617170065a3e9d2714a4a6adabe9119cc7580c15212514c30f985" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "af2c104c29c617170065a3e9d2714a4a6adabe9119cc7580c15212514c30f985" + sha256 cellar: :any_skip_relocation, arm64_ventura: "af2c104c29c617170065a3e9d2714a4a6adabe9119cc7580c15212514c30f985" + sha256 cellar: :any_skip_relocation, sonoma: "07b60729c9f95feb1603c7c5e29a00f8de4c8e712b718ec0e46f3f5cfce566d5" + sha256 cellar: :any_skip_relocation, ventura: "07b60729c9f95feb1603c7c5e29a00f8de4c8e712b718ec0e46f3f5cfce566d5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc6ae6720b21167a5e0d0642f616a04bc1ec2e34f0cb0dfd5c0d74b85ca7218b" end depends_on "go" => :build From 1076fe74767dec5db56e3a34f4a10cecc0702ed5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:17:17 +0000 Subject: [PATCH 03483/10074] cog: update 0.15.4 bottle. --- Formula/c/cog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 1cff09d070f9c..ce79a02672e00 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -7,12 +7,12 @@ class Cog < Formula head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5c1af340c7668036e7045f80a420947712b236b9eb2178c9f2e1c8a718d8f6c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5c1af340c7668036e7045f80a420947712b236b9eb2178c9f2e1c8a718d8f6c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a5c1af340c7668036e7045f80a420947712b236b9eb2178c9f2e1c8a718d8f6c" - sha256 cellar: :any_skip_relocation, sonoma: "7f5057c57fb09179f5f8c9a031a2e9a86e4f9aca2c5bfdbf4ef95aed058fdc09" - sha256 cellar: :any_skip_relocation, ventura: "7f5057c57fb09179f5f8c9a031a2e9a86e4f9aca2c5bfdbf4ef95aed058fdc09" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fe35251dc1502ae1cd58ad7bf3cd8294224c98d71a29e6b130a1ac10ba3bbe8c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "75cd4cd132fa24c4aa66d8339868160eb83ad47782cb4c9b28be439ca64ce54c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75cd4cd132fa24c4aa66d8339868160eb83ad47782cb4c9b28be439ca64ce54c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "75cd4cd132fa24c4aa66d8339868160eb83ad47782cb4c9b28be439ca64ce54c" + sha256 cellar: :any_skip_relocation, sonoma: "88ed4d20307a342df42f330b50cea7fd3f9fc3b82ed6acc793434fcb8af2af67" + sha256 cellar: :any_skip_relocation, ventura: "88ed4d20307a342df42f330b50cea7fd3f9fc3b82ed6acc793434fcb8af2af67" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d86ee55185beba9fa93c7a13c26775596548e277a5532f055dc7d6edeb950590" end depends_on "go" => :build From 4e79bb62f708d98e4a91a1c433c4621a9a48774c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:17:26 +0000 Subject: [PATCH 03484/10074] oh-my-posh: update 26.4.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index d889a0e9b7732..b4275e1080569 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e730680ad4420df44754959cf47d04c19a0ff28a780a70d782dae48e7beb1b86" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5a3fdba2455a521d0d72ac2bd0d84ade94ecf306611253677943e71fc96c749" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cd86b631485102c5ee1a5f07c2737265bfa28779f3a192dd9441a6922d26051c" - sha256 cellar: :any_skip_relocation, sonoma: "77e5e6800bef21dea747e17e7619847d2506303ae2576695adba1c2018324f32" - sha256 cellar: :any_skip_relocation, ventura: "1eb1078937bd556df7bfd632f45e61c71d5dee4acb3dd8b5ba26009fe66b27d5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "511c659c8d51703f16791f7778a5ae811ab55412b9976909fe1f06b4e970de4b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e33538e016f93587f4baf4bdcf36e7bb32fcdb272162c03f42140e41fa1b03f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a87573e906b04d08cc6f42f6d2018310c90df5c275e7fb345ecfffcabce65dfc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a7f4f75724a95dbf40b62ff28fdc86c73cd52138cd4bbb8a2ed14e9c9f0d5058" + sha256 cellar: :any_skip_relocation, sonoma: "638f9019bd703eeda167b99f2a8bb110162622a3c457ab48e903b4c2583a0897" + sha256 cellar: :any_skip_relocation, ventura: "bdf452b07e32c960b350f449f9a7d9a820f8fe3a500e3ef536f8a83a6aca405f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "03a437c3b97579e3b80d5b14daa5adb78053999b0084b4da9c6ecb8fb55459c8" end depends_on "go" => :build From fa5de7635ffd5b7c610aa4ac337efad79ba42505 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:17:30 +0000 Subject: [PATCH 03485/10074] uv: update 0.7.12 bottle. --- Formula/u/uv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 07a2a64ebe116..daaa915606a56 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,13 +7,13 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4586cd7d293a91e98cc3599fd35a96e05a516ff8dc42773b6aa571f3d986fc22" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7d1d2f8243b6881d0ba0181cd691c8424a3cf2b6bb889f4d54ac91bd341ce9e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a2bce87905486a38a926b153d19c55d0065106bb5f5fd41923079de8db11fd13" - sha256 cellar: :any_skip_relocation, sonoma: "1ffec1ad041e1a9809686536a581a242be554cd57cd56605459f1030569c4ed8" - sha256 cellar: :any_skip_relocation, ventura: "af632fc6b7740ad871baa3c111bcf42b9aa8b58445c70a4b5d1da2140351b250" - sha256 cellar: :any_skip_relocation, arm64_linux: "fe67ba4e5f6c2fc5ca616d4e6fd12f657c6bf8266599d9552fdb828afa84aa3a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9989675a084576231b8e70da3eb8b4db8cdfb4b1b5c74cd2599a8936c0ed5ad4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "660b5fe8f6b3d3fc415ec8163916c256b11eb127cac70eb36a19af5fcde9b7ef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a40784a9c4a58aa1facc595b3c5c0dde726ea022549507fda7e5109e8506f76" + sha256 cellar: :any_skip_relocation, arm64_ventura: "12d5058163d58e19dedd4680d511e7e2732bd0b62a0a9ce82cd5d783e1a46841" + sha256 cellar: :any_skip_relocation, sonoma: "0631c94d26b4c6d6391ae5794d36d042392fdb2d226dc65cefc1f333a6f3ad09" + sha256 cellar: :any_skip_relocation, ventura: "0e1ad39bc22ecc43476c02af9317d14512a8fd4ca7db2aebdaec8d4ad11e3947" + sha256 cellar: :any_skip_relocation, arm64_linux: "4ebd406d1e3a6866ed6b478d463c3c3218fb8738c2acf2bcca3f8bc85274409a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6682584d99c0e0fdf2b017385fc0078d7010207b7f78153a89cb86183cc0106d" end depends_on "pkgconf" => :build From f9c6f9aff003a645187dacf46ec12aa68354f8ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:17:30 +0000 Subject: [PATCH 03486/10074] ruby-lsp: update 0.24.1 bottle. --- Formula/r/ruby-lsp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ruby-lsp.rb b/Formula/r/ruby-lsp.rb index 49fcd4283715a..e35028c786968 100644 --- a/Formula/r/ruby-lsp.rb +++ b/Formula/r/ruby-lsp.rb @@ -7,13 +7,13 @@ class RubyLsp < Formula head "https://github.com/Shopify/ruby-lsp.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "c584e2d303b60565ee5a5678d62a70fdca5d3c44aa2d1bf29de5dd976fdf956d" - sha256 cellar: :any, arm64_sonoma: "309d0aef070215e14f306aa16759390e9d453f67fa49c90b8ec767655c93838c" - sha256 cellar: :any, arm64_ventura: "51bd4c6a00703c064f1d0a9bf092179f333bec44b492add3f259f7b0ab4cdca5" - sha256 cellar: :any, sonoma: "83d0e4d460977cc9d5dd90fe960f03bd7bdb0ae35592e3365dbbd09f579fa550" - sha256 cellar: :any, ventura: "812e8fcff15f87d6f9a7adf14b6524af36652b213a7488de9d1ea5cd423f81c0" - sha256 cellar: :any_skip_relocation, arm64_linux: "1cdd6fac6d9b774dd55e4b5d9bd9aa89cd0c255f3a814cefd5ff8052acf474f2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2248a95748d1f36aa7340a7273d6552142385b435882222db88d366bcc4c1f6e" + sha256 cellar: :any, arm64_sequoia: "2a5612e33bbb5ebe64b5480d8212fa042a775516dc853d8108df3f3ef5462f8e" + sha256 cellar: :any, arm64_sonoma: "67303313bb8db857fcb1aac091e3bc3f28277420daaf971344cfc2f2814ec77b" + sha256 cellar: :any, arm64_ventura: "808f540e70be843c9f120a7f787bfcde3fd76013d082a3af0d6f6d56e7e428c5" + sha256 cellar: :any, sonoma: "54368f3d6c63feeee0e7195c09ebbed8111ede43c9d2429e14abb680d0ab3683" + sha256 cellar: :any, ventura: "f9d28bd7abfa9e8a7e25507fecc3613204025dc5447f0af22c80d9ae344f3b05" + sha256 cellar: :any_skip_relocation, arm64_linux: "07e2b77b332d31f8b9468c5a39f30128ec844612862f0f1ce59730677077c30e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "711ca1ddd9b2619664f4b712219694b3d8e8bc4d876aa974f4a39b5710fb2c56" end depends_on "ruby" From f799282bd2f06bf53d9498f0303690c85025f863 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:17:31 +0000 Subject: [PATCH 03487/10074] cargo-nextest: update 0.9.98 bottle. --- Formula/c/cargo-nextest.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-nextest.rb b/Formula/c/cargo-nextest.rb index 5dbb86be29bc0..fa5c1fe8fc7cc 100644 --- a/Formula/c/cargo-nextest.rb +++ b/Formula/c/cargo-nextest.rb @@ -11,13 +11,13 @@ class CargoNextest < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd7a97241f04142f6bdf40301a1fd6e38b1226ef09c03d65587b07ca8b823062" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a553d9ec91c1a6fcecc0dccd844383f3a780b76ee65e04ed43567ad2b013a77" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d22323de178f0667350e346be5ecfe6a28a0408a351f1387bc33cd1addb6506a" - sha256 cellar: :any_skip_relocation, sonoma: "5085a3ccd055015479ef1581bcb34dd9fa01a26420a413951522aa5cd7d3577d" - sha256 cellar: :any_skip_relocation, ventura: "321f51d61c71cc5d5a9cbc0f75ef6b65d97ebb23eed9ed996dd7e52ced78a8e9" - sha256 cellar: :any_skip_relocation, arm64_linux: "0e643fad7ea810f120c08acf161e2d1b01a178bfb789a3c3073c6d390cf2fa97" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d653430e5aca656aa66ac2376e2243c602e74bcec8541ded9b1c8b5be7df8fa6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "930ad382afafb2209b8c29fffb78b76a185a9915208b885dcb80ba41bd7619c6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed8fc1a65e990aacbbfe3b404ee501c62fbe687bf26309d4b8962c46683f0232" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6aedf633baffcfc376614f78b4bd86acef6176709734cd34d292a7c362db2b46" + sha256 cellar: :any_skip_relocation, sonoma: "0c38fd4a3c5e32472efe8fe6253289966967baf29d3b63abb89b2086d1441ce6" + sha256 cellar: :any_skip_relocation, ventura: "b162ec147a7bfa0bf8d1aa997cb6744fc44841115daf2b9b2beb3fec7e7d44e8" + sha256 cellar: :any_skip_relocation, arm64_linux: "c83c8ede526bca605030d929afded2d00331f5c316b1424f48c0a1a291c0fa54" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fadffd8bbf5520913be1dbcfe5f1d5bb7124570c39ee20ecea40fa5f06957f9f" end depends_on "rust" => :build From ccf431ac06ed368b1a391e8d06e7dac62026159b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:17:39 +0000 Subject: [PATCH 03488/10074] yara-x: update 1.0.1 bottle. --- Formula/y/yara-x.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index 6981818b7a0e1..3734eb2e80e84 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -12,13 +12,13 @@ class YaraX < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "102e2f9c014783df25d39777bdacc774aee245e06c3c1e2f49f104c103352cc8" - sha256 cellar: :any, arm64_sonoma: "a9dee2b67efc3a063daf08714555b69057c3f376db67f373f321fc56616400e4" - sha256 cellar: :any, arm64_ventura: "420c8ab6f5ba6103ff591f6b14cc875b2de3bceb9228cb600fc978a0cd78e7d6" - sha256 cellar: :any, sonoma: "e20b565e80487651c6d69a135fd9560182233f8f362e8a6cba85dd65bb25411e" - sha256 cellar: :any, ventura: "87ffc7ae718b8512f90ac554edeb80b9e43dee68046f14abc95bbb737991cf6b" - sha256 cellar: :any_skip_relocation, arm64_linux: "9ea88acb3f243dac6665c201233b77aa49edce0a4cf67bd20ed14aa92fd14499" - sha256 cellar: :any_skip_relocation, x86_64_linux: "22593b427d22487219de4251aee629bd390ef7a58df169c71670a60731119337" + sha256 cellar: :any, arm64_sequoia: "27e9fd18203799c4020379c11e27acdff15967d13f1fd965e5e6069295c6b1f3" + sha256 cellar: :any, arm64_sonoma: "364d198aa104d6c1468426046955136ecf4ef8b2dc12baf43ab3b806e5823a31" + sha256 cellar: :any, arm64_ventura: "703d1c3bbc97c33b18d33fff791bc95ca2307c3156149511147ce1b8ab575605" + sha256 cellar: :any, sonoma: "3325d09ec22a8039943c25efad26b11337532aa78e363a76f0224d5e22234b45" + sha256 cellar: :any, ventura: "9844c3ba2b8b46702566f1e4c56b6c6267cfe44859380ff1eaf8ee19cbc7cf49" + sha256 cellar: :any_skip_relocation, arm64_linux: "41335890bfd730f2650f9b8146042e582a65516beaaae15f2f609be0c7f1613f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc9db0a8c28d22b4934c8a9acc4ab5dcb4951f962f705604daf8c57ce390c2d3" end depends_on "cargo-c" => :build From 79e54fa85c39899f954be61ca122266e3876ac10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:20:29 +0000 Subject: [PATCH 03489/10074] vulkan-headers: update 1.4.317 bottle. --- Formula/v/vulkan-headers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/v/vulkan-headers.rb b/Formula/v/vulkan-headers.rb index 9246393837538..2c6f9e8f4a5a0 100644 --- a/Formula/v/vulkan-headers.rb +++ b/Formula/v/vulkan-headers.rb @@ -12,7 +12,7 @@ class VulkanHeaders < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "6a9c28371944d675f5184f7499661547db18bf7fd6393ba367f8573014e9be28" + sha256 cellar: :any_skip_relocation, all: "1423a8127f131eea14ecdcb71fc3b22c03bb864355f6b8004eac9249beb485bd" end depends_on "cmake" => :build From 9f68ea0fef45b70c5fc5d0c3782a512f8b1ff556 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:20:29 +0000 Subject: [PATCH 03490/10074] vulkan-loader: update 1.4.317 bottle. --- Formula/v/vulkan-loader.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/v/vulkan-loader.rb b/Formula/v/vulkan-loader.rb index 2150082817ef7..6021af1d0db1f 100644 --- a/Formula/v/vulkan-loader.rb +++ b/Formula/v/vulkan-loader.rb @@ -12,14 +12,14 @@ class VulkanLoader < Formula end bottle do - sha256 arm64_sequoia: "5f9f25fceb0b5a71ac1459fa4d59e9fae3da7c9a1149c6283b962e38f103d0a7" - sha256 arm64_sonoma: "8ad5fbbbbb7a20569a2f50f7d32362885aec841f5fd5da1717a10640ec0ade5a" - sha256 arm64_ventura: "982fddfb551b579240c8763acf3d06bf8b91de608e368b3cd1dcb4921fd39b5a" - sha256 sequoia: "d3d4868c831710909b841b241d8899aa49b90bacb78e589c3dfee6bd6f57b5b4" - sha256 sonoma: "657bf41803159039604f556ec94f05b0ae6127aa88cf2b28f09603a5cdab0de3" - sha256 ventura: "706cf991ac7d5ea92b727aafc5a7e86ed23abc0f18f2bb3aee6b17a24bb2fbbc" - sha256 arm64_linux: "3d9ca89f96019ff543843708c012a36afab6fc4dccd00e3ec0a5d084be6f50b7" - sha256 x86_64_linux: "736b13b8a92773eb5b2ad88dc6dfb47f578b01837bd6fbbe696e1a4da37ef9d0" + sha256 arm64_sequoia: "6b68046591825e55a57da1342c3402d16e072a0a42d1f9574b6b924393b18903" + sha256 arm64_sonoma: "64075ff17051fea52318f979fe5aa47e1c509a5ca78286dfe98fa81b92530bb1" + sha256 arm64_ventura: "409f9edea825a3ae7fe3e0853e06bfe21fc003c08ed2d4a9d799499ba413e12a" + sha256 sequoia: "a12b22a615d638f6cdaafe0c59cd92f5a6bb9ddb6c66e70c0bdaf89e93d42cd8" + sha256 sonoma: "e759b48895483d85a1768855b938df37230bd0fdc3775f9cb38a3cf3cd4f67e9" + sha256 ventura: "559d25b20f47047bd2a7faa644f250416b20bb32db5f992527efc425894e37a0" + sha256 arm64_linux: "7e48a4655ad56196adc1ba89e1bc0342eb84d7225112adaf7528b363f8afd3c4" + sha256 x86_64_linux: "6a167417978b4922aed5d0fcc769c00acb94610e2e44f2c44aca9ebee9b642f0" end depends_on "cmake" => :build From dc5859b6d767f907c70f914f447c10237355aa81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:20:29 +0000 Subject: [PATCH 03491/10074] vulkan-tools: update 1.4.317 bottle. --- Formula/v/vulkan-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-tools.rb b/Formula/v/vulkan-tools.rb index 4fdf59814c512..60a1e853127aa 100644 --- a/Formula/v/vulkan-tools.rb +++ b/Formula/v/vulkan-tools.rb @@ -12,13 +12,13 @@ class VulkanTools < Formula end bottle do - sha256 arm64_sequoia: "44d5ca35d9daa626b46cbb4b036e41d61c4a3a57d521eeaad21bb2b21bcc13cd" - sha256 arm64_sonoma: "56b8bb035999445ca2add334090ca462665a300cfc14a944bb3e1f7673143d0d" - sha256 arm64_ventura: "7218d30e7092237fd6bb828d307111ce425073e8a53b26da5678d05d404a635a" - sha256 cellar: :any, sonoma: "f9d3e5de515bfd934ae827fa7d65599a4bd01e667211bca0706ddbaa087c4fa4" - sha256 cellar: :any, ventura: "c1393a82b836a326bde4b3b9eec03314aeaf55307830674ae15ef8b1c21cabcb" - sha256 arm64_linux: "97d16390653d9ca9600c9320684341ffa7aca4fa35925a0fe8018d4b679dc643" - sha256 x86_64_linux: "ad0dbafa5e9192dfa0c9815cb1512a487a3c7203107c197f4378942b9a08550a" + sha256 arm64_sequoia: "56fc9017afb1452eae53c442861305f56c57f4edc915be0f80590ab1d739a367" + sha256 arm64_sonoma: "458a01a7a8fd55615a3e5886d856260dc545a3e8868f44adf7be99f511303a3c" + sha256 arm64_ventura: "339586379f9a30a2a1661b9dbdfb86516e225a01168aed86305aba48aeb7c7df" + sha256 cellar: :any, sonoma: "74618af119106a3729bceae66b008ba016a75a949e8d1a6c6f2e278b54ba555a" + sha256 cellar: :any, ventura: "f344f402b2d09bee73abc519ffac8f96696bd5fc06a81a028004097865884fc0" + sha256 arm64_linux: "2fa24d6f63a47ab57ee494091c2848efc65c450bd5b10d6a245c62d34d6c19df" + sha256 x86_64_linux: "9b3942f10dcae0e6cbe4a008c82d5e8e6f7a1dab59844b35fcda50bbfb216780" end depends_on "cmake" => :build From 977d0a0d82b10c18b93772bff8a7de80fe336534 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:20:29 +0000 Subject: [PATCH 03492/10074] vulkan-utility-libraries: update 1.4.317 bottle. --- Formula/v/vulkan-utility-libraries.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/v/vulkan-utility-libraries.rb b/Formula/v/vulkan-utility-libraries.rb index b0366eedebcd5..72c622be95044 100644 --- a/Formula/v/vulkan-utility-libraries.rb +++ b/Formula/v/vulkan-utility-libraries.rb @@ -12,14 +12,14 @@ class VulkanUtilityLibraries < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cefc6b5f095fbecdebc14bfdf6b548be5ff23b91ac185485cbbcfb0ba2cdf4c8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "375fe3058e8c3afb43561bde60fb402fbd704628e4fc6b168f2ff725ccdd64e0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "311e45e944cef5d6fb02a2b00ab8f6f45eafa8973abd1742f13704f81cc20b1b" - sha256 cellar: :any_skip_relocation, sequoia: "16baba2b1e8cd90da3e2141c9059e5c3b8ae89f0b6c40dd77e305044d1e700db" - sha256 cellar: :any_skip_relocation, sonoma: "0dc9ddf9a3a2570f4ecd52dd35ed1544c08be4cea44f27fa4c6ec4b17aa7990f" - sha256 cellar: :any_skip_relocation, ventura: "b17e72e01fad8e30e523049a6ea97afcdbac661e9859adac6c8e24d224edc4a4" - sha256 cellar: :any_skip_relocation, arm64_linux: "8db0b6932dfe6d9fb57b7ac7f057ea70748d0fa4ae97b792acbab7b14863fd78" - sha256 cellar: :any_skip_relocation, x86_64_linux: "022c027f5ab38f34f0cc30a25e3ee470f9fba2668e9ab6b81e2054eae06feab0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdb9204c9e1484d3f78b9e9e493362e2d5c8ba8e2ed4cd50044ce8c71396aa0a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fd5628d239aaf4939aa9ce0a040c996468f36bdee759ea715c3a2a13ba768a8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "86444ddb6d569aec65930a67cea72b895ed01a49efd8e6513d7e0afa3806c65c" + sha256 cellar: :any_skip_relocation, sequoia: "b56f1b40292db5867d51014a20d988348ecfebc7db4dcf1059b5777557800d19" + sha256 cellar: :any_skip_relocation, sonoma: "43b7c419d867911f0cd0e6a6aa644779d505a6833245adbc9bc790f30c696461" + sha256 cellar: :any_skip_relocation, ventura: "1228e7342bb8b508fafc76f7042cd8e97bfb6517d174f03e2e7821064488ce1c" + sha256 cellar: :any_skip_relocation, arm64_linux: "9dcb6b74724edc96bc6ab7c33c61efe92f8093b1604a2aa802cddb0c2719fe33" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e0d6b9902d77c8f8bef06149b7f6084896bda17bf276bc90dc8dfaa707928af" end depends_on "cmake" => :build From a26500122208359071eda6c5f5f45304a74e903e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:23:41 +0000 Subject: [PATCH 03493/10074] vulkan-profiles 1.4.317 --- Formula/v/vulkan-profiles.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-profiles.rb b/Formula/v/vulkan-profiles.rb index 2a104d34ccdf7..acc05cd0d0e89 100644 --- a/Formula/v/vulkan-profiles.rb +++ b/Formula/v/vulkan-profiles.rb @@ -1,8 +1,8 @@ class VulkanProfiles < Formula desc "Tools for Vulkan profiles" homepage "https://github.com/KhronosGroup/Vulkan-Profiles" - url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.316.tar.gz" - sha256 "ad790b4545183d0725e3b3fe32ff0084571b62dcc7566cd9dffdc6f391d4aafa" + url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.317.tar.gz" + sha256 "5b33d1402e1cf35448438f6a57f4ea78c11b152b20183e2db3065a74298b7545" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Profiles.git", branch: "main" From a532805451c77cd1e49c55ec7904a3f992453db9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 00:47:21 +0000 Subject: [PATCH 03494/10074] etcd: update 3.6.1 bottle. --- Formula/e/etcd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/etcd.rb b/Formula/e/etcd.rb index bbe7dc7bfd7a0..7380c5e5d875f 100644 --- a/Formula/e/etcd.rb +++ b/Formula/e/etcd.rb @@ -8,13 +8,13 @@ class Etcd < Formula head "https://github.com/etcd-io/etcd.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5822986b8b37a8bbceb63036e641d42b5175b87b01089194a85877f488310318" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5822986b8b37a8bbceb63036e641d42b5175b87b01089194a85877f488310318" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5822986b8b37a8bbceb63036e641d42b5175b87b01089194a85877f488310318" - sha256 cellar: :any_skip_relocation, sonoma: "aa393ee9597f642ac5cc08e19f0b2c203fef8e2ac4fad8c77803c4322aac889e" - sha256 cellar: :any_skip_relocation, ventura: "aa393ee9597f642ac5cc08e19f0b2c203fef8e2ac4fad8c77803c4322aac889e" - sha256 cellar: :any_skip_relocation, arm64_linux: "de410cd80c4ad81664ec078f17fe0a9e5c8247a7a716933450a1c4f703665aa2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "37c4e1d721ce6952be9d64a35feb382c0e09d7c4e1c8d50e899fa8d5611db9cf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5debf906d36e65bfdd936fdf3b651b4877a19d68989ad099cbb5b27d14086c0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5debf906d36e65bfdd936fdf3b651b4877a19d68989ad099cbb5b27d14086c0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e5debf906d36e65bfdd936fdf3b651b4877a19d68989ad099cbb5b27d14086c0" + sha256 cellar: :any_skip_relocation, sonoma: "6ce8aa68745fc23294b4858e1ccfeb45c6b745dca4bafbef7013bc0502d815b3" + sha256 cellar: :any_skip_relocation, ventura: "6ce8aa68745fc23294b4858e1ccfeb45c6b745dca4bafbef7013bc0502d815b3" + sha256 cellar: :any_skip_relocation, arm64_linux: "b09d9b69ee4e12d87d2fac5d8dc5e2f9c79dab763aca591264e2fd57e4ab0f11" + sha256 cellar: :any_skip_relocation, x86_64_linux: "625bb6f50e2ee4ff0be818f89327da7780dd0b2ca1170fd63287e5340c46b154" end depends_on "go" => :build From c7ecd8f9a1f090514edbd10c5a2654b4db4db528 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 00:53:12 +0000 Subject: [PATCH 03495/10074] proj: update 9.6.2 bottle. --- Formula/p/proj.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/proj.rb b/Formula/p/proj.rb index 53806149bddf6..4dba3b666a75e 100644 --- a/Formula/p/proj.rb +++ b/Formula/p/proj.rb @@ -7,13 +7,13 @@ class Proj < Formula head "https://github.com/OSGeo/proj.git", branch: "master" bottle do - sha256 arm64_sequoia: "250dd33b9d7d84b578efadb8fc5e6c579f93567c63e62c021bbb006704cb765f" - sha256 arm64_sonoma: "5fe7b04184a7c60c4ec116901c0cccc936b4b76049c5282c85bb2e07eb0d9eb6" - sha256 arm64_ventura: "abd2b2214df6468dee25e9d05ef6cb40645fef3b3d5be07cbbf24aaea76e9d81" - sha256 sonoma: "2d75a45d98e7a9cce3005c1cc7d768d1f30a0cb0ed915eed6043276758d63c08" - sha256 ventura: "b4b0bf36ab38965ee97149addfab6bca64924399f35d6cc0af09508cb114d98c" - sha256 arm64_linux: "dc8a4f4c33acf11043f198ba38cb934059fe5926f5ac20f3abb14bbca122d3b7" - sha256 x86_64_linux: "827d09fd7226cfd46e221a2735265443ee8959becc7cc9ed8befe109c487bd19" + sha256 arm64_sequoia: "37fc9f7eabdc4118117d07a91fca5fbc883600f545e3ce46e74f7c14af00b9c0" + sha256 arm64_sonoma: "15f554ed65e9e9ab8a9c7a0e3d777bf21a56d6fcc753c361e7d680c87eb3855d" + sha256 arm64_ventura: "7b991b91425fa3c3e9c0f0e381e5f8f174e514691c2906edac3eaadc112e0ad8" + sha256 sonoma: "517adcf737dbd18c98f4786ea7b49ccd24df57c3f312c848d66bb420b790ff04" + sha256 ventura: "2304f2bdd4ce624f41cc84d26f76a015711c98a78b8ee5341e9604351771f7d8" + sha256 arm64_linux: "bf431c655f9c9a09fd036dfb7c1d453899d37e2a40bd2aab0e1c301aca5f27f4" + sha256 x86_64_linux: "e9fb5dcd6d7955c814fdc170a64782f37f6855e4187984ab41d160f8dc22417f" end depends_on "cmake" => :build From 0168867d6ac70956f28b9eafca802847d6be108f Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 7 Jun 2025 03:07:12 +0200 Subject: [PATCH 03496/10074] claude-squad 1.0.5 Signed-off-by: botantony --- Formula/c/claude-squad.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/claude-squad.rb b/Formula/c/claude-squad.rb index d2cf5bcff9919..cbdc92e10042a 100644 --- a/Formula/c/claude-squad.rb +++ b/Formula/c/claude-squad.rb @@ -1,8 +1,8 @@ class ClaudeSquad < Formula desc "Manage multiple AI agents like Claude Code, Aider and Codex in your terminal" homepage "https://smtg-ai.github.io/claude-squad/" - url "https://github.com/smtg-ai/claude-squad/archive/refs/tags/v1.0.3.tar.gz" - sha256 "d790acb3d3ad80fdcd73be1200b6548367fde4abf39168d3d85a772bad0e84f6" + url "https://github.com/smtg-ai/claude-squad/archive/refs/tags/v1.0.5.tar.gz" + sha256 "ab5646523447aab20aeff50fd43cc884267c2885e6ab88646097d1f6dfd2c138" license "AGPL-3.0-only" head "https://github.com/smtg-ai/claude-squad.git", branch: "main" From ea41c0353fdc88a9cdea73bf5902d6cb6342bfa6 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 7 Jun 2025 03:12:11 +0200 Subject: [PATCH 03497/10074] nx 21.1.3 Signed-off-by: botantony --- Formula/n/nx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index 3358cc5aa6d13..3144ec97396df 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -1,8 +1,8 @@ class Nx < Formula desc "Smart, Fast and Extensible Build System" homepage "https://nx.dev" - url "https://registry.npmjs.org/nx/-/nx-21.1.2.tgz" - sha256 "f0c866819641ac6aebf96a3370cfe726f97016c749db1f530c66dda0abd61ed7" + url "https://registry.npmjs.org/nx/-/nx-21.1.3.tgz" + sha256 "8032b17664045a4fb3a3faad0201b02f08918656f0e7ed892605b5893e10dfc3" license "MIT" bottle do From 73aad5bb96343e9e2f7f0c2ac3060b8e70f4106c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:15:09 +0000 Subject: [PATCH 03498/10074] claude-squad: update 1.0.5 bottle. --- Formula/c/claude-squad.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/claude-squad.rb b/Formula/c/claude-squad.rb index cbdc92e10042a..b45d2a365e9fb 100644 --- a/Formula/c/claude-squad.rb +++ b/Formula/c/claude-squad.rb @@ -7,12 +7,12 @@ class ClaudeSquad < Formula head "https://github.com/smtg-ai/claude-squad.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "abf592d9a27f321cc6654eeba356d98f164de9c1345dd6b28d45eafcd683739e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "abf592d9a27f321cc6654eeba356d98f164de9c1345dd6b28d45eafcd683739e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "abf592d9a27f321cc6654eeba356d98f164de9c1345dd6b28d45eafcd683739e" - sha256 cellar: :any_skip_relocation, sonoma: "0a1b902a8120cb20125cb483ae698ba096f57c0ba3d4616bdc9a4064ed8c3471" - sha256 cellar: :any_skip_relocation, ventura: "0a1b902a8120cb20125cb483ae698ba096f57c0ba3d4616bdc9a4064ed8c3471" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ec66bbab559e3a66c78cb20994f2b8412624ea8787f030b2686c05ce3953712e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" + sha256 cellar: :any_skip_relocation, sonoma: "76bc17370d29c5687287a72cbfa4a90e2999cd5f8ddda9ae42e84718b646660d" + sha256 cellar: :any_skip_relocation, ventura: "76bc17370d29c5687287a72cbfa4a90e2999cd5f8ddda9ae42e84718b646660d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb5a9e2bc179d5d6927bb90363c375d8409534098ad2342586015e9ce2155b5d" end depends_on "go" => :build From 42c18d8424db7bf4c062cbc5fcb03ae2caba2678 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:15:27 +0000 Subject: [PATCH 03499/10074] nx: update 21.1.3 bottle. --- Formula/n/nx.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index 3144ec97396df..735df6c1cbe3d 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -6,13 +6,13 @@ class Nx < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "64826a6e28d4d5717bda79628fbfbfa39c708aea0e337752d889b88b5d727a47" - sha256 cellar: :any, arm64_sonoma: "64826a6e28d4d5717bda79628fbfbfa39c708aea0e337752d889b88b5d727a47" - sha256 cellar: :any, arm64_ventura: "64826a6e28d4d5717bda79628fbfbfa39c708aea0e337752d889b88b5d727a47" - sha256 cellar: :any, sonoma: "62ec9edb941f52075abde7d51323b1f6b720bf2573ed3819ff15e2e6f3213544" - sha256 cellar: :any, ventura: "62ec9edb941f52075abde7d51323b1f6b720bf2573ed3819ff15e2e6f3213544" - sha256 cellar: :any_skip_relocation, arm64_linux: "565d28ed59e23306f557eb4406ef7040999e45f1fe911281e5355a5fb4fd089b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ebd4cba813beec1ec8525be1b6e69a98b612b0a045a5fa2ca29a69794f8b1b8c" + sha256 cellar: :any, arm64_sequoia: "a9de6b9effd88b368216735d056b0d54f2b0e833797ef087d43feaa1636595ea" + sha256 cellar: :any, arm64_sonoma: "a9de6b9effd88b368216735d056b0d54f2b0e833797ef087d43feaa1636595ea" + sha256 cellar: :any, arm64_ventura: "a9de6b9effd88b368216735d056b0d54f2b0e833797ef087d43feaa1636595ea" + sha256 cellar: :any, sonoma: "12db68c72af60e7c8517aa41a251e6dfc082dc4a54e01ebd9a0a9a9b885d963b" + sha256 cellar: :any, ventura: "12db68c72af60e7c8517aa41a251e6dfc082dc4a54e01ebd9a0a9a9b885d963b" + sha256 cellar: :any_skip_relocation, arm64_linux: "6e6d4cfb967affcdd97e8db23f7a45ea307f2c2c6cca3c95e50b5deb85d5b449" + sha256 cellar: :any_skip_relocation, x86_64_linux: "165f255e6d05e1ecdabf4052806411fff11d1bc66044c920d8903a93353e6ded" end depends_on "node" From 14f8de8c825cf7d801f6bad5fd29acf754600fb8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:15:28 +0000 Subject: [PATCH 03500/10074] vulkan-profiles: update 1.4.317 bottle. --- Formula/v/vulkan-profiles.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-profiles.rb b/Formula/v/vulkan-profiles.rb index acc05cd0d0e89..1784c07508dc2 100644 --- a/Formula/v/vulkan-profiles.rb +++ b/Formula/v/vulkan-profiles.rb @@ -12,13 +12,13 @@ class VulkanProfiles < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "264a7b4f670d15525c48cc7da4c6f5c50cf238b528b7befb28e56355910f41f6" - sha256 cellar: :any, arm64_sonoma: "599994b7f6d2833d8397bb5736c4f561c4d93599aeaba1734db0af86056bab72" - sha256 cellar: :any, arm64_ventura: "401df267d169def3f505612f2900da9d3f4547bcae2d0eaf0f8f7eef35c6b402" - sha256 cellar: :any, sonoma: "ae6b3776126b87bb839c2606f4832777dd887f3e5df27e368d98bdeac7b15213" - sha256 cellar: :any, ventura: "0ff62018689b944398e85a7b573fe9ed49b1210101a883fd960fae6ea7613637" - sha256 cellar: :any_skip_relocation, arm64_linux: "7c6bf0f540dbf7e4de006809b496b54eb4bf43d56a538e036d998fd29bb37305" - sha256 cellar: :any_skip_relocation, x86_64_linux: "078845d86b3d2e4f68a0a67b5c984fadd62c0a47c3005c34ff10fb09f39a08e0" + sha256 cellar: :any, arm64_sequoia: "a71a646a1fbedd949f9089d89b6f270dc00af580f151184aa9d538a1f0f84732" + sha256 cellar: :any, arm64_sonoma: "a53e01c9dc0dcd94d78c59fb015fde8d5891609f88bdfa5fc500406249d13fdd" + sha256 cellar: :any, arm64_ventura: "0d24270f16b03da0c5e0a28626b9783361db6a30af7dcc547c128db4c6353b8f" + sha256 cellar: :any, sonoma: "f9c3a2c60c7d61cd55b2a328a22ce26897df5bfb635016adbbc40f0b3a427c61" + sha256 cellar: :any, ventura: "a273b092da5b30a40b1647091f2f984803041c67c74fd5afe15a4fffc7870a56" + sha256 cellar: :any_skip_relocation, arm64_linux: "c268941ca8c31ec1dd9701b9a4073935fa0811ad7f4a728c46fa8db852357186" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f177fe82b614c50170b57ee49d22a9b566150d9353f9bd2fef27be3369c9b6e" end depends_on "cmake" => :build From 74535406744fd8f7adc5640e544ca30c972d76f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:15:53 +0000 Subject: [PATCH 03501/10074] clojure-lsp: update 2025.06.06-19.04.49 bottle. --- Formula/c/clojure-lsp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/clojure-lsp.rb b/Formula/c/clojure-lsp.rb index caefcc7464290..b05b2aa095453 100644 --- a/Formula/c/clojure-lsp.rb +++ b/Formula/c/clojure-lsp.rb @@ -16,7 +16,7 @@ class ClojureLsp < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "3d619401724cbfdd92f76cd94d934055b4bc3c94878d8f34ada1bb77bef9b649" + sha256 cellar: :any_skip_relocation, all: "bb3cb3102608aa2d35dddb86d1bc0abfb2e6eeae3b99af10dd7878a75bc81b03" end depends_on "openjdk" From 4e631f1eb428e41a952b49c69b8a1ed0faa6cce8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:16:30 +0000 Subject: [PATCH 03502/10074] credo: add 1.7.12 bottle. --- Formula/c/credo.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/c/credo.rb b/Formula/c/credo.rb index 1397a164ec871..4694b835ef60f 100644 --- a/Formula/c/credo.rb +++ b/Formula/c/credo.rb @@ -5,6 +5,15 @@ class Credo < Formula sha256 "afdfb4e52fa073b3279c75d70a084d3813ee6966a45d1534557275eb240fd031" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2202461e928dc327cd6c9091d101d01c6af69f0c36694715e8ad197c46bcfd06" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3559b14f3879fa808a3b9b4627ab651961ca458c834e610f62afec5e1d6fac3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3ec792d16fc50575210d6c39dbd8d8050e5419301d812fa1737296cdbafc9f82" + sha256 cellar: :any_skip_relocation, sonoma: "416fb36180b102c060e609abeb34b7f9f32d724f6441f50147349aed5b5c7d40" + sha256 cellar: :any_skip_relocation, ventura: "359a109782523caf92cc762c48bed624a5158ae612c069f856c3cfc7856611a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "440e68f8e561da08116cbc9e2e961f21e459441d65d2ac2bea73c52deca4b5de" + end + depends_on "elixir" def install From 26b431e15953463c6c95cb55f1cc7ed437d19b57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:16:36 +0000 Subject: [PATCH 03503/10074] htmlhint: add 1.5.0 bottle. --- Formula/h/htmlhint.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index 59c62bde056d5..61774623881e6 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -5,6 +5,10 @@ class Htmlhint < Formula sha256 "95d1661e07d4abba53792a7957cc2422a3320bae59542af8f0c3daad084c02b6" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, all: "5ddf7caf6361bdd61a17c7d13b0437d659b5ed94f3d31258720189b8e35d9b78" + end + depends_on "node" def install From d8dca5fe33494c5d783678e03def38cb9c3ceac0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:49 +0000 Subject: [PATCH 03504/10074] dbhash: update 3.50.1 bottle. --- Formula/d/dbhash.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/d/dbhash.rb b/Formula/d/dbhash.rb index 8c320e0327ac9..53b5e8366bc34 100644 --- a/Formula/d/dbhash.rb +++ b/Formula/d/dbhash.rb @@ -13,14 +13,14 @@ class Dbhash < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "022061864312b3ef9002254a668e33027e36d6fd13547929b1a2513f19c1514f" - sha256 cellar: :any, arm64_sonoma: "1138e792e57800f81948491a820ffdb5c1674b0b783062fb690d8cbab863dfdb" - sha256 cellar: :any, arm64_ventura: "60a48091a3024b4ae5145086c8bb1360cec5f888d88cc3f46adbf7e9c35131da" - sha256 cellar: :any, sequoia: "32fa6d137ad56b0a69468d9498fcb9eb583f57ac7d17ce7a01c8fcb9f20f1598" - sha256 cellar: :any, sonoma: "01c4118cc4a74ffcf842275b993e2770415a503669d0ddbf025d1b6149b80125" - sha256 cellar: :any, ventura: "54f6667832e75f36f4106bc8cc9f065c42d6a97b33e50bedb635209723b62228" - sha256 cellar: :any_skip_relocation, arm64_linux: "e1717ea2dbc674939ae64f4a9fea34098988be280fb7b224fdfb9ac788944f46" - sha256 cellar: :any_skip_relocation, x86_64_linux: "773c9edd59cb2dc02b92ed493024d3abc5616e8926cb4a53749e1a906f4efd76" + sha256 cellar: :any, arm64_sequoia: "d857f8ef40633f3be727273baf8bca859f5934bd2aaaa0f9bd5eea926f27773a" + sha256 cellar: :any, arm64_sonoma: "14669037bda9b553f55688291de1664c70176e2ea2ff2d96e537d848c9cd59c0" + sha256 cellar: :any, arm64_ventura: "779a31b6a74abfdf461d8947b393da8e44c2b37711d74b34aed229bd88205934" + sha256 cellar: :any, sequoia: "5601db068d70dff2e0301bf6a2c42b5a84bada850ead51b8d96cdf09a3c12eea" + sha256 cellar: :any, sonoma: "353477d756faabe6980df7505f709349abbc812f26a3b16ce0dd5099b0048cf7" + sha256 cellar: :any, ventura: "e13cc185c539db6fd12f48040e0bf9cb6a68841f4357b06cedf6b687ea45e41e" + sha256 cellar: :any_skip_relocation, arm64_linux: "6954c38097ba0bec211df2e1936372179951576fa4789877a0726db797ab3486" + sha256 cellar: :any_skip_relocation, x86_64_linux: "83570befa44495de8925a414797fc63a365015e6407c9569f3f3b60ee06e968d" end uses_from_macos "tcl-tk" => :build From 7921e54477c19440c23ef14863709d54a7ea19e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:49 +0000 Subject: [PATCH 03505/10074] lemon: update 3.50.1 bottle. --- Formula/l/lemon.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/l/lemon.rb b/Formula/l/lemon.rb index 40925badc5a1d..089870e4491bc 100644 --- a/Formula/l/lemon.rb +++ b/Formula/l/lemon.rb @@ -13,14 +13,14 @@ class Lemon < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5ee461cd900642be555bb4c482b6bf362a22bf4a8fc79c31c28ebbd13e44666" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c429609c354c358de698b47d5988b3593cfae29a3f7cf566be3465d43f6f6d95" - sha256 cellar: :any_skip_relocation, arm64_ventura: "626e8c32d57cb2e0d52d90c6ce9165a64fbc14ba37e949de84cb2a3266fefea4" - sha256 cellar: :any_skip_relocation, sequoia: "8e4df66457c8a7fa2e11adf507c97830ceb6b1b7d9e3627155debf73d2ee6b5a" - sha256 cellar: :any_skip_relocation, sonoma: "fcfa27ee8cfbbdd4e2ceefd6c4572d503576a5c11f7f6f2997aec344436121ec" - sha256 cellar: :any_skip_relocation, ventura: "9cca0e0341ee329d091de3ef81986252738863195011794aaeb260eccb9c405b" - sha256 cellar: :any_skip_relocation, arm64_linux: "8780dbde3a5c461afe09194eee02970067ac9c48796f46897db87dd85801ff28" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3fc24ba909bfeb0b3bfbae574d513af4dd026380b508f6773b0929f00b2e9b56" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c5ddb8c30d4a39fe59771806e224d50bd5f3fb65550e75fbcad5643ef1d7037" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "51a07f510177c4ec51f2ddb05219ceab5faabccc2fbb0c3a8e0b0f30b0db459d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "84d408c3ecd8c0e847ea6581cf7132634128e908a5b7c7a88f2b99b21bd959b4" + sha256 cellar: :any_skip_relocation, sequoia: "f5738d1ae7da106c0cb30d06d7bd9e97eabccdafa8da6a2d713e3da909c8eb28" + sha256 cellar: :any_skip_relocation, sonoma: "c3a48c1a54f4aa7dcb6de41b183e9562cfb5e5540e363336fc98071c3032bc0c" + sha256 cellar: :any_skip_relocation, ventura: "3b1cefea0686790e07fbb9ffa1e7f3bbb0d6f184cd84de124758b65287f5ece6" + sha256 cellar: :any_skip_relocation, arm64_linux: "b05947c75fc65664e0c7a7cd74df4b6a49e4c38eee84c4b649b13899f41ee4d2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd52d256b5112ee9c4d3385344fa92293b24142dc588e762a65c17c97af140ed" end # Submitted the patch via email to the upstream From cff0db76f306bb72335edacebe04652c0e097137 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:49 +0000 Subject: [PATCH 03506/10074] sqldiff: update 3.50.1 bottle. --- Formula/s/sqldiff.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/s/sqldiff.rb b/Formula/s/sqldiff.rb index 7437a99e957d8..c7c2d588cd3cf 100644 --- a/Formula/s/sqldiff.rb +++ b/Formula/s/sqldiff.rb @@ -13,14 +13,14 @@ class Sqldiff < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "96cc2fa6bfb0641869b1b283cead6fc9f3a762a2fca445c03bd152128e1b0bc2" - sha256 cellar: :any, arm64_sonoma: "c5528848518b11ca376a3ef8ece699841a0224129c55c639abe627252685d282" - sha256 cellar: :any, arm64_ventura: "927b9690ffba78f8bd451d7e21c5363bf1560cecd94b357c67446e1dba1d26ae" - sha256 cellar: :any, sequoia: "0bec7d8a4f5c0c3e30c2ed80d8fb446e99a3a6e6a44f7340848f9adefaa7dd17" - sha256 cellar: :any, sonoma: "895af9dfa940fe5095a1108ee1997978affa43bb560a77a098951d91efc66314" - sha256 cellar: :any, ventura: "a1bc3eb3521b58f42009fea2963145c8e886d1943e64759e37b380bcc316e061" - sha256 cellar: :any_skip_relocation, arm64_linux: "32afc1e73b7c45e58383d43c55838066b16b6bde13661a76961ee974c98855c8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "33efd819fd4d75f54706965617a2db25dba6d7d025b0209c394cf9c0adca8196" + sha256 cellar: :any, arm64_sequoia: "651e7ac1ab53cced71eea5e0803b8ce7b656fd2e31f9773eb32913501825d3e6" + sha256 cellar: :any, arm64_sonoma: "2cf2a064fe66957dd9450334c42d7b91efab80142e6899d2e4eb1be75f59ddd7" + sha256 cellar: :any, arm64_ventura: "ec5674e6a86f3e7400a1431deb99befe9133a64c59886ea7ea4ec765f320cca1" + sha256 cellar: :any, sequoia: "c81408ffa207bc089af45a8e98857692e32416b5555c8bb020731880296f3e7f" + sha256 cellar: :any, sonoma: "6cc1677d3cb276e36f5c8758a9ae777c88ce7db557afd2a5c2cdd11c65ef2b88" + sha256 cellar: :any, ventura: "550f29b1cfa709d10e6a81d9ac39b6391c7805763e36f86fa3421290a58cc033" + sha256 cellar: :any_skip_relocation, arm64_linux: "d834cbf47ebb76264a39101b81845fe1f75a2091f76dd0701c588e8954082703" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a0a021f7b5b6e3d51e076103aa7d5ce729691c4e3b09ab86910c133f2327e26" end uses_from_macos "tcl-tk" => :build From 74d087e6dc033a2ece98fd61c4ca001f3db1273c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:49 +0000 Subject: [PATCH 03507/10074] sqlite: update 3.50.1 bottle. --- Formula/s/sqlite.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/s/sqlite.rb b/Formula/s/sqlite.rb index d7b45203647db..862c8bfb3a50c 100644 --- a/Formula/s/sqlite.rb +++ b/Formula/s/sqlite.rb @@ -17,14 +17,14 @@ class Sqlite < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "f60f3563efb77f189f8031983202321acf157e8154894c0d2e2a95f4e9778bb1" - sha256 cellar: :any, arm64_sonoma: "1b6fe3f213111a6acd6ff1f0a306397bb24a91e07274e211c0e3c05e3402d249" - sha256 cellar: :any, arm64_ventura: "ed9c712e252475b5c55475025a02c99f80f2249ff1f77831d05b6c5f8643573b" - sha256 cellar: :any, sequoia: "862abec653af982a1018b6fd993c8319cd08937e7804e1f9170b25d05ff77be6" - sha256 cellar: :any, sonoma: "d326d201776c20be1061c687ad12d1babf0e3be4b0fedf52badd89eb3bf57616" - sha256 cellar: :any, ventura: "ef974de3f1e6adf9cda43de2b77e100a33653699dde9a9f826985f103e9a848b" - sha256 cellar: :any_skip_relocation, arm64_linux: "f32267be3e39fa4788b6ed85873541143f67f39fd2605a95c11a3857ae09ff0e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d0a8d015d81434c9130c51fef8cc67ae64214196549cb5906c20a6600a06fde8" + sha256 cellar: :any, arm64_sequoia: "13d6403cd7df65d989386b2ccd59108056dda577b90104b479ecbcdeb6d867bb" + sha256 cellar: :any, arm64_sonoma: "b15e1a81d955db100a6c1450b2a6bcafed2a44a007612c11eb3cb260634b8a73" + sha256 cellar: :any, arm64_ventura: "c0cec07b3debc8cedda83319db0cddf0384826ea64b28f2cba9b934f35d4c34a" + sha256 cellar: :any, sequoia: "550cee3143c8432be0f904cbe88c40ee00405ba0b015c9458dfb3e70df27b2e5" + sha256 cellar: :any, sonoma: "b89f7c9b8e71f33e7bd1c6890e242c855b2cefb95b7a5511a336c5e109aeff4d" + sha256 cellar: :any, ventura: "c169308ac7557751e250c567384d1129783121ba7da4e5d5a01086ba527b34a6" + sha256 cellar: :any_skip_relocation, arm64_linux: "507de5de7071282b40ed5eb1279842395d5fc7c25c996f6d93d7f8878e3374c8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b61986648f28fe065a695afa9796ca7c817d18411be79b4a22d9339cb4bc497" end keg_only :provided_by_macos From 79a8349f707d403ced4bd928d5a9e828f9b6faf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:49 +0000 Subject: [PATCH 03508/10074] sqlite-analyzer: update 3.50.1 bottle. --- Formula/s/sqlite-analyzer.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/s/sqlite-analyzer.rb b/Formula/s/sqlite-analyzer.rb index f6e03777fd9c4..07d4efc8f21e6 100644 --- a/Formula/s/sqlite-analyzer.rb +++ b/Formula/s/sqlite-analyzer.rb @@ -13,14 +13,14 @@ class SqliteAnalyzer < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "559da968b936660e31408e76000d4a15152b44f1773974ec667ddb896192e97a" - sha256 cellar: :any, arm64_sonoma: "0b0282a7c8747caffcf87fcad405efc2b97c4175ade2e05fc826e841a2989c9b" - sha256 cellar: :any, arm64_ventura: "1f9403054cd726dd14fdcc9af7df929b823dcdc9044ead2152b96485e75c5a7d" - sha256 cellar: :any, sequoia: "0f467f4751400ac070c3c5ea8766143062fae83cc7c6fb896994e2f1dcabdcd1" - sha256 cellar: :any, sonoma: "65517fbb625211717792bb0fe0c0e07fbaddbcbc99527596cc0222f055fec116" - sha256 cellar: :any, ventura: "29eb3089b5bf18adeea747032bf7139d82ef83bab051ac8c47fb563f5e62d206" - sha256 cellar: :any_skip_relocation, arm64_linux: "fc05d42209dee8361c8e931f555bbd93955f66c4883bee67157760926ed4e20e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d2b6f074b0ebdd2572d758337c6006defd1272bb2f3082f419791d0f731c8508" + sha256 cellar: :any, arm64_sequoia: "1271253eccadfdf5b407ce2a7c9138fe9480b8f7b860ab31d2f8967362f82401" + sha256 cellar: :any, arm64_sonoma: "e1aa92c0ddcb1ad0e2aa4afd33ffb05669e18850760c522810989aac2b8ff760" + sha256 cellar: :any, arm64_ventura: "e9a682bc3873d7d40045c49925e3176cf120fea8bbe4447594cff7b92e86277f" + sha256 cellar: :any, sequoia: "8f2f335901fbf3654d646213695fb28d04b4ec71880f39aba943fdcdc43b962d" + sha256 cellar: :any, sonoma: "cc999d7fb26cf016f409223ad4be814824b622fdc08baaf91b6e1e48f7ad2785" + sha256 cellar: :any, ventura: "eb472725a0d2be49e0c5648016881c5ff8c694af7e96f010c34cda386778053f" + sha256 cellar: :any_skip_relocation, arm64_linux: "653388b0e9aed6593f9e70e02435ad6accf3069eea7f502eb2ef2aedabe29ccf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c04d8c6f16e18a462a5e180e5abad229eb1a48981e9d3844386fb8761e8f9b30" end uses_from_macos "sqlite" => :test From 712e82422666bd080a774f8b276cd6819d80006f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:52 +0000 Subject: [PATCH 03509/10074] gdal: update 3.11.0_2 bottle. --- Formula/g/gdal.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gdal.rb b/Formula/g/gdal.rb index 07f5db8c24064..b8f793a36e795 100644 --- a/Formula/g/gdal.rb +++ b/Formula/g/gdal.rb @@ -12,13 +12,13 @@ class Gdal < Formula end bottle do - sha256 arm64_sequoia: "dc9531c2c4651779da397d6879de980e11bc2347a733da358c1a8ebd5b62c1b3" - sha256 arm64_sonoma: "029f81257ef1aca8dbcfb95460f28ac9b2ab177f07413722780f73e9af03038a" - sha256 arm64_ventura: "ad3bcf7f00b055a56f68f69a34a080bf7140feabcea9bbfe4c7591d6cdd9bc82" - sha256 sonoma: "9055ffe82344e6868b240491f83c04771eed3bf4451f0ed7389a4a3c45dc0385" - sha256 ventura: "82e51de2a112724da2454c936411650696bad1fdbd40216b9010ff7c9a74a622" - sha256 arm64_linux: "11605d04eecf4643997a3fd17d1cbbfe31b35067517da7acf448f6e678d1040f" - sha256 x86_64_linux: "ea01fe64a6646be61ff4609eec8485622c297d1e5a1d985533bd82998811d801" + sha256 arm64_sequoia: "727b00881d381e31da5c7e89ffef714c527206554b8771ccd15c6a7493ea1653" + sha256 arm64_sonoma: "04ee8d3927ad992fb5ae9b98213a1ba775e21eefa5b6527846a5d4570ecdc27e" + sha256 arm64_ventura: "1e6bfc2dc9116e55d1aa87a7666ebbda0efac2b10a9c7fe980db8599203c15f2" + sha256 sonoma: "c225b49ef288fbc2a12f5d558ec3fcc657482935481050a26352b166511b9fd4" + sha256 ventura: "12f01ab7cc8688afea61446c3b536c7cbda0e3d09679817b54e830975ca7bce9" + sha256 arm64_linux: "662111cad7babb2f3a8c40aa2866855e3183ce0304b699c96572c578a5f48fc0" + sha256 x86_64_linux: "1c4f127414443cb0dd6d7c363a0e646c047ffa0df803fcade16b7b572621c442" end head do From 7d1880cbb917c4a13e5cb6e9df8c41a6741f1b9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:52 +0000 Subject: [PATCH 03510/10074] pdftoipe: update 7.2.29.1_7 bottle. --- Formula/p/pdftoipe.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pdftoipe.rb b/Formula/p/pdftoipe.rb index 0a73d80b7c28e..f85f56258dcb5 100644 --- a/Formula/p/pdftoipe.rb +++ b/Formula/p/pdftoipe.rb @@ -7,13 +7,13 @@ class Pdftoipe < Formula revision 7 bottle do - sha256 cellar: :any, arm64_sequoia: "9e93f97375ae15498043bc1cfe9733bd2939f2a000817f4c497a055407e13349" - sha256 cellar: :any, arm64_sonoma: "dcd657a43dbc49efb2f2de2bf4a78c6ed1e93576365e97947e2f78e006851e0c" - sha256 cellar: :any, arm64_ventura: "ce7e36a7df776d6955d39cae2ac448785c1f0e791a623448bc6b4e3faf6198d0" - sha256 cellar: :any, sonoma: "7668361aa148108d8d71cee8242525543fdd6228a3ea4bb94e3d216a84f919ff" - sha256 cellar: :any, ventura: "a1d8e7abc1851aff252b5ee0925843a8cd3f32587730a5da3145d970c1905bb3" - sha256 cellar: :any_skip_relocation, arm64_linux: "24d9edff97cc36b7050ed98a75baeba2184f941710ca7257b10d7cad82b48fb0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13364e0ade978267567a9687c4a783c7761b6cb9b8bab6f2c77b147d91414711" + sha256 cellar: :any, arm64_sequoia: "b53031b21a4c2a85bd24e6e76bf9fc9529958e593dbc57578bbda62a6eb75863" + sha256 cellar: :any, arm64_sonoma: "a3295144f553dfd41a1dc58a6b2aec4a778f7138ba60459b0af9d235a7221fd9" + sha256 cellar: :any, arm64_ventura: "db41e30d1dff63006459645e14a06561ab3fc9493e824d1aaa023b8e1f652579" + sha256 cellar: :any, sonoma: "a1ac877d2ee711ad58ba675474e53298ac061cb9e275ab965b6918308da2056b" + sha256 cellar: :any, ventura: "6fcdf3f28ae5be12ad574882615d1df18a9cab1b39c90b09288a9dd020f33114" + sha256 cellar: :any_skip_relocation, arm64_linux: "0770869a663d308800971e1cf925b6a978d2e7e4d02afb396c2dfb03b4563402" + sha256 cellar: :any_skip_relocation, x86_64_linux: "48aaaf36d80d986ca7bd6055e2e85c60a05727f97117fb50c830085bd60449d4" end depends_on "pkgconf" => :build From 5684c63e0a0e969187f72cd153caf343f9d051c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:52 +0000 Subject: [PATCH 03511/10074] poppler: update 25.06.0 bottle. --- Formula/p/poppler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/poppler.rb b/Formula/p/poppler.rb index 4d95cebccf052..44519d3454571 100644 --- a/Formula/p/poppler.rb +++ b/Formula/p/poppler.rb @@ -12,13 +12,13 @@ class Poppler < Formula end bottle do - sha256 arm64_sequoia: "6c6526104230e40d95e50b7657eb567fc2a1fef0c117670a6f1b659aa86052bc" - sha256 arm64_sonoma: "6056a3bc79fd3c1a85578ce8d26b570fec0592dc54bc10e02c979ac09efcb4c0" - sha256 arm64_ventura: "284d9f68f0ff027cce10f938193a750943a48b28a9fd561b50b58b1e72567e16" - sha256 sonoma: "54ccf1788b4003b73d0c61449e1b67de5b395148336b10cfdbd1044e2991a544" - sha256 ventura: "3f615edf94c296970f264ad47f8be82fc352d2bb6a0c2a89d6065a5b71ce02da" - sha256 arm64_linux: "51582af2fe6a1e72fceae50f66b8f5719063cc052db83930685435c115c09d04" - sha256 x86_64_linux: "a2852f19befc38347002466d6ee35d20088c0d3eef3055181712eff1ac1fcf09" + sha256 arm64_sequoia: "171cb4923ee967042878eaf4056aa0b7abe625f2ca90f4d8735ce88c0d748696" + sha256 arm64_sonoma: "04bdaa029f26a0bd70f8faa59d3e6ddb4434cbfaa2abcc8e14c42302e158f5ec" + sha256 arm64_ventura: "6d0d3b0778478d7c0d0fa98a5daa10dc0fd985580e3bc342106619de93414840" + sha256 sonoma: "795399ce60d8bcf78d0a47149dd89f42a7d56210b7b6df70107197cca467d668" + sha256 ventura: "ef7867d46080006375e21aeb478a231be35bd00d26e8522f24904eed791eaa1c" + sha256 arm64_linux: "17eba242f77c1d46254783efc6cc72660f4c5e3ff3c1fbcaf4c85df76adc2ef4" + sha256 x86_64_linux: "7afe230170546e7692bb52f500086bcee2dbe8762c4d9ff5de244cfb84647a4c" end depends_on "cmake" => :build From 54d09e4505e2351b48c76a5fcc08d57d65e405c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:21:53 +0000 Subject: [PATCH 03512/10074] poppler-qt5: update 25.06.0 bottle. --- Formula/p/poppler-qt5.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/poppler-qt5.rb b/Formula/p/poppler-qt5.rb index 32a7df37b8de5..d7dd4fa63e7c9 100644 --- a/Formula/p/poppler-qt5.rb +++ b/Formula/p/poppler-qt5.rb @@ -11,12 +11,12 @@ class PopplerQt5 < Formula end bottle do - sha256 arm64_sequoia: "11a3271980ff355366de1befa3dd81079b4fc72de0fc5f3f84e816637cc71b24" - sha256 arm64_sonoma: "26f344648a7db1ec6d7e863f2ae923c08af94f5bf68908c55dcaf170f90cfb94" - sha256 arm64_ventura: "7960861dae7186f997321c8b4b86bc6cf862810000c272d669475b52dc60ac0d" - sha256 sonoma: "c833682ef064ffa06277272577a6aaf416336d753a41aff2688da96ec20a1e2a" - sha256 ventura: "871809e895d027f941d191c6ef0f3046e1f2d169ac4cef67f24521218d0693e0" - sha256 x86_64_linux: "3de8d53b9aa3fef18570ff59f773831aef2283cc6551cb366f6a3eae2c1a6710" + sha256 arm64_sequoia: "abc46a084ffe74832cfd9ccac1f432bcb700829cee87c276f4d114c8637bf74f" + sha256 arm64_sonoma: "31da5336eb89d5bcfa8e1910d767528b27de0815f8ab9ca4eb8abc58e842ced9" + sha256 arm64_ventura: "9bedddf7b8ea4c15b1fc8507e8d6eeb76a37d48d3fcc6904ba0df8cd634783ac" + sha256 sonoma: "b9a9a99a25ee2e59457277b6525055c8659f00b5efd450c94078179ea8e48d84" + sha256 ventura: "7af63cf583a66fdeff1f330556270a7a94007268909859737a4577b0156874a4" + sha256 x86_64_linux: "4cec6e0411b1c33588bb94adf304f512d66e5783bc136ab9df6105a16c17d128" end keg_only "it conflicts with poppler" From 37de73acc12864cc77657d1b166f34eebbe3fe3c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:24:03 +0000 Subject: [PATCH 03513/10074] aws-c-s3 0.8.1 --- Formula/a/aws-c-s3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-c-s3.rb b/Formula/a/aws-c-s3.rb index 74288a9457ece..295eaf0a40c31 100644 --- a/Formula/a/aws-c-s3.rb +++ b/Formula/a/aws-c-s3.rb @@ -1,8 +1,8 @@ class AwsCS3 < Formula desc "C99 library implementation for communicating with the S3 service" homepage "https://github.com/awslabs/aws-c-s3" - url "https://github.com/awslabs/aws-c-s3/archive/refs/tags/v0.8.0.tar.gz" - sha256 "0b2f2a6d3b17c6d0684b80cc6581dd1b99ced39bfbb633fc9a1b16bf3f8eaa66" + url "https://github.com/awslabs/aws-c-s3/archive/refs/tags/v0.8.1.tar.gz" + sha256 "c8b09780691d2b94e50d101c68f01fa2d1c3debb0ff3aed313d93f0d3c9af663" license "Apache-2.0" bottle do From 032335cf8be1d47bd65fa67f4beaf88ced8ff44a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:29:39 +0000 Subject: [PATCH 03514/10074] eksctl 0.210.0 --- Formula/e/eksctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eksctl.rb b/Formula/e/eksctl.rb index 4d5c34bef4110..831958ff5903c 100644 --- a/Formula/e/eksctl.rb +++ b/Formula/e/eksctl.rb @@ -2,8 +2,8 @@ class Eksctl < Formula desc "Simple command-line tool for creating clusters on Amazon EKS" homepage "https://eksctl.io" url "https://github.com/eksctl-io/eksctl.git", - tag: "0.209.0", - revision: "d3e4061dbb04a19ba1598d9ce2df5d557ec33785" + tag: "0.210.0", + revision: "b54410c56b4c4056e4271b3a3b783bf9a357d37d" license "Apache-2.0" head "https://github.com/eksctl-io/eksctl.git", branch: "main" From 770e9af16cd5315a84c3dcda7dd2f0bb73817684 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:35:26 +0000 Subject: [PATCH 03515/10074] lazygit 0.52.0 --- Formula/l/lazygit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lazygit.rb b/Formula/l/lazygit.rb index a430d6a5d82ce..5e3c8affb859e 100644 --- a/Formula/l/lazygit.rb +++ b/Formula/l/lazygit.rb @@ -1,8 +1,8 @@ class Lazygit < Formula desc "Simple terminal UI for git commands" homepage "https://github.com/jesseduffield/lazygit/" - url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.51.1.tar.gz" - sha256 "467fb3988a375dbfd9288beaae89205d39795a0fd7f156b813d52bbcb57f3506" + url "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.52.0.tar.gz" + sha256 "2d6b045105cca36fb4a9ea9fa8834bab70f99a71dcb6f7a1aea11184ac1f66f8" license "MIT" head "https://github.com/jesseduffield/lazygit.git", branch: "master" From c661dbe4f78e2ec6db81fbc509e3bf4410b76770 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:38:29 +0000 Subject: [PATCH 03516/10074] mcpm 1.13.4 --- Formula/m/mcpm.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 514533988d194..d014ab5f88ac1 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -3,8 +3,8 @@ class Mcpm < Formula desc "Open source, community-driven MCP server and client manager" homepage "https://mcpm.sh/" - url "https://files.pythonhosted.org/packages/16/e0/18cc963f433fdc934de57efb49b97ee6a3bf0905cfcd6f30367c33fa6fc2/mcpm-1.13.3.tar.gz" - sha256 "39b93f84704535e794df1879e0a32a822091094dbf325df6b585394aaa48ceed" + url "https://files.pythonhosted.org/packages/b2/49/de0bc54f708907d70e563e46b9028793b9fccfbd546932a17c0b38ab82e9/mcpm-1.13.4.tar.gz" + sha256 "fa03bcf76e18e0663b1ebe04c9a1dc364847be0760fe9996aeba25745a9a51af" license "MIT" bottle do @@ -86,8 +86,8 @@ class Mcpm < Formula end resource "mcp" do - url "https://files.pythonhosted.org/packages/ea/03/77c49cce3ace96e6787af624611b627b2828f0dca0f8df6f330a10eea51e/mcp-1.9.2.tar.gz" - sha256 "3c7651c053d635fd235990a12e84509fe32780cd359a5bbef352e20d4d963c05" + url "https://files.pythonhosted.org/packages/f2/df/8fefc0c6c7a5c66914763e3ff3893f9a03435628f6625d5e3b0dc45d73db/mcp-1.9.3.tar.gz" + sha256 "587ba38448e81885e5d1b84055cfcc0ca56d35cd0c58f50941cab01109405388" end resource "mdurl" do @@ -146,8 +146,8 @@ class Mcpm < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" - sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + url "https://files.pythonhosted.org/packages/aa/f9/0e3b3a678d087f8067249ecc9f2434428a93442004be86faed201ac7aeee/ruamel.yaml-0.18.13.tar.gz" + sha256 "b0d5ac0a2b0b4e39d87aed00ddff26e795de6750b064da364a8d009b97ce5f26" end resource "ruamel-yaml-clib" do From b5e09d70483c21828ae57611895ec552d0db3ac7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:43:09 +0000 Subject: [PATCH 03517/10074] promptfoo 0.114.7 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index c6b1d06ebafb6..101f5f0907d24 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.6.tgz" - sha256 "bbd7dcca55fbc7a1f8385b93c343fc91b3615c3bdb2d16fa08b7297e74e96a63" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.7.tgz" + sha256 "c11119844956c8b61240d2d95dbaa225cf8af1516f98d404595c43cc71a777ee" license "MIT" bottle do From 22d231a6b338586e1ad0a040f7f2f59ad8671e8e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:49:49 +0000 Subject: [PATCH 03518/10074] valijson 1.0.6 --- Formula/v/valijson.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/valijson.rb b/Formula/v/valijson.rb index 76c02544e43a4..45ddfa91e4800 100644 --- a/Formula/v/valijson.rb +++ b/Formula/v/valijson.rb @@ -1,8 +1,8 @@ class Valijson < Formula desc "Header-only C++ library for JSON Schema validation" homepage "https://github.com/tristanpenman/valijson" - url "https://github.com/tristanpenman/valijson/archive/refs/tags/v1.0.5.tar.gz" - sha256 "1ef7ea6f49f0eb59da131b9148fcb7ebb8f0d4d970bcd80d21c0ad77968eb619" + url "https://github.com/tristanpenman/valijson/archive/refs/tags/v1.0.6.tar.gz" + sha256 "bf0839de19510ff7792d8a8aca94ea11a288775726b36c4c9a2662651870f8da" license "BSD-2-Clause" bottle do From 4325071b8ec7380e3da6d002ace79a72c98dd3df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 03:49:24 +0000 Subject: [PATCH 03519/10074] aws-c-s3: update 0.8.1 bottle. --- Formula/a/aws-c-s3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-c-s3.rb b/Formula/a/aws-c-s3.rb index 295eaf0a40c31..ba38bf4c8de64 100644 --- a/Formula/a/aws-c-s3.rb +++ b/Formula/a/aws-c-s3.rb @@ -6,13 +6,13 @@ class AwsCS3 < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "7ab52539f2e0a93ba605bbb9ebbed92f397858851572c6aca11341b62a1a97f0" - sha256 cellar: :any, arm64_sonoma: "1e2e2123dedf8280532008f81173bdc3e5150af01888dae7e7722d378ba98ed9" - sha256 cellar: :any, arm64_ventura: "ff784e64ca0be21c024255dda71ef88f264d8e397bf7a2313f77dfc2478c3d91" - sha256 cellar: :any, sonoma: "4a9c86bd232677578a83f48ac0b28d866ad607af04ae3237488a578f2d2a1206" - sha256 cellar: :any, ventura: "a787c2c5a9088ea9c4493d62da46beb053b5e0bfcfee805be50631f886ae92e0" - sha256 cellar: :any_skip_relocation, arm64_linux: "780881a5d60adc98c945306f6f33e3c483f9d20d957abb20b19f9b4970f9cd8b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f10e6b0261eaf8dd5622d3a58c80bd0822aeac95fdd5dd4abb8da87aeee05b6" + sha256 cellar: :any, arm64_sequoia: "99b9f280005c8e44a685a7959490510d124fbcfcc522cae2ec1e313793a20a13" + sha256 cellar: :any, arm64_sonoma: "fd115e161c4589c38b0424d732a4d0bdedc76419fd330dc2ed72ff9653b3cb93" + sha256 cellar: :any, arm64_ventura: "99f2ac9243891c2db972afc1c16a7060ebb13ced2329c6ab6618b182bc427b8c" + sha256 cellar: :any, sonoma: "a94ef5a343b458955f10e13ec66cfcbfdfb609bbfb471686f681e0102a838221" + sha256 cellar: :any, ventura: "911810f1af9a6c287ddfb3207b0fd2bbf9662891b781c40c1df0005092cb8bd3" + sha256 cellar: :any_skip_relocation, arm64_linux: "6b6238293d9432e2dd2a40741cce2156e3e003a26141db6120048eb153a6dcdc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "461df7bccc8c250ea12cabb160a56c842c5d0706d3ee1af386700bd36c03f55c" end depends_on "cmake" => :build From 5848580286aaa3622d67a961171ce40b0f85915c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 03:50:29 +0000 Subject: [PATCH 03520/10074] lazygit: update 0.52.0 bottle. --- Formula/l/lazygit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/lazygit.rb b/Formula/l/lazygit.rb index 5e3c8affb859e..56e0e259ae056 100644 --- a/Formula/l/lazygit.rb +++ b/Formula/l/lazygit.rb @@ -12,12 +12,12 @@ class Lazygit < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e42a5e6d5da3df8e8b3a40d4fd2728f1e76a8d18b3b5ca9f2d3dc2e55c399c8f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e42a5e6d5da3df8e8b3a40d4fd2728f1e76a8d18b3b5ca9f2d3dc2e55c399c8f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e42a5e6d5da3df8e8b3a40d4fd2728f1e76a8d18b3b5ca9f2d3dc2e55c399c8f" - sha256 cellar: :any_skip_relocation, sonoma: "973f2879428d835eb3dc72daac7d5c7b41fcbfbfb178ef00ba62453b95f0517c" - sha256 cellar: :any_skip_relocation, ventura: "973f2879428d835eb3dc72daac7d5c7b41fcbfbfb178ef00ba62453b95f0517c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8c009000f1ff8e8433f19c87c3a033bd013012ecac287f14e3f923879fd9f973" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f753dc483e5bcc8a65b14db075aa660598c5710bb058c5ad435f6cc0ab9f0a3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f753dc483e5bcc8a65b14db075aa660598c5710bb058c5ad435f6cc0ab9f0a3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8f753dc483e5bcc8a65b14db075aa660598c5710bb058c5ad435f6cc0ab9f0a3" + sha256 cellar: :any_skip_relocation, sonoma: "e6710caabb7d8545d399d263f1bf57d987cd937718bc36553e5707029516f5da" + sha256 cellar: :any_skip_relocation, ventura: "e6710caabb7d8545d399d263f1bf57d987cd937718bc36553e5707029516f5da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a481b03b3c0853648114f28e39abf4cee7265da3e45f537f4ced5d28e9ec8dbe" end depends_on "go" => :build From b954123d9dbbe55cfe71996e5994b7ae7109157e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 03:50:39 +0000 Subject: [PATCH 03521/10074] eksctl: update 0.210.0 bottle. --- Formula/e/eksctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/eksctl.rb b/Formula/e/eksctl.rb index 831958ff5903c..15d41d9c6323c 100644 --- a/Formula/e/eksctl.rb +++ b/Formula/e/eksctl.rb @@ -8,13 +8,13 @@ class Eksctl < Formula head "https://github.com/eksctl-io/eksctl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c10d6a007ef3225f1c4b38de2e6ce3a13c6312c4f1e6f55b9c1156702e1eb2e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "73ceb55e6964143baae23828fb7eae278961ddd3a2e5f743dacb73fefabd2047" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2ad4297afe57964a81f0dbade5c0751c320f17e15c52121c9507420f0d27f6ef" - sha256 cellar: :any_skip_relocation, sonoma: "98f8646c7908f03d701ec46c62e69fcfe69515682668b290ee11460a1bb5261c" - sha256 cellar: :any_skip_relocation, ventura: "0769304e8a6aeda9cdc98c94bb23211b26ab3ee577371e37a04ce893ca810123" - sha256 cellar: :any_skip_relocation, arm64_linux: "406da21c49f5bc721a4894b1bb9a800d647550f43bcda792ee34e67bc00cb82b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6ab232a66dd4324eb18230ff1fbbce8b2c6690caeb32413e9c5c485e2a2ca49f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "816904575e0c15ebd660c8519b521de60fadcdd9b357ccfa6aa57e1ec59eca66" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d03d4a6375b0c966d575e23a3e037af0fba77f6d5be5dc369d586838c60921d7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f3b1534722ae4954784b4871f4420c5a873d0e9e4d05a73a411402b9a7a689f8" + sha256 cellar: :any_skip_relocation, sonoma: "576ba988366d90aec5304384e7efad321caad30454a4d9b73c8f26056afad97e" + sha256 cellar: :any_skip_relocation, ventura: "f5ed8e48e52cbfeadbc815bfcbeaf8f298e1705b724922ffe8079b425e989eaa" + sha256 cellar: :any_skip_relocation, arm64_linux: "58253eb90eb8264e1889ae789888118fc6bfa0ad539d92231c52256979bafb83" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a867967b2e048a39e77cbe3ecf95888ab9dfaaf3307e5888c23b6eb80f0ccee3" end depends_on "go" => :build From 5f4bf0ef0b0e61042467ed0553a4063dca0646c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 03:50:57 +0000 Subject: [PATCH 03522/10074] mcpm: update 1.13.4 bottle. --- Formula/m/mcpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index d014ab5f88ac1..204667f686fa1 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -8,13 +8,13 @@ class Mcpm < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "6e02007e534ebd5f083d7761668da8c1933cc9be22ccf7d638fb14b8a9ba264d" - sha256 cellar: :any, arm64_sonoma: "33139660a7a84376674ec5459fcd94159f0946dcea9755c7aec943447dbba8d4" - sha256 cellar: :any, arm64_ventura: "755b7450fcd6ac60ca91b1705ac19527c937e92a0d109c37b9b05338af70ae14" - sha256 cellar: :any, sonoma: "e73a98c593d19e3da262083164807a207dbbef443be1fb725c67d20084d9451c" - sha256 cellar: :any, ventura: "bc2cd4f32da055322ecefe4bbf13db0c46fd8b7db07058bbf199db0b12eb44b5" - sha256 cellar: :any_skip_relocation, arm64_linux: "12ebb1c844752c8f7cbbbfa3f259e1f7d462d6c8411e9951680845c5ec5e7bd4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0cfdc89e1a9e30c8f0afdf46c2af6c0e0b76e752b796c81ee31f19b14cf93db1" + sha256 cellar: :any, arm64_sequoia: "f738a305227e3bd618b680760ad46f5e3a9956efe61a10d78a8c983f19c3fb80" + sha256 cellar: :any, arm64_sonoma: "de976e5b300fa99d356b9a75313765caf68cc908f031e18813f46f2f11cd5f52" + sha256 cellar: :any, arm64_ventura: "b557464072925f0ed1b4b4fcb59de5be3361f261024fa56764ddb511f6efc07c" + sha256 cellar: :any, sonoma: "1b08c3ecb9e66d6631a05ca52c494a6f80b059eb4ab1c89152409710eb99a92c" + sha256 cellar: :any, ventura: "98ac4608a1df5d66db5fa837e0e6db682a9b8f5a46d6d4726e047d805d44e1ec" + sha256 cellar: :any_skip_relocation, arm64_linux: "ad9ee3fc3b4587af40b86e9eaa9e8f5c830b924647295375036b95027c3e84ac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3e521921cfef03c54fc7c9245fd130913b00855879eb0fab9df7589f93dac8ed" end depends_on "rust" => :build From 7f86805979f99bce41ba4bd1e72bba43dc30a91c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 03:51:07 +0000 Subject: [PATCH 03523/10074] valijson: update 1.0.6 bottle. --- Formula/v/valijson.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/v/valijson.rb b/Formula/v/valijson.rb index 45ddfa91e4800..9e9fff3317da9 100644 --- a/Formula/v/valijson.rb +++ b/Formula/v/valijson.rb @@ -6,7 +6,7 @@ class Valijson < Formula license "BSD-2-Clause" bottle do - sha256 cellar: :any_skip_relocation, all: "2329d1b8631829957aeb9664d43b1528aad3bcedabd161d5776939f5494d4245" + sha256 cellar: :any_skip_relocation, all: "edc5d9558ddd586d6b8e88adcae7424ed931afe9259b2da33770ed6105b156e3" end depends_on "cmake" => :build From 1b4a1fac7cfc366233b68354bdb54ff5f6942da4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 03:51:13 +0000 Subject: [PATCH 03524/10074] promptfoo: update 0.114.7 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 101f5f0907d24..14262d0c4a5a7 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "66878964500a154147261e885765eca7bd2b9e06ebc3420c554afb3e78078e4e" - sha256 cellar: :any, arm64_sonoma: "f7ff5c564c44d8e51f5448f967919dbd04e792b12930ec3f624e8ccd5690457c" - sha256 cellar: :any, arm64_ventura: "8727de1c54366cc748eaf0515dfe67bcbdfc2234674065165fcc06702c52f40b" - sha256 sonoma: "f56e1d960933972f5a1346eb2a793cd83d40434e12e220caccd1e45f4bfb3521" - sha256 ventura: "d32ed4d0af6c914d3340b15c4c44192883a42ce21f5bb149134089c0b7c21d1d" - sha256 cellar: :any_skip_relocation, arm64_linux: "442d0f6972ce495e519957f7dd51eabc6b81dabf175d29e17f59eee1fd2f6e40" - sha256 cellar: :any_skip_relocation, x86_64_linux: "660b827ed8702a76e7db4797bf15235271f2d1f9ec58029610f9874f3ae75fb2" + sha256 cellar: :any, arm64_sequoia: "f9b3ff3392a278f66ed5432d41b65b4a17c99e543976219731a730d9c7ca81b1" + sha256 cellar: :any, arm64_sonoma: "b154822281d15f8841ac7a8476c3c60279c5da752cb2b40115845aec6ea88ebd" + sha256 cellar: :any, arm64_ventura: "499772fa0da9d631feec5467f35ac2e576d302a6265d85596dcd30f92154da34" + sha256 sonoma: "596224b923663f3ccd58b11890c7c24add51f092a78398f85ceccf35379547c0" + sha256 ventura: "cb2ff569e358f68496504ff97f715cd1472a28d1600c9fadb0558ec1ce9d3da4" + sha256 cellar: :any_skip_relocation, arm64_linux: "37a1bdde70c187a512e5da1709f9670040c64c2af63ea8f6d79df64f49070807" + sha256 cellar: :any_skip_relocation, x86_64_linux: "32f9409a1056ee00a5a00486edab9117a1d01d0b1d7c4f9c6e1a99667deea722" end depends_on "node" From ccbdc8c55f135aff440e6b973097dcd9cec9623c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 04:48:19 +0000 Subject: [PATCH 03525/10074] credo: update 1.7.12 bottle. --- Formula/c/credo.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/credo.rb b/Formula/c/credo.rb index 4694b835ef60f..4ec2fe72e5a5e 100644 --- a/Formula/c/credo.rb +++ b/Formula/c/credo.rb @@ -11,6 +11,7 @@ class Credo < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "3ec792d16fc50575210d6c39dbd8d8050e5419301d812fa1737296cdbafc9f82" sha256 cellar: :any_skip_relocation, sonoma: "416fb36180b102c060e609abeb34b7f9f32d724f6441f50147349aed5b5c7d40" sha256 cellar: :any_skip_relocation, ventura: "359a109782523caf92cc762c48bed624a5158ae612c069f856c3cfc7856611a4" + sha256 cellar: :any_skip_relocation, arm64_linux: "34443d33656e3b6e74346cf5ae840ed0daf51f0b896aab37e335debd488dd587" sha256 cellar: :any_skip_relocation, x86_64_linux: "440e68f8e561da08116cbc9e2e961f21e459441d65d2ac2bea73c52deca4b5de" end From a4221569c162617495188a709a4c141caca28b0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 04:59:04 +0000 Subject: [PATCH 03526/10074] fedify 1.6.1 --- Formula/f/fedify.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fedify.rb b/Formula/f/fedify.rb index 1814fec4aa95c..832266f18c2bd 100644 --- a/Formula/f/fedify.rb +++ b/Formula/f/fedify.rb @@ -1,8 +1,8 @@ class Fedify < Formula desc "CLI toolchain for Fedify" homepage "https://fedify.dev/cli" - url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.5.3.tar.gz" - sha256 "45b97dddd273b5da8a1b71f0ad215d3040f997b44745e8909269713f80180a20" + url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.6.1.tar.gz" + sha256 "3c67d0d0129062a035adce56f71aaa127e926b62f7aff599c39b785d6c5e9ff8" license "MIT" head "https://github.com/fedify-dev/fedify.git", branch: "main" From 059853420c50c873d360a16c67a1d94ecb56dd51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 05:04:33 +0000 Subject: [PATCH 03527/10074] kubevpn 2.7.15 --- Formula/k/kubevpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 0068263b01c4d..2625ea9e3f900 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -1,8 +1,8 @@ class Kubevpn < Formula desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network" homepage "https://www.kubevpn.dev" - url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.14.tar.gz" - sha256 "47e2e43074714a79ecb97bf6c95bd7fd70a44d4f0669d430e5c0f20301f8ac40" + url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.15.tar.gz" + sha256 "c1a10d8ad8ba4b63195f3b7896532d7e1e135b4423a1450baf39c3356dba566c" license "MIT" head "https://github.com/kubenetworks/kubevpn.git", branch: "master" From ec8806571db85b4b76a0f1a880e76fa8f4791264 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 05:13:06 +0000 Subject: [PATCH 03528/10074] proto 0.49.5 --- Formula/p/proto.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/proto.rb b/Formula/p/proto.rb index 70d25782079de..19744a197d86a 100644 --- a/Formula/p/proto.rb +++ b/Formula/p/proto.rb @@ -1,8 +1,8 @@ class Proto < Formula desc "Pluggable multi-language version manager" homepage "https://moonrepo.dev/proto" - url "https://github.com/moonrepo/proto/archive/refs/tags/v0.49.4.tar.gz" - sha256 "0fa651d739ec8da3a81498f8a9779bfd030cac402bc117889a61a5f2e79697b2" + url "https://github.com/moonrepo/proto/archive/refs/tags/v0.49.5.tar.gz" + sha256 "7286f4671ec263a8634c5aff01e4172a2fa2e8a9c57bade0942599d4bbcbe3fa" license "MIT" head "https://github.com/moonrepo/proto.git", branch: "master" From e2b4c1e5408856fe8096a327eaa60bebc794686d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 05:23:11 +0000 Subject: [PATCH 03529/10074] yoke 0.13.5 --- Formula/y/yoke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 28efdabc53773..58f4dcc1dc5ae 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -3,8 +3,8 @@ class Yoke < Formula homepage "https://yokecd.github.io/docs/" # We use a git checkout since the build relies on tags for the version url "https://github.com/yokecd/yoke.git", - tag: "v0.13.4", - revision: "cac5ef08b7ee7728b35a581e809e68583b6079ac" + tag: "v0.13.5", + revision: "74130989653d7b54749aa1c75aefe476857918ad" license "MIT" head "https://github.com/yokecd/yoke.git", branch: "main" From 685f75d5af15b81d950d4894f228ddda2745bf49 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 07:15:44 +0000 Subject: [PATCH 03530/10074] yoke: update 0.13.5 bottle. --- Formula/y/yoke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 58f4dcc1dc5ae..55e5ef70d468c 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -9,13 +9,13 @@ class Yoke < Formula head "https://github.com/yokecd/yoke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3dfe1892914e2eb09b72757cf054c909ca8743d045c4e226613e15830bf6ea27" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2961796847155900d0c9eb6536639d2f3e4c51fce7c1f8c74f2951d4b66679e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9ed3a774cadddad6ce2cbebe26afe76addebebf7f11b64e39e53485d3ea92d33" - sha256 cellar: :any_skip_relocation, sonoma: "b0f85006a1f69651ca0cf804c6cb52f44d097553b177dcd49b6b2e0495daf07d" - sha256 cellar: :any_skip_relocation, ventura: "d238a1a28793921fdfda73a2b91cc4168c53dae4c794b7b9bfcf065e69bbf34c" - sha256 cellar: :any_skip_relocation, arm64_linux: "7b4b727861dae66c1bcc31f8b9b8e670e0f1d886e64bc6863e595cc75bf5ba2c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e44c52522b65e59d6dd86a7d21910ecd61ec9eae966bf2792d241e2c7f1669c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cdee8b5300fd490ed8b4f24b64e39a9ecac3bc4ebb610e38b7af50fd03bf315" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "89105a37507a6c20680c4fd17b6dd9cd501b218d1373b7aea8b823f087e1d9f3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d2ca7240dcaac2d415b4d2df4541e577a0b0b55bff55eae8cd12655b40d4ad0d" + sha256 cellar: :any_skip_relocation, sonoma: "5dc7351b4faa9ab3707e43ce91e4fbbc42e58cc8e1b630691d64cb2abe0e808d" + sha256 cellar: :any_skip_relocation, ventura: "516fb720a417fac1fd074f5112c4668d46d7df92784e72f4505cde60af126f44" + sha256 cellar: :any_skip_relocation, arm64_linux: "80ba708910147e80dc2634c71fc22b758a5eec6207d11ce1a974be8fc2e4f0f9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "05c28248e50d43083eb7c9a781c816ad40d06038f517ca9cdfdb2e919cdbf90b" end depends_on "go" => :build From 26712c56fd1522f1316641f899f657e3ed03bbb4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 07:15:59 +0000 Subject: [PATCH 03531/10074] proto: update 0.49.5 bottle. --- Formula/p/proto.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/proto.rb b/Formula/p/proto.rb index 19744a197d86a..cb8cc932d7205 100644 --- a/Formula/p/proto.rb +++ b/Formula/p/proto.rb @@ -12,13 +12,13 @@ class Proto < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f0de99992953456d60e86bd05f39d6d883f63403043a8cdfcce35cc93faa20a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd32cec02d854a765d081d3cafdcb75fc5c407c8634651f35f064d034c373c08" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fde95da079a08c4dfbcfaf4fc896bf59cd96767ccba415b0ccde8be63140045b" - sha256 cellar: :any_skip_relocation, sonoma: "88823e671d03114044a92dc797749c32885bf77a21908fbd76c319444be9e91f" - sha256 cellar: :any_skip_relocation, ventura: "e2954f524f2fdeb6f9554659f6840b57d085f4a45932fdb8e2a3b02040fa892d" - sha256 cellar: :any_skip_relocation, arm64_linux: "bf1c20a663d30ca64a9f2501a90c8ab09737c07f5368c60c42251717fc16f02b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "011c7615186227a4afaf77e524e9deb94280426389003aa7ed15c0c7a603d8c1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "534874101be26b7df3307ae35d345bbb4f615a57cea1b4db81137d4b3bfb77c3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ff124c027fe9876d811421f19e7ac5a5c9c5e728a6f76e7eb6a6bb17e8ebf49" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d9673550c686e464e4e3b78ff6678e10bd9b430736b9ddbc2d721d0093fe0bd" + sha256 cellar: :any_skip_relocation, sonoma: "b2d88d134e9819234dc906bfabdf975b973784cd6a639fd31b942e5735faa2e8" + sha256 cellar: :any_skip_relocation, ventura: "f7c5bf95dcf3613c39c5566e3d51d4c562d143d663f74292631eaea1b211cc90" + sha256 cellar: :any_skip_relocation, arm64_linux: "05b76c37a213c9c3c020ee9c19edcf8eb2200e5c67ec408aca0d2246ab6344b9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "84ba822fa4ab809330719b1f5de00602e67ff1c8272a260af8be816984bb9155" end depends_on "pkgconf" => :build From 0f481abebf47730c11e83d6acde337b457ab7419 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 07:17:04 +0000 Subject: [PATCH 03532/10074] kubevpn: update 2.7.15 bottle. --- Formula/k/kubevpn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 2625ea9e3f900..343b51fea658a 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -7,13 +7,13 @@ class Kubevpn < Formula head "https://github.com/kubenetworks/kubevpn.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4760280c8451087a98ce9f49636b185d777ef296cd257846894a9c0dc2240879" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c118b92aa0bd9e5a27cb5e1ab3fe1209ad877c59817e496203b2a228a00badda" - sha256 cellar: :any_skip_relocation, arm64_ventura: "540f0779a874eed0d0feec109e07ade1f8eeca9d556ca36f9ca1d429cd4ae03f" - sha256 cellar: :any_skip_relocation, sonoma: "855f13302339f724e4896a2b9302c80f81123f38c4d9ef10a8bf5e5417b0f61f" - sha256 cellar: :any_skip_relocation, ventura: "859ba882fb3df0223381f57b1983a1cdd89c3993d68b47fa71ada202c31e59e2" - sha256 cellar: :any_skip_relocation, arm64_linux: "d227371485fcbfcc50877bab170911b8e0fb6e8cf53aa5b6a0d8c26e5b05a989" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6bbdd97a965994a72e56ba6ab89feded69663bcde68474fe2c2b8699531bcfd0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a9cc9430fd4ea59b37e01589db89784b143cb88a90f20252df437ada33f3e5b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "673a8a8d15b585f169fb732230695cbe1a8b2528c2e60c58eeb6f0324a1759ba" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4bea43dc8025a548f618a380705ee76cfde0a095a14caf61159c79a04f879694" + sha256 cellar: :any_skip_relocation, sonoma: "4d6e972682b6b9f882701560c9ff95601304acff6c7b1848355bb6df65c8c1f7" + sha256 cellar: :any_skip_relocation, ventura: "a07006c193c072c8452ea2efabf9f0da78bfcbf93079c10308efd0e241128d23" + sha256 cellar: :any_skip_relocation, arm64_linux: "48f5cbe847baa4330ebfe73608ea3366d34c36a849d76b3b86bc9a994f4434eb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fdb6997374e8b782abb61a36e4c109912fa098319d1771cc3ba162f3b48812a5" end depends_on "go" => :build From ea7b8c9d39c6dc71d4ece8fb924b9e94fa8897a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 07:18:05 +0000 Subject: [PATCH 03533/10074] fedify: update 1.6.1 bottle. --- Formula/f/fedify.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fedify.rb b/Formula/f/fedify.rb index 832266f18c2bd..c46e9e1b66729 100644 --- a/Formula/f/fedify.rb +++ b/Formula/f/fedify.rb @@ -7,13 +7,13 @@ class Fedify < Formula head "https://github.com/fedify-dev/fedify.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a853d2d4d16fd32ba50de79447d2b53b1957fd19ad607e617e4a037359215921" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "01b57e115bcc425de80946dfe6b99b4142f60968b232ae81f9026140d89d1145" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9c9f891a6827db216b9fb73e7419629f869b27681d57a4991183c741a57658ff" - sha256 cellar: :any_skip_relocation, sonoma: "e4cd77b007819984f576dc013ece7a4d4af9e915e41ce67509c21c7673a0c860" - sha256 cellar: :any_skip_relocation, ventura: "7d0acffb16b25dd4080f19817935f717a1f27a6c169ca50246602c0cb84c7694" - sha256 cellar: :any_skip_relocation, arm64_linux: "7332d43ea58555408320d42a85466f2b374efbca3780d1472b8548b0b250b481" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bad124986c752c5256214717cafcbcd3ab436925d48d93396135e6b300d51087" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6cc14a1818340780edbe593eb2b2e0cabe62956ddfdda2d7ccce86b2629d1e0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "25601c2018ab21d44845e603f9862400ce34aadf5782bc2514431409ca01bac9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dd8a069200938cb6d6a9f1e5ed2ee76370788e6ce540674c8833647b2162b5aa" + sha256 sonoma: "2f79f975395de9276e4f6d790e8657397fd2defee1d80f613809394af75a73ca" + sha256 ventura: "bc970a07eb535ac96a70351c80d6d0efaa25c8408faa84ca0e44337aa78c689b" + sha256 cellar: :any_skip_relocation, arm64_linux: "a15e1d148e20bedd27a713f041105a96dd2ccebc825cd682819c46b44b23d949" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b0885ada1dad0381a9ea81771506f5a7a72e8a982ae6907f54667b07630c7f76" end depends_on "deno" => :build From a72d48c3574982f5d29084d5019d0b19107fa984 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 07:51:46 +0000 Subject: [PATCH 03534/10074] cdk8s 2.200.93 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 8d473f634fe31..82d800ee086ae 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.92.tgz" - sha256 "f6dc500c7b5ea5877fd6daa597ce934da44f4cfb720e51824ea6bdde55695083" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.93.tgz" + sha256 "3c1d1bbc49dda1d4241cd790698e717a5b66f67600a78f26d2e999299a84587a" license "Apache-2.0" bottle do From 59e3d2f1dea7df7a84fd943130af98b050cad51b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:00:45 +0000 Subject: [PATCH 03535/10074] jackett 0.22.1997 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index f9fb377eb8e88..c8023e39e4e8b 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1995.tar.gz" - sha256 "848b6efbaf3fef6e449b1127e270b44e4fe97f9f4296f9878570c9caa615c610" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1997.tar.gz" + sha256 "24f8d9acc040ef783417040f9bf9d534eac5a878a3ad57c999f0288fbb33ab72" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 0b411caaad8025795b83cac316871e7ee58674ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:00:55 +0000 Subject: [PATCH 03536/10074] jbang 0.126.2 --- Formula/j/jbang.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jbang.rb b/Formula/j/jbang.rb index 1d42c9951eee6..e871a9aacec5f 100644 --- a/Formula/j/jbang.rb +++ b/Formula/j/jbang.rb @@ -1,8 +1,8 @@ class Jbang < Formula desc "Tool to create, edit and run self-contained source-only Java programs" homepage "https://jbang.dev/" - url "https://github.com/jbangdev/jbang/releases/download/v0.126.1/jbang-0.126.1.zip" - sha256 "1aebd2c3f1883089349492f2e3ef951de2927a05c764d26874730821be529511" + url "https://github.com/jbangdev/jbang/releases/download/v0.126.2/jbang-0.126.2.zip" + sha256 "abf2a4341b13612d093bec4a6564a5b54bc1e3ba4805c8e40e521347a6f7f73b" license "MIT" livecheck do From bda6ccbc89e05e0418f58934c3ed25e29dd274f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:05:32 +0000 Subject: [PATCH 03537/10074] locust 2.37.10 --- Formula/l/locust.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 3cfa8950912ca..f63047f3a66e8 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -3,8 +3,8 @@ class Locust < Formula desc "Scalable user load testing tool written in Python" homepage "https://locust.io/" - url "https://files.pythonhosted.org/packages/90/05/2bfdf19756c6a12f6f9513f75340ecf0595d83cab4d9fc91162225908e3d/locust-2.37.9.tar.gz" - sha256 "e43673b594ec5ecde4f9ba6e0d5c66c00d7c0ae93591951abe83e8d186c67175" + url "https://files.pythonhosted.org/packages/84/f2/c3f3d328ae75c9dfdab6c895cdb49844bbd3f930375e349104d15d62165d/locust-2.37.10.tar.gz" + sha256 "4ae1df1f5155cc7df5aa3eee333c1fa87c1a3ac4815a47f7e62d8cdeadc1fd45" license "MIT" bottle do @@ -79,8 +79,8 @@ class Locust < Formula end resource "greenlet" do - url "https://files.pythonhosted.org/packages/34/c1/a82edae11d46c0d83481aacaa1e578fea21d94a1ef400afd734d47ad95ad/greenlet-3.2.2.tar.gz" - sha256 "ad053d34421a2debba45aa3cc39acf454acbcd025b3fc1a9f8a0dee237abd485" + url "https://files.pythonhosted.org/packages/c9/92/bb85bd6e80148a4d2e0c59f7c0c2891029f8fd510183afc7d8d2feeed9b6/greenlet-3.2.3.tar.gz" + sha256 "8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365" end resource "h11" do From 7056a346dc09479a26b4af1370895d1a54f61fd3 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 7 Jun 2025 18:10:01 +1000 Subject: [PATCH 03538/10074] podman-tui release v1.6.1 Signed-off-by: Navid Yaghoobi --- Formula/p/podman-tui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/podman-tui.rb b/Formula/p/podman-tui.rb index 29647df9689b1..85359cb3aec1d 100644 --- a/Formula/p/podman-tui.rb +++ b/Formula/p/podman-tui.rb @@ -1,8 +1,8 @@ class PodmanTui < Formula desc "Podman Terminal User Interface" homepage "https://github.com/containers/podman-tui" - url "https://github.com/containers/podman-tui/archive/refs/tags/v1.6.0.tar.gz" - sha256 "4d7f8293a5bcc900839a51a6d0852df260ac08982a601480f0090a2182636fc2" + url "https://github.com/containers/podman-tui/archive/refs/tags/v1.6.1.tar.gz" + sha256 "a241119e1099711f889bae6fa7061130869317b711a96e3e9df2fed45e6fc979" license "Apache-2.0" bottle do From 009f6e048f993c74187cd37e69ee377c40f6a1bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:10:08 +0000 Subject: [PATCH 03539/10074] openrct2 0.4.23 --- Formula/o/openrct2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openrct2.rb b/Formula/o/openrct2.rb index 36756eeb2ebfd..f379d10c2617b 100644 --- a/Formula/o/openrct2.rb +++ b/Formula/o/openrct2.rb @@ -2,8 +2,8 @@ class Openrct2 < Formula desc "Open source re-implementation of RollerCoaster Tycoon 2" homepage "https://openrct2.io/" url "https://github.com/OpenRCT2/OpenRCT2.git", - tag: "v0.4.22", - revision: "b7199e30991d52ca66e416c4604bbe31c0a826d5" + tag: "v0.4.23", + revision: "a18956c01bdb88f16427bd2e6259cdf95d3e2ada" license "GPL-3.0-only" head "https://github.com/OpenRCT2/OpenRCT2.git", branch: "develop" From 4b3a0216050d8b83c7d79adbe926b4cfed90e3ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:11:15 +0000 Subject: [PATCH 03540/10074] phpunit 12.2.1 --- Formula/p/phpunit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 1d94883c412b9..4c7a50aa299c4 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -1,8 +1,8 @@ class Phpunit < Formula desc "Programmer-oriented testing framework for PHP" homepage "https://phpunit.de" - url "https://phar.phpunit.de/phpunit-12.2.0.phar" - sha256 "84ca2ceac2dd81a92d5267f190b6e8aafed24f0802617d4040315307598e4d3c" + url "https://phar.phpunit.de/phpunit-12.2.1.phar" + sha256 "892e9c5eb183559c14e108c46b7f05721604e597f5faff5221481cceb2751b6b" license "BSD-3-Clause" livecheck do From 06b658513b22262641f62819abc239102a44f4f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:13:52 +0000 Subject: [PATCH 03541/10074] renovate 40.46.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index c6e4663a50913..fce89d024823f 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.45.0.tgz" - sha256 "015a8860e8e6aae128d4c6bb7a1cc8512f9287508836b9e1442659a51f576b2c" + url "https://registry.npmjs.org/renovate/-/renovate-40.46.0.tgz" + sha256 "5c4c4f5616f68ccc5d6973a46557d09a4ed9ce2107a40886e677cfb1c9633482" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 1ca46e2e3472e548f94473200123ad0015a7e4b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:14:02 +0000 Subject: [PATCH 03542/10074] repomix 0.3.9 --- Formula/r/repomix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/repomix.rb b/Formula/r/repomix.rb index 24f75e1ffa9e2..e682eaf468df5 100644 --- a/Formula/r/repomix.rb +++ b/Formula/r/repomix.rb @@ -1,8 +1,8 @@ class Repomix < Formula desc "Pack repository contents into a single AI-friendly file" homepage "https://github.com/yamadashy/repomix" - url "https://registry.npmjs.org/repomix/-/repomix-0.3.8.tgz" - sha256 "641984012fb7074125666a1f295049345108b1658fd04c494299303bfc07bfb2" + url "https://registry.npmjs.org/repomix/-/repomix-0.3.9.tgz" + sha256 "abf7dc2d7a0eca89c6ce7bcaba41acaf2ba758fbb1025d02b29704f06ddd0067" license "MIT" bottle do From dc514a6fe74a9e5e242f754ee114473e8485debe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:53:56 +0000 Subject: [PATCH 03543/10074] jackett: update 0.22.1997 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index c8023e39e4e8b..8ec8d0aa43dbf 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "0fd116d2327e7e12364b842ff4b28cb7eb86392a4668d408d161e1be48edd579" - sha256 cellar: :any, arm64_sonoma: "4adcbc208db2498b6cc1bbfa279ccda62ce84934d3fa356388bbe998afc9a095" - sha256 cellar: :any, arm64_ventura: "f6425222491e95bb403ceba5e8083c9b3141f15c9a66f906b3d39079d15354a9" - sha256 cellar: :any, ventura: "d4d7171e9e50594ab7c558ba7ef0d82b68b2a87a2fc9bc55608c5e88b74ca6e1" - sha256 cellar: :any_skip_relocation, arm64_linux: "811929dd5207dfc79c44fddcbe48f6625b47257d64b3e280e974e1f48c83e957" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2dfa0b4891b3bada179de4053499285c7ccd839c5929032f7c166cf8b002f9dc" + sha256 cellar: :any, arm64_sequoia: "a547966f7467a9d81fc821a6bef76f93a89421e4ad04ccdf641fb84d760e12f3" + sha256 cellar: :any, arm64_sonoma: "9bd459f9d72e04449f29ef636928926ab3b73ac1235cb31e3a78eabc0fc9734d" + sha256 cellar: :any, arm64_ventura: "b98beb12b1540a5e3f72f4502638681345f96ed22402dbfb6ae665aa38510d55" + sha256 cellar: :any, ventura: "819d08901856e4d1c5a1c7ea1b758e800c91a956570b34f7630058875d950620" + sha256 cellar: :any_skip_relocation, arm64_linux: "3a35080772338cb910e5dd03a6ee7e6a20db7d9905116781d8c6e1793a5f8e06" + sha256 cellar: :any_skip_relocation, x86_64_linux: "16d5ca1fd5444288ee010b4762c43c4063f0cf423eab7ada87cd400963a7618a" end depends_on "dotnet@8" From 3a8b4c454f82c0e9a9d344cf504e1cef48343d2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:54:27 +0000 Subject: [PATCH 03544/10074] cdk8s: update 2.200.93 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 82d800ee086ae..3f4b197ab9e79 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" - sha256 cellar: :any_skip_relocation, sonoma: "a4d2e39096fff4f82fce847f5af073fac89714c3692df7d81b08378e8c5a5ae7" - sha256 cellar: :any_skip_relocation, ventura: "a4d2e39096fff4f82fce847f5af073fac89714c3692df7d81b08378e8c5a5ae7" - sha256 cellar: :any_skip_relocation, arm64_linux: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f66b54204be6ae94e4e1d0462cdc8b8b9a8c8e246b0e4f13b3b9824b4f72a6b9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" + sha256 cellar: :any_skip_relocation, arm64_ventura: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" + sha256 cellar: :any_skip_relocation, sonoma: "35bacc38d6cca94d6e3f130b907234a62e704ee04e773e58d781adb97a7f6cf2" + sha256 cellar: :any_skip_relocation, ventura: "35bacc38d6cca94d6e3f130b907234a62e704ee04e773e58d781adb97a7f6cf2" + sha256 cellar: :any_skip_relocation, arm64_linux: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" + sha256 cellar: :any_skip_relocation, x86_64_linux: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" end depends_on "node" From 7db175191f9ff2a025a4105eee58dfb05c9c83f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:54:52 +0000 Subject: [PATCH 03545/10074] jbang: update 0.126.2 bottle. --- Formula/j/jbang.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/j/jbang.rb b/Formula/j/jbang.rb index e871a9aacec5f..aa5a457abf679 100644 --- a/Formula/j/jbang.rb +++ b/Formula/j/jbang.rb @@ -11,7 +11,7 @@ class Jbang < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "e42bc087e9a6973908d9d69b426c2af12be22af4338ab2a31a6b51eb8bcb0ff9" + sha256 cellar: :any_skip_relocation, all: "d17e41036c04ab5758cda3175161f0ee20490e708b6aa53ce49b1ef95309bb56" end depends_on "openjdk" From 44daa568baa68c3aed7163b7bb15e11782934e15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:55:08 +0000 Subject: [PATCH 03546/10074] locust: update 2.37.10 bottle. --- Formula/l/locust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index f63047f3a66e8..41185725c3fdb 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -8,13 +8,13 @@ class Locust < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "8d2ea65dcc5de9034833871779e8c945ebb5683b25993f45afa7ce0b3bcf4c89" - sha256 cellar: :any, arm64_sonoma: "c77463045dbb88f7cc768cd5f9b71db3e2819c4f38e1eebadd13511cca816ab6" - sha256 cellar: :any, arm64_ventura: "63230605c03af9ccc0e5b9c8c5508d509ddda801bfae1703043cd8e74c8709d9" - sha256 cellar: :any, sonoma: "8aa71479df930e66ff9da2c9a3c31838cee964159d035d1ecc45d9b9af505196" - sha256 cellar: :any, ventura: "674ad5feaa7f59a2ba472d5eb919d9e2294e67273618910fea60d2dfb23c5d2b" - sha256 cellar: :any_skip_relocation, arm64_linux: "c6f6eee94054fb082b8dae633082dfb04b7e5f7f18ee13a63300287c01061c34" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e146639d4dc3f62ef5c045fe0e12364acc0c96a14cbbcdbfeb6908f219ac7c9f" + sha256 cellar: :any, arm64_sequoia: "7f8e87541c1aab5be24578c8527a22ee19c892d0928d5fa6a9007a8899e94857" + sha256 cellar: :any, arm64_sonoma: "a31a7dfc4c3fef95f5f6cf96546769f11d2f60e148d39217dfd7eba97f37778c" + sha256 cellar: :any, arm64_ventura: "f41cf9d3a749b0b2008aae1933d656256ad8a2b2d7ab157462ba18207894680e" + sha256 cellar: :any, sonoma: "6257b285fc0b6e3edd79514a7d2d8cc292dcc8206b231c316ac248acd7c924d0" + sha256 cellar: :any, ventura: "940ac90713a57adde67922d094cc87c498ba345b1782252a1093f115849cb3ac" + sha256 cellar: :any_skip_relocation, arm64_linux: "9cd1b47eb34170ce62af2dfd053518bf08abafadb0badcb245485179780536f4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f8c9997a8de334f8f06dde065aeb20ee7350bfe363a097a7f630b7b7d9ac2f08" end depends_on "cmake" => :build # for pyzmq From ffd7635dadea2eb2a7cebfec54218e34e592b601 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:55:18 +0000 Subject: [PATCH 03547/10074] openrct2: update 0.4.23 bottle. --- Formula/o/openrct2.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/o/openrct2.rb b/Formula/o/openrct2.rb index f379d10c2617b..72cde9e56864d 100644 --- a/Formula/o/openrct2.rb +++ b/Formula/o/openrct2.rb @@ -8,11 +8,11 @@ class Openrct2 < Formula head "https://github.com/OpenRCT2/OpenRCT2.git", branch: "develop" bottle do - sha256 cellar: :any, arm64_sequoia: "c1f7ee4afbf3562352e459004395faafcf8a1766ca007c6351a7942b71b1c7e6" - sha256 cellar: :any, arm64_sonoma: "223c776a2034bc006f21f8ddf54c96d8fda19f4090d8625bdd4cab8348c1b162" - sha256 cellar: :any, sonoma: "69f288a413ba65d9df377d47ce87aa50c8d4d099c8aa70f00425c5df2679d31a" - sha256 arm64_linux: "43f42a4cc57a1cc3edf61eeda95f825c61f0619fb8d01fec565927f160e162f1" - sha256 x86_64_linux: "d0c938effee1cfaf81194bbb335b6e9f040605ca5886da83845ae507c74b43a8" + sha256 cellar: :any, arm64_sequoia: "ad2938e838cbc8e24b2814a4381a8163014cbc042eb5756bfe5062b98ed76e80" + sha256 cellar: :any, arm64_sonoma: "786037c93764157227fa80f013b01ffc6dc5ef19895f62fc6eb27bb2a0507463" + sha256 cellar: :any, sonoma: "f7ed04b617a8f68af3b014b4bfa3ff02d5e6655db9444d33e73429122a58caa7" + sha256 arm64_linux: "f03ddb39bf660a981526342ddd140e260f70a07e147cbb3c372d90e56c0129b0" + sha256 x86_64_linux: "8a25cdd94410968759928acda9ee129648f9864b6b208622b646f0847b431148" end depends_on "cmake" => :build From 0a542358e7cf6d1e333f5d9f3fe3b9bfe5731ca5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:55:22 +0000 Subject: [PATCH 03548/10074] phpunit: update 12.2.1 bottle. --- Formula/p/phpunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 4c7a50aa299c4..99a0a1692a015 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -12,7 +12,7 @@ class Phpunit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "6709aa59c3b68a8e8fd3510d19b1368952e7a6a96c9fb2877cd961a044fd8a0e" + sha256 cellar: :any_skip_relocation, all: "337a81102db1f64358b37918eac59dd483c63871c73ea8ddbdebc8efcc857fa7" end depends_on "php" => :test From 9068a5e3e9217111fc8180833cd41b0e3e4f9909 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:55:29 +0000 Subject: [PATCH 03549/10074] podman-tui: update 1.6.1 bottle. --- Formula/p/podman-tui.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/podman-tui.rb b/Formula/p/podman-tui.rb index 85359cb3aec1d..6f3f5902e0d97 100644 --- a/Formula/p/podman-tui.rb +++ b/Formula/p/podman-tui.rb @@ -6,13 +6,13 @@ class PodmanTui < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "79efea58f02c47ee9630202a7c0d3473f5954dd09809e2887e6edf8da169dfd4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e2053f5b4107d11f5e23d6422e7b3113c305cba4b754720ba122df9be87fbae" - sha256 cellar: :any_skip_relocation, arm64_ventura: "34390f4f507289046e8f726e7eacd012870cef01fb6d804a561bfc66769ae350" - sha256 cellar: :any_skip_relocation, sonoma: "9686103029361936dbf43c27aa04cdac41bc880dd958660dcf8964f5d734f687" - sha256 cellar: :any_skip_relocation, ventura: "09448c1ad7f8731a0b5a3995a891d76e2832aa9301c11540798c52a6aa8ca206" - sha256 cellar: :any_skip_relocation, arm64_linux: "25a0f4cb399dc69b5bd5111a93ebbe1f81490eea55a5c69ddc56b85342921b5a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "41cbcd43594f15e7709dab351e412b5987fc4c6ba8ec44b4b9eaed92609de8b9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "210be70775f4d78334aa2798764dd2d47a59ec886406ce737d4892f4258993d2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a38c44d5b83478e0f36d795843c922f21d33390d973405fe82f04302fb3de570" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b6204a1ab8aa41506b560d4de20abd793d25cc642a7b77d5747cd24598ad2174" + sha256 cellar: :any_skip_relocation, sonoma: "3e0f2ae0fd182edad757b4922abc4f732cc56086e3d9a079150fd34d9142bcc3" + sha256 cellar: :any_skip_relocation, ventura: "38f29eabae4be7105afb7c7abdaa63b94373e0458e5e785562876fc686cc6670" + sha256 cellar: :any_skip_relocation, arm64_linux: "ab17a059a2c9818545a7167234bfe652194ba456be8b5213c8344cfe63959eef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d09c93ca1436cb15afb4eb687ae2fe99c25b5db821bf21ba697a44bdf015c1f" end depends_on "go" => :build From d58ad10ddc83446bb87729136bf316de486c89f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:55:48 +0000 Subject: [PATCH 03550/10074] repomix: update 0.3.9 bottle. --- Formula/r/repomix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/repomix.rb b/Formula/r/repomix.rb index e682eaf468df5..f3e00bf5e2e1d 100644 --- a/Formula/r/repomix.rb +++ b/Formula/r/repomix.rb @@ -6,13 +6,13 @@ class Repomix < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "38936461c20551512c9276384d6be45639dd9a28dda7475f8fed35f34eb74ae4" - sha256 cellar: :any, arm64_sonoma: "38936461c20551512c9276384d6be45639dd9a28dda7475f8fed35f34eb74ae4" - sha256 cellar: :any, arm64_ventura: "38936461c20551512c9276384d6be45639dd9a28dda7475f8fed35f34eb74ae4" - sha256 cellar: :any, sonoma: "b643fffeb292e68f3a2c037d768fe90326307325c7a13e0eb88b7881d9e3695c" - sha256 cellar: :any, ventura: "b643fffeb292e68f3a2c037d768fe90326307325c7a13e0eb88b7881d9e3695c" - sha256 cellar: :any_skip_relocation, arm64_linux: "3c4e884de18c0c45bfc674c96118dc271c26e50e6678bd0bcae87fc2a5eb9380" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2306fe2914394be276217d523cda5554e59eb4dc0279b1ad796115f220224d2d" + sha256 cellar: :any, arm64_sequoia: "6f34712a971fcf236c7b1ae7f22e522193ff18ce1a0cf2fc12104ddd9ca59fb0" + sha256 cellar: :any, arm64_sonoma: "6f34712a971fcf236c7b1ae7f22e522193ff18ce1a0cf2fc12104ddd9ca59fb0" + sha256 cellar: :any, arm64_ventura: "6f34712a971fcf236c7b1ae7f22e522193ff18ce1a0cf2fc12104ddd9ca59fb0" + sha256 cellar: :any, sonoma: "d974168dc3ec66619556fab0b703127f1ae54f796be44782447c6120a057a9a4" + sha256 cellar: :any, ventura: "d974168dc3ec66619556fab0b703127f1ae54f796be44782447c6120a057a9a4" + sha256 cellar: :any_skip_relocation, arm64_linux: "eddc4d6d24cae9714dac97fbf06de73c31e32dfe79ed087b37a8599b6357f5de" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6f518881f5570b6f6ad72d41d496af13c7bd410f447bd8c26bbe9fe135884af5" end depends_on "node" From 0a4015c097b2891d9f7f80a1078d25c6d24dbe2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:56:07 +0000 Subject: [PATCH 03551/10074] renovate: update 40.46.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index fce89d024823f..42babcd92653c 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e6429b8b98380a855336b8d5814fd04819d7b57132e8fa3ed6ff7c5a897766a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4983019a980e1e522523916f9ca6e2ebea1bcf9f6c29a18d959b32aeafbd745" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b9be796594e7f8c0148156299776bd9e89938d7cd229f9950dcf208e593636b0" - sha256 cellar: :any_skip_relocation, sonoma: "1faeedc79bb32bad2075c1a4a19d9dbacc1786c46201e938af6a123a17cb8e27" - sha256 cellar: :any_skip_relocation, ventura: "1b38eae7cdea2fc9a627880a137be669b64e5de664f2cdc077fea583fec7fdb4" - sha256 cellar: :any_skip_relocation, arm64_linux: "14c3b7b788d8af41580b387405bb201bdad105262e61b3f1918b6adb12a2ba3c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7894f7e44ccdbb06e32d9dd97ec47bb8e4febdffbb96a82ce2d60860881653d6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4d77c4857f6356ca996e92b1a76a84cc6717793edeacbe598694096b1d46e28" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0528ab311019b58e522bfea26c7e7017a9fc04e394a2ac3c0282446b4db4b380" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6dc1de9c5dee26e101a7ad2efe09283f3af6d66b375b58e626277ef19e9ff7f3" + sha256 cellar: :any_skip_relocation, sonoma: "ad24d92a0486111c67301d518a9805fd18223cef219d0d8da0a72da0b3d896c8" + sha256 cellar: :any_skip_relocation, ventura: "3003112644a7caaf998ca2dbf240016a25a927ae76c98fe96de7b8f0f98c08cd" + sha256 cellar: :any_skip_relocation, arm64_linux: "f2cf37e3e820875dddb90f5dc44f1371ce53f3e24a000f2440928b74d80f6bc9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "272e07397c4582d5d6338fea7480821b1379e5f3ea3bc328ae6ef346a2bea49c" end depends_on "node@22" From 46f46f1f37abbfe588b3907d325de46228b5681c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 05:04:54 +0000 Subject: [PATCH 03552/10074] ldc 1.41.0 --- Formula/l/ldc.rb | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/Formula/l/ldc.rb b/Formula/l/ldc.rb index 4bd5cfbb93594..09dae02f2b4d5 100644 --- a/Formula/l/ldc.rb +++ b/Formula/l/ldc.rb @@ -1,27 +1,11 @@ class Ldc < Formula desc "Portable D programming language compiler" homepage "https://wiki.dlang.org/LDC" + url "https://github.com/ldc-developers/ldc/releases/download/v1.41.0/ldc-1.41.0-src.tar.gz" + sha256 "af52818b60706106fb8bca2024685c54eddce929edccae718ad9fbcf689f222f" license "BSD-3-Clause" - revision 1 head "https://github.com/ldc-developers/ldc.git", branch: "master" - stable do - url "https://github.com/ldc-developers/ldc/releases/download/v1.40.1/ldc-1.40.1-src.tar.gz" - sha256 "b643bee2ee6f9819084ef7468cf739257974a99f3980364d20201bc806a4a454" - - # Backport fix for CMake 4 - patch do - url "https://github.com/ldc-developers/ldc/commit/06b2e42a1b8436faae2b7976a1d41a635df116d5.patch?full_index=1" - sha256 "80fd42d77217b16866e262008f283406bb597fee16cb6ade250d6d27f870ce5c" - end - - # Backport fix for segmentation fault on macOS 15.4 - patch do - url "https://github.com/ldc-developers/ldc/commit/60079c3b596053b1a70f9f2e0cf38a287089df56.patch?full_index=1" - sha256 "44d281573a42e82ecdd48a6381fec4dde7aa6196f314e9eee7b1111ae6c54844" - end - end - livecheck do url :stable strategy :github_latest @@ -41,8 +25,8 @@ class Ldc < Formula depends_on "cmake" => :build depends_on "libconfig" => :build depends_on "pkgconf" => :build - depends_on "lld@19" => :test - depends_on "llvm@19" # LLVM 20 PR: https://github.com/ldc-developers/ldc/pull/4843 + depends_on "lld" => :test + depends_on "llvm" depends_on "zstd" uses_from_macos "libxml2" => :build From b293b48a5702abd16aa9132f8c09e7f98a46b95a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 11:02:12 +0000 Subject: [PATCH 03553/10074] htmlhint 1.5.1 --- Formula/h/htmlhint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index 61774623881e6..def7a74b02860 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -1,8 +1,8 @@ class Htmlhint < Formula desc "Static code analysis tool you need for your HTML" homepage "https://github.com/htmlhint/HTMLHint" - url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.5.0.tgz" - sha256 "95d1661e07d4abba53792a7957cc2422a3320bae59542af8f0c3daad084c02b6" + url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.5.1.tgz" + sha256 "8e9083850be1b62f712f847e19dfa89d8507b8487448b6ced1734b7f19190cba" license "MIT" bottle do From 128f273cb40363a85ea85f6765dcf1351dc918fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 11:17:47 +0000 Subject: [PATCH 03554/10074] htmlhint: update 1.5.1 bottle. --- Formula/h/htmlhint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index def7a74b02860..795a9b789a541 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -6,7 +6,7 @@ class Htmlhint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "5ddf7caf6361bdd61a17c7d13b0437d659b5ed94f3d31258720189b8e35d9b78" + sha256 cellar: :any_skip_relocation, all: "d53eed3573cc4f368689c7fdb36fefffd6317d2298b89d0cd31a5790e5b0ec79" end depends_on "node" From 367fbcd1647567a76a305eba3dc19ff8d443bb4b Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 7 Jun 2025 12:56:14 +0200 Subject: [PATCH 03555/10074] objfw 1.3.1 --- Formula/o/objfw.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Formula/o/objfw.rb b/Formula/o/objfw.rb index b5de11067cfe4..1a42ec99a1287 100644 --- a/Formula/o/objfw.rb +++ b/Formula/o/objfw.rb @@ -1,8 +1,8 @@ class Objfw < Formula desc "Portable, lightweight framework for the Objective-C language" homepage "https://objfw.nil.im/" - url "https://objfw.nil.im/downloads/objfw-1.3.tar.gz" - sha256 "de9e8a84437c01dacb9e83d7de0e3f7add3152165707d51a4caec640e4f56ba6" + url "https://objfw.nil.im/downloads/objfw-1.3.1.tar.gz" + sha256 "a3bdf28c2e166f97680601c29f204670a8c4c8e43d393321a7d1f64fe1d2f513" license "LGPL-3.0-only" head "https://objfw.nil.im/", using: :fossil @@ -33,11 +33,6 @@ class Objfw < Formula fails_with :gcc patch :DATA - patch do - # Fix building for macOS 13 with old SDK, as used by Homebrew. - url "https://github.com/ObjFW/ObjFW/commit/2d297b2d3702d24662819016b57f0a67d902990d.patch?full_index=1" - sha256 "39ccc15f5f5123dae4c86ce6dfbb21ce08a4b4b600e6d6faa19268657e5cf3e8" - end def install ENV.clang if OS.linux? From 5335b05d4c932d36fab11a13856f35d1bfa4cedb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 13:49:28 +0000 Subject: [PATCH 03556/10074] asdf 0.18.0 --- Formula/a/asdf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/asdf.rb b/Formula/a/asdf.rb index ce4ef68ef466f..b99ec85809ad9 100644 --- a/Formula/a/asdf.rb +++ b/Formula/a/asdf.rb @@ -1,8 +1,8 @@ class Asdf < Formula desc "Extendable version manager with support for Ruby, Node.js, Erlang & more" homepage "https://asdf-vm.com/" - url "https://github.com/asdf-vm/asdf/archive/refs/tags/v0.17.0.tar.gz" - sha256 "47446cd6007b743ee207541fa8ebcddaae2c988f4cbd9dd845a2a7806d5d2f90" + url "https://github.com/asdf-vm/asdf/archive/refs/tags/v0.18.0.tar.gz" + sha256 "c452a886503277260b7c82c07031800340f892bb2147bb3af67dca7268a410b5" license "MIT" head "https://github.com/asdf-vm/asdf.git", branch: "master" From d6b986495b9bf8663b3a376e88eb4290841ffc88 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 13:54:29 +0000 Subject: [PATCH 03557/10074] debianutils 5.23.1 --- Formula/d/debianutils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/debianutils.rb b/Formula/d/debianutils.rb index f8f7efbf63820..67b3d1c0877b7 100644 --- a/Formula/d/debianutils.rb +++ b/Formula/d/debianutils.rb @@ -1,8 +1,8 @@ class Debianutils < Formula desc "Miscellaneous utilities specific to Debian" homepage "https://tracker.debian.org/pkg/debianutils" - url "https://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.22.tar.xz" - sha256 "043569241cdd893cc45e00f917c94c123d0c24143895d91c4d08c6c567e35155" + url "https://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.23.1.tar.xz" + sha256 "206c669cbf431da30904d4f9e69d049cb711714f5c137b66bf0b1f66d58710bc" license "GPL-2.0-or-later" livecheck do From cbfc3bee763cc9bb36c7566ac9d97d2f8589d30c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 13:54:41 +0000 Subject: [PATCH 03558/10074] dependency-check 12.1.2 --- Formula/d/dependency-check.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dependency-check.rb b/Formula/d/dependency-check.rb index ca2e8941815f5..cd357aa1ad098 100644 --- a/Formula/d/dependency-check.rb +++ b/Formula/d/dependency-check.rb @@ -1,8 +1,8 @@ class DependencyCheck < Formula desc "OWASP dependency-check" homepage "https://owasp.org/www-project-dependency-check/" - url "https://github.com/dependency-check/DependencyCheck/releases/download/v12.1.1/dependency-check-12.1.1-release.zip" - sha256 "4511a2f1b4b5f8fc98fbd64c7455a9e49c6f89b5a74977d3eaa84a141c07e43a" + url "https://github.com/dependency-check/DependencyCheck/releases/download/v12.1.2/dependency-check-12.1.2-release.zip" + sha256 "404b7110a745ac0dd91eb3bcec7917a753487cad4b1da1717b91b327cf7a3454" license "Apache-2.0" head "https://github.com/dependency-check/DependencyCheck.git", branch: "main" From 56a6d67e40fc9813be6f2c7b57ebbe21e121ce8b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:00:13 +0000 Subject: [PATCH 03559/10074] hugo 0.147.8 --- Formula/h/hugo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index ef58a2833e8bf..60c9c40b63712 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -1,8 +1,8 @@ class Hugo < Formula desc "Configurable static site generator" homepage "https://gohugo.io/" - url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.147.7.tar.gz" - sha256 "f9d2e4c85b2d7b1d9ca11e5606973b56717285bbedbb4008afccfd6378d23f52" + url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.147.8.tar.gz" + sha256 "b2cf9f0b342bcdecab7f038e451072aa58bd1352c200bc32fcc9a5ce342fa2ff" license "Apache-2.0" head "https://github.com/gohugoio/hugo.git", branch: "master" From 7adccc919fa05f541d17c6092cdf2e84566bdd48 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:02:39 +0000 Subject: [PATCH 03560/10074] libass 0.17.4 --- Formula/lib/libass.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libass.rb b/Formula/lib/libass.rb index ea96a4c3a45a5..73701a7179c43 100644 --- a/Formula/lib/libass.rb +++ b/Formula/lib/libass.rb @@ -1,8 +1,8 @@ class Libass < Formula desc "Subtitle renderer for the ASS/SSA subtitle format" homepage "https://github.com/libass/libass" - url "https://github.com/libass/libass/releases/download/0.17.3/libass-0.17.3.tar.xz" - sha256 "eae425da50f0015c21f7b3a9c7262a910f0218af469e22e2931462fed3c50959" + url "https://github.com/libass/libass/releases/download/0.17.4/libass-0.17.4.tar.xz" + sha256 "78f1179b838d025e9c26e8fef33f8092f65611444ffa1bfc0cfac6a33511a05a" license "ISC" bottle do From 8668139f9d8dbc828c76bdd866630f7042950e23 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:28:19 +0000 Subject: [PATCH 03561/10074] objfw: update 1.3.1 bottle. --- Formula/o/objfw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/objfw.rb b/Formula/o/objfw.rb index 1a42ec99a1287..e2a0f57b61b10 100644 --- a/Formula/o/objfw.rb +++ b/Formula/o/objfw.rb @@ -12,13 +12,13 @@ class Objfw < Formula end bottle do - sha256 arm64_sequoia: "4c9acb6b2cbb4c5f60327bc0b45eaded42f416f56efcaa4b079b1841b563e486" - sha256 arm64_sonoma: "e07a67967f009dad95cac824238475e5509ddabb2908c8a8318ed600b54bef8c" - sha256 arm64_ventura: "c2263362599830bcb994be5ec834960386f52542d8aed892837c418d6b821fb8" - sha256 sonoma: "105960305b587763883ef15b78e9babb71bd74d64328e37d4c438ab4dbaedfe2" - sha256 ventura: "e13c3bf6a4a1f6d389d75978d3c8ccc3236d0c599a4c24b133a024dcf48274fc" - sha256 arm64_linux: "02e8e1ec91e72f84e041911ab4fadd221c5d54d78b3660dcd84d4d705a028f6d" - sha256 x86_64_linux: "abc0b34c221438f218cb7b667bde87c888d05a1c6f4bafe333e2052d668305a4" + sha256 arm64_sequoia: "e72889618c308398315bed8f950b0204dc1d1b13f617688b7e4e68cc55fbbe28" + sha256 arm64_sonoma: "b92b445ba45a570948c1f994c362a1e007a15be73cb899d4c6bff65ab69c4d77" + sha256 arm64_ventura: "f2269407984c284520cbaf76003e3b781c5e993754c33383b7a7ea80c0e18a62" + sha256 sonoma: "c0b882afc31b310be6a67c2d53f36b812b3011a20b34a74d41fcfa2f0cb33fa9" + sha256 ventura: "c9adc05a96dbf3a510afa4c7e23cd525f0f9b7ef2865f980f14c78227d8f244e" + sha256 arm64_linux: "e36af4104b44e9048db2be7383b50738ee5bd08f9a9efcaecf03a47eb59c8c06" + sha256 x86_64_linux: "dd48c8235b71203b0d344fe4437d3080c9b39c716ffc0a184cbb6cc43d84d80b" end depends_on "autoconf" => :build From baaa75e5cd9ceec59cef512494f20c4d39c575c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:28:33 +0000 Subject: [PATCH 03562/10074] dependency-check: update 12.1.2 bottle. --- Formula/d/dependency-check.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/dependency-check.rb b/Formula/d/dependency-check.rb index cd357aa1ad098..197f36b9fb6ae 100644 --- a/Formula/d/dependency-check.rb +++ b/Formula/d/dependency-check.rb @@ -7,7 +7,7 @@ class DependencyCheck < Formula head "https://github.com/dependency-check/DependencyCheck.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "05d697ff1d8f7c04ad642c3ba24511eeaa0c2e4a071ad62e32eb032d8dea3eb9" + sha256 cellar: :any_skip_relocation, all: "cdade93613029b1b5d7b4206f9cdc3563f8fb81062d1180dcf12317ee0cf7e77" end depends_on "openjdk" From 04996b1f88a0f7041e83795d5d38915a17bd88ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:28:41 +0000 Subject: [PATCH 03563/10074] debianutils: update 5.23.1 bottle. --- Formula/d/debianutils.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/debianutils.rb b/Formula/d/debianutils.rb index 67b3d1c0877b7..2dc4b883d95e9 100644 --- a/Formula/d/debianutils.rb +++ b/Formula/d/debianutils.rb @@ -11,13 +11,13 @@ class Debianutils < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b424a595625fd72f16ca4a64a6b3c76628eb368b4caf3d46f3fd3ed679a0b85" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "beb55c1b5ff723041ecb4b4547217f64b9333a0a588a7578238a33fbff45c193" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f44d04b0b597f2da95967a4b2be1e106f111357a558b5661ef3bf8b89abca6f6" - sha256 cellar: :any_skip_relocation, sonoma: "5de2cda2b72681b31d1bead67e307bae581f67f9045389edeb2e0cf064ac6895" - sha256 cellar: :any_skip_relocation, ventura: "dfdbd0132eff2547406593c94239b74011d3a9c614123435e62fe437a382f0d8" - sha256 cellar: :any_skip_relocation, arm64_linux: "d13d8bded021ec8694b6d1921d142c1b26745e9d3dda9a512441d01db8833199" - sha256 cellar: :any_skip_relocation, x86_64_linux: "df8cd2bb8e760398a01c3fc5e25eef69a37193ab063fd32d95a7f99f989f2b32" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca1fea04c8ac4bf111d057bd45cd17ca5d0eba7685d5199f75abeb2815422633" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "91af649df8abdd648fd0c580ba027c1d56737f03ccf3a72f08e4bffa186d666a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d520cffb246aca0e57b7f4978d09cc72b2acd94329bfebca85a3c8cacbd7efd" + sha256 cellar: :any_skip_relocation, sonoma: "9add44bcd5b8ac61b415615b6211213342c35757088ba210cc79eec8fdd7bca6" + sha256 cellar: :any_skip_relocation, ventura: "6da017c102bd1e59f1e97f39022c6b436d21574652a13666cdaf95a2c6787456" + sha256 cellar: :any_skip_relocation, arm64_linux: "ef93592860adf70ef60dbf20b513c6b2536b405c35ca89fb945c52a2fbfc335f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f3ecc47e43cb418d91fbda426218d15c76ba71c39f5010e5942b012c5684a15d" end depends_on "autoconf" => :build From df494fafffe7a41a69c40be28d7746c704bd156f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:28:47 +0000 Subject: [PATCH 03564/10074] asdf: update 0.18.0 bottle. --- Formula/a/asdf.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/a/asdf.rb b/Formula/a/asdf.rb index b99ec85809ad9..77c4896de75b8 100644 --- a/Formula/a/asdf.rb +++ b/Formula/a/asdf.rb @@ -12,14 +12,13 @@ class Asdf < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1fd57ba8ec2e1b39ed8d34efb08c794c7f0ea05e6e352e2ab7a8b974ee82b644" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1fd57ba8ec2e1b39ed8d34efb08c794c7f0ea05e6e352e2ab7a8b974ee82b644" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1fd57ba8ec2e1b39ed8d34efb08c794c7f0ea05e6e352e2ab7a8b974ee82b644" - sha256 cellar: :any_skip_relocation, sonoma: "59d0ac671690b617c0711a827af5e8b09ca0a102ee1aac5452b80e865e8c679e" - sha256 cellar: :any_skip_relocation, ventura: "59d0ac671690b617c0711a827af5e8b09ca0a102ee1aac5452b80e865e8c679e" - sha256 cellar: :any_skip_relocation, arm64_linux: "cb61474dd1cdf6aa17db4b0c28ecf5e5e969634f26b8a9f91a3cb8fddc1ad1b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9661381baaa99124e46746a0181b5b808db58b66bb9d6c25be76f934f104b38b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae721d20a3a3f9402d2bad6201a001379adcc3300c01a4548fbb5067daeee338" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae721d20a3a3f9402d2bad6201a001379adcc3300c01a4548fbb5067daeee338" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ae721d20a3a3f9402d2bad6201a001379adcc3300c01a4548fbb5067daeee338" + sha256 cellar: :any_skip_relocation, sonoma: "6bc472f55318b4b9810673f11731f42338e6ebf466cd4098426e0d72b483dd6a" + sha256 cellar: :any_skip_relocation, ventura: "6bc472f55318b4b9810673f11731f42338e6ebf466cd4098426e0d72b483dd6a" + sha256 cellar: :any_skip_relocation, arm64_linux: "884f05b0a2dd2c2e377fb8f9c0ccd7070d1f499175fac67544d99f4df5e75e19" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f6863a8bc60de461a3228c19198f8c927bac21c4e17618a8c28d22ccfa7675a" end depends_on "go" => :build From 6d668dc2da341b8e9da9fb0a2342ea3b001fd541 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:28:49 +0000 Subject: [PATCH 03565/10074] hugo: update 0.147.8 bottle. --- Formula/h/hugo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index 60c9c40b63712..28d8d1b49c744 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -12,13 +12,13 @@ class Hugo < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "676a9287695d34afe0f075666cf5751dd3c05e88cf0eec01a70b58e6c4f667be" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa231b58301e693f13f4f120cb350bb88ac0bf0c1c7aaa3e2b9b349e84570db5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "442b3fc42a6692e288611aa5c38cbc6ca846e3a2ddef6000d80d02ed759aa383" - sha256 cellar: :any_skip_relocation, sonoma: "7f97f87e8db7193b8c1a7a7183fff81073032c5947c548dc3c6dc681f39eba4e" - sha256 cellar: :any_skip_relocation, ventura: "2f5b5ee6cf82d1c7c42c9344f5f5946355952e49f887f1fc5133f2a78346c522" - sha256 cellar: :any_skip_relocation, arm64_linux: "24fe530593b04d1dbfca0028c7f0f9181cf14bca98c4e8038061d5665db05d8b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b62505804e4007eec1c91be75f3386047ba3b4558d77c589bbe6926e86651e72" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aa376ddf3fea3e7435ff9c685ec63a27081271d1f0937e87a5f43938198ef77f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a293212cfaa3cac6ae0aef88acb7f71b4640e69165a2eab666d6fd23bfd1faf5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "56c5f63dca9744bc7bb612845438a3849a289553856107f0156214aff318f559" + sha256 cellar: :any_skip_relocation, sonoma: "52d65ee324a13e4b26541b875f89b286763f6555b2ad1b145225e20d0bc10ec9" + sha256 cellar: :any_skip_relocation, ventura: "7f30011d7dfbd5fa52b358df11d87b168901b9ca8652eae4d6c3bdfa80d8c85c" + sha256 cellar: :any_skip_relocation, arm64_linux: "e1759bce489f9f38652a6a0e5d07cd88bcf297125376fa889720dff77aa3f86e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d4b31e5aa5c8e314689832676f31eb8ccc6215817358fcf2e9a1b54bbbfe1cc5" end depends_on "go" => :build From 4f0a479ba6a74ae4ef8d0129b8cd260c046edbe3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:31:43 +0000 Subject: [PATCH 03566/10074] ldc: update 1.41.0 bottle. --- Formula/l/ldc.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/l/ldc.rb b/Formula/l/ldc.rb index 09dae02f2b4d5..d5a3a42480f2f 100644 --- a/Formula/l/ldc.rb +++ b/Formula/l/ldc.rb @@ -12,14 +12,13 @@ class Ldc < Formula end bottle do - rebuild 2 - sha256 arm64_sequoia: "9384ccb16954cc0bd4cdc10cbff3b88f7c4198376adca1180d96f7f7ebd2ba43" - sha256 arm64_sonoma: "97f6afa4dab17754196e9b29885721d61ce6244cdc2c627ac2d2e4a2ab9f62bc" - sha256 arm64_ventura: "284c606878e28375d5a6bd4dcba1ab090be8022d5fee5e974942c29a383a8e2b" - sha256 sonoma: "46bb2adaf6f60942728c169eb3ab1c3951133ecdd6816c5ac3ba4aa32b7c7f02" - sha256 ventura: "212beef9d9dd8f73794f2ca9a6c1786a1920d4f5c21f5800d2b17b09297e8417" - sha256 arm64_linux: "eccf24bbebc2f4960b38f37612e16316b5cc1941d97930d27418eda01ae38240" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9d640a656f11e1f2e421a1d093a7d8bb183e0052aeca6101176b7b7c14adbed" + sha256 arm64_sequoia: "71eaf4988c4727f2dda04492103efc561bb359cf3d7ca22e52ff0e01d02b6319" + sha256 arm64_sonoma: "c13946c2e48005a9f5deb5cc3e3eabcc11633daa60b7a7b4979c35135ce7e5d8" + sha256 arm64_ventura: "fccd9454e99a0d2ed2e7838bfd6d57aeebf847690f9a74402773591d0beb7a6c" + sha256 sonoma: "7d48159d658ca207b094c1003818293242f226d4ed31b5842b794044853bfc3d" + sha256 ventura: "1cbf7df96ab1dfae56fec5519871054c4f00e62cdaf1c11098ca1e3f798b4dca" + sha256 arm64_linux: "923a3738d66e989492a7a22f197326045a18eb8cd05517636ec5fdbd17bba55f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e5c0852d274465d94e3d70ba0d8d8e190334bc38098cfd3ff9ae9eca55ba112" end depends_on "cmake" => :build From f3cfa61fd3b3a288de1e7c0b3d9fff08dbdc5e16 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:29:57 +0000 Subject: [PATCH 03567/10074] emscripten 4.0.10 emscripten: update deps Signed-off-by: Rui Chen --- Formula/e/emscripten.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/e/emscripten.rb b/Formula/e/emscripten.rb index c3b43e1e9563a..7d131cbddf3d3 100644 --- a/Formula/e/emscripten.rb +++ b/Formula/e/emscripten.rb @@ -1,8 +1,8 @@ class Emscripten < Formula desc "LLVM bytecode to JavaScript compiler" homepage "https://emscripten.org/" - url "https://github.com/emscripten-core/emscripten/archive/refs/tags/4.0.9.tar.gz" - sha256 "11a7d950453ee31da03ee3c3b261934ad3d7d2e470e41ea3222a13cecb9b98ef" + url "https://github.com/emscripten-core/emscripten/archive/refs/tags/4.0.10.tar.gz" + sha256 "dc1493ccc207bf6743f9cc97163c4b7671fbd9e22bec9f79fdc000a0edc774fe" license all_of: [ "Apache-2.0", # binaryen "Apache-2.0" => { with: "LLVM-exception" }, # llvm @@ -62,9 +62,9 @@ class Emscripten < Formula # https://chromium.googlesource.com/emscripten-releases/+//DEPS # Then use the listed binaryen_revision for the revision below. resource "binaryen" do - url "https://github.com/WebAssembly/binaryen/archive/1217a95eb3b3b9a294788ab841ed7363ea8cf173.tar.gz" - version "1217a95eb3b3b9a294788ab841ed7363ea8cf173" - sha256 "6cb297e5f3948e99da4be56016b5fc3b23d11267e834873cd72db8122abdf73c" + url "https://github.com/WebAssembly/binaryen/archive/8c82b6884483315011541e4519afdcb7fd46df68.tar.gz" + version "8c82b6884483315011541e4519afdcb7fd46df68" + sha256 "7ab7ffe0dabbefe121ab4234a11d2ab04ff45827df050a0ab8b1cdc66465cbaf" livecheck do url "https://raw.githubusercontent.com/emscripten-core/emsdk/refs/tags/#{LATEST_VERSION}/emscripten-releases-tags.json" @@ -88,9 +88,9 @@ class Emscripten < Formula # See binaryen resource above for instructions on how to update this. # Then use the listed llvm_project_revision for the tarball below. resource "llvm" do - url "https://github.com/llvm/llvm-project/archive/ad3136689090f79b52afcb5a95ec87e893006877.tar.gz" - version "ad3136689090f79b52afcb5a95ec87e893006877" - sha256 "afce51e2823dc26863e665317955f08bd0c0375bb03f4ce62b7cc036a92cf386" + url "https://github.com/llvm/llvm-project/archive/8f7e57485ee73205e108d74abb5565d5c63beaca.tar.gz" + version "8f7e57485ee73205e108d74abb5565d5c63beaca" + sha256 "ea3bdec770d19962bc678ec290d47feab1c88943acd26837a60caf5285768482" livecheck do url "https://raw.githubusercontent.com/emscripten-core/emsdk/refs/tags/#{LATEST_VERSION}/emscripten-releases-tags.json" From 6e9174359ba43051431f384f0d55c3399a70f71b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:39:13 +0000 Subject: [PATCH 03568/10074] fastnetmon: update 1.2.8_4 bottle. --- Formula/f/fastnetmon.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastnetmon.rb b/Formula/f/fastnetmon.rb index d2b1fe35918bf..4d578ed047601 100644 --- a/Formula/f/fastnetmon.rb +++ b/Formula/f/fastnetmon.rb @@ -7,13 +7,14 @@ class Fastnetmon < Formula revision 4 bottle do - sha256 cellar: :any, arm64_sequoia: "e99bfab39b5215fb2bd7ef02f0f716c9db020d0c108d658a0c8034cd619e0c0e" - sha256 cellar: :any, arm64_sonoma: "76a6b96a13afb8d0e680091bdb5264b7df56547581907e34ba426c5e5cf6830d" - sha256 cellar: :any, arm64_ventura: "6e89014d50e782f57b686af3d0ae73d88da319a9f117f87dbde7657a11526925" - sha256 cellar: :any, sonoma: "50a4589d8725403b4b8929fb0b4e1c7adf7c699bd52bb376b0c6f0a50c9084d5" - sha256 cellar: :any, ventura: "3cc79f1f1333fbf40439a6086fecf80a5b8b74dcac8fad203ea915d1b8a77193" - sha256 cellar: :any_skip_relocation, arm64_linux: "9f39c5e75613c10bd713b9ebb34e0add4af5d49120197bba4a380ed7e4a90c0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b8a1faccbd8e54415cecd622da4a857d3d15051188f2c5e33ad73af13268996" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "f4506333091bc2b7f411036653fc5c38c0199c5f1574428d3e2997b3544590a3" + sha256 cellar: :any, arm64_sonoma: "d1c71b67e629ac3d0cc7c0b62a49db674c8cbb1a3490704a905833e2b8c215f7" + sha256 cellar: :any, arm64_ventura: "9fc42a552971a46f1693dbde02bedd0797933cfa46afa454394081f89044d9ae" + sha256 cellar: :any, sonoma: "59cc7742ab620df495effb1171ff0a2c8c2379d98e9b0f8ea818c1e5409e942d" + sha256 cellar: :any, ventura: "1472b494720fc815fa6a9dbb285545938c3788183307b0dc9571a04cf89cd768" + sha256 cellar: :any_skip_relocation, arm64_linux: "797bcc708b202c7edabff39b6e669748ade9c84c569da4eb22995ddeffd0e837" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f08cdd1ebcaa5b531785123c66e3b5ed3a20793b83eb0b4bd80f28a1cdf16b03" end depends_on "cmake" => :build From bc60d4e83b7504bf3aa87cc285cecf67b4125a41 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:39:13 +0000 Subject: [PATCH 03569/10074] mongo-c-driver: update 2.0.1 bottle. --- Formula/m/mongo-c-driver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongo-c-driver.rb b/Formula/m/mongo-c-driver.rb index cd7d0fbc4d1a6..ce88e81bbc4ff 100644 --- a/Formula/m/mongo-c-driver.rb +++ b/Formula/m/mongo-c-driver.rb @@ -12,13 +12,13 @@ class MongoCDriver < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "27fb9714cd35894ea2ff3ba8a8f15404e7e8891828017af6de24bd42b07e2800" - sha256 cellar: :any, arm64_sonoma: "32e547870031851b3593b3ae1b47448cd0f16716104565ec0a47e61396ef4e39" - sha256 cellar: :any, arm64_ventura: "3e3797c1b3afb92ac3735f24fefd37538bc62e4c2d271582d371203afee4adad" - sha256 cellar: :any, sonoma: "3ffda9abb00eaf6679997f0f3f9a132e94d31ceae9795538ae717ba4cf6572f8" - sha256 cellar: :any, ventura: "48296c8aa08d70a3ea1c68b0696a8ee41d6cf4e6cbe96699a22f2e5860768327" - sha256 cellar: :any_skip_relocation, arm64_linux: "0bc0b2d8fe455186465e54c541572da488e67a4c86715e540fe0443646067e66" - sha256 cellar: :any_skip_relocation, x86_64_linux: "28e1ebf7816f3553b3a0bd82b2a078177f1ddef47020adea67144781a459e0b2" + sha256 cellar: :any, arm64_sequoia: "d8bffecbb658f187a2ac9cd3ce737152bc76062d6b21332f1b7a62d3f32d8e58" + sha256 cellar: :any, arm64_sonoma: "a9b2d601078acae424010d9bbfddb2660ece1f16116e2c47ae6661ae8435e7b5" + sha256 cellar: :any, arm64_ventura: "a7772b3e618cd809db685a7bd21ca1a3804d03dc844ce2a7e2d20b6ab79faaef" + sha256 cellar: :any, sonoma: "06f5ed099c2498486f7b3e1ed82cca47878bc942a2effd8d9c8c3bf8b581dc1a" + sha256 cellar: :any, ventura: "f72c8393f703727a99acf996f0da2d9cdfcd01d866b5560010799d2d10e08798" + sha256 cellar: :any_skip_relocation, arm64_linux: "35a0f6db14c9aef2e06a65c67b723bb4445f26f6987513c8b1b7edd1a413ca4b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "14a9347cff9130e447973bcdbf13d63f21c21ef5b27e179addf92b44107b4ffc" end depends_on "cmake" => :build From 527bba935ea23c4f792653f0be4aa8959cbbd6ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:39:13 +0000 Subject: [PATCH 03570/10074] mongo-c-driver@1: add 1.30.4 bottle. --- Formula/m/mongo-c-driver@1.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/m/mongo-c-driver@1.rb b/Formula/m/mongo-c-driver@1.rb index a6a06a48a28c4..700b4f1b77cc7 100644 --- a/Formula/m/mongo-c-driver@1.rb +++ b/Formula/m/mongo-c-driver@1.rb @@ -10,6 +10,16 @@ class MongoCDriverAT1 < Formula regex(/^v?(1(?:\.\d+)+)$/i) end + bottle do + sha256 cellar: :any, arm64_sequoia: "11ec4903de5e8816f1e3670644995240062bf6fb7f55a17c76a571b9b0576f51" + sha256 cellar: :any, arm64_sonoma: "679d591289a2da855fb9091c41518207af700dd1ea888be468707960c228f705" + sha256 cellar: :any, arm64_ventura: "de9c0bd3f75edf2fea59d2cccf791980ea7c0fa0cf6dfa1aa6254584e9740595" + sha256 cellar: :any, sonoma: "aec28e36191558d3509704146f72ea9d3f25b61f1c555cda35ed8a670cb0ea6c" + sha256 cellar: :any, ventura: "2c05d4458319c3e7dede70c30043219e10a28219f6f0c544c98930cb81594c8d" + sha256 cellar: :any_skip_relocation, arm64_linux: "50c902b7643871073f781dd801c0f99bac8f9d966ead902cd3f594131f6b562c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b9009dc4549e27ad5c5db699f435ed379354c5da6aa3ca69a0b1ea144002b97c" + end + keg_only :versioned_formula deprecate! date: "2026-04-01", because: :unmaintained From 139463dbd568ebde5545c91808a5a16b93cbd310 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:39:13 +0000 Subject: [PATCH 03571/10074] mongo-cxx-driver: update 4.0.0 bottle. --- Formula/m/mongo-cxx-driver.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongo-cxx-driver.rb b/Formula/m/mongo-cxx-driver.rb index 9eba9a657679c..2dafa1c3f14aa 100644 --- a/Formula/m/mongo-cxx-driver.rb +++ b/Formula/m/mongo-cxx-driver.rb @@ -12,13 +12,14 @@ class MongoCxxDriver < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "6c93c0b4cb94f4e319bcaa7d684ef898443a0b0b02512f00d860637f334bf376" - sha256 cellar: :any, arm64_sonoma: "2e091b2c5bfa0ed21a67b8c2fda02864183329b83afced303367cd90e2fc2424" - sha256 cellar: :any, arm64_ventura: "24ff232dff402332fdb24ba5ed406f93422ae56613d89e6e34961e1cc8ce45e8" - sha256 cellar: :any, sonoma: "4786e509bbebf0e1bb24802426d0027463126bfe495958cf0412d70a37aca9b2" - sha256 cellar: :any, ventura: "acd7dfee17966b718af51c503237001f3ffdd8d1965ae18a6e864a1289e8f662" - sha256 cellar: :any_skip_relocation, arm64_linux: "c5ae666c8d2a548c041618ab1ccbaf2192f34b49b04855e6cc1161fd4d36e120" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d0a8a48e56b662d49b9ccbb710d7c31ca71860a3a7f716ed8493397e2225d303" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "a5ffe092afce00444e05ee5cdfb8001117477f591d56c903433d29d5ad83cb3f" + sha256 cellar: :any, arm64_sonoma: "826490125872b68bee63c2d174cee531d80f6df3a4b8c827890247e0e417cfbf" + sha256 cellar: :any, arm64_ventura: "5b05a991ab83a52e323abfbe07e2f0f04409f94099dff5f6ce4ec469183a3455" + sha256 cellar: :any, sonoma: "d681ae294c7218b31f9ef1a163a668ecffb3a3718dae7fe0a717adc1861a6219" + sha256 cellar: :any, ventura: "bba38b659f6c7cd906ffb7fafdf938552315cffd4237b7d9ffccb37194cb1551" + sha256 cellar: :any_skip_relocation, arm64_linux: "28b2bf9f290e93e18229b958daef29aaa60261c7e3523eb8f1a129ebbc1a0b11" + sha256 cellar: :any_skip_relocation, x86_64_linux: "86b9e24205688ef528e54cfe31979b92198225fa8d994c35090d0990b72d7cb7" end depends_on "cmake" => :build From 19bf4d485c9da274706769295e3cae446dabd450 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:39:13 +0000 Subject: [PATCH 03572/10074] syslog-ng: update 4.8.3 bottle. --- Formula/s/syslog-ng.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/s/syslog-ng.rb b/Formula/s/syslog-ng.rb index 400c2554f2d8c..004d71812bf37 100644 --- a/Formula/s/syslog-ng.rb +++ b/Formula/s/syslog-ng.rb @@ -14,13 +14,14 @@ class SyslogNg < Formula end bottle do - sha256 arm64_sequoia: "d4928f166e61b8e99acde9033b17fd21ba1a186efdd66b9b438e835f34841147" - sha256 arm64_sonoma: "3895718155b1fe46f7d633743a92fcd905964f15511122f6aa2116a22395c4d8" - sha256 arm64_ventura: "d76a08e02019b4f2fdcee8354ba3f71b76ee86c845435f0d1229c7ce505bfb5a" - sha256 sonoma: "7919187646e85fdd98bdfc35f31758aa691aa14a496866144298a611f3bedb02" - sha256 ventura: "48329beb4bb819a945ec944a98e30f55b92a8fc998cfdfd41d2207fd3f0f5986" - sha256 arm64_linux: "7cce32122d34f262711e915d5e9c7b2cf05cf05e43038fc168aafa69ac8825f9" - sha256 x86_64_linux: "9f1c1f8fe88a3187fe4fc0ea32c95648f7e4452d9b03809ef584759c71ff55a3" + rebuild 1 + sha256 arm64_sequoia: "fb12c6475377e3398a005a1f759e4a18a792aec01807651f148d8ef8d8414532" + sha256 arm64_sonoma: "2c3616f8a0cc849f30b3eb236918b85f9001e768cb86a66127999ec710f20fec" + sha256 arm64_ventura: "bb5729fca289d1bcd23cf422ffb5a517204101d96ff3ef61f85dc05c0e20cd68" + sha256 sonoma: "a64ad470bf2f657329c2619b230c90325dc722999e00ec071ffb96af9bdec821" + sha256 ventura: "e54f8e1cf02af58b6f4fd33bf7514c32129c698d678e10245fbbfc5571348cbf" + sha256 arm64_linux: "3d979e20f8124d44f6fc4b7896b1ae9eb093c823a061747f7a0f2e0431331422" + sha256 x86_64_linux: "5c8567a1fdbe03ab3bf493437dce3854114339fe7f8f6321d8633fbb3a03eb42" end depends_on "pkgconf" => :build From a80ccbc9fe9e62f986e9e41a6d77dea909d5999c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:39:14 +0000 Subject: [PATCH 03573/10074] treefrog: update 2.11.0 bottle. --- Formula/t/treefrog.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Formula/t/treefrog.rb b/Formula/t/treefrog.rb index f8a160ed4e16b..21cd0cb8001f1 100644 --- a/Formula/t/treefrog.rb +++ b/Formula/t/treefrog.rb @@ -12,11 +12,12 @@ class Treefrog < Formula end bottle do - sha256 arm64_sonoma: "e42ddfe0fa827d1f960ad9ebf94515bdd1e6515c84fa3a466e309118870da58d" - sha256 arm64_ventura: "46ea6cafe756b381432a53c52cad8bd19f4066ad6ebb5af04ff6371cc0f7cfdf" - sha256 sonoma: "dd238ea3df08da065ff476dbe01bd9620dedc69da885c4554b7eda53b6a63ab1" - sha256 ventura: "4f29217b878dc7e40a20db0704a4273798dc429f72c86595baa882bd39eca03a" - sha256 x86_64_linux: "5d9f3deacba06b0fee54e42f69653d224caad91c4feb04100982237401f8f5fe" + rebuild 1 + sha256 arm64_sonoma: "f2825d2ef758a6cce393ddaced7e37ae897e877a86ce82b548dffbb927cb807e" + sha256 arm64_ventura: "4da1bedaf0b5cf8d0a1f2110364135c5e64e6b6deaf47f304c0fac3c157a7a8b" + sha256 sonoma: "c4311133c3732ccb18444b67bbcffea4057fa335b6c0ebe0770f437a6bd3fd07" + sha256 ventura: "b135ece7a7e0c032d7ee9d2f67def883db2a9bfe5692a13e40b3201832339911" + sha256 x86_64_linux: "86f4c5dfc21a7914dd2df54ed293ad06a667da0bab9920a1779a31debc2ae291" end depends_on "pkgconf" => :build From 1ed1790c38df237d4812224f0b050ecc68f88aae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 11:14:24 +0000 Subject: [PATCH 03574/10074] renovate 40.47.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 42babcd92653c..ee2a990c1e161 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.46.0.tgz" - sha256 "5c4c4f5616f68ccc5d6973a46557d09a4ed9ce2107a40886e677cfb1c9633482" + url "https://registry.npmjs.org/renovate/-/renovate-40.47.0.tgz" + sha256 "ca119850fb884bcd0b6f425233f50db7bd489d6297617bc556be12a8e86c5055" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 1879730eadc21ba3dd9b152ab05f2ce5d283173c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:39:59 +0000 Subject: [PATCH 03575/10074] tsnet-serve: add 1.2.2 bottle. --- Formula/t/tsnet-serve.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/t/tsnet-serve.rb b/Formula/t/tsnet-serve.rb index 106354b903e7a..20e38cff2b8af 100644 --- a/Formula/t/tsnet-serve.rb +++ b/Formula/t/tsnet-serve.rb @@ -6,6 +6,15 @@ class TsnetServe < Formula license "MIT" head "https://github.com/shayne/tsnet-serve.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "331db5b5052dbd753feece4c2b53f26bc60bbd5043366272f373847a3bff3c90" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1174c09fd0bff9359d086b494d1080ab68b3262e4ab3ec06d3cd3cfab68961b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b83bec3f46ea89ec189f4cbb236eff876e77ef2e3c38766790b3a188c02731a0" + sha256 cellar: :any_skip_relocation, sonoma: "4cf5f5587606b7eccf13cc6ebf99f760968fb95c44e205921d576bffa6fea477" + sha256 cellar: :any_skip_relocation, ventura: "39b8503b95a78e17f6c1a9e2add4519380ad11a556f6cc8fc92998ea876b25df" + sha256 cellar: :any_skip_relocation, x86_64_linux: "61082ea4b3cf7a31efc98274928fd075e04aa6bf8b3373ce007edbb6b964f86c" + end + depends_on "go" => :build def install From 7f7adfb41f547e39461686e3d6a735740801ec5c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 11:19:54 -0400 Subject: [PATCH 03576/10074] fastnetmon: revision bump (mongo-c-driver@1 1.30.4) Signed-off-by: Rui Chen --- Formula/f/fastnetmon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fastnetmon.rb b/Formula/f/fastnetmon.rb index 4d578ed047601..50ed1bdf926aa 100644 --- a/Formula/f/fastnetmon.rb +++ b/Formula/f/fastnetmon.rb @@ -4,7 +4,7 @@ class Fastnetmon < Formula url "https://github.com/pavel-odintsov/fastnetmon/archive/refs/tags/v1.2.8.tar.gz" sha256 "d16901b00963f395241c818d02ad2751f14e33fd32ed3cb3011641ab680e0d01" license "GPL-2.0-only" - revision 4 + revision 5 bottle do rebuild 1 From de9f0add31f1a69c62dc03a8f22346db90044d7c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 11:20:05 -0400 Subject: [PATCH 03577/10074] mongo-cxx-driver: revision bump (mongo-c-driver@1 1.30.4) Signed-off-by: Rui Chen --- Formula/m/mongo-cxx-driver.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/mongo-cxx-driver.rb b/Formula/m/mongo-cxx-driver.rb index 2dafa1c3f14aa..563288149d7d5 100644 --- a/Formula/m/mongo-cxx-driver.rb +++ b/Formula/m/mongo-cxx-driver.rb @@ -4,6 +4,7 @@ class MongoCxxDriver < Formula url "https://github.com/mongodb/mongo-cxx-driver/releases/download/r4.0.0/mongo-cxx-driver-r4.0.0.tar.gz" sha256 "d8a254bde203d0fe2df14243ef2c3bab7f12381dc9206d0c1b450f6ae02da7cf" license "Apache-2.0" + revision 1 head "https://github.com/mongodb/mongo-cxx-driver.git", branch: "master" livecheck do From cb91cc8c629786f29a9cbbb1d7f772aec28f8e86 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 11:20:06 -0400 Subject: [PATCH 03578/10074] syslog-ng: revision bump (mongo-c-driver@1 1.30.4) Signed-off-by: Rui Chen --- Formula/s/syslog-ng.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/syslog-ng.rb b/Formula/s/syslog-ng.rb index 004d71812bf37..3889d78d0b5ca 100644 --- a/Formula/s/syslog-ng.rb +++ b/Formula/s/syslog-ng.rb @@ -6,6 +6,7 @@ class SyslogNg < Formula url "https://github.com/syslog-ng/syslog-ng/releases/download/syslog-ng-4.8.3/syslog-ng-4.8.3.tar.gz" sha256 "f82732a8e639373037d2b69c0e6d5d6594290f0350350f7a146af4cd8ab9e2c7" license all_of: ["LGPL-2.1-or-later", "GPL-2.0-or-later"] + revision 1 head "https://github.com/syslog-ng/syslog-ng.git", branch: "master" livecheck do From 2ee017ed58f3da2509f4a2e2631762ed9dbf46f1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 11:20:06 -0400 Subject: [PATCH 03579/10074] treefrog: revision bump (mongo-c-driver@1 1.30.4) Signed-off-by: Rui Chen --- Formula/t/treefrog.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/t/treefrog.rb b/Formula/t/treefrog.rb index 21cd0cb8001f1..479a1967c6cc7 100644 --- a/Formula/t/treefrog.rb +++ b/Formula/t/treefrog.rb @@ -4,6 +4,7 @@ class Treefrog < Formula url "https://github.com/treefrogframework/treefrog-framework/archive/refs/tags/v2.11.0.tar.gz" sha256 "67cbd3d2ee9810007feb97694c6eb1f7ddf9040210e69ca3adc7995c96f63df9" license "BSD-3-Clause" + revision 1 head "https://github.com/treefrogframework/treefrog-framework.git", branch: "master" livecheck do From b0c1e9714f2ded8d0d0cef4a860c7b531e7802b4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 01:11:06 -0400 Subject: [PATCH 03580/10074] sqruff 0.25.28 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/s/sqruff.rb | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Formula/s/sqruff.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index ebf7afd008fb1..f685551168f14 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3500,6 +3500,7 @@ sqlmap sqlpage sqlparse sqlx-cli +sqruff squashfuse squealer squid diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb new file mode 100644 index 0000000000000..9540ff0202539 --- /dev/null +++ b/Formula/s/sqruff.rb @@ -0,0 +1,27 @@ +class Sqruff < Formula + desc "Fast SQL formatter/linter" + homepage "https://github.com/quarylabs/sqruff" + url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.25.28.tar.gz" + sha256 "8c5d2963c40013007f8936c12331afbd38befd7b2c54986629cc47021d65284d" + license "Apache-2.0" + head "https://github.com/quarylabs/sqruff.git", branch: "main" + + depends_on "rust" => :build + + def install + system "cargo", "install", "--bin", "sqruff", *std_cargo_args(path: "crates/cli") + end + + test do + assert_match version.to_s, shell_output("#{bin}/sqruff --version") + + assert_match "AL01: [aliasing.table]", shell_output("#{bin}/sqruff rules") + + (testpath/"test.sql").write <<~EOS + SELECT * FROM user JOIN order ON user.id = order.user_id; + EOS + + output = shell_output("#{bin}/sqruff lint --format human #{testpath}/test.sql 2>&1") + assert_match "All Finished", output + end +end From b699ef83af554538d00977b18c5857426b3b0f75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 15:32:25 +0000 Subject: [PATCH 03581/10074] renovate: update 40.47.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index ee2a990c1e161..eaebd06c019cf 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4d77c4857f6356ca996e92b1a76a84cc6717793edeacbe598694096b1d46e28" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0528ab311019b58e522bfea26c7e7017a9fc04e394a2ac3c0282446b4db4b380" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6dc1de9c5dee26e101a7ad2efe09283f3af6d66b375b58e626277ef19e9ff7f3" - sha256 cellar: :any_skip_relocation, sonoma: "ad24d92a0486111c67301d518a9805fd18223cef219d0d8da0a72da0b3d896c8" - sha256 cellar: :any_skip_relocation, ventura: "3003112644a7caaf998ca2dbf240016a25a927ae76c98fe96de7b8f0f98c08cd" - sha256 cellar: :any_skip_relocation, arm64_linux: "f2cf37e3e820875dddb90f5dc44f1371ce53f3e24a000f2440928b74d80f6bc9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "272e07397c4582d5d6338fea7480821b1379e5f3ea3bc328ae6ef346a2bea49c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d6231de62a813f0fc18b95313a67ebe50e0acd83d03b096fbe0a936b4d1bc44" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "266a7547765aea2616787118a8b3562151e822f49a0d03b36f774250e6930d6c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5d98b1f9b3827c85300e20d398ff80829e0c2844ba8e28d3e2445998eea9e909" + sha256 cellar: :any_skip_relocation, sonoma: "6ca07d9218b3d5cc4f37c14e2c0f00eb4bf327e5957b16d33139c04f9f3bc1f9" + sha256 cellar: :any_skip_relocation, ventura: "0fc86154050fd6cbab71595230b08f3de80478ec7b76600bcb0ddcec0bec91f4" + sha256 cellar: :any_skip_relocation, arm64_linux: "ef6bf958c8f73e39a9d63ff1a4626ae8835f1b54bf737d739b02b8054f665d3c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7b42360ae2390ecf068ae0c384f4bb87ed6ccc5459555a177621d95f723b2c97" end depends_on "node@22" From caa33e11b9373eebeb2779f2bbe2764f95574eda Mon Sep 17 00:00:00 2001 From: Simon Whitaker Date: Sat, 7 Jun 2025 15:51:30 +0000 Subject: [PATCH 03582/10074] gibo 3.0.14 --- Formula/g/gibo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gibo.rb b/Formula/g/gibo.rb index 57fc7fc13a9c3..c88b26a79dda0 100644 --- a/Formula/g/gibo.rb +++ b/Formula/g/gibo.rb @@ -1,8 +1,8 @@ class Gibo < Formula desc "Access GitHub's .gitignore boilerplates" homepage "https://github.com/simonwhitaker/gibo" - url "https://github.com/simonwhitaker/gibo/archive/refs/tags/v3.0.12.tar.gz" - sha256 "6bc51d54587234b8d223c392ec9c88478780de4ae5851d493ab10acaacf65ed1" + url "https://github.com/simonwhitaker/gibo/archive/refs/tags/v3.0.14.tar.gz" + sha256 "ec6f3c82e57695b9fe8610b7c16d8c39a23769487a8ebf85408f661761b68c57" license "Unlicense" head "https://github.com/simonwhitaker/gibo.git", branch: "main" From 9e849fed5a746a86f6fb67e913a973610ffa8e69 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:05:39 +0000 Subject: [PATCH 03583/10074] sqruff: add 0.25.28 bottle. --- Formula/s/sqruff.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 9540ff0202539..205c223a66f28 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -6,6 +6,15 @@ class Sqruff < Formula license "Apache-2.0" head "https://github.com/quarylabs/sqruff.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0010a615c779365c01f381b4d3e3589b60fa3305a83cfe54379a32f1f0c76cf8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "eece37504ea2e0c4fcf57c277934494991ddeb710bd425a9035f4719ad814228" + sha256 cellar: :any_skip_relocation, arm64_ventura: "537879681a0399d1fb8ff9c261e87e2e0f62b193e741799a76c64c339fd221a2" + sha256 cellar: :any_skip_relocation, sonoma: "9726d2c6b1bab7bf0beb919d514183bd5f6e0f5ae780ed382b16515f80874075" + sha256 cellar: :any_skip_relocation, ventura: "a2ae1ed5ad789f3b47c43c540769d369110a8d702b0bad423dde2fbf911b1025" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e7102fc621958ae4a0270b7acc5ad118b234cea2ee8c21ef2b5130cd4dd8339c" + end + depends_on "rust" => :build def install From d24ec4d955f6c3ee0c3ab156b3e74fc65a639ab0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:17:53 +0000 Subject: [PATCH 03584/10074] gibo: update 3.0.14 bottle. --- Formula/g/gibo.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/g/gibo.rb b/Formula/g/gibo.rb index c88b26a79dda0..6e0c51ec950e1 100644 --- a/Formula/g/gibo.rb +++ b/Formula/g/gibo.rb @@ -7,14 +7,12 @@ class Gibo < Formula head "https://github.com/simonwhitaker/gibo.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "20e9694f273ff53268b679a0fd068ebb3c1aee284232aae079a60e1641beb5cd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "55c7e709c07a5611634d54925fc457b7d1ef199913e2c2452c74597f005466b8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "28820935ff881cb175dd68db249241b33b470ff5a112441f34e94f17869852a1" - sha256 cellar: :any_skip_relocation, arm64_monterey: "63289331b1fcee840c80627e90ab7161071332e653bda826057a1add291d19d8" - sha256 cellar: :any_skip_relocation, sonoma: "9ba85c273ba563633f4c2b20ca74f2e74e8c8be82a321bd521b7831f8b986ac8" - sha256 cellar: :any_skip_relocation, ventura: "b1ad375442dd98976d82054f1fdd8af6e68c3923fadde7537d9f394bd3828946" - sha256 cellar: :any_skip_relocation, monterey: "4b86011e1e5292846ae6886d432830fc3be8aba954589e3ab20549acc2d5c1df" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e63a095a734201c7a6bb43e49cbd3c925514308a4876b1c1a9c25af57548c594" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "96cff6fc7f7729fd6079afe880c13d7be1c66ad72e2c1a6501f91bb599f64e49" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "96cff6fc7f7729fd6079afe880c13d7be1c66ad72e2c1a6501f91bb599f64e49" + sha256 cellar: :any_skip_relocation, arm64_ventura: "96cff6fc7f7729fd6079afe880c13d7be1c66ad72e2c1a6501f91bb599f64e49" + sha256 cellar: :any_skip_relocation, sonoma: "042bd7b78512ac7ca840430bff26d1c1c4651d449a94e2c72c66e0b8b852a04a" + sha256 cellar: :any_skip_relocation, ventura: "042bd7b78512ac7ca840430bff26d1c1c4651d449a94e2c72c66e0b8b852a04a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c5e560511609a96a820633f3d05454cad2fedf4eb93b07d1d6a22aff0c72602" end depends_on "go" => :build From fc45308937d496deb0751aad5ed308ddec6dea4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:43:26 +0000 Subject: [PATCH 03585/10074] fastnetmon: update 1.2.8_5 bottle. --- Formula/f/fastnetmon.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/f/fastnetmon.rb b/Formula/f/fastnetmon.rb index 50ed1bdf926aa..7bc168e86cc9e 100644 --- a/Formula/f/fastnetmon.rb +++ b/Formula/f/fastnetmon.rb @@ -7,14 +7,13 @@ class Fastnetmon < Formula revision 5 bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "f4506333091bc2b7f411036653fc5c38c0199c5f1574428d3e2997b3544590a3" - sha256 cellar: :any, arm64_sonoma: "d1c71b67e629ac3d0cc7c0b62a49db674c8cbb1a3490704a905833e2b8c215f7" - sha256 cellar: :any, arm64_ventura: "9fc42a552971a46f1693dbde02bedd0797933cfa46afa454394081f89044d9ae" - sha256 cellar: :any, sonoma: "59cc7742ab620df495effb1171ff0a2c8c2379d98e9b0f8ea818c1e5409e942d" - sha256 cellar: :any, ventura: "1472b494720fc815fa6a9dbb285545938c3788183307b0dc9571a04cf89cd768" - sha256 cellar: :any_skip_relocation, arm64_linux: "797bcc708b202c7edabff39b6e669748ade9c84c569da4eb22995ddeffd0e837" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f08cdd1ebcaa5b531785123c66e3b5ed3a20793b83eb0b4bd80f28a1cdf16b03" + sha256 cellar: :any, arm64_sequoia: "874a7052fabe2f1086de8c121170e3bb29c903967b4e74631b39f0576f6e6f21" + sha256 cellar: :any, arm64_sonoma: "0b2a8e80121877a1b8b50ff46eb946b0261e06b645acce7feeae5865fc23e82b" + sha256 cellar: :any, arm64_ventura: "30982fae8d657f0932ae2ef4cc39f500cfd0868adb41fcbfaaf51a1a3a1e13f4" + sha256 cellar: :any, sonoma: "b8afe68334a4e7b5baf9b1b1803989072423828c31eaf253e42aa84551625646" + sha256 cellar: :any, ventura: "e7c78cf57f9371bb062416f046034b985ea08308c2ee0aa3bd7633914898975b" + sha256 cellar: :any_skip_relocation, arm64_linux: "39fb6b50c3ea6ab8d88312fd9c2aa842d177e65a97cfb223d93ad727c085122d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4edb72c44da2d49af4dbc512680a36f4147a93c12bd4ab3524fa25f47f70213f" end depends_on "cmake" => :build From a3fc3ce9d48b73844f3613f93a70dda823a2c6a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:43:26 +0000 Subject: [PATCH 03586/10074] mongo-cxx-driver: update 4.0.0_1 bottle. --- Formula/m/mongo-cxx-driver.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/m/mongo-cxx-driver.rb b/Formula/m/mongo-cxx-driver.rb index 563288149d7d5..218b07da1fe4c 100644 --- a/Formula/m/mongo-cxx-driver.rb +++ b/Formula/m/mongo-cxx-driver.rb @@ -13,14 +13,13 @@ class MongoCxxDriver < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "a5ffe092afce00444e05ee5cdfb8001117477f591d56c903433d29d5ad83cb3f" - sha256 cellar: :any, arm64_sonoma: "826490125872b68bee63c2d174cee531d80f6df3a4b8c827890247e0e417cfbf" - sha256 cellar: :any, arm64_ventura: "5b05a991ab83a52e323abfbe07e2f0f04409f94099dff5f6ce4ec469183a3455" - sha256 cellar: :any, sonoma: "d681ae294c7218b31f9ef1a163a668ecffb3a3718dae7fe0a717adc1861a6219" - sha256 cellar: :any, ventura: "bba38b659f6c7cd906ffb7fafdf938552315cffd4237b7d9ffccb37194cb1551" - sha256 cellar: :any_skip_relocation, arm64_linux: "28b2bf9f290e93e18229b958daef29aaa60261c7e3523eb8f1a129ebbc1a0b11" - sha256 cellar: :any_skip_relocation, x86_64_linux: "86b9e24205688ef528e54cfe31979b92198225fa8d994c35090d0990b72d7cb7" + sha256 cellar: :any, arm64_sequoia: "076899436db520e9cf26e596fb15e6b55bc91a241941a0e72ca50a03ced7f4e4" + sha256 cellar: :any, arm64_sonoma: "8f0a2e351df8f50bde18a2cb1269f7809a61e7295bd427ee8306d4b2abd8135c" + sha256 cellar: :any, arm64_ventura: "9f485a724048cec2715471819a53c3ba859c54a6c123f582ee1c64fb773d2660" + sha256 cellar: :any, sonoma: "7f9b6811d5a8dee9177503d3f7026ef05e51ca89d343ab2dc04dfd5e8c7e278c" + sha256 cellar: :any, ventura: "0e00e45fe2dd1a90ee4ad14e9012f82aed82f5acd88450f2748b83e3b9f82150" + sha256 cellar: :any_skip_relocation, arm64_linux: "e01b0c332699922df9f0e959bbaf6e49af29800a4fcffcd51a2a54aed2929eae" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ae7613b42a1e10964b6df62cf8d337feccadda20b5ccb3c8fc34b6c8de1575d3" end depends_on "cmake" => :build From ec1cceed632f5f80c9f0a574c873025214f38eb8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:43:26 +0000 Subject: [PATCH 03587/10074] syslog-ng: update 4.8.3_1 bottle. --- Formula/s/syslog-ng.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/s/syslog-ng.rb b/Formula/s/syslog-ng.rb index 3889d78d0b5ca..e702e6f5c097d 100644 --- a/Formula/s/syslog-ng.rb +++ b/Formula/s/syslog-ng.rb @@ -15,14 +15,13 @@ class SyslogNg < Formula end bottle do - rebuild 1 - sha256 arm64_sequoia: "fb12c6475377e3398a005a1f759e4a18a792aec01807651f148d8ef8d8414532" - sha256 arm64_sonoma: "2c3616f8a0cc849f30b3eb236918b85f9001e768cb86a66127999ec710f20fec" - sha256 arm64_ventura: "bb5729fca289d1bcd23cf422ffb5a517204101d96ff3ef61f85dc05c0e20cd68" - sha256 sonoma: "a64ad470bf2f657329c2619b230c90325dc722999e00ec071ffb96af9bdec821" - sha256 ventura: "e54f8e1cf02af58b6f4fd33bf7514c32129c698d678e10245fbbfc5571348cbf" - sha256 arm64_linux: "3d979e20f8124d44f6fc4b7896b1ae9eb093c823a061747f7a0f2e0431331422" - sha256 x86_64_linux: "5c8567a1fdbe03ab3bf493437dce3854114339fe7f8f6321d8633fbb3a03eb42" + sha256 arm64_sequoia: "094485d26ff9599881e5b0c0d4e984695979116fc1f5228688d9c4e9520fde5e" + sha256 arm64_sonoma: "98a0f77fb50272f195223c1b089e15b3c929a2577bda4e75d1dbda92fc7fc1b2" + sha256 arm64_ventura: "381076b590c3df58a7bfcfa6e2eed2a9ad8165258ad3b2284a793e81ea7b3193" + sha256 sonoma: "6393121980490edeaaf60931d484233c7290c98421627703723deda5e5d4ea32" + sha256 ventura: "d6204352ea92e05f90fcafe91354b73310adf6d4565bcc77780526346ab7f5f4" + sha256 arm64_linux: "d2bbd7f1a3464f0eeb3286d540e5ec56c4aa8fcbd2ce1b148bf3e6e699ec2e9b" + sha256 x86_64_linux: "82e4c9098823597427bc2e259e0f28f4db17fa68524aca60d2677881b2e7237c" end depends_on "pkgconf" => :build From 1365cb25d4474418c67624d6ebed95d026984135 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:43:26 +0000 Subject: [PATCH 03588/10074] treefrog: update 2.11.0_1 bottle. --- Formula/t/treefrog.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Formula/t/treefrog.rb b/Formula/t/treefrog.rb index 479a1967c6cc7..9c61316ee0770 100644 --- a/Formula/t/treefrog.rb +++ b/Formula/t/treefrog.rb @@ -13,12 +13,11 @@ class Treefrog < Formula end bottle do - rebuild 1 - sha256 arm64_sonoma: "f2825d2ef758a6cce393ddaced7e37ae897e877a86ce82b548dffbb927cb807e" - sha256 arm64_ventura: "4da1bedaf0b5cf8d0a1f2110364135c5e64e6b6deaf47f304c0fac3c157a7a8b" - sha256 sonoma: "c4311133c3732ccb18444b67bbcffea4057fa335b6c0ebe0770f437a6bd3fd07" - sha256 ventura: "b135ece7a7e0c032d7ee9d2f67def883db2a9bfe5692a13e40b3201832339911" - sha256 x86_64_linux: "86f4c5dfc21a7914dd2df54ed293ad06a667da0bab9920a1779a31debc2ae291" + sha256 arm64_sonoma: "75f00345bd6ef254cc732ee27d3cca4cb2c2b4d3ec1a0f0c9c5c25b5a8139d96" + sha256 arm64_ventura: "65fafc887042f7679a72d01001c9853215e9cbe733e36d14b2d33e8e7fa6081e" + sha256 sonoma: "fa26e8cbf7cfea256f3ccdd566f118c052c29a4156541d631fdb007fce827ea1" + sha256 ventura: "2c38ae3a6318816e71031118ba8ce44543b3a6328a7e4cef14ff3dd5a4d38dcb" + sha256 x86_64_linux: "e442623cd0ab40cf43d2ac0da448f47fbb2d8cd0373b5e75405e794cff7dc1f8" end depends_on "pkgconf" => :build From 0ee89cebfa8ef979b1ce73d566995b8549906aa1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:44:27 +0000 Subject: [PATCH 03589/10074] emscripten: update 4.0.10 bottle. --- Formula/e/emscripten.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/emscripten.rb b/Formula/e/emscripten.rb index 7d131cbddf3d3..607a4609b842b 100644 --- a/Formula/e/emscripten.rb +++ b/Formula/e/emscripten.rb @@ -16,13 +16,13 @@ class Emscripten < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2172717941515d34cc80061ad2bfccb1cb27a55495d883df02f9e76a43e970fa" - sha256 cellar: :any, arm64_sonoma: "f2e6d1639aea6a5b695207c32bcd4c159e002994cda047903198b227eca788b7" - sha256 cellar: :any, arm64_ventura: "23fd15bf9e53d26a30834f744cdab323b1a87126209846ded22d50622f88b05c" - sha256 cellar: :any, sonoma: "404e86ec1e428220236c61e7a720eaa2e0d6d6d52cadd77c89c08e3507b759ab" - sha256 cellar: :any, ventura: "af21274ed062c984df57aadb10138617b29bfa8d5a8aec0072a33f88e5412b8d" - sha256 cellar: :any_skip_relocation, arm64_linux: "14a217b33aafc741a2a89504874bb21f7359ad95edb91c14d7a324b2c3c276df" - sha256 cellar: :any_skip_relocation, x86_64_linux: "08fcca1a2ea98d64cb1d92d6ab9117e65717495a53b00a031534d08fb50a303f" + sha256 cellar: :any, arm64_sequoia: "1480c2ec79819e33c90031e1ec0f7f0e1e48f0dd64d34133ad8a43198d6ae2e2" + sha256 cellar: :any, arm64_sonoma: "70c1954dfaea5d449efc76e29a5eb056b2991a207a17ff95196c46ffcf2f2a98" + sha256 cellar: :any, arm64_ventura: "42d26cc7cd7a9a5f3a58b7e4429dc8bc0e07281929b6dd2023608f277751972f" + sha256 cellar: :any, sonoma: "717d4c091c318c1ec5b51c73117eae924e674a94695c0531521ffcc0750dd8c1" + sha256 cellar: :any, ventura: "40d90edf001bed2750e8f785e13685255caef296a82a87e67b4b8ff0b84bfc0e" + sha256 cellar: :any_skip_relocation, arm64_linux: "0f5ac3896162da0803a28d8428a4e9571203e5c1c490556722e7a0a4a2a198c7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f3a1b27194857fb8de8a8945477741f9ad7680bb7df7c17a0d4b2411483a000b" end depends_on "cmake" => :build From 3067cbcd3f16222e40ec0c0c53ecd290ea19883f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 16:53:27 +0000 Subject: [PATCH 03590/10074] sqruff: update 0.25.28 bottle. --- Formula/s/sqruff.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 205c223a66f28..dc9326a04c884 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -12,6 +12,7 @@ class Sqruff < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "537879681a0399d1fb8ff9c261e87e2e0f62b193e741799a76c64c339fd221a2" sha256 cellar: :any_skip_relocation, sonoma: "9726d2c6b1bab7bf0beb919d514183bd5f6e0f5ae780ed382b16515f80874075" sha256 cellar: :any_skip_relocation, ventura: "a2ae1ed5ad789f3b47c43c540769d369110a8d702b0bad423dde2fbf911b1025" + sha256 cellar: :any_skip_relocation, arm64_linux: "b9bbd27357d048df4050f2075d4f5fc24af14845d091ccfe7ebc9f03949cc07d" sha256 cellar: :any_skip_relocation, x86_64_linux: "e7102fc621958ae4a0270b7acc5ad118b234cea2ee8c21ef2b5130cd4dd8339c" end From fba25d323d43367c62e4ad1c97e40954b77a33f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:55:30 +0000 Subject: [PATCH 03591/10074] bump-my-version 1.2.0 --- Formula/b/bump-my-version.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Formula/b/bump-my-version.rb b/Formula/b/bump-my-version.rb index 76096d07060da..797fe02bb484e 100644 --- a/Formula/b/bump-my-version.rb +++ b/Formula/b/bump-my-version.rb @@ -3,8 +3,8 @@ class BumpMyVersion < Formula desc "Version bump your Python project" homepage "https://callowayproject.github.io/bump-my-version/" - url "https://files.pythonhosted.org/packages/64/0e/aead863992499caece72c0cd81ed0b25c2c8bc328f9794038afcc235d95d/bump_my_version-1.1.4.tar.gz" - sha256 "5e6928a24a73bae11aa28184936d0f2a8071bb2f033f36d310ff194f7f8d6be8" + url "https://files.pythonhosted.org/packages/a4/b6/c45043a404e0878e3abeff1c25c87df78777c33760e7459901e0504f003a/bump_my_version-1.2.0.tar.gz" + sha256 "5120d798aaf26468a37ca0f127992dc036688b8e5e106adc8870b13c2a2df22d" license "MIT" head "https://github.com/callowayproject/bump-my-version.git", branch: "master" @@ -82,8 +82,8 @@ class BumpMyVersion < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -127,18 +127,18 @@ class BumpMyVersion < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "wcmatch" do From ea102879e952343087f6047e87ca6294232208ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:57:38 +0000 Subject: [PATCH 03592/10074] circleci 0.1.32367 --- Formula/c/circleci.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index de6bdb9ea80bc..c8e50e9cb606f 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -3,8 +3,8 @@ class Circleci < Formula homepage "https://circleci.com/docs/2.0/local-cli/" # Updates should be pushed no more frequently than once per week. url "https://github.com/CircleCI-Public/circleci-cli.git", - tag: "v0.1.32323", - revision: "1871b5b19b82f1bcf629293c2d57424a7e97a1ff" + tag: "v0.1.32367", + revision: "16777db75e7658684c7beedccfe0028aab9206b6" license "MIT" head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" From 9858e66fb3b3ebd59aa8606f453f8abaf580843e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:05:52 +0000 Subject: [PATCH 03593/10074] gitu 0.33.0 --- Formula/g/gitu.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitu.rb b/Formula/g/gitu.rb index acb9df550e2fd..7446af47ac3d6 100644 --- a/Formula/g/gitu.rb +++ b/Formula/g/gitu.rb @@ -1,8 +1,8 @@ class Gitu < Formula desc "TUI Git client inspired by Magit" homepage "https://github.com/altsem/gitu" - url "https://github.com/altsem/gitu/archive/refs/tags/v0.32.0.tar.gz" - sha256 "02197becacec15ff1b862ea7e1ddc283145b72fc8a212e98b87d02e6c0637c9b" + url "https://github.com/altsem/gitu/archive/refs/tags/v0.33.0.tar.gz" + sha256 "43dea7dae5f9aef9d3edb2f4e6ddd16d21664a6739b2856d53471846a97ded7d" license "MIT" head "https://github.com/altsem/gitu.git", branch: "master" From b9c18e8f4df8af15152a6f337473d9e733025495 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 7 Mar 2025 18:37:02 -0500 Subject: [PATCH 03594/10074] ares 0.11.0 autobump: add ares Signed-off-by: Rui Chen ares: update test Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/a/ares.rb | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 50ba0188968c7..d617c6056921d 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -111,6 +111,7 @@ arcade-learning-environment archi-steam-farm arduino-cli arelo +ares argc argo argocd diff --git a/Formula/a/ares.rb b/Formula/a/ares.rb index 37273b6cb001f..6361a0ea7142d 100644 --- a/Formula/a/ares.rb +++ b/Formula/a/ares.rb @@ -1,8 +1,8 @@ class Ares < Formula desc "Automated decoding of encrypted text" homepage "https://github.com/bee-san/Ares" - url "https://github.com/bee-san/Ares/archive/refs/tags/v0.10.0.tar.gz" - sha256 "d951302b572ed0786c366762b430d0d37479be8649b16122548ece1ea0a28900" + url "https://github.com/bee-san/Ares/archive/refs/tags/0.11.0.tar.gz" + sha256 "fd8751de6c46eb523d62d4ca52018b9127b9fa5fbd4a372b7f22e0f9957f030f" license "MIT" livecheck do @@ -34,8 +34,11 @@ def install end test do - input_string = "U0dWc2JHOGdabkp2YlNCSWIyMWxZbkpsZHc9PQ==" + # base64 encoded string for "Hello from Homebrew" + input_string = "SGVsbG8gZnJvbSBIb21lYnJldw==" expected_text = "Hello from Homebrew" - assert_includes shell_output("#{bin}/ares -d -t #{input_string}"), expected_text + # Disable custom color scheme + output = pipe_output("#{bin}/ares -d -t #{input_string}", "N", 0) + assert_match expected_text, output end end From 84574dc21ce98fc204e439cdbbeffa5b039fd596 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:13:25 +0000 Subject: [PATCH 03595/10074] libupnp 1.14.23 --- Formula/lib/libupnp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libupnp.rb b/Formula/lib/libupnp.rb index 0bc83935101ed..4f1bc227975a9 100644 --- a/Formula/lib/libupnp.rb +++ b/Formula/lib/libupnp.rb @@ -1,8 +1,8 @@ class Libupnp < Formula desc "Portable UPnP development kit" homepage "https://pupnp.sourceforge.io/" - url "https://github.com/pupnp/pupnp/releases/download/release-1.14.22/libupnp-1.14.22.tar.bz2" - sha256 "eec53b0f822d8298c41d02e89c4df6d099935dbd94ca3260bf6dab9a9d56d64d" + url "https://github.com/pupnp/pupnp/releases/download/release-1.14.23/libupnp-1.14.23.tar.bz2" + sha256 "8c5946432124cf69928edf049b6ac16a861c35fa70a8bf7aa8fad65359945218" license "BSD-3-Clause" livecheck do From aff4063295ecf35c6ba00b8c0ad18aaed306fa79 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:13:31 +0000 Subject: [PATCH 03596/10074] circleci: update 0.1.32367 bottle. --- Formula/c/circleci.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index c8e50e9cb606f..bc345e149484b 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -9,12 +9,12 @@ class Circleci < Formula head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3aea471054ac1203b37039101977488aa6275a28c9a1ba968ad40c48381b5ab4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3aea471054ac1203b37039101977488aa6275a28c9a1ba968ad40c48381b5ab4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3aea471054ac1203b37039101977488aa6275a28c9a1ba968ad40c48381b5ab4" - sha256 cellar: :any_skip_relocation, sonoma: "adbfe55b8fe104e1e5e81448184fed98e9de2465ee85f155125b9460b6fa5906" - sha256 cellar: :any_skip_relocation, ventura: "adbfe55b8fe104e1e5e81448184fed98e9de2465ee85f155125b9460b6fa5906" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b03a55e2359fc0c973788af50625541ddb935af6ef85970ce4d6ef09db371a7a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a530caf6cba45160560a0c65b62aed98f9692fe5497b985983ccf7fdcc4bf29" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a530caf6cba45160560a0c65b62aed98f9692fe5497b985983ccf7fdcc4bf29" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6a530caf6cba45160560a0c65b62aed98f9692fe5497b985983ccf7fdcc4bf29" + sha256 cellar: :any_skip_relocation, sonoma: "a492127bcec28ea03b9101cb2f894f066f95dcc291a125b3b55ffc6e9f460686" + sha256 cellar: :any_skip_relocation, ventura: "a492127bcec28ea03b9101cb2f894f066f95dcc291a125b3b55ffc6e9f460686" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2930ea50b61a985b357585e52b1b6f02f9e76ed919c36dacf4d987ef80b01e01" end depends_on "go" => :build From f173e3d548adba943a5d39d1297a1b76c1ed3f4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:17:50 +0000 Subject: [PATCH 03597/10074] nfpm 2.43.0 --- Formula/n/nfpm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nfpm.rb b/Formula/n/nfpm.rb index a1b6597c006f4..f7680de28eb50 100644 --- a/Formula/n/nfpm.rb +++ b/Formula/n/nfpm.rb @@ -1,8 +1,8 @@ class Nfpm < Formula desc "Simple deb and rpm packager" homepage "https://nfpm.goreleaser.com/" - url "https://github.com/goreleaser/nfpm/archive/refs/tags/v2.42.1.tar.gz" - sha256 "02188194076de423a5e496dfb8a09d4da000e9c812ed30310a1c8bf7dc6c7ee3" + url "https://github.com/goreleaser/nfpm/archive/refs/tags/v2.43.0.tar.gz" + sha256 "5575a14fc6bd4ce555d3bdfc5453e65bcd62e592a5163aa65ef9f1434bdbb283" license "MIT" head "https://github.com/goreleaser/nfpm.git", branch: "master" From d2d268d920f3b0251155cd3ef0c643d2cce738c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:18:37 +0000 Subject: [PATCH 03598/10074] numpy 2.3.0 --- Formula/n/numpy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/numpy.rb b/Formula/n/numpy.rb index 449ee60f9db51..f9a2cc5f59bdd 100644 --- a/Formula/n/numpy.rb +++ b/Formula/n/numpy.rb @@ -1,8 +1,8 @@ class Numpy < Formula desc "Package for scientific computing with Python" homepage "https://www.numpy.org/" - url "https://files.pythonhosted.org/packages/76/21/7d2a95e4bba9dc13d043ee156a356c0a8f0c6309dff6b21b4d71a073b8a8/numpy-2.2.6.tar.gz" - sha256 "e29554e2bef54a90aa5cc07da6ce955accb83f21ab5de01a62c8478897b264fd" + url "https://files.pythonhosted.org/packages/f3/db/8e12381333aea300890829a0a36bfa738cac95475d88982d538725143fd9/numpy-2.3.0.tar.gz" + sha256 "581f87f9e9e9db2cba2141400e160e9dd644ee248788d6f90636eeb8fd9260a6" license "BSD-3-Clause" head "https://github.com/numpy/numpy.git", branch: "main" From e639211488053d56bf23fe2736e75cde3dc3b47e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:24:17 +0000 Subject: [PATCH 03599/10074] renovate 40.48.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index eaebd06c019cf..4da66358e1825 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.47.0.tgz" - sha256 "ca119850fb884bcd0b6f425233f50db7bd489d6297617bc556be12a8e86c5055" + url "https://registry.npmjs.org/renovate/-/renovate-40.48.0.tgz" + sha256 "408ca876cc9c3e782069aa0fd86b514683109d0874d3bdb58359d255392b2f3b" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From aa69534dd6019a6e5ace5b485e3e8b911544112a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:25:22 +0000 Subject: [PATCH 03600/10074] rqlite 8.37.4 --- Formula/r/rqlite.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 37bcdff5cdfe6..34f0f6966a69d 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -1,8 +1,8 @@ class Rqlite < Formula desc "Lightweight, distributed relational database built on SQLite" homepage "https://www.rqlite.io/" - url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.37.3.tar.gz" - sha256 "e63071ff7628a067f856d8d4d2e52784c2d7c15cfb7897f5a6accf31e6508e0e" + url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.37.4.tar.gz" + sha256 "3a5ded65609a7f4b9562ab676593f324784603d4de9047b8c80732d3f71f1e67" license "MIT" head "https://github.com/rqlite/rqlite.git", branch: "master" From e917a5ca6401c6e7c4efc4f34d681dd9433ce46c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:27:16 +0000 Subject: [PATCH 03601/10074] bump-my-version: update 1.2.0 bottle. --- Formula/b/bump-my-version.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bump-my-version.rb b/Formula/b/bump-my-version.rb index 797fe02bb484e..11beef243f677 100644 --- a/Formula/b/bump-my-version.rb +++ b/Formula/b/bump-my-version.rb @@ -9,13 +9,13 @@ class BumpMyVersion < Formula head "https://github.com/callowayproject/bump-my-version.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "f10cb46de70e7ce75b399326c4fa92d101f6656da0ea35bfddbb9b6c56eea3d9" - sha256 cellar: :any, arm64_sonoma: "a39b0ccc187eb026f6064f3d811a1fdde859360e8dd6f03ce09c1269c83d70d9" - sha256 cellar: :any, arm64_ventura: "b6451998d04591316c6e39a4af1b469a0ac14383783208e548d0cc595657ffde" - sha256 cellar: :any, sonoma: "200bb5100c3f811dcfacaace5102e59d11c82ede68223de35e8ea96b579efa4e" - sha256 cellar: :any, ventura: "c956d0d3aa906086bfc1d7c918e9f61b0353047b7fb1042dc7791f77984a6e9d" - sha256 cellar: :any_skip_relocation, arm64_linux: "5ff9d48a4f887376a7a8bd7c9fb5107860336a23291f87147ea5fab0cf437755" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc28995a060646edbb2bace1e08c1f9f8a584ec1a82815725ad7c518f7654ac0" + sha256 cellar: :any, arm64_sequoia: "3d955f10b072bbdd66618d4795540c1403313425ec76fe49753ddb2c873b850f" + sha256 cellar: :any, arm64_sonoma: "206261c5a514cb1839712c32794f63d0e5aab1c21f6d3618224e6b70ac753c81" + sha256 cellar: :any, arm64_ventura: "3fec34f0a0b2e0d87672e124a8edf06e93d6c710cd5038445137c248fc0a6d55" + sha256 cellar: :any, sonoma: "75ffb88646f7486a0c9de44854909a4b67cacef44d52f8e0dfcba2c3a952de56" + sha256 cellar: :any, ventura: "89186bb3ace7ea633afa3ce8a5abba7c059552226b8a440211d6669e1305d9aa" + sha256 cellar: :any_skip_relocation, arm64_linux: "4585c18d9125c54ed5f2e2d2549b1d9febac5542c6550d38760483f794ec27f8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9561f1b35c520a5209fe9747b5a37b3549de0b1fed2b79e44c9808b9ded1b135" end depends_on "rust" => :build # for pydantic_core From 86dfae5e47c02c7473b62128e766fc3c7900e2cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:28:39 +0000 Subject: [PATCH 03602/10074] sqruff 0.26.4 --- Formula/s/sqruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 205c223a66f28..534343aa4d24b 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -1,8 +1,8 @@ class Sqruff < Formula desc "Fast SQL formatter/linter" homepage "https://github.com/quarylabs/sqruff" - url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.25.28.tar.gz" - sha256 "8c5d2963c40013007f8936c12331afbd38befd7b2c54986629cc47021d65284d" + url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.4.tar.gz" + sha256 "c2694f0cf556bea8de72e64b3805da928c336e200cf621992b213da0bdce6dfa" license "Apache-2.0" head "https://github.com/quarylabs/sqruff.git", branch: "main" From aeeb1544647aebf9ec236a43c710abc58e2a39f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:29:43 +0000 Subject: [PATCH 03603/10074] gitu: update 0.33.0 bottle. --- Formula/g/gitu.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gitu.rb b/Formula/g/gitu.rb index 7446af47ac3d6..3633f02ef1eee 100644 --- a/Formula/g/gitu.rb +++ b/Formula/g/gitu.rb @@ -7,13 +7,13 @@ class Gitu < Formula head "https://github.com/altsem/gitu.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ecdf813c5a4e7e27fde5d8e1727189448e6e8a2eb4b7c356daa533ed01f592d9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb52e7e2b11192ce52998002336b9da842e24088bcac2a08ed3f2ceb2cf9f622" - sha256 cellar: :any_skip_relocation, arm64_ventura: "675ef978ba7ac5d2a4b0ecc5640dbbcb15e4ac11b4717b5bc76c722a9c90a806" - sha256 cellar: :any_skip_relocation, sonoma: "56ba0fe2560acb4ffbb00535a0d9ea4141e7cdffad552c1e07e4ed07e250b0e1" - sha256 cellar: :any_skip_relocation, ventura: "158535e46718d4b18645a9b910b86fbaf1538f05e225a3612247f63d5bea9c8a" - sha256 cellar: :any_skip_relocation, arm64_linux: "747a56dbca0c06dc81b23c388302d2e14ba6d183df3a6e15f3810dc785329f92" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b569eff1a9dd50d466e2a55ff7d36565e2fbe19888041a05c4f0b811a27a690b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "94369b51fac1600013f78476f5fd6b2aa5d40be4b905ac6abab89a1421460da7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8b95ca1908b0544140450730a711ac6009cac6752788425411d8ea70bcc6f4a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "325a3a1a68ad8a5cdf1271a9f686df372586e47e1fbfb90e78abe04baf7583dc" + sha256 cellar: :any_skip_relocation, sonoma: "d6cf65fbcf1a6aad660e62286349db1052925d38419e39119a117170cf7a97e4" + sha256 cellar: :any_skip_relocation, ventura: "3c711f90d369934713ff9b37f745daf5d432ee44dcd49883edeb02a9dcfbc8a2" + sha256 cellar: :any_skip_relocation, arm64_linux: "2cd4ee400d3f456150223a61f8c5477157a137e3d8dbda9433d5ca8159d24918" + sha256 cellar: :any_skip_relocation, x86_64_linux: "82074bc671b846a610d3e4245c698f31a99c21fdbe37eb6175e67a20b68e6bf9" end depends_on "rust" => :build From 010bfdec5fd5a067560846a64d64c3d4f6551422 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:40:40 +0000 Subject: [PATCH 03604/10074] xk6: update 0.20.1 bottle. --- Formula/x/xk6.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/x/xk6.rb b/Formula/x/xk6.rb index 629d13d11885a..f0b4dc8f95e69 100644 --- a/Formula/x/xk6.rb +++ b/Formula/x/xk6.rb @@ -12,12 +12,13 @@ class Xk6 < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c30883a97b9390078624953d716ac9a28381bc4750ac8439a0b4056b2b929bc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c30883a97b9390078624953d716ac9a28381bc4750ac8439a0b4056b2b929bc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8c30883a97b9390078624953d716ac9a28381bc4750ac8439a0b4056b2b929bc" - sha256 cellar: :any_skip_relocation, sonoma: "6f1fb3fa00507d7cf6204eee0e6bd075687526c6a7b7dd195c7b00cbb4893a47" - sha256 cellar: :any_skip_relocation, ventura: "6f1fb3fa00507d7cf6204eee0e6bd075687526c6a7b7dd195c7b00cbb4893a47" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c7dc28e2fb92b4cfdc65de33fb2a5eb4d495269a75ec4bfc997054c47642ed4c" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e20d80d6dce1d8d3fe65f5f09d709c01c20a87aab6590f4cc10edbb3fea3e1d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e20d80d6dce1d8d3fe65f5f09d709c01c20a87aab6590f4cc10edbb3fea3e1d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1e20d80d6dce1d8d3fe65f5f09d709c01c20a87aab6590f4cc10edbb3fea3e1d" + sha256 cellar: :any_skip_relocation, sonoma: "1a0a0f3825ef3f80275ec37a02f0321b57a84605c06c683e69d296c04335c02e" + sha256 cellar: :any_skip_relocation, ventura: "1a0a0f3825ef3f80275ec37a02f0321b57a84605c06c683e69d296c04335c02e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "954dc78481339ce43e2da09648d31a2bf739c77f74817173ae8b43009d280b72" end depends_on "go" From b918cf90531e44a42bf72ae277cf02d85c6db89c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:57:10 +0000 Subject: [PATCH 03605/10074] libupnp: update 1.14.23 bottle. --- Formula/lib/libupnp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libupnp.rb b/Formula/lib/libupnp.rb index 4f1bc227975a9..0b02b8c2c06a3 100644 --- a/Formula/lib/libupnp.rb +++ b/Formula/lib/libupnp.rb @@ -11,13 +11,13 @@ class Libupnp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "dc4351ba5e22d71c2eecce4ffbdbd279888c7698e9484c5723b60993161b44ae" - sha256 cellar: :any, arm64_sonoma: "f4dc245a698fd500fe4cd4f8eb20ef7751140fec07ece5e7b7eb654bd6454bb3" - sha256 cellar: :any, arm64_ventura: "efa156bde198ffbe5f07123e168b629c27ed767371b06723cb97d0e36fc99081" - sha256 cellar: :any, sonoma: "17e810bf420c5693bd167f28785fbfe2db177766bd99c5d7b7ebfa416e87111b" - sha256 cellar: :any, ventura: "946bacfd60f6e71ee07671dee79e7823abe217a817b77adbe84018cffe9282a4" - sha256 cellar: :any_skip_relocation, arm64_linux: "911ee4d7bad2458c9bed9e72d59c92cb652943524ac5b3fe748972516e7c656a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "98deb92ca6f246a1b3890d79329080400d61178f0f866e90300ae0da496d20dd" + sha256 cellar: :any, arm64_sequoia: "49edc3f9bbdd39958fcc8dc048480f2c4ef3e4d1f3d525d4a9c86a02197a8236" + sha256 cellar: :any, arm64_sonoma: "b59e29b590345e846d69d46fec038ca7d850fd5c8bf2dcbb1cbca177dd57cf98" + sha256 cellar: :any, arm64_ventura: "c75b7403a6407f00a03a1a1dedf0f6b27027be35edfb4a09268c5e130b2a7528" + sha256 cellar: :any, sonoma: "3db50b401b92c512e087b92f5a665450db68811eb7c5e2e70e124b9af17d93ba" + sha256 cellar: :any, ventura: "6f55d3a00dc8e80993fc02439d6df8a3f6aa1f21881197a607e2cad85564f09f" + sha256 cellar: :any_skip_relocation, arm64_linux: "bc02440ee39ebfb96113830680be06c1d9eaf197946fb28261888e647ef2ae13" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6949c056fb3e265768758d2ffae5723e68ff9e3a9ef9c2d5ac3c9beac31af3ed" end def install From ace1e1820fdc83d85e5ae2096003ab419461f774 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:57:14 +0000 Subject: [PATCH 03606/10074] nfpm: update 2.43.0 bottle. --- Formula/n/nfpm.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/nfpm.rb b/Formula/n/nfpm.rb index f7680de28eb50..c686c1c47ef41 100644 --- a/Formula/n/nfpm.rb +++ b/Formula/n/nfpm.rb @@ -7,12 +7,12 @@ class Nfpm < Formula head "https://github.com/goreleaser/nfpm.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d52862fabd2d42630ba0b1acdf518db4e425fc61c601cfb2dd68701524cba266" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d52862fabd2d42630ba0b1acdf518db4e425fc61c601cfb2dd68701524cba266" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d52862fabd2d42630ba0b1acdf518db4e425fc61c601cfb2dd68701524cba266" - sha256 cellar: :any_skip_relocation, sonoma: "e4311f4ba1a9f7cce4b1cac8ac69feca786b408a3db7d58a896ab06bea6432c0" - sha256 cellar: :any_skip_relocation, ventura: "e4311f4ba1a9f7cce4b1cac8ac69feca786b408a3db7d58a896ab06bea6432c0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f8cba097ac5d4aaeebad337943a72f50578c8192496e2a9a535cacc6c0bd03b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "330ede9afc1032c0f42e600c33d6c1a7f3a2f1558600ee8e560b8513c03d912a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "330ede9afc1032c0f42e600c33d6c1a7f3a2f1558600ee8e560b8513c03d912a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "330ede9afc1032c0f42e600c33d6c1a7f3a2f1558600ee8e560b8513c03d912a" + sha256 cellar: :any_skip_relocation, sonoma: "b38534997ec8301872086c84b74445b1a5cec0960cd195b2d444b6b2b729443c" + sha256 cellar: :any_skip_relocation, ventura: "b38534997ec8301872086c84b74445b1a5cec0960cd195b2d444b6b2b729443c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc22f1ba1f8307683c5075681b37ad011dd41ddfff2d04aee9e72d8ab8eb6c33" end depends_on "go" => :build From d5d67440b99a9937ced4b1a4b20130c8d9d026e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:57:23 +0000 Subject: [PATCH 03607/10074] rqlite: update 8.37.4 bottle. --- Formula/r/rqlite.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 34f0f6966a69d..774df1e3a7baa 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -7,12 +7,12 @@ class Rqlite < Formula head "https://github.com/rqlite/rqlite.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "840bd0bed8c4df8e4a3b3e92d8345bfce01170d12f8b197b4f0b0a55d5cb561a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "570574337e009380b38d8cadb8137a524044c18b1c303ac2b99b1fdaff8d7ce1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3fe041e38a97c1c19175c51d40f9433c0ee0a39551fe6bb92d8d23436c237fdb" - sha256 cellar: :any_skip_relocation, sonoma: "19c5bc2bed9f20e99f9c610166a6235b18c6f4a957b995753f6c82e115580ed9" - sha256 cellar: :any_skip_relocation, ventura: "ad917d454ee4d223fd69ba242ea080f01e5c7233eaaf5cd7e43c3b05123c78b0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "55a02b53adf214032f2cc6a769e4831dd3950ef40d158b2604abcd4d45a91b52" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "35c09f0ea09ea1398ed2b766a4985664fe92e57dcc769c13f2a15d0d17e3389d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9796dc964bb4225c11762eb936781c145bec06a6d56908881f8ee3850152c02" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ce5355c27d6077d98b672faa3760cbc3a3b2970e4b54934ea2d302e7a8620c57" + sha256 cellar: :any_skip_relocation, sonoma: "daa6e6bdb03ab18959bb0e6056ef87103709e760c8c12a602ce1a0292033dcf0" + sha256 cellar: :any_skip_relocation, ventura: "2ebf129407de941fdf6737e8c27afe86e86ed11b6ee41929e9a8ba32cb2948d4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "849a289d0091efcbaffef224f17174916c436fe0907ebc3b3f7cc22732110d5d" end depends_on "go" => :build From 4c98ef601db87f6574719be4f896b3cb59e5314f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:59:46 +0000 Subject: [PATCH 03608/10074] renovate: update 40.48.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 4da66358e1825..f73d0e58a193b 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d6231de62a813f0fc18b95313a67ebe50e0acd83d03b096fbe0a936b4d1bc44" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "266a7547765aea2616787118a8b3562151e822f49a0d03b36f774250e6930d6c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5d98b1f9b3827c85300e20d398ff80829e0c2844ba8e28d3e2445998eea9e909" - sha256 cellar: :any_skip_relocation, sonoma: "6ca07d9218b3d5cc4f37c14e2c0f00eb4bf327e5957b16d33139c04f9f3bc1f9" - sha256 cellar: :any_skip_relocation, ventura: "0fc86154050fd6cbab71595230b08f3de80478ec7b76600bcb0ddcec0bec91f4" - sha256 cellar: :any_skip_relocation, arm64_linux: "ef6bf958c8f73e39a9d63ff1a4626ae8835f1b54bf737d739b02b8054f665d3c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7b42360ae2390ecf068ae0c384f4bb87ed6ccc5459555a177621d95f723b2c97" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "17759d959c67939462bae33ca1b593516ef353bb896e16a06e4f5c82db17d94a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ffaaa3f57a6b58d6362d41ea440942a0601ce79b2e1d540a1061ee24f9e645c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7a144557664f6dfe5404d425cb0896ae2cc3a58817222f4ceb2591bb88eb2f9a" + sha256 cellar: :any_skip_relocation, sonoma: "17e0f765a74cfc4012578695b92654919a008815d2ad0fea2b1dc764d9461457" + sha256 cellar: :any_skip_relocation, ventura: "f5920c022e53ae8710b8c1a3ad473b636f7cc906c198d7363421d78f9e3a5b62" + sha256 cellar: :any_skip_relocation, arm64_linux: "47fb5ff631631593f9616c58cb8bc99483d3d8b6ec5557ca1355ff57a3bbfbdb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aaefda6e09105511ff82a6281de7227461063f193c9753cef266cfbf836a8511" end depends_on "node@22" From f8319c22ae3a148f9e0cc77ac24016643ae05aae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 18:02:20 +0000 Subject: [PATCH 03609/10074] sqruff: update 0.26.4 bottle. --- Formula/s/sqruff.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 534343aa4d24b..0e8179758c233 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -7,12 +7,13 @@ class Sqruff < Formula head "https://github.com/quarylabs/sqruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0010a615c779365c01f381b4d3e3589b60fa3305a83cfe54379a32f1f0c76cf8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eece37504ea2e0c4fcf57c277934494991ddeb710bd425a9035f4719ad814228" - sha256 cellar: :any_skip_relocation, arm64_ventura: "537879681a0399d1fb8ff9c261e87e2e0f62b193e741799a76c64c339fd221a2" - sha256 cellar: :any_skip_relocation, sonoma: "9726d2c6b1bab7bf0beb919d514183bd5f6e0f5ae780ed382b16515f80874075" - sha256 cellar: :any_skip_relocation, ventura: "a2ae1ed5ad789f3b47c43c540769d369110a8d702b0bad423dde2fbf911b1025" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e7102fc621958ae4a0270b7acc5ad118b234cea2ee8c21ef2b5130cd4dd8339c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "58a6c9ed797bfbbd3ffa6133bb0019ade5605663be5d9079df0998297a1148ad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "294002a6947b6ba034a3b6cd71a3e6fc439dec853f2273f2b84edbacf0fe2501" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a7f78076b0d9c80c96a2ccc93880c786271cc3f3db313d2a20d250662a6aa5cf" + sha256 cellar: :any_skip_relocation, sonoma: "31d318233e21e7fc67764361f0264369a6d417cdb99a4816158f949cbb2aa725" + sha256 cellar: :any_skip_relocation, ventura: "5174488c786c2f3cb5b55a193cd35b03a5e2e8e32ae11c8514aca24192142f2f" + sha256 cellar: :any_skip_relocation, arm64_linux: "3ca2f76f8b4ac13aacc7d75c68d714ec099f4e84b84577c21d3eb120fbfa3e7e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f7d72f5a591fd3c608cc29b6a8f8ce6bd7f24b67360c59b41a76ddced4532f9d" end depends_on "rust" => :build From 5cc824ab8784658305dfc372eeee7e84d8b21341 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:27:16 +0000 Subject: [PATCH 03610/10074] signal-cli 0.13.16 signal-cli: libsignal-client 0.73.2 Signed-off-by: Rui Chen signal-cli: no build for linux arm Signed-off-by: Rui Chen --- Formula/s/signal-cli.rb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Formula/s/signal-cli.rb b/Formula/s/signal-cli.rb index 615059bb1410d..63b0cca781c57 100644 --- a/Formula/s/signal-cli.rb +++ b/Formula/s/signal-cli.rb @@ -1,8 +1,8 @@ class SignalCli < Formula desc "CLI and dbus interface for WhisperSystems/libsignal-service-java" homepage "https://github.com/AsamK/signal-cli" - url "https://github.com/AsamK/signal-cli/archive/refs/tags/v0.13.14.tar.gz" - sha256 "7d44e71a8c4f2087057e8ce401d416d963a62b9819a75884f3c426b28af8a947" + url "https://github.com/AsamK/signal-cli/archive/refs/tags/v0.13.16.tar.gz" + sha256 "e95713d193d6641afa89bdf563f0474290d7c303b1efce1eb18eb47393476486" license "GPL-3.0-or-later" bottle do @@ -25,13 +25,17 @@ class SignalCli < Formula uses_from_macos "llvm" => :build # For `libclang`, used by `boring-sys` crate uses_from_macos "zip" => :build + on_linux do + depends_on arch: :x86_64 # `:libsignal-cli:test` failure, https://github.com/AsamK/signal-cli/issues/1787 + end + # https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal#determine-the-required-libsignal-client-version # To check the version of `libsignal-client`, run: # url=https://github.com/AsamK/signal-cli/releases/download/v$version/signal-cli-$version.tar.gz # curl -fsSL $url | tar -tz | grep libsignal-client resource "libsignal-client" do - url "https://github.com/signalapp/libsignal/archive/refs/tags/v0.68.1.tar.gz" - sha256 "bc5b78d6c4cd5e2c47d24ea9c41b1047cdead0d315c6a48a1daece03eb449eb5" + url "https://github.com/signalapp/libsignal/archive/refs/tags/v0.73.2.tar.gz" + sha256 "22c3ff39e07bf913f2ae3f49a75b56ed6d36576d394b9d44ef837e05e052b3e0" end def install From d40c855d4187b30663afff732d7435fee28eab97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:07:08 +0000 Subject: [PATCH 03611/10074] newsraft 0.31 newsraft: update build and test Signed-off-by: Rui Chen --- Formula/n/newsraft.rb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Formula/n/newsraft.rb b/Formula/n/newsraft.rb index 1428ad309aa57..e4e00ed5d264b 100644 --- a/Formula/n/newsraft.rb +++ b/Formula/n/newsraft.rb @@ -1,8 +1,8 @@ class Newsraft < Formula desc "Terminal feed reader" homepage "https://codeberg.org/newsraft/newsraft" - url "https://codeberg.org/newsraft/newsraft/archive/newsraft-0.30.tar.gz" - sha256 "5ae782d7eb19042cd05e260c8ec0fe4d0544e51716885a4b1e96a673576bd998" + url "https://codeberg.org/newsraft/newsraft/archive/newsraft-0.31.tar.gz" + sha256 "de0d96664d9a276dbe58cf4b44a6861bc18b6fd4c0f41a97450c5b3509904ae8" license "ISC" bottle do @@ -18,13 +18,17 @@ class Newsraft < Formula depends_on "scdoc" => :build depends_on "gumbo-parser" - depends_on "ncurses" uses_from_macos "curl" uses_from_macos "expat" uses_from_macos "sqlite" def install + # On macOS `_XOPEN_SOURCE` masks cfmakeraw() / SIGWINCH; override FEATURECFLAGS. + featureflags = "-D_DEFAULT_SOURCE -D_BSD_SOURCE" + featureflags << " -D_DARWIN_C_SOURCE" if OS.mac? + + system "make", "FEATURECFLAGS=#{featureflags}" system "make", "install", "PREFIX=#{prefix}" end @@ -32,6 +36,6 @@ def install assert_match version.to_s, shell_output("#{bin}/newsraft -v 2>&1") system "#{bin}/newsraft -l test 2>&1 || :" - assert_match "Trying to initialize curses library...", File.read("test") + assert_match "[INFO] Okay... Here we go", File.read("test") end end From 45ab754dcd6694699f0076f81ebabc1c927af095 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 18:57:10 +0000 Subject: [PATCH 03612/10074] libass: update 0.17.4 bottle. --- Formula/lib/libass.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/lib/libass.rb b/Formula/lib/libass.rb index 73701a7179c43..d1a07d27d5860 100644 --- a/Formula/lib/libass.rb +++ b/Formula/lib/libass.rb @@ -6,15 +6,13 @@ class Libass < Formula license "ISC" bottle do - sha256 cellar: :any, arm64_sequoia: "2c948ddd9b7a94dd267cdc24cd684903b292d26d6ce92e6d2d7c68136b071e4d" - sha256 cellar: :any, arm64_sonoma: "9e8889c7d434e4a56a0f9abbb1fded340dae984d05121ad5413715e3abb03fd3" - sha256 cellar: :any, arm64_ventura: "d0724c2ba6a6aa6f1ffb604a5cde5bf341e835369e72216042bbb2587acb83cf" - sha256 cellar: :any, arm64_monterey: "f16d796553df4b3ae94c458ae687ce824ea8e66a75bd66ff6df2f0bfe4202ab7" - sha256 cellar: :any, sonoma: "4db6c9473a71166cd6cc5d95b5fab7da9432e081855aad495fe2eb7c0b51bf31" - sha256 cellar: :any, ventura: "1284a21e45e033cf6df87e7fc01e3d9fb3204e24ba5580bdfac941fff69e9a63" - sha256 cellar: :any, monterey: "07a27068fd1c52b021d39b0cd9daa99b2fd6f0ac8f70e05b20b9116c5d848507" - sha256 cellar: :any_skip_relocation, arm64_linux: "e92f33c8e54a1e66f87a3aa40b1f64095f739fa7dd38272c41e1c3ade66e391e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45ef7e90470c2f9a0304b343b6216b9632be26599ca0cbadd3705d5cbf11851b" + sha256 cellar: :any, arm64_sequoia: "d097cb72eb4e70bce4ca584649fa8874e4407da3067d6faa0dcc89013ffe1743" + sha256 cellar: :any, arm64_sonoma: "e24acdc3f1045ed1185c18c3aa48b79bc974df9ec00ebebfa6df2efdd457d9a9" + sha256 cellar: :any, arm64_ventura: "b7b2a447ccc5b838711fdae09c3f01c893ee2e0c81154dcc59efa929280c8550" + sha256 cellar: :any, sonoma: "92276181000efe0ae9530213fed782fa369d434085817225c731785c155b582d" + sha256 cellar: :any, ventura: "10c35278d132dadf11ff7afb87c0712163dec1bac261cd10906ebe54d9b04c8d" + sha256 cellar: :any_skip_relocation, arm64_linux: "ec085b343bf997b2b0fa3fbdd4fa560c54953f5b6b1cb93ff42ec2fbcb0ce9cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7521ae0626fddeea2cb88b3d34c1243b9aa26ec7c76fb4e4a05b956f01a507e8" end head do From 2ec9d1766b004e585fb4b61dccec1f33c03b8c84 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:43:46 +0200 Subject: [PATCH 03613/10074] jxrlib: added `no_autobump!` --- Formula/j/jxrlib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jxrlib.rb b/Formula/j/jxrlib.rb index 3f975c06dd7c8..599fd84fb2fe4 100644 --- a/Formula/j/jxrlib.rb +++ b/Formula/j/jxrlib.rb @@ -17,6 +17,8 @@ class Jxrlib < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e7aae93b96e812a888ab0a4da737a40fef17bb389a7e3bcc5106ff81c33a7841" sha256 cellar: :any, arm64_sonoma: "437e4ba50db36d58d3c043f6a3a1e34939f0e80f1318160d9d142da27f222e47" From 27ee1c6a762f41fb346b7875ff7be59183e9b150 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:01 +0200 Subject: [PATCH 03614/10074] kaitai-struct-compiler: added `no_autobump!` --- Formula/k/kaitai-struct-compiler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kaitai-struct-compiler.rb b/Formula/k/kaitai-struct-compiler.rb index d1d3ab08d283e..fc03a68b1783d 100644 --- a/Formula/k/kaitai-struct-compiler.rb +++ b/Formula/k/kaitai-struct-compiler.rb @@ -11,6 +11,8 @@ class KaitaiStructCompiler < Formula regex(/href=.*?kaitai-struct-compiler[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "7e88fea45af08e6beb052d86e17199f3a459673089185dbd25904024f430aa6b" From cf5866075f0308bc86d2a89bb4c5622e2fa27fde Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:01 +0200 Subject: [PATCH 03615/10074] kalign: added `no_autobump!` --- Formula/k/kalign.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kalign.rb b/Formula/k/kalign.rb index fb4fa2e4eb44a..0d983a7606288 100644 --- a/Formula/k/kalign.rb +++ b/Formula/k/kalign.rb @@ -5,6 +5,8 @@ class Kalign < Formula sha256 "67d1a562d54b3b7622cc3164588c05b9e2bf8f1a5140bb48a4e816c61a87d4a8" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bc9e036810b16032845850321289b1a916eecb4dfbe3456792c4440f487f5287" sha256 cellar: :any, arm64_sonoma: "9f9ae5f0efca17061afa699b3e9e489e9cdc5c4a1367658c2dd771ab697820de" From 75ca410cb6dd0f2c3fd9ecd0478f2c646daab3e0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:02 +0200 Subject: [PATCH 03616/10074] kanif: added `no_autobump!` --- Formula/k/kanif.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kanif.rb b/Formula/k/kanif.rb index 371d9ac8e47ef..e550a15f19c9d 100644 --- a/Formula/k/kanif.rb +++ b/Formula/k/kanif.rb @@ -10,6 +10,8 @@ class Kanif < Formula regex(/href=.*?kanif[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f8e0c833384c4479f288c31b55223157190f271ca6489bbcc47cfb8c9c2042e8" From 2b7816c173b335bdf40e9bddf7e444cacbcd2a26 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:02 +0200 Subject: [PATCH 03617/10074] karn: added `no_autobump!` --- Formula/k/karn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/karn.rb b/Formula/k/karn.rb index be7f0a5321cd9..778f336a168ad 100644 --- a/Formula/k/karn.rb +++ b/Formula/k/karn.rb @@ -6,6 +6,8 @@ class Karn < Formula license "MIT" head "https://github.com/prydonius/karn.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "56a2e364302364891e18fb7856a51e2d9bc3143ad3b98d59367b07e632ddd817" sha256 cellar: :any_skip_relocation, arm64_sonoma: "95ff52d86e20f7f6a02c095f5ad5de883d40d80dc11b40551d9e9ebc8024a590" From 942281491f05e757845eb6e47c5730793fbc6e4c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:02 +0200 Subject: [PATCH 03618/10074] kawa: added `no_autobump!` --- Formula/k/kawa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kawa.rb b/Formula/k/kawa.rb index 81e6f701f8738..b17486008b568 100644 --- a/Formula/k/kawa.rb +++ b/Formula/k/kawa.rb @@ -12,6 +12,8 @@ class Kawa < Formula regex(/href=.*?kawa[._-]v?(\d+(?:\.\d+)+)\.(?:t|zip)/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c7ea8432d31f2ae8fdcf5307d328016c728f51db2bc2c76f10161d7c40fcb962" From 2545fa08adff8e97f24f282a047026491d049b59 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:02 +0200 Subject: [PATCH 03619/10074] kconf: added `no_autobump!` --- Formula/k/kconf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kconf.rb b/Formula/k/kconf.rb index f72bfbc76bba7..2f98ef20f786e 100644 --- a/Formula/k/kconf.rb +++ b/Formula/k/kconf.rb @@ -6,6 +6,8 @@ class Kconf < Formula license "MIT" head "https://github.com/particledecay/kconf.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7ff80bea648574258dd8824d20fba4332346ddb89dc566b6286a674a3a730a6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed57d62a2cfcb32f238460071f886311c492f9587ab87cfa3f23eb524e1ef490" From 4148bb5fb7ae4213e437ce68add54af414ad54e3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:02 +0200 Subject: [PATCH 03620/10074] kdoctor: added `no_autobump!` --- Formula/k/kdoctor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kdoctor.rb b/Formula/k/kdoctor.rb index 01824b8551355..db531aca31c9a 100644 --- a/Formula/k/kdoctor.rb +++ b/Formula/k/kdoctor.rb @@ -6,6 +6,8 @@ class Kdoctor < Formula license "Apache-2.0" head "https://github.com/Kotlin/kdoctor.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e41df6918eb2c57cc4b16ef1687fb7c1aac3907e93613c166921d00993432ffa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae7b5e68925f38cb7ba4dbe3503da29bffa7b863afb2062cc1bd08b3ed119627" From 5e6dd600bd441336281e4d03d60e19b7dd57a886 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:03 +0200 Subject: [PATCH 03621/10074] keepassc: added `no_autobump!` --- Formula/k/keepassc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/keepassc.rb b/Formula/k/keepassc.rb index fb573d6de6ea9..84fda875694b5 100644 --- a/Formula/k/keepassc.rb +++ b/Formula/k/keepassc.rb @@ -8,6 +8,8 @@ class Keepassc < Formula license "ISC" revision 5 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2447d5f8a051b1d15efec850c60e58bd372e871270fe494c9a4882309783fc11" From 4d0252c207a725472c9fbdbbe45af0b4b8b9582d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:03 +0200 Subject: [PATCH 03622/10074] keepkey-agent: added `no_autobump!` --- Formula/k/keepkey-agent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/keepkey-agent.rb b/Formula/k/keepkey-agent.rb index 111516aa18fb6..82309b6226664 100644 --- a/Formula/k/keepkey-agent.rb +++ b/Formula/k/keepkey-agent.rb @@ -8,6 +8,8 @@ class KeepkeyAgent < Formula license "LGPL-3.0-only" revision 10 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fe5abb6df497d25c25cf54b6cf0c05fdeb0b2e817c61369f9346a6b933ea21a6" sha256 cellar: :any, arm64_sonoma: "c94113694b5d5a191955f05d762bd0732725dc22dfaae7f068ed38ffbd537511" From 46e4fc312f217e6603ee807b34f8178043afe230 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:03 +0200 Subject: [PATCH 03623/10074] keptn: added `no_autobump!` --- Formula/k/keptn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/keptn.rb b/Formula/k/keptn.rb index 114f10666148f..d4dad6c5d0e99 100644 --- a/Formula/k/keptn.rb +++ b/Formula/k/keptn.rb @@ -6,6 +6,8 @@ class Keptn < Formula license "Apache-2.0" head "https://github.com/keptn/keptn.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6890b7bf9d1147ffb7b3399b83f07fe7302594687bdc560e61ff94bcbcd01483" sha256 cellar: :any_skip_relocation, arm64_sonoma: "423b33841420a90882c5969217d114ab5deab10ef1c06c79b32b4629daff77ca" From 04e7e0e001b577eecce9f68c38c6f0c9c0ce6a82 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:03 +0200 Subject: [PATCH 03624/10074] kertish-dos: added `no_autobump!` --- Formula/k/kertish-dos.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kertish-dos.rb b/Formula/k/kertish-dos.rb index 6c0007d2577b8..3cd642b32ab0c 100644 --- a/Formula/k/kertish-dos.rb +++ b/Formula/k/kertish-dos.rb @@ -7,6 +7,8 @@ class KertishDos < Formula license "GPL-3.0-only" head "https://github.com/freakmaxi/kertish-dos.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b3abc8c569185063a1ba3d2e6d634c446cad8ee07d4ae36c31221aa875dd6bd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "db21c167e067540fd373e1c963f5ab5b55ed94e642541b457a5806ceb7546db5" From 79bfd2a80e4a5fa0a2e307bc5ee71bd78a0a694a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:03 +0200 Subject: [PATCH 03625/10074] kettle: added `no_autobump!` --- Formula/k/kettle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kettle.rb b/Formula/k/kettle.rb index 7cd5047d3b207..348e80da4e378 100644 --- a/Formula/k/kettle.rb +++ b/Formula/k/kettle.rb @@ -10,6 +10,8 @@ class Kettle < Formula regex(/href=.*?pdi-ce[._-]v?(\d+(?:\.\d+)+(?:-\d+)?)\.(?:t|zip)/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6844f00620d72aea96200ed1d2abae15a9ade480b7cdbe2fe30e023a18efb4b1" From 31ce9b0878e9174df632223b76e10d7f5e1e2197 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:03 +0200 Subject: [PATCH 03626/10074] keystone: added `no_autobump!` --- Formula/k/keystone.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/keystone.rb b/Formula/k/keystone.rb index 7305e80b09242..078a2d10efd4f 100644 --- a/Formula/k/keystone.rb +++ b/Formula/k/keystone.rb @@ -6,6 +6,8 @@ class Keystone < Formula license "GPL-2.0-only" head "https://github.com/keystone-engine/keystone.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ccd260480e31343df08f282b31c71ba54088029cccf2e210afd58ef404a64be" From a73c579b5875ec9962d5b7126708b3dd7eafc5e0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:04 +0200 Subject: [PATCH 03627/10074] keyutils: added `no_autobump!` --- Formula/k/keyutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/keyutils.rb b/Formula/k/keyutils.rb index a65158aeddeff..7d27bc257cb00 100644 --- a/Formula/k/keyutils.rb +++ b/Formula/k/keyutils.rb @@ -5,6 +5,8 @@ class Keyutils < Formula sha256 "a61d5706136ae4c05bd48f86186bcfdbd88dd8bd5107e3e195c924cfc1b39bb4" license all_of: ["GPL-2.0-or-later", "LGPL-2.0-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_linux: "569fc190618bdad81896e66145fe832b1d858644d19c87a59ce417158e0cea7e" sha256 cellar: :any_skip_relocation, x86_64_linux: "d5b06c4e38d2c4b7decb5b7bc0431b3416993231e5fa688950e4df83686a298d" From 5cf974f554b7cb614e58cf512e4dca9d5a233581 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:04 +0200 Subject: [PATCH 03628/10074] khard: added `no_autobump!` --- Formula/k/khard.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/khard.rb b/Formula/k/khard.rb index 9610bc3c4aa32..2b331841e9356 100644 --- a/Formula/k/khard.rb +++ b/Formula/k/khard.rb @@ -8,6 +8,8 @@ class Khard < Formula license "GPL-3.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fb20881e405b6a35eb802c83225d7099e6ca99c8979ab2dac3159412318aa1b5" From dcb977776c9767f8ce5ded2f0d219c224ef5e6ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:04 +0200 Subject: [PATCH 03629/10074] khiva: added `no_autobump!` --- Formula/k/khiva.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/khiva.rb b/Formula/k/khiva.rb index 4305437daef49..a318fc1c69143 100644 --- a/Formula/k/khiva.rb +++ b/Formula/k/khiva.rb @@ -6,6 +6,8 @@ class Khiva < Formula revision: "c2c72474f98ce3547cbde5f934deabb1b4eda1c9" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_ventura: "79129c3668a37ad0c60c3225717337bd43e5bd453d8ada10ca36edc3eb0a6efd" From e6acf866a7bfb5a0a18f069eca14b00b2f76a5fd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:04 +0200 Subject: [PATCH 03630/10074] killswitch: added `no_autobump!` --- Formula/k/killswitch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/killswitch.rb b/Formula/k/killswitch.rb index 021b63edf2287..44b4f0fe3660d 100644 --- a/Formula/k/killswitch.rb +++ b/Formula/k/killswitch.rb @@ -6,6 +6,8 @@ class Killswitch < Formula license "BSD-3-Clause" head "https://github.com/vpn-kill-switch/killswitch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "774a26f0fc7ef071f5b5ff472ac6dba6f0ef5e117096f2de5bd558f1398ac464" sha256 cellar: :any_skip_relocation, arm64_sonoma: "94166ec9298fa9ecabd8f1f736c7a1105aba2ee0cc3188d290206c3192977846" From 266da55a5b8a5b8836566a45c0abc72a1eb65783 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:04 +0200 Subject: [PATCH 03631/10074] kimwitu++: added `no_autobump!` --- Formula/k/kimwitu++.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kimwitu++.rb b/Formula/k/kimwitu++.rb index 540692a8e61fd..8553d2c34f5e8 100644 --- a/Formula/k/kimwitu++.rb +++ b/Formula/k/kimwitu++.rb @@ -10,6 +10,8 @@ class Kimwituxx < Formula regex(/href=.*?kimwitu\+\+[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3861ff2b9ae3eacfcb277bc50b6a3b1e16c608c807ff082ea2b2fe6d739f6608" sha256 cellar: :any_skip_relocation, arm64_sonoma: "35b17dd52015ae03a53788fc887c4b4943ab78b18f16fa6194b697e16fc69c3c" From 3a5c5c85e7ec8dbab468e0cdfa662bae6ccce150 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:04 +0200 Subject: [PATCH 03632/10074] kitchen-completion: added `no_autobump!` --- Formula/k/kitchen-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kitchen-completion.rb b/Formula/k/kitchen-completion.rb index ddf81600aa6ce..8b63f631c9549 100644 --- a/Formula/k/kitchen-completion.rb +++ b/Formula/k/kitchen-completion.rb @@ -6,6 +6,8 @@ class KitchenCompletion < Formula license "MIT" head "https://github.com/MarkBorcherding/test-kitchen-bash-completion.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "2db54abff94a93a95e8cee31a46ad86210e556d2f2c25d1f7f3d8a8dd1853514" From 1e04a9afb03a9c7a08534da84272e535ae2cbe95 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:05 +0200 Subject: [PATCH 03633/10074] klavaro: added `no_autobump!` --- Formula/k/klavaro.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/klavaro.rb b/Formula/k/klavaro.rb index b60ddb8679430..b2521bb415ca6 100644 --- a/Formula/k/klavaro.rb +++ b/Formula/k/klavaro.rb @@ -11,6 +11,8 @@ class Klavaro < Formula regex(%r{url=.*?/klavaro[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f51c0783c7004a02723e01896663c837923fe3ef5efc576821e68deb3383387c" sha256 arm64_sonoma: "da78d9074c10ef13c0c188880d8c66d72aa130734a240d696a5ff67676f1557c" From e3f67d1541369001b71ae01090071d9b1c8d6c19 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:05 +0200 Subject: [PATCH 03634/10074] knock: added `no_autobump!` --- Formula/k/knock.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/knock.rb b/Formula/k/knock.rb index 59071ab70f025..368c0f56efa91 100644 --- a/Formula/k/knock.rb +++ b/Formula/k/knock.rb @@ -10,6 +10,8 @@ class Knock < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6918a15821559b226ee8e3844a439277a1cf6b4dcd6fa503fd71531fe541fe8d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0705f9179784dc82526bc20a47df2b3a39b1b5e476cca49d4406c9c0e3f1ea1" From 4216d2500c142ea637939e753bf6b158b56b05ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:05 +0200 Subject: [PATCH 03635/10074] koka: added `no_autobump!` --- Formula/k/koka.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/koka.rb b/Formula/k/koka.rb index 2de7b484dccdd..214923750f2fc 100644 --- a/Formula/k/koka.rb +++ b/Formula/k/koka.rb @@ -26,6 +26,8 @@ class Koka < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d47eb2b41f0cd8cdb0d07acbbd4382b6ddb89cd4497af5b51d556bf8bab62b06" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7506daa434b459eaa217e10e77c4307fc598661ee4d9545a4c48916c0a0dda56" From 7a66de542bcc13cbabea52066b2d3d5b11aa71a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:05 +0200 Subject: [PATCH 03636/10074] kommit: added `no_autobump!` --- Formula/k/kommit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kommit.rb b/Formula/k/kommit.rb index 465ee70ace62f..09a3f4d184221 100644 --- a/Formula/k/kommit.rb +++ b/Formula/k/kommit.rb @@ -5,6 +5,8 @@ class Kommit < Formula sha256 "c51e87c9719574feb9841fdcbd6d1a43b73a45afeca25e1312d2699fdf730161" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "e27d05c078699c3a5c3ba379e6a598cd4b96142358bf41fca14cf2faa83251ff" From 152fce35b842534b0ee1d743a8691b2564af7c04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:05 +0200 Subject: [PATCH 03637/10074] kona: added `no_autobump!` --- Formula/k/kona.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kona.rb b/Formula/k/kona.rb index a035e5072aab6..da5f00c7a4ca9 100644 --- a/Formula/k/kona.rb +++ b/Formula/k/kona.rb @@ -12,6 +12,8 @@ class Kona < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "84c61f1623af99fce59ff37ac3310eeb4c20bfa9ed42b78eec9dcacb8c9d57c5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3173ebdcc5b42b89e00caa74715d04512069ef0fd7d124f0c9b8fb92fd2a54a0" From cb8649bd1baf877c86ed697fca4616a79f0923d2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:06 +0200 Subject: [PATCH 03638/10074] kondo: added `no_autobump!` --- Formula/k/kondo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kondo.rb b/Formula/k/kondo.rb index c7c2d027527ec..9b0402a6516ba 100644 --- a/Formula/k/kondo.rb +++ b/Formula/k/kondo.rb @@ -5,6 +5,8 @@ class Kondo < Formula sha256 "4054c90e679a379a735b3166df4633fb86a33725175ebe23d7b659dcb7155b26" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f7ed792db60c8e6dab1cd65a717e23443a509f37fc9a5c3fc2c5b2be86fdf65" From 2ed8c4d6c8743f312f7f66e1c21235d620c39148 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:06 +0200 Subject: [PATCH 03639/10074] kopia: added `no_autobump!` --- Formula/k/kopia.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kopia.rb b/Formula/k/kopia.rb index 655c48ec9983e..5f904900b8fa5 100644 --- a/Formula/k/kopia.rb +++ b/Formula/k/kopia.rb @@ -6,6 +6,8 @@ class Kopia < Formula revision: "1ee24977ceb09c02329eaebac718ec5a950c5d83" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fef8724dc38183165b2d95d432d734a40b228d299615c5c2358ef6429b23f1d8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1d69afba3a1d9046cb623472825ed7931a392b95355dad08ed6bfe06cbfd8de" From b8458271aa76a5384e089d5b4db8b7b3735db6c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:06 +0200 Subject: [PATCH 03640/10074] kore: added `no_autobump!` --- Formula/k/kore.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kore.rb b/Formula/k/kore.rb index 6b44b0025f497..dbe17fbc7b044 100644 --- a/Formula/k/kore.rb +++ b/Formula/k/kore.rb @@ -11,6 +11,8 @@ class Kore < Formula regex(/href=.*?kore[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "b25dd99e236b7cf5cdfec8d1128dfb125d271400aef79e29a6877fd47f86a4a2" From 7214ba2d91bd3caf97e017612089409ecb835fd3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:06 +0200 Subject: [PATCH 03641/10074] kosli-cli: added `no_autobump!` --- Formula/k/kosli-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kosli-cli.rb b/Formula/k/kosli-cli.rb index d102ef455d587..31aafb2f5fb90 100644 --- a/Formula/k/kosli-cli.rb +++ b/Formula/k/kosli-cli.rb @@ -11,6 +11,8 @@ class KosliCli < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "67f4b68715bda0101d061a07d0e68f926b6a9f4acbc1366cfb863faabe6add69" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d6bab1ce5b0829d17a1854d3f9bda0af9d5af6ca7bce89a17ef665f0a0c9ed5" From 9ede02b3ef43c028919eb54e0d41d3f79b6190af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:06 +0200 Subject: [PATCH 03642/10074] kqwait: added `no_autobump!` --- Formula/k/kqwait.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kqwait.rb b/Formula/k/kqwait.rb index 197dd7c1d9ed3..fe7667be26e7f 100644 --- a/Formula/k/kqwait.rb +++ b/Formula/k/kqwait.rb @@ -6,6 +6,8 @@ class Kqwait < Formula license "BSD-2-Clause" head "https://github.com/sschober/kqwait.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "69088af879a12bce91e41c0f70c063c27778c4668db657edd7b99062e14f9c34" sha256 cellar: :any_skip_relocation, arm64_sonoma: "61eda480313a8450e8629464371f24d6ab7f223fc8eb56290666164e572a6792" From 40d11bae6ccd95513c837bab39b42d3b6c107360 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:07 +0200 Subject: [PATCH 03643/10074] kstart: added `no_autobump!` --- Formula/k/kstart.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kstart.rb b/Formula/k/kstart.rb index fa70f0081546c..c28abc531af38 100644 --- a/Formula/k/kstart.rb +++ b/Formula/k/kstart.rb @@ -10,6 +10,8 @@ class Kstart < Formula regex(/href=.*?kstart[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4406b6bbb8c07dce6d556cafddb099811130501c3c377dd057f4c997ba2033c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7ca3f10529d5a1651d1e2d0a5a2940720825e35f996cb46b52ad543f7f63328" From 7ba0914a54403b969c5b82f1868ffe15d303fd9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:07 +0200 Subject: [PATCH 03644/10074] ksync: added `no_autobump!` --- Formula/k/ksync.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/ksync.rb b/Formula/k/ksync.rb index cfefec48c786a..6eb7be7687bc2 100644 --- a/Formula/k/ksync.rb +++ b/Formula/k/ksync.rb @@ -7,6 +7,8 @@ class Ksync < Formula license "Apache-2.0" head "https://github.com/ksync/ksync.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1620949d8da595167314a38d77d648496ae8f643d95b41020ac84618cbc341a2" From ccbc16845f632c307b394edf7e989f618d508c38 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:07 +0200 Subject: [PATCH 03645/10074] kt-connect: added `no_autobump!` --- Formula/k/kt-connect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kt-connect.rb b/Formula/k/kt-connect.rb index e64976679ebf3..3d3bd4c4a39ec 100644 --- a/Formula/k/kt-connect.rb +++ b/Formula/k/kt-connect.rb @@ -6,6 +6,8 @@ class KtConnect < Formula license "GPL-3.0-or-later" head "https://github.com/alibaba/kt-connect.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sonoma: "dee23d253f401d36476a08a6150c453eb9ad696f2523cd71f3bc35a35159dd88" From e3e25581557d636924de9c8e77fe52e647e8a7d0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:07 +0200 Subject: [PATCH 03646/10074] ktlint: added `no_autobump!` --- Formula/k/ktlint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/ktlint.rb b/Formula/k/ktlint.rb index c801d4efbd882..6f8ad3c57d30c 100644 --- a/Formula/k/ktlint.rb +++ b/Formula/k/ktlint.rb @@ -5,6 +5,8 @@ class Ktlint < Formula sha256 "3d7b44230df2a71c17667b59a0d17e2e3658135f29dcfa3e72b6ed5c4d29b34d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "778789c98fd46753ea4176df0a91970a6739ffe1169de393ef5f03aa894801cf" end From 632a12318ab5200e1a9e068ce64bcfad5ae61b08 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:07 +0200 Subject: [PATCH 03647/10074] ktmpl: added `no_autobump!` --- Formula/k/ktmpl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/ktmpl.rb b/Formula/k/ktmpl.rb index 41707d0fdbf8d..7486ca2d33299 100644 --- a/Formula/k/ktmpl.rb +++ b/Formula/k/ktmpl.rb @@ -6,6 +6,8 @@ class Ktmpl < Formula license "MIT" head "https://github.com/jimmycuadra/ktmpl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2dc088f8bdd186bd390a9f26861ce4eaad7188aa36c5d8e269d0db6e4ca8dcb8" From a350fb7e90441e1ac7875c98620d44bcfb8b0eaf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:07 +0200 Subject: [PATCH 03648/10074] kubeaudit: added `no_autobump!` --- Formula/k/kubeaudit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kubeaudit.rb b/Formula/k/kubeaudit.rb index 453c594672f46..f8dd12c8620b0 100644 --- a/Formula/k/kubeaudit.rb +++ b/Formula/k/kubeaudit.rb @@ -6,6 +6,8 @@ class Kubeaudit < Formula license "MIT" head "https://github.com/Shopify/kubeaudit.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e3522037f91f1ec9aaff02d095c6c9da7cd4b1b13fa88f7531d7be68f880432" sha256 cellar: :any_skip_relocation, arm64_sonoma: "009138418c76bbb04d6a36a782c0c5723716f96490d97d97787de7d86862a4a5" From 4381bf274bfaa7d7b681b6c32cfc39f27e518dd4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:08 +0200 Subject: [PATCH 03649/10074] kubectx: added `no_autobump!` --- Formula/k/kubectx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kubectx.rb b/Formula/k/kubectx.rb index a10c5a4cf52fb..7614a3c77d0ef 100644 --- a/Formula/k/kubectx.rb +++ b/Formula/k/kubectx.rb @@ -6,6 +6,8 @@ class Kubectx < Formula license "Apache-2.0" head "https://github.com/ahmetb/kubectx.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "6552e91e68ff8abda73be837c80539b47e3aadc73e5f8bab57cbb3bf0356c682" From fc0cff98208fcb7c52fd3ab8b548edd307615e26 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:08 +0200 Subject: [PATCH 03650/10074] kubernetes-cli@1.29: added `no_autobump!` --- Formula/k/kubernetes-cli@1.29.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kubernetes-cli@1.29.rb b/Formula/k/kubernetes-cli@1.29.rb index f22c4375e8962..acad73e872ce1 100644 --- a/Formula/k/kubernetes-cli@1.29.rb +++ b/Formula/k/kubernetes-cli@1.29.rb @@ -6,6 +6,8 @@ class KubernetesCliAT129 < Formula revision: "4f359b2e16764ab5e175195ee6992dfb53b36acf" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "087825baacb21eea7f0ba0d335a06cbaa73d20bfd0009e2b3081a5accf173017" sha256 cellar: :any_skip_relocation, arm64_sonoma: "987a7f47b50c4f231a6de7e4065166f0798691f5f2e2181eaba0f30f73528706" From 547db9fe0db1a9031a9d2c85b504c0702193df68 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:08 +0200 Subject: [PATCH 03651/10074] kubesess: added `no_autobump!` --- Formula/k/kubesess.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kubesess.rb b/Formula/k/kubesess.rb index 917689a31b3c4..e831dcf991b2b 100644 --- a/Formula/k/kubesess.rb +++ b/Formula/k/kubesess.rb @@ -5,6 +5,8 @@ class Kubesess < Formula sha256 "a5cfbf0637968124d9655109a44222de49b97a882831b56ccf3f11360872dfcd" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "344f52b08299ed4b08e8af8ae17d5d75ab56cd8c8f2bb017ded8ef2de861eb44" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3da56f2c3569d78ebba5c172eed393c45c528a6dd08562317496b152ba114481" From 1012a77798f2c71665ba23f0f326ddc84766212d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:08 +0200 Subject: [PATCH 03652/10074] kumo: added `no_autobump!` --- Formula/k/kumo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kumo.rb b/Formula/k/kumo.rb index ac7ff3be8a999..f2f24186bcab0 100644 --- a/Formula/k/kumo.rb +++ b/Formula/k/kumo.rb @@ -10,6 +10,8 @@ class Kumo < Formula regex(%r{v?(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "964493ca566d7dc73ab4519fa820e7360981acd9d8d343920f843b83642cc008" From 2e3587158a4ec39abdc67a16e8a053dfae963b1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:08 +0200 Subject: [PATCH 03653/10074] kustomizer: added `no_autobump!` --- Formula/k/kustomizer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kustomizer.rb b/Formula/k/kustomizer.rb index cd4fb22e5906c..83143f934a53b 100644 --- a/Formula/k/kustomizer.rb +++ b/Formula/k/kustomizer.rb @@ -6,6 +6,8 @@ class Kustomizer < Formula license "Apache-2.0" head "https://github.com/stefanprodan/kustomizer.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0614a810f33b3319820a68d23aee72b4af6f04d937435e2b9df8c3a6c8991caa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "db4028189fa70a68b0c6c33a0837b864a9fce38f0b9e232c8adc3adfbf7a6efc" From c383e193de4cd73db7ef26b196d4b70362c74ee5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:08 +0200 Subject: [PATCH 03654/10074] kuzco: added `no_autobump!` --- Formula/k/kuzco.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kuzco.rb b/Formula/k/kuzco.rb index 6c3f2a68cd6e5..9aee7e2d552e6 100644 --- a/Formula/k/kuzco.rb +++ b/Formula/k/kuzco.rb @@ -6,6 +6,8 @@ class Kuzco < Formula license "Apache-2.0" head "https://github.com/RoseSecurity/Kuzco.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "843597dc532c472bbc088673a68e60a58902e9084dbdc2c115ad29cf45a48e2a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "843597dc532c472bbc088673a68e60a58902e9084dbdc2c115ad29cf45a48e2a" From 07969d68e2b4a2bb02413f8e4494463b2f6eaa97 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:09 +0200 Subject: [PATCH 03655/10074] kuzu: added `no_autobump!` --- Formula/k/kuzu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kuzu.rb b/Formula/k/kuzu.rb index bdf87f7f1ffdf..6d46c77723403 100644 --- a/Formula/k/kuzu.rb +++ b/Formula/k/kuzu.rb @@ -6,6 +6,8 @@ class Kuzu < Formula license "MIT" head "https://github.com/kuzudb/kuzu.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bb7aa1820a91f16e0bdeb5f7c53712283bd554ae81620d1ba88fe42659ba463d" sha256 cellar: :any, arm64_sonoma: "98c6ea68a10e431295b2462087c3708c9d2bc20f0692183cd6a20afd742a3e87" From 3b5069201ff9347632a39be26db18dccc3fc78a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:09 +0200 Subject: [PATCH 03656/10074] kyoto-cabinet: added `no_autobump!` --- Formula/k/kyoto-cabinet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kyoto-cabinet.rb b/Formula/k/kyoto-cabinet.rb index 1e63f28d71db6..3d9d926ecb114 100644 --- a/Formula/k/kyoto-cabinet.rb +++ b/Formula/k/kyoto-cabinet.rb @@ -10,6 +10,8 @@ class KyotoCabinet < Formula regex(/href=.*?kyotocabinet[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e2094e4b5871b1aab91c2877eccc2be6fa719fccd3f7cbf741682d15b47b2733" sha256 arm64_sonoma: "c7f6a7ff504412e535d711652f9dfa3a998681ce1d30339e60b56d41932b86dc" From d25cb8afcc9a15d9de44dcccd3dde61b5c553ac9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:09 +0200 Subject: [PATCH 03657/10074] kyoto-tycoon: added `no_autobump!` --- Formula/k/kyoto-tycoon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kyoto-tycoon.rb b/Formula/k/kyoto-tycoon.rb index 0c1bb02ec8b9d..05185dbc097b9 100644 --- a/Formula/k/kyoto-tycoon.rb +++ b/Formula/k/kyoto-tycoon.rb @@ -11,6 +11,8 @@ class KyotoTycoon < Formula regex(/href=.*?kyototycoon[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f3b2c1708ea58985f5d0e9e70e17d44cd80eaaade96f77b298202356bc0b493c" sha256 arm64_sonoma: "53cb82d8fa4502c0041623ae8cfbb609b37625963c1eea87e43e48c0b0a1d4dc" From edf57352963b4f9c4dd0bbf88a63a6f6cc0bddce Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:09 +0200 Subject: [PATCH 03658/10074] kytea: added `no_autobump!` --- Formula/k/kytea.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kytea.rb b/Formula/k/kytea.rb index 4763cebcd955b..67e340aee8ba6 100644 --- a/Formula/k/kytea.rb +++ b/Formula/k/kytea.rb @@ -19,6 +19,8 @@ class Kytea < Formula regex(/href=.*?kytea[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0afb996003e2ad0e1443b6a260fcebf6ae349022a1e082ae467bc96d77000b1f" sha256 arm64_sonoma: "80b6a9d85ab58a17b68cf889c413a5bae57c27839ec5e77a787a2a4ae7753c71" From d67f1c0178d88220d3bace08f3fb14b657b2e132 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:29 +0200 Subject: [PATCH 03659/10074] lab: added `no_autobump!` --- Formula/l/lab.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lab.rb b/Formula/l/lab.rb index e26a23dabd672..0b826083b0724 100644 --- a/Formula/l/lab.rb +++ b/Formula/l/lab.rb @@ -6,6 +6,8 @@ class Lab < Formula license "CC0-1.0" head "https://github.com/zaquestion/lab.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ad4754373780ae61c444bdfd9505479639b7d12a60613b3514e4f888335b347" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f11a5e58b8158bd43d1e4f93e4c85e398f6ba34308957b6e5b868c58d582cdb2" From 8f941702c46c1c9904330efde35ed617d7b0ac2e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:29 +0200 Subject: [PATCH 03660/10074] ladspa-sdk: added `no_autobump!` --- Formula/l/ladspa-sdk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ladspa-sdk.rb b/Formula/l/ladspa-sdk.rb index a06cbf4f93b77..c93353eee7d5c 100644 --- a/Formula/l/ladspa-sdk.rb +++ b/Formula/l/ladspa-sdk.rb @@ -10,6 +10,8 @@ class LadspaSdk < Formula regex(/href=.*?ladspa[._-]sdk[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_linux: "c040c53ca46e36809ad0b9729b4fc3381d9ffb665bf9deb81726d27bb847170c" From eb7e463c7c0c3737d2eb4734cada568026d0e918 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:29 +0200 Subject: [PATCH 03661/10074] lager: added `no_autobump!` --- Formula/l/lager.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lager.rb b/Formula/l/lager.rb index 716fda709b88f..fde7aba5d9af0 100644 --- a/Formula/l/lager.rb +++ b/Formula/l/lager.rb @@ -5,6 +5,8 @@ class Lager < Formula sha256 "9e4743c3fe2c95c1653c3fd088a2200108f09d758725697831852dc91d15d174" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "092b29ac8e64b817faba834b6b03d4970ce7cf939a271e812bdfcfd09dd081ff" From 1064dcfc56c624ab62b83869e0ca215cf1bd97dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:30 +0200 Subject: [PATCH 03662/10074] lame: added `no_autobump!` --- Formula/l/lame.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lame.rb b/Formula/l/lame.rb index e043fb11491de..8b6501154c77f 100644 --- a/Formula/l/lame.rb +++ b/Formula/l/lame.rb @@ -10,6 +10,8 @@ class Lame < Formula regex(%r{url=.*?/lame[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0ae0dcb09c908b80ffbdb1bb168674e5190d6b9ae006d5282b7ab4f06eac9f36" sha256 cellar: :any, arm64_sonoma: "a5116a219d70f3bb6728a0dfe6801413b9fd70e6c864257691cdb0ea272c2c1e" From aa8e3a8532673acaabc29f96d6b2408afb838e04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:30 +0200 Subject: [PATCH 03663/10074] lammps: added `no_autobump!` --- Formula/l/lammps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lammps.rb b/Formula/l/lammps.rb index cb9339615076d..7743287d17fbb 100644 --- a/Formula/l/lammps.rb +++ b/Formula/l/lammps.rb @@ -26,6 +26,8 @@ class Lammps < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "68dadea5323f428530fce56d1ee3f59f1c198d781e7460a22ec4cc9f3f3f96a8" From a4a01bba5817d9468eba2bc1affbc211269b1217 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:30 +0200 Subject: [PATCH 03664/10074] lasi: added `no_autobump!` --- Formula/l/lasi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lasi.rb b/Formula/l/lasi.rb index abc08e6783f4d..0935a474cebad 100644 --- a/Formula/l/lasi.rb +++ b/Formula/l/lasi.rb @@ -7,6 +7,8 @@ class Lasi < Formula revision 2 head "https://svn.code.sf.net/p/lasi/code/trunk" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "cacfb48c1b73960804bf1471d86942b79e306cbf737242f31456fd41588798c0" From 16b8a8e4970fa493da1e22871e413a11540de214 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:30 +0200 Subject: [PATCH 03665/10074] lasso: added `no_autobump!` --- Formula/l/lasso.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lasso.rb b/Formula/l/lasso.rb index 0882ec362bb74..5fb40588829e9 100644 --- a/Formula/l/lasso.rb +++ b/Formula/l/lasso.rb @@ -13,6 +13,8 @@ class Lasso < Formula regex(/href=.*?lasso[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d11f5c5002eea8bf352df2eb6d3e903a25cf985c624d764d908646b7193d7787" sha256 cellar: :any, arm64_sonoma: "bae175f8483fcb721716c04489109384cf80f7b1b3e2dfddfe2bbb785e0cbddf" From c22172bdaf1cf65e0e8bff795fa4c87938ce20d1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:30 +0200 Subject: [PATCH 03666/10074] latex2rtf: added `no_autobump!` --- Formula/l/latex2rtf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/latex2rtf.rb b/Formula/l/latex2rtf.rb index f3ea3f52cde91..3c3bbfc9684c1 100644 --- a/Formula/l/latex2rtf.rb +++ b/Formula/l/latex2rtf.rb @@ -10,6 +10,8 @@ class Latex2rtf < Formula skip "New git repository doesn't have 2.x tags yet" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1401d5794081fccd0385a9a5fbbb53428c2e5a6e0ea52faf745d3b08223f5ae1" sha256 arm64_sonoma: "0b89a54487cfef6b584b706ed87e270fcbf3a36a840a7f349b2352e82ee0588c" From a66a97bede85198707b6bad78a9cbf7edb3eb709 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:30 +0200 Subject: [PATCH 03667/10074] launch: added `no_autobump!` --- Formula/l/launch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/launch.rb b/Formula/l/launch.rb index 9017783a72d75..be50a0207a3f0 100644 --- a/Formula/l/launch.rb +++ b/Formula/l/launch.rb @@ -11,6 +11,8 @@ class Launch < Formula regex(/href=.*?launch[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "54d531c3c1a2663b5666ac7f0b7089173994b80420fcbfff0245810e46c26121" From f211c682de183031685ddf7845c19a4b4d339ed7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:31 +0200 Subject: [PATCH 03668/10074] launch4j: added `no_autobump!` --- Formula/l/launch4j.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/launch4j.rb b/Formula/l/launch4j.rb index f623025f8cd0b..b10342d371c67 100644 --- a/Formula/l/launch4j.rb +++ b/Formula/l/launch4j.rb @@ -14,6 +14,8 @@ class Launch4j < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, sonoma: "bc152d6a1c145f2f6242ebcd9e772809e739e23b13b241f2a995d118a7199251" sha256 cellar: :any_skip_relocation, ventura: "15f9a731ba37cfd7cf90365c98f8d59ac5c5e482d2caf7561c83adccb81e8f16" From fdd37e5f5f2ef3256ef4f98ae5e3981c778d07c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:31 +0200 Subject: [PATCH 03669/10074] launch_socket_server: added `no_autobump!` --- Formula/l/launch_socket_server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/launch_socket_server.rb b/Formula/l/launch_socket_server.rb index 8955ea2f46c2f..02e12509c1809 100644 --- a/Formula/l/launch_socket_server.rb +++ b/Formula/l/launch_socket_server.rb @@ -6,6 +6,8 @@ class LaunchSocketServer < Formula license "MIT" head "https://github.com/mistydemeo/launch_socket_server.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4dc5f49b22d19b1a6d79d1697b52883dfb9ef8f39d2777a49c6aed182b9ef0be" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ce6af2c7124bc91494a306292073b296f109482869a4c01870ef97e81d5d62d" From 84402ec87fdca1fc01ccd2884d2b11b567dec3ee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:31 +0200 Subject: [PATCH 03670/10074] launchctl-completion: added `no_autobump!` --- Formula/l/launchctl-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/launchctl-completion.rb b/Formula/l/launchctl-completion.rb index c412aaa7f1079..48265d4d63d50 100644 --- a/Formula/l/launchctl-completion.rb +++ b/Formula/l/launchctl-completion.rb @@ -5,6 +5,8 @@ class LaunchctlCompletion < Formula sha256 "b21c39031fa41576d695720b295dce57358c320964f25d19a427798d0f0df7a0" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "2a7e390f88b9c9af6385e775f96d855d40ebe4bf821a3f14de9903d8f30bad7c" From 2a82a10fe95329ee88cfd51eb9ad3d29f0baa976 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:31 +0200 Subject: [PATCH 03671/10074] launchdns: added `no_autobump!` --- Formula/l/launchdns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/launchdns.rb b/Formula/l/launchdns.rb index 8b4a5f7a4f75a..8c939744971db 100644 --- a/Formula/l/launchdns.rb +++ b/Formula/l/launchdns.rb @@ -7,6 +7,8 @@ class Launchdns < Formula revision 2 head "https://github.com/josh/launchdns.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "17fe53b3739164de794cbd74b1b7ef2f7c0272a364b3d6f76de1ba9a2d4d8941" From 7fcaacdae4728bcc00c955cdf565b1a84af7191b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:31 +0200 Subject: [PATCH 03672/10074] lavat: added `no_autobump!` --- Formula/l/lavat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lavat.rb b/Formula/l/lavat.rb index da0e67909ec92..2805d7e16bd5b 100644 --- a/Formula/l/lavat.rb +++ b/Formula/l/lavat.rb @@ -6,6 +6,8 @@ class Lavat < Formula license "MIT" head "https://github.com/AngelJumbo/lavat.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7cb9e3e77b1074841570a1bd0b037bcee8d74e05784c8bd9a3f2a4ec4c6c915" sha256 cellar: :any_skip_relocation, arm64_sonoma: "741edf089aad5dc7dcb7c206daa13fb4e1dceca2bf2d6aeae3a5acedc68cbe5a" From 2aa7b82f356d52d5e83350f9f1cc3b74eaec4351 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:31 +0200 Subject: [PATCH 03673/10074] lbfgspp: added `no_autobump!` --- Formula/l/lbfgspp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lbfgspp.rb b/Formula/l/lbfgspp.rb index 7b6d3b74595aa..6688573549f4c 100644 --- a/Formula/l/lbfgspp.rb +++ b/Formula/l/lbfgspp.rb @@ -6,6 +6,8 @@ class Lbfgspp < Formula license "MIT" head "https://github.com/yixuan/LBFGSpp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "915d14792b76cd42afb89064bd50c8119dcf4ba0f500d3d06032c6126a349011" end From ce5a3f4795052f89b8fee33906a745caaa2f7158 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:32 +0200 Subject: [PATCH 03674/10074] lbzip2: added `no_autobump!` --- Formula/l/lbzip2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lbzip2.rb b/Formula/l/lbzip2.rb index 9affb78ac3b79..e341a94c66eee 100644 --- a/Formula/l/lbzip2.rb +++ b/Formula/l/lbzip2.rb @@ -7,6 +7,8 @@ class Lbzip2 < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4e8b2e54ff8947f156f0d1bf226b86e6d0b205aacdca7becb7082e4c0ca39d6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "abab60638d8631dbc39b92e1a9061c2b5d2e6ef40259efe4173eae99de6668e2" From a57e6d41ad4d8da479c52ecb2e8c5682c6528526 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:32 +0200 Subject: [PATCH 03675/10074] lcdf-typetools: added `no_autobump!` --- Formula/l/lcdf-typetools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lcdf-typetools.rb b/Formula/l/lcdf-typetools.rb index d9f1e6f4aafad..35b017b0a1ecf 100644 --- a/Formula/l/lcdf-typetools.rb +++ b/Formula/l/lcdf-typetools.rb @@ -11,6 +11,8 @@ class LcdfTypetools < Formula regex(/href=.*?lcdf-typetools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "5e354428d6719b3944d45a3836a61964221ae31b65a35cdc04d92a89c72bcd10" sha256 arm64_sonoma: "adebc013b9cd122099069d78f3da8eca8c86f585e2e08476f4fafe852acc6414" From 0ba265f6306ade97cdb540d4d81c7e583a9eedb0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:32 +0200 Subject: [PATCH 03676/10074] lcdproc: added `no_autobump!` --- Formula/l/lcdproc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lcdproc.rb b/Formula/l/lcdproc.rb index 42b8de128cb06..f446b3be85be7 100644 --- a/Formula/l/lcdproc.rb +++ b/Formula/l/lcdproc.rb @@ -6,6 +6,8 @@ class Lcdproc < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 sonoma: "16efc1c9a35bf0563aa2c66a8f653c56e1ef4694956533c31acc722af6834f86" sha256 ventura: "ff2675dfa714a9de7e8d5a9f40c214cf5547c85c402337e7376a54631f43020a" From 2ce78f67c36ac0b3eb1524dab22ef9a33df2b415 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:32 +0200 Subject: [PATCH 03677/10074] lci: added `no_autobump!` --- Formula/l/lci.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lci.rb b/Formula/l/lci.rb index 1778ae52bb750..75ad93c1000ce 100644 --- a/Formula/l/lci.rb +++ b/Formula/l/lci.rb @@ -5,6 +5,8 @@ class Lci < Formula sha256 "51725e33a7066100757b7da84b2290a651a5f47b985eb3e3647acd871964cd58" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "13a9869c2bc147eb19005e15ed2ccd27a6afec14b8ec661b535e6a8a288b47bc" sha256 arm64_sonoma: "46ba0405d0111869ea90bd1fd0148807a65bda00be35589b8d67701b57ffcbf4" From 2cf37fb627aca17e9107b8928d9048dd258e7261 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:32 +0200 Subject: [PATCH 03678/10074] lcs: added `no_autobump!` --- Formula/l/lcs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lcs.rb b/Formula/l/lcs.rb index 98b5c3494fd0e..41f930565ca03 100644 --- a/Formula/l/lcs.rb +++ b/Formula/l/lcs.rb @@ -13,6 +13,8 @@ class Lcs < Formula skip "Formula uses an unstable trunk version" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1b4eaae7da86c0a3882c11642d4dd5cdeac07f63742c7714e9cc1a57a88baf5b" sha256 arm64_sonoma: "53c3857d8a8d4fbe45e84b0489f9a9b50da8078fc037f470473272ff36d7cb4d" From 1d9514a38b6ec49fba44709a8020b80e13d07b0d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:32 +0200 Subject: [PATCH 03679/10074] ldapvi: added `no_autobump!` --- Formula/l/ldapvi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ldapvi.rb b/Formula/l/ldapvi.rb index 60fe62bd093d3..95577d960c5dd 100644 --- a/Formula/l/ldapvi.rb +++ b/Formula/l/ldapvi.rb @@ -12,6 +12,8 @@ class Ldapvi < Formula regex(/href=.*?ldapvi[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "619197cac0a0f9f7c8df2d5ced5e42f95e421c645ae87b7ae0d44048cbec6359" sha256 cellar: :any, arm64_sonoma: "1a498cb6fd5153f82c0cfd2a9133dcaf68c280f3da4fa641abdcde5d0d2c4311" From 00d7468772da6c9746cb5bfd1f164d946c565db7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:33 +0200 Subject: [PATCH 03680/10074] ldeep: added `no_autobump!` --- Formula/l/ldeep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ldeep.rb b/Formula/l/ldeep.rb index a613ece02ef79..d5be0daef6ca3 100644 --- a/Formula/l/ldeep.rb +++ b/Formula/l/ldeep.rb @@ -8,6 +8,8 @@ class Ldeep < Formula license "MIT" head "https://github.com/franc-pentest/ldeep.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "82bf16581a7e37876280738dbc31a2e17d697d05078b65aff8b7b5d6d0c8c871" sha256 cellar: :any_skip_relocation, arm64_sonoma: "83461409b70bf0a9152c2fb620d8c7779febb0315304ceeb0d745242adfab8ad" From e7273e6b2f29c716dd20c40b45c8a749cbc87272 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:33 +0200 Subject: [PATCH 03681/10074] ldid-procursus: added `no_autobump!` --- Formula/l/ldid-procursus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ldid-procursus.rb b/Formula/l/ldid-procursus.rb index c3bbd1ab83000..071a819e77786 100644 --- a/Formula/l/ldid-procursus.rb +++ b/Formula/l/ldid-procursus.rb @@ -19,6 +19,8 @@ class LdidProcursus < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ab86601fb7c96f9099bf3d9b0634bd347de629fa7de675086efafc732c5e07ee" sha256 cellar: :any, arm64_sonoma: "2caaa28ed7a37de86484d25e95c81190b1856472ddaff524b10cb98e69ced503" From 7f2ecebee48a0747cf81718b2ea69c0c550cda3e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:33 +0200 Subject: [PATCH 03682/10074] ldid: added `no_autobump!` --- Formula/l/ldid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ldid.rb b/Formula/l/ldid.rb index ba5534645ed30..2e537b4893bea 100644 --- a/Formula/l/ldid.rb +++ b/Formula/l/ldid.rb @@ -8,6 +8,8 @@ class Ldid < Formula revision 1 head "git://git.saurik.com/ldid.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "84258b91d4f2085704b5d30a0a3cd50d32bebe0ca6e8e3adde999632afd63f4e" sha256 cellar: :any, arm64_sonoma: "e3c26343041639b82e88edf54d3af9f579876f800b7aeada94d36c807e441c27" From bb26f0153a7b23dea9a5f6348960d2691cebefbb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:33 +0200 Subject: [PATCH 03683/10074] ldpl: added `no_autobump!` --- Formula/l/ldpl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ldpl.rb b/Formula/l/ldpl.rb index c0a704692bbdc..f3609cda2d2b7 100644 --- a/Formula/l/ldpl.rb +++ b/Formula/l/ldpl.rb @@ -5,6 +5,8 @@ class Ldpl < Formula sha256 "c34fb7d67d45050c7198f83ec9bb0b7790f78df8c6d99506c37141ccd2ac9ff1" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e33c979551ec86b80944f16b45b337ff39010f021aea26a1e150156abbbbeea" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e793d5e90093676f1a1f9fe3d4919d50602c91d078e567af2b17deb6ebcc7f5" From 46990f2d48f08fe68cf9459ba6e181d5721e6834 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:33 +0200 Subject: [PATCH 03684/10074] le: added `no_autobump!` --- Formula/l/le.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/le.rb b/Formula/l/le.rb index 84d2d9b806b3f..e4a93bff10b62 100644 --- a/Formula/l/le.rb +++ b/Formula/l/le.rb @@ -10,6 +10,8 @@ class Le < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4c5be48a3e8a62904eae2419ba95fa1146897cdc9946c8d388b7d610fa888f0b" sha256 arm64_sonoma: "edfcd9c9eb3db9ca955cf89fdc062ea3fcbc146468fcfbc41dc5903ad50ce4a5" From aa93235af117fabda200590fef81d04402b5745d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:33 +0200 Subject: [PATCH 03685/10074] leaf: added `no_autobump!` --- Formula/l/leaf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/leaf.rb b/Formula/l/leaf.rb index cf3279cdc7a98..89ebad4b17ee0 100644 --- a/Formula/l/leaf.rb +++ b/Formula/l/leaf.rb @@ -6,6 +6,8 @@ class Leaf < Formula license "MIT" head "https://github.com/vrongmeal/leaf.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "09207a280786c059e1101f26dd85aab2ae159a8f295de090825959f88671e165" From 23ddba61c6edd70aed8d262174297b38f9323fdb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:34 +0200 Subject: [PATCH 03686/10074] lean: added `no_autobump!` --- Formula/l/lean.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lean.rb b/Formula/l/lean.rb index 2410c0d4df591..6c4dcaabeeb2e 100644 --- a/Formula/l/lean.rb +++ b/Formula/l/lean.rb @@ -6,6 +6,8 @@ class Lean < Formula license "Apache-2.0" head "https://github.com/leanprover-community/lean.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sonoma: "a5568b994d186b0a5e50a10dcfaa7e7ada0106308a8f80412eea4e71662729cf" From efac0665218ff93d5cc90953729e6a0e33ac1ad0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:34 +0200 Subject: [PATCH 03687/10074] leaps: added `no_autobump!` --- Formula/l/leaps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/leaps.rb b/Formula/l/leaps.rb index b35088d41ec5f..35809f48fc4d1 100644 --- a/Formula/l/leaps.rb +++ b/Formula/l/leaps.rb @@ -6,6 +6,8 @@ class Leaps < Formula license "MIT" head "https://github.com/jeffail/leaps.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "43d3cbf4a3539d7309b2d12ddab84541f1360921b6d67d7b727096998329d952" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bfac2abd2f5b64411fce7e91201e7680047747405ba719836d78fb74d8004c5" From cd9146f9d482be8b4c73163cf76067895038914d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:34 +0200 Subject: [PATCH 03688/10074] ledger: added `no_autobump!` --- Formula/l/ledger.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ledger.rb b/Formula/l/ledger.rb index 73d3d2748780c..047354410433d 100644 --- a/Formula/l/ledger.rb +++ b/Formula/l/ledger.rb @@ -47,6 +47,8 @@ class Ledger < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6fe371a5bcfa9830acbaaebc0ef8610f397f56025b3eec0b4cfac1d05d66f3d0" sha256 cellar: :any, arm64_sonoma: "a13069588287ee7022d4ecbd79b3a3f62454b7bdcb4f8521d81dd5db0745b056" From 4e6d46f657e2c649e16a7651cf5d74ec15f21f6c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:34 +0200 Subject: [PATCH 03689/10074] leela-zero: added `no_autobump!` --- Formula/l/leela-zero.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/leela-zero.rb b/Formula/l/leela-zero.rb index fec0bfb170b6e..62e9294e5a40d 100644 --- a/Formula/l/leela-zero.rb +++ b/Formula/l/leela-zero.rb @@ -8,6 +8,8 @@ class LeelaZero < Formula license "GPL-3.0-or-later" revision 10 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "89c9cd32fe6c7a9c5239fd79cb4478b59c3fab520ef41b6eac2420c549d485c2" sha256 cellar: :any, arm64_sonoma: "d53fa2be94dea4d05c53dec8fe788b9d0592ba2fe9a1859f469a3561514b0503" From 37875c7c555e9b36d160ccc468cfda283b4e5c2d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:34 +0200 Subject: [PATCH 03690/10074] legit: added `no_autobump!` --- Formula/l/legit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/legit.rb b/Formula/l/legit.rb index d1d39953938cd..f758ff0973df0 100644 --- a/Formula/l/legit.rb +++ b/Formula/l/legit.rb @@ -9,6 +9,8 @@ class Legit < Formula revision 8 head "https://github.com/frostming/legit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e42ca33477abbbd0614ebe49a653974aeeda576e2ea6341f47c6c8a871eed61" From c39b4691cf53d4971294dbcf4fe8a969bc96ab29 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:35 +0200 Subject: [PATCH 03691/10074] lemmeknow: added `no_autobump!` --- Formula/l/lemmeknow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lemmeknow.rb b/Formula/l/lemmeknow.rb index 748ef59d0e1ad..f5ad7c3b7edcd 100644 --- a/Formula/l/lemmeknow.rb +++ b/Formula/l/lemmeknow.rb @@ -6,6 +6,8 @@ class Lemmeknow < Formula license "MIT" head "https://github.com/swanandx/lemmeknow.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "03fae36a6ddc5d004cc3eaadbf554dacfb3a5d968835708de4b595e9acdbc90f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c283216680e3331f7630e128ae29070f4710ee6175b237f8449cde10482a9d0b" From b385b42704b994100a4a44ec2f12139a8af4c06f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:35 +0200 Subject: [PATCH 03692/10074] lensfun: added `no_autobump!` --- Formula/l/lensfun.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lensfun.rb b/Formula/l/lensfun.rb index 1beb5b1809d8c..88b03eae430df 100644 --- a/Formula/l/lensfun.rb +++ b/Formula/l/lensfun.rb @@ -21,6 +21,8 @@ class Lensfun < Formula regex(/^v?(\d+\.\d+(?:\.(?:\d|[1-8]\d+)(?:\.\d+)*)?)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 arm64_sequoia: "19e6455ae24f5deb3f96089c18cf11b77f4fc3d03ca77761e2985d33aeea3e63" From 99f066229ea551fee84939d2ef443cac3f4630ae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:35 +0200 Subject: [PATCH 03693/10074] levant: added `no_autobump!` --- Formula/l/levant.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/levant.rb b/Formula/l/levant.rb index 69406b2e81331..5839b4ed40f84 100644 --- a/Formula/l/levant.rb +++ b/Formula/l/levant.rb @@ -6,6 +6,8 @@ class Levant < Formula license "MPL-2.0" head "https://github.com/hashicorp/levant.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cea6e51299dcb25689bb89534f249efced99ea5caf759edca53099bd0507a978" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8cb3d327f3a6c17677eab41ee6563397989c678c6db90894684c2e0979a46ff" From af23b088984d6dd87ddfbec35ccc19cb07bdd5bb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:35 +0200 Subject: [PATCH 03694/10074] leveldb: added `no_autobump!` --- Formula/l/leveldb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/leveldb.rb b/Formula/l/leveldb.rb index 44aa5a326c684..0277bae7494c9 100644 --- a/Formula/l/leveldb.rb +++ b/Formula/l/leveldb.rb @@ -6,6 +6,8 @@ class Leveldb < Formula license "BSD-3-Clause" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9ddcdcdaef16a4ecf52daefeea18623f769da2728bff6fcffff130ec130136e8" sha256 cellar: :any, arm64_sonoma: "8ae60cb6aaa09c5508c3606a2f6666aaa12bafb44b56cbb262b5fdb0b7234e8d" From 106d5d333e469bb07522524c956304cd3d63e7be Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:35 +0200 Subject: [PATCH 03695/10074] lft: added `no_autobump!` --- Formula/l/lft.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lft.rb b/Formula/l/lft.rb index c0022c3d2d951..022928a97a48f 100644 --- a/Formula/l/lft.rb +++ b/Formula/l/lft.rb @@ -10,6 +10,8 @@ class Lft < Formula regex(/value=.*?lft[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4af876936c86efc3ca9b7be19fb9092f3b948548fd0692cc5bc305254ccfb19" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a390234c6e3a17e0739170ed9ebff073fdad5507c7a77f31be0effd72b16538" From e0046d8dea2003f4c89edf6dfeb22f21720c1bdf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:35 +0200 Subject: [PATCH 03696/10074] lgeneral: added `no_autobump!` --- Formula/l/lgeneral.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lgeneral.rb b/Formula/l/lgeneral.rb index c77ba9210fd9f..a350bf6a6df1d 100644 --- a/Formula/l/lgeneral.rb +++ b/Formula/l/lgeneral.rb @@ -5,6 +5,8 @@ class Lgeneral < Formula sha256 "0a26b495716cdcab63b49a294ba31649bc0abe74ce0df48276e52f4a6f323a95" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "0b33e1f556a20a71c72b472bbfa2fdd9461253d584cb97e47a9eb8173c376ea5" From 874d08f8bbd8bd80f6b3632c9d6041faab14169c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:36 +0200 Subject: [PATCH 03697/10074] lhasa: added `no_autobump!` --- Formula/l/lhasa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lhasa.rb b/Formula/l/lhasa.rb index 96dce989c53df..9e24973a9e971 100644 --- a/Formula/l/lhasa.rb +++ b/Formula/l/lhasa.rb @@ -6,6 +6,8 @@ class Lhasa < Formula license "ISC" head "https://github.com/fragglet/lhasa.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7091b3e54583531d962d3d632496d8bb7d0fb5ee9904dda89504910ba9a1cdd4" sha256 cellar: :any, arm64_sonoma: "ba490379926bcfe5bbff0186c4a65a0a6b5c7da25bd4b7f02ed37691466b0aed" From 207376ccdf7e7bc97c51c687e5277c576029ba0e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:36 +0200 Subject: [PATCH 03698/10074] licensor: added `no_autobump!` --- Formula/l/licensor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/licensor.rb b/Formula/l/licensor.rb index ac057cdb0f955..58dbabc47d1d4 100644 --- a/Formula/l/licensor.rb +++ b/Formula/l/licensor.rb @@ -6,6 +6,8 @@ class Licensor < Formula license "MIT" head "https://github.com/raftario/licensor.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac1e3430727502de790d4320731f6108f02d5514a81e9577f963ce4f8294d39c" From 87661d2ed75aa44bafdee33c3e36d2a0c4b932ff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:36 +0200 Subject: [PATCH 03699/10074] lifelines: added `no_autobump!` --- Formula/l/lifelines.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lifelines.rb b/Formula/l/lifelines.rb index 24465b8c1bb74..2d82aeffb15ca 100644 --- a/Formula/l/lifelines.rb +++ b/Formula/l/lifelines.rb @@ -5,6 +5,8 @@ class Lifelines < Formula sha256 "2f00441ac0ed64aab8f76834c055e2b95600ed4c6f5845b9f6e5284ac58a9a52" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1f6bdc9020d5710b880583b1282be16a381ccc06e507fa708bba260fd5a256a0" sha256 arm64_sonoma: "c7d6412aa87b5b3926d5bd6b04db7ca8005b31420b23120f76e5322b5b314fcf" From 98c8d3c17a335a32e8a0dbb6eb3ec9f432be481b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:36 +0200 Subject: [PATCH 03700/10074] lilypond: added `no_autobump!` --- Formula/l/lilypond.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lilypond.rb b/Formula/l/lilypond.rb index 8ced711f42078..7a7ba2b211403 100644 --- a/Formula/l/lilypond.rb +++ b/Formula/l/lilypond.rb @@ -19,6 +19,8 @@ class Lilypond < Formula regex(/href=.*?lilypond[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "186ccba4e185bdb0160e66bc68c4e70594d77b9d18a863718886667817b0f8b0" From 024408f8706be150a091a1cf98eb98cb26942cc9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:36 +0200 Subject: [PATCH 03701/10074] lima-additional-guestagents: added `no_autobump!` --- Formula/l/lima-additional-guestagents.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lima-additional-guestagents.rb b/Formula/l/lima-additional-guestagents.rb index 17f5c651c390f..38a0fe0e6d7a3 100644 --- a/Formula/l/lima-additional-guestagents.rb +++ b/Formula/l/lima-additional-guestagents.rb @@ -6,6 +6,8 @@ class LimaAdditionalGuestagents < Formula license "Apache-2.0" head "https://github.com/lima-vm/lima.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8e21b3e7d70b997b1dd6e7d996d903edffb6055339a1b6c15911f5282efd1cea" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd6d9cda49a969422b199c4f40f8e30a1fc5d725a03ae4004c694dfcd3826076" From 0214890e6bab42a9d9829fd69ef43792dea046b4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:36 +0200 Subject: [PATCH 03702/10074] limesuite: added `no_autobump!` --- Formula/l/limesuite.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/limesuite.rb b/Formula/l/limesuite.rb index e696796254e92..a1487eb638494 100644 --- a/Formula/l/limesuite.rb +++ b/Formula/l/limesuite.rb @@ -6,6 +6,8 @@ class Limesuite < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "412a1287101507e62517f810b903e5dfd619fd0ccac3c23c6fe5e8580221b0b1" sha256 cellar: :any, arm64_ventura: "26c22dc6a7143e5006e5d5ccf28ce807b5e77c4a66648aec9b7afc529c38f1ae" From f9fb6d875d6a3678f7d4084409bf2604ed707c29 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:37 +0200 Subject: [PATCH 03703/10074] linklint: added `no_autobump!` --- Formula/l/linklint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/linklint.rb b/Formula/l/linklint.rb index 26648ee95d692..7f43e39ca5673 100644 --- a/Formula/l/linklint.rb +++ b/Formula/l/linklint.rb @@ -5,6 +5,8 @@ class Linklint < Formula sha256 "ecaee456a3c2d6a3bd18a580d6b09b6b7b825df3e59f900270fe3f84ec3ac9c7" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "ef392eb8173eedd8caad7b9ac1d3aa0354fe9aeec2c6fe902b02bf1e9966518a" end From ffa5e6a548e60a981900030dd3899c176e24f117 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:37 +0200 Subject: [PATCH 03704/10074] linux-headers@4.4: added `no_autobump!` --- Formula/l/linux-headers@4.4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/linux-headers@4.4.rb b/Formula/l/linux-headers@4.4.rb index 56b01bbf5d7bc..a90605f443dcf 100644 --- a/Formula/l/linux-headers@4.4.rb +++ b/Formula/l/linux-headers@4.4.rb @@ -5,6 +5,8 @@ class LinuxHeadersAT44 < Formula sha256 "66271f9d9fce8596622e8154ca0ea160e46b78a5a6c967a15b55855f744d1b0b" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "b809f68c023e71c860af7b6fa6f57f6e3e55130fc69b20fc42f8c4c9685b7b3e" From 0ac7b34d21d8c4d2c302ffb1464e77a94a074b33 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:37 +0200 Subject: [PATCH 03705/10074] liquibase: added `no_autobump!` --- Formula/l/liquibase.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/liquibase.rb b/Formula/l/liquibase.rb index 541cfa2abf2a2..8d66dc9fb5b38 100644 --- a/Formula/l/liquibase.rb +++ b/Formula/l/liquibase.rb @@ -10,6 +10,8 @@ class Liquibase < Formula regex(/href=.*?liquibase[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "41c94aa6826f3ffb843e01817c8b60b79ea54e9c61536539524b8611254d2a66" sha256 cellar: :any_skip_relocation, arm64_sonoma: "41c94aa6826f3ffb843e01817c8b60b79ea54e9c61536539524b8611254d2a66" From fb744e6034f87607cee965118cf80e2e0140ff82 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:37 +0200 Subject: [PATCH 03706/10074] litani: added `no_autobump!` --- Formula/l/litani.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/litani.rb b/Formula/l/litani.rb index 72cc5d6655772..b6b3482192870 100644 --- a/Formula/l/litani.rb +++ b/Formula/l/litani.rb @@ -8,6 +8,8 @@ class Litani < Formula revision: "8002c240ef4f424039ed3cc32e076c0234d01768" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sonoma: "783a2098086de5ae5bd6da1c2861405a9f9e6c81d39b610a588303b35afa5d32" From d533d23e5a0000b79c392862593b794b6cc40b9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:37 +0200 Subject: [PATCH 03707/10074] lld@19: added `no_autobump!` --- Formula/l/lld@19.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lld@19.rb b/Formula/l/lld@19.rb index e5a3a409c251e..c462465dffe7e 100644 --- a/Formula/l/lld@19.rb +++ b/Formula/l/lld@19.rb @@ -10,6 +10,8 @@ class LldAT19 < Formula formula "llvm@19" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e8e71f728007bf1d4b8941fd08e8f80ba22c4828671145bd59c6358c750cb92f" sha256 cellar: :any, arm64_sonoma: "083f908ec5c6b6d667a5c43cb737d2a826a83be781dda8856640e372ac4c0b2b" From d3d03d638366fbd0edcbf3cfc44e17532cefbbb5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:37 +0200 Subject: [PATCH 03708/10074] llnode: added `no_autobump!` --- Formula/l/llnode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/llnode.rb b/Formula/l/llnode.rb index 17b0f99a25d62..3255c6813f322 100644 --- a/Formula/l/llnode.rb +++ b/Formula/l/llnode.rb @@ -5,6 +5,8 @@ class Llnode < Formula sha256 "abc295c077443f823444faffb165ada4c6ca377f2b1af4c002e8a9eea0f30135" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "33bb56546706b569104a07631b10c2b57fd0c6a95ddb5cfc8fed017856e2f57a" sha256 cellar: :any, arm64_sonoma: "7215a957ceb5664321af92bfcc1b8cc9e42ae9911a7b91ffacbd9127270b1552" From 7418583bf527371fda1ba8b00fa8df96b2e40212 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:38 +0200 Subject: [PATCH 03709/10074] llvm@12: added `no_autobump!` --- Formula/l/llvm@12.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/llvm@12.rb b/Formula/l/llvm@12.rb index f22f7e3450d1a..339790905eba3 100644 --- a/Formula/l/llvm@12.rb +++ b/Formula/l/llvm@12.rb @@ -7,6 +7,8 @@ class LlvmAT12 < Formula license "Apache-2.0" => { with: "LLVM-exception" } revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_ventura: "a450c4527222e41c437ea4986d12d808b26af73bb72cf90ac0e4aab91a72061c" From 9f4008d175c457ad3df7cd1c3d673f21b5a74610 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:38 +0200 Subject: [PATCH 03710/10074] llvm@13: added `no_autobump!` --- Formula/l/llvm@13.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/llvm@13.rb b/Formula/l/llvm@13.rb index 256aa18d73e44..57c8bdef31990 100644 --- a/Formula/l/llvm@13.rb +++ b/Formula/l/llvm@13.rb @@ -7,6 +7,8 @@ class LlvmAT13 < Formula license "Apache-2.0" => { with: "LLVM-exception" } revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sonoma: "db9efb0df5d75d654e23e0699cc26c0ccd2b873e2f4b806c9009f499e2f451da" From 22ee5a533768fe72dc80c2f1e26ebb4fa4680ca1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:38 +0200 Subject: [PATCH 03711/10074] llvm@14: added `no_autobump!` --- Formula/l/llvm@14.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/llvm@14.rb b/Formula/l/llvm@14.rb index 25ef215262fc1..5c136634cb83a 100644 --- a/Formula/l/llvm@14.rb +++ b/Formula/l/llvm@14.rb @@ -10,6 +10,8 @@ class LlvmAT14 < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any, arm64_sonoma: "1b081d8bd775b69b5c95e98df2689844a3c44a77509bfd9adc1f169e9502c6a7" From 09df08a8dd2fa521b649751dcec0dae1dc9810e3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:38 +0200 Subject: [PATCH 03712/10074] llvm@15: added `no_autobump!` --- Formula/l/llvm@15.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/llvm@15.rb b/Formula/l/llvm@15.rb index 719e0e493b783..b5d49ea009925 100644 --- a/Formula/l/llvm@15.rb +++ b/Formula/l/llvm@15.rb @@ -10,6 +10,8 @@ class LlvmAT15 < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sonoma: "b767f1c1ae0719c1a8d1b5f7e7c7d9cead4eca26cab4b204c72800e824c06845" From 910c4a7df3df8500d3517327b11bbc1357d94af7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:06 +0200 Subject: [PATCH 03713/10074] lib3ds: added `no_autobump!` --- Formula/lib/lib3ds.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/lib3ds.rb b/Formula/lib/lib3ds.rb index 1c5687f7f445f..9b467cd1bca83 100644 --- a/Formula/lib/lib3ds.rb +++ b/Formula/lib/lib3ds.rb @@ -5,6 +5,8 @@ class Lib3ds < Formula sha256 "f5b00c302955a67fa5fb1f2d3f2583767cdc61fdbc6fd843c0c7c9d95c5629e3" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "7cac898d78de339d70d5aba02ebdfc2703b341f251206f8cb1ebb6c35eac984d" From d8820d13476d45274c06617a5598e6651137cab9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:06 +0200 Subject: [PATCH 03714/10074] libaacs: added `no_autobump!` --- Formula/lib/libaacs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libaacs.rb b/Formula/lib/libaacs.rb index 48d9b4f4ad592..36f39841d3b22 100644 --- a/Formula/lib/libaacs.rb +++ b/Formula/lib/libaacs.rb @@ -11,6 +11,8 @@ class Libaacs < Formula regex(/href=.*?libaacs[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ff23fb9dd6dd26f6dde8ac12c298be21546d2e3696fe7b064af1647b3788156d" sha256 cellar: :any, arm64_sonoma: "7299a85edecb49ec7e77d70dbda59f4ef4d4879f7c7c28f01b7ccfe213675c2b" From cdddd0815dd2950ee05f57ab192b18236d58a004 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:07 +0200 Subject: [PATCH 03715/10074] libabw: added `no_autobump!` --- Formula/lib/libabw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libabw.rb b/Formula/lib/libabw.rb index 9ca0ee7de1b83..771c134a05b37 100644 --- a/Formula/lib/libabw.rb +++ b/Formula/lib/libabw.rb @@ -10,6 +10,8 @@ class Libabw < Formula regex(/href=.*?libabw[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a458a7c83461966a67f75a3cb31fa042af7e20befe3ef21de818ca036a8263e7" sha256 cellar: :any, arm64_sonoma: "8ac829af4a67294bc85e6959843282df8944dc88c3d295dca20a1f7914881119" From 03f90d92ed7225a3158afe59001209a158bf264c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:07 +0200 Subject: [PATCH 03716/10074] libagg: added `no_autobump!` --- Formula/lib/libagg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libagg.rb b/Formula/lib/libagg.rb index 970ce383015d6..f346bacc1feb9 100644 --- a/Formula/lib/libagg.rb +++ b/Formula/lib/libagg.rb @@ -16,6 +16,8 @@ class Libagg < Formula skip "No longer developed/maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "057104fa9a817af5b41e424b9faa49446cc8c40b4d61c41186afd3a71e7e2e2c" sha256 cellar: :any, arm64_sonoma: "eabb00483a8c5c955cc4f4b6351692d4c97709c7a1a14cf465767c7d52c132a7" From 1aa81279d2e7be299960d4931ff59683d7cc6f08 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:07 +0200 Subject: [PATCH 03717/10074] libaio: added `no_autobump!` --- Formula/lib/libaio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libaio.rb b/Formula/lib/libaio.rb index 8dc0c87677608..fb0e50e556fc7 100644 --- a/Formula/lib/libaio.rb +++ b/Formula/lib/libaio.rb @@ -17,6 +17,8 @@ class Libaio < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "f4a891153d9b7a34ea5f63cf64361f78c81c3a56a9cb8af6c94f0911dda3d4ff" From a5e32c60089b5a54e28c4de94fc0fc763ea8a11b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:07 +0200 Subject: [PATCH 03718/10074] libantlr3c: added `no_autobump!` --- Formula/lib/libantlr3c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libantlr3c.rb b/Formula/lib/libantlr3c.rb index acedca0b68fda..e5d30c96c760a 100644 --- a/Formula/lib/libantlr3c.rb +++ b/Formula/lib/libantlr3c.rb @@ -10,6 +10,8 @@ class Libantlr3c < Formula regex(/^(?:(?:antlr|release)[._-])?v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0b28c958040567aca016c773fe2d184aaf8bfe2a849a20265cae9e8980685ae9" sha256 cellar: :any, arm64_sonoma: "c6fe962be8632362af50b3eb0bf10fe363ddc153d3624c29d0b5d7fdc8e443b0" From 9f28901c047bb82679dda7ff528a7fc242536bea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:07 +0200 Subject: [PATCH 03719/10074] libao: added `no_autobump!` --- Formula/lib/libao.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libao.rb b/Formula/lib/libao.rb index 3c3fd984ba681..9685a4226a132 100644 --- a/Formula/lib/libao.rb +++ b/Formula/lib/libao.rb @@ -6,6 +6,8 @@ class Libao < Formula license "GPL-2.0-or-later" head "https://gitlab.xiph.org/xiph/libao.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 arm64_sequoia: "18630c73a7d4187e4ed527096e9450a4d26bcc4a5918bf94656fe641be16922a" From 82a433e844d8e7da29b978f5d41919f88c0ffe04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:08 +0200 Subject: [PATCH 03720/10074] libapplewm: added `no_autobump!` --- Formula/lib/libapplewm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libapplewm.rb b/Formula/lib/libapplewm.rb index edfaf88eff520..5eaa1bf375714 100644 --- a/Formula/lib/libapplewm.rb +++ b/Formula/lib/libapplewm.rb @@ -5,6 +5,8 @@ class Libapplewm < Formula sha256 "5e5c85bcd81152b7bd33083135bfe2287636e707bba25f43ea09e1422c121d65" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9aed87eee9abadbc7e94ee746f6b54588d3eacd9fb455b2d94a96c4b7a19425e" sha256 cellar: :any, arm64_sonoma: "a85cafdda17d42585277fa6d22fb7b7d71d030c9ec591d4cbcc528a32ef5410e" From e80925b069b44a21c1d62a99699e4d66928ddc19 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:08 +0200 Subject: [PATCH 03721/10074] libaribcaption: added `no_autobump!` --- Formula/lib/libaribcaption.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libaribcaption.rb b/Formula/lib/libaribcaption.rb index 172b6a37e6b4d..cc3fa790fdf96 100644 --- a/Formula/lib/libaribcaption.rb +++ b/Formula/lib/libaribcaption.rb @@ -6,6 +6,8 @@ class Libaribcaption < Formula license "MIT" head "https://github.com/xqq/libaribcaption.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ee6159957adc5a0d51c97ea3ff269abb39c5eafb0a8bddf7c14033827f22a6d0" sha256 cellar: :any, arm64_sonoma: "350944da4a91c77f3a44925b3f563b97b763f71c9a3ca42d0a6a47d064f27a8c" From 31ccc3f351294b4eb7fd9254213c0573e607a80d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:08 +0200 Subject: [PATCH 03722/10074] libart: added `no_autobump!` --- Formula/lib/libart.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libart.rb b/Formula/lib/libart.rb index 61b8450752da3..52c9ec4894767 100644 --- a/Formula/lib/libart.rb +++ b/Formula/lib/libart.rb @@ -12,6 +12,8 @@ class Libart < Formula regex(/libart_lgpl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3a01d5d537487e82c16a96a58e50cbfc189c6e2312fc9b93ce3d0ae110585a00" sha256 cellar: :any, arm64_sonoma: "b966bb5a144183755880f3256404abc104d91444d10620c9cafd847bcc76265d" From 6e6cdd7ca3355064fed7dfd3a64675bf051ff130 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:08 +0200 Subject: [PATCH 03723/10074] libassuan@2: added `no_autobump!` --- Formula/lib/libassuan@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libassuan@2.rb b/Formula/lib/libassuan@2.rb index ef2b5a5479abf..95bd2bbffd379 100644 --- a/Formula/lib/libassuan@2.rb +++ b/Formula/lib/libassuan@2.rb @@ -11,6 +11,8 @@ class LibassuanAT2 < Formula "FSFULLR", # libassuan-config, libassuan.m4 ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "24910ee0977d721b85bd2df1372698beaa6d11716b81e7a49512ccc9c79ba4da" sha256 cellar: :any, arm64_sonoma: "0d4fd656fbf3db20892da64bec2eb966842de215a23c2008ecdf9198a68d5211" From c70dc3316652c451fcb718027a8d0589319addcc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:08 +0200 Subject: [PATCH 03724/10074] libatomic_ops: added `no_autobump!` --- Formula/lib/libatomic_ops.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libatomic_ops.rb b/Formula/lib/libatomic_ops.rb index adbe6794511b5..4f8524a2ac3ca 100644 --- a/Formula/lib/libatomic_ops.rb +++ b/Formula/lib/libatomic_ops.rb @@ -11,6 +11,8 @@ class LibatomicOps < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "27c948cb8ca7db52ae09a76402fd1180ca110ece2ba7a20c88b16902967980f4" From cf514b9d448070725842485244cbcc442fa1e314 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:08 +0200 Subject: [PATCH 03725/10074] libb2: added `no_autobump!` --- Formula/lib/libb2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libb2.rb b/Formula/lib/libb2.rb index b29619e292fbf..9fed4e913f135 100644 --- a/Formula/lib/libb2.rb +++ b/Formula/lib/libb2.rb @@ -5,6 +5,8 @@ class Libb2 < Formula sha256 "53626fddce753c454a3fea581cbbc7fe9bbcf0bc70416d48fdbbf5d87ef6c72e" license "CC0-1.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cc4304b760722128b914944f85788795f1f02de3072d1fd8e921b836b508776f" sha256 cellar: :any, arm64_sonoma: "52cef2730b3520e99f75f1478f2b953dc46e362a8dbf90f2c6a9028b47bbb8bd" From 8a2e4463f1fd89bd14ac211f288d970bf4ce897e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:09 +0200 Subject: [PATCH 03726/10074] libb64: added `no_autobump!` --- Formula/lib/libb64.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libb64.rb b/Formula/lib/libb64.rb index ef432fec8c00c..737c93f46e771 100644 --- a/Formula/lib/libb64.rb +++ b/Formula/lib/libb64.rb @@ -6,6 +6,8 @@ class Libb64 < Formula license "CC-PDDC" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "210e5acb036ffda3a85af650cdcbda27c8ca804cb099d556a1dfd4779ec17fb7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7471a04a5dd363f1ee8f2ee6c215cb99760698a34c73a5a6ce0dbefd519a66a" From e2a0ceed5f0fcc1edf472bb6909a48fed358fc7d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:09 +0200 Subject: [PATCH 03727/10074] libbdplus: added `no_autobump!` --- Formula/lib/libbdplus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbdplus.rb b/Formula/lib/libbdplus.rb index 18ac044312c59..29fcf5c796fd4 100644 --- a/Formula/lib/libbdplus.rb +++ b/Formula/lib/libbdplus.rb @@ -11,6 +11,8 @@ class Libbdplus < Formula regex(/href=.*?libbdplus[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9cc87d2f97a8450b3757c16b409e1c13a562e2d0e52492ab9d9cb032c908d600" sha256 cellar: :any, arm64_sonoma: "ea38d1a6e93c8fcf4d08039d40e2fdc5fc681a66f1e3377c8e9f56a4992136d2" From 15dd4a0e5c02641ea0e390e0f09439eeea034952 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:09 +0200 Subject: [PATCH 03728/10074] libbi: added `no_autobump!` --- Formula/lib/libbi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbi.rb b/Formula/lib/libbi.rb index 598842185fd4d..d61179c80dfa4 100644 --- a/Formula/lib/libbi.rb +++ b/Formula/lib/libbi.rb @@ -7,6 +7,8 @@ class Libbi < Formula revision 5 head "https://github.com/lawmurray/LibBi.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fef4f3574955d3f11d14e49034c502988764eb169d5b4a74fc8dbbfce461225" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6cacb6474adcb43e3e4cc0434721b474a8a9749102c397fd0e69fe3ff4e8333" From 53a5e42ed28729df36c97361f27c78690c2bb0cd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:09 +0200 Subject: [PATCH 03729/10074] libbinio: added `no_autobump!` --- Formula/lib/libbinio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbinio.rb b/Formula/lib/libbinio.rb index 271e7beaea899..742d631af4699 100644 --- a/Formula/lib/libbinio.rb +++ b/Formula/lib/libbinio.rb @@ -5,6 +5,8 @@ class Libbinio < Formula sha256 "398b2468e7838d2274d1f62dbc112e7e043433812f7ae63ef29f5cb31dc6defd" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b907d94fd656bef05130d427f7327462a255838a0c36fbfa5dd3402053415a91" sha256 cellar: :any, arm64_sonoma: "88b5cda150fa3563cdc3f7093ac8626c10f014ff5030b8e3a8e456b3eae509a2" From 2e762397010ed46204b1fdb9a677165464b6f5d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:09 +0200 Subject: [PATCH 03730/10074] libbitcoin-blockchain: added `no_autobump!` --- Formula/lib/libbitcoin-blockchain.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-blockchain.rb b/Formula/lib/libbitcoin-blockchain.rb index c98db465c3223..821c25432a9aa 100644 --- a/Formula/lib/libbitcoin-blockchain.rb +++ b/Formula/lib/libbitcoin-blockchain.rb @@ -6,6 +6,8 @@ class LibbitcoinBlockchain < Formula license "AGPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "872a37910f440a950ae0f4e9307e7c022c05fa521bf44a34c9bf1d048b08c96b" sha256 cellar: :any, arm64_sonoma: "98b05bbaaa471ed07081871007711a310f4d3cadcde0fd6ac7390f89d4fb4f1d" From 4868b11511c79590849916b7bc777ad136dcc483 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:09 +0200 Subject: [PATCH 03731/10074] libbitcoin-client: added `no_autobump!` --- Formula/lib/libbitcoin-client.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-client.rb b/Formula/lib/libbitcoin-client.rb index 8439d890bcbff..64a8f4325071c 100644 --- a/Formula/lib/libbitcoin-client.rb +++ b/Formula/lib/libbitcoin-client.rb @@ -6,6 +6,8 @@ class LibbitcoinClient < Formula license "AGPL-3.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cb3c6f9dfbbc5aa63e4eed52279f6fe51adb275a0116661eac8e250297c0d205" sha256 cellar: :any, arm64_sonoma: "7aab15e9fbacb91b793be00809efb2634813fb719f171d698d8acdc9b73bab9d" From cdc2eca7ce58ae2371e98bb36129a2e7063b119c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:10 +0200 Subject: [PATCH 03732/10074] libbitcoin-consensus: added `no_autobump!` --- Formula/lib/libbitcoin-consensus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-consensus.rb b/Formula/lib/libbitcoin-consensus.rb index 46b39d66ca13a..d5c97fdfa8935 100644 --- a/Formula/lib/libbitcoin-consensus.rb +++ b/Formula/lib/libbitcoin-consensus.rb @@ -5,6 +5,8 @@ class LibbitcoinConsensus < Formula sha256 "3f63b233a25323ff81de71a6c96455a6f5141e21cb0678a2304b36b56e771ca2" license "AGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0becb75eb0a0540a4cb6554887c3b345777278ec8ed8e5fafd76057722c755c6" sha256 cellar: :any, arm64_sonoma: "12ab6ca60756919e7347031905778cf42151bc6d5294cf9826a7341a69c6b3dc" From df0a0fc62c028ff4054cb55447bfda1cc9db6597 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:10 +0200 Subject: [PATCH 03733/10074] libbitcoin-database: added `no_autobump!` --- Formula/lib/libbitcoin-database.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-database.rb b/Formula/lib/libbitcoin-database.rb index 329c2a2f3a6f7..71083acc1d117 100644 --- a/Formula/lib/libbitcoin-database.rb +++ b/Formula/lib/libbitcoin-database.rb @@ -6,6 +6,8 @@ class LibbitcoinDatabase < Formula license "AGPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "891d6ba155b3dec6d7760d1147cbe3fa3448ba722c33a8363913ac7e3fe337f6" sha256 cellar: :any, arm64_sonoma: "7d1a6883674ad006e2233445adc8c47ef8505acdb097ce666bb91e83b4e38e1c" From 728a77b4f4a4fa33ba9d21a2da4336a3896f6294 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:10 +0200 Subject: [PATCH 03734/10074] libbitcoin-explorer: added `no_autobump!` --- Formula/lib/libbitcoin-explorer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-explorer.rb b/Formula/lib/libbitcoin-explorer.rb index 24b03547370ac..788efa5717c8d 100644 --- a/Formula/lib/libbitcoin-explorer.rb +++ b/Formula/lib/libbitcoin-explorer.rb @@ -6,6 +6,8 @@ class LibbitcoinExplorer < Formula license "AGPL-3.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "92fd7ff6e8e5caaaf8da563fc8c024fd9d29501a3b46a52eb2275370a9ccfa6f" sha256 arm64_sonoma: "7ce16a07286ba0403891fe6db304e4d2db29d5358b1d8b8b8eb827e6568756bb" From 57defa6a67b8dc1a389f0c4c8bfa1e936fb49a7f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:10 +0200 Subject: [PATCH 03735/10074] libbitcoin-network: added `no_autobump!` --- Formula/lib/libbitcoin-network.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-network.rb b/Formula/lib/libbitcoin-network.rb index 6a229b1dccc7d..5225fc3809887 100644 --- a/Formula/lib/libbitcoin-network.rb +++ b/Formula/lib/libbitcoin-network.rb @@ -6,6 +6,8 @@ class LibbitcoinNetwork < Formula license "AGPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5102e0cf354692cdc217fd8ef1e07a8a1d1b75e3e317b77426cc9149e6a10a2e" sha256 cellar: :any, arm64_sonoma: "8f97c5b13b85764dd830ddf34945a61bee5ea9e3f75e19abc8651ce710c7120f" From 4f1f73091d3edf5698e4c011afdd6496769a8877 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:10 +0200 Subject: [PATCH 03736/10074] libbitcoin-node: added `no_autobump!` --- Formula/lib/libbitcoin-node.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-node.rb b/Formula/lib/libbitcoin-node.rb index 9ab41f597f9cd..e0dbe7749daac 100644 --- a/Formula/lib/libbitcoin-node.rb +++ b/Formula/lib/libbitcoin-node.rb @@ -6,6 +6,8 @@ class LibbitcoinNode < Formula license "AGPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "7c10e910f41ba2ef7150fac8778aebfab7e561f517adb19c2b3def228559c2d8" sha256 arm64_sonoma: "af98941d96c71ee8c0c6f155e5cc1d1cb1a6fed85eae311a663671f0baf8fc4d" From 7dcf0a76842ad5733eccf0c0b17a55ed89cdab05 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:10 +0200 Subject: [PATCH 03737/10074] libbitcoin-protocol: added `no_autobump!` --- Formula/lib/libbitcoin-protocol.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-protocol.rb b/Formula/lib/libbitcoin-protocol.rb index 999361de75967..c5c43f13d19e4 100644 --- a/Formula/lib/libbitcoin-protocol.rb +++ b/Formula/lib/libbitcoin-protocol.rb @@ -6,6 +6,8 @@ class LibbitcoinProtocol < Formula license "AGPL-3.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6764b79e7494c3d693c5d961230bf1adfeeff13fa453af700e2095200795af2b" sha256 cellar: :any, arm64_sonoma: "32d61b8663e5fab859bee922db71b16ccdeab283690837513a432187a151e38c" From 8bf3d9ee96519772a9b2b93ec91c36a18eb9210b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:11 +0200 Subject: [PATCH 03738/10074] libbitcoin-server: added `no_autobump!` --- Formula/lib/libbitcoin-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-server.rb b/Formula/lib/libbitcoin-server.rb index 0e61ab98092d8..a8e5a925b53cb 100644 --- a/Formula/lib/libbitcoin-server.rb +++ b/Formula/lib/libbitcoin-server.rb @@ -6,6 +6,8 @@ class LibbitcoinServer < Formula license "AGPL-3.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "92810fc107acf9da79c29882ef3e0e68ce4579d8de73870d110be12e28c08f6b" sha256 arm64_sonoma: "fd1942df520a583e95d6ad957bfa1e22922ea7c5716e5ca6ab3bb5194bb8c8ea" From a6b5463dbebed7e7a7a870071a24c12c454d1149 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:11 +0200 Subject: [PATCH 03739/10074] libbitcoin-system: added `no_autobump!` --- Formula/lib/libbitcoin-system.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbitcoin-system.rb b/Formula/lib/libbitcoin-system.rb index f75e950364a49..5981c20bf345a 100644 --- a/Formula/lib/libbitcoin-system.rb +++ b/Formula/lib/libbitcoin-system.rb @@ -5,6 +5,8 @@ class LibbitcoinSystem < Formula sha256 "b5dd2a97289370fbb93672dd3114383f30d877061de1d1683fa8bdda5309bfa2" license "AGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cb0bbe2d1b5692e930dcb817ed09fa8b1fa392ede7eab0dc856c2d6fa7017c65" sha256 cellar: :any, arm64_sonoma: "3324919582f6ab687cbf681f056347985f63c06c7f525e0aa283dc592197a000" From 027b20096a227afedf32edf0bbba18f604d5cd75 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:11 +0200 Subject: [PATCH 03740/10074] libbladerf: added `no_autobump!` --- Formula/lib/libbladerf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbladerf.rb b/Formula/lib/libbladerf.rb index 3db433d10a7d6..6bc0005c4ca2b 100644 --- a/Formula/lib/libbladerf.rb +++ b/Formula/lib/libbladerf.rb @@ -16,6 +16,8 @@ class Libbladerf < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2651db296521b2728bc29c789eeb500044d640a0a9a8483c089412154577701e" sha256 cellar: :any, arm64_sonoma: "a1f53b13340f34c10cd6472165c539b94c6b99ccfc2dd0e0b010ae989276223e" From a5f4771d46efc1673db0bc1c161215e4964057a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:11 +0200 Subject: [PATCH 03741/10074] libbluray: added `no_autobump!` --- Formula/lib/libbluray.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbluray.rb b/Formula/lib/libbluray.rb index 6728336f172d7..77226beebbed9 100644 --- a/Formula/lib/libbluray.rb +++ b/Formula/lib/libbluray.rb @@ -10,6 +10,8 @@ class Libbluray < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "82b771563b1348e8121ceb5156d5457207147e8ac851aea9d70d31c058f8a98e" sha256 cellar: :any, arm64_sonoma: "385b5460b56cb7c811c661a39509c62436d7a60f388bd960782f23192ade074a" From 77d6ab498e7854d887dfaef8fe3b16bafaad1991 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:11 +0200 Subject: [PATCH 03742/10074] libbpg: added `no_autobump!` --- Formula/lib/libbpg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbpg.rb b/Formula/lib/libbpg.rb index edec03c1cadb8..06b92f95c0967 100644 --- a/Formula/lib/libbpg.rb +++ b/Formula/lib/libbpg.rb @@ -6,6 +6,8 @@ class Libbpg < Formula license all_of: ["MIT", "BSD-3-Clause", "LGPL-2.1-or-later", "GPL-2.0-or-later"] revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8141450054340a9cab2a9a349c2a8445eb31e7312a918f90e20c9b06d60754fd" sha256 cellar: :any, arm64_sonoma: "bf5d06c9fc78777d99c50c65585e3f295046d2619adcaa0c93c5349e1a650d15" From cfcc74dae5407fdefac999615b39cfc8a38ff599 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:12 +0200 Subject: [PATCH 03743/10074] libbs2b: added `no_autobump!` --- Formula/lib/libbs2b.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbs2b.rb b/Formula/lib/libbs2b.rb index 2b0416e53ac43..5d589ae884803 100644 --- a/Formula/lib/libbs2b.rb +++ b/Formula/lib/libbs2b.rb @@ -5,6 +5,8 @@ class Libbs2b < Formula sha256 "6aaafd81aae3898ee40148dd1349aab348db9bfae9767d0e66e0b07ddd4b2528" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "45676722780a091419361b9966b69511a1f0c7c6d9703ab72d7178711fbf749a" From 5562cb44f7f201905197a82dd8814a7aa9514494 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:12 +0200 Subject: [PATCH 03744/10074] libbtbb: added `no_autobump!` --- Formula/lib/libbtbb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbtbb.rb b/Formula/lib/libbtbb.rb index 621ac716c3034..fe9331e7eb1fb 100644 --- a/Formula/lib/libbtbb.rb +++ b/Formula/lib/libbtbb.rb @@ -10,6 +10,8 @@ class Libbtbb < Formula revision 1 head "https://github.com/greatscottgadgets/libbtbb.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "64901cfb8edd8d6ccbb685335ef735d0de585d4e2d82b246a9e720fde31a60cb" From 3ea7176e718edbd7b17a19352e17791fc48bfcbf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:12 +0200 Subject: [PATCH 03745/10074] libcaca: added `no_autobump!` --- Formula/lib/libcaca.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcaca.rb b/Formula/lib/libcaca.rb index eb1cc37f66db8..e5b5a92e8a0f5 100644 --- a/Formula/lib/libcaca.rb +++ b/Formula/lib/libcaca.rb @@ -14,6 +14,8 @@ class Libcaca < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5352a2e3f1f3e752955b499071b1b38521b7dcce378f51c8c20d5a6a3c9a57b7" sha256 cellar: :any, arm64_sonoma: "b61b6d0e7c9d1d7faf96997ce20a046aa71915c3a1132fb5a8f32cbdccd5e6ce" From 65bbc7ce2ffe88993427717be774f9b684a12e9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:12 +0200 Subject: [PATCH 03746/10074] libcanberra: added `no_autobump!` --- Formula/lib/libcanberra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcanberra.rb b/Formula/lib/libcanberra.rb index c79318f87716b..874b92968b958 100644 --- a/Formula/lib/libcanberra.rb +++ b/Formula/lib/libcanberra.rb @@ -19,6 +19,8 @@ class Libcanberra < Formula regex(/href=.*?libcanberra[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "710648952f9dde5a4292a1d0911d3da6d471684f86eb2c0192b9a6110ae28acd" From fe221d71e60d0f13b5e9743819dad41cd9f302fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:12 +0200 Subject: [PATCH 03747/10074] libccd: added `no_autobump!` --- Formula/lib/libccd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libccd.rb b/Formula/lib/libccd.rb index 1d2a620ac7cc5..ac770d8646129 100644 --- a/Formula/lib/libccd.rb +++ b/Formula/lib/libccd.rb @@ -6,6 +6,8 @@ class Libccd < Formula license "BSD-3-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "69d7221dceabfe62cded58442a541ed7b4e40dc91195ddc1032d9219d6d4eb80" sha256 cellar: :any, arm64_sonoma: "0a6c12b8b5b369018a4186622359a2b9bc8ce40a4c0fe2452263e2d4ef03d92a" From c244cc5aeef6217719a7595f70d3eef8b3b2fa39 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:12 +0200 Subject: [PATCH 03748/10074] libcddb: added `no_autobump!` --- Formula/lib/libcddb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcddb.rb b/Formula/lib/libcddb.rb index cf11606024221..b484a88ebfba0 100644 --- a/Formula/lib/libcddb.rb +++ b/Formula/lib/libcddb.rb @@ -6,6 +6,8 @@ class Libcddb < Formula license "LGPL-2.0-or-later" revision 4 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "eef9f2fe8b5a7994d21a6b2f53103e6a85b116c94c5f7bf69aa1f990a14c30d5" From 16e66d6c4515ce4c3dced77536736c5e06c81772 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:13 +0200 Subject: [PATCH 03749/10074] libcdio-paranoia: added `no_autobump!` --- Formula/lib/libcdio-paranoia.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcdio-paranoia.rb b/Formula/lib/libcdio-paranoia.rb index 2fe6e0936829d..42bb7db87c2fe 100644 --- a/Formula/lib/libcdio-paranoia.rb +++ b/Formula/lib/libcdio-paranoia.rb @@ -7,6 +7,8 @@ class LibcdioParanoia < Formula sha256 "99488b8b678f497cb2e2f4a1a9ab4a6329c7e2537a366d5e4fef47df52907ff6" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fb138d8a79b5fa0eecf89a7ca0bcd3b294120aeb05200767558b61d3e4e51533" sha256 cellar: :any, arm64_sonoma: "d91bce7e9b1ecda7021bea7ede886f35e7414f691f06e7f5ca76ffce1d8693f3" From 8f6785aec491d4995769fce2ca338b739cd81038 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:13 +0200 Subject: [PATCH 03750/10074] libcdio: added `no_autobump!` --- Formula/lib/libcdio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcdio.rb b/Formula/lib/libcdio.rb index 951e30eae02d2..84b0de9c3ba28 100644 --- a/Formula/lib/libcdio.rb +++ b/Formula/lib/libcdio.rb @@ -5,6 +5,8 @@ class Libcdio < Formula sha256 "1b6c58137f71721ddb78773432d26252ee6500d92d227d4c4892631c30ea7abb" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "04bc4ddb58d98fa51c6fa0a8eed1b943b7d503432232c87ff3543d9f4377950a" sha256 cellar: :any, arm64_sonoma: "df4a0ca43f3cb7081a13dd27af54539628259a55b00903d33c57e025d9674ee7" From c662ba172df598a6136fc0ca3abd165c3c17fc70 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:13 +0200 Subject: [PATCH 03751/10074] libcds: added `no_autobump!` --- Formula/lib/libcds.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcds.rb b/Formula/lib/libcds.rb index 9d6d7384f0e9f..78f90f092b5ff 100644 --- a/Formula/lib/libcds.rb +++ b/Formula/lib/libcds.rb @@ -6,6 +6,8 @@ class Libcds < Formula license "BSL-1.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "03307db4af7a248e4eed5333726ee17188845f0a28403a8a716816155835d411" sha256 cellar: :any, arm64_sonoma: "b5c6a40402166f60d1d31f28a902a6bdc80c5a878cd5fca5f7f3bca2a02edb99" From 879095fffe1db4b1616e778b98a99f3d11ea25e3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:13 +0200 Subject: [PATCH 03752/10074] libcello: added `no_autobump!` --- Formula/lib/libcello.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcello.rb b/Formula/lib/libcello.rb index 172d095523e6d..6d32c19c9df3f 100644 --- a/Formula/lib/libcello.rb +++ b/Formula/lib/libcello.rb @@ -11,6 +11,8 @@ class Libcello < Formula regex(/href=.*?libCello[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e380cf6073b22792954d22559177ff5ff3cbaf11fbe00948c27b675338ff116" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a2bbf7d05757a81aabb00b595b864d6a531004d0d0d02f70ef6763fe2621ab9" From c22d91b711414b8505d3db17ff0dd4f3f0210a24 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:13 +0200 Subject: [PATCH 03753/10074] libchaos: added `no_autobump!` --- Formula/lib/libchaos.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libchaos.rb b/Formula/lib/libchaos.rb index 0dcdf49896e0d..0fa064cabaab5 100644 --- a/Formula/lib/libchaos.rb +++ b/Formula/lib/libchaos.rb @@ -5,6 +5,8 @@ class Libchaos < Formula sha256 "29940ff014359c965d62f15bc34e5c182a6d8a505dc496c636207675843abd15" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "a06f03544d61ba6c17a360992f7397fcb0ed1eafb1027bb561cbe9e71c0bf2ad" From 3937149f6b95c6c4e8377379145dd324268a5e2f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:14 +0200 Subject: [PATCH 03754/10074] libcmph: added `no_autobump!` --- Formula/lib/libcmph.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcmph.rb b/Formula/lib/libcmph.rb index 5df3061631c74..fa9577843c9ed 100644 --- a/Formula/lib/libcmph.rb +++ b/Formula/lib/libcmph.rb @@ -5,6 +5,8 @@ class Libcmph < Formula sha256 "365f1e8056400d460f1ee7bfafdbf37d5ee6c78e8f4723bf4b3c081c89733f1e" license any_of: ["LGPL-2.1-only", "MPL-1.1"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "43f6a25f51d2e29fc992882901b8fae82353d80efe71305bc6acf5bd852ff6c7" sha256 cellar: :any, arm64_sonoma: "72be852d28eec60c8526c263938023f4eb33dfd58edbbcd77b33d1e319816f82" From fd2741a0d5545cae721c8a29839f7ea9d82e02bf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:14 +0200 Subject: [PATCH 03755/10074] libconfig: added `no_autobump!` --- Formula/lib/libconfig.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libconfig.rb b/Formula/lib/libconfig.rb index 24ccd4e2a14a4..daf1113e71356 100644 --- a/Formula/lib/libconfig.rb +++ b/Formula/lib/libconfig.rb @@ -6,6 +6,8 @@ class Libconfig < Formula license "LGPL-2.1-or-later" head "https://github.com/hyperrealm/libconfig.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a7f4c911aed6b617d9b54898d2db28752beb4ae8c6fedc542e078d7153393b8d" sha256 cellar: :any, arm64_sonoma: "cf947b246c6fa471c84bdabc72cd0b9cc308cf8c5c73ecf3c31a584e86e07c56" From 3c5236ea78e8a8d6a11896b4bbed0c4fa305cd5d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:14 +0200 Subject: [PATCH 03756/10074] libconfini: added `no_autobump!` --- Formula/lib/libconfini.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libconfini.rb b/Formula/lib/libconfini.rb index a8d82b6e4be08..1ce0b8b3f53af 100644 --- a/Formula/lib/libconfini.rb +++ b/Formula/lib/libconfini.rb @@ -5,6 +5,8 @@ class Libconfini < Formula sha256 "f4ba881e68d0d14f4f11f27c7dd9a9567c549f1bf155f4f8158119fb9bc9efd6" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fbb299d21214fdc73d660ee6cc61ea6a6aff2d85558db6095558be0202c30440" sha256 cellar: :any, arm64_sonoma: "34cbf810ecbd056e906847dafb23c8a8dba3d6f1af918c1a99e9b278b5c0af84" From fb9d0319eb564ff469230010f52691da432834e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:14 +0200 Subject: [PATCH 03757/10074] libcroco: added `no_autobump!` --- Formula/lib/libcroco.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcroco.rb b/Formula/lib/libcroco.rb index 55886876c2f27..79979265df3b6 100644 --- a/Formula/lib/libcroco.rb +++ b/Formula/lib/libcroco.rb @@ -6,6 +6,8 @@ class Libcroco < Formula license "LGPL-2.1-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3e12a1334fe355c94acfe3f0bb286825a508b50164619031f7cd3ade763b303c" sha256 cellar: :any, arm64_sonoma: "7b0586fbf8a45f772b65aad663dd6c6331657ede394f58bc789bf42f15c26c4e" From c1b174f282699e1b555f84665441c3b3460a9fa9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:14 +0200 Subject: [PATCH 03758/10074] libcsv: added `no_autobump!` --- Formula/lib/libcsv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcsv.rb b/Formula/lib/libcsv.rb index e009ecedb66ca..e89d5df88b319 100644 --- a/Formula/lib/libcsv.rb +++ b/Formula/lib/libcsv.rb @@ -5,6 +5,8 @@ class Libcsv < Formula sha256 "d9c0431cb803ceb9896ce74f683e6e5a0954e96ae1d9e4028d6e0f967bebd7e4" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "c515471cacac39d4bdb089b73f0ca8f2405a7c90b7973203fda68ab10c28a630" From 34df427cb12d7a95fbc6fc8966ec048f9eb44c69 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:14 +0200 Subject: [PATCH 03759/10074] libcue: added `no_autobump!` --- Formula/lib/libcue.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcue.rb b/Formula/lib/libcue.rb index 1689d9f2bdb91..236f5601ca99a 100644 --- a/Formula/lib/libcue.rb +++ b/Formula/lib/libcue.rb @@ -5,6 +5,8 @@ class Libcue < Formula sha256 "cc1b3a65c60bd88b77a1ddd1574042d83cf7cc32b85fe9481c99613359eb7cfe" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a981b4ff3dfc99ea87cd08ec0caef79fc30b4bed4255841555fcbc3a02454b86" sha256 cellar: :any, arm64_sonoma: "82934a84b7755323aef43356f8239523839e05e42005233046994d33376ef104" From e4bfb7cefdaf5fb1bf81f2e74bc10be1b6095cd9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:15 +0200 Subject: [PATCH 03760/10074] libcuefile: added `no_autobump!` --- Formula/lib/libcuefile.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcuefile.rb b/Formula/lib/libcuefile.rb index 684657252211e..f40bd37ec5e94 100644 --- a/Formula/lib/libcuefile.rb +++ b/Formula/lib/libcuefile.rb @@ -11,6 +11,8 @@ class Libcuefile < Formula regex(/href=.*?libcuefile[._-](r\d+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "34a5359939dfb84fbbfff58f7ddfc220c7dde287dcda457facbd29e8fe91f0de" From 74c27d87f62360f73f468790c7ab6bc387eea824 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:15 +0200 Subject: [PATCH 03761/10074] libcutl: added `no_autobump!` --- Formula/lib/libcutl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libcutl.rb b/Formula/lib/libcutl.rb index 43029d1797e59..245249888843c 100644 --- a/Formula/lib/libcutl.rb +++ b/Formula/lib/libcutl.rb @@ -11,6 +11,8 @@ class Libcutl < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "085cbb14470957513c5a48765d1f0f924cd6646b7cb6e5070863b3fe756f54d2" sha256 cellar: :any, arm64_sonoma: "e20cc790ca579e8ae7ab5f69774ad67bd58f1eb6343f1fd87db494beb7cfb3ba" From a42e13cb35257ce430345047aae3379be1194f1b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:15 +0200 Subject: [PATCH 03762/10074] libdaemon: added `no_autobump!` --- Formula/lib/libdaemon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdaemon.rb b/Formula/lib/libdaemon.rb index b45d7e1c3f9a0..b1aa6af784d1f 100644 --- a/Formula/lib/libdaemon.rb +++ b/Formula/lib/libdaemon.rb @@ -10,6 +10,8 @@ class Libdaemon < Formula regex(/href=.*?libdaemon[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "5bb178b81ecf063f093a88970d991bd20550e492496e317a8617b1fb7c8874d4" From a14b60852bfb09f5e51a0283563212dc46796510 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:15 +0200 Subject: [PATCH 03763/10074] libdazzle: added `no_autobump!` --- Formula/lib/libdazzle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdazzle.rb b/Formula/lib/libdazzle.rb index 7fc2f277da79b..b6e1bdef5a776 100644 --- a/Formula/lib/libdazzle.rb +++ b/Formula/lib/libdazzle.rb @@ -6,6 +6,8 @@ class Libdazzle < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "87f5700425b73e8a64c2b6af4f2f1ee74028b1921d147ba239a298c10ea12b05" sha256 arm64_sonoma: "f79987d1cba7d798fe6cb2c824439ddb41dbac57df64c75dc8cf72e66a9c0d25" From 9a298491ae08ac120ef2a28c9c71e4251d7d1299 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:15 +0200 Subject: [PATCH 03764/10074] libdbi: added `no_autobump!` --- Formula/lib/libdbi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdbi.rb b/Formula/lib/libdbi.rb index 819a6c7feefc5..7cf9e797d81f8 100644 --- a/Formula/lib/libdbi.rb +++ b/Formula/lib/libdbi.rb @@ -5,6 +5,8 @@ class Libdbi < Formula sha256 "dafb6cdca524c628df832b6dd0bf8fabceb103248edb21762c02d3068fca4503" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "2ad28ca963e05bb6c228aa9d10507b53b2ff673a3a2953f6eb05f89a36bbccd9" From 683debcd368777c6323ae5e216b9510536c18606 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:15 +0200 Subject: [PATCH 03765/10074] libdc1394: added `no_autobump!` --- Formula/lib/libdc1394.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdc1394.rb b/Formula/lib/libdc1394.rb index a4cca8fba4d33..0f9a3666015fb 100644 --- a/Formula/lib/libdc1394.rb +++ b/Formula/lib/libdc1394.rb @@ -5,6 +5,8 @@ class Libdc1394 < Formula sha256 "537ceb78dd3cef271a183f4a176191d1cecf85f025520e6bd3758b0e19e6609f" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "78ede809109f1cdc74263480e2088879534546d1a2ef2e85abe793d9bb053546" sha256 cellar: :any, arm64_sonoma: "36f71e3ace8c9a94a732f397eda9e2c703c8ea45f02cd9ce3a87ca5b9d961770" From c6e3985469ad8ae214c3171c1f2c8659149d01aa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:16 +0200 Subject: [PATCH 03766/10074] libdca: added `no_autobump!` --- Formula/lib/libdca.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdca.rb b/Formula/lib/libdca.rb index 90fc4058602a6..cf719cc2efb1c 100644 --- a/Formula/lib/libdca.rb +++ b/Formula/lib/libdca.rb @@ -10,6 +10,8 @@ class Libdca < Formula regex(%r{href=.*?v?(\d+(?:\.\d+)+)[/"'>]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0737b7bd914efce32ae323ecbb5fca30b14b39ef31d704a482883598303518b5" sha256 cellar: :any, arm64_sonoma: "f8040bc44c93b05569e5f2cbce08e3b2377bd2445c4f305c2fb49f63a22850be" From d43f5ae788162e6c4650e599f1bb12ebba311a33 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:16 +0200 Subject: [PATCH 03767/10074] libde265: added `no_autobump!` --- Formula/lib/libde265.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libde265.rb b/Formula/lib/libde265.rb index 2d07a74254749..83d3c013a7aef 100644 --- a/Formula/lib/libde265.rb +++ b/Formula/lib/libde265.rb @@ -5,6 +5,8 @@ class Libde265 < Formula sha256 "b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3ae5875dd16e86734c59ff156ef6f03f0cc11f972193e678241ec10ac19dbf48" sha256 cellar: :any, arm64_sonoma: "08a3fd4a3e01254f12590f292157a8b92a898d9b4d31659f3e25d34a164f9cd6" From abfadf3b306fd0f85a859bf133befa9f8d4154d1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:16 +0200 Subject: [PATCH 03768/10074] libdill: added `no_autobump!` --- Formula/lib/libdill.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdill.rb b/Formula/lib/libdill.rb index a3087c3b2de93..f7bd899a2dfc0 100644 --- a/Formula/lib/libdill.rb +++ b/Formula/lib/libdill.rb @@ -5,6 +5,8 @@ class Libdill < Formula sha256 "ebba0e5b433ec123b74a57d49b89dfa673aa258e03e6a452959e556b4c4529b9" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cfe256a0ada19b9c8405be0b3b95885137548fe38e0f3938f28bb50b8245b561" sha256 cellar: :any, arm64_sonoma: "e7e3f7443e7a91dc15164f1ddfba535a2d61992c9ea0e8ee6097e42f47742c5e" From 8b1ff03c649a3091e3fb82929074b2f5bbea7aa0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:16 +0200 Subject: [PATCH 03769/10074] libdivecomputer: added `no_autobump!` --- Formula/lib/libdivecomputer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdivecomputer.rb b/Formula/lib/libdivecomputer.rb index e5f4469ec2c50..4009e2e72ae10 100644 --- a/Formula/lib/libdivecomputer.rb +++ b/Formula/lib/libdivecomputer.rb @@ -11,6 +11,8 @@ class Libdivecomputer < Formula regex(/href=.*?libdivecomputer[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2d1fcffb41e208dda7721558578c6c6f212d758b9782449ce1f800d89e05c1cb" sha256 cellar: :any, arm64_sonoma: "8dd4c53baa97fba521444635e28477af5651cb22ab242ce6a6cb3725175b7056" From 25f84810c34f4c6239b6dcd28b9be82bad7a0f4c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:16 +0200 Subject: [PATCH 03770/10074] libdivsufsort: added `no_autobump!` --- Formula/lib/libdivsufsort.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdivsufsort.rb b/Formula/lib/libdivsufsort.rb index cf329301765b4..3f51ebba6db14 100644 --- a/Formula/lib/libdivsufsort.rb +++ b/Formula/lib/libdivsufsort.rb @@ -6,6 +6,8 @@ class Libdivsufsort < Formula license "MIT" head "https://github.com/y-256/libdivsufsort.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e8710aed1b1bedf305651973aefa5b7b1323fb3e4fd636865974d06661c83977" sha256 cellar: :any, arm64_sonoma: "2145e6e2de3065a7942885e0bcdb17384c0e4c52e7c946cf71df4c65f6591d04" From 7022d1ad1baea3abe19a187aecb1cca8bfa085d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:17 +0200 Subject: [PATCH 03771/10074] libdmx: added `no_autobump!` --- Formula/lib/libdmx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdmx.rb b/Formula/lib/libdmx.rb index 900ee11178e42..bd87383efb691 100644 --- a/Formula/lib/libdmx.rb +++ b/Formula/lib/libdmx.rb @@ -5,6 +5,8 @@ class Libdmx < Formula sha256 "35a4e26a8b0b2b4fe36441dca463645c3fa52d282ac3520501a38ea942cbf74f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e5034cca46b4ff523130888f6d8bf0d75937e0f1b490a0cf0c0c175f32d8be2d" sha256 cellar: :any, arm64_sonoma: "f9beee8dec503a6ecc7479eaec0f9f567d03d38076e4b0237e75969155df0006" From 69e92bb6b3decc18f2851425050c6b02168359f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:17 +0200 Subject: [PATCH 03772/10074] libdrawtext: added `no_autobump!` --- Formula/lib/libdrawtext.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdrawtext.rb b/Formula/lib/libdrawtext.rb index 6f71adfbd7993..eee7ae9ce2826 100644 --- a/Formula/lib/libdrawtext.rb +++ b/Formula/lib/libdrawtext.rb @@ -6,6 +6,8 @@ class Libdrawtext < Formula license "LGPL-3.0-or-later" head "https://github.com/jtsiomb/libdrawtext.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4aead494f4798e4f16eaec6f6c8c251c8de2604995969537295e9d4d0447f2a3" sha256 cellar: :any, arm64_sonoma: "8a58fb6c5c3b800f97788698dde639a9fd99cf3beb4bd8bb56f781ca816ab5cd" From a7e039c8a2d122b3e4347d92e5f69c7fb18f196b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:17 +0200 Subject: [PATCH 03773/10074] libdshconfig: added `no_autobump!` --- Formula/lib/libdshconfig.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdshconfig.rb b/Formula/lib/libdshconfig.rb index bca6ea4fc23d9..0ec43592af297 100644 --- a/Formula/lib/libdshconfig.rb +++ b/Formula/lib/libdshconfig.rb @@ -10,6 +10,8 @@ class Libdshconfig < Formula regex(/href=.*?libdshconfig[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "97fa8df11dd460eff2f15e043cd7529eae0fbbedb5f06419c1f05471381505eb" From c5507cc7cc566e0ff411a2e8492c396a327c2db6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:17 +0200 Subject: [PATCH 03774/10074] libdsk: added `no_autobump!` --- Formula/lib/libdsk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdsk.rb b/Formula/lib/libdsk.rb index e076affd0e472..0bd6c482c92d9 100644 --- a/Formula/lib/libdsk.rb +++ b/Formula/lib/libdsk.rb @@ -10,6 +10,8 @@ class Libdsk < Formula regex(/Stable version.*?href=.*?libdsk[._-]v?(\d+(?:\.\d+)+)\.t/im) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9dd9b752081e886227ddc89dd8b9aa574124f29ab76bca622bdd235294744c8a" sha256 cellar: :any, arm64_sonoma: "62fd1abb55819c5aa90237ab176a63bd793bb3e9dccfa0fa3330f54af7143936" From 4058a7568eba332681dedfddbc08af7a4970b19c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:17 +0200 Subject: [PATCH 03775/10074] libdv: added `no_autobump!` --- Formula/lib/libdv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdv.rb b/Formula/lib/libdv.rb index 89bf72c847f5c..9638e8b55f165 100644 --- a/Formula/lib/libdv.rb +++ b/Formula/lib/libdv.rb @@ -5,6 +5,8 @@ class Libdv < Formula sha256 "a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "d9ec199c7cbb78a2e15ba681e90f94cb34e7c4e4d4856ebe85553661847a4f3b" From 6cec480ca56fbc8f6a663022809b8f769944935e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:17 +0200 Subject: [PATCH 03776/10074] libdvbcsa: added `no_autobump!` --- Formula/lib/libdvbcsa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdvbcsa.rb b/Formula/lib/libdvbcsa.rb index 496f143ce9501..6e7a0ed571a6e 100644 --- a/Formula/lib/libdvbcsa.rb +++ b/Formula/lib/libdvbcsa.rb @@ -12,6 +12,8 @@ class Libdvbcsa < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e5119a840b0c4c13677acc889fc03d4c035c47fd74d6e6913a11786d5826192a" sha256 cellar: :any, arm64_sonoma: "dccd0d514954d35f9965c1bd03bf4e917cf7c33b3b8eee56213c4e71b1a427eb" From 755b12f441e0757d2cd5c8b8fb707bc440b31448 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:18 +0200 Subject: [PATCH 03777/10074] libdvbpsi: added `no_autobump!` --- Formula/lib/libdvbpsi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdvbpsi.rb b/Formula/lib/libdvbpsi.rb index 5bba80ac0dbc1..219122702a753 100644 --- a/Formula/lib/libdvbpsi.rb +++ b/Formula/lib/libdvbpsi.rb @@ -11,6 +11,8 @@ class Libdvbpsi < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "cdb91a9f85c8f2f255cc0269d01bff6ccd1952f4895a6d26c6cb26e7e5bcb2f7" From 581aab5f29ff613f25b0a5e903a546a8fe57f586 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:18 +0200 Subject: [PATCH 03778/10074] libdvdcss: added `no_autobump!` --- Formula/lib/libdvdcss.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdvdcss.rb b/Formula/lib/libdvdcss.rb index 80ba0c09649d5..7b3b48d132bbf 100644 --- a/Formula/lib/libdvdcss.rb +++ b/Formula/lib/libdvdcss.rb @@ -10,6 +10,8 @@ class Libdvdcss < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "eaa70f0ac608a56a596243c9bc63070dc358c7b31894f05cc3f3ac181035e8c2" sha256 cellar: :any, arm64_sonoma: "a88500318685760e0425a099d0459f7be9f7505b89e69785af9d7ae183e40541" From 60b567f001d85146ae4261ff36778c1438442ecd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:18 +0200 Subject: [PATCH 03779/10074] libdvdnav: added `no_autobump!` --- Formula/lib/libdvdnav.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdvdnav.rb b/Formula/lib/libdvdnav.rb index 295c3281f4443..2566799764250 100644 --- a/Formula/lib/libdvdnav.rb +++ b/Formula/lib/libdvdnav.rb @@ -19,6 +19,8 @@ class Libdvdnav < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b29b26c47215e0956115db5aa20172efaa92d178877f7f2e526efa661282f481" sha256 cellar: :any, arm64_sonoma: "77516e8cb99cad1e25fd119a6c573e0fb9c96b5ed7685f1222b9f76a5d1d1013" From 9553d6a04c144419b2c82ac93aeaa0025cf1ba1b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:18 +0200 Subject: [PATCH 03780/10074] libdvdread: added `no_autobump!` --- Formula/lib/libdvdread.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libdvdread.rb b/Formula/lib/libdvdread.rb index f819f857093dd..2cd2fcfa46608 100644 --- a/Formula/lib/libdvdread.rb +++ b/Formula/lib/libdvdread.rb @@ -19,6 +19,8 @@ class Libdvdread < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6aaf06a46650503ddadff95be7584a8fc86ee6e2d3c357475d26566cfda2b10c" sha256 cellar: :any, arm64_sonoma: "6d2583d6d35a5b71d45cfbfc63e3e76dd9757c85973752b1583c4af9502d723c" From 284dc5dc712b61fa1c4d150171a7dba20746bfcb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:18 +0200 Subject: [PATCH 03781/10074] libeatmydata: added `no_autobump!` --- Formula/lib/libeatmydata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libeatmydata.rb b/Formula/lib/libeatmydata.rb index aa5b098edc447..11d9de14d754f 100644 --- a/Formula/lib/libeatmydata.rb +++ b/Formula/lib/libeatmydata.rb @@ -16,6 +16,8 @@ class Libeatmydata < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "1d20eb672c446fa9b5c6f44e1f75a165f23b993be2f11ae203e5fe7a4d9a20ec" From 06670a599b416d013bfd3ad0f6fc444baaccec69 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:18 +0200 Subject: [PATCH 03782/10074] libebml: added `no_autobump!` --- Formula/lib/libebml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libebml.rb b/Formula/lib/libebml.rb index 00706b21635d2..0ea63746ab274 100644 --- a/Formula/lib/libebml.rb +++ b/Formula/lib/libebml.rb @@ -11,6 +11,8 @@ class Libebml < Formula regex(/href=.*?libebml[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2d15f6ce6df5cab89843ca6a7512a601b90ade25bbf7bcae17286664d72e11d0" sha256 cellar: :any, arm64_sonoma: "77cc696e94a5ae2f8a4ccab765ff7adfe84ba6a804479c50d46ede90662d1e81" From 287ea866730840a9df0f18e53cd1d66e8095e6ae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:19 +0200 Subject: [PATCH 03783/10074] libebur128: added `no_autobump!` --- Formula/lib/libebur128.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libebur128.rb b/Formula/lib/libebur128.rb index 8c8f874231199..739c7f79fa64d 100644 --- a/Formula/lib/libebur128.rb +++ b/Formula/lib/libebur128.rb @@ -5,6 +5,8 @@ class Libebur128 < Formula sha256 "baa7fc293a3d4651e244d8022ad03ab797ca3c2ad8442c43199afe8059faa613" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2112e1314f1796a63c7a5477ef24fbdeb91ca32b4d8ff57d5e6527e69a829d9f" sha256 cellar: :any, arm64_sonoma: "91ca5b466a5bf36b1f9d9a1d7cd3f870d1d519fbce52b790192e3f5998976193" From d7710b14209630fe6a2e601915c21fca00c0a0dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:19 +0200 Subject: [PATCH 03784/10074] libecpint: added `no_autobump!` --- Formula/lib/libecpint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libecpint.rb b/Formula/lib/libecpint.rb index 5a2e1dcdf7c4f..5af67731a4a6e 100644 --- a/Formula/lib/libecpint.rb +++ b/Formula/lib/libecpint.rb @@ -6,6 +6,8 @@ class Libecpint < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c52edb64ef2f58d2917ed6c23b673ba7a91e235d5f484dd33f5b09aa667d165a" sha256 cellar: :any, arm64_sonoma: "ddfb7be7a3099e1b6f55f39207977de575a8073143259a1bc4f9ee1ab4f4618e" From 860262f9ff69774a2c1d1e03a9982ab9de2231d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:19 +0200 Subject: [PATCH 03785/10074] libelf: added `no_autobump!` --- Formula/lib/libelf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libelf.rb b/Formula/lib/libelf.rb index b62d9292c9a72..5812c5ec2c6be 100644 --- a/Formula/lib/libelf.rb +++ b/Formula/lib/libelf.rb @@ -8,6 +8,8 @@ class Libelf < Formula license "LGPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f4135950b4b898f046e748266d309126a4c87e0e86a19d476192f9619660819" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5db356e6f8dc983b40424a17c9b73bfcbb442d08a6db8e952744b55aa53bb6e" From f8692baacd914c834748478f9a7f3e5b1e4982bc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:19 +0200 Subject: [PATCH 03786/10074] libemf2svg: added `no_autobump!` --- Formula/lib/libemf2svg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libemf2svg.rb b/Formula/lib/libemf2svg.rb index de82ab7d51e3f..3909796b636b3 100644 --- a/Formula/lib/libemf2svg.rb +++ b/Formula/lib/libemf2svg.rb @@ -5,6 +5,8 @@ class Libemf2svg < Formula sha256 "ad48d2de9d1f4172aca475d9220bbd152b7280f98642db561ee6688faf50cd1e" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c769ed043dc565d050ee360ed38753a5f09db7fb39987c295c3d08b3eba16834" sha256 cellar: :any, arm64_sonoma: "46974d67b425299521f648acc2561051646afbb51e47d45ff954277df5b32334" From ca2ca0f46cb8c91fc283a0b0f413ba64e78d4b7d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:19 +0200 Subject: [PATCH 03787/10074] libestr: added `no_autobump!` --- Formula/lib/libestr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libestr.rb b/Formula/lib/libestr.rb index dce4d99cb53e6..69ca0f3d014ef 100644 --- a/Formula/lib/libestr.rb +++ b/Formula/lib/libestr.rb @@ -10,6 +10,8 @@ class Libestr < Formula regex(/href=.*?libestr[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c4ee35e1e3e47e5009e3fdb7be52737edebddcdd812e8c1811fcf73648a656cb" sha256 cellar: :any, arm64_sonoma: "3fba48207a9ab79341e43e937560dfeae150dada3f5cb560a7a209fb45e726ef" From e180f5c3adaa24c25ca6997abe7273476d501e73 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:19 +0200 Subject: [PATCH 03788/10074] libetpan: added `no_autobump!` --- Formula/lib/libetpan.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/lib/libetpan.rb b/Formula/lib/libetpan.rb index 9851973cb1098..2fa6215c02fc8 100644 --- a/Formula/lib/libetpan.rb +++ b/Formula/lib/libetpan.rb @@ -13,6 +13,7 @@ class Libetpan < Formula url "https://github.com/dinhvh/libetpan/commit/1002a0121a8f5a9aee25357769807f2c519fa50b.patch?full_index=1" sha256 "824408a4d4b59b8e395260908b230232d4f764645b014fbe6e9660ad1137251e" end + patch do url "https://github.com/dinhvh/libetpan/commit/298460a2adaabd2f28f417a0f106cb3b68d27df9.patch?full_index=1" sha256 "f5e62879eb90d83d06c4b0caada365a7ea53d4426199a650a7cc303cc0f66751" @@ -25,6 +26,8 @@ class Libetpan < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "28a0fa384fbe4f86bed68fea326d1cdfec1b4fc8c0b21283a00e3c268630f503" From 4587d333300d21e80296585b0d1180d03c86ac87 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:20 +0200 Subject: [PATCH 03789/10074] libev: added `no_autobump!` --- Formula/lib/libev.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libev.rb b/Formula/lib/libev.rb index 0181d50edc9e5..54f1b05c865ae 100644 --- a/Formula/lib/libev.rb +++ b/Formula/lib/libev.rb @@ -11,6 +11,8 @@ class Libev < Formula regex(/href=.*?libev[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "67740e5ba01e82c140ceadc512aa26a3990bfadaef0f4b545ba7f9aaf24c50bf" sha256 cellar: :any, arm64_sonoma: "e476d7fb265b97275a91a5cb3acfa0357e4f722d44a550ab3bc22388add80614" From 6ccdc73d34ab77f09741463e7c5dff5d69f4af38 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:20 +0200 Subject: [PATCH 03790/10074] libevent: added `no_autobump!` --- Formula/lib/libevent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libevent.rb b/Formula/lib/libevent.rb index d31e3148e2565..f497d34adf666 100644 --- a/Formula/lib/libevent.rb +++ b/Formula/lib/libevent.rb @@ -11,6 +11,8 @@ class Libevent < Formula regex(/libevent[._-]v?(\d+(?:\.\d+)+)-stable/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "65fc7c61fec0f5ae0c5dfc8fc7e3b6b0507d3f1c7c308a332802541f00334963" sha256 cellar: :any, arm64_sonoma: "38a3eb3510a7e0cd4096e4592d0095c562eb1bbad572d951f1923009a14ad702" From 6c4e7a03162b04d1e525664a33dc45dc2152e645 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:20 +0200 Subject: [PATCH 03791/10074] libexosip: added `no_autobump!` --- Formula/lib/libexosip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libexosip.rb b/Formula/lib/libexosip.rb index 52b619544feb3..f62c39641ef28 100644 --- a/Formula/lib/libexosip.rb +++ b/Formula/lib/libexosip.rb @@ -11,6 +11,8 @@ class Libexosip < Formula regex(/href=.*?libexosip2[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "642cdbf3c7e2c28d59ba0bfa578465767fcc52a0640153ae68efea87e928243a" From dbf28995b0312d875a89e9b5c0dea71f96af472c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:20 +0200 Subject: [PATCH 03792/10074] libextractor: added `no_autobump!` --- Formula/lib/libextractor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libextractor.rb b/Formula/lib/libextractor.rb index 27f0b78d7245e..6e34f57cefbbb 100644 --- a/Formula/lib/libextractor.rb +++ b/Formula/lib/libextractor.rb @@ -6,6 +6,8 @@ class Libextractor < Formula sha256 "bb8f312c51d202572243f113c6b62d8210301ab30cbaee604f9837d878cdf755" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "3dc057f34f3a021d0485a2f04b581c8b77f118e6c12337717e200de09146f560" sha256 arm64_sonoma: "e011f7851397a725c19c5774f33fd92a880476a8ae37c5c9f23a5d4aad084cac" From b92753913cf64a2bd9daecfc9916a84f1c9f436c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:20 +0200 Subject: [PATCH 03793/10074] libfaketime: added `no_autobump!` --- Formula/lib/libfaketime.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libfaketime.rb b/Formula/lib/libfaketime.rb index b1e117add3169..56f03c87b7db6 100644 --- a/Formula/lib/libfaketime.rb +++ b/Formula/lib/libfaketime.rb @@ -6,6 +6,8 @@ class Libfaketime < Formula license "GPL-2.0-only" head "https://github.com/wolfcw/libfaketime.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bfd710155f5264eb161cb1b25858b737bca3981693b1dbbe0cebfc7f75edd1c7" sha256 arm64_sonoma: "1f61121e94582fee4405d79d0cea2216f9cc1f148b3b8a4b0a030eb23ee24c4b" From caa1fc0751321f45864db25d01eb3e1eafca07a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:21 +0200 Subject: [PATCH 03794/10074] libfastjson: added `no_autobump!` --- Formula/lib/libfastjson.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libfastjson.rb b/Formula/lib/libfastjson.rb index d1d64bb97f30f..c17c6f5419ae1 100644 --- a/Formula/lib/libfastjson.rb +++ b/Formula/lib/libfastjson.rb @@ -10,6 +10,8 @@ class Libfastjson < Formula regex(/href=.*?libfastjson[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e9a8424dc257099992210434ed1b30517d31ea60793715f5b2878421144ffa9e" sha256 cellar: :any, arm64_sonoma: "a9ca39524509a82daa588a69d3f7cf2c930a9fd4343279a3ecf86ec47391852a" From 440b634fd1292509e358d0d1ed018482520f9742 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:21 +0200 Subject: [PATCH 03795/10074] libff: added `no_autobump!` --- Formula/lib/libff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libff.rb b/Formula/lib/libff.rb index f10becce26128..78e399dd7cab5 100644 --- a/Formula/lib/libff.rb +++ b/Formula/lib/libff.rb @@ -7,6 +7,8 @@ class Libff < Formula revision: "5835b8c59d4029249645cf551f417608c48f2770" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "2dfacbd13db9702a3a458660201374cff23f4c7fd509585410cb0dd937214f28" From d0f2fa9340f8d4ba502527cc9e2f00fe2a6d5b75 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:21 +0200 Subject: [PATCH 03796/10074] libfixposix: added `no_autobump!` --- Formula/lib/libfixposix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libfixposix.rb b/Formula/lib/libfixposix.rb index 9b903e86d5c93..4e9e79a1742bd 100644 --- a/Formula/lib/libfixposix.rb +++ b/Formula/lib/libfixposix.rb @@ -6,6 +6,8 @@ class Libfixposix < Formula license "BSL-1.0" head "https://github.com/sionescu/libfixposix.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "23db0bbb66f78f226e8f1c3391e6f098be1410f1e914367ef4efbf2322870e16" sha256 cellar: :any, arm64_sonoma: "17e8781690ca305f8a30593f08d99358d99b1e8963e713aeb18a2c06d8e0a7e9" From c4157b8694ec3a3c0f7bee40ce7153fed06053f4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:21 +0200 Subject: [PATCH 03797/10074] libflowmanager: added `no_autobump!` --- Formula/lib/libflowmanager.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libflowmanager.rb b/Formula/lib/libflowmanager.rb index dd6d18cf8aef4..c84475e12afa9 100644 --- a/Formula/lib/libflowmanager.rb +++ b/Formula/lib/libflowmanager.rb @@ -11,6 +11,8 @@ class Libflowmanager < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "4d11252d0bcaa2587f52e22e4ac3eb28c2115c7204aaf31594e542b2152bc3ef" From 615aa934879a1b252bbea483c090c94f536aa7cb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:21 +0200 Subject: [PATCH 03798/10074] libforensic1394: added `no_autobump!` --- Formula/lib/libforensic1394.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libforensic1394.rb b/Formula/lib/libforensic1394.rb index 5b9e0d8bfccd7..b76610446de52 100644 --- a/Formula/lib/libforensic1394.rb +++ b/Formula/lib/libforensic1394.rb @@ -11,6 +11,8 @@ class Libforensic1394 < Formula regex(/href=.*?libforensic1394[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a3ae5e839007a8f6cfa3ca2e176285a889085333678c2b5edc095d22326e8aa6" sha256 cellar: :any, arm64_sonoma: "466e7d42777a5f74b206d6dfec30b026f6d61ad6a2c0c7e382ab21f9f09b4973" From ab8b60b60f40b0de85c27f39783a40b71884bc59 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:22 +0200 Subject: [PATCH 03799/10074] libfreefare: added `no_autobump!` --- Formula/lib/libfreefare.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libfreefare.rb b/Formula/lib/libfreefare.rb index b841da6bed979..1383b083aabaf 100644 --- a/Formula/lib/libfreefare.rb +++ b/Formula/lib/libfreefare.rb @@ -6,6 +6,8 @@ class Libfreefare < Formula license "LGPL-3.0-or-later" revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2a601550aaba3113176cbb9c284f263faab1cacdadaa841ca48ffac4cc36ea70" sha256 cellar: :any, arm64_sonoma: "be04856cd0edfb30a50104ea7fd3a5b7ce66c25921179415eddd8542b328d3a0" From be88fac5b12a6798977b2a6cdadeeeee62477dc3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:22 +0200 Subject: [PATCH 03800/10074] libfreehand: added `no_autobump!` --- Formula/lib/libfreehand.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libfreehand.rb b/Formula/lib/libfreehand.rb index 165ad551eb77b..33a2275d7b04d 100644 --- a/Formula/lib/libfreehand.rb +++ b/Formula/lib/libfreehand.rb @@ -11,6 +11,8 @@ class Libfreehand < Formula regex(/href=["']?libfreehand[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9eeb0bbec76d98ba004514dad9c9dc345a66fde115e25cada3fc837efcb764c7" sha256 cellar: :any, arm64_sonoma: "10f6c8c203685f706e8290abc6a8c6833203142083d267f2ef271d34e998497b" From 86535c9cb59ea40f0413ae2c4d92553d7a3ef945 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:22 +0200 Subject: [PATCH 03801/10074] libftdi: added `no_autobump!` --- Formula/lib/libftdi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libftdi.rb b/Formula/lib/libftdi.rb index 5a0d8209be0db..80a218d89fd4f 100644 --- a/Formula/lib/libftdi.rb +++ b/Formula/lib/libftdi.rb @@ -11,6 +11,8 @@ class Libftdi < Formula regex(/href=.*?libftdi1[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c53870c2c84cf0918cbf27dfa0f62b3dc331072846980ef86243f506e1752f7a" sha256 cellar: :any, arm64_sonoma: "63ffb0285cabb32fb40e7f609ba8e63da9c0452e30400bd9261218bd3e393b9f" From 4dc95078bcafd5af774422e185453192795788cf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:22 +0200 Subject: [PATCH 03802/10074] libfuse: added `no_autobump!` --- Formula/lib/libfuse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libfuse.rb b/Formula/lib/libfuse.rb index e26f50b0e3d5a..7e8d02a802117 100644 --- a/Formula/lib/libfuse.rb +++ b/Formula/lib/libfuse.rb @@ -6,6 +6,8 @@ class Libfuse < Formula license any_of: ["LGPL-2.1-only", "GPL-2.0-only"] head "https://github.com/libfuse/libfuse.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_linux: "447962f98f38e97d6235096dbc5cd7453345c893ea5cf3f9099fe8115dec707e" sha256 x86_64_linux: "11f5d2472fd50b34f28e07e94ddf10b8bfca48e6b8725724e8260ebc0b0fbb1d" From 8d03954cd657e1fbf8b3ee2d25b4280bac735c4d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:22 +0200 Subject: [PATCH 03803/10074] libfuse@2: added `no_autobump!` --- Formula/lib/libfuse@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libfuse@2.rb b/Formula/lib/libfuse@2.rb index d10f830dcbb9e..a90f4f4231fb0 100644 --- a/Formula/lib/libfuse@2.rb +++ b/Formula/lib/libfuse@2.rb @@ -5,6 +5,8 @@ class LibfuseAT2 < Formula sha256 "d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5" license any_of: ["LGPL-2.1-only", "GPL-2.0-only"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_linux: "df8b668765d688eb5a516eaa67a73d1750b5ce6bab91b1924def3b7fd0d85aac" From d06a880475226bb005f074df83b696c5c77ab54e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:22 +0200 Subject: [PATCH 03804/10074] libfyaml: added `no_autobump!` --- Formula/lib/libfyaml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libfyaml.rb b/Formula/lib/libfyaml.rb index 74a8d1ba1db8d..534d1073e1410 100644 --- a/Formula/lib/libfyaml.rb +++ b/Formula/lib/libfyaml.rb @@ -5,6 +5,8 @@ class Libfyaml < Formula sha256 "7731edc5dfcc345d5c5c9f6ce597133991a689dabede393cd77bae89b327cd6d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4296a8c80863d912ba93d237d0635b4b6568dfaec713cd69d5424ea77ad4097e" sha256 cellar: :any, arm64_sonoma: "f048b398ea675ff84cffed39be72aad7aebc2ff7b343291e82982e1d8aa299bc" From 4ee952e7d8d72e4feb319d47f5a6885d306de188 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:23 +0200 Subject: [PATCH 03805/10074] libgadu: added `no_autobump!` --- Formula/lib/libgadu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgadu.rb b/Formula/lib/libgadu.rb index 44a7245d185de..a658f3368197e 100644 --- a/Formula/lib/libgadu.rb +++ b/Formula/lib/libgadu.rb @@ -5,6 +5,8 @@ class Libgadu < Formula sha256 "28e70fb3d56ed01c01eb3a4c099cc84315d2255869ecf08e9af32c41d4cbbf5d" license "LGPL-2.1-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f4f5668e14d2fb3565732fb50bb526d106a8a26d396b3d54eeff627658a159ab" sha256 cellar: :any, arm64_sonoma: "c0a47f65b2950adc32a349c14f576ce66da2f34b2fc342c1f37b11dfb8ab28ed" From 5738518cd65c0b712ca5bb49f1ac9c09aac86364 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:23 +0200 Subject: [PATCH 03806/10074] libgccjit: added `no_autobump!` --- Formula/lib/libgccjit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgccjit.rb b/Formula/lib/libgccjit.rb index c7aab78be293a..da9300680c309 100644 --- a/Formula/lib/libgccjit.rb +++ b/Formula/lib/libgccjit.rb @@ -23,6 +23,8 @@ class Libgccjit < Formula formula "gcc" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "76bcb930ece20a2661c706bac2f2ce4faf790b3af0554b86a8967677fcab03ce" sha256 arm64_sonoma: "cb3db229fd88a28d6583fffd1ee487b0351851b377900d8976c5b70b37585c56" From ea6ebd7e8e232aed9d1b36359fcdd6f047357cab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:23 +0200 Subject: [PATCH 03807/10074] libgcrypt: added `no_autobump!` --- Formula/lib/libgcrypt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgcrypt.rb b/Formula/lib/libgcrypt.rb index 954058bade71e..50f48bea1d8ad 100644 --- a/Formula/lib/libgcrypt.rb +++ b/Formula/lib/libgcrypt.rb @@ -10,6 +10,8 @@ class Libgcrypt < Formula regex(/href=.*?libgcrypt[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "be268e1e718212df254fb8b678adbcef8bad3994deb995566b8fdd7743e0b482" sha256 cellar: :any, arm64_sonoma: "531de63827be5ab57b3b82dff1107af39bc50da502c38c3a504e864d11996c75" From f1ca05f0bd1bd4ac787230d5e98cb545ee049507 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:23 +0200 Subject: [PATCH 03808/10074] libgda: added `no_autobump!` --- Formula/lib/libgda.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgda.rb b/Formula/lib/libgda.rb index aa3e0cca725f6..3ef0464764e01 100644 --- a/Formula/lib/libgda.rb +++ b/Formula/lib/libgda.rb @@ -8,6 +8,8 @@ class Libgda < Formula license "LGPL-2.0-or-later" revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2be57dbae0d6ba2cb489b405aeed1d4b00f6dc4ce1182dce49aec0fd1093a813" sha256 arm64_sonoma: "9cf877eaebc81fecfc1970b452f851b801f326d8154291d88fdbbad78cceecfd" From b0e6209896f90f3c48f0ee07ceed00eb63bfa826 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:23 +0200 Subject: [PATCH 03809/10074] libgdata: added `no_autobump!` --- Formula/lib/libgdata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgdata.rb b/Formula/lib/libgdata.rb index f465ec06d6259..c42c7451ca43b 100644 --- a/Formula/lib/libgdata.rb +++ b/Formula/lib/libgdata.rb @@ -6,6 +6,8 @@ class Libgdata < Formula license "LGPL-2.1-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "36b90319012266b453dbafde5737f7a9a0d0570494af7fd9f71c9ac836445d51" From 606ad3bab2b2b39ccdb8b89e87d317012998fe08 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:23 +0200 Subject: [PATCH 03810/10074] libgfshare: added `no_autobump!` --- Formula/lib/libgfshare.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgfshare.rb b/Formula/lib/libgfshare.rb index 62093ca504248..ac25e2093cc66 100644 --- a/Formula/lib/libgfshare.rb +++ b/Formula/lib/libgfshare.rb @@ -10,6 +10,8 @@ class Libgfshare < Formula regex(/href=.*?libgfshare[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cb19a495ba9032a4bd0e0c5e52bf818c8283af8b29dcb25a0a2f9bb0338c2880" sha256 cellar: :any, arm64_sonoma: "661368852f131d75f48672074dd635d04c95f30f61f1adae25c26db2cdc45dcc" From 8b6d3cd16fbf219b6942c4bdcb0d411c8317617e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:24 +0200 Subject: [PATCH 03811/10074] libghthash: added `no_autobump!` --- Formula/lib/libghthash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libghthash.rb b/Formula/lib/libghthash.rb index b4d99c30b7d4b..2fa6cca9f07d0 100644 --- a/Formula/lib/libghthash.rb +++ b/Formula/lib/libghthash.rb @@ -5,6 +5,8 @@ class Libghthash < Formula sha256 "e7e5f77df3e2a9152e0805f279ac048af9e572b83e60d29257cc754f8f9c22d6" license "LGPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "83b25e095be2d03fda04742c1c917ff6d5603d4c5ec2e6070f0e555f03e7b701" sha256 cellar: :any, arm64_sonoma: "5339394b36965f5152703a4bc84c1303c6966114c3bd053ed9dd265951ad5b6e" From 41d72ae739bbde95da7f8d4e88bfc0d021e046e3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:24 +0200 Subject: [PATCH 03812/10074] libgig: added `no_autobump!` --- Formula/lib/libgig.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgig.rb b/Formula/lib/libgig.rb index 20321095df9d3..2f6977ade9630 100644 --- a/Formula/lib/libgig.rb +++ b/Formula/lib/libgig.rb @@ -10,6 +10,8 @@ class Libgig < Formula regex(/href=.*?libgig[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f85773d19792519d3d19e73b0275a23b9ef84e68e3e57644615a488e4f324af2" sha256 cellar: :any, arm64_sonoma: "e4081ce14559fbd6f48102d7dfc1b513e37cee4afbd7121c74cea1e8d53ffff4" From f9587cdfd04fd5f9a568f3503d539b23ba463e28 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:24 +0200 Subject: [PATCH 03813/10074] libgit2@1.6: added `no_autobump!` --- Formula/lib/libgit2@1.6.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgit2@1.6.rb b/Formula/lib/libgit2@1.6.rb index 4df4573111101..0da56f7818574 100644 --- a/Formula/lib/libgit2@1.6.rb +++ b/Formula/lib/libgit2@1.6.rb @@ -5,6 +5,8 @@ class Libgit2AT16 < Formula sha256 "0f09dd49e409913c94df00eeb5b54f8b597905071b454c7f614f8c6e1ddb8d75" license "GPL-2.0-only" => { with: "GCC-exception-2.0" } + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8582aec95e53ef6fd672e6c2a5cb8f98f6b62b8e2ef18dce00e8488e5cc1262f" sha256 cellar: :any, arm64_sonoma: "83f4ee26d02fbfda076cdebe727390dd4db92ec8cb3791115212f43d6047eeed" From bec483d55beca2f3925efc6fce75ef1fb15c04c6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:24 +0200 Subject: [PATCH 03814/10074] libgit2@1.7: added `no_autobump!` --- Formula/lib/libgit2@1.7.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgit2@1.7.rb b/Formula/lib/libgit2@1.7.rb index d18ed1aa51372..352f8ad2f85bf 100644 --- a/Formula/lib/libgit2@1.7.rb +++ b/Formula/lib/libgit2@1.7.rb @@ -5,6 +5,8 @@ class Libgit2AT17 < Formula sha256 "de384e29d7efc9330c6cdb126ebf88342b5025d920dcb7c645defad85195ea7f" license "GPL-2.0-only" => { with: "GCC-exception-2.0" } + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4194c7a41da5f78c05b33988fa28d163c60dc7146fdc964d82ed9b132c90ed3d" sha256 cellar: :any, arm64_sonoma: "0cad95e1f543ee0a6af1472c5a17e8f5bf09dafab3862ed08bd46e8f44cb0575" From ce6e56b892588b7e5a6b711f91eeb3cec0748dc3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:24 +0200 Subject: [PATCH 03815/10074] libgnt: added `no_autobump!` --- Formula/lib/libgnt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgnt.rb b/Formula/lib/libgnt.rb index fc7ee39b4173a..ce5cfa28e081c 100644 --- a/Formula/lib/libgnt.rb +++ b/Formula/lib/libgnt.rb @@ -10,6 +10,8 @@ class Libgnt < Formula regex(%r{href=["']?[^"' >]*?/rev/v?(\d+(?:\.\d+)+)["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "83d17065c582bdcf162513a0523c19c44db30b00842cda416a2d335b7abc0eb9" sha256 cellar: :any, arm64_sonoma: "40ab4a1893fe00347a02fb7b4cdf258598e1ae27e1594a1c4dff5461633f1a8a" From 76c63ba9b8aca8486a0ff339ce20e64851e8ae30 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:25 +0200 Subject: [PATCH 03816/10074] libgosu: added `no_autobump!` --- Formula/lib/libgosu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgosu.rb b/Formula/lib/libgosu.rb index ddc8b2d5bad85..a25ad9022269f 100644 --- a/Formula/lib/libgosu.rb +++ b/Formula/lib/libgosu.rb @@ -6,6 +6,8 @@ class Libgosu < Formula license "MIT" head "https://github.com/gosu/gosu.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3a5fa70c9c6f1dcdb60fbeb50e8ec544b341c25f0c9d426d5f3982948a10a427" sha256 cellar: :any, arm64_sonoma: "e212870f51bae367a0d9e2fe223ad8b6b69562efa3f368f7ca09ca554c9d83e3" From c03e67a36b5b171785d4964baa3df8a5321c14e3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:25 +0200 Subject: [PATCH 03817/10074] libgphoto2: added `no_autobump!` --- Formula/lib/libgphoto2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgphoto2.rb b/Formula/lib/libgphoto2.rb index 0748de3e41f93..bf0731670a622 100644 --- a/Formula/lib/libgphoto2.rb +++ b/Formula/lib/libgphoto2.rb @@ -10,6 +10,8 @@ class Libgphoto2 < Formula regex(%r{url=.*?/libgphoto2[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "3fb2e9bda06e7f94540e798c31fca1f06d8028039eb2e558e501e4e85e68402f" sha256 arm64_sonoma: "a755497f42fd0a62182de3d1ba2956af248282fc6b3462e700b8f9a5713110a4" From 65f8a63e87e00d2f164b2ccf0e38d41e0612dfda Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 15:45:30 +0000 Subject: [PATCH 03818/10074] squashfs 4.7 autobump: add squashfs Signed-off-by: Rui Chen squashfs: update build and test Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/s/squashfs.rb | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 50ba0188968c7..dbc446d40d4f9 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3501,6 +3501,7 @@ sqlpage sqlparse sqlx-cli sqruff +squashfs squashfuse squealer squid diff --git a/Formula/s/squashfs.rb b/Formula/s/squashfs.rb index ff905c9c3b018..7ed80630137e0 100644 --- a/Formula/s/squashfs.rb +++ b/Formula/s/squashfs.rb @@ -1,11 +1,20 @@ class Squashfs < Formula desc "Compressed read-only file system for Linux" homepage "https://github.com/plougher/squashfs-tools" - url "https://github.com/plougher/squashfs-tools/archive/refs/tags/4.6.1.tar.gz" - sha256 "94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c" license "GPL-2.0-or-later" head "https://github.com/plougher/squashfs-tools.git", branch: "master" + stable do + url "https://github.com/plougher/squashfs-tools/archive/refs/tags/4.7.tar.gz" + sha256 "f1605ef720aa0b23939a49ef4491f6e734333ccc4bda4324d330da647e105328" + + # add the missing pthread.h header, upstream pr ref, https://github.com/plougher/squashfs-tools/pull/312 + patch do + url "https://github.com/plougher/squashfs-tools/commit/8b9288365fa0a0d80d8be82a3a6b42ea1c12629a.patch?full_index=1" + sha256 "cc3007de92a90c8caefb378b8405cde29c7acf570646d0bbc2bd0dcac1113a24" + end + end + # Tags like `4.4-git.1` are not release versions and the regex omits these livecheck do url :stable @@ -38,7 +47,7 @@ class Squashfs < Formula def install args = %W[ - EXTRA_CFLAGS=-std=gnu89 + EXTRA_CFLAGS=-std=gnu99 LZ4_DIR=#{Formula["lz4"].opt_prefix} LZ4_SUPPORT=1 LZO_DIR=#{Formula["lzo"].opt_prefix} @@ -60,21 +69,13 @@ def install ENV.prepend_path "PATH", Formula["gnu-sed"].opt_libexec/"gnubin" mkdir_p man1 - cd "generate-manpages" do + cd "squashfs-tools/generate-manpages" do commands.each do |command| system "./#{command}-manpage.sh", bin, man1/"#{command}.1" end end - doc.install %W[ - README-#{version} - USAGE-#{version.major_minor} - USAGE-MKSQUASHFS-#{version.major_minor} - USAGE-SQFSCAT-#{version.major_minor} - USAGE-SQFSTAR-#{version.major_minor} - USAGE-UNSQUASHFS-#{version.major_minor} - COPYING - ] + doc.install Dir["Documentation/#{version.major_minor}/*"] end test do From db22d8b4e2ec069f77fca487e28245e6f9ab4819 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:39 +0200 Subject: [PATCH 03819/10074] llvm@17: added `no_autobump!` --- Formula/l/llvm@17.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/llvm@17.rb b/Formula/l/llvm@17.rb index daeb2bd754700..1241e8e334026 100644 --- a/Formula/l/llvm@17.rb +++ b/Formula/l/llvm@17.rb @@ -11,6 +11,8 @@ class LlvmAT17 < Formula regex(/^llvmorg[._-]v?(17(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4cf50ede64cdc9cf05227501e8b0893a4feb0b86843fcd77b12a5cff1e539522" sha256 cellar: :any, arm64_sonoma: "a86a41bd356df1fdbd8eef983fff672937a39cad37b00ef37ca94365fc636e1d" From 5d353ae260b66dd17ac1ad0eb7a7e353f4665cb8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:39 +0200 Subject: [PATCH 03820/10074] llvm@18: added `no_autobump!` --- Formula/l/llvm@18.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/llvm@18.rb b/Formula/l/llvm@18.rb index 14b8461e9a6ec..c2d6fa070298d 100644 --- a/Formula/l/llvm@18.rb +++ b/Formula/l/llvm@18.rb @@ -11,6 +11,8 @@ class LlvmAT18 < Formula regex(/^llvmorg[._-]v?(18(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c7bb3e7186411468c2b7af59fb5abd5108805078280f8144f8cf53b9c0b93cbf" sha256 cellar: :any, arm64_sonoma: "c9daaee40a1b1c85a35af2a64c3577257740554df1d8bbf629103a9994b288b4" From 6a00b97b93bfc245d7083e4a90c7459ff5325222 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:39 +0200 Subject: [PATCH 03821/10074] llvm@19: added `no_autobump!` --- Formula/l/llvm@19.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/llvm@19.rb b/Formula/l/llvm@19.rb index 083176c1b7694..f612bbdc2529d 100644 --- a/Formula/l/llvm@19.rb +++ b/Formula/l/llvm@19.rb @@ -11,6 +11,8 @@ class LlvmAT19 < Formula regex(/^llvmorg[._-]v?(19(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7b14323528280fe8da37c282cfe3b5b34a9a56f0730c3ce599d165f2c5353a8a" sha256 cellar: :any, arm64_sonoma: "5fdcbc697b42d0559d5d5c76ae2f9a17e3a30014eab679b6b591336ce7072dea" From 310a11f87da1dddb6a9f48588875f2caab90da4f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:39 +0200 Subject: [PATCH 03822/10074] lm-sensors: added `no_autobump!` --- Formula/l/lm-sensors.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lm-sensors.rb b/Formula/l/lm-sensors.rb index a92508857f977..0dc4b3053b524 100644 --- a/Formula/l/lm-sensors.rb +++ b/Formula/l/lm-sensors.rb @@ -6,6 +6,8 @@ class LmSensors < Formula sha256 "0591f9fa0339f0d15e75326d0365871c2d4e2ed8aa1ff759b3a55d3734b7d197" license any_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_linux: "43d3fcb049210f0b67b6341f5e65645c69ddbfa3ecc8bf5926d612990f3fac35" From dc454ff9878d64989f977358060fb201676fefa0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:39 +0200 Subject: [PATCH 03823/10074] lm4tools: added `no_autobump!` --- Formula/l/lm4tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lm4tools.rb b/Formula/l/lm4tools.rb index 5dc87eed08a2e..029fb7c5a7294 100644 --- a/Formula/l/lm4tools.rb +++ b/Formula/l/lm4tools.rb @@ -5,6 +5,8 @@ class Lm4tools < Formula sha256 "e8064ace3c424b429b7e0b50e58b467d8ed92962b6a6dfa7f6a39942416b1627" license all_of: ["GPL-2.0-or-later", "BSD-3-Clause"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4a41adde94def1ccf78e3ef033a1e121ab98ec9960db57ba2244a5ba0136d7df" sha256 cellar: :any, arm64_sonoma: "13fcc858d9be77a53c1d7a541d3c314c1b98e03b48c2391850912f6dba3d6c85" From 731a8b268ac76c75c3709d53b1f0e9b4f7ed6ef8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:39 +0200 Subject: [PATCH 03824/10074] lmfit: added `no_autobump!` --- Formula/l/lmfit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lmfit.rb b/Formula/l/lmfit.rb index 26bfb79008c76..ae9ce5026a151 100644 --- a/Formula/l/lmfit.rb +++ b/Formula/l/lmfit.rb @@ -5,6 +5,8 @@ class Lmfit < Formula sha256 "773d8c9f8755727e70cb3e6b70069e3e0b7a3cb163183e44f2cff6dc1ea503fb" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "678ab0ff988a722324b6fb23e6504914de679a9b19c5ee9ff97f025d5057d0a8" sha256 cellar: :any, arm64_sonoma: "7fbb6f1db8f3fddf49cdfcdab7c35f3ac4b1e42ee8eb86c251bdf4d78b267f64" From b5be91ce06c26b36b7e1d7f765460408aed4f2b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:40 +0200 Subject: [PATCH 03825/10074] loc: added `no_autobump!` --- Formula/l/loc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/loc.rb b/Formula/l/loc.rb index ae4c2f4fd17dc..3928edf117dcd 100644 --- a/Formula/l/loc.rb +++ b/Formula/l/loc.rb @@ -5,6 +5,8 @@ class Loc < Formula sha256 "1e8403fd9a3832007f28fb389593cd6a572f719cd95d85619e7bbcf3dbea18e5" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6ae78cec03b96c009895477324beb0d58d4cd6bcb8d351f144d9e4fb32808db" From 06450115413bf492fb969ec2022220abea4f2357 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:40 +0200 Subject: [PATCH 03826/10074] localtunnel: added `no_autobump!` --- Formula/l/localtunnel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/localtunnel.rb b/Formula/l/localtunnel.rb index fb1998c90979d..6e311e5697b98 100644 --- a/Formula/l/localtunnel.rb +++ b/Formula/l/localtunnel.rb @@ -5,6 +5,8 @@ class Localtunnel < Formula sha256 "6fb76f0ac6b92989669a5b7bb519361e07301965ea1f5a04d813ed59ab2e0c34" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "b5425789666cab50aa13978b6bec08b978f7be5d53e13b9e447ed712dc2b3c60" From 6a832f046380d841d8cdb3f011b2f455abcb7b9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:40 +0200 Subject: [PATCH 03827/10074] locateme: added `no_autobump!` --- Formula/l/locateme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/locateme.rb b/Formula/l/locateme.rb index 6bb58370c0559..adb7d211c8dd8 100644 --- a/Formula/l/locateme.rb +++ b/Formula/l/locateme.rb @@ -10,6 +10,8 @@ class Locateme < Formula regex(%r{url=.*?/LocateMe[._-]v?(\d+(?:\.\d+)+)\.(?:t|zip)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb9d44f815969d55f09881d36089f4a34a43f7d63ad665a5dec05d8c39c55d59" sha256 cellar: :any_skip_relocation, arm64_sonoma: "078afab4984cf539ac2a9f02d3c13c0756587637293c5b5db7399e835d12092d" From 93ba0e9e00007a1513e108221c6273131171db03 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:40 +0200 Subject: [PATCH 03828/10074] lockrun: added `no_autobump!` --- Formula/l/lockrun.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lockrun.rb b/Formula/l/lockrun.rb index 80ee1ed64b916..a0062f9501ee1 100644 --- a/Formula/l/lockrun.rb +++ b/Formula/l/lockrun.rb @@ -13,6 +13,8 @@ class Lockrun < Formula regex(%r{v?(\d+(?:\.\d+)+)\s+\d{4}[/-]\d{2}[/-]\d{2}}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa9f904cbb5c509a1aeef7afb173599b212352054380f017c9ff657a90aa866c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "60567111dd2a82dc49b2c4687b16cf29a21543d68f533e2ec8b34e4f1da2bd77" From a9311ce1fd002a31553634640ff4866d706654ce Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:40 +0200 Subject: [PATCH 03829/10074] log4c: added `no_autobump!` --- Formula/l/log4c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/log4c.rb b/Formula/l/log4c.rb index 582d8d71b5ec2..1a230a12fc672 100644 --- a/Formula/l/log4c.rb +++ b/Formula/l/log4c.rb @@ -11,6 +11,8 @@ class Log4c < Formula regex(%r{url=.*?/log4c[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "83103a56bdf9b8b2105f679fbeb44dca1c36c46d7afcc542b080e59e6e205f51" sha256 arm64_sonoma: "0a21d82a2a2ee563678a110e2462a9236de30c358b8cfa62c9b919ca09e74ba8" From 305eac7c8c02eb8070cfc16817d1d11ee72a6268 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:40 +0200 Subject: [PATCH 03830/10074] log4cpp: added `no_autobump!` --- Formula/l/log4cpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/log4cpp.rb b/Formula/l/log4cpp.rb index cc8d133281409..7c8f57ed89231 100644 --- a/Formula/l/log4cpp.rb +++ b/Formula/l/log4cpp.rb @@ -10,6 +10,8 @@ class Log4cpp < Formula regex(%r{url=.*?/log4cpp[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f8421676fbd3fc123bca6932dfe2d92f2eafaa4757a1a3d287260ea2fdb72e75" sha256 cellar: :any, arm64_sonoma: "9dd6710dd93d90ad62742ef724afe56aab75d6686a7b67ba450945c96b64638b" From 98f3a7c57173a6c0989f570f6588bc1655635b0f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:41 +0200 Subject: [PATCH 03831/10074] log4shib: added `no_autobump!` --- Formula/l/log4shib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/log4shib.rb b/Formula/l/log4shib.rb index a679d629a41a7..dbdbc2bb85b0b 100644 --- a/Formula/l/log4shib.rb +++ b/Formula/l/log4shib.rb @@ -10,6 +10,8 @@ class Log4shib < Formula regex(/href=.*?log4shib[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8f3ca9cfd6b2cdc5d7487bcba05d48704e32a91a976addec41677d45525522a6" sha256 cellar: :any, arm64_sonoma: "b4e8f90a884b5a2afc47ee2fb0a1d13a4731b4e03df4d3f5d432bf6b5ae41196" From 7d6e8e5b947b8428da038f85732c1a2c8129c45d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:41 +0200 Subject: [PATCH 03832/10074] logcheck: added `no_autobump!` --- Formula/l/logcheck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/logcheck.rb b/Formula/l/logcheck.rb index e68f49932ab66..04ed260598a6f 100644 --- a/Formula/l/logcheck.rb +++ b/Formula/l/logcheck.rb @@ -10,6 +10,8 @@ class Logcheck < Formula regex(/href=.*?logcheck[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "ded893b2d0d1835e7dbb571986d842ebd1135ceac94c902bf5ce57beb4466fcc" end From 4ca036d5a501b4cb1014dc0d3cee678524523a7a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:41 +0200 Subject: [PATCH 03833/10074] logstalgia: added `no_autobump!` --- Formula/l/logstalgia.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/logstalgia.rb b/Formula/l/logstalgia.rb index d483316f3a020..7736d612fe1ff 100644 --- a/Formula/l/logstalgia.rb +++ b/Formula/l/logstalgia.rb @@ -6,6 +6,8 @@ class Logstalgia < Formula license "GPL-3.0-or-later" revision 7 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "768960af5482c74e6126145fa692ff49292fb22d0648a9851dbb5100d23a3147" sha256 arm64_sonoma: "0c14a3f043b5c93602f4c95fcd20db618161a14f6f8ccb2c2cef7be97e54295f" From 3870ed77a144da9abd685259322f0e4fb40c9480 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:41 +0200 Subject: [PATCH 03834/10074] logtalk: added `no_autobump!` --- Formula/l/logtalk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/logtalk.rb b/Formula/l/logtalk.rb index 095fd0de6ead8..f4f2b5d7f621e 100644 --- a/Formula/l/logtalk.rb +++ b/Formula/l/logtalk.rb @@ -12,6 +12,8 @@ class Logtalk < Formula regex(/Latest stable version:.*?v?(\d+(?:\.\d+)+)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d052f91d6a6bb33233ce1850afe0f8ad1fdd2dbee8951932655713ed03fc9ca" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f5ae1ac34a6d3b1419a29b78c9c49e44bf54cb3ec31073783a4d037ba61416f" From ebed076feab2f35440aa29c9dc1c28388f4c38ad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:41 +0200 Subject: [PATCH 03835/10074] lolcat: added `no_autobump!` --- Formula/l/lolcat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lolcat.rb b/Formula/l/lolcat.rb index ea5080e99483d..a72642b4e2a8a 100644 --- a/Formula/l/lolcat.rb +++ b/Formula/l/lolcat.rb @@ -6,6 +6,8 @@ class Lolcat < Formula revision: "27441adfb51bc16073d65dbef300c8d3d7e86dc7" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fbed8371f5d94b68f747973aa5c5f2d5fa5a9d0fb7a389d0417af3eac6924e9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7951f0c60d29956b4b12ba502297f0fa75210d66ed59a6d4f9819f14579d254d" From f2368549293943fe755b44f838ac7611f8553d7d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:41 +0200 Subject: [PATCH 03836/10074] lolcode: added `no_autobump!` --- Formula/l/lolcode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lolcode.rb b/Formula/l/lolcode.rb index 348750040e608..c7bcc96ad47de 100644 --- a/Formula/l/lolcode.rb +++ b/Formula/l/lolcode.rb @@ -8,6 +8,8 @@ class Lolcode < Formula license "GPL-3.0-or-later" head "https://github.com/justinmeza/lci.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c4074b5d6a8c5412c5be4a9cfc5c2ee4ab4e5ac12338fdd05141d98fbcea538" sha256 cellar: :any_skip_relocation, arm64_sonoma: "41bf236e028b388c85213b0e45f10fa83aea6c4b283c96f86426313646424a52" From d7604847583c0168d732617b7018279b151a6db3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:42 +0200 Subject: [PATCH 03837/10074] lorem: added `no_autobump!` --- Formula/l/lorem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lorem.rb b/Formula/l/lorem.rb index 599e140329185..2fbd904a54c07 100644 --- a/Formula/l/lorem.rb +++ b/Formula/l/lorem.rb @@ -8,6 +8,8 @@ class Lorem < Formula license "GPL-3.0-or-later" head "https://github.com/per9000/lorem.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "8b19f09aa8ff1a1e6e6dae8a356ac8ae90992a3435540b0fd71b7d39a7d3f360" From 31f30c86b7e88a6e524891efc720b5abbd1383b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:42 +0200 Subject: [PATCH 03838/10074] loudmouth: added `no_autobump!` --- Formula/l/loudmouth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/loudmouth.rb b/Formula/l/loudmouth.rb index dbc018c7467a3..0ff6112633645 100644 --- a/Formula/l/loudmouth.rb +++ b/Formula/l/loudmouth.rb @@ -19,6 +19,8 @@ class Loudmouth < Formula regex(/href=.*?loudmouth[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "43729c1c6d565d8c39c43603f74ed9d9cec9c0245449e2b8e19f9b991fc44ea1" sha256 cellar: :any, arm64_sonoma: "5c27c1b17205765db82cf291a090e65e50b6a5194fda067d000d70d58cf3717e" From 8819920245e25588673f9db673e4b22750ae0b31 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:42 +0200 Subject: [PATCH 03839/10074] lowdown: added `no_autobump!` --- Formula/l/lowdown.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lowdown.rb b/Formula/l/lowdown.rb index 9b99261f6a4d9..257ef6e024c5b 100644 --- a/Formula/l/lowdown.rb +++ b/Formula/l/lowdown.rb @@ -5,6 +5,8 @@ class Lowdown < Formula sha256 "9718c0f6c99a2cef923357feced0e0f86d8047260238c5c37fd2b51ca620e373" license "ISC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "72539b273d1f011b41a404ec609e5e5f90d95ecfed55de488ca96a599e7aa671" sha256 cellar: :any, arm64_sonoma: "db56e9a27e486ab120cfb60b6c0c35906bebedbde3542c0228413bd2c7327659" From 4d72e1ccfeb9afc0fc3c5c2723cff4221fb59b52 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:42 +0200 Subject: [PATCH 03840/10074] lp_solve: added `no_autobump!` --- Formula/l/lp_solve.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lp_solve.rb b/Formula/l/lp_solve.rb index ab8a64eff7168..d9036b63e6e9f 100644 --- a/Formula/l/lp_solve.rb +++ b/Formula/l/lp_solve.rb @@ -5,6 +5,8 @@ class LpSolve < Formula sha256 "6d4abff5cc6aaa933ae8e6c17a226df0fc0b671c438f69715d41d09fe81f902f" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "749a0bf9100c0d7ae567f6c119bec2320764c8a898300ffb352c0810e8c1886c" From 72b1b82be2c93880e5569b26b5fce7d5d9982d07 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:42 +0200 Subject: [PATCH 03841/10074] lpc21isp: added `no_autobump!` --- Formula/l/lpc21isp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lpc21isp.rb b/Formula/l/lpc21isp.rb index 69257f2748e1a..b9acfc00f09b6 100644 --- a/Formula/l/lpc21isp.rb +++ b/Formula/l/lpc21isp.rb @@ -6,6 +6,8 @@ class Lpc21isp < Formula sha256 "9f7d80382e4b70bfa4200233466f29f73a36fea7dc604e32f05b9aa69ef591dc" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc0f9ced6f8764ed8c4b7502ea6a4643621c3a4694530fbb9cfa02378b5ac760" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7c6c595025ea9682779d982ece6f0bd5038a5e1284724aba37f93274ef35077" From 80ce069b56e3615a010911bbe39438c6b67bbda1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:42 +0200 Subject: [PATCH 03842/10074] lpeg: added `no_autobump!` --- Formula/l/lpeg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lpeg.rb b/Formula/l/lpeg.rb index 3d910b87a2055..23b55df2fcee3 100644 --- a/Formula/l/lpeg.rb +++ b/Formula/l/lpeg.rb @@ -11,6 +11,8 @@ class Lpeg < Formula regex(/href=.*?lpeg[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "af50e5ff5ff953cb182ffb7657fdbf5fbfc9958f12be114c6713d7e62190c421" From fcf4a4f24364943ed374d421c11fb88715c46a2f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:43 +0200 Subject: [PATCH 03843/10074] lr: added `no_autobump!` --- Formula/l/lr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lr.rb b/Formula/l/lr.rb index eafa0da516f0f..934905bd2bf8c 100644 --- a/Formula/l/lr.rb +++ b/Formula/l/lr.rb @@ -6,6 +6,8 @@ class Lr < Formula license "MIT" head "https://github.com/leahneukirchen/lr.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcb50db8cfcc644da655e8b676a18d7bc7345a98e0ed1fb6fea7ab59079ff6f5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f6e26a4e87af89c61b15d5b15dd275393b411153c40a35cd3e5e79bf9ccc10a" From 59ef4ed7bdeae63d13d9d563d8fec4727681d64f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:43 +0200 Subject: [PATCH 03844/10074] lrdf: added `no_autobump!` --- Formula/l/lrdf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lrdf.rb b/Formula/l/lrdf.rb index b9a9e647007c7..834a95a72e590 100644 --- a/Formula/l/lrdf.rb +++ b/Formula/l/lrdf.rb @@ -5,6 +5,8 @@ class Lrdf < Formula sha256 "d579417c477ac3635844cd1b94f273ee2529a8c3b6b21f9b09d15f462b89b1ef" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e4f7f5611084a0b10affb934cbec578c9b021da49d439b605539da12666ee47c" sha256 cellar: :any, arm64_sonoma: "2088f2cfbf3cac00eccd96cc9b7afdc8462d2e8a8e191cd2832f476270fd6daa" From cb8d334bdcece7a218f7f4a15e4a394a8a4dbfe4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:43 +0200 Subject: [PATCH 03845/10074] lrzip: added `no_autobump!` --- Formula/l/lrzip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lrzip.rb b/Formula/l/lrzip.rb index 6dcf870f9b7dc..05981bc658e9c 100644 --- a/Formula/l/lrzip.rb +++ b/Formula/l/lrzip.rb @@ -10,6 +10,8 @@ class Lrzip < Formula regex(/href=.*?lrzip[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "34d8b5415f33f6227a73dbc8ab1957c2b1e3591e1c3ee5b8d01ca6123b9d9525" sha256 cellar: :any, arm64_sonoma: "06cde83e30ff4c3ceb76cf9c855fe24540429fb009ab3b4d9cf92a470138240d" From b9ea7516240a25dd18be2251c396b2a312b4f700 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:43 +0200 Subject: [PATCH 03846/10074] lrzsz: added `no_autobump!` --- Formula/l/lrzsz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lrzsz.rb b/Formula/l/lrzsz.rb index a84d099a1fa88..8f839eb2171de 100644 --- a/Formula/l/lrzsz.rb +++ b/Formula/l/lrzsz.rb @@ -11,6 +11,8 @@ class Lrzsz < Formula regex(/href=.*?lrzsz[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6009c2f7058febf2aff37e82a6b2c3fd7d553948facff288e10b7c9b681b75dd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "427b498d1c8853fdcd90bc96572f5f622c7c17b229101382fa235aad6e95fd40" From b78add7e5a399eb6fe52cc1df85b7f4215bc6807 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:43 +0200 Subject: [PATCH 03847/10074] lsdvd: added `no_autobump!` --- Formula/l/lsdvd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lsdvd.rb b/Formula/l/lsdvd.rb index cd207a95c425d..d5f89259cf45a 100644 --- a/Formula/l/lsdvd.rb +++ b/Formula/l/lsdvd.rb @@ -6,6 +6,8 @@ class Lsdvd < Formula license "GPL-2.0-only" revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f9de3cf67cf812897d4afa2c329e1d9677a3f86977c4d8f359b9a2c259da2ca4" sha256 cellar: :any, arm64_sonoma: "f1cd3a4917d6825315999218d37b76414eef62bf994f959250f0f95ca97d4659" From af1638da22373ccea43054cfcdeb3a08c5708fec Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:44 +0200 Subject: [PATCH 03848/10074] lsusb-laniksj: added `no_autobump!` --- Formula/l/lsusb-laniksj.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lsusb-laniksj.rb b/Formula/l/lsusb-laniksj.rb index eafea3ed48e19..161bfebd204f8 100644 --- a/Formula/l/lsusb-laniksj.rb +++ b/Formula/l/lsusb-laniksj.rb @@ -5,6 +5,8 @@ class LsusbLaniksj < Formula sha256 "14eb90962515c4f63aacc56750d0d221e57a5bb7cf12577193de6bc261e70be6" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "478e380b7221d17b4ec6d9de9c843f500032e00ec521bfd539805927e1141914" end From 5cbb60385350483e05dfa8b0abfbc5d9e8519f25 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:44 +0200 Subject: [PATCH 03849/10074] lsusb: added `no_autobump!` --- Formula/l/lsusb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lsusb.rb b/Formula/l/lsusb.rb index b9dd4a94b6311..377862c5b5d92 100644 --- a/Formula/l/lsusb.rb +++ b/Formula/l/lsusb.rb @@ -5,6 +5,8 @@ class Lsusb < Formula sha256 "68cfa4a820360ecf3bbd2a24a58f287d41f66c62ada99468c36d5bf33f9a3b94" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "2bb1064f475b6066dde9e1ad55789b66bbc7335765f22ccd7e5961d20af59508" From 9ef53cec81fbea4a485d18e39266f0ac31fc25cb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:44 +0200 Subject: [PATCH 03850/10074] lsyncd: added `no_autobump!` --- Formula/l/lsyncd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lsyncd.rb b/Formula/l/lsyncd.rb index 4bcdb65ab9e32..c6aff0af92b2e 100644 --- a/Formula/l/lsyncd.rb +++ b/Formula/l/lsyncd.rb @@ -5,6 +5,8 @@ class Lsyncd < Formula sha256 "fc19a77b2258dc6dbb16a74f023de7cd62451c26984cedbec63e20ff22bcbdd8" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "b1de715ecf63cc59a9f4725b7800e039d417d297dbaf6a8f3643d95979dc1cfd" From f3d38578de05a355f9c9d2e2718c91b44acdff64 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:44 +0200 Subject: [PATCH 03851/10074] ltc-tools: added `no_autobump!` --- Formula/l/ltc-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ltc-tools.rb b/Formula/l/ltc-tools.rb index 6338419e6a457..ad08a65f69134 100644 --- a/Formula/l/ltc-tools.rb +++ b/Formula/l/ltc-tools.rb @@ -6,6 +6,8 @@ class LtcTools < Formula license "GPL-2.0-or-later" head "https://github.com/x42/ltc-tools.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "50128bae6264b3239c9d2e8e0f9952e72c364349438382c36f35252c35eedcaa" sha256 cellar: :any, arm64_sonoma: "539c3a74d0e1da9b7680063d41e735d3240bd2bb8454b2e93a7c42118b73c147" From a2b003b0af0cbc1d9cbe6b6fb4b0f87818f2a4d1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:44 +0200 Subject: [PATCH 03852/10074] ltex-ls: added `no_autobump!` --- Formula/l/ltex-ls.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ltex-ls.rb b/Formula/l/ltex-ls.rb index 9dca83c6d4247..f61e0975ba6c0 100644 --- a/Formula/l/ltex-ls.rb +++ b/Formula/l/ltex-ls.rb @@ -6,6 +6,8 @@ class LtexLs < Formula license "MPL-2.0" head "https://github.com/valentjn/ltex-ls.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1881ebd3e1edfa27cf0c9be1b1855e96dfddcd97a97a5c1110e0872dd223f40" From 71b6f3dfeac6f16c823723eef783f4fd54793f10 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:44 +0200 Subject: [PATCH 03853/10074] ltl2ba: added `no_autobump!` --- Formula/l/ltl2ba.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ltl2ba.rb b/Formula/l/ltl2ba.rb index d3da83fa2053f..252a76b05fd6f 100644 --- a/Formula/l/ltl2ba.rb +++ b/Formula/l/ltl2ba.rb @@ -13,6 +13,8 @@ class Ltl2ba < Formula regex(/href=.*?ltl2ba[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "18b178bd47a42ca3c5ab755e80cb5ec5a087807c1bef4fc064aa97a3ff18d76a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5527191de9afab610f9d220b2c62ceed062df2e5e2c99b1743381c57067b9535" From 368c910b0bb66a8f458a2af8c46a011ac8e1dad0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:45 +0200 Subject: [PATCH 03854/10074] lua-language-server: added `no_autobump!` --- Formula/l/lua-language-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lua-language-server.rb b/Formula/l/lua-language-server.rb index 33d656ae6e967..61b6a1bd6e6b7 100644 --- a/Formula/l/lua-language-server.rb +++ b/Formula/l/lua-language-server.rb @@ -8,6 +8,8 @@ class LuaLanguageServer < Formula license "MIT" head "https://github.com/LuaLS/lua-language-server.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c24a86f8a6cf59821965f398d5c3d4654a714cfdd0544b6523408eff61b7f14e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bcbb78953a2688a19c58da05b82ce658f551b44c2c729555582ee4c55d353cf" From 53f20a9b7df64281cc6fdc11248568e6f9ee5ed4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:45 +0200 Subject: [PATCH 03855/10074] lua@5.3: added `no_autobump!` --- Formula/l/lua@5.3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lua@5.3.rb b/Formula/l/lua@5.3.rb index cc98d68248d97..a20e79b3e05e7 100644 --- a/Formula/l/lua@5.3.rb +++ b/Formula/l/lua@5.3.rb @@ -5,6 +5,8 @@ class LuaAT53 < Formula sha256 "fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "5ff953a8fbc268b3b142fe27c9f33166412f4abb9e3270e37466ab11da65727d" From b77f49e0b05493b3c8fef444b686a8f953c2c526 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:45 +0200 Subject: [PATCH 03856/10074] luajit: added `no_autobump!` --- Formula/l/luajit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/luajit.rb b/Formula/l/luajit.rb index a7b05ecf3b086..16d794f3a0e32 100644 --- a/Formula/l/luajit.rb +++ b/Formula/l/luajit.rb @@ -27,6 +27,8 @@ class Luajit < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e421f2d921ac3c97a952d10826b2606ba60c67640bb1c2f96543d490914b53d3" sha256 cellar: :any, arm64_sonoma: "cbfaf00dd8af7cceda825ca98788f4fc82011a7a0c73be24c2f5019c5a4cf780" From 746900a1d3797bc3c4e2008abe1b89ac7c91f0f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:45 +0200 Subject: [PATCH 03857/10074] luaradio: added `no_autobump!` --- Formula/l/luaradio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/luaradio.rb b/Formula/l/luaradio.rb index 7a19d3c5e306d..cc2300c2ab28c 100644 --- a/Formula/l/luaradio.rb +++ b/Formula/l/luaradio.rb @@ -6,6 +6,8 @@ class Luaradio < Formula license "MIT" head "https://github.com/vsergeev/luaradio.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c0760817c9d2a148d351f6a4c054ec481610487fe82571551622e5bcc6a65b68" sha256 cellar: :any, arm64_sonoma: "f3c7d2ea4db37fc295db8a6643fb14b44b3e45c2716a113c546039b8c69e50e5" From 0f5f17355232ef2ecb443d1aac93e231eebaa24d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:45 +0200 Subject: [PATCH 03858/10074] luaver: added `no_autobump!` --- Formula/l/luaver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/luaver.rb b/Formula/l/luaver.rb index 43ab89483e9a9..50d51e488b00c 100644 --- a/Formula/l/luaver.rb +++ b/Formula/l/luaver.rb @@ -6,6 +6,8 @@ class Luaver < Formula license "MIT" head "https://github.com/DhavalKapil/luaver.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "9bf33058878e1a0fcbec847bf8b5ec06912eda98647f05ab96e08e4c1197f93a" From 02035c90af5889bfbf1fdc394d654f272177056a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:45 +0200 Subject: [PATCH 03859/10074] lunchy-go: added `no_autobump!` --- Formula/l/lunchy-go.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lunchy-go.rb b/Formula/l/lunchy-go.rb index 02c38fa655df1..3718476a378fe 100644 --- a/Formula/l/lunchy-go.rb +++ b/Formula/l/lunchy-go.rb @@ -6,6 +6,8 @@ class LunchyGo < Formula license "MIT" head "https://github.com/sosedoff/lunchy-go.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fba65395dd87db751184f0d6a5023465484f321d47b4cd62ff0095837656c1e6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce24f8e0a143748b271ad64e33834336cc504c8e14f8dd61ebaac7b06f4eafd5" From ea2db37d4b323cf0a3fb6ca42982a0d420bfd25f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:46 +0200 Subject: [PATCH 03860/10074] lunchy: added `no_autobump!` --- Formula/l/lunchy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lunchy.rb b/Formula/l/lunchy.rb index f45efac51425c..23e140803c698 100644 --- a/Formula/l/lunchy.rb +++ b/Formula/l/lunchy.rb @@ -6,6 +6,8 @@ class Lunchy < Formula revision: "c78e554b60e408449937893b3054338411af273f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c17a734e1506ea38877dc23b77d843b7975ab2502a459716c1252eb5569d2a4" From df80fc25eed72a4c276ed32bc74915ef9d31bad7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:46 +0200 Subject: [PATCH 03861/10074] luvit: added `no_autobump!` --- Formula/l/luvit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/luvit.rb b/Formula/l/luvit.rb index 1191e39980632..bf5cdf6618ca8 100644 --- a/Formula/l/luvit.rb +++ b/Formula/l/luvit.rb @@ -7,6 +7,8 @@ class Luvit < Formula revision 2 head "https://github.com/luvit/luvit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "f004efa20e48708ea7d0a1ea8bfa25bbe3d799ee20984e44f961021364d1dd92" From f95ca0d9f5035722ae8205967ac5fdeb8c6fd4ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:46 +0200 Subject: [PATCH 03862/10074] lv: added `no_autobump!` --- Formula/l/lv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lv.rb b/Formula/l/lv.rb index d77d1788fd731..277518e092119 100644 --- a/Formula/l/lv.rb +++ b/Formula/l/lv.rb @@ -7,6 +7,8 @@ class Lv < Formula license "GPL-2.0-or-later" head "https://salsa.debian.org/debian/lv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d8fff4f49ad72ed22fe3b335d3a780a6ecc7e97d14e49d9a0cfdb459ab40fc77" sha256 arm64_sonoma: "103c91e238509bcb1862409cb3483b12311309b98dc0bccd3cdb485866ca6d73" From e99690ffaf91a7aab6f2ae471ce85bbe8c9ce648 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:46 +0200 Subject: [PATCH 03863/10074] lv2: added `no_autobump!` --- Formula/l/lv2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lv2.rb b/Formula/l/lv2.rb index 478f4a44a1b3d..e0c97ec5508d4 100644 --- a/Formula/l/lv2.rb +++ b/Formula/l/lv2.rb @@ -11,6 +11,8 @@ class Lv2 < Formula regex(/href=.*?lv2[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "25dce655720f7e01dee8e5b7db09049d887a4a0633ffac40a5333eec39283ce8" From 4d215058129bd9ac64fc4d67b90f3c8c465b48a6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:46 +0200 Subject: [PATCH 03864/10074] lxsplit: added `no_autobump!` --- Formula/l/lxsplit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lxsplit.rb b/Formula/l/lxsplit.rb index 4514e57fe8995..a767dcb28b43f 100644 --- a/Formula/l/lxsplit.rb +++ b/Formula/l/lxsplit.rb @@ -5,6 +5,8 @@ class Lxsplit < Formula sha256 "858fa939803b2eba97ccc5ec57011c4f4b613ff299abbdc51e2f921016845056" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "af8c07cc79161f9f81048ef1dadeff7098887526cf5e178ae9d80383d2a2fa53" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc985c81d249f7a8c5f38060e5e6e8c36bdb3a0aaa7c668fe44f18b587e4efcd" From a9acee356371d39cc572a31a008b6f4bf53883dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:46 +0200 Subject: [PATCH 03865/10074] ly: added `no_autobump!` --- Formula/l/ly.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/ly.rb b/Formula/l/ly.rb index 22f10e5cb3742..fe29c9e06d471 100644 --- a/Formula/l/ly.rb +++ b/Formula/l/ly.rb @@ -5,6 +5,8 @@ class Ly < Formula sha256 "cf1780fe53d367efc1f2642cb77c57246106ea7517f8c2d1126f0a36ee26567a" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "9a28dcdb3270423db13b9b8eb52ef1b65beffa23cd684672e6ebfa8b992cd413" end From c80179500f309af756f54ca48eecb80c7b43a3fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:47 +0200 Subject: [PATCH 03866/10074] lynx: added `no_autobump!` --- Formula/l/lynx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lynx.rb b/Formula/l/lynx.rb index a3538908e14de..0ed59acfa4a9e 100644 --- a/Formula/l/lynx.rb +++ b/Formula/l/lynx.rb @@ -11,6 +11,8 @@ class Lynx < Formula regex(/href=.*?lynx[._-]?v?(\d+(?:\.\d+)+(?:rel\.?\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d19f769a462343c54bade40fe15b7a3a6ea52a927dd1e3494ea1b2301fe63b81" sha256 arm64_sonoma: "4bf5b522776f2578692e8a19f113007fd9849131731782e9b681a6317103b945" From 758eaba4d5dfd2139cd908f9c34cffc4c84a71fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:47 +0200 Subject: [PATCH 03867/10074] lzfse: added `no_autobump!` --- Formula/l/lzfse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lzfse.rb b/Formula/l/lzfse.rb index 7e1d6dbccc482..1fda5ffdafaf0 100644 --- a/Formula/l/lzfse.rb +++ b/Formula/l/lzfse.rb @@ -5,6 +5,8 @@ class Lzfse < Formula sha256 "cf85f373f09e9177c0b21dbfbb427efaedc02d035d2aade65eb58a3cbf9ad267" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4ece33c62d9b2e19ea17089e85b380c3e124413d45fab40e307231c6defec609" sha256 cellar: :any, arm64_sonoma: "a10f2fce7192b49ddf9b0c34370dfd50d2a12264104342f36c731a9d6a69941b" From 42bdc41e999e90a481b3baea6fe547d0e8e0189d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:47 +0200 Subject: [PATCH 03868/10074] lzo: added `no_autobump!` --- Formula/l/lzo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lzo.rb b/Formula/l/lzo.rb index f90a6937d164e..49a09c1db0806 100644 --- a/Formula/l/lzo.rb +++ b/Formula/l/lzo.rb @@ -10,6 +10,8 @@ class Lzo < Formula regex(/href=.*?lzo[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6bb0401c41a18fd37071ec9591fe053a808f07552ff7ea22542faa470eb8e589" sha256 cellar: :any, arm64_sonoma: "167749edd2052e4c577f27c79a41eb1cb4b79302b1e4bef1e4cfb29bd50aedd9" From 5b99a1ceb62a6f49fc1bbd079021ab748aa217dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:44:47 +0200 Subject: [PATCH 03869/10074] lzop: added `no_autobump!` --- Formula/l/lzop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lzop.rb b/Formula/l/lzop.rb index cfd7cd51baf97..b21f1bb461b51 100644 --- a/Formula/l/lzop.rb +++ b/Formula/l/lzop.rb @@ -10,6 +10,8 @@ class Lzop < Formula regex(/href=.*?lzop[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e29c398855c02fe9980a6365c4285c941988a3baa6fae5357dde1ae2ffed178e" sha256 cellar: :any, arm64_sonoma: "3cb9969e29778a627ab2a0c634bc43f30c73ffff9960c51fa27f6eb1945b3ea1" From 8594ea6bc3e25b9c1b50501629006a198f5db562 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 7 Jun 2025 21:27:15 +0200 Subject: [PATCH 03870/10074] llvm@16: added `no_autobump!` Signed-off-by: botantony --- Formula/l/llvm@16.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/llvm@16.rb b/Formula/l/llvm@16.rb index ee2f441937268..72dde318654b9 100644 --- a/Formula/l/llvm@16.rb +++ b/Formula/l/llvm@16.rb @@ -12,6 +12,8 @@ class LlvmAT16 < Formula regex(/^llvmorg[._-]v?(16(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e1ce859ba79150008eaa5cab5aa6cd78da4e4955627c00c6f0f2b48779c379bc" sha256 cellar: :any, arm64_sonoma: "e799fe5056da9a07d79474f7a7290e0a465474eb004cfc614775f290197e10e5" From 09b3174cfbca0d014f84f3a3cce1739a21365ca8 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:20:59 -0500 Subject: [PATCH 03871/10074] mesheryctl 0.8.100 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 767fa8e781d09..c342ae638b591 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.99", - revision: "cb66f16ee937a58633ce08d0fcce90d0db38df09" + tag: "v0.8.100", + revision: "8b63a09f63d673fb8c448a9c888ca68fb5557ed7" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 16342c73f9165ad4da6152ed6f2779f044fa116b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:25 +0200 Subject: [PATCH 03872/10074] libgrapheme: added `no_autobump!` --- Formula/lib/libgrapheme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgrapheme.rb b/Formula/lib/libgrapheme.rb index 32ddc4eee9d9e..5c48900237833 100644 --- a/Formula/lib/libgrapheme.rb +++ b/Formula/lib/libgrapheme.rb @@ -10,6 +10,8 @@ class Libgrapheme < Formula url "git://git.suckless.org/libgrapheme" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "15463cba352ca4de4ebd865ae7aeee520871711b7c0dca0cceebfba78dbe88c5" sha256 cellar: :any, arm64_sonoma: "961545ff7d4e1825ee195a79d6522ba7ae226c401d72b655410d8a132933eb2e" From 7e8d3ca5d7594828fb7426b1f6e169d4315071b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:25 +0200 Subject: [PATCH 03873/10074] libgsm: added `no_autobump!` --- Formula/lib/libgsm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgsm.rb b/Formula/lib/libgsm.rb index 853b5a03acecf..523f0740977d7 100644 --- a/Formula/lib/libgsm.rb +++ b/Formula/lib/libgsm.rb @@ -10,6 +10,8 @@ class Libgsm < Formula regex(/href=.*?gsm[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "73ab84857bda140ae2dbf8dcbba53376739db92a4943fa2aa5e9939ebe7365ba" From 896991df1054a7231f2f04a16ef7846b1c54c01f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:26 +0200 Subject: [PATCH 03874/10074] libgtop: added `no_autobump!` --- Formula/lib/libgtop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgtop.rb b/Formula/lib/libgtop.rb index 65f40608baa13..1816e78812009 100644 --- a/Formula/lib/libgtop.rb +++ b/Formula/lib/libgtop.rb @@ -6,6 +6,8 @@ class Libgtop < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "558ead5d7327e92a4997128e3c0f48679ed64aedc06868e508b54ad054e4aeea" From e626b60952fa6ede636cb18e6e1f8ec49022dc03 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:26 +0200 Subject: [PATCH 03875/10074] libgxps: added `no_autobump!` --- Formula/lib/libgxps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgxps.rb b/Formula/lib/libgxps.rb index b676dbac7f09e..9efac85c1d69c 100644 --- a/Formula/lib/libgxps.rb +++ b/Formula/lib/libgxps.rb @@ -12,6 +12,8 @@ class Libgxps < Formula regex(/libgxps[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fdca2abeb3cab442e39539689c5faf9c5540fc723f01c0596c11f2943874c45b" sha256 cellar: :any, arm64_sonoma: "0bc7f03e4357779ac617e6750d70daff18da2a7da889387acdfe75891bcfce0e" From b2e3e24187387544662fc3317e61e46bb83abdd2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:26 +0200 Subject: [PATCH 03876/10074] libhdhomerun: added `no_autobump!` --- Formula/lib/libhdhomerun.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libhdhomerun.rb b/Formula/lib/libhdhomerun.rb index fc1ac111e9a9e..6691832daf0ec 100644 --- a/Formula/lib/libhdhomerun.rb +++ b/Formula/lib/libhdhomerun.rb @@ -11,6 +11,8 @@ class Libhdhomerun < Formula strategy :header_match end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b5e3c2ecfd8f80433a08d6cb12b312cc7ba251a0ddf1ca97580a10f4c598e69c" sha256 cellar: :any, arm64_sonoma: "d4e45edcb85bc4fd9a91e31ab8746fbd4b266c96dd20f93ace422219a1b2d397" From 406bf9d12b3f4ca6aedf989100ec76cf7e04c48e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:26 +0200 Subject: [PATCH 03877/10074] libhttpserver: added `no_autobump!` --- Formula/lib/libhttpserver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libhttpserver.rb b/Formula/lib/libhttpserver.rb index badfd735ab8d3..54f4802444ded 100644 --- a/Formula/lib/libhttpserver.rb +++ b/Formula/lib/libhttpserver.rb @@ -6,6 +6,8 @@ class Libhttpserver < Formula license "LGPL-2.1-or-later" head "https://github.com/etr/libhttpserver.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a52ab6c0ede296608a7aa71640485e6295b72ae13cfdbb14cbd91c032d9c0af7" sha256 cellar: :any, arm64_sonoma: "8656daf385c457a28484c8bff0d6271a5271980ab97899b249c1890274617fb7" From 074959bcfd1be806b7672a15481fd1809f77c044 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:26 +0200 Subject: [PATCH 03878/10074] libicns: added `no_autobump!` --- Formula/lib/libicns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libicns.rb b/Formula/lib/libicns.rb index b05a9e6d05e71..f0368457b18af 100644 --- a/Formula/lib/libicns.rb +++ b/Formula/lib/libicns.rb @@ -7,6 +7,8 @@ class Libicns < Formula license any_of: ["LGPL-2.0-or-later", "LGPL-2.1-or-later"] revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4f513b025e1f28cadb969f9546d4b9c0b77021310a3b634c0f6edf2ddcbb8c93" sha256 cellar: :any, arm64_sonoma: "2da2b5cfc0aa4e79abe85f5794115e41709297c1d6d813c04ebfc5776e974b39" From 0255ba1e840f40f751038eceb2283460b51d2cff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:26 +0200 Subject: [PATCH 03879/10074] libid3tag: added `no_autobump!` --- Formula/lib/libid3tag.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libid3tag.rb b/Formula/lib/libid3tag.rb index e44b6116a66b8..29e229148a808 100644 --- a/Formula/lib/libid3tag.rb +++ b/Formula/lib/libid3tag.rb @@ -5,6 +5,8 @@ class Libid3tag < Formula sha256 "0561009778513a95d91dac33cee8418d6622f710450a7cb56a74636d53b588cb" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "511a214c725978fd5596e7bb1a4c1b9846d3f95a59c1da05aa49ac687d997d07" From e61ba9d5427bf2165d331b84260e5a890f10815b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:27 +0200 Subject: [PATCH 03880/10074] libident: added `no_autobump!` --- Formula/lib/libident.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libident.rb b/Formula/lib/libident.rb index e9fb3583381aa..138c85e828db2 100644 --- a/Formula/lib/libident.rb +++ b/Formula/lib/libident.rb @@ -10,6 +10,8 @@ class Libident < Formula regex(/href=.*?libident[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "2446047586d94ec64540aae081f818a68642475be91609bb360772af74d8236f" From 0196f177df5ef2d7d64240892f394b01785eaed7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:27 +0200 Subject: [PATCH 03881/10074] libidl: added `no_autobump!` --- Formula/lib/libidl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libidl.rb b/Formula/lib/libidl.rb index 5753d0d1f0798..5dd78fe1c4790 100644 --- a/Formula/lib/libidl.rb +++ b/Formula/lib/libidl.rb @@ -6,6 +6,8 @@ class Libidl < Formula license "LGPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "dc9090a7f3672741f6edaa0564cc8c5cb28cb24e4bc43108d8953e05f3fb1eaf" sha256 cellar: :any, arm64_sonoma: "555fa331e45efaead26f0b6ff68fd41f1a75223a68e5469fa041f4bb95676ad0" From c10e7cde7fc0688a2b5f461fb94055a4b79b8151 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:27 +0200 Subject: [PATCH 03882/10074] libilbc: added `no_autobump!` --- Formula/lib/libilbc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libilbc.rb b/Formula/lib/libilbc.rb index e7549491801e7..9258b7315686b 100644 --- a/Formula/lib/libilbc.rb +++ b/Formula/lib/libilbc.rb @@ -5,6 +5,8 @@ class Libilbc < Formula sha256 "6820081a5fc58f86c119890f62cac53f957adb40d580761947a0871cea5e728f" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3e5872934eb657baeb5b1a02dd4f1d41fccb539aa8470718644305bb5ab3cd28" sha256 cellar: :any, arm64_sonoma: "4909ecace33503559f651e6bd82cc0cc4e3d1248572f42796ceaa07c85ccb47b" From f63e12c1ef33a8f29882fd6a5d56ec05ef7808c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:27 +0200 Subject: [PATCH 03883/10074] libimobiledevice: added `no_autobump!` --- Formula/lib/libimobiledevice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libimobiledevice.rb b/Formula/lib/libimobiledevice.rb index 305b90a6b8abe..d9e1227453ef7 100644 --- a/Formula/lib/libimobiledevice.rb +++ b/Formula/lib/libimobiledevice.rb @@ -6,6 +6,8 @@ class Libimobiledevice < Formula license "LGPL-2.1-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "9bc550fcfb5ee4613073831691cda4cc54a88180e833a0f754886f1a34af4134" From eaced15e0907b9a1550f1261af9446eec0c273f4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:27 +0200 Subject: [PATCH 03884/10074] libiodbc: added `no_autobump!` --- Formula/lib/libiodbc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libiodbc.rb b/Formula/lib/libiodbc.rb index c549bedd6fbbd..76a14a86217cd 100644 --- a/Formula/lib/libiodbc.rb +++ b/Formula/lib/libiodbc.rb @@ -5,6 +5,8 @@ class Libiodbc < Formula sha256 "a0cf0375b462f98c0081c2ceae5ef78276003e57cdf1eb86bd04508fb62a0660" license any_of: ["BSD-3-Clause", "LGPL-2.0-only"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1a93beeb32954c2c1ce2bb4939c32f1940ec9491ba342ca594fc472bd01852b5" sha256 cellar: :any, arm64_sonoma: "9727b705814070058ad5dfc93f33ddb542399e2bd63b09518ce0b779c02aeedc" From 55f9aeeb926c9f4afa0a1bb3a440409c518b110b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:27 +0200 Subject: [PATCH 03885/10074] libiptcdata: added `no_autobump!` --- Formula/lib/libiptcdata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libiptcdata.rb b/Formula/lib/libiptcdata.rb index f5772ef1d5fac..a890ce4065b9e 100644 --- a/Formula/lib/libiptcdata.rb +++ b/Formula/lib/libiptcdata.rb @@ -6,6 +6,8 @@ class Libiptcdata < Formula license "LGPL-2.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ccdaa3847cffb9073eba5796d92eb08f1dd1c9b1bcda21f45d64a654f0dcfdac" sha256 arm64_sonoma: "e7b09d218f871a5252b465841f6001896d867247175f228c3d50164cd9fefa1a" From 413931546efea4e624277e1951f825b602a5f1b6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:28 +0200 Subject: [PATCH 03886/10074] libiscsi: added `no_autobump!` --- Formula/lib/libiscsi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libiscsi.rb b/Formula/lib/libiscsi.rb index 15af92dcfef0d..22ae2b9bdde9f 100644 --- a/Formula/lib/libiscsi.rb +++ b/Formula/lib/libiscsi.rb @@ -6,6 +6,8 @@ class Libiscsi < Formula license all_of: [:public_domain, "LGPL-2.1-or-later", "GPL-2.0-or-later"] head "https://github.com/sahlberg/libiscsi.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "356c93d6460c560bde748339a32b9c55da3f12f87456b92ad2b66fa18b97a1ad" sha256 cellar: :any, arm64_sonoma: "511dfedb43e4f60a8eecf8c7b4be234b8eefd7562e75e40315fcc26d7bb9845e" From 9651a2355b308ef387bd62792334f415fac18026 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:28 +0200 Subject: [PATCH 03887/10074] libisofs: added `no_autobump!` --- Formula/lib/libisofs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libisofs.rb b/Formula/lib/libisofs.rb index 59908bd8f754d..7315009837c02 100644 --- a/Formula/lib/libisofs.rb +++ b/Formula/lib/libisofs.rb @@ -11,6 +11,8 @@ class Libisofs < Formula regex(/href=.*?libisofs[._-]v?(\d+(?:\.\d+)+)(?:[._-]pl\d+)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c4321671d1170bb88b23b8bf3e14dd9046d025341fb428a640c705cf5f8934ee" sha256 cellar: :any, arm64_sonoma: "34b5564fd603417946cc498df54e7b8b59380b08259728709446efd2be7680c5" From c338324d36dc40caa48aa38e9412c7195e15ce9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:28 +0200 Subject: [PATCH 03888/10074] libjson-rpc-cpp: added `no_autobump!` --- Formula/lib/libjson-rpc-cpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libjson-rpc-cpp.rb b/Formula/lib/libjson-rpc-cpp.rb index 7491bf6f94dfe..10062c63fa60e 100644 --- a/Formula/lib/libjson-rpc-cpp.rb +++ b/Formula/lib/libjson-rpc-cpp.rb @@ -7,6 +7,8 @@ class LibjsonRpcCpp < Formula revision 4 head "https://github.com/cinemast/libjson-rpc-cpp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "437e579e259460e182a7a265ab31eda753c85860623d95fae1585c831ed26046" sha256 cellar: :any, arm64_sonoma: "3c31da615d72e5b0b7fa8563a2f20ba614ae2149eedbdcc5e7b1bbf2ec4cf485" From ae34ec3c191973408f8a16a11904c93845e3b743 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:28 +0200 Subject: [PATCH 03889/10074] libkate: added `no_autobump!` --- Formula/lib/libkate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libkate.rb b/Formula/lib/libkate.rb index f468f16c1bf6e..b135333b4185e 100644 --- a/Formula/lib/libkate.rb +++ b/Formula/lib/libkate.rb @@ -5,6 +5,8 @@ class Libkate < Formula sha256 "96827ca136ad496b4e34ff3ed2434a8e76ad83b1e6962b5df06ad24cbbfeebaf" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1cc9e076187d3fe58ab436f4729c43fc596c181cf9e5a12125836b676373f0cc" sha256 cellar: :any, arm64_sonoma: "45055ede06c87e34cb64389350d61d545a866dfb67b60c5384922f5b479e378f" From bde88aa93fbaa45e2e0e1818e856c5941628c579 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:28 +0200 Subject: [PATCH 03890/10074] libkeyfinder: added `no_autobump!` --- Formula/lib/libkeyfinder.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libkeyfinder.rb b/Formula/lib/libkeyfinder.rb index 26ad3ef5747f4..f284c97944d41 100644 --- a/Formula/lib/libkeyfinder.rb +++ b/Formula/lib/libkeyfinder.rb @@ -5,6 +5,8 @@ class Libkeyfinder < Formula sha256 "a54fc6c5ff435bb4b447f175bc97f9081fb5abf0edd5d125e6f5215c8fff4d11" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2dd1ceb165b79e82738bf1fa3fa7e21a71f6ed471fd3c0214a96dda2f82f967d" sha256 cellar: :any, arm64_sonoma: "02d5e2117d55a2768b021f74dd627f52db228bf54394a60025454903fdeb3f39" From c8874033ad959023e94993e2f571c1b0636f1dc3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:28 +0200 Subject: [PATCH 03891/10074] libkml: added `no_autobump!` --- Formula/lib/libkml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libkml.rb b/Formula/lib/libkml.rb index 5f3c7759a475a..d7a9430cef543 100644 --- a/Formula/lib/libkml.rb +++ b/Formula/lib/libkml.rb @@ -6,6 +6,8 @@ class Libkml < Formula license "BSD-3-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "eb94aab1bf14416741d583115f1296611b1ce5fca7cef1748bf935cb28fdea02" From 2e594924df8bce8d140794b75c6f2010e0ac56b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:29 +0200 Subject: [PATCH 03892/10074] liblbfgs: added `no_autobump!` --- Formula/lib/liblbfgs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/liblbfgs.rb b/Formula/lib/liblbfgs.rb index 9d747051ecca1..682c2edfc9410 100644 --- a/Formula/lib/liblbfgs.rb +++ b/Formula/lib/liblbfgs.rb @@ -5,6 +5,8 @@ class Liblbfgs < Formula sha256 "95c1997e6c215c58738f5f723ca225d64c8070056081a23d636160ff2169bd2f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9d20979a75f869868f997ad0c9596646bb3ccc5683b54c192a923f5818096444" sha256 cellar: :any, arm64_sonoma: "77b0dfdc9c988252874e28090eeafd90d74034214c5a46d2669da0f850a4e925" From 119bdc57558078ad74394e5986ff24db268b882d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:29 +0200 Subject: [PATCH 03893/10074] liblcf: added `no_autobump!` --- Formula/lib/liblcf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/liblcf.rb b/Formula/lib/liblcf.rb index 9f615a1ca3ba7..71fedfd4f2e21 100644 --- a/Formula/lib/liblcf.rb +++ b/Formula/lib/liblcf.rb @@ -6,6 +6,8 @@ class Liblcf < Formula license "MIT" head "https://github.com/EasyRPG/liblcf.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3b50d8d26ad9ae4223f2b32c6e6339286076967625db097d6f59e51e301839ef" sha256 cellar: :any, arm64_sonoma: "b46ebee74b740c0c6fab8ed2c4d54126a190cb2f16d9c6528e9900e3dc51fb0e" From 6657748907e17d6c754b53ebbfa4c135944c6ebb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:29 +0200 Subject: [PATCH 03894/10074] liblerc: added `no_autobump!` --- Formula/lib/liblerc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/liblerc.rb b/Formula/lib/liblerc.rb index 405f927fb417b..72d5cacccc5d4 100644 --- a/Formula/lib/liblerc.rb +++ b/Formula/lib/liblerc.rb @@ -10,6 +10,8 @@ class Liblerc < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1f20f8fbf3268c2851793fd8f1215cd7a6f3fb55f97753314fad5fe57aaa678c" sha256 cellar: :any, arm64_sonoma: "0850343f6c9467738b9f5bc143d140fababcf53e0bd0cc6ebbe0952e3a524b5b" From 8b953ecdccee4a36ee8f74f39213e9351bbc8f77 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:29 +0200 Subject: [PATCH 03895/10074] liblo: added `no_autobump!` --- Formula/lib/liblo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/liblo.rb b/Formula/lib/liblo.rb index eed16dc1a6bfd..abda4f7aab221 100644 --- a/Formula/lib/liblo.rb +++ b/Formula/lib/liblo.rb @@ -5,6 +5,8 @@ class Liblo < Formula sha256 "5df05f2a0395fc5ac90f6b538b8c82bb21941406fd1a70a765c7336a47d70208" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8373256cd53294a3a06252d55c8cc93d6c6a6f8c3b235084cab456931e67e1b3" sha256 cellar: :any, arm64_sonoma: "c379d421a02f1afa3c6105e527dc71b5271450f2964f31b6f6117fd826c8f783" From c40e01388e2e1cf1943db630014001ef13764330 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:29 +0200 Subject: [PATCH 03896/10074] liblockfile: added `no_autobump!` --- Formula/lib/liblockfile.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/liblockfile.rb b/Formula/lib/liblockfile.rb index ba7dce80b4b3e..22347c00420bc 100644 --- a/Formula/lib/liblockfile.rb +++ b/Formula/lib/liblockfile.rb @@ -10,6 +10,8 @@ class Liblockfile < Formula regex(/href=.*?liblockfile[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "22df0fabe8a8f4a92ab8f9d8f7c3add9dc1ca2f6233f0336d6059064dd8cc539" sha256 arm64_sonoma: "077b7e12530a51cb0c32c48cc483a5e21c75e899dc5ccccd21235facb12dfed8" From 3ee23fa86dae7c7c8316713a789766380f06fdf7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:29 +0200 Subject: [PATCH 03897/10074] libltc: added `no_autobump!` --- Formula/lib/libltc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libltc.rb b/Formula/lib/libltc.rb index e8fde6582d364..91369a55188d8 100644 --- a/Formula/lib/libltc.rb +++ b/Formula/lib/libltc.rb @@ -5,6 +5,8 @@ class Libltc < Formula sha256 "0a6d42cd6c21e925a27fa560dc45ac80057d275f23342102825909c02d3b1249" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "db162961bf9b4cb7fab2db612ffff0b70ab59470d382712417f1868d63500524" sha256 cellar: :any, arm64_sonoma: "51fbcf835713464c3adc121dfce5dc240a9364a9c1d597df408fa787c6caeaa7" From 93c8116a05a2fff675d486c6e45678a81f8661c9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:30 +0200 Subject: [PATCH 03898/10074] liblzf: added `no_autobump!` --- Formula/lib/liblzf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/liblzf.rb b/Formula/lib/liblzf.rb index 29e96f65eea69..acb96e4558988 100644 --- a/Formula/lib/liblzf.rb +++ b/Formula/lib/liblzf.rb @@ -14,6 +14,8 @@ class Liblzf < Formula regex(/href=.*?liblzf[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c85befbd00a98a67ac1cc0b265f220bec476aef8f011b9fda2ee5aea9cd29b5" From a62d9a5315b0824f9b4b2cf8eb2e43927f4660d6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:30 +0200 Subject: [PATCH 03899/10074] libmagic: added `no_autobump!` --- Formula/lib/libmagic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmagic.rb b/Formula/lib/libmagic.rb index 84195309ff0bc..3b8f0f9fd81f5 100644 --- a/Formula/lib/libmagic.rb +++ b/Formula/lib/libmagic.rb @@ -9,6 +9,8 @@ class Libmagic < Formula formula "file-formula" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "72bb18819cf63d14cdc3c830d586bd93e542f5cf2cdbbc579bfcd5170017fff1" sha256 arm64_sonoma: "6c1bf60aeb9742e5c8c6973cbcc6ac970fbed9e255e6bbd479bd2f77513c0b46" From 412071f3851ab30ec9440c67dd45c33c5c038ad5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:30 +0200 Subject: [PATCH 03900/10074] libmarpa: added `no_autobump!` --- Formula/lib/libmarpa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmarpa.rb b/Formula/lib/libmarpa.rb index 8c2ca430e5244..b099cc808f330 100644 --- a/Formula/lib/libmarpa.rb +++ b/Formula/lib/libmarpa.rb @@ -6,6 +6,8 @@ class Libmarpa < Formula license "MIT" head "https://github.com/jeffreykegler/libmarpa.git", branch: "tested" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "34dbf51117d4ac3e153c94f33b9484b45456bef0acac4bf40b0b65a41c76a935" sha256 cellar: :any, arm64_sonoma: "fb4bb4ed2f54fe81cafed6f6a768edf2360cd0cf00f9e78be219848e968e5ebd" From a83cd63f9b784badf6b9a0dfe541f0e25d984fab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:30 +0200 Subject: [PATCH 03901/10074] libmatroska: added `no_autobump!` --- Formula/lib/libmatroska.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmatroska.rb b/Formula/lib/libmatroska.rb index 303d98eb0fd40..a3fa2c3e2e50e 100644 --- a/Formula/lib/libmatroska.rb +++ b/Formula/lib/libmatroska.rb @@ -11,6 +11,8 @@ class Libmatroska < Formula regex(/href=.*?libmatroska[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "59abce74d2eef80b0ec6751dd6d9357c2c130d9d8d11dce0ef9d0f47fbe7007a" sha256 cellar: :any, arm64_sonoma: "297b69d493d6b09441e452745dee037ed4c211642a30ab4acfb3f229423e9995" From bb26375e9c3945dde0487942965f4111285f2c30 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:30 +0200 Subject: [PATCH 03902/10074] libmd: added `no_autobump!` --- Formula/lib/libmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmd.rb b/Formula/lib/libmd.rb index 6b95d3c3a8713..2a8b9050d53b8 100644 --- a/Formula/lib/libmd.rb +++ b/Formula/lib/libmd.rb @@ -10,6 +10,8 @@ class Libmd < Formula regex(/href=.*?libmd[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bbca49fa49f17de525e710aa6e8ae6cca1da2253e6b9eab21dc655389a5a81db" sha256 cellar: :any, arm64_sonoma: "98337df7be937bfe745b53b62522cf81160032f945d744d879713a729acc8ab6" From 16b76b98303efaf80edaaa7a84cb682777ea944f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:31 +0200 Subject: [PATCH 03903/10074] libmediainfo: added `no_autobump!` --- Formula/lib/libmediainfo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmediainfo.rb b/Formula/lib/libmediainfo.rb index 89e5914e20f69..f491a026591ef 100644 --- a/Formula/lib/libmediainfo.rb +++ b/Formula/lib/libmediainfo.rb @@ -11,6 +11,8 @@ class Libmediainfo < Formula regex(/href=.*?libmediainfo[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c7a6a63c51275d03a196ba46853d9f9b643b3619b23ee28cc90f5b37c11fdda9" sha256 cellar: :any, arm64_sonoma: "a9ee33756021ae82ab8e208efe7e84b9ad73f2a7b991c175349d9e7486a14eee" From 62a07a4ae54baadbf6281ccf79ec509e6854e4b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:31 +0200 Subject: [PATCH 03904/10074] libmemcached: added `no_autobump!` --- Formula/lib/libmemcached.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmemcached.rb b/Formula/lib/libmemcached.rb index 653da4dbac5b5..a9c46a1defacf 100644 --- a/Formula/lib/libmemcached.rb +++ b/Formula/lib/libmemcached.rb @@ -6,6 +6,8 @@ class Libmemcached < Formula license "BSD-3-Clause" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "2f6eb0738eb824d203e31cd7243942c7d14d07599ece42c8ddd895077a6bdde1" From d388251ee5c78c9cf4cf0b936b7a77838797a089 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:31 +0200 Subject: [PATCH 03905/10074] libmetalink: added `no_autobump!` --- Formula/lib/libmetalink.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmetalink.rb b/Formula/lib/libmetalink.rb index 46a19d5d725b9..fddbd245b4dcd 100644 --- a/Formula/lib/libmetalink.rb +++ b/Formula/lib/libmetalink.rb @@ -10,6 +10,8 @@ class Libmetalink < Formula regex(%r{
\s*Latest version is libmetalink[._-]v?(\d+(?:\.\d+)+)\s*
}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4ef91819c19bd453ad990a0cea47a38c4b11f527c6a04e91fbca1743bbe09e78" sha256 cellar: :any, arm64_sonoma: "2d96d68b47cb11ebd54431713f613b092ef59e60cbb0ebde4752128035e8a3f5" From 6ab04d542b3f4d7f490cbdb77b3f6ad4c89dc97b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:31 +0200 Subject: [PATCH 03906/10074] libmms: added `no_autobump!` --- Formula/lib/libmms.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmms.rb b/Formula/lib/libmms.rb index 03423e8c92c1b..3f0c9b014137f 100644 --- a/Formula/lib/libmms.rb +++ b/Formula/lib/libmms.rb @@ -5,6 +5,8 @@ class Libmms < Formula sha256 "3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "3bb78466780c6a9b24cf16bb0c333e5e62e8aca7b7f27a1175dcce96d369dd92" From 97ee91174128f30c218ee8e0e74c71b0002eee21 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:31 +0200 Subject: [PATCH 03907/10074] libmng: added `no_autobump!` --- Formula/lib/libmng.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmng.rb b/Formula/lib/libmng.rb index 29fee4f5fd0f5..82d7e7d91f1f6 100644 --- a/Formula/lib/libmng.rb +++ b/Formula/lib/libmng.rb @@ -6,6 +6,8 @@ class Libmng < Formula license "Zlib" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "b689a6894b260bf093409615d0057769421cda51c8f4a7b59f06d692c6000104" From fe01c4b2ebc543805b0c83a3dc2a861d8e1e37ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:31 +0200 Subject: [PATCH 03908/10074] libmnl: added `no_autobump!` --- Formula/lib/libmnl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmnl.rb b/Formula/lib/libmnl.rb index 59c8e4eb705c5..804bab46b5e11 100644 --- a/Formula/lib/libmnl.rb +++ b/Formula/lib/libmnl.rb @@ -10,6 +10,8 @@ class Libmnl < Formula regex(/href=.*?libmnl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "a2f88b9fc807bcdbc77da6579b9937d9c993a637187f1b98c85b82ef6d2f5c98" From a00b05d356ca7af7f118983fd02013fc29ed4b78 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:32 +0200 Subject: [PATCH 03909/10074] libmodplug: added `no_autobump!` --- Formula/lib/libmodplug.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmodplug.rb b/Formula/lib/libmodplug.rb index 288472b6e56d6..681c5d4e3f793 100644 --- a/Formula/lib/libmodplug.rb +++ b/Formula/lib/libmodplug.rb @@ -10,6 +10,8 @@ class Libmodplug < Formula regex(%r{url=.*?/libmodplug[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "586ee0ddb6205b40860132f0f8dfdb74fdef762fb32ec0e9f2d3147db7229c63" From 65af44a935fb4d3e87dd66991bcdb798efd52f9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:32 +0200 Subject: [PATCH 03910/10074] libmowgli: added `no_autobump!` --- Formula/lib/libmowgli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmowgli.rb b/Formula/lib/libmowgli.rb index e43e5c7745681..15690f66e7622 100644 --- a/Formula/lib/libmowgli.rb +++ b/Formula/lib/libmowgli.rb @@ -7,6 +7,8 @@ class Libmowgli < Formula revision 1 head "https://github.com/atheme/libmowgli-2.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "00f3b1d8ae9a7210417aa4b09f041dc3e04e1a60097724fc28ebf5b1fb00ab89" From d268783608b4c6da40518172048838891e62955a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:32 +0200 Subject: [PATCH 03911/10074] libmp3splt: added `no_autobump!` --- Formula/lib/libmp3splt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmp3splt.rb b/Formula/lib/libmp3splt.rb index 12f2ac88b3d8f..7f9b305597321 100644 --- a/Formula/lib/libmp3splt.rb +++ b/Formula/lib/libmp3splt.rb @@ -14,6 +14,8 @@ class Libmp3splt < Formula strategy :page_match end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "7ab04ee463178da4c4319a3e795ad0f18d09aff98450a5f8eacdf206fdb059ff" sha256 arm64_sonoma: "8ac44f180edcd601f4fd078a49742f91387466489c3336d534772702ca8d3e61" From 59d3caabca45c7760a087d03037c97c23fb31913 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:32 +0200 Subject: [PATCH 03912/10074] libmpc: added `no_autobump!` --- Formula/lib/libmpc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmpc.rb b/Formula/lib/libmpc.rb index 3bdf5b0c9267d..5469658631005 100644 --- a/Formula/lib/libmpc.rb +++ b/Formula/lib/libmpc.rb @@ -6,6 +6,8 @@ class Libmpc < Formula sha256 "ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5c8cdc4d460525025f69157ea5187c4119da8bffab33e7923dc374c011c9cdac" sha256 cellar: :any, arm64_sonoma: "909895bde6818f0adee6cf16f23836752ae214515da2e9e3beb0f66fbb63c490" From c4333e1fd1ddc3328bf13518b8ae42b4f85a60b1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:32 +0200 Subject: [PATCH 03913/10074] libmpd: added `no_autobump!` --- Formula/lib/libmpd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmpd.rb b/Formula/lib/libmpd.rb index ed68c3e06b891..10fdb35e91eef 100644 --- a/Formula/lib/libmpd.rb +++ b/Formula/lib/libmpd.rb @@ -11,6 +11,8 @@ class Libmpd < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "18186d5954681b7a246a5349ec9ba4a236266e8532850b8e5a6f06692981669e" sha256 cellar: :any, arm64_sonoma: "270b80aef8af0403f00a17400e8c18bc79ccbfd30976e1e981338a93c6f2d9c6" From 9fb9f323e017b1f9cd449a7814ec15e79a2006fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:32 +0200 Subject: [PATCH 03914/10074] libmpdclient: added `no_autobump!` --- Formula/lib/libmpdclient.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmpdclient.rb b/Formula/lib/libmpdclient.rb index 712faa15550d5..4ff63e88d9792 100644 --- a/Formula/lib/libmpdclient.rb +++ b/Formula/lib/libmpdclient.rb @@ -11,6 +11,8 @@ class Libmpdclient < Formula regex(/href=.*?libmpdclient[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "16973541660ff3601f6ea87f1553bac63e63cef2cce49a83d078293b0c66d56f" sha256 cellar: :any, arm64_sonoma: "3920adaed9ddbc3361b4f47aa15bd3f3fca316238b22b52ba22df4402f1482f9" From 2775f9457869feb7b913bea8bddbe2990298786d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:33 +0200 Subject: [PATCH 03915/10074] libmpeg2: added `no_autobump!` --- Formula/lib/libmpeg2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmpeg2.rb b/Formula/lib/libmpeg2.rb index 30882da8d520e..4c9285ab0b37d 100644 --- a/Formula/lib/libmpeg2.rb +++ b/Formula/lib/libmpeg2.rb @@ -11,6 +11,8 @@ class Libmpeg2 < Formula regex(/href=.*?libmpeg2[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2db4b583e04a71b456045c2bf9f7d08f1ee332e8305c0944d4b101c83ab71990" sha256 cellar: :any, arm64_sonoma: "0174a78b3200ac177017167c6dd73a31202da4a819c4a282b424e36a346b2496" From e9c67119ce57ecf0341c11142ac0bc1beab6090d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:33 +0200 Subject: [PATCH 03916/10074] libmps: added `no_autobump!` --- Formula/lib/libmps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmps.rb b/Formula/lib/libmps.rb index ad58479169c36..27f4c6dc4d2be 100755 --- a/Formula/lib/libmps.rb +++ b/Formula/lib/libmps.rb @@ -6,6 +6,8 @@ class Libmps < Formula license "BSD-2-Clause" head "https://github.com/Ravenbrook/mps.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c651514f2ee9c277517272b328db0e41ab0cc06b3998302e591db274dc70f104" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c076fea0e44ca8cf0aacfc914e05a8d4af972c32700d11ce60a4858c6270f96" From 81c5ebf48da5ac8ce3c290e7ec281130dc3ebd2a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:33 +0200 Subject: [PATCH 03917/10074] libmrss: added `no_autobump!` --- Formula/lib/libmrss.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmrss.rb b/Formula/lib/libmrss.rb index 698f3a1ef51ad..fff0b3bebab6b 100644 --- a/Formula/lib/libmrss.rb +++ b/Formula/lib/libmrss.rb @@ -6,6 +6,8 @@ class Libmrss < Formula license "LGPL-2.1-or-later" head "https://github.com/bakulf/libmrss.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "183934eb440639c9d4506bcc74cc7c86da915e1bc65d041d79ebbc6eff5f6f1b" sha256 cellar: :any, arm64_sonoma: "b28e679db851fa12e08db6e3c5061cd7dc8daa31b8d39686ae4fc40f6e5164a7" From 117eec634a4070964f55fe1cc07c94918c70e247 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:33 +0200 Subject: [PATCH 03918/10074] libmspub: added `no_autobump!` --- Formula/lib/libmspub.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmspub.rb b/Formula/lib/libmspub.rb index dc4f23e6782a2..9bbb90207b6a2 100644 --- a/Formula/lib/libmspub.rb +++ b/Formula/lib/libmspub.rb @@ -11,6 +11,8 @@ class Libmspub < Formula regex(/href=["']?libmspub[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1847309881161a713cb9c37bec7a23c452cdc44bf87c28c016f449c101b57b84" sha256 cellar: :any, arm64_sonoma: "249d78a5299e65bd9ef5df4ea21d70aae17f40c3f075f34e04923b3880fb0257" From 1333fc4c324b36d004bd16b2402fd409a523dd99 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:33 +0200 Subject: [PATCH 03919/10074] libmusicbrainz: added `no_autobump!` --- Formula/lib/libmusicbrainz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmusicbrainz.rb b/Formula/lib/libmusicbrainz.rb index 8b10a239332ca..30c9f5f0d2f01 100644 --- a/Formula/lib/libmusicbrainz.rb +++ b/Formula/lib/libmusicbrainz.rb @@ -5,6 +5,8 @@ class Libmusicbrainz < Formula sha256 "6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ada38db81da84d8fb85cae7dbc30682461a1d198556fdb01d9be05fcbe9059f4" sha256 cellar: :any, arm64_sonoma: "62762e1b184d0c47bb287e151333dafaa526b733ea2c4bd5fbd097d987b84aa4" From 9d370b9630302f37ede207908530cb9ea06da9c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:33 +0200 Subject: [PATCH 03920/10074] libmwaw: added `no_autobump!` --- Formula/lib/libmwaw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmwaw.rb b/Formula/lib/libmwaw.rb index c378b28a755fa..77a4c13a712c0 100644 --- a/Formula/lib/libmwaw.rb +++ b/Formula/lib/libmwaw.rb @@ -5,6 +5,8 @@ class Libmwaw < Formula sha256 "a1a39ffcea3ff2a7a7aae0c23877ddf4918b554bf82b0de5d7ce8e7f61ea8e32" license any_of: ["LGPL-2.1-or-later", "MPL-2.0"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e1a2a5f288071c5a5c899ed113f87a841ec434bce245a98750a1ee1b0b2c0b64" sha256 cellar: :any, arm64_sonoma: "952e2d7978c0a53b42c6c3bcef9faf03e878069664710baed01bbf696527f329" From 111f07baaf3b93dc08c98028a5302f0050421649 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:34 +0200 Subject: [PATCH 03921/10074] libmypaint: added `no_autobump!` --- Formula/lib/libmypaint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libmypaint.rb b/Formula/lib/libmypaint.rb index e7f6e30b03ae2..69dbf09b0598a 100644 --- a/Formula/lib/libmypaint.rb +++ b/Formula/lib/libmypaint.rb @@ -6,6 +6,8 @@ class Libmypaint < Formula license "ISC" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ada0de7fc29d5634da50e9a9dd05858fdb5fc839f6cfefb8dda3977ab7e9dd8c" sha256 cellar: :any, arm64_sonoma: "bd3ed49871a7e59ee4731520d6d3852c7f53a4565f125153b13aa556998931fd" From a42aebacaf4108220a291ddfe244e701b83796b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:34 +0200 Subject: [PATCH 03922/10074] libnatpmp: added `no_autobump!` --- Formula/lib/libnatpmp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnatpmp.rb b/Formula/lib/libnatpmp.rb index 61f82c70bae8a..4dca4c347f064 100644 --- a/Formula/lib/libnatpmp.rb +++ b/Formula/lib/libnatpmp.rb @@ -10,6 +10,8 @@ class Libnatpmp < Formula regex(/href=.*?libnatpmp[._-]v?(\d{6,8})\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "9844848d49763a4d8d511a4168997b0f33e1e761a54f6b71b93c322bfd99238f" From d9962019fbb533dcde08a685b3caadb419510f20 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:34 +0200 Subject: [PATCH 03923/10074] libnet: added `no_autobump!` --- Formula/lib/libnet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnet.rb b/Formula/lib/libnet.rb index 412f6e79faf60..292ad07e85e03 100644 --- a/Formula/lib/libnet.rb +++ b/Formula/lib/libnet.rb @@ -5,6 +5,8 @@ class Libnet < Formula sha256 "ad1e2dd9b500c58ee462acd839d0a0ea9a2b9248a1287840bc601e774fb6b28f" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e1aa2022d333a395e5add872c8f9facfdb1811b28bb2706bff2ce97923e671b9" sha256 cellar: :any, arm64_sonoma: "9a0e1d5eb30194a4309588c383cc4e179804e88314b280e2d04c96069ebef867" From 236da65bc58fc96b5cdcd845ac6c27f3c8ac22c6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:34 +0200 Subject: [PATCH 03924/10074] libnetfilter-queue: added `no_autobump!` --- Formula/lib/libnetfilter-queue.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnetfilter-queue.rb b/Formula/lib/libnetfilter-queue.rb index fb00da879e616..1a6f6a5467f33 100644 --- a/Formula/lib/libnetfilter-queue.rb +++ b/Formula/lib/libnetfilter-queue.rb @@ -10,6 +10,8 @@ class LibnetfilterQueue < Formula regex(/href=.*?libnetfilter_queue[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "0d88b35944420ead47b296ddc1e8a374591138b640c4aeede86e02b0104de7c4" From ff29ae6b02e0b169d8b394097715bf948cf62670 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:34 +0200 Subject: [PATCH 03925/10074] libnetworkit: added `no_autobump!` --- Formula/lib/libnetworkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnetworkit.rb b/Formula/lib/libnetworkit.rb index 43849b9199e6b..a160d77903e6d 100644 --- a/Formula/lib/libnetworkit.rb +++ b/Formula/lib/libnetworkit.rb @@ -9,6 +9,8 @@ class Libnetworkit < Formula formula "networkit" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5d0045a902e874098c38bf7c3eba789e8d1d36343f1a58b874c5ae002e771216" sha256 cellar: :any, arm64_sonoma: "9bc6b2bb82c01385f9270daaf103455cc879931b6565ff813501763885d74e9b" From 180929b641de6ea4e51f6200f8e96836cd5c62e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:35 +0200 Subject: [PATCH 03926/10074] libnfc: added `no_autobump!` --- Formula/lib/libnfc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnfc.rb b/Formula/lib/libnfc.rb index 15620c4a85c66..74898534f9c5c 100644 --- a/Formula/lib/libnfc.rb +++ b/Formula/lib/libnfc.rb @@ -5,6 +5,8 @@ class Libnfc < Formula sha256 "6d9ad31c86408711f0a60f05b1933101c7497683c2e0d8917d1611a3feba3dd5" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2b82cd576da101ec339171c4a8ded0fee90ab4cf072513c8cd0a1b99721c72f9" sha256 arm64_sonoma: "3e1ce25513819c59c110f28cfdb8cf4ecf265800d741d272ad7450805ba647f5" From 5c08e72c10a9c8792532ff15249d51d34ce93bd5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:35 +0200 Subject: [PATCH 03927/10074] libnfnetlink: added `no_autobump!` --- Formula/lib/libnfnetlink.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnfnetlink.rb b/Formula/lib/libnfnetlink.rb index e26b068a7b043..5beaccbdd6a83 100644 --- a/Formula/lib/libnfnetlink.rb +++ b/Formula/lib/libnfnetlink.rb @@ -10,6 +10,8 @@ class Libnfnetlink < Formula regex(/href=.*?libnfnetlink[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "29a3d3fc305c9252a22b3bce85447d2f895924c959185c00889cedc2d23fc78b" From 957cbaf7aecc62c0f99c7244e64db9dbec420584 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:35 +0200 Subject: [PATCH 03928/10074] libnghttp2: added `no_autobump!` --- Formula/lib/libnghttp2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnghttp2.rb b/Formula/lib/libnghttp2.rb index 7363220a51121..914a641f95c33 100644 --- a/Formula/lib/libnghttp2.rb +++ b/Formula/lib/libnghttp2.rb @@ -13,6 +13,8 @@ class Libnghttp2 < Formula formula "nghttp2" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "492e4dadaeb76e53e56b15180eb4ab33d8e726d5766f258f94d3628382e7a8e2" sha256 cellar: :any, arm64_sonoma: "fa2ef36dadacb754e7233697f80a8929010e249b35dff577c86d1cf88f0ece49" From 1024bfa8011fd29fbc75cc6bff88b5a8959072b7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:35 +0200 Subject: [PATCH 03929/10074] libngspice: added `no_autobump!` --- Formula/lib/libngspice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libngspice.rb b/Formula/lib/libngspice.rb index 453fba7aff670..b85af5885d285 100644 --- a/Formula/lib/libngspice.rb +++ b/Formula/lib/libngspice.rb @@ -9,6 +9,8 @@ class Libngspice < Formula formula "ngspice" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5a4bc846e0ffc9fa23d9c15509b5cf041de5c5dadcf476ffb167302b84f5bf75" sha256 cellar: :any, arm64_sonoma: "be3d94c10d2554bcc43c71f7e6061005280929a551a6c96e3735dcd6060391d5" From 2d090fb575fa38775fe3a5d87bb5ca72641cd6e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:35 +0200 Subject: [PATCH 03930/10074] libnice-gstreamer: added `no_autobump!` --- Formula/lib/libnice-gstreamer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnice-gstreamer.rb b/Formula/lib/libnice-gstreamer.rb index a075f20095532..2506ab550a571 100644 --- a/Formula/lib/libnice-gstreamer.rb +++ b/Formula/lib/libnice-gstreamer.rb @@ -9,6 +9,8 @@ class LibniceGstreamer < Formula formula "libnice" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "aa2003f8a95578016094c529b41b9e0afae4124421796c7917f2af3dee116c41" sha256 cellar: :any, arm64_sonoma: "e78f31b88426c267bd4ccc9626494130fe1f02cf2279a2941f32b96f825e0742" From d5fde172c4a33882d8b838a17332ef9f722af526 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:35 +0200 Subject: [PATCH 03931/10074] libnice: added `no_autobump!` --- Formula/lib/libnice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnice.rb b/Formula/lib/libnice.rb index d17a481796229..b86e0d7247436 100644 --- a/Formula/lib/libnice.rb +++ b/Formula/lib/libnice.rb @@ -10,6 +10,8 @@ class Libnice < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "e1f4f8532d745a6555e861c342f56ec7a0d0b827f13b4e80c4d6218857b3ae2f" From c6203490e6162d6a7a46ea717708aa275e20fe73 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:36 +0200 Subject: [PATCH 03932/10074] libnids: added `no_autobump!` --- Formula/lib/libnids.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnids.rb b/Formula/lib/libnids.rb index ffadd19961134..06ee2b58323d5 100644 --- a/Formula/lib/libnids.rb +++ b/Formula/lib/libnids.rb @@ -6,6 +6,8 @@ class Libnids < Formula license "GPL-2.0-only" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d746ed3de1862ca17be880cebad94a8a66579dedf5c33ddf40890b740917e1a1" sha256 cellar: :any, arm64_sonoma: "39c7a9270f72443e129a815d5c6599739198425e9266e8adea4f14b577d8186c" From 74bc4301c6f6489ccab7a7196b8f8798c0cdaccb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:36 +0200 Subject: [PATCH 03933/10074] libnl: added `no_autobump!` --- Formula/lib/libnl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnl.rb b/Formula/lib/libnl.rb index ad97656705598..a7dbce3b9712e 100644 --- a/Formula/lib/libnl.rb +++ b/Formula/lib/libnl.rb @@ -5,6 +5,8 @@ class Libnl < Formula sha256 "2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_linux: "cf02f2e5551dbb36e507e97a53c96710e6e7042232de601fe8f23bd92f0d3e65" sha256 x86_64_linux: "4f38d449757989f549668b55ff19e6d5a19d574c720bb15e3543b15564db966b" From 35411f2c91e1b97a621870ccc4a519f764ca8daa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:36 +0200 Subject: [PATCH 03934/10074] libnova: added `no_autobump!` --- Formula/lib/libnova.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnova.rb b/Formula/lib/libnova.rb index 75603f926075d..0fd594052fadd 100644 --- a/Formula/lib/libnova.rb +++ b/Formula/lib/libnova.rb @@ -6,6 +6,8 @@ class Libnova < Formula # libnova is LGPL but the libnovaconfig binary is GPL license all_of: ["LGPL-2.0-or-later", "GPL-2.0-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7c78e76239a8d99361a578d2726073d7cc300261a68effe3c189dd1edc2fbb4f" sha256 cellar: :any, arm64_sonoma: "956371a814a279005c8b801707b40d0d7dce699c481f0bcac0ceb8cf8932505e" From b121d47223c1de443281c1fecedb5afa3179b625 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:36 +0200 Subject: [PATCH 03935/10074] libnsbmp: added `no_autobump!` --- Formula/lib/libnsbmp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnsbmp.rb b/Formula/lib/libnsbmp.rb index 6a4e20b8f4a14..82b236e8e7e38 100644 --- a/Formula/lib/libnsbmp.rb +++ b/Formula/lib/libnsbmp.rb @@ -10,6 +10,8 @@ class Libnsbmp < Formula regex(/href=.*?libnsbmp[._-]v?(\d+(?:\.\d+)+)[._-]src\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "334b42b3b30917e7cb0850b079cced2c020a9ffe8389d1a703ffcd2896f64a22" sha256 cellar: :any, arm64_sonoma: "9a29a254a2f286b15219fa8e1b95858569fe653728184fa20b83130eb67d5f23" From e2d1aa46d18fdd69ba82a32bf66c1478056cbf7b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:36 +0200 Subject: [PATCH 03936/10074] libnsgif: added `no_autobump!` --- Formula/lib/libnsgif.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnsgif.rb b/Formula/lib/libnsgif.rb index efc0f494b9527..0fbcddd58cfef 100644 --- a/Formula/lib/libnsgif.rb +++ b/Formula/lib/libnsgif.rb @@ -11,6 +11,8 @@ class Libnsgif < Formula regex(/href=.*?libnsgif[._-]v?(\d+(?:\.\d+)+)[._-]src\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1b496d526be94479c22a33a721be3f7c5afe6ec2c0c62d2a9be03b04cce5cb19" sha256 cellar: :any, arm64_sonoma: "fb3bd5d0ed63cb47edc86bded832614216985a5f020d4d3e9acf28c05a7d0d8b" From 22c8ba325d50c5b8ca1dd637d784b998731ee290 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:36 +0200 Subject: [PATCH 03937/10074] libnsl: added `no_autobump!` --- Formula/lib/libnsl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnsl.rb b/Formula/lib/libnsl.rb index 424230d77247f..26dc3eb792d17 100644 --- a/Formula/lib/libnsl.rb +++ b/Formula/lib/libnsl.rb @@ -5,6 +5,8 @@ class Libnsl < Formula sha256 "5c9e470b232a7acd3433491ac5221b4832f0c71318618dc6aa04dd05ffcd8fd9" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "b5f2c97b5782dfde6d350ebe54cacf87db18a1626afcf91998aaa8d6c5930890" From 3569500589b71106ef7e0d6463d4a4ac7eb08606 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:37 +0200 Subject: [PATCH 03938/10074] libnxml: added `no_autobump!` --- Formula/lib/libnxml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libnxml.rb b/Formula/lib/libnxml.rb index 4f45f6cd8fad7..76b4db9dcd011 100644 --- a/Formula/lib/libnxml.rb +++ b/Formula/lib/libnxml.rb @@ -6,6 +6,8 @@ class Libnxml < Formula license "LGPL-2.1-or-later" head "https://github.com/bakulf/libnxml.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3e49138d11e9bb15e135e9387bb4e1f1d55a7daa354b3caa245e9b25a1b5ace0" sha256 cellar: :any, arm64_sonoma: "c7287e418f649ae7a95a152feb06cc43846a286ed8a5b511b490e4a2cac8d341" From 888fa9a24845793b26f3b2f47acbcb0d55eb41ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:37 +0200 Subject: [PATCH 03939/10074] liboauth: added `no_autobump!` --- Formula/lib/liboauth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/liboauth.rb b/Formula/lib/liboauth.rb index 8b0b2df70aa3d..825802a17a77c 100644 --- a/Formula/lib/liboauth.rb +++ b/Formula/lib/liboauth.rb @@ -8,6 +8,8 @@ class Liboauth < Formula license "MIT" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4eff11a4e53ab448c41469596fadeac63b03386c90c1f091372fc003f497562a" sha256 cellar: :any, arm64_sonoma: "6f8593691c180a940c09d3cdb22c5f69fb4ac7dfb8877581b5cc13a02b6088a1" From 9080799000231e70d306f1ecfca6b7e94d9b6dd5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:37 +0200 Subject: [PATCH 03940/10074] libodfgen: added `no_autobump!` --- Formula/lib/libodfgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libodfgen.rb b/Formula/lib/libodfgen.rb index dc9f9b052bd5e..0917c0a15cceb 100644 --- a/Formula/lib/libodfgen.rb +++ b/Formula/lib/libodfgen.rb @@ -11,6 +11,8 @@ class Libodfgen < Formula regex(/href=["']?libodfgen[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7f42c8f3db9efee29ccd3acfdbb58e401cff658eb20c77284acdcd1220770249" sha256 cellar: :any, arm64_sonoma: "f8c8b108ac222308245eef3d268c4eeeb84b2a73f2410c45568f304a142471e0" From cc78b21b45cc65c29d81c90c10e473cc50f6aba0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:37 +0200 Subject: [PATCH 03941/10074] libofx: added `no_autobump!` --- Formula/lib/libofx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libofx.rb b/Formula/lib/libofx.rb index 1a128f7288f49..eade736d001ca 100644 --- a/Formula/lib/libofx.rb +++ b/Formula/lib/libofx.rb @@ -5,6 +5,8 @@ class Libofx < Formula sha256 "1ca89ff7d681c9edad312172ac464231a8de686e653213612f9417492cef0d37" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e4b8c683f7d31032a59fc92af99e162ed7b91d250b05ddb8f22f2a92d44ae571" sha256 arm64_sonoma: "ed293b1aa272081ac72e90ed0fde58477750798dccfc1daaa7c46813d950f268" From 38bf48104c212e355ac06f6db3aaf3ddd0742756 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:37 +0200 Subject: [PATCH 03942/10074] libogg: added `no_autobump!` --- Formula/lib/libogg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libogg.rb b/Formula/lib/libogg.rb index 9b9c86bfb53fe..8082ec578a234 100644 --- a/Formula/lib/libogg.rb +++ b/Formula/lib/libogg.rb @@ -12,6 +12,8 @@ class Libogg < Formula regex(%r{href=(?:["']?|.*?/)libogg[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "13592df33977148bd6ca571b333892b42b1d988289a47f4efd3979fd48964b3e" From 32b71fec18346d0508873a9226421deccca533f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:38 +0200 Subject: [PATCH 03943/10074] liboil: added `no_autobump!` --- Formula/lib/liboil.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/liboil.rb b/Formula/lib/liboil.rb index 686005b1a27f8..074f47a0a1c1f 100644 --- a/Formula/lib/liboil.rb +++ b/Formula/lib/liboil.rb @@ -12,6 +12,8 @@ class Liboil < Formula regex(/href=.*?liboil[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "884af7577129d0a2cf1418f838a9d8057e4f158911797fc6e7ba4e2217ce0182" From e16bcda9b6f4b46c5352ce380566f8bab6e32e1e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:38 +0200 Subject: [PATCH 03944/10074] libolm: added `no_autobump!` --- Formula/lib/libolm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libolm.rb b/Formula/lib/libolm.rb index be6a12dbf1444..2b18efc1666e3 100644 --- a/Formula/lib/libolm.rb +++ b/Formula/lib/libolm.rb @@ -5,6 +5,8 @@ class Libolm < Formula sha256 "1e90f9891009965fd064be747616da46b232086fe270b77605ec9bda34272a68" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2456df3a539bccba5a28804f4e63d73ca23a6f0fc5960f2132289d86cfda08a9" sha256 cellar: :any, arm64_sonoma: "2dd9100bb3f29d104f285aa65085e786e4649709dbc66b057237085b3be32111" From 7bad2be619d90caf64e6e89efb6db047f67890ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:38 +0200 Subject: [PATCH 03945/10074] libopennet: added `no_autobump!` --- Formula/lib/libopennet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libopennet.rb b/Formula/lib/libopennet.rb index e7e0d62700db4..44516aff89880 100644 --- a/Formula/lib/libopennet.rb +++ b/Formula/lib/libopennet.rb @@ -10,6 +10,8 @@ class Libopennet < Formula regex(/href=.*?libopennet[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e5e9c1ebe5ba34938705b7b0b1f70569348096a58d96b2a7327526f5d3aeb5f7" sha256 cellar: :any, arm64_sonoma: "cb4414cd607a9de6b0cf79edc026805665037051c6cb17b289cd5a5e5ecda5a1" From 547ec1b425fafa9fd4fc715b49d4992e3305186b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:38 +0200 Subject: [PATCH 03946/10074] liboping: added `no_autobump!` --- Formula/lib/liboping.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/liboping.rb b/Formula/lib/liboping.rb index 99318189fc01a..32e7ad3c756fa 100644 --- a/Formula/lib/liboping.rb +++ b/Formula/lib/liboping.rb @@ -10,6 +10,8 @@ class Liboping < Formula regex(/href=.*?liboping[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5395bb6ef912f023eb75a29a46eb614a0fb9dec8f65fe29f40af6173d0f8f809" sha256 cellar: :any, arm64_sonoma: "e2142ec221a13c7102978228b5d3ffd61a182952bb470ef0cd63fd1201ce6411" From a09dfa7038020caa2751aaef8290cf25f0cb04bf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:38 +0200 Subject: [PATCH 03947/10074] libopusenc: added `no_autobump!` --- Formula/lib/libopusenc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libopusenc.rb b/Formula/lib/libopusenc.rb index 70688a9034f87..5568487ae6cb9 100644 --- a/Formula/lib/libopusenc.rb +++ b/Formula/lib/libopusenc.rb @@ -11,6 +11,8 @@ class Libopusenc < Formula regex(%r{href=(?:["']?|.*?/)libopusenc[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "9c857d079a3c385ac89d89869fa2ed74d6115a3b86d87149bd9d4d5796da3141" From 0bf31e21a3afeb7a3239442ad2af2e7bea353244 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:38 +0200 Subject: [PATCH 03948/10074] libosip: added `no_autobump!` --- Formula/lib/libosip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libosip.rb b/Formula/lib/libosip.rb index b64d2006c4cec..e8f781217d02e 100644 --- a/Formula/lib/libosip.rb +++ b/Formula/lib/libosip.rb @@ -11,6 +11,8 @@ class Libosip < Formula regex(/href=.*?libosip2[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "751eaf3b56ce1d3f5ad7e076909391f1cef386f430cd96719ff8a97bcc76bd03" sha256 cellar: :any, arm64_sonoma: "ae8d66cfe67d8dc40a0299db6cfb154cbc28c8c6a7af0229d4577e70e7d54ca5" From 9f1239b1eb43b90eced8e901e40cc18f37416471 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:39 +0200 Subject: [PATCH 03949/10074] libotr: added `no_autobump!` --- Formula/lib/libotr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libotr.rb b/Formula/lib/libotr.rb index 6deacacfe2044..97d6135e608f3 100644 --- a/Formula/lib/libotr.rb +++ b/Formula/lib/libotr.rb @@ -10,6 +10,8 @@ class Libotr < Formula regex(/href=.*?libotr[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "5e6fdf2cd7cc293066a7875b10c684b7058b553ad85ff949e18045d0aca47b6d" From 98085a1fd54c47fd13812c1f697c8d0c2cd49193 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:39 +0200 Subject: [PATCH 03950/10074] libowfat: added `no_autobump!` --- Formula/lib/libowfat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libowfat.rb b/Formula/lib/libowfat.rb index ab59d0e1a1623..09bd1e602eafa 100644 --- a/Formula/lib/libowfat.rb +++ b/Formula/lib/libowfat.rb @@ -11,6 +11,8 @@ class Libowfat < Formula regex(/href=.*?libowfat[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c3846b7776a5350100cf8a734e0a45fcbe822f53128ab88bce24cfb259b3d27c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "60f9182c837f2b6ff6a79e76e7c4965c717055448b3c2928baf297fd944c3035" From 0edf663e93be77a09961d3afb5de7922637269c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:39 +0200 Subject: [PATCH 03951/10074] libpagemaker: added `no_autobump!` --- Formula/lib/libpagemaker.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpagemaker.rb b/Formula/lib/libpagemaker.rb index 675cb15655284..32696aa0dd741 100644 --- a/Formula/lib/libpagemaker.rb +++ b/Formula/lib/libpagemaker.rb @@ -10,6 +10,8 @@ class Libpagemaker < Formula regex(/href=["']?libpagemaker[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8b12308a14b296bf195cae2a64b4242efb1dfa589903d3312d1543a4e3891bfb" sha256 cellar: :any, arm64_sonoma: "405ba95d6cd51308c1cd722631bb34f78702b5c40e8a70aac0422d551c6e1bcc" From 77820ff17db54b18c67c5c28e6f13a6d557faab0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:39 +0200 Subject: [PATCH 03952/10074] libparserutils: added `no_autobump!` --- Formula/lib/libparserutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libparserutils.rb b/Formula/lib/libparserutils.rb index 91b0ba594414e..cea3e8391f651 100644 --- a/Formula/lib/libparserutils.rb +++ b/Formula/lib/libparserutils.rb @@ -6,6 +6,8 @@ class Libparserutils < Formula license "MIT" head "https://git.netsurf-browser.org/libparserutils.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e35b156576ddb9a5048e030e4bade56807a40b535d424c2d80fdbd9a322b761b" sha256 cellar: :any, arm64_sonoma: "05df8ce204b79a682be32434c7e6a6e917cff35e1960ee23de39984722878f24" From a1a7469f647f477cb34526c31e9c1a6283d9a348 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:39 +0200 Subject: [PATCH 03953/10074] libpciaccess: added `no_autobump!` --- Formula/lib/libpciaccess.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpciaccess.rb b/Formula/lib/libpciaccess.rb index a9c509dd6fb20..09af30997b14b 100644 --- a/Formula/lib/libpciaccess.rb +++ b/Formula/lib/libpciaccess.rb @@ -5,6 +5,8 @@ class Libpciaccess < Formula sha256 "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_linux: "a8fb19ee3879959b844dd4ba0d79850dbaf58d99863aaafc74ce099165ff49fa" sha256 cellar: :any_skip_relocation, x86_64_linux: "3433b90a4f960f70e9203327f632387b5ada5017be2500ab8098f9142406a075" From 177a6a508e9101278c19c4e4cbe04fd473cee89d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:39 +0200 Subject: [PATCH 03954/10074] libpcl: added `no_autobump!` --- Formula/lib/libpcl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpcl.rb b/Formula/lib/libpcl.rb index c474505a975d5..6845fc31c423c 100644 --- a/Formula/lib/libpcl.rb +++ b/Formula/lib/libpcl.rb @@ -10,6 +10,8 @@ class Libpcl < Formula regex(/href=.*?pcl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, sonoma: "c2f937aca27092e775dc6c4262a318129560b1e079de3f077a307756ec31a417" From c79ac4fb7217761b85d515da5843b0f825611236 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:40 +0200 Subject: [PATCH 03955/10074] libpeas@1: added `no_autobump!` --- Formula/lib/libpeas@1.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpeas@1.rb b/Formula/lib/libpeas@1.rb index fc02550b1177d..aed4f49c54912 100644 --- a/Formula/lib/libpeas@1.rb +++ b/Formula/lib/libpeas@1.rb @@ -6,6 +6,8 @@ class LibpeasAT1 < Formula license "LGPL-2.1-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "a7a811d4a2fe22ee7f65b6e5c72d77a9d4bbd9bbc2f1f2b799484695671447fa" From 4b8e50ef42af1fdb2b4cdea1b976af2df7fbb736 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:40 +0200 Subject: [PATCH 03956/10074] libpg_query: added `no_autobump!` --- Formula/lib/libpg_query.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpg_query.rb b/Formula/lib/libpg_query.rb index fdb7fba828e50..1f169767e5f71 100644 --- a/Formula/lib/libpg_query.rb +++ b/Formula/lib/libpg_query.rb @@ -6,6 +6,8 @@ class LibpgQuery < Formula sha256 "a3dc0e4084a23da35128d4e9809ff27241c29a44fde74ba40a378b33d2cdefe2" license all_of: ["BSD-3-Clause", "PostgreSQL"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e8c80546510c8a0d0ee781bfcd508d628cb09f303027e740309b073b059659ce" sha256 cellar: :any, arm64_sonoma: "62beb770cce1d083f1860515f7a4a553e403bfb23b37bb25581b1c61594da94b" From 534981f8618eff102e36b535c42bc97aca70963d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:40 +0200 Subject: [PATCH 03957/10074] libpgm: added `no_autobump!` --- Formula/lib/libpgm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpgm.rb b/Formula/lib/libpgm.rb index d11ba55d2335b..2528a260d0039 100644 --- a/Formula/lib/libpgm.rb +++ b/Formula/lib/libpgm.rb @@ -16,6 +16,8 @@ class Libpgm < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0f2266ecabc1128e3a70ff8e31864e6cd556bd20b66cc2c74fd32011b2646dc4" sha256 cellar: :any, arm64_sonoma: "6764decaa99670740309808e8be1ac3d75dbb9b8b8f8037d10c6dbe2932e0290" From 3cb5475d4dc7c5c148b89df90e4111a6e1760bc9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:40 +0200 Subject: [PATCH 03958/10074] libpointing: added `no_autobump!` --- Formula/lib/libpointing.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpointing.rb b/Formula/lib/libpointing.rb index fc1c87376f40d..99cb0a8e09105 100644 --- a/Formula/lib/libpointing.rb +++ b/Formula/lib/libpointing.rb @@ -5,6 +5,8 @@ class Libpointing < Formula sha256 "697581d27101c9816f1b19715e7ace85a5345857d65e4eaa82840cf2051435d6" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fc963b2d475b92c4a7fd7a525d0ae301cedad7c825d50bd47f1e174be955ab51" sha256 cellar: :any, arm64_sonoma: "2d7abf099808b966f2e79ff4ee050ae9ba2dcaa009577575a8ceceeb657e3cda" From 9345614eb5fb9a1c675e7bff6ba78b708d94f89d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:40 +0200 Subject: [PATCH 03959/10074] libpoker-eval: added `no_autobump!` --- Formula/lib/libpoker-eval.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpoker-eval.rb b/Formula/lib/libpoker-eval.rb index 63bf33bdabde8..f5b44ce421aa3 100644 --- a/Formula/lib/libpoker-eval.rb +++ b/Formula/lib/libpoker-eval.rb @@ -6,6 +6,8 @@ class LibpokerEval < Formula sha256 "92659e4a90f6856ebd768bad942e9894bd70122dab56f3b23dd2c4c61bdbcf68" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "becb0628bede0bab265c5fdd06c91ae705b1d53be58db78fc2edfdd4b79f1776" From 7ff593950dea451a708782c97c862e30b3edaaf4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:41 +0200 Subject: [PATCH 03960/10074] libpostal-rest: added `no_autobump!` --- Formula/lib/libpostal-rest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpostal-rest.rb b/Formula/lib/libpostal-rest.rb index 7b892dcd5474a..1615e8bf5e9db 100644 --- a/Formula/lib/libpostal-rest.rb +++ b/Formula/lib/libpostal-rest.rb @@ -6,6 +6,8 @@ class LibpostalRest < Formula license "MIT" head "https://github.com/johnlonganecker/libpostal-rest.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fd5d9cfcd9ea16dd5b1990b18ec200eef3de42b32dbcfc71e74d60dc1e77d5ec" sha256 cellar: :any, arm64_sonoma: "35f195463499d406f38fd34722108ec532d1a5faa59bae40266efac277d204a7" From d21d8106f60a5c1291dd5462ca07d482ec7778c7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:41 +0200 Subject: [PATCH 03961/10074] libpostal: added `no_autobump!` --- Formula/lib/libpostal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpostal.rb b/Formula/lib/libpostal.rb index ab98f0b9f6be3..94d618be9988d 100644 --- a/Formula/lib/libpostal.rb +++ b/Formula/lib/libpostal.rb @@ -6,6 +6,8 @@ class Libpostal < Formula license "MIT" head "https://github.com/openvenues/libpostal.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "977117dd4cbadd9c7a54b1a98cbf8a4cf5d76435d3fb2a4bd7219777b7ddac8c" sha256 arm64_sonoma: "814ede166ebe7352cc9850527f29e9395eea6a2248a16ad450d0606216923e25" From 82ba828e4569995ed98df32c5ca46ab998d44af5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:41 +0200 Subject: [PATCH 03962/10074] libprelude: added `no_autobump!` --- Formula/lib/libprelude.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libprelude.rb b/Formula/lib/libprelude.rb index caf011591ea6c..ba82a63d27266 100644 --- a/Formula/lib/libprelude.rb +++ b/Formula/lib/libprelude.rb @@ -6,6 +6,8 @@ class Libprelude < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "85b094bb36c75510e7cae400478972591a03082b8164e7b183fd0b014fffcec2" From 88c6359d791f2d0026b02fd112932c8f168819e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:41 +0200 Subject: [PATCH 03963/10074] libprotoident: added `no_autobump!` --- Formula/lib/libprotoident.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libprotoident.rb b/Formula/lib/libprotoident.rb index 60196c25925ac..ad31d041be08b 100644 --- a/Formula/lib/libprotoident.rb +++ b/Formula/lib/libprotoident.rb @@ -5,6 +5,8 @@ class Libprotoident < Formula sha256 "2b43a492fe1d7ada2e7b7b164c8e35220b35bf816bd971c7f77decc74b69801e" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "411cc8c16803983d058bcff78dfda085396c97551e1cc1b70e0774e1278650c3" sha256 cellar: :any, arm64_sonoma: "f79ee7ff4e6f80d27d5137297a908e5d03ef51b4acffb080725e869a6e56ce09" From de94121060a8283fa8c55a79526ea4e4876a78a0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:41 +0200 Subject: [PATCH 03964/10074] libpsl: added `no_autobump!` --- Formula/lib/libpsl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpsl.rb b/Formula/lib/libpsl.rb index de99d3886824e..c4379b16be2f6 100644 --- a/Formula/lib/libpsl.rb +++ b/Formula/lib/libpsl.rb @@ -6,6 +6,8 @@ class Libpsl < Formula license "MIT" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "76b3ffcc154821b448e7f091b75a401782b646d15edcfc4cf1e0a22ed43cfa92" sha256 cellar: :any, arm64_sonoma: "8a3705cd2f92fa334a9634983aafca93a208ea50ffcd2e304e1a22ec8673e650" From f9c7dcc209be6fbf7fa91201ab5da9605e8302b6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:41 +0200 Subject: [PATCH 03965/10074] libpst: added `no_autobump!` --- Formula/lib/libpst.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpst.rb b/Formula/lib/libpst.rb index cd9ed3220942d..5bd4a5678ebd4 100644 --- a/Formula/lib/libpst.rb +++ b/Formula/lib/libpst.rb @@ -10,6 +10,8 @@ class Libpst < Formula regex(/href=.*?libpst[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9f11e376789aaaa81e57b01967f3c9bf1148a6d14885045c311df75e80fad7f9" sha256 cellar: :any, arm64_sonoma: "507bcf7846c89dac455e346c2c6bc713df84a70f5888660dd74bbc9b65c38d16" From 367f08d5c79477b27d6803436188b98df23229aa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:42 +0200 Subject: [PATCH 03966/10074] libpthread-stubs: added `no_autobump!` --- Formula/lib/libpthread-stubs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpthread-stubs.rb b/Formula/lib/libpthread-stubs.rb index 628c46b03191f..7ff1d5b329e90 100644 --- a/Formula/lib/libpthread-stubs.rb +++ b/Formula/lib/libpthread-stubs.rb @@ -5,6 +5,8 @@ class LibpthreadStubs < Formula sha256 "59da566decceba7c2a7970a4a03b48d9905f1262ff94410a649224e33d2442bc" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "303b8c21fc1b9322b6bd8f24e75a4e53a1c331d09b4f6271f75eba743d119819" From 3c5df432c0feb4b1aab9a69c3e36d4ad3279636e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:42 +0200 Subject: [PATCH 03967/10074] libqalculate: added `no_autobump!` --- Formula/lib/libqalculate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libqalculate.rb b/Formula/lib/libqalculate.rb index 86684eee8c249..2d9c456c76f06 100644 --- a/Formula/lib/libqalculate.rb +++ b/Formula/lib/libqalculate.rb @@ -5,6 +5,8 @@ class Libqalculate < Formula sha256 "fc14d4527dccfc9189684b9fcd64d78aa67ae5383012c66e1596b2531f5daef1" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "3eda9b1f7607de60bf38b405285ead9593f2c94eba85fa8b7fdb90919899c771" sha256 arm64_ventura: "880ef6188d9cea8c037ba39330c5bbf2e5fb784d69da9de1251f4c25810e308e" From bdcc7a6c514db67289e410eab2554817b394b89b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:42 +0200 Subject: [PATCH 03968/10074] libquantum: added `no_autobump!` --- Formula/lib/libquantum.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libquantum.rb b/Formula/lib/libquantum.rb index 95b5e52bd1d1a..dfe7de78ecafe 100644 --- a/Formula/lib/libquantum.rb +++ b/Formula/lib/libquantum.rb @@ -11,6 +11,8 @@ class Libquantum < Formula regex(/href=.*?libquantum[._-]v?(\d+\.[02468](?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1104c2f6a72d4e1576077b6bb549f7e579ccd5d0869ff4e7ea7753655dd5c370" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbea5e8c46c96ca5adb46cd719b625261e63965deb8884f0fa71814edf2d589e" From 8563432ad8cd9749dd3482fc4aa57d3d5678f9f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:42 +0200 Subject: [PATCH 03969/10074] libquicktime: added `no_autobump!` --- Formula/lib/libquicktime.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libquicktime.rb b/Formula/lib/libquicktime.rb index 1e7f0bb32ccbd..ebab96cf16d33 100644 --- a/Formula/lib/libquicktime.rb +++ b/Formula/lib/libquicktime.rb @@ -6,6 +6,8 @@ class Libquicktime < Formula license "LGPL-2.1-or-later" revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2d881bd765e84918db5865c5657a0399edb7908b5ee152cbe9cbe0fae4e3e83c" sha256 arm64_sonoma: "97c76d5834a9f3d1279ac572e16ed5d0eb914c01562bd9c54c55e885ac88711d" From 53ff98eb63b38db18985f2e39299956d39b491a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:42 +0200 Subject: [PATCH 03970/10074] librasterlite2: added `no_autobump!` --- Formula/lib/librasterlite2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/librasterlite2.rb b/Formula/lib/librasterlite2.rb index df13b839dd348..1aa0dae3e13de 100644 --- a/Formula/lib/librasterlite2.rb +++ b/Formula/lib/librasterlite2.rb @@ -11,6 +11,8 @@ class Librasterlite2 < Formula regex(/href=.*?librasterlite2[._-]v?(\d+(?:\.\d+)+[^.]*?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1c3ebad3c0e8d461961ff6e1ea785d762a411493caa8dc0df62f85cc2fd039d8" sha256 cellar: :any, arm64_sonoma: "d31a806dc93f565780c5704c3d4ac4d4925f02f3682a1638ee85f384470ceae3" From d7398229301592c97639128f48cce24bda21c134 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:42 +0200 Subject: [PATCH 03971/10074] librcsc: added `no_autobump!` --- Formula/lib/librcsc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/librcsc.rb b/Formula/lib/librcsc.rb index e4fd31ebe3e8b..7babe1f1873e9 100644 --- a/Formula/lib/librcsc.rb +++ b/Formula/lib/librcsc.rb @@ -5,6 +5,8 @@ class Librcsc < Formula sha256 "81a3f86c9727420178dd936deb2994d764c7cd4888a2150627812ab1b813531b" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "3d9d528cd8cfa66f49e6a5a371a4f93a2ceac383985a9189627bfd901006b9c7" From c2c7157c8b6266d0c7168b474e448f52d5e88cbb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:43 +0200 Subject: [PATCH 03972/10074] libreadline-java: added `no_autobump!` --- Formula/lib/libreadline-java.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libreadline-java.rb b/Formula/lib/libreadline-java.rb index c1d0b73b140d9..6d49f30d0148c 100644 --- a/Formula/lib/libreadline-java.rb +++ b/Formula/lib/libreadline-java.rb @@ -5,6 +5,8 @@ class LibreadlineJava < Formula sha256 "57d46274b9fd18bfc5fc8b3ab751e963386144629bcfd6c66b4fae04bbf8c89f" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "69be2c1c7e2604d6c01ef986fd8f1107976d4e1cec7784eaf971d7e2e69cb301" sha256 cellar: :any, arm64_sonoma: "d4329ed0409bc232ed32b32af891e7eb7c1ec29945a58acdbb0f8ad2d0d7130d" From dd2c4450c73965e592b42d4ab1257b7215650089 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:43 +0200 Subject: [PATCH 03973/10074] libreplaygain: added `no_autobump!` --- Formula/lib/libreplaygain.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libreplaygain.rb b/Formula/lib/libreplaygain.rb index 588f79e349ac0..5bbac41296d13 100644 --- a/Formula/lib/libreplaygain.rb +++ b/Formula/lib/libreplaygain.rb @@ -11,6 +11,8 @@ class Libreplaygain < Formula regex(/href=.*?libreplaygain[._-](r\d+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "72f8e66bd85dbe08e01f9aad98d73a4788a030f34a3f8e40e940c6a62a7fbfc7" From 8014b15cd3a7002baa34e3479072386ae0d62e43 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:43 +0200 Subject: [PATCH 03974/10074] libresample: added `no_autobump!` --- Formula/lib/libresample.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libresample.rb b/Formula/lib/libresample.rb index 66ef1e7cfd0b7..08d1bb0dfac1d 100644 --- a/Formula/lib/libresample.rb +++ b/Formula/lib/libresample.rb @@ -10,6 +10,8 @@ class Libresample < Formula regex(/href=.*?libresample[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "79e7e1ab8736164c5c9c6ceb299995ec9771f0cbc3be4d692799595a5ae844bf" From 73240c6cb055fde3677dfb87f95ce66aeba35328 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:43 +0200 Subject: [PATCH 03975/10074] librest: added `no_autobump!` --- Formula/lib/librest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/librest.rb b/Formula/lib/librest.rb index 450a9ffbcf66f..c55d34019389a 100644 --- a/Formula/lib/librest.rb +++ b/Formula/lib/librest.rb @@ -12,6 +12,8 @@ class Librest < Formula regex(/rest[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "06a5c8af4c882c1b19125a18709bb62b407e4b9ba38cc1cad2d7752cd589aead" sha256 cellar: :any, arm64_sonoma: "35deb8d1d89dbdd0c7969023d92ef822175d1eaeb307033e7014ccf8bb100eed" From 91b02dec3a4436adaaf6bc5dbd210274e7194fe0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:43 +0200 Subject: [PATCH 03976/10074] libretls: added `no_autobump!` --- Formula/lib/libretls.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libretls.rb b/Formula/lib/libretls.rb index 633f10d60864e..87fdbf655ae2e 100644 --- a/Formula/lib/libretls.rb +++ b/Formula/lib/libretls.rb @@ -10,6 +10,8 @@ class Libretls < Formula regex(/href=.*?libretls[._-]v?(\d+(?:\.\d+)+(?:p\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "19bba1bc2787f51fb0415c0af6cd57a2428318ce53c5abcf2076a5763a5e738b" sha256 cellar: :any, arm64_sonoma: "45109b58836fd475c43f0d0dc84c01651c4f6da03732dc7e8c75d6bef69f1a0a" From 4ad05994766f7a42f76b76ab4a52622f4e57f232 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:44 +0200 Subject: [PATCH 03977/10074] librevenge: added `no_autobump!` --- Formula/lib/librevenge.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/librevenge.rb b/Formula/lib/librevenge.rb index dd11e111599bc..3908d03fe2e98 100644 --- a/Formula/lib/librevenge.rb +++ b/Formula/lib/librevenge.rb @@ -10,6 +10,8 @@ class Librevenge < Formula regex(%r{url=.*?/librevenge[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8c3a4c2ed4af0c16cffd5ac758a8dc3ccec9ea4f0e620ef9ddc401d506660515" sha256 cellar: :any, arm64_sonoma: "0b4b3683933059632de09508e6d49273a7908cf93a729a2899518eeb2313ce5e" From b6c625a3c89b076d50f2f388c78d2be430d89ac6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:44 +0200 Subject: [PATCH 03978/10074] librsync: added `no_autobump!` --- Formula/lib/librsync.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/librsync.rb b/Formula/lib/librsync.rb index 4049458eb4f99..01ba4d9ac455c 100644 --- a/Formula/lib/librsync.rb +++ b/Formula/lib/librsync.rb @@ -5,6 +5,8 @@ class Librsync < Formula sha256 "a0dedf9fff66d8e29e7c25d23c1f42beda2089fb4eac1b36e6acd8a29edfbd1f" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d9636c7490adcc95354151caa325f5a88d79eae4579427afe070624cf0704ce8" sha256 cellar: :any, arm64_sonoma: "1a4dd37b91633fb0ca4ff0298be03a5877762a2a25dc50f97da96b50de64cdb6" From b1ee057960ed93d43232f7a93bcb26e050acdff9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:44 +0200 Subject: [PATCH 03979/10074] librttopo: added `no_autobump!` --- Formula/lib/librttopo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/librttopo.rb b/Formula/lib/librttopo.rb index 860b1eed77f4b..45c16dd337ca0 100644 --- a/Formula/lib/librttopo.rb +++ b/Formula/lib/librttopo.rb @@ -11,6 +11,8 @@ class Librttopo < Formula regex(/^(?:librttopo[._-])?v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "93fca6e17145fc8eacdc667787aa422507c03c5cc868907ef140892ac8be1394" sha256 cellar: :any, arm64_sonoma: "4750f9f172259c35d54af6412a3d8c3af61fdc4454ceb0e527eab79a9e8a6685" From 19e35ecc5b05169a5c54e537bfdbb6a26d215388 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:44 +0200 Subject: [PATCH 03980/10074] libsamplerate: added `no_autobump!` --- Formula/lib/libsamplerate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsamplerate.rb b/Formula/lib/libsamplerate.rb index 931afab76c6f1..ce870377546d8 100644 --- a/Formula/lib/libsamplerate.rb +++ b/Formula/lib/libsamplerate.rb @@ -5,6 +5,8 @@ class Libsamplerate < Formula sha256 "16e881487f184250deb4fcb60432d7556ab12cb58caea71ef23960aec6c0405a" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "d51907988e3ab62f6e49ddd1253a723fd5964b78a0361453e8d9b75a2106b4e7" From b860724e86aad6e5dee48b117fd7931bb84bfb7d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:44 +0200 Subject: [PATCH 03981/10074] libsass: added `no_autobump!` --- Formula/lib/libsass.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsass.rb b/Formula/lib/libsass.rb index a863896bcc48f..2d5a9c0fb5c92 100644 --- a/Formula/lib/libsass.rb +++ b/Formula/lib/libsass.rb @@ -12,6 +12,8 @@ class Libsass < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d5f0835bddfab893cf537c1cb10f42a6abbaa04100954223de905a7f3879a581" sha256 cellar: :any, arm64_sonoma: "a5262b92c5ef6c48e579002e9705e33a4e69c47ba9004ac9b13843506f314e8f" From 214eae306d437fbed4737be619a0ec93d3593110 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:44 +0200 Subject: [PATCH 03982/10074] libsbol: added `no_autobump!` --- Formula/lib/libsbol.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsbol.rb b/Formula/lib/libsbol.rb index 77f1944bc6908..5de1b372c23c3 100644 --- a/Formula/lib/libsbol.rb +++ b/Formula/lib/libsbol.rb @@ -6,6 +6,8 @@ class Libsbol < Formula license "Apache-2.0" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b09a89a225eb9340d711c26788bc531b1ca5e3f37fc7be1dcc1419124210fd7f" sha256 cellar: :any, arm64_sonoma: "751b7e6d933a55e321f83d57b1bd7a9035530bba45ff8e30e497ff52a539d359" From 52f1e219d3c7032bbf765a2f8b5d2cef3a38d963 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:45 +0200 Subject: [PATCH 03983/10074] libscrypt: added `no_autobump!` --- Formula/lib/libscrypt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libscrypt.rb b/Formula/lib/libscrypt.rb index 60d25a196f896..135770a7a1597 100644 --- a/Formula/lib/libscrypt.rb +++ b/Formula/lib/libscrypt.rb @@ -5,6 +5,8 @@ class Libscrypt < Formula sha256 "a2d30ea16e6d288772791de68be56153965fe4fd4bcd787777618b8048708936" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7a251107f146f88d993fa4fe542c8fbd92d9123904359f91ac5f44aedbb90344" sha256 cellar: :any, arm64_sonoma: "78e0f597bcaeb181e0845127db7303d52a4ae34df6f6c61c2759006a45f716ab" From a8a0f83dc403654b47353bccb85f4869dbf6fe86 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:45 +0200 Subject: [PATCH 03984/10074] libserdes: added `no_autobump!` --- Formula/lib/libserdes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libserdes.rb b/Formula/lib/libserdes.rb index e62aa08564658..d5964082e1840 100644 --- a/Formula/lib/libserdes.rb +++ b/Formula/lib/libserdes.rb @@ -7,6 +7,8 @@ class Libserdes < Formula license "Apache-2.0" head "https://github.com/confluentinc/libserdes.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9cb58d9f9f6a564d219bd9a76ccde9e11b22ccb07bbad4e62e2f22f4cd7baff1" sha256 cellar: :any, arm64_sonoma: "a335b839fa4fb5d79f5008bd8a277e5579f250cfe6adb48abeec4aa4b4fd759a" From 19a54aaf1f85443e346aa44bd3cda22ce774bfd7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:45 +0200 Subject: [PATCH 03985/10074] libshout: added `no_autobump!` --- Formula/lib/libshout.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libshout.rb b/Formula/lib/libshout.rb index 3881f73596fff..95da71096c0c8 100644 --- a/Formula/lib/libshout.rb +++ b/Formula/lib/libshout.rb @@ -12,6 +12,8 @@ class Libshout < Formula regex(%r{href=(?:["']?|.*?/)libshout[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "49c3066752128e45a877701bceb70aa87a5206860ced2da703537c50c2c71d6e" sha256 cellar: :any, arm64_sonoma: "d33f7df96360cb44be07c2df6c3149372314fe2a72f56ee7df3042454d5bd1d1" From 0ccd60bf8b3df8ca011f3a4d83d1e1b20e6af91c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:45 +0200 Subject: [PATCH 03986/10074] libsigc++: added `no_autobump!` --- Formula/lib/libsigc++.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsigc++.rb b/Formula/lib/libsigc++.rb index 26fb3f094321d..571b964fcd946 100644 --- a/Formula/lib/libsigc++.rb +++ b/Formula/lib/libsigc++.rb @@ -5,6 +5,8 @@ class Libsigcxx < Formula sha256 "c3d23b37dfd6e39f2e09f091b77b1541fbfa17c4f0b6bf5c89baef7229080e17" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e481f54a00978ae4fdd3c377bacfb99fb5f890ff914791151a514ce7a6ebfadb" sha256 cellar: :any, arm64_sonoma: "1dafdacabb0f20c0f95af6338147c4ffb65d4e516670786b995091364fa9c110" From e2106b18bcfab191303f7ce6ea684a06e80a50cd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:45 +0200 Subject: [PATCH 03987/10074] libsigc++@2: added `no_autobump!` --- Formula/lib/libsigc++@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsigc++@2.rb b/Formula/lib/libsigc++@2.rb index 581987a2d5614..b259577d1ccdb 100644 --- a/Formula/lib/libsigc++@2.rb +++ b/Formula/lib/libsigc++@2.rb @@ -5,6 +5,8 @@ class LibsigcxxAT2 < Formula sha256 "235a40bec7346c7b82b6a8caae0456353dc06e71f14bc414bcc858af1838719a" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "60b84e4af2ddcceecaed25095c2dd11efd191c3a96d7c39b08552fcfaeca82ad" sha256 cellar: :any, arm64_sonoma: "d84c23bbe72a865f26ed4426a029b5a4a2ae9f4410a446737469e463be28f353" From 215467fbc1dc0d09d48bc4d2446649958ffb1bbc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:45 +0200 Subject: [PATCH 03988/10074] libsignal-protocol-c: added `no_autobump!` --- Formula/lib/libsignal-protocol-c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsignal-protocol-c.rb b/Formula/lib/libsignal-protocol-c.rb index 45421ef16270b..c5e7fe96c5661 100644 --- a/Formula/lib/libsignal-protocol-c.rb +++ b/Formula/lib/libsignal-protocol-c.rb @@ -5,6 +5,8 @@ class LibsignalProtocolC < Formula sha256 "c22e7690546e24d46210ca92dd808f17c3102e1344cd2f9a370136a96d22319d" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9a8ecae4c6099cd0732fddcd94730e7e8dc361e9f625fab00279792700e64130" sha256 cellar: :any, arm64_sonoma: "5ea0c5c2b3ae7de38ab640492eb6e0627d1bd329413a18520c93c0699309f29d" From 939467aa169a271ed6d91e0cb49efd9c65553e87 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:46 +0200 Subject: [PATCH 03989/10074] libsigrok: added `no_autobump!` --- Formula/lib/libsigrok.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsigrok.rb b/Formula/lib/libsigrok.rb index 5b4349e678295..38eaa24fdb82c 100644 --- a/Formula/lib/libsigrok.rb +++ b/Formula/lib/libsigrok.rb @@ -49,6 +49,8 @@ class Libsigrok < Formula regex(/href=.*?libsigrok[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "22e5e2db64f98452def0ed20f6896caa15fda7c38c71454adbd6c4261591eb43" From 32ca6e9919b0b042600c203260a235eaa223b4a7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:46 +0200 Subject: [PATCH 03990/10074] libsigrokdecode: added `no_autobump!` --- Formula/lib/libsigrokdecode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsigrokdecode.rb b/Formula/lib/libsigrokdecode.rb index ac3f70b343d42..de96eb300fa69 100644 --- a/Formula/lib/libsigrokdecode.rb +++ b/Formula/lib/libsigrokdecode.rb @@ -15,6 +15,8 @@ class Libsigrokdecode < Formula regex(/href=.*?libsigrokdecode[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 arm64_sequoia: "a1731df4239983986370c4e136346205199c9d1999b4eeb0067c7fc567b02f7f" From b24647af46e4306eddf0da86a1c827a793aa4ea4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:46 +0200 Subject: [PATCH 03991/10074] libsmi: added `no_autobump!` --- Formula/lib/libsmi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsmi.rb b/Formula/lib/libsmi.rb index c33990328a697..4ce9e38e34885 100644 --- a/Formula/lib/libsmi.rb +++ b/Formula/lib/libsmi.rb @@ -11,6 +11,8 @@ class Libsmi < Formula regex(/href=.*?libsmi[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "87f549d798e971b862119e43a800b4e647a9e9dd9eab7c6effe0a17277da3acb" From 91efa7636f1aa57f7bc25b1035c1f83f559db90a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:46 +0200 Subject: [PATCH 03992/10074] libsodium: added `no_autobump!` --- Formula/lib/libsodium.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsodium.rb b/Formula/lib/libsodium.rb index 6e89a868b209c..ce6f385ce0141 100644 --- a/Formula/lib/libsodium.rb +++ b/Formula/lib/libsodium.rb @@ -10,6 +10,8 @@ class Libsodium < Formula regex(/href=.*?libsodium[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e8ba0aafe8fe7266d68630ff7ab11d7357af35dbf5113bb648a1e02bed397970" sha256 cellar: :any, arm64_sonoma: "66835fcd7e4dd8dde5be4e8d34c5314481c1d724e8dd82d4e97059d9fdaf1a45" From 03aa5fd903452736a8daaf29022bc71d19cd7608 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:46 +0200 Subject: [PATCH 03993/10074] libsoup@2: added `no_autobump!` --- Formula/lib/libsoup@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsoup@2.rb b/Formula/lib/libsoup@2.rb index 9b7fbdbbf655a..3d70366b5c848 100644 --- a/Formula/lib/libsoup@2.rb +++ b/Formula/lib/libsoup@2.rb @@ -5,6 +5,8 @@ class LibsoupAT2 < Formula sha256 "e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1d92f13" license "LGPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "93cc36e0aca55d8d3ad613e40d4c4f870792d544472236eaa4e2007e8bdccdd7" sha256 arm64_sonoma: "30cc853c0df1b294a5bb54f4224c01892dd8a227eef2b2f9db4525ee5660dda3" From 044b82964d6d94f0068a3a4533191b57af87ec4a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:46 +0200 Subject: [PATCH 03994/10074] libsoxr: added `no_autobump!` --- Formula/lib/libsoxr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsoxr.rb b/Formula/lib/libsoxr.rb index fd0d74c361b19..ccb06cf154570 100644 --- a/Formula/lib/libsoxr.rb +++ b/Formula/lib/libsoxr.rb @@ -10,6 +10,8 @@ class Libsoxr < Formula regex(%r{url=.*?/soxr[._-]v?(\d+(?:\.\d+)+)(?:-Source)?\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "164c5e70f213a0cdd5b9a764da773e79bc35753efc54d46e0710aee172de3640" From dc07da90b92694cd3d689c6845104224b7270231 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:47 +0200 Subject: [PATCH 03995/10074] libspatialite: added `no_autobump!` --- Formula/lib/libspatialite.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libspatialite.rb b/Formula/lib/libspatialite.rb index 481543f354832..ec31fcff594f2 100644 --- a/Formula/lib/libspatialite.rb +++ b/Formula/lib/libspatialite.rb @@ -22,6 +22,8 @@ class Libspatialite < Formula regex(/href=.*?libspatialite[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cd162e7a36e33bc982374bc2e8efced6d1669810852c6bef404967dc7507eefa" sha256 cellar: :any, arm64_sonoma: "efd80614ae13d20ae2af905b7b6a673455d5d281e14e75e6511d1d4a1fdeda8d" From a485231a4d7e227230c137c1576c47e2564ad7c4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:47 +0200 Subject: [PATCH 03996/10074] libspectre: added `no_autobump!` --- Formula/lib/libspectre.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libspectre.rb b/Formula/lib/libspectre.rb index 7209fcd298813..0b114141efd48 100644 --- a/Formula/lib/libspectre.rb +++ b/Formula/lib/libspectre.rb @@ -11,6 +11,8 @@ class Libspectre < Formula regex(/href=.*?libspectre[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d9e00969398b5ccd244aed543e3a6468f56e07dbc1939d7bde6b4b9d19701001" sha256 cellar: :any, arm64_sonoma: "c7ff644160fb7011b2eeba6c07102db37b587c1f80631f4f2abdd81dbe476dcf" From a8b06cc8395d76a68976f44c28611f9cbaface68 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:47 +0200 Subject: [PATCH 03997/10074] libspelling@0.2: added `no_autobump!` --- Formula/lib/libspelling@0.2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libspelling@0.2.rb b/Formula/lib/libspelling@0.2.rb index 1c92755856c73..000375a31bfbe 100644 --- a/Formula/lib/libspelling@0.2.rb +++ b/Formula/lib/libspelling@0.2.rb @@ -6,6 +6,8 @@ class LibspellingAT02 < Formula license "LGPL-2.1-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2743f798c8a8ab3afa19842bdddb996e868736ec1d95b324e18994b987625773" sha256 cellar: :any, arm64_sonoma: "87bcb552532a3c890664a0b16a858ff766f49fc595ced5b8a5c387da2e3c4ce3" From f7777fab6b7379eef0c6f6959434b82ec931b35f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:47 +0200 Subject: [PATCH 03998/10074] libspng: added `no_autobump!` --- Formula/lib/libspng.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libspng.rb b/Formula/lib/libspng.rb index 7909e02ba3952..e1dd8e992cace 100644 --- a/Formula/lib/libspng.rb +++ b/Formula/lib/libspng.rb @@ -5,6 +5,8 @@ class Libspng < Formula sha256 "47ec02be6c0a6323044600a9221b049f63e1953faf816903e7383d4dc4234487" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "dc994f773c7bb0e13fcddb6ceda95f38d0aa0cac86ee883da34e90bf38d7ba39" sha256 cellar: :any, arm64_sonoma: "172505ff5448c82fbdb5572865635db579c938aa58af45385606be5b949ff87e" From 5386611c6914c3ce133d58a79ff8109fa03a4fc0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:47 +0200 Subject: [PATCH 03999/10074] libsquish: added `no_autobump!` --- Formula/lib/libsquish.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsquish.rb b/Formula/lib/libsquish.rb index 51ebf10c41c32..4c5d5fa34f607 100644 --- a/Formula/lib/libsquish.rb +++ b/Formula/lib/libsquish.rb @@ -6,6 +6,8 @@ class Libsquish < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e8c9dcc536fed98d8b68dc6187b2ccbd47dd3fc08d4590811ca605c4ff6c6a39" sha256 cellar: :any, arm64_sonoma: "0beb47e5cedce2bc7f35e15f7e5c87033abdf5e03967c9501b2ecb3c736aacb3" From be06e217de745e8f1e06f83ae016f5572bb11a1b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:47 +0200 Subject: [PATCH 04000/10074] libstatgrab: added `no_autobump!` --- Formula/lib/libstatgrab.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libstatgrab.rb b/Formula/lib/libstatgrab.rb index 34ee1233898e4..9eb2d80ad761b 100644 --- a/Formula/lib/libstatgrab.rb +++ b/Formula/lib/libstatgrab.rb @@ -14,6 +14,8 @@ class Libstatgrab < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "666c2bc394e1533387652704633873d2ad01670f67503bc8dbf8c66e6b53e4ac" sha256 cellar: :any, arm64_sonoma: "896492a8a90fe3c6f335ad15785a8fb7521b1200c3e88d1989136a17eebdab60" From 2998421e39bdbab621c9f89aee1708c7d3f45946 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:48 +0200 Subject: [PATCH 04001/10074] libstxxl: added `no_autobump!` --- Formula/lib/libstxxl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libstxxl.rb b/Formula/lib/libstxxl.rb index ad853b027cad3..46e59dd149b7b 100644 --- a/Formula/lib/libstxxl.rb +++ b/Formula/lib/libstxxl.rb @@ -5,6 +5,8 @@ class Libstxxl < Formula sha256 "92789d60cd6eca5c37536235eefae06ad3714781ab5e7eec7794b1c10ace67ac" license "BSL-1.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "30d099063deeb524f2ebe459a34fccb9236780abee29b1a8487f131922b015b3" From 83d71e6da26b45150c4c3b641212b118054af0ec Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:48 +0200 Subject: [PATCH 04002/10074] libsvg-cairo: added `no_autobump!` --- Formula/lib/libsvg-cairo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsvg-cairo.rb b/Formula/lib/libsvg-cairo.rb index 765aedb14d35f..895e06d7e41d4 100644 --- a/Formula/lib/libsvg-cairo.rb +++ b/Formula/lib/libsvg-cairo.rb @@ -11,6 +11,8 @@ class LibsvgCairo < Formula regex(/href=.*?libsvg-cairo[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fb922d8f987fcfbf1a37e34cb527ce24345328d188e2fc453a5c70de848dbd41" sha256 cellar: :any, arm64_sonoma: "2c255fb61d16b9fd5aee60ed29a000d3eb27028b7e7641d7dd4d1cc11928de1a" From 98a71249b7d3088d705205ec0e45e70c364187c9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:48 +0200 Subject: [PATCH 04003/10074] libsvg: added `no_autobump!` --- Formula/lib/libsvg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libsvg.rb b/Formula/lib/libsvg.rb index 6f4ffec8304b0..c0f34d0143ee9 100644 --- a/Formula/lib/libsvg.rb +++ b/Formula/lib/libsvg.rb @@ -11,6 +11,8 @@ class Libsvg < Formula regex(/href=.*?libsvg[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e0f24ee9236415330cf795a256e7b03af615239c4e81d2a26ada7f2995baf776" sha256 cellar: :any, arm64_sonoma: "f2adf0b4734d218b0ebdab5ae4c0eada74f36edb628d6a8a2c41d7ab7b4421ea" From 153173b6907e2992f1de5ab582793d2b297d6879 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:48 +0200 Subject: [PATCH 04004/10074] libswiftnav: added `no_autobump!` --- Formula/lib/libswiftnav.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libswiftnav.rb b/Formula/lib/libswiftnav.rb index af6e407b9f2ba..60b1476189ff5 100644 --- a/Formula/lib/libswiftnav.rb +++ b/Formula/lib/libswiftnav.rb @@ -10,6 +10,8 @@ class Libswiftnav < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ddd75cc7bfb08208ea88e3bbc3f3d5549c9c72511dc9378ab31101d50591c48" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0596c6cfaf45b62cd39b4fc4fc7f01b8b786914471e1b534be2f54c7f64921b1" From b9db396a76fb3bdac8899a0eda81a4ea94936046 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:48 +0200 Subject: [PATCH 04005/10074] libtar: added `no_autobump!` --- Formula/lib/libtar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libtar.rb b/Formula/lib/libtar.rb index 6e422abc68875..89b1fe6f0fe72 100644 --- a/Formula/lib/libtar.rb +++ b/Formula/lib/libtar.rb @@ -6,6 +6,8 @@ class Libtar < Formula revision: "0907a9034eaf2a57e8e4a9439f793f3f05d446cd" license "NCSA" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "4c4e12298ea2527d81b280592e4442f703eb59473e9b22c171ca70be11c90575" From de3968cb924aec66294d3baa2c3d6956311436ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:49 +0200 Subject: [PATCH 04006/10074] libtatsu: added `no_autobump!` --- Formula/lib/libtatsu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libtatsu.rb b/Formula/lib/libtatsu.rb index 9ddac52ed3559..9648c9406fce5 100644 --- a/Formula/lib/libtatsu.rb +++ b/Formula/lib/libtatsu.rb @@ -6,6 +6,8 @@ class Libtatsu < Formula license "LGPL-2.1-or-later" head "https://github.com/libimobiledevice/libtatsu.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e729a89bd9fba8be9355e7c4dd4dfc89cb039f6c063ffcd1adb102d3dfec75d5" sha256 cellar: :any, arm64_sonoma: "efb9b3d41f8e825551a9047fd46788477ee53b3fa40f1c032bb74297be7ca21b" From d41cae9675dd03e663348d41a3f052ea0bdefc61 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:49 +0200 Subject: [PATCH 04007/10074] libtcod: added `no_autobump!` --- Formula/lib/libtcod.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libtcod.rb b/Formula/lib/libtcod.rb index 412c4e7cd4da0..317cf2984ee36 100644 --- a/Formula/lib/libtcod.rb +++ b/Formula/lib/libtcod.rb @@ -10,6 +10,8 @@ class Libtcod < Formula { any_of: ["MIT", "Unlicense"] }, # src/vendor/stb_truetype.h ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fdf83b0198f348818e794ebc1e0d4532f8c1cce635984534ebdc4891f4261aa0" sha256 cellar: :any, arm64_sonoma: "2a4da5bd870a27621a99008356229ae7df8779e78f8ea2112651a6d4aca31445" From 294f30d1e6ee560aef82ad995d7d52db69cdfb48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:49 +0200 Subject: [PATCH 04008/10074] libtecla: added `no_autobump!` --- Formula/lib/libtecla.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libtecla.rb b/Formula/lib/libtecla.rb index cc6ad58a23691..7cd09ba1d9867 100644 --- a/Formula/lib/libtecla.rb +++ b/Formula/lib/libtecla.rb @@ -10,6 +10,8 @@ class Libtecla < Formula regex(/href=.*?libtecla[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "389b4e8a32591e201b3c174ce301bfaeb27a38dd8398992eff9171678d1b4bfc" sha256 cellar: :any, arm64_sonoma: "30529250bd3e6f9e4533145538200757b6c0abc0592d192b3c3bb5f4fe25d8fc" From 7061fa43a7938a34c9d88dbb8a8ef52445c68dca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:49 +0200 Subject: [PATCH 04009/10074] libtermkey: added `no_autobump!` --- Formula/lib/libtermkey.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libtermkey.rb b/Formula/lib/libtermkey.rb index c49f3797847d2..bb7854f8d7ced 100644 --- a/Formula/lib/libtermkey.rb +++ b/Formula/lib/libtermkey.rb @@ -10,6 +10,8 @@ class Libtermkey < Formula regex(/href=.*?libtermkey[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "8c57ec64138dc53f48eb64c8dcfb06c3da89bd5cf9cdd2c6187adb2d7b09c3d4" From bd10a20dcce160b15a894d5ba262c74373147083 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:49 +0200 Subject: [PATCH 04010/10074] libtextcat: added `no_autobump!` --- Formula/lib/libtextcat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libtextcat.rb b/Formula/lib/libtextcat.rb index cf908fb72dd8c..4c178629912de 100644 --- a/Formula/lib/libtextcat.rb +++ b/Formula/lib/libtextcat.rb @@ -6,6 +6,8 @@ class Libtextcat < Formula sha256 "5677badffc48a8d332e345ea4fe225e3577f53fc95deeec8306000b256829655" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "b470b7355ee704a07a4768b12909b0c80501f241c57f257d4639147b0fda41eb" From 227bc8b1556872398b7f548c7ee6916ee5dca709 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:49 +0200 Subject: [PATCH 04011/10074] libtins: added `no_autobump!` --- Formula/lib/libtins.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libtins.rb b/Formula/lib/libtins.rb index 8d74d82bb56e7..6264022c44ce4 100644 --- a/Formula/lib/libtins.rb +++ b/Formula/lib/libtins.rb @@ -6,6 +6,8 @@ class Libtins < Formula license "BSD-2-Clause" head "https://github.com/mfontanini/libtins.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5cb848c245b9b880eb92a07133a8ec40238f08cc88ab9707805368efcc4bdf9d" sha256 cellar: :any, arm64_sonoma: "12126120e038b274429c55f65891dd2eef0bdcb96cf728de5f3fb80b863896f4" From 99429a2cf533559ccf8d4db6d31c440c97c9762d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:50 +0200 Subject: [PATCH 04012/10074] libtomcrypt: added `no_autobump!` --- Formula/lib/libtomcrypt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libtomcrypt.rb b/Formula/lib/libtomcrypt.rb index edf0ce476e8ff..230674013083a 100644 --- a/Formula/lib/libtomcrypt.rb +++ b/Formula/lib/libtomcrypt.rb @@ -5,6 +5,8 @@ class Libtomcrypt < Formula sha256 "d870fad1e31cb787c85161a8894abb9d7283c2a654a9d3d4c6d45a1eba59952c" license "Unlicense" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "3572bea96ce1e844e910c3e5ec392de56a789a581dfb1860169c7c30d94359fb" From 7a790a82ef12e0b1c441bb2d11dae7142c1a6e1e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:50 +0200 Subject: [PATCH 04013/10074] libtpms: added `no_autobump!` --- Formula/lib/libtpms.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libtpms.rb b/Formula/lib/libtpms.rb index b80dc03dea071..23690b79a0219 100644 --- a/Formula/lib/libtpms.rb +++ b/Formula/lib/libtpms.rb @@ -5,6 +5,8 @@ class Libtpms < Formula sha256 "6da9a527b3afa7b1470acd4cd17157b8646c31a2c7ff3ba2dfc50c81ba413426" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6f5a66d3f83cc1c539568a90675c0da2a65674af5b68f32e2c04763745bd7e5d" sha256 cellar: :any, arm64_sonoma: "08a0433d4293dbee5e39420e62dcb598e56ca38a664645ae92674bbd1aed38aa" From 07dc6d2c63451124e5b0b437f30442ec055b89db Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:50 +0200 Subject: [PATCH 04014/10074] libu2f-server: added `no_autobump!` --- Formula/lib/libu2f-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libu2f-server.rb b/Formula/lib/libu2f-server.rb index 28687d000dc89..f8d08742b533d 100644 --- a/Formula/lib/libu2f-server.rb +++ b/Formula/lib/libu2f-server.rb @@ -11,6 +11,8 @@ class Libu2fServer < Formula regex(/href=.*?libu2f-server[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "ba4f595c0638e3c766d45b0bae4ae189482ef6e14611073cee2c805d8ff947aa" From 840d897cf8f8549a1cdb295e0f928003d62f6d60 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:50 +0200 Subject: [PATCH 04015/10074] libuecc: added `no_autobump!` --- Formula/lib/libuecc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libuecc.rb b/Formula/lib/libuecc.rb index 3a9c59ecfe535..7c808fc7dbdbb 100644 --- a/Formula/lib/libuecc.rb +++ b/Formula/lib/libuecc.rb @@ -6,6 +6,8 @@ class Libuecc < Formula license "BSD-2-Clause" head "https://git.universe-factory.net/fastd/libuecc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a94e6f279789d442ddfce719d48af0c5a430e4d255f9c8dd16b7cb691062988f" sha256 cellar: :any, arm64_sonoma: "53fdfd07055f10ff583e922b59b5fd2da445ce9f3926ea76b6aaa9da3a036a5b" From 569eb5e40e209c124f5f6a3282623aef9032ee9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:50 +0200 Subject: [PATCH 04016/10074] libunwind-headers: added `no_autobump!` --- Formula/lib/libunwind-headers.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libunwind-headers.rb b/Formula/lib/libunwind-headers.rb index 059121c9cf5ff..04d7adc35ddb3 100644 --- a/Formula/lib/libunwind-headers.rb +++ b/Formula/lib/libunwind-headers.rb @@ -5,6 +5,8 @@ class LibunwindHeaders < Formula sha256 "bbe469bd8778ba5a3e420823b9bf96ae98757a250f198893dee4628e0a432899" license "APSL-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "24ed849a21c0cb1b8eda429fb00a9c9ecdc2483195d84de351f5806071ce19fb" From 6c6acc416c98d3253b66e5ad043a17dfc54aabbf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:50 +0200 Subject: [PATCH 04017/10074] libusb-compat: added `no_autobump!` --- Formula/lib/libusb-compat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libusb-compat.rb b/Formula/lib/libusb-compat.rb index c9bcf1a9d54cf..d6f934f227559 100644 --- a/Formula/lib/libusb-compat.rb +++ b/Formula/lib/libusb-compat.rb @@ -13,6 +13,8 @@ class LibusbCompat < Formula regex(%r{url=.*?/libusb-compat[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "db9c3980772b1debe48a65b951a7b6ac27ccfacd26afc6b96b49fa1a60c34339" From ba23092fc0cc14c14002088207e74c978527413f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:51 +0200 Subject: [PATCH 04018/10074] libusrsctp: added `no_autobump!` --- Formula/lib/libusrsctp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libusrsctp.rb b/Formula/lib/libusrsctp.rb index b6aebe27d7572..fa5d97d6bd152 100644 --- a/Formula/lib/libusrsctp.rb +++ b/Formula/lib/libusrsctp.rb @@ -7,6 +7,8 @@ class Libusrsctp < Formula revision 1 head "https://github.com/sctplab/usrsctp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "26779b22a8b35e70131a4fb010839955453e8d703f682d77b411c5900d2543ab" sha256 cellar: :any, arm64_sonoma: "d87af9c75847214b4101934141dd53dc3e5992304bd8f97aace95c683a2fa435" From fb5912746df8c866419f6203e0e23ab5ae155689 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:51 +0200 Subject: [PATCH 04019/10074] libuvc: added `no_autobump!` --- Formula/lib/libuvc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libuvc.rb b/Formula/lib/libuvc.rb index 77d7c445fd388..c3f5d9cd1e667 100644 --- a/Formula/lib/libuvc.rb +++ b/Formula/lib/libuvc.rb @@ -6,6 +6,8 @@ class Libuvc < Formula license "BSD-3-Clause" head "https://github.com/libuvc/libuvc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "94deef8d9e60b29d70cc1348b58cade333270747562c2ea151dcad2893757a84" sha256 cellar: :any, arm64_sonoma: "fdde8f75b100e1b5c4880eade6ae2e1df144236a26a6757b59f935feadf45283" From 5b93bcdc6ec4d406c125464ad8b10dac45dce0dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:51 +0200 Subject: [PATCH 04020/10074] libvdpau: added `no_autobump!` --- Formula/lib/libvdpau.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvdpau.rb b/Formula/lib/libvdpau.rb index eb9d5edc5a18b..714048bae4893 100644 --- a/Formula/lib/libvdpau.rb +++ b/Formula/lib/libvdpau.rb @@ -10,6 +10,8 @@ class Libvdpau < Formula regex(/^(?:libvdpau[._-])?v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8baf9479a1307dd3f6819d5953b200195a91d7c522f01b2b4930e9fc750b3615" sha256 arm64_sonoma: "a683463e26fbc2b4d4d56865835d0aa94316c556aa56c1dc55263e307b8bc4cc" From e4e21bce859663a9f7b741f031470b0fd0f4c568 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:51 +0200 Subject: [PATCH 04021/10074] libversion: added `no_autobump!` --- Formula/lib/libversion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libversion.rb b/Formula/lib/libversion.rb index 352cf0fbb3aae..3d143d455ef11 100644 --- a/Formula/lib/libversion.rb +++ b/Formula/lib/libversion.rb @@ -5,6 +5,8 @@ class Libversion < Formula sha256 "bb49d745a0c8e692007af6d928046d1ab6b9189f8dbba834cdf3c1d251c94a1d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f392a811f7f8c33d3215c42acc3162b8e4eb969ef2035b9cd1848b565a4aaa3c" sha256 cellar: :any, arm64_sonoma: "71d067178dfa687afa51f634d5b95c5e8c7207de51ef57625bf4de2e64f7b7a8" From 164e28cde830f3bef968a497a3e434136ce20e10 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:51 +0200 Subject: [PATCH 04022/10074] libvidstab: added `no_autobump!` --- Formula/lib/libvidstab.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvidstab.rb b/Formula/lib/libvidstab.rb index 8acdedf18196c..e37037e14eb04 100644 --- a/Formula/lib/libvidstab.rb +++ b/Formula/lib/libvidstab.rb @@ -5,6 +5,8 @@ class Libvidstab < Formula sha256 "9001b6df73933555e56deac19a0f225aae152abbc0e97dc70034814a1943f3d4" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f76b62fb9580b75861cc5a6d639500d095823d32bef7aa6f636fee2d87b724e9" sha256 cellar: :any, arm64_sonoma: "f006d60e59a43562474571f2a7e2be72273cc9bd7b2df04d0c21da861ebfcab8" From 8c0349e1a73f2b6fd7f178b73d8b06f3f2e8fbad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:52 +0200 Subject: [PATCH 04023/10074] libvirt-glib: added `no_autobump!` --- Formula/lib/libvirt-glib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvirt-glib.rb b/Formula/lib/libvirt-glib.rb index 6f16327bd88cb..cefab1da8c6b4 100644 --- a/Formula/lib/libvirt-glib.rb +++ b/Formula/lib/libvirt-glib.rb @@ -10,6 +10,8 @@ class LibvirtGlib < Formula regex(/href=.*?libvirt-glib[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2c02eafd5e6cde6f4bc893e635687e3faeb75cd043ad4a779c6a0e3b8a52de67" sha256 arm64_sonoma: "21ae7fd8db1783b08631d8e44055cd7cc60eb4e4bf688df5cdead90fb7fc841a" From 646c15a409cafd63ab6bff7d691fc6cbf37a3232 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:52 +0200 Subject: [PATCH 04024/10074] libvisual-plugins: added `no_autobump!` --- Formula/lib/libvisual-plugins.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvisual-plugins.rb b/Formula/lib/libvisual-plugins.rb index b37a795cf10db..8cd6dcf025d65 100644 --- a/Formula/lib/libvisual-plugins.rb +++ b/Formula/lib/libvisual-plugins.rb @@ -5,6 +5,8 @@ class LibvisualPlugins < Formula sha256 "55988403682b180d0de5e6082f804f3cf066d9a08e887b10eb6a315eb40d9f87" license all_of: ["GPL-2.0-or-later", "GPL-3.0-or-later", "LGPL-2.1-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0203c2ea44c5978e092b682a966a72ec4099bca267a56814bdcb1d350ffac738" sha256 arm64_sonoma: "2f8be28190eb7037ae6b9d2022e52b97f9fd16f0b7ce663f12725fec703951de" From 88bf54bfd9a1636c06ef465435e6b4442c4c1506 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:52 +0200 Subject: [PATCH 04025/10074] libvisual-projectm: added `no_autobump!` --- Formula/lib/libvisual-projectm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvisual-projectm.rb b/Formula/lib/libvisual-projectm.rb index 3037bf0fa8fb7..4856d688f99d2 100644 --- a/Formula/lib/libvisual-projectm.rb +++ b/Formula/lib/libvisual-projectm.rb @@ -5,6 +5,8 @@ class LibvisualProjectm < Formula sha256 "eb8269c2a923546600d3f40ff90c011f03a215847215ee8bef44bfae305b4dd7" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e1413357ae5900e2662f197184b631759a12af9015317566a99db4d70bdc6ffe" sha256 arm64_sonoma: "b14e174621f4a80eaab94df8972bc26ec2a834a8d84bf66485deceb4b77e0a85" From 7a242ffac00d75840418a430e7bb44e5dda07d64 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:52 +0200 Subject: [PATCH 04026/10074] libvisual: added `no_autobump!` --- Formula/lib/libvisual.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvisual.rb b/Formula/lib/libvisual.rb index 78c53c8072f46..140f62cf55768 100644 --- a/Formula/lib/libvisual.rb +++ b/Formula/lib/libvisual.rb @@ -5,6 +5,8 @@ class Libvisual < Formula sha256 "63085fd9835c42c9399ea6bb13a7ebd4b1547ace75c4595ce8e9759512bd998a" license all_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a3cf1f8ac6ed58fce5959717d16802adeb1920abfe6c421145de66eff2e9a51a" sha256 cellar: :any, arm64_sonoma: "c56b6225bce042d7c7984074c9c508e2ab4d4c17491f941d72dbfc0cee0c3caa" From 3068aeb15ec72196139e59d58ec685e2843e3cd1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:52 +0200 Subject: [PATCH 04027/10074] libvmaf: added `no_autobump!` --- Formula/lib/libvmaf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvmaf.rb b/Formula/lib/libvmaf.rb index ac3887bcdb4e6..6273664c159a1 100644 --- a/Formula/lib/libvmaf.rb +++ b/Formula/lib/libvmaf.rb @@ -5,6 +5,8 @@ class Libvmaf < Formula sha256 "7178c4833639e6b989ecae73131d02f70735fdb3fc2c7d84bc36c9c3461d93b1" license "BSD-2-Clause-Patent" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "0809635a529d0e53e927cb9834225210096c625b10ab7eb1211cadf63a1016c5" From ccf9ae641c4878ca1fd5e52f0db06e4dcafe0798 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:52 +0200 Subject: [PATCH 04028/10074] libvo-aacenc: added `no_autobump!` --- Formula/lib/libvo-aacenc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvo-aacenc.rb b/Formula/lib/libvo-aacenc.rb index bb6f4689c3684..6d046f14d1724 100644 --- a/Formula/lib/libvo-aacenc.rb +++ b/Formula/lib/libvo-aacenc.rb @@ -10,6 +10,8 @@ class LibvoAacenc < Formula regex(%r{url=.*?/vo-aacenc[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "364ec1b50f38e6b1b0dc5e1ea7b12b624e249aea41810491669c9356ff96feac" sha256 cellar: :any, arm64_sonoma: "1e337ddc61248e2bba763f27de3fd1f3699a68e03fdf369e95ef39fd3dd5fac2" From 7c9678c2f58cdfccb767f550ad5bf380e6d9b41d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:53 +0200 Subject: [PATCH 04029/10074] libvorbis: added `no_autobump!` --- Formula/lib/libvorbis.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvorbis.rb b/Formula/lib/libvorbis.rb index daa274a86ab2a..bf2ab01e28f82 100644 --- a/Formula/lib/libvorbis.rb +++ b/Formula/lib/libvorbis.rb @@ -11,6 +11,8 @@ class Libvorbis < Formula regex(%r{href=(?:["']?|.*?/)libvorbis[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "c28d1e0b461a4cf6f5aee72e664ac6f5f6f3efaab44f15b91924f08474cfafe1" From 1c3d66ac9d9e0cadb3d80d792549f44611f3a458 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:53 +0200 Subject: [PATCH 04030/10074] libvterm: added `no_autobump!` --- Formula/lib/libvterm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libvterm.rb b/Formula/lib/libvterm.rb index 6683ebea9d5b4..8b40953dc5c8a 100644 --- a/Formula/lib/libvterm.rb +++ b/Formula/lib/libvterm.rb @@ -11,6 +11,8 @@ class Libvterm < Formula regex(/href=.*?libvterm[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1f9b512f3881f954e48acad23f8c6bcdc76ee979c89baaf0cabb9438843be999" sha256 cellar: :any, arm64_sonoma: "bed130ed0997c0946d15e1452aa9abd30048b6d193878f027cf836648864ab7a" From 303c7d25e6526f313b5a9324fd10c801351f16a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:53 +0200 Subject: [PATCH 04031/10074] libwapcaplet: added `no_autobump!` --- Formula/lib/libwapcaplet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libwapcaplet.rb b/Formula/lib/libwapcaplet.rb index e4a31f026b116..69cc6ce470ffe 100644 --- a/Formula/lib/libwapcaplet.rb +++ b/Formula/lib/libwapcaplet.rb @@ -6,6 +6,8 @@ class Libwapcaplet < Formula license "MIT" head "https://git.netsurf-browser.org/libwapcaplet.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c751d28cd839b73ae650342148ec11c12f0c74a02c74228e5a455012a9753dec" sha256 cellar: :any, arm64_sonoma: "5610a67ece4b5be886260e784b100c438ec7c083c7043a4684aabf8bda19feac" From 19b0094c5fad5fca6416eb4433e8205dd3cf019d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:53 +0200 Subject: [PATCH 04032/10074] libwebm: added `no_autobump!` --- Formula/lib/libwebm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libwebm.rb b/Formula/lib/libwebm.rb index 027d7898df4f0..a42d0e077f307 100644 --- a/Formula/lib/libwebm.rb +++ b/Formula/lib/libwebm.rb @@ -5,6 +5,8 @@ class Libwebm < Formula sha256 "616cfdca1c869222dc60d5a49d112c1464040390e3876afca4d385347c6ce55e" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "49e659cf7620ec30ffecd7654da70d28120cd409ae68d7a48a646d2e57bcba1b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdcfe9ac4d4a025957c618aee58539cad66931b0d74e17f05b049337cbebe651" From ec124360c361c6011393299b54a98226a85eb3f2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:53 +0200 Subject: [PATCH 04033/10074] libwmf: added `no_autobump!` --- Formula/lib/libwmf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libwmf.rb b/Formula/lib/libwmf.rb index 22662227ca8df..1bc9a5a13f156 100644 --- a/Formula/lib/libwmf.rb +++ b/Formula/lib/libwmf.rb @@ -9,6 +9,8 @@ class Libwmf < Formula "GD", # src/extra/gd ] + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8349a368a01bc74f298eb1f7ba3a7b66ce7807d4fd32957c7713caaa52107317" sha256 arm64_sonoma: "ba24f0c59a437bf0e82d7cb946b841894544cd1c23e2c867a0d171cdfd2ea672" From b174523e0f66e71554fc5aa78cedeebf9f085114 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:54 +0200 Subject: [PATCH 04034/10074] libwpd: added `no_autobump!` --- Formula/lib/libwpd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libwpd.rb b/Formula/lib/libwpd.rb index bf7b6125fe2ca..79461dbedf502 100644 --- a/Formula/lib/libwpd.rb +++ b/Formula/lib/libwpd.rb @@ -10,6 +10,8 @@ class Libwpd < Formula regex(/href=["']?libwpd[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "71e3f65d29d9aa0f23401a25f63b8abf5168d88a6406664c13588fb73261b897" sha256 cellar: :any, arm64_sonoma: "b6800d44d6079dcbd79adb7942599eda78fa890d16ba5b7eeb2c4efdd1791ca4" From d0d623b262502c4a42a5185b8604777ff3409918 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:54 +0200 Subject: [PATCH 04035/10074] libwpg: added `no_autobump!` --- Formula/lib/libwpg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libwpg.rb b/Formula/lib/libwpg.rb index b20521d1579ff..219fb3fa20aba 100644 --- a/Formula/lib/libwpg.rb +++ b/Formula/lib/libwpg.rb @@ -10,6 +10,8 @@ class Libwpg < Formula regex(/href=["']?libwpg[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a062020deb99f826a9d7db555d3205c8fb56f431d19e916f7b17319641b9a00a" sha256 cellar: :any, arm64_sonoma: "d2b1e6eed68f342f9a97a9059d84880c33316fbc4efaa011562b852432e6dd11" From 382c383bd5479d95a3a96d104ed0637a9b3c74ea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:54 +0200 Subject: [PATCH 04036/10074] libwps: added `no_autobump!` --- Formula/lib/libwps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libwps.rb b/Formula/lib/libwps.rb index f310d8cb36629..77b58d3e6c1f2 100644 --- a/Formula/lib/libwps.rb +++ b/Formula/lib/libwps.rb @@ -10,6 +10,8 @@ class Libwps < Formula regex(%r{url=.*?/libwps(?:/|[._-])v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1fcecd4b70835db56d8ee1e19e7fb07ab34cd1f43d64dce1900baa57a59b2949" sha256 cellar: :any, arm64_sonoma: "53e4b189ac3f6a5707904498385226b759f0c8a222378682cad4303c0169b83e" From 6b7e792890e524cf87732e9db7bf7703eb425a3d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:54 +0200 Subject: [PATCH 04037/10074] libxaw: added `no_autobump!` --- Formula/lib/libxaw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxaw.rb b/Formula/lib/libxaw.rb index a16ad3e03de63..23bb2f836b101 100644 --- a/Formula/lib/libxaw.rb +++ b/Formula/lib/libxaw.rb @@ -6,6 +6,8 @@ class Libxaw < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fffcdd2fd7d440a43218e33fe5e4de0c4fca96641deb2c832abaca62b04e3b2f" sha256 arm64_sonoma: "3682eac9ae16a794bcea9e0bb4b52a76caf44ca4894f93f1a5fcb2971cf83c04" From ad64701ea24eccbc5b57afd3c7caed868fa01dea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:54 +0200 Subject: [PATCH 04038/10074] libxcb: added `no_autobump!` --- Formula/lib/libxcb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxcb.rb b/Formula/lib/libxcb.rb index 78d41d439ab26..db3a8e8cecec7 100644 --- a/Formula/lib/libxcb.rb +++ b/Formula/lib/libxcb.rb @@ -5,6 +5,8 @@ class Libxcb < Formula sha256 "599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "cce8d9e12c3f0b2fdbffbb3f7ba02f7e25cf3fa495b3e759d34a6264599543b3" From 6e96ec0c8c489f78f06cc51859347633859bb108 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:54 +0200 Subject: [PATCH 04039/10074] libxcomposite: added `no_autobump!` --- Formula/lib/libxcomposite.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxcomposite.rb b/Formula/lib/libxcomposite.rb index aefef2644ae37..6316a26a1a897 100644 --- a/Formula/lib/libxcomposite.rb +++ b/Formula/lib/libxcomposite.rb @@ -5,6 +5,8 @@ class Libxcomposite < Formula sha256 "fe40bcf0ae1a09070eba24088a5eb9810efe57453779ec1e20a55080c6dc2c87" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "da32d7ca9d60bea76c4c75ac3ac601601794a44689b7e7ecd0bb076730516202" sha256 cellar: :any, arm64_sonoma: "5bb05841f68025cbe9d0db5f308f1065025a1ee118a6f8b9796774f936a518e1" From e60882665a3677bb27b54ce388032474e055c3b4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:55 +0200 Subject: [PATCH 04040/10074] libxdamage: added `no_autobump!` --- Formula/lib/libxdamage.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxdamage.rb b/Formula/lib/libxdamage.rb index fcabd0ef63484..f782084409db1 100644 --- a/Formula/lib/libxdamage.rb +++ b/Formula/lib/libxdamage.rb @@ -5,6 +5,8 @@ class Libxdamage < Formula sha256 "52733c1f5262fca35f64e7d5060c6fcd81a880ba8e1e65c9621cf0727afb5d11" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4378ada6b14fdbf06d82825d2d81465fb0be5d80684c0c46b73ec6bf8b1009e9" sha256 cellar: :any, arm64_sonoma: "3c19b70d6cd2fd2720b9b52be6c21ba5032da5e94fd3584126a5b73c725e18ba" From 743169839cd40787e6645b932e4be62db2329e24 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:55 +0200 Subject: [PATCH 04041/10074] libxdg-basedir: added `no_autobump!` --- Formula/lib/libxdg-basedir.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxdg-basedir.rb b/Formula/lib/libxdg-basedir.rb index 61715c8ed9634..498e6503ec8f4 100644 --- a/Formula/lib/libxdg-basedir.rb +++ b/Formula/lib/libxdg-basedir.rb @@ -5,6 +5,8 @@ class LibxdgBasedir < Formula sha256 "ff30c60161f7043df4dcc6e7cdea8e064e382aa06c73dcc3d1885c7d2c77451d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "830d1609d4a60b66a7de159c17476bd63834bfae62aafb38a37c7c6aac24575f" sha256 cellar: :any, arm64_sonoma: "6fb0160f5b6cd2579d154b9a97c459aef54ca27470db7d8fe9dded2e2f208a2e" From 826bed413c0af64075ec7ef999d8ebb6f1adde5d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:55 +0200 Subject: [PATCH 04042/10074] libxdiff: added `no_autobump!` --- Formula/lib/libxdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxdiff.rb b/Formula/lib/libxdiff.rb index 174e1cf8ce4a4..daa95e80b6702 100644 --- a/Formula/lib/libxdiff.rb +++ b/Formula/lib/libxdiff.rb @@ -10,6 +10,8 @@ class Libxdiff < Formula regex(/href=.*?libxdiff[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "044f8ca7045a788d7096478af46442537dd601d92b6d73c8808f6c2337d0990c" From 91fa0839e45e23a080c72d1fb18be34a60487eba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:55 +0200 Subject: [PATCH 04043/10074] libxfixes: added `no_autobump!` --- Formula/lib/libxfixes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxfixes.rb b/Formula/lib/libxfixes.rb index 06023bbd53e91..de3f1a8a63722 100644 --- a/Formula/lib/libxfixes.rb +++ b/Formula/lib/libxfixes.rb @@ -5,6 +5,8 @@ class Libxfixes < Formula sha256 "b695f93cd2499421ab02d22744458e650ccc88c1d4c8130d60200213abc02d58" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d8cf5f8d0134815b458eeaf44dd0e18357322bfeba750b4a79c7619ce24568a8" sha256 cellar: :any, arm64_sonoma: "50d2927a1b3705cccad6057873681f1605786646c2dbd8af9bac2dcfbd1b49d6" From 237e1f898454e549a4199941c359db0ce3a2b442 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:55 +0200 Subject: [PATCH 04044/10074] libxfont: added `no_autobump!` --- Formula/lib/libxfont.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxfont.rb b/Formula/lib/libxfont.rb index 3fba70aad8a22..9d83e18381c1f 100644 --- a/Formula/lib/libxfont.rb +++ b/Formula/lib/libxfont.rb @@ -5,6 +5,8 @@ class Libxfont < Formula sha256 "1a7f7490774c87f2052d146d1e0e64518d32e6848184a18654e8d0bb57883242" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7274a6c0a84b2d5a62c3c7cbaeeb39467f6cd133c9f1e549d3d343cf6d413e97" sha256 cellar: :any, arm64_sonoma: "fa76bdfe924cef05ae6293065ec87537cda1d850116b8d8a9b97ed33e5c7b2ca" From 51b36b8a156c182fee9f5cc7bf82257311ecd438 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:55 +0200 Subject: [PATCH 04045/10074] libxfont2: added `no_autobump!` --- Formula/lib/libxfont2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxfont2.rb b/Formula/lib/libxfont2.rb index 4162b84cf8069..998dd3b63e9d8 100644 --- a/Formula/lib/libxfont2.rb +++ b/Formula/lib/libxfont2.rb @@ -5,6 +5,8 @@ class Libxfont2 < Formula sha256 "90b331c2fd2d0420767c4652e007d054c97a3f03a88c55e3b986bd3acfd7e338" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "692143371069bb49c4db0055757354b42f2475b34339c0617ec4f1fa92db8e73" sha256 cellar: :any, arm64_sonoma: "e33dc088fa4e022dd975f35be2e3f9c6d6f431e8d7b8aa17b6f7e3f2b5db1448" From 0af8146fa32e4e882589555019ee422681c4c4ad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:56 +0200 Subject: [PATCH 04046/10074] libxft: added `no_autobump!` --- Formula/lib/libxft.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxft.rb b/Formula/lib/libxft.rb index e814e7eedee80..e13b9342b6125 100644 --- a/Formula/lib/libxft.rb +++ b/Formula/lib/libxft.rb @@ -5,6 +5,8 @@ class Libxft < Formula sha256 "60a25b78945ed6932635b3bb1899a517d31df7456e69867ffba27f89ff3976f5" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0e9f1e46fca53790299056250ce221812c0b88bebb05e1c9c642bfb695bf0879" sha256 cellar: :any, arm64_sonoma: "48764441d540c7b8711b64cf373adeae38d7a62823be70a466c38bf39c6dab88" From 2119a26d17036dca2b7c74aa45dff4b49627668d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:56 +0200 Subject: [PATCH 04047/10074] libxinerama: added `no_autobump!` --- Formula/lib/libxinerama.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxinerama.rb b/Formula/lib/libxinerama.rb index c3c3fa645cd81..dfea1d92ff566 100644 --- a/Formula/lib/libxinerama.rb +++ b/Formula/lib/libxinerama.rb @@ -5,6 +5,8 @@ class Libxinerama < Formula sha256 "5094d1f0fcc1828cb1696d0d39d9e866ae32520c54d01f618f1a3c1e30c2085c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "16a20793dd7f5af12c877b836d798ae0b22e8cd392a7d29b7f35ecf3d9cea19d" sha256 cellar: :any, arm64_sonoma: "62f42418dfb296c2e21748bd9902aec2e59acde89316b6340a0fdebe01a934b8" From b2d7e03ff3a15e86683100a84e76b210256db9b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:56 +0200 Subject: [PATCH 04048/10074] libxmi: added `no_autobump!` --- Formula/lib/libxmi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxmi.rb b/Formula/lib/libxmi.rb index da9e438c3f4b3..ebdf30db2941b 100644 --- a/Formula/lib/libxmi.rb +++ b/Formula/lib/libxmi.rb @@ -6,6 +6,8 @@ class Libxmi < Formula sha256 "9d56af6d6c41468ca658eb6c4ba33ff7967a388b606dc503cd68d024e08ca40d" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "02dd0c4d25870675c7609b021e7030213aeb55b2799eb0c4d981842637ec29f3" From 53cc68341cb25954f2141eba26a2e224d1fe7105 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:56 +0200 Subject: [PATCH 04049/10074] libxml++: added `no_autobump!` --- Formula/lib/libxml++.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxml++.rb b/Formula/lib/libxml++.rb index 4c39fec34f8fd..cc2df1f24c577 100644 --- a/Formula/lib/libxml++.rb +++ b/Formula/lib/libxml++.rb @@ -10,6 +10,8 @@ class Libxmlxx < Formula regex(/libxml\+\+[._-]v?(2\.([0-8]\d*?)?[02468](?:\.\d+)*?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "ea4bb7ccf2905b3c6d0bcb737a0df4c68c6f1d74aa0a40a7e85358fb8babecfa" From bfbea5cd49a4d6f7b3f6bc00033ba2fba6afc80b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:56 +0200 Subject: [PATCH 04050/10074] libxml++@3: added `no_autobump!` --- Formula/lib/libxml++@3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxml++@3.rb b/Formula/lib/libxml++@3.rb index be5eabe34a638..f3b5be2fde196 100644 --- a/Formula/lib/libxml++@3.rb +++ b/Formula/lib/libxml++@3.rb @@ -10,6 +10,8 @@ class LibxmlxxAT3 < Formula regex(/libxml\+\+[._-]v?(3\.([0-8]\d*?)?[02468](?:\.\d+)*?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "a44be374982b3a3b7adb3c13f31c97feb882b6268b85fb337b3a30980f0a9531" From 703b073bb472f54a4409b12f2686456f6675a0c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:56 +0200 Subject: [PATCH 04051/10074] libxml++@5: added `no_autobump!` --- Formula/lib/libxml++@5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxml++@5.rb b/Formula/lib/libxml++@5.rb index d3415bfedcc61..85902b5dcf780 100644 --- a/Formula/lib/libxml++@5.rb +++ b/Formula/lib/libxml++@5.rb @@ -10,6 +10,8 @@ class LibxmlxxAT5 < Formula regex(/libxml\+\+[._-]v?(5\.([0-8]\d*?)?[02468](?:\.\d+)*?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8b1741fec20807f621a0565fad5b10fff46bdb5e092f7545ccbe7c776d394b5b" sha256 cellar: :any, arm64_sonoma: "5437f74e7361d06081dc6da97cd8f7726a0ae705e8157e1a0fc631214904eb37" From d1930d39a028aad99a2ac5ae8b8a225b3959d8a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:57 +0200 Subject: [PATCH 04052/10074] libxp: added `no_autobump!` --- Formula/lib/libxp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxp.rb b/Formula/lib/libxp.rb index fe2760e92a155..3e8480b5b8d5d 100644 --- a/Formula/lib/libxp.rb +++ b/Formula/lib/libxp.rb @@ -10,6 +10,8 @@ class Libxp < Formula regex(/^libXp[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "58ea4743cac65c66cd744b26ab6cd8e83a282e2da52ef872898e2237c948b563" sha256 cellar: :any, arm64_sonoma: "ebdf40af1b62e90da723be29ff1c9a2f636bb09dbd7b4caa69975f2928123c71" From e43534f2a36bc5de1ec1ecdef4282034f15faf72 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:57 +0200 Subject: [PATCH 04053/10074] libxpm: added `no_autobump!` --- Formula/lib/libxpm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxpm.rb b/Formula/lib/libxpm.rb index 5ca4a0e247d1d..b601dc681e45f 100644 --- a/Formula/lib/libxpm.rb +++ b/Formula/lib/libxpm.rb @@ -5,6 +5,8 @@ class Libxpm < Formula sha256 "959466c7dfcfcaa8a65055bfc311f74d4c43d9257900f85ab042604d286df0c6" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a78b3654640de7665b01b2b6e61420a85bba28185aeb13c71677690c558c8c42" sha256 cellar: :any, arm64_sonoma: "4e515c10ad6f503a64cbc95c7bded77018f3f9ff5c7edd27f6a1eead7f7152b5" From 39a8df27fbffd87e0c3e78ba6bfe6a4dcfc69888 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:57 +0200 Subject: [PATCH 04054/10074] libxpresent: added `no_autobump!` --- Formula/lib/libxpresent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxpresent.rb b/Formula/lib/libxpresent.rb index ac871a1a622dd..cc1a2bb7c1095 100644 --- a/Formula/lib/libxpresent.rb +++ b/Formula/lib/libxpresent.rb @@ -5,6 +5,8 @@ class Libxpresent < Formula sha256 "b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7e63498b20190e5cafd0a9adfe036c47a39bcc561518f856d01d168fb801997a" sha256 cellar: :any, arm64_sonoma: "5154234d565eec07b6546e1bc9eba8b561dff0200e128f637eff35bda1b52a16" From c8ed3a6cd31d8ba9c46768f219a493d7cacbf7b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:57 +0200 Subject: [PATCH 04055/10074] libxrandr: added `no_autobump!` --- Formula/lib/libxrandr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxrandr.rb b/Formula/lib/libxrandr.rb index 2187ce07b63b2..fc85184b28633 100644 --- a/Formula/lib/libxrandr.rb +++ b/Formula/lib/libxrandr.rb @@ -5,6 +5,8 @@ class Libxrandr < Formula sha256 "1ad5b065375f4a85915aa60611cc6407c060492a214d7f9daf214be752c3b4d3" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e29fec5331c2d36188093a2331d0f2f426c9cb18d21e5335931ee0d0e22e5ec9" sha256 cellar: :any, arm64_sonoma: "7775fef1d482d55d108a57bd2cc32c3177eea7270956a2fb648b3683acd54049" From 40bb3c63d57b8fc32337d0e05c1dfe8e2c80da23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:57 +0200 Subject: [PATCH 04056/10074] libxres: added `no_autobump!` --- Formula/lib/libxres.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxres.rb b/Formula/lib/libxres.rb index 4dc04a952d856..1d9afab114afe 100644 --- a/Formula/lib/libxres.rb +++ b/Formula/lib/libxres.rb @@ -5,6 +5,8 @@ class Libxres < Formula sha256 "9a7446f3484b9b7538ac5ee30d2c1ce9e5b7fbbaf1440e02f6cca186a1fa745f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e7f72b305f5c62fa3bd025cb437a533e0d5fd903bbf165d8b86f0e19e163474a" sha256 cellar: :any, arm64_sonoma: "d75dbe208195822aa95957e8037d80dec8c5c86c60a5669afb7ec2187210d64b" From 4dc1782bafa74d00733235e4f8642f85ed45a0c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:58 +0200 Subject: [PATCH 04057/10074] libxscrnsaver: added `no_autobump!` --- Formula/lib/libxscrnsaver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxscrnsaver.rb b/Formula/lib/libxscrnsaver.rb index a7f5310f9fc34..08a0580f0f56c 100644 --- a/Formula/lib/libxscrnsaver.rb +++ b/Formula/lib/libxscrnsaver.rb @@ -5,6 +5,8 @@ class Libxscrnsaver < Formula sha256 "75cd2859f38e207a090cac980d76bc71e9da99d48d09703584e00585abc920fe" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0b3b6f538e4e11629f54b74f0603e9fca13439e3ab37ff3899c9081d4dc80258" sha256 cellar: :any, arm64_sonoma: "b2b4a894b7f7ee7f077af223b68814ab6c4a4e8d41de227642fbd373de36e0f7" From d588f95fd0a574472272b60de366c67cacf0a686 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:58 +0200 Subject: [PATCH 04058/10074] libxsd-frontend: added `no_autobump!` --- Formula/lib/libxsd-frontend.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxsd-frontend.rb b/Formula/lib/libxsd-frontend.rb index d57827e84a894..7fad599b8e210 100644 --- a/Formula/lib/libxsd-frontend.rb +++ b/Formula/lib/libxsd-frontend.rb @@ -5,6 +5,8 @@ class LibxsdFrontend < Formula sha256 "98321b9c2307d7c4e1eba49da6a522ffa81bdf61f7e3605e469aa85bfcab90b1" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3631cb5e92f7b2d727f1fe7039482a1a5cd1d81e317674fa418795e4691d60fe" sha256 cellar: :any, arm64_sonoma: "cc7523a561914a469ed374865f6135e9756d7c08b8d3fd16a79d405523c5e338" From 44536753b61913acb777ec4de0adaefd53e9c697 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:58 +0200 Subject: [PATCH 04059/10074] libxspf: added `no_autobump!` --- Formula/lib/libxspf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxspf.rb b/Formula/lib/libxspf.rb index 7f4504eb740f1..e7175092c9794 100644 --- a/Formula/lib/libxspf.rb +++ b/Formula/lib/libxspf.rb @@ -5,6 +5,8 @@ class Libxspf < Formula sha256 "ce78a7f7df73b7420b6a54b5766f9b74e396d5e0b37661c9a448f2f589754a49" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f89d8d32a4bfb4ceb5254b1bd40d8bbb6ad1363143c1897a4ad945664b39b70d" sha256 cellar: :any, arm64_sonoma: "ebe5a694ae5d6433a1d632e780572da1e4addcbcf871370c85ed928e2e6feed1" From 00b812734d4b1b9e895b2ff11b61dedfc0c98011 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:58 +0200 Subject: [PATCH 04060/10074] libxtst: added `no_autobump!` --- Formula/lib/libxtst.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxtst.rb b/Formula/lib/libxtst.rb index dc447f7fb7915..6820a32b7d981 100644 --- a/Formula/lib/libxtst.rb +++ b/Formula/lib/libxtst.rb @@ -5,6 +5,8 @@ class Libxtst < Formula sha256 "244ba6e1c5ffa44f1ba251affdfa984d55d99c94bb925a342657e5e7aaf6d39c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "28d4af1505473aed939328ace91056e111623d0c60b817d0b98dc3e00472dc4d" sha256 cellar: :any, arm64_sonoma: "aaefda085ce2cd52a2fccada770bc3280c75128ecbd66f92ea7afa25c11631c8" From fa580e3f7fc39e5ab1bf65c0ca20b00554f56e7c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:58 +0200 Subject: [PATCH 04061/10074] libxxf86dga: added `no_autobump!` --- Formula/lib/libxxf86dga.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libxxf86dga.rb b/Formula/lib/libxxf86dga.rb index de4d96ae19191..77f2ccf6ac92c 100644 --- a/Formula/lib/libxxf86dga.rb +++ b/Formula/lib/libxxf86dga.rb @@ -5,6 +5,8 @@ class Libxxf86dga < Formula sha256 "be44427579808fe3a217d59f51cae756a26913eb6e4c8738ccab65ff56d7980f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "eb23f74c86d0455fea55619165dc67a91596a64f46e2b1575941612eb763319c" sha256 cellar: :any, arm64_sonoma: "aabd31abe4a5de30d5c7e5597d1375c90620aacfc65e29973ef08afc2a8cea15" From 16e3ea5c0f0b4b0110c4780b150f3a234bcdb236 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:58 +0200 Subject: [PATCH 04062/10074] libyaml: added `no_autobump!` --- Formula/lib/libyaml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libyaml.rb b/Formula/lib/libyaml.rb index ca91555e9792a..259ce4c1deefe 100644 --- a/Formula/lib/libyaml.rb +++ b/Formula/lib/libyaml.rb @@ -10,6 +10,8 @@ class Libyaml < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0ec9bf8082245c008803b42dcae3e6a0c8cd7a67aed589d9b6482b115c0a543b" sha256 cellar: :any, arm64_sonoma: "98c0cf81bcdf7577d5fdc8cc18732970b9ae7e0e7423a733f88f0f566ba483ad" From 5a69be0f5b8901c961f83fba909d23832c2b88e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:59 +0200 Subject: [PATCH 04063/10074] libyubikey: added `no_autobump!` --- Formula/lib/libyubikey.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libyubikey.rb b/Formula/lib/libyubikey.rb index b3881bb69df20..b15c8d01f6cff 100644 --- a/Formula/lib/libyubikey.rb +++ b/Formula/lib/libyubikey.rb @@ -10,6 +10,8 @@ class Libyubikey < Formula regex(/href=.*?libyubikey[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1402744ea6becf5fc6caf82c61b90530180bc7b7c025952ab5f47db813d9dd81" sha256 cellar: :any, arm64_sonoma: "9963f3715eff70ebf4bbe725e8bf6e3bb112cb3476798b7d8705090dc3049ed0" From 83e50bc846244a7eb4491d5124f1e814abdec8a7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:59 +0200 Subject: [PATCH 04064/10074] libzdb: added `no_autobump!` --- Formula/lib/libzdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libzdb.rb b/Formula/lib/libzdb.rb index 885d639bfc7c2..8030989abee7c 100644 --- a/Formula/lib/libzdb.rb +++ b/Formula/lib/libzdb.rb @@ -10,6 +10,8 @@ class Libzdb < Formula regex(%r{href=.*?dist/libzdb[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7ada18691b69fb2fe14cbc26b6e37acc064386f8126d94ce2ee52bc1a33d1aa4" sha256 cellar: :any, arm64_sonoma: "ca0e3601cb111cc6c2bd04831af5c9d18a8ae39297bc89f16d53c0678c1cad51" From 22565f4de2b44d1b110b903098d5738fbb1061a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:45:59 +0200 Subject: [PATCH 04065/10074] libzen: added `no_autobump!` --- Formula/lib/libzen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libzen.rb b/Formula/lib/libzen.rb index 611221458ef6b..69e17beef475f 100644 --- a/Formula/lib/libzen.rb +++ b/Formula/lib/libzen.rb @@ -7,6 +7,8 @@ class Libzen < Formula revision 1 head "https://github.com/MediaArea/ZenLib.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "de3f0317ed82fd66a7bf6d5a4e876693c932b1a32f2974b02c4abf7b9ab79221" sha256 cellar: :any, arm64_sonoma: "c12e982c8e86f4c1fd8b5aeb9e2f29a5f9d4f83c106b0ba68383e43e67fdec5f" From 22571b75b46bba94de9fa85297f38768bfaa59c3 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 7 Jun 2025 21:29:30 +0200 Subject: [PATCH 04066/10074] libgrape-lite: added `no_autobump!` Signed-off-by: botantony --- Formula/lib/libgrape-lite.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libgrape-lite.rb b/Formula/lib/libgrape-lite.rb index 82d1d0e150e82..d0c7e645f6c59 100644 --- a/Formula/lib/libgrape-lite.rb +++ b/Formula/lib/libgrape-lite.rb @@ -5,6 +5,8 @@ class LibgrapeLite < Formula sha256 "77b7f08ad10b26ec7e6f60bf90ab8281208758702a9e8d9dd00b1cd6f5560f39" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a0f27854c66b84ff7b9457c056464ed04cd44f6bbcbbe2c194589a10906a9ff5" sha256 cellar: :any, arm64_sonoma: "4ed7d1abaeff94d789b82eb98be06f932fe14fd2a226c1b9b9070fb9e859bf3a" From e32007e4cc5272d7ed93ce93b8f450f96b4f515d Mon Sep 17 00:00:00 2001 From: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Date: Sat, 7 Jun 2025 19:51:30 +0000 Subject: [PATCH 04067/10074] openjdk: update 24.0.1 bottle. --- Formula/o/openjdk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openjdk.rb b/Formula/o/openjdk.rb index 085186fbc283a..7a32c36ea739a 100644 --- a/Formula/o/openjdk.rb +++ b/Formula/o/openjdk.rb @@ -11,13 +11,13 @@ class Openjdk < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "1285eadf2b5998cda49e4470ee3875e855b0be199765401ad77dc38aea573f49" - sha256 cellar: :any, arm64_sonoma: "1cccc8bb39130612a61ff9d18a208ec232b86a21d646748a7af3f3f693eab804" - sha256 cellar: :any, arm64_ventura: "bb9bc5a4c4128b4c61a99d419026811f7f5fcf3ac243b1e393449aa680715d36" - sha256 cellar: :any, sonoma: "e0999137182b5abc4e0738330f4d9cb2f45b4d9642deffed420c0e7be4f337e8" - sha256 cellar: :any, ventura: "f5effdfcbab956c20d0f65bdc504ac27723d81d9fe940abadf81764782881650" - sha256 arm64_linux: "22f0dfa8e53631d88561eb4152be6a13fed08e9121e2a5234dbdff316e3c3369" - sha256 x86_64_linux: "a7bd3a62568d49149d566ed5cf98ec8a5cd2ab130019918ce42c8eaeb268b45b" + sha256 cellar: :any, arm64_sequoia: "f75d5d24e460d26c1cdc01b60d9a523c9913ebc3b738931db4a18f051dd291a3" + sha256 cellar: :any, arm64_sonoma: "f38043248a4160c4fd1c4090e4f77083a892a58c4ee94776807f711f4a784458" + sha256 cellar: :any, arm64_ventura: "18e5a1046b1c05b9336598bb9408659f694baf12e2de8059c99b35228e705e9b" + sha256 cellar: :any, sonoma: "f8c4ede8652ac9f1d66b12b9f20462f54eb377b015dd5d1849e945d2364a534f" + sha256 cellar: :any, ventura: "96d0d0908e1bcd114aa685287685eda27b253d9a4176963cbda84279da24b906" + sha256 arm64_linux: "d50b7447042596d2a6e252bb16bfefb48862d777a25c095aedbb360cf96194a7" + sha256 x86_64_linux: "649d2e733181bb670bb63098a912a9e24a55fcd697c30eb7738fa06db31f9cdd" end keg_only :shadowed_by_macos From 4066b1af0956ee98dc6d5e4da609d9c759fe94e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 19:53:19 +0000 Subject: [PATCH 04068/10074] conftest 0.61.1 --- Formula/c/conftest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/conftest.rb b/Formula/c/conftest.rb index 485f85234df54..d7ea2dfd2fd22 100644 --- a/Formula/c/conftest.rb +++ b/Formula/c/conftest.rb @@ -1,8 +1,8 @@ class Conftest < Formula desc "Test your configuration files using Open Policy Agent" homepage "https://www.conftest.dev/" - url "https://github.com/open-policy-agent/conftest/archive/refs/tags/v0.61.0.tar.gz" - sha256 "c067811e8e74068d6fa6473e2f0b31e5c221e33969e029c0b909ebf47c3bc135" + url "https://github.com/open-policy-agent/conftest/archive/refs/tags/v0.61.1.tar.gz" + sha256 "9f17da54e2be10a5b181f18f68349a08c4a4e3e37fdf6474436642f56a6d85e8" license "Apache-2.0" head "https://github.com/open-policy-agent/conftest.git", branch: "master" From 2ca3ee7b172b8b7bf2671617354610f68f2d2365 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 19:57:04 +0000 Subject: [PATCH 04069/10074] fabric-ai 1.4.196 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 7f5a15945ff8c..d0f58e1ccd5bb 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.195.tar.gz" - sha256 "d4de84ea64f02a859d85cb5ae819602a393e94ac90a464ad6102d2132cb9e08e" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.196.tar.gz" + sha256 "0d75dbdf7e7750189e1fdeaefbde5dca396b67baaa89dff0ca34be4a67666d8e" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 43b2eb0f9143ac923b2380cd68bc0d446826a50b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:59:35 +0000 Subject: [PATCH 04070/10074] libvpx: update 1.15.2 bottle. --- Formula/lib/libvpx.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libvpx.rb b/Formula/lib/libvpx.rb index 893b78ddeee3d..ca2f2591052dc 100644 --- a/Formula/lib/libvpx.rb +++ b/Formula/lib/libvpx.rb @@ -7,13 +7,13 @@ class Libvpx < Formula head "https://chromium.googlesource.com/webm/libvpx.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "bb811f6f020d8bc6925bbc2c7fd83b1c0af249771c569ffaff2b7615d3401b45" - sha256 cellar: :any, arm64_sonoma: "bb7841386f01932b9462487ebf797f5bdc33ef60ab25d03f9713a415f4ae5ee8" - sha256 cellar: :any, arm64_ventura: "c071523e335390cfb3a53a31605370e59661ceb34d3de70ce5c994f5fa266176" - sha256 cellar: :any, sonoma: "6e42222126ae6f4972a445ca86c025c757e821b968d0cfe27ae50872bcdc0778" - sha256 cellar: :any, ventura: "35cbc1468a09a60c41864e771f22fb9bcfd95d28e3562424ed96dd4729f3e4dc" - sha256 cellar: :any_skip_relocation, arm64_linux: "883ccf021a6b372db93238b4e761933605d6f502760912bac8c3816f7488fa85" - sha256 cellar: :any_skip_relocation, x86_64_linux: "42acfc38372a660e6db58db33af8a0700fdaecbd1775244cbe40941d7d3cb210" + sha256 cellar: :any, arm64_sequoia: "2f2d553f2f66735705b3962dca32a4a16bbfbe443c17898c0cea110d13bb012d" + sha256 cellar: :any, arm64_sonoma: "7eff9f3e0be6983c8018e445dd1b3242fa6631a2b2d410b1db989436224af387" + sha256 cellar: :any, arm64_ventura: "8fc8387529166f2b569d3f804921d5ba26a3db0ce3c825338f3085f67dbf7675" + sha256 cellar: :any, sonoma: "2b32497dc2978a8ac931cbd93bbcd8669b49421a5ddc8f0b1313a2977f05f121" + sha256 cellar: :any, ventura: "3202d78ad6ceb9b6b329d146cd41675618ea9e09c34cf1557a4ed2986826e139" + sha256 cellar: :any_skip_relocation, arm64_linux: "bcf22715ec604a46f2fbe8abc185b10d68348437c923998afaf66ab757e8f182" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e0c61f077f7fe903a03c721d3e67bb0a93a53f9e00fd2f5119aed6a71101c159" end on_intel do From 086cdc655c6a72d07660a4d6b338005fe749ca2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 20:03:14 +0000 Subject: [PATCH 04071/10074] grpc 1.73.0 --- Aliases/{grpc@1.72 => grpc@1.73} | 0 Formula/g/grpc.rb | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename Aliases/{grpc@1.72 => grpc@1.73} (100%) diff --git a/Aliases/grpc@1.72 b/Aliases/grpc@1.73 similarity index 100% rename from Aliases/grpc@1.72 rename to Aliases/grpc@1.73 diff --git a/Formula/g/grpc.rb b/Formula/g/grpc.rb index 1994b34cc8bd5..20914b1e583a5 100644 --- a/Formula/g/grpc.rb +++ b/Formula/g/grpc.rb @@ -2,8 +2,8 @@ class Grpc < Formula desc "Next generation open source RPC library and framework" homepage "https://grpc.io/" url "https://github.com/grpc/grpc.git", - tag: "v1.72.1", - revision: "1ca7b983850ef2ee154a86133108ae6e3732c2bd" + tag: "v1.73.0", + revision: "95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b" license "Apache-2.0" head "https://github.com/grpc/grpc.git", branch: "master" From e1f911eb617b085988263f162e3d61ad24ce2279 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 20:10:35 +0000 Subject: [PATCH 04072/10074] mpg123 1.33.0 --- Formula/m/mpg123.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mpg123.rb b/Formula/m/mpg123.rb index 4db0bb52624a0..6a707a7033486 100644 --- a/Formula/m/mpg123.rb +++ b/Formula/m/mpg123.rb @@ -1,9 +1,9 @@ class Mpg123 < Formula desc "MP3 player for Linux and UNIX" homepage "https://www.mpg123.de/" - url "https://www.mpg123.de/download/mpg123-1.32.10.tar.bz2" - mirror "https://downloads.sourceforge.net/project/mpg123/mpg123/1.32.10/mpg123-1.32.10.tar.bz2" - sha256 "87b2c17fe0c979d3ef38eeceff6362b35b28ac8589fbf1854b5be75c9ab6557c" + url "https://www.mpg123.de/download/mpg123-1.33.0.tar.bz2" + mirror "https://downloads.sourceforge.net/project/mpg123/mpg123/1.33.0/mpg123-1.33.0.tar.bz2" + sha256 "2290e3aede6f4d163e1a17452165af33caad4b5f0948f99429cfa2d8385faa9d" license "LGPL-2.1-only" livecheck do From 117673016b96a48317fc88ff0ec5f72419068f84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 20:16:20 +0000 Subject: [PATCH 04073/10074] conftest: update 0.61.1 bottle. --- Formula/c/conftest.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/conftest.rb b/Formula/c/conftest.rb index d7ea2dfd2fd22..215d3a682101d 100644 --- a/Formula/c/conftest.rb +++ b/Formula/c/conftest.rb @@ -7,12 +7,12 @@ class Conftest < Formula head "https://github.com/open-policy-agent/conftest.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2198421aec656bd255a31bc7cbeaf29c5a71ba2be1d6555bd6b2f5fa85a4473f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a3ac375a3099be69f23905d7c212d61dbfc14d4b43f3bcb23022c3b24724640" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b3c9d2ba57490175bd0ffa6f8bba57ff980155ba864dcd46f5783b1b2efcb35a" - sha256 cellar: :any_skip_relocation, sonoma: "b3db569c6ddb5c382bca3a9009a7288f39601b0aadc3131db4606a7f97842d4f" - sha256 cellar: :any_skip_relocation, ventura: "dae732aa033885618333c955e1b37c55c400c9204fb038c65a80b8e816dee94f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "90e48d7795babd1de504ea222319c3ba7fa0f6a755a78640cd4d43d7d5090c28" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8b03382894da082165886e5bf4f4f1e6ded9fc68bde4f6048e05d69f6e32e8f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a37b25ee1fbe0b3cbe6ee28109143647229ce58e0860f13614ab292b9008f6a8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "78efeda48178e09491a4b4efcd6aa39b590816127ff6e49647353503ffb8a6a3" + sha256 cellar: :any_skip_relocation, sonoma: "0585ee763e4db8593b9efbbe8f94b220a61f75941e5221bca8001e132e31b19e" + sha256 cellar: :any_skip_relocation, ventura: "955b2aa37b9f940bfc33ffeca06487f70b6afd0c835911d4aef10ee78c973e63" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f7f499a4acd18ff3496a9d161a428ee987de11bccda61d7f79e564b00953ade8" end depends_on "go" => :build From b5f890ae6fff05135b268399dbb321fd7685ef0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 20:18:00 +0000 Subject: [PATCH 04074/10074] fabric-ai: update 1.4.196 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index d0f58e1ccd5bb..381b0bb0511ff 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "77654bd6025e184891d09fc854fc333fc68387f448ec36b4f0dea007afdb3e25" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "77654bd6025e184891d09fc854fc333fc68387f448ec36b4f0dea007afdb3e25" - sha256 cellar: :any_skip_relocation, arm64_ventura: "77654bd6025e184891d09fc854fc333fc68387f448ec36b4f0dea007afdb3e25" - sha256 cellar: :any_skip_relocation, sonoma: "a2763651c52e6c3636d916a1b6ef93a22c12838ebdd294a5ecd7a8c3e8264748" - sha256 cellar: :any_skip_relocation, ventura: "a2763651c52e6c3636d916a1b6ef93a22c12838ebdd294a5ecd7a8c3e8264748" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e1b61af1d5b8180835a86fcb23c72b0fa1dc21be8d869b897c9b96321f2ca476" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2bcfa79973bc6b93c5c197bc572bd7c136dfd1977d9bc53acef9cf0c620cb065" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bcfa79973bc6b93c5c197bc572bd7c136dfd1977d9bc53acef9cf0c620cb065" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2bcfa79973bc6b93c5c197bc572bd7c136dfd1977d9bc53acef9cf0c620cb065" + sha256 cellar: :any_skip_relocation, sonoma: "694abc5bdc01730a7a2e620f7cb41b29f86f51f268f2e1534f5cd8cdd6dba0fc" + sha256 cellar: :any_skip_relocation, ventura: "694abc5bdc01730a7a2e620f7cb41b29f86f51f268f2e1534f5cd8cdd6dba0fc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd1910afc457518c99ff944237740b02fa9bc54100f9f582547fe9fa7da1519a" end depends_on "go" => :build From f0310c1e650582b79889b3f26d770d5422e240cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 20:18:46 +0000 Subject: [PATCH 04075/10074] slumber 3.1.3 --- Formula/s/slumber.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/slumber.rb b/Formula/s/slumber.rb index 3875f445124ae..479ff99445210 100644 --- a/Formula/s/slumber.rb +++ b/Formula/s/slumber.rb @@ -1,8 +1,8 @@ class Slumber < Formula desc "Terminal-based HTTP/REST client" homepage "https://slumber.lucaspickering.me/" - url "https://github.com/LucasPickering/slumber/archive/refs/tags/v3.1.2.tar.gz" - sha256 "d0f15aca5112d0f633d927ee5661070a7b150881f04d2dcfd3a1adbcaef3c15b" + url "https://github.com/LucasPickering/slumber/archive/refs/tags/v3.1.3.tar.gz" + sha256 "bfe9ae09d8220bc4aa19f2525585afc17c64ced069c1dc670c32c2ae817078cc" license "MIT" head "https://github.com/LucasPickering/slumber.git", branch: "master" From d7fcdca3be1d0396770b81bd2c186f52a9ca4bca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 21:30:24 +0000 Subject: [PATCH 04076/10074] slumber: update 3.1.3 bottle. --- Formula/s/slumber.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/slumber.rb b/Formula/s/slumber.rb index 479ff99445210..889fbe127b2fb 100644 --- a/Formula/s/slumber.rb +++ b/Formula/s/slumber.rb @@ -7,13 +7,13 @@ class Slumber < Formula head "https://github.com/LucasPickering/slumber.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcf74904dcf1eb746f61708b4680fdf8f456de677af455b8b56f4a68c84f6e35" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a30cc7102ed8873c821c7f77831d35aeb599f3b786e9c3fc23510d488a836069" - sha256 cellar: :any_skip_relocation, arm64_ventura: "141f3aeb47db6bfe1b5ee2cc0ce168ff5a75332e92deaf2b6e3393bcbbbe3614" - sha256 cellar: :any_skip_relocation, sonoma: "0db51ce58c284fc3c17bf21bab0d9f566a9dc925c61b4914e02b6c476e829442" - sha256 cellar: :any_skip_relocation, ventura: "58b034fbe74e4f8385be7c496520682df92c2eb359bc1ca247dd88cbfea14961" - sha256 cellar: :any_skip_relocation, arm64_linux: "2defcf04a12fcfd5f3d6f0d188b3cd04d0853f508fdeb8f5c08425dfa090aed7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "67649ef3a68e847e69c92caf480d24fd83a041b8fac9d50dd5a32452a2d77b8c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb9e7d2fb6f72272ee0dd27fcbb5601e878b6daa1c564c7dc4a315fc3dc70146" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bc67b9511473c9217ebe903a8fd86c5f604706af606cbe94c6bd8477dfd4304" + sha256 cellar: :any_skip_relocation, arm64_ventura: "661379a5e733966a9e43c28cfe9800174f0eb053c3cb2a928fad1ccf8d8df444" + sha256 cellar: :any_skip_relocation, sonoma: "13c275e1499104eb2e86924a2b26bb6e9241fc57575aeb03ae2ad7d6a5610138" + sha256 cellar: :any_skip_relocation, ventura: "cd9e336a19ab470981179d0117baaa2d12e6f98cca1613d31b544ab6ef361488" + sha256 cellar: :any_skip_relocation, arm64_linux: "3502913ff76389d530d9bc3e4311629a38c2b4dd2e07c1c7f2e0fb77f07ba978" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a2b52044c6b55a0021305c41800d11c4251e55a16afb3895b6f28af8892ef2f1" end depends_on "rust" => :build From 0fee08755d6f59b36ded70e949452eeb92bdd9c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 22:58:41 +0000 Subject: [PATCH 04077/10074] gittuf 0.11.0 --- Formula/g/gittuf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gittuf.rb b/Formula/g/gittuf.rb index e9275f8c5ffa1..76b820fadd4c3 100644 --- a/Formula/g/gittuf.rb +++ b/Formula/g/gittuf.rb @@ -1,8 +1,8 @@ class Gittuf < Formula desc "Security layer for Git repositories" homepage "https://gittuf.dev/" - url "https://github.com/gittuf/gittuf/archive/refs/tags/v0.10.2.tar.gz" - sha256 "8e315090e158d6d836cca343cab9e1129e5197a50551abd0d6bec3db0f8167a1" + url "https://github.com/gittuf/gittuf/archive/refs/tags/v0.11.0.tar.gz" + sha256 "3398a7eab1cc620db39687115683198bded36540d628742239b4d93af45cbe80" license "Apache-2.0" head "https://github.com/gittuf/gittuf.git", branch: "main" From 37743f3b586dc4523ec14cbec891bbd1e0582424 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:07:16 +0000 Subject: [PATCH 04078/10074] nerdfetch 8.4.0 --- Formula/n/nerdfetch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nerdfetch.rb b/Formula/n/nerdfetch.rb index bbb04f4ae0df5..d4ab457574982 100644 --- a/Formula/n/nerdfetch.rb +++ b/Formula/n/nerdfetch.rb @@ -1,8 +1,8 @@ class Nerdfetch < Formula desc "POSIX *nix fetch script using Nerdfonts" homepage "https://github.com/ThatOneCalculator/NerdFetch" - url "https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.3.3.tar.gz" - sha256 "2a132e365f0b26c0ae542de000a5204f8d6d168b4848465ec13af93bad46fa0d" + url "https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.4.0.tar.gz" + sha256 "50ecc6285b59eec1aa1d8938175e15a5d2ddad88c86eb9eaa25189213efea548" license "MIT" head "https://github.com/ThatOneCalculator/NerdFetch.git", branch: "main" From f056669b5e5e33ac0270a80ac092aff03115f8f8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:08:23 -0400 Subject: [PATCH 04079/10074] apache-arrow: revision bump (grpc 1.73.0) Signed-off-by: Rui Chen --- Formula/a/apache-arrow.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/a/apache-arrow.rb b/Formula/a/apache-arrow.rb index 03c7483c7f62d..37afd7b2fbc54 100644 --- a/Formula/a/apache-arrow.rb +++ b/Formula/a/apache-arrow.rb @@ -5,6 +5,7 @@ class ApacheArrow < Formula mirror "https://archive.apache.org/dist/arrow/arrow-20.0.0/apache-arrow-20.0.0.tar.gz" sha256 "89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212" license "Apache-2.0" + revision 1 head "https://github.com/apache/arrow.git", branch: "main" no_autobump! because: :requires_manual_review From ceb7a98b7e0c8cb6b2663c43eab9e3e92ee7c553 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:08:24 -0400 Subject: [PATCH 04080/10074] bear: revision bump (grpc 1.73.0) Signed-off-by: Rui Chen --- Formula/b/bear.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bear.rb b/Formula/b/bear.rb index f64a5ee4188bb..d48f9a5a5120d 100644 --- a/Formula/b/bear.rb +++ b/Formula/b/bear.rb @@ -4,7 +4,7 @@ class Bear < Formula url "https://github.com/rizsotto/Bear/archive/refs/tags/3.1.6.tar.gz" sha256 "99cd891eec6e89b734d7cafe0e623dd8c2f27d8cbf3ee9bc4807e69e5c8fb55c" license "GPL-3.0-or-later" - revision 1 + revision 2 head "https://github.com/rizsotto/Bear.git", branch: "master" bottle do From 06b60dfb8e6572d4e65e595644e19987bbb9f519 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:08:25 -0400 Subject: [PATCH 04081/10074] etcd-cpp-apiv3: revision bump (grpc 1.73.0) Signed-off-by: Rui Chen --- Formula/e/etcd-cpp-apiv3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/e/etcd-cpp-apiv3.rb b/Formula/e/etcd-cpp-apiv3.rb index ac26eecf8a7c3..e2592bfb56f25 100644 --- a/Formula/e/etcd-cpp-apiv3.rb +++ b/Formula/e/etcd-cpp-apiv3.rb @@ -4,7 +4,7 @@ class EtcdCppApiv3 < Formula url "https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3/archive/refs/tags/v0.15.4.tar.gz" sha256 "4516ecfa420826088c187efd42dad249367ca94ea6cdfc24e3030c3cf47af7b4" license "BSD-3-Clause" - revision 26 + revision 27 bottle do sha256 cellar: :any, arm64_sequoia: "4dd23f170f12ad42d169695374f924b936cc6cc9449176a895203e6876a1c726" From 9d6653b0f7c637fdeccc37be3889517631f80020 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:08:25 -0400 Subject: [PATCH 04082/10074] falcosecurity-libs: revision bump (grpc 1.73.0) Signed-off-by: Rui Chen --- Formula/f/falcosecurity-libs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/falcosecurity-libs.rb b/Formula/f/falcosecurity-libs.rb index 4704cc04d2471..a799b21181d7d 100644 --- a/Formula/f/falcosecurity-libs.rb +++ b/Formula/f/falcosecurity-libs.rb @@ -8,7 +8,7 @@ class FalcosecurityLibs < Formula { any_of: ["GPL-2.0-only", "MIT"] }, # driver/ { "GPL-2.0-only" => { with: "Linux-syscall-note" } }, # userspace/libscap/compat/ ] - revision 1 + revision 2 livecheck do url :stable From 949e77c16eca34c91021591f0b8a037cc8627c0f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:08:25 -0400 Subject: [PATCH 04083/10074] fastnetmon: revision bump (grpc 1.73.0) Signed-off-by: Rui Chen --- Formula/f/fastnetmon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fastnetmon.rb b/Formula/f/fastnetmon.rb index 7bc168e86cc9e..28b55d6c1e5ba 100644 --- a/Formula/f/fastnetmon.rb +++ b/Formula/f/fastnetmon.rb @@ -4,7 +4,7 @@ class Fastnetmon < Formula url "https://github.com/pavel-odintsov/fastnetmon/archive/refs/tags/v1.2.8.tar.gz" sha256 "d16901b00963f395241c818d02ad2751f14e33fd32ed3cb3011641ab680e0d01" license "GPL-2.0-only" - revision 5 + revision 6 bottle do sha256 cellar: :any, arm64_sequoia: "874a7052fabe2f1086de8c121170e3bb29c903967b4e74631b39f0576f6e6f21" From 39b1d1fa3b854c01a99fe86c6843a93b1b8d10ab Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:08:26 -0400 Subject: [PATCH 04084/10074] mavsdk: revision bump (grpc 1.73.0) Signed-off-by: Rui Chen --- Formula/m/mavsdk.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/mavsdk.rb b/Formula/m/mavsdk.rb index 37c5eb508af7c..f04154e845dce 100644 --- a/Formula/m/mavsdk.rb +++ b/Formula/m/mavsdk.rb @@ -5,6 +5,7 @@ class Mavsdk < Formula tag: "v3.5.0", revision: "55fbea8ef72860c9f9feab2f44b2bb364f0c0e81" license "BSD-3-Clause" + revision 1 livecheck do url :stable From 203f1f9a33d1c46e42a7e75e954f6170a8dbd33e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:08:26 -0400 Subject: [PATCH 04085/10074] opentelemetry-cpp: revision bump (grpc 1.73.0) Signed-off-by: Rui Chen --- Formula/o/opentelemetry-cpp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/o/opentelemetry-cpp.rb b/Formula/o/opentelemetry-cpp.rb index 9c0f49465ae27..793148fc834d8 100644 --- a/Formula/o/opentelemetry-cpp.rb +++ b/Formula/o/opentelemetry-cpp.rb @@ -4,6 +4,7 @@ class OpentelemetryCpp < Formula url "https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v1.21.0.tar.gz" sha256 "98e5546f577a11b52a57faed1f4cc60d8c1daa44760eba393f43eab5a8ec46a2" license "Apache-2.0" + revision 1 head "https://github.com/open-telemetry/opentelemetry-cpp.git", branch: "main" bottle do From 1092df70d1f2bfb906490bb41ab17f53087911be Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:08:26 -0400 Subject: [PATCH 04086/10074] recc: revision bump (grpc 1.73.0) Signed-off-by: Rui Chen --- Formula/r/recc.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index 17fbe1988a5a5..d3ca5aa93336b 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -4,6 +4,7 @@ class Recc < Formula url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.19/buildbox-1.3.19.tar.gz" sha256 "a17a859952158ff266b6b236041be2691dd37c903083aef7109c21c6b34def8d" license "Apache-2.0" + revision 1 head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" bottle do From ad1e9d6cdaebace236302609e112f99ce7fa7a3e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 19:08:27 -0400 Subject: [PATCH 04087/10074] syslog-ng: revision bump (grpc 1.73.0) Signed-off-by: Rui Chen --- Formula/s/syslog-ng.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/syslog-ng.rb b/Formula/s/syslog-ng.rb index e702e6f5c097d..fbd929f7a8efb 100644 --- a/Formula/s/syslog-ng.rb +++ b/Formula/s/syslog-ng.rb @@ -6,7 +6,7 @@ class SyslogNg < Formula url "https://github.com/syslog-ng/syslog-ng/releases/download/syslog-ng-4.8.3/syslog-ng-4.8.3.tar.gz" sha256 "f82732a8e639373037d2b69c0e6d5d6594290f0350350f7a146af4cd8ab9e2c7" license all_of: ["LGPL-2.1-or-later", "GPL-2.0-or-later"] - revision 1 + revision 2 head "https://github.com/syslog-ng/syslog-ng.git", branch: "master" livecheck do From 3094271a7af36a90318a9dd251eb2586467d785a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:12:24 +0000 Subject: [PATCH 04088/10074] gittuf: update 0.11.0 bottle. --- Formula/g/gittuf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gittuf.rb b/Formula/g/gittuf.rb index 76b820fadd4c3..56a18318e3951 100644 --- a/Formula/g/gittuf.rb +++ b/Formula/g/gittuf.rb @@ -7,12 +7,12 @@ class Gittuf < Formula head "https://github.com/gittuf/gittuf.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "936d89089c6b77daad570cfa503ecd27a092ae4c273b9cb1303adb87c97b44da" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "936d89089c6b77daad570cfa503ecd27a092ae4c273b9cb1303adb87c97b44da" - sha256 cellar: :any_skip_relocation, arm64_ventura: "936d89089c6b77daad570cfa503ecd27a092ae4c273b9cb1303adb87c97b44da" - sha256 cellar: :any_skip_relocation, sonoma: "25396d056efe5113d58bf2d3b51380ef9e7e5876dde603a296f65c97ab4adc77" - sha256 cellar: :any_skip_relocation, ventura: "abd8af8478fe0b4437a875883ac1e6679cfef730a66082edcfac70221bc805b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "efea968d07360f9545533a080de9da45ec4a46d9fa5d83c23f41c0baa855b277" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "188b3bf3b5350963833378bbd9ec752a8c6b1f9654258005889f24d2c94eb060" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "188b3bf3b5350963833378bbd9ec752a8c6b1f9654258005889f24d2c94eb060" + sha256 cellar: :any_skip_relocation, arm64_ventura: "188b3bf3b5350963833378bbd9ec752a8c6b1f9654258005889f24d2c94eb060" + sha256 cellar: :any_skip_relocation, sonoma: "ceaf2408fb6adc5735c2fbebf008e034dbd50f85ce4d9895e24924390d047362" + sha256 cellar: :any_skip_relocation, ventura: "5aeafe5344a73294a6532e55e21e6f287c41b2a9140946c3fe951ffd7f8f19e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0f91f807d9ae091139a64817a9a9aee58aabcfe903edba6f8130e487e94dbc11" end depends_on "go" => :build From eb3e46966328931ef2a1814f8e951baaea7a6062 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:13:58 +0000 Subject: [PATCH 04089/10074] sbt 1.11.2 --- Formula/s/sbt.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sbt.rb b/Formula/s/sbt.rb index 8278f7c246176..e8b2f7d02c435 100644 --- a/Formula/s/sbt.rb +++ b/Formula/s/sbt.rb @@ -1,9 +1,9 @@ class Sbt < Formula desc "Build tool for Scala projects" homepage "https://www.scala-sbt.org/" - url "https://github.com/sbt/sbt/releases/download/v1.11.1/sbt-1.11.1.tgz" - mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.1/sbt-1.11.1.tgz" - sha256 "a554d36fddd2677abcd55b0a3f0dce03ab494e350ae32da2936e76c211d85ee4" + url "https://github.com/sbt/sbt/releases/download/v1.11.2/sbt-1.11.2.tgz" + mirror "https://sbt-downloads.cdnedge.bluemix.net/releases/v1.11.2/sbt-1.11.2.tgz" + sha256 "84c7b9d8e20c5dc8356154a5b7146c0a8b86aba97268ce9fe1a585d2c8908f4f" license "Apache-2.0" # Upstream sometimes creates releases that use a stable tag (e.g., `v1.2.3`) From bf6929e324d45b8bf186db5bd74e02499fbf1d35 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:14:29 +0000 Subject: [PATCH 04090/10074] sdns 1.5.2 --- Formula/s/sdns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sdns.rb b/Formula/s/sdns.rb index f76c04ff644df..4e98d19dbc601 100644 --- a/Formula/s/sdns.rb +++ b/Formula/s/sdns.rb @@ -1,8 +1,8 @@ class Sdns < Formula desc "Privacy important, fast, recursive dns resolver server with dnssec support" homepage "https://sdns.dev/" - url "https://github.com/semihalev/sdns/archive/refs/tags/v1.5.0.tar.gz" - sha256 "948320bcd562f696efc38a7ec30897a36c27e31aeedff6fd227bd853fdf537ba" + url "https://github.com/semihalev/sdns/archive/refs/tags/v1.5.2.tar.gz" + sha256 "52d75a4d4e4c09982e7b1f66e93cdd3eadc57a6c3112f84ede7cd94b902ad19c" license "MIT" head "https://github.com/semihalev/sdns.git", branch: "master" From 378bb7b66775983ce1b090b214b43a498525f9ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:17:10 +0000 Subject: [PATCH 04091/10074] tenv 4.7.0 --- Formula/t/tenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index a1cf7f181920a..4d8bec54d31d5 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -1,8 +1,8 @@ class Tenv < Formula desc "OpenTofu / Terraform / Terragrunt / Terramate / Atmos version manager" homepage "https://tofuutils.github.io/tenv/" - url "https://github.com/tofuutils/tenv/archive/refs/tags/v4.6.2.tar.gz" - sha256 "f3ebd348301163509d23c0cb6963c6f69bc9b942c54188c09605cd63f08475a0" + url "https://github.com/tofuutils/tenv/archive/refs/tags/v4.7.0.tar.gz" + sha256 "55f61bc1a03cd140d5f0102cd4bb2977f3b3b81f868ea1b330de2b66e2db39e7" license "Apache-2.0" head "https://github.com/tofuutils/tenv.git", branch: "main" From dc4b76a06f4869a6e89884a5e29c1b21ff26030b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:18:15 +0000 Subject: [PATCH 04092/10074] nerdfetch: update 8.4.0 bottle. --- Formula/n/nerdfetch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/nerdfetch.rb b/Formula/n/nerdfetch.rb index d4ab457574982..1f10ea99dbab4 100644 --- a/Formula/n/nerdfetch.rb +++ b/Formula/n/nerdfetch.rb @@ -7,7 +7,7 @@ class Nerdfetch < Formula head "https://github.com/ThatOneCalculator/NerdFetch.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "b19b0df53c7789d8d4d76f2dabdbf895330887b95506b20f5790d48f8e37afa9" + sha256 cellar: :any_skip_relocation, all: "d7eb58629f316b57f9de7fae9ac04e9505a9a82eb2fc7c9b372e9fb678dcaa70" end def install From 07e0c9ed418b9f12da7ec84db9950d16c6ce1005 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:27:26 +0000 Subject: [PATCH 04093/10074] btcli: add 9.5.1 bottle. --- Formula/b/btcli.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 54584036b7021..7fc068ba83439 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -8,6 +8,15 @@ class Btcli < Formula license "MIT" head "https://github.com/opentensor/btcli.git", branch: "main" + bottle do + sha256 cellar: :any, arm64_sequoia: "386ff245a9fb27a35ae8e58f90e4bbbcaf5e6531f0339e1e8b55c0542bddb0b9" + sha256 cellar: :any, arm64_sonoma: "82108bb572836cbdf3128877de9ce132d5b458daf5a2b9bcde30408c8374d403" + sha256 cellar: :any, arm64_ventura: "0214e0965c5a73c0a508de13cb78fbcc4a18a32aa6caf0dff9143842cb0290d9" + sha256 cellar: :any, sonoma: "ad029162ac1ea3e900fb1bebbeacfc8c26f262ee3c3c69b1721248ef8f65f8d2" + sha256 cellar: :any, ventura: "a7dce35b9024c524878b4f6d6b5ab5acc1d29981ec749cc60825051a5fb97986" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f416d8e8cbbc73c83e1aff30889af6b994ea07913c2e191dca544d2f0cb41ca" + end + depends_on "cmake" => :build # for Levenshtein depends_on "maturin" => :build depends_on "pkgconf" => :build From 8e6ceb257339d8a62a59635cd6e12012c5efe55e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 23:27:38 +0000 Subject: [PATCH 04094/10074] mesa 25.1.3 autobump: add mesa Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/mesa.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 50ba0188968c7..a11697efb9386 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2351,6 +2351,7 @@ memtester menhir mercurial mergiraf +mesa meson meta-package-manager metabase diff --git a/Formula/m/mesa.rb b/Formula/m/mesa.rb index ad9d4ee051f25..43c91c0146a86 100644 --- a/Formula/m/mesa.rb +++ b/Formula/m/mesa.rb @@ -3,8 +3,8 @@ class Mesa < Formula desc "Graphics Library" homepage "https://www.mesa3d.org/" - url "https://archive.mesa3d.org/mesa-25.1.2.tar.xz" - sha256 "c29c93fd35119b949a589463d1feb61b4000c0daad04e8d543d7f909f119bd97" + url "https://archive.mesa3d.org/mesa-25.1.3.tar.xz" + sha256 "ffcb6cadb5fd356d56008e6308641dfe4b2929f30139f6585436ca6e3cddba7f" license all_of: [ "MIT", "Apache-2.0", # include/{EGL,GLES*,vk_video,vulkan}, src/egl/generate/egl.xml, src/mapi/glapi/registry/gl.xml From 7ea97946d051e20df9a63bd818b819b8de01dd94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:31:10 +0000 Subject: [PATCH 04095/10074] ares: update 0.11.0 bottle. --- Formula/a/ares.rb | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Formula/a/ares.rb b/Formula/a/ares.rb index 6361a0ea7142d..e8944e33db73b 100644 --- a/Formula/a/ares.rb +++ b/Formula/a/ares.rb @@ -13,18 +13,13 @@ class Ares < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b698cc90e5f474391cb7a574b84ba9a3c9d4e70f4de900676375856a58408a6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d2827a8036416c4adba83c9a6fd43eeddf76f6bd7902107ab728cf3369d3d90" - sha256 cellar: :any_skip_relocation, arm64_ventura: "97a85bf81a02c6a8264a4ea153adc2190d2da0d88920a6f789e38605ffd3cee4" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c2bcc31382c5987f72cc62f942178fd2048d7d4acc71e94b36e15f9e77fc2e8d" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "9bc8074875bad6f69b3a3caa03a53c42639905b9d755b58d3c9d81519c5c1b49" - sha256 cellar: :any_skip_relocation, sonoma: "64ff6858a4170c60665df77f5d3b7ef643a4c91f7e870da9cbfb3599cb196514" - sha256 cellar: :any_skip_relocation, ventura: "2ef2937082a01200c25fc1d61f1fdc91029bd443dbc8ee44f0b1b843f8c3adee" - sha256 cellar: :any_skip_relocation, monterey: "38bdef4ea6190bb5107cc2f42924b9b5aafcfbf0a7d8b1af0f68088076c58c66" - sha256 cellar: :any_skip_relocation, big_sur: "148415168b096df8c5c39e14f6f68727331a3793073a122992e020568d5d87a3" - sha256 cellar: :any_skip_relocation, arm64_linux: "d44d38b5f09547f5ef9891e76a883ed8a9dc1ab1a55b688a7ce34993c4550fac" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8d8628ee2e4ccb9ff40faedc01fff88f8ab4e7154d3a8573ba4d8b7dc7bb106e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f1ebc203591b997591cf3f7fef4fb145eaf1c7bdda7c1b92a4a5f7c73afc3a1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "69ed6c01fd307449f1f5f1d76f1de7dc4f804d1c57ba7bc106c9dbead3685ee8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5acf01bcc2e7bb451ffaf5b99fc499663de093222b057b0f4d8f21b7239c7e6e" + sha256 cellar: :any_skip_relocation, sonoma: "453b5cf8f4f29d7a0a5702569f9f149451bd5e19c313886a0e5024369cab3879" + sha256 cellar: :any_skip_relocation, ventura: "038f0c1740c55673f92e9eda04f45e2d1af79ec0c75a19d0495d0286c0fc1821" + sha256 cellar: :any_skip_relocation, arm64_linux: "18bca98bf45a77d9f7358342a4196720b37d59ea4f77f26c9c8a36abe3a70c8c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9bdeab88f015b3d9e745c63a71c680c2a53b17f9a81146ddfc1d67233d332ed5" end depends_on "rust" => :build From 7389b8d599db6975a91b90c4a2c50e8df00dfe7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:31:18 +0000 Subject: [PATCH 04096/10074] sdns: update 1.5.2 bottle. --- Formula/s/sdns.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sdns.rb b/Formula/s/sdns.rb index 4e98d19dbc601..54c8bfd23b399 100644 --- a/Formula/s/sdns.rb +++ b/Formula/s/sdns.rb @@ -7,13 +7,13 @@ class Sdns < Formula head "https://github.com/semihalev/sdns.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "38aad4fa349df341c5c4e4581477e3a61bd434ac7d5ba9b1ae1dd6b7044f0a16" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8eb0a65049db30a3103b164d8edcd4318bb0a313d488811b2f17b40f0ec598b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f9698f413aa1ca5a0cb73b59a35aaa51a7c66b437eba54a1b06b7a0eea393717" - sha256 cellar: :any_skip_relocation, sonoma: "c867295b6b18f2e6749ed520d63278c91110ff149d8e2b5d50e42a936f0c87d0" - sha256 cellar: :any_skip_relocation, ventura: "baa96e646837d2a71d31f6ae6913f03049577177df6db7cde30d56daa4084e8d" - sha256 cellar: :any_skip_relocation, arm64_linux: "1bcbe2cb1d1a519b773034dce27d5085d4852fae8f36e2b494c773c24e23f152" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f225e6eaeafd37bf6c7fec3d48bc694ea55b2597da9d4ecc03ba179337a405c5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4064e44c2a1a85d75b5f14b9b73cca90ddae74e71603c739ceedd13f382c546c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "77984cb1b823d23f0f3d6520d9966e480da483d4757fb4099cec19a04feef0ad" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c99084bd16ab5af032af3c772738057d75826b0b7c9b2003d46e861e87e88021" + sha256 cellar: :any_skip_relocation, sonoma: "a4cda2d0f8c878e05f6f325b277df2d39acd884258153e397b3a8d1ff0299b0a" + sha256 cellar: :any_skip_relocation, ventura: "99f5feddd9eb110578e38eeb70fa8ce4402534cef244a154182b1971b43f6d60" + sha256 cellar: :any_skip_relocation, arm64_linux: "6127f64d913ece10acf827cab12db488e6069bc0b28baa0583c4b94bc9863183" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a20163180f6650265add0d6c5c5805f1547516f823bd7c0499d4505d11690fd8" end depends_on "go" => :build From 1e1200f348d806b61d9c3c4936fb489d025a9a77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:32:17 +0000 Subject: [PATCH 04097/10074] tenv: update 4.7.0 bottle. --- Formula/t/tenv.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index 4d8bec54d31d5..b5482dffe3385 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -12,14 +12,13 @@ class Tenv < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4979db9217a1754ec4a42a5242a7ad8548d47eef60885551c50de8c5c7a2851b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4979db9217a1754ec4a42a5242a7ad8548d47eef60885551c50de8c5c7a2851b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4979db9217a1754ec4a42a5242a7ad8548d47eef60885551c50de8c5c7a2851b" - sha256 cellar: :any_skip_relocation, sonoma: "5bf32d9d7e7083c7aaa6f765f5b5209af8920720ee9d4970300a0cf719cf36ac" - sha256 cellar: :any_skip_relocation, ventura: "5bf32d9d7e7083c7aaa6f765f5b5209af8920720ee9d4970300a0cf719cf36ac" - sha256 cellar: :any_skip_relocation, arm64_linux: "119d4999e5653c0fb3908518b44ff310498fc8846e783a6a003735feecbaf490" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc81e559643d113da84a932b8ec3788541bbe5474586cadef2b08ba670d95217" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7201cda8f4a87962e446f68e2bbab86e0c0305ace48089cb86cf767ee86ef00" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7201cda8f4a87962e446f68e2bbab86e0c0305ace48089cb86cf767ee86ef00" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f7201cda8f4a87962e446f68e2bbab86e0c0305ace48089cb86cf767ee86ef00" + sha256 cellar: :any_skip_relocation, sonoma: "c2374e6523795688eeab27b146110c654e34d3f08dbc8600bdec2aff177557cf" + sha256 cellar: :any_skip_relocation, ventura: "c2374e6523795688eeab27b146110c654e34d3f08dbc8600bdec2aff177557cf" + sha256 cellar: :any_skip_relocation, arm64_linux: "81c76d361e1a0b18623f213f2aa6f8ffd26afc6588b5a17911e90a3fd8be209f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc8b1dc041a2d1af58271f4e29e5b2a18febb2ec1bc3c62b748232e0f081a046" end depends_on "go" => :build From f33a636edd778ff636da7e371a909e001ac0017c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:37:37 +0000 Subject: [PATCH 04098/10074] sbt: update 1.11.2 bottle. --- Formula/s/sbt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/sbt.rb b/Formula/s/sbt.rb index e8b2f7d02c435..cb4ca8811fbcd 100644 --- a/Formula/s/sbt.rb +++ b/Formula/s/sbt.rb @@ -14,7 +14,7 @@ class Sbt < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "74b59c79bbf821743c42e8581117b60046a3d8fdd75e526b3bd232622c06c405" + sha256 cellar: :any_skip_relocation, all: "0a2e238098100db4e5361d68bc78d1c997ac61596dbd96f53e4a5b9f6d99fe60" end depends_on "openjdk" From 5ea30914bc1cf399824cdaf159df14ff663ce394 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Jun 2025 05:19:30 +0000 Subject: [PATCH 04099/10074] trino 476 trino: launcher 304 Signed-off-by: Rui Chen --- Formula/t/trino.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/t/trino.rb b/Formula/t/trino.rb index 0a43817bb2004..4fbeb1e17a46c 100644 --- a/Formula/t/trino.rb +++ b/Formula/t/trino.rb @@ -3,8 +3,8 @@ class Trino < Formula desc "Distributed SQL query engine for big data" homepage "https://trino.io" - url "https://search.maven.org/remotecontent?filepath=io/trino/trino-server/475/trino-server-475.tar.gz" - sha256 "e0abe7af2599003a23302af13bd74e69db45d3ba701899fa809e4cf8edbc01d4" + url "https://search.maven.org/remotecontent?filepath=io/trino/trino-server/476/trino-server-476.tar.gz" + sha256 "cfd5accde17e8ebd251eeeb78aed1f490e77bb3a164d95a0f454bf8a7c1cbd3f" license "Apache-2.0" livecheck do @@ -25,8 +25,8 @@ class Trino < Formula depends_on "openjdk" resource "trino-src" do - url "https://github.com/trinodb/trino/archive/refs/tags/475.tar.gz" - sha256 "cc358932b557e0748f3109d0d79a92d6261034423013d8f77f2905d902880069" + url "https://github.com/trinodb/trino/archive/refs/tags/476.tar.gz" + sha256 "5a288d90f02858131387a93e9c221bed77849073fb107e6cdf0a74945ee33cbe" livecheck do formula :parent @@ -34,8 +34,8 @@ class Trino < Formula end resource "trino-cli" do - url "https://search.maven.org/remotecontent?filepath=io/trino/trino-cli/475/trino-cli-475-executable.jar" - sha256 "3467e8b834d2935339d6912441b0c2cc51827b78e965dffc158186c81cec02b2" + url "https://search.maven.org/remotecontent?filepath=io/trino/trino-cli/476/trino-cli-476-executable.jar" + sha256 "fe4e9c7fb569cd67673afa1622945f6308e1e59bdb825419352b80887661757b" livecheck do formula :parent @@ -46,8 +46,8 @@ class Trino < Formula # getting airbase version at https://github.com/trinodb/trino/blob/#{version}/pom.xml#L8 and then # dep.launcher.version at https://github.com/airlift/airbase/blob//airbase/pom.xml#L225 resource "launcher" do - url "https://github.com/airlift/launcher/archive/refs/tags/303.tar.gz" - sha256 "14e6ecbcbee3f0d24b9de1f7be6f3a220153ea17d3fc88d05bbb12292b3dd52c" + url "https://github.com/airlift/launcher/archive/refs/tags/304.tar.gz" + sha256 "4afd1ed339c64bccab54421c01317665364a5e71dec20fb6b7b2f60281f1b344" livecheck do url "https://raw.githubusercontent.com/trinodb/trino/refs/tags/#{LATEST_VERSION}/pom.xml" From 8b03ab59d4dbb07e43a83f2ec008a2dc73fd002b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 00:09:04 +0000 Subject: [PATCH 04100/10074] mesheryctl: update 0.8.100 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index c342ae638b591..4787b42bf6add 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "774fdd0a30edc9920f6ea4066cda5e46ad7606ca3943fdab4288e3df24439504" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "774fdd0a30edc9920f6ea4066cda5e46ad7606ca3943fdab4288e3df24439504" - sha256 cellar: :any_skip_relocation, arm64_ventura: "774fdd0a30edc9920f6ea4066cda5e46ad7606ca3943fdab4288e3df24439504" - sha256 cellar: :any_skip_relocation, sonoma: "2052d14435d7a8e158193adc0bdcaadbf91018eab38bf554f2a9d2396f1fca2b" - sha256 cellar: :any_skip_relocation, ventura: "2052d14435d7a8e158193adc0bdcaadbf91018eab38bf554f2a9d2396f1fca2b" - sha256 cellar: :any_skip_relocation, arm64_linux: "c16118946f2f8a160da56da71088c5a0b1c6dcb929c476416a094d24dda23cb2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "be2b5df42d882f739e8e185f34d5e94c6c045e146290c5c174397c45f9750963" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2a680c9d242e60e6e01790cdd847fe40053d280442fcd4ba20389a7710520db" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2a680c9d242e60e6e01790cdd847fe40053d280442fcd4ba20389a7710520db" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d2a680c9d242e60e6e01790cdd847fe40053d280442fcd4ba20389a7710520db" + sha256 cellar: :any_skip_relocation, sonoma: "9e8d9fd0a321f2a99af4c383df769109f099d7c9867f304845779af4802cb25a" + sha256 cellar: :any_skip_relocation, ventura: "9e8d9fd0a321f2a99af4c383df769109f099d7c9867f304845779af4802cb25a" + sha256 cellar: :any_skip_relocation, arm64_linux: "128b6e9802257fa51c52e01fed035656368df42e1b5dec51c1a2dc9b298ba9ff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0aed273f3fcd756d932655f5e03c9856c423ef551b073b45f0fd3a234d03c3c7" end depends_on "go" => :build From 4ae9459349673693341111ad1b4a099e25d945df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 01:05:09 +0000 Subject: [PATCH 04101/10074] mpg123: update 1.33.0 bottle. --- Formula/m/mpg123.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mpg123.rb b/Formula/m/mpg123.rb index 6a707a7033486..bfcdeac935e45 100644 --- a/Formula/m/mpg123.rb +++ b/Formula/m/mpg123.rb @@ -12,13 +12,13 @@ class Mpg123 < Formula end bottle do - sha256 arm64_sequoia: "a7e88250498abc0521be5e43103aa1d411f33ccc08d55bbb37fd34b42015e38e" - sha256 arm64_sonoma: "af9d70581ff2cb103d8d4ef92b63ed8e3568687b5a505a145653a50b9277b78f" - sha256 arm64_ventura: "bc9e0b6ff94df269e8741e8f1ba0234adec63445498f008c93eca30860373188" - sha256 sonoma: "8368344c162b5b09a4e270c7bec9bc3356744c32d4375fac5fde9ec09ac366bb" - sha256 ventura: "870777a32e3bcdca0eaffde89a3d968b21aba3bae9047c7e36b76ca23a5b7721" - sha256 arm64_linux: "7e4c8351af4cc50acf7dc1463483b33e2a3adc8f73a4c51d336137926f07d003" - sha256 x86_64_linux: "ceea33a9d7ec86a51a6c26936b253ce738915e344d0e577b628d70065829596a" + sha256 arm64_sequoia: "94ad1c7b36056cdfcb57a256388ce840f0038e4f378a59159ad01a4be8287f50" + sha256 arm64_sonoma: "eefa497a2647b518e40dc34320857dac1a129c7d2e463487fa66aba74474d8b4" + sha256 arm64_ventura: "b38b8d614bf7a54483963afcf1780059d47f0fd49a0e36411d0cddf274680f5b" + sha256 sonoma: "319f13d1d6f1d49275c498410ce423e04de0ed054cbccec588a3462b7ce0094b" + sha256 ventura: "f814d6bb9ec1a42df3065032a9632a0ad7459a4def5ad5aee96e60ffb152283f" + sha256 arm64_linux: "9196957b3a3af7fb4a810e8dff84cb9a4f9bffce5c4907f7c3e51e53966526be" + sha256 x86_64_linux: "60b726acd6f8eb1d3edc1a87e24f48ba514cab940d40ed41768649ea1ca5b635" end def install From 2cae49fdb7115ffa10fca34df52c2fbcb2e6bfb8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 01:20:56 +0000 Subject: [PATCH 04102/10074] squashfs: update 4.7 bottle. --- Formula/s/squashfs.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Formula/s/squashfs.rb b/Formula/s/squashfs.rb index 7ed80630137e0..e74462905f0ef 100644 --- a/Formula/s/squashfs.rb +++ b/Formula/s/squashfs.rb @@ -22,17 +22,13 @@ class Squashfs < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e18983058459bb34a878aa55400fdb33fffe5dd01d7ed52601f8228cb1e3d8f2" - sha256 cellar: :any, arm64_sonoma: "21f37d4cd4db720d9c1f15ce0cad88397a816b7801f30d715cf2f28fc91df08d" - sha256 cellar: :any, arm64_ventura: "2d8bf130f1b58fa03252b6cccbab2f0d4ffa600b33996a40e61d91d73f7fd55f" - sha256 cellar: :any, arm64_monterey: "6cef6a569617ae5135c3eb170ee09f7fea7736da13b953f2efb44d024e947a4e" - sha256 cellar: :any, arm64_big_sur: "fd3ad11d7192e0faad3906f5556aca470d2b8404ce07f6cded1514af2c286689" - sha256 cellar: :any, sonoma: "7c2ba3c8a22abeba1f4f2e5d4118d62b169124cd61f0c3fbdeecd16ccd158927" - sha256 cellar: :any, ventura: "f77526a0a06e07ffba3e86a57c09391f3e962f221543ba424276beea2de6be29" - sha256 cellar: :any, monterey: "0f4721b581fa57db435d884bc4af98ce7c58e3ba92262e2277676b1e44e4cb1f" - sha256 cellar: :any, big_sur: "821ae58379b5a2465979686d50f3f54d26b7707e5aaa8180eea6d6da5559b07d" - sha256 cellar: :any_skip_relocation, arm64_linux: "d2f6ea709f9ab4cdc4ebd038804296a1bb0b040c0d5bfbbe5a84e744f1a02372" - sha256 cellar: :any_skip_relocation, x86_64_linux: "48347e06cf3d3bd099d441f38de0d32296340334bebefa048550d8b8afcb426d" + sha256 cellar: :any, arm64_sequoia: "17a8eef6f5e4f1651dffacbf86ab7431b1b2141cc6c607f2512f505c7396d048" + sha256 cellar: :any, arm64_sonoma: "9072950634ac3014a50e01ec2654f20441f493ff701273e4266be1538f4b81f3" + sha256 cellar: :any, arm64_ventura: "879c9257a584c0ef27090c43d5139aba5536b4d5bd517561da8bcc51e8b9531e" + sha256 cellar: :any, sonoma: "dfd8c515ff9a00d292d016a49f297128c0d9340776cf27083533ea5d2676701b" + sha256 cellar: :any, ventura: "6ff29851e64d2d375bb08f6a48f2da29690d027109d7fb08a92999392d0a6eee" + sha256 cellar: :any_skip_relocation, arm64_linux: "2de4bd709da9d0906ae7b919084c783abe591fa4234cbed0b7bc6bfb84f1116a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "01e6538dea4e6e553d1e6f95ab8f7776fe578abfa56122207ee3a1b4f61a2e8b" end depends_on "gnu-sed" => :build From 32259a5869904ea55628c0c0473f89a8c6fe29e7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 01:22:17 +0000 Subject: [PATCH 04103/10074] numpy: update 2.3.0 bottle. --- Formula/n/numpy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/numpy.rb b/Formula/n/numpy.rb index f9a2cc5f59bdd..f2a7bd64a11a2 100644 --- a/Formula/n/numpy.rb +++ b/Formula/n/numpy.rb @@ -7,13 +7,13 @@ class Numpy < Formula head "https://github.com/numpy/numpy.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "015951ce3ac8d4580c7d65ab01da55253e7fbbe196f14da546511f1e0bf76866" - sha256 cellar: :any, arm64_sonoma: "db8fc4fb6a7d3014c09f9385b85e60b160f18c537924f729c54e24e4f7e7d522" - sha256 cellar: :any, arm64_ventura: "e1b6497914bb0181a845af0be3d96a016a8b86e03ce0b85b8baccb8ab4d939bc" - sha256 cellar: :any, sonoma: "886e8a12f2d386ff22b8b24397086920d30c9e2f7a24819dcabd24519ffb2e8e" - sha256 cellar: :any, ventura: "3ab83826239866b15cd57b0207c96393f44c7850ed57212b7dafde21aa36ef0b" - sha256 cellar: :any_skip_relocation, arm64_linux: "4fa25795190a56d8e7cb7b1c7e7e45186f37008198722730a7eca17d3654bd74" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5c8119202fb8599cec02bb32936b2149f090c9495970d96c3b47fb1e6eb7e0d8" + sha256 cellar: :any, arm64_sequoia: "9f6f60e2be311759e7efaba77eaca8745b746b5d48d2b1472e80f053c35c8de6" + sha256 cellar: :any, arm64_sonoma: "d0088dde5437fb81e49b2ebc04a561f738aad118737ef12e36fc1cb29715b7ac" + sha256 cellar: :any, arm64_ventura: "ee872d853a2bc5e877ba65abb53188b9eb36f59e4f3e57be560c94a0c4ad7bfc" + sha256 cellar: :any, sonoma: "b846369ec2021b66df32f17ba7963dd445ef5d2246c551c9d1b7bf69492a08ea" + sha256 cellar: :any, ventura: "9ab136f0b32d1630ff1378e0065a8cf67f19240dcca56d37e5ef8a40266a36ec" + sha256 cellar: :any_skip_relocation, arm64_linux: "6303dd05bb3f6bc76e779c6968e09b42ac4ed62cc9ec107b493b23eba9bd1626" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6fc94014a1a4c0479e619865109834491b776edfdae48dd5caffd19038b06217" end depends_on "gcc" => :build # for gfortran From 227d3b1f24772d89e0ed3cd73332384228b19626 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 01:22:31 +0000 Subject: [PATCH 04104/10074] trino: update 476 bottle. --- Formula/t/trino.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/trino.rb b/Formula/t/trino.rb index 4fbeb1e17a46c..a7ffb7447e109 100644 --- a/Formula/t/trino.rb +++ b/Formula/t/trino.rb @@ -13,12 +13,12 @@ class Trino < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4777bf2d482a6f798f73a57996fac72bcef44a997db370890489fe2fdd2b53bb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4777bf2d482a6f798f73a57996fac72bcef44a997db370890489fe2fdd2b53bb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4777bf2d482a6f798f73a57996fac72bcef44a997db370890489fe2fdd2b53bb" - sha256 cellar: :any_skip_relocation, sonoma: "a1c0b06e9af2862057a946e1f5d803aade8d890d0cc059951d24504115ca8b24" - sha256 cellar: :any_skip_relocation, ventura: "a1c0b06e9af2862057a946e1f5d803aade8d890d0cc059951d24504115ca8b24" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3636961f1fcedc775a0575a989b439cd29f796b31cf171a0f7cb7b611c5607df" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9caf9aa709b5d188d268df9aafc60487021b6e8b30c27b4f93a5172a47df134d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9caf9aa709b5d188d268df9aafc60487021b6e8b30c27b4f93a5172a47df134d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9caf9aa709b5d188d268df9aafc60487021b6e8b30c27b4f93a5172a47df134d" + sha256 cellar: :any_skip_relocation, sonoma: "1f78192a519c995d1c42f31229b277281a5072e347bef52164e5032eadb1726f" + sha256 cellar: :any_skip_relocation, ventura: "1f78192a519c995d1c42f31229b277281a5072e347bef52164e5032eadb1726f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "98801d4ca23627319d3a02e7328760df5e9d1ea688c80c259f3fe654c5918360" end depends_on "go" => :build From 7f74a29339c35c01dfd4c2463393a2ddd58f9b38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 01:25:33 +0000 Subject: [PATCH 04105/10074] newsraft: update 0.31 bottle. --- Formula/n/newsraft.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/n/newsraft.rb b/Formula/n/newsraft.rb index e4e00ed5d264b..2eff069f6ba98 100644 --- a/Formula/n/newsraft.rb +++ b/Formula/n/newsraft.rb @@ -6,14 +6,13 @@ class Newsraft < Formula license "ISC" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "fc25441587a212a0e2ff3ea4f3da8ea8ae4ee6eb056734f34457e359226c5075" - sha256 cellar: :any, arm64_sonoma: "ccbf32aa2aad3feca89328629e5639cc590cceb84e0819014d92c7b9edc7cd09" - sha256 cellar: :any, arm64_ventura: "28c538465291b8b65247cee90652ab3a81bdc4dff555386798a7cb2cdcedd87a" - sha256 cellar: :any, sonoma: "6524f7e716bd15f1a0b53de139f1ddbef314ef15700e5c1d0b3e6bfe04127a7c" - sha256 cellar: :any, ventura: "2d0e01a5a206136515d82bca07ae11c478995e9f1f9bb7d70c251428992f5519" - sha256 cellar: :any_skip_relocation, arm64_linux: "416ea9344c2a5e145eb76c0cc7238ba0214a85fbec51a3c2ba4335fe8ec813c1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "984b829e7f58382aa6a5af27221be3424fef32dca3c7965c37dd04c7e332a575" + sha256 cellar: :any, arm64_sequoia: "3b5961c074fd15057a182e9791170306fa5e355628d16d4968d1eee952f4fd7c" + sha256 cellar: :any, arm64_sonoma: "6bfdb119e1307570cb966b0a348184ede846257494ef8ae67808299a6d03ab07" + sha256 cellar: :any, arm64_ventura: "5695232966011416ad0432d69dc8220fe3b21de19d528fb887ace2f87202cf2b" + sha256 cellar: :any, sonoma: "fdd6937d7522236a3383d36f4658c74da25643d437859238f12c25f2083d0dad" + sha256 cellar: :any, ventura: "d977b03d537630583310e9951000a4992e8241eca720c39d60ea53d2c4cf8ecf" + sha256 cellar: :any_skip_relocation, arm64_linux: "424898f09a5cd5b1a77950c1ba3059bed8e0200d2e78ab33d5517decd2117f84" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e982e7d9982e75c46874e9790d826ab16e29b5af4328b6640f939ed26c2b56e4" end depends_on "scdoc" => :build From 78f4e9828d726e749a89b4a3219348312ad80ff9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 13:03:06 -0400 Subject: [PATCH 04106/10074] easyrpg-player 0.8.1.1 Signed-off-by: Rui Chen --- Formula/e/easyrpg-player.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/e/easyrpg-player.rb b/Formula/e/easyrpg-player.rb index 29f448605dc81..ec6d22f0170e6 100644 --- a/Formula/e/easyrpg-player.rb +++ b/Formula/e/easyrpg-player.rb @@ -1,8 +1,8 @@ class EasyrpgPlayer < Formula desc "RPG Maker 2000/2003 games interpreter" homepage "https://easyrpg.org/" - url "https://easyrpg.org/downloads/player/0.8.1/easyrpg-player-0.8.1.tar.xz" - sha256 "51249fbc8da4e3ac2e8371b0d6f9f32ff260096f5478b3b95020e27b031dbd0d" + url "https://easyrpg.org/downloads/player/0.8.1.1/easyrpg-player-0.8.1.1.tar.xz" + sha256 "52ab46efdc5253a5ef08d3eee49c84d5c5cbb770929f28a08681fe01e5279bb2" license "GPL-3.0-or-later" livecheck do @@ -10,8 +10,6 @@ class EasyrpgPlayer < Formula regex(/href=.*?easyrpg-player[._-]v?(\d+(?:\.\d+)+)\.t/i) end - no_autobump! because: :requires_manual_review - bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "bfcc503e8f0ee35e4b4cd08fc3b813a444608597916333df7b1ad7bcf0a659bc" From 834362bff0847140ff6fc92fd12729b780d4f6bc Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 13:03:37 -0400 Subject: [PATCH 04107/10074] synced_versions_formulae: unsync `easyrpg-player`, `liblcf` Signed-off-by: Rui Chen --- synced_versions_formulae.json | 1 - 1 file changed, 1 deletion(-) diff --git a/synced_versions_formulae.json b/synced_versions_formulae.json index bf7d623563054..e10e1690ad894 100644 --- a/synced_versions_formulae.json +++ b/synced_versions_formulae.json @@ -29,7 +29,6 @@ ["dbhash", "lemon", "sqldiff", "sqlite", "sqlite-analyzer"], ["dmd", "dtools"], ["docker", "docker-completion"], - ["easyrpg-player", "liblcf"], ["etl", "synfig"], ["file-formula", "libmagic"], ["edencommon", "fb303", "fbthrift", "fizz", "folly", "mvfst", "proxygen", "wangle", "watchman"], From aea0444e5505b80a83786a2362b81ba2a6302480 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jun 2025 13:04:19 -0400 Subject: [PATCH 04108/10074] autobump: add `easyrpg-player`,`liblcf` Signed-off-by: Rui Chen --- .github/autobump.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index 50ba0188968c7..fe7fe7efd7476 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -945,6 +945,7 @@ earthly easeprobe easy-rsa easyengine +easyrpg-player eccodes ecflow-ui echidna @@ -2024,6 +2025,7 @@ libjwt libkeccak libksba liblc3 +liblcf liblinear liblouis liblqr From 16b08e859aa60d1542e055733173071d2e026481 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 02:00:12 +0000 Subject: [PATCH 04109/10074] btcli: update 9.5.1 bottle. --- Formula/b/btcli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 7fc068ba83439..514862d210e95 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -14,6 +14,7 @@ class Btcli < Formula sha256 cellar: :any, arm64_ventura: "0214e0965c5a73c0a508de13cb78fbcc4a18a32aa6caf0dff9143842cb0290d9" sha256 cellar: :any, sonoma: "ad029162ac1ea3e900fb1bebbeacfc8c26f262ee3c3c69b1721248ef8f65f8d2" sha256 cellar: :any, ventura: "a7dce35b9024c524878b4f6d6b5ab5acc1d29981ec749cc60825051a5fb97986" + sha256 cellar: :any_skip_relocation, arm64_linux: "3c6c32de0ae4b40519a0ea01ce150c1a967e24b4d059a4d56b68184f31972fce" sha256 cellar: :any_skip_relocation, x86_64_linux: "5f416d8e8cbbc73c83e1aff30889af6b994ea07913c2e191dca544d2f0cb41ca" end From 5027f1647d3440b3e119cd062d7581c414264cdc Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Sat, 7 Jun 2025 23:48:33 +0200 Subject: [PATCH 04110/10074] oterm 0.13.1 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/o/oterm.rb | 251 +++++++++++++++++++++++++++++++++++++ pypi_formula_mappings.json | 3 + 3 files changed, 255 insertions(+) create mode 100644 Formula/o/oterm.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 026b71b1f7867..5f9b8e921492a 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2758,6 +2758,7 @@ ospray osslsigncode osv-scanner otel-cli +oterm otf2 otree ots diff --git a/Formula/o/oterm.rb b/Formula/o/oterm.rb new file mode 100644 index 0000000000000..a7539bbc98a2e --- /dev/null +++ b/Formula/o/oterm.rb @@ -0,0 +1,251 @@ +class Oterm < Formula + include Language::Python::Virtualenv + + desc "Terminal client for Ollama" + homepage "https://github.com/ggozad/oterm" + url "https://files.pythonhosted.org/packages/44/44/7abc0b2149584545cea96c6d8fd9b14f800c7d1bd7ca9a9c45439084402c/oterm-0.13.1.tar.gz" + sha256 "ef01161329198d116d291b6c01ec60457f4e4465e185b8dad94c3c3de03f6b09" + license "MIT" + + depends_on "pkgconf" => :build + depends_on "rust" => :build + depends_on "certifi" + depends_on "freetype" + depends_on "jpeg-turbo" + depends_on "libraqm" + depends_on "libtiff" + depends_on "little-cms2" + depends_on "openjpeg" + depends_on "python@3.13" + + uses_from_macos "zlib" + + resource "aiosql" do + url "https://files.pythonhosted.org/packages/98/3a/105cdf480d444ee059f3fbea65616fba006fba29d32e382fb1a4d947f4b7/aiosql-13.4.tar.gz" + sha256 "da6ebb4d5e735753853007a7d574e60761338fc6ca8d95d6d95b5d85d7b1354d" + end + + resource "aiosqlite" do + url "https://files.pythonhosted.org/packages/13/7d/8bca2bf9a247c2c5dfeec1d7a5f40db6518f88d314b8bca9da29670d2671/aiosqlite-0.21.0.tar.gz" + sha256 "131bb8056daa3bc875608c631c678cda73922a2d4ba8aec373b19f18c17e7aa3" + end + + resource "annotated-types" do + url "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz" + sha256 "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" + end + + resource "anyio" do + url "https://files.pythonhosted.org/packages/95/7d/4c1bd541d4dffa1b52bd83fb8527089e097a106fc90b467a7313b105f840/anyio-4.9.0.tar.gz" + sha256 "673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028" + end + + resource "click" do + url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" + sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + end + + resource "exceptiongroup" do + url "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz" + sha256 "b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88" + end + + resource "fastmcp" do + url "https://files.pythonhosted.org/packages/20/cc/d2c0e63d2b34681bef4e077611dae662ea722add13a83dc4ae08b6e0fd23/fastmcp-2.5.2.tar.gz" + sha256 "761c92fb54f561136f631d7d98b4920152978f6f0a66a4cef689a7983fd05c8b" + end + + resource "h11" do + url "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz" + sha256 "4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" + end + + resource "httpcore" do + url "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz" + sha256 "6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" + end + + resource "httpx" do + url "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz" + sha256 "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" + end + + resource "httpx-sse" do + url "https://files.pythonhosted.org/packages/4c/60/8f4281fa9bbf3c8034fd54c0e7412e66edbab6bc74c4996bd616f8d0406e/httpx-sse-0.4.0.tar.gz" + sha256 "1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721" + end + + resource "idna" do + url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" + sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" + end + + resource "linkify-it-py" do + url "https://files.pythonhosted.org/packages/2a/ae/bb56c6828e4797ba5a4821eec7c43b8bf40f69cda4d4f5f8c8a2810ec96a/linkify-it-py-2.0.3.tar.gz" + sha256 "68cda27e162e9215c17d786649d1da0021a451bdc436ef9e0fa0ba5234b9b048" + end + + resource "markdown-it-py" do + url "https://files.pythonhosted.org/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz" + sha256 "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" + end + + resource "mcp" do + url "https://files.pythonhosted.org/packages/f2/df/8fefc0c6c7a5c66914763e3ff3893f9a03435628f6625d5e3b0dc45d73db/mcp-1.9.3.tar.gz" + sha256 "587ba38448e81885e5d1b84055cfcc0ca56d35cd0c58f50941cab01109405388" + end + + resource "mdit-py-plugins" do + url "https://files.pythonhosted.org/packages/19/03/a2ecab526543b152300717cf232bb4bb8605b6edb946c845016fa9c9c9fd/mdit_py_plugins-0.4.2.tar.gz" + sha256 "5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5" + end + + resource "mdurl" do + url "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz" + sha256 "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" + end + + resource "ollama" do + url "https://files.pythonhosted.org/packages/8d/96/c7fe0d2d1b3053be614822a7b722c7465161b3672ce90df71515137580a0/ollama-0.5.1.tar.gz" + sha256 "5a799e4dc4e7af638b11e3ae588ab17623ee019e496caaf4323efbaa8feeff93" + end + + resource "openapi-pydantic" do + url "https://files.pythonhosted.org/packages/02/2e/58d83848dd1a79cb92ed8e63f6ba901ca282c5f09d04af9423ec26c56fd7/openapi_pydantic-0.5.1.tar.gz" + sha256 "ff6835af6bde7a459fb93eb93bb92b8749b754fc6e51b2f1590a19dc3005ee0d" + end + + resource "packaging" do + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" + end + + resource "pillow" do + url "https://files.pythonhosted.org/packages/af/cb/bb5c01fcd2a69335b86c22142b2bccfc3464087efb7fd382eee5ffc7fdf7/pillow-11.2.1.tar.gz" + sha256 "a64dd61998416367b7ef979b73d3a85853ba9bec4c2925f74e588879a58716b6" + end + + resource "platformdirs" do + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" + end + + resource "pydantic" do + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + end + + resource "pydantic-core" do + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" + end + + resource "pydantic-settings" do + url "https://files.pythonhosted.org/packages/67/1d/42628a2c33e93f8e9acbde0d5d735fa0850f3e6a2f8cb1eb6c40b9a732ac/pydantic_settings-2.9.1.tar.gz" + sha256 "c509bf79d27563add44e8446233359004ed85066cd096d8b510f715e6ef5d268" + end + + resource "pygments" do + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + end + + resource "python-dotenv" do + url "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz" + sha256 "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" + end + + resource "python-multipart" do + url "https://files.pythonhosted.org/packages/f3/87/f44d7c9f274c7ee665a29b885ec97089ec5dc034c7f3fafa03da9e39a09e/python_multipart-0.0.20.tar.gz" + sha256 "8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13" + end + + resource "rich" do + url "https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz" + sha256 "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" + end + + resource "shellingham" do + url "https://files.pythonhosted.org/packages/58/15/8b3609fd3830ef7b27b655beb4b4e9c62313a4e8da8c676e142cc210d58e/shellingham-1.5.4.tar.gz" + sha256 "8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de" + end + + resource "sniffio" do + url "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz" + sha256 "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" + end + + resource "sse-starlette" do + url "https://files.pythonhosted.org/packages/8c/f4/989bc70cb8091eda43a9034ef969b25145291f3601703b82766e5172dfed/sse_starlette-2.3.6.tar.gz" + sha256 "0382336f7d4ec30160cf9ca0518962905e1b69b72d6c1c995131e0a703b436e3" + end + + resource "starlette" do + url "https://files.pythonhosted.org/packages/8b/d0/0332bd8a25779a0e2082b0e179805ad39afad642938b371ae0882e7f880d/starlette-0.47.0.tar.gz" + sha256 "1f64887e94a447fed5f23309fb6890ef23349b7e478faa7b24a851cd4eb844af" + end + + resource "terminaltexteffects" do + url "https://files.pythonhosted.org/packages/14/78/71c0ff84d2a7372ce029b22998fac27505771254bcdbccfa8fd3c786e7b0/terminaltexteffects-0.12.0.tar.gz" + sha256 "84bfa7eefc4d03ede3b9a9794d26a224df34851534f993df6a237fdb744542ef" + end + + resource "textual" do + url "https://files.pythonhosted.org/packages/34/99/8408761a1a1076b2bb69d4859ec110d74be7515552407ac1cb6b68630eb6/textual-3.2.0.tar.gz" + sha256 "d2f3b0c39e02535bb5f2aec1c45e10bd3ee7508ed1e240b7505c3cf02a6f00ed" + end + + resource "textual-image" do + url "https://files.pythonhosted.org/packages/40/e1/ad90ae431c615dd1ec5cdbf21ae573f8af68283619cf6c0f404e684d61ab/textual_image-0.8.2.tar.gz" + sha256 "484fe6ab4a19cf243ea397dd34255092783231f3fbce91f50800faa5852254a0" + end + + resource "textualeffects" do + url "https://files.pythonhosted.org/packages/64/0e/8307b9349f79d42666e46e936d31d0224e47c8e9dac572c2585e0fa517eb/textualeffects-0.1.4.tar.gz" + sha256 "86709321d49cd7abf47ed513782130174e6f5d85ea16996a7c38709c3646c463" + end + + resource "typer" do + url "https://files.pythonhosted.org/packages/6c/89/c527e6c848739be8ceb5c44eb8208c52ea3515c6cf6406aa61932887bf58/typer-0.15.4.tar.gz" + sha256 "89507b104f9b6a0730354f27c39fae5b63ccd0c95b1ce1f1a6ba0cfd329997c3" + end + + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" + end + + resource "typing-inspection" do + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" + end + + resource "uc-micro-py" do + url "https://files.pythonhosted.org/packages/91/7a/146a99696aee0609e3712f2b44c6274566bc368dfe8375191278045186b8/uc-micro-py-1.0.3.tar.gz" + sha256 "d321b92cff673ec58027c04015fcaa8bb1e005478643ff4a500882eaab88c48a" + end + + resource "uvicorn" do + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" + end + + resource "websockets" do + url "https://files.pythonhosted.org/packages/21/e6/26d09fab466b7ca9c7737474c52be4f76a40301b08362eb2dbc19dcc16c1/websockets-15.0.1.tar.gz" + sha256 "82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee" + end + + def install + # `shellingham` auto-detection doesn't work in Homebrew CI build environment so + # defer installation to allow `typer` to use argument as shell for completions + # Ref: https://typer.tiangolo.com/features/#user-friendly-cli-apps + venv = virtualenv_install_with_resources without: "shellingham" + generate_completions_from_executable(bin/"oterm", "--show-completion") + venv.pip_install resource("shellingham") + end + + test do + assert_match version.to_s, shell_output("#{bin}/oterm --version") + assert_match "EnvConfig", shell_output("#{bin}/oterm --config") + end +end diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index 8970031d623f5..cdf07ad2647b8 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -636,6 +636,9 @@ "osc-cli": { "exclude_packages": ["certifi"] }, + "oterm": { + "exclude_packages": ["certifi"] + }, "otterdog": { "exclude_packages": ["certifi", "cryptography"] }, From b76848f98196f6dd9d3c4e6f71d030da84d22ce8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04111/10074] apache-arrow: update 20.0.0_1 bottle. --- Formula/a/apache-arrow.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/apache-arrow.rb b/Formula/a/apache-arrow.rb index 37afd7b2fbc54..b5ccdb1521d73 100644 --- a/Formula/a/apache-arrow.rb +++ b/Formula/a/apache-arrow.rb @@ -11,13 +11,13 @@ class ApacheArrow < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "cd25ff2c5e53b329095229cce306740755dbc3aa6b3d51391bb420e6c4a88126" - sha256 cellar: :any, arm64_sonoma: "38fe55ee10b77866913ce2cbed86e75488cd0c5703eb3c383f4db8973f20a8ed" - sha256 cellar: :any, arm64_ventura: "4561146c557a0a0f19fe09400089e6483fec5fa2753ce517c48d80851f40b10b" - sha256 cellar: :any, sonoma: "f958b66fd1a4a0140a3d3688fba76af1ca216633d6abfdd53643a2a72ff9001b" - sha256 cellar: :any, ventura: "b75e17c47868396564e99e640c5190789276633ed34f8f9befefc3e17f8c718b" - sha256 cellar: :any_skip_relocation, arm64_linux: "a6413c358d91a03d90b95e35c7ca8e0d1af2355f199558871d7c7eab5d34e0c4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4bbc725958b822ca238d6840c93f86090ea4d8aafed7cb3c79f32852ba69c59a" + sha256 cellar: :any, arm64_sequoia: "e041de198df2a0a5f54763f9809c6406426bc8a29e0d1eb97ed6a3f3f680b94f" + sha256 cellar: :any, arm64_sonoma: "67dfbdc5934ff19160f4e44d68ff6e39f851ee2c2c77c54ef356f3b4c101ba23" + sha256 cellar: :any, arm64_ventura: "0196e66c62b7c42a0077ad70154675f964aa025f380896503a554768e5df944b" + sha256 cellar: :any, sonoma: "3a5c5651668d33d677af75b603f4604f8d091b2843bb823b6320054d026c2ebb" + sha256 cellar: :any, ventura: "9d4c9127c4a7c1918811a2aba5bf35211666301623a4374c5634446cd1c3f708" + sha256 cellar: :any_skip_relocation, arm64_linux: "24bf7bb776ebf5be24022658033c0fad5ba8e4d233ec11a28d28e5886e426303" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b932f344ac11078921d9728fa95734b2cef6381c6fe14bc95e3462594acf66f" end depends_on "boost" => :build From 9679d17ee74d825476659e4955f55edfc91870b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04112/10074] bear: update 3.1.6_2 bottle. --- Formula/b/bear.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bear.rb b/Formula/b/bear.rb index d48f9a5a5120d..1ce5d35819a6e 100644 --- a/Formula/b/bear.rb +++ b/Formula/b/bear.rb @@ -8,13 +8,13 @@ class Bear < Formula head "https://github.com/rizsotto/Bear.git", branch: "master" bottle do - sha256 arm64_sequoia: "d972c82724c1d6aeb3c7d345027fff6f46a39901eb91efe3caed45a476130987" - sha256 arm64_sonoma: "53abace5e60be878c36336a8524cf3dae8d2ca641ff724351efa07afa5f8012b" - sha256 arm64_ventura: "00e58ae4430c5abc7fb8f8daf05e7e77f0f6a4fffd599d4b592864be7c09e4a4" - sha256 sonoma: "de0bbb65470f5b6481979ec3a885041e0ba07fbd88263bc391c3c7ca963f1dc6" - sha256 ventura: "210733da953a8fefca62c17e1a5e7af54aa9271d25ebe4bfbf2c3f582d1464a4" - sha256 arm64_linux: "f390959ee3aacdbf2ca776ca4a918f28b32fc096667e076818f8322a2def2468" - sha256 x86_64_linux: "6e8206f6f977d625d90225f9da4190c7c707726a1e9fa31efe1da485b8227e2f" + sha256 arm64_sequoia: "de84f1f8b481d82cbf1a37ddac490ee05e511b4e18fdaa197aeecb3b02af2cf8" + sha256 arm64_sonoma: "0e9c4d2a3133e4cf348c2e87973db013d531d79c43ca9d58941a5565f77a2e8d" + sha256 arm64_ventura: "1328da7fed6320ed3357eb3e41ddc47a40bc7533190e38d476f2c509c84e4728" + sha256 sonoma: "9fc488f9ca375ace1aebb3edd01e9c9b6f124435e26efeed7986ef7b65095532" + sha256 ventura: "2cd213b80fed473a2d5e6b9acc6a7755dae150c68984d850f5e88285c7d69610" + sha256 arm64_linux: "27537347ae7d786c556f92cffcb26f9e7c0431e6798e7f1f54387e70a2ae572b" + sha256 x86_64_linux: "979b1b5efa8f8a9ca65008d00ebb9c65f8567e64ae74f9db277867641717d21f" end depends_on "cmake" => :build From c321f664e359d5f6b0dbd06bd1a8ff2eb0af636b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04113/10074] etcd-cpp-apiv3: update 0.15.4_27 bottle. --- Formula/e/etcd-cpp-apiv3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/etcd-cpp-apiv3.rb b/Formula/e/etcd-cpp-apiv3.rb index e2592bfb56f25..5268aff34b3c5 100644 --- a/Formula/e/etcd-cpp-apiv3.rb +++ b/Formula/e/etcd-cpp-apiv3.rb @@ -7,13 +7,13 @@ class EtcdCppApiv3 < Formula revision 27 bottle do - sha256 cellar: :any, arm64_sequoia: "4dd23f170f12ad42d169695374f924b936cc6cc9449176a895203e6876a1c726" - sha256 cellar: :any, arm64_sonoma: "54c0103a1dc76f246a285130f4e2ada7a9213c90cb64077a6c984f7a0cc41b0c" - sha256 cellar: :any, arm64_ventura: "462d4581862855be71d685d83af2f296f7a012b14c63074bd722230391c0114b" - sha256 cellar: :any, sonoma: "d9725ae06d814b43ee37795c9a51918d179cbfb5661fa99a4e0167b2362e25ea" - sha256 cellar: :any, ventura: "2bc04fca1a499846d501f4c32e3410952105abfb5bfd0f96950ef0e78d028fa3" - sha256 cellar: :any_skip_relocation, arm64_linux: "0c24deb1cb6462b8a42a8c96eae65d4864985efab9ff56bc9b2eb614c79837f2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7dbefaed16e5429bdc6ac50a2d611a59f8354d9f1fbbe9b9f8696a8b2fd2b809" + sha256 cellar: :any, arm64_sequoia: "0a6f1046afee7890bafc8c73e0fa678aa192046d6e36cfc0a7fc24608c9809aa" + sha256 cellar: :any, arm64_sonoma: "dbdbdebc603b6b14fba8937dc524f64e1db8642199d933bcf246ca7d23535517" + sha256 cellar: :any, arm64_ventura: "d6d216b793a16f53f094304041bd63515156155b794dceb665add080f6e37894" + sha256 cellar: :any, sonoma: "61c45817ec6d7ae739be04e628429c46770c1e0f9e5f208ef58e0548223725e9" + sha256 cellar: :any, ventura: "cd6d852d954f12ac0a5d0999f1a8a980152f87fa08408de7e53ba09845540145" + sha256 cellar: :any_skip_relocation, arm64_linux: "d5298c4b41ae3fc1bb1b3427ee80ab185c558fe0ebd71d4781bf7f1b744ba772" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7fb0c41158b23be390d0a19f100a4cc937f627a3747da7d76acb6a9446a28051" end depends_on "cmake" => [:build, :test] From e921bf903f91356e2922088ff4882546728282de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04114/10074] falcosecurity-libs: update 0.20.0_2 bottle. --- Formula/f/falcosecurity-libs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/falcosecurity-libs.rb b/Formula/f/falcosecurity-libs.rb index a799b21181d7d..a3092a071d9b8 100644 --- a/Formula/f/falcosecurity-libs.rb +++ b/Formula/f/falcosecurity-libs.rb @@ -18,13 +18,13 @@ class FalcosecurityLibs < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "12242b5955f63f5bb1d63da1e7d6aff53dcd8e46c7ee1d45f0f5c97188b52bd9" - sha256 cellar: :any, arm64_sonoma: "5f0b5bbeace6d97d2d4d530efb6ceb31bb832254ba53da7603ff49cbd3cec29c" - sha256 cellar: :any, arm64_ventura: "35901d50ffb0081af5a0691a7bf48f88493ddb91009247e20cab075975b3b3bc" - sha256 cellar: :any, sonoma: "9430e05e710fb2f4ca5e05650c97dc1fe9801d041955e99fb3700f8424156214" - sha256 cellar: :any, ventura: "2d28344e368790fb18c019b4ad5f36652e4682631d965d868e56139d689fc191" - sha256 cellar: :any_skip_relocation, arm64_linux: "b6b485446614d05f9e36290b4ea161f414497c84b6791fd48825526b3f346c5a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c4e4c9e0bce8685f4c154ffa0a4e926b0717558d155bf43f367618bef8eb1e95" + sha256 cellar: :any, arm64_sequoia: "ff94b2cee70b35879dab784ebb1179ab248bef8ef5fb7674477b7128ed00b45f" + sha256 cellar: :any, arm64_sonoma: "9baae6cc7af9628313212674c493a0fab1546b25b1753197a9fdbc5ebddc5f66" + sha256 cellar: :any, arm64_ventura: "97aa43ccf45d8bd5a2463e22a72c730c8184b9557c3a732225dc893d107ed049" + sha256 cellar: :any, sonoma: "ad8bfb81ad0f4d5223503ca64c3d757c0a6c3e951be364aa6f75ec7adfd6d1aa" + sha256 cellar: :any, ventura: "6db2e3f76a4365755c0a5163001f8a3b37227657406ffd08f79abad4bb559dbf" + sha256 cellar: :any_skip_relocation, arm64_linux: "f19eaf6ca8332aa84e97e643f0fbe5b5e5a884ca1e7f0f0ad91e298bf1ecd750" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a5c859719929f9ee36f07726443c33abff273e24319de275ae881d389fe1ac9d" end depends_on "cmake" => :build From 931c47358b92289628a6d4b68ce045ec588481a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04115/10074] fastnetmon: update 1.2.8_6 bottle. --- Formula/f/fastnetmon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastnetmon.rb b/Formula/f/fastnetmon.rb index 28b55d6c1e5ba..742879d8738b7 100644 --- a/Formula/f/fastnetmon.rb +++ b/Formula/f/fastnetmon.rb @@ -7,13 +7,13 @@ class Fastnetmon < Formula revision 6 bottle do - sha256 cellar: :any, arm64_sequoia: "874a7052fabe2f1086de8c121170e3bb29c903967b4e74631b39f0576f6e6f21" - sha256 cellar: :any, arm64_sonoma: "0b2a8e80121877a1b8b50ff46eb946b0261e06b645acce7feeae5865fc23e82b" - sha256 cellar: :any, arm64_ventura: "30982fae8d657f0932ae2ef4cc39f500cfd0868adb41fcbfaaf51a1a3a1e13f4" - sha256 cellar: :any, sonoma: "b8afe68334a4e7b5baf9b1b1803989072423828c31eaf253e42aa84551625646" - sha256 cellar: :any, ventura: "e7c78cf57f9371bb062416f046034b985ea08308c2ee0aa3bd7633914898975b" - sha256 cellar: :any_skip_relocation, arm64_linux: "39fb6b50c3ea6ab8d88312fd9c2aa842d177e65a97cfb223d93ad727c085122d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4edb72c44da2d49af4dbc512680a36f4147a93c12bd4ab3524fa25f47f70213f" + sha256 cellar: :any, arm64_sequoia: "37747a0c870b2d45176af6691f465706c183029ff935ed553dccad26d5b5928d" + sha256 cellar: :any, arm64_sonoma: "101c5df984cbbe9c23402a0602621a6ec675abadb124a359eb3becdc5fc5bbbb" + sha256 cellar: :any, arm64_ventura: "ee792d7c1934c1f8852fe4530823ffcf173de4ba653576cd6e70171981597484" + sha256 cellar: :any, sonoma: "c606cec9b8c22ba18ba313063412b845d1beab25730be7de4b889eddbc601c28" + sha256 cellar: :any, ventura: "ec55603dae665d2e264f7cf77138537a939f11e34f32640a1707f69b822a1400" + sha256 cellar: :any_skip_relocation, arm64_linux: "ae5f0b9c65e75400022c60e28af22e173e1d469adb17f70d44cc3399d9732991" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3687963d946f1e6b0d8d0b5dc3c5ca6c2a269f2b0623c4b3c7e4e5d30d7d690c" end depends_on "cmake" => :build From 0fc0923357539b33fc8b52eb63cba9bce3105384 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04116/10074] grpc: update 1.73.0 bottle. --- Formula/g/grpc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grpc.rb b/Formula/g/grpc.rb index 20914b1e583a5..fdcbe882aee6a 100644 --- a/Formula/g/grpc.rb +++ b/Formula/g/grpc.rb @@ -19,13 +19,13 @@ class Grpc < Formula end bottle do - sha256 arm64_sequoia: "4779a055ef0920fba7c83b9bd24f8821ce3d6a9e1efd06114987c50bb35b0820" - sha256 arm64_sonoma: "fef9f36852782dfaa442b2217334a0d7277f50d44d2a16b32577e58c13ebda99" - sha256 arm64_ventura: "ffc1e49e11b50dd03557e3290ee00537b11b397d12bf1ee1286ef004420ce20d" - sha256 cellar: :any, sonoma: "8ba4540b659b027320af96ee69fa1b0e8024e16b01592bdab55ce45a8ae13773" - sha256 cellar: :any, ventura: "fe52d25dda4f1ee6594918e2b05cb8414448a382ad8eddbb414c6c5708df79af" - sha256 cellar: :any_skip_relocation, arm64_linux: "7caca9c8444d8cf95915243e329bcc3c83c60bd3a5fdaf84ebfd3b2739982c0a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8d9b655b16f5d69e5406fcfce770d8965c06127f7935bcf5f7786656600fcb27" + sha256 arm64_sequoia: "02dbd7c0b6e30483d5c2ef9fe4809ac40235ad86a24271c490e8aa3031b18faa" + sha256 arm64_sonoma: "e00be39a03aea493d74fe853654a49112a7e4ae356dcda3dec9a72d7689f17fe" + sha256 arm64_ventura: "6396b8eb2790b1ba0b11dd0281b0cae36fbea527becb4e6e2f285a73d93fac8d" + sha256 cellar: :any, sonoma: "0ffb7a678ccb057e7e8bd3694791e437ec7b3549f4dc270daf6db4d9f41fab15" + sha256 cellar: :any, ventura: "542944ebbe437fb1da919bb949d992e3e9d7dd1b5bfa5b924fe314b6a097758e" + sha256 cellar: :any_skip_relocation, arm64_linux: "47c41e9b252dcb6712df9d1f5d480f75683e15857e1dd826063f0ca3112dbc58" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6cc4170e279f352dfcc11a59939491e6f5e736efdb374b7d993deb67282b4e6c" end depends_on "autoconf" => :build From c0f57b8a2151c5065ded1bfcec1e80891178da27 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04117/10074] mavsdk: update 3.5.0_1 bottle. --- Formula/m/mavsdk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mavsdk.rb b/Formula/m/mavsdk.rb index f04154e845dce..7ff9ea705f520 100644 --- a/Formula/m/mavsdk.rb +++ b/Formula/m/mavsdk.rb @@ -13,13 +13,13 @@ class Mavsdk < Formula end bottle do - sha256 arm64_sequoia: "5193cdc3505b02d03ca753482acdd6dfe8bec73c36f269523d237cc38ee35b92" - sha256 arm64_sonoma: "d1abd101cab4086cc468819d497e6018bbe235e2dee285a08c88e09c367e24fb" - sha256 arm64_ventura: "4e1cd24531d976a8d9828c03303032b9196e49e229679166f31b83d3169ed4c8" - sha256 cellar: :any, sonoma: "1cbae110b393db309ac2b83e9aac0177b6b1ab79dc537aa9c361fa915aa5318d" - sha256 cellar: :any, ventura: "d70745553f837dc7ab640643e5c5247d5f31e982b0c533289282a78e8d677319" - sha256 cellar: :any_skip_relocation, arm64_linux: "c45c58101482d45509547e7309a5974baef61b925f32fb0d1e4de1edeedb49b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c521b561195ad3b1d4423877153d44f1d43a127ff1b5317f7924e54fa66df02a" + sha256 arm64_sequoia: "53eedf351ce32698acddb883c3b02e768e7c0ca91b1337ccf9d084cde155294d" + sha256 arm64_sonoma: "247468a6878bf8cb3bc2b24d46934336127708616d37027fb188559296115112" + sha256 arm64_ventura: "8ffec498eb95b1654ea1bde0eee1c4fc62a29d44831930587bb2ee63886110d4" + sha256 cellar: :any, sonoma: "96fe64c9dafcaad4f4cdbe2dcbd0e33dafbab39eaa2ecd31de2915721733229a" + sha256 cellar: :any, ventura: "e93a2254de44039ff504f2af9008541b363642c3b89873de99736dc282728031" + sha256 cellar: :any_skip_relocation, arm64_linux: "6d59bfb110c6c26448c9dc9deaf130cd7bc1812e1086bf7cab0bd83b5e0f3e95" + sha256 cellar: :any_skip_relocation, x86_64_linux: "10be4fe79adca8ec4efd70be3f20cb767580887361082fe5ce244eb84c8e4cff" end depends_on "cmake" => :build From bfdd187f600fe60c4a240b528810c3fe1532abc7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04118/10074] opentelemetry-cpp: update 1.21.0_1 bottle. --- Formula/o/opentelemetry-cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/opentelemetry-cpp.rb b/Formula/o/opentelemetry-cpp.rb index 793148fc834d8..33af1028eef94 100644 --- a/Formula/o/opentelemetry-cpp.rb +++ b/Formula/o/opentelemetry-cpp.rb @@ -8,13 +8,13 @@ class OpentelemetryCpp < Formula head "https://github.com/open-telemetry/opentelemetry-cpp.git", branch: "main" bottle do - sha256 arm64_sequoia: "bb4e41dd694eb646badda79d020d7e5ccb2c253352551a966943b4fae3330b30" - sha256 arm64_sonoma: "7d9eff26a1aee4126f0b1073a5d84c02986d83c6fcdfb6ab92de902dcf46ffe2" - sha256 arm64_ventura: "7bd949d4297ccdf5791ba4fc99a61affc125f61340fa806f076ca94369f26f9a" - sha256 cellar: :any, sonoma: "e68215127477f28391cd51723866db9f7ec3e84150ec60651eede11217362dd2" - sha256 cellar: :any, ventura: "6234a0adbeae8123255ac6fe7ecd9dad26b10800a674c1e11af589d96309d06c" - sha256 cellar: :any_skip_relocation, arm64_linux: "f030f655ff0c46be1071dee72618a64fe0094cf4a2c8946a913ad0a4dec31a8b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ae78221b1481150915c470bf62ece4aa2d5d8735cb850fc846f63dcf5114b234" + sha256 arm64_sequoia: "2ae3c009cd51e1c5f40a396e20730e6ba0ce6d21c00720802f312919714b264e" + sha256 arm64_sonoma: "0ea60332a49b121be93d4f476e2246b07429f582397d26a7325bcdcd0ba66cc2" + sha256 arm64_ventura: "16eb288bc18878471c7fa842b23262b311ff7836232499390cf9abfb39a86675" + sha256 cellar: :any, sonoma: "4512a8f5a3a27c783cc3ebf97e86a1e4c318d7920e365897496929db1fd6c5de" + sha256 cellar: :any, ventura: "cff85b1a0d4623021aa60353af331f7d31807170deb7d959e17ebf37580aa622" + sha256 cellar: :any_skip_relocation, arm64_linux: "21973cb6bc609fba0340022700127671a7d66e306f55d72c425c190af73772b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "774291f46bdd5d367df15a3d4b578031da99c0f1cc67669940ca6342998855bd" end depends_on "cmake" => :build From 966f46cc84c6aeac230b2fda87da8b252be8cb01 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04119/10074] recc: update 1.3.19_1 bottle. --- Formula/r/recc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index d3ca5aa93336b..c090fab46afe2 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -8,11 +8,11 @@ class Recc < Formula head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" bottle do - sha256 arm64_sequoia: "1c2b74e7daac38dbffae1e9f74408e6979d75070a5e1055681b586549c2d9ee6" - sha256 arm64_sonoma: "22bf7760db108939e2228c441b203996a9df510971c721c4e8c4f40977d23129" - sha256 sonoma: "0489ad804b6008597ac77adbeb3cca0378923448f157325260caf42afd9f62b4" - sha256 arm64_linux: "df0a38a8084f2da61ef6e2c9efa8d95d69134b3d00575bd5473f0c81b4534ff7" - sha256 x86_64_linux: "8fe9437f27344b8b54084962a1d0e3cc8cce6e7f18c9f3233b7e3c23a3e3bb79" + sha256 arm64_sequoia: "1bebcbe17e1cdd8bfc1e861ad8b3ce4a08e46d472191b0cbb9a1a57fc91ca72b" + sha256 arm64_sonoma: "eb1583cf9684eecbb120c87ca40aeb97e0dfabfcb0677231d049f68a2ec89c36" + sha256 sonoma: "93592ee33fffe90fcb5b0431657e8a0f1904461d3fec47cdc8a0c2e6dca2459a" + sha256 arm64_linux: "2e6e00da83a8f9f7a8d25eb348b99a62487c54930d74994f4c44aca9f0de3549" + sha256 x86_64_linux: "c75d1b6ec72313421e6e20911aa6ca1f838e2de9bf7a544990dcd25fc3005815" end depends_on "cmake" => :build From 476dfe604a581ab44bf021f6cfb857fc21a071f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:10:28 +0000 Subject: [PATCH 04120/10074] syslog-ng: update 4.8.3_2 bottle. --- Formula/s/syslog-ng.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/syslog-ng.rb b/Formula/s/syslog-ng.rb index fbd929f7a8efb..adfead5d3e93a 100644 --- a/Formula/s/syslog-ng.rb +++ b/Formula/s/syslog-ng.rb @@ -15,13 +15,13 @@ class SyslogNg < Formula end bottle do - sha256 arm64_sequoia: "094485d26ff9599881e5b0c0d4e984695979116fc1f5228688d9c4e9520fde5e" - sha256 arm64_sonoma: "98a0f77fb50272f195223c1b089e15b3c929a2577bda4e75d1dbda92fc7fc1b2" - sha256 arm64_ventura: "381076b590c3df58a7bfcfa6e2eed2a9ad8165258ad3b2284a793e81ea7b3193" - sha256 sonoma: "6393121980490edeaaf60931d484233c7290c98421627703723deda5e5d4ea32" - sha256 ventura: "d6204352ea92e05f90fcafe91354b73310adf6d4565bcc77780526346ab7f5f4" - sha256 arm64_linux: "d2bbd7f1a3464f0eeb3286d540e5ec56c4aa8fcbd2ce1b148bf3e6e699ec2e9b" - sha256 x86_64_linux: "82e4c9098823597427bc2e259e0f28f4db17fa68524aca60d2677881b2e7237c" + sha256 arm64_sequoia: "a0dd2aa906edf808365589337925346294631afaa3a72884a67af81e6bc9b9e1" + sha256 arm64_sonoma: "8f3d14f563daf5c81f9126b50d78c3e97009c160b66c81c8683ea393ecfde715" + sha256 arm64_ventura: "503dc684479b26464528269d3537f4de4537caf0dc5820709ace2994dcd25e4d" + sha256 sonoma: "05c5019780e23ed7cb7aba1a16f5066c379c446c55a97023b6cecf8ed403aa54" + sha256 ventura: "b165340eb625f85e1a7e7093b7f3633d078b36ea97bb7c78ea6b7309888f1467" + sha256 arm64_linux: "c0c8e1bbc13b0c1372bb6fb04d89c3bcd360550765db5efb3ea1dc08836e9ad6" + sha256 x86_64_linux: "7910edc406a5d90d96e962932d651ab6cb4f876d6dd5416abee812f3e1a8c40f" end depends_on "pkgconf" => :build From 84bf051686437df0156f5cb1fac66948c7abfd9a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:33:45 +0000 Subject: [PATCH 04121/10074] cdncheck 1.1.22 --- Formula/c/cdncheck.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdncheck.rb b/Formula/c/cdncheck.rb index 2fd8b8db83755..ce90c25ba81e4 100644 --- a/Formula/c/cdncheck.rb +++ b/Formula/c/cdncheck.rb @@ -1,8 +1,8 @@ class Cdncheck < Formula desc "Utility to detect various technology for a given IP address" homepage "https://projectdiscovery.io" - url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.1.21.tar.gz" - sha256 "ab8d90f28946289ef07abedcafc8dee31b0b428aa06a6c8bca3f4b7c3e9ca963" + url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.1.22.tar.gz" + sha256 "4ab00de59aed8d3e356e67110bd1352aec5f2ce355b4a4aefd55bede3c877bba" license "MIT" head "https://github.com/projectdiscovery/cdncheck.git", branch: "main" From 27eb993c6ea3c647bb7c08355a9a239f4951721f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:40:06 +0000 Subject: [PATCH 04122/10074] gitleaks 8.27.1 --- Formula/g/gitleaks.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitleaks.rb b/Formula/g/gitleaks.rb index 94564ae5d4017..b3a161e8a8be2 100644 --- a/Formula/g/gitleaks.rb +++ b/Formula/g/gitleaks.rb @@ -1,8 +1,8 @@ class Gitleaks < Formula desc "Audit git repos for secrets" homepage "https://gitleaks.io/" - url "https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.27.0.tar.gz" - sha256 "7be328508fc73b6e530266741b518e1a685f70e441e581483bf6304d34d2b02a" + url "https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.27.1.tar.gz" + sha256 "5f6ff5bfa50f64dc784318b4aaff18c3d1a7656b12b0e77e5977f7a4eecc5def" license "MIT" head "https://github.com/gitleaks/gitleaks.git", branch: "master" From 8e580379fdc93c95b9cc3e818f5b1a1c30ec4242 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:59:22 +0000 Subject: [PATCH 04123/10074] universal-ctags p6.2.20250608.0 --- Formula/u/universal-ctags.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/u/universal-ctags.rb b/Formula/u/universal-ctags.rb index 8e9792e739a76..2797c67013c81 100644 --- a/Formula/u/universal-ctags.rb +++ b/Formula/u/universal-ctags.rb @@ -1,9 +1,9 @@ class UniversalCtags < Formula desc "Maintained ctags implementation" homepage "https://ctags.io/" - url "https://github.com/universal-ctags/ctags/archive/refs/tags/p6.1.20250601.0.tar.gz" - version "p6.1.20250601.0" - sha256 "52f1c169f976d8a3e66b85f1cc14de5e951c1acbbc227b924014746d8090ac34" + url "https://github.com/universal-ctags/ctags/archive/refs/tags/p6.2.20250608.0.tar.gz" + version "p6.2.20250608.0" + sha256 "de01848e246ab08d82f9d330700cbf75ff065b3e0678bfde2df891d3b9648b05" license "GPL-2.0-only" head "https://github.com/universal-ctags/ctags.git", branch: "master" From 5609c16a84a305fac203b49ec7e88a973f8ba96f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 03:01:20 +0000 Subject: [PATCH 04124/10074] xkeyboard-config 2.45 --- Formula/x/xkeyboard-config.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xkeyboard-config.rb b/Formula/x/xkeyboard-config.rb index d5bf6a9eb3050..a69badfcea3e0 100644 --- a/Formula/x/xkeyboard-config.rb +++ b/Formula/x/xkeyboard-config.rb @@ -1,8 +1,8 @@ class XkeyboardConfig < Formula desc "Keyboard configuration database for the X Window System" homepage "https://www.freedesktop.org/wiki/Software/XKeyboardConfig/" - url "https://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.44.tar.xz" - sha256 "54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a" + url "https://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.45.tar.xz" + sha256 "169e075a92d957a57787c199e84e359df2931b7196c1c5b4a3d576ee6235a87c" license "MIT" head "https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git", branch: "master" From 0010c2d22c2fbf8e1a53abf8a80f7736347f141d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 03:53:07 +0000 Subject: [PATCH 04125/10074] cdncheck: update 1.1.22 bottle. --- Formula/c/cdncheck.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cdncheck.rb b/Formula/c/cdncheck.rb index ce90c25ba81e4..4a9dfd1909432 100644 --- a/Formula/c/cdncheck.rb +++ b/Formula/c/cdncheck.rb @@ -12,12 +12,12 @@ class Cdncheck < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c0326be9d95bf9723834f2be183098bd0bb2f9eeabb1768c0c5b9185952b5d7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef886561a78f36e16d051d6645fbf39e7662854fe89755e130fe9c4dc1a84c34" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9606490bab110f8f7a1fcd883012c5728d15f71581ffe76d76d2ca068c4a955e" - sha256 cellar: :any_skip_relocation, sonoma: "b9ffb2a8ccde837a56b4fb223b344874b54edb0838f10a9adbf494da432297aa" - sha256 cellar: :any_skip_relocation, ventura: "318e82e41a58cf57c7b93dd136232b7921fb6a075112c993e057ee0f0abee6e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9bb57c453eae78821c94630f7eaf08c396353280c627a6fb190195e425b4c959" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4bfa85e3b66b0956d696655aa1e8f245631825744a5721e2711473b06675544" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "995db71f5d8847b1f5a5676dd92a93a9bf901fa4a48f42ef19428e4b09d5d81c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5b9ebcfa11b08bec5dc24b857eb68fef7855574e12ad8f603ee685ad6bbebbcd" + sha256 cellar: :any_skip_relocation, sonoma: "881b8652fd12322fafd2bf2eff44e6d0f43ee32bf1e11e31ab5b7cce1fff5c30" + sha256 cellar: :any_skip_relocation, ventura: "29cf6c3ae702d2ff91a2da90edb3aae8a063f763d45d8a43ba366a93568125ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "670fd341a1fdc0f8f12cdc1dc951f823d5e38dbc9a89713010ea21ec07d0cc79" end depends_on "go" => :build From e2f16da5d67a925b041ca93ec67724c55ad6caa4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 03:53:46 +0000 Subject: [PATCH 04126/10074] gitleaks: update 8.27.1 bottle. --- Formula/g/gitleaks.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gitleaks.rb b/Formula/g/gitleaks.rb index b3a161e8a8be2..ffa2528226eaf 100644 --- a/Formula/g/gitleaks.rb +++ b/Formula/g/gitleaks.rb @@ -15,12 +15,12 @@ class Gitleaks < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf059cd99960fddc0e69a7608302e4ec7157222faaaf166d085b25ec135a68ef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf059cd99960fddc0e69a7608302e4ec7157222faaaf166d085b25ec135a68ef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bf059cd99960fddc0e69a7608302e4ec7157222faaaf166d085b25ec135a68ef" - sha256 cellar: :any_skip_relocation, sonoma: "08e2e6df1faff84f91c4d7638056fe5946dd50ef2909ce8a03f89a97024a500e" - sha256 cellar: :any_skip_relocation, ventura: "08e2e6df1faff84f91c4d7638056fe5946dd50ef2909ce8a03f89a97024a500e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5f0aac08450870dd6d53273d3a38cf6135ef5ef0d53d3516f7523375b2d90346" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a58beafd555a957e6a87c011b1e4ed75ccce0a8ec0dd6b7718ff5e9760d2902" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a58beafd555a957e6a87c011b1e4ed75ccce0a8ec0dd6b7718ff5e9760d2902" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6a58beafd555a957e6a87c011b1e4ed75ccce0a8ec0dd6b7718ff5e9760d2902" + sha256 cellar: :any_skip_relocation, sonoma: "16b4ad60bda7a3db2f8e1cf10453817ede2c7170ee8ddc37fa44f4e94bdc28f4" + sha256 cellar: :any_skip_relocation, ventura: "16b4ad60bda7a3db2f8e1cf10453817ede2c7170ee8ddc37fa44f4e94bdc28f4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7c2a0d3326194c8e5b5015ecac89c1226f305fb406a724b5cd89ee6c1ef049e2" end depends_on "go" => :build From b57aa79e736af18dcfed2d5a3ba73a56eb36502e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 03:56:15 +0000 Subject: [PATCH 04127/10074] universal-ctags: update p6.2.20250608.0 bottle. --- Formula/u/universal-ctags.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/universal-ctags.rb b/Formula/u/universal-ctags.rb index 2797c67013c81..1e33f7b248bf4 100644 --- a/Formula/u/universal-ctags.rb +++ b/Formula/u/universal-ctags.rb @@ -13,13 +13,13 @@ class UniversalCtags < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c10ac7ce7ccc02130c039cdb0ae97ee35d45083fd2529d703d43377f501bdb89" - sha256 cellar: :any, arm64_sonoma: "173cc0be83207b80b80e28114618253a7ab1503870cb195523b83c7ab8d40909" - sha256 cellar: :any, arm64_ventura: "f5dc161b3c2e363f1656d547ac89a124d98336d867afcd91c4bbaaf2ff610ed8" - sha256 cellar: :any, sonoma: "cfcb78753fe98826a9e22cd67e0952a189f775677c5cfc07076665d60cc022dd" - sha256 cellar: :any, ventura: "3c839c7bcda55226fbefb3b87b28a68043cae67467e1f3ec563f2d8c2de5c249" - sha256 cellar: :any_skip_relocation, arm64_linux: "e2a8d754503138bf06d0e4317bd5459d025bb258e6c8a5486b3a90ef02621944" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5cf0355ca275844fad3f9605204fd0137c1dc587ece49a4e3d79c81dfd1157ed" + sha256 cellar: :any, arm64_sequoia: "49c3afdad7e1bfe4f3975453eb4976c5b9ad431395955e02251c93a1981087dd" + sha256 cellar: :any, arm64_sonoma: "84a8070276028b500bf0e004f391eb5b05d14283fc87e773b90a721b107af7e7" + sha256 cellar: :any, arm64_ventura: "f47b018307706acbee0390d7bd8e97d67858fb4027c8e400f9f1ad4ad0f62964" + sha256 cellar: :any, sonoma: "34c787e66cce2fc2655fd4ad85b90eda8db909f3f7ef7383cfc433c7df9ae99d" + sha256 cellar: :any, ventura: "8f7e06cc29a82e4cc1d5690e3997a6c66a6aa50c941d8c434f68f1418cdb5be2" + sha256 cellar: :any_skip_relocation, arm64_linux: "d1fe08679684d04d64e6ccca4660c55c0c96569ba2566c0f363f2f17b76b2cc4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6bf30781168a2c8542294eda84db49cbfd5cb64983c007ea749e3c54feb96dff" end depends_on "autoconf" => :build From 6e73a5809a679b6e2028d203753756f0e4fb1b35 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 03:56:39 +0000 Subject: [PATCH 04128/10074] xkeyboard-config: update 2.45 bottle. --- Formula/x/xkeyboard-config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/x/xkeyboard-config.rb b/Formula/x/xkeyboard-config.rb index a69badfcea3e0..22fb63b45c4c9 100644 --- a/Formula/x/xkeyboard-config.rb +++ b/Formula/x/xkeyboard-config.rb @@ -7,7 +7,7 @@ class XkeyboardConfig < Formula head "https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "fe749c953e59bccd2a20d2d5576a20bf1b2a29ce3830ed81f9b9a9658838682e" + sha256 cellar: :any_skip_relocation, all: "8c5aca9bc9aa0b519cb62bbf072cc862ee15d80ed62835fc99df85d2cbee2d23" end depends_on "gettext" => :build From 5b39a485ad767215a75f7cb1329667343b70add5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 03:58:57 +0000 Subject: [PATCH 04129/10074] easyrpg-player: update 0.8.1.1 bottle. --- Formula/e/easyrpg-player.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/e/easyrpg-player.rb b/Formula/e/easyrpg-player.rb index ec6d22f0170e6..e9f6eba6c7ec1 100644 --- a/Formula/e/easyrpg-player.rb +++ b/Formula/e/easyrpg-player.rb @@ -11,14 +11,13 @@ class EasyrpgPlayer < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "bfcc503e8f0ee35e4b4cd08fc3b813a444608597916333df7b1ad7bcf0a659bc" - sha256 cellar: :any, arm64_sonoma: "ee4520c62cda9ea8653fa2f12266c8f2bb0f6455ad0ba92160e9aacdf1c43a2a" - sha256 cellar: :any, arm64_ventura: "e1a67c73ebb2639e3ff2cbddd0d0860b7c0115fae59927e35ace0a1e2ce7a7ca" - sha256 cellar: :any, sonoma: "2139aa0e7aa904cad6ff617cc8aa8e9434ecb18dac1dc3d4d9b988c1946afc14" - sha256 cellar: :any, ventura: "365b0a8d9c51bb87fbff8e9db4ed61c160009dddfb10582a2c23986487de9449" - sha256 cellar: :any_skip_relocation, arm64_linux: "94349948b5767d07e9aaf715bb2caa41c8568a19bb0ca17c2c579f72d0e58a33" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e5888b347c6ccd8a305ffdc8c076d6f6798348d1e81af7743d87f6bda1d76d3" + sha256 cellar: :any, arm64_sequoia: "92db38c733393d101b7f408ab5ceffef2b4ed4d738cc736d0cb63b6188b4566f" + sha256 cellar: :any, arm64_sonoma: "3e856d3375dc9bc24ea8d1daba95b5d70425aa9624bf952de217e80f56b7304a" + sha256 cellar: :any, arm64_ventura: "46a23bf672d452cd6c3a4473703f55cb50f39dbbefc8124e4f55226a1327de5d" + sha256 cellar: :any, sonoma: "0d18f1c5eff68ac87fc93e05b86d45b99c48476e6264cf0adb5c0aef0bc38d0b" + sha256 cellar: :any, ventura: "aff66edf7ec8d8349ed07c31617ab0034da3449ff153cf50cf24b0e40b505a6d" + sha256 cellar: :any_skip_relocation, arm64_linux: "c7faaaf67aac67ae3549a3bfd5c80fc43f2c516fbfb962f5094779b81f2736a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2316bb07a7853aa8b92ab96391530ffc09b6c1c5ab91a7db99ac5a5154a2d3af" end depends_on "cmake" => :build From 648a34e7d7b4d2d407d828396a3bf3c1b223892c Mon Sep 17 00:00:00 2001 From: "Cloud Posse Bot (CI/CD)" Date: Sun, 8 Jun 2025 06:06:38 +0200 Subject: [PATCH 04130/10074] atmos 1.179.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/a/atmos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index 9e8d1b60d8adf..9cef72376c014 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -1,8 +1,8 @@ class Atmos < Formula desc "Universal Tool for DevOps and Cloud Automation" homepage "https://github.com/cloudposse/atmos" - url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.178.0.tar.gz" - sha256 "04eacebed9f004e791934c3b75e386cba089fd7c545de05e762849551b7f7815" + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.179.0.tar.gz" + sha256 "e28c2ffddba66273a82403d946b4ee396b36906f57b2a3b2f204c7dcd2b462d6" license "Apache-2.0" head "https://github.com/cloudposse/atmos.git", branch: "main" From 4f4fc11d2944126835c8f2a56ab08acef1d96500 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 04:23:44 +0000 Subject: [PATCH 04131/10074] atmos: update 1.179.0 bottle. --- Formula/a/atmos.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index 9cef72376c014..30eb0a13b4f10 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -9,12 +9,12 @@ class Atmos < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f658be3b3981e3b2c76f1d266181be69d91485cba21a8edcd94e67720f85b40f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "733b9d864c1d89517793a3d1c6acaff7b46b3fc87f92329dfd4bc1e0d402fd05" - sha256 cellar: :any_skip_relocation, arm64_ventura: "02237b0397c79aff78bd6fa7d80cb6e4516466dac27d5232ad949eda15cad6f1" - sha256 cellar: :any_skip_relocation, sonoma: "394c0dd09cb05821fb7540b8aeb1f899e44119d520c49bb09dd1f4276d1d7053" - sha256 cellar: :any_skip_relocation, ventura: "2016f0d168713178be3bc4f727a196cd8571ea11d32ac23676cf962bfab0df97" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d35d8c35a07d82b31abfb9cafd10a7471e2b3910d6d05ff3ee49aefb06d505d6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2cd96f0dd4d0937e94dc89c225bbd2bd4e2d3543ecd235d482a9f5a700b3b474" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "369e66cab92dd63bb110dff16e93c3ff65225bf6f9ad2bbcfc76e1b495c5e5b8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7fff6a271ac1c0168cd93be0d0c343a8986c6f8e4880f8ae9d857f208fbd9033" + sha256 cellar: :any_skip_relocation, sonoma: "b820b27c1424e98eb3b0827962bb23c6ad304fe0b96482ad618656c45a056d6f" + sha256 cellar: :any_skip_relocation, ventura: "5b4f5d3cde3fc6274bb8cbf1a27a2eaed4f8d66748eae29e9f44c12fd492cfb8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb2f699656199ebecee7986517a9b5f2b199fe81c2efe26c5a1314f8adf56bff" end depends_on "go" => :build From b3b60300e8a667a8f965f4454cf80f6ce8083c48 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 04:25:50 +0000 Subject: [PATCH 04132/10074] oterm: add 0.13.1 bottle. --- Formula/o/oterm.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/o/oterm.rb b/Formula/o/oterm.rb index a7539bbc98a2e..03b136436941f 100644 --- a/Formula/o/oterm.rb +++ b/Formula/o/oterm.rb @@ -7,6 +7,15 @@ class Oterm < Formula sha256 "ef01161329198d116d291b6c01ec60457f4e4465e185b8dad94c3c3de03f6b09" license "MIT" + bottle do + sha256 cellar: :any, arm64_sequoia: "7cdca9e3927ffac2a1e874a1b168eb2b8f5a2f43b6a3319a34f7704c6a1268cd" + sha256 cellar: :any, arm64_sonoma: "73736388f0eef2db048f6cf8bedcb206d6f28f230c178e40cfff68d9d2606c26" + sha256 cellar: :any, arm64_ventura: "89426afa4aa82b3062e4e10be85c7797869b0b0cdd9157ed38b9955d55d17b39" + sha256 cellar: :any, sonoma: "813fe5c694dc0fbea60980453bb1cc4e5717848d2863f357327d2d99740dbb08" + sha256 cellar: :any, ventura: "0c88bbe24151cac4abf329855534ad732129b90cc46c0a7474e5de02a6e915e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "93ab4da9f391817818017a675a1555dec42b32643500a0377660e62c8611f619" + end + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "certifi" From 4fb6808c8dce5bb29731a8141aa2692f449cdf10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 04:42:14 +0000 Subject: [PATCH 04133/10074] mesa: update 25.1.3 bottle. --- Formula/m/mesa.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesa.rb b/Formula/m/mesa.rb index 43c91c0146a86..77fc8236ab885 100644 --- a/Formula/m/mesa.rb +++ b/Formula/m/mesa.rb @@ -23,13 +23,13 @@ class Mesa < Formula head "https://gitlab.freedesktop.org/mesa/mesa.git", branch: "main" bottle do - sha256 arm64_sequoia: "f2c3ea958345f99460911fc225b99c50ff914cc843574c74075848030b788e50" - sha256 arm64_sonoma: "de0d81ab32d5fa95bb0a39f2e46f232498a05332df0f3b0a4360d0e38a10d409" - sha256 arm64_ventura: "439559ca45dc272d1d163043dbb393a64453410e6886a434b7d747e91bf60b63" - sha256 sonoma: "050b28774543804b8a8d0ff486e9e66a164f48e591d45edc687470030da4f427" - sha256 ventura: "3dd9fb7428ec687324196a663c03319e7988f5bc1c3e0f358c3f5d942f2e3d41" - sha256 arm64_linux: "114521979502547d2a0b70b4ec36cd42b835cb366e787ee1eb00b8aa0b46eb18" - sha256 x86_64_linux: "f3d60d9ed139fa22e7d6c62095ba1b2bf690056d16264e5ea1af9f6fb4392d5e" + sha256 arm64_sequoia: "25a43786f25a951721f4f239ecbdac034ef452ab1d0eeab3310dbbaade9dceee" + sha256 arm64_sonoma: "7b7dbefe2293830585c8f135e140ed31db797cc8aa0aa5d41a28c8d35f712ae8" + sha256 arm64_ventura: "018397552a7884c4f685dfe4f56ec2d409f21bd72f323542b19f2020801599b8" + sha256 sonoma: "1b9e7c285a014162b986a16e6cbee2625d0b5629acd1e1016786d75f54857ca8" + sha256 ventura: "164f247aa653cb9d90cede241e758603eccc7d302c5f9d1dee09d04df6c67fb3" + sha256 arm64_linux: "1ec91c65076383f25c001274ae480040571eff960f0fd03fa53863eb7f67aa7b" + sha256 x86_64_linux: "32d10f3604285d30a1d4dfc7bfa04e2e0b061fba0f6ed62a3f17fe7c1698a047" end depends_on "bindgen" => :build From d2f1cf49e1c25d02c59b895686dd24be31790add Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sun, 8 Jun 2025 11:11:11 +0900 Subject: [PATCH 04134/10074] urx 0.6.0 (new formula) urx 0.6.0 (new formula) Signed-off-by: HAHWUL Co-Authored-By: Rui Chen --- Formula/u/urx.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Formula/u/urx.rb diff --git a/Formula/u/urx.rb b/Formula/u/urx.rb new file mode 100644 index 0000000000000..84bf5257754cb --- /dev/null +++ b/Formula/u/urx.rb @@ -0,0 +1,25 @@ +class Urx < Formula + desc "Extracts URLs from OSINT Archives for Security Insights" + homepage "https://github.com/hahwul/urx" + url "https://github.com/hahwul/urx/archive/refs/tags/0.6.0.tar.gz" + sha256 "fc125cffadef51c7824015131d0eaf600804fa7454b4cbbbe2402fc326916801" + license "MIT" + + depends_on "pkgconf" => :build + depends_on "rust" => :build + on_linux do + depends_on "openssl@3" + end + + def install + ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix + ENV["OPENSSL_NO_VENDOR"] = "1" + + system "cargo", "install", *std_cargo_args + end + + test do + assert_match "urx #{version}", shell_output("#{bin}/urx --version") + assert_match "https://brew.sh/", shell_output("#{bin}/urx brew.sh --providers=cc --include-sitemap") + end +end From 0e353325528917ccda9d58c9be5fd0d6b7c3152a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 05:01:58 +0000 Subject: [PATCH 04135/10074] go-parquet-tools 1.32.2 --- Formula/g/go-parquet-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/go-parquet-tools.rb b/Formula/g/go-parquet-tools.rb index 3b7d381e93716..5ff9c55f93366 100644 --- a/Formula/g/go-parquet-tools.rb +++ b/Formula/g/go-parquet-tools.rb @@ -1,8 +1,8 @@ class GoParquetTools < Formula desc "Utility to deal with Parquet data" homepage "https://github.com/hangxie/parquet-tools" - url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.32.1.tar.gz" - sha256 "d3ffd001f769797c0b2dc48a3587b544b0e99e4777aade7ccdaef3c46d7b045c" + url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.32.2.tar.gz" + sha256 "b15f02441ac10ce9b4d962d5db97e28733529cc83f81caa257eb4eebe22ff561" license "BSD-3-Clause" head "https://github.com/hangxie/parquet-tools.git", branch: "main" From 0f8c5b70dc91731d5afe3e62a94bdd48c19db3e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 05:03:38 +0000 Subject: [PATCH 04136/10074] hysteria 2.6.2 --- Formula/h/hysteria.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hysteria.rb b/Formula/h/hysteria.rb index eb54db368d1ab..095a51e84c735 100644 --- a/Formula/h/hysteria.rb +++ b/Formula/h/hysteria.rb @@ -1,8 +1,8 @@ class Hysteria < Formula desc "Feature-packed proxy & relay tool optimized for lossy, unstable connections" homepage "https://hysteria.network/" - url "https://github.com/apernet/hysteria/archive/refs/tags/app/v2.6.1.tar.gz" - sha256 "21955752d4a9fcbe42cde9e491421b67144e0070cba184884ad7f8d4ff1f48de" + url "https://github.com/apernet/hysteria/archive/refs/tags/app/v2.6.2.tar.gz" + sha256 "4699431f0bc826da2bbd3939c0a78c4e7bfc02773fc3a62b24615c37ee89b266" license "MIT" head "https://github.com/apernet/hysteria.git", branch: "master" From 6e7d718d5476b26c5818a20e2aceaa2a37be31de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 05:20:07 +0000 Subject: [PATCH 04137/10074] go-parquet-tools: update 1.32.2 bottle. --- Formula/g/go-parquet-tools.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/go-parquet-tools.rb b/Formula/g/go-parquet-tools.rb index 5ff9c55f93366..648557e61aace 100644 --- a/Formula/g/go-parquet-tools.rb +++ b/Formula/g/go-parquet-tools.rb @@ -7,12 +7,12 @@ class GoParquetTools < Formula head "https://github.com/hangxie/parquet-tools.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "af2c104c29c617170065a3e9d2714a4a6adabe9119cc7580c15212514c30f985" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "af2c104c29c617170065a3e9d2714a4a6adabe9119cc7580c15212514c30f985" - sha256 cellar: :any_skip_relocation, arm64_ventura: "af2c104c29c617170065a3e9d2714a4a6adabe9119cc7580c15212514c30f985" - sha256 cellar: :any_skip_relocation, sonoma: "07b60729c9f95feb1603c7c5e29a00f8de4c8e712b718ec0e46f3f5cfce566d5" - sha256 cellar: :any_skip_relocation, ventura: "07b60729c9f95feb1603c7c5e29a00f8de4c8e712b718ec0e46f3f5cfce566d5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc6ae6720b21167a5e0d0642f616a04bc1ec2e34f0cb0dfd5c0d74b85ca7218b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "51a0667b3eaa7f4e5c50b51d38813e256561f645d61d1045190c3419c5b83548" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "51a0667b3eaa7f4e5c50b51d38813e256561f645d61d1045190c3419c5b83548" + sha256 cellar: :any_skip_relocation, arm64_ventura: "51a0667b3eaa7f4e5c50b51d38813e256561f645d61d1045190c3419c5b83548" + sha256 cellar: :any_skip_relocation, sonoma: "c6040a06e774ab958156e8dd6f15e66b7545d5b641b1602dbfe78fad2c690c68" + sha256 cellar: :any_skip_relocation, ventura: "c6040a06e774ab958156e8dd6f15e66b7545d5b641b1602dbfe78fad2c690c68" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d24aca10b70d23616be8ff2984eea5e1b3ed36446f1ccf499144b10bf56542fd" end depends_on "go" => :build From be8ac7c4dc484cf1cf9867c7d16caa88345babb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 05:20:47 +0000 Subject: [PATCH 04138/10074] hysteria: update 2.6.2 bottle. --- Formula/h/hysteria.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/hysteria.rb b/Formula/h/hysteria.rb index 095a51e84c735..44f7486dd8210 100644 --- a/Formula/h/hysteria.rb +++ b/Formula/h/hysteria.rb @@ -7,12 +7,12 @@ class Hysteria < Formula head "https://github.com/apernet/hysteria.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "893d862f1cc8ff509a85160f845542bed099266ce239d4a678bd51e54c223cf1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "893d862f1cc8ff509a85160f845542bed099266ce239d4a678bd51e54c223cf1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "893d862f1cc8ff509a85160f845542bed099266ce239d4a678bd51e54c223cf1" - sha256 cellar: :any_skip_relocation, sonoma: "edd9a98c25c2d783dd01daa311c6ac7bf37a7251a6cfa6ec49778a78c9265921" - sha256 cellar: :any_skip_relocation, ventura: "edd9a98c25c2d783dd01daa311c6ac7bf37a7251a6cfa6ec49778a78c9265921" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bf9dafc3df20027eec5f19fab1a099d7fcc5e5ac1784bfd545c410f370462ca3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "13e48d57336bc8c4410a5620b8a1056ac0f448545a8c39c5ebe01b2149c3de48" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "13e48d57336bc8c4410a5620b8a1056ac0f448545a8c39c5ebe01b2149c3de48" + sha256 cellar: :any_skip_relocation, arm64_ventura: "13e48d57336bc8c4410a5620b8a1056ac0f448545a8c39c5ebe01b2149c3de48" + sha256 cellar: :any_skip_relocation, sonoma: "b6839af9a06324ba41871ee52fb649158f7b424cf3357aaf485fb840bcba8158" + sha256 cellar: :any_skip_relocation, ventura: "b6839af9a06324ba41871ee52fb649158f7b424cf3357aaf485fb840bcba8158" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ff66a91a3e261ed5a1a8f6519e15e7b361a76f5bfc6a222165220a54a329f08" end depends_on "go" => :build From bb807ccc65cc63317ce59849d0b57b0cf19f7897 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 04:15:59 +0000 Subject: [PATCH 04139/10074] mingw-w64 13.0.0 autobump: add mingw-w64 Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/mingw-w64.rb | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index ebf56dc4ac4fb..c20f0ee9b94cd 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2379,6 +2379,7 @@ millet mimalloc mimirtool minder +mingw-w64 minica minicom miniflux diff --git a/Formula/m/mingw-w64.rb b/Formula/m/mingw-w64.rb index fe841ab9e6799..54105ec90324c 100644 --- a/Formula/m/mingw-w64.rb +++ b/Formula/m/mingw-w64.rb @@ -1,10 +1,9 @@ class MingwW64 < Formula desc "Minimalist GNU for Windows and GCC cross-compilers" homepage "https://sourceforge.net/projects/mingw-w64/" - url "https://downloads.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v12.0.0.tar.bz2" - sha256 "cc41898aac4b6e8dd5cffd7331b9d9515b912df4420a3a612b5ea2955bbeed2f" + url "https://downloads.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v13.0.0.tar.bz2" + sha256 "5afe822af5c4edbf67daaf45eec61d538f49eef6b19524de64897c6b95828caf" license "ZPL-2.1" - revision 3 livecheck do url :stable From 608c2397db66d8907dd2110eb0d6cd44815773aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 05:58:27 +0000 Subject: [PATCH 04140/10074] urx: add 0.6.0 bottle. --- Formula/u/urx.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/u/urx.rb b/Formula/u/urx.rb index 84bf5257754cb..d2f76c47dc3d6 100644 --- a/Formula/u/urx.rb +++ b/Formula/u/urx.rb @@ -5,6 +5,15 @@ class Urx < Formula sha256 "fc125cffadef51c7824015131d0eaf600804fa7454b4cbbbe2402fc326916801" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e7d16b6b095ddf1d791cb1b3cbd70a116ea955fd36f6f1b37e005e2eccdae7b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "50d3ad17ff9965eae769344e6dab9a0f1e71b628bfe4d627c59e09785a3e3174" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4800fcce0692f4ee1c450570b175142bdcd7d87efd96b64c98f5d3a4495dbf6e" + sha256 cellar: :any_skip_relocation, sonoma: "49f474f76454ecda641f4588ea8c0ffc4474c1c4ea0717c1a6bcb09a3b82b97c" + sha256 cellar: :any_skip_relocation, ventura: "f7ce9cf24c0baa4c21a193121617f84cf60de6cfdae1ccfcc5d18971a43275d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf3125d4af0355afc037a12d991b9e5fa2b37f5259a342a36bf8e3150a43ac76" + end + depends_on "pkgconf" => :build depends_on "rust" => :build on_linux do From 9b66587c243894b9b74a8e8f01f5d44c8bbfb57d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 06:15:24 +0000 Subject: [PATCH 04141/10074] oterm: update 0.13.1 bottle. --- Formula/o/oterm.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/o/oterm.rb b/Formula/o/oterm.rb index 03b136436941f..48ae9af31d9b8 100644 --- a/Formula/o/oterm.rb +++ b/Formula/o/oterm.rb @@ -13,6 +13,7 @@ class Oterm < Formula sha256 cellar: :any, arm64_ventura: "89426afa4aa82b3062e4e10be85c7797869b0b0cdd9157ed38b9955d55d17b39" sha256 cellar: :any, sonoma: "813fe5c694dc0fbea60980453bb1cc4e5717848d2863f357327d2d99740dbb08" sha256 cellar: :any, ventura: "0c88bbe24151cac4abf329855534ad732129b90cc46c0a7474e5de02a6e915e3" + sha256 cellar: :any_skip_relocation, arm64_linux: "32f0b0ced4878dbaebede3ba439d1e9b5a530ff15939d95511722a26f71d9b4e" sha256 cellar: :any_skip_relocation, x86_64_linux: "93ab4da9f391817818017a675a1555dec42b32643500a0377660e62c8611f619" end From a49abee3d97aa670a167ae2663d133c70244c891 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 07:52:57 +0000 Subject: [PATCH 04142/10074] cdk8s 2.200.94 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 3f4b197ab9e79..7982d4e8f15d8 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.93.tgz" - sha256 "3c1d1bbc49dda1d4241cd790698e717a5b66f67600a78f26d2e999299a84587a" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.94.tgz" + sha256 "3c99b13f33af5398ed2e2a7f2894031d4fa0e952f26afd4f58bdaabecffe246a" license "Apache-2.0" bottle do From 285b21108e929fd2f8c1e5fb0632a60be09e0d11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 08:05:07 +0000 Subject: [PATCH 04143/10074] jackett 0.22.1999 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 8ec8d0aa43dbf..268e1f6561671 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1997.tar.gz" - sha256 "24f8d9acc040ef783417040f9bf9d534eac5a878a3ad57c999f0288fbb33ab72" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1999.tar.gz" + sha256 "9e4451fd6c1af1787a1e2ec251ece0503e92bfb26bf76afa9920da755344a79a" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 194205a29bcdfdd07faaaaea8299b704e3236709 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 08:22:14 +0000 Subject: [PATCH 04144/10074] smartdns 0.11.2 --- Formula/s/smartdns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/smartdns.rb b/Formula/s/smartdns.rb index 30e4c21d8a85a..6cc302219d290 100644 --- a/Formula/s/smartdns.rb +++ b/Formula/s/smartdns.rb @@ -1,8 +1,8 @@ class Smartdns < Formula desc "Rule-based DNS server for fast IP resolution, DoT/DoQ/DoH/DoH3 supported" homepage "https://github.com/mokeyish/smartdns-rs" - url "https://github.com/mokeyish/smartdns-rs/archive/refs/tags/v0.11.1.tar.gz" - sha256 "369dc4e6ff15fac7065d7c427b8a29d1d45be9487706da1b293b400cffb7be5f" + url "https://github.com/mokeyish/smartdns-rs/archive/refs/tags/v0.11.2.tar.gz" + sha256 "fdcdd9c5eb59f76043d5ae0db37219122a4cd6747672653fce567c0ba12d6c16" license "GPL-3.0-only" head "https://github.com/mokeyish/smartdns-rs.git", branch: "main" From f48d76aa940b4d61df760406bd8d70921883c59a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 09:56:31 +0000 Subject: [PATCH 04145/10074] smartdns: update 0.11.2 bottle. --- Formula/s/smartdns.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/smartdns.rb b/Formula/s/smartdns.rb index 6cc302219d290..6ca285faa1d40 100644 --- a/Formula/s/smartdns.rb +++ b/Formula/s/smartdns.rb @@ -7,13 +7,13 @@ class Smartdns < Formula head "https://github.com/mokeyish/smartdns-rs.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "48eae676ab4828a2d2f8128c5f1bf697704c32bc452fc1207116579395d96850" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a75dce6caa8b414cc8be290b1ca68af4b96877c78fc857b35fb9497320b0cf47" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ccf74da62958e3ba61d576972e684a932f40a76dfc280612f91c0ac390a46b77" - sha256 cellar: :any_skip_relocation, sonoma: "88ae8bc9241510d1fd4caa7cd31f02f68fdc780d2bc36c6f4d681ddd00db1dfc" - sha256 cellar: :any_skip_relocation, ventura: "5bdd22f6a86e7b6a51dd40c9a024bc0e079eb67654ebf0096c7057d707be7e92" - sha256 cellar: :any_skip_relocation, arm64_linux: "b2e59dab119230913b20b69cd7bd9f5693a7e601cead3f71a3319adc98df1778" - sha256 cellar: :any_skip_relocation, x86_64_linux: "308c0b51d6d4778814b5f6cefd0f5bbe204317ea0c6b90d4c9af622eede614e9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e1705572a852127990d10ab2c2a9982713ec526ca65c914e13bb7f14ddb3e94" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e2356cb9e654e8e54b0d393641be42b9135b5c933d6d27f69ce8a95274ee028" + sha256 cellar: :any_skip_relocation, arm64_ventura: "792415b9f735397dfb5a82ae151c8b54c987d4a9351c701f2a86d32f43fc6849" + sha256 cellar: :any_skip_relocation, sonoma: "5aa0a725878e7413b8dd21d71f7272a623e6f4f1f23bd9847b9b34b87daf6737" + sha256 cellar: :any_skip_relocation, ventura: "dcfbc5f16dcfc03d5e05ae49bc276da35f6b19f4e2201e1fd6b62c2ab19d3221" + sha256 cellar: :any_skip_relocation, arm64_linux: "36be64728cc8cca4700af1fe8610959bdf23344542e743388a302e645b19c169" + sha256 cellar: :any_skip_relocation, x86_64_linux: "22472f35408c836e9588f7145674d9ec908422289d2f7a36f37286a5dcc8bdcb" end depends_on "just" => :build From 9544a258336e1029169841743f4fde2fd1c527b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 10:50:21 +0000 Subject: [PATCH 04146/10074] aqua 2.52.0 --- Formula/a/aqua.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index fbbf185e4b6d0..91c50224702f0 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -1,8 +1,8 @@ class Aqua < Formula desc "Declarative CLI Version manager" homepage "https://aquaproj.github.io/" - url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.51.2.tar.gz" - sha256 "00c8750d56000555a489b97d073077bfaaade18ac2c308a28b7b336e242f065e" + url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.52.0.tar.gz" + sha256 "0f1ca16ae37a1868d64ab84c04b38ba4d22fa78579ebbd51818b63ec5420e912" license "MIT" head "https://github.com/aquaproj/aqua.git", branch: "main" From de18b8036535144d054d19146211aebc8e98c088 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 11:26:00 +0000 Subject: [PATCH 04147/10074] tailspin 5.4.5 --- Formula/t/tailspin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailspin.rb b/Formula/t/tailspin.rb index e2ad8ade03007..b11d76c594008 100644 --- a/Formula/t/tailspin.rb +++ b/Formula/t/tailspin.rb @@ -1,8 +1,8 @@ class Tailspin < Formula desc "Log file highlighter" homepage "https://github.com/bensadeh/tailspin" - url "https://github.com/bensadeh/tailspin/archive/refs/tags/5.4.4.tar.gz" - sha256 "5c7829245c1b02cc19e0c5a23222ab955dd0b36e8c11e135db4257e393a7c236" + url "https://github.com/bensadeh/tailspin/archive/refs/tags/5.4.5.tar.gz" + sha256 "8dec5333c8f3e9cb6f29b4823482634b3c10e317aae12d0844d73ccfb1307a13" license "MIT" head "https://github.com/bensadeh/tailspin.git", branch: "main" From 5fee95789331faec19d7df973d2ad27289027f06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 12:39:27 +0000 Subject: [PATCH 04148/10074] tailspin: update 5.4.5 bottle. --- Formula/t/tailspin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailspin.rb b/Formula/t/tailspin.rb index b11d76c594008..205a108189b0d 100644 --- a/Formula/t/tailspin.rb +++ b/Formula/t/tailspin.rb @@ -7,13 +7,13 @@ class Tailspin < Formula head "https://github.com/bensadeh/tailspin.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "12dd8c6a640bcbf84f4ba351978399a055c9b84521abc96de5f3514a7cf0e99c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4d0884fa13813f1a516fc60f3550ec163ea25cdfc4d8005c7c8d38d26fc5955" - sha256 cellar: :any_skip_relocation, arm64_ventura: "15bcab094c86d4a6470fb0f1791f8484725961f4dcd0e2d5d50229fe65578218" - sha256 cellar: :any_skip_relocation, sonoma: "4ab40356b2b2d8da2f1d98a8fde3cb7dfb9c2b39b2a26cad56fa5de1e010ee19" - sha256 cellar: :any_skip_relocation, ventura: "d5e93420e1c8be0c6e991882f309b5fa76c875d52ade5686709926b48f4967de" - sha256 cellar: :any_skip_relocation, arm64_linux: "786524577485d83a41abace9600a7a8b00ccfc5717dcefb83401614d045a53ec" - sha256 cellar: :any_skip_relocation, x86_64_linux: "102926218f5e5efd1bc1388ddec3fa0a3ced925acfc9c2d06eb4170eac84c44f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4b49594699cac9354f9430ca2b78f4e302e0653ff78f2877a835f59fd601cc0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ac1f9b3d73e0e75aecf72caca3e8354cfd6e1a5fae4387511d9805adb881fe1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "90986de2ba4306cf0398206ee5f84698b31fd647317e43326b7d86039a50b46f" + sha256 cellar: :any_skip_relocation, sonoma: "10ee21d6a0166690c9ac2963ac7a3101f20339b687c1d20a1ccc462d8f043a75" + sha256 cellar: :any_skip_relocation, ventura: "b4e2c60fe4a48f8b92ab810ceeca861fb3bbdcbccece735d2129c8e941307130" + sha256 cellar: :any_skip_relocation, arm64_linux: "2e3ff3a85f4c7d8cc32c0a7872ee7dbaade643b63415b6bf43978dec6c7b8267" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4053cfae760b0576b2921d89e5ab97375036ac78ee53261849f55a207d3c2f47" end depends_on "rust" => :build From d2d36e86298cd145d46023f54e9bfb8f10226910 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 12:39:30 +0000 Subject: [PATCH 04149/10074] aqua: update 2.52.0 bottle. --- Formula/a/aqua.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index 91c50224702f0..449a3e4b8f8c6 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -12,12 +12,12 @@ class Aqua < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "41f94149f7b10784db9f353a2faa2d680c93cafa344e1a24bf686be8c39bee17" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "41f94149f7b10784db9f353a2faa2d680c93cafa344e1a24bf686be8c39bee17" - sha256 cellar: :any_skip_relocation, arm64_ventura: "41f94149f7b10784db9f353a2faa2d680c93cafa344e1a24bf686be8c39bee17" - sha256 cellar: :any_skip_relocation, sonoma: "39140c57a91682d020ca3365b7425d68d00a66659e5da70ca4e1e90323136b44" - sha256 cellar: :any_skip_relocation, ventura: "39140c57a91682d020ca3365b7425d68d00a66659e5da70ca4e1e90323136b44" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b52321eec81612465a3c72ea0e541787125af69c3ae78f27aefd2adc47e3f897" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c43f6f8ab943f09b4c133aa444e12b760ecd2e7ae3278d10fe5d605d9dd16eb2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c43f6f8ab943f09b4c133aa444e12b760ecd2e7ae3278d10fe5d605d9dd16eb2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c43f6f8ab943f09b4c133aa444e12b760ecd2e7ae3278d10fe5d605d9dd16eb2" + sha256 cellar: :any_skip_relocation, sonoma: "228eb69b8280ab5197106acfeef63243bc8a496d3594b690e94b39da5adaacb1" + sha256 cellar: :any_skip_relocation, ventura: "228eb69b8280ab5197106acfeef63243bc8a496d3594b690e94b39da5adaacb1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8cde62a0de25465cd5b4054c557cacc0d2a8e2ee67afe2a1ff55f063d68d0a8a" end depends_on "go" => :build From 62d51b15c0aa54560b0e1803415d6c8b93506e1b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 12:39:58 +0000 Subject: [PATCH 04150/10074] jackett: update 0.22.1999 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 268e1f6561671..4da12ae37073d 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "a547966f7467a9d81fc821a6bef76f93a89421e4ad04ccdf641fb84d760e12f3" - sha256 cellar: :any, arm64_sonoma: "9bd459f9d72e04449f29ef636928926ab3b73ac1235cb31e3a78eabc0fc9734d" - sha256 cellar: :any, arm64_ventura: "b98beb12b1540a5e3f72f4502638681345f96ed22402dbfb6ae665aa38510d55" - sha256 cellar: :any, ventura: "819d08901856e4d1c5a1c7ea1b758e800c91a956570b34f7630058875d950620" - sha256 cellar: :any_skip_relocation, arm64_linux: "3a35080772338cb910e5dd03a6ee7e6a20db7d9905116781d8c6e1793a5f8e06" - sha256 cellar: :any_skip_relocation, x86_64_linux: "16d5ca1fd5444288ee010b4762c43c4063f0cf423eab7ada87cd400963a7618a" + sha256 cellar: :any, arm64_sequoia: "7f23e7272fee0ebf945400674dd7a2e0eb07f989bed2ca240737870f0af8f31d" + sha256 cellar: :any, arm64_sonoma: "abd774580522ecfd8f9db3b68992837076fa1b42b6233773a07c8c81ed6ba680" + sha256 cellar: :any, arm64_ventura: "55948e7a071e20be058ce5f75a4effe47a2f335a03f97aa4a2c0b878fe7d06d1" + sha256 cellar: :any, ventura: "aacc66e229f6f56717e78e1d50d1848e070f2cd29b019e16a2b663e9d0dabbca" + sha256 cellar: :any_skip_relocation, arm64_linux: "5cdb1576a9a1e308a76850814d12f8a96c18089379337611682bf49936070572" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6df18a6d706dd08bcb60d6784ef65f349c8c87090a538331d2d61181e0e77519" end depends_on "dotnet@8" From 346279bb51d687dce1f0d8b323b8743ddc2e9761 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 12:40:01 +0000 Subject: [PATCH 04151/10074] cdk8s: update 2.200.94 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 7982d4e8f15d8..334abf605ef3d 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" - sha256 cellar: :any_skip_relocation, arm64_ventura: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" - sha256 cellar: :any_skip_relocation, sonoma: "35bacc38d6cca94d6e3f130b907234a62e704ee04e773e58d781adb97a7f6cf2" - sha256 cellar: :any_skip_relocation, ventura: "35bacc38d6cca94d6e3f130b907234a62e704ee04e773e58d781adb97a7f6cf2" - sha256 cellar: :any_skip_relocation, arm64_linux: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" - sha256 cellar: :any_skip_relocation, x86_64_linux: "534134adbf8a7b1231a51e918e390e58d9a483212cfcd6db0e79fcad86327e11" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" + sha256 cellar: :any_skip_relocation, sonoma: "9688282f14631ecc0d393c6c056e220c73b1843463cb296e2e498b868da8d3e6" + sha256 cellar: :any_skip_relocation, ventura: "9688282f14631ecc0d393c6c056e220c73b1843463cb296e2e498b868da8d3e6" + sha256 cellar: :any_skip_relocation, arm64_linux: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" end depends_on "node" From 5e6c85ef3c99b74d3b1c0a3b79ae49f55fbfa52a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 13:50:09 +0000 Subject: [PATCH 04152/10074] bindfs 1.18.1 --- Formula/b/bindfs.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/b/bindfs.rb b/Formula/b/bindfs.rb index 08f9c4292c3e2..54a332bc58d39 100644 --- a/Formula/b/bindfs.rb +++ b/Formula/b/bindfs.rb @@ -1,10 +1,9 @@ class Bindfs < Formula desc "FUSE file system for mounting to another location" homepage "https://bindfs.org/" - url "https://bindfs.org/downloads/bindfs-1.18.0.tar.gz" - sha256 "46fcf95b871109265e93cd42e5ae282c722716488ad9f0da1e1f98535be37f7a" + url "https://bindfs.org/downloads/bindfs-1.18.1.tar.gz" + sha256 "2a7064d993a5f255c52d72385ef14e349c131bc44195766e2173428e06d279fd" license "GPL-2.0-or-later" - revision 1 livecheck do url "https://bindfs.org/downloads/" From 559b7a8398acc08a4bf0ea472b55ec23da623632 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 13:50:17 +0000 Subject: [PATCH 04153/10074] bindgen 0.72.0 --- Formula/b/bindgen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bindgen.rb b/Formula/b/bindgen.rb index a5f7695b72100..8a31ab6ec9065 100644 --- a/Formula/b/bindgen.rb +++ b/Formula/b/bindgen.rb @@ -1,8 +1,8 @@ class Bindgen < Formula desc "Automatically generates Rust FFI bindings to C (and some C++) libraries" homepage "https://rust-lang.github.io/rust-bindgen/" - url "https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.71.1.tar.gz" - sha256 "620d80c32b6aaf42d12d85de86fc56950c86b2a13a5b943c10c29d30c4f3efb0" + url "https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.72.0.tar.gz" + sha256 "1da7050a17fdab0e20d5d8c20d48cddce2973e8b7cb0afc15185bfad22f8ce5b" license "BSD-3-Clause" head "https://github.com/rust-lang/rust-bindgen.git", branch: "main" From e95df8f2d02255c1a9e206de069015edf9fb9e5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 13:58:16 +0000 Subject: [PATCH 04154/10074] harper 0.41.0 --- Formula/h/harper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index be4278cc874a5..e0cca23ba5cd2 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -1,8 +1,8 @@ class Harper < Formula desc "Grammar Checker for Developers" homepage "https://writewithharper.com/" - url "https://github.com/Automattic/harper/archive/refs/tags/v0.40.0.tar.gz" - sha256 "fda27384db608e183eb8a9c29174820ac316ce11e01689e798791be41da946af" + url "https://github.com/Automattic/harper/archive/refs/tags/v0.41.0.tar.gz" + sha256 "6e5206e55bd1dbaa3127fe73413d90f2ea62d2e0d906e1a0ecd45e6831354aa9" license "Apache-2.0" head "https://github.com/Automattic/harper.git", branch: "master" From 3490654427d4aa47296c72c94d5b7f9434143738 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:01:10 +0000 Subject: [PATCH 04155/10074] libdrm 2.4.125 --- Formula/lib/libdrm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libdrm.rb b/Formula/lib/libdrm.rb index 1b40348bbc114..419d8615f360d 100644 --- a/Formula/lib/libdrm.rb +++ b/Formula/lib/libdrm.rb @@ -1,8 +1,8 @@ class Libdrm < Formula desc "Library for accessing the direct rendering manager" homepage "https://dri.freedesktop.org" - url "https://dri.freedesktop.org/libdrm/libdrm-2.4.124.tar.xz" - sha256 "ac36293f61ca4aafaf4b16a2a7afff312aa4f5c37c9fbd797de9e3c0863ca379" + url "https://dri.freedesktop.org/libdrm/libdrm-2.4.125.tar.xz" + sha256 "d4bae92797a50f81a93524762e0410a49cd84cfa0f997795bc0172ac8fb1d96a" license "MIT" livecheck do From 6b8135defdc3fa8bf2bafe605fb81c52155b4400 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:01:21 +0000 Subject: [PATCH 04156/10074] libffi 3.5.0 --- Formula/lib/libffi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libffi.rb b/Formula/lib/libffi.rb index 89c9d313034bb..94bc0a56801bc 100644 --- a/Formula/lib/libffi.rb +++ b/Formula/lib/libffi.rb @@ -1,8 +1,8 @@ class Libffi < Formula desc "Portable Foreign Function Interface library" homepage "https://sourceware.org/libffi/" - url "https://github.com/libffi/libffi/releases/download/v3.4.8/libffi-3.4.8.tar.gz" - sha256 "bc9842a18898bfacb0ed1252c4febcc7e78fa139fd27fdc7a3e30d9d9356119b" + url "https://github.com/libffi/libffi/releases/download/v3.5.0/libffi-3.5.0.tar.gz" + sha256 "8c72678628a5dd8782f08ad421d5a441e42c1c5c1b33e0bc211cbfcf1f3b3978" license "MIT" livecheck do From 159a7efd5415b593808c6404fb19eae0dbabc113 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:05:46 +0000 Subject: [PATCH 04157/10074] objfw 1.3.2 --- Formula/o/objfw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/objfw.rb b/Formula/o/objfw.rb index e2a0f57b61b10..1035102eb2f8a 100644 --- a/Formula/o/objfw.rb +++ b/Formula/o/objfw.rb @@ -1,8 +1,8 @@ class Objfw < Formula desc "Portable, lightweight framework for the Objective-C language" homepage "https://objfw.nil.im/" - url "https://objfw.nil.im/downloads/objfw-1.3.1.tar.gz" - sha256 "a3bdf28c2e166f97680601c29f204670a8c4c8e43d393321a7d1f64fe1d2f513" + url "https://objfw.nil.im/downloads/objfw-1.3.2.tar.gz" + sha256 "8148df0d55d1a3218fe9965144b5c3ee2a7f4d8e43e430a6107e294043872cab" license "LGPL-3.0-only" head "https://objfw.nil.im/", using: :fossil From ff3336dfcfba24a5a0fd3b1f760dfbc56c7eb0be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:11:22 +0000 Subject: [PATCH 04158/10074] sdns 1.5.3 --- Formula/s/sdns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sdns.rb b/Formula/s/sdns.rb index 54c8bfd23b399..0a252f5f3d7ca 100644 --- a/Formula/s/sdns.rb +++ b/Formula/s/sdns.rb @@ -1,8 +1,8 @@ class Sdns < Formula desc "Privacy important, fast, recursive dns resolver server with dnssec support" homepage "https://sdns.dev/" - url "https://github.com/semihalev/sdns/archive/refs/tags/v1.5.2.tar.gz" - sha256 "52d75a4d4e4c09982e7b1f66e93cdd3eadc57a6c3112f84ede7cd94b902ad19c" + url "https://github.com/semihalev/sdns/archive/refs/tags/v1.5.3.tar.gz" + sha256 "83b82288a59eaa8f52cb2fa0e2461d2a3640083a140dadfb0ae212467abdd6a7" license "MIT" head "https://github.com/semihalev/sdns.git", branch: "master" From de3286452a2ce3d613c8e75c7c094ec58758045a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:12:26 +0000 Subject: [PATCH 04159/10074] solargraph 0.55.1 --- Formula/s/solargraph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/solargraph.rb b/Formula/s/solargraph.rb index aa8cc906e6596..3f5cde7f46a70 100644 --- a/Formula/s/solargraph.rb +++ b/Formula/s/solargraph.rb @@ -3,8 +3,8 @@ class Solargraph < Formula homepage "https://solargraph.org" # Must be git, because solargraph.gemspec uses git ls-files url "https://github.com/castwide/solargraph.git", - tag: "v0.55.0", - revision: "b036fbebb9fc87089ea15c96565443e075a98751" + tag: "v0.55.1", + revision: "aadbce6145c919bb76362ace00353dac2ab02363" license "MIT" bottle do From 3b913722633eee1d3d5f0bd55f70afc8c95f0fc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:17:25 +0000 Subject: [PATCH 04160/10074] yoke 0.14.0 --- Formula/y/yoke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 55e5ef70d468c..8148b1d4b3a42 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -3,8 +3,8 @@ class Yoke < Formula homepage "https://yokecd.github.io/docs/" # We use a git checkout since the build relies on tags for the version url "https://github.com/yokecd/yoke.git", - tag: "v0.13.5", - revision: "74130989653d7b54749aa1c75aefe476857918ad" + tag: "v0.14.0", + revision: "0ee887fe1f5a2f4f7fbede225d547641b90fa1ec" license "MIT" head "https://github.com/yokecd/yoke.git", branch: "main" From bac9632543772977d73e2bc32f0218f5c7b8b2c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:19:40 +0000 Subject: [PATCH 04161/10074] bindfs: update 1.18.1 bottle. --- Formula/b/bindfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bindfs.rb b/Formula/b/bindfs.rb index 54a332bc58d39..5b6ce745ba86b 100644 --- a/Formula/b/bindfs.rb +++ b/Formula/b/bindfs.rb @@ -11,8 +11,8 @@ class Bindfs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "af02d31cc5f0a29f9844104f3862f36d2f9bf8c67fc350ff9023c2079010f819" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ec8d0ea83f32a075faba5255b6e70d0547f563c24d4a526de403db96f79b7f30" + sha256 cellar: :any_skip_relocation, arm64_linux: "89e5bc3a0a9c7b97f1bba452328f3a6dd59e94c3827ac0cbe265a6dabb11ad89" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f267a48873db7e3808057219893bcde40b4376ef09595f2604c017e3c80b7cb" end head do From d338fe0d553b1e290e1d0bf15971255dff8de153 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:19:55 +0000 Subject: [PATCH 04162/10074] harper: update 0.41.0 bottle. --- Formula/h/harper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index e0cca23ba5cd2..eec0949364d12 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -12,13 +12,13 @@ class Harper < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "30e07f0848e6e54594e86b8b6a8fbb66cdd50db0a369d0af9b9a388edc8f57ab" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee4e297da99c32308e7c3636d82e33091d52acb736bb38316948c8428862b25a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7d7f6affcbff78c79b67c3e83edb30aeba4e5ded287b9067596670d3db3f172d" - sha256 cellar: :any_skip_relocation, sonoma: "875db3cd5da0895a8f1a5eaa8f6979af9239a6ec7a1e5643e597c80b1804a94b" - sha256 cellar: :any_skip_relocation, ventura: "5ac7b89badfab7bb839e9fa79688dabc168a777d8b9ea55e6d6f6fa0595986ac" - sha256 cellar: :any_skip_relocation, arm64_linux: "b9866928a1f9ecf257b38b42915da5171b2f5f84fe797b24262e77601d86b2a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cff2f525bcf165eb74b0c3b3fe3450cc14663102fb4cf2ef5ebfd913105b3d3d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "87fbe798cf75b34bb75cc3a1bd6a6b767185c552cd1661021fb631d6d9bf6490" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfeb4db4e0993344a4b571df4322abdfc890b84a0606097684f129653b879d88" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9cc69f752ded2201300b9e7838edb39cf73bc36b8ee47b86334eb65bbe648457" + sha256 cellar: :any_skip_relocation, sonoma: "4d4596d6d9fa9d53d1a2aa7b4b736f99ddbcbcbde5bba877a475aea787a406fd" + sha256 cellar: :any_skip_relocation, ventura: "144be34403f638bd570902318c2bedb13d67d9952a8e17c2b540295f38b6c33a" + sha256 cellar: :any_skip_relocation, arm64_linux: "7a9fcf72414794baa4a37ed9c63f4f31668158dbc042727831f603b71441d005" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5cb9c20dc692e5e416d82d3732d08720bda0dedf0ae8b3d01553faf4910131d" end depends_on "rust" => :build From 64af66589ecd60b9cb4207b90356afad0bfde2d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:19:59 +0000 Subject: [PATCH 04163/10074] bindgen: update 0.72.0 bottle. --- Formula/b/bindgen.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bindgen.rb b/Formula/b/bindgen.rb index 8a31ab6ec9065..8ce4637aed2ec 100644 --- a/Formula/b/bindgen.rb +++ b/Formula/b/bindgen.rb @@ -7,13 +7,13 @@ class Bindgen < Formula head "https://github.com/rust-lang/rust-bindgen.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca49bd90c74ef16524752b0f0f0ddab98724b6e5a4efff80a87306cfa1bdd435" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d0816e866afb30c80ac13d1f99009fc31407167e56ea5dbd77c16220a9be45f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a704b4131af2a7b3b89584a7999816a9d39e7fc0efc062085bca77993e9fe3a0" - sha256 cellar: :any_skip_relocation, sonoma: "be5a61b23b1deaeb288a04b23e2f950bb8a52ab3c2278e5c2b9a74102ff71d2f" - sha256 cellar: :any_skip_relocation, ventura: "4d0759fa388a37917a70afa38c2020e6c9d3bfde4a24d446d84284efe308e7b2" - sha256 cellar: :any_skip_relocation, arm64_linux: "cea4dc5af2f263bbb02726b1111fc0275058c2e888dd2f9bc7a889daa7c8c04b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "41b1a9322bcec771b42a3ebf07ee63d91fdaf66751f06deecf1e921b4f8da23f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab793bcbe793c0693c14daff5b477d5397d7e069f3190189e83d9659c10f9bc7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b11073237e5763df10aae7d7ce47533d170fb6155bcb5af6985fea0a6a131e2b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4d04ee15bd2faedceb86890fff428cae50dd287814d01dd45169e3dc83e1ea97" + sha256 cellar: :any_skip_relocation, sonoma: "a47ecb2e6c408618767f5705d70566fd137668b71141c7150e00a39be56c1dde" + sha256 cellar: :any_skip_relocation, ventura: "458de6ccbbc58a92745143b41dc87d5a91d6142e56c17a07b9e3ce8bba11b7fa" + sha256 cellar: :any_skip_relocation, arm64_linux: "02118889ab4a3a4e7b05450a38d9c7b363c2e2094d1e5333f88fba0324326438" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dd35d025d93161a3132f015b1f10a151c475dc6734bd80530b5f1d8105a53483" end depends_on "rust" => :build From 5d4caa08e30d2f894d189502ac29389f0926e74f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:20:16 +0000 Subject: [PATCH 04164/10074] objfw: update 1.3.2 bottle. --- Formula/o/objfw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/objfw.rb b/Formula/o/objfw.rb index 1035102eb2f8a..478f8369f7123 100644 --- a/Formula/o/objfw.rb +++ b/Formula/o/objfw.rb @@ -12,13 +12,13 @@ class Objfw < Formula end bottle do - sha256 arm64_sequoia: "e72889618c308398315bed8f950b0204dc1d1b13f617688b7e4e68cc55fbbe28" - sha256 arm64_sonoma: "b92b445ba45a570948c1f994c362a1e007a15be73cb899d4c6bff65ab69c4d77" - sha256 arm64_ventura: "f2269407984c284520cbaf76003e3b781c5e993754c33383b7a7ea80c0e18a62" - sha256 sonoma: "c0b882afc31b310be6a67c2d53f36b812b3011a20b34a74d41fcfa2f0cb33fa9" - sha256 ventura: "c9adc05a96dbf3a510afa4c7e23cd525f0f9b7ef2865f980f14c78227d8f244e" - sha256 arm64_linux: "e36af4104b44e9048db2be7383b50738ee5bd08f9a9efcaecf03a47eb59c8c06" - sha256 x86_64_linux: "dd48c8235b71203b0d344fe4437d3080c9b39c716ffc0a184cbb6cc43d84d80b" + sha256 arm64_sequoia: "beae7540863a1bd426dc471cf9c2673344008fd266edd41b9a103ab7e10b6141" + sha256 arm64_sonoma: "43829254ef245340617d632f201caac594c76b81c0ec1907c554d0e0509a86db" + sha256 arm64_ventura: "321bd53c3b72dc7783866636035f70c7243a900fdca2094739c03a0fc9df7cfd" + sha256 sonoma: "daf32fc7c8401967220ae43d63702c8bad70da6df970c3cd25c306aed93d8a7a" + sha256 ventura: "78a1f38e646712a0368a178c537b6842f38512a1dd68341fd7a56020f73f74e9" + sha256 arm64_linux: "ee605e9810975310d29f96a2b3652d056d3f5959e09551acb0c6547b71242e9e" + sha256 x86_64_linux: "3006257b454f839712b9b53634178d3b60926962e4db04acc54719fa724f7e29" end depends_on "autoconf" => :build From c738e0a5ad00b035fff82a58cc7190ea660a9634 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 14:22:07 +0000 Subject: [PATCH 04165/10074] urx: update 0.6.0 bottle. --- Formula/u/urx.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/u/urx.rb b/Formula/u/urx.rb index d2f76c47dc3d6..edab2081fed9e 100644 --- a/Formula/u/urx.rb +++ b/Formula/u/urx.rb @@ -11,6 +11,7 @@ class Urx < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "4800fcce0692f4ee1c450570b175142bdcd7d87efd96b64c98f5d3a4495dbf6e" sha256 cellar: :any_skip_relocation, sonoma: "49f474f76454ecda641f4588ea8c0ffc4474c1c4ea0717c1a6bcb09a3b82b97c" sha256 cellar: :any_skip_relocation, ventura: "f7ce9cf24c0baa4c21a193121617f84cf60de6cfdae1ccfcc5d18971a43275d9" + sha256 cellar: :any_skip_relocation, arm64_linux: "d73f5bd968a7341a05600a3aa2a1c1170f536053af3b4eff933a94a61788a5d7" sha256 cellar: :any_skip_relocation, x86_64_linux: "bf3125d4af0355afc037a12d991b9e5fa2b37f5259a342a36bf8e3150a43ac76" end From 1d0d5979cb80bba712e7728b3e2153cd7b061d1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:23:57 +0000 Subject: [PATCH 04166/10074] sdns: update 1.5.3 bottle. --- Formula/s/sdns.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sdns.rb b/Formula/s/sdns.rb index 0a252f5f3d7ca..806bcb55e1362 100644 --- a/Formula/s/sdns.rb +++ b/Formula/s/sdns.rb @@ -7,13 +7,13 @@ class Sdns < Formula head "https://github.com/semihalev/sdns.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4064e44c2a1a85d75b5f14b9b73cca90ddae74e71603c739ceedd13f382c546c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "77984cb1b823d23f0f3d6520d9966e480da483d4757fb4099cec19a04feef0ad" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c99084bd16ab5af032af3c772738057d75826b0b7c9b2003d46e861e87e88021" - sha256 cellar: :any_skip_relocation, sonoma: "a4cda2d0f8c878e05f6f325b277df2d39acd884258153e397b3a8d1ff0299b0a" - sha256 cellar: :any_skip_relocation, ventura: "99f5feddd9eb110578e38eeb70fa8ce4402534cef244a154182b1971b43f6d60" - sha256 cellar: :any_skip_relocation, arm64_linux: "6127f64d913ece10acf827cab12db488e6069bc0b28baa0583c4b94bc9863183" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a20163180f6650265add0d6c5c5805f1547516f823bd7c0499d4505d11690fd8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a650f4202675e05a17c37c5a186151d03ab3187dbe4d6590b171e72010ab6dae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e12ff151cabfbaba21bd08912c8d4eeb061690440fecb08abad5b86fb1451a9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2cfc00a7fd030b7a63ff74a1e823e29c36d8deb016c1ec3e2b5d73ab03a5d4e4" + sha256 cellar: :any_skip_relocation, sonoma: "8efb2fa8f57f66e7fd032776e1a3c45749a9da6bd0c6c20cf581e7e59cfec95e" + sha256 cellar: :any_skip_relocation, ventura: "30c76c36501f9ff9ad1a290d86dd6cab89cfc9d87e91b1c5b519eb0ab98d84a8" + sha256 cellar: :any_skip_relocation, arm64_linux: "46b89266cd6513ae4c98443d9287e887aaa2976a2c57c9fd527d40839e1032d1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eaf2caabcf3907d8967128086978db12758bddd9a06d447f1f91a81980d8ae08" end depends_on "go" => :build From 198ddcaac7351c4a1ad9cf87a57bfb6f3c723196 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:14:48 +0000 Subject: [PATCH 04167/10074] tsnet-serve 1.2.3 tsnet-serve: update test Signed-off-by: Rui Chen --- Formula/t/tsnet-serve.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/t/tsnet-serve.rb b/Formula/t/tsnet-serve.rb index 20e38cff2b8af..feb2280491aa9 100644 --- a/Formula/t/tsnet-serve.rb +++ b/Formula/t/tsnet-serve.rb @@ -1,8 +1,8 @@ class TsnetServe < Formula desc "Expose HTTP applications to a Tailscale Tailnet network" homepage "https://github.com/shayne/tsnet-serve" - url "https://github.com/shayne/tsnet-serve/archive/refs/tags/v1.2.2.tar.gz" - sha256 "8919abe9e4d7a54539f06369c4155df57bbf7427a6007c9d4e13a908847c7308" + url "https://github.com/shayne/tsnet-serve/archive/refs/tags/v1.2.3.tar.gz" + sha256 "74eb6bc77187dc96fa0ca5a615347314ad3016887942fc4b66445250a0cf50ab" license "MIT" head "https://github.com/shayne/tsnet-serve.git", branch: "main" @@ -34,7 +34,6 @@ def install sleep 1 output = logfile.read - assert_match "starting tsnet-server (#{version})", output assert_match "proxying traffic to #{backend}", output assert_match "tsnet starting with hostname \"#{hostname}\"", output assert_match "LocalBackend state is NeedsLogin", output From cf64be45f77d494bb07365d8b8abe1535435b7ec Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Sun, 8 Jun 2025 13:02:35 +0900 Subject: [PATCH 04168/10074] xgo 1.5.0 (new formula) xgo: add autobump --- .github/autobump.txt | 1 + Formula/x/xgo.rb | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Formula/x/xgo.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index ebf56dc4ac4fb..b069d721bcbf8 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -4062,6 +4062,7 @@ xeol xerces-c xfig xgboost +xgo xh xinit xk6 diff --git a/Formula/x/xgo.rb b/Formula/x/xgo.rb new file mode 100644 index 0000000000000..8ea5df5155e27 --- /dev/null +++ b/Formula/x/xgo.rb @@ -0,0 +1,32 @@ +class Xgo < Formula + desc "AI-native programming language that integrates software engineering" + homepage "https://xgo.dev/" + url "https://github.com/goplus/xgo/archive/refs/tags/v1.5.0.tar.gz" + sha256 "e7d80a6760f794ffb4f30c89097b8903f8a1e8c6b60706673d88bcdc304f05c8" + license "Apache-2.0" + head "https://github.com/goplus/xgo.git", branch: "main" + + depends_on "go" + + def install + ENV["GOPROOT_FINAL"] = libexec + system "go", "run", "cmd/make.go", "--install" + + libexec.install Dir["*"] - Dir[".*"] + bin.install_symlink Dir[libexec/"bin/*"] + end + + test do + system bin/"xgo", "mod", "init", "hello" + (testpath/"hello.xgo").write <<~XGO + println("Hello World") + XGO + + # Run xgo fmt, run, build + assert_equal "v#{version}", shell_output("#{bin}/xgo env XGOVERSION").chomp + system bin/"xgo", "fmt", "hello.xgo" + assert_equal "Hello World\n", shell_output("#{bin}/xgo run hello.xgo 2>&1") + system bin/"xgo", "build", "-o", "hello" + assert_equal "Hello World\n", shell_output("./hello 2>&1") + end +end From 0058a093d0d5d7d04a4ec0589476d5a45ae760c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:28:57 +0000 Subject: [PATCH 04169/10074] signal-cli: update 0.13.16 bottle. --- Formula/s/signal-cli.rb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Formula/s/signal-cli.rb b/Formula/s/signal-cli.rb index 63b0cca781c57..455661695dcb3 100644 --- a/Formula/s/signal-cli.rb +++ b/Formula/s/signal-cli.rb @@ -6,13 +6,9 @@ class SignalCli < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "091f552478e2e504bfc6424991d0e2b7cdeb4021581723c0634fab9ad81641ea" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed2d7e7033a16a0a07279d3c9a8b43650767f085b3750a1c96a6bcead71b2730" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a9048424260dbe7a5cf827f3deb4258ab44bc7cdbcba664ca0a873e6fcea2d76" - sha256 cellar: :any_skip_relocation, sonoma: "231ec9f4c31b0752179c5c1337acf1175e8eb23023040f1ebe5f487aa889c8a8" - sha256 cellar: :any_skip_relocation, ventura: "48088e637526d484e84dfc1df6a23a68abd8109d840d3bbb4574c5ce282fa1c0" - sha256 cellar: :any_skip_relocation, arm64_linux: "1a8fbaa6d6f83eb4af4ad97e7bff6a9dc777879dc651b0a8c4c4d28e84b485c4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "63887767ad751ca9f2a16e3f0eb64f1d44eca4a3db4f458205a3881c90d127df" + sha256 cellar: :any_skip_relocation, sonoma: "1e9c2dd77659b66ac94a9a43cea827b9b80d40a995abaa921f61fc717bb14038" + sha256 cellar: :any_skip_relocation, ventura: "9a3ff50c00bbe03a757eda04f2d7609b69ca05e99a150ec953055086ebc556fe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cbe8302507efe35c4fd40ff369b5bcf5ca357c19d28165f3350f71d5f7e3ffd8" end depends_on "cmake" => :build # For `boring-sys` crate in `libsignal-client` From daad26fd46ed42b8f85daf6d6749e12b06a524c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:30:36 +0000 Subject: [PATCH 04170/10074] yoke: update 0.14.0 bottle. --- Formula/y/yoke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 8148b1d4b3a42..8c1ce12d218ee 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -9,13 +9,13 @@ class Yoke < Formula head "https://github.com/yokecd/yoke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cdee8b5300fd490ed8b4f24b64e39a9ecac3bc4ebb610e38b7af50fd03bf315" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "89105a37507a6c20680c4fd17b6dd9cd501b218d1373b7aea8b823f087e1d9f3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d2ca7240dcaac2d415b4d2df4541e577a0b0b55bff55eae8cd12655b40d4ad0d" - sha256 cellar: :any_skip_relocation, sonoma: "5dc7351b4faa9ab3707e43ce91e4fbbc42e58cc8e1b630691d64cb2abe0e808d" - sha256 cellar: :any_skip_relocation, ventura: "516fb720a417fac1fd074f5112c4668d46d7df92784e72f4505cde60af126f44" - sha256 cellar: :any_skip_relocation, arm64_linux: "80ba708910147e80dc2634c71fc22b758a5eec6207d11ce1a974be8fc2e4f0f9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "05c28248e50d43083eb7c9a781c816ad40d06038f517ca9cdfdb2e919cdbf90b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2073afab58a8e5d429c5845684cd3e5a5aa9f895d64fb99bb668f991ad531025" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f15a1ce4ca47398598e4420f2443061742ca34a45693ce2fe451a7a578fcf03" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8ce9d485fba2038c3e51fed2d95bce1641781476a94083190eec3afa11fe48bf" + sha256 cellar: :any_skip_relocation, sonoma: "ec5e8a05b747d92b206ee892a4c41a0508cfd4ccfd66516593cfef8edf7815be" + sha256 cellar: :any_skip_relocation, ventura: "d33e14723ec00b72510389a1e8f9818c30ac4565cb59e31d3352b1edb221b68e" + sha256 cellar: :any_skip_relocation, arm64_linux: "a2b03669db6c51c861493657e4dfde39a090a4831d115be97415dc91f4f1e335" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2837a949e615a1279dbae1e26bd878929ea8af60ea34b863c34494bd2240249f" end depends_on "go" => :build From 8f099b650ce38b4b6f986536686783660d9f831a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:31:10 +0000 Subject: [PATCH 04171/10074] solargraph: update 0.55.1 bottle. --- Formula/s/solargraph.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/solargraph.rb b/Formula/s/solargraph.rb index 3f5cde7f46a70..97743462a7e1d 100644 --- a/Formula/s/solargraph.rb +++ b/Formula/s/solargraph.rb @@ -8,13 +8,13 @@ class Solargraph < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "65aa365a408e2cf95dd1220d0b29b92df6ce7d137882d400eb170c941dc7b57e" - sha256 cellar: :any, arm64_sonoma: "609854b1f8a48e4e3fa7e9e9072d3ced01149dbd5b9b5775d9874e2a9051119f" - sha256 cellar: :any, arm64_ventura: "acb40bb1fcb31ca6cf8915053967af517b940add8239e3442bb0411714180b77" - sha256 cellar: :any, sonoma: "a0c669d10cb0dc2a3aa46756be567dca9a390422e8e062d96a1af20d3345e85d" - sha256 cellar: :any, ventura: "c155aebe765df45f6630aa63bab855b7f0f7651f88dd4bbcb1ccaa434e286970" - sha256 cellar: :any_skip_relocation, arm64_linux: "119d0b06865a8ed59816d24a357a47c51bd74c796cf2b2ae8073994e119b554b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6db46caaa22db1a5909b7059153b30e1c49fd718016c99437d0b5cb4af7bc0f5" + sha256 cellar: :any, arm64_sequoia: "3739e1692c2d06eb51e10de850f7c0806956fe51926ff526bb3e4e192601d037" + sha256 cellar: :any, arm64_sonoma: "7fef1c9d0edb46a7663bbb8d847389e4b599c67f85978b307870ddbdb753307d" + sha256 cellar: :any, arm64_ventura: "a862ee05cf3091df9c653ed23c47f5151d83eb833805a1611f9d28df305ecce4" + sha256 cellar: :any, sonoma: "dda43057cba7871cb050e08dcb9b06e48bd349e0a4f59560c2188bc50d325205" + sha256 cellar: :any, ventura: "3eb8435314aca803758e53b8a9c1ff775a4f71459262d25077ddf245eb365df9" + sha256 cellar: :any_skip_relocation, arm64_linux: "6d32d70eec713ea4d5a3de6aec78e909edd2790cd39c17d11fe763a5585197bd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd3be549c806c69ecdd49727c4685e6c10403d3beb7419c98f5e0fbdcd4e2fe5" end depends_on "ruby" # Requires >= Ruby 2.7 From 327cad8ed99e105d26a4cc9d050703612b23211d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:36:42 +0000 Subject: [PATCH 04172/10074] tsnet-serve: update 1.2.3 bottle. --- Formula/t/tsnet-serve.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tsnet-serve.rb b/Formula/t/tsnet-serve.rb index feb2280491aa9..87f7df8ac809d 100644 --- a/Formula/t/tsnet-serve.rb +++ b/Formula/t/tsnet-serve.rb @@ -7,12 +7,12 @@ class TsnetServe < Formula head "https://github.com/shayne/tsnet-serve.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "331db5b5052dbd753feece4c2b53f26bc60bbd5043366272f373847a3bff3c90" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1174c09fd0bff9359d086b494d1080ab68b3262e4ab3ec06d3cd3cfab68961b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b83bec3f46ea89ec189f4cbb236eff876e77ef2e3c38766790b3a188c02731a0" - sha256 cellar: :any_skip_relocation, sonoma: "4cf5f5587606b7eccf13cc6ebf99f760968fb95c44e205921d576bffa6fea477" - sha256 cellar: :any_skip_relocation, ventura: "39b8503b95a78e17f6c1a9e2add4519380ad11a556f6cc8fc92998ea876b25df" - sha256 cellar: :any_skip_relocation, x86_64_linux: "61082ea4b3cf7a31efc98274928fd075e04aa6bf8b3373ce007edbb6b964f86c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f8d0695c024ea24eab8ade9740ac5d96065d1a8398d854e501c5091bb440127" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ab5b73daabbad4132d88f8cc621a7fb4013e7c17d5aaa78cef976e965c6d8e7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5c7900fd179c02cedae2c84b9b6d31061e664765509143c38b6f47098a4f6809" + sha256 cellar: :any_skip_relocation, sonoma: "7be21bdd228c27b326dedc4c4120d1460618fd062af2178eede6b4b19b5458a6" + sha256 cellar: :any_skip_relocation, ventura: "9f41448fa4d33ea24919013dd2079279724fc8a7c5ec50c2baf5f77663dfd3e8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "960f51f47faaff74445b535c61b5cf6cba1282110e11f4a3de6e49f167245e54" end depends_on "go" => :build From 13954a82e3e9c2345c81f8674ad328d9494be42c Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sun, 8 Jun 2025 23:19:37 +0900 Subject: [PATCH 04173/10074] urx 0.6.1 --- Formula/u/urx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/urx.rb b/Formula/u/urx.rb index edab2081fed9e..0dc143b3ffe1b 100644 --- a/Formula/u/urx.rb +++ b/Formula/u/urx.rb @@ -1,8 +1,8 @@ class Urx < Formula desc "Extracts URLs from OSINT Archives for Security Insights" homepage "https://github.com/hahwul/urx" - url "https://github.com/hahwul/urx/archive/refs/tags/0.6.0.tar.gz" - sha256 "fc125cffadef51c7824015131d0eaf600804fa7454b4cbbbe2402fc326916801" + url "https://github.com/hahwul/urx/archive/refs/tags/0.6.1.tar.gz" + sha256 "5e501198e6d910b39d0800266c32a22a17845e6b6324dbc16c5725525b8aec9a" license "MIT" bottle do From 48c5c5487ac4849fe7adeaf906cbd991742bb7a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 15:01:07 +0000 Subject: [PATCH 04174/10074] urx: update 0.6.1 bottle. --- Formula/u/urx.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/urx.rb b/Formula/u/urx.rb index 0dc143b3ffe1b..e5b8224c72806 100644 --- a/Formula/u/urx.rb +++ b/Formula/u/urx.rb @@ -6,13 +6,13 @@ class Urx < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e7d16b6b095ddf1d791cb1b3cbd70a116ea955fd36f6f1b37e005e2eccdae7b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "50d3ad17ff9965eae769344e6dab9a0f1e71b628bfe4d627c59e09785a3e3174" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4800fcce0692f4ee1c450570b175142bdcd7d87efd96b64c98f5d3a4495dbf6e" - sha256 cellar: :any_skip_relocation, sonoma: "49f474f76454ecda641f4588ea8c0ffc4474c1c4ea0717c1a6bcb09a3b82b97c" - sha256 cellar: :any_skip_relocation, ventura: "f7ce9cf24c0baa4c21a193121617f84cf60de6cfdae1ccfcc5d18971a43275d9" - sha256 cellar: :any_skip_relocation, arm64_linux: "d73f5bd968a7341a05600a3aa2a1c1170f536053af3b4eff933a94a61788a5d7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bf3125d4af0355afc037a12d991b9e5fa2b37f5259a342a36bf8e3150a43ac76" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "949b36c006a4c88b7561392129ae672695b18605211d622b2cebe72f74630d35" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e36f20d458d20ad6113bf1fe16fb01a33fdba4c791c6317e6a23ceaa574f468e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "27eea88716e221fb2c1f93d2da038c16e97f4032080177b6ef0af6e4c616a212" + sha256 cellar: :any_skip_relocation, sonoma: "35fa3a01318a11855f673c291ac310f22abe82197997c6255fcffc8ece2525cd" + sha256 cellar: :any_skip_relocation, ventura: "365946aec8f9e136bea0b9a2460dc3959d83f9beaefa7389082c7d62d587f26b" + sha256 cellar: :any_skip_relocation, arm64_linux: "308c80edc3649d2aff17a156e17c5c829ccfd21d5c7a277f22fb17eb34e50511" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2082d00257f7be453a2c14b3557dea56305c86e10e4daac629adff8798138a08" end depends_on "pkgconf" => :build From be948fc6d2530caa8357e144fe1fdc3aef55aa83 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 15:29:36 +0000 Subject: [PATCH 04175/10074] xgo: add 1.5.0 bottle. --- Formula/x/xgo.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/x/xgo.rb b/Formula/x/xgo.rb index 8ea5df5155e27..9e5525e90f395 100644 --- a/Formula/x/xgo.rb +++ b/Formula/x/xgo.rb @@ -6,6 +6,15 @@ class Xgo < Formula license "Apache-2.0" head "https://github.com/goplus/xgo.git", branch: "main" + bottle do + sha256 arm64_sequoia: "101cc1fa5d0656705b04c9f5e88e1af6da48a4dbd7d384dc880d701c543d4b21" + sha256 arm64_sonoma: "bd76f9478420297ec169a0d75826acb1bf5a8cecf2bf979e53f017b268e91ee6" + sha256 arm64_ventura: "d349e58a80d2b68909b1df56249fe60a2c9671799ff86a0f77472dd068489aa0" + sha256 sonoma: "7ad337b755d679c94888256bb9806d0cd9f6812b5e0d5d2f07fc445fa8892330" + sha256 ventura: "137aa990c331adc079964f26d1a5e9df8436f02d53b642c79acc632f97d11338" + sha256 x86_64_linux: "024122c68e709ccfe12576d96f148d77cba6c58f5bb91232a3161a8ac94d5900" + end + depends_on "go" def install From 76d2190234aa5da6f0787298231117a550e2dfc3 Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Fri, 6 Jun 2025 11:02:10 +0200 Subject: [PATCH 04176/10074] dvisvgm 3.5 (new formula) Co-authored-by: Orjan Ameye Co-authored-by: Sean Molenaar Co-authored-by: Rui Chen --- .github/autobump.txt | 1 + Formula/d/dvisvgm.rb | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 Formula/d/dvisvgm.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index ce09f39d05161..6fed5d92893fb 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -928,6 +928,7 @@ duplicity duply dust dvc +dvisvgm dwarfs dwarfutils dwm diff --git a/Formula/d/dvisvgm.rb b/Formula/d/dvisvgm.rb new file mode 100644 index 0000000000000..cec12c268bc54 --- /dev/null +++ b/Formula/d/dvisvgm.rb @@ -0,0 +1,43 @@ +class Dvisvgm < Formula + desc "Fast DVI to SVG converter" + homepage "https://dvisvgm.de" + url "https://github.com/mgieseki/dvisvgm/releases/download/3.5/dvisvgm-3.5.tar.gz" + sha256 "41ea2e10fe6bdc4ce7672519cfc2998e5c30c8b29fbcd8901915c7dac7fa494c" + license "GPL-3.0-or-later" + + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build + depends_on "pkgconf" => :build + + depends_on "brotli" + depends_on "freetype" + depends_on "ghostscript" + depends_on "potrace" + depends_on "texlive" + depends_on "woff2" + + uses_from_macos "zlib" + + def install + args = [ + "--disable-silent-rules", + "--with-texlive=#{Formula["texlive"].opt_prefix}", + ] + args << "--with-zlib=#{Formula["zlib"].opt_prefix}" if OS.linux? + + system "./configure", *args, *std_configure_args + system "make" + system "make", "install" + + pkgshare.install "tests/data/sample.dvi" + end + + test do + assert_match version.to_s, shell_output("#{bin}/dvisvgm --version") + + # Convert DVI to SVG + system bin/"dvisvgm", "--no-fonts", pkgshare/"sample.dvi" + assert_match "This file was generated by dvisvgm #{version}", (testpath/"sample.svg").read + end +end From 187f5b6c03ae1111645319f68b0397d5dddc8914 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:07:50 +0000 Subject: [PATCH 04177/10074] mariadb 11.8.2 mariadb: remove build patches Signed-off-by: Rui Chen --- Aliases/{mariadb@11.7 => mariadb@11.8} | 0 Formula/m/mariadb.rb | 21 ++------------------- 2 files changed, 2 insertions(+), 19 deletions(-) rename Aliases/{mariadb@11.7 => mariadb@11.8} (100%) diff --git a/Aliases/mariadb@11.7 b/Aliases/mariadb@11.8 similarity index 100% rename from Aliases/mariadb@11.7 rename to Aliases/mariadb@11.8 diff --git a/Formula/m/mariadb.rb b/Formula/m/mariadb.rb index d9df9e3992bbe..d35ef4d778d4d 100644 --- a/Formula/m/mariadb.rb +++ b/Formula/m/mariadb.rb @@ -1,8 +1,8 @@ class Mariadb < Formula desc "Drop-in replacement for MySQL" homepage "https://mariadb.org/" - url "https://archive.mariadb.org/mariadb-11.7.2/source/mariadb-11.7.2.tar.gz" - sha256 "557a89f08e74015d1d6909595e003dca75d4df21ed1ef8180d63cdd74e5e71b3" + url "https://archive.mariadb.org/mariadb-11.8.2/source/mariadb-11.8.2.tar.gz" + sha256 "b2162cdf5e9317d8a8621cbeda83999324fc0ac8944210e14abb5fe0a9fea3ef" license "GPL-2.0-only" livecheck do @@ -56,26 +56,9 @@ class Mariadb < Formula conflicts_with "mysql", "percona-server", because: "mariadb, mysql, and percona install the same binaries" - # system libfmt patch, upstream pr ref, https://github.com/MariaDB/server/pull/3786 - patch do - url "https://github.com/MariaDB/server/commit/b6a924b8478d2fab5d51245ff6719b365d7db7f4.patch?full_index=1" - sha256 "77b65b35cf0166b8bb576254ac289845db5a8e64e03b41f1bf4b2045ac1cd2d1" - end - - # Backport fix for CMake 4.0 - patch do - url "https://github.com/codership/wsrep-lib/commit/324b01e4315623ce026688dd9da1a5f921ce7084.patch?full_index=1" - sha256 "eaa0c3b648b712b3dbab3d37dfca7fef8a072908dc28f2ed383fbe8d217be421" - directory "wsrep-lib" - end - def install ENV.runtime_cpu_detection - # Backport fix for CMake 4.0 - # https://github.com/MariaDB/server/commit/cacaaebf01939d387645fb850ceeec5392496171 - inreplace "storage/mroonga/CMakeLists.txt", "cmake_minimum_required(VERSION 2.8.12)", "" - # Set basedir and ldata so that mysql_install_db can find the server # without needing an explicit path to be set. This can still # be overridden by calling --basedir= when calling. From 24f4c6b620a3171f8144f3cff12bae2a9454bc43 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 16:12:30 +0000 Subject: [PATCH 04178/10074] libffi: update 3.5.0 bottle. --- Formula/lib/libffi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libffi.rb b/Formula/lib/libffi.rb index 94bc0a56801bc..c8d751edb6508 100644 --- a/Formula/lib/libffi.rb +++ b/Formula/lib/libffi.rb @@ -11,13 +11,13 @@ class Libffi < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "72cdf45be8925928df2c880faa24261b8a71dda1996caa50f4ce4bdf4d1e95f3" - sha256 cellar: :any, arm64_sonoma: "651001f28aaff71f1e5a8a5972a0c5580fb62dd6ea090303864e5ebec60567bb" - sha256 cellar: :any, arm64_ventura: "cce541626d83ab0975f9d117d338ca430ce93dd6bd8a1e0a0da5db1e16043497" - sha256 cellar: :any, sonoma: "d90b539a53c4e58aca72ba735b7f25bcaa5b631b049ab4f49482e379210823ef" - sha256 cellar: :any, ventura: "f8ea26ec45f4a7a563cb81aa5c8fefb32741799e80819e8c8571cf9fd7c62b36" - sha256 cellar: :any_skip_relocation, arm64_linux: "6771f1c17f35b6bee6748bbff759728ebfc9cb36155088fffe8f0f1e9d1b4c0f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3dd4f7ce49728e37e9f8f868a8b85bdca6279b2f7781feb96b9e4bb400c18a0" + sha256 cellar: :any, arm64_sequoia: "6d70e58ccf90bf0b523bf2e5101d24be7c80af3ca16ae145dbc9853393307e1f" + sha256 cellar: :any, arm64_sonoma: "e793bde76d63862669b4ca1930932648b9bf407c7035618ad1811ac72fca4192" + sha256 cellar: :any, arm64_ventura: "78d7294f94c1f792b2cbf168963082755a2a56e5b56d7020cd9beabc9828bc73" + sha256 cellar: :any, sonoma: "c484e3b8d990d47db3d27d14e24e05fffc0dc25dfb0cc415f7dae4b3d1d16e3d" + sha256 cellar: :any, ventura: "5b51f6c25e03e8cf530d654a14936d7c5498991cfddcd7d8121f18d4df0824be" + sha256 cellar: :any_skip_relocation, arm64_linux: "ae33d56cc0197e3002a58e62ac3bfc56d2d24d73e5eb5aa969afea74bfb80e36" + sha256 cellar: :any_skip_relocation, x86_64_linux: "14fac203584df82854451b09c07ea269f06db5118934dbaa68e32513d95a1f4a" end head do From 68eaf3a21d92a2d0bd59492488de70b0ca76cd5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:02:50 +0000 Subject: [PATCH 04179/10074] foundry 1.2.3 --- Formula/f/foundry.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/foundry.rb b/Formula/f/foundry.rb index 8161e7bf4617a..099346b21e8a4 100644 --- a/Formula/f/foundry.rb +++ b/Formula/f/foundry.rb @@ -1,8 +1,8 @@ class Foundry < Formula desc "Blazing fast, portable and modular toolkit for Ethereum application development" homepage "https://github.com/foundry-rs/foundry" - url "https://github.com/foundry-rs/foundry/archive/refs/tags/v1.2.2.tar.gz" - sha256 "cf4a21092f2cd29acf03aaab45233ff5703d38cd7b136d90bd118213562def94" + url "https://github.com/foundry-rs/foundry/archive/refs/tags/v1.2.3.tar.gz" + sha256 "856c8b5cab39f1e6dd27ee368a306add7604d1c720148763cfd599cce4e1a510" license any_of: ["MIT", "Apache-2.0"] head "https://github.com/foundry-rs/foundry.git", branch: "master" From 7c544d9073a115863e7ccc578f3222bb806d5eb7 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 8 Jun 2025 12:36:00 -0400 Subject: [PATCH 04180/10074] miniupnpc: allow building from head --- Formula/m/miniupnpc.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Formula/m/miniupnpc.rb b/Formula/m/miniupnpc.rb index 3de4c874dda3f..cb04e91fedabf 100644 --- a/Formula/m/miniupnpc.rb +++ b/Formula/m/miniupnpc.rb @@ -5,6 +5,7 @@ class Miniupnpc < Formula mirror "http://miniupnp.free.fr/files/miniupnpc-2.3.3.tar.gz" sha256 "d52a0afa614ad6c088cc9ddff1ae7d29c8c595ac5fdd321170a05f41e634bd1a" license "BSD-3-Clause" + head "https://github.com/miniupnp/miniupnp.git", branch: "master" # We only match versions with only a major/minor since versions like 2.1 are # stable and versions like 2.1.20191224 are unstable/development releases. @@ -24,7 +25,12 @@ class Miniupnpc < Formula end def install - system "make", "INSTALLPREFIX=#{prefix}", "install" + # When building from head we have to cd into the miniupnpc directory + build_dir = build.head? ? "miniupnpc" : "." + + cd build_dir do + system "make", "INSTALLPREFIX=#{prefix}", "install" + end end test do From c41184e538e3ba52e5aad3585847aa22e0dbe461 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 13:10:52 -0400 Subject: [PATCH 04181/10074] pulumictl 0.0.49 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/p/pulumictl.rb | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Formula/p/pulumictl.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 47c563ebfda5e..b84f80c5e0f47 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3018,6 +3018,7 @@ pueue pug pugixml pulsarctl +pulumictl pumba punktf pure diff --git a/Formula/p/pulumictl.rb b/Formula/p/pulumictl.rb new file mode 100644 index 0000000000000..40c7789ece100 --- /dev/null +++ b/Formula/p/pulumictl.rb @@ -0,0 +1,27 @@ +class Pulumictl < Formula + desc "Swiss army knife for Pulumi development" + homepage "https://github.com/pulumi/pulumictl" + url "https://github.com/pulumi/pulumictl/archive/refs/tags/v0.0.49.tar.gz" + sha256 "36af696d99adfa8ca5941780ad12f13116178f252fe47e24a70be0a2f771b0d0" + license "Apache-2.0" + head "https://github.com/pulumi/pulumictl.git", branch: "master" + + depends_on "go" => :build + + def install + ldflags = "-s -w -X github.com/pulumi/pulumictl/pkg/version.Version=#{version}" + system "go", "build", *std_go_args(ldflags:), "./cmd/pulumictl" + + generate_completions_from_executable(bin/"pulumictl", "completion") + end + + test do + assert_match version.to_s, shell_output("#{bin}/pulumictl version") + + output = shell_output("#{bin}/pulumictl convert-version --language generic --version v1.2.3") + assert_equal "1.2.3", output.strip + + output = shell_output("#{bin}/pulumictl create homebrew-bump v1.0.0 test-repo --org test-org 2>&1", 1) + assert_match "Error: unable to create dispatch event", output.strip + end +end From e3581b8fe9435b90d82e1c6ccb0ce9d892632e0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:19:13 +0000 Subject: [PATCH 04182/10074] pnpm 10.12.1 --- Formula/p/pnpm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index fff063d383d6e..67bfb82eeb4a7 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -1,8 +1,8 @@ class Pnpm < Formula desc "Fast, disk space efficient package manager" homepage "https://pnpm.io/" - url "https://registry.npmjs.org/pnpm/-/pnpm-10.11.1.tgz" - sha256 "211e9990148495c9fc30b7e58396f7eeda83d9243eb75407ea4f8650fb161f7c" + url "https://registry.npmjs.org/pnpm/-/pnpm-10.12.1.tgz" + sha256 "889bac470ec93ccc3764488a19d6ba8f9c648ad5e50a9a6e4be3768a5de387a3" license "MIT" livecheck do From 2b8b9bc90014de277e70e5ea51ab6eac34f07461 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:41:39 +0000 Subject: [PATCH 04183/10074] pnpm: update 10.12.1 bottle. --- Formula/p/pnpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index 67bfb82eeb4a7..78bbbd21508fe 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -13,13 +13,13 @@ class Pnpm < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c5d28430540ddaf80a867f5d21da6fb12c0b81413070b9ecead045584d1aa23b" - sha256 cellar: :any, arm64_sonoma: "c5d28430540ddaf80a867f5d21da6fb12c0b81413070b9ecead045584d1aa23b" - sha256 cellar: :any, arm64_ventura: "c5d28430540ddaf80a867f5d21da6fb12c0b81413070b9ecead045584d1aa23b" - sha256 cellar: :any, sonoma: "b6518c992901ef55534c6fb24d7d9a0897272df7951e1efd195f6bbda48693ca" - sha256 cellar: :any, ventura: "b6518c992901ef55534c6fb24d7d9a0897272df7951e1efd195f6bbda48693ca" - sha256 cellar: :any_skip_relocation, arm64_linux: "9a04e2afaac80cc96e414e546310c45bc99c86672bdf6992b5e93515bb64b797" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a04e2afaac80cc96e414e546310c45bc99c86672bdf6992b5e93515bb64b797" + sha256 cellar: :any, arm64_sequoia: "5fdfdfebd896ca3a78e601f99a23db1763b94a457e8726053c076f80030fda7b" + sha256 cellar: :any, arm64_sonoma: "5fdfdfebd896ca3a78e601f99a23db1763b94a457e8726053c076f80030fda7b" + sha256 cellar: :any, arm64_ventura: "5fdfdfebd896ca3a78e601f99a23db1763b94a457e8726053c076f80030fda7b" + sha256 cellar: :any, sonoma: "34754eddf2d783d7e9bcaac1a24ff51def98e9c5bca9e90a50dbc9276315a914" + sha256 cellar: :any, ventura: "34754eddf2d783d7e9bcaac1a24ff51def98e9c5bca9e90a50dbc9276315a914" + sha256 cellar: :any_skip_relocation, arm64_linux: "860c6a6638c26a9b5b61c6d955f9acc51c0c935e502888cfcc106b1d1e8559fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "860c6a6638c26a9b5b61c6d955f9acc51c0c935e502888cfcc106b1d1e8559fa" end depends_on "node" => [:build, :test] From 039f8a1d19a76a3885d5c7c71b75937c06aa62b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:20 +0200 Subject: [PATCH 04184/10074] m-cli: added `no_autobump!` --- Formula/m/m-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/m-cli.rb b/Formula/m/m-cli.rb index 6a1748d5e837e..70fa9b4c6475b 100644 --- a/Formula/m/m-cli.rb +++ b/Formula/m/m-cli.rb @@ -6,6 +6,8 @@ class MCli < Formula license "MIT" head "https://github.com/rgcr/m-cli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c34603cd51adaa1e6dabc3c9ca533b2b72e2eb2a0626ecbac725b04428a4f7e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "16476d5b167268a327662d0aa26bf9c46aaf41bba5b08527f862b9ef2ce14034" From f0b777379e76ad68f48472dc0b84d6eabba2bd9f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:20 +0200 Subject: [PATCH 04185/10074] m1ddc: added `no_autobump!` --- Formula/m/m1ddc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/m1ddc.rb b/Formula/m/m1ddc.rb index 917d690d3a9af..f2a9fcd5a4bd9 100644 --- a/Formula/m/m1ddc.rb +++ b/Formula/m/m1ddc.rb @@ -6,6 +6,8 @@ class M1ddc < Formula license "MIT" head "https://github.com/waydabber/m1ddc.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c98df1f1bf1c0eda16a07f70a9c2dc539762b08bd0fc1801b38dead4dc96373" sha256 cellar: :any_skip_relocation, arm64_sonoma: "15f255dfd3bffa355ed5cea88646a647a7cd889070a71f8de30e2f77da35f74e" From 99c0273ba254a26f52e231d763d37df6d1e7c3a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:20 +0200 Subject: [PATCH 04186/10074] m68k-elf-binutils: added `no_autobump!` --- Formula/m/m68k-elf-binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/m68k-elf-binutils.rb b/Formula/m/m68k-elf-binutils.rb index dd606636c1b61..8084014080059 100644 --- a/Formula/m/m68k-elf-binutils.rb +++ b/Formula/m/m68k-elf-binutils.rb @@ -10,6 +10,8 @@ class M68kElfBinutils < Formula formula "binutils" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2d13019a91e96df4bec9d103b27bf8e762937caf8f06bd9b3a82593ffc411ee4" sha256 arm64_sonoma: "0f60c3ff36204622b577350ce4031ce145d4c6c8284245f04de949816702284c" From f97bb70f081524a7d9ee1433720dd1617d2bdb30 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:20 +0200 Subject: [PATCH 04187/10074] mabel: added `no_autobump!` --- Formula/m/mabel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mabel.rb b/Formula/m/mabel.rb index c1e2862202377..4c6f526f123fe 100644 --- a/Formula/m/mabel.rb +++ b/Formula/m/mabel.rb @@ -7,6 +7,8 @@ class Mabel < Formula license "GPL-3.0-or-later" head "https://github.com/smmr-software/mabel.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1dd81700a7baedc7bca0ec9daa263464c693f57f56cdcbb57e2def3449207e01" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7bf38463d084fe08c99e94d6db50a410bba56792550bacb94e360246eba52620" From 63b0fb8f89c377835f9a9b11777855aa28ada12c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:20 +0200 Subject: [PATCH 04188/10074] mac-robber: added `no_autobump!` --- Formula/m/mac-robber.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mac-robber.rb b/Formula/m/mac-robber.rb index 4ea71fbe74d3e..e2a9753fcc685 100644 --- a/Formula/m/mac-robber.rb +++ b/Formula/m/mac-robber.rb @@ -5,6 +5,8 @@ class MacRobber < Formula sha256 "5895d332ec8d87e15f21441c61545b7f68830a2ee2c967d381773bd08504806d" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "872680f432b3c3542cf35f30795d0bb9cf0e03c12aacd2522644d0c2f56f2e4a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "857246f4d354a3df452fd928e59e15667f3e713928c1da2fd207e3163892ffdb" From eddc46f4273324d48ef0728052b4b598c4ed4d59 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:21 +0200 Subject: [PATCH 04189/10074] maclaunch: added `no_autobump!` --- Formula/m/maclaunch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/maclaunch.rb b/Formula/m/maclaunch.rb index aab01d4eb7ba2..b9b4f589aef1b 100644 --- a/Formula/m/maclaunch.rb +++ b/Formula/m/maclaunch.rb @@ -5,6 +5,8 @@ class Maclaunch < Formula sha256 "b2d5f8669cd2c09096759f6472db4c8c50a3abf90581e6d629f7c5128bbfa88c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "e2e8116deaaa5e73abcb0d97dedb8d6b708b0b7cfdab81edc35c885db833522b" From eaac57a2cb1ecd7749149bf3696a48820683a7c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:21 +0200 Subject: [PATCH 04190/10074] macos-term-size: added `no_autobump!` --- Formula/m/macos-term-size.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/macos-term-size.rb b/Formula/m/macos-term-size.rb index 8baa3698464c3..6ace6462d6d0b 100644 --- a/Formula/m/macos-term-size.rb +++ b/Formula/m/macos-term-size.rb @@ -6,6 +6,8 @@ class MacosTermSize < Formula license "MIT" head "https://github.com/sindresorhus/macos-term-size.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "08a0e517feb1a5fea5bb36871b5d3abbe781978e11e458574e92041f4cd07042" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3424acd9de93f00406b4a94e2320a01169a092704c8ab9c66e23f230979c9ff1" From 0286ccc0ae5851b7bf6e1e73642f19b9e7c5a8e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:21 +0200 Subject: [PATCH 04191/10074] macos-trash: added `no_autobump!` --- Formula/m/macos-trash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/macos-trash.rb b/Formula/m/macos-trash.rb index d8f62a74d3cdf..7224ae561b06f 100644 --- a/Formula/m/macos-trash.rb +++ b/Formula/m/macos-trash.rb @@ -6,6 +6,8 @@ class MacosTrash < Formula license "MIT" head "https://github.com/sindresorhus/macos-trash.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2428e281cfd65f72086b510be7e425635e855f4fda1d272964c30b5253a9df4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8aff9fa300a5df44f6659bfc66c7976e79b8e3aee583c22148ee50062517b281" From 9f0dec4f84f553a4eb927202fa578c464fc357d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:21 +0200 Subject: [PATCH 04192/10074] macosvpn: added `no_autobump!` --- Formula/m/macosvpn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/macosvpn.rb b/Formula/m/macosvpn.rb index e34a75775d3de..fdbe7efd83281 100644 --- a/Formula/m/macosvpn.rb +++ b/Formula/m/macosvpn.rb @@ -10,6 +10,8 @@ class Macosvpn < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ac4947917a99f3fd96ac3a81a6dbe18be590d25df2bfef024dd0c3e564e9b1b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "35c57637ae70f1265c5cc8df4f370e89eb5fcc441bda03ce4c6b3c294d498899" From 2536552411dc42957a3671da3563d0cde4984918 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:21 +0200 Subject: [PATCH 04193/10074] macpine: added `no_autobump!` --- Formula/m/macpine.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/macpine.rb b/Formula/m/macpine.rb index b84275307e9f7..1cb675e575009 100644 --- a/Formula/m/macpine.rb +++ b/Formula/m/macpine.rb @@ -17,6 +17,8 @@ class Macpine < Formula # Naively convert tags like `v.01` to `0.1` tag.match?(/^v\.?\d+$/i) ? version.chars.join(".") : version end + + no_autobump! because: :requires_manual_review end end From 956b982ef2c10f7a00120cb9b7b25024701e46a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:21 +0200 Subject: [PATCH 04194/10074] macvim: added `no_autobump!` --- Formula/m/macvim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/macvim.rb b/Formula/m/macvim.rb index 02b069e9ceb43..179fa4e5ba02c 100644 --- a/Formula/m/macvim.rb +++ b/Formula/m/macvim.rb @@ -22,6 +22,8 @@ class Macvim < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7eed55dfdd99df0050437af8528d20382f13760845ae638f1bf505a415a3bfa3" sha256 cellar: :any, arm64_sonoma: "55fe4b8cd65abdae6855028c63607cde1a7d85e3a47de4673ced52abbb65128b" From a90da146cc0416386cfec21914744c4e6c40d8d5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:22 +0200 Subject: [PATCH 04195/10074] mad: added `no_autobump!` --- Formula/m/mad.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mad.rb b/Formula/m/mad.rb index a9645d449df5b..4ed9285e5b698 100644 --- a/Formula/m/mad.rb +++ b/Formula/m/mad.rb @@ -10,6 +10,8 @@ class Mad < Formula regex(%r{url=.*?/libmad[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "1facd8abee7e62bba7c7e445d2cbc5900dfe2dc7903be43a40b128c68f519b02" From f6cc46c01ba9d28a5d8612e708ded24824d722f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:22 +0200 Subject: [PATCH 04196/10074] madplay: added `no_autobump!` --- Formula/m/madplay.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/madplay.rb b/Formula/m/madplay.rb index 834231e9e1166..40f8ff756c5c6 100644 --- a/Formula/m/madplay.rb +++ b/Formula/m/madplay.rb @@ -11,6 +11,8 @@ class Madplay < Formula regex(%r{url=.*?/madplay[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ba09b6ca2c1a89b49f0df90e4d4330c7271dd39f11d35cf165cb26a9899a6584" sha256 arm64_sonoma: "bb53d0d999f2179e53c438c9fbcfc1fa57a6dfb0a0e87b144fe8d9f5c91689de" From 6aa6f0740091892185d045ed082733b8762ca3b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:22 +0200 Subject: [PATCH 04197/10074] maeparser: added `no_autobump!` --- Formula/m/maeparser.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/maeparser.rb b/Formula/m/maeparser.rb index 2c17793a32198..579ca039f37cc 100644 --- a/Formula/m/maeparser.rb +++ b/Formula/m/maeparser.rb @@ -6,6 +6,8 @@ class Maeparser < Formula license "MIT" head "https://github.com/schrodinger/maeparser.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fbcc6b87403bf3ee4ceae13512659743cc3393caececa0f7837a6848e60237b3" sha256 cellar: :any, arm64_sonoma: "65bea7147115cac9532e7a76903519dbe14cf0b3e2059ebb1de6f37932d5c54a" From 0f99a2706aa1336fe946f52afd8303c07023a8cf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:22 +0200 Subject: [PATCH 04198/10074] mahout: added `no_autobump!` --- Formula/m/mahout.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mahout.rb b/Formula/m/mahout.rb index fc99fdcdc6ed6..7abb7d7750a85 100644 --- a/Formula/m/mahout.rb +++ b/Formula/m/mahout.rb @@ -7,6 +7,8 @@ class Mahout < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "3b7e05dbbd5838236245dd37e3ed7a1cc10d4dd151adbc7979b345cb19daab0e" From f635996e3c25ec1a477f65dd883e1171e5d92c79 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:22 +0200 Subject: [PATCH 04199/10074] mailcheck: added `no_autobump!` --- Formula/m/mailcheck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mailcheck.rb b/Formula/m/mailcheck.rb index a9ea0694ddc11..f8aa76e66a183 100644 --- a/Formula/m/mailcheck.rb +++ b/Formula/m/mailcheck.rb @@ -5,6 +5,8 @@ class Mailcheck < Formula sha256 "6ca6da5c9f8cc2361d4b64226c7d9486ff0962602c321fc85b724babbbfa0a5c" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9826a29c8ea6cc9f8a3c2c1a85c39726d0412898ab38feccdc027ccf505a5662" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5892072eefc7d2c38a7acabbb05bb380943380d11e46ea2c6f514abe08979184" From 38ef612a7e226c37417a442eb9c564a7571b0689 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:23 +0200 Subject: [PATCH 04200/10074] mailhog: added `no_autobump!` --- Formula/m/mailhog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mailhog.rb b/Formula/m/mailhog.rb index 1380fa0202f89..70007d34d13a9 100644 --- a/Formula/m/mailhog.rb +++ b/Formula/m/mailhog.rb @@ -6,6 +6,8 @@ class Mailhog < Formula license "MIT" head "https://github.com/mailhog/MailHog.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c49d108311e4eb9021edf775bb06695e02dad66525853a7da265be2dfdfb9bb" From 8f527c3b6b911f5f1dc198e6e24632032278164e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:23 +0200 Subject: [PATCH 04201/10074] mairix: added `no_autobump!` --- Formula/m/mairix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mairix.rb b/Formula/m/mairix.rb index bc7b0fd6ee777..2e5b97cabf15f 100644 --- a/Formula/m/mairix.rb +++ b/Formula/m/mairix.rb @@ -11,6 +11,8 @@ class Mairix < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fe9dceecdc765588a0da520eac43995f92e4ee5b0c4c73debba1cc89bf24e26" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc607dc417397d6c0d44c2665b7a47528d3db54f7099ae8827b3dafde391fefd" From ea6ef089bed9997d108377f17a2780e967bd491d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:23 +0200 Subject: [PATCH 04202/10074] make: added `no_autobump!` --- Formula/m/make.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/make.rb b/Formula/m/make.rb index 0d0154ab8ff24..dd99134f09038 100644 --- a/Formula/m/make.rb +++ b/Formula/m/make.rb @@ -6,6 +6,8 @@ class Make < Formula sha256 "8814ba072182b605d156d7589c19a43b89fc58ea479b9355146160946f8cf6e9" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "f361639a5ec1a9355e12f985c511dd6631b6790452a52057032a3a07a690ca4e" From 4fc61f10254964ad5a935904f5b9251a5b7a5b18 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:23 +0200 Subject: [PATCH 04203/10074] makefile2graph: added `no_autobump!` --- Formula/m/makefile2graph.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/makefile2graph.rb b/Formula/m/makefile2graph.rb index 65e3b63152aa0..f85ca9dbf8c0c 100644 --- a/Formula/m/makefile2graph.rb +++ b/Formula/m/makefile2graph.rb @@ -6,6 +6,8 @@ class Makefile2graph < Formula license "MIT" head "https://github.com/lindenb/makefile2graph.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f81db552d0aeb5eeed846fe79b930bf69aae6b2b9552bec55ab68db856162a10" sha256 cellar: :any_skip_relocation, arm64_sonoma: "19431085aae2ceefa936a5a426a0d56d30ffd2f1385723741dd8b0fba4d7b624" From 1ab95f1c75a0ad8a2887b65ea2554b516979204e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:23 +0200 Subject: [PATCH 04204/10074] makeicns: added `no_autobump!` --- Formula/m/makeicns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/makeicns.rb b/Formula/m/makeicns.rb index 43a9e5c0b4d9b..0756f813ab42c 100644 --- a/Formula/m/makeicns.rb +++ b/Formula/m/makeicns.rb @@ -5,6 +5,8 @@ class Makeicns < Formula sha256 "10e44b8d84cb33ed8d92b9c2cfa42f46514586d2ec11ae9832683b69996ddeb8" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "89f7fec6280f4ff185da4d6bf07ba3f30f977bf40b5316c559a8af7a83f2a08c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c13f31a5163d2ffcf745b43b76516445c2dc73b17d370c5ab6c7c601245cc0e7" From 302036df384311a93c59f7c284f42e6b1991f8aa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:23 +0200 Subject: [PATCH 04205/10074] makeself: added `no_autobump!` --- Formula/m/makeself.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/makeself.rb b/Formula/m/makeself.rb index 113f25e300415..5af82155e816c 100644 --- a/Formula/m/makeself.rb +++ b/Formula/m/makeself.rb @@ -6,6 +6,8 @@ class Makeself < Formula license "GPL-2.0-or-later" head "https://github.com/megastep/makeself.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "3e45d0c2e2373b3a70edf4d95447341b46f57eca3acf42e10ac0403cac4cd620" From 5dac6da779efbd93cd428692073ebe9fd4acaac8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:24 +0200 Subject: [PATCH 04206/10074] malbolge: added `no_autobump!` --- Formula/m/malbolge.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/malbolge.rb b/Formula/m/malbolge.rb index f19e0aa7cf696..cd85c51f04e41 100644 --- a/Formula/m/malbolge.rb +++ b/Formula/m/malbolge.rb @@ -6,6 +6,8 @@ class Malbolge < Formula sha256 "ca3b4f321bc3273195eb29eee7ee2002031b057c2bf0c8d7a4f7b6e5b3f648c0" license :public_domain + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a27217c73ffd65f6eeb9249e6120ec69dfbc0121bf2bd721d9270c9173f543e8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "21e3313bf2fc20b33e637016710d778140383e9dbc2a4e45b14a564ddb081d30" From e3b0a2314a63bc026d88593e3d93d993b097a0c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:24 +0200 Subject: [PATCH 04207/10074] mallet: added `no_autobump!` --- Formula/m/mallet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mallet.rb b/Formula/m/mallet.rb index fa942905b1c64..fa2ac39da4baf 100644 --- a/Formula/m/mallet.rb +++ b/Formula/m/mallet.rb @@ -7,6 +7,8 @@ class Mallet < Formula sha256 "874e682add31d638fb6b97c0ad485ff8fbc45e08c47305843139604b7dc15f62" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "2a79370bb96c6b93c4e5ccea01dfd09deeea7bcd7410c34ebfbd0584e24939e3" From ec423f19ec5de2b764a7d46e425447d6039be50e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:24 +0200 Subject: [PATCH 04208/10074] mame: added `no_autobump!` --- Formula/m/mame.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mame.rb b/Formula/m/mame.rb index e1a831cb4a581..5105d3fc279be 100644 --- a/Formula/m/mame.rb +++ b/Formula/m/mame.rb @@ -18,6 +18,8 @@ class Mame < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "653d10b5b1ff22f71204f1c651b3798f6ff39a57553cbb56dba162787679aab2" sha256 cellar: :any, arm64_sonoma: "f053646362da97c810b777ceeb429599e7d4c15f75c62148eb41252564883ff3" From a51542211ebd8d08616f56895893ccaaffe2d5de Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:24 +0200 Subject: [PATCH 04209/10074] man2html: added `no_autobump!` --- Formula/m/man2html.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/man2html.rb b/Formula/m/man2html.rb index 352296e449d0b..6454c0d11b958 100644 --- a/Formula/m/man2html.rb +++ b/Formula/m/man2html.rb @@ -11,6 +11,8 @@ class Man2html < Formula regex(/href=.*?man2html[._-]?v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ecc7e32cd32d246ff8e3efc5061325d43178e0ed1f32847b501af7c394540483" sha256 cellar: :any_skip_relocation, arm64_sonoma: "57f83bcc5fc4cc1278e1e8fa671a51959ff91c4952a3a2da10f602c3331f141d" From cf74580d39a95ee7ae4e6166f788db232847780a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:24 +0200 Subject: [PATCH 04210/10074] mandoc: added `no_autobump!` --- Formula/m/mandoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mandoc.rb b/Formula/m/mandoc.rb index e3099c2bf7219..d60f53df2a42d 100644 --- a/Formula/m/mandoc.rb +++ b/Formula/m/mandoc.rb @@ -12,6 +12,8 @@ class Mandoc < Formula regex(/href=.*?mandoc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc7045b49fb8f8d57fae60c7ddcd9ea21ebb3abbf4f79e8e9a276273a122fd56" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e52aaa74b6654469741aa21738507e636c4b09576109ff602f78a445a4ce30dc" From 64abddefb32af698831785b400379c9446797862 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:24 +0200 Subject: [PATCH 04211/10074] mapcrafter: added `no_autobump!` --- Formula/m/mapcrafter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mapcrafter.rb b/Formula/m/mapcrafter.rb index 3bfd30c5387f6..6a7e40d433bbc 100644 --- a/Formula/m/mapcrafter.rb +++ b/Formula/m/mapcrafter.rb @@ -6,6 +6,8 @@ class Mapcrafter < Formula license "GPL-3.0-or-later" revision 14 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cf44a24edf03e087564b71015e5d4850e1a381e5577d0b0f328b91deb42991f9" sha256 cellar: :any, arm64_sonoma: "33a53c814d6290f940b3381f19fcbf150e1073e53492b1d359a7810fb7494340" From 86b365e66da45baf069af4a106edf919d7eebaaf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:25 +0200 Subject: [PATCH 04212/10074] mariadb@10.10: added `no_autobump!` --- Formula/m/mariadb@10.10.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mariadb@10.10.rb b/Formula/m/mariadb@10.10.rb index eaf9f81a16969..5bc1ac48e3038 100644 --- a/Formula/m/mariadb@10.10.rb +++ b/Formula/m/mariadb@10.10.rb @@ -5,6 +5,8 @@ class MariadbAT1010 < Formula sha256 "6db3d7be275b77181cf361499b76f40fa41b762a71ba75e78dec95e7b8215eb0" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "5f460c753a8cf8b47bcd6e35932ad51ec185e4f9c2f4c2ac464c2a537aaeb095" sha256 arm64_ventura: "efdc0681e993b65fe71f5067886cbfe49ca51c622e46a0f39d688fba58687c94" From 75a1dffa9493c88d5c21042c1dd7abfff794b43a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:25 +0200 Subject: [PATCH 04213/10074] mariadb@10.4: added `no_autobump!` --- Formula/m/mariadb@10.4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mariadb@10.4.rb b/Formula/m/mariadb@10.4.rb index f870360cad277..bba5091ee86a6 100644 --- a/Formula/m/mariadb@10.4.rb +++ b/Formula/m/mariadb@10.4.rb @@ -5,6 +5,8 @@ class MariadbAT104 < Formula sha256 "c657bdbca790c3106dc781a207f4b67d467571945164725d37cc7e42cc2a590a" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "3a5bb21c7310991538c31c4851db1c0fdc93698ff5dca5d19326d8f1196a2424" sha256 arm64_ventura: "6d16a9889a56479bf5795e9d031f5c983de4c0655b7de37ac57e330b99db50f5" From a732ebda1907d24dcd4d87c8a80322f4fcd86804 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:25 +0200 Subject: [PATCH 04214/10074] mariadb@10.9: added `no_autobump!` --- Formula/m/mariadb@10.9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mariadb@10.9.rb b/Formula/m/mariadb@10.9.rb index 054c946f0d3f9..7bd79fb3aaa3c 100644 --- a/Formula/m/mariadb@10.9.rb +++ b/Formula/m/mariadb@10.9.rb @@ -5,6 +5,8 @@ class MariadbAT109 < Formula sha256 "fcdc6f73882477c20310e795a02f746e54934aa7a8b368900bd45e78a5daf6ed" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "2026b53c5752ce6113ed7c8af1318fdbc0e0d6733115b8dada7bd035cf9bf7c4" sha256 arm64_ventura: "65cb2f2fdd5c29ad8f14f9f0a55970b61285fa2be6e5ed29dcdfa1872638b5c8" From a4e06598f5911a71ce2b59f782d95f9ff719ab41 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:25 +0200 Subject: [PATCH 04215/10074] mariadb@11.0: added `no_autobump!` --- Formula/m/mariadb@11.0.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mariadb@11.0.rb b/Formula/m/mariadb@11.0.rb index e6f56809c93e7..1ceb6c7aadcba 100644 --- a/Formula/m/mariadb@11.0.rb +++ b/Formula/m/mariadb@11.0.rb @@ -5,6 +5,8 @@ class MariadbAT110 < Formula sha256 "0189d62946c37c6db46bf1a468ba9580bcba8e80f05958ec483c3387eccf9a00" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "89a7b94bb9f795bbe4f842da5648232c6a974e0dd76ba69fe8a0952db13d836f" sha256 arm64_ventura: "7bddd7c137bfc4085f961af777564355dc3180d20855f958638462690cc2eda3" From 685df40a9c98a9294a932e1193293a642e57f583 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:26 +0200 Subject: [PATCH 04216/10074] mariadb@11.1: added `no_autobump!` --- Formula/m/mariadb@11.1.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mariadb@11.1.rb b/Formula/m/mariadb@11.1.rb index 9df24a58b5567..113e18435e67d 100644 --- a/Formula/m/mariadb@11.1.rb +++ b/Formula/m/mariadb@11.1.rb @@ -5,6 +5,8 @@ class MariadbAT111 < Formula sha256 "57845d2e67664bed7257ea49bb448b9956a7a6a35bef3f4808c08db2ee2e62a0" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "4ef5348f4474d01d8269a3f5fc9070958c322960798b9c031f1ccb638a83ff54" sha256 arm64_ventura: "3c1bf67f7a0d7632dff4e6a131884b38dc96f030b8e192fbb7c4f7a53b20de00" From ab527f6f15c74effdb4c6e81b04b1cb26800a221 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:26 +0200 Subject: [PATCH 04217/10074] mariadb@11.2: added `no_autobump!` --- Formula/m/mariadb@11.2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mariadb@11.2.rb b/Formula/m/mariadb@11.2.rb index 6a67b3f0f2e65..cf6daa66dccf3 100644 --- a/Formula/m/mariadb@11.2.rb +++ b/Formula/m/mariadb@11.2.rb @@ -5,6 +5,8 @@ class MariadbAT112 < Formula sha256 "1cd0a7cfd5f9e25d8526aa70b1130743f9e551d8d03fe7ccdd2107b4e172d579" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "951ac2e9c45f3ff6510824fe7cfdcbb5f33252230b71487859444fb192c6ef87" sha256 arm64_sonoma: "a7bacbd1b817fd5d0a81a7f386e844326b8851c36e766b06dad96d8d0d297bf3" From b4c84e67f637f74a4ce81217a978cca07fdee26e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:26 +0200 Subject: [PATCH 04218/10074] markdown-toc: added `no_autobump!` --- Formula/m/markdown-toc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/markdown-toc.rb b/Formula/m/markdown-toc.rb index 86ec0c7c99fde..d27d678ceb7cb 100644 --- a/Formula/m/markdown-toc.rb +++ b/Formula/m/markdown-toc.rb @@ -5,6 +5,8 @@ class MarkdownToc < Formula sha256 "4a5bf3efafb21217889ab240caacd795a1101bfbe07cd8abb228cc44937acd9c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "2817812b6a1d6a1e613ad337524dbd04afcc3ee306c8ddecab56c6835468d11c" From abf3d8be6b701f7c5e62c378237cf993312252ea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:26 +0200 Subject: [PATCH 04219/10074] markdown: added `no_autobump!` --- Formula/m/markdown.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/markdown.rb b/Formula/m/markdown.rb index 48530875ce4e0..19a318bfb6abd 100644 --- a/Formula/m/markdown.rb +++ b/Formula/m/markdown.rb @@ -10,6 +10,8 @@ class Markdown < Formula regex(/href=.*?Markdown[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "ba5a95424267c48417d20a1ca2a253366c9741d7d2dcbe71fd7715c1babd1b8a" From 377de111fd2bbd7b298265573a41cb70d866a03e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:26 +0200 Subject: [PATCH 04220/10074] mas: added `no_autobump!` --- Formula/m/mas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mas.rb b/Formula/m/mas.rb index 294ae04eeae11..a9e829afd83f5 100644 --- a/Formula/m/mas.rb +++ b/Formula/m/mas.rb @@ -12,6 +12,8 @@ class Mas < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4cba95e2f584f56e2e726c7808df195ceb0c1fe20aa3436f126ef0c527c59c6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "de10dbbddeff1469e06acd6ce7edefd35872fb013b75c55a6f60f8b4e6a15803" From 380581510f8b1ec7666246b7edcd7302a8bc4575 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:26 +0200 Subject: [PATCH 04221/10074] mask: added `no_autobump!` --- Formula/m/mask.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mask.rb b/Formula/m/mask.rb index 540c13288c74d..c4795608b014b 100644 --- a/Formula/m/mask.rb +++ b/Formula/m/mask.rb @@ -5,6 +5,8 @@ class Mask < Formula sha256 "e76ae20a120c3ab44f1b14e73ff3f1b39d900bc66f8d2dab7fed4706bacd92fd" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e768bea1c18237750a02152f2fa20f8bf243fde010b658312c760734d61d823" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b55cb4b9ba4a0cac458d0547cd61601bb75f64c11924bbe5c3ce922323a3f2f2" From 468ddd39ff81e61c98a3263e105adeacc03500e3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:27 +0200 Subject: [PATCH 04222/10074] masscan: added `no_autobump!` --- Formula/m/masscan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/masscan.rb b/Formula/m/masscan.rb index e55483741647a..13bb2f60e8964 100644 --- a/Formula/m/masscan.rb +++ b/Formula/m/masscan.rb @@ -11,6 +11,8 @@ class Masscan < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba24e0d2c22cbe2291a6e872a1f5d79df7c69922b0cebdbe0864c1caaa664b72" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed9e05609c9f31867e5da2a9d10eebf62ca405613ff9a11ea82307871b8954f3" From c5d44f9d7e610066993d270174260b21ae96b088 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:27 +0200 Subject: [PATCH 04223/10074] massdns: added `no_autobump!` --- Formula/m/massdns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/massdns.rb b/Formula/m/massdns.rb index fe5c135630f63..658417df53cf2 100644 --- a/Formula/m/massdns.rb +++ b/Formula/m/massdns.rb @@ -5,6 +5,8 @@ class Massdns < Formula sha256 "93b14431496b358ee9f3a5b71bd9618fe4ff1af8c420267392164f7b2d949559" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9a5d00f32970e270e6d1ab85b7ec437efdd1b74e1e4b40f6d938f74f74ee7f0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7c9496b840fee8c62fdde8b1799a12e957ccf055a938d34c115c4a1791c9aac" From 05cada27fdddb0dee7442dad98f72d2ed57e24ef Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:27 +0200 Subject: [PATCH 04224/10074] math-comp: added `no_autobump!` --- Formula/m/math-comp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/math-comp.rb b/Formula/m/math-comp.rb index f6f355276d852..34facbf0737cd 100644 --- a/Formula/m/math-comp.rb +++ b/Formula/m/math-comp.rb @@ -7,6 +7,8 @@ class MathComp < Formula revision 6 head "https://github.com/math-comp/math-comp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "37fb1f8770ce323d60e7849b3309f8accaf18b2983133717d75690791f15fe09" sha256 cellar: :any_skip_relocation, arm64_sonoma: "40ed5c77b4b2121aa239a976b013efb9e0e589f0105ad50f44c304cc7388d422" From 790bf2e79330b568c63a3d66eec08809b4b1c84f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:27 +0200 Subject: [PATCH 04225/10074] mathlibtools: added `no_autobump!` --- Formula/m/mathlibtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mathlibtools.rb b/Formula/m/mathlibtools.rb index 74ebe11680b56..efb8512dd181b 100644 --- a/Formula/m/mathlibtools.rb +++ b/Formula/m/mathlibtools.rb @@ -8,6 +8,8 @@ class Mathlibtools < Formula license "Apache-2.0" revision 5 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sonoma: "5c30b6bd959cec65f56d140dff795e4f6d139b2c0b9bb35e4d964378d810b729" From ca0a00603dba641e841629e0ce9ad407aeeb5191 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:27 +0200 Subject: [PATCH 04226/10074] matlab2tikz: added `no_autobump!` --- Formula/m/matlab2tikz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/matlab2tikz.rb b/Formula/m/matlab2tikz.rb index b0f761ca77e4a..b174c1d7eea0d 100644 --- a/Formula/m/matlab2tikz.rb +++ b/Formula/m/matlab2tikz.rb @@ -6,6 +6,8 @@ class Matlab2tikz < Formula license "BSD-2-Clause" head "https://github.com/matlab2tikz/matlab2tikz.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f76f11ee806e2256f088b5dd34b534e94e8bfd48f495152bb623d7519dc2b893" From f3206befc66adfc1e0927b0a745b0926c6a605a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:27 +0200 Subject: [PATCH 04227/10074] maven-completion: added `no_autobump!` --- Formula/m/maven-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/maven-completion.rb b/Formula/m/maven-completion.rb index d1c5a725bc869..f2d4afe2c49ee 100644 --- a/Formula/m/maven-completion.rb +++ b/Formula/m/maven-completion.rb @@ -6,6 +6,8 @@ class MavenCompletion < Formula license "Apache-2.0" head "https://github.com/juven/maven-bash-completion.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ac7e72e1637a50e24735e49aafdcaab5e1a71ceeff85a1836489f6d12a2de263" From 17bd225d3f19ad1e80f9f3863d9a7f7669ccd943 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:28 +0200 Subject: [PATCH 04228/10074] maven-shell: added `no_autobump!` --- Formula/m/maven-shell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/maven-shell.rb b/Formula/m/maven-shell.rb index e3a3509b51a76..8657737e3ecf2 100644 --- a/Formula/m/maven-shell.rb +++ b/Formula/m/maven-shell.rb @@ -10,6 +10,8 @@ class MavenShell < Formula regex(%r{v?(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "8cf238b82fe150f113e5df470ec8f73d9d8cb58d940c716726a3442492a8fa16" From 13ee5120e8b3cae183bc758c2a0c90cee0117afa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:28 +0200 Subject: [PATCH 04229/10074] maxima: added `no_autobump!` --- Formula/m/maxima.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/maxima.rb b/Formula/m/maxima.rb index 1c1767426de4f..6c0df070d7b14 100644 --- a/Formula/m/maxima.rb +++ b/Formula/m/maxima.rb @@ -11,6 +11,8 @@ class Maxima < Formula regex(%r{url=.*?/maxima[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf1876cc3a45b25028c16b715370c966a5830b98644793802dff6436e3b269ca" sha256 cellar: :any_skip_relocation, arm64_ventura: "2e5ab07dc958e30f74506ee83d32f86ab04cd1c92e041fc73395d212655d86dd" From a4f35bb83583776f96529976b86387a996ea9956 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:28 +0200 Subject: [PATCH 04230/10074] mbedtls@2: added `no_autobump!` --- Formula/m/mbedtls@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mbedtls@2.rb b/Formula/m/mbedtls@2.rb index 91e84d70ab57f..5d20f8affbc09 100644 --- a/Formula/m/mbedtls@2.rb +++ b/Formula/m/mbedtls@2.rb @@ -6,6 +6,8 @@ class MbedtlsAT2 < Formula license "Apache-2.0" head "https://github.com/Mbed-TLS/mbedtls.git", branch: "mbedtls-2.28" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1ac6bd9c970e98200758af383b9e8295387bd7b4c247dcdcb16cb05521b39607" sha256 cellar: :any, arm64_sonoma: "194e03a15d26c9c866962875b2d1e5ccedab9e10f7ad9d60e01a155c88fdc2b6" From d2c1f876abdcdd2002809cde78e22fb8ec9d6ad8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:28 +0200 Subject: [PATCH 04231/10074] mbelib: added `no_autobump!` --- Formula/m/mbelib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mbelib.rb b/Formula/m/mbelib.rb index 7f184fa968393..99efb0a5a7b17 100644 --- a/Formula/m/mbelib.rb +++ b/Formula/m/mbelib.rb @@ -6,6 +6,8 @@ class Mbelib < Formula license "ISC" head "https://github.com/szechyjs/mbelib.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4303b80f4b00f9a5ba52109c0995c196d0d54b19f9d105520379206eb50b373c" sha256 cellar: :any, arm64_sonoma: "cd9b0cc3c21687f175d3f4aee0229bd9b7aafe34eba6360f26f0619296a0acfe" From 4f892568b0bc5f29ad88eeba5d16a04616a8d3dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:28 +0200 Subject: [PATCH 04232/10074] mbpoll: added `no_autobump!` --- Formula/m/mbpoll.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mbpoll.rb b/Formula/m/mbpoll.rb index 6e5c47793cf7e..55a3a6de5e0e7 100644 --- a/Formula/m/mbpoll.rb +++ b/Formula/m/mbpoll.rb @@ -6,6 +6,8 @@ class Mbpoll < Formula license "GPL-3.0-only" head "https://github.com/epsilonrt/mbpoll.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f2e1b7cc1e13adec4be27c0786d6d58d8452981695981111b9fb5a27b4209672" sha256 cellar: :any, arm64_sonoma: "38fed0cebc17a0f5b56f57c877ba9aedb7740f88ad49ec8b7ab20b75d46d451a" From 25d20321d739db0faffe4d41ac1efb2adcfd076d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:28 +0200 Subject: [PATCH 04233/10074] mbw: added `no_autobump!` --- Formula/m/mbw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mbw.rb b/Formula/m/mbw.rb index 1de7207588fab..83e852d35c719 100644 --- a/Formula/m/mbw.rb +++ b/Formula/m/mbw.rb @@ -5,6 +5,8 @@ class Mbw < Formula sha256 "557f670e13ff663086fe239e4184d8ca6154b004bd5fde2b0a748e5aa543c87f" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d07a9cad29f80e14aa0abab7e8b5519729e401d876e84b59b400f5413a85a3a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "43bba75f10ec5e1d0dead83ec5b9549e9c5afaec052c3b5684fe8dbebd485819" From ad70f353ee59689bcdf199071630ebfb75bd1df7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:29 +0200 Subject: [PATCH 04234/10074] mcabber: added `no_autobump!` --- Formula/m/mcabber.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mcabber.rb b/Formula/m/mcabber.rb index d72c69eeefda1..a49f35ac5fa48 100644 --- a/Formula/m/mcabber.rb +++ b/Formula/m/mcabber.rb @@ -11,6 +11,8 @@ class Mcabber < Formula regex(/href=.*?mcabber[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "22148b4dac302fc1e66326cd0a1790831aa8b2a1fe8911b41944125056d2cd20" sha256 arm64_sonoma: "4360dd97e2380a7f382a3b7c2ca1a0e75525b6611c72f28e65709cafe6b30bb1" From e59faf7e7b94a75477cd60537b9a808e0ffe126a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:29 +0200 Subject: [PATCH 04235/10074] mcpp: added `no_autobump!` --- Formula/m/mcpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mcpp.rb b/Formula/m/mcpp.rb index 6e9aee7e656de..487eb6a9227e5 100644 --- a/Formula/m/mcpp.rb +++ b/Formula/m/mcpp.rb @@ -10,6 +10,8 @@ class Mcpp < Formula regex(%r{url=.*?/mcpp[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "37f98fe44da635f01775091f8196d3eacb4b9dfcab22b5702488714ea4599cba" From c327a13c6c81eeaae5a4378ccb41de82ccc3a2ca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:29 +0200 Subject: [PATCH 04236/10074] md5deep: added `no_autobump!` --- Formula/m/md5deep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/md5deep.rb b/Formula/m/md5deep.rb index 8b4eae72ea97c..14390816afcf1 100644 --- a/Formula/m/md5deep.rb +++ b/Formula/m/md5deep.rb @@ -7,6 +7,8 @@ class Md5deep < Formula revision 1 head "https://github.com/jessek/hashdeep.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d92356eb626035ee2f2e8b412b0a5ca36fa31a8d6d16fe583f9dfcd6ed57a19" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e4229518a382d9eb9d0b5fe87118a0f4a532c33b535791db257432502ac9e31" From 15dba28033bf5cd384eed013e0de4dafc0ab8276 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:29 +0200 Subject: [PATCH 04237/10074] md5sha1sum: added `no_autobump!` --- Formula/m/md5sha1sum.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/md5sha1sum.rb b/Formula/m/md5sha1sum.rb index 094244e926d5f..9af5a0c9b3c6b 100644 --- a/Formula/m/md5sha1sum.rb +++ b/Formula/m/md5sha1sum.rb @@ -12,6 +12,8 @@ class Md5sha1sum < Formula regex(/href=.*?md5sha1sum[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "18eabab184e2ab7e46b74aa8ff7dadd8b88239e604b64eaf64caed43846bea27" From cdc9eb5f91fb944b2976e24a9084bc6ca2ae6ef2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:29 +0200 Subject: [PATCH 04238/10074] mda-lv2: added `no_autobump!` --- Formula/m/mda-lv2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mda-lv2.rb b/Formula/m/mda-lv2.rb index 4575a50a96013..7e4b313263641 100644 --- a/Formula/m/mda-lv2.rb +++ b/Formula/m/mda-lv2.rb @@ -10,6 +10,8 @@ class MdaLv2 < Formula regex(/href=.*?mda-lv2[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "03b6f32b385004d948a37114897d206e9a879834820b54316c755c637ebdabbf" From adcc8d3b91ca15bd80ec6bbb28dfffe4ee7d568f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:30 +0200 Subject: [PATCH 04239/10074] mdcat: added `no_autobump!` --- Formula/m/mdcat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mdcat.rb b/Formula/m/mdcat.rb index 8fff3acbfe405..ab08286157f22 100644 --- a/Formula/m/mdcat.rb +++ b/Formula/m/mdcat.rb @@ -6,6 +6,8 @@ class Mdcat < Formula license "MPL-2.0" head "https://github.com/swsnr/mdcat.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dda4028d4876c70766d9ae577c60741c5604de5673b8acae0e26dc4f5d8df08e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "803ea6ced03a51fc184834642a4abed39d82525146c410dd0c9471f4a132f4b6" From e0d4da02d9efc5316fac2fd1212317c958d47f8e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:30 +0200 Subject: [PATCH 04240/10074] mdf2iso: added `no_autobump!` --- Formula/m/mdf2iso.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mdf2iso.rb b/Formula/m/mdf2iso.rb index 8b4fc56c81b82..53edd0843ca44 100644 --- a/Formula/m/mdf2iso.rb +++ b/Formula/m/mdf2iso.rb @@ -9,6 +9,8 @@ class Mdf2iso < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb7698f54dab58995f190cb1fa0b27206fdcc26df54ed14340042bbdf5e9bc22" From ad2e73c4bd36877428c3dd86a6dbf3bc97d95d14 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:30 +0200 Subject: [PATCH 04241/10074] mdk: added `no_autobump!` --- Formula/m/mdk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mdk.rb b/Formula/m/mdk.rb index 99c1469d514c1..a5e5226a57ea6 100644 --- a/Formula/m/mdk.rb +++ b/Formula/m/mdk.rb @@ -12,6 +12,8 @@ class Mdk < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "7f8f1976f4085fd2069b0e8e36c7b4dc939a9da53776d446c5bd00587c166ba7" sha256 arm64_sonoma: "fd1a717d1a4c992880d8afd9217b46416521dbe7d4c87b6caf86efdc9e603bb7" From f429d0fcae42f534a9b278ce94daed0b2ac0fbe2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:30 +0200 Subject: [PATCH 04242/10074] mdp: added `no_autobump!` --- Formula/m/mdp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mdp.rb b/Formula/m/mdp.rb index 5788a9e466cfd..002a48eb8a32e 100644 --- a/Formula/m/mdp.rb +++ b/Formula/m/mdp.rb @@ -6,6 +6,8 @@ class Mdp < Formula license "GPL-3.0-or-later" head "https://github.com/visit1985/mdp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9f0539ae98eb89b4de2ae0048c6d79bedfe28757a11d09ef99879fa6ab2dd04" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f016a8106040ad6eb3d2d5ec053b87559f48752588177ef6165e7bee1e91166c" From 5880fadebbcfde52139c2fe00db2c62c1578d160 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:30 +0200 Subject: [PATCH 04243/10074] mdt: added `no_autobump!` --- Formula/m/mdt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mdt.rb b/Formula/m/mdt.rb index df19dfaaac473..4142c298691ab 100644 --- a/Formula/m/mdt.rb +++ b/Formula/m/mdt.rb @@ -5,6 +5,8 @@ class Mdt < Formula sha256 "542998a034c93ca52e72708c1d3779e597f778faf2ee70d8cf11873185332d31" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "8d78fb5808e2fcae85e5e07e39c1c3b9aabe54d2acf8888d98330f7b45eec989" From d60e091e82773700b7e0d6ab0a1c303b7e408f03 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:30 +0200 Subject: [PATCH 04244/10074] mdv: added `no_autobump!` --- Formula/m/mdv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mdv.rb b/Formula/m/mdv.rb index 1d08d2fb841f8..9ccbe6a2e7a35 100644 --- a/Formula/m/mdv.rb +++ b/Formula/m/mdv.rb @@ -7,6 +7,8 @@ class Mdv < Formula sha256 "eb84ed52a2b68d2e083e007cb485d14fac1deb755fd8f35011eff8f2889df6e9" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any, arm64_sequoia: "ef4e272237c57fc919e84a83ec656a2573fc2c2e9abcb1f8ee38337674c4547d" From 892b7dd0c8d9408fcda803882600938c47367eae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:31 +0200 Subject: [PATCH 04245/10074] mdxmini: added `no_autobump!` --- Formula/m/mdxmini.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mdxmini.rb b/Formula/m/mdxmini.rb index 399ec00562242..298b4a0aee077 100644 --- a/Formula/m/mdxmini.rb +++ b/Formula/m/mdxmini.rb @@ -5,6 +5,8 @@ class Mdxmini < Formula sha256 "9b623b365e893a769084f7a2effedc9ece453c6e3861c571ba503f045471a0e0" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8bd1fe419459be3167ff34cc8b6e709a2628f8bb38ea47b629dacb96cdce8b24" sha256 cellar: :any, arm64_sonoma: "90830127c424435586b2a2f30fbd59422993dcdc7b102f69f85f346d3f9d09cb" From 39cdf009a10cae3121fce859d3c45fc8835465d0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:31 +0200 Subject: [PATCH 04246/10074] mecab-ipadic: added `no_autobump!` --- Formula/m/mecab-ipadic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mecab-ipadic.rb b/Formula/m/mecab-ipadic.rb index 0aabae98ba006..cce1b198cc966 100644 --- a/Formula/m/mecab-ipadic.rb +++ b/Formula/m/mecab-ipadic.rb @@ -15,6 +15,8 @@ class MecabIpadic < Formula regex(/href=.*?mecab-ipadic[._-]v?(\d+(?:\.\d+)+(?:-\d+)?)(?:\+main)?\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0b12716ef5436fca113fb97c824e532b50b86ef59cb5b035498d00f54579286" From 2a3e3dbead5fedec79c77fffa59335f093940034 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:31 +0200 Subject: [PATCH 04247/10074] mecab-jumandic: added `no_autobump!` --- Formula/m/mecab-jumandic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mecab-jumandic.rb b/Formula/m/mecab-jumandic.rb index d3a2569163e80..2395fff6852a7 100644 --- a/Formula/m/mecab-jumandic.rb +++ b/Formula/m/mecab-jumandic.rb @@ -6,6 +6,8 @@ class MecabJumandic < Formula sha256 "eaf216758edee9a159bc3d02507007318686b9537943268c4565cc1f9ef07f15" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "874bddec7db567b9cfc77eae8df900cf54264d6b047aa72ad5de27f10c257f0a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ebf13ddcc0af473110b91b1ef375fd0e002d1d5069f90010760ea0c9477cc80" From 8c2e5b5bd4981b652b2e061eb39973521606771a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:31 +0200 Subject: [PATCH 04248/10074] mecab-ko-dic: added `no_autobump!` --- Formula/m/mecab-ko-dic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mecab-ko-dic.rb b/Formula/m/mecab-ko-dic.rb index 00d54daf17e2e..f18dc75879b24 100644 --- a/Formula/m/mecab-ko-dic.rb +++ b/Formula/m/mecab-ko-dic.rb @@ -10,6 +10,8 @@ class MecabKoDic < Formula regex(/href=.*?mecab-ko-dic[._-]v?(\d+(?:\.\d+)+-\d+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4493b0c9c904a1fc3a0e1a25e6f394f6bd499bee75efeb01379121fc7e08abaa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9cd00df97f11f37a41f0c5eb56b98832126774d74a0cc98150dcb7a60d1ba78" From 2bcbae64e6aaaf52223a9f61e8126c13c04d2dbb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:31 +0200 Subject: [PATCH 04249/10074] mecab-ko: added `no_autobump!` --- Formula/m/mecab-ko.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mecab-ko.rb b/Formula/m/mecab-ko.rb index a268fc6aa9dbb..f110684f31a0e 100644 --- a/Formula/m/mecab-ko.rb +++ b/Formula/m/mecab-ko.rb @@ -11,6 +11,8 @@ class MecabKo < Formula regex(/href=.*?mecab[._-]v?(\d+(?:\.\d+)+-ko-\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "3c1c199bd50bf6df285b924549652b4cf357cad624603cd393b9d88b80353a80" From 391ea13ff61c3d2a17ef30a9d60680d91df40d32 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:31 +0200 Subject: [PATCH 04250/10074] mecab-unidic-extended: added `no_autobump!` --- Formula/m/mecab-unidic-extended.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mecab-unidic-extended.rb b/Formula/m/mecab-unidic-extended.rb index 65a79681e3404..397ae878df500 100644 --- a/Formula/m/mecab-unidic-extended.rb +++ b/Formula/m/mecab-unidic-extended.rb @@ -14,6 +14,8 @@ class MecabUnidicExtended < Formula formula "mecab-unidic" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c22fe677d5ab8e9fea7fdae111d0cb7af0e3971ccd5717c54e5e770cf46d5d4a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "243fbb81ef84212672b3b793c96460ae56d66b61b2bad5ca965df3effcd959e7" From f04c8c7c79eab4ed01157c16ed1474a4b86dab07 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:32 +0200 Subject: [PATCH 04251/10074] mecab-unidic: added `no_autobump!` --- Formula/m/mecab-unidic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mecab-unidic.rb b/Formula/m/mecab-unidic.rb index 848d14660617e..ca4359f728448 100644 --- a/Formula/m/mecab-unidic.rb +++ b/Formula/m/mecab-unidic.rb @@ -11,6 +11,8 @@ class MecabUnidic < Formula regex(/href=.*?unidic-mecab[._-]v?(\d+(?:\.\d+)+)[._-]src\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "41360acf4a7845341e5aa6b3dbd168c083797ad7931f5eb3bd4b40730b02276b" From 57ca8f0c168deb7b46852aa49fa06be58d09a11b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:32 +0200 Subject: [PATCH 04252/10074] mecab: added `no_autobump!` --- Formula/m/mecab.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mecab.rb b/Formula/m/mecab.rb index 044f26490c370..8a29e3a0286a4 100644 --- a/Formula/m/mecab.rb +++ b/Formula/m/mecab.rb @@ -11,6 +11,8 @@ class Mecab < Formula regex(/mecab[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 arm64_sequoia: "9a6615d4ecdf87686bcc81e8851929a24661604782f48a0626a2e74762a20fa5" From b54ab5e499093771a4349bdfc6d9f9fde4db81ea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:32 +0200 Subject: [PATCH 04253/10074] media-info: added `no_autobump!` --- Formula/m/media-info.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/media-info.rb b/Formula/m/media-info.rb index 8a506b1186f4f..8e10e4703d7b3 100644 --- a/Formula/m/media-info.rb +++ b/Formula/m/media-info.rb @@ -11,6 +11,8 @@ class MediaInfo < Formula regex(/href=.*?mediainfo[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8192fe05feba4545f5c999c17f9704b9e9d360953bb43c738f8083cf704a8247" sha256 cellar: :any, arm64_sonoma: "04613befc701ccd6091d073267bdda7e52cb78b1982f217e7fe6a631f427821a" From 89920b042300d9e15498d52fd9f603b5a292fa0b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:32 +0200 Subject: [PATCH 04254/10074] meek: added `no_autobump!` --- Formula/m/meek.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/meek.rb b/Formula/m/meek.rb index a231ab345d618..d3101712f688e 100644 --- a/Formula/m/meek.rb +++ b/Formula/m/meek.rb @@ -6,6 +6,8 @@ class Meek < Formula license "CC0-1.0" head "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c939314234b6926d31c68588a3b6c6f044daf7012ba72d567166402de563747e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b52834606bed45e6dbc45199d92ae73821cc1b85a1dac4ba03804eb950bdaac0" From ae8b6a4a53553d4c965f03b1831127c4db6abfd5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:32 +0200 Subject: [PATCH 04255/10074] megacmd: added `no_autobump!` --- Formula/m/megacmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/megacmd.rb b/Formula/m/megacmd.rb index cbd9f9aa6d3a0..82bbd48a47bb5 100644 --- a/Formula/m/megacmd.rb +++ b/Formula/m/megacmd.rb @@ -6,6 +6,8 @@ class Megacmd < Formula license "MIT" head "https://github.com/t3rm1n4l/megacmd.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1657b07c1cc68d549882d9d1527671cbf156d3e7f09c42ed3924c20b1c81398e" From 20258c51161ea23f9ead522d0eb1f54c868c89dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:32 +0200 Subject: [PATCH 04256/10074] memcache-top: added `no_autobump!` --- Formula/m/memcache-top.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/memcache-top.rb b/Formula/m/memcache-top.rb index 7e777cfc47e30..a6ee38b8b5c46 100644 --- a/Formula/m/memcache-top.rb +++ b/Formula/m/memcache-top.rb @@ -5,6 +5,8 @@ class MemcacheTop < Formula sha256 "d5f896a9e46a92988b782e340416312cc480261ce8a5818db45ccd0da8a0f22a" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "087a748b42b751770abe12ce9529e0e55d96b9f69f28ee7b6951e099271b8f3e" From 7e0b23c752fd208330194f87052b912155d7d501 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:33 +0200 Subject: [PATCH 04257/10074] memcacheq: added `no_autobump!` --- Formula/m/memcacheq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/memcacheq.rb b/Formula/m/memcacheq.rb index 6f6c0137fb451..d66f4a8bcfdb6 100644 --- a/Formula/m/memcacheq.rb +++ b/Formula/m/memcacheq.rb @@ -5,6 +5,8 @@ class Memcacheq < Formula sha256 "ace33313568959b5a301dda491f63af09793987b73fd15abd3fb613829eda07e" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2fb49de889de4fa7c037d8b01d7c75a5bc1f8e2ba57658fa6a936d108f2155fb" sha256 cellar: :any, arm64_sonoma: "38ef101728df7bd59257cce89d43a941e531271b1fbed3689fd5af69bb05ac97" From 0974da2dd097fae0b668d9537a0484e4ccf63e68 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:33 +0200 Subject: [PATCH 04258/10074] memray: added `no_autobump!` --- Formula/m/memray.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/memray.rb b/Formula/m/memray.rb index b359a875f0dc3..6263570d19d06 100644 --- a/Formula/m/memray.rb +++ b/Formula/m/memray.rb @@ -7,6 +7,8 @@ class Memray < Formula sha256 "eb75c075874a6eccddf361513d9d4a9223dd940580c6370a6ba5339bae5d0ba2" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1c4efb8fb7ecbf0afe0d4caabec09224e2b2536bd9ed879d158c889328707a6a" sha256 cellar: :any, arm64_sonoma: "6339196a5e610a541f4e9514ba7f39f4964e32e034a7a3c813f476a5526badc9" From e1cbed9415af8e5c5b9d0ee49003503a9d6bcf0f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:33 +0200 Subject: [PATCH 04259/10074] mender-artifact: added `no_autobump!` --- Formula/m/mender-artifact.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mender-artifact.rb b/Formula/m/mender-artifact.rb index bca54eccf9a12..7c50eb45b77ac 100644 --- a/Formula/m/mender-artifact.rb +++ b/Formula/m/mender-artifact.rb @@ -11,6 +11,8 @@ class MenderArtifact < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "d9c42ade066c950f156d48249363f17ae1976ac3a4ff9cd511cff92bd57b02c9" From 06d958aa4871e389bcac95b2aeb7d68cd8573f8b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:33 +0200 Subject: [PATCH 04260/10074] mender-cli: added `no_autobump!` --- Formula/m/mender-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mender-cli.rb b/Formula/m/mender-cli.rb index 9e06da64b1c08..9f92c1719122e 100644 --- a/Formula/m/mender-cli.rb +++ b/Formula/m/mender-cli.rb @@ -10,6 +10,8 @@ class MenderCli < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0f6684645028a62edf8e62d7dfb7845b7aedc474830345cea55e635abf7efe75" sha256 cellar: :any, arm64_sonoma: "fe129f50a5e78d44d178a5e802e853f5de0e164a0dd7cb8642cd1bc08423e0c9" From 1ebd86ffe2c5dafa89f212f085e53db5b2c14528 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:33 +0200 Subject: [PATCH 04261/10074] mentat: added `no_autobump!` --- Formula/m/mentat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mentat.rb b/Formula/m/mentat.rb index b015198797442..16e64737cfb51 100644 --- a/Formula/m/mentat.rb +++ b/Formula/m/mentat.rb @@ -9,6 +9,8 @@ class Mentat < Formula revision 3 head "https://github.com/AbanteAI/mentat.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "70908e1d24255383875aa9aa7d8bb2119923a5786f7dfe58ffdbb21548a71160" From 61591278c764f4f15136f254e2799db2dd382e10 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:34 +0200 Subject: [PATCH 04262/10074] mercury: added `no_autobump!` --- Formula/m/mercury.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mercury.rb b/Formula/m/mercury.rb index f17c8095f2641..26a0510bfc74c 100644 --- a/Formula/m/mercury.rb +++ b/Formula/m/mercury.rb @@ -11,6 +11,8 @@ class Mercury < Formula regex(/href=.*?mercury-srcdist[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5a8c953a905318645766c0457bbe546a8bc7b0d65b04d98c838ddf996f5d885a" sha256 cellar: :any, arm64_sonoma: "8132aa81235d40e482e84630d4b6d8e037ec0176fbbf7dd0b7a2457ef781ea7a" From 5a56d78102ee2e07dac253bcf4ef47ddd3a56b3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:34 +0200 Subject: [PATCH 04263/10074] mergelog: added `no_autobump!` --- Formula/m/mergelog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mergelog.rb b/Formula/m/mergelog.rb index 2ce86116c2624..ded88a5121d92 100644 --- a/Formula/m/mergelog.rb +++ b/Formula/m/mergelog.rb @@ -5,6 +5,8 @@ class Mergelog < Formula sha256 "fd97c5b9ae88fbbf57d3be8d81c479e0df081ed9c4a0ada48b1ab8248a82676d" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b831541094e323e374a379048f0f9beb6fba7267c03b282e1974cc59900dfa75" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4216fbee6feb598e05ec9c55932afb3c291e6764492a95ae0c7ae07cfa3296e3" From 5d595c17b052673bbe7a85c6224f090692939288 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:34 +0200 Subject: [PATCH 04264/10074] mesa-glu: added `no_autobump!` --- Formula/m/mesa-glu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mesa-glu.rb b/Formula/m/mesa-glu.rb index 7ae91b6810a0b..7d69c200f6b5a 100644 --- a/Formula/m/mesa-glu.rb +++ b/Formula/m/mesa-glu.rb @@ -6,6 +6,8 @@ class MesaGlu < Formula license any_of: ["GPL-3.0-or-later", "GPL-2.0-or-later", "MIT", "SGI-B-2.0"] head "https://gitlab.freedesktop.org/mesa/glu.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "20ebc8dee6088f6f72e85c115535d7ae2d91af99b06dfa347bb9fb159d1e593c" sha256 cellar: :any, arm64_sonoma: "a46115bd23886619f38846580237988bfa061f33c7c1e0ff29e9663a581a7c86" From b58d5bbf16e72c8a8dd6c28feff746dfe5229f4a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:34 +0200 Subject: [PATCH 04265/10074] mesa: added `no_autobump!` --- Formula/m/mesa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mesa.rb b/Formula/m/mesa.rb index 77fc8236ab885..3720c39a0c3ca 100644 --- a/Formula/m/mesa.rb +++ b/Formula/m/mesa.rb @@ -22,6 +22,8 @@ class Mesa < Formula ] head "https://gitlab.freedesktop.org/mesa/mesa.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "25a43786f25a951721f4f239ecbdac034ef452ab1d0eeab3310dbbaade9dceee" sha256 arm64_sonoma: "7b7dbefe2293830585c8f135e140ed31db797cc8aa0aa5d41a28c8d35f712ae8" From b8b4928435a091af9f7c3b1f62813a7866fb394b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:34 +0200 Subject: [PATCH 04266/10074] mesalib-glw: added `no_autobump!` --- Formula/m/mesalib-glw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mesalib-glw.rb b/Formula/m/mesalib-glw.rb index a8d9ec758fcdf..1d43937bc1342 100644 --- a/Formula/m/mesalib-glw.rb +++ b/Formula/m/mesalib-glw.rb @@ -6,6 +6,8 @@ class MesalibGlw < Formula license "SGI-OpenGL" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b127d5bb8ec7caceb1de9e05a28bf845242e04886ad39357558704b9ffd51e9b" sha256 cellar: :any, arm64_sonoma: "e36a490fd422b17fc371870a0da3c657520cc1e90bb01a865c1356a6bb466acd" From 9e27ab8e225676ca9547009b5720928ef0b136a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:35 +0200 Subject: [PATCH 04267/10074] metalang99: added `no_autobump!` --- Formula/m/metalang99.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/metalang99.rb b/Formula/m/metalang99.rb index f676e1875b892..431404c2c2c28 100644 --- a/Formula/m/metalang99.rb +++ b/Formula/m/metalang99.rb @@ -6,6 +6,8 @@ class Metalang99 < Formula license "MIT" head "https://github.com/Hirrolot/metalang99.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "72f34a9d242be857c7fbb45ddc50c1c6f0ca5a034d831ee1909d25f2037d600c" end From 4910ef2f4fa708cf6eb35db7b3c0a043f06d90a8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:35 +0200 Subject: [PATCH 04268/10074] metashell: added `no_autobump!` --- Formula/m/metashell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/metashell.rb b/Formula/m/metashell.rb index d490a2c8a60c7..19399349ce1a5 100644 --- a/Formula/m/metashell.rb +++ b/Formula/m/metashell.rb @@ -5,6 +5,8 @@ class Metashell < Formula sha256 "028e37be072ec4e85d18ead234a208d07225cf335c0bb1c98d4d4c3e30c71f0e" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9de8b8eddbb354a0ed45d39d24e06cee5f05b57a0810155817a7362f45df635a" From a037b2c98efbe242e949713456bc5aa9f6411c10 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:35 +0200 Subject: [PATCH 04269/10074] metis: added `no_autobump!` --- Formula/m/metis.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/metis.rb b/Formula/m/metis.rb index 9b1a27e2b2595..3ddd5ae4c0729 100644 --- a/Formula/m/metis.rb +++ b/Formula/m/metis.rb @@ -11,6 +11,8 @@ class Metis < Formula regex(%r{href=.*?/metis[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "60ef633238eb902353465719c36fb64c5a325f823a203c1079c3e0358f72fd79" sha256 cellar: :any, arm64_sonoma: "d1b85dedb77b4a578a06ba705e759768f3ad832fb744669e06f97bd233bf82ff" From 40365928701addc85970eee1b01f4171114b762e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:35 +0200 Subject: [PATCH 04270/10074] metview: added `no_autobump!` --- Formula/m/metview.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/metview.rb b/Formula/m/metview.rb index 8b1d758589a92..b26b86b709630 100644 --- a/Formula/m/metview.rb +++ b/Formula/m/metview.rb @@ -11,6 +11,8 @@ class Metview < Formula regex(%r{>\s*Metview\s*<.+?]*?>\s*v?(\d+(?:\.\d+)+)\s* Date: Tue, 27 May 2025 22:46:35 +0200 Subject: [PATCH 04271/10074] mfcuk: added `no_autobump!` --- Formula/m/mfcuk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mfcuk.rb b/Formula/m/mfcuk.rb index b06544b4301f1..65678f75e8499 100644 --- a/Formula/m/mfcuk.rb +++ b/Formula/m/mfcuk.rb @@ -6,6 +6,8 @@ class Mfcuk < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "102426161778216f2bf11462bbaa8bb369a883cc818b560491d85bc5307ef9d9" sha256 cellar: :any, arm64_sonoma: "b607795d4f69c5e9a8b6cb6b6017411e8acff391b71ea51e86229352a9ea4a91" From 36a188a1859f4cf623e2ac1bf752f21af5b02dfd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:35 +0200 Subject: [PATCH 04272/10074] mfoc: added `no_autobump!` --- Formula/m/mfoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mfoc.rb b/Formula/m/mfoc.rb index 40027f3181cf4..7ec640cfe9985 100644 --- a/Formula/m/mfoc.rb +++ b/Formula/m/mfoc.rb @@ -7,6 +7,8 @@ class Mfoc < Formula revision 2 head "https://github.com/nfc-tools/mfoc.git" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3b89cfda6f79a47fad9df8891458eaf4923c2c6fdea0e17a75bd5f9c1fe7fdc3" sha256 cellar: :any, arm64_sonoma: "1d07e71a99eb298fee125dca589933a08e3c4559932a30f4fa7cd162b4852ff9" From 1a2d3c9ed90b19e166390e24e3397db475df6194 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:36 +0200 Subject: [PATCH 04273/10074] mfterm: added `no_autobump!` --- Formula/m/mfterm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mfterm.rb b/Formula/m/mfterm.rb index a8216225416d4..17923fe9c6345 100644 --- a/Formula/m/mfterm.rb +++ b/Formula/m/mfterm.rb @@ -6,6 +6,8 @@ class Mfterm < Formula license "GPL-3.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c39d49d9fc6ecddfb36e2e6f92b5e0e130ab8f02a9e8865a33a5cf022479a528" sha256 cellar: :any, arm64_sonoma: "f8fe27bad6cfa36a2883513d7d5656022c08cd96974fe350a5e77f51a668fca1" From cf76ad48c2ca49a798f91d14f15ac6259c942d65 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:36 +0200 Subject: [PATCH 04274/10074] mftrace: added `no_autobump!` --- Formula/m/mftrace.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mftrace.rb b/Formula/m/mftrace.rb index 18be611c95060..983f767396272 100644 --- a/Formula/m/mftrace.rb +++ b/Formula/m/mftrace.rb @@ -11,6 +11,8 @@ class Mftrace < Formula regex(/href=.*?mftrace[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, arm64_sequoia: "097fa4cc166f51d4033415a651817207d3a5734ef50237969b84f5a8fc6ddfb4" From 604fcc5c0baca8e059a074615ff617e589ce0f61 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:36 +0200 Subject: [PATCH 04275/10074] mg: added `no_autobump!` --- Formula/m/mg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mg.rb b/Formula/m/mg.rb index 0d3b152248b49..9bd906bce340e 100644 --- a/Formula/m/mg.rb +++ b/Formula/m/mg.rb @@ -6,6 +6,8 @@ class Mg < Formula license all_of: [:public_domain, "ISC", "BSD-2-Clause", "BSD-3-Clause", "BSD-4-Clause"] version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "14c363b5eeea07b8f117cb74b9676ae6a92dc26a9f1f39d9d9169fda5577a242" sha256 cellar: :any_skip_relocation, arm64_sonoma: "31940ad999d42c596d86df83651fea272faf4da53ec9b69b71b05165ec01d5bb" From 0b0a263e531ba92a4684e183714aa0e651fda90d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:36 +0200 Subject: [PATCH 04276/10074] mhash: added `no_autobump!` --- Formula/m/mhash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mhash.rb b/Formula/m/mhash.rb index a679369dad8c2..65d4e678de241 100644 --- a/Formula/m/mhash.rb +++ b/Formula/m/mhash.rb @@ -10,6 +10,8 @@ class Mhash < Formula regex(%r{url=.*?/mhash[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f9b2ec3b67100dfe39ef4bb32671b26b5dbff6044b02ddae177b9bb1429ae036" sha256 cellar: :any, arm64_sonoma: "d9cc9da019d2ce0fe3aab219247d9ebd9f2fb744af69871d13dc97925e0e7295" From b0a306401bb2925bed9c9646ddba33d602261145 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:36 +0200 Subject: [PATCH 04277/10074] mhonarc: added `no_autobump!` --- Formula/m/mhonarc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mhonarc.rb b/Formula/m/mhonarc.rb index 9438cd3facbe7..7fa14f8a3d555 100644 --- a/Formula/m/mhonarc.rb +++ b/Formula/m/mhonarc.rb @@ -6,6 +6,8 @@ class Mhonarc < Formula license "GPL-2.0-or-later" head "https://github.com/sympa-community/mhonarc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "c6d3c93cbdca1f8cfba7471ad031646541f79d166e2a560006c6f445d748fa33" end From b935fdb8a60db69c5b623ee2f7fb3c0afc2a20bc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:36 +0200 Subject: [PATCH 04278/10074] micro_inetd: added `no_autobump!` --- Formula/m/micro_inetd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/micro_inetd.rb b/Formula/m/micro_inetd.rb index 2f53886b5440f..4dc6c243f11b9 100644 --- a/Formula/m/micro_inetd.rb +++ b/Formula/m/micro_inetd.rb @@ -6,6 +6,8 @@ class MicroInetd < Formula sha256 "15f5558753bb50ed18e4a1445b3e8a185f3b1840ec8e017a5e6fc7690616ec52" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9693aed7c6ab1caf581335fefd2eea3fcde0e3b62fbbe1378cd81bba864410a4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "232b03dbe326168f085f817aa5f54dfbd1d1793e6eced2991fcf5c27c932f3c4" From 134ed5df3b2fdaf816c773a8f1f2ed6e5dfbd8c3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:37 +0200 Subject: [PATCH 04279/10074] midicsv: added `no_autobump!` --- Formula/m/midicsv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/midicsv.rb b/Formula/m/midicsv.rb index 2b064ce8167dc..b55088ec17e94 100644 --- a/Formula/m/midicsv.rb +++ b/Formula/m/midicsv.rb @@ -10,6 +10,8 @@ class Midicsv < Formula regex(/href=.*?midicsv[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9f2a974d6a9eb331de0e371bcf96589dd6fdfec7a2f862ec5f0a591d3721825" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4733fc9797f3a20fc40b127895631d0beca4f15e1dd289ff24e9010821b4731" From 8f90c51de5382d6ece88f76d813771028c75f1ee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:37 +0200 Subject: [PATCH 04280/10074] mikutter: added `no_autobump!` --- Formula/m/mikutter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mikutter.rb b/Formula/m/mikutter.rb index d7968fbf27b7f..57d0684e5d77e 100644 --- a/Formula/m/mikutter.rb +++ b/Formula/m/mikutter.rb @@ -11,6 +11,8 @@ class Mikutter < Formula regex(/href=.*?mikutter.?v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ee481445aa3a12c60060f4f31d43d8d0378c8189e55c81c7400090b668f48abb" sha256 cellar: :any, arm64_sonoma: "b66c8480c121a81c26ec2b37e653fbb324c68c362c18e398ddc40129c3f9c9a4" From 3ff44f5623d221d23edb82f1dab7de5d17f7f0f7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:37 +0200 Subject: [PATCH 04281/10074] mimic: added `no_autobump!` --- Formula/m/mimic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mimic.rb b/Formula/m/mimic.rb index 1aeac8a488c18..d06d0cd1e2eee 100644 --- a/Formula/m/mimic.rb +++ b/Formula/m/mimic.rb @@ -8,6 +8,8 @@ class Mimic < Formula # * BSD license with 2 clauses but not matching BSD-2-Clause (e.g. src/speech/rateconv.c) license all_of: ["MIT-Festival", "BSD-2-Clause", "BSD-3-Clause", "Spencer-86", "Apache-2.0", :cannot_represent] + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "809c72a67bc515dc1ae83a7c03bf27c9a8bf9d38422aff57d65a58ae27a0bb1e" sha256 arm64_sonoma: "27c12540e94a1f80ccfca3bd15f93a305f84e4c2233253df530dd3d7b1211140" From 7132cdcb2d27bcc8ff1d10832609b4c6345ae9c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:37 +0200 Subject: [PATCH 04282/10074] mingw-w64: added `no_autobump!` --- Formula/m/mingw-w64.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mingw-w64.rb b/Formula/m/mingw-w64.rb index fe841ab9e6799..8d54822c7113c 100644 --- a/Formula/m/mingw-w64.rb +++ b/Formula/m/mingw-w64.rb @@ -11,6 +11,8 @@ class MingwW64 < Formula regex(%r{url=.*?release/mingw-w64[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "5a9ae42e386047663ce83a4bfdd5baba0f3194a82a7b027ebd007b195036374b" sha256 arm64_sonoma: "92f23f47355fe2b1e528190538ebb34d458d8696834c63a585e41e2ef965ec20" From 955c5be5ed0a55f49f53fcabe89fde94e68629b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:37 +0200 Subject: [PATCH 04283/10074] minidjvu: added `no_autobump!` --- Formula/m/minidjvu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/minidjvu.rb b/Formula/m/minidjvu.rb index 32f27f5ef9358..2ac0472828392 100644 --- a/Formula/m/minidjvu.rb +++ b/Formula/m/minidjvu.rb @@ -11,6 +11,8 @@ class Minidjvu < Formula regex(%r{url=.*?/minidjvu[._-]v?((?!0\.33)\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a7e2ca4daf17bffbee72e2513829e5835d4d271e9daa28c5c62e806ca05ca6d1" sha256 cellar: :any, arm64_sonoma: "affa202294a94626e2135bc65c2e2aacc5e3e5bfba4dc37f9c968d21c917cf09" From 3f79b398c799655ee2c65cbb31d6be98b43315dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:37 +0200 Subject: [PATCH 04284/10074] minidlna: added `no_autobump!` --- Formula/m/minidlna.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/minidlna.rb b/Formula/m/minidlna.rb index 352ceaedaa725..5dc3d1c14e5de 100644 --- a/Formula/m/minidlna.rb +++ b/Formula/m/minidlna.rb @@ -6,6 +6,8 @@ class Minidlna < Formula license "GPL-2.0-only" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d3a971dd6797fd9bc19c0473305861658dea94629092eeb4599f0820388b22b4" sha256 cellar: :any, arm64_sonoma: "ec3048945b8e139ac5f5c5f155716e5e78b8a752ba539661148e1aac1d9c6e46" From 69b0ad40d006604809d7db443f8483b5d7250b9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:38 +0200 Subject: [PATCH 04285/10074] minimodem: added `no_autobump!` --- Formula/m/minimodem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/minimodem.rb b/Formula/m/minimodem.rb index e89ac692076fd..7cc52973973cc 100644 --- a/Formula/m/minimodem.rb +++ b/Formula/m/minimodem.rb @@ -11,6 +11,8 @@ class Minimodem < Formula regex(/href=.*?minimodem[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4bf7e151ffff1de41f8ce86bab303b7afb6e40b0f5417fdfada6a73fe633b6d6" sha256 cellar: :any, arm64_sonoma: "8e4dc030caca81ca64460297f68f5f4d03d51a9836b4e9b7da4b30c63a9f3d89" From a21039cdf0b69ae44a7f5ffa792c175d3c8f74a8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:38 +0200 Subject: [PATCH 04286/10074] miniprot: added `no_autobump!` --- Formula/m/miniprot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/miniprot.rb b/Formula/m/miniprot.rb index 034b56bd0193f..b1c9bc0b1f3eb 100644 --- a/Formula/m/miniprot.rb +++ b/Formula/m/miniprot.rb @@ -5,6 +5,8 @@ class Miniprot < Formula sha256 "1ec0290552a6c80ad71657a44c767c3a2a2bbcfe3c7cc150083de7f9dc4b3ed0" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "39c0415c8c794f2af761f7cb95624f6c78506a5de34377e267a1050669b2c33e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "df2ff4d7eb51a65a47c7dff85b7f7c1cd43f797ff305c5193ae0895af298f7db" From 7401b3b4dbb995b2561bde898e1f22d65ff935f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:38 +0200 Subject: [PATCH 04287/10074] minisat: added `no_autobump!` --- Formula/m/minisat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/minisat.rb b/Formula/m/minisat.rb index 8b7428504c95d..5a9ed47e56965 100644 --- a/Formula/m/minisat.rb +++ b/Formula/m/minisat.rb @@ -6,6 +6,8 @@ class Minisat < Formula license "MIT" head "https://github.com/stp/minisat.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "67c3c4650f6e2e5c65d53d7d2681783cda655b3eb9915f79debdbaf77c8ddcf0" sha256 cellar: :any, arm64_sonoma: "956661daa83980e03eecb0b94a3acba68ce6a8bf4a122b286c94c9aeed708db9" From c90ffb7d4a3d09edf4edd220e7ad14abebf2e4a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:38 +0200 Subject: [PATCH 04288/10074] minised: added `no_autobump!` --- Formula/m/minised.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/minised.rb b/Formula/m/minised.rb index 61ee6d910fc74..408c2c6fac26f 100644 --- a/Formula/m/minised.rb +++ b/Formula/m/minised.rb @@ -10,6 +10,8 @@ class Minised < Formula regex(/href=.*?minised[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "97b244949148f54cfd90253c3d903a6b07efdc7b3cbf3da2606bfef854354977" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e30694f00f2837a20d9ea1763374d37480372134ad47743cf31eb4179a2bde8" From c0619d6831fbb6f3aa66da64bbd9c55b16cb1d39 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:38 +0200 Subject: [PATCH 04289/10074] mint: added `no_autobump!` --- Formula/m/mint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mint.rb b/Formula/m/mint.rb index 2948964d3736d..0117a30b2bb6a 100644 --- a/Formula/m/mint.rb +++ b/Formula/m/mint.rb @@ -5,6 +5,8 @@ class Mint < Formula sha256 "e99c0a351cf7452451d72180c8ccd18e1da710dc55d036502809a0db52779a99" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "03f825e0fd5918402a464d928e1e8ae91622c95cf62098858bd2b40424716e94" sha256 cellar: :any_skip_relocation, arm64_sonoma: "89bc9449b108a6cae523b0435820043a1834654662067582543304aab7f32290" From b476177a62f0494795723c5232eedf14b6bb5922 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:39 +0200 Subject: [PATCH 04290/10074] miruo: added `no_autobump!` --- Formula/m/miruo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/miruo.rb b/Formula/m/miruo.rb index 49b31a0ac3fed..297cc4aedcd2e 100644 --- a/Formula/m/miruo.rb +++ b/Formula/m/miruo.rb @@ -6,6 +6,8 @@ class Miruo < Formula sha256 "0b31a5bde5b0e92a245611a8e671cec3d330686316691daeb1de76360d2fa5f1" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "07c790261ecabfbdd53bd0bec573d4e93148f906229f8e3e2fba8a6da213794e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "55dcd6ea73bec9f341df715534d5bd504d048a8bee3f8d5627302cb734840f0b" From d515209a928443b84420d82789c048348e842638 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:39 +0200 Subject: [PATCH 04291/10074] mit-scheme: added `no_autobump!` --- Formula/m/mit-scheme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mit-scheme.rb b/Formula/m/mit-scheme.rb index 8237e1b4feb89..199f443f57437 100644 --- a/Formula/m/mit-scheme.rb +++ b/Formula/m/mit-scheme.rb @@ -13,6 +13,8 @@ class MitScheme < Formula strategy :page_match end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "5b2f5cddeb07d989aeb50ed587357c3da57bc2cfbe13dd5e3cc29b754ec6dfc9" sha256 arm64_sonoma: "da2acf2666e321393c150917e783456c04942de61a2b4db2eebfaeaac094168b" From a52a0176977416846f3d790b40a4b8bc4ba90420 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:39 +0200 Subject: [PATCH 04292/10074] mitie: added `no_autobump!` --- Formula/m/mitie.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mitie.rb b/Formula/m/mitie.rb index 26e184873f0ca..20d7fb598f6a6 100644 --- a/Formula/m/mitie.rb +++ b/Formula/m/mitie.rb @@ -7,6 +7,8 @@ class Mitie < Formula revision 3 head "https://github.com/mit-nlp/MITIE.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "7b817e7140c3a2cc2b13d2a53b4d7a759396626fe2cb6394c8605fdcf3ab3b0c" From a17e9036a951534c3b47cb6a5fca339e5b65eedf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:39 +0200 Subject: [PATCH 04293/10074] mix-completion: added `no_autobump!` --- Formula/m/mix-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mix-completion.rb b/Formula/m/mix-completion.rb index 218addaf052ca..04ba16cc1986d 100644 --- a/Formula/m/mix-completion.rb +++ b/Formula/m/mix-completion.rb @@ -5,6 +5,8 @@ class MixCompletion < Formula sha256 "0e3e94b199f847926f3668b4cebf1b132e63a44d438425dd5c45ac4a299f28f3" head "https://github.com/davidhq/mix-power-completion.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c07b1060823fba51931d64cdd01ff90ec6b03ba5f0bd6b41406456e0343e389b" From 62efb40e36834f9995bc6bd9a344c035c0105e28 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:39 +0200 Subject: [PATCH 04294/10074] mjml: added `no_autobump!` --- Formula/m/mjml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mjml.rb b/Formula/m/mjml.rb index b69f85d6d6ffa..506e033ebf4bd 100644 --- a/Formula/m/mjml.rb +++ b/Formula/m/mjml.rb @@ -5,6 +5,8 @@ class Mjml < Formula sha256 "1918171314f07c1283a84f24bbf6e9cd1325906d48722b26a4b901f0eea00176" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcde646a47d51238258b06388c69a52115f850eef26ea76c218ad5e7318a2f57" From 89ec33493d5f2af8aa43ae4ed1711ea49bc3c3c4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:40 +0200 Subject: [PATCH 04295/10074] mjpegtools: added `no_autobump!` --- Formula/m/mjpegtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mjpegtools.rb b/Formula/m/mjpegtools.rb index c1e1976604eba..412b49bfe1a72 100644 --- a/Formula/m/mjpegtools.rb +++ b/Formula/m/mjpegtools.rb @@ -6,6 +6,8 @@ class Mjpegtools < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ceffd1cacfbd70df4bc8763a63379aef688299d0d454243034964ae4d990fc87" sha256 cellar: :any, arm64_sonoma: "819ed433976e0822f4357ab0b24f2de38f32500e169add9671ebd0fda5d1a818" From fb2340c58bd53d01db796bdf0c289036c2ab41d2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:40 +0200 Subject: [PATCH 04296/10074] mkcert: added `no_autobump!` --- Formula/m/mkcert.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mkcert.rb b/Formula/m/mkcert.rb index 01d9292b04e5a..e3a93ed637f86 100644 --- a/Formula/m/mkcert.rb +++ b/Formula/m/mkcert.rb @@ -6,6 +6,8 @@ class Mkcert < Formula license "BSD-3-Clause" head "https://github.com/FiloSottile/mkcert.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8988b4b5f85474931db021d3b5968576f2be4b151c00d943441196f4186324f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1801aa7c1c50a3f7a11d44cdf9e37a57da7cb7471d0fb495b7df40843b47858e" From 192084778816c0ed57cf157ab821df6cc352e5cc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:40 +0200 Subject: [PATCH 04297/10074] mkclean: added `no_autobump!` --- Formula/m/mkclean.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mkclean.rb b/Formula/m/mkclean.rb index 38ae711dc68b4..403496f07abe0 100644 --- a/Formula/m/mkclean.rb +++ b/Formula/m/mkclean.rb @@ -5,6 +5,8 @@ class Mkclean < Formula sha256 "2f5cdcab0e09b65f9fef8949a55ef00ee3dd700e4b4050e245d442347d7cc3db" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4d263e75e4ccfdc7eeb90529899374a43f38bafda669dd33c906e533f1e7738" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d518850ce61f5e54380d36c14e6192ec43b52cc83fec9802a08e557d98a02b7" From 75cc94ceb8efaf79b19f4ff0a58e91dda07c2bc7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:40 +0200 Subject: [PATCH 04298/10074] mkcue: added `no_autobump!` --- Formula/m/mkcue.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mkcue.rb b/Formula/m/mkcue.rb index b8b5dd7da4da6..14d5863d0a3c4 100644 --- a/Formula/m/mkcue.rb +++ b/Formula/m/mkcue.rb @@ -5,6 +5,8 @@ class Mkcue < Formula sha256 "2aaf57da4d0f2e24329d5e952e90ec182d4aa82e4b2e025283e42370f9494867" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "86b0008a011b784913cbf754e986e22b8164c5d75cc872c599f668c7061f4f8b" From f11398640e5690886a65f0caa54b6b21f9bb4c52 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:40 +0200 Subject: [PATCH 04299/10074] mkhexgrid: added `no_autobump!` --- Formula/m/mkhexgrid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mkhexgrid.rb b/Formula/m/mkhexgrid.rb index 4ac7a5dbd2903..3a35a36256ac5 100644 --- a/Formula/m/mkhexgrid.rb +++ b/Formula/m/mkhexgrid.rb @@ -10,6 +10,8 @@ class Mkhexgrid < Formula regex(/href=.*?mkhexgrid[._-]v?(\d+(?:\.\d+)+)[._-]src\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "66907e9872e7fa397d62e89974e7ad0abfb9a2dc527f25d32606e0d6a73e93f5" sha256 cellar: :any, arm64_sonoma: "2714d9b761672dd9ce249a18f1b24d7d0a954574383107b7b048924d11587fd4" From e24daf19869187d74be4aa5d13f108e0419c9e63 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:40 +0200 Subject: [PATCH 04300/10074] mkp224o: added `no_autobump!` --- Formula/m/mkp224o.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mkp224o.rb b/Formula/m/mkp224o.rb index b649b4dec435f..6a9ac171e115d 100644 --- a/Formula/m/mkp224o.rb +++ b/Formula/m/mkp224o.rb @@ -6,6 +6,8 @@ class Mkp224o < Formula license "CC0-1.0" head "https://github.com/cathugger/mkp224o.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "49b44c366d873465aa731abd4896cbd43d0b4697084cbc2c1b00e69a92ce1d79" sha256 cellar: :any, arm64_sonoma: "76a0f038b57586fc90bdb0688520d308e207f11902a9479a81d8149049c9f418" From b19d3f3f25a911c264511c03e481107e8c832e50 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:41 +0200 Subject: [PATCH 04301/10074] mksh: added `no_autobump!` --- Formula/m/mksh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mksh.rb b/Formula/m/mksh.rb index 84de9a33285a8..7d431dfe874f5 100644 --- a/Formula/m/mksh.rb +++ b/Formula/m/mksh.rb @@ -11,6 +11,8 @@ class Mksh < Formula regex(/href=.*?mksh-R?(\d+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4a7e852c89de699dd93d9e89d5c6928b416f3fc5c54211dc2cb00188d228b66" sha256 cellar: :any_skip_relocation, arm64_sonoma: "be279888c13fec0c586f14251a00d0413a0bc835dadc07ca0c2f648c5d0b13a5" From 84bfd87bb925d9ad8efd72c6ad65b4dfe4deba39 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:41 +0200 Subject: [PATCH 04302/10074] mktorrent: added `no_autobump!` --- Formula/m/mktorrent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mktorrent.rb b/Formula/m/mktorrent.rb index 841b6a45cc567..7d2b9f5e38dd5 100644 --- a/Formula/m/mktorrent.rb +++ b/Formula/m/mktorrent.rb @@ -6,6 +6,8 @@ class Mktorrent < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7710b5cf4314030f0c38e8ade9ef142c269decf770b77527ae931882dcc5b921" sha256 cellar: :any, arm64_sonoma: "2a6c0b4358e1b70f05757b6e016d039c645cfbc6e92cece0b69b1fc12dc5e97b" From c15589d93ead00b70126ed8a9c0f9daa9105bd62 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:41 +0200 Subject: [PATCH 04303/10074] mkvalidator: added `no_autobump!` --- Formula/m/mkvalidator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mkvalidator.rb b/Formula/m/mkvalidator.rb index 04b35d7cca8e2..9fbc9afe47bb5 100644 --- a/Formula/m/mkvalidator.rb +++ b/Formula/m/mkvalidator.rb @@ -10,6 +10,8 @@ class Mkvalidator < Formula regex(%r{url=.*?/mkvalidator[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3295228dd92c0233d71546962d8ae9ab3ea7611324e810b0446f601f8d9e9e07" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b9b3070f946ba91f4789020f92b61a92c0a07956f63e9e4fb6b5b51858172f0" From 106f13644f1ab068a5e4f7d81e7aeb9cc4cb4001 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:41 +0200 Subject: [PATCH 04304/10074] mkvdts2ac3: added `no_autobump!` --- Formula/m/mkvdts2ac3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mkvdts2ac3.rb b/Formula/m/mkvdts2ac3.rb index afc251addecaa..07a3f8c91446a 100644 --- a/Formula/m/mkvdts2ac3.rb +++ b/Formula/m/mkvdts2ac3.rb @@ -17,6 +17,8 @@ class Mkvdts2ac3 < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a5a856ffc05eeb709725402da52d138058873ba0876d66b95106ac95e47489eb" From c2e67a9257508f50cc4bd564e3b7dc02ef83ba23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:41 +0200 Subject: [PATCH 04305/10074] mkvtomp4: added `no_autobump!` --- Formula/m/mkvtomp4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mkvtomp4.rb b/Formula/m/mkvtomp4.rb index b41682ed18ab0..2a8a43d72ec1e 100644 --- a/Formula/m/mkvtomp4.rb +++ b/Formula/m/mkvtomp4.rb @@ -9,6 +9,8 @@ class Mkvtomp4 < Formula revision 3 head "https://github.com/gavinbeatty/mkvtomp4.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, arm64_sonoma: "19c4993069753ad76887c0d42e472ab10e86c1888747713f0368d31130997a9c" From 54defb2226f1767fd90505f595d0c4a0a0f514c9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:42 +0200 Subject: [PATCH 04306/10074] mle: added `no_autobump!` --- Formula/m/mle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mle.rb b/Formula/m/mle.rb index ba2146e2ada94..ccf8896f1a25c 100644 --- a/Formula/m/mle.rb +++ b/Formula/m/mle.rb @@ -5,6 +5,8 @@ class Mle < Formula sha256 "5275fcfc58d3d4890d074077d94497db488b2648287b3e48e67b00ea517b02ba" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "800c452587c4c4ba8e4d97f36ce15a896b8be362999407378bc05a7f7089252a" sha256 cellar: :any, arm64_sonoma: "c98cff80d60ca797855ae9258e40629692dc0faadfe49b7de393bfece8cc6d44" From 8e7d53fe427cdd3ea77082065296ed31cabaea48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:42 +0200 Subject: [PATCH 04307/10074] mlogger: added `no_autobump!` --- Formula/m/mlogger.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mlogger.rb b/Formula/m/mlogger.rb index d49a3ffbf0a9e..7dcf8b26413c4 100644 --- a/Formula/m/mlogger.rb +++ b/Formula/m/mlogger.rb @@ -5,6 +5,8 @@ class Mlogger < Formula sha256 "141bb9af13a8f0e865c8509ac810c10be4e21f14db5256ef5c7a6731b490bf32" license "BSD-4-Clause-UC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b373a36ead8caee769bdfd4632f783e948aa3f93605899ba5b08812250f9c69" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a33b7e72d83775458e4cdde286cde80c32e30d03d4580f12d74f07db43ded13c" From 2d884b900ceb5a8f3f694c743b0d63690fa45463 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:42 +0200 Subject: [PATCH 04308/10074] mm-common: added `no_autobump!` --- Formula/m/mm-common.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mm-common.rb b/Formula/m/mm-common.rb index 6fb62b39172ef..3c5a3f6710068 100644 --- a/Formula/m/mm-common.rb +++ b/Formula/m/mm-common.rb @@ -5,6 +5,8 @@ class MmCommon < Formula sha256 "b55c46037dbcdabc5cee3b389ea11cc3910adb68ebe883e9477847aa660862e7" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "51e28647cb23b6c7259a8487adf36301731684c5d12bdccba36247ef0603312f" From 36b0d98116563334ff0bbf4be543133688e4a0ae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:42 +0200 Subject: [PATCH 04309/10074] mmdbinspect: added `no_autobump!` --- Formula/m/mmdbinspect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mmdbinspect.rb b/Formula/m/mmdbinspect.rb index 4ff47baa67062..1e74ebe627384 100644 --- a/Formula/m/mmdbinspect.rb +++ b/Formula/m/mmdbinspect.rb @@ -6,6 +6,8 @@ class Mmdbinspect < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/maxmind/mmdbinspect.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2867196560667fcee30a9b9fb30f38651ffd7e7ac1ab6f352d32d3a9521997a4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd2ecd32e2d64c6d4b35cfbdf57eeb8cf2c4f79385da300fa791b9e6cac0c449" From 4a6b5171c5a972a38e36315390affa47fc9a8d13 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:42 +0200 Subject: [PATCH 04310/10074] mmix: added `no_autobump!` --- Formula/m/mmix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mmix.rb b/Formula/m/mmix.rb index fc8e4ada48058..8318340b141d0 100644 --- a/Formula/m/mmix.rb +++ b/Formula/m/mmix.rb @@ -10,6 +10,8 @@ class Mmix < Formula regex(/href=.*?mmix[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c3cedb93df0fcbe150243f8251870245301689823aa1f8275c897961e199a04" sha256 cellar: :any_skip_relocation, arm64_sonoma: "45fa11184bd917b9c6fed6910afb1f5b2cf9a92d1bec2a0d821e3b3c68ccb5e2" From 3a5ed07969eed51560b29054e4f9bee746289044 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:42 +0200 Subject: [PATCH 04311/10074] mmsrip: added `no_autobump!` --- Formula/m/mmsrip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mmsrip.rb b/Formula/m/mmsrip.rb index 0a0e399d44706..72445e4a35056 100644 --- a/Formula/m/mmsrip.rb +++ b/Formula/m/mmsrip.rb @@ -5,6 +5,8 @@ class Mmsrip < Formula sha256 "5aed3cf17bfe50e2628561b46e12aec3644cfbbb242d738078e8b8fce6c23ed6" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba19c7e871dd33876bdbd931af577e633a3c2eeb1f0fb25c9d3ade606a0b8c1f" From 1a0da024bff1d6de162139dd2c25451da134afc1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:43 +0200 Subject: [PATCH 04312/10074] mmtabbarview: added `no_autobump!` --- Formula/m/mmtabbarview.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mmtabbarview.rb b/Formula/m/mmtabbarview.rb index 061924add6890..eaad1a884aef3 100644 --- a/Formula/m/mmtabbarview.rb +++ b/Formula/m/mmtabbarview.rb @@ -5,6 +5,8 @@ class Mmtabbarview < Formula sha256 "a5b79f1b50f6cabe97558f4c24a6317c448c534f15655309b6b29a532590e976" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9ae9758b04f5cbc6068b0e41266db2fbad7065d90134060c27bc73d36d780c2d" sha256 cellar: :any, arm64_sonoma: "4b4fbe5492b90614b36b8a99101acbd15b0b9ebc4b415683c273114e47d3e1cb" From 433d6d415e35e18f52d64ace0585bbd4b29f6743 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:43 +0200 Subject: [PATCH 04313/10074] mob: added `no_autobump!` --- Formula/m/mob.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mob.rb b/Formula/m/mob.rb index 7a51804f7a3d9..565156e5264aa 100644 --- a/Formula/m/mob.rb +++ b/Formula/m/mob.rb @@ -6,6 +6,8 @@ class Mob < Formula license "MIT" head "https://github.com/remotemobprogramming/mob.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea259acacda5e76abcb29c2291753b5567acc90d86d7e698645b48cfe5eb4a21" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea259acacda5e76abcb29c2291753b5567acc90d86d7e698645b48cfe5eb4a21" From a7f16e938a70974ea9737c34187c48b8d6f212c7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:43 +0200 Subject: [PATCH 04314/10074] mobiledevice: added `no_autobump!` --- Formula/m/mobiledevice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mobiledevice.rb b/Formula/m/mobiledevice.rb index f11c594875e25..1dd92d71aa5b8 100644 --- a/Formula/m/mobiledevice.rb +++ b/Formula/m/mobiledevice.rb @@ -5,6 +5,8 @@ class Mobiledevice < Formula sha256 "07b167f6103175c5eba726fd590266bf6461b18244d34ef6d05a51fc4871e424" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e9e7bded8a827c41f1fc47bcb6d25ab25dff835e0d7ec486c15ff1e49043de1" From de425981f82df6a40aeea8dbd4a873d610b6ac85 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:43 +0200 Subject: [PATCH 04315/10074] moc: added `no_autobump!` --- Formula/m/moc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/moc.rb b/Formula/m/moc.rb index 726c683148702..d581ca1f24b39 100644 --- a/Formula/m/moc.rb +++ b/Formula/m/moc.rb @@ -42,6 +42,8 @@ class Moc < Formula regex(/href=.*?moc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0c9fa6831440aa41b25064c9f2d93e9827f0d4f1ea0f2e1184def14041366d1b" sha256 arm64_sonoma: "f9698a87a21e1695cfc81523056a86d2a08b3ecb013b978c46b0584a2cff566e" From d97334016b42f82555e2bae89ee94a39d4685565 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:43 +0200 Subject: [PATCH 04316/10074] modgit: added `no_autobump!` --- Formula/m/modgit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/modgit.rb b/Formula/m/modgit.rb index 3a910bc6c1063..f685e4d64ba27 100644 --- a/Formula/m/modgit.rb +++ b/Formula/m/modgit.rb @@ -4,6 +4,8 @@ class Modgit < Formula url "https://github.com/jreinke/modgit/archive/refs/tags/v1.1.0.tar.gz" sha256 "9d279c370eee29f54017ca20cf543efda87534bd6a584e7c0f489bbf931dccb8" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "5d74396c99246d4279d33abfaa9c4ca5671be43bb9f174b487f0d7cff0334f8c" From 56bd07d6cb399d10143ecc93ae25ba238092d096 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:44 +0200 Subject: [PATCH 04317/10074] modman: added `no_autobump!` --- Formula/m/modman.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/modman.rb b/Formula/m/modman.rb index f3b1d58a3726f..c3f84ad6da3a8 100644 --- a/Formula/m/modman.rb +++ b/Formula/m/modman.rb @@ -5,6 +5,8 @@ class Modman < Formula sha256 "58ac5b27b11def9ba162881c3687f2085c06a6ed4cfb496bafdc64ce1a2eaac6" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "f932bb64388501a75aff2a97fe0b75b6bbefa13d38f29d99cf49672015aba60d" From 138be2d48a0c1d6c31b198cf5de441e72222ba60 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:44 +0200 Subject: [PATCH 04318/10074] modsurfer: added `no_autobump!` --- Formula/m/modsurfer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/modsurfer.rb b/Formula/m/modsurfer.rb index 6819b5d097991..7127fe0da61da 100644 --- a/Formula/m/modsurfer.rb +++ b/Formula/m/modsurfer.rb @@ -5,6 +5,8 @@ class Modsurfer < Formula sha256 "2f5defcfe8668d7323a83dab0b323282e2855a4171c1d0d4eacf5963aa3729b1" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4de08833308339b9707922798aeede8757c81d4e025667d2290b183aa2c161e6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "42474789dbb88caadbcf8c0d113545c1bf40036b77cc89a88368e28413c97886" From c563a16f90b935d6e22bbc80b42ff46652827fa8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:44 +0200 Subject: [PATCH 04319/10074] mogenerator: added `no_autobump!` --- Formula/m/mogenerator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mogenerator.rb b/Formula/m/mogenerator.rb index 8a0d10c73467c..39dac5095bb03 100644 --- a/Formula/m/mogenerator.rb +++ b/Formula/m/mogenerator.rb @@ -6,6 +6,8 @@ class Mogenerator < Formula license "MIT" head "https://github.com/rentzsch/mogenerator.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3da7eab4006572e1dedbb58e22b0301a2ddfb272b42c1f2322f326680e577e9" From dca6ba9e3b18c0540cf88878aa83cd6a3a6fb64f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:44 +0200 Subject: [PATCH 04320/10074] molten-vk: added `no_autobump!` --- Formula/m/molten-vk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/molten-vk.rb b/Formula/m/molten-vk.rb index 16d0385161dac..625a4ace8caa2 100644 --- a/Formula/m/molten-vk.rb +++ b/Formula/m/molten-vk.rb @@ -52,6 +52,8 @@ class MoltenVk < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4994cc7e6e7f8af2fb2898fb4d8f806f55ff064d6249beca4ab2f208fd5de319" sha256 cellar: :any, arm64_sonoma: "c7b7d5d02a925546a6e0cc0c4187fe0b643731abbb32b590a4e60906f688046f" From 1f508b96c97b78d9119db2a8c718014d02bf6137 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:44 +0200 Subject: [PATCH 04321/10074] mon: added `no_autobump!` --- Formula/m/mon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mon.rb b/Formula/m/mon.rb index feb5358c0d3f6..5265186db875b 100644 --- a/Formula/m/mon.rb +++ b/Formula/m/mon.rb @@ -5,6 +5,8 @@ class Mon < Formula sha256 "978711a1d37ede3fc5a05c778a2365ee234b196a44b6c0c69078a6c459e686ac" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8be88943149d839ef8ffc37b1b81150f8c0325fc40a1878bd864df744fa96d67" From f2335b3823536a9ef2475f94134fc00feab31033 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:44 +0200 Subject: [PATCH 04322/10074] monetdb: added `no_autobump!` --- Formula/m/monetdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/monetdb.rb b/Formula/m/monetdb.rb index 8204d3919b8a4..c2c37761ebf37 100644 --- a/Formula/m/monetdb.rb +++ b/Formula/m/monetdb.rb @@ -11,6 +11,8 @@ class Monetdb < Formula regex(/href=.*?MonetDB[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "92579b5419866811ca88e4ee4d03dac2850756ca79de954dea65c9d859f1b8ee" sha256 arm64_sonoma: "76c21dace99d0c7183e29a23e22347b2bd58d5e0538cab00dd94681ffd68d9c1" From c4f83b3bb7c80c450f3b9c04043e1d3ccfb98b77 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:45 +0200 Subject: [PATCH 04323/10074] mongosh: added `no_autobump!` --- Formula/m/mongosh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mongosh.rb b/Formula/m/mongosh.rb index 0139fa2077f19..98a05a061dd04 100644 --- a/Formula/m/mongosh.rb +++ b/Formula/m/mongosh.rb @@ -5,6 +5,8 @@ class Mongosh < Formula sha256 "37f69f3a43968b2b7fe29075c68d2dae922b19ef573ed448ff4166108e0345ed" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "32289189aa582229ced4f80f2e79f4e207e81b0de86159e1e5e36397be19c055" sha256 arm64_sonoma: "2165625b1a75d8c78fc2aeb960a120603f2f779d82025d2c11f82a55b4146bbc" From 44040efd971cf8e16719447fa086f0a9a6eafa5c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:45 +0200 Subject: [PATCH 04324/10074] mongrel2: added `no_autobump!` --- Formula/m/mongrel2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mongrel2.rb b/Formula/m/mongrel2.rb index adf8bb715b7a0..ff2742f4995ea 100644 --- a/Formula/m/mongrel2.rb +++ b/Formula/m/mongrel2.rb @@ -6,6 +6,8 @@ class Mongrel2 < Formula license "BSD-3-Clause" head "https://github.com/mongrel2/mongrel2.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, sonoma: "d36d8722ad689bc1c66e6a4f8844b2eb99b8b079f6cae331d2db9faa091f87c0" sha256 cellar: :any, ventura: "a5a0d1aa9eee2249e6c1757434fab0e13da8d64d8c698ac9c7807fc390a10e25" From bb6af9e5292b3d06d293fdaf1177054a7e60265f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:45 +0200 Subject: [PATCH 04325/10074] mongroup: added `no_autobump!` --- Formula/m/mongroup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mongroup.rb b/Formula/m/mongroup.rb index 6d2b4758e393c..d2263644dfce1 100644 --- a/Formula/m/mongroup.rb +++ b/Formula/m/mongroup.rb @@ -4,6 +4,8 @@ class Mongroup < Formula url "https://github.com/jgallen23/mongroup/archive/refs/tags/0.4.1.tar.gz" sha256 "50c6fb0eb6880fa837238a2036f9bc77d2f6db8c66b8c9a041479e2771a925ae" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3bba7e546bcc3272ead45417072af6058106e894824d2a62395b0bcef1ffbf6" From 38b30d748a547bf80cc52b327a5aff315e4b6641 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:45 +0200 Subject: [PATCH 04326/10074] monkeysphere: added `no_autobump!` --- Formula/m/monkeysphere.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/monkeysphere.rb b/Formula/m/monkeysphere.rb index 3055588528132..b7a1ff0191bd6 100644 --- a/Formula/m/monkeysphere.rb +++ b/Formula/m/monkeysphere.rb @@ -11,6 +11,8 @@ class Monkeysphere < Formula regex(/href=.*?monkeysphere.?v?(\d+(?:\.\d+)+)(?:\.orig)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "40d8c3289f12c710d030f446886eb4e45c396e4b1517dbc722a6e639cd113193" sha256 cellar: :any, arm64_sonoma: "898254e686c3406c0af79584f182a97fd0796a66f755055c3c59745850ee6bde" From 46511f0c8fb8882acb5c6a5385d66f9e606c7e48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:45 +0200 Subject: [PATCH 04327/10074] mono-libgdiplus: added `no_autobump!` --- Formula/m/mono-libgdiplus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mono-libgdiplus.rb b/Formula/m/mono-libgdiplus.rb index cdffce7c4fc77..d00f158aa476f 100644 --- a/Formula/m/mono-libgdiplus.rb +++ b/Formula/m/mono-libgdiplus.rb @@ -13,6 +13,8 @@ class MonoLibgdiplus < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "98055b3665fb3bb6d5af85a6e7e16f1a5be9f2fe201b6d1ef72a5bfa49e5d07c" sha256 cellar: :any, arm64_sonoma: "9332827231368d618a2147d91cc8996215200bb70dcb58129fdac2544e7e8351" From 1d4b886277687ec1b5568bf1330a7e4e87246022 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:45 +0200 Subject: [PATCH 04328/10074] mono: added `no_autobump!` --- Formula/m/mono.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mono.rb b/Formula/m/mono.rb index 7e7a088f855ed..939bb2daeec66 100644 --- a/Formula/m/mono.rb +++ b/Formula/m/mono.rb @@ -11,6 +11,8 @@ class Mono < Formula regex(/^mono[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "41128a9161b2880c1ff0da606a970a610255f46426ea970ac505c7f7cc77c817" sha256 arm64_sonoma: "2207ce97c51add48bdb178771a7e6496da62c099a8a740c976772a4f69ff2cd4" From fea6426e7ada7dfe6d17c5e5e882a7e16af0e0f0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:46 +0200 Subject: [PATCH 04329/10074] monocle: added `no_autobump!` --- Formula/m/monocle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/monocle.rb b/Formula/m/monocle.rb index c473d5bf1a1d3..0b65ea420bbc6 100644 --- a/Formula/m/monocle.rb +++ b/Formula/m/monocle.rb @@ -5,6 +5,8 @@ class Monocle < Formula sha256 "571f53116c345f1f8279a07e1aaaee3850ceb0fc01ba9c5cef3f393fbefa4a6c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "90179dc8e760a4a85ad5e03a25f8512295fc528a0f2eed38cc756a8c8a6edc61" sha256 cellar: :any_skip_relocation, arm64_sonoma: "62f25e9b9ac204329a2d3452c1e98de2f64e63f6ae3d40e0d1c896d61c679e1a" From 4ff2797ded26d5d92e6d69445f8b17108aa11897 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:46 +0200 Subject: [PATCH 04330/10074] montage: added `no_autobump!` --- Formula/m/montage.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/montage.rb b/Formula/m/montage.rb index 54d0fe001817b..a67ed124bf131 100644 --- a/Formula/m/montage.rb +++ b/Formula/m/montage.rb @@ -12,6 +12,8 @@ class Montage < Formula regex(/href=.*?Montage[._-]v?(\d+(?:\.\d+)+)\.t.*?/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "b1d5f7c20f35e617f62197124a7c5c7e43bd4fc6272cf642346f6311d1da41b3" From cbd3d3b9d87a944739e9eab1d9573ccf7dd503cc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:46 +0200 Subject: [PATCH 04331/10074] moon-buggy: added `no_autobump!` --- Formula/m/moon-buggy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/moon-buggy.rb b/Formula/m/moon-buggy.rb index 8283651a54334..bde4ad2802417 100644 --- a/Formula/m/moon-buggy.rb +++ b/Formula/m/moon-buggy.rb @@ -13,6 +13,8 @@ class MoonBuggy < Formula regex(/moon-buggy\s+(?:version\s+|v)?(\d+(?:\.\d+)+)[^<]+?\(stable\s+version\)/im) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "381b64031018e20366728e5b6cb559bb042e076f238a41aa0fd32a25d6094121" sha256 arm64_sonoma: "5e84d8a0372bf17fda7d55ea77d6d3cc0bf4ab2a00f938657eb30fe3b7c119bf" From 0dd6798c42fcb2d260abe90891f5ee1ed6136d5c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:46 +0200 Subject: [PATCH 04332/10074] moreutils: added `no_autobump!` --- Formula/m/moreutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/moreutils.rb b/Formula/m/moreutils.rb index a6da1f8e45d00..9ecd0d075adfc 100644 --- a/Formula/m/moreutils.rb +++ b/Formula/m/moreutils.rb @@ -14,6 +14,8 @@ class Moreutils < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d054e5d66851413c272c39e156a48467f39959e89c84f91c1de41cd690c6b78" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe0990b48df79c064ba76b72360019bea03328e6fcbd99a866ab9d6a1a37e95f" From 92c82e05ac8fd7f1d18ecd3e8796447dad1c6c2f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:46 +0200 Subject: [PATCH 04333/10074] mosh: added `no_autobump!` --- Formula/m/mosh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mosh.rb b/Formula/m/mosh.rb index 53ff50b7a3fa9..a91429bad7d2a 100644 --- a/Formula/m/mosh.rb +++ b/Formula/m/mosh.rb @@ -6,6 +6,8 @@ class Mosh < Formula license "GPL-3.0-or-later" revision 26 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "332e33cd2cc6b612830b92757cd74fa5371b24518d0cdca5c41da9f342c0fc81" sha256 cellar: :any, arm64_sonoma: "be86e68fe178fd4ec4997f320875438df088428f70e38f640a2c56ae5574d6c6" From d50ba76a0a3638e270ba9ce2142ec4fe2cf40f1e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:46 +0200 Subject: [PATCH 04334/10074] mosml: added `no_autobump!` --- Formula/m/mosml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mosml.rb b/Formula/m/mosml.rb index 66a5a7f6c9b2a..aaa531587a50d 100644 --- a/Formula/m/mosml.rb +++ b/Formula/m/mosml.rb @@ -5,6 +5,8 @@ class Mosml < Formula sha256 "fed5393668b88d69475b070999b1fd34e902591345de7f09b236824b92e4a78f" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4c5e5c68a5bafb747f9bf0ebf55e7e67f6ff97ad8107a788579db55b27a5a1c9" sha256 cellar: :any, arm64_sonoma: "baf1606f54aca14fe0f9a0e734cea0518dc817fd42fb0b755364da0fa3362e9e" From ce48a84d269187e1c15ecbcffa17a5c8c7186f30 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:47 +0200 Subject: [PATCH 04335/10074] most: added `no_autobump!` --- Formula/m/most.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/most.rb b/Formula/m/most.rb index 22078d94872c5..86b6b8a951f47 100644 --- a/Formula/m/most.rb +++ b/Formula/m/most.rb @@ -11,6 +11,8 @@ class Most < Formula regex(/href=.*?most[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2d8b015bce1f30f98a2a60a907ac22a7a38d01d4aa86bd8332c243870a0b184a" sha256 cellar: :any, arm64_sonoma: "0b738de8c83a8f67ef1c79d9443d20a50928ece07c4c847fb8315ded7f7601c2" From ae60e2a39d82d9d72f4d1e929dbe135e5997953a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:47 +0200 Subject: [PATCH 04336/10074] movgrab: added `no_autobump!` --- Formula/m/movgrab.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/movgrab.rb b/Formula/m/movgrab.rb index 9240494863bc0..a59e3e375c6c2 100644 --- a/Formula/m/movgrab.rb +++ b/Formula/m/movgrab.rb @@ -6,6 +6,8 @@ class Movgrab < Formula license "GPL-3.0-or-later" revision 9 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "eebe35ad85f24d6670b44de90e944d2ec6e7d8b3d678581d765b47a37b5921de" sha256 cellar: :any, arm64_sonoma: "8258f2373e9954cec98e1794809aceb67cb86a67b700534ca8e897399a462c1d" From 9ece1626b1e1c45b0fd64fea6a79fa8b7617703d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:47 +0200 Subject: [PATCH 04337/10074] moz-git-tools: added `no_autobump!` --- Formula/m/moz-git-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/moz-git-tools.rb b/Formula/m/moz-git-tools.rb index e8bf824e932b0..7fb19860982b6 100644 --- a/Formula/m/moz-git-tools.rb +++ b/Formula/m/moz-git-tools.rb @@ -6,6 +6,8 @@ class MozGitTools < Formula license all_of: ["GPL-2.0-only", "CC0-1.0"] head "https://github.com/mozilla/moz-git-tools.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "fe6165fdfda101ce38db57eb7352acf2fd00e96edef8eceef8fe30565cc07da1" From 5ec469cc93bb399f9addcc4cd3796fc79df7bca0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:47 +0200 Subject: [PATCH 04338/10074] mozjpeg: added `no_autobump!` --- Formula/m/mozjpeg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mozjpeg.rb b/Formula/m/mozjpeg.rb index 7b35fcb3026e9..196b3dc3e8765 100644 --- a/Formula/m/mozjpeg.rb +++ b/Formula/m/mozjpeg.rb @@ -10,6 +10,8 @@ class Mozjpeg < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "93eea531e7d81f0aade7c403f3e0c65d545d9eade6e0e50bd43bf01cee48f110" sha256 cellar: :any, arm64_sonoma: "5254d35ee2814e82b176fa779fc87a69468969dc28f750aaa602d17fd15d1646" From 12cbbcb895e14f76924ef75ffa287d5a33574550 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:47 +0200 Subject: [PATCH 04339/10074] mp3blaster: added `no_autobump!` --- Formula/m/mp3blaster.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3blaster.rb b/Formula/m/mp3blaster.rb index 1a85d52764784..3fcf4225302e5 100644 --- a/Formula/m/mp3blaster.rb +++ b/Formula/m/mp3blaster.rb @@ -6,6 +6,8 @@ class Mp3blaster < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "63db46a60c041370f9850800c5db80e4aae38d3bf3f2320cbbfcc03e5bffa2d5" sha256 arm64_sonoma: "8ead649ae9cf1daec1f1c2d15c527c9beb9b51039668fed085857a33e83f7cae" From 84d93da59f051f82db9e7eb023fa920a9958d269 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:48 +0200 Subject: [PATCH 04340/10074] mp3cat: added `no_autobump!` --- Formula/m/mp3cat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3cat.rb b/Formula/m/mp3cat.rb index 17887989b760a..9d118ff71c0ed 100644 --- a/Formula/m/mp3cat.rb +++ b/Formula/m/mp3cat.rb @@ -5,6 +5,8 @@ class Mp3cat < Formula sha256 "b1ec915c09c7e1c0ff48f54844db273505bc0157163bed7b2940792dca8ff951" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5320e93de9cf583fc6b074a45c450c4ebb0fc6b86dbf887c9d77196a34655271" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5c88c18fd159e395849b60bea5da8355546c7e3de34a521c5d5e9eb5f6ddd83" From 20857f185dc41486ad7a922518495791e0c2258f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:48 +0200 Subject: [PATCH 04341/10074] mp3fs: added `no_autobump!` --- Formula/m/mp3fs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3fs.rb b/Formula/m/mp3fs.rb index d481718cd55e4..7308fd0b9284f 100644 --- a/Formula/m/mp3fs.rb +++ b/Formula/m/mp3fs.rb @@ -6,6 +6,8 @@ class Mp3fs < Formula license "GPL-3.0-or-later" revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_linux: "bf3512ee2e43d7727ef0bc31739bb4b8d4f1a124041aca64b6eac50a922dbeb2" sha256 cellar: :any_skip_relocation, x86_64_linux: "db1aaedbc1b394893b7b3344b0861aeb573f22009c72559c3e2e7cf8037cc986" From 28ab122d85e94420a2014beb845e35593633d96e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:48 +0200 Subject: [PATCH 04342/10074] mp3gain: added `no_autobump!` --- Formula/m/mp3gain.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3gain.rb b/Formula/m/mp3gain.rb index d04b756979810..5f32259636c91 100644 --- a/Formula/m/mp3gain.rb +++ b/Formula/m/mp3gain.rb @@ -6,6 +6,8 @@ class Mp3gain < Formula sha256 "5cc04732ef32850d5878b28fbd8b85798d979a025990654aceeaa379bcc9596d" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2a9cae1ecdebe6daa0509f9841ecddb0c6a820919224caa5a1fcc2c62ec0d258" sha256 cellar: :any, arm64_sonoma: "14fd6ea3919a61ab26359d1013eb3bedbe65cbe66d05efa179ba70be16fb1ba8" From 208e31119bf3fb7c00389b823f3b0910917fc162 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:48 +0200 Subject: [PATCH 04343/10074] mp3info: added `no_autobump!` --- Formula/m/mp3info.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3info.rb b/Formula/m/mp3info.rb index ae92776ffa938..d0a1a1504d8fa 100644 --- a/Formula/m/mp3info.rb +++ b/Formula/m/mp3info.rb @@ -10,6 +10,8 @@ class Mp3info < Formula regex(/href=.*?mp3info[._-]v?(\d+(?:\.\d+)+(?:[._-]?[a-z]\d*)?)\.(t|zip)/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "e37b7f219ffcd93287b959d108fd79cf870a3e980f989962a8e7edd8b3d90106" From 7a652dd2bf49013e107609bdd0fc8ef823506b9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:49 +0200 Subject: [PATCH 04344/10074] mp3splt: added `no_autobump!` --- Formula/m/mp3splt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3splt.rb b/Formula/m/mp3splt.rb index 5585112d6cee4..2280f6bea2a71 100644 --- a/Formula/m/mp3splt.rb +++ b/Formula/m/mp3splt.rb @@ -6,6 +6,8 @@ class Mp3splt < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2d21b2a3b74e156a07882dfc20c2707bf836f011b914c88f6245a06230eacfdf" sha256 arm64_sonoma: "173c1125749f0ecc643c6b98b9b0d38f60c0e7521a6cc0cdcfef9a076e03953d" From 1461e2ab8b36a940ba4a045e20e4ac726e6c23db Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:49 +0200 Subject: [PATCH 04345/10074] mp3unicode: added `no_autobump!` --- Formula/m/mp3unicode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3unicode.rb b/Formula/m/mp3unicode.rb index b4ad2e13d1e4d..68b219c2f541e 100644 --- a/Formula/m/mp3unicode.rb +++ b/Formula/m/mp3unicode.rb @@ -19,6 +19,8 @@ class Mp3unicode < Formula regex(/^mp3unicode-v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "b0f39474b3f41688794f00e4815e40a6aa792614610870d4ec1377d5a67ed5c7" From 9ebf9f1eb6dfcaa2338b061005637e8437f572cf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:49 +0200 Subject: [PATCH 04346/10074] mp3val: added `no_autobump!` --- Formula/m/mp3val.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3val.rb b/Formula/m/mp3val.rb index 82003c883af0e..ab8c1141fa800 100644 --- a/Formula/m/mp3val.rb +++ b/Formula/m/mp3val.rb @@ -5,6 +5,8 @@ class Mp3val < Formula sha256 "95a16efe3c352bb31d23d68ee5cb8bb8ebd9868d3dcf0d84c96864f80c31c39f" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5c10f2c40b3db42ee31ebdff666e1f56da1b200829945556f269cc1be920c64" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef2fd722be9a2d08c7d180ed19f6be46bc2944392f996b607ecacdd10ef1b0b2" From f9838ecd9ecadab7ddbfd470ffd0f4e5ad6d5ab6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:49 +0200 Subject: [PATCH 04347/10074] mp3wrap: added `no_autobump!` --- Formula/m/mp3wrap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3wrap.rb b/Formula/m/mp3wrap.rb index c153d2f781c06..b0869834b8d1b 100644 --- a/Formula/m/mp3wrap.rb +++ b/Formula/m/mp3wrap.rb @@ -10,6 +10,8 @@ class Mp3wrap < Formula regex(%r{url=.*?/mp3wrap[._-]v?(\d+(?:\.\d+)+)(?:-src)?\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "881da7c1c1c1d3b667f6524d66c01de8d73e8a113b84763ea0d57395518c3523" From dc78a407069d2189b79775f6ab4f132502d2b2e9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:49 +0200 Subject: [PATCH 04348/10074] mp4v2: added `no_autobump!` --- Formula/m/mp4v2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp4v2.rb b/Formula/m/mp4v2.rb index 503b04779324c..8da4d225bb526 100644 --- a/Formula/m/mp4v2.rb +++ b/Formula/m/mp4v2.rb @@ -5,6 +5,8 @@ class Mp4v2 < Formula sha256 "033185c17bf3c5fdd94020c95f8325be2e5356558e3913c3d6547a85dd61f7f1" license "MPL-1.1" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1a2c9a7beb75abcc15327b7b7437a831ae61855cc781e1200d11a4c1cf34a299" sha256 cellar: :any, arm64_sonoma: "e9bc1800a60417f19d19347569285480d631355b615ad520d2b5c4f28b219d28" From 596fce603ab9233916f054bed333d44287a21203 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:49 +0200 Subject: [PATCH 04349/10074] mpack: added `no_autobump!` --- Formula/m/mpack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpack.rb b/Formula/m/mpack.rb index 07837d84acfb4..dd6d7fb77b1b4 100644 --- a/Formula/m/mpack.rb +++ b/Formula/m/mpack.rb @@ -6,6 +6,8 @@ class Mpack < Formula sha256 "274108bb3a39982a4efc14fb3a65298e66c8e71367c3dabf49338162d207a94c" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "39ef950b3be79638f72addb1f2bd87c4c67f9bddeb55f62910175ab6c90b6dc8" From 1aab695afadde4ea67f10ea829de73b6ab1a5f97 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:50 +0200 Subject: [PATCH 04350/10074] mpage: added `no_autobump!` --- Formula/m/mpage.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpage.rb b/Formula/m/mpage.rb index f45f5f36c3b5f..79acc62153e00 100644 --- a/Formula/m/mpage.rb +++ b/Formula/m/mpage.rb @@ -10,6 +10,8 @@ class Mpage < Formula regex(/href=.*?mpage[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "a596325fba30e7574a19d7fcf3b338f02fa91e9074a13609c7d356b9bba67b29" sha256 arm64_sonoma: "c94c08b44f7dc6719d73f7eb8e103622190b9f189f3352dc8d4360c882280c24" From 1ef37242491d1059aa1adfafd52c6bd4bff131e1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:50 +0200 Subject: [PATCH 04351/10074] mpck: added `no_autobump!` --- Formula/m/mpck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpck.rb b/Formula/m/mpck.rb index fa537fed7a716..3db935767d0ed 100644 --- a/Formula/m/mpck.rb +++ b/Formula/m/mpck.rb @@ -10,6 +10,8 @@ class Mpck < Formula regex(/href=.*?checkmate[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "81d2d6e7ea068e0cc9f43913ca1e946efe3cadd19a6e89ee88a7b734dc800cee" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9eeb22c03ef069272b7a17479aa9c88b3778fd6ffbd4b9196da8b1b68bcee68a" From 66916d927af8c7d7adb5e05d03ec9120039b76da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:50 +0200 Subject: [PATCH 04352/10074] mpdas: added `no_autobump!` --- Formula/m/mpdas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpdas.rb b/Formula/m/mpdas.rb index cb83151de161c..136a0d89ed0db 100644 --- a/Formula/m/mpdas.rb +++ b/Formula/m/mpdas.rb @@ -11,6 +11,8 @@ class Mpdas < Formula regex(/href=.*?mpdas[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "df5684e5298c02319fea93f70ecad6210c12b66bd1ca2686ec9758dcbeeba20d" From 5fc592aff2e65f99212630062854ed3cb76d2570 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:50 +0200 Subject: [PATCH 04353/10074] mpdscribble: added `no_autobump!` --- Formula/m/mpdscribble.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpdscribble.rb b/Formula/m/mpdscribble.rb index ddfb665997033..4d8b4b091f1d6 100644 --- a/Formula/m/mpdscribble.rb +++ b/Formula/m/mpdscribble.rb @@ -10,6 +10,8 @@ class Mpdscribble < Formula regex(/href=.*?mpdscribble[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "b3c8401d8bd06997be951e75b158905c4fa35cdeceffee5e6b242ec1843b0074" sha256 arm64_sonoma: "bb677d73c33aa3c1a22f8c85b5c0e829ba230ce3faf3ea433c6662ee33496c0e" From 79d99bc39ab292f73234182a3f590ff5ef602229 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:50 +0200 Subject: [PATCH 04354/10074] mpegdemux: added `no_autobump!` --- Formula/m/mpegdemux.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpegdemux.rb b/Formula/m/mpegdemux.rb index 0ba807df65a2a..52fbbdccacabe 100644 --- a/Formula/m/mpegdemux.rb +++ b/Formula/m/mpegdemux.rb @@ -10,6 +10,8 @@ class Mpegdemux < Formula regex(/href=.*?mpegdemux[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "596de6513b152e156fcffbfb37e42b097606fc3efed168190998049ddef8b9ff" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a5ac9ee81a39717100b75106922b741f5adf919ff9351dd72abdd659f0575a6" From 300bf536c2a3707b4db374a8e9ed2644e7d584c3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:51 +0200 Subject: [PATCH 04355/10074] mpfi: added `no_autobump!` --- Formula/m/mpfi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpfi.rb b/Formula/m/mpfi.rb index df2d3f9e29190..7750861c38340 100644 --- a/Formula/m/mpfi.rb +++ b/Formula/m/mpfi.rb @@ -10,6 +10,8 @@ class Mpfi < Formula regex(/href=.*?mpfi[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "826e309c5518bcf7aa755eefe369c2b91704820d2bf0730c0341b16e7a877033" sha256 cellar: :any, arm64_sonoma: "2a77c1ce37a69afb7a40355c560e72294c3445b7f97f93f235756ce56e0747c0" From 7c1321558e5caf499e526a74eeffdda5c4628389 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:51 +0200 Subject: [PATCH 04356/10074] mpfr: added `no_autobump!` --- Formula/m/mpfr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpfr.rb b/Formula/m/mpfr.rb index dc222cf46afcb..3dd3febe20f4c 100644 --- a/Formula/m/mpfr.rb +++ b/Formula/m/mpfr.rb @@ -24,6 +24,8 @@ class Mpfr < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ed822b7e77645d7c17abb3ee9cc2b2a82a4d0f003acc7615b5df6226031479b2" sha256 cellar: :any, arm64_sonoma: "15168719e4dbbc4f497e6f7ec91dfec55659113020e2af705a704af566dbe888" From d1f79f0b29715bced12885952a92d6e3e7eed64f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:51 +0200 Subject: [PATCH 04357/10074] mpfrcx: added `no_autobump!` --- Formula/m/mpfrcx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpfrcx.rb b/Formula/m/mpfrcx.rb index 7bdec1a7e51d4..3ab639ad118ff 100644 --- a/Formula/m/mpfrcx.rb +++ b/Formula/m/mpfrcx.rb @@ -6,6 +6,8 @@ class Mpfrcx < Formula license "GPL-3.0-or-later" head "https://gitlab.inria.fr/enge/mpfrcx.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e9d9fcb8796dc03e08d4f3b1d1e6e1cd054befac43f75f20f6592891e01c366f" sha256 cellar: :any, arm64_sonoma: "3943e6b49295761e2d5ca64145d1f0ca80255d0d6c608c1dc2df5c8d964a9c55" From 6ff91d310fb17909633afee2b37ab829eca771f1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:51 +0200 Subject: [PATCH 04358/10074] mpg321: added `no_autobump!` --- Formula/m/mpg321.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpg321.rb b/Formula/m/mpg321.rb index 708f4dc90c092..9b29a3af80d5b 100644 --- a/Formula/m/mpg321.rb +++ b/Formula/m/mpg321.rb @@ -6,6 +6,8 @@ class Mpg321 < Formula license "GPL-2.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ed6f4de0b208b65bdc562fefd7f6cd8dbad5b6489b52bc24b4bf9109de4b6f35" sha256 arm64_sonoma: "00b92592cadd767c25fe24941095b6f6f088cf319b25ab78a83d0a75797e7a43" From 4238e03f609d62c493b49cda45494ed9cbd0244c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:51 +0200 Subject: [PATCH 04359/10074] mpgtx: added `no_autobump!` --- Formula/m/mpgtx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpgtx.rb b/Formula/m/mpgtx.rb index c282be294d083..d3535e424e054 100644 --- a/Formula/m/mpgtx.rb +++ b/Formula/m/mpgtx.rb @@ -10,6 +10,8 @@ class Mpgtx < Formula regex(%r{url=.*?/mpgtx[._-]v?(\d+(?:\.\d+)+(?:-\d+)?)(?:-src)?\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ad9aa8dd08b96ea82867c569333e92438e2e7131c287a1f4a2f9ab8be6a3755" sha256 cellar: :any_skip_relocation, arm64_sonoma: "82dd83969a60031ab766c86fa4859dad5fe9469f457f93ca034418daf00b8ff8" From e04caffbf1b8b5d8bdba91c826486fa025ee8458 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:52 +0200 Subject: [PATCH 04360/10074] mplayer: added `no_autobump!` --- Formula/m/mplayer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mplayer.rb b/Formula/m/mplayer.rb index c4108a13239b7..3bba836b7efb3 100644 --- a/Formula/m/mplayer.rb +++ b/Formula/m/mplayer.rb @@ -11,6 +11,8 @@ class Mplayer < Formula regex(/href=.*?MPlayer[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "4d99950e65cb0275765a4b1c8b0ebfc33723d09d20b009a01751f991af55148e" From f3e3f2014702bc251ef146a3c45b569ea5f31185 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:52 +0200 Subject: [PATCH 04361/10074] mplayershell: added `no_autobump!` --- Formula/m/mplayershell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mplayershell.rb b/Formula/m/mplayershell.rb index 3250242d854cd..2d91c2f3dbfb0 100644 --- a/Formula/m/mplayershell.rb +++ b/Formula/m/mplayershell.rb @@ -6,6 +6,8 @@ class Mplayershell < Formula license "MIT" head "https://github.com/lisamelton/MPlayerShell.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b95550c4987ef7c396da3dccfdd64e309be1d1945fec7f520215c674615174c8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e13d71055ed301f6cb2ce85ad882a79d6d9bb89768a65d343924683fec3eedc2" From 183a95b5b0e5d9766428a4a2bb7dfbfdbb29f17e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:52 +0200 Subject: [PATCH 04362/10074] mpssh: added `no_autobump!` --- Formula/m/mpssh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mpssh.rb b/Formula/m/mpssh.rb index 398180c2867b8..011347ecbbd11 100644 --- a/Formula/m/mpssh.rb +++ b/Formula/m/mpssh.rb @@ -14,6 +14,8 @@ class Mpssh < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b6d83538348cb97b5847fcbff26efc651cf313bc6ce8c4c572d08cf3b43deca" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f4e641ecad2e8254a0833ffa46e5168ad2985d0e7ff50fa1b193cd4eec90877" From 13396fa97f6543e600356eda82dcb5de39cd65e4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:52 +0200 Subject: [PATCH 04363/10074] mr: added `no_autobump!` --- Formula/m/mr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mr.rb b/Formula/m/mr.rb index a161381269617..098ff58dc2ab2 100644 --- a/Formula/m/mr.rb +++ b/Formula/m/mr.rb @@ -7,6 +7,8 @@ class Mr < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "4013ab94225c8eafc1aa48b1b9b18220a7051eb8da0b98798b8dc99fd0266730" From 4dfc7a8b2acae31380f35c81792607bed586ae34 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:52 +0200 Subject: [PATCH 04364/10074] mrbayes: added `no_autobump!` --- Formula/m/mrbayes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mrbayes.rb b/Formula/m/mrbayes.rb index 5eb1f4a6f0a8a..c3f8ade22eeb0 100644 --- a/Formula/m/mrbayes.rb +++ b/Formula/m/mrbayes.rb @@ -12,6 +12,8 @@ class Mrbayes < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bc112b0be314f46b96f507ec3741b7f915b7b384e162ff88d98076a0370a728f" sha256 cellar: :any, arm64_sonoma: "e671f59ccb6371a26c1ff58c6bbb800a2bf7472f625ac83d756eeb8b281fd6a9" From 159f46ebdf6aae6195db6fae20aacbbcfd983058 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:52 +0200 Subject: [PATCH 04365/10074] mrtg: added `no_autobump!` --- Formula/m/mrtg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mrtg.rb b/Formula/m/mrtg.rb index b1d5af6fdcbd8..cebb3952c0cd7 100644 --- a/Formula/m/mrtg.rb +++ b/Formula/m/mrtg.rb @@ -10,6 +10,8 @@ class Mrtg < Formula regex(/href=.*?mrtg[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6f57406896304b19653d1d9ad0f1d803709fe72cde0b1cc7acb141a126617dbd" sha256 cellar: :any, arm64_sonoma: "8324ea6acce9878f8599a18ccd373c4b1852f3e51752d5b8309d5581005321eb" From bd9341dc00855e410352f12df277800e5e7f6715 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:53 +0200 Subject: [PATCH 04366/10074] msc-generator: added `no_autobump!` --- Formula/m/msc-generator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/msc-generator.rb b/Formula/m/msc-generator.rb index ccf78121ebf0d..1afa658fae731 100644 --- a/Formula/m/msc-generator.rb +++ b/Formula/m/msc-generator.rb @@ -17,6 +17,8 @@ class MscGenerator < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "c1f15322760c6c6832f4391aa34e426e3107322cf0150b38ecb504e66c7f0229" sha256 arm64_sonoma: "0099d9bdd7c1cfce442bd16cbc462126e9ea9d8407d8c40538edfcde102f0c57" From 54e4a792dcd8ed3657954ee457cd8af6e0866824 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:53 +0200 Subject: [PATCH 04367/10074] msdl: added `no_autobump!` --- Formula/m/mscgen.rb | 2 ++ Formula/m/msdl.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Formula/m/mscgen.rb b/Formula/m/mscgen.rb index b1fbedc9a5b99..c1faabdd85de7 100644 --- a/Formula/m/mscgen.rb +++ b/Formula/m/mscgen.rb @@ -11,6 +11,8 @@ class Mscgen < Formula regex(/href=.*?mscgen-src[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ba7b5077209a47d9ab11f8d19d7d47ee0162f1fa30c20fd1e464c699e64eb9bd" sha256 cellar: :any, arm64_sonoma: "685f813d386e9429db8d73bbdf201176f7842ccbe533d18d33b0d248b8484d7b" diff --git a/Formula/m/msdl.rb b/Formula/m/msdl.rb index 2c90afce21ff6..1d37834c47d26 100644 --- a/Formula/m/msdl.rb +++ b/Formula/m/msdl.rb @@ -11,6 +11,8 @@ class Msdl < Formula regex(%r{url=.*?/msdl[._-]v?(\d+(?:\.\d+)+(?:-r\d+)?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ab0083cb6623f31de8bd191354b00f627c0b7826646eae177337a2adc823dae" sha256 cellar: :any_skip_relocation, arm64_sonoma: "081c8df653ff58f6f08ae5758481e4fa94f4786f2465def703e93009f6ae91bd" From 03fb2a2d6a91493eccc5ae348005e022937d7407 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:53 +0200 Subject: [PATCH 04368/10074] msgpack-tools: added `no_autobump!` --- Formula/m/msgpack-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/msgpack-tools.rb b/Formula/m/msgpack-tools.rb index ad36d01005674..18040ae3178f1 100644 --- a/Formula/m/msgpack-tools.rb +++ b/Formula/m/msgpack-tools.rb @@ -5,6 +5,8 @@ class MsgpackTools < Formula sha256 "98c8b789dced626b5b48261b047e2124d256e5b5d4fbbabdafe533c0bd712834" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "89db8ac554a849076b6b033ccd4d01758772b92c528107049b1ad0df61e3adcf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "89cbb09892efa84ffed3f4b4184d91a42526e0884034d00edfcff5ef914acf27" From ca6343e267d3d86268c929b77a42db08f5068198 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:54 +0200 Subject: [PATCH 04369/10074] msgpuck: added `no_autobump!` --- Formula/m/msgpuck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/msgpuck.rb b/Formula/m/msgpuck.rb index df74c87f8c5bc..20de44c58adde 100644 --- a/Formula/m/msgpuck.rb +++ b/Formula/m/msgpuck.rb @@ -6,6 +6,8 @@ class Msgpuck < Formula license "BSD-2-Clause" head "https://github.com/rtsisyk/msgpuck.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f84409ca74ea32a8c71174901ecdbe9abbf3d459df7fc5d1eac35f59ad7fc267" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d53fd2848632fe20526ee4808f269706c4788b7e3f8d41f329fbb9c2437b77b" From a0fc90ec845ad3524f9e2a573a167efb6cfacfc1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:54 +0200 Subject: [PATCH 04370/10074] msieve: added `no_autobump!` --- Formula/m/msieve.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/msieve.rb b/Formula/m/msieve.rb index e22e1b55a5135..e4b75fb291cfb 100644 --- a/Formula/m/msieve.rb +++ b/Formula/m/msieve.rb @@ -10,6 +10,8 @@ class Msieve < Formula regex(%r{url=.*?/Msieve%20v?(\d+(?:\.\d+)+)/}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2260d591d00ad9854b38b43ccacae829d03ca030b0f5e50ec5989d7ce2b3e616" sha256 cellar: :any, arm64_sonoma: "e2048a031203ed1bb7bb3ee4becb928faa9f6d40b96ce62d3718873dd25bc83e" From 803985a09cedbb70641f287fe18e484a919e5bca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:54 +0200 Subject: [PATCH 04371/10074] mspdebug: added `no_autobump!` --- Formula/m/mspdebug.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mspdebug.rb b/Formula/m/mspdebug.rb index 1d7690ad3303f..b6f437c23deb6 100644 --- a/Formula/m/mspdebug.rb +++ b/Formula/m/mspdebug.rb @@ -6,6 +6,8 @@ class Mspdebug < Formula license "GPL-2.0-or-later" head "https://github.com/dlbeer/mspdebug.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fffb3b1ca1b99e0186d8a36fa847918c4e533a935df4520a690ec285cdc16df3" sha256 arm64_sonoma: "b2afc19ddfc781ba82c0a1ec660cd0484285f4341bef4123f56c19b8e99c66c7" From b6461738ef925dd81801f0e6272df73e8ca3dada Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:54 +0200 Subject: [PATCH 04372/10074] mstch: added `no_autobump!` --- Formula/m/mstch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mstch.rb b/Formula/m/mstch.rb index 71bca623dea42..74342a1f29ece 100644 --- a/Formula/m/mstch.rb +++ b/Formula/m/mstch.rb @@ -6,6 +6,8 @@ class Mstch < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "437c22d289926bc83d04a407aacb2673331d7bb27165a6c17af2994febc67c02" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f20877158629504b39573ded1a2dd06de78cd1de916eb10fdfadaddee5dca44" From 1a66713cf4fa1ebe4653ca262b65f19299fd79bb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:54 +0200 Subject: [PATCH 04373/10074] mt32emu: added `no_autobump!` --- Formula/m/mt32emu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mt32emu.rb b/Formula/m/mt32emu.rb index 55195236e54d0..bafbf918ba1d9 100644 --- a/Formula/m/mt32emu.rb +++ b/Formula/m/mt32emu.rb @@ -11,6 +11,8 @@ class Mt32emu < Formula regex(/^libmt32emu[._-]v?(\d+(?:[._-]\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7dedf906d2b598cf6a058f35544c300d6ceb3a12af1388d1b599c0054592ad02" sha256 cellar: :any, arm64_sonoma: "a0c2c0dc6418dadcbff63677f77ab64e6ccdf244c9671edecf9642f288c72c64" From 739a58ec77886225943273069c48a436613a401e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:54 +0200 Subject: [PATCH 04374/10074] mtm: added `no_autobump!` --- Formula/m/mtm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mtm.rb b/Formula/m/mtm.rb index 4d882db7a360e..fca2974fc207c 100644 --- a/Formula/m/mtm.rb +++ b/Formula/m/mtm.rb @@ -5,6 +5,8 @@ class Mtm < Formula sha256 "2ae05466ef44efa7ddb4bce58efc425617583d9196b72e80ec1090bd77df598c" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7568a6130dc642b184063d2b470d2855e0cbc040e80c0f9409aeee9361c80b1b" sha256 cellar: :any, arm64_sonoma: "5f63cd8a1cfeab4ed5e0b5b88f63482f88508ea4ee6d3c2c9c16b6fc1cbd8fab" From 50b03286d6bca5f1e716828afadae1ab2e6bf830 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:55 +0200 Subject: [PATCH 04375/10074] mtr: added `no_autobump!` --- Formula/m/mtr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mtr.rb b/Formula/m/mtr.rb index 15fd74832fa95..cd694780fe3de 100644 --- a/Formula/m/mtr.rb +++ b/Formula/m/mtr.rb @@ -10,6 +10,8 @@ class Mtr < Formula license all_of: ["GPL-2.0-only", "BSD-3-Clause", "LGPL-2.0-only"] head "https://github.com/traviscross/mtr.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "de2a8c8ebe004fa34eb74e44a23eda5371a0b00d794c31541369afc9383dcb59" sha256 cellar: :any, arm64_sonoma: "d1d03f6a4f9a9e49321d656b787d4e53f1f6acad08384d68bb4ad8199bf1626e" From 23c100ee6e45f773c70a7abe57174e9fdebcef5f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:55 +0200 Subject: [PATCH 04376/10074] mu-repo: added `no_autobump!` --- Formula/m/mu-repo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mu-repo.rb b/Formula/m/mu-repo.rb index 7aad05730a1f9..26fc3b2da9a36 100644 --- a/Formula/m/mu-repo.rb +++ b/Formula/m/mu-repo.rb @@ -7,6 +7,8 @@ class MuRepo < Formula sha256 "f557e46e35a6dd8e1a8735c2a74ea1e60e9280040abc22a472e88eff0d23c5ca" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "c1a12185e6ce3889731ba486e3fe58b862edcb5123e3877166b361aa7f3132ca" From 5824ed54ea8812802f30f4afd0f79092915a6efe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:55 +0200 Subject: [PATCH 04377/10074] multimarkdown: added `no_autobump!` --- Formula/m/multimarkdown.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/multimarkdown.rb b/Formula/m/multimarkdown.rb index 224ded949bb8d..c29f3ae77dd2a 100644 --- a/Formula/m/multimarkdown.rb +++ b/Formula/m/multimarkdown.rb @@ -6,6 +6,8 @@ class Multimarkdown < Formula license "MIT" head "https://github.com/fletcher/MultiMarkdown-6.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "eea3968401cd2eca776486368efbf1572da6dee6bb9cf5c5396448f0da811578" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f04dd2552dc7725620fc3e64e6b803652c0510e20e33242f4bd00bbde327ea74" From 9c4f2d5270fafcfbbf45abeb575e4ece79bcf45b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:55 +0200 Subject: [PATCH 04378/10074] multitime: added `no_autobump!` --- Formula/m/multitime.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/multitime.rb b/Formula/m/multitime.rb index d562eae7f5bd5..d929843bfc687 100644 --- a/Formula/m/multitime.rb +++ b/Formula/m/multitime.rb @@ -5,6 +5,8 @@ class Multitime < Formula sha256 "31597066239896ee74a3aaaea3b22931a50a1ec1470090c5457ef35500c44249" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f8212bee01aa77f3422303f6ff1d0e59bb2937be070934a857448e808adaa61" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0439477342bced6548a46765025a9d860d571060b9319dfe480f977b8420e0c" From 486685347b2131e51e14e240181acad6f7d77866 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:55 +0200 Subject: [PATCH 04379/10074] mummer: added `no_autobump!` --- Formula/m/mummer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mummer.rb b/Formula/m/mummer.rb index 5ea77c9e0583c..56e199eab6ced 100644 --- a/Formula/m/mummer.rb +++ b/Formula/m/mummer.rb @@ -5,6 +5,8 @@ class Mummer < Formula sha256 "bc20ae2701a0b2e323e4e515b7cfa18a0f0cb34a4ff5844b289b2de0154e3d3e" license "Artistic-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "4ef96b830de6516a971c825d97a1de9b020f6fd2e6fd8a61fc3ed3529ac03ea9" From 53a7a984f14bdac6f36689f7d367b308677c537b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:56 +0200 Subject: [PATCH 04380/10074] mupen64plus: added `no_autobump!` --- Formula/m/mupen64plus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mupen64plus.rb b/Formula/m/mupen64plus.rb index 4b2a56f437b2c..24e0619095961 100644 --- a/Formula/m/mupen64plus.rb +++ b/Formula/m/mupen64plus.rb @@ -10,6 +10,8 @@ class Mupen64plus < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fa76319a48aa3bc5d5997f8c5108156a8501c110bc7e02a3a69d86065cd28264" sha256 arm64_sonoma: "5005db0835711d42c5d6c457795e4b6374e974568f380fb381d440266dbdd5b1" From 52fac0919b85033192bf3599812af884fd8f0883 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:56 +0200 Subject: [PATCH 04381/10074] musepack: added `no_autobump!` --- Formula/m/musepack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/musepack.rb b/Formula/m/musepack.rb index f3bc0459ccd06..e6dd0a21f3964 100644 --- a/Formula/m/musepack.rb +++ b/Formula/m/musepack.rb @@ -16,6 +16,8 @@ class Musepack < Formula regex(/href=.*?musepack(?:[._-]src)?[._-](r\d+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "d84a9ad759b25d445781d6e1e5af5247431427e00e90bfb0b1014d9c2e6e4bab" From f512f1576cbfacebdbf70d0f229cc4a000c61d1d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:56 +0200 Subject: [PATCH 04382/10074] mussh: added `no_autobump!` --- Formula/m/mussh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mussh.rb b/Formula/m/mussh.rb index bc2a055186825..bce8d84e0fde9 100644 --- a/Formula/m/mussh.rb +++ b/Formula/m/mussh.rb @@ -5,6 +5,8 @@ class Mussh < Formula sha256 "6ba883cfaacc3f54c2643e8790556ff7b17da73c9e0d4e18346a51791fedd267" license "GPL-1.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "2aef0306d0c39460009d42553effebd0aca77dd7c76489323e13f95ecd76b17e" From 7d7e384e44e45aff596709989c3b68a41d739bc4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:56 +0200 Subject: [PATCH 04383/10074] mxnet: added `no_autobump!` --- Formula/m/mxnet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mxnet.rb b/Formula/m/mxnet.rb index 9d0e0cccddb46..34ad10d2b071c 100644 --- a/Formula/m/mxnet.rb +++ b/Formula/m/mxnet.rb @@ -7,6 +7,8 @@ class Mxnet < Formula license "Apache-2.0" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "1e1e944d4b346f4dd124237e0310c8aded1710c1e49e56b50d43a8e35c503271" sha256 cellar: :any, arm64_ventura: "2020a5335652d0b125527493362fcdfc82401f4138cc5f858839bf8fa3c89d8d" From fdc844b8eaa0935ed93d2a0172f23f88c0f920d5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:56 +0200 Subject: [PATCH 04384/10074] myman: added `no_autobump!` --- Formula/m/myman.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/myman.rb b/Formula/m/myman.rb index 1093c1163fdb5..782a4ba8aac3c 100644 --- a/Formula/m/myman.rb +++ b/Formula/m/myman.rb @@ -6,6 +6,8 @@ class Myman < Formula license "MIT" head ":pserver:anonymous:@myman.cvs.sourceforge.net:/cvsroot/myman", using: :cvs + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "0dc21521eed45cafe254d4827b33de42b08fd4be2eeae5dc0bfe88f6fe6dbf6f" From c2aeb16e4445cd586f755c7e8a7a45f0843839da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:56 +0200 Subject: [PATCH 04385/10074] mypaint-brushes: added `no_autobump!` --- Formula/m/mypaint-brushes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mypaint-brushes.rb b/Formula/m/mypaint-brushes.rb index d0ce43013a538..ae2aef5747349 100644 --- a/Formula/m/mypaint-brushes.rb +++ b/Formula/m/mypaint-brushes.rb @@ -5,6 +5,8 @@ class MypaintBrushes < Formula sha256 "01032550dd817bb0f8e85d83a632ed2e50bc16e0735630839e6c508f02f800ac" license "CC0-1.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c919364f08de423bd1b2e8c674b76e277adebee4157b49c75dfdf38d84777878" From c81b901343e86fca0c3ce9671431ef19a1dc6f1d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:57 +0200 Subject: [PATCH 04386/10074] mysql++: added `no_autobump!` --- Formula/m/mysql++.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mysql++.rb b/Formula/m/mysql++.rb index 992355fc3c8d5..d0a363522f2c3 100644 --- a/Formula/m/mysql++.rb +++ b/Formula/m/mysql++.rb @@ -11,6 +11,8 @@ class Mysqlxx < Formula regex(/>mysql\+\+[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5c39095c830382c0de716906058fdfc99dc8ba77c57b2682ffab177767790c21" sha256 cellar: :any, arm64_sonoma: "20c4acc648555402a0e94e9d4f771ae4952e1a207ff86af5b088694b5bc0195d" From 4af9e393cbd6f6e9aa1b476ae63a664f1a7b08e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:57 +0200 Subject: [PATCH 04387/10074] mysql-client: added `no_autobump!` --- Formula/m/mysql-client.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mysql-client.rb b/Formula/m/mysql-client.rb index 8814b9fba3a55..873f2963e6a23 100644 --- a/Formula/m/mysql-client.rb +++ b/Formula/m/mysql-client.rb @@ -11,6 +11,8 @@ class MysqlClient < Formula formula "mysql" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "975fd82ddc975521c79adc5b8d91c8fe739e2d4b4f2f7716bb52dfaad32cd8cb" From af85ccc356f914cea80d0f494f179b40ccfbaa33 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:57 +0200 Subject: [PATCH 04388/10074] mysql-client@5.7: added `no_autobump!` --- Formula/m/mysql-client@5.7.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mysql-client@5.7.rb b/Formula/m/mysql-client@5.7.rb index d2d0f7bb362df..e12e5144fe21a 100644 --- a/Formula/m/mysql-client@5.7.rb +++ b/Formula/m/mysql-client@5.7.rb @@ -4,6 +4,8 @@ class MysqlClientAT57 < Formula url "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-boost-5.7.42.tar.gz" sha256 "7e1a7d45e7ca382eb3a992f63631c380904dd49c89f3382ec950aef01997524f" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "1bc3efd20113dbe76c87fee1871d171b9c55896b4a89a7ed7d1f235cb518b650" sha256 arm64_ventura: "223ac8c2302eef56a26c1b76068581df25cfb19b92f2d7b04b281554d515d52d" From 82535c7bae67ba49a87288227078230d331fcdde Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:57 +0200 Subject: [PATCH 04389/10074] mysql-client@8.0: added `no_autobump!` --- Formula/m/mysql-client@8.0.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mysql-client@8.0.rb b/Formula/m/mysql-client@8.0.rb index ea07e357daabd..9bd573dff56df 100644 --- a/Formula/m/mysql-client@8.0.rb +++ b/Formula/m/mysql-client@8.0.rb @@ -11,6 +11,8 @@ class MysqlClientAT80 < Formula formula "mysql@8.0" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "59d43aed334afcda44273940a08e0a60d50228607fbd57965657f25578e3fd61" sha256 arm64_sonoma: "ced161166185b2f6c1dc0676b771a4d794eb5bcaa85393411993bb7b8c6a31de" From 86223a3fca1386e29bffea7930784433735be24a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:58 +0200 Subject: [PATCH 04390/10074] mysql-client@8.4: added `no_autobump!` --- Formula/m/mysql-client@8.4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mysql-client@8.4.rb b/Formula/m/mysql-client@8.4.rb index 112123fd8f305..0da6745b042e6 100644 --- a/Formula/m/mysql-client@8.4.rb +++ b/Formula/m/mysql-client@8.4.rb @@ -11,6 +11,8 @@ class MysqlClientAT84 < Formula formula "mysql@8.4" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "64277d6ec414f92e516089a4e2c6ad176fdb6152a607676392995002149a1a17" From 3f20c738de1d4aa9152cea679734ff088ea1a8a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:58 +0200 Subject: [PATCH 04391/10074] mysql: added `no_autobump!` --- Formula/m/mysql.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mysql.rb b/Formula/m/mysql.rb index d515e660f8bcb..9197bec61a062 100644 --- a/Formula/m/mysql.rb +++ b/Formula/m/mysql.rb @@ -12,6 +12,8 @@ class Mysql < Formula regex(/href=.*?mysql[._-](?:boost[._-])?v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "a1c4bcbfc9cd29ebd827d898ee23fa671d38e53fe38ed941d4de9dc5f2925bab" sha256 arm64_sonoma: "a85846ee100275d3aff0e1fb367d236efe2f08b01486a4e17d95f44065a99777" From 6c907880b95a3702348c1fcce1c661fcc03336e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:58 +0200 Subject: [PATCH 04392/10074] mysql@5.7: added `no_autobump!` --- Formula/m/mysql@5.7.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mysql@5.7.rb b/Formula/m/mysql@5.7.rb index e52f30ebd5424..a157f80b1dc4d 100644 --- a/Formula/m/mysql@5.7.rb +++ b/Formula/m/mysql@5.7.rb @@ -6,6 +6,8 @@ class MysqlAT57 < Formula license "GPL-2.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "ca2e5c8b98bd92843578ffeae0e6280d3066afc33c814cb1ba49299fe9285f50" sha256 arm64_ventura: "c0ff4905882e49d8baf0446652ee9fa6158b00bcd0d17ef2c1a017d0875c5ae5" From 7c001630361248ce0cec19bc57a3c028dbf51932 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:58 +0200 Subject: [PATCH 04393/10074] mysql@8.0: added `no_autobump!` --- Formula/m/mysql@8.0.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mysql@8.0.rb b/Formula/m/mysql@8.0.rb index cc2dc26587a2c..a45bd9525aabd 100644 --- a/Formula/m/mysql@8.0.rb +++ b/Formula/m/mysql@8.0.rb @@ -12,6 +12,8 @@ class MysqlAT80 < Formula regex(/href=.*?mysql[._-](?:boost[._-])?v?(8\.0(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "374dcbdffa60dd5a7c01788235ea51faf12c11d8276ed79339c361ada06a77cd" sha256 arm64_sonoma: "e1450da39223da0f12db39461a164ed9522a087e47a08df96cfb3e55bda4a4b4" From a7db7169c5018e123403365ff9521412a9eb2e4d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:46:58 +0200 Subject: [PATCH 04394/10074] mysql@8.4: added `no_autobump!` --- Formula/m/mysql@8.4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mysql@8.4.rb b/Formula/m/mysql@8.4.rb index aafe5b30dfb1a..c7e22d978c03f 100644 --- a/Formula/m/mysql@8.4.rb +++ b/Formula/m/mysql@8.4.rb @@ -12,6 +12,8 @@ class MysqlAT84 < Formula regex(/href=.*?mysql[._-](?:boost[._-])?v?(8\.4(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "c87d556622e48fbd47e0be9a7c5de2c9fb5824358c2dd2c897fe4ea2e604878e" sha256 arm64_sonoma: "a050552d7300ac04971d466c4d04d747a7ff15dbe15a41ab21d9f6bb0d4b92b0" From f2428f1ef09d381012401c0c13c13bee308ff7ff Mon Sep 17 00:00:00 2001 From: botantony Date: Sun, 8 Jun 2025 19:48:32 +0200 Subject: [PATCH 04395/10074] mp3check: added `no_autobump!` Signed-off-by: botantony --- Formula/m/mp3check.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mp3check.rb b/Formula/m/mp3check.rb index 9b13d6b26a2d1..89f3160a40d59 100644 --- a/Formula/m/mp3check.rb +++ b/Formula/m/mp3check.rb @@ -5,6 +5,8 @@ class Mp3check < Formula sha256 "27d976ad8495671e9b9ce3c02e70cb834d962b6fdf1a7d437bb0e85454acdd0e" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cd5050fc0ece72900fdee9f06144599fd519f2f62fa3ec3f8ed0af1e4805301" sha256 cellar: :any_skip_relocation, arm64_sonoma: "42c1f2ae16cad1568599d24fbf5ad30f8fab865e9c00dab2fc73eb32eba401d7" From 7a9b4b4221f2ba84084ecee0d87a2e1596dea86a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 13:49:49 -0400 Subject: [PATCH 04396/10074] swc 1.11.31 Signed-off-by: Rui Chen --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index a88edfb117c6d..1efe7a85c8e98 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.11.24.tar.gz" - sha256 "115386a63aa890df8ecee6dc3daaeced5baabc0b1e7620b591836ed7586b9cf0" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.11.31.tar.gz" + sha256 "55dc37f56aafc1841477e55b94ff095a977e640024b241753550704b303bc0c0" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From dc24135aa781028326cb7e13838799cce941f58c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:14 +0200 Subject: [PATCH 04397/10074] nacl: added `no_autobump!` --- Formula/n/nacl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nacl.rb b/Formula/n/nacl.rb index 1a060cb7b6df4..0e6fe111f005e 100644 --- a/Formula/n/nacl.rb +++ b/Formula/n/nacl.rb @@ -14,6 +14,8 @@ class Nacl < Formula regex(%r{https?://[^\n]+?/nacl[._-]v?(\d+{6,8})\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, sonoma: "2bc9b50523f178e04e9241b85554bf361f1c1e4fb70105be8b8897db0d8622ca" From 1101f0fb02398b4d1f248b4b3b30770ca1da363d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:15 +0200 Subject: [PATCH 04398/10074] nali: added `no_autobump!` --- Formula/n/naga.rb | 2 ++ Formula/n/nali.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Formula/n/naga.rb b/Formula/n/naga.rb index fd4833f986229..db2822d8bd297 100644 --- a/Formula/n/naga.rb +++ b/Formula/n/naga.rb @@ -5,6 +5,8 @@ class Naga < Formula sha256 "7f56b03b34e2756b9688e120831ef4f5932cd89b477ad8b70b5bcc7c32f2f3b3" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ff5ae52821845aa9ac4bc84d74ec1554a08984c37767fc5facba882ff322f98" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c49ba4967205f60079ad869d397bc75e1dd4130b86595dfd06a45836febccdb" diff --git a/Formula/n/nali.rb b/Formula/n/nali.rb index 2d39a1831be18..0abf930eb1408 100644 --- a/Formula/n/nali.rb +++ b/Formula/n/nali.rb @@ -6,6 +6,8 @@ class Nali < Formula license "MIT" head "https://github.com/zu1k/nali.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "49c0a2adfd6547b5f9106bb4cae051405966c565f5c947223071b0b176d67f73" sha256 cellar: :any_skip_relocation, arm64_sonoma: "76f8757159e2e3c2bfb3109af9f600c1e7f677350f60921bec3473fbf4bc3aa5" From e461fdd5cdb736f2238af48796870742f4ca14a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:15 +0200 Subject: [PATCH 04399/10074] name-that-hash: added `no_autobump!` --- Formula/n/name-that-hash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/name-that-hash.rb b/Formula/n/name-that-hash.rb index 94aa728bf46b3..ad9fa863031d9 100644 --- a/Formula/n/name-that-hash.rb +++ b/Formula/n/name-that-hash.rb @@ -9,6 +9,8 @@ class NameThatHash < Formula revision 1 head "https://github.com/HashPals/Name-That-Hash.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "ebc63e1cd2a29eded2a1d8bd312f4df14882bd40e4e98f713e69aad521b47e0e" From c75df0d40ad79e6b527243bafeadeba02b7fdd89 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:15 +0200 Subject: [PATCH 04400/10074] naml: added `no_autobump!` --- Formula/n/naml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/naml.rb b/Formula/n/naml.rb index b610611af9695..011398d8677ac 100644 --- a/Formula/n/naml.rb +++ b/Formula/n/naml.rb @@ -6,6 +6,8 @@ class Naml < Formula license "Apache-2.0" head "https://github.com/krisnova/naml.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9419a7e317f004467aa1ce33906f4fcb74d33d5ea29e4b5959173f69a1e95117" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d2757a3ba04823d969e9298bebf32444870a24d94e47e9db8ce8ab80cec512c" From 3e950b6d78086956bfbf0573689894b110c7a822 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:15 +0200 Subject: [PATCH 04401/10074] nanomsg: added `no_autobump!` --- Formula/n/nanomsg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nanomsg.rb b/Formula/n/nanomsg.rb index cd64c3dba4cc5..fb31f387998f5 100644 --- a/Formula/n/nanomsg.rb +++ b/Formula/n/nanomsg.rb @@ -11,6 +11,8 @@ class Nanomsg < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "16e338dbc680d97de181c2e8d8aae40cd825a7f7bf4c10415d0c802e7b442c89" sha256 cellar: :any, arm64_sonoma: "643d76f342c533285619f3be66314377ace8a7a99dc5536a65f6971dcabd88fd" From ae228c1390aeacffe96922957e24ae617be16110 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:15 +0200 Subject: [PATCH 04402/10074] nanomsgxx: added `no_autobump!` --- Formula/n/nanomsgxx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nanomsgxx.rb b/Formula/n/nanomsgxx.rb index d99dec626433e..2833788176bc9 100644 --- a/Formula/n/nanomsgxx.rb +++ b/Formula/n/nanomsgxx.rb @@ -6,6 +6,8 @@ class Nanomsgxx < Formula license "MIT" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e00674de838fa31a3eb50d9ce61925893777887d27fd28772cfc5baa2582069b" sha256 cellar: :any, arm64_sonoma: "d792d22d76f9b3a2ca31eaaafa8853cd5d04a29bd0b635ecf6a2d1789e02bc7d" From 08bb0c5de62112d944105f166367994753d5d0f9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:16 +0200 Subject: [PATCH 04403/10074] nanorc: added `no_autobump!` --- Formula/n/nanorc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nanorc.rb b/Formula/n/nanorc.rb index 86d43d36d569f..b83aeb54db652 100644 --- a/Formula/n/nanorc.rb +++ b/Formula/n/nanorc.rb @@ -6,6 +6,8 @@ class Nanorc < Formula license "GPL-3.0-or-later" head "https://github.com/scopatz/nanorc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "bf71c9da19d2ac1b05163bd9f92ea86adc475ca15d3e95101c91d788ff781625" end From 96ba8c37f856986154ed48f3b83d5da14407aa9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:16 +0200 Subject: [PATCH 04404/10074] nap: added `no_autobump!` --- Formula/n/nap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nap.rb b/Formula/n/nap.rb index a439edc3f124f..2a0fe4e871891 100644 --- a/Formula/n/nap.rb +++ b/Formula/n/nap.rb @@ -6,6 +6,8 @@ class Nap < Formula license "MIT" head "https://github.com/maaslalani/nap.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f0de3f0692843a24c7130ca77e99d116432ae35d6c9282fe8fe578558c1fdc5" From 75a754a62c191c01cd46f0957296dce0256c4397 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:16 +0200 Subject: [PATCH 04405/10074] nativefier: added `no_autobump!` --- Formula/n/nativefier.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nativefier.rb b/Formula/n/nativefier.rb index ab6e1759c8c9f..f8d7449d2a66f 100644 --- a/Formula/n/nativefier.rb +++ b/Formula/n/nativefier.rb @@ -5,6 +5,8 @@ class Nativefier < Formula sha256 "483c4fc8e941d5f870c610150f61835ff92ee313688bd3262cf3dca6fb910876" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8217c3f9582943a6a195dff3efcd428a54028e108693ecb6e361e38f8cda83ad" From 50b5c8ba8b486deb6616e1c4790883e9f38ccce2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:16 +0200 Subject: [PATCH 04406/10074] nauty: added `no_autobump!` --- Formula/n/nauty.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nauty.rb b/Formula/n/nauty.rb index b084a5b1abcc9..9e3c4e4c47a00 100644 --- a/Formula/n/nauty.rb +++ b/Formula/n/nauty.rb @@ -15,6 +15,8 @@ class Nauty < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "578e9a6a33dacc5574586019c8a22244879573c241e7a1be9ad7183cd4c91aa4" sha256 cellar: :any, arm64_sonoma: "022ba063976e84dd4e0712d6931a0958db497c4f2f4e561ec518172ff26d2eeb" From 30c2049fe3124a0963e9c61d0b5006008acd9844 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:16 +0200 Subject: [PATCH 04407/10074] nb: added `no_autobump!` --- Formula/n/nb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nb.rb b/Formula/n/nb.rb index 12acc1af61010..597c216669703 100644 --- a/Formula/n/nb.rb +++ b/Formula/n/nb.rb @@ -6,6 +6,8 @@ class Nb < Formula license "AGPL-3.0-or-later" head "https://github.com/xwmx/nb.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" From c218dfd6025641ca245f9dcbb5060683dd49d81d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:16 +0200 Subject: [PATCH 04408/10074] nbimg: added `no_autobump!` --- Formula/n/nbimg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nbimg.rb b/Formula/n/nbimg.rb index f319a774c6fbb..16d3dc014e155 100644 --- a/Formula/n/nbimg.rb +++ b/Formula/n/nbimg.rb @@ -5,6 +5,8 @@ class Nbimg < Formula sha256 "f72846656bb8371564c245ab34550063bd5ca357fe8a22a34b82b93b7e277680" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcfafb2e1abf197f98f3452c53375aa0f72b9ebef04cb0b7f37d131181551330" sha256 cellar: :any_skip_relocation, arm64_sonoma: "246aad3351ee67b9e20c9c78a8ecc60e8bcfc7f0fb5ef544b07322af8206e4bf" From 4abe8e7fffde59a5f23a591725249727c1ff332e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:17 +0200 Subject: [PATCH 04409/10074] nbsdgames: added `no_autobump!` --- Formula/n/nbsdgames.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nbsdgames.rb b/Formula/n/nbsdgames.rb index 5635318db75f7..c771a936ccba9 100644 --- a/Formula/n/nbsdgames.rb +++ b/Formula/n/nbsdgames.rb @@ -6,6 +6,8 @@ class Nbsdgames < Formula license :public_domain head "https://github.com/abakh/nbsdgames.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "94204000ca22ca12b9419ab644c95487348c2b8f6ab7ba6b75a35f262a45f853" sha256 cellar: :any_skip_relocation, arm64_sonoma: "354dccba0566a0c557da42b0bbcb70c83c6cc27414ee50d208fa51e99a62718a" From 93bd1a794b1266466cac5fb58be175325c2121e1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:17 +0200 Subject: [PATCH 04410/10074] ncompress: added `no_autobump!` --- Formula/n/ncompress.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ncompress.rb b/Formula/n/ncompress.rb index ba5a487590f77..834afc9196641 100644 --- a/Formula/n/ncompress.rb +++ b/Formula/n/ncompress.rb @@ -11,6 +11,8 @@ class Ncompress < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7e39b3e6471d9335023fcc1434352de41fe4521adff432f237c4167c7de71fc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f28dac0e82ae6c3642abb0648dbc64959c1822ca44f2b73a1afce7fb1335328a" From 9d3bac6496ac8dc08783edf9a63e1908e87a709f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:17 +0200 Subject: [PATCH 04411/10074] ncrack: added `no_autobump!` --- Formula/n/ncrack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ncrack.rb b/Formula/n/ncrack.rb index 6f67020f94655..ba626cb491248 100644 --- a/Formula/n/ncrack.rb +++ b/Formula/n/ncrack.rb @@ -25,6 +25,8 @@ class Ncrack < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "b060799701296da75f956960bbfe2f67b9a529a041bf66c9edfc76450b6bdbbd" sha256 arm64_sonoma: "3ca676300ebb378ef2dc4b7442b15f47df9664e62176b49a1bd7c1d1d0093f42" From b9c56076c6eeb1f75e54dd088239752a3ac23238 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:17 +0200 Subject: [PATCH 04412/10074] ncurses: added `no_autobump!` --- Formula/n/ncurses.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ncurses.rb b/Formula/n/ncurses.rb index dc9610acb2995..22345c9a48697 100644 --- a/Formula/n/ncurses.rb +++ b/Formula/n/ncurses.rb @@ -8,6 +8,8 @@ class Ncurses < Formula sha256 "136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4a529cb864994c26766c55ae8e506297523b36319e0f5f5af0faf8250a451f77" sha256 arm64_sonoma: "ee5253473badfa0701deac8e9973a7358c761dd287f0d748f753130a7a6d2705" From 442d8f2ead03088677becd4e4c41c36ce8f09920 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:17 +0200 Subject: [PATCH 04413/10074] ndenv: added `no_autobump!` --- Formula/n/ndenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ndenv.rb b/Formula/n/ndenv.rb index 7370fc0d0fa7d..179650bff05a6 100644 --- a/Formula/n/ndenv.rb +++ b/Formula/n/ndenv.rb @@ -6,6 +6,8 @@ class Ndenv < Formula license "MIT" head "https://github.com/riywo/ndenv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8650428e672ef45ea98634ed9e024064c9c23e4604fb7f423fe5d7e12cd13f96" sha256 cellar: :any_skip_relocation, arm64_sonoma: "64537c94265589e52b05cd90de6998880d58960ee25ea3c2d207e92107b6b10d" From cf9d47986544da25c0b8e9948d8850fefe5092eb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:17 +0200 Subject: [PATCH 04414/10074] ndiff: added `no_autobump!` --- Formula/n/ndiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ndiff.rb b/Formula/n/ndiff.rb index e8d2f1b057782..f22a6524c81fc 100644 --- a/Formula/n/ndiff.rb +++ b/Formula/n/ndiff.rb @@ -10,6 +10,8 @@ class Ndiff < Formula regex(/href=.*?ndiff[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a23ac16ac1bda1aa63ff7e64c8a101bc5a1bb1dfda6ee25ad6e6aac1eae3e2b9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b4c46a18f21ebab95fba30b75734e9cc3e9e392909961e8901e43624faf2f74" From 7402591856ecc28a9d5d239bf4f6dda61cd9d1e0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:18 +0200 Subject: [PATCH 04415/10074] ndpi: added `no_autobump!` --- Formula/n/ndpi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ndpi.rb b/Formula/n/ndpi.rb index 3c7ccd46ad78e..1f51672a1c95d 100644 --- a/Formula/n/ndpi.rb +++ b/Formula/n/ndpi.rb @@ -6,6 +6,8 @@ class Ndpi < Formula license "LGPL-3.0-or-later" head "https://github.com/ntop/nDPI.git", branch: "dev" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9a9e45fe338e7be68ec51aae2ad6d52cf95cdb90fe6f9e6815345aaaa63048ab" sha256 cellar: :any, arm64_sonoma: "3be0627b16ed3db0bf4ed8f225d8bde0813771501c26025c6f0990b19b125d6f" From a22e7e89a2b5b0d0a889b8841d4ccecd22ed8a90 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:18 +0200 Subject: [PATCH 04416/10074] nedit: added `no_autobump!` --- Formula/n/nedit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nedit.rb b/Formula/n/nedit.rb index 39af3a24cd247..0891ee052b4fa 100644 --- a/Formula/n/nedit.rb +++ b/Formula/n/nedit.rb @@ -6,6 +6,8 @@ class Nedit < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a4e7775080f68b28a71f10c696a4a57c347d4f6620dde7e033bb3c5083db4250" sha256 cellar: :any, arm64_sonoma: "8f6e94981bc35788dba9284a2313b48003f8a6bb10b26f15ee4dc2f20c4ecba5" From 5dcda6cf6a7e51febf9f0053f1339d00209dfcb2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:18 +0200 Subject: [PATCH 04417/10074] nef: added `no_autobump!` --- Formula/n/nef.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nef.rb b/Formula/n/nef.rb index 420a34a607fe8..c9941147f2b24 100644 --- a/Formula/n/nef.rb +++ b/Formula/n/nef.rb @@ -5,6 +5,8 @@ class Nef < Formula sha256 "147b8723d65ababedd04abf2ea4445c2b16dd7c18814a92182ae61978eb1152e" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "13b82b8e2f7ba23ae87d20f575790635cd3d8ffb92bd2b89cc5fc970b39f2aee" sha256 cellar: :any_skip_relocation, arm64_sonoma: "62d050e082d72b3f41568569a48da9c75847f834339dd3973ebd9e552defc8be" From e713905d382c635edd610348f3cf8c633dc5f936 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:18 +0200 Subject: [PATCH 04418/10074] negfix8: added `no_autobump!` --- Formula/n/negfix8.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/negfix8.rb b/Formula/n/negfix8.rb index baebcac9405b4..86910ee9f9156 100644 --- a/Formula/n/negfix8.rb +++ b/Formula/n/negfix8.rb @@ -5,6 +5,8 @@ class Negfix8 < Formula sha256 "2f360b0dd16ca986fbaebf5873ee55044cae591546b573bb17797cbf569515bd" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "8cfaf079531e850a4938db52d6a99d4626142eba30165284a39d9349d805a18b" From ba8ff7ec7ed81b3cf660cba615dc753e4fad2d8a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:18 +0200 Subject: [PATCH 04419/10074] neko: added `no_autobump!` --- Formula/n/neko.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/neko.rb b/Formula/n/neko.rb index e45c75b6edaf8..3a1fd9e2231c7 100644 --- a/Formula/n/neko.rb +++ b/Formula/n/neko.rb @@ -7,6 +7,8 @@ class Neko < Formula license "MIT" head "https://github.com/HaxeFoundation/neko.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6089dd1e4fe69503a105375a9533dbe582794eee99d6cae8ac2743b849439d57" sha256 arm64_sonoma: "dd942c346ec9687a7e998c82280ea88c01c56ec7aa9629f3fefedd7e927bd40a" From ff1d89f7ce7326af9b5058e31ded560fef485650 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:18 +0200 Subject: [PATCH 04420/10074] nemu: added `no_autobump!` --- Formula/n/nemu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nemu.rb b/Formula/n/nemu.rb index 764a246049613..c98fd62827ae3 100644 --- a/Formula/n/nemu.rb +++ b/Formula/n/nemu.rb @@ -5,6 +5,8 @@ class Nemu < Formula sha256 "7cdb27cbf5df1957d0f0a258fc334f15d9e2d06a450a982bb796094efc3960c0" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4c96f0430555710f094365598dddb0e2089ab38b1c756532a11f2a3303bd2768" sha256 arm64_sonoma: "af6f110c24124397c439c2b8ffc7dd0b9186fcbfe9946ad0d45a4a3a094146de" From d2d6e8332bd54ec06cbb078a6af898c6e0b182f0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:19 +0200 Subject: [PATCH 04421/10074] neofetch: added `no_autobump!` --- Formula/n/neofetch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/neofetch.rb b/Formula/n/neofetch.rb index b68d991365a83..b24e18ed08176 100644 --- a/Formula/n/neofetch.rb +++ b/Formula/n/neofetch.rb @@ -6,6 +6,8 @@ class Neofetch < Formula license "MIT" head "https://github.com/dylanaraps/neofetch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "1382d315f586920f24251b6cd7a79b1c940634d073b42c72007ed87a796d1efc" From b5a1918441df29cfc2f24a3f660682dd4831f927 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:19 +0200 Subject: [PATCH 04422/10074] neovim-remote: added `no_autobump!` --- Formula/n/neovim-remote.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/neovim-remote.rb b/Formula/n/neovim-remote.rb index 3fca2f911dc45..eff6a904a3ea5 100644 --- a/Formula/n/neovim-remote.rb +++ b/Formula/n/neovim-remote.rb @@ -9,6 +9,8 @@ class NeovimRemote < Formula revision 3 head "https://github.com/mhinz/neovim-remote.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9edaf9f4d2feb2e6e4f18dc167944ff8823c9c4068c6e07017d8921ca160b28a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9b76e1afa8be0eec8c8fd7197460b4477faaf325cd2fc18c0339ee725b06a8a" From 700106b7b8170fb31bdc1cc338d767343972b782 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:19 +0200 Subject: [PATCH 04423/10074] neovim: added `no_autobump!` --- Formula/n/neovim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/neovim.rb b/Formula/n/neovim.rb index fa541293965c5..7a9af39b438ab 100644 --- a/Formula/n/neovim.rb +++ b/Formula/n/neovim.rb @@ -52,6 +52,8 @@ class Neovim < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4daf9a69527c6243feaf66c3ce0d01f5fc6f6ff962988a561663ddb01a3c36cf" sha256 arm64_sonoma: "619883a9f10ea00f97840b378cc56019690662d1542c1cef0732b5c8f20e3a4d" From 4cf447a7f41093e49c3529e589c679333ef5f681 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:19 +0200 Subject: [PATCH 04424/10074] nesc: added `no_autobump!` --- Formula/n/nesc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nesc.rb b/Formula/n/nesc.rb index 6be9e4911fe3e..4ee906fd27be9 100644 --- a/Formula/n/nesc.rb +++ b/Formula/n/nesc.rb @@ -6,6 +6,8 @@ class Nesc < Formula license "GPL-2.0-only" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec7337c2f3b0ce8274e7ccc367aa35ba8930972f946e3e6d30fbd2dcfb728a09" sha256 cellar: :any_skip_relocation, arm64_sonoma: "586795d905da2511be52a64d753b1085c73149ee3b5f720aa19416f148b8cd8e" From 0da1a29029f8cb553863523bd46f4a41dbc86095 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:19 +0200 Subject: [PATCH 04425/10074] net-snmp: added `no_autobump!` --- Formula/n/net-snmp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/net-snmp.rb b/Formula/n/net-snmp.rb index 7944bb5cd74c5..82ec423ffa908 100644 --- a/Formula/n/net-snmp.rb +++ b/Formula/n/net-snmp.rb @@ -11,6 +11,8 @@ class NetSnmp < Formula regex(%r{url=.*?/net-snmp[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fdeaf56a79dfe93f7ed48765a26f6b34f030f1a0d96950410c7c4a3100eb0e7f" sha256 arm64_sonoma: "9d0ea2f793065eab2cb7c858d5926bb9ec40dfd0460a31c4d9f09932ae1c2455" From aea3da211414287e321095d9e69be6e4ed6a4bbf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:19 +0200 Subject: [PATCH 04426/10074] net-tools: added `no_autobump!` --- Formula/n/net-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/net-tools.rb b/Formula/n/net-tools.rb index 12c7c99e2653c..bc36117837d5b 100644 --- a/Formula/n/net-tools.rb +++ b/Formula/n/net-tools.rb @@ -5,6 +5,8 @@ class NetTools < Formula sha256 "b262435a5241e89bfa51c3cabd5133753952f7a7b7b93f32e08cb9d96f580d69" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_linux: "a7d523b6843e87fd1b0791952b634c66f5918b78b97e4b851d9d2b3a413e9886" From 1bfa32be4653f8bf503907599cc185ffdc93e7ae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:20 +0200 Subject: [PATCH 04427/10074] netcat: added `no_autobump!` --- Formula/n/netcat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/netcat.rb b/Formula/n/netcat.rb index 3bb66a7f90ec9..f30dc7c193470 100644 --- a/Formula/n/netcat.rb +++ b/Formula/n/netcat.rb @@ -5,6 +5,8 @@ class Netcat < Formula sha256 "b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df09676332bb" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9da6c99582155faec7fab7c54a568ea80695bb01fd04adc1ed646da91dd93367" From ae2e7790e6e58d1002b180f57fde60de9bd56943 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:20 +0200 Subject: [PATCH 04428/10074] netcdf-cxx: added `no_autobump!` --- Formula/n/netcdf-cxx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/netcdf-cxx.rb b/Formula/n/netcdf-cxx.rb index 21121d4b52168..e6a0a71f2a4a2 100644 --- a/Formula/n/netcdf-cxx.rb +++ b/Formula/n/netcdf-cxx.rb @@ -6,6 +6,8 @@ class NetcdfCxx < Formula license "NetCDF" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "50dfd3ba9dea12a4a355e8643a74ca53b6c184c96e3bcdf0e24e3052491be0c8" sha256 cellar: :any, arm64_sonoma: "e80f685cdd7fd31e72e0fdeb96a8770a243f4729d0a2f0417808782dfd2d5bc9" From b3a36bb9b31c71162de433a127605e6c1dfea31a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:20 +0200 Subject: [PATCH 04429/10074] nethack: added `no_autobump!` --- Formula/n/nethack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nethack.rb b/Formula/n/nethack.rb index d14bb237b3cf1..493c7ea1e0c88 100644 --- a/Formula/n/nethack.rb +++ b/Formula/n/nethack.rb @@ -25,6 +25,8 @@ class Nethack < Formula regex(%r{href=.*?/v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4bd7bdd2aa9ce9dae7f450ffaeda07c1279f597ef35ee3bd7ee52086b54160e1" sha256 arm64_sonoma: "ce30c296e474a239cb110c54a7b16950de538e9782414718290606a8cc9424d1" From be3327cff84e823606359caadfc3c0ad358492bf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:20 +0200 Subject: [PATCH 04430/10074] netlistsvg: added `no_autobump!` --- Formula/n/netlistsvg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/netlistsvg.rb b/Formula/n/netlistsvg.rb index 78cac86b83c9a..eeea30676efce 100644 --- a/Formula/n/netlistsvg.rb +++ b/Formula/n/netlistsvg.rb @@ -5,6 +5,8 @@ class Netlistsvg < Formula sha256 "b7f218f9d8f2b826d28bff6ebe1f5b1a4fb5b7c9465a034ae0a8fcd2b9d53a67" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "13485ed6f7d18a5733d709b8806159803cbfcfa7bf1afaa6b0e3acd9a12fc200" From 0c1ee43a7e4d8fc6b7e3e980441ddc1442b99166 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:20 +0200 Subject: [PATCH 04431/10074] netmask: added `no_autobump!` --- Formula/n/netmask.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/netmask.rb b/Formula/n/netmask.rb index c78efa7836cb2..664f0d66e3a77 100644 --- a/Formula/n/netmask.rb +++ b/Formula/n/netmask.rb @@ -5,6 +5,8 @@ class Netmask < Formula sha256 "7e4801029a1db868cfb98661bcfdf2152e49d436d41f8748f124d1f4a3409d83" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "34b5efeb5d392402b007185b47d974e9a664dad743bcc135dae35e9db685c2b9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "393080df1ab114d1d2beec62850676aa931445fe1b5dc99cad1b0454efe2a1ab" From 2ba2829f4e662fd41038e1f89db86ae8d3cbcdf9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:20 +0200 Subject: [PATCH 04432/10074] netpbm: added `no_autobump!` --- Formula/n/netpbm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/netpbm.rb b/Formula/n/netpbm.rb index 69bc7e4b340be..c780b2990beda 100644 --- a/Formula/n/netpbm.rb +++ b/Formula/n/netpbm.rb @@ -15,6 +15,8 @@ class Netpbm < Formula strategy :page_match end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "3aec77cc9b5bdf4f773cfbd5f96f9f9fcea7f0310d51a5c37e66bfe4c6fc0163" sha256 arm64_sonoma: "eb2dce6698988891bf98963ff3d3fb7ed7efe42458b2153e91b128eb1f14d316" From 4a013132b12b5d0c7b0b41c67ba2a2d4bc5a0a8f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:21 +0200 Subject: [PATCH 04433/10074] netris: added `no_autobump!` --- Formula/n/netris.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/netris.rb b/Formula/n/netris.rb index a4da7f8fd69e8..b2f8f9268a360 100644 --- a/Formula/n/netris.rb +++ b/Formula/n/netris.rb @@ -9,6 +9,8 @@ class Netris < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "45fd383811db400a50896723b5c7f9e05015d19208c678d14e52e68031dd6887" sha256 cellar: :any_skip_relocation, arm64_sonoma: "311ecb7d3b6ba50544169823f78960a2da39290fed321d2f0328fd0b4da72359" From 7d457d69743d023972b0dc4a3d6b3c6e0a447ed7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:21 +0200 Subject: [PATCH 04434/10074] netsurf-buildsystem: added `no_autobump!` --- Formula/n/netsurf-buildsystem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/netsurf-buildsystem.rb b/Formula/n/netsurf-buildsystem.rb index 7f04e37806c62..0ff5c170367ee 100644 --- a/Formula/n/netsurf-buildsystem.rb +++ b/Formula/n/netsurf-buildsystem.rb @@ -6,6 +6,8 @@ class NetsurfBuildsystem < Formula license "MIT" head "https://git.netsurf-browser.org/buildsystem.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "7698443194711b12a21395fe67c378a2d9cb323ace8f590cfeb79ff730c2ed98" From 5611a36c8f1e20c59deea47b1b0d7ac676f011a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:21 +0200 Subject: [PATCH 04435/10074] nettoe: added `no_autobump!` --- Formula/n/nettoe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nettoe.rb b/Formula/n/nettoe.rb index 0216d0295325b..76dccc5b74329 100644 --- a/Formula/n/nettoe.rb +++ b/Formula/n/nettoe.rb @@ -5,6 +5,8 @@ class Nettoe < Formula sha256 "dbc2c08e7e0f7e60236954ee19a165a350ab3e0bcbbe085ecd687f39253881cb" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ffd852b505b8793e11f4c16e537613fa07573361b0d6762145ba59727756298" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3808e963136d5f0330b4a779f8872cf3ba3a9cbeae5c555cc37bfbefd226173" From 0bd17c7b5a6d26424f26b6ad241e7b5f732ea47c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:21 +0200 Subject: [PATCH 04436/10074] networkit: added `no_autobump!` --- Formula/n/networkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/networkit.rb b/Formula/n/networkit.rb index 6dbbb17b6452c..353f49cf5ddce 100644 --- a/Formula/n/networkit.rb +++ b/Formula/n/networkit.rb @@ -5,6 +5,8 @@ class Networkit < Formula sha256 "c8db0430f6d7503eaf1e59fbf181374dc9eaa70f572c56d2efa75dd19a3548a9" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "472a50deee447e0e9e0bf740f00e4b3b249797e3d582a78a343651dddbf761aa" sha256 cellar: :any, arm64_sonoma: "9818772678ceab5b2aa821024375443b8216889f4a70f66793610c3ed0ecb4fc" From ea4673a23fbbf236805f72e2fe421651563d7704 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:21 +0200 Subject: [PATCH 04437/10074] never: added `no_autobump!` --- Formula/n/never.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/never.rb b/Formula/n/never.rb index b955194b9e068..c6578a5fd0976 100644 --- a/Formula/n/never.rb +++ b/Formula/n/never.rb @@ -11,6 +11,8 @@ class Never < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ec72ae68f2d53ebd8a8e21e712726b4b0ed35f083e95a7752db9ef4df9d2814" sha256 cellar: :any_skip_relocation, arm64_sonoma: "de0e6c32586534fa999011920ccdcbeb91429e16a1f032e9702be8c87556fed3" From 8768876422110e223cd095d0a6dc69ac53f616a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:21 +0200 Subject: [PATCH 04438/10074] newlisp: added `no_autobump!` --- Formula/n/newlisp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/newlisp.rb b/Formula/n/newlisp.rb index 5f14d1e19266d..076439e0356e6 100644 --- a/Formula/n/newlisp.rb +++ b/Formula/n/newlisp.rb @@ -10,6 +10,8 @@ class Newlisp < Formula regex(/href=.*?newlisp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "c650062494ac00fe19dc828930d6748e11cb89b40b8f9bb248425b7a8dec8cc7" sha256 arm64_sonoma: "0e8d339d431c08f09ddf67a8dd660d483fd3938c0a59f8d7d829e1ead255014d" From 3f0db5cab643ad30a3552a53a53f163d2af4955b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:22 +0200 Subject: [PATCH 04439/10074] nexus: added `no_autobump!` --- Formula/n/nexus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nexus.rb b/Formula/n/nexus.rb index b202478779ad5..f3a40f9719e07 100644 --- a/Formula/n/nexus.rb +++ b/Formula/n/nexus.rb @@ -14,6 +14,8 @@ class Nexus < Formula regex(/^(?:release[._-])?v?(\d+(?:[.-]\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8a3fd80c8008fd25205fb318ee06ae801a7d74d969b1d6f06bf5e7c2fb62b4c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "41d2feb6e85f4df82192cf62afdb21e93bf5ea79b8fc163f9d297d4a440f8c39" From 0689b7974a4ddabf9d362c3deb33fcadf5a1d077 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:22 +0200 Subject: [PATCH 04440/10074] nfcutils: added `no_autobump!` --- Formula/n/nfcutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nfcutils.rb b/Formula/n/nfcutils.rb index 6861e084a3d45..9654b8b882e68 100644 --- a/Formula/n/nfcutils.rb +++ b/Formula/n/nfcutils.rb @@ -6,6 +6,8 @@ class Nfcutils < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "588fdde98a8a04e2641697c4b881cc1ec3ef7ad1cc2f57d83f93769d9e9331a0" sha256 cellar: :any, arm64_sonoma: "abdbfc77ca2f19a173b44455a7b82cae8849449fc2eda51f9248e140d5954bb8" From 2082120732a74fcff09e4b7bfde0e6e42825d0da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:22 +0200 Subject: [PATCH 04441/10074] nghttp2: added `no_autobump!` --- Formula/n/nghttp2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nghttp2.rb b/Formula/n/nghttp2.rb index e60932c8fcaec..0d4a4f00ab155 100644 --- a/Formula/n/nghttp2.rb +++ b/Formula/n/nghttp2.rb @@ -6,6 +6,8 @@ class Nghttp2 < Formula sha256 "8ca4f2a77ba7aac20aca3e3517a2c96cfcf7c6b064ab7d4a0809e7e4e9eb9914" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "73507c5419805c1f355705a6da6d19675faa7df1db7b094e49147f73c4aca5a9" sha256 arm64_sonoma: "7061b3fc947b387e23d8c83f037c1f795e9527bb23f68302d8002469a323738f" From 90acbbfa6f5f28658720d6307c6221f4ac16d7c6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:22 +0200 Subject: [PATCH 04442/10074] ngircd: added `no_autobump!` --- Formula/n/ngircd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ngircd.rb b/Formula/n/ngircd.rb index 122bda3745994..73afbd769c605 100644 --- a/Formula/n/ngircd.rb +++ b/Formula/n/ngircd.rb @@ -11,6 +11,8 @@ class Ngircd < Formula regex(/href=.*?ngircd[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "a5f1ec87f22aab290866fe3c59d3a3750354af29dd410c458b7dae0f3188b058" sha256 arm64_sonoma: "b3230f61b1aece2cffd949a060abd8a8ff1d61a47f63b728839cda70a38cc685" From 46a660649cde4c127f240cd73da1d37b39670f58 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:22 +0200 Subject: [PATCH 04443/10074] ngrep: added `no_autobump!` --- Formula/n/ngrep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ngrep.rb b/Formula/n/ngrep.rb index 80bd78939ca28..f0f1cde6f276a 100644 --- a/Formula/n/ngrep.rb +++ b/Formula/n/ngrep.rb @@ -5,6 +5,8 @@ class Ngrep < Formula sha256 "dc4dbe20991cc36bac5e97e99475e2a1522fd88c59ee2e08f813432c04c5fff3" license :cannot_represent # Described as 'BSD with advertising' here: https://src.fedoraproject.org/rpms/ngrep/blob/rawhide/f/ngrep.spec#_8 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2f5ada3b9c16b15c122b7a749d12ec3f52e65b710e6cc8f4ea03f81a4eb0a3e" From f3d8f71036207f9bb139669ca8a951a80d1b7b6f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:22 +0200 Subject: [PATCH 04444/10074] ngspice: added `no_autobump!` --- Formula/n/ngspice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ngspice.rb b/Formula/n/ngspice.rb index 4d38ab78860c7..a3aacb52efecf 100644 --- a/Formula/n/ngspice.rb +++ b/Formula/n/ngspice.rb @@ -10,6 +10,8 @@ class Ngspice < Formula regex(%r{url=.*?/ngspice[._-]v?(\d+(?:\.\d+)*)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1ffc6582d286ba7c1055977a97500cd471eb9f9841c25367fcd1d95732236ef8" sha256 arm64_sonoma: "9552d93ee2085bf77d77231dc028067699663683f109f5ed2c946f54f2d407f6" From d306e69dad4099ec26cba5f4789551cef28d0617 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:23 +0200 Subject: [PATCH 04445/10074] nicotine-plus: added `no_autobump!` --- Formula/n/nicotine-plus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nicotine-plus.rb b/Formula/n/nicotine-plus.rb index 50a0c600db309..50997e7c42195 100644 --- a/Formula/n/nicotine-plus.rb +++ b/Formula/n/nicotine-plus.rb @@ -8,6 +8,8 @@ class NicotinePlus < Formula license "GPL-3.0-or-later" head "https://github.com/nicotine-plus/nicotine-plus.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "86dd09af957c7be8e3c7559e1c9b67d2536f0c3025cd70bbe08a17d98ad1f89a" end From e8e50bed4d85e2d865448efbd5ab7dc170bed4da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:23 +0200 Subject: [PATCH 04446/10074] nicovideo-dl: added `no_autobump!` --- Formula/n/nicovideo-dl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nicovideo-dl.rb b/Formula/n/nicovideo-dl.rb index 8773cc86e4ec5..d6bef0294d637 100644 --- a/Formula/n/nicovideo-dl.rb +++ b/Formula/n/nicovideo-dl.rb @@ -14,6 +14,8 @@ class NicovideoDl < Formula regex(%r{value=.*?/rel/nicovideo-dl/v?(\d+(?:\.\d+)+)["']}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "3ed938a610ab72d8bd9d90764672eb2ed5d9930e0803929c05b3e34d4c1a815d" From 3e41582a1ddc7b86bce1844a3030bb6ec006198e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:23 +0200 Subject: [PATCH 04447/10074] nift: added `no_autobump!` --- Formula/n/nift.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nift.rb b/Formula/n/nift.rb index 9e7e0ad287090..b8b0248256ea1 100644 --- a/Formula/n/nift.rb +++ b/Formula/n/nift.rb @@ -5,6 +5,8 @@ class Nift < Formula sha256 "4900247b92e0ae0d124391ec710a38b322ae83170e2c39191f8ad497090ffd24" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ec431ecc4b58ffa4a1a11fee47560dacd95b7868b4a49510d760e63c5d509d69" sha256 cellar: :any, arm64_sonoma: "d956ac86be1b6ba12faa5fd44203b5528e7449118bf10529ccc92b9e99870cdd" From 95e20b772ae23927e43dafdf497f15c3242ddb32 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:23 +0200 Subject: [PATCH 04448/10074] nikto: added `no_autobump!` --- Formula/n/nikto.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nikto.rb b/Formula/n/nikto.rb index 97e84c0e89cf9..a9351dd1839e3 100644 --- a/Formula/n/nikto.rb +++ b/Formula/n/nikto.rb @@ -5,6 +5,8 @@ class Nikto < Formula sha256 "fb0dc4b2bc92cb31f8069f64ea4d47295bcd11067a7184da955743de7d97709d" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7930d224684f5422ede023a9737e1df3f259861ad5085414ba83a27e8f690b8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e822edd4d19c031489f940d9f0d3bd37765470baa55519e8c7f0e141f54b8dd6" From 6800ac450d799d3fbac3203587f2d6036c28f8c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:23 +0200 Subject: [PATCH 04449/10074] ninvaders: added `no_autobump!` --- Formula/n/ninvaders.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ninvaders.rb b/Formula/n/ninvaders.rb index 1f70467828745..bef07b4bc8d47 100644 --- a/Formula/n/ninvaders.rb +++ b/Formula/n/ninvaders.rb @@ -5,6 +5,8 @@ class Ninvaders < Formula sha256 "bfbc5c378704d9cf5e7fed288dac88859149bee5ed0850175759d310b61fd30b" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "89cd69d1df23bd848757897116b0dbbb8a0535d65264cf8956e5323bae0fac4e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "61f4aa067bfda98318e230bca8a456f18b6d05ad875dba74b05a93b4d63e0d96" From 07882735961a257f10bab0e14b9863b85e0f66b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:24 +0200 Subject: [PATCH 04450/10074] nip4: added `no_autobump!` --- Formula/n/nip4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nip4.rb b/Formula/n/nip4.rb index 41e1b4e44844e..bb057bbf80e49 100644 --- a/Formula/n/nip4.rb +++ b/Formula/n/nip4.rb @@ -6,6 +6,8 @@ class Nip4 < Formula license "GPL-2.0-or-later" head "https://github.com/jcupitt/nip4.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "94dfc45a48ac1b7a5a59574263a4dc10d227037db8112056b3d2b181422aa24a" sha256 cellar: :any, arm64_sonoma: "9d19a8ad64f055c68aed6c2344ef40ffab5f8acc3d2d6edb2dcea224430fa34a" From a4568c0c861130b7af810bbd9ef20639c89e033d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:24 +0200 Subject: [PATCH 04451/10074] nkf: added `no_autobump!` --- Formula/n/nkf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nkf.rb b/Formula/n/nkf.rb index 900c52bea8d41..1cbdbfaa8a7f4 100644 --- a/Formula/n/nkf.rb +++ b/Formula/n/nkf.rb @@ -11,6 +11,8 @@ class Nkf < Formula regex(%r{=.*?rel/nkf/v?(\d+(?:\.\d+)+[a-z]?)["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "67d8e9dea97994ba77574c0be558cb009448a7aa9d3d577b54e3d5728d1fb1d6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "89c0a1d6d5886045189b7a3e393b451c84ea7abf7e6f68663819b96651c58f58" From 9a15a77c238f8cfec3b820229db1ee0b0b0d380e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:24 +0200 Subject: [PATCH 04452/10074] nload: added `no_autobump!` --- Formula/n/nload.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nload.rb b/Formula/n/nload.rb index f9d4340a1cf88..ea6b3def9cd91 100644 --- a/Formula/n/nload.rb +++ b/Formula/n/nload.rb @@ -10,6 +10,8 @@ class Nload < Formula regex(/href=.*?nload[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "a45171a86a39f2386824b9b9acafcdb1d054b43839513022859eac52693de221" From ddfcc86c8d92e96d6317bf9c75cee604549429c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:24 +0200 Subject: [PATCH 04453/10074] nlohmann-json: added `no_autobump!` --- Formula/n/nlohmann-json.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nlohmann-json.rb b/Formula/n/nlohmann-json.rb index dd00800adb18e..7edb1482509fa 100644 --- a/Formula/n/nlohmann-json.rb +++ b/Formula/n/nlohmann-json.rb @@ -6,6 +6,8 @@ class NlohmannJson < Formula license "MIT" head "https://github.com/nlohmann/json.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "df65065eb8504f15f8802b7c681df015a592a68336db7fe290eeeda59fa1e440" From 99e0b65d8fa6db35e9bcedd00e670fa016e17dfd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:24 +0200 Subject: [PATCH 04454/10074] nmh: added `no_autobump!` --- Formula/n/nmh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nmh.rb b/Formula/n/nmh.rb index 79626d62650ce..6a439010c270f 100644 --- a/Formula/n/nmh.rb +++ b/Formula/n/nmh.rb @@ -12,6 +12,8 @@ class Nmh < Formula regex(/href=.*?nmh[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "60f74fdf361c84ce1aad906bb3e44be7d08c7553c8862646e2790eff719df9c3" sha256 arm64_sonoma: "4b087eeaa03d67b95eab1e96ec6f87f683012adbbbc2d8693d1a99c2003d12a8" From abf01ce08336a34c1256c0a61e9c3c75f3f74fe8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:24 +0200 Subject: [PATCH 04455/10074] no-more-secrets: added `no_autobump!` --- Formula/n/no-more-secrets.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/no-more-secrets.rb b/Formula/n/no-more-secrets.rb index 121422aed6559..582f696fac1fd 100644 --- a/Formula/n/no-more-secrets.rb +++ b/Formula/n/no-more-secrets.rb @@ -5,6 +5,8 @@ class NoMoreSecrets < Formula sha256 "4422e59bb3cf62bca3c73d1fdae771b83aab686cd044f73fe14b1b9c2af1cb1b" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "49db28f730a1161803aea7fc495500e939e07c5b424491c8e55263a3d099a505" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e5b8371902771d0fc72ecc7d5e85ebdbcc4cd84269b5397c6c7e87ad6e13e0b" From 14180db892486b172dff3ce498b0db725bd4fb70 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:25 +0200 Subject: [PATCH 04456/10074] node-red: added `no_autobump!` --- Formula/n/node-red.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/node-red.rb b/Formula/n/node-red.rb index a22db688610d3..6a15fca7f082f 100644 --- a/Formula/n/node-red.rb +++ b/Formula/n/node-red.rb @@ -5,6 +5,8 @@ class NodeRed < Formula sha256 "d8548204752c8ed7c1c5648e6fe2843342797ff5f0214647bdd1078366811cba" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ef1c67c28407a8a57ed82cbc8c1da9a0535dc4432be1db15b815fb4bd6920fc5" sha256 cellar: :any, arm64_sonoma: "ef1c67c28407a8a57ed82cbc8c1da9a0535dc4432be1db15b815fb4bd6920fc5" From 0a726f95e5b8d50605dd0bdffe8764fac1a8add2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:25 +0200 Subject: [PATCH 04457/10074] node@16: added `no_autobump!` --- Formula/n/node@16.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/node@16.rb b/Formula/n/node@16.rb index 9fa3751010a3f..d703eb9203f44 100644 --- a/Formula/n/node@16.rb +++ b/Formula/n/node@16.rb @@ -6,6 +6,8 @@ class NodeAT16 < Formula license "MIT" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b13be0d32da21d723781c78c3f5a3bdf84d86541d867c99944ce845752efb7f7" sha256 cellar: :any, arm64_sonoma: "77f8dc24029ff4a327a08e34ca03b9bffb2d2af3154a72d3e715dbdbd5dcc056" From 27caa6e1c9ee8581720583b8c99d971f6ba56f30 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:25 +0200 Subject: [PATCH 04458/10074] nodebrew: added `no_autobump!` --- Formula/n/nodebrew.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nodebrew.rb b/Formula/n/nodebrew.rb index a90f7cd92acfc..31bf8609ca60d 100644 --- a/Formula/n/nodebrew.rb +++ b/Formula/n/nodebrew.rb @@ -6,6 +6,8 @@ class Nodebrew < Formula license "MIT" head "https://github.com/hokaccha/nodebrew.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "bd835b02ed3b28570708b7c98d0ea7a761c53f561544496d07728c9adf3502e2" From 1dddb7dd755ef529771f98f99b83ce966cd09980 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:25 +0200 Subject: [PATCH 04459/10074] nodenv: added `no_autobump!` --- Formula/n/nodenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nodenv.rb b/Formula/n/nodenv.rb index 3cb261e33e32a..46d46bd85aed1 100644 --- a/Formula/n/nodenv.rb +++ b/Formula/n/nodenv.rb @@ -6,6 +6,8 @@ class Nodenv < Formula license "MIT" head "https://github.com/nodenv/nodenv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cb8c3e5c3bec0417f019c7c50ed7151ff7f401ab52a3e6eabd63f7d67a523700" sha256 cellar: :any, arm64_sonoma: "95484196709cd9fa76534d9baf11807a588699fef0e706723732fda6560e1f15" From fef7806a1a5eaf55c50335345d2b7578b5f44995 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:25 +0200 Subject: [PATCH 04460/10074] noir: added `no_autobump!` --- Formula/n/noir.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/noir.rb b/Formula/n/noir.rb index d96ee351ce5cd..23f7cce373c50 100644 --- a/Formula/n/noir.rb +++ b/Formula/n/noir.rb @@ -6,6 +6,8 @@ class Noir < Formula license "MIT" head "https://github.com/owasp-noir/noir.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7b5a6a842c5f4ae0628d686a9966c5415ef9deda5a138b217a5597bab5fdfd5d" sha256 cellar: :any, arm64_sonoma: "66c2f471904e9893c411a1241f38ba348e8342d7cea57586bfb5444fbd7e0e60" From 5648b286d847fa138e5ccde4238e9c530f4b92f4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:25 +0200 Subject: [PATCH 04461/10074] nomad: added `no_autobump!` --- Formula/n/nomad.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nomad.rb b/Formula/n/nomad.rb index a102d0cbabce0..299dbee25f1d0 100644 --- a/Formula/n/nomad.rb +++ b/Formula/n/nomad.rb @@ -9,6 +9,8 @@ class Nomad < Formula license "MPL-2.0" head "https://github.com/hashicorp/nomad.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "31470c7ad52709c0483c07b31d915d1247759b9d7b900aeba8e909d892bd54a7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "57af75515a8706b2bf7229d144870f017890bf41f11dd908af028e18dabc75a3" From 3e934e5a430f532c39b6dd1bed8553a7a4fe5868 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:26 +0200 Subject: [PATCH 04462/10074] norm: added `no_autobump!` --- Formula/n/norm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/norm.rb b/Formula/n/norm.rb index 0662edb622589..1b48fe8c2cd38 100644 --- a/Formula/n/norm.rb +++ b/Formula/n/norm.rb @@ -5,6 +5,8 @@ class Norm < Formula sha256 "ef6d7bbb7b278584e057acefe3bc764d30122e83fa41d41d8211e39f25b6e3fa" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "42f6765ea93269821c415353a75e0439c050430e10d633d259667834b9d00da2" From 0c3ad5e7a9cde0a65e6c3a12cffa39154c67eae2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:26 +0200 Subject: [PATCH 04463/10074] normalize: added `no_autobump!` --- Formula/n/normalize.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/normalize.rb b/Formula/n/normalize.rb index da79dfc324888..414c9eddc4d98 100644 --- a/Formula/n/normalize.rb +++ b/Formula/n/normalize.rb @@ -10,6 +10,8 @@ class Normalize < Formula regex(/href=.*?normalize[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "53b16243f5e01a1b903a687774320986f9a27f92efd6af821aef4e3d7f354467" From e949d112fbeb4b85c27c59252e10da98a240d649 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:26 +0200 Subject: [PATCH 04464/10074] notmuch-mutt: added `no_autobump!` --- Formula/n/notmuch-mutt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/notmuch-mutt.rb b/Formula/n/notmuch-mutt.rb index 43a5ce4dc948e..fc973003e8d08 100644 --- a/Formula/n/notmuch-mutt.rb +++ b/Formula/n/notmuch-mutt.rb @@ -10,6 +10,8 @@ class NotmuchMutt < Formula formula "notmuch" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7172f1fdbe9794f01c80d042b9052d45fd7d7892cd1f9f4982b6a02b5bfa3680" sha256 cellar: :any, arm64_sonoma: "5ee7a940df309ec27388421162a63c718cfff6f3b16354cf19c61cae3ba61a54" From afca0c43f895f01b791a177e00a76b6d2bef12cf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:26 +0200 Subject: [PATCH 04465/10074] notmuch: added `no_autobump!` --- Formula/n/notmuch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/notmuch.rb b/Formula/n/notmuch.rb index 99d888d970253..6b8eecf06cdf7 100644 --- a/Formula/n/notmuch.rb +++ b/Formula/n/notmuch.rb @@ -13,6 +13,8 @@ class Notmuch < Formula regex(/href=.*?notmuch[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d82ad567f35dc86cfe9c3238f211849ec7ebd6a64d39728d1be7979885c19a2d" sha256 cellar: :any, arm64_sonoma: "ff9e440133a39ffb3a01054b5762e0d5ed7ed14b7aa66db9dc3d586540fc0918" From a5bf7be0a162ad9a12fe73be978f39f11713997a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:26 +0200 Subject: [PATCH 04466/10074] noweb: added `no_autobump!` --- Formula/n/noweb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/noweb.rb b/Formula/n/noweb.rb index 40f4a30d5a861..2217e9dc5bae6 100644 --- a/Formula/n/noweb.rb +++ b/Formula/n/noweb.rb @@ -5,6 +5,8 @@ class Noweb < Formula sha256 "7b32657128c8e2cb1114cca55023c58fa46789dcffcbe3dabde2c8a82fe57802" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f18c4be4fa20125e8adc57369970446c02ceed59304f52ef1e595967db4842dc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4a47b231de7c9f6e04f77ecf8ea59edb7658da0fae7b10d9d3d6d7b80577aeb" From 5528598279545eda6d05ae982cd30b406835cf85 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:26 +0200 Subject: [PATCH 04467/10074] nowplaying-cli: added `no_autobump!` --- Formula/n/nowplaying-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nowplaying-cli.rb b/Formula/n/nowplaying-cli.rb index 7240b8d21eb1f..19cea7d1b4f8f 100644 --- a/Formula/n/nowplaying-cli.rb +++ b/Formula/n/nowplaying-cli.rb @@ -5,6 +5,8 @@ class NowplayingCli < Formula sha256 "bb49123c66282b6495c245589313afc94875a7b0e82c9ae9f79d6f25e7503db4" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a4b77d57e7d151e6fc408096e76e2f6273a0187e974778bec58ff4417dac115" sha256 cellar: :any_skip_relocation, arm64_sonoma: "028c91c0152017e30caa8f006961034ad91faedb2f92fb76d9d3a724775bf2a0" From e93c8aa4c10ec1d06b9b7271722df5cdbdcceb69 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:27 +0200 Subject: [PATCH 04468/10074] npush: added `no_autobump!` --- Formula/n/npush.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/npush.rb b/Formula/n/npush.rb index a457ae4ace5ad..9cac0b02f0b9b 100644 --- a/Formula/n/npush.rb +++ b/Formula/n/npush.rb @@ -6,6 +6,8 @@ class Npush < Formula license "GPL-2.0-or-later" head "https://svn.code.sf.net/p/npush/code/" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "52bb1bf2c16219188637e18260db7c52d8eead9d02dd9f65bb9d7cfb7adf6520" sha256 cellar: :any_skip_relocation, arm64_sonoma: "58edd27febec742ef46cf8e1b6fca1bf8053a99c953fbd53743a6b12387d924c" From 5c6bdd2232f12ad1c29d0090dc72b4d9cd01407d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:27 +0200 Subject: [PATCH 04469/10074] nrg2iso: added `no_autobump!` --- Formula/n/nrg2iso.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nrg2iso.rb b/Formula/n/nrg2iso.rb index c76ea7202cccc..52edd61c90e40 100644 --- a/Formula/n/nrg2iso.rb +++ b/Formula/n/nrg2iso.rb @@ -13,6 +13,8 @@ class Nrg2iso < Formula regex(/href=.*?nrg2iso[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f1d58f67f14d00b757723122fa33b637eee7d39ee468f900d49776d423f49c2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c09a924e840e8dc516e7164e678386d07de4f6b28d73aff61cc8242cdb0f99ef" From 8c15c2ae87497565c83c8d3f0823459df56d878f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:27 +0200 Subject: [PATCH 04470/10074] nsh: added `no_autobump!` --- Formula/n/nsh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nsh.rb b/Formula/n/nsh.rb index b9f897f935059..2dd9395f8a837 100644 --- a/Formula/n/nsh.rb +++ b/Formula/n/nsh.rb @@ -6,6 +6,8 @@ class Nsh < Formula license any_of: ["CC0-1.0", "MIT"] head "https://github.com/nuta/nsh.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ef8db75b69ddc2fa1c2a917190320078a4d050906e8695cd6ce86ba7a311790" From bdee2433faea3a524efac4294781ddec9a00883c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:27 +0200 Subject: [PATCH 04471/10074] nsnake: added `no_autobump!` --- Formula/n/nsnake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nsnake.rb b/Formula/n/nsnake.rb index 554847bac8e88..b480c1399cd5a 100644 --- a/Formula/n/nsnake.rb +++ b/Formula/n/nsnake.rb @@ -6,6 +6,8 @@ class Nsnake < Formula license "GPL-3.0-or-later" head "https://github.com/alexdantas/nSnake.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d833e90080112061fbc54747bda14a5d5c1ac48bab003c62cbb9a2f1a71f1578" From 3746c399db1ba0f3253f37d4f9139c2066181819 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:27 +0200 Subject: [PATCH 04472/10074] nsuds: added `no_autobump!` --- Formula/n/nsuds.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nsuds.rb b/Formula/n/nsuds.rb index 2e79fd42e34e9..906573f91d191 100644 --- a/Formula/n/nsuds.rb +++ b/Formula/n/nsuds.rb @@ -10,6 +10,8 @@ class Nsuds < Formula regex(%r{url=.*?/nsuds[._-]v?(\d+(?:\.\d+)+[A-Z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bd292cf994f5641b70cfd91b592bc8e82b9a9895d1c95c718ff0530a9b98668d" sha256 arm64_sonoma: "2a478277a19b9cfaf40f2b675cef9113b6db1d662468fdaf2e34c7d9200b5cb9" From 52f02dc0d8c1d692f5db1e90002c931f305fbd3e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:27 +0200 Subject: [PATCH 04473/10074] ntbtls: added `no_autobump!` --- Formula/n/ntbtls.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ntbtls.rb b/Formula/n/ntbtls.rb index 739750c6f6c16..b6dc55a5fa1d8 100644 --- a/Formula/n/ntbtls.rb +++ b/Formula/n/ntbtls.rb @@ -10,6 +10,8 @@ class Ntbtls < Formula regex(/href=.*?ntbtls[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0b1672e39923c23daf86bb20ba920ba31144e4a2ab95218cab6c8b45d979a534" sha256 cellar: :any, arm64_sonoma: "ab4d5a53bb700d479e6be04b5d749b8c65947be1bf2800120ccb706b2608af1d" From ac9ff940442788364d9bca32afebe2a3bad693b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:28 +0200 Subject: [PATCH 04474/10074] ntfs-3g: added `no_autobump!` --- Formula/n/ntfs-3g.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ntfs-3g.rb b/Formula/n/ntfs-3g.rb index 5fd5ecab4ed0e..14e0f2d3ef7ab 100644 --- a/Formula/n/ntfs-3g.rb +++ b/Formula/n/ntfs-3g.rb @@ -11,6 +11,8 @@ class Ntfs3g < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "13c0f887f2cef53978d28dfcb8c1a3f69f8c70407bf2267ad6033eef0b5cfc2c" From c604015507f26109139d7dddc35964a8d72b2a6d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:28 +0200 Subject: [PATCH 04475/10074] ntopng: added `no_autobump!` --- Formula/n/ntl.rb | 2 ++ Formula/n/ntopng.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Formula/n/ntl.rb b/Formula/n/ntl.rb index e06b3929bcd5e..d8f0f4a7511fe 100644 --- a/Formula/n/ntl.rb +++ b/Formula/n/ntl.rb @@ -10,6 +10,8 @@ class Ntl < Formula regex(/href=.*?ntl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5b5d6f2e3c4aa10a77d9b526811afda574c87f29a2e56776866755be59996efa" sha256 cellar: :any, arm64_sonoma: "ef6c7df391853c86ee1859fd85b677fa6e233d7f60f70921b97a5c0fb61ac330" diff --git a/Formula/n/ntopng.rb b/Formula/n/ntopng.rb index 1a82412bd51a3..a75991274b67b 100644 --- a/Formula/n/ntopng.rb +++ b/Formula/n/ntopng.rb @@ -6,6 +6,8 @@ class Ntopng < Formula license "GPL-3.0-only" head "https://github.com/ntop/ntopng.git", branch: "dev" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1b62120513879ce4cb6ba349d4ac92223089a6c77e6d6719df29250f61954a7b" sha256 arm64_sonoma: "40dffa8af2e27119e1ee18f2808f3578f71a437968fb8178e78c80bdb2dac34c" From 5613b39cb77e991f5a3d3c839c137b45f3949ec7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:28 +0200 Subject: [PATCH 04476/10074] ntp: added `no_autobump!` --- Formula/n/ntp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/ntp.rb b/Formula/n/ntp.rb index 6e73aaec8e08c..81517ab853d4b 100644 --- a/Formula/n/ntp.rb +++ b/Formula/n/ntp.rb @@ -11,6 +11,8 @@ class Ntp < Formula regex(/href=.*?ntp[._-]v?(\d+(?:\.\d+)+(?:p\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "991683b9f1c1596bd5b8c518bc94efc07539371b2ef0c3ee49144e2db44d4e8e" sha256 cellar: :any, arm64_sonoma: "41bfb9eea202e95df1a7aaaee2884019f7df5f3c0b8be100b4fc09f7ac26cdd1" From 5baa1cdd4530766dea4ce84149b4fcff627ea63d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:28 +0200 Subject: [PATCH 04477/10074] nu: added `no_autobump!` --- Formula/n/nu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nu.rb b/Formula/n/nu.rb index 8227a4d6b0a16..775a8132e0127 100644 --- a/Formula/n/nu.rb +++ b/Formula/n/nu.rb @@ -7,6 +7,8 @@ class Nu < Formula revision 4 head "https://github.com/programming-nu/nu.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d3bb01d2370d369f17fc335866e16b316332705eb82ac79c9ec5572abefc3dba" sha256 cellar: :any, arm64_sonoma: "69497e945208739a28df606a1378a92c58df44126be188d8326e4d9a2dd19d58" From dd7f2aac89d275eb88c2e268424c8ae8bfcad0dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:29 +0200 Subject: [PATCH 04478/10074] num-utils: added `no_autobump!` --- Formula/n/num-utils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/num-utils.rb b/Formula/n/num-utils.rb index 6cfed3f9cb101..3752a1e1e6bd7 100644 --- a/Formula/n/num-utils.rb +++ b/Formula/n/num-utils.rb @@ -11,6 +11,8 @@ class NumUtils < Formula regex(/href=.*?num-utils[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "9d5185fbab175569c61a97393d00d32ed091c41c2ea6fc16b2d80e1d77b81106" From c35ee8999d489e86e696d645d554dac2726cb23a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:29 +0200 Subject: [PATCH 04479/10074] numdiff: added `no_autobump!` --- Formula/n/numdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/numdiff.rb b/Formula/n/numdiff.rb index 8fcd742f9d1f4..55982e7ae8967 100644 --- a/Formula/n/numdiff.rb +++ b/Formula/n/numdiff.rb @@ -11,6 +11,8 @@ class Numdiff < Formula regex(/href=.*?numdiff[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5cb5945e56139a742bd1887a3b8a97affe5cb10bac1cafbb5cb40a5b1a70e28d" sha256 cellar: :any, arm64_sonoma: "49e592dbd55f5df5add8f7a7814d349cbb150546f672ddca22d12e489ff65fde" From 436225ebd685ee3acf9d4848bc4de3a22baa74b6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:29 +0200 Subject: [PATCH 04480/10074] nutcracker: added `no_autobump!` --- Formula/n/nutcracker.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nutcracker.rb b/Formula/n/nutcracker.rb index ed1f6fe51f7bc..bee10de4fcf9a 100644 --- a/Formula/n/nutcracker.rb +++ b/Formula/n/nutcracker.rb @@ -7,6 +7,8 @@ class Nutcracker < Formula revision 1 head "https://github.com/twitter/twemproxy.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9858288de204b1ebddc2500149b07ad6cc6c08f92f37936d0055b5f4820bbb03" sha256 cellar: :any, arm64_sonoma: "878651e4b64cf8af3146bee562a15dcd18bb880a65ede75b61c7232c982db60e" From e5faf1f19d96caa03ddc073621b0d3bbba5b83b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:29 +0200 Subject: [PATCH 04481/10074] nuttcp: added `no_autobump!` --- Formula/n/nuttcp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nuttcp.rb b/Formula/n/nuttcp.rb index b44f5bf72b4e0..75fa54aa21261 100644 --- a/Formula/n/nuttcp.rb +++ b/Formula/n/nuttcp.rb @@ -10,6 +10,8 @@ class Nuttcp < Formula regex(/href=.*?nuttcp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa943ef3dca4e0414ccb634ed8246fa800eeb01f563c7578217bd4c9e156649d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3307110d7f6cb527152b3f3e70bdec5f80a89b5be55c27bada5b35d549d51714" From 1666b1064f5c80302926248b7819ae3ccaf19417 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:29 +0200 Subject: [PATCH 04482/10074] nuvie: added `no_autobump!` --- Formula/n/nuvie.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nuvie.rb b/Formula/n/nuvie.rb index 3f8dc7ae37dd3..2228c0497e65a 100644 --- a/Formula/n/nuvie.rb +++ b/Formula/n/nuvie.rb @@ -6,6 +6,8 @@ class Nuvie < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "902a34d91fc246cecdc69226062a69cba191bcf6992503f15c4f88ddad3026d6" sha256 cellar: :any, arm64_sonoma: "5411b122bd14475a5b65b01528146f985b3af26d4e6b82c6d34c49197e1dfc0e" From 69db2a08e82cbc2b4217bbad0ea3d458a5019e49 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:29 +0200 Subject: [PATCH 04483/10074] nuxeo: added `no_autobump!` --- Formula/n/nuxeo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nuxeo.rb b/Formula/n/nuxeo.rb index f3d073522aa7b..82ac76ba0282c 100644 --- a/Formula/n/nuxeo.rb +++ b/Formula/n/nuxeo.rb @@ -10,6 +10,8 @@ class Nuxeo < Formula regex(%r{href=.*?/nuxeo-server-tomcat[._-]v?(\d+(?:\.\d+)+)\.zip}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bfb386e5a43d6172b64ad766dac4c3e0abd1974f773137636df9a27e4d9e0d40" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bfb386e5a43d6172b64ad766dac4c3e0abd1974f773137636df9a27e4d9e0d40" From 9cc82de18459d94102eef0418d7ff379343bac1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:30 +0200 Subject: [PATCH 04484/10074] nvi: added `no_autobump!` --- Formula/n/nvi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nvi.rb b/Formula/n/nvi.rb index 3595df396ea29..5e6a792593a1c 100644 --- a/Formula/n/nvi.rb +++ b/Formula/n/nvi.rb @@ -11,6 +11,8 @@ class Nvi < Formula regex(/href=.*?nvi[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4dadb4e9103dae1a849b5bd29bb0a4fb66a66ae99302541fca056fe4cd305770" sha256 cellar: :any, arm64_sonoma: "c78ea8a45f937c0918dbbceeb33112139f86dd8c2d6c2aa12517289c3f88a7d9" From d07a31d946b564c99e92ea1290809f323ccff37a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:30 +0200 Subject: [PATCH 04485/10074] nwchem: added `no_autobump!` --- Formula/n/nwchem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nwchem.rb b/Formula/n/nwchem.rb index c98bc95cc8b4d..f3a3e0b9d3fee 100644 --- a/Formula/n/nwchem.rb +++ b/Formula/n/nwchem.rb @@ -13,6 +13,8 @@ class Nwchem < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "9e7d38520a012a3b258b13b79d2e21fa1f65c69d6a80e442db8543c301ebf8c4" sha256 arm64_sonoma: "cbd863d1ffb5625c8551e5bccae2ac62d2d09af075e9e10956033d4e3ddaa2b9" From f97631d8d93337b46b35f2c7478e3bc47290ec7c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:30 +0200 Subject: [PATCH 04486/10074] nyancat: added `no_autobump!` --- Formula/n/nyancat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nyancat.rb b/Formula/n/nyancat.rb index 44155727cf50b..1b0a0c8a081af 100644 --- a/Formula/n/nyancat.rb +++ b/Formula/n/nyancat.rb @@ -5,6 +5,8 @@ class Nyancat < Formula sha256 "88cdcaa9c7134503dd0364a97fa860da3381a09cb555c3aae9918360827c2032" license "NCSA" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc5741eb96d5bd24301b288f9d2500c635c2b9c0ffc1654ed4ee1b1bfd02c303" sha256 cellar: :any_skip_relocation, arm64_sonoma: "63f328a8b248972e6d29b28116cd2e6b7396a7a09e2d8a02e85e037ced6d4016" From 60cc341b60cd3b2c1bb4df94bda4c43e97435a50 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:30 +0200 Subject: [PATCH 04487/10074] nylon: added `no_autobump!` --- Formula/n/nylon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nylon.rb b/Formula/n/nylon.rb index b20e1ca2d4a18..882b3b93fe935 100644 --- a/Formula/n/nylon.rb +++ b/Formula/n/nylon.rb @@ -10,6 +10,8 @@ class Nylon < Formula skip "No version information available to check" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9d68b83a58d01d235ccc302690fddd22413603e42beae2b8b909eaca8caab83b" sha256 cellar: :any, arm64_sonoma: "ab39d342239cf90b5fd6395e5deec9e5664312a8b76d481973f61d7604c1d39b" From 67b58500bb08bcc58c78a59dbb5c63158689a9e9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:47:30 +0200 Subject: [PATCH 04488/10074] nyx: added `no_autobump!` --- Formula/n/nyx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nyx.rb b/Formula/n/nyx.rb index 95743babbf047..9c3d3aba57aef 100644 --- a/Formula/n/nyx.rb +++ b/Formula/n/nyx.rb @@ -8,6 +8,8 @@ class Nyx < Formula license "GPL-3.0-only" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d7b2a2b86698a16d079eaa5f30e5f21fa0dcef3f356f2532fc3eae3bc8353ef" From 7b77ea635ae090fbca6f59c46ba5d7c99dfcb7b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:56:30 +0000 Subject: [PATCH 04489/10074] foundry: update 1.2.3 bottle. --- Formula/f/foundry.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/foundry.rb b/Formula/f/foundry.rb index 099346b21e8a4..a0ebd6154621b 100644 --- a/Formula/f/foundry.rb +++ b/Formula/f/foundry.rb @@ -12,13 +12,13 @@ class Foundry < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9a35da0906034cb7c70eefac70a87757f07d7558c5c354d615b00acb5406f963" - sha256 cellar: :any, arm64_sonoma: "78c9103bff047747dc3c80dbca809cec0e6491a8aea5509d0fe53042a7e12825" - sha256 cellar: :any, arm64_ventura: "d9fc3e66d66a881e705fd184229f13ee982a2fc87d85a4e5a1b71b4bbc1ef302" - sha256 cellar: :any, sonoma: "9285b6e12a6feb82923c9dd184217d772378dd7a1ae4cd70d8f763ae2f335833" - sha256 cellar: :any, ventura: "d923a4b381ddb6b6553d1bc54eff1249176f6d6c02ff79781be731f36de3f3be" - sha256 cellar: :any_skip_relocation, arm64_linux: "9c21e5271fb8ad752efebfb3759a2295f8985f449b24e8a68f6ef8b36119e6cc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e4e713ea97c234b4322b699f01f75af290ebae92b7f04330ecf291e9e9152e7" + sha256 cellar: :any, arm64_sequoia: "1b454bbd8373f55cfeef658fdbc4eacf914699b7a0c2a2fc50415b001b5abcd8" + sha256 cellar: :any, arm64_sonoma: "32821e29862e266191f07a773c09b92c8d8c9650e93d4aad8e9df2873820fbc0" + sha256 cellar: :any, arm64_ventura: "19c07a7f6a649dd08a9dadb9fd9e610b72cd9a14537f05bdca0565d38e0096ac" + sha256 cellar: :any, sonoma: "ca39ddcbf3b1a8fc9ac52c2fa8ff738f1df6b789c15348b0a3f6ccd245a197ab" + sha256 cellar: :any, ventura: "211ac10d0440a54ef4e4d322804a438ff5a1bb7df5c54f7c1e7c8dba55bfcc2a" + sha256 cellar: :any_skip_relocation, arm64_linux: "35eabf01a8bf421c25fc044e58544c958e5eec0980a569681e90e102b0d3e5c9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d3886cc949dce5f70e29e93f0a33db11a342d2970250ad036561833d3a68224" end depends_on "help2man" => :build From c8678e6bcfe7aee4f86173d1599c28e64f505cf0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:58:01 +0000 Subject: [PATCH 04490/10074] mariadb: update 11.8.2 bottle. --- Formula/m/mariadb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mariadb.rb b/Formula/m/mariadb.rb index d35ef4d778d4d..5ac4b8ed96350 100644 --- a/Formula/m/mariadb.rb +++ b/Formula/m/mariadb.rb @@ -17,13 +17,13 @@ class Mariadb < Formula end bottle do - sha256 arm64_sequoia: "f483e528ab5b816e2c20b88598d8a5bfe9134cecca4c0de9ac64d312e6b00969" - sha256 arm64_sonoma: "fe4e4c88bbd489d87b7f36de38274249a9ac824d7b2903a4c5042301e539d6ce" - sha256 arm64_ventura: "93d5d35242544df13cd074a324ee5d93565ca75e1278efb7393f3e767eb343c3" - sha256 sonoma: "a6274271328cb579529ec17ec0a5daca2a98c490ad9c2c726be4cc74a99e3ba8" - sha256 ventura: "7d03aa1668de2cfb383369d4a84d86aa8445a0000950a152e6b92865489d4d7c" - sha256 arm64_linux: "9e75ebe01b3ef57d95ea18bbaa32e8dab5c00a90596b2739dc0a95365be73250" - sha256 x86_64_linux: "74ce4ec27335b9aec7c54cb57a76d1e686f31f4e24a5705e93fe3ff8affe8ade" + sha256 arm64_sequoia: "8e08c5a51cbc601380fe15910ee5125fbde2bd77c8d1890d5ebc521ad0d70424" + sha256 arm64_sonoma: "a4286e2a03ceb9b44e411b3ef990eae18c0c47ced9c5e31e1d973be0b597ea78" + sha256 arm64_ventura: "1dc60ebda7ace5530f135d5df4b1bd9a0c9e3bf77165abccc4f8b57d70d0923f" + sha256 sonoma: "fede2f4bad07d091fc504197718dc3cf9b538a7eeee13cc1b8e97741eb8a014e" + sha256 ventura: "0c9beca76b42288a9d883aa16f744837e24c35a43e3c80cc92e693630560154c" + sha256 arm64_linux: "8c3194c1f935cab5046c1342e598dbe04e30e6fd01d3a22e7bd7e16c5278e75c" + sha256 x86_64_linux: "e7b76e119978b1bac6d8f704de2e8512000c329e77c152ea4fd4b510eb46664c" end depends_on "bison" => :build From 1a76e3be8f97e644548bc07737fb4e3eda04c758 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 8 Jun 2025 11:40:48 -0700 Subject: [PATCH 04491/10074] dexter 0.6.1 --- Formula/d/dexter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dexter.rb b/Formula/d/dexter.rb index 5c8259f793cf4..23fdeb5cc51f5 100644 --- a/Formula/d/dexter.rb +++ b/Formula/d/dexter.rb @@ -1,8 +1,8 @@ class Dexter < Formula desc "Automatic indexer for Postgres" homepage "https://github.com/ankane/dexter" - url "https://github.com/ankane/dexter/archive/refs/tags/v0.6.0.tar.gz" - sha256 "cd8d08f8a89874c832fc6a53f9020dc9843d0717810870a1b8eecb3246b889bf" + url "https://github.com/ankane/dexter/archive/refs/tags/v0.6.1.tar.gz" + sha256 "77b9d2b28689dfd3b2a16c94ef8e20bf16cd0bf4dcc62b6d350ee8257d0763db" license "MIT" no_autobump! because: :requires_manual_review From f4da0b657b2f9a05f149292b2ecbd2c4dc50dd77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:40:56 +0000 Subject: [PATCH 04492/10074] dexter: update 0.6.1 bottle. --- Formula/d/dexter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dexter.rb b/Formula/d/dexter.rb index 23fdeb5cc51f5..76f7aab7f257c 100644 --- a/Formula/d/dexter.rb +++ b/Formula/d/dexter.rb @@ -8,13 +8,13 @@ class Dexter < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "3b44545e99974f4afd0f172e80ab95cd796ff6f732d0bd7557927b1fa121e85a" - sha256 cellar: :any, arm64_sonoma: "e5f365b4cb8545f4d317eca8d2bdb5b546ce69eb44ee9433b020e0eefd7fb53c" - sha256 cellar: :any, arm64_ventura: "7c5e9f9fa3e600fcd38446429359c6f83e1d3042bc76abc418d0054e79006a4f" - sha256 cellar: :any, sonoma: "9a1e462de74bf97479e797f1c33ed097e1778a34177911c5ede0670f33e697d5" - sha256 cellar: :any, ventura: "7911fc88a74ed976ac31abeb31cd7e0dd636c4e54b5c7003dceb4df1480b8d4a" - sha256 cellar: :any_skip_relocation, arm64_linux: "fcc524b51ce4c16b514d725bddc0f2751c4f025d07852efd32dba397bfeb5f15" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6197ab94a5a3f9a335611eb148ea6f99bb31269979cb5f2046a062237f377d26" + sha256 cellar: :any, arm64_sequoia: "4b4ad039afe5f9b48429c2d50e4ca30224fd82c3dbfaa1a7843ca9dc2b5c2432" + sha256 cellar: :any, arm64_sonoma: "dec08b0fb0f9233d8bc8692ff769ea4b03c11e57085bb90f6f9e5beaf782d616" + sha256 cellar: :any, arm64_ventura: "2db2a0c8e07402ec5d910c9371df29ba0bd4c59569e637d0a3ffa571bd40cf3a" + sha256 cellar: :any, sonoma: "bd98ab1b3b0f931280837dc6c2f0019805fc14e4d0c31a536127dd4d816fae2c" + sha256 cellar: :any, ventura: "009dc556a400c7271ff4e38dff366f7992d9eb2f0be9baafdb2795a144a28199" + sha256 cellar: :any_skip_relocation, arm64_linux: "e87914d4f018246f9aa0cc543ef5a60205ecd1ccdac5b8af4bb1e37365a89be9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5b328c1a61290206f7ea433b1002c950c82137beb342391e5dd28ab2ba5c0f7" end depends_on "postgresql@17" => :test From 3403de2f9fe55a5768d0b708b0f2ec2493af7366 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:49:03 +0000 Subject: [PATCH 04493/10074] ast-grep 0.38.5 --- Formula/a/ast-grep.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/ast-grep.rb b/Formula/a/ast-grep.rb index de34d238e9674..edb52a6e57e77 100644 --- a/Formula/a/ast-grep.rb +++ b/Formula/a/ast-grep.rb @@ -1,8 +1,8 @@ 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.38.4.tar.gz" - sha256 "f1c6dc88f676fae236f38cde4f71d160c7161fdc2601ec861c90f16b1c83f1cc" + url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.38.5.tar.gz" + sha256 "c02d534ca2ae22874675ce72ed694600059b68396e636ec653f19a581bd7972b" license "MIT" head "https://github.com/ast-grep/ast-grep.git", branch: "main" From c5e43a323202282f3edf9b6b912b8731e9c6d1fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:57:06 +0000 Subject: [PATCH 04494/10074] goreleaser 2.10.0 --- Formula/g/goreleaser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/goreleaser.rb b/Formula/g/goreleaser.rb index 072c159ac9b5c..6e830820ec822 100644 --- a/Formula/g/goreleaser.rb +++ b/Formula/g/goreleaser.rb @@ -2,8 +2,8 @@ class Goreleaser < Formula desc "Deliver Go binaries as fast and easily as possible" homepage "https://goreleaser.com/" url "https://github.com/goreleaser/goreleaser.git", - tag: "v2.9.0", - revision: "68b1443b2d43cfa574788af8c1ab1b29980558bf" + tag: "v2.10.0", + revision: "5014328cd6593ee3d003b8857c57d519c77ead1a" license "MIT" head "https://github.com/goreleaser/goreleaser.git", branch: "main" From 353cc0e61b3b84f3cd9199ec119cfe9dc71439be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:58:23 +0000 Subject: [PATCH 04495/10074] httm 0.48.4 --- Formula/h/httm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index 448b899594899..3014ef15bcee3 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -1,8 +1,8 @@ class Httm < Formula desc "Interactive, file-level Time Machine-like tool for ZFS/btrfs" homepage "https://github.com/kimono-koans/httm" - url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.3.tar.gz" - sha256 "733536906d37f4608b6a4ef2924cc983b738926a36e5d812fc17fb05a83630b6" + url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.4.tar.gz" + sha256 "4573d9057550bc257e4828ace92b18382177b7cd379dac68aef529deea927e8a" license "MPL-2.0" head "https://github.com/kimono-koans/httm.git", branch: "master" From 6b1bb30f4c53703bdfdd03271020564e806bc51b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:58:43 +0000 Subject: [PATCH 04496/10074] icloudpd 1.28.1 --- Formula/i/icloudpd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/icloudpd.rb b/Formula/i/icloudpd.rb index c10c9e2322058..b35aa4577b79a 100644 --- a/Formula/i/icloudpd.rb +++ b/Formula/i/icloudpd.rb @@ -5,8 +5,8 @@ class Icloudpd < Formula homepage "https://github.com/icloud-photos-downloader/icloud_photos_downloader" # We use a git checkout as scripts/patch_version runs git commands to update SHA url "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", - tag: "v1.28.0", - revision: "22bfb054ef5b63fd6d8462a9ab4cb00a3de89a05" + tag: "v1.28.1", + revision: "ad1a381fb24a82154d07c4469d323ad5fb463ffd" license "MIT" head "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", branch: "master" From ce98284894cdece7d7fccdc2bda12b4401b26ec0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:01:15 +0000 Subject: [PATCH 04497/10074] kubetui 1.8.1 --- Formula/k/kubetui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubetui.rb b/Formula/k/kubetui.rb index 254380824ccb9..c79672e989e99 100644 --- a/Formula/k/kubetui.rb +++ b/Formula/k/kubetui.rb @@ -1,8 +1,8 @@ class Kubetui < Formula desc "TUI tool for monitoring and exploration of Kubernetes resources" homepage "https://github.com/sarub0b0/kubetui" - url "https://github.com/sarub0b0/kubetui/archive/refs/tags/v1.7.1.tar.gz" - sha256 "9789a466d85ff336d2485e772a3b47a0d1ff0b8869e6bf868005eb8daca611f4" + url "https://github.com/sarub0b0/kubetui/archive/refs/tags/v1.8.1.tar.gz" + sha256 "a0ef5951c9d3cebe3712bc6b24af81f74513efbb1f3026895a027b2c71de839a" license "MIT" head "https://github.com/sarub0b0/kubetui.git", branch: "main" From c2be893f76ab0f7aa290b7b243dc3b47e4063536 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:06:09 +0000 Subject: [PATCH 04498/10074] oh-my-posh 26.4.1 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index b4275e1080569..37d944edc6fb6 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.4.0.tar.gz" - sha256 "9c3d8358cb91466985f269fd407d1302f2fb7f9e46fe39f9f9a76c2fbf2bfa68" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.4.1.tar.gz" + sha256 "5bc3624c32ff7bec1294a9cd0fb9112544f9e11c2402682ba71bc872f1e9870d" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 80971045a915ba26ff123f3b69b2a0b446579039 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:08:58 +0000 Subject: [PATCH 04499/10074] pyinstaller 6.14.1 --- Formula/p/pyinstaller.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/p/pyinstaller.rb b/Formula/p/pyinstaller.rb index 453a7c2cc9876..2366ca419f402 100644 --- a/Formula/p/pyinstaller.rb +++ b/Formula/p/pyinstaller.rb @@ -3,8 +3,8 @@ class Pyinstaller < Formula desc "Bundle a Python application and all its dependencies" homepage "https://pyinstaller.org/" - url "https://files.pythonhosted.org/packages/7e/dc/4ec9284d14952d3a4902c29b0c86314cad8de35104b5c1d6e001b914c0f5/pyinstaller-6.14.0.tar.gz" - sha256 "cc55cdc21491722d74133e35ab363a88679b37ee2d76f9d80adcbc0ae862d630" + url "https://files.pythonhosted.org/packages/9f/4a/d66d3a9c34349d73eb099401060e2591da8ccc5ed427e54fff3961302513/pyinstaller-6.14.1.tar.gz" + sha256 "35d5c06a668e21f0122178dbf20e40fd21012dc8f6170042af6050c4e7b3edca" license "GPL-2.0-or-later" head "https://github.com/pyinstaller/pyinstaller.git", branch: "develop" @@ -38,8 +38,8 @@ class Pyinstaller < Formula end resource "pyinstaller-hooks-contrib" do - url "https://files.pythonhosted.org/packages/e3/94/dfc5c7903306211798f990e6794c2eb7b8685ac487b26979e9255790419c/pyinstaller_hooks_contrib-2025.4.tar.gz" - sha256 "5ce1afd1997b03e70f546207031cfdf2782030aabacc102190677059e2856446" + url "https://files.pythonhosted.org/packages/5f/ff/e3376595935d5f8135964d2177cd3e3e0c1b5a6237497d9775237c247a5d/pyinstaller_hooks_contrib-2025.5.tar.gz" + sha256 "707386770b8fe066c04aad18a71bc483c7b25e18b4750a756999f7da2ab31982" end resource "setuptools" do From b9facfc43a1f8da4b1cfde96d9ea34464afbca9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:13:08 +0000 Subject: [PATCH 04500/10074] streamlink 7.4.0 --- Formula/s/streamlink.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/streamlink.rb b/Formula/s/streamlink.rb index 15f7ad0113d5c..3a08e3b848dfe 100644 --- a/Formula/s/streamlink.rb +++ b/Formula/s/streamlink.rb @@ -3,8 +3,8 @@ class Streamlink < Formula desc "CLI for extracting streams from various websites to a video player" homepage "https://streamlink.github.io/" - url "https://files.pythonhosted.org/packages/0e/ba/cd25043ddaa6253cdbac234e00702eb6fcaec41c317284ed74f53fbde1b6/streamlink-7.3.0.tar.gz" - sha256 "1e20d624451f26156a38b9dae5bdfcc6640a8bdf27922370edec8abe237abb08" + url "https://files.pythonhosted.org/packages/07/83/8779287122de41b79763810204ce52bf644542396dd0273ad2fa177db80d/streamlink-7.4.0.tar.gz" + sha256 "2cc90e5a978800c9e5b113d0b26db1079451f43441a0476255c2e99fd65e60bb" license "BSD-2-Clause" head "https://github.com/streamlink/streamlink.git", branch: "master" @@ -32,8 +32,8 @@ class Streamlink < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "h11" do @@ -67,8 +67,8 @@ class Streamlink < Formula end resource "pycryptodome" do - url "https://files.pythonhosted.org/packages/44/e6/099310419df5ada522ff34ffc2f1a48a11b37fc6a76f51a6854c182dbd3e/pycryptodome-3.22.0.tar.gz" - sha256 "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723" + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end resource "pysocks" do From f2f02b0d64779f69c277eed690d8135049cf2395 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:13:57 +0000 Subject: [PATCH 04501/10074] tenv 4.7.1 --- Formula/t/tenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index b5482dffe3385..996a23c4599a8 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -1,8 +1,8 @@ class Tenv < Formula desc "OpenTofu / Terraform / Terragrunt / Terramate / Atmos version manager" homepage "https://tofuutils.github.io/tenv/" - url "https://github.com/tofuutils/tenv/archive/refs/tags/v4.7.0.tar.gz" - sha256 "55f61bc1a03cd140d5f0102cd4bb2977f3b3b81f868ea1b330de2b66e2db39e7" + url "https://github.com/tofuutils/tenv/archive/refs/tags/v4.7.1.tar.gz" + sha256 "beb41f5b45bf45055f7bea584c77cea1be51cf2ae212a464886c8bdd757c84c2" license "Apache-2.0" head "https://github.com/tofuutils/tenv.git", branch: "main" From 936377c7ee799639151971eab87ba8a1ee2af4e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:15:46 +0000 Subject: [PATCH 04502/10074] vulkan-validationlayers 1.4.317 --- Formula/v/vulkan-validationlayers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-validationlayers.rb b/Formula/v/vulkan-validationlayers.rb index 4fcfaac394ec0..23beca5cd4b76 100644 --- a/Formula/v/vulkan-validationlayers.rb +++ b/Formula/v/vulkan-validationlayers.rb @@ -1,8 +1,8 @@ class VulkanValidationlayers < Formula desc "Vulkan layers that enable developers to verify correct use of the Vulkan API" homepage "https://github.com/KhronosGroup/Vulkan-ValidationLayers" - url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.316.tar.gz" - sha256 "afd7baf50d20da649a6b1fac2e291fa598e574a1c10526e50214557a98608644" + url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.317.tar.gz" + sha256 "c8af30a15d273ed68f2314cff1c0d506b30958b4e08bdfc3daff2e917043b951" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-ValidationLayers.git", branch: "main" From 88ba816fa9140261d9af527245be10a8a6ff8028 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:15:56 +0000 Subject: [PATCH 04503/10074] pyinstaller: update 6.14.1 bottle. --- Formula/p/pyinstaller.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pyinstaller.rb b/Formula/p/pyinstaller.rb index 2366ca419f402..3e64c19e82e8f 100644 --- a/Formula/p/pyinstaller.rb +++ b/Formula/p/pyinstaller.rb @@ -9,13 +9,13 @@ class Pyinstaller < Formula head "https://github.com/pyinstaller/pyinstaller.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "40ddcdd453940a6f1077e5ec2dc19347fefcad6968e5e3539ea92ace800636ed" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a15f1ac2162bab20c33a65d1c027a6605b9befc1ca2d453be760fa4a7cdc6c89" - sha256 cellar: :any_skip_relocation, arm64_ventura: "21bcdb8255e236dc7873e9fda9504f2df86c5e6383a5e93e74c5db4ca3ec3671" - sha256 cellar: :any_skip_relocation, sonoma: "2c3060dd927479cfe1ef8a220e48fa185bb5f053b64c3258bac6d2c260a3ec43" - sha256 cellar: :any_skip_relocation, ventura: "a1720f76fc3aa2c31dd5d017d70fe1bd192d5ad9669c1792a5a6e75eacbe0abf" - sha256 cellar: :any_skip_relocation, arm64_linux: "213b08559967bae95ad7b92e9bfcdade5aef39805489b320cacf141c6dcea688" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef323eb36cf68a82a9d1e2ab496bada2dc500bdd47779edd144abe5afa6d466a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2381204c2ea913f86bf2f6c3a13b5f8bde4d7e85e5d2890914ec439b9498b15" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "697bf4fbb61a631b87652a1d96b3d1c321fbbb28984642579d5b1dc65a96b50e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2c5cdcabc5034582eaf8bfe3e6da0a3aa0a0140b36106f32df9debb99946aa2d" + sha256 cellar: :any_skip_relocation, sonoma: "5ad571209e7b89c777d048c7105a49f0c8f339bfd770162f98c43b3b2734ee30" + sha256 cellar: :any_skip_relocation, ventura: "8090c9bc363041ec4014d49bd3e38166981496e5fe216162484d7c27d86ae4ff" + sha256 cellar: :any_skip_relocation, arm64_linux: "b6b4eb51ae141819b36e17fcda31f26eac61fa8b6ec264b219fb13911dc4789c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4eeac5e3a452556c7b2452b1b1ad95f47e5a4912ef831d00808a620fa5b7d7b" end depends_on "python@3.13" From 9b826e798fd926d9724368cbfb2de074ea6aaf8e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:18:13 +0000 Subject: [PATCH 04504/10074] streamlink: update 7.4.0 bottle. --- Formula/s/streamlink.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/streamlink.rb b/Formula/s/streamlink.rb index 3a08e3b848dfe..e685c00922f02 100644 --- a/Formula/s/streamlink.rb +++ b/Formula/s/streamlink.rb @@ -9,13 +9,13 @@ class Streamlink < Formula head "https://github.com/streamlink/streamlink.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "bceec769879be305a93d147035177e399c8703e4a7b41de06eb1d151e1a680cc" - sha256 cellar: :any, arm64_sonoma: "e6ba97af997b319305d7a8cae4e5f4cf68dffc660347e98e669d44ea23e9065a" - sha256 cellar: :any, arm64_ventura: "33b57190b12e969954493c9056978c140810f1b4af08bcfdf20ff4889ce9d8c1" - sha256 cellar: :any, sonoma: "df4c8b93662b3465db6f9b82ad3fa29b2b3e523054362d4ea3a14343aa69e70c" - sha256 cellar: :any, ventura: "0d47a67d092480202ad8bfe28aeec98b03213d2a76df49b46d5dcaeadf8129f1" - sha256 cellar: :any_skip_relocation, arm64_linux: "5062e42a027139a58e40588a246f7ec95e3ccecf5ae976fe04f8ce021eedf327" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a2fcb9c5b7d2a2d636748dbe5d043f38103c844e9d5ab2e1320b33d7f26e851d" + sha256 cellar: :any, arm64_sequoia: "a5aa39be15dcb4cdde935ec2450ae1ea47a7fb444cc195f6383243031c36cd6a" + sha256 cellar: :any, arm64_sonoma: "b3ce0baee67bd4279c12feeb617b0b9e6e4030b32924c6d2b43faaae5b205e2e" + sha256 cellar: :any, arm64_ventura: "4958888d8bc03a8cc60ffc68ff55b64f02472f82002dec5d0bd84c87a2b1de8a" + sha256 cellar: :any, sonoma: "d4e13ef04262a0883f01fd617cb80b22e0ff035893d9f34177356eaad23d891e" + sha256 cellar: :any, ventura: "e2cbf8ab2b9df41393b86371fe736bb44e118a630bcb180abbfa5139464e8783" + sha256 cellar: :any_skip_relocation, arm64_linux: "11859be80c7be2f19fd713224c13326b67448135c5595f73bbc0c26e691c2f18" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2fc131225b7eb8648a9a1a916d228bb8e25879c591f3804aa817bd5591ca3b72" end depends_on "pkgconf" => :build From e193cb7d3d8c33cf811373478e4608275bca0c19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:18:14 +0000 Subject: [PATCH 04505/10074] kubetui: update 1.8.1 bottle. --- Formula/k/kubetui.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubetui.rb b/Formula/k/kubetui.rb index c79672e989e99..e4f0ee5ca8d5b 100644 --- a/Formula/k/kubetui.rb +++ b/Formula/k/kubetui.rb @@ -7,13 +7,13 @@ class Kubetui < Formula head "https://github.com/sarub0b0/kubetui.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3c299dc728b56a5c5528f1b947cbf2a330a7cdef295c85c9d2849f42aab011f3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9bb4850601fc8e85a69e2274bd08399c3db48664fe4d4e5a4e75ae365602dced" - sha256 cellar: :any_skip_relocation, arm64_ventura: "12e4b37cb9d80f27ae380fabaa506e3cd45eaff1f5c131ddb0797e51561d2842" - sha256 cellar: :any_skip_relocation, sonoma: "1047745793b341dd3f759571538e2dc00664fe8c6057128edd2551da8ebc65ee" - sha256 cellar: :any_skip_relocation, ventura: "f94b9c90dd1d9ab5358f6a1090234b58340b7beaf58b6e9833da9ceb089178ab" - sha256 cellar: :any_skip_relocation, arm64_linux: "d806a43449d52f2a516e7d7fd778ad4615541ce6c26b30306df34e964ab602c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "490708ebb34caeb214dfff4efcb2d19be630e23cb25bd1cb427bb3b0c9b75431" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "af5c65e8633605afb2c5dd2a9c194afa8d2ca9b2d3006966bf3b80e00fd88018" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "619d5e940b85926c6b23be8ec71d9c8d53b95cededfcf63432cd10e57a96ee73" + sha256 cellar: :any_skip_relocation, arm64_ventura: "033dfd6962ac6e9409389a1874c67bbb29cc387e26f8578a5401957e8b6a5107" + sha256 cellar: :any_skip_relocation, sonoma: "4a70b48b0f73ff2f60f04607e96c3b89306b5e1b935d5cd9219cf514293ff67c" + sha256 cellar: :any_skip_relocation, ventura: "8792ed30f3ec5599a7f6d7f9387b99f8a12b5d46fab91443579600b4a5b59bc4" + sha256 cellar: :any_skip_relocation, arm64_linux: "e5467a7878c660291f57d193a848512a93b6b84fb9cbb4de0512e28842ef1e40" + sha256 cellar: :any_skip_relocation, x86_64_linux: "05dfd07ca20eefcddd209c5c1c2490bee33e5928a673adbf9fb5ad0c35441f0c" end depends_on "rust" => :build From aad16b8a7cc5c8ba20919ed183b4ecc4b12c3f2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:18:15 +0000 Subject: [PATCH 04506/10074] tenv: update 4.7.1 bottle. --- Formula/t/tenv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index 996a23c4599a8..b89cd7a9907d0 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -12,13 +12,13 @@ class Tenv < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7201cda8f4a87962e446f68e2bbab86e0c0305ace48089cb86cf767ee86ef00" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7201cda8f4a87962e446f68e2bbab86e0c0305ace48089cb86cf767ee86ef00" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f7201cda8f4a87962e446f68e2bbab86e0c0305ace48089cb86cf767ee86ef00" - sha256 cellar: :any_skip_relocation, sonoma: "c2374e6523795688eeab27b146110c654e34d3f08dbc8600bdec2aff177557cf" - sha256 cellar: :any_skip_relocation, ventura: "c2374e6523795688eeab27b146110c654e34d3f08dbc8600bdec2aff177557cf" - sha256 cellar: :any_skip_relocation, arm64_linux: "81c76d361e1a0b18623f213f2aa6f8ffd26afc6588b5a17911e90a3fd8be209f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc8b1dc041a2d1af58271f4e29e5b2a18febb2ec1bc3c62b748232e0f081a046" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d26bba33255d2059b5bf89c8cc3db0aa4234466415472b458a9f2eaec270b209" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d26bba33255d2059b5bf89c8cc3db0aa4234466415472b458a9f2eaec270b209" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d26bba33255d2059b5bf89c8cc3db0aa4234466415472b458a9f2eaec270b209" + sha256 cellar: :any_skip_relocation, sonoma: "13dc92110faeac021b24d8c506ed71d100b32745f8814d49322ab66dbb3b75db" + sha256 cellar: :any_skip_relocation, ventura: "13dc92110faeac021b24d8c506ed71d100b32745f8814d49322ab66dbb3b75db" + sha256 cellar: :any_skip_relocation, arm64_linux: "e47384cbbc68b414aaa8957837932dcde54ba1deb04f6fbf48a8c81cb162e3a0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "017c1d0b555cb4833d65ff4344883a112e611bb8d9f3b766b442388e3a3b5d18" end depends_on "go" => :build From aa56735237519e8cb0479f465574a924318f111c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:18:41 +0000 Subject: [PATCH 04507/10074] oh-my-posh: update 26.4.1 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 37d944edc6fb6..593f489d060e7 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e33538e016f93587f4baf4bdcf36e7bb32fcdb272162c03f42140e41fa1b03f7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a87573e906b04d08cc6f42f6d2018310c90df5c275e7fb345ecfffcabce65dfc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a7f4f75724a95dbf40b62ff28fdc86c73cd52138cd4bbb8a2ed14e9c9f0d5058" - sha256 cellar: :any_skip_relocation, sonoma: "638f9019bd703eeda167b99f2a8bb110162622a3c457ab48e903b4c2583a0897" - sha256 cellar: :any_skip_relocation, ventura: "bdf452b07e32c960b350f449f9a7d9a820f8fe3a500e3ef536f8a83a6aca405f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "03a437c3b97579e3b80d5b14daa5adb78053999b0084b4da9c6ecb8fb55459c8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aeaa1a408c537e86535eed9385df81d3e0dcc0e6c1395fb2b0e173f6e7147f30" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "402b1bbb5925822d28d58fa5da8197b176ac75f44b6363e3856c27670cf81966" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5141465a28b8bfd450b88b62c81465bb36454143843a507cffce8a1015e983cc" + sha256 cellar: :any_skip_relocation, sonoma: "9f31d7a3e92e049a7385406e8cfa6b603bfcac5facafb4391746f8acf95623f9" + sha256 cellar: :any_skip_relocation, ventura: "0288defd914a71a1311c6c0ddea7a782c1f019fc3102eb056bd4b077e851d92e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3602c95844759fd2fa8704a672e28e4f46748d3e0d88bb48e67b700589883618" end depends_on "go" => :build From a79127039bf14fccb84e72ec9320bd19fe5e2023 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:22:01 +0000 Subject: [PATCH 04508/10074] httm: update 0.48.4 bottle. --- Formula/h/httm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/httm.rb b/Formula/h/httm.rb index 3014ef15bcee3..fc16ba832ff0c 100644 --- a/Formula/h/httm.rb +++ b/Formula/h/httm.rb @@ -7,13 +7,13 @@ class Httm < Formula head "https://github.com/kimono-koans/httm.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f7d8ba1f75923da534c34fb5a8b5e6705c02a61247137dfb9aa1d2e8cc401e6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c2e0bdbbd62af60195f9204056b9c0a3ea60897f113ddf09ce45c3e9b373233" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b448af26ac3b4a0263be671d9188fb62df80a696947c4e202d6ef2e430fbd78b" - sha256 cellar: :any_skip_relocation, sonoma: "13a81bf32c39ec213aad0aaefb5878f1fbe16ea7e3e4d0f0a08e78b802ade1db" - sha256 cellar: :any_skip_relocation, ventura: "c0ffea9c3b7f78338196febbebd6d2ce49f6955f5a8a4d58bd7eefe8442b25c2" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b8fad62705b0301563bb674e278bfe9b6373bd43267fc51b0c095970b9d29d8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "693c11f2c92f75c79d7f06f55f9e9164b49314b391aa9ebdcc9a6c8943a2413b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2654463c9920d9f9e7a90934975e718537249b28ded64e90839a0a2525052b7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f6bd6fd09a59e8aec9821c1d5a80c5d46f1e9d7d938a39e6b15165f72e8dab4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7c84e0476db318619c3facfbd9801eda23fc053a00dac46630848886414c40a9" + sha256 cellar: :any_skip_relocation, sonoma: "3f898c8e4c9214d208ac57e74e7907d3c228f5d63c30c3232919f2821fd9f787" + sha256 cellar: :any_skip_relocation, ventura: "2c37c472d4cb056201ca596ee52ee99596e6f51870204e30ba97245fd1e73a23" + sha256 cellar: :any_skip_relocation, arm64_linux: "ff15f6abe603437e5ade8ffada96b2bea30cad86b99c1c1dcd5611bf6a671871" + sha256 cellar: :any_skip_relocation, x86_64_linux: "868439da605a20aaf861b7d0994fafd882afe0ad8e593ffe7e6664492c868904" end depends_on "rust" => :build From 859d3cf130f48f93ed9a6fa9e43e420b38173523 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:22:36 +0000 Subject: [PATCH 04509/10074] ast-grep: update 0.38.5 bottle. --- Formula/a/ast-grep.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ast-grep.rb b/Formula/a/ast-grep.rb index edb52a6e57e77..9d80eccccf342 100644 --- a/Formula/a/ast-grep.rb +++ b/Formula/a/ast-grep.rb @@ -7,13 +7,13 @@ class AstGrep < Formula head "https://github.com/ast-grep/ast-grep.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7160b70212718414574c940ef92294a387ab62b2cea78dada7dc295607873e1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f16e9a8d8e75f06753848672d1d8f4983979dec0b5e4aaa2d74cf3b7b849477c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "096e0c7f3d0ec6a52d5192992f9f1a2d7bf9ada98b7b9c384d9820f2df7884b3" - sha256 cellar: :any_skip_relocation, sonoma: "7239cfc66be6d6fe759d6438e97a5e3adf3f5b7b40d46c918e69735c3c3ccc60" - sha256 cellar: :any_skip_relocation, ventura: "96f14dc15fdcc765240b771947c27b42f62b7a8c12fc285b6306636a95c6757c" - sha256 cellar: :any_skip_relocation, arm64_linux: "a60314aac187584b7345be0510c13a0cbe1bfa726f454cbd71e0e8ec78e347a6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e91179f8e969e3212e2ba7493ce0e2471ef9439c315a5cb194626ef1e09c5d4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6434f44d17d28b9297bdf4876ca376edf589424b62f9f7d0f8087983abbab0f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "88f76581f66c890a668fc81613a5d37bc9b10e53a0baad14bb63f4fa1034d003" + sha256 cellar: :any_skip_relocation, arm64_ventura: "73be84f618f3960773a4b077e1198c636915f1ca9271bcdc4742771109d462a2" + sha256 cellar: :any_skip_relocation, sonoma: "cc2718439a572d417b91aa2686e728b0769a964ea4f3077f5b81edca9fdb5bb7" + sha256 cellar: :any_skip_relocation, ventura: "7dca9ed92fd33c602c42272530927ff9833d2531234841b2cb4d945f51375f7b" + sha256 cellar: :any_skip_relocation, arm64_linux: "21c83ea03f79b1e4b49549c1593fdd473a5fadc53b81aecef9fb74c7cb932336" + sha256 cellar: :any_skip_relocation, x86_64_linux: "37fd4f850ea02e9fd707ebde85c75ad9360f6c44ecf053a542bca49f40bffe66" end depends_on "rust" => :build From b726392ebb5877d328e394e359c85c337da9211a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:22:39 +0000 Subject: [PATCH 04510/10074] goreleaser: update 2.10.0 bottle. --- Formula/g/goreleaser.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/goreleaser.rb b/Formula/g/goreleaser.rb index 6e830820ec822..b460850ab7851 100644 --- a/Formula/g/goreleaser.rb +++ b/Formula/g/goreleaser.rb @@ -8,12 +8,12 @@ class Goreleaser < Formula head "https://github.com/goreleaser/goreleaser.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b6e41c0197b6c80a70e748bcbbb92b3a851f7ba39edbd480d0b858d5bf6390e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b6e41c0197b6c80a70e748bcbbb92b3a851f7ba39edbd480d0b858d5bf6390e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8b6e41c0197b6c80a70e748bcbbb92b3a851f7ba39edbd480d0b858d5bf6390e" - sha256 cellar: :any_skip_relocation, sonoma: "864e3e04c010b6ffc47d927905b0e59225213c7727450fab5404e616b779f69c" - sha256 cellar: :any_skip_relocation, ventura: "864e3e04c010b6ffc47d927905b0e59225213c7727450fab5404e616b779f69c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a0efa78b8384595b572b0ce78d8f2a429a7de67f4cb199774f546f2cb39b7d9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f7b0cbacc1d6ce2754f5baa99298935ee4d85435e98e8c0fa8cd47979cf0ea6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f7b0cbacc1d6ce2754f5baa99298935ee4d85435e98e8c0fa8cd47979cf0ea6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2f7b0cbacc1d6ce2754f5baa99298935ee4d85435e98e8c0fa8cd47979cf0ea6" + sha256 cellar: :any_skip_relocation, sonoma: "6d0248df9111cde533ccb173566c6b96bdd182aa086bbacb4ebd8606cb1b4816" + sha256 cellar: :any_skip_relocation, ventura: "51e2a341b1338fabdda14716325a039cd860c947f3dfbdaf91719c41828e15f0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f255ea10249cc4c1dc4e6250fc81e20335603708eb23dd4f25417501f42180c8" end depends_on "go" => :build From 4466109d781d22fdfe917f6765c3812a24f7fe77 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 8 Jun 2025 14:44:54 -0700 Subject: [PATCH 04511/10074] pymol: allow numpy 2 --- Formula/p/pymol.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/p/pymol.rb b/Formula/p/pymol.rb index ea24f9ae5bc75..b7ad2c84f94a4 100644 --- a/Formula/p/pymol.rb +++ b/Formula/p/pymol.rb @@ -58,6 +58,12 @@ class Pymol < Formula sha256 "3a59e6d33857733d0a8ff0c968140b8728f8e27aaa51306160ae6ab13cea26d3" end + # Allow numpy 2+, remove on next release + patch do + url "https://github.com/schrodinger/pymol-open-source/commit/1b3aca8c053336fc5c7f72e79b4801f8fdd1af39.patch?full_index=1" + sha256 "639261ff5b4d9c930ead3179cbbf64bf1e8fa575678561a0287c11f5a6cfa4d6" + end + def python3 which("python3.13") end From d37367a5c6c8e3c76468cf99356cc3eb37725d86 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Sun, 8 Jun 2025 13:18:58 +0900 Subject: [PATCH 04512/10074] goplus: rename to `xgo` and remove formula --- .github/autobump.txt | 1 - Formula/g/goplus.rb | 46 -------------------------------------------- formula_renames.json | 1 + 3 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 Formula/g/goplus.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 47c563ebfda5e..eb8b05382e57e 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1396,7 +1396,6 @@ gopass gopass-jsonapi gopeed gopls -goplus gor goread goredo diff --git a/Formula/g/goplus.rb b/Formula/g/goplus.rb deleted file mode 100644 index f964ed7ceeb25..0000000000000 --- a/Formula/g/goplus.rb +++ /dev/null @@ -1,46 +0,0 @@ -class Goplus < Formula - desc "Programming language for engineering, STEM education, and data science" - homepage "https://goplus.org" - url "https://github.com/goplus/gop/archive/refs/tags/v1.4.6.tar.gz" - sha256 "ab74706ad2796255b9da9c4dd40398fb9be6432dcf2f1343478d2e28ed5d677f" - license "Apache-2.0" - head "https://github.com/goplus/gop.git", branch: "main" - - livecheck do - url :stable - regex(/^v?(\d+(?:\.\d+)+)$/i) - end - - bottle do - sha256 arm64_sequoia: "d556727f1e6cb56b06f1851457c6e3b94bfca1d50b87f5f05a90c6ef2346dcdd" - sha256 arm64_sonoma: "81c3254b90f1833cdc31dc15e0d1efa32fff8ac8ea8416960f05a67efa245402" - sha256 arm64_ventura: "d2276d233f29972191e738a151cf429fe550a21cc3e3600a23940de5a9b4e441" - sha256 sonoma: "56e4a13c100648a2bede7d14ffded3a54c1676def2f225125206829327e451cc" - sha256 ventura: "fd33ec0bacd82b47a82cebe9934ef57c20efdf59f5347f6f645d1883ed20b8c4" - sha256 x86_64_linux: "f5d0266671fde199602da645abb1da0c9480217e19037a67303d137debf1f72a" - end - - depends_on "go" - - def install - ENV["GOPROOT_FINAL"] = libexec - system "go", "run", "cmd/make.go", "--install" - - libexec.install Dir["*"] - Dir[".*"] - bin.install_symlink Dir[libexec/"bin/*"] - end - - test do - system bin/"gop", "mod", "init", "hello" - (testpath/"hello.gop").write <<~GOP - println("Hello World") - GOP - - # Run gop fmt, run, build - assert_equal "v#{version}", shell_output("#{bin}/gop env GOPVERSION").chomp - system bin/"gop", "fmt", "hello.gop" - assert_equal "Hello World\n", shell_output("#{bin}/gop run hello.gop 2>&1") - system bin/"gop", "build", "-o", "hello" - assert_equal "Hello World\n", shell_output("./hello 2>&1") - end -end diff --git a/formula_renames.json b/formula_renames.json index a6f70b4175ecb..35e67b025447b 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -48,6 +48,7 @@ "gnu-cobol": "gnucobol", "gnupg2": "gnupg", "gold": "binutils", + "goplus": "xgo", "google-perftools": "gperftools", "grakn": "typedb", "grpc-swift": "protoc-gen-grpc-swift", From c4179043bedd522ab0025e1480413df756d232ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:00:43 +0000 Subject: [PATCH 04513/10074] keeper-commander 17.1.1 --- Formula/k/keeper-commander.rb | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index 01d64114bc910..8694d7c77d023 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -3,8 +3,8 @@ class KeeperCommander < Formula desc "Command-line and SDK interface to Keeper Password Manager" homepage "https://docs.keeper.io/en/privileged-access-manager/commander-cli/overview" - url "https://files.pythonhosted.org/packages/33/62/0d80dba875c2a156b0a44c7fc3cbf215702f55f85dea6c14b0939f64fe99/keepercommander-17.1.0.tar.gz" - sha256 "e8eaefd1dfc01c2ad9c1a6fb9dc40678d8f9639f300947ea4b233fb241f5105f" + url "https://files.pythonhosted.org/packages/d6/56/5911f0e6eeee11d2e72ee7ab3130513e8ad60e480eb4e108a50922c2fbf8/keepercommander-17.1.1.tar.gz" + sha256 "03abf94fb594ff6eec63a1ac9076c8a7e839723e13b0ade9afabcfc123270969" license "MIT" head "https://github.com/Keeper-Security/Commander.git", branch: "master" @@ -24,16 +24,28 @@ class KeeperCommander < Formula depends_on "certifi" depends_on "cryptography" depends_on "ffmpeg" + depends_on "freetype" + depends_on "jpeg-turbo" + depends_on "libtiff" depends_on "libvpx" depends_on "libyaml" + depends_on "little-cms2" depends_on "opus" depends_on "python@3.13" depends_on "srtp" + depends_on "webp" + + uses_from_macos "zlib" on_macos do depends_on "openssl@3" end + on_intel do + depends_on "libxcb" + depends_on "openjpeg" + end + resource "aioice" do url "https://files.pythonhosted.org/packages/95/a2/45dfab1d5a7f96c48595a5770379acf406cdf02a2cd1ac1729b599322b08/aioice-0.10.1.tar.gz" sha256 "5c8e1422103448d171925c678fb39795e5fe13d79108bebb00aa75a899c2094a" @@ -115,8 +127,8 @@ class KeeperCommander < Formula end resource "fonttools" do - url "https://files.pythonhosted.org/packages/3e/7a/30c581aeaa86d94e7a29344bccefd2408870bf5b0e7640b6f4ffede61bd0/fonttools-4.58.1.tar.gz" - sha256 "cbc8868e0a29c3e22628dfa1432adf7a104d86d1bc661cecc3e9173070b6ab2d" + url "https://files.pythonhosted.org/packages/b6/a9/3319c6ae07fd9dde51064ddc6d82a2b707efad8ed407d700a01091121bbc/fonttools-4.58.2.tar.gz" + sha256 "4b491ddbfd50b856e84b0648b5f7941af918f6d32f938f18e62b58426a8d50e2" end resource "fpdf2" do @@ -240,8 +252,8 @@ class KeeperCommander < Formula end resource "pyngrok" do - url "https://files.pythonhosted.org/packages/0d/f4/63129f976b3ee21ca8b193e45b639a62eb8b0e2ffbf28ccdf4e4fcd70f3c/pyngrok-7.2.9.tar.gz" - sha256 "231b7fd4a7a5e8265a8d6150d3ba3c82d9dffd409edaedb72c4e62b32de44f91" + url "https://files.pythonhosted.org/packages/b7/f8/07117c60fe37c97fbc7163f8697f289551d618f930801f3b53f1b14b2b7f/pyngrok-7.2.11.tar.gz" + sha256 "9f8890389bd95abc00eca13846c8f485a0db6667dc05987eb98fde343adfb25a" end resource "pyopenssl" do @@ -320,8 +332,8 @@ class KeeperCommander < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz" - sha256 "dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From aa230875399e54f742344e2fc233dd292e112c21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 22:16:50 +0000 Subject: [PATCH 04514/10074] icloudpd: update 1.28.1 bottle. --- Formula/i/icloudpd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/icloudpd.rb b/Formula/i/icloudpd.rb index b35aa4577b79a..4a0ea45db4f79 100644 --- a/Formula/i/icloudpd.rb +++ b/Formula/i/icloudpd.rb @@ -11,13 +11,13 @@ class Icloudpd < Formula head "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae0c03a0688c36bebe69cc2bb1c124ba79d1875ea8be666f5bcfefbc4a6c6040" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "90b45ad767c1246f4535e2e181258bdb0179a645e86d89821661103f1aea27bb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ac22545073739cd79af1540a4d1a503a2409db2434899ed41c0809c264f0f3d0" - sha256 cellar: :any_skip_relocation, sonoma: "1ab47dac97a9cd21ae15399278c54bce99375b8c500baf066d44f3c315008362" - sha256 cellar: :any_skip_relocation, ventura: "797335411febcb03e8ebbd8e04bf50489a225ad6b9ce864c1359a3065d1c3ee6" - sha256 cellar: :any_skip_relocation, arm64_linux: "ab92aca8b99c288b5afe73833b67d4c6947124ae85ec44a7d2c766d45cbade0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "75b6d11dbbe2eb9af5eeb5f57d4e82ee1f9066cb325272a7bed9e45e074339f1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "27e71c4da43034a935688193a05441bb117e4125462488aeb5547e750dc838ca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "14a161306a50f278a96aca00fdaa7dc0ed9505c2702940e08bcc038c2a9f5806" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2c5ae4fd2983f648bea4180ed827a2b15c8e18feca9c7aee323e9f554d019edd" + sha256 cellar: :any_skip_relocation, sonoma: "85c81882a7fd7d24979fc71dc2bbfa09837bde46dff18528d7fd6339669bdb1c" + sha256 cellar: :any_skip_relocation, ventura: "69992977f7afdda43e26513c330f6a80fb873111e99201aa0e6005c5d086b743" + sha256 cellar: :any_skip_relocation, arm64_linux: "63c167fbbb4f65b50fa2ad7e8406b496fff815665834e0141c1edb258bae6ae7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "31a408094879cd55d38ee6fd9152b73e8c8fe29021e14b20089181f7c28e8497" end depends_on "certifi" From 669b6bbd570f3550f461e2030f683b8928dab273 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 22:37:45 +0000 Subject: [PATCH 04515/10074] vulkan-validationlayers: update 1.4.317 bottle. --- Formula/v/vulkan-validationlayers.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-validationlayers.rb b/Formula/v/vulkan-validationlayers.rb index 23beca5cd4b76..161e75be5be95 100644 --- a/Formula/v/vulkan-validationlayers.rb +++ b/Formula/v/vulkan-validationlayers.rb @@ -12,13 +12,13 @@ class VulkanValidationlayers < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1071240321a46564042e60cc02a5e67878d553ebd4409ce70a84b14e36d1e49e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c23d6c9c91e49ac3be983ad8f958f12462ca239debac53790df6d2b3f1f920a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "afcf7e300f2d2563cebf4b2b1c3715ca24901f007c892beaba18e9a34c4db5e5" - sha256 cellar: :any_skip_relocation, sonoma: "0fbef4088177c6e48c1428828b62bbdd906ccad0b90f981a4c8021b9e56636f4" - sha256 cellar: :any_skip_relocation, ventura: "276d0eadf20be6f48c7d889f0886c5823d674f30fcef97d00aa3589fd98281b1" - sha256 cellar: :any_skip_relocation, arm64_linux: "6c2b675924b4746d9056f788758f2978a67b82abe946bc3cb56a7f5cea95f1e0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea3530b2ed2c4fb7f3f08c5ade4816b7a1a5a3cc2adc02fb2f00773ed353642c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a59f25a26ffe92c9a3e8e21c50c52da06a66b9e78f34972be803417c68bf739f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "27bca517def947202952d485012e0c30f106eaed3ac67dbbaab45cc2fc385219" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d77e0cc870ab5f16d3f3e7fe27c12f4a5b7709abc00abd40fb516ba20688ae82" + sha256 cellar: :any_skip_relocation, sonoma: "863679e0de2f07c6724e2aa346a7de3f4f6ce35977e767fb69a775302b63e1c0" + sha256 cellar: :any_skip_relocation, ventura: "5b738f795bee764b1af8e0715c6b6a079183e22d01542f121a09389be39ce8c8" + sha256 cellar: :any_skip_relocation, arm64_linux: "09e7255857cbab8b4526998ab24f44823b8065a40dcedce109a492c254934e86" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15c91d552f2a7b1061c03ed401d8a4c71217ab066d7f7d3cba668a3e7f70b5e9" end depends_on "cmake" => :build From 65e9fca675b815d8566b9515e4e3da773b5633c5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 18:51:56 -0400 Subject: [PATCH 04516/10074] xgo: add shell completion support Signed-off-by: Rui Chen --- Formula/x/xgo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xgo.rb b/Formula/x/xgo.rb index 9e5525e90f395..660f77303d7db 100644 --- a/Formula/x/xgo.rb +++ b/Formula/x/xgo.rb @@ -23,6 +23,8 @@ def install libexec.install Dir["*"] - Dir[".*"] bin.install_symlink Dir[libexec/"bin/*"] + + generate_completions_from_executable(bin/"xgo", "completion") end test do From a8c465f5c91ef82afa0b12ce8d40ac1022e12621 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:02:10 +0000 Subject: [PATCH 04517/10074] keeper-commander: update 17.1.1 bottle. --- Formula/k/keeper-commander.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index 8694d7c77d023..719b8bd23789c 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -9,13 +9,13 @@ class KeeperCommander < Formula head "https://github.com/Keeper-Security/Commander.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "114140838d4fe540e7f444f27ee4f77ec547e91ada01b0c4dbe74dae06978cfd" - sha256 cellar: :any, arm64_sonoma: "7d36812dc91d0e78749d5dbcdef9a3580959eb2307007c9547d642e32acf1fcd" - sha256 cellar: :any, arm64_ventura: "8da1ac51700b6ec36abe49db1a8c2604b2b95020ffed90220121fa701c62afe8" - sha256 cellar: :any, sonoma: "eb23ef278c424bbad48c76e3bb55197ace6069c28fb0b140f35d53f8e4d3f48e" - sha256 cellar: :any, ventura: "1289e94b5113e6ebd70370f4dff586b2601b1cef7431ad50e61a1950a2b1e379" - sha256 cellar: :any_skip_relocation, arm64_linux: "7181126bd3160976c8a60ca4f605f9c4e3ea1708e9996599f6642c71ee4336cc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "face1b3fbb25aea3b51f937ebc31e03347c1693a77a237923df1e0e2619a1b4c" + sha256 cellar: :any, arm64_sequoia: "b7871cb3bd9c1da3af06223125fc9adfa4a52e40a423796edbd4c2012694fbf3" + sha256 cellar: :any, arm64_sonoma: "dcb39141e34a742a3af710a242a8613fdca098552abbf73d8bd5a8dff88be4f9" + sha256 cellar: :any, arm64_ventura: "5ec53c5ef36d78f617f8281e96c107eb31f39c415a957f90324ccccf816ff1d0" + sha256 cellar: :any, sonoma: "5255ec6a821bc09bcc77ca7ccaaaf6160226e177a73f495a560044d23d1545b3" + sha256 cellar: :any, ventura: "414a74996942c5497bac0656ac71a1335284313e535f13c69b94e60117b2e4b0" + sha256 cellar: :any_skip_relocation, arm64_linux: "857137bde6fdf856891a0cfb7385780a5cca6f1428e7f342efb003646c0975ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b89c49914a802d2bc1e96eaaeb81822eaeb130e12b07f2ee1049782a24b85d80" end depends_on "pkgconf" => :build From a92c8c0b9dc522deab22976a3d7e9eb8c6ac8a83 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:05:29 +0000 Subject: [PATCH 04518/10074] infisical 0.41.83 --- Formula/i/infisical.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index d84384ff5bcd3..46880673ea818 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -1,8 +1,8 @@ class Infisical < Formula desc "CLI for Infisical" homepage "https://infisical.com/docs/cli/overview" - url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.82.tar.gz" - sha256 "ff53a31339fdb01044a31b0abb62649935c40762c4ac07cbc5807900b2bf8811" + url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.83.tar.gz" + sha256 "e5ee936ec12965c969af18ac3ac461def72e3395cf27882a4b0cc4501da13910" license "MIT" head "https://github.com/Infisical/infisical.git", branch: "main" From f1e4c485abff8fbbfac174c882df4e8024bb6a9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:10:33 +0000 Subject: [PATCH 04519/10074] libdrm: update 2.4.125 bottle. --- Formula/lib/libdrm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libdrm.rb b/Formula/lib/libdrm.rb index 419d8615f360d..9ba04ef880aae 100644 --- a/Formula/lib/libdrm.rb +++ b/Formula/lib/libdrm.rb @@ -11,8 +11,8 @@ class Libdrm < Formula end bottle do - sha256 arm64_linux: "7e34283152be0c624b5deeff223055257a46661a42c48e66937d6016ad494f00" - sha256 x86_64_linux: "86ba0f90e6e249493c742a624ddc849a75dce477bb7a065fafb814279b2e400f" + sha256 arm64_linux: "0ccc1288a8c2102b080fa36d9320a3c473b92ee48c860dbe746fcd59a41ea71f" + sha256 x86_64_linux: "6f430748bd77dac085026f729d4ac4e95485402c0a7aefedd484c82cab94fb57" end depends_on "docutils" => :build From ce9344a05464e4705e4de4e59dc2b73f8c7addbb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:19:12 +0000 Subject: [PATCH 04520/10074] quill 10.0.0 --- Formula/q/quill.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/quill.rb b/Formula/q/quill.rb index aaeaf5bb5ef19..0715f02cd999e 100644 --- a/Formula/q/quill.rb +++ b/Formula/q/quill.rb @@ -1,8 +1,8 @@ class Quill < Formula desc "C++17 Asynchronous Low Latency Logging Library" homepage "https://github.com/odygrd/quill" - url "https://github.com/odygrd/quill/archive/refs/tags/v9.0.3.tar.gz" - sha256 "209b9a3fed9b44f61a50acc34fdc9f5f22338c03644728466e2f4a4b83036476" + url "https://github.com/odygrd/quill/archive/refs/tags/v10.0.0.tar.gz" + sha256 "a90128cedeae3ba63e9cdec180b99c440ba61b0e470a177e8127a6991f47f261" license "MIT" head "https://github.com/odygrd/quill.git", branch: "master" From fdce2cbba6d2b2195a5df150893bfb7778b6208b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:20:21 +0000 Subject: [PATCH 04521/10074] pymol: update 3.1.0_1 bottle. --- Formula/p/pymol.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Formula/p/pymol.rb b/Formula/p/pymol.rb index b7ad2c84f94a4..825280a2117b1 100644 --- a/Formula/p/pymol.rb +++ b/Formula/p/pymol.rb @@ -10,11 +10,12 @@ class Pymol < Formula head "https://github.com/schrodinger/pymol-open-source.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sonoma: "13f683c319c06b8e30f2b961c56e16a079b364780de4d237a5b35c576ce7bcfb" - sha256 cellar: :any, arm64_ventura: "1fd72c9332cf93d45638faa9f2b39e8a1eb60694e6ef6c2466167ba3990fb935" - sha256 cellar: :any, sonoma: "8af0422ae606f64c6f0736f19b50ad315513e36ab4d8cec860767b988ac70c4a" - sha256 cellar: :any, ventura: "a6346a1171b662880f9f793835ce90420e32352b80e866a2a26a07dd2fc89879" - sha256 cellar: :any_skip_relocation, x86_64_linux: "af7204c635fb07c2cd01164d36765a20e9e297060cd94fb67d9d71d0a0509ddd" + rebuild 1 + sha256 cellar: :any, arm64_sonoma: "748ce6bec5a5ed59d3520ace556d0cd32ae265fadbe58891f732898f8cb6da85" + sha256 cellar: :any, arm64_ventura: "355be7a610fda4208cadcaa6bf24e10ecc479436e1dcd1d621fa426c8467308f" + sha256 cellar: :any, sonoma: "e2a9a1c776a564ce03f506933b04f85369db1d36b4f960c5616a1c3d020cf969" + sha256 cellar: :any, ventura: "cb9de65d304f4c80ab4db5c75b70d8ed3cad27bc70c321d813545c3e88dfb447" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8c1e82b8585b97ab30d595ffbeb51404bf16650037f313f6c3395542f42ec4f" end depends_on "cmake" => :build From 1f0096030cb28145be8832bd0cbdc28f45d86633 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:26:29 +0000 Subject: [PATCH 04522/10074] ubi 0.7.0 --- Formula/u/ubi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/ubi.rb b/Formula/u/ubi.rb index 9b3931bacdbeb..9c9e2b8c94810 100644 --- a/Formula/u/ubi.rb +++ b/Formula/u/ubi.rb @@ -1,8 +1,8 @@ class Ubi < Formula desc "Universal Binary Installer" homepage "https://github.com/houseabsolute/ubi" - url "https://github.com/houseabsolute/ubi/archive/refs/tags/v0.6.1.tar.gz" - sha256 "0aa1e759736514ae22720e81cd935695724a84d352a3c7407e627acc9e36e816" + url "https://github.com/houseabsolute/ubi/archive/refs/tags/v0.7.0.tar.gz" + sha256 "7dc99fe385447a9f48972306119beb84c9f00704265cc96a1be55293a041c1d2" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/houseabsolute/ubi.git", branch: "master" From 019ecb4960c0ca45f76a41b565f6541765efa1a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:03:14 +0000 Subject: [PATCH 04523/10074] graphviz 13.0.0 graphviz: remove build patch Signed-off-by: Rui Chen --- Formula/g/graphviz.rb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Formula/g/graphviz.rb b/Formula/g/graphviz.rb index db1ef6c5e8202..c3b39ecdd1ede 100644 --- a/Formula/g/graphviz.rb +++ b/Formula/g/graphviz.rb @@ -1,20 +1,11 @@ class Graphviz < Formula desc "Graph visualization software from AT&T and Bell Labs" homepage "https://graphviz.org/" + url "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.0.0/graphviz-13.0.0.tar.xz" + sha256 "cf56059bcdb8df53f3a71e6fcd14167d684dfd2024796f4bedd1265636457bf0" license "EPL-1.0" version_scheme 1 - stable do - url "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.2.1/graphviz-12.2.1.tar.xz" - sha256 "85e34b5c982777c30f01dfab9ea7c713b4335a2f584e62c0abb9868413eb915b" - - # Fix -flat_namespace being used on Big Sur and later. - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-big_sur.diff" - sha256 "35acd6aebc19843f1a2b3a63e880baceb0f5278ab1ace661e57a502d9d78c93c" - end - end - livecheck do url "https://graphviz.org/download/source/" regex(/href=.*?graphviz[._-]v?(\d+(?:\.\d+)+)\.t/i) From d63e4d869e95a465d59992990a60dacb2147d272 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:31:25 +0000 Subject: [PATCH 04524/10074] quill: update 10.0.0 bottle. --- Formula/q/quill.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/q/quill.rb b/Formula/q/quill.rb index 0715f02cd999e..2692b2fde9b57 100644 --- a/Formula/q/quill.rb +++ b/Formula/q/quill.rb @@ -7,7 +7,7 @@ class Quill < Formula head "https://github.com/odygrd/quill.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "475fd1912eec8878c83947f5efe6dc6dc97ec410147adef5560c6c0166e0c1e2" + sha256 cellar: :any_skip_relocation, all: "6c027978d1a9b00c70cdb864853406cc06993bde3529252c1cd95ce5185570ec" end depends_on "cmake" => :build From 483e739ca4d33fdbdfc9ad11ad26f9398c9112e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:31:42 +0000 Subject: [PATCH 04525/10074] infisical: update 0.41.83 bottle. --- Formula/i/infisical.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index 46880673ea818..87f41fa156760 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -12,12 +12,12 @@ class Infisical < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9451a5db2b868bb4b4c140a5ab8daebd419f2253353942642f27a9da447514bb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9451a5db2b868bb4b4c140a5ab8daebd419f2253353942642f27a9da447514bb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9451a5db2b868bb4b4c140a5ab8daebd419f2253353942642f27a9da447514bb" - sha256 cellar: :any_skip_relocation, sonoma: "1a18fa3ff6304f76223b3e9b94d7fd7d376aeef53cefac93ef6407fbe6f8078b" - sha256 cellar: :any_skip_relocation, ventura: "1a18fa3ff6304f76223b3e9b94d7fd7d376aeef53cefac93ef6407fbe6f8078b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a6ce26ae13edcd0c8e3fb3047af3e99aeac5cd6879a0c8e6b1ebc5dfdf8de4bd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "552ebd71017a5b34ffb1ef00be80a5f9b9793d05c687855c10b307651afccf70" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "552ebd71017a5b34ffb1ef00be80a5f9b9793d05c687855c10b307651afccf70" + sha256 cellar: :any_skip_relocation, arm64_ventura: "552ebd71017a5b34ffb1ef00be80a5f9b9793d05c687855c10b307651afccf70" + sha256 cellar: :any_skip_relocation, sonoma: "e0aaecd7b58f45f41f3c3b1c2abe9ffc7c7e6ff9852e3e973006b15f4d91f41c" + sha256 cellar: :any_skip_relocation, ventura: "e0aaecd7b58f45f41f3c3b1c2abe9ffc7c7e6ff9852e3e973006b15f4d91f41c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1505a2bb0e184f71afbc833724b7da281a00a4579fc5c52cd054482f637a3cec" end depends_on "go" => :build From 0de44bab963a37a30d9e1d40eaaa5112af01e6ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:45:38 +0000 Subject: [PATCH 04526/10074] ubi: update 0.7.0 bottle. --- Formula/u/ubi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/ubi.rb b/Formula/u/ubi.rb index 9c9e2b8c94810..d7ea17bf68472 100644 --- a/Formula/u/ubi.rb +++ b/Formula/u/ubi.rb @@ -7,13 +7,13 @@ class Ubi < Formula head "https://github.com/houseabsolute/ubi.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "77044473c4211322ef1d39a83adc89ba2ab7ac866127b61bc940c651c5ff8898" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4208c9b4fe77b880765080624e02c75e2f7953e09f6b637dff3bb99b10fed100" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ed494e3cbe9bb19fa85c9f53a73fb0ce45e65900ba729cebbc969f1dfa9ce9ea" - sha256 cellar: :any_skip_relocation, sonoma: "66a4c764f03fad10385acfcaff25b9128cbd641d3384b14ed093ba417da57894" - sha256 cellar: :any_skip_relocation, ventura: "b7ea9d319f4122c83f32db52eda9f3c86da3f1f61e07bf02cc15392e95ee5f89" - sha256 cellar: :any_skip_relocation, arm64_linux: "1802de977e5ef152ed0457ffee5a9b761758a2d4c10827d078554c5f79193b7f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e8937cdfce9e480918089a701cda089cd4573b6fecd8ca9c46b5c54e1484629" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "850d2ed925f7ffae791a0fb0d1314d27ae598ca9c0724f9c4b4b71ea4af5ced7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "871f99a1aa04b3552465375fca57e5c1168c2945c0c9b37362f6671c94def696" + sha256 cellar: :any_skip_relocation, arm64_ventura: "95c4c8267e38f9c1602ec087508752d24e02f450a911ed458c1fbbbae5a7ecbe" + sha256 cellar: :any_skip_relocation, sonoma: "158b9d4d4f62c7caf0d9f02234e8b056ed07b439a5d5f919639c442c456148dd" + sha256 cellar: :any_skip_relocation, ventura: "1fbc790067e17881d67b63a425e08c34fee95a74677c7b42f7d0b6a84c09e67e" + sha256 cellar: :any_skip_relocation, arm64_linux: "fa2f2d88ad0b054ad93e6890d6716eaf0847eb1747adcd173bd8808b1f8e0eed" + sha256 cellar: :any_skip_relocation, x86_64_linux: "16e5d423c78bbe999c218a0e02e355502a6b12b5a0fe08c7882f5d7de936b609" end depends_on "pkgconf" => :build From f451d1a140039bb375fc39eb18665722f8991783 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:21:03 +0000 Subject: [PATCH 04527/10074] xgo: update 1.5.0 bottle. --- Formula/x/xgo.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/x/xgo.rb b/Formula/x/xgo.rb index 660f77303d7db..2f9d3c5b294df 100644 --- a/Formula/x/xgo.rb +++ b/Formula/x/xgo.rb @@ -7,12 +7,13 @@ class Xgo < Formula head "https://github.com/goplus/xgo.git", branch: "main" bottle do - sha256 arm64_sequoia: "101cc1fa5d0656705b04c9f5e88e1af6da48a4dbd7d384dc880d701c543d4b21" - sha256 arm64_sonoma: "bd76f9478420297ec169a0d75826acb1bf5a8cecf2bf979e53f017b268e91ee6" - sha256 arm64_ventura: "d349e58a80d2b68909b1df56249fe60a2c9671799ff86a0f77472dd068489aa0" - sha256 sonoma: "7ad337b755d679c94888256bb9806d0cd9f6812b5e0d5d2f07fc445fa8892330" - sha256 ventura: "137aa990c331adc079964f26d1a5e9df8436f02d53b642c79acc632f97d11338" - sha256 x86_64_linux: "024122c68e709ccfe12576d96f148d77cba6c58f5bb91232a3161a8ac94d5900" + rebuild 1 + sha256 arm64_sequoia: "0723df7efa7eb8b185e22a6f5e9fa64657b7e7a878aa5a711ff7dd520d219729" + sha256 arm64_sonoma: "fa436983786f044a5903a0a60b05a87c58f328e3f1a532d9539c3225f6dfcc76" + sha256 arm64_ventura: "dcf3557aed96b516020d24bb12d5a0520a7086ffb117b981692f92e8702e9cbb" + sha256 sonoma: "4cff7a89870c4874107f69583b80962df013db979c66154cf735d1bbd5aea096" + sha256 ventura: "3c597396d5c357fb3f0066c6b9a9ea641cb30a8c3e127f0eae2df4bddb990e08" + sha256 x86_64_linux: "a89f7cd3016928e0c6637257328ef0396c6eb9eec821e232f40dc80d2907de52" end depends_on "go" From 457caaf6d97b14e784d9473e68ff4052622de281 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 20:35:14 -0400 Subject: [PATCH 04528/10074] dnsviz: revision bump (graphviz 13.0.0) Signed-off-by: Rui Chen --- Formula/d/dnsviz.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/d/dnsviz.rb b/Formula/d/dnsviz.rb index fa8fe339dd3ff..4b573c57d84a5 100644 --- a/Formula/d/dnsviz.rb +++ b/Formula/d/dnsviz.rb @@ -6,6 +6,7 @@ class Dnsviz < Formula url "https://files.pythonhosted.org/packages/59/91/aa152739fea36d4456fbcc71a26333ffef587526d722c10c281ab12a6a35/dnsviz-0.11.1.tar.gz" sha256 "203b1aa2e3aa09af415a96a0afc98eef4acf845ab8af57bf9f7569bd13161717" license "GPL-2.0-or-later" + revision 1 no_autobump! because: :requires_manual_review From 0ea87cd3fce8ca9e7659cc66c02569b2b39bb8e0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 20:35:15 -0400 Subject: [PATCH 04529/10074] eralchemy: revision bump (graphviz 13.0.0) Signed-off-by: Rui Chen --- Formula/e/eralchemy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/e/eralchemy.rb b/Formula/e/eralchemy.rb index a829c4d7e7bc5..a532f3a24d022 100644 --- a/Formula/e/eralchemy.rb +++ b/Formula/e/eralchemy.rb @@ -6,6 +6,7 @@ class Eralchemy < Formula url "https://files.pythonhosted.org/packages/19/05/5f69930e83a02360d9ed16660bdd58d9d501bffabd43d7dbbe8c14269143/eralchemy-1.5.0.tar.gz" sha256 "fa66a3cd324abd27ad8e65908d7af48d8198c0c185aeb22189cf40516de25941" license "Apache-2.0" + revision 1 bottle do rebuild 1 From 38c6f89013a1cd3163b91ff65827741327ab4945 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 20:35:15 -0400 Subject: [PATCH 04530/10074] graphviz2drawio: revision bump (graphviz 13.0.0) Signed-off-by: Rui Chen --- Formula/g/graphviz2drawio.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/g/graphviz2drawio.rb b/Formula/g/graphviz2drawio.rb index e89ec774478b1..bff4ab6868f16 100644 --- a/Formula/g/graphviz2drawio.rb +++ b/Formula/g/graphviz2drawio.rb @@ -6,6 +6,7 @@ class Graphviz2drawio < Formula url "https://files.pythonhosted.org/packages/fb/e9/2ba4114579f8e708b6b5d671afe355c9b8cdd52b15a9d126ec188a2bcad6/graphviz2drawio-1.1.0.tar.gz" sha256 "8758b9eefbac5d8c03a0358c0158845235c9c3caa99887f0f6026cfecc2895f2" license "GPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "d4769c040786fa9ee30174d92bb67b3a953a2f2326246f8b27e654bee67d200b" From 88161ae586ea3ef29b1b39908f8e45ab9de1928c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 20:35:15 -0400 Subject: [PATCH 04531/10074] msc-generator: revision bump (graphviz 13.0.0) Signed-off-by: Rui Chen --- Formula/m/msc-generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/msc-generator.rb b/Formula/m/msc-generator.rb index 1afa658fae731..60e764b281277 100644 --- a/Formula/m/msc-generator.rb +++ b/Formula/m/msc-generator.rb @@ -4,7 +4,7 @@ class MscGenerator < Formula url "https://gitlab.com/api/v4/projects/31167732/packages/generic/msc-generator/8.6.2/msc-generator-8.6.2.tar.gz" sha256 "7d565cf5ff39e2ecb04d29daec0eaf674278f6d0a1cb507eed580fe8bc8a0893" license "AGPL-3.0-or-later" - revision 1 + revision 2 livecheck do url "https://gitlab.com/api/v4/projects/31167732/packages" From c1a60375450352c92b6d301fa628468d7422cd85 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 20:35:16 -0400 Subject: [PATCH 04532/10074] simgrid: revision bump (graphviz 13.0.0) Signed-off-by: Rui Chen --- Formula/s/simgrid.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/simgrid.rb b/Formula/s/simgrid.rb index 3da519f323629..e9af178485b3f 100644 --- a/Formula/s/simgrid.rb +++ b/Formula/s/simgrid.rb @@ -6,7 +6,7 @@ class Simgrid < Formula url "https://gitlab.inria.fr/simgrid/simgrid/-/archive/v4.0/simgrid-v4.0.tar.bz2" sha256 "37387a6b4ab230e37fb062d03af3d6bdb9cd0c76b2c3407ae1a344facc814a8f" license "LGPL-2.1-only" - revision 1 + revision 2 livecheck do url :homepage From b2cabca093cb8eca6bc18ede2da549cd8428a780 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 20:35:16 -0400 Subject: [PATCH 04533/10074] vala: revision bump (graphviz 13.0.0) Signed-off-by: Rui Chen --- Formula/v/vala.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/v/vala.rb b/Formula/v/vala.rb index 19ce924f23ebc..0e3e87117203e 100644 --- a/Formula/v/vala.rb +++ b/Formula/v/vala.rb @@ -4,6 +4,7 @@ class Vala < Formula url "https://download.gnome.org/sources/vala/0.56/vala-0.56.18.tar.xz" sha256 "f2affe7d40ab63db8e7b9ecc3f6bdc9c2fc7e3134c84ff2d795f482fe926a382" license "LGPL-2.1-or-later" + revision 1 bottle do sha256 arm64_sequoia: "716e22a94ebd062b913cf3af1e67cbd1f542f42ba8583cbea1e6a7d8e6f49ae4" From 2805ecb01d8f9407859a3da0f38099c15e12894e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 May 2025 11:08:21 +0000 Subject: [PATCH 04534/10074] kapacitor 1.7.7 kapacitor: update build patches Signed-off-by: Rui Chen --- Formula/k/kapacitor.rb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Formula/k/kapacitor.rb b/Formula/k/kapacitor.rb index 29bd5a6a2607d..d420994b0c240 100644 --- a/Formula/k/kapacitor.rb +++ b/Formula/k/kapacitor.rb @@ -6,8 +6,8 @@ class Kapacitor < Formula stable do url "https://github.com/influxdata/kapacitor.git", - tag: "v1.7.6", - revision: "3347c7d9aec8e031a3eb05f501461fb106c20529" + tag: "v1.7.7", + revision: "f59b0b1f0c0681f37a7aa62d79600009d2f168c8" # TODO: Remove when release uses flux >= 0.195.0 to get following fix for rust >= 1.78 # Ref: https://github.com/influxdata/flux/commit/68c831c40b396f0274f6a9f97d77707c39970b02 @@ -20,13 +20,19 @@ class Kapacitor < Formula url "https://github.com/influxdata/flux/commit/08b6cb784759242fd1455f1d28e653194745c0c6.patch?full_index=1" sha256 "3c40b88897c1bd34c70f277e13320148cbee44b8ac7b8029be6bf4f541965302" end + + # go1.22 patch for flux 0.194.5 + patch do + url "https://raw.githubusercontent.com/Homebrew/formula-patches/4928e7c7ac070ca64e2c62393c1e7ae95db7889f/kapacitor/flux-0.194.5-go1.22.patch" + sha256 "3290b34f688edad2dc10a4abd88ea2ee8821cd547ee99325fbbbe4652ad62bea" + end end # build patch to upgrade flux so that it can be built with rust 1.72.0+ # upstream PR ref, https://github.com/influxdata/kapacitor/pull/2811 patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/e1d275be21f72a5d07dfe920c4ce7692f818761e/kapacitor/1.7.6-rust-1.72.patch" - sha256 "4e82470590dcaaac7e56c52f659e31107116e426456b74789daf9364039907f0" + url "https://raw.githubusercontent.com/Homebrew/formula-patches/c004d4600a284d62ba74741ffb60f0474403478e/kapacitor/1.7.7.patch" + sha256 "c70370136bb4b32112157ce4cc9748a0287a6d9dc92e6651711baa75eb5514be" end end From 64eaa98478d829ca1ebe6cbd52af0ad589b34ed5 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 8 Jun 2025 17:41:24 -0700 Subject: [PATCH 04535/10074] abpoa 1.5.4 (new formula) --- Formula/a/abpoa.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Formula/a/abpoa.rb diff --git a/Formula/a/abpoa.rb b/Formula/a/abpoa.rb new file mode 100644 index 0000000000000..35d31b16911d8 --- /dev/null +++ b/Formula/a/abpoa.rb @@ -0,0 +1,22 @@ +class Abpoa < Formula + desc "SIMD-based C library for fast partial order alignment using adaptive band" + homepage "https://github.com/yangao07/abPOA" + url "https://github.com/yangao07/abPOA/releases/download/v1.5.4/abPOA-v1.5.4.tar.gz" + sha256 "15fc8c1ae07891d276009cf86d948105c2ba8a4a94823581f93744351c2fcf4a" + license "MIT" + head "https://github.com/yangao07/abPOA.git", branch: "main" + + uses_from_macos "zlib" + + def install + system "make" + bin.install "bin/abpoa" + pkgshare.install "test_data" + end + + test do + assert_match version.to_s, shell_output("#{bin}/abpoa --version") + cp_r pkgshare/"test_data/.", testpath + assert_match ">Consensus_sequence", shell_output("#{bin}/abpoa seq.fa") + end +end From d9f7014a8489a78283e4acd237b3604c15da8154 Mon Sep 17 00:00:00 2001 From: aptos-bot Date: Tue, 3 Jun 2025 13:18:09 -0700 Subject: [PATCH 04536/10074] aptos aptos-cli-v7.4.0 Created by https://github.com/mislav/bump-homebrew-formula-action From CLI release run https://github.com/aptos-labs/aptos-core/actions/runs/15426132604 aptos: remove build patch and add macos build fix Signed-off-by: Rui Chen --- Formula/a/aptos.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/a/aptos.rb b/Formula/a/aptos.rb index 5dca6bbbebd52..5632464c5088b 100644 --- a/Formula/a/aptos.rb +++ b/Formula/a/aptos.rb @@ -1,8 +1,8 @@ class Aptos < Formula desc "Layer 1 blockchain built to support fair access to decentralized assets for all" homepage "https://aptosfoundation.org/" - url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v7.2.0.tar.gz" - sha256 "135e0c1799cc6bfe4e570d40817f8548c8e89ddb06c690ed4737e56824334222" + url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v7.4.0.tar.gz" + sha256 "25e974b59570fef814be21895510f758b112adf2173621658c651898b9d1f979" license "Apache-2.0" head "https://github.com/aptos-labs/aptos-core.git", branch: "main" @@ -36,16 +36,15 @@ class Aptos < Formula depends_on "systemd" end - # rust 1.80.0 build patch, upstream pr ref, https://github.com/aptos-labs/aptos-core/pull/14272 - patch do - url "https://github.com/aptos-labs/aptos-core/commit/72b9657316c699cfbef75216f578a0bd99e0be46.patch?full_index=1" - sha256 "f93b4f8b0a61d245e13d6776834cec9ecdd3b0103d53b43dcc79cda3e3f787ed" - end - def install # FIXME: Look into a different way to specify extra RUSTFLAGS in superenv as they override .cargo/config.toml # Ref: https://github.com/Homebrew/brew/blob/master/Library/Homebrew/extend/ENV/super.rb#L65 ENV.append "RUSTFLAGS", "--cfg tokio_unstable -C force-frame-pointers=yes -C force-unwind-tables=yes" + + # Use correct compiler to prevent blst from enabling AVX support on macOS + # upstream issue report, https://github.com/supranational/blst/issues/253 + ENV["CC"] = Formula["llvm"].opt_bin/"clang" if OS.mac? + system "cargo", "install", *std_cargo_args(path: "crates/aptos"), "--profile=cli" end From 722648e8a09effcde2e1881ce5441572c8d006b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 01:00:52 +0000 Subject: [PATCH 04537/10074] abpoa: add 1.5.4 bottle. --- Formula/a/abpoa.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/a/abpoa.rb b/Formula/a/abpoa.rb index 35d31b16911d8..d011d43fd91aa 100644 --- a/Formula/a/abpoa.rb +++ b/Formula/a/abpoa.rb @@ -6,6 +6,15 @@ class Abpoa < Formula license "MIT" head "https://github.com/yangao07/abPOA.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d23123224da086f407a2026aed50483642b6cb1cd773a95677e8823a7d203f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c32ab54105465ce6413049fa3e0b61751b4380ecd7f9cb8e871d7aaa4fd0fefa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "be037ac65bb330b3c0346a0a73b9a52cd409c5d445bf5ea3b342c75937b6ff70" + sha256 cellar: :any_skip_relocation, sonoma: "d6a18508fc01c5180ba29e543e889bf14572e4c37dee0e3de40936881d6a92d7" + sha256 cellar: :any_skip_relocation, ventura: "7b66dba3e1c7543bd65a85f1190be008acd8dc5246676df09674f3e30a9f890b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea53d24bfe80ecb229b8908a7e4cabbf5724b46e134272b00d776f261080c825" + end + uses_from_macos "zlib" def install From cf5a342ffbd608a974173f9d32ece7095153e6ff Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 8 Jun 2025 18:09:27 -0700 Subject: [PATCH 04538/10074] stringtie 3.0.1 (new formula) --- Formula/s/stringtie.rb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Formula/s/stringtie.rb diff --git a/Formula/s/stringtie.rb b/Formula/s/stringtie.rb new file mode 100644 index 0000000000000..cd04506dbdf47 --- /dev/null +++ b/Formula/s/stringtie.rb @@ -0,0 +1,31 @@ +class Stringtie < Formula + desc "Transcript assembly and quantification for RNA-Seq" + homepage "https://github.com/gpertea/stringtie" + url "https://github.com/gpertea/stringtie/archive/refs/tags/v3.0.1.tar.gz" + sha256 "aa831451ae08f1ea524db2709d135208695bf66fc2dbcdfb3d1d8461430e2ba9" + license "MIT" + head "https://github.com/gpertea/stringtie.git", branch: "master" + + depends_on "htslib" + + def install + args = [ + "HTSLIB=#{Formula["htslib"].opt_lib}", + "LIBS=-L#{Formula["htslib"].opt_lib} -lhts -lm", + ] + system "make", "release", *args + bin.install "stringtie" + end + + test do + resource "homebrew-test" do + url "https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz" + sha256 "815a31b2664166faa59cdd25f0dc2da3d3dcb13e69ee644abb972a93d374ac10" + end + + resource("homebrew-test").stage testpath + assert_match version.to_s, shell_output("#{bin}/stringtie --version") + system bin/"stringtie", "-o", "short_reads.out.gtf", "short_reads.bam" + assert_path_exists "short_reads.out.gtf" + end +end From 71331b6df973f130ef1c637d40000f23ad246081 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 01:25:00 +0000 Subject: [PATCH 04539/10074] stringtie: add 3.0.1 bottle. --- Formula/s/stringtie.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/s/stringtie.rb b/Formula/s/stringtie.rb index cd04506dbdf47..538467dc4cd70 100644 --- a/Formula/s/stringtie.rb +++ b/Formula/s/stringtie.rb @@ -6,6 +6,15 @@ class Stringtie < Formula license "MIT" head "https://github.com/gpertea/stringtie.git", branch: "master" + bottle do + sha256 cellar: :any, arm64_sequoia: "b8635ef5a2c5bb7d9badbab1fc0cebd6251eb37b2e86b7e3a49398946c77db10" + sha256 cellar: :any, arm64_sonoma: "e0cfafab884859f6f119ad427f41383c5db78602e17d0125e83855f8574388ad" + sha256 cellar: :any, arm64_ventura: "fda12598aa1f3d83e317ae9c6b60a1a957cb72ea11ade9587863f255b19a8a3e" + sha256 cellar: :any, sonoma: "ca08236c2b9faa6036eecd48f829b5fd9d4939c1ba7f3975afef37d6d27e15f8" + sha256 cellar: :any, ventura: "9f34f83c30482fdf8ad0516a706b32b6bd570808f72c887ba5a915bcbe5f1340" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6dbebfd9c277e5e08b6e4e39842d672bf760fc0bea23fd9919668f794ef7e120" + end + depends_on "htslib" def install From 008f9215fa424917b95b2072b9a35ae108d2b8a0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 9 Jun 2025 01:26:25 +0000 Subject: [PATCH 04540/10074] abpoa: update 1.5.4 bottle. --- Formula/a/abpoa.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/a/abpoa.rb b/Formula/a/abpoa.rb index d011d43fd91aa..9c6c1b270990f 100644 --- a/Formula/a/abpoa.rb +++ b/Formula/a/abpoa.rb @@ -12,6 +12,7 @@ class Abpoa < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "be037ac65bb330b3c0346a0a73b9a52cd409c5d445bf5ea3b342c75937b6ff70" sha256 cellar: :any_skip_relocation, sonoma: "d6a18508fc01c5180ba29e543e889bf14572e4c37dee0e3de40936881d6a92d7" sha256 cellar: :any_skip_relocation, ventura: "7b66dba3e1c7543bd65a85f1190be008acd8dc5246676df09674f3e30a9f890b" + sha256 cellar: :any_skip_relocation, arm64_linux: "0e22b15a4710bd352700931ef827c12fdcf6ba62177f120601dde18e2a6e6ace" sha256 cellar: :any_skip_relocation, x86_64_linux: "ea53d24bfe80ecb229b8908a7e4cabbf5724b46e134272b00d776f261080c825" end From 7d7e60430dd1da65433c942ab25432603a4c124a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 9 Jun 2025 01:48:21 +0000 Subject: [PATCH 04541/10074] stringtie: update 3.0.1 bottle. --- Formula/s/stringtie.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/stringtie.rb b/Formula/s/stringtie.rb index 538467dc4cd70..5d38783fafb07 100644 --- a/Formula/s/stringtie.rb +++ b/Formula/s/stringtie.rb @@ -12,6 +12,7 @@ class Stringtie < Formula sha256 cellar: :any, arm64_ventura: "fda12598aa1f3d83e317ae9c6b60a1a957cb72ea11ade9587863f255b19a8a3e" sha256 cellar: :any, sonoma: "ca08236c2b9faa6036eecd48f829b5fd9d4939c1ba7f3975afef37d6d27e15f8" sha256 cellar: :any, ventura: "9f34f83c30482fdf8ad0516a706b32b6bd570808f72c887ba5a915bcbe5f1340" + sha256 cellar: :any_skip_relocation, arm64_linux: "22b1a592ec90dce554d69752e3f8a0425a1e34ac2d92c29ba5462e159b95389e" sha256 cellar: :any_skip_relocation, x86_64_linux: "6dbebfd9c277e5e08b6e4e39842d672bf760fc0bea23fd9919668f794ef7e120" end From 790cc7efcc4185fd35dc7f0371807657933fe107 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:23:54 +0000 Subject: [PATCH 04542/10074] mingw-w64: update 13.0.0 bottle. --- Formula/m/mingw-w64.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mingw-w64.rb b/Formula/m/mingw-w64.rb index 54105ec90324c..a16e002e690d5 100644 --- a/Formula/m/mingw-w64.rb +++ b/Formula/m/mingw-w64.rb @@ -11,13 +11,13 @@ class MingwW64 < Formula end bottle do - sha256 arm64_sequoia: "5a9ae42e386047663ce83a4bfdd5baba0f3194a82a7b027ebd007b195036374b" - sha256 arm64_sonoma: "92f23f47355fe2b1e528190538ebb34d458d8696834c63a585e41e2ef965ec20" - sha256 arm64_ventura: "f81707aced2a718e657628136c3d2eafc27aabf9f2da819d4a52c03d8b16a486" - sha256 sonoma: "e344d42914b81fc67338747aa5d79e21976b1dd2fa8ad5eb1c12449500c45959" - sha256 ventura: "a677397d8fc7fe99d1b51fa9cb5dcd385c576dfa10e95089843c8ba0471fe169" - sha256 arm64_linux: "7560388b1897195f4c425bd1d22a970d422fbaf3e6f17732baeaa0c381654099" - sha256 x86_64_linux: "e76356b3bb0aa7fd99d07fcd0f04ffd87870e6b77b2a8861f18ced039355cfe9" + sha256 arm64_sequoia: "cc7fe16c47d1f1f5f9410d05e02149b62ad97dbf77db7d85c05cda4785540579" + sha256 arm64_sonoma: "c9717e6c2afeb5954b82e626a8bbd5f7ace1178ee1fcd13783693022a62c6aea" + sha256 arm64_ventura: "2ffcf5043e9003de19185390981b962a78211998eb076047f475c4689e3f29c3" + sha256 sonoma: "9bf52b59b8df4beb447f1fe1df92678fd1a22185039ded5804d74d6c7d61fe50" + sha256 ventura: "2cbccdaebf5b4e406ad8e8716dbeda3a1aa68f10548f5322d2b118ca0ea6c337" + sha256 arm64_linux: "37abe99b98f11b17e639a4368dd6f04dbb756fcfb94ced37d6c4440dcd8756a9" + sha256 x86_64_linux: "e0534e850ad819565968460b4e9135fd1f0351f810f06bef08f232ff7372ae43" end # binutils searches for zstd using pkg-config From 6e77d165dd39b087b9c5e3b5ca1b0bdde0ceeace Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:28:40 +0000 Subject: [PATCH 04543/10074] aqua 2.53.0 --- Formula/a/aqua.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index 449a3e4b8f8c6..a0c8dc2635624 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -1,8 +1,8 @@ class Aqua < Formula desc "Declarative CLI Version manager" homepage "https://aquaproj.github.io/" - url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.52.0.tar.gz" - sha256 "0f1ca16ae37a1868d64ab84c04b38ba4d22fa78579ebbd51818b63ec5420e912" + url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.53.0.tar.gz" + sha256 "6f5e7bec94254af78d7604b493953337999f565a0e64de5efa669d31feab65cd" license "MIT" head "https://github.com/aquaproj/aqua.git", branch: "main" From 795762617bc78638f2d3f2544b41ee82d8a48435 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:30:47 +0000 Subject: [PATCH 04544/10074] cargo-update 16.3.1 --- Formula/c/cargo-update.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-update.rb b/Formula/c/cargo-update.rb index 5cf2a9d457017..1c0be5ed48b14 100644 --- a/Formula/c/cargo-update.rb +++ b/Formula/c/cargo-update.rb @@ -1,8 +1,8 @@ class CargoUpdate < Formula desc "Cargo subcommand for checking and applying updates to installed executables" homepage "https://github.com/nabijaczleweli/cargo-update" - url "https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v16.3.0.tar.gz" - sha256 "f6a87615d72db3f1068aef2ad383813a96238c4963f6498c675c555a32e95bd3" + url "https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v16.3.1.tar.gz" + sha256 "0fe05d1dee8fcc1f5ec589a6a16f746d8504c5a9b3a3e5d9d8f0730a87900cc9" license "MIT" head "https://github.com/nabijaczleweli/cargo-update.git", branch: "master" From 2fcc85adf506afa1dc110b6433dee54de1258438 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:37:01 +0000 Subject: [PATCH 04545/10074] gitleaks 8.27.2 --- Formula/g/gitleaks.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitleaks.rb b/Formula/g/gitleaks.rb index ffa2528226eaf..f94626cbaed85 100644 --- a/Formula/g/gitleaks.rb +++ b/Formula/g/gitleaks.rb @@ -1,8 +1,8 @@ class Gitleaks < Formula desc "Audit git repos for secrets" homepage "https://gitleaks.io/" - url "https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.27.1.tar.gz" - sha256 "5f6ff5bfa50f64dc784318b4aaff18c3d1a7656b12b0e77e5977f7a4eecc5def" + url "https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.27.2.tar.gz" + sha256 "6f1715cbd9f4fd0d96d6a7dfbc26c3a46d5e5627f13cb8ec18cedf966bdf653a" license "MIT" head "https://github.com/gitleaks/gitleaks.git", branch: "master" From 0d24f07c4d9424c31b658bf6980ec295971fddc1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:37:27 +0000 Subject: [PATCH 04546/10074] go-task 3.44.0 --- Formula/g/go-task.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/go-task.rb b/Formula/g/go-task.rb index c47904cc2dd88..da0a4ee548d7a 100644 --- a/Formula/g/go-task.rb +++ b/Formula/g/go-task.rb @@ -1,8 +1,8 @@ class GoTask < Formula desc "Task is a task runner/build tool that aims to be simpler and easier to use" homepage "https://taskfile.dev/" - url "https://github.com/go-task/task/archive/refs/tags/v3.43.3.tar.gz" - sha256 "a8ee62d92b654bec1fe22522f1a9a2d51386d9d7508bec164080083e28e99b2c" + url "https://github.com/go-task/task/archive/refs/tags/v3.44.0.tar.gz" + sha256 "9a4d91baf8fb3bfa018557f60f8516d8f8b9ee2012eaf5c1eb5d9484db429a06" license "MIT" head "https://github.com/go-task/task.git", branch: "main" From 9bd039361d1bd8c3e71b4e25d93d47c1c5ba98c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:37:43 +0000 Subject: [PATCH 04547/10074] goreleaser 2.10.2 --- Formula/g/goreleaser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/goreleaser.rb b/Formula/g/goreleaser.rb index b460850ab7851..16d4470850346 100644 --- a/Formula/g/goreleaser.rb +++ b/Formula/g/goreleaser.rb @@ -2,8 +2,8 @@ class Goreleaser < Formula desc "Deliver Go binaries as fast and easily as possible" homepage "https://goreleaser.com/" url "https://github.com/goreleaser/goreleaser.git", - tag: "v2.10.0", - revision: "5014328cd6593ee3d003b8857c57d519c77ead1a" + tag: "v2.10.2", + revision: "063c5d5b5c66fbdeaf5c50aeca444f5b581ec849" license "MIT" head "https://github.com/goreleaser/goreleaser.git", branch: "main" From 1ccdff86b73766e9a54b0889f720ff3f7a2712e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:46:17 +0000 Subject: [PATCH 04548/10074] openexr 3.3.4 --- Formula/o/openexr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openexr.rb b/Formula/o/openexr.rb index 0c1948e026719..3cf5ae8662be9 100644 --- a/Formula/o/openexr.rb +++ b/Formula/o/openexr.rb @@ -1,8 +1,8 @@ class Openexr < Formula desc "High dynamic-range image file format" homepage "https://www.openexr.com/" - url "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.3.3.tar.gz" - sha256 "0ffbd842a7ee2128d44affdea30f42294b4061293cde3aa75b61a53573413d1e" + url "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.3.4.tar.gz" + sha256 "63abac7c52f280e3e16fc868ac40e06449733bb19179008248ae7e34e4f19824" license "BSD-3-Clause" bottle do From 6ce07281e887441a2960771da2b13a6b71da46e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:54:57 +0000 Subject: [PATCH 04549/10074] vale 3.12.0 --- Formula/v/vale.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vale.rb b/Formula/v/vale.rb index 289dc97e35f3a..926176bf49da2 100644 --- a/Formula/v/vale.rb +++ b/Formula/v/vale.rb @@ -1,8 +1,8 @@ class Vale < Formula desc "Syntax-aware linter for prose" homepage "https://vale.sh/" - url "https://github.com/errata-ai/vale/archive/refs/tags/v3.11.2.tar.gz" - sha256 "12795c72a5628ebc22d46a33b878519c5ba18e6d665271893bfa24cb1f864f73" + url "https://github.com/errata-ai/vale/archive/refs/tags/v3.12.0.tar.gz" + sha256 "26b4c02024c441929e7fd2d79a9b1f94489f85d2e87cd25f9efa2057d10a65f3" license "MIT" bottle do From 4703984175f53ea8f7d40c37e9877a4c2ca08727 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:04:01 +0000 Subject: [PATCH 04550/10074] vale: update 3.12.0 bottle. --- Formula/v/vale.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vale.rb b/Formula/v/vale.rb index 926176bf49da2..a0e4d7b9f9567 100644 --- a/Formula/v/vale.rb +++ b/Formula/v/vale.rb @@ -6,13 +6,13 @@ class Vale < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6a8cc077ed0f5ad8be3719f3d750bbfb1dbf7b96fa54ac98a074143fabb0768" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0e73d48b35eae871854648ac295bee93b7186c8d523928ffa6eb59086f2a475" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f698c1ab684c91ba6a242db3b54443907112853b6d32dfab25346f412f47b280" - sha256 cellar: :any_skip_relocation, sonoma: "3f87db0ff1f2b0eb1e974f90fb3f0c047912be6638b980c1b353128d5aa00a7e" - sha256 cellar: :any_skip_relocation, ventura: "1837469512fe4b948a9c023360f72d1855013cc36ac17f4755ffd4c4ec75634b" - sha256 cellar: :any_skip_relocation, arm64_linux: "541ef5a35a92c6951d87b2d521a8d67b6acaa5222bfaee5c0afabba320f1e97d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fa4df31797b5d35b2dce4cef399c2ba428e0d7095cdaa0737b4f948fd25280b5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "52c72c6d6dfb98c1cd8a120a3a0f229d5b19a0b79d8ba47cd2e27fa13d54ec0a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7c3a84dc7b4761fe9dd0416ac90e87d64b992c2353056febaccf1cf98376757" + sha256 cellar: :any_skip_relocation, arm64_ventura: "88f1e7d188560eaaa939ce5efaa03c4a60667235de1e8d4fb573e0cd746ae5a5" + sha256 cellar: :any_skip_relocation, sonoma: "690ad8b9bdda9aacf2cfa19a84a48770c4f2288450a25a978eefdd3e96d228f4" + sha256 cellar: :any_skip_relocation, ventura: "e1425665f90b9d5d93282a817b2e9770faefb60812314c0b86acda344a1cd54c" + sha256 cellar: :any_skip_relocation, arm64_linux: "a0d2668245f7855ab35c8addcf09dbbe3a96875ee109fccfa60e1b3dfd468e8a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2b3a90d67c4001f2f580b60d74f94d19c3c2a942933d8a522bb0ccc9874171cc" end depends_on "go" => :build From 3fbd8d50c6ca53cd3f6b1a8f96734d13c2ab0ade Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:04:37 +0000 Subject: [PATCH 04551/10074] go-task: update 3.44.0 bottle. --- Formula/g/go-task.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/go-task.rb b/Formula/g/go-task.rb index da0a4ee548d7a..1cba6b75deba0 100644 --- a/Formula/g/go-task.rb +++ b/Formula/g/go-task.rb @@ -7,12 +7,12 @@ class GoTask < Formula head "https://github.com/go-task/task.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee9582329181a6547b96c64d8d59193e522bf7b6402170b125f238d7d6c93242" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee9582329181a6547b96c64d8d59193e522bf7b6402170b125f238d7d6c93242" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ee9582329181a6547b96c64d8d59193e522bf7b6402170b125f238d7d6c93242" - sha256 cellar: :any_skip_relocation, sonoma: "3c421408b33573d6ed2c39553a1978486435033b685b16b1119e657517ad6d3a" - sha256 cellar: :any_skip_relocation, ventura: "3c421408b33573d6ed2c39553a1978486435033b685b16b1119e657517ad6d3a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "42cc50ca184833089e45ea4f1692c49cff81e5b455aaccc086787154108b6bb1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3832db54f9d84ffb0b03edfa1fa16348161e399caae10987da0d7a899a8e1b5a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3832db54f9d84ffb0b03edfa1fa16348161e399caae10987da0d7a899a8e1b5a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3832db54f9d84ffb0b03edfa1fa16348161e399caae10987da0d7a899a8e1b5a" + sha256 cellar: :any_skip_relocation, sonoma: "e7eb5db0d3e4c61ee99300d6fe53a2decf9d095e8c0591f95801e6b924a20518" + sha256 cellar: :any_skip_relocation, ventura: "e7eb5db0d3e4c61ee99300d6fe53a2decf9d095e8c0591f95801e6b924a20518" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f50578b0eb4d5578a04e9a9f538a9ec62170bbdbf85d289d253c5a938ea9317" end depends_on "go" => :build From 4f6eae5c1169d29ddf6c8940da2fbf22d4147b7e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:04:48 +0000 Subject: [PATCH 04552/10074] goreleaser: update 2.10.2 bottle. --- Formula/g/goreleaser.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/goreleaser.rb b/Formula/g/goreleaser.rb index 16d4470850346..77532664a8a70 100644 --- a/Formula/g/goreleaser.rb +++ b/Formula/g/goreleaser.rb @@ -8,12 +8,12 @@ class Goreleaser < Formula head "https://github.com/goreleaser/goreleaser.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f7b0cbacc1d6ce2754f5baa99298935ee4d85435e98e8c0fa8cd47979cf0ea6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f7b0cbacc1d6ce2754f5baa99298935ee4d85435e98e8c0fa8cd47979cf0ea6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2f7b0cbacc1d6ce2754f5baa99298935ee4d85435e98e8c0fa8cd47979cf0ea6" - sha256 cellar: :any_skip_relocation, sonoma: "6d0248df9111cde533ccb173566c6b96bdd182aa086bbacb4ebd8606cb1b4816" - sha256 cellar: :any_skip_relocation, ventura: "51e2a341b1338fabdda14716325a039cd860c947f3dfbdaf91719c41828e15f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f255ea10249cc4c1dc4e6250fc81e20335603708eb23dd4f25417501f42180c8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "58831d56af4ea603e0f8b872167734516f4bfddb4cf3d31d4ee418079cf5a612" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "58831d56af4ea603e0f8b872167734516f4bfddb4cf3d31d4ee418079cf5a612" + sha256 cellar: :any_skip_relocation, arm64_ventura: "58831d56af4ea603e0f8b872167734516f4bfddb4cf3d31d4ee418079cf5a612" + sha256 cellar: :any_skip_relocation, sonoma: "45faddc59352036449b64900d8d8170c68c58ebb56208b9972362449ea751295" + sha256 cellar: :any_skip_relocation, ventura: "598872b8403f42408ca27b83e797c26f90894b341048d6cd25611b937b72a0d5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8eaac9950a8c375717f0df643fe5d4fc2e03ec7309172f52893f1b6c3b819155" end depends_on "go" => :build From 2a81273f99d1e16c9ed00f946f43e1d4b1161de7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:04:56 +0000 Subject: [PATCH 04553/10074] gitleaks: update 8.27.2 bottle. --- Formula/g/gitleaks.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gitleaks.rb b/Formula/g/gitleaks.rb index f94626cbaed85..d9d96ff19d001 100644 --- a/Formula/g/gitleaks.rb +++ b/Formula/g/gitleaks.rb @@ -15,12 +15,12 @@ class Gitleaks < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a58beafd555a957e6a87c011b1e4ed75ccce0a8ec0dd6b7718ff5e9760d2902" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a58beafd555a957e6a87c011b1e4ed75ccce0a8ec0dd6b7718ff5e9760d2902" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6a58beafd555a957e6a87c011b1e4ed75ccce0a8ec0dd6b7718ff5e9760d2902" - sha256 cellar: :any_skip_relocation, sonoma: "16b4ad60bda7a3db2f8e1cf10453817ede2c7170ee8ddc37fa44f4e94bdc28f4" - sha256 cellar: :any_skip_relocation, ventura: "16b4ad60bda7a3db2f8e1cf10453817ede2c7170ee8ddc37fa44f4e94bdc28f4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7c2a0d3326194c8e5b5015ecac89c1226f305fb406a724b5cd89ee6c1ef049e2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f2747961634d51e7f80a2cbce3a0c744f67c9668e5177bac947684f61c066be7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2747961634d51e7f80a2cbce3a0c744f67c9668e5177bac947684f61c066be7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f2747961634d51e7f80a2cbce3a0c744f67c9668e5177bac947684f61c066be7" + sha256 cellar: :any_skip_relocation, sonoma: "d410c52ebb8dc628cda0cae58698ab8b5fdab3d831acc123f1edf8d2818cff8b" + sha256 cellar: :any_skip_relocation, ventura: "d410c52ebb8dc628cda0cae58698ab8b5fdab3d831acc123f1edf8d2818cff8b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08e131d316425a206dab7b92227570342ba94b6af6937c5507cb59b53931b584" end depends_on "go" => :build From cb3d89f6c4467a5433e109e0ef8c67f192dc9bad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:05:10 +0000 Subject: [PATCH 04554/10074] cargo-update: update 16.3.1 bottle. --- Formula/c/cargo-update.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-update.rb b/Formula/c/cargo-update.rb index 1c0be5ed48b14..4de5768fe75f4 100644 --- a/Formula/c/cargo-update.rb +++ b/Formula/c/cargo-update.rb @@ -7,13 +7,13 @@ class CargoUpdate < Formula head "https://github.com/nabijaczleweli/cargo-update.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "fac5a0bbdabd219af1a3b8362a4d923258cb7ed8854fc3ee6024ea010ecdd071" - sha256 cellar: :any, arm64_sonoma: "25c2875557d1656e2e5c99d23d0582a84de3631733c582064028e8348d7224b4" - sha256 cellar: :any, arm64_ventura: "62375ed3e54f4d5a1d9f8dfc1abaf0d5e5b9a839f4a7f5bc3223bd6d38ef714f" - sha256 cellar: :any, sonoma: "7a2a23e55a4f684351c19f13ac8b965ac0854fc9686e6bacc13de5ab958460fa" - sha256 cellar: :any, ventura: "f57d7c2c979d343bb5e725c50de39026f8644e55eed9f00f3126761d502f4ca4" - sha256 cellar: :any_skip_relocation, arm64_linux: "4c96a062dcaac5f63296612da05613264362545c7c4e7f47fd697f36a88d03f5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e23607c021b9163f0f903a3eac5f3545379fb1ed745d65a161477aae1e27dc2a" + sha256 cellar: :any, arm64_sequoia: "a3e7608f5c1ac07b79f67493cb88d2f15180c4537f6b7daad48e82aad6d58b7f" + sha256 cellar: :any, arm64_sonoma: "6153ccb667f191c235f0c5b04d012c459c3fdab1750b86c07aa431cd7b2f5874" + sha256 cellar: :any, arm64_ventura: "49462621dfeeffd2fa2587867877b455c3b0d325bbe4a984a13d4014ca38d15e" + sha256 cellar: :any, sonoma: "3bd8eb71d4cefc0e855a3fc4753bb6aef133185b8591264e27930a10316da762" + sha256 cellar: :any, ventura: "5464ffc38395e863379a2789c79e760a89d3505f425b775fc526d3965ccd145e" + sha256 cellar: :any_skip_relocation, arm64_linux: "b81dcd1a969efb8ef685a30d981e4d962d934d09eb9f3d4cb53cd494155779fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "173bbefb2e1b54a98b7035041692db929c1d404deb6c85eb9071126f11ee9728" end depends_on "pkgconf" => :build From 17b8d69e79933cfde345e2163f58cabe0be1bfea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:05:30 +0000 Subject: [PATCH 04555/10074] aqua: update 2.53.0 bottle. --- Formula/a/aqua.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index a0c8dc2635624..213e433156f4c 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -12,12 +12,12 @@ class Aqua < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c43f6f8ab943f09b4c133aa444e12b760ecd2e7ae3278d10fe5d605d9dd16eb2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c43f6f8ab943f09b4c133aa444e12b760ecd2e7ae3278d10fe5d605d9dd16eb2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c43f6f8ab943f09b4c133aa444e12b760ecd2e7ae3278d10fe5d605d9dd16eb2" - sha256 cellar: :any_skip_relocation, sonoma: "228eb69b8280ab5197106acfeef63243bc8a496d3594b690e94b39da5adaacb1" - sha256 cellar: :any_skip_relocation, ventura: "228eb69b8280ab5197106acfeef63243bc8a496d3594b690e94b39da5adaacb1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8cde62a0de25465cd5b4054c557cacc0d2a8e2ee67afe2a1ff55f063d68d0a8a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b01f7f4d2a12d832ea9afea457ab0b3f64ab61b67875a6b2eac73ec66b9ca75f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b01f7f4d2a12d832ea9afea457ab0b3f64ab61b67875a6b2eac73ec66b9ca75f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b01f7f4d2a12d832ea9afea457ab0b3f64ab61b67875a6b2eac73ec66b9ca75f" + sha256 cellar: :any_skip_relocation, sonoma: "41f8bb054fd51e1cf6350d0db4d1f7903662e9c735c1e0bdcf6776fc3c0c36f0" + sha256 cellar: :any_skip_relocation, ventura: "41f8bb054fd51e1cf6350d0db4d1f7903662e9c735c1e0bdcf6776fc3c0c36f0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9e7eb87d946018e3a0ca2543e8c51e343e61f8ef623d81722fa5d8de9e469ffd" end depends_on "go" => :build From 2021d5d9c723e3133e9c49a41bc29ab7c7c100b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:06:15 +0000 Subject: [PATCH 04556/10074] dnsviz: update 0.11.1_1 bottle. --- Formula/d/dnsviz.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dnsviz.rb b/Formula/d/dnsviz.rb index 4b573c57d84a5..a691f4c4e41b0 100644 --- a/Formula/d/dnsviz.rb +++ b/Formula/d/dnsviz.rb @@ -11,13 +11,13 @@ class Dnsviz < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "00110e902d3a1519334f1226603864e95d9d93c669d43c6fbf37aa27b08915d2" - sha256 cellar: :any, arm64_sonoma: "7cd031019ebadc5e47683d83d1d5828b5eb3baaa058ea3d69fb74b1a97906c22" - sha256 cellar: :any, arm64_ventura: "b2fbd7dcdf0549567e1da7bf6ea52f57be4a2abfc81ecaba08dda9ce5c35bc01" - sha256 cellar: :any, sonoma: "0682b0b1bbcd7b5e43d2304c3739f682eb29b6d47a1967f484bd3ba794d96ad6" - sha256 cellar: :any, ventura: "d1765ce90cc43961a8592c8abda79368e9cf9c1c0bc000fc536720ca0ab89e5d" - sha256 cellar: :any_skip_relocation, arm64_linux: "1a96068801bd4e01adcc3a7441f41a498b0a6b88cc5b1fe8fbe6d5461975f6f5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8d105d485eb7a835fec8e4c6b7af690ba215c77b540a7d5b3954e2558e799e26" + sha256 cellar: :any, arm64_sequoia: "caed4a974f2a1111d2a16262e543e453902627186de111aaa61ddb8032dd35a1" + sha256 cellar: :any, arm64_sonoma: "1581924ecb9d02d792a419193ac546d9bd23cf9eebb6c24036057215bb426155" + sha256 cellar: :any, arm64_ventura: "5298cc8506b62c7a0ab4d777bac991fb323e4fb7aeb3df58c9cdbe30a5705758" + sha256 cellar: :any, sonoma: "868cb74462053d69ac21313706d77ee77784e0f16bc1bfa9f4954c75f786d492" + sha256 cellar: :any, ventura: "ce1d41d45c74b5fd99a9304908e6f2e0c1b96b6e4c1885092798125107c6af0b" + sha256 cellar: :any_skip_relocation, arm64_linux: "a2bf1c4ac13ab45adc76818b196bc0a29cdb15bebb708418cfe1ebae5c851348" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0c57ff69d2c3f50edf3a9ae8c07f2d1d0ba7c0d72dc697c58b46363bb3c3895a" end depends_on "bind" => [:build, :test] From 85f38f26dd8e736ab5a594605c69463b35c81a3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:06:15 +0000 Subject: [PATCH 04557/10074] eralchemy: update 1.5.0_1 bottle. --- Formula/e/eralchemy.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/e/eralchemy.rb b/Formula/e/eralchemy.rb index a532f3a24d022..de71dd21d2d5d 100644 --- a/Formula/e/eralchemy.rb +++ b/Formula/e/eralchemy.rb @@ -9,14 +9,13 @@ class Eralchemy < Formula revision 1 bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "92ec126756fb9a9a3b483d2a5c7ea2487e07c16ca357f5d386f1c206a761c2b3" - sha256 cellar: :any, arm64_sonoma: "6fbb9351b85cbb0f7a3b3416201820a4f39dffb0f7d07e9585c185c48fd16673" - sha256 cellar: :any, arm64_ventura: "30f822ebe671d6ca630435f0a5a91bf561edaa26fa650c69047991ba19b56257" - sha256 cellar: :any, sonoma: "ef8c1526f85a9c1ffbf2b4ad0fc02e8979fb149873761feba5dd3b0232e9bc8b" - sha256 cellar: :any, ventura: "1991afedef5dc1bfcb529e2c6c38c47734f83a5b6585bb5424eb7a3f994fa879" - sha256 cellar: :any_skip_relocation, arm64_linux: "7bceb9011707597662091f77a43f3e192b53ed5490c971b77126ef0b0ad94ea8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed03f3df61c850f93cbb16b1f06c25cd586c92164594e49803bc69565cc2e432" + sha256 cellar: :any, arm64_sequoia: "08649146de0cdf02e659ede3d8a0abcf22ceef117c63df9f556414137f04d692" + sha256 cellar: :any, arm64_sonoma: "f18d6b415538d24a6777d5589f0a1c36386a541765baef679e9152f36c9d2f47" + sha256 cellar: :any, arm64_ventura: "bcbea307eb470ce0f6a1ed9ec24536e421be304087f58b4669f970a514f33fc6" + sha256 cellar: :any, sonoma: "285c6bda5678f036aa4315660073df0bd86e68f9a761fe66a5ea4f4a8be3f4bf" + sha256 cellar: :any, ventura: "90a5befab4b548f14b9a203fd1c802910b9ff3511653d62666f338a814d489b2" + sha256 cellar: :any_skip_relocation, arm64_linux: "4eab42a4e1af97949850753589b99b101b5e66c6d2b3fcdc6f6caabec7d388ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3be4ace8ed5abe63973efc16f9c8a88b99a267743d05ae0045ff8d58c841d02e" end depends_on "pkgconf" => :build From 255f92ab65686b3f115bd319879e2eb787feb272 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:06:15 +0000 Subject: [PATCH 04558/10074] graphviz: update 13.0.0 bottle. --- Formula/g/graphviz.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/graphviz.rb b/Formula/g/graphviz.rb index c3b39ecdd1ede..11db7dc9c8354 100644 --- a/Formula/g/graphviz.rb +++ b/Formula/g/graphviz.rb @@ -12,13 +12,13 @@ class Graphviz < Formula end bottle do - sha256 arm64_sequoia: "1021bca3aee2d641cc8b3741820f4df48c2f53916cfb6cff3ed1fc664ebdf5dd" - sha256 arm64_sonoma: "067aecda0ddbf4b5593f81aaca952ef5d14992f9e0fcff692ba29cc2c868330e" - sha256 arm64_ventura: "ce8eaf49349dfd40a47ce364f7b33c94b812e05527ae92be9a58dd9202145734" - sha256 sonoma: "82f8b94e10a0faeffb28cb097ac071707188ea26ab2fc66da607c49c37743d30" - sha256 ventura: "6f35eabfb6acfebcd48ea4d2663307148f7bd8f54fe748dfa33eb173d794aba7" - sha256 arm64_linux: "3121f09ca5ea69be612073ae70261f6303ab78f0337e490f41876ed0b63bfbfc" - sha256 x86_64_linux: "67fab62f20a6882fff2a4863382566cd3e462226f121b6b415a22176e81c518c" + sha256 arm64_sequoia: "0504bffeb09f1ca814c2a17662a622a202c75d2a686ba59e46e079dc5e892710" + sha256 arm64_sonoma: "f9362747dde78f31b20943f159a1abbe4b8ab68c5fb79fc36cae30af588ff309" + sha256 arm64_ventura: "1cc0f412e9b8ce4b8427b9def0960e23ef11fdf11516dc3441a12639175e75ab" + sha256 sonoma: "8c8bbe253944e0c3967c95ccc7610cff32d0645ec8dfd75499694aefc8eb892d" + sha256 ventura: "f1066a6748a3e099d4823019ff3f276685602f9032fff42957aa15635adf9226" + sha256 arm64_linux: "49855d083644b9ec657e6e9ddd5dd9587e372a3dc0f298557ac1fa70140dfbbe" + sha256 x86_64_linux: "4fa7a552f880d941025f3d354f7720b494be553f28a8c277a2822f35c2b0e7d9" end head do From 1fbc8920ece64e998640fe1a8d3525a52cbe0ceb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:06:16 +0000 Subject: [PATCH 04559/10074] graphviz2drawio: update 1.1.0_1 bottle. --- Formula/g/graphviz2drawio.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/graphviz2drawio.rb b/Formula/g/graphviz2drawio.rb index bff4ab6868f16..d5e2da70114e2 100644 --- a/Formula/g/graphviz2drawio.rb +++ b/Formula/g/graphviz2drawio.rb @@ -9,13 +9,13 @@ class Graphviz2drawio < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "d4769c040786fa9ee30174d92bb67b3a953a2f2326246f8b27e654bee67d200b" - sha256 cellar: :any, arm64_sonoma: "e4c6965b0583bac104b5bd23840b5d54ad024cb9e1f85edda82054af89ab57da" - sha256 cellar: :any, arm64_ventura: "1a176afc58d98042fe8703e7a77394312c968a24ec8030e31818a806f9cc97c2" - sha256 cellar: :any, sonoma: "2c5c640eb65fcf872c3b2040e66d4e50638d2d20b86875396b1be23077aa7057" - sha256 cellar: :any, ventura: "c40142532b84851304ad59b84766b4925e235dc7be8c59101ac4ee510ba2a983" - sha256 cellar: :any_skip_relocation, arm64_linux: "05eb5f23dc6efa81762509793f4592d02c8bdc07f1c0b8ea7b24c93ba1a8f782" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8de7b9131747446df4db4a90e800749c21e78e715fb2f0843a7fe847978b2c05" + sha256 cellar: :any, arm64_sequoia: "50ab994e55b3da1f78154153eda00cbd046e61622a68166d91a749e9a2f14aeb" + sha256 cellar: :any, arm64_sonoma: "5308392ba34b5394e45cb88673b2ad81174c6a04c59c21a4efa60d79baf26405" + sha256 cellar: :any, arm64_ventura: "682c30229b1763aacbb8c6a242ca5b8ac51911348a311eae43f7195e72f3e74e" + sha256 cellar: :any, sonoma: "f9c6d7cdef5d9589a47a6eb8973c9e8cc3183aba7c2d089475bec334e28fcb6a" + sha256 cellar: :any, ventura: "975b9d72d80c92eae4c493d6c0875124d246f9c13cdaeab176b6fec001fd354b" + sha256 cellar: :any_skip_relocation, arm64_linux: "61a0aa57fc3e29714c8561077c5cf190defe648a516b25ae95521414e1aef357" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2898216e7208864eeaebf6bd70e3430ef769e6f8ca656b139a711e930984d3ec" end depends_on "graphviz" From 6a9fdb2126be6ad74a44c5f436ec7cbf996c9348 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:06:16 +0000 Subject: [PATCH 04560/10074] msc-generator: update 8.6.2_2 bottle. --- Formula/m/msc-generator.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/msc-generator.rb b/Formula/m/msc-generator.rb index 60e764b281277..5a436d3cbd1a9 100644 --- a/Formula/m/msc-generator.rb +++ b/Formula/m/msc-generator.rb @@ -20,13 +20,13 @@ class MscGenerator < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "c1f15322760c6c6832f4391aa34e426e3107322cf0150b38ecb504e66c7f0229" - sha256 arm64_sonoma: "0099d9bdd7c1cfce442bd16cbc462126e9ea9d8407d8c40538edfcde102f0c57" - sha256 arm64_ventura: "d825f247ee7805fb1a8bb12019c2414ddb0ccb08bd93a775945d0283084a4aae" - sha256 sonoma: "f21ce8e7b8f247951fd1c3dcb46bc8e5ba8f1913da99a1254f93ad39fcf9f015" - sha256 ventura: "602abed907a5dae536b0c0857dfd7b08c46783c5c0eb09897025075c1f122cfe" - sha256 arm64_linux: "ea6647b991286227f59ef2ea715c4f92dced7a42a8cf53e8466614a3c3965448" - sha256 x86_64_linux: "c60b5ba0e5437cee822f8cea5b1c6687711e87278a7ac2e09b36d02650286d95" + sha256 arm64_sequoia: "3cdbc7b3e6e76935d8137755cdb09b81330d42975583a5ce2425a2374b200b3a" + sha256 arm64_sonoma: "88bdd770e655a3ecc1e658ed6ab9e011f1e191b684fd18b834e678c9b52e942e" + sha256 arm64_ventura: "ab50303d1a9387e595e09790310a4b750df105ff5aed97923655670ffd380502" + sha256 sonoma: "90cbf56c86a7226c2acfab592458ed4f7b3fe6ec8cb1f295c7e4a4cab1219732" + sha256 ventura: "5ecfd64dfdf430d0675887a87db3ba5384aa065622f2b27d4df90f64f92e6e95" + sha256 arm64_linux: "b9141ada79ad184c1070d5bfadf8b9ff6ab510477f8e30e3f5854c957ed7c065" + sha256 x86_64_linux: "f77209ae4d99b827722eda2193aa9265dd27b4679ab4f9a0de405c33e1a0c529" end depends_on "autoconf" => :build From f6e5abf607dc884f384757a2200d9a3129cf4e1c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:06:16 +0000 Subject: [PATCH 04561/10074] simgrid: update 4.0_2 bottle. --- Formula/s/simgrid.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/simgrid.rb b/Formula/s/simgrid.rb index e9af178485b3f..d8af70c6f44c4 100644 --- a/Formula/s/simgrid.rb +++ b/Formula/s/simgrid.rb @@ -14,13 +14,13 @@ class Simgrid < Formula end bottle do - sha256 arm64_sequoia: "7729746a85f9411766323b3e08f526ac0b2a320dc1b43f2f1a047affd33b1834" - sha256 arm64_sonoma: "e774550064c55be057b8a02be6c97fb4755bcc96ed518f48e86a2a06f110de6a" - sha256 arm64_ventura: "c1106a2364c23a426f092e8dba68de4ed5c49ffa9f79221098d6daf5131f167d" - sha256 sonoma: "6113c9ce3f7b955d6fb7768a0fdd6550787547bd18cf625bdb70515229193b0a" - sha256 ventura: "fd493ba61db4d913bed0de8db44da341e6744ae78f20d3458c2d27094971940a" - sha256 arm64_linux: "759f64a8dbd6286b41e49af154aba2c9f4acd1b9ebff34dfddcf34e022b2356f" - sha256 x86_64_linux: "ae6cc2a41a6adf416328e3208b6f15f41ff4f3b50e8cf5cd282abe4336604305" + sha256 arm64_sequoia: "97834d03436634aab59f86174ba9cd102924e4a2b89e1944390a47d5f6d69814" + sha256 arm64_sonoma: "4d315bf4a6fd3e73043b89b650414d247a95e9574653b94bc7be2f07e13280c4" + sha256 arm64_ventura: "20a58e8118c0b23f13f92c7fccc16900cd37d705dcda79eaf1365ef8eda85b01" + sha256 sonoma: "b0e32f937d1ea6de4c77cdfdfe079b2ccfc499bbf2d8b5e3b34b177bca6f7890" + sha256 ventura: "b16abf659a7207e2e58cfd0fb434468163c5cea0143965154c33bb249fafcbab" + sha256 arm64_linux: "735fa4b077d9dd0adfe026bc74a5300160fa47a90e4c9fe711b47ab81e76c3b5" + sha256 x86_64_linux: "5ae6ecd508718ff1155fce1ef7b9e376fd0a63cbe3915215cd5c345634e83fa8" end depends_on "cmake" => :build From bf7d56a1d548d2cad55e9897a7478b75efcd07b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:06:16 +0000 Subject: [PATCH 04562/10074] vala: update 0.56.18_1 bottle. --- Formula/v/vala.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vala.rb b/Formula/v/vala.rb index 0e3e87117203e..3184284feae90 100644 --- a/Formula/v/vala.rb +++ b/Formula/v/vala.rb @@ -7,13 +7,13 @@ class Vala < Formula revision 1 bottle do - sha256 arm64_sequoia: "716e22a94ebd062b913cf3af1e67cbd1f542f42ba8583cbea1e6a7d8e6f49ae4" - sha256 arm64_sonoma: "d713590db8dec7752db9aecf7fd62ae2e4137c4c31a2d9c22a342240d387d61b" - sha256 arm64_ventura: "d537db8f3606aa9e6547ae1641572422774805a486cdc7453f870229bb4430ac" - sha256 sonoma: "da6bca3d96f7e0e54f963f048fed63957643a2e10da24eb64967025342082e38" - sha256 ventura: "d2966461c680aeca329ca96118aba8b4ccf302b249f5bbe277ed3ca29ea310af" - sha256 arm64_linux: "bc87adbb68e280ff0e1b91243a733ef824ba19a1c2680de8370b99c2fb2a1266" - sha256 x86_64_linux: "f0f40e3f67e893ab86517cb9426c23584a756a7a35416b1b22dd105c7313d12d" + sha256 arm64_sequoia: "ff65a2101edaaaf53257e189d4ec20038b9de0680d20e5ac69a5d4b3b8276eda" + sha256 arm64_sonoma: "6b8f451a970480a28b7f0a1262ce351d12fee05b78db1a31cf7bcc0abc018850" + sha256 arm64_ventura: "1df01b6ebb0b6ac03027c8621412b8b1f9c8c8e5722d73a9fd9a7ee4233bb41f" + sha256 sonoma: "f79cf8415710b5da9d73c837f0660aa3554d9f21c5cfb3af3e7adc2f7a295f61" + sha256 ventura: "051ca637d14e377b0d3ad5f7ab497d2f612f5c9c59d96ef89099ad1627977c39" + sha256 arm64_linux: "a54dd08666de4550ba75a90050ad1ebaf67cac7bc0990512881b33858cf55ebf" + sha256 x86_64_linux: "284b26bcb2fa09af8f5cb85093f1db9145319950b384797d7c64ba1d6f184ad0" end depends_on "gobject-introspection" => :build From bf8b52dd8b89e578432360f83f5a938056da6fd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:15:45 +0000 Subject: [PATCH 04563/10074] pulumictl: add 0.0.49 bottle. --- Formula/p/pulumictl.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/p/pulumictl.rb b/Formula/p/pulumictl.rb index 40c7789ece100..3a071aba4ae55 100644 --- a/Formula/p/pulumictl.rb +++ b/Formula/p/pulumictl.rb @@ -6,6 +6,15 @@ class Pulumictl < Formula license "Apache-2.0" head "https://github.com/pulumi/pulumictl.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f84623a5d8e33cde3da4a009de0aa603d0c0418e411d04a33f6bee024b3465d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f84623a5d8e33cde3da4a009de0aa603d0c0418e411d04a33f6bee024b3465d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2f84623a5d8e33cde3da4a009de0aa603d0c0418e411d04a33f6bee024b3465d" + sha256 cellar: :any_skip_relocation, sonoma: "85d43a6077e2debce71dbd7dfcc917768d0d51599f5c528c906070931280fb64" + sha256 cellar: :any_skip_relocation, ventura: "85d43a6077e2debce71dbd7dfcc917768d0d51599f5c528c906070931280fb64" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7aa43bcca9b9a843c80b09f04f0ab34391ca358f036c5649f87e15ce7ff760b8" + end + depends_on "go" => :build def install From ab233631b09683c10629e1a554304bc149fa549e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:16:06 +0000 Subject: [PATCH 04564/10074] dvisvgm: add 3.5 bottle. --- Formula/d/dvisvgm.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/d/dvisvgm.rb b/Formula/d/dvisvgm.rb index cec12c268bc54..96d657d8f19e4 100644 --- a/Formula/d/dvisvgm.rb +++ b/Formula/d/dvisvgm.rb @@ -5,6 +5,15 @@ class Dvisvgm < Formula sha256 "41ea2e10fe6bdc4ce7672519cfc2998e5c30c8b29fbcd8901915c7dac7fa494c" license "GPL-3.0-or-later" + bottle do + sha256 cellar: :any, arm64_sequoia: "49dfadfd667f69439a9c75f2baae68145c7c9b3a40d3c9b93e89bea725a45126" + sha256 cellar: :any, arm64_sonoma: "b7e44c20d83be91e3a1637c6f5ed71799974d4c8aa90d0aead5b26181b7cec47" + sha256 cellar: :any, arm64_ventura: "15665722543df62fb0e593000e78a16c63c2c26f0bc0256f7e31e2b29857e65c" + sha256 cellar: :any, sonoma: "f59943aa1aed3a13091ba46e2d6de274e591326c5f5e2f70e0dfef05a278de7f" + sha256 cellar: :any, ventura: "e0891fceaacc7fe276d342d700bab6286a1fe1e42298a81bb7c6598402317a3f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc45ab10466cf813d4034db865df7d2dcdcb4ec079edcc5b19f21dd478390d69" + end + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build From eb454b972e04cb5b58c59c0474ded8854046994c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:17:11 +0000 Subject: [PATCH 04565/10074] aptos: update 7.4.0 bottle. --- Formula/a/aptos.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aptos.rb b/Formula/a/aptos.rb index 5632464c5088b..6371db7ce8eb7 100644 --- a/Formula/a/aptos.rb +++ b/Formula/a/aptos.rb @@ -14,13 +14,13 @@ class Aptos < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0206105fff368a299a90a564d3bc2721310ebe7c73d45a3d8535263cc318028" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "50a2913aef29c7bbfce6b09ccff72c0d688fe68023a556dbed2374cb815d2451" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c902ffbdb542944f9c8f41cb82eddf6caed2a0f4590b1d6838d91c39a50de28e" - sha256 cellar: :any_skip_relocation, sonoma: "82ec06f8000c62227eb01550487a8e3be5cc0204683a579c44018013ecd5168a" - sha256 cellar: :any_skip_relocation, ventura: "61551d586996b1b498087bc323cee13c2885a8102566633e8c48a804428664bc" - sha256 cellar: :any_skip_relocation, arm64_linux: "8c75d81c3c08217ec4ee7473c429ac545d48e9a0a1a2a9574829aff9f265ddab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bc1f7c0851ecd2c3d0acfee0572bfd39eb83f2ae35655ad6366e2b56b9bfbd4a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fafb67f3324d0187f42d3cefcf2e340a244129ad4577650cc44201a302085f1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e7cbc4373ccb567b9dbfeeb6ce074338b8f255424156ec51c0a8dbd84d08628" + sha256 cellar: :any_skip_relocation, arm64_ventura: "44e5bf11b325a1cabcd71adf103c47fab631452a9be52ab4d6283daa35e130b3" + sha256 cellar: :any_skip_relocation, sonoma: "49bc2b22c5f3169d48bac756d1d829eaa444a43c075bc3221895106389219c24" + sha256 cellar: :any_skip_relocation, ventura: "42f8e97571137fc0c00a106edab57cdb303d890eb8862d07333b73f3b27c0daf" + sha256 cellar: :any_skip_relocation, arm64_linux: "6b882c12b312d6daf20d239201e8dedc2fbb937c301e3df59465158e367aabf1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "79ec82cb2baf1e9e99136540583032b8fd3007e4dd04087375c736ecde913cd8" end depends_on "cmake" => :build From f31a8083c5b85d7a4d900b18f2918f0d5ac22536 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:18:10 +0000 Subject: [PATCH 04566/10074] kapacitor: update 1.7.7 bottle. --- Formula/k/kapacitor.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kapacitor.rb b/Formula/k/kapacitor.rb index d420994b0c240..1f27b5d473260 100644 --- a/Formula/k/kapacitor.rb +++ b/Formula/k/kapacitor.rb @@ -42,12 +42,12 @@ class Kapacitor < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8247430a0e749413545540c04d418b0adeed5d37d83319e69751596322a1c9d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d56568c7ae7bca2be7324da1c5bdc4fc7f086ff1054a786f0fed2670225ca710" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b5b98fcf4136a43925d791c4c803dbaabd62e5167dca2863343551b6e4a3ac70" - sha256 cellar: :any_skip_relocation, sonoma: "33549402f35a9bb69c36a731c6b24ecf9ac57cec0ecb790a3f8a301b4ced507e" - sha256 cellar: :any_skip_relocation, ventura: "de2e14999f1f6714d3504c183bd35f8b37fed4a4d886b266cf175040fcd37bc0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e963db4b37cde0cba4449f211213422a9ebba18f121a77e2cacfc90e6eb2fc5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "451c6a3aa08d84641cf3dadf1f68d35c52bd7c15d9ca88b2798c2ce77b6b6b45" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6567975ba8a72a373a8268866b2aad44e10865dfb91b7debc62ad8d15cee73cd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "26a545b9888d32bb46390e6038b1e7376158065168f7fe5d5e00633416a24a41" + sha256 cellar: :any_skip_relocation, sonoma: "611ab90e163c42434d7c6689e422fb659ad7c56a346fdc55e1040733a3088e38" + sha256 cellar: :any_skip_relocation, ventura: "4df541aad47ccb1217f61955e2aacbb8669d1b19959222201828b9c67b43765e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02e1405e7b3de7b5d4d93223800c79cd34247718e8837b68e28e1592b7f6a812" end depends_on "go" => :build From 318b81bc5e0e859b6125abd062588626f0706956 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:36:28 +0000 Subject: [PATCH 04567/10074] swc: update 1.11.31 bottle. --- Formula/s/swc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 1efe7a85c8e98..4e3dbb9086e45 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,13 +12,13 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c9d865dc01a5e39977ba398eb872ee5d13745f9c1f880cc72bd88840242c493" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b7e4bd74754cbdee2361cffcd506b320dc7320ee54f8022563816177e28b5df" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7d19c4c3437a45752f9faa279e8abb533f4455e57da47239b3408ed0e71d0f28" - sha256 cellar: :any_skip_relocation, sonoma: "8d49f0175024e7ce7a6e080a99259e1ec28315bd8887bb276c2dc726dabce56d" - sha256 cellar: :any_skip_relocation, ventura: "1a545816ed53c64cf03a0a69d045714db9acf9b275d4be01b4da76b60065e7b9" - sha256 cellar: :any_skip_relocation, arm64_linux: "ed36f1ecc1d548e48229f0fb7bb45f2a35c837fe0d3cb3268ed3c05e6341abf4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e300f564a9d808e054c0070abfec5da9ecc2034412bcc201b7b94bd060fb7b2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "36a792ac766e31d9a3cf11d9ab67bb8a20c4ec63fe4bb67b7bdea64324ab6391" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6fc66e58c0e0598cacd4966956c679ccf0ae04501add013b283643b8e723b18" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d9ef8743c6e00037eab6140e991544d869daeded1f030c49787eb557b7654ad" + sha256 cellar: :any_skip_relocation, sonoma: "9fe604ab714295390cbd2226a94007ad6dd70ddd02441c0f1f02babebddfbb4d" + sha256 cellar: :any_skip_relocation, ventura: "167762554f000e82ce7481e7bcf455370b10665f6ce375af48d7e2494474833d" + sha256 cellar: :any_skip_relocation, arm64_linux: "3ebee5027619970228164b11339e88b10a1782f2a0bd214e6efb2fd3181c7cc4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "145c1912e61fb1fb323d20a84ccaf7b49c72d2b48c3be9a27c2eacc6551bedfb" end depends_on "rust" => :build From adc0fd2dea4cbdb11a15d588d0dd87a48243d20d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:10:55 +0000 Subject: [PATCH 04568/10074] libphonenumber 9.0.7 --- Formula/lib/libphonenumber.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libphonenumber.rb b/Formula/lib/libphonenumber.rb index dc977e17c349c..d85fb89a350a5 100644 --- a/Formula/lib/libphonenumber.rb +++ b/Formula/lib/libphonenumber.rb @@ -1,8 +1,8 @@ class Libphonenumber < Formula desc "C++ Phone Number library by Google" homepage "https://github.com/google/libphonenumber" - url "https://github.com/google/libphonenumber/archive/refs/tags/v9.0.6.tar.gz" - sha256 "0fc0f530f139de53b121a93b2b25cd96ab0d8bcfe95b4760be1f0213a75eadd2" + url "https://github.com/google/libphonenumber/archive/refs/tags/v9.0.7.tar.gz" + sha256 "15b929c24e9071847893cc2bbeb29631eab819ec6561baaf51250852773348b0" license "Apache-2.0" livecheck do From 945d8036134c7af02f3b451c526bb8c88c6f3e3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:13:54 +0000 Subject: [PATCH 04569/10074] mold 2.40.1 --- Formula/m/mold.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mold.rb b/Formula/m/mold.rb index d946b24c30fb6..ff2f4face0e01 100644 --- a/Formula/m/mold.rb +++ b/Formula/m/mold.rb @@ -1,8 +1,8 @@ class Mold < Formula desc "Modern Linker" homepage "https://github.com/rui314/mold" - url "https://github.com/rui314/mold/archive/refs/tags/v2.40.0.tar.gz" - sha256 "ee93ef0868cd54d1f30dfba1070dbacf04c1a35428bbea307a4b9242a883ad20" + url "https://github.com/rui314/mold/archive/refs/tags/v2.40.1.tar.gz" + sha256 "d1ce09a69941f8158604c3edcc96c7178231e7dba2da66b20f5ef6e112c443b7" license "MIT" head "https://github.com/rui314/mold.git", branch: "main" From 190fc34421917a4cb8f70a2350314617cc77f399 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:22:43 +0000 Subject: [PATCH 04570/10074] seaweedfs 3.90 --- Formula/s/seaweedfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/seaweedfs.rb b/Formula/s/seaweedfs.rb index 4fa9ee2b2ad7b..97067cf522716 100644 --- a/Formula/s/seaweedfs.rb +++ b/Formula/s/seaweedfs.rb @@ -2,8 +2,8 @@ class Seaweedfs < Formula desc "Fast distributed storage system" homepage "https://github.com/seaweedfs/seaweedfs" url "https://github.com/seaweedfs/seaweedfs.git", - tag: "3.89", - revision: "7151a54b28518c93af627911c885f20ad931bc8e" + tag: "3.90", + revision: "81aeec74a4eeb2c952c1038b39545c8d77a93ad9" license "Apache-2.0" head "https://github.com/seaweedfs/seaweedfs.git", branch: "master" From 29f3dab834b24102a6f444b05548e9ce864cc6c5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 9 Jun 2025 05:29:16 +0000 Subject: [PATCH 04571/10074] dvisvgm: update 3.5 bottle. --- Formula/d/dvisvgm.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/d/dvisvgm.rb b/Formula/d/dvisvgm.rb index 96d657d8f19e4..2829283bf2ca0 100644 --- a/Formula/d/dvisvgm.rb +++ b/Formula/d/dvisvgm.rb @@ -11,6 +11,7 @@ class Dvisvgm < Formula sha256 cellar: :any, arm64_ventura: "15665722543df62fb0e593000e78a16c63c2c26f0bc0256f7e31e2b29857e65c" sha256 cellar: :any, sonoma: "f59943aa1aed3a13091ba46e2d6de274e591326c5f5e2f70e0dfef05a278de7f" sha256 cellar: :any, ventura: "e0891fceaacc7fe276d342d700bab6286a1fe1e42298a81bb7c6598402317a3f" + sha256 cellar: :any_skip_relocation, arm64_linux: "b07268ed1e2105fce670746a418acb7604832f963b123acad04f7faae5ffc181" sha256 cellar: :any_skip_relocation, x86_64_linux: "cc45ab10466cf813d4034db865df7d2dcdcb4ec079edcc5b19f21dd478390d69" end From 44973109c63a18b4f20811206fcaf9d6c90ea796 Mon Sep 17 00:00:00 2001 From: calvinit <541298948@qq.com> Date: Mon, 9 Jun 2025 15:26:02 +0800 Subject: [PATCH 04572/10074] java-service-wrapper: fix test failure under openjdk@24 --- Formula/j/java-service-wrapper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/j/java-service-wrapper.rb b/Formula/j/java-service-wrapper.rb index 56b7ce1ff8631..a9a4ab209e567 100644 --- a/Formula/j/java-service-wrapper.rb +++ b/Formula/j/java-service-wrapper.rb @@ -59,7 +59,8 @@ def install wrapper.java.command=#{java_home}/bin/java wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp wrapper.jarfile=#{libexec}/lib/wrapper.jar - wrapper.java.classpath.1=#{testpath} + wrapper.java.classpath.1=#{libexec}/lib/wrapper.jar + wrapper.java.classpath.2=#{testpath} wrapper.java.library.path.1=#{libexec}/lib wrapper.java.additional.auto_bits=TRUE wrapper.java.additional.1=-Xms128M From 7bfe929782866e7b8aeb3f74cf5ff7b683864bfe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:52:12 +0000 Subject: [PATCH 04573/10074] cdk8s 2.200.95 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 334abf605ef3d..e4d7ba092527b 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.94.tgz" - sha256 "3c99b13f33af5398ed2e2a7f2894031d4fa0e952f26afd4f58bdaabecffe246a" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.95.tgz" + sha256 "41d4b5fb88be61e10eb90fda3e6d570140edfe6eb892387482e32eae174ab6c4" license "Apache-2.0" bottle do From 9856c3c82cbe73d2c81a05f37abcbfa6aeb50241 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:55:23 +0000 Subject: [PATCH 04574/10074] cython 3.1.2 --- Formula/c/cython.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cython.rb b/Formula/c/cython.rb index 3df7dada66acb..012a948aa7b17 100644 --- a/Formula/c/cython.rb +++ b/Formula/c/cython.rb @@ -1,8 +1,8 @@ class Cython < Formula desc "Compiler for writing C extensions for the Python language" homepage "https://cython.org/" - url "https://files.pythonhosted.org/packages/5b/d3/bb000603e46144db2e5055219bbddcf7ab3b10012fcb342695694fb88141/cython-3.1.1.tar.gz" - sha256 "505ccd413669d5132a53834d792c707974248088c4f60c497deb1b416e366397" + url "https://files.pythonhosted.org/packages/18/40/7b17cd866158238db704965da1b5849af261dbad393ea3ac966f934b2d39/cython-3.1.2.tar.gz" + sha256 "6bbf7a953fa6762dfecdec015e3b054ba51c0121a45ad851fa130f63f5331381" license "Apache-2.0" bottle do From bcb39e32e0f3763ddebd655178ff05d0b70cbd20 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:56:45 +0000 Subject: [PATCH 04575/10074] dooit 3.2.3 --- Formula/d/dooit.rb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Formula/d/dooit.rb b/Formula/d/dooit.rb index 7f13b73f066be..27b2d0fb11d3c 100644 --- a/Formula/d/dooit.rb +++ b/Formula/d/dooit.rb @@ -3,8 +3,8 @@ class Dooit < Formula desc "TUI todo manager" homepage "https://github.com/kraanzu/dooit" - url "https://files.pythonhosted.org/packages/0f/88/9ba9d1c289f215a16afe9135ecbcbe4473b0619da2c34bc05a4502eb9823/dooit-3.2.2.tar.gz" - sha256 "5a9bd501c6291c0c4bd8ed5035a9168f0e38b7245d3b3d1cd927e61f887ef953" + url "https://files.pythonhosted.org/packages/cf/92/2a83069a1b7d2e7455f40c9c70ad63daeba0f68b52ed8e6e248144d7928c/dooit-3.2.3.tar.gz" + sha256 "5ac238f2d781c438eabc5616428697c7e0905130e80d3b814126f64a925d0c70" license "MIT" head "https://github.com/kraanzu/dooit.git", branch: "main" @@ -23,13 +23,13 @@ class Dooit < Formula depends_on "python@3.13" resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "greenlet" do - url "https://files.pythonhosted.org/packages/34/c1/a82edae11d46c0d83481aacaa1e578fea21d94a1ef400afd734d47ad95ad/greenlet-3.2.2.tar.gz" - sha256 "ad053d34421a2debba45aa3cc39acf454acbcd025b3fc1a9f8a0dee237abd485" + url "https://files.pythonhosted.org/packages/c9/92/bb85bd6e80148a4d2e0c59f7c0c2891029f8fd510183afc7d8d2feeed9b6/greenlet-3.2.3.tar.gz" + sha256 "8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365" end resource "linkify-it-py" do @@ -88,18 +88,18 @@ class Dooit < Formula end resource "sqlalchemy" do - url "https://files.pythonhosted.org/packages/68/c3/3f2bfa5e4dcd9938405fe2fab5b6ab94a9248a4f9536ea2fd497da20525f/sqlalchemy-2.0.40.tar.gz" - sha256 "d827099289c64589418ebbcaead0145cd19f4e3e8a93919a0100247af245fa00" + url "https://files.pythonhosted.org/packages/63/66/45b165c595ec89aa7dcc2c1cd222ab269bc753f1fc7a1e68f8481bd957bf/sqlalchemy-2.0.41.tar.gz" + sha256 "edba70118c4be3c2b1f90754d308d0b79c6fe2c0fdc52d8ddf603916f83f4db9" end resource "textual" do - url "https://files.pythonhosted.org/packages/34/99/8408761a1a1076b2bb69d4859ec110d74be7515552407ac1cb6b68630eb6/textual-3.2.0.tar.gz" - sha256 "d2f3b0c39e02535bb5f2aec1c45e10bd3ee7508ed1e240b7505c3cf02a6f00ed" + url "https://files.pythonhosted.org/packages/6d/96/02751746cf6950e9e8968186cb42eed1e52d91e2c80cc52bb19589e25900/textual-3.3.0.tar.gz" + sha256 "aa162b92dde93c5231e3689cdf26b141e86a77ac0a5ba96069bc9547e44119ae" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzlocal" do From cc0055d4b006a9e7be1ff8806850f3aa9b7c4aa5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:02:43 +0000 Subject: [PATCH 04576/10074] jackett 0.22.2002 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 4da12ae37073d..b344f07c8e313 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.1999.tar.gz" - sha256 "9e4451fd6c1af1787a1e2ec251ece0503e92bfb26bf76afa9920da755344a79a" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2002.tar.gz" + sha256 "1d5359a376e079a636d88298ac1133e90bb991642eb0a83a4a88f4660bd93db8" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 37477c7cf665173cd238165053fed9024ebdc1eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:09:31 +0000 Subject: [PATCH 04577/10074] nerdlog 1.10.0 --- Formula/n/nerdlog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nerdlog.rb b/Formula/n/nerdlog.rb index b1e1b98d3dd91..f4588ce714aaf 100644 --- a/Formula/n/nerdlog.rb +++ b/Formula/n/nerdlog.rb @@ -1,8 +1,8 @@ class Nerdlog < Formula desc "TUI log viewer with timeline histogram and no central server" homepage "https://dmitryfrank.com/projects/nerdlog/article" - url "https://github.com/dimonomid/nerdlog/archive/refs/tags/v1.9.0.tar.gz" - sha256 "f9200cfa605a3b2724c0615118a1c3bb8dc32428133ac8077fa12c83a9e55976" + url "https://github.com/dimonomid/nerdlog/archive/refs/tags/v1.10.0.tar.gz" + sha256 "95fb629044c5a74c2c541d4c39a9622674f15e59b98e6d1b025a47c218f69189" license "BSD-2-Clause" head "https://github.com/dimonomid/nerdlog.git", branch: "master" From ec4c796af25d7fa116afde6de386a21ead57fcc0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:09:34 +0000 Subject: [PATCH 04578/10074] icloudpd: bump python resources --- Formula/i/icloudpd.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/i/icloudpd.rb b/Formula/i/icloudpd.rb index 4a0ea45db4f79..98928f03c8c1e 100644 --- a/Formula/i/icloudpd.rb +++ b/Formula/i/icloudpd.rb @@ -8,6 +8,7 @@ class Icloudpd < Formula tag: "v1.28.1", revision: "ad1a381fb24a82154d07c4469d323ad5fb463ffd" license "MIT" + revision 1 head "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", branch: "master" bottle do @@ -43,8 +44,8 @@ class Icloudpd < Formula end resource "flask" do - url "https://files.pythonhosted.org/packages/89/50/dff6380f1c7f84135484e176e0cac8690af72fa90e932ad2a0a60e28c69b/flask-3.1.0.tar.gz" - sha256 "5f873c5184c897c8d9d1b05df1e3d01b14910ce69607a117bd3277098a5836ac" + url "https://files.pythonhosted.org/packages/c0/de/e47735752347f4128bcf354e0da07ef311a78244eba9e3dc1d4a5ab21a98/flask-3.1.1.tar.gz" + sha256 "284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e" end resource "idna" do @@ -108,8 +109,8 @@ class Icloudpd < Formula end resource "pytz" do - url "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz" - sha256 "2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "requests" do @@ -138,13 +139,13 @@ class Icloudpd < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzlocal" do - url "https://files.pythonhosted.org/packages/04/d3/c19d65ae67636fe63953b20c2e4a8ced4497ea232c43ff8d01db16de8dc0/tzlocal-5.2.tar.gz" - sha256 "8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e" + url "https://files.pythonhosted.org/packages/8b/2e/c14812d3d4d9cd1773c6be938f89e5735a1f11a9f184ac3639b93cef35d5/tzlocal-5.3.1.tar.gz" + sha256 "cceffc7edecefea1f595541dbd6e990cb1ea3d19bf01b2809f362a03dd7921fd" end resource "urllib3" do From a923d5f2cc2266c52371896a3e86c37cfeb7f031 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:10:37 +0000 Subject: [PATCH 04579/10074] oh-my-posh 26.5.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 593f489d060e7..9e7f7af12ba5b 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.4.1.tar.gz" - sha256 "5bc3624c32ff7bec1294a9cd0fb9112544f9e11c2402682ba71bc872f1e9870d" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.5.0.tar.gz" + sha256 "66ef52724879a129fa75c9da671034a19bfee79b46d952dd20fcd9f2289fdf36" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 0a5d180cd018f67b0a290015e25b33603aaed3f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:12:22 +0000 Subject: [PATCH 04580/10074] peru 1.3.4 --- Formula/p/peru.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/peru.rb b/Formula/p/peru.rb index cf30d0952681e..03bdeb41fdda1 100644 --- a/Formula/p/peru.rb +++ b/Formula/p/peru.rb @@ -3,8 +3,8 @@ class Peru < Formula desc "Dependency retriever for version control and archives" homepage "https://github.com/buildinspace/peru" - url "https://files.pythonhosted.org/packages/a8/45/cec03aca5ab8a8a1ff8248dcd5c9f17e5a7e9c9e8e9d0b9a135a1c0605e7/peru-1.3.3.tar.gz" - sha256 "ac6b0d0e85fbe7d57d4587b4e58551de83fd4af4f8245a0851414898cce3e1b1" + url "https://files.pythonhosted.org/packages/0e/96/dc9e467f61327b686b6e775ecf7e365011c44fd25b34114de926dfb54f15/peru-1.3.4.tar.gz" + sha256 "2ff19ae8569b783177d5cf9fb6c0e306698f7397603f2fdf4a0672d15f7dbd73" license "MIT" bottle do From 834066e309850fdb4d2356ef430d90ffbc38dd19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:16:12 +0000 Subject: [PATCH 04581/10074] rust-analyzer 2025-06-09 --- Formula/r/rust-analyzer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index 1a73291bd025d..b061ff83a9a16 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -2,8 +2,8 @@ class RustAnalyzer < Formula desc "Experimental Rust compiler front-end for IDEs" homepage "https://rust-analyzer.github.io/" url "https://github.com/rust-lang/rust-analyzer.git", - tag: "2025-06-02", - revision: "2a388d1103450d814a84eda98efe89c01b158343" + tag: "2025-06-09", + revision: "9fc1b9076cf49c7f54497df9cfa4485a63f14d3e" license any_of: ["Apache-2.0", "MIT"] bottle do From c1c2b7e65d626836fd25eb3a7b1d7e5dea5ac81f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:16:34 +0000 Subject: [PATCH 04582/10074] sby 0.54 --- Formula/s/sby.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sby.rb b/Formula/s/sby.rb index 603de63b9648a..3940068563266 100644 --- a/Formula/s/sby.rb +++ b/Formula/s/sby.rb @@ -3,8 +3,8 @@ class Sby < Formula desc "Front-end for Yosys-based formal verification flows" homepage "https://symbiyosys.readthedocs.io/en/latest/" - url "https://github.com/YosysHQ/sby/archive/refs/tags/v0.53.tar.gz" - sha256 "b62ad03264a73e02e5ffb3b73bfa3b420f47a00d6f82f203c15e2f19f8a60b13" + url "https://github.com/YosysHQ/sby/archive/refs/tags/v0.54.tar.gz" + sha256 "9bc0df922dac71dae18f4a43db5a75da0e9c7b8800416f86cb62f94f4f2f98f9" license "ISC" head "https://github.com/YosysHQ/sby.git", branch: "main" From 26f645df00f10e96fb098ce3e7facdd6808ed8fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:20:05 +0000 Subject: [PATCH 04583/10074] tomcat 11.0.8 --- Formula/t/tomcat.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tomcat.rb b/Formula/t/tomcat.rb index f7b525eea11a6..698a74c942bdd 100644 --- a/Formula/t/tomcat.rb +++ b/Formula/t/tomcat.rb @@ -1,9 +1,9 @@ class Tomcat < Formula desc "Implementation of Java Servlet and JavaServer Pages" homepage "https://tomcat.apache.org/" - url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-11/v11.0.7/bin/apache-tomcat-11.0.7.tar.gz" - mirror "https://archive.apache.org/dist/tomcat/tomcat-11/v11.0.7/bin/apache-tomcat-11.0.7.tar.gz" - sha256 "2fcece641c62ba1f28e1d7b257493151fc44f161fb391015ee6a95fa71632fb9" + url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-11/v11.0.8/bin/apache-tomcat-11.0.8.tar.gz" + mirror "https://archive.apache.org/dist/tomcat/tomcat-11/v11.0.8/bin/apache-tomcat-11.0.8.tar.gz" + sha256 "0464f73918827ad1b985d870a5e856d6575f109d0cad610a4a1a3db0fa9a7572" license "Apache-2.0" bottle do From 0e1243f3f92131a31e312d19b6f986a1fec60863 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:23:14 +0000 Subject: [PATCH 04584/10074] ykman 5.7.1 --- Formula/y/ykman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/ykman.rb b/Formula/y/ykman.rb index 7c7b4f576f333..2649fb8b879e6 100644 --- a/Formula/y/ykman.rb +++ b/Formula/y/ykman.rb @@ -3,8 +3,8 @@ class Ykman < Formula desc "Tool for managing your YubiKey configuration" homepage "https://developers.yubico.com/yubikey-manager/" - url "https://files.pythonhosted.org/packages/d1/e2/7037a16f72d10939384744366f3797cc3052fc726a7bd001f9ed28bfe1c9/yubikey_manager-5.7.0.tar.gz" - sha256 "9a69212ac32ed82a78a287417d0cf476043388c28f84c356a8196f0f5c29a830" + url "https://files.pythonhosted.org/packages/e3/cd/c409207ccc45c066cb66d353217988b5cb07d3259c7c3b601a7090fa4f9d/yubikey_manager-5.7.1.tar.gz" + sha256 "0200efca86eb310e19b841a2e365812c83c19f8e65f8c6065e14bbb7b4a58ef3" license "BSD-2-Clause" head "https://github.com/Yubico/yubikey-manager.git", branch: "main" From 580abab2e2e3cc0aa109b3e76fe3454b59c7a38c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:23:26 +0000 Subject: [PATCH 04585/10074] yosys 0.54 --- Formula/y/yosys.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yosys.rb b/Formula/y/yosys.rb index bfcf33ec98c99..843023f351acf 100644 --- a/Formula/y/yosys.rb +++ b/Formula/y/yosys.rb @@ -1,8 +1,8 @@ class Yosys < Formula desc "Framework for Verilog RTL synthesis" homepage "https://yosyshq.net/yosys/" - url "https://github.com/YosysHQ/yosys/releases/download/v0.53/yosys.tar.gz" - sha256 "126e93d82ceca9ece1cf973b395b46a1cc8105651a8ecf3de9afbe786cdeea58" + url "https://github.com/YosysHQ/yosys/releases/download/v0.54/yosys.tar.gz" + sha256 "99e2a5661e998a23c7c100af4bb63aebb96f13d5d68086ae6a5f1ce920e9783c" license "ISC" head "https://github.com/YosysHQ/yosys.git", branch: "main" From bd341551c81cdb0d62eb631ea24dae8cc02c07f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:35:07 +0000 Subject: [PATCH 04586/10074] yosys: update 0.54 bottle. --- Formula/y/yosys.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yosys.rb b/Formula/y/yosys.rb index 843023f351acf..001c862b32efd 100644 --- a/Formula/y/yosys.rb +++ b/Formula/y/yosys.rb @@ -7,13 +7,13 @@ class Yosys < Formula head "https://github.com/YosysHQ/yosys.git", branch: "main" bottle do - sha256 arm64_sequoia: "b73197d7f42cdcd1fbee367d6f7fd3a155c8ad5d04bce3943a94eeaea107eee1" - sha256 arm64_sonoma: "ce9e23d578942c0500492fce049d759d58b326cfe65e2459814d08189d77f781" - sha256 arm64_ventura: "0dad0c6a7aef5ad9ccc7f77e90d2de12bf5cb7e95602f36df4e1aa6191deff5c" - sha256 sonoma: "f5b6cc4c7f020672c173cb00a0ebd7ce630856d4545213da77f7872cdf37315f" - sha256 ventura: "fba2dfced224f204b7ca1adce942333c9bef7e293de1a93fa6f2917952a0eb53" - sha256 arm64_linux: "b12298d0378ed7a6864051582c095f3e0ae0113afe179cc483d364a034502b67" - sha256 x86_64_linux: "bb83f2fb27033d91a3140385090942b1894d2cdb3522dc638c928300cb6f6374" + sha256 arm64_sequoia: "627cd3b46c93fcb2525e44250c9a23c20e3183f7ba25b7e17c8bedef3d982baf" + sha256 arm64_sonoma: "e691935e8cd4e2d2731ff2286b0d5d72082c193cef4d25073f69fdf2f064ce6f" + sha256 arm64_ventura: "c8666f10a8839f1dc1022f6668a29681c1849f3c3d366182858f980d97ed9c5c" + sha256 sonoma: "204622cc83b69cfd6d833c479ab98639808cb319eddc8380ac633943199c9121" + sha256 ventura: "3bc02492ebbf89e33c4765ec8706bbeec353cd9e07b088f8fd747629972ecb9c" + sha256 arm64_linux: "f4f30e419f173bca31ef1d3511c05e5d0e7c28b0ef04a2b4b451c4067cb00b1d" + sha256 x86_64_linux: "11b9db7cf32186cea4f004f70ff65e36c88ec47cf8259072cfc14ea04961e4c9" end depends_on "bison" => :build From e1ed7652c58031792102c26ef8cba104f2bd49d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:35:26 +0000 Subject: [PATCH 04587/10074] ykman: update 5.7.1 bottle. --- Formula/y/ykman.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/ykman.rb b/Formula/y/ykman.rb index 2649fb8b879e6..092f079aad437 100644 --- a/Formula/y/ykman.rb +++ b/Formula/y/ykman.rb @@ -9,13 +9,13 @@ class Ykman < Formula head "https://github.com/Yubico/yubikey-manager.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2db45fdd68c86836c0f2936835e11e5d1385a162d0dff027ce0b56a6630a730f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e101b01d362b695d1818a81c95c5d8fdcdd5170b6e490bc5e1bdfca23a817ac" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1de046d5180a223cff87dd1a67211404717d9ba6a864bcf1503009dfc37883f4" - sha256 cellar: :any_skip_relocation, sonoma: "f454774ff7aeaba4ebd20bba5c37998600ad872e3d67db713f689b07b17103aa" - sha256 cellar: :any_skip_relocation, ventura: "7febcee7110dd53648ec23859fa376832fb8d343178c74bc3d01c92d5e1e9c88" - sha256 cellar: :any_skip_relocation, arm64_linux: "79d978ddcc94eb3c65b409f9be4c9b1122372dc412e9931a654ee7109cfd8801" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fbcf19200208c02459ed0c763124dc7c986215b37cb45338c01026bbeddab301" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "85150be76587bd4f9d32e70effdf9b0a77938771f6ebdafc1a6a6c63eb0343a9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "db5ed634cea1d8948d394d183f11de9a6f823975f995f6f23ce2bfc619f66a60" + sha256 cellar: :any_skip_relocation, arm64_ventura: "49123578bc6246d77cd0ef1c2b320d17edb909a1cf498ddb7103467d6a6d7c1b" + sha256 cellar: :any_skip_relocation, sonoma: "0865ab79d1250279cc1a644b8b8699d69fbd722a009d8a2467a4c5265913e7b7" + sha256 cellar: :any_skip_relocation, ventura: "041373becb28bf2681e43211e8db2db51838fa1b74640272aa186e0ee57148d4" + sha256 cellar: :any_skip_relocation, arm64_linux: "092f954a3ca429329dc3c944d6240fe8c18cd3a9051261fc8592dcacc3e1f86d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b0bae2584956090e278b133ff98f42dea809b61ce917cb284e9733f3ed55fd05" end depends_on "swig" => :build From 672067c3acadfa2be16420bc6087927d1631c0b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:35:33 +0000 Subject: [PATCH 04588/10074] tomcat: update 11.0.8 bottle. --- Formula/t/tomcat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/tomcat.rb b/Formula/t/tomcat.rb index 698a74c942bdd..32e10e4ba984a 100644 --- a/Formula/t/tomcat.rb +++ b/Formula/t/tomcat.rb @@ -7,7 +7,7 @@ class Tomcat < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "2407524101991450c2c48e0ffe61ceb9b05f51ca08742fc3ac8775c5136cea1b" + sha256 cellar: :any_skip_relocation, all: "7e8dc95712f2a7201a919188be96b78a69dcba9e2c873fa27d28e416c86c2090" end depends_on "openjdk" From 70bbb53673cf790999382c854ffe999829d1746e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:36:00 +0000 Subject: [PATCH 04589/10074] sby: update 0.54 bottle. --- Formula/s/sby.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sby.rb b/Formula/s/sby.rb index 3940068563266..7e59b68e64ba1 100644 --- a/Formula/s/sby.rb +++ b/Formula/s/sby.rb @@ -9,13 +9,13 @@ class Sby < Formula head "https://github.com/YosysHQ/sby.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d3c4339e64fa6e25c1918d86817ac60e9dc2be7a5e0406b7f08567551672dba" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5d3c4339e64fa6e25c1918d86817ac60e9dc2be7a5e0406b7f08567551672dba" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5d3c4339e64fa6e25c1918d86817ac60e9dc2be7a5e0406b7f08567551672dba" - sha256 cellar: :any_skip_relocation, sonoma: "5d3c4339e64fa6e25c1918d86817ac60e9dc2be7a5e0406b7f08567551672dba" - sha256 cellar: :any_skip_relocation, ventura: "5d3c4339e64fa6e25c1918d86817ac60e9dc2be7a5e0406b7f08567551672dba" - sha256 cellar: :any_skip_relocation, arm64_linux: "3795e2284954d8980acb800d5ee3831a17fa93893a0ce4ba985fa77323d29f2b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3795e2284954d8980acb800d5ee3831a17fa93893a0ce4ba985fa77323d29f2b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1538ac94e094c01dc3ad4f27632fe344969c12efd6ee479b86668ad61204103f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1538ac94e094c01dc3ad4f27632fe344969c12efd6ee479b86668ad61204103f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1538ac94e094c01dc3ad4f27632fe344969c12efd6ee479b86668ad61204103f" + sha256 cellar: :any_skip_relocation, sonoma: "1538ac94e094c01dc3ad4f27632fe344969c12efd6ee479b86668ad61204103f" + sha256 cellar: :any_skip_relocation, ventura: "1538ac94e094c01dc3ad4f27632fe344969c12efd6ee479b86668ad61204103f" + sha256 cellar: :any_skip_relocation, arm64_linux: "2b6ad5de4a617d579d3b240f164864cd303bf4a64e1e6413a0c782450bf2577f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2b6ad5de4a617d579d3b240f164864cd303bf4a64e1e6413a0c782450bf2577f" end depends_on "yices2" => :test From 885a977db256140fbad15e44ae5306bfe599b64e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:36:14 +0000 Subject: [PATCH 04590/10074] rust-analyzer: update 2025-06-09 bottle. --- Formula/r/rust-analyzer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index b061ff83a9a16..7d4718b59b5df 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -7,13 +7,13 @@ class RustAnalyzer < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a46aa937a451244a8206ceafb61bce2b5fe421c836ebb27a76ff2dc6af9e07d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c244ad8ba7c6d4f69d1765462e9fe78cd474dd611f145fc54fc50e3466919260" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6cbac1922be75b6ead1dc2534e82ec716ee558f52e419bb71555f87779d11c88" - sha256 cellar: :any_skip_relocation, sonoma: "15ac6aa81430ce891324d0945ea96bc7702f9a011a32e12325c90f99cc8f6e67" - sha256 cellar: :any_skip_relocation, ventura: "cb4899fda36302dab030fa3674d2b28c8ea842c544a624c153b192ced1688a29" - sha256 cellar: :any_skip_relocation, arm64_linux: "09ff247cf6c801f3b35cf02045d8e8c04eb1c53e22003c4d785dd582bc803698" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0bb8d0996c7af3ee1226e2bf21893951bba5732766acca402d9260836259986f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "55c17c250d691a4ffe1d3ab6191472432d7df7c25872384404af613f1ce5d463" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0573f34e3d7c10c2023f6feea5fdf434b5cbba39f5c06481e3814ed2d8c9e8bc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3c725fa4f839352043b5b66405cba8a18da43e96e6171e0f878081ca6fb7b838" + sha256 cellar: :any_skip_relocation, sonoma: "437398b2010a5c6adad2fd4affde089ff6468d8fe82c700d44fb956c522c3c29" + sha256 cellar: :any_skip_relocation, ventura: "4c411a283852c64d4866d376f9a3d90baa39a024c3306577dfaa452d7a342c95" + sha256 cellar: :any_skip_relocation, arm64_linux: "1e7bbf4f86c671ade250f65a24e6ccd108304cc739caf728ff9e313a2f39710a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8130c7d1cf267cf748217e4e45fd161c99ea53216f0158802165fc81f68bd90c" end depends_on "rust" => :build From 70fb812fb7b9c01764724cdbe09116a3c4d68d12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:36:22 +0000 Subject: [PATCH 04591/10074] peru: update 1.3.4 bottle. --- Formula/p/peru.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/peru.rb b/Formula/p/peru.rb index 03bdeb41fdda1..cb8e534c17dd8 100644 --- a/Formula/p/peru.rb +++ b/Formula/p/peru.rb @@ -8,13 +8,13 @@ class Peru < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "fd7035d7b44788659c3c228fdbca57d6f918799469ca542046e70b64465e3855" - sha256 cellar: :any, arm64_sonoma: "124352399f26fd9fdc5a396a33f6f624ef613eb7a5eb07b50aac7262ac12a0c3" - sha256 cellar: :any, arm64_ventura: "ad488293d43ee05ac8eccf9e5278e7613b26a8ac960b1385d128fa78e1465f15" - sha256 cellar: :any, sonoma: "e575c707cc3431e180e541d516812c8f4303adfd3e786198da14f4af7c27ddc5" - sha256 cellar: :any, ventura: "45a48b49b8eef723df7537615fb968eb984c1c6e6a4a44634177c3ce35b367d8" - sha256 cellar: :any_skip_relocation, arm64_linux: "7e5028dc6124874490ec40f9f0ff0a588e6dce432432ebf5d8832b2c178dd00b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "73ab93c07fc0d53f07452e107fa9352fc3a269a608f0284a4baa41369c9e6257" + sha256 cellar: :any, arm64_sequoia: "beeb4f77adc52280a01149f9cdfd3b4100d6c7dd92c51aa6fb59b4a4c1d50bd9" + sha256 cellar: :any, arm64_sonoma: "6bcea08bb842546b71b214f6390e8cc31eff4b778000d178472526199a231b66" + sha256 cellar: :any, arm64_ventura: "b013421dad16894ef27b69c705cc52b729eaa7b404c70cd926b755c6ec11c461" + sha256 cellar: :any, sonoma: "374514a3186c7992d46046a34c5293d75ca9681b767cd2a4a39d112a7e2ddc15" + sha256 cellar: :any, ventura: "1ade107c73338fe0a62805099cc16d53e59ba95009055c01d6def097c4928dfc" + sha256 cellar: :any_skip_relocation, arm64_linux: "7fe0da4736ccecc7dd1b2609e57f76e1eeeddbac408f7d3cd83bb204220173e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "55ed2401a2819caa9197b706d000b153c1893036ff291ca64e6b65bd949248ef" end depends_on "libyaml" From ee6fb6602cd8de539d29399f48a92ee3fa673a53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:36:43 +0000 Subject: [PATCH 04592/10074] icloudpd: update 1.28.1_1 bottle. --- Formula/i/icloudpd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/icloudpd.rb b/Formula/i/icloudpd.rb index 98928f03c8c1e..27b8907ca01b0 100644 --- a/Formula/i/icloudpd.rb +++ b/Formula/i/icloudpd.rb @@ -12,13 +12,13 @@ class Icloudpd < Formula head "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "27e71c4da43034a935688193a05441bb117e4125462488aeb5547e750dc838ca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "14a161306a50f278a96aca00fdaa7dc0ed9505c2702940e08bcc038c2a9f5806" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2c5ae4fd2983f648bea4180ed827a2b15c8e18feca9c7aee323e9f554d019edd" - sha256 cellar: :any_skip_relocation, sonoma: "85c81882a7fd7d24979fc71dc2bbfa09837bde46dff18528d7fd6339669bdb1c" - sha256 cellar: :any_skip_relocation, ventura: "69992977f7afdda43e26513c330f6a80fb873111e99201aa0e6005c5d086b743" - sha256 cellar: :any_skip_relocation, arm64_linux: "63c167fbbb4f65b50fa2ad7e8406b496fff815665834e0141c1edb258bae6ae7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "31a408094879cd55d38ee6fd9152b73e8c8fe29021e14b20089181f7c28e8497" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb42bf067398edcbb94dee5b080dbbd04502b1ceb0572a5bbc74f50a0bc3b7eb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9af6384a0c175ed10c50e2f4f5d0c79d0a97d715b83063af9da76093ebf8efec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "69a402642cd26619c98b895c0a9cfb868637bb1f80248e628c0d93e676a98401" + sha256 cellar: :any_skip_relocation, sonoma: "169eb03973e3ccb39f34d6ac653ea9691d3661cdd17eb432a8925ca2ec677d3f" + sha256 cellar: :any_skip_relocation, ventura: "d2e8dbe347b546ad3ca5c589d3478237c7d91de0f22c484df154b4a9013dad43" + sha256 cellar: :any_skip_relocation, arm64_linux: "de289a69dc230b34cc08f700af4bbdafffba71b61198c84bd20d45c5e1c9a0ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0e6a503a68d14f2857dfd8f9d704724ca8a07c22d09f7499a1d04f2647473633" end depends_on "certifi" From 49305307675503e3b793cc02ac13457da90d6f57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:37:05 +0000 Subject: [PATCH 04593/10074] nerdlog: update 1.10.0 bottle. --- Formula/n/nerdlog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/nerdlog.rb b/Formula/n/nerdlog.rb index f4588ce714aaf..c6105ccc44353 100644 --- a/Formula/n/nerdlog.rb +++ b/Formula/n/nerdlog.rb @@ -7,12 +7,12 @@ class Nerdlog < Formula head "https://github.com/dimonomid/nerdlog.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fb4a61c163f6d6ccc6f635213b1d80b23146df3ad55f1df384d1ef6ebb7b3c5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c9b4e0036ac9ac9d9c8ade6ee1ad0f0d144566724f6b061e599cfd6fdcdae14f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fe61c13a8bae7365d6b083bdccd2518c3458c910fc8bb5ee2047cde75cad06a0" - sha256 cellar: :any_skip_relocation, sonoma: "e18f584a77f3460551346dee4cd171b6c277ae7df2a4bd735d1117ec56fba59a" - sha256 cellar: :any_skip_relocation, ventura: "e67f0c2d73df30174616281758b8a8719bc287a9eaf03adfb8702a156d470486" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bc16219735c2bc87d193951c8c04731d7347d3cf17567d33dc086482a45c07a9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6fb84d243d9107eb44579b8efb03c69d1378ce7d51000e1485f7204d115db7e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9336a81b6b484ea7d3381cb51c854a2ab11f23e2d5a06ad1b7639e0d956ec503" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9ce359089fa9e49ad6b31ce3e6b85e7c39f4ecdc0a71acc8f9070246566bfa24" + sha256 cellar: :any_skip_relocation, sonoma: "942073a7a936ef2b14570bb472c2e044a21ccd43d9cc8076bb4524e2f026dd60" + sha256 cellar: :any_skip_relocation, ventura: "fe0e4d94a6541428b5932e6dd1fd26165f4ea70dfc4767d3051bb2191c302a02" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9007cfebff78d395297b19ebf89943c4ca617db012ba47246a8f9389030e5faf" end depends_on "go" => :build From b87c218d3d5a691491812c6b23adaba423169f98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:37:19 +0000 Subject: [PATCH 04594/10074] dooit: update 3.2.3 bottle. --- Formula/d/dooit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dooit.rb b/Formula/d/dooit.rb index 27b2d0fb11d3c..af12f71353b0e 100644 --- a/Formula/d/dooit.rb +++ b/Formula/d/dooit.rb @@ -9,13 +9,13 @@ class Dooit < Formula head "https://github.com/kraanzu/dooit.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "31d3daf7728e9a2d00606bbfb0226408a3833fa03b7e6d7a7c3c4ffa5af62317" - sha256 cellar: :any, arm64_sonoma: "5a4ff1ac059b30c4570ef1ba771c063a5f1d80e942918fcb8bd6d05667c67591" - sha256 cellar: :any, arm64_ventura: "5182797225f133ce3c7f758e89f2599f3cb9e7bfc05b008a324b79811ff42344" - sha256 cellar: :any, sonoma: "27be32f80235fc4b29bcd5d5fe0e5a8cc11f0cd6628d46d283c09e356d37db83" - sha256 cellar: :any, ventura: "f7e53e1d767b4c43f85b7ff7a9dd971bee6d5abcbcbd6b65e271008355a911d1" - sha256 cellar: :any_skip_relocation, arm64_linux: "1553693744a2be536c2e57f7105cf3cbeaf10cf3f3037fa8741c3af187a0f5a2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9024438caae6b9b611cbbc8e83701ad4a14767dbd056c1133b1f6c2b0d8c29b2" + sha256 cellar: :any, arm64_sequoia: "8047ea87fead5fee013e42473bfc468ecea6c4e92c5613e20fa351b6b6868102" + sha256 cellar: :any, arm64_sonoma: "69ee89a2ac8de7643e8027db3c47c66cda323812f5cda655eb55a7b713489598" + sha256 cellar: :any, arm64_ventura: "193c34d754ee15a4c34ac70126513bc6728444fdae801f9faaf7124adfcb42c5" + sha256 cellar: :any, sonoma: "9e6508f0952cebb70e33c1e52263a17ee86ace45614cd67983598f9eab5c0b72" + sha256 cellar: :any, ventura: "4b0b6625df2341d618c5aa8f747fb50f383eeda34c6a9205d382038772b4f929" + sha256 cellar: :any_skip_relocation, arm64_linux: "91e4c510fe23e24702bcec6b1bbeca2e9ad76f8fc20b8e567f9ae6c053d501df" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bba39beee68ca9679573e86bea3528a63fa1efbf2f9106098d6674d7467d8c02" end depends_on "cmake" => :build From 88d73e91a4997b599f8876bdb8d9df45c5c3a9dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:37:45 +0000 Subject: [PATCH 04595/10074] cython: update 3.1.2 bottle. --- Formula/c/cython.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cython.rb b/Formula/c/cython.rb index 012a948aa7b17..c21bd73049e2a 100644 --- a/Formula/c/cython.rb +++ b/Formula/c/cython.rb @@ -6,13 +6,13 @@ class Cython < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf7c98505aaf21e380629590010aa0f3ef60a5a3fedcb7a48f73aa0c0f837393" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "133a74a0e78c35709444d4d5ff3e0c823546ee96088bad7f6e231c4ffa2b4283" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ac6aec182f253e6943d95e304357b879dd36bbd0044c226a984740894791429" - sha256 cellar: :any_skip_relocation, sonoma: "7f2beab53b6769fee72ad394c476904ebb065ab535d95bed63e8961d929801f2" - sha256 cellar: :any_skip_relocation, ventura: "43ca32fffe5b4edc178df6d10f8f300819c8d4222869ea580b52b7e829cb9b7c" - sha256 cellar: :any_skip_relocation, arm64_linux: "260aec6bc16a6adec1764f81af0131a3e097f71eba51fa2611f624a0df766c32" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0c85c7499237dd93f3f4db4cc358f6eb872751ef64647deac70977ce6224cb55" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6149b960fe4b737e331e86645b1c9d508ff7bdc8cf5b73e99d165096fc7f94b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a08b16148b890d63f6204eb10c8d906f72751fb23b6bce79b5d63f84ac2bda8c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "eb1ac6f6d311be63424bda991ddd9f9a7179635809151f6b349f8ddd72e856db" + sha256 cellar: :any_skip_relocation, sonoma: "18d0ede4966c9f220f502c08a0441e8f344f34d6a00d105bb6943f5a966cbf85" + sha256 cellar: :any_skip_relocation, ventura: "d78513b902111d7826c52f6a04035b248d04656144e75ca59ee7b27ddc6d6311" + sha256 cellar: :any_skip_relocation, arm64_linux: "0730c3aca106185dcf247e5af41ee3ca03f40d576790f8a1245547293768509e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "862da5fc26bf6ffc960159a4cb25992b9751a1ad90212db666e9d56a449c967f" end keg_only <<~EOS From 88772649bb3e4b71bbb1b2ee69c7ea5b4f9027c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:37:55 +0000 Subject: [PATCH 04596/10074] cdk8s: update 2.200.95 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index e4d7ba092527b..4fe1f8fb5e957 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" - sha256 cellar: :any_skip_relocation, sonoma: "9688282f14631ecc0d393c6c056e220c73b1843463cb296e2e498b868da8d3e6" - sha256 cellar: :any_skip_relocation, ventura: "9688282f14631ecc0d393c6c056e220c73b1843463cb296e2e498b868da8d3e6" - sha256 cellar: :any_skip_relocation, arm64_linux: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dd265d39633ee3026ce4df0f8bbd63a308b5f6214b74ea03b82d4fb0d855f69d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" + sha256 cellar: :any_skip_relocation, sonoma: "f080f9ec79162dcbd15be7fb954d0985758ee6edbfabbf41260e9c1383122ed3" + sha256 cellar: :any_skip_relocation, ventura: "f080f9ec79162dcbd15be7fb954d0985758ee6edbfabbf41260e9c1383122ed3" + sha256 cellar: :any_skip_relocation, arm64_linux: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" end depends_on "node" From 44071a9378ec1442dd0c1bc8f402318d477ec32f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:38:21 +0000 Subject: [PATCH 04597/10074] seaweedfs: update 3.90 bottle. --- Formula/s/seaweedfs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/seaweedfs.rb b/Formula/s/seaweedfs.rb index 97067cf522716..8b7beb93ca990 100644 --- a/Formula/s/seaweedfs.rb +++ b/Formula/s/seaweedfs.rb @@ -13,12 +13,12 @@ class Seaweedfs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "737a6da27962bfa7b78a76c7178eac643dc8b34cc559cd482303ba9d57d9e74f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4c98dcc657e7021a388e0b4ba718f6db10e51a73ca59e3f4358f5d9aba8540f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "43868be886a595e50fe125f46503726a31e1409e622a236564034693295a93dc" - sha256 cellar: :any_skip_relocation, sonoma: "338fc8c435be7c5132107ed24cab5bfb7d5953c41f6ab1b91b321270a583fab3" - sha256 cellar: :any_skip_relocation, ventura: "94c660a4f7670f98c114c5d6fcc62d18f0ad323290d563ba26948676b1c73c8d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c7efba33b99f934f11763f6d70f2d1bd56059233036880f5184ce89316c386d4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b5edc8698db303f2bd69af7b82b05437c2d24558bcd117a40ff5053e803fce0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd9b92e6cc9d7dabf39709b400517ba8fba22e5b82be4c777970e1d4c3df7ea2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "67248404de0acf748394a4b8642a5c23320bf47f8a59bba919070d38ce6520bc" + sha256 cellar: :any_skip_relocation, sonoma: "0688f102fefdcd49d331eabf09544aa329ed84db8f1bb2a658d4fedf8a951556" + sha256 cellar: :any_skip_relocation, ventura: "36c14bcd8fac941a119858edf56c6ffbc5256c914dd8ffc64fe1c6f367fd409c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1be6abbf3fa230ebad9f9e27782e647be093d1d5d1caa886e308f07d246db2e3" end depends_on "go" => :build From dcd42d5191ac1a31a925978faf536055853ef175 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:38:33 +0000 Subject: [PATCH 04598/10074] mold: update 2.40.1 bottle. --- Formula/m/mold.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mold.rb b/Formula/m/mold.rb index ff2f4face0e01..6945e544345c0 100644 --- a/Formula/m/mold.rb +++ b/Formula/m/mold.rb @@ -15,13 +15,13 @@ class Mold < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "6a3b7de9bbbfb364a531a64be2832a97129435985c6dede2f315eab17e5951ce" - sha256 cellar: :any, arm64_sonoma: "a651e31a2f57f6064a86070467e4db12fecb379106d4bf5d0f297a788295bcc7" - sha256 cellar: :any, arm64_ventura: "bf6d2d220e4773eaf8b3e9cfeadae57145dda34462c9a10dbe2f1bda7cd3b01f" - sha256 cellar: :any, sonoma: "ef35ce5f2a6a069ad4b37794241c305bf6d17bb2918b5ad1c59dd68aebe31868" - sha256 cellar: :any, ventura: "de59aa1cfb6098e23df1cc96e3d62550b39d1a0ffd1ae3c558c82198fa5c1368" - sha256 cellar: :any_skip_relocation, arm64_linux: "b750229fe4364318e4a7ba0db1fc60089b7df5fcdec75cf97974f8ed86c90f48" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4edd2600bf10982548f59bf8073afecf049daa14d74c074fedc3ca06516355fc" + sha256 cellar: :any, arm64_sequoia: "bf323580918e0ce07b0ba3d3eda052f27ddca31a41d13d94d808b5e437a90aa9" + sha256 cellar: :any, arm64_sonoma: "f5ee2cd50c2f64fefb37f3f37d9e34c17d5d8cb867efcd3297c4e144ed286821" + sha256 cellar: :any, arm64_ventura: "697ad14335e95d226b69b6335da056fa3a4c3d934c9a037f58dcb07eb68d31fc" + sha256 cellar: :any, sonoma: "e9bba4b8bb463cf8098dcb1d0afd7dc93b208eab742369f3e5892f11a9cf3282" + sha256 cellar: :any, ventura: "312b38e356e19cabafaf0164a0189832dce9f91a325162cfc485da30b1828624" + sha256 cellar: :any_skip_relocation, arm64_linux: "6cac5ebd798b98e8c133fe038cd9b8ea06628532f6003769c0323e5174f856cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eda5042f4ab9dcc808166f30ab75356e39aa7bdea0f2ac401bd75ef8151f77d3" end depends_on "cmake" => :build From 954453188b0cff1767043ad1cdc2f6d0e0e2d446 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:39:11 +0000 Subject: [PATCH 04599/10074] libphonenumber: update 9.0.7 bottle. --- Formula/lib/libphonenumber.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libphonenumber.rb b/Formula/lib/libphonenumber.rb index d85fb89a350a5..1d458431e9188 100644 --- a/Formula/lib/libphonenumber.rb +++ b/Formula/lib/libphonenumber.rb @@ -11,13 +11,13 @@ class Libphonenumber < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "72c4fcf04b7f88b131d9140ac8ad63e2e961cc0cc0fbcf747613c437df1d66c0" - sha256 cellar: :any, arm64_sonoma: "f00af52ab5f63ffb2496ed732c06b44b7aa24a7772025be91ccbc11fc57af3c3" - sha256 cellar: :any, arm64_ventura: "57bbc535d91f8e61ddd5b315d08263db7fe8268a871ba4a7ef092b0031608de8" - sha256 cellar: :any, sonoma: "07211340020f52e35744605da8819c5b2eb09a90c7622ad67199403ecc592910" - sha256 cellar: :any, ventura: "7b70ec79c3f8402a72a4f7bc3b3134c7d546039dd4d14dae3c29f0efaf0b320c" - sha256 cellar: :any_skip_relocation, arm64_linux: "d51cff3b7351c0abb4f58450ef38434c24348a010dd5b119aa18bc23fd0f5463" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8cf7313fc95a65a6ed9d072edc11ae155146ff8e282faf5fa54dfe27d8db7877" + sha256 cellar: :any, arm64_sequoia: "8c49b653c849e8feee536a4edf9db1312d19119ff9c1ebaf118919f53e3496bd" + sha256 cellar: :any, arm64_sonoma: "3aa14d308d08fc353a95ac8148c4d14fc2b8a052a054deaeb5f4a553a7326edc" + sha256 cellar: :any, arm64_ventura: "5fdf9e0c1e645cea7276b890ece0c62eba446c35a16a335e939038fbe6f9845c" + sha256 cellar: :any, sonoma: "698b5b23b22139c8dfd7149c93c0a6a748ec1ed89bc847787ebca8968f0edce1" + sha256 cellar: :any, ventura: "e7a5ffc45484bf4621cd45b75cae3efd78843bd4074b38ffe30366e134051801" + sha256 cellar: :any_skip_relocation, arm64_linux: "ca6d004ed21c200d75a12b285f3ce60b16901dc34053468ea9055fa922c37920" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed1a418bb9c01fb1c74176627854f8d730917fa81fedc47e52b18484c2af5d8a" end depends_on "cmake" => [:build, :test] From 9d86508f304d912797636d0be8eca4408f1e47a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:40:12 +0000 Subject: [PATCH 04600/10074] openexr: update 3.3.4 bottle. --- Formula/o/openexr.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openexr.rb b/Formula/o/openexr.rb index 3cf5ae8662be9..94e8717fbeea4 100644 --- a/Formula/o/openexr.rb +++ b/Formula/o/openexr.rb @@ -6,13 +6,13 @@ class Openexr < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "095b03c2de45fa33ca35a42af614570d627a9a804dc99dc1c207b4687437c4b6" - sha256 cellar: :any, arm64_sonoma: "120c5a42eb3a3ef8f77336da362cd413fdb0d1a5d2afb9057ad141e55995a9bd" - sha256 cellar: :any, arm64_ventura: "ce83bbf9a04d07873a41f9232740e20890da994b9fa38b524346929f98e7ed9d" - sha256 cellar: :any, sonoma: "c3fce261a7a0b29e32312f5fd2d539ef6e50984dbaf479439e5ca894e8827fa8" - sha256 cellar: :any, ventura: "e425a3e4a316cdb3c325e7baf1c196c66d9e76c0728b557903201841f711617d" - sha256 cellar: :any_skip_relocation, arm64_linux: "c12a57a4b9226facb0e536f7a181600ce8594168c2652d06adae51b18ee6fcf9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "862cc7b4a884fd67c2cc91e695d5b01a5a35f4216222a1d33f93f24e5c45836a" + sha256 cellar: :any, arm64_sequoia: "35e994d7b07e1f974f262692dd2e9c17c081d6bc3beb9dc62391ec6ed726c08e" + sha256 cellar: :any, arm64_sonoma: "6a4745c14f5b3fa0b950427c974c535c6c101ebfe4b78a3b259031b714d5f4ab" + sha256 cellar: :any, arm64_ventura: "d5e969d9d4e1cbfb293d3ef06dac589ffa1c3bc5a4dc4039d94fb3dee16a340a" + sha256 cellar: :any, sonoma: "981b5bd76b31301fed78add438c4987ae6c56f119608d213125b16d7788f9f9e" + sha256 cellar: :any, ventura: "a14f6e9a69ac9a9a184bc2262d36c6307e1a8fd31aa1e1f177fb8cb5bbd8741a" + sha256 cellar: :any_skip_relocation, arm64_linux: "bc5050dd3533df0a28a6cb5351bd46efe8d0347b2522aa65139b25e4be018479" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3e34797a30de05b55b2b2fff6dc0bf1b12b1248e4fe6f251d5da63e8f63f89c6" end depends_on "cmake" => :build From 203a9d37f755a7c936831662d725e5982d4704d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:43:45 +0000 Subject: [PATCH 04601/10074] jackett: update 0.22.2002 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index b344f07c8e313..c6d82c446d2d0 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "7f23e7272fee0ebf945400674dd7a2e0eb07f989bed2ca240737870f0af8f31d" - sha256 cellar: :any, arm64_sonoma: "abd774580522ecfd8f9db3b68992837076fa1b42b6233773a07c8c81ed6ba680" - sha256 cellar: :any, arm64_ventura: "55948e7a071e20be058ce5f75a4effe47a2f335a03f97aa4a2c0b878fe7d06d1" - sha256 cellar: :any, ventura: "aacc66e229f6f56717e78e1d50d1848e070f2cd29b019e16a2b663e9d0dabbca" - sha256 cellar: :any_skip_relocation, arm64_linux: "5cdb1576a9a1e308a76850814d12f8a96c18089379337611682bf49936070572" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6df18a6d706dd08bcb60d6784ef65f349c8c87090a538331d2d61181e0e77519" + sha256 cellar: :any, arm64_sequoia: "5311504663cb934b4bb38e5b685cf79def11f1fcda48a58898d756bf6c0f4724" + sha256 cellar: :any, arm64_sonoma: "63e4120f1ae981f60fc00fa93f19ae360946cde7449bbf31ac2bb84d914942e0" + sha256 cellar: :any, arm64_ventura: "8d22d9262af178cc057c6fa2522f3b27fa45d235436f4d88cf5b74864995ab13" + sha256 cellar: :any, ventura: "6dd027a613f7da2051959cf7dc669fefb3c93fcca2d526e69c14427f30bacc4e" + sha256 cellar: :any_skip_relocation, arm64_linux: "2435da10f14d0f9881578872c860c2ffb9b587d114455ad1d32a1e43b6d6d0b6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6450163be753fb76bc7a7d542da7afda51620effcc7cbd557e2fbe9d6a360e7a" end depends_on "dotnet@8" From 5207ff7d4c9ac83419d64b563605054e54cd4fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine?= Date: Mon, 9 Jun 2025 12:07:54 +0200 Subject: [PATCH 04602/10074] meilisearch 1.15.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/meilisearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/meilisearch.rb b/Formula/m/meilisearch.rb index 466ff60c04cc0..7946b0d0b46d6 100644 --- a/Formula/m/meilisearch.rb +++ b/Formula/m/meilisearch.rb @@ -1,8 +1,8 @@ class Meilisearch < Formula desc "Ultra relevant, instant and typo-tolerant full-text search API" homepage "https://docs.meilisearch.com/" - url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.14.0.tar.gz" - sha256 "0909838996e0a0e3bff84d1c60d1272401732b58136267542956699cd156708b" + url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.15.0.tar.gz" + sha256 "6e7f6e0474ad1d940903ff71c0369f610137849159a27335d9ba503a78d81d4a" license "MIT" # There can be a notable gap between when a version is tagged and a From 4980f4b77a269b3c95d41d30707361a67af72cf1 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Thu, 29 May 2025 01:41:02 +0100 Subject: [PATCH 04603/10074] osx-trash 0.7.1 (new formula) --- Formula/o/osx-trash.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Formula/o/osx-trash.rb diff --git a/Formula/o/osx-trash.rb b/Formula/o/osx-trash.rb new file mode 100644 index 0000000000000..b3a935ba789ef --- /dev/null +++ b/Formula/o/osx-trash.rb @@ -0,0 +1,24 @@ +class OsxTrash < Formula + desc "Allows trashing of files instead of tempting fate with rm" + homepage "https://github.com/morgant/tools-osx#trash" + url "https://github.com/morgant/tools-osx/archive/refs/tags/trash-0.7.1.tar.gz" + sha256 "9ac54a5eb87c4c6a71568256c0e29094a913f2adf538fb2c504f6c8b1f63be12" + license "MIT" + head "https://github.com/morgant/tools-osx.git", branch: "master" + + livecheck do + url :stable + regex(/^trash[._-]v?(\d+(?:\.\d+)+)$/i) + end + + depends_on :macos + + def install + bin.install "src/trash" + end + + test do + # Direct execution would trigger accessibility permissions, failing CI. + assert_match "v#{version}", shell_output("strings #{bin}/trash") + end +end From 49373a7b89c42f1271dc7d8fe8238877eeca0ea9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:56:23 +0000 Subject: [PATCH 04604/10074] oh-my-posh: update 26.5.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 9e7f7af12ba5b..76ad7b6fe9429 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aeaa1a408c537e86535eed9385df81d3e0dcc0e6c1395fb2b0e173f6e7147f30" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "402b1bbb5925822d28d58fa5da8197b176ac75f44b6363e3856c27670cf81966" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5141465a28b8bfd450b88b62c81465bb36454143843a507cffce8a1015e983cc" - sha256 cellar: :any_skip_relocation, sonoma: "9f31d7a3e92e049a7385406e8cfa6b603bfcac5facafb4391746f8acf95623f9" - sha256 cellar: :any_skip_relocation, ventura: "0288defd914a71a1311c6c0ddea7a782c1f019fc3102eb056bd4b077e851d92e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3602c95844759fd2fa8704a672e28e4f46748d3e0d88bb48e67b700589883618" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "184353e058cc39ff5aaa9c26abdd345adbc3575273ba98dd81b29cd2f614ae84" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f792cec7047923f1f660d03fff2ff4c0d2daf11bdcd8e8a9412802928a4c2156" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe02ab6da26647d73bb30cbeed9eec77ff26b072937a9c9d319ab2fe326456d9" + sha256 cellar: :any_skip_relocation, sonoma: "97210418913e0bf5c1cf6ec081e051a8290111768c988bbac2203cd071c28c61" + sha256 cellar: :any_skip_relocation, ventura: "1ad14579c0911656d2634f6bd970e577ff9065ef4b7979f834fc8de3b5af95ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d302792e5c7956b58013810afe04b82fd00d955592a710b5cbc51d9fe289007" end depends_on "go" => :build From ffc14538ec6de6a519bacd2043ae7fdf9c199bda Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:01:36 +0000 Subject: [PATCH 04605/10074] goctl 1.8.4 --- Formula/g/goctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/goctl.rb b/Formula/g/goctl.rb index 4e5bf5a383b5e..d98d0912815ae 100644 --- a/Formula/g/goctl.rb +++ b/Formula/g/goctl.rb @@ -1,8 +1,8 @@ class Goctl < Formula desc "Generates server-side and client-side code for web and RPC services" homepage "https://go-zero.dev" - url "https://github.com/zeromicro/go-zero/archive/refs/tags/tools/goctl/v1.8.3.tar.gz" - sha256 "23edac389dd2ece8b2134405d52f829ca9ec02d33c716219572942b47950815c" + url "https://github.com/zeromicro/go-zero/archive/refs/tags/tools/goctl/v1.8.4.tar.gz" + sha256 "8760cdcbbca3af762e441ea0ad9ed40858e9e6209e3c6747274914b0d9b41be7" license "MIT" head "https://github.com/zeromicro/go-zero.git", branch: "master" From eb466f04bb6c23b71b53bac5288c85918e00524f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:02:47 +0000 Subject: [PATCH 04606/10074] helm-ls 0.4.0 --- Formula/h/helm-ls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helm-ls.rb b/Formula/h/helm-ls.rb index 47c72816ed7ab..40c18ef51df38 100644 --- a/Formula/h/helm-ls.rb +++ b/Formula/h/helm-ls.rb @@ -1,8 +1,8 @@ class HelmLs < Formula desc "Language server for Helm" homepage "https://github.com/mrjosh/helm-ls" - url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.3.0.tar.gz" - sha256 "8e63cc617848f7559a378fa50507f38a03def59ed320d6d52769773bc2114af3" + url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.4.0.tar.gz" + sha256 "b18897eedc19d20d1dd88f4eb5ac7102042c5fa767bcbc9870700f10537c6128" license "MIT" head "https://github.com/mrjosh/helm-ls.git", branch: "master" From 0945a12245e90d3075d6e82e03babfd918457c1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:03:59 +0000 Subject: [PATCH 04607/10074] meilisearch: update 1.15.0 bottle. --- Formula/m/meilisearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/meilisearch.rb b/Formula/m/meilisearch.rb index 7946b0d0b46d6..7e3723092ee78 100644 --- a/Formula/m/meilisearch.rb +++ b/Formula/m/meilisearch.rb @@ -14,13 +14,13 @@ class Meilisearch < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f633aae34dcbf8153a7b346e5b2c3534261ac930f96d4a8dfca2ab2f86ebfcf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a2efc9b49afe34f29b010f24e26dcc850bff34a9cb2040387c3bb07fcf253af" - sha256 cellar: :any_skip_relocation, arm64_ventura: "43eb911e1e5ad829ae812f5f3907cc20f9d491d9808d3d471472253fbc3becb8" - sha256 cellar: :any_skip_relocation, sonoma: "ccb45d33442cd73ab5c8fb841629e365536b6d4212513cf601a588d2c7eca93c" - sha256 cellar: :any_skip_relocation, ventura: "1d30788f0a9c4420b82fed791de43a86d19288ba598052d0f681ced30c20480a" - sha256 cellar: :any_skip_relocation, arm64_linux: "df9a514e60ce18d8cc04a1afb7a4297e96079a2741b83a831666e7576962039d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "190c237be9d9f69bd0dce54d36d3fadc7778d1d80ea3561bce05977c848be5a4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dde9b8292bc5f66f0d340e9077223c872de907b43b8b63aff105bdcf0a88815a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "89b1bf29654fb3314d3f5e20d59d807e09e60fd34b3ec349c763bf90d3581a61" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9c8a48fd5e12682c4bc63d165223ecd318bfd894a7fa568713219ce501c3234e" + sha256 cellar: :any_skip_relocation, sonoma: "ec59720955d431fa8039eb89097136e915ce33e0fa373fa44c1f3dc1aa2bb052" + sha256 cellar: :any_skip_relocation, ventura: "3d3392e136fa4c40543044dd96cb11dfacdd1493989dccde504c48416d1b32b1" + sha256 cellar: :any_skip_relocation, arm64_linux: "5f36fc54349e0877b11e8ed3168a9b0508b130eb30e51be8dd1cb01732a3c900" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e1c7d2f18fc01ad435bc58d4aa35b5de5fcc43d8bb09078cb50cc3dcdd58152" end depends_on "rust" => :build From f4a1cdc72622e853b4f800ab69935562de65faa2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:07:40 +0000 Subject: [PATCH 04608/10074] llama.cpp 5610 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 004614ce6767f..03b965d34b155 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5600", - revision: "d17a809ef0af09b16625e991a76f6fe80d9c332e" + tag: "b5610", + revision: "87d34b381d5868e75586210ec17b5ef5deddc276" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From c2e8eb4bcd7c0f76c062c1629852dc32e4a10f92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:10:51 +0000 Subject: [PATCH 04609/10074] newrelic-cli 0.98.4 --- Formula/n/newrelic-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/newrelic-cli.rb b/Formula/n/newrelic-cli.rb index 3ffa7ba2f207c..7b2fb969a4266 100644 --- a/Formula/n/newrelic-cli.rb +++ b/Formula/n/newrelic-cli.rb @@ -1,8 +1,8 @@ class NewrelicCli < Formula desc "Command-line interface for New Relic" homepage "https://github.com/newrelic/newrelic-cli" - url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.98.3.tar.gz" - sha256 "c7f96f47f7683458ad58b54cfa6b940a0c3b9da03c76fd363f7e1ddb70436b80" + url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.98.4.tar.gz" + sha256 "1f3e82978a8c2fb362366d665047f919c1a6e7e7f93b60e256b85bc24e046da5" license "Apache-2.0" head "https://github.com/newrelic/newrelic-cli.git", branch: "main" From 02c1023330283fa4bdfd70d8e3684c22ab9184e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:15:50 +0000 Subject: [PATCH 04610/10074] recc 1.3.20 --- Formula/r/recc.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index c090fab46afe2..2e2f4571fad13 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -1,10 +1,9 @@ class Recc < Formula desc "Remote Execution Caching Compiler" homepage "https://buildgrid.gitlab.io/recc" - url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.19/buildbox-1.3.19.tar.gz" - sha256 "a17a859952158ff266b6b236041be2691dd37c903083aef7109c21c6b34def8d" + url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.20/buildbox-1.3.20.tar.gz" + sha256 "5e34a08d0416061fffcae4f9c57349ccfaf09e5617700646c80f0ccfcf408aa4" license "Apache-2.0" - revision 1 head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" bottle do From d0a2eea4e0568dcb085a45e12363c47f77b1b7c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:18:09 +0000 Subject: [PATCH 04611/10074] scrapy 2.13.2 --- Formula/s/scrapy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/scrapy.rb b/Formula/s/scrapy.rb index ff119ec44c03b..5631cffc50c46 100644 --- a/Formula/s/scrapy.rb +++ b/Formula/s/scrapy.rb @@ -3,8 +3,8 @@ class Scrapy < Formula desc "Web crawling & scraping framework" homepage "https://scrapy.org" - url "https://files.pythonhosted.org/packages/fa/d3/2ffbadcb08cc99102925cd056ba670215e5aff193686cf125b97ef77981d/scrapy-2.13.1.tar.gz" - sha256 "3d6ba72da3ba387290074a7aca305aad6dd261c98ed4f6dd35db632925ca56a1" + url "https://files.pythonhosted.org/packages/a7/50/c0cf8ac73fd3f642c5aa6eb2c317eaf0132637b451d90db8041bb65cb9ca/scrapy-2.13.2.tar.gz" + sha256 "19d984e82847ab08efa150dc329fa615c71f8e99bb97fd97a64a5c29e9a2d5d7" license "BSD-3-Clause" head "https://github.com/scrapy/scrapy.git", branch: "master" @@ -161,13 +161,13 @@ class Scrapy < Formula end resource "twisted" do - url "https://files.pythonhosted.org/packages/77/1c/e07af0df31229250ab58a943077e4adbd5e227d9f2ac826920416b3e5fa2/twisted-24.11.0.tar.gz" - sha256 "695d0556d5ec579dcc464d2856b634880ed1319f45b10d19043f2b57eb0115b5" + url "https://files.pythonhosted.org/packages/13/0f/82716ed849bf7ea4984c21385597c949944f0f9b428b5710f79d0afc084d/twisted-25.5.0.tar.gz" + sha256 "1deb272358cb6be1e3e8fc6f9c8b36f78eb0fa7c2233d2dbe11ec6fee04ea316" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From 4a9faeb4c9c9f6fe7e6af1d7efb03d22c2c186f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:22:26 +0000 Subject: [PATCH 04612/10074] victoriametrics 1.119.0 --- Formula/v/victoriametrics.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/victoriametrics.rb b/Formula/v/victoriametrics.rb index 98af2919cf20a..46770d0ca03a6 100644 --- a/Formula/v/victoriametrics.rb +++ b/Formula/v/victoriametrics.rb @@ -1,8 +1,8 @@ class Victoriametrics < Formula desc "Cost-effective and scalable monitoring solution and time series database" homepage "https://victoriametrics.com/" - url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.118.0.tar.gz" - sha256 "4cce0ce001866a06510661c8c1df96be3d8c541812a739cec9b36cb2bda238fa" + url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.119.0.tar.gz" + sha256 "df88d2dbece7de3dc95ae20fdd4b172b96776c608eed6d83c3e0fc5dbf3c46ec" license "Apache-2.0" # There are tags like `pmm-6401-v1.89.1` in the upstream repo. They don't From 682a6b471c5a648f9cc54215c7758ae241a4e88c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:25:48 +0000 Subject: [PATCH 04613/10074] goctl: update 1.8.4 bottle. --- Formula/g/goctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/goctl.rb b/Formula/g/goctl.rb index d98d0912815ae..853ab3562993b 100644 --- a/Formula/g/goctl.rb +++ b/Formula/g/goctl.rb @@ -12,12 +12,12 @@ class Goctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3bc7cfd7b3755f677a095d14dc40de0e6328eb250b19da1ae7ae2fd3c263e6a5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "83bfdaba05664339a9f50e93ad308f6d5e8751aee58044eed291beb4a252e432" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4ed2e8e7af8a7d4d865adf66b480b7c805c8582bbe8c829a00e3e97d19680cc3" - sha256 cellar: :any_skip_relocation, sonoma: "141b1b2e56162c98153452a5772d692fdf7508214949fd897b06fef56fc64f34" - sha256 cellar: :any_skip_relocation, ventura: "35a29359853c6d94daaa2b94fae9ec7a2a32915bc331b6bc01b9d720cb45b5e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "01d8a1e14789b57b34c19a4b5f4697590ae02d438c0c80d1616a058dd7d6f2e6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b7bd45cf22a249cf0ec3eafa0ddecc3ada3d085faa0c6af431e78450c9b18be" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "65b344f8dc0c30e1201155b3a11bdba50d61968b9e0fb1d7bce0ce6c6530f0db" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6cc383d2c001c47787ad9a96f9a544fc802b02284a35c428f3567c812de022b8" + sha256 cellar: :any_skip_relocation, sonoma: "53e2098ca90f1999c83d790b3d82180c379bebd34228012189e8eb02610052cc" + sha256 cellar: :any_skip_relocation, ventura: "77820d8d74d9fe46452862e29fa9c8d06dad87be7ec2d6eb69d98f3a210c61aa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "539705f937bfdc0aff8d59c512f1ef3df19c8deb621301deac040630a5016451" end depends_on "go" => :build From 7a2cd0c94a91c84e310f4f5f3119764d42029885 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:26:04 +0000 Subject: [PATCH 04614/10074] helm-ls: update 0.4.0 bottle. --- Formula/h/helm-ls.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helm-ls.rb b/Formula/h/helm-ls.rb index 40c18ef51df38..85779ce16d286 100644 --- a/Formula/h/helm-ls.rb +++ b/Formula/h/helm-ls.rb @@ -7,13 +7,13 @@ class HelmLs < Formula head "https://github.com/mrjosh/helm-ls.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd82c179f05acf34735052fca6cd50f819d37f37558594b800c1b4f09429d2e6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b2ddb55106dc0bb1b69d58b3c756b7ee66a662f554c7e48f50620fd2a994698" - sha256 cellar: :any_skip_relocation, arm64_ventura: "18e1557dcda63f114e18dc2c444175d10561f363af4983b496f0c8ed08084535" - sha256 cellar: :any_skip_relocation, sonoma: "c435f2165ded93b57f88bc2f565a1a8be5f4f912503a0fc109ba9f08c0660992" - sha256 cellar: :any_skip_relocation, ventura: "1e082975114561b00e52af3461edf1dd7d643e548c4d671a9e0c69606ff4f4d6" - sha256 cellar: :any_skip_relocation, arm64_linux: "2bf802af978988e242ad96709dd5572226dbb4a68c121970bd8624d980b7a26e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8509e01883ba836a9fb60ef9e72c50c9585dd88c25742fff421bffba916291ee" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3b1b2342f82cae4bb20c7e81b722abe1fc927f794268b39f0209c84a60eb98e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c1f7cc3336b13405e986e1b6e9f8353e023b8be82a51e098b8a1a9776edd72b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b70dede07ff56d639f3afd944850618e79cab5c4b93c21c60ecd33b00058042d" + sha256 cellar: :any_skip_relocation, sonoma: "2be92bc0dcca4ddaa696cfa662a6f6eea33a27bbec772fa8129bd44a0b0eaec0" + sha256 cellar: :any_skip_relocation, ventura: "fc9ade46aae0a06ecb77087e67a0ace2dea81f9d3ff02b1ca1403af6ac51fd2a" + sha256 cellar: :any_skip_relocation, arm64_linux: "4f678d03ceffd1bc121a0257e4a08c72ad79ab602ac49ecd3a052a1f9d63459e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4f5098d3c6b1137117436b5f8a6d978634e628eb637b9e922d94cf6771c1d875" end depends_on "go" => :build From dcdf0568198b8a6792a17b6809520c290460ff2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:26:24 +0000 Subject: [PATCH 04615/10074] newrelic-cli: update 0.98.4 bottle. --- Formula/n/newrelic-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/newrelic-cli.rb b/Formula/n/newrelic-cli.rb index 7b2fb969a4266..efa5fc6d06b52 100644 --- a/Formula/n/newrelic-cli.rb +++ b/Formula/n/newrelic-cli.rb @@ -12,13 +12,13 @@ class NewrelicCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08eb5f9d97e1f44271e94bb0039fa2af6e88a8321d349bf358f1d8f2a7217a2b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4a52f696b5a26913d252b16b7a501fe444261f20b6301e66c0e2801094ef6a4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "98afaae13107ee20f2b0157a78e7b7a8ec6c6fb73100a3706e49e0d25e8732a3" - sha256 cellar: :any_skip_relocation, sonoma: "d6f59de5f961c1dab810193027dc4bc4698d6c2b7943f81fd6377e54092238de" - sha256 cellar: :any_skip_relocation, ventura: "86637ee7dfc5fec9763e96f98e698313e07d8aa426f27dea04beb1071c854f9d" - sha256 cellar: :any_skip_relocation, arm64_linux: "d11bc167876a3bad23e97223e8b3865501c2ddc493d5fa717f24d0ad6f0c37e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d48758c74c18bef65d11cde859d6df4a752aee0c88172a27cd92c0b8ebc9162a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "56ba4fe0cf3b5e247e383f8bc8fc7e9b4e05bce2c23a9da60e3b73394c682792" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad06cf3b0fefb922ef1f646d3154bd37e6568b157d5cef938a7fb7972d717e65" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5776a8bad289858a9594e8340a4d6af74fc4d72aeea25bd131c18e2292bd846f" + sha256 cellar: :any_skip_relocation, sonoma: "12147a2aaa4f873df0d9b42bc99efd56069f5f71614f0624ae39a449b0280d35" + sha256 cellar: :any_skip_relocation, ventura: "a4ee118bef75ee12b6f80af59358aaca98a9414911d897136f5388dcd7e095bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "89d06587c5fb2db2e68d3ba28bb236d93981d664152dd959d6c5cebad8896570" + sha256 cellar: :any_skip_relocation, x86_64_linux: "82eae2ebce90727ca33d58a74f1f086acfe4398e5931452b8efeb5a94e29c71e" end depends_on "go" => :build From e849b6877c603e13aefaab3a1d1414e889577318 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:30:26 +0000 Subject: [PATCH 04616/10074] llama.cpp: update 5610 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 03b965d34b155..75a520c0ddfef 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d877394a38055eda24b6bdf1c1940bb3508dcc423e1a4ac77e58e684a571e5a5" - sha256 cellar: :any, arm64_sonoma: "939858a66b7e9f28cbd2ea620b3d0f847711a02ab1384ca527a996aba9fc61b4" - sha256 cellar: :any, arm64_ventura: "9a856c4c9fc87f6693daeeeaa629b2e475fcdafd7f9bd11c4c21c89bc3375c04" - sha256 cellar: :any, sonoma: "6ff2deac4ba97a643764cac5c39be4b5cf1e811738fd8d74366a5412b2007460" - sha256 cellar: :any, ventura: "76d2657f8880e1cac509037670c11d1051d82bdb66d8b9e7b230e2a7a329b773" - sha256 cellar: :any_skip_relocation, arm64_linux: "a4cd5e771b0702cb0ac82d19d7136953d87afe5ed5496017e8b7a640992e9121" - sha256 cellar: :any_skip_relocation, x86_64_linux: "be3358be90db5007e0e5a6e488f0856ccaa3864f22dd559cde4c3d1ba5fa6733" + sha256 cellar: :any, arm64_sequoia: "d77215d65ce18bb91a7e746edc20983dd6f001c5d16a851ca0703a82ae309ebb" + sha256 cellar: :any, arm64_sonoma: "8d7d56b082f2195636f7499f0766152901324abd8d46203db1f2a5d257a8ca42" + sha256 cellar: :any, arm64_ventura: "2a35906db52f235737f26255865735854075c4000d119e993badbdf7e7846a09" + sha256 cellar: :any, sonoma: "7b671b4ba5c6b7e96c177b953e97a3bbff5f2664df0003b9155094596c937f11" + sha256 cellar: :any, ventura: "837eb7b53cde2830e46ef43e94a17631f1d8430f80a7a889150607cb5f9af7b9" + sha256 cellar: :any_skip_relocation, arm64_linux: "31740a322065311eb6c7bc1157a9db8494fd61158d9732919c35e9a87ac67407" + sha256 cellar: :any_skip_relocation, x86_64_linux: "675dc6e3690af59ecf18a6a83022489bba8cbd60693963cf04189320317fd4d6" end depends_on "cmake" => :build From 84ba27230ad7baa46116378084ca95ccea18cddb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:40:15 +0000 Subject: [PATCH 04617/10074] recc: update 1.3.20 bottle. --- Formula/r/recc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index 2e2f4571fad13..4d24283642cdf 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -7,11 +7,11 @@ class Recc < Formula head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" bottle do - sha256 arm64_sequoia: "1bebcbe17e1cdd8bfc1e861ad8b3ce4a08e46d472191b0cbb9a1a57fc91ca72b" - sha256 arm64_sonoma: "eb1583cf9684eecbb120c87ca40aeb97e0dfabfcb0677231d049f68a2ec89c36" - sha256 sonoma: "93592ee33fffe90fcb5b0431657e8a0f1904461d3fec47cdc8a0c2e6dca2459a" - sha256 arm64_linux: "2e6e00da83a8f9f7a8d25eb348b99a62487c54930d74994f4c44aca9f0de3549" - sha256 x86_64_linux: "c75d1b6ec72313421e6e20911aa6ca1f838e2de9bf7a544990dcd25fc3005815" + sha256 arm64_sequoia: "83386934ad04d09b159c05d67ab1f342d0811cb3d5c7d71820f92993a49eabf6" + sha256 arm64_sonoma: "1e10841e3422e2099b13c7e4306c6f6b9dcbdf89e4c69cc314bc70de2a38c774" + sha256 sonoma: "65d327d750ecad93ccc8327d7fb9e2bc9ea77e12b34d5755059618661b39ae24" + sha256 arm64_linux: "547ff3293073d9f3b6ffcbe8b32ffd7752307653094fad2f5884d288edbe336a" + sha256 x86_64_linux: "e381f6ada876cc5a368b69f97dea3b63b6d09583551cc33b2d06d54ba7434450" end depends_on "cmake" => :build From a4fc27c9544bda2b3c841050b3961c622ffca7f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:40:48 +0000 Subject: [PATCH 04618/10074] victoriametrics: update 1.119.0 bottle. --- Formula/v/victoriametrics.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/victoriametrics.rb b/Formula/v/victoriametrics.rb index 46770d0ca03a6..3e3d32df811e1 100644 --- a/Formula/v/victoriametrics.rb +++ b/Formula/v/victoriametrics.rb @@ -14,13 +14,13 @@ class Victoriametrics < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf9c50f27e8a53c16959ee96b3c10353bb953eb1691b68bc78eaa1285ad1edc3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "67db638dff071222a5b7d486109cfda50cb894902f56cae11c156182f03703d6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce38908b524dfac4488cb86f5729cae974d35bb989e35e79c8ac6f591766823b" - sha256 cellar: :any_skip_relocation, sonoma: "f9b32193c7e49fcfc65596a801be71732c051ea55a5a57ea21398873d5a9d3c7" - sha256 cellar: :any_skip_relocation, ventura: "76d0be92bade498fbb7b0e5637460726ff158ce38eb8325e14321faa1dc91d9b" - sha256 cellar: :any_skip_relocation, arm64_linux: "279dd3a3c92aaa72d57af9d957f10c61daffad134f453f18ce835496cb274bc1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fe52a4b9aaf027dc93ee8858a714d8bdccf9f20dd510de2a871a5abb02f7b0fb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2286d872aec08ea21968fac5fb12e30fdcaeecdb249c6dbc81c65da8273e5536" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5f8770d881dde57e76cbf5aaff9ac7c1fed74de8da4a7fcc032623a429a0aba" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7b2024c784c17ced6a983067c673be75e902d66cb6fb0751706bebf8b6ef95dc" + sha256 cellar: :any_skip_relocation, sonoma: "f7032a6453c56cb72ad45176b89f380260de4798ee63d551c57bc71ce3f13a3e" + sha256 cellar: :any_skip_relocation, ventura: "8b82f40f65cdcbfcddd9b465f4a885b2ca111d79d6e0a2b6c22a2b325d5b057d" + sha256 cellar: :any_skip_relocation, arm64_linux: "d73add2afb7b8bc15751e421e1d73d14e36d4499ff80c755a6d22eee57f294de" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d215b7bf9415178f3a04bbef7f079358376c85d24b8d9e8af61a362d16372e8c" end depends_on "go" => :build From 15e147ae17d16f591ceb8be4069b1602c88cad46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:56:44 +0000 Subject: [PATCH 04619/10074] scrapy: update 2.13.2 bottle. --- Formula/s/scrapy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scrapy.rb b/Formula/s/scrapy.rb index 5631cffc50c46..bf949414a1f5e 100644 --- a/Formula/s/scrapy.rb +++ b/Formula/s/scrapy.rb @@ -9,13 +9,13 @@ class Scrapy < Formula head "https://github.com/scrapy/scrapy.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f35dce9b2e6b159bbc6002241edb4c4ff32a063b596f6f4cfd235d585261dfee" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "75bda6c84fc8ca51911b79ef9fb155013032f30b82c6c839c41361ff691502fb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5517fe43c896730d2880169ee34bef7747a2e8829a81f41d03e745919df3ed86" - sha256 cellar: :any_skip_relocation, sonoma: "b151c6bf82c820e09c5f86ab072bb37481a838d280de2df28b92dbd4ab8b3d34" - sha256 cellar: :any_skip_relocation, ventura: "c9924569b69b4b08d6212f28e8758452daf62e3cf29df10e69eb75afac1ad21c" - sha256 cellar: :any_skip_relocation, arm64_linux: "83a8f7e571e5fa2b20e7c3bba3ad3ce60e39674ae431e583fd1b91e823ea6ca4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d2231eb68564dfd7b6a6679877fae2349975f1d2bc351daa546ff2bacc47a621" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b431332fd4ef2e29c0407ec14d96a1e2f7819a4ff4fbe1ea9c5192cc90d50b0f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef203a5ebe2418274bc38a67ea9acedd3cda8ea6f22ff67f53bfe22b847aba3a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9f7840cbcc882f7666480ad12a77d5877616869f8371c4feaaa6e31002e40359" + sha256 cellar: :any_skip_relocation, sonoma: "0fe979341c77e98a84b1bcc4568e0468d24548b0207d2cce6797d812ee6991ce" + sha256 cellar: :any_skip_relocation, ventura: "402449a2349866eab7bc9bf28e1d5c171a74375e79a51eaf99b6c09765f2cc50" + sha256 cellar: :any_skip_relocation, arm64_linux: "9682beb17b53b0c5e0273df8b856a0faa552d7e7924e6c83e6ee2ec71cdad49c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d62f5afef52e5edece93911d9afa03f80be8f9f29bd11829ea643807991f1960" end depends_on "certifi" From 003721d4ee7a681a6083b53c350ff39c480743ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:23:32 +0000 Subject: [PATCH 04620/10074] osx-trash: add 0.7.1 bottle. --- Formula/o/osx-trash.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/o/osx-trash.rb b/Formula/o/osx-trash.rb index b3a935ba789ef..ac259c7ae8cf3 100644 --- a/Formula/o/osx-trash.rb +++ b/Formula/o/osx-trash.rb @@ -11,6 +11,10 @@ class OsxTrash < Formula regex(/^trash[._-]v?(\d+(?:\.\d+)+)$/i) end + bottle do + sha256 cellar: :any_skip_relocation, all: "1ff2a7e4c4d9e83a5cf38815cbbae8407295d8c830d85211677d6041add46bfa" + end + depends_on :macos def install From f40acc8fdfb82f009ecb811dfb66783e4112023c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:59:43 +0000 Subject: [PATCH 04621/10074] cyctl 0.21.0 --- Formula/c/cyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cyctl.rb b/Formula/c/cyctl.rb index 87d18b2fd2be5..f11e29c952882 100644 --- a/Formula/c/cyctl.rb +++ b/Formula/c/cyctl.rb @@ -1,8 +1,8 @@ class Cyctl < Formula desc "Customizable UI for Kubernetes workloads" homepage "https://cyclops-ui.com/" - url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.20.3.tar.gz" - sha256 "03b0f968e813ed8da6a214fda9f1534f27a65f868afcf892d7691354e59447d2" + url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.21.0.tar.gz" + sha256 "66ba246cf702629157c0199e4adc1bf4285a3d323a794215c9e86496fd1132dc" license "Apache-2.0" head "https://github.com/cyclops-ui/cyclops.git", branch: "main" From 992fc7c47a5b78abb49810fdb8c089e230dfa2b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:14:35 +0000 Subject: [PATCH 04622/10074] maturin 1.8.7 --- Formula/m/maturin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/maturin.rb b/Formula/m/maturin.rb index 6612bfcd0cc98..e049cb59f9a29 100644 --- a/Formula/m/maturin.rb +++ b/Formula/m/maturin.rb @@ -1,8 +1,8 @@ class Maturin < Formula desc "Build and publish Rust crates as Python packages" homepage "https://github.com/PyO3/maturin" - url "https://github.com/PyO3/maturin/archive/refs/tags/v1.8.6.tar.gz" - sha256 "ab092813266355e08b2feeb0b138c8a47be7cac44a0ed45c9e04722ae94b8bf5" + url "https://github.com/PyO3/maturin/archive/refs/tags/v1.8.7.tar.gz" + sha256 "7fae57e8f14ea469c904f190774dd3c68a70fbc4c87b6a778b3e950e44cb8c24" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/PyO3/maturin.git", branch: "main" From 89327753ee87afc2538b7105f3b05a0b3bdc4467 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:15:44 +0000 Subject: [PATCH 04623/10074] mise 2025.6.1 --- Formula/m/mise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 29a2b2e027af6..29f791dd8b153 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.0.tar.gz" - sha256 "9b495ba075165f07d814b75f64635e1c9cdf18ae1aba786514e1716d4ce9e743" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.1.tar.gz" + sha256 "7b8f35f413b642f8cdbecd4e09c5817c406f308e0a9b8bde21cd48919f8d9a14" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" From 1cf5924627b0567da9988418384386828b835ebe Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 9 Jun 2025 10:16:43 -0400 Subject: [PATCH 04624/10074] tfmcp 0.1.4 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/t/tfmcp.rb | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Formula/t/tfmcp.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 7c0ea3f689fc0..e16aa2fdbd105 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3700,6 +3700,7 @@ tf-summarize tfautomv tfcmt tfel +tfmcp tfmigrate tfmv tfprovidercheck diff --git a/Formula/t/tfmcp.rb b/Formula/t/tfmcp.rb new file mode 100644 index 0000000000000..a7289442cadf8 --- /dev/null +++ b/Formula/t/tfmcp.rb @@ -0,0 +1,25 @@ +class Tfmcp < Formula + desc "Terraform Model Context Protocol (MCP) Tool" + homepage "https://github.com/nwiizo/tfmcp" + url "https://github.com/nwiizo/tfmcp/archive/refs/tags/v0.1.4.tar.gz" + sha256 "784c09b121bddf3a5bf393fb4991a3132cf096258bdc5bc05ac32a4b8e1fe0eb" + license "MIT" + head "https://github.com/nwiizo/tfmcp.git", branch: "main" + + depends_on "rust" => :build + depends_on "opentofu" => :test + + def install + system "cargo", "install", *std_cargo_args + end + + test do + assert_match version.to_s, shell_output("#{bin}/tfmcp --version") + + ENV["TERRAFORM_BINARY_NAME"] = "tofu" + + output = shell_output("#{bin}/tfmcp analyze 2>&1") + assert_match "Terraform analysis complete", output + assert_match "Hello from tfmcp!", (testpath/"main.tf").read + end +end From f8ed357967d5cbdc729dac97c0ca5d98b60c740f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:07 +0200 Subject: [PATCH 04625/10074] oak: added `no_autobump!` --- Formula/o/oak.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/oak.rb b/Formula/o/oak.rb index d694f97527c54..bdcea87b3060c 100644 --- a/Formula/o/oak.rb +++ b/Formula/o/oak.rb @@ -6,6 +6,8 @@ class Oak < Formula license "MIT" head "https://github.com/thesephist/oak.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4add3db56fe8171421dc3fd528ee7d39b54936c03d75b89a42a24c8d8a3a151" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb8d9531ce0034422a0233fb27c1e77c94910d91f544e18407b8420f67f7f3e3" From 2959aae314d8c6b86f4f928368d764a588f34149 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:07 +0200 Subject: [PATCH 04626/10074] oakc: added `no_autobump!` --- Formula/o/oakc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/oakc.rb b/Formula/o/oakc.rb index 6654b0b390a7e..86124334a27f4 100644 --- a/Formula/o/oakc.rb +++ b/Formula/o/oakc.rb @@ -6,6 +6,8 @@ class Oakc < Formula license "Apache-2.0" head "https://github.com/adam-mcdaniel/oakc.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "07e3a3b23965b457f71c6938c55dd7dfcccffc666746863345e301f4888a4f13" From f01046cb3899cbaa94a22489c9d41d4b8ff1e22a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:08 +0200 Subject: [PATCH 04627/10074] obfs4proxy: added `no_autobump!` --- Formula/o/obfs4proxy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/obfs4proxy.rb b/Formula/o/obfs4proxy.rb index 9cc7bb90603aa..c835636034291 100644 --- a/Formula/o/obfs4proxy.rb +++ b/Formula/o/obfs4proxy.rb @@ -11,6 +11,8 @@ class Obfs4proxy < Formula regex(/^obfs4proxy[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5b38ec72de48413c006b6e39d6e246c1b9823a79b72b24213c9a656eb6d5d79" sha256 cellar: :any_skip_relocation, arm64_sonoma: "893f2029d6885b023e37ba1f1d1b39d09c13d870ba361fd0dacf4fbf9ed6ac30" From d12ea61bc17bb68d36581344fc56752aabbfdd30 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:08 +0200 Subject: [PATCH 04628/10074] objc-codegenutils: added `no_autobump!` --- Formula/o/objc-codegenutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/objc-codegenutils.rb b/Formula/o/objc-codegenutils.rb index 55c7f96757614..32194b55cc9a8 100644 --- a/Formula/o/objc-codegenutils.rb +++ b/Formula/o/objc-codegenutils.rb @@ -6,6 +6,8 @@ class ObjcCodegenutils < Formula license "Apache-2.0" head "https://github.com/puls/objc-codegenutils.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "689a1e289323d187c0e1c89d5fb9c7c1292eb304ae9cbf265303ce701e14407a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd3e144fa7f8cddb59b171eae398fbf10d5d72b98bc0053da553e57213e26c7b" From 8f242f527080c5bf88c45b3398b7e33fff46596f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:08 +0200 Subject: [PATCH 04629/10074] objc-run: added `no_autobump!` --- Formula/o/objc-run.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/objc-run.rb b/Formula/o/objc-run.rb index 600e1f93ac188..c3e9806674722 100644 --- a/Formula/o/objc-run.rb +++ b/Formula/o/objc-run.rb @@ -6,6 +6,8 @@ class ObjcRun < Formula license "MIT" head "https://github.com/iljaiwas/objc-run.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "50066d41f8749f1c5865836c1ce1e1a89b502357aebcbd1c8c088bd04b9abc79" From 6e2a2dda50184148f2197009dc8a00b4215e1091 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:08 +0200 Subject: [PATCH 04630/10074] objconv: added `no_autobump!` --- Formula/o/objconv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/objconv.rb b/Formula/o/objconv.rb index 0238d3a123d00..e570a29a9519f 100644 --- a/Formula/o/objconv.rb +++ b/Formula/o/objconv.rb @@ -17,6 +17,8 @@ class Objconv < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b4714a356e16792f3980afc77dc4be1dc71f422b1f018581add5627a7029938" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e8ce3fb8918b114d7db84a03abb75f67cdc66f19278aad8cde5b22e11db7522" From 6199e72a228f2592310b9672ffa616831efe7472 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:08 +0200 Subject: [PATCH 04631/10074] ocaml-num: added `no_autobump!` --- Formula/o/ocaml-num.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ocaml-num.rb b/Formula/o/ocaml-num.rb index 2447061ee2993..c37db23f465d7 100644 --- a/Formula/o/ocaml-num.rb +++ b/Formula/o/ocaml-num.rb @@ -6,6 +6,8 @@ class OcamlNum < Formula license "LGPL-2.1-only" => { with: "OCaml-LGPL-linking-exception" } revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6d725e2394822cf187d7e62e026e2074d3634cc0d446b99628b940fb17a98fc5" sha256 cellar: :any, arm64_sonoma: "0770ab23c6c1522658854b81feee508616d0961ed59df5fce51668b148ec663c" From 0b1fce50be96c3b023b5e6d1c31495d454d2a45e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:09 +0200 Subject: [PATCH 04632/10074] ocaml: added `no_autobump!` --- Formula/o/ocaml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ocaml.rb b/Formula/o/ocaml.rb index 481aedb414e22..66ebd29dc5379 100644 --- a/Formula/o/ocaml.rb +++ b/Formula/o/ocaml.rb @@ -23,6 +23,8 @@ class Ocaml < Formula regex(%r{href=.*?/releases/v?(\d+(?:\.\d+)+)/?["']}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1cb7adeb65626b6c5b9963d956885356d97683f0f2a1d54d2c198a5edefbd44c" sha256 cellar: :any, arm64_sonoma: "92d197de2d3c53e0b59812f4633cea69ffe0283c1e4a58ee40aaf78a0d59280c" From a522b01e61d8ed21f9693b001a129b203e76205d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:09 +0200 Subject: [PATCH 04633/10074] ocaml@4: added `no_autobump!` --- Formula/o/ocaml@4.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ocaml@4.rb b/Formula/o/ocaml@4.rb index 2dac60c22862b..299824c4605e9 100644 --- a/Formula/o/ocaml@4.rb +++ b/Formula/o/ocaml@4.rb @@ -16,6 +16,8 @@ class OcamlAT4 < Formula regex(%r{href=.*?/releases/v?(4(?:\.\d+)+)/?["']}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "76e0588c99b9497463259b330659ce2f53d1c0763f89639c5f42e5503117bac5" sha256 arm64_sonoma: "6abe32932e41a40ff75c1d429fc01ea3492f7a0c3281707c5ae472fba7c5db15" From 1c023922f3fa11e3ef93697e2874dae30a8e962a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:09 +0200 Subject: [PATCH 04634/10074] oclgrind: added `no_autobump!` --- Formula/o/oclgrind.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/oclgrind.rb b/Formula/o/oclgrind.rb index 51e80f38c087e..96d62307e0830 100644 --- a/Formula/o/oclgrind.rb +++ b/Formula/o/oclgrind.rb @@ -11,6 +11,8 @@ class Oclgrind < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sonoma: "0dcf5df23a8e0972f081f74a530e1181e17d1fb7ad6d4af5d5a0d40faf25626b" From 99d2e6f22e3e08ea5c82031d4e77f56c176a73a8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:09 +0200 Subject: [PATCH 04635/10074] ocmtoc: added `no_autobump!` --- Formula/o/ocmtoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ocmtoc.rb b/Formula/o/ocmtoc.rb index 6caaa979e0a42..4dd8c3bdb3813 100644 --- a/Formula/o/ocmtoc.rb +++ b/Formula/o/ocmtoc.rb @@ -5,6 +5,8 @@ class Ocmtoc < Formula sha256 "9954194f28823e4b1774d2029a1d043e63b99ff31900bff2841973a63f9e916f" license "APSL-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "76c855fd1977f72607d1a5e666eb281e43d39ed12d80195f2ac223ce23a0f72f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "12fda27f6b2cd588a3d5bbea9cc63834f08cf32e6b62f78b8bcee54d3435519d" From 1d0392968a1b802c15095f7df69ab082704aae46 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:09 +0200 Subject: [PATCH 04636/10074] ocproxy: added `no_autobump!` --- Formula/o/ocproxy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ocproxy.rb b/Formula/o/ocproxy.rb index bd51a370f2c89..45635c4e500b2 100644 --- a/Formula/o/ocproxy.rb +++ b/Formula/o/ocproxy.rb @@ -12,6 +12,8 @@ class Ocproxy < Formula regex(/^v?(\d+(?:\.\d{1,3})+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "46d04d2d8fb1173d250c9a568512984ee10c67d0538224248858944a7c65dcf2" sha256 cellar: :any, arm64_sonoma: "28eaf6815e07abd2aa324b3adb957523b49de41139079f3ab4480be043aa8a29" From a1da598b942c1a3cab80355462c604ccee609886 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:09 +0200 Subject: [PATCH 04637/10074] ocrad: added `no_autobump!` --- Formula/o/ocrad.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ocrad.rb b/Formula/o/ocrad.rb index 19c6f9ac3e49e..0553cd9322105 100644 --- a/Formula/o/ocrad.rb +++ b/Formula/o/ocrad.rb @@ -6,6 +6,8 @@ class Ocrad < Formula sha256 "11200cc6b0b7ba16884a72dccb58ef694f7aa26cd2b2041e555580f064d2d9e9" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e64667cc0efcf07cbbdb3459f9cbb88be11b2718b75417226e910e2cfb71a5a4" sha256 cellar: :any, arm64_sonoma: "36d45f3af4754048ddde02ce9b7d9668ae188d7140b76aeda80f65ee6bb69a17" From 32b9d2b43855d93ef27f8786f0fdb99f0ffcf359 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:10 +0200 Subject: [PATCH 04638/10074] octobuild: added `no_autobump!` --- Formula/o/octobuild.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/octobuild.rb b/Formula/o/octobuild.rb index 4ed31f8af7c38..5209c395dc395 100644 --- a/Formula/o/octobuild.rb +++ b/Formula/o/octobuild.rb @@ -6,6 +6,8 @@ class Octobuild < Formula license "MIT" head "https://github.com/octobuild/octobuild.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcf28ddedd6966f418a0261937675783fdc28b05b039110ad12c303c5461dcf7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb47d1bfe2700c29530168a58e6a891886e3b9c2f3a116995f9166424bae6efc" From 7c8c1edf9f86571a0c418f598fd6814ffd240a42 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:10 +0200 Subject: [PATCH 04639/10074] odin: added `no_autobump!` --- Formula/o/odin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/odin.rb b/Formula/o/odin.rb index 45c155a1e4310..b52bc192c0dc7 100644 --- a/Formula/o/odin.rb +++ b/Formula/o/odin.rb @@ -8,6 +8,8 @@ class Odin < Formula license "BSD-3-Clause" head "https://github.com/odin-lang/Odin.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ca3c7fda6ff4f285373e5115f269555d7d9f544764f4c024e0ff16b5836a109b" sha256 arm64_sonoma: "0f2d101296a06d88f4b914f798530dab39159ceb410ee6ed9cd1a3f0ffa8febe" From 599aa0afa5b8f9bf8ef8c084fe97b8f3eeed57b7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:10 +0200 Subject: [PATCH 04640/10074] odo: added `no_autobump!` --- Formula/o/odo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/odo.rb b/Formula/o/odo.rb index 737739d69e3c3..3e38ed6b51044 100644 --- a/Formula/o/odo.rb +++ b/Formula/o/odo.rb @@ -5,6 +5,8 @@ class Odo < Formula sha256 "52133a6b92510d27dfe80c7e9f333b90af43d12f7ea0cf00718aee8a85824df5" license "ISC" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "42a837f21b67949d9a12872adc2b2b62553071b86d947ff7640eac9547a00261" From 403422d467d8618c1b7080ef9839e0f515e7e7b6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:10 +0200 Subject: [PATCH 04641/10074] odt2txt: added `no_autobump!` --- Formula/o/odt2txt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/odt2txt.rb b/Formula/o/odt2txt.rb index 10d1147f198fb..31a56b6eedbc0 100644 --- a/Formula/o/odt2txt.rb +++ b/Formula/o/odt2txt.rb @@ -5,6 +5,8 @@ class Odt2txt < Formula sha256 "23a889109ca9087a719c638758f14cc3b867a5dcf30a6c90bf6a0985073556dd" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "306d55c929e1ac95e7e4a0ae181c666b460e1e733ee3bedc106fa95f06187724" From ededb9becd0a6f396d9ec0ff9d23a56c58f67229 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:10 +0200 Subject: [PATCH 04642/10074] offlineimap: added `no_autobump!` --- Formula/o/offlineimap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/offlineimap.rb b/Formula/o/offlineimap.rb index 9422f9333999f..997904d26a4e5 100644 --- a/Formula/o/offlineimap.rb +++ b/Formula/o/offlineimap.rb @@ -9,6 +9,8 @@ class Offlineimap < Formula revision 3 head "https://github.com/OfflineIMAP/offlineimap3.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2182b73d2eb5f2fc88614f4cd78889da9a8fa1cf7cf78e83884856f5dbc9e2da" From 3648380375473289fb3dae1dba79cf26d5fc89f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:10 +0200 Subject: [PATCH 04643/10074] ogmtools: added `no_autobump!` --- Formula/o/ogmtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ogmtools.rb b/Formula/o/ogmtools.rb index 77b4e42eb0986..c06a63bb6d35f 100644 --- a/Formula/o/ogmtools.rb +++ b/Formula/o/ogmtools.rb @@ -10,6 +10,8 @@ class Ogmtools < Formula regex(/href=.*?ogmtools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "789b9bad9d0902bf85da322c80b14401105d4307a1affc78e523e9c9e22fd8ce" sha256 cellar: :any, arm64_sonoma: "3a941c51496636669cd52f1d4b81195b7dd35c29af3333014f9d34070bdc8dbf" From 7099fc1f2331723e436cdb46cb8e22db1b2187e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:11 +0200 Subject: [PATCH 04644/10074] ohcount: added `no_autobump!` --- Formula/o/ohcount.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ohcount.rb b/Formula/o/ohcount.rb index c06a7fed4262a..b4a5d8f2151f3 100644 --- a/Formula/o/ohcount.rb +++ b/Formula/o/ohcount.rb @@ -6,6 +6,8 @@ class Ohcount < Formula license "GPL-2.0-only" head "https://github.com/blackducksoftware/ohcount.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d537aa1e6a4a264ac45a9fa154b6dc8d0fdfae03fafe2cc2f81cdd4396aa5769" sha256 cellar: :any, arm64_sonoma: "27c7e0899c7845d03e7f17f2a97f2fa6e47a6923fb1c232ce50551cd5a95122a" From 49989721720c0f65288ab4b8ecc57303de344115 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:11 +0200 Subject: [PATCH 04645/10074] ohdear-cli: added `no_autobump!` --- Formula/o/ohdear-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ohdear-cli.rb b/Formula/o/ohdear-cli.rb index f8d5243c0f225..d5033f97e8abb 100644 --- a/Formula/o/ohdear-cli.rb +++ b/Formula/o/ohdear-cli.rb @@ -5,6 +5,8 @@ class OhdearCli < Formula sha256 "2af752e7e5ba316e696795860c911df2327033ead395645e055c86fc00ae588c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "e142196fd160453d6cb57aa083561c73079fb38778ba34152ff19f6b3447933d" end From 1e619bb70f7faac464da47873250896c8fd4f7b1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:11 +0200 Subject: [PATCH 04646/10074] ola: added `no_autobump!` --- Formula/o/ola.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ola.rb b/Formula/o/ola.rb index 046b1dea254e6..b9e509344098c 100644 --- a/Formula/o/ola.rb +++ b/Formula/o/ola.rb @@ -26,6 +26,8 @@ class Ola < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6d4182b55d3ec40ac585f082515e7ee1125e42acbc6902e3ab1d15c01721b465" sha256 arm64_sonoma: "9b45e675b229a1443b89f643533a07aaf3f9674062bbf6115ba899d1b5388b49" From 25ed1a10d247aa94c1728e79e6e01628c09fdc3f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:11 +0200 Subject: [PATCH 04647/10074] olsrd: added `no_autobump!` --- Formula/o/olsrd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/olsrd.rb b/Formula/o/olsrd.rb index 6a56958f2b058..8be508ab691fe 100644 --- a/Formula/o/olsrd.rb +++ b/Formula/o/olsrd.rb @@ -11,6 +11,8 @@ class Olsrd < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "874cb9fc08951755b92d6f4310d46d3204bf67785ae95d96d07ef754f22fbb83" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6c4e30770465a800d9d40fbf7098db2cbcffb15c511fdff67f9e6efda615122" From cba2650d468908f1f7f954fd887d99640920e8ca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:11 +0200 Subject: [PATCH 04648/10074] ondir: added `no_autobump!` --- Formula/o/ondir.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ondir.rb b/Formula/o/ondir.rb index d67be3a223f5f..0374c3287dead 100644 --- a/Formula/o/ondir.rb +++ b/Formula/o/ondir.rb @@ -13,6 +13,8 @@ class Ondir < Formula skip "Not actively developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a50815d50ce3b1e89cb6b61c496948a36d189436512178182080e6480a86cbc5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2eb866fd4fdac434823afb1a3a0dea5197f433dc6fb94aea3fb13adec8e615d0" From 0235b59d3faa2ab139d6fe3c0f6ab110df95075c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:11 +0200 Subject: [PATCH 04649/10074] one-ml: added `no_autobump!` --- Formula/o/one-ml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/one-ml.rb b/Formula/o/one-ml.rb index 6d4bef959ce1b..a7be7d719e2f5 100644 --- a/Formula/o/one-ml.rb +++ b/Formula/o/one-ml.rb @@ -11,6 +11,8 @@ class OneMl < Formula regex(/href=.*?1ml[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "518403a9c2d724be15ba74440476759174fa0f95e7e5e18d799df42dc406d0f1" From 3b540d48f0903afdc8d719eec781e4248b5d8001 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:12 +0200 Subject: [PATCH 04650/10074] onefetch: added `no_autobump!` --- Formula/o/onefetch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/onefetch.rb b/Formula/o/onefetch.rb index 9fc0024df6498..1207e72574229 100644 --- a/Formula/o/onefetch.rb +++ b/Formula/o/onefetch.rb @@ -6,6 +6,8 @@ class Onefetch < Formula license "MIT" head "https://github.com/o2sh/onefetch.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c79034fef2b28abfb613dab6543eef17e6af769c95757166f1f727d37d5a42e8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c710fccdd294242271b24039e0fa3061a31e5dbbf51284c76f5787cdafc576a8" From 7df923a658cc0eaa7d551a9b93418ca245049cb2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:12 +0200 Subject: [PATCH 04651/10074] oniguruma: added `no_autobump!` --- Formula/o/oniguruma.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/oniguruma.rb b/Formula/o/oniguruma.rb index c63f0b877b146..850359b340770 100644 --- a/Formula/o/oniguruma.rb +++ b/Formula/o/oniguruma.rb @@ -10,6 +10,8 @@ class Oniguruma < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7d6ab71fff646664b91e8ff91744696ec775357787dbc1a28e45d52759662e8d" sha256 cellar: :any, arm64_sonoma: "86beadf2205c134bfc642be07b663476532c10591743461c2c64bc85be51afc8" From b8ae06b871660fd556546fd0996ce5a6cfb32b1a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:12 +0200 Subject: [PATCH 04652/10074] onioncat: added `no_autobump!` --- Formula/o/onioncat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/onioncat.rb b/Formula/o/onioncat.rb index a8f684760a73e..d1c4dc747f126 100644 --- a/Formula/o/onioncat.rb +++ b/Formula/o/onioncat.rb @@ -6,6 +6,8 @@ class Onioncat < Formula license "GPL-3.0-only" head "https://github.com/rahra/onioncat.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "29b153e2b454faccfb935cf8524b3b37fafb5b17a86ba38377d887ca0bbd86a0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "58d3c104e6597baefa21599dead5423ea1a7be37f40ca84d398c1f39458db474" From 74f80ac5f401afdf4369dcb0add6755ae83626a7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:12 +0200 Subject: [PATCH 04653/10074] onlykey-agent: added `no_autobump!` --- Formula/o/onlykey-agent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/onlykey-agent.rb b/Formula/o/onlykey-agent.rb index 4ed40962b38aa..2a94f1bc43103 100644 --- a/Formula/o/onlykey-agent.rb +++ b/Formula/o/onlykey-agent.rb @@ -8,6 +8,8 @@ class OnlykeyAgent < Formula license "LGPL-3.0-only" revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1fd5cda3116c1be1b089204ffc6cc5e0a3b51d407f300449499c0b6a5054d24f" sha256 cellar: :any, arm64_sonoma: "d373f7b075ca5c08c796c93d8db07f04b50c77d3a1ed07c7312565175c7db351" From adbc5ca6bfcde1fe0b2c7ac9e926f89000f3ba98 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:12 +0200 Subject: [PATCH 04654/10074] onnx: added `no_autobump!` --- Formula/o/onnx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/onnx.rb b/Formula/o/onnx.rb index 75dbd24d3edc5..4b35e8d10e714 100644 --- a/Formula/o/onnx.rb +++ b/Formula/o/onnx.rb @@ -6,6 +6,8 @@ class Onnx < Formula license "Apache-2.0" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "87e803d38d384328e30a6104d461aa429168f34f90166034effa1f2393e68cc2" From 97b314c160c0589d3a1bee848ac43d579254c736 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:13 +0200 Subject: [PATCH 04655/10074] opal: added `no_autobump!` --- Formula/o/opal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opal.rb b/Formula/o/opal.rb index 67977e632a406..546121044029d 100644 --- a/Formula/o/opal.rb +++ b/Formula/o/opal.rb @@ -7,6 +7,8 @@ class Opal < Formula license "MIT" head "https://github.com/opal/opal.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6c91211a8fdbeffb9335212d4d6f13cf42ba1710b74062e1dfe26a717c9db67c" sha256 arm64_sonoma: "a4cdd1358d5eb6508bf38cc2a67613a9e487cd250bdf9b35e85dea762894dffa" From d0533b75740ade6e393d9fb759658aa456b73b54 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:13 +0200 Subject: [PATCH 04656/10074] open-babel: added `no_autobump!` --- Formula/o/open-babel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/open-babel.rb b/Formula/o/open-babel.rb index b33424de1b7a3..559241002bb11 100644 --- a/Formula/o/open-babel.rb +++ b/Formula/o/open-babel.rb @@ -16,6 +16,8 @@ class OpenBabel < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 arm64_sequoia: "6e65ad2651937d58c9c4c023948ef066fb47d80c1add72a46478dc068a3b8889" From 4456182671a0258c7483cc7f6b6ecbd3d5ef1d39 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:13 +0200 Subject: [PATCH 04657/10074] open-completion: added `no_autobump!` --- Formula/o/open-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/open-completion.rb b/Formula/o/open-completion.rb index 937e577fe3a5c..450b8dae95d38 100644 --- a/Formula/o/open-completion.rb +++ b/Formula/o/open-completion.rb @@ -6,6 +6,8 @@ class OpenCompletion < Formula license "MIT" head "https://github.com/moshen/open-bash-completion.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "446d03e5ddceca4179f58fb2378d39f0cc1559f2b876ad53291c59ae1f43d548" From 951b889b95829fc396213c01c58a0b43b539ce57 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:13 +0200 Subject: [PATCH 04658/10074] open-jtalk: added `no_autobump!` --- Formula/o/open-jtalk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/open-jtalk.rb b/Formula/o/open-jtalk.rb index d5f1d52cf1fd7..11ca5bad16495 100644 --- a/Formula/o/open-jtalk.rb +++ b/Formula/o/open-jtalk.rb @@ -5,6 +5,8 @@ class OpenJtalk < Formula sha256 "20fdc6aeb6c757866034abc175820573db43e4284707c866fcd02c8ec18de71f" license all_of: ["BSD-3-Clause", "CC-BY-3.0"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "51df7e0512ffe97b112a49dcb57c51da678a0cce2893cf8e3a9430044aef7d7f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "01962b472c100d6d7e9e3b908f31bed428eabf103cdd8c0a64d5611b59bccb58" From 63c0c8ed60a5ad69a49d8bb877e7ee06274dcff5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:13 +0200 Subject: [PATCH 04659/10074] open-ocd: added `no_autobump!` --- Formula/o/open-ocd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/open-ocd.rb b/Formula/o/open-ocd.rb index 0e691d3801aae..72986124344ed 100644 --- a/Formula/o/open-ocd.rb +++ b/Formula/o/open-ocd.rb @@ -11,6 +11,8 @@ class OpenOcd < Formula regex(%r{url=.*?/openocd[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "68476caa858a611c3026458d2d00620c5b9eddcdcf63f6d36e06ca89b6734d15" sha256 arm64_sonoma: "e1a4ef8fa11556dab2833bd52a179e3160a7f077816c7eed9ebe903d19509885" From 21833edb0c8a2da5ae020aa5b0f5c27ef5fa6dcd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:13 +0200 Subject: [PATCH 04660/10074] open-scene-graph: added `no_autobump!` --- Formula/o/open-scene-graph.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/open-scene-graph.rb b/Formula/o/open-scene-graph.rb index 4dce3a7ca1394..0a425b6391597 100644 --- a/Formula/o/open-scene-graph.rb +++ b/Formula/o/open-scene-graph.rb @@ -16,6 +16,8 @@ class OpenSceneGraph < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6f82524b6c4bc107bc9d1acf481a2743670d2688130fa4ec16b568626773e39e" sha256 arm64_sonoma: "971d66667cdd6f8a063a541b21d4b0f13318ada4223187ecf77c4c074db944a9" From 6616452262621b7829505da1e21c4682ebb4bba3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:14 +0200 Subject: [PATCH 04661/10074] open-simh: added `no_autobump!` --- Formula/o/open-simh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/open-simh.rb b/Formula/o/open-simh.rb index b97a6da8380cf..b80cbe81feb4c 100644 --- a/Formula/o/open-simh.rb +++ b/Formula/o/open-simh.rb @@ -11,6 +11,8 @@ class OpenSimh < Formula regex(/^v?(\d+(?:\.\d+)+(?:-\d+)?)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "848fae7d7b6b38629ba56cee3fe71d9d622ae73a15f6da231fe185ebf7250607" sha256 cellar: :any, arm64_sonoma: "43567e394094f3435e761a4114a421c0488f5af137ce9b4d8aff87d75b485fa1" From ae4573e17809adfa951f1a5cabb7225023a00bb1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:14 +0200 Subject: [PATCH 04662/10074] open-sp: added `no_autobump!` --- Formula/o/open-sp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/open-sp.rb b/Formula/o/open-sp.rb index 79dd19224b0e4..1a945638c4429 100644 --- a/Formula/o/open-sp.rb +++ b/Formula/o/open-sp.rb @@ -5,6 +5,8 @@ class OpenSp < Formula sha256 "57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce" license "X11" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any, arm64_sequoia: "06f749f6c70ec8df9f8a171e3528d6d322b3d71cb59002fb4e02804f8b70bcdd" From 9a6604554b6782a95ec927cd25611dc9746f8a6a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:14 +0200 Subject: [PATCH 04663/10074] open-tyrian: added `no_autobump!` --- Formula/o/open-tyrian.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/open-tyrian.rb b/Formula/o/open-tyrian.rb index 2d8440cd8a65e..785d6c8ad9440 100644 --- a/Formula/o/open-tyrian.rb +++ b/Formula/o/open-tyrian.rb @@ -6,6 +6,8 @@ class OpenTyrian < Formula license "GPL-2.0-or-later" head "https://github.com/opentyrian/opentyrian.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "7a860fc29e71e5a0fc1b97ca782c57d39eadde156b0d557880e840ac1a588e5f" sha256 arm64_sonoma: "b35a65491b3b3e18929614588953e7d05c9a59ddc8037c3524a8d69f0da5a7a7" From f3ef67524f462794347cf6fa5a217e2ab1088ed4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:14 +0200 Subject: [PATCH 04664/10074] open-zwave: added `no_autobump!` --- Formula/o/open-zwave.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/open-zwave.rb b/Formula/o/open-zwave.rb index 44c91f27581a4..caa016a5d14fd 100644 --- a/Formula/o/open-zwave.rb +++ b/Formula/o/open-zwave.rb @@ -5,6 +5,8 @@ class OpenZwave < Formula sha256 "c4e4eb643709eb73c30cc25cffc24e9e7b6d7c49bd97ee8986c309d168d9ad2f" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_ventura: "8d7c20fa4a5bd2b5691c3f8bf77b2cfe00669e0c7c779418c9c67c73d91ccb0e" sha256 arm64_monterey: "46059e0f107fa894491dcca4afbc27487374077ac10d0c9e0466b70a21b98bdf" From 2b8fd8817a3e3adbc79a393d3c8b57fa80486a96 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:14 +0200 Subject: [PATCH 04665/10074] openai-whisper: added `no_autobump!` --- Formula/o/openai-whisper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openai-whisper.rb b/Formula/o/openai-whisper.rb index e09930e816945..5b65c164c2e11 100644 --- a/Formula/o/openai-whisper.rb +++ b/Formula/o/openai-whisper.rb @@ -9,6 +9,8 @@ class OpenaiWhisper < Formula revision 1 head "https://github.com/openai/whisper.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fb20c184addee014fbd43a8035592e76c148b5ea8ce30e22fd5b1f17ca38b7aa" sha256 cellar: :any, arm64_sonoma: "2ff5f9e031d71cdc3b66795bfadb17c67f9ad75466e695ad601dde1a60dce069" From 709384164e9c61fe086eae642167fe55ec9db86f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:14 +0200 Subject: [PATCH 04666/10074] openapi-generator: added `no_autobump!` --- Formula/o/openapi-generator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openapi-generator.rb b/Formula/o/openapi-generator.rb index af56a5a489c44..55ca50e8e10cf 100644 --- a/Formula/o/openapi-generator.rb +++ b/Formula/o/openapi-generator.rb @@ -10,6 +10,8 @@ class OpenapiGenerator < Formula regex(%r{v?(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "ebd105ba0aa8f5caebe47027b68bb0e3cc754a96238ae2001876dba676cb681b" end From b8ec89b1d3b457fd2919cbca9145ce631c408396 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:15 +0200 Subject: [PATCH 04667/10074] opencbm: added `no_autobump!` --- Formula/o/opencbm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opencbm.rb b/Formula/o/opencbm.rb index 1f89746afdbdb..5d1c69611cd37 100644 --- a/Formula/o/opencbm.rb +++ b/Formula/o/opencbm.rb @@ -11,6 +11,8 @@ class Opencbm < Formula regex(/]*?>VERSION v?(\d+(?:\.\d+)+)/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "529ae3225eaf83d45e82682ed1e4a209f92e6998c1c646e24532f9e711a8eea1" From b2c15c9869baece3e1a9ff39d28312d7bc7dc72b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:15 +0200 Subject: [PATCH 04668/10074] opencc: added `no_autobump!` --- Formula/o/opencc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opencc.rb b/Formula/o/opencc.rb index 1cb4b07f872b0..27266b41a436c 100644 --- a/Formula/o/opencc.rb +++ b/Formula/o/opencc.rb @@ -5,6 +5,8 @@ class Opencc < Formula sha256 "ad4bcd8d87219a240a236d4a55c9decd2132a9436697d2882ead85c8939b0a99" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "8b6b0e9d88ffeecb82287510d3416101529d017851b0b537f9e6b541673bed66" From 66b976f9a6a4a76c4037ffc9f54792596a672748 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:15 +0200 Subject: [PATCH 04669/10074] opencoarrays: added `no_autobump!` --- Formula/o/opencoarrays.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opencoarrays.rb b/Formula/o/opencoarrays.rb index 18e7173313efd..ff5e259ae9f0e 100644 --- a/Formula/o/opencoarrays.rb +++ b/Formula/o/opencoarrays.rb @@ -7,6 +7,8 @@ class Opencoarrays < Formula revision 5 head "https://github.com/sourceryinstitute/opencoarrays.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e263b0b0243719cdaf1ef02de84c8d70c52b1ba4b75254e75eec540daba88fde" sha256 cellar: :any, arm64_sonoma: "8c6e809fff5e543d60f2ee038ca04aa99e398a69b3aec9db067249c84b2beef0" From 135842dc5b43463cdd717697ecc8bf5dacf1cf7e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:15 +0200 Subject: [PATCH 04670/10074] openconnect: added `no_autobump!` --- Formula/o/openconnect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openconnect.rb b/Formula/o/openconnect.rb index 41851899bae3a..453769c155412 100644 --- a/Formula/o/openconnect.rb +++ b/Formula/o/openconnect.rb @@ -10,6 +10,8 @@ class Openconnect < Formula regex(/href=.*?openconnect[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "76a21b129bbc6a7dbcd67f88f4b2e2a0ca6cb3d5188b7ba763ef669013b58b7c" From 4f9aa10cb325f5c58ddbb3bfc3d00349cc7cd9bf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:15 +0200 Subject: [PATCH 04671/10074] opencore-amr: added `no_autobump!` --- Formula/o/opencore-amr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opencore-amr.rb b/Formula/o/opencore-amr.rb index 116c9eed5d635..e807e388ed04f 100644 --- a/Formula/o/opencore-amr.rb +++ b/Formula/o/opencore-amr.rb @@ -10,6 +10,8 @@ class OpencoreAmr < Formula regex(%r{url=.*?/opencore-amr[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "48a7944b5baf1d23777ff16d0f1b44ba3fb1872728e578e245993019895b0075" sha256 cellar: :any, arm64_sonoma: "b9598108fb81e647206266d1ebfd43872454df8d9eb8292e09b550fb190e5c4f" From 92d4f2a8cb4c4f13d8164702d05c6096b4c93ff8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:15 +0200 Subject: [PATCH 04672/10074] opencv: added `no_autobump!` --- Formula/o/opencv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opencv.rb b/Formula/o/opencv.rb index 91e11d3b1efdc..4a5632fe4f537 100644 --- a/Formula/o/opencv.rb +++ b/Formula/o/opencv.rb @@ -23,6 +23,8 @@ class Opencv < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "14e468ccb54da0d671e31730284f933508d5195a208aca7a9b08541ada70c32a" sha256 arm64_ventura: "b70e530ca8d0aeb8e6bc91a13c5d1fffd114fce6807f517b8d87c9375cf18b05" From dd7a2e5753fc328a0da94d5bd15d7c066ce59dce Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:16 +0200 Subject: [PATCH 04673/10074] opendbx: added `no_autobump!` --- Formula/o/opendbx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opendbx.rb b/Formula/o/opendbx.rb index 87ddf55d80b71..6d7ffd956cafb 100644 --- a/Formula/o/opendbx.rb +++ b/Formula/o/opendbx.rb @@ -13,6 +13,8 @@ class Opendbx < Formula regex(%r{href=.*?/opendbx[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "b355d6e9d840dd066aa4e71bbc2b4ebcca2f13741b07153fcc91a159b0d1665c" sha256 arm64_sonoma: "f5a84ad8458393c0dea21c9e640de968ae3184ddfcf0cf3f25136d376622d564" From 8c5d4cd96da42904eec3c003b62d40501980bfbd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:16 +0200 Subject: [PATCH 04674/10074] openhmd: added `no_autobump!` --- Formula/o/openhmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openhmd.rb b/Formula/o/openhmd.rb index 4c06011b1fcc6..f3b7dbcda1b47 100644 --- a/Formula/o/openhmd.rb +++ b/Formula/o/openhmd.rb @@ -6,6 +6,8 @@ class Openhmd < Formula license "BSL-1.0" head "https://github.com/OpenHMD/OpenHMD.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "743ff7cdd099472c22867b6883dbebb8731898e770c6c9a9c16e42a99de5b10a" sha256 cellar: :any, arm64_sonoma: "f234246a30572beddda70313054bf10e58a96ee842bbeded6e1d1017febc0c02" From 075e988a56696fe02aa9900f60b9ee1341c38a29 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:16 +0200 Subject: [PATCH 04675/10074] openkim-models: added `no_autobump!` --- Formula/o/openkim-models.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openkim-models.rb b/Formula/o/openkim-models.rb index fc0968a5e693d..65519f867e117 100644 --- a/Formula/o/openkim-models.rb +++ b/Formula/o/openkim-models.rb @@ -11,6 +11,8 @@ class OpenkimModels < Formula regex(/href=.*?openkim-models[._-]v?(\d+(?:-\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4b54c417f0e9a9012499d60c41935324c7de81a54bccf1710f68528201eccb9a" sha256 cellar: :any, arm64_sonoma: "ca3243c57f7b498ea49744ea96163e585158aff2d69fe10523598a986b302e0b" From d9d4b79ed4dc2614a6c3088c063efd12477b69d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:16 +0200 Subject: [PATCH 04676/10074] openliberty-jakartaee9: added `no_autobump!` --- Formula/o/openliberty-jakartaee9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openliberty-jakartaee9.rb b/Formula/o/openliberty-jakartaee9.rb index cd3fe61fc11f6..2cfd71e50290d 100644 --- a/Formula/o/openliberty-jakartaee9.rb +++ b/Formula/o/openliberty-jakartaee9.rb @@ -10,6 +10,8 @@ class OpenlibertyJakartaee9 < Formula regex(/openliberty[._-]jakartaee9[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "69434015835d5c9c2ca412ea3c6fbc6c96cc09f85a933581fe162b8d1f12a327" From 6ba76390abf28a6b284c088a7f5ecddb8a022d0c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:16 +0200 Subject: [PATCH 04677/10074] openliberty-webprofile9: added `no_autobump!` --- Formula/o/openliberty-webprofile9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openliberty-webprofile9.rb b/Formula/o/openliberty-webprofile9.rb index 9a8537d1f8cd7..520732e888f82 100644 --- a/Formula/o/openliberty-webprofile9.rb +++ b/Formula/o/openliberty-webprofile9.rb @@ -10,6 +10,8 @@ class OpenlibertyWebprofile9 < Formula regex(/openliberty[._-]webProfile9[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "02fa7826a84a6cd57bb5ca216b62c4e4e707ffaa545a7c877942d0a681f33e30" From 4a925ff6e83b6b919cae59a4db607297e76218c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:16 +0200 Subject: [PATCH 04678/10074] openmama: added `no_autobump!` --- Formula/o/openmama.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openmama.rb b/Formula/o/openmama.rb index 9a6f2b12061de..a102e04b67ae1 100644 --- a/Formula/o/openmama.rb +++ b/Formula/o/openmama.rb @@ -10,6 +10,8 @@ class Openmama < Formula regex(/^OpenMAMA[._-]v?(\d+(?:\.\d+)+)(?:-release)?$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "786b187f472ddd357f105cffc281cf4f8382b46ae31c5b428a5f1d8038c812ae" sha256 cellar: :any, arm64_sonoma: "7b9ff5f5a5bacec5396c90a71d3f473c917aa5bf33cd403cc6f5eb4259f5f8b5" From 40b8fa75c18f851a18d4c24e00defa580cb1b49f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:16 +0200 Subject: [PATCH 04679/10074] openmotif: added `no_autobump!` --- Formula/o/openmotif.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openmotif.rb b/Formula/o/openmotif.rb index 6e08aeaae4b1d..783959d8c00e5 100644 --- a/Formula/o/openmotif.rb +++ b/Formula/o/openmotif.rb @@ -6,6 +6,8 @@ class Openmotif < Formula license "LGPL-2.1-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "a8bc176639f8fb38b41aab636e20c407232203d408d07098042a68e3f4ed610f" sha256 arm64_sonoma: "088de6041cdf83f4d5ab19861a340937bb78e13d455d1c5819926a8a77842488" From 9fd8a880fce305c0c43fa6b5e0d4c0bd57b3f935 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:17 +0200 Subject: [PATCH 04680/10074] openmsx: added `no_autobump!` --- Formula/o/openmsx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openmsx.rb b/Formula/o/openmsx.rb index 265e18ec36856..024eafc4df042 100644 --- a/Formula/o/openmsx.rb +++ b/Formula/o/openmsx.rb @@ -17,6 +17,8 @@ class Openmsx < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ee0a9be62e2b1c04669a5fdbadbf59ece48fb64cfc5c6287cc3c404ce39f884f" sha256 cellar: :any, arm64_sonoma: "ed81ae7655dd0ca38610c9c5fd48ede0676f2244e29cbdaef8e8dfd62f153abf" From 63c17417dc6a1a1519a8a075c88c5194818b1652 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:17 +0200 Subject: [PATCH 04681/10074] opensca-cli: added `no_autobump!` --- Formula/o/opensca-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opensca-cli.rb b/Formula/o/opensca-cli.rb index fc575a1086f0b..747fa00acf8ac 100644 --- a/Formula/o/opensca-cli.rb +++ b/Formula/o/opensca-cli.rb @@ -6,6 +6,8 @@ class OpenscaCli < Formula license "Apache-2.0" head "https://github.com/XmirrorSecurity/OpenSCA-cli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5209a8c6a9858c7671fdb89eef3c5e2054e79604d9bbf809c63fcfd59a71feaf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e266e781fad368e3fad32b50ec6cacfd33f9c78f776e512c7262c161a6f5b901" From 8982e385ed5bc0eb532a9a886a854042ddbe847e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:17 +0200 Subject: [PATCH 04682/10074] opensearch-dashboards: added `no_autobump!` --- Formula/o/opensearch-dashboards.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opensearch-dashboards.rb b/Formula/o/opensearch-dashboards.rb index f5afd4839d32c..aebb466a20ada 100644 --- a/Formula/o/opensearch-dashboards.rb +++ b/Formula/o/opensearch-dashboards.rb @@ -11,6 +11,8 @@ class OpensearchDashboards < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "876fbfe98451b347628282dec9ba9367d99882e57cb430f3b2a86cdf5ad33928" sha256 cellar: :any_skip_relocation, arm64_sonoma: "876fbfe98451b347628282dec9ba9367d99882e57cb430f3b2a86cdf5ad33928" From 966c4a39288bbd0736826b1c0bdc3f04e5820911 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:17 +0200 Subject: [PATCH 04683/10074] openslide: added `no_autobump!` --- Formula/o/openslide.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openslide.rb b/Formula/o/openslide.rb index 691a6a0ca9310..aff47d79ab901 100644 --- a/Formula/o/openslide.rb +++ b/Formula/o/openslide.rb @@ -5,6 +5,8 @@ class Openslide < Formula sha256 "cc227c44316abb65fb28f1c967706eb7254f91dbfab31e9ae6a48db6cf4ae562" license "LGPL-2.1-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cc59b3af87286b37130ec9a898f182814aa291268a9e2548e5525e765f4996df" sha256 cellar: :any, arm64_sonoma: "5bdd7e9c3409e9a540d861b0cb58ff7e94b51f38ec1c04d2b07dbf8d69d01933" From 214be78d59c863537a0c44818611f38dfcd1f3db Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:17 +0200 Subject: [PATCH 04684/10074] openslp: added `no_autobump!` --- Formula/o/openslp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openslp.rb b/Formula/o/openslp.rb index 6c68db964a6af..db839d138a17d 100644 --- a/Formula/o/openslp.rb +++ b/Formula/o/openslp.rb @@ -5,6 +5,8 @@ class Openslp < Formula sha256 "924337a2a8e5be043ebaea2a78365c7427ac6e9cee24610a0780808b2ba7579b" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 sonoma: "9f8b91c18c4a8e0738618531ad35f6068daa27cb6069362510622592113aada5" From 85c69caf34867125ff2fbae1e98defe3540c85dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:18 +0200 Subject: [PATCH 04685/10074] openssh: added `no_autobump!` --- Formula/o/openssh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openssh.rb b/Formula/o/openssh.rb index d894da68f844d..1e8d3e9574662 100644 --- a/Formula/o/openssh.rb +++ b/Formula/o/openssh.rb @@ -12,6 +12,8 @@ class Openssh < Formula regex(/href=.*?openssh[._-]v?(\d+(?:\.\d+)+(?:p\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0f9bafc94fa471cbb2385c7d6c94555007562649922e994db8c0445a509f7309" sha256 arm64_sonoma: "3d29bd75979fa18a5ffedeb87e980935130badc1e66eb1b03fbe939395d69faa" From ec35bc37d4fba222cd805063dfe8e4e3868b3082 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:18 +0200 Subject: [PATCH 04686/10074] openssl@1.1: added `no_autobump!` --- Formula/o/openssl@1.1.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openssl@1.1.rb b/Formula/o/openssl@1.1.rb index 06aa785a4e06d..b73c15e8ae672 100644 --- a/Formula/o/openssl@1.1.rb +++ b/Formula/o/openssl@1.1.rb @@ -11,6 +11,8 @@ class OpensslAT11 < Formula license "OpenSSL" version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "e49b48327359eb6f1e1a0c67f4810105d803b560cd0d70c7247f2157f7cffe61" From 7b299517d0cc93aa489032dbebea95c1cc286971 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:18 +0200 Subject: [PATCH 04687/10074] opensubdiv: added `no_autobump!` --- Formula/o/opensubdiv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opensubdiv.rb b/Formula/o/opensubdiv.rb index d564b160f7ad0..a3c1aaa8691e6 100644 --- a/Formula/o/opensubdiv.rb +++ b/Formula/o/opensubdiv.rb @@ -10,6 +10,8 @@ class Opensubdiv < Formula regex(/^v?(\d+(?:[._]\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "82514e22222203cd7f1311d3e327cade6c43276a8824f86438fafe8bc14b8b33" sha256 cellar: :any, arm64_sonoma: "0eedbb0c9de3bac83f8a80d501d6dc419942e8f09c4eecc5a49ce5dbb2243d64" From 25796cda07addcda553060962cfdac9a43487197 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:18 +0200 Subject: [PATCH 04688/10074] opentracing-cpp: added `no_autobump!` --- Formula/o/opentracing-cpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opentracing-cpp.rb b/Formula/o/opentracing-cpp.rb index defc93d12e0c2..a4a9d8db40e31 100644 --- a/Formula/o/opentracing-cpp.rb +++ b/Formula/o/opentracing-cpp.rb @@ -5,6 +5,8 @@ class OpentracingCpp < Formula sha256 "5b170042da4d1c4c231df6594da120875429d5231e9baa5179822ee8d1054ac3" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e30de6dd8cd5968ca9e06daa0f2e6bc3f750f55adf8a7b70c981e79df7704932" sha256 cellar: :any, arm64_sonoma: "7da4222d346f9ea96d1fbf8d89662250c82876a1f5cccbf2a335af1e6cf9ae71" From e058fdcd0f49c4f3d9716eb6f012de3eeba03e52 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:18 +0200 Subject: [PATCH 04689/10074] opentsdb: added `no_autobump!` --- Formula/o/opentsdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opentsdb.rb b/Formula/o/opentsdb.rb index a0e87a6de5274..5293407b58d36 100644 --- a/Formula/o/opentsdb.rb +++ b/Formula/o/opentsdb.rb @@ -10,6 +10,8 @@ class Opentsdb < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, sonoma: "1e94a2ce5cc95c944f5763df3442cc2fe71d12279f134b0a051549c6b4bd902a" From 9434c40d3cbaf6fc72b439bda99dbbaf9a50444f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:18 +0200 Subject: [PATCH 04690/10074] openvi: added `no_autobump!` --- Formula/o/openvi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openvi.rb b/Formula/o/openvi.rb index a44a2edd6f54d..11ab4d5b491d2 100644 --- a/Formula/o/openvi.rb +++ b/Formula/o/openvi.rb @@ -6,6 +6,8 @@ class Openvi < Formula license "BSD-3-Clause" head "https://github.com/johnsonjh/OpenVi.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7782e6ed0969f0329395994ababca79b94ea7a8e576b97cdb71ec6698f070e45" sha256 cellar: :any, arm64_sonoma: "3516b1e080308c873e3d03a050a07f0e0515abe4baa306cd9bc8a838371a7d1f" From 447e32fb55619095339ba1e58f7814536d2523db Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:19 +0200 Subject: [PATCH 04691/10074] openvino: added `no_autobump!` --- Formula/o/openvino.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/openvino.rb b/Formula/o/openvino.rb index c40a34fed7968..bee56edd35ff0 100644 --- a/Formula/o/openvino.rb +++ b/Formula/o/openvino.rb @@ -13,6 +13,8 @@ class Openvino < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "95709208344d92723a834f0ebee93d7070547e49eb677a46d66f5289039891fd" sha256 cellar: :any, arm64_sonoma: "2c6c71ee8441e3f45f14cda2ed0b9e95c582aa9dce3f80a90bd2cc4e2ada3526" From 4830aa13b0819e8eaae32452e18156c4840462c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:19 +0200 Subject: [PATCH 04692/10074] ophcrack: added `no_autobump!` --- Formula/o/ophcrack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ophcrack.rb b/Formula/o/ophcrack.rb index 4bf133524d111..14c93e30d8cb2 100644 --- a/Formula/o/ophcrack.rb +++ b/Formula/o/ophcrack.rb @@ -7,6 +7,8 @@ class Ophcrack < Formula license "GPL-2.0-or-later" => { with: "openvpn-openssl-exception" } revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "2cc621ee5589b47e95841913aaa74aa64a404c677c3ab2062413c17424db56f2" From 4b9398d3da72bb15a1a79a79871a710c374558c9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:19 +0200 Subject: [PATCH 04693/10074] opus-tools: added `no_autobump!` --- Formula/o/opus-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opus-tools.rb b/Formula/o/opus-tools.rb index d25161eccffbe..74ef0ce7fabd8 100644 --- a/Formula/o/opus-tools.rb +++ b/Formula/o/opus-tools.rb @@ -12,6 +12,8 @@ class OpusTools < Formula regex(%r{href=(?:["']?|.*?/)opus-tools[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2e17161e605515377130ebeb2edecf02a4518a8c27373e3eca594cfd48ed6de5" sha256 cellar: :any, arm64_sonoma: "1ccc81bd48aa589c8743efb2e88493da699be27e78a7c213616ddbde5caa24b2" From e1c32789c12f0572fb1c95bbe21a1f7e0927d9d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:19 +0200 Subject: [PATCH 04694/10074] opusfile: added `no_autobump!` --- Formula/o/opusfile.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/opusfile.rb b/Formula/o/opusfile.rb index 953b7502d5554..01d1c5baa7edb 100644 --- a/Formula/o/opusfile.rb +++ b/Formula/o/opusfile.rb @@ -12,6 +12,8 @@ class Opusfile < Formula regex(%r{href=(?:["']?|.*?/)opusfile[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ad3b05a6931361ed1be9fd61d7c378d149071cf50bf0e7741df0799da481849a" sha256 cellar: :any, arm64_sonoma: "6de955abe2ffac326b26128bb2001110e1c91cfe171c54673bf23abc47e88283" From 5a0be4d534e5e1c7ad11d7a3bd0f817a454c8ee3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:19 +0200 Subject: [PATCH 04695/10074] oq: added `no_autobump!` --- Formula/o/oq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/oq.rb b/Formula/o/oq.rb index e91905ef2bf68..f6e9e7bf5a206 100644 --- a/Formula/o/oq.rb +++ b/Formula/o/oq.rb @@ -6,6 +6,8 @@ class Oq < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1a3da7d5c1facf9978ed2e5e4b837db7979b6123839d133c947b9eb9b1200762" sha256 cellar: :any, arm64_sonoma: "9ac4ab6b25021efebdd52241b9018349fe42721bf3545bdb991e79fa55bea62f" From d0e70240b9d95b567c4bb8920850dee126e546d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:19 +0200 Subject: [PATCH 04696/10074] orcania: added `no_autobump!` --- Formula/o/orcania.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/orcania.rb b/Formula/o/orcania.rb index 50f190d11a266..cf41f5e222fbd 100644 --- a/Formula/o/orcania.rb +++ b/Formula/o/orcania.rb @@ -5,6 +5,8 @@ class Orcania < Formula sha256 "e26947f7622acf3660b71fb8018ee791c97376530ab6c4a00e4aa2775e052626" license "LGPL-2.1-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4c6bcdc1d22075f81c8d4660d2e7f26bf495a7d3b71ba07dc73cec9cb60df3ac" sha256 cellar: :any, arm64_sonoma: "d40e5c622f0f94b0ace12b30ee6401d198f4a988e8e2874fbc8816529c7c72d0" From 7bb32aa6a5edf187d5d4c83fb069225b0458fe48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:20 +0200 Subject: [PATCH 04697/10074] organize-tool: added `no_autobump!` --- Formula/o/organize-tool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/organize-tool.rb b/Formula/o/organize-tool.rb index 006330a8d7bd4..7924b7cba5001 100644 --- a/Formula/o/organize-tool.rb +++ b/Formula/o/organize-tool.rb @@ -7,6 +7,8 @@ class OrganizeTool < Formula sha256 "034fdcf9ffeb23d21b495e038665278e589fa04dc7c0c0a01a4a3b30a06c539f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b6f9e95698b7fd36da9dd8b1496a8b9f256ec621afd2c5ee9189c0a76209102d" sha256 cellar: :any, arm64_sonoma: "46e1ea475ee507110ebd029f5ac455ae9a8e94ca019fa35c83e631f3868c600f" From 357620d57f31f16f4f0361a1ec7b3da50ded568f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:20 +0200 Subject: [PATCH 04698/10074] orogene: added `no_autobump!` --- Formula/o/orogene.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/orogene.rb b/Formula/o/orogene.rb index 95bc887faace2..85174e6c19cd0 100644 --- a/Formula/o/orogene.rb +++ b/Formula/o/orogene.rb @@ -6,6 +6,8 @@ class Orogene < Formula license "Apache-2.0" head "https://github.com/orogene/orogene.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "68164cd2ef24f2cc58c5562c7c81cb72bc9139ef96975f459f1bd6ce05c3e73a" From a6488ac0b002f2662f0c57448ff70b88242ed18c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:20 +0200 Subject: [PATCH 04699/10074] osc-cli: added `no_autobump!` --- Formula/o/osc-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osc-cli.rb b/Formula/o/osc-cli.rb index 2c8a161fa5762..e6d51251d593c 100644 --- a/Formula/o/osc-cli.rb +++ b/Formula/o/osc-cli.rb @@ -8,6 +8,8 @@ class OscCli < Formula license "BSD-3-Clause" revision 7 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5480ac70e1c6e5fc2704d8fbcfe1d58ccb068e67ac464b2181701b12314386d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5480ac70e1c6e5fc2704d8fbcfe1d58ccb068e67ac464b2181701b12314386d" From a43e0952ccd7e803ded96fc3c68222ba38961145 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:20 +0200 Subject: [PATCH 04700/10074] oscats: added `no_autobump!` --- Formula/o/oscats.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/oscats.rb b/Formula/o/oscats.rb index d8b51bc75dcdd..c3944cd05ba94 100644 --- a/Formula/o/oscats.rb +++ b/Formula/o/oscats.rb @@ -6,6 +6,8 @@ class Oscats < Formula license "GPL-3.0-or-later" revision 7 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "14bdf254ea5eb224c087cc3bdc7ba53b46d52b77e2c440f738871e747ad7e33a" sha256 cellar: :any, arm64_sonoma: "ee65d5fb7e853cf11866ad5d82e42443a2c899089538f7563a3d63268af2855e" From 39082c485b363f7c93322859201768aa4d83619c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:20 +0200 Subject: [PATCH 04701/10074] oslo: added `no_autobump!` --- Formula/o/oslo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/oslo.rb b/Formula/o/oslo.rb index 99cb9e9d09e99..ab25235cddf42 100644 --- a/Formula/o/oslo.rb +++ b/Formula/o/oslo.rb @@ -6,6 +6,8 @@ class Oslo < Formula license "Apache-2.0" head "https://github.com/openslo/oslo.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5977795384029ca047af4c7226a66c98907587e183469462a0f6c8ecb46e659" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8aa369ef73a62437f2aa4bd37d40e508c15a77faf74be64b254052c09f7136d1" From 6110e5c21a85c6e4eb7ffde914e6d5ee41db5e1b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:20 +0200 Subject: [PATCH 04702/10074] osm-gps-map: added `no_autobump!` --- Formula/o/osm-gps-map.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osm-gps-map.rb b/Formula/o/osm-gps-map.rb index 95ba1e4334b1a..4df7d21cddc07 100644 --- a/Formula/o/osm-gps-map.rb +++ b/Formula/o/osm-gps-map.rb @@ -16,6 +16,8 @@ class OsmGpsMap < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "86a72e93e60138253d415f0f8350e2a08f01cf670631f159cbcb9aef453991f0" sha256 arm64_sonoma: "4e99312645cad4b62bce40d08360aaf0071a7a5fce6e8331c3940fc9956d6a30" From 0314f9be74ec6f839fbf6c9ea7e0c2c77e9baa78 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:21 +0200 Subject: [PATCH 04703/10074] osm-pbf: added `no_autobump!` --- Formula/o/osm-pbf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osm-pbf.rb b/Formula/o/osm-pbf.rb index 93774a6adbcc1..ac6df6af42b20 100644 --- a/Formula/o/osm-pbf.rb +++ b/Formula/o/osm-pbf.rb @@ -6,6 +6,8 @@ class OsmPbf < Formula license "LGPL-3.0-or-later" revision 13 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ed7762d14a46871ddbed1b0dc1c0ab5232c679650fc4f7d26e1a2f00f5d1a39d" sha256 cellar: :any, arm64_sonoma: "31d0e2574171450149af2225ce6d8904de1b1ecc057a3cf38114de3e0873f432" From dd020087295426b60786396f97f1772d8751df49 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:21 +0200 Subject: [PATCH 04704/10074] osm: added `no_autobump!` --- Formula/o/osm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osm.rb b/Formula/o/osm.rb index 83d421ca4cd41..5f3b07945d23c 100644 --- a/Formula/o/osm.rb +++ b/Formula/o/osm.rb @@ -7,6 +7,8 @@ class Osm < Formula license "Apache-2.0" head "https://github.com/openservicemesh/osm.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3290438783446cf475bf7eb660b0f83d61bf3b6634e79ed1490ac9961dfd80e2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "355b38a1dbff9c3aaa823e43908a3f8f35896ff53b6841be6049a93a27749e6e" From fe3c50601f24b6edc70d29f9d31e0c89000a4d14 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:21 +0200 Subject: [PATCH 04705/10074] osm2pgrouting: added `no_autobump!` --- Formula/o/osm2pgrouting.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osm2pgrouting.rb b/Formula/o/osm2pgrouting.rb index 9eaac2bfe66ba..aeaeb2f827dfa 100644 --- a/Formula/o/osm2pgrouting.rb +++ b/Formula/o/osm2pgrouting.rb @@ -7,6 +7,8 @@ class Osm2pgrouting < Formula revision 16 head "https://github.com/pgRouting/osm2pgrouting.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8d5da6cbb1019f6896dcd1c2ec6b5b85364f5ab8e1eaf03faa363a9ac741f708" sha256 cellar: :any, arm64_sonoma: "07719354b8de8ec105fb5fff9b6f5555af88d5fa25b2c740669beb753d4d879d" From ea21aaa8247f6845489e4f2f5c6324c09d9e7833 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:21 +0200 Subject: [PATCH 04706/10074] osmfilter: added `no_autobump!` --- Formula/o/osmfilter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osmfilter.rb b/Formula/o/osmfilter.rb index d63634532583e..970214d587cc2 100644 --- a/Formula/o/osmfilter.rb +++ b/Formula/o/osmfilter.rb @@ -7,6 +7,8 @@ class Osmfilter < Formula license "AGPL-3.0-only" head "https://gitlab.com/osm-c-tools/osmctools.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d86b7309f3fbd2c39a78416fe5dc0eac2b08c2ef0795e9c3d83c165ddf122e1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "864446d5bf53f85f504188be4f59c5f1fc1b902a647a1666de49bf467fa0fd0a" From 435303098e751768bd74e7bc1dcb25042a4b3d2c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:21 +0200 Subject: [PATCH 04707/10074] osmosis: added `no_autobump!` --- Formula/o/osmosis.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osmosis.rb b/Formula/o/osmosis.rb index fe5c1eb7a9e66..9904ea4ab0ca5 100644 --- a/Formula/o/osmosis.rb +++ b/Formula/o/osmosis.rb @@ -10,6 +10,8 @@ class Osmosis < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "bbf0840fce8067bb973ff59a7e9d9774178ae11b9af976aa0842e80b90264b00" From 28fa2fffd1ead1ce897802fa99aba05306e64d39 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:22 +0200 Subject: [PATCH 04708/10074] osqp: added `no_autobump!` --- Formula/o/osqp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osqp.rb b/Formula/o/osqp.rb index dbb736dcb99fb..1d615322f6225 100644 --- a/Formula/o/osqp.rb +++ b/Formula/o/osqp.rb @@ -5,6 +5,8 @@ class Osqp < Formula sha256 "dd6a1c2e7e921485697d5e7cdeeb043c712526c395b3700601f51d472a7d8e48" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ccb60f0cfb872511bca80235ac7a946fa63b37a5a3dd12824225233b53da0a0c" sha256 cellar: :any, arm64_sonoma: "5fed88abe2497775db7e0b621beb464077d9a9d17b5d78d0e02572be8baf55dc" From 5fb6d896271474f76b686f480fa3923c3ad85d0f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:22 +0200 Subject: [PATCH 04709/10074] osrm-backend: added `no_autobump!` --- Formula/o/osrm-backend.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osrm-backend.rb b/Formula/o/osrm-backend.rb index b0bdb897eea00..92f8baccd89f2 100644 --- a/Formula/o/osrm-backend.rb +++ b/Formula/o/osrm-backend.rb @@ -11,6 +11,8 @@ class OsrmBackend < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d99d43985b7eb9874b9a854559a8dd7ba095653a0bc7991f540a9f691098f381" sha256 cellar: :any, arm64_sonoma: "1238dc214ee091861d48367a2c78b5458ccdfdd6737404fd8184f4dd815e6d34" From ffe8d49fb9eedcadee7cc57d1b5e7d3ad3093816 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:22 +0200 Subject: [PATCH 04710/10074] ossp-uuid: added `no_autobump!` --- Formula/o/ossp-uuid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/ossp-uuid.rb b/Formula/o/ossp-uuid.rb index 6c441f96e49be..1cd1db5889b3d 100644 --- a/Formula/o/ossp-uuid.rb +++ b/Formula/o/ossp-uuid.rb @@ -11,6 +11,8 @@ class OsspUuid < Formula regex(/href=["']?ossp-uuid[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "54fe9ac592343b06d7ce62e286cf0afd06f90be6c9aebd779102403c51cd55ea" sha256 cellar: :any, arm64_sonoma: "54b71284924df66d47fb0544f6a20c058e4118b0b6c7e4e25938a9e5db0b19f9" From 3e1bfcdfa5aa426f62fdda8b429f6da36c57581f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:22 +0200 Subject: [PATCH 04711/10074] osx-cpu-temp: added `no_autobump!` --- Formula/o/osx-cpu-temp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osx-cpu-temp.rb b/Formula/o/osx-cpu-temp.rb index 675bc150239eb..a9ae72bb54510 100644 --- a/Formula/o/osx-cpu-temp.rb +++ b/Formula/o/osx-cpu-temp.rb @@ -5,6 +5,8 @@ class OsxCpuTemp < Formula sha256 "94b90ce9a1c7a428855453408708a5557bfdb76fa45eef2b8ded4686a1558363" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1484688d7c45ad319e94d86b098150df1a028fb85b93591664a8f5c839a1383" sha256 cellar: :any_skip_relocation, arm64_sonoma: "50aa80f9561f2a41d78f87f5ba9998a406b3865d5bc61fcea208ead214149c64" From a7197fa300f7c7f8da2cc25449eb6e39719f275c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:22 +0200 Subject: [PATCH 04712/10074] osxutils: added `no_autobump!` --- Formula/o/osxutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osxutils.rb b/Formula/o/osxutils.rb index 9700a83dc7017..829f8a7cce16d 100644 --- a/Formula/o/osxutils.rb +++ b/Formula/o/osxutils.rb @@ -6,6 +6,8 @@ class Osxutils < Formula license "GPL-2.0-or-later" head "https://github.com/specious/osxutils.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "740ef31720ead876a8af81736ee00b5e74e29c0e77b84c7d9702cc6c7460f6c9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fedf0f63481a28280cbca3c4f9aaa8a9d1cae884e4287290c80d5376108aea8" From 2f8be9bf98d6c41aaa69b3b7dd760547b5e319cc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:22 +0200 Subject: [PATCH 04713/10074] otf2bdf: added `no_autobump!` --- Formula/o/otf2bdf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/otf2bdf.rb b/Formula/o/otf2bdf.rb index ce8b7c553aa28..9934c7497a5b5 100644 --- a/Formula/o/otf2bdf.rb +++ b/Formula/o/otf2bdf.rb @@ -11,6 +11,8 @@ class Otf2bdf < Formula regex(/^v?(\d+(?:\.\d+)+(?:[._-]?p\d+)?)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "51d176016f0bb1ef87c844b246d9f733e594314fb7fbc19f7a2a4bbae330cf6a" sha256 cellar: :any, arm64_sonoma: "deb8ebe605b3723509213f415b25315efbc0fb1e72ad3866cabec7830b523894" From ac34799d4132688a3033a9a34c4d24268b357cf2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:23 +0200 Subject: [PATCH 04714/10074] owamp: added `no_autobump!` --- Formula/o/owamp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/owamp.rb b/Formula/o/owamp.rb index 55baea1f87f5b..ad7d055475b97 100644 --- a/Formula/o/owamp.rb +++ b/Formula/o/owamp.rb @@ -10,6 +10,8 @@ class Owamp < Formula regex(/href=.*?owamp[._-]v?(\d+(?:\.\d+)+(?:-\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9060c36f5f038c5d1b43cdb45319a414b214dc8ddef7745658b64ea756cd68e8" From fbcafefa6f44e8251c42a2b3d709d9ed8e1c748c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:23 +0200 Subject: [PATCH 04715/10074] owfs: added `no_autobump!` --- Formula/o/owfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/owfs.rb b/Formula/o/owfs.rb index a8f7c0e0d64d4..901f801713fc8 100644 --- a/Formula/o/owfs.rb +++ b/Formula/o/owfs.rb @@ -6,6 +6,8 @@ class Owfs < Formula sha256 "af0a5035f3f3df876ca15aea13486bfed6b3ef5409dee016db0be67755c35fcc" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9ffbd0a7e7138e0e41418388b894e28c1afa188d2182acd3f8518dfad76fd4a0" sha256 cellar: :any, arm64_sonoma: "1366e03d70c70d75caede1b7144164ed21adf1396793cb0f75ce9cf3a7d6b1bc" From adfe2c2c1d49fe60b21b134ed6be08427c426682 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:19:19 +0000 Subject: [PATCH 04716/10074] orbiton 2.70.0 --- Formula/o/orbiton.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/orbiton.rb b/Formula/o/orbiton.rb index b2f4c6a969595..5ad69ccdb9e3c 100644 --- a/Formula/o/orbiton.rb +++ b/Formula/o/orbiton.rb @@ -1,8 +1,8 @@ class Orbiton < Formula desc "Fast and config-free text editor and IDE limited by VT100" homepage "https://roboticoverlords.org/orbiton/" - url "https://github.com/xyproto/orbiton/archive/refs/tags/v2.69.0.tar.gz" - sha256 "dd8205b863a7c177cca3d26c952455f3b1c5ee6614408f2c262a22e8386228bb" + url "https://github.com/xyproto/orbiton/archive/refs/tags/v2.70.0.tar.gz" + sha256 "ab940369469a534311466621f8e65f712446aadc6a4016e9d912b68d420d5371" license "BSD-3-Clause" head "https://github.com/xyproto/orbiton.git", branch: "main" From 2332c31b9f3aa66ae1e9ac48a3bb23944e2b0ef4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:42 +0200 Subject: [PATCH 04717/10074] p0f: added `no_autobump!` --- Formula/p/p0f.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/p0f.rb b/Formula/p/p0f.rb index 34658a3d53d40..c1261b884c2fb 100644 --- a/Formula/p/p0f.rb +++ b/Formula/p/p0f.rb @@ -10,6 +10,8 @@ class P0f < Formula regex(/href=.*?p0f[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 arm64_sequoia: "26d47c74e8e4c5b3c8463acf5759301a71513c8421e00d88b79fd6acc1510f3a" From aee2230f7b781a1a6319f36d16151d52a6018341 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:42 +0200 Subject: [PATCH 04718/10074] packer-completion: added `no_autobump!` --- Formula/p/packer-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/packer-completion.rb b/Formula/p/packer-completion.rb index c85fd4b0ef258..70a630e19ae72 100644 --- a/Formula/p/packer-completion.rb +++ b/Formula/p/packer-completion.rb @@ -6,6 +6,8 @@ class PackerCompletion < Formula license "MIT" head "https://github.com/mrolli/packer-bash-completion.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "20e50c3d1419e8e86faefc8f726f79fa19d086e438db145679b84853cb6fddeb" From 5e68336062d3584a60498d401e04d4bfef24c1a6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:42 +0200 Subject: [PATCH 04719/10074] packer: added `no_autobump!` --- Formula/p/packer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/packer.rb b/Formula/p/packer.rb index 45a3502a24596..93db37da76b4d 100644 --- a/Formula/p/packer.rb +++ b/Formula/p/packer.rb @@ -9,6 +9,8 @@ class Packer < Formula license "MPL-2.0" head "https://github.com/hashicorp/packer.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d67db7e0fdf90d1d7531d79c42383ded2451fe88b6c3da67342a3b29e2cda2f8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a88ef4032fc80f0347ece6d35b91a41ebed9aed3ed04af63d1dd03e809d324aa" From 6253f4d2fceea57595d657184486164530f42236 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:43 +0200 Subject: [PATCH 04720/10074] packetry: added `no_autobump!` --- Formula/p/packetry.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/packetry.rb b/Formula/p/packetry.rb index 82cd88128035e..d15774b773374 100644 --- a/Formula/p/packetry.rb +++ b/Formula/p/packetry.rb @@ -5,6 +5,8 @@ class Packetry < Formula sha256 "2f2e36500fd29a46bf9043cf3b9a8dde6d14864ac7e6a1782cdce573b81859ee" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "22c49ae08e3854c4719cd38f6946c7a23f937d95f2af9d4f124adb5d85418fdf" sha256 cellar: :any, arm64_sonoma: "1522f63e422bbab63675874bdf08cf8696ffd5478eb9c7986928dc5226eae06b" From d9d18f018c2d0d3cfec496d443a85683fc712bf0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:43 +0200 Subject: [PATCH 04721/10074] pacmc: added `no_autobump!` --- Formula/p/pacmc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pacmc.rb b/Formula/p/pacmc.rb index fc8e6b168015b..afc482f4725ab 100644 --- a/Formula/p/pacmc.rb +++ b/Formula/p/pacmc.rb @@ -5,6 +5,8 @@ class Pacmc < Formula sha256 "b0f4d338779acfb4a8898799beb545beb0a86ce9df19709765a871e33e7f5191" license "AGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "9d54abfccc300901396d32f398dd0560690dca1f3414ed70a66156924ea8397f" From 4891bc75cfb4e44293d320a5f8933d6f03a93863 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:43 +0200 Subject: [PATCH 04722/10074] pacvim: added `no_autobump!` --- Formula/p/pacvim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pacvim.rb b/Formula/p/pacvim.rb index a5a4335e41514..a5305c162b4ed 100644 --- a/Formula/p/pacvim.rb +++ b/Formula/p/pacvim.rb @@ -6,6 +6,8 @@ class Pacvim < Formula license "LGPL-3.0-or-later" head "https://github.com/jmoon018/PacVim.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb53c0d2669f9aa5eb5cb3a955cd07986eedf27c51c278faa0f39f694e629aba" From e40b7f000d68e9ef886480ed859420d8d5f20953 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:43 +0200 Subject: [PATCH 04723/10074] page: added `no_autobump!` --- Formula/p/page.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/page.rb b/Formula/p/page.rb index e1519734eb5b2..d5a5b0f4f00de 100644 --- a/Formula/p/page.rb +++ b/Formula/p/page.rb @@ -6,6 +6,8 @@ class Page < Formula license "MIT" head "https://github.com/I60R/page.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "85f3c4b72af05b300edd783803e965114ee38bb7d8b6702812a9632d1386ec3a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf6833b56b397b904b8f9a30f219a768d399d178268c7bd90a5cdc30409719c0" From 108b737d8a13c6f6eb128251d40c30402b4af97e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:43 +0200 Subject: [PATCH 04724/10074] pakchois: added `no_autobump!` --- Formula/p/pakchois.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pakchois.rb b/Formula/p/pakchois.rb index 259ececa19e8e..c45026dc7ff82 100644 --- a/Formula/p/pakchois.rb +++ b/Formula/p/pakchois.rb @@ -10,6 +10,8 @@ class Pakchois < Formula regex(/href=.*?pakchois[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 arm64_sequoia: "9634938ed93d02adaa5e477a29ee2f128d058f63cfbbe9c460ead07b53ac23d1" From 3544c8c23aa045db864b3ab1a96cc388cb5b8f19 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:43 +0200 Subject: [PATCH 04725/10074] pam-reattach: added `no_autobump!` --- Formula/p/pam-reattach.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pam-reattach.rb b/Formula/p/pam-reattach.rb index 6a319606b797c..779b33b2bd4af 100644 --- a/Formula/p/pam-reattach.rb +++ b/Formula/p/pam-reattach.rb @@ -6,6 +6,8 @@ class PamReattach < Formula license "MIT" head "https://github.com/fabianishere/pam_reattach.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "762bb984039bcf0a785bce5fadb36341c579dcf9f3bbca652a839fba7988978d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6e506b3690188d4a532579c2e0fbca2a0e7b3c1bef8b45cf7de99b877496f03" From 0c5da5f3d6672b8bbe1075bfe649e458e232841d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:44 +0200 Subject: [PATCH 04726/10074] pam_yubico: added `no_autobump!` --- Formula/p/pam_yubico.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pam_yubico.rb b/Formula/p/pam_yubico.rb index bda7df462481e..86da61f87ec11 100644 --- a/Formula/p/pam_yubico.rb +++ b/Formula/p/pam_yubico.rb @@ -5,6 +5,8 @@ class PamYubico < Formula sha256 "63d02788852644d871746e1a7a1d16c272c583c226f62576f5ad232a6a44e18c" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "7fc128f00d5170584104e0c4c49e4307043fd3ba3db125792138dab3279853b9" sha256 cellar: :any, arm64_ventura: "e763d80b575c27eb381f559494636cb7737a0721f884d98523d0452911262273" From 3c4dc8a7d043fcbeeab0b95e2bf99ad04c21a500 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:44 +0200 Subject: [PATCH 04727/10074] pandemics: added `no_autobump!` --- Formula/p/pandemics.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pandemics.rb b/Formula/p/pandemics.rb index 9e84d8d36a367..76d4b3b2db96a 100644 --- a/Formula/p/pandemics.rb +++ b/Formula/p/pandemics.rb @@ -5,6 +5,8 @@ class Pandemics < Formula sha256 "9be418ec78ca512cc66d57a7533a5acda003c8bc488d7fff7fa2905c9ad39e29" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "445777877cbca7a8c5e0c8096b16948aa2b93c2a5ae41b71cb75e660ba2710d5" From a10d1c57ca0492059e965c0b33a0b7d7da50902b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:44 +0200 Subject: [PATCH 04728/10074] pangomm@2.46: added `no_autobump!` --- Formula/p/pangomm@2.46.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pangomm@2.46.rb b/Formula/p/pangomm@2.46.rb index df4737e54d971..f6e62ad22618b 100644 --- a/Formula/p/pangomm@2.46.rb +++ b/Formula/p/pangomm@2.46.rb @@ -10,6 +10,8 @@ class PangommAT246 < Formula regex(/pangomm-(2\.46(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "c5c43ab69df3ee85326bb0abf15fd4057a46ce3900015be64abb8c8573d3202e" From c219e5fc9b0e16a8d16aec2d64e28b931fc0a83a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:19:53 +0000 Subject: [PATCH 04729/10074] oxlint 0.18.1 --- Formula/o/oxlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index d2e7496e91072..b4629ff8e0802 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -1,8 +1,8 @@ class Oxlint < Formula desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust" homepage "https://oxc.rs/" - url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.18.0.tar.gz" - sha256 "9d2f927fc26152b10fdceac426c8ba87ec6bf5d7a958fab9b853886eea916b3a" + url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.18.1.tar.gz" + sha256 "055ffff4bd11e0f134b6dead0a56d8253344a531d0a431fd0967986e33fdafa5" license "MIT" head "https://github.com/oxc-project/oxc.git", branch: "main" From 1173504fa2d0ba06956c715432ebae5d0a54db9a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:44 +0200 Subject: [PATCH 04730/10074] paperjam: added `no_autobump!` --- Formula/p/paperjam.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/paperjam.rb b/Formula/p/paperjam.rb index 412b2a72cbba4..b0f763a25ffc7 100644 --- a/Formula/p/paperjam.rb +++ b/Formula/p/paperjam.rb @@ -11,6 +11,8 @@ class Paperjam < Formula regex(/href=.*?paperjam[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "271b0d2b33c3f06f81fac58248a81a95eef0bcc36929230e2bad7b4d38ff34db" sha256 cellar: :any, arm64_sonoma: "4df949ea647a2056ea7d7ab0ea2d298f45da5643ae92c25aaac80aad7e1301c7" From 3987bb8ae78243dc794cbed9078cc765e6c4bab0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:44 +0200 Subject: [PATCH 04731/10074] paperkey: added `no_autobump!` --- Formula/p/paperkey.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/paperkey.rb b/Formula/p/paperkey.rb index c0176f201bcb1..bda42f845cdcb 100644 --- a/Formula/p/paperkey.rb +++ b/Formula/p/paperkey.rb @@ -10,6 +10,8 @@ class Paperkey < Formula regex(/href=.*?paperkey[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5f29efd5bd3c2ce18f744e141fbb9e3013a0474a3d391efcd1ccfdf31bc9c73" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b249d92841f7cada3fbbad6ebfa77672ba9ce1925f3e8d6b1169049e35d2c161" From 43bb55db04f3efc394995d2787df2d8b225c5b94 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:44 +0200 Subject: [PATCH 04732/10074] paps: added `no_autobump!` --- Formula/p/paps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/paps.rb b/Formula/p/paps.rb index bc1197a0faeb6..2f9576549e39d 100644 --- a/Formula/p/paps.rb +++ b/Formula/p/paps.rb @@ -6,6 +6,8 @@ class Paps < Formula license "LGPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1dc9e0d4ae5edd03013091933251474c8dcd4b1bc4f72a4df502734228c62f6f" sha256 cellar: :any, arm64_sonoma: "df67721a4260dd63be5164d348ba57058f3a43298915726c7c1d0d3c43927794" From 17b9c1b448b20148bf5ee45700e02c8c7dbcc520 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:45 +0200 Subject: [PATCH 04733/10074] par: added `no_autobump!` --- Formula/p/par.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/par.rb b/Formula/p/par.rb index a6cf056bfd9f9..1cc1b0c5cd636 100644 --- a/Formula/p/par.rb +++ b/Formula/p/par.rb @@ -11,6 +11,8 @@ class Par < Formula regex(/href=.*?Par[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9ddecfb12a39ebdfba8f7b76364ad415565f182ab871210af61218645e5e438" sha256 cellar: :any_skip_relocation, arm64_sonoma: "39ef4ab70ff5a020f370b7cc1d8c1c70c70e1ed252ac542a1eeda1140a2d8d0f" From e32255ef3044fda0ea2f2db44e7b2b530d615e99 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:45 +0200 Subject: [PATCH 04734/10074] par2: added `no_autobump!` --- Formula/p/par2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/par2.rb b/Formula/p/par2.rb index 82dce337431ec..e693d4b9cdb87 100644 --- a/Formula/p/par2.rb +++ b/Formula/p/par2.rb @@ -10,6 +10,8 @@ class Par2 < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5ce70b25e1d26d887fca53fa5ab3269e0e94b8964420fb749ef9ecdb01ec3592" sha256 cellar: :any, arm64_sonoma: "263b109002436476cd6f3f1ccf77b1fa7e10562706ba0e5b2dfa2af2538bed64" From 3766401808ca70b86f33278ef65e0b8499a94302 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:45 +0200 Subject: [PATCH 04735/10074] pari-elldata: added `no_autobump!` --- Formula/p/pari-elldata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pari-elldata.rb b/Formula/p/pari-elldata.rb index 42de13b8b4c0e..f03a1de1b2afa 100644 --- a/Formula/p/pari-elldata.rb +++ b/Formula/p/pari-elldata.rb @@ -17,6 +17,8 @@ class PariElldata < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "5bb7d32ce0c2deef2a58ffecd2781fa23f718a90aff73ceb6e94a3169c71d006" From 3a0be8f1558b9cf0382919fcdb12ce9009998d48 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:45 +0200 Subject: [PATCH 04736/10074] pari-galdata: added `no_autobump!` --- Formula/p/pari-galdata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pari-galdata.rb b/Formula/p/pari-galdata.rb index 618c27b0f6d3e..1894631f0bf6c 100644 --- a/Formula/p/pari-galdata.rb +++ b/Formula/p/pari-galdata.rb @@ -17,6 +17,8 @@ class PariGaldata < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "736af19f4079ffbca94f96cc0b4c7d8c325995ccc0c01cef244240d61758b02f" From 56c110b9008ad8cd311cb9d08df300864a0c6db9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:45 +0200 Subject: [PATCH 04737/10074] pari-galpol: added `no_autobump!` --- Formula/p/pari-galpol.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pari-galpol.rb b/Formula/p/pari-galpol.rb index 099ebf8e38ed3..6be2e035d76a9 100644 --- a/Formula/p/pari-galpol.rb +++ b/Formula/p/pari-galpol.rb @@ -17,6 +17,8 @@ class PariGalpol < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "e025e273d014cf89f901fd09c2fc60bf7d1e48650f930d6072bc33330e5ced97" From 83f334d25dbba3e9ecce23063beaba5590fbfab2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:45 +0200 Subject: [PATCH 04738/10074] pari-nflistdata: added `no_autobump!` --- Formula/p/pari-nflistdata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pari-nflistdata.rb b/Formula/p/pari-nflistdata.rb index 08d0bd7a8af4f..b0e389907c040 100644 --- a/Formula/p/pari-nflistdata.rb +++ b/Formula/p/pari-nflistdata.rb @@ -16,6 +16,8 @@ class PariNflistdata < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "52f37e4b207b7497e4c44d4bc8af0cd6126fa91e12cd4381dbd367eaac5daad5" From 2b177243f2775aa40a6273da80b8e51e44146f8b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:46 +0200 Subject: [PATCH 04739/10074] pari-seadata-big: added `no_autobump!` --- Formula/p/pari-seadata-big.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pari-seadata-big.rb b/Formula/p/pari-seadata-big.rb index 4fe7e8e9e5a5d..3edb7e9da6826 100644 --- a/Formula/p/pari-seadata-big.rb +++ b/Formula/p/pari-seadata-big.rb @@ -17,6 +17,8 @@ class PariSeadataBig < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "d2610054b7d6eb25f170e25a782db3f92ca8c0b252022b8486765b408b376a7c" From 90cf77b986e971d5b268bb6199940516f418677a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:46 +0200 Subject: [PATCH 04740/10074] pari-seadata: added `no_autobump!` --- Formula/p/pari-seadata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pari-seadata.rb b/Formula/p/pari-seadata.rb index f3a84c2c51333..f2ccbffbbe535 100644 --- a/Formula/p/pari-seadata.rb +++ b/Formula/p/pari-seadata.rb @@ -17,6 +17,8 @@ class PariSeadata < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "0f28d380244a13252dc4f568bd5dcd762144b24468617441feaa7cb687b7ff3f" From 84dfc78c7c82dc956c3a48779c30dbcbee8220be Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:46 +0200 Subject: [PATCH 04741/10074] parrot: added `no_autobump!` --- Formula/p/parrot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/parrot.rb b/Formula/p/parrot.rb index 896b3cd2af322..475c280fbc024 100644 --- a/Formula/p/parrot.rb +++ b/Formula/p/parrot.rb @@ -22,6 +22,8 @@ class Parrot < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "a51d427d1063c4e9a7bf13f9039a29fb6f9f690cfc751e6d100376435cd3c3ad" sha256 arm64_sonoma: "33247f7453684d5af68220cb3aa6590adaeadeb6f4f45fe51e3e4584502e9b33" From 60f2745be97ad448308d2404db77b3130480dc44 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:46 +0200 Subject: [PATCH 04742/10074] pass-import: added `no_autobump!` --- Formula/p/pass-import.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pass-import.rb b/Formula/p/pass-import.rb index 752c7e8556031..5531fd5cc2ed7 100644 --- a/Formula/p/pass-import.rb +++ b/Formula/p/pass-import.rb @@ -9,6 +9,8 @@ class PassImport < Formula revision 3 head "https://github.com/roddhjav/pass-import.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "e2263e0d94a2fd744c5748f9cd6a3966fc11ae33deca1ffb34e5997b47c2dafc" From 4c50ccfba655e2e0c755b3dbc27832355fb8d590 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:46 +0200 Subject: [PATCH 04743/10074] pass-otp: added `no_autobump!` --- Formula/p/pass-otp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pass-otp.rb b/Formula/p/pass-otp.rb index 992ce7c47db26..44be06a3002ac 100644 --- a/Formula/p/pass-otp.rb +++ b/Formula/p/pass-otp.rb @@ -5,6 +5,8 @@ class PassOtp < Formula sha256 "5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "e79fd90d07ba181d43a57123d3dfa85abbf2abf93f58dcb431e64823fcc7a19a" From 7d704f25a62370e09e2dbcfc852aac4fdc59732e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:46 +0200 Subject: [PATCH 04744/10074] pass: added `no_autobump!` --- Formula/p/pass.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pass.rb b/Formula/p/pass.rb index 1e5c879792736..d7d3538ad4852 100644 --- a/Formula/p/pass.rb +++ b/Formula/p/pass.rb @@ -11,6 +11,8 @@ class Pass < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "28e5b23335b5260675224af5d330a5d4f3b5e3d9be5f9491c68dbdb48ab8a6fb" From b1b423d755707b6cfc78abd44a69ffc93e78348f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:47 +0200 Subject: [PATCH 04745/10074] passwdqc: added `no_autobump!` --- Formula/p/passwdqc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/passwdqc.rb b/Formula/p/passwdqc.rb index db76aa490a09c..7b8cfdaef5d51 100644 --- a/Formula/p/passwdqc.rb +++ b/Formula/p/passwdqc.rb @@ -10,6 +10,8 @@ class Passwdqc < Formula regex(/href=["']?passwdqc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ff2e3463c33e26713d8d994134dbcf4cc3b90f2eae60135ef52821ec82af6dc9" sha256 cellar: :any, arm64_sonoma: "8c8d9e924950156472e0040224cf7f30a6e6c256eccc027746be8a9211b245f4" From 05e3307a8c469de3b32c8762969c8674022fb742 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:47 +0200 Subject: [PATCH 04746/10074] pastebinit: added `no_autobump!` --- Formula/p/pastebinit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pastebinit.rb b/Formula/p/pastebinit.rb index 88acd76c19a7f..dc17741139565 100644 --- a/Formula/p/pastebinit.rb +++ b/Formula/p/pastebinit.rb @@ -6,6 +6,8 @@ class Pastebinit < Formula license "GPL-2.0-or-later" revision 4 + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "01413047be89a3e516a5a8e4668488ae73c1b30e90d98ed6e4c47d43e4672a46" From 8a2eaed37d31d4d6aa8ceee93a45f504acffb191 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:47 +0200 Subject: [PATCH 04747/10074] patch-package: added `no_autobump!` --- Formula/p/patch-package.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/patch-package.rb b/Formula/p/patch-package.rb index ef2273e4b90fe..6bacfcec3b4d5 100644 --- a/Formula/p/patch-package.rb +++ b/Formula/p/patch-package.rb @@ -5,6 +5,8 @@ class PatchPackage < Formula sha256 "4d2bd29c0d73a6eb8c43270125998bb7586d4f4128a2f1f7002e69edc5fed8e2" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcccd910c1f42974369839c896362e5ffcb2b29c6bcc71d74b13c2590a9e0291" From 2e6a16952151e8bf41bdc4736c2c3ddc53a12d04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:47 +0200 Subject: [PATCH 04748/10074] patchutils: added `no_autobump!` --- Formula/p/patchutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/patchutils.rb b/Formula/p/patchutils.rb index c6d1b696c5f5e..9c8515988aed2 100644 --- a/Formula/p/patchutils.rb +++ b/Formula/p/patchutils.rb @@ -11,6 +11,8 @@ class Patchutils < Formula regex(/href=.*?patchutils[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebaaeda4882f4e6dd9d0846db19d4def5d2d3a975996c7c41ab3d38dfaaa19d5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3008f1cd6e1e6907825d99562cba86f85284013eaa46202236a11e043558d3f" From 7a26346a1c75a26b7c8d9ca9dd7fb4e6c8249e9f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:47 +0200 Subject: [PATCH 04749/10074] pawk: added `no_autobump!` --- Formula/p/pawk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pawk.rb b/Formula/p/pawk.rb index 83f222d009a2f..6a678e7a9e601 100644 --- a/Formula/p/pawk.rb +++ b/Formula/p/pawk.rb @@ -7,6 +7,8 @@ class Pawk < Formula sha256 "59ec1a4046cf545e1376c8c0a28f5f178a3b88dbc85fb3772aa3ce8c2e088349" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "ac3b1c476a0e40e5eed34672c9d426989456b17907cfeee03c6e6ed88d0d01b9" end From 4757c71b6245bae3c7e233d443704403ed83dda2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:47 +0200 Subject: [PATCH 04750/10074] pax-runner: added `no_autobump!` --- Formula/p/pax-runner.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pax-runner.rb b/Formula/p/pax-runner.rb index d5b0c573438a2..f1a3a914ee391 100644 --- a/Formula/p/pax-runner.rb +++ b/Formula/p/pax-runner.rb @@ -11,6 +11,8 @@ class PaxRunner < Formula regex(%r{v?(\d+(?:\.\d+)+)}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f7195e6a142137e103125c0176376e562a2e0ba115d5e61ed15b0c2a00e92cf5" From 345ce755df23a2dcea1c75a47d4e6534bcc083f9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:48 +0200 Subject: [PATCH 04751/10074] pax: added `no_autobump!` --- Formula/p/pax.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pax.rb b/Formula/p/pax.rb index 3f6ea535326c2..ebcfcd5186c5f 100644 --- a/Formula/p/pax.rb +++ b/Formula/p/pax.rb @@ -10,6 +10,8 @@ class Pax < Formula regex(/href=.*?paxmirabilis[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a439a16ce1f3c165a8f909e2fdcca2c0947e117365465d25517eec4f7760a060" sha256 cellar: :any_skip_relocation, arm64_sonoma: "47f4f096d2004842fb3da233b6ce4aaebd7689b3a78e652454859f32cab7f428" From 22f5be586b57ec25a7543903d367a955e7c5e624 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:48 +0200 Subject: [PATCH 04752/10074] pazpar2: added `no_autobump!` --- Formula/p/pazpar2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pazpar2.rb b/Formula/p/pazpar2.rb index 4bf25248346d2..2997e26fb781f 100644 --- a/Formula/p/pazpar2.rb +++ b/Formula/p/pazpar2.rb @@ -11,6 +11,8 @@ class Pazpar2 < Formula regex(/href=.*?pazpar2[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "44eb9c8baaa3da4352d9bffbbc57a4d97023c2f26ac3c82f11791cc43b17012d" sha256 cellar: :any, arm64_sonoma: "2aa9e4eb2662d4e016671bd0c1dd0c23f185ff7d98d5b1ad77fe59ae5728a6a6" From 5fc52e7cf6e3e1e24be916b5ec6b7b0a6520a91b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:48 +0200 Subject: [PATCH 04753/10074] pbc-sig: added `no_autobump!` --- Formula/p/pbc-sig.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pbc-sig.rb b/Formula/p/pbc-sig.rb index 054b8067676e6..d3989e20434fc 100644 --- a/Formula/p/pbc-sig.rb +++ b/Formula/p/pbc-sig.rb @@ -10,6 +10,8 @@ class PbcSig < Formula regex(/href=.*?pbc_sig[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "9af9663103707abefc59beba05f6b9e61d969944c35fb504245e9642c5d46d26" From 1e261a26b779a2531552d4a428c66d1bfebd7bea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:48 +0200 Subject: [PATCH 04754/10074] pbc: added `no_autobump!` --- Formula/p/pbc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pbc.rb b/Formula/p/pbc.rb index b2f8387e79192..c8bd13a6f93dd 100644 --- a/Formula/p/pbc.rb +++ b/Formula/p/pbc.rb @@ -19,6 +19,8 @@ class Pbc < Formula regex(/href=.*?pbc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "566ef59675030399f76d4f7c067ca04cecaa3ebb4d9102aa480dbe39c24ba487" From a5a033c6ab0fe750ce07ee1a0ace0281ec5d429b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:48 +0200 Subject: [PATCH 04755/10074] pbzip2: added `no_autobump!` --- Formula/p/pbzip2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pbzip2.rb b/Formula/p/pbzip2.rb index 26eb1f437e32c..76a275a993ef6 100644 --- a/Formula/p/pbzip2.rb +++ b/Formula/p/pbzip2.rb @@ -5,6 +5,8 @@ class Pbzip2 < Formula sha256 "8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6" license "bzip2-1.0.6" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "09d47c48c9c64a8c026c28f30e3e0074f1f0a195d5886d37e1a15f6925ab91bc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "96fd12c7e49a4710a7d718412bc0d1cbda865873486489bb068ff49bd5c23dd9" From 929a28784df300f8e53053c75dc92ad3e0bb708a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:48 +0200 Subject: [PATCH 04756/10074] pbzx: added `no_autobump!` --- Formula/p/pbzx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pbzx.rb b/Formula/p/pbzx.rb index ed8f9f0873d23..b0818f47c808b 100644 --- a/Formula/p/pbzx.rb +++ b/Formula/p/pbzx.rb @@ -6,6 +6,8 @@ class Pbzx < Formula license "GPL-3.0-or-later" head "https://github.com/NiklasRosenstein/pbzx.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ecaa1ce184ca795a79c535697ba31b5a4149599641d561248263f27bf175c9ca" sha256 cellar: :any, arm64_sonoma: "37c826c9cf597002de46eeec44865b96760d06533ca6eee7352721f2fb8cf1c4" From 521922ada28518040607fdfc3ba796ae3bf7fddb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:49 +0200 Subject: [PATCH 04757/10074] pcal: added `no_autobump!` --- Formula/p/pcal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pcal.rb b/Formula/p/pcal.rb index d3de3310c11ee..5d6aefe8f2637 100644 --- a/Formula/p/pcal.rb +++ b/Formula/p/pcal.rb @@ -5,6 +5,8 @@ class Pcal < Formula sha256 "8406190e7912082719262b71b63ee31a98face49aa52297db96cc0c970f8d207" license :cannot_represent + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9cb1a02b94bf537f5f1aab6ee035a1ade559ce499f53afabff16e0795b21868" sha256 cellar: :any_skip_relocation, arm64_sonoma: "19b81c568f2c5aae1c0d148f8c9746f858613c11c2fb5196264f73297dbcb7b7" From 83d5e84dfaf163a2b16ea3cbef77db6b02ae5915 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:49 +0200 Subject: [PATCH 04758/10074] pcalc: added `no_autobump!` --- Formula/p/pcalc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pcalc.rb b/Formula/p/pcalc.rb index 460b4d3b55627..d99f85745206d 100644 --- a/Formula/p/pcalc.rb +++ b/Formula/p/pcalc.rb @@ -5,6 +5,8 @@ class Pcalc < Formula sha256 "6ede71e1442710e73edb99eb1742452e67ad5095cad328526633722850aa1136" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2b4d667859884ae73bdc1d92bcb74b9cd916f249e72b7ff11c55850caa0f83d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1213e5809a02adfdb8f3d9b37c9fc20f3bdc55f33f165c40205bab09fd118bad" From 20c6713199a9432a1d65c36fdac0ea2edac6bf07 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:49 +0200 Subject: [PATCH 04759/10074] pcb: added `no_autobump!` --- Formula/p/pcb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pcb.rb b/Formula/p/pcb.rb index ca6e748b4f214..6bf4c1391a0e9 100644 --- a/Formula/p/pcb.rb +++ b/Formula/p/pcb.rb @@ -12,6 +12,8 @@ class Pcb < Formula regex(%r{url=.*?/pcb[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "191403f5cf3241f6322f861bf87c986a5e9e584b718694a09e8d78ffe88090de" sha256 arm64_ventura: "50572577988176158590776ea433364a6198912f1a7a723894850210ed83df8d" From 92483452cf063c2865d798e57cf42b4a822ac38a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:49 +0200 Subject: [PATCH 04760/10074] pcb2gcode: added `no_autobump!` --- Formula/p/pcb2gcode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pcb2gcode.rb b/Formula/p/pcb2gcode.rb index f3d48dff673b0..ab8b5ef74df40 100644 --- a/Formula/p/pcb2gcode.rb +++ b/Formula/p/pcb2gcode.rb @@ -7,6 +7,8 @@ class Pcb2gcode < Formula revision 9 head "https://github.com/pcb2gcode/pcb2gcode.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "b0c34ab4eeed7f51c74bda44421ef4a5b56b4c5916498de6253b6bf581a39664" sha256 cellar: :any, arm64_ventura: "8fa1390aa15ea9ef167594ca339f0f3687aa1dcce8f91b0eee0cf779a5a1f70f" From 02c7fcf7603736e4ade1c88b1bb7aaf1bd86d806 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:49 +0200 Subject: [PATCH 04761/10074] pce: added `no_autobump!` --- Formula/p/pce.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pce.rb b/Formula/p/pce.rb index 9c8d9a2f96e3e..bf9dd7f1d9aef 100644 --- a/Formula/p/pce.rb +++ b/Formula/p/pce.rb @@ -16,6 +16,8 @@ class Pce < Formula regex(/href=.*?pce[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "17114b6c0a358160aabd06b3ae1999cfecb546fd8a4e070605e1fa52c318b767" sha256 cellar: :any, arm64_sonoma: "06c5d604c5179ef189ace688dd996d55754841ce310066779725b257919a3285" From 22102d82e429c7587cb3cb81112ffb3c0887e4b5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:49 +0200 Subject: [PATCH 04762/10074] pcp: added `no_autobump!` --- Formula/p/pcp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pcp.rb b/Formula/p/pcp.rb index d9477bbbd93d6..ec3aeb6e3568c 100644 --- a/Formula/p/pcp.rb +++ b/Formula/p/pcp.rb @@ -7,6 +7,8 @@ class Pcp < Formula license "Apache-2.0" head "https://github.com/dennis-tra/pcp.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b70326a9568fb548f3ce008619104436192af8cd247f06eb722057d8188e828d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1aaac9b306226ce54909757ccdb10996d84803605c1e01f6f08e907ba7b30ec0" From a3566c2702e8fed43a788c09318f8002e1b6b32e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:50 +0200 Subject: [PATCH 04763/10074] pcre: added `no_autobump!` --- Formula/p/pcre.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pcre.rb b/Formula/p/pcre.rb index 2d8094be1234d..c0e81da14d39d 100644 --- a/Formula/p/pcre.rb +++ b/Formula/p/pcre.rb @@ -25,6 +25,8 @@ class Pcre < Formula skip "PCRE was declared end of life in 2021-06" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "50b8e2100e02a8649ac963449bf83bd8036608816b58412baad2310046d44d1f" sha256 cellar: :any, arm64_sonoma: "fbc1ec29701c2c3f0eb750a0aecf03b90acb6d47f1bbf1dc07eb8a7c9340650e" From 2a551f809aa12218ea5531f3fe9d3a1b20a055e4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:50 +0200 Subject: [PATCH 04764/10074] pdf-diff: added `no_autobump!` --- Formula/p/pdf-diff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdf-diff.rb b/Formula/p/pdf-diff.rb index 17f746d37d9ff..ef8b863b8fcd3 100644 --- a/Formula/p/pdf-diff.rb +++ b/Formula/p/pdf-diff.rb @@ -6,6 +6,8 @@ class PdfDiff < Formula license "MIT" head "https://github.com/serhack/pdf-diff.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "33b71b6dcebe2687113628450e3a414db0c5abc4c27b4eda4090477c089f102f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9880f5520ed55ad05c505196a7d9c826c1a9afebefd1c96b56d9f38fca232a6d" From 0918e0c97a47febd4eadca9a4ba4d07804ac64ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:50 +0200 Subject: [PATCH 04765/10074] pdf2image: added `no_autobump!` --- Formula/p/pdf2image.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdf2image.rb b/Formula/p/pdf2image.rb index dba2f2f1e9a3a..d10b6a46ae81e 100644 --- a/Formula/p/pdf2image.rb +++ b/Formula/p/pdf2image.rb @@ -6,6 +6,8 @@ class Pdf2image < Formula license "FSFUL" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "412c25b88af18ef42fc4c705a409449b38f3fab9a792b40067ce2c510e524903" sha256 arm64_sonoma: "caf804519e1009c069f081987d8cf3a9052649c7fa2359bf9749df195bbdbb21" From f62ebf8cf487d7e07fca473f0a25f37376b49285 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:50 +0200 Subject: [PATCH 04766/10074] pdf2json: added `no_autobump!` --- Formula/p/pdf2json.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdf2json.rb b/Formula/p/pdf2json.rb index f09ae0222b33c..e0468a228ac09 100644 --- a/Formula/p/pdf2json.rb +++ b/Formula/p/pdf2json.rb @@ -5,6 +5,8 @@ class Pdf2json < Formula sha256 "54878473a2afb568caf2da11d6804cabe0abe505da77584a3f8f52bcd37d9c55" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6af0ae7d69db0ff147f44d9f987843ded25580c0d2c5d00b3909f18c4566bdb4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a791ed61467ee9df00b0901fed7ffb14f97295d2139f01363bf433c879e7be94" From 87be0010e485a5b39a1ded5afc6ccfcc556a889b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:51 +0200 Subject: [PATCH 04767/10074] pdf2svg: added `no_autobump!` --- Formula/p/pdf2svg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdf2svg.rb b/Formula/p/pdf2svg.rb index 1373a931ead4b..4196d33430840 100644 --- a/Formula/p/pdf2svg.rb +++ b/Formula/p/pdf2svg.rb @@ -5,6 +5,8 @@ class Pdf2svg < Formula sha256 "fd765256f18b5890639e93cabdf631b640966ed1ea9ebd561aede9d3be2155e4" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9d3dee3bc068da7b48766e2020f59c88b699526c1e0649569ff6ead73832a2d2" sha256 cellar: :any, arm64_sonoma: "f9b0270d4da35600e7747b489f2e7e4189b61781e62ba1bf288516e4006b04e4" From c0f69e19c5bd1c3ce57761db1085202a48bb224f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:51 +0200 Subject: [PATCH 04768/10074] pdfcrack: added `no_autobump!` --- Formula/p/pdfcrack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdfcrack.rb b/Formula/p/pdfcrack.rb index 651c5659f1ab6..442c784d15d15 100644 --- a/Formula/p/pdfcrack.rb +++ b/Formula/p/pdfcrack.rb @@ -5,6 +5,8 @@ class Pdfcrack < Formula sha256 "7b8b29b18fcd5cb984aeb640ee06edf09fede4709b59c32fee4f2d86860de5b4" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b014cb16fb3c9c3d8d587c792f9d94d2c1c7efc6032cdffab864c3e8c93786f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "db85d14c7177eed695a8947e0d8ffb49c9378ac5b5a704a27a9375736b063e2d" From 6696b66cab296428848f40ff77c9023110f6f1a3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:51 +0200 Subject: [PATCH 04769/10074] pdfpc: added `no_autobump!` --- Formula/p/pdfpc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdfpc.rb b/Formula/p/pdfpc.rb index 858378d7ae611..04e7659cd40ad 100644 --- a/Formula/p/pdfpc.rb +++ b/Formula/p/pdfpc.rb @@ -6,6 +6,8 @@ class Pdfpc < Formula license "GPL-3.0-or-later" head "https://github.com/pdfpc/pdfpc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "76900b6a726ed5f8c747a89957da0b81dd8b18c8b5bda6765f7b1ac4de0c26de" sha256 arm64_sonoma: "bfbfbdcfb242b5ca2c26764e5175596609bed8b681692a07cc3cf80e1a351de9" From 7fc90dbdb6add8a76be7916709e6b9312e066404 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:51 +0200 Subject: [PATCH 04770/10074] pdfrip: added `no_autobump!` --- Formula/p/pdfrip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdfrip.rb b/Formula/p/pdfrip.rb index 04a967e422591..e6ff2d35488fb 100644 --- a/Formula/p/pdfrip.rb +++ b/Formula/p/pdfrip.rb @@ -6,6 +6,8 @@ class Pdfrip < Formula license "MIT" head "https://github.com/mufeedvh/pdfrip.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bca08e27db986d69640df5ab539f1b84fcaada7f43d6f8235d472bfb26acc1f1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "92eafcb03fc927dbe7a94aa8b5657038621d342f1405c2a09d6766a94ee04231" From 7174fc47e07a36290599b0d0887a5460c28725ec Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:52 +0200 Subject: [PATCH 04771/10074] pdftilecut: added `no_autobump!` --- Formula/p/pdftilecut.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdftilecut.rb b/Formula/p/pdftilecut.rb index 1f3261759a8fe..629947d96d2f8 100644 --- a/Formula/p/pdftilecut.rb +++ b/Formula/p/pdftilecut.rb @@ -6,6 +6,8 @@ class Pdftilecut < Formula license "BSD-3-Clause" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a0233594179a8bdeb42d430dfe1384c716fff5d1062b8e00be0e0a3012778730" sha256 cellar: :any, arm64_sonoma: "11b292ad9ba8f2e3ff99e3df455bf4558e854f95fd49c58dce4e5d3c1ac2f81f" From 5b36c75363c2b63bdc2018b83df383eb6b02adc8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:52 +0200 Subject: [PATCH 04772/10074] pdftohtml: added `no_autobump!` --- Formula/p/pdftohtml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdftohtml.rb b/Formula/p/pdftohtml.rb index 5fb3f1ca43573..df173d3075e68 100644 --- a/Formula/p/pdftohtml.rb +++ b/Formula/p/pdftohtml.rb @@ -10,6 +10,8 @@ class Pdftohtml < Formula regex(%r{url=.*?/pdftohtml[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "09de57926ddbd85906d6ed7dabf427f6314d13cab5de1c0e073a1288a3ea0b2a" From 4124861359737cada52ba49ba8ce3681d73c7c3e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:52 +0200 Subject: [PATCH 04773/10074] pdftoipe: added `no_autobump!` --- Formula/p/pdftoipe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdftoipe.rb b/Formula/p/pdftoipe.rb index f85f56258dcb5..9ffb96bf8e80a 100644 --- a/Formula/p/pdftoipe.rb +++ b/Formula/p/pdftoipe.rb @@ -6,6 +6,8 @@ class Pdftoipe < Formula license "GPL-2.0-or-later" revision 7 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b53031b21a4c2a85bd24e6e76bf9fc9529958e593dbc57578bbda62a6eb75863" sha256 cellar: :any, arm64_sonoma: "a3295144f553dfd41a1dc58a6b2aec4a778f7138ba60459b0af9d235a7221fd9" From 19f79b6c6b7e9364d52e744db146518997534c36 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:52 +0200 Subject: [PATCH 04774/10074] pdnsd: added `no_autobump!` --- Formula/p/pdnsd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdnsd.rb b/Formula/p/pdnsd.rb index 4d7c33e6f5fe6..e04c506069b21 100644 --- a/Formula/p/pdnsd.rb +++ b/Formula/p/pdnsd.rb @@ -8,6 +8,8 @@ class Pdnsd < Formula sha256 "bb5835d0caa8c4b31679d6fd6a1a090b71bdf70950db3b1d0cea9cf9cb7e2a7b" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "9ddb9a075c4ca211351979db780d89982bdaaad387b43055c96082cd50a6ed20" From 499464ad046045773c2973927570544c27b038ef Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:52 +0200 Subject: [PATCH 04775/10074] pdsh: added `no_autobump!` --- Formula/p/pdsh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdsh.rb b/Formula/p/pdsh.rb index 379aed1c674bf..bac4b24300fc7 100644 --- a/Formula/p/pdsh.rb +++ b/Formula/p/pdsh.rb @@ -6,6 +6,8 @@ class Pdsh < Formula license "GPL-2.0-or-later" head "https://github.com/chaos/pdsh.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4f305e8c05c690c64f73c73e4a845f21d4bbafe7d0e15e96fb4c5e2833f455c9" sha256 arm64_sonoma: "e00a802e4fbdbbe512b3222a15da104ff75a5f35beb28fed5a6239f9b4cf0476" From 053ccd89fa3faacf107fe3f53fcba90cf3d5b772 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:52 +0200 Subject: [PATCH 04776/10074] peco: added `no_autobump!` --- Formula/p/peco.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/peco.rb b/Formula/p/peco.rb index 8a408bf8868e8..02f4a9fffc235 100644 --- a/Formula/p/peco.rb +++ b/Formula/p/peco.rb @@ -6,6 +6,8 @@ class Peco < Formula license "MIT" head "https://github.com/peco/peco.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7a5fa08c2aa3ad21a733a5523c4fb5fc7217258bebcaaf33e0d61cf11cbefa3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "837a17172f4346d52cd042a91b1238e8765fdd829cc2c33b13911a9604612562" From 3ad271500bd359116b0185c2f664f05d81198fc3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:53 +0200 Subject: [PATCH 04777/10074] peg-markdown: added `no_autobump!` --- Formula/p/peg-markdown.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/peg-markdown.rb b/Formula/p/peg-markdown.rb index 25cc1b8044dc8..83c9ebd572e3f 100644 --- a/Formula/p/peg-markdown.rb +++ b/Formula/p/peg-markdown.rb @@ -7,6 +7,8 @@ class PegMarkdown < Formula revision 1 head "https://github.com/jgm/peg-markdown.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bd7f5543b909228fcad9af4e3173b8ca657d92ca17233c99c8415716c7a575a5" sha256 cellar: :any, arm64_sonoma: "a98a5d30c50275c60315ca49c9a5e9f8db427bf8e14dd76eed44f5d59af8b354" From 951e0539403d56f773ba8c146adde36da4822760 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:53 +0200 Subject: [PATCH 04778/10074] peg: added `no_autobump!` --- Formula/p/peg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/peg.rb b/Formula/p/peg.rb index bf429e28d2bd9..0091479122cf1 100644 --- a/Formula/p/peg.rb +++ b/Formula/p/peg.rb @@ -14,6 +14,8 @@ class Peg < Formula regex(/current\s+stable\s+version\s+is\s+v?(\d+(?:\.\d+)+)/im) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f2404175aa4fe06bfa03b4cd11cd1aa8ae657e85353062c11c73c553544a032e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ed0bb60eaf375b862b8c0b33deb2cdf50ac0926ebcdf0570f06f1a28e5ffa00" From f5f7d5345ecbf9c747aaf2a026666e526ea88fa1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:53 +0200 Subject: [PATCH 04779/10074] pelikan: added `no_autobump!` --- Formula/p/pelikan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pelikan.rb b/Formula/p/pelikan.rb index 14c83eb16031b..bb55406232d52 100644 --- a/Formula/p/pelikan.rb +++ b/Formula/p/pelikan.rb @@ -6,6 +6,8 @@ class Pelikan < Formula license "Apache-2.0" head "https://github.com/twitter/pelikan.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf1eea879a3b1eb8ec2d34616519f383cadea119d9dfec32ef89f93c5de3f248" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6074fdbebf10e608f76145fc4d41cf9be62d3b3ac67cf6b50ab1a1c21c0da76f" From 89340f4d44a40a76f427a061019eae8228edb024 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:53 +0200 Subject: [PATCH 04780/10074] perceptualdiff: added `no_autobump!` --- Formula/p/perceptualdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/perceptualdiff.rb b/Formula/p/perceptualdiff.rb index 583296f7513aa..12c748e8753c1 100644 --- a/Formula/p/perceptualdiff.rb +++ b/Formula/p/perceptualdiff.rb @@ -5,6 +5,8 @@ class Perceptualdiff < Formula sha256 "0dea51046601e4d23dc45a3ec342f1a305baf3bf3328e9ccdae115fe1942f041" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "69f5e86989148e15fdca126111c1070bb23777eabadd346f8e735b6cedc86f5a" sha256 cellar: :any, arm64_sonoma: "da4677947b68eca55af42a10d556324578763cb94a71cc14afaccdc3ddf99bf3" From 0b2f5a88c6a2c10649439371b37a7729efea3f62 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:53 +0200 Subject: [PATCH 04781/10074] percol: added `no_autobump!` --- Formula/p/percol.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/percol.rb b/Formula/p/percol.rb index 175f03ecbe5f9..24b95c303ce4c 100644 --- a/Formula/p/percol.rb +++ b/Formula/p/percol.rb @@ -9,6 +9,8 @@ class Percol < Formula revision 4 head "https://github.com/mooz/percol.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f21f389ba2e22503900f31d63739513f239347fa1a798a24a1d57812c0b0bcd9" From 41a28369fd793850e97957065a0ae8393cc0025c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:53 +0200 Subject: [PATCH 04782/10074] percona-server: added `no_autobump!` --- Formula/p/percona-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/percona-server.rb b/Formula/p/percona-server.rb index 3ff9b7d9e477c..e84e2009ce837 100644 --- a/Formula/p/percona-server.rb +++ b/Formula/p/percona-server.rb @@ -20,6 +20,8 @@ class PerconaServer < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "667692148bc552e299c087fe201d5b3c2433853d83d319f788e12c890d920563" sha256 arm64_sonoma: "aef3e0bec890a7011a100df94c56d672f0b05c408f45691c3cb65615c67e1937" From 882b047d3c702ad9a142e17ac9509405f4bc48fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:54 +0200 Subject: [PATCH 04783/10074] percona-server@8.0: added `no_autobump!` --- Formula/p/percona-server@8.0.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/percona-server@8.0.rb b/Formula/p/percona-server@8.0.rb index b8701d7cf5bb0..b05ab8166c646 100644 --- a/Formula/p/percona-server@8.0.rb +++ b/Formula/p/percona-server@8.0.rb @@ -20,6 +20,8 @@ class PerconaServerAT80 < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "32768a4fd0fe75e7a288731d9a3a1789548cbc6091f95a55cd068ea589340e27" sha256 arm64_sonoma: "d209d4ad284ebc053169ab6f615ef487eaeedb76b17b8a71d77e8821dfe3bf75" From 22ba5c4fa8dc3095033aacbe90c1425c83902e63 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:54 +0200 Subject: [PATCH 04784/10074] periphery: added `no_autobump!` --- Formula/p/periphery.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/periphery.rb b/Formula/p/periphery.rb index a15708a88ac79..8c81447338e57 100644 --- a/Formula/p/periphery.rb +++ b/Formula/p/periphery.rb @@ -6,6 +6,8 @@ class Periphery < Formula license "MIT" head "https://github.com/peripheryapp/periphery.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "90ad3d39f0c214a787731e6efde1dc501ae5afe9fc552495261b02e93fe0ff1f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e41cb8cb73325e37d7db58465aa8a55f243766037b520ffdb7cec208a48a101" From b8be8e562a6f669f840c2d5fdca6eceaede74a7b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:54 +0200 Subject: [PATCH 04785/10074] perl-build: added `no_autobump!` --- Formula/p/perl-build.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/perl-build.rb b/Formula/p/perl-build.rb index f645540db23da..7a85ea032a7f1 100644 --- a/Formula/p/perl-build.rb +++ b/Formula/p/perl-build.rb @@ -6,6 +6,8 @@ class PerlBuild < Formula license any_of: ["Artistic-1.0", "GPL-1.0-or-later"] head "https://github.com/tokuhirom/perl-build.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "3692d7e9799089d15e95e238a8a666883db875b08aefd182ffb49069bfeee070" From cb20f8e2e9bf54c8fc92a15036dfb323d0bc6086 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:54 +0200 Subject: [PATCH 04786/10074] perl-xml-parser: added `no_autobump!` --- Formula/p/perl-xml-parser.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/perl-xml-parser.rb b/Formula/p/perl-xml-parser.rb index bfbedb2789334..ec012d52253ed 100644 --- a/Formula/p/perl-xml-parser.rb +++ b/Formula/p/perl-xml-parser.rb @@ -6,6 +6,8 @@ class PerlXmlParser < Formula license "Artistic-2.0" head "https://github.com/cpan-authors/XML-Parser.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6652df7d2ee4241d47bd7696f6b6b063ce31cfca2d922f5be08adb4364df9952" From 971338c31d706cbc8bbd5158a409554aba350ca0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:54 +0200 Subject: [PATCH 04787/10074] pex: added `no_autobump!` --- Formula/p/pex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pex.rb b/Formula/p/pex.rb index e58c0ff1098f4..417f9fe0e9fd4 100644 --- a/Formula/p/pex.rb +++ b/Formula/p/pex.rb @@ -6,6 +6,8 @@ class Pex < Formula license "MIT" revision 4 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "81df4ae64bf5d25705cdb0fbaf1c09ab32bc0aecb2280fea08568ecfb10ac301" From eb7ced53e65d07eaeab9aa7476410116ec7df450 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:54 +0200 Subject: [PATCH 04788/10074] pfetch: added `no_autobump!` --- Formula/p/pfetch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pfetch.rb b/Formula/p/pfetch.rb index ab462b63cb77d..a636b35ca5268 100644 --- a/Formula/p/pfetch.rb +++ b/Formula/p/pfetch.rb @@ -6,6 +6,8 @@ class Pfetch < Formula license "MIT" head "https://github.com/dylanaraps/pfetch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1fb62a82ee4474d2d2de0fed793cc7b5245dd28d8b535b600c1b9ba5a6bea5fd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0771fb68c047893a0b59514f822c42d3371b23734a48c62c88b151a0e386e776" From e60b55b6f1d89be3fc7f1d51a369411ed8c3e695 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:55 +0200 Subject: [PATCH 04789/10074] pg_top: added `no_autobump!` --- Formula/p/pg_top.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pg_top.rb b/Formula/p/pg_top.rb index 1c937b539ce93..f4b70f3f4d3c7 100644 --- a/Formula/p/pg_top.rb +++ b/Formula/p/pg_top.rb @@ -14,6 +14,8 @@ class PgTop < Formula regex(/^v?(3(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b9d888449873a35c6f29b43698da65bda0e4136eb1f2d0176338fcbc617e4e5b" sha256 cellar: :any, arm64_sonoma: "852a0e040171868c8c6c677306c82c81ed1fc52e7cb47413c1ddcb48cf5bb987" From b9bd2888bf55b9de58e2b84b3de94feb4aa1ebd9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:55 +0200 Subject: [PATCH 04790/10074] pgbackrest: added `no_autobump!` --- Formula/p/pgbackrest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgbackrest.rb b/Formula/p/pgbackrest.rb index 773b61ee1cb95..609d386c56e5b 100644 --- a/Formula/p/pgbackrest.rb +++ b/Formula/p/pgbackrest.rb @@ -5,6 +5,8 @@ class Pgbackrest < Formula sha256 "5f050ad751feb5b506cf3c58a5cf1674a7b502328abcb50b37756175f80990e9" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "14f05c57dcf96a4e1096fe8b9b924d1439cd21ccb4737d334232235b091ed3da" sha256 cellar: :any, arm64_sonoma: "116313dd70a612c5cfdb47033069bd3912a32f8cfb5fee45d1ddc3e277cd1fd1" From b5cbbfbb6d549daae14f0a2c9c06ed269270aee9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:55 +0200 Subject: [PATCH 04791/10074] pgcopydb: added `no_autobump!` --- Formula/p/pgcopydb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgcopydb.rb b/Formula/p/pgcopydb.rb index b4275e15b780f..69adef1b32f55 100644 --- a/Formula/p/pgcopydb.rb +++ b/Formula/p/pgcopydb.rb @@ -6,6 +6,8 @@ class Pgcopydb < Formula license "PostgreSQL" head "https://github.com/dimitri/pgcopydb.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "f0f0c6e9e3ebe35b9d32a1e127cafe4fe120356dc758a1475c6830af13d048b2" From fdaf39f8927a668f84f0f88515a093ff1001aff9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:55 +0200 Subject: [PATCH 04792/10074] pgdbf: added `no_autobump!` --- Formula/p/pgdbf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgdbf.rb b/Formula/p/pgdbf.rb index 152d881b0fb6c..cd0d9b237cedf 100644 --- a/Formula/p/pgdbf.rb +++ b/Formula/p/pgdbf.rb @@ -5,6 +5,8 @@ class Pgdbf < Formula sha256 "e46f75e9ac5f500bd12c4542b215ea09f4ebee638d41dcfd642be8e9769aa324" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1747cf572e94ce2d46311dc5f7d13f736e22f0b1be93a3abd0fb8e1c3d781ac" sha256 cellar: :any_skip_relocation, arm64_sonoma: "35cd208c6ab173a31b1732a64b19ae4a9f34d127ec6dbfed163452e5227c6e50" From 6c89fb1b65b168ed10d9655a553bc0bb88ac5ed1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:55 +0200 Subject: [PATCH 04793/10074] pget: added `no_autobump!` --- Formula/p/pget.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pget.rb b/Formula/p/pget.rb index 6e3fa3b5b32bc..fadb3d1f919f2 100644 --- a/Formula/p/pget.rb +++ b/Formula/p/pget.rb @@ -6,6 +6,8 @@ class Pget < Formula license "MIT" head "https://github.com/Code-Hex/pget.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0cbbdf49e2ddf9f6c53982a891dff83b332e5cc760fb2bae4a5c8e2e2d738c8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "48b2b055afe66da789fc85f5f613bb9ea1af341f799c5ef540e9bfa889fad9ce" From 5f1c84d9653730e3052d04e346500585912df7ea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:55 +0200 Subject: [PATCH 04794/10074] pgloader: added `no_autobump!` --- Formula/p/pgloader.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgloader.rb b/Formula/p/pgloader.rb index 8ba894e32dfe8..a4ae222ce1d92 100644 --- a/Formula/p/pgloader.rb +++ b/Formula/p/pgloader.rb @@ -12,6 +12,8 @@ class Pgloader < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "cb7f5d7b24d71a33f540c1deac860c14ac23a722ea8d090dcee236d323fb91c7" From 678c3832806e6f8f3e1d787fd7f64b4e4439bc9e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:56 +0200 Subject: [PATCH 04795/10074] pgpdump: added `no_autobump!` --- Formula/p/pgpdump.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgpdump.rb b/Formula/p/pgpdump.rb index adb142f8dbc4d..399c7d619c22e 100644 --- a/Formula/p/pgpdump.rb +++ b/Formula/p/pgpdump.rb @@ -6,6 +6,8 @@ class Pgpdump < Formula license "BSD-3-Clause" head "https://github.com/kazu-yamamoto/pgpdump.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e1106f448c38f9e3c36c90d622db3e4e0fba0375346446d8b5f8b50acc8fae9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1486016d74d108d52c41c9b09d8d681bc7a08e553a6e65f1753b37df3ce6e18a" From fb50ec42c556c385a92283a58f6fe97243982476 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:56 +0200 Subject: [PATCH 04796/10074] pgsync: added `no_autobump!` --- Formula/p/pgsync.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgsync.rb b/Formula/p/pgsync.rb index 06f1afd489561..8163346022934 100644 --- a/Formula/p/pgsync.rb +++ b/Formula/p/pgsync.rb @@ -6,6 +6,8 @@ class Pgsync < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d569525a961f1543642f07928fe0ca9317ac819c670a7f6d6735d8752168bac6" sha256 cellar: :any, arm64_sonoma: "95f8e9b647da0ca010fe39d6f289e64e849b25f212f0e50fb7906e3a88e854fe" From 1c398d1a2d6117c1cd7dd24764eb40f07449847b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:56 +0200 Subject: [PATCH 04797/10074] pgtoolkit: added `no_autobump!` --- Formula/p/pgtoolkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgtoolkit.rb b/Formula/p/pgtoolkit.rb index 229354f2b6fca..7a4ccdd167890 100644 --- a/Formula/p/pgtoolkit.rb +++ b/Formula/p/pgtoolkit.rb @@ -5,6 +5,8 @@ class Pgtoolkit < Formula sha256 "d86f34c579a4c921b77f313d4c7efbf4b12695df89e6b68def92ffa0332a7351" license "PostgreSQL" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "2ff68677e0eea7a722a102fabbb166117a3e199cb010d10a65f73a2427026a71" From 3c0b0995182279eb2c8d2a0fcc7f6f8ad5814e88 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:56 +0200 Subject: [PATCH 04798/10074] pgtune: added `no_autobump!` --- Formula/p/pgtune.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgtune.rb b/Formula/p/pgtune.rb index 889f7dddf5b12..f84805d2ac9ad 100644 --- a/Formula/p/pgtune.rb +++ b/Formula/p/pgtune.rb @@ -9,6 +9,8 @@ class Pgtune < Formula # 0.9.3 does not have settings for PostgreSQL 9.x, but the trunk does head "https://github.com/gregs1104/pgtune.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "99d46ab0880d22bb3a19faf759bde25d51dd0e4c5c1890d6bf0e253a9042e09f" end From 7e4994f75781b045275c45125c63fb179f27b587 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:56 +0200 Subject: [PATCH 04799/10074] pgvector: added `no_autobump!` --- Formula/p/pgvector.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgvector.rb b/Formula/p/pgvector.rb index 33ff0abca50b1..7ecfc9346917d 100644 --- a/Formula/p/pgvector.rb +++ b/Formula/p/pgvector.rb @@ -5,6 +5,8 @@ class Pgvector < Formula sha256 "867a2c328d4928a5a9d6f052cd3bc78c7d60228a9b914ad32aa3db88e9de27b0" license "PostgreSQL" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0ea074a0dd35acc1957c1f2f6d90df297a16d7e47f94368b85e3a309e9540fe" sha256 cellar: :any_skip_relocation, arm64_sonoma: "01a8036c0a03daa290fca07e915e406356fd36cdbd084117e9246d772955b438" From 172d5a9fea97a24b714f275f556bf6ab013d24a7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:57 +0200 Subject: [PATCH 04800/10074] pgxnclient: added `no_autobump!` --- Formula/p/pgxnclient.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pgxnclient.rb b/Formula/p/pgxnclient.rb index 534bc81ffe1f4..887b6532a17f1 100644 --- a/Formula/p/pgxnclient.rb +++ b/Formula/p/pgxnclient.rb @@ -8,6 +8,8 @@ class Pgxnclient < Formula license "BSD-3-Clause" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f1b1f557db76ca77277fc59e96c5432107680f75068454279508736f0ccb4116" From 7aff918e76ebef918d99e83414df8225820c21e8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:57 +0200 Subject: [PATCH 04801/10074] phodav: added `no_autobump!` --- Formula/p/phodav.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/phodav.rb b/Formula/p/phodav.rb index fadf66834e9f1..3182923014fe7 100644 --- a/Formula/p/phodav.rb +++ b/Formula/p/phodav.rb @@ -6,6 +6,8 @@ class Phodav < Formula license "LGPL-2.1-only" head "https://gitlab.gnome.org/GNOME/phodav.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d6beac9ae63de2d6fa449ca75e45a768f2b42fbe01739a6480867a969942f111" sha256 arm64_sonoma: "e71f34ceed2c0b5ac310099aa989f2899c3d6b8a2c135aca3898e112e737437a" From d973d918a1931f8423b7558c17609f81486b3aa9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:57 +0200 Subject: [PATCH 04802/10074] phoneinfoga: added `no_autobump!` --- Formula/p/phoneinfoga.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/phoneinfoga.rb b/Formula/p/phoneinfoga.rb index 8a43d8211645f..dae087f8b4ab2 100644 --- a/Formula/p/phoneinfoga.rb +++ b/Formula/p/phoneinfoga.rb @@ -6,6 +6,8 @@ class Phoneinfoga < Formula license "GPL-3.0-only" head "https://github.com/sundowndev/phoneinfoga.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7753aee0c8aa77f686eff25f3c74b9f53d620dee4f7be890afc31bddb631c95d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d56737c84d3cbb5cf5e4545e77d5b5f2ddc9c589305b68bc929187381dfa0bff" From 62cb2f07d4c6bf579d2fcec145ba282fcb9280cd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:57 +0200 Subject: [PATCH 04803/10074] phoon: added `no_autobump!` --- Formula/p/phoon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/phoon.rb b/Formula/p/phoon.rb index 26884c350e7fe..24bf936cbc4fe 100644 --- a/Formula/p/phoon.rb +++ b/Formula/p/phoon.rb @@ -20,6 +20,8 @@ class Phoon < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "eea7e8ab443ec3e74f55f9b0572fc1fdb041d4a484f05c523820d3c9c510d646" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b1fb75a7e0219b4f893f0ffc74791a27e82e95e127e6f8c66680b046d6f8a72" From f6a73ff8f02be582436c3a3bf95f45436b37f29e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:57 +0200 Subject: [PATCH 04804/10074] phpbrew: added `no_autobump!` --- Formula/p/phpbrew.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/phpbrew.rb b/Formula/p/phpbrew.rb index da3e1de8b0e58..df1290d38d023 100644 --- a/Formula/p/phpbrew.rb +++ b/Formula/p/phpbrew.rb @@ -5,6 +5,8 @@ class Phpbrew < Formula sha256 "3247b8438888827d068542b2891392e3beffebe122f4955251fa4f9efa0da03d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5313331a47dc3d43289333b1a1345dd53fcfd6b1cff99db2ee2483302288b1d8" From 51fc221f6ce3768fec92deca8d60fbbdb7cab1bd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:57 +0200 Subject: [PATCH 04805/10074] phpmd: added `no_autobump!` --- Formula/p/phpmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/phpmd.rb b/Formula/p/phpmd.rb index d92f0247cc0f4..e23d8db43d50e 100644 --- a/Formula/p/phpmd.rb +++ b/Formula/p/phpmd.rb @@ -5,6 +5,8 @@ class Phpmd < Formula sha256 "6a28ef55de0c753b070d1d1580bb08a0d146016f89f0eddcef60ac4fc1083544" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "28cd360f0eea58782927875c91b4d709764ae46076f79d88681e2fcb73cf041e" From e72d22d9799ed26b17901eb8fdb6ea27dafa1f31 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:58 +0200 Subject: [PATCH 04806/10074] phrase-cli: added `no_autobump!` --- Formula/p/phrase-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/phrase-cli.rb b/Formula/p/phrase-cli.rb index 64b4f2ddc4d74..d52ce2b57a7d1 100644 --- a/Formula/p/phrase-cli.rb +++ b/Formula/p/phrase-cli.rb @@ -5,6 +5,8 @@ class PhraseCli < Formula sha256 "42dd084ef2b622e33c524dabfcf6d7e1f74f52d3a1930e942cc91e25720e7779" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd66acf469f2e9fafaf949c734597c6f016fb222b016e4ce139c60f2c7403280" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd66acf469f2e9fafaf949c734597c6f016fb222b016e4ce139c60f2c7403280" From 15f623263e69679a0fd334bcb2457e51771f69da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:58 +0200 Subject: [PATCH 04807/10074] physfs: added `no_autobump!` --- Formula/p/physfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/physfs.rb b/Formula/p/physfs.rb index 737aee9c67200..3c62f21f06ebc 100644 --- a/Formula/p/physfs.rb +++ b/Formula/p/physfs.rb @@ -6,6 +6,8 @@ class Physfs < Formula license "Zlib" head "https://github.com/icculus/physfs.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e6b0663f9c6fd2b671825e510c705706dfccc018571c20e689ef082d5b701fdb" sha256 cellar: :any, arm64_sonoma: "7556de6af5b763d6ce5fbb4e56acd432aefd2752a8bd27b38377de64f7f0ffc6" From d79deaa87a34dfe5e8e973afb5af63a0c318c527 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:58 +0200 Subject: [PATCH 04808/10074] physunits: added `no_autobump!` --- Formula/p/physunits.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/physunits.rb b/Formula/p/physunits.rb index 6ae6c1e681a77..3ff75c8b64561 100644 --- a/Formula/p/physunits.rb +++ b/Formula/p/physunits.rb @@ -6,6 +6,8 @@ class Physunits < Formula license "BSL-1.0" head "https://github.com/martinmoene/PhysUnits-CT-Cpp11.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "d1aab63a49f0f5ca8b530354e7efe1b884c7d57e69509aca43bc4416191e3079" end From d3b096a00cecacb84dad8719a15aec6ee0873ade Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:58 +0200 Subject: [PATCH 04809/10074] picat: added `no_autobump!` --- Formula/p/picat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/picat.rb b/Formula/p/picat.rb index f586b7f3f6d16..2b8445e9341d6 100644 --- a/Formula/p/picat.rb +++ b/Formula/p/picat.rb @@ -11,6 +11,8 @@ class Picat < Formula regex(/>\s*?Released version v?(\d+(?:[.#]\d+)+)\s*?,/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8baa72e2d29b850efa2c9f048041e4efbf1264b303d2f87907f21ba702022255" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec6711ce15529f9918b690ac2a897f375768f9b1188212449ef5a10b52305820" From ca3db0ffc5c238cb5e6da49b87609964f27d1fa5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:58 +0200 Subject: [PATCH 04810/10074] pick: added `no_autobump!` --- Formula/p/pick.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pick.rb b/Formula/p/pick.rb index f8939c1aff7d5..151bb40a6e024 100644 --- a/Formula/p/pick.rb +++ b/Formula/p/pick.rb @@ -6,6 +6,8 @@ class Pick < Formula license "MIT" head "https://github.com/mptre/pick.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5df3f1f792d5df3784e7d7e8204de908bb43f7ec0830bf576eedc58de28c683" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf2e439d81bbe3a7cc2fadf74c2b22835087deb28ece7b39a05312372e551d86" From e3ceb6dd6a6ead78e54798748cd9a7d1fe8cba4f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:58 +0200 Subject: [PATCH 04811/10074] pickle: added `no_autobump!` --- Formula/p/pickle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pickle.rb b/Formula/p/pickle.rb index 8238ebe08fae5..a43f6d2201905 100644 --- a/Formula/p/pickle.rb +++ b/Formula/p/pickle.rb @@ -5,6 +5,8 @@ class Pickle < Formula sha256 "fe68430bbaf01b45c7bf46fa3fd2ab51f8d3ab41e6f5620644d245a29d56cfd6" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f639f368ae43bb57ae421bbd3426bab6edc063da8f7ec66f53344c104073f430" From 6de2913c3735935c4e2923b44400235259f5cf6b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:59 +0200 Subject: [PATCH 04812/10074] picoc: added `no_autobump!` --- Formula/p/picoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/picoc.rb b/Formula/p/picoc.rb index 10e625b9b86fa..8a24b76d9655d 100644 --- a/Formula/p/picoc.rb +++ b/Formula/p/picoc.rb @@ -18,6 +18,8 @@ class Picoc < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "43e537db7d3f77463969b213bbb8fcaed5bef26c4c1600989140bc4c8ce77f80" From b337c31a101a2bd39bd20ea9199cb6291f466377 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:59 +0200 Subject: [PATCH 04813/10074] picocom: added `no_autobump!` --- Formula/p/picocom.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/picocom.rb b/Formula/p/picocom.rb index 7cfaa78ca2b8d..90e3104560cca 100644 --- a/Formula/p/picocom.rb +++ b/Formula/p/picocom.rb @@ -6,6 +6,8 @@ class Picocom < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "87020c916b8770f7458f4ab8323909d2ed5e1d48706507a2a262289f741ab627" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a7594ede879b71828a7e5b36cdcccb7e208001d4514c4c8e8367146d561c7ff" From 06d65b7d6e99e3dca17dcdff817b5cb49ec3adf0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:59 +0200 Subject: [PATCH 04814/10074] pict: added `no_autobump!` --- Formula/p/pict.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pict.rb b/Formula/p/pict.rb index 2e228f2578b99..0822eda591ffa 100644 --- a/Formula/p/pict.rb +++ b/Formula/p/pict.rb @@ -5,6 +5,8 @@ class Pict < Formula sha256 "42af3ac7948d5dfed66525c4b6a58464dfd8f78a370b1fc03a8d35be2179928f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa8ac4e122053ec2c71f8c2855cb4274835f9571152427650684364bc2f84855" From 74a3bfe557b44c19dd8611fb7672b72da66768d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:59 +0200 Subject: [PATCH 04815/10074] pidcat: added `no_autobump!` --- Formula/p/pidcat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pidcat.rb b/Formula/p/pidcat.rb index 530adb5d677de..d13aab17efa51 100644 --- a/Formula/p/pidcat.rb +++ b/Formula/p/pidcat.rb @@ -8,6 +8,8 @@ class Pidcat < Formula license "Apache-2.0" head "https://github.com/JakeWharton/pidcat.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "c340b62825f294103c9e4866ca70e7cc13b85fd6adafcee7d9661bfad1743949" From 72125b1ebae3d5e979d8e55eaa96b19173cd1495 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:59 +0200 Subject: [PATCH 04816/10074] pidof: added `no_autobump!` --- Formula/p/pidof.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pidof.rb b/Formula/p/pidof.rb index e8b22957fb750..0afcc480c3520 100644 --- a/Formula/p/pidof.rb +++ b/Formula/p/pidof.rb @@ -8,6 +8,8 @@ class Pidof < Formula sha256 "2a2cd618c7b9130e1a1d9be0210e786b85cbc9849c9b6f0cad9cbde31541e1b8" license :cannot_represent + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ec5871a736544b3d218e48cb3883ae457aa097eb0b9a37e666d069d00080fb4" From dbf861176802dbd23d0327f08b97b8a9bd7f41f9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:48:59 +0200 Subject: [PATCH 04817/10074] pieces-cli: added `no_autobump!` --- Formula/p/pieces-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pieces-cli.rb b/Formula/p/pieces-cli.rb index 8d3d375b835dd..9cd3d92bf4e8e 100644 --- a/Formula/p/pieces-cli.rb +++ b/Formula/p/pieces-cli.rb @@ -15,6 +15,8 @@ class PiecesCli < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4d9815455763b274a4d08e888875257af71212813fc7d0e492b3e06b79993231" sha256 cellar: :any, arm64_sonoma: "88922a51c7c77e7bacf9eedcb4853105d13825d245eb0bb12821fe3c23a610b2" From c6d49bc14c0bc89bc93b0fda5cf31f34926755bd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:00 +0200 Subject: [PATCH 04818/10074] pigz: added `no_autobump!` --- Formula/p/pigz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pigz.rb b/Formula/p/pigz.rb index e4fdfe5ee0793..03e514c2464ac 100644 --- a/Formula/p/pigz.rb +++ b/Formula/p/pigz.rb @@ -11,6 +11,8 @@ class Pigz < Formula regex(/href=.*?pigz[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "64097e66f14e0e16ab597007639492ac10e2d0f499968b757f91fa700f06f952" sha256 cellar: :any, arm64_sonoma: "97752b6fd2b65df80d73068299789a714fb01b6b904fd843c142677e4f2c3db7" From 3c5370c2d5332415de1e194175ae8e92154f34df Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:00 +0200 Subject: [PATCH 04819/10074] pillar: added `no_autobump!` --- Formula/p/pillar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pillar.rb b/Formula/p/pillar.rb index 04d4859cac998..246a3afc196ee 100644 --- a/Formula/p/pillar.rb +++ b/Formula/p/pillar.rb @@ -6,6 +6,8 @@ class Pillar < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, sonoma: "764efeebd41e17d3c2024497dd036f074235b0d7c145e6d1dfd936a7ea85f1ad" sha256 cellar: :any_skip_relocation, ventura: "4abaecf745c4a7fc8b4e116ec80c22a81a41aa906a7bccae2fa8b409b12bc8f1" From fb0e16eaf964de8c080fd468838c263688743598 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:00 +0200 Subject: [PATCH 04820/10074] pinentry-mac: added `no_autobump!` --- Formula/p/pinentry-mac.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pinentry-mac.rb b/Formula/p/pinentry-mac.rb index 4f83caaa39867..df96e7da5d2ab 100644 --- a/Formula/p/pinentry-mac.rb +++ b/Formula/p/pinentry-mac.rb @@ -6,6 +6,8 @@ class PinentryMac < Formula license all_of: ["GPL-2.0-or-later", "GPL-3.0-or-later"] head "https://github.com/GPGTools/pinentry.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f0cacdc9497edf7391983fe84573ddfd826d0315680847a3f78ec020b6d145e5" sha256 cellar: :any, arm64_sonoma: "6c879dba2621079072e566b95c00f96e7731a164dc6206054933058375df7014" From b87f2db6f80f48985dc6f7fa54e84f3f3785d4ac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:00 +0200 Subject: [PATCH 04821/10074] pinfo: added `no_autobump!` --- Formula/p/pinfo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pinfo.rb b/Formula/p/pinfo.rb index ff2e1bcd6222f..922e293c2060e 100644 --- a/Formula/p/pinfo.rb +++ b/Formula/p/pinfo.rb @@ -6,6 +6,8 @@ class Pinfo < Formula license "GPL-2.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "156abee096126843dea45d4b863b41cfaf28f9acd4fd8932b1388b981b299e5f" sha256 arm64_sonoma: "8cd30c690fd15b9a98a0c7ebf41c7529d6c1fd06467290d228eb585d5de04d9e" From e9192943f334206508f5748c192555a3ea6da3d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:00 +0200 Subject: [PATCH 04822/10074] pioneers: added `no_autobump!` --- Formula/p/pioneers.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pioneers.rb b/Formula/p/pioneers.rb index dbad1b471e608..cd8a00ce0e3f5 100644 --- a/Formula/p/pioneers.rb +++ b/Formula/p/pioneers.rb @@ -6,6 +6,8 @@ class Pioneers < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f8818813a32e582cfe48b07fea5acb1f9796fb529586e2b1d73eded630f64eb4" sha256 arm64_sonoma: "322552b3012b80d29fbb86bd7986a9819857e34f37a4e25d5787ba891318f17f" From 0fd5676a81ee53f752c02c5e589443c74ba26ee8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:00 +0200 Subject: [PATCH 04823/10074] pip-completion: added `no_autobump!` --- Formula/p/pip-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pip-completion.rb b/Formula/p/pip-completion.rb index f8e3ad877237d..4ccdec91d4874 100644 --- a/Formula/p/pip-completion.rb +++ b/Formula/p/pip-completion.rb @@ -15,6 +15,8 @@ class PipCompletion < Formula skip "No version information available" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ea3a13ea2cc0274e22c8afff04f203677ea90969ff2a6bcb9eb7eb7d072d1f17" From 6d6b6235b9f56868abd1a2e1747606d47543e5af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:01 +0200 Subject: [PATCH 04824/10074] pipe-rename: added `no_autobump!` --- Formula/p/pipe-rename.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pipe-rename.rb b/Formula/p/pipe-rename.rb index 3552d5a8621f1..6a4ad3cf4d96e 100644 --- a/Formula/p/pipe-rename.rb +++ b/Formula/p/pipe-rename.rb @@ -6,6 +6,8 @@ class PipeRename < Formula license "MIT" head "https://github.com/marcusbuffett/pipe-rename.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "79ceea8ede307d9f114d6d476bc2538a9fc2dbaba609c42821ef6206057e251a" From c31b5a73a67145014ebdbec4ddc81bd8972e6674 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:01 +0200 Subject: [PATCH 04825/10074] pipebench: added `no_autobump!` --- Formula/p/pipebench.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pipebench.rb b/Formula/p/pipebench.rb index 6d161d4954a59..77f6d05509561 100644 --- a/Formula/p/pipebench.rb +++ b/Formula/p/pipebench.rb @@ -12,6 +12,8 @@ class Pipebench < Formula regex(/href=.*?pipebench[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e0843adb8181028ccf82ae98d94804996f5ca6f13bb2499049748de186c454c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b30b6b4a2108fbe48632fcb4c9a65a40d7dcff2e7757dd8b0ae67d5c9482d0ae" From 50a159f196259e3493665a896a7f62f58fb70f26 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:01 +0200 Subject: [PATCH 04826/10074] pipemeter: added `no_autobump!` --- Formula/p/pipemeter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pipemeter.rb b/Formula/p/pipemeter.rb index 676cdae8e4223..ade448f462813 100644 --- a/Formula/p/pipemeter.rb +++ b/Formula/p/pipemeter.rb @@ -5,6 +5,8 @@ class Pipemeter < Formula sha256 "e470ac5f3e71b5eee1a925d7174a6fa8f0753f2107e067fbca3f383fab2e87d8" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0653426bc1f7a2f36bc886279953ec40660d867797f4623162cc749c2f48ba0e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "197626afa86a59a767aa171fc9c7244c0fecb1548175c59aee7af5a64051e7d0" From 8a3d5b219e37cf2f3211e739cccb4a00c4f634f9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:01 +0200 Subject: [PATCH 04827/10074] pipes-sh: added `no_autobump!` --- Formula/p/pipes-sh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pipes-sh.rb b/Formula/p/pipes-sh.rb index 798a63576edf5..32ee50abed890 100644 --- a/Formula/p/pipes-sh.rb +++ b/Formula/p/pipes-sh.rb @@ -11,6 +11,8 @@ class PipesSh < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "339995e9ef29b4952bf61b4fe406d71c4c6ad5fc96e3e8f291d98150c6789cb8" From 933f1704006ced5061958e390a26c1188cedb9a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:01 +0200 Subject: [PATCH 04828/10074] pistache: added `no_autobump!` --- Formula/p/pistache.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pistache.rb b/Formula/p/pistache.rb index 88b32e78491f2..56d0d62e95b5e 100644 --- a/Formula/p/pistache.rb +++ b/Formula/p/pistache.rb @@ -6,6 +6,8 @@ class Pistache < Formula license "Apache-2.0" head "https://github.com/pistacheio/pistache.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "df6e5955a69ba59d16fa1085e2a264b6886ac13eaefcfdad36b6cde24fdd357f" sha256 cellar: :any, arm64_sonoma: "17198b6e042abadfa94de4824bb3e9d9a2696230ed2d54cae8dabf8550467fd7" From a38a4691fffdeec5901032f3e58ff49d68663f93 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:02 +0200 Subject: [PATCH 04829/10074] pit: added `no_autobump!` --- Formula/p/pit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pit.rb b/Formula/p/pit.rb index ae3d2009de9bf..8dcb8dbff3c4a 100644 --- a/Formula/p/pit.rb +++ b/Formula/p/pit.rb @@ -27,6 +27,8 @@ class Pit < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c47710f90f70ca700d78780d7a9ecca7edb1c00d131c5b35eca39d22ca50b20" From e263b014d71e3eece318911be17771c9c645186d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:02 +0200 Subject: [PATCH 04830/10074] pius: added `no_autobump!` --- Formula/p/pius.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pius.rb b/Formula/p/pius.rb index 2d7eebdc710b2..430514ffa8be5 100644 --- a/Formula/p/pius.rb +++ b/Formula/p/pius.rb @@ -9,6 +9,8 @@ class Pius < Formula revision 3 head "https://github.com/jaymzh/pius.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 6 sha256 cellar: :any_skip_relocation, all: "3f3e1fff9df0dffb6684ab3c51f31f7d45fa3ae4be39e97f6695d5f4164494a2" From e0faaf8275d91ee051b8091b8e106337d1633ea5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:02 +0200 Subject: [PATCH 04831/10074] pixd: added `no_autobump!` --- Formula/p/pixd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pixd.rb b/Formula/p/pixd.rb index 212910f426975..86ddd62dec987 100644 --- a/Formula/p/pixd.rb +++ b/Formula/p/pixd.rb @@ -5,6 +5,8 @@ class Pixd < Formula sha256 "011440a8d191e40a572910b0ce7a094e9b4ee75cf972abc6d30674348edf4158" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c41c69c03c8f20507a9014e41e7e02cc6813abe0c919ae40a16f82e0b01fe899" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d31f44763a25c242c3b0c55433e3c3615e61b1db85dd3729fab3f69468661b0b" From c7cacbf2086c1cc421a8c352a6f0e946229389ce Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:02 +0200 Subject: [PATCH 04832/10074] pixiewps: added `no_autobump!` --- Formula/p/pixiewps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pixiewps.rb b/Formula/p/pixiewps.rb index bd0a5a1c08920..63e532aa364cd 100644 --- a/Formula/p/pixiewps.rb +++ b/Formula/p/pixiewps.rb @@ -6,6 +6,8 @@ class Pixiewps < Formula license "GPL-3.0-or-later" head "https://github.com/wiire-a/pixiewps.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c88ef0a54b523b538d88e491bf10933853e5600ebb4c391d0529e28b5feac368" sha256 cellar: :any, arm64_sonoma: "db1461e5abc8e20b06a0e50a99a377367aa6f7840303307b49962ce4d31dcbe8" From 97d93160b66fec8c1f95eb3106b9b037ae00b8ad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:02 +0200 Subject: [PATCH 04833/10074] pixz: added `no_autobump!` --- Formula/p/pixz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pixz.rb b/Formula/p/pixz.rb index f63b97b45b23c..9fc5a7677fc90 100644 --- a/Formula/p/pixz.rb +++ b/Formula/p/pixz.rb @@ -6,6 +6,8 @@ class Pixz < Formula license "BSD-2-Clause" head "https://github.com/vasi/pixz.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "a92eaf0c89c34b5db225090adeedd24d26e3481d46e43eca1e94a2fdd509a98a" From 4cf55dbf15f2d46f745c5854026cf91d51df5342 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:02 +0200 Subject: [PATCH 04834/10074] pk: added `no_autobump!` --- Formula/p/pk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pk.rb b/Formula/p/pk.rb index 7fcd195d6e671..4584b3dba6314 100644 --- a/Formula/p/pk.rb +++ b/Formula/p/pk.rb @@ -5,6 +5,8 @@ class Pk < Formula sha256 "0431fe8fcbdfb3ac8ccfdef3d098d6397556f8905b7dec21bc15942a8fc5f110" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "be0b36f6d80ee6d6191207faa7454eff5a35fac1aaa54cb3df986482bb4129fb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "df016243a24085cb085bd78cb4e2a0c0a58f0f017a94a09f5b9f7555e6739745" From 729ea3c0ce2b371d158d7183cff9d66fa11cb2b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:03 +0200 Subject: [PATCH 04835/10074] pkcs11-helper: added `no_autobump!` --- Formula/p/pkcs11-helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pkcs11-helper.rb b/Formula/p/pkcs11-helper.rb index c0a130a445acc..c6ceedb02f368 100644 --- a/Formula/p/pkcs11-helper.rb +++ b/Formula/p/pkcs11-helper.rb @@ -12,6 +12,8 @@ class Pkcs11Helper < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "02b61fe7186023ea090b8fab072d980451ef4edc5e860c247c2ccba6c422de2b" sha256 cellar: :any, arm64_sonoma: "d5877e3655d952f137610ab0168b4e996dec23dfc16b1ac4db5ab0cdb46eb525" From fc896a6d41ed39ac945cc2d99b525c890502240b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:03 +0200 Subject: [PATCH 04836/10074] pkcs11-tools: added `no_autobump!` --- Formula/p/pkcs11-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pkcs11-tools.rb b/Formula/p/pkcs11-tools.rb index ba676578bdacc..7d48376447ef4 100644 --- a/Formula/p/pkcs11-tools.rb +++ b/Formula/p/pkcs11-tools.rb @@ -5,6 +5,8 @@ class Pkcs11Tools < Formula sha256 "5fcda842ed009dacef5d935f5d46bda81bdc26795737af525aa904655a640ba0" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "22183ecdec16099e7c38d97f5499deb1fbcb9236a9d4deb2c08fa22fd7007358" sha256 cellar: :any, arm64_sonoma: "41dd63eb44f9015459c816515202120069605a31875d536a920ec87ede6c1990" From 4fbc1eaa8d976db375aee6a93ba8543016f2782e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:03 +0200 Subject: [PATCH 04837/10074] pktanon: added `no_autobump!` --- Formula/p/pktanon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pktanon.rb b/Formula/p/pktanon.rb index 0e0fffed75d06..0cad35a004be2 100644 --- a/Formula/p/pktanon.rb +++ b/Formula/p/pktanon.rb @@ -14,6 +14,8 @@ class Pktanon < Formula regex(/href=.*?pktanon[._-]v?(\d+(?:\.\d+)+)(?:[._-]dev)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "44134c55be8a09ccfa54203ccf2ce297df8c8a76e4ef3c94040a523c0bf50cda" sha256 cellar: :any, arm64_sonoma: "2cbb5ed4c7c0e22a3de3025fe12860026c7b8264a08374c4f662467ab91187f3" From f775e1647068b34455156774d1aecc72cc9dd1b6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:03 +0200 Subject: [PATCH 04838/10074] pla: added `no_autobump!` --- Formula/p/pla.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pla.rb b/Formula/p/pla.rb index a3c7510436663..5541e3ff9760b 100644 --- a/Formula/p/pla.rb +++ b/Formula/p/pla.rb @@ -5,6 +5,8 @@ class Pla < Formula sha256 "966ff0de604cfe4fe6e9650ee7776c5096211ad76e060ff4fd9edbd711977ef2" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bb80455464cd182092c87cc0c242eda1050fdb3579ac6204338934741c5af632" sha256 cellar: :any, arm64_sonoma: "34622b25b182676b0af0bcb5832d47a7d72672d3ad6e972036efdb551011fa7e" From 7d314c7fceb7b5d1658ee511968757dc7fd7115c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:03 +0200 Subject: [PATCH 04839/10074] planck: added `no_autobump!` --- Formula/p/planck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/planck.rb b/Formula/p/planck.rb index 766bcb84d41e2..3af9f3e4ed3fe 100644 --- a/Formula/p/planck.rb +++ b/Formula/p/planck.rb @@ -16,6 +16,8 @@ class Planck < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "94dbee8e25f82b3d6af4c0f5aa768b072b5f42c37c17a6ee55820a6c3e9a9210" sha256 cellar: :any, arm64_sonoma: "9b48ec0e76cc42f5a7bcee1704e043b6ee37cecbcc65acc9f9926367cb99b54a" From a94b883f7a4142060f60db3f746e58ce15b037b7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:03 +0200 Subject: [PATCH 04840/10074] plank: added `no_autobump!` --- Formula/p/plank.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/plank.rb b/Formula/p/plank.rb index e606f0c5cbc02..1db3f9bad3adb 100644 --- a/Formula/p/plank.rb +++ b/Formula/p/plank.rb @@ -11,6 +11,8 @@ class Plank < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "902d73cd939a2dabe044db2f5023ba45c1c5ac8c83e77f650110fd167d03dd04" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c300759e15cbfe318181f9a32a7642f297c72f20b6e5503e90d6ffe72dd9f04" From e45c55ba5705d06e075fbea4da75de7d8dff5eff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:04 +0200 Subject: [PATCH 04841/10074] plenv: added `no_autobump!` --- Formula/p/plenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/plenv.rb b/Formula/p/plenv.rb index a6cf8ee5e532a..b19d567b8c2b4 100644 --- a/Formula/p/plenv.rb +++ b/Formula/p/plenv.rb @@ -6,6 +6,8 @@ class Plenv < Formula license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"] head "https://github.com/tokuhirom/plenv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ae1be5da65e151734516a4c61d65dcdf5c64895c6477a28bce5351888f57627" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f269a34269c43edc721fe59d7d6bed6740c27544de3b7936290a52644957d2da" From 90dd6b90f2bc8919ba78fa6a4bd9b9fafda83fed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:04 +0200 Subject: [PATCH 04842/10074] plod: added `no_autobump!` --- Formula/p/plod.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/plod.rb b/Formula/p/plod.rb index e37da32a125f7..842c4d66db661 100644 --- a/Formula/p/plod.rb +++ b/Formula/p/plod.rb @@ -6,6 +6,8 @@ class Plod < Formula sha256 "1b7b8267c41b11c2f5413a8d6850099e0547b7506031b0c733121ed5e8d182f5" license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c66eae9ec8211f26b1dd03894db3be83acd71fac5b27d39a6381482bf7f22d9a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b9c9cd2b570e27155488643d25109a5782ef3acbf76aa86ce249630999c5043" From 92134e0cb63c66c5bca3f46aefd0d8448281048d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:04 +0200 Subject: [PATCH 04843/10074] plog: added `no_autobump!` --- Formula/p/plog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/plog.rb b/Formula/p/plog.rb index 3b827ebfcf129..4755973df1b1c 100644 --- a/Formula/p/plog.rb +++ b/Formula/p/plog.rb @@ -5,6 +5,8 @@ class Plog < Formula sha256 "55a090fc2b46ab44d0dde562a91fe5fc15445a3caedfaedda89fe3925da4705a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "97760bb532e44bf5f1d01856ec41448c1ba1f092b5abacaa5338c9a27be6567a" From 6d26f03abf98a0389ad8febe8c5ffc8a7c71546b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:04 +0200 Subject: [PATCH 04844/10074] plotutils: added `no_autobump!` --- Formula/p/plotutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/plotutils.rb b/Formula/p/plotutils.rb index 7d21aacd1eaa2..00e3fe9735047 100644 --- a/Formula/p/plotutils.rb +++ b/Formula/p/plotutils.rb @@ -7,6 +7,8 @@ class Plotutils < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "75033cc12b08f20dedc35745e9e85bedd357e49bdeb1f85c18aa3e6c094f7c4a" From e1d42426b70559254dade2aa780508fec163446f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:04 +0200 Subject: [PATCH 04845/10074] plowshare: added `no_autobump!` --- Formula/p/plowshare.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/plowshare.rb b/Formula/p/plowshare.rb index a03955d96aeb1..7e8678dcdaf18 100644 --- a/Formula/p/plowshare.rb +++ b/Formula/p/plowshare.rb @@ -6,6 +6,8 @@ class Plowshare < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a2dcee44e65269a88332c733ecf4e8f6be114bb689283bfcdf35e091792902d" From f9d541e32d63deb3e9be71e3de8b9188103a53ea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:04 +0200 Subject: [PATCH 04846/10074] plplot: added `no_autobump!` --- Formula/p/plplot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/plplot.rb b/Formula/p/plplot.rb index ecab295ec5597..6fe82ea9ea3d5 100644 --- a/Formula/p/plplot.rb +++ b/Formula/p/plplot.rb @@ -9,6 +9,8 @@ class Plplot < Formula license all_of: ["LGPL-2.0-or-later", "BSD-3-Clause", "HPND", :cannot_represent] revision 4 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "9305edca28268f6aed4efa7da578545c70d5feec4c2161da9f0e60aca9d3ace0" From 9b283b5564a85f8ec192a9a90a2427b30836fec0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:05 +0200 Subject: [PATCH 04847/10074] plz-cli: added `no_autobump!` --- Formula/p/plz-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/plz-cli.rb b/Formula/p/plz-cli.rb index b0b5791311c64..335b0039b2378 100644 --- a/Formula/p/plz-cli.rb +++ b/Formula/p/plz-cli.rb @@ -6,6 +6,8 @@ class PlzCli < Formula license "MIT" head "https://github.com/m1guelpf/plz-cli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "50e07537995ee92719ff5fa052d27a9e7207f5038ffbafb27550be81524e6921" sha256 cellar: :any_skip_relocation, arm64_sonoma: "59f64a97b496d8cc7c177ad2a3ffd31d7c970b465bee348af314374a41b55443" From a223028902e684b5d4c980dde022ce0f3d6fb2c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:05 +0200 Subject: [PATCH 04848/10074] pmccabe: added `no_autobump!` --- Formula/p/pmccabe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pmccabe.rb b/Formula/p/pmccabe.rb index 5c521de3b58ba..4a25a863fb01c 100644 --- a/Formula/p/pmccabe.rb +++ b/Formula/p/pmccabe.rb @@ -13,6 +13,8 @@ class Pmccabe < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e638bf96079e2650e33e91114ab8b2559fbc1d9b998e6afa5eae06a6e1d4eca" sha256 cellar: :any_skip_relocation, arm64_sonoma: "910d1bd786def57f3f61e080e1d8918f8dbebd42d0474fd273c93949b169d154" From d3c9b564307cf4fe4ba1fb6a751620bbfe697cd8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:05 +0200 Subject: [PATCH 04849/10074] pmdmini: added `no_autobump!` --- Formula/p/pmdmini.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pmdmini.rb b/Formula/p/pmdmini.rb index a8052649e9c3a..8e46973790510 100644 --- a/Formula/p/pmdmini.rb +++ b/Formula/p/pmdmini.rb @@ -5,6 +5,8 @@ class Pmdmini < Formula sha256 "e3288dcf356e83ef4ad48cde44fcb703ca9ce478b9fcac1b44bd9d2d84bf2ba3" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d3d140be8d8be65eaa695bb6e2b83964e989e141cfdd7ab8d2c9e05d81b55f54" sha256 cellar: :any, arm64_sonoma: "a7f473c3f27a8a2e781391b383060545cfd8af27425b2c5eca4e18a2821ee2ff" From 9c24a70e3336b67ff75fc7443156b8be05ea393e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:05 +0200 Subject: [PATCH 04850/10074] pms: added `no_autobump!` --- Formula/p/pms.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pms.rb b/Formula/p/pms.rb index c039f9b676612..338fb22516caa 100644 --- a/Formula/p/pms.rb +++ b/Formula/p/pms.rb @@ -6,6 +6,8 @@ class Pms < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "24de40d237ca53721190a990da548b37b777fa60e7599c9c0c0dcf289333bbeb" sha256 cellar: :any, arm64_sonoma: "2992d520cbc631a4764f7387d6f37efbb9dc5d75a387993217fb83204fa17a50" From 99da7acccea706894fe915b89fc159f8925a7157 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:05 +0200 Subject: [PATCH 04851/10074] png++: added `no_autobump!` --- Formula/p/png++.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/png++.rb b/Formula/p/png++.rb index 73791a37c5020..87b3bd1f2fadb 100644 --- a/Formula/p/png++.rb +++ b/Formula/p/png++.rb @@ -10,6 +10,8 @@ class Pngxx < Formula regex(/href=.*?png\+\+[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "acf63a60a34fbd3c3491c29b7ea5081736b7ce316d6d27b7732313920f450701" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5eec08e707d28e9849abb32efc3d218abfb2ff953ee1e9ed6fe3790646713090" From 779dd988b07607a2bf0d633f3ee1fe1ff65648fd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:06 +0200 Subject: [PATCH 04852/10074] png2ico: added `no_autobump!` --- Formula/p/png2ico.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/png2ico.rb b/Formula/p/png2ico.rb index d6dd7bd2c0793..978495c615e7e 100644 --- a/Formula/p/png2ico.rb +++ b/Formula/p/png2ico.rb @@ -11,6 +11,8 @@ class Png2ico < Formula regex(/href=.*?png2ico-src[._-]v?(\d+(?:[.-]\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "a6af9f89d575ccf1b4bb27b2b24eac106315c65775ca654859931a8b90cf09de" From d153f28f311410b4e8807fb1fd77629084638415 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:06 +0200 Subject: [PATCH 04853/10074] pngcheck: added `no_autobump!` --- Formula/p/pngcheck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pngcheck.rb b/Formula/p/pngcheck.rb index 5cfbb1f50321c..6d7f6e752043e 100644 --- a/Formula/p/pngcheck.rb +++ b/Formula/p/pngcheck.rb @@ -10,6 +10,8 @@ class Pngcheck < Formula regex(/href=.*?pngcheck[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2a29178b3ecfedf6214021f290ebb12464f76b1b2179aa7aea7ae22be605b34" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd889a6e98aced57897687ed9c5235a5b6d617bb7a4e92c8c81f0d68c5b8662c" From 3dc29989c8e4b6b57667a3d138bfba4b9846dce0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:06 +0200 Subject: [PATCH 04854/10074] pngcrush: added `no_autobump!` --- Formula/p/pngcrush.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pngcrush.rb b/Formula/p/pngcrush.rb index 6845fcdcd516d..3985a7dfeed55 100644 --- a/Formula/p/pngcrush.rb +++ b/Formula/p/pngcrush.rb @@ -12,6 +12,8 @@ class Pngcrush < Formula regex(%r{url=.*?/pngcrush[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "75989b83be1fbc178d98f4f95701ad605c5374b1f46bde052c9b00da7cd30451" From eabd422d222ef0ecd38456ab03cc0fd25663693c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:06 +0200 Subject: [PATCH 04855/10074] pngnq: added `no_autobump!` --- Formula/p/pngnq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pngnq.rb b/Formula/p/pngnq.rb index faa31d52ab398..0e5f3f3e437ee 100644 --- a/Formula/p/pngnq.rb +++ b/Formula/p/pngnq.rb @@ -6,6 +6,8 @@ class Pngnq < Formula license "BSD-3-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "06007a7ead893b75a74fa9f5cc7c466219fe2be5149a245e0ae560dd52503aae" From 4fc4dbfae0d9952aab92e4b1dec1d27de1c8b364 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:06 +0200 Subject: [PATCH 04856/10074] pngpaste: added `no_autobump!` --- Formula/p/pngpaste.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pngpaste.rb b/Formula/p/pngpaste.rb index 9e76593fd0340..c495cb1e93ec7 100644 --- a/Formula/p/pngpaste.rb +++ b/Formula/p/pngpaste.rb @@ -5,6 +5,8 @@ class Pngpaste < Formula sha256 "6221201cb05191855f0d2707ce7f4055f6e1330de8efc09d386be2a6629f543b" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c50c153907877dd733f9e98807bf00246a12cb2f8add332a9e3842fe6057cf9e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "15c6b1b199b6fb33956d42c3bc0cbe2f6d19ed8a578ecf49e44234fec474534c" From 37081574ff6d027f9f923ccb57ca136f8491fbcb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:06 +0200 Subject: [PATCH 04857/10074] podiff: added `no_autobump!` --- Formula/p/podiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/podiff.rb b/Formula/p/podiff.rb index 6e27c6b2df627..326765e9d6aa0 100644 --- a/Formula/p/podiff.rb +++ b/Formula/p/podiff.rb @@ -10,6 +10,8 @@ class Podiff < Formula regex(/href=.*?podiff[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f182567ba8a6a7b58d52d49833b794b0347a7e35d32dc0fb786ded005b36f407" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4410226ffe7c84b1612f2546a2975a4bf6467b7c84dff6aeb19b86b306f2679b" From b11296edb2bef601504e793b6a0016c292a6b291 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:07 +0200 Subject: [PATCH 04858/10074] podman-tui: added `no_autobump!` --- Formula/p/podman-tui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/podman-tui.rb b/Formula/p/podman-tui.rb index 6f3f5902e0d97..25961d51529c1 100644 --- a/Formula/p/podman-tui.rb +++ b/Formula/p/podman-tui.rb @@ -5,6 +5,8 @@ class PodmanTui < Formula sha256 "a241119e1099711f889bae6fa7061130869317b711a96e3e9df2fed45e6fc979" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "210be70775f4d78334aa2798764dd2d47a59ec886406ce737d4892f4258993d2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a38c44d5b83478e0f36d795843c922f21d33390d973405fe82f04302fb3de570" From d2a2655d54afc823a06f6ba48ecd50cbdd54d2e2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:07 +0200 Subject: [PATCH 04859/10074] pokerstove: added `no_autobump!` --- Formula/p/pokerstove.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pokerstove.rb b/Formula/p/pokerstove.rb index 2c85109ae7bfa..b0e926c4d57f7 100644 --- a/Formula/p/pokerstove.rb +++ b/Formula/p/pokerstove.rb @@ -6,6 +6,8 @@ class Pokerstove < Formula license "BSD-3-Clause" revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1e01296c7643407ad16a6b088f9d332fd2af4afa1ef32f73b373899aae59ea19" sha256 cellar: :any, arm64_sonoma: "9ee487daa2e45f4b5be25714ddda3f282ebde3926652c9d50b90dc52399c0291" From b53500319b8af6b4feb48424b4fbd105eb37220f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:07 +0200 Subject: [PATCH 04860/10074] polyglot: added `no_autobump!` --- Formula/p/polyglot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/polyglot.rb b/Formula/p/polyglot.rb index 67502624e49f6..dc13025091b75 100644 --- a/Formula/p/polyglot.rb +++ b/Formula/p/polyglot.rb @@ -6,6 +6,8 @@ class Polyglot < Formula license "GPL-2.0-or-later" head "http://hgm.nubati.net/git/polyglot.git", branch: "learn" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c17a367c2d5da43b534695330ea6467fb27dcd887afeb6dc582601c4a6a5fdc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc554a6ab1946c530812eef33e2092102df23edfb12dcb14d98d288b5f15de96" From 123253db8da8744c427f6c38a71b5eb6347bf09a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:07 +0200 Subject: [PATCH 04861/10074] polyml: added `no_autobump!` --- Formula/p/polyml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/polyml.rb b/Formula/p/polyml.rb index 1877b57eb9a31..028611ebf65dc 100644 --- a/Formula/p/polyml.rb +++ b/Formula/p/polyml.rb @@ -6,6 +6,8 @@ class Polyml < Formula license "LGPL-2.1-or-later" head "https://github.com/polyml/polyml.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "956ba9b862e294bd6ebd6efb29ab46446bbcf9d29c09dcbab2003d4ba76bc4eb" sha256 arm64_sonoma: "8da7733920403e84fc73e04e2ba73e163630f063daf01d325f777c21ef2faf4c" From e718fe3cf3eef4887c364633466a290fb868277b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:07 +0200 Subject: [PATCH 04862/10074] pomsky: added `no_autobump!` --- Formula/p/pomsky.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pomsky.rb b/Formula/p/pomsky.rb index b324941853fdd..efd7cd9b1793a 100644 --- a/Formula/p/pomsky.rb +++ b/Formula/p/pomsky.rb @@ -6,6 +6,8 @@ class Pomsky < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/pomsky-lang/pomsky.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e2c2f94091ab38f06f95ddca0c90df7cb9c7f4fb16e78518b365756f68d04d8" From 493f27f610095a834910940f55b81c67310ab37f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:07 +0200 Subject: [PATCH 04863/10074] ponysay: added `no_autobump!` --- Formula/p/ponysay.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/ponysay.rb b/Formula/p/ponysay.rb index 18b581f1ae783..d64c6680529a9 100644 --- a/Formula/p/ponysay.rb +++ b/Formula/p/ponysay.rb @@ -16,6 +16,8 @@ class Ponysay < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab0fc5205ff5d90e766f69e722c887b690ab68caa3d8c1c5f761362f39487eda" From a0236a6af9c89976bdc77e5b3091b7bda070dbe9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:08 +0200 Subject: [PATCH 04864/10074] pop: added `no_autobump!` --- Formula/p/pop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pop.rb b/Formula/p/pop.rb index 4cc32d6b7dab5..5981d33fab8f8 100644 --- a/Formula/p/pop.rb +++ b/Formula/p/pop.rb @@ -5,6 +5,8 @@ class Pop < Formula sha256 "360db66ff46cf6331b2851f53477b7bf3a49303b0b46aaacff3d6c1027bf3f40" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f942784cbbe4d0e5e24f74f9e4431d8a798d6109c2ea3f483405430ca7279f5b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfda627b23f5fe1cef94ea1f9932edcd93f8930af29e6ded7161546112e30e60" From ea49b84c3147ce6b0dc87b72ef7c8d3bbd86d051 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:08 +0200 Subject: [PATCH 04865/10074] poppler-qt5: added `no_autobump!` --- Formula/p/poppler-qt5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/poppler-qt5.rb b/Formula/p/poppler-qt5.rb index d7dd4fa63e7c9..4a5a724168eaa 100644 --- a/Formula/p/poppler-qt5.rb +++ b/Formula/p/poppler-qt5.rb @@ -10,6 +10,8 @@ class PopplerQt5 < Formula formula "poppler" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "abc46a084ffe74832cfd9ccac1f432bcb700829cee87c276f4d114c8637bf74f" sha256 arm64_sonoma: "31da5336eb89d5bcfa8e1910d767528b27de0815f8ab9ca4eb8abc58e842ced9" From 70a18ed1553c01c137fd3e7285c54356168dea16 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:08 +0200 Subject: [PATCH 04866/10074] poppler: added `no_autobump!` --- Formula/p/poppler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/poppler.rb b/Formula/p/poppler.rb index 44519d3454571..f9662ae39a805 100644 --- a/Formula/p/poppler.rb +++ b/Formula/p/poppler.rb @@ -11,6 +11,8 @@ class Poppler < Formula regex(/href=.*?poppler[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "171cb4923ee967042878eaf4056aa0b7abe625f2ca90f4d8735ce88c0d748696" sha256 arm64_sonoma: "04bdaa029f26a0bd70f8faa59d3e6ddb4434cbfaa2abcc8e14c42302e158f5ec" From 6cce0d59d16ac7848dd6b9995a89915448d7a994 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:08 +0200 Subject: [PATCH 04867/10074] popt: added `no_autobump!` --- Formula/p/popt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/popt.rb b/Formula/p/popt.rb index 8ed63c930138d..d28d0bd517844 100644 --- a/Formula/p/popt.rb +++ b/Formula/p/popt.rb @@ -15,6 +15,8 @@ class Popt < Formula regex(/^(?:popt[._-])?v?(\d+(?:[._]\d+)+)(?:[._-]release)?$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4ff5f0c8c34f510a7336b16f42a6e058d028ff2025e9b01093b294be84d90bb2" sha256 cellar: :any, arm64_sonoma: "2fb8801217b8bcddc5c15974478b7fd89992868fdd6b09360835e7b6f0cef791" From a0f8b82ecc138f7f85751024d616ed20ce1633d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:08 +0200 Subject: [PATCH 04868/10074] portal: added `no_autobump!` --- Formula/p/portal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/portal.rb b/Formula/p/portal.rb index 68661a42d6191..b7d8fe00245fb 100644 --- a/Formula/p/portal.rb +++ b/Formula/p/portal.rb @@ -6,6 +6,8 @@ class Portal < Formula license "MIT" head "https://github.com/SpatiumPortae/portal.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c0f1d260c58e98e4fd7899ef87280ffe8efcc67d77764203a9d54fe35e47ab4" From 814b467b628b4b315256c005a689eeec9742b68d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:08 +0200 Subject: [PATCH 04869/10074] portaudio: added `no_autobump!` --- Formula/p/portaudio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/portaudio.rb b/Formula/p/portaudio.rb index 83ffed9e1582c..bd511a733f115 100644 --- a/Formula/p/portaudio.rb +++ b/Formula/p/portaudio.rb @@ -17,6 +17,8 @@ class Portaudio < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "8ad9f1c15a4bc9c05a9dd184b53b8f5f5d13a2458a70535bfb01e54ce4f8b4bd" From 4fbecff8b3d966dd07acaa73e7ed1d6d17ed06ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:09 +0200 Subject: [PATCH 04870/10074] portmidi: added `no_autobump!` --- Formula/p/portmidi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/portmidi.rb b/Formula/p/portmidi.rb index 5cd6a5eb866d9..32b33dacc58d0 100644 --- a/Formula/p/portmidi.rb +++ b/Formula/p/portmidi.rb @@ -7,6 +7,8 @@ class Portmidi < Formula revision 1 version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a02a8f130081aeda7fd82a826b510f4b2afdcf7af21cffe1d22963fcd3560065" sha256 cellar: :any, arm64_sonoma: "c24a75dda06927ed08b718df274d6eae2f6f8ded0601673ccd4311a210f89681" From a34e8cfcccb3480033d26f0381e8600a2914fbe7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:09 +0200 Subject: [PATCH 04871/10074] posh: added `no_autobump!` --- Formula/p/posh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/posh.rb b/Formula/p/posh.rb index 582cee2406c84..d650039d7ffcc 100644 --- a/Formula/p/posh.rb +++ b/Formula/p/posh.rb @@ -10,6 +10,8 @@ class Posh < Formula regex(%r{^debian/v?(\d+(?:\.\d+)+)$}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4521f3540d2fab592dafd00531ecb265fb361568e62a608eb3965258f3de58ea" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdbfb5bbceaa13a46364fc19af24197741066064ab0a158f0ea3d46e550b9ef7" From 7ee768229dd40d95579aba92f4ca5e7c1b3ad69f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:09 +0200 Subject: [PATCH 04872/10074] poster: added `no_autobump!` --- Formula/p/poster.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/poster.rb b/Formula/p/poster.rb index 73a936ee51494..ccc65dd22e614 100644 --- a/Formula/p/poster.rb +++ b/Formula/p/poster.rb @@ -5,6 +5,8 @@ class Poster < Formula sha256 "1df49dfd4e50ffd66e0b6e279b454a76329a36280e0dc73b08e5b5dcd5cff451" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1d75eca414c1495f824f18e6b8007e5352233f9afb9c63d2b588f15f0a44cf8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9391507786944573699dca31e2089215514fbc3785b8cac70bf3576db33328fc" From 4e51526f4cfae195d481d50581f220cb7413bb74 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:09 +0200 Subject: [PATCH 04873/10074] postgraphile: added `no_autobump!` --- Formula/p/postgraphile.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/postgraphile.rb b/Formula/p/postgraphile.rb index 23b0f53f7f744..de53df4a75385 100644 --- a/Formula/p/postgraphile.rb +++ b/Formula/p/postgraphile.rb @@ -5,6 +5,8 @@ class Postgraphile < Formula sha256 "131cb5c572c68a42a6c612b65041a4fa656a5364a75f7384f1446f62a684c9fc" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b4305806f3dfd7348eae61c3dcd47b8d33e353becbeb00c917ec745e4851b1f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b4305806f3dfd7348eae61c3dcd47b8d33e353becbeb00c917ec745e4851b1f" From c90961e39a4439ff2e6444dd6a58ba2eebc9959a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:09 +0200 Subject: [PATCH 04874/10074] postgresql-hll: added `no_autobump!` --- Formula/p/postgresql-hll.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/postgresql-hll.rb b/Formula/p/postgresql-hll.rb index 9cc9e27007180..7646e6d28f814 100644 --- a/Formula/p/postgresql-hll.rb +++ b/Formula/p/postgresql-hll.rb @@ -5,6 +5,8 @@ class PostgresqlHll < Formula sha256 "e2f55a6f4c4ab95ee4f1b4a2b73280258c5136b161fe9d059559556079694f0e" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "27480a860a6ad43655bbc46261a3802ea26252038b3c0ada7900d7727654248d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c452476e1fa061eff0b1e1ed08ded91385d0ea266b47173ecac203e009ddcc4" From cde7b5d90187fbf4b06b615f845b08d814be4918 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:09 +0200 Subject: [PATCH 04875/10074] postgresql@11: added `no_autobump!` --- Formula/p/postgresql@11.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/postgresql@11.rb b/Formula/p/postgresql@11.rb index 9b1ee1ec93c3f..09bc2166a806e 100644 --- a/Formula/p/postgresql@11.rb +++ b/Formula/p/postgresql@11.rb @@ -6,6 +6,8 @@ class PostgresqlAT11 < Formula license "PostgreSQL" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "465e5d787088e8430b34127706cef775e370465e397cd7a0f8d1f9f6e100b250" sha256 arm64_sonoma: "9a90a8863e2249ddec6fdfc780234245c627bb712167c9d4ae049724d7603d57" From dd276c6e907b9afddfc01cfc228e7ab4da90e1ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:10 +0200 Subject: [PATCH 04876/10074] postgresql@12: added `no_autobump!` --- Formula/p/postgresql@12.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/postgresql@12.rb b/Formula/p/postgresql@12.rb index 8223fc33fed7f..04ea6a78dbee0 100644 --- a/Formula/p/postgresql@12.rb +++ b/Formula/p/postgresql@12.rb @@ -6,6 +6,8 @@ class PostgresqlAT12 < Formula license "PostgreSQL" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "770808f2893a90101c6043beb222509fdbaeb27d43231ce86a823c880167a869" sha256 arm64_sonoma: "5c7563d9142be7b9f6d9a196ac5962f0df9d2b280b89c3d4a854c88d9a4ddbef" From adfef8a0efff907ee29010dc94de1b39fba85e95 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:10 +0200 Subject: [PATCH 04877/10074] potrace: added `no_autobump!` --- Formula/p/potrace.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/potrace.rb b/Formula/p/potrace.rb index b45b3bcf6bdcb..68d17f273c42d 100644 --- a/Formula/p/potrace.rb +++ b/Formula/p/potrace.rb @@ -10,6 +10,8 @@ class Potrace < Formula regex(/href=.*?potrace[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "dec55e697af533180d68158fd557f596e65887a1e5043214dc0532464aa6ef27" sha256 cellar: :any, arm64_sonoma: "003f7041bd6b4ea6de5ac2c8fbe9e2537a6a6dbd169f0c872627c5e2daa00afa" From ade02d6a461c3e645de0f87de677c0d6c173ae70 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:10 +0200 Subject: [PATCH 04878/10074] povray: added `no_autobump!` --- Formula/p/povray.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/povray.rb b/Formula/p/povray.rb index 1211cd992cf7f..b0653eb16058d 100644 --- a/Formula/p/povray.rb +++ b/Formula/p/povray.rb @@ -12,6 +12,8 @@ class Povray < Formula regex(/^v?(\d+(?:\.\d+)+\.\d{1,4})$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "a43f64589b9b2abbc3dd1460e56c79c0d8473e0b0cdd343f7fae52474450adc9" sha256 arm64_sonoma: "ffc8acf31801cc124cf903e3ad6014014e6f5e3784938b43f42bcb39758d3f95" From e205bb009dc74aa64c28d45af4ec2130f30a34d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:10 +0200 Subject: [PATCH 04879/10074] powerlevel10k: added `no_autobump!` --- Formula/p/powerlevel10k.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/powerlevel10k.rb b/Formula/p/powerlevel10k.rb index acd3be175ce00..59c0bb99c5f9a 100644 --- a/Formula/p/powerlevel10k.rb +++ b/Formula/p/powerlevel10k.rb @@ -6,6 +6,8 @@ class Powerlevel10k < Formula license "MIT" head "https://github.com/romkatv/powerlevel10k.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b5a4692b2768f76c867ae5815e2e8b3d05f08053302c69d0b5f7137cefd1fc0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "53d306e0deb9f0ec13c023b1d1b4def2fb96e7280f33a967fa5b0ce1637c47fa" From 4d3b2356c5e955d8fcace5c5723889d9869e67c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:10 +0200 Subject: [PATCH 04880/10074] ppl: added `no_autobump!` --- Formula/p/ppl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/ppl.rb b/Formula/p/ppl.rb index 371e969e585f2..cac1cd505af47 100644 --- a/Formula/p/ppl.rb +++ b/Formula/p/ppl.rb @@ -12,6 +12,8 @@ class Ppl < Formula regex(/href=.*?ppl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "527d1a14323856ce82d73c94a18da7b53363c5f9064de4f70dda5a5aa1c84ee6" sha256 arm64_sonoma: "72645288d73cc251a6310649cbd8782c07438ce56d1a66fe190ceea5e7a10782" From ded3c96773ea3081da3e7c5915f2323369167b14 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:11 +0200 Subject: [PATCH 04881/10074] ppss: added `no_autobump!` --- Formula/p/ppss.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/ppss.rb b/Formula/p/ppss.rb index 301d971f9e6ec..53039b7ea3437 100644 --- a/Formula/p/ppss.rb +++ b/Formula/p/ppss.rb @@ -5,6 +5,8 @@ class Ppss < Formula sha256 "25d819a97d8ca04a27907be4bfcc3151712837ea12a671f1a3c9e58bc025360f" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "e341e42c45d8ab9d5251b5330405329c45f1342a2cd94a466764b894a2b9ac6c" From b1b63a981876388700c0621b0bfe8ee381208ee2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:11 +0200 Subject: [PATCH 04882/10074] ppsspp: added `no_autobump!` --- Formula/p/ppsspp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/ppsspp.rb b/Formula/p/ppsspp.rb index fee5efe10dba9..4fb080c63c565 100644 --- a/Formula/p/ppsspp.rb +++ b/Formula/p/ppsspp.rb @@ -15,6 +15,8 @@ class Ppsspp < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8f5212b45e4cc85e00696a97c7b2f19faf46eaff672261ffe4a9a1600f88918b" sha256 cellar: :any, arm64_sonoma: "15ea4f6454395652c4bc38f9162265f037c73f6adedc72ee24e1d6d8152da938" From 69a154e0963d693fb54a3eb1b76ae5bfa67dcff2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:11 +0200 Subject: [PATCH 04883/10074] precomp: added `no_autobump!` --- Formula/p/precomp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/precomp.rb b/Formula/p/precomp.rb index b8d2435cd7ac7..f6cfeed48f368 100644 --- a/Formula/p/precomp.rb +++ b/Formula/p/precomp.rb @@ -6,6 +6,8 @@ class Precomp < Formula license "Apache-2.0" head "https://github.com/schnaader/precomp-cpp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e17e36888fa003ff01ce0af6dd634576f21c2f303cea989f507730c95af6f827" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac582dec76b87c1affdf3a0065385f587b7fb47a3c7bdecd391a0e067fbcbf1c" From 45877f04dfc698a8b18c853f64e38e07618f855b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:11 +0200 Subject: [PATCH 04884/10074] prefixsuffix: added `no_autobump!` --- Formula/p/prefixsuffix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/prefixsuffix.rb b/Formula/p/prefixsuffix.rb index 676fc10da8b93..7c3c8395dd390 100644 --- a/Formula/p/prefixsuffix.rb +++ b/Formula/p/prefixsuffix.rb @@ -6,6 +6,8 @@ class Prefixsuffix < Formula license "GPL-2.0-or-later" revision 10 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "30ef0ba35485343f36734f212295160cedd798991dfa2abd35a6b60f7f95405e" sha256 arm64_sonoma: "6e197205c70b3923ae50f5f33bd203810348f2846a3eabaf86839a978c598426" From 191102558c54656b4ee610df482ce14f0da6c522 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:11 +0200 Subject: [PATCH 04885/10074] prettyping: added `no_autobump!` --- Formula/p/prettyping.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/prettyping.rb b/Formula/p/prettyping.rb index 7644e87ef9ae7..1e83551304523 100644 --- a/Formula/p/prettyping.rb +++ b/Formula/p/prettyping.rb @@ -5,6 +5,8 @@ class Prettyping < Formula sha256 "e8484492e3c704b2460a00b0e417a07ad7112b5f4ad9a211931ee031fe64b4b6" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "34b060c257cb158f76339e83dc74f498fce30be734f9d007b203f7f95699d5e2" end From d4aab1e27d715b6d67b279b5d82bbb10bb156e60 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:11 +0200 Subject: [PATCH 04886/10074] primer3: added `no_autobump!` --- Formula/p/primer3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/primer3.rb b/Formula/p/primer3.rb index 9ce631d8fb5b2..82d73be6491ef 100644 --- a/Formula/p/primer3.rb +++ b/Formula/p/primer3.rb @@ -13,6 +13,8 @@ class Primer3 < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7272f6819aa6154307869334e14b9c6bf7f7e2946cb29e6ce27e0e32b591772" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe6b4f0f13b4c390a9b0760ec731e50fe176456d404ef253d0b2836fb0924aa9" From 0a8f72549309ccb0b33250b4015794c6fe754679 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:12 +0200 Subject: [PATCH 04887/10074] prips: added `no_autobump!` --- Formula/p/prips.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/prips.rb b/Formula/p/prips.rb index afd4501e223e2..6d771b99220e4 100644 --- a/Formula/p/prips.rb +++ b/Formula/p/prips.rb @@ -10,6 +10,8 @@ class Prips < Formula regex(/href=.*?prips[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "119d431a378f96585d6d92857c3dbf524cca2bad9e993d81763015f2e876ebf5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4824dd5010e37dd1c8dd3689fd00b7a7bc861aa229ce86bb67d14e814832f3a" From 9406880e2bc4a8dfc49b78f363916d6dddc22677 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:12 +0200 Subject: [PATCH 04888/10074] prjtrellis: added `no_autobump!` --- Formula/p/prjtrellis.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/prjtrellis.rb b/Formula/p/prjtrellis.rb index 9dbbab78bb540..1fe0aacc3850a 100644 --- a/Formula/p/prjtrellis.rb +++ b/Formula/p/prjtrellis.rb @@ -6,6 +6,8 @@ class Prjtrellis < Formula license all_of: ["ISC", "MIT"] revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9b1dba8073f95e4e62578867fa4413c96546ed01af8a9368dd71f226e242f824" sha256 cellar: :any, arm64_sonoma: "c88a90c50cf9b1118812077911e320ada13ad47ca5e26bb9b71cea451cc83935" From 7e76881411314b697f4a4c03832ae2b9271a7b53 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:12 +0200 Subject: [PATCH 04889/10074] procmail: added `no_autobump!` --- Formula/p/procmail.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/procmail.rb b/Formula/p/procmail.rb index 8ceb5a95759a6..6c2d6d705625f 100644 --- a/Formula/p/procmail.rb +++ b/Formula/p/procmail.rb @@ -6,6 +6,8 @@ class Procmail < Formula license any_of: ["GPL-2.0-or-later", "Artistic-1.0-Perl"] version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a2dee1f884a35fe10236bd86b12bd6bc507aa720f764be04e75fdc042c75fd8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9daf01dcf08b8b98d376cc6a99f1e8404db58f51ee2d62305ec604ddbcf3d7f" From f215333933ccf74b621a890195622adb8c7a8c50 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:12 +0200 Subject: [PATCH 04890/10074] procps@3: added `no_autobump!` --- Formula/p/procps@3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/procps@3.rb b/Formula/p/procps@3.rb index 64773f2ed19a5..92b9cdaeab22c 100644 --- a/Formula/p/procps@3.rb +++ b/Formula/p/procps@3.rb @@ -5,6 +5,8 @@ class ProcpsAT3 < Formula sha256 "efa6f6b4625a795f5c8a3d5bd630a121d270bc8573c5a0b6a6068e73611d6cd5" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 x86_64_linux: "680fec0c339075bb267e208f4074688c6699356c76cce5566033b4d11f1b7508" end From 0542c9938d1b79f05cfb794538f8398c2436726d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:12 +0200 Subject: [PATCH 04891/10074] proctools: added `no_autobump!` --- Formula/p/proctools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/proctools.rb b/Formula/p/proctools.rb index bdf9b79b34468..a07f575b16f2e 100644 --- a/Formula/p/proctools.rb +++ b/Formula/p/proctools.rb @@ -10,6 +10,8 @@ class Proctools < Formula regex(%r{url=.*?/proctools/[^/]+/proctools[._-]v?(\d+(?:\.\d+)+(?:pre\d+)?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9cc18c0b6d9837cad062ce69de2544bf534d4bcc7380230b81ac126dc2ca4be" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5be8d4a80309fe84a132613a2338daa436e041b98569d0846648fc6e35e3d452" From a332854e6ee3fec5bd8177c5a41190aa3bf928be Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:12 +0200 Subject: [PATCH 04892/10074] procyon-decompiler: added `no_autobump!` --- Formula/p/procyon-decompiler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/procyon-decompiler.rb b/Formula/p/procyon-decompiler.rb index 3b1063b61d5aa..a3511eb271557 100644 --- a/Formula/p/procyon-decompiler.rb +++ b/Formula/p/procyon-decompiler.rb @@ -5,6 +5,8 @@ class ProcyonDecompiler < Formula sha256 "821da96012fc69244fa1ea298c90455ee4e021434bc796d3b9546ab24601b779" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "6d383fdfc3e0cd6e98271bc33299c2553943305e40c4cc48b127ab4157dff604" From 75a716c847fa04292cffbe7af7b72848d63a2716 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:13 +0200 Subject: [PATCH 04893/10074] prodigal: added `no_autobump!` --- Formula/p/prodigal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/prodigal.rb b/Formula/p/prodigal.rb index 454cb09ba2c77..38a84814b69a7 100644 --- a/Formula/p/prodigal.rb +++ b/Formula/p/prodigal.rb @@ -10,6 +10,8 @@ class Prodigal < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0586dd1f22c8cdb1ed73c2eefc20f80ff3ad711cfb16e2f72ca7f72798161f51" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7dfefaef30d736f08630c536dc66bfe2608c36793dde08eea5b3d13d3d7ff76f" From 3c06859d988054e5b3771ec06558b5e8453924ae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:13 +0200 Subject: [PATCH 04894/10074] progress: added `no_autobump!` --- Formula/p/progress.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/progress.rb b/Formula/p/progress.rb index 613a369b99494..689d352e8fee3 100644 --- a/Formula/p/progress.rb +++ b/Formula/p/progress.rb @@ -6,6 +6,8 @@ class Progress < Formula license "GPL-3.0-or-later" head "https://github.com/Xfennec/progress.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f661615f320a4ac93f492d247054c8e244b2a234f37b3a7d7852f2b4541ab927" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d7b757f8bcc4961b40058126f0614470418e55ac6fead877cdd8e4f98684a32" From e7631109f8cce9c79733f16e58fe572613532073 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:13 +0200 Subject: [PATCH 04895/10074] progressline: added `no_autobump!` --- Formula/p/progressline.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/progressline.rb b/Formula/p/progressline.rb index fd4c481c4838a..d2a9861b6f75d 100644 --- a/Formula/p/progressline.rb +++ b/Formula/p/progressline.rb @@ -6,6 +6,8 @@ class Progressline < Formula license "MIT" head "https://github.com/kattouf/ProgressLine.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1ce512768f4802c3951adc6b2dd4add13a71d80ad5e04be15edecf17be6525a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "77d1ab6f1922dbb9b14f3eed38fe30ddd33fdd5c058564389ec692af11e2a943" From 37a1c59b1a4706a2377a09281a6f6fdc2f2e9ae9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:13 +0200 Subject: [PATCH 04896/10074] proguard: added `no_autobump!` --- Formula/p/proguard.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/proguard.rb b/Formula/p/proguard.rb index 4dc19b41bf309..20c150e726dae 100644 --- a/Formula/p/proguard.rb +++ b/Formula/p/proguard.rb @@ -10,6 +10,8 @@ class Proguard < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "6cbbd228033de155297ce16984c8f4b876c85c9d4d398c72060241bb5a01e735" end From 793efcf2d38b28a6b92a2fb8f48e525dea5db45a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:13 +0200 Subject: [PATCH 04897/10074] projectm: added `no_autobump!` --- Formula/p/projectm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/projectm.rb b/Formula/p/projectm.rb index 0c5ed9ed3210e..1cce487645649 100644 --- a/Formula/p/projectm.rb +++ b/Formula/p/projectm.rb @@ -5,6 +5,8 @@ class Projectm < Formula sha256 "b6b99dde5c8f0822ae362606a0429628ee478f4ec943a156723841b742954707" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "a579de759ddbc2ca8b39a3dfc1cd7d2b936369790efaeda1c59efdbd63db5b2f" sha256 arm64_sonoma: "a854f24612ce8bd9456d71f42d0e02bdca89fe39e4d8a4009f56f06536255f72" From 3c7688873a654cebfcc6a92b4c686334df30ccad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:13 +0200 Subject: [PATCH 04898/10074] proof-general: added `no_autobump!` --- Formula/p/proof-general.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/proof-general.rb b/Formula/p/proof-general.rb index 8ef7f32037b18..c844553696de3 100644 --- a/Formula/p/proof-general.rb +++ b/Formula/p/proof-general.rb @@ -6,6 +6,8 @@ class ProofGeneral < Formula license "GPL-3.0-or-later" head "https://github.com/ProofGeneral/PG.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0afc78703aed0f2cdd4ec47dc841b5bf2ecc69b52d7f4a1b3ef7c2189a127b4" From c08f4c3d9e7141fca4aae6e1e3fb7229084ea9c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:14 +0200 Subject: [PATCH 04899/10074] protobuf@21: added `no_autobump!` --- Formula/p/protobuf@21.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/protobuf@21.rb b/Formula/p/protobuf@21.rb index 007ebb9d65509..9a52e9f313e05 100644 --- a/Formula/p/protobuf@21.rb +++ b/Formula/p/protobuf@21.rb @@ -6,6 +6,8 @@ class ProtobufAT21 < Formula license "BSD-3-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "9a941768e6f914b2c5a412728f3794a49a53b894b3cbe637809df93bc9b521e3" sha256 arm64_sonoma: "a906fb18cfff9e07a71c34d01c74676ea28290fa6c4cfa26f68e48449abf242a" From 8475050f9fea47b00096eac9bbf146ca4c99fbe3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:14 +0200 Subject: [PATCH 04900/10074] protobuf@3: added `no_autobump!` --- Formula/p/protobuf@3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/protobuf@3.rb b/Formula/p/protobuf@3.rb index c97403dd13eee..3f63618f685dd 100644 --- a/Formula/p/protobuf@3.rb +++ b/Formula/p/protobuf@3.rb @@ -5,6 +5,8 @@ class ProtobufAT3 < Formula sha256 "acb71ce46502683c31d4f15bafb611b9e7b858b6024804d6fb84b85750884208" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any, arm64_sequoia: "b6215fe7415a0af6a030e42af7cfce3c08b31ca8e29ed0f262989fc7ea38b12f" From b574936b7fccd2b3781143644dc24bff8697ce9b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:41 +0200 Subject: [PATCH 04901/10074] qalculate-gtk: added `no_autobump!` --- Formula/q/qalculate-gtk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qalculate-gtk.rb b/Formula/q/qalculate-gtk.rb index 41e5c1f2972ae..a146ebe7b37fe 100644 --- a/Formula/q/qalculate-gtk.rb +++ b/Formula/q/qalculate-gtk.rb @@ -5,6 +5,8 @@ class QalculateGtk < Formula sha256 "dcf33e89ec2539c3e0bf9c5aee18b44680f6630b1e02cf23e2e9add6578450c7" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "6c39d6caced24fc7ba6961fe555175467fda6fe25ee2101c3dfd899cb9c591c3" sha256 arm64_ventura: "9a1c8e13ef2dc561a1f136468738ba34a668fa68593ed8ad69f0262b5de30529" From 54fa86301e9770224b505984d303b8e7afc6d70a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:41 +0200 Subject: [PATCH 04902/10074] qdbm: added `no_autobump!` --- Formula/q/qdbm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qdbm.rb b/Formula/q/qdbm.rb index dcedf6c7dd975..6cdbe76ba5d06 100644 --- a/Formula/q/qdbm.rb +++ b/Formula/q/qdbm.rb @@ -10,6 +10,8 @@ class Qdbm < Formula regex(/href=.*?qdbm[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "93ffe465aedaa92b472c387fcee97ce7c8611b32aba5127cde60558746aed441" From c51828aadd3ce4a68f82c36b78b5045ff14f0863 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:41 +0200 Subject: [PATCH 04903/10074] qhull: added `no_autobump!` --- Formula/q/qhull.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qhull.rb b/Formula/q/qhull.rb index c76ad9ebf483b..9a7852ff9dfba 100644 --- a/Formula/q/qhull.rb +++ b/Formula/q/qhull.rb @@ -14,6 +14,8 @@ class Qhull < Formula regex(/href=.*?qhull[._-][^"' >]+?[._-]src[^>]*?\.t[^>]+?>[^<]*Qhull v?(\d+(?:\.\d+)*)/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "03294d7f8db8437cdf8d4d679ae41808a195b733907bf638671f99089592dc17" From fccf7934acedc5c38c69e102431ca50f647fb6d0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:41 +0200 Subject: [PATCH 04904/10074] qjson: added `no_autobump!` --- Formula/q/qjson.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qjson.rb b/Formula/q/qjson.rb index 8c8bf2b271d94..2966f0bff8ab1 100644 --- a/Formula/q/qjson.rb +++ b/Formula/q/qjson.rb @@ -6,6 +6,8 @@ class Qjson < Formula license "LGPL-2.1-only" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "d2d3a43592241e2217ea2508fa0ac418058d95d774f5d9fac89cbfe6ec031af0" From 14c7ec98d6fbd8359b2eec01aeb4dfccff200672 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:42 +0200 Subject: [PATCH 04905/10074] qodem: added `no_autobump!` --- Formula/q/qodem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qodem.rb b/Formula/q/qodem.rb index 3b83d3beb44cd..8e7ce5060f568 100644 --- a/Formula/q/qodem.rb +++ b/Formula/q/qodem.rb @@ -5,6 +5,8 @@ class Qodem < Formula sha256 "dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359" license :public_domain + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "82b1c05936cabb7c92111db07b6443f9dcf4313bb092321cdfb32b9b0866e675" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf3db8bf2f510749816adf4d24e383033ac3211742e922788dd0b0686287985b" From 39c7fdef4fab46f55f2d63cb46309690b8984029 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:42 +0200 Subject: [PATCH 04906/10074] qp: added `no_autobump!` --- Formula/q/qp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qp.rb b/Formula/q/qp.rb index 2a132ea007d6c..9b878c2cbcb27 100644 --- a/Formula/q/qp.rb +++ b/Formula/q/qp.rb @@ -5,6 +5,8 @@ class Qp < Formula sha256 "6ef12fd4494262899ee12cc1ac0361ec0dd7b67e29c6ac6899d1df21efc7642b" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "057596b8dcd5522e27c794855e7660cb04ca8573e49f1fbeee9ed62fad13d985" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c04341a1fa1b769bc85961552aa9d561e2d6d6eb690603a34ff51845aa5a80c" From f1f9ff4d60260c0cbc99697eccdf548cfcf44641 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:42 +0200 Subject: [PATCH 04907/10074] qprint: added `no_autobump!` --- Formula/q/qprint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qprint.rb b/Formula/q/qprint.rb index 1e3999f48d78f..25bcfbab0449d 100644 --- a/Formula/q/qprint.rb +++ b/Formula/q/qprint.rb @@ -10,6 +10,8 @@ class Qprint < Formula regex(/href=.*?qprint[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ac2245e4a3f2c14009c6e9c3418374623e94b32f7f265ffe6cd30f0693299a5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f2189ee3bf4741aa2c3625d23cdd55109db17d854f0a6a01bc00bd944b28f7b" From 47d23008d8ce178bb226e1b8603c13690d3e2cf5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:42 +0200 Subject: [PATCH 04908/10074] qrencode: added `no_autobump!` --- Formula/q/qrencode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qrencode.rb b/Formula/q/qrencode.rb index 2f2c5529369ed..a845defe7fb44 100644 --- a/Formula/q/qrencode.rb +++ b/Formula/q/qrencode.rb @@ -6,6 +6,8 @@ class Qrencode < Formula license "LGPL-2.1-or-later" head "https://github.com/fukuchi/libqrencode.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "3fec9ad635eb185c133cca4e3ab3e8ab7c2094453c462c457b1e5624960bca35" From 93fcc0614a6f5aced881b83c7b80727a50c3c307 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:42 +0200 Subject: [PATCH 04909/10074] qrupdate: added `no_autobump!` --- Formula/q/qrupdate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qrupdate.rb b/Formula/q/qrupdate.rb index 45d4fa57ff202..952bdc3a9c2bc 100644 --- a/Formula/q/qrupdate.rb +++ b/Formula/q/qrupdate.rb @@ -11,6 +11,8 @@ class Qrupdate < Formula regex(%r{url=.*?/qrupdate[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5ea96ebb5b0af96ca5976f5c0a188c772eadc46fa52edb44cdb89f3d2e69436c" sha256 cellar: :any, arm64_sonoma: "30d96fead1ad674156f1ca3121c2c5df27f3a2e42d226425ca6f83554628a86b" From fe7b5e4896a22e990a4bb3a61351c17039df63fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:42 +0200 Subject: [PATCH 04910/10074] qscintilla2: added `no_autobump!` --- Formula/q/qscintilla2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qscintilla2.rb b/Formula/q/qscintilla2.rb index c151f0a5ff299..02de5097a1518 100644 --- a/Formula/q/qscintilla2.rb +++ b/Formula/q/qscintilla2.rb @@ -16,6 +16,8 @@ class Qscintilla2 < Formula regex(%r{href=.*?QScintilla/v?\d+(?:\.\d+)+/QScintilla(?:[._-](?:gpl|src))?[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "eef138891327e8f9a5577972ee0c442ca7f3cf64c768541271418c0e577fbfae" sha256 cellar: :any, arm64_ventura: "19e9c2e210f487a2a54f800c56e0e7b06bfaddf9d5a68a6bc2b54782a4d0d902" From 7d46d5d10c50916cd7ee0cbc860ea949dc444307 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:43 +0200 Subject: [PATCH 04911/10074] qsoas: added `no_autobump!` --- Formula/q/qsoas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qsoas.rb b/Formula/q/qsoas.rb index 3f05dba771ec4..babd68914830f 100644 --- a/Formula/q/qsoas.rb +++ b/Formula/q/qsoas.rb @@ -15,6 +15,8 @@ class Qsoas < Formula regex(/href=.*?qsoas[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "709468b0dea8e5700fadd12d2613a64af895204a3b7dfbf48da4fe6239ed7fb6" sha256 cellar: :any, arm64_sonoma: "59cf34ad9e7db06d2e7e6d68dd60d12ba6f7a1b1818a322ac866f4895a0e3af8" From e20a6438243b5feb320a158cf794eca518b40519 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:43 +0200 Subject: [PATCH 04912/10074] qstat: added `no_autobump!` --- Formula/q/qstat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qstat.rb b/Formula/q/qstat.rb index c0334c69b08eb..052143dc5c25c 100644 --- a/Formula/q/qstat.rb +++ b/Formula/q/qstat.rb @@ -5,6 +5,8 @@ class Qstat < Formula sha256 "ff0a050e867ad1d6fdf6b5d707e2fc7aea2826b8a382321220b390c621fb1562" license "Artistic-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bcce7c206dbb478fe19b9e6560c5c480d613fefeab90d30c0720b5e24ddb0090" sha256 arm64_sonoma: "f2a21de14cf56f81071c54f323b70b96d745203b3e7cc4343e3b49e9ca683dfa" From 5e75e063c4832164295622448031656caa1d8c8b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:43 +0200 Subject: [PATCH 04913/10074] qt-libiodbc: added `no_autobump!` --- Formula/q/qt-libiodbc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qt-libiodbc.rb b/Formula/q/qt-libiodbc.rb index cd78b2f4b4265..9e456d4274663 100644 --- a/Formula/q/qt-libiodbc.rb +++ b/Formula/q/qt-libiodbc.rb @@ -9,6 +9,8 @@ class QtLibiodbc < Formula formula "qt" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "f9695d322f1580faa1ab097dcdf76133857556d6c2b1806b9ddc5376eef4bdcf" sha256 cellar: :any, arm64_ventura: "1c60ac29bcfe47d79fd1c39179a50c05c651db88b3afd30610c4f5614cef684a" From 5ec37e44e4933abc1ccaeee4f44576fe6b9f4b78 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:43 +0200 Subject: [PATCH 04914/10074] qt-mariadb: added `no_autobump!` --- Formula/q/qt-mariadb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qt-mariadb.rb b/Formula/q/qt-mariadb.rb index b81383a275141..542b171fbcb78 100644 --- a/Formula/q/qt-mariadb.rb +++ b/Formula/q/qt-mariadb.rb @@ -9,6 +9,8 @@ class QtMariadb < Formula formula "qt" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "75e3067a257aafc396c73db5a337a1c33a7c30401da3accf5a2361e78b345a78" sha256 cellar: :any, arm64_ventura: "7b9a4a684d172d026ef92946bbe16a9cbbe4ef77b4d10681c68989a08c4c12df" From 9a82a8998886ffb956dd4924a1b39893de511fce Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:43 +0200 Subject: [PATCH 04915/10074] qt-mysql: added `no_autobump!` --- Formula/q/qt-mysql.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qt-mysql.rb b/Formula/q/qt-mysql.rb index 66a30038a38f9..19e42b1f65e9d 100644 --- a/Formula/q/qt-mysql.rb +++ b/Formula/q/qt-mysql.rb @@ -9,6 +9,8 @@ class QtMysql < Formula formula "qt" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "de4214b11bea15051888408a3e19201346a4e3b71f89c5e2c6853e2b44c7cf2e" sha256 cellar: :any, arm64_ventura: "28d5d9fcbd15e57c87aafaf93ce91f8469715e177f9187a75e2831d2d063a6be" From cd3d1892069187edc1c88eb4d844fa4b7db24612 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:44 +0200 Subject: [PATCH 04916/10074] qt-percona-server: added `no_autobump!` --- Formula/q/qt-percona-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qt-percona-server.rb b/Formula/q/qt-percona-server.rb index 9ebcc486d2c59..bf95386b0c608 100644 --- a/Formula/q/qt-percona-server.rb +++ b/Formula/q/qt-percona-server.rb @@ -9,6 +9,8 @@ class QtPerconaServer < Formula formula "qt" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "534a4ea601ef00f9b21e1d59e00950510183f9d797c6c2ad42f0795bb7eadf12" sha256 cellar: :any, arm64_ventura: "dd6b700419445afe0ba3d9fca087b618640f8eada89a7fbc0aeb620d014d8f54" From 18365141b223cc3b2b5d135855b0e65231da7515 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:44 +0200 Subject: [PATCH 04917/10074] qt-postgresql: added `no_autobump!` --- Formula/q/qt-postgresql.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qt-postgresql.rb b/Formula/q/qt-postgresql.rb index 8b0ed6a4947ac..c3b56f5aa3a4d 100644 --- a/Formula/q/qt-postgresql.rb +++ b/Formula/q/qt-postgresql.rb @@ -9,6 +9,8 @@ class QtPostgresql < Formula formula "qt" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "b2b5248e5f9872d540b3864ea2eef265e9b1e46709734334cec94d32b7bbb77e" sha256 cellar: :any, arm64_ventura: "cfd40bd2d36b50323ff75e579ab892f6c5fc14fba69726ef96a186c995b33f47" From 1b53144b7d503251d96852754e43a87a3786566a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:44 +0200 Subject: [PATCH 04918/10074] qt-unixodbc: added `no_autobump!` --- Formula/q/qt-unixodbc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qt-unixodbc.rb b/Formula/q/qt-unixodbc.rb index c2f3c5860c3bf..94de87b923456 100644 --- a/Formula/q/qt-unixodbc.rb +++ b/Formula/q/qt-unixodbc.rb @@ -9,6 +9,8 @@ class QtUnixodbc < Formula formula "qt" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "e2d985fca29dcb857cb55b7089b7fea68d2dececb867008812e16cca2ca03240" sha256 cellar: :any, arm64_ventura: "19780170d64a3158c29c59e3caa08bf5bf4c4b4dba329a1342f05ba931d5826a" From 5c2a0961c7644c9995a8ad0eb0b165fc11827299 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:44 +0200 Subject: [PATCH 04919/10074] qt: added `no_autobump!` --- Formula/q/qt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qt.rb b/Formula/q/qt.rb index a6f300a44d5aa..1840f47c71c91 100644 --- a/Formula/q/qt.rb +++ b/Formula/q/qt.rb @@ -23,6 +23,8 @@ class Qt < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "861acfe809369d19c8cbc923afa94c62f48784f087a150e09d3522e5eeb15f9e" sha256 cellar: :any, arm64_ventura: "f30408e5e2a56aef97597398e4d552da3286b9fb45ba040e405291584009bea8" From f4a26742c51641acaa02670a1af557ffcbb9aa04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:44 +0200 Subject: [PATCH 04920/10074] qt@5: added `no_autobump!` --- Formula/q/qt@5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qt@5.rb b/Formula/q/qt@5.rb index bd3eb707e8210..b2ab32a5f041c 100644 --- a/Formula/q/qt@5.rb +++ b/Formula/q/qt@5.rb @@ -18,6 +18,8 @@ class QtAT5 < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a661d1f9b62c9fff165ace3821f3befeb65620166b63d8795301f132cc9aeb50" sha256 cellar: :any, arm64_sonoma: "1902b5b126785f33ff1fdd612c458a0dd2cca205c925f4c04fc5ef4e6b7d5517" From 31b8872202c931b54010292440d7ca1e23d63a68 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:44 +0200 Subject: [PATCH 04921/10074] qtads: added `no_autobump!` --- Formula/q/qtads.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qtads.rb b/Formula/q/qtads.rb index 87e56d76866a3..dcf6793ac259c 100644 --- a/Formula/q/qtads.rb +++ b/Formula/q/qtads.rb @@ -11,6 +11,8 @@ class Qtads < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6e3606d6b81aace60e22a195af69bdc1a487903f6199f66f625b5cd80063b468" sha256 cellar: :any, arm64_sonoma: "c8737515d6dc5506c6c44f91ceba97426015e71112171006ab57f1646a4d2231" From 48c2f904fc67a2531f2b3be48786dc346c1e7c7b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:45 +0200 Subject: [PATCH 04922/10074] quartz-wm: added `no_autobump!` --- Formula/q/quartz-wm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/quartz-wm.rb b/Formula/q/quartz-wm.rb index a825da5983a1f..b0d6c920f0c1f 100644 --- a/Formula/q/quartz-wm.rb +++ b/Formula/q/quartz-wm.rb @@ -6,6 +6,8 @@ class QuartzWm < Formula sha256 "11a344d8ad9375b61461f0e90b465bc569e60ce973f78e84d3476e7542065be0" license "APSL-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4c47db2f95f422bf84be4900c8ed90c96f5337a34c0a6279f524b618671c2425" sha256 cellar: :any, arm64_sonoma: "8383efc0dafe5d0f14b6dd255b3f4a336ff8b5ad347005fab412e0b466bf3253" From 8bd7d2b66d007e84163526859bf564bb939b91ce Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:45 +0200 Subject: [PATCH 04923/10074] quex: added `no_autobump!` --- Formula/q/quex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/quex.rb b/Formula/q/quex.rb index 9b7339bde4e7f..2eb436b6aaf8e 100644 --- a/Formula/q/quex.rb +++ b/Formula/q/quex.rb @@ -14,6 +14,8 @@ class Quex < Formula regex(%r{url=.*?/quex[._-]v?(\d+(?:\.\d+)+)\.[tz]}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "f2d44465311851dc3bf25c68adc4d5041315e089d91ba9fce5d34a47f8a26782" From 09f1d465bd93771810b23050f91af3d249267e57 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:45 +0200 Subject: [PATCH 04924/10074] quickjs: added `no_autobump!` --- Formula/q/quickjs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/quickjs.rb b/Formula/q/quickjs.rb index 50afb43aab1cd..1dc9e665094dd 100644 --- a/Formula/q/quickjs.rb +++ b/Formula/q/quickjs.rb @@ -10,6 +10,8 @@ class Quickjs < Formula regex(/href=.*?quickjs[._-]v?(\d+(?:[.-]\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "c95d9c212cf28f7236c7cec3207bb0e60f9366113dd01fb376758ec63e813486" sha256 arm64_sonoma: "50ad44fcd6572ec6eca42f8c8b940d443003dcfac3a79389e64c4ba5b9834660" From 006a0a565081f5e773aa86d14d7b76f228a4626f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:45 +0200 Subject: [PATCH 04925/10074] quran: added `no_autobump!` --- Formula/q/quran.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/quran.rb b/Formula/q/quran.rb index 03baf5de6c7d6..2af36afd2f09c 100644 --- a/Formula/q/quran.rb +++ b/Formula/q/quran.rb @@ -6,6 +6,8 @@ class Quran < Formula revision: "c0e271a69a2e817bf75c8ad79a1fc93aa1b868c9" license "AGPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "20b7b1031a5da9f17bd4916cc3d4eeb78242fbdd08e71485febe5861afd9ba78" sha256 cellar: :any_skip_relocation, arm64_sonoma: "042b57a9c4db3996221e8295c01bd101c6b443e1c7259010358511df7f96fdb8" From 385bac9f342c0cd318406fa5bdf0d08f031d1023 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:45 +0200 Subject: [PATCH 04926/10074] qwt-qt5: added `no_autobump!` --- Formula/q/qwt-qt5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qwt-qt5.rb b/Formula/q/qwt-qt5.rb index 5108c6a8fa934..fd7f4771936f7 100644 --- a/Formula/q/qwt-qt5.rb +++ b/Formula/q/qwt-qt5.rb @@ -9,6 +9,8 @@ class QwtQt5 < Formula formula "qwt" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "92b1dc9c4e182b760312b9b520cc45ae9a236566ec0183bc6eea6e92ab874651" sha256 cellar: :any, arm64_sonoma: "894d743586ad9e9dcbbb45f9448c6f2fc945aae526f50b2d17e2162b82527402" From 157af5e15e92495a2f8ed12650fbcf2ef22d04db Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:45 +0200 Subject: [PATCH 04927/10074] qwt: added `no_autobump!` --- Formula/q/qwt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qwt.rb b/Formula/q/qwt.rb index 2e1d371b61f03..3c25f46365f62 100644 --- a/Formula/q/qwt.rb +++ b/Formula/q/qwt.rb @@ -10,6 +10,8 @@ class Qwt < Formula regex(%r{url=.*?/qwt[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sonoma: "136f2812341e94fb98be285e00f938c7078aa855dd766be89e8b27b65ff61729" From 52f5a70d05f999cd41a911635c0aa32df0971542 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:01:43 +0200 Subject: [PATCH 04928/10074] qalculate-qt: added `no_autobump!` Signed-off-by: botantony --- Formula/q/qalculate-qt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/q/qalculate-qt.rb b/Formula/q/qalculate-qt.rb index 231c4f965d5c6..9622e7dfd251f 100644 --- a/Formula/q/qalculate-qt.rb +++ b/Formula/q/qalculate-qt.rb @@ -6,6 +6,8 @@ class QalculateQt < Formula license "GPL-2.0-or-later" head "https://github.com/Qalculate/qalculate-qt.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "b06ff9fe513cb5cf5001cd191b09c8c216b4ecc0fcb72811758e7887cc5504cc" sha256 cellar: :any, arm64_ventura: "0a09e028d074e3e8e8f7b83b43db1f03b2ae21d59a97e12cb09e22ff53849100" From 20fb0df37cbea16b1d79973186a59a2ef0336812 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:14 +0200 Subject: [PATCH 04929/10074] prover9: added `no_autobump!` --- Formula/p/prover9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/prover9.rb b/Formula/p/prover9.rb index a3703c6faffd6..107432f33a5f5 100644 --- a/Formula/p/prover9.rb +++ b/Formula/p/prover9.rb @@ -11,6 +11,8 @@ class Prover9 < Formula regex(/href=.*?LADR[._-]v?(\d+(?:[.-]\d+[A-Z]?)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc3e744b9971aabf272db720d2fb90a8b99dca8cb8799ef9d9d89beb306eb291" sha256 cellar: :any_skip_relocation, arm64_sonoma: "92508ef60be4768b9567c677c4aae881f04ef84de98d2bbff299739f906198ba" From 438445d49fe8233acc0611b6140deaa0a65a504b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:14 +0200 Subject: [PATCH 04930/10074] proxychains-ng: added `no_autobump!` --- Formula/p/proxychains-ng.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/proxychains-ng.rb b/Formula/p/proxychains-ng.rb index 91f09f7601c9c..30f8a211d2a59 100644 --- a/Formula/p/proxychains-ng.rb +++ b/Formula/p/proxychains-ng.rb @@ -15,6 +15,8 @@ class ProxychainsNg < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "98974765fe2ae812f54eac9b71dfc62814e11bb4cb360a17b4125076c4a0ccae" sha256 arm64_sonoma: "840c1349abf6f4e62edfab1d308e698463deed5a4a8089da31407998bfc819c2" From 2fbed59af8584f620f523ff680e3232b8827baee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:14 +0200 Subject: [PATCH 04931/10074] proxyfor: added `no_autobump!` --- Formula/p/proxyfor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/proxyfor.rb b/Formula/p/proxyfor.rb index 76ad96fb64e16..ab2b6c9089b3a 100644 --- a/Formula/p/proxyfor.rb +++ b/Formula/p/proxyfor.rb @@ -5,6 +5,8 @@ class Proxyfor < Formula sha256 "f4e2340dbce232333ce05473b75f3b1eacf27d1699071b52a9cf420a8c47fd96" license any_of: ["Apache-2.0", "MIT"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6447af4607f2a07504be751324b5771f1db26846b5c4b426a11a615ba9b7487d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "312dae34b5b94992b9224e8eb2b38e11643ca63d2f8c3372544dcce1d39e4d49" From 62d722001c509f8c5419c388ce712e6f25817321 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:15 +0200 Subject: [PATCH 04932/10074] ps2eps: added `no_autobump!` --- Formula/p/ps2eps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/ps2eps.rb b/Formula/p/ps2eps.rb index 30e9cbf9b3925..ee1f4662aae8c 100644 --- a/Formula/p/ps2eps.rb +++ b/Formula/p/ps2eps.rb @@ -5,6 +5,8 @@ class Ps2eps < Formula sha256 "cd7064e3787ddb79246d78dc8f76104007a21c2f97280b1bed3e7d273af97945" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0cd7a84b33465e03768eb2c76ec181b730c775f18e57eeb282df636ee1a8e10f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "09d6e7f0fbbec5bd6e494715028e9730c32ddb1284261d5593734d1bd35c79da" From dc9a7c54dcec62a5a2055f346125793a2188d23f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:15 +0200 Subject: [PATCH 04933/10074] psc-package: added `no_autobump!` --- Formula/p/psc-package.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/psc-package.rb b/Formula/p/psc-package.rb index 8d783f90d9741..6161d82ca8fb1 100644 --- a/Formula/p/psc-package.rb +++ b/Formula/p/psc-package.rb @@ -6,6 +6,8 @@ class PscPackage < Formula license "BSD-3-Clause" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "caa3fd862fbd5b0fee519827956ee81da5cb790c8f4818b63c25e4e3b4647f9d" From 0ff6630d6a788bba3a1fba7d5152a69d25afec44 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:15 +0200 Subject: [PATCH 04934/10074] psftools: added `no_autobump!` --- Formula/p/psftools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/psftools.rb b/Formula/p/psftools.rb index 3f30dd4a249fd..03a7d3552ef5f 100644 --- a/Formula/p/psftools.rb +++ b/Formula/p/psftools.rb @@ -17,6 +17,8 @@ class Psftools < Formula regex(/Stable Release.+?href=.*?psftools[._-]v?(\d+(?:\.\d+)+)\.t/im) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "12640a4b3994e97fca6c888cdd660d554598bf8bcbb308ceeb9b84215e7d8fb3" sha256 cellar: :any, arm64_sonoma: "7b3c2ecfcbac182eeb598a944eb04ae8506330cd0ae1b058a96679f52dad028b" From 9c5acb1df18332f4d4f7ece7e08a6e2e4a4f7f1c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:15 +0200 Subject: [PATCH 04935/10074] psgrep: added `no_autobump!` --- Formula/p/psgrep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/psgrep.rb b/Formula/p/psgrep.rb index b660acc54ca0a..b2747592a6487 100644 --- a/Formula/p/psgrep.rb +++ b/Formula/p/psgrep.rb @@ -6,6 +6,8 @@ class Psgrep < Formula license "GPL-3.0-or-later" head "https://github.com/jvz/psgrep.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "9e809775d826f04be40a2cea6237bddf7447458bd4933e474db09b836b02e69b" From b12e46def0682d4edf56f113148572651b33930b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:15 +0200 Subject: [PATCH 04936/10074] psql2csv: added `no_autobump!` --- Formula/p/psql2csv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/psql2csv.rb b/Formula/p/psql2csv.rb index ada454ddd8a58..a72ad43b7b0a7 100644 --- a/Formula/p/psql2csv.rb +++ b/Formula/p/psql2csv.rb @@ -6,6 +6,8 @@ class Psql2csv < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "2bd408af21ea8fd340ab8a95d11c4a0b0d0c106a2aa9b87cdd9d8f4c09390290" From ec7d96898c5436b0c3b28f574ca238ecc5eb52dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:16 +0200 Subject: [PATCH 04937/10074] psqlodbc: added `no_autobump!` --- Formula/p/psqlodbc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/psqlodbc.rb b/Formula/p/psqlodbc.rb index 2e20669d26c14..fea6a86e75e7b 100644 --- a/Formula/p/psqlodbc.rb +++ b/Formula/p/psqlodbc.rb @@ -14,6 +14,8 @@ class Psqlodbc < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7301df560fe98f539315f6236b45b308afc94748ff8aa2b5b0e0cdb2d0900354" sha256 cellar: :any, arm64_sonoma: "990accc6923fb034bc1ebbf5b7a5d820b9a85807c9a3e90c581f986a26215f46" From 048cfebd4944001256174cd77fc069e9faaab78c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:16 +0200 Subject: [PATCH 04938/10074] pssh: added `no_autobump!` --- Formula/p/pssh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pssh.rb b/Formula/p/pssh.rb index de951c004b258..a279815b6d05b 100644 --- a/Formula/p/pssh.rb +++ b/Formula/p/pssh.rb @@ -8,6 +8,8 @@ class Pssh < Formula license "BSD-3-Clause" revision 6 + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5930def7b287c71f933a5f8cf985135891a2a9e3ca750be4a0960aa5768bdaf" From 91fe1bf7c17558c55fb916cc446950d4e56d345a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:16 +0200 Subject: [PATCH 04939/10074] pstoedit: added `no_autobump!` --- Formula/p/pstoedit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pstoedit.rb b/Formula/p/pstoedit.rb index d3dfee14b6826..a1278440a4b77 100644 --- a/Formula/p/pstoedit.rb +++ b/Formula/p/pstoedit.rb @@ -5,6 +5,8 @@ class Pstoedit < Formula sha256 "5588b432d2c6b2ad9828b44915ea5813ff9a3a3312a41fa0de4c38ddac9df72f" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "4577e541a3d69e7c9fdc3291b552e4cfb50a8a3603c080a3c2c2d1f9ea7e96a6" sha256 arm64_sonoma: "b17eff3c581194a6bf0290507456b75edbbad20cde4c01793cc9754425e59712" From c4d55b72414fa75790287524c096858b857d8855 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:16 +0200 Subject: [PATCH 04940/10074] pstree: added `no_autobump!` --- Formula/p/pstree.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pstree.rb b/Formula/p/pstree.rb index 5264b0e69a4f7..9b9dc0fe4ad34 100644 --- a/Formula/p/pstree.rb +++ b/Formula/p/pstree.rb @@ -8,6 +8,8 @@ class Pstree < Formula sha256 "64d613d8f66685b29f13a80e08cddc08616cf3e315a0692cbbf9de0d8aa376b3" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d294c9c8a1f140ad0505ab702204a8d909c860318e0013694dd760b95a39d1d1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "05dcf81f64516f4b96ccb2a82fe610e65d2733d0cfb6dbff41b54fcd9f45f111" From b69cfebeb41dc4122e60f8e14ce96303ebcdf38e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:16 +0200 Subject: [PATCH 04941/10074] pth: added `no_autobump!` --- Formula/p/pth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pth.rb b/Formula/p/pth.rb index 463ea3fe395b6..73da63a757b62 100644 --- a/Formula/p/pth.rb +++ b/Formula/p/pth.rb @@ -6,6 +6,8 @@ class Pth < Formula sha256 "72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "ebea43fc620e5a3ca68ab4b1f05222b45ff99430e0572ad43a26ba2dc08178d2" From b076d7ec19e0f85ebc773afe9e8f4a101a09d0e3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:16 +0200 Subject: [PATCH 04942/10074] ptunnel: added `no_autobump!` --- Formula/p/ptunnel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/ptunnel.rb b/Formula/p/ptunnel.rb index a81bea1efe06a..ea6b03835e6d8 100644 --- a/Formula/p/ptunnel.rb +++ b/Formula/p/ptunnel.rb @@ -10,6 +10,8 @@ class Ptunnel < Formula regex(/href=.*?PingTunnel[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc5d1df7e57ad9f2fe35f68eef503fd2f9bf7da2edc2d0374acc3a37891ee13e" From 98c753744d3550bcc5c6eaeccb477abb20d60dac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:17 +0200 Subject: [PATCH 04943/10074] publish: added `no_autobump!` --- Formula/p/publish.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/publish.rb b/Formula/p/publish.rb index 509e2cf20153b..0d2b07b967b03 100644 --- a/Formula/p/publish.rb +++ b/Formula/p/publish.rb @@ -7,6 +7,8 @@ class Publish < Formula revision 2 head "https://github.com/JohnSundell/Publish.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "12bb9d41814cacbe362e02d37825f9eabb5c2c228d2502441389a31deff9cd06" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d595b1f7732f64fd874095b0c17ec22b77d7261fa83e0324f4657bfd8dbbedf" From 5d7c02ea9fc61b809dbc395b0232098deef31b81 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:17 +0200 Subject: [PATCH 04944/10074] puf: added `no_autobump!` --- Formula/p/puf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/puf.rb b/Formula/p/puf.rb index 5db74d47c1711..e7c2b9d20aa6d 100644 --- a/Formula/p/puf.rb +++ b/Formula/p/puf.rb @@ -5,6 +5,8 @@ class Puf < Formula sha256 "3f1602057dc47debeb54effc2db9eadcffae266834389bdbf5ab14fc611eeaf0" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "148adff9f4f307fc6b8a94bf5a5baa2c66dd8f3aee810c349a4cc3a356517d90" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb2dd937eb2ae17b8c5abb9df4e2a8639c02dfce8ae5d6a78f26a51ec5104d44" From 15adb6359d5d99c49e5b2ec18e0008b198979106 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:17 +0200 Subject: [PATCH 04945/10074] pulledpork: added `no_autobump!` --- Formula/p/pulledpork.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pulledpork.rb b/Formula/p/pulledpork.rb index c6d07687f6b26..3267d3b8b3903 100644 --- a/Formula/p/pulledpork.rb +++ b/Formula/p/pulledpork.rb @@ -6,6 +6,8 @@ class Pulledpork < Formula license "GPL-2.0-or-later" head "https://github.com/shirkdog/pulledpork.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "521630afa230a7c06cec0e42ff50663ceb86232c24780d3f26b414a05ce539ea" From 7d4b40cc01b5c45381614a8614a382ad50311904 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:17 +0200 Subject: [PATCH 04946/10074] pulp: added `no_autobump!` --- Formula/p/pulp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pulp.rb b/Formula/p/pulp.rb index 0c13f21fbb409..a4433fe6c70c5 100644 --- a/Formula/p/pulp.rb +++ b/Formula/p/pulp.rb @@ -10,6 +10,8 @@ class Pulp < Formula regex(%r{href=.*?/package/pulp/v/(\d+(?:[.-]\d+)+)["']}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "0de9300b253bf5fa068c578ff479fc02a5371a7367bfaf9b3563122b8163ae4a" From d808456545a02c0ef7209958a92c0725dd25d9d0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:17 +0200 Subject: [PATCH 04947/10074] pulseaudio: added `no_autobump!` --- Formula/p/pulseaudio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pulseaudio.rb b/Formula/p/pulseaudio.rb index e8e96c290a128..67af1e7ee6322 100644 --- a/Formula/p/pulseaudio.rb +++ b/Formula/p/pulseaudio.rb @@ -12,6 +12,8 @@ class Pulseaudio < Formula regex(/href=["']?pulseaudio[._-]v?((?!\d+\.9\d+)\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ceb92ec9cc890a989907d2b0fe1de997e619cde589fbcc5a31eda87f8adccedb" sha256 arm64_sonoma: "aea71892ba21ebdc3e619819ddc6f641a59d87d0688b671b82352af062cf860b" From d89547cf411b348f5c7f1909a28e873db0b0280c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:17 +0200 Subject: [PATCH 04948/10074] pup: added `no_autobump!` --- Formula/p/pup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pup.rb b/Formula/p/pup.rb index d8137dcde774a..f65647ad8d2a7 100644 --- a/Formula/p/pup.rb +++ b/Formula/p/pup.rb @@ -6,6 +6,8 @@ class Pup < Formula license "MIT" head "https://github.com/EricChiang/pup.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "011465853c0a2aa9712231f8aa3cd4e40037c9050ffa90a56fadc32f8dfbb822" From efe06addfb845f8c80b0893125e35f63a8704d67 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:18 +0200 Subject: [PATCH 04949/10074] purr: added `no_autobump!` --- Formula/p/purr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/purr.rb b/Formula/p/purr.rb index 2aed3ac100691..941974a1aeb06 100644 --- a/Formula/p/purr.rb +++ b/Formula/p/purr.rb @@ -6,6 +6,8 @@ class Purr < Formula license "Apache-2.0" head "https://github.com/google/purr.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "8b49680bea9c23c42497fb937f830479971b2c5aa6a7d1fb4ba14b7a83da6baf" From 632678cad09a01d9131e4363853b5bbf43c5ec8e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:18 +0200 Subject: [PATCH 04950/10074] putmail-queue: added `no_autobump!` --- Formula/p/putmail-queue.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/putmail-queue.rb b/Formula/p/putmail-queue.rb index 8bbcc9af37388..a1e0c45fc2e11 100644 --- a/Formula/p/putmail-queue.rb +++ b/Formula/p/putmail-queue.rb @@ -4,6 +4,8 @@ class PutmailQueue < Formula url "https://downloads.sourceforge.net/project/putmail/putmail-queue/0.2/putmail-queue-0.2.tar.bz2" sha256 "09349ad26345783e061bfe4ad7586fbbbc5d1cc48e45faa9ba9f667104f9447c" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "6fc472e77db929384f6f9e436b6a3433df05d86cc583e499f92bd69373d332c3" end From 361738d95e40c4970d71eb10e255ad682a05a461 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:18 +0200 Subject: [PATCH 04951/10074] putmail: added `no_autobump!` --- Formula/p/putmail.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/putmail.rb b/Formula/p/putmail.rb index a3b2ab6207504..e243f434140e9 100644 --- a/Formula/p/putmail.rb +++ b/Formula/p/putmail.rb @@ -5,6 +5,8 @@ class Putmail < Formula sha256 "1f4e6f33496100ad89b8f029621fb78ab2f80258994c7cd8687fd46730df45be" license "ICU" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "1df81ef382665ba394fb3ee99383dd7662a776290f9efdb0a2c7765ce3a663e4" end From c18e84ab58a4e4d04909d4be5ea0cc2c439ed11f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:18 +0200 Subject: [PATCH 04952/10074] pwgen: added `no_autobump!` --- Formula/p/pwgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pwgen.rb b/Formula/p/pwgen.rb index dca0f36fbc757..642a98173c960 100644 --- a/Formula/p/pwgen.rb +++ b/Formula/p/pwgen.rb @@ -5,6 +5,8 @@ class Pwgen < Formula sha256 "dab03dd30ad5a58e578c5581241a6e87e184a18eb2c3b2e0fffa8a9cf105c97b" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "78e78f3269e5a571f309e859d1765104c3a85a227bc12292efe437ca838696bb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8d6d5e6fb87ca3906b04af23e27464f3ae52100e9f0c98ed3cbbc9701e47a1f" From d283756cbe2e0a7649b6caed569bdc7a4c8b39ea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:18 +0200 Subject: [PATCH 04953/10074] pwnat: added `no_autobump!` --- Formula/p/pwnat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pwnat.rb b/Formula/p/pwnat.rb index 08ee6c96c3eb7..85de3d4a4c689 100644 --- a/Formula/p/pwnat.rb +++ b/Formula/p/pwnat.rb @@ -6,6 +6,8 @@ class Pwnat < Formula license "GPL-3.0-or-later" head "https://github.com/samyk/pwnat.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "cad8dc7797afa7c06b216dd8c22990593fcdf4c020ac76a23ec4c7de3c7413d7" From 0b1813f59d907193691cce02e5e6a29b214dec24 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:18 +0200 Subject: [PATCH 04954/10074] pwncat: added `no_autobump!` --- Formula/p/pwncat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pwncat.rb b/Formula/p/pwncat.rb index 64de95cee1cd9..cfd2b58dc302b 100644 --- a/Formula/p/pwncat.rb +++ b/Formula/p/pwncat.rb @@ -8,6 +8,8 @@ class Pwncat < Formula license "MIT" head "https://github.com/cytopia/pwncat.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1971f6379de0d9d4d43605e1cfe6635c966343e2afd1f18e5075059233853433" From 0c788312cb327cb8a28eb4fbfd81b1a833419a6d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:19 +0200 Subject: [PATCH 04955/10074] pwsafe: added `no_autobump!` --- Formula/p/pwsafe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pwsafe.rb b/Formula/p/pwsafe.rb index 0a224b209714c..b8e81aa7c2c56 100644 --- a/Formula/p/pwsafe.rb +++ b/Formula/p/pwsafe.rb @@ -11,6 +11,8 @@ class Pwsafe < Formula regex(/href=.*?pwsafe[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "fcd7dd6ac6b4755c4f6e165e8fad94838cb260a07b47a890f1f1e54ab6d04e3d" From 3a1e1de6c4eaa93242a48f513b6f5fa354457924 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:19 +0200 Subject: [PATCH 04956/10074] pyenv-ccache: added `no_autobump!` --- Formula/p/pyenv-ccache.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyenv-ccache.rb b/Formula/p/pyenv-ccache.rb index a92eb4955f1eb..4ebcd17101eec 100644 --- a/Formula/p/pyenv-ccache.rb +++ b/Formula/p/pyenv-ccache.rb @@ -6,6 +6,8 @@ class PyenvCcache < Formula license "MIT" head "https://github.com/pyenv/pyenv-ccache.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "9e3904fdb63362c45c9e2ccd1421a83a444125518b176c5b86c8a547eebd2b56" From 887ea8b87c63203cbdf9425ba08937a4069bbb89 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:19 +0200 Subject: [PATCH 04957/10074] pyenv-pip-migrate: added `no_autobump!` --- Formula/p/pyenv-pip-migrate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyenv-pip-migrate.rb b/Formula/p/pyenv-pip-migrate.rb index cb8dba691f1b8..12ca7dfee4fb4 100644 --- a/Formula/p/pyenv-pip-migrate.rb +++ b/Formula/p/pyenv-pip-migrate.rb @@ -6,6 +6,8 @@ class PyenvPipMigrate < Formula license "MIT" head "https://github.com/pyenv/pyenv-pip-migrate.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "22d0416340223bd3821c6f57f00515c5dff2d92772f0613dcd81ee13730fab6f" From a6c0c73e44dfd3f15e86a3b525b065cd3c73d300 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:19 +0200 Subject: [PATCH 04958/10074] pyenv-virtualenvwrapper: added `no_autobump!` --- Formula/p/pyenv-virtualenvwrapper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyenv-virtualenvwrapper.rb b/Formula/p/pyenv-virtualenvwrapper.rb index e1fdb4f769abe..b68ebc1e1d5fe 100644 --- a/Formula/p/pyenv-virtualenvwrapper.rb +++ b/Formula/p/pyenv-virtualenvwrapper.rb @@ -6,6 +6,8 @@ class PyenvVirtualenvwrapper < Formula license "MIT" head "https://github.com/pyenv/pyenv-virtualenvwrapper.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "0aeb3455529d63f4cd1ca55acb525e4f38e1fc7b8dca986302f475bc8596a650" From 4f6164412dc454336a43cf96bcfc150697d7fd45 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:19 +0200 Subject: [PATCH 04959/10074] pyflow: added `no_autobump!` --- Formula/p/pyflow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyflow.rb b/Formula/p/pyflow.rb index 108ed3843810b..ecc1b23aaaf0e 100644 --- a/Formula/p/pyflow.rb +++ b/Formula/p/pyflow.rb @@ -5,6 +5,8 @@ class Pyflow < Formula sha256 "36be46aaebf7bc77d2f250b3646024fb1f2f04d92113d3ce46ea5846f7e4c4f4" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "93dec35941a4d5096bdb4b9816702d4488f84dcd17fde1bfcd5ac9f8ca710810" From 2c1d57f4fc8fd8f61cabbd458843bd7350cd9c36 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:20 +0200 Subject: [PATCH 04960/10074] pygitup: added `no_autobump!` --- Formula/p/pygitup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pygitup.rb b/Formula/p/pygitup.rb index 2708ac008c7b8..d084a081008de 100644 --- a/Formula/p/pygitup.rb +++ b/Formula/p/pygitup.rb @@ -7,6 +7,8 @@ class Pygitup < Formula sha256 "4a771b9cae8bc6c95e2916bfb120a6ffc76c80fc3f5c91af61f91c21e5980f2e" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "e32f3c3171ea0e3d8c6f4b3c733f76d89b4c16e00b3e66872d8425506dadb79e" From a59a8cd8e42d11374ed589e54817e954fbcbb81f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:20 +0200 Subject: [PATCH 04961/10074] pyinvoke: added `no_autobump!` --- Formula/p/pyinvoke.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyinvoke.rb b/Formula/p/pyinvoke.rb index bc6f79be022d3..f8a16f1893339 100644 --- a/Formula/p/pyinvoke.rb +++ b/Formula/p/pyinvoke.rb @@ -9,6 +9,8 @@ class Pyinvoke < Formula revision 2 head "https://github.com/pyinvoke/invoke.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "0244d25e686d6574fcaf35d14725a415c00b33dd0b2c697fc66a78160d9227a1" From e53a778c7ee73482a620023e1e32e288a174f75a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:20 +0200 Subject: [PATCH 04962/10074] pympress: added `no_autobump!` --- Formula/p/pympress.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pympress.rb b/Formula/p/pympress.rb index 97334478d594e..e762d8c8179e5 100644 --- a/Formula/p/pympress.rb +++ b/Formula/p/pympress.rb @@ -8,6 +8,8 @@ class Pympress < Formula license "GPL-2.0-or-later" head "https://github.com/Cimbali/pympress.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "64f35865fbde010d4e3de039977eec6bc1bbe6dabb19fca1f9c3f9da709e1593" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad170caf12af4322d5b0f819cdf13616af3d389de0400f157ac7638cce10fcff" From 175365cc1d49f67f1ff50adc653ef6d4b193b841 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:20 +0200 Subject: [PATCH 04963/10074] pyp: added `no_autobump!` --- Formula/p/pyp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyp.rb b/Formula/p/pyp.rb index e307cc2c9f0b0..f387dfb3958bf 100644 --- a/Formula/p/pyp.rb +++ b/Formula/p/pyp.rb @@ -7,6 +7,8 @@ class Pyp < Formula sha256 "97c78f8fd6d4550bf67bb5001a4c5c1fa58184d9bd8256abac3e240fa38aa05c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "0b8eaab0a5475a43fcbc136c96cd81caed5abb0b755395652d6d238cc9968f4b" end From 8f30556c40d3db35cab2cca2f4ab4af7294ed788 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:20 +0200 Subject: [PATCH 04964/10074] pypy3.9: added `no_autobump!` --- Formula/p/pypy3.9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pypy3.9.rb b/Formula/p/pypy3.9.rb index 9b5dd12945aeb..ef95e2d3265d1 100644 --- a/Formula/p/pypy3.9.rb +++ b/Formula/p/pypy3.9.rb @@ -7,6 +7,8 @@ class Pypy39 < Formula revision 1 head "https://github.com/pypy/pypy.git", branch: "py3.9" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "ed01fb6eb45c0578207c4dbf98b0d52331fb00bef1d396642ef09805775c0877" From d63f378be46507c48847cd3af630b1de31ae1fca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:20 +0200 Subject: [PATCH 04965/10074] pyqt@5: added `no_autobump!` --- Formula/p/pyqt@5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyqt@5.rb b/Formula/p/pyqt@5.rb index f3a010f41b885..c8bb8007f59b2 100644 --- a/Formula/p/pyqt@5.rb +++ b/Formula/p/pyqt@5.rb @@ -5,6 +5,8 @@ class PyqtAT5 < Formula sha256 "fda45743ebb4a27b4b1a51c6d8ef455c4c1b5d610c90d2934c7802b5c1557c52" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ee754605e872d1b42d4dafe9b53980d4917a49003f4b54c32d282fafbc2dbe25" sha256 cellar: :any, arm64_sonoma: "4d1a259a2b1c7e926f1b84f60bf574348ce11d148e75ab7f47ca1f1310d696b2" From 0ecd7fa3ab3fcc6d4f8f54112714db5b2e9bf115 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:21 +0200 Subject: [PATCH 04966/10074] pyspelling: added `no_autobump!` --- Formula/p/pyspelling.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyspelling.rb b/Formula/p/pyspelling.rb index 189db349a8f9a..c6611485b776a 100644 --- a/Formula/p/pyspelling.rb +++ b/Formula/p/pyspelling.rb @@ -7,6 +7,8 @@ class Pyspelling < Formula sha256 "acd67133c1b7cecd410e3d4489e61f2e4b1f0b6acf1ae6c48c240fbb21729c37" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "f364a5e63736d91e836130acd9578fd23178557d496b47a8085bc5ea68c9e556" From ee74a29650f086436f3bc6f0b2648d1358bd8395 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:21 +0200 Subject: [PATCH 04967/10074] pystring: added `no_autobump!` --- Formula/p/pystring.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pystring.rb b/Formula/p/pystring.rb index 684fa0fe2a45e..5ba7b12ca4cfd 100644 --- a/Formula/p/pystring.rb +++ b/Formula/p/pystring.rb @@ -6,6 +6,8 @@ class Pystring < Formula license "BSD-3-Clause" head "https://github.com/imageworks/pystring.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9e8695ee4b99ef0ec12667a9dee997d4f0f06509b7c262a4a5c74aa1ec7002c4" sha256 cellar: :any, arm64_sonoma: "c26e8b819cc438eca6d9cbc63695d5de3946e8593e2a6ae7a80dad9f00755291" From 29976e09f3fb46a898a102b80e0f280ad1472a7c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:21 +0200 Subject: [PATCH 04968/10074] python-freethreading: added `no_autobump!` --- Formula/p/python-freethreading.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-freethreading.rb b/Formula/p/python-freethreading.rb index 18e84cce3656c..5312378fb3b1b 100644 --- a/Formula/p/python-freethreading.rb +++ b/Formula/p/python-freethreading.rb @@ -9,6 +9,8 @@ class PythonFreethreading < Formula formula "python" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2a0192d70dc032d339c6b05171781cd7a079c7683e7844ed90816cf322a092fa" sha256 arm64_sonoma: "6d1aa7475a69cd2535f50183a8c88e7de88e236c3114dbc47d5fc9d2cb1eed56" From 075c94d312eff13ab538da48e34e6d50f98a261d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:21 +0200 Subject: [PATCH 04969/10074] python-gdbm@3.11: added `no_autobump!` --- Formula/p/python-gdbm@3.11.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-gdbm@3.11.rb b/Formula/p/python-gdbm@3.11.rb index 2b29f99501c49..80d8728445e73 100644 --- a/Formula/p/python-gdbm@3.11.rb +++ b/Formula/p/python-gdbm@3.11.rb @@ -9,6 +9,8 @@ class PythonGdbmAT311 < Formula formula "python@3.11" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2a955537cf1e3948d9df0c9fe23f0c89ef96a6584efd76ca6b1ee2e6bd6ace8a" sha256 cellar: :any, arm64_sonoma: "b8fb60ba4bff2890bd743112dfdbed71479cd36c816d13ab94cfa3796a428cff" From ebf9ea22531611047b058d63f776a4a5d2f65ad3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:21 +0200 Subject: [PATCH 04970/10074] python-gdbm@3.12: added `no_autobump!` --- Formula/p/python-gdbm@3.12.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-gdbm@3.12.rb b/Formula/p/python-gdbm@3.12.rb index 84fca85f8ba03..4002d1b0a1f1c 100644 --- a/Formula/p/python-gdbm@3.12.rb +++ b/Formula/p/python-gdbm@3.12.rb @@ -9,6 +9,8 @@ class PythonGdbmAT312 < Formula formula "python@3.12" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e9dfb0a8a1c5c3d32e8a0e32f98acd0727a4c595baa9208b4ec248f1861b863a" sha256 cellar: :any, arm64_sonoma: "6b52029d5aad2e4540c870d36b104464599d645bd7f6517fcca289247a147b3a" From 990ee1e0a22e5d512e7b10c9fe4866ede4ab8628 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:21 +0200 Subject: [PATCH 04971/10074] python-gdbm@3.13: added `no_autobump!` --- Formula/p/python-gdbm@3.13.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-gdbm@3.13.rb b/Formula/p/python-gdbm@3.13.rb index bbfb37adf9352..e8eec03a90549 100644 --- a/Formula/p/python-gdbm@3.13.rb +++ b/Formula/p/python-gdbm@3.13.rb @@ -9,6 +9,8 @@ class PythonGdbmAT313 < Formula formula "python@3.13" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "14287cbfb4e16a63526e7770551e1ce11fbc23891a89ecd7a90c40527afd37ed" sha256 cellar: :any, arm64_sonoma: "80225d70cf114a82f4be941f5e7b6987956b859556e8c8fa784f0d35f5e0131b" From bca246f0a29ac0472c4bc4ce794969a0e33ebce2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:22 +0200 Subject: [PATCH 04972/10074] python-tabulate: added `no_autobump!` --- Formula/p/python-tabulate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-tabulate.rb b/Formula/p/python-tabulate.rb index fe59cb05c9513..7242616ae7c30 100644 --- a/Formula/p/python-tabulate.rb +++ b/Formula/p/python-tabulate.rb @@ -8,6 +8,8 @@ class PythonTabulate < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "cea38c8f00045852ff2e04f39f4e1e9f1b1a83a4f21f8f94bd2765b2ed75240e" From 6931ef1a260692da4b07b6e9039f5861c4a3fc99 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:22 +0200 Subject: [PATCH 04973/10074] python-tk@3.10: added `no_autobump!` --- Formula/p/python-tk@3.10.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-tk@3.10.rb b/Formula/p/python-tk@3.10.rb index a4dbfd2d2b19e..58b7542d5b813 100644 --- a/Formula/p/python-tk@3.10.rb +++ b/Formula/p/python-tk@3.10.rb @@ -9,6 +9,8 @@ class PythonTkAT310 < Formula formula "python@3.10" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1f71b66d08ecc36332a7c98a093c13ba771584256859cd2a7b4dd609cbd2f62a" sha256 cellar: :any, arm64_sonoma: "597d8fdc4278dd17026d5f190c779d17fd5afff09f297902e98350371f37ff97" From 34381cc12a915fb9a5184228bf8fa5ab68e04817 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:22 +0200 Subject: [PATCH 04974/10074] python-tk@3.11: added `no_autobump!` --- Formula/p/python-tk@3.11.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-tk@3.11.rb b/Formula/p/python-tk@3.11.rb index 1c1f5e6ac8db0..9fde9ecee18e7 100644 --- a/Formula/p/python-tk@3.11.rb +++ b/Formula/p/python-tk@3.11.rb @@ -9,6 +9,8 @@ class PythonTkAT311 < Formula formula "python@3.11" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "00d379569858f3c1a7107a298d37baac30cba208acacabc2884bcf9b16a42273" sha256 cellar: :any, arm64_sonoma: "28ebed5c86e33f724cd22d05cb9f10f5716fbc4ce67abd73b0997e748903e14a" From 05888a6a2202e0ed88fdb63deb405a932d13d5f6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:22 +0200 Subject: [PATCH 04975/10074] python-tk@3.12: added `no_autobump!` --- Formula/p/python-tk@3.12.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-tk@3.12.rb b/Formula/p/python-tk@3.12.rb index f5fb0ed462744..0ae01080fdd6b 100644 --- a/Formula/p/python-tk@3.12.rb +++ b/Formula/p/python-tk@3.12.rb @@ -9,6 +9,8 @@ class PythonTkAT312 < Formula formula "python@3.12" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8b40ef8c878913ef3d4724878a54ce29691577ed2c7c7d0ca72bc36de9403316" sha256 cellar: :any, arm64_sonoma: "a9800e8176b374cc5237bf15f91d4ef0b6d6db76cd641f7ab18bdded0caf7905" From 3954b1a47bd39d9032c51fa7094c9868f60d73a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:22 +0200 Subject: [PATCH 04976/10074] python-tk@3.13: added `no_autobump!` --- Formula/p/python-tk@3.13.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-tk@3.13.rb b/Formula/p/python-tk@3.13.rb index 8b8cfa46c72af..6b36e09d25961 100644 --- a/Formula/p/python-tk@3.13.rb +++ b/Formula/p/python-tk@3.13.rb @@ -9,6 +9,8 @@ class PythonTkAT313 < Formula formula "python@3.13" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5e6807439625285dd5a53a045d7a4b65d7cd82ad66bc87809258902f4a9bb1dc" sha256 cellar: :any, arm64_sonoma: "c10bfa46bbfcde6551a5991d10fc2b03600ddf5371a84972e6f9eecc1fda9974" From b5e9a8930ce83367f40d78b0970eb3284578b807 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:22 +0200 Subject: [PATCH 04977/10074] python-tk@3.9: added `no_autobump!` --- Formula/p/python-tk@3.9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python-tk@3.9.rb b/Formula/p/python-tk@3.9.rb index a75422d981952..2589c1089b07b 100644 --- a/Formula/p/python-tk@3.9.rb +++ b/Formula/p/python-tk@3.9.rb @@ -9,6 +9,8 @@ class PythonTkAT39 < Formula formula "python@3.9" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b227160ed5aef9c4f7e28e09ea937af589e06bc2d6552fe1c165e81c8d1ccd45" sha256 cellar: :any, arm64_sonoma: "8a0e764addd46852b5839650f37eef097d24e19c99934650cdff771293449336" From 70df3fa3362362f470f99b7ad3760128151eb4ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:23 +0200 Subject: [PATCH 04978/10074] python@3.10: added `no_autobump!` --- Formula/p/python@3.10.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python@3.10.rb b/Formula/p/python@3.10.rb index 309b860322d81..14095d53b656a 100644 --- a/Formula/p/python@3.10.rb +++ b/Formula/p/python@3.10.rb @@ -10,6 +10,8 @@ class PythonAT310 < Formula regex(%r{href=.*?v?(3\.10(?:\.\d+)*)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f547a93c08bb544535e41f45dc74bf8ff916b79ca1c9c117f17207863508615a" sha256 arm64_sonoma: "60651e0f85aa0bd918e322452c5cff544fde09eaf34861caedbf8256c75caaea" From 89331da463e7b8c2acbf05cc3bd5f595007ca403 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:23 +0200 Subject: [PATCH 04979/10074] python@3.11: added `no_autobump!` --- Formula/p/python@3.11.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python@3.11.rb b/Formula/p/python@3.11.rb index e12aac5cf959a..d03da35bd1b5e 100644 --- a/Formula/p/python@3.11.rb +++ b/Formula/p/python@3.11.rb @@ -10,6 +10,8 @@ class PythonAT311 < Formula regex(%r{href=.*?v?(3\.11(?:\.\d+)*)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "cab6abf1dbc00b087ce38dc55c52e7fc97253b7d01f353893929464432f9922a" sha256 arm64_sonoma: "bb985068d2b5ad75fd24f77d5664cbedc467abd9f67700c9dccf508474146ab5" From 57a760999616a57bef0bcffc393c516285a6b694 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:23 +0200 Subject: [PATCH 04980/10074] python@3.12: added `no_autobump!` --- Formula/p/python@3.12.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python@3.12.rb b/Formula/p/python@3.12.rb index d8f09d37d2e79..5f0464b9d0d5f 100644 --- a/Formula/p/python@3.12.rb +++ b/Formula/p/python@3.12.rb @@ -10,6 +10,8 @@ class PythonAT312 < Formula regex(%r{href=.*?v?(3\.12(?:\.\d+)*)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "923814bee3ec72375e400bc779d1c60f4acc65411ea72128e09725aaa971c849" sha256 arm64_sonoma: "60b6047d2c7728555361c3dd0872ee59c439dbc24ad9d4c6ff915cda01002fdf" From a86de50ecddc9755df31aeabcf5984a4ccd68833 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:23 +0200 Subject: [PATCH 04981/10074] python@3.13: added `no_autobump!` --- Formula/p/python@3.13.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python@3.13.rb b/Formula/p/python@3.13.rb index fcb5af9ade51e..19fd1bfa171dd 100644 --- a/Formula/p/python@3.13.rb +++ b/Formula/p/python@3.13.rb @@ -10,6 +10,8 @@ class PythonAT313 < Formula regex(%r{href=.*?v?(3\.13(?:\.\d+)*)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bee3f11e18d79d6b97a8c330b55c83baf6c398da877ca139289d9cac64aa75bc" sha256 arm64_sonoma: "b471071e74985630c85140a64ba2a2c808bb3e583aa88c6947e1274cab2cee48" From e2425c874460d17bad71b1985c3887871dceac2f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:23 +0200 Subject: [PATCH 04982/10074] python@3.8: added `no_autobump!` --- Formula/p/python@3.8.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python@3.8.rb b/Formula/p/python@3.8.rb index 8f4753be28bc6..139756acad9af 100644 --- a/Formula/p/python@3.8.rb +++ b/Formula/p/python@3.8.rb @@ -5,6 +5,8 @@ class PythonAT38 < Formula sha256 "6fb89a7124201c61125c0ab4cf7f6894df339a40c02833bfd28ab4d7691fafb4" license "Python-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1fa19eccb400ea5724d9cd6077ef473ecb1d506b8f515034b3565222f0cd8cb6" sha256 arm64_sonoma: "49082bc289bc3547b509f24e962cc8cbefad015345c0675631e42b3b23d2ecc7" From 82a619c36da5696e7f8184254020e4679b591b56 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:24 +0200 Subject: [PATCH 04983/10074] python@3.9: added `no_autobump!` --- Formula/p/python@3.9.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/python@3.9.rb b/Formula/p/python@3.9.rb index d5e616ff2940f..45bf68b7f14e0 100644 --- a/Formula/p/python@3.9.rb +++ b/Formula/p/python@3.9.rb @@ -10,6 +10,8 @@ class PythonAT39 < Formula regex(%r{href=.*?v?(3\.9(?:\.\d+)*)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "e088eaa87ecbf35c8c87ffd1e6e864b20509ec1597c4f5f98360fe500d2292e5" sha256 arm64_sonoma: "c742522959cf677a09ba96071c9c036caaa1e8a9e08b0dba9b8b07babde351f2" From 31b356f479d22101f63a78223ab63426ab05d787 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:24 +0200 Subject: [PATCH 04984/10074] pytorch: added `no_autobump!` --- Formula/p/pytorch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pytorch.rb b/Formula/p/pytorch.rb index 94fb0977edf4d..6850f07c8f1c5 100644 --- a/Formula/p/pytorch.rb +++ b/Formula/p/pytorch.rb @@ -13,6 +13,8 @@ class Pytorch < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ec01ffac0aa0b57f68f549662c25d92a1dad3f2e339f7c3dc854170c17605971" sha256 cellar: :any, arm64_sonoma: "5014d4b9765a0d095e999622a2d3dd11b86fe35cd3fdbd8326c650899ec9fba8" From 47920e40588c5ad88ca2e2224c37fd823a366920 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:24 +0200 Subject: [PATCH 04985/10074] pytouhou: added `no_autobump!` --- Formula/p/pytouhou.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pytouhou.rb b/Formula/p/pytouhou.rb index e24d513fe7f20..9b8c2af2ffd71 100644 --- a/Formula/p/pytouhou.rb +++ b/Formula/p/pytouhou.rb @@ -7,6 +7,8 @@ class Pytouhou < Formula revision 9 head "https://hg.linkmauve.fr/touhou", using: :hg + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sonoma: "e83c5e161c69cc14081b875a18043a08fa60db38b9a6703d290c5f6d80da95aa" From 94f84c20a4598f584067bdd3b50bde2ab9f90ed2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:24 +0200 Subject: [PATCH 04986/10074] pyvim: added `no_autobump!` --- Formula/p/pyvim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyvim.rb b/Formula/p/pyvim.rb index 9b42ae3c55b41..d7e93d7938055 100644 --- a/Formula/p/pyvim.rb +++ b/Formula/p/pyvim.rb @@ -7,6 +7,8 @@ class Pyvim < Formula sha256 "2a3506690f73a79dd02cdc45f872d3edf20a214d4c3666d12459e2ce5b644baa" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, arm64_sequoia: "704fda45ac7e30a081b5490c20420d172244219adbe364367f10bc0a2d550465" From 40a847de86cc0471a14ab39fdc058da1da9a780f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:24 +0200 Subject: [PATCH 04987/10074] pywhat: added `no_autobump!` --- Formula/p/pywhat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pywhat.rb b/Formula/p/pywhat.rb index 6ab807dde677e..b03c51982e8b4 100644 --- a/Formula/p/pywhat.rb +++ b/Formula/p/pywhat.rb @@ -9,6 +9,8 @@ class Pywhat < Formula revision 1 head "https://github.com/bee-san/pyWhat.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 7 sha256 cellar: :any_skip_relocation, all: "eecfe7a731f32a7dfb75fb042843e4042df47df756abcabeb8fa9b5216cc3584" From 477db7fd88b005f7cf0dfdbdad6088224fb4ea9b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:49:24 +0200 Subject: [PATCH 04988/10074] pyyaml: added `no_autobump!` --- Formula/p/pyyaml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pyyaml.rb b/Formula/p/pyyaml.rb index 6a96bb6562cb4..471130d5b5029 100644 --- a/Formula/p/pyyaml.rb +++ b/Formula/p/pyyaml.rb @@ -6,6 +6,8 @@ class Pyyaml < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "87a238bf1e44a97f54755f0e95ba11860884b186678d3ce163db3034b7b2d7cc" sha256 cellar: :any, arm64_sonoma: "b538bcab64b4ab3f6351c219cff42e2d163201efcaa272e4ee7e58783ffb3ce6" From 3058025c8157da5dde9854221f0e531491a266ed Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:00:26 +0200 Subject: [PATCH 04989/10074] pachi: added `no_autobump!` Signed-off-by: botantony --- Formula/p/pachi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pachi.rb b/Formula/p/pachi.rb index bc7fec9284c8b..416379723be25 100644 --- a/Formula/p/pachi.rb +++ b/Formula/p/pachi.rb @@ -6,6 +6,8 @@ class Pachi < Formula license "GPL-2.0-only" head "https://github.com/pasky/pachi.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fd4a7a487d1c0d4c7597970a99008f0def56e08ae402d1d63832b0b5d41f2823" sha256 arm64_sonoma: "57b6e6f43f52e5ef856feccee3a1a828872a90fb45a9e72149147ef8aa1e129d" From f91fdee64fd1f402939176cdb8eb777484ce0bec Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:00:35 +0200 Subject: [PATCH 04990/10074] pdfsandwich: added `no_autobump!` Signed-off-by: botantony --- Formula/p/pdfsandwich.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pdfsandwich.rb b/Formula/p/pdfsandwich.rb index 5a7fe1d64cd0a..f760441fc80f0 100644 --- a/Formula/p/pdfsandwich.rb +++ b/Formula/p/pdfsandwich.rb @@ -7,6 +7,8 @@ class Pdfsandwich < Formula revision 4 head "https://svn.code.sf.net/p/pdfsandwich/code/trunk/src" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f02d04e6517c0a842df56f9e7e381a2c3520f20669507f9fe52412c462baa6d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f7cd2c1676f390f9e5951408248c6b8d8682d4b70835ce67af1b89b2acefd74" From dfef0dd57c15a235b423bf1a08695cb442ea9a51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:21:48 +0000 Subject: [PATCH 04991/10074] cyctl: update 0.21.0 bottle. --- Formula/c/cyctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cyctl.rb b/Formula/c/cyctl.rb index f11e29c952882..498e1b6654b8a 100644 --- a/Formula/c/cyctl.rb +++ b/Formula/c/cyctl.rb @@ -7,12 +7,12 @@ class Cyctl < Formula head "https://github.com/cyclops-ui/cyclops.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2ab7bc5dc32177099d8d06d92a2d34f984452db61d8ddc662a0417e2116c4b8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2ab7bc5dc32177099d8d06d92a2d34f984452db61d8ddc662a0417e2116c4b8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c2ab7bc5dc32177099d8d06d92a2d34f984452db61d8ddc662a0417e2116c4b8" - sha256 cellar: :any_skip_relocation, sonoma: "31d436335786a87c78d148ed9baf8f0f2370b29cf616e3e51c8382d5658edc53" - sha256 cellar: :any_skip_relocation, ventura: "31d436335786a87c78d148ed9baf8f0f2370b29cf616e3e51c8382d5658edc53" - sha256 cellar: :any_skip_relocation, x86_64_linux: "01d5eaff345b273e61149b9eece8cb682e4d63ff4c7ff7474edfafae7b80c860" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a38330986b15a227cc6bddb0da656449f1364abcf2b6be67d606612c94f81c0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a38330986b15a227cc6bddb0da656449f1364abcf2b6be67d606612c94f81c0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2a38330986b15a227cc6bddb0da656449f1364abcf2b6be67d606612c94f81c0" + sha256 cellar: :any_skip_relocation, sonoma: "a18f239f4a2fe09259505b96572f73b370956626d9ce73c5dfcf8a034fcc0a5e" + sha256 cellar: :any_skip_relocation, ventura: "a18f239f4a2fe09259505b96572f73b370956626d9ce73c5dfcf8a034fcc0a5e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f01397a7c46ad79968459fd125f46f9e44c7480ee98c5341b9ed24bb2a096196" end depends_on "go" => :build From d493eb89ee1f5807f491034295d408fe479c38c2 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:22:23 +0200 Subject: [PATCH 04992/10074] protoc-gen-js: added `no_autobump!` Signed-off-by: botantony --- Formula/p/protoc-gen-js.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/protoc-gen-js.rb b/Formula/p/protoc-gen-js.rb index e00742ebfab16..77b2926383baa 100644 --- a/Formula/p/protoc-gen-js.rb +++ b/Formula/p/protoc-gen-js.rb @@ -7,6 +7,8 @@ class ProtocGenJs < Formula revision 9 head "https://github.com/protocolbuffers/protobuf-javascript.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e1d3eb4bac2263ba923f679559e88d7b4c12f678e17399438356941b18604643" sha256 cellar: :any, arm64_sonoma: "61cd3b85437197c9c3032340d1eb85ba1f94843487e60ce1b6338f61204c7f30" From 33ada2705ec100c389e001f5a6cc14abf38b803d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:01 +0200 Subject: [PATCH 04993/10074] r3: added `no_autobump!` --- Formula/r/r3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/r3.rb b/Formula/r/r3.rb index 4458bc79dc58c..895e348aecdfc 100644 --- a/Formula/r/r3.rb +++ b/Formula/r/r3.rb @@ -11,6 +11,8 @@ class R3 < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0e983875043e6a6111ce6f46615faf14adb57a8fa96c7a1cf5ae10d7d415a879" sha256 cellar: :any, arm64_sonoma: "9648d6bd8f125398cc101581e8ee3b8b304fa6e8ab92f018dc538843c04fd920" From f0cf40c47bab8e6786603582e322aaa48277a9be Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:01 +0200 Subject: [PATCH 04994/10074] ragel: added `no_autobump!` --- Formula/r/ragel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ragel.rb b/Formula/r/ragel.rb index 74941a323ba4b..d98a1429b677a 100644 --- a/Formula/r/ragel.rb +++ b/Formula/r/ragel.rb @@ -10,6 +10,8 @@ class Ragel < Formula regex(/Stable.*?href=.*?ragel[._-]v?(\d+(?:\.\d+)+)\.t/im) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2bbe81eb822afe87192cd8b4688fe5bb9f84b2fe87ea343ef0155ff8b6590ac" sha256 cellar: :any_skip_relocation, arm64_sonoma: "41ee07f4d272aeaa30c28763be68741670e7e38c518e49fc9c214db1cdfa717d" From ec7bdd6433ec0315c87d6f0cd1c0b113e44605f2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:02 +0200 Subject: [PATCH 04995/10074] rails-completion: added `no_autobump!` --- Formula/r/rails-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rails-completion.rb b/Formula/r/rails-completion.rb index 3fb1f757158e0..9ed52b720b0d0 100644 --- a/Formula/r/rails-completion.rb +++ b/Formula/r/rails-completion.rb @@ -11,6 +11,8 @@ class RailsCompletion < Formula formula "ruby-completion" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "c8a61b7b584a29b0be33464a28714a01f798a7fcaceaf1c96f1b447363bc51f3" end From 10e68b171d5ff23c18a1385b4a08cd8e21b8cd4a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:02 +0200 Subject: [PATCH 04996/10074] rainbarf: added `no_autobump!` --- Formula/r/rainbarf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rainbarf.rb b/Formula/r/rainbarf.rb index 7275c17a4ca03..a96645edbe768 100644 --- a/Formula/r/rainbarf.rb +++ b/Formula/r/rainbarf.rb @@ -6,6 +6,8 @@ class Rainbarf < Formula license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"] head "https://github.com/creaktive/rainbarf.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "4787b85e42e62b921b5729449bc86ba7ac7accdb165bf20a8f2a43e190dd2173" From 843329f667e141ef8183e2925e8bf7b8371daafc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:02 +0200 Subject: [PATCH 04997/10074] rake-completion: added `no_autobump!` --- Formula/r/rake-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rake-completion.rb b/Formula/r/rake-completion.rb index 9371a1e76fcf6..fb0bc312c9da2 100644 --- a/Formula/r/rake-completion.rb +++ b/Formula/r/rake-completion.rb @@ -10,6 +10,8 @@ class RakeCompletion < Formula formula "ruby-completion" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "5004cd20889962fc9ce3a921f56e27cb5a28e0f88fde57ae1428e28e0dbf89bb" end From 2639c0fc6e79b8fd9527b7ce10b16d63072e6859 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:02 +0200 Subject: [PATCH 04998/10074] rancid: added `no_autobump!` --- Formula/r/rancid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rancid.rb b/Formula/r/rancid.rb index 6001b420b78c7..53453c0bbd9c5 100644 --- a/Formula/r/rancid.rb +++ b/Formula/r/rancid.rb @@ -11,6 +11,8 @@ class Rancid < Formula regex(/href=.*?rancid[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc4630246c5362304dd3550870b72f634cac5b614bb06c3a78e5b023e34397c7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "71bb9a547c9a465e7debae0023ea19c86247c364d4f2ac740e4ef55839f5488a" From 339822370dbe4ea01d03eb715e715a990297268e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:02 +0200 Subject: [PATCH 04999/10074] randomize-lines: added `no_autobump!` --- Formula/r/randomize-lines.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/randomize-lines.rb b/Formula/r/randomize-lines.rb index 942dee9a5b203..44560fb419959 100644 --- a/Formula/r/randomize-lines.rb +++ b/Formula/r/randomize-lines.rb @@ -10,6 +10,8 @@ class RandomizeLines < Formula regex(/href=.*?rl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ec08636ac3e5aa68060b1f43a1bd6a5cad418f489a4bbc9b9554053aa06188e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "194a2a869a8ecdeab95baf1f6b5f9d5d13c12eba7b6acd1378817da3e01a9740" From ccb9e1ba1ff477e73d60f263693e6d0f380e4118 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:02 +0200 Subject: [PATCH 05000/10074] range-v3: added `no_autobump!` --- Formula/r/range-v3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/range-v3.rb b/Formula/r/range-v3.rb index 8e68fab86b0d8..34539e2b36852 100644 --- a/Formula/r/range-v3.rb +++ b/Formula/r/range-v3.rb @@ -5,6 +5,8 @@ class RangeV3 < Formula sha256 "015adb2300a98edfceaf0725beec3337f542af4915cec4d0b89fa0886f4ba9cb" license "BSL-1.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "2fdd480cc63593645c0cc98d62a3607bd22600df59de39e7425bd3f89bd69c82" From cf7a91e1b7e35814afc61f0de4452b93c9f68a8f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:03 +0200 Subject: [PATCH 05001/10074] range2cidr: added `no_autobump!` --- Formula/r/range2cidr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/range2cidr.rb b/Formula/r/range2cidr.rb index 3e35b3a51822a..9e0843ade12de 100644 --- a/Formula/r/range2cidr.rb +++ b/Formula/r/range2cidr.rb @@ -10,6 +10,8 @@ class Range2cidr < Formula regex(/^range2cidr[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ce7fa7b06bdbc333fb6b71d512de6d2c6f040df3123fe3b77662e1562606be4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b538cd77fd79f1edbf41c0c74ba289c62ae51d8870712f2b56f5be2f7a1031e" From 69996fc704179c877eba6d1bb312bd27a5e844f6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:03 +0200 Subject: [PATCH 05002/10074] rapidjson: added `no_autobump!` --- Formula/r/rapidjson.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rapidjson.rb b/Formula/r/rapidjson.rb index beee61f3593d1..8b01020d1d2de 100644 --- a/Formula/r/rapidjson.rb +++ b/Formula/r/rapidjson.rb @@ -15,6 +15,8 @@ class Rapidjson < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "ba505c9a587b3c26539eae5dd732ae36bca53b67daf94579fee177d88094fa52" From a9e447f1cfe4962e85ded7cc791f1a38333e5a0f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:03 +0200 Subject: [PATCH 05003/10074] raptor: added `no_autobump!` --- Formula/r/raptor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/raptor.rb b/Formula/r/raptor.rb index fb484d64df975..13fe068f3d283 100644 --- a/Formula/r/raptor.rb +++ b/Formula/r/raptor.rb @@ -10,6 +10,8 @@ class Raptor < Formula regex(/href=.*?raptor2[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "26276eb455188d1b46f33144e3f71c7fb3bbcb0eeeecf990402b095fb90662d0" sha256 cellar: :any, arm64_sonoma: "40dcde53bea22c1f9f190517ffb52d13fc1bd8cb2ee91cf7f9439718cf491ef4" From f4fe2f1e7a40ee087914d5b456f4fa72944f2b7a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:03 +0200 Subject: [PATCH 05004/10074] rargs: added `no_autobump!` --- Formula/r/rargs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rargs.rb b/Formula/r/rargs.rb index e0f5eafab7ac7..5534e32ff5b0b 100644 --- a/Formula/r/rargs.rb +++ b/Formula/r/rargs.rb @@ -5,6 +5,8 @@ class Rargs < Formula sha256 "22d9aa4368a0f9d1fd82391439d3aabf4ddfb24ad674a680d6407c9e22969da3" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "07e463046394e64c0366a57c336e0a1e5cb5524f18f278e697d921ae923695c3" From 18a50c2c65783c506cc46740214288f8c512bd05 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:03 +0200 Subject: [PATCH 05005/10074] rarian: added `no_autobump!` --- Formula/r/rarian.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rarian.rb b/Formula/r/rarian.rb index 76c77fe073e5e..ce000f1ba91af 100644 --- a/Formula/r/rarian.rb +++ b/Formula/r/rarian.rb @@ -11,6 +11,8 @@ class Rarian < Formula regex(/href=.*?rarian[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0c5d1dc2a38bdba34aee85a1704dd7fe8c4a5d8165888fd96d6844bbd9b6dfc9" sha256 arm64_sonoma: "8050a6ad473152290f964a8a51eb661d41595c75f0e0286d01a38764c77283e5" From d1bea0b2fa85f21318d68cfdfafff192f34a0a8f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:03 +0200 Subject: [PATCH 05006/10074] rasqal: added `no_autobump!` --- Formula/r/rasqal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rasqal.rb b/Formula/r/rasqal.rb index ada2b8d9fc882..66c20e64b954a 100644 --- a/Formula/r/rasqal.rb +++ b/Formula/r/rasqal.rb @@ -10,6 +10,8 @@ class Rasqal < Formula regex(/href=.*?rasqal[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "de698e3a83cb5fb348934c69dc81af3013e0cb60a4a8a94a53963554eaf8b2b7" sha256 cellar: :any, arm64_sonoma: "f1a8b465f57865a1b0fa9ea84f1388f14f778eedb6cd4b4a651a7d2d0bed18af" From 498d817233bf0bfccd8ff989ba095c561d34e9b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:03 +0200 Subject: [PATCH 05007/10074] rasusa: added `no_autobump!` --- Formula/r/rasusa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rasusa.rb b/Formula/r/rasusa.rb index 0dca8b5754a46..cfc49d838b8a9 100644 --- a/Formula/r/rasusa.rb +++ b/Formula/r/rasusa.rb @@ -6,6 +6,8 @@ class Rasusa < Formula license "MIT" head "https://github.com/mbhall88/rasusa.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "08e1af923ce8e04dcdd10bfdc1f9c66bac275a886116d15b667826cff63b0492" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5bf0ea2e9e8e13e931b0fc36401707d60e00a410acecc146340530dc41afdc8c" From 09b43d63223c46685728d0885288ff0c47805985 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:04 +0200 Subject: [PATCH 05008/10074] rathole: added `no_autobump!` --- Formula/r/rathole.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rathole.rb b/Formula/r/rathole.rb index 15f99590a0309..7d8e55011cd2b 100644 --- a/Formula/r/rathole.rb +++ b/Formula/r/rathole.rb @@ -5,6 +5,8 @@ class Rathole < Formula sha256 "c8698dc507c4c2f7e0032be24cac42dd6656ac1c52269875d17957001aa2de41" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d668cd71d085b210e33c711837fc58c97fcfebf3417f0c3c7d722df711d45ae9" From 05303b49e6d8529d6cd91184cf7e0373bf661bc8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:04 +0200 Subject: [PATCH 05009/10074] rats: added `no_autobump!` --- Formula/r/rats.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rats.rb b/Formula/r/rats.rb index 180afcbbcd553..e764a6331bb6c 100644 --- a/Formula/r/rats.rb +++ b/Formula/r/rats.rb @@ -5,6 +5,8 @@ class Rats < Formula sha256 "2163ad111070542d941c23b98d3da231f13cf065f50f2e4ca40673996570776a" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0957ff0fe765a50f6ec8a12edc3119741fe39133b438ee114ace6d05288fb06c" sha256 arm64_sonoma: "67a98f4d5385f43dadf88b69c4ea04a4b42a318f9be2820d5c52cb859b69c6e4" From 4a5bdf7c7a00d26642e65610d94be9625ae480c8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:04 +0200 Subject: [PATCH 05010/10074] rawdog: added `no_autobump!` --- Formula/r/rawdog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rawdog.rb b/Formula/r/rawdog.rb index 04c47cc6f7c0b..a0e057c2002fc 100644 --- a/Formula/r/rawdog.rb +++ b/Formula/r/rawdog.rb @@ -8,6 +8,8 @@ class Rawdog < Formula license "Apache-2.0" revision 13 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b4e993f8b81885682f56b1f4ada3faa0595df6b79bf50e821876109dbce53aa8" sha256 cellar: :any, arm64_sonoma: "008330b3971a4995029a32cb9f5a7e3fb38bfceecb9cac802bfda9b806342318" From 17964653fbc07a0dc578847ab7b10c0d08dc8844 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:04 +0200 Subject: [PATCH 05011/10074] rbenv-aliases: added `no_autobump!` --- Formula/r/rbenv-aliases.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-aliases.rb b/Formula/r/rbenv-aliases.rb index bd714fdb94225..0ae94a1925f93 100644 --- a/Formula/r/rbenv-aliases.rb +++ b/Formula/r/rbenv-aliases.rb @@ -7,6 +7,8 @@ class RbenvAliases < Formula revision 1 head "https://github.com/tpope/rbenv-aliases.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1478142388cffd4c60833cdc2b6e7f3bcac3f6e8b15e095167718ceb0cd7c237" From bff20fc951f8d985fa2142055236c0b0e900fc51 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:04 +0200 Subject: [PATCH 05012/10074] rbenv-binstubs: added `no_autobump!` --- Formula/r/rbenv-binstubs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-binstubs.rb b/Formula/r/rbenv-binstubs.rb index 9cdcbe306df25..67eeb842390bb 100644 --- a/Formula/r/rbenv-binstubs.rb +++ b/Formula/r/rbenv-binstubs.rb @@ -7,6 +7,8 @@ class RbenvBinstubs < Formula revision 1 head "https://github.com/Purple-Devs/rbenv-binstubs.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "cf92d2a4a872f49ddf33d4e4132ab0d1de390bf0c027a0f0e27925110bb01fe5" From 52c0cf14d18579e55b35d684db1f66020646b4fb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:05 +0200 Subject: [PATCH 05013/10074] rbenv-bundle-exec: added `no_autobump!` --- Formula/r/rbenv-bundle-exec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-bundle-exec.rb b/Formula/r/rbenv-bundle-exec.rb index 471f9d2236744..8bfdbe330af28 100644 --- a/Formula/r/rbenv-bundle-exec.rb +++ b/Formula/r/rbenv-bundle-exec.rb @@ -7,6 +7,8 @@ class RbenvBundleExec < Formula revision 1 head "https://github.com/maljub01/rbenv-bundle-exec.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "8c0d3d96110c571151ccc1500854047f47bd9f2b372bc65b70b0bde9f7a4465f" From 9a5241c379848b525323ad56e48972f218fe4fda Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:05 +0200 Subject: [PATCH 05014/10074] rbenv-bundler-ruby-version: added `no_autobump!` --- Formula/r/rbenv-bundler-ruby-version.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-bundler-ruby-version.rb b/Formula/r/rbenv-bundler-ruby-version.rb index 36ef6a1115a1f..625d19fbacd19 100644 --- a/Formula/r/rbenv-bundler-ruby-version.rb +++ b/Formula/r/rbenv-bundler-ruby-version.rb @@ -7,6 +7,8 @@ class RbenvBundlerRubyVersion < Formula revision 1 head "https://github.com/aripollak/rbenv-bundler-ruby-version.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a8b7118dff025b078c5ad1206cc616e5bf436faf1516dbaad4c38a18e31bb0b6" From ea18fc39a0bbf302affc209771f34b16271f8869 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:05 +0200 Subject: [PATCH 05015/10074] rbenv-bundler: added `no_autobump!` --- Formula/r/rbenv-bundler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-bundler.rb b/Formula/r/rbenv-bundler.rb index 54b74979668e1..e80a0f8cb502c 100644 --- a/Formula/r/rbenv-bundler.rb +++ b/Formula/r/rbenv-bundler.rb @@ -6,6 +6,8 @@ class RbenvBundler < Formula license "Apache-2.0" head "https://github.com/carsomyr/rbenv-bundler.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "726653ee51529beb50ed43932c59c357198c1c61d252c644a88cc05b0fd1e0af" From 9804265b096625253993d953158005aaef576616 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:05 +0200 Subject: [PATCH 05016/10074] rbenv-chefdk: added `no_autobump!` --- Formula/r/rbenv-chefdk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-chefdk.rb b/Formula/r/rbenv-chefdk.rb index dcf05e700e30d..283f45b9b6210 100644 --- a/Formula/r/rbenv-chefdk.rb +++ b/Formula/r/rbenv-chefdk.rb @@ -7,6 +7,8 @@ class RbenvChefdk < Formula revision 1 head "https://github.com/docwhat/rbenv-chefdk.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "dcdf8e0ad350e940be7783e378bf8c146bda6e446a13109511a9d4ed705170c0" From d5aad1f2c72bfa7accb8e9550e0b74bb09bca576 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:05 +0200 Subject: [PATCH 05017/10074] rbenv-communal-gems: added `no_autobump!` --- Formula/r/rbenv-communal-gems.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-communal-gems.rb b/Formula/r/rbenv-communal-gems.rb index 12ef3e1a5b919..42ab3cbfbdec0 100644 --- a/Formula/r/rbenv-communal-gems.rb +++ b/Formula/r/rbenv-communal-gems.rb @@ -6,6 +6,8 @@ class RbenvCommunalGems < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a189879cf1fb24dfd135aaf5c9fafe5c4fc1251236da0476be32e7a3a9edb5ce" From f9cc79eae5fe1d2e66ebeaf7e25d11a1c5da6c00 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:05 +0200 Subject: [PATCH 05018/10074] rbenv-ctags: added `no_autobump!` --- Formula/r/rbenv-ctags.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-ctags.rb b/Formula/r/rbenv-ctags.rb index fc2aeea6c8288..69633f5abcbba 100644 --- a/Formula/r/rbenv-ctags.rb +++ b/Formula/r/rbenv-ctags.rb @@ -7,6 +7,8 @@ class RbenvCtags < Formula revision 1 head "https://github.com/tpope/rbenv-ctags.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "93ff69e4515aae2a296578472b395c3bc8721fc711327c6f2a9126111910700e" From 431f91b19b048fecf043855086537bd11c55447d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:06 +0200 Subject: [PATCH 05019/10074] rbenv-default-gems: added `no_autobump!` --- Formula/r/rbenv-default-gems.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-default-gems.rb b/Formula/r/rbenv-default-gems.rb index 1e115cd2d76f0..ebc29a969048b 100644 --- a/Formula/r/rbenv-default-gems.rb +++ b/Formula/r/rbenv-default-gems.rb @@ -7,6 +7,8 @@ class RbenvDefaultGems < Formula revision 1 head "https://github.com/rbenv/rbenv-default-gems.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "ec2121dbae6293c76ef8493c2a22b95f44e2ba23442525daba4757bd9cc3b535" From 78e2fa3419a9ef4f954f730e860e805df3f36e41 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:06 +0200 Subject: [PATCH 05020/10074] rbenv-gemset: added `no_autobump!` --- Formula/r/rbenv-gemset.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-gemset.rb b/Formula/r/rbenv-gemset.rb index 0f816e52613fb..3dde39bb0f7d7 100644 --- a/Formula/r/rbenv-gemset.rb +++ b/Formula/r/rbenv-gemset.rb @@ -6,6 +6,8 @@ class RbenvGemset < Formula license :public_domain head "https://github.com/jf/rbenv-gemset.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4b32914a93a0af5a444ff4ace90678f07969a6e0e3aa5d63d0af655e3e570f1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3a6b6c538ac4b69ed5322a2d056b782ee42a40260359c71465c7817ee87d71a" From 17b5d2733416d8de36e350cc3239a2bb472c3eb9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:06 +0200 Subject: [PATCH 05021/10074] rbenv-vars: added `no_autobump!` --- Formula/r/rbenv-vars.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbenv-vars.rb b/Formula/r/rbenv-vars.rb index 2d51142690b00..376f7f1af68b6 100644 --- a/Formula/r/rbenv-vars.rb +++ b/Formula/r/rbenv-vars.rb @@ -7,6 +7,8 @@ class RbenvVars < Formula revision 1 head "https://github.com/rbenv/rbenv-vars.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "571e19044f1c058d68271c7a8296cccee968ba6e1e0bca75fe8b5167f5888b96" From d15695ebed02145da245b2b1521e49f7a055faa2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:06 +0200 Subject: [PATCH 05022/10074] rbtools: added `no_autobump!` --- Formula/r/rbtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rbtools.rb b/Formula/r/rbtools.rb index 462564a0ed460..3c9015066deae 100644 --- a/Formula/r/rbtools.rb +++ b/Formula/r/rbtools.rb @@ -8,6 +8,8 @@ class Rbtools < Formula license "MIT" head "https://github.com/reviewboard/rbtools.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a62c7635efca81fa9f6fa7c9a32e6d726f9ad633fe7b1b1f297db99fc4f9ba5a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a62c7635efca81fa9f6fa7c9a32e6d726f9ad633fe7b1b1f297db99fc4f9ba5a" From 8cd3f103ee23d3df742ae12ffd2c9d2a8398e212 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:06 +0200 Subject: [PATCH 05023/10074] rc: added `no_autobump!` --- Formula/r/rc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rc.rb b/Formula/r/rc.rb index 97a580de6e4c5..b573e288f7ad7 100644 --- a/Formula/r/rc.rb +++ b/Formula/r/rc.rb @@ -6,6 +6,8 @@ class Rc < Formula sha256 "5ed26334dd0c1a616248b15ad7c90ca678ae3066fa02c5ddd0e6936f9af9bfd8" license "Zlib" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f1229b46bbcd4ea15a8cf6ed36601dc7e2a6e1a0436f4c6f946bc8611c236c9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "64e670569da0f8330abe43a6f0cbb96266ae145b5324add5e71c658d44266745" From c473d4d9d0646fd8d49d800d2e2d616a16f8f769 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:06 +0200 Subject: [PATCH 05024/10074] rcm: added `no_autobump!` --- Formula/r/rcm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rcm.rb b/Formula/r/rcm.rb index 7a471f6bfdd2c..79f82c7002d63 100644 --- a/Formula/r/rcm.rb +++ b/Formula/r/rcm.rb @@ -12,6 +12,8 @@ class Rcm < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "bc964820b4e236614e4a76ea1a6913b25abbe68cfa00a106aae40944b3af8d3f" From f2e7d105f01f12afa7eeae1550fd42086c83f7c3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:07 +0200 Subject: [PATCH 05025/10074] rdap: added `no_autobump!` --- Formula/r/rdap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rdap.rb b/Formula/r/rdap.rb index 80adad4343a82..a7a59ba8dbc3f 100644 --- a/Formula/r/rdap.rb +++ b/Formula/r/rdap.rb @@ -6,6 +6,8 @@ class Rdap < Formula license "MIT" head "https://github.com/openrdap/rdap.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a73abdb1f73b15293ec718621dc35982af08454db08a899d6ddcf2f279eac55" From 72d80432e91a51dabff93824dcadefdeefcc0345 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:07 +0200 Subject: [PATCH 05026/10074] rdate: added `no_autobump!` --- Formula/r/rdate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rdate.rb b/Formula/r/rdate.rb index aac4e455644ab..9096a0c1e78d8 100644 --- a/Formula/r/rdate.rb +++ b/Formula/r/rdate.rb @@ -10,6 +10,8 @@ class Rdate < Formula regex(/href=.*?rdate[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "bbf44b1f5bca7ad76c78766af7c76e1897e391a40841c1f373d4172e0fa88dea" From db69f359281e46d0adb6b92e4b5f9a4a16e1a446 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:07 +0200 Subject: [PATCH 05027/10074] rdiff-backup: added `no_autobump!` --- Formula/r/rdiff-backup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rdiff-backup.rb b/Formula/r/rdiff-backup.rb index acc3f784e2b7f..58fb77a725fad 100644 --- a/Formula/r/rdiff-backup.rb +++ b/Formula/r/rdiff-backup.rb @@ -8,6 +8,8 @@ class RdiffBackup < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "b8a183aadfc497b89651c586a63267398a9ffa1b5fc7181bbb3dba635ed50aa8" From 20dc73e550685ef00328b9bf3643035c3c7a3521 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:07 +0200 Subject: [PATCH 05028/10074] rdkit: added `no_autobump!` --- Formula/r/rdkit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rdkit.rb b/Formula/r/rdkit.rb index f5ba06c72e4d4..40d2e8b9b1987 100644 --- a/Formula/r/rdkit.rb +++ b/Formula/r/rdkit.rb @@ -15,6 +15,8 @@ class Rdkit < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fc0084d88f8068bc87338a68421b0178d089cfc10e9d55ba0a58498c1807830c" sha256 arm64_sonoma: "aff5c49f467699a77fa87cdd1b1ad3cf91a5d5b484e7afe7dc1d2df7f0f90f37" From 3b9d74c5da1af4c3a9cc84787d50aec95c8fbd57 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:07 +0200 Subject: [PATCH 05029/10074] re2: added `no_autobump!` --- Formula/r/re2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/re2.rb b/Formula/r/re2.rb index 6da1f58891a3b..f77151f10d279 100644 --- a/Formula/r/re2.rb +++ b/Formula/r/re2.rb @@ -19,6 +19,8 @@ class Re2 < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "78c39b1bdfc21ac31d89fc69ef35cc28fe7deabd551c3b3ec29c0f200c56c7ae" sha256 cellar: :any, arm64_sonoma: "9dc85bc8e5a00a1a642331e812871dc00ed4a272a8415ec523f278d0dbb1faab" From 525079be6acc377a0a12daf396da79d4c4c8fc95 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:07 +0200 Subject: [PATCH 05030/10074] react-native-cli: added `no_autobump!` --- Formula/r/react-native-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/react-native-cli.rb b/Formula/r/react-native-cli.rb index 850b274e25194..663d9e045b225 100644 --- a/Formula/r/react-native-cli.rb +++ b/Formula/r/react-native-cli.rb @@ -5,6 +5,8 @@ class ReactNativeCli < Formula sha256 "f1039232c86c29fa0b0c85ad2bfe0ff455c3d3cd9af9d9ddb8e9c560231a8322" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "405acef03b37460580b26bc0184b0891653cb58f130b25bcf1f454c0968a8e70" From 613005de64323cbd4844444b1941610b269ce170 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:08 +0200 Subject: [PATCH 05031/10074] readerwriterqueue: added `no_autobump!` --- Formula/r/readerwriterqueue.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/readerwriterqueue.rb b/Formula/r/readerwriterqueue.rb index 68c986364e983..2531248b758aa 100644 --- a/Formula/r/readerwriterqueue.rb +++ b/Formula/r/readerwriterqueue.rb @@ -5,6 +5,8 @@ class Readerwriterqueue < Formula sha256 "532224ed052bcd5f4c6be0ed9bb2b8c88dfe7e26e3eb4dd9335303b059df6691" license all_of: ["BSD-2-Clause", "Zlib"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "907ae19ab677f362e0f4e54395b94da1703ef246bcc6083787fd4de3f0fb33a2" end From f96ec06ddcbfec1bb913f1fa077643c629d9abc3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:08 +0200 Subject: [PATCH 05032/10074] readline: added `no_autobump!` --- Formula/r/readline.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/readline.rb b/Formula/r/readline.rb index 69cf419cd42ae..d350d0adf1fc1 100644 --- a/Formula/r/readline.rb +++ b/Formula/r/readline.rb @@ -67,6 +67,8 @@ class Readline < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "738c27ceee9a8b198f98438477ef7a513a96a965e3a434ac3aa8fb4ed76494b1" sha256 cellar: :any, arm64_sonoma: "e46d4ff0c800dd35b9d5cef74e61ade54edc0834231f35c695af206bed9e3608" From d7233f5b51741b6bf9e8e65a8c58beed2a68501b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:08 +0200 Subject: [PATCH 05033/10074] readosm: added `no_autobump!` --- Formula/r/readosm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/readosm.rb b/Formula/r/readosm.rb index f6259ea98c88f..686c0527183ef 100644 --- a/Formula/r/readosm.rb +++ b/Formula/r/readosm.rb @@ -10,6 +10,8 @@ class Readosm < Formula regex(/href=.*?readosm[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "08bbbc1a2839abc8e05b2e77ca2ccf248dc1ff4525ce893329d41306dfc33736" sha256 cellar: :any, arm64_sonoma: "ec95a91f77c40f87229dab3be2be87e40354ac76c9517752524cccb44ae20219" From ec80e54174c44301902801b97df5da708b859c6a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:08 +0200 Subject: [PATCH 05034/10074] reattach-to-user-namespace: added `no_autobump!` --- Formula/r/reattach-to-user-namespace.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/reattach-to-user-namespace.rb b/Formula/r/reattach-to-user-namespace.rb index a755a1b647b97..ad2e10be9d186 100644 --- a/Formula/r/reattach-to-user-namespace.rb +++ b/Formula/r/reattach-to-user-namespace.rb @@ -6,6 +6,8 @@ class ReattachToUserNamespace < Formula license "BSD-2-Clause" head "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd39282391ec191e5421c47cf7dbc9c7c4a58ac1cf271d09b453d49e0068b3fb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c946e781c18777b2156251b59a44f1db80cd39d59c18dce460011a0176566b7" From 664bf10c7bff8816eb43771931d7581d9351aac0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:08 +0200 Subject: [PATCH 05035/10074] reaver: added `no_autobump!` --- Formula/r/reaver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/reaver.rb b/Formula/r/reaver.rb index f52eda58df73c..65818aac7a186 100644 --- a/Formula/r/reaver.rb +++ b/Formula/r/reaver.rb @@ -5,6 +5,8 @@ class Reaver < Formula sha256 "e329a0da0b6dd888916046535ff86a6aa144644561937954e560bb1810ab6702" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "67906250f6cd74d13aa313315e80b46b0998e898a1c0589dcb67a3652b02081f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "700af545d75c81c4edaecf553e15ca681dca5d5c99beb69c54eac5698e75ccc6" From 8ca26de391c137b65c151cbb093847bb0d3d264b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:09 +0200 Subject: [PATCH 05036/10074] recon-ng: added `no_autobump!` --- Formula/r/recon-ng.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/recon-ng.rb b/Formula/r/recon-ng.rb index e7e45997ffd76..43f7fc78e995c 100644 --- a/Formula/r/recon-ng.rb +++ b/Formula/r/recon-ng.rb @@ -12,6 +12,8 @@ class ReconNg < Formula license "GPL-3.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 7 sha256 cellar: :any, arm64_sequoia: "73ef8f988840d76008deb366dcb3540b381b9344ea2dd1633262c2289939771f" From af0f56e3196ed38fbecef96cf5fbce4fc38bdf17 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:09 +0200 Subject: [PATCH 05037/10074] recoverjpeg: added `no_autobump!` --- Formula/r/recoverjpeg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/recoverjpeg.rb b/Formula/r/recoverjpeg.rb index 9726b4b78ec2c..a15f434d72c89 100644 --- a/Formula/r/recoverjpeg.rb +++ b/Formula/r/recoverjpeg.rb @@ -10,6 +10,8 @@ class Recoverjpeg < Formula regex(/href=.*?recoverjpeg[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5246787a0e2678f90c0df0da8f43a4eb2de1ec4ab3fcc6398f66854db6571ac" From 643f7796b19ce20bde6260c2ac57d041bdefbbb7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:09 +0200 Subject: [PATCH 05038/10074] recutils: added `no_autobump!` --- Formula/r/recutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/recutils.rb b/Formula/r/recutils.rb index 3d56148d73289..e436534c1c149 100644 --- a/Formula/r/recutils.rb +++ b/Formula/r/recutils.rb @@ -6,6 +6,8 @@ class Recutils < Formula sha256 "6301592b0020c14b456757ef5d434d49f6027b8e5f3a499d13362f205c486e0e" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f1c4d50014f990bf82b005678e5e50d0437c4832db83e80094e0fcfbad824078" sha256 cellar: :any, arm64_sonoma: "229e25a458f74f9b9e1229b08dd839a18f7e06cede1aaecc890b645f645c80e1" From f3f6a5dc8fc7f0665d5e1b976173359f55709149 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:09 +0200 Subject: [PATCH 05039/10074] red-tldr: added `no_autobump!` --- Formula/r/red-tldr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/red-tldr.rb b/Formula/r/red-tldr.rb index dae64d5d8b606..a308c556f8a51 100644 --- a/Formula/r/red-tldr.rb +++ b/Formula/r/red-tldr.rb @@ -6,6 +6,8 @@ class RedTldr < Formula license "MIT" head "https://github.com/Rvn0xsy/red-tldr.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a4763cc47c39163940cd6921068b6eabf24269fbc648f0f91c352ca46470eac" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f17f3eaa4917886c572dca60179e11abd40391fbf92863ebeaef7a239d3297db" From af445615a53dfa7ee3cb5d192dfbcb5d91731be3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:09 +0200 Subject: [PATCH 05040/10074] redex: added `no_autobump!` --- Formula/r/redex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/redex.rb b/Formula/r/redex.rb index 85f48500ec918..c4c6c33ec4492 100644 --- a/Formula/r/redex.rb +++ b/Formula/r/redex.rb @@ -38,6 +38,8 @@ class Redex < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "65347da8f446206921fbb0603b12153dacc92e1eaa161b1b74ebb38576d5ac3c" sha256 cellar: :any, arm64_sonoma: "b658660c4464c283aa5cdf0605713ef2dfc3175a2d1fe3b57469596f784eb2c0" From 70c4dcc22ffdb52406a2d7226cff3246ca96dfdf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:09 +0200 Subject: [PATCH 05041/10074] redir: added `no_autobump!` --- Formula/r/redir.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/redir.rb b/Formula/r/redir.rb index 5006fa86bafb7..2ba249a968ba9 100644 --- a/Formula/r/redir.rb +++ b/Formula/r/redir.rb @@ -5,6 +5,8 @@ class Redir < Formula sha256 "7ce53ac52a24c1b3279b994bfffbd429c44df2db10a4b1a0f54e108604fdae6e" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e85d33d0d3a7fb6b68dbb5d94ad15d7aa150931c9d0761b1dfa9e2e1ab39bf24" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c61f424df5b1d03951e0d7bce56a1df8e743fc23adfb6701e327ba9f5cf5b33" From 4348442336e443818d641ad87e0adc82785e1457 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:10 +0200 Subject: [PATCH 05042/10074] redis-leveldb: added `no_autobump!` --- Formula/r/redis-leveldb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/redis-leveldb.rb b/Formula/r/redis-leveldb.rb index 74bc0648735be..99fc85a31e742 100644 --- a/Formula/r/redis-leveldb.rb +++ b/Formula/r/redis-leveldb.rb @@ -7,6 +7,8 @@ class RedisLeveldb < Formula revision 4 head "https://github.com/KDr2/redis-leveldb.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "18a394308e77b5655a37776c66a468aaa71b5bb152b59c666ef1017f88f77257" sha256 cellar: :any, arm64_sonoma: "2c4f724a8e484fe6949b3733a7c1d4201370dabbbbd3b5e4a7e4b4312a06bba7" From 4181d83d4c5145e4bb3e427138e1ce763627794a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:10 +0200 Subject: [PATCH 05043/10074] redis@6.2: added `no_autobump!` --- Formula/r/redis@6.2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/redis@6.2.rb b/Formula/r/redis@6.2.rb index 9412494eb8d19..0ce2e308dbc67 100644 --- a/Formula/r/redis@6.2.rb +++ b/Formula/r/redis@6.2.rb @@ -11,6 +11,8 @@ class RedisAT62 < Formula any_of: ["CC0-1.0", "BSD-2-Clause"], # deps/hdr_histogram ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bd4e8b149de304f96ca737de9dbbfa4a3055dd93df5a0bf42d25dec056bc81d3" sha256 cellar: :any, arm64_sonoma: "097a41d0f9e5c0a68981de1230d7d7d9cda8454aed0ac9ff038e8f48e2a5214e" From 9c301f225e75ac424da9f89d1fba2dd2f0d9e749 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:10 +0200 Subject: [PATCH 05044/10074] redland: added `no_autobump!` --- Formula/r/redland.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/redland.rb b/Formula/r/redland.rb index 8f6920ac0210f..1ae02b51a47d3 100644 --- a/Formula/r/redland.rb +++ b/Formula/r/redland.rb @@ -11,6 +11,8 @@ class Redland < Formula regex(/href=.*?redland[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "16526f739bc4c35eb3524005689e270dd9ce0828e0934d9d57f9693338b7fcda" sha256 arm64_sonoma: "4671a0bffac8906190119990c40dd6642a6f432ec02ce96c56456c5cb48c91ab" From dc6d0cf2ffa944d926e1d60898ca5689a10806a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:10 +0200 Subject: [PATCH 05045/10074] redo: added `no_autobump!` --- Formula/r/redo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/redo.rb b/Formula/r/redo.rb index 75d3a01b98a22..03893a5cafa31 100644 --- a/Formula/r/redo.rb +++ b/Formula/r/redo.rb @@ -8,6 +8,8 @@ class Redo < Formula license "Apache-2.0" revision 2 + no_autobump! because: :requires_manual_review + bottle do rebuild 6 sha256 cellar: :any_skip_relocation, all: "1efbd77be03b0fe6a112cad4db0910ddb6eeb101f5999322589e8f9ed6ff9870" From 43cbe7d1eaf7b1d7a5d7bb73c14bdcfe63132dbe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:10 +0200 Subject: [PATCH 05046/10074] redshift: added `no_autobump!` --- Formula/r/redshift.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/redshift.rb b/Formula/r/redshift.rb index 9e0482bb787ec..77d5991afc917 100644 --- a/Formula/r/redshift.rb +++ b/Formula/r/redshift.rb @@ -6,6 +6,8 @@ class Redshift < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "82b1df8db7796fa1af92a7b3ef4ea428e4d94a65850a5e2cdb90f354605cf065" From c7c6389671a99d6a1e3a99ee8e377e4d00a98955 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:11 +0200 Subject: [PATCH 05047/10074] redstore: added `no_autobump!` --- Formula/r/redstore.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/redstore.rb b/Formula/r/redstore.rb index 034b65e0686fc..3b7d6e220b115 100644 --- a/Formula/r/redstore.rb +++ b/Formula/r/redstore.rb @@ -10,6 +10,8 @@ class Redstore < Formula regex(/href=.*?redstore[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "722eb9bb530ade0f251ce260bc4f0dc3b519b164e86d2c3792d6559edfd1f01e" sha256 cellar: :any, arm64_sonoma: "17d341618995c10bb92327af09bc2af0fb295fc798fb229b5813db72e912f639" From 1c8bae85c2b42a50b6b3326e1984918156c0a10d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:11 +0200 Subject: [PATCH 05048/10074] reflex: added `no_autobump!` --- Formula/r/reflex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/reflex.rb b/Formula/r/reflex.rb index 9655bd8402777..0004ba35dd289 100644 --- a/Formula/r/reflex.rb +++ b/Formula/r/reflex.rb @@ -6,6 +6,8 @@ class Reflex < Formula license "MIT" head "https://github.com/cespare/reflex.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "188a2f2056610511ae1b9b7bbbc373091f88600c5cc28ee13eb57eaee4e21d3e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7203be2c2bcb77f967584006bb447f041897f78748cb3a6f8e84fd770c66016e" From 24aad68a23a247452eaa05a57f3096b8724a9824 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:11 +0200 Subject: [PATCH 05049/10074] reg: added `no_autobump!` --- Formula/r/reg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/reg.rb b/Formula/r/reg.rb index d38c542e93ebe..ac70ed53aea34 100644 --- a/Formula/r/reg.rb +++ b/Formula/r/reg.rb @@ -5,6 +5,8 @@ class Reg < Formula sha256 "b65787bff71bff21f21adc933799e70aa9b868d19b1e64f8fd24ebdc19058430" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3467572641a49a95d3337e16c68fe76dd65377026f02478d955512679303cf42" sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb3907d256779b4df3e1c499bc389b56135e9cb22f7414bad350f74a0ff90a12" From 90993656ca67ab6e13a0d4b3960c3cc0c9061124 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:11 +0200 Subject: [PATCH 05050/10074] regex-opt: added `no_autobump!` --- Formula/r/regex-opt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/regex-opt.rb b/Formula/r/regex-opt.rb index 833c812c74b58..4281166af9bb1 100644 --- a/Formula/r/regex-opt.rb +++ b/Formula/r/regex-opt.rb @@ -10,6 +10,8 @@ class RegexOpt < Formula regex(/href=.*?regex-opt[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "e8f6966781bb65e96887151f04d99914b4a4401e4888c2d88d5e82a15aa41937" From c472150f8943131f91f5d6077623ed59cab6671d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:11 +0200 Subject: [PATCH 05051/10074] regldg: added `no_autobump!` --- Formula/r/regldg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/regldg.rb b/Formula/r/regldg.rb index 1839b1122004c..97d962fea3dab 100644 --- a/Formula/r/regldg.rb +++ b/Formula/r/regldg.rb @@ -5,6 +5,8 @@ class Regldg < Formula sha256 "f5f401c645a94d4c737cefa2bbcb62f23407d25868327902b9c93b501335dc99" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "95d8adc13413bbb6abd01895354b0e47b03ab86dff6c33de659516dc9b301d95" sha256 cellar: :any_skip_relocation, arm64_sonoma: "91af1452780b526334c5393e27c0a833d91175120733a19db43ce1c37b05544d" From efc308013ade35e4aed7b5fec0d89994357fb35e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:11 +0200 Subject: [PATCH 05052/10074] regula: added `no_autobump!` --- Formula/r/regula.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/regula.rb b/Formula/r/regula.rb index 4be692e8fa162..2753aaefe8e96 100644 --- a/Formula/r/regula.rb +++ b/Formula/r/regula.rb @@ -7,6 +7,8 @@ class Regula < Formula license "Apache-2.0" head "https://github.com/fugue/regula.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "78f8f0c903978728c4f426cad57acba7b83a41f40430fb0476efe43cb32f4697" sha256 cellar: :any_skip_relocation, arm64_sonoma: "40388fa42fc5f575c9fb2a660dfa64ea996ae9626d38befc13a6a68ef65d3d0e" From 2f0f8490f3120f5acb9053820d4ef08219d702f7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:12 +0200 Subject: [PATCH 05053/10074] rem: added `no_autobump!` --- Formula/r/rem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rem.rb b/Formula/r/rem.rb index 1bd701198db03..0735e29f13cee 100644 --- a/Formula/r/rem.rb +++ b/Formula/r/rem.rb @@ -5,6 +5,8 @@ class Rem < Formula sha256 "e57173a26d2071692d72f3374e36444ad0b294c1284e3b28706ff3dbe38ce8af" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "18d24b6a8f332bb30a204b078ae06569a7fc851895aea755e5c3771a24b60ddd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bda72308d8fd433628ebefa28e3821f2a6be7544ae2e358d09be602b8bf8f9da" From d8488b6fd051154f3eade76790d20ff22b669b6b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:12 +0200 Subject: [PATCH 05054/10074] remake: added `no_autobump!` --- Formula/r/remake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/remake.rb b/Formula/r/remake.rb index 8f68142538ac8..32c800d20ddae 100644 --- a/Formula/r/remake.rb +++ b/Formula/r/remake.rb @@ -17,6 +17,8 @@ class Remake < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "e653146f267c162714ce0110f5cc892c9a2cbf2e0555922a31f26e65139385ab" From 5cc428aef8ee9a848b9f82f3cfa874854daf89d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:12 +0200 Subject: [PATCH 05055/10074] remctl: added `no_autobump!` --- Formula/r/remctl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/remctl.rb b/Formula/r/remctl.rb index a0f26f509cb6e..e59b194f6ff80 100644 --- a/Formula/r/remctl.rb +++ b/Formula/r/remctl.rb @@ -10,6 +10,8 @@ class Remctl < Formula regex(/href=.*?remctl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "a22e6463332dd82c82e286ebfdcb40577f163967c473d012c468c8b215e905e8" From 43d6739e0758d7d50a2ab1093b2a1c26866ec3ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:12 +0200 Subject: [PATCH 05056/10074] ren: added `no_autobump!` --- Formula/r/ren.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ren.rb b/Formula/r/ren.rb index f59fba6f060af..01066dfa819c1 100644 --- a/Formula/r/ren.rb +++ b/Formula/r/ren.rb @@ -9,6 +9,8 @@ class Ren < Formula skip "Not actively developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a3c1d2e3849aad71fa4b7f54cfbae86184153159a8019839ac7fb69747cebc0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e228ed14477809a0b2e182d476e09213ac70ffa87469e637e3c8d0f446be2a1" From 8e6d8f9a5564d0898500e3b094dfbda1f290fe10 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:12 +0200 Subject: [PATCH 05057/10074] rename: added `no_autobump!` --- Formula/r/rename.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rename.rb b/Formula/r/rename.rb index 2bfe53bb28bbd..8d048d429beb0 100644 --- a/Formula/r/rename.rb +++ b/Formula/r/rename.rb @@ -6,6 +6,8 @@ class Rename < Formula license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"] head "https://github.com/ap/rename.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "ef28d01adefde7f83ad97aeb21b4af98f66b5594ac7d69bb76f01b3f2ac80145" From 679dbcf045edeb665b6cdf1e9d7787beb0a58c67 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:12 +0200 Subject: [PATCH 05058/10074] renameutils: added `no_autobump!` --- Formula/r/renameutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/renameutils.rb b/Formula/r/renameutils.rb index 9d39cd362b869..0019fbf9e2905 100644 --- a/Formula/r/renameutils.rb +++ b/Formula/r/renameutils.rb @@ -11,6 +11,8 @@ class Renameutils < Formula regex(/href=.*?renameutils[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "93b6c0287a2a5222cc55484b0baa724174ac826afffc016f75165fdc0d37e6ea" sha256 cellar: :any, arm64_sonoma: "9f28d9eb889603714cc5473541918196f60aab1e053791993ae53afd14c27926" From 43d50e92b111ce2a2a822b7fe93ebc7f01a699c9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:13 +0200 Subject: [PATCH 05059/10074] reop: added `no_autobump!` --- Formula/r/reop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/reop.rb b/Formula/r/reop.rb index 415a2242bd63d..8703974981203 100644 --- a/Formula/r/reop.rb +++ b/Formula/r/reop.rb @@ -11,6 +11,8 @@ class Reop < Formula skip "No longer developed" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b1329c9bb7f9a9adb0ccf90c4c045cfa032215406f48c4fbe5d5f010019091a9" sha256 cellar: :any, arm64_sonoma: "0a34d7d7270cd31264c8064b44f2fd1475a6edec8d159f2455ba6d5f6a5dce80" From 7e05dcedc233c596cec99bb55d1728b8c6067794 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:13 +0200 Subject: [PATCH 05060/10074] repl: added `no_autobump!` --- Formula/r/repl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/repl.rb b/Formula/r/repl.rb index 08f2d35ba546b..b0a0f519ebd8f 100644 --- a/Formula/r/repl.rb +++ b/Formula/r/repl.rb @@ -5,6 +5,8 @@ class Repl < Formula sha256 "d0542404f03159b0d6eb22a1aa4a509714c87c8594fca5121c578d50d950307d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "497a5e7b673fbd288181f823e1b1a7ba71770b6d3da82bd66ac100c60b0295b3" end From 46413bd230c36e5a4ebd2846c9130c76871a4ca3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:13 +0200 Subject: [PATCH 05061/10074] reprepro: added `no_autobump!` --- Formula/r/reprepro.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/reprepro.rb b/Formula/r/reprepro.rb index e7f75df391037..6552486c49d84 100644 --- a/Formula/r/reprepro.rb +++ b/Formula/r/reprepro.rb @@ -10,6 +10,8 @@ class Reprepro < Formula regex(/href=.*?reprepro[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "badeb1ae69e64807080d2a9a593d5195e784998e9fd7ac3c38666f90c3ac3aea" sha256 cellar: :any, arm64_sonoma: "6ae8f574c8fbfa13776901135cf93d2764d7fc039d7ab6727c959310785769b6" From e0a92b751b32fec9226dd83babfa0d2130e7ff81 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:13 +0200 Subject: [PATCH 05062/10074] req: added `no_autobump!` --- Formula/r/req.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/req.rb b/Formula/r/req.rb index c806c8866c61a..aba262458a005 100644 --- a/Formula/r/req.rb +++ b/Formula/r/req.rb @@ -5,6 +5,8 @@ class Req < Formula sha256 "4b628556876a5d16e05bdcca8b9a0e9147d48d801e49b0acc624adf6cb4e5350" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "80b342c2fd081a819943fe63fd72a9c3b2e53ffa78ca8d34b45b841f9120910e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "af8452502e589a8191f0c752198d5e9167188cee8314310ecaa24adcb12f7445" From 6614fd39ce5bc2089c22f1661af218a082cadd5a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:13 +0200 Subject: [PATCH 05063/10074] reshape: added `no_autobump!` --- Formula/r/reshape.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/reshape.rb b/Formula/r/reshape.rb index 32ba37229e96b..715fcbd272600 100644 --- a/Formula/r/reshape.rb +++ b/Formula/r/reshape.rb @@ -6,6 +6,8 @@ class Reshape < Formula license "MIT" head "https://github.com/fabianlindfors/reshape.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "44a403226dcc034a328658eef19b96d0abf441c2042d4777fdad22b74dc4cc41" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b29676af2bbf22ea192ead306a354827084c97c13eec0bac3f51a05117a598d3" From aabe0241932154f8f1719c7235a90d2eab1d8eae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:13 +0200 Subject: [PATCH 05064/10074] resty: added `no_autobump!` --- Formula/r/resty.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/resty.rb b/Formula/r/resty.rb index 1c02720c087c1..3e961188d923c 100644 --- a/Formula/r/resty.rb +++ b/Formula/r/resty.rb @@ -9,6 +9,8 @@ class Resty < Formula revision 1 head "https://github.com/micha/resty.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec5b20a27d1c9548291ebe45f91976563e04c018f9c1f8550fd616b715fa6791" From 8e53893ebc684e61916ad96d5887972f1e872cb1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:14 +0200 Subject: [PATCH 05065/10074] retdec: added `no_autobump!` --- Formula/r/retdec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/retdec.rb b/Formula/r/retdec.rb index c437424b13216..167e2256029a0 100644 --- a/Formula/r/retdec.rb +++ b/Formula/r/retdec.rb @@ -8,6 +8,8 @@ class Retdec < Formula revision 1 head "https://github.com/avast/retdec.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "216414b394e83210cce369da37d371ac44b4e3b6f6008fa16191efacc4ea9eaa" From 4dad36e21962ec13701a12b3211a44cb6fee66e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:14 +0200 Subject: [PATCH 05066/10074] rethinkdb: added `no_autobump!` --- Formula/r/rethinkdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rethinkdb.rb b/Formula/r/rethinkdb.rb index de824a1eaee7f..369965ae0e163 100644 --- a/Formula/r/rethinkdb.rb +++ b/Formula/r/rethinkdb.rb @@ -8,6 +8,8 @@ class Rethinkdb < Formula license "Apache-2.0" head "https://github.com/rethinkdb/rethinkdb.git", branch: "next" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "08cd5f3a221e9ade6d2e9ccad0cb73f10094855e2f362dbebb274c7dba1fbc3c" sha256 cellar: :any, arm64_sonoma: "12c05ba1583bb06660d8630fab1a5d3335bc43fddd5827c2b34ff01660dfbbd2" From b8dd855d5eb57234b84624dbfe9a6a43bb64f0a7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:14 +0200 Subject: [PATCH 05067/10074] retry: added `no_autobump!` --- Formula/r/retry.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/retry.rb b/Formula/r/retry.rb index 19e4dbbf74ff1..67272db3218d7 100644 --- a/Formula/r/retry.rb +++ b/Formula/r/retry.rb @@ -5,6 +5,8 @@ class Retry < Formula sha256 "68e241d10f0e2d784a165634bb2eb12b7baf0a9fd9d27c4d54315382597d892e" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba9aabeed58659b5bb810b2cc266bcce7b9bdafa7767bd553b362e1add65e062" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fab2637e747061b35b938d0ec128394c62e5c6322913ca9e36a780ac7cf7baf5" From ac06163c953d473e184f0c5e249cfb4a29686a17 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:14 +0200 Subject: [PATCH 05068/10074] rfcstrip: added `no_autobump!` --- Formula/r/rfcstrip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rfcstrip.rb b/Formula/r/rfcstrip.rb index e587ada57c349..01983700e0886 100644 --- a/Formula/r/rfcstrip.rb +++ b/Formula/r/rfcstrip.rb @@ -6,6 +6,8 @@ class Rfcstrip < Formula # License is similar to TCL license but omits the government use clause license :cannot_represent + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "19d81dc32428b71ea0c78047c6036eba4381ab7e6305051f3790d2dfc34ce2be" From 33ab46adc08136df4a59965ee947f6b44ec0015b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:14 +0200 Subject: [PATCH 05069/10074] rgf: added `no_autobump!` --- Formula/r/rgf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rgf.rb b/Formula/r/rgf.rb index 1eaa92e851f5c..726ea0c96dd51 100644 --- a/Formula/r/rgf.rb +++ b/Formula/r/rgf.rb @@ -10,6 +10,8 @@ class Rgf < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b562241e4a197e502fe1483c9a613bb9c32c272a94583a6f8ef26a1844ed644e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6b81f03b0a52638c91d73ed4681476019f1d1ca9be5f61a2e044e48af2b6fe7" From 89bf9cd54c0ec8b5683e317f5cdd2d8810c9d618 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:14 +0200 Subject: [PATCH 05070/10074] rgxg: added `no_autobump!` --- Formula/r/rgxg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rgxg.rb b/Formula/r/rgxg.rb index 6e6d7fd4d06b2..932dbaaad329b 100644 --- a/Formula/r/rgxg.rb +++ b/Formula/r/rgxg.rb @@ -5,6 +5,8 @@ class Rgxg < Formula sha256 "554741f95dcc320459875c248e2cc347b99f809d9555c957d763d3d844e917c6" license "Zlib" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "80c6d906b67ef65832f1724146eef85c50e01d73f3808c87c7b4dd1eadc39102" sha256 cellar: :any, arm64_sonoma: "6b1d2f700c3ca6fc03930409bb4ec68cbdbcbb2931facef03d2422369c29f81a" From 3b45b557a2ac4ffd950cbe57baeaa0a55c49f882 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:15 +0200 Subject: [PATCH 05071/10074] rich-cli: added `no_autobump!` --- Formula/r/rich-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rich-cli.rb b/Formula/r/rich-cli.rb index 1db8bb2134bf7..ff8ebc96953a6 100644 --- a/Formula/r/rich-cli.rb +++ b/Formula/r/rich-cli.rb @@ -8,6 +8,8 @@ class RichCli < Formula license "MIT" revision 6 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c3304709ad3006fba00a93e4be5df3a01915f2e1ce0139f10a75f2b1c948e176" From d4480677a3a435ecb275dff7c91ea8e40daa217e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:15 +0200 Subject: [PATCH 05072/10074] richgo: added `no_autobump!` --- Formula/r/richgo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/richgo.rb b/Formula/r/richgo.rb index 8f0d332ddf687..6d716534241c4 100644 --- a/Formula/r/richgo.rb +++ b/Formula/r/richgo.rb @@ -6,6 +6,8 @@ class Richgo < Formula license "MIT" head "https://github.com/kyoh86/richgo.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "967353f6b2bfa1c35a96f76eb85b98d3e6ea91d8b424a2655e80ab957884591b" From b78783fd45dce5d2737fe57b3444dad0f82088b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:15 +0200 Subject: [PATCH 05073/10074] rig: added `no_autobump!` --- Formula/r/rig.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rig.rb b/Formula/r/rig.rb index 2862cf32ef322..9c28a33c19eb6 100644 --- a/Formula/r/rig.rb +++ b/Formula/r/rig.rb @@ -5,6 +5,8 @@ class Rig < Formula sha256 "00bfc970d5c038c1e68bc356c6aa6f9a12995914b7d4fda69897622cb5b77ab8" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "794a9e6df14ced7ebcdfdd890a1a51145882325ff6f196b0775f4503289ef38a" sha256 arm64_sonoma: "c49772908fab4d132435015e225760d30f00d742f5e09123c71cdf90a453d3ea" From 698e95ddb0011444d704c54a489e12f4a2761e1b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:15 +0200 Subject: [PATCH 05074/10074] rinetd: added `no_autobump!` --- Formula/r/rinetd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rinetd.rb b/Formula/r/rinetd.rb index 8a1f10b18d38c..a09d15c8d4637 100644 --- a/Formula/r/rinetd.rb +++ b/Formula/r/rinetd.rb @@ -14,6 +14,8 @@ class Rinetd < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1aa4fa0021a1509710ef1b13f7e76d7ec8b1f819f941835040807ce8255599d2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b64c37c93190bdea6d086f34832b7db19ee69cd22ce7046e6c371a0c6b292a22" From 14bf67b10cf0acb6e8d976ace4bfbb7af52e80f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:15 +0200 Subject: [PATCH 05075/10074] ringojs: added `no_autobump!` --- Formula/r/ringojs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ringojs.rb b/Formula/r/ringojs.rb index 77c2e83b8f5f6..7846fa016d1dd 100644 --- a/Formula/r/ringojs.rb +++ b/Formula/r/ringojs.rb @@ -10,6 +10,8 @@ class Ringojs < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "3ab47d6d66c7528f9cc7b67be71d428bdab468c46724952615112e03cc50a544" From 981ec2b464abab4f22ce8d1de6511531ddd5156d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:16 +0200 Subject: [PATCH 05076/10074] rink: added `no_autobump!` --- Formula/r/rink.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rink.rb b/Formula/r/rink.rb index f6244f5150863..d45b72f1c6150 100644 --- a/Formula/r/rink.rb +++ b/Formula/r/rink.rb @@ -5,6 +5,8 @@ class Rink < Formula sha256 "40048e84c2b606e50bf05dec2813acedeb48066cd48537d0dea453a72d000d60" license all_of: ["MPL-2.0", "GPL-3.0-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9e9d83c728a0232035908223bf1d4b0823c6c96eefb95d72c08a060f9e8c1fa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "886a2268e178971f189a726cd76757c20110bcd2fad8cb68ff6bb911a93519e3" From 8c3ffa5841a364f5c6fe90bf203afd2ce6aa5774 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:16 +0200 Subject: [PATCH 05077/10074] ripgrep: added `no_autobump!` --- Formula/r/ripgrep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ripgrep.rb b/Formula/r/ripgrep.rb index 3c45c95d4a677..29b40d0d71a5b 100644 --- a/Formula/r/ripgrep.rb +++ b/Formula/r/ripgrep.rb @@ -11,6 +11,8 @@ class Ripgrep < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b8bf5e73c9c9b441de067ec86ac167b071ecc2078dcb1d89d2cebbb151feab35" sha256 cellar: :any, arm64_sonoma: "47b9c3515c866b147f0e98735cab165d6471b9f28fab1ba2c57e59c43da5c10b" From 46e8d37b204441b62b587b80bd86b96ec772b54b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:16 +0200 Subject: [PATCH 05078/10074] ripmime: added `no_autobump!` --- Formula/r/ripmime.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ripmime.rb b/Formula/r/ripmime.rb index 3dbe5faf84d71..6f548ce457468 100644 --- a/Formula/r/ripmime.rb +++ b/Formula/r/ripmime.rb @@ -5,6 +5,8 @@ class Ripmime < Formula sha256 "6d551d6b65b4da6c6b8dfd05be8141026cc760ca1fb8a707b7bf96c199c9f52d" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d5c2db89d1a44f0e239ce29344d3c0fd8cf1bcb87323604a35637c216f74a2f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dda645f1d8cc8b55fcb8fba6747ac3162330de3b50a6e42bb50859ce0d5bb383" From 7de469e9ff35914dd0285297c24d26daf6170061 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:16 +0200 Subject: [PATCH 05079/10074] riscv64-elf-binutils: added `no_autobump!` --- Formula/r/riscv64-elf-binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/riscv64-elf-binutils.rb b/Formula/r/riscv64-elf-binutils.rb index fd40fdea0b9f9..5df7bc7ec56db 100644 --- a/Formula/r/riscv64-elf-binutils.rb +++ b/Formula/r/riscv64-elf-binutils.rb @@ -10,6 +10,8 @@ class Riscv64ElfBinutils < Formula formula "binutils" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f472f7fe69981f7d860f6f0e6e1bc78e6639226f8bc2f4e7744a9f177b079ce9" sha256 arm64_sonoma: "c46cd7e69e1749187f014b0fbf1668c191a0424b7fd6a95c24bb2c392a0e66f7" From 9a729a1722b9ac96fc1a5c423113921b79fb03a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:16 +0200 Subject: [PATCH 05080/10074] riscv64-elf-gdb: added `no_autobump!` --- Formula/r/riscv64-elf-gdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/riscv64-elf-gdb.rb b/Formula/r/riscv64-elf-gdb.rb index b86fc6f1e8129..d6076d7488128 100644 --- a/Formula/r/riscv64-elf-gdb.rb +++ b/Formula/r/riscv64-elf-gdb.rb @@ -11,6 +11,8 @@ class Riscv64ElfGdb < Formula formula "gdb" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fc182c3f9b43f0706c5e38ad0cc227b5a0462f413b3e7975137baafcbf9f75bb" sha256 arm64_sonoma: "0e376f70fab060eb7a19ea146565b21f25c39fad626b9345f16ba541f98b7e05" From 9107ed506a71cf59c29f4595782849060349de9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:16 +0200 Subject: [PATCH 05081/10074] rkflashtool: added `no_autobump!` --- Formula/r/rkflashtool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rkflashtool.rb b/Formula/r/rkflashtool.rb index 4faf69a2931bc..8878f7fdfe8f4 100644 --- a/Formula/r/rkflashtool.rb +++ b/Formula/r/rkflashtool.rb @@ -6,6 +6,8 @@ class Rkflashtool < Formula license "BSD-2-Clause" head "https://git.code.sf.net/p/rkflashtool/Git.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5b977024f0938d2c9cf116821d05dfa00585f65d06b2158daadd6fdd99db991d" sha256 cellar: :any, arm64_sonoma: "5ce2c505c683a80dc90ee03c57e100121f0cbec5e2805e0e85c74f916f1a5fbf" From 1ca2782570afa32f94b6a344d589cf5b6b24a4a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:17 +0200 Subject: [PATCH 05082/10074] rkhunter: added `no_autobump!` --- Formula/r/rkhunter.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rkhunter.rb b/Formula/r/rkhunter.rb index 7f04f15220095..cbddc89a89d7c 100644 --- a/Formula/r/rkhunter.rb +++ b/Formula/r/rkhunter.rb @@ -5,6 +5,8 @@ class Rkhunter < Formula sha256 "f750aa3e22f839b637a073647510d7aa3adf7496e21f3c875b7a368c71d37487" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5635d3ac60704bc062b8336a912daa80d97cf9fd8d847572c55d82b8e87bbd60" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b2a4538360218a1f44f63eb61a24e6b9ecc36dfc613dfb2c404f10f8cb75a7f" From 77cbe564539fc2f6cc4bc0885804c02b7cec1105 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:17 +0200 Subject: [PATCH 05083/10074] rlog: added `no_autobump!` --- Formula/r/rlog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rlog.rb b/Formula/r/rlog.rb index 7d68e7565b435..84e644b4c1632 100644 --- a/Formula/r/rlog.rb +++ b/Formula/r/rlog.rb @@ -5,6 +5,8 @@ class Rlog < Formula sha256 "a938eeedeb4d56f1343dc5561bc09ae70b24e8f70d07a6f8d4b6eed32e783f79" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "17aeadbbb0c7138389b80f0cecf0c59b6a329176eda02d38a9566502110f72f4" sha256 cellar: :any, arm64_sonoma: "408100778814811a72a063dd53302248c2d291baa55534a3a58daf16a14a1ffe" From 9970f262b54cab47430ae1da9266c4156e9bbe18 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:17 +0200 Subject: [PATCH 05084/10074] rm-improved: added `no_autobump!` --- Formula/r/rm-improved.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rm-improved.rb b/Formula/r/rm-improved.rb index 35bed2e415064..20bf93beca910 100644 --- a/Formula/r/rm-improved.rb +++ b/Formula/r/rm-improved.rb @@ -11,6 +11,8 @@ class RmImproved < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "45fb60809e7c4e6c71f683aa81087c2985f92347819adbadad6d736a65efd62c" From ccac8a6348861249ea0197eb6d4d12811e0ed624 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:17 +0200 Subject: [PATCH 05085/10074] rmate: added `no_autobump!` --- Formula/r/rmate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rmate.rb b/Formula/r/rmate.rb index 423bb9d2bf042..4dfca243a4b27 100644 --- a/Formula/r/rmate.rb +++ b/Formula/r/rmate.rb @@ -6,6 +6,8 @@ class Rmate < Formula license "MIT" head "https://github.com/textmate/rmate.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fb6dd771050399730a0a7592fe0a135705a294b10fd02263bd6cfcbc284cee2a" From 408ee0e2c91dac7c4ebf4fe7d02b2a071b26e7c7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:17 +0200 Subject: [PATCH 05086/10074] rmcast: added `no_autobump!` --- Formula/r/rmcast.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rmcast.rb b/Formula/r/rmcast.rb index ec49827077547..9604e484a24a9 100644 --- a/Formula/r/rmcast.rb +++ b/Formula/r/rmcast.rb @@ -10,6 +10,8 @@ class Rmcast < Formula regex(/href=.*?rmcast[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2550872c1731058ae467f82b6258659ace4cc86e091fa54f827daa61cd5677fc" sha256 cellar: :any, arm64_sonoma: "d82904f97cda3eb5874bfca8ac452568a04efeadd88524fc2b1e03cb594ecca9" From e2d5a1364c3ed444229683c9d1eba20569436307 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:17 +0200 Subject: [PATCH 05087/10074] rmtrash: added `no_autobump!` --- Formula/r/rmtrash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rmtrash.rb b/Formula/r/rmtrash.rb index 067707424aefb..13ab58c1e1009 100644 --- a/Formula/r/rmtrash.rb +++ b/Formula/r/rmtrash.rb @@ -6,6 +6,8 @@ class Rmtrash < Formula license "MIT" head "https://github.com/TBXark/rmtrash.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a30a53dd25ff977ad17267908d9d93d95f246e2d947aba78d181b5670a6ebcb3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d28190fb40efa3936483dd2f550e15911e86d1d533278f2bcdbb9b85aa3741f" From 38c659970e36d1e7aadd22b12c16ea9d2d3a6b27 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:18 +0200 Subject: [PATCH 05088/10074] rna-star: added `no_autobump!` --- Formula/r/rna-star.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rna-star.rb b/Formula/r/rna-star.rb index ca6f3d5431c1f..c2b4ff931fd3c 100644 --- a/Formula/r/rna-star.rb +++ b/Formula/r/rna-star.rb @@ -6,6 +6,8 @@ class RnaStar < Formula sha256 "3f65305e4112bd154c7e22b333dcdaafc681f4a895048fa30fa7ae56cac408e7" license all_of: ["MIT", "BSD-2-Clause"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "df53db303004a937634a3eaa227119f92eac00286bc80df0558dd1db1e5bb314" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c12dcd41638c9578c39ee0ecb0ec33996ee390690eb95d68b49f56f0f129c608" From dd1897f6100c14b93db547f1d2c611219a052124 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:18 +0200 Subject: [PATCH 05089/10074] rnv: added `no_autobump!` --- Formula/r/rnv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rnv.rb b/Formula/r/rnv.rb index 0a08b0bada8cd..b90b5d9e08d9b 100644 --- a/Formula/r/rnv.rb +++ b/Formula/r/rnv.rb @@ -5,6 +5,8 @@ class Rnv < Formula sha256 "b2a1578773edd29ef7a828b3a392bbea61b4ca8013ce4efc3b5fbc18662c162e" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c2d6586422e5ac938d5f27b00ba89881fb64e07b84250b44ac5905bd7189bd92" sha256 cellar: :any, arm64_sonoma: "150d0eecdd925b7dd54064578d8e204e0cfbb1575ea100ba13168e2b4e22f4eb" From 35c55c24c888f9e3f69e168a469d46af39d79ec1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:18 +0200 Subject: [PATCH 05090/10074] robodoc: added `no_autobump!` --- Formula/r/robodoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/robodoc.rb b/Formula/r/robodoc.rb index c4f2c0c0dcfe9..782a377c43f88 100644 --- a/Formula/r/robodoc.rb +++ b/Formula/r/robodoc.rb @@ -10,6 +10,8 @@ class Robodoc < Formula regex(/href=.*?robodoc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "20487c94420045784329d4f876f1292f4ddf54e015153bda4999ef5365b0e770" From fde29803fbf304754910ea86f08bc1206499c0a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:18 +0200 Subject: [PATCH 05091/10074] robotfindskitten: added `no_autobump!` --- Formula/r/robotfindskitten.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/robotfindskitten.rb b/Formula/r/robotfindskitten.rb index 2c91dbd835fc9..6d441743bcbb7 100644 --- a/Formula/r/robotfindskitten.rb +++ b/Formula/r/robotfindskitten.rb @@ -7,6 +7,8 @@ class Robotfindskitten < Formula revision 1 head "https://github.com/robotfindskitten/robotfindskitten.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ea748b3acc46a3b17408ae1f7989c8d37389eb92e9d0d325e66b134136b51904" sha256 arm64_sonoma: "94751d896df7daed821dfd5ba1a5c89c05b9e014f9e44c3d9f5e0f09a9f512be" From d0a739169ec98b9f9f3618ee0bf5cf2734b63d67 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:18 +0200 Subject: [PATCH 05092/10074] rofs-filtered: added `no_autobump!` --- Formula/r/rofs-filtered.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rofs-filtered.rb b/Formula/r/rofs-filtered.rb index 734e0fa880f3b..169845d551fd9 100644 --- a/Formula/r/rofs-filtered.rb +++ b/Formula/r/rofs-filtered.rb @@ -5,6 +5,8 @@ class RofsFiltered < Formula sha256 "d66066dfd0274a2fb7b71dd929445377dd23100b9fa43e3888dbe3fc7e8228e8" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_linux: "01d57c6c071aacd6dc92a36f807b1e718f6178b8078f1d871d59941a7228670c" From cf9e5a6b2e6394ee7b67307da17554d40a3581ad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:18 +0200 Subject: [PATCH 05093/10074] rogue: added `no_autobump!` --- Formula/r/rogue.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rogue.rb b/Formula/r/rogue.rb index ad66c48d9ef0f..7a15e54b07914 100644 --- a/Formula/r/rogue.rb +++ b/Formula/r/rogue.rb @@ -11,6 +11,8 @@ class Rogue < Formula regex(/href=.*?rogue-?v?(\d+(?:\.\d+)+)(?:-src)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "78ece502084d54a61267fe5b312cc9a85161bc428fc6f8785f7e5e738bcaa237" From 97fe76e588ba7fcd3e9f931c48807826027a102c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:19 +0200 Subject: [PATCH 05094/10074] roll: added `no_autobump!` --- Formula/r/roll.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/roll.rb b/Formula/r/roll.rb index 463a4bd2226f6..73eced64971b6 100644 --- a/Formula/r/roll.rb +++ b/Formula/r/roll.rb @@ -5,6 +5,8 @@ class Roll < Formula sha256 "399bd4958d92f82fb75ff308decb2d482c9a8db80234014f6d42f6513b144179" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb1ee4685b24f925ca41abe63c8e7703a9656b96088c4fba6b483cfcdeea9e76" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a4fb62e0cf82c19e312fa67b94af3ffecae251323a0a327fd7b99aec74a85e6" From fa3f5e41c1f59568ba3fbf94b0a5f05bc16807d5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:19 +0200 Subject: [PATCH 05095/10074] rolldice: added `no_autobump!` --- Formula/r/rolldice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rolldice.rb b/Formula/r/rolldice.rb index f8709ff047143..d22eb657ab54e 100644 --- a/Formula/r/rolldice.rb +++ b/Formula/r/rolldice.rb @@ -5,6 +5,8 @@ class Rolldice < Formula sha256 "8bc82b26c418453ef0fe79b43a094641e7a76dae406032423a2f0fb270930775" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0b8ac560f934b0d4559fc18471a9fabba189ee9d41e050c03b88c6e56490054" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d805d84d6f2e3083c040c4e3c650009d34516e949c351e1d85a5906faa2c017" From 5ce097490d06d23feaf19195990808237601188e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:19 +0200 Subject: [PATCH 05096/10074] rom-tools: added `no_autobump!` --- Formula/r/rom-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rom-tools.rb b/Formula/r/rom-tools.rb index 712d92938af6b..347cdb1367a62 100644 --- a/Formula/r/rom-tools.rb +++ b/Formula/r/rom-tools.rb @@ -11,6 +11,8 @@ class RomTools < Formula formula "mame" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bd78e16ae965b563b274495eeac4cb0361e68778874d5c5a9616ac4fb1c925d7" sha256 cellar: :any, arm64_sonoma: "42a638be8c1f2e9b67f9866af6d4fc6bd588978a833db96f999a6214fb4c0575" From 78a7cec413d9cc98db5817ce9e74410f4ab2c178 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:19 +0200 Subject: [PATCH 05097/10074] rome: added `no_autobump!` --- Formula/r/rome.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rome.rb b/Formula/r/rome.rb index f014a60914ba1..fcc1983e9a9cf 100644 --- a/Formula/r/rome.rb +++ b/Formula/r/rome.rb @@ -5,6 +5,8 @@ class Rome < Formula sha256 "7aee4de208a78208559d6a9ad17788d70f62cace4ff2435b3e817a3e03efdef6" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_monterey: "c9c0cf36af6dfeb99b33b910bf3afbbed3d6dda0ac362be1b8e39dcc690207a1" sha256 cellar: :any_skip_relocation, arm64_big_sur: "67c36d2034fc1266cb59bf8b853a12dca76166f0366b7b7dbc0d8021922a727c" From 5a0a3af4e7884fc52d2dd701d8ec9cb9eb850e87 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:19 +0200 Subject: [PATCH 05098/10074] ronn: added `no_autobump!` --- Formula/r/ronn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ronn.rb b/Formula/r/ronn.rb index 70c3da9391bac..a1d8b5049362d 100644 --- a/Formula/r/ronn.rb +++ b/Formula/r/ronn.rb @@ -11,6 +11,8 @@ class Ronn < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ae47bcebfb7b492d6a6aa8f9dedcb248c79f657f37dd851b8148299120750253" sha256 arm64_sonoma: "2aa277c67249e543b65df95bd8ae64e88276b8be25497c27edf923aa20933049" From 1fdc919a332510059b4b1da1199c2b72213e5822 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:20 +0200 Subject: [PATCH 05099/10074] rpcsvc-proto: added `no_autobump!` --- Formula/r/rpcsvc-proto.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rpcsvc-proto.rb b/Formula/r/rpcsvc-proto.rb index 76e796881635a..b07f1802d2342 100644 --- a/Formula/r/rpcsvc-proto.rb +++ b/Formula/r/rpcsvc-proto.rb @@ -5,6 +5,8 @@ class RpcsvcProto < Formula sha256 "81c3aa27edb5d8a18ef027081ebb984234d5b5860c65bd99d4ac8f03145a558b" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "076bec1fd5bdddb95185b92aa72a11b94e72cece029eb771edabe98cf805b91d" sha256 cellar: :any, arm64_sonoma: "af9f762a02610698572a23013b726055104c910c96d1d9f0dd5173261f0989a1" From fe52071cf255791f4986098a68a19e529ef5b31d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:20 +0200 Subject: [PATCH 05100/10074] rpm: added `no_autobump!` --- Formula/r/rpm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rpm.rb b/Formula/r/rpm.rb index 56940ab2a6ca4..820d7c5b4806c 100644 --- a/Formula/r/rpm.rb +++ b/Formula/r/rpm.rb @@ -26,6 +26,8 @@ class Rpm < Formula regex(/href=.*?rpm[._-]v?(\d+\.\d+(?:\.(?:\d|[1-8]\d+)(?:\.\d+)*))\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "b68a3e9add758b36a2547372709f655d29948680c2403d8819a46445a9211a50" sha256 arm64_sonoma: "7319baf421ef56e8cdf5e937f0624a5ff14521d0d045d27446611faede12a0f8" From 71f9d70aaa55e7888d65d5c11ebe27b70eb29fe1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:20 +0200 Subject: [PATCH 05101/10074] rpm2cpio: added `no_autobump!` --- Formula/r/rpm2cpio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rpm2cpio.rb b/Formula/r/rpm2cpio.rb index 6576f3652a327..1128946d14387 100644 --- a/Formula/r/rpm2cpio.rb +++ b/Formula/r/rpm2cpio.rb @@ -11,6 +11,8 @@ class Rpm2cpio < Formula regex(/^PORTVERSION=\s*?v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "57971030692fdb6757848c6febbfa2ee6b331287482019e45760328de8e03720" From 31eb27b2c534ee4594a9523e05bac64a5a430f91 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:20 +0200 Subject: [PATCH 05102/10074] rsc_2fa: added `no_autobump!` --- Formula/r/rsc_2fa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rsc_2fa.rb b/Formula/r/rsc_2fa.rb index aa9c1e5d8cc5b..8431cfc6402a0 100644 --- a/Formula/r/rsc_2fa.rb +++ b/Formula/r/rsc_2fa.rb @@ -5,6 +5,8 @@ class Rsc2fa < Formula sha256 "d8db6b9a714c9146a4b82fd65b54f9bdda3e58380bce393f45e1ef49e4e9bee5" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "075220c900e04b25fb10ce49bfe0b762de933b9b235084c7bf1457460f9f0a10" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d16796c1727ca9ef2310ec669216fc6ec64053e28781431aaf4cc4186828dad" From de1433bf1a0a666f5c3b0f41bb5ba1c5125aaf0a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:20 +0200 Subject: [PATCH 05103/10074] rslint: added `no_autobump!` --- Formula/r/rslint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rslint.rb b/Formula/r/rslint.rb index b0af7d56fa6cd..2473162c32500 100644 --- a/Formula/r/rslint.rb +++ b/Formula/r/rslint.rb @@ -6,6 +6,8 @@ class Rslint < Formula license "MIT" head "https://github.com/rslint/rslint.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac8cd4c717dfda47bbf135c332e2468c8129772a797f577836c79ae8a5e427e3" From 2fef6867d785d282de21f6f0475f081dfb51aa43 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:21 +0200 Subject: [PATCH 05104/10074] rst-lint: added `no_autobump!` --- Formula/r/rst-lint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rst-lint.rb b/Formula/r/rst-lint.rb index 19ad703400818..6ac82a7fa6c08 100644 --- a/Formula/r/rst-lint.rb +++ b/Formula/r/rst-lint.rb @@ -7,6 +7,8 @@ class RstLint < Formula sha256 "1b235c0c922341ab6c530390892eb9e92f90b9b75046063e047cacfb0f050c45" license "Unlicense" + no_autobump! because: :requires_manual_review + bottle do rebuild 8 sha256 cellar: :any_skip_relocation, all: "33af15142db56039486e955b7a684f745bb02857f97b0aca3d5095a4b389d35b" From d15c2e46f1de3a920521b640241106e594ba4d6b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:21 +0200 Subject: [PATCH 05105/10074] rsync-time-backup: added `no_autobump!` --- Formula/r/rsync-time-backup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rsync-time-backup.rb b/Formula/r/rsync-time-backup.rb index f64a487fd5d9c..aebe1bdd3b71d 100644 --- a/Formula/r/rsync-time-backup.rb +++ b/Formula/r/rsync-time-backup.rb @@ -6,6 +6,8 @@ class RsyncTimeBackup < Formula license "MIT" head "https://github.com/laurent22/rsync-time-backup.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "f5fc0d52255efff1f05d7820ae5c155fc59214934687e00e805911fea20ca6c6" From a41bd9aadfba9b43672a99d18cf488bd14e9d3d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:21 +0200 Subject: [PATCH 05106/10074] rtabmap: added `no_autobump!` --- Formula/r/rtabmap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rtabmap.rb b/Formula/r/rtabmap.rb index 0210adf5920ab..38e8f246051ab 100644 --- a/Formula/r/rtabmap.rb +++ b/Formula/r/rtabmap.rb @@ -21,6 +21,8 @@ class Rtabmap < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "1d433bee617217b945cc97f14e98ef947b3966d804f884f047607fb51fb13852" sha256 arm64_ventura: "1e9747b0eb5689899563716f8956590a882545c2f0a9e73df82cd4148f1f198c" From 9f02ec68f326bf48575de1a5d0988ae134b4102a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:21 +0200 Subject: [PATCH 05107/10074] rtaudio: added `no_autobump!` --- Formula/r/rtaudio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rtaudio.rb b/Formula/r/rtaudio.rb index 3c28f83410f80..7d8a3b0c06ef6 100644 --- a/Formula/r/rtaudio.rb +++ b/Formula/r/rtaudio.rb @@ -10,6 +10,8 @@ class Rtaudio < Formula regex(/href=.*?rtaudio[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "91a97a9e4ed02b0fef4016d7ee2916edce3c41251bf9942f4aef4a9148c382f3" From f1a5535da1710bce81f464c4bc92f6a32773e217 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:21 +0200 Subject: [PATCH 05108/10074] rtf2latex2e: added `no_autobump!` --- Formula/r/rtf2latex2e.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rtf2latex2e.rb b/Formula/r/rtf2latex2e.rb index 213970b096a39..aea004c21c518 100644 --- a/Formula/r/rtf2latex2e.rb +++ b/Formula/r/rtf2latex2e.rb @@ -11,6 +11,8 @@ class Rtf2latex2e < Formula regex(%r{url=.*?/rtf2latex2e[._-]v?(\d+(?:[.-]\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "831e4f4beb242fc95b2fa79b14e9cd22cedf31675de00c15e39a63445a2f59cc" sha256 arm64_sonoma: "20d8b8da32f9ff8602f0cbe64dec244a89825507fdfd805bb1d2d6cfc75a85d2" From 05d2e20d7227bc069cc07656503fd4b798eb72ae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:21 +0200 Subject: [PATCH 05109/10074] rtmidi: added `no_autobump!` --- Formula/r/rtmidi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rtmidi.rb b/Formula/r/rtmidi.rb index 5cf3a4189eb90..6a1a6d37deffd 100644 --- a/Formula/r/rtmidi.rb +++ b/Formula/r/rtmidi.rb @@ -10,6 +10,8 @@ class Rtmidi < Formula regex(/href=.*?rtmidi[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "1c3e7eb76b81cc7b731bb82550bf888bec6add154b060f975b8f4ef0c907e4cd" From 2e69b70cb32bd977233996c7b84da448e458657b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:22 +0200 Subject: [PATCH 05110/10074] rtmpdump: added `no_autobump!` --- Formula/r/rtmpdump.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rtmpdump.rb b/Formula/r/rtmpdump.rb index c46fcb0531a3e..562f4193c6392 100644 --- a/Formula/r/rtmpdump.rb +++ b/Formula/r/rtmpdump.rb @@ -14,6 +14,8 @@ class Rtmpdump < Formula regex(/href=.*?rtmpdump[._-]v?(\d+(?:[.+]\d+)+)[^"' >]*?\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4d88c286ea074e6dc9612679d33f1e25910dce5cd4c4a3f9f2dcdec8ad950516" sha256 cellar: :any, arm64_sonoma: "fc5748b95d47c39bb4d633090cc0a7b5fe90bda5ef163fa5b8809272c9bf4618" From 8911e437bb870c3a62e0858b76f7f1c9ee46f655 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:22 +0200 Subject: [PATCH 05111/10074] rtptools: added `no_autobump!` --- Formula/r/rtptools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rtptools.rb b/Formula/r/rtptools.rb index 021d304fd021e..b04dff3989983 100644 --- a/Formula/r/rtptools.rb +++ b/Formula/r/rtptools.rb @@ -11,6 +11,8 @@ class Rtptools < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "06e5ec34e865108c33c8e34cc136a7d12758ace00639494adeafeabccea7d1e0" From 3eef9922ff84ff2dcb659442c4d2100fd0f50fff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:22 +0200 Subject: [PATCH 05112/10074] rttr: added `no_autobump!` --- Formula/r/rttr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rttr.rb b/Formula/r/rttr.rb index bdd33ba8f03e2..6bc94ebba1a7f 100644 --- a/Formula/r/rttr.rb +++ b/Formula/r/rttr.rb @@ -6,6 +6,8 @@ class Rttr < Formula license "MIT" head "https://github.com/rttrorg/rttr.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fb6ba7f707377b4817a16a4e9afa427d8e4117d8ea02b82d8af5e198c04cd6f6" sha256 cellar: :any, arm64_sonoma: "e82299210a49d335b1563afe4dc0abaa3bcf1b6aeab8876f1904e9015b6cc101" From 188b779ea71cb2a1f9503cef9d817f0e7eac4d26 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:22 +0200 Subject: [PATCH 05113/10074] ruby-build: added `no_autobump!` --- Formula/r/ruby-build.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ruby-build.rb b/Formula/r/ruby-build.rb index 747d6a2f3d8f0..8e7305f36401d 100644 --- a/Formula/r/ruby-build.rb +++ b/Formula/r/ruby-build.rb @@ -6,6 +6,8 @@ class RubyBuild < Formula license "MIT" head "https://github.com/rbenv/ruby-build.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "93d5ca3ad145a3fe62de35b08a1f4d4f2dcfad09dab5c95195b3a0e00ef388c6" end From 2cf9456d50d475527a846658a4fa4a2e6814cee4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:22 +0200 Subject: [PATCH 05114/10074] ruby-completion: added `no_autobump!` --- Formula/r/ruby-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ruby-completion.rb b/Formula/r/ruby-completion.rb index 52c9dbdec7f7c..f8a60a1f934ac 100644 --- a/Formula/r/ruby-completion.rb +++ b/Formula/r/ruby-completion.rb @@ -7,6 +7,8 @@ class RubyCompletion < Formula version_scheme 1 head "https://github.com/mernen/completion-ruby.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "d42c9cca43af3e04b6f0f6afc91b09543147e9e0af69495cafc8f0d1f60dcc14" end From 24c2142098855e205aab74a4e3a252d0d9b6cbed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:22 +0200 Subject: [PATCH 05115/10074] ruby@2.7: added `no_autobump!` --- Formula/r/ruby@2.7.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ruby@2.7.rb b/Formula/r/ruby@2.7.rb index 9cc8e69fec8f1..bfdbff960e93f 100644 --- a/Formula/r/ruby@2.7.rb +++ b/Formula/r/ruby@2.7.rb @@ -6,6 +6,8 @@ class RubyAT27 < Formula license "Ruby" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "1145b53a7a873516f3408712c8ac546d0f36242c929d8a586d5209bbd136134e" sha256 arm64_ventura: "3b37017d8a6c722b6ce8b44361d7893a8458c8696e84f393df01be87e4d67faa" From 0c9e28f67481496cd145bf712f8d26f6a9ab3810 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:23 +0200 Subject: [PATCH 05116/10074] ruby@3.0: added `no_autobump!` --- Formula/r/ruby@3.0.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ruby@3.0.rb b/Formula/r/ruby@3.0.rb index 135ef6a34292a..11042cc37e7a6 100644 --- a/Formula/r/ruby@3.0.rb +++ b/Formula/r/ruby@3.0.rb @@ -5,6 +5,8 @@ class RubyAT30 < Formula sha256 "1748338373c4fad80129921080d904aca326e41bd9589b498aa5ee09fd575bab" license "Ruby" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "d6c0c2d1eef8d174fb0f72a27d861860da9630b07d7d9adc3d762e7048769b02" From b3a9e84d0eb1439b492dbc0205811b28ba93db71 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:23 +0200 Subject: [PATCH 05117/10074] ruby@3.1: added `no_autobump!` --- Formula/r/ruby@3.1.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ruby@3.1.rb b/Formula/r/ruby@3.1.rb index 5a793b0f3f731..28cf19d011ef0 100644 --- a/Formula/r/ruby@3.1.rb +++ b/Formula/r/ruby@3.1.rb @@ -5,6 +5,8 @@ class RubyAT31 < Formula sha256 "0556acd69f141ddace03fa5dd8d76e7ea0d8f5232edf012429579bcdaab30e7b" license "Ruby" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "0b2c994b56cc016e46c5897105ec0c68ce7a84dc755e2ffab9fbcbca55997998" From 760c0b94129b8b7fd935c630f463713084fc2a5b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:23 +0200 Subject: [PATCH 05118/10074] rubyfmt: added `no_autobump!` --- Formula/r/rubyfmt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rubyfmt.rb b/Formula/r/rubyfmt.rb index c82769986ba40..5e6be853892d2 100644 --- a/Formula/r/rubyfmt.rb +++ b/Formula/r/rubyfmt.rb @@ -15,6 +15,8 @@ class Rubyfmt < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "96c578513b4ad8026f8c6202855fbbb50d8f22a1f06fa24672e6d4537bebe3cd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd1e916ff9236b322ef2fe242e95ff19b0ba244b7798b637c60458e0f9e72311" From 7ef2ec0ab0a09dd0092ec9d12da9996f580d4864 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:23 +0200 Subject: [PATCH 05119/10074] run: added `no_autobump!` --- Formula/r/run.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/run.rb b/Formula/r/run.rb index e23f50590688d..08d0abd6e1ff2 100644 --- a/Formula/r/run.rb +++ b/Formula/r/run.rb @@ -5,6 +5,8 @@ class Run < Formula sha256 "942427701caa99a9a3a6458a121b5c80b424752ea8701b26083841de5ae43ff6" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "559da124641b371439fa38a4c23ec8c3f4edeb32bc2e7003d560b32808219004" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac7325643156aa96a729b67c7331bf0567ad3a37681093e79d9b090644de3469" From dc5175403f072c39c5a7806df42e5ae384a31650 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:23 +0200 Subject: [PATCH 05120/10074] runme: added `no_autobump!` --- Formula/r/runme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/runme.rb b/Formula/r/runme.rb index ceee211095e83..574399b434156 100644 --- a/Formula/r/runme.rb +++ b/Formula/r/runme.rb @@ -6,6 +6,8 @@ class Runme < Formula license "Apache-2.0" head "https://github.com/runmedev/runme.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc0752ae0c5865acded0003fd1bb786e174b0ff5cee7a064b8c5253c9d6621d0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc0752ae0c5865acded0003fd1bb786e174b0ff5cee7a064b8c5253c9d6621d0" From 6a0b55766302c1048bef810f4bc7e01f21e51370 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:23 +0200 Subject: [PATCH 05121/10074] rust-script: added `no_autobump!` --- Formula/r/rust-script.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rust-script.rb b/Formula/r/rust-script.rb index 3bd38461ac0c1..105bcfc1edf9b 100644 --- a/Formula/r/rust-script.rb +++ b/Formula/r/rust-script.rb @@ -5,6 +5,8 @@ class RustScript < Formula sha256 "21061a471cdb25656952750d7436f12b57bac3c292485e9bc71a5352b290d5df" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "84ccef7a3d517ba17b93f95b279529a318501e56e9d6e3c7c9c6122b10c63fac" sha256 cellar: :any_skip_relocation, arm64_sonoma: "960a5c6f1f1dd0c988f547a6de1635c0512d6ee77f9efad1d906484cdd52c03a" From 97e174559c1f8baf44a42c0a913722c52c4d07d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:24 +0200 Subject: [PATCH 05122/10074] rustc-completion: added `no_autobump!` --- Formula/r/rustc-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rustc-completion.rb b/Formula/r/rustc-completion.rb index 498ef8fb8e0e4..8003075153d33 100644 --- a/Formula/r/rustc-completion.rb +++ b/Formula/r/rustc-completion.rb @@ -15,6 +15,8 @@ class RustcCompletion < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "25c56cce81d2dbed3850ae8bcfc984a605ce5e734bacb82aefece825e896b9db" From 336177748e39744a00adbb1410cfcbf7413abeca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:24 +0200 Subject: [PATCH 05123/10074] rustic: added `no_autobump!` --- Formula/r/rustic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rustic.rb b/Formula/r/rustic.rb index 1012110a4ff30..aec44a0d967b9 100644 --- a/Formula/r/rustic.rb +++ b/Formula/r/rustic.rb @@ -6,6 +6,8 @@ class Rustic < Formula license "Apache-2.0" head "https://github.com/rustic-rs/rustic.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "855e62b8c968742aa7c9a601d2e421559e9b78cb9f5ef3fbab6ca24fb456a89c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c336b3986e4d26df024f4f9e742a53141c3efd43484d1799de608ee37d8d4720" From df03461b0bcdd79a796ecd394c7c7aa075fd5247 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:24 +0200 Subject: [PATCH 05124/10074] ry: added `no_autobump!` --- Formula/r/ry.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ry.rb b/Formula/r/ry.rb index 0ae01c69ce3b0..4c5b341893de8 100644 --- a/Formula/r/ry.rb +++ b/Formula/r/ry.rb @@ -6,6 +6,8 @@ class Ry < Formula license "MIT" head "https://github.com/jneen/ry.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "8b92938f20452bf4ad49ef46d0788aac93d5b7f5846cfd3fbaa387da67a2e56e" From e75818946398570e2e9018748ad77a84fe9a4910 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:24 +0200 Subject: [PATCH 05125/10074] rzip: added `no_autobump!` --- Formula/r/rzip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rzip.rb b/Formula/r/rzip.rb index a3cd8c9a33532..7903d64aac986 100644 --- a/Formula/r/rzip.rb +++ b/Formula/r/rzip.rb @@ -10,6 +10,8 @@ class Rzip < Formula regex(/href=.*?rzip[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e831e4f90ea7d39b9e846ab0d18048bca802d65a6ecd3b61bfe1e55bbe831345" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2632e94c5b807679406f19003c336b49ff755acd982d507ab3c2098e1fe91afb" From aa39e8838c46a8165bd10187de1a2f1ec52f2bdd Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:06:07 +0200 Subject: [PATCH 05126/10074] ra-multiplex: added `no_autobump!` Signed-off-by: botantony --- Formula/r/ra-multiplex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ra-multiplex.rb b/Formula/r/ra-multiplex.rb index 321949473dfc9..bb82bbb9aeef8 100644 --- a/Formula/r/ra-multiplex.rb +++ b/Formula/r/ra-multiplex.rb @@ -6,6 +6,8 @@ class RaMultiplex < Formula license "MIT" head "https://github.com/pr2502/ra-multiplex.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e50b9bbf819cb3d63e167b26f8eaf81b455383223a918c1de2d8f95847b34591" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3368801066ec9a6af29b02b91b4d94d5ab518bafef2e43b6b6bb124ddf0219be" From a73aabf177db78a96aa297dcabc794280b1091c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:06:14 +0200 Subject: [PATCH 05127/10074] redpen: added `no_autobump!` Signed-off-by: botantony --- Formula/r/redpen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/redpen.rb b/Formula/r/redpen.rb index efe821f009dac..12c56d8864088 100644 --- a/Formula/r/redpen.rb +++ b/Formula/r/redpen.rb @@ -12,6 +12,8 @@ class Redpen < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "06d9d1562bd8c00de7be8ad87e1bb69494deb932496dcd2d2b9dc2aebb87ddd1" From eaae0a035745163e46f3c81f6656b7d7c5a25683 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:06:24 +0200 Subject: [PATCH 05128/10074] roundup: added `no_autobump!` Signed-off-by: botantony --- Formula/r/roundup.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/roundup.rb b/Formula/r/roundup.rb index 952a67c319d1e..5504ca50068df 100644 --- a/Formula/r/roundup.rb +++ b/Formula/r/roundup.rb @@ -6,6 +6,8 @@ class Roundup < Formula license "MIT" head "https://github.com/bmizerany/roundup.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "8e7150a458867eba0d53eae749b908b7bb9f8f2d8838471025e4570aee54e846" From 457653a622de84750443dd6397a843414a075f3b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:40 +0200 Subject: [PATCH 05129/10074] s-lang: added `no_autobump!` --- Formula/s/s-lang.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/s-lang.rb b/Formula/s/s-lang.rb index 8e21141cc24ff..c7cfbee485f10 100644 --- a/Formula/s/s-lang.rb +++ b/Formula/s/s-lang.rb @@ -11,6 +11,8 @@ class SLang < Formula regex(/href=.*?slang[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "cbde9efbeeec2fdc059f3527e88ff6e3e9f84c9c59060b5d7a90851cf41c7999" sha256 arm64_sonoma: "8f5f2ce496f0103eb571b4762b956193adf5819a4800192c62be5e8b0beae99b" From 879d539d68474eb901152fb89c19e87c590028a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:41 +0200 Subject: [PATCH 05130/10074] s4cmd: added `no_autobump!` --- Formula/s/s4cmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/s4cmd.rb b/Formula/s/s4cmd.rb index 326d4a5b96911..97245c3b59422 100644 --- a/Formula/s/s4cmd.rb +++ b/Formula/s/s4cmd.rb @@ -9,6 +9,8 @@ class S4cmd < Formula revision 3 head "https://github.com/bloomreach/s4cmd.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "43d2483c9cb4dcbe9c834c42ba1b972a1d1702e03078513d9dc9baa76655fc9b" From 50a0afd77ae9aa994b6e81b5c20119bec90f0080 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:41 +0200 Subject: [PATCH 05131/10074] s5cmd: added `no_autobump!` --- Formula/s/s5cmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/s5cmd.rb b/Formula/s/s5cmd.rb index f5a05997eeb7a..2a465508039db 100644 --- a/Formula/s/s5cmd.rb +++ b/Formula/s/s5cmd.rb @@ -6,6 +6,8 @@ class S5cmd < Formula license "MIT" head "https://github.com/peak/s5cmd.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "916e4d04783629cfd49481c1f6aa50ea3cde6f77a3083ff0f297e55c73e5bb79" sha256 cellar: :any_skip_relocation, arm64_sonoma: "916e4d04783629cfd49481c1f6aa50ea3cde6f77a3083ff0f297e55c73e5bb79" From 88eb7dedfea0a8db786e54a5cd2224a98e58fcd1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:41 +0200 Subject: [PATCH 05132/10074] s6-rc: added `no_autobump!` --- Formula/s/s6-rc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/s6-rc.rb b/Formula/s/s6-rc.rb index 85707e1e75701..17ba0632fc8cc 100644 --- a/Formula/s/s6-rc.rb +++ b/Formula/s/s6-rc.rb @@ -5,6 +5,8 @@ class S6Rc < Formula sha256 "81277f6805e8d999ad295bf9140a909943b687ffcfb5aa3c4efd84b1a574586e" license "ISC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffb8c25c6c698f13c255d694dfc6218116857cf633b6764a6ee4c026de314e20" sha256 cellar: :any_skip_relocation, arm64_sonoma: "120ab3b0a9ca7cf2db5f0b27ee6dffcebb3560e718956f5cab8693655d9aac14" From 6fa26a83c5bcec930f421d03170392373a6de5ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:41 +0200 Subject: [PATCH 05133/10074] sacad: added `no_autobump!` --- Formula/s/sacad.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sacad.rb b/Formula/s/sacad.rb index 4e06860105716..deb3450b9d09f 100644 --- a/Formula/s/sacad.rb +++ b/Formula/s/sacad.rb @@ -7,6 +7,8 @@ class Sacad < Formula sha256 "73333aabbab71a941ed393e9c497250bb9a8a06eb93a4da9afef46d2d6dd5f00" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "209abcc3e86b84f3b8fb42814f6ed486528f4a80eda90f39bc498ebfb1c0f851" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f186d3996c26173edf0f409a7ae1a6142085d2640250c115fb3e94510730301d" From 5a6a974d63b5fb844135f73e277940c505ff55ff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:42 +0200 Subject: [PATCH 05134/10074] safe-rm: added `no_autobump!` --- Formula/s/safe-rm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/safe-rm.rb b/Formula/s/safe-rm.rb index 530376e37a358..cf50a4c22958b 100644 --- a/Formula/s/safe-rm.rb +++ b/Formula/s/safe-rm.rb @@ -6,6 +6,8 @@ class SafeRm < Formula license "GPL-3.0-or-later" head "https://git.launchpad.net/safe-rm", using: :git, branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "553b3046d666998b51823efecce49ce2309b01fe8367dcb95d7b44a4ee16b899" From 8ba317b7f09bf171f812f07facc5c56c18fb2585 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:42 +0200 Subject: [PATCH 05135/10074] safeint: added `no_autobump!` --- Formula/s/safeint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/safeint.rb b/Formula/s/safeint.rb index 937c8d082e5f6..cda9ba145124d 100644 --- a/Formula/s/safeint.rb +++ b/Formula/s/safeint.rb @@ -15,6 +15,8 @@ class Safeint < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ffba215daf83f5a8a3beffae5f56f6e58288ff1f7c9f35d52edf19db5e935663" From 6d2eba4bd51dde58b3f61fcc25ce08782a4da633 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:42 +0200 Subject: [PATCH 05136/10074] sail: added `no_autobump!` --- Formula/s/sail.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sail.rb b/Formula/s/sail.rb index 53a986d94e71e..1a53f6c99d94e 100644 --- a/Formula/s/sail.rb +++ b/Formula/s/sail.rb @@ -7,6 +7,8 @@ class Sail < Formula sha256 "cae38b97fada34a7681872661342c82b317d877eab882830c59610734eb53bdf" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "64c4f621752f55d5c49fce2d2e7226f2ed76d6a66b7ad2c3b8dbd780a2d0262a" From 85d917cc3089c0631692d3a8d1b66dfc04a2b6ef Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:42 +0200 Subject: [PATCH 05137/10074] saldl: added `no_autobump!` --- Formula/s/saldl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/saldl.rb b/Formula/s/saldl.rb index cb32814fd1c34..fef645ae647db 100644 --- a/Formula/s/saldl.rb +++ b/Formula/s/saldl.rb @@ -6,6 +6,8 @@ class Saldl < Formula license "AGPL-3.0-or-later" head "https://github.com/saldl/saldl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "f6ca14c2df72bbec447ff0fbcbfe0b1b76070808210ec18c6822fc0579bb9053" From ed97dd232e1be319b3436ec4281827b6774eaae0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:42 +0200 Subject: [PATCH 05138/10074] salt-lint: added `no_autobump!` --- Formula/s/salt-lint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/salt-lint.rb b/Formula/s/salt-lint.rb index c01731a283ac4..4f0e0e41bc112 100644 --- a/Formula/s/salt-lint.rb +++ b/Formula/s/salt-lint.rb @@ -7,6 +7,8 @@ class SaltLint < Formula sha256 "7f74e682e7fd78722a6d391ea8edc9fc795113ecfd40657d68057d404ee7be8e" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any, arm64_sequoia: "fbb1958185be4aad5fea5c651fd3e8da21fca696c5d213693e4a81936a1feb2b" From 1d6940f5814956a7c3b7a05daf2ee0d82611e16d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:42 +0200 Subject: [PATCH 05139/10074] sambamba: added `no_autobump!` --- Formula/s/sambamba.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sambamba.rb b/Formula/s/sambamba.rb index 399a102187e03..d2bbd7367bf44 100644 --- a/Formula/s/sambamba.rb +++ b/Formula/s/sambamba.rb @@ -5,6 +5,8 @@ class Sambamba < Formula sha256 "955a51a00be9122aa9b0c27796874bfdda85de58aa0181148ef63548ea5192b0" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "920be291227ca05e361411dc0199507c0c341b492b47db42248b52b27ed99ccc" sha256 cellar: :any, arm64_sonoma: "ddb87f1e11e5f6c241ba9165e9902311d40216ce3a5a7fac3b0d020e24ff17cc" From ff830d4046c6e232284a8c932bdefa11f26d0b83 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:43 +0200 Subject: [PATCH 05140/10074] sampler: added `no_autobump!` --- Formula/s/sampler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sampler.rb b/Formula/s/sampler.rb index 5d09c3ab5a8a6..a0bd0a87bddaf 100644 --- a/Formula/s/sampler.rb +++ b/Formula/s/sampler.rb @@ -5,6 +5,8 @@ class Sampler < Formula sha256 "8b60bc5c0f94ddd4291abc2b89c1792da424fa590733932871f7b5e07e7587f9" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e9165271f6debe06db6e23f46c13a13b603924e65597f85bb428a1b27780ee1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0122ac71d3af643458faa2633740d3fd8256bd943ae7d212a6397ce9ff6f39a6" From fc0a0536273b90b390fa5b05e728d14b8a736398 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:43 +0200 Subject: [PATCH 05141/10074] samtools: added `no_autobump!` --- Formula/s/samtools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/samtools.rb b/Formula/s/samtools.rb index f12ea73ec5035..090658a5e799b 100644 --- a/Formula/s/samtools.rb +++ b/Formula/s/samtools.rb @@ -5,6 +5,8 @@ class Samtools < Formula sha256 "4911d01720f246cb97855870b410bbe4d2c2fd7fbf823ea0f7daf0f32545819d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "220446fda87460adab2eb115c4544317ac4efbd4fde226b912910500953de9f1" sha256 cellar: :any, arm64_sonoma: "2e5e85e52f71cc46f3a13deb0f1846fb878f24aec58f820d92f0ceb7214b6a11" From d80ad0021f0883293eae9ee53819751c0d530ff1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:43 +0200 Subject: [PATCH 05142/10074] samurai: added `no_autobump!` --- Formula/s/samurai.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/samurai.rb b/Formula/s/samurai.rb index be8bffe18ea11..5495226d6a57d 100644 --- a/Formula/s/samurai.rb +++ b/Formula/s/samurai.rb @@ -6,6 +6,8 @@ class Samurai < Formula license "Apache-2.0" head "https://github.com/michaelforney/samurai.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5dbf52962ed4a4191d77edd3b9970621f5f543ed42eb64d85673f7bc572f0a01" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e254250616b85e30cde7a66f55af5bde58657622a82fab525e92ed2a6f8220cc" From 2bc3156772a540aa119cdfafe795b6af025acd8a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:43 +0200 Subject: [PATCH 05143/10074] sapling: added `no_autobump!` --- Formula/s/sapling.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sapling.rb b/Formula/s/sapling.rb index 3904fcf55980f..64f118b0e1385 100644 --- a/Formula/s/sapling.rb +++ b/Formula/s/sapling.rb @@ -13,6 +13,8 @@ class Sapling < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "68b681bdf583a8244cc12d20040bbc2bf72b483003e5f72718a02bf1eb1a4b6b" sha256 cellar: :any, arm64_sonoma: "ba622027c69cacce85eceb38fb55ec67a3567cc443e2cf171856be99140c8659" From 8d20859a28fa6b220070ce223aab1eb6b524a67a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:43 +0200 Subject: [PATCH 05144/10074] sassc: added `no_autobump!` --- Formula/s/sassc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sassc.rb b/Formula/s/sassc.rb index 45690141e0c27..14a07286185de 100644 --- a/Formula/s/sassc.rb +++ b/Formula/s/sassc.rb @@ -7,6 +7,8 @@ class Sassc < Formula license "MIT" head "https://github.com/sass/sassc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "76372bcf1accae3510d1f2cd03f6a10f9a9016221e541e3b356021eaa5af18be" sha256 cellar: :any, arm64_sonoma: "5f840fc12c44dabbade2ec934710c03adbcfa33f1b62903542dd03f169171f52" From 1bfc52e04d98697e8bfe30f15eaf18b2e347586a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:43 +0200 Subject: [PATCH 05145/10074] savana: added `no_autobump!` --- Formula/s/savana.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/savana.rb b/Formula/s/savana.rb index 5880a245a880b..57cc7c4992102 100644 --- a/Formula/s/savana.rb +++ b/Formula/s/savana.rb @@ -5,6 +5,8 @@ class Savana < Formula sha256 "608242a0399be44f41ff324d40e82104b3c62908bc35177f433dcfc5b0c9bf55" license "LGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "def842802d985d741c12f61a00788780ada018db5837b585f2c58540109339e2" From 8431047b5a9cdf135f60a69c68efc42850a4a7e8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:44 +0200 Subject: [PATCH 05146/10074] saxon-b: added `no_autobump!` --- Formula/s/saxon-b.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/saxon-b.rb b/Formula/s/saxon-b.rb index 35308c7b01a53..fc3cef279b3b6 100644 --- a/Formula/s/saxon-b.rb +++ b/Formula/s/saxon-b.rb @@ -18,6 +18,8 @@ class SaxonB < Formula skip "Not actively developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "689001c5df91d0cf80e9ea2d72a5a8ae88abb45142dd47bf9797728d215d2139" From 4780c1ff2d483c892ddd0919512c251d5f9bd5fd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:44 +0200 Subject: [PATCH 05147/10074] saxon: added `no_autobump!` --- Formula/s/saxon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/saxon.rb b/Formula/s/saxon.rb index 33f403d07e6ea..0022f0d7a8546 100644 --- a/Formula/s/saxon.rb +++ b/Formula/s/saxon.rb @@ -17,6 +17,8 @@ class Saxon < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "9c4034c95793e5201c494a6f5306081c90488558205742949d2dea530ff74660" end From 4d5ec2d7926ec05c501830c871a562031c4fbd4c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:44 +0200 Subject: [PATCH 05148/10074] sbjson: added `no_autobump!` --- Formula/s/sbjson.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sbjson.rb b/Formula/s/sbjson.rb index 4f6e1bb19282f..de475fe91a233 100644 --- a/Formula/s/sbjson.rb +++ b/Formula/s/sbjson.rb @@ -6,6 +6,8 @@ class Sbjson < Formula license "BSD-3-Clause" head "https://github.com/SBJson/SBJson.git", branch: "trunk" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "217c356def1ddd0b9d9bc1d6bc12966315a41e7a10a029b39460b5becfd1521b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a4df626840987db1cc6e63599b28909887644147ecb2c76cff994a9cc2d26cd" From ca50c4e21103b733a60543b0318d3f1aadf33884 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:44 +0200 Subject: [PATCH 05149/10074] sblim-sfcc: added `no_autobump!` --- Formula/s/sblim-sfcc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sblim-sfcc.rb b/Formula/s/sblim-sfcc.rb index b0e1af8e8b1b5..312f77801774f 100644 --- a/Formula/s/sblim-sfcc.rb +++ b/Formula/s/sblim-sfcc.rb @@ -11,6 +11,8 @@ class SblimSfcc < Formula regex(%r{url=.*?/sblim-sfcc[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "6f074cbf8dda6d4bcf92790a16addbdb0ee1d0d965574113544580e559515a5b" From 8048c227cc45134c2c7310bc29c3af311039ecab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:44 +0200 Subject: [PATCH 05150/10074] sbtenv: added `no_autobump!` --- Formula/s/sbtenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sbtenv.rb b/Formula/s/sbtenv.rb index f6c866e9145fb..569dfc4c27688 100644 --- a/Formula/s/sbtenv.rb +++ b/Formula/s/sbtenv.rb @@ -6,6 +6,8 @@ class Sbtenv < Formula license "MIT" head "https://github.com/sbtenv/sbtenv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "6e5520ead3c64eb3f68e1bbc7e54ee271aaf36b1bc2b442b9514269df90a7047" From 3ee6b6a3c6d2e5398d90915df746e2b14fde5ad4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:44 +0200 Subject: [PATCH 05151/10074] sbuild: added `no_autobump!` --- Formula/s/sbuild.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sbuild.rb b/Formula/s/sbuild.rb index af90f8a285465..64949b5ac24b7 100644 --- a/Formula/s/sbuild.rb +++ b/Formula/s/sbuild.rb @@ -12,6 +12,8 @@ class Sbuild < Formula regex(/href=.*?sbuild[._-]v?(\d+(?:\.\d+)+)(?:[._-]dist)?\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "0a8af36def5cab55a8a4ed2a793572ec0f0f9f5afe15681f3b6bef38d571a389" From 24a2d91ecb6713b00015a253ad9af2202570e140 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:45 +0200 Subject: [PATCH 05152/10074] sc68: added `no_autobump!` --- Formula/s/sc68.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sc68.rb b/Formula/s/sc68.rb index eeacf050f5918..71172bf09ce62 100644 --- a/Formula/s/sc68.rb +++ b/Formula/s/sc68.rb @@ -10,6 +10,8 @@ class Sc68 < Formula regex(%r{url=.*?/sc68[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "530da22ced84ec1181ddf6887028d6a4e9fa955446a492c039e5c807d6f2ec82" sha256 arm64_sonoma: "f6c0c19ce245cb76ed53a1e9d017eb6b598ac1834f5c7ff215978147498be18e" From 6f4587ee1c29d6c1fc87dae209385a94023a6cb3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:45 +0200 Subject: [PATCH 05153/10074] scalaenv: added `no_autobump!` --- Formula/s/scalaenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scalaenv.rb b/Formula/s/scalaenv.rb index 2c80d9e0f569c..5ee47bc2a1b85 100644 --- a/Formula/s/scalaenv.rb +++ b/Formula/s/scalaenv.rb @@ -6,6 +6,8 @@ class Scalaenv < Formula license "MIT" head "https://github.com/scalaenv/scalaenv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "9587d95fe717240f70b2d0b7b1b90e17084bb635196e38e6bfc35be17a7cc7e3" From 21a9021dc146f18dbdc934e182f9f20f4c443787 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:45 +0200 Subject: [PATCH 05154/10074] scalariform: added `no_autobump!` --- Formula/s/scalariform.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scalariform.rb b/Formula/s/scalariform.rb index 081a5cc9410f7..98563763db12d 100644 --- a/Formula/s/scalariform.rb +++ b/Formula/s/scalariform.rb @@ -10,6 +10,8 @@ class Scalariform < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "57e890f720dfb6cb481d8ea3898b8d4706a33bfe02a6f71a8db118b7cb918e16" From f0f784a61e710c225560e9063670b05ec28e7fba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:45 +0200 Subject: [PATCH 05155/10074] scale2x: added `no_autobump!` --- Formula/s/scale2x.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scale2x.rb b/Formula/s/scale2x.rb index 7868a4bb9a8fc..a516902635c1a 100644 --- a/Formula/s/scale2x.rb +++ b/Formula/s/scale2x.rb @@ -5,6 +5,8 @@ class Scale2x < Formula sha256 "996f2673206c73fb57f0f5d0e094d3774f595f7e7e80fcca8cc045e8b4ba6d32" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "15f0e0d3d8c68339cfd69eacf4c0fe5ae65ddb27e69ce289df33875c730b4559" sha256 cellar: :any, arm64_sonoma: "74863678d188209041dd4746830686ec7a93f2acf7dc492d647ca8f3d23802fd" From cfee467d056920fda657ca3799f3dffe97670674 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:24:11 +0000 Subject: [PATCH 05156/10074] ramalama 0.9.1 --- Formula/r/ramalama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ramalama.rb b/Formula/r/ramalama.rb index 13002a2c37d8f..cd3d3549edbd7 100644 --- a/Formula/r/ramalama.rb +++ b/Formula/r/ramalama.rb @@ -3,8 +3,8 @@ class Ramalama < Formula desc "Goal of RamaLama is to make working with AI boring" homepage "https://github.com/containers/ramalama" - url "https://files.pythonhosted.org/packages/9b/d3/aa3dc4caf303c93b4c32a25f77e2fc05e18e8bcc76df6af61c1584727932/ramalama-0.9.0.tar.gz" - sha256 "a973312168f6edbc0997b3b93c950beddbc03cd6c43c0d24f6538a1920263ed3" + url "https://files.pythonhosted.org/packages/65/57/bb1f0b25025cac69ea73d5336f71f9eded0d262cbf2f766501a990d8f062/ramalama-0.9.1.tar.gz" + sha256 "61fce17a46ca6d7dc04c4fbceb6a12853fece3a13b7b171f7cdff19ceb989a12" license "MIT" bottle do From 0a557b67106b819a896dcca60f394f3a143d0d5d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:46 +0200 Subject: [PATCH 05157/10074] scdoc: added `no_autobump!` --- Formula/s/scdoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scdoc.rb b/Formula/s/scdoc.rb index c3a07c1b5c7d1..1916aeb373837 100644 --- a/Formula/s/scdoc.rb +++ b/Formula/s/scdoc.rb @@ -5,6 +5,8 @@ class Scdoc < Formula sha256 "4c5c6136540384e5455b250f768e7ca11b03fdba1a8efc2341ee0f1111e57612" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8800df45f7cd670d5638e4acd2fad0905fdae6f5216b71bd6d897fcda12c4cd7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6eeed5394fb071aa14153ebe3cb3eb2edb4458c1b25d91adf6a32116fe1eb16b" From 0a41d306004804e1ed38df34f6194ceb5becb687 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:46 +0200 Subject: [PATCH 05158/10074] schroedinger: added `no_autobump!` --- Formula/s/schroedinger.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/schroedinger.rb b/Formula/s/schroedinger.rb index dbffa7d797525..f1fb9f55cf2b4 100644 --- a/Formula/s/schroedinger.rb +++ b/Formula/s/schroedinger.rb @@ -6,6 +6,8 @@ class Schroedinger < Formula sha256 "1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912" license any_of: ["MPL-1.1", "LGPL-2.0-only", "GPL-2.0-only", "MIT"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "a9b3bb16d608978a3bfae464380e4110745808274d336d2e1a31834378b2a487" From 672be5eea606b2c9978dc5985f2f50eece76fc23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:46 +0200 Subject: [PATCH 05159/10074] scmpuff: added `no_autobump!` --- Formula/s/scmpuff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scmpuff.rb b/Formula/s/scmpuff.rb index 1fdb22c492364..be3e3fd88b62c 100644 --- a/Formula/s/scmpuff.rb +++ b/Formula/s/scmpuff.rb @@ -5,6 +5,8 @@ class Scmpuff < Formula sha256 "e07634c7207dc51479d39895e546dd0107a50566faf5c2067f61a3b92c824fbf" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "151580cd03c9b01f87b20dfe4b52cd1fd9a03306463bcca646291418fc37f952" sha256 cellar: :any_skip_relocation, arm64_sonoma: "228b81ed5e3cb6117d1c3f2d9ece048b52d0b3be7294a50818c78a3e818761c2" From 5ffd73035c64e951c98220f65434c5796ea82919 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:46 +0200 Subject: [PATCH 05160/10074] scour: added `no_autobump!` --- Formula/s/scour.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scour.rb b/Formula/s/scour.rb index 947d8c262c2a9..dbcf6d32557e0 100644 --- a/Formula/s/scour.rb +++ b/Formula/s/scour.rb @@ -10,6 +10,8 @@ class Scour < Formula version_scheme 1 head "https://github.com/scour-project/scour.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 6 sha256 cellar: :any_skip_relocation, all: "4c7cfe80210581f2cfa70a91583596326dfe0cd395679ab589d2af4f5e749f94" From 632bed0ff4f1caf8dd63e93945b5090f0c85abb3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:46 +0200 Subject: [PATCH 05161/10074] scoutsuite: added `no_autobump!` --- Formula/s/scoutsuite.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scoutsuite.rb b/Formula/s/scoutsuite.rb index 3029ffb928f09..2d0cc50332678 100644 --- a/Formula/s/scoutsuite.rb +++ b/Formula/s/scoutsuite.rb @@ -9,6 +9,8 @@ class Scoutsuite < Formula revision 2 head "https://github.com/nccgroup/ScoutSuite.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9813329245c18590902b05d7cf9bf670635fc812f360fd04bed78a2071d2d5c5" sha256 cellar: :any, arm64_sonoma: "65064351df4adb8e08172ed4a1b9b94c4900eb0093b33ccac1e00d6eab824ddb" From cf91458089cfbd86f0abbd5c5d28e3a38572c396 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:46 +0200 Subject: [PATCH 05162/10074] screenpipe: added `no_autobump!` --- Formula/s/screenpipe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/screenpipe.rb b/Formula/s/screenpipe.rb index 881e365914f4f..df2eb555c2bc9 100644 --- a/Formula/s/screenpipe.rb +++ b/Formula/s/screenpipe.rb @@ -5,6 +5,8 @@ class Screenpipe < Formula sha256 "eb3599daabc1312b5c1a7799c1ec8ab715aa02d9216a6aa42d930039c84a70c9" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e19fe81711f2b581441d5ef4e4894229ff0b40bcb7ec97620649b41ccfac3784" sha256 cellar: :any, arm64_sonoma: "b029a73f249a978552cc4d6e7fcd35655bfc466f0f343a8dc7ef3e47feeb6f07" From 938c91c72246810026d06ce169e11cce3ff670b1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:47 +0200 Subject: [PATCH 05163/10074] screenresolution: added `no_autobump!` --- Formula/s/screenresolution.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/screenresolution.rb b/Formula/s/screenresolution.rb index f72648ae05111..fe9e312c160a1 100644 --- a/Formula/s/screenresolution.rb +++ b/Formula/s/screenresolution.rb @@ -6,6 +6,8 @@ class Screenresolution < Formula license "GPL-2.0-only" head "https://github.com/jhford/screenresolution.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b35c70febc8d234c5a664507d682eeb80ff1541bde35128f42836559088e9290" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e80216f98204a4f06ad9cfdcfd8fbab00c6ddfbc26773aa0920dcaf4fd86d686" From 5568d18d50404752f1ea72af101d5a7a5c91b19e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:47 +0200 Subject: [PATCH 05164/10074] scrub: added `no_autobump!` --- Formula/s/scrub.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scrub.rb b/Formula/s/scrub.rb index 6e47c1bfc584c..5f7a5ef63eae0 100644 --- a/Formula/s/scrub.rb +++ b/Formula/s/scrub.rb @@ -6,6 +6,8 @@ class Scrub < Formula sha256 "43d98d3795bc2de7920efe81ef2c5de4e9ed1f903c35c939a7d65adc416d6cb8" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b5104b893d57f47767bfd57cd943551d95cd9b322645a56fdb18ba325904b02" From 358ecd1d5ed6b8155d67b00b15b09a27350bc593 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:47 +0200 Subject: [PATCH 05165/10074] scryer-prolog: added `no_autobump!` --- Formula/s/scryer-prolog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scryer-prolog.rb b/Formula/s/scryer-prolog.rb index 91aa9b19595af..a1656548914eb 100644 --- a/Formula/s/scryer-prolog.rb +++ b/Formula/s/scryer-prolog.rb @@ -6,6 +6,8 @@ class ScryerProlog < Formula license "BSD-3-Clause" head "https://github.com/mthom/scryer-prolog.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d9e835b97c19a21a9e951a9cb4f3e63b2df085d146a45e1a83fcd6f7c2e2e03" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a56ddd4c07ac2d2b7efaa3d425e8372164d177ae2051716004fe690c4581788" From 002376aaee99e9aa9c7ff1bc6fb47a3ab4f04def Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:47 +0200 Subject: [PATCH 05166/10074] scws: added `no_autobump!` --- Formula/s/scws.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scws.rb b/Formula/s/scws.rb index f9766f1a1ecdf..f2fa42b6deed3 100644 --- a/Formula/s/scws.rb +++ b/Formula/s/scws.rb @@ -5,6 +5,8 @@ class Scws < Formula sha256 "60d50ac3dc42cff3c0b16cb1cfee47d8cb8c8baa142a58bc62854477b81f1af5" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "294a02ffae27e71589019a49e8031b89e2af74a54603e3caa1a60ffd5fa91e17" sha256 cellar: :any, arm64_sonoma: "97322bf31231434433412e95b1561a5aa7ed1bc0887f5178a46533063295ff51" From 1736214b55d2e7aff48fa1c86004086189fa0815 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:47 +0200 Subject: [PATCH 05167/10074] sd: added `no_autobump!` --- Formula/s/sd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sd.rb b/Formula/s/sd.rb index 3f0a46b93cfcc..941322ff42eff 100644 --- a/Formula/s/sd.rb +++ b/Formula/s/sd.rb @@ -5,6 +5,8 @@ class Sd < Formula sha256 "2adc1dec0d2c63cbffa94204b212926f2735a59753494fca72c3cfe4001d472f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3cf7ab4495f622a4f245bb1c7c30225ef881dc390ee5edc59a1d3c4381cecca1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bc773a70934364157591cd888e617601a42ed1f615fda8f77364fa45631d08d" From 07c7fef8aede518a7132ec12751b2370209de9fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:48 +0200 Subject: [PATCH 05168/10074] sdcv: added `no_autobump!` --- Formula/s/sdcv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sdcv.rb b/Formula/s/sdcv.rb index a7e9a4ecf769b..838b6c2c91357 100644 --- a/Formula/s/sdcv.rb +++ b/Formula/s/sdcv.rb @@ -7,6 +7,8 @@ class Sdcv < Formula version_scheme 1 head "https://github.com/Dushistov/sdcv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "b53341800d7aad1fae6fd3b105de15a7b1f81e4192d350b50cc4f389e21298da" sha256 arm64_sonoma: "7c16b9b5e5b3ae014c182f84df89c800bd60cf9da4a0b1c0fda724dfb42d991c" From ba5cbd75719fe5165057cf93fc9681ee42d0fd4d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:48 +0200 Subject: [PATCH 05169/10074] sdedit: added `no_autobump!` --- Formula/s/sdedit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sdedit.rb b/Formula/s/sdedit.rb index 529f855b79c3f..aee13c2257463 100644 --- a/Formula/s/sdedit.rb +++ b/Formula/s/sdedit.rb @@ -11,6 +11,8 @@ class Sdedit < Formula regex(%r{url=.*?/sdedit[._-]v?(\d+(?:\.\d+)+)\.jar}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "b53e1a2647aa46c3b1955e0aa26329c42d4bb5defd34d3dab8d4a6b2897bdaeb" From 6f289f058ebb073edfc0ea169a645cd4f91551ae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:48 +0200 Subject: [PATCH 05170/10074] sdl12-compat: added `no_autobump!` --- Formula/s/sdl12-compat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sdl12-compat.rb b/Formula/s/sdl12-compat.rb index 8496b1a3d2751..2caeabba4badf 100644 --- a/Formula/s/sdl12-compat.rb +++ b/Formula/s/sdl12-compat.rb @@ -11,6 +11,8 @@ class Sdl12Compat < Formula regex(/^release[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7629feebea88788075d1b222b1096b9f7c1a412fa7dfd5874cfc9ecedeb3cee3" sha256 cellar: :any, arm64_sonoma: "4948b9d4e38766595d0c173458b97c00121834dd6b4161496a09fec4fc094950" From fe1a408847b04715e3958898b3b1797643213718 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:48 +0200 Subject: [PATCH 05171/10074] sdl2_gfx: added `no_autobump!` --- Formula/s/sdl2_gfx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sdl2_gfx.rb b/Formula/s/sdl2_gfx.rb index b8ce46ab68bd4..124dc958bfc51 100644 --- a/Formula/s/sdl2_gfx.rb +++ b/Formula/s/sdl2_gfx.rb @@ -11,6 +11,8 @@ class Sdl2Gfx < Formula regex(/href=.*?SDL2_gfx[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0edb8d3b267ce8edd5135b4ab15a2e050204ba10a38b4340e83fe468b78bc8fd" sha256 cellar: :any, arm64_sonoma: "ce7aacaf54e17f764780e7480ea8c6ea032f9736565974537bbf3a09645cbc01" From 51447d786136ff8f7578aa304d84ce626295291f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:48 +0200 Subject: [PATCH 05172/10074] sdl2_net: added `no_autobump!` --- Formula/s/sdl2_net.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sdl2_net.rb b/Formula/s/sdl2_net.rb index 70007dc451bd4..125899d97be67 100644 --- a/Formula/s/sdl2_net.rb +++ b/Formula/s/sdl2_net.rb @@ -10,6 +10,8 @@ class Sdl2Net < Formula regex(/^(?:release[._-])?v?(2(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3d7c644db9335046fa38cb4ab1f0396572a1cbb1aa748c6458f9a8ac37ac820d" sha256 cellar: :any, arm64_sonoma: "370799a594bbe1c431dac68cf7c6c19a048c15923a659bcb3db36ab7b5d9bf5e" From f973fb6ba463f26f25c73fb69ca540ee78e90e2a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:48 +0200 Subject: [PATCH 05173/10074] sdl_gfx: added `no_autobump!` --- Formula/s/sdl_gfx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sdl_gfx.rb b/Formula/s/sdl_gfx.rb index a0cefd9cb5384..faf70331a7344 100644 --- a/Formula/s/sdl_gfx.rb +++ b/Formula/s/sdl_gfx.rb @@ -10,6 +10,8 @@ class SdlGfx < Formula regex(/href=.*?SDL_gfx[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "975c8ba619e76b078e5cab50d4b8b0185e4b238f9dd06c7330c56d7a0a062f0f" sha256 cellar: :any, arm64_sonoma: "df95d076e726afc8058f9071a82279c82e27d8b997b2afefb59081a6d4ec7bb6" From 81c97b3a39bb4f1d27224910df0dc25afb8d1fb4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:49 +0200 Subject: [PATCH 05174/10074] search-that-hash: added `no_autobump!` --- Formula/s/search-that-hash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/search-that-hash.rb b/Formula/s/search-that-hash.rb index f6d760295dbb3..c6b470726e715 100644 --- a/Formula/s/search-that-hash.rb +++ b/Formula/s/search-that-hash.rb @@ -9,6 +9,8 @@ class SearchThatHash < Formula revision 9 head "https://github.com/HashPals/Search-That-Hash.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b3e204dce24083c6713bca5a0dde2d0f0e627f787758e6b8e01803891c54b7b" From 9ff08729eae5122c6996691e8463b0cb8b17867b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:49 +0200 Subject: [PATCH 05175/10074] seexpr: added `no_autobump!` --- Formula/s/seexpr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/seexpr.rb b/Formula/s/seexpr.rb index 3667fe508fb1e..5aec2101ed4f9 100644 --- a/Formula/s/seexpr.rb +++ b/Formula/s/seexpr.rb @@ -10,6 +10,8 @@ class Seexpr < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "bb4a0dda70f5ddd52570aa14998475ca6a14a02e57c0703084d32b25fee3b69d" From 682bc08c4daa56a272f9179198184b827e87414b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:49 +0200 Subject: [PATCH 05176/10074] selecta: added `no_autobump!` --- Formula/s/selecta.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/selecta.rb b/Formula/s/selecta.rb index 1662685b2ccd6..3e3bef103a36a 100644 --- a/Formula/s/selecta.rb +++ b/Formula/s/selecta.rb @@ -5,6 +5,8 @@ class Selecta < Formula sha256 "00d1bdabb44b93f90018438f8ffc0780f96893b809b52956abb9485f509d03d2" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ec55655e3c404bba347f242a7b24e7504b181fd2f364a85dad9e4c770231a79d" From ee903ca935bc36114f8dcf956197bc6dfe40b756 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:49 +0200 Subject: [PATCH 05177/10074] semtag: added `no_autobump!` --- Formula/s/semtag.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/semtag.rb b/Formula/s/semtag.rb index a943b4bc9ca8a..280c1f217c8bf 100644 --- a/Formula/s/semtag.rb +++ b/Formula/s/semtag.rb @@ -5,6 +5,8 @@ class Semtag < Formula sha256 "c7becf71c7c14cdef26d3980c3116cce8dad6cd9eb61abcc4d2ff04e2c0f8645" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "933179267efd127dbeca0f0b337bdb6eb1150ef3c8706759195b00a0a30bb16b" From a26ecab4502751f1f131cd5bfb8b8d5cf0ff8a2f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:49 +0200 Subject: [PATCH 05178/10074] sendemail: added `no_autobump!` --- Formula/s/sendemail.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sendemail.rb b/Formula/s/sendemail.rb index e54f9f4b0faa9..56cafc448689d 100644 --- a/Formula/s/sendemail.rb +++ b/Formula/s/sendemail.rb @@ -9,6 +9,8 @@ class Sendemail < Formula skip "Not actively developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "113001c5e97ed667b4f8401c335b3a337a7354b1562ca8b40b6499e6cdb68278" From 36607fb3702580f92d56031c774d3e76ab931cd5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:49 +0200 Subject: [PATCH 05179/10074] seqtk: added `no_autobump!` --- Formula/s/seqtk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/seqtk.rb b/Formula/s/seqtk.rb index 2be327be20213..08488f59ba4bc 100644 --- a/Formula/s/seqtk.rb +++ b/Formula/s/seqtk.rb @@ -5,6 +5,8 @@ class Seqtk < Formula sha256 "384aa1e3cecf4f70403839d586cbb29d469b7c6f773a64bc5af48a6e4b8220a6" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "792b2f9c97b31099358e00f85d5f087d56c6d7b10dcd1d1a6de5c3c28fa90576" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cc03676c5257015029aaa5d4db31a473574c14e9c6dc1d451a27a91d6700bd0" From 299f5beb45302768fd37586e5ead16a709419f9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:50 +0200 Subject: [PATCH 05180/10074] sequoia-chameleon-gnupg: added `no_autobump!` --- Formula/s/sequoia-chameleon-gnupg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sequoia-chameleon-gnupg.rb b/Formula/s/sequoia-chameleon-gnupg.rb index cb16c1d9dadc2..07a2fed0b223b 100644 --- a/Formula/s/sequoia-chameleon-gnupg.rb +++ b/Formula/s/sequoia-chameleon-gnupg.rb @@ -5,6 +5,8 @@ class SequoiaChameleonGnupg < Formula sha256 "8e204784c83b2f17cdd591bd9e2e3df01f9f68527bb5c97aa181c8bec5c6f857" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5b91310a0e9767914f4e236560e5ca9e010e5251386ee843a36bddd67d44b8fa" sha256 cellar: :any, arm64_sonoma: "27b24b86636d9645d07a03f3b317208a030ebf65c4c1d5720ce71b4b6da329ce" From f22c1c6f62f46c3e2d33f64050ae5da66bfc39af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:50 +0200 Subject: [PATCH 05181/10074] sersniff: added `no_autobump!` --- Formula/s/sersniff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sersniff.rb b/Formula/s/sersniff.rb index be7c2b44c9377..7557962d81099 100644 --- a/Formula/s/sersniff.rb +++ b/Formula/s/sersniff.rb @@ -10,6 +10,8 @@ class Sersniff < Formula regex(/href=.*?sersniff[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b6380a7ceb537b939e10a5cd9a128e95dd0eaf249c80889ba0e5b81173258dc" From b4e6240b0275eef172a341e05a197c3a0ec76de9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:50 +0200 Subject: [PATCH 05182/10074] serveit: added `no_autobump!` --- Formula/s/serveit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/serveit.rb b/Formula/s/serveit.rb index 52a36a390fc15..db16f76a1cd28 100644 --- a/Formula/s/serveit.rb +++ b/Formula/s/serveit.rb @@ -7,6 +7,8 @@ class Serveit < Formula revision 1 head "https://github.com/garybernhardt/serveit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f9a8523f4f530ab0bd0fad9a27c710efa442b2c964aafa32c4a747819c515b7" From 74f3a761b412f8424a0c490e4ae1d508603a7c23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:50 +0200 Subject: [PATCH 05183/10074] serverless: added `no_autobump!` --- Formula/s/serverless.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/serverless.rb b/Formula/s/serverless.rb index 37b43c84f5740..4bf055b4694a1 100644 --- a/Formula/s/serverless.rb +++ b/Formula/s/serverless.rb @@ -6,6 +6,8 @@ class Serverless < Formula license "MIT" head "https://github.com/serverless/serverless.git", branch: "v3" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "06a1d77422f266cc1d32de082fd88653ff2acba640e4369391749f8308232abf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e5580e7acdb2b5a7c4c941d321aac21ccc370b40b8432ff0372b83a33227ef1" From e61b0493cc1deadaa9e187e4e5fbae027ae665d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:51 +0200 Subject: [PATCH 05184/10074] servus: added `no_autobump!` --- Formula/s/servus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/servus.rb b/Formula/s/servus.rb index 3b34df8e45305..6b4fa2617a3aa 100644 --- a/Formula/s/servus.rb +++ b/Formula/s/servus.rb @@ -6,6 +6,8 @@ class Servus < Formula revision: "170bd93dbdd6c0dd80cf4dfc5926590cc5cef5ab" license "LGPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e4e1dc29b490f71552d5037b7eec4b049884e7ab5942f543fc65392f856f6ce0" sha256 cellar: :any, arm64_sonoma: "1ca10abd68ab48408bc5d5db44e2512345ceab9ba48765c61f6ac2079268dcb5" From 44789caa9650cdd236b87552cf97d94bf55c6a1a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:51 +0200 Subject: [PATCH 05185/10074] setconf: added `no_autobump!` --- Formula/s/setconf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/setconf.rb b/Formula/s/setconf.rb index 00773bd2bd871..af2193ac5cbe4 100644 --- a/Formula/s/setconf.rb +++ b/Formula/s/setconf.rb @@ -8,6 +8,8 @@ class Setconf < Formula license "GPL-2.0-or-later" head "https://github.com/xyproto/setconf.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "4595c95b544f85bef09766354418d146364657157ba5f7dc614487bf50f85535" end From 28d93bde59f59c8d4c6c96c3003ce273f1511334 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:51 +0200 Subject: [PATCH 05186/10074] setweblocthumb: added `no_autobump!` --- Formula/s/setweblocthumb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/setweblocthumb.rb b/Formula/s/setweblocthumb.rb index 49d13d5263935..77950fe213f3b 100644 --- a/Formula/s/setweblocthumb.rb +++ b/Formula/s/setweblocthumb.rb @@ -5,6 +5,8 @@ class Setweblocthumb < Formula sha256 "0258fdabbd24eed2ad3ff425b7832c4cd9bc706254861a6339f886efc28e35be" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7765cc1aed9b92ae0460dfeace83a4c9fee7c63598953caf6e2bbdb581c5395c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb99da3db71d9602d3c6ddf5b615a8b9b90ee253fc7561fe02116791050a2376" From 12164447687bae7482224f8b85db5406851b70e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:51 +0200 Subject: [PATCH 05187/10074] seven-kingdoms: added `no_autobump!` --- Formula/s/seven-kingdoms.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/seven-kingdoms.rb b/Formula/s/seven-kingdoms.rb index ea22db1cbfca8..1f320417736c5 100644 --- a/Formula/s/seven-kingdoms.rb +++ b/Formula/s/seven-kingdoms.rb @@ -10,6 +10,8 @@ class SevenKingdoms < Formula regex(%r{url=.*?/7kaa[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "b2d889d8c50a32132e8a843b6e11fb74f2201d8b8a5518b0e05494c425c3d38b" From ece4a525c73dc8da21e6eeddddb1e0241296def8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:51 +0200 Subject: [PATCH 05188/10074] sevenzip: added `no_autobump!` --- Formula/s/sevenzip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sevenzip.rb b/Formula/s/sevenzip.rb index 1e998a2e70a87..21cfddc2f12ee 100644 --- a/Formula/s/sevenzip.rb +++ b/Formula/s/sevenzip.rb @@ -12,6 +12,8 @@ class Sevenzip < Formula regex(/>\s*Download\s+7-Zip\s+v?(\d+(?:\.\d+)+)\s+\([^)]+?\)/im) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8af70077a765a3b8932830f8ac0bffe756ab09a01e9c4f1cceaf4b6ff67b73b6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f43517abad06c408e8e4d3b9d49d7984223f3181d44e9c9582ffd1be047fb191" From 5ea8aa3857c2601d14f0b942965b6b068cb869e4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:51 +0200 Subject: [PATCH 05189/10074] sexpect: added `no_autobump!` --- Formula/s/sexpect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sexpect.rb b/Formula/s/sexpect.rb index 15c14485327f0..78384e2cc6f76 100644 --- a/Formula/s/sexpect.rb +++ b/Formula/s/sexpect.rb @@ -5,6 +5,8 @@ class Sexpect < Formula sha256 "44f5711aa99f3ccf9c4b0edfcd9a7d25fa64b442574624ce451713d1532c1a7e" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8647d681a0db2c3a76b9b22182564a560f630709d1bf9313740968ad9090ffb2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfb2baed2c6a89e7bb6c7c7d3e3fde11b3638e3a2c9e015d9fe0fc4f8d32589f" From e15c55cd6b9082a4ee19d337674d535ce2910aaf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:52 +0200 Subject: [PATCH 05190/10074] sf-pwgen: added `no_autobump!` --- Formula/s/sf-pwgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sf-pwgen.rb b/Formula/s/sf-pwgen.rb index 2edf6192c0897..1360bebbbae9e 100644 --- a/Formula/s/sf-pwgen.rb +++ b/Formula/s/sf-pwgen.rb @@ -6,6 +6,8 @@ class SfPwgen < Formula license "Zlib" head "https://github.com/anders/pwgen.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b97cc880e036c31a7f53592df3eeecd8965645fafff19d1957bfdbfc2b35a45a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "38d7fb2634658ff623e2a50d1b8b180ca70f05438d3f4a239ed7fd365b789158" From f8e9702ba068aa0141645890473ede011659d526 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:52 +0200 Subject: [PATCH 05191/10074] sfml@2: added `no_autobump!` --- Formula/s/sfml@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sfml@2.rb b/Formula/s/sfml@2.rb index 341cc6256f54a..cefa6191c033d 100644 --- a/Formula/s/sfml@2.rb +++ b/Formula/s/sfml@2.rb @@ -6,6 +6,8 @@ class SfmlAT2 < Formula license "Zlib" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7cb3afc70bc71a9a3c45edd4bf9ca54dc9514bc576a894f5f01d58c3b04e0b44" sha256 cellar: :any, arm64_sonoma: "529996e0afcd2b27ad6c7f5e124067fb940d2c6c4b3dface4d21db5694c16b2e" From d16fbe9e822d92695b7cf7e90ea2138f5f6fe99e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:52 +0200 Subject: [PATCH 05192/10074] sfsexp: added `no_autobump!` --- Formula/s/sfsexp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sfsexp.rb b/Formula/s/sfsexp.rb index 638158de0a3b1..e355a6bb161a7 100644 --- a/Formula/s/sfsexp.rb +++ b/Formula/s/sfsexp.rb @@ -5,6 +5,8 @@ class Sfsexp < Formula sha256 "15e9a18bb0d5c3c5093444a9003471c2d25ab611b4219ef1064f598668723681" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f03b944967fd032f7538cafe2d1207790c47445922ecc8720b176ed8c1f747e9" sha256 cellar: :any, arm64_sonoma: "5fff80561a38b1e7f175a8eb61f556abc10e9c3c9db5c1eff1babd21208a41ee" From 58d1f7b91f46bd9eea73a1a8c887c99fc8050dde Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:52 +0200 Subject: [PATCH 05193/10074] sfst: added `no_autobump!` --- Formula/s/sfst.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sfst.rb b/Formula/s/sfst.rb index a0eb6136db42e..59436b66c0611 100644 --- a/Formula/s/sfst.rb +++ b/Formula/s/sfst.rb @@ -10,6 +10,8 @@ class Sfst < Formula regex(%r{href=.*?data/SFST[._-]v?(\d+(?:\.\d+)+[a-z]*)\.[tz]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb6e8457e5e8fabb6149537221ed7e08cbba522464b29b41fe26c59b730ed34c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd33725d7517fc287408916639bafd47f925e58e979464ac214f6eb66d9a927d" From 4d498c28f43cc42ad6f066363f46dcfe3a5255b4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:52 +0200 Subject: [PATCH 05194/10074] sftpgo: added `no_autobump!` --- Formula/s/sftpgo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sftpgo.rb b/Formula/s/sftpgo.rb index f6ea9e967a3a2..1b1eec66956e5 100644 --- a/Formula/s/sftpgo.rb +++ b/Formula/s/sftpgo.rb @@ -5,6 +5,8 @@ class Sftpgo < Formula sha256 "02d36a540e79ee877585c145cbe294bd48b03db98d2b577273cad4c8b6cf482c" license "AGPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "618de2bf3a3e61caeb84a818715060a7793e35dea8309b529c42715e10382778" sha256 arm64_sonoma: "cf13ba2d5b0ef2cf8cc20ef3c6e7ba8719fcca93e88b545924ac0976dbc0d9bb" From 193f8de1a693877fbd79de2c8f4d780b352330a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:52 +0200 Subject: [PATCH 05195/10074] sgn: added `no_autobump!` --- Formula/s/sgn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sgn.rb b/Formula/s/sgn.rb index c37ff466d2647..0e06180a59b08 100644 --- a/Formula/s/sgn.rb +++ b/Formula/s/sgn.rb @@ -6,6 +6,8 @@ class Sgn < Formula license "MIT" head "https://github.com/EgeBalci/sgn.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "225b80b3fc0c69f76b2476b4ac4348d98f2fc09d6130cf9eb16bcd7057187ff5" From dd6c1eb2b3a5b1ee1fc851e947b4b144c7da7628 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:53 +0200 Subject: [PATCH 05196/10074] sgr: added `no_autobump!` --- Formula/s/sgr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sgr.rb b/Formula/s/sgr.rb index 45d2292b2071c..f86dc96362a31 100644 --- a/Formula/s/sgr.rb +++ b/Formula/s/sgr.rb @@ -8,6 +8,8 @@ class Sgr < Formula license "Apache-2.0" revision 13 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "db20ed00c7f28d1884e5532dc0438ca59540790898fdbaf1c58c1eef36bd632d" sha256 cellar: :any, arm64_sonoma: "628f8550d5cc8827feaf871741a8deee69da3e65417cbea153bbc527f9c46515" From 796182b59a77444d768ad311c57da7511f76c0ac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:53 +0200 Subject: [PATCH 05197/10074] sgrep: added `no_autobump!` --- Formula/s/sgrep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sgrep.rb b/Formula/s/sgrep.rb index c37cb6e595aed..2afa5a63633f6 100644 --- a/Formula/s/sgrep.rb +++ b/Formula/s/sgrep.rb @@ -14,6 +14,8 @@ class Sgrep < Formula skip "No up-to-date sources to check for versions" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sonoma: "836a9d21daa61fa592a52541e2927175f2689e67569562961ea4c22278fe65a0" From 4be3f5eaf2e6347ccdaa3267684a8c51c3c791f7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:53 +0200 Subject: [PATCH 05198/10074] sha1dc: added `no_autobump!` --- Formula/s/sha1dc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sha1dc.rb b/Formula/s/sha1dc.rb index b2f71d00f8f31..10b6e4f36647c 100644 --- a/Formula/s/sha1dc.rb +++ b/Formula/s/sha1dc.rb @@ -9,6 +9,8 @@ class Sha1dc < Formula # "simplified_c90" branch that's the basis for release. head "https://github.com/cr-marcstevens/sha1collisiondetection.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5fe1a0a2661073a77af41918596aef1fda94c415dbed1a3e7b5a4ee7332aff1b" sha256 cellar: :any, arm64_sonoma: "9a4352024715c628f177c0585164b8fabda1c4c266e16735f406353c8c2068ce" From 9993c8a3afb03e2d88b948b13b070ff4258fedc4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:53 +0200 Subject: [PATCH 05199/10074] sha2: added `no_autobump!` --- Formula/s/sha2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sha2.rb b/Formula/s/sha2.rb index c87a69ea51127..eb3aa99b23e6b 100644 --- a/Formula/s/sha2.rb +++ b/Formula/s/sha2.rb @@ -10,6 +10,8 @@ class Sha2 < Formula regex(/href=.*?sha2[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f07e3e5d745947e51cedb4f9f9b76c8b23ad190f19f938845fecc2374e80a9d" From 4d4b02b92eed9b68da42b2cd57d2fc549a4d7339 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:53 +0200 Subject: [PATCH 05200/10074] sha3sum: added `no_autobump!` --- Formula/s/sha3sum.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sha3sum.rb b/Formula/s/sha3sum.rb index 32b71d8d31f86..f48f6dc24b12c 100644 --- a/Formula/s/sha3sum.rb +++ b/Formula/s/sha3sum.rb @@ -5,6 +5,8 @@ class Sha3sum < Formula sha256 "82c0808b11f4ba039531b22877dd68e4d870f53cae0c23b7c5d22d40312129f7" license "ISC" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "123cc2c228d8770644c184f6e1a0da0b2e4398bbdf4aff9cc2465a5bc59ac41d" From 12a80e141184499e939c5fde7bab8590d8d31a77 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:53 +0200 Subject: [PATCH 05201/10074] shadowsocks-libev: added `no_autobump!` --- Formula/s/shadowsocks-libev.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shadowsocks-libev.rb b/Formula/s/shadowsocks-libev.rb index 21df723042641..636e130588173 100644 --- a/Formula/s/shadowsocks-libev.rb +++ b/Formula/s/shadowsocks-libev.rb @@ -6,6 +6,8 @@ class ShadowsocksLibev < Formula license "GPL-3.0-or-later" revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1634eda3b34216de2f4208756ef79a7a3cf9dd92aed1efe90657f069ad25f95c" sha256 cellar: :any, arm64_sonoma: "36afad86fca33908c9f81c18511aa4d59f6114e4dc85b66735eb1450bfec79bf" From 6324b7ee9412a64645658606d57ca0459654081f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:54 +0200 Subject: [PATCH 05202/10074] shamrock: added `no_autobump!` --- Formula/s/shamrock.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shamrock.rb b/Formula/s/shamrock.rb index c2a9b9896fa61..e02cff997146b 100644 --- a/Formula/s/shamrock.rb +++ b/Formula/s/shamrock.rb @@ -6,6 +6,8 @@ class Shamrock < Formula license "CECILL-2.1" head "https://github.com/Shamrock-code/Shamrock.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "996d6ea9bc4daa22a38d922a145a48acd22cc66672fdc2f0fe783ee09a6d6a9f" sha256 arm64_sonoma: "b938862a15a7506af458f490c308167db0acea6c78d5c7ca2453e0d5bc394803" From 7244e078b728a76f5912e862754237e87f12e5fe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:54 +0200 Subject: [PATCH 05203/10074] shared-mime-info: added `no_autobump!` --- Formula/s/shared-mime-info.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shared-mime-info.rb b/Formula/s/shared-mime-info.rb index b23f0c98d774f..c9e0abcda787e 100644 --- a/Formula/s/shared-mime-info.rb +++ b/Formula/s/shared-mime-info.rb @@ -14,6 +14,8 @@ class SharedMimeInfo < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "7feb34ce6afb650a39b05fd0dfd75225b659123ae42ce571076eaf2d640c8232" From 12123d3871f1c367eb03a716844b71e5f8144c89 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:54 +0200 Subject: [PATCH 05204/10074] shc: added `no_autobump!` --- Formula/s/shc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shc.rb b/Formula/s/shc.rb index 08c3e3e1edb11..3ccc5d61575f5 100644 --- a/Formula/s/shc.rb +++ b/Formula/s/shc.rb @@ -6,6 +6,8 @@ class Shc < Formula license "GPL-3.0-or-later" head "https://github.com/neurobin/shc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "280ac078e9ec3e7fd245942e1b6d141288fec51877aa5d032e57ce8403d24a8c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0e1db3eca184dfad518ba0f0ab5a1d4c66f34aca3097f44610a5471882ca311" From 0a3308baec9256acae8a19610bd4509a0d6663be Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:54 +0200 Subject: [PATCH 05205/10074] shellinabox: added `no_autobump!` --- Formula/s/shellinabox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shellinabox.rb b/Formula/s/shellinabox.rb index 67de854a542e6..df4182135e77b 100644 --- a/Formula/s/shellinabox.rb +++ b/Formula/s/shellinabox.rb @@ -6,6 +6,8 @@ class Shellinabox < Formula license "GPL-2.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b3bc61dfd3c0f3764b43daadc5f1538a1108f349b60cf26903487c1e7bb0a909" From f4363485a264ac02f317fec75df86b53692498ac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:54 +0200 Subject: [PATCH 05206/10074] shellshare: added `no_autobump!` --- Formula/s/shellshare.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shellshare.rb b/Formula/s/shellshare.rb index bca0b9e7cefa8..94fc1ad63e6f0 100644 --- a/Formula/s/shellshare.rb +++ b/Formula/s/shellshare.rb @@ -7,6 +7,8 @@ class Shellshare < Formula sha256 "0a102c863f60402ab48908563edde38450add0ae02454360fa94065824a61907" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "74bd14d6127d61de20dc99c0936450669eb5bbe22788f0ef64abdcacf2c1f7a0" From 245fa4b8ee074f1dff6d6a15fcb669d71ed35e1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:55 +0200 Subject: [PATCH 05207/10074] shellspec: added `no_autobump!` --- Formula/s/shellspec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shellspec.rb b/Formula/s/shellspec.rb index d33c130aded7a..e445006139f5d 100644 --- a/Formula/s/shellspec.rb +++ b/Formula/s/shellspec.rb @@ -6,6 +6,8 @@ class Shellspec < Formula license "MIT" head "https://github.com/shellspec/shellspec.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c39e6acfcb13b4e82fdaf4e2a2788c5b43eacd7be9d2f98d5d786d0e741befad" From 1b53260fc4b4579c4440802210b3054d92dbe527 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:55 +0200 Subject: [PATCH 05208/10074] shelltestrunner: added `no_autobump!` --- Formula/s/shelltestrunner.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shelltestrunner.rb b/Formula/s/shelltestrunner.rb index 7c12cf4c095e7..6250c9d2e1181 100644 --- a/Formula/s/shelltestrunner.rb +++ b/Formula/s/shelltestrunner.rb @@ -5,6 +5,8 @@ class Shelltestrunner < Formula sha256 "07bd3365fbbde9b4c80a3139792c30c1b1929736175fc207b4af1285bb97cbb0" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7efdd51d33de7f1a6d0faf5b7cba05a2d6958ab6f2b953cf24dbd1f452dc2d9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "14e0822f1871ee0db643fdffff2dd6a9caae2093f9b14035c2303a1666917263" From 32ebfc943fc38c244eb642acf0d7bcea22772816 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:55 +0200 Subject: [PATCH 05209/10074] shibboleth-sp: added `no_autobump!` --- Formula/s/shibboleth-sp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shibboleth-sp.rb b/Formula/s/shibboleth-sp.rb index b84e468cca923..d4f93cbeb7885 100644 --- a/Formula/s/shibboleth-sp.rb +++ b/Formula/s/shibboleth-sp.rb @@ -11,6 +11,8 @@ class ShibbolethSp < Formula regex(/href=.*?shibboleth-sp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0569ff4651fd7d6700c65c25790574f19066174c768959ae2064aea20ad5a99b" sha256 arm64_sonoma: "0a46e994d409ba22543dc7bc7736238bcce908efc32d987ce0c043ceced97a70" From 83aa195b6bf9cbf71bafca8bf5e88c3c119c0a8b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:55 +0200 Subject: [PATCH 05210/10074] shivavg: added `no_autobump!` --- Formula/s/shivavg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shivavg.rb b/Formula/s/shivavg.rb index efcb81bb84e2e..14508b2ff0cf9 100644 --- a/Formula/s/shivavg.rb +++ b/Formula/s/shivavg.rb @@ -5,6 +5,8 @@ class Shivavg < Formula sha256 "9735079392829f7aaf79e02ed84dd74f5c443c39c02ff461cfdd19cfc4ae89c4" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "65aec8af6d55bd324b1590d4e29d30cc3a3da50c4492bb6f5dd0c8906bb0fd58" sha256 cellar: :any, arm64_sonoma: "b6ef4461bec2d6b8a9e7e0cf2aaf02b7fc871bddcbf631318a4f7d7e5b1fa530" From cf37a34044160f2b99a0906daefffeb6ec98bd06 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:55 +0200 Subject: [PATCH 05211/10074] shmcat: added `no_autobump!` --- Formula/s/shmcat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shmcat.rb b/Formula/s/shmcat.rb index 884717641e542..434e23674940f 100644 --- a/Formula/s/shmcat.rb +++ b/Formula/s/shmcat.rb @@ -10,6 +10,8 @@ class Shmcat < Formula regex(%r{url=.*?/shmcat[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "103cda477b51d8e4ef25053b80346b9c7e433ef5db2c3f9efc21e815faf1556b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9249f70d6b9d337e959051cc23417d12fda97e704d53ae4cd1be561f9541fb4" From f5df791c05f7efaf3916007bdc54b8aa976dc99a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:55 +0200 Subject: [PATCH 05212/10074] shml: added `no_autobump!` --- Formula/s/shml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shml.rb b/Formula/s/shml.rb index 7a510b360f6a7..43177e64f8f02 100644 --- a/Formula/s/shml.rb +++ b/Formula/s/shml.rb @@ -5,6 +5,8 @@ class Shml < Formula sha256 "0f0634fe5dd043f5ff52946151584a59b5826acbb268c9d884a166c3196b8f4f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "54617898e5fd7439756e61a1ccb2489d41ef4c5183b8b248156e4ecad3bf245e" From 39ab195a8caec0ddcf44c0a55ade21dab73e3435 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:56 +0200 Subject: [PATCH 05213/10074] shmux: added `no_autobump!` --- Formula/s/shmux.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shmux.rb b/Formula/s/shmux.rb index b6daac30dcac0..39c169901dc3e 100644 --- a/Formula/s/shmux.rb +++ b/Formula/s/shmux.rb @@ -5,6 +5,8 @@ class Shmux < Formula sha256 "c9f8863e2550e23e633cf5fc7a9c4c52d287059f424ef78aba6ecd98390fb9ab" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c6c5f0ff3534ed4ad1c56180b80e0c1963b25c803789492c130ab0620eccb64" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b5156cf3563aa2cca9be5a0de4e8bdd23fbd78854910a8fd25e0cf83b0d0172" From 0ad49a8eb1269d6f8a20bc93fc675c8c7b9ac0d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:56 +0200 Subject: [PATCH 05214/10074] shntool: added `no_autobump!` --- Formula/s/shntool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shntool.rb b/Formula/s/shntool.rb index b7888e8853594..1b1a318d134b3 100644 --- a/Formula/s/shntool.rb +++ b/Formula/s/shntool.rb @@ -11,6 +11,8 @@ class Shntool < Formula regex(/href=.*?shntool[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5d116fc457d0cb26ccaea1e50b59a4edae2af2e89064c473aa420717dc0a9c6" From abd14483d9d28035e39f4c9656fc96ec69c76f5d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:56 +0200 Subject: [PATCH 05215/10074] shodan: added `no_autobump!` --- Formula/s/shodan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shodan.rb b/Formula/s/shodan.rb index 832533526c915..b07c4adf9edd5 100644 --- a/Formula/s/shodan.rb +++ b/Formula/s/shodan.rb @@ -9,6 +9,8 @@ class Shodan < Formula revision 3 head "https://github.com/achillean/shodan-python.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "d39256af014bfbe3904bfc6bc4874fc6e86c978f0825350bc366516e3b5f9882" From ccd3ef8d38d9d8365598eb49ab084f3fca99c7c2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:56 +0200 Subject: [PATCH 05216/10074] shpotify: added `no_autobump!` --- Formula/s/shpotify.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shpotify.rb b/Formula/s/shpotify.rb index 723cbcb54339c..82983bfcb499c 100644 --- a/Formula/s/shpotify.rb +++ b/Formula/s/shpotify.rb @@ -6,6 +6,8 @@ class Shpotify < Formula license "MIT" head "https://github.com/hnarayanan/shpotify.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a77b8a65c1e58b6bf20d640d688e62c01332f1663c7da3b37d7e0329280b4892" From c13c520ff329b7f8d27ecd5df0139c4876c8673a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:56 +0200 Subject: [PATCH 05217/10074] shtool: added `no_autobump!` --- Formula/s/shtool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shtool.rb b/Formula/s/shtool.rb index 96d3629945c90..532492388b21a 100644 --- a/Formula/s/shtool.rb +++ b/Formula/s/shtool.rb @@ -6,6 +6,8 @@ class Shtool < Formula sha256 "1298a549416d12af239e9f4e787e6e6509210afb49d5cf28eb6ec4015046ae19" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a07b590184786375b1faecf0b3cc9cdd24c17b88eae56888a5aa115ce3242a4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dca989d435af4e89422e5d3290d90075732d2ec3daf671c95a30eba9a91aa653" From 0bcc675c95a8c6656b07bf8130d8fb15447843ee Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:56 +0200 Subject: [PATCH 05218/10074] shunit2: added `no_autobump!` --- Formula/s/shunit2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shunit2.rb b/Formula/s/shunit2.rb index 3992267725712..b3f91f62e7908 100644 --- a/Formula/s/shunit2.rb +++ b/Formula/s/shunit2.rb @@ -5,6 +5,8 @@ class Shunit2 < Formula sha256 "b2fed28ba7282e4878640395284e43f08a029a6c27632df73267c8043c71b60c" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "b706f44b77486bdf9fc7629b0fed435e9e5592055c847f7d2bda9f4ed84d8cc2" From 2b3739ce954bef6467d65ce3dae4cdebe6e86fe7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:57 +0200 Subject: [PATCH 05219/10074] shyaml: added `no_autobump!` --- Formula/s/shyaml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/shyaml.rb b/Formula/s/shyaml.rb index a6db3c2ab2bfe..d4fc0fca127a9 100644 --- a/Formula/s/shyaml.rb +++ b/Formula/s/shyaml.rb @@ -9,6 +9,8 @@ class Shyaml < Formula revision 2 head "https://github.com/0k/shyaml.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any, arm64_sequoia: "74bc7e9c8716937a88a39c1ad327023297d5f1f55521507be77a43b712ef3d9d" From 7282fe022d2789052186685daf5d0dd4679e2a33 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:57 +0200 Subject: [PATCH 05220/10074] sic: added `no_autobump!` --- Formula/s/sic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sic.rb b/Formula/s/sic.rb index 4f1215a513a55..41603506d2389 100644 --- a/Formula/s/sic.rb +++ b/Formula/s/sic.rb @@ -11,6 +11,8 @@ class Sic < Formula regex(/href=.*?sic[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f028ab4b890ec81ff5bf82098d31f3f805d3a9efed26328bc83fc3929980af92" sha256 cellar: :any_skip_relocation, arm64_sonoma: "181b20a9474e97e9650248f715220259b3716ee65258beb6e511d9513fd7d752" From 194e8a685411462139c38de8804bd6cc2cbba019 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:57 +0200 Subject: [PATCH 05221/10074] sickchill: added `no_autobump!` --- Formula/s/sickchill.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sickchill.rb b/Formula/s/sickchill.rb index 1d241f2d75be6..8cf3eab64fd61 100644 --- a/Formula/s/sickchill.rb +++ b/Formula/s/sickchill.rb @@ -8,6 +8,8 @@ class Sickchill < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "15de2198f2d82629cde9cdf25a3cff55c3955dff88f7e6a34b0e0485d73088e7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9bb860c05fa1f4b084dbd66059b976963d638d325868d48dbd3f587957756998" From 4cea8b8f415d7c79d02932d61afc6ad5c91a31e1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:57 +0200 Subject: [PATCH 05222/10074] sickle: added `no_autobump!` --- Formula/s/sickle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sickle.rb b/Formula/s/sickle.rb index 7495ee2fe88e6..a66d1b806237f 100644 --- a/Formula/s/sickle.rb +++ b/Formula/s/sickle.rb @@ -5,6 +5,8 @@ class Sickle < Formula sha256 "eab271d25dc799e2ce67c25626128f8f8ed65e3cd68e799479bba20964624734" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "14f29f9f78cfd733320efeca1a531d5a22db8908185bf5340f1d806c554fe7d9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c820fd16930b4e385a72a92abd1f57386b87ac03fee2ec19fb02996e22fc3ae" From 2a068ac1b6f96c66e5862b023ccdff55245d3c9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:57 +0200 Subject: [PATCH 05223/10074] sidekick: added `no_autobump!` --- Formula/s/sidekick.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sidekick.rb b/Formula/s/sidekick.rb index 6d91757651d4d..dd55082e0300b 100644 --- a/Formula/s/sidekick.rb +++ b/Formula/s/sidekick.rb @@ -5,6 +5,8 @@ class Sidekick < Formula sha256 "174224422622158ee78d423ac3c25bb9265914983a1f9b5b2e14543dcb0fe939" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f5e190b61d1c87bb59f25cf984f5fdad673a7406eff0ccb3454bd68d0ce11ee" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f5e190b61d1c87bb59f25cf984f5fdad673a7406eff0ccb3454bd68d0ce11ee" From 67251556d250a16e81152b38e7f076560d098332 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:58 +0200 Subject: [PATCH 05224/10074] sift: added `no_autobump!` --- Formula/s/sift.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sift.rb b/Formula/s/sift.rb index c6698f9813c13..9258177cfac04 100644 --- a/Formula/s/sift.rb +++ b/Formula/s/sift.rb @@ -5,6 +5,8 @@ class Sift < Formula sha256 "bbbd5c472c36b78896cd7ae673749d3943621a6d5523d47973ed2fc6800ae4c8" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9f002da076b35a37e62503ec58fe1ee19b6800f14467fdb6436de1dc648d9de" From 43afe515ac2e932af6c16b7cefc0e2f2e4b9b964 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:58 +0200 Subject: [PATCH 05225/10074] signify-osx: added `no_autobump!` --- Formula/s/signify-osx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/signify-osx.rb b/Formula/s/signify-osx.rb index eef0995bc4c42..29254a1e04548 100644 --- a/Formula/s/signify-osx.rb +++ b/Formula/s/signify-osx.rb @@ -6,6 +6,8 @@ class SignifyOsx < Formula license "ISC" head "https://github.com/jpouellet/signify-osx.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f645784096049b48c18e71ae3891a4430473389e52cad0c647233875bc2716b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0bfd86e88cdf725bd2e3496959793a3f4315e08f82c1de9e2c3778fc50e92c31" From 84b6b461a3d0d16a6f7e6f402f9fda49580d66a8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:58 +0200 Subject: [PATCH 05226/10074] sigrok-cli: added `no_autobump!` --- Formula/s/sigrok-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sigrok-cli.rb b/Formula/s/sigrok-cli.rb index 88faa6c3de204..114b5c7e407b3 100644 --- a/Formula/s/sigrok-cli.rb +++ b/Formula/s/sigrok-cli.rb @@ -10,6 +10,8 @@ class SigrokCli < Formula regex(/href=.*?sigrok-cli[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fd787456a3085648cbf83f56294acc9c37579a5dba2338d8d56c74710c03ee90" sha256 cellar: :any, arm64_sonoma: "a5e82221775d890da9132fdc4326606838e1622c0e692248e2e2efd54839893e" From 830166037f3b51642b8b6e4a9435d0339ea8cde4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:58 +0200 Subject: [PATCH 05227/10074] simh: added `no_autobump!` --- Formula/s/simh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/simh.rb b/Formula/s/simh.rb index acc564ee5ea26..098d556ea80a8 100644 --- a/Formula/s/simh.rb +++ b/Formula/s/simh.rb @@ -6,6 +6,8 @@ class Simh < Formula sha256 "bd8b01c24e62d9ba930f41a7ae7c87bf0c1e5794e27ff689c1b058ed75ebc3e8" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1c035c21f19ee6b0418c5437901ae58c92f295db48755c0b17fed3e57359be4b" sha256 cellar: :any, arm64_sonoma: "6a2f006ba70c8319a1eb4d8ece33be4a0a24e0f064d655bdf6f3d39209b586b8" From 5de9062a5457b7e968bce4925e55f1e9aa2bef92 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:58 +0200 Subject: [PATCH 05228/10074] simple-amqp-client: added `no_autobump!` --- Formula/s/simple-amqp-client.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/simple-amqp-client.rb b/Formula/s/simple-amqp-client.rb index f37fc82c6bcbb..40f4704dcff4c 100644 --- a/Formula/s/simple-amqp-client.rb +++ b/Formula/s/simple-amqp-client.rb @@ -7,6 +7,8 @@ class SimpleAmqpClient < Formula revision 11 head "https://github.com/alanxz/SimpleAmqpClient.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "87ae8527d44ded5a0dd914f42d21527a951a01b9e99861413d73bc5113dbe74f" sha256 cellar: :any, arm64_sonoma: "842d4ae9462815803fc55eb6ab9bd046edd63814df21bdd450e570e61fa14dcd" From 97d897722c3a8a442805e4606622d09e7458b6a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:58 +0200 Subject: [PATCH 05229/10074] simple-mtpfs: added `no_autobump!` --- Formula/s/simple-mtpfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/simple-mtpfs.rb b/Formula/s/simple-mtpfs.rb index 11107d96775ca..7dc525c69b403 100644 --- a/Formula/s/simple-mtpfs.rb +++ b/Formula/s/simple-mtpfs.rb @@ -5,6 +5,8 @@ class SimpleMtpfs < Formula sha256 "1d011df3fa09ad0a5c09d48d84c03e6cddf86390af9eb4e0c178193f32f0e2fc" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_linux: "6af8a1b67540db583e256e6391410483d8480100ed0598e040bbaf59cda85de1" From aeb56e678547d0e2fa1d7369267248383ee4d55f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:59 +0200 Subject: [PATCH 05230/10074] simple-obfs: added `no_autobump!` --- Formula/s/simple-obfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/simple-obfs.rb b/Formula/s/simple-obfs.rb index ca139c40a9902..4a826c3477c16 100644 --- a/Formula/s/simple-obfs.rb +++ b/Formula/s/simple-obfs.rb @@ -7,6 +7,8 @@ class SimpleObfs < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6e40cb731be9ffcc73a3a058968fbb776cc5be006a11fc069c123720b4449c2f" sha256 cellar: :any, arm64_sonoma: "96318311193115a8caae00c04bd855713170ad44d48e67405b9bdab395b8e35f" From 270e6179f4b4e28f4669703963f3c5d1cd2a40ca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:59 +0200 Subject: [PATCH 05231/10074] simple-tiles: added `no_autobump!` --- Formula/s/simple-tiles.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/simple-tiles.rb b/Formula/s/simple-tiles.rb index 22b55f69c1174..3a7f78438ac26 100644 --- a/Formula/s/simple-tiles.rb +++ b/Formula/s/simple-tiles.rb @@ -7,6 +7,8 @@ class SimpleTiles < Formula revision 6 head "https://github.com/propublica/simple-tiles.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d3aaa726bd349cc30a81762fd0a1b0601e4d9cf866023c29ff63a6e60226620c" sha256 cellar: :any, arm64_sonoma: "abe65b73e6079f2b796164a3290cff1570ce7a2eeb1c310ebab9ec2160ac97c6" From 0867abc039abb63affc5b81173b3cc1513269a7f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:59 +0200 Subject: [PATCH 05232/10074] simutrans: added `no_autobump!` --- Formula/s/simutrans.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/simutrans.rb b/Formula/s/simutrans.rb index 5a2b762992272..1bb8df1184366 100644 --- a/Formula/s/simutrans.rb +++ b/Formula/s/simutrans.rb @@ -15,6 +15,8 @@ class Simutrans < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7882263a911cbabe05edc77dd7184ea1b7f85c38097d7b932f1899b97bbb5966" sha256 cellar: :any, arm64_sonoma: "58f3f1132d0dc17ddeb8528b300995b1ea2d350773d7e7b29e066f6f3a13e6be" From da04faf7fe44c7520283c77876383bbefe2fe3bd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:59 +0200 Subject: [PATCH 05233/10074] since: added `no_autobump!` --- Formula/s/since.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/since.rb b/Formula/s/since.rb index e8fc4f8009f87..540919dbcd1aa 100644 --- a/Formula/s/since.rb +++ b/Formula/s/since.rb @@ -10,6 +10,8 @@ class Since < Formula regex(/href=.*?since[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "07893929437e39dacfc617af4ec38af1153bbd8a3655992293b1ac8c415ac240" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccf2421f8310655e3579181a2127aa8897340b05ee8c1d1a2fe5ae8d856793b8" From 916b780433f8e2ff863aed73e6bf03883d62c78a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:50:59 +0200 Subject: [PATCH 05234/10074] sipsak: added `no_autobump!` --- Formula/s/sipsak.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sipsak.rb b/Formula/s/sipsak.rb index 57c9051a55662..e42a19e245a4a 100644 --- a/Formula/s/sipsak.rb +++ b/Formula/s/sipsak.rb @@ -5,6 +5,8 @@ class Sipsak < Formula sha256 "c6faa022cd8c002165875d4aac83b7a2b59194f0491802924117fc6ac980c778" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "fc163d012b766abeb36447d0077a3711ba87868aafaee12c1ddd4a68e8e650af" From d2c1a7664f2dc43acfdf8a644c7f3b3c47fc0b16 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:00 +0200 Subject: [PATCH 05235/10074] sisc-scheme: added `no_autobump!` --- Formula/s/sisc-scheme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sisc-scheme.rb b/Formula/s/sisc-scheme.rb index 4eddfc73e4879..044306e644adc 100644 --- a/Formula/s/sisc-scheme.rb +++ b/Formula/s/sisc-scheme.rb @@ -5,6 +5,8 @@ class SiscScheme < Formula sha256 "7a2f1ee46915ef885282f6df65f481b734db12cfd97c22d17b6c00df3117eea8" license any_of: ["MPL-1.1", "GPL-2.0-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e9295240559052f8c4e4b075ed560b0809c92c8d6d48c4b020707c5dcb20b01" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e01048572a3944b67dd73804391d0cad34e81ecdb5ec39455f5eddad3175c3c8" From 9eb8b798766cc3f939af17f8859c396445c78392 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:00 +0200 Subject: [PATCH 05236/10074] sixtunnel: added `no_autobump!` --- Formula/s/sixtunnel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sixtunnel.rb b/Formula/s/sixtunnel.rb index 8299ee6181524..6ff90708c5ecc 100644 --- a/Formula/s/sixtunnel.rb +++ b/Formula/s/sixtunnel.rb @@ -5,6 +5,8 @@ class Sixtunnel < Formula sha256 "8bc00d8dcd086d13328d868a78e204d8988b214e0c0f7fbdd0794ffe23207fe5" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d847ef0fc6b81caed85f280cc141d608d76549981701549464e23a3f5db3157" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce493b1a9309acdd209d74c96eed32d4b579f2500208a9f926ac513fb01080c1" From d90399c9b444975d8348db856e06b01384de3d2e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:00 +0200 Subject: [PATCH 05237/10074] skalibs: added `no_autobump!` --- Formula/s/skalibs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/skalibs.rb b/Formula/s/skalibs.rb index 5497d29e885c9..da5c25d0695f2 100644 --- a/Formula/s/skalibs.rb +++ b/Formula/s/skalibs.rb @@ -5,6 +5,8 @@ class Skalibs < Formula sha256 "0e626261848cc920738f92fd50a24c14b21e30306dfed97b8435369f4bae00a5" license "ISC" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c668db63e78d6fc7ebe695706f1d26081db734729bdb6892f783d128b8943291" sha256 cellar: :any_skip_relocation, arm64_sonoma: "43990849b9d5f38a0a33a6dc0f25b4ee9ff409507a88e1e6128e4667a1b3713a" From 06afbd67c0619cbe3a17a7eb9d2e4d083c8d2fd6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:00 +0200 Subject: [PATCH 05238/10074] skani: added `no_autobump!` --- Formula/s/skani.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/skani.rb b/Formula/s/skani.rb index b05b54bb6a80f..b602419706fb2 100644 --- a/Formula/s/skani.rb +++ b/Formula/s/skani.rb @@ -6,6 +6,8 @@ class Skani < Formula license "MIT" head "https://github.com/bluenote-1577/skani.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9cb6481c4334cccd0a6e3726ef1accc7f03f916949d6c04cbf57bb281f1ddf3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ed2e71f080f76d0b993299eabf00956d8026d3b71ceae1b5f24f57c099bb20e" From d16a9083d30bdc00bee449aee09f09cc15b3b28e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:00 +0200 Subject: [PATCH 05239/10074] skinny: added `no_autobump!` --- Formula/s/skinny.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/skinny.rb b/Formula/s/skinny.rb index f22e3607705ec..f72f9ccc60180 100644 --- a/Formula/s/skinny.rb +++ b/Formula/s/skinny.rb @@ -5,6 +5,8 @@ class Skinny < Formula sha256 "2382ba97f799bfc772ee79b2c084c63a1278ddd89de8dacd4ba6433f41294812" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fe3e73f7ce63036df9780b6681a13aa48da130e968bbd84843c12ac2b7940f25" From b54fa1a6d55dec782c9ac99cbc8f5ce2a9db3dd4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:00 +0200 Subject: [PATCH 05240/10074] skktools: added `no_autobump!` --- Formula/s/skktools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/skktools.rb b/Formula/s/skktools.rb index fbf840ddd8280..529880fcdeadb 100644 --- a/Formula/s/skktools.rb +++ b/Formula/s/skktools.rb @@ -6,6 +6,8 @@ class Skktools < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "84de631d3930f335f030cfa8a3c8669d76c0052c26213b5321496087c4a156ec" sha256 cellar: :any, arm64_sonoma: "e29e36abbb09213d335f3610286be258c8ee4f0f692cc30d66fa6553656c8e49" From 396ce6c48b6572d301c7ad3d20990ad9a38533a0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:01 +0200 Subject: [PATCH 05241/10074] skymaker: added `no_autobump!` --- Formula/s/skymaker.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/skymaker.rb b/Formula/s/skymaker.rb index 4bb513ac4fd0f..e2958e6e2f8fb 100644 --- a/Formula/s/skymaker.rb +++ b/Formula/s/skymaker.rb @@ -8,6 +8,8 @@ class Skymaker < Formula sha256 "a16f9c2bd653763b5e1629e538d49f63882c46291b479b4a4997de84d8e9fb0f" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a64d0196f49aabd48d626c7b2585e61faa5812eae14a914f884733fb8a9dd754" sha256 cellar: :any, arm64_sonoma: "3b60d5073126dc8d3d74b4c96855b082aa49fc6d5b6a56340d14f93b746c0b15" From 321c9cd96bae5fd4d96392c7e05c8dea98007105 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:01 +0200 Subject: [PATCH 05242/10074] sl: added `no_autobump!` --- Formula/s/sl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sl.rb b/Formula/s/sl.rb index d8dcb59374156..79722c3f132ab 100644 --- a/Formula/s/sl.rb +++ b/Formula/s/sl.rb @@ -6,6 +6,8 @@ class Sl < Formula license "MIT" head "https://github.com/mtoyoda/sl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "154511be7a41ffedfc392b2be2134fc6e5a0a7de8a34c27cc00b41dce1f6cd38" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c867d7c636940322cd83ce8edc47d04be3b67293194fecc6ffafcba71a464bc3" From 083b7ae9cb43ba7e28a6d6c86bddba1707385b1a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:01 +0200 Subject: [PATCH 05243/10074] slacknimate: added `no_autobump!` --- Formula/s/slacknimate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/slacknimate.rb b/Formula/s/slacknimate.rb index 4bc6ed97b9be8..f7f788a6e35fc 100644 --- a/Formula/s/slacknimate.rb +++ b/Formula/s/slacknimate.rb @@ -6,6 +6,8 @@ class Slacknimate < Formula license "MPL-2.0" head "https://github.com/mroth/slacknimate.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9ac5eee6054981abdbaf4e761840dbc63ec20dfdf7c5e36abbc2f7537fd9804" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1932450215802048e308af408e1255649dadb49e440a4dd1e172d1497d890e70" From 503106006814ca2b4ca965cf047891c7b9eec61f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:01 +0200 Subject: [PATCH 05244/10074] slashem: added `no_autobump!` --- Formula/s/slashem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/slashem.rb b/Formula/s/slashem.rb index aa45399da0105..e71e20adc8bce 100644 --- a/Formula/s/slashem.rb +++ b/Formula/s/slashem.rb @@ -13,6 +13,8 @@ class Slashem < Formula regex(%r{url=.*?/slashem-source/([^/]+)/[^.]+\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3489647fb5f38f4016ef73e262df24407525bb01f076463c21f5b8340e47c27" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3cc225b937c53aa8a9121eb03ffcfd067a338a050df4b348cac6e8ea36c1cf19" From e8a6ff7b938748761d692de5bd7c2c5119a03983 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:01 +0200 Subject: [PATCH 05245/10074] sleepwatcher: added `no_autobump!` --- Formula/s/sleepwatcher.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sleepwatcher.rb b/Formula/s/sleepwatcher.rb index 197327d928c83..21ef1b27e6d00 100644 --- a/Formula/s/sleepwatcher.rb +++ b/Formula/s/sleepwatcher.rb @@ -10,6 +10,8 @@ class Sleepwatcher < Formula regex(/href=.*?sleepwatcher[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8ae2f2e3e784b696e707f95007573cfd1e7d64dbaca674c3b13caa05571f99a" From d43bdc0c1041418aab31f1f0d34d7aa185c0bd46 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:01 +0200 Subject: [PATCH 05246/10074] slimerjs: added `no_autobump!` --- Formula/s/slimerjs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/slimerjs.rb b/Formula/s/slimerjs.rb index 0a2bb5bf2140a..cfc49c396f1b8 100644 --- a/Formula/s/slimerjs.rb +++ b/Formula/s/slimerjs.rb @@ -6,6 +6,8 @@ class Slimerjs < Formula license "MPL-2.0" head "https://github.com/laurentj/slimerjs.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "28448d431b342918fa343fd2fc2d89663927395d35e0f5c20d16f8038c2f298e" From 3316461a5f84912159117ea7b8efbb744d5a4ae0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:02 +0200 Subject: [PATCH 05247/10074] slither-analyzer: added `no_autobump!` --- Formula/s/slither-analyzer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/slither-analyzer.rb b/Formula/s/slither-analyzer.rb index 05bb62baf1a79..98cf736cb3b31 100644 --- a/Formula/s/slither-analyzer.rb +++ b/Formula/s/slither-analyzer.rb @@ -8,6 +8,8 @@ class SlitherAnalyzer < Formula license "AGPL-3.0-only" head "https://github.com/crytic/slither.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0afe1fd5ed9b06cdae9ef4d95862b6352f9aeb989b7af4da6e7bc21c462d74fc" sha256 cellar: :any, arm64_sonoma: "3abb429be05a04b5088233cc8453d8f99141194c82d127eed626bd92a4daabb3" From 93b6aa3e42de170de951104607e8a3cece093173 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:02 +0200 Subject: [PATCH 05248/10074] sloccount: added `no_autobump!` --- Formula/s/sloccount.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sloccount.rb b/Formula/s/sloccount.rb index 6f5132226240b..4d5d03916098e 100644 --- a/Formula/s/sloccount.rb +++ b/Formula/s/sloccount.rb @@ -10,6 +10,8 @@ class Sloccount < Formula regex(/href=.*?sloccount[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "3243d86a2a6a558e56911fe743461644ff484b699d962c7afcb17ffed89b7706" From f6ebc57a8c47ac4f78608fa8d762b7113ff461c7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:02 +0200 Subject: [PATCH 05249/10074] slowhttptest: added `no_autobump!` --- Formula/s/slowhttptest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/slowhttptest.rb b/Formula/s/slowhttptest.rb index b58e0bd08afe2..4499927231790 100644 --- a/Formula/s/slowhttptest.rb +++ b/Formula/s/slowhttptest.rb @@ -6,6 +6,8 @@ class Slowhttptest < Formula license "Apache-2.0" head "https://github.com/shekyan/slowhttptest.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "2708483fcbd6bb9badf73319ba021792a02638eae74315f9b7489cfa1b1ed526" From 3f9d62d0bdf46741bfb546d941261f443ef64676 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:02 +0200 Subject: [PATCH 05250/10074] slrn: added `no_autobump!` --- Formula/s/slrn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/slrn.rb b/Formula/s/slrn.rb index 542c3b2503957..fe7b7489b8557 100644 --- a/Formula/s/slrn.rb +++ b/Formula/s/slrn.rb @@ -12,6 +12,8 @@ class Slrn < Formula regex(/href=.*?slrn[._-]v?(\d+(?:\.\d+)+(?:[a-z]?\d*)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "439ad507d119a98349f0cc8422d9ef91125faa53a802a55078f11f1e7bb53fc4" From 5b3f5022301e4522d0dc494e09032e094b0c9d6f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:02 +0200 Subject: [PATCH 05251/10074] slugify: added `no_autobump!` --- Formula/s/slugify.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/slugify.rb b/Formula/s/slugify.rb index 489b03b6bb62d..11b92468add7b 100644 --- a/Formula/s/slugify.rb +++ b/Formula/s/slugify.rb @@ -6,6 +6,8 @@ class Slugify < Formula license "MIT" head "https://github.com/benlinton/slugify.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "3b484ae7b5d87f4f148f8c9395960213ed62b4cd1b82567c7bcceede23259942" From 7c578f3e14928bb93027d4f7e830609bec15c4d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:02 +0200 Subject: [PATCH 05252/10074] smali: added `no_autobump!` --- Formula/s/smali.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/smali.rb b/Formula/s/smali.rb index 5aff2d0d49b64..b410160c41409 100644 --- a/Formula/s/smali.rb +++ b/Formula/s/smali.rb @@ -5,6 +5,8 @@ class Smali < Formula sha256 "2c42f0b1768a5ca0f9e7fe2241962e6ab54940964d60e2560c67b0029dac7bf1" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "909b027559fa670c4e04e24e5d8f0c16ca7c0791826c709a9e1923d3c8a7d7c6" sha256 cellar: :any_skip_relocation, arm64_ventura: "a156600b701a8ec390c3cc6f8348c5fdc87a4f4168ca1b9fa85729437d1a7c6a" From be03e4829e76909ff4a6dbd0df0cf395b380bfc8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:03 +0200 Subject: [PATCH 05253/10074] smap: added `no_autobump!` --- Formula/s/smap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/smap.rb b/Formula/s/smap.rb index 6b576f1e41fbb..482eca6dc6e74 100644 --- a/Formula/s/smap.rb +++ b/Formula/s/smap.rb @@ -11,6 +11,8 @@ class Smap < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "76fbb860e3293a917a8c0ea81e911cda57c0af6cb4e8cd89afb5c5063e45676f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "162d821d45208c377855150781facff0c083300805aff8b02303def6c0f107f8" From c2421f6444044adeabcc6bd72bf1b25cd79599d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:03 +0200 Subject: [PATCH 05254/10074] smartmontools: added `no_autobump!` --- Formula/s/smartmontools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/smartmontools.rb b/Formula/s/smartmontools.rb index 0538c685d5541..1bb27dc37640e 100644 --- a/Formula/s/smartmontools.rb +++ b/Formula/s/smartmontools.rb @@ -5,6 +5,8 @@ class Smartmontools < Formula sha256 "690b83ca331378da9ea0d9d61008c4b22dde391387b9bbad7f29387f2595f76e" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "40ae2e7c1fe5a99587149ea92c170bd8a89f97b44cb0b1d616635c45dfac2074" sha256 arm64_sonoma: "55f5004cb84ed1a3ca63ad5d312dfad8eb85d5fe5adeefb317187729b37af0f6" From 2bdc257f8b38b6b9c694ba8aa566a135f0324eaf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:03 +0200 Subject: [PATCH 05255/10074] smartypants: added `no_autobump!` --- Formula/s/smartypants.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/smartypants.rb b/Formula/s/smartypants.rb index 981c9b701da8a..df17cf25e8943 100644 --- a/Formula/s/smartypants.rb +++ b/Formula/s/smartypants.rb @@ -10,6 +10,8 @@ class Smartypants < Formula regex(/href=.*?SmartyPants[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "3de13f7bf233a663c066ff5a8b1a27ba3ceb278ac9c1e750f7f70d1723572dc4" From 11bf8179f5cc0a13c5e9e79ba082c9882f1dfa57 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:03 +0200 Subject: [PATCH 05256/10074] smlfmt: added `no_autobump!` --- Formula/s/smlfmt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/smlfmt.rb b/Formula/s/smlfmt.rb index 581bb1a2cd20e..f85d598314873 100644 --- a/Formula/s/smlfmt.rb +++ b/Formula/s/smlfmt.rb @@ -6,6 +6,8 @@ class Smlfmt < Formula license "MIT" head "https://github.com/shwestrick/smlfmt.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ca671852fb33a6c846046fc88e6ba48b80f18a2b41844bbb6f711c9ca6600e2b" sha256 cellar: :any, arm64_sonoma: "4a4d72dd8bc6a5eb4cc96f5b8029163371f7a8d8bc8ca005a6a01f874f8b24d7" From b33b2ca33348764ba3203e0aeb014966509d338a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:03 +0200 Subject: [PATCH 05257/10074] smlpkg: added `no_autobump!` --- Formula/s/smlpkg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/smlpkg.rb b/Formula/s/smlpkg.rb index d42598e5c4079..b95483642785d 100644 --- a/Formula/s/smlpkg.rb +++ b/Formula/s/smlpkg.rb @@ -6,6 +6,8 @@ class Smlpkg < Formula license "MIT" head "https://github.com/diku-dk/smlpkg.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, sonoma: "e32a3bb66ffda047e591f59df909bc287720f6ee371ccb4d0e4b0871977c8947" From b3ec13689f080462519b289206aeb8e0b3da396b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:03 +0200 Subject: [PATCH 05258/10074] smpeg: added `no_autobump!` --- Formula/s/smpeg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/smpeg.rb b/Formula/s/smpeg.rb index 6cae17fb68ee7..f076a6dc174be 100644 --- a/Formula/s/smpeg.rb +++ b/Formula/s/smpeg.rb @@ -16,6 +16,8 @@ class Smpeg < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "e7a1451326b54dd9107b43762c877fc91a8d9cb7fcae37aad8f4a354c98c56bf" From 4e9232ae6bca7970298a6fad63727c3b626c6b20 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:04 +0200 Subject: [PATCH 05259/10074] smu: added `no_autobump!` --- Formula/s/smu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/smu.rb b/Formula/s/smu.rb index 15938397f3321..e87cbcfbcdd67 100644 --- a/Formula/s/smu.rb +++ b/Formula/s/smu.rb @@ -6,6 +6,8 @@ class Smu < Formula license "MIT" head "https://github.com/Gottox/smu.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bda27a644876f6c81baefb5ef848d760a559208664d4460eba40c95c25cb06df" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9804e8317f1c9197f8cf08bd00561c1164e3d3f753820adcdca0df820caa7cae" From 524ee6ab3364c73d1965568e1c49edcf14ad645e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:04 +0200 Subject: [PATCH 05260/10074] snag: added `no_autobump!` --- Formula/s/snag.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/snag.rb b/Formula/s/snag.rb index 39518fc4eb2a8..71d34cdb5a600 100644 --- a/Formula/s/snag.rb +++ b/Formula/s/snag.rb @@ -6,6 +6,8 @@ class Snag < Formula license "MIT" head "https://github.com/Tonkpils/snag.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d78b5afc3692d32a42500fff33a42c68783140d27318051052fc0bba9cf8bd15" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3047af31785c147bfb9cf1fb8d3621de36339c95e49393f0fed5c0d60b933c5" From bc4519943299df4706cff4faed0b49d872bd1fd4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:04 +0200 Subject: [PATCH 05261/10074] snap7: added `no_autobump!` --- Formula/s/snap7.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/snap7.rb b/Formula/s/snap7.rb index 842b8aa601b23..aba56af3d23f2 100644 --- a/Formula/s/snap7.rb +++ b/Formula/s/snap7.rb @@ -6,6 +6,8 @@ class Snap7 < Formula license "LGPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "0251dac8097c7643fbbf1003e422e44773bc86d6c356a8497b2a07bfa163fbdf" From de710f27a37fea6fb9c8c12fac51bdcd2ec4d19f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:04 +0200 Subject: [PATCH 05262/10074] snappy: added `no_autobump!` --- Formula/s/snappy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/snappy.rb b/Formula/s/snappy.rb index fb7ec0e13734c..47d58e435a464 100644 --- a/Formula/s/snappy.rb +++ b/Formula/s/snappy.rb @@ -6,6 +6,8 @@ class Snappy < Formula license "BSD-3-Clause" head "https://github.com/google/snappy.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "326d8c9a73e0990a43fefe96d2e29355fcd6f42906710017bd1a3baf4401bb33" sha256 cellar: :any, arm64_sonoma: "28b0702ed678a35c6d03cb4d91f975e17b3b5af7480418f3c82f46365e55533d" From 37cc5f02a826bddc2f22fc2221beea7d92a6a041 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:05 +0200 Subject: [PATCH 05263/10074] snappystream: added `no_autobump!` --- Formula/s/snappystream.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/snappystream.rb b/Formula/s/snappystream.rb index a1f6bb1a76fed..c059908ed0373 100644 --- a/Formula/s/snappystream.rb +++ b/Formula/s/snappystream.rb @@ -7,6 +7,8 @@ class Snappystream < Formula revision 1 head "https://github.com/hoxnox/snappystream.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8bfb07955fdb8b0896bbb1084651c320a78d2e5e4ae5d26242b86469ae8d39aa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4647e986c27d16e41d5636d0d14b096f09a69e446e6cebf2715e2de88c579527" From a9b24b4b17c233981ac96c243d4b1a0c5e20b03f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:05 +0200 Subject: [PATCH 05264/10074] snow: added `no_autobump!` --- Formula/s/snow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/snow.rb b/Formula/s/snow.rb index eac82a2174ff9..2649dcc65d600 100644 --- a/Formula/s/snow.rb +++ b/Formula/s/snow.rb @@ -11,6 +11,8 @@ class Snow < Formula regex(/href=.*?snow[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a2fc6f30db002d270ad215e53e38a9178038ea9b05a19121dbc4ddd8975282f" From 09d909cffb2c3c1b3c5d0eac76758eb53ab28dc2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:05 +0200 Subject: [PATCH 05265/10074] snowball: added `no_autobump!` --- Formula/s/snowball.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/snowball.rb b/Formula/s/snowball.rb index c0f0d381e9c6f..ed70bfd187e67 100644 --- a/Formula/s/snowball.rb +++ b/Formula/s/snowball.rb @@ -5,6 +5,8 @@ class Snowball < Formula sha256 "80ac10ce40dc4fcfbfed8d085c457b5613da0e86a73611a3d5527d044a142d60" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "00c79db6c8ba404a5ad086c5e50a7102d0df266ee3fb3b5deafe4ed8e7184c71" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d7f77bad2cee9519cbe39492c5234455b01f1de41381279e8d63d6762f4c2f4" From c36c4149375a75c02994ad2b7898b5b6a17a7469 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:05 +0200 Subject: [PATCH 05266/10074] snownews: added `no_autobump!` --- Formula/s/snownews.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/snownews.rb b/Formula/s/snownews.rb index 05bd77ee3751b..3304cc7be1927 100644 --- a/Formula/s/snownews.rb +++ b/Formula/s/snownews.rb @@ -6,6 +6,8 @@ class Snownews < Formula license "GPL-3.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0a953106b529951a0e5900c9819c2df6ef3b26822fa3ce924c333546f9264734" sha256 arm64_sonoma: "aeeabd29b3c85814440dad193c88e96de8bbdc802e38f5b6fc998425d90dfc1d" From 809d757a49b9792985096552d0876585147f98cc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:05 +0200 Subject: [PATCH 05267/10074] sntop: added `no_autobump!` --- Formula/s/sntop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sntop.rb b/Formula/s/sntop.rb index 3d4d4237154c1..868f209a89605 100644 --- a/Formula/s/sntop.rb +++ b/Formula/s/sntop.rb @@ -10,6 +10,8 @@ class Sntop < Formula regex(%r{url=.*?/sntop[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "f815f00571ebdc127b745bd5e895cc486b35b3a38380c3be316ec453c47c0e62" From 656c35e6b36d1375a9bb1ec2ca68ff3ef8961ec2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:05 +0200 Subject: [PATCH 05268/10074] snzip: added `no_autobump!` --- Formula/s/snzip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/snzip.rb b/Formula/s/snzip.rb index e22e34dd9c0b6..615e5ebfd103d 100644 --- a/Formula/s/snzip.rb +++ b/Formula/s/snzip.rb @@ -5,6 +5,8 @@ class Snzip < Formula sha256 "fbb6b816619628f385b62f44a00a1603be157fba6ed2d30de490b0c5e645bff8" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2a7ea25f4be20815a6390501b5988ed110cde832197ec37c45287ea4420b43cf" sha256 cellar: :any, arm64_sonoma: "f2a437e1ee2269927d61f695d0a8bfcb859433c77487dc3beb0f9ec56b50d989" From dcdfa25475ac0eb1079ff77c59a7443f10f491d6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:06 +0200 Subject: [PATCH 05269/10074] so: added `no_autobump!` --- Formula/s/so.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/so.rb b/Formula/s/so.rb index 9f070ce5b2d15..8d3442ef66262 100644 --- a/Formula/s/so.rb +++ b/Formula/s/so.rb @@ -5,6 +5,8 @@ class So < Formula sha256 "36d8bc53b9c05e242fd4c9ba8ae447fae6c4a35d8c7e071f8994a7c0f07c225d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "82b3ba2bd29430167b84cbc7116ca22c70679e0c6a59b340c3349ead364c0e16" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c26864040cdb083f702827d253cc9128d018f12eeeff0d4477908385c38eda3" From 8487464786948451eefd6ef65db4e95bcd7f6f8d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:06 +0200 Subject: [PATCH 05270/10074] soapyhackrf: added `no_autobump!` --- Formula/s/soapyhackrf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/soapyhackrf.rb b/Formula/s/soapyhackrf.rb index 8cc7eade3552e..1ff97cdb64321 100644 --- a/Formula/s/soapyhackrf.rb +++ b/Formula/s/soapyhackrf.rb @@ -5,6 +5,8 @@ class Soapyhackrf < Formula sha256 "c7a1b8aee7af9d9e11e42aa436eae8508f19775cdc8bc52e565a5d7f2e2e43ed" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8be1e7bcc5b9e130dab78d35843ae04e015dd65417fa15fc61206303605aaed4" sha256 cellar: :any, arm64_sonoma: "d4adb509c27bb07ce14004434db28bb1061139cc012b7e7eb02a696807057204" From 0d41786b507f04f90f33e400f586c9da67de459e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:06 +0200 Subject: [PATCH 05271/10074] soapyrtlsdr: added `no_autobump!` --- Formula/s/soapyrtlsdr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/soapyrtlsdr.rb b/Formula/s/soapyrtlsdr.rb index d69da1a14ce95..4ff8e76f0c3b8 100644 --- a/Formula/s/soapyrtlsdr.rb +++ b/Formula/s/soapyrtlsdr.rb @@ -7,6 +7,8 @@ class Soapyrtlsdr < Formula revision 2 head "https://github.com/pothosware/SoapyRTLSDR.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "76b22eaf2c71839e2f26068ed671fd7652ed7aac92b582cbc267159d0fb851ca" sha256 cellar: :any, arm64_sonoma: "3b758a501acd8918eddee8cd29669fdbfecb4bfb1c0a1363290ff2534dce9ffe" From c40d7dadec7ca9f35023014807c00555a8e82983 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:06 +0200 Subject: [PATCH 05272/10074] soapysdr: added `no_autobump!` --- Formula/s/soapysdr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/soapysdr.rb b/Formula/s/soapysdr.rb index 1334dff3cabf4..0c593696e8124 100644 --- a/Formula/s/soapysdr.rb +++ b/Formula/s/soapysdr.rb @@ -14,6 +14,8 @@ class Soapysdr < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "2cd1b0106c59df55ee3022f0e426718979343f8c0791a1cbf189a0230b582967" From c1c8b0e0f2466b775a19918a48d0955069165f9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:06 +0200 Subject: [PATCH 05273/10074] sofia-sip: added `no_autobump!` --- Formula/s/sofia-sip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sofia-sip.rb b/Formula/s/sofia-sip.rb index daaa900b7d917..1add3cb37d9ab 100644 --- a/Formula/s/sofia-sip.rb +++ b/Formula/s/sofia-sip.rb @@ -5,6 +5,8 @@ class SofiaSip < Formula sha256 "daca3d961b6aa2974ad5d3be69ed011726c3e4d511b2a0d4cb6d878821a2de7a" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c3097f4dedd66c5da27cea5bb43070acd0c131ffa1906cedcaed0c655600e808" sha256 cellar: :any, arm64_sonoma: "18e0ab1bfa33dbb06af1169f0a7bdadd1e74513761079879a53eb2d23efb81df" From 412f93c51e9d1463f406c97f66d8c3130c06391b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:06 +0200 Subject: [PATCH 05274/10074] softhsm: added `no_autobump!` --- Formula/s/softhsm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/softhsm.rb b/Formula/s/softhsm.rb index 5361142ecd4ae..5ee3b5443c655 100644 --- a/Formula/s/softhsm.rb +++ b/Formula/s/softhsm.rb @@ -13,6 +13,8 @@ class Softhsm < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "469b96859edc8a37e5e3dd99aab7c7f615dad572d7ca71576fe7efa5059244a2" From a0bef26b899b358ee8f5ac31e1d7dbf16aba1c24 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:07 +0200 Subject: [PATCH 05275/10074] solana: added `no_autobump!` --- Formula/s/solana.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/solana.rb b/Formula/s/solana.rb index 087b3a2d9253e..6431ca703d84c 100644 --- a/Formula/s/solana.rb +++ b/Formula/s/solana.rb @@ -6,6 +6,8 @@ class Solana < Formula license "Apache-2.0" version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "587663fffc9f10da1338bd74511ee9997dab9283353b6f1cc57dc52e5dedca0f" From 2f3d1628af68f2b5930306a2a6084dafaf996731 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:07 +0200 Subject: [PATCH 05276/10074] solid: added `no_autobump!` --- Formula/s/solid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/solid.rb b/Formula/s/solid.rb index 4e99c37ebf8b9..afe28f1770c9e 100644 --- a/Formula/s/solid.rb +++ b/Formula/s/solid.rb @@ -6,6 +6,8 @@ class Solid < Formula sha256 "e3a23751ebbad5e35f50e685061f1ab9e1bd3777317efc6912567f55259d0f15" license any_of: ["GPL-2.0-only", "QPL-1.0"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a120341c8125672e287c5273d0aa022bc1751270b12b94d24aaad75efb8e86f8" sha256 cellar: :any, arm64_sonoma: "275a045468641fdf508d008c04970a996245aeaf7339f00a6c6c8ebbfbd4f800" From 10c4f28aeb3bc635cfff5fa5cc175d1198fad58f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:07 +0200 Subject: [PATCH 05277/10074] solidity: added `no_autobump!` --- Formula/s/solidity.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/solidity.rb b/Formula/s/solidity.rb index d06431510411f..7beb558c47a5c 100644 --- a/Formula/s/solidity.rb +++ b/Formula/s/solidity.rb @@ -10,6 +10,8 @@ class Solidity < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "473fa776a7d59bcddcd39fcae1decae308a7fcf76b955ad737788edb788dd1b1" sha256 cellar: :any, arm64_sonoma: "1fff4b5d4ee6fdfe9f580cb4a0f9102a335c01c3e9cb9b43907b2904e1d9830d" From a2a44ee5eb357a4b485cc6ce77fd97f65e790f74 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:07 +0200 Subject: [PATCH 05278/10074] solo2-cli: added `no_autobump!` --- Formula/s/solo2-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/solo2-cli.rb b/Formula/s/solo2-cli.rb index d4e77f68986ff..3925d8d019162 100644 --- a/Formula/s/solo2-cli.rb +++ b/Formula/s/solo2-cli.rb @@ -6,6 +6,8 @@ class Solo2Cli < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/solokeys/solo2-cli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0eeda3ebb79864789018e56cdd4bf347b798478c754f9f3be29e26ce788cc604" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac06ba094da706b68c527fa6904187aa9c2d21fd26246bf9a343a4a14a4d8dd9" From 944bf0a3aaebbcc3196fe074ce3a3b80d2d092ef Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:07 +0200 Subject: [PATCH 05279/10074] somagic-tools: added `no_autobump!` --- Formula/s/somagic-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/somagic-tools.rb b/Formula/s/somagic-tools.rb index b39845499d67f..4fde756e5700a 100644 --- a/Formula/s/somagic-tools.rb +++ b/Formula/s/somagic-tools.rb @@ -5,6 +5,8 @@ class SomagicTools < Formula sha256 "b091723c55e6910cbf36c88f8d37a8d69856868691899683ec70c83b122a0715" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6df28d78f161dc5a7e4a53d329db5c191848fe0c50abf3d7b0d71019d0ccbdae" sha256 cellar: :any, arm64_sonoma: "1c378cda0ff89daa67d23c9747b812fc59ada83f8c7126cf894858a3f6846b8a" From a175989cbf5ea3a56a103c3d75a4d366afeee74b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:07 +0200 Subject: [PATCH 05280/10074] somagic: added `no_autobump!` --- Formula/s/somagic.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/somagic.rb b/Formula/s/somagic.rb index 57fc9d53e3095..aef89686015b7 100644 --- a/Formula/s/somagic.rb +++ b/Formula/s/somagic.rb @@ -5,6 +5,8 @@ class Somagic < Formula sha256 "3a9dd78a47335a6d041cd5465d28124612dad97939c56d7c10e000484d78a320" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f2c83c2ff15da271002454ee3f3b73863d3143954a5d761bcabd7a1412824fb9" sha256 cellar: :any, arm64_sonoma: "d9d2e64b2ef72922c9602c0c17890455654ecae4ffd3b9b359d93d66bb8ad0cd" From 63848efd18a54669da15fa3676291b51ecb1154f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:08 +0200 Subject: [PATCH 05281/10074] sonar-completion: added `no_autobump!` --- Formula/s/sonar-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sonar-completion.rb b/Formula/s/sonar-completion.rb index e998411178be1..d6b041d16f6a1 100644 --- a/Formula/s/sonar-completion.rb +++ b/Formula/s/sonar-completion.rb @@ -6,6 +6,8 @@ class SonarCompletion < Formula license "Apache-2.0" head "https://github.com/a1dutch/sonarqube-bash-completion.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "26ce38d7913a1a421b3ea7dc99d32b9f3bab8e2bf95c50a1e2fbfca0419dd376" From 3a7e6f033eb1ea350579f5b2730aba8d562ce097 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:08 +0200 Subject: [PATCH 05282/10074] source-highlight: added `no_autobump!` --- Formula/s/source-highlight.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/source-highlight.rb b/Formula/s/source-highlight.rb index 2749ab65b9e13..72f8300c12e4e 100644 --- a/Formula/s/source-highlight.rb +++ b/Formula/s/source-highlight.rb @@ -12,6 +12,8 @@ class SourceHighlight < Formula regex(/href=.*?source-highlight[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8cc450abef52155d24d50527365267af448fa9ebc15d8843e779fb46f0be96a9" sha256 arm64_sonoma: "e44e2d57c3193035e2e2a81bb5b1a4a58e9d390679679e200ed8226967d20b81" From 914eb62fd88f68ae3935b2f267f8e5825bc22663 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:08 +0200 Subject: [PATCH 05283/10074] sourcedocs: added `no_autobump!` --- Formula/s/sourcedocs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sourcedocs.rb b/Formula/s/sourcedocs.rb index e1f680a36bc30..37be37724305b 100644 --- a/Formula/s/sourcedocs.rb +++ b/Formula/s/sourcedocs.rb @@ -5,6 +5,8 @@ class Sourcedocs < Formula sha256 "07547c929071124264ec9cc601331f21dc67a104ffc76fbc1801c1ecb4c35bbf" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4914567b0171f3dfcab46315e33232e5c925077268af59ce0ff5955c948dcb6e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5461899a0c97729c247703f45eb98a0cf26fc9939ce50eb6fa9543e9f70c6c62" From fcdc5d76cd5627ee6c41f7ad6214756d9a4f2357 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:08 +0200 Subject: [PATCH 05284/10074] sox: added `no_autobump!` --- Formula/s/sox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sox.rb b/Formula/s/sox.rb index 0ae3c24179639..012650abe30ba 100644 --- a/Formula/s/sox.rb +++ b/Formula/s/sox.rb @@ -6,6 +6,8 @@ class Sox < Formula license all_of: ["LGPL-2.0-only", "GPL-2.0-only"] revision 6 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "dd3179a8e7d8399ef404e8e19e199d7cb2d43bc7472cc6e5932777dd204ea20f" sha256 cellar: :any, arm64_sonoma: "ec5c73d125f2ac73ddde98d2264a298611f2dd819a873e115178f083216064bd" From 1391acbe513d8a388c7df812af1c2c9725c9b70c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:08 +0200 Subject: [PATCH 05285/10074] spaceinvaders-go: added `no_autobump!` --- Formula/s/spaceinvaders-go.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spaceinvaders-go.rb b/Formula/s/spaceinvaders-go.rb index 87d2d226ea370..bb7b94c6f1bc8 100644 --- a/Formula/s/spaceinvaders-go.rb +++ b/Formula/s/spaceinvaders-go.rb @@ -5,6 +5,8 @@ class SpaceinvadersGo < Formula sha256 "3fef982b94784d34ac2ae68c1d5dec12e260974907bce83528fe3c4132bed377" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3be01a0f665ce0362b3fa26c19548b9952b107d427f4c381e809ccc4a0760cba" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4aa933312ef52bc92b44dcc77e5da754fe2a702832e33d2839f587eb9b3261f8" From 5be7214a24bc0d336d3823f11e942b410bb4de23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:09 +0200 Subject: [PATCH 05286/10074] spaceman-diff: added `no_autobump!` --- Formula/s/spaceman-diff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spaceman-diff.rb b/Formula/s/spaceman-diff.rb index 35c044283fb46..2338259342eac 100644 --- a/Formula/s/spaceman-diff.rb +++ b/Formula/s/spaceman-diff.rb @@ -6,6 +6,8 @@ class SpacemanDiff < Formula license "MIT" head "https://github.com/holman/spaceman-diff.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "36d9e7a82debbc9f11c998ed776c67172a8ee7dfc08ced8c840dc430c906fba1" From 9187d63d5adfef9a1da02fadabcfb4dc59443cd9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:09 +0200 Subject: [PATCH 05287/10074] spaceship: added `no_autobump!` --- Formula/s/spaceship.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spaceship.rb b/Formula/s/spaceship.rb index cfa64a54078a0..4376f2434bb1a 100644 --- a/Formula/s/spaceship.rb +++ b/Formula/s/spaceship.rb @@ -6,6 +6,8 @@ class Spaceship < Formula license "MIT" head "https://github.com/spaceship-prompt/spaceship-prompt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f19f97eaa9c8a1e6023c70d60caef2c68a30c835c9e86ebec8e523df0cf68f55" sha256 cellar: :any_skip_relocation, arm64_sonoma: "39af573470a2ccbe82580979ac02176c605739a28b00b54b423add82340f1551" From 0400d3ad429fbd5277c5c87ee993bbe19e54f4b7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:09 +0200 Subject: [PATCH 05288/10074] spago: added `no_autobump!` --- Formula/s/spago.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spago.rb b/Formula/s/spago.rb index ecd39510f76b5..535b6c7ea6433 100644 --- a/Formula/s/spago.rb +++ b/Formula/s/spago.rb @@ -6,6 +6,8 @@ class Spago < Formula license "BSD-3-Clause" head "https://github.com/purescript/spago.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d5eab4b1fb90ac9d885b97b5babd968405a5d5de9e868646f9a999eda30ea46" sha256 cellar: :any_skip_relocation, arm64_ventura: "a1c516a357d01efcef8d2dc263ca4785c24b3e48559974925e8dfd985a672bf3" From 7a0d46fc7c7ebbba6f95b799a5d400d3b74b617a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:09 +0200 Subject: [PATCH 05289/10074] span-lite: added `no_autobump!` --- Formula/s/span-lite.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/span-lite.rb b/Formula/s/span-lite.rb index 623580e6f09e0..2a20dbc38e2ab 100644 --- a/Formula/s/span-lite.rb +++ b/Formula/s/span-lite.rb @@ -6,6 +6,8 @@ class SpanLite < Formula license "BSL-1.0" head "https://github.com/martinmoene/span-lite.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "389279742b198d8b61719e3ade77c246d03e44e0b7635a77b5fc6f569162199f" end From 2f172711ba5712cd08bbac8253d21954955bae57 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:09 +0200 Subject: [PATCH 05290/10074] spandsp: added `no_autobump!` --- Formula/s/spandsp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spandsp.rb b/Formula/s/spandsp.rb index 7ba0982d15360..1552633f80010 100644 --- a/Formula/s/spandsp.rb +++ b/Formula/s/spandsp.rb @@ -11,6 +11,8 @@ class Spandsp < Formula regex(/href=.*?spandsp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fb9acce46b687e18c6e016cf9db9be77645778722eccc71589bc06b7fa7c6344" sha256 cellar: :any, arm64_sonoma: "c0031a76da7569594a6e541f5373a81fd8fd67fe51d8ded0bc317c22b7c9d61b" From 1ab3e647f48903231e890d5948ee91c62373c8df Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:09 +0200 Subject: [PATCH 05291/10074] spark: added `no_autobump!` --- Formula/s/spark.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spark.rb b/Formula/s/spark.rb index 14bd99001198e..83e4b4135c1d6 100644 --- a/Formula/s/spark.rb +++ b/Formula/s/spark.rb @@ -5,6 +5,8 @@ class Spark < Formula sha256 "a81c1bc538ce8e011f62264fe6f33d28042ff431b510a6359040dc77403ebab6" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "538b171dbbf8740d4bd1ead547ed1928f3fc03d6846fd9ab1cc4a6c37707d09c" From 2868d0ad5e2f56a3ecc7efc5113de67530f26901 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:10 +0200 Subject: [PATCH 05292/10074] sparkey: added `no_autobump!` --- Formula/s/sparkey.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sparkey.rb b/Formula/s/sparkey.rb index 0ef92e68550d0..af5b41561f63b 100644 --- a/Formula/s/sparkey.rb +++ b/Formula/s/sparkey.rb @@ -6,6 +6,8 @@ class Sparkey < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "452230974e3670cd4241c74f20a71fdeee5ce9f89ab939a5356745e5207bb43e" sha256 cellar: :any, arm64_sonoma: "a7fc1a935b2c374f931ba2cef61f4c2a5fab149398dd95524d382423afca230b" From 3a146ed1353a8bfb388e66aa9dc3713a9ca59035 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:10 +0200 Subject: [PATCH 05293/10074] sparse: added `no_autobump!` --- Formula/s/sparse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sparse.rb b/Formula/s/sparse.rb index 27b21410c7a97..95127d2fde6f0 100644 --- a/Formula/s/sparse.rb +++ b/Formula/s/sparse.rb @@ -11,6 +11,8 @@ class Sparse < Formula regex(/href=.*?sparse[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "56f5a3f7e3acbbd57f46ef1bf435a2a5130d719dd9f28e3578eabe79097aef3a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4bf9baccb8ffe407b9f59f8933d72d4676e08adbeffcd4f3dcea9c3b0db9ca5" From 8a99a0ed50b06d1d898c1461f1f69fdfc7f03c46 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:10 +0200 Subject: [PATCH 05294/10074] spatialite-gui: added `no_autobump!` --- Formula/s/spatialite-gui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spatialite-gui.rb b/Formula/s/spatialite-gui.rb index 0e24281aecd4c..fdd75cedb719a 100644 --- a/Formula/s/spatialite-gui.rb +++ b/Formula/s/spatialite-gui.rb @@ -11,6 +11,8 @@ class SpatialiteGui < Formula regex(/href=.*?spatialite[._-]gui[._-]v?(\d+(?:\.\d+)+(?:[._-]\w+\d*)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "30502014afdc300e446646426c552f717e6b061039acd2d89cdaa823f3d3db3e" sha256 cellar: :any, arm64_sonoma: "04e36b8d075f92617df76d1efabc5ac7a2222e79c78a6addbeff9080a49559d5" From 41811fa9927e55411097d77f32a65aa32be3e17c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:10 +0200 Subject: [PATCH 05295/10074] spatialite-tools: added `no_autobump!` --- Formula/s/spatialite-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spatialite-tools.rb b/Formula/s/spatialite-tools.rb index 3f7cce3198a2d..4b5fe3411b258 100644 --- a/Formula/s/spatialite-tools.rb +++ b/Formula/s/spatialite-tools.rb @@ -10,6 +10,8 @@ class SpatialiteTools < Formula regex(/href=.*?spatialite-tools[._-]v?(\d+(?:\.\d+)+[a-z]?)\.(?:t|zip)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3a2225e7ff88a5434b9935dc47f265e045644d5efa22e4a942d32c71869833cc" sha256 cellar: :any, arm64_sonoma: "04ec75c512a3d0c0e9aef46df243130f9c1c9e217c9605af148554a321946642" From 365cbeedee28bece71b873fc37327eac7a371d14 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:10 +0200 Subject: [PATCH 05296/10074] spdx-sbom-generator: added `no_autobump!` --- Formula/s/spdx-sbom-generator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spdx-sbom-generator.rb b/Formula/s/spdx-sbom-generator.rb index 793577baf877c..b0f61cb42a06c 100644 --- a/Formula/s/spdx-sbom-generator.rb +++ b/Formula/s/spdx-sbom-generator.rb @@ -5,6 +5,8 @@ class SpdxSbomGenerator < Formula sha256 "3811d652de0f27d3bfa7c025aa6815805ef347a35b46f9e2a5093cc6b26f7b08" license any_of: ["Apache-2.0", "CC-BY-4.0"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca95017f73479fc8907cb24a392bab8d15c69789c565d0f2129502e00d520742" sha256 cellar: :any_skip_relocation, arm64_sonoma: "489910223a1ba3e54e06461065428738c88018a25f2d82f7fe4e87bb8e8eb552" From 99fc05f449c6735408bcc76c6b340c478b12f38c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:10 +0200 Subject: [PATCH 05297/10074] speech-tools: added `no_autobump!` --- Formula/s/speech-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/speech-tools.rb b/Formula/s/speech-tools.rb index 93750f5d26b5a..f9760f2bb8053 100644 --- a/Formula/s/speech-tools.rb +++ b/Formula/s/speech-tools.rb @@ -27,6 +27,8 @@ class SpeechTools < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "711ab1173ba030660d1d8ee4e33da992aedcea17abf46073d9cc61600393cf7a" sha256 cellar: :any, arm64_sonoma: "661e6c51d679c86f3f8a3e0bf98f11d2bf70e94dfffa01b15ae8cfce3a25a32b" From b526b55d6b22696be14a3fee8066c2569f92162f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:11 +0200 Subject: [PATCH 05298/10074] speedbump: added `no_autobump!` --- Formula/s/speedbump.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/speedbump.rb b/Formula/s/speedbump.rb index dd224f08795e4..5be2c6bf3be5f 100644 --- a/Formula/s/speedbump.rb +++ b/Formula/s/speedbump.rb @@ -6,6 +6,8 @@ class Speedbump < Formula license "Apache-2.0" head "https://github.com/kffl/speedbump.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a52604fc55f69494bce2c79dfe29d9b85ad5b8828242a10358aad3d5f82dd161" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6373e8ea1a8d06a0cd3f82bac417065b98e658a47d51a0f3316909a87ce3e041" From d39d8b2ba7cfadcfa8f361a147d49619430868a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:11 +0200 Subject: [PATCH 05299/10074] speedread: added `no_autobump!` --- Formula/s/speedread.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/speedread.rb b/Formula/s/speedread.rb index 1800d5cbdc3f6..38e43861db073 100644 --- a/Formula/s/speedread.rb +++ b/Formula/s/speedread.rb @@ -16,6 +16,8 @@ class Speedread < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "84a404d8c1cbdb6d69501b347a9e50f87a34cce2136ebb12f97d4ab9b117443a" From 389afec24905a4fbce1cd026ea2bd6ce78eba83f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:11 +0200 Subject: [PATCH 05300/10074] speedtest-cli: added `no_autobump!` --- Formula/s/speedtest-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/speedtest-cli.rb b/Formula/s/speedtest-cli.rb index 751246e9ca7b1..27ba51646d7eb 100644 --- a/Formula/s/speedtest-cli.rb +++ b/Formula/s/speedtest-cli.rb @@ -9,6 +9,8 @@ class SpeedtestCli < Formula revision 1 head "https://github.com/sivel/speedtest-cli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "6add96ed8b9a4a517bbbe21659fb0068c4d6b11da84d858524d221eee60d8448" From f3f0178acac0e598b7c26f81599eddfc1bc0ced9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:11 +0200 Subject: [PATCH 05301/10074] speex: added `no_autobump!` --- Formula/s/speex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/speex.rb b/Formula/s/speex.rb index 4423f81c1b608..027bd08f9a283 100644 --- a/Formula/s/speex.rb +++ b/Formula/s/speex.rb @@ -11,6 +11,8 @@ class Speex < Formula regex(%r{href=(?:["']?|.*?/)speex[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "885ccb79dee4ad080d2c5ee20ab55569b0dfee064535a537568dd78adff88dcb" sha256 cellar: :any, arm64_sonoma: "8dcf1981467ac7b19763ef294c2ef1cbb5fdbe98100043c95f4617a89a930a22" From 4196380a035d632432d54841281f130d06fd227f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:11 +0200 Subject: [PATCH 05302/10074] speexdsp: added `no_autobump!` --- Formula/s/speexdsp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/speexdsp.rb b/Formula/s/speexdsp.rb index 907c367ddef6e..7686dcb315459 100644 --- a/Formula/s/speexdsp.rb +++ b/Formula/s/speexdsp.rb @@ -11,6 +11,8 @@ class Speexdsp < Formula regex(%r{href=(?:["']?|.*?/)speexdsp[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c19e5962197be02c5124dc4c2cef39ef6a6b00bddb5f3cb7dca9c3e31929d086" sha256 cellar: :any, arm64_sonoma: "ff689f3f675047fd194a585d0a08a204f0bbd0026b0d67694be5b1b2fe08980d" From 8e41f1910f83a55287886b0a6d34dcbc6bd00644 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:11 +0200 Subject: [PATCH 05303/10074] spek: added `no_autobump!` --- Formula/s/spek.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spek.rb b/Formula/s/spek.rb index a4fe7761757cb..2bed0a4ec9e58 100644 --- a/Formula/s/spek.rb +++ b/Formula/s/spek.rb @@ -6,6 +6,8 @@ class Spek < Formula license "GPL-3.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9a5cf8f9e155491cc75e877decfa35c8c7cd860ed879247333a5c8384660359e" sha256 cellar: :any, arm64_sonoma: "76309f0f2438be4e22807912c1a081674e2d3edee7f976b8eca234cba52bf52d" From e5e78eb8f749b738c323b7b89d3d4afd10aa67ff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:12 +0200 Subject: [PATCH 05304/10074] spice-gtk: added `no_autobump!` --- Formula/s/spice-gtk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spice-gtk.rb b/Formula/s/spice-gtk.rb index 3d3b116955d78..bef099c1cee83 100644 --- a/Formula/s/spice-gtk.rb +++ b/Formula/s/spice-gtk.rb @@ -13,6 +13,8 @@ class SpiceGtk < Formula regex(/href=.*?spice-gtk[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "9b710c6b06c09f3b4c64937c7499df490e00294ab41e330657dd7025f0040abf" From e4cc0576333b7195918dc18a6e8e3316867b3dab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:12 +0200 Subject: [PATCH 05305/10074] spice-protocol: added `no_autobump!` --- Formula/s/spice-protocol.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spice-protocol.rb b/Formula/s/spice-protocol.rb index ba0965c01a1da..a726a81f91a83 100644 --- a/Formula/s/spice-protocol.rb +++ b/Formula/s/spice-protocol.rb @@ -10,6 +10,8 @@ class SpiceProtocol < Formula regex(/href=.*?spice-protocol[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "b2fc7486dfc635ac1e89eb2f38d7eebeddf5f51d3fcd5e8f52c35c6ecd70ebea" end From c2ca5c9d849c262c09b7a21c2e470056a7d88d1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:12 +0200 Subject: [PATCH 05306/10074] spidermonkey@91: added `no_autobump!` --- Formula/s/spidermonkey@91.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spidermonkey@91.rb b/Formula/s/spidermonkey@91.rb index 7d241feadbcc7..01c4ba4046dad 100644 --- a/Formula/s/spidermonkey@91.rb +++ b/Formula/s/spidermonkey@91.rb @@ -7,6 +7,8 @@ class SpidermonkeyAT91 < Formula license "MPL-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2ecaf8e4212260b4f579a7fc466f78615adfae5c7a0e99d1976a39568fc24e6b" sha256 cellar: :any, arm64_sonoma: "67ab8a1a5b3c43e1b0c8b28e261ac6f584ae03a18d19a0279cea2ca7cfb054d0" From 9bc532c27043d443fe0b556582c85fdcbefcf584 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:12 +0200 Subject: [PATCH 05307/10074] spigot: added `no_autobump!` --- Formula/s/spigot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spigot.rb b/Formula/s/spigot.rb index bbac12655126d..f9d5baae98511 100644 --- a/Formula/s/spigot.rb +++ b/Formula/s/spigot.rb @@ -11,6 +11,8 @@ class Spigot < Formula regex(/href=.*?spigot[._-]v?(\d+(?:\.\d+)*)(?:[._-][\da-z]+)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f2820ca0f23f9516c1e27c3ea1488558a4912f0eb75dd361917705e02b2096ef" sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb86f3da309c5adb78f3dd822284df1a561e77056ae252dcfa79e787c8601c3b" From b0d28d091b6626ae52b48421a9c5192776562c65 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:12 +0200 Subject: [PATCH 05308/10074] spim: added `no_autobump!` --- Formula/s/spim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spim.rb b/Formula/s/spim.rb index b3a4fbe3165a6..c84847e0df810 100644 --- a/Formula/s/spim.rb +++ b/Formula/s/spim.rb @@ -7,6 +7,8 @@ class Spim < Formula license "BSD-3-Clause" head "https://svn.code.sf.net/p/spimsimulator/code/" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "0bbfdf9f722ade3b41dba3007110f92b87f5cdae144349b030399253fc7cf29c" From 8a132d844631ddd00cb02ebad847dc9be53c34fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:12 +0200 Subject: [PATCH 05309/10074] spin: added `no_autobump!` --- Formula/s/spin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spin.rb b/Formula/s/spin.rb index 7e8df230e1dd2..cd7ca82f23ec9 100644 --- a/Formula/s/spin.rb +++ b/Formula/s/spin.rb @@ -5,6 +5,8 @@ class Spin < Formula sha256 "e46a3bd308c4cd213cc466a8aaecfd5cedc02241190f3cb9a1d1b87e5f37080a" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8eae14c8c6dce13b7a40a21f94b481c5f0a589aacc993e21433ed498c6e44165" sha256 cellar: :any_skip_relocation, arm64_sonoma: "df76fb2fe8fb0027ea684c8c6ef026bf44a320d5739f629d088a316c6e75343c" From 004836044ce5d4298599abb72e1e03c389e97235 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:13 +0200 Subject: [PATCH 05310/10074] spirv-headers: added `no_autobump!` --- Formula/s/spirv-headers.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spirv-headers.rb b/Formula/s/spirv-headers.rb index e13b6fe7d86df..77529eeb450b9 100644 --- a/Formula/s/spirv-headers.rb +++ b/Formula/s/spirv-headers.rb @@ -11,6 +11,8 @@ class SpirvHeaders < Formula regex(/^(?:vulkan[._-])?sdk[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "2d07850b674da53b8fc098287bea1455cb9c2ec4adab305dea040980d8072676" end From dca347b571c5735ec795a17d519daeef3be835f0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:13 +0200 Subject: [PATCH 05311/10074] spirv-tools: added `no_autobump!` --- Formula/s/spirv-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spirv-tools.rb b/Formula/s/spirv-tools.rb index 75d28742103c7..9338886694f96 100644 --- a/Formula/s/spirv-tools.rb +++ b/Formula/s/spirv-tools.rb @@ -12,6 +12,8 @@ class SpirvTools < Formula regex(/^(?:vulkan[._-])?sdk[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "526f0b2be7bbd832d10573e1504944562ca8bd0ab19ac5c6fc5fcfdf0192ed65" sha256 cellar: :any, arm64_sonoma: "0d90a066a6f63a137cac4c38c8fe51f76a00f9ef2dfc00b92c06fc2aa11c1fa1" From ae5c40d7bf9251397f2514265c1a61a5a950458b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:13 +0200 Subject: [PATCH 05312/10074] splint: added `no_autobump!` --- Formula/s/splint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/splint.rb b/Formula/s/splint.rb index 35f0c0a12ed18..43d88928dcc3b 100644 --- a/Formula/s/splint.rb +++ b/Formula/s/splint.rb @@ -14,6 +14,8 @@ class Splint < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "71b5c97c68f8d10d646955b1111d8556dc2f0ab90136dafd78f5beb673533fb3" From acc3be929133356d377a689088dcd15f8f1cb2a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:13 +0200 Subject: [PATCH 05313/10074] spoof-mac: added `no_autobump!` --- Formula/s/spoof-mac.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spoof-mac.rb b/Formula/s/spoof-mac.rb index d3fd41c3f9597..54335494ba211 100644 --- a/Formula/s/spoof-mac.rb +++ b/Formula/s/spoof-mac.rb @@ -9,6 +9,8 @@ class SpoofMac < Formula revision 5 head "https://github.com/feross/SpoofMAC.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "48c3a037c2b55a1f7849998fbdfa575f4e04726c284eb2190e72e0dcd93b0305" From 48003a030d6f470c60d93b9a33127b274a79d918 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:14 +0200 Subject: [PATCH 05314/10074] spotifyd: added `no_autobump!` --- Formula/s/spotifyd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spotifyd.rb b/Formula/s/spotifyd.rb index a5eb3e85e11df..dc6aa6a6ee0c6 100644 --- a/Formula/s/spotifyd.rb +++ b/Formula/s/spotifyd.rb @@ -20,6 +20,8 @@ class Spotifyd < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "dd6598774377cc653a1e34568c6afff11509e3fac350dc0084532ad1eaad97ec" From 23115e0a1ecc6c7e6afb9bef3087a11a2e90d541 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:14 +0200 Subject: [PATCH 05315/10074] spring-completion: added `no_autobump!` --- Formula/s/spring-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spring-completion.rb b/Formula/s/spring-completion.rb index 963f4fb0ab469..c56077e5d052b 100644 --- a/Formula/s/spring-completion.rb +++ b/Formula/s/spring-completion.rb @@ -6,6 +6,8 @@ class SpringCompletion < Formula license "Unlicense" head "https://github.com/jacaetevha/spring_bash_completion.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b3ae7469be600ebd63ca8f9bb7f59677dc2d766c05b75becf477923dade4cca" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b31b990436b19546a9fe8d392496e6d8b14c1bd0f1e622d1ad01baee4fd4383e" From 8560fa116621057f3b19c7b054b9cbab6a87e4a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:14 +0200 Subject: [PATCH 05316/10074] spring-loaded: added `no_autobump!` --- Formula/s/spring-loaded.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spring-loaded.rb b/Formula/s/spring-loaded.rb index 43daf288f263e..e9cd7e1c72f92 100644 --- a/Formula/s/spring-loaded.rb +++ b/Formula/s/spring-loaded.rb @@ -6,6 +6,8 @@ class SpringLoaded < Formula sha256 "6edd6ffb3fd82c3eee95f5588465f1ab3a94fc5fff65b6e3a262f6de5323d203" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "56e262bc88aebe0ac04e149b8ae57d346e60d2c04e4306a53ba57b69947acb01" From e34fc0e3459044d0a13c6b421fec2a1544514622 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:14 +0200 Subject: [PATCH 05317/10074] sproxy: added `no_autobump!` --- Formula/s/sproxy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sproxy.rb b/Formula/s/sproxy.rb index fc800d3900c9f..a690399963fd9 100644 --- a/Formula/s/sproxy.rb +++ b/Formula/s/sproxy.rb @@ -11,6 +11,8 @@ class Sproxy < Formula regex(/href=.*?sproxy[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ae603617df32ac15e8cf5548ff5f230fcc33e0abc52af64a31bb00810f0aedd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd501fbd874421fd288cc4af5c4589f9eb842027c5938d84c598d0bec8a6c1f2" From 42cd39cdfcf09dc1a4e6aa5e87e9a66a0d33d370 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:14 +0200 Subject: [PATCH 05318/10074] sql-language-server: added `no_autobump!` --- Formula/s/sql-language-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sql-language-server.rb b/Formula/s/sql-language-server.rb index 7970c07a6b656..413b8f4b390c2 100644 --- a/Formula/s/sql-language-server.rb +++ b/Formula/s/sql-language-server.rb @@ -5,6 +5,8 @@ class SqlLanguageServer < Formula sha256 "c92fe8ae8756f86bc893ec3dff6d85653de242eb671af0430807064db79d9cd6" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd5d2aa5e74f6c90fab27c5fb63afb21c59cae849a65ed257848c689bd5f043e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9aa6c820accaa95b19c29fc1512ee089f49c630a0b8a11ca84562870a332d4a2" From 1f2108ff1612fdbe77c6435d3a9c355530bbb8b6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:14 +0200 Subject: [PATCH 05319/10074] sql-lint: added `no_autobump!` --- Formula/s/sql-lint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sql-lint.rb b/Formula/s/sql-lint.rb index 2c9d967b2c9cd..bc5a889fb338f 100644 --- a/Formula/s/sql-lint.rb +++ b/Formula/s/sql-lint.rb @@ -5,6 +5,8 @@ class SqlLint < Formula sha256 "17575266273fe3f762595fe404f49ff5fbd4c360f605cda0718cb62d65ad82b8" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc63ba9d01196aa966e93b34c8e644c0c6c3471f6c4c3b91e5166e358352945e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc63ba9d01196aa966e93b34c8e644c0c6c3471f6c4c3b91e5166e358352945e" From e27820a549c0887652eca0c43905f35735cd2cfa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:15 +0200 Subject: [PATCH 05320/10074] sql-translator: added `no_autobump!` --- Formula/s/sql-translator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sql-translator.rb b/Formula/s/sql-translator.rb index 7522f52f51dba..f04f75e26ec75 100644 --- a/Formula/s/sql-translator.rb +++ b/Formula/s/sql-translator.rb @@ -6,6 +6,8 @@ class SqlTranslator < Formula license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"] revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6dd6884ab19aeeb5423ef3df3fa1cd27f1168385cc20e6698b29de481e38ed4c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6dd6884ab19aeeb5423ef3df3fa1cd27f1168385cc20e6698b29de481e38ed4c" From e7232c993a706552c74e49268fa07e55fd8d241a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:15 +0200 Subject: [PATCH 05321/10074] sqlbench: added `no_autobump!` --- Formula/s/sqlbench.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sqlbench.rb b/Formula/s/sqlbench.rb index 6e29f4cf453a3..705a86b0ea5cd 100644 --- a/Formula/s/sqlbench.rb +++ b/Formula/s/sqlbench.rb @@ -6,6 +6,8 @@ class Sqlbench < Formula license "MIT" head "https://github.com/felixge/sqlbench.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb5fc33b6e66c2132a7369001b56bced611e9f7b7f7d2488cf11c57f7f7c77ab" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ede04ad826d75e794b7fe73102638e05fa6d800fd9621d9060817afe5b1c398f" From d2d51c39752c7d814a12378af27a39dcd49803d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:15 +0200 Subject: [PATCH 05322/10074] sqlfmt: added `no_autobump!` --- Formula/s/sqlfmt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sqlfmt.rb b/Formula/s/sqlfmt.rb index 3e9dcf6b2dc93..755b5952f5326 100644 --- a/Formula/s/sqlfmt.rb +++ b/Formula/s/sqlfmt.rb @@ -6,6 +6,8 @@ class Sqlfmt < Formula license "Apache-2.0" head "https://github.com/mjibson/sqlfmt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a38467e3035c2cd803a7d6eeb898500e8be48918cc2689202ca0affeed82ea53" sha256 cellar: :any_skip_relocation, arm64_sonoma: "05c503eec0cd5a79c9cc3e1027166051acbf6f2a44d2924cadb9898b4600ceb3" From 13a42a68ba6c5a3b63fca859dc6397b2582a73d0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:15 +0200 Subject: [PATCH 05323/10074] sqliteodbc: added `no_autobump!` --- Formula/s/sqliteodbc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sqliteodbc.rb b/Formula/s/sqliteodbc.rb index c2af56667b1e5..44142c7cf3028 100644 --- a/Formula/s/sqliteodbc.rb +++ b/Formula/s/sqliteodbc.rb @@ -10,6 +10,8 @@ class Sqliteodbc < Formula regex(/href=.*?sqliteodbc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "61de52252306e865b3c14e8ef775b1c4ccd22da7c7e5ea2b0f91c54c7877e08c" sha256 cellar: :any, arm64_sonoma: "015eee63671fc01c778e6e663529ace8d63a7d71f2654be9b9556ccd9e29154f" From e7f6820f5f81e198481468e23b4448924bb4318e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:15 +0200 Subject: [PATCH 05324/10074] sqlsmith: added `no_autobump!` --- Formula/s/sqlsmith.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sqlsmith.rb b/Formula/s/sqlsmith.rb index b3b0fd6fcab3c..2547ab678ae45 100644 --- a/Formula/s/sqlsmith.rb +++ b/Formula/s/sqlsmith.rb @@ -11,6 +11,8 @@ class Sqlsmith < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3d3b4d8a61c5b1012c165f83da60cad4a1de62653d24c378b42aa5505a986551" sha256 cellar: :any, arm64_sonoma: "9f8a63bc4257b008ecc16ba3913c1e1b2b263f34f00e3385d45bc002f9221a11" From 2b48ca9a95a0d8e81a90ad6b409dff5f1bf828e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:15 +0200 Subject: [PATCH 05325/10074] sqsmover: added `no_autobump!` --- Formula/s/sqsmover.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sqsmover.rb b/Formula/s/sqsmover.rb index a3db249f31e88..a269e6b62a248 100644 --- a/Formula/s/sqsmover.rb +++ b/Formula/s/sqsmover.rb @@ -6,6 +6,8 @@ class Sqsmover < Formula license "Apache-2.0" head "https://github.com/mercury2269/sqsmover.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "71138465799d2eef41934e3c9af64946ba7568d99b33c26b4f139bcba0957342" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc16a425c148319663c2ed049384633fb3402c86cb919f7274eeb01850416056" From 6dfef081dc25f53580cdb5b77db904ae3a221bcd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:16 +0200 Subject: [PATCH 05326/10074] sqtop: added `no_autobump!` --- Formula/s/sqtop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sqtop.rb b/Formula/s/sqtop.rb index 4bdc60798a0b8..b1c47acaf6692 100644 --- a/Formula/s/sqtop.rb +++ b/Formula/s/sqtop.rb @@ -5,6 +5,8 @@ class Sqtop < Formula sha256 "eae4c8bc16dbfe70c776d990ecf14328acab0ed736f0bf3bd1647a3ac2f5e8bf" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "86fa975d403a9957261b33b293324908d327eff19831b705463866a7a4ccad2a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "beff07169db5be764d18cb3bee9a18371d130c6cb3d2e8890e41b460c6e0f55e" From 332b14035e565b3652d1cd698b973b7df8d497dc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:16 +0200 Subject: [PATCH 05327/10074] squashfs: added `no_autobump!` --- Formula/s/squashfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/squashfs.rb b/Formula/s/squashfs.rb index e74462905f0ef..4dcbdc9d9e473 100644 --- a/Formula/s/squashfs.rb +++ b/Formula/s/squashfs.rb @@ -21,6 +21,8 @@ class Squashfs < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "17a8eef6f5e4f1651dffacbf86ab7431b1b2141cc6c607f2512f505c7396d048" sha256 cellar: :any, arm64_sonoma: "9072950634ac3014a50e01ec2654f20441f493ff701273e4266be1538f4b81f3" From 481ec3c1bd267853b86c5854e276c66fefc6a5e1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:16 +0200 Subject: [PATCH 05328/10074] squirrel: added `no_autobump!` --- Formula/s/squirrel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/squirrel.rb b/Formula/s/squirrel.rb index d1db3e85b2e38..56ff669c8e314 100644 --- a/Formula/s/squirrel.rb +++ b/Formula/s/squirrel.rb @@ -14,6 +14,8 @@ class Squirrel < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c208328e416371ac27e3ae7a78bfd4e319b972848e47647526d282ff36539eb1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "55b91fac014d0478c05c654b6a4d45edc116a7c4853933a7a8d1ee27643a61b5" From 3b509c70be43af9fdf90636ad0577432e127046b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:16 +0200 Subject: [PATCH 05329/10074] srecord: added `no_autobump!` --- Formula/s/srecord.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/srecord.rb b/Formula/s/srecord.rb index b6b723a858827..763fd08037729 100644 --- a/Formula/s/srecord.rb +++ b/Formula/s/srecord.rb @@ -5,6 +5,8 @@ class Srecord < Formula sha256 "81c3d07cf15ce50441f43a82cefd0ac32767c535b5291bcc41bd2311d1337644" license all_of: ["GPL-3.0-or-later", "LGPL-3.0-or-later"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fe9526b920ca097bcc3662d2647c08cfc54a4625a87b2f3a453a4e5f8ad7d23e" sha256 cellar: :any, arm64_sonoma: "c84c3f38127465b4d953e34c18f4b3a5b5a54d0f7432473da85a3ca12656530b" From 976a1236e6a8c82ea54692bb47c0211007dbc73c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:16 +0200 Subject: [PATCH 05330/10074] ssdb: added `no_autobump!` --- Formula/s/ssdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/ssdb.rb b/Formula/s/ssdb.rb index 73df9dc3b3074..c3d543c10f1e9 100644 --- a/Formula/s/ssdb.rb +++ b/Formula/s/ssdb.rb @@ -6,6 +6,8 @@ class Ssdb < Formula license "BSD-3-Clause" head "https://github.com/ideawu/ssdb.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b781dfcd8a19c986f0595815cb3e9bcc8c6a98fc818e90b6d3c4b505b6379e45" From ea286570febb7824798ca3c498001100f0cb8159 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:16 +0200 Subject: [PATCH 05331/10074] ssdeep: added `no_autobump!` --- Formula/s/ssdeep.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/ssdeep.rb b/Formula/s/ssdeep.rb index 1d228ea3074ca..7fe708b4e2504 100644 --- a/Formula/s/ssdeep.rb +++ b/Formula/s/ssdeep.rb @@ -5,6 +5,8 @@ class Ssdeep < Formula sha256 "ff2eabc78106f009b4fb2def2d76fb0ca9e12acf624cbbfad9b3eb390d931313" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "e15c23668877e2528d0ef6a446904c5c9802095b19bcbaf037ce382376c50fb2" From a7f9c15ac92e887900a31e804b92d2627623f873 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:17 +0200 Subject: [PATCH 05332/10074] ssed: added `no_autobump!` --- Formula/s/ssed.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/ssed.rb b/Formula/s/ssed.rb index 6c0c6e07db545..14c7954ff8ee9 100644 --- a/Formula/s/ssed.rb +++ b/Formula/s/ssed.rb @@ -10,6 +10,8 @@ class Ssed < Formula regex(/href=.*?sed[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "92006e68fb2c4e57950c340c9ccef34132c2577f7341b79c168ca906bd400018" From 660469dc8602840daca07f6ee27f447810dbf1ca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:17 +0200 Subject: [PATCH 05333/10074] ssh-copy-id: added `no_autobump!` --- Formula/s/ssh-copy-id.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/ssh-copy-id.rb b/Formula/s/ssh-copy-id.rb index c81ca7acad29a..f96eaf8b34930 100644 --- a/Formula/s/ssh-copy-id.rb +++ b/Formula/s/ssh-copy-id.rb @@ -12,6 +12,8 @@ class SshCopyId < Formula formula "openssh" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "38fb758068e8bbbfb6ed35f280b124280544fdbfbd247ed7db798ca3710c5427" end From a6afb7251604c0e0cfd516e9c13e7e67b769c9f6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:17 +0200 Subject: [PATCH 05334/10074] ssh-permit-a38: added `no_autobump!` --- Formula/s/ssh-permit-a38.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/ssh-permit-a38.rb b/Formula/s/ssh-permit-a38.rb index e6366f2d4a352..0c3111c9267fe 100644 --- a/Formula/s/ssh-permit-a38.rb +++ b/Formula/s/ssh-permit-a38.rb @@ -6,6 +6,8 @@ class SshPermitA38 < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sonoma: "0c9ed9e40aee04a34d31a3ee2f84978b2298302533b45eacf0dbe306f21457d4" From 6d5cbfdc47beaac856522fe39afbf7564b177ae1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:17 +0200 Subject: [PATCH 05335/10074] ssh-vault: added `no_autobump!` --- Formula/s/ssh-vault.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/ssh-vault.rb b/Formula/s/ssh-vault.rb index 3fefda338f2c5..e0d771894c0e7 100644 --- a/Formula/s/ssh-vault.rb +++ b/Formula/s/ssh-vault.rb @@ -6,6 +6,8 @@ class SshVault < Formula license "BSD-3-Clause" head "https://github.com/ssh-vault/ssh-vault.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c27ff2adc2e2a950011fb85982e3475dd00f95696354090bd0d498448a65aa76" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b55c4f946385ceff1df3a4f742f53a895d1582faff4b3ed155b2c8947a2d5e8" From e2ddee1696f1791dfd3aa29f4a1cdaf9369a0165 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:17 +0200 Subject: [PATCH 05336/10074] ssh3: added `no_autobump!` --- Formula/s/ssh3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/ssh3.rb b/Formula/s/ssh3.rb index 6ada59e29ff0e..1a9f8e08bb4b1 100644 --- a/Formula/s/ssh3.rb +++ b/Formula/s/ssh3.rb @@ -6,6 +6,8 @@ class Ssh3 < Formula license "Apache-2.0" head "https://github.com/francoismichel/ssh3.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f4b007d021b93cfb0c17d853b9ad0f8e8d9112402a7acbbb466f90517e20a12" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1738b1f0a7e8d6b101de0c28c854a885cff32e44a3cf1296fcdb3a411950879" From a95f02984a899f300ce2ee89ad941f1b4341b50c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:18 +0200 Subject: [PATCH 05337/10074] sshfs: added `no_autobump!` --- Formula/s/sshfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sshfs.rb b/Formula/s/sshfs.rb index 900bd3c16a861..a2386767fe9b5 100644 --- a/Formula/s/sshfs.rb +++ b/Formula/s/sshfs.rb @@ -6,6 +6,8 @@ class Sshfs < Formula license any_of: ["LGPL-2.1-only", "GPL-2.0-only"] revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_linux: "bbd7c81450476893e5574f06a4d3fa7975156b71d5dbf1ab28ccd3f103e1dfef" sha256 x86_64_linux: "07adb364aaf4520dca920a1b0c2ba1af740e222e6026766aaec88ee9715812df" From 6b8883d06ed02f39e6989ce80f74b726f9da3877 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:18 +0200 Subject: [PATCH 05338/10074] sshguard: added `no_autobump!` --- Formula/s/sshguard.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sshguard.rb b/Formula/s/sshguard.rb index 19c69cc5c5ad8..1403c4d5d70ec 100644 --- a/Formula/s/sshguard.rb +++ b/Formula/s/sshguard.rb @@ -6,6 +6,8 @@ class Sshguard < Formula license "ISC" version_scheme 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a0f56a4e44504c78bf201cbb62b0d01d1ab2fcf1149e6dcc6e7562fb41c0ac99" sha256 cellar: :any_skip_relocation, arm64_sonoma: "11ef33ea3f5e54e448b493db07993839407bd6e62fd50ed3b7feaae74f0419f0" From b13dd69b7718628b7b3b19876fe6b8c5956a17ae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:18 +0200 Subject: [PATCH 05339/10074] sshpass: added `no_autobump!` --- Formula/s/sshpass.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sshpass.rb b/Formula/s/sshpass.rb index 5d0c9122c7f91..c99b99542cc6d 100644 --- a/Formula/s/sshpass.rb +++ b/Formula/s/sshpass.rb @@ -5,6 +5,8 @@ class Sshpass < Formula sha256 "ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "38020f688c751708ec42752d847ffb0dcaa9987a9cb362f7b20adc80a2c60b9d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5971bfb9484ec0c541e8a49f444e9ab6dda42375deb472607502dd6cef5e8589" From 8df2d59c128eedbf9614a591c38326acce4f5f88 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:18 +0200 Subject: [PATCH 05340/10074] sshportal: added `no_autobump!` --- Formula/s/sshportal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sshportal.rb b/Formula/s/sshportal.rb index 5e991654fc26f..15b77de26dd75 100644 --- a/Formula/s/sshportal.rb +++ b/Formula/s/sshportal.rb @@ -5,6 +5,8 @@ class Sshportal < Formula sha256 "713be8542c93d91811f9643a8a2954ebc15130099e300fedb5ea4785b5337b52" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e41e72b749adc2be38fd48aa7bc7414b1e06cefe22e2ee83cd1e62108403d583" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d2011f8a00406373f0f08fe0d6ae9bc24319328644de51f42cb67047bf26005" From b3e04c8b0ec7c108243d6016e951b23b18edb186 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:18 +0200 Subject: [PATCH 05341/10074] sshtrix: added `no_autobump!` --- Formula/s/sshtrix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sshtrix.rb b/Formula/s/sshtrix.rb index a150113ce4af3..4251699f5e307 100644 --- a/Formula/s/sshtrix.rb +++ b/Formula/s/sshtrix.rb @@ -10,6 +10,8 @@ class Sshtrix < Formula regex(/href=.*?sshtrix[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a605f08172c039a927c317f64789c3168e610ed42ba321974e587db76906d546" sha256 cellar: :any, arm64_sonoma: "6a48bc01574c09df7ade28b2cd6da48ab5df9966e670cdce99061a5231a832a8" From 924f61a9992ba183a9386810a82cc50bbadbb4ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:18 +0200 Subject: [PATCH 05342/10074] ssllabs-scan: added `no_autobump!` --- Formula/s/ssllabs-scan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/ssllabs-scan.rb b/Formula/s/ssllabs-scan.rb index bb1c56d2b0477..a24a9ae7f686e 100644 --- a/Formula/s/ssllabs-scan.rb +++ b/Formula/s/ssllabs-scan.rb @@ -5,6 +5,8 @@ class SsllabsScan < Formula sha256 "51c52e958d5da739910e9271a3abf4902892b91acb840ea74f5c052a71e3a008" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d639a0a8a695a23b9554d15893132fac16c35675d8e84651696f9b2f1a7ab1a8" From dd040cad9033cb1a17f101eed86d4f0c0129681e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:19 +0200 Subject: [PATCH 05343/10074] sslmate: added `no_autobump!` --- Formula/s/sslmate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sslmate.rb b/Formula/s/sslmate.rb index f4c4884ecf614..252c9bd2a2271 100644 --- a/Formula/s/sslmate.rb +++ b/Formula/s/sslmate.rb @@ -11,6 +11,8 @@ class Sslmate < Formula regex(/href=.*?sslmate[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "565aa3ae6e99d734fa430a664c3d08b6ff2301127da6b4f408009fd96a6fa384" sha256 cellar: :any_skip_relocation, arm64_sonoma: "565aa3ae6e99d734fa430a664c3d08b6ff2301127da6b4f408009fd96a6fa384" From 98ec7bb761cd0438273a6be2d82e5ab8eb301026 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:19 +0200 Subject: [PATCH 05344/10074] sslsplit: added `no_autobump!` --- Formula/s/sslsplit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sslsplit.rb b/Formula/s/sslsplit.rb index c874d1ff337ac..fdbaef75a623e 100644 --- a/Formula/s/sslsplit.rb +++ b/Formula/s/sslsplit.rb @@ -16,6 +16,8 @@ class Sslsplit < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5696431080e31e8d974ee9b41e2380690b0ce415deefeee3d71350d1d614706d" sha256 cellar: :any, arm64_sonoma: "a78baab2eb804a8825d8e32e7b196ba855c020f95e82b2f3d97791f57ed6f6f8" From e199e6f53ffa00e2c83e428de47127675ae0764d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:19 +0200 Subject: [PATCH 05345/10074] ssss: added `no_autobump!` --- Formula/s/ssss.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/ssss.rb b/Formula/s/ssss.rb index eb9535b064315..189c751a89cb2 100644 --- a/Formula/s/ssss.rb +++ b/Formula/s/ssss.rb @@ -10,6 +10,8 @@ class Ssss < Formula regex(/href=.*?ssss[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0baf04283135acc3f522af4d516f783c646cab07e6bc3ff9be9cd7c8f09d0059" sha256 cellar: :any, arm64_sonoma: "56687b50265df26e2c4c08e7a3c397c3e39f66dd29c0c0bf1cfe4976c1eeac0d" From 6fd941ef2dc281554086b8db40a9bc89f765578c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:19 +0200 Subject: [PATCH 05346/10074] sstp-client: added `no_autobump!` --- Formula/s/sstp-client.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sstp-client.rb b/Formula/s/sstp-client.rb index bef55d0cb4c0b..430a0fec5f55c 100644 --- a/Formula/s/sstp-client.rb +++ b/Formula/s/sstp-client.rb @@ -7,6 +7,8 @@ class SstpClient < Formula version_scheme 1 head "https://gitlab.com/sstp-project/sstp-client.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ff9e147017fa32a2f65c2ec46fdca292e7e92f3bb7cd6bdfa5d8ef77b34acf82" sha256 arm64_sonoma: "4c4f9aa5820641e408e0106b9db844be89615c289b52ca07c5e421b157a1a4c6" From a1224c231fc962d416d9286b2b2af0d758a2e521 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:19 +0200 Subject: [PATCH 05347/10074] st: added `no_autobump!` --- Formula/s/st.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/st.rb b/Formula/s/st.rb index 2d5f5cc765abf..72a3b08c6458f 100644 --- a/Formula/s/st.rb +++ b/Formula/s/st.rb @@ -12,6 +12,8 @@ class St < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3d3897d2bddfdd53f91432d4c120f008714cca367ffd2d2eae56fa9fb323873" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d70d18294a3082b4989f85232bbef32f80369c3cb93465fba6773efa17d3d8e" From c8ab71f1c36a98a765d2e70c0d5b59bad667e38e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:19 +0200 Subject: [PATCH 05348/10074] standard: added `no_autobump!` --- Formula/s/standard.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/standard.rb b/Formula/s/standard.rb index a6ec863a937a7..6ef8928f52486 100644 --- a/Formula/s/standard.rb +++ b/Formula/s/standard.rb @@ -6,6 +6,8 @@ class Standard < Formula license "MIT" head "https://github.com/standard/standard.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d20e97c6540bd3307d244952e9a90986e43b5c11821d88941238a06592dfb422" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d20e97c6540bd3307d244952e9a90986e43b5c11821d88941238a06592dfb422" From 6beb72984ba68e6df80895fdd9aebe3188a2955f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:20 +0200 Subject: [PATCH 05349/10074] standardese: added `no_autobump!` --- Formula/s/standardese.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/standardese.rb b/Formula/s/standardese.rb index 526302f2a2b33..0f14f0e511f97 100644 --- a/Formula/s/standardese.rb +++ b/Formula/s/standardese.rb @@ -20,6 +20,8 @@ class Standardese < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "0c085a6553e072c5de272972f6ac567de96866d7f1f9e1bce5fbca086c0dc41f" sha256 arm64_sonoma: "3f8eecb4c36f352b2e85f937e39a1ffd10191e4947f97db531d441520cb59963" From d5410aa3fffbeb3df75234da8b12a445af8e688d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:20 +0200 Subject: [PATCH 05350/10074] stanford-ner: added `no_autobump!` --- Formula/s/stanford-ner.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stanford-ner.rb b/Formula/s/stanford-ner.rb index 567ad5ad0bf07..e83d7c7629ce2 100644 --- a/Formula/s/stanford-ner.rb +++ b/Formula/s/stanford-ner.rb @@ -10,6 +10,8 @@ class StanfordNer < Formula regex(/href=.*?stanford-ner[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "caf1491537a74417f2d4070335d5c281ce60387d984726f77458b329b0fbe9c8" From 8031f789b1414c825e4c58c796b068fe90a1d04e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:20 +0200 Subject: [PATCH 05351/10074] stanford-parser: added `no_autobump!` --- Formula/s/stanford-parser.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stanford-parser.rb b/Formula/s/stanford-parser.rb index 224f710c4b989..677db324cc8cd 100644 --- a/Formula/s/stanford-parser.rb +++ b/Formula/s/stanford-parser.rb @@ -10,6 +10,8 @@ class StanfordParser < Formula regex(/href=.*?stanford-parser[._-]v?(\d+(?:\.\d+)+)\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "699a16febb7fd2e483deaa44dee2fafbbe29d00343efe37d31d01d3b0fa14fe1" From c039e1f967ca14cbf71164b9e8a40e4d38eabd59 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:20 +0200 Subject: [PATCH 05352/10074] staq: added `no_autobump!` --- Formula/s/staq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/staq.rb b/Formula/s/staq.rb index 71707092c36d6..c151a28f89554 100644 --- a/Formula/s/staq.rb +++ b/Formula/s/staq.rb @@ -5,6 +5,8 @@ class Staq < Formula sha256 "838402b6ca541200740cc3ab989b3026f3b001ebf3e1ce7d89ae7f09a0e33195" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "4a78fb5391ce391ef6df17138cd12b2cdb940b6826ad87f31ae4c28e879d1f87" From eb20996dfbc0e55b09218922692f01de2b11e193 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:20 +0200 Subject: [PATCH 05353/10074] starship: added `no_autobump!` --- Formula/s/starship.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/starship.rb b/Formula/s/starship.rb index 2018fe02f6893..5f9eae436e2c9 100644 --- a/Formula/s/starship.rb +++ b/Formula/s/starship.rb @@ -6,6 +6,8 @@ class Starship < Formula license "ISC" head "https://github.com/starship/starship.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0f085c4ec44508be2fda1fd8d89ef9d7cc2207026e7db1da5a9d922d7046498" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c8a074bbded5edb346475e4bf3c6faecc13b15486cd75ffd7dc102c65369adad" From fb9cb63af9c480ced73294c2947f34190cee68ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:20 +0200 Subject: [PATCH 05354/10074] startup-notification: added `no_autobump!` --- Formula/s/startup-notification.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/startup-notification.rb b/Formula/s/startup-notification.rb index f5c5197101f08..09325c520d64c 100644 --- a/Formula/s/startup-notification.rb +++ b/Formula/s/startup-notification.rb @@ -6,6 +6,8 @@ class StartupNotification < Formula license "LGPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a8443bdbe68a6ad0d3cfb6e762cf01b88eb719d243691b8070b024ad5c8ab70e" sha256 cellar: :any, arm64_sonoma: "688da3d5c9f204ab402e2d419b2925bdf6087a1d6fc8d604e0e11be639904be8" From ee6732ecdadffb830f74b5545b21eace5b7f7363 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:21 +0200 Subject: [PATCH 05355/10074] stella: added `no_autobump!` --- Formula/s/stella.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stella.rb b/Formula/s/stella.rb index ef0d211c1b23d..e47f05c19df36 100644 --- a/Formula/s/stella.rb +++ b/Formula/s/stella.rb @@ -7,6 +7,8 @@ class Stella < Formula license "GPL-2.0-or-later" head "https://github.com/stella-emu/stella.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "01b8c2228d4e79fe4353b9a84ce3a25fb60dfe8a7616feec7909d0f6f9fa0aa2" sha256 cellar: :any, arm64_sonoma: "1c4bd3b235c0bc7eed68982e3d7aadf17d7d0b576850043d14622ccda12f9a01" From b83267171d9f77d8fdbf952138ed1c8bed13ad3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:21 +0200 Subject: [PATCH 05356/10074] stk: added `no_autobump!` --- Formula/s/stk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stk.rb b/Formula/s/stk.rb index 1e16cac29a0c6..d5b37938b85a0 100644 --- a/Formula/s/stk.rb +++ b/Formula/s/stk.rb @@ -10,6 +10,8 @@ class Stk < Formula regex(/href=.*?stk[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "140113c25ddb581acbd291f3671b2657562ff8237c62abe8db42ba2e3e3297f7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b50969de86e485eb0ea91411ecfa5ef8c531fa5da68a0d8f1df49c196339aed" From cecf6d0ff05dbe125f4dc5603eb29363f6d6fa89 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:21 +0200 Subject: [PATCH 05357/10074] stlink: added `no_autobump!` --- Formula/s/stlink.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stlink.rb b/Formula/s/stlink.rb index df09dc1137b3b..acbda6a168723 100644 --- a/Formula/s/stlink.rb +++ b/Formula/s/stlink.rb @@ -6,6 +6,8 @@ class Stlink < Formula license "BSD-3-Clause" head "https://github.com/stlink-org/stlink.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "234d04d230556d8342bc80d9d8564e7c643f86ebd39c8e3d9cd10667076c4459" sha256 arm64_sonoma: "182146c51940a4851235c5a1e66e0a1455d5833a112537c366b68314f4280d62" From ec1254956065d15b34077d58aa731e4cb793bffb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:21 +0200 Subject: [PATCH 05358/10074] stm32flash: added `no_autobump!` --- Formula/s/stm32flash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stm32flash.rb b/Formula/s/stm32flash.rb index 1a2eb25a892ae..ea3de073983c0 100644 --- a/Formula/s/stm32flash.rb +++ b/Formula/s/stm32flash.rb @@ -10,6 +10,8 @@ class Stm32flash < Formula regex(%r{url=.*?/stm32flash[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b888c0246ff2ed980cc2ca7e08e8890641bec73f22a47dea03dad402dfaff6e0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b07e1d419f8b53f22dbd8479b61446e99cf2f9fcad620af12ab8cbcce21d27f" From a8ab3eb4527e9453ebd7b918eadc7d188b856524 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:21 +0200 Subject: [PATCH 05359/10074] stoken: added `no_autobump!` --- Formula/s/stoken.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stoken.rb b/Formula/s/stoken.rb index 6bf79f4864b52..94c45e08acd2d 100644 --- a/Formula/s/stoken.rb +++ b/Formula/s/stoken.rb @@ -5,6 +5,8 @@ class Stoken < Formula sha256 "102e2d112b275efcdc20ef438670e4f24f08870b9072a81fda316efcc38aef9c" license "LGPL-2.1-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "07719ef72ddd93085d5cea66cf89371b128668f37532f9996d595f7280f46ef7" sha256 cellar: :any, arm64_sonoma: "ef8f9c9c4a3edbf707c41392dc366204f0a65ed60420b192108cf20f5a84c18e" From 91444a064ace2599a791875d53de6135d0f2a01a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:22 +0200 Subject: [PATCH 05360/10074] stolon: added `no_autobump!` --- Formula/s/stolon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stolon.rb b/Formula/s/stolon.rb index b28b42d674e62..0184b6babbbf7 100644 --- a/Formula/s/stolon.rb +++ b/Formula/s/stolon.rb @@ -6,6 +6,8 @@ class Stolon < Formula license "Apache-2.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a9cff2775f8b7655d68bd8899ae8090a23c1d38add3f842fd850ea5fdd3b258" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5051a16e7d948aac0ba138307c7a1a3a5f53e1ca0683bef81823bdb752037002" From bb27f89e588de66b292632fcd215c6516ef6f450 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:22 +0200 Subject: [PATCH 05361/10074] streamripper: added `no_autobump!` --- Formula/s/streamripper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/streamripper.rb b/Formula/s/streamripper.rb index a2026100e57c1..b4800a82a0ec7 100644 --- a/Formula/s/streamripper.rb +++ b/Formula/s/streamripper.rb @@ -11,6 +11,8 @@ class Streamripper < Formula regex(%r{url=.*?/streamripper[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "6ec682174a122bdb8b6fdae00b16f25ac6a0325c9c6d0dcb930b03679986f34e" From 2410a9bca7ae76312254ed96dfeeafac96cc0de4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:22 +0200 Subject: [PATCH 05362/10074] stress: added `no_autobump!` --- Formula/s/stress.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stress.rb b/Formula/s/stress.rb index df25fd7155ca3..1c7c3610ad8b7 100644 --- a/Formula/s/stress.rb +++ b/Formula/s/stress.rb @@ -5,6 +5,8 @@ class Stress < Formula sha256 "cdaa56671506133e2ed8e1e318d793c2a21c4a00adc53f31ffdef1ece8ace0b1" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b3708a81bbe9930b49170bb1bbed935a7f4ef6e1c0aa5d6501ab2fa4d2598a5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "70295f81088618111fc3a3c27d91de5518f63f275b161f3552b52aa8237eb433" From f3001463187b4ea517a3d3e269f24edf7d556497 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:22 +0200 Subject: [PATCH 05363/10074] strip-nondeterminism: added `no_autobump!` --- Formula/s/strip-nondeterminism.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/strip-nondeterminism.rb b/Formula/s/strip-nondeterminism.rb index b21dc6a5710e2..2931581247d55 100644 --- a/Formula/s/strip-nondeterminism.rb +++ b/Formula/s/strip-nondeterminism.rb @@ -11,6 +11,8 @@ class StripNondeterminism < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7917ac787a7dc6cf8d86c1b6b0fe44de78036523fec7a9c81c00c0b6dffbbac6" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7917ac787a7dc6cf8d86c1b6b0fe44de78036523fec7a9c81c00c0b6dffbbac6" From e3c0f94e7fc006d02e37d7aeb84959505760a394 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:23 +0200 Subject: [PATCH 05364/10074] stubby: added `no_autobump!` --- Formula/s/stubby.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stubby.rb b/Formula/s/stubby.rb index 456cd9061a554..4c845d2a38383 100644 --- a/Formula/s/stubby.rb +++ b/Formula/s/stubby.rb @@ -7,6 +7,8 @@ class Stubby < Formula revision 1 head "https://github.com/getdnsapi/stubby.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "7e9b965dcf689e5c31274e2d5ebe0ecc6f5aa7d4b3fc17a4abefdd65d94a64a8" sha256 arm64_sonoma: "eec9c56666a83664194ac6612bba1c330a54d14ead67dba1100757fc303f8edb" From b98348713900c232dd45dc5120d21419c59b45fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:23 +0200 Subject: [PATCH 05365/10074] stuffbin: added `no_autobump!` --- Formula/s/stuffbin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stuffbin.rb b/Formula/s/stuffbin.rb index c3672ee5c8ae9..f3d4d4ec71396 100644 --- a/Formula/s/stuffbin.rb +++ b/Formula/s/stuffbin.rb @@ -6,6 +6,8 @@ class Stuffbin < Formula license "MIT" head "https://github.com/knadh/stuffbin.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "402fa14f5eb2b8e670aa9253aa94c89ad8f8153b005b85a9a96060114ff91ef7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "075e2b5c0183fc8210112ffe224dfabd77f082428afa415880092398611c6ee3" From c485be20bbbc0ecbd40368f7ae954817e02b34af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:23 +0200 Subject: [PATCH 05366/10074] stuntman: added `no_autobump!` --- Formula/s/stuntman.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stuntman.rb b/Formula/s/stuntman.rb index 48e0671f3f2a3..29cb59458563e 100644 --- a/Formula/s/stuntman.rb +++ b/Formula/s/stuntman.rb @@ -11,6 +11,8 @@ class Stuntman < Formula regex(/href=.*?stunserver[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fb5a56446295b44863623d302e1d87d56304f6e48d8afa3b465fd6cb191c891" From 6ee39d6f6df87b8b1a465faf6b0fce54efbd5570 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:23 +0200 Subject: [PATCH 05367/10074] style-check: added `no_autobump!` --- Formula/s/style-check.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/style-check.rb b/Formula/s/style-check.rb index ca14b532c9a9b..abbedc529fb3a 100644 --- a/Formula/s/style-check.rb +++ b/Formula/s/style-check.rb @@ -13,6 +13,8 @@ class StyleCheck < Formula skip "No version information available to check" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "fb1e03c25875d0cf1b78f401e403452420169250d6fd6cee1be00d4d8bb51725" From 773dd4a81533c0f6a62c5f184578992d35d74b36 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:23 +0200 Subject: [PATCH 05368/10074] stylua: added `no_autobump!` --- Formula/s/stylua.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stylua.rb b/Formula/s/stylua.rb index 4a72f1a898cfa..14aa3e5c2bfd7 100644 --- a/Formula/s/stylua.rb +++ b/Formula/s/stylua.rb @@ -5,6 +5,8 @@ class Stylua < Formula sha256 "eeca8de825f7cd550a846bb2b0c409f112e8f16fe007863996cc49ca4b9641f9" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cac08145d9bf7e5041b51bdb178656cc4f15b5c1d555057bf02554a014cae98" sha256 cellar: :any_skip_relocation, arm64_sonoma: "79bbf43376aa36eb8f798fde745a2e011efde94157ed9b8c957f61a22692e406" From 8c7fe8cef0f096c9680e3153841810ad74358122 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:23 +0200 Subject: [PATCH 05369/10074] sub2srt: added `no_autobump!` --- Formula/s/sub2srt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sub2srt.rb b/Formula/s/sub2srt.rb index 2e65d9ebbab03..51d909cdc4b0c 100644 --- a/Formula/s/sub2srt.rb +++ b/Formula/s/sub2srt.rb @@ -6,6 +6,8 @@ class Sub2srt < Formula license "GPL-2.0-or-later" head "https://github.com/robelix/sub2srt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "ea67deb8ff20129ec22608ac25dfa2928c935552cd1d8f480c54e2247f04b9fc" From 66eb596dcbd98cfe53c0eae345e0567f33dbaaea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:24 +0200 Subject: [PATCH 05370/10074] sugarjar: added `no_autobump!` --- Formula/s/sugarjar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sugarjar.rb b/Formula/s/sugarjar.rb index 5238d6e536f1a..aa3c235f7814a 100644 --- a/Formula/s/sugarjar.rb +++ b/Formula/s/sugarjar.rb @@ -5,6 +5,8 @@ class Sugarjar < Formula sha256 "7ae427d8dff1a293f063617365e76615ea7d238aaa7def260fd2b6f2cfa5e768" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd160e6f1f1274ca6ccd308d7a7b3561797957d2fdddaa97ed06d02b275b195d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd160e6f1f1274ca6ccd308d7a7b3561797957d2fdddaa97ed06d02b275b195d" From b58cfae4799b0ac4b730b2c4950d1cf380231ad6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:24 +0200 Subject: [PATCH 05371/10074] supermodel: added `no_autobump!` --- Formula/s/supermodel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/supermodel.rb b/Formula/s/supermodel.rb index b66504d258d44..b10e6e5812438 100644 --- a/Formula/s/supermodel.rb +++ b/Formula/s/supermodel.rb @@ -16,6 +16,8 @@ class Supermodel < Formula regex(/href=.*?Supermodel[._-]v?(\d+(?:\.\d+)+[a-z]?)[._-]Src\.zip/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "55806d70707f24311eac885aa6ec3963cc508dbd397b159a7a80611392bb9c9f" From c819a35f7ec0504f630c8687aa84585170db03a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:24 +0200 Subject: [PATCH 05372/10074] supertux: added `no_autobump!` --- Formula/s/supertux.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/supertux.rb b/Formula/s/supertux.rb index b85210064c189..ea864db7e527a 100644 --- a/Formula/s/supertux.rb +++ b/Formula/s/supertux.rb @@ -12,6 +12,8 @@ class Supertux < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3f63bbb4a3eca63586e1bcb23482fdcdd91936e6b6bd181ca5b6d3f4b57c463e" sha256 cellar: :any, arm64_sonoma: "f44ec03e212e95daaa1cc85363c084e5dc545ac9be24812aa64f6d3a43046791" From 48c30d98a8cc8d169cbc80942e5bee1c6429295a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:24 +0200 Subject: [PATCH 05373/10074] supervisor: added `no_autobump!` --- Formula/s/supervisor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/supervisor.rb b/Formula/s/supervisor.rb index d56414a5ba28c..46baf6e23208f 100644 --- a/Formula/s/supervisor.rb +++ b/Formula/s/supervisor.rb @@ -9,6 +9,8 @@ class Supervisor < Formula revision 2 head "https://github.com/Supervisor/supervisor.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c9dcc3c481ca0d17cd2aab91c2e158b4963d61e2927187a808233ce3bd7b314b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c9dcc3c481ca0d17cd2aab91c2e158b4963d61e2927187a808233ce3bd7b314b" From 3b53356cf7935da95661268cd679c8b0e91fd269 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:24 +0200 Subject: [PATCH 05374/10074] surelog: added `no_autobump!` --- Formula/s/surelog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/surelog.rb b/Formula/s/surelog.rb index 3c821278d3689..1acc36f360051 100644 --- a/Formula/s/surelog.rb +++ b/Formula/s/surelog.rb @@ -7,6 +7,8 @@ class Surelog < Formula revision 1 head "https://github.com/chipsalliance/Surelog.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9ee2c25ec18fd1d9dd4f7793b6ba916671a576d1e79ea3f59b0c0ecd6f405def" sha256 cellar: :any, arm64_sonoma: "8ec82893f6dae9ba5959bc4c7d7910afe640343ebd7ec40f66eae243c30815c2" From e5951621f61ccc012a332de0da7b0ffc40602cb3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:25 +0200 Subject: [PATCH 05375/10074] surfraw: added `no_autobump!` --- Formula/s/surfraw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/surfraw.rb b/Formula/s/surfraw.rb index 3351b17a13279..4cb97f7bc5a3a 100644 --- a/Formula/s/surfraw.rb +++ b/Formula/s/surfraw.rb @@ -5,6 +5,8 @@ class Surfraw < Formula sha256 "ad0420583c8cdd84a31437e59536f8070f15ba4585598d82638b950e5c5c3625" license :public_domain + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d04a21e14ecb8b591159c55dbc4a0af5ea0eadaa5dcb581c6c6c4a74d0b0e7a" From 507c796cc0dfdec8ce9f83829c41b3e9522a97ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:25 +0200 Subject: [PATCH 05376/10074] svg2pdf: added `no_autobump!` --- Formula/s/svg2pdf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/svg2pdf.rb b/Formula/s/svg2pdf.rb index ad7836f284998..166bfd508e7dc 100644 --- a/Formula/s/svg2pdf.rb +++ b/Formula/s/svg2pdf.rb @@ -11,6 +11,8 @@ class Svg2pdf < Formula regex(/href=.*?svg2pdf[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "47d73aad7aae2d18a27bb902aa155f2f0a716ae9da58468a177c324de3307cc6" sha256 cellar: :any, arm64_sonoma: "5d2e70a72f9a8858e35dd8f3103931091f755b8f23de7163b2a684fc5d2d54da" From 372804ef7c5d20bbaa6557ea75b79c25b471d38a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:25 +0200 Subject: [PATCH 05377/10074] svg2png: added `no_autobump!` --- Formula/s/svg2png.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/svg2png.rb b/Formula/s/svg2png.rb index e98da39be9d60..39313deaea592 100644 --- a/Formula/s/svg2png.rb +++ b/Formula/s/svg2png.rb @@ -11,6 +11,8 @@ class Svg2png < Formula regex(/href=.*?svg2png[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "35e0958cd39141bcefea89ffb6938e60c495151fff2d0c09c22cc3cb2d5a2d90" sha256 cellar: :any, arm64_sonoma: "e12447c3d9303d05526006e0264334788b9420770964e4fa621368f38b099905" From abc64515d583d622bef89cb298c295155c14ce64 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:25 +0200 Subject: [PATCH 05378/10074] swaks: added `no_autobump!` --- Formula/s/swaks.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/swaks.rb b/Formula/s/swaks.rb index 83034d969d72e..22271d46b3237 100644 --- a/Formula/s/swaks.rb +++ b/Formula/s/swaks.rb @@ -10,6 +10,8 @@ class Swaks < Formula regex(/href=.*?swaks[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c306783b36231b83d1c0935e526206911e61c3e1d58a011ea97b9132113e9f06" From cbe7ad0f0cc2e64d28dec4e5de4527587a8af72d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:25 +0200 Subject: [PATCH 05379/10074] swfmill: added `no_autobump!` --- Formula/s/swfmill.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/swfmill.rb b/Formula/s/swfmill.rb index 4644b677272d6..1435b1db4678d 100644 --- a/Formula/s/swfmill.rb +++ b/Formula/s/swfmill.rb @@ -5,6 +5,8 @@ class Swfmill < Formula sha256 "db24f63963957faec02bb14b8b61cdaf7096774f8cfdeb9d3573e2e19231548e" license "GPL-2.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "627251dcb91c98bea4455fb35da262880aae7f2f5897162616f62135f1fe9234" sha256 cellar: :any, arm64_sonoma: "a9e8c77577b790f0e88eec48aa1e8091c7df0708731aab2d5b61f5379c4ee0ee" From 1eb55afe4cdae0e936513d5a9567c16ec94e99d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:25 +0200 Subject: [PATCH 05380/10074] swftools: added `no_autobump!` --- Formula/s/swftools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/swftools.rb b/Formula/s/swftools.rb index a0b80ae9d78a3..40c0faeec25ac 100644 --- a/Formula/s/swftools.rb +++ b/Formula/s/swftools.rb @@ -11,6 +11,8 @@ class Swftools < Formula regex(/href=.*?swftools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "f61324276719da51b51203bba9f88739b126e242ee458f65b98cf04492e01114" From 3f9b4ccfb6e20091d0f8256ef645474e45a5b1ce Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:26 +0200 Subject: [PATCH 05381/10074] swift-outdated: added `no_autobump!` --- Formula/s/swift-outdated.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/swift-outdated.rb b/Formula/s/swift-outdated.rb index 49ec1bdc49008..81fc147ed5c16 100644 --- a/Formula/s/swift-outdated.rb +++ b/Formula/s/swift-outdated.rb @@ -7,6 +7,8 @@ class SwiftOutdated < Formula revision 1 head "https://github.com/kiliankoe/swift-outdated.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "56a726e5f73cfc65075dfb810e92cd9b75721bacc4a5c4ac824b7725345baf56" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cba510240616bdc16f3c756002a8bbb5368753b2a58d1edfb86b95876d5ac0e3" From 68ebec3521eaacd30ba6a835c02824ed250a1d72 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:26 +0200 Subject: [PATCH 05382/10074] swift: added `no_autobump!` --- Formula/s/swift.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/swift.rb b/Formula/s/swift.rb index 3d280cfe9c4e8..eead15b8e9944 100644 --- a/Formula/s/swift.rb +++ b/Formula/s/swift.rb @@ -16,6 +16,8 @@ class Swift < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f68e82e8fea45c4a8f65146eb98ec1e0f1418b6230c73888b9f478a38387672d" sha256 cellar: :any, arm64_sonoma: "26de451fb88025fb13b1b92d9f50a7949a36b1401f526696321c73a2b7668f06" From 4e601f430c1cf8dfcd322302b268ff018019694c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:26 +0200 Subject: [PATCH 05383/10074] swiftdraw: added `no_autobump!` --- Formula/s/swiftdraw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/swiftdraw.rb b/Formula/s/swiftdraw.rb index ba169673cbcda..a0e9030169d56 100644 --- a/Formula/s/swiftdraw.rb +++ b/Formula/s/swiftdraw.rb @@ -6,6 +6,8 @@ class Swiftdraw < Formula license "Zlib" head "https://github.com/swhitty/SwiftDraw.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "61ff66d69af1b5609c53920d90af27958a03e67f16f3e4b92a93a59102c9da3d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2275cd577cce39b7994b86ebabc7c44a08be2ab9b8318f3b49fff6abaf06b99" From 66414426cebc2945d5955f13e1fecbc80484780b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:26 +0200 Subject: [PATCH 05384/10074] swiftgen: added `no_autobump!` --- Formula/s/swiftgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/swiftgen.rb b/Formula/s/swiftgen.rb index 2a851fd433fb9..24986374e72a2 100644 --- a/Formula/s/swiftgen.rb +++ b/Formula/s/swiftgen.rb @@ -6,6 +6,8 @@ class Swiftgen < Formula license "MIT" head "https://github.com/SwiftGen/SwiftGen.git", branch: "stable" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "49cf0b56d500cf87acc05ca32f5007b750469c865253bd6b070dffcd309d8065" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc57fa733294a7d4d27714cd3eb954f2f8de1231cc0f991e6c043e2528a25311" From fc0d969e82aa921e8d5b645af72ed0e00b8bc304 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:26 +0200 Subject: [PATCH 05385/10074] swiftlint: added `no_autobump!` --- Formula/s/swiftlint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/swiftlint.rb b/Formula/s/swiftlint.rb index a4bbba8ed1b85..9baeeefd1b204 100644 --- a/Formula/s/swiftlint.rb +++ b/Formula/s/swiftlint.rb @@ -7,6 +7,8 @@ class Swiftlint < Formula license "MIT" head "https://github.com/realm/SwiftLint.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c3f41f4287ee4a4a74a2f38628f30774e6857405c48f0e3832aaa630d13d4cb7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf36eacfa4a47f013495f2152ccdfb6dde871d17d618414e3cfc559ddf023ffc" From d6444de33d8ecda80450d622c6938073b241f51c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:26 +0200 Subject: [PATCH 05386/10074] swiftly: added `no_autobump!` --- Formula/s/swiftly.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/swiftly.rb b/Formula/s/swiftly.rb index 592efad0217e2..d4a42219d566e 100644 --- a/Formula/s/swiftly.rb +++ b/Formula/s/swiftly.rb @@ -7,6 +7,8 @@ class Swiftly < Formula license "Apache-2.0" head "https://github.com/swiftlang/swiftly.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "77df84071ef43c8f4365c79c36723cf5db0581fd9e539609cf6a30dd2fd963db" From c576adf5281d2369ad606db631b3190747496636 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:27 +0200 Subject: [PATCH 05387/10074] switchaudio-osx: added `no_autobump!` --- Formula/s/switchaudio-osx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/switchaudio-osx.rb b/Formula/s/switchaudio-osx.rb index 8be17378f658d..f51eedca3f260 100644 --- a/Formula/s/switchaudio-osx.rb +++ b/Formula/s/switchaudio-osx.rb @@ -6,6 +6,8 @@ class SwitchaudioOsx < Formula license "MIT" head "https://github.com/deweller/switchaudio-osx.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8d4c24b4029b788cdfc13bf36ddb650d220fd6fb43df0d60131c47034734f51" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e6292b5cbda7b5b7dc412d6f787903cb9cdab68ad75c1a8ac0bf3e63985d782" From 2ebc3dcb8680aa6f7bee45c990e465cf6b6562e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:27 +0200 Subject: [PATCH 05388/10074] sword: added `no_autobump!` --- Formula/s/sword.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sword.rb b/Formula/s/sword.rb index 28e012090549e..8b7c71080b44f 100644 --- a/Formula/s/sword.rb +++ b/Formula/s/sword.rb @@ -10,6 +10,8 @@ class Sword < Formula regex(%r{href=.*?sword[._-]v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "0bbd46a628e21ec4c2cc033e16a03dca1a2ac3fb5e0ce282a5e60abf4c0b8f97" From 8b2290daf27382a2a70177c97a52e56c363140f2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:27 +0200 Subject: [PATCH 05389/10074] sylph: added `no_autobump!` --- Formula/s/sylph.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sylph.rb b/Formula/s/sylph.rb index d486047d0b751..0b59fd9014c6b 100644 --- a/Formula/s/sylph.rb +++ b/Formula/s/sylph.rb @@ -5,6 +5,8 @@ class Sylph < Formula sha256 "9dceb4e2302ece3ca225218dfb8367c88a88c98d1eb4e8eac82a202195584099" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2954424cd08c4d8072a175ebc40f37ecf77b0d06e951260f25b05b34567f4c5f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "95c93babdea5665924b5cb74d60f02a7d42bdbfd12cb9dfbb8eda92c33c8dbe0" From 027338b0d4a8627e50c71f2a7d1d10d7cc301096 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:27 +0200 Subject: [PATCH 05390/10074] sylpheed: added `no_autobump!` --- Formula/s/sylpheed.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sylpheed.rb b/Formula/s/sylpheed.rb index 45c14767b6c8f..f021d40aedd6c 100644 --- a/Formula/s/sylpheed.rb +++ b/Formula/s/sylpheed.rb @@ -11,6 +11,8 @@ class Sylpheed < Formula regex(%r{stable.*?href=.*?/sylpheed[._-]v?(\d+(?:\.\d+)+)\.t}im) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "b495ed0f57f6d69fb00f2295e90114d2f84383bea9265b7745a5879d93c8b28f" sha256 arm64_ventura: "ae1224cc9e932e455ce0beabf837e2e461ebc3c94e12dfe0049a27b2ab5fbbaf" From 1199787a545b761366ef7bd7cc895f42a2281b04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:28 +0200 Subject: [PATCH 05391/10074] symlinks: added `no_autobump!` --- Formula/s/symlinks.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/symlinks.rb b/Formula/s/symlinks.rb index 2f48aef84fbd1..ce99c0b645af4 100644 --- a/Formula/s/symlinks.rb +++ b/Formula/s/symlinks.rb @@ -5,6 +5,8 @@ class Symlinks < Formula sha256 "27105b2898f28fd53d52cb6fa77da1c1f3b38e6a0fc2a66bf8a25cd546cb30b2" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4f0d8f94815e056e274db19ee924739711eb18bc11909a6ea5faecf74826fd7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "63775f3fb81a39f472e290b09fe8143ec432bbc19b800356e43b5314dc6d07a0" From a38a0fae6c5a66808b919dcd62c0afe622c3e895 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:28 +0200 Subject: [PATCH 05392/10074] synergy-core: added `no_autobump!` --- Formula/s/synergy-core.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/synergy-core.rb b/Formula/s/synergy-core.rb index 75b4637f3e26e..48fc44554c961 100644 --- a/Formula/s/synergy-core.rb +++ b/Formula/s/synergy-core.rb @@ -31,6 +31,8 @@ class SynergyCore < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "b51e183a0c07609d4b5f81e194251ce29c93fc220b8989d50e7a7ee58ac49021" sha256 arm64_ventura: "2a7b87a5e398dd460a081cb8899bd611175c9b8ed473bc908ed8bc116ca10964" From 4ee35b927177ad78ce3cf3eda7cc433940d2b8f0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:28 +0200 Subject: [PATCH 05393/10074] synfig: added `no_autobump!` --- Formula/s/synfig.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/synfig.rb b/Formula/s/synfig.rb index 944c47571bc47..15f6ecea5cbc0 100644 --- a/Formula/s/synfig.rb +++ b/Formula/s/synfig.rb @@ -12,6 +12,8 @@ class Synfig < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "a34f714cd0675cdaf0770cf662de92fab119890831b8e806584594e07a36abbe" sha256 arm64_ventura: "6d5e945bb683d8a2a053950136bf5b6a45831a9239e8b513c334ef6be3ad3115" From 716ca4d5166879002e131ac7d5aaabaa712fbd1e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:28 +0200 Subject: [PATCH 05394/10074] synscan: added `no_autobump!` --- Formula/s/synscan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/synscan.rb b/Formula/s/synscan.rb index c6a8c3d44c65a..ca86440dc6300 100644 --- a/Formula/s/synscan.rb +++ b/Formula/s/synscan.rb @@ -11,6 +11,8 @@ class Synscan < Formula regex(/href=.*?synscan[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5c810311391581f8e9c6c8638d6e11c467198c36c9ebe08ee2f7a25da0d19636" sha256 cellar: :any, arm64_sonoma: "42ea1012c638a378b12bd8966916393692e227186e424c06385cc32ed0f27680" From 68f60bffea137ef198c1edbc0a51176d95819873 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:28 +0200 Subject: [PATCH 05395/10074] syntaxerl: added `no_autobump!` --- Formula/s/syntaxerl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/syntaxerl.rb b/Formula/s/syntaxerl.rb index 16bde2938343a..86d940b335dc2 100644 --- a/Formula/s/syntaxerl.rb +++ b/Formula/s/syntaxerl.rb @@ -5,6 +5,8 @@ class Syntaxerl < Formula sha256 "61d2d58e87a7a5eab1f58c5857b1a9c84a091d18cd683385258c3c0d7256eb64" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "33837e94cbdb2721705f5fe69069caabf858455790d9bc7d47c2d73d8f035120" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cee18e0e209e6dba8a575cf868e38cbaf37fb17d5d6d1c4bf893b73a26e8c14e" From c67f5c6465b3408c11adaad7d0e4e6b2b1ec7975 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:28 +0200 Subject: [PATCH 05396/10074] sysbench: added `no_autobump!` --- Formula/s/sysbench.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sysbench.rb b/Formula/s/sysbench.rb index 67ba6ce8a8c3d..07095f229e909 100644 --- a/Formula/s/sysbench.rb +++ b/Formula/s/sysbench.rb @@ -7,6 +7,8 @@ class Sysbench < Formula revision 7 head "https://github.com/akopytov/sysbench.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "58353cd8988e133b4dfa59be80204cf6968ab6a733f9da7b3a53f561b74c4a20" sha256 cellar: :any, arm64_sonoma: "88b6daa8909f7deca820c79d70651675e73bab3bf25e431ba72967ae78a932bb" From 38547beaf839256ce97600f6e1e0bf97d3146642 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:17:37 +0200 Subject: [PATCH 05397/10074] s3cmd: added `no_autobump!` Signed-off-by: botantony --- Formula/s/s3cmd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/s3cmd.rb b/Formula/s/s3cmd.rb index 5e777ce56abab..c257015d8e0d4 100644 --- a/Formula/s/s3cmd.rb +++ b/Formula/s/s3cmd.rb @@ -9,6 +9,8 @@ class S3cmd < Formula revision 1 head "https://github.com/s3tools/s3cmd.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b14b322ca3b3b43c0f0ef051dee2908cf1c16482d4e7ba74a1865860c8956edd" From 88f425ee6659238249fd7ac1347c700249d870bf Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:17:45 +0200 Subject: [PATCH 05398/10074] scalastyle: added `no_autobump!` Signed-off-by: botantony --- Formula/s/scalastyle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/scalastyle.rb b/Formula/s/scalastyle.rb index 8d03c5c8c49e5..0114c25bf2468 100644 --- a/Formula/s/scalastyle.rb +++ b/Formula/s/scalastyle.rb @@ -12,6 +12,8 @@ class Scalastyle < Formula regex(/href=.*?scalastyle[._-]v?\d+(?:\.\d+)+-(\d+(?:\.\d+)+)-batch\.jar/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "1d29d487fbdb5211082bce9fd7b84028b56d4445ab0b0c9c7b8d3bb4d081cdf8" From e1d7d684ba0e70e293972606e088593741372285 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:17:53 +0200 Subject: [PATCH 05399/10074] serve: added `no_autobump!` Signed-off-by: botantony --- Formula/s/serve.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/serve.rb b/Formula/s/serve.rb index 2ea19b93b7cd6..0e0262db677fc 100644 --- a/Formula/s/serve.rb +++ b/Formula/s/serve.rb @@ -6,6 +6,8 @@ class Serve < Formula license "MIT" head "https://github.com/syntaqx/serve.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "341258202fb50eeaf467342669a26e492800683fc5dca43dd91f84c585ef336a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5f617c56cc80d5658b19d32dbc6002f5de4061af0da97a4ec7c2d420b8285a2" From 649a98dc001e43a8e3d0f5607a17200f25fcae76 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:18:01 +0200 Subject: [PATCH 05400/10074] sipcalc: added `no_autobump!` Signed-off-by: botantony --- Formula/s/sipcalc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/sipcalc.rb b/Formula/s/sipcalc.rb index 0a5f623404fa2..532a4f7b17bfb 100644 --- a/Formula/s/sipcalc.rb +++ b/Formula/s/sipcalc.rb @@ -10,6 +10,8 @@ class Sipcalc < Formula regex(/href=.*?sipcalc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "aff7a2b4ee9e42cb1137a8293b57d1e5bb8892dad88c72895fcc173c81083920" sha256 cellar: :any_skip_relocation, arm64_sonoma: "29b5769fb8239c6028db50d8e402ef56c49eb88b6add34c61cc1ab5d367cceab" From b7ff45b84c9b02bcb0f4dfb4a7b368c060742815 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:18:09 +0200 Subject: [PATCH 05401/10074] smpeg2: added `no_autobump!` Signed-off-by: botantony --- Formula/s/smpeg2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/smpeg2.rb b/Formula/s/smpeg2.rb index b0dd2eea0e1a3..9596ec0cfe299 100644 --- a/Formula/s/smpeg2.rb +++ b/Formula/s/smpeg2.rb @@ -16,6 +16,8 @@ class Smpeg2 < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "dbbac559473f137fb4f16051e47fdab335581c72076ddab6535a9fba87c21749" From 16ec1c38cc6aa2b3030c1ca82707e17f33dfe095 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:18:19 +0200 Subject: [PATCH 05402/10074] spirv-cross: added `no_autobump!` Signed-off-by: botantony --- Formula/s/spirv-cross.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/spirv-cross.rb b/Formula/s/spirv-cross.rb index 4fe2730f2d590..6239a2242cbfc 100644 --- a/Formula/s/spirv-cross.rb +++ b/Formula/s/spirv-cross.rb @@ -17,6 +17,8 @@ class SpirvCross < Formula regex(/^(?:vulkan[._-])?sdk[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "add1df549154c9c2f278ea006343076345302e60d48f68f957485add62bcae77" sha256 cellar: :any_skip_relocation, arm64_sonoma: "03588b24c1f09fbfebcd499622d0c54265a423f29888d51d94cf822f7d759cc4" From 5b9f090d45071d9eaf7ce12755391bd79f77ac17 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:18:26 +0200 Subject: [PATCH 05403/10074] stone: added `no_autobump!` Signed-off-by: botantony --- Formula/s/stone.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stone.rb b/Formula/s/stone.rb index b0e07c4de2848..73cd51b85500b 100644 --- a/Formula/s/stone.rb +++ b/Formula/s/stone.rb @@ -10,6 +10,8 @@ class Stone < Formula regex(/href=.*?stone[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea5e1f4e87879d1281b96a0ee7950c74e639429d622fe4e4ecfa2c2155ddc051" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8db3b91a892716e56362887cdc17006d43abdb00f9897be80c1a06953cbed0ed" From 1099b97bbf26bd6757a4e11ae40680e94787cf4f Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:26:26 +0200 Subject: [PATCH 05404/10074] switch-lan-play: added `no_autobump!` Signed-off-by: botantony --- Formula/s/switch-lan-play.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/switch-lan-play.rb b/Formula/s/switch-lan-play.rb index f5d4deb7a60ae..660196beadb8b 100644 --- a/Formula/s/switch-lan-play.rb +++ b/Formula/s/switch-lan-play.rb @@ -6,6 +6,8 @@ class SwitchLanPlay < Formula revision: "c0c663e3fdc95d6d6e8ab401caa2bfb5b5872e00" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "62c1155ae43a4751ab7efaeee9e02c57e8782186aac73312eb874289f7e6aec4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8281272397493ebd6fad9f2f53d61c62bd0302c1d3e898a0002874ab6c4ffce4" From 86ceafc7107f2579b4c2a571a5b98ff49f0d0e8b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:27:52 +0000 Subject: [PATCH 05405/10074] snowflake-cli 3.9.1 --- Formula/s/snowflake-cli.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/s/snowflake-cli.rb b/Formula/s/snowflake-cli.rb index 5f85a2cfb13b0..4a2dc05927bc8 100644 --- a/Formula/s/snowflake-cli.rb +++ b/Formula/s/snowflake-cli.rb @@ -3,8 +3,8 @@ class SnowflakeCli < Formula desc "CLI for snowflake" homepage "https://docs.snowflake.com/developer-guide/snowflake-cli/index" - url "https://files.pythonhosted.org/packages/18/c2/cbf7ea09f7aba0112407b54db0221d54bc7da8c928f67c96756e3b2a18f6/snowflake_cli-3.9.0.tar.gz" - sha256 "422385c6b8d1a7c87a42eed0de4773ed4ca11a23f79aad418429bc522e0c170f" + url "https://files.pythonhosted.org/packages/02/3f/6b0f9d91e465a13b2226457a3f29f96dfeeaa4adb1fd264168e232d498a2/snowflake_cli-3.9.1.tar.gz" + sha256 "e56b59fde8ae82d460b40e83dee3151e09172406e5fe2f2d7d1a3e811bd75c17" license "Apache-2.0" bottle do @@ -36,13 +36,13 @@ class SnowflakeCli < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/0d/af/404827da46c67359e6d2a63b0f4fadd5b6150551d25c405b3bd480c19319/boto3-1.38.25.tar.gz" - sha256 "85c1556a110896f68de8573a9b4757c81071448dbf6ffc1074941bfc8a43195e" + url "https://files.pythonhosted.org/packages/c8/85/abba429fe0fc0b87db20b7b311deec062c613c5e74cfcaab2ad34e864bbf/boto3-1.38.32.tar.gz" + sha256 "3faa2c328a61745f3215a63039606a6fcf55d9afe1cc76e3a5e27b9db58cdbf6" end resource "botocore" do - url "https://files.pythonhosted.org/packages/6b/00/bed5bf325d1fdb98d6212d106bd44cd0bbe65563e3a2c3f87b64cc4d75c2/botocore-1.38.25.tar.gz" - sha256 "8c73e97d9662a6c92be33dab66cd1e2b59797154c7ec379ce3bb5d6779d9d78c" + url "https://files.pythonhosted.org/packages/9b/c2/c4c23c7ad746aba6edfa93ec9e6e14195efcf786425486f6a1b442734a8d/botocore-1.38.32.tar.gz" + sha256 "0899a090e352cb5eeaae2c7bb52a987b469d23912c7ece86664dfb5c2e074978" end resource "charset-normalizer" do @@ -266,8 +266,8 @@ class SnowflakeCli < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do From d28eca11d9eac3294d5e00699a8de70615644ef0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:30:15 +0000 Subject: [PATCH 05406/10074] terraform-module-versions 3.3.11 --- Formula/t/terraform-module-versions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terraform-module-versions.rb b/Formula/t/terraform-module-versions.rb index 1b9b2d273bc10..39498fdf6fc88 100644 --- a/Formula/t/terraform-module-versions.rb +++ b/Formula/t/terraform-module-versions.rb @@ -1,8 +1,8 @@ class TerraformModuleVersions < Formula desc "CLI that checks Terraform code for module updates" homepage "https://github.com/keilerkonzept/terraform-module-versions" - url "https://github.com/keilerkonzept/terraform-module-versions/archive/refs/tags/v3.3.10.tar.gz" - sha256 "c84e947c26741e4c95d9c0e0a5e7d01d41ebcdf7bbb85b0106f1013b08e20b05" + url "https://github.com/keilerkonzept/terraform-module-versions/archive/refs/tags/v3.3.11.tar.gz" + sha256 "f18b908c48b942de8327a958ae56242bd39d6530f7bd9d7f862dc2fa89c115e5" license "MIT" head "https://github.com/keilerkonzept/terraform-module-versions.git", branch: "master" From 72476c9e61f158cb070a4291a589deaf52f5da00 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 16:06:34 +0200 Subject: [PATCH 05407/10074] rxvt-unicode: added `no_autobump!` Signed-off-by: botantony --- Formula/r/rxvt-unicode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/rxvt-unicode.rb b/Formula/r/rxvt-unicode.rb index a7de6b52c840f..a1c1cc019d271 100644 --- a/Formula/r/rxvt-unicode.rb +++ b/Formula/r/rxvt-unicode.rb @@ -11,6 +11,8 @@ class RxvtUnicode < Formula regex(/href=.*?rxvt-unicode[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1d23f1a4c263ebe7df9a0ee2163d6a93c9d4df1cc4263687da4de3851441a4f3" sha256 arm64_sonoma: "9a582a19640cd577067cd9aec10962f9f744853653b514899707d7f1b6264c42" From 9ccc027a7996044cd001d24ee86deaf29fa87efa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:34:54 +0000 Subject: [PATCH 05408/10074] yorkie 0.6.15 --- Formula/y/yorkie.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yorkie.rb b/Formula/y/yorkie.rb index 2a686c576b069..8f46353cda021 100644 --- a/Formula/y/yorkie.rb +++ b/Formula/y/yorkie.rb @@ -1,8 +1,8 @@ class Yorkie < Formula desc "Document store for collaborative applications" homepage "https://yorkie.dev/" - url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.6.14.tar.gz" - sha256 "c468caf7f18b56531d6290318db1d45536cdd600fe917be4ba7aeb8f26c8b663" + url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.6.15.tar.gz" + sha256 "703004b671f9a894519e820d23a02dcfcecf1b729377474f454d898078385d53" license "Apache-2.0" head "https://github.com/yorkie-team/yorkie.git", branch: "main" From 81312f60f54a2f1f398945a5ce7bd0504f34c564 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:36:25 +0000 Subject: [PATCH 05409/10074] orbiton: update 2.70.0 bottle. --- Formula/o/orbiton.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/orbiton.rb b/Formula/o/orbiton.rb index 5ad69ccdb9e3c..a180a99b3eba3 100644 --- a/Formula/o/orbiton.rb +++ b/Formula/o/orbiton.rb @@ -12,12 +12,12 @@ class Orbiton < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c246e25a7f0c7f226f130b76500913222ad331aec17bcf12617cab6803f4f146" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c246e25a7f0c7f226f130b76500913222ad331aec17bcf12617cab6803f4f146" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c246e25a7f0c7f226f130b76500913222ad331aec17bcf12617cab6803f4f146" - sha256 cellar: :any_skip_relocation, sonoma: "d55a4750c9fad01cad8f136783b0236b57a446fc03ed7764db239e8d449126be" - sha256 cellar: :any_skip_relocation, ventura: "d55a4750c9fad01cad8f136783b0236b57a446fc03ed7764db239e8d449126be" - sha256 cellar: :any_skip_relocation, x86_64_linux: "909b0a9743154e539333ea0666d55d5b3976373bc2dff363f5a7482abd6f438a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a82a8f1a94b850d4cf0a5377baa22d91788e15b42b62e7f93c841af1366a50a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a82a8f1a94b850d4cf0a5377baa22d91788e15b42b62e7f93c841af1366a50a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a82a8f1a94b850d4cf0a5377baa22d91788e15b42b62e7f93c841af1366a50a" + sha256 cellar: :any_skip_relocation, sonoma: "e078c56ab83f6e1f1cf7d01408a7cc9d0e99414e6eb78dc8ad363982f316c44b" + sha256 cellar: :any_skip_relocation, ventura: "e078c56ab83f6e1f1cf7d01408a7cc9d0e99414e6eb78dc8ad363982f316c44b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "86dc3a94ff2a6ccfb2c91f748711bdcdfe02de071f52f96d3c4fb5813d242dd7" end depends_on "go" => :build From 51b3a3db4cd0507c49331e307fc0e2aba1e2c1f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:41:42 +0000 Subject: [PATCH 05410/10074] mise: update 2025.6.1 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 29f791dd8b153..812ba86406da1 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -14,13 +14,13 @@ class Mise < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbb8ea8285af9658366eb88c2da2fa989c7c85b59647e48cad30a9684b2b1d08" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "edfbc87aba309bd687849240c2a72aacf0a9400da743afa081200e28354c261a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2b5d67b9bd795db4b86be404551caf496570f52dce8913a756eb37d678aff050" - sha256 cellar: :any_skip_relocation, sonoma: "ae7d5ce23ecc4f3b04a683ace21410b988842ee2fa11e1032c9787ab2f12b05f" - sha256 cellar: :any_skip_relocation, ventura: "81f925ebec7acb19c08b5b0f4e14a4b0fd26c67d58519366cfd2ca3b4d170565" - sha256 cellar: :any_skip_relocation, arm64_linux: "472921d99a84f0112a0d450b62d1ff59d857723ced90ff5083ea28990e02a400" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b49874b20feabab20da392f6cbdc1b391dbff54a11bed5df197603db78f68cba" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f697af67d53b2ac0dd807a28edf85f4e53a04ecef1e336582550b4d298cc33a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "80e4a1b46aa0c417d0106b87dac553db09b0f013a21d13733db7c3c9958ef537" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3428ce357ac0eca7ee2ebb80325540e1442647e082e2e451de62847ebb920359" + sha256 cellar: :any_skip_relocation, sonoma: "ec3656ac9bd70619cd41795f87abf02511c545b39c9d309849eb1be5b46e0ecf" + sha256 cellar: :any_skip_relocation, ventura: "1b4c7d3852fff3c5377bcfc38badd383738a45b2f9ed0e41ade67c152ab76da9" + sha256 cellar: :any_skip_relocation, arm64_linux: "c1883e9150d0d3eadda8f70bcc558caa1035ffa4b7a969176cebfbe0dbbbacc6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ec29b65ab1774471eeb8ad4d1fecfaa0b8bfba8880782b14df7f843544215aa" end depends_on "pkgconf" => :build From b452d65ff54acdb9d58f083f86f1a94cd8d4dc8b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:49:36 +0000 Subject: [PATCH 05411/10074] oxlint: update 0.18.1 bottle. --- Formula/o/oxlint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index b4629ff8e0802..86b9139eb6f78 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -12,13 +12,13 @@ class Oxlint < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "69f52ed41233eac2c900381457880bd273ae1d809e1aa7da3b148ce1a7559bd8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5a466d110dddd82394c03686955e78706d8a61730d77d3f34d98aef919c02b6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "33141377685d7ae831339c48ed78a2a9622a517ddbfac88beff1d43eca1e1651" - sha256 cellar: :any_skip_relocation, sonoma: "ee7786c3145737abc2baf3a0c48ebdd63e24f17581abee882694db2ac53e2660" - sha256 cellar: :any_skip_relocation, ventura: "8acebbc3c654db13173eeaf5e8616e529d281be6984becc182a98ea066f92997" - sha256 cellar: :any_skip_relocation, arm64_linux: "79fb0290a23bd04370f5380bb9605c17771008896b628d583a292b329f54bf3e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d25eb74d72c3efc2f901f6ee665212db23c2c7322d7c0a5ec67e254d8c1a50dc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "582ecce059d474cf016060adce3c23df1e604a994673fd87fa30f1a6c9d822f0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c486a096136d6457a498bcc67b0402f5529dfa5dcf95e96ba2f8be732432883" + sha256 cellar: :any_skip_relocation, arm64_ventura: "292830b30b54f0c90421a6258fc884bb32ca076a5c44c16b915e4e0ef1df1720" + sha256 cellar: :any_skip_relocation, sonoma: "c0cf5a301a04f35c23849e60961c221135a8c5a7bb0609e0b5a6372748528801" + sha256 cellar: :any_skip_relocation, ventura: "c0bda90a8a388e54e0577481f44482aeb6c40a447235a3793dfd9e59348d4345" + sha256 cellar: :any_skip_relocation, arm64_linux: "575f7f6fd6ee09b2e7fef970ac29cba779cbeb1f02e54d0dd2d5dc8b85c5790f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a538fd2d733716d617fd4b9609346f48c74c7185a0421b2272cb9e96811c014" end depends_on "rust" => :build From 5bef1cc98669a2e766e21a862e57e0213cb65997 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:50:28 +0000 Subject: [PATCH 05412/10074] ramalama: update 0.9.1 bottle. --- Formula/r/ramalama.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ramalama.rb b/Formula/r/ramalama.rb index cd3d3549edbd7..3afd5c0d69127 100644 --- a/Formula/r/ramalama.rb +++ b/Formula/r/ramalama.rb @@ -8,13 +8,13 @@ class Ramalama < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "15fc72a46d8a9211648d780a38ba64989c90dc4b55479aabfc95598c9a48d30c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "15fc72a46d8a9211648d780a38ba64989c90dc4b55479aabfc95598c9a48d30c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "15fc72a46d8a9211648d780a38ba64989c90dc4b55479aabfc95598c9a48d30c" - sha256 cellar: :any_skip_relocation, sonoma: "34685c207b9105825ba20a873864db5d164af8fe08d86fa160a2c7fd3d197671" - sha256 cellar: :any_skip_relocation, ventura: "34685c207b9105825ba20a873864db5d164af8fe08d86fa160a2c7fd3d197671" - sha256 cellar: :any_skip_relocation, arm64_linux: "68e157e6fc0e68a811656c287d6b9a6b19bbd79bd69cd9431f8610b93b951cf0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "68e157e6fc0e68a811656c287d6b9a6b19bbd79bd69cd9431f8610b93b951cf0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fb6b4ec2e53e07a84e6a439997cbca55b2bf77180c971342894b59b04f307e8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fb6b4ec2e53e07a84e6a439997cbca55b2bf77180c971342894b59b04f307e8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4fb6b4ec2e53e07a84e6a439997cbca55b2bf77180c971342894b59b04f307e8" + sha256 cellar: :any_skip_relocation, sonoma: "1cf68c48d3513dacdb74f08d2116544737d762f7c2636aa004fe23302ea817c1" + sha256 cellar: :any_skip_relocation, ventura: "1cf68c48d3513dacdb74f08d2116544737d762f7c2636aa004fe23302ea817c1" + sha256 cellar: :any_skip_relocation, arm64_linux: "e3f6665be7f1594113ab007b3a9ab0c7545cfd6382f34b38a5b0b6e37f37451d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e3f6665be7f1594113ab007b3a9ab0c7545cfd6382f34b38a5b0b6e37f37451d" end depends_on "llama.cpp" From 98d123bb2a96d3881bc364cb6ecfe232a48d0627 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Mon, 9 Jun 2025 15:52:00 +0100 Subject: [PATCH 05413/10074] osx-trash: add keg_only --- Formula/o/osx-trash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osx-trash.rb b/Formula/o/osx-trash.rb index ac259c7ae8cf3..f364107d6d9c5 100644 --- a/Formula/o/osx-trash.rb +++ b/Formula/o/osx-trash.rb @@ -15,6 +15,8 @@ class OsxTrash < Formula sha256 cellar: :any_skip_relocation, all: "1ff2a7e4c4d9e83a5cf38815cbbae8407295d8c830d85211677d6041add46bfa" end + keg_only :shadowed_by_macos + depends_on :macos def install From 779599be70f4516f20a7101d2ae2f35a677814b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:57:32 +0000 Subject: [PATCH 05414/10074] terraform-module-versions: update 3.3.11 bottle. --- Formula/t/terraform-module-versions.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terraform-module-versions.rb b/Formula/t/terraform-module-versions.rb index 39498fdf6fc88..737d5cec967ed 100644 --- a/Formula/t/terraform-module-versions.rb +++ b/Formula/t/terraform-module-versions.rb @@ -7,12 +7,12 @@ class TerraformModuleVersions < Formula head "https://github.com/keilerkonzept/terraform-module-versions.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d813ca4e8bc2426d3b3ba8f1c373fc915752ff4553b9d46034a6be95942d1cd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d813ca4e8bc2426d3b3ba8f1c373fc915752ff4553b9d46034a6be95942d1cd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2d813ca4e8bc2426d3b3ba8f1c373fc915752ff4553b9d46034a6be95942d1cd" - sha256 cellar: :any_skip_relocation, sonoma: "e6f0f314bddecfd6dc337353bda79132f8b2de124ecb4b45ffe67dfc94601570" - sha256 cellar: :any_skip_relocation, ventura: "e6f0f314bddecfd6dc337353bda79132f8b2de124ecb4b45ffe67dfc94601570" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ba49288a639cab0d6c07ccea353c5b67caf6d31de44f9d242813427e67e711f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "30efd3f974b11b2a2485bd27ff1d84e022df9e9186436600d3ff3f1d1cf6c050" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "30efd3f974b11b2a2485bd27ff1d84e022df9e9186436600d3ff3f1d1cf6c050" + sha256 cellar: :any_skip_relocation, arm64_ventura: "30efd3f974b11b2a2485bd27ff1d84e022df9e9186436600d3ff3f1d1cf6c050" + sha256 cellar: :any_skip_relocation, sonoma: "f4457aa6a640b738a5c3ac987822c98ff9011c9bb9a2db105ae8bd39b9d0e57c" + sha256 cellar: :any_skip_relocation, ventura: "f4457aa6a640b738a5c3ac987822c98ff9011c9bb9a2db105ae8bd39b9d0e57c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d22cd7b027f23b40571fcb3f2828270a6ad31c52f6342fd75bbbb63dd5984f35" end depends_on "go" => :build From 41149a851be955b7caf73a42a47e8da94e66b89d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:58:31 +0000 Subject: [PATCH 05415/10074] maturin: update 1.8.7 bottle. --- Formula/m/maturin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/maturin.rb b/Formula/m/maturin.rb index e049cb59f9a29..193a23fabeb2f 100644 --- a/Formula/m/maturin.rb +++ b/Formula/m/maturin.rb @@ -7,13 +7,13 @@ class Maturin < Formula head "https://github.com/PyO3/maturin.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4604fc872a8d902a59f8f8f00aed7ebc6e84697abc8aba7eb841db1614697fa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffd64bda1299b9fbbf6ff9739f102652ae0d447ba3e65d0b7695dc92e8cb8c66" - sha256 cellar: :any_skip_relocation, arm64_ventura: "18a29b6b4ee5e90e9479c4388c2235073d2336d0f333b97a91d13de51330deb7" - sha256 cellar: :any_skip_relocation, sonoma: "983104a3c26f06773586c01d329dbeb90920707d55210d8683fd3a1cfee16513" - sha256 cellar: :any_skip_relocation, ventura: "0791bd493ee99234a59419e8352275c992131e38be0239d659fe0aa76b15cab1" - sha256 cellar: :any_skip_relocation, arm64_linux: "88a16df0161807aa5c4feda7bfeb2a66a3e2f5406d353d995dd83dd6eaef3a44" - sha256 cellar: :any_skip_relocation, x86_64_linux: "123b144d3952ff54df35a13843738028fc5e8b72d3165b9ebf28e59a52b83bb1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e8bed0d4652c1aeafbfbfa8cb5e3201014a91c94ae01539d8c16e9dab7270e1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "19fd7ee33f51beaec3dd69e881eade9b9390f8bb445e179a1bb85612ca5ee675" + sha256 cellar: :any_skip_relocation, arm64_ventura: "43b1172b6379ebc165608d4c984ed8ab0ae2b08202e373219f120168175d4ebf" + sha256 cellar: :any_skip_relocation, sonoma: "eff5734ccd3956977cb1280db391ae26f5028be1832d3c3e0113210f6e84b7ba" + sha256 cellar: :any_skip_relocation, ventura: "d2f988f7b4cbc3219d4b0142849a7b9fbca3aa2afe8fb36596e78ff452b65840" + sha256 cellar: :any_skip_relocation, arm64_linux: "63f66ecbec4e6ce241e4f3b5dcc2ecc0d3e4c4a45093cff8e3dba6a246cc1b4c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "50fb25c2e867b69893c90835c3468b6b361ea9ec4804f6571f759b70993ee8e6" end depends_on "python@3.13" => :test From 1649e917eb1887e8b09017cfe2b7a4e6d1ac4fb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:03:22 +0000 Subject: [PATCH 05416/10074] yorkie: update 0.6.15 bottle. --- Formula/y/yorkie.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yorkie.rb b/Formula/y/yorkie.rb index 8f46353cda021..eab380ffdc48b 100644 --- a/Formula/y/yorkie.rb +++ b/Formula/y/yorkie.rb @@ -12,12 +12,12 @@ class Yorkie < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "55ad871646ef3656d3263147ee6f64a6344207404109df4dc5f32a31e30c0226" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "55ad871646ef3656d3263147ee6f64a6344207404109df4dc5f32a31e30c0226" - sha256 cellar: :any_skip_relocation, arm64_ventura: "55ad871646ef3656d3263147ee6f64a6344207404109df4dc5f32a31e30c0226" - sha256 cellar: :any_skip_relocation, sonoma: "5f844f4aede5724124f11820bc091b44c147ea9bd663fe0497e84c895f9299d9" - sha256 cellar: :any_skip_relocation, ventura: "5f844f4aede5724124f11820bc091b44c147ea9bd663fe0497e84c895f9299d9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c004a468c1d1db4e4b9e1c86c396f90849030141d2fa70dfd9f8e7ad51e7f8a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8cd35419c7290ed2d34765962a14d7d38bf7c26b87ea263e17e08740830ce97" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8cd35419c7290ed2d34765962a14d7d38bf7c26b87ea263e17e08740830ce97" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f8cd35419c7290ed2d34765962a14d7d38bf7c26b87ea263e17e08740830ce97" + sha256 cellar: :any_skip_relocation, sonoma: "8297a8b217b743add0807ea085443862aba7e2f7a6b13a866eb3d111fa3a7316" + sha256 cellar: :any_skip_relocation, ventura: "8297a8b217b743add0807ea085443862aba7e2f7a6b13a866eb3d111fa3a7316" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b37763515eb71707926e0602eaea5afb0a209202cd62d069bfa9bd361b271e0a" end depends_on "go" => :build From 74219eb163b2bcf75da2b9f2f1a4376ba438693e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:15:29 +0000 Subject: [PATCH 05417/10074] snowflake-cli: update 3.9.1 bottle. --- Formula/s/snowflake-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snowflake-cli.rb b/Formula/s/snowflake-cli.rb index 4a2dc05927bc8..36a36ea4555e4 100644 --- a/Formula/s/snowflake-cli.rb +++ b/Formula/s/snowflake-cli.rb @@ -8,13 +8,13 @@ class SnowflakeCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "6bd7a6a1d6c16801d85e6806c30a0cc209e24d4a2b3ec39f241e54e4767fe69c" - sha256 cellar: :any, arm64_sonoma: "4deb933ea3dcc3adbcc71f82c4f96a43afbb4926f72113a4a810651972883fd0" - sha256 cellar: :any, arm64_ventura: "c2d460c541595d59d847abd921ad2eb2aebbc2a4cf09e588425fdef71d20cd95" - sha256 cellar: :any, sonoma: "76525ba5a449513d4fd5fc5b60c4b128510de17af13c8fb50255da1540cd9fc8" - sha256 cellar: :any, ventura: "3271de78b79d6432b380124bf88b4dfe717f5c432c8dc250f157e62c565ea44f" - sha256 cellar: :any_skip_relocation, arm64_linux: "c6b2be9766ab19a3efa9de5bdfabda7fd703c390789ef9f455added28a24f885" - sha256 cellar: :any_skip_relocation, x86_64_linux: "786c15a9a9ba9fcf3a7ef09f48a8eb82d3ccc605efcf2f69481ec00a3d46f7bf" + sha256 cellar: :any, arm64_sequoia: "c25fa399c44b5f67a1f1a8ea4b8669e95553cd8c8c5f070605e71d1bae4b1f04" + sha256 cellar: :any, arm64_sonoma: "dea9f58a70f9c54929bbfc9da491a3c7a57f2b06ab9681a9af89f0d6949aff40" + sha256 cellar: :any, arm64_ventura: "c5d2d49c6fb016387ac406367ed97ad38c01dfbc4b8541577fef50630c4cd2fa" + sha256 cellar: :any, sonoma: "85feeb53361d3d1e5e028f64dd1cf1cf5a098eba3adab7a84b36c31ad1d6ed1c" + sha256 cellar: :any, ventura: "89f3d5fa20ccc71fd67047aa3d8a669eb38e6b230472a07cf0f2d9fe5dcf9e1d" + sha256 cellar: :any_skip_relocation, arm64_linux: "03e0c002f3aa7024397168abc55395519eb037dba944fe9a91b2d6c4a75288fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "18241d6586999572493693ca21806ab6d6c6baab3ef80ffb8176043b307def4a" end depends_on "rust" => :build # for pydantic-core From 2276416904da378d1a6a3af6b5db339671a4d68c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 24 Mar 2025 23:39:00 -0400 Subject: [PATCH 05418/10074] packcc: update sha Signed-off-by: Rui Chen --- Formula/p/packcc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/packcc.rb b/Formula/p/packcc.rb index 09776ed8244a2..26c8c8ad6cdbc 100644 --- a/Formula/p/packcc.rb +++ b/Formula/p/packcc.rb @@ -2,7 +2,7 @@ class Packcc < Formula desc "Parser generator for C" homepage "https://github.com/arithy/packcc" url "https://github.com/arithy/packcc/archive/refs/tags/v2.2.0.tar.gz" - sha256 "9f4d486ff34ff191cb01bd6ac41e707e93a90a581f997d45414422958af142f6" + sha256 "eeb123e2d328de60e0a4171649c7e4c78b25a08b60de35beffd14f3d8fdbdcc8" license "MIT" head "https://github.com/arithy/packcc.git", branch: "master" From 23d70c8683185d17559951ee4f6418cf8f56bb95 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Mon, 9 Jun 2025 16:33:35 +0100 Subject: [PATCH 05419/10074] trash: add conflicts --- Formula/t/trash.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/t/trash.rb b/Formula/t/trash.rb index 4ccdf8a614cf6..50c7b16290b7e 100644 --- a/Formula/t/trash.rb +++ b/Formula/t/trash.rb @@ -26,6 +26,10 @@ class Trash < Formula depends_on :macos + conflicts_with "macos-trash", because: "both install a `trash` binary" + conflicts_with "osx-trash", because: "both install a `trash` binary" + conflicts_with "trash-cli", because: "both install a `trash` binary" + def install # https://github.com/ali-rantakari/trash/issues/43 inreplace "Makefile", "-force_cpusubtype_ALL", "" From b6893af9635f43a378bdc1021e720a090981cd98 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Mon, 9 Jun 2025 16:33:43 +0100 Subject: [PATCH 05420/10074] trash-cli: add conflicts --- Formula/t/trash-cli.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/t/trash-cli.rb b/Formula/t/trash-cli.rb index 9eff341a80542..8a456c4826392 100644 --- a/Formula/t/trash-cli.rb +++ b/Formula/t/trash-cli.rb @@ -23,6 +23,10 @@ class TrashCli < Formula depends_on "python@3.13" + conflicts_with "macos-trash", because: "both install a `trash` binary" + conflicts_with "osx-trash", because: "both install a `trash` binary" + conflicts_with "trash", because: "both install a `trash` binary" + resource "psutil" do url "https://files.pythonhosted.org/packages/18/c7/8c6872f7372eb6a6b2e4708b88419fb46b857f7a2e1892966b851cc79fc9/psutil-6.0.0.tar.gz" sha256 "8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2" From 7881bde87bc1707c71763397d7d4dc7c4c877e7e Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Mon, 9 Jun 2025 16:33:49 +0100 Subject: [PATCH 05421/10074] osx-trash: add conflicts --- Formula/o/osx-trash.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/o/osx-trash.rb b/Formula/o/osx-trash.rb index f364107d6d9c5..b66892713e989 100644 --- a/Formula/o/osx-trash.rb +++ b/Formula/o/osx-trash.rb @@ -19,6 +19,10 @@ class OsxTrash < Formula depends_on :macos + conflicts_with "macos-trash", because: "both install a `trash` binary" + conflicts_with "trash-cli", because: "both install a `trash` binary" + conflicts_with "trash", because: "both install a `trash` binary" + def install bin.install "src/trash" end From 7dbd4e4a2b0fd8694e02b9c777034b49c5c51ac7 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Mon, 9 Jun 2025 16:33:59 +0100 Subject: [PATCH 05422/10074] macos-trash: add conflicts --- Formula/m/macos-trash.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/m/macos-trash.rb b/Formula/m/macos-trash.rb index 7224ae561b06f..dbc1ff6677704 100644 --- a/Formula/m/macos-trash.rb +++ b/Formula/m/macos-trash.rb @@ -20,6 +20,10 @@ class MacosTrash < Formula depends_on :macos uses_from_macos "swift", since: :sonoma # Swift 6.0 + conflicts_with "osx-trash", because: "both install a `trash` binary" + conflicts_with "trash-cli", because: "both install a `trash` binary" + conflicts_with "trash", because: "both install a `trash` binary" + def install system "swift", "build", "--disable-sandbox", "-c", "release" bin.install ".build/release/trash" From b4047c53cdec2b95a55dbee822633960e72e6067 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 18:08:38 +0200 Subject: [PATCH 05423/10074] bento 1.8.0 Signed-off-by: botantony --- Formula/b/bento.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bento.rb b/Formula/b/bento.rb index 53b4f24f3b0d8..2e3b3c30ab526 100644 --- a/Formula/b/bento.rb +++ b/Formula/b/bento.rb @@ -1,8 +1,8 @@ class Bento < Formula desc "Fancy stream processing made operationally mundane" homepage "https://warpstreamlabs.github.io/bento/" - url "https://github.com/warpstreamlabs/bento/archive/refs/tags/v1.7.1.tar.gz" - sha256 "0b8eb6e4695a3f716e392e93d21f91e98c439ea2c257596e22e42c620f690011" + url "https://github.com/warpstreamlabs/bento/archive/refs/tags/v1.8.0.tar.gz" + sha256 "71ef02ede93738288d97cbacc3629bf054882d27e8edf81eadfe2924b7105f24" license "MIT" no_autobump! because: :requires_manual_review From 1508f5ed905511b1627ea689a42c5edc534a1d6b Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 18:14:27 +0200 Subject: [PATCH 05424/10074] gitup 0.5.2 Signed-off-by: botantony --- Formula/g/gitup.rb | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/Formula/g/gitup.rb b/Formula/g/gitup.rb index 5215fd873e557..b6201bb6b6f3a 100644 --- a/Formula/g/gitup.rb +++ b/Formula/g/gitup.rb @@ -3,11 +3,10 @@ class Gitup < Formula desc "Update multiple git repositories at once" homepage "https://github.com/earwig/git-repo-updater" - url "https://files.pythonhosted.org/packages/7f/07/4835f8f4de5924b5f38b816c648bde284f0cec9a9ae65bd7e5b7f5867638/gitup-0.5.1.tar.gz" - sha256 "4f787079cd65d8f60c5842181204635e1b72d3533ae91f0c619624c6b20846dd" + url "https://files.pythonhosted.org/packages/41/9e/3e47a00bf3c4e47f2acec776732421819b723d5adeae3b0adf0ed5f82c0d/gitup-0.5.2.tar.gz" + sha256 "e750d63c9f4938cad175619a8a22f8ab3a3854515e4f5ac6e72c88e848fe651c" license "MIT" - revision 10 - head "https://github.com/earwig/git-repo-updater.git", branch: "develop" + head "https://github.com/earwig/git-repo-updater.git", branch: "main" no_autobump! because: :requires_manual_review @@ -24,24 +23,18 @@ class Gitup < Formula end resource "gitdb" do - url "https://files.pythonhosted.org/packages/19/0d/bbb5b5ee188dec84647a4664f3e11b06ade2bde568dbd489d9d64adef8ed/gitdb-4.0.11.tar.gz" - sha256 "bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" + url "https://files.pythonhosted.org/packages/72/94/63b0fc47eb32792c7ba1fe1b694daec9a63620db1e313033d18140c2320a/gitdb-4.0.12.tar.gz" + sha256 "5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571" end resource "gitpython" do - url "https://files.pythonhosted.org/packages/b6/a1/106fd9fa2dd989b6fb36e5893961f82992cf676381707253e0bf93eb1662/GitPython-3.1.43.tar.gz" - sha256 "35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c" + url "https://files.pythonhosted.org/packages/c0/89/37df0b71473153574a5cdef8f242de422a0f5d26d7a9e231e6f169b4ad14/gitpython-3.1.44.tar.gz" + sha256 "c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269" end resource "smmap" do - url "https://files.pythonhosted.org/packages/88/04/b5bf6d21dc4041000ccba7eb17dd3055feb237e7ffc2c20d3fae3af62baa/smmap-5.0.1.tar.gz" - sha256 "dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62" - end - - # Replace `pipes` usage for python 3.13 - patch do - url "https://github.com/earwig/git-repo-updater/commit/b48c59c37849369174ed3ed1d28086c6f3044625.patch?full_index=1" - sha256 "054c56ff9ea631776fbd24969c534b470f318fd2707b5b5bd690f43abfa1c3a7" + url "https://files.pythonhosted.org/packages/44/cd/a040c4b3119bbe532e5b0732286f805445375489fceaec1f48306068ee3b/smmap-5.0.2.tar.gz" + sha256 "26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5" end def install From 2308970512a9a1602cde8d18d9babaa3b7f44c62 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 18:21:19 +0200 Subject: [PATCH 05425/10074] ortp 5.4.21 Signed-off-by: botantony --- Formula/o/ortp.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/ortp.rb b/Formula/o/ortp.rb index decb4a3c7adea..fcc7759817599 100644 --- a/Formula/o/ortp.rb +++ b/Formula/o/ortp.rb @@ -4,16 +4,16 @@ class Ortp < Formula license "GPL-3.0-or-later" stable do - url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.4.20/ortp-5.4.20.tar.bz2" - sha256 "68a37ce0d141f02ab83274c7b3496056d0746f23f7b7f21857928e1e6ff0b87a" + url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.4.21/ortp-5.4.21.tar.bz2" + sha256 "cec4ce593a813534e4aed04608434987ab249123f83ac6f4e03a72e8bdf0644d" depends_on "mbedtls" # bctoolbox appears to follow ortp's version. This can be verified at the GitHub mirror: # https://github.com/BelledonneCommunications/bctoolbox resource "bctoolbox" do - url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.4.20/bctoolbox-5.4.20.tar.bz2" - sha256 "cb00afa639b6ca106646ad37dbf735865489a38cd85dc0010cc108c157c5501a" + url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.4.21/bctoolbox-5.4.21.tar.bz2" + sha256 "68ec982af58022e9ce469a5868bf2b78267dcfd849a8c00bd6a3019c0692aba9" livecheck do formula :parent From 97dc8b38f48d1fd81ffb4b8716644031206735bf Mon Sep 17 00:00:00 2001 From: ziti-ci <60663654+ziti-ci@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:44:38 -0400 Subject: [PATCH 05426/10074] zrok 1.0.5 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/z/zrok.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zrok.rb b/Formula/z/zrok.rb index b24e69c01977c..98f222e0de820 100644 --- a/Formula/z/zrok.rb +++ b/Formula/z/zrok.rb @@ -1,8 +1,8 @@ class Zrok < Formula desc "Geo-scale, next-generation sharing platform built on top of OpenZiti" homepage "https://zrok.io" - url "https://github.com/openziti/zrok/releases/download/v1.0.4/source-v1.0.4.tar.gz" - sha256 "995d5213b85683732360c9bb7633c8a467e80bc9e4b6b3265bbf4507525acbb9" + url "https://github.com/openziti/zrok/releases/download/v1.0.5/source-v1.0.5.tar.gz" + sha256 "1a18e3c04038c02c40e15c107d4bfc240009911e4529224a78e6bc2d0fd9b66c" # The main license is Apache-2.0. ACKNOWLEDGEMENTS.md lists licenses for parts of code license all_of: ["Apache-2.0", "BSD-3-Clause", "MIT"] head "https://github.com/openziti/zrok.git", branch: "main" From 0c3cca59c73b7434431d0963a8d0d1d51d936fac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:54:04 +0000 Subject: [PATCH 05427/10074] aptly 1.6.2 --- Formula/a/aptly.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aptly.rb b/Formula/a/aptly.rb index 8622b6633e14c..d0e960bd84788 100644 --- a/Formula/a/aptly.rb +++ b/Formula/a/aptly.rb @@ -1,8 +1,8 @@ class Aptly < Formula desc "Swiss army knife for Debian repository management" homepage "https://www.aptly.info/" - url "https://github.com/aptly-dev/aptly/archive/refs/tags/v1.6.1.tar.gz" - sha256 "0488bc0717a1becda77fe1094a5eb4972ef1b6cd335f4108ddbbf89c6f917410" + url "https://github.com/aptly-dev/aptly/archive/refs/tags/v1.6.2.tar.gz" + sha256 "cadfabda2a59f397adfe6f9ce3c9ddc6fe4c6052f0e03a300ba1f22d7cf0e09a" license "MIT" head "https://github.com/aptly-dev/aptly.git", branch: "master" From 06959700625a85e0497210a48da04b3d940a0582 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 12 May 2025 13:18:13 -0400 Subject: [PATCH 05428/10074] openrct2: create launcher with write_env_script --- Formula/o/openrct2.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Formula/o/openrct2.rb b/Formula/o/openrct2.rb index 72cde9e56864d..10877c0357ca4 100644 --- a/Formula/o/openrct2.rb +++ b/Formula/o/openrct2.rb @@ -3,8 +3,9 @@ class Openrct2 < Formula homepage "https://openrct2.io/" url "https://github.com/OpenRCT2/OpenRCT2.git", tag: "v0.4.23", - revision: "a18956c01bdb88f16427bd2e6259cdf95d3e2ada" + revision: "b8d73b523c906993a593a2c2b80d661dbe3da5ee" license "GPL-3.0-only" + revision 1 head "https://github.com/OpenRCT2/OpenRCT2.git", branch: "develop" bottle do @@ -46,8 +47,8 @@ class Openrct2 < Formula end resource "objects" do - url "https://github.com/OpenRCT2/objects/releases/download/v1.6.1/objects.zip" - sha256 "6829186630e52c332b6a4847ebb936c549a522fcadaf8f5e5e4579c4c91a4450" + url "https://github.com/OpenRCT2/objects/releases/download/v1.7.0/objects.zip" + sha256 "c6fdbcb85816fac7cd870cad63aa067376b6bca579991400e8941c0e2b78bbd2" end resource "openmusic" do @@ -90,10 +91,7 @@ def install # By default, the macOS build only looks for data in app bundle Resources. libexec.install bin/"openrct2" - (bin/"openrct2").write <<~BASH - #!/bin/bash - exec "#{libexec}/openrct2" "$@" "--openrct2-data-path=#{pkgshare}" - BASH + (bin/"openrct2").write_env_script "#{libexec}/openrct2", "--openrct2-data-path=#{pkgshare}", {} end test do From fd154fa81a464e0898b651560deaf3edaf072931 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:54:54 +0000 Subject: [PATCH 05429/10074] aws-c-http 0.10.2 --- Formula/a/aws-c-http.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-c-http.rb b/Formula/a/aws-c-http.rb index aba789244d12c..8f2ea6fd59997 100644 --- a/Formula/a/aws-c-http.rb +++ b/Formula/a/aws-c-http.rb @@ -1,8 +1,8 @@ class AwsCHttp < Formula desc "C99 implementation of the HTTP/1.1 and HTTP/2 specifications" homepage "https://github.com/awslabs/aws-c-http" - url "https://github.com/awslabs/aws-c-http/archive/refs/tags/v0.10.1.tar.gz" - sha256 "1550f7bf9666bb8f86514db9e623f07249e3c53e868d2f36ff69b83bd3eadfec" + url "https://github.com/awslabs/aws-c-http/archive/refs/tags/v0.10.2.tar.gz" + sha256 "048d9d683459ade363fd7cc448c2b6329c78f67a2a0c0cb61c16de4634a2fc6b" license "Apache-2.0" bottle do From a82ebcb4941139da405c899d071eb0e23352dd22 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:55:11 +0000 Subject: [PATCH 05430/10074] aws-nuke 3.56.1 --- Formula/a/aws-nuke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-nuke.rb b/Formula/a/aws-nuke.rb index ec0e0620778e6..25ab11cc64267 100644 --- a/Formula/a/aws-nuke.rb +++ b/Formula/a/aws-nuke.rb @@ -1,8 +1,8 @@ class AwsNuke < Formula desc "Nuke a whole AWS account and delete all its resources" homepage "https://github.com/ekristen/aws-nuke" - url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.56.0.tar.gz" - sha256 "a65e27f8ae32e6b923c498fe49eeaf191fdc919b92a636f0cf843b27cca57dad" + url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.56.1.tar.gz" + sha256 "9efa902ba1ad227f79069ac2424b61db66607aa572cfc74730066b13f38a6250" license "MIT" head "https://github.com/ekristen/aws-nuke.git", branch: "main" From f92635d367856f28084c7859cb1bb9555a7a2b5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:00:05 +0000 Subject: [PATCH 05431/10074] commitizen 4.8.3 --- Formula/c/commitizen.rb | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/Formula/c/commitizen.rb b/Formula/c/commitizen.rb index 7ad87006af1d3..330cb4530dbae 100644 --- a/Formula/c/commitizen.rb +++ b/Formula/c/commitizen.rb @@ -3,8 +3,8 @@ class Commitizen < Formula desc "Defines a standard way of committing rules and communicating it" homepage "https://commitizen-tools.github.io/commitizen/" - url "https://files.pythonhosted.org/packages/64/15/c2fe85c0224886109b5061419acea2e20539be1b4bff619a16d7295fe0f2/commitizen-4.8.2.tar.gz" - sha256 "4fc73126c7300f715f11b85242550677722c57767b579100e869ccd45143e2c5" + url "https://files.pythonhosted.org/packages/ee/c0/fe5ba5555f2891bcb0b3e7dc1c57fcfd206ab7133a3094d70b81fd5a4a10/commitizen-4.8.3.tar.gz" + sha256 "303ebdc271217aadbb6a73a015612121291d180c8cdd05b5251c7923d4a14195" license "MIT" head "https://github.com/commitizen-tools/commitizen.git", branch: "master" @@ -37,8 +37,13 @@ class Commitizen < Formula end resource "decli" do - url "https://files.pythonhosted.org/packages/3d/a0/a4658f93ecb589f479037b164dc13c68d108b50bf6594e54c820749f97ac/decli-0.6.2.tar.gz" - sha256 "36f71eb55fd0093895efb4f416ec32b7f6e00147dda448e3365cf73ceab42d6f" + url "https://files.pythonhosted.org/packages/0c/59/d4ffff1dee2c8f6f2dd8f87010962e60f7b7847504d765c91ede5a466730/decli-0.6.3.tar.gz" + sha256 "87f9d39361adf7f16b9ca6e3b614badf7519da13092f2db3c80ca223c53c7656" + end + + resource "importlib-metadata" do + url "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz" + sha256 "d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000" end resource "jinja2" do @@ -72,13 +77,13 @@ class Commitizen < Formula end resource "termcolor" do - url "https://files.pythonhosted.org/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5/termcolor-2.5.0.tar.gz" - sha256 "998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f" + url "https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz" + sha256 "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "wcwidth" do @@ -86,6 +91,11 @@ class Commitizen < Formula sha256 "72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5" end + resource "zipp" do + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" + end + def install # The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default. ENV["SOURCE_DATE_EPOCH"] = "1451574000" From a37ef24a05c69fe21999f1b062e604fadbc14e92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:03:10 +0000 Subject: [PATCH 05432/10074] bento: update 1.8.0 bottle. --- Formula/b/bento.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/bento.rb b/Formula/b/bento.rb index 2e3b3c30ab526..d7c509fbae869 100644 --- a/Formula/b/bento.rb +++ b/Formula/b/bento.rb @@ -8,12 +8,12 @@ class Bento < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "feea11f28ae911337a3ff0713d84c29ebc5fdbe23dca0df36cf983d57ebb6fa3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "46ebbae99da9d29c2bf8899f4ec218beeab12f9ceac8a878d791a8e8a2d9dad7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ad7393aebb6f15304929e1182cc95732e45a330dfc10e5025ab3acd1ccaa532f" - sha256 cellar: :any_skip_relocation, sonoma: "ac95ae1d71f4fcc432d41779e9ef87d21819cfd21135b9ed51938b48e920c1b6" - sha256 cellar: :any_skip_relocation, ventura: "b8e7176ad43b21fad767d3ec23629a6734504b046b31aa9f3bf03a6f18a1e3a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7a6d018079116e10230582e43feb86c6e3bfa375a8d88796720a754a1f032cdc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "814d36da40ffcb1c12a05008afd07ef0cb8a7f2f3e4f4fca5c5f7952932f1f92" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d3898927d841b207d777a10f0af42552262e4fa4842813ce1b2a17730223ad6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "55496a311b58d5c39480f57d12ea473ef302a4fbc590475edeee768c5896f55e" + sha256 cellar: :any_skip_relocation, sonoma: "017d4a2d908b7061cd3c988c7bfb3e38e922f312bcb29f31a1f46854a2552301" + sha256 cellar: :any_skip_relocation, ventura: "10b357ab9c674d2e33ddc0566d52469da6414535ba8b526ea61903fdfabfff54" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b9e6a505aface1712ce72091564df402aa7a868c9e6f42ed3102e271af3bc88" end depends_on "go" => :build From 58c4b83f744acecf3c29bc9efc6eb17e9052f00d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:03:35 +0000 Subject: [PATCH 05433/10074] zrok: update 1.0.5 bottle. --- Formula/z/zrok.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/z/zrok.rb b/Formula/z/zrok.rb index 98f222e0de820..4c0749f8c59e7 100644 --- a/Formula/z/zrok.rb +++ b/Formula/z/zrok.rb @@ -8,12 +8,12 @@ class Zrok < Formula head "https://github.com/openziti/zrok.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "facbea9b67d3253b62a0d26fbae4fd8b34b4bfe475629ae422e52171838047c1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "14e23d6ba9863c6e1b43a4112e82ef49df8add2011335ad6f114a7f7a0e7d745" - sha256 cellar: :any_skip_relocation, arm64_ventura: "250a931684772109107a0e0163758edd50c1fd59d41a9812ee3e3a0b4b896379" - sha256 cellar: :any_skip_relocation, sonoma: "ca927933798ac8dbf906990ea3a9bd5eeaf70f37c39bfa91fd6334527afc68a0" - sha256 cellar: :any_skip_relocation, ventura: "ab95e0bbb2198ba4b3b1d2fe46a96cee70dc9eb9cfe8e1db2f737780fdc982bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ce187843ffa80bf491a5223bfe9d05fe5f73a3adfa735e85b14e68f745e80d93" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5183020d3d78d3e9b2e7ff20d90e5d81fc6227685fcfea5cd4fd4ec1ba05a15" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6215eb4bfb6d71325108005256aad15ab35b2fed1341d4c59d87513d84dd4c5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8ea096ac0c14de963cc16101b7f7291e9a3b37d5f90ee4ed721d381a10862028" + sha256 cellar: :any_skip_relocation, sonoma: "61e61d8f66e15a2ae28a31e99c25b6880132d4b822c03508256927a3ffa58ec5" + sha256 cellar: :any_skip_relocation, ventura: "4b089fc18baf18a535ee6a3e21b4d3cb0fbc937613136a0b822c92bd8c301aa0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5895135891bcd5a3706a85f25308fc7bac01773da013ecf8d65bfa11cf59133" end depends_on "go" => :build From 6318117bc810f894a3737397301dd047cf600895 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:04:36 +0000 Subject: [PATCH 05434/10074] gitup: update 0.5.2 bottle. --- Formula/g/gitup.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/g/gitup.rb b/Formula/g/gitup.rb index b6201bb6b6f3a..ff7659ecadaf0 100644 --- a/Formula/g/gitup.rb +++ b/Formula/g/gitup.rb @@ -11,8 +11,7 @@ class Gitup < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "e1d094ec14134e880e5058a182f7788d0f46c06c7976226e16ac48709d5a3061" + sha256 cellar: :any_skip_relocation, all: "4ef4421a9edad018b76acd44d00dc3bc99a980623ee00deef7a7aa60bce940d3" end depends_on "python@3.13" From baf24030a94accea336d37a41877a1970ec1adfb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:04:41 +0000 Subject: [PATCH 05435/10074] fatal 2025.06.09.00 --- Formula/f/fatal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fatal.rb b/Formula/f/fatal.rb index 21d14ae418135..801a33581d066 100644 --- a/Formula/f/fatal.rb +++ b/Formula/f/fatal.rb @@ -1,7 +1,7 @@ class Fatal < Formula desc "Facebook Template Library" homepage "https://www.facebook.com/groups/libfatal/" - url "https://github.com/facebook/fatal/releases/download/v2025.06.02.00/fatal-v2025.06.02.00.tar.gz" + url "https://github.com/facebook/fatal/releases/download/v2025.06.09.00/fatal-v2025.06.09.00.tar.gz" sha256 "5d9e13011a8c08b6e0055caacafdc83947a728177240a5a47167bb15961f1b5b" license "BSD-3-Clause" head "https://github.com/facebook/fatal.git", branch: "main" From a40859dbc92e52d1d56e76d9047c8558e95aa091 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:05:11 +0000 Subject: [PATCH 05436/10074] fern-api 0.63.40 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 8135a7123b14e..c92a172e44417 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.38.tgz" - sha256 "415e685c7b08f81e9f81764353bbb6350b6347a1781c4dab95410742c0b8d00b" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.40.tgz" + sha256 "936281e1c56c186753239efc060fe46b755c4ed5d3d1fb4dbdaadeee0a34b65f" license "Apache-2.0" bottle do From 2f0f9422c5f197fa7737626b6d50ad0a7ef642d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:06:58 +0000 Subject: [PATCH 05437/10074] glaze 5.4.1 --- Formula/g/glaze.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index bd6da5521463d..83835a3d5b655 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -1,8 +1,8 @@ class Glaze < Formula desc "Extremely fast, in-memory JSON and interface library for modern C++" homepage "https://github.com/stephenberry/glaze" - url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.4.0.tar.gz" - sha256 "b6f7f62dba80b863df16a9370f676bc32f72a2d2ee401952aa9305b202136476" + url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.4.1.tar.gz" + sha256 "a5d578e58fa0e0930eb02bf99ebcb0cb732ce04ce427ec608d773c6f5258e545" license "MIT" bottle do From 9d1edcf801dda4ca989b708b0c3a999b182ab4cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:10:36 +0000 Subject: [PATCH 05438/10074] juju 3.6.7 --- Formula/j/juju.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/juju.rb b/Formula/j/juju.rb index 258f6dcc32800..6cf08e585f1f2 100644 --- a/Formula/j/juju.rb +++ b/Formula/j/juju.rb @@ -1,8 +1,8 @@ class Juju < Formula desc "DevOps management tool" homepage "https://juju.is/" - url "https://launchpad.net/juju/3.6/3.6.6/+download/juju-core_3.6.6.tar.gz" - sha256 "f84dc452c7344e50a6880abeb63001bd767c1230e853dcf736915282997a7405" + url "https://launchpad.net/juju/3.6/3.6.7/+download/juju-core_3.6.7.tar.gz" + sha256 "456395d2974c88a69731f3f1af20a8a989b9b512e664bd0064dea1b9c02d879b" license "AGPL-3.0-only" version_scheme 1 head "https://github.com/juju/juju.git", branch: "develop" From 823001b8562dc68dba40be8cb0f364e04c3c87bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:12:06 +0000 Subject: [PATCH 05439/10074] aptly: update 1.6.2 bottle. --- Formula/a/aptly.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aptly.rb b/Formula/a/aptly.rb index d0e960bd84788..5c197c5a9c93f 100644 --- a/Formula/a/aptly.rb +++ b/Formula/a/aptly.rb @@ -12,12 +12,12 @@ class Aptly < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "135fdf1a0b34d87659f430d7be2f552062cd15982bba236d1741bee4ba5a4675" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "135fdf1a0b34d87659f430d7be2f552062cd15982bba236d1741bee4ba5a4675" - sha256 cellar: :any_skip_relocation, arm64_ventura: "135fdf1a0b34d87659f430d7be2f552062cd15982bba236d1741bee4ba5a4675" - sha256 cellar: :any_skip_relocation, sonoma: "f762cd5fa3143bcf4cb16bb8495b5a007d88335b117eaa537676bb23ee41d3fe" - sha256 cellar: :any_skip_relocation, ventura: "f762cd5fa3143bcf4cb16bb8495b5a007d88335b117eaa537676bb23ee41d3fe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1bcf9a9430011265aaa5b98175f8dc1c3cf2d73e3034f719d175567bcf549126" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5eed18d1e90c95d9f9d27c1bb4071b5918df5102d674ed4377f5ed48bb19963c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5eed18d1e90c95d9f9d27c1bb4071b5918df5102d674ed4377f5ed48bb19963c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5eed18d1e90c95d9f9d27c1bb4071b5918df5102d674ed4377f5ed48bb19963c" + sha256 cellar: :any_skip_relocation, sonoma: "13d85438f90917d1e5e0ec47d983373305e5cdf6880c8eca78d95dff2c6c6e29" + sha256 cellar: :any_skip_relocation, ventura: "13d85438f90917d1e5e0ec47d983373305e5cdf6880c8eca78d95dff2c6c6e29" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ff56ef982a5265758be69344b4d222bebb20bc969382bffc6110604a627e3f2d" end depends_on "go" => :build From 780c8aef8298d34db0f069ad3f5b17e4baea3ee3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:15:56 +0000 Subject: [PATCH 05440/10074] md2pdf 2.2.17 --- Formula/m/md2pdf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/md2pdf.rb b/Formula/m/md2pdf.rb index c9730d156841a..26212e62ee8aa 100644 --- a/Formula/m/md2pdf.rb +++ b/Formula/m/md2pdf.rb @@ -1,8 +1,8 @@ class Md2pdf < Formula desc "CLI utility that generates PDF from Markdown" homepage "https://github.com/solworktech/mdtopdf" - url "https://github.com/solworktech/mdtopdf/archive/refs/tags/v2.2.16.tar.gz" - sha256 "6c9f94648cdd6fbddb9719fe79ef18a7fca6a4588989427ea84c35d43cbf8369" + url "https://github.com/solworktech/mdtopdf/archive/refs/tags/v2.2.17.tar.gz" + sha256 "0beb5f136a6d41b3ddfc8fed233ea96cb4d1717d67d5d7209e0982ec8f161ef2" license "MIT" head "https://github.com/solworktech/mdtopdf.git", branch: "master" From bd86367b9a76bba588eee98f6e3a0729ff052b5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:16:51 +0000 Subject: [PATCH 05441/10074] mockery 3.3.4 --- Formula/m/mockery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 049dc7f627200..85c3e1239ce81 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -1,8 +1,8 @@ class Mockery < Formula desc "Mock code autogenerator for Golang" homepage "https://github.com/vektra/mockery" - url "https://github.com/vektra/mockery/archive/refs/tags/v3.3.2.tar.gz" - sha256 "479b93d6699b3d62141c3629330af52733545d0040d0c3b8cb594fd5a3e8f576" + url "https://github.com/vektra/mockery/archive/refs/tags/v3.3.4.tar.gz" + sha256 "74ff554370bafc230f923ca5a778de61704641d0b56cad9bfd69791ab7668757" license "BSD-3-Clause" head "https://github.com/vektra/mockery.git", branch: "v3" From 264bf619eecd83c1d76619f6f145a2b0d0ca370a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:18:04 +0000 Subject: [PATCH 05442/10074] nelm 1.6.0 --- Formula/n/nelm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nelm.rb b/Formula/n/nelm.rb index 6fde70815c0b4..e568756985473 100644 --- a/Formula/n/nelm.rb +++ b/Formula/n/nelm.rb @@ -1,8 +1,8 @@ class Nelm < Formula desc "Kubernetes deployment tool that manages and deploys Helm Charts" homepage "https://github.com/werf/nelm" - url "https://github.com/werf/nelm/archive/refs/tags/v1.5.0.tar.gz" - sha256 "9507efd171942f2d153adc84bc83bcf3a07f81d5a942ba3936648fb509a6ef18" + url "https://github.com/werf/nelm/archive/refs/tags/v1.6.0.tar.gz" + sha256 "ea779e6639ceda003f053ceee40a91c520be668019438b2faa42f83dfcce581c" license "Apache-2.0" head "https://github.com/werf/nelm.git", branch: "main" From 3be445d815664e55b78f571fdd1e9b83916bc567 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:29:04 +0000 Subject: [PATCH 05443/10074] terragrunt 0.81.1 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 5f241308e24d9..e0fedfcf7da4e 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.0.tar.gz" - sha256 "6254f3bd01562e5d67c3811f324bb4ee58252c8c42d9748f4f0ecf866033be72" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.1.tar.gz" + sha256 "28cdde44c2deb42cfd029e866454b0081952b6d871ebecf0a87956e4416947b8" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 9339d808b4000d9838fba3228396699a507a3003 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:32:57 +0000 Subject: [PATCH 05444/10074] ykman 5.7.2 --- Formula/y/ykman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/ykman.rb b/Formula/y/ykman.rb index 092f079aad437..0af4032c7ad10 100644 --- a/Formula/y/ykman.rb +++ b/Formula/y/ykman.rb @@ -3,8 +3,8 @@ class Ykman < Formula desc "Tool for managing your YubiKey configuration" homepage "https://developers.yubico.com/yubikey-manager/" - url "https://files.pythonhosted.org/packages/e3/cd/c409207ccc45c066cb66d353217988b5cb07d3259c7c3b601a7090fa4f9d/yubikey_manager-5.7.1.tar.gz" - sha256 "0200efca86eb310e19b841a2e365812c83c19f8e65f8c6065e14bbb7b4a58ef3" + url "https://files.pythonhosted.org/packages/08/56/66cfa3149a54ee55a27de742a0a46944df76acf0b9d2fc8377e43e92167a/yubikey_manager-5.7.2.tar.gz" + sha256 "9aeb4035dcff8f6cb792e83f36e6a9152a9b5b65ac2c2e25e5f20d53c6064e62" license "BSD-2-Clause" head "https://github.com/Yubico/yubikey-manager.git", branch: "main" From e83d4efde7463f9e4049f4bb4dfa6f14d7152508 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:07:24 +0000 Subject: [PATCH 05445/10074] ortp: update 5.4.21 bottle. --- Formula/o/ortp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ortp.rb b/Formula/o/ortp.rb index fcc7759817599..36f3e78370169 100644 --- a/Formula/o/ortp.rb +++ b/Formula/o/ortp.rb @@ -26,13 +26,13 @@ class Ortp < Formula no_autobump! because: "resources cannot be updated automatically" bottle do - sha256 cellar: :any, arm64_sequoia: "dc2cd17d4d380109b8419f9b28540250f0ccd2ad31dc9d84580602796aca9d3c" - sha256 cellar: :any, arm64_sonoma: "837075fbb9d9cac2e404d37bd526d5144b004d6e0c545abca3abcc484739e5af" - sha256 cellar: :any, arm64_ventura: "a8b1404eb89a89b5cd38d4e0f05161ffd18b419a195f6e09d459fbd212a1b9d5" - sha256 cellar: :any, sonoma: "956214f838a376cdf0754194d6be7bb09dfde16b427969003209ca2e2d37b155" - sha256 cellar: :any, ventura: "aabe83dfbce8dea9bc3dae8d9452773d9b3e0a393b5de966a0e5254fbcbf20a2" - sha256 cellar: :any_skip_relocation, arm64_linux: "41c185e77bedeedcbdd89a0218bbbdec8a8bff782597a2cff836bf59b82c6b8f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a909fb44156a62dd31dc9c90af6cfad5e736ddc9d1b4763bcdbb83d663d55584" + sha256 cellar: :any, arm64_sequoia: "3c262dabf3721f3f9c254b5085ecc68add887eac5163ecaabb001cf53e8d2dd4" + sha256 cellar: :any, arm64_sonoma: "7223f886e41bda862bdc4d80d9df19bcaf0f7bdca21bc8b90c3b5abf24309cdd" + sha256 cellar: :any, arm64_ventura: "f6d9ac85207989bad05aecb5a9b2993978141a5445b9480b6c43f4d29cef73ef" + sha256 cellar: :any, sonoma: "1dc8a92abc001c7b42e990688e1e080f0b4c175b91883c3f60ab63f50d82865b" + sha256 cellar: :any, ventura: "8a3ae3d1a00622bfce1c85ef809ff3b2848bce64df06f511735837e63845882c" + sha256 cellar: :any_skip_relocation, arm64_linux: "a54d5589fd1893f4ee79404bb0e1843c38fd9ca43e877ae3edecd25dc551a0f1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "558b10114f9d35920068ffa6353fed0363db08229e259242fbf68d41284bf418" end head do From 01a00aeae46229805679ccb993c689541401aa25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:07:34 +0000 Subject: [PATCH 05446/10074] glaze: update 5.4.1 bottle. --- Formula/g/glaze.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 83835a3d5b655..071cd4f8ca99f 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -6,7 +6,7 @@ class Glaze < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "4242b56a7078e6daee57074d9d30b7f35ea082140296e4f0e4a588dd0e45a048" + sha256 cellar: :any_skip_relocation, all: "6ea0eb5f14acba53c113c38451aa206eee0adab0ec55dd34d9c22160e410a3bf" end depends_on "cmake" => [:build, :test] From 7bf7ed5ca67dbb7e64cdf40dc17861e32d03f728 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:07:50 +0000 Subject: [PATCH 05447/10074] md2pdf: update 2.2.17 bottle. --- Formula/m/md2pdf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/md2pdf.rb b/Formula/m/md2pdf.rb index 26212e62ee8aa..48ffb12f7b43d 100644 --- a/Formula/m/md2pdf.rb +++ b/Formula/m/md2pdf.rb @@ -7,12 +7,12 @@ class Md2pdf < Formula head "https://github.com/solworktech/mdtopdf.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "38982081b8951bc2505e6156607882169a8d9fa2fb8d087c6d2f7530af16c102" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "38982081b8951bc2505e6156607882169a8d9fa2fb8d087c6d2f7530af16c102" - sha256 cellar: :any_skip_relocation, arm64_ventura: "38982081b8951bc2505e6156607882169a8d9fa2fb8d087c6d2f7530af16c102" - sha256 cellar: :any_skip_relocation, sonoma: "6222a9cd2dd2d14522f4c59473ecd97f933805c9edfea9762b9877470a85e549" - sha256 cellar: :any_skip_relocation, ventura: "6222a9cd2dd2d14522f4c59473ecd97f933805c9edfea9762b9877470a85e549" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf4b31544cee7ed7e431999f9b4e5c9a9fbd3cc7f219fd5785801b9b17be9a82" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff52784e2e724ac33d5ffa5b850a2afc618eda444b17dd08e488ea0df2cd515d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff52784e2e724ac33d5ffa5b850a2afc618eda444b17dd08e488ea0df2cd515d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ff52784e2e724ac33d5ffa5b850a2afc618eda444b17dd08e488ea0df2cd515d" + sha256 cellar: :any_skip_relocation, sonoma: "274fe07a1fa7b5d769609d585614dc9b74d45ebe3b721738c97751c06475861f" + sha256 cellar: :any_skip_relocation, ventura: "274fe07a1fa7b5d769609d585614dc9b74d45ebe3b721738c97751c06475861f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d45567c571274052dc83e71fc228686f9493ceaf28892593b77105dca3d0b932" end depends_on "go" => :build From 0f760939c1f4302ddefa6814f835de817a28749f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:07:52 +0000 Subject: [PATCH 05448/10074] commitizen: update 4.8.3 bottle. --- Formula/c/commitizen.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/commitizen.rb b/Formula/c/commitizen.rb index 330cb4530dbae..d024e2c52f4e0 100644 --- a/Formula/c/commitizen.rb +++ b/Formula/c/commitizen.rb @@ -9,13 +9,13 @@ class Commitizen < Formula head "https://github.com/commitizen-tools/commitizen.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "1a4b596fef875690578225078efb3587540d727ee5d092e773f4e14fe580a07a" - sha256 cellar: :any, arm64_sonoma: "af8c76cd4825e06fa170c7a32e25acbae80884cd0818ab8114ba2f115ec144d0" - sha256 cellar: :any, arm64_ventura: "e380bee7d876dc676423563f915ea1346ad2023a9fd180faa9f0bdbc1e1e1d11" - sha256 cellar: :any, sonoma: "65e63e1726e1575954f5ef2a0198fcacf05fe936eb0df8d53619f307925ab8bb" - sha256 cellar: :any, ventura: "2ac79d230a3544a4f8420efd3e6c195248bf1d95f68fbb44eb392643c2a73223" - sha256 cellar: :any_skip_relocation, arm64_linux: "ef62fadb014abf2c7e4c69066fa506a117d9156317ad9aed725d85310dbb3cbe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "114a9d2cc0cf97592cd48d940a045daed6b3c4223dd722a70402447ba05f5882" + sha256 cellar: :any, arm64_sequoia: "e449787045d47be22600b02a055f24b7f49629d22727f916cc2c749323929b1d" + sha256 cellar: :any, arm64_sonoma: "0681bfe68527065e241170669027b9c3b23540a8ebb19f0a49c6b9629d4ff12b" + sha256 cellar: :any, arm64_ventura: "6401a18be053a04216c9d53202604faa39b4179e249a25ceb06311ba696e69e0" + sha256 cellar: :any, sonoma: "b0bcdc0edd47ebc73a5552f3a64b183b7a775aba4970ce68ff10747725b5db98" + sha256 cellar: :any, ventura: "774eb98f84cf9967538d42c09e2dd08a80da06a2b72b4c68639cfae34046b32c" + sha256 cellar: :any_skip_relocation, arm64_linux: "306d82e4bfab03a8c3253e3f2c548af6a8fc52d5a416d1bcd4301193b7e04461" + sha256 cellar: :any_skip_relocation, x86_64_linux: "edb34b7c88944da318be30db83618e059a69e785ceef9fc74bae29f922adc87c" end depends_on "libyaml" From 69a74291f82c5ccc7d333729613017572a260dfc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:07:56 +0000 Subject: [PATCH 05449/10074] mockery: update 3.3.4 bottle. --- Formula/m/mockery.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 85c3e1239ce81..0f6d498ca930e 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -15,12 +15,12 @@ class Mockery < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "361d7f3c0ce58843da4f350a95ff9072ec9c38f9932ecb6b04731408cc79aa92" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "361d7f3c0ce58843da4f350a95ff9072ec9c38f9932ecb6b04731408cc79aa92" - sha256 cellar: :any_skip_relocation, arm64_ventura: "361d7f3c0ce58843da4f350a95ff9072ec9c38f9932ecb6b04731408cc79aa92" - sha256 cellar: :any_skip_relocation, sonoma: "99fae277c160e113ad6b1266d62b5672eb5fb770a72d7f10e69af9aae7ada807" - sha256 cellar: :any_skip_relocation, ventura: "99fae277c160e113ad6b1266d62b5672eb5fb770a72d7f10e69af9aae7ada807" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db932a7be8eba2001bf410daec745a1f26fb30f4c21ec56a36c13e1dcf4d4eb0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5421d251216dad9eae68df6de6745dfbce108a50b0e33739226eded3d71386bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5421d251216dad9eae68df6de6745dfbce108a50b0e33739226eded3d71386bb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5421d251216dad9eae68df6de6745dfbce108a50b0e33739226eded3d71386bb" + sha256 cellar: :any_skip_relocation, sonoma: "ddcb82a47c03bf2b39270abdbc8d13ba7108c4626383b371a2149dc3f1a52244" + sha256 cellar: :any_skip_relocation, ventura: "ddcb82a47c03bf2b39270abdbc8d13ba7108c4626383b371a2149dc3f1a52244" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7c701845bc88eefe27d13a83d88a13384301f105c13cb1e8dadf50115fa44d4e" end depends_on "go" => :build From 7425e1263bb649df21e14029c29ed3ad6db49499 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:07:58 +0000 Subject: [PATCH 05450/10074] fern-api: update 0.63.40 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index c92a172e44417..2fa4966a08375 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "3b4b9d5d0e40103b87ebdecd0786a146c27888be5e82036943a153642ea6195f" + sha256 cellar: :any_skip_relocation, all: "894a699c33ed55a9945dbe80e01a27bcbbeada1fcd15b548ed0a068b82f7a8bc" end depends_on "node" From 38830244c91e17e760f11803efc2cf515af08306 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:08:03 +0000 Subject: [PATCH 05451/10074] terragrunt: update 0.81.1 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index e0fedfcf7da4e..7796aa89d059f 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6811e0de0356d9ff7c479dbe5e53691dafcadf6759a21c23c852185eb4f787ae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6811e0de0356d9ff7c479dbe5e53691dafcadf6759a21c23c852185eb4f787ae" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6811e0de0356d9ff7c479dbe5e53691dafcadf6759a21c23c852185eb4f787ae" - sha256 cellar: :any_skip_relocation, sonoma: "73fc0c51313c20c03dde41f76d70cd90ebd08c9f3e8d34be028d78d0ff40197d" - sha256 cellar: :any_skip_relocation, ventura: "73fc0c51313c20c03dde41f76d70cd90ebd08c9f3e8d34be028d78d0ff40197d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04572cd831466cd21981b4cb60547e650365605de20061721fdd219c09c3304a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6f1e58f47ede6d3693f961aaa5a45373caefa5401ff4179c07938cdb9d6c2bf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6f1e58f47ede6d3693f961aaa5a45373caefa5401ff4179c07938cdb9d6c2bf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f6f1e58f47ede6d3693f961aaa5a45373caefa5401ff4179c07938cdb9d6c2bf" + sha256 cellar: :any_skip_relocation, sonoma: "f1ecc20cd74bbf9fb55857d9f677ed3661bc35590fad9dba8c7c3228e4ac918b" + sha256 cellar: :any_skip_relocation, ventura: "f1ecc20cd74bbf9fb55857d9f677ed3661bc35590fad9dba8c7c3228e4ac918b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "51271131e86baa04b3b92e09c20ef7514ce36fa7d5f7a1867f229437d895ec34" end depends_on "go" => :build From 0736a227f9207a3e056f4e18fc4001892982a449 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:08:10 +0000 Subject: [PATCH 05452/10074] juju: update 3.6.7 bottle. --- Formula/j/juju.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/juju.rb b/Formula/j/juju.rb index 6cf08e585f1f2..64be32a1bcc60 100644 --- a/Formula/j/juju.rb +++ b/Formula/j/juju.rb @@ -16,13 +16,13 @@ class Juju < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "32166aff48993ce088c9cdd3119fde4c0ab9042ee06bfd64c8d28ed6e0af03f8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "00d3ae4adf537dcc6fa4baeeaa78c93c3cbc9b6a1f752c202c4a7a174696944c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c4fd546d6d9b6c42a890083b86f2c40ccf594015ef306918d9e6a02a21428a9f" - sha256 cellar: :any_skip_relocation, sonoma: "77e4b97b0bc2027a77e5aa9fb6cb9b069f5022954c5e420a7c34239bf70ece9c" - sha256 cellar: :any_skip_relocation, ventura: "ee878c126eb93e4e4a5a5f27531e1b7b77ed93ae9205273673ee27255dd2d9ed" - sha256 cellar: :any_skip_relocation, arm64_linux: "218a12cd5f3c0f0d99596d41fe95fe267bfb002149574457e718de3008f48ecc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e418d11d6f6dcd3e299366f54b3cf5e6f7ef6f2aab06bb041d78032f044e418b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aa4eda0b171942806a3e54735198c20854545da8672b1abf11fedc9ab638ede6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bbf9659c236d4ba39920b5a908ea8c2740fce89ce860f2ce759f564bcfcb55db" + sha256 cellar: :any_skip_relocation, arm64_ventura: "47e7fd1613a59a486316d7198cadf543a3df15e1135b71ce44a764858689257d" + sha256 cellar: :any_skip_relocation, sonoma: "0b3e26756fdf4de82359fef43697914b6ee5f4864b2b27dbe6b0dc7cdf23f053" + sha256 cellar: :any_skip_relocation, ventura: "4d8c5ac8b1e1034e92d78fbf9c9dc1c4dfa07451b812580ef8536ebab4f961c9" + sha256 cellar: :any_skip_relocation, arm64_linux: "69b687a7b72a486b5112528836b33ec276a9ba1f198c1041fc330d3ab3b53573" + sha256 cellar: :any_skip_relocation, x86_64_linux: "484d8eb64c76a1805e5f822910aa586ba207168ed74f50aa2812b2d3efd7c03e" end depends_on "go" => :build From 44552b30bb66412a19f931a6f2b626885897e6dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:08:16 +0000 Subject: [PATCH 05453/10074] aws-nuke: update 3.56.1 bottle. --- Formula/a/aws-nuke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-nuke.rb b/Formula/a/aws-nuke.rb index 25ab11cc64267..84b4dbca23e4a 100644 --- a/Formula/a/aws-nuke.rb +++ b/Formula/a/aws-nuke.rb @@ -7,13 +7,13 @@ class AwsNuke < Formula head "https://github.com/ekristen/aws-nuke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7702e4518ac85f6ef3fe4346c8fc1a6ccd6b1baf707694bd747a3ff1bacdab49" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7702e4518ac85f6ef3fe4346c8fc1a6ccd6b1baf707694bd747a3ff1bacdab49" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7702e4518ac85f6ef3fe4346c8fc1a6ccd6b1baf707694bd747a3ff1bacdab49" - sha256 cellar: :any_skip_relocation, sonoma: "dd8919df942e11e4e971deaae12247ff1ed6631946ded3b3da5148b6cc37695a" - sha256 cellar: :any_skip_relocation, ventura: "dd8919df942e11e4e971deaae12247ff1ed6631946ded3b3da5148b6cc37695a" - sha256 cellar: :any_skip_relocation, arm64_linux: "9908c9384b18d0681eefe823d1fa00a8425d5a0afc1a6222f72cba69d86ce6bb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "836a93147e0035fa991453b0d390a98aae3919d41eafd298f16912ee80a9cb9d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5709c1690352bf0bbdf8e162baefb09977fa7dcd5ff9979c18ff87e75c74ed18" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5709c1690352bf0bbdf8e162baefb09977fa7dcd5ff9979c18ff87e75c74ed18" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5709c1690352bf0bbdf8e162baefb09977fa7dcd5ff9979c18ff87e75c74ed18" + sha256 cellar: :any_skip_relocation, sonoma: "d2808e80152ae150465e6293e7c6eb9323305a00dd953573070e0c68ef5b984b" + sha256 cellar: :any_skip_relocation, ventura: "d2808e80152ae150465e6293e7c6eb9323305a00dd953573070e0c68ef5b984b" + sha256 cellar: :any_skip_relocation, arm64_linux: "4007dedb707c356564e31916c3718801c74c083fab0dbb9ae02cf8028be2870c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "59ce6b058de98a34298d325c29808a9e77641a52ab13e92510900bf4a2d359bb" end depends_on "go" => :build From 1202146a143939ea153fd8bf6559ad8513bfec2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:08:25 +0000 Subject: [PATCH 05454/10074] nelm: update 1.6.0 bottle. --- Formula/n/nelm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nelm.rb b/Formula/n/nelm.rb index e568756985473..49afe5b28369a 100644 --- a/Formula/n/nelm.rb +++ b/Formula/n/nelm.rb @@ -7,13 +7,13 @@ class Nelm < Formula head "https://github.com/werf/nelm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "79f51b45dc60439c4021c7a47741dd5b5cfb0a4c96e43b83f096dac1cc4bab56" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ad73ac1505b6001484a319f8bfbddda2a89813274d8872a1caae2661a8fa607" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30475833a4ee6b489490dcee04e948c01fcac7fc3c22255eac9cf0f2924a58e0" - sha256 cellar: :any_skip_relocation, sonoma: "8985099fcbf6b2002645da31dfd09c0cc9ec1b3a6e4084e58ad9f32218de67ad" - sha256 cellar: :any_skip_relocation, ventura: "9e1951d2833360d29f4a553a87eb1a786cd94436d7845a4766be374a6a6ddc58" - sha256 cellar: :any_skip_relocation, arm64_linux: "0dfb6fbc1d3bcbc6ce3ff5c1a9eb51df4df3f8b609f9be7c3ca873fe007de18d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2bd048228276460e7cb6267b214ed2fc169bd79ccbd2e4eee5e1a5bc9540c77f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb80baf986ac5910c4707ee15354bcf1a1b38af2d797be7e6c045903da1bff0d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "406bdbb8cd2acfa7e0738851434171f86fb0ba8f90edc79a6cbabdc0b6317781" + sha256 cellar: :any_skip_relocation, arm64_ventura: "612386d360f82d1bed216863d4c862a1903db14a6db301520ac761c8db5df5fe" + sha256 cellar: :any_skip_relocation, sonoma: "cfb9fa5af7a6c98ed167fa4a81418a07ae627fc0e09fe7898905f564ba93586a" + sha256 cellar: :any_skip_relocation, ventura: "2f0a3e6ff2dd23be91269423370cdbe1296609565f6eebd0415924b5bac4eb5f" + sha256 cellar: :any_skip_relocation, arm64_linux: "c9a3d5bfc1780a2055494679a862faf80a07972c903837ff10d3accb4bb0ec83" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c4d75f845d3c732eadd734c083ef8432f77cbdb1cb269b1817e15bad1857a3c4" end depends_on "go" => :build From 6bd9d3b287e4be26f8194aed5878636914e50dda Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:08:28 +0000 Subject: [PATCH 05455/10074] ykman: update 5.7.2 bottle. --- Formula/y/ykman.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/ykman.rb b/Formula/y/ykman.rb index 0af4032c7ad10..6d21252a0c2b7 100644 --- a/Formula/y/ykman.rb +++ b/Formula/y/ykman.rb @@ -9,13 +9,13 @@ class Ykman < Formula head "https://github.com/Yubico/yubikey-manager.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "85150be76587bd4f9d32e70effdf9b0a77938771f6ebdafc1a6a6c63eb0343a9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "db5ed634cea1d8948d394d183f11de9a6f823975f995f6f23ce2bfc619f66a60" - sha256 cellar: :any_skip_relocation, arm64_ventura: "49123578bc6246d77cd0ef1c2b320d17edb909a1cf498ddb7103467d6a6d7c1b" - sha256 cellar: :any_skip_relocation, sonoma: "0865ab79d1250279cc1a644b8b8699d69fbd722a009d8a2467a4c5265913e7b7" - sha256 cellar: :any_skip_relocation, ventura: "041373becb28bf2681e43211e8db2db51838fa1b74640272aa186e0ee57148d4" - sha256 cellar: :any_skip_relocation, arm64_linux: "092f954a3ca429329dc3c944d6240fe8c18cd3a9051261fc8592dcacc3e1f86d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b0bae2584956090e278b133ff98f42dea809b61ce917cb284e9733f3ed55fd05" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "842d4ca75c0b971050d7cdded4b1e07f7c9472877ad694a541d3368325203959" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7c97aeecfc6a6d4215a1cde16c1223accd6afa605c1895f819c1ba0e41bbc98" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3c47a5676ca014e2ce4288ee335eb833755b71fe97fdb625e7c2f78f743a529a" + sha256 cellar: :any_skip_relocation, sonoma: "447ddc8d23fc9eb6cca78fb691491e9dfd03f2d9ef9597760bdab09ffd3726bf" + sha256 cellar: :any_skip_relocation, ventura: "ad9312ba3779433916fea7621376722a292cc2d5795b9bfe655d19b50edf01fa" + sha256 cellar: :any_skip_relocation, arm64_linux: "ca0cdbf6e8f97e6f250de8f3dbe083fdae6709c1dd59fa0268d34f0b22810d45" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb400bfd7f5cf9d35a4bb749d02ca67d611a29b083c3798ef9bc12d0842a82b1" end depends_on "swig" => :build From 545775095ecdaa95872e4647ff9c7265ae69f845 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:16:06 +0000 Subject: [PATCH 05456/10074] fatal: update 2025.06.09.00 bottle. --- Formula/f/fatal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fatal.rb b/Formula/f/fatal.rb index 801a33581d066..fa7f30dbf81f6 100644 --- a/Formula/f/fatal.rb +++ b/Formula/f/fatal.rb @@ -7,7 +7,7 @@ class Fatal < Formula head "https://github.com/facebook/fatal.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "0acae0ad298ca03efff865e6f4f4dc5b7b8fbd8922269bcdf972f2ee88f1630b" + sha256 cellar: :any_skip_relocation, all: "acce66b75512a194044b51c762b93cd9d6e272deefe87baca1dc79308c0bd5cf" end def install From 3979d8ff4607265582b9c70f8f4fc50f7e80849f Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 9 Jun 2025 20:20:13 +0200 Subject: [PATCH 05457/10074] tldx 1.2.2 Signed-off-by: botantony --- Formula/t/tldx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb index 1c2ce7d74a002..757cb3a7b1aeb 100644 --- a/Formula/t/tldx.rb +++ b/Formula/t/tldx.rb @@ -1,8 +1,8 @@ class Tldx < Formula desc "Domain Availability Research Tool" homepage "https://brandonyoung.dev/blog/introducing-tldx/" - url "https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.0.0.tar.gz" - sha256 "4386238735382f341ddafb96b9d92a65324e51b47c2d3bc3d693de86b602cf84" + url "https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.2.2.tar.gz" + sha256 "10de9a5d1d65f29d639abeb030c15eeb7cc23784dc00d3c68f8aa397c299ca3a" license "Apache-2.0" bottle do From fddc23bce3fc83c0f5b1ad36a82b2d971f75cc45 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Mon, 9 Jun 2025 18:28:11 +0000 Subject: [PATCH 05458/10074] moar 1.31.9 --- Formula/m/moar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moar.rb b/Formula/m/moar.rb index 075d875a40e55..cdb3a5902a265 100644 --- a/Formula/m/moar.rb +++ b/Formula/m/moar.rb @@ -1,8 +1,8 @@ class Moar < Formula desc "Nice to use pager for humans" homepage "https://github.com/walles/moar" - url "https://github.com/walles/moar/archive/refs/tags/v1.31.8.tar.gz" - sha256 "77943278d1ca22c3ca405c6a227e4807ce8637b807c40802c739f901ae980151" + url "https://github.com/walles/moar/archive/refs/tags/v1.31.9.tar.gz" + sha256 "dcc65cc2935b61b82bf4fbe2d1261c511bd1041054dce3d53744991e67986040" license "BSD-2-Clause" head "https://github.com/walles/moar.git", branch: "master" From 4148ce695f7f5e8b85e298ee5dd98a4f7ff03a81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:35:47 +0000 Subject: [PATCH 05459/10074] aws-c-http: update 0.10.2 bottle. --- Formula/a/aws-c-http.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-c-http.rb b/Formula/a/aws-c-http.rb index 8f2ea6fd59997..ef0ac9c1d7d09 100644 --- a/Formula/a/aws-c-http.rb +++ b/Formula/a/aws-c-http.rb @@ -6,13 +6,13 @@ class AwsCHttp < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "9c62bac1870464c899f51ea35594c42b899c984ca0ef024ff8b940accd47208a" - sha256 cellar: :any, arm64_sonoma: "3ef352a205052d81964cb755837485467b4d38f7919f3311e540002fbb8749b7" - sha256 cellar: :any, arm64_ventura: "94fffcd8914b2d240343ec248aa2570d67616a5da55410f7db9db5bf2f18112f" - sha256 cellar: :any, sonoma: "583fd37b1b5d315e0762cf09d6d7c7914497fc689bf18871e91d30615b33e871" - sha256 cellar: :any, ventura: "3f63fd6f3350754cecf0b8b49c29163ff6b15cebc1c7faab73b6ff5bb14d94e2" - sha256 cellar: :any_skip_relocation, arm64_linux: "1fcd2423f617f91732e80d125bbed04c661a655fcd3676f515d509c63c83ead7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6fad1d2a8092a5ce2edf330aceba0be19fe4005f439db68f683e2089f4ad50de" + sha256 cellar: :any, arm64_sequoia: "f1bca526352938e70ece279950a546502122f759333350fe51151da7fd7106e8" + sha256 cellar: :any, arm64_sonoma: "e9891d1a3034889c0427ce1adfd7450c09a57761c0b1d616473fc158be6d494f" + sha256 cellar: :any, arm64_ventura: "d2f3af7b128716770219488bc0ce00484f90f3df815705c0d8cc1e41ff8f0a46" + sha256 cellar: :any, sonoma: "b4644fba2860259fece65243d4a5b6db055b8ee3113a8b9c0a2a8baef5469d2a" + sha256 cellar: :any, ventura: "89b0dde09ebcd5d5e38086a843b18208da3fcb2a16ee9609bc7ae276070e83cf" + sha256 cellar: :any_skip_relocation, arm64_linux: "364ce514770a65b693c58ba693b80cc5a0607887da291c7c9afc2957f97672b5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2f34e3620074a106822b5766d28d0e72481fc79369c94c20e80edd79a9559100" end depends_on "cmake" => :build From 60b3993acf08cca0f97ced33df412e4f8c3f33f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:39:30 +0000 Subject: [PATCH 05460/10074] moar: update 1.31.9 bottle. --- Formula/m/moar.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moar.rb b/Formula/m/moar.rb index cdb3a5902a265..a292357e123e8 100644 --- a/Formula/m/moar.rb +++ b/Formula/m/moar.rb @@ -9,13 +9,13 @@ class Moar < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "74f3aef825a2aa81f295e76fe44a864957893f94bfc657ac361a99fc802a0c7d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "74f3aef825a2aa81f295e76fe44a864957893f94bfc657ac361a99fc802a0c7d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "74f3aef825a2aa81f295e76fe44a864957893f94bfc657ac361a99fc802a0c7d" - sha256 cellar: :any_skip_relocation, sonoma: "43d44b9b46166a61b43eca3e56b211177f4ced4fe6f2b67f12d1348dd38e66b9" - sha256 cellar: :any_skip_relocation, ventura: "43d44b9b46166a61b43eca3e56b211177f4ced4fe6f2b67f12d1348dd38e66b9" - sha256 cellar: :any_skip_relocation, arm64_linux: "9fa98a9e995931f01a6923ef071ca482945d39751f7d053dd704d8fc0a235248" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4fc6507eaa8a76ff71b0f32cdb2aaaba574bc1212cc6bc2bd8b0a18883e9894a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "af50945278237fdb74459c931af84ca3c9e0484f60d4509df05813283350db56" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "af50945278237fdb74459c931af84ca3c9e0484f60d4509df05813283350db56" + sha256 cellar: :any_skip_relocation, arm64_ventura: "af50945278237fdb74459c931af84ca3c9e0484f60d4509df05813283350db56" + sha256 cellar: :any_skip_relocation, sonoma: "fc778156e324f72543f4350f41d7530dad39a0b77ec0a37c021979ad16adb78c" + sha256 cellar: :any_skip_relocation, ventura: "fc778156e324f72543f4350f41d7530dad39a0b77ec0a37c021979ad16adb78c" + sha256 cellar: :any_skip_relocation, arm64_linux: "7ff20da9a0eb49ce75a94e8c476bbcc61bf37b903288d1a7fc15a511797adaff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e2a226b8f6a1dffa3f84def07bb91295da7c360d9b43a50431719e1404a11511" end depends_on "go" => :build From c46b5ddf708b04cae80346ad5cfb4541f50b1bfe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:41:40 +0000 Subject: [PATCH 05461/10074] openrct2: update 0.4.23_1 bottle. --- Formula/o/openrct2.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/o/openrct2.rb b/Formula/o/openrct2.rb index 10877c0357ca4..b3292cb859504 100644 --- a/Formula/o/openrct2.rb +++ b/Formula/o/openrct2.rb @@ -9,11 +9,11 @@ class Openrct2 < Formula head "https://github.com/OpenRCT2/OpenRCT2.git", branch: "develop" bottle do - sha256 cellar: :any, arm64_sequoia: "ad2938e838cbc8e24b2814a4381a8163014cbc042eb5756bfe5062b98ed76e80" - sha256 cellar: :any, arm64_sonoma: "786037c93764157227fa80f013b01ffc6dc5ef19895f62fc6eb27bb2a0507463" - sha256 cellar: :any, sonoma: "f7ed04b617a8f68af3b014b4bfa3ff02d5e6655db9444d33e73429122a58caa7" - sha256 arm64_linux: "f03ddb39bf660a981526342ddd140e260f70a07e147cbb3c372d90e56c0129b0" - sha256 x86_64_linux: "8a25cdd94410968759928acda9ee129648f9864b6b208622b646f0847b431148" + sha256 cellar: :any, arm64_sequoia: "cdd04cef69d9c4c56e75eee791d51295d5142461250934e72dc3f56accde2d68" + sha256 cellar: :any, arm64_sonoma: "3530881c112f7c8a880f1f5f3c778f3c64aa9ee90eba7c28fb026398f2780e84" + sha256 cellar: :any, sonoma: "9a7226b35e2187a64bece91a53172036c45b35610ae3fb380a1ad98cf076f8a3" + sha256 arm64_linux: "581606d8d9ecc464e2a18d641560ed4f363301335ec40b536662cc6551ebbdac" + sha256 x86_64_linux: "4ca2181aa36f3b62c973196364f9989e4de09c57b3ae6d0fae6ad4f7fa26468b" end depends_on "cmake" => :build From 0a6c4b78d2ad03490a00b8e82c4cea9a46fa72e9 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Mon, 9 Jun 2025 19:38:03 +0000 Subject: [PATCH 05462/10074] px 3.6.11 --- Formula/p/px.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/px.rb b/Formula/p/px.rb index 571fe5fd91135..9b3331a070bdd 100644 --- a/Formula/p/px.rb +++ b/Formula/p/px.rb @@ -4,8 +4,8 @@ class Px < Formula desc "Ps and top for human beings (px / ptop)" homepage "https://github.com/walles/px" url "https://github.com/walles/px.git", - tag: "3.6.10", - revision: "daffe8dfaa85d24a367a89a2fdb458fd58658e56" + tag: "3.6.11", + revision: "a9cc788aa58c5de19506bc9950b7d47adc690919" license "MIT" no_autobump! because: :bumped_by_upstream From 20b32dce240ce961dd6d45957208b94f55e882de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:50:33 +0000 Subject: [PATCH 05463/10074] aws-sdk-cpp 1.11.585 --- Formula/a/aws-sdk-cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-sdk-cpp.rb b/Formula/a/aws-sdk-cpp.rb index b8c007aaf4eec..e2f71d5121934 100644 --- a/Formula/a/aws-sdk-cpp.rb +++ b/Formula/a/aws-sdk-cpp.rb @@ -1,8 +1,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/archive/refs/tags/1.11.570.tar.gz" - sha256 "d9f47c914d8cf21ce9c4447e1c14e98d7db51f61ba6d37382bb730eca989313c" + url "https://github.com/aws/aws-sdk-cpp/archive/refs/tags/1.11.585.tar.gz" + sha256 "491e5c2a8f6cb415b1a4ce6afaae1df19789edb0d732adddf34f990778d0db59" license "Apache-2.0" head "https://github.com/aws/aws-sdk-cpp.git", branch: "main" From 12a5808ae7d6865b298be13e2f064c69cd83da84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:50:53 +0000 Subject: [PATCH 05464/10074] awscli 2.27.32 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index ad737732c7414..41c98ee1c6003 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.31.tar.gz" - sha256 "383ccc2b0ffe95f426357d4407ffa1a13a9df5c3fbc9bca3f03c90972cc44908" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.32.tar.gz" + sha256 "871cd87e22655cbb1bec1cc31069b5a1ca521dde495b2b14b2efc8e7cd8d3ba9" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 7e8251cdd90e9a0cab29147b627b15090c769873 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:58:13 +0000 Subject: [PATCH 05465/10074] doctl 1.130.0 --- Formula/d/doctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/doctl.rb b/Formula/d/doctl.rb index 4060f37d9fbd8..f1ec444a4f192 100644 --- a/Formula/d/doctl.rb +++ b/Formula/d/doctl.rb @@ -1,8 +1,8 @@ class Doctl < Formula desc "Command-line tool for DigitalOcean" homepage "https://github.com/digitalocean/doctl" - url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.129.0.tar.gz" - sha256 "cdc19db73c1d41cfe32c9347a497d5da7e30e547cb15b45d437e56e3c327920d" + url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.130.0.tar.gz" + sha256 "6fea58bab84cc10fc07cc676590c0c35459d8fbc5d7b4c8ad39e984795485b4e" license "Apache-2.0" head "https://github.com/digitalocean/doctl.git", branch: "main" From c87aae96eeaf88914ca8dd08e603123246a07790 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:00:37 +0000 Subject: [PATCH 05466/10074] fern-api 0.63.41 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 2fa4966a08375..8a24935815459 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.40.tgz" - sha256 "936281e1c56c186753239efc060fe46b755c4ed5d3d1fb4dbdaadeee0a34b65f" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.41.tgz" + sha256 "452a1d74e0aef734133c0fdc81e68397169ff0538616447fca7ff2719cdd8778" license "Apache-2.0" bottle do From 27f12784dd2324636369a5d5608c2489b8142fc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:01:19 +0000 Subject: [PATCH 05467/10074] flyctl 0.3.141 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index aec10cd5d3295..d9b2f0092a47c 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.140", - revision: "4ffd0f78f2fdf38aabe4f8989e55905fe6802196" + tag: "v0.3.141", + revision: "5eb9ab31177ec752676a54e402a78d7c47ca7368" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From 75ee894fafcc9ead3c7e61aa1146948341c24df3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:06:06 +0000 Subject: [PATCH 05468/10074] ipsw 3.1.610 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 188a59edc446a..061ffdd7c6854 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.609.tar.gz" - sha256 "863d1f2b627adcb77a8fdc55a5a740865a2ac7f90a1a2e3571977c4b00ac7327" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.610.tar.gz" + sha256 "f3fddea8b1af97265410dda0920b1ebcc179be0bbfc89b2e833b0f4292b89306" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From db3b607b58740c589413da279998c111e41abb13 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:13:09 +0000 Subject: [PATCH 05469/10074] mongo-c-driver 2.0.2 --- Formula/m/mongo-c-driver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mongo-c-driver.rb b/Formula/m/mongo-c-driver.rb index ce88e81bbc4ff..11a4866e86ddf 100644 --- a/Formula/m/mongo-c-driver.rb +++ b/Formula/m/mongo-c-driver.rb @@ -1,8 +1,8 @@ class MongoCDriver < Formula desc "C driver for MongoDB" homepage "https://github.com/mongodb/mongo-c-driver" - url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.0.1.tar.gz" - sha256 "3fb98aa71e292f0aabcbcf6b9bd624affafa9375ee4ab53baeababeccc194dbd" + url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.0.2.tar.gz" + sha256 "869395225b184ea9a527b33623b2c222d49230b5741071e7227fa7d7bbefdacf" license "Apache-2.0" head "https://github.com/mongodb/mongo-c-driver.git", branch: "master" From aa5613274a4c37d677418364030c58bdbddd0366 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:14:54 +0000 Subject: [PATCH 05470/10074] node-sass 1.89.2 --- Formula/n/node-sass.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node-sass.rb b/Formula/n/node-sass.rb index f20c128075bd1..6b581d761897b 100644 --- a/Formula/n/node-sass.rb +++ b/Formula/n/node-sass.rb @@ -1,8 +1,8 @@ class NodeSass < Formula desc "JavaScript implementation of a Sass compiler" homepage "https://github.com/sass/dart-sass" - url "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz" - sha256 "ed8339c7ba1170192eb8e2c66b0fa2226e17a36fbe7f240131bb84ec2ab332c8" + url "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz" + sha256 "544ff289e63002671a2a782e52619040fdf001ed3878b0b20b567cd1a09cf98b" license "MIT" bottle do From 740d9c4682c634059ed8946fb98c2dd1baeafab0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:15:50 +0000 Subject: [PATCH 05471/10074] oh-my-posh 26.6.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 76ad7b6fe9429..5f17dac9bc30a 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.5.0.tar.gz" - sha256 "66ef52724879a129fa75c9da671034a19bfee79b46d952dd20fcd9f2289fdf36" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.6.0.tar.gz" + sha256 "5d7ee8a1f20fc32bfad60f575e2b3d5713dd8e6e0f9812c4b61cdf2954858978" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 94ed453b0655d63fc927c08b0ef0c30e3c14c384 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:52:27 +0000 Subject: [PATCH 05472/10074] block-goose-cli 1.0.26 block-goose-cli: needs protobuf for build Signed-off-by: Rui Chen --- Formula/b/block-goose-cli.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/b/block-goose-cli.rb b/Formula/b/block-goose-cli.rb index f50a933d3897f..8ad37faeef895 100644 --- a/Formula/b/block-goose-cli.rb +++ b/Formula/b/block-goose-cli.rb @@ -1,8 +1,8 @@ class BlockGooseCli < Formula desc "Open source, extensible AI agent that goes beyond code suggestions" homepage "https://block.github.io/goose/" - url "https://github.com/block/goose/archive/refs/tags/v1.0.24.tar.gz" - sha256 "e7d3a29e171adbc81aa6bcacaf4448114c31bf8f1bdea20ef2fde3827837cf1e" + url "https://github.com/block/goose/archive/refs/tags/v1.0.26.tar.gz" + sha256 "0cce383568d315e055dffecbc33ed22f11babf27f2e5bbbdff408c9684b7ac79" license "Apache-2.0" head "https://github.com/block/goose.git", branch: "main" @@ -22,6 +22,7 @@ class BlockGooseCli < Formula end depends_on "pkgconf" => :build + depends_on "protobuf" => :build # for lance-encoding depends_on "rust" => :build uses_from_macos "zlib" From d21344d22fc4bc119733e3149ebe461fc4917b90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:18:32 +0000 Subject: [PATCH 05473/10074] pocketbase 0.28.3 --- Formula/p/pocketbase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pocketbase.rb b/Formula/p/pocketbase.rb index 3f6c85f83bfc9..d042e781ef5c8 100644 --- a/Formula/p/pocketbase.rb +++ b/Formula/p/pocketbase.rb @@ -1,8 +1,8 @@ class Pocketbase < Formula desc "Open source backend for your next project in 1 file" homepage "https://pocketbase.io/" - url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.28.2.tar.gz" - sha256 "bb1d2cdc7316d62abf397aa6c3353c442a11b99f348b53e7e0b71495c2033ea6" + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.28.3.tar.gz" + sha256 "6f0fe18279f9b98047d8379562e1e2d16a652babd431f72f806e8af8b7dfd47a" license "MIT" bottle do From a3e8f459de7ea93208ea02c06c4721df9d90ccca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:18:46 +0000 Subject: [PATCH 05474/10074] doctl: update 1.130.0 bottle. --- Formula/d/doctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/doctl.rb b/Formula/d/doctl.rb index f1ec444a4f192..eb2e93614cc9b 100644 --- a/Formula/d/doctl.rb +++ b/Formula/d/doctl.rb @@ -7,12 +7,12 @@ class Doctl < Formula head "https://github.com/digitalocean/doctl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "57842a95e9a820880c02068885b7602eb98c80cb92fad8ca989153c557bbbf58" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "57842a95e9a820880c02068885b7602eb98c80cb92fad8ca989153c557bbbf58" - sha256 cellar: :any_skip_relocation, arm64_ventura: "57842a95e9a820880c02068885b7602eb98c80cb92fad8ca989153c557bbbf58" - sha256 cellar: :any_skip_relocation, sonoma: "4ca6d2f600ae2daa6027caddffca5d28fc720fb9c0f1d805212ec8515b24c4ed" - sha256 cellar: :any_skip_relocation, ventura: "4ca6d2f600ae2daa6027caddffca5d28fc720fb9c0f1d805212ec8515b24c4ed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f8f1a179abdf3862f2b91b08c56d6672c469bea99881f3d02158042498afec87" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d088cc2b78fbdd00f18a95960bdaf0ad905587dd4fd90b8a7607500a944434c9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d088cc2b78fbdd00f18a95960bdaf0ad905587dd4fd90b8a7607500a944434c9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d088cc2b78fbdd00f18a95960bdaf0ad905587dd4fd90b8a7607500a944434c9" + sha256 cellar: :any_skip_relocation, sonoma: "49822a4b15157caabdc5354ca61a5f331dbe917037a9b8bfefa5dff15e4b6714" + sha256 cellar: :any_skip_relocation, ventura: "49822a4b15157caabdc5354ca61a5f331dbe917037a9b8bfefa5dff15e4b6714" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a84403184ab77232b9f1f0c7d66b6540d6016e27ce3cca61f6fe73e064c963bf" end depends_on "go" => :build From 8a3b7e33c5c46a52c1b306a638af0f0e8a2a325c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:19:03 +0000 Subject: [PATCH 05475/10074] px: update 3.6.11 bottle. --- Formula/p/px.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/px.rb b/Formula/p/px.rb index 9b3331a070bdd..f332b8c595921 100644 --- a/Formula/p/px.rb +++ b/Formula/p/px.rb @@ -11,13 +11,13 @@ class Px < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3351b4d67de55e95415ddcae5f24725aab80e347933a33e3acc7677a2540594" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3351b4d67de55e95415ddcae5f24725aab80e347933a33e3acc7677a2540594" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d3351b4d67de55e95415ddcae5f24725aab80e347933a33e3acc7677a2540594" - sha256 cellar: :any_skip_relocation, sonoma: "db60718d45c688336a9033710385c99d9762e7c3eba183a1c819a23f0c78caf2" - sha256 cellar: :any_skip_relocation, ventura: "db60718d45c688336a9033710385c99d9762e7c3eba183a1c819a23f0c78caf2" - sha256 cellar: :any_skip_relocation, arm64_linux: "d3351b4d67de55e95415ddcae5f24725aab80e347933a33e3acc7677a2540594" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3351b4d67de55e95415ddcae5f24725aab80e347933a33e3acc7677a2540594" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" + sha256 cellar: :any_skip_relocation, sonoma: "7c1df093286c5d56073b2dcce0c06bd75fdfc8efae0f29f875241e032fea30bf" + sha256 cellar: :any_skip_relocation, ventura: "7c1df093286c5d56073b2dcce0c06bd75fdfc8efae0f29f875241e032fea30bf" + sha256 cellar: :any_skip_relocation, arm64_linux: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" end depends_on "python@3.13" From f919a9519798b9fa13f8dba1a5ab172ae21342f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:21:30 +0000 Subject: [PATCH 05476/10074] flyctl: update 0.3.141 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index d9b2f0092a47c..40f133a88de33 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8beab4351ba5f0de91d5429c8b25667ff358d21a702faa982bbc614fff552ef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8beab4351ba5f0de91d5429c8b25667ff358d21a702faa982bbc614fff552ef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b8beab4351ba5f0de91d5429c8b25667ff358d21a702faa982bbc614fff552ef" - sha256 cellar: :any_skip_relocation, sonoma: "d69a0f98397e69b407e0cd078d0b42ed35f94b2d1ab4717aad566845e20d11cd" - sha256 cellar: :any_skip_relocation, ventura: "d69a0f98397e69b407e0cd078d0b42ed35f94b2d1ab4717aad566845e20d11cd" - sha256 cellar: :any_skip_relocation, arm64_linux: "fba25adfc89e6c5c7f48b9281a8b426e45db822139f13cff9e952c85a44aba90" - sha256 cellar: :any_skip_relocation, x86_64_linux: "037f6c012931e54ceaf2fc726c6393de9acd3afec31251e967348bfea58a0322" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d743f7df4f2bf562fc62a452e38ad2cc9b7ebc8e37f12a59666ee46ee5058358" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d743f7df4f2bf562fc62a452e38ad2cc9b7ebc8e37f12a59666ee46ee5058358" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d743f7df4f2bf562fc62a452e38ad2cc9b7ebc8e37f12a59666ee46ee5058358" + sha256 cellar: :any_skip_relocation, sonoma: "aa8880fa4fb13ce8f590c93440f7a425dd8079031ebe870d71875f29556ffcbc" + sha256 cellar: :any_skip_relocation, ventura: "aa8880fa4fb13ce8f590c93440f7a425dd8079031ebe870d71875f29556ffcbc" + sha256 cellar: :any_skip_relocation, arm64_linux: "bd5e0954eebebfa3277252114653cdc9d0150245dc07cf6ecbf1c0ddb1766fdd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a27f362968291a6cbe0b11176c62d19226e3726f15c923c537fd4653f3a3a3d" end depends_on "go" => :build From ae195e4083d2306e424307069cbd1014888ba47b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:26:29 +0000 Subject: [PATCH 05477/10074] ipsw: update 3.1.610 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 061ffdd7c6854..185f21490f6b7 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "908ba6fab1c1244c413d99a6dcf41c3bab705d2ebeffe20b970566b8355488db" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4517125149b11e27246616a7172ccc5820959293a04dab4314d6b6fea1c35538" - sha256 cellar: :any_skip_relocation, arm64_ventura: "12620733b5055df3f384a633bc6d69205b852a81ba67a9aaaadb62cbf892cc3f" - sha256 cellar: :any_skip_relocation, sonoma: "548bb917421616d2ff470e07782fa37e8092af5abbb7ceebec8992d0ed263a1b" - sha256 cellar: :any_skip_relocation, ventura: "7114f4163419df61c3f44f35df2658cc12a1110706e49695c75b1864b4eec8a5" - sha256 cellar: :any_skip_relocation, arm64_linux: "22c1da7a3259c7dbfbcabf7d14cd5d242dca63ed357f02f58570062dbd06de43" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ac5f868c34cadff5cfca2dec0b6920e29719327873c9e684e709d0daaaa766b9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7995c7c7e41a30e7d02ddecd9cce226851f627a23ed51481392950752384e5f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d59b0d7711c913f1756da95223d7592a26cd449e606a7ad88bf00a592943141" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f449bc82fba6264cbd344047caaf545458ae0db6d1a4fafc42de37b5b01efaf8" + sha256 cellar: :any_skip_relocation, sonoma: "e3bfddcef2c59c6dbf242a5fa5d91871fe34185a6e498c17003b3511722b9b52" + sha256 cellar: :any_skip_relocation, ventura: "e4140f4a466f7d9b478915223554386a54f9cc21d9d2099e213545f651d335bc" + sha256 cellar: :any_skip_relocation, arm64_linux: "178e5c53ac2c0c14e4bd1c4fc162a7687a371c8429adfb9b2ac9d19eddbfe77d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "115920c17808c5f5341118bb3172433f7a70e65a451017d9aeb31523d75d11ed" end depends_on "go" => :build From 2cda347f3e171db0b42ae9e33f1ba83d4aec9a33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:26:50 +0000 Subject: [PATCH 05478/10074] syft 1.27.0 --- Formula/s/syft.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/syft.rb b/Formula/s/syft.rb index cd1db7603faa4..4151fd3e55b0c 100644 --- a/Formula/s/syft.rb +++ b/Formula/s/syft.rb @@ -1,8 +1,8 @@ class Syft < Formula desc "CLI for generating a Software Bill of Materials from container images" homepage "https://github.com/anchore/syft" - url "https://github.com/anchore/syft/archive/refs/tags/v1.26.1.tar.gz" - sha256 "cc874a5312b6b28e10dbee935b846cf086045e074c98208a644e7872f951eebf" + url "https://github.com/anchore/syft/archive/refs/tags/v1.27.0.tar.gz" + sha256 "a11cc41fadeb0141df4e72b3d330860ed29ab5430a12a92d80c1213678a3099d" license "Apache-2.0" head "https://github.com/anchore/syft.git", branch: "main" From 9fabc0747d7a6b663561c0f3feba24e7ff72b23f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:29:25 +0000 Subject: [PATCH 05479/10074] mongo-c-driver: update 2.0.2 bottle. --- Formula/m/mongo-c-driver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongo-c-driver.rb b/Formula/m/mongo-c-driver.rb index 11a4866e86ddf..96aa1df4f164f 100644 --- a/Formula/m/mongo-c-driver.rb +++ b/Formula/m/mongo-c-driver.rb @@ -12,13 +12,13 @@ class MongoCDriver < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d8bffecbb658f187a2ac9cd3ce737152bc76062d6b21332f1b7a62d3f32d8e58" - sha256 cellar: :any, arm64_sonoma: "a9b2d601078acae424010d9bbfddb2660ece1f16116e2c47ae6661ae8435e7b5" - sha256 cellar: :any, arm64_ventura: "a7772b3e618cd809db685a7bd21ca1a3804d03dc844ce2a7e2d20b6ab79faaef" - sha256 cellar: :any, sonoma: "06f5ed099c2498486f7b3e1ed82cca47878bc942a2effd8d9c8c3bf8b581dc1a" - sha256 cellar: :any, ventura: "f72c8393f703727a99acf996f0da2d9cdfcd01d866b5560010799d2d10e08798" - sha256 cellar: :any_skip_relocation, arm64_linux: "35a0f6db14c9aef2e06a65c67b723bb4445f26f6987513c8b1b7edd1a413ca4b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14a9347cff9130e447973bcdbf13d63f21c21ef5b27e179addf92b44107b4ffc" + sha256 cellar: :any, arm64_sequoia: "1f0e8c5ee2187489716d8d710a4cfc8935b1f7040d3045b161176c43b3a079c3" + sha256 cellar: :any, arm64_sonoma: "c9562ff8f767b3499331fdb1dad2585a22075d8e8f1ffbc9d3988a099bd35ae5" + sha256 cellar: :any, arm64_ventura: "758f3cd09b9bbcbf9e3f87f9496f4b110eeca85103064bf85b2b94771f3cb993" + sha256 cellar: :any, sonoma: "ac9b744d03e5aed7f84c9d41b84a6382c399c9a2c360243f9afb245df4e02e24" + sha256 cellar: :any, ventura: "80deb31d572934f0932cb576f06dde72e958e7966f7dcb6cc1cc2d7febbf0fe2" + sha256 cellar: :any_skip_relocation, arm64_linux: "7b86bfd6f453f53d6ab712b88e54045bf327aad51437f153ecf272b25c392836" + sha256 cellar: :any_skip_relocation, x86_64_linux: "048850406e870c9e7054784be3bff048d07237e7629d011820d424c4e07ca387" end depends_on "cmake" => :build From 566fe6ed8a139faafc13ec10534f2efad83d31aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:33:18 +0000 Subject: [PATCH 05480/10074] awscli: update 2.27.32 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 41c98ee1c6003..d6ea34cb0d9f0 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "502a09d856f6d32a5eafcc43d69086fb0f9bf35e3c44e57ff01b41162ff28a30" - sha256 cellar: :any, arm64_sonoma: "b805e80f79c9f06529ced7d80b8a7499a2eb4bc6eca06c76c9aa6c621ad83e88" - sha256 cellar: :any, arm64_ventura: "a5aa6507cd55dffbb48df3b4788d638a9bd010b2172c000961170cb536c16cb2" - sha256 cellar: :any, sonoma: "a648b80f6aa5b94de061da886e80930bdb5b9c87db61f22932eeff136c5b5eb6" - sha256 cellar: :any, ventura: "81901a28069b17236a454b41b05cd22e5294d8bb2450755132c4d5be13c670dc" - sha256 cellar: :any_skip_relocation, arm64_linux: "b92f4b3df08c3288c0e92defe8bba58873f0b0a776889657341aa5eea0cd5308" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1d492b29896f3db5b8dc5c49216b5e25fece93fd2f95f6be8132e44c4364e835" + sha256 cellar: :any, arm64_sequoia: "fcdc0f62e991971dd6a07248ed5a5ee527a08c5fef7a87c3ba6d734daae2b849" + sha256 cellar: :any, arm64_sonoma: "574fac2e43a197bc84136228c8359230a9ed753a90a85cd6c32563c7ece006b7" + sha256 cellar: :any, arm64_ventura: "e74dff0ed38ace564cab882127c6f8676ca52490df6836a2feb2f059b29c5542" + sha256 cellar: :any, sonoma: "efa8b36e249b1619af6916732fe6652679d2c6b893d8510c143b1858ddfb8946" + sha256 cellar: :any, ventura: "6844f7eace46e64489670fe00cce260f81062046e8973b60b82b4b3e76379049" + sha256 cellar: :any_skip_relocation, arm64_linux: "63386a257f36fe25d5df071cea1980d42f512c89345dbcf83f069115be29ba01" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d38b59bdd52ecf16871a9e962374cf4d21a4f7178f658a025112454bb32b0f9" end depends_on "cmake" => :build From cdaed7005ec2a847edfe436874b29d0a410507c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:34:02 +0000 Subject: [PATCH 05481/10074] fern-api: update 0.63.41 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 8a24935815459..7cf2d59b5d7f6 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "894a699c33ed55a9945dbe80e01a27bcbbeada1fcd15b548ed0a068b82f7a8bc" + sha256 cellar: :any_skip_relocation, all: "6bacd81d9e0473f49866d414fdcc1c47585869c907650c483d53ea0a0bbbf652" end depends_on "node" From aa9f26b95389937aa7e7cc4299cf3d163141e1d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:38:18 +0000 Subject: [PATCH 05482/10074] node-sass: update 1.89.2 bottle. --- Formula/n/node-sass.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/node-sass.rb b/Formula/n/node-sass.rb index 6b581d761897b..d8a3666adad15 100644 --- a/Formula/n/node-sass.rb +++ b/Formula/n/node-sass.rb @@ -6,13 +6,13 @@ class NodeSass < Formula license "MIT" bottle do - sha256 arm64_sequoia: "29421a428852e492e65be40fcd15ca7804855cdb02daf660e19a74712b0e8880" - sha256 arm64_sonoma: "22e9b0aafabc3851805528a34647af3436cc946a563253a723ae0e37ab4b8169" - sha256 arm64_ventura: "0408d2ec7c99d522504c03a3fb05620d84df36c5da9c906305a76066bb8af228" - sha256 sonoma: "93e6d16c35f9c7c388161c783149249e43d212d29e7a3644f1f3701314c205cb" - sha256 ventura: "9bc1d947b2ba6d47358777cdc7dad96213d1f3d49dda78948bf5f55b44bde666" - sha256 cellar: :any_skip_relocation, arm64_linux: "cf718c2d739c78d5f0c7b2445815d6c8270ce4eaed1da8fb6c741871e38c7be9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ab9011f8b0bc9cc9433c1ea5c93bc40b15cb853fa8cd68ab327579912288e8e4" + sha256 arm64_sequoia: "ca237a855d49e43221fa1b6d7aa40864284aef701e3329c919b5842c9ada1908" + sha256 arm64_sonoma: "ff061889cb947f5fb9f84cea73fbf96995474fe9ed4dd577a428ab5e4a9576ab" + sha256 arm64_ventura: "6a8fd3054cbbc19409776877648073c9c2d72a7f1f14c07d3bb98924f6d16df2" + sha256 sonoma: "d0ee88d76110fdf2728a9dfb2dd17bd2bf426c5486164d208d04daaf3e76f2a9" + sha256 ventura: "b8e7789b7dea5c7d890299940a70271e8d319f96318825877f2abb0d18a90ae7" + sha256 cellar: :any_skip_relocation, arm64_linux: "649e4cfb63dedbd0518569f89524dde2b43ae454c11e8fe31a32564de06d8b39" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5215a36b5b01f0c3bed4770242f5225edf3da02b7efb805e5832ed3eaf4b08e2" end depends_on "node" From b37fbcdd1065f3eb04a552fb133f93f214527e78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:43:43 +0000 Subject: [PATCH 05483/10074] oh-my-posh: update 26.6.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 5f17dac9bc30a..e5ee917accdc1 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "184353e058cc39ff5aaa9c26abdd345adbc3575273ba98dd81b29cd2f614ae84" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f792cec7047923f1f660d03fff2ff4c0d2daf11bdcd8e8a9412802928a4c2156" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fe02ab6da26647d73bb30cbeed9eec77ff26b072937a9c9d319ab2fe326456d9" - sha256 cellar: :any_skip_relocation, sonoma: "97210418913e0bf5c1cf6ec081e051a8290111768c988bbac2203cd071c28c61" - sha256 cellar: :any_skip_relocation, ventura: "1ad14579c0911656d2634f6bd970e577ff9065ef4b7979f834fc8de3b5af95ab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4d302792e5c7956b58013810afe04b82fd00d955592a710b5cbc51d9fe289007" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1eea83c7bef90643545dd0edb4acdf87b2c312a6ed58e5cab4093a1277bf9e3e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "723494200548c4506e5032c23022fa0e9078a34d59b519819ce3a32e1e9be770" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7f9624b340dcf8d44f660dc7bffb5cf1432836dfa5cfa68d176da3f12875c773" + sha256 cellar: :any_skip_relocation, sonoma: "b7d3ed5c444d280a72c9f17e916fb7317b89a959c436766c9b4fe99ec710bf60" + sha256 cellar: :any_skip_relocation, ventura: "1b9f48cc280f03cb2dd1c3f6c7e9a36c4dd8cd182406b9d18fbffbc57f880ea6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a9b474807433eecf443d690db3ef0e858cdac18f3a44b99c9ff2e00c3c1d83b" end depends_on "go" => :build From adae1f1a33682a91d615cc4549a86f2c73c332d6 Mon Sep 17 00:00:00 2001 From: Yishen Miao Date: Mon, 9 Jun 2025 13:53:36 -0700 Subject: [PATCH 05484/10074] toml-bombadil: add completions Generates completion scripts. --- Formula/t/toml-bombadil.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/toml-bombadil.rb b/Formula/t/toml-bombadil.rb index 49f7f4ed4aaf1..20eacac1e0b7d 100644 --- a/Formula/t/toml-bombadil.rb +++ b/Formula/t/toml-bombadil.rb @@ -23,6 +23,8 @@ class TomlBombadil < Formula def install system "cargo", "install", *std_cargo_args + + generate_completions_from_executable(bin/"bombadil", "generate-completions") end test do From 3a19e524c2897e05f7d4a83474c4de778fa2b29b Mon Sep 17 00:00:00 2001 From: RoseSecurity <72598486+RoseSecurity@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:59:20 -0400 Subject: [PATCH 05485/10074] terramaid 2.5.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/t/terramaid.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terramaid.rb b/Formula/t/terramaid.rb index ee735b2dc0807..38906967466a6 100644 --- a/Formula/t/terramaid.rb +++ b/Formula/t/terramaid.rb @@ -1,8 +1,8 @@ class Terramaid < Formula desc "Utility for generating Mermaid diagrams from Terraform configurations" homepage "https://github.com/RoseSecurity/Terramaid" - url "https://github.com/RoseSecurity/Terramaid/archive/refs/tags/v2.4.0.tar.gz" - sha256 "fb7a6686e5d8845e457a0838ad689ea654beb569283b80591bf59556dee3bcf1" + url "https://github.com/RoseSecurity/Terramaid/archive/refs/tags/v2.5.0.tar.gz" + sha256 "452647a8f06bef671da1df3c33a798e1cb560f94cafb9ddd0eb46c49611c5131" license "Apache-2.0" head "https://github.com/RoseSecurity/Terramaid.git", branch: "main" From 03196d9a8bc588f90fbdf7d608ce97676cf5e046 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:35:42 +0000 Subject: [PATCH 05486/10074] aws-sdk-cpp: update 1.11.585 bottle. --- Formula/a/aws-sdk-cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-sdk-cpp.rb b/Formula/a/aws-sdk-cpp.rb index e2f71d5121934..7840eea097936 100644 --- a/Formula/a/aws-sdk-cpp.rb +++ b/Formula/a/aws-sdk-cpp.rb @@ -11,13 +11,13 @@ class AwsSdkCpp < Formula end bottle do - sha256 arm64_sequoia: "91aa2a095753824a745a75c042d483391775e69e19065cd11d30411e9bc9062f" - sha256 arm64_sonoma: "9b666a3ac627142fcef34e248a34a15abd4a7360337e9c987d87ad1117c0da9d" - sha256 arm64_ventura: "3c49fc9735e0346b1ec069dbc652eb74e45fb75030dcbaf637e4ff360626e09a" - sha256 cellar: :any, sonoma: "1cb29cadf72a4f7054f5046a4d3ec63353570eaed4949654b2284fbc07497068" - sha256 cellar: :any, ventura: "836de4f0587a6f24e0ff482c3e399b53504330c1e04a522ef1c4151ac8eca931" - sha256 cellar: :any_skip_relocation, arm64_linux: "cc34a6aeee18ecb2f760397f237bd95a15a4c3194a42fe2abc15239e26a15b1f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e1f1df7094df9a842464e3e3fda3eb24dea5f9125db8ea326841ab899d23d3ad" + sha256 arm64_sequoia: "ec3d864ee3b1a59e4855e3bc425ac3a4424c375ff1eac4ed012ae3d6df585e77" + sha256 arm64_sonoma: "d620144989639fbe14428fa74fff1b27621f6c95e92ac05d57c754a77f6e1ccc" + sha256 arm64_ventura: "e1299e49e8cba8f126e1ca385ae26cfcbb7e57458f3f9a7c34fdae27f69dd0e7" + sha256 cellar: :any, sonoma: "67b35525c5575f0ad0a817b90042954e7bd05831931441c95246198e211e64e1" + sha256 cellar: :any, ventura: "f53a5327254d10cac33632db3f39b92b9adde61db9f47fd09083cd9a51bc5200" + sha256 cellar: :any_skip_relocation, arm64_linux: "e6c780f1ba4548055189a2775ce2c47a2380e46f4834cbd8688d5aed3bea5437" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5e47a642b209b57cc9f9f6249cd7274349f2605af8887e9bd0db441f367b0a6b" end depends_on "cmake" => :build From a74c863cb9cfd90f0e5a799a5b79055a41035148 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:50:34 +0000 Subject: [PATCH 05487/10074] argocd 3.0.6 --- Formula/a/argocd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/argocd.rb b/Formula/a/argocd.rb index c29b843a771c9..d9a2e43f6bba0 100644 --- a/Formula/a/argocd.rb +++ b/Formula/a/argocd.rb @@ -2,8 +2,8 @@ class Argocd < Formula desc "GitOps Continuous Delivery for Kubernetes" homepage "https://argoproj.github.io/cd/" url "https://github.com/argoproj/argo-cd.git", - tag: "v3.0.5", - revision: "af9ebac0bb35dc16eb034c1cefaf7c92d1029927" + tag: "v3.0.6", + revision: "db93798d6643a565c056c6fda453e696719dbe12" license "Apache-2.0" # There can be a notable gap between when a version is tagged and a From c7d2761bffd543844e816719aa8ce9c2c9bdc6b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:51:25 +0000 Subject: [PATCH 05488/10074] balena-cli 22.1.0 --- Formula/b/balena-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index 44ae642977cfa..7008c5d04a462 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -1,8 +1,8 @@ class BalenaCli < Formula desc "Command-line tool for interacting with the balenaCloud and balena API" homepage "https://docs.balena.io/reference/balena-cli/latest/" - url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.0.6.tgz" - sha256 "375f0478d22d235b7b15190dd4b3c60b459b9c118ee709bcd9493d55eefa570d" + url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.1.0.tgz" + sha256 "a178636550326bbe9b5e9d1c5c111d9199a2467ca9e4b12d137113a2b9981f7b" license "Apache-2.0" livecheck do From ccdf2db1dc461a3a5076c86079c4d71e5a98f463 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:52:18 +0000 Subject: [PATCH 05489/10074] bore-cli 0.6.0 --- Formula/b/bore-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bore-cli.rb b/Formula/b/bore-cli.rb index 9da6f1b6f64f8..0858e368c1575 100644 --- a/Formula/b/bore-cli.rb +++ b/Formula/b/bore-cli.rb @@ -1,8 +1,8 @@ class BoreCli < Formula desc "Modern, simple TCP tunnel in Rust that exposes local ports to a remote server" homepage "https://github.com/ekzhang/bore" - url "https://github.com/ekzhang/bore/archive/refs/tags/v0.5.3.tar.gz" - sha256 "286e2f6fee4928912bfd17f9805e0da250ddcec2200cedbe7056697790bd3914" + url "https://github.com/ekzhang/bore/archive/refs/tags/v0.6.0.tar.gz" + sha256 "ab3175a6f304c7efdcacd0f6a0e4950f49eb31cb2a3ae9b4928c97ed8d03861c" license "MIT" head "https://github.com/ekzhang/bore.git", branch: "main" From 6343df8677bec604018f23321e3aa58fda410434 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:54:32 +0000 Subject: [PATCH 05490/10074] cog 0.15.5 --- Formula/c/cog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index ce79a02672e00..0b55f1fef7c86 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -1,8 +1,8 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://cog.run/" - url "https://github.com/replicate/cog/archive/refs/tags/v0.15.4.tar.gz" - sha256 "0eb6181e152f6c1bdb907b78d7425f2832251150eb541796203a989bf0eec17e" + url "https://github.com/replicate/cog/archive/refs/tags/v0.15.5.tar.gz" + sha256 "9925d4d6c797ef92ff1633d3eb15f51e746d994421c78a8ea7f7138cbfb6b6c0" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" From 2e33adb31106861a0256a10d5748e7b6b106c756 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:00:03 +0000 Subject: [PATCH 05491/10074] gtk4 4.18.6 --- Formula/g/gtk4.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gtk4.rb b/Formula/g/gtk4.rb index dbbfa9574aa16..15d4814d6cc15 100644 --- a/Formula/g/gtk4.rb +++ b/Formula/g/gtk4.rb @@ -1,8 +1,8 @@ class Gtk4 < Formula desc "Toolkit for creating graphical user interfaces" homepage "https://gtk.org/" - url "https://download.gnome.org/sources/gtk/4.18/gtk-4.18.5.tar.xz" - sha256 "bb5267a062f5936947d34c9999390a674b0b2b0d8aa3472fe0d05e2064955abc" + url "https://download.gnome.org/sources/gtk/4.18/gtk-4.18.6.tar.xz" + sha256 "e1817c650ddc3261f9a8345b3b22a26a5d80af154630dedc03cc7becefffd0fa" license "LGPL-2.1-or-later" livecheck do From 65765279e059e846d6eef57c95f2895516f6eef9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:05:15 +0000 Subject: [PATCH 05492/10074] meson 1.8.2 --- Formula/m/meson.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/meson.rb b/Formula/m/meson.rb index 1c6089cee89ba..bcb89f587754a 100644 --- a/Formula/m/meson.rb +++ b/Formula/m/meson.rb @@ -1,8 +1,8 @@ class Meson < Formula desc "Fast and user friendly build system" homepage "https://mesonbuild.com/" - url "https://github.com/mesonbuild/meson/releases/download/1.8.1/meson-1.8.1.tar.gz" - sha256 "b4e3b80e8fa633555abf447a95a700aba1585419467b2710d5e5bf88df0a7011" + url "https://github.com/mesonbuild/meson/releases/download/1.8.2/meson-1.8.2.tar.gz" + sha256 "c105816d8158c76b72adcb9ff60297719096da7d07f6b1f000fd8c013cd387af" license "Apache-2.0" head "https://github.com/mesonbuild/meson.git", branch: "master" From 5d92e58e2d4d3f7fe45145fa06d606f606e965c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:07:02 +0000 Subject: [PATCH 05493/10074] node 24.2.0 --- Formula/n/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node.rb b/Formula/n/node.rb index 89ba067931824..79f67c7009eff 100644 --- a/Formula/n/node.rb +++ b/Formula/n/node.rb @@ -1,8 +1,8 @@ class Node < Formula desc "Platform built on V8 to build network applications" homepage "https://nodejs.org/" - url "https://nodejs.org/dist/v24.1.0/node-v24.1.0.tar.xz" - sha256 "c8171b2aeccb28c8c5347f273a25adae172fb2a65bc8c975bc22ec58949d0eaf" + url "https://nodejs.org/dist/v24.2.0/node-v24.2.0.tar.xz" + sha256 "40143d43efbdeeb9537995f532126c494d63a31da332acb5022f76f00afc62ab" license "MIT" head "https://github.com/nodejs/node.git", branch: "main" From 4dc515253ce85b29b9fa3d98354853d93c25e8ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:09:06 +0000 Subject: [PATCH 05494/10074] pie 0.13.0 --- Formula/p/pie.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pie.rb b/Formula/p/pie.rb index acc0334628c5d..cf49c29da555c 100644 --- a/Formula/p/pie.rb +++ b/Formula/p/pie.rb @@ -1,8 +1,8 @@ class Pie < Formula desc "PHP Installer for Extensions" homepage "https://github.com/php/pie" - url "https://github.com/php/pie/releases/download/0.12.0/pie.phar" - sha256 "6dc2e231640eac61d722d3752e4cc983490d7f24885eea1bbac24be58e042df9" + url "https://github.com/php/pie/releases/download/0.13.0/pie.phar" + sha256 "3e741aed185d842278ec9769730e84670a288482d0a837e46c29e482517876c3" license "BSD-3-Clause" bottle do From 7c23a554460665c5919d796492714d5347e156cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:09:29 +0000 Subject: [PATCH 05495/10074] pixman 0.46.2 --- Formula/p/pixman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pixman.rb b/Formula/p/pixman.rb index 6a6b626d2973f..15c39c503150e 100644 --- a/Formula/p/pixman.rb +++ b/Formula/p/pixman.rb @@ -1,8 +1,8 @@ class Pixman < Formula desc "Low-level library for pixel manipulation" homepage "https://cairographics.org/" - url "https://cairographics.org/releases/pixman-0.46.0.tar.gz" - sha256 "02d9ff7b8458ef61731c3d355f854bbf461fd0a4d3563c51f1c1c7b00638050d" + url "https://cairographics.org/releases/pixman-0.46.2.tar.gz" + sha256 "3e0de5ba6e356916946a3d958192f15505dcab85134771bfeab4ce4e29bbd733" license "MIT" livecheck do From 13c48343e42048d5b1352e226a57f4634c7bf8f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:14:16 +0000 Subject: [PATCH 05496/10074] spicetify-cli 2.40.11 --- Formula/s/spicetify-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/spicetify-cli.rb b/Formula/s/spicetify-cli.rb index 04af0a8b06e71..983e6561310df 100644 --- a/Formula/s/spicetify-cli.rb +++ b/Formula/s/spicetify-cli.rb @@ -1,8 +1,8 @@ class SpicetifyCli < Formula desc "Command-line tool to customize Spotify client" homepage "https://spicetify.app/" - url "https://github.com/spicetify/cli/archive/refs/tags/v2.40.10/v2.40.10.tar.gz" - sha256 "74f873330092f3026069f58a3606062980732cf4343825c0a2110db6e5f06652" + url "https://github.com/spicetify/cli/archive/refs/tags/v2.40.11/v2.40.11.tar.gz" + sha256 "64575466e75fc0909a14ce3e82bdfa4ecd0fee55556a27d50e5eeb7db6aa1656" license "LGPL-2.1-only" head "https://github.com/spicetify/cli.git", branch: "master" From ead5b1d2cdc53cfbd2a22729e7bdcc9de8cd798f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:18:08 +0000 Subject: [PATCH 05497/10074] xbyak 7.26 --- Formula/x/xbyak.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xbyak.rb b/Formula/x/xbyak.rb index a9bf2835fe846..69f3b783595cc 100644 --- a/Formula/x/xbyak.rb +++ b/Formula/x/xbyak.rb @@ -1,8 +1,8 @@ class Xbyak < Formula desc "C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)" homepage "https://github.com/herumi/xbyak" - url "https://github.com/herumi/xbyak/archive/refs/tags/v7.25.tar.gz" - sha256 "54404ca8db6a6ed340dbd6ef01699762882fd8ee4c6f1f60b437b5c6010eb784" + url "https://github.com/herumi/xbyak/archive/refs/tags/v7.26.tar.gz" + sha256 "e51f710b9df68f5cb9dcfe7c210ef181e177fd7ecdc32ec8c899ff7b013825c1" license "BSD-3-Clause" head "https://github.com/herumi/xbyak.git", branch: "master" From f24675b28d0a4d93d9035f598b0eb0d61dec10d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:18:54 +0000 Subject: [PATCH 05498/10074] znc 1.10.0 --- Formula/z/znc.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/z/znc.rb b/Formula/z/znc.rb index 5eb7b1f82594e..33337548b8d52 100644 --- a/Formula/z/znc.rb +++ b/Formula/z/znc.rb @@ -1,10 +1,9 @@ class Znc < Formula desc "Advanced IRC bouncer" homepage "https://wiki.znc.in/ZNC" - url "https://znc.in/releases/znc-1.9.1.tar.gz" - sha256 "e8a7cf80e19aad510b4e282eaf61b56bc30df88ea2e0f64fadcdd303c4894f3c" + url "https://znc.in/releases/znc-1.10.0.tar.gz" + sha256 "be65ad9b62ef545a7e9486f2f74134edc53ba513ad43a69d9d8b476605336b19" license "Apache-2.0" - revision 5 livecheck do url "https://znc.in/releases/" From ba5fda671f2d07e3c6ea180d02c20767e9dacda2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 10 Jun 2025 00:36:11 +0000 Subject: [PATCH 05499/10074] block-goose-cli: update 1.0.26 bottle. --- Formula/b/block-goose-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/block-goose-cli.rb b/Formula/b/block-goose-cli.rb index 8ad37faeef895..2d46ec7b2bf0d 100644 --- a/Formula/b/block-goose-cli.rb +++ b/Formula/b/block-goose-cli.rb @@ -12,13 +12,13 @@ class BlockGooseCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2b6deac5208959b3f1bfa9f21acc3b680377ddd7bc3907c96de261720c0bb3e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "813f4eef52e9bfe53a7489e67d995466058a1553b6f8e177f236403b0e1399c5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "acae77d6a4e081062635daeeb40d397c8b2b9b41a8715ee43c95864f85cc6b79" - sha256 cellar: :any_skip_relocation, sonoma: "e69259acb8a1cdab32b50d6f79bc88f101c2b8bb2c184be3bc27885d16ca758c" - sha256 cellar: :any_skip_relocation, ventura: "d8e94e7aaaa27fd338c7789481381fa0721e8430dc7d1c78d0d99aaf365c84b7" - sha256 cellar: :any_skip_relocation, arm64_linux: "ec83d77b15e8e0d93e2243c2f549c3b1a6e9991062e2075b66361d4efc2f7e25" - sha256 cellar: :any_skip_relocation, x86_64_linux: "00949f4d09748b08901feb07e6428edff38e50583f0f808dd6e8c4380e62dbdf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "278202fd5cd298d0f3d6d181fdc01981cb40981283551814aefb35c315286bc3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "55f3b2bc38e79fdcd3ce587db0479fbdde034ce60afaaf91012b290c9c72a70a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e088b490f203c7c06c81e3bf7bc86b1b0c3e36833f9e36297f30ba3798fed329" + sha256 cellar: :any_skip_relocation, sonoma: "d3e4c7b671b2dd2a8b0bfc1d072c4a52a534f21c8301558140442b79e055c9fd" + sha256 cellar: :any_skip_relocation, ventura: "e13a0b894198b124366db523bb06873810fc447981136ade413961818be2502f" + sha256 cellar: :any_skip_relocation, arm64_linux: "a27a56cb19e8addbd4e700b9443dca6979266e48bbb0425681ab810a6d3c0ea3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1483a581fd8f9f2d0ff7300b13321d0a795158f7bd5d0ef0fc58545e4e32bd54" end depends_on "pkgconf" => :build From cad799edc53477db717d3b122af6096604159478 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:37:46 +0000 Subject: [PATCH 05500/10074] pocketbase: update 0.28.3 bottle. --- Formula/p/pocketbase.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pocketbase.rb b/Formula/p/pocketbase.rb index d042e781ef5c8..3cdd826c453dc 100644 --- a/Formula/p/pocketbase.rb +++ b/Formula/p/pocketbase.rb @@ -6,13 +6,13 @@ class Pocketbase < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb3a4b1f64b79a3fc2f7bce12c79c0f13d6db5685496630682346b86028c436f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb3a4b1f64b79a3fc2f7bce12c79c0f13d6db5685496630682346b86028c436f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bb3a4b1f64b79a3fc2f7bce12c79c0f13d6db5685496630682346b86028c436f" - sha256 cellar: :any_skip_relocation, sonoma: "78e65b54c0dae6acb81f5675c89ec279085507cf655160791fd154291c83182f" - sha256 cellar: :any_skip_relocation, ventura: "78e65b54c0dae6acb81f5675c89ec279085507cf655160791fd154291c83182f" - sha256 cellar: :any_skip_relocation, arm64_linux: "104d6293bdb0ac33729263a3e58d15f89bec4adbcf713a197771b3f3eec1fd74" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ffc67e9b7592a33fba1f8b17afe00de926d602231b02b7925eb5992d14893d49" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "01819e0ba49db47de67e851d6684c7b2c3109eb2f7517e21f7f102f956353aca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "01819e0ba49db47de67e851d6684c7b2c3109eb2f7517e21f7f102f956353aca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "01819e0ba49db47de67e851d6684c7b2c3109eb2f7517e21f7f102f956353aca" + sha256 cellar: :any_skip_relocation, sonoma: "dccb126efe889e9bf85cd5ab3de3194ff8c686b398f25ea89c3c8a00f0a2e8bb" + sha256 cellar: :any_skip_relocation, ventura: "dccb126efe889e9bf85cd5ab3de3194ff8c686b398f25ea89c3c8a00f0a2e8bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "e736bfdf1f3a7f0a6b21495d923160f24cfcf1c8a21b36b939713d622d92d9b6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5b68f5b3f351bafb6fc89a429d2ff1f94471e17ea837b0f97cbdfbb02048467" end depends_on "go" => :build From f488ce878d3f0abc3f9d241ee17770c7aba6c314 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:18 +0000 Subject: [PATCH 05501/10074] syft: update 1.27.0 bottle. --- Formula/s/syft.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/syft.rb b/Formula/s/syft.rb index 4151fd3e55b0c..bc7a97bc533f3 100644 --- a/Formula/s/syft.rb +++ b/Formula/s/syft.rb @@ -7,13 +7,13 @@ class Syft < Formula head "https://github.com/anchore/syft.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f16e53fc8015c25594fd3f80903273a73770ba78f01f3d8a842a787f5986cbe1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "633dfda128fb641d7f437aec3ee56907ae9d6920bb8c95207d9ccbe3feb0c7a3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bd257140eef013e0853f76d5fc85c79c69b3ebee8909b7b02b7f32a30fe4974b" - sha256 cellar: :any_skip_relocation, sonoma: "62bb30ee03e633a56d104c88d11d54796cdc55c66a2488088772379b0ca25107" - sha256 cellar: :any_skip_relocation, ventura: "d6ced268b4fbeb95affcb95374d0dd493265c0cfa0702304ea712147dc146b43" - sha256 cellar: :any_skip_relocation, arm64_linux: "1b95de68070805f22b20e6338bb47f406ba06a71fbdef600ea049cda60c1707e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1833db8dab9279465ed90f57349cffe07891659d8d69d20d7edcb9b48470b492" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b04760961adfb40aad448c9093d60fb00a7dd58ca76957d47ce3471baab38315" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b096ed310cc8f555db0ba557dea6b7ae572ece50a07128fdd4d8124f9f68642" + sha256 cellar: :any_skip_relocation, arm64_ventura: "99f59468b62c3f2e1a9c185444a4c2590a49210bed6ef11a29781fc98914c91d" + sha256 cellar: :any_skip_relocation, sonoma: "ad5f5fc04e9c4e56d653a85a773bcbb7637859080e5a6ee034bcc652d43b4bc1" + sha256 cellar: :any_skip_relocation, ventura: "cf0f744e03cfc625fcf89818f6b6fae26444aef3a9b020d97ce584dc4fe61bed" + sha256 cellar: :any_skip_relocation, arm64_linux: "ae2b7ff3751dc134d6c1832f3744e2401c79188a6e786ed9818be49aaa00866a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "983993fd032f96f6481ac5bb7550ffa28271cd24e8764517f7e761b93b63a728" end depends_on "go" => :build From be0beabac773b00d25cd991285febfd926c04319 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:20 +0000 Subject: [PATCH 05502/10074] toml-bombadil: update 4.2.0 bottle. --- Formula/t/toml-bombadil.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/t/toml-bombadil.rb b/Formula/t/toml-bombadil.rb index 20eacac1e0b7d..567bc7a856b56 100644 --- a/Formula/t/toml-bombadil.rb +++ b/Formula/t/toml-bombadil.rb @@ -7,13 +7,14 @@ class TomlBombadil < Formula head "https://github.com/oknozor/toml-bombadil.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "1162919902e899ebeb320fd04132856443deb257f47a073be4bc916dfff322c7" - sha256 cellar: :any, arm64_sonoma: "5142e942e2bcf7d79a0935e77e1f1dca2c812a60311ef4b429e60b0606e7042a" - sha256 cellar: :any, arm64_ventura: "b4e073f82e21d3a73f1ca641524f1cd5b10891dba22e4db989aa1909cafa2477" - sha256 cellar: :any, sonoma: "a26d4a4ac5a06a3ebaf3ccf6e6c54f1c8d37faed1fb33f43a2ee89c448aa4df5" - sha256 cellar: :any, ventura: "e1b81c25d689463b534a94f6d6d3a0ccf9987eed52b874e8c4a8f80891b5fa71" - sha256 cellar: :any_skip_relocation, arm64_linux: "afbfb3763e73ccf60daddd2d636827817ef09d072f4de66a5bae6bb54362cd36" - sha256 cellar: :any_skip_relocation, x86_64_linux: "63847b627610a6981f8afe87c9de344b1cad2ac95a6fdfaff3af7b8071235d7a" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "905ddd0270646b44ff488fb84dfb605629359c4d3621f6ad4539b8965116dbef" + sha256 cellar: :any, arm64_sonoma: "ce0dcbfe365b603d63838d1a13159dafe420206f4195c40cd9c2f6664a366760" + sha256 cellar: :any, arm64_ventura: "5a7c807337580c8c0938e10b17baca04e0cca1730d3575a1de0ebe562c3732fe" + sha256 cellar: :any, sonoma: "a74977ffa395f041b92f6ef4e989d3cd8319cb1884bf82975b2bb889b30fe23e" + sha256 cellar: :any, ventura: "9f03631a0c28507a788635f902f3387bfbbf7a8c533e834b78c680b685dc7e54" + sha256 cellar: :any_skip_relocation, arm64_linux: "b86e0ee0f27cb207b98bad86ef088454bb5950f3f5d18d751d24c8ef18adae8f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2085ccd09aaa6ea756deb9d198231ffa1d83777c329f081ef3a1c62300ae1b4c" end depends_on "pkgconf" => :build From 2a43acedd388fd500f6ed8e1f32837bc2ef115d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:21 +0000 Subject: [PATCH 05503/10074] argocd: update 3.0.6 bottle. --- Formula/a/argocd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/argocd.rb b/Formula/a/argocd.rb index d9a2e43f6bba0..545332e256954 100644 --- a/Formula/a/argocd.rb +++ b/Formula/a/argocd.rb @@ -18,13 +18,13 @@ class Argocd < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfc11a2134d311e9aff59b361794c9fa12b6259bb7e29032c52d3a6d1faa1a8d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "df04d37a35a1b04e6c503f23bf01c5dae895a343dc99a5f35d1ab87b561ff09b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8957553bf5928aa80604632ac8c68c33fbffb69c85eeffa0f957b095cbc77cb2" - sha256 cellar: :any_skip_relocation, sonoma: "4d6150f0a31481f178cddd22ac71165db9237a63cc205336c9f8bad0fec8b638" - sha256 cellar: :any_skip_relocation, ventura: "cf818311d8b27752d0d07b894681d5883cd28c5242402546b181174b2c3d9c0c" - sha256 cellar: :any_skip_relocation, arm64_linux: "474106dc5e29ba5c2e4d2be53223147c4206779ac81314e77d0ceb3469aaef30" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4aae9b41600b0dded58979a15dd6f7648b305a0c9c2aca00392cf5790b3a9fa9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e44f7dc5ab8c422186379784262c8d0ac8b7f7245a010d919d2745baacc12de2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba9899f94da866275a0f96f0f980071c013f4b35655ae1777240e348658e906e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c47dde32552f5ea66c399ae790c5f3aa5b17038f92c5870dedb4f122666b2b86" + sha256 cellar: :any_skip_relocation, sonoma: "6444e5d5f752ba3dacf153d138894a9f20a5d00c76fb55855a39063bf01a4f19" + sha256 cellar: :any_skip_relocation, ventura: "0ebbe72e932edd29546a2b67eb4cc7463c95bcf6e5c4fe15c9e15dd82eab8d63" + sha256 cellar: :any_skip_relocation, arm64_linux: "3c3e0a4438dfa1ad21ad52e22c39f4d1e27cdddd229063e384da4757cdb01e3a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70b7ee75891fc1b5ce7a24ecaacc2824205a8e3cbdfcab7c3e44c66a9cd14368" end depends_on "go" => :build From 62833118f8c7a525edddba2fcf1c733303d42dc7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:22 +0000 Subject: [PATCH 05504/10074] cog: update 0.15.5 bottle. --- Formula/c/cog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 0b55f1fef7c86..e60b5d12ac437 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -7,12 +7,12 @@ class Cog < Formula head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "75cd4cd132fa24c4aa66d8339868160eb83ad47782cb4c9b28be439ca64ce54c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "75cd4cd132fa24c4aa66d8339868160eb83ad47782cb4c9b28be439ca64ce54c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "75cd4cd132fa24c4aa66d8339868160eb83ad47782cb4c9b28be439ca64ce54c" - sha256 cellar: :any_skip_relocation, sonoma: "88ed4d20307a342df42f330b50cea7fd3f9fc3b82ed6acc793434fcb8af2af67" - sha256 cellar: :any_skip_relocation, ventura: "88ed4d20307a342df42f330b50cea7fd3f9fc3b82ed6acc793434fcb8af2af67" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d86ee55185beba9fa93c7a13c26775596548e277a5532f055dc7d6edeb950590" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4eb672cdf5305a5c01670138c6586fc3b1ea4a134549377d7fef14e09bffd6f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4eb672cdf5305a5c01670138c6586fc3b1ea4a134549377d7fef14e09bffd6f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f4eb672cdf5305a5c01670138c6586fc3b1ea4a134549377d7fef14e09bffd6f" + sha256 cellar: :any_skip_relocation, sonoma: "e78adfb7346490ec16ad15024a5fbeb20ccd2b768b72b8c6daf4bce8fb4bc0a1" + sha256 cellar: :any_skip_relocation, ventura: "e78adfb7346490ec16ad15024a5fbeb20ccd2b768b72b8c6daf4bce8fb4bc0a1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4c38bbc3aa1751765916412162bb143dd82d57600decd4f5c66bb5c6d1919123" end depends_on "go" => :build From 1846080e61b373322b90baa85d2030d04ef860f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:27 +0000 Subject: [PATCH 05505/10074] bore-cli: update 0.6.0 bottle. --- Formula/b/bore-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bore-cli.rb b/Formula/b/bore-cli.rb index 0858e368c1575..ba012d42d9c81 100644 --- a/Formula/b/bore-cli.rb +++ b/Formula/b/bore-cli.rb @@ -7,13 +7,13 @@ class BoreCli < Formula head "https://github.com/ekzhang/bore.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "88a9473dd1533097677e95287b01988e3482e729c11936c0da964dd9982a0f67" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ed4f1f198466c0e7bf5303fe3c59a896f468dc6f7df5500b8a53686263d0c85" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0fa3583059981011d5992aafc1ccc443d91c4be3b416f774191329b23904c71c" - sha256 cellar: :any_skip_relocation, sonoma: "d54801caf21a2a64b64c705f65b7af8414da32ba63b52a93b32033ea17825810" - sha256 cellar: :any_skip_relocation, ventura: "a14f20e407fcf270edd729d3ab661a62ece9dde4488fccc2d21378d7801bdc42" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b6d1ae1df57064b69b50fac50825f6e4b0f225c4f0ecb404b50fa9fdbbd8174" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b25e14702328c566532243a2eb102ed4f8f6d9112bedf05f8925c56c284e59ad" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "15e9d9687655043674c052c222aa3e5278f46a8e80fd00913dbc5a620c29c526" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "73377f27cbaae4ca7fa474d7b3ebe4b3fe30e975ba37a23b852f92d43f1843ba" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5bfa5d67bd3593a3f93b5e5699c4985bee14b37aeba172c9fdc03c02ea1b0bbd" + sha256 cellar: :any_skip_relocation, sonoma: "b722a8b975830007a221cdbff215e3ff127d80f30a9a734fc1a696c1843d0d65" + sha256 cellar: :any_skip_relocation, ventura: "0ca6bcbfa21ac2215828fc5f831ce32c4471dd03aa3ff9e617a7b4c3fc18106a" + sha256 cellar: :any_skip_relocation, arm64_linux: "d9169a3f8a0c759aa78466c1740cca29e9848cc95c1b4621cf6aa47bdf810e4d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "642cb726161e0fa78e77642108e14fa502287262a7479998dccce2b042e2c2f5" end depends_on "rust" => :build From 657016cb318c50e5da2400525cf247d7063cbb09 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:36 +0000 Subject: [PATCH 05506/10074] meson: update 1.8.2 bottle. --- Formula/m/meson.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/meson.rb b/Formula/m/meson.rb index bcb89f587754a..f29a0ae50e86c 100644 --- a/Formula/m/meson.rb +++ b/Formula/m/meson.rb @@ -7,7 +7,7 @@ class Meson < Formula head "https://github.com/mesonbuild/meson.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "f6e7ffd7915e9e65e7e2b58c08a611615969e73ca6f4f1cc59d67c22baf850af" + sha256 cellar: :any_skip_relocation, all: "e24bc4d3f6a3ac3e4a228306d10f410233d3c861306c0158336cb8ac2ffc9b24" end depends_on "ninja" From 366468f37575416095dc2b73617773ed9eaa6381 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:37 +0000 Subject: [PATCH 05507/10074] pie: update 0.13.0 bottle. --- Formula/p/pie.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pie.rb b/Formula/p/pie.rb index cf49c29da555c..c0f4950bee0e5 100644 --- a/Formula/p/pie.rb +++ b/Formula/p/pie.rb @@ -6,13 +6,13 @@ class Pie < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "924e81ed22bf6031807fff34bb58ae2d6f85b105dcd5d9f2c2d0c285009f0582" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "924e81ed22bf6031807fff34bb58ae2d6f85b105dcd5d9f2c2d0c285009f0582" - sha256 cellar: :any_skip_relocation, arm64_ventura: "924e81ed22bf6031807fff34bb58ae2d6f85b105dcd5d9f2c2d0c285009f0582" - sha256 cellar: :any_skip_relocation, sonoma: "967cf150edcd369fb961412df340fbbcccff93a8b3495d094aee5688c3d73a30" - sha256 cellar: :any_skip_relocation, ventura: "967cf150edcd369fb961412df340fbbcccff93a8b3495d094aee5688c3d73a30" - sha256 cellar: :any_skip_relocation, arm64_linux: "34b866e5613091e039a57b839a5a92a7e96f8acc9985e8941fd8ead85021ea61" - sha256 cellar: :any_skip_relocation, x86_64_linux: "34b866e5613091e039a57b839a5a92a7e96f8acc9985e8941fd8ead85021ea61" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe156a9f6891356a91f3ae90e535e21c1edcc5a272a7c002a56b71044f49fe14" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe156a9f6891356a91f3ae90e535e21c1edcc5a272a7c002a56b71044f49fe14" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe156a9f6891356a91f3ae90e535e21c1edcc5a272a7c002a56b71044f49fe14" + sha256 cellar: :any_skip_relocation, sonoma: "578a1cf3ca43c0ec95d1c5c0d22f8e824ec18c1494cc1674ae58e93328777a56" + sha256 cellar: :any_skip_relocation, ventura: "578a1cf3ca43c0ec95d1c5c0d22f8e824ec18c1494cc1674ae58e93328777a56" + sha256 cellar: :any_skip_relocation, arm64_linux: "fd96192b5e3c4df30bf784619c1a12ea041c515a12f58877aada7bcbf73bb8b4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd96192b5e3c4df30bf784619c1a12ea041c515a12f58877aada7bcbf73bb8b4" end depends_on "php" From b634595172b80df4ed485619e7a7bd2b21044c73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:37 +0000 Subject: [PATCH 05508/10074] terramaid: update 2.5.0 bottle. --- Formula/t/terramaid.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terramaid.rb b/Formula/t/terramaid.rb index 38906967466a6..26dbc200010d5 100644 --- a/Formula/t/terramaid.rb +++ b/Formula/t/terramaid.rb @@ -7,12 +7,12 @@ class Terramaid < Formula head "https://github.com/RoseSecurity/Terramaid.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d9abf66f02f175a1ee5a3ffb00dfa0d67bf67cdc51b66d68fd9a1b92925c6ca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d9abf66f02f175a1ee5a3ffb00dfa0d67bf67cdc51b66d68fd9a1b92925c6ca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3d9abf66f02f175a1ee5a3ffb00dfa0d67bf67cdc51b66d68fd9a1b92925c6ca" - sha256 cellar: :any_skip_relocation, sonoma: "5b7d9d4df774d6be1ec76e26df93fbfa26c9936cb3ca813a3fa84092c20b9008" - sha256 cellar: :any_skip_relocation, ventura: "5b7d9d4df774d6be1ec76e26df93fbfa26c9936cb3ca813a3fa84092c20b9008" - sha256 cellar: :any_skip_relocation, x86_64_linux: "423a09cccf5152a5db5e2272b0d277297f4655266fce49017b3430fe0722b3d5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "349342ac214149a3324286da16ac57d06cadf7c1497ab37da640199dbdff58f9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "349342ac214149a3324286da16ac57d06cadf7c1497ab37da640199dbdff58f9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "349342ac214149a3324286da16ac57d06cadf7c1497ab37da640199dbdff58f9" + sha256 cellar: :any_skip_relocation, sonoma: "ae0f06b28e149b6b57ea4bf4f33eb45a59237212a0cc123f2915c775bad0a35e" + sha256 cellar: :any_skip_relocation, ventura: "ae0f06b28e149b6b57ea4bf4f33eb45a59237212a0cc123f2915c775bad0a35e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1c78e7268d8bf3b76863641a290b567d4b24333d196156780f54ba4fe6d390c5" end depends_on "go" => [:build, :test] From 6a5e905ef0098353f15cee4cc2a10c1aa86fb6ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:47 +0000 Subject: [PATCH 05509/10074] balena-cli: update 22.1.0 bottle. --- Formula/b/balena-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index 7008c5d04a462..bc09871f83dad 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -13,13 +13,13 @@ class BalenaCli < Formula end bottle do - sha256 arm64_sequoia: "5f75d9a7b14a71b0dfa9cb11f44df0c3a73a26595cef6c43f3dafa948c3181a6" - sha256 arm64_sonoma: "0c1bc01717afda6dce62921c2e6da0de400a49761728bce335ec20aa28bbce6d" - sha256 arm64_ventura: "990fa57c89c5ae07b9b1926c2a0dd831e66e54aeba49b96c0f5cbd4d100b9e29" - sha256 sonoma: "1e1eac5aae5ded0a8b2c00c937d5061f02f764a4326b4babd9cc1501a821079f" - sha256 ventura: "eb2540054a3dd056c8659f0f9c93cb1479e5c7212ed7586a3412066f8bb0b9d8" - sha256 cellar: :any_skip_relocation, arm64_linux: "025e698103b5890f605a3667b76ac8739c36869af1a5f876c09ad63455bf5fa4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3d0ade570eb626c1887faab952a24839e70f95f114b71feea4b6a834e7f074e0" + sha256 arm64_sequoia: "e2c86b019bdbf5ec7bf05ec1704dbb995ccc5e2fa892a8a52e6e83de5006d4e4" + sha256 arm64_sonoma: "dcf0aba7b1e8411febd1fbdd4c01348aedef9b5ce9bbc7bcbdfc11ee5aaf48f5" + sha256 arm64_ventura: "ac4dadc33ebb86db7d96f195624aa474864f1b79be03c8066d665d0d4e3832ec" + sha256 sonoma: "fdc455e65eae29b9f30b22f1532ddde39a80046c3f7b03353e0aaadd24bbbcb4" + sha256 ventura: "8a3763bdb9f82d0b1e4c54563860e48ca55875c186bc929b9e9e394bf6936f76" + sha256 cellar: :any_skip_relocation, arm64_linux: "e822306a0ee5fd02f1a9de8dbdf0c233cf4d1c84e17571b499c9c9962b35f982" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dbe65ccff3c33075733c2ae07826ff2aea8e00b84d0325466506adb4bf73fc44" end # need node@20, and also align with upstream, https://github.com/balena-io/balena-cli/blob/master/.github/actions/publish/action.yml#L21 From 08abacb13404ec4a21affcb6acec0b77a60d69bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:57 +0000 Subject: [PATCH 05510/10074] xbyak: update 7.26 bottle. --- Formula/x/xbyak.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/x/xbyak.rb b/Formula/x/xbyak.rb index 69f3b783595cc..0f4b4dbed3e1f 100644 --- a/Formula/x/xbyak.rb +++ b/Formula/x/xbyak.rb @@ -12,7 +12,7 @@ class Xbyak < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "1828b495bb2e38b26a59afa9bc2cee0a4accd77e4427fb5c39a644b422dfd556" + sha256 cellar: :any_skip_relocation, all: "200651bc143a3ec988aa3ee2bde1d4b9732599b2b22a94e41d28c013a80b0506" end depends_on "cmake" => :build From 6599be94848c1725efad57aa1543b195c9006671 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:57 +0000 Subject: [PATCH 05511/10074] spicetify-cli: update 2.40.11 bottle. --- Formula/s/spicetify-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/spicetify-cli.rb b/Formula/s/spicetify-cli.rb index 983e6561310df..33f20a92a7226 100644 --- a/Formula/s/spicetify-cli.rb +++ b/Formula/s/spicetify-cli.rb @@ -7,12 +7,12 @@ class SpicetifyCli < Formula head "https://github.com/spicetify/cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "50a38d9da93c51ca1955394612eb88a87b0b6b7c18f52aa8d1643f576bb172f2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "50a38d9da93c51ca1955394612eb88a87b0b6b7c18f52aa8d1643f576bb172f2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "50a38d9da93c51ca1955394612eb88a87b0b6b7c18f52aa8d1643f576bb172f2" - sha256 cellar: :any_skip_relocation, sonoma: "1c1c24eab8c87e05f92efac574ca034715a9be48d70cca11525d01b5d9bd9b90" - sha256 cellar: :any_skip_relocation, ventura: "1c1c24eab8c87e05f92efac574ca034715a9be48d70cca11525d01b5d9bd9b90" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a81c1dd97566379e4044b1f563e90dcbfe7d1c3a8b134ef32358a9ea73091038" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a109dad77ff112a3d2ccce59f214281087cf056dbf2484c8bf5e78cf865f08a3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a109dad77ff112a3d2ccce59f214281087cf056dbf2484c8bf5e78cf865f08a3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a109dad77ff112a3d2ccce59f214281087cf056dbf2484c8bf5e78cf865f08a3" + sha256 cellar: :any_skip_relocation, sonoma: "d3b0ebc2290197e6122408273937b93fe45ca8d6318480146730a7639df3dfd6" + sha256 cellar: :any_skip_relocation, ventura: "d3b0ebc2290197e6122408273937b93fe45ca8d6318480146730a7639df3dfd6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e7c247c53606d21b002849fe97aabc4337f42a9931fee0db2c3fcd8be50edc06" end depends_on "go" => :build From d78405a26f1d9d763601524bc6d2a352953c5f13 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:38:58 +0000 Subject: [PATCH 05512/10074] znc: update 1.10.0 bottle. --- Formula/z/znc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/z/znc.rb b/Formula/z/znc.rb index 33337548b8d52..59dea1877551f 100644 --- a/Formula/z/znc.rb +++ b/Formula/z/znc.rb @@ -11,13 +11,13 @@ class Znc < Formula end bottle do - sha256 arm64_sequoia: "0861238c72cd5397e1568a741f8ac0339b00e573e3b799ffb223d665fb3b5e12" - sha256 arm64_sonoma: "2465789ae2561cf508f38ca0867f67188fce03bc5548ec5a01e4858de66d9884" - sha256 arm64_ventura: "65b535ea5a67a4861e94c69b0caad4c082a8798ba68684fe62b9565d762fef23" - sha256 sonoma: "a6d475310180f77f8ffcc744a0c37f3165c4b1fa995a1f40d1d24ad3a44acf73" - sha256 ventura: "33da8af5b2f1dfed9dcc1948da42671ed4ccd73c2fd5dfc717ce09d9e408f978" - sha256 arm64_linux: "f9b89d45801edeb21325f98eb1ec5c49363cd5649aaa8dbf0e27b55c061faea9" - sha256 x86_64_linux: "bdd3624bb4903a647648c3f9efa1f2c1d5e383d9f29024771fe3a6eb1395d4d5" + sha256 arm64_sequoia: "faf787077613c0a36560ef87b3d9e295361815f3ab50c2d14b2cbe69aa5ee48d" + sha256 arm64_sonoma: "960b6ccae0fd3bac57b981ec9af1749bb3f4f20c1a2d1188619c582d5cbe0037" + sha256 arm64_ventura: "6ca436e507d85d2b09625a0f8ad8ff35c3db021905d86ae7317c1d2ebb6d8fe3" + sha256 sonoma: "8a37ddfbd4ad63c0d2abbb216c38832782b2c4934f92b7508bd5f230684401a3" + sha256 ventura: "f868412a89bebfb4afc6df9ca030f220e282f37ee0e203596b4cdb27503f19ba" + sha256 arm64_linux: "e99d9f71bd7968ac63a074722e266fc2e1bec3693319afd05631c9eee514dcf3" + sha256 x86_64_linux: "40c2f441fd3404f732815e461d87f8e1d630bce7d695fd1e6b91972cc6de6c22" end depends_on "cmake" => :build From 6038bfa9857bfddb67107795ad010659f5c597a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:40:05 +0000 Subject: [PATCH 05513/10074] gtk4: update 4.18.6 bottle. --- Formula/g/gtk4.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gtk4.rb b/Formula/g/gtk4.rb index 15d4814d6cc15..e1be0dddeb7b9 100644 --- a/Formula/g/gtk4.rb +++ b/Formula/g/gtk4.rb @@ -11,13 +11,13 @@ class Gtk4 < Formula end bottle do - sha256 arm64_sequoia: "a24eb2e0972814018d8b7df4752fd0ad4e2e35ded2edd341075f7146e87db48f" - sha256 arm64_sonoma: "71ed52f780ffb00e494d389df7e6ea8ec6af86b490c3d6692d7515fbeee6ce92" - sha256 arm64_ventura: "7146c5646c0f083d298bd6e50d955a8ba68b4c38d4806d6d11d33e90702f9b5c" - sha256 sonoma: "3543d8f74c468d7d8b183bb1a4166df671594be3890d79a63873d86378893892" - sha256 ventura: "540518e3e5f28db0cc0c5f97d2aeb651d03fc38f6cafa8a6cd82281fac4e7160" - sha256 arm64_linux: "f98d60ba716d8cef10285e73c2b0d29cfd1eeeadbb551eb3ff382f8497847bf1" - sha256 x86_64_linux: "67270bcd26dc1e078d49f96c4d79b16b8dda34ca7638f47eeaeaec6aa0b559a3" + sha256 arm64_sequoia: "b72bcfe23c0c3ed715104011d1ce64c3319d5622d865deed12ced1301235e390" + sha256 arm64_sonoma: "00ac922a51a44760b8e173d65c4d4d242ecd64c184c792960d3ea096e7c7ca4d" + sha256 arm64_ventura: "1bbdc7c5e7503fd87da7a80c9837fae20e808d6972e9365474e5698d6e92593d" + sha256 sonoma: "c6d5332c109e20858dbc303a9739e64775097bdd314ee8c2ac69cac4c203d3db" + sha256 ventura: "61eda2e398e66a6da9e3a98b0c4355326ae177f9a5b4630de7baabb0111613a1" + sha256 arm64_linux: "424258e9adb8efd15479cee247c49ad32997f32ce3d2186565c4fb9bf1cbe1a4" + sha256 x86_64_linux: "a4cb82b9dd6eabc799878558de6e51026431d9eed3dbf273a9d44fad2369d8bc" end depends_on "docbook" => :build From 184a0ec082c276e27b4908ee597f224ff1ff741a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:15:34 +0000 Subject: [PATCH 05514/10074] terraform-iam-policy-validator 0.0.9 Signed-off-by: Rui Chen --- Formula/t/terraform-iam-policy-validator.rb | 23 ++++++++++++--------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Formula/t/terraform-iam-policy-validator.rb b/Formula/t/terraform-iam-policy-validator.rb index a582f4799246e..b27e2e4f23700 100644 --- a/Formula/t/terraform-iam-policy-validator.rb +++ b/Formula/t/terraform-iam-policy-validator.rb @@ -3,8 +3,8 @@ class TerraformIamPolicyValidator < Formula desc "CLI to validate AWS IAM policies in Terraform templates for best practices" homepage "https://github.com/awslabs/terraform-iam-policy-validator" - url "https://files.pythonhosted.org/packages/13/7b/4fba4bbee1931df373f456a34994a1f089059ac13bac5ade29e1ae143956/tf_policy_validator-0.0.8.tar.gz" - sha256 "f43359ee0478f10e7b27a3fb7282c284304615cc6f06fd5aa3aa631edbe4811a" + url "https://files.pythonhosted.org/packages/89/6b/bdb90f2fcb4a0033f138d52d5b24af9a2f8a84703ef94cbc31d51f0afaed/tf_policy_validator-0.0.9.tar.gz" + sha256 "ec8496bb8d45642a61f36dba95c867ac8ca5438bfc5bebafe8e3eec03a50d181" license "MIT-0" bottle do @@ -21,13 +21,13 @@ class TerraformIamPolicyValidator < Formula depends_on "python@3.13" resource "boto3" do - url "https://files.pythonhosted.org/packages/d6/50/1183ffa4782408907891af344a8e91d7bc5d7a9bae12e43fca8874da567e/boto3-1.37.13.tar.gz" - sha256 "295648f887464ab74c5c301a44982df76f9ba39ebfc16be5b8f071ad1a81fe95" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "botocore" do - url "https://files.pythonhosted.org/packages/18/53/3593b438ab1f9b6837cc90a8582dfa71c71c639e9359a01fd4d110f0566e/botocore-1.37.13.tar.gz" - sha256 "60dfb831c54eb466db9b91891a6c8a0c223626caa049969d5d42858ad1e7f8c7" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "jmespath" do @@ -46,8 +46,8 @@ class TerraformIamPolicyValidator < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/0f/ec/aa1a215e5c126fe5decbee2e107468f51d9ce190b9763cb649f76bb45938/s3transfer-0.11.4.tar.gz" - sha256 "559f161658e1cf0a911f45940552c696735f5c74e64362e515f333ebed87d679" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do @@ -56,11 +56,14 @@ class TerraformIamPolicyValidator < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install + # The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default. + ENV["SOURCE_DATE_EPOCH"] = "1451574000" + virtualenv_install_with_resources end From 17619201f21d3cb54f04f0c6d31face49c213231 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:23:42 +0000 Subject: [PATCH 05515/10074] scooter 0.5.3 scooter: update sha Signed-off-by: Rui Chen --- Formula/s/scooter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/scooter.rb b/Formula/s/scooter.rb index 2646dfac24ea0..1279b809d45ad 100644 --- a/Formula/s/scooter.rb +++ b/Formula/s/scooter.rb @@ -1,8 +1,8 @@ class Scooter < Formula desc "Interactive find and replace in the terminal" homepage "https://github.com/thomasschafer/scooter" - url "https://github.com/thomasschafer/scooter/archive/refs/tags/v0.5.2.tar.gz" - sha256 "d01de7df6b47f56f9c436d20da683d799aa263213ec450c929c520a117cc29ef" + url "https://github.com/thomasschafer/scooter/archive/refs/tags/v0.5.3.tar.gz" + sha256 "6d03fcf8809ff61a8483b07300792b5deb0dc22f6295b498e729956c4a4c5823" license "MIT" bottle do From 1574be9cfe4d79d4b8b0831993a0f9ceafc441fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:44:22 +0000 Subject: [PATCH 05516/10074] tfmcp: add 0.1.4 bottle. --- Formula/t/tfmcp.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/t/tfmcp.rb b/Formula/t/tfmcp.rb index a7289442cadf8..ed166f06af2f3 100644 --- a/Formula/t/tfmcp.rb +++ b/Formula/t/tfmcp.rb @@ -6,6 +6,15 @@ class Tfmcp < Formula license "MIT" head "https://github.com/nwiizo/tfmcp.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "931642d7a76e3b6941c38a5691a96ded7ab51a889a0fa03955a384a9a4f1a953" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b738136715521cffb5aa68fae65d696f32a2f36a46372103961faa995a16aa70" + sha256 cellar: :any_skip_relocation, arm64_ventura: "42aa5bfef250c2bc3e94e2aac5bce1df8a0f85f74f9443fad21f53be2546a2ca" + sha256 cellar: :any_skip_relocation, sonoma: "80277c181cb63ff113891a872df6a621eb48fb301625ccd24862f1a786bd9be1" + sha256 cellar: :any_skip_relocation, ventura: "ae4bf79299b8a6b074a5d45bd0901134b0d0b4595e1229c2ac48ce58cc668960" + sha256 cellar: :any_skip_relocation, x86_64_linux: "208ec88b705eb8d5515ed9076f0c5f2c67a8411ff7decb49c16f062a2f616e41" + end + depends_on "rust" => :build depends_on "opentofu" => :test From 3de5314dc0b39aa0175bd8482019dd824879b262 Mon Sep 17 00:00:00 2001 From: Clay McLeod Date: Sat, 7 Jun 2025 16:25:24 -0500 Subject: [PATCH 05517/10074] sprocket 0.13.0 (new formula) Co-authored-by: Rui Chen --- .github/autobump.txt | 1 + Formula/s/sprocket.rb | 53 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 Formula/s/sprocket.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 50ba0188968c7..fbc26702d7585 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3483,6 +3483,7 @@ spot spotbugs spotify_player spr +sprocket spytrap-adb sq sql-formatter diff --git a/Formula/s/sprocket.rb b/Formula/s/sprocket.rb new file mode 100644 index 0000000000000..316ef79bb40d5 --- /dev/null +++ b/Formula/s/sprocket.rb @@ -0,0 +1,53 @@ +class Sprocket < Formula + desc "Bioinformatics workflow engine built on the Workflow Description Language (WDL)" + homepage "https://sprocket.bio" + url "https://github.com/stjude-rust-labs/sprocket/archive/refs/tags/v0.13.0.tar.gz" + sha256 "bb8364ae4d323d2ab1c3de60aa479fce2e6c922f7500e1462ca85671fc856433" + license any_of: ["Apache-2.0", "MIT"] + head "https://github.com/stjude-rust-labs/sprocket.git", branch: "main" + + depends_on "pkgconf" => :build + depends_on "rust" => :build + depends_on "openssl@3" + + uses_from_macos "zlib" + + def install + system "cargo", "install", *std_cargo_args + end + + test do + assert_match version.to_s, shell_output("#{bin}/sprocket --version") + (testpath/"hello.wdl").write <<~WDL + version 1.2 + + task say_hello { + input { + String greeting + String name + } + + command <<< + echo "~{greeting}, ~{name}!" + >>> + + output { + String message = read_string(stdout()) + } + + runtime { + container: "ubuntu:latest" + } + } + WDL + + expected = <<~JSON.strip + { + "say_hello.greeting": "String", + "say_hello.name": "String" + } + JSON + + assert_match expected, shell_output("#{bin}/sprocket inputs --name say_hello #{testpath}/hello.wdl") + end +end From cbd3a3f0005ce1449470596384c5cf2b8e8fcdde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 01:52:04 +0000 Subject: [PATCH 05518/10074] scooter: update 0.5.3 bottle. --- Formula/s/scooter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scooter.rb b/Formula/s/scooter.rb index 1279b809d45ad..20711681ad22b 100644 --- a/Formula/s/scooter.rb +++ b/Formula/s/scooter.rb @@ -6,13 +6,13 @@ class Scooter < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cbad6442326939adff9103b3c4ce7479e3756204bc5f54137dca5950b1af84ed" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e587b51cf2da699855815cef4f79febeea839d6945dbbbec23bfc0fc571d311e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "89af3731ab10ce6bd11f92046c4a8a72b1e59a96fc04026c6cc1d9a880cd9177" - sha256 cellar: :any_skip_relocation, sonoma: "cac46ed0f8a91f81fa646a64674678090c50bc9dfd0419bc0c5972a172e20a86" - sha256 cellar: :any_skip_relocation, ventura: "e54b805e730323437a03333c86476645f17da0d50624111c1dd4643161a4c08d" - sha256 cellar: :any_skip_relocation, arm64_linux: "6ffe698d514ce64600447a454bb00841bf88af07e258548952a6eb1247040aa2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8c4cfc5932212b668eeda4271a6877ca9a88aee35549daa689b36b044cc23939" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "252bf96b4f090e07d065a7049f1c708943364a2da7b6626f96750356b397bcde" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2da9a15f25222ee37cd62ea3e66b207030ee2920cc8ca1e479ba436c83cc4c1d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "877d364e7f5113123d5bd285444a607bfd4d2014c5cbbb293314049c6340011c" + sha256 cellar: :any_skip_relocation, sonoma: "a09a26d2fed3b7d70e8e27e99a49c1b0f5ec67a767c0708bc6f6f8220d88f6f1" + sha256 cellar: :any_skip_relocation, ventura: "d5bf8d497c86e1fb090d93cee5aeaa0535d44532348e3519f48087a17575a898" + sha256 cellar: :any_skip_relocation, arm64_linux: "cfebfb323c323034656a0fc2f4dc9a03e591cb9d28ce3372bfb0512743ed83f0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5fe03e99a6602cf44dc90f59fade468a1a4f9781b8c4fdf0b3f3812c10c512fe" end depends_on "rust" => :build From c83c5c6fc7f2e1581d5cc2343a6ddd91df63b70b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:25:47 +0000 Subject: [PATCH 05519/10074] aqua 2.53.1 --- Formula/a/aqua.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index 213e433156f4c..dd6ca3d3561d9 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -1,8 +1,8 @@ class Aqua < Formula desc "Declarative CLI Version manager" homepage "https://aquaproj.github.io/" - url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.53.0.tar.gz" - sha256 "6f5e7bec94254af78d7604b493953337999f565a0e64de5efa669d31feab65cd" + url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.53.1.tar.gz" + sha256 "cb86d77f442a88844696c773364205a99cc543ecbbb1790540fac494b06218f5" license "MIT" head "https://github.com/aquaproj/aqua.git", branch: "main" From d9bc996a27586ec2897c3ba8646786fc4477dddd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:27:36 +0000 Subject: [PATCH 05520/10074] block-goose-cli 1.0.27 --- Formula/b/block-goose-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/block-goose-cli.rb b/Formula/b/block-goose-cli.rb index 2d46ec7b2bf0d..7d7a0b7912695 100644 --- a/Formula/b/block-goose-cli.rb +++ b/Formula/b/block-goose-cli.rb @@ -1,8 +1,8 @@ class BlockGooseCli < Formula desc "Open source, extensible AI agent that goes beyond code suggestions" homepage "https://block.github.io/goose/" - url "https://github.com/block/goose/archive/refs/tags/v1.0.26.tar.gz" - sha256 "0cce383568d315e055dffecbc33ed22f11babf27f2e5bbbdff408c9684b7ac79" + url "https://github.com/block/goose/archive/refs/tags/v1.0.27.tar.gz" + sha256 "3207d091489c0b758107bf916bf8a56eaaba099bb2ac9e67424bdfe7299a76da" license "Apache-2.0" head "https://github.com/block/goose.git", branch: "main" From 5ab1404ee68c4be77798355e3741206ddbd9a35c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:27:50 +0000 Subject: [PATCH 05521/10074] bosh-cli 7.9.7 --- Formula/b/bosh-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bosh-cli.rb b/Formula/b/bosh-cli.rb index ffce2a5787d12..8ecf04d41b850 100644 --- a/Formula/b/bosh-cli.rb +++ b/Formula/b/bosh-cli.rb @@ -1,8 +1,8 @@ class BoshCli < Formula desc "Cloud Foundry BOSH CLI v2" homepage "https://bosh.io/docs/cli-v2/" - url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.9.6.tar.gz" - sha256 "3749c85b61bccbd1aa78f111353e5ea5214000670669f16eba5e04da9604cd7f" + url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.9.7.tar.gz" + sha256 "184d8166aa8bda7fc3b12a35e7e4432e1043d10340f78229a8a4eaf3e55fe7a7" license "Apache-2.0" head "https://github.com/cloudfoundry/bosh-cli.git", branch: "main" From 7715bc71e821e5c7c11aacf4028156cf20b13918 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:30:32 +0000 Subject: [PATCH 05522/10074] cpp-httplib 0.21.0 --- Formula/c/cpp-httplib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cpp-httplib.rb b/Formula/c/cpp-httplib.rb index 1ffd7ce74c6e5..9990d0459e2ed 100644 --- a/Formula/c/cpp-httplib.rb +++ b/Formula/c/cpp-httplib.rb @@ -1,8 +1,8 @@ class CppHttplib < Formula desc "C++ header-only HTTP/HTTPS server and client library" homepage "https://github.com/yhirose/cpp-httplib" - url "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.20.1.tar.gz" - sha256 "b74b1c2c150be2841eba80192f64d93e9a6711985b3ae8aaa1a9cec4863d1dd9" + url "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.21.0.tar.gz" + sha256 "99cfbce46981994d8f34ed21836510d7d408ffac91315bb22c9584a83e220e60" license "MIT" bottle do From 8653dc8ed7c2db3fe093ccf242a051cbe28956ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:31:18 +0000 Subject: [PATCH 05523/10074] cryptography 45.0.4 --- Formula/c/cryptography.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cryptography.rb b/Formula/c/cryptography.rb index 7cc2d89372211..a764909ecb786 100644 --- a/Formula/c/cryptography.rb +++ b/Formula/c/cryptography.rb @@ -1,8 +1,8 @@ class Cryptography < Formula desc "Cryptographic recipes and primitives for Python" homepage "https://cryptography.io/en/latest/" - url "https://files.pythonhosted.org/packages/13/1f/9fa001e74a1993a9cadd2333bb889e50c66327b8594ac538ab8a04f915b7/cryptography-45.0.3.tar.gz" - sha256 "ec21313dd335c51d7877baf2972569f40a4291b76a0ce51391523ae358d05899" + url "https://files.pythonhosted.org/packages/fe/c8/a2a376a8711c1e11708b9c9972e0c3223f5fc682552c82d8db844393d6ce/cryptography-45.0.4.tar.gz" + sha256 "7405ade85c83c37682c8fe65554759800a4a8c54b2d96e0f8ad114d31b808d57" license any_of: ["Apache-2.0", "BSD-3-Clause"] head "https://github.com/pyca/cryptography.git", branch: "main" From df16ea17892e3b47dba2e952cbcf4d63012739bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:34:12 +0000 Subject: [PATCH 05524/10074] exploitdb 2025-06-10 --- Formula/e/exploitdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 3f9adf062d84d..356a0ca7bcd1e 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -2,8 +2,8 @@ class Exploitdb < Formula desc "Database of public exploits and corresponding vulnerable software" homepage "https://www.exploit-db.com/" url "https://gitlab.com/exploit-database/exploitdb.git", - tag: "2025-06-06", - revision: "2825165fedb56ce9947b8f220126f85194d972b4" + tag: "2025-06-10", + revision: "2edde6c15951da303486696ab6db34451d505659" license "GPL-2.0-or-later" head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" From e93060a7da90ada96c1fd1b7c52c982ccd65ed2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:37:06 +0000 Subject: [PATCH 05525/10074] hamlib 4.6.3 --- Formula/h/hamlib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hamlib.rb b/Formula/h/hamlib.rb index acb72a2ae05ba..586600ca84cf4 100644 --- a/Formula/h/hamlib.rb +++ b/Formula/h/hamlib.rb @@ -1,8 +1,8 @@ class Hamlib < Formula desc "Ham radio control libraries" homepage "http://www.hamlib.org/" - url "https://github.com/Hamlib/Hamlib/releases/download/4.6.2/hamlib-4.6.2.tar.gz" - sha256 "b2ac73f44dd1161e95fdee6c95276144757647bf92d7fdb369ee2fe41ed47ae8" + url "https://github.com/Hamlib/Hamlib/releases/download/4.6.3/hamlib-4.6.3.tar.gz" + sha256 "aefd1b1e53a8548870a266ae362044ad3ff43008d10f1050c965cf99ac5a9630" license "LGPL-2.1-or-later" head "https://github.com/hamlib/hamlib.git", branch: "master" From 2c66eae78d1cf658ae49619c8928dee6d77f727b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:37:55 +0000 Subject: [PATCH 05526/10074] imessage-exporter 2.7.1 --- Formula/i/imessage-exporter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index f4bb955779b8d..1ba5622c33dc6 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -1,8 +1,8 @@ class ImessageExporter < Formula desc "Command-line tool to export and inspect local iMessage database" homepage "https://github.com/ReagentX/imessage-exporter" - url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/2.7.0.tar.gz" - sha256 "3547b0d2cbaeffff4902d041708baa303e09fdaa05a7093f82d942c9b739e732" + url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/2.7.1.tar.gz" + sha256 "4e02e3b395c33b9cca086336b9e3b6fc4830d9ff5b16de5d92fa6102e6502f1b" license "GPL-3.0-only" bottle do From cbd866e9f4acfd604221808f35a37c37a7167538 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:38:14 +0000 Subject: [PATCH 05527/10074] ioctl 2.2.0 --- Formula/i/ioctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ioctl.rb b/Formula/i/ioctl.rb index 6df4548fad0f2..481545e094ec2 100644 --- a/Formula/i/ioctl.rb +++ b/Formula/i/ioctl.rb @@ -1,8 +1,8 @@ class Ioctl < Formula desc "Command-line interface for interacting with the IoTeX blockchain" homepage "https://docs.iotex.io/" - url "https://github.com/iotexproject/iotex-core/archive/refs/tags/v2.1.2.tar.gz" - sha256 "797fba127a4b9e85829d95176f23109506b87adaf1e7b04c0c9845b3a0631554" + url "https://github.com/iotexproject/iotex-core/archive/refs/tags/v2.2.0.tar.gz" + sha256 "d60663eabd355e8430baa0c43a7be8f5fd5b8c6daec5a922a1db70b446d4e671" license "Apache-2.0" head "https://github.com/iotexproject/iotex-core.git", branch: "master" From 49f36b345d331ee0930cecf455e217dbf19156dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:48:02 +0000 Subject: [PATCH 05528/10074] renovate 40.48.10 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index f73d0e58a193b..a9e3621f21b28 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.48.0.tgz" - sha256 "408ca876cc9c3e782069aa0fd86b514683109d0874d3bdb58359d255392b2f3b" + url "https://registry.npmjs.org/renovate/-/renovate-40.48.10.tgz" + sha256 "df55b0cddc6864e9bb989dbef150072ffce602ce62f4bbae382e621d2defced2" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 47bbde7aa9a12f86ce24d3645bc540a434d37960 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:48:12 +0000 Subject: [PATCH 05529/10074] restish 0.21.0 --- Formula/r/restish.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/restish.rb b/Formula/r/restish.rb index f371c23381a21..35eee2b6b9675 100644 --- a/Formula/r/restish.rb +++ b/Formula/r/restish.rb @@ -1,8 +1,8 @@ class Restish < Formula desc "CLI tool for interacting with REST-ish HTTP APIs" homepage "https://rest.sh/" - url "https://github.com/danielgtaylor/restish/archive/refs/tags/v0.20.0.tar.gz" - sha256 "0aebd5eaf4b34870e40c8b94a0cc84ef65c32fde32eddae48e9529c73a31176d" + url "https://github.com/danielgtaylor/restish/archive/refs/tags/v0.21.0.tar.gz" + sha256 "9a73e743a78d6a28e2ff0dba53499b23c945c45f78b4a0ab3aa4b6283491de5d" license "MIT" head "https://github.com/danielgtaylor/restish.git", branch: "main" From 93ed405721dd4ed6dd919034591d88d3b41c9473 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:51:39 +0000 Subject: [PATCH 05530/10074] tailscale 1.84.2 --- Formula/t/tailscale.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailscale.rb b/Formula/t/tailscale.rb index 26f670bec7551..64882178f2477 100644 --- a/Formula/t/tailscale.rb +++ b/Formula/t/tailscale.rb @@ -2,8 +2,8 @@ class Tailscale < Formula desc "Easiest, most secure way to use WireGuard and 2FA" homepage "https://tailscale.com" url "https://github.com/tailscale/tailscale.git", - tag: "v1.84.1", - revision: "72ec2811bfa0157ba406f5631cc5d7c1a3b692bc" + tag: "v1.84.2", + revision: "5f702f4c2babf95e4244ce0dafbb7a50b52c1fc8" license "BSD-3-Clause" livecheck do From 029e371841e2b546f8e0ceafc4f1ae4b779d93a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:52:21 +0000 Subject: [PATCH 05531/10074] tomcat@10 10.1.42 --- Formula/t/tomcat@10.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tomcat@10.rb b/Formula/t/tomcat@10.rb index 3f5ec87b33ccf..87a622a79b329 100644 --- a/Formula/t/tomcat@10.rb +++ b/Formula/t/tomcat@10.rb @@ -1,9 +1,9 @@ class TomcatAT10 < Formula desc "Implementation of Java Servlet and JavaServer Pages" homepage "https://tomcat.apache.org/" - url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-10/v10.1.41/bin/apache-tomcat-10.1.41.tar.gz" - mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.41/bin/apache-tomcat-10.1.41.tar.gz" - sha256 "1f7cc8cce2d5f4acd35491d0fa2abafa6ddd9bb0425b57b277310fde5ff2fcb3" + url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-10/v10.1.42/bin/apache-tomcat-10.1.42.tar.gz" + mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.42/bin/apache-tomcat-10.1.42.tar.gz" + sha256 "9b6f623a69fa0cc850125c895573ee657f7ee56608976ba26a9644b05e49fda7" license "Apache-2.0" livecheck do From 16fc5748220a240e345bbc932a0c5bd3accb3cf6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:55:07 +0000 Subject: [PATCH 05532/10074] yt-dlp 2025.6.9 --- Formula/y/yt-dlp.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/y/yt-dlp.rb b/Formula/y/yt-dlp.rb index faa3da31a7bd9..2fa7128f2bc58 100644 --- a/Formula/y/yt-dlp.rb +++ b/Formula/y/yt-dlp.rb @@ -3,8 +3,8 @@ class YtDlp < Formula desc "Feature-rich command-line audio/video downloader" homepage "https://github.com/yt-dlp/yt-dlp" - url "https://files.pythonhosted.org/packages/09/93/695cef32796dc7e76597e68a267a34a1b4e29bef8e12da445fa7c0ad1e55/yt_dlp-2025.5.22.tar.gz" - sha256 "ea73854c5dabc124f29a35a8fae9bc5d422ef3231bebeea2bdfa82ac191a9c29" + url "https://files.pythonhosted.org/packages/b7/fb/588a23e61586960273524d3aa726bd148116d422854f727f4d59c254cb6a/yt_dlp-2025.6.9.tar.gz" + sha256 "751f53a3b61353522bf805fa30bbcbd16666126537e39706eab4f8c368f111ac" license "Unlicense" bottle do @@ -56,8 +56,8 @@ class YtDlp < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do From 9733e43f7f0a50e0936d6c570f367c061551f766 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:15:05 +0000 Subject: [PATCH 05533/10074] cpp-httplib: update 0.21.0 bottle. --- Formula/c/cpp-httplib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cpp-httplib.rb b/Formula/c/cpp-httplib.rb index 9990d0459e2ed..cd2309591e43a 100644 --- a/Formula/c/cpp-httplib.rb +++ b/Formula/c/cpp-httplib.rb @@ -6,7 +6,7 @@ class CppHttplib < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "6c8739839a8d1d626299bff4a7eb2efaffd52779062108e696c54fc6b313d96a" + sha256 cellar: :any_skip_relocation, all: "43b18dd24ee06d5a37be3a088b37b9a2d7bc4d8dd126c9b8f394f3c33c396c96" end depends_on "cmake" => :build From 091279915cd9e029d3ddc2cc7a3fbd58f324f63e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:15:05 +0000 Subject: [PATCH 05534/10074] aqua: update 2.53.1 bottle. --- Formula/a/aqua.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index dd6ca3d3561d9..09e6083f77329 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -12,12 +12,12 @@ class Aqua < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b01f7f4d2a12d832ea9afea457ab0b3f64ab61b67875a6b2eac73ec66b9ca75f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b01f7f4d2a12d832ea9afea457ab0b3f64ab61b67875a6b2eac73ec66b9ca75f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b01f7f4d2a12d832ea9afea457ab0b3f64ab61b67875a6b2eac73ec66b9ca75f" - sha256 cellar: :any_skip_relocation, sonoma: "41f8bb054fd51e1cf6350d0db4d1f7903662e9c735c1e0bdcf6776fc3c0c36f0" - sha256 cellar: :any_skip_relocation, ventura: "41f8bb054fd51e1cf6350d0db4d1f7903662e9c735c1e0bdcf6776fc3c0c36f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9e7eb87d946018e3a0ca2543e8c51e343e61f8ef623d81722fa5d8de9e469ffd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "255ac172ad237a60fa8319d1a9452f3aeba4226e2d404e4b72ba9f47950c6340" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "255ac172ad237a60fa8319d1a9452f3aeba4226e2d404e4b72ba9f47950c6340" + sha256 cellar: :any_skip_relocation, arm64_ventura: "255ac172ad237a60fa8319d1a9452f3aeba4226e2d404e4b72ba9f47950c6340" + sha256 cellar: :any_skip_relocation, sonoma: "51551f70cfdb92e1d31176a02c70dadd402c702abb5cb43d91cc48b5f5b8c871" + sha256 cellar: :any_skip_relocation, ventura: "51551f70cfdb92e1d31176a02c70dadd402c702abb5cb43d91cc48b5f5b8c871" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b938cd075ce3a87bad5868f0e0ae3500afa66fc3741289564f99de4f8389f267" end depends_on "go" => :build From 15174f4c1f7c84ebde23d982fd2c9c29f40e7efb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:15:08 +0000 Subject: [PATCH 05535/10074] bosh-cli: update 7.9.7 bottle. --- Formula/b/bosh-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/bosh-cli.rb b/Formula/b/bosh-cli.rb index 8ecf04d41b850..6dff9d9fbfe64 100644 --- a/Formula/b/bosh-cli.rb +++ b/Formula/b/bosh-cli.rb @@ -7,12 +7,12 @@ class BoshCli < Formula head "https://github.com/cloudfoundry/bosh-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "636d40a832b2928217d3f24ba9acf3724a77c0ba4832fa7481ca380a2d4bc90c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "636d40a832b2928217d3f24ba9acf3724a77c0ba4832fa7481ca380a2d4bc90c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "636d40a832b2928217d3f24ba9acf3724a77c0ba4832fa7481ca380a2d4bc90c" - sha256 cellar: :any_skip_relocation, sonoma: "256d625ffeb0fd44d4a2874741aa02d432f548bb6f3bf9b108fb3e69bf6ec967" - sha256 cellar: :any_skip_relocation, ventura: "256d625ffeb0fd44d4a2874741aa02d432f548bb6f3bf9b108fb3e69bf6ec967" - sha256 cellar: :any_skip_relocation, x86_64_linux: "41861cf1d8dc1ba43059369ec2ca3c97aa871bb24c0220e5d056009b2a285cd7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "199a2b88e9d6132d528ba6a99b61e6fb73817d49ad396229f799f4c7f8fa1374" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "199a2b88e9d6132d528ba6a99b61e6fb73817d49ad396229f799f4c7f8fa1374" + sha256 cellar: :any_skip_relocation, arm64_ventura: "199a2b88e9d6132d528ba6a99b61e6fb73817d49ad396229f799f4c7f8fa1374" + sha256 cellar: :any_skip_relocation, sonoma: "8b6b38a9c6587d1608fe98d72f83f07c026a46b7e283fbe74c0777f525cc8e99" + sha256 cellar: :any_skip_relocation, ventura: "8b6b38a9c6587d1608fe98d72f83f07c026a46b7e283fbe74c0777f525cc8e99" + sha256 cellar: :any_skip_relocation, x86_64_linux: "286f6ffc88c79d25dbbb4bc10a68c3269240a5e9d8adf64d5706404c7098668c" end depends_on "go" => :build From aba1bd0584af60f94514f70b99b45357f9e8fce4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:15:18 +0000 Subject: [PATCH 05536/10074] tailscale: update 1.84.2 bottle. --- Formula/t/tailscale.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tailscale.rb b/Formula/t/tailscale.rb index 64882178f2477..8bab056baea57 100644 --- a/Formula/t/tailscale.rb +++ b/Formula/t/tailscale.rb @@ -13,12 +13,12 @@ class Tailscale < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2a9edb0fdfb476cf3018777d8be28e8552d9fd82306a04d8c02040917f86a6f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bce1cb49ee7e67904612481c39845427d36d801e144e104e614531d58bb5c16" - sha256 cellar: :any_skip_relocation, arm64_ventura: "37dda9e88dfad05d366e17e287c26ef0370705aa5ca3961b1845518c5f5b6393" - sha256 cellar: :any_skip_relocation, sonoma: "f9fa65b1c5215ad6fe4aa5a16f57e58e993463dc5a6286fd2ecc12fb611e9b7a" - sha256 cellar: :any_skip_relocation, ventura: "0c806a90c453e7a2d00613d5350496a4444196a21f9debb0a014b704c7cbf9d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6bb8cad6e15b2ce9e7d8f5f491d3dc6420218b6262ea63fa00129df2e0b4d6ac" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9160e50845fa2b6bfe1ad6d33be4349ab1dae1b632cc962e1cf4a8128abc68a1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3558192ebdb84c37f3bdd6e08f629dafbeeb03d38f04baa1fe788fe7fa2ea6bf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c65e0420dce23b74e6fb00263f5997bbdbf9e4221aa359d53661793b8611a758" + sha256 cellar: :any_skip_relocation, sonoma: "0b465add3482295922e12702955f16919f3a3c16dcdd7a774214dbbc058a7f45" + sha256 cellar: :any_skip_relocation, ventura: "903319b68a8a065f1e1beb2b39a7817e216b67216f6deeb1a028a02313b526ad" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d7e4fd4101b52ce2a5fd6a59b06e181910d6fbac5412e7327d691214f40488db" end depends_on "go" => :build From 01b00220961b40e168d4abeec9ef72be1bd5112b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:15:23 +0000 Subject: [PATCH 05537/10074] restish: update 0.21.0 bottle. --- Formula/r/restish.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/restish.rb b/Formula/r/restish.rb index 35eee2b6b9675..a228b661f3a73 100644 --- a/Formula/r/restish.rb +++ b/Formula/r/restish.rb @@ -7,12 +7,12 @@ class Restish < Formula head "https://github.com/danielgtaylor/restish.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "af849ab00700354c245e51554623c3ebff73e73c96d4111b27d91fd63c3a46de" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "af849ab00700354c245e51554623c3ebff73e73c96d4111b27d91fd63c3a46de" - sha256 cellar: :any_skip_relocation, arm64_ventura: "af849ab00700354c245e51554623c3ebff73e73c96d4111b27d91fd63c3a46de" - sha256 cellar: :any_skip_relocation, sonoma: "e095d39764cc37c5a7d04ff8f7844fe85ef49872a48d4edb10e8456aa514b47a" - sha256 cellar: :any_skip_relocation, ventura: "e095d39764cc37c5a7d04ff8f7844fe85ef49872a48d4edb10e8456aa514b47a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a5dc617d1e1861651fba58b970338a23cf9fabbba515d11b4e8a51e8898e9ec" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8aa4ddbae64dffa735470d8981074ea73c0d12c1f2029fcfc9e734a9f348ea7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c3d2dca304c360b00dbb8e93605b7655fbaa2dc3654e9ff1f069ed63bd1f08e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b22e5d04d229446fd76949b5683c18185ee979aa8285db31e2de5693e8a9d8fb" + sha256 cellar: :any_skip_relocation, sonoma: "d34179ef97dd275569cac439f24bbfaedfbbf8e087b6cfc7e9d76caf7a3cf75b" + sha256 cellar: :any_skip_relocation, ventura: "1eadc3f54a712bdd3eaef9d6c3b709dcd6e3952e115a7014cef918fc15b192fb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "677209c2e2a6883004bfbb59a807e2206dd4bf5997715fbd7ae98decf24dcd72" end depends_on "go" => :build From 57ed76e77b2047fef8673bbd30c2e160c305d61c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:15:31 +0000 Subject: [PATCH 05538/10074] imessage-exporter: update 2.7.1 bottle. --- Formula/i/imessage-exporter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index 1ba5622c33dc6..24c9194c6c417 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -6,13 +6,13 @@ class ImessageExporter < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8bc0a58419257c1785e8d5dd3590c7093c2464f5abd71bede30095a53645ef9b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c06cd8b3fce163217727ba7db8b9b1faed06dfa614f4aec4df354506761d43f0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0f50f24ce9ac8fec391173cfe6eb2b9319e3051bdd6c417a593f2d94e49a8df3" - sha256 cellar: :any_skip_relocation, sonoma: "1e4cd22ed236e181e042701aacce339a07e75cf70d0a2f083109ce64b2e906f3" - sha256 cellar: :any_skip_relocation, ventura: "0b59c176198ac3a8b4f13f8d889fb5d9ffba6b1fc68e70416fd0f5e25339ed74" - sha256 cellar: :any_skip_relocation, arm64_linux: "37c41ae5ddc563338dafd5a3964f73a4865ece530f62d4c99b841c4e41c9ad93" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3686f45f3c8a6e5ec9651f6a4b92ff03a075c4ada8cd10b47a2ebb30782d2e0e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "440034dcd3eef669505e01befd1db069a05970ded10dcc7e738cee40bbe19812" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab8c2be26c0fcf942eb41e5b07dbd07d1737334a665615eda9bc87eddde56946" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6061991c50c97b0493a10a791ad6f1f51dafb73418cf85a7cbe326c1ba0f2707" + sha256 cellar: :any_skip_relocation, sonoma: "3bd17ea5ddca11d562dfb89633e652e3f46bf187632e4e21a3388bf1cbcd8af7" + sha256 cellar: :any_skip_relocation, ventura: "fb8e6aff799ed70fb06f00452339f08d9a7ce64e0dd44fad289c518dcae85c71" + sha256 cellar: :any_skip_relocation, arm64_linux: "1f5d9e44176717bcce7e06a8c4a10efb0b2534c21863fa249bf13119ae0f5f4e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc49028a93d5ff81b5655a99035119e8596cba6917684edc9bddcfa6c4f4f225" end depends_on "rust" => :build From 182ff72b8df9235317303d76c3ed30b425972b9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:15:43 +0000 Subject: [PATCH 05539/10074] exploitdb: update 2025-06-10 bottle. --- Formula/e/exploitdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 356a0ca7bcd1e..542912a00613e 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -8,13 +8,13 @@ class Exploitdb < Formula head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3553f6a3046835f7b5494a557f2f3a08a78db9b54fd0a01fc13f919030454d8c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa336f29a2b7243e8432954e60a4e8bb499be3fea5793d96cd3dd65cb614d107" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b29b6d007beb5f18c4b5076c2feedd57e69076e76c45758a514385dd9150f7c9" - sha256 cellar: :any_skip_relocation, sonoma: "209de21cbaea8eefb897c8356862dd1103f4ac8271595b87d0efb23105f4c0ac" - sha256 cellar: :any_skip_relocation, ventura: "57c361b5dfb07456d07cf4ddaa8b033bf7e22b00540eeb56f992cab2f178e342" - sha256 cellar: :any_skip_relocation, arm64_linux: "e63ff798c729b2572887a2c98ed966cb82c6d4c21160ff3a31fea1b4ce171bce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "214da39a294f694bbc1321b8d112d2c088791aa22d4887c330cd5eedfbf51103" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "288e24fa8d6a2ae724ec5af567be8e9c4447575af609e9da462b76209393a191" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1496f8794fd929cf74a952711429458473feb85d1ba838573860bc8444722a10" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8cfc4fe41008e7227211417bb62e6dcd667fb5ae5f244448b2e7a95a229e7fdb" + sha256 cellar: :any_skip_relocation, sonoma: "350f3e817a628a627966a2f7ba00c964c40077fa526de7966a212cb9b8579706" + sha256 cellar: :any_skip_relocation, ventura: "f528c2ad8c15f7f7fc3966ca2c4d109cfe6824719bc6ed6aaa002ff3957b148c" + sha256 cellar: :any_skip_relocation, arm64_linux: "588c7bcfc920a28094b94617062db7e99da85246cdb7d6821c57a7014b0cede3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "30b7583bac71d8fc252538ea4260bd33aca119a83639e3a2b5436afafab7bb1d" end def install From 8e0811f810ab3452a2d259022256a4c8a4df2c31 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:15:49 +0000 Subject: [PATCH 05540/10074] ioctl: update 2.2.0 bottle. --- Formula/i/ioctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ioctl.rb b/Formula/i/ioctl.rb index 481545e094ec2..8ae20adaf7d6f 100644 --- a/Formula/i/ioctl.rb +++ b/Formula/i/ioctl.rb @@ -12,13 +12,13 @@ class Ioctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "030fbe31b9e2166af259082211aa261e83d076f6a51da3dc6547be0375834d6b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "674e273961cc8f3590c9fd5dcbd45806fc9c259cbc7033f86dc95ad00fa1d412" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e808d19939fb4cd954e53d813bf1c92ff93459eec7860dc943a70d4808cfa468" - sha256 cellar: :any_skip_relocation, sonoma: "dc41a5f7a13c5a52b6b3ad3fd88169a2f2ba00889ca807c10a12e7d90058b276" - sha256 cellar: :any_skip_relocation, ventura: "8695571a76082a146a2f966e089d6d495eb35b95832ff0eedd872515d00f2d6f" - sha256 cellar: :any_skip_relocation, arm64_linux: "9d4a09ecf29ad86975fa9a292d14fdc97792dac67558e3406f4c46a355368c1a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d580fcb4495ddcaf8e6a0c25cadd870f02bf50d20f3b473f7715cc0951ddcc4c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5db80341a9e6cc410058100af41ba10c04fd7ffee2d30eff4faa905dba075d1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "55004ead094d3bad87c3d531d519184d884af65f29d8566bd438043ab76e0350" + sha256 cellar: :any_skip_relocation, arm64_ventura: "892d380c3f4290a77ef249e701a6297213a8028dbd643bd941b04d254ec1d40d" + sha256 cellar: :any_skip_relocation, sonoma: "4bb8ac454eeb5affe6ba3ae93e18878e3c0f9a37bd446752521b1a3c8e9b9102" + sha256 cellar: :any_skip_relocation, ventura: "6a2bfcaa40c3b30aa799caa31243149fa93763a9c6ca0587bf8959b4ced55e21" + sha256 cellar: :any_skip_relocation, arm64_linux: "c275113d89096c7155e68807f68daf30fd2bb995b901a96126b1e216aa1f86df" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a8bdb7582549e880948ceb747c8d53125340051bfd023d951f5c5aaa8c5c06c8" end depends_on "go" => :build From 04c09dd83e8d2f66ae33323a0f974b9ff0b0c8a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:24:16 +0000 Subject: [PATCH 05541/10074] block-goose-cli: update 1.0.27 bottle. --- Formula/b/block-goose-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/block-goose-cli.rb b/Formula/b/block-goose-cli.rb index 7d7a0b7912695..f6800cb5a3ba6 100644 --- a/Formula/b/block-goose-cli.rb +++ b/Formula/b/block-goose-cli.rb @@ -12,13 +12,13 @@ class BlockGooseCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "278202fd5cd298d0f3d6d181fdc01981cb40981283551814aefb35c315286bc3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "55f3b2bc38e79fdcd3ce587db0479fbdde034ce60afaaf91012b290c9c72a70a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e088b490f203c7c06c81e3bf7bc86b1b0c3e36833f9e36297f30ba3798fed329" - sha256 cellar: :any_skip_relocation, sonoma: "d3e4c7b671b2dd2a8b0bfc1d072c4a52a534f21c8301558140442b79e055c9fd" - sha256 cellar: :any_skip_relocation, ventura: "e13a0b894198b124366db523bb06873810fc447981136ade413961818be2502f" - sha256 cellar: :any_skip_relocation, arm64_linux: "a27a56cb19e8addbd4e700b9443dca6979266e48bbb0425681ab810a6d3c0ea3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1483a581fd8f9f2d0ff7300b13321d0a795158f7bd5d0ef0fc58545e4e32bd54" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cc30dda387a86d215332731835d8540a918ee474f357340c5fe17d6f4d640ba" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3276694e5eaa76843524aa7344204131071b1b702c4a061ef1792a2bac41ea41" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a2687cafa81676ee66123f2e021aa259c157d35c89d822820ea3270a8ffe090b" + sha256 cellar: :any_skip_relocation, sonoma: "15e1796adff3f3126ad551f9c1a590f2234349ae0e1e1d05ca04a6289ed415f1" + sha256 cellar: :any_skip_relocation, ventura: "fcf572dd86a036d4eaf7ac25cd59469e1522c0e9bb9a2df28033b2575704d2b1" + sha256 cellar: :any_skip_relocation, arm64_linux: "087092f69f4e1b1af96578b36b3fd805751717d088c5b0c4c4a33b05441562e7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c71cc72881aa3653365def16117b6d91c4008805f4440d844a0412beb0d94cea" end depends_on "pkgconf" => :build From 87ed913f7552fe854cecf3c73da3d10dfe7407b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:24:50 +0000 Subject: [PATCH 05542/10074] tomcat@10: update 10.1.42 bottle. --- Formula/t/tomcat@10.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/tomcat@10.rb b/Formula/t/tomcat@10.rb index 87a622a79b329..67b17a8eda3c7 100644 --- a/Formula/t/tomcat@10.rb +++ b/Formula/t/tomcat@10.rb @@ -11,7 +11,7 @@ class TomcatAT10 < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "e509d7be5ba27c453b2d74d0280fe07d0ce45d165525acaa96b74a05a233fd18" + sha256 cellar: :any_skip_relocation, all: "542f6fb97456c49c488cbb40481a787430731f90832191bf31c33a9e59e789e8" end keg_only :versioned_formula From 8838feb6b66bd01255e1de1dea0f0ff842141797 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:28:57 +0000 Subject: [PATCH 05543/10074] hamlib: update 4.6.3 bottle. --- Formula/h/hamlib.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hamlib.rb b/Formula/h/hamlib.rb index 586600ca84cf4..240d6331fb83e 100644 --- a/Formula/h/hamlib.rb +++ b/Formula/h/hamlib.rb @@ -7,13 +7,13 @@ class Hamlib < Formula head "https://github.com/hamlib/hamlib.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "9167a0022aa4c469cc54b917d0f4eccb1df3a8dd16c2bde575939a9bb363053f" - sha256 cellar: :any, arm64_sonoma: "c4aa54f5b84ad20d5378a77c1860de8ef5307a36e2ba4d44252c3236115e7f68" - sha256 cellar: :any, arm64_ventura: "29ca12dd53120b6219a72cf06003ac4f9f7b0136d3a906f2f7c7e283a677ad27" - sha256 cellar: :any, sonoma: "6e018327f7f25dc3826e923f7e1aff7c45f20a90a5682b9359f78d548b33e610" - sha256 cellar: :any, ventura: "49b659bd45a24723430fc33d608f8bbd247678183a9f67e7cf2ff95d6344fc96" - sha256 cellar: :any_skip_relocation, arm64_linux: "dd26f0e428ccfdf1090ce0a9ad4ea786949d88b3399e384084f5722dac54b877" - sha256 cellar: :any_skip_relocation, x86_64_linux: "39cd33fc06e7145cca060ed370d7c6b099dcd87eba63947403f947d9eac2d1a0" + sha256 cellar: :any, arm64_sequoia: "7ffbbba247c2c2285f2b19e9fda50646bbdd45476a293c4e908963d4614676ee" + sha256 cellar: :any, arm64_sonoma: "4f51a751b7b483c5ffebdcdf05d3bb8714cac40c651951d64bd0fdfbe3f79cc6" + sha256 cellar: :any, arm64_ventura: "26d39780b1b3ce9cc073bf395df38e65af1a7d163547c20322ab4347ed7c3969" + sha256 cellar: :any, sonoma: "56a9e21da503a34caf05686e2eeda246db01b6475dbbe55f40c0a3348fe22714" + sha256 cellar: :any, ventura: "79579e23604ae313fc22bfba9846d32e4ae56a2d72d93f086877a05d70ad0bbf" + sha256 cellar: :any_skip_relocation, arm64_linux: "59172cb178808e89786cfd91e82177e89e7dccb54eeadc3048a81f7f35685c65" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81a5f8de5f9041ba70cc9f11656c4707a8598fce8bbe4aa331df9eef25ac907c" end depends_on "autoconf" => :build From c34a371b538db1e66998d28a71e410729ca748c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:32:54 +0000 Subject: [PATCH 05544/10074] renovate: update 40.48.10 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index a9e3621f21b28..e3b437a2320ed 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "17759d959c67939462bae33ca1b593516ef353bb896e16a06e4f5c82db17d94a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ffaaa3f57a6b58d6362d41ea440942a0601ce79b2e1d540a1061ee24f9e645c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7a144557664f6dfe5404d425cb0896ae2cc3a58817222f4ceb2591bb88eb2f9a" - sha256 cellar: :any_skip_relocation, sonoma: "17e0f765a74cfc4012578695b92654919a008815d2ad0fea2b1dc764d9461457" - sha256 cellar: :any_skip_relocation, ventura: "f5920c022e53ae8710b8c1a3ad473b636f7cc906c198d7363421d78f9e3a5b62" - sha256 cellar: :any_skip_relocation, arm64_linux: "47fb5ff631631593f9616c58cb8bc99483d3d8b6ec5557ca1355ff57a3bbfbdb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aaefda6e09105511ff82a6281de7227461063f193c9753cef266cfbf836a8511" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8d6c48027326b0d147832c1a184d4515763099beea56e1a4dd2fec052b738df" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce02ffbdbc7aece298654a152e32b76584e2ffe8876fbcc2333c66689e299bcb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "16908391c834ba05904157db375f6174f7313e469ffca12f2f02294a0784f32b" + sha256 cellar: :any_skip_relocation, sonoma: "617bc306eb87a194e19030f1ba11d6faa6b428f021de0f03c8f8200beab734f8" + sha256 cellar: :any_skip_relocation, ventura: "b8921777aa77b3f6729c7c212b5da6712db327f596a7ce552f11b91817872a1c" + sha256 cellar: :any_skip_relocation, arm64_linux: "b6765ccb18aed6056465865a6d3f4b8a1ff8babbf5070c27bc622022bbf406c2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f485ffc17cc2344c3b5dbb72219773dbd233fa4db8120abcd13b4daca7077e91" end depends_on "node@22" From 9d5d96c7bdf420438af6ff0237fd70ef88463c7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:44:06 +0000 Subject: [PATCH 05545/10074] yt-dlp: update 2025.6.9 bottle. --- Formula/y/yt-dlp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yt-dlp.rb b/Formula/y/yt-dlp.rb index 2fa7128f2bc58..510900d187eb3 100644 --- a/Formula/y/yt-dlp.rb +++ b/Formula/y/yt-dlp.rb @@ -8,13 +8,13 @@ class YtDlp < Formula license "Unlicense" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "358a6ea172a67e1b98be8017e6551008a55929f8cfa38d7ce465db72574dbf58" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19a1466a3d34a6817ed53e22d1f62cbfc0b914ff8466e46e13cba485c4b082b7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "80bdb11bbae907bb3886ccc432db4c1722034068968ec0ee08015272ac7dc1a2" - sha256 cellar: :any_skip_relocation, sonoma: "9e1a428d100ab0a0ea1d6bba79eaed3260da62bf53411a647ce98aeff527c513" - sha256 cellar: :any_skip_relocation, ventura: "0a79d11c8abf77a09ec6e1aab56e71e820eb915be92ee5de4c851b0a9c3586a3" - sha256 cellar: :any_skip_relocation, arm64_linux: "b4a055cc90e890edafb3f6b39c458706504c4bf92facfa0851d79432621becd6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2d16d3a59e960273ec253a4962c89848e27dab5f74035400c41b0d80bf56e955" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6485edbed38cc3d713fb84223195bf045ff52b47f48c4d67f4d0a1387538ccac" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb1b42e9fa6e526573c7ef88d72bb88718b0355d8ead7b5cc80fabcb2873c5df" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4cbcbc3081adc683202df7d1143d764969e2902e7062b816a96d1b72c78594e8" + sha256 cellar: :any_skip_relocation, sonoma: "d9b9894dba9c049123fa386952789a1700f6c3e679b851b16fcced772bc89255" + sha256 cellar: :any_skip_relocation, ventura: "448a9b38d7a37b42cfaad9bfb5da8dd1c6f3f7ab07052383cca2dbb97c8c0966" + sha256 cellar: :any_skip_relocation, arm64_linux: "255b65b060d8f6f588d214e14216a88053aa543c89f46dd14926f2e8adfc5502" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb1a036ffb63c14919d9157f9391fb4e63de071372c1985841771dcc50a44487" end head do From 9ab6a9b3001f8ca85f7d88c98855ba79b05e8c0d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 10 Jun 2025 00:54:48 -0400 Subject: [PATCH 05546/10074] gerust 0.0.6 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/g/gerust.rb | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 Formula/g/gerust.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index e16aa2fdbd105..608ba6395651e 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1253,6 +1253,7 @@ geos geoserver geph4 gersemi +gerust getmail6 gettext gexiv2 diff --git a/Formula/g/gerust.rb b/Formula/g/gerust.rb new file mode 100644 index 0000000000000..9c4545f01ec73 --- /dev/null +++ b/Formula/g/gerust.rb @@ -0,0 +1,39 @@ +class Gerust < Formula + desc "Project generator for Rust backend projects" + homepage "https://gerust.rs/" + url "https://github.com/mainmatter/gerust/archive/refs/tags/v0.0.6.tar.gz" + sha256 "1036cc5461e91f775bf499575f2352cba8a91ac2c97d2b312bdc19601d300038" + license "MIT" + head "https://github.com/mainmatter/gerust.git", branch: "main" + + depends_on "pkgconf" => :build + depends_on "rust" => :build + depends_on "openssl@3" + + uses_from_macos "zlib" + + def install + ENV["OPENSSL_NO_VENDOR"] = "1" + ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix + + system "cargo", "install", *std_cargo_args + end + + test do + require "utils/linkage" + + assert_match version.to_s, shell_output("#{bin}/gerust --version") + + (testpath/"brewtest").mkpath + output = shell_output("#{bin}/gerust brewtest --minimal 2>&1") + assert_match "Could not generate project!", output + + [ + Formula["openssl@3"].opt_lib/shared_library("libssl"), + Formula["openssl@3"].opt_lib/shared_library("libcrypto"), + ].each do |library| + assert Utils.binary_linked_to_library?(bin/"gerust", library), + "No linkage with #{library.basename}! Cargo is likely using a vendored version." + end + end +end From 208da51b15b44cbd20b8afc70d678fb492450010 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Dec 2024 21:41:19 -0500 Subject: [PATCH 05547/10074] tun2proxy 0.7.10 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/t/tun2proxy.rb | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 Formula/t/tun2proxy.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index e16aa2fdbd105..8eac82534527c 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3807,6 +3807,7 @@ tty-solitaire ttyd ttyplot tuisky +tun2proxy tup twine twitch-cli diff --git a/Formula/t/tun2proxy.rb b/Formula/t/tun2proxy.rb new file mode 100644 index 0000000000000..2218e690abee6 --- /dev/null +++ b/Formula/t/tun2proxy.rb @@ -0,0 +1,31 @@ +class Tun2proxy < Formula + desc "Tunnel (TUN) interface for SOCKS and HTTP proxies" + homepage "https://github.com/tun2proxy/tun2proxy" + url "https://github.com/tun2proxy/tun2proxy/archive/refs/tags/v0.7.10.tar.gz" + sha256 "792b1267d47380289745dca1300d2e42a1c6f3f33af475a54031b0b56c4ff61c" + license "MIT" + head "https://github.com/tun2proxy/tun2proxy.git", branch: "master" + + livecheck do + url :stable + regex(/^v?(\d+(?:\.\d+)+)$/i) + end + + depends_on "rust" => :build + + def install + system "cargo", "install", *std_cargo_args + end + + test do + assert_match version.to_s, shell_output("#{bin}/tun2proxy-bin --version") + + expected = if OS.mac? + "Operation not permitted (os error 1)" + else + "No such file or directory (os error 2)" + end + + assert_match expected, shell_output("#{bin}/tun2proxy-bin --proxy socks5://127.0.0.1:1080 --tun utun4 2>&1", 1) + end +end From 2732ad07abaf4e094b07b61eda230a3c44ad7d1c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 04:59:37 +0000 Subject: [PATCH 05548/10074] fastlane 2.228.0 --- Formula/f/fastlane.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastlane.rb b/Formula/f/fastlane.rb index 977df3644fed7..dcbd7c7e1ef2e 100644 --- a/Formula/f/fastlane.rb +++ b/Formula/f/fastlane.rb @@ -1,8 +1,8 @@ class Fastlane < Formula desc "Easiest way to build and release mobile apps" homepage "https://fastlane.tools" - url "https://github.com/fastlane/fastlane/archive/refs/tags/2.227.2.tar.gz" - sha256 "c85ca2e8bdd49e5f8c5c3e52ac76fae382dfa3a7ff61873b161841675d4fb2e8" + url "https://github.com/fastlane/fastlane/archive/refs/tags/2.228.0.tar.gz" + sha256 "c481eb8fda99ec15fdae7c1092b9bfb0ab974fcc48fe814b790704cd2d890e45" license "MIT" head "https://github.com/fastlane/fastlane.git", branch: "master" From a53adf53d6476a435046e62af7b9adadaf476694 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:00:49 +0000 Subject: [PATCH 05549/10074] garnet 1.0.71 --- Formula/g/garnet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index f0301aae8d5c3..7a6d0824459a5 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -1,8 +1,8 @@ class Garnet < Formula desc "High-performance cache-store" homepage "https://microsoft.github.io/garnet/" - url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.70.tar.gz" - sha256 "dc0c685bf4367f980dcb937484ee3e2ebc1d3daf9e7ae415f6d9b9e1abf18c4d" + url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.71.tar.gz" + sha256 "25fc5864027cf41c9956e594d437b41696f5a1c0bb89e71a60c31525f0a844ea" license "MIT" bottle do From 1d7ae86ae76fac68b94bdfe8dfc5e66b021af4e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:05:03 +0000 Subject: [PATCH 05550/10074] kumactl 2.11.0 --- Formula/k/kumactl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kumactl.rb b/Formula/k/kumactl.rb index 46c31984d05e6..9855abcbfe421 100644 --- a/Formula/k/kumactl.rb +++ b/Formula/k/kumactl.rb @@ -1,8 +1,8 @@ class Kumactl < Formula desc "Kuma control plane command-line utility" homepage "https://kuma.io/" - url "https://github.com/kumahq/kuma/archive/refs/tags/2.10.1.tar.gz" - sha256 "03f49ee94353fd80c997929be338ebe0abeaad60286710fffa9d996e03ef1484" + url "https://github.com/kumahq/kuma/archive/refs/tags/2.11.0.tar.gz" + sha256 "1887e12a27b779d41111347bc5181573165cf6063bbcd622b50977d26c4e2a59" license "Apache-2.0" head "https://github.com/kumahq/kuma.git", branch: "master" From 555c914002a436acc973c1f67d4919345f3298e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:08:08 +0000 Subject: [PATCH 05551/10074] mimalloc 3.1.4 --- Formula/m/mimalloc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mimalloc.rb b/Formula/m/mimalloc.rb index ae15baf106675..7984e3aadbe6c 100644 --- a/Formula/m/mimalloc.rb +++ b/Formula/m/mimalloc.rb @@ -1,8 +1,8 @@ class Mimalloc < Formula desc "Compact general purpose allocator" homepage "https://github.com/microsoft/mimalloc" - url "https://github.com/microsoft/mimalloc/archive/refs/tags/v3.0.3.tar.gz" - sha256 "baf343041420e2924e1760bbbc0c111101c44e1cecb998e7951f646a957ee05f" + url "https://github.com/microsoft/mimalloc/archive/refs/tags/v3.1.4.tar.gz" + sha256 "84992bca18d6f74829b884c369de2707085b8248aaf3a1368e21f3993020171f" license "MIT" livecheck do From f7e34e11dcbdc582e31302ee27bccaf906e87d58 Mon Sep 17 00:00:00 2001 From: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:13:38 +0000 Subject: [PATCH 05552/10074] node: update 24.2.0 bottle. --- Formula/n/node.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/node.rb b/Formula/n/node.rb index 79f67c7009eff..ec5cdf569ec46 100644 --- a/Formula/n/node.rb +++ b/Formula/n/node.rb @@ -12,13 +12,13 @@ class Node < Formula end bottle do - sha256 arm64_sequoia: "4ac10d9be9e56660b2d32fe4507dd1580e938a7574a3e554f5a7d3562ef07c32" - sha256 arm64_sonoma: "ad210774381a24f6ac082d8b4f6ba7f65773dd4d5f55f67d0b678e8affe923df" - sha256 arm64_ventura: "406a1d8a31dcd3504de4d903932e696907bcfe10ba4ec9eab4e785fa6cd57732" - sha256 sonoma: "3aef4a32088fdaac97492ba0ff4a7c9ebda01fb0823d5470b4818615bbbed09a" - sha256 ventura: "c265b0bd932b266b363a749c9d3a22eeaab8fc8a6f28682e92279595137489fc" - sha256 arm64_linux: "949c55c64694e57eb1f54b59c989b299644a4cb3eb0393a3302d5ad5fa44adba" - sha256 x86_64_linux: "0fb5a847e017b00fb706ec09fc2cb9a07c0fdee05def0f9698ae516113dcb5f8" + sha256 arm64_sequoia: "e88d6ae68a2c5a0a23c69e79274d7ffb2f79a3bfa6ab65df494312bc6d00aedc" + sha256 arm64_sonoma: "24fe223b14e125d4e6631f01a2b123ed25780a21fa0ef2f24fbbb05c08f1b707" + sha256 arm64_ventura: "6c1e84a522f6d2ae85ebcfe301f41928805286c30c7b55cead32b8137da09a39" + sha256 sonoma: "f5c2b4020409ef1943d3530a2eeb0ac3d49a26340c3249616037caa3e4bc6f49" + sha256 ventura: "95d71229eba75556b5e0c768e76d011bf1bb5d3f443189f0cf6ea362e1c253b9" + sha256 arm64_linux: "847a82a6b40ce00ea584f82c23c7b280dcd9eb3dd85a0b6e5dce7a8a2a127909" + sha256 x86_64_linux: "24840cbebc6e64c04d21d00785631b7e48ac0c0f218d19d0ae0599e8e5418aab" end depends_on "pkgconf" => :build From 8b0bef7a3f6c940bc4016d6806cb07a468b0c026 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:44 +0200 Subject: [PATCH 05553/10074] t-rec: added `no_autobump!` --- Formula/t/t-rec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/t-rec.rb b/Formula/t/t-rec.rb index 9d54a3badb161..8dd193384c718 100644 --- a/Formula/t/t-rec.rb +++ b/Formula/t/t-rec.rb @@ -5,6 +5,8 @@ class TRec < Formula sha256 "1744fb7743209ea153a729f89e8e7f2f03bd61247488fbeea31abbe234087cd7" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "31e705c01ca086aeb97ea2ab92f97cdc982e8a2c003fa1262352c282c9e184f1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f6104c42e6d8dc1dd9c33f8d9a62b2c331054878b475991b1ed32ad72012cc6" From a036a2a3e2f0e5db7c11bb112edbe7e2d981fd3f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:45 +0200 Subject: [PATCH 05554/10074] t1utils: added `no_autobump!` --- Formula/t/t1utils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/t1utils.rb b/Formula/t/t1utils.rb index d2af1638cc2f2..d0cf536d9f6ea 100644 --- a/Formula/t/t1utils.rb +++ b/Formula/t/t1utils.rb @@ -5,6 +5,8 @@ class T1utils < Formula sha256 "61877935b1987044ddff4bb90a05200ca7164678a355e170bf5f1a5556cc9f29" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd84184aade118b7cbf5d85bf3f4265405a7120e4551f6fff8461fef9048abb7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a516ec13b48bdbfbdf2265ca8bd31425936bb0a1f17868325789e4cdf76cb0f1" From 6e61e2374ed11899a8de9960db860f59c15baac8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:45 +0200 Subject: [PATCH 05555/10074] tabulate: added `no_autobump!` --- Formula/t/tabulate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tabulate.rb b/Formula/t/tabulate.rb index 2ace6ad0f0441..9196734878878 100644 --- a/Formula/t/tabulate.rb +++ b/Formula/t/tabulate.rb @@ -9,6 +9,8 @@ class Tabulate < Formula "BSD-3-Clause", # termcolor.hpp ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "636ac9d2ecadd40138dc030e967b464b296cba28f5eb180377c7e18d18778f97" end From aab8c2fd334936024c55a58f46ea3b5d344c53b7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:45 +0200 Subject: [PATCH 05556/10074] tag: added `no_autobump!` --- Formula/t/tag.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tag.rb b/Formula/t/tag.rb index c613c4e6f3602..33a4e35da1058 100644 --- a/Formula/t/tag.rb +++ b/Formula/t/tag.rb @@ -7,6 +7,8 @@ class Tag < Formula revision 1 head "https://github.com/jdberry/tag.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0276d10f3dbc55011085ba7d45f74a29760a8985108e946be3d2c6abf0bdfb34" sha256 cellar: :any_skip_relocation, arm64_sonoma: "22c9b07c4317b1d90da2431a3679babf1381a98c6c1311f565bdd83b94c88389" From eb51d07cd1dbdcfe3a7c1e9eb9749a7033e7be59 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:45 +0200 Subject: [PATCH 05557/10074] tagref: added `no_autobump!` --- Formula/t/tagref.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tagref.rb b/Formula/t/tagref.rb index 22ed2636a3acd..c7dbde09fab01 100644 --- a/Formula/t/tagref.rb +++ b/Formula/t/tagref.rb @@ -5,6 +5,8 @@ class Tagref < Formula sha256 "47d18c8fe3b037fd32fbeeeb91cf763840a809050a82a386dd56f73505a375fd" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ead16f369050ce660900f833ef63cfa2040c7f0deba8a0545ee5fea24f57d15e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0aa631523fd3592e9f52b7abb2f5670a927cb6779515614eee07cefc71f88ff" From db8105edd57cf13107d42d92b1eba61e52e569c9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:45 +0200 Subject: [PATCH 05558/10074] tailor: added `no_autobump!` --- Formula/t/tailor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tailor.rb b/Formula/t/tailor.rb index 344de5612ca92..e89fb650dddc9 100644 --- a/Formula/t/tailor.rb +++ b/Formula/t/tailor.rb @@ -6,6 +6,8 @@ class Tailor < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ff96b6b585afcd69215b88d8a797bfc4115c987b6dbd58c1e844c8d7ff268fec" From 3161497331fb9626ec67344da4d737db1b78c7cd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:45 +0200 Subject: [PATCH 05559/10074] takt: added `no_autobump!` --- Formula/t/takt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/takt.rb b/Formula/t/takt.rb index 6d81f92ec9234..f44b734da7a3b 100644 --- a/Formula/t/takt.rb +++ b/Formula/t/takt.rb @@ -6,6 +6,8 @@ class Takt < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "89999aa891436126770e5d390013ec55a9f2eff6e569e046443de74b9cd648d5" sha256 arm64_sonoma: "9cf5685481804bc8482d1f8d9eaa3b7e41465e70e8d04662e81243d9ac139aef" From f545e3b3509cf40d10dd3fee2b634312796203d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:46 +0200 Subject: [PATCH 05560/10074] taktuk: added `no_autobump!` --- Formula/t/taktuk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/taktuk.rb b/Formula/t/taktuk.rb index fc9564a040276..96f4384bcae41 100644 --- a/Formula/t/taktuk.rb +++ b/Formula/t/taktuk.rb @@ -10,6 +10,8 @@ class Taktuk < Formula regex(/href=.*?taktuk[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0e5cd1f34fc2bc09417324bf325f1b3bfea7cc9e2b97ac622cd52fc1dceb6513" sha256 cellar: :any, arm64_sonoma: "6516efccc7a1a557ba95ca0694659a17f1e9a2f38e4ff58ff918b34a3c80273d" From 6fe01a46d4b693d59b3a6f3b39e6da9e646684bb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:46 +0200 Subject: [PATCH 05561/10074] tal: added `no_autobump!` --- Formula/t/tal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tal.rb b/Formula/t/tal.rb index f2ccff9327b4e..f1447e2586820 100644 --- a/Formula/t/tal.rb +++ b/Formula/t/tal.rb @@ -11,6 +11,8 @@ class Tal < Formula regex(/href=.*?tal[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd3c811b07d428e7beccf39eda7c3a0af73695f03188dfc7ea652472d492c794" sha256 cellar: :any_skip_relocation, arm64_sonoma: "94631ec0dafade563c1652e557981e5b4ed4f3583f3586bc9091be4d96c2b7b3" From fc06e9f454325076533b63aa0973914a2209d1f9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:46 +0200 Subject: [PATCH 05562/10074] tarsnap-gui: added `no_autobump!` --- Formula/t/tarsnap-gui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tarsnap-gui.rb b/Formula/t/tarsnap-gui.rb index eeef90dd411d4..38e94de8ca695 100644 --- a/Formula/t/tarsnap-gui.rb +++ b/Formula/t/tarsnap-gui.rb @@ -7,6 +7,8 @@ class TarsnapGui < Formula revision 1 head "https://github.com/Tarsnap/tarsnap-gui.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "c9cddf5f7eb1d96d77deabf95a9633bdc7fbc649f8349e6960db1f071346e34a" From df1bd0e599c8f110060c4ecbbcd61fcf308f3279 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:46 +0200 Subject: [PATCH 05563/10074] tarsnapper: added `no_autobump!` --- Formula/t/tarsnapper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tarsnapper.rb b/Formula/t/tarsnapper.rb index 91d03b7a1309f..416ed2b535593 100644 --- a/Formula/t/tarsnapper.rb +++ b/Formula/t/tarsnapper.rb @@ -8,6 +8,8 @@ class Tarsnapper < Formula license "BSD-2-Clause" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 7 sha256 cellar: :any, arm64_sequoia: "a3f3c24d9015ea8c6e555746211e7af56deb8ce020c047776cd06166f70c77d2" From b649f0a4224d709c05e2c71d4c55c180910a4c43 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:46 +0200 Subject: [PATCH 05564/10074] tart: added `no_autobump!` --- Formula/t/tart.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tart.rb b/Formula/t/tart.rb index 19ea439d30d05..12f375cbeec9d 100644 --- a/Formula/t/tart.rb +++ b/Formula/t/tart.rb @@ -7,6 +7,8 @@ class Tart < Formula sha256 "ca6a46c2373eb9c9e105d2a80229f7cbcdb03d5ce800173ec01b78424f5a5d7f" license "AGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "4dbd3a34414fec476db6ef5cb18ad889546b730e2f9e449ced3e2b14abd5dd30" sha256 cellar: :any_skip_relocation, arm64_ventura: "2938ae8b794f0875409753bc21f34b306e4ee39e73157d28fc2b1407b7bd39c1" From 8203a2ed30f8313016116c2feb545770f24bbaa6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:46 +0200 Subject: [PATCH 05565/10074] task-spooler: added `no_autobump!` --- Formula/t/task-spooler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/task-spooler.rb b/Formula/t/task-spooler.rb index 056f2ab05b53e..6f644b6d12f2c 100644 --- a/Formula/t/task-spooler.rb +++ b/Formula/t/task-spooler.rb @@ -10,6 +10,8 @@ class TaskSpooler < Formula regex(/href=.*?ts[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec87fc500e93595c87fc6624bd6321ce23f58e72c3b6050992e6d0f0856f24b2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f452fc17ad06bee57a2b4ea77cc8f8dc353f75de71ff41220675f1d89db96fd" From 55eee87408b228a4c0bb4b48947875f78c3d6fc6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:47 +0200 Subject: [PATCH 05566/10074] task@2: added `no_autobump!` --- Formula/t/task@2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/task@2.rb b/Formula/t/task@2.rb index 89c689bd6a64e..54aa146e325c4 100644 --- a/Formula/t/task@2.rb +++ b/Formula/t/task@2.rb @@ -10,6 +10,8 @@ class TaskAT2 < Formula regex(/^v?(2\.\d+\.\d+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f8c1a9cf2878e0f0167b9ec74d1ef1ffb393048efa96309e6c39295e1a83843e" sha256 arm64_sonoma: "82df1c51fe66c7f8981adea3530dcb68c461a994e4f63eb3010b9478bf66ee76" From 9ac1d0ef08f75fb8beb08c553621c215d316b816 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:47 +0200 Subject: [PATCH 05567/10074] taskd: added `no_autobump!` --- Formula/t/taskd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/taskd.rb b/Formula/t/taskd.rb index 923d5d4c87568..15dd3b8627abb 100644 --- a/Formula/t/taskd.rb +++ b/Formula/t/taskd.rb @@ -7,6 +7,8 @@ class Taskd < Formula revision 1 head "https://github.com/GothenburgBitFactory/taskserver.git", branch: "1.2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "61cffe43c79c6f9b87120529a75db6303a304526f47426999b22a3115418ee7a" From 983384792a7ec815f6657398df9e7bebcba60b04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:47 +0200 Subject: [PATCH 05568/10074] taskell: added `no_autobump!` --- Formula/t/taskell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/taskell.rb b/Formula/t/taskell.rb index 36c72d2e48a6a..1b60841a9c2b5 100644 --- a/Formula/t/taskell.rb +++ b/Formula/t/taskell.rb @@ -6,6 +6,8 @@ class Taskell < Formula sha256 "0d4f3f54fb0b975f969d7ef8a810bbc7a78e0b46aec28cc4cb337ee36e8abdfc" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "81cffc6cbe93688273e832ebe73d24f0f0b7e7ba39e6e09cdf22efa8c919c692" sha256 cellar: :any_skip_relocation, arm64_ventura: "d3d4adedf5311251d430126a527c229bc743f7ad10204f953669c46ed1ecb1ae" From 447ce1df35199700fdbaf88f9d0d5cbf53b0e2d8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:47 +0200 Subject: [PATCH 05569/10074] taskflow: added `no_autobump!` --- Formula/t/taskflow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/taskflow.rb b/Formula/t/taskflow.rb index e3ad8697e8ff2..82268eb64d506 100644 --- a/Formula/t/taskflow.rb +++ b/Formula/t/taskflow.rb @@ -6,6 +6,8 @@ class Taskflow < Formula license "MIT" head "https://github.com/taskflow/taskflow.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "19f3e408df4d63fc9360f3a8606b266c64788765291fd5ee92cba91c6d6f4c29" end From 391930b3985cfebbe08b42e657588a60b53e6c03 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:47 +0200 Subject: [PATCH 05570/10074] tasksh: added `no_autobump!` --- Formula/t/tasksh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tasksh.rb b/Formula/t/tasksh.rb index 3dd4d7423d141..ecc6bc47a77d9 100644 --- a/Formula/t/tasksh.rb +++ b/Formula/t/tasksh.rb @@ -12,6 +12,8 @@ class Tasksh < Formula regex(/href=.*?tasksh[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "71cf7963bf3f6eab310007ab05aafb9be4e4c766f6446f79671073cc7100a83f" From eadb25130a97b1dfef7b6235e98ecd2397141567 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:47 +0200 Subject: [PATCH 05571/10074] taskwarrior-tui: added `no_autobump!` --- Formula/t/taskwarrior-tui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/taskwarrior-tui.rb b/Formula/t/taskwarrior-tui.rb index 1d1f85f444d34..1feb904cd7178 100644 --- a/Formula/t/taskwarrior-tui.rb +++ b/Formula/t/taskwarrior-tui.rb @@ -11,6 +11,8 @@ class TaskwarriorTui < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7008f3327bebcfdae93a957ccad18327bb0b54fa10071fe7132af4d024d1f5bc" From 665c2af35298437d9b4fb7c127ec526403715980 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:48 +0200 Subject: [PATCH 05572/10074] tass64: added `no_autobump!` --- Formula/t/tass64.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tass64.rb b/Formula/t/tass64.rb index c2269e8052db2..badcf0184e95d 100644 --- a/Formula/t/tass64.rb +++ b/Formula/t/tass64.rb @@ -5,6 +5,8 @@ class Tass64 < Formula sha256 "9d83be3d23a2c55e085b7c7a7856c2f96080447ea120a6a8c21a217ed76427f0" license all_of: ["GPL-2.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-only", "MIT"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d23f98e527d005deb40dd737df7e79ddcaa192953a55effa2fbaa9907b0ce9cb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "26ba4c9a64c5b1d8aaba7e1c56d886471187bfb5a7bc07a96f1b07c6959a6489" From b506911fd92ceeac0c49b4109381002f2e49fc5b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:48 +0200 Subject: [PATCH 05573/10074] tcc: added `no_autobump!` --- Formula/t/tcc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tcc.rb b/Formula/t/tcc.rb index e3e5e7878e5b7..b6c64314ba48d 100644 --- a/Formula/t/tcc.rb +++ b/Formula/t/tcc.rb @@ -20,6 +20,8 @@ class Tcc < Formula regex(/href=.*?tcc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 catalina: "68930891a8746b34b372ecfe43a6a042d0097414713c831353a095135d7b9569" sha256 mojave: "ca8cd4827e72201cd5f368b5b74b9dead8554e0188b7ea63f81926d775d704e9" From 84dcb65543e63989ee15feaea085fab1f3182385 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:48 +0200 Subject: [PATCH 05574/10074] tclap: added `no_autobump!` --- Formula/t/tclap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tclap.rb b/Formula/t/tclap.rb index 193eb3bfaa43b..3c234f59288bd 100644 --- a/Formula/t/tclap.rb +++ b/Formula/t/tclap.rb @@ -10,6 +10,8 @@ class Tclap < Formula regex(%r{url=.*?/tclap[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1067d4df91f61b3a6af2efd80c62b4359cc7f1f9088892ad9443d13be791bc0a" From 4aee8a779d93123cc527cb69e661a1699beb233d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:48 +0200 Subject: [PATCH 05575/10074] tcpflow: added `no_autobump!` --- Formula/t/tcpflow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tcpflow.rb b/Formula/t/tcpflow.rb index 8c05246d8dcca..7ade0399aacf2 100644 --- a/Formula/t/tcpflow.rb +++ b/Formula/t/tcpflow.rb @@ -10,6 +10,8 @@ class Tcpflow < Formula regex(/href=.*?tcpflow[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "173cfbc01371f93960738b1c9d0a7fc46f4ee1ea3f3932710c7f7359e7b80c3a" From 166f2b9a7c3d9b01d4960e0703aa1addcca5da5a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:48 +0200 Subject: [PATCH 05576/10074] tcping: added `no_autobump!` --- Formula/t/tcping.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tcping.rb b/Formula/t/tcping.rb index fc3a69619d96a..c77b7bca15fce 100644 --- a/Formula/t/tcping.rb +++ b/Formula/t/tcping.rb @@ -11,6 +11,8 @@ class Tcping < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b43eafbc84776f3718d8fdcad688ca581d2b3e74de5de6f199d6af57ed810930" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3658deb0ed9da1938d4c2a6c4336fdc51ac8a2037365a9b9b19708d5c16d7cd9" From 67e2a2bb6fd53c2448a3601843256ae6d12b470f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:48 +0200 Subject: [PATCH 05577/10074] tcpkali: added `no_autobump!` --- Formula/t/tcpkali.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tcpkali.rb b/Formula/t/tcpkali.rb index a96cb668d56d0..4d610a7d715f2 100644 --- a/Formula/t/tcpkali.rb +++ b/Formula/t/tcpkali.rb @@ -5,6 +5,8 @@ class Tcpkali < Formula sha256 "a9a15a1703fc4960360a414ee282d821a7b42d4bbba89f9e72a796164ff69598" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3356d233dace7efe54b216d5ba97ed31a4ad7e800bb94ad5bc078dcdda8e7a0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e39e3dddac6717a918e86cb86f552ccc71c2a828b361599083a0d36fa3e79780" From e0b4947b01046a0b033596cbbdb2f8ba34fae54f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:49 +0200 Subject: [PATCH 05578/10074] tcpstat: added `no_autobump!` --- Formula/t/tcpstat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tcpstat.rb b/Formula/t/tcpstat.rb index 3df4cdec690be..f6be34a82c524 100644 --- a/Formula/t/tcpstat.rb +++ b/Formula/t/tcpstat.rb @@ -7,6 +7,8 @@ class Tcpstat < Formula license "BSD-2-Clause" head "https://github.com/jtt/tcpstat.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e7c67338b0d6c0f83589d31ce70046af5888a6bb752e5f2d69361d81b57ef99" sha256 cellar: :any_skip_relocation, arm64_sonoma: "05facda1f2a318b0253ef9b01500561ed6791d0b5143c5aeb05d1187902a6758" From 84404dc4038a831e9aa4e67b980417778c6796da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:49 +0200 Subject: [PATCH 05579/10074] tcptrace: added `no_autobump!` --- Formula/t/tcptrace.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tcptrace.rb b/Formula/t/tcptrace.rb index 737fee753baf6..79c0ff94dd34f 100644 --- a/Formula/t/tcptrace.rb +++ b/Formula/t/tcptrace.rb @@ -8,6 +8,8 @@ class Tcptrace < Formula sha256 "63380a4051933ca08979476a9dfc6f959308bc9f60d45255202e388eb56910bd" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d117c6645454b8a7d360ca644eff63f362abe2ce853b5d01733c67a49ca4373" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5391990c5db4c21d094d243368443f039990ed44da3d07e0a52b2f0922a3a6a5" From 2f6bf63d7076ebb3ff1d2886b41f87e1522de535 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:49 +0200 Subject: [PATCH 05580/10074] tcptunnel: added `no_autobump!` --- Formula/t/tcptunnel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tcptunnel.rb b/Formula/t/tcptunnel.rb index b7792e68457b3..83ca27c8bdc3e 100644 --- a/Formula/t/tcptunnel.rb +++ b/Formula/t/tcptunnel.rb @@ -5,6 +5,8 @@ class Tcptunnel < Formula sha256 "1926e2636d26570035a5a0292c8d7766c4a9af939881121660df0d0d4513ade4" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cda7483257c117ca1f5fa465c9659b2dd6ca6e88705c95c19a299b0bbdd2319" sha256 cellar: :any_skip_relocation, arm64_sonoma: "566b47c82002d0bebdd2d445c83e6c32640e42cbbbb9d7b818b0519b62c0f252" From 02e0b6677ec65184d7cc4de9fcfa99cd324af670 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:49 +0200 Subject: [PATCH 05581/10074] tctl: added `no_autobump!` --- Formula/t/tctl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tctl.rb b/Formula/t/tctl.rb index 117bcddbae844..b7d1e79fc40ec 100644 --- a/Formula/t/tctl.rb +++ b/Formula/t/tctl.rb @@ -5,6 +5,8 @@ class Tctl < Formula sha256 "945272db4860e3a015e43b4ffc8fc24ecd585e604f4b94b3a964d2f4e51b9c32" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7820bd1e43e2d0b5fbbbf20ac2592642c42d2085c2f8ec4c96a98ec609fb6a35" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac5e8aca07861abbfb56081050cfb6faa543a8ccb5ce8c800b5f0197de90cbfb" From b17d0543e9bbe737bf8cb05a75252a617dce895e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:50 +0200 Subject: [PATCH 05582/10074] td: added `no_autobump!` --- Formula/t/td.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/td.rb b/Formula/t/td.rb index bd70115473f14..e8ba829d0758b 100644 --- a/Formula/t/td.rb +++ b/Formula/t/td.rb @@ -5,6 +5,8 @@ class Td < Formula sha256 "e85468dad3bf78c3fc32fc2ab53ef2d6bc28c3f9297410917af382a6d795574b" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "386a1ba61c06bcdafaa9afedf609caa8eba893e2dbe50326122e03495ad9eff1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cea6b716c9daded4db7c3f1da8515348cd5ab876eefc9c8e1e28e3a3833379ef" From 8f98aefe3f6f42fa677266599ea48dce4d458d4e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:50 +0200 Subject: [PATCH 05583/10074] tdlib: added `no_autobump!` --- Formula/t/tdlib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tdlib.rb b/Formula/t/tdlib.rb index ed9410976ce6e..9b1b6a120595a 100644 --- a/Formula/t/tdlib.rb +++ b/Formula/t/tdlib.rb @@ -6,6 +6,8 @@ class Tdlib < Formula license "BSL-1.0" head "https://github.com/tdlib/td.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "4fcaff4924fb49375c92b662b6ee8a5271594413b2b2e118a37daf71bbe4b829" From eba9befaedb122ad8956674541cd95c8143fcdfc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:50 +0200 Subject: [PATCH 05584/10074] tdom: added `no_autobump!` --- Formula/t/tdom.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tdom.rb b/Formula/t/tdom.rb index 7472d1714b859..a36061eb71908 100644 --- a/Formula/t/tdom.rb +++ b/Formula/t/tdom.rb @@ -5,6 +5,8 @@ class Tdom < Formula sha256 "ce22e3f42da9f89718688bf413b82fbf079b40252ba4dd7f2a0e752232bb67e8" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f98f56e8f8be62637a79a2a50e0e25c4560336a00d0aa3b33350f2b8021d9337" sha256 cellar: :any, arm64_sonoma: "05e1ab5a96379f4cf427299ef7fc13cc7295201d099ebd729b4caca07ea29147" From 49b66d1ea0bda83b7f8eb09362f7ca7a68bbae8a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:50 +0200 Subject: [PATCH 05585/10074] tea: added `no_autobump!` --- Formula/t/tea.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tea.rb b/Formula/t/tea.rb index 7a0f212d0383e..83de27088ace3 100644 --- a/Formula/t/tea.rb +++ b/Formula/t/tea.rb @@ -6,6 +6,8 @@ class Tea < Formula license "MIT" head "https://gitea.com/gitea/tea.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c12a9d559cd244dbae08c5576befbeb130106654a28840949dec0ae5eb078a9" From bf657b370db7c9cf876149626777f86a39906022 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:50 +0200 Subject: [PATCH 05586/10074] technitium-dns: added `no_autobump!` --- Formula/t/technitium-dns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/technitium-dns.rb b/Formula/t/technitium-dns.rb index 216863ddabb97..09d23c7b665d5 100644 --- a/Formula/t/technitium-dns.rb +++ b/Formula/t/technitium-dns.rb @@ -5,6 +5,8 @@ class TechnitiumDns < Formula sha256 "37ade6327dc63700b4a63db6347d3174112d8ffcb817645073f7e5e114e76400" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a501489591cd182a2acd46fa546b3cd716eed5fa2009c5943a76340e2198c666" sha256 cellar: :any_skip_relocation, arm64_sonoma: "047ed2ef79d6f7b05619f0573e3f1a1bc60d45220ae23e40b0b5e851b291250a" From 2ff9dfa4dc2790e1ffdfb6b0c349a34ab5ff907e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:50 +0200 Subject: [PATCH 05587/10074] technitium-library: added `no_autobump!` --- Formula/t/technitium-library.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/technitium-library.rb b/Formula/t/technitium-library.rb index ec55be91b732b..ea0443f143200 100644 --- a/Formula/t/technitium-library.rb +++ b/Formula/t/technitium-library.rb @@ -5,6 +5,8 @@ class TechnitiumLibrary < Formula sha256 "b191357282562662b11563d80476d18061e7cb7adf6d5b0637e012c5e961faae" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e4cb83b00dd9588bf345937b4221fd0b8c5e12ba18f149ff5de729bc6df4334" sha256 cellar: :any_skip_relocation, arm64_sonoma: "28984faece182530989be911c65002be59e1ed4a8a828d10ce834223af4ce65d" From 4e9f234ee9bab067d4d247c4cc249223a4f54551 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:51 +0200 Subject: [PATCH 05588/10074] teem: added `no_autobump!` --- Formula/t/teem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/teem.rb b/Formula/t/teem.rb index 3e73bd4a4ee2a..00b13067ce778 100644 --- a/Formula/t/teem.rb +++ b/Formula/t/teem.rb @@ -7,6 +7,8 @@ class Teem < Formula license :cannot_represent head "https://svn.code.sf.net/p/teem/code/teem/trunk" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "81b45cdf2ea8755adac691f6e58accc314cf9ddfe9152c3f017fd839df3da9c2" sha256 cellar: :any, arm64_sonoma: "3e9555bbe75fe5a36a3f62a36434158fa024153accdb69266ffce6d59254fed7" From e4aa40c1ac32e04909c6da9cd60e9680042e64f4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:51 +0200 Subject: [PATCH 05589/10074] telegram-downloader: added `no_autobump!` --- Formula/t/telegram-downloader.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/telegram-downloader.rb b/Formula/t/telegram-downloader.rb index 3930bee74b873..c61afa4d1a35f 100644 --- a/Formula/t/telegram-downloader.rb +++ b/Formula/t/telegram-downloader.rb @@ -6,6 +6,8 @@ class TelegramDownloader < Formula license "AGPL-3.0-only" head "https://github.com/iyear/tdl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "99d307605dc690de7501f0bafafc35731bb575a3c21b92e786fbd66aab3ebb2c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbb286bc65050ea2f360cc19265521fb44282a47371b5522946b56eecdf99aa7" From 3e08a5430a2d12d57ce222444f78a34062fb940e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:51 +0200 Subject: [PATCH 05590/10074] temporal_tables: added `no_autobump!` --- Formula/t/temporal_tables.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/temporal_tables.rb b/Formula/t/temporal_tables.rb index 1f1daf26a98a6..f1e261b2a5e5d 100644 --- a/Formula/t/temporal_tables.rb +++ b/Formula/t/temporal_tables.rb @@ -11,6 +11,8 @@ class TemporalTables < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcc21d71656c35c2fce9354192edb11f0751ef87d0fd7fae94563f7ef93ed4d7" From 307c5665c70dcecdf84b259dc9891302927ae3d2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:51 +0200 Subject: [PATCH 05591/10074] tenyr: added `no_autobump!` --- Formula/t/tenyr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tenyr.rb b/Formula/t/tenyr.rb index 092be05b55cd1..9bd7b5bef0531 100644 --- a/Formula/t/tenyr.rb +++ b/Formula/t/tenyr.rb @@ -6,6 +6,8 @@ class Tenyr < Formula license "MIT" head "https://github.com/kulp/tenyr.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "4067084c37f782e15f3b179f7dedc7a599c66b791e3c0aa013e7dbc8ae804e0f" From ecf59a61d6c921a78414e3076e311a64749c141c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:51 +0200 Subject: [PATCH 05592/10074] term: added `no_autobump!` --- Formula/t/term.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/term.rb b/Formula/t/term.rb index d7524083edca0..e7129b613ed10 100644 --- a/Formula/t/term.rb +++ b/Formula/t/term.rb @@ -9,6 +9,8 @@ class Term < Formula skip "Cannot reliably check for new releases upstream" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d96e3974bb4da6fa39f80ef74835a9c3be1e9b39679293e30552bdeeef1b15b" sha256 cellar: :any_skip_relocation, arm64_ventura: "6dd9dd17ed477530310c64097beb15b38091a3b63c90c76289908ac550bb83d1" From 30e5d9504396623bfad479dd3a432b9afe1bccf1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:51 +0200 Subject: [PATCH 05593/10074] termbox: added `no_autobump!` --- Formula/t/termbox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/termbox.rb b/Formula/t/termbox.rb index 45a93637f9e35..df656baf753bd 100644 --- a/Formula/t/termbox.rb +++ b/Formula/t/termbox.rb @@ -6,6 +6,8 @@ class Termbox < Formula license "MIT" head "https://github.com/termbox/termbox.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "571090957f2e0ff1cc0bf2f15802e7e1585e769e14ebdaf2fd6ac649d5a26602" sha256 cellar: :any, arm64_sonoma: "4f40420e806ed17a377452472803016909039a1d5054483e14bde23583ca2ea8" From 07c4a64439fc44f405bdb2f2dc4547258566c26d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:52 +0200 Subject: [PATCH 05594/10074] termcolor: added `no_autobump!` --- Formula/t/termcolor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/termcolor.rb b/Formula/t/termcolor.rb index 9635ce3b44b30..9883e8a3ae363 100644 --- a/Formula/t/termcolor.rb +++ b/Formula/t/termcolor.rb @@ -5,6 +5,8 @@ class Termcolor < Formula sha256 "435994c32557674469404cb1527c283fdcf45746f7df75fd2996bb200d6a759f" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "d521f9450ba8bfd71eb601ff8d6ac8e8705c12caf6d10bf8d3f2808463d48091" From f5585d39dbc566b9f5169cd65c4527c93eb3a3d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:52 +0200 Subject: [PATCH 05595/10074] terminal-notifier: added `no_autobump!` --- Formula/t/terminal-notifier.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terminal-notifier.rb b/Formula/t/terminal-notifier.rb index 35c3f23960cb9..5158e991778fe 100644 --- a/Formula/t/terminal-notifier.rb +++ b/Formula/t/terminal-notifier.rb @@ -6,6 +6,8 @@ class TerminalNotifier < Formula license "MIT" head "https://github.com/julienXX/terminal-notifier.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "838ac4918afdb8464694e9236c4c61cde9b6d36caa35d01bbc00c6445015c77e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9814bfe9969788afd44c03f4469cf732ab61931a645da58a00b33f95126a381c" From a0d06caef87cef438ac6198efac1af7ed421db0a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:52 +0200 Subject: [PATCH 05596/10074] terminalimageviewer: added `no_autobump!` --- Formula/t/terminalimageviewer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terminalimageviewer.rb b/Formula/t/terminalimageviewer.rb index 4724e243d8a0a..f075dc3f572f1 100644 --- a/Formula/t/terminalimageviewer.rb +++ b/Formula/t/terminalimageviewer.rb @@ -6,6 +6,8 @@ class Terminalimageviewer < Formula license "Apache-2.0" head "https://github.com/stefanhaustein/TerminalImageViewer.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ee22b5d19739497f5fd9a9e082da1106cca1ebe64d1307ddb436ba7c435671a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b97f5e9862b3628ec382a93bea224821d85b770dc7e6024c434148993a48a6e" From 5c2fa2d00b8aaa7b664f9db4b1862c17719426d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:52 +0200 Subject: [PATCH 05597/10074] termrec: added `no_autobump!` --- Formula/t/termrec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/termrec.rb b/Formula/t/termrec.rb index cfc7612479fff..7833254e91415 100644 --- a/Formula/t/termrec.rb +++ b/Formula/t/termrec.rb @@ -11,6 +11,8 @@ class Termrec < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "e49f5031c0c2bd9c8a17c75bd3d345755a47525ef4a68d32ca257dcb47b7eb10" From c4d21ec361c9248aa07dd1da5ca4d91ae42e66c4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:52 +0200 Subject: [PATCH 05598/10074] termshark: added `no_autobump!` --- Formula/t/termshark.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/termshark.rb b/Formula/t/termshark.rb index 77005e5d4c85e..e13d3e0848fd3 100644 --- a/Formula/t/termshark.rb +++ b/Formula/t/termshark.rb @@ -5,6 +5,8 @@ class Termshark < Formula sha256 "949c71866fcd2f9ed71a754ea9e3d1bdc23dee85969dcdc78180f1d18ca8b087" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a0c4f19d16204de97425576057c2ac0d841a78bb26981703c919ed102e104982" sha256 cellar: :any_skip_relocation, arm64_sonoma: "097ad857907c26ef893a9f0863fbe6d21d49d5015068c3bc981f0c7a522ba52f" From a93c46f7dc1e2ed275b7a33566ed72807eea81c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:53 +0200 Subject: [PATCH 05599/10074] tern: added `no_autobump!` --- Formula/t/tern.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tern.rb b/Formula/t/tern.rb index a549e858b7004..76984de2614ea 100644 --- a/Formula/t/tern.rb +++ b/Formula/t/tern.rb @@ -8,6 +8,8 @@ class Tern < Formula license "BSD-2-Clause" head "https://github.com/tern-tools/tern.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any, arm64_sequoia: "9594d3b770425800447abf9fc76b1b63de4e5223e7e3723baa5d5b166d03d31b" From 23915df085079401ce4316d97f3d3c07ffd3850e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:53 +0200 Subject: [PATCH 05600/10074] terraform-docs: added `no_autobump!` --- Formula/t/terraform-docs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terraform-docs.rb b/Formula/t/terraform-docs.rb index 02bc4ab62463d..c32775f20ea7a 100644 --- a/Formula/t/terraform-docs.rb +++ b/Formula/t/terraform-docs.rb @@ -5,6 +5,8 @@ class TerraformDocs < Formula sha256 "793ad60be207292b9f27664d5c73bd75512e7a5e458b0fe2daa872b5ad46d6a9" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "61839fb6a203ccc38e8c8f6d17eac0180ca754dfee8acb2c22caf36462445270" sha256 cellar: :any_skip_relocation, arm64_sonoma: "077a2f758437da21b2261542136cce7ef0e3a25a49bc9302881656c80710000c" From e3eb429637576c6ebdc256fc4dc2a6b94fad1d69 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:53 +0200 Subject: [PATCH 05601/10074] terraform-graph-beautifier: added `no_autobump!` --- Formula/t/terraform-graph-beautifier.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terraform-graph-beautifier.rb b/Formula/t/terraform-graph-beautifier.rb index a288b767cbe0c..bb9217322bde9 100644 --- a/Formula/t/terraform-graph-beautifier.rb +++ b/Formula/t/terraform-graph-beautifier.rb @@ -6,6 +6,8 @@ class TerraformGraphBeautifier < Formula license "Apache-2.0" head "https://github.com/pcasteran/terraform-graph-beautifier.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0baf8c158de8191e5c9cbbd0c77397e78d000045857e37784c3dd73cc9e042b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcc2b1e8bb7321d175baf7210354cd1985c2caf162445b0ad0bb89edf0f9277a" From f52927838abd32070a6e1b123047366a2eac7760 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:53 +0200 Subject: [PATCH 05602/10074] terraform-lsp: added `no_autobump!` --- Formula/t/terraform-lsp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terraform-lsp.rb b/Formula/t/terraform-lsp.rb index 7406a3317a097..f63761813d1c3 100644 --- a/Formula/t/terraform-lsp.rb +++ b/Formula/t/terraform-lsp.rb @@ -7,6 +7,8 @@ class TerraformLsp < Formula license "MIT" head "https://github.com/juliosueiras/terraform-lsp.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e98d5085bd970cb5d03bc97f210858c8de0115a912ac62dd7859749b84fd5a98" sha256 cellar: :any_skip_relocation, arm64_sonoma: "42d32b5aa73ae3c3cb86c68edfcd9d244dc42f78adfc93967529961648625255" From 8a9f20090e1dc1e906d276a7b9dd9f48028e0b51 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:53 +0200 Subject: [PATCH 05603/10074] terraform-rover: added `no_autobump!` --- Formula/t/terraform-rover.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terraform-rover.rb b/Formula/t/terraform-rover.rb index 3161ea7bd7d60..653f603052bd4 100644 --- a/Formula/t/terraform-rover.rb +++ b/Formula/t/terraform-rover.rb @@ -5,6 +5,8 @@ class TerraformRover < Formula sha256 "491709df11c70c9756e55f4cd203321bf1c6b92793b8db91073012a1f13b42e5" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c8bae1c6ef570dad674bd7984d2f20ee36b55d92c2c73e9ea6fb96d1fbad622" From f5daaa9e57cc5e20eb8a5baaa0cbdb50c82ebb72 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:53 +0200 Subject: [PATCH 05604/10074] terraform: added `no_autobump!` --- Formula/t/terraform.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terraform.rb b/Formula/t/terraform.rb index ee2dbea45ad04..87383b557e3ae 100644 --- a/Formula/t/terraform.rb +++ b/Formula/t/terraform.rb @@ -9,6 +9,8 @@ class Terraform < Formula license "MPL-2.0" head "https://github.com/hashicorp/terraform.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "87e8faf4dc4090ff8259a2cc258ac20518c154989af694475a3105d5ad57d664" From e66ead5a5ed6bb5317f588069fa0f745089241b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:54 +0200 Subject: [PATCH 05605/10074] terraform_landscape: added `no_autobump!` --- Formula/t/terraform_landscape.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terraform_landscape.rb b/Formula/t/terraform_landscape.rb index 3978653ce6e6c..494a874caf5f7 100644 --- a/Formula/t/terraform_landscape.rb +++ b/Formula/t/terraform_landscape.rb @@ -5,6 +5,8 @@ class TerraformLandscape < Formula sha256 "9e9b8e00aacf821fd07c9e3194e1e9f5824032dad4b12995649bcd9c59731ee1" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "6e403181c8828200717e99f9c86505f294c787db63060d1a356b4d95bff92f62" From 5e78a835b244c2dbe6f2ea4d7bea8b07b0d19625 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:54 +0200 Subject: [PATCH 05606/10074] terrahub: added `no_autobump!` --- Formula/t/terrahelp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terrahelp.rb b/Formula/t/terrahelp.rb index f791b12e2c283..d9b9d3a9fc477 100644 --- a/Formula/t/terrahelp.rb +++ b/Formula/t/terrahelp.rb @@ -6,6 +6,8 @@ class Terrahelp < Formula license "Apache-2.0" head "https://github.com/opencredo/terrahelp.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5fc796c20c29a328691b8499b2987a5249ea4be381ceb270d73200dfd310f85" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c077330b4b023abcd41cc69010561ff2046b426a760ea6129ff496df69416b04" From ef0052a9130bbe503fd898f9f8d41ef6b4235af1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:54 +0200 Subject: [PATCH 05607/10074] terrapin-scanner: added `no_autobump!` --- Formula/t/terrapin-scanner.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terrapin-scanner.rb b/Formula/t/terrapin-scanner.rb index faedd95473ca3..bf96b8f47fb3e 100644 --- a/Formula/t/terrapin-scanner.rb +++ b/Formula/t/terrapin-scanner.rb @@ -6,6 +6,8 @@ class TerrapinScanner < Formula license "Apache-2.0" head "https://github.com/RUB-NDS/Terrapin-Scanner.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d313ceecb351ed4b58d37e59fefe4092122577466cf8df2eb21fac0aca78514" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7f6c8f5b37b3e428566572156b3b2aafd3cbae6b682bb816e2a7383d12b3e87" From 384cb0ede1c4810cc2dcd15d9373d8dd97583883 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:54 +0200 Subject: [PATCH 05608/10074] tesseract-lang: added `no_autobump!` --- Formula/t/tesseract-lang.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tesseract-lang.rb b/Formula/t/tesseract-lang.rb index 84b252297a903..94d42eea79072 100644 --- a/Formula/t/tesseract-lang.rb +++ b/Formula/t/tesseract-lang.rb @@ -5,6 +5,8 @@ class TesseractLang < Formula sha256 "d0e3bb6f3b4e75748680524a1d116f2bfb145618f8ceed55b279d15098a530f9" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "ff6da65c5137edfec72e7826768d1d8f3fb311c45eb8c0ba21cfff191a7ed56c" From b95cf17897ca710d3882151148b38e7ed5a586e1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:55 +0200 Subject: [PATCH 05609/10074] testdisk: added `no_autobump!` --- Formula/t/testdisk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/testdisk.rb b/Formula/t/testdisk.rb index e11fadfe7a9bc..561b78e6dc610 100644 --- a/Formula/t/testdisk.rb +++ b/Formula/t/testdisk.rb @@ -10,6 +10,8 @@ class Testdisk < Formula regex(/href=.*?testdisk[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1726a772720eff30c93476660a6ce2ee68c89b400e5247086ebf6b77b27c1b84" sha256 cellar: :any_skip_relocation, arm64_sonoma: "76fe31d9656985c415243cdb7ab5a1f65696f8bcebebd2f2a1308517e870f205" From d246305cf5813cf5f9b532b652ac874f8d05e848 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:55 +0200 Subject: [PATCH 05610/10074] texi2html: added `no_autobump!` --- Formula/t/texi2html.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/texi2html.rb b/Formula/t/texi2html.rb index fbcbf736294c8..7e4b0fa82e498 100644 --- a/Formula/t/texi2html.rb +++ b/Formula/t/texi2html.rb @@ -9,6 +9,8 @@ class Texi2html < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f76e24ff2903b5bc781b51c1fa641893343610b6827eed40af85063af2def71" From 9d95ad475637cab823fc3b506879c256b4baf0f9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:55 +0200 Subject: [PATCH 05611/10074] texi2mdoc: added `no_autobump!` --- Formula/t/texi2mdoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/texi2mdoc.rb b/Formula/t/texi2mdoc.rb index bc5ca34799fbd..e6c186dc44272 100644 --- a/Formula/t/texi2mdoc.rb +++ b/Formula/t/texi2mdoc.rb @@ -10,6 +10,8 @@ class Texi2mdoc < Formula regex(/href=.*?texi2mdoc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a769b9b0c164d2f296ef48c04dfa683a0605dbf55e93f12c34c273b9ca6f90c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "10e2d836d65a262b58228fd05b6b09a9d069d2b889905b36a81239fd646aec7d" From f62a6d5cd6b9d4e0e66055f21937f491eed3f1f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:55 +0200 Subject: [PATCH 05612/10074] texlive: added `no_autobump!` --- Formula/t/texlive.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/texlive.rb b/Formula/t/texlive.rb index 6b6593edeadd7..8ea10c2eec1ac 100644 --- a/Formula/t/texlive.rb +++ b/Formula/t/texlive.rb @@ -33,6 +33,8 @@ class Texlive < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "dbb0b1a2a0b1d06263f2fe4e1b386cc2f682c4ab3a5d399b65cbfb3ce33ce4eb" sha256 arm64_sonoma: "e071d59282304b7664e026649c7b9d83df65202d5a558f0064cc58ee1415c03c" From 56e7996736d4706bb6f949bab2c040d0353a9273 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:55 +0200 Subject: [PATCH 05613/10074] textidote: added `no_autobump!` --- Formula/t/textidote.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/textidote.rb b/Formula/t/textidote.rb index 74feb40cda0f7..23bbca705b86d 100644 --- a/Formula/t/textidote.rb +++ b/Formula/t/textidote.rb @@ -11,6 +11,8 @@ class Textidote < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "3bc15a1fbb32e89fa3aa4f01a348336f1032974eca44c74789719e8e3ee9f391" From 84cfe3962fac505dff85e00fb2deefa269a1e7ab Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:55 +0200 Subject: [PATCH 05614/10074] textract: added `no_autobump!` --- Formula/t/textract.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/textract.rb b/Formula/t/textract.rb index 106b9408d72c2..72ec4d0523231 100644 --- a/Formula/t/textract.rb +++ b/Formula/t/textract.rb @@ -7,6 +7,8 @@ class Textract < Formula sha256 "68f0f09056885821e6c43d8538987518daa94057c306679f2857cc5ee66ad850" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d99fe84d6451dad89f286e0fd1b66279c5f33da07e712f51f6ab3cc51d7e719" From e2452dd784ce607b277697c1ad3c503dc53764f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:56 +0200 Subject: [PATCH 05615/10074] tfenv: added `no_autobump!` --- Formula/t/tfenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tfenv.rb b/Formula/t/tfenv.rb index fdb9a234e5a41..336beb7ce73c5 100644 --- a/Formula/t/tfenv.rb +++ b/Formula/t/tfenv.rb @@ -11,6 +11,8 @@ class Tfenv < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c66a9c7c90b14b63c471b56405ec064b081474cc85528b324bd1bcc1c1af248d" From 6eb9ab01ee3173fe01d7d0c32d885cf09360a870 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:56 +0200 Subject: [PATCH 05616/10074] tfk8s: added `no_autobump!` --- Formula/t/tfk8s.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tfk8s.rb b/Formula/t/tfk8s.rb index bb1c0199e9e6a..f97f9ddc28e5b 100644 --- a/Formula/t/tfk8s.rb +++ b/Formula/t/tfk8s.rb @@ -6,6 +6,8 @@ class Tfk8s < Formula license "MIT" head "https://github.com/jrhouston/tfk8s.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e499b7011e3ce354ecbcc659a9dfbd792a4c27a434bc433b591878417c0e1d2a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c997b7b01ee594d2d0f3e080ac8c3577d2dc49f0165f1af655a6d03e650610d3" From 34dd26f5e963da8aef5cba88b644b114c4f78bf1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:56 +0200 Subject: [PATCH 05617/10074] tflint: added `no_autobump!` --- Formula/t/tflint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tflint.rb b/Formula/t/tflint.rb index eeb22d0b3a3ce..8d51ada5b4bfe 100644 --- a/Formula/t/tflint.rb +++ b/Formula/t/tflint.rb @@ -6,6 +6,8 @@ class Tflint < Formula license "MPL-2.0" head "https://github.com/terraform-linters/tflint.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f334670b74f8d6ec47e6cb8e21784753fba04f87a11b6d3743190463eff27615" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f334670b74f8d6ec47e6cb8e21784753fba04f87a11b6d3743190463eff27615" From bee4df45d491b29ae357936d212039bec0fdd313 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:56 +0200 Subject: [PATCH 05618/10074] tfocus: added `no_autobump!` --- Formula/t/tfocus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tfocus.rb b/Formula/t/tfocus.rb index 461762f312dfd..e1ad667f9c241 100644 --- a/Formula/t/tfocus.rb +++ b/Formula/t/tfocus.rb @@ -6,6 +6,8 @@ class Tfocus < Formula license "MIT" head "https://github.com/nwiizo/tfocus.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5dbfaf820e34ef9e6bb04d45a1d277fea9a27cda78fed88ae90f3686efa0006" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c72c12d7d0620fe84de30e04a49bdd1c98961891ec81267b95957c3dbc5dfbeb" From 7fb6f071c4165d3518258c925122ef6b923fb516 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:56 +0200 Subject: [PATCH 05619/10074] tgif: added `no_autobump!` --- Formula/t/tgif.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tgif.rb b/Formula/t/tgif.rb index 2f61cc553d013..ecc3b5ba57549 100644 --- a/Formula/t/tgif.rb +++ b/Formula/t/tgif.rb @@ -6,6 +6,8 @@ class Tgif < Formula license "QPL-1.0" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d25b56e8a0c3f77e501a9a9bb0e1214a0c50b28885be6971ad522d6d18bf54fb" sha256 arm64_sonoma: "c50b1a8d587e78480c0b90da2aac56ff3439668b3d59fa44e2ba1ee1cc2a2674" From 73181fabbbe3d31e6bac3353171823535b579987 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:56 +0200 Subject: [PATCH 05620/10074] the_platinum_searcher: added `no_autobump!` --- Formula/t/the_platinum_searcher.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/the_platinum_searcher.rb b/Formula/t/the_platinum_searcher.rb index 10b5e26bdf200..e9e54b88a5860 100644 --- a/Formula/t/the_platinum_searcher.rb +++ b/Formula/t/the_platinum_searcher.rb @@ -6,6 +6,8 @@ class ThePlatinumSearcher < Formula license "MIT" head "https://github.com/monochromegane/the_platinum_searcher.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ba93995429038b3bc692cf512396e683d766b131a307e63afbbe913218b54c1" From c45d57e898e25c451bb80e2ec11376367a863272 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:57 +0200 Subject: [PATCH 05621/10074] the_silver_searcher: added `no_autobump!` --- Formula/t/the_silver_searcher.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/the_silver_searcher.rb b/Formula/t/the_silver_searcher.rb index 79a09e5d5e323..8d37a0b938dba 100644 --- a/Formula/t/the_silver_searcher.rb +++ b/Formula/t/the_silver_searcher.rb @@ -6,6 +6,8 @@ class TheSilverSearcher < Formula license "Apache-2.0" head "https://github.com/ggreer/the_silver_searcher.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "30781ad800cf0e58f863b36727ef2d78e8c2a84061a8e57cf6c269ab3a3e9594" sha256 cellar: :any, arm64_sonoma: "fb4b711bc05b5c42950dffd4b21b867989524a9f8ee0ff91da42c09dbbf2fce2" From 5f1372923501ced2b90280261dd96a42ac922285 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:57 +0200 Subject: [PATCH 05622/10074] thefuck: added `no_autobump!` --- Formula/t/thefuck.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/thefuck.rb b/Formula/t/thefuck.rb index 753ee1b422dab..0b55c07000451 100644 --- a/Formula/t/thefuck.rb +++ b/Formula/t/thefuck.rb @@ -8,6 +8,8 @@ class Thefuck < Formula license "MIT" head "https://github.com/nvbn/thefuck.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9b85cc4f5627d8e8df33c99af43c0a9871b07ffc2eb9d1ff9b6d03e1cfcce52" From 68a0884573bc831ce754bd5f8cbb31e2bcec4307 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:57 +0200 Subject: [PATCH 05623/10074] theora: added `no_autobump!` --- Formula/t/theora.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/theora.rb b/Formula/t/theora.rb index 136b30d997b5c..37acb483ca139 100644 --- a/Formula/t/theora.rb +++ b/Formula/t/theora.rb @@ -20,6 +20,8 @@ class Theora < Formula regex(%r{href=(?:["']?|.*?/)libtheora[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any, arm64_sequoia: "19801e6ceb5c12db4621afff8746a3ef77581226559ec728c6c07a49659b23d3" From 6083ceb174cfbbf98b1fa4641fbf961662e95728 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:57 +0200 Subject: [PATCH 05624/10074] thors-mongo: added `no_autobump!` --- Formula/t/thors-mongo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/thors-mongo.rb b/Formula/t/thors-mongo.rb index 926d212998ec7..436dc6d007ec3 100644 --- a/Formula/t/thors-mongo.rb +++ b/Formula/t/thors-mongo.rb @@ -7,6 +7,8 @@ class ThorsMongo < Formula license "GPL-3.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "df22574c3d8d42c2acd7545936aac68e10fb01a62d468e8a37737fdf29d0d61e" sha256 cellar: :any, arm64_sonoma: "ba80135aa78d5bbd0bd423da47424b2f2ecf57321971e20574c91e92ea9bc299" From 0963b07be1d1455cacb097d7658842ec407e41d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:57 +0200 Subject: [PATCH 05625/10074] thrax: added `no_autobump!` --- Formula/t/thrax.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/thrax.rb b/Formula/t/thrax.rb index e6780f0e15469..4052f24cdbfea 100644 --- a/Formula/t/thrax.rb +++ b/Formula/t/thrax.rb @@ -13,6 +13,8 @@ class Thrax < Formula regex(/href=.*?thrax[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1eb8c3d01b8131ea4cc7040397c4eb266c02d517d9076722f322075c93521674" sha256 cellar: :any, arm64_sonoma: "b3bfcb2f229d5709774df18f6bd4d4915a03218b430bc4cae498cfc98b387569" From 56a2181a419b1918193f401dafb7e0f78b636912 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:57 +0200 Subject: [PATCH 05626/10074] three-body: added `no_autobump!` --- Formula/t/three-body.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/three-body.rb b/Formula/t/three-body.rb index a78f3c3b0d36c..a6ecfa83afe4c 100644 --- a/Formula/t/three-body.rb +++ b/Formula/t/three-body.rb @@ -6,6 +6,8 @@ class ThreeBody < Formula license "MIT" head "https://github.com/rustq/3body-lang.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b14b79b6374be096bc29c9e9f25a429c9330d1bbf42bb7228a5df22b038ccce4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "17906f40f4a7908537f9c3a96653a588c31d0b420bb10c7c3f98ab1a0b2a3020" From 591f28f2e4a0c5ad853a549f945262e4f0cb953f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:58 +0200 Subject: [PATCH 05627/10074] threemux: added `no_autobump!` --- Formula/t/threemux.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/threemux.rb b/Formula/t/threemux.rb index 64684fb4e68a0..1280941d14887 100644 --- a/Formula/t/threemux.rb +++ b/Formula/t/threemux.rb @@ -6,6 +6,8 @@ class Threemux < Formula license "MIT" head "https://github.com/aaronjanse/3mux.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d8d3f42362a72fe5ef6390d24223c572b596d234c590d7dcd51129678f6aae5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "358ebf92a4d1ccf5844e2b21c3918d4fdc0344f3d5aea110b170e2c5244bd438" From ee7952dad3d93e39abb88f9d36d56a48dbbdc83e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:58 +0200 Subject: [PATCH 05628/10074] thrulay: added `no_autobump!` --- Formula/t/thrulay.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/thrulay.rb b/Formula/t/thrulay.rb index ac4e68c099395..2cb1b7c5ca234 100644 --- a/Formula/t/thrulay.rb +++ b/Formula/t/thrulay.rb @@ -7,6 +7,8 @@ class Thrulay < Formula # contribution licensing clause) but different phrasing from the SPDX license license :cannot_represent + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8980e64ea2ecc17ba2e111d4798a39c7789fc1b0009c2f0ae5664b0fcff8603f" sha256 cellar: :any, arm64_sonoma: "d26583fd1ddd768813b4b89c02d46862821e356bf6c009cd1ecf985363ab4317" From 3fc0023af0b89f667f105a8d9bfa20174e1c6841 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:58 +0200 Subject: [PATCH 05629/10074] tidy-html5: added `no_autobump!` --- Formula/t/tidy-html5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tidy-html5.rb b/Formula/t/tidy-html5.rb index e267ea4abcc7e..afad6137e7391 100644 --- a/Formula/t/tidy-html5.rb +++ b/Formula/t/tidy-html5.rb @@ -11,6 +11,8 @@ class TidyHtml5 < Formula regex(/^v?(\d+\.\d*?[02468](?:\.\d+)*)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "570d2482168cd8be11bb433f743f934bf7797a952863cd282230111b5de15a73" sha256 cellar: :any, arm64_sonoma: "42f788763482699cc7ead38ace15bce63e075ee20c070bbb74db279002d66af6" From 80a557b7744b44d3a323b5f68b0a8ac80de020e8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:58 +0200 Subject: [PATCH 05630/10074] tidy-viewer: added `no_autobump!` --- Formula/t/tidy-viewer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tidy-viewer.rb b/Formula/t/tidy-viewer.rb index 7123ab4d27baa..a86f9b1c2f798 100644 --- a/Formula/t/tidy-viewer.rb +++ b/Formula/t/tidy-viewer.rb @@ -12,6 +12,8 @@ class TidyViewer < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "73a068ea1c90da7c42f7eb61e16429607c620c7519987417ba192aece9254d37" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a88cb1c9ee8fbcc0fbe1245b414bc396e331e1ee2722eca091b60ac204988a48" From 4c79539e45129f0e8833a76b19c2542144ebd2c1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:58 +0200 Subject: [PATCH 05631/10074] tiff2png: added `no_autobump!` --- Formula/t/tiff2png.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tiff2png.rb b/Formula/t/tiff2png.rb index b6a04916d9ac9..6433bf50118d0 100644 --- a/Formula/t/tiff2png.rb +++ b/Formula/t/tiff2png.rb @@ -6,6 +6,8 @@ class Tiff2png < Formula license "ISC" revision 3 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d8e03677d759133baf47f323bb3ca630c65cc7c66e53809ae8cb2458ea6e65c5" sha256 cellar: :any, arm64_sonoma: "02a4646315bc8a2391938a856635056e7b64b372b6c2607960911eb772229bf1" From de3297e80c4ca8ee220ee930d841b982420b7442 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:59 +0200 Subject: [PATCH 05632/10074] timedog: added `no_autobump!` --- Formula/t/timedog.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/timedog.rb b/Formula/t/timedog.rb index c3611c673877c..0f76ab547b463 100644 --- a/Formula/t/timedog.rb +++ b/Formula/t/timedog.rb @@ -6,6 +6,8 @@ class Timedog < Formula license "GPL-2.0-or-later" head "https://github.com/nlfiedler/timedog.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a0e45f17640f67392a0681305ed9ea138fde831f355a79ef857d05e1fd7e0b9e" From d9e175ca47df43b2a27e23cf2d342710534cf674 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:59 +0200 Subject: [PATCH 05633/10074] timelimit: added `no_autobump!` --- Formula/t/timelimit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/timelimit.rb b/Formula/t/timelimit.rb index 2b18cc9040d11..9949a9be5f795 100644 --- a/Formula/t/timelimit.rb +++ b/Formula/t/timelimit.rb @@ -10,6 +10,8 @@ class Timelimit < Formula regex(/latest release is .*?timelimit[._-]v?(\d+(?:\.\d+)+) Date: Tue, 27 May 2025 22:51:59 +0200 Subject: [PATCH 05634/10074] timidity: added `no_autobump!` --- Formula/t/timidity.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/timidity.rb b/Formula/t/timidity.rb index 630695bd720d5..c319f7663b1df 100644 --- a/Formula/t/timidity.rb +++ b/Formula/t/timidity.rb @@ -11,6 +11,8 @@ class Timidity < Formula regex(%r{url=.*?/TiMidity%2B%2B[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8e504bb7f36e5feae11358a05aaa0b9651b84cc60664d4d8199c6c72c07d13c4" sha256 arm64_sonoma: "faa51ccbf4324d22f47660879db054f204dd19fd7d18361a4e8bc207b261ae10" From d56ffd69f9e2aa55a7f26b6045f24a8e041acd0c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:59 +0200 Subject: [PATCH 05635/10074] tinc: added `no_autobump!` --- Formula/t/tinc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tinc.rb b/Formula/t/tinc.rb index 2155bb9b12bef..e5fda68b71ecf 100644 --- a/Formula/t/tinc.rb +++ b/Formula/t/tinc.rb @@ -10,6 +10,8 @@ class Tinc < Formula regex(/href=.*?tinc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "d452247fec1d29690250c77dafdeb7cac2c945ddef7f11e19fa728563cf4f720" From 6659d870e6032582f2f100dda5c991ac0e2c2439 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:51:59 +0200 Subject: [PATCH 05636/10074] tinycdb: added `no_autobump!` --- Formula/t/tinycdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tinycdb.rb b/Formula/t/tinycdb.rb index 46554b6795a0f..da6b8f402de82 100644 --- a/Formula/t/tinycdb.rb +++ b/Formula/t/tinycdb.rb @@ -11,6 +11,8 @@ class Tinycdb < Formula regex(/href=.*?tinycdb[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "680cfcfc325b233fe7340563af3250740568b8a3689fae20f477e108ed673a8e" sha256 cellar: :any, arm64_sonoma: "345b0faa2f7c6d23974d5c2428eb7961fbf0934a5064e39f1d957469c6ca491c" From 88331cd58b565f449112c6a4544ca4ff3ad04bb2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:00 +0200 Subject: [PATCH 05637/10074] tinysearch: added `no_autobump!` --- Formula/t/tinysearch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tinysearch.rb b/Formula/t/tinysearch.rb index 184c596aceb40..96e47fd776fda 100644 --- a/Formula/t/tinysearch.rb +++ b/Formula/t/tinysearch.rb @@ -6,6 +6,8 @@ class Tinysearch < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/tinysearch/tinysearch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "604da29b5763cbd83ee3851adf412ebc0683a39f82c4f6fb5db430c21e5804b8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "22ba810fa21cf5ed9b4b3da171f5c528812ee9a7347ed87f658dd9c6cb930b22" From 5a9906f0471983cb0874a7e22a5727cd1695fab6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:00 +0200 Subject: [PATCH 05638/10074] tinysvm: added `no_autobump!` --- Formula/t/tinysvm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tinysvm.rb b/Formula/t/tinysvm.rb index 1ac03f237fc22..0227fc167c7a0 100644 --- a/Formula/t/tinysvm.rb +++ b/Formula/t/tinysvm.rb @@ -10,6 +10,8 @@ class Tinysvm < Formula regex(/href=.*?TinySVM[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "abf56f8965d9604d945e925ce1d7fe4bb6dfe40a3290f7e60dd7308be6f7e211" sha256 cellar: :any_skip_relocation, arm64_sonoma: "75db20d17ee9a60546200f1a0329d5f9c66ae6f162d7b821ac888a27016bfc79" From b91781d47a6a5a4227aeb9d9ae5ff660c827e12a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:00 +0200 Subject: [PATCH 05639/10074] tinyxml: added `no_autobump!` --- Formula/t/tinyxml.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tinyxml.rb b/Formula/t/tinyxml.rb index 33321cd6d6a81..272778ab82b19 100644 --- a/Formula/t/tinyxml.rb +++ b/Formula/t/tinyxml.rb @@ -5,6 +5,8 @@ class Tinyxml < Formula sha256 "15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593" license "Zlib" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "d9865bd3033992b304259880d063f35dd08c314ecf0f3a627a6dda616e946b8b" sha256 cellar: :any, arm64_sonoma: "bc5be45bfaaab1e89a96c0fba01f026586cfd831d067a5a534b3c72de7026f83" From 9bc95ddee2a2eeb9c1ed3cd28736fe01ebaa6ef0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:00 +0200 Subject: [PATCH 05640/10074] titan-server: added `no_autobump!` --- Formula/t/titan-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/titan-server.rb b/Formula/t/titan-server.rb index d7a7e3d09aec1..7475b952d6f10 100644 --- a/Formula/t/titan-server.rb +++ b/Formula/t/titan-server.rb @@ -6,6 +6,8 @@ class TitanServer < Formula sha256 "67538e231db5be75821b40dd026bafd0cd7451cdd7e225a2dc31e124471bb8ef" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad979abf4355375d61b23ec670d548680090f6d8ce4616c00f6c039fa99a1838" From 981358b9005cf21608d47a9961d68a92fdd15dd1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:00 +0200 Subject: [PATCH 05641/10074] tivodecode: added `no_autobump!` --- Formula/t/tivodecode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tivodecode.rb b/Formula/t/tivodecode.rb index dd01028d2fb36..3186d0ed088bb 100644 --- a/Formula/t/tivodecode.rb +++ b/Formula/t/tivodecode.rb @@ -13,6 +13,8 @@ class Tivodecode < Formula regex(%r{url=.*?/tivodecode[._-]v?(\d+(?:\.\d+)+(?:pre\d+)?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "43393a250746ba85b622a828143a3a24a89d89ffb72b2c38d05161432fd73875" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c625902dffd6e9e9827abf8d13961e8863e191323b8b909f02358bef81ee5f4" From b2bd5cbbd8315f6d83075eb30cc586bd18302d4e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:00 +0200 Subject: [PATCH 05642/10074] tkdiff: added `no_autobump!` --- Formula/t/tkdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tkdiff.rb b/Formula/t/tkdiff.rb index c6770b68ddfc9..39f3b055ffa51 100644 --- a/Formula/t/tkdiff.rb +++ b/Formula/t/tkdiff.rb @@ -12,6 +12,8 @@ class Tkdiff < Formula regex(%r{url=.*?/tkdiff/v?(\d+(?:\.\d+)+)/[^"]+?\.zip}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "f9df1848b67170c556bedec9313ed342304d7170d544c98840847dd2a7517bcf" end From 74223b59309513439b7c8b50725d1acb12856f18 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:01 +0200 Subject: [PATCH 05643/10074] tl-expected: added `no_autobump!` --- Formula/t/tl-expected.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tl-expected.rb b/Formula/t/tl-expected.rb index f98e57f8460cb..173392ef915bb 100644 --- a/Formula/t/tl-expected.rb +++ b/Formula/t/tl-expected.rb @@ -5,6 +5,8 @@ class TlExpected < Formula sha256 "1db357f46dd2b24447156aaf970c4c40a793ef12a8a9c2ad9e096d9801368df6" license "CC0-1.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ddbe48577c50c3cde2fae8ec584ce33a9c58d9dbb43ea4854a53ee51b75d2c41" From 41861cd84083e52f7b43f6d287321af552823b9a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:01 +0200 Subject: [PATCH 05644/10074] tldr: added `no_autobump!` --- Formula/t/tldr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tldr.rb b/Formula/t/tldr.rb index 8dd8a3eef8d30..537c0969677a9 100644 --- a/Formula/t/tldr.rb +++ b/Formula/t/tldr.rb @@ -6,6 +6,8 @@ class Tldr < Formula license "MIT" head "https://github.com/tldr-pages/tldr-c-client.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6af1cb13f99042c4bf60228a9365f1578488990549dba76a844909b6033c61c7" sha256 cellar: :any, arm64_sonoma: "00d61b3c3ffb5df313b167d915d0f10896f2bfb5b4336f51332f0d7e84e2f6b2" From bb2b0fdeeb956285fbe403a8388ea5544b9d5fe8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:01 +0200 Subject: [PATCH 05645/10074] tllist: added `no_autobump!` --- Formula/t/tllist.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tllist.rb b/Formula/t/tllist.rb index ab307f5b94fc9..e4a4148127b4b 100644 --- a/Formula/t/tllist.rb +++ b/Formula/t/tllist.rb @@ -5,6 +5,8 @@ class Tllist < Formula sha256 "0e7b7094a02550dd80b7243bcffc3671550b0f1d8ba625e4dff52517827d5d23" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "77de1b3da7cd1dabd452b4275407c913e1b43152a8617515d3bdee49124a094e" end From 1254f76b9206cce74657c1f459aa970c6eb6bd71 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:01 +0200 Subject: [PATCH 05646/10074] tlrc: added `no_autobump!` --- Formula/t/tlrc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tlrc.rb b/Formula/t/tlrc.rb index b799ed96c231c..ba0089f8374c9 100644 --- a/Formula/t/tlrc.rb +++ b/Formula/t/tlrc.rb @@ -6,6 +6,8 @@ class Tlrc < Formula license "MIT" head "https://github.com/tldr-pages/tlrc.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "80196e92b44c096505b91bf92bec2e8977fc0af0209b2fa1a3f7bb8a5418bbf4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7cc33f44d74c59ce048151d8a24dad087f194f1d3947125880d4d2f605291ffa" From fc6dfc6aee0d17d1f33b75be260161ce2ced6bf5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:01 +0200 Subject: [PATCH 05647/10074] tlx: added `no_autobump!` --- Formula/t/tlx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tlx.rb b/Formula/t/tlx.rb index 9ef889480f10b..d0222b92dedf9 100644 --- a/Formula/t/tlx.rb +++ b/Formula/t/tlx.rb @@ -5,6 +5,8 @@ class Tlx < Formula sha256 "24dd1acf36dd43b8e0414420e3f9adc2e6bb0e75047e872a06167961aedad769" license "BSL-1.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e35cf4b2cf66334a3c6782fef229a96684942f5aa07063874e0020fb319e15b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2be507f7ba45c99557ac676c7c47b0288b5e364a2c61b33e2abf173865e8f9b3" From 20f01f38198e4c6ac6604b9aada2d2e38b80aec4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:01 +0200 Subject: [PATCH 05648/10074] tm: added `no_autobump!` --- Formula/t/tm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tm.rb b/Formula/t/tm.rb index 54ab1f3803185..a72d38e7ca059 100644 --- a/Formula/t/tm.rb +++ b/Formula/t/tm.rb @@ -6,6 +6,8 @@ class Tm < Formula license "Apache-2.0" head "https://github.com/triggermesh/tm.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b87ee9cdc5bff6989252c305af1da3540d847784eea6f895acb5cd589abdafd1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb35c98edad2b1a8ea811001ca4c9df94cd4313717622b0da3ee0b04e518e6fd" From 28dc4565c7382c35e75c891aeec86290fb04be3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:02 +0200 Subject: [PATCH 05649/10074] tmate: added `no_autobump!` --- Formula/t/tmate.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tmate.rb b/Formula/t/tmate.rb index 6a2c87d93a4e9..bcbb64a1e2be9 100644 --- a/Formula/t/tmate.rb +++ b/Formula/t/tmate.rb @@ -16,6 +16,8 @@ class Tmate < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b27b6f267188c6bd851cf061dc7fabf97a127c7930a57070cb46caf0333ef71f" sha256 cellar: :any, arm64_sonoma: "1d2e440f793063b6f35862278723efe92afdbe5bab8a23bff6bf122b3f6a61f9" From af162337832cfa454a5690ba1d1c930bdfa44480 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:02 +0200 Subject: [PATCH 05650/10074] tmpwatch: added `no_autobump!` --- Formula/t/tmpwatch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tmpwatch.rb b/Formula/t/tmpwatch.rb index 2b08f5d48c76d..8b894c411a0b6 100644 --- a/Formula/t/tmpwatch.rb +++ b/Formula/t/tmpwatch.rb @@ -14,6 +14,8 @@ class Tmpwatch < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "593b95beea81c8d5c890fd6bba09e14033619d8d7cdd7de4fe3d703040cbdd72" From 67337cc016910ec606a67c084f56f9a17ef4fe1a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:02 +0200 Subject: [PATCH 05651/10074] tmux: added `no_autobump!` --- Formula/t/tmux.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tmux.rb b/Formula/t/tmux.rb index c1a50f2a7ab98..4aba0f5cfaa7f 100644 --- a/Formula/t/tmux.rb +++ b/Formula/t/tmux.rb @@ -11,6 +11,8 @@ class Tmux < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5e371680cf27c72d30e70f57087bef3fadb408e1881a58839137625c10919f64" sha256 cellar: :any, arm64_sonoma: "58e253aca23e3deb4b6e171419047cba7283a51cba51962351f5e51661d53437" From e09373624477c3a0620a5ff06f4908227adb44a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:02 +0200 Subject: [PATCH 05652/10074] tmuxinator-completion: added `no_autobump!` --- Formula/t/tmuxinator-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tmuxinator-completion.rb b/Formula/t/tmuxinator-completion.rb index aa72b4eb1e565..b0de553f1e9ca 100644 --- a/Formula/t/tmuxinator-completion.rb +++ b/Formula/t/tmuxinator-completion.rb @@ -10,6 +10,8 @@ class TmuxinatorCompletion < Formula formula "tmuxinator" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "cd3e5346ad32f84faf1cc026f91857cfd12f81e64cc62d015b32f004592480ca" end From f5d674d1d404ac298dc027f6baac3be524922405 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:02 +0200 Subject: [PATCH 05653/10074] tmuxinator: added `no_autobump!` --- Formula/t/tmuxinator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tmuxinator.rb b/Formula/t/tmuxinator.rb index 1fe0c617b1b70..ef552bbec34eb 100644 --- a/Formula/t/tmuxinator.rb +++ b/Formula/t/tmuxinator.rb @@ -6,6 +6,8 @@ class Tmuxinator < Formula license "MIT" head "https://github.com/tmuxinator/tmuxinator.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "6d3d903bd93f7555c16d092f8bd85d972f4c726d2670340f53f8df3682b93934" end From e3d2a63139106c4084987f8d47e4967281b431b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:02 +0200 Subject: [PATCH 05654/10074] tnef: added `no_autobump!` --- Formula/t/tnef.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tnef.rb b/Formula/t/tnef.rb index 70df2dbd5a938..6213ae9fa5587 100644 --- a/Formula/t/tnef.rb +++ b/Formula/t/tnef.rb @@ -5,6 +5,8 @@ class Tnef < Formula sha256 "fa56dd08649f51b173017911cae277dc4b2c98211721c2a60708bf1d28839922" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "83bd5a4cd7402252e5b3652cb5660aa5ec15527623608cc08556dbb1c6b14b15" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fa9d1e41b5eae6e4190c2d2a3a3c19c2ab8bffd9424aa69b6e0ea1f55d04f6e" From bef5ee9faa9b10315e990cd0ae9a385576b52e00 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:03 +0200 Subject: [PATCH 05655/10074] tnftp: added `no_autobump!` --- Formula/t/tnftp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tnftp.rb b/Formula/t/tnftp.rb index 842bdea344583..a5fb073fe2a85 100644 --- a/Formula/t/tnftp.rb +++ b/Formula/t/tnftp.rb @@ -11,6 +11,8 @@ class Tnftp < Formula regex(/href=.*?tnftp[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "14d89deb1cf265a42cfa512173e91ee2e2eef8bc7e2748eb744fcdb4548e85a3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "11e76e93e1069f6e77346bde84e5d637d1b1b45dbfe22b5da7373c6724ec37c7" From 7e87e270494200bba5e0a1c4a96968e23893de3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:03 +0200 Subject: [PATCH 05656/10074] tnftpd: added `no_autobump!` --- Formula/t/tnftpd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tnftpd.rb b/Formula/t/tnftpd.rb index cfd9674bea059..8787ec1c185b7 100644 --- a/Formula/t/tnftpd.rb +++ b/Formula/t/tnftpd.rb @@ -11,6 +11,8 @@ class Tnftpd < Formula regex(/href=.*?tnftpd[._-]v?(\d+(?:\.\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0896487aea674c344c0b0018f331767231546c8269d940de9910f2107a17b26" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2553f19ea668a58de5f03311347e89a3522e458c9d9482ea3ae4a8825ae34eb" From b0c149afac639a8e4147d56bdc7d61419707e4db Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:03 +0200 Subject: [PATCH 05657/10074] todo-txt: added `no_autobump!` --- Formula/t/todo-txt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/todo-txt.rb b/Formula/t/todo-txt.rb index 4f537b2adfa20..8b979e7809ecf 100644 --- a/Formula/t/todo-txt.rb +++ b/Formula/t/todo-txt.rb @@ -11,6 +11,8 @@ class TodoTxt < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "aa11eb960775585bbb243b4206daeabb25c7d776e24d57726bb7ad359fd6d290" end From fd1e5a8895e40854d3c1ca228c25cc8d87cb4cfb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:03 +0200 Subject: [PATCH 05658/10074] toilet: added `no_autobump!` --- Formula/t/toilet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/toilet.rb b/Formula/t/toilet.rb index 981eeb2841a9e..1955f7a2ebea5 100644 --- a/Formula/t/toilet.rb +++ b/Formula/t/toilet.rb @@ -11,6 +11,8 @@ class Toilet < Formula regex(/href=.*?toilet[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2c559d7c5172c0f9751ecb6a75a550e1202cf3f09a0cf867799672beea54c2b5" sha256 arm64_sonoma: "e357c586a77052ed8e040b211e693d1f420c2667caffe012d5e5d121659bc3e7" From ce7cf44191809d993e1fa2006c925638440d7570 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:04 +0200 Subject: [PATCH 05659/10074] tokei: added `no_autobump!` --- Formula/t/tokei.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tokei.rb b/Formula/t/tokei.rb index c07de3b660ab4..2cd36dd7d5e6c 100644 --- a/Formula/t/tokei.rb +++ b/Formula/t/tokei.rb @@ -10,6 +10,8 @@ class Tokei < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "40b48918b40641291a8a9ad1d81bc1da4d4c5a87f9dd427b95716ae8c3d98dab" From f18b6c066edb44c32c42668f709b3fae6b3ceaa3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:04 +0200 Subject: [PATCH 05660/10074] tokyo-cabinet: added `no_autobump!` --- Formula/t/tokyo-cabinet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tokyo-cabinet.rb b/Formula/t/tokyo-cabinet.rb index 50f1e1b9ec6d9..93ac00e90c25c 100644 --- a/Formula/t/tokyo-cabinet.rb +++ b/Formula/t/tokyo-cabinet.rb @@ -11,6 +11,8 @@ class TokyoCabinet < Formula regex(/href=.*?tokyocabinet[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "4f3639469a608b0ad65b82a7529849eb87808348165e167cb3ff347cfb92dd54" From 5c0b3c62b0c1a5cc2c26c7680fb3f93f9ac17493 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:04 +0200 Subject: [PATCH 05661/10074] tokyo-dystopia: added `no_autobump!` --- Formula/t/tokyo-dystopia.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tokyo-dystopia.rb b/Formula/t/tokyo-dystopia.rb index e5271544ba5fc..bb9babe25b9d5 100644 --- a/Formula/t/tokyo-dystopia.rb +++ b/Formula/t/tokyo-dystopia.rb @@ -10,6 +10,8 @@ class TokyoDystopia < Formula regex(/href=.*?tokyodystopia[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "da35291f169e133bb8dcc321c5114ea62714f6e0eadab7a69cef121e0c76813f" sha256 cellar: :any, arm64_sonoma: "16af9fb0facf080bd076d60cd306742fb641f7430cf0c14946e5e37d2d4dcb8c" From 564353fc21ee0e7820573fc96981a5ee17e7a85d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:04 +0200 Subject: [PATCH 05662/10074] tomcat@8: added `no_autobump!` --- Formula/t/tomcat@8.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tomcat@8.rb b/Formula/t/tomcat@8.rb index effa038617256..aba12eb700b8b 100644 --- a/Formula/t/tomcat@8.rb +++ b/Formula/t/tomcat@8.rb @@ -6,6 +6,8 @@ class TomcatAT8 < Formula sha256 "163abe51289dd09dc375791888d6f2d5508c06050548dc4fc7700251f4bebaca" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "8704ee4ff0be3b0acdadf62c2fd3fd8aaf12944b49f2a2621886b8f935ed397c" end From 2b747c05adfb1d3b911bc9d5f0318de709643fff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:04 +0200 Subject: [PATCH 05663/10074] toml2json: added `no_autobump!` --- Formula/t/toml2json.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/toml2json.rb b/Formula/t/toml2json.rb index 5a06722274340..f6875d3447406 100644 --- a/Formula/t/toml2json.rb +++ b/Formula/t/toml2json.rb @@ -6,6 +6,8 @@ class Toml2json < Formula license "MIT" head "https://github.com/woodruffw/toml2json.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c236bae5e89882b86de4a4432cd45c265e52b120cfb92f5df4668a7d5d5ae28e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e916b159e93d256b232b7e05b9c70fd8efed7fcf90ba0e54f8fa1d47660fdc96" From 68057673175dad371b2e7818e643f3963c716f9a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:04 +0200 Subject: [PATCH 05664/10074] tomlplusplus: added `no_autobump!` --- Formula/t/tomlplusplus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tomlplusplus.rb b/Formula/t/tomlplusplus.rb index f326c86390b8a..d4334e6d6cb6d 100644 --- a/Formula/t/tomlplusplus.rb +++ b/Formula/t/tomlplusplus.rb @@ -5,6 +5,8 @@ class Tomlplusplus < Formula sha256 "8517f65938a4faae9ccf8ebb36631a38c1cadfb5efa85d9a72e15b9e97d25155" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3934d4a98565c6b3161550033341f13c4e74085b3de259e57f09007c5a03b940" sha256 cellar: :any, arm64_sonoma: "40067a1ffc31cf6fdcb26161a1809b815a8d82a63afdf93232dd81521329e05d" From e7fb3cdc6bcd7e7fd0a81f79125f65bd16ed78ff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:05 +0200 Subject: [PATCH 05665/10074] torchvision: added `no_autobump!` --- Formula/t/torchvision.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/torchvision.rb b/Formula/t/torchvision.rb index 6c580a329ffbd..b025c0e1bd43f 100644 --- a/Formula/t/torchvision.rb +++ b/Formula/t/torchvision.rb @@ -13,6 +13,8 @@ class Torchvision < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "05ad6434595d32adb338a250c188b1c4bdbc9dd6cc002667775a940610d03aaa" From 5139601c96c71aa4c105019b7bd0ab019926ae30 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:05 +0200 Subject: [PATCH 05666/10074] touca: added `no_autobump!` --- Formula/t/touca.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/touca.rb b/Formula/t/touca.rb index 1a59da1d102c4..15159b45d66d6 100644 --- a/Formula/t/touca.rb +++ b/Formula/t/touca.rb @@ -7,6 +7,8 @@ class Touca < Formula license "Apache-2.0" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "28347dcea2a95cf714fad75fb909df2202c64a2ba9f9b83af3f99a7659e0bf17" From 679ffb7f787c9456b15f2f1ecfc06d285c3610fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:05 +0200 Subject: [PATCH 05667/10074] tpl: added `no_autobump!` --- Formula/t/tpl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tpl.rb b/Formula/t/tpl.rb index 87624dfea125c..48255d1211055 100644 --- a/Formula/t/tpl.rb +++ b/Formula/t/tpl.rb @@ -6,6 +6,8 @@ class Tpl < Formula license "BSD-1-Clause" head "https://github.com/troydhanson/tpl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "563eee39c340a994167ebeaa62bba135164a2873031485754b3bd237e235a313" sha256 cellar: :any, arm64_sonoma: "648d49fb0cd54c646e5257ba9aba1b88867913b5cb54e8accdbdf45dcd2b038d" From e0ef7a8c9a928f00c9e8eca4dd5abed6effbfc01 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:05 +0200 Subject: [PATCH 05668/10074] tpm: added `no_autobump!` --- Formula/t/tpm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tpm.rb b/Formula/t/tpm.rb index 5f22957e19bc2..66ca3aa3c73ff 100644 --- a/Formula/t/tpm.rb +++ b/Formula/t/tpm.rb @@ -5,6 +5,8 @@ class Tpm < Formula sha256 "2411fc416c4475d297f61078d0a03afb3a1f5322fff26a13fdb4f20d7e975570" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "585e25b7dbe7d14caa7056eb0cc5f180256d8833a0e2e8fbcf01e72016b74c08" From 0901a4dfb730a9aad6818ec6a3c3efcce47dc296 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:05 +0200 Subject: [PATCH 05669/10074] tracebox: added `no_autobump!` --- Formula/t/tracebox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tracebox.rb b/Formula/t/tracebox.rb index b4c99e6bec4b4..9c2853b5473c8 100644 --- a/Formula/t/tracebox.rb +++ b/Formula/t/tracebox.rb @@ -11,6 +11,8 @@ class Tracebox < Formula revision 3 head "https://github.com/tracebox/tracebox.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sequoia: "4477778df4c958271cb1d399c2a61efd383a466ef5ebf73d0710dd9d7ff55eeb" From b9e210a2a62f111233e0dafb719a188237c96b6e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:05 +0200 Subject: [PATCH 05670/10074] tracker: added `no_autobump!` --- Formula/t/tracker.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tracker.rb b/Formula/t/tracker.rb index 946c77cac3049..01624e2a4ab2a 100644 --- a/Formula/t/tracker.rb +++ b/Formula/t/tracker.rb @@ -8,6 +8,8 @@ class Tracker < Formula license all_of: ["LGPL-2.1-or-later", "GPL-2.0-or-later"] revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "34218a3697312858347f19f7b687ad25626b65dd8f78c10efd462df9327eb078" sha256 arm64_sonoma: "cb0d4881cc33a9e7a2d68c2c02f1011840ed28a4a1c3333bad6d4a254861a3e7" From ec8ab7fff21a422f8a6a75c1d71bb6a48d0b9d7a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:06 +0200 Subject: [PATCH 05671/10074] tractorgen: added `no_autobump!` --- Formula/t/tractorgen.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tractorgen.rb b/Formula/t/tractorgen.rb index ecec8563a2297..2c6b3dcad22bf 100644 --- a/Formula/t/tractorgen.rb +++ b/Formula/t/tractorgen.rb @@ -10,6 +10,8 @@ class Tractorgen < Formula regex(/href=.*?tractorgen[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2bedfd7170837438de7a29894660b3ae2e9c885167792ef3521a19e419c9e91" From 49921c7416f3489a506777c63e34186ab959b7d5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:06 +0200 Subject: [PATCH 05672/10074] tradcpp: added `no_autobump!` --- Formula/t/tradcpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tradcpp.rb b/Formula/t/tradcpp.rb index 40ef3c78b8c19..5cda80d589f38 100644 --- a/Formula/t/tradcpp.rb +++ b/Formula/t/tradcpp.rb @@ -10,6 +10,8 @@ class Tradcpp < Formula regex(/href=.*?tradcpp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "794a2163ec873f752cfa605b86a1cb8cba108bebe9d41f371bd444e63a51b2dd" From 8c738eb320f9fcaceb085c93c1ce1a05bb358de5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:06 +0200 Subject: [PATCH 05673/10074] traildb: added `no_autobump!` --- Formula/t/traildb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/traildb.rb b/Formula/t/traildb.rb index 55515421a0d19..1960aab86b1e9 100644 --- a/Formula/t/traildb.rb +++ b/Formula/t/traildb.rb @@ -10,6 +10,8 @@ class Traildb < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "6855e108a52b0df9a4f13492f09ccf0d8ae7efcb2b25441f88a9d1e214137c4c" From 79443222e12e90ff7c7ac411a7196f854b86fb6f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:06 +0200 Subject: [PATCH 05674/10074] trailscraper: added `no_autobump!` --- Formula/t/trailscraper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trailscraper.rb b/Formula/t/trailscraper.rb index 0ef16706bffb5..c75dfbb57b695 100644 --- a/Formula/t/trailscraper.rb +++ b/Formula/t/trailscraper.rb @@ -9,6 +9,8 @@ class Trailscraper < Formula revision 1 head "https://github.com/flosell/trailscraper.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1eb0b1bb3d4fdf38360d75c253f1a9ef9dcc0494c2c1df509299d9615b8cd8c1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9bb7042b918ccc0bab783c10dde6f411060cbdda725f7b9b5ffe89890df05b10" From 063bfaef255e6a0d9ab6ac94fb283004a0013d31 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:06 +0200 Subject: [PATCH 05675/10074] translate-shell: added `no_autobump!` --- Formula/t/translate-shell.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/translate-shell.rb b/Formula/t/translate-shell.rb index 57ad101aa17c4..450108b8c56d1 100644 --- a/Formula/t/translate-shell.rb +++ b/Formula/t/translate-shell.rb @@ -6,6 +6,8 @@ class TranslateShell < Formula license "Unlicense" head "https://github.com/soimort/translate-shell.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "58078d2c0655645aa195c91dc972beb161c90a4085a58bced9d2a9d9830c7b92" From 551b2d6e8705db3ac8e21fe44a9b23c4f6c2d2d7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:06 +0200 Subject: [PATCH 05676/10074] trash: added `no_autobump!` --- Formula/t/trash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trash.rb b/Formula/t/trash.rb index 50c7b16290b7e..70ecc0d3deba5 100644 --- a/Formula/t/trash.rb +++ b/Formula/t/trash.rb @@ -6,6 +6,8 @@ class Trash < Formula license "MIT" head "https://github.com/ali-rantakari/trash.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3b7a766bcc683b339c145ab7d8b484f2bbd65aac6903fd952dec7f4521efe5f" From 0151b51262be09efd778fd1ddfd37fbbef142d8f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:07 +0200 Subject: [PATCH 05677/10074] tre-command: added `no_autobump!` --- Formula/t/tre-command.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tre-command.rb b/Formula/t/tre-command.rb index c0d8febb9aa5f..494d2b0de13d6 100644 --- a/Formula/t/tre-command.rb +++ b/Formula/t/tre-command.rb @@ -6,6 +6,8 @@ class TreCommand < Formula license "MIT" head "https://github.com/dduan/tre.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ece0114a11a6a7358aa4465613c05ea48a12b002bc425cd08ce3ed0d86c24b30" From e28a2f87222e0a47823c85df3675ac569d168d4b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:07 +0200 Subject: [PATCH 05678/10074] tre: added `no_autobump!` --- Formula/t/tre.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tre.rb b/Formula/t/tre.rb index cf6bbc8039da7..46d2cce4a882a 100644 --- a/Formula/t/tre.rb +++ b/Formula/t/tre.rb @@ -5,6 +5,8 @@ class Tre < Formula sha256 "f57f5698cafdfe516d11fb0b71705916fe1162f14b08cf69d7cf86923b5a2477" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "85fd4370b99c94723511074c06989cb4f9d4dadaac1678caac21d6796f931ee7" sha256 cellar: :any, arm64_sonoma: "e0123ce5b530d27ff0df617882b040d17da215ff57a434ac2fdf0e8438536b8f" From 3fc6fd3e02fc9d1c2e1575f1124596b9db7c1ff3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:07 +0200 Subject: [PATCH 05679/10074] trec_eval: added `no_autobump!` --- Formula/t/trec_eval.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trec_eval.rb b/Formula/t/trec_eval.rb index 56c41046779f3..9b42172bad4d6 100644 --- a/Formula/t/trec_eval.rb +++ b/Formula/t/trec_eval.rb @@ -5,6 +5,8 @@ class TrecEval < Formula sha256 "c3994a73103ec842e12df693749584a45814c35c36dcc15f38984bd463566ba1" license :public_domain + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fcdd6e403afdb47f056383b66c17ec205973b463c9f09e0991b5272eacddfaa7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "55f874cf4900def882e6d43572bb1da136c2b2fc4a457bdd0fee5a02e865b197" From 2b8cc0fb95857b54fdf8e94bd4834943401f2f3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:07 +0200 Subject: [PATCH 05680/10074] treecc: added `no_autobump!` --- Formula/t/treecc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/treecc.rb b/Formula/t/treecc.rb index e53c3e6d0d6a0..f0f7076d2ef78 100644 --- a/Formula/t/treecc.rb +++ b/Formula/t/treecc.rb @@ -10,6 +10,8 @@ class Treecc < Formula regex(/href=.*?treecc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d079ee6685d1432e363a820725469f633d8d649e235e7bf95a549d8a34b7789" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c98884b6106530ec5a9e7984d5bd9c18637794f9e52168c4877a7f72c0f068a5" From 37aecd7bd0f22bd4243a717d27af4e1118dac1f5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:07 +0200 Subject: [PATCH 05681/10074] tremor-runtime: added `no_autobump!` --- Formula/t/tremor-runtime.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tremor-runtime.rb b/Formula/t/tremor-runtime.rb index 1b5f0f141d142..4461001ad6208 100644 --- a/Formula/t/tremor-runtime.rb +++ b/Formula/t/tremor-runtime.rb @@ -6,6 +6,8 @@ class TremorRuntime < Formula license "Apache-2.0" head "https://github.com/tremor-rs/tremor-runtime.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_ventura: "efa5826b0b470f692379f07d5d1303ceb0fbf1dd8d5062185042461bcd390a71" From 35bd10a0e33d6bdfc8d4f9c806196180de1af45b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:08 +0200 Subject: [PATCH 05682/10074] trezor-agent: added `no_autobump!` --- Formula/t/trezor-agent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trezor-agent.rb b/Formula/t/trezor-agent.rb index 14ff4ea3a91b5..fa6013826361f 100644 --- a/Formula/t/trezor-agent.rb +++ b/Formula/t/trezor-agent.rb @@ -11,6 +11,8 @@ class TrezorAgent < Formula license "LGPL-3.0-only" revision 6 + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any, arm64_sequoia: "d30a423e7bb16cb85bd82c747656b8cf5f565f22322153f65e3f680c599b943b" From 4eca306566d51c6323c0dd86ae6d0a6b95e229d9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:08 +0200 Subject: [PATCH 05683/10074] trezor-bridge: added `no_autobump!` --- Formula/t/trezor-bridge.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trezor-bridge.rb b/Formula/t/trezor-bridge.rb index 91ecd1312732e..7957a7e2d4396 100644 --- a/Formula/t/trezor-bridge.rb +++ b/Formula/t/trezor-bridge.rb @@ -7,6 +7,8 @@ class TrezorBridge < Formula license "LGPL-3.0-only" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "026eae2c42ba181bbb882176d03e3592558cb7d2d946d3de7c1766c30dd4fdce" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ed7f24a07138a009a6ae6f962138c0ea9bee316ebe730b534ba072140b48629" From ba6ea35e9b96465ed3b395f1dd553ccb1da9f5ff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:08 +0200 Subject: [PATCH 05684/10074] triton: added `no_autobump!` --- Formula/t/triton.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/triton.rb b/Formula/t/triton.rb index b444dc4f18db6..9925b77c535b0 100644 --- a/Formula/t/triton.rb +++ b/Formula/t/triton.rb @@ -5,6 +5,8 @@ class Triton < Formula sha256 "00792c7668da5fc711e79cce1ee130e3e4adf5696a622b995f7b2a4127a4dc7f" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebb4e410777f4fd73d5b2d9e053f6406cd7f35df730e884e73414e7980316b99" From 97dbf5aa519715b54235f0d17e52e756238bc3b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:08 +0200 Subject: [PATCH 05685/10074] truffle: added `no_autobump!` --- Formula/t/truffle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/truffle.rb b/Formula/t/truffle.rb index 94e6376d76bbc..45772daa95402 100644 --- a/Formula/t/truffle.rb +++ b/Formula/t/truffle.rb @@ -5,6 +5,8 @@ class Truffle < Formula sha256 "bbc24698fc9964cd80acc8952500f708ef18984096eba9e75f40db3486392347" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "faf61c11f0243979a4bed2ebccbfc71cd540b1d72faded9b7bbfc871bbd8ae74" From a8ae96c09f22240d6c1920e14f69a97a912b962d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:09 +0200 Subject: [PATCH 05686/10074] trunk: added `no_autobump!` --- Formula/t/trunk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trunk.rb b/Formula/t/trunk.rb index fae2e62edc50e..ddae5025df3ce 100644 --- a/Formula/t/trunk.rb +++ b/Formula/t/trunk.rb @@ -6,6 +6,8 @@ class Trunk < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/trunk-rs/trunk.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f29f737a25367f9d601004ab3c69d5af49388d105dbbf4de4342e9b26bb19235" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e353a529700001a2d583d8b5c7b64fd33437b62cb06df847d87be200750a7d1" From 0094fc6806c2a512ddc9ccd83e9c287304862328 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:09 +0200 Subject: [PATCH 05687/10074] trzsz-go: added `no_autobump!` --- Formula/t/trzsz-go.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trzsz-go.rb b/Formula/t/trzsz-go.rb index 623f165b18d08..3596198e19559 100644 --- a/Formula/t/trzsz-go.rb +++ b/Formula/t/trzsz-go.rb @@ -5,6 +5,8 @@ class TrzszGo < Formula sha256 "9ff477c98081ffccecdd61b1bb51d573a0b67c7d205ecfc9d50b20dd4b54f3f1" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "534ff81d4dff7072e4786d57e64c69fa938e72f50757133d5553c7e29edbaf61" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1116b86864ee5874affa1d2c0d099323187af43f213dfeb74aab41cadc10934" From 1d8896d5724f276d44a6f81fe9ebbb4e80b3f7cb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:09 +0200 Subject: [PATCH 05688/10074] trzsz-ssh: added `no_autobump!` --- Formula/t/trzsz-ssh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trzsz-ssh.rb b/Formula/t/trzsz-ssh.rb index b7c94fc1210c6..ef77e69a5bce5 100644 --- a/Formula/t/trzsz-ssh.rb +++ b/Formula/t/trzsz-ssh.rb @@ -5,6 +5,8 @@ class TrzszSsh < Formula sha256 "ccf5a113d68156b409d89fead784256b4fd6a6bbae6a2d70df1e4403d383a962" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6b2a6b5b2c89403d127d93f50dc18f1e91472c94353530de7378330e7933dbc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5492415379fbd7159f38b5075842a3662cabd815e77e7abc77f4bc67d39a14c6" From 824f8f227ab01134eead25d9e5e756c75cd84004 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:09 +0200 Subject: [PATCH 05689/10074] trzsz: added `no_autobump!` --- Formula/t/trzsz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trzsz.rb b/Formula/t/trzsz.rb index 1a4f4f9f95a21..9a98faaf97c07 100644 --- a/Formula/t/trzsz.rb +++ b/Formula/t/trzsz.rb @@ -7,6 +7,8 @@ class Trzsz < Formula sha256 "57be064b259d57326f75683704b8e93a56ce0d67d9b3b2b36ad4d53e98a28854" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "069b5e2e21ca4ee881b66892d88f678d5239cd0d17de98560b483bdc4e361e97" From f24773205d655c9e3f3ecae1fc8ebce138d65efc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:09 +0200 Subject: [PATCH 05690/10074] tssh: added `no_autobump!` --- Formula/t/tssh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tssh.rb b/Formula/t/tssh.rb index c912337e5221c..7accc9336d3bc 100644 --- a/Formula/t/tssh.rb +++ b/Formula/t/tssh.rb @@ -5,6 +5,8 @@ class Tssh < Formula sha256 "35b2b28eea5e41d6faa1e0eeee30ad18e069cc3489121257661097297692cd73" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d7c551460003a24a70c44899bbd8ed68eac573b75a926cf3a42b586b6517560" From bd0a3bf04250f2e58cf70a17e8dc758cbfd31ece Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:09 +0200 Subject: [PATCH 05691/10074] tsui: added `no_autobump!` --- Formula/t/tsui.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tsui.rb b/Formula/t/tsui.rb index 5b8c632c58fe8..f64ae447f0978 100644 --- a/Formula/t/tsui.rb +++ b/Formula/t/tsui.rb @@ -6,6 +6,8 @@ class Tsui < Formula license "MIT" head "https://github.com/neuralinkcorp/tsui.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3ca9c93120f6fb18fa2450a484d7ec1010c07b278303764c6e190465d56b0ea" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0194b896a9a93fc431be42723304fda6a1387587994f816979858f5572959d3" From 057561885be6f06fcb7269530f8f5bdf7843784e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:10 +0200 Subject: [PATCH 05692/10074] tsung: added `no_autobump!` --- Formula/t/tsung.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tsung.rb b/Formula/t/tsung.rb index 8aba9dcaaa264..127bebcf6e6e2 100644 --- a/Formula/t/tsung.rb +++ b/Formula/t/tsung.rb @@ -8,6 +8,8 @@ class Tsung < Formula license "GPL-2.0-or-later" head "https://github.com/processone/tsung.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sonoma: "49d55c65d11487c31015102992d20c0853656fc09b85e6f35570573417a949ec" From 75524140652e056a422966412f37e1ddcd827df6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:10 +0200 Subject: [PATCH 05693/10074] tta: added `no_autobump!` --- Formula/t/tta.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tta.rb b/Formula/t/tta.rb index b798bd3b45172..44d6bff27873c 100644 --- a/Formula/t/tta.rb +++ b/Formula/t/tta.rb @@ -10,6 +10,8 @@ class Tta < Formula regex(%r{url=.*?/libtta[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "eaf4b5e6bf2e815f028c54bb2df0d3470f984495c16526ee8d51ea6a08c3a7fa" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f45089fcc147fe7133617e39ce52b106f4334b4509db14ce28ec68f8fe35cd32" From 53e8fa8232bb32221411a3b7b66bf153b34e6818 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:10 +0200 Subject: [PATCH 05694/10074] ttf2eot: added `no_autobump!` --- Formula/t/ttf2eot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/ttf2eot.rb b/Formula/t/ttf2eot.rb index 218d6a5b9f14d..4c51d22ddf517 100644 --- a/Formula/t/ttf2eot.rb +++ b/Formula/t/ttf2eot.rb @@ -5,6 +5,8 @@ class Ttf2eot < Formula sha256 "f363c4f2841b6d0b0545b30462e3c202c687d002da3d5dec7e2b827a032a3a65" license any_of: ["LGPL-2.0-or-later", "BSD-2-Clause"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4063624dce85f67ce9f8d03c746e79350fd5ec24b3439cdef46e71bf1f07418" sha256 cellar: :any_skip_relocation, arm64_sonoma: "04c47f19d3aaac57af033502618dc069f0145102dc4296c17afd5ec871cdddeb" From 6d8da5da7bbb87f3e05734fb1d61182649d52222 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:10 +0200 Subject: [PATCH 05695/10074] ttf2pt1: added `no_autobump!` --- Formula/t/ttf2pt1.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/ttf2pt1.rb b/Formula/t/ttf2pt1.rb index e7359c28089cb..47cbd3a4db7a2 100644 --- a/Formula/t/ttf2pt1.rb +++ b/Formula/t/ttf2pt1.rb @@ -12,6 +12,8 @@ class Ttf2pt1 < Formula regex(%r{url=.*?/ttf2pt1[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b6ad2fb422b592e707adf8a5e622a1aba01994fdeee1979ce0810e1a7fea435d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "35473cb3d10d199702745a66cbd1219309eb884b517d5a1f3356c2b83ec717dc" From 63b2e067098aedbfda8d7314ed1feb09dd119418 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:10 +0200 Subject: [PATCH 05696/10074] ttfautohint: added `no_autobump!` --- Formula/t/ttfautohint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/ttfautohint.rb b/Formula/t/ttfautohint.rb index ccfb91aa26b32..cb58f8356ac2a 100644 --- a/Formula/t/ttfautohint.rb +++ b/Formula/t/ttfautohint.rb @@ -10,6 +10,8 @@ class Ttfautohint < Formula regex(%r{url=.*?/ttfautohint[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "707de245f1d8feaa830ef678f1d658c59a8a2ed6a8b1aba8aa65b9981e2d0758" sha256 cellar: :any, arm64_sonoma: "9342d7fcb9ceff49803164315b7e08d844f4d7792589ec1b4a737265a39acb7c" From d543d2ee581cf1c17c436b5be6e549d08c8e21cc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:10 +0200 Subject: [PATCH 05697/10074] tth: added `no_autobump!` --- Formula/t/tth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tth.rb b/Formula/t/tth.rb index 643e5011dcfca..3eb68aa5a14dd 100644 --- a/Formula/t/tth.rb +++ b/Formula/t/tth.rb @@ -10,6 +10,8 @@ class Tth < Formula regex(%r{url=.*?/tth[._-]?v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "9de28731b96776948549eece755898c358e0df99e6078f8b6eb07baaa489efd9" From c75b9a0ecb12dda66caeb3fca812e94bc42114f7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:11 +0200 Subject: [PATCH 05698/10074] ttmath: added `no_autobump!` --- Formula/t/ttmath.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/ttmath.rb b/Formula/t/ttmath.rb index 908295a63721a..a0ef7c244d0db 100644 --- a/Formula/t/ttmath.rb +++ b/Formula/t/ttmath.rb @@ -5,6 +5,8 @@ class Ttmath < Formula sha256 "4a9a7d1d377fc3907fb75facd4817ba6ac9d60bb4837584256467a54705c6fde" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "3f53ff4798c67c56be591df93ec2ee2d2d5609ee894d958528ebd2cb65a75ccc" From a6072007b2054be63545e2d0f12181c2e694a44c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:11 +0200 Subject: [PATCH 05699/10074] tty-clock: added `no_autobump!` --- Formula/t/tty-clock.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tty-clock.rb b/Formula/t/tty-clock.rb index 04615cdb3da94..9e14debd1cf31 100644 --- a/Formula/t/tty-clock.rb +++ b/Formula/t/tty-clock.rb @@ -6,6 +6,8 @@ class TtyClock < Formula license "BSD-3-Clause" head "https://github.com/xorg62/tty-clock.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7068bc510258482b8643c72d3cd98e5aeb11ec1c870a4f843b4dab323adc5437" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9d3a157ca3d9c96d55c96e377ce0adf1033d388971438793fce2646976d5ab2" From 35aa10b0829f28346f5c976d1797d70d655666b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:11 +0200 Subject: [PATCH 05700/10074] ttygif: added `no_autobump!` --- Formula/t/ttygif.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/ttygif.rb b/Formula/t/ttygif.rb index 0f44b64ba3e35..949fa2cff2034 100644 --- a/Formula/t/ttygif.rb +++ b/Formula/t/ttygif.rb @@ -5,6 +5,8 @@ class Ttygif < Formula sha256 "050b9e86f98fb790a2925cea6148f82f95808d707735b2650f3856cb6f53e0ae" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b6e237ea0e9b4a23fd56ec73b8946859eebcc2b4fb732c6268a9ce942db6ad8e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "440b8d0af646eb7601a60d54d5af8813aa268593ebc3edd5dd1961f19915aee0" From 90ce520ec79620616c85a3495a9770569784e3a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:11 +0200 Subject: [PATCH 05701/10074] ttyrec: added `no_autobump!` --- Formula/t/ttyrec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/ttyrec.rb b/Formula/t/ttyrec.rb index dc3879ea48b37..1297a4191b119 100644 --- a/Formula/t/ttyrec.rb +++ b/Formula/t/ttyrec.rb @@ -11,6 +11,8 @@ class Ttyrec < Formula regex(/href=["']?ttyrec[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1bc483dbae460cdc63985077a07ab767d1f3b3b2d614ef276a038a07bbaa479c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d151676ce6f3761eb16f59d01ebfc1504d63477695f5b5c8d178a0d5c095139a" From 044d6c0ebe0822ab9214f97ef5353d2aded44a18 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:11 +0200 Subject: [PATCH 05702/10074] tuc: added `no_autobump!` --- Formula/t/tuc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tuc.rb b/Formula/t/tuc.rb index 8337a50b12c82..823d5491bb868 100644 --- a/Formula/t/tuc.rb +++ b/Formula/t/tuc.rb @@ -6,6 +6,8 @@ class Tuc < Formula license "GPL-3.0-or-later" head "https://github.com/riquito/tuc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0aa436898d307013552ed81f6b14b5ff3e11395f6a18f4335d0b1387e4e1b0e0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "02f43fcce93fe1020c8571578b9e8b2592712bbca3aa79becc067b9ffbafd359" From d5d59200d660f3cb52e9c6baeeefea62a5af9311 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:11 +0200 Subject: [PATCH 05703/10074] tundra: added `no_autobump!` --- Formula/t/tundra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tundra.rb b/Formula/t/tundra.rb index 86bea88b43c6a..ad4d0e8b823d4 100644 --- a/Formula/t/tundra.rb +++ b/Formula/t/tundra.rb @@ -15,6 +15,8 @@ class Tundra < Formula strategy :github_releases end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b2b5072ea820f8d6c1d44cad48800a2e1df21bf2591587016627e8a945a460f" From 9db80eb1440e4d7bc7e7711736967eece8f072b2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:12 +0200 Subject: [PATCH 05704/10074] tunnel: added `no_autobump!` --- Formula/t/tunnel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tunnel.rb b/Formula/t/tunnel.rb index 3530dac7e253d..3805401afc0ae 100644 --- a/Formula/t/tunnel.rb +++ b/Formula/t/tunnel.rb @@ -5,6 +5,8 @@ class Tunnel < Formula sha256 "7a57451416b76dbf220e69c7dd3e4c33dc84758a41cdb9337a464338565e3e6e" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "847dc0c5ba0c3db3aa8f83cb4af3632bda3fa9bebd5a6a751c0d93a747575f7e" From d7c0db29d3c86457411ed1647f187aa6d21fdaae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:12 +0200 Subject: [PATCH 05705/10074] tuntox: added `no_autobump!` --- Formula/t/tuntox.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tuntox.rb b/Formula/t/tuntox.rb index 21c92bc8e4258..2896f55a63d66 100644 --- a/Formula/t/tuntox.rb +++ b/Formula/t/tuntox.rb @@ -6,6 +6,8 @@ class Tuntox < Formula license "GPL-3.0-only" head "https://github.com/gjedeer/tuntox.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a89e240676e2a2acce9e69f80a92d36cf7a15f22668227aec6ac8cbd9aaffcc9" sha256 cellar: :any, arm64_sonoma: "880d486454923edadb84110e8a318081260529b455c3efc848333b4ab798bdf9" From bdc03c9c1e22a74d2da4ec2e42e041fd22c379d1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:12 +0200 Subject: [PATCH 05706/10074] tut: added `no_autobump!` --- Formula/t/tut.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tut.rb b/Formula/t/tut.rb index 2b50a2b36e1a5..53d443327d547 100644 --- a/Formula/t/tut.rb +++ b/Formula/t/tut.rb @@ -5,6 +5,8 @@ class Tut < Formula sha256 "afa8c49036461a36c091d83ef51f9a3bbd938ee78f817c6467175699a989b863" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "51d7ac8bcdb9eff188e5480de11bc29d8b0adca36c195cf3adaddd631a4db1d4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "36cee035f905ca3370c02f3ce18a6447a9cc10a299675001933607f80480b3f2" From 472d28a6b0057bd141cf725a3cf0cccfcd89033d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:12 +0200 Subject: [PATCH 05707/10074] tvnamer: added `no_autobump!` --- Formula/t/tvnamer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tvnamer.rb b/Formula/t/tvnamer.rb index 51bee550cca7f..642b8b77f86cf 100644 --- a/Formula/t/tvnamer.rb +++ b/Formula/t/tvnamer.rb @@ -9,6 +9,8 @@ class Tvnamer < Formula revision 8 head "https://github.com/dbr/tvnamer.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "6ba00502c3fbfb57becef9ce7c8e3c2778c1ad88034d70b327d52518a9ab189d" From 2fd088810fb5055e8818ec26125be1d3f4191686 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:12 +0200 Subject: [PATCH 05708/10074] twarc: added `no_autobump!` --- Formula/t/twarc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/twarc.rb b/Formula/t/twarc.rb index ca7cdd16bba76..c4bc3c9472c47 100644 --- a/Formula/t/twarc.rb +++ b/Formula/t/twarc.rb @@ -8,6 +8,8 @@ class Twarc < Formula license "MIT" revision 9 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a47530dfbcb3c61845ce2a202587d5c931f166cdbd1a125b800d6aebb6c6e157" From bb518aa95c581b4c58f72ec6b32a9f5f26be5b19 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:12 +0200 Subject: [PATCH 05709/10074] tweak: added `no_autobump!` --- Formula/t/tweak.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tweak.rb b/Formula/t/tweak.rb index 2db58bd01fd56..9bd225d873438 100644 --- a/Formula/t/tweak.rb +++ b/Formula/t/tweak.rb @@ -10,6 +10,8 @@ class Tweak < Formula regex(/href=.*?tweak[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf452cf3fc91bce4ad69ee5bea2c8485c80aac9efad963b3492cd10d2eb83619" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7696232f907f0fb9d98fdd2b1fbff035fddfa50180f63b0edef3c556f8b0aeb" From 41f8761129a9b9032963f63c9293b51d2d482ceb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:13 +0200 Subject: [PATCH 05710/10074] twm: added `no_autobump!` --- Formula/t/twm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/twm.rb b/Formula/t/twm.rb index f99f24eba8353..2e7274103e3a2 100644 --- a/Formula/t/twm.rb +++ b/Formula/t/twm.rb @@ -5,6 +5,8 @@ class Twm < Formula sha256 "a52534755aa8b492c884e52fa988bac84ab4d54641954679b9aaf08e323df2c5" license "X11" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "55081cc48b42c43ff5affd9958066960f6e178282d70022d70811ae3c6376d91" sha256 arm64_sonoma: "1cfdeb205b58d944d90a7a9e46cdb1fb38b2562512b780e951ec746e7da97ea9" From b0e4c5b53c961c3233ad7da52e822331bf8ca1f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:13 +0200 Subject: [PATCH 05711/10074] twoping: added `no_autobump!` --- Formula/t/twoping.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/twoping.rb b/Formula/t/twoping.rb index 6f57582a9e51d..d894e748e4824 100644 --- a/Formula/t/twoping.rb +++ b/Formula/t/twoping.rb @@ -9,6 +9,8 @@ class Twoping < Formula revision 1 head "https://github.com/rfinnie/2ping.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "5153c17a69826ba8fa3274c858acc3c608cf7b9208fa683043fcda9bed6311c1" From 0ae86e9681974bd340641087dfc80d759454e4bb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:13 +0200 Subject: [PATCH 05712/10074] twtxt: added `no_autobump!` --- Formula/t/twtxt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/twtxt.rb b/Formula/t/twtxt.rb index ac27e57c4cdb6..c9fa94d9da6cb 100644 --- a/Formula/t/twtxt.rb +++ b/Formula/t/twtxt.rb @@ -8,6 +8,8 @@ class Twtxt < Formula license "MIT" revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "edb8ea5c3391196da08836218420f89c6bd007decd33854e0c2e306789489076" sha256 cellar: :any_skip_relocation, arm64_sonoma: "47364ec472d99034f372dc075295ee98d3e7ebb38e29d9a692b353d7dc46eb4c" From d9bbd7f0f69536779e7915db7ea62df15d99f05c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:13 +0200 Subject: [PATCH 05713/10074] twty: added `no_autobump!` --- Formula/t/twty.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/twty.rb b/Formula/t/twty.rb index 900d9211daf0f..eed9b512e6fc6 100644 --- a/Formula/t/twty.rb +++ b/Formula/t/twty.rb @@ -5,6 +5,8 @@ class Twty < Formula sha256 "4e76ada5e7c5f2e20881fbf303fb50d3d4a443a8e37f2444371a90102737e49b" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "06376606f273478b5bbcb8f781549cf79bf9b4cf596cc3a274104c1dca2704ea" sha256 cellar: :any_skip_relocation, arm64_sonoma: "455017b709a05e29e56106d6fafd24f4e9c09fba6d18bcc2b8a5173faf1d21c7" From 27582cb13be8076b4820fd3ff4f84d2a48269333 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:13 +0200 Subject: [PATCH 05714/10074] txt2man: added `no_autobump!` --- Formula/t/txt2man.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/txt2man.rb b/Formula/t/txt2man.rb index fe53d412d8084..7999e19ce906f 100644 --- a/Formula/t/txt2man.rb +++ b/Formula/t/txt2man.rb @@ -10,6 +10,8 @@ class Txt2man < Formula regex(/^(?:txt2man[._-])?v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a35a60cd90ffb17bd56c29b9a003eb5298a40f270670da3fd62238eea9337f40" sha256 cellar: :any_skip_relocation, arm64_sonoma: "02ec46f5c280b3f46b613be3394a713727e1765199f90d5240505803d75f4a19" From 30ff31b76b2d63da791671b9b9bb10e740a1fc16 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:14 +0200 Subject: [PATCH 05715/10074] txt2tags: added `no_autobump!` --- Formula/t/txt2tags.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/txt2tags.rb b/Formula/t/txt2tags.rb index 3faa04e9dc6bf..d69a7746cb8de 100644 --- a/Formula/t/txt2tags.rb +++ b/Formula/t/txt2tags.rb @@ -7,6 +7,8 @@ class Txt2tags < Formula sha256 "7e4244db6a63aaa58fc17fa4cdec62b6fb89cc41d3a00ba4edaffa37f27d6746" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, all: "61a698b49ca220ecb3721f929db0e5965696a44facf0113e8114317da8ec6ec6" From a7ac256bfa1ae5083898b1aae7353df5887c401e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:14 +0200 Subject: [PATCH 05716/10074] typedb: added `no_autobump!` --- Formula/t/typedb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/typedb.rb b/Formula/t/typedb.rb index a93fd455cfcd0..7def5e5e45e5d 100644 --- a/Formula/t/typedb.rb +++ b/Formula/t/typedb.rb @@ -5,6 +5,8 @@ class Typedb < Formula sha256 "93a5540c02e3e4f4b7783a2d14a8907dcfde3c2b051984ca6b2df79abc3830ce" license "AGPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "dc3d91037b148bc7c232e2146eae539b52e328c6c76de01b137aa4639d6a6976" From 07533072e96d26b71224db211d3ab4863c139656 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:14 +0200 Subject: [PATCH 05717/10074] typespeed: added `no_autobump!` --- Formula/t/typespeed.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/typespeed.rb b/Formula/t/typespeed.rb index 358dde1257178..9daba3fc5a982 100644 --- a/Formula/t/typespeed.rb +++ b/Formula/t/typespeed.rb @@ -5,6 +5,8 @@ class Typespeed < Formula sha256 "5c860385ceed8a60f13217cc0192c4c2b4705c3e80f9866f7d72ff306eb72961" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ab447d0e1c0d2482ef500191eb296b9da4a5d49735d9326e5c738cb496aaaa43" sha256 arm64_sonoma: "5515f9db04d81a28229879b3c60150bde9f9d22d77c95a124f4d862d82645712" From 67ccef54d49671e3084db5bfa679cf66fca15f17 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:14 +0200 Subject: [PATCH 05718/10074] typstfmt: added `no_autobump!` --- Formula/t/typstfmt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/typstfmt.rb b/Formula/t/typstfmt.rb index a09524699a29a..02cd67c52c6a4 100644 --- a/Formula/t/typstfmt.rb +++ b/Formula/t/typstfmt.rb @@ -6,6 +6,8 @@ class Typstfmt < Formula license one_of: ["MIT", "Apache-2.0"] head "https://github.com/astrale-sharp/typstfmt.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "840ef206e895decf1e2e6f6d4667f0cb5ffc106720664f8651183ddbfa43942f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "844ad26eecdbd64cc9e98bea828c52772bb45a0f6fdc0e79a8ac8a8092679cc2" From 526f7f3bd9b27a2201e5f9ffc84ab74dfc4447a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:26:17 +0200 Subject: [PATCH 05719/10074] t1lib: added `no_autobump!` Signed-off-by: botantony --- Formula/t/t1lib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/t1lib.rb b/Formula/t/t1lib.rb index fac871d002d91..b723b75aa75e0 100644 --- a/Formula/t/t1lib.rb +++ b/Formula/t/t1lib.rb @@ -11,6 +11,8 @@ class T1lib < Formula regex(/href=.*?t1lib[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "b13bdc384d062e0a30c75b4ec280865e39273acb787acf872d98a416a5b08ffd" From cc9f123e567d850709b00fb2cfa09d976b698507 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:26:27 +0200 Subject: [PATCH 05720/10074] tcptraceroute: added `no_autobump!` Signed-off-by: botantony --- Formula/t/tcptraceroute.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tcptraceroute.rb b/Formula/t/tcptraceroute.rb index 0f6202770ed0a..5db3e6e77504b 100644 --- a/Formula/t/tcptraceroute.rb +++ b/Formula/t/tcptraceroute.rb @@ -24,6 +24,8 @@ class Tcptraceroute < Formula regex(/^(?:tcptraceroute[._-])?v?(\d+(?:\.\d+)+.*)/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "07b6c54371373c5e7e23fba003ca0177fc103f0b9c84c22a4fc1d718fd96bf00" From 6bd251458ed969dd4e04257437b165410a5cbd1b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:26:34 +0200 Subject: [PATCH 05721/10074] terrahub: added `no_autobump!` Signed-off-by: botantony --- Formula/t/terrahub.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terrahub.rb b/Formula/t/terrahub.rb index dde8516bbd566..e7aee32d89f90 100644 --- a/Formula/t/terrahub.rb +++ b/Formula/t/terrahub.rb @@ -5,6 +5,8 @@ class Terrahub < Formula sha256 "0288f47ab305550d0f21633a9a487e1de688556229242bf0c86e120d1240e1c4" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "338bea3d5cf73bd46b3c98463c61454328de8bd281762ee4e504408e851622c6" From 78c1df7f5a69245f24440ad3dd6a5624ef6c32f5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:26:42 +0200 Subject: [PATCH 05722/10074] tilt: added `no_autobump!` Signed-off-by: botantony --- Formula/t/tilt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tilt.rb b/Formula/t/tilt.rb index 76b4ed59223f7..5397f429aa0b0 100644 --- a/Formula/t/tilt.rb +++ b/Formula/t/tilt.rb @@ -7,6 +7,8 @@ class Tilt < Formula license "Apache-2.0" head "https://github.com/tilt-dev/tilt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "50700b10519453046b074ef94fe983543fa7e547acf2e40ecad9672ee80cda73" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d62e2b6a4797fb58944e00d063d31ad67e8d436c4830f7ef79ad3a4007b5418" From eea895fa2716a603f86cae8d98b71db7f91c9ca2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:26:54 +0200 Subject: [PATCH 05723/10074] tofrodos: added `no_autobump!` Signed-off-by: botantony --- Formula/t/tofrodos.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tofrodos.rb b/Formula/t/tofrodos.rb index c092a858a0f7d..f7f6731ab64ad 100644 --- a/Formula/t/tofrodos.rb +++ b/Formula/t/tofrodos.rb @@ -10,6 +10,8 @@ class Tofrodos < Formula regex(/href=.*?tofrodos[._-]v?(\d+(?:\.\d+)+)\.(?:t|zip)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f5b16d880a34a9f8f8bcf3c3a5520affe8356fcf24854fd23e09b07ee1b2de8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "55ad657b7068a6106e846311ca92abbbf94ed236d7c48b263a25eabc95acc434" From fae9caa1b9dd3ae50f778f8fa96fdc6e5a71b2e0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:27:03 +0200 Subject: [PATCH 05724/10074] truecrack: added `no_autobump!` Signed-off-by: botantony --- Formula/t/truecrack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/truecrack.rb b/Formula/t/truecrack.rb index 192ea0d2163fd..11397b8419a0f 100644 --- a/Formula/t/truecrack.rb +++ b/Formula/t/truecrack.rb @@ -6,6 +6,8 @@ class Truecrack < Formula sha256 "25bf270fa3bc3591c3d795e5a4b0842f6581f76c0b5d17c0aef260246fe726b3" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f14ab900548cbe7d0b0f713604d6d63a7c41874e9d73d36f9aa0ff36ab58af33" From 543b73df9f8345ba846c424ffa2bcc4701d3d959 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:27:11 +0200 Subject: [PATCH 05725/10074] two-lame: added `no_autobump!` Signed-off-by: botantony --- Formula/t/two-lame.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/two-lame.rb b/Formula/t/two-lame.rb index 3545b0d510051..140af9a96a4ac 100644 --- a/Formula/t/two-lame.rb +++ b/Formula/t/two-lame.rb @@ -5,6 +5,8 @@ class TwoLame < Formula sha256 "cc35424f6019a88c6f52570b63e1baf50f62963a3eac52a03a800bb070d7c87d" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8adffc94879ee562f0f12517db906144dffb3e5154318eb23bd33426834f32dd" sha256 cellar: :any, arm64_sonoma: "0a0ff83aa3691d3f363db88871bcc231cb139461f7cb5d1fd8bffa80d52a09b4" From 9e1585ada6fccda753763347037cd15b855ad647 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:31 +0200 Subject: [PATCH 05726/10074] ubertooth: added `no_autobump!` --- Formula/u/ubertooth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/ubertooth.rb b/Formula/u/ubertooth.rb index c1fc9a992f159..85cdc6ae2d48b 100644 --- a/Formula/u/ubertooth.rb +++ b/Formula/u/ubertooth.rb @@ -7,6 +7,8 @@ class Ubertooth < Formula license "GPL-2.0-or-later" head "https://github.com/greatscottgadgets/ubertooth.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "fa7215f06163e3333e33b92dd89476ced1eaa8f7ca3c2f5e790494832cb73cac" From 667c895f5b4a13b674db2c2ea1f9f0e1b24bdecc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:31 +0200 Subject: [PATCH 05727/10074] uchardet: added `no_autobump!` --- Formula/u/uchardet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uchardet.rb b/Formula/u/uchardet.rb index c22afa1aae93d..44f4d5d25e5aa 100644 --- a/Formula/u/uchardet.rb +++ b/Formula/u/uchardet.rb @@ -6,6 +6,8 @@ class Uchardet < Formula license any_of: ["MPL-1.1", "GPL-2.0-or-later", "LGPL-2.1-or-later"] head "https://gitlab.freedesktop.org/uchardet/uchardet.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "171e31b14ade23db98fd45f32cebdd1c278ce5b5d629d4e3be7c81a56bee03a7" sha256 cellar: :any, arm64_sonoma: "70b2c779c315b71c067c8f4a743a90688dfa329c9d5e1c174345d0071fdf09d8" From 194df942357f0b2ec828c650eebb92646b25052c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:32 +0200 Subject: [PATCH 05728/10074] ucl: added `no_autobump!` --- Formula/u/ucl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/ucl.rb b/Formula/u/ucl.rb index 44e46001ab346..6f84b35df2603 100644 --- a/Formula/u/ucl.rb +++ b/Formula/u/ucl.rb @@ -10,6 +10,8 @@ class Ucl < Formula regex(/href=.*?ucl[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2bf62c73925dcc1099836d528dd46f4f6f3fdae979f58584a930dbe92e89055" From 69f74ff1b10f1a5ce7929117ca95d89f5ea2988f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:32 +0200 Subject: [PATCH 05729/10074] ucommon: added `no_autobump!` --- Formula/u/ucommon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/ucommon.rb b/Formula/u/ucommon.rb index 91485b886668f..2d44e7bd462f7 100644 --- a/Formula/u/ucommon.rb +++ b/Formula/u/ucommon.rb @@ -13,6 +13,8 @@ class Ucommon < Formula regex(/href=.*?ucommon[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8d1eb9d2f6984eb37ce94f421122cdddce8070132ddf9b911dae8ed69accadea" sha256 arm64_sonoma: "aef98eb17b5948c37b54052b5695cbc7de0e3ebfed947973ccf5df6bc99280db" From a33278868d319dd464ec0e13aeda93ec4013645b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:32 +0200 Subject: [PATCH 05730/10074] ucon64: added `no_autobump!` --- Formula/u/ucon64.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/ucon64.rb b/Formula/u/ucon64.rb index 8d73e9dc90c5f..3d5fbc015963b 100644 --- a/Formula/u/ucon64.rb +++ b/Formula/u/ucon64.rb @@ -11,6 +11,8 @@ class Ucon64 < Formula regex(%r{url=.*?/ucon64[._-]v?(\d+(?:\.\d+)+)-src\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "f55e08ec43d072e3a5e53d38a3244adae7dcaceca71045c2bd525f05a1588609" sha256 arm64_sonoma: "301ce960dee0312e69f72b00da7d4e297091039cfe5e3d10364fe48fb0b49122" From 5ccda424d47ca9892af066dae532c4c29ff92c12 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:32 +0200 Subject: [PATCH 05731/10074] ucspi-tcp: added `no_autobump!` --- Formula/u/ucspi-tcp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/ucspi-tcp.rb b/Formula/u/ucspi-tcp.rb index 1c34ce9732aa4..7d611507a6ffb 100644 --- a/Formula/u/ucspi-tcp.rb +++ b/Formula/u/ucspi-tcp.rb @@ -10,6 +10,8 @@ class UcspiTcp < Formula regex(/href=.*?ucspi-tcp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "08361b13bd495c563f6340c7cf4aecabf43475f00a3e47116295de56a014c8cf" sha256 cellar: :any_skip_relocation, arm64_sonoma: "afe836f6e29e826d8e00da8a7f81909b65ebf51e18d3aa9d15709f991d28e5b1" From 5c5fb76dac6a6363050ddf3b6b8f6e4449723cd2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:32 +0200 Subject: [PATCH 05732/10074] udis86: added `no_autobump!` --- Formula/u/udis86.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/udis86.rb b/Formula/u/udis86.rb index 411abf409235b..e522524cea994 100644 --- a/Formula/u/udis86.rb +++ b/Formula/u/udis86.rb @@ -11,6 +11,8 @@ class Udis86 < Formula regex(%r{url=.*?/udis86[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "552bcddb3008d7acd654983862ce26f6bf71969bc2e94cc2cd2d1b9e89998815" sha256 cellar: :any, arm64_sonoma: "0a1f4f4ba4fd2a3187075c2390eab0ac8ea0e3aa49d74e6ca74752269cd383b6" From c4ab479847af61f255c7c6e4b2d9936d892ea997 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:32 +0200 Subject: [PATCH 05733/10074] udp2raw-multiplatform: added `no_autobump!` --- Formula/u/udp2raw-multiplatform.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/udp2raw-multiplatform.rb b/Formula/u/udp2raw-multiplatform.rb index 3d478ab800414..9c06f8ef0b7af 100644 --- a/Formula/u/udp2raw-multiplatform.rb +++ b/Formula/u/udp2raw-multiplatform.rb @@ -5,6 +5,8 @@ class Udp2rawMultiplatform < Formula sha256 "a4c2aece9e302a7895319efe940e5693522bafe9ae35b3f8088f091b35599e8a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5c9cec87f3f22ae136248cc81851645b561e7136008a7a2fcdba3787daf3daa2" sha256 cellar: :any, arm64_sonoma: "f71f48884d9d19d40d3c04a4e0a99aa87a415a12614a5a02625e75018d6cb2f3" From c7b1c4aeeba63ecb426696bfbb61367e1e33d727 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:33 +0200 Subject: [PATCH 05734/10074] udptunnel: added `no_autobump!` --- Formula/u/udptunnel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/udptunnel.rb b/Formula/u/udptunnel.rb index 5754604163c5f..45d6ad6bb6da3 100644 --- a/Formula/u/udptunnel.rb +++ b/Formula/u/udptunnel.rb @@ -14,6 +14,8 @@ class Udptunnel < Formula regex(/href=.*?udptunnel[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "be4c5ad4d4094dd6afe8d22aa7ab5fad4a53ca8605a4d9c8b379f209076fe48b" From 48a2e52078df10eeadeb4a16b9bf8b9ee52e9a50 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:33 +0200 Subject: [PATCH 05735/10074] udunits: added `no_autobump!` --- Formula/u/udunits.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/udunits.rb b/Formula/u/udunits.rb index d5aae4bf943b3..bc0a718e0f903 100644 --- a/Formula/u/udunits.rb +++ b/Formula/u/udunits.rb @@ -12,6 +12,8 @@ class Udunits < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8ba9d3ce2f87072bd50d40063a6db63a456ec9a934d381002d1c31587c0e10b1" sha256 arm64_sonoma: "bb3b99a3627d9008b70648de70aee2014444eebc0eac4ad50d2cec00c4260a62" From f615d93aa62270272e64334a505a2b357ff01343 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:33 +0200 Subject: [PATCH 05736/10074] ufbt: added `no_autobump!` --- Formula/u/ufbt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/ufbt.rb b/Formula/u/ufbt.rb index b88ea1d92d622..97356738398eb 100644 --- a/Formula/u/ufbt.rb +++ b/Formula/u/ufbt.rb @@ -7,6 +7,8 @@ class Ufbt < Formula sha256 "4f1a858858598ed2e25bbab69e2ea604bc00758c3b1e8ecf897a29866157363b" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "561e844026e50a7d961338d459851e9d62bca87f7449fc9404234b31a24e73d2" From ce3c774a61e70d87e3a0d57beaf8d99ef8513d33 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:33 +0200 Subject: [PATCH 05737/10074] uftp: added `no_autobump!` --- Formula/u/uftp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uftp.rb b/Formula/u/uftp.rb index 7a6cffcb8ebe1..a648ac78f6be8 100644 --- a/Formula/u/uftp.rb +++ b/Formula/u/uftp.rb @@ -10,6 +10,8 @@ class Uftp < Formula regex(%r{url=.*?/uftp[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "a06f88677a1fc1815127a1e75dcc3855a46f70b9e23333883a23f9635095b466" sha256 cellar: :any, arm64_sonoma: "24937667b9315c47cc2ddda94564cda1e1d96cc023c38ecf73be04d14ce3f451" From 3e001e8897fe4e9caaa38aa58385c9e08fbcabaa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:33 +0200 Subject: [PATCH 05738/10074] uggconv: added `no_autobump!` --- Formula/u/uggconv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uggconv.rb b/Formula/u/uggconv.rb index 7b2e8f1fccfdd..7ceaad12b23eb 100644 --- a/Formula/u/uggconv.rb +++ b/Formula/u/uggconv.rb @@ -5,6 +5,8 @@ class Uggconv < Formula sha256 "9a215429bc692b38d88d11f38ec40f43713576193558cd8ca6c239541b1dd7b8" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3802603d8a8f1cadf23ebd88778fdeff1a797cd6241cb0f7460e6784bba01971" sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b7da823890abb6aa5b02742c2b75d104883781b2c58bc3ae45469e936fadb1f" From 69493a252760394feef070e4332000a170ce1c2b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:33 +0200 Subject: [PATCH 05739/10074] uhdm: added `no_autobump!` --- Formula/u/uhdm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uhdm.rb b/Formula/u/uhdm.rb index 6cf63e1ca3820..4b17728b1a8e9 100644 --- a/Formula/u/uhdm.rb +++ b/Formula/u/uhdm.rb @@ -9,6 +9,8 @@ class Uhdm < Formula revision 1 head "https://github.com/chipsalliance/UHDM.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "670acc688d73fba8ac6565fca378f022b5d1f6f37699df288ee5e9dc38b8b656" sha256 cellar: :any, arm64_sonoma: "255be8c70c052277b40458bbb152fd969c46ccf12ab9108e6f1dfad702d1ce37" From 5469ea14534bedbf1ab77df1a05e2472c2eb099a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:34 +0200 Subject: [PATCH 05740/10074] uhubctl: added `no_autobump!` --- Formula/u/uhubctl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uhubctl.rb b/Formula/u/uhubctl.rb index 99292efea76f2..b31e852d89d59 100644 --- a/Formula/u/uhubctl.rb +++ b/Formula/u/uhubctl.rb @@ -6,6 +6,8 @@ class Uhubctl < Formula license "GPL-2.0-only" head "https://github.com/mvp/uhubctl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "45506e121cd1c2bdf1077b0086f6dae8adcf1b24c48c32882d2c06eee848b87a" sha256 cellar: :any, arm64_sonoma: "28e0b5ad40356523caf8b0e489af4f5a18cfcebafb21f323800068a3cb591f18" From 2cda12979927443a70313cda4b4ca5c068ef5053 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:34 +0200 Subject: [PATCH 05741/10074] ulfius: added `no_autobump!` --- Formula/u/ulfius.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/ulfius.rb b/Formula/u/ulfius.rb index 00994cfd47730..1ac708df02189 100644 --- a/Formula/u/ulfius.rb +++ b/Formula/u/ulfius.rb @@ -5,6 +5,8 @@ class Ulfius < Formula sha256 "19cf789b2af1919b69f77c7701237bfc318a9781ec657b68fd4b6ffa9d53f111" license "LGPL-2.1-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6020a868ce69b336b8ef6dd3b37bd70cd21eb8a246ddae1ae45a9b713b672e42" sha256 cellar: :any, arm64_sonoma: "453e5f09539969edae37b6aeafbe2165a455a91b12df2d0c4920d7db20b20ced" From ae47b5fcf5da3aa303c348684653c401b6c88901 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:34 +0200 Subject: [PATCH 05742/10074] ultralist: added `no_autobump!` --- Formula/u/ultralist.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/ultralist.rb b/Formula/u/ultralist.rb index 004440c2bcf20..4f23707ae0027 100644 --- a/Formula/u/ultralist.rb +++ b/Formula/u/ultralist.rb @@ -5,6 +5,8 @@ class Ultralist < Formula sha256 "d4a524c94c1ea4a748711a1187246ed1fd00eaaafd5b8153ad23b42d36485f79" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "110edc14d3b119a73a5de437726450fb928f436c94743d94db437bfe132b37be" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b2752e4eb0dd8af2d061318320c6c9efe9b9668ffbf87349bc7d0a0517b590b" From c2c1393c8c865dcf81fa41b0e35f7104fec952c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:34 +0200 Subject: [PATCH 05743/10074] um: added `no_autobump!` --- Formula/u/um.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/um.rb b/Formula/u/um.rb index 4704c1fa62a4c..838c12d547bca 100644 --- a/Formula/u/um.rb +++ b/Formula/u/um.rb @@ -5,6 +5,8 @@ class Um < Formula sha256 "f8c3f4bc5933cb4ab9643dcef7b01b8e8edf2dcbcd8062ef3ef214d1673ae64e" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "46ec29ef67ab6cbf8cde6a9d5029f6224f2fcc77a58f40f5feb178cacab94822" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b91d98a8fd437a600f933a582128c859b9cbf5f84ffd499275156db31c44f1b5" From 825c2969157a84a8e67bd9f5e9149fb2b97eb279 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:34 +0200 Subject: [PATCH 05744/10074] umlet: added `no_autobump!` --- Formula/u/umlet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/umlet.rb b/Formula/u/umlet.rb index 75e0b51dcd360..15db33d05967f 100644 --- a/Formula/u/umlet.rb +++ b/Formula/u/umlet.rb @@ -10,6 +10,8 @@ class Umlet < Formula regex(/href=.*?umlet-standalone[._-]v?(\d+(?:\.\d+)+)\.(?:t|zip)/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "81e9e4e1e8f71f11e7ddc0468109c03b5fc37353620c24c34fca14eace0b1373" From b83f230557d22ec45c0d55f2e3de2928f7dbead0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:35 +0200 Subject: [PATCH 05745/10074] umockdev: added `no_autobump!` --- Formula/u/umockdev.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/umockdev.rb b/Formula/u/umockdev.rb index 98efdcd4dc86a..ea6d468f1f2de 100644 --- a/Formula/u/umockdev.rb +++ b/Formula/u/umockdev.rb @@ -6,6 +6,8 @@ class Umockdev < Formula license "LGPL-2.1-or-later" head "https://github.com/martinpitt/umockdev.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_linux: "ca0cdf39df6bd2a6520a838d7c72945674574019b48b7863f31df0e4e5d67234" sha256 x86_64_linux: "7ad4f20e560ca3dbff215a5780424964b2773b4f8f10269cab867ffaa5dbb86d" From 0bc792ca1a3b59f1d2ac6a7d953df8a65fcf0f52 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:35 +0200 Subject: [PATCH 05746/10074] umple: added `no_autobump!` --- Formula/u/umple.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/umple.rb b/Formula/u/umple.rb index c36c85b86bc08..e3ccac9dda5c3 100644 --- a/Formula/u/umple.rb +++ b/Formula/u/umple.rb @@ -12,6 +12,8 @@ class Umple < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "8f29200d94979325078d9073338ed60413e7cde1392125b72d43e1e2105e8d3a" end From d941c2dd2ba8bcc0fc93ef59eacc91d160d3788b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:35 +0200 Subject: [PATCH 05747/10074] unac: added `no_autobump!` --- Formula/u/unac.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unac.rb b/Formula/u/unac.rb index 9f2fa2b955aac..5b91947d50774 100644 --- a/Formula/u/unac.rb +++ b/Formula/u/unac.rb @@ -10,6 +10,8 @@ class Unac < Formula regex(/href=.*?unac[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "648dfb172e5d6311dc6659235d05b5c22b814f48adab26a9a64288382f0a90d7" sha256 cellar: :any, arm64_sonoma: "27170110668e4f920abf561c75cc4b8f0f9bed1ba84ab5b52426663f2fb68546" From 4cd0026cf497fa304d8940e888dcaa52385a77d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:35 +0200 Subject: [PATCH 05748/10074] unciv: added `no_autobump!` --- Formula/u/unciv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index 7b730f5b452f7..ec8f0e86898d3 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -10,6 +10,8 @@ class Unciv < Formula regex(/^v?(\d+(?:\.\d+)+(?:[._-]?patch\d*)?)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "34a832b1d49180100009f26c4f1370efcec2fd2bb471b5f4342892a5922e6c8a" end From 4178e0b592eafc3ac3c938f0f2e8e9b6ccafd7a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:35 +0200 Subject: [PATCH 05749/10074] unifdef: added `no_autobump!` --- Formula/u/unifdef.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unifdef.rb b/Formula/u/unifdef.rb index 5e899673f39f5..544f5bbce63ec 100644 --- a/Formula/u/unifdef.rb +++ b/Formula/u/unifdef.rb @@ -9,6 +9,8 @@ class Unifdef < Formula ] head "https://github.com/fanf2/unifdef.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d582e3e4238886e561523bdc7f0a1066ac4316c06efd6efd710ba0e6f7ea5898" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c67a592e10c3d607f6ea9676fe8bb6ac59472b2eec185261e9d382d186f65707" From 7e4148da61ee8b20b9666b51db869a9e0fd8312e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:35 +0200 Subject: [PATCH 05750/10074] unittest-cpp: added `no_autobump!` --- Formula/u/unittest-cpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unittest-cpp.rb b/Formula/u/unittest-cpp.rb index 75daed2368906..00d12e0bd8ec3 100644 --- a/Formula/u/unittest-cpp.rb +++ b/Formula/u/unittest-cpp.rb @@ -14,6 +14,8 @@ class UnittestCpp < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8477bf1fd9cd1f227c003d267c92492e60b169896c2e9e04b23ba7473b89201a" sha256 cellar: :any, arm64_sonoma: "618082a8d57ee7c5a285bd1f2e8fffc2edc76ba703e0764baf13f34236d44813" From 550dac3f0dacb1aeb7fb3e429ba52d6ae1e27821 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:36 +0200 Subject: [PATCH 05751/10074] unittest: added `no_autobump!` --- Formula/u/unittest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unittest.rb b/Formula/u/unittest.rb index 8b60a15829098..cde6521f5413c 100644 --- a/Formula/u/unittest.rb +++ b/Formula/u/unittest.rb @@ -10,6 +10,8 @@ class Unittest < Formula regex(/href=.*?unittest[._-]v?(\d+(?:[.-]\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "21c093f62ed5f62198f1a5275ea0e1793db566cdf0b6893e0a153a84ed41253f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "22d12ce92d27e2c6b3b1c137d6193c4295c6aadb4dd658fe0ee10822ca130367" From aa7e44f8cb148f79a6f391f4b6f88e0d328bc06e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:36 +0200 Subject: [PATCH 05752/10074] uniutils: added `no_autobump!` --- Formula/u/uniutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uniutils.rb b/Formula/u/uniutils.rb index 81717fc3a4a24..75d3fa90db886 100644 --- a/Formula/u/uniutils.rb +++ b/Formula/u/uniutils.rb @@ -13,6 +13,8 @@ class Uniutils < Formula regex(/href=.*?uniutils[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b1e77b1c7bb772f82fa4f847d6d08f8b7b4da149516636d45ec0aaa662937490" sha256 cellar: :any, arm64_sonoma: "d2e0b6cb5b9a69c9c3b7741b22d800538287c470d377c7796487146cb7875f33" From 732c18179627190c6e0cd65e269182f1dffc999e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:36 +0200 Subject: [PATCH 05753/10074] unnethack: added `no_autobump!` --- Formula/u/unnethack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unnethack.rb b/Formula/u/unnethack.rb index e8879b3b649cc..15b663b19492d 100644 --- a/Formula/u/unnethack.rb +++ b/Formula/u/unnethack.rb @@ -25,6 +25,8 @@ class Unnethack < Formula regex(/^v?(\d+(?:\.\d+)+(?:[._-]\d{6,8})?)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fccec5070c4616fe421556ce507d015687ccdcd4da2681b2f8cc676dd4e7df9e" sha256 arm64_sonoma: "1c6320df0cd991aeb79ab344592d38726b9844cf5427c15b8a24d3195f2864b7" From 9560f88a11bc4a9c5f3cddc1c72d72ddd1f6c269 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:36 +0200 Subject: [PATCH 05754/10074] unoconv: added `no_autobump!` --- Formula/u/unoconv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unoconv.rb b/Formula/u/unoconv.rb index 9fa0e71c0f09a..ab8b2468cd0ae 100644 --- a/Formula/u/unoconv.rb +++ b/Formula/u/unoconv.rb @@ -9,6 +9,8 @@ class Unoconv < Formula revision 4 head "https://github.com/unoconv/unoconv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d56e2b15a6258fc3225c01543919e06a92458f16978ffa647b711952dd50a87" From 46d8a22ebb4ce8b8bf59859236cd3e17004ca47f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:36 +0200 Subject: [PATCH 05755/10074] unp: added `no_autobump!` --- Formula/u/unp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unp.rb b/Formula/u/unp.rb index bfdca0892224d..76ee1bdfab66f 100644 --- a/Formula/u/unp.rb +++ b/Formula/u/unp.rb @@ -10,6 +10,8 @@ class Unp < Formula regex(/href=.*?unp[._-]v?(\d+(?:\.\d+)+(?:~pre\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "f8e6eebe12a5258e2798298cf372b0fd8dd80085420656f9dc7b48206073a8a0" end From 017cc88d3e19f1a5f02eab3baa12435ef34c3bd5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:37 +0200 Subject: [PATCH 05756/10074] unpaper: added `no_autobump!` --- Formula/u/unpaper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unpaper.rb b/Formula/u/unpaper.rb index 00971870488a7..8796db6279e45 100644 --- a/Formula/u/unpaper.rb +++ b/Formula/u/unpaper.rb @@ -7,6 +7,8 @@ class Unpaper < Formula revision 2 head "https://github.com/unpaper/unpaper.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "698367ece512da282636d61bd2a514efacb0d014684cc2ae663d9f0121cf3d64" sha256 cellar: :any, arm64_sonoma: "13a3d8a2709a9ff5af9d0cfe4149ecfed559ab159e89157d090363226a94149b" From 40d37e034c503ba33f5d48b488b6f485f955c5c4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:37 +0200 Subject: [PATCH 05757/10074] unrtf: added `no_autobump!` --- Formula/u/unrtf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unrtf.rb b/Formula/u/unrtf.rb index 08fd0b8dcdd83..0f233e825451d 100644 --- a/Formula/u/unrtf.rb +++ b/Formula/u/unrtf.rb @@ -7,6 +7,8 @@ class Unrtf < Formula license "GPL-3.0-or-later" head "https://hg.savannah.gnu.org/hgweb/unrtf/", using: :hg + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "cea46b40e6483a6d9ca253f214b32830ad9fe133502aeee92b4ff06074da8566" sha256 arm64_sonoma: "b1dc04615894a229fd0ece73e4e96f5a86e6448dc422714d259bee15a9eec0e9" From 6ac0ea9d54a00f7e134f7e88cb824c7ce33e60c5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:37 +0200 Subject: [PATCH 05758/10074] unum: added `no_autobump!` --- Formula/u/unum.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unum.rb b/Formula/u/unum.rb index c58638f20442a..4e8e20e53dd2e 100644 --- a/Formula/u/unum.rb +++ b/Formula/u/unum.rb @@ -11,6 +11,8 @@ class Unum < Formula regex(%r{href=["']?v?(\d+(?:[.-]\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2bbbba3414c284badb1f16726092c9c2b0df15e584442b6f9a57a86b6136c7f5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "da2908ba84393f040c3fd859a4c1f44c9ead4a5ce06cee7dd38625065e0631bb" From c88f89cba2859a4cfea9eea9dc3e37079dd6789c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:37 +0200 Subject: [PATCH 05759/10074] unyaffs: added `no_autobump!` --- Formula/u/unyaffs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unyaffs.rb b/Formula/u/unyaffs.rb index 1e800a92ba431..18a195baca1db 100644 --- a/Formula/u/unyaffs.rb +++ b/Formula/u/unyaffs.rb @@ -11,6 +11,8 @@ class Unyaffs < Formula regex(/href=.*?unyaffs[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec8fe9164edaf17dc336a0dc203f5955d17692fa22f508cfe04f4cd87921a85c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "992ddb8ed826d693a43e89852d2a913e79547240910233975d83660b66f88835" From 9846e5c37fc476d687eb68c9e5c2118a5785b92d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:37 +0200 Subject: [PATCH 05760/10074] unzip: added `no_autobump!` --- Formula/u/unzip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unzip.rb b/Formula/u/unzip.rb index 1971683aaca63..d56208f1baa5d 100644 --- a/Formula/u/unzip.rb +++ b/Formula/u/unzip.rb @@ -12,6 +12,8 @@ class Unzip < Formula regex(%r{url=.*?(?:%20)?v?(\d+(?:\.\d+)+)/unzip\d+\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5bd1f2a27a5353a3ce249bdd414b0976a91129be2afd8fe3c0a796b316f4ed2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "09f467768e0ed9226eebc40f40fd5628c7f9cfa5f314b483751bbf0bf4d05bab" From 03f752c57ecc85d3008cccd3d01ce2dee6da1435 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:37 +0200 Subject: [PATCH 05761/10074] up: added `no_autobump!` --- Formula/u/up.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/up.rb b/Formula/u/up.rb index 55770eedb91ae..9bf45f2f8c125 100644 --- a/Formula/u/up.rb +++ b/Formula/u/up.rb @@ -5,6 +5,8 @@ class Up < Formula sha256 "3ea2161ce77e68d7e34873cc80324f372a3b3f63bed9f1ad1aefd7969dd0c1d1" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "c337068ce52d195859c44c0f90e4f1264b2d10a87fd6a3616e7ba2949087c7be" From 669f0c5577e31e0f10b0385f2f08dc8cd1ae4077 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:38 +0200 Subject: [PATCH 05762/10074] upscaledb: added `no_autobump!` --- Formula/u/upscaledb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/upscaledb.rb b/Formula/u/upscaledb.rb index 963e5504b0da1..fad8206bd2393 100644 --- a/Formula/u/upscaledb.rb +++ b/Formula/u/upscaledb.rb @@ -28,6 +28,8 @@ class Upscaledb < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "f9e07f206aa8c7656e752da77826815d0bc704c2f71beaed6341817b60cb9ba5" sha256 cellar: :any, arm64_ventura: "31263250b809be124c24d249704e8a84de26c46c12b1f9e4a7abea51dbd79c4f" From f07de2686d96838d798661b897068f22db1cfeea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:38 +0200 Subject: [PATCH 05763/10074] uptoc: added `no_autobump!` --- Formula/u/uptoc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uptoc.rb b/Formula/u/uptoc.rb index 2255b3728b55a..f892195e613bf 100644 --- a/Formula/u/uptoc.rb +++ b/Formula/u/uptoc.rb @@ -6,6 +6,8 @@ class Uptoc < Formula revision: "30266b490379c816fc08ca3670fd96808214b24c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "08d4c187e6b815cf9700234440df6fee4b43a1b434f849b0a198df53b7643c96" From 406d2308bba5adb410e11f660376078e899f0ebf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:38 +0200 Subject: [PATCH 05764/10074] upx: added `no_autobump!` --- Formula/u/upx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/upx.rb b/Formula/u/upx.rb index 1974c174493cd..829df9e944d3c 100644 --- a/Formula/u/upx.rb +++ b/Formula/u/upx.rb @@ -6,6 +6,8 @@ class Upx < Formula license "GPL-2.0-or-later" head "https://github.com/upx/upx.git", branch: "devel" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "784eb4d2d244872be35b8a8bd82900ce5789740950620b1a1119141361230b72" sha256 cellar: :any_skip_relocation, arm64_sonoma: "228b152ff34d6dbd0b7e8aef959013f47b7401cb210fca682c991198cbe2e6c2" From 87fe20e2efa441819d4d384bfa63351bc709ea82 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:38 +0200 Subject: [PATCH 05765/10074] urh: added `no_autobump!` --- Formula/u/urh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/urh.rb b/Formula/u/urh.rb index e693403bd335c..7b9f5b099004c 100644 --- a/Formula/u/urh.rb +++ b/Formula/u/urh.rb @@ -8,6 +8,8 @@ class Urh < Formula license "GPL-3.0-only" head "https://github.com/jopohl/urh.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7aab6a172466029fbb7ed528a5edd624866de3c0d5c3c6db9566d5bd7bdd3dc2" sha256 cellar: :any, arm64_sonoma: "aa6362884ac8ca8a644f638728265e2bed585ac5525b43adcf55c891a2c94c37" From a9445332a039498560947ab621aeed962109dbea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:38 +0200 Subject: [PATCH 05766/10074] urlfinder: added `no_autobump!` --- Formula/u/urlfinder.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/urlfinder.rb b/Formula/u/urlfinder.rb index b65708db12e57..7db96d150e53f 100644 --- a/Formula/u/urlfinder.rb +++ b/Formula/u/urlfinder.rb @@ -6,6 +6,8 @@ class Urlfinder < Formula license "MIT" head "https://github.com/pingc0y/URLFinder.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba0d3713537c7c40ac307a3911c7f96096a03270e8bfb029c73c37a0dbc25357" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2696316763f9ba4efd365b8d76c62ff87a417b4b06aa1cc566da1f4f2b01faf8" From e230367b55e452258c5e60ab08b88cec232dd3fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:38 +0200 Subject: [PATCH 05767/10074] urlview: added `no_autobump!` --- Formula/u/urlview.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/urlview.rb b/Formula/u/urlview.rb index ca1d98cbe9a30..65c1597069481 100644 --- a/Formula/u/urlview.rb +++ b/Formula/u/urlview.rb @@ -17,6 +17,8 @@ class Urlview < Formula regex(/href=.*?urlview[._-]v?(\d+(?:\.\d+)*[a-z]?(?:-\d+(?:\.\d+)*)?)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2a05f008302affc74e6cab2a4fc76d212678746d4d167252e21d0a7f50d49e0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ceb55a63116f409bce3870150eda3310cc48f57813c79e6cb6d8a082e9be2eb0" From 6aeb4e98e6a7cac367c479488619aca2b7cff602 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:39 +0200 Subject: [PATCH 05768/10074] uru: added `no_autobump!` --- Formula/u/uru.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uru.rb b/Formula/u/uru.rb index 55776b654a242..ad4b293569973 100644 --- a/Formula/u/uru.rb +++ b/Formula/u/uru.rb @@ -5,6 +5,8 @@ class Uru < Formula sha256 "47148454f4c4d5522641ac40aec552a9390a2edc1a0cd306c5d16924f0be7e34" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5422b52374d4e7de9f934714fabe3b984a1e76fb795cc82cdac81c7477bbcf5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "19c329e3ad2a981d5edcf2f708608297f4b3d5da68c8344744cb78cffd513c42" From 35d9bb1a617b74bb3f3bd9fe716adbd98ffe3399 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:39 +0200 Subject: [PATCH 05769/10074] urweb: added `no_autobump!` --- Formula/u/urweb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/urweb.rb b/Formula/u/urweb.rb index f2acaeddd7c02..a70d29df9bb55 100644 --- a/Formula/u/urweb.rb +++ b/Formula/u/urweb.rb @@ -6,6 +6,8 @@ class Urweb < Formula license "BSD-3-Clause" revision 12 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6b9b4b19d55dd9fa56d0e848f3730131b1d9942e7752af3c4d4cbe9e7865cac5" sha256 arm64_sonoma: "5ae2a880693f266d5a4c97a701f6c275be9af42c6a5001285df1fd5943cf9020" From f2ed00a061b7a0d2ea73dacbe1228dd0a691fbfa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:39 +0200 Subject: [PATCH 05770/10074] usage: added `no_autobump!` --- Formula/u/usage.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/usage.rb b/Formula/u/usage.rb index 3cd7ae3fcf8b7..d7babac1a6669 100644 --- a/Formula/u/usage.rb +++ b/Formula/u/usage.rb @@ -6,6 +6,8 @@ class Usage < Formula license "MIT" head "https://github.com/jdx/usage.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "48749a36fe6f537c4fe3e123d21627fd4b25ff38609d4d24cc81f1fad83ea000" sha256 cellar: :any_skip_relocation, arm64_sonoma: "3943027449c6376bdfe6a1ddc228d1b3a78cf003dd88c20126f6cabc04a6799b" From 2fa4d66050bac579e43fb04e1980b32d5e2ba08b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:39 +0200 Subject: [PATCH 05771/10074] utftex: added `no_autobump!` --- Formula/u/utftex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/utftex.rb b/Formula/u/utftex.rb index a9f3ebb87a911..569bc6a08211a 100644 --- a/Formula/u/utftex.rb +++ b/Formula/u/utftex.rb @@ -5,6 +5,8 @@ class Utftex < Formula sha256 "c50a44e33eba551526ff553c0af0bdd3f3a219d8ed60f11fcd9d7b30cd028af1" license "GPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2600f08ffa67d205a11c72fb8edaa16bc5b25e0b1ef5b6a7d88e4dbee325d7cf" sha256 cellar: :any, arm64_sonoma: "fcefa68f71397e48ca164144e5c78eacc458462b440ee3406379e8fc281b0b5e" From cfe9226a10f807710f31c55ee5c564d2f5fe2b3f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:39 +0200 Subject: [PATCH 05772/10074] uthash: added `no_autobump!` --- Formula/u/uthash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uthash.rb b/Formula/u/uthash.rb index 35c5f205f84c1..3bfce73a51e63 100644 --- a/Formula/u/uthash.rb +++ b/Formula/u/uthash.rb @@ -6,6 +6,8 @@ class Uthash < Formula license "BSD-1-Clause" head "https://github.com/troydhanson/uthash.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "7332f52405884ffd9db409700b607565d8afeca373d6954ef84f03ed5842ddbe" From 1b2511cb0649e654bec32194c07ae06732ddeda4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:39 +0200 Subject: [PATCH 05773/10074] utimer: added `no_autobump!` --- Formula/u/utimer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/utimer.rb b/Formula/u/utimer.rb index f7f850b052cf6..8a8b809ce6f27 100644 --- a/Formula/u/utimer.rb +++ b/Formula/u/utimer.rb @@ -10,6 +10,8 @@ class Utimer < Formula skip "No longer developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b81fca5d55f6c336477ac27ce66e9fb030be982864b54be675ee624b73444f7b" sha256 cellar: :any, arm64_sonoma: "ee04213e439d3e859b16c5f0e07f19d70400a9dea3bcde536212cee288bfb6f6" From df23002ccb75de7b20f6706f17fbefaa82f4aa64 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:40 +0200 Subject: [PATCH 05774/10074] uudeview: added `no_autobump!` --- Formula/u/uudeview.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uudeview.rb b/Formula/u/uudeview.rb index 28ba7fa302121..55ff49275dadc 100644 --- a/Formula/u/uudeview.rb +++ b/Formula/u/uudeview.rb @@ -11,6 +11,8 @@ class Uudeview < Formula regex(/href=.*?uudeview[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "519dcd3ca61e2c1eac14d1e1b15dc2b87492421fa77bfc396163b6882df7c298" From d1bac45138eb1f134b66b86c21f8705727a26f2a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:40 +0200 Subject: [PATCH 05775/10074] uvw: added `no_autobump!` --- Formula/u/uvw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/uvw.rb b/Formula/u/uvw.rb index 8a5149ac7cbd1..581a1c3547209 100644 --- a/Formula/u/uvw.rb +++ b/Formula/u/uvw.rb @@ -11,6 +11,8 @@ class Uvw < Formula regex(/^v?(\d+(?:\.\d+)+)(?:[._-]libuv[._-]v?\d+(?:\.\d+)*)?$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ffd8957741528fa17ff2883d204d9a86f58bf13f1d2d12e11b9e23436412c1e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd6b702c8f2b647f207611e843ec0d36731982a20b61759e9aae7465f5e8cb8f" From b37bc63f52a351ebb8191aa56db9083ec61e1680 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:28:53 +0200 Subject: [PATCH 05776/10074] ucg: added `no_autobump!` Signed-off-by: botantony --- Formula/u/ucg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/ucg.rb b/Formula/u/ucg.rb index 524afdeb62f9e..0104df7e3346c 100644 --- a/Formula/u/ucg.rb +++ b/Formula/u/ucg.rb @@ -19,6 +19,8 @@ class Ucg < Formula patch :DATA end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, sonoma: "1cfae5edabc50ba8598a2212217b22f8d7b1d81c118f86e52ce94b1b889a98a4" From 984b2e726779aab5348ba4ab39538e5dd5eacd25 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:29:01 +0200 Subject: [PATCH 05777/10074] unixodbc: added `no_autobump!` Signed-off-by: botantony --- Formula/u/unixodbc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/unixodbc.rb b/Formula/u/unixodbc.rb index 1be0bf57289c8..f36e535f677be 100644 --- a/Formula/u/unixodbc.rb +++ b/Formula/u/unixodbc.rb @@ -11,6 +11,8 @@ class Unixodbc < Formula regex(/href=.*?unixODBC[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d117e16a10d134bc961f57c345296a7279f40376ab626dfa41777bf4cb4e116a" sha256 arm64_sonoma: "4984c5ec2cd0ddc6393cfd60e42bc5748e3dc173750b74b2113de9b17c864c9a" From d1cdc4a867c6f05c5d392a959e20a270be8e6087 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:57 +0200 Subject: [PATCH 05778/10074] v: added `no_autobump!` --- Formula/v/v.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/v.rb b/Formula/v/v.rb index 9a0082de3e4dd..2ff3ea56f65f6 100644 --- a/Formula/v/v.rb +++ b/Formula/v/v.rb @@ -16,6 +16,8 @@ class V < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "02186023120c9b712a9eb310bf10b090cee1e693c8e4f302880a414d8ea6f3e7" From 7813826c64b3517d3c2b1a6a02eaf6b9b3f66442 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:58 +0200 Subject: [PATCH 05779/10074] v8: added `no_autobump!` --- Formula/v/v8.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/v8.rb b/Formula/v/v8.rb index 0a17ac224c147..3e81d8d4ddb42 100644 --- a/Formula/v/v8.rb +++ b/Formula/v/v8.rb @@ -23,6 +23,8 @@ class V8 < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ee9f92d890ff6d646db3b11554be91ed50219923f5a7900d7f3e980a8d00f9e8" sha256 cellar: :any, arm64_sonoma: "7c4952b33dd522e79610eabb3beb9bbfdddc3378f41c2153041503e9f8f0a878" From 9a79089d63bb2d4dc9ae98d8c8624e1c9c33f795 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:58 +0200 Subject: [PATCH 05780/10074] vagrant-completion: added `no_autobump!` --- Formula/v/vagrant-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vagrant-completion.rb b/Formula/v/vagrant-completion.rb index 27fbdf829da12..1d746ca0de38c 100644 --- a/Formula/v/vagrant-completion.rb +++ b/Formula/v/vagrant-completion.rb @@ -8,6 +8,8 @@ class VagrantCompletion < Formula license "MIT" head "https://github.com/hashicorp/vagrant.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "b0d411d4cb2f9c85c5f2fb8443dd25bcf8b7624c49019abf613ebd8caa38314f" From 70bd8fd59403d138296d4424ac698edbc9bdd758 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:58 +0200 Subject: [PATCH 05781/10074] vala-language-server: added `no_autobump!` --- Formula/v/vala-language-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vala-language-server.rb b/Formula/v/vala-language-server.rb index 0915e83dadc7c..f0ced3ab4bd12 100644 --- a/Formula/v/vala-language-server.rb +++ b/Formula/v/vala-language-server.rb @@ -5,6 +5,8 @@ class ValaLanguageServer < Formula sha256 "a93e09497738144792466d0c5ccb1347583d84a9987b65b08f6aa5d5a1e3f431" license "LGPL-2.1-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7b298f02d9378880231ad35d238897b5fa76e7a0c92efc802676f114fe20ab9f" sha256 cellar: :any, arm64_sonoma: "ac975caa3ddb69b060ade26f3fd96eb26d1ea002cb52742c0418a4edc23058ff" From 96a73fa0cdcfd8ae8e460486ee9743a9e1838f1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:58 +0200 Subject: [PATCH 05782/10074] vamp-plugin-sdk: added `no_autobump!` --- Formula/v/vamp-plugin-sdk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vamp-plugin-sdk.rb b/Formula/v/vamp-plugin-sdk.rb index bd2c3d4e4eaf5..f4db9c19f2638 100644 --- a/Formula/v/vamp-plugin-sdk.rb +++ b/Formula/v/vamp-plugin-sdk.rb @@ -18,6 +18,8 @@ class VampPluginSdk < Formula regex(/href=.*?vamp-plugin-sdk[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0fd18a6d81ea391818744555984ec3b2f8052f801a097be6511dc4589d9810fc" sha256 cellar: :any, arm64_sonoma: "1ba7dd45b17c25c2eecfa787ee7ca90509534e91492351c5237acd33be37b3b7" From 7e93e3fb0e778674f80f59b45ef976c85108303b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:58 +0200 Subject: [PATCH 05783/10074] vapoursynth-imwri: added `no_autobump!` --- Formula/v/vapoursynth-imwri.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vapoursynth-imwri.rb b/Formula/v/vapoursynth-imwri.rb index 0b6af9c867306..87b552c0bfb1b 100644 --- a/Formula/v/vapoursynth-imwri.rb +++ b/Formula/v/vapoursynth-imwri.rb @@ -8,6 +8,8 @@ class VapoursynthImwri < Formula version_scheme 1 head "https://github.com/vapoursynth/vs-imwri.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "05e577ee12e4337fb9af5870c39c485e5e7a5ac4b56365361e9c2e7e35eca388" sha256 cellar: :any, arm64_sonoma: "2bbe0c55617799e49cfd693a838565894dc7ecb5fbcaef0b72e9103da674999d" From c0586ad748f66fdf460bec18fa1f5f204e289d0b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:59 +0200 Subject: [PATCH 05784/10074] vapoursynth-ocr: added `no_autobump!` --- Formula/v/vapoursynth-ocr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vapoursynth-ocr.rb b/Formula/v/vapoursynth-ocr.rb index 6cd508f8b0a7c..be0df5b22386b 100644 --- a/Formula/v/vapoursynth-ocr.rb +++ b/Formula/v/vapoursynth-ocr.rb @@ -7,6 +7,8 @@ class VapoursynthOcr < Formula version_scheme 1 head "https://github.com/vapoursynth/vs-ocr.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "59e7198e55f020269ef5dba9f54c07b67c5a789379df455ec634e6b236a129b0" From ef85f6d88f761cc2bfb8fb4dbadb2fd576c684c7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:59 +0200 Subject: [PATCH 05785/10074] vapoursynth-sub: added `no_autobump!` --- Formula/v/vapoursynth-sub.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vapoursynth-sub.rb b/Formula/v/vapoursynth-sub.rb index 71c8df0674cfd..6a223a7d13c11 100644 --- a/Formula/v/vapoursynth-sub.rb +++ b/Formula/v/vapoursynth-sub.rb @@ -8,6 +8,8 @@ class VapoursynthSub < Formula version_scheme 1 head "https://github.com/vapoursynth/subtext.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2a7e9a3f6ddb1982320e4319a9cea989f64f0631c077192f707ee341c88c03e7" sha256 cellar: :any, arm64_sonoma: "a790bb27c1854e657d72731ea03ee7afc25b1400223a8603812ef8afad7a0554" From 6d096f626a2d3180b908aedbb4250f5c0657e7f2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:59 +0200 Subject: [PATCH 05786/10074] vassh: added `no_autobump!` --- Formula/v/vassh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vassh.rb b/Formula/v/vassh.rb index 6132669c450b0..0fe21a8b3361c 100644 --- a/Formula/v/vassh.rb +++ b/Formula/v/vassh.rb @@ -4,6 +4,8 @@ class Vassh < Formula url "https://github.com/xwp/vassh/archive/refs/tags/0.2.tar.gz" sha256 "dd9b3a231c2b0c43975ba3cc22e0c45ba55fbbe11a3e4be1bceae86561b35340" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "941d5973bdb5b38f8e8b38331f84a5401c8689d09130b5cd770645e5881ee11d" From a3135e70eaca955a3d360aff7eb42bf8c1797523 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:59 +0200 Subject: [PATCH 05787/10074] vault: added `no_autobump!` --- Formula/v/vault.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vault.rb b/Formula/v/vault.rb index f186c0f64bc44..4af365c1b655a 100644 --- a/Formula/v/vault.rb +++ b/Formula/v/vault.rb @@ -13,6 +13,8 @@ class Vault < Formula license "MPL-2.0" head "https://github.com/hashicorp/vault.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "26af537dd044826cf7569c9cb4385e53c3de560518f8a521397b18695e9daa2c" sha256 cellar: :any_skip_relocation, arm64_ventura: "18ee0a998f38e77c9e5a6bf406fc7326c69caca580efd84b277346344e1afef2" From c6351144e077666f56887c22eeffbdbad00a1844 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:59 +0200 Subject: [PATCH 05788/10074] vaulted: added `no_autobump!` --- Formula/v/vaulted.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vaulted.rb b/Formula/v/vaulted.rb index 58c49f6ad5e88..4bfb30f581334 100644 --- a/Formula/v/vaulted.rb +++ b/Formula/v/vaulted.rb @@ -6,6 +6,8 @@ class Vaulted < Formula license "MIT" head "https://github.com/miquella/vaulted.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7d20c4d22958ce6a36c53ae40821c077a31bfcce9df74593bc83a7bcf318332" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7fde70166c645a842baec036f638bc3e0435f22bcc2c16fd2e81186ff200c882" From f4757b9e29a0cc7b100a99d66f259d4ee1689734 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:59 +0200 Subject: [PATCH 05789/10074] vbindiff: added `no_autobump!` --- Formula/v/vbindiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vbindiff.rb b/Formula/v/vbindiff.rb index 44b0a29a76dbf..8518a5f213453 100644 --- a/Formula/v/vbindiff.rb +++ b/Formula/v/vbindiff.rb @@ -10,6 +10,8 @@ class Vbindiff < Formula regex(/href=.*?vbindiff[._-]v?(\d+(?:\.\d+)+(?:.?beta\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a3b8297335705d8d6c97b391d707bd8c19d30b84d36e8f045065490230a1298" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dba50c94e878fd349ce1d2b73a8029d0441d22a59aac179e717ad32839f4a9af" From b3199a97c017442982e233432137d6343454f78d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:52:59 +0200 Subject: [PATCH 05790/10074] vc4asm: added `no_autobump!` --- Formula/v/vc4asm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vc4asm.rb b/Formula/v/vc4asm.rb index 7aedec58d41ac..45282970470ff 100644 --- a/Formula/v/vc4asm.rb +++ b/Formula/v/vc4asm.rb @@ -5,6 +5,8 @@ class Vc4asm < Formula sha256 "f712fb27eb1b7d46b75db298fd50bb62905ccbdd7c0c7d27728596c496f031c2" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c66f2ce86c71a5c824c8e0f19edd39b714ae56d6f3ebdfc287fa7549e66a8f2d" sha256 cellar: :any, arm64_sonoma: "8292e0e5586e00d1e0c74c5b411ac925547a0b46dbdbd3ca54b7ffc95eed2248" From 42e93dd488f2c3f3e3bc789a2bc2deed5e653c1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:00 +0200 Subject: [PATCH 05791/10074] vcdimager: added `no_autobump!` --- Formula/v/vcdimager.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vcdimager.rb b/Formula/v/vcdimager.rb index ec37f1f8da22e..923598f0e513c 100644 --- a/Formula/v/vcdimager.rb +++ b/Formula/v/vcdimager.rb @@ -7,6 +7,8 @@ class Vcdimager < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2dbaab4b58479eca7337c3648f97c5f77bb8fb2ee40fd065b931215a16d52330" sha256 cellar: :any, arm64_sonoma: "3b3614dbce9b743fb1f7e31e2dfdd0a59ac7949277c5fb712c09d0fbdef0751d" From 9a5f66d3e36530a98c7cf11bd1e2da23faf13576 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:00 +0200 Subject: [PATCH 05792/10074] vcpkg: added `no_autobump!` --- Formula/v/vcpkg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vcpkg.rb b/Formula/v/vcpkg.rb index 531e3e39c8c04..e5fa0ee93ef61 100644 --- a/Formula/v/vcpkg.rb +++ b/Formula/v/vcpkg.rb @@ -20,6 +20,8 @@ class Vcpkg < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e72e89dc6dc6a7ee947a8b9e54efc00f16bf39e3703da4a877f5ba03d5238cbd" sha256 cellar: :any, arm64_sonoma: "89439508fa09654c9c1f2069cc028a288bff566be5ca07da804ef0f9a7a45e8e" From ed72e5f9f7ae85effc33d8c2273dfe85cf0507a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:00 +0200 Subject: [PATCH 05793/10074] vcprompt: added `no_autobump!` --- Formula/v/vcprompt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vcprompt.rb b/Formula/v/vcprompt.rb index 94a53f7942f7b..659557c176aa7 100644 --- a/Formula/v/vcprompt.rb +++ b/Formula/v/vcprompt.rb @@ -5,6 +5,8 @@ class Vcprompt < Formula sha256 "3db5ebad2e333d43b464b665c8d43b35156b0f144052f10c340a5c5007a6874d" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "647b480e6f4b4168c0c89405dfa6351f9a0ae16065be2a90c9822ae958cc789f" sha256 cellar: :any, arm64_sonoma: "aea4d0a7c13f68e976cfb12ffb42b2ad3d7cbacb46ba0716039d72a8027401e4" From a8b9c2656233ec5075c725702fd09c6751d4d5cc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:00 +0200 Subject: [PATCH 05794/10074] vcs: added `no_autobump!` --- Formula/v/vcs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vcs.rb b/Formula/v/vcs.rb index 5b52a8593f3aa..853746b27895a 100644 --- a/Formula/v/vcs.rb +++ b/Formula/v/vcs.rb @@ -6,6 +6,8 @@ class Vcs < Formula license "LGPL-2.0-or-later" revision 3 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "65bbf115d8f6b21bf141e823218b52ce3cae82bfc2c4783d1ffabec160b1c6b3" From 923db368ef60c646b1311d76fc01ed4cfaf5e1ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:00 +0200 Subject: [PATCH 05795/10074] vde: added `no_autobump!` --- Formula/v/vde.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vde.rb b/Formula/v/vde.rb index 3ed3b728c8ff5..dfc468caa6db8 100644 --- a/Formula/v/vde.rb +++ b/Formula/v/vde.rb @@ -6,6 +6,8 @@ class Vde < Formula license all_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] head "https://github.com/virtualsquare/vde-2.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1e3ffe05a0f354b3909f74d3374fc036156c438147f5ac8dd34a8f747071e9f8" sha256 arm64_sonoma: "3d2231810ad7229ba6a68178d648ab1f13bdfe50b214cb2d299d644d66e03762" From 9c7d4455d6a74b3dd5d4bd4782ae01ede2400d23 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:00 +0200 Subject: [PATCH 05796/10074] veccore: added `no_autobump!` --- Formula/v/veccore.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/veccore.rb b/Formula/v/veccore.rb index c5cbbe3cb1d3a..71dfbbd4fbda5 100644 --- a/Formula/v/veccore.rb +++ b/Formula/v/veccore.rb @@ -6,6 +6,8 @@ class Veccore < Formula license "Apache-2.0" head "https://github.com/root-project/veccore.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "7cb81dd2bcb91896afae27ce9431387752ef9a6a443da7767a6bef6faa945a4b" end From 8ad1d15d6f1dac9ca777dab509ef309ac6ff20a5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:01 +0200 Subject: [PATCH 05797/10074] vectorscan: added `no_autobump!` --- Formula/v/vectorscan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vectorscan.rb b/Formula/v/vectorscan.rb index f8ecfa89b7096..e68da3e484652 100644 --- a/Formula/v/vectorscan.rb +++ b/Formula/v/vectorscan.rb @@ -7,6 +7,8 @@ class Vectorscan < Formula revision 1 head "https://github.com/VectorCamp/vectorscan.git", branch: "develop" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b360fb4b6e842de1f1aa4599528a0b2bb899f960b6f380fa3acdfaad54f4cec3" sha256 cellar: :any, arm64_sonoma: "f39f184ac1f5dbdb22087f8a6fe7ffaadcbb0fdea64d1ea872d2e4df90e28a0b" From 5a875b5670bfc51681dc8b70580d088883fd9255 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:01 +0200 Subject: [PATCH 05798/10074] vera++: added `no_autobump!` --- Formula/v/vera++.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vera++.rb b/Formula/v/vera++.rb index 027b2bee28321..f9ad8587a5e40 100644 --- a/Formula/v/vera++.rb +++ b/Formula/v/vera++.rb @@ -5,6 +5,8 @@ class Veraxx < Formula sha256 "9415657a09438353489db10ca860dd6459e446cfd9c649a1a2e02268da66f270" license "BSL-1.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sonoma: "99507020d8491dc44e6404d4d2d859ec8f05270afd4aef8b75f5f1ebb04be413" From b0284d32504489854ee627db05d1f645fe7f1db9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:01 +0200 Subject: [PATCH 05799/10074] vermin: added `no_autobump!` --- Formula/v/vermin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vermin.rb b/Formula/v/vermin.rb index d2b2ba9773e1e..0f56ffdc602c8 100644 --- a/Formula/v/vermin.rb +++ b/Formula/v/vermin.rb @@ -8,6 +8,8 @@ class Vermin < Formula license "MIT" head "https://github.com/netromdk/vermin.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "e25e54e3725d3f470d93f8272ac428d145eb667beb966d31498d02fee48be0c3" From 5c3756c5a5182bfef42d7e2437efc3684dda8d4a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:01 +0200 Subject: [PATCH 05800/10074] vf: added `no_autobump!` --- Formula/v/vf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vf.rb b/Formula/v/vf.rb index 3b2125e79bced..438f78a6712b8 100644 --- a/Formula/v/vf.rb +++ b/Formula/v/vf.rb @@ -5,6 +5,8 @@ class Vf < Formula sha256 "6418d188b88d5f3885b7a8d24520ac47accadb5144ae24e836aafbea4bd41859" head "https://github.com/glejeune/vf.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "e5e2d467c81269aec65859de0dd589b4493e9be0b77d047433ae1d2b98184bce" From a0ec09ba2ee09daf16d6687cea047f8f5b9ad626 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:01 +0200 Subject: [PATCH 05801/10074] vfuse: added `no_autobump!` --- Formula/v/vfuse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vfuse.rb b/Formula/v/vfuse.rb index 924ce1dca827a..50a502b41ace3 100644 --- a/Formula/v/vfuse.rb +++ b/Formula/v/vfuse.rb @@ -5,6 +5,8 @@ class Vfuse < Formula sha256 "fbf5f8a1c664b03c7513a70aa05c3fc501a7ebdb53f128f1f05c24395871a314" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_monterey: "f8184d1fd9ed9a9053df739ad09fa721686131c8a6c2a13b294aec564016cf19" sha256 cellar: :any_skip_relocation, arm64_big_sur: "f8184d1fd9ed9a9053df739ad09fa721686131c8a6c2a13b294aec564016cf19" From 9ac4ac1a03aef521fbc4150ecdc46e536ba15ea4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:01 +0200 Subject: [PATCH 05802/10074] vice: added `no_autobump!` --- Formula/v/vice.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vice.rb b/Formula/v/vice.rb index 762d81d2f9bc1..4f4509bd3a83b 100644 --- a/Formula/v/vice.rb +++ b/Formula/v/vice.rb @@ -11,6 +11,8 @@ class Vice < Formula regex(%r{url=.*?/vice[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "8b78df5935aab1f83e0207ea2f728b96a74e66d69f5299e8507f990f11920822" sha256 arm64_sonoma: "729bb747eeb23ff89b1cb604520e7204880394934d91f316c9dc7aeef2f7f73f" From f1cffb2c2fb66d9e31d43a053307af03283b4749 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:02 +0200 Subject: [PATCH 05803/10074] viennacl: added `no_autobump!` --- Formula/v/viennacl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/viennacl.rb b/Formula/v/viennacl.rb index b598b074d59cb..94ec50a75de81 100644 --- a/Formula/v/viennacl.rb +++ b/Formula/v/viennacl.rb @@ -7,6 +7,8 @@ class Viennacl < Formula revision 1 head "https://github.com/viennacl/viennacl-dev.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd97554d6b9c07ca2fcf625dec5198ef86dffba1b1723e9e83796ccba63c2d7a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0190d51c44ab429c844d6c7d74d85aaa447639e320ad460f491e5b5a6fff8f1" From 61f877bac3e223140b32f8df2b9bceb8df2a3ba0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:02 +0200 Subject: [PATCH 05804/10074] vilistextum: added `no_autobump!` --- Formula/v/vilistextum.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vilistextum.rb b/Formula/v/vilistextum.rb index dc94b4e64e8a5..ba45e2f2ba0bd 100644 --- a/Formula/v/vilistextum.rb +++ b/Formula/v/vilistextum.rb @@ -16,6 +16,8 @@ class Vilistextum < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "518d8afa3e88d75bb45459300aa06568ebdb4b712495fac4d0edbe3dcfa17fb5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ca2e91c4c222843276180c7e4368437fad8284a673b5cd3b26aeb3650204b6f" From 0f4c5dc4f0d745c015717cfd384a2ebac088b81b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:02 +0200 Subject: [PATCH 05805/10074] vimpager: added `no_autobump!` --- Formula/v/vimpager.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vimpager.rb b/Formula/v/vimpager.rb index 4a4351f05175e..f8f9506103a2e 100644 --- a/Formula/v/vimpager.rb +++ b/Formula/v/vimpager.rb @@ -6,6 +6,8 @@ class Vimpager < Formula license "BSD-2-Clause" head "https://github.com/rkitover/vimpager.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f2a6dd688af38e4777f82795806da5477f9bbc91f05f1bb567777656169652a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b414a1f47556bd96038f4314fdcc4a5794c7064990e2b464c951717043c7c0c0" From 8986f039f581b039b62b0c6c1e41376b5f00cbcd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:02 +0200 Subject: [PATCH 05806/10074] vimtutor-sequel: added `no_autobump!` --- Formula/v/vimtutor-sequel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vimtutor-sequel.rb b/Formula/v/vimtutor-sequel.rb index 5a1c4510dee78..ccba7bf0be1d3 100644 --- a/Formula/v/vimtutor-sequel.rb +++ b/Formula/v/vimtutor-sequel.rb @@ -5,6 +5,8 @@ class VimtutorSequel < Formula sha256 "190627358111d73170d4b1bc7a9823c511b44a71068a8c54207fdd116f4c2152" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "95f9e9dc1f8ef08838250ec32a95122ef979a6a437b5454cf5db4ce1ffe5e27b" end From 77186a9008db31e050f29066581f0fe6588bb652 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:03 +0200 Subject: [PATCH 05807/10074] vint: added `no_autobump!` --- Formula/v/vint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vint.rb b/Formula/v/vint.rb index a7bca581df36a..47febdda3a367 100644 --- a/Formula/v/vint.rb +++ b/Formula/v/vint.rb @@ -9,6 +9,8 @@ class Vint < Formula revision 2 head "https://github.com/Vimjas/vint.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 6 sha256 cellar: :any, arm64_sequoia: "d2e44d7c8f741058e7053452b35c8c95997f96f60bfb3b2327194a5bed7d90de" From b607414bd1fd078b52cb6284a8974f92fdc305ea Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:03 +0200 Subject: [PATCH 05808/10074] vip: added `no_autobump!` --- Formula/v/vip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vip.rb b/Formula/v/vip.rb index 6eb79a062777b..974394050b564 100644 --- a/Formula/v/vip.rb +++ b/Formula/v/vip.rb @@ -28,6 +28,8 @@ class Vip < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "4168bb377aa3ca2722f484c1bfbd8c5d89e9231565439ac1ad2ad06ddfeb3d20" From 79b5f3a4d70c85deb73433b77f10b1eaf59056ec Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:03 +0200 Subject: [PATCH 05809/10074] vipsdisp: added `no_autobump!` --- Formula/v/vipsdisp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vipsdisp.rb b/Formula/v/vipsdisp.rb index a4f1924abc9a9..367da2869b3ca 100644 --- a/Formula/v/vipsdisp.rb +++ b/Formula/v/vipsdisp.rb @@ -10,6 +10,8 @@ class Vipsdisp < Formula strategy :github_releases end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c730d171fb0ff997048081609c182e91de7c462764255972070153d3f3957fcd" sha256 cellar: :any, arm64_sonoma: "77e6eabacad3268d0fbbf4642b5a9860b7811d79b76223b4ea4a64b671d04191" From 69c416bfae241d8daf9977d64373cf2133b805d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:03 +0200 Subject: [PATCH 05810/10074] virgil: added `no_autobump!` --- Formula/v/virgil.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/virgil.rb b/Formula/v/virgil.rb index bf5c9da24e9e6..ca1a2830f5f45 100644 --- a/Formula/v/virgil.rb +++ b/Formula/v/virgil.rb @@ -7,6 +7,8 @@ class Virgil < Formula license "BSD-3-Clause" head "https://github.com/VirgilSecurity/virgil-cli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, sonoma: "0d6baf5fbae58063f78f30264489c23a91179d000db777feb19d88d67786862d" sha256 cellar: :any_skip_relocation, ventura: "933b5e559d600ae1953d8e627863ee64525bea81f11dd7cc87439471a1065625" From 05f6f26e5d723a5e095662d7073e7fd5e1b879f6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:03 +0200 Subject: [PATCH 05811/10074] virt-manager: added `no_autobump!` --- Formula/v/virt-manager.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/virt-manager.rb b/Formula/v/virt-manager.rb index b9d3539a34e6f..977d7c23125e8 100644 --- a/Formula/v/virt-manager.rb +++ b/Formula/v/virt-manager.rb @@ -9,6 +9,8 @@ class VirtManager < Formula license "GPL-2.0-or-later" head "https://github.com/virt-manager/virt-manager.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "83397ecb04b719a262ba0d0b06a0a7561598de290647b16fce11ed3e64a7fa9c" end From 56b70e15fb4c537d9b9249de2aded31bb2a57bac Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:03 +0200 Subject: [PATCH 05812/10074] virtualhost.sh: added `no_autobump!` --- Formula/v/virtualhost.sh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/virtualhost.sh.rb b/Formula/v/virtualhost.sh.rb index 58f40e3bf3989..cd197d6936b23 100644 --- a/Formula/v/virtualhost.sh.rb +++ b/Formula/v/virtualhost.sh.rb @@ -5,6 +5,8 @@ class VirtualhostSh < Formula sha256 "75d34b807e71acd253876c6a99cdbc11ce31ffb159155373c83a99af862fffcc" head "https://github.com/virtualhost/virtualhost.sh.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "caf611d27d2f3391098872acc83c015efe68d7a267e5912d423a0bfd2d3e64e3" From 7108d29dcbb4c793c834525230a2990d05a34bd5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:04 +0200 Subject: [PATCH 05813/10074] virtualpg: added `no_autobump!` --- Formula/v/virtualpg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/virtualpg.rb b/Formula/v/virtualpg.rb index b21221f069fd9..de47c38cf3627 100644 --- a/Formula/v/virtualpg.rb +++ b/Formula/v/virtualpg.rb @@ -10,6 +10,8 @@ class Virtualpg < Formula regex(/href=.*?virtualpg[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "8e204f28da296c7deb1ce80831b2bfe8d7456aa540642c554de86f031c7aabad" From 9f5ad8297167d289300532c0e923433db8a305b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:04 +0200 Subject: [PATCH 05814/10074] visionmedia-watch: added `no_autobump!` --- Formula/v/visionmedia-watch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/visionmedia-watch.rb b/Formula/v/visionmedia-watch.rb index 4237f30f4ad58..086b02d3403e4 100644 --- a/Formula/v/visionmedia-watch.rb +++ b/Formula/v/visionmedia-watch.rb @@ -6,6 +6,8 @@ class VisionmediaWatch < Formula license "MIT" head "https://github.com/tj/watch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1230c8458404ec82ba7142d81abed0964e482842427e0860bdd0590cc25ad88" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ae623768a63f7e3c72abb3bc6b06dbcefad5c698195d8298b2e89de2cd04d63" From ed6590bada6c751f39c568a71d772b0c0f5d8f31 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:04 +0200 Subject: [PATCH 05815/10074] visp: added `no_autobump!` --- Formula/v/visp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/visp.rb b/Formula/v/visp.rb index ad17959077f7e..8732da96cbf6f 100644 --- a/Formula/v/visp.rb +++ b/Formula/v/visp.rb @@ -11,6 +11,8 @@ class Visp < Formula regex(/href=.*?visp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "aeeb52ede1480fea6884423f6d00f96dc66bef176ae9f48e6cb14284767a4dc3" sha256 cellar: :any, arm64_ventura: "f0c9bb028e286ec5781bfb3905d6b42cfcc0f16f3eb2327c4e3cd05fdd314ac5" From df30869b84046e4cab040d2e8120dfb993fcb50e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:04 +0200 Subject: [PATCH 05816/10074] vitetris: added `no_autobump!` --- Formula/v/vitetris.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vitetris.rb b/Formula/v/vitetris.rb index a4c0c99f68cdf..157b51da2a066 100644 --- a/Formula/v/vitetris.rb +++ b/Formula/v/vitetris.rb @@ -6,6 +6,8 @@ class Vitetris < Formula license "BSD-2-Clause" head "https://github.com/vicgeralds/vitetris.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd6ea28531dfab3328f90186dc273aec6bc0fe8aea3975c464fc69f780566547" From 8e296b441142863a4274ea938f58b35a2e23fecb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:04 +0200 Subject: [PATCH 05817/10074] vlmcsd: added `no_autobump!` --- Formula/v/vlmcsd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vlmcsd.rb b/Formula/v/vlmcsd.rb index 8a9e3e042c075..1e07ce7ad7f58 100644 --- a/Formula/v/vlmcsd.rb +++ b/Formula/v/vlmcsd.rb @@ -7,6 +7,8 @@ class Vlmcsd < Formula license "LGPL-2.1-or-later" head "https://github.com/Wind4/vlmcsd.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "42bed0ef59c540a54cc77bf71002b8229414ed077be0bceecd568fe37b33a4be" From 3f6e33a4ff4192403e318c4afabaf91ec1819de5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:04 +0200 Subject: [PATCH 05818/10074] vmdktool: added `no_autobump!` --- Formula/v/vmdktool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vmdktool.rb b/Formula/v/vmdktool.rb index cbb6984b14baa..6a85144de963d 100644 --- a/Formula/v/vmdktool.rb +++ b/Formula/v/vmdktool.rb @@ -10,6 +10,8 @@ class Vmdktool < Formula regex(/href=.*?vmdktool[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d87c022cf0446ab70cc9a23de9548969cf6cab3d276a11990456db9e2ba69e31" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f33e91edf4a6492ba75404b0b6ef39e7cc3075eb170f135724aa8db9db1476d3" From bd420c6bf2a3eb6e34eb512596aef811630eaa71 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:05 +0200 Subject: [PATCH 05819/10074] vmtouch: added `no_autobump!` --- Formula/v/vmtouch.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vmtouch.rb b/Formula/v/vmtouch.rb index 738d5da89003a..e40ac72e3dcfe 100644 --- a/Formula/v/vmtouch.rb +++ b/Formula/v/vmtouch.rb @@ -6,6 +6,8 @@ class Vmtouch < Formula license "BSD-3-Clause" head "https://github.com/hoytech/vmtouch.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "71ea80f43e78935336818c646b4561db14301e5590d0e726f221a944cb9efb73" sha256 cellar: :any_skip_relocation, arm64_sonoma: "af6dca4823cffd3272dce9a60743bfe9d7fd9a8bd467b3ae55ba370b8bb37d00" From c2eab547c63d2c7dc465adb9eeddb116f50cceca Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:05 +0200 Subject: [PATCH 05820/10074] vncsnapshot: added `no_autobump!` --- Formula/v/vncsnapshot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vncsnapshot.rb b/Formula/v/vncsnapshot.rb index b6372ddabf8c1..eac962b79b335 100644 --- a/Formula/v/vncsnapshot.rb +++ b/Formula/v/vncsnapshot.rb @@ -11,6 +11,8 @@ class Vncsnapshot < Formula regex(%r{url=.*?/vncsnapshot[._-]v?(\d+(?:\.\d+)+[a-z]?)-src\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "dbe251c7617197a4d00167efc4aa0bd4c17a9d7089c3d3e4dbf80c58b09ca3f8" sha256 cellar: :any, arm64_sonoma: "5c3ef7d35c4c3a35c325110923ca87c9a331b4f9f9ae30a436ef4d026f16ae74" From 9ea4ffe130815b83e9c9877cd791e9f22fa157d4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:05 +0200 Subject: [PATCH 05821/10074] vo-amrwbenc: added `no_autobump!` --- Formula/v/vo-amrwbenc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vo-amrwbenc.rb b/Formula/v/vo-amrwbenc.rb index 7095112943198..074527d1892d3 100644 --- a/Formula/v/vo-amrwbenc.rb +++ b/Formula/v/vo-amrwbenc.rb @@ -10,6 +10,8 @@ class VoAmrwbenc < Formula regex(%r{url=.*?/vo-amrwbenc[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "fec91381e714f851e4215e99f160daeeb8844fe28ac28bb86f4de6076eb7db1e" sha256 cellar: :any, arm64_sonoma: "2b42ddf93167c6e68a0ff075380b69d1b03b9ead3125cf392571578c282ca677" From c70d9efd3a658e7cf47107e2070eac391186c457 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:05 +0200 Subject: [PATCH 05822/10074] volt: added `no_autobump!` --- Formula/v/volt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/volt.rb b/Formula/v/volt.rb index bbf3bf0f4bda2..fd2c7ff6c8184 100644 --- a/Formula/v/volt.rb +++ b/Formula/v/volt.rb @@ -6,6 +6,8 @@ class Volt < Formula license "MIT" head "https://github.com/vim-volt/volt.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a7d8d94a9503960278ce6a43f2cf5ce58658d04d06b72be99804a9e0d52f901" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9dd1f6abf67c665ee109373b87fed3c705902f2b5fddc68bc7c2dfaec0194c73" From 069d2dc7c0c669d79d74a12a7b0a24761e0cb168 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:05 +0200 Subject: [PATCH 05823/10074] vorbisgain: added `no_autobump!` --- Formula/v/vorbisgain.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vorbisgain.rb b/Formula/v/vorbisgain.rb index 750a6c1335bd7..8fb999fa71d1a 100644 --- a/Formula/v/vorbisgain.rb +++ b/Formula/v/vorbisgain.rb @@ -10,6 +10,8 @@ class Vorbisgain < Formula regex(/href=.*?vorbisgain[._-]v?(\d+(?:\.\d+)+)\.(?:t|zip)/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1e173fbe7ad9eff215301e6c55c6b8e30a8299c5f946a4102ef15cbbc5080b1f" sha256 cellar: :any, arm64_sonoma: "8d09f799836dc2108d73030122904158aefd8b4a61df21be1084d2732f730feb" From 721ab02a4b96dc2596b7905e8f5dcecad406eda2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:05 +0200 Subject: [PATCH 05824/10074] voro++: added `no_autobump!` --- Formula/v/voro++.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/voro++.rb b/Formula/v/voro++.rb index 949bd468ea897..a005bb50eabd3 100644 --- a/Formula/v/voro++.rb +++ b/Formula/v/voro++.rb @@ -11,6 +11,8 @@ class Voroxx < Formula regex(/href=.*?voro\+\+[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c76ccd2f7c88492a312735928f7b629188da9bac80b579effbf140eaff73cb7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e400aeb0f042dc4b3bfb00bf1a165ce714dd25bbfe8535457bfbec22f9c838c6" From 36b94b3b820fafccee7e4e26f781c6d29a0a38da Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:06 +0200 Subject: [PATCH 05825/10074] vowpal-wabbit: added `no_autobump!` --- Formula/v/vowpal-wabbit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vowpal-wabbit.rb b/Formula/v/vowpal-wabbit.rb index 9627ac5186714..c375e1a05e70d 100644 --- a/Formula/v/vowpal-wabbit.rb +++ b/Formula/v/vowpal-wabbit.rb @@ -7,6 +7,8 @@ class VowpalWabbit < Formula revision 1 head "https://github.com/VowpalWabbit/vowpal_wabbit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bfef4211753bcf8837355692e4dcf46bee9de1961bd62e4b15f8f3143bf372ed" sha256 cellar: :any, arm64_sonoma: "073c2e2a642481bde881c5af08b53ce124d29213ee4dab14758c06dc7860b998" From 1ac8fa55756b5517a2cdae9e9e52ccaa642a0e7b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:06 +0200 Subject: [PATCH 05826/10074] vpcs: added `no_autobump!` --- Formula/v/vpcs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vpcs.rb b/Formula/v/vpcs.rb index 4d02538ef0803..95071733dc840 100644 --- a/Formula/v/vpcs.rb +++ b/Formula/v/vpcs.rb @@ -5,6 +5,8 @@ class Vpcs < Formula sha256 "dca602d0571ba852c916632c4c0060aa9557dd744059c0f7368860cfa8b3c993" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c720c9b26f940276b3431e88b4c8ce29cbe2fe616536d0b8419a6e378e09c3af" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a6670a2833658d64a9be4c0e42f07b7224ef2cf1ea50faafa982f8469a49052" From 109707318e48659d451c4f9b539d2b9cbc427ee6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:06 +0200 Subject: [PATCH 05827/10074] vramsteg: added `no_autobump!` --- Formula/v/vramsteg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vramsteg.rb b/Formula/v/vramsteg.rb index 57b9a61a843cd..179a2ec138098 100644 --- a/Formula/v/vramsteg.rb +++ b/Formula/v/vramsteg.rb @@ -11,6 +11,8 @@ class Vramsteg < Formula regex(/href=.*?vramsteg[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fc0621375da82a15b6a36551f6fe423df69a79c656beae75ce15a6e6c331556" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f122182d7989681603772e5ca869e722b9a358e170f2f60135c635a51142a6a2" From 572995ba36ab24463da90d05ca3e7a5fcd31c56f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:06 +0200 Subject: [PATCH 05828/10074] vroom: added `no_autobump!` --- Formula/v/vroom.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vroom.rb b/Formula/v/vroom.rb index 2bfe5e30a2f39..c86735b75dd12 100644 --- a/Formula/v/vroom.rb +++ b/Formula/v/vroom.rb @@ -6,6 +6,8 @@ class Vroom < Formula revision: "c87a87c4053b01396fb1011f665910c696e27c91" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "1c0df6c3a21095891a7cbf1508accd44318e83734b741b0ebc9aea5e99b61cd7" From 742c8517181ba763069c21e57c92333d393c2aec Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:06 +0200 Subject: [PATCH 05829/10074] vrpn: added `no_autobump!` --- Formula/v/vrpn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vrpn.rb b/Formula/v/vrpn.rb index 0df8fcb3062ab..cbcd902c13991 100644 --- a/Formula/v/vrpn.rb +++ b/Formula/v/vrpn.rb @@ -6,6 +6,8 @@ class Vrpn < Formula license "BSL-1.0" head "https://github.com/vrpn/vrpn.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "462a889a4d51338c58f99862c0812246a5277b9d2e234cfdf860d48c4be65220" From 5c46e6c64634dc1e53f81ab84a3ac5d1c3ad2455 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:06 +0200 Subject: [PATCH 05830/10074] vsftpd: added `no_autobump!` --- Formula/v/vsftpd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vsftpd.rb b/Formula/v/vsftpd.rb index a2522df5ca1f8..777146d468225 100644 --- a/Formula/v/vsftpd.rb +++ b/Formula/v/vsftpd.rb @@ -11,6 +11,8 @@ class Vsftpd < Formula regex(/href=.*?vsftpd[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "d878a9c0483cf81228a5301cf5768e613271d731fbf2affa778a475bcea57a09" From aa97085d5f46162f084862baa6d74235e83bb628 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:06 +0200 Subject: [PATCH 05831/10074] vstr: added `no_autobump!` --- Formula/v/vstr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vstr.rb b/Formula/v/vstr.rb index 9a9a956732a6c..2f85109883eb8 100644 --- a/Formula/v/vstr.rb +++ b/Formula/v/vstr.rb @@ -10,6 +10,8 @@ class Vstr < Formula regex(/href=.*?vstr[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "578ee5248bf780a885cfc3dc8a806949ded7af743c3be7e7c839fe4d190a43cd" sha256 cellar: :any, arm64_sonoma: "54ad15b7c3afd4dadfe4f48c8da91b39efc16d597b9f7300dc67aab5c3f75a40" From e1f420ca3907fdfb7813fb8544e94ec5860d984c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:07 +0200 Subject: [PATCH 05832/10074] vtable-dumper: added `no_autobump!` --- Formula/v/vtable-dumper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vtable-dumper.rb b/Formula/v/vtable-dumper.rb index e1d49931da1d5..ab99b8405dced 100644 --- a/Formula/v/vtable-dumper.rb +++ b/Formula/v/vtable-dumper.rb @@ -5,6 +5,8 @@ class VtableDumper < Formula sha256 "6993781b6a00936fc5f76dc0db4c410acb46b6d6e9836ddbe2e3c525c6dd1fd2" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "e6eb8224c4c4acb7c276d913a9e83c650c8c12e574e164846430253b4e53a17f" From 78699b04b6f6f386ed2c17c7ea3c2c3fe4474398 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:07 +0200 Subject: [PATCH 05833/10074] vttest: added `no_autobump!` --- Formula/v/vttest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vttest.rb b/Formula/v/vttest.rb index 5c9d2261658da..4ff12af0ee422 100644 --- a/Formula/v/vttest.rb +++ b/Formula/v/vttest.rb @@ -10,6 +10,8 @@ class Vttest < Formula regex(/href=.*?vttest[._-]v?(\d+(?:[.-]\d+)*)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c0bf421235c658ec8217bcb7a68799df68c5f060b05940bb20f97e7fb43a7b3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7cdb02a9f59bf22b59a6efb440d27427e380fb411d7408b2cece68856c120ca8" From 7601f732deae4d450d7be52ad64333bb5b95caa4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:07 +0200 Subject: [PATCH 05834/10074] vue-cli: added `no_autobump!` --- Formula/v/vue-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vue-cli.rb b/Formula/v/vue-cli.rb index 0564733594739..6cde93510e30a 100644 --- a/Formula/v/vue-cli.rb +++ b/Formula/v/vue-cli.rb @@ -5,6 +5,8 @@ class VueCli < Formula sha256 "29aa4eb0ba827624e42683e1339ebd40e663ad09836dd027df30e3d2108b0b71" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b72fda6c0563cd941f67f7fcff7ce0562af8f248188775a0409c7c26e23a2fc" From 7cf8a74cc39114bb58ad7d7d075d17141fd0b7b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:30:44 +0200 Subject: [PATCH 05835/10074] v2ray-plugin: added `no_autobump!` Signed-off-by: botantony --- Formula/v/v2ray-plugin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/v2ray-plugin.rb b/Formula/v/v2ray-plugin.rb index f2ba15daf7739..a01330813bd36 100644 --- a/Formula/v/v2ray-plugin.rb +++ b/Formula/v/v2ray-plugin.rb @@ -6,6 +6,8 @@ class V2rayPlugin < Formula license "MIT" head "https://github.com/shadowsocks/v2ray-plugin.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "00532fce7d2293129d839b5d0fc33993f916f79c8f748c35be37c4724dab1819" sha256 cellar: :any_skip_relocation, arm64_ventura: "451c0d3013468c460f7f829d45fd5f2f91ccc20da50156f5a7b09244eff82636" From 16ea14d53367d68a001f243f07ba9a65e53a5e68 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:30:50 +0200 Subject: [PATCH 05836/10074] vimpc: added `no_autobump!` Signed-off-by: botantony --- Formula/v/vimpc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/v/vimpc.rb b/Formula/v/vimpc.rb index ff6488b6ee6dd..4e8496382e1f1 100644 --- a/Formula/v/vimpc.rb +++ b/Formula/v/vimpc.rb @@ -7,6 +7,8 @@ class Vimpc < Formula revision 1 head "https://github.com/boysetsfrog/vimpc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1fcf1d047f24ee3ba7d4ef487535073559d3cd25129d607581784f2625e40bcf" sha256 arm64_sonoma: "e1e7386a32a897ad76ea0a934d81f3c694f32638df2a7ec6a440703e00086f00" From 32e11af4516c1638ec0cd85f563a3cc706870ebd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:25 +0200 Subject: [PATCH 05837/10074] w-calc: added `no_autobump!` --- Formula/w/w-calc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/w-calc.rb b/Formula/w/w-calc.rb index 7bc03e2ef3b0d..d15d0f71bb3e7 100644 --- a/Formula/w/w-calc.rb +++ b/Formula/w/w-calc.rb @@ -6,6 +6,8 @@ class WCalc < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "6e58f6ee9e2c2996498fbdefc112993bf9462421d1523e46360eebd7fbb975c8" sha256 cellar: :any, arm64_sonoma: "22c9fbdad127cb9d4a7bb8cdf77a9a42a07e3849e222e16004ceff2b9a913b97" From e56e3dcca914627a2ff34a57ac462703591a819d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:00 +0200 Subject: [PATCH 05838/10074] x11vnc: added `no_autobump!` --- Formula/x/x11vnc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/x11vnc.rb b/Formula/x/x11vnc.rb index c0ee7af16ad0e..3ddbb7cb606ed 100644 --- a/Formula/x/x11vnc.rb +++ b/Formula/x/x11vnc.rb @@ -6,6 +6,8 @@ class X11vnc < Formula license "GPL-2.0-or-later" => { with: "x11vnc-openssl-exception" } head "https://github.com/LibVNC/x11vnc.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "04683ae07f04702dffa93bf7fda5c4019e61d64505539c712559ed4dbe82a41d" sha256 cellar: :any, arm64_sonoma: "dd9d309ac45e10b7fd969b4dd4d08a63612728ef746c3efffee2317b4c996425" From df7df3d6632d96ea04736c25fdca90fea3e9dec4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:00 +0200 Subject: [PATCH 05839/10074] x86_64-elf-binutils: added `no_autobump!` --- Formula/x/x86_64-elf-binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/x86_64-elf-binutils.rb b/Formula/x/x86_64-elf-binutils.rb index 183c0afffa8ed..501cc90082c4d 100644 --- a/Formula/x/x86_64-elf-binutils.rb +++ b/Formula/x/x86_64-elf-binutils.rb @@ -10,6 +10,8 @@ class X8664ElfBinutils < Formula formula "binutils" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2afacd61b85a74db24bf4d3f307e9c18ca5b7144c5d79d00db82c7f3e5d1add6" sha256 arm64_sonoma: "4215b24625bf23b01a6e6a1d667f812794784f3a58b7045568f63807a1663f9c" From 1a5e24f748a89fec544fb819a35871e9c3c720b8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:01 +0200 Subject: [PATCH 05840/10074] x86_64-elf-gdb: added `no_autobump!` --- Formula/x/x86_64-elf-gdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/x86_64-elf-gdb.rb b/Formula/x/x86_64-elf-gdb.rb index 3fe3d270ebe03..1b6a72775c0cc 100644 --- a/Formula/x/x86_64-elf-gdb.rb +++ b/Formula/x/x86_64-elf-gdb.rb @@ -11,6 +11,8 @@ class X8664ElfGdb < Formula formula "gdb" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "28f100b92ecb7457ced120b8d0522a178c1c7b41602ce928a135573196f0f118" sha256 arm64_sonoma: "f3bfe8ae0d22a8a29df3487ab9a02183c03ebc40aee4dbb791f951152739d451" From 82d8e857e829013384d0ee33800deb188e743e8c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:01 +0200 Subject: [PATCH 05841/10074] x86_64-elf-grub: added `no_autobump!` --- Formula/x/x86_64-elf-grub.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/x86_64-elf-grub.rb b/Formula/x/x86_64-elf-grub.rb index 8eed1dbc56191..f436e1bb97c8c 100644 --- a/Formula/x/x86_64-elf-grub.rb +++ b/Formula/x/x86_64-elf-grub.rb @@ -6,6 +6,8 @@ class X8664ElfGrub < Formula sha256 "f3c97391f7c4eaa677a78e090c7e97e6dc47b16f655f04683ebd37bef7fe0faa" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "9e7f8e4ae40110b6b2ef9610497ecc11612f2c28c399ac3addf7587ddcb88284" sha256 arm64_sonoma: "66784aa8aecb9d70cab2eefb31b6f21cd0a2e29b3325c958abed5288c257b2e0" From b052ae6f1d679b8968c914e249d97c2d3fed9b04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:01 +0200 Subject: [PATCH 05842/10074] x86_64-linux-gnu-binutils: added `no_autobump!` --- Formula/x/x86_64-linux-gnu-binutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/x86_64-linux-gnu-binutils.rb b/Formula/x/x86_64-linux-gnu-binutils.rb index 3890c5b458953..eec175e1eff58 100644 --- a/Formula/x/x86_64-linux-gnu-binutils.rb +++ b/Formula/x/x86_64-linux-gnu-binutils.rb @@ -10,6 +10,8 @@ class X8664LinuxGnuBinutils < Formula formula "binutils" end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "2f25854d0670553fd5b5306d53e544929d3ae89595e5b04b3784e29fb6a0facd" sha256 arm64_sonoma: "607de283c72bd6b0d7141fed0282051e244768fc907093ac5f6d4d951588dbde" From 14b5ebe0c9e019c3c8c87d3a400418bd7ad66861 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:01 +0200 Subject: [PATCH 05843/10074] xaric: added `no_autobump!` --- Formula/x/xaric.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xaric.rb b/Formula/x/xaric.rb index 96720057845fc..ec4791b016a88 100644 --- a/Formula/x/xaric.rb +++ b/Formula/x/xaric.rb @@ -10,6 +10,8 @@ class Xaric < Formula regex(/href=.*?xaric[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "4ba45ac925f747831ac9bcee52f9c4e45e91b6d10d66181c801ec247dd1d70dd" From df0cd51b3c3a1aa5d8424589c92b3fa6e3f5822e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:01 +0200 Subject: [PATCH 05844/10074] xbee-comm: added `no_autobump!` --- Formula/x/xbee-comm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xbee-comm.rb b/Formula/x/xbee-comm.rb index bb217384c29d3..b93ab1e2fb348 100644 --- a/Formula/x/xbee-comm.rb +++ b/Formula/x/xbee-comm.rb @@ -9,6 +9,8 @@ class XbeeComm < Formula license "GPL-3.0-or-later" head "https://github.com/guyzmo/xbee-comm.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a9eedfd657cad6df2ac1df6c320df225e7b9c14add897b1044fecd21d161aee" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b50fa055f4f542eab3a06ef487bf7eab058d592c1b27eec56344e09e17bf9093" From 54596e495e58da05f5abf57c4facc2baa588c2d2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:01 +0200 Subject: [PATCH 05845/10074] xbitmaps: added `no_autobump!` --- Formula/x/xbitmaps.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xbitmaps.rb b/Formula/x/xbitmaps.rb index a1723d4579dec..5baa7a03391d0 100644 --- a/Formula/x/xbitmaps.rb +++ b/Formula/x/xbitmaps.rb @@ -5,6 +5,8 @@ class Xbitmaps < Formula sha256 "ad6cad54887832a17d86c2ccfc5e52a1dfab090f8307b152c78b0e1529cd0f7a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a2d50475647c9d98e3822fbbf383231d0757fcbfd429d6999ad263ff692dcfb2" From 40cebdebe4a9a0c15dd6edf7c549e67d1f30e17e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:02 +0200 Subject: [PATCH 05846/10074] xboard: added `no_autobump!` --- Formula/x/xboard.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xboard.rb b/Formula/x/xboard.rb index bef07d22ddea1..93225b00ef95e 100644 --- a/Formula/x/xboard.rb +++ b/Formula/x/xboard.rb @@ -7,6 +7,8 @@ class Xboard < Formula license "GPL-3.0-or-later" revision 4 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "286ed707d8d03708c836b4ac6a00777425e5984b6fe5be083ae571cfcfccb877" sha256 arm64_ventura: "50cd0e9fe8b8c1e1cafca11ab050238c046b037db55561204c25bd238438cdd4" From 660caa5a7f499c61e3ce6eb0e72ebde08b9ee75e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:02 +0200 Subject: [PATCH 05847/10074] xcb-proto: added `no_autobump!` --- Formula/x/xcb-proto.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcb-proto.rb b/Formula/x/xcb-proto.rb index c4f2786a5d06f..e9674ec8da73d 100644 --- a/Formula/x/xcb-proto.rb +++ b/Formula/x/xcb-proto.rb @@ -5,6 +5,8 @@ class XcbProto < Formula sha256 "2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "cf173904bebf1abd5722452d0869d51989d9621978008affbfc43e55d37f1451" From 1c923aeb0f904b8aab924519d77871c754f62593 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:02 +0200 Subject: [PATCH 05848/10074] xcb-util-image: added `no_autobump!` --- Formula/x/xcb-util-image.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcb-util-image.rb b/Formula/x/xcb-util-image.rb index 11d73012cc8a3..f2038585a561a 100644 --- a/Formula/x/xcb-util-image.rb +++ b/Formula/x/xcb-util-image.rb @@ -5,6 +5,8 @@ class XcbUtilImage < Formula sha256 "0ebd4cf809043fdeb4f980d58cdcf2b527035018924f8c14da76d1c81001293b" license "X11" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e7ebd7a81c36003239f80b1fdd67650d6eee527482e2f2f70edc14b631f77224" sha256 cellar: :any, arm64_sonoma: "237ce9305294166d1dbd5348b95e75c577511c7b4e69d0203905c86ff5b1ed48" From 2dde0aff6de41af0f4b52b527fd1ab160cfda13d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:02 +0200 Subject: [PATCH 05849/10074] xcb-util-keysyms: added `no_autobump!` --- Formula/x/xcb-util-keysyms.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcb-util-keysyms.rb b/Formula/x/xcb-util-keysyms.rb index 10c3e435da082..29329523975f4 100644 --- a/Formula/x/xcb-util-keysyms.rb +++ b/Formula/x/xcb-util-keysyms.rb @@ -5,6 +5,8 @@ class XcbUtilKeysyms < Formula sha256 "1fa21c0cea3060caee7612b6577c1730da470b88cbdf846fa4e3e0ff78948e54" license "X11" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bf1324e90b7abdb41f7a6dfa41ce477627ad5d069a09dcfeb51491c5a559b274" sha256 cellar: :any, arm64_sonoma: "71f2367c5777c07deb7cf6edda8a7b7a0d9bf162a467b8ae930c2ad0cdb6c450" From 31e7a329efb2fdba0b21f48e5ec421407ac42bd0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:02 +0200 Subject: [PATCH 05850/10074] xcb-util-renderutil: added `no_autobump!` --- Formula/x/xcb-util-renderutil.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcb-util-renderutil.rb b/Formula/x/xcb-util-renderutil.rb index 31cfd4c327c4e..b4cb920acaf77 100644 --- a/Formula/x/xcb-util-renderutil.rb +++ b/Formula/x/xcb-util-renderutil.rb @@ -5,6 +5,8 @@ class XcbUtilRenderutil < Formula sha256 "e04143c48e1644c5e074243fa293d88f99005b3c50d1d54358954404e635128a" license all_of: ["X11", "HPND-sell-variant"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "098b22877ee1d5c2c16b1827117f13f95566c1bf06d042943170c6590a06e379" sha256 cellar: :any, arm64_sonoma: "f2533358b260aa2fb9f819e75a259123791bb4838b2bd1a2986f756e248c3109" From e4c75f4ca44bba5d5b20eb44ffc1fae31754b756 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:02 +0200 Subject: [PATCH 05851/10074] xcb-util-wm: added `no_autobump!` --- Formula/x/xcb-util-wm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcb-util-wm.rb b/Formula/x/xcb-util-wm.rb index d087068a9a93f..d8c07594100cf 100644 --- a/Formula/x/xcb-util-wm.rb +++ b/Formula/x/xcb-util-wm.rb @@ -5,6 +5,8 @@ class XcbUtilWm < Formula sha256 "dcecaaa535802fd57c84cceeff50c64efe7f2326bf752e16d2b77945649c8cd7" license "X11" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "78b8c05d6a387da472f24f9b4fa8a60eb3c1815a2b013a5cd9c379d54362f058" sha256 cellar: :any, arm64_sonoma: "f2e885b4eefb54d3e9b5f2d4a8dbf4fd93141e8b3c12fbcaa99b318a3dfdad1e" From d53a963660d1e2cce1ee122a08f8922a5e778f8f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:03 +0200 Subject: [PATCH 05852/10074] xcb-util: added `no_autobump!` --- Formula/x/xcb-util.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcb-util.rb b/Formula/x/xcb-util.rb index ff1770a4598f9..79388d50a72ac 100644 --- a/Formula/x/xcb-util.rb +++ b/Formula/x/xcb-util.rb @@ -5,6 +5,8 @@ class XcbUtil < Formula sha256 "5abe3bbbd8e54f0fa3ec945291b7e8fa8cfd3cccc43718f8758430f94126e512" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f23b606bbe08c4b9fc5ce87f19db91cec6fc152298157af1632cb109f669a83b" sha256 cellar: :any, arm64_sonoma: "f29e26409668f49cdebd9f07f926deb60775d4d937ad688ea1676b138e2ac3ec" From 0586ddb6dc595717969445ec41995f6536838f89 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:03 +0200 Subject: [PATCH 05853/10074] xcenv: added `no_autobump!` --- Formula/x/xcenv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcenv.rb b/Formula/x/xcenv.rb index 429832f75ae66..5ded395e71f57 100644 --- a/Formula/x/xcenv.rb +++ b/Formula/x/xcenv.rb @@ -6,6 +6,8 @@ class Xcenv < Formula license "MIT" head "https://github.com/xcenv/xcenv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "65bfc4db841df3001acc419d3d784768a955462fe78faa85c7674132aeb78bb4" From 4837d9401da6116ba0e62e720c77e2464a1ef457 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:03 +0200 Subject: [PATCH 05854/10074] xcinfo: added `no_autobump!` --- Formula/x/xcinfo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcinfo.rb b/Formula/x/xcinfo.rb index 27e8b2e3fe3a0..3abcab114c2a0 100644 --- a/Formula/x/xcinfo.rb +++ b/Formula/x/xcinfo.rb @@ -11,6 +11,8 @@ class Xcinfo < Formula depends_on maximum_macos: [:sonoma, :build] end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "3df6418afc61ae23e1f303b405cdf6c24dff3a0fed304e1a0a7ba9e59be44e84" sha256 cellar: :any_skip_relocation, arm64_ventura: "7f8d2172793446ab5a5a0e67c2257a6e7037223c9321e0f1db04dec6c84d16ac" From 096422ee35699c59bf1bd8145c7923468ea68860 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:03 +0200 Subject: [PATCH 05855/10074] xclip: added `no_autobump!` --- Formula/x/xclip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xclip.rb b/Formula/x/xclip.rb index 01ec123937039..81cee521d2cbe 100644 --- a/Formula/x/xclip.rb +++ b/Formula/x/xclip.rb @@ -6,6 +6,8 @@ class Xclip < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "74cc7bc3e57ae35a2f0a1880ece87d5b3e10b25e11a898f7684defbfac3d4a37" sha256 cellar: :any, arm64_sonoma: "c6bd5e4a94069253d31ed2ccbdb50ae870148ee2b48dc8d2d09e0ade83721c70" From 6189a1ed4c8885dbc18597b3b2444166699472ad Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:03 +0200 Subject: [PATCH 05856/10074] xcode-build-server: added `no_autobump!` --- Formula/x/xcode-build-server.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcode-build-server.rb b/Formula/x/xcode-build-server.rb index a263df8c6f3a5..895a811436393 100644 --- a/Formula/x/xcode-build-server.rb +++ b/Formula/x/xcode-build-server.rb @@ -8,6 +8,8 @@ class XcodeBuildServer < Formula license "MIT" head "https://github.com/SolaWing/xcode-build-server.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "3ac127101dc6e3887a1d9baebf97452cf19b129c4ab75667c16719484fd38a37" end From 4a88e64ad44169007392a8ddab413cb9f4c08d61 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:03 +0200 Subject: [PATCH 05857/10074] xcode-kotlin: added `no_autobump!` --- Formula/x/xcode-kotlin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcode-kotlin.rb b/Formula/x/xcode-kotlin.rb index f3c65dd0fb988..618b5d47b93d3 100644 --- a/Formula/x/xcode-kotlin.rb +++ b/Formula/x/xcode-kotlin.rb @@ -6,6 +6,8 @@ class XcodeKotlin < Formula license "Apache-2.0" head "https://github.com/touchlab/xcode-kotlin.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d3b032937ee2f5e72a80cff85d9bb0b257178e6498b050f3f45919910c7bc77" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e21566ddcf5a53e5f3320fe660a0b6c67d70a6ed3e6fc5ca82b72087ed80d7db" From 7f2181d6bd104c1ebbf1fbdf76f55f82048ec794 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:04 +0200 Subject: [PATCH 05858/10074] xcodes: added `no_autobump!` --- Formula/x/xcodes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcodes.rb b/Formula/x/xcodes.rb index 57c0f5904e7da..ab23bdf2e6833 100644 --- a/Formula/x/xcodes.rb +++ b/Formula/x/xcodes.rb @@ -5,6 +5,8 @@ class Xcodes < Formula sha256 "415c104c1aca42e68b4c6ede64e543d79a60d5a6fa99095f2aad179a74045047" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0bfcfc461c00b753ca481a0a3e1d7997c5eb940389de08895ee673c1a0e2612" From 38b21abea613c544acf5a3fb05470a74c89fe8a9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:04 +0200 Subject: [PATCH 05859/10074] xcv: added `no_autobump!` --- Formula/x/xcv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xcv.rb b/Formula/x/xcv.rb index 74456c6c1e939..e94d6aef847aa 100644 --- a/Formula/x/xcv.rb +++ b/Formula/x/xcv.rb @@ -6,6 +6,8 @@ class Xcv < Formula license "ISC" head "https://github.com/busterc/xcv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "d9e0dfc790cbc0a90240e2964f439260ea656a826d7688730bd9c304232e733d" From 0811a5198f730747a1882733c924917f6d6166f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:04 +0200 Subject: [PATCH 05860/10074] xdelta: added `no_autobump!` --- Formula/x/xdelta.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xdelta.rb b/Formula/x/xdelta.rb index 33dc490548429..376667c55733f 100644 --- a/Formula/x/xdelta.rb +++ b/Formula/x/xdelta.rb @@ -5,6 +5,8 @@ class Xdelta < Formula sha256 "7515cf5378fca287a57f4e2fee1094aabc79569cfe60d91e06021a8fd7bae29d" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2a4d522dbb3bd2fb960b11396eb6f2f2cb5525acab75a5fc949676b261c8468b" sha256 cellar: :any, arm64_sonoma: "aa71b9bbaa25a30a189c6f2c1772f3cbe44146eae104a830e5fee0d544a56d79" From 95a0e0561c9be4201ec35db8fc15f9cad05a7fb8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:04 +0200 Subject: [PATCH 05861/10074] xdot: added `no_autobump!` --- Formula/x/xdot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xdot.rb b/Formula/x/xdot.rb index 23daca33d0050..bf0b13782779c 100644 --- a/Formula/x/xdot.rb +++ b/Formula/x/xdot.rb @@ -8,6 +8,8 @@ class Xdot < Formula license "LGPL-3.0-or-later" head "https://github.com/jrfonseca/xdot.py.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f3a6484db099186946f2e3fca16c51cd622e70030959554352b1128c1169d07" From 21ae177ad80c70b7e5ef6ebd6f22a83682c02bc1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:04 +0200 Subject: [PATCH 05862/10074] xdotool: added `no_autobump!` --- Formula/x/xdotool.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xdotool.rb b/Formula/x/xdotool.rb index 17395069d42fd..54e0d97e6a9b5 100644 --- a/Formula/x/xdotool.rb +++ b/Formula/x/xdotool.rb @@ -6,6 +6,8 @@ class Xdotool < Formula license "BSD-3-Clause" head "https://github.com/jordansissel/xdotool.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "53cc99835729d36906840e2c26f1229415781d2cad0d3119982468af1251ceb3" From d1dbc7b779389b859ed4d81fa804987c9733409a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:04 +0200 Subject: [PATCH 05863/10074] xe: added `no_autobump!` --- Formula/x/xe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xe.rb b/Formula/x/xe.rb index 22a4c964e49db..72f8ff50cfa9a 100644 --- a/Formula/x/xe.rb +++ b/Formula/x/xe.rb @@ -6,6 +6,8 @@ class Xe < Formula license :public_domain head "https://github.com/leahneukirchen/xe.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "41b532af620346e9afe4665a07ffe03f81110990f9fa032ddc4b7a84926bf36f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "16095f122ae4444d568eea11511c33f99c7b0760655af5b245d6f21bfad2f1d0" From fbc0d54ca4bd2f4ffe1b7cf8cd7421b6474e83ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:05 +0200 Subject: [PATCH 05864/10074] xeyes: added `no_autobump!` --- Formula/x/xeyes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xeyes.rb b/Formula/x/xeyes.rb index 05094b43ddc89..06724260e31d3 100644 --- a/Formula/x/xeyes.rb +++ b/Formula/x/xeyes.rb @@ -5,6 +5,8 @@ class Xeyes < Formula sha256 "0950c600bf33447e169a539ee6655ef9f36d6cebf2c1be67f7ab55dacb753023" license "X11" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "819f815762f42fe4c83c16a8ab3b52374e86f5769012e7ad063b0f024348ebb0" sha256 cellar: :any, arm64_sonoma: "e52653dc93b15317743e62242e8f034644dae383e6ceb60fa68fc6427e2e0ff1" From 9f27c012e6a166dbd8edc14d2771a7254ffac818 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:05 +0200 Subject: [PATCH 05865/10074] xinput: added `no_autobump!` --- Formula/x/xinput.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xinput.rb b/Formula/x/xinput.rb index dc59eeba01eab..620b026f873d2 100644 --- a/Formula/x/xinput.rb +++ b/Formula/x/xinput.rb @@ -5,6 +5,8 @@ class Xinput < Formula sha256 "ad04d00d656884d133110eeddc34e9c69e626ebebbbab04dc95791c2907057c8" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c70d8603d13e94505f514890678cef419551a0ac6688356fdd28e6ecaad1fffd" sha256 cellar: :any, arm64_sonoma: "2f027d634882891977ee75bdd55f1cd68a7498cf32b036cbd551c8e9a42f4d81" From dd78c0b77d859c296f4a2c18777a5a734c57495a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:05 +0200 Subject: [PATCH 05866/10074] xkcd: added `no_autobump!` --- Formula/x/xkcd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xkcd.rb b/Formula/x/xkcd.rb index 95a7a37ce0b3b..e4d1551a5e1c7 100644 --- a/Formula/x/xkcd.rb +++ b/Formula/x/xkcd.rb @@ -6,6 +6,8 @@ class Xkcd < Formula revision: "5e68ef5b2e7e6806dd57586e9b7ed4f97f64dba0" license "AGPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "78fd0f7eb254f594cc5600317b385bcfa759d68b118d6be7ff71385ef1816bb2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "781fa4a629feafbf0ff10ee3c99a956ee59464ae909018b5d619946e48a23fcb" From 2a517e4e41ff47b6ef7a36a6b56a0fea4ed2eb2a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:05 +0200 Subject: [PATCH 05867/10074] xlearn: added `no_autobump!` --- Formula/x/xlearn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xlearn.rb b/Formula/x/xlearn.rb index 09ecaba94ae43..2b43e411cbdd5 100644 --- a/Formula/x/xlearn.rb +++ b/Formula/x/xlearn.rb @@ -5,6 +5,8 @@ class Xlearn < Formula sha256 "7b0e9db901c0e6feda4dfb793748ec959b2b56188fc2a80de5983c37e2b9f7d2" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, sonoma: "7ec1cd645264843122f75e157e366c1cc0ef84be1b8a4a0d3705d9e04619d256" From f810891c4f0d901fcb0a145a36cd9766e8e610e9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:06 +0200 Subject: [PATCH 05868/10074] xlispstat: added `no_autobump!` --- Formula/x/xlispstat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xlispstat.rb b/Formula/x/xlispstat.rb index aa5a1d2c916a8..58a7b4e389c06 100644 --- a/Formula/x/xlispstat.rb +++ b/Formula/x/xlispstat.rb @@ -15,6 +15,8 @@ class Xlispstat < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "455b2e247dd57ef595e2576a56d707ec8ced866ec15d808fc2cf93089aff07b6" sha256 cellar: :any, arm64_sonoma: "10e7f44257e5722b9d044d17e1797df027796f291010ea9ccb5a4c3999424208" From 2de2dab3d7a07d911be177a7dd35e9068ac9510e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:06 +0200 Subject: [PATCH 05869/10074] xlsclients: added `no_autobump!` --- Formula/x/xlsclients.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xlsclients.rb b/Formula/x/xlsclients.rb index e7e22d5833057..af44aec29226e 100644 --- a/Formula/x/xlsclients.rb +++ b/Formula/x/xlsclients.rb @@ -5,6 +5,8 @@ class Xlsclients < Formula sha256 "68baee57e70250ac4a7759fb78221831f97d88bc8e51dcc2e64eb3f8ca56bae3" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "f232c88f33a86c8c9c4f660d5b1102f7a91f26d9b9565d41e6a1bbd5e282b3d2" sha256 cellar: :any, arm64_sonoma: "be45e2812020b6a380b6c7affa69859d6563e79087308382ef6b30cc6bdaae1a" From 754f430da247e1d77760efead48d82dc52e6a629 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:06 +0200 Subject: [PATCH 05870/10074] xlslib: added `no_autobump!` --- Formula/x/xlslib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xlslib.rb b/Formula/x/xlslib.rb index f309e1dd5e190..197be927d71dd 100644 --- a/Formula/x/xlslib.rb +++ b/Formula/x/xlslib.rb @@ -5,6 +5,8 @@ class Xlslib < Formula sha256 "05a5d052ffdd6590755949d80d16a56285561557bc9a5e887e3b8b3fef92a3f3" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "67eee141556944e992f338143289b2021e22023d5f205f571e56bca3a8c2b1f3" sha256 cellar: :any, arm64_sonoma: "f3ac523156480b0b00cf8ef98e2687e7ca0ac2b6107186f14349a0566c57de76" From 95c1c8c9ff600acb423aacc00f24dd5f813cc3ba Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:06 +0200 Subject: [PATCH 05871/10074] xml-coreutils: added `no_autobump!` --- Formula/x/xml-coreutils.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xml-coreutils.rb b/Formula/x/xml-coreutils.rb index ab99fcc53c1c8..352cb6eefb806 100644 --- a/Formula/x/xml-coreutils.rb +++ b/Formula/x/xml-coreutils.rb @@ -5,6 +5,8 @@ class XmlCoreutils < Formula sha256 "7fb26d57bb17fa770452ccd33caf288deee1d757a0e0a484b90c109610d1b7df" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "f0416be37c963bcfec7ccdab87e91272d03f68a314ceda3b287f154397e9481c" From 8de0b25c3275e46edf4cee79bf5af1b80f22c378 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:06 +0200 Subject: [PATCH 05872/10074] xml-security-c: added `no_autobump!` --- Formula/x/xml-security-c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xml-security-c.rb b/Formula/x/xml-security-c.rb index b16d77bb79949..0c42507d3afbc 100644 --- a/Formula/x/xml-security-c.rb +++ b/Formula/x/xml-security-c.rb @@ -10,6 +10,8 @@ class XmlSecurityC < Formula regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7f42a4e63dc531c44888737938b0e97780bb25053f42f5cd35671294251a9f6d" sha256 cellar: :any, arm64_sonoma: "82490b87ef4a44db821acf34f13bffcf99fd52a3ff372886ee1f001f6d22433a" From c16ac42c12398a7d4e759e5ad0f760a4bc56fad0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:06 +0200 Subject: [PATCH 05873/10074] xml-tooling-c: added `no_autobump!` --- Formula/x/xml-tooling-c.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xml-tooling-c.rb b/Formula/x/xml-tooling-c.rb index 8a458cc91c5df..e8de14390bb79 100644 --- a/Formula/x/xml-tooling-c.rb +++ b/Formula/x/xml-tooling-c.rb @@ -11,6 +11,8 @@ class XmlToolingC < Formula regex(/href=.*?xmltooling[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1b36b66bb9b46fd88ee081350f982c80b786f7badafdf75a741c900be3e1b911" sha256 cellar: :any, arm64_sonoma: "64daef61885d864d71a90bdfaee06917c8c804f16047e57cd7f61e7ea010f2d0" From 821e80a4380fe161e604b361b026185b10256820 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:07 +0200 Subject: [PATCH 05874/10074] xml2rfc: added `no_autobump!` --- Formula/x/xml2rfc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xml2rfc.rb b/Formula/x/xml2rfc.rb index 6a214753ef251..cfc5d3dde1efd 100644 --- a/Formula/x/xml2rfc.rb +++ b/Formula/x/xml2rfc.rb @@ -8,6 +8,8 @@ class Xml2rfc < Formula license "BSD-3-Clause" head "https://github.com/ietf-tools/xml2rfc.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "edf0d2a76759f3a8a6c9459c2c05e4442b889e66d7fadbedf0d841dceb1b151e" sha256 cellar: :any, arm64_sonoma: "d93dea3b5ef178c6b10fd8b5bc76faee5310be43e6dadc30134b0a4e4864125b" From bb30d4c7ef6a106c51bb0d7d0b1e46613629f4e6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:07 +0200 Subject: [PATCH 05875/10074] xmlcatmgr: added `no_autobump!` --- Formula/x/xmlcatmgr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xmlcatmgr.rb b/Formula/x/xmlcatmgr.rb index 8b0f11631b748..882cb89e82098 100644 --- a/Formula/x/xmlcatmgr.rb +++ b/Formula/x/xmlcatmgr.rb @@ -5,6 +5,8 @@ class Xmlcatmgr < Formula sha256 "ea1142b6aef40fbd624fc3e2130cf10cf081b5fa88e5229c92b8f515779d6fdc" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5001b714208e85e53c79584088d9f1d710f82e450119e27ab4a4cd037f914b3" From 1b2e819144240e2e86cc3b622ad03d70a6c98475 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:07 +0200 Subject: [PATCH 05876/10074] xmlformat: added `no_autobump!` --- Formula/x/xmlformat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xmlformat.rb b/Formula/x/xmlformat.rb index 033d79faa7d2f..0715a9b2a918b 100644 --- a/Formula/x/xmlformat.rb +++ b/Formula/x/xmlformat.rb @@ -6,6 +6,8 @@ class Xmlformat < Formula sha256 "71a70397e44760d67645007ad85fea99736f4b6f8679067a3b5f010589fd8fef" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "cd9bb59ed3d0a6d32cbf62cf15a6fde64801d7ef21fd5d73070b1f3991dbef50" From f93a98ab7cba3061a1b69024e70574c9619e90ae Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:07 +0200 Subject: [PATCH 05877/10074] xmlstarlet: added `no_autobump!` --- Formula/x/xmlstarlet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xmlstarlet.rb b/Formula/x/xmlstarlet.rb index 979d5be8c4551..b45b73fd13e2f 100644 --- a/Formula/x/xmlstarlet.rb +++ b/Formula/x/xmlstarlet.rb @@ -5,6 +5,8 @@ class Xmlstarlet < Formula sha256 "15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4adaaf3c7da18a5c7349ccf69fadf95ea8cd878f5cac627a2b9f90b89c519f4b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5e323357004f390e9362f5949b0e396b2436c0ed66a4c81603f79eee1d8eeea" From 73df8cd780bfb66384f45ff83c1894dac55630af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:07 +0200 Subject: [PATCH 05878/10074] xmlto: added `no_autobump!` --- Formula/x/xmlto.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xmlto.rb b/Formula/x/xmlto.rb index 06e9ff880b357..0e346c3dba6f4 100644 --- a/Formula/x/xmlto.rb +++ b/Formula/x/xmlto.rb @@ -10,6 +10,8 @@ class Xmlto < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a131d56e2e03b70f96c405262bf31ab9944de622d799b7341c1fe9b07ea0e34a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeeb037d079947e51c9e743fd1c87dcf4eaa6db340afeceb880fa1e91fe86129" From 8bb38f166d9b95567dde193ff3eb8e5c8360ecbe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:07 +0200 Subject: [PATCH 05879/10074] xmltoman: added `no_autobump!` --- Formula/x/xmltoman.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xmltoman.rb b/Formula/x/xmltoman.rb index 8237befd6927c..dd4f7ba4aaa22 100644 --- a/Formula/x/xmltoman.rb +++ b/Formula/x/xmltoman.rb @@ -10,6 +10,8 @@ class Xmltoman < Formula license "GPL-2.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "89d762e0509fc153a86b20d8071f20b86514f079eed038ae78c44bf47d33c53b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "89d762e0509fc153a86b20d8071f20b86514f079eed038ae78c44bf47d33c53b" From afd7f7ebbe00356da914718a55ce734ff4454dd9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:08 +0200 Subject: [PATCH 05880/10074] xmodmap: added `no_autobump!` --- Formula/x/xmodmap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xmodmap.rb b/Formula/x/xmodmap.rb index e7caff6af6937..a610931b47e87 100644 --- a/Formula/x/xmodmap.rb +++ b/Formula/x/xmodmap.rb @@ -5,6 +5,8 @@ class Xmodmap < Formula sha256 "9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81" license "MIT-open-group" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "1a71168c6e5ae767004d75967ece8e8f41971b5e89072e05d1f68072c8857486" sha256 cellar: :any, arm64_sonoma: "735be4fae3324a706814ab035dd4c7dbb9bf1a5095e15b00fed401376bab18cc" From 028da8fdee0e3a1d522d52248deafdcaae3f857c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:08 +0200 Subject: [PATCH 05881/10074] xmp: added `no_autobump!` --- Formula/x/xmp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xmp.rb b/Formula/x/xmp.rb index 17921d0c7ec7e..e99f4d5a67e96 100644 --- a/Formula/x/xmp.rb +++ b/Formula/x/xmp.rb @@ -5,6 +5,8 @@ class Xmp < Formula sha256 "dc54513af9a4681029a1243fd0c9cdf153d813a1125de6c782926674285bc5ae" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "656fb3759733a4e097ca973439b9ed791ddfeb768bbbe8203b9aa5684bb5883b" sha256 arm64_sonoma: "95c30bbd87a818cdc81a4a90f27ba11585c5e11ddebfa5bc552e20246a4ab26c" From 9532617e97b33c68b117ee3c6594ec0fc23ec971 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:08 +0200 Subject: [PATCH 05882/10074] xorgrgb: added `no_autobump!` --- Formula/x/xorgrgb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xorgrgb.rb b/Formula/x/xorgrgb.rb index 3a6964d49f5d1..2f95c7ab13f4d 100644 --- a/Formula/x/xorgrgb.rb +++ b/Formula/x/xorgrgb.rb @@ -5,6 +5,8 @@ class Xorgrgb < Formula sha256 "77142e3d6f06cfbfbe440e29596765259988a22db40b1e706e14b8ba4c962aa5" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cc8217eee8a4df6d597f4f6ab26718712256edd2bb0c5babcd646719ef052c0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4148ce78e43c9aae8e75e639f5ebab603d20cd3aabd2e6421b71d967ac92aab7" From 55129ef976aa5f252383e92ba545c34614e05ac5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:08 +0200 Subject: [PATCH 05883/10074] xorriso: added `no_autobump!` --- Formula/x/xorriso.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xorriso.rb b/Formula/x/xorriso.rb index 050c3c7cd7b8b..8df550d2f1f10 100644 --- a/Formula/x/xorriso.rb +++ b/Formula/x/xorriso.rb @@ -12,6 +12,8 @@ class Xorriso < Formula regex(/href=.*?xorriso[._-]v?(\d+(?:\.\d+)+(?:\.pl\d+)?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ce9aa17c62698d61ba30175e05e730cdbfb45c00f414728e344912d8f533e50" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c0d17d1c03669586c4d7f5e10c915ff46e0448b65838ad8f4b4b9cda589f0b9" From 9381f083f5f626b992d96867bba5a4440990721b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:08 +0200 Subject: [PATCH 05884/10074] xpdf: added `no_autobump!` --- Formula/x/xpdf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xpdf.rb b/Formula/x/xpdf.rb index 6de50b609b69b..da874693f7203 100644 --- a/Formula/x/xpdf.rb +++ b/Formula/x/xpdf.rb @@ -10,6 +10,8 @@ class Xpdf < Formula regex(/href=.*?xpdf[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sonoma: "498ac9ead73ba9677b494feb653335acbc7ba85c41ea6001c52fa47e2bc8d364" From bc6181fd8e38396df0a2c8881e4669a7480c556c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:08 +0200 Subject: [PATCH 05885/10074] xpipe: added `no_autobump!` --- Formula/x/xpipe.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xpipe.rb b/Formula/x/xpipe.rb index 5684740f7a443..b481ac15d1e31 100644 --- a/Formula/x/xpipe.rb +++ b/Formula/x/xpipe.rb @@ -10,6 +10,8 @@ class Xpipe < Formula regex(/href=.*?xpipe[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d889986ca2f5379e8f1d22e5add2ce9a3295b5625a93e4416bc737625ded5ea4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "98fdb15f477e02081958ff3a24be3d78c9d4387fce7ccba7107fbf5aa9debdac" From ae41ab3225c24f99ad4899b88b1ae296ec2f3e22 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:09 +0200 Subject: [PATCH 05886/10074] xplanet: added `no_autobump!` --- Formula/x/xplanet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xplanet.rb b/Formula/x/xplanet.rb index 0052eb2f4d864..f011a76dea861 100644 --- a/Formula/x/xplanet.rb +++ b/Formula/x/xplanet.rb @@ -6,6 +6,8 @@ class Xplanet < Formula license "GPL-2.0-or-later" revision 6 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "1c5fb1f5235c56e1aa7f84415b49428ed1c92532b47697800982f01dcfb4d842" sha256 arm64_sonoma: "1092db3b7841f3a9e16d41baa7b4370ab212ec0523275e2b96cad8f2235873e7" From 9ced9d1962b6963cf0e0f203b107909e8f86d803 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:09 +0200 Subject: [PATCH 05887/10074] xprop: added `no_autobump!` --- Formula/x/xprop.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xprop.rb b/Formula/x/xprop.rb index 31b6a3fcc6eb6..e6a44a65d6448 100644 --- a/Formula/x/xprop.rb +++ b/Formula/x/xprop.rb @@ -5,6 +5,8 @@ class Xprop < Formula sha256 "d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee" license "MIT-open-group" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cdec0acd7bb65c8b5c8817d838fdfa701a0320d87eeb34297641c87c91724bf7" sha256 cellar: :any, arm64_sonoma: "9a8151c37776a1282ef79d084ea8243b5c99cd2da8c48621f989126b8e9ef204" From 12bdd316ca70ec41cb79edc95b70a030290e5749 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:09 +0200 Subject: [PATCH 05888/10074] xqilla: added `no_autobump!` --- Formula/x/xqilla.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xqilla.rb b/Formula/x/xqilla.rb index a3af4fe274184..89f23bfa91465 100644 --- a/Formula/x/xqilla.rb +++ b/Formula/x/xqilla.rb @@ -11,6 +11,8 @@ class Xqilla < Formula regex(%r{url=.*?/XQilla[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "83e21758a4570293176969d68d027817a4cabbda27702a1f17df9d21256ef45d" sha256 cellar: :any, arm64_sonoma: "d010a25cbbc379829f8782fe13daab681386d79611ba03db8f6be10d5a592a52" From bcc1fc4ddb7d222783ff9f288970b09f396c7ea4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:09 +0200 Subject: [PATCH 05889/10074] xrdb: added `no_autobump!` --- Formula/x/xrdb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xrdb.rb b/Formula/x/xrdb.rb index 91bee89986df2..9a85e573c3c31 100644 --- a/Formula/x/xrdb.rb +++ b/Formula/x/xrdb.rb @@ -5,6 +5,8 @@ class Xrdb < Formula sha256 "31f5fcab231b38f255b00b066cf7ea3b496df712c9eb2d0d50c670b63e5033f4" license "MIT-open-group" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c623fd441390eaf1e39523477efd40c69f906eecc0e298db015fad002828a707" sha256 cellar: :any, arm64_sonoma: "dd6633e16b4d7304c613cc88b59930d98bfc8bddf4e575e161c06fd74200d89a" From 8586b19df8bdef89d9aba8da7fe1b630bf67dc44 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:09 +0200 Subject: [PATCH 05890/10074] xsane: added `no_autobump!` --- Formula/x/xsane.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xsane.rb b/Formula/x/xsane.rb index 61bdc15590942..785289e2d5c16 100644 --- a/Formula/x/xsane.rb +++ b/Formula/x/xsane.rb @@ -12,6 +12,8 @@ class Xsane < Formula regex(/href=.*?xsane[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sonoma: "5532780b9dd6f8768a38d4fa9a845df83367ef96d0514ac41a7f3d337b4a20b5" sha256 arm64_ventura: "937f1a294ababd5e2c7815c599a185b83e67bb07ef6f86da4773bfcfcead1876" From 5c931a09a9b1a22eb3b376e2ef139b00b1c9eec8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:10 +0200 Subject: [PATCH 05891/10074] xsel: added `no_autobump!` --- Formula/x/xsel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xsel.rb b/Formula/x/xsel.rb index ac0d9648d63dc..f71729f4682c0 100644 --- a/Formula/x/xsel.rb +++ b/Formula/x/xsel.rb @@ -6,6 +6,8 @@ class Xsel < Formula license "MIT" head "https://github.com/kfish/xsel.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b4ef9c989ee8e286f69314d95de96579f0a33336fb5b673b494c27f764c25998" sha256 cellar: :any, arm64_sonoma: "7a9deb3b1b185ac5194306be64ddffe8d129d9fb7bd0821eb1ad81fa264d790a" From 1d75ff3d0e240fc8e833c37fd5fdb49f7e2bf043 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:10 +0200 Subject: [PATCH 05892/10074] xshogi: added `no_autobump!` --- Formula/x/xshogi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xshogi.rb b/Formula/x/xshogi.rb index 0dcf96056f1d5..756791dc8b1b8 100644 --- a/Formula/x/xshogi.rb +++ b/Formula/x/xshogi.rb @@ -7,6 +7,8 @@ class Xshogi < Formula license "GPL-3.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "efa3ef60e9dfadad1ec9f16f37ebf800c787fb8d0d605be1bb2dbb41143bb1ec" sha256 cellar: :any, arm64_ventura: "656249206d9b9972cf307f04b4068f8a442e519c73e64536359d80bf64c117c1" From 2c2dbb8852e8a7cbccd0020770964f4af6607b72 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:10 +0200 Subject: [PATCH 05893/10074] xsv: added `no_autobump!` --- Formula/x/xsv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xsv.rb b/Formula/x/xsv.rb index b61beabbe42e6..025508a2d2514 100644 --- a/Formula/x/xsv.rb +++ b/Formula/x/xsv.rb @@ -6,6 +6,8 @@ class Xsv < Formula license any_of: ["MIT", "Unlicense"] head "https://github.com/BurntSushi/xsv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8ba12f789a98e3a3e81ef93360446b18b6b228bfce275b622cf8568a7e8cf63" From 384a0669c89ee40802e10fd001a0243677b78677 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:10 +0200 Subject: [PATCH 05894/10074] xtermcontrol: added `no_autobump!` --- Formula/x/xtermcontrol.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xtermcontrol.rb b/Formula/x/xtermcontrol.rb index d136892b246d7..a65a65e369b06 100644 --- a/Formula/x/xtermcontrol.rb +++ b/Formula/x/xtermcontrol.rb @@ -10,6 +10,8 @@ class Xtermcontrol < Formula regex(/href=.*?xtermcontrol[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "91e3dd1b814e1b6fb24ddff2fbc094d1126e9c88e156e8f66291dd0c25a84aa9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1631d01a3eee1cf04f37e7d01dcdb6d7066221ea94990b6a429f322acabcc5db" From 577fa6cce3eaa5312f751fe6e303a2b4e9e64cfe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:10 +0200 Subject: [PATCH 05895/10074] xtitle: added `no_autobump!` --- Formula/x/xtitle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xtitle.rb b/Formula/x/xtitle.rb index 8b8dfa41681d1..84f24754d503e 100644 --- a/Formula/x/xtitle.rb +++ b/Formula/x/xtitle.rb @@ -10,6 +10,8 @@ class Xtitle < Formula regex(/href=.*?xtitle[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "62511b7ce2a8440cd64bdf6fb05a1015920d610f254f95d01fb020c1c58c819e" From b8d5ad7e411d767048d1fbef9731ac6d75df109b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:10 +0200 Subject: [PATCH 05896/10074] xtl: added `no_autobump!` --- Formula/x/xtl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xtl.rb b/Formula/x/xtl.rb index 7f63353516bd4..017f15431147d 100644 --- a/Formula/x/xtl.rb +++ b/Formula/x/xtl.rb @@ -5,6 +5,8 @@ class Xtl < Formula sha256 "ee38153b7dd0ec84cee3361f5488a4e7e6ddd26392612ac8821cbc76e740273a" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "695d77e88b992605995b4d8b4f0c90e4e3857248c57310b2b2fdce23fa44a86b" end From 85a13c856579d6e58f90e5d8a9c6491488b42f99 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:11 +0200 Subject: [PATCH 05897/10074] xvid: added `no_autobump!` --- Formula/x/xvid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xvid.rb b/Formula/x/xvid.rb index 534b0a7e85787..8be82f107ab3e 100644 --- a/Formula/x/xvid.rb +++ b/Formula/x/xvid.rb @@ -10,6 +10,8 @@ class Xvid < Formula regex(/href=.*?xvidcore[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c3bf171815c62e62be978f5d1913e7ce2e045cdb3e33012499e06197775ff4bd" sha256 cellar: :any, arm64_sonoma: "8062840ad8e79ae9c733f5d8f4b822e70d962c243e7c9eceee95bb100e016743" From 1c8cef3670ff88576ac4f92fa543c8901ac1b0d1 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:11 +0200 Subject: [PATCH 05898/10074] xwininfo: added `no_autobump!` --- Formula/x/xwininfo.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xwininfo.rb b/Formula/x/xwininfo.rb index a3da113003195..c35c84f2061e4 100644 --- a/Formula/x/xwininfo.rb +++ b/Formula/x/xwininfo.rb @@ -5,6 +5,8 @@ class Xwininfo < Formula sha256 "3518897c17448df9ba99ad6d9bb1ca0f17bc0ed7c0fd61281b34ceed29a9253f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "de81136f2da87e8553dbabd1ef911279447842a5d9a03cdf9b05830ed464fca0" sha256 cellar: :any, arm64_sonoma: "c990cacb2c672ffeef97ce1e9e6bf07a62de68b31e0c844a374c6ea4330caddc" From e703022f22bb58a3f8d1c2295c4537696a142511 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:11 +0200 Subject: [PATCH 05899/10074] xxh: added `no_autobump!` --- Formula/x/xxh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xxh.rb b/Formula/x/xxh.rb index c8bd4938a63e4..0dff85ab7cd1b 100644 --- a/Formula/x/xxh.rb +++ b/Formula/x/xxh.rb @@ -7,6 +7,8 @@ class Xxh < Formula sha256 "7904c35efdff0a6f50f76b30879d3fbfe726cc765db47a1306ab2f19c03fdfae" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "91c67ed304dd2ff1703b87750f81b35238e051b999837ad62b1fdef026b8681f" From 51733fb739ee009ac3cf2e8c6551d9763fe665af Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:36:05 +0200 Subject: [PATCH 05900/10074] x264: added `no_autobump!` Signed-off-by: botantony --- Formula/x/x264.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/x264.rb b/Formula/x/x264.rb index f497b511b37ad..5054da3b41b87 100644 --- a/Formula/x/x264.rb +++ b/Formula/x/x264.rb @@ -38,6 +38,8 @@ class X264 < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "599b5307d2eed20dd72830c722dd30faeca5fa7f87b9a36c122ed575311d84fc" sha256 cellar: :any, arm64_sonoma: "19910a7d287524c93e7c56e30eca711618e0b568c0a9a4462924b76761840fd5" From 161ab27007f72b258c643a143a6f68aa158999b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:36:14 +0200 Subject: [PATCH 05901/10074] xidel: added `no_autobump!` Signed-off-by: botantony --- Formula/x/xidel.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xidel.rb b/Formula/x/xidel.rb index 986921cdfb16d..952934c761dad 100644 --- a/Formula/x/xidel.rb +++ b/Formula/x/xidel.rb @@ -11,6 +11,8 @@ class Xidel < Formula regex(/^(?:Xidel[-_])?v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "22631f3ff23b3aebea5c18af4df873ba77d28b46b62a9ca681dc98890d6a95da" sha256 cellar: :any, arm64_sonoma: "466555de8b7e479e1f4a49ec52a15559c44f05820e1810e9a0965efd2ab3d751" From 9a1b9f352ce329813aa48ed34fdcd690c60dec63 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:36:20 +0200 Subject: [PATCH 05902/10074] xsd: added `no_autobump!` Signed-off-by: botantony --- Formula/x/xsd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/x/xsd.rb b/Formula/x/xsd.rb index 06184323fcf99..88bac360325a1 100644 --- a/Formula/x/xsd.rb +++ b/Formula/x/xsd.rb @@ -10,6 +10,8 @@ class Xsd < Formula regex(/href=.*?xsd[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9bab1b8a054ae9b32e68d6c0ab9ee59435715bcedbdc1206de8b54a5c8210ce5" sha256 cellar: :any, arm64_sonoma: "b095172797b397ec3afe2c05033aa138ef2449d982aa8e77b9b26b484cd7fbc9" From 3fe1d7e306bd5a599da2b7b6fc742529f3e6c842 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:26 +0200 Subject: [PATCH 05903/10074] wakeonlan: added `no_autobump!` --- Formula/w/wakeonlan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wakeonlan.rb b/Formula/w/wakeonlan.rb index f30f44f511868..ff21d218c1aed 100644 --- a/Formula/w/wakeonlan.rb +++ b/Formula/w/wakeonlan.rb @@ -5,6 +5,8 @@ class Wakeonlan < Formula sha256 "4f533f109f7f4294f6452b73227e2ce4d2aa81091cf6ae1f4fa2f87bad04a031" license "Artistic-1.0-Perl" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "0859c811ae72fce06de1a607d36b0955517c80f5ea73431ee6c1dd38c749a0c6" From 36ff243a911dabd3df157ee87b86b0a3aaeb775f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:26 +0200 Subject: [PATCH 05904/10074] wal2json: added `no_autobump!` --- Formula/w/wal2json.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wal2json.rb b/Formula/w/wal2json.rb index 7341052148531..bc0ff47f6ddf8 100644 --- a/Formula/w/wal2json.rb +++ b/Formula/w/wal2json.rb @@ -11,6 +11,8 @@ class Wal2json < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec43557186dc322d7e038dbc6a9d2062296a13f8830952bbdb0c72d154c8a70b" From f706e632633cbbb6eccec282790ff4d1173167d3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:27 +0200 Subject: [PATCH 05905/10074] wally: added `no_autobump!` --- Formula/w/wally.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wally.rb b/Formula/w/wally.rb index 01e0b5f82e020..58d98bc97acfa 100644 --- a/Formula/w/wally.rb +++ b/Formula/w/wally.rb @@ -6,6 +6,8 @@ class Wally < Formula license "MPL-2.0" head "https://github.com/UpliftGames/wally.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9eea75cb9e40ea07b81574797fbe351889814dc6100d7fc70cc353d185ff84ca" sha256 cellar: :any, arm64_sonoma: "c98969ccbc9fcce5f9d14618ba96de22687718a8b82d3739ef5fa5b773b7082a" From 0c895f80d0b397458c504f6b7337bf1f4d24af8a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:27 +0200 Subject: [PATCH 05906/10074] wandio: added `no_autobump!` --- Formula/w/wandio.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wandio.rb b/Formula/w/wandio.rb index a24f731c2dd5e..2b0994cd0c079 100644 --- a/Formula/w/wandio.rb +++ b/Formula/w/wandio.rb @@ -14,6 +14,8 @@ class Wandio < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "685add7045c60ef524de06b753866b39fcb9a35b25dc57041609b8661b2bf545" sha256 cellar: :any, arm64_sonoma: "3653ed92c97fe1d0574bb854a16e54fce8c25740a75aaf6989bc065fbfe5477b" From e73c1dcb620e1101cbc84a97fecb016b4c712425 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:27 +0200 Subject: [PATCH 05907/10074] waon: added `no_autobump!` --- Formula/w/waon.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/waon.rb b/Formula/w/waon.rb index 1f6ce7f5ada2d..37f55465833dc 100644 --- a/Formula/w/waon.rb +++ b/Formula/w/waon.rb @@ -5,6 +5,8 @@ class Waon < Formula sha256 "75d5c1721632afee55a54bcbba1a444e53b03f4224b03da29317e98aa223c30b" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "10296a60dfeda8e84d9d66f0bbce71ca7072f3a108936537aedabb4108f1e9bd" sha256 cellar: :any, arm64_sonoma: "7b3a144f5378ada22f1510604e3c49057031d6003769d97ccb8deee748b874e5" From df1a76612487ce3e6ead5bc5b954975dd408a206 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:27 +0200 Subject: [PATCH 05908/10074] wapm: added `no_autobump!` --- Formula/w/wapm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wapm.rb b/Formula/w/wapm.rb index 129f3f35c2d6d..a603950232933 100644 --- a/Formula/w/wapm.rb +++ b/Formula/w/wapm.rb @@ -6,6 +6,8 @@ class Wapm < Formula license "MIT" head "https://github.com/wasmerio/wapm-cli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "34251ab13608ada57daca8bb40d97979ec895c7a1e9ba1c9f6ccd2e5e0307068" sha256 cellar: :any_skip_relocation, arm64_sonoma: "64bcf4597cca94cacbe81f5171e942822148f75e4a5a6996c4a03755f853695d" From 683c2a3848cfd9af90d287f036d52e70d086ee52 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:27 +0200 Subject: [PATCH 05909/10074] wasi-libc: added `no_autobump!` --- Formula/w/wasi-libc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wasi-libc.rb b/Formula/w/wasi-libc.rb index 07dfb9fed6710..7fd577b9a7dc0 100644 --- a/Formula/w/wasi-libc.rb +++ b/Formula/w/wasi-libc.rb @@ -26,6 +26,8 @@ class WasiLibc < Formula url "https://github.com/WebAssembly/wasi-sdk.git" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "89f102505760c8d6b154f1574e619e2755e2fd7ff878596ec6c49ea5b62e4da1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "89f102505760c8d6b154f1574e619e2755e2fd7ff878596ec6c49ea5b62e4da1" From 3b826ca590f4b22536ce00883c1edc78c3500d06 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:27 +0200 Subject: [PATCH 05910/10074] wasm3: added `no_autobump!` --- Formula/w/wasm3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wasm3.rb b/Formula/w/wasm3.rb index 64cb881cddb80..e9cf16027cd73 100644 --- a/Formula/w/wasm3.rb +++ b/Formula/w/wasm3.rb @@ -5,6 +5,8 @@ class Wasm3 < Formula sha256 "b778dd72ee2251f4fe9e2666ee3fe1c26f06f517c3ffce572416db067546536c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1474dcff8363a2a7dcb417ad9283451a35d4093b04b6ab3733322fff4e7ccd8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "680ffd68e28697616852a52512fb9f5554be62d626bead5fd48f88c1467e7c15" From 3a4bfbb4aca21facb9b73a8ff353f64ac1176b9d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:28 +0200 Subject: [PATCH 05911/10074] watch-sim: added `no_autobump!` --- Formula/w/watch-sim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/watch-sim.rb b/Formula/w/watch-sim.rb index 447bc06a0b9ae..2a5edd3b20e03 100644 --- a/Formula/w/watch-sim.rb +++ b/Formula/w/watch-sim.rb @@ -6,6 +6,8 @@ class WatchSim < Formula license "MIT" head "https://github.com/alloy/watch-sim.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef6e2048bbcb961e59e3e5f25602fd685222f49c4cad51da8bbb12bc3de3d7c4" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2551be702d19489b5bc7224b2312c132df7a5090fda12c5c0e305b4982e828b4" From 1c64a0c20cee97fbc17a993ed3e255f0671b9efc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:28 +0200 Subject: [PATCH 05912/10074] watson: added `no_autobump!` --- Formula/w/watson.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/watson.rb b/Formula/w/watson.rb index 53c054c3b8b87..df7a487223c80 100644 --- a/Formula/w/watson.rb +++ b/Formula/w/watson.rb @@ -9,6 +9,8 @@ class Watson < Formula revision 6 head "https://github.com/jazzband/Watson.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "479ecc469da915b26139b32fed053e032430f9c0116f47caeb7091984f091f4b" From 5366a806c44f2902415c2789f0ef326c574bdb9c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:28 +0200 Subject: [PATCH 05913/10074] waybackpy: added `no_autobump!` --- Formula/w/waybackpy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/waybackpy.rb b/Formula/w/waybackpy.rb index c495ee0e98eb2..5aff3b3e82fbf 100644 --- a/Formula/w/waybackpy.rb +++ b/Formula/w/waybackpy.rb @@ -8,6 +8,8 @@ class Waybackpy < Formula license "MIT" revision 6 + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "3c04c3dc485bc958c532a3d094ffd407b390b69dae8b4af96b5d6c82ecc1de0b" From 84211c0a18cbecd8e685214da079fb957ce22f14 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:28 +0200 Subject: [PATCH 05914/10074] waypoint: added `no_autobump!` --- Formula/w/waypoint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/waypoint.rb b/Formula/w/waypoint.rb index d61c505d2b523..f3dada7c143ca 100644 --- a/Formula/w/waypoint.rb +++ b/Formula/w/waypoint.rb @@ -9,6 +9,8 @@ class Waypoint < Formula license "MPL-2.0" head "https://github.com/hashicorp/waypoint.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2e806498a739c6cb8d80559fb39dc50809ac44e8eabec1a6ddd3897d6179865" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5cb2babffdd9b657b72c097f1806e99654797855aa12c0f3d51fd3f4fb318064" From b25882b8df0cea97bbadf0ab5bb6eb44f841177f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:28 +0200 Subject: [PATCH 05915/10074] wb32-dfu-updater_cli: added `no_autobump!` --- Formula/w/wb32-dfu-updater_cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wb32-dfu-updater_cli.rb b/Formula/w/wb32-dfu-updater_cli.rb index c4c1d14eb5e52..3b6384142a23a 100644 --- a/Formula/w/wb32-dfu-updater_cli.rb +++ b/Formula/w/wb32-dfu-updater_cli.rb @@ -6,6 +6,8 @@ class Wb32DfuUpdaterCli < Formula license "Apache-2.0" head "https://github.com/WestberryTech/wb32-dfu-updater.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "ac239ddaa16c7c73763bb0e7fccf0e832ba3dde536d90115ac65fb1ac58da4eb" sha256 cellar: :any, arm64_sonoma: "d661a663c75316e1523b6fa0407cebda2ea86788a3fbf23ac6657af815d1c2b9" From 98d3375fdf79a4711959529a0ea806cb2c1887ed Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:28 +0200 Subject: [PATCH 05916/10074] wcstools: added `no_autobump!` --- Formula/w/wcstools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wcstools.rb b/Formula/w/wcstools.rb index f68b36cabaf5e..750090e9f641c 100644 --- a/Formula/w/wcstools.rb +++ b/Formula/w/wcstools.rb @@ -10,6 +10,8 @@ class Wcstools < Formula regex(/href=.*?wcstools[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "71c2d28775be44e3d583d1058fc42b7ed1facc6d2a47fa0f51a6c4be76642bf9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "62c6a1ee4cba5821d4f08ad5996140118ec774432766fde5394a755e3f737b7d" From c2903bcc676833e09d083f7b7c14c7087dabcbce Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:29 +0200 Subject: [PATCH 05917/10074] wdc: added `no_autobump!` --- Formula/w/wdc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wdc.rb b/Formula/w/wdc.rb index 5f94212ede2b2..4161592ab67a1 100644 --- a/Formula/w/wdc.rb +++ b/Formula/w/wdc.rb @@ -6,6 +6,8 @@ class Wdc < Formula license "curl" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "88067ae5f0b55bc266ee7ad8b64e5d6fb4f445965cbfc6b2e212be792f9af9f9" From 240b97746c8fdf48cf03779034539570156cf51b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:29 +0200 Subject: [PATCH 05918/10074] wdfs: added `no_autobump!` --- Formula/w/wdfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wdfs.rb b/Formula/w/wdfs.rb index 36d471b7bf994..9d75e1ac41db8 100644 --- a/Formula/w/wdfs.rb +++ b/Formula/w/wdfs.rb @@ -6,6 +6,8 @@ class Wdfs < Formula license "GPL-2.0-or-later" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_linux: "d5bef8c1e794e7fb184f7a04210de8a0e1d4e409ef20317d091abc2e6d4db08b" From 068632e2dc813b1df8e7d5b93e252045b59a255f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:29 +0200 Subject: [PATCH 05919/10074] wdiff: added `no_autobump!` --- Formula/w/wdiff.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wdiff.rb b/Formula/w/wdiff.rb index fbead039246da..926e89bf064a7 100644 --- a/Formula/w/wdiff.rb +++ b/Formula/w/wdiff.rb @@ -7,6 +7,8 @@ class Wdiff < Formula license "GPL-3.0-or-later" revision 2 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "3080690e641baa84f2f9e6099d27827911ae38604baf1eec25d49f22bf8f0cd8" sha256 arm64_sonoma: "0a0159cb5c9fa9a0d97a14533d8bee020988815ed6c6b8f46650876cded83611" From 1ff900e3b9d7ec1acc7f8c66abef6e4f8447400b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:29 +0200 Subject: [PATCH 05920/10074] webdav: added `no_autobump!` --- Formula/w/webdav.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/webdav.rb b/Formula/w/webdav.rb index 0d030241c10e3..0c9f3d48228cb 100644 --- a/Formula/w/webdav.rb +++ b/Formula/w/webdav.rb @@ -6,6 +6,8 @@ class Webdav < Formula license "MIT" head "https://github.com/hacdias/webdav.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "baf72b71abacfc241a374cb784db63779bed55040b4dec593d8fe4c35177331b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "baf72b71abacfc241a374cb784db63779bed55040b4dec593d8fe4c35177331b" From 85f970704992925e166cc8f353b81544b644eca8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:29 +0200 Subject: [PATCH 05921/10074] webfs: added `no_autobump!` --- Formula/w/webfs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/webfs.rb b/Formula/w/webfs.rb index 2455972e7bacd..0f0d3dd895885 100644 --- a/Formula/w/webfs.rb +++ b/Formula/w/webfs.rb @@ -11,6 +11,8 @@ class Webfs < Formula regex(/href=.*?webfs[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "3291625be9eb1abecfaf361089d2cfcd6ae76f8123cd08280b2e8d41d176686c" From 97e309a87cfc8fd3cdfbb31d4136b69b43b70b4b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:29 +0200 Subject: [PATCH 05922/10074] webify: added `no_autobump!` --- Formula/w/webify.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/webify.rb b/Formula/w/webify.rb index 1191b6b279268..81afac73c778e 100644 --- a/Formula/w/webify.rb +++ b/Formula/w/webify.rb @@ -6,6 +6,8 @@ class Webify < Formula license "MIT" head "https://github.com/beefsack/webify.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "73fc38e24f8531f3ce47ffe71e79edee8f691a0f7c936263c4c32bc4a873ded3" sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f776cc31325713ba672231fa075d461e4efbeaff7f10ff49b15671c9003ae0e" From 1b070b13b2b1bef872f6c0570187b457729d2ee6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:30 +0200 Subject: [PATCH 05923/10074] webkit2png: added `no_autobump!` --- Formula/w/webkit2png.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/webkit2png.rb b/Formula/w/webkit2png.rb index 0b60be634a703..3bf0ac6801794 100644 --- a/Formula/w/webkit2png.rb +++ b/Formula/w/webkit2png.rb @@ -5,6 +5,8 @@ class Webkit2png < Formula sha256 "9b810edb6f54cc23ba86b0212f203e6c3bbafc3cbdb62b9c33887548c91015bf" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "ad209d841f88f9b5d3a969e2493d853237c89234bd09dfc3d1aa2106832d2d7d" end From bbac23aaf7d35ddc4b752189f255e39df9844088 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:30 +0200 Subject: [PATCH 05924/10074] webp-pixbuf-loader: added `no_autobump!` --- Formula/w/webp-pixbuf-loader.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/webp-pixbuf-loader.rb b/Formula/w/webp-pixbuf-loader.rb index 59d934eb65614..da6e5ab1bdd9b 100644 --- a/Formula/w/webp-pixbuf-loader.rb +++ b/Formula/w/webp-pixbuf-loader.rb @@ -6,6 +6,8 @@ class WebpPixbufLoader < Formula license "LGPL-2.0-or-later" head "https://github.com/aruiz/webp-pixbuf-loader.git", branch: "mainline" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "7416b43e99db50887259c1e57bfa9bf9a63fc087ad56b0c8bdc50f8aeabbc8a0" From 1182ee6521c1836432e90475b48c1b4f511713fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:30 +0200 Subject: [PATCH 05925/10074] webpod: added `no_autobump!` --- Formula/w/webpod.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/webpod.rb b/Formula/w/webpod.rb index c7fc4f0981f1c..121be9cfe8d4d 100644 --- a/Formula/w/webpod.rb +++ b/Formula/w/webpod.rb @@ -5,6 +5,8 @@ class Webpod < Formula sha256 "99b123e8d9f49b06d2dd0b886b81d2c2c64e510ba50eac2ba229e60b36719a7e" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ef076e7974529c853c352407873ff5cd53c23fccd374510778b508983995bd3a" From 88769315842d6ec5e1130c7e01a44f0aa2e2919a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:30 +0200 Subject: [PATCH 05926/10074] websocketd: added `no_autobump!` --- Formula/w/websocketd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/websocketd.rb b/Formula/w/websocketd.rb index 068d22e868aa6..632afd68cdbba 100644 --- a/Formula/w/websocketd.rb +++ b/Formula/w/websocketd.rb @@ -5,6 +5,8 @@ class Websocketd < Formula sha256 "6b8fe0fad586d794e002340ee597059b2cfc734ba7579933263aef4743138fe5" license "BSD-2-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3b32f5cb8758b74b70de5a6f552ddf5aef4cae18908df4b0d42e9c999a9b851" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7ba51607007665381a1a42a51f888536174c3aa31264951aac1460e0aa00853" From 2288d9b242201b8f77ebdb53f3d686a7b685a3ef Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:30 +0200 Subject: [PATCH 05927/10074] websocketpp: added `no_autobump!` --- Formula/w/websocketpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/websocketpp.rb b/Formula/w/websocketpp.rb index 7432223fdaedf..ed3f4dc308226 100644 --- a/Formula/w/websocketpp.rb +++ b/Formula/w/websocketpp.rb @@ -5,6 +5,8 @@ class Websocketpp < Formula sha256 "6ce889d85ecdc2d8fa07408d6787e7352510750daa66b5ad44aacb47bea76755" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "782e6a1f87776d26f0aa59cecb2413a4e1b69291cfe5feadb07614138280ef11" From e24b43919bfdb53960a1b494b5dae123941822fe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:30 +0200 Subject: [PATCH 05928/10074] weggli: added `no_autobump!` --- Formula/w/weggli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/weggli.rb b/Formula/w/weggli.rb index b37073b9d7449..215a63eb8b675 100644 --- a/Formula/w/weggli.rb +++ b/Formula/w/weggli.rb @@ -6,6 +6,8 @@ class Weggli < Formula license "Apache-2.0" head "https://github.com/weggli-rs/weggli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab791d77777007ec1ce49438d30a79c424b97fd64434b8f42f439cffaf439bc7" From 5c53d89dd06e8fb90bc4d27724476e95c16b0210 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:31 +0200 Subject: [PATCH 05929/10074] wellington: added `no_autobump!` --- Formula/w/wellington.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wellington.rb b/Formula/w/wellington.rb index c22106e14d518..3cf0d9de19ca1 100644 --- a/Formula/w/wellington.rb +++ b/Formula/w/wellington.rb @@ -6,6 +6,8 @@ class Wellington < Formula license "Apache-2.0" head "https://github.com/wellington/wellington.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4f2c4f169fbf4616d15989a2bfa0bed5447e1cb86be630b546c757ac79713e3" sha256 cellar: :any_skip_relocation, arm64_ventura: "7141518809cbba8d42a2ff794af1fab87c327748020ae47d148f78ef3fdad0ad" From 64e12c62a5ef89de9cb034163b94dc647baaecdd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:31 +0200 Subject: [PATCH 05930/10074] wemux: added `no_autobump!` --- Formula/w/wemux.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wemux.rb b/Formula/w/wemux.rb index e1e71778bcacb..153fccc7b171f 100644 --- a/Formula/w/wemux.rb +++ b/Formula/w/wemux.rb @@ -6,6 +6,8 @@ class Wemux < Formula license "MIT" head "https://github.com/zolrath/wemux.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any_skip_relocation, all: "41e9a8eaac236f236653d1867f1b5de10a03d5de49e1764628284742dc27bc24" From 8519c0c26006aa0114f5c2a5041a3c19c8319ce3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:31 +0200 Subject: [PATCH 05931/10074] wgetpaste: added `no_autobump!` --- Formula/w/wgetpaste.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wgetpaste.rb b/Formula/w/wgetpaste.rb index 1428a93ec0c0e..a787922e89f7b 100644 --- a/Formula/w/wgetpaste.rb +++ b/Formula/w/wgetpaste.rb @@ -5,6 +5,8 @@ class Wgetpaste < Formula sha256 "bd6d06ed901a3d63c9c8c57126084ff0994f09901bfb1638b87953eac1e9433f" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "19eda68054f097182aff7eefd0edd7cb34b02d1e380b74c01cc6523d5bbcd137" end From f04b2586c04a35d4f274a096dc7d847b1063a00a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:31 +0200 Subject: [PATCH 05932/10074] whalebrew: added `no_autobump!` --- Formula/w/whalebrew.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/whalebrew.rb b/Formula/w/whalebrew.rb index 6e5028037a772..0c469f9302d03 100644 --- a/Formula/w/whalebrew.rb +++ b/Formula/w/whalebrew.rb @@ -6,6 +6,8 @@ class Whalebrew < Formula license "Apache-2.0" head "https://github.com/whalebrew/whalebrew.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "301d2f38ace71c39fa8acff98d09b240b469a64c71e0a2105f0632ca2795b950" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b20f0a59b4ddca952293210217096767bbf3641eeaf8a20d783479ec2d23029" From abb0966ae63b00cc34963f30cdd91108f7cb1823 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:31 +0200 Subject: [PATCH 05933/10074] whatmask: added `no_autobump!` --- Formula/w/whatmask.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/whatmask.rb b/Formula/w/whatmask.rb index 602b1bfb37e10..d1373843e86c7 100644 --- a/Formula/w/whatmask.rb +++ b/Formula/w/whatmask.rb @@ -5,6 +5,8 @@ class Whatmask < Formula sha256 "7dca0389e22e90ec1b1c199a29838803a1ae9ab34c086a926379b79edb069d89" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "a035d42b3734e84e406d28c3bcb1bddfb63f8551c4aaec6bfe3c9e049928e45e" From 7a768d9249f47302c676a7208be9b93aa0b0d6b0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:32 +0200 Subject: [PATCH 05934/10074] when: added `no_autobump!` --- Formula/w/when.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/when.rb b/Formula/w/when.rb index 7d454444c2dbf..fb5685f35ca38 100644 --- a/Formula/w/when.rb +++ b/Formula/w/when.rb @@ -6,6 +6,8 @@ class When < Formula license "GPL-2.0-only" head "https://bitbucket.org/ben-crowell/when.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0731698fde0d9766deb700635985822f9a76e1fe3f2a18ba74f4d8badafc785" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe1d8aaf972d667b218d7698246ae443830139cb7bed81719a5c8a0bba8ed799" From f3d055576678b054a36913efab42aed67c10a776 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:32 +0200 Subject: [PATCH 05935/10074] whisperkit-cli: added `no_autobump!` --- Formula/w/whisperkit-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/whisperkit-cli.rb b/Formula/w/whisperkit-cli.rb index 07a13d2c40e29..38ea14ce79ac1 100644 --- a/Formula/w/whisperkit-cli.rb +++ b/Formula/w/whisperkit-cli.rb @@ -5,6 +5,8 @@ class WhisperkitCli < Formula sha256 "4ca4da6ad191f8582477aaf361034196a14f21f1949ebfeb162ee55a4582fe6a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c7c43d484d7b2d286202c63cc6993d4b30798b0cad55297d69e48f6d03b69a8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d7e9081292429e219e69b17565102de55dc344d2733bff941658ed5589b8761" From 506715518d28b3d76f829322e3af5a76770b85fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:32 +0200 Subject: [PATCH 05936/10074] wifi-password: added `no_autobump!` --- Formula/w/wifi-password.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wifi-password.rb b/Formula/w/wifi-password.rb index dbb1019887f3c..e5611fb4a1cb0 100644 --- a/Formula/w/wifi-password.rb +++ b/Formula/w/wifi-password.rb @@ -5,6 +5,8 @@ class WifiPassword < Formula sha256 "6af6a34a579063eb21c067f10b7c2eb5995995eceb70e6a1f571dc78d4f3651b" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "a253b554c4b811b489e3a487f6472ab8c5b4f8df34d203ed5deab3776cd4ec1f" From ff583d190e08e5dd4b8cea9d4b3d7283926b2166 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:32 +0200 Subject: [PATCH 05937/10074] wiggle: added `no_autobump!` --- Formula/w/wiggle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wiggle.rb b/Formula/w/wiggle.rb index 6ea9d5506e109..11669aa126687 100644 --- a/Formula/w/wiggle.rb +++ b/Formula/w/wiggle.rb @@ -5,6 +5,8 @@ class Wiggle < Formula sha256 "ff92cf0133c1f4dce33563e263cb30e7ddb6f4abdf86d427b1ec1490bec25afa" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8887ecafbe844cb6e671f1b2d74668d28ee8116ad5efe005853c96f4bbe1255c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f756d49aaee957607f8578ae60fb771362fa3c97ed675c40d48b3165fbd3cbf" From bf856e30e9222fc0f0493e1919a9807995b55d59 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:32 +0200 Subject: [PATCH 05938/10074] wiiuse: added `no_autobump!` --- Formula/w/wiiuse.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wiiuse.rb b/Formula/w/wiiuse.rb index e5417c1db4162..405cddf20cf73 100644 --- a/Formula/w/wiiuse.rb +++ b/Formula/w/wiiuse.rb @@ -5,6 +5,8 @@ class Wiiuse < Formula sha256 "a3babe5eb284606090af706b356f1a0476123598f680094b1799670ec1780a44" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "d195756409e861db5fe17343c412d3ba38f06723e59854596fc22f44df843ddd" From dfd4c4236fd97969b3d0be5660409b0c2fa17b03 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:32 +0200 Subject: [PATCH 05939/10074] wiki: added `no_autobump!` --- Formula/w/wiki.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wiki.rb b/Formula/w/wiki.rb index 3b33a6a13dcf7..20824d0a8b0e0 100644 --- a/Formula/w/wiki.rb +++ b/Formula/w/wiki.rb @@ -5,6 +5,8 @@ class Wiki < Formula sha256 "529c6a58b3b5c5eb3faab07f2bf752155868b912e4f753e432d14040ff4f4262" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f04d4a1f0e1ff026faa5c23ff76285373b149aee6ea15cac6e15675566f2c0d5" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff6fe02817f0844c04ab7f49950a4002ddb29aec162412c8dae098ee3d8a27af" From 9ca9ee362ad517674eb9ab77b4905bdb597dd658 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:33 +0200 Subject: [PATCH 05940/10074] willgit: added `no_autobump!` --- Formula/w/willgit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/willgit.rb b/Formula/w/willgit.rb index 674beac4858ad..f371719e1671c 100644 --- a/Formula/w/willgit.rb +++ b/Formula/w/willgit.rb @@ -6,6 +6,8 @@ class Willgit < Formula license "MIT" head "https://github.com/DanielVartanov/willgit.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "50393beba0d169140488b806a2b4635dbd02a81f93bddb654e367f040b57f570" From 52e6f590cc1022bc047a6a8a9d19a7ef4ffe5147 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:33 +0200 Subject: [PATCH 05941/10074] wirouter_keyrec: added `no_autobump!` --- Formula/w/wirouter_keyrec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wirouter_keyrec.rb b/Formula/w/wirouter_keyrec.rb index 9cb756f372406..4cf1ea3955e3c 100644 --- a/Formula/w/wirouter_keyrec.rb +++ b/Formula/w/wirouter_keyrec.rb @@ -11,6 +11,8 @@ class WirouterKeyrec < Formula regex(%r{href=.*?/WiRouter_KeyRec[._-]v?(\d+(?:\.\d+)+)\.zip}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "cccb46ddcd0b30219ed24a351f2dfb1dacf796da3fdabe377b2d9300db62bf1d" sha256 arm64_sonoma: "86c53e8b3f2532c768bb13ae50bd272e3b55866a674c3bf7aa9c370c80ab6084" From 26664203cdc9ea71960f102a9d142a6d969a487c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:33 +0200 Subject: [PATCH 05942/10074] with-readline: added `no_autobump!` --- Formula/w/with-readline.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/with-readline.rb b/Formula/w/with-readline.rb index 1934b6e4aa467..80951b476c382 100644 --- a/Formula/w/with-readline.rb +++ b/Formula/w/with-readline.rb @@ -11,6 +11,8 @@ class WithReadline < Formula regex(/href=.*?with-readline[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "64699e89e796bf016bb6754677c5a76f881111becdbbea0ae532de8e9f398932" sha256 cellar: :any, arm64_sonoma: "5aeb8225f4f4897af246a0e1b4042375539336d0b80721968d50f4760157b5e2" From 750450354fcfdbfe404d2a89c81a3674a0502f08 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:33 +0200 Subject: [PATCH 05943/10074] wla-dx: added `no_autobump!` --- Formula/w/wla-dx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wla-dx.rb b/Formula/w/wla-dx.rb index e620135fbafa3..b7006f2c8e730 100644 --- a/Formula/w/wla-dx.rb +++ b/Formula/w/wla-dx.rb @@ -11,6 +11,8 @@ class WlaDx < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f89cc32f88279298a841ee744557214695dffdc76c35f43f28610715c38b35d1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "01e0f38cf29c205e76cb0950a41847867d3ee007e877f6607e5e5c352fe222da" From dae56bb84be6c708c1b02aaf8ac28032dc0f980a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:33 +0200 Subject: [PATCH 05944/10074] wllvm: added `no_autobump!` --- Formula/w/wllvm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wllvm.rb b/Formula/w/wllvm.rb index 8a66d68eff7cf..1e6c222630b29 100644 --- a/Formula/w/wllvm.rb +++ b/Formula/w/wllvm.rb @@ -8,6 +8,8 @@ class Wllvm < Formula license "MIT" revision 1 + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, all: "1f51172a70e011c1666255f2ace6d910d573681b83d50c31b551616dce265e6b" From 22a6415ec89f997da59026f7d4af312313b8a88d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:33 +0200 Subject: [PATCH 05945/10074] wmctrl: added `no_autobump!` --- Formula/w/wmctrl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wmctrl.rb b/Formula/w/wmctrl.rb index 9a3eccc2968aa..9773ced43de42 100644 --- a/Formula/w/wmctrl.rb +++ b/Formula/w/wmctrl.rb @@ -11,6 +11,8 @@ class Wmctrl < Formula regex(/href=.*?wmctrl[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "76d0afbd8d8a925bf3d2137457f49f03f9550733358079820150adc2976010c3" sha256 cellar: :any, arm64_sonoma: "6a1a692f4cb4c2246cb4e1f3e53dfe9e6c56486dd706a7910704e9a09def7cb9" From 6162e2655c4eea5b6f8de90f6a185c4379735ef3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:34 +0200 Subject: [PATCH 05946/10074] woff2: added `no_autobump!` --- Formula/w/woff2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/woff2.rb b/Formula/w/woff2.rb index b95af936377e1..ed7db06133be0 100644 --- a/Formula/w/woff2.rb +++ b/Formula/w/woff2.rb @@ -5,6 +5,8 @@ class Woff2 < Formula sha256 "add272bb09e6384a4833ffca4896350fdb16e0ca22df68c0384773c67a175594" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "f451e27be673ee74d5cdbbb50fa6d818ac48b0800f9daf0c27bb5995c27f8b9b" From 24d6272eda836dc865ca46a8356bd9319316ce8a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:34 +0200 Subject: [PATCH 05947/10074] woof: added `no_autobump!` --- Formula/w/woof.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/woof.rb b/Formula/w/woof.rb index ee84d22783554..51d1fe8cc4f65 100644 --- a/Formula/w/woof.rb +++ b/Formula/w/woof.rb @@ -9,6 +9,8 @@ class Woof < Formula revision 1 head "https://github.com/simon-budig/woof.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "cfc359d1f134edad9eb8e9f5fa9542486b3934dfc2c3f56e694c2557460a47b8" From 5797f6535397bc0ee215b879833aab9a2ea92b24 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:34 +0200 Subject: [PATCH 05948/10074] wordgrinder: added `no_autobump!` --- Formula/w/wordgrinder.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wordgrinder.rb b/Formula/w/wordgrinder.rb index c7e65e3d6f289..38b6c7360aeba 100644 --- a/Formula/w/wordgrinder.rb +++ b/Formula/w/wordgrinder.rb @@ -7,6 +7,8 @@ class Wordgrinder < Formula revision 1 head "https://github.com/davidgiven/wordgrinder.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "281cb8b0ac7c49861af74607ffa9ff36aed7f7899a46bbd18d686cf958c90c1f" sha256 cellar: :any, arm64_sonoma: "01e1ab04fb507afd5e62ddfee96e629ae7405671a3a6ad107eca9f30771b76b8" From 25353149e1c3f2c92dbdf29cf219ac8558f63c04 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:34 +0200 Subject: [PATCH 05949/10074] wordle: added `no_autobump!` --- Formula/w/wordle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wordle.rb b/Formula/w/wordle.rb index 4c3cf3f7495e8..498b8bcd66c0b 100644 --- a/Formula/w/wordle.rb +++ b/Formula/w/wordle.rb @@ -6,6 +6,8 @@ class Wordle < Formula revision: "757ede5453457f58b5299fec0b6a0e79fbb27fa9" license "AGPL-3.0-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8186eac18fc030dd6a97de477d2fe257a9824dd542b917a57398bb5ef0fd7acd" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b89d59b09b23910b03bd3e7f6ad9e976043ad50202a79aeee9ea43037451e6bd" From c29c430586a3d8ea08746030e61f64876eca291a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:34 +0200 Subject: [PATCH 05950/10074] wordnet: added `no_autobump!` --- Formula/w/wordnet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wordnet.rb b/Formula/w/wordnet.rb index 13764bf59e8c7..6544ab23a66b4 100644 --- a/Formula/w/wordnet.rb +++ b/Formula/w/wordnet.rb @@ -15,6 +15,8 @@ class Wordnet < Formula regex(/href=.*?(?:WordNet|wn)[._-]?v?(\d+(?:\.\d+)+)(?:[._-]dict)?\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "13c3f71489c21a26e9ccab1c57d9021c705fe548ac756787e2641b90a1eadfb9" sha256 arm64_sonoma: "3189324a36718d3838b41231d17611873cc112740c6179f1672b66a5f7f02530" From 54ba3b10d072f4fe5ad54ce6c7507d6742cdc815 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:34 +0200 Subject: [PATCH 05951/10074] wownero: added `no_autobump!` --- Formula/w/wownero.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wownero.rb b/Formula/w/wownero.rb index c5c6db3b1d281..6fba113a56d24 100644 --- a/Formula/w/wownero.rb +++ b/Formula/w/wownero.rb @@ -23,6 +23,8 @@ class Wownero < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "e853a94c2180d3369de8bb4f5d04cf7ffea7736b3d1d53f17c69b7bfc3275982" sha256 cellar: :any, arm64_sonoma: "89cc4a6b275adf3f8e97f36e8cbfa545bf7b892f6e0f26575e47f936cc816fa9" From 39d1258745e7d9adc995fe3c917cf48a402ccb60 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:35 +0200 Subject: [PATCH 05952/10074] wp-cli-completion: added `no_autobump!` --- Formula/w/wp-cli-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wp-cli-completion.rb b/Formula/w/wp-cli-completion.rb index f3d188978fbe8..3f07beaa32419 100644 --- a/Formula/w/wp-cli-completion.rb +++ b/Formula/w/wp-cli-completion.rb @@ -6,6 +6,8 @@ class WpCliCompletion < Formula license "MIT" head "https://github.com/wp-cli/wp-cli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "157dc6d8f92431bf3084c0ce8b8f78149299ad308b17ca23df5235622213565c" end From a5533ff1638025e36bb2a7eaf399e0091ab53fec Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:35 +0200 Subject: [PATCH 05953/10074] wp-cli: added `no_autobump!` --- Formula/w/wp-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wp-cli.rb b/Formula/w/wp-cli.rb index 69b974a726353..39de09187ef50 100644 --- a/Formula/w/wp-cli.rb +++ b/Formula/w/wp-cli.rb @@ -10,6 +10,8 @@ class WpCli < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "087f15d5afa17ba4483aec086b2945d0dcd477a55987775862fcabe5902ce8ab" sha256 cellar: :any_skip_relocation, arm64_sonoma: "087f15d5afa17ba4483aec086b2945d0dcd477a55987775862fcabe5902ce8ab" From 01563bd8dfb1d39e488cfe162f09366fe84caf51 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:35 +0200 Subject: [PATCH 05954/10074] wput: added `no_autobump!` --- Formula/w/wput.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wput.rb b/Formula/w/wput.rb index dd69ab2c8ad9a..7dd1aa63dd643 100644 --- a/Formula/w/wput.rb +++ b/Formula/w/wput.rb @@ -5,6 +5,8 @@ class Wput < Formula sha256 "229d8bb7d045ca1f54d68de23f1bc8016690dc0027a16586712594fbc7fad8c7" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7b895351c316eeb37308ac163b54d36c997c2909a00b7ecf3837081af4a1e4d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "396180470ace5f8d7640f2097bded1f66af50bac01ba8470ea3023968bc39d6b" From 872da00ccbbf9455e59a5c6b931925b0a622d820 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:35 +0200 Subject: [PATCH 05955/10074] wrangler: added `no_autobump!` --- Formula/w/wrangler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wrangler.rb b/Formula/w/wrangler.rb index 9aedb6505ba25..d44111ee4b363 100644 --- a/Formula/w/wrangler.rb +++ b/Formula/w/wrangler.rb @@ -28,6 +28,8 @@ class Wrangler < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4765b14d43dcbbd7362daed20ef277ee4f07e2d7a1c44abe9c3a87ba9eb61440" sha256 cellar: :any_skip_relocation, arm64_sonoma: "104fedfdf25f93ef4f3c304d79c9b98f99f0e40b5dee425374b98cf70d355995" From 0adfa900d6c2cb807288667a5094f49e85a2ec2b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:35 +0200 Subject: [PATCH 05956/10074] wren-cli: added `no_autobump!` --- Formula/w/wren-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wren-cli.rb b/Formula/w/wren-cli.rb index 5ee83a5534058..ecdd0bc940457 100644 --- a/Formula/w/wren-cli.rb +++ b/Formula/w/wren-cli.rb @@ -5,6 +5,8 @@ class WrenCli < Formula sha256 "fafdc5d6615114d40de3956cd3a255e8737dadf8bd758b48bac00db61563cb4c" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "09debbe79f6af18ccbb0f2a4aabf117cfa7b3a33fb455fdd7b943ab8c8e399ce" sha256 cellar: :any_skip_relocation, arm64_sonoma: "228ccca95d81d073708b4b53278b5fa8a2d4a070c4a0c613cf3eb7181d26ba64" From 3d566850d5c3ceae74cb45caaaa60e13ed5f6c11 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:36 +0200 Subject: [PATCH 05957/10074] write-good: added `no_autobump!` --- Formula/w/write-good.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/write-good.rb b/Formula/w/write-good.rb index 10a6807c37e4a..67703d7d0956e 100644 --- a/Formula/w/write-good.rb +++ b/Formula/w/write-good.rb @@ -5,6 +5,8 @@ class WriteGood < Formula sha256 "f54db3db8db0076fd1c05411c7f3923f055176632c51dc4046ab216e51130221" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "ce08c97d8a8666ed1721ab835d166e1ff865e2ee2ab23c58018021baf89cf360" From a08d282e434733c4cc793abb809ca7ead94419f4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:36 +0200 Subject: [PATCH 05958/10074] writerperfect: added `no_autobump!` --- Formula/w/writerperfect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/writerperfect.rb b/Formula/w/writerperfect.rb index 195246cead473..e2d4472abb276 100644 --- a/Formula/w/writerperfect.rb +++ b/Formula/w/writerperfect.rb @@ -10,6 +10,8 @@ class Writerperfect < Formula regex(%r{url=.*?/writerperfect[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "1bcef69c7269aac0ca31db30c82ca222f1ae0a9a9d4e19cb55d3bd7f28974327" From 411c90b7f600f0ff30121314c8e32ad5a7c4c086 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:36 +0200 Subject: [PATCH 05959/10074] wrk-trello: added `no_autobump!` --- Formula/w/wrk-trello.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wrk-trello.rb b/Formula/w/wrk-trello.rb index 2bfecaff8db1d..25796713a89df 100644 --- a/Formula/w/wrk-trello.rb +++ b/Formula/w/wrk-trello.rb @@ -8,6 +8,8 @@ class WrkTrello < Formula skip "Not actively developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "255e64f8c821c3e05bf04b13424ff23883aa00291b5f30da474584a7b609d3a6" end From 905d3ed1e43c6c350a8663922ece2ff21e3afcbe Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:36 +0200 Subject: [PATCH 05960/10074] wrk: added `no_autobump!` --- Formula/w/wrk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wrk.rb b/Formula/w/wrk.rb index 8a682ad332bdf..9011114b76382 100644 --- a/Formula/w/wrk.rb +++ b/Formula/w/wrk.rb @@ -14,6 +14,8 @@ class Wrk < Formula revision 1 head "https://github.com/wg/wrk.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "4c5610d7241ae72132fbeeebfea6b912c4f1c7d71a9cb55f523c07bef1d53ee5" From 057ab33c801536f36e166e440ec969328b148347 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:36 +0200 Subject: [PATCH 05961/10074] wsk: added `no_autobump!` --- Formula/w/wsk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wsk.rb b/Formula/w/wsk.rb index 7f9e0dae53db4..50805a0414d67 100644 --- a/Formula/w/wsk.rb +++ b/Formula/w/wsk.rb @@ -5,6 +5,8 @@ class Wsk < Formula sha256 "cafc57b2f2e29f204c00842541691038abcc4e639dd78485f9c042c93335f286" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "d021a20a2281bc21cc5e1512fc566d655403d2e807b65108998766d9f2439db5" From 5b759caf1bf4a66eac3ce0f13c9aedcfb3f73dd0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:37 +0200 Subject: [PATCH 05962/10074] wskdeploy: added `no_autobump!` --- Formula/w/wskdeploy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wskdeploy.rb b/Formula/w/wskdeploy.rb index ca9273cd16bbf..69732c3272155 100644 --- a/Formula/w/wskdeploy.rb +++ b/Formula/w/wskdeploy.rb @@ -5,6 +5,8 @@ class Wskdeploy < Formula sha256 "bffe6f6ef2167189fc38893943a391aaf7327e9e6b8d27be1cc1c26535c06e86" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c0e4b40c6a0e7f4a5b07424402fcade78732f3c3c9b190ed6c603a3172044db" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dee1aeb56b815b07c277e5e74954c803135b729586eaf82cc78365494a3909e5" From 095d2f929901dd08ecf727baaa6c24d4f237dff6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:37 +0200 Subject: [PATCH 05963/10074] wslay: added `no_autobump!` --- Formula/w/wslay.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wslay.rb b/Formula/w/wslay.rb index 7b87965faa4d2..d7abb7670d042 100644 --- a/Formula/w/wslay.rb +++ b/Formula/w/wslay.rb @@ -5,6 +5,8 @@ class Wslay < Formula sha256 "166cfa9e3971f868470057ed924ae1b53f428db061b361b9a17c0508719d2cb5" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "695e27c926b9cba4a774c0bead3c924fe34f11e9d151e203ee82f83c3be1ae20" sha256 cellar: :any, arm64_sonoma: "a589896e5f7fce349934f90cee721270752c65cfb58dfca69ce9d13f6bfc52e7" From 30c711d29c39e922ba614697d6bb11803e18387f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:37 +0200 Subject: [PATCH 05964/10074] wtf: added `no_autobump!` --- Formula/w/wtf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wtf.rb b/Formula/w/wtf.rb index 4acfb8163dcc5..8740588674907 100644 --- a/Formula/w/wtf.rb +++ b/Formula/w/wtf.rb @@ -10,6 +10,8 @@ class Wtf < Formula regex(%r{url=.*?/wtf[._-]v?(\d{6,8})\.t}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "bc34952388539647f56ffd984f795b2fdea730d0ba466a6bd6ec9aedea6a74cf" From 346b5b10d1127cc9916f4c218058d7a3064e5030 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:37 +0200 Subject: [PATCH 05965/10074] wtfutil: added `no_autobump!` --- Formula/w/wtfutil.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wtfutil.rb b/Formula/w/wtfutil.rb index 207cf32eae755..8d8a8d3910d19 100644 --- a/Formula/w/wtfutil.rb +++ b/Formula/w/wtfutil.rb @@ -6,6 +6,8 @@ class Wtfutil < Formula license "MPL-2.0" head "https://github.com/wtfutil/wtf.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "03d23e7f87fdcd1c568743ca4bf4261f2d90b8f83932325521f14aee6a683c1d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "56f84f075efbdd2db2a81171b4e1574cb0b9aac21f600ab3a41d9662ae12093c" From 916fd857b17cabb20bb93f8ae37e0ad2e1d3a258 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:37 +0200 Subject: [PATCH 05966/10074] wv: added `no_autobump!` --- Formula/w/wv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wv.rb b/Formula/w/wv.rb index 324fe98205286..e0b2f59479280 100644 --- a/Formula/w/wv.rb +++ b/Formula/w/wv.rb @@ -11,6 +11,8 @@ class Wv < Formula skip "Not actively developed or maintained" end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_sequoia: "f43fdf4000603806925c2d0e26fdb5d3f5d6be5c435478964c8dce92484784a3" From 25489fd34513dc8da0ee6e1545f890c600dffe4a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:37 +0200 Subject: [PATCH 05967/10074] wv2: added `no_autobump!` --- Formula/w/wv2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wv2.rb b/Formula/w/wv2.rb index 08aa6c883b2ee..15fe2b888fe2a 100644 --- a/Formula/w/wv2.rb +++ b/Formula/w/wv2.rb @@ -14,6 +14,8 @@ class Wv2 < Formula regex(%r{url=.*?/wv2[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "0b9e9d8d06ee14ba09ec9f467e24aba00ecc63966bb877fc88a3868a2fb2041c" sha256 cellar: :any, arm64_sonoma: "ab4eca06cc176e58df0a6d57de60929427e68ce2d8dc1fc9f71b2a15a88c59d3" From e73efa13b995ad51fcd9c0efc2fc20e189bb1c79 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:38 +0200 Subject: [PATCH 05968/10074] wwwoffle: added `no_autobump!` --- Formula/w/wwwoffle.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wwwoffle.rb b/Formula/w/wwwoffle.rb index b60a3b0563414..8d8bd82d52374 100644 --- a/Formula/w/wwwoffle.rb +++ b/Formula/w/wwwoffle.rb @@ -10,6 +10,8 @@ class Wwwoffle < Formula regex(/href=.*?wwwoffle[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "114a59c443772a746833b3431d2cd275755ae5f8eed92326c7763e2097eca980" sha256 cellar: :any_skip_relocation, arm64_sonoma: "dba1da001f686548a7ba1ecb2bb6a2fe34a5fb6c821846c3f47c3d6bf461ca1a" From b19010a2e244080b6dea125528255a72698e8f07 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:38 +0200 Subject: [PATCH 05969/10074] wxlua: added `no_autobump!` --- Formula/w/wxlua.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wxlua.rb b/Formula/w/wxlua.rb index b02cf929e7864..b9b04d32ee889 100644 --- a/Formula/w/wxlua.rb +++ b/Formula/w/wxlua.rb @@ -7,6 +7,8 @@ class Wxlua < Formula revision 1 head "https://github.com/pkulchenko/wxlua.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "5ab53a21ffd382cb7d53a884b4eb09df5484c36d106c452f03c75f8841726d5c" sha256 cellar: :any, arm64_sonoma: "c00c2ef44ed734d26861a29d800555455f86c7fd8d846f12ecc6b4f0d151bd37" From 655868184154e1646ccca26a9d35d15de0ef6c80 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:38 +0200 Subject: [PATCH 05970/10074] wy60: added `no_autobump!` --- Formula/w/wy60.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wy60.rb b/Formula/w/wy60.rb index a410aa957bfa2..ba8356c4c210a 100644 --- a/Formula/w/wy60.rb +++ b/Formula/w/wy60.rb @@ -5,6 +5,8 @@ class Wy60 < Formula sha256 "f7379404f0baf38faba48af7b05f9e0df65266ab75071b2ca56195b63fc05ed0" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6e8b275623922f42137e8d90712e41890ac44f9218dc7ff8d8476068d7497f01" sha256 arm64_sonoma: "e40096fbc12217c535cf856513e7a659c5e496f0a03ac1f3cbbc2c82782dbb5f" From 12278a3108d4bddd4dcca5a8a212b9f29b95f65b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:53:38 +0200 Subject: [PATCH 05971/10074] wzprof: added `no_autobump!` --- Formula/w/wzprof.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wzprof.rb b/Formula/w/wzprof.rb index e09d8a88bf5e6..977d6ccaa7678 100644 --- a/Formula/w/wzprof.rb +++ b/Formula/w/wzprof.rb @@ -6,6 +6,8 @@ class Wzprof < Formula license "Apache-2.0" head "https://github.com/dispatchrun/wzprof.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "09412fe4df2eeb2fa3e05a8da39a192f7bb5e38b98ef5c6924f93dd50b8c6abe" sha256 cellar: :any_skip_relocation, arm64_sonoma: "75f3a9f0120d54457ee0a116bcfb52147831bb466ef1b7cba2db1bdda93401ab" From 71eb981932f4a276233ec3238534a5157d40c05c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:33:50 +0200 Subject: [PATCH 05972/10074] w3m: added `no_autobump!` Signed-off-by: botantony --- Formula/w/w3m.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/w3m.rb b/Formula/w/w3m.rb index 92e35510f9329..102bbb677a40e 100644 --- a/Formula/w/w3m.rb +++ b/Formula/w/w3m.rb @@ -24,6 +24,8 @@ class W3m < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "d43c6ea193e92ae3a7ff8c68d77dfa6b69b28695bf0ef4009c07a8b55049bbb0" sha256 arm64_sonoma: "7ebcfdfd3b2424232e38d4bb2df40b78aa189a5f9f59d7d95479a5c9b5504962" From 5cb25e0c23aff52bf8a6b1954fde125022ef7223 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:33:56 +0200 Subject: [PATCH 05973/10074] wget: added `no_autobump!` Signed-off-by: botantony --- Formula/w/wget.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wget.rb b/Formula/w/wget.rb index 403cccb72c928..ae6114559e577 100644 --- a/Formula/w/wget.rb +++ b/Formula/w/wget.rb @@ -5,6 +5,8 @@ class Wget < Formula sha256 "766e48423e79359ea31e41db9e5c289675947a7fcf2efdcedb726ac9d0da3784" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "a93dd95c5d63036e026b526e000d33fae7fb44d9a8fda5afc89bff112438c6b3" sha256 arm64_sonoma: "4d180cd4ead91a34e2c2672189fc366b87ae86e6caa3acbf4845b272f57c859a" From 9efe291d825122aec5a9fc68086fed5b30c2c83d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:34:01 +0200 Subject: [PATCH 05974/10074] wren: added `no_autobump!` Signed-off-by: botantony --- Formula/w/wren.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wren.rb b/Formula/w/wren.rb index 9d560288d6b90..9a5016cf5ba82 100644 --- a/Formula/w/wren.rb +++ b/Formula/w/wren.rb @@ -10,6 +10,8 @@ class Wren < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "32ef27315c3c2718071ccbe516fbdc91934eb94d2a0e5f91ec63c215efb8aea0" sha256 cellar: :any, arm64_sonoma: "a3100038802e99ce273976dec06b8cd2239cc9146523664938107d867ad9ba60" From a659199c669fda3bd880673d2139d89ea2106f1b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:43:26 +0200 Subject: [PATCH 05975/10074] wagyu: added `no_autobump!` Signed-off-by: botantony --- Formula/w/wagyu.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wagyu.rb b/Formula/w/wagyu.rb index 009f8deeef147..f203d161c9d76 100644 --- a/Formula/w/wagyu.rb +++ b/Formula/w/wagyu.rb @@ -6,6 +6,8 @@ class Wagyu < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/howardwu/wagyu.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sonoma: "169cc26ad96b50f80735faec915301f7c91106aef8beb498ef50273b03eaff00" From c30b82991d293c14d2104ad90c91561c33852793 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:43:33 +0200 Subject: [PATCH 05976/10074] wait_on: added `no_autobump!` Signed-off-by: botantony --- Formula/w/wait_on.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/w/wait_on.rb b/Formula/w/wait_on.rb index 30382fd9faf3e..020356eb8ea51 100644 --- a/Formula/w/wait_on.rb +++ b/Formula/w/wait_on.rb @@ -6,6 +6,8 @@ class WaitOn < Formula sha256 "d7f40655f5c11e882890340826d1163050e2748de66b292c15b10d32feb6490f" license "BSD-4-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffd8be74922f931670be9f5bb8fbea47735ddef928a74d44562bcf0e2969c01d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "866722ebcb399e5524776cc6ffdd2022112287368e4fa768b8b9bbfe2a8a30cc" From 5c04499e331e327637b1d4ea0938fd74c2cd10f3 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:26 +0200 Subject: [PATCH 05977/10074] yacas: added `no_autobump!` --- Formula/y/yacas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yacas.rb b/Formula/y/yacas.rb index 9bdc4ef4befcf..066913e787542 100644 --- a/Formula/y/yacas.rb +++ b/Formula/y/yacas.rb @@ -5,6 +5,8 @@ class Yacas < Formula sha256 "36333e9627a0ed27def7a3d14628ecaab25df350036e274b37f7af1d1ff7ef5b" license "LGPL-2.1-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc6a29cf051c3fe413734f62fe49f1e06cbc42e8243e79ed514848dea52304a8" From 57b4cf97d86fe93f6514e237754de09679ad67df Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:26 +0200 Subject: [PATCH 05978/10074] yajl: added `no_autobump!` --- Formula/y/yajl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yajl.rb b/Formula/y/yajl.rb index bd4bbc5040dc6..b5ffb5661b818 100644 --- a/Formula/y/yajl.rb +++ b/Formula/y/yajl.rb @@ -5,6 +5,8 @@ class Yajl < Formula sha256 "3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a" license "ISC" + no_autobump! because: :requires_manual_review + bottle do rebuild 4 sha256 cellar: :any, arm64_sequoia: "dba63b344e3308d17991f4a71f5ac5dcdc12099cd1d64e1d32f2492a44562709" From a87b6504d1a7cc75af4cc083cad544b81dcc0cd5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:26 +0200 Subject: [PATCH 05979/10074] yamcha: added `no_autobump!` --- Formula/y/yamcha.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yamcha.rb b/Formula/y/yamcha.rb index 01c2abea04b1e..57bef03d1bf2a 100644 --- a/Formula/y/yamcha.rb +++ b/Formula/y/yamcha.rb @@ -10,6 +10,8 @@ class Yamcha < Formula regex(/href=.*?yamcha[._-]v?(\d+(?:\.\d+)+)\.t/im) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "1291bdd640d66cfbbe073862038e660ada3fe9377d3386db32dd56967ee23d5f" From e7a9ba0353bce3ee2739c5a847d737a3601a7e42 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:26 +0200 Subject: [PATCH 05980/10074] yamdi: added `no_autobump!` --- Formula/y/yamdi.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yamdi.rb b/Formula/y/yamdi.rb index 17c24b9533b42..36705d9caad00 100644 --- a/Formula/y/yamdi.rb +++ b/Formula/y/yamdi.rb @@ -5,6 +5,8 @@ class Yamdi < Formula sha256 "4a6630f27f6c22bcd95982bf3357747d19f40bd98297a569e9c77468b756f715" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d1682a7424cf30298588c37aa36158d5d39ec11729cd7dae34303d244b1ad15a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "423627352b9bd50656cb38b57ddd40faad37c001d52f9cf941a62f6d0fd0b997" From 699c5bae78418772fa736a740d3d3c7eaac9fa95 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:27 +0200 Subject: [PATCH 05981/10074] yaml-cpp: added `no_autobump!` --- Formula/y/yaml-cpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yaml-cpp.rb b/Formula/y/yaml-cpp.rb index eef8fe41f1ea1..dbbd798f4af91 100644 --- a/Formula/y/yaml-cpp.rb +++ b/Formula/y/yaml-cpp.rb @@ -5,6 +5,8 @@ class YamlCpp < Formula sha256 "fbe74bbdcee21d656715688706da3c8becfd946d92cd44705cc6098bb23b3a16" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b453cb98bf2c4dc253c3523f587a0af606e5a682bcd7b7bd0f69013e95cfe418" sha256 cellar: :any, arm64_sonoma: "778720c980df7e2e5ed7a971eea721ecd6a21069f927279809496164c3248f69" From b5b1702fd545510ad166bd2577df42903aa1e1e2 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:27 +0200 Subject: [PATCH 05982/10074] yank: added `no_autobump!` --- Formula/y/yank.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yank.rb b/Formula/y/yank.rb index d03807e4ae7ea..8faa5f5ffdd75 100644 --- a/Formula/y/yank.rb +++ b/Formula/y/yank.rb @@ -5,6 +5,8 @@ class Yank < Formula sha256 "40f5472df5f6356a4d6f48862a19091bd4de3f802b3444891b3bc4b710fb35ca" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0296212716734c1aa848c53307e2c7650c884be26a7b725fac7177df7d6c844" From 72055cadfa13bdbe392cb1a0400b4babae2b36fc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:27 +0200 Subject: [PATCH 05983/10074] yapf: added `no_autobump!` --- Formula/y/yapf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yapf.rb b/Formula/y/yapf.rb index 1450bfe921359..fe0c03ec9c9e6 100644 --- a/Formula/y/yapf.rb +++ b/Formula/y/yapf.rb @@ -7,6 +7,8 @@ class Yapf < Formula sha256 "00d3aa24bfedff9420b2e0d5d9f5ab6d9d4268e72afbf59bb3fa542781d5218e" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf15857b390cc7e51ca27c742c839b71035382d701e298354fcf521318da61b8" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf15857b390cc7e51ca27c742c839b71035382d701e298354fcf521318da61b8" From 8649cc44caf2f4d66533ad194dada08d40957df4 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:27 +0200 Subject: [PATCH 05984/10074] yarn-completion: added `no_autobump!` --- Formula/y/yarn-completion.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yarn-completion.rb b/Formula/y/yarn-completion.rb index 881dd424b0e11..03a62ed02f719 100644 --- a/Formula/y/yarn-completion.rb +++ b/Formula/y/yarn-completion.rb @@ -5,6 +5,8 @@ class YarnCompletion < Formula sha256 "cc9d86bd8d4c662833424f86f1f86cfa0516c0835874768d9cf84aaf79fb8b21" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "e743fe4680eb970207cd4a05ec2f2482f1c3baf96ae04827b75bffb29afd78be" From cfdcbff7a8bde59e52de6075f5681113b73bc682 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:27 +0200 Subject: [PATCH 05985/10074] yarn: added `no_autobump!` --- Formula/y/yarn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yarn.rb b/Formula/y/yarn.rb index 5a223b0e2ceb5..0c2c1924fe363 100644 --- a/Formula/y/yarn.rb +++ b/Formula/y/yarn.rb @@ -9,6 +9,8 @@ class Yarn < Formula skip("1.x line is frozen and features/bugfixes only happen on 2+") end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "edb63a1b15d560263270324b63bee4c2aa8145197636a755436cc14424fc1e12" From fcda19afd271c81139af43e7a89d6d73a5314447 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:27 +0200 Subject: [PATCH 05986/10074] yasm: added `no_autobump!` --- Formula/y/yasm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yasm.rb b/Formula/y/yasm.rb index 8e73451b6aea4..b747b85321968 100644 --- a/Formula/y/yasm.rb +++ b/Formula/y/yasm.rb @@ -19,6 +19,8 @@ class Yasm < Formula regex(/href=.*?yasm[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "45b7744e4f66670c270ac4aa64836625a1806db9ac97920476620d340cbbdd96" From 38a1b1bfc810341740f4954438c1e55627d11e45 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:28 +0200 Subject: [PATCH 05987/10074] yatas: added `no_autobump!` --- Formula/y/yatas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yatas.rb b/Formula/y/yatas.rb index e7d1ea8b3e277..2337d4a7b9940 100644 --- a/Formula/y/yatas.rb +++ b/Formula/y/yatas.rb @@ -6,6 +6,8 @@ class Yatas < Formula license "Apache-2.0" head "https://github.com/padok-team/yatas.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e5ba8ff412e6b856410c206db19c24ddbb66ddcaf3ef3052d47b63e11d16974" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e1e7442a54bc2fb49b02ccdffc667bc6a7b1a08d6a16972d694d35d67835f25" From 7c6276da56eb0d5b580eff6e0a301acfe1b25b14 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:28 +0200 Subject: [PATCH 05988/10074] yaze-ag: added `no_autobump!` --- Formula/y/yaze-ag.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yaze-ag.rb b/Formula/y/yaze-ag.rb index df4134d08b15d..0da82d1187d81 100644 --- a/Formula/y/yaze-ag.rb +++ b/Formula/y/yaze-ag.rb @@ -10,6 +10,8 @@ class YazeAg < Formula regex(/href=.*?yaze-ag[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bfd9c7701ebbea4917f2874690b38b6c1cf129bc228305dfd64d5e56222d69e3" sha256 arm64_sonoma: "7c92d3d3d2b899192243ca7951d22183d4f2ebdcc5ab999c51742797b5f52d7d" From 264163bf0df6eac25ed890487d72f98c03e692a8 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:28 +0200 Subject: [PATCH 05989/10074] yazpp: added `no_autobump!` --- Formula/y/yazpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yazpp.rb b/Formula/y/yazpp.rb index 9879361bc263c..38ebb8aafd7a1 100644 --- a/Formula/y/yazpp.rb +++ b/Formula/y/yazpp.rb @@ -10,6 +10,8 @@ class Yazpp < Formula regex(/href=.*?yazpp[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3db462397a75847cfe8f47b63a8e72357aeb56c3e6ad39f1e56f961fa6c67031" sha256 cellar: :any, arm64_sonoma: "8a0413a93b0784924650e2e642e5044b3547361916ca81e4231828ce24ce3322" From 378514e5baaf748dabef9cf92042e13c9c0b153c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:28 +0200 Subject: [PATCH 05990/10074] yconalyzer: added `no_autobump!` --- Formula/y/yconalyzer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yconalyzer.rb b/Formula/y/yconalyzer.rb index 87df1537dac7f..2705761f0962f 100644 --- a/Formula/y/yconalyzer.rb +++ b/Formula/y/yconalyzer.rb @@ -5,6 +5,8 @@ class Yconalyzer < Formula sha256 "3b2bd33ffa9f6de707c91deeb32d9e9a56c51e232be5002fbed7e7a6373b4d5b" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "f09a5c77a631fe4cf72c038f9196324faa22a94e9bf1513a864f65a6ef6eea54" From e468ccb56649418318d7a5347b4d1a435771ec32 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:28 +0200 Subject: [PATCH 05991/10074] ydcv: added `no_autobump!` --- Formula/y/ydcv.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/ydcv.rb b/Formula/y/ydcv.rb index 1abbd43cf11de..c306f7ef7c6bc 100644 --- a/Formula/y/ydcv.rb +++ b/Formula/y/ydcv.rb @@ -9,6 +9,8 @@ class Ydcv < Formula revision 4 head "https://github.com/felixonmars/ydcv.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sonoma: "061ae513e42baa453cad8f642aba997e3adeb2a56fcc15f9b0450f45e426b006" From c0a8da3b4e323f655bc7d085a0924207fc98a9c0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:28 +0200 Subject: [PATCH 05992/10074] yder: added `no_autobump!` --- Formula/y/yder.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yder.rb b/Formula/y/yder.rb index 205ab1115e03d..a1f11c343017a 100644 --- a/Formula/y/yder.rb +++ b/Formula/y/yder.rb @@ -5,6 +5,8 @@ class Yder < Formula sha256 "c1a7f2281514d0d0bba912b6b70f371d8c127ccfd644b8c438c9301a0fd4c5f2" license "LGPL-2.1-only" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "742de6bb638644e32ac9153a26fb2cecbaa8575b765ab4166221389efc71b80e" sha256 cellar: :any, arm64_sonoma: "17f19f57371282f824f622fbc956fbdb620cc2f41558e2b7a046ee80afab7594" From ef5d791ac0f560f0574ecbbcc0502406223db8b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:29 +0200 Subject: [PATCH 05993/10074] yelp-tools: added `no_autobump!` --- Formula/y/yelp-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yelp-tools.rb b/Formula/y/yelp-tools.rb index 4c1804aa57d24..d2eeb90b3f047 100644 --- a/Formula/y/yelp-tools.rb +++ b/Formula/y/yelp-tools.rb @@ -8,6 +8,8 @@ class YelpTools < Formula sha256 "3e496a4020d4145b99fd508a25fa09336a503a4e8900028421e72c6a4b11f905" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any, arm64_sequoia: "b7fdc8113c53b2269004863275eb727529213a7306fe048195c6d772d068f9a7" From a3d5f4fd50393fb145e4274b35c6e54d0c0d49fa Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:29 +0200 Subject: [PATCH 05994/10074] yetris: added `no_autobump!` --- Formula/y/yetris.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yetris.rb b/Formula/y/yetris.rb index 289ef325ccae9..6d6af4f111780 100644 --- a/Formula/y/yetris.rb +++ b/Formula/y/yetris.rb @@ -5,6 +5,8 @@ class Yetris < Formula sha256 "720c222325361e855e2dcfec34f8f0ae61dd418867a87f7af03c9a59d723b919" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5358a7a07d701232e1a75a4b28f2e66879d973ef3eb9c848552347505f16ea2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c29c804faf6d9d78ecec1eeccc4ffe85e94550c222bba9e793e307f805c1d97" From 4fcd9f34a0ecd5e093900334cf17c8a79a917ebd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:29 +0200 Subject: [PATCH 05995/10074] yh: added `no_autobump!` --- Formula/y/yh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yh.rb b/Formula/y/yh.rb index dfbb2012437e9..56ed3c3097dfd 100644 --- a/Formula/y/yh.rb +++ b/Formula/y/yh.rb @@ -6,6 +6,8 @@ class Yh < Formula license "Apache-2.0" head "https://github.com/andreazorzetto/yh.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "37b637b99befa6608662694e5100828cf4ad50a9513e57cae75febfd04e9fc96" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4719f7e1a8166248cf84ac5efe7d8bf0df277a08ed4cba8e1b071f87622dfb67" From d17789a8b8ea7f2d81423f76889f945e991fd07a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:29 +0200 Subject: [PATCH 05996/10074] yj: added `no_autobump!` --- Formula/y/yj.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yj.rb b/Formula/y/yj.rb index 19dfb72ecb0c9..47438163a120d 100644 --- a/Formula/y/yj.rb +++ b/Formula/y/yj.rb @@ -6,6 +6,8 @@ class Yj < Formula license "Apache-2.0" head "https://github.com/sclevine/yj.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "71786086bcb09233fdf3ac0df85662d4bc72a897a96456f170e69b047042f56d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b768047213c8d89fbf913d6a7558bc7375b2bb212c3de790dc818f4b5220886" From 9da19e0ce08e356e2311d7e197205c5d8744ceb5 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:29 +0200 Subject: [PATCH 05997/10074] ykclient: added `no_autobump!` --- Formula/y/ykclient.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/ykclient.rb b/Formula/y/ykclient.rb index 5de55a0e8366b..2df8b5d27db78 100644 --- a/Formula/y/ykclient.rb +++ b/Formula/y/ykclient.rb @@ -16,6 +16,8 @@ class Ykclient < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sonoma: "d9a2809f4ceb7eaab4f2af89746007a4dab264c166d05a3dcdbbf6ea187d98c6" sha256 cellar: :any, arm64_ventura: "23db2cdc9c298cc6ddcf0db595ba661ab352d3bc70dde9b9063a6a76666c76da" From 1379d443eb363bc7b182eec6eb84ff8eafddd57c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:29 +0200 Subject: [PATCH 05998/10074] ykdl: added `no_autobump!` --- Formula/y/ykdl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/ykdl.rb b/Formula/y/ykdl.rb index 5b9093eb30c35..15cbeed3247f5 100644 --- a/Formula/y/ykdl.rb +++ b/Formula/y/ykdl.rb @@ -7,6 +7,8 @@ class Ykdl < Formula sha256 "c689b8e4bf303d1582e40d5039539a1a754f7cf897bce73ec57c7e874e354b19" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb541b86eded5d4bcc6262795c769d284a9e3c37f42f70121d43864f4066dc1d" From d93451a0c68e8fd517ebcd943624031c99c1b368 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:30 +0200 Subject: [PATCH 05999/10074] ykpers: added `no_autobump!` --- Formula/y/ykpers.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/ykpers.rb b/Formula/y/ykpers.rb index 527a1538ca55d..311a30f8331bb 100644 --- a/Formula/y/ykpers.rb +++ b/Formula/y/ykpers.rb @@ -11,6 +11,8 @@ class Ykpers < Formula regex(/href=.*?ykpers[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b1a84b25eb98c3a81bb369743de29418fc21af87cc28e6596ee38a4595c793df" sha256 cellar: :any, arm64_sonoma: "e62f960d0e8851938c674e31e768bcc4bee8ed0e87a13430a9d59c5fba4d95da" From 22aef1af1b8ad63a9d96e32b1d447fe062604062 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:30 +0200 Subject: [PATCH 06000/10074] youtube-dl: added `no_autobump!` --- Formula/y/youtube-dl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/youtube-dl.rb b/Formula/y/youtube-dl.rb index ffa05bc681595..604a2cf906127 100644 --- a/Formula/y/youtube-dl.rb +++ b/Formula/y/youtube-dl.rb @@ -16,6 +16,8 @@ class YoutubeDl < Formula end end + no_autobump! because: :requires_manual_review + bottle do rebuild 5 sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f3b77e4e5dc244e6e1e85f307083798af83134824e30977936acedf014b58cc" From 5dcc3b61b12693891a110cd3456eb6462cf60796 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:30 +0200 Subject: [PATCH 06001/10074] yubikey-agent: added `no_autobump!` --- Formula/y/yubikey-agent.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yubikey-agent.rb b/Formula/y/yubikey-agent.rb index a3fc51c3f6c16..888273176b3b3 100644 --- a/Formula/y/yubikey-agent.rb +++ b/Formula/y/yubikey-agent.rb @@ -6,6 +6,8 @@ class YubikeyAgent < Formula license "BSD-3-Clause" head "https://github.com/FiloSottile/yubikey-agent.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce973f7cd1e1b5252f039e2fe2154bea75ce4b7439f49ec908774e57e6d15031" sha256 cellar: :any_skip_relocation, arm64_sonoma: "68bef9f91a8d57edc11813ae0261a1a7c18a9a37afd7b376cb29c5e0b836bd69" From 304cde5483a5d4f9ac16d904257ab89938a5e079 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:30 +0200 Subject: [PATCH 06002/10074] yuicompressor: added `no_autobump!` --- Formula/y/yuicompressor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yuicompressor.rb b/Formula/y/yuicompressor.rb index 6fb10c1dea929..9b7c219c542d5 100644 --- a/Formula/y/yuicompressor.rb +++ b/Formula/y/yuicompressor.rb @@ -11,6 +11,8 @@ class Yuicompressor < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f29cb084549e077a7ba1a0aaa2ad5c78d4067de0d3a019ef8ec831f55a542f9" From 778ebecca2adff81ed9a3f92ff7ccbb45d5c65e0 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:30 +0200 Subject: [PATCH 06003/10074] yydecode: added `no_autobump!` --- Formula/y/yydecode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yydecode.rb b/Formula/y/yydecode.rb index a7d32c740fd90..5f5369a7299eb 100644 --- a/Formula/y/yydecode.rb +++ b/Formula/y/yydecode.rb @@ -5,6 +5,8 @@ class Yydecode < Formula sha256 "bd4879643f6539770fd23d1a51dc6a91ba3de2823cf14d047a40c630b3c7ba66" license "GPL-2.0-or-later" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "b24e0faa262eecd027d92d536e2975069785ddbb69be173b74091903c6066af2" From 8d5fbea5b29fdc159e61b145a3b46365beedeb1d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:37:21 +0200 Subject: [PATCH 06004/10074] yafc: added `no_autobump!` Signed-off-by: botantony --- Formula/y/yafc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/y/yafc.rb b/Formula/y/yafc.rb index a3584a48abd35..7109ba34893d1 100644 --- a/Formula/y/yafc.rb +++ b/Formula/y/yafc.rb @@ -6,6 +6,8 @@ class Yafc < Formula license "GPL-2.0-or-later" revision 5 + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "2f0f7381029703774be13824194784dc2e84478fbb5680abd7d856366de3db57" sha256 cellar: :any, arm64_sonoma: "f2c0733bdc6d9842bc5dd1400fa1e9a4a2d5af3f0ca8578caf32bca5b46ae2ec" From f9d448a3a0ed2012e97c71c76adc9a81cbafbdcf Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:45 +0200 Subject: [PATCH 06005/10074] z: added `no_autobump!` --- Formula/z/z.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/z.rb b/Formula/z/z.rb index b5e967fbb9742..9a3eda9fef012 100644 --- a/Formula/z/z.rb +++ b/Formula/z/z.rb @@ -12,6 +12,8 @@ class Z < Formula strategy :github_latest end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f891b4ed62bd2badf5baf02297e69fde253b3a7906679e3241845d3e45efab0" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a753b2821b5ad33c549efc1a6f857b33e6b9db2ece6ef10f03a6811c8690544f" From c8336e00f00b1c33e49324eedb89bc7269e2a0f7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:46 +0200 Subject: [PATCH 06006/10074] z80dasm: added `no_autobump!` --- Formula/z/z80dasm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/z80dasm.rb b/Formula/z/z80dasm.rb index a17964494e4e9..14834b00d26b0 100644 --- a/Formula/z/z80dasm.rb +++ b/Formula/z/z80dasm.rb @@ -12,6 +12,8 @@ class Z80dasm < Formula regex(/href=.*?z80dasm[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "49cc209ae7b34afcfe58fd310bdcb228f6d35cadeee692049a61202bed11176f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a83c07ded5a4004a80cd9fbd9554f2a4395412279c43f50bc8482060c978a6c" From 1e306c3dcb3a50054ccd0bc1041a791210823c3c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:46 +0200 Subject: [PATCH 06007/10074] zanata-client: added `no_autobump!` --- Formula/z/zanata-client.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zanata-client.rb b/Formula/z/zanata-client.rb index 456c0997fbcdc..4c36d2677bea3 100644 --- a/Formula/z/zanata-client.rb +++ b/Formula/z/zanata-client.rb @@ -11,6 +11,8 @@ class ZanataClient < Formula regex(%r{href=.*?v?(\d+(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "4e9a444168ef8759f044a71501e69d0d5f5d8e22dd29038bc8f784751341aa8d" From 1af7ae661fbaf33ad91714b7fd51ced58c94ec2b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:46 +0200 Subject: [PATCH 06008/10074] zbar: added `no_autobump!` --- Formula/z/zbar.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zbar.rb b/Formula/z/zbar.rb index 04864be5d6dc6..2ffbb3afb10e8 100644 --- a/Formula/z/zbar.rb +++ b/Formula/z/zbar.rb @@ -11,6 +11,8 @@ class Zbar < Formula regex(/href=.*?zbar[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "fe42da9d30318b93a75645b76806c1ffe684db56c7f6c0e608c718f9cc7f8f37" sha256 arm64_sonoma: "c6a2988931330f8b9330b259d53096e58b25c9c54a3dc167688774412f885993" From af14f74f37220e919e0dbff64826672f82031561 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:46 +0200 Subject: [PATCH 06009/10074] zboy: added `no_autobump!` --- Formula/z/zboy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zboy.rb b/Formula/z/zboy.rb index 803a265c13b79..92b408d31ba2e 100644 --- a/Formula/z/zboy.rb +++ b/Formula/z/zboy.rb @@ -11,6 +11,8 @@ class Zboy < Formula regex(%r{url=.*?/zboy[._-]v?(\d+(?:\.\d+)+)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "cb8335a141f8e9a964288509aa204bee9b9a1672286ce0c97e236af7c8afc6a6" sha256 cellar: :any, arm64_sonoma: "16735e77d0184557a36d147ba19935ef2ddf048a6cad3d63efe90c72065a8c4c" From afe655401ddd15040259acab16541bfa22db670d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:47 +0200 Subject: [PATCH 06010/10074] zebra: added `no_autobump!` --- Formula/z/zebra.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zebra.rb b/Formula/z/zebra.rb index 4055e5ac70981..924585bad958c 100644 --- a/Formula/z/zebra.rb +++ b/Formula/z/zebra.rb @@ -11,6 +11,8 @@ class Zebra < Formula regex(/href=.*?idzebra[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "ebc4c8b98b8d0092a14b28a1fc1a3624d25efc739fac4c8c37a24b9cf748dff7" sha256 arm64_sonoma: "c90a4df5cdf059fbc304eb29694295d15aff3c9e938c9f3043b21c0611e231f2" From 694e02f7177313fb4120dfec0152a2369e22bd5a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:47 +0200 Subject: [PATCH 06011/10074] zelda-roth-se: added `no_autobump!` --- Formula/z/zelda-roth-se.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zelda-roth-se.rb b/Formula/z/zelda-roth-se.rb index 81a79d70721b4..d6cd450524272 100644 --- a/Formula/z/zelda-roth-se.rb +++ b/Formula/z/zelda-roth-se.rb @@ -9,6 +9,8 @@ class ZeldaRothSe < Formula ] head "https://gitlab.com/solarus-games/games/zelda-roth-se.git", branch: "dev" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b160b73bd9daf53b08f48c16e6642a054c2823114f7651d83270ab468694064" From d82a06036746e1728bcf378c03d1fb9b4c9e340d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:47 +0200 Subject: [PATCH 06012/10074] zero-install: added `no_autobump!` --- Formula/z/zero-install.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zero-install.rb b/Formula/z/zero-install.rb index 6caf8b5060b27..0fbef43bd7213 100644 --- a/Formula/z/zero-install.rb +++ b/Formula/z/zero-install.rb @@ -11,6 +11,8 @@ class ZeroInstall < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c693f4d80b111a0a5358f8b473320134c026a20d87febc6f827bab257876baff" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b751e193e9b5105e46de557b3d09b57dac2e36457358c66d5af441955c98b6b1" From 26a13ced6fbd9ee00930c446af4242b5cc8885bc Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:47 +0200 Subject: [PATCH 06013/10074] zimfw: added `no_autobump!` --- Formula/z/zimfw.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zimfw.rb b/Formula/z/zimfw.rb index 4b8b7ab734ff5..61d349cf3cdfb 100644 --- a/Formula/z/zimfw.rb +++ b/Formula/z/zimfw.rb @@ -5,6 +5,8 @@ class Zimfw < Formula sha256 "ec1a6a5b89fa1ab9262c6614f8fb14432483817e9a572608791a861995f15c46" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "da833b86e814243b438d819009dcf738fd6f7ef8fa2dc18fd0107e648cccacd0" end From cb8932b7b8f3cf6a8740eba0970600814ee6caf7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:47 +0200 Subject: [PATCH 06014/10074] zimg: added `no_autobump!` --- Formula/z/zimg.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zimg.rb b/Formula/z/zimg.rb index 6d177b5057377..53d44f369d9df 100644 --- a/Formula/z/zimg.rb +++ b/Formula/z/zimg.rb @@ -6,6 +6,8 @@ class Zimg < Formula license "WTFPL" head "https://github.com/sekrit-twc/zimg.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "16b38c35a093542456e5c026cb464df27ebe509eb857696cbfbb6146708e5cd1" sha256 cellar: :any, arm64_sonoma: "1a08f06a0a7fc2a23266a03e8afd63759f99f3a0041d1503fafc5ce9410df8dc" From 29a705f7ec4171a23f64840cd5554eef20697e4b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:47 +0200 Subject: [PATCH 06015/10074] zinit: added `no_autobump!` --- Formula/z/zinit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zinit.rb b/Formula/z/zinit.rb index d936efb886f65..c0a6408abf29b 100644 --- a/Formula/z/zinit.rb +++ b/Formula/z/zinit.rb @@ -6,6 +6,8 @@ class Zinit < Formula license "MIT" head "https://github.com/zdharma-continuum/zinit.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "804a9d5dcb76db825078745d20af231ff45870f86f0d5564688067de7294c2a9" sha256 cellar: :any_skip_relocation, arm64_sonoma: "804a9d5dcb76db825078745d20af231ff45870f86f0d5564688067de7294c2a9" From 5e8a9afd67b82b261a5650bd3baddeea6dd41ba7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:48 +0200 Subject: [PATCH 06016/10074] zip: added `no_autobump!` --- Formula/z/zip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zip.rb b/Formula/z/zip.rb index 68bebc55396c8..4c1cafb55bc97 100644 --- a/Formula/z/zip.rb +++ b/Formula/z/zip.rb @@ -11,6 +11,8 @@ class Zip < Formula regex(%r{url=.*?/v?(\d+(?:\.\d+)+)/zip\d+\.(?:t|zip)}i) end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, arm64_sequoia: "525f3c06d55dd30c2c67b44f28070a53c258328b669ce3a36b8d12fb5d533750" From c12d0d0dbde94339266e71ccca57b8b4eb836524 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:48 +0200 Subject: [PATCH 06017/10074] zita-convolver: added `no_autobump!` --- Formula/z/zita-convolver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zita-convolver.rb b/Formula/z/zita-convolver.rb index 562e58942b6d5..8d1e3421f27a8 100644 --- a/Formula/z/zita-convolver.rb +++ b/Formula/z/zita-convolver.rb @@ -10,6 +10,8 @@ class ZitaConvolver < Formula regex(/href=.*?zita-convolver[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "4426fc8a54e7e24fa6227c1b38a0f0a8ad3d0957244ea5e29e1092b28f7cade5" sha256 cellar: :any, arm64_sonoma: "5b3e06cb4fc6b39c91d964d8a5f960aa7c8a2715907978b26d6d6ab25c4705bf" From 092467855e95ea1715f823cb020e7b58af0b4f3b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:48 +0200 Subject: [PATCH 06018/10074] zmqpp: added `no_autobump!` --- Formula/z/zmqpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zmqpp.rb b/Formula/z/zmqpp.rb index f3f3073fead36..baff04548b972 100644 --- a/Formula/z/zmqpp.rb +++ b/Formula/z/zmqpp.rb @@ -5,6 +5,8 @@ class Zmqpp < Formula sha256 "c1d4587df3562f73849d9e5f8c932ca7dcfc7d8bec31f62d7f35073ef81f4d29" license "MPL-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "9fa8e84d3f7cdd481639d63079b3ff25804d464cdf1107397bcde6fe4950726a" sha256 cellar: :any, arm64_sonoma: "574b288b419ea2c184b6720d566a15dd75554bc252379a86cefc173794866a7d" From 1dcb9e76eb723ed85e300abcec02b42dcc51642b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:48 +0200 Subject: [PATCH 06019/10074] zns: added `no_autobump!` --- Formula/z/zns.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zns.rb b/Formula/z/zns.rb index c6ed38f33642e..712b6e45d3e73 100644 --- a/Formula/z/zns.rb +++ b/Formula/z/zns.rb @@ -6,6 +6,8 @@ class Zns < Formula license "MIT" head "https://github.com/znscli/zns.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b44e23dcd5f00ee7363edded2f65a8cff2e348a89af0ed97c267278625e285d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b44e23dcd5f00ee7363edded2f65a8cff2e348a89af0ed97c267278625e285d" From 923853c48dacc5401857a83e6e31b886a9ba89ff Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:48 +0200 Subject: [PATCH 06020/10074] zopfli: added `no_autobump!` --- Formula/z/zopfli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zopfli.rb b/Formula/z/zopfli.rb index 8f938fb2f7ce2..ea7145bf67868 100644 --- a/Formula/z/zopfli.rb +++ b/Formula/z/zopfli.rb @@ -7,6 +7,8 @@ class Zopfli < Formula revision 1 head "https://github.com/google/zopfli.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "87b9f0523e7d1233fcaec2d394122f9aab234bf00a026f4f9322b47b1ef8f8ae" sha256 cellar: :any, arm64_sonoma: "171ca3e9b77ac8ebac1b2c082c4938d845605d599e30c671003ca3b5f8f0f795" From c7cf8892817bf03bb99bd533ee3b4b5c8af9c725 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:48 +0200 Subject: [PATCH 06021/10074] zorba: added `no_autobump!` --- Formula/z/zorba.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zorba.rb b/Formula/z/zorba.rb index bce2047b7e987..8c9fcf43429b4 100644 --- a/Formula/z/zorba.rb +++ b/Formula/z/zorba.rb @@ -6,6 +6,8 @@ class Zorba < Formula license "Apache-2.0" revision 20 + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "531dae378c0007fe5b28d122ad9e03158f87653321070f53fa7a8016125611b7" sha256 arm64_sonoma: "7bfa2637276cbc0fbade2f450da1b68e88fb7aedd944ce83a658014ac035607e" From 5defe474e66bdb2ee7a95d487e76811eb0f073bb Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:49 +0200 Subject: [PATCH 06022/10074] zork: added `no_autobump!` --- Formula/z/zork.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zork.rb b/Formula/z/zork.rb index c72e2754c684b..102d54ea93162 100644 --- a/Formula/z/zork.rb +++ b/Formula/z/zork.rb @@ -6,6 +6,8 @@ class Zork < Formula license :public_domain head "https://github.com/devshane/zork.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "05e76a8e62d4bb0e55d7aa39d39b01082ac9f6dac9305feaccd466deb3e9b54c" sha256 arm64_sonoma: "2abffab6441cae3c3ca7247d1f0d313571ae873f536fb647b605bec580688d55" From cd5b431ad46fdc2c8737a0fb7b917250571e9645 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:49 +0200 Subject: [PATCH 06023/10074] zpaq: added `no_autobump!` --- Formula/z/zpaq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zpaq.rb b/Formula/z/zpaq.rb index a7215417d71f0..217cda8952abe 100644 --- a/Formula/z/zpaq.rb +++ b/Formula/z/zpaq.rb @@ -8,6 +8,8 @@ class Zpaq < Formula revision 1 head "https://github.com/zpaq/zpaq.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d82a2ae7e022957f0f0675433d8e01622f3ce1a42c2cc7c76ce902f3685744c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1964b6de47419cc4c995b2f4796afa755213b15efc752b7dadb154bf880599e6" From caafc54adf19fc829f6f6396ea834c68920e3b0e Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:49 +0200 Subject: [PATCH 06024/10074] zplug: added `no_autobump!` --- Formula/z/zplug.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zplug.rb b/Formula/z/zplug.rb index c19abf27abd1b..45e9d39a5126e 100644 --- a/Formula/z/zplug.rb +++ b/Formula/z/zplug.rb @@ -6,6 +6,8 @@ class Zplug < Formula license "MIT" head "https://github.com/zplug/zplug.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c99ea3312515bf7de844cbe43af641afebe319549ff5c8c719ccebff79810999" From 4fa571a5ffb74251b27adb183d6ef7b276e5d339 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:49 +0200 Subject: [PATCH 06025/10074] zrepl: added `no_autobump!` --- Formula/z/zrepl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zrepl.rb b/Formula/z/zrepl.rb index 770b5918c57ac..95515ffea9557 100644 --- a/Formula/z/zrepl.rb +++ b/Formula/z/zrepl.rb @@ -6,6 +6,8 @@ class Zrepl < Formula license "MIT" head "https://github.com/zrepl/zrepl.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "467d9021d507942a4f74a1c64983a1a216e3215110b67ca591101a1350a93928" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb2b36b880afd2cf11fc4bbb7e2f544f40287e180bdd06c47da63be1c9bb2970" From 7d0cf1637f49d239ae91b7acf7acde9bfe81b206 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:49 +0200 Subject: [PATCH 06026/10074] zrok: added `no_autobump!` --- Formula/z/zrok.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zrok.rb b/Formula/z/zrok.rb index 4c0749f8c59e7..ba4cd21bec551 100644 --- a/Formula/z/zrok.rb +++ b/Formula/z/zrok.rb @@ -7,6 +7,8 @@ class Zrok < Formula license all_of: ["Apache-2.0", "BSD-3-Clause", "MIT"] head "https://github.com/openziti/zrok.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5183020d3d78d3e9b2e7ff20d90e5d81fc6227685fcfea5cd4fd4ec1ba05a15" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6215eb4bfb6d71325108005256aad15ab35b2fed1341d4c59d87513d84dd4c5" From 5b613c93b8da5204e9f44d17c3e87bcc7be27051 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:49 +0200 Subject: [PATCH 06027/10074] zsdx: added `no_autobump!` --- Formula/z/zsdx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsdx.rb b/Formula/z/zsdx.rb index 1a512bb252bc4..73c73178009e8 100644 --- a/Formula/z/zsdx.rb +++ b/Formula/z/zsdx.rb @@ -6,6 +6,8 @@ class Zsdx < Formula license all_of: ["CC-BY-SA-4.0", "GPL-3.0-only"] head "https://gitlab.com/solarus-games/games/zsdx.git", branch: "dev" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "e04d5e80fee6fc551aa5f8107bbc563a5cd8d5a3a4c92a42cdf48673f43f49ce" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc51b43950a65fbd9e1a3faf0d36eba2dc3495bfb6070b3949440eb38fa894ab" From 27ff7e0b439552a017fb9b293a9c8fd48a7df831 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:50 +0200 Subject: [PATCH 06028/10074] zsh-async: added `no_autobump!` --- Formula/z/zsh-async.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-async.rb b/Formula/z/zsh-async.rb index 7460ae18c3046..78ef4ff737953 100644 --- a/Formula/z/zsh-async.rb +++ b/Formula/z/zsh-async.rb @@ -5,6 +5,8 @@ class ZshAsync < Formula sha256 "0f2778cb882b73471569b016bbfa6d9d75572bff40dc7f25ac50b3a8dc94ef47" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "d743c80fa4ea6850e397fc6a987f826dc7ed1503c038c5ef9e799fb0ce620b40" From f4638a27e4cf3699411736d798cf2a4f2125e57d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:50 +0200 Subject: [PATCH 06029/10074] zsh-autopair: added `no_autobump!` --- Formula/z/zsh-autopair.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-autopair.rb b/Formula/z/zsh-autopair.rb index e9e60dd3b5ce3..4a496a1c70af0 100644 --- a/Formula/z/zsh-autopair.rb +++ b/Formula/z/zsh-autopair.rb @@ -5,6 +5,8 @@ class ZshAutopair < Formula sha256 "4b6f4d20d89ea08fd239089ad4133cff5ebdb71f07f589d5e41d0814d4cf4165" license "MIT" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c9208ef9b9a923475ace7d3c397458eded12a4d8bb3961276d4196cc10329a0d" From 87b79dde6fb298ef8e05d6839680c87abb4ea9e7 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:50 +0200 Subject: [PATCH 06030/10074] zsh-completions: added `no_autobump!` --- Formula/z/zsh-completions.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-completions.rb b/Formula/z/zsh-completions.rb index 918263f45f84e..01c93bec89947 100644 --- a/Formula/z/zsh-completions.rb +++ b/Formula/z/zsh-completions.rb @@ -16,6 +16,8 @@ class ZshCompletions < Formula ] head "https://github.com/zsh-users/zsh-completions.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "98d3985c4c7883eceb5136fef89f1e169067fe290eb540efeb5fec4ace5396be" From 73bf6b8df9caeda346b1517d5a7fd51ecb952d90 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:50 +0200 Subject: [PATCH 06031/10074] zsh-f-sy-h: added `no_autobump!` --- Formula/z/zsh-f-sy-h.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-f-sy-h.rb b/Formula/z/zsh-f-sy-h.rb index 576d4edec02c4..f2c2302527c60 100644 --- a/Formula/z/zsh-f-sy-h.rb +++ b/Formula/z/zsh-f-sy-h.rb @@ -6,6 +6,8 @@ class ZshFSyH < Formula license "BSD-3-Clause" head "https://github.com/z-shell/F-Sy-H.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "219d0141922740e742d765b4e55a3b6331cd0deaab671c07a19a085b04e2f7ef" sha256 cellar: :any_skip_relocation, arm64_sonoma: "219d0141922740e742d765b4e55a3b6331cd0deaab671c07a19a085b04e2f7ef" From 1ed8eb54821cc72d2ad07ff398509df77a9c1ef9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:50 +0200 Subject: [PATCH 06032/10074] zsh-git-prompt: added `no_autobump!` --- Formula/z/zsh-git-prompt.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-git-prompt.rb b/Formula/z/zsh-git-prompt.rb index e999a393fc76c..9e09054c10bf0 100644 --- a/Formula/z/zsh-git-prompt.rb +++ b/Formula/z/zsh-git-prompt.rb @@ -5,6 +5,8 @@ class ZshGitPrompt < Formula sha256 "87e5a908369f402e975426ffd61a8800f1c04c0a293f1d4015a6fb1f4408e77d" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "d4fa3836434d56704bd03f88f3e45557cac6e12cb6e17cc251635ecdcbc431eb" end From 0e421498088121c0be662d97a5e712a6050b1971 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:51 +0200 Subject: [PATCH 06033/10074] zsh-history-substring-search: added `no_autobump!` --- Formula/z/zsh-history-substring-search.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-history-substring-search.rb b/Formula/z/zsh-history-substring-search.rb index 016722b06089b..22fbe4f2863de 100644 --- a/Formula/z/zsh-history-substring-search.rb +++ b/Formula/z/zsh-history-substring-search.rb @@ -5,6 +5,8 @@ class ZshHistorySubstringSearch < Formula sha256 "9b52eca6c894dd98caa5f07160199f3f3179ff017575d5acc9fdc467b1ac70f8" license "BSD-3-Clause" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "012cdbf6d326089dee2b8fc6bd194439f4d0df13ca3f01f7a3be0eade9b27030" From 5b09e508aacd3df6dbe507f03518951c4340f373 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:51 +0200 Subject: [PATCH 06034/10074] zsh-navigation-tools: added `no_autobump!` --- Formula/z/zsh-navigation-tools.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-navigation-tools.rb b/Formula/z/zsh-navigation-tools.rb index b4fa6f2996271..c020c34f9a854 100644 --- a/Formula/z/zsh-navigation-tools.rb +++ b/Formula/z/zsh-navigation-tools.rb @@ -5,6 +5,8 @@ class ZshNavigationTools < Formula sha256 "ee832b81ce678a247b998675111c66aa1873d72aa33c2593a65626296ca685fc" license any_of: ["GPL-3.0-only", "MIT"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "7f766c2aecf317bed6dcbbe7e5c2f93dd96789e59831fc19195993fa68258978" From c1203e2c67f5dafcdce9222145ef56630e60fc71 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:51 +0200 Subject: [PATCH 06035/10074] zsh-syntax-highlighting: added `no_autobump!` --- Formula/z/zsh-syntax-highlighting.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-syntax-highlighting.rb b/Formula/z/zsh-syntax-highlighting.rb index f97cf746fccf0..b6d6093aae8e8 100644 --- a/Formula/z/zsh-syntax-highlighting.rb +++ b/Formula/z/zsh-syntax-highlighting.rb @@ -6,6 +6,8 @@ class ZshSyntaxHighlighting < Formula license "BSD-3-Clause" head "https://github.com/zsh-users/zsh-syntax-highlighting.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "3cfaa693dab68d9a576ad1ad0a018e12b250a057963263733f6fcc9b4c4ce8a6" From 4fb6deda65b618de03ebc1bcff21515dfc5e9b07 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:51 +0200 Subject: [PATCH 06036/10074] zsh-system-clipboard: added `no_autobump!` --- Formula/z/zsh-system-clipboard.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-system-clipboard.rb b/Formula/z/zsh-system-clipboard.rb index c43122d77cc0d..8d861ac396dab 100644 --- a/Formula/z/zsh-system-clipboard.rb +++ b/Formula/z/zsh-system-clipboard.rb @@ -6,6 +6,8 @@ class ZshSystemClipboard < Formula license "GPL-3.0-only" head "https://github.com/kutsan/zsh-system-clipboard.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "0020905311350f9aa13a1a35b0632667fe6d4e3bcbbb69110add37eb2ce83b16" end From 137d94f47736e7b51c0eeb03bd683a5075d8a4dd Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:51 +0200 Subject: [PATCH 06037/10074] zsh: added `no_autobump!` --- Formula/z/zsh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh.rb b/Formula/z/zsh.rb index c1d60fbd0a5ff..8d96c9fad5be5 100644 --- a/Formula/z/zsh.rb +++ b/Formula/z/zsh.rb @@ -38,6 +38,8 @@ class Zsh < Formula url "https://sourceforge.net/projects/zsh/rss?path=/zsh" end + no_autobump! because: :requires_manual_review + bottle do rebuild 3 sha256 arm64_sequoia: "93cacab325d2a9c4ce40a2cebb157b1bf4e062f0d54855d10d2a78f78e2f101f" From b940cf074cc750c91e9249b2afcb68faef69761c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:51 +0200 Subject: [PATCH 06038/10074] zssh: added `no_autobump!` --- Formula/z/zssh.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zssh.rb b/Formula/z/zssh.rb index 7c6a1cc05ec30..941397340fa4e 100644 --- a/Formula/z/zssh.rb +++ b/Formula/z/zssh.rb @@ -10,6 +10,8 @@ class Zssh < Formula regex(%r{url=.*?/zssh[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef79ef8cbe611003a77f4b5e4728dbce1e2916ea6aa1d34054d495d6b35d043c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b16fd704253185960f793a025ef7fe510186de420f653602946319d94893b302" From 607bd080a04518996bf9478b1fd6abe9c228b687 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:52 +0200 Subject: [PATCH 06039/10074] zsxd: added `no_autobump!` --- Formula/z/zsxd.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsxd.rb b/Formula/z/zsxd.rb index acc4bf639ff56..d4a6952b93d3b 100644 --- a/Formula/z/zsxd.rb +++ b/Formula/z/zsxd.rb @@ -6,6 +6,8 @@ class Zsxd < Formula license all_of: ["CC-BY-SA-4.0", "GPL-3.0-only"] head "https://gitlab.com/solarus-games/games/zsxd.git", branch: "dev" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f0acd40f96b33fa5dfb02c86c7c5565d0c02043888ab1824e9c65bc515cbd8e" From d39b6d79e4dfca6a1140e7bec641135d6fae5e4a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:52 +0200 Subject: [PATCH 06040/10074] zsync: added `no_autobump!` --- Formula/z/zsync.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsync.rb b/Formula/z/zsync.rb index 6ea14c06c09ba..e97967acc6ff4 100644 --- a/Formula/z/zsync.rb +++ b/Formula/z/zsync.rb @@ -10,6 +10,8 @@ class Zsync < Formula :public_domain, # librcksum/md4.c, libzsync/sha1.c, zlib/inflate.c ] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "242e3632a7cacc43f4b909c69bea7ae3c850921189867c6f6980523fea4f0364" sha256 cellar: :any_skip_relocation, arm64_sonoma: "eae952647fec12661f80edba535420196912e3fce0c3e3272e8584993a53df39" From 002551fc14ea117f24c896d62ee73d8e3f35be1f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:52 +0200 Subject: [PATCH 06041/10074] zug: added `no_autobump!` --- Formula/z/zug.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zug.rb b/Formula/z/zug.rb index 432b440bcbc70..8aac2572901a9 100644 --- a/Formula/z/zug.rb +++ b/Formula/z/zug.rb @@ -5,6 +5,8 @@ class Zug < Formula sha256 "1b9c8f962e40baa6f0c6af35f957444850063d550078a3ebd0227727b8ef193c" license "BSL-1.0" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "33a7f1d34c98cd5ee378621ce802982e1e74416ace1e10eb9c2c7d48efc8cb17" From 585e9c872ed8830ea062d53cc34dfbd93e882447 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:52 +0200 Subject: [PATCH 06042/10074] zurl: added `no_autobump!` --- Formula/z/zurl.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zurl.rb b/Formula/z/zurl.rb index 0bd94fde88ac8..8346c80d6c4b6 100644 --- a/Formula/z/zurl.rb +++ b/Formula/z/zurl.rb @@ -12,6 +12,8 @@ class Zurl < Formula "MIT", # src/qzmq/ ] + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, arm64_sonoma: "caac867d6cd84464d1432597b7f87521ad5d971e12aded4455068d0e227c7d6b" From adc3b7e31e587e99cba3ecbb754a3ea6df79d42b Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:52 +0200 Subject: [PATCH 06043/10074] zxcc: added `no_autobump!` --- Formula/z/zxcc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zxcc.rb b/Formula/z/zxcc.rb index 90bb727da7d83..7bb26f2022896 100644 --- a/Formula/z/zxcc.rb +++ b/Formula/z/zxcc.rb @@ -10,6 +10,8 @@ class Zxcc < Formula regex(/href=.*?zxcc[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "bddad2d64c555a4a13ba9cbc9c0cb6da0f249f6ef360c2274626a8b036c473a3" sha256 arm64_sonoma: "8c8e1b35ae99069026c14d9cf0d35a14196d7be3e0a1e7bdbc9d6ec5fd6f5b13" From 9a456fe415cc8604cad814dc01970f2a122d00f6 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:52 +0200 Subject: [PATCH 06044/10074] zyre: added `no_autobump!` --- Formula/z/zyre.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zyre.rb b/Formula/z/zyre.rb index 668ceb32cdff0..af26dcef53f9c 100644 --- a/Formula/z/zyre.rb +++ b/Formula/z/zyre.rb @@ -14,6 +14,8 @@ class Zyre < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "94ea60be41bac352236e7e0fe5dedaf16d53e985cb4bf7bc003df2d25565fa85" sha256 cellar: :any, arm64_sonoma: "11ad219ac17051fbf7f1799a4dc8c371ab861a925639953c42a6879433210a38" From 59d291ad23ab92b2aba333985bead9c078706df9 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:53 +0200 Subject: [PATCH 06045/10074] zzuf: added `no_autobump!` --- Formula/z/zzuf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zzuf.rb b/Formula/z/zzuf.rb index 1f38f4a103b70..6b99085eea3f1 100644 --- a/Formula/z/zzuf.rb +++ b/Formula/z/zzuf.rb @@ -5,6 +5,8 @@ class Zzuf < Formula sha256 "04353d94c68391b3945199f100ab47fc5ff7815db1e92581a600d4175e3a6872" license "WTFPL" + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "6ccb5e6621aa95f4cb62afebe5f4c3aee322b8d207a10d3cbdc16bb073c09aa5" sha256 arm64_sonoma: "6fce95c82da3ed7282dfbc55f4b276910b78fa5d76b2d5e66ad9b43607828fcf" From 4ffa19404689aeae789f6c68bda12a2989e4293c Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 27 May 2025 22:54:53 +0200 Subject: [PATCH 06046/10074] zzz: added `no_autobump!` --- Formula/z/zzz.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zzz.rb b/Formula/z/zzz.rb index 22674d72a8c23..51d859c757a10 100644 --- a/Formula/z/zzz.rb +++ b/Formula/z/zzz.rb @@ -15,6 +15,8 @@ class Zzz < Formula end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd0ee248946ce362be9296be1706999d0e32f120f86e07923d5f98f58ddd014b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "87aded93dd5a70ab018880e46586b6a7c0929414def405edb1db0e1e6b7a5936" From 88e295bdc091d30fff4d42033623c10278c49030 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:39:02 +0200 Subject: [PATCH 06047/10074] zsh-fast-syntax-highlighting: added `no_autobump!` Signed-off-by: botantony --- Formula/z/zsh-fast-syntax-highlighting.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-fast-syntax-highlighting.rb b/Formula/z/zsh-fast-syntax-highlighting.rb index 336d0f3d355e4..49668cc42b928 100644 --- a/Formula/z/zsh-fast-syntax-highlighting.rb +++ b/Formula/z/zsh-fast-syntax-highlighting.rb @@ -6,6 +6,8 @@ class ZshFastSyntaxHighlighting < Formula license "BSD-3-Clause" head "https://github.com/zdharma-continuum/fast-syntax-highlighting.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b63cd29b30d65b5f15e12a53ecf2b8f78b8eae1e0a32ac5761d88933cb00ad8" From 70a1abae8f7cbe27e23e3236eddaba3fa96d777d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 07:39:10 +0200 Subject: [PATCH 06048/10074] z80asm: added `no_autobump!` Signed-off-by: botantony --- Formula/z/z80asm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/z80asm.rb b/Formula/z/z80asm.rb index 93b13b3266294..57034e0e19bf5 100644 --- a/Formula/z/z80asm.rb +++ b/Formula/z/z80asm.rb @@ -10,6 +10,8 @@ class Z80asm < Formula regex(/href=.*?z80asm[._-]v?(\d+(?:\.\d+)+)\.t/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce392c70bff0caa5fd981cb09caca7a54d579c4e1f12c4f4e5644d2934e199fb" sha256 cellar: :any_skip_relocation, arm64_sonoma: "84f96f8b6e4797f885d8922150ff0faeb5994bf37e851d81941c0070a38aaada" From b52cf61152d5e58289e8cb466cc6b5728ff80005 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:52:09 +0000 Subject: [PATCH 06049/10074] fastlane: update 2.228.0 bottle. --- Formula/f/fastlane.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastlane.rb b/Formula/f/fastlane.rb index dcbd7c7e1ef2e..b02b260cf5778 100644 --- a/Formula/f/fastlane.rb +++ b/Formula/f/fastlane.rb @@ -12,13 +12,13 @@ class Fastlane < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "bae22812dd23eac97d59d28cdd7fc848566f9165a152f8d44149b840fc295b4f" - sha256 cellar: :any, arm64_sonoma: "e9ba1459dd4db8eff05f6cbc9dbcf6116049d39e022251e9383cdfbb623bb88b" - sha256 cellar: :any, arm64_ventura: "45d03fbcfbd793e21dda4006406ca55e0510bd19e630e51fb2977e69451ee27a" - sha256 cellar: :any, sonoma: "1a264d5656f2c16b4dbcfbd142605a7ae84b31d5bd4e0878b1de3acbbc6e1fa5" - sha256 cellar: :any, ventura: "9a127e2e66860a671c09276d015495c212d138ab86fd01d59f12569f9051f741" - sha256 cellar: :any_skip_relocation, arm64_linux: "2f4c84d128821cc1c03ab7d213a8991b6468edffb964401d8557641fe0718009" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bbf87e1cb8b37fc22d2b6fe16a12f9c11ca4fa0fef799c549e7ce53765ac9d96" + sha256 cellar: :any, arm64_sequoia: "52297aa4e3ad9f231165f69a99210782d30f3c3c9ae58a3d404c65f9703d5381" + sha256 cellar: :any, arm64_sonoma: "5da07d96754cd4b699dd747609d1762c4fc17b15458694d8a60d4d75b45f12e5" + sha256 cellar: :any, arm64_ventura: "1a60996999192890ccc9071de1da15bc41c7b7d13996a50b8c2a89fc29333997" + sha256 cellar: :any, sonoma: "07a2082ab70092f81867a3c083f6be42f8b995dd5f10bde6b5ad672cae0e12f8" + sha256 cellar: :any, ventura: "248e1a5547abc5875ee1ebb8b03cd6642d6d7a54a16cf0737b8e717be0616e02" + sha256 cellar: :any_skip_relocation, arm64_linux: "2ea3f81ad8cc176ad6eb76a0414f94cd3a6eb2dd1fe419065200e5ca3057eff5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e3179f95a053c9e8db0fb101a709129abfa474e4564da89d85c66328877a8559" end depends_on "ruby" From 81680de54372757a89c94b5e73b1515940aaebd6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:52:24 +0000 Subject: [PATCH 06050/10074] garnet: update 1.0.71 bottle. --- Formula/g/garnet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index 7a6d0824459a5..f1187e8ca0556 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -6,12 +6,12 @@ class Garnet < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "4185521545149911f449aaba3e42499f67f45437c0258d4d7ceba65845748715" - sha256 cellar: :any, arm64_sonoma: "3aff96c25aeb74f72eb5cf1eb20cc43af1efc836a61df5000a2dd93402f24378" - sha256 cellar: :any, arm64_ventura: "f8f937fc80e33086a9978b8b0efa9eb3c56df84117f2529c657da99c87af8228" - sha256 cellar: :any, ventura: "a364561b66e0afb2f859cdfaf50a52228ada0551da13ad57a1826a7c98e89a21" - sha256 cellar: :any_skip_relocation, arm64_linux: "7ce287aee262734917c8846fcfe8834df6d7be8a351cec1690564290f3600a85" - sha256 cellar: :any_skip_relocation, x86_64_linux: "05ef85c31c928765ada98df75144c0c5ce4f79b4c6f3d63e99bafc0eeb838eaf" + sha256 cellar: :any, arm64_sequoia: "86e5d9c0d30c4e0b7c7f12ac579a8f4e8aeca42357ce74c7afd5f94977c798e8" + sha256 cellar: :any, arm64_sonoma: "10ef9950ac0dad6d93977d9f935ea31e91d062e5be2b5f0e1705090c3b7189c8" + sha256 cellar: :any, arm64_ventura: "c97f6acec2b7737668b130ab911bd8614821454e51eb6982e59ccf6885ef0b13" + sha256 cellar: :any, ventura: "a8aabb53314c71286c16e21d6c8cc259361ad735a8f78d954fcd4697b25c67c6" + sha256 cellar: :any_skip_relocation, arm64_linux: "1e4fcbaab4e7c4407f6e57aeb093d44f45b66d9c2d73897111fa0cda9d86b30a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0e2cdcb680646384bb16ebe73288f9790a13e19e0793e3ad16f31676e19b60c6" end depends_on "valkey" => :test From 7e49deb7c4f0d7791106119b2efecb84ed3c6f51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:52:32 +0000 Subject: [PATCH 06051/10074] mimalloc: update 3.1.4 bottle. --- Formula/m/mimalloc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mimalloc.rb b/Formula/m/mimalloc.rb index 7984e3aadbe6c..984e9435cb509 100644 --- a/Formula/m/mimalloc.rb +++ b/Formula/m/mimalloc.rb @@ -11,13 +11,13 @@ class Mimalloc < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b657c7aca154a9b170620ac048e5debd9f0b851408136e9d3491e70649492947" - sha256 cellar: :any, arm64_sonoma: "cb4094377d756f2611176257b1110e6e965990c2ae2472411031e9493975c16a" - sha256 cellar: :any, arm64_ventura: "417efc86d46f48ce567097aaeeb1520953a01757aab9e419bedf5912076187c5" - sha256 cellar: :any, sonoma: "55982e35a14e02cb0520d13f785bf7b120c5f85d6c1ba5d20bd4875c93724f5f" - sha256 cellar: :any, ventura: "1ab149295b0719eb3f7fa08c5b6729bc8dfa81ab053e4f906e004fbea4300f5e" - sha256 cellar: :any_skip_relocation, arm64_linux: "60df33e9543a3f69549eea7e959c2358bf55804e9e4a1cfe7e90513e74a740b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fbadee26452799c56fbdb76c6a5da92852b2332cab14be7da3b4e26be484f145" + sha256 cellar: :any, arm64_sequoia: "89240a2e31cee0b79ba3a4fb8cb78b10ef845bf40c7b70cbc8806b5666e045b2" + sha256 cellar: :any, arm64_sonoma: "148859c5e90af9564b39395169d6272659b9d3ecb0865bcb4c4c2edb43229f86" + sha256 cellar: :any, arm64_ventura: "26d060ff1be7e7ccceab0d06c40ee8f4a783001ad6e56babfc6ca61e4081b180" + sha256 cellar: :any, sonoma: "3faf4a00a950b7a9ca0ff2fb0b6f2cb1eaa31fd1a6b76489ec8f58b3fe6c988f" + sha256 cellar: :any, ventura: "b54295e1c094c20fecabec2f79b1f2774b86d7196d17315f5c58b87a74039f84" + sha256 cellar: :any_skip_relocation, arm64_linux: "ea0f73965cd06d118e9a59a8de81b92c5b09f1067932ce65314ea8d4f3e8e87a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "898ebf78da50a5aac02b9ab4c9bfd15ba99ef92c8ece46a38b9c4a1839b3e1d2" end depends_on "cmake" => :build From 7396c308995be9e8fad2378ef48b283ae02b081d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:52:33 +0000 Subject: [PATCH 06052/10074] kumactl: update 2.11.0 bottle. --- Formula/k/kumactl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kumactl.rb b/Formula/k/kumactl.rb index 9855abcbfe421..c005f77d0d516 100644 --- a/Formula/k/kumactl.rb +++ b/Formula/k/kumactl.rb @@ -12,12 +12,12 @@ class Kumactl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "548d25075d89dd21a554620901d30b7b55ea5753469a149df0df672283b114b1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "16645e8ceaba12d28c82ecc7d381455dd5b4def4a1154ecf7df3bc937dbd3772" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0ea2dd6fd6548204f49e9139789141bb8138a5e67ea1e3b18d5cda0474704e6b" - sha256 cellar: :any_skip_relocation, sonoma: "926c128e61c5c464d7517039e93d5f34670e63350f8f62d9edd2c70e1a870230" - sha256 cellar: :any_skip_relocation, ventura: "cfaf56b0ade925a990e1365f08a7fb6bd1fbb72d3b21f3f707c0f5c7ef1e31b5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4bb6be09826e5f76aa3d812c8f28ba7e68f603ad3694a1088b6c2b3d46cca3af" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a14f8ecde3f956668c5a413efefaf62901e1af6bae83675be8192036ad93acb4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aec60ed322e4f7ad6646aefb1ba2393828d4c140a5b59a32d21cab24b3e2d100" + sha256 cellar: :any_skip_relocation, arm64_ventura: "92444fb885e08878477ef32998a416570f72af94b8ae29286315d447a02be728" + sha256 cellar: :any_skip_relocation, sonoma: "c9f9e0982545ca3da856771202859e5e6ddc6d90ec5e0a31d4dd4638bfb72ff2" + sha256 cellar: :any_skip_relocation, ventura: "d2f8381c0148b4c8691707a4c488ae9f19a0ba1fe69d88355cc892f7fa65da79" + sha256 cellar: :any_skip_relocation, x86_64_linux: "75e6fd85da20ffcb92ebdb1e883380826e071ba1f0113a892b6f8d214bf7cff2" end depends_on "go" => :build From 050be593cd68e2c3c7fcc2722801f28b21e4933e Mon Sep 17 00:00:00 2001 From: Wade Fitzpatrick Date: Tue, 10 Jun 2025 14:43:27 +1000 Subject: [PATCH 06053/10074] gitlab-runner: remove `-B gobuildid` ldflag * reverts linker flags needed to tag binary with a UUID in go <= 1.24.0 * see also https://github.com/Homebrew/homebrew-core/pull/198462 Signed-off-by: Rui Chen --- Formula/g/gitlab-runner.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/g/gitlab-runner.rb b/Formula/g/gitlab-runner.rb index e540b5ad46973..4795a14a88b50 100644 --- a/Formula/g/gitlab-runner.rb +++ b/Formula/g/gitlab-runner.rb @@ -32,7 +32,6 @@ def install -X #{proj}/common.REVISION=#{Utils.git_short_head(length: 8)} -X #{proj}/common.BRANCH=#{version.major}-#{version.minor}-stable -X #{proj}/common.BUILT=#{time.strftime("%Y-%m-%dT%H:%M:%S%:z")} - -B gobuildid ] system "go", "build", *std_go_args(ldflags:) end From 05815abcaeab4b8d3d86f48ae347b911859ab073 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 10 Jun 2025 05:56:13 +0000 Subject: [PATCH 06054/10074] cryptography: update 45.0.4 bottle. --- Formula/c/cryptography.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cryptography.rb b/Formula/c/cryptography.rb index a764909ecb786..5396303b9be64 100644 --- a/Formula/c/cryptography.rb +++ b/Formula/c/cryptography.rb @@ -7,13 +7,13 @@ class Cryptography < Formula head "https://github.com/pyca/cryptography.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "3fb6f5223c9f1265ddd68f794e8038c527901fa56abb80663fc5e86fc8a05fcc" - sha256 cellar: :any, arm64_sonoma: "24493228adfe9008bf3c3f59242fc12e5b17e9ab8cfd53d0e477c53a990765ee" - sha256 cellar: :any, arm64_ventura: "4d376d34b3eedff34c5fabb89ae5a0433b5a762196248b9ebdc02d03aea49e24" - sha256 cellar: :any, sonoma: "eea5ae79d7d81f752ea28a93a0663b71bb04154cfa7d7a490333712e5d535ac8" - sha256 cellar: :any, ventura: "7665dde8b15752cbafd3ecfaceeb6bf75715d0a892b1e5a12061ddbdc09ffb13" - sha256 cellar: :any_skip_relocation, arm64_linux: "7d28bb40f3f335167dc7184a040053c6da7ddaf695c81af3863e8b2974ae13b6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "455c3d883b4ed421c47241d2e124c92af89ff818fd243586dd895d7420abb9e9" + sha256 cellar: :any, arm64_sequoia: "d252eac8aa4766582aa341d8e9fe416ce277eeca92ca17ffee8beb1a88d7e1f4" + sha256 cellar: :any, arm64_sonoma: "6377bc2fb51af02a902d6f13fe9ff56b14376d0593bb190843325797a706c3e8" + sha256 cellar: :any, arm64_ventura: "f73b5f6752d8073a274048ead21348ad81651b69ee5b3928756e92d9a64fc29e" + sha256 cellar: :any, sonoma: "f6c852b05e9b921e23c4f5af2c8465df7f16300f26c8ce0f08a167179542e3f5" + sha256 cellar: :any, ventura: "ac7fc1bb12c8a459a7b5fde6f0ebc4708a99a4f43e77601b1a46ec82cc8909b8" + sha256 cellar: :any_skip_relocation, arm64_linux: "3c6a7e787b236246d3fa19b0b9cd01de7b11d6fc99b001679ae39af83b0fb9e8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "917dbef0491aa9727a25a4e0c526fe5f8417cae2bfb793d422559a1216847635" end depends_on "maturin" => :build From ac5790da3e10f25b6b1db1d288290dfb5eaa285d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:21:05 +0000 Subject: [PATCH 06055/10074] xray 25.6.8 xray: update deps Signed-off-by: Rui Chen --- Formula/x/xray.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xray.rb b/Formula/x/xray.rb index 89301e1c33dc4..e70723e8a018d 100644 --- a/Formula/x/xray.rb +++ b/Formula/x/xray.rb @@ -1,8 +1,8 @@ class Xray < Formula desc "Platform for building proxies to bypass network restrictions" homepage "https://xtls.github.io/" - url "https://github.com/XTLS/Xray-core/archive/refs/tags/v25.5.16.tar.gz" - sha256 "c856cd9abed7d28d3c7b856c0661cec5c85ba0669affa740c979cf40c2f73ee4" + url "https://github.com/XTLS/Xray-core/archive/refs/tags/v25.6.8.tar.gz" + sha256 "e1975e7543da7374ce314debf1afb6e4f6795f97539c290f54fb343cfb354408" license all_of: ["MPL-2.0", "CC-BY-SA-4.0"] head "https://github.com/XTLS/Xray-core.git", branch: "main" @@ -23,18 +23,18 @@ class Xray < Formula depends_on "go" => :build resource "geoip" do - url "https://github.com/v2fly/geoip/releases/download/202505050146/geoip.dat" - sha256 "8023379316bca4713dcfa5ba4ea2fe7f4c127fff64a0cb7859d4756142b2c4dc" + url "https://github.com/v2fly/geoip/releases/download/202506050146/geoip.dat" + sha256 "58bf8f086473cad7df77f032815eb8d96bbd4a1aaef84c4f7da18cf1a3bb947a" end resource "geosite" do - url "https://github.com/v2fly/domain-list-community/releases/download/20250508005311/dlc.dat" - sha256 "ff833c7e95d0dadb97ba7d96598563d159fabb0b774dcebea15f335797259f42" + url "https://github.com/v2fly/domain-list-community/releases/download/20250608120644/dlc.dat" + sha256 "67ededbc0cb18f93415e2e003cb45cb04fc32ba4a829f7d18074d3bdd88ab629" end resource "example_config" do # borrow v2ray example config - url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.31.0/release/config/config.json" + url "https://raw.githubusercontent.com/v2fly/v2ray-core/v5.33.0/release/config/config.json" sha256 "15a66415d72df4cd77fcd037121f36604db244dcfa7d45d82a0c33de065c6a87" livecheck do From 0ce244adb4d1e7c717319a48b99bede8a7cbe792 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Tue, 10 Jun 2025 07:41:07 +0000 Subject: [PATCH 06056/10074] octobuild 1.8.0 --- Formula/o/octobuild.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/octobuild.rb b/Formula/o/octobuild.rb index 5209c395dc395..bc66dbbd10c34 100644 --- a/Formula/o/octobuild.rb +++ b/Formula/o/octobuild.rb @@ -1,8 +1,8 @@ class Octobuild < Formula desc "Compiler cache for Unreal Engine" homepage "https://github.com/octobuild/octobuild" - url "https://github.com/octobuild/octobuild/archive/refs/tags/1.7.2.tar.gz" - sha256 "8917f689546d590442a0720f09b4a30485b4ca660a63427cd2851d7e977ae794" + url "https://github.com/octobuild/octobuild/archive/refs/tags/1.8.0.tar.gz" + sha256 "97d1bf564535c8ad503caf1851aff4e232cbaaaee933d373c6c5f88249d55504" license "MIT" head "https://github.com/octobuild/octobuild.git", branch: "master" From f42cda013d474333d388ba243f42965c1b53f0c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:51:40 +0000 Subject: [PATCH 06057/10074] cdk8s 2.200.96 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 4fe1f8fb5e957..46e46efb1167e 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.95.tgz" - sha256 "41d4b5fb88be61e10eb90fda3e6d570140edfe6eb892387482e32eae174ab6c4" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.96.tgz" + sha256 "0ac426730b782ee9be39d0cf9d206e39a6a24c344f3c5be27fe96be34bb83954" license "Apache-2.0" bottle do From 3f697e55604f4ffa7ebd56d9352bb12a8f3f0580 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:53:13 +0000 Subject: [PATCH 06058/10074] conftest 0.61.2 --- Formula/c/conftest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/conftest.rb b/Formula/c/conftest.rb index 215d3a682101d..1de6d155c9b7e 100644 --- a/Formula/c/conftest.rb +++ b/Formula/c/conftest.rb @@ -1,8 +1,8 @@ class Conftest < Formula desc "Test your configuration files using Open Policy Agent" homepage "https://www.conftest.dev/" - url "https://github.com/open-policy-agent/conftest/archive/refs/tags/v0.61.1.tar.gz" - sha256 "9f17da54e2be10a5b181f18f68349a08c4a4e3e37fdf6474436642f56a6d85e8" + url "https://github.com/open-policy-agent/conftest/archive/refs/tags/v0.61.2.tar.gz" + sha256 "af8138e94ebd602ca98e0af3320669230130abfcc2a042ce9e35d301b4144863" license "Apache-2.0" head "https://github.com/open-policy-agent/conftest.git", branch: "master" From dd52ef0bf2cbc49a644afcb0b8a353b57067b5a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:53:21 +0000 Subject: [PATCH 06059/10074] gitlab-runner: update 18.0.2 bottle. --- Formula/g/gitlab-runner.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/g/gitlab-runner.rb b/Formula/g/gitlab-runner.rb index 4795a14a88b50..1183eb64cce21 100644 --- a/Formula/g/gitlab-runner.rb +++ b/Formula/g/gitlab-runner.rb @@ -13,12 +13,13 @@ class GitlabRunner < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "73d1466c2b90dda3eb93583767756680416ab55ce049d4a02633df7b43e8e1a3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "73d1466c2b90dda3eb93583767756680416ab55ce049d4a02633df7b43e8e1a3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "73d1466c2b90dda3eb93583767756680416ab55ce049d4a02633df7b43e8e1a3" - sha256 cellar: :any_skip_relocation, sonoma: "043f9f82c10e4529bcb6da5238fb219ce3ff440a90ffd3a5a376cf57208ca2ba" - sha256 cellar: :any_skip_relocation, ventura: "043f9f82c10e4529bcb6da5238fb219ce3ff440a90ffd3a5a376cf57208ca2ba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e117cd8f01fee566da3ea7429dd28dbebdd411c882d98ed94bd668d790b62d9" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "499f68ed5ee27e70230e6e48ec4cbd603321b9b43248e81480c73c2efc057ff7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "499f68ed5ee27e70230e6e48ec4cbd603321b9b43248e81480c73c2efc057ff7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "499f68ed5ee27e70230e6e48ec4cbd603321b9b43248e81480c73c2efc057ff7" + sha256 cellar: :any_skip_relocation, sonoma: "d8743302af7dc3a627a061500b532e178a779c8e80b54c97015006be9ca4d3c0" + sha256 cellar: :any_skip_relocation, ventura: "d8743302af7dc3a627a061500b532e178a779c8e80b54c97015006be9ca4d3c0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "495e47f9cd7a8cd745bdb8cdcf85bbe058482b14e4091847e3d6f440eab7e837" end depends_on "go" => :build From 5ee0adb1ac87f639ce85b66d460af927457819d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:54:23 +0000 Subject: [PATCH 06060/10074] ddns-go 6.10.0 --- Formula/d/ddns-go.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index a195681d824b6..a4782ab1ac32c 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -1,8 +1,8 @@ class DdnsGo < Formula desc "Simple and easy-to-use DDNS" homepage "https://github.com/jeessy2/ddns-go" - url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.9.5.tar.gz" - sha256 "b84ef5cfe1db70dee2f15e58e396407625d8a2ce3582ab414608ac7fd2200d90" + url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.10.0.tar.gz" + sha256 "26655ad6b9d09dd75c16f588a17dab8f6927d1e56356be6a2d6d31b74bb83849" license "MIT" head "https://github.com/jeessy2/ddns-go.git", branch: "master" From 816209675706e03ae425cf66f1c2c4b74f06f3dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:59:01 +0000 Subject: [PATCH 06061/10074] harsh 0.10.22 --- Formula/h/harsh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/harsh.rb b/Formula/h/harsh.rb index e2b6a74f00842..f692a43d85315 100644 --- a/Formula/h/harsh.rb +++ b/Formula/h/harsh.rb @@ -1,8 +1,8 @@ class Harsh < Formula desc "Habit tracking for geeks" homepage "https://github.com/wakatara/harsh" - url "https://github.com/wakatara/harsh/archive/refs/tags/v0.10.21.tar.gz" - sha256 "3ddf2798ab1853932ecadfb1bcc1ea6cecfb96fbda35fbd52a797baf5844e6b1" + url "https://github.com/wakatara/harsh/archive/refs/tags/v0.10.22.tar.gz" + sha256 "941198dae44835635836459e8a682a13aa4ca5aed334f5adcd8b708746f5c366" license "MIT" head "https://github.com/wakatara/harsh.git", branch: "master" From 55e0b5a234bd3082af9964fbf22b4da91f7806cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:00:14 +0000 Subject: [PATCH 06062/10074] ipsw 3.1.611 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 185f21490f6b7..524cbc60d1537 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.610.tar.gz" - sha256 "f3fddea8b1af97265410dda0920b1ebcc179be0bbfc89b2e833b0f4292b89306" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.611.tar.gz" + sha256 "968397253f8d7d55a748454cde567da083dc8678d8824b2788e2407fcbb36b32" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From bb5442904b5993aa438fd1d4c4f97d7c9166f471 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:00:35 +0000 Subject: [PATCH 06063/10074] jackett 0.22.2004 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index c6d82c446d2d0..fee20aad705a3 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2002.tar.gz" - sha256 "1d5359a376e079a636d88298ac1133e90bb991642eb0a83a4a88f4660bd93db8" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2004.tar.gz" + sha256 "db10c04e3611d6e5061b116d7b62701f4f4d9439a316a7ff1da45b856aa19daf" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 7cf9438cc62c18d566d0ab908eea146ce0ecf151 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:03:59 +0000 Subject: [PATCH 06064/10074] llama.cpp 5620 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 75a520c0ddfef..70e605232421b 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5610", - revision: "87d34b381d5868e75586210ec17b5ef5deddc276" + tag: "b5620", + revision: "b8e2194efc529378be45ab9b27d6648a5b81458a" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From 5525dd2e5bd325608d7c63f786b77495e4c9acc0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:07:19 +0000 Subject: [PATCH 06065/10074] nuitka 2.7.7 --- Formula/n/nuitka.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index 43b4bd6eefa8c..8168ac49c1d99 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -3,8 +3,8 @@ class Nuitka < Formula desc "Python compiler written in Python" homepage "https://nuitka.net" - url "https://files.pythonhosted.org/packages/81/c5/2653756a2150b19061f62903cbf5b5df01aea068eaec1c8f6e64274f130e/Nuitka-2.7.6.tar.gz" - sha256 "8ad661b57dec9753ca93c59232bf40bc3288d79da46492cc574cfca640d81d13" + url "https://files.pythonhosted.org/packages/0a/3f/3294699ad8ebca820127b5606c77e52bb1bd5d7eea97e9dd5a6228884e80/Nuitka-2.7.7.tar.gz" + sha256 "327e697e1a3eea2608ca7dce228c2d7686d65e38af9907c98646695ba5df9edf" license "Apache-2.0" bottle do From cf22e516cb20fae28e6dd6c40ac40b56ceafb91d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:07:44 +0000 Subject: [PATCH 06066/10074] oci-cli 3.58.1 --- Formula/o/oci-cli.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index 35069abf5b2a2..217df7b230c01 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -3,8 +3,8 @@ class OciCli < Formula desc "Oracle Cloud Infrastructure CLI" homepage "https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm" - url "https://files.pythonhosted.org/packages/93/31/8d966c54dbc4b389222a3e3aed585d08292f140224ea7d867d0c9c6de8c7/oci_cli-3.58.0.tar.gz" - sha256 "fceecab675a04a7deb80c0c45636e2f7fa7f0fd8522dd40f573da141b5cf1fc0" + url "https://files.pythonhosted.org/packages/29/5b/1dade985ce7859685426f370ddb76237e92865f2a53d0c288e62cfdd493a/oci_cli-3.58.1.tar.gz" + sha256 "5f9d2f2a26b32958d86f5887a02aed837a2218b00e26ecd8599ee82b51f83db1" license any_of: ["UPL-1.0", "Apache-2.0"] head "https://github.com/oracle/oci-cli.git", branch: "master" @@ -44,8 +44,8 @@ class OciCli < Formula end resource "oci" do - url "https://files.pythonhosted.org/packages/90/6f/650287d9acdc8950903228d170a392670716f9c178c95e0bbe91e0aba4bc/oci-2.154.0.tar.gz" - sha256 "0066064fd14a2301fad515a7e1d81a0fb33a34f49ad0a172168d0050630777a9" + url "https://files.pythonhosted.org/packages/66/a6/6e9b94efabf8effc2060ee2e8f1b2f106f9c930052f7ab01fdb188177fad/oci-2.154.1.tar.gz" + sha256 "44b034ca7c08e3809d9a4244b075af9fdd1d45cf8f05cee57722b59a15d3a04f" end resource "prompt-toolkit" do From 04fa8a7f25d5091545b7d5c5aecb7236aee5c5f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:08:42 +0000 Subject: [PATCH 06067/10074] abi3audit: bump python resources --- Formula/a/abi3audit.rb | 47 +++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/Formula/a/abi3audit.rb b/Formula/a/abi3audit.rb index fdae89b5a886d..0fc223cc08875 100644 --- a/Formula/a/abi3audit.rb +++ b/Formula/a/abi3audit.rb @@ -6,6 +6,7 @@ class Abi3audit < Formula url "https://files.pythonhosted.org/packages/df/83/c2ba9ad764c3f432651ce396468b99995fb3fe97c29f7549d1c3cfb05112/abi3audit-0.0.21.tar.gz" sha256 "78f6155dfcf089657764bf194ddeac987111a5648eba54fcd6b486968db4d3fa" license "MIT" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e36f27017e8e199df79a1601d4139d5278c3329347233a853e4c8922c7cecc7" @@ -26,28 +27,28 @@ class Abi3audit < Formula end resource "abi3info" do - url "https://files.pythonhosted.org/packages/f2/50/3ade9c5354a3bb2134fec8fc56004fc935ae1df473681b8199172848bf7a/abi3info-2025.1.9.tar.gz" - sha256 "8a2c3aff803164e763ccba11ef35067b684e9ceba876f00410bb054f58e02345" + url "https://files.pythonhosted.org/packages/da/48/ec0cb606d072dbefd7d83930030f8ee499927bd11df213e53c76655b0367/abi3info-2025.4.29.tar.gz" + sha256 "00733a73532cbf6f41e78549dc959a2110fce6e33d207a31c1ec653fa4be3b20" end resource "attrs" do - url "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz" - sha256 "1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "cattrs" do - url "https://files.pythonhosted.org/packages/64/65/af6d57da2cb32c076319b7489ae0958f746949d407109e3ccf4d115f147c/cattrs-24.1.2.tar.gz" - sha256 "8028cfe1ff5382df59dd36474a86e02d817b06eaf8af84555441bac915d2ef85" + url "https://files.pythonhosted.org/packages/57/2b/561d78f488dcc303da4639e02021311728fb7fda8006dd2835550cddd9ed/cattrs-25.1.1.tar.gz" + sha256 "c914b734e0f2d59e5b720d145ee010f1fd9a13ee93900922a2f3f9d593b8382c" end resource "certifi" do - url "https://files.pythonhosted.org/packages/0f/bd/1d41ee578ce09523c81a15426705dd20969f5abf006d1afe8aeff0dd776a/certifi-2024.12.14.tar.gz" - sha256 "b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db" + url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" + sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -81,13 +82,13 @@ class Abi3audit < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz" - sha256 "357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "pyelftools" do - url "https://files.pythonhosted.org/packages/88/56/0f2d69ed9a0060da009f672ddec8a71c041d098a66f6b1d80264bf6bbdc0/pyelftools-0.31.tar.gz" - sha256 "c774416b10310156879443b81187d182d8d9ee499660380e645918b50bc88f99" + url "https://files.pythonhosted.org/packages/b9/ab/33968940b2deb3d92f5b146bc6d4009a5f95d1d06c148ea2f9ee965071af/pyelftools-0.32.tar.gz" + sha256 "6de90ee7b8263e740c8715a925382d4099b354f29ac48ea40d840cf7aa14ace5" end resource "pygments" do @@ -96,8 +97,8 @@ class Abi3audit < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-cache" do @@ -110,19 +111,19 @@ class Abi3audit < Formula sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" end - resource "six" do - url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" - sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "url-normalize" do - url "https://files.pythonhosted.org/packages/ec/ea/780a38c99fef750897158c0afb83b979def3b379aaac28b31538d24c4e8f/url-normalize-1.4.3.tar.gz" - sha256 "d23d3a070ac52a67b83a1c59a0e68f8608d1cd538783b401bc9de2c0fac999b2" + url "https://files.pythonhosted.org/packages/80/31/febb777441e5fcdaacb4522316bf2a527c44551430a4873b052d545e3279/url_normalize-2.2.1.tar.gz" + sha256 "74a540a3b6eba1d95bdc610c24f2c0141639f3ba903501e61a52a8730247ff37" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From bfca370c9e82b97dad621d036c34f3497d934ca5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:09:08 +0000 Subject: [PATCH 06068/10074] airshare: bump python resources --- Formula/a/airshare.rb | 70 +++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/Formula/a/airshare.rb b/Formula/a/airshare.rb index def6166082dcb..03d07ed5946ee 100644 --- a/Formula/a/airshare.rb +++ b/Formula/a/airshare.rb @@ -6,7 +6,7 @@ class Airshare < Formula url "https://files.pythonhosted.org/packages/cb/a2/d59c18cd6a143bf860c29acb70552b7351fd7e0f56213be86b624601106b/Airshare-0.1.6.tar.gz" sha256 "138976933bcf2c0bc99f18901242544919e9fafe43735b4f83b19d4ae5964be7" license "MIT" - revision 15 + revision 16 no_autobump! because: :requires_manual_review @@ -24,18 +24,18 @@ class Airshare < Formula depends_on "python@3.13" resource "aiohappyeyeballs" do - url "https://files.pythonhosted.org/packages/bc/69/2f6d5a019bd02e920a3417689a89887b39ad1e350b562f9955693d900c40/aiohappyeyeballs-2.4.3.tar.gz" - sha256 "75cf88a15106a5002a8eb1dab212525c00d1f4c0fa96e551c9fbe6f09a621586" + url "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz" + sha256 "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/4b/cb/f9bb10e0cf6f01730b27d370b10cc15822bea4395acd687abc8cc5fed3ed/aiohttp-3.11.7.tar.gz" - sha256 "01a8aca4af3da85cea5c90141d23f4b0eee3cbecfd33b029a45a80f28c66c668" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiosignal" do - url "https://files.pythonhosted.org/packages/ae/67/0952ed97a9793b4958e5736f6d2b346b414a2cd63e82d05940032f45b32f/aiosignal-1.3.1.tar.gz" - sha256 "54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc" + url "https://files.pythonhosted.org/packages/ba/b5/6d55e80f6d8a08ce22b982eafa278d823b541c925f11ee774b0b9c43473d/aiosignal-1.3.2.tar.gz" + sha256 "a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54" end resource "asyncio" do @@ -44,23 +44,23 @@ class Airshare < Formula end resource "attrs" do - url "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz" - sha256 "5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "certifi" do - url "https://files.pythonhosted.org/packages/b0/ee/9b19140fe824b367c04c5e1b369942dd754c4c5462d5674002f75c4dedc1/certifi-2024.8.30.tar.gz" - sha256 "bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" + url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" + sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -69,13 +69,13 @@ class Airshare < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/8f/ed/0f4cec13a93c02c47ec32d81d11c0c1efbadf4a471e3f3ce7cad366cbbd3/frozenlist-1.5.0.tar.gz" - sha256 "81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "humanize" do - url "https://files.pythonhosted.org/packages/6a/40/64a912b9330786df25e58127194d4a5a7441f818b400b155e748a270f924/humanize-4.11.0.tar.gz" - sha256 "e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be" + url "https://files.pythonhosted.org/packages/22/d1/bbc4d251187a43f69844f7fd8941426549bbe4723e8ff0a7441796b0789f/humanize-4.12.3.tar.gz" + sha256 "8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0" end resource "idna" do @@ -89,13 +89,13 @@ class Airshare < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/d6/be/504b89a5e9ca731cd47487e91c469064f8ae5af93b7259758dcfc2b9c848/multidict-6.1.0.tar.gz" - sha256 "22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "propcache" do - url "https://files.pythonhosted.org/packages/a9/4d/5e5a60b78dbc1d464f8a7bbaeb30957257afdc8512cbb9dfd5659304f5cd/propcache-0.2.0.tar.gz" - sha256 "df81779732feb9d01e5d513fad0122efb3d53bbc75f61b2a4f29a020bc985e70" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "pyperclip" do @@ -104,8 +104,8 @@ class Airshare < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -114,28 +114,28 @@ class Airshare < Formula end resource "termcolor" do - url "https://files.pythonhosted.org/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5/termcolor-2.5.0.tar.gz" - sha256 "998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f" + url "https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz" + sha256 "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" end resource "tqdm" do - url "https://files.pythonhosted.org/packages/e8/4f/0153c21dc5779a49a0598c445b1978126b1344bab9ee71e53e44877e14e0/tqdm-4.67.0.tar.gz" - sha256 "fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a" + url "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz" + sha256 "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "yarl" do - url "https://files.pythonhosted.org/packages/5e/4b/53db4ecad4d54535aff3dfda1f00d6363d79455f62b11b8ca97b82746bd2/yarl-1.18.0.tar.gz" - sha256 "20d95535e7d833889982bfe7cc321b7f63bf8879788fee982c76ae2b24cfb715" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end resource "zeroconf" do - url "https://files.pythonhosted.org/packages/89/e0/cddc7e2272799e11ea172810fd2f6da58fc7290f9bd3102d6cf2c385cca3/zeroconf-0.136.2.tar.gz" - sha256 "37d223febad4569f0d14563eb8e80a9742be35d0419847b45d84c37fc4224bb4" + url "https://files.pythonhosted.org/packages/e2/78/f681afade2a4e7a9ade696cf3d3dcd9905e28720d74c16cafb83b5dd5c0a/zeroconf-0.147.0.tar.gz" + sha256 "f517375de6bf2041df826130da41dc7a3e8772176d3076a5da58854c7d2e8d7a" end def install From 84fea6bc7e41007a223fe19767a33fb448924c47 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:09:16 +0000 Subject: [PATCH 06069/10074] aiven-client: bump python resources --- Formula/a/aiven-client.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/a/aiven-client.rb b/Formula/a/aiven-client.rb index a28bf5dce7f71..6e46316da4f01 100644 --- a/Formula/a/aiven-client.rb +++ b/Formula/a/aiven-client.rb @@ -6,6 +6,7 @@ class AivenClient < Formula url "https://files.pythonhosted.org/packages/13/88/3e30de140ad09232e53f03a32feccdcb77f5df56a3412f28eb460e0612c0/aiven_client-4.7.2.tar.gz" sha256 "78e8ea1a93c29e29b9aae77669d700aa3fe05c1c02d699c7c3b86d8f63bd6ec3" license "Apache-2.0" + revision 1 head "https://github.com/aiven/aiven-client.git", branch: "main" bottle do @@ -26,8 +27,8 @@ class AivenClient < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do From d4616cf15902b11fa2b8e7845627466478cd841c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:10:33 +0000 Subject: [PATCH 06070/10074] apprise: bump python resources --- Formula/a/apprise.rb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Formula/a/apprise.rb b/Formula/a/apprise.rb index 0219834ed0f99..4e96688e45f40 100644 --- a/Formula/a/apprise.rb +++ b/Formula/a/apprise.rb @@ -6,6 +6,7 @@ class Apprise < Formula url "https://files.pythonhosted.org/packages/f8/1e/fe19c88c3e1ff96f4ea757bae9f6350060ac28be523507053347aa5d67db/apprise-1.9.3.tar.gz" sha256 "f583667ea35b8899cd46318c6cb26f0faf6a4605b119174c2523a012590c65a6" license "BSD-3-Clause" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "354b28f0fb23363894667645c28ca9901a14ef20542ed7e1f217008b9060e30e" @@ -22,13 +23,13 @@ class Apprise < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -37,8 +38,8 @@ class Apprise < Formula end resource "markdown" do - url "https://files.pythonhosted.org/packages/54/28/3af612670f82f4c056911fbbbb42760255801b3068c48de792d354ff4472/markdown-3.7.tar.gz" - sha256 "2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2" + url "https://files.pythonhosted.org/packages/2f/15/222b423b0b88689c266d9eac4e61396fe2cc53464459d6a37618ac863b24/markdown-3.8.tar.gz" + sha256 "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" end resource "oauthlib" do @@ -52,8 +53,8 @@ class Apprise < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -62,8 +63,8 @@ class Apprise < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 913c8c18f78c6b4ca16579d5493580694a9399cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:10:46 +0000 Subject: [PATCH 06071/10074] aqtinstall: bump python resources --- Formula/a/aqtinstall.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/a/aqtinstall.rb b/Formula/a/aqtinstall.rb index 12c46808ed9e9..865a9d9105177 100644 --- a/Formula/a/aqtinstall.rb +++ b/Formula/a/aqtinstall.rb @@ -6,6 +6,7 @@ class Aqtinstall < Formula url "https://files.pythonhosted.org/packages/76/19/24a588de6c25d43169d172dab47e63a63cd0d8f90e98cf86487acbf00ac7/aqtinstall-3.3.0.tar.gz" sha256 "9c7d85fbe7258be2d7d23fda33f8aff2e8b7536817255eaeaaf4226da8546a31" license "MIT" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9c9dd5e40d7bd533d8da2bb74d7315449731b18f7bb700a744070cd7d00c02c" @@ -105,8 +106,8 @@ class Aqtinstall < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "semantic-version" do @@ -125,8 +126,8 @@ class Aqtinstall < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From 6cca9d2ff2a1ddf34cc0564ffc9ff744991fca7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:10:53 +0000 Subject: [PATCH 06072/10074] arjun: bump python resources --- Formula/a/arjun.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/a/arjun.rb b/Formula/a/arjun.rb index e80b14d314311..3ed9f0d124c8a 100644 --- a/Formula/a/arjun.rb +++ b/Formula/a/arjun.rb @@ -6,6 +6,7 @@ class Arjun < Formula url "https://files.pythonhosted.org/packages/04/22/c5b969720d2802de2248c2aac0414ee5ae234887cfe150564d591c73fb23/arjun-2.2.7.tar.gz" sha256 "b193cdaf97bf7b0e8cd91a41da778639e01fd9738d5f666a8161377f475ce72e" license "AGPL-3.0-only" + revision 1 bottle do sha256 cellar: :any_skip_relocation, all: "3c27e0658509ce22d7f7b8cd626c203f2b024f2228bdf476891d9bf987101630" @@ -19,8 +20,8 @@ def python3 end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "dicttoxml" do @@ -39,13 +40,13 @@ def python3 end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 21edd4e9d3486dc6180d5c42b07c7e397a20f590 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:11:13 +0000 Subject: [PATCH 06073/10074] aws-elasticbeanstalk: bump python resources --- Formula/a/aws-elasticbeanstalk.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/a/aws-elasticbeanstalk.rb b/Formula/a/aws-elasticbeanstalk.rb index 896a1ec0cb8be..55c3f1aeb6185 100644 --- a/Formula/a/aws-elasticbeanstalk.rb +++ b/Formula/a/aws-elasticbeanstalk.rb @@ -6,6 +6,7 @@ class AwsElasticbeanstalk < Formula url "https://files.pythonhosted.org/packages/d8/70/e6910c4d2e18e39b577219533fd25941ce34aea64845c9df5cea6955e8fb/awsebcli-3.24.1.tar.gz" sha256 "72242ff65890d8193483c24463430ed05137f88cd597d5ab302d16c32958deaf" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "9cd1c6543a333094de24bc9860f0f0ea01b3d75ce016356d01bf3255179c2e14" @@ -37,8 +38,8 @@ class AwsElasticbeanstalk < Formula end resource "botocore" do - url "https://files.pythonhosted.org/packages/7f/78/c1b2fa6a267018062a66470e6e779366b4e64ab1178de8870ccc3a393cac/botocore-1.38.19.tar.gz" - sha256 "796b948c05017eb33385b798990cd91ed4af0e881eb9eb1ee6e17666be02abc9" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "cement" do @@ -117,8 +118,8 @@ class AwsElasticbeanstalk < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "semantic-version" do @@ -127,8 +128,8 @@ class AwsElasticbeanstalk < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do From df522277dfa849b60494d71c5c2f8c01973765b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:11:51 +0000 Subject: [PATCH 06074/10074] aws-sam-cli: bump python resources --- Formula/a/aws-sam-cli.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/a/aws-sam-cli.rb b/Formula/a/aws-sam-cli.rb index 0aeb9c7eda323..539fec5b280d7 100644 --- a/Formula/a/aws-sam-cli.rb +++ b/Formula/a/aws-sam-cli.rb @@ -6,6 +6,7 @@ class AwsSamCli < Formula url "https://files.pythonhosted.org/packages/b2/d2/eb5adcc65e317a7a1fc5be18cd62eb4a70402ebbe2bd3ba610f328d17fa8/aws_sam_cli-1.140.0.tar.gz" sha256 "ef9860ed0105424cf06593446b9f1648127b8ecaf62b7b457f02ca756bfc6c83" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "6dd4f066e0e4ba1e60645b5df2d5538d8ee00f5c8ac968f5b52aa6944fc0fd9d" @@ -62,8 +63,8 @@ class AwsSamCli < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/e4/0b/635e5ee7423700eac817fd7e495c9326891cdaabb2c3462f641395c6ba9e/boto3-1.38.31.tar.gz" - sha256 "491a4f1f2ae64f8e45a9d97896684dde5d8d14d8ab5083d4545ab3cb6a9b005e" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "boto3-stubs" do @@ -72,8 +73,8 @@ class AwsSamCli < Formula end resource "botocore" do - url "https://files.pythonhosted.org/packages/08/82/3ea41d7fdc822e445d20a381dfc080a962f8f86b237bf38afef9f1c89982/botocore-1.38.31.tar.gz" - sha256 "50daef3457ebcab25daaa28a087986575510529bdc3cc784f86e8cb187f7a4ff" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "botocore-stubs" do @@ -312,8 +313,8 @@ class AwsSamCli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -327,8 +328,8 @@ class AwsSamCli < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" - sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" end resource "ruamel-yaml-clib" do From ea0425a0c4e84a2db753c1ab569c2d9c7616bf5b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:11:59 +0000 Subject: [PATCH 06075/10074] aws-sso-util: bump python resources --- Formula/a/aws-sso-util.rb | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Formula/a/aws-sso-util.rb b/Formula/a/aws-sso-util.rb index 4dfb55df7c714..2732311286e50 100644 --- a/Formula/a/aws-sso-util.rb +++ b/Formula/a/aws-sso-util.rb @@ -6,7 +6,7 @@ class AwsSsoUtil < Formula url "https://files.pythonhosted.org/packages/4f/64/f00272ecbc60703d0f1a3b17ab75d893c05ec5d60b0e6e9d59ef9b8b9c61/aws_sso_util-4.33.0.tar.gz" sha256 "e48d7f5911443450d28e1ac1613f81b9aa15babb1b2055b4531df87db43a09df" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/benkehoe/aws-sso-util.git", branch: "master" bottle do @@ -26,8 +26,8 @@ class AwsSsoUtil < Formula depends_on "python@3.13" resource "attrs" do - url "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz" - sha256 "5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "aws-error-utils" do @@ -41,23 +41,23 @@ class AwsSsoUtil < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/29/10988ceaa300ddc628cb899875d85d9998e3da4803226398e002d95b2741/boto3-1.35.39.tar.gz" - sha256 "670f811c65e3c5fe4ed8c8d69be0b44b1d649e992c0fc16de43816d1188f88f1" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "botocore" do - url "https://files.pythonhosted.org/packages/f7/28/d83dbd69d7015892b53ada4fded79a5bc1b7d77259361eb8302f88c2da81/botocore-1.35.39.tar.gz" - sha256 "cb7f851933b5ccc2fba4f0a8b846252410aa0efac5bfbe93b82d10801f5f8e90" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -71,13 +71,13 @@ class AwsSsoUtil < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do - url "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz" - sha256 "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" + url "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz" + sha256 "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" end resource "python-dateutil" do @@ -91,33 +91,33 @@ class AwsSsoUtil < Formula end resource "referencing" do - url "https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz" - sha256 "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c" + url "https://files.pythonhosted.org/packages/2f/db/98b5c277be99dd18bfd91dd04e1b759cad18d1a338188c936e92f921c7e2/referencing-0.36.2.tar.gz" + sha256 "df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/55/64/b693f262791b818880d17268f3f8181ef799b0d187f6f731b1772e05a29a/rpds_py-0.20.0.tar.gz" - sha256 "d72a210824facfdaf8768cf2d7ca25a042c30320b3020de2fa04640920d4e121" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 885465b33f656cf5b3119941b4e3fb8ec644c891 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:12:07 +0000 Subject: [PATCH 06076/10074] awscurl: bump python resources --- Formula/a/awscurl.rb | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Formula/a/awscurl.rb b/Formula/a/awscurl.rb index f830f94e8f3cb..2686f1f0b4800 100644 --- a/Formula/a/awscurl.rb +++ b/Formula/a/awscurl.rb @@ -6,6 +6,7 @@ class Awscurl < Formula url "https://files.pythonhosted.org/packages/f0/53/68500d2e61aff7549f878a9227eea5c80eaf6ffcad7c134c576360b1bae7/awscurl-0.36.tar.gz" sha256 "9eb9d4949616d90dd7bf0d12a67eb3e1d3487bf08d75a7555d979811e5da1cb4" license "MIT" + revision 1 head "https://github.com/okigan/awscurl.git", branch: "master" bottle do @@ -20,23 +21,23 @@ class Awscurl < Formula uses_from_macos "libffi" resource "botocore" do - url "https://files.pythonhosted.org/packages/f7/28/d83dbd69d7015892b53ada4fded79a5bc1b7d77259361eb8302f88c2da81/botocore-1.35.39.tar.gz" - sha256 "cb7f851933b5ccc2fba4f0a8b846252410aa0efac5bfbe93b82d10801f5f8e90" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "configargparse" do - url "https://files.pythonhosted.org/packages/70/8a/73f1008adfad01cb923255b924b1528727b8270e67cb4ef41eabdc7d783e/ConfigArgParse-1.7.tar.gz" - sha256 "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" + url "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz" + sha256 "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" end resource "configparser" do - url "https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.0.tar.gz" - sha256 "eb82646c892dbdf773dae19c633044d163c3129971ae09b49410a303b8e0a5f7" + url "https://files.pythonhosted.org/packages/8b/ac/ea19242153b5e8be412a726a70e82c7b5c1537c83f61b20995b2eda3dcd7/configparser-7.2.0.tar.gz" + sha256 "b629cc8ae916e3afbd36d1b3d093f34193d851e11998920fdcfc4552218b7b70" end resource "idna" do @@ -55,18 +56,18 @@ class Awscurl < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 9764f99656c00042fd0ddc34e8c01cea72ef7be2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:12:16 +0000 Subject: [PATCH 06077/10074] b2-tools: bump python resources --- Formula/b/b2-tools.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/b/b2-tools.rb b/Formula/b/b2-tools.rb index 0a300d51e3424..ea21608f85f1e 100644 --- a/Formula/b/b2-tools.rb +++ b/Formula/b/b2-tools.rb @@ -6,6 +6,7 @@ class B2Tools < Formula url "https://files.pythonhosted.org/packages/1d/b7/0af30c4a6c0344e897a153f4f0022b041bf803562d047d6f0140940c2e8e/b2-4.3.3.tar.gz" sha256 "a66f78e91f8ac36721093b751d09d3d228957473ee3df50b5138e72290e32646" license "MIT" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c45cc2ba764cc671ce4e085d52468201e8eefcb423431a3b21fe3a003895d0fb" @@ -78,8 +79,8 @@ class B2Tools < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rst2ansi" do From d21b4595b77d776c9aaa8a91e34af774f73ba52b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:12:30 +0000 Subject: [PATCH 06078/10074] bagels: bump python resources --- Formula/b/bagels.rb | 50 +++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/Formula/b/bagels.rb b/Formula/b/bagels.rb index b809c78d9f7f0..2a4e7ddf42b30 100644 --- a/Formula/b/bagels.rb +++ b/Formula/b/bagels.rb @@ -6,6 +6,7 @@ class Bagels < Formula url "https://files.pythonhosted.org/packages/83/3a/67fef626e22bce29970a5666702a7b2664541753abeaed653a0a694dd295/bagels-0.3.9.tar.gz" sha256 "fbb3bb64d7f6909864004866b00e112917738a6fdf470871ea77b4e2f67d2d28" license "GPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "3965ab39ce8b7928c55b3e775f9f3eb80a762a8d0389d06494f5c5b7783332f5" @@ -28,8 +29,8 @@ class Bagels < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/63/e7/fa1a8c00e2c54b05dc8cb5d1439f627f7c267874e3f7bb047146116020f9/aiohttp-3.11.18.tar.gz" - sha256 "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiohttp-jinja2" do @@ -68,8 +69,8 @@ class Bagels < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-default-group" do @@ -78,13 +79,8 @@ class Bagels < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" - sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" - end - - resource "greenlet" do - url "https://files.pythonhosted.org/packages/34/c1/a82edae11d46c0d83481aacaa1e578fea21d94a1ef400afd734d47ad95ad/greenlet-3.2.2.tar.gz" - sha256 "ad053d34421a2debba45aa3cc39acf454acbcd025b3fc1a9f8a0dee237abd485" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "idna" do @@ -133,8 +129,8 @@ class Bagels < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/da/2c/e367dfb4c6538614a0c9453e510d75d66099edf1c4e69da1b5ce691a1931/multidict-6.4.3.tar.gz" - sha256 "3ada0b058c9f213c5f95ba301f922d402ac234f1111a7d8fd70f1b99f3c281ec" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "packaging" do @@ -153,13 +149,13 @@ class Bagels < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -183,8 +179,8 @@ class Bagels < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -198,8 +194,8 @@ class Bagels < Formula end resource "sqlalchemy" do - url "https://files.pythonhosted.org/packages/68/c3/3f2bfa5e4dcd9938405fe2fab5b6ab94a9248a4f9536ea2fd497da20525f/sqlalchemy-2.0.40.tar.gz" - sha256 "d827099289c64589418ebbcaead0145cd19f4e3e8a93919a0100247af245fa00" + url "https://files.pythonhosted.org/packages/63/66/45b165c595ec89aa7dcc2c1cd222ab269bc753f1fc7a1e68f8481bd957bf/sqlalchemy-2.0.41.tar.gz" + sha256 "edba70118c4be3c2b1f90754d308d0b79c6fe2c0fdc52d8ddf603916f83f4db9" end resource "textual" do @@ -213,13 +209,13 @@ class Bagels < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "uc-micro-py" do @@ -243,8 +239,8 @@ class Bagels < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From 5f8c5ce72a1db6bc15b3ac807689f95717fa475c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:12:37 +0000 Subject: [PATCH 06079/10074] bandcamp-dl: bump python resources --- Formula/b/bandcamp-dl.rb | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Formula/b/bandcamp-dl.rb b/Formula/b/bandcamp-dl.rb index 1f800d557f364..8abb4c5775b67 100644 --- a/Formula/b/bandcamp-dl.rb +++ b/Formula/b/bandcamp-dl.rb @@ -6,6 +6,7 @@ class BandcampDl < Formula url "https://files.pythonhosted.org/packages/78/c2/2c11878a494ceef38ed5ac51dede216547cb14ef40a30f8f009fca0ceab6/bandcamp_downloader-0.0.17.tar.gz" sha256 "d5e47777d0b1a14e49ba72d78ffa9b150e72af51d28e981231a0bd32c1c2e159" license "Unlicense" + revision 1 head "https://github.com/iheanyi/bandcamp-dl.git", branch: "master" no_autobump! because: :requires_manual_review @@ -21,13 +22,13 @@ class BandcampDl < Formula uses_from_macos "libxslt" resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/f0/3c/adaf39ce1fb4afdd21b611e3d530b183bb7759c9b673d60db0e347fd4439/beautifulsoup4-4.13.3.tar.gz" - sha256 "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "demjson3" do @@ -46,8 +47,8 @@ class BandcampDl < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do @@ -56,13 +57,13 @@ class BandcampDl < Formula end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/0e/3e/b00a62db91a83fff600de219b6ea9908e6918664899a2d85db222f4fbf19/typing_extensions-4.13.0.tar.gz" - sha256 "0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "unicode-slugify" do @@ -71,13 +72,13 @@ class BandcampDl < Formula end resource "unidecode" do - url "https://files.pythonhosted.org/packages/f7/89/19151076a006b9ac0dd37b1354e031f5297891ee507eb624755e58e10d3e/Unidecode-1.3.8.tar.gz" - sha256 "cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4" + url "https://files.pythonhosted.org/packages/94/7d/a8a765761bbc0c836e397a2e48d498305a865b70a8600fd7a942e85dcf63/Unidecode-1.4.0.tar.gz" + sha256 "ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From a8aaa575d1e5d2e0115bff92b5095da55186c909 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:12:57 +0000 Subject: [PATCH 06080/10074] bbot: bump python resources --- Formula/b/bbot.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/b/bbot.rb b/Formula/b/bbot.rb index 4c1280c7d2135..e7802a800b656 100644 --- a/Formula/b/bbot.rb +++ b/Formula/b/bbot.rb @@ -6,6 +6,7 @@ class Bbot < Formula url "https://files.pythonhosted.org/packages/11/0c/c5553229baf664055d1b9204e334d2c93001e08604dc18c0f6ecd272bcf9/bbot-2.5.0.tar.gz" sha256 "4481b9db248387ffb3cfd0fc9369dc5580bc8f810aa793f2b3bd5bf9fb1e2b16" license "GPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "9e6f0059118ed2a6080f183be67bbac3862b1dc2d32629ba000905be689136eb" @@ -223,8 +224,8 @@ class Bbot < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-file" do From 20be7defbdc70b76ae4b08499ed8e3220db52553 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:13:04 +0000 Subject: [PATCH 06081/10074] borgmatic: bump python resources --- Formula/b/borgmatic.rb | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/Formula/b/borgmatic.rb b/Formula/b/borgmatic.rb index c0a9afaaab740..c30a681714b94 100644 --- a/Formula/b/borgmatic.rb +++ b/Formula/b/borgmatic.rb @@ -6,6 +6,7 @@ class Borgmatic < Formula url "https://files.pythonhosted.org/packages/86/8c/0a80f219d9ca4c70cf345489b55a9c3e5c859c4d7bc99675ac1bc09eadb7/borgmatic-2.0.6.tar.gz" sha256 "cb102d0fbb0a3a8d2fa04f01bdf2f41c6b273f42f6b1cd5fd1481704db7f6905" license "GPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "4955b8d13f39ea0860c1d9adf9fe5124abca2188a3ceae2cc71b00bc72666473" @@ -37,8 +38,8 @@ class Borgmatic < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -57,18 +58,23 @@ class Borgmatic < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz" - sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "urllib3" do From 366db9d85176de0c107758da742dbcc3f758149f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:13:10 +0000 Subject: [PATCH 06082/10074] bpython: bump python resources --- Formula/b/bpython.rb | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/Formula/b/bpython.rb b/Formula/b/bpython.rb index 3137efa9e9282..75ebb5a262bec 100644 --- a/Formula/b/bpython.rb +++ b/Formula/b/bpython.rb @@ -6,6 +6,7 @@ class Bpython < Formula url "https://files.pythonhosted.org/packages/ba/dd/cc02bf66f342a4673867fdf6c1f9fce90ec1e91e651b21bc4af4890101da/bpython-0.25.tar.gz" sha256 "c246fc909ef6dcc26e9d8cb4615b0e6b1613f3543d12269b19ffd0782166c65b" license "MIT" + revision 1 head "https://github.com/bpython/bpython.git", branch: "main" no_autobump! because: :requires_manual_review @@ -24,28 +25,28 @@ class Bpython < Formula depends_on "python@3.13" resource "blessed" do - url "https://files.pythonhosted.org/packages/25/ae/92e9968ad23205389ec6bd82e2d4fca3817f1cdef34e10aa8d529ef8b1d7/blessed-1.20.0.tar.gz" - sha256 "2cdd67f8746e048f00df47a2880f4d6acbcdb399031b604e34ba8f71d5787680" + url "https://files.pythonhosted.org/packages/0c/5e/3cada2f7514ee2a76bb8168c71f9b65d056840ebb711962e1ec08eeaa7b0/blessed-1.21.0.tar.gz" + sha256 "ece8bbc4758ab9176452f4e3a719d70088eb5739798cd5582c9e05f2a28337ec" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "curtsies" do - url "https://files.pythonhosted.org/packages/53/d2/ea91db929b5dcded637382235f9f1b7d06ef64b7f2af7fe1be1369e1f0d2/curtsies-0.4.2.tar.gz" - sha256 "6ebe33215bd7c92851a506049c720cca4cf5c192c1665c1d7a98a04c4702760e" + url "https://files.pythonhosted.org/packages/d1/18/5741cb42624089a815520d5b65c39c3e59673a77fd1fab6ad65bdebf2f91/curtsies-0.4.3.tar.gz" + sha256 "102a0ffbf952124f1be222fd6989da4ec7cce04e49f613009e5f54ad37618825" end resource "cwcwidth" do - url "https://files.pythonhosted.org/packages/95/e3/275e359662052888bbb262b947d3f157aaf685aaeef4efc8393e4f36d8aa/cwcwidth-0.1.9.tar.gz" - sha256 "f19d11a0148d4a8cacd064c96e93bca8ce3415a186ae8204038f45e108db76b8" + url "https://files.pythonhosted.org/packages/23/76/03fc9fb3441a13e9208bb6103ebb7200eba7647d040008b8303a1c03e152/cwcwidth-0.1.10.tar.gz" + sha256 "7468760f72c1f4107be1b2b2854bc000401ea36a69daed36fb966a1e19a7a124" end resource "greenlet" do - url "https://files.pythonhosted.org/packages/2f/ff/df5fede753cc10f6a5be0931204ea30c35fa2f2ea7a35b25bdaf4fe40e46/greenlet-3.1.1.tar.gz" - sha256 "4ce3ac6cdb6adf7946475d7ef31777c26d94bccc377e070a7986bd2d5c515467" + url "https://files.pythonhosted.org/packages/c9/92/bb85bd6e80148a4d2e0c59f7c0c2891029f8fd510183afc7d8d2feeed9b6/greenlet-3.2.3.tar.gz" + sha256 "8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365" end resource "idna" do @@ -64,18 +65,13 @@ class Bpython < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" - end - - resource "six" do - url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" - sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "wcwidth" do From 18f3f6b6a7ff8393cdb9cdc82aa51910827a91d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:13:39 +0000 Subject: [PATCH 06083/10074] censys: bump python resources --- Formula/c/censys.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/c/censys.rb b/Formula/c/censys.rb index cc281587c5a17..c37c34bd9b69d 100644 --- a/Formula/c/censys.rb +++ b/Formula/c/censys.rb @@ -6,6 +6,7 @@ class Censys < Formula url "https://files.pythonhosted.org/packages/f3/db/89a2a0709deeca690bee2bc77cb330c87f8bd2c41b7d8dfa2e5880048da6/censys-2.2.17.tar.gz" sha256 "da07d8589fc98b8878eec5772d275d199dda89a3340ce69cd6ab2dc5567e887f" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "038bfb0acdfbd0fef5a26dadbba5ceb7f44f4af277f8e8ed3a29ac534ec55100" @@ -31,8 +32,8 @@ class Censys < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -56,8 +57,8 @@ class Censys < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do From 74a114d36a1e451a4b70b18138dc9b20e22ddfd8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:13:49 +0000 Subject: [PATCH 06084/10074] certbot: bump python resources --- Formula/c/certbot.rb | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index 6ffd36edba846..4ebf540acd0c6 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -6,6 +6,7 @@ class Certbot < Formula url "https://files.pythonhosted.org/packages/00/91/a7acb7a9f7f065bf7f4aa356ecae039f229798eeceed205f397f329cd666/certbot-4.0.0.tar.gz" sha256 "a867bfbb5126516c12d4c8a93909ef1e4d5309fc4e9f5b97b2d987b0ffd4bbe3" license "Apache-2.0" + revision 1 head "https://github.com/certbot/certbot.git", branch: "master" no_autobump! because: :requires_manual_review @@ -44,13 +45,13 @@ class Certbot < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "configargparse" do - url "https://files.pythonhosted.org/packages/70/8a/73f1008adfad01cb923255b924b1528727b8270e67cb4ef41eabdc7d783e/ConfigArgParse-1.7.tar.gz" - sha256 "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" + url "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz" + sha256 "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" end resource "configobj" do @@ -79,8 +80,8 @@ class Certbot < Formula end resource "pyopenssl" do - url "https://files.pythonhosted.org/packages/9f/26/e25b4a374b4639e0c235527bbe31c0524f26eda701d79456a7e1877f4cc5/pyopenssl-25.0.0.tar.gz" - sha256 "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16" + url "https://files.pythonhosted.org/packages/04/8c/cd89ad05804f8e3c17dea8f178c3f40eeab5694c30e0c9f5bcd49f576fc3/pyopenssl-25.1.0.tar.gz" + sha256 "8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b" end resource "pyparsing" do @@ -94,8 +95,8 @@ class Certbot < Formula end resource "python-augeas" do - url "https://files.pythonhosted.org/packages/af/cc/5064a3c25721cd863e6982b87f10fdd91d8bcc62b6f7f36f5231f20d6376/python-augeas-1.1.0.tar.gz" - sha256 "5194a49e86b40ffc57055f73d833f87e39dce6fce934683e7d0d5bbb8eff3b8c" + url "https://files.pythonhosted.org/packages/44/f6/e09619a5a4393fe061e24a6f129c3e1fbb9f25f774bfc2f5ae82ba5e24d3/python-augeas-1.2.0.tar.gz" + sha256 "d2334710e12bdec8b6633a7c2b72df4ca24ab79094a3c9e699494fdb62054a10" end resource "pytz" do @@ -104,13 +105,13 @@ class Certbot < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 618a957f9160da0404cff59df5d64bf320f4a7d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:13:57 +0000 Subject: [PATCH 06085/10074] cf2tf: bump python resources --- Formula/c/cf2tf.rb | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/Formula/c/cf2tf.rb b/Formula/c/cf2tf.rb index 568280118103c..37155eda44642 100644 --- a/Formula/c/cf2tf.rb +++ b/Formula/c/cf2tf.rb @@ -6,6 +6,7 @@ class Cf2tf < Formula url "https://files.pythonhosted.org/packages/ba/c4/cd7ddd8c942b71a2db200c42e9ed8c336111db94e2399d3903db6e77eef2/cf2tf-0.9.1.tar.gz" sha256 "cc334b8373412745b3790bed9db71e02d4c41e274e1774b3b23626bdd78bf357" license "GPL-3.0-only" + revision 1 head "https://github.com/DontShaveTheYak/cf2tf.git", branch: "master" bottle do @@ -30,13 +31,13 @@ class Cf2tf < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-log" do @@ -65,18 +66,23 @@ class Cf2tf < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" + end + + resource "pygments" do + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end resource "pytest" do - url "https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz" - sha256 "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" + url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" + sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" end resource "pyyaml" do @@ -90,8 +96,8 @@ class Cf2tf < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do @@ -110,8 +116,8 @@ class Cf2tf < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From f806362255c6ea6bb84030d47f4543fa71d7ec3c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:14:09 +0000 Subject: [PATCH 06086/10074] chatblade: bump python resources --- Formula/c/chatblade.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/c/chatblade.rb b/Formula/c/chatblade.rb index a65afff52b96d..6c21607b5ccbc 100644 --- a/Formula/c/chatblade.rb +++ b/Formula/c/chatblade.rb @@ -6,7 +6,7 @@ class Chatblade < Formula url "https://files.pythonhosted.org/packages/ff/02/e7dfd50d98139472851d03d793c39aebe1364a960648312d252137b0ec25/chatblade-0.7.0.tar.gz" sha256 "bfa5f96aa02b869df76e6f0910b0c2528c44de7b2f95ae08de7d192cb30c7892" license "GPL-3.0-only" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "48c207e91e7634bec0e99ae575e8400f2bae03a3a54f2a3b1dfde1b30fc163fa" @@ -34,8 +34,8 @@ class Chatblade < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "distro" do @@ -84,13 +84,13 @@ class Chatblade < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pygments" do @@ -114,8 +114,8 @@ class Chatblade < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -139,13 +139,13 @@ class Chatblade < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do From 9cc70b72557ca18c07d373eeaf13b3789d398dc2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:14:17 +0000 Subject: [PATCH 06087/10074] check-jsonschema: bump python resources --- Formula/c/check-jsonschema.rb | 42 ++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/Formula/c/check-jsonschema.rb b/Formula/c/check-jsonschema.rb index 2405b22af0588..30c66fb2cefd5 100644 --- a/Formula/c/check-jsonschema.rb +++ b/Formula/c/check-jsonschema.rb @@ -6,6 +6,7 @@ class CheckJsonschema < Formula url "https://files.pythonhosted.org/packages/51/8e/67e40a319334f5beed9943a4f28de527e27599e07600e10063fb5f18f8b0/check_jsonschema-0.33.0.tar.gz" sha256 "504fe09f268d2d25d58381d1ed1d5ae8f6e80e7f300e8b155317b40f9f6db8f6" license "Apache-2.0" + revision 1 head "https://github.com/python-jsonschema/check-jsonschema.git", branch: "main" bottle do @@ -33,13 +34,13 @@ class CheckJsonschema < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "fqdn" do @@ -63,13 +64,13 @@ class CheckJsonschema < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do - url "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz" - sha256 "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" + url "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz" + sha256 "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" end resource "python-dateutil" do @@ -83,13 +84,13 @@ class CheckJsonschema < Formula end resource "regress" do - url "https://files.pythonhosted.org/packages/69/d0/db85f957d8e738557f9d37ebc5792ea0e8552170b99feb27213d5b1f7bd1/regress-2025.3.1.tar.gz" - sha256 "c7ba8d16e5053d773f488664c10180989e77f24228b446ec985ed76e3ac05901" + url "https://files.pythonhosted.org/packages/65/8f/87f88d2fb104c21d83355a218cec6b1176f9d02d824cb32287fa2d701c7c/regress-2025.5.1.tar.gz" + sha256 "bb372b76ea6a50935128f065eca4fe6649ec446f0ecf9d73ac0cd19b68acadc7" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rfc3339-validator" do @@ -103,13 +104,18 @@ class CheckJsonschema < Formula end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz" - sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "six" do @@ -118,8 +124,8 @@ class CheckJsonschema < Formula end resource "types-python-dateutil" do - url "https://files.pythonhosted.org/packages/a9/60/47d92293d9bc521cd2301e423a358abfac0ad409b3a1606d8fbae1321961/types_python_dateutil-2.9.0.20241206.tar.gz" - sha256 "18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb" + url "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz" + sha256 "13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5" end resource "uri-template" do From 4f8f35b21711ef15212ab5396343d070c828869b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:14:27 +0000 Subject: [PATCH 06088/10074] checkdmarc: bump python resources --- Formula/c/checkdmarc.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index 4a1d72d420a0d..93802fb49f2ae 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -6,6 +6,7 @@ class Checkdmarc < Formula url "https://files.pythonhosted.org/packages/de/86/0f0d08402bc7184d5cd04be366b66087c93cd8616f008f8b808888e3a0da/checkdmarc-5.8.6.tar.gz" sha256 "1e36d52fc73bdcad8f9904e47c3213c71126eb1ca69b6aa8e43f460cf8e4d52c" license "Apache-2.0" + revision 1 head "https://github.com/domainaware/checkdmarc.git", branch: "master" bottle do @@ -47,8 +48,8 @@ class Checkdmarc < Formula end resource "publicsuffixlist" do - url "https://files.pythonhosted.org/packages/d8/c3/1ec33b2f8b88c03b873c905a29b9ec27758fdb07d19fb3e881bf5ec2ac1e/publicsuffixlist-1.0.2.20250605.tar.gz" - sha256 "27cb854acc9ebc7e4da646d9cb9a5b4d74d9fe75cb95872de466f0790cc6678b" + url "https://files.pythonhosted.org/packages/84/a7/5e93777bf7989ef23694169637c3344f369c756453ea96f581e97e134b97/publicsuffixlist-1.0.2.20250608.tar.gz" + sha256 "0b8472c18bf1e5b36ea2be1a81704de97a682e4c47246300b81a1c67d15c1983" end resource "pyleri" do @@ -62,8 +63,8 @@ class Checkdmarc < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "timeout-decorator" do From a69690b629560202c060f51badefdfb42ed7038d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:14:42 +0000 Subject: [PATCH 06089/10074] storj-uplink 1.130.8 --- Formula/s/storj-uplink.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index 5abc81ec775fd..6017c7bdcdf9b 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -1,8 +1,8 @@ class StorjUplink < Formula desc "Uplink CLI for the Storj network" homepage "https://storj.io" - url "https://github.com/storj/storj/archive/refs/tags/v1.130.4.tar.gz" - sha256 "af51392fce1855d0e53d92c45a2809a8d68df7028b3d3ae5c3b3a45ac8e79865" + url "https://github.com/storj/storj/archive/refs/tags/v1.130.8.tar.gz" + sha256 "54a902a387f407dfbe84903109ec8df52b498ead7b8162a083f894eb79a262fb" license "AGPL-3.0-only" # Upstream creates stable releases and marks them as "pre-release" before From 7ea24d64b94acaedff43bef8ad8b957632722be6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:15:58 +0000 Subject: [PATCH 06090/10074] tomcat@9 9.0.106 --- Formula/t/tomcat@9.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tomcat@9.rb b/Formula/t/tomcat@9.rb index 85f996b6a28f9..767d87d10fe25 100644 --- a/Formula/t/tomcat@9.rb +++ b/Formula/t/tomcat@9.rb @@ -1,9 +1,9 @@ class TomcatAT9 < Formula desc "Implementation of Java Servlet and JavaServer Pages" homepage "https://tomcat.apache.org/" - url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-9/v9.0.105/bin/apache-tomcat-9.0.105.tar.gz" - mirror "https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.105/bin/apache-tomcat-9.0.105.tar.gz" - sha256 "ee86ee179493e610358b23a0f79ba70b9e76ade71157aada9ac7cdcdcdbe35f5" + url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-9/v9.0.106/bin/apache-tomcat-9.0.106.tar.gz" + mirror "https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.106/bin/apache-tomcat-9.0.106.tar.gz" + sha256 "1013311960cbc88be6d87ef946c685e16052a0d9d1a76e35d3d1ac4191b8e27d" license "Apache-2.0" livecheck do From c80f89a969689bf3970515712f6dd1f5ff3c918e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:19:24 +0000 Subject: [PATCH 06091/10074] cdk8s: update 2.200.96 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 46e46efb1167e..60450da352aa3 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" - sha256 cellar: :any_skip_relocation, sonoma: "f080f9ec79162dcbd15be7fb954d0985758ee6edbfabbf41260e9c1383122ed3" - sha256 cellar: :any_skip_relocation, ventura: "f080f9ec79162dcbd15be7fb954d0985758ee6edbfabbf41260e9c1383122ed3" - sha256 cellar: :any_skip_relocation, arm64_linux: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d5c502aedfd2c67dc1fb36fa242eda4bbe9b4ab969b3f8be3a38f2d324c3477" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" + sha256 cellar: :any_skip_relocation, arm64_ventura: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" + sha256 cellar: :any_skip_relocation, sonoma: "39ade4846187dde88a92ad2296e247bf3315a2ff79851191e4197059c9cf3804" + sha256 cellar: :any_skip_relocation, ventura: "39ade4846187dde88a92ad2296e247bf3315a2ff79851191e4197059c9cf3804" + sha256 cellar: :any_skip_relocation, arm64_linux: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" + sha256 cellar: :any_skip_relocation, x86_64_linux: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" end depends_on "node" From 860da02146c8781625bc10ec56c9802eba594745 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:19:48 +0000 Subject: [PATCH 06092/10074] octobuild: update 1.8.0 bottle. --- Formula/o/octobuild.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/octobuild.rb b/Formula/o/octobuild.rb index bc66dbbd10c34..a14f43c0c3bd3 100644 --- a/Formula/o/octobuild.rb +++ b/Formula/o/octobuild.rb @@ -9,13 +9,13 @@ class Octobuild < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcf28ddedd6966f418a0261937675783fdc28b05b039110ad12c303c5461dcf7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb47d1bfe2700c29530168a58e6a891886e3b9c2f3a116995f9166424bae6efc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8195cf1ddc828a99454636f95333cc9fd697af4bb3403d5ebdf7ff1e79227f02" - sha256 cellar: :any_skip_relocation, sonoma: "fd15daa3735cc44f80697b2804d13c980dcade0849ba1551e518ddee28e2cacf" - sha256 cellar: :any_skip_relocation, ventura: "f636e240f0593534d816805fa35d40dd1a189d234c5ca19c99be3b45ddd09c8e" - sha256 cellar: :any_skip_relocation, arm64_linux: "7eaa98da0a1213bc41b5452d2816d5a8a98a5bdf2c474b0e22f986dc59f15e50" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3362d910f2f9b447046d75f7feb044b679c35bcb1991597b1e0320fc24f9a695" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5310e5c897311a32efd76ca20f2368cccb984671d165e36ec5e560486a35392b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d069f88b2e44059974eec886685c3f7c0bc41ea078ace5d06a8842320f885e4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "79961f6eccd84162dbeba8bde89dd1f50d68c2131c009181cb94f1c6f7a43329" + sha256 cellar: :any_skip_relocation, sonoma: "db49813cedbeec94eef5eb32a772bdc1b3c3966639968326c815be429f72f02f" + sha256 cellar: :any_skip_relocation, ventura: "ddc5573014f92718017d1b5a8e48b2065732bc7671d53675142aec60a5e05378" + sha256 cellar: :any_skip_relocation, arm64_linux: "669ddce48a0bf416055272ec208403dcad70056ffeae37a1a7d2daf1ea2cec4e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd8b61fab648be327bd6ede7d06663e695b2d1e00fb61b2cb4325d3a3fe91d8b" end depends_on "pkgconf" => :build From 5664fe146193c0d2f85fb07e93e5f8b12714e91f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:20:05 +0000 Subject: [PATCH 06093/10074] conftest: update 0.61.2 bottle. --- Formula/c/conftest.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/conftest.rb b/Formula/c/conftest.rb index 1de6d155c9b7e..ef05594f157b5 100644 --- a/Formula/c/conftest.rb +++ b/Formula/c/conftest.rb @@ -7,12 +7,12 @@ class Conftest < Formula head "https://github.com/open-policy-agent/conftest.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8b03382894da082165886e5bf4f4f1e6ded9fc68bde4f6048e05d69f6e32e8f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a37b25ee1fbe0b3cbe6ee28109143647229ce58e0860f13614ab292b9008f6a8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "78efeda48178e09491a4b4efcd6aa39b590816127ff6e49647353503ffb8a6a3" - sha256 cellar: :any_skip_relocation, sonoma: "0585ee763e4db8593b9efbbe8f94b220a61f75941e5221bca8001e132e31b19e" - sha256 cellar: :any_skip_relocation, ventura: "955b2aa37b9f940bfc33ffeca06487f70b6afd0c835911d4aef10ee78c973e63" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f7f499a4acd18ff3496a9d161a428ee987de11bccda61d7f79e564b00953ade8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "db6f9c83b30924132636d3fc79e5f448a944f3bb4a1c50d8a99c42135204d7f1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "49902ad148ff9dda20a360e1d34eeb458c76d82d5f5c52c1942cfe7b5105a728" + sha256 cellar: :any_skip_relocation, arm64_ventura: "12179f5f96616530dab437b122e43a50b00b1a16ac2587ca6adb0e3ecb9000d1" + sha256 cellar: :any_skip_relocation, sonoma: "6a6a1529c93bcea86a4c675e99a1d56c96caec59b595ec10fa1db101ba6be66b" + sha256 cellar: :any_skip_relocation, ventura: "fd8df9dcf0ad678106663307591413ff37e916ffff2cc15ad2c393240b64c48f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "675fbbc9fbb7585a71d07f05ac1dda26694e34829458ac30340a30583709d10d" end depends_on "go" => :build From 0b9dd201cbba5a286b5c71ae26930b390a7f5ad9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:20:07 +0000 Subject: [PATCH 06094/10074] ddns-go: update 6.10.0 bottle. --- Formula/d/ddns-go.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index a4782ab1ac32c..562e7d1006ee2 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -7,12 +7,12 @@ class DdnsGo < Formula head "https://github.com/jeessy2/ddns-go.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b36dce839497f8139fd6ba2c4d7b08f4bdfdd904232661202699aea1ddc9807b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b36dce839497f8139fd6ba2c4d7b08f4bdfdd904232661202699aea1ddc9807b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b36dce839497f8139fd6ba2c4d7b08f4bdfdd904232661202699aea1ddc9807b" - sha256 cellar: :any_skip_relocation, sonoma: "38c6fe0a6cd1a24ccb1d6edf89b290ec04e75ec04f6d8a79c485e6d195eab2e2" - sha256 cellar: :any_skip_relocation, ventura: "38c6fe0a6cd1a24ccb1d6edf89b290ec04e75ec04f6d8a79c485e6d195eab2e2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1830545656ff61b38e4c3388c974dc8bb076c999cdf75025dda379c3792238a1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee5a04b70ea5887cca0d59b4779d68167c2fa903e6bd25c2958f52b10ad97e12" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee5a04b70ea5887cca0d59b4779d68167c2fa903e6bd25c2958f52b10ad97e12" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ee5a04b70ea5887cca0d59b4779d68167c2fa903e6bd25c2958f52b10ad97e12" + sha256 cellar: :any_skip_relocation, sonoma: "983b28f284606bd888c173d2a03a7a56b5bcbe34ea987ef02d9c61c23f5e9489" + sha256 cellar: :any_skip_relocation, ventura: "983b28f284606bd888c173d2a03a7a56b5bcbe34ea987ef02d9c61c23f5e9489" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5eb2eecfd9be37dfa5604c51125a094a03eb6578bafa51ea5bb38a55c36732c1" end depends_on "go" => :build From 48a39e1ed9c68a09e145e69e467ef35265fb01dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:20:22 +0000 Subject: [PATCH 06095/10074] harsh: update 0.10.22 bottle. --- Formula/h/harsh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/harsh.rb b/Formula/h/harsh.rb index f692a43d85315..91a802c82e11a 100644 --- a/Formula/h/harsh.rb +++ b/Formula/h/harsh.rb @@ -7,12 +7,12 @@ class Harsh < Formula head "https://github.com/wakatara/harsh.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "681743141ad4722b7161b6f11c6f513d4c5844ee51f25ba9f5535c85ca0eb64a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "681743141ad4722b7161b6f11c6f513d4c5844ee51f25ba9f5535c85ca0eb64a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "681743141ad4722b7161b6f11c6f513d4c5844ee51f25ba9f5535c85ca0eb64a" - sha256 cellar: :any_skip_relocation, sonoma: "c53ec508dd9962b23efba69a2948eecd0400a8468f571b869a4184c51f0e93cf" - sha256 cellar: :any_skip_relocation, ventura: "c53ec508dd9962b23efba69a2948eecd0400a8468f571b869a4184c51f0e93cf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "82d1afdfcec69c42387a91aeebc377b0c7709e4fbfdf5a990362e852a598e417" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2f582ac18703ce292d79434f447cbc34a9737e9126dd75ffc309215ecee043d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2f582ac18703ce292d79434f447cbc34a9737e9126dd75ffc309215ecee043d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e2f582ac18703ce292d79434f447cbc34a9737e9126dd75ffc309215ecee043d" + sha256 cellar: :any_skip_relocation, sonoma: "2c415d3f039f7aef867af13ffe3cfe9a7e881ec567ba12329baf8a438465373b" + sha256 cellar: :any_skip_relocation, ventura: "2c415d3f039f7aef867af13ffe3cfe9a7e881ec567ba12329baf8a438465373b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "768d4bad34551928261f87b117c1a5ff7e10b19647b9dad0fe0621097327f5ce" end depends_on "go" => :build From 5dfe03cc90ee3dc0ebf114c82eda122aeab4d6fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:21:25 +0000 Subject: [PATCH 06096/10074] ipsw: update 3.1.611 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 524cbc60d1537..d5d6a666d2ab6 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7995c7c7e41a30e7d02ddecd9cce226851f627a23ed51481392950752384e5f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d59b0d7711c913f1756da95223d7592a26cd449e606a7ad88bf00a592943141" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f449bc82fba6264cbd344047caaf545458ae0db6d1a4fafc42de37b5b01efaf8" - sha256 cellar: :any_skip_relocation, sonoma: "e3bfddcef2c59c6dbf242a5fa5d91871fe34185a6e498c17003b3511722b9b52" - sha256 cellar: :any_skip_relocation, ventura: "e4140f4a466f7d9b478915223554386a54f9cc21d9d2099e213545f651d335bc" - sha256 cellar: :any_skip_relocation, arm64_linux: "178e5c53ac2c0c14e4bd1c4fc162a7687a371c8429adfb9b2ac9d19eddbfe77d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "115920c17808c5f5341118bb3172433f7a70e65a451017d9aeb31523d75d11ed" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "edb75dfe830d9b35cd84a7722d4bb87f37c3a517cf4914031b00f2b38e950c95" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "302e7d0f6e7ee44ce440323b0748c685187b3087e410f3dc75f8eb0705a39b64" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3bcc7fe36c610c56c773e429a029285a2701a192c8e15691714b5bd4393c83e3" + sha256 cellar: :any_skip_relocation, sonoma: "34ea819050f6901c6e6c088e6191f471328fb40809bb91a41ab22df85606d3f2" + sha256 cellar: :any_skip_relocation, ventura: "da70806b4866dfcbc3d52bdfd95073ced50670ea47c04f0ff51474a0138d95b3" + sha256 cellar: :any_skip_relocation, arm64_linux: "506a45fae2472379527292eea3c16aa8a84f71b2cf41fbb90a35f8bf97714cb5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0c8e0d5c9eae590495b38b4fd5e76d87836893ea8795b0f85c836082c85af8fc" end depends_on "go" => :build From 926fb4033dcfd3f0b506e474f93a6f068ca0e059 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:21:27 +0000 Subject: [PATCH 06097/10074] jackett: update 0.22.2004 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index fee20aad705a3..40f399453314e 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "5311504663cb934b4bb38e5b685cf79def11f1fcda48a58898d756bf6c0f4724" - sha256 cellar: :any, arm64_sonoma: "63e4120f1ae981f60fc00fa93f19ae360946cde7449bbf31ac2bb84d914942e0" - sha256 cellar: :any, arm64_ventura: "8d22d9262af178cc057c6fa2522f3b27fa45d235436f4d88cf5b74864995ab13" - sha256 cellar: :any, ventura: "6dd027a613f7da2051959cf7dc669fefb3c93fcca2d526e69c14427f30bacc4e" - sha256 cellar: :any_skip_relocation, arm64_linux: "2435da10f14d0f9881578872c860c2ffb9b587d114455ad1d32a1e43b6d6d0b6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6450163be753fb76bc7a7d542da7afda51620effcc7cbd557e2fbe9d6a360e7a" + sha256 cellar: :any, arm64_sequoia: "71044885bdb500035d9f4f1062668c20cdfaa85ed46f2581e3ac20a8b659fbea" + sha256 cellar: :any, arm64_sonoma: "e8ae1b6e208064ce6f5cde7dc455d9a5c8eeb390bee3fd16c1de1c59651f6016" + sha256 cellar: :any, arm64_ventura: "559ba9be5c5b14ea6b2d79e009711ea324fb5b9b16f50cf478d91c0d699a5ba5" + sha256 cellar: :any, ventura: "d4e3992b79589a0dc8fc9c15a36f267a47f811bd069d53a100646b383dde2970" + sha256 cellar: :any_skip_relocation, arm64_linux: "f113b96129c4655ce23f72f533103bdf6b44b5a527a942193b7083732c2720bb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d3bd4f3b7fb151cfcf4bff759be63cd5b96645faf43f24c7e7a9615fbb0b5fd2" end depends_on "dotnet@8" From 8deb3619a6c5edc652e18e9301a7b53270f0f5c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:21:59 +0000 Subject: [PATCH 06098/10074] xray: update 25.6.8 bottle. --- Formula/x/xray.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/x/xray.rb b/Formula/x/xray.rb index e70723e8a018d..8b68c9287d178 100644 --- a/Formula/x/xray.rb +++ b/Formula/x/xray.rb @@ -12,12 +12,12 @@ class Xray < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1e778492bc1119a5675cd15a7481d155822a431b87f412fe8b4fe31681cd60e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1e778492bc1119a5675cd15a7481d155822a431b87f412fe8b4fe31681cd60e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e1e778492bc1119a5675cd15a7481d155822a431b87f412fe8b4fe31681cd60e" - sha256 cellar: :any_skip_relocation, sonoma: "0d5bba1bf75d922ebc48892ee6259ec81306d10c6772377806cba4d231a38624" - sha256 cellar: :any_skip_relocation, ventura: "0d5bba1bf75d922ebc48892ee6259ec81306d10c6772377806cba4d231a38624" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6eafd0e37c03de62a0c567b23cd6c044ce0db56b80edd8e0d841ef03990b3859" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b3ee3e6bfa6e35b304ffbe3ddd4f7bb40dcc438431033fdd6cb59c5b0c1f5b3a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3ee3e6bfa6e35b304ffbe3ddd4f7bb40dcc438431033fdd6cb59c5b0c1f5b3a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b3ee3e6bfa6e35b304ffbe3ddd4f7bb40dcc438431033fdd6cb59c5b0c1f5b3a" + sha256 cellar: :any_skip_relocation, sonoma: "1d93ee22a19e4d3f3673ef79b91237cfcfaf8e74dd91e909fd05f23e9610ca9c" + sha256 cellar: :any_skip_relocation, ventura: "1d93ee22a19e4d3f3673ef79b91237cfcfaf8e74dd91e909fd05f23e9610ca9c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b5cb1dc978861a72ec25390bbb9222d7b800bc463ee91f75df5f61fbefdfd864" end depends_on "go" => :build From cf22c4cc714474ede99d26ff456014a86d2ef0e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:24:06 +0000 Subject: [PATCH 06099/10074] gerust: add 0.0.6 bottle. --- Formula/g/gerust.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/g/gerust.rb b/Formula/g/gerust.rb index 9c4545f01ec73..5b237c56168de 100644 --- a/Formula/g/gerust.rb +++ b/Formula/g/gerust.rb @@ -6,6 +6,15 @@ class Gerust < Formula license "MIT" head "https://github.com/mainmatter/gerust.git", branch: "main" + bottle do + sha256 cellar: :any, arm64_sequoia: "33193f2009b585cad43201824cd2d2a10569a273a4a0e857074a4782b68eb731" + sha256 cellar: :any, arm64_sonoma: "f982608ccbbf5920150ba1da309deedf904ccdfbb55f65645bc67017431bb852" + sha256 cellar: :any, arm64_ventura: "cdf0346134b5e38f31a52465f2e5ef660cc4ef055c8edf48b52e0eced8fb8e48" + sha256 cellar: :any, sonoma: "e3fada255164a12a603566a0796a15cf35b40dda3ce167c71fec7aea2012e7d7" + sha256 cellar: :any, ventura: "f48ad8062f7f82cdcac0f0c39880c5f5e16449136da27c18772631bb9cdf7684" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4698c604170fa0fd07d963ccfc1f099db70e530ba6f476a7d1ff6a611a4d9589" + end + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "openssl@3" From 7a172e3ab2d6f3855eb3d197f602498accd3234b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:24:23 +0000 Subject: [PATCH 06100/10074] tun2proxy: add 0.7.10 bottle. --- Formula/t/tun2proxy.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/t/tun2proxy.rb b/Formula/t/tun2proxy.rb index 2218e690abee6..31e4c5218e95e 100644 --- a/Formula/t/tun2proxy.rb +++ b/Formula/t/tun2proxy.rb @@ -11,6 +11,15 @@ class Tun2proxy < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "195b50697e8e92c435c08da66593f6e18777f601f248051e335ba76fbe7cffbe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "53efedae49319528165c679f3329d350b261cfbc6ed51e42161a82d8ff63e54e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "afee4c3fa6f79f052a595e4c5807eb7cb8820c649486e8a0c3cbe5e88a24fa73" + sha256 cellar: :any_skip_relocation, sonoma: "44429ff24fef093ebd55d1883664fb089d3a1e5e7e980e886cce095dee628eb2" + sha256 cellar: :any_skip_relocation, ventura: "ab638df3db3eb0e6fab929d9264395b9b5aa21101777852cddd9800e11ede89a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "86ddcfa36fcc088f7f369f402cf46d43f1a4387dc62ef0fa69513c6728ca5992" + end + depends_on "rust" => :build def install From 037c4d5b6002cbdab1d3bb2154215f1b212387d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:32:24 +0000 Subject: [PATCH 06101/10074] nuitka: update 2.7.7 bottle. --- Formula/n/nuitka.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index 8168ac49c1d99..8066ab6f52725 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -8,13 +8,13 @@ class Nuitka < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7dbd52d63a20594e88f878186c6b0fda5605070ca387a7e9479193ae11a6fb1d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a21ba69f4f8c5159bb166499b472da94a86862df2afb6c7427c30021d70c4d7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "53427d791f5885848ecf23246a728a50d827f16eafa551682977fb8e5846e5c1" - sha256 cellar: :any_skip_relocation, sonoma: "76debc3a339410825cb2bf85e8d9ce265241fd2bd9a53aed2b4dcfb8e2108d54" - sha256 cellar: :any_skip_relocation, ventura: "b0ba0eeffd5d812fbfda74903aa05b7372f99b1ce532a3ecfa88f018d2b38353" - sha256 cellar: :any_skip_relocation, arm64_linux: "9c4ecf0bf69e51d97c98689effd0413aad77bc6a71a8e1ef54adae8a896a91ba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9476ad3184c70720b98ad1d2460a57bdf9a150c955a476e7f8a0dc320dad2855" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "12ee03d2ad52268852519b0db98fd7fb4a27ce091645afb241ac8e791c50fd2f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "181911612a715cb92bf9590c151bc467f6034f49096037791c5e0132b4e872ac" + sha256 cellar: :any_skip_relocation, arm64_ventura: "385e3c28fb79bded9404aa77a9dbb41550bfb8695f52e56f3f6813cd1a8fbeee" + sha256 cellar: :any_skip_relocation, sonoma: "8a63162f5cbaecb41cedfd355dccd1aba478045728a0461f7e9a50e577fa55e3" + sha256 cellar: :any_skip_relocation, ventura: "e5e4490558f126c0581eaa866b49736f036b79839200a94fcd94dba0045e7f34" + sha256 cellar: :any_skip_relocation, arm64_linux: "36060c2066851607209d0de4deb7670784841487c7eb392a8497263f74715c25" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f0afe97528c10078aa3b1c2bb6fb6a11554e1e4d76a5c413c725c8de927415a0" end depends_on "ccache" From b95d28c3dbcad717f47fdce5b5ddca557fe86a10 Mon Sep 17 00:00:00 2001 From: Pranjal Kole Date: Tue, 10 Jun 2025 10:36:31 +0530 Subject: [PATCH 06102/10074] mesheryctl: update ldflags mesheryctl has been migrated from layer5io to meshery --- Formula/m/mesheryctl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 4787b42bf6add..286d2b51a60bc 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -26,9 +26,9 @@ def install ldflags = %W[ -s -w - -X github.com/layer5io/meshery/mesheryctl/internal/cli/root/constants.version=v#{version} - -X github.com/layer5io/meshery/mesheryctl/internal/cli/root/constants.commitsha=#{Utils.git_short_head} - -X github.com/layer5io/meshery/mesheryctl/internal/cli/root/constants.releasechannel=stable + -X github.com/meshery/meshery/mesheryctl/internal/cli/root/constants.version=v#{version} + -X github.com/meshery/meshery/mesheryctl/internal/cli/root/constants.commitsha=#{Utils.git_short_head} + -X github.com/meshery/meshery/mesheryctl/internal/cli/root/constants.releasechannel=stable ] system "go", "build", *std_go_args(ldflags:), "./mesheryctl/cmd/mesheryctl" From b47619f8717a79489ca3681170c80fec154eebe8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:11:42 +0000 Subject: [PATCH 06103/10074] langgraph-cli 0.3.1 --- Formula/l/langgraph-cli.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index 4c4447834b738..189f45711f8b6 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -3,8 +3,8 @@ class LanggraphCli < Formula desc "Command-line interface for deploying apps to the LangGraph platform" homepage "https://www.github.com/langchain-ai/langgraph" - url "https://files.pythonhosted.org/packages/39/c1/6afcdf34b9fc3d42680a99a6cc08d3ce5f55a7ab49bebc4d1d0b528f1c50/langgraph_cli-0.2.12.tar.gz" - sha256 "1b3ec6017c80bdde833451d4372f5681909f73964f9cf5c84e344099faf0de09" + url "https://files.pythonhosted.org/packages/01/a5/ca0680f39e50b6ea8fd42714f082739729f211d71d221c0e585647db9b5a/langgraph_cli-0.3.1.tar.gz" + sha256 "4b6a74dd10792ea230d0293cc4faaae92f9f7ed889acb17378f711e9d79a2e14" license "MIT" bottle do @@ -17,6 +17,7 @@ class LanggraphCli < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "84f7ce0e64f0caad722b33128a54618be9bae29e2cdc2a5b79a753fde177ebef" end + depends_on "rust" => :build # for orjson depends_on "python@3.13" resource "anyio" do From f800f56d56d73f4a206827818bf4bf2eb2bb084e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:10:26 +0000 Subject: [PATCH 06104/10074] ansible: bump python resources --- Formula/a/ansible.rb | 49 ++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/Formula/a/ansible.rb b/Formula/a/ansible.rb index 572c81e9cde4d..6ed096c7cabdf 100644 --- a/Formula/a/ansible.rb +++ b/Formula/a/ansible.rb @@ -6,6 +6,7 @@ class Ansible < Formula url "https://files.pythonhosted.org/packages/a6/6f/b491cd89e0393810b67598098ccb6a204d6a9202c9733a541568f69f6dea/ansible-11.6.0.tar.gz" sha256 "934a948caa3ec1a3eb277e7ab1638b808b074a6e0c46045794cde7b637e275d8" license "GPL-3.0-or-later" + revision 1 head "https://github.com/ansible/ansible.git", branch: "devel" bottle do @@ -72,13 +73,13 @@ class Ansible < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/29/3a/eec45ce28d36913074547a06198c4f9f3855062ca18ab266e9e6a27b47c9/boto3-1.38.19.tar.gz" - sha256 "fdd69f23e6216a508bbc1fbda9486791c161f3ecd5933ac7090d7290f6f2d0f5" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "botocore" do - url "https://files.pythonhosted.org/packages/7f/78/c1b2fa6a267018062a66470e6e779366b4e64ab1178de8870ccc3a393cac/botocore-1.38.19.tar.gz" - sha256 "796b948c05017eb33385b798990cd91ed4af0e881eb9eb1ee6e17666be02abc9" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "cachetools" do @@ -97,8 +98,8 @@ class Ansible < Formula end resource "cmd2" do - url "https://files.pythonhosted.org/packages/f7/2a/018fe937e25e1db0cafeb358c117644a58cdba24f5bbee69c003faf0b454/cmd2-2.5.11.tar.gz" - sha256 "30a0d385021fbe4a4116672845e5695bbe56eb682f9096066776394f954a7429" + url "https://files.pythonhosted.org/packages/a2/6a/bbd2cb85f5da7c6a53fea13ac1b15c4b1b31bfc5cbada31a0ee6be92e2e8/cmd2-2.6.1.tar.gz" + sha256 "650a5892bf29b233d3d6775b5e3cc813648cff0d79134f707981f66baaed9f42" end resource "debtcollector" do @@ -137,8 +138,8 @@ class Ansible < Formula end resource "google-auth" do - url "https://files.pythonhosted.org/packages/94/a5/38c21d0e731bb716cffcf987bd9a3555cb95877ab4b616cfb96939933f20/google_auth-2.40.1.tar.gz" - sha256 "58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "idna" do @@ -192,8 +193,8 @@ class Ansible < Formula end resource "kubernetes" do - url "https://files.pythonhosted.org/packages/b7/e8/0598f0e8b4af37cd9b10d8b87386cf3173cb8045d834ab5f6ec347a758b3/kubernetes-32.0.1.tar.gz" - sha256 "42f43d49abd437ada79a79a16bd48a604d3471a117a8347e87db693f2ba0ba28" + url "https://files.pythonhosted.org/packages/ae/52/19ebe8004c243fdfa78268a96727c71e08f00ff6fe69a301d0b7fcbce3c2/kubernetes-33.1.0.tar.gz" + sha256 "f64d829843a54c251061a8e7a14523b521f2dc5c896cf6d65ccf348648a88993" end resource "lxml" do @@ -222,8 +223,8 @@ class Ansible < Formula end resource "ntc-templates" do - url "https://files.pythonhosted.org/packages/66/0f/b7167c3923373a409893721a68e6383dc6503d667611efdcfd46c957849c/ntc_templates-7.8.0.tar.gz" - sha256 "693536d228de466e0ce895226586f090eb91fcd4e209aeb12527391b4340fc62" + url "https://files.pythonhosted.org/packages/ad/93/9cb55fac6752b9e9c18412521f95aef43adb7651719dfead1e000a5e3956/ntc_templates-7.9.0.tar.gz" + sha256 "df4b4520c3dd41b33ad0746ea7742c63b13eb2860579c7648c348167af5432e2" end resource "oauthlib" do @@ -237,8 +238,8 @@ class Ansible < Formula end resource "openstacksdk" do - url "https://files.pythonhosted.org/packages/b8/72/0b7fe12a18f871dc57119651dba1a9c9976b8adcdfbad95b2e7224b06849/openstacksdk-4.5.0.tar.gz" - sha256 "ab7a1240207a6969ba09ceee8f16653805730677b4497a806cd956733651fe68" + url "https://files.pythonhosted.org/packages/52/7a/07813f7501792e6bd7e79a75cd94a5bbce20c7fd2679822d44397201b00a/openstacksdk-4.6.0.tar.gz" + sha256 "e47e166c4732e9aea65228e618d490e4be5df06526a1b95e2d5995d7d0977d3d" end resource "os-client-config" do @@ -252,8 +253,8 @@ class Ansible < Formula end resource "osc-lib" do - url "https://files.pythonhosted.org/packages/47/84/ecd798d1aee59b5501de21e8e69f98f5ba275464053be62309a4d4a4b85b/osc_lib-4.0.0.tar.gz" - sha256 "1dd15dd64c2b62101487a0f774821839df6b2baa5abc1a572c8e6c53314ee3e7" + url "https://files.pythonhosted.org/packages/a4/b1/ea4cb7eb0ab0702e08606f6072efafa8b6a35ecea520570bee9e44b54b31/osc_lib-4.0.2.tar.gz" + sha256 "403f9d4cc1b13d934a3483b43afaf50886447a224fec74ada2b6c7087ad3d77d" end resource "oslo-config" do @@ -422,8 +423,8 @@ class Ansible < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-credssp" do @@ -462,8 +463,8 @@ class Ansible < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "scp" do @@ -472,8 +473,8 @@ class Ansible < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "shade" do @@ -502,8 +503,8 @@ class Ansible < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzdata" do From d236b76cb68532b68dc4a5c700c86fd6280e9d22 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:05:17 +0000 Subject: [PATCH 06105/10074] oci-cli: update 3.58.1 bottle. --- Formula/o/oci-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index 217df7b230c01..1b2a9cf05dacd 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -9,13 +9,13 @@ class OciCli < Formula head "https://github.com/oracle/oci-cli.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "0e7e96bd5f33f0185d6f3d2c6b51370114b5b44eac746c737d277fc3df5c0cb1" - sha256 cellar: :any, arm64_sonoma: "62535a932e5c45aa9ef97d03b385bad003d147f215c8eb527dc317b2bda44d8b" - sha256 cellar: :any, arm64_ventura: "03c2bcdd07fde58bc4f1b7c57e748be31620caecd8ed0f2652e15da598cd8443" - sha256 cellar: :any, sonoma: "7289b6c7fcd3b4625204aeb80f1573b91a7ff09bf495463a21c8ae97cfe42a66" - sha256 cellar: :any, ventura: "2096cd0c1202da8889918cfdb6ebe0827acd63cc7625467be91e189c0b84762d" - sha256 cellar: :any_skip_relocation, arm64_linux: "fb5b37475c4805f4a080122d2230844e0105d34553aed82287d2045ee7bc5624" - sha256 cellar: :any_skip_relocation, x86_64_linux: "afcf8c72d3268a06cb92888eb26f47be3d2437c36e623d030ff45a2a9732c936" + sha256 cellar: :any, arm64_sequoia: "7f43ddddf13a6d140b1dbc3497e9ad458ab6244e940607a9c216867f18faac9f" + sha256 cellar: :any, arm64_sonoma: "94328ab704ace457101199d9ff71b11fbc6f50cb348b9fdc7016a1b0252b9961" + sha256 cellar: :any, arm64_ventura: "d1c90c17afd1ce6b3abc5c92e458d1272a5b7dfb337a764a65aedbbac838ebf2" + sha256 cellar: :any, sonoma: "bf9545c8b9ef91d4303bcbc35d5c29dbd973e14e006a3597380f87b9682ef56f" + sha256 cellar: :any, ventura: "ffcb407aefe0ef52349732f145b4e40a6a20c235e9db7f29e29595f9e79b7515" + sha256 cellar: :any_skip_relocation, arm64_linux: "fc7bc6457f23d99afc2a194051ed7db812079753c43abde3055be3c196239a06" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2697de97d514bcfcc06e0c8f102d26c89aab90641c609c78c8630b473bd85e3f" end depends_on "certifi" From 22d8e85b23a5b07d87e666d234ae96ea32307034 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:02:35 +0000 Subject: [PATCH 06106/10074] llama.cpp: update 5620 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 70e605232421b..594435377bc5c 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d77215d65ce18bb91a7e746edc20983dd6f001c5d16a851ca0703a82ae309ebb" - sha256 cellar: :any, arm64_sonoma: "8d7d56b082f2195636f7499f0766152901324abd8d46203db1f2a5d257a8ca42" - sha256 cellar: :any, arm64_ventura: "2a35906db52f235737f26255865735854075c4000d119e993badbdf7e7846a09" - sha256 cellar: :any, sonoma: "7b671b4ba5c6b7e96c177b953e97a3bbff5f2664df0003b9155094596c937f11" - sha256 cellar: :any, ventura: "837eb7b53cde2830e46ef43e94a17631f1d8430f80a7a889150607cb5f9af7b9" - sha256 cellar: :any_skip_relocation, arm64_linux: "31740a322065311eb6c7bc1157a9db8494fd61158d9732919c35e9a87ac67407" - sha256 cellar: :any_skip_relocation, x86_64_linux: "675dc6e3690af59ecf18a6a83022489bba8cbd60693963cf04189320317fd4d6" + sha256 cellar: :any, arm64_sequoia: "d11af61ec678d667b880a59eb4e8750465220590176e548fb057151f3aa44c7a" + sha256 cellar: :any, arm64_sonoma: "cf210db16efe1a821b473de843f7d03f6bf6f74df873dc215f6a059b256c13af" + sha256 cellar: :any, arm64_ventura: "be509d1dc51c26c62ce9fafdb16fb7a6a681d7cd8369ae1d1aaffdedaa6f42c9" + sha256 cellar: :any, sonoma: "e383fa7b4ef00f9610fc3a1563f4389bca2d5f142badf882b9a0b124dff05b37" + sha256 cellar: :any, ventura: "697ac8d5c64d59c1b964fdea598506f66b9cfbb9477d1c8afec6f7c3789014ab" + sha256 cellar: :any_skip_relocation, arm64_linux: "5e2adc33ec1d23b9aa3565c784bfbcda0453d8fefbb70880c53f530dc3c65d23" + sha256 cellar: :any_skip_relocation, x86_64_linux: "246842060311be024266698d3cde5dec4f3c89dd9db15466d992fb526bee5a98" end depends_on "cmake" => :build From efd6cb502fe9707bc9fcfb20074f664d7db1ae86 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:45:44 +0000 Subject: [PATCH 06107/10074] mesheryctl: update 0.8.100 bottle. --- Formula/m/mesheryctl.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 286d2b51a60bc..5b63130f0d5fa 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,14 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2a680c9d242e60e6e01790cdd847fe40053d280442fcd4ba20389a7710520db" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2a680c9d242e60e6e01790cdd847fe40053d280442fcd4ba20389a7710520db" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d2a680c9d242e60e6e01790cdd847fe40053d280442fcd4ba20389a7710520db" - sha256 cellar: :any_skip_relocation, sonoma: "9e8d9fd0a321f2a99af4c383df769109f099d7c9867f304845779af4802cb25a" - sha256 cellar: :any_skip_relocation, ventura: "9e8d9fd0a321f2a99af4c383df769109f099d7c9867f304845779af4802cb25a" - sha256 cellar: :any_skip_relocation, arm64_linux: "128b6e9802257fa51c52e01fed035656368df42e1b5dec51c1a2dc9b298ba9ff" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0aed273f3fcd756d932655f5e03c9856c423ef551b073b45f0fd3a234d03c3c7" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd18f86094ce9146c8bb294ebf28a14c23bba3147ab095ada32c3e4ad0dfeab4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd18f86094ce9146c8bb294ebf28a14c23bba3147ab095ada32c3e4ad0dfeab4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bd18f86094ce9146c8bb294ebf28a14c23bba3147ab095ada32c3e4ad0dfeab4" + sha256 cellar: :any_skip_relocation, sonoma: "c7debc417d09965386a28ca056c21bda133c131d2dcf440a69c6445fdf0604b2" + sha256 cellar: :any_skip_relocation, ventura: "c7debc417d09965386a28ca056c21bda133c131d2dcf440a69c6445fdf0604b2" + sha256 cellar: :any_skip_relocation, arm64_linux: "e85cd8f71a9f62c8acb6c64e57169f351f2e69693c7a04434532a2b11ec8a525" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4be1a9ac4bed349407d06895caa7d3b65e46533b265aef643c8f18e7ef570306" end depends_on "go" => :build From 80906bd6cc12ca9b74d6497afabb4132baeff3e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:47:28 +0000 Subject: [PATCH 06108/10074] checkdmarc: update 5.8.6_1 bottle. --- Formula/c/checkdmarc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index 93802fb49f2ae..7fdcb70df2c7e 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -10,7 +10,7 @@ class Checkdmarc < Formula head "https://github.com/domainaware/checkdmarc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "08a62f5811973023632906b78457f1c67c4fc8a215d0b2fefaed18d46a98721d" + sha256 cellar: :any_skip_relocation, all: "bb94624ba5d0c93ce57b5450b65d7f7ea3012e6e79da3858b57f6578750db734" end depends_on "certifi" From adf284e88a2346980d56c04e911fc198178b76c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:47:30 +0000 Subject: [PATCH 06109/10074] check-jsonschema: update 0.33.0_1 bottle. --- Formula/c/check-jsonschema.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/check-jsonschema.rb b/Formula/c/check-jsonschema.rb index 30c66fb2cefd5..797be3b646127 100644 --- a/Formula/c/check-jsonschema.rb +++ b/Formula/c/check-jsonschema.rb @@ -10,13 +10,13 @@ class CheckJsonschema < Formula head "https://github.com/python-jsonschema/check-jsonschema.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "62376f3d6cd7b8250e63574c08b3f32e79eb80cd6e8f13f462c0ea965a6f8c83" - sha256 cellar: :any, arm64_sonoma: "d69ad03adf04c4de3a8354813bb20bbf4e1af50339dd82d19308ac683b0b70a2" - sha256 cellar: :any, arm64_ventura: "735aec80abb71204e40a9847e1fd2d2c7288bd6f565b1a17c91ca1222a25c512" - sha256 cellar: :any, sonoma: "37676ef79cfa1ec2f28b5bebaaa607f046e6c5cd307d843665082a72444d914c" - sha256 cellar: :any, ventura: "12931d84537107a715d8689bbc1eb329c80bb6efa27586d7cb3144a2199ba0be" - sha256 cellar: :any_skip_relocation, arm64_linux: "a785b9213c02d67d27bc7bb20e33d426a41a958a58bc3f0cb958cf1675e7da1f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d35015abcc6e577b40c7ea1d6b77cfecc22acd90d04e65fb5ab8bf75e59e7f4e" + sha256 cellar: :any, arm64_sequoia: "a9c709bf0572b6f7a7ce55e0c96025ea0339fc88f14788bb000745f6718eb1c4" + sha256 cellar: :any, arm64_sonoma: "d27f5997aae3e3767e37484b9ea00278e13e0a026c0d96e4d6a1ba42ba552ed4" + sha256 cellar: :any, arm64_ventura: "597529eac0d01dcbaaeadec38b346e26e8a9f0d257ad31902ea039efc63d850d" + sha256 cellar: :any, sonoma: "07c014b598d443bcc0e87ccbef9f85edc736061f7df3e51b576117cbc2a9540f" + sha256 cellar: :any, ventura: "aa98b36493ee02d6b06beb815e5e3f2d17609f00ceedb6f472156b85911f9622" + sha256 cellar: :any_skip_relocation, arm64_linux: "ae151ab3c059d1a55673074e0e70cfa1cedcc2317b9579e918e5e74ab72f4ec3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3ccd2882733ced5791bc3743cd1964bbcc8a76fbb79e654f4f613321d4e98d5c" end depends_on "rust" => :build From f426648f6d9d62f0d2a9ff10c9db3b2d919a45eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:48:10 +0000 Subject: [PATCH 06110/10074] tomcat@9: update 9.0.106 bottle. --- Formula/t/tomcat@9.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/tomcat@9.rb b/Formula/t/tomcat@9.rb index 767d87d10fe25..44d29de356afc 100644 --- a/Formula/t/tomcat@9.rb +++ b/Formula/t/tomcat@9.rb @@ -11,7 +11,7 @@ class TomcatAT9 < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "9d946949fe17b5028e7d1dbdb9823847c1414467451d8cd9a659b76f8ce9abcd" + sha256 cellar: :any_skip_relocation, all: "659885498eef93d33f70ec9a72d419cfbab6e8c6307c1022f8c71721758f8791" end keg_only :versioned_formula From f6bb0fa3700720a7aac5e100cb39a48495399052 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:48:25 +0000 Subject: [PATCH 06111/10074] cf2tf: update 0.9.1_1 bottle. --- Formula/c/cf2tf.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/cf2tf.rb b/Formula/c/cf2tf.rb index 37155eda44642..0f218aba72448 100644 --- a/Formula/c/cf2tf.rb +++ b/Formula/c/cf2tf.rb @@ -10,14 +10,13 @@ class Cf2tf < Formula head "https://github.com/DontShaveTheYak/cf2tf.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "9484c90240dd27b16aaa154443d3f9004fd6cf3c5f0f90d1bd9bafeb1d0e8a3e" - sha256 cellar: :any, arm64_sonoma: "96c44f6db8e583cada2c0eb0f4f633768701febb1963cef35d95fc01dbcae232" - sha256 cellar: :any, arm64_ventura: "2443965de239f1418ee045b96292132b9f8db08d7e43bdae45dfbe34914ee111" - sha256 cellar: :any, sonoma: "a47edb766183a195086eb42c08a9e430138a94dde90a85676f238b95e7cb2e33" - sha256 cellar: :any, ventura: "95781872e0f5985c51cf6f83aea2838e6a3e0f6ff296fec2ecd446b8bea9c75f" - sha256 cellar: :any_skip_relocation, arm64_linux: "3139a1bcc40d3c0126f344447499af8a4f1c23f3b28138ee170fb7887151f057" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ade866bb2254c75d5cace101298f1b7480b1d5c19933f648fa3dd9644badefc9" + sha256 cellar: :any, arm64_sequoia: "3771a70ab84179447bc88760179f87a56aa25b6e9bb6633a5c7523d3102053ce" + sha256 cellar: :any, arm64_sonoma: "4c35dbc83b658c0b9456b4fdd3b2c38548a85bb765aa3c0f80ed41e3df73dcf4" + sha256 cellar: :any, arm64_ventura: "182672df00a7f14bc864471b3ab475226fd3c42d2aca051c64ef5720b9c7217b" + sha256 cellar: :any, sonoma: "fc6bf014869bae740aff6d79377cb819057e5605d3c12d312ca77fa94490c7df" + sha256 cellar: :any, ventura: "486ec64d2cc071ba2c7c9deb5b5222c867f6ff9569297a79ac5610dd9b82e35a" + sha256 cellar: :any_skip_relocation, arm64_linux: "2debd7332f03f38108977e62e08892573ff3b79134a2d234eed8f74c11511649" + sha256 cellar: :any_skip_relocation, x86_64_linux: "13e6cfb22c28e73c36bbb7bd0941623627446d6d1c7a2a25e23cad5d779a3b22" end depends_on "cmake" => :build From e5b9a3509aa27f9b8b14ae46cb162818d0b7a77a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:48:26 +0000 Subject: [PATCH 06112/10074] chatblade: update 0.7.0_2 bottle. --- Formula/c/chatblade.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chatblade.rb b/Formula/c/chatblade.rb index 6c21607b5ccbc..0da98ccab5e2f 100644 --- a/Formula/c/chatblade.rb +++ b/Formula/c/chatblade.rb @@ -9,13 +9,13 @@ class Chatblade < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "48c207e91e7634bec0e99ae575e8400f2bae03a3a54f2a3b1dfde1b30fc163fa" - sha256 cellar: :any, arm64_sonoma: "0934833346a0ba2b4499b1e210fd763851754c6cc5f46b41fc9e2935583ff20e" - sha256 cellar: :any, arm64_ventura: "6740bca5fd14099ae0cf7a978811fc037abf33c391e015de674a54abac49e7ba" - sha256 cellar: :any, sonoma: "84af1dabb21944fd6e03622826bff07e90d8dbf0edfdd528e275d6d0acbf2e37" - sha256 cellar: :any, ventura: "093a051a0a4de63090639552cd23e377abd3eda0f49b0fb01ef328cbadc38d04" - sha256 cellar: :any_skip_relocation, arm64_linux: "2b32f894de86ba78cd65e8c306686b3c9b1cca74c867f6f76b6773b0f233aebe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "80e1bdf9bc920247c208c9a53dc59685236872e7ffa6dc7f73a32ac2097eed5d" + sha256 cellar: :any, arm64_sequoia: "395c310d500fe697ceaf6282ba1f1d5c672b4fb23c94e50283ee8225b2c53bc6" + sha256 cellar: :any, arm64_sonoma: "f158cdd72c3f6cccbfb132b7817fdcf508270aaad18efe376c38ac2a0242fa4e" + sha256 cellar: :any, arm64_ventura: "157a1956cc73037a9b42b8bc0f0acd04a2647eeb0fd36ecbbd2a051ef1b5f574" + sha256 cellar: :any, sonoma: "d3c6c03dbbbae7ae53fc4c9e8435d218532690b35123f8880279ea72d3a353d5" + sha256 cellar: :any, ventura: "122e515b072efded46c939270c5216a256055a12da78dca5c023f9c85bbbdaf4" + sha256 cellar: :any_skip_relocation, arm64_linux: "a5b15af77d54d059c3f6bab6de3e0fc15a613be4524cc3639b38d46a66640c60" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6af70d4b29cbecf1d3e1d3496a3993cfd8f875bb035abb248e74220694e411c" end depends_on "rust" => :build From 78c9025137f7ce97658caa7d556f38d3dc949e7a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:48:43 +0000 Subject: [PATCH 06113/10074] certbot: update 4.0.0_1 bottle. --- Formula/c/certbot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index 4ebf540acd0c6..d08df0f2b3d7a 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -12,13 +12,13 @@ class Certbot < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebb58721365d9eb126a45edb91c53793adf27cb07eeb1bf96cb39af4e7e122cb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebb58721365d9eb126a45edb91c53793adf27cb07eeb1bf96cb39af4e7e122cb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ebb58721365d9eb126a45edb91c53793adf27cb07eeb1bf96cb39af4e7e122cb" - sha256 cellar: :any_skip_relocation, sonoma: "bca6a25dd14a0bd3b8fda4c5ec90b88e7d048193e9b3ffcc9349f0c08117ce1e" - sha256 cellar: :any_skip_relocation, ventura: "bca6a25dd14a0bd3b8fda4c5ec90b88e7d048193e9b3ffcc9349f0c08117ce1e" - sha256 cellar: :any_skip_relocation, arm64_linux: "ebb58721365d9eb126a45edb91c53793adf27cb07eeb1bf96cb39af4e7e122cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ebb58721365d9eb126a45edb91c53793adf27cb07eeb1bf96cb39af4e7e122cb" + sha256 cellar: :any, arm64_sequoia: "9a5bee505f0ec3ce36398fdd3a1d151089d3df415e6fa63edf1402eb9a0bc2bb" + sha256 cellar: :any, arm64_sonoma: "a84be3256c9e6b28acb1ba451e279185d01a7f4a6ce1fb4c5a6584681907cd11" + sha256 cellar: :any, arm64_ventura: "e3b868dd1e5aa9975cce33c88a235668114b1e5cae070eefc4baaf84c373dbf1" + sha256 cellar: :any, sonoma: "ac17b5eabeaf245ff7e00185233dec5aa9cc50f421a92a673c6f2540c7018a30" + sha256 cellar: :any, ventura: "e10c0adb851a2c02483d7ff7fc93235ab25d6113023f04adfa4356506c0c847f" + sha256 cellar: :any_skip_relocation, arm64_linux: "51821681784f58d59594a15f24b46b47c0e4a9716943f8257e7118bb29c2a460" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2123a85ea6041c24be1382f33a2f1a18f6b77f98b04a0740d0c2a99b00596804" end depends_on "augeas" From 6c2216d9f373107d694c8ae113d5a19dad55c1b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:49:02 +0000 Subject: [PATCH 06114/10074] censys: update 2.2.17_1 bottle. --- Formula/c/censys.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/censys.rb b/Formula/c/censys.rb index c37c34bd9b69d..d748a36d7daa9 100644 --- a/Formula/c/censys.rb +++ b/Formula/c/censys.rb @@ -9,13 +9,13 @@ class Censys < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "038bfb0acdfbd0fef5a26dadbba5ceb7f44f4af277f8e8ed3a29ac534ec55100" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "038bfb0acdfbd0fef5a26dadbba5ceb7f44f4af277f8e8ed3a29ac534ec55100" - sha256 cellar: :any_skip_relocation, arm64_ventura: "038bfb0acdfbd0fef5a26dadbba5ceb7f44f4af277f8e8ed3a29ac534ec55100" - sha256 cellar: :any_skip_relocation, sonoma: "6f4ba8c73927c025e5866e419871e66194940829c4599935200d983bff221d5a" - sha256 cellar: :any_skip_relocation, ventura: "6f4ba8c73927c025e5866e419871e66194940829c4599935200d983bff221d5a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a845233194bd8740aad99d915578ef34a7c8fa9f543c1c2f587082a6c7700ff0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a845233194bd8740aad99d915578ef34a7c8fa9f543c1c2f587082a6c7700ff0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3700a636ba00613846ab7187a1e09667e95601b8fd872bbe2bbfadc57cba399d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3700a636ba00613846ab7187a1e09667e95601b8fd872bbe2bbfadc57cba399d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3700a636ba00613846ab7187a1e09667e95601b8fd872bbe2bbfadc57cba399d" + sha256 cellar: :any_skip_relocation, sonoma: "5c8ca67692b25e3bb01d9898e4101f8b24921c36ab12e427f67c85e5d253c36c" + sha256 cellar: :any_skip_relocation, ventura: "5c8ca67692b25e3bb01d9898e4101f8b24921c36ab12e427f67c85e5d253c36c" + sha256 cellar: :any_skip_relocation, arm64_linux: "f8fdc980f9766e9acc4382019f24a45dd235709c180ad37e902978f2700dba44" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f8fdc980f9766e9acc4382019f24a45dd235709c180ad37e902978f2700dba44" end depends_on "certifi" From a7c715ff977bea4d84eb7ec34ae26a9a2fbb1917 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:49:18 +0000 Subject: [PATCH 06115/10074] bpython: update 0.25_1 bottle. --- Formula/b/bpython.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bpython.rb b/Formula/b/bpython.rb index 75ebb5a262bec..2cf02b388e54e 100644 --- a/Formula/b/bpython.rb +++ b/Formula/b/bpython.rb @@ -12,13 +12,13 @@ class Bpython < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "06bf6629f26910b0566487146288f2bfb1a22f2d4475fd8edfa40b846f999a70" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c859efd5a00b94aa9a44b5220ef48454b6f8ec2144334f56c04613bac6ad5471" - sha256 cellar: :any_skip_relocation, arm64_ventura: "40ded59a27e86ff42fe70298d5c2599ac2a87fcfa9f816e1bcbad96371c2e91f" - sha256 cellar: :any_skip_relocation, sonoma: "688b211f53cd9632034f46c4337bc1840c15e38c14ea430027e80e53204e36e5" - sha256 cellar: :any_skip_relocation, ventura: "c9d34b976f66b6d5519f209703ac1248a16136db2a644f6ffca3485019784f26" - sha256 cellar: :any_skip_relocation, arm64_linux: "ed3ce49336e167299dd2f293d67a290fc4054cca82bcc4f0dff25460e0416240" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7632a46277b96ead7b36d94f1b19d43cd05d96c1e7e5c6f8230f126c436343e9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d60da6cf634294cda7f89a9d197be247defda0d7ba77c496a63bf5dacd22432" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a98ae347f658f3e58fcbbb30f04979b88825759baad584c43436e792e485c81" + sha256 cellar: :any_skip_relocation, arm64_ventura: "16cb7d1a3c0d87fba4a1f7ae50ee5fa75354d4d0541d385ef1c5ee8000642a3f" + sha256 cellar: :any_skip_relocation, sonoma: "3e8907e65b0fe7c9e5dbb6affb9f23be5bba9f83f613b908c269fc109ab5205a" + sha256 cellar: :any_skip_relocation, ventura: "6e1dcdc560f76f6b0ec201364bc18dce2a20db4aaa6685c019cb81cfb21a4bfa" + sha256 cellar: :any_skip_relocation, arm64_linux: "ec77b4e9f45e004fbac154adfeda3e88fe968101e598ae2aea1b5a74f4a8ec21" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b637086839e8ef3b5e8f289854a3ca524029a1c426ff74d7053af65b34cf3cb5" end depends_on "certifi" From ecf64816dd7baf7072f6716fa7b63dbdd45b1ae5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:49:42 +0000 Subject: [PATCH 06116/10074] borgmatic: update 2.0.6_1 bottle. --- Formula/b/borgmatic.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/borgmatic.rb b/Formula/b/borgmatic.rb index c30a681714b94..8018d8ea27164 100644 --- a/Formula/b/borgmatic.rb +++ b/Formula/b/borgmatic.rb @@ -9,13 +9,13 @@ class Borgmatic < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "4955b8d13f39ea0860c1d9adf9fe5124abca2188a3ceae2cc71b00bc72666473" - sha256 cellar: :any, arm64_sonoma: "318aa7cd47a7ab9b0137f2382eb5d3109978fc788390000f8f31ec35f21c7ff5" - sha256 cellar: :any, arm64_ventura: "093568962c6a132bfbc48769e216e60471182562a1413a49bcde7fd7a900da33" - sha256 cellar: :any, sonoma: "a5299c9dbb9f6abcbf2557bb5117e9a91a3fd7ef5d08a35468bfbd899c1761a6" - sha256 cellar: :any, ventura: "2878db66e946d8792c77970ce0f992fd010e13cb02d09074126e5308120873a1" - sha256 cellar: :any_skip_relocation, arm64_linux: "398e2afda5ca89c526da068b58191882e1a6d99f28fc6bd661cdda35b8f6ef0b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b4a4d48220d8d13853fe9dd47850f022e3e62ae781f8d3146a7f4b5218c0e042" + sha256 cellar: :any, arm64_sequoia: "e98c544410321956a6a96762731331a60983cda901db405a87547fe7d5441e8c" + sha256 cellar: :any, arm64_sonoma: "708606193f5b0f53aa346fb3b822a6d4b8f14107016d63805779e18bf9b857fb" + sha256 cellar: :any, arm64_ventura: "81c4f0df777ea6ae7fd9149e65d4d9438f14d030aea30a6ec6b1ea9b8fe555c3" + sha256 cellar: :any, sonoma: "62b79c8dfaa13dc67ed0b875d9fb1485f6f89646e5000b0107f4d6fd232444f5" + sha256 cellar: :any, ventura: "2bf966c4438b5efb05b0952f78ef371cca59857f0dbb5ce7e0641583b49de05f" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba631506d6f992b0fc03e658ed9d4a07bb3884f46a5aadd8e0eebf748499e606" + sha256 cellar: :any_skip_relocation, x86_64_linux: "547305cf7fa3207e9a9ee89ca2ca7084bb71ca2e0a45da3b26c2af0ac957bbb4" end depends_on "rust" => :build # for rpds-py From 16ba70549c3174d9b85bb1e3a806b18add3a0e0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:49:51 +0000 Subject: [PATCH 06117/10074] bbot: update 2.5.0_1 bottle. --- Formula/b/bbot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bbot.rb b/Formula/b/bbot.rb index e7802a800b656..098f0830f25fb 100644 --- a/Formula/b/bbot.rb +++ b/Formula/b/bbot.rb @@ -9,13 +9,13 @@ class Bbot < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "9e6f0059118ed2a6080f183be67bbac3862b1dc2d32629ba000905be689136eb" - sha256 cellar: :any, arm64_sonoma: "305a143f951e6250c500797631d66c7b3be39a16f7a63a4caa0afaccdcd29348" - sha256 cellar: :any, arm64_ventura: "d10c25d48bcae1151ba7b77d90bfd8f119c8624e2f48a0723474a233062a0e64" - sha256 cellar: :any, sonoma: "bc1610533afd83568b0358c340b71c522a10e05fa29c33353c72613cf24f9ca0" - sha256 cellar: :any, ventura: "362287c266af4cfd502579ec3aba9821496e3af25977d4343a35762297dc7755" - sha256 cellar: :any_skip_relocation, arm64_linux: "6f093d3493e8b0ea2afc427f179db9bb5b70b2a509e0374ea517289fd25c7ae0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc30b5a5f3b7c46a751a95b9e85ca9147e6e6a882a33db045f6254cd2d9f8283" + sha256 cellar: :any, arm64_sequoia: "fbd8caa2d756ced239a26f149b8740866051e9babfeb4bcdbe82f3b1d1da72a4" + sha256 cellar: :any, arm64_sonoma: "77bc3b1ebdd3d7ab52b2368af6dfbf992b8cc20d952fa0368543be84da821363" + sha256 cellar: :any, arm64_ventura: "293e06b94dfdae692e5f711974612afa23d2346bedd3e55049349374deed0ba6" + sha256 cellar: :any, sonoma: "53eccc64384385ed18f0147e273d5ddab55b00266eb6bcd7aee4b4af41715fe4" + sha256 cellar: :any, ventura: "331adefa6173668f80a65d340b17817e2701fb85946e4e1ce1a15fc281add61a" + sha256 cellar: :any_skip_relocation, arm64_linux: "3499d2a39f8c2a6f7a23b42e137dde890e5450729f4ffb8922ae9ec13686660f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0f9e9162957d5fdd9debd8f6b3ff8e286b9ee3c3068d77b2051acbe98797a2de" end depends_on "cmake" => :build From 312ffcb7950862d9239b181367a6f0886420ec47 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:50:03 +0000 Subject: [PATCH 06118/10074] bandcamp-dl: update 0.0.17_1 bottle. --- Formula/b/bandcamp-dl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bandcamp-dl.rb b/Formula/b/bandcamp-dl.rb index 8abb4c5775b67..941b7c807aba3 100644 --- a/Formula/b/bandcamp-dl.rb +++ b/Formula/b/bandcamp-dl.rb @@ -12,7 +12,7 @@ class BandcampDl < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "d9efd68207c36b160b6c6baa3aa4d86c8058c7b55c06e59bcddee0d17a977715" + sha256 cellar: :any_skip_relocation, all: "0211c0e1d2b149b2ee8b7cfb62498a5e95d73f42e5054b54f82ec5e17d13dfb7" end depends_on "certifi" From ba3013b06bc061afb56e32636cf52b7e8efb17a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:50:44 +0000 Subject: [PATCH 06119/10074] bagels: update 0.3.9_1 bottle. --- Formula/b/bagels.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bagels.rb b/Formula/b/bagels.rb index 2a4e7ddf42b30..a47ca33239a20 100644 --- a/Formula/b/bagels.rb +++ b/Formula/b/bagels.rb @@ -9,13 +9,13 @@ class Bagels < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "3965ab39ce8b7928c55b3e775f9f3eb80a762a8d0389d06494f5c5b7783332f5" - sha256 cellar: :any, arm64_sonoma: "e7808dfef3745bed95d0054bd070d4b626b4a24b2e035db91a72f01d750d289c" - sha256 cellar: :any, arm64_ventura: "41cd8e74fd710b299efc54a6db869cf10522f8411136f8ace9e14294d28877b7" - sha256 cellar: :any, sonoma: "4a73292e823da0ecb9d193eac8a066529f0c32438fdff4f8837e8342f60edad9" - sha256 cellar: :any, ventura: "e157f0c22756bc01974c28d0b6141af3453234ea5b4bf5800c39324b5d0e31f1" - sha256 cellar: :any_skip_relocation, arm64_linux: "f0c520b26268b807954fa581c1820910a4266df65f0c3ad59973f3acc85aee52" - sha256 cellar: :any_skip_relocation, x86_64_linux: "69a2e7e185700ea158cf81c4c825e0f7854750e421eb360caa5cad9a7f720b79" + sha256 cellar: :any, arm64_sequoia: "a2c90dd7c2abc9499d871c0c8a2d473b18c24bf32bf53b733b9a596201329605" + sha256 cellar: :any, arm64_sonoma: "453b39b334cef33ffd546c4436c875bee30e94e1efecedf31b2a4f82970a3558" + sha256 cellar: :any, arm64_ventura: "15ee1a4e41ed2dd14a0ae2f59d0509af2da9d73cbd348e46404535754bd63c5d" + sha256 cellar: :any, sonoma: "c370824aac5df92152fc77c47199c056bb5aae8e25309c1390f81fc2cd06cc16" + sha256 cellar: :any, ventura: "589aba11c7c7caae6be38944a21f30274ee744a30fab9431a2b173647ae0d49e" + sha256 cellar: :any_skip_relocation, arm64_linux: "5435b8353fdb040c8b7583d4e1ec0d040f01fad9a17b5a4779898f3f6d704661" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6d5a37b5c2ef70840b8a0647117ed2028d1fd82bc48d17f9dc6e2033934883c2" end depends_on "rust" => :build # for pydantic_core From 3758414d887a9dedf7a8cd72597088f3d15f7e2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:50:46 +0000 Subject: [PATCH 06120/10074] b2-tools: update 4.3.3_1 bottle. --- Formula/b/b2-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/b2-tools.rb b/Formula/b/b2-tools.rb index ea21608f85f1e..e2aac6e6364be 100644 --- a/Formula/b/b2-tools.rb +++ b/Formula/b/b2-tools.rb @@ -9,13 +9,13 @@ class B2Tools < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c45cc2ba764cc671ce4e085d52468201e8eefcb423431a3b21fe3a003895d0fb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c45cc2ba764cc671ce4e085d52468201e8eefcb423431a3b21fe3a003895d0fb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c45cc2ba764cc671ce4e085d52468201e8eefcb423431a3b21fe3a003895d0fb" - sha256 cellar: :any_skip_relocation, sonoma: "f7b448d99f73b89042204257fef9a66a1d2a2fc5225ef0767244b49b6c0ecb86" - sha256 cellar: :any_skip_relocation, ventura: "f7b448d99f73b89042204257fef9a66a1d2a2fc5225ef0767244b49b6c0ecb86" - sha256 cellar: :any_skip_relocation, arm64_linux: "8316c13eeb6169db67f56f324052821100e5edcd7b4347cc48a122af663c9dba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8316c13eeb6169db67f56f324052821100e5edcd7b4347cc48a122af663c9dba" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8d9668cb85b020e41ebda2854aec79b644896488f061b336789108bf728be05" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8d9668cb85b020e41ebda2854aec79b644896488f061b336789108bf728be05" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d8d9668cb85b020e41ebda2854aec79b644896488f061b336789108bf728be05" + sha256 cellar: :any_skip_relocation, sonoma: "31e83a7a76d20d3994bcec5bb1be4e95e6c1cf7a38a9f706eac49f0ec5326c2b" + sha256 cellar: :any_skip_relocation, ventura: "31e83a7a76d20d3994bcec5bb1be4e95e6c1cf7a38a9f706eac49f0ec5326c2b" + sha256 cellar: :any_skip_relocation, arm64_linux: "e669cda345803fd027a6be564b6e1137b5754e3c5dc3e445e4eaca4fb109c65b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e669cda345803fd027a6be564b6e1137b5754e3c5dc3e445e4eaca4fb109c65b" end depends_on "certifi" From 1ee80482cc7d6313b5ec272331c226fa03fb9171 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:50:53 +0000 Subject: [PATCH 06121/10074] awscurl: update 0.36_1 bottle. --- Formula/a/awscurl.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/a/awscurl.rb b/Formula/a/awscurl.rb index 2686f1f0b4800..87784e7b89d06 100644 --- a/Formula/a/awscurl.rb +++ b/Formula/a/awscurl.rb @@ -10,8 +10,7 @@ class Awscurl < Formula head "https://github.com/okigan/awscurl.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "f13670bbd5d0dd632377a14b891c024656917d4e22994d9262d887c9b176d670" + sha256 cellar: :any_skip_relocation, all: "30ab3e1f3198bc3b9cb38d37c3ba8dc847d352d03c8a7c9499a256b46f1dd25b" end depends_on "certifi" From 067a998c9c9be9c6619a7c6b9483433675dae5fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:51:27 +0000 Subject: [PATCH 06122/10074] aws-elasticbeanstalk: update 3.24.1_1 bottle. --- Formula/a/aws-elasticbeanstalk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-elasticbeanstalk.rb b/Formula/a/aws-elasticbeanstalk.rb index 55c3f1aeb6185..5186a973e58a1 100644 --- a/Formula/a/aws-elasticbeanstalk.rb +++ b/Formula/a/aws-elasticbeanstalk.rb @@ -9,13 +9,13 @@ class AwsElasticbeanstalk < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "9cd1c6543a333094de24bc9860f0f0ea01b3d75ce016356d01bf3255179c2e14" - sha256 cellar: :any, arm64_sonoma: "7e0ba2e0554ea54275b91da71c798feedb55d4198e7619ff1cea1f39d70f4523" - sha256 cellar: :any, arm64_ventura: "e60885264763af055818e3cc14fd3a3caa057c1e7f2be0464649504a917c3512" - sha256 cellar: :any, sonoma: "c07ba7380d5da7a0d4cde291d55af9cf2926d4f3beed84bc9f12f9b3ae7b9b57" - sha256 cellar: :any, ventura: "94d7a0742d967305372c2584323f4a65d8a484aa79928c185a916214b0f3c009" - sha256 cellar: :any_skip_relocation, arm64_linux: "6c02efed3c333c14fc1a2a8f5d1c5fc92daf80ce0010feee6dc1fe97ef7294de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b06abba5fb89b47af3a2ee4268c514573cddf8fb19c6c6754d3e7f66690bc36e" + sha256 cellar: :any, arm64_sequoia: "5c6dc9d27783dfd47007559d612c4ae04b86f51547b260fd4ed4a9aa454a4039" + sha256 cellar: :any, arm64_sonoma: "91f1549ca22cc59759a2647a6b732241b2c5ed2f51fcc72be0a3bbcefcc74673" + sha256 cellar: :any, arm64_ventura: "29a14e7199535fb9ffde85b85c4cab190f19c82cfc3cb4dc1f51fbef6fba24c8" + sha256 cellar: :any, sonoma: "e4ec9ef3a1db1875fc582e027c0ab8688e1bb19c7175ca1a819d539d2b5421c5" + sha256 cellar: :any, ventura: "d189e9589a8f3bbb358a8f3f684847effef5c2e61e79d0a4ec4803cd2df7199e" + sha256 cellar: :any_skip_relocation, arm64_linux: "4ba320974d5c47b1161a794377f466d9443e152fddb701e2af105e1fdc1360ff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a2cc1e7e325f6fb73c9f10d7efcad5f06d28fa351652d1d00aa9a336070ab292" end depends_on "rust" => :build # for bcrypt From e5a5f90bed6b93a30a45732e86554deae8102de8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:51:30 +0000 Subject: [PATCH 06123/10074] aws-sso-util: update 4.33.0_2 bottle. --- Formula/a/aws-sso-util.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/a/aws-sso-util.rb b/Formula/a/aws-sso-util.rb index 2732311286e50..d1b608867d5ad 100644 --- a/Formula/a/aws-sso-util.rb +++ b/Formula/a/aws-sso-util.rb @@ -10,14 +10,13 @@ class AwsSsoUtil < Formula head "https://github.com/benkehoe/aws-sso-util.git", branch: "master" bottle do - rebuild 2 - sha256 cellar: :any, arm64_sequoia: "9903e41ae7e257555039f86152b41d0a6f7b27955a2744cf2f1f2c997191c9dd" - sha256 cellar: :any, arm64_sonoma: "ad43abbb7a0a7c3ba61dce0b6af56eb92f83430be36df384f9ef7ac4864e8eed" - sha256 cellar: :any, arm64_ventura: "efb299f6b966cb9e1a499c3bd713e90dbddd4b807cd3c9879c457d1c7926c47a" - sha256 cellar: :any, sonoma: "7805d4f7f3d2ea04b5f1cfef139aa3f031c4072386b2023942b29120c92c8204" - sha256 cellar: :any, ventura: "801c69f860d2be4906b323f4799b894bb7946d96dc279bdf0f5099b0ee5b6b6e" - sha256 cellar: :any_skip_relocation, arm64_linux: "a1aa8bc4fbcfbef80e0ea2fd10bed7dc83a3ca1334be0a4eb40fbd7b538a9b46" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3273d21f75eb5bd2de2a7d52e46260752499e052ec13b18e7cb83c1597fa5b5d" + sha256 cellar: :any, arm64_sequoia: "68d18487c975bbc47e8f0eb4d0170bc7c60884b31918c145ea111d0659f1b41e" + sha256 cellar: :any, arm64_sonoma: "92904df19f2fc1c977af4b59799571cbced6fae71452545f327a2e9a3e047b85" + sha256 cellar: :any, arm64_ventura: "809ed01bb4972d16c37117227be92a6a4e9d443b978891f8c2ff4c5a29c3fb87" + sha256 cellar: :any, sonoma: "43d39bcdf25ec278797fc9e5f6847021b5ae7c1a2b56ca74c0560233d505033b" + sha256 cellar: :any, ventura: "03bbb571d7242982898f2fc063181d52af0f7f621cf399aee6bb22189c4abe32" + sha256 cellar: :any_skip_relocation, arm64_linux: "34057a787c1d2778eeaa9fe79a9ec69a9a3c32ccac0719927b590460f22776fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f11cac4e63da93ddd604ccbc9505332a6cc89ea2dcba317b8f5d98d0b5e5872a" end depends_on "rust" => :build # for rpds-py From 6b98b81059607f6b47cd51282485544564461d3d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:51:32 +0000 Subject: [PATCH 06124/10074] aws-sam-cli: update 1.140.0_1 bottle. --- Formula/a/aws-sam-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-sam-cli.rb b/Formula/a/aws-sam-cli.rb index 539fec5b280d7..a7fc3eb0c3cae 100644 --- a/Formula/a/aws-sam-cli.rb +++ b/Formula/a/aws-sam-cli.rb @@ -9,13 +9,13 @@ class AwsSamCli < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "6dd4f066e0e4ba1e60645b5df2d5538d8ee00f5c8ac968f5b52aa6944fc0fd9d" - sha256 cellar: :any, arm64_sonoma: "b5836f452f9df2fee1b8ee5d74e87b954232fc2737bd8df6b801e050eb571239" - sha256 cellar: :any, arm64_ventura: "38cc171989a7d56141421baca83806e7896d16daca912ab94bd3b44f93db3779" - sha256 cellar: :any, sonoma: "3060fd85dba795791bdd6dcb574683ccc6cc76f34f288a7a04a6145b24339921" - sha256 cellar: :any, ventura: "0bc0e111833aeb8ed98449ff520095d6241c1b509ae8f3af59f0a3b8cfeafcbb" - sha256 cellar: :any_skip_relocation, arm64_linux: "ac50ca291b8934bcca6c816220b741f34c38086e382d7ebcd48c66be3909343b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b4091cabfb14fdba6e6bccc7e03bece1c997694a5e46f1bd7c85e93d135d0806" + sha256 cellar: :any, arm64_sequoia: "74dc91e166893aad6fdf4eb351b7239a1e44a55f1f711c432c8c5d47ce55682f" + sha256 cellar: :any, arm64_sonoma: "6d652c341e2f8e6b3f3b9400023988307ef3e5fd332934679cfa47559ec14e94" + sha256 cellar: :any, arm64_ventura: "e2baa2cc6ebc55eeb5e4c58fd4152e98a22b879fb1a92a3dfc99913668968367" + sha256 cellar: :any, sonoma: "1fe36f8abc3d5eb8fdb8cf1829a2bd62f8224ba07acb816983248858b5b5b5be" + sha256 cellar: :any, ventura: "cd1632ff68c47d2acf2db80fbfdd96c0a17bc20e6f08536616a663de26bee028" + sha256 cellar: :any_skip_relocation, arm64_linux: "4875a410c05864f5ddd3516d3bd62f4b7608faf6daf848afd83df421332fc201" + sha256 cellar: :any_skip_relocation, x86_64_linux: "db96a7435e4ebc052da2ff5023158290155eb37fd1e63e918aa6cff8ccf35015" end depends_on "pkgconf" => :build From e318dd817389b82c1c2205ea5c8af188119c1207 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:51:35 +0000 Subject: [PATCH 06125/10074] arjun: update 2.2.7_1 bottle. --- Formula/a/arjun.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/arjun.rb b/Formula/a/arjun.rb index 3ed9f0d124c8a..480e4c9d45638 100644 --- a/Formula/a/arjun.rb +++ b/Formula/a/arjun.rb @@ -9,7 +9,7 @@ class Arjun < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, all: "3c27e0658509ce22d7f7b8cd626c203f2b024f2228bdf476891d9bf987101630" + sha256 cellar: :any_skip_relocation, all: "ea8658d86433b47effde30e4b32de75562122a4e5641af87362c2279d032ffb5" end depends_on "certifi" From 28364d374487c8bd4fc0450d13938bbefa3f9363 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:51:58 +0000 Subject: [PATCH 06126/10074] aqtinstall: update 3.3.0_1 bottle. --- Formula/a/aqtinstall.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aqtinstall.rb b/Formula/a/aqtinstall.rb index 865a9d9105177..88687f535ecfc 100644 --- a/Formula/a/aqtinstall.rb +++ b/Formula/a/aqtinstall.rb @@ -9,13 +9,13 @@ class Aqtinstall < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9c9dd5e40d7bd533d8da2bb74d7315449731b18f7bb700a744070cd7d00c02c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "be17bb4b99450b17dc24764ae573bdc60efff0eb47a74264980c605ffafa175e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "01ae5a1db0def636b7a76062c68a9a147e2376abb916ec899b96e411ca4dc647" - sha256 cellar: :any_skip_relocation, sonoma: "a4e8a129ef5f6c66f9d7891e0bd803059b60e66e3763b96c97043267c79b085a" - sha256 cellar: :any_skip_relocation, ventura: "a2a5b8af8f1f847dd0b6cf7f07d3d99b752ce7775f58e59e7410dbd8da15d1b7" - sha256 cellar: :any_skip_relocation, arm64_linux: "fe5793553ea949f4aab1c7fa0da26925a6e285b08f5c4cb88c0ae3b82437644d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ed0671250344889120e275dd0e377d74e3276dbd4b3387a68f4cc0e87568829" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1800c98a44ca9f747a7cf2ce8e02ac2d59ce2942bf6af9ccf64a295061eee450" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d13e0b5e6231b627572bdadb2aa9dd21efd21f5ba3c60871331af940dc1217f6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3fef848cbf9f5fb81f2af90c70d283dc7c46afd272d0d797a227701f4025c9e5" + sha256 cellar: :any_skip_relocation, sonoma: "4ddfe08ab2fc3f6f10a5e6158cb9a7b1cf4f75ab5dd1bad37901b22ebcca4f27" + sha256 cellar: :any_skip_relocation, ventura: "8fc3dd98f7fc6a4a6b9bf7be0eef1966aaff6b5aa6d8d82eafe4bfb6f3231a82" + sha256 cellar: :any_skip_relocation, arm64_linux: "70568ba0757903863362359b25482e4a0d5a797146eb869dd55230c3417ed089" + sha256 cellar: :any_skip_relocation, x86_64_linux: "07aa400bab836bf643bb068bc9c530ce337485553321ee1433f1911769a97287" end depends_on "python@3.13" From 4d375d7a330cb0cbbfc51d7092414026bffee332 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:52:26 +0000 Subject: [PATCH 06127/10074] abi3audit: update 0.0.21_1 bottle. --- Formula/a/abi3audit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/abi3audit.rb b/Formula/a/abi3audit.rb index 0fc223cc08875..a76f05637c1fc 100644 --- a/Formula/a/abi3audit.rb +++ b/Formula/a/abi3audit.rb @@ -9,13 +9,13 @@ class Abi3audit < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e36f27017e8e199df79a1601d4139d5278c3329347233a853e4c8922c7cecc7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e36f27017e8e199df79a1601d4139d5278c3329347233a853e4c8922c7cecc7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1e36f27017e8e199df79a1601d4139d5278c3329347233a853e4c8922c7cecc7" - sha256 cellar: :any_skip_relocation, sonoma: "6d59ab072d0a24b00430eaadf44bcf606989b2ac6c46a9311180c1e90b5f6878" - sha256 cellar: :any_skip_relocation, ventura: "6d59ab072d0a24b00430eaadf44bcf606989b2ac6c46a9311180c1e90b5f6878" - sha256 cellar: :any_skip_relocation, arm64_linux: "663c72ba6c49dbb8d7e36f59f03bc2b9d89d70c08bb41e800106fb68a90ac0ed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2422391df386ced3511227fa44a6057b608610c9198ac35f05cf99f687705afb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "45ce7434dde77dbdd1160b08b01232887574ece25942c963e1a3d4568ae1f3b8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "45ce7434dde77dbdd1160b08b01232887574ece25942c963e1a3d4568ae1f3b8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "45ce7434dde77dbdd1160b08b01232887574ece25942c963e1a3d4568ae1f3b8" + sha256 cellar: :any_skip_relocation, sonoma: "e729efcec694432e3b2040afde6d245fa5e64b94e4ba01c023b097ea1a3926d3" + sha256 cellar: :any_skip_relocation, ventura: "e729efcec694432e3b2040afde6d245fa5e64b94e4ba01c023b097ea1a3926d3" + sha256 cellar: :any_skip_relocation, arm64_linux: "97281f4d91d1221ed2f0806d4b314865a448226a922d65145e1609acee7b54c5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "97281f4d91d1221ed2f0806d4b314865a448226a922d65145e1609acee7b54c5" end depends_on "cmake" => :build From b3435d89020cbea78a4cfc907dd78ba6c9b99d00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:52:43 +0000 Subject: [PATCH 06128/10074] benthos 4.53.0 --- Formula/b/benthos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/benthos.rb b/Formula/b/benthos.rb index 1bc4330308c4f..4c10a26d86f17 100644 --- a/Formula/b/benthos.rb +++ b/Formula/b/benthos.rb @@ -1,8 +1,8 @@ class Benthos < Formula desc "Stream processor for mundane tasks written in Go" homepage "https://github.com/redpanda-data/benthos" - url "https://github.com/redpanda-data/benthos/archive/refs/tags/v4.52.0.tar.gz" - sha256 "9a9db919569287a7cef2efb7bed990883c62db6694469529439f8e5c34f959b4" + url "https://github.com/redpanda-data/benthos/archive/refs/tags/v4.53.0.tar.gz" + sha256 "d8c8c5495764814c4804f177e9474fbe2d927cc423e78b358c4c60479c149edd" license "MIT" head "https://github.com/redpanda-data/benthos.git", branch: "main" From d19d15379da68dcab4298a1c4edd80b5083ddfdd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:52:48 +0000 Subject: [PATCH 06129/10074] aiven-client: update 4.7.2_1 bottle. --- Formula/a/aiven-client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aiven-client.rb b/Formula/a/aiven-client.rb index 6e46316da4f01..743d79c90b4e1 100644 --- a/Formula/a/aiven-client.rb +++ b/Formula/a/aiven-client.rb @@ -10,7 +10,7 @@ class AivenClient < Formula head "https://github.com/aiven/aiven-client.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "d8ddfad37c86b3568d5b0e58e499a1a5776b593dca83cd171142aa68b85c95c9" + sha256 cellar: :any_skip_relocation, all: "1746ce37abfb5d724b5c970bbb15fe420d93ad0cf11ef592b4dc83c1f70b4edb" end depends_on "certifi" From 0412bf0cb8d476797ef1b583d9c8c8963f253560 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:52:55 +0000 Subject: [PATCH 06130/10074] airshare: update 0.1.6_16 bottle. --- Formula/a/airshare.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/a/airshare.rb b/Formula/a/airshare.rb index 03d07ed5946ee..420b2f97bd0ec 100644 --- a/Formula/a/airshare.rb +++ b/Formula/a/airshare.rb @@ -11,14 +11,13 @@ class Airshare < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4b550bf1cf350929dcc4c64edd0df91db3b9b800ee418721d1705e33d33215a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1b5324e495b815efe00ec0c09090671c2eaca5ba646765f7fe32e69b19397da" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c288eec063472c2d29405feada5730445b2a53ddaed3e99d38a539bde78ec242" - sha256 cellar: :any_skip_relocation, sonoma: "6bf6cc80923dfeb6076056bdefde98cdedd59f02ccaf733b9c8af04369f9280b" - sha256 cellar: :any_skip_relocation, ventura: "c78c8e76814a75b1d0804179773455dc97094e762315ef8a830094c3c584aa18" - sha256 cellar: :any_skip_relocation, arm64_linux: "d0db9e226d715c89d276a8ba05284219008504ad30e01d6ef51672eec8fe455a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b9a6df81c0528040a14037b6b41f1430cac158b3c4972d629fd67ae234019f6c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d38659e242909f9b0c97ec3e5ccb37597b0df71068facdef398d7f3d89c2b68b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b0b915618d820866bc4d1f4f159a278df6ee3eddc933d37c1b569c7138b2833" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6516cb932a1f57aca5fbd37a0cf5df33de5c76c959d23ddd809913fc1b119a54" + sha256 cellar: :any_skip_relocation, sonoma: "5551b05af92257ae7ddf8eb285a336dcea9cca186643afd63c12c93b9a299c61" + sha256 cellar: :any_skip_relocation, ventura: "ce720d0756d630ac0e926c39ae2685e13deb1dfb3eb2aaf5bbd3d90e7629e213" + sha256 cellar: :any_skip_relocation, arm64_linux: "c769f20c08acbeef2fe4e811fc36a7050d6d2ccacb023b6b8d5034ed8050be8a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "177b713cb8748755563c838899c055434d0685769481c8554b354886fd72fc4b" end depends_on "python@3.13" From fc8a0b9170bb0a236e8e2d4db94c3f49053af2c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:53:07 +0000 Subject: [PATCH 06131/10074] apprise: update 1.9.3_1 bottle. --- Formula/a/apprise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/apprise.rb b/Formula/a/apprise.rb index 4e96688e45f40..ef2836a86f711 100644 --- a/Formula/a/apprise.rb +++ b/Formula/a/apprise.rb @@ -9,13 +9,13 @@ class Apprise < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "354b28f0fb23363894667645c28ca9901a14ef20542ed7e1f217008b9060e30e" - sha256 cellar: :any, arm64_sonoma: "ce7f87a5e4b166890f249446033ffccd2f75240a9a7756c5d09e9b6105241812" - sha256 cellar: :any, arm64_ventura: "05c8c0fd8290b6ad5d60a606270857a0c1c6a5812248e7cd7a7fad426e996fe9" - sha256 cellar: :any, sonoma: "ada7b48bcb889febea70f31b506ab1357ee00109815c2f72e2262d784c4409db" - sha256 cellar: :any, ventura: "0ff02200c042ed717c0202f4088055e0d611a21dba4620727177cc654384fd51" - sha256 cellar: :any_skip_relocation, arm64_linux: "f554695504727b87700262ef6cc6fe87040bffb8c1d6d059d69fbdd6984188d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c761465aba70b06dd7757c62c301daac2dc273c3d53feec956b4d3502633d030" + sha256 cellar: :any, arm64_sequoia: "efca83e33402cd9c97a47bc12239af471f75226c7e607d9cf9f545dc142469e8" + sha256 cellar: :any, arm64_sonoma: "7f839ea7e876f169d2681fd8b8929c3dea64f28670d4f6ac1efd1b9d5fde9f39" + sha256 cellar: :any, arm64_ventura: "3578cdef5e6ee0d226c1ee22999a28d22c9e83e2ca57684ed4b025e0c7fa39f2" + sha256 cellar: :any, sonoma: "479fdb08b2da41f4815691c88ad54d09d42337e2d095d66bcdd37786e28cd36a" + sha256 cellar: :any, ventura: "1a5047e13d554eba586031bc1d278bc5f641e77d5f3b5f074937f908b05c1940" + sha256 cellar: :any_skip_relocation, arm64_linux: "6439b294a7c9e49ceddfdca012bdcf9f6bd532c5de6b962818221666ebcd7ef8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "38c97c36594a2066ca1debd1ab23ab3ef0417adf9250a46b6380383b5ccd2c98" end depends_on "certifi" From ff191a350d49cc8e512c95ef79c184ffc64d321a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:54:53 +0000 Subject: [PATCH 06132/10074] clickhouse-sql-parser 0.4.10 --- Formula/c/clickhouse-sql-parser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/clickhouse-sql-parser.rb b/Formula/c/clickhouse-sql-parser.rb index 67bf106ed2e38..379e440b20446 100644 --- a/Formula/c/clickhouse-sql-parser.rb +++ b/Formula/c/clickhouse-sql-parser.rb @@ -1,8 +1,8 @@ class ClickhouseSqlParser < Formula desc "Writing clickhouse sql parser in pure Go" homepage "https://github.com/AfterShip/clickhouse-sql-parser" - url "https://github.com/AfterShip/clickhouse-sql-parser/archive/refs/tags/v0.4.9.tar.gz" - sha256 "4432b7d415c21249df05909c5f682dc503233aff78550c83c0ce64ccd0ae9afd" + url "https://github.com/AfterShip/clickhouse-sql-parser/archive/refs/tags/v0.4.10.tar.gz" + sha256 "548e5ba211323e45c55dd4a28184ef8851d5c21ee0b69f07254e3a87101ab19f" license "MIT" head "https://github.com/AfterShip/clickhouse-sql-parser.git", branch: "master" From 0d380a8089c1a54d0288acc4047d7d8e04e9dd01 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:13:32 +0000 Subject: [PATCH 06133/10074] bzt: bump python resources --- Formula/b/bzt.rb | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Formula/b/bzt.rb b/Formula/b/bzt.rb index bc0b6adc4498e..335618615081c 100644 --- a/Formula/b/bzt.rb +++ b/Formula/b/bzt.rb @@ -6,6 +6,7 @@ class Bzt < Formula url "https://files.pythonhosted.org/packages/89/68/79ef0e906c3b97405e98facacf49b71d445334480dec0ef99a9d54901837/bzt-1.16.42.tar.gz" sha256 "b7458646f20ee46f0195622bbdadffc2f791df7b39c68a6fdb04febb2ba39a19" license "Apache-2.0" + revision 1 head "https://github.com/Blazemeter/taurus.git", branch: "master" bottle do @@ -41,8 +42,8 @@ class Bzt < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/63/e7/fa1a8c00e2c54b05dc8cb5d1439f627f7c267874e3f7bb047146116020f9/aiohttp-3.11.18.tar.gz" - sha256 "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiosignal" do @@ -81,8 +82,8 @@ class Bzt < Formula end resource "cython" do - url "https://files.pythonhosted.org/packages/cf/f7/db37a613aec5abcd51c8000a386a701ac32e94659aa03fa69c3e5c19b149/cython-3.1.0.tar.gz" - sha256 "1097dd60d43ad0fff614a57524bfd531b35c13a907d13bee2cc2ec152e6bf4a1" + url "https://files.pythonhosted.org/packages/18/40/7b17cd866158238db704965da1b5849af261dbad393ea3ac966f934b2d39/cython-3.1.2.tar.gz" + sha256 "6bbf7a953fa6762dfecdec015e3b054ba51c0121a45ad851fa130f63f5331381" end resource "dill" do @@ -91,8 +92,8 @@ class Bzt < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" - sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "fuzzyset2" do @@ -141,8 +142,8 @@ class Bzt < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/da/2c/e367dfb4c6538614a0c9453e510d75d66099edf1c4e69da1b5ce691a1931/multidict-6.4.3.tar.gz" - sha256 "3ada0b058c9f213c5f95ba301f922d402ac234f1111a7d8fd70f1b99f3c281ec" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "multiprocess" do @@ -161,8 +162,8 @@ class Bzt < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "psutil" do @@ -176,8 +177,8 @@ class Bzt < Formula end resource "python-engineio" do - url "https://files.pythonhosted.org/packages/3c/9d/8492fbde3d4cb0e052de8a91a09754f222b5093f0342ef2dac92d60c751f/python_engineio-4.12.1.tar.gz" - sha256 "9f2b5a645c416208a9c727254316d487252493de52bee0ff70dc29ca9210397e" + url "https://files.pythonhosted.org/packages/ba/0b/67295279b66835f9fa7a491650efcd78b20321c127036eef62c11a31e028/python_engineio-4.12.2.tar.gz" + sha256 "e7e712ffe1be1f6a05ee5f951e72d434854a32fcfc7f6e4d9d3cae24ec70defa" end resource "python-socketio" do @@ -206,8 +207,8 @@ class Bzt < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "setuptools" do @@ -231,8 +232,8 @@ class Bzt < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do @@ -266,8 +267,8 @@ class Bzt < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From ccf9af43a6b7ed6220f612e2614978122b4eb176 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:57:17 +0000 Subject: [PATCH 06134/10074] django-completion 5.2.3 --- Formula/d/django-completion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/django-completion.rb b/Formula/d/django-completion.rb index 4351c45b5dfc0..21cfa2fbc5605 100644 --- a/Formula/d/django-completion.rb +++ b/Formula/d/django-completion.rb @@ -1,8 +1,8 @@ class DjangoCompletion < Formula desc "Bash completion for Django" homepage "https://www.djangoproject.com/" - url "https://github.com/django/django/archive/refs/tags/5.2.2.tar.gz" - sha256 "2f04f422a27f9d00145af42a6788a176317eb9c0e111ed4d666d631b65f88f58" + url "https://github.com/django/django/archive/refs/tags/5.2.3.tar.gz" + sha256 "2e2e2bda39e47123eb2c7f3cd1791df04352f70b1a4e79e23071c7ee27973509" license "BSD-3-Clause" head "https://github.com/django/django.git", branch: "main" From fe2e5885751c80583e636b88047578303d8a50e9 Mon Sep 17 00:00:00 2001 From: Alexander Becker Date: Tue, 10 Jun 2025 13:00:42 +0200 Subject: [PATCH 06135/10074] boring 0.11.5 --- Formula/b/boring.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/boring.rb b/Formula/b/boring.rb index cd561f0d98f41..19644fbb2fa55 100644 --- a/Formula/b/boring.rb +++ b/Formula/b/boring.rb @@ -1,8 +1,8 @@ class Boring < Formula desc "Simple command-line SSH tunnel manager that just works" homepage "https://github.com/alebeck/boring" - url "https://github.com/alebeck/boring/archive/refs/tags/0.11.4.tar.gz" - sha256 "a812f1475b5937d9b6d6b993fed34f3554a7ff9338ea6b6d21b19d4f9b5fc1e3" + url "https://github.com/alebeck/boring/archive/refs/tags/0.11.5.tar.gz" + sha256 "132c98e67165fa78e01ec89ea349ed767433fbdf3994b88f87761e4d41c4a3c8" license "MIT" head "https://github.com/alebeck/boring.git", branch: "main" From 217b58e6664b23c2923c069c309950eaa90a673a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:04:50 +0000 Subject: [PATCH 06136/10074] kubevpn 2.7.16 --- Formula/k/kubevpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 343b51fea658a..a32905c516247 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -1,8 +1,8 @@ class Kubevpn < Formula desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network" homepage "https://www.kubevpn.dev" - url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.15.tar.gz" - sha256 "c1a10d8ad8ba4b63195f3b7896532d7e1e135b4423a1450baf39c3356dba566c" + url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.16.tar.gz" + sha256 "24c7728797fb614c0fd69fcd878b872835d889cf25e8a140898a107f282ff999" license "MIT" head "https://github.com/kubenetworks/kubevpn.git", branch: "master" From 7285ca488e2ab8dd514010354349a8b0b11fb7f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:09:00 +0000 Subject: [PATCH 06137/10074] benthos: update 4.53.0 bottle. --- Formula/b/benthos.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/benthos.rb b/Formula/b/benthos.rb index 4c10a26d86f17..a19dd72182e9f 100644 --- a/Formula/b/benthos.rb +++ b/Formula/b/benthos.rb @@ -7,12 +7,12 @@ class Benthos < Formula head "https://github.com/redpanda-data/benthos.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a799c55fa8039592fb4d8c042077f73da05aa00014e4e0cb453fc6f8c767023" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a799c55fa8039592fb4d8c042077f73da05aa00014e4e0cb453fc6f8c767023" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5a799c55fa8039592fb4d8c042077f73da05aa00014e4e0cb453fc6f8c767023" - sha256 cellar: :any_skip_relocation, sonoma: "cd32808c282d66ec21aa523786fa3957a3c53c1ee1a2a3ad97e6271ba6962370" - sha256 cellar: :any_skip_relocation, ventura: "cd32808c282d66ec21aa523786fa3957a3c53c1ee1a2a3ad97e6271ba6962370" - sha256 cellar: :any_skip_relocation, x86_64_linux: "af417f9d1515d043c58f7818d8fe9e2bd7c7f263572462b258944e18c0f9dd46" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5723b16d59d32705cd4724b566b291fd264e66c709252c91b12e4ffd683b0f8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5723b16d59d32705cd4724b566b291fd264e66c709252c91b12e4ffd683b0f8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b5723b16d59d32705cd4724b566b291fd264e66c709252c91b12e4ffd683b0f8" + sha256 cellar: :any_skip_relocation, sonoma: "f41a73b54997873ca9687b50a0c7f5959e124cd12e542b8dc339ddf8f61b6833" + sha256 cellar: :any_skip_relocation, ventura: "f41a73b54997873ca9687b50a0c7f5959e124cd12e542b8dc339ddf8f61b6833" + sha256 cellar: :any_skip_relocation, x86_64_linux: "05080007948f1dba8e3021185db3739318613ad17f617b9d099db0bb6b07d4ec" end depends_on "go" => :build From a3ae2a6761941bfbb0ceb500c2ccfec6919e40b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:09:10 +0000 Subject: [PATCH 06138/10074] clickhouse-sql-parser: update 0.4.10 bottle. --- Formula/c/clickhouse-sql-parser.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/clickhouse-sql-parser.rb b/Formula/c/clickhouse-sql-parser.rb index 379e440b20446..99b0fe13d3905 100644 --- a/Formula/c/clickhouse-sql-parser.rb +++ b/Formula/c/clickhouse-sql-parser.rb @@ -7,13 +7,13 @@ class ClickhouseSqlParser < Formula head "https://github.com/AfterShip/clickhouse-sql-parser.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "386b26d4f173d87aca01be01e3617f35175c4f472e86b1dd4a7b473ef7dcb9f4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "386b26d4f173d87aca01be01e3617f35175c4f472e86b1dd4a7b473ef7dcb9f4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "386b26d4f173d87aca01be01e3617f35175c4f472e86b1dd4a7b473ef7dcb9f4" - sha256 cellar: :any_skip_relocation, sonoma: "ed0cf23a7e7c2cd45a050ded92753696ebb39b27276206332a2605b641ef6d3e" - sha256 cellar: :any_skip_relocation, ventura: "ed0cf23a7e7c2cd45a050ded92753696ebb39b27276206332a2605b641ef6d3e" - sha256 cellar: :any_skip_relocation, arm64_linux: "e218b79aedd7ba522b563d75497b4607c4e0d30800aa4d5f56fc948c91afee6c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2f2309430e4831e8674411a759386f8f9da146b2eda4872f22186163ffa8697b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "13b064263549c6713c801088ef8c274ec93a6cb8d7336e08816fd8841cac4b99" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "13b064263549c6713c801088ef8c274ec93a6cb8d7336e08816fd8841cac4b99" + sha256 cellar: :any_skip_relocation, arm64_ventura: "13b064263549c6713c801088ef8c274ec93a6cb8d7336e08816fd8841cac4b99" + sha256 cellar: :any_skip_relocation, sonoma: "3bc9845a3656de9d013bebcb0bd30f809cc6c2639a4baeb4626a5e347139370c" + sha256 cellar: :any_skip_relocation, ventura: "3bc9845a3656de9d013bebcb0bd30f809cc6c2639a4baeb4626a5e347139370c" + sha256 cellar: :any_skip_relocation, arm64_linux: "54174fb64eaeaf654fc8c16acc37f4f8f41b1f61f6260c2014cad285e3377503" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d0632d9623e1e572bb8269be6cbf139093533332db6aede7ca7a1a8113267643" end depends_on "go" => :build From aff9dffe064bb5b8444f382b7277f81fdb9d24e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:11:36 +0000 Subject: [PATCH 06139/10074] oxlint 1.0.0 --- Formula/o/oxlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 86b9139eb6f78..22cd5f495d0f4 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -1,8 +1,8 @@ class Oxlint < Formula desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust" homepage "https://oxc.rs/" - url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.18.1.tar.gz" - sha256 "055ffff4bd11e0f134b6dead0a56d8253344a531d0a431fd0967986e33fdafa5" + url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.0.0.tar.gz" + sha256 "6cb6d2add948ef9a495b2c5caac0faed268413e1f88558bb62a3ccfdce0a75fa" license "MIT" head "https://github.com/oxc-project/oxc.git", branch: "main" From 28a5881ed6c28e8c11c4dac6bc8225a3295c9498 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:15:09 +0000 Subject: [PATCH 06140/10074] renovate 40.49.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index e3b437a2320ed..36e3affa1467a 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.48.10.tgz" - sha256 "df55b0cddc6864e9bb989dbef150072ffce602ce62f4bbae382e621d2defced2" + url "https://registry.npmjs.org/renovate/-/renovate-40.49.0.tgz" + sha256 "0c0c91b4e883ddc30d64330724d9b8a7fdd2fe998bab2fc09ce6d95d0af1a985" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From cb7da0ae71701ca8795d942364a3697b2bc3541c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:16:52 +0000 Subject: [PATCH 06141/10074] django-completion: update 5.2.3 bottle. --- Formula/d/django-completion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/django-completion.rb b/Formula/d/django-completion.rb index 21cfa2fbc5605..11f6b11702f43 100644 --- a/Formula/d/django-completion.rb +++ b/Formula/d/django-completion.rb @@ -12,7 +12,7 @@ class DjangoCompletion < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "ba271d40a240d21b981b9f88b90a8c2abe49b1d45382a781661d5f6e1b4a477f" + sha256 cellar: :any_skip_relocation, all: "c2808a0e9f8880c3f145f53b848bf66e4627e13ad17d83aaa96212c28c474c68" end def install From 89d70d6dc419e24c3ef97f7683fe91321a3fa478 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:17:11 +0000 Subject: [PATCH 06142/10074] boring: update 0.11.5 bottle. --- Formula/b/boring.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/boring.rb b/Formula/b/boring.rb index 19644fbb2fa55..3819dd2cf98e4 100644 --- a/Formula/b/boring.rb +++ b/Formula/b/boring.rb @@ -9,13 +9,13 @@ class Boring < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebf05f99bd43f16fdd89a8884b3c6be5b3cd86097ea9a73f746221cd277043a2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebf05f99bd43f16fdd89a8884b3c6be5b3cd86097ea9a73f746221cd277043a2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ebf05f99bd43f16fdd89a8884b3c6be5b3cd86097ea9a73f746221cd277043a2" - sha256 cellar: :any_skip_relocation, sonoma: "fed2db3cc5792d30011ed4e887869b275b0ee357dd88733601c4b407d8563ecd" - sha256 cellar: :any_skip_relocation, ventura: "fed2db3cc5792d30011ed4e887869b275b0ee357dd88733601c4b407d8563ecd" - sha256 cellar: :any_skip_relocation, arm64_linux: "fd80ecd0cc095245eadbfc52ecd8a2e8d30b71d970c4f4854feeb0405481a2c4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ebb99a37b8bded7f8667d915865cae568800494d8a6b15306ed3172f5872f16f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa648fed1371ebf70a7bf6e074b42fef429c894c83716c83cb68e4d85115b7bd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa648fed1371ebf70a7bf6e074b42fef429c894c83716c83cb68e4d85115b7bd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fa648fed1371ebf70a7bf6e074b42fef429c894c83716c83cb68e4d85115b7bd" + sha256 cellar: :any_skip_relocation, sonoma: "13af457719b2caf176eaad23a801f58d5451bceb831376724c5a02b632711a25" + sha256 cellar: :any_skip_relocation, ventura: "13af457719b2caf176eaad23a801f58d5451bceb831376724c5a02b632711a25" + sha256 cellar: :any_skip_relocation, arm64_linux: "71f8c0338971cfb88d2a3449af922f3baaaf083f0a1fdd42708ab1b3ac496ec8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b74a7276ffb6e139fccc3f491521db8b986a99efe6f5607f05aa22aebdb79f73" end depends_on "go" => :build From 68ee8ba3b779c254fb99b75741598cb3517057aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:17:52 +0000 Subject: [PATCH 06143/10074] slackdump 3.1.4 --- Formula/s/slackdump.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/slackdump.rb b/Formula/s/slackdump.rb index ccc926f2809c0..a72af320901e4 100644 --- a/Formula/s/slackdump.rb +++ b/Formula/s/slackdump.rb @@ -1,8 +1,8 @@ class Slackdump < Formula desc "Export Slack data without admin privileges" homepage "https://github.com/rusq/slackdump" - url "https://github.com/rusq/slackdump/archive/refs/tags/v3.1.3.tar.gz" - sha256 "494c3b5efbb4e37d427bcdf15dc946b09e5fd5d13ddf17373ca216a14df8c27b" + url "https://github.com/rusq/slackdump/archive/refs/tags/v3.1.4.tar.gz" + sha256 "7bc0c9eacc444cb135f8f27b33596a77379ae9ee1230f532bf9b24770a1926e9" license "GPL-3.0-only" head "https://github.com/rusq/slackdump.git", branch: "master" From e1bf3112af809914c194654d0c1012426ce0181b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:18:40 +0000 Subject: [PATCH 06144/10074] sql-formatter 15.6.4 --- Formula/s/sql-formatter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sql-formatter.rb b/Formula/s/sql-formatter.rb index bf9345535b07b..a5f31f80bf3b2 100644 --- a/Formula/s/sql-formatter.rb +++ b/Formula/s/sql-formatter.rb @@ -1,8 +1,8 @@ class SqlFormatter < Formula desc "Whitespace formatter for different query languages" homepage "https://sql-formatter-org.github.io/sql-formatter/" - url "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.6.3.tgz" - sha256 "3119011d337a0564805064c41bf1789be9836260fcdeb96e8b97cbdcfe20fce8" + url "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.6.4.tgz" + sha256 "87eed4f3a0d0b64a35ebb790593ccd4d0f2066cb05865455191f6e6ba05bb81b" license "MIT" bottle do From 617c3758f26353981c355f84f7703b953e3a0120 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:34:47 +0000 Subject: [PATCH 06145/10074] slackdump: update 3.1.4 bottle. --- Formula/s/slackdump.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/slackdump.rb b/Formula/s/slackdump.rb index a72af320901e4..5eda3ff07d597 100644 --- a/Formula/s/slackdump.rb +++ b/Formula/s/slackdump.rb @@ -7,12 +7,12 @@ class Slackdump < Formula head "https://github.com/rusq/slackdump.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "98817070bccc778be83e88546235f312786ce0e61dc05bd8115e7eac20f5902c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "98817070bccc778be83e88546235f312786ce0e61dc05bd8115e7eac20f5902c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "98817070bccc778be83e88546235f312786ce0e61dc05bd8115e7eac20f5902c" - sha256 cellar: :any_skip_relocation, sonoma: "f5f08235aac56227e8363e5c4929913b1632d34975c6d4505763893693e1708f" - sha256 cellar: :any_skip_relocation, ventura: "f5f08235aac56227e8363e5c4929913b1632d34975c6d4505763893693e1708f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d643ebc5d710565cc84ef3ef7ca4fcb369a87c8318eb10a9ad99942e024245e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "52a150a46905f7929e15ffa102478db25179a70fa9e311b2a347fee632ed2b6b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52a150a46905f7929e15ffa102478db25179a70fa9e311b2a347fee632ed2b6b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "52a150a46905f7929e15ffa102478db25179a70fa9e311b2a347fee632ed2b6b" + sha256 cellar: :any_skip_relocation, sonoma: "bccafeef938cca55a8672481deab416bc3ad0644e16b6fafda0b51c8e4795b4d" + sha256 cellar: :any_skip_relocation, ventura: "bccafeef938cca55a8672481deab416bc3ad0644e16b6fafda0b51c8e4795b4d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2e0d1eaadd752299b3d495dfe9a84bce71571c6379aad8ec3e8b477a8acdf715" end depends_on "go" => :build From ecad5a7b6744bd37d9d09dccc21027ab1c68bd3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:40:35 +0000 Subject: [PATCH 06146/10074] oxlint: update 1.0.0 bottle. --- Formula/o/oxlint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 22cd5f495d0f4..c4ed44f7feb8d 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -12,13 +12,13 @@ class Oxlint < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "582ecce059d474cf016060adce3c23df1e604a994673fd87fa30f1a6c9d822f0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c486a096136d6457a498bcc67b0402f5529dfa5dcf95e96ba2f8be732432883" - sha256 cellar: :any_skip_relocation, arm64_ventura: "292830b30b54f0c90421a6258fc884bb32ca076a5c44c16b915e4e0ef1df1720" - sha256 cellar: :any_skip_relocation, sonoma: "c0cf5a301a04f35c23849e60961c221135a8c5a7bb0609e0b5a6372748528801" - sha256 cellar: :any_skip_relocation, ventura: "c0bda90a8a388e54e0577481f44482aeb6c40a447235a3793dfd9e59348d4345" - sha256 cellar: :any_skip_relocation, arm64_linux: "575f7f6fd6ee09b2e7fef970ac29cba779cbeb1f02e54d0dd2d5dc8b85c5790f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a538fd2d733716d617fd4b9609346f48c74c7185a0421b2272cb9e96811c014" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c662f312c988d44a7bd005c48665784ad8b5c0bb159010c58562c63badf915b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8411e66c3098c1f8939e66da5bba413d4c4cf35c6e75816fd0a00eb6684328b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2572e075f820566e739c4d7b7174af2a1367840063588c12e6bf0142fff47c64" + sha256 cellar: :any_skip_relocation, sonoma: "10437d4294ce46d694126b85aa58cf12231762b9702b8e745ebefa41840d8fa4" + sha256 cellar: :any_skip_relocation, ventura: "ac333eae5ee00a5cf0caaa8d139747c7612c6e6b5d8a63c925be7a8e38ad0baa" + sha256 cellar: :any_skip_relocation, arm64_linux: "92f4a796f2969c911f7015834b0e86ee62acf6b6f093b6282259a955243b18a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7433e43a3ad3296aceab55295cdad32b0c037df7daa4542cc5590bea89e2fb7a" end depends_on "rust" => :build From 6ce4fb3367fa347672aa6a84587bfbef58d9600e Mon Sep 17 00:00:00 2001 From: bishoy-at-pieces Date: Mon, 9 Jun 2025 23:16:19 +0300 Subject: [PATCH 06147/10074] pieces-cli 1.15.1 --- Formula/p/pieces-cli.rb | 109 +++++++++++++++++++++++++++++++++---- pypi_formula_mappings.json | 3 + 2 files changed, 101 insertions(+), 11 deletions(-) diff --git a/Formula/p/pieces-cli.rb b/Formula/p/pieces-cli.rb index 8d3d375b835dd..5066a6ae1b6a0 100644 --- a/Formula/p/pieces-cli.rb +++ b/Formula/p/pieces-cli.rb @@ -3,8 +3,8 @@ class PiecesCli < Formula desc "Command-line tool for Pieces.app" homepage "https://pieces.app/" - url "https://storage.googleapis.com/app-releases-production/pieces_cli/release/pieces_cli-1.14.0.tar.gz" - sha256 "f3cb1116d1d939aa6795fcbea8d91886a3c5e11c5dae350a547dfa52f6d4da22" + url "https://storage.googleapis.com/app-releases-production/pieces_cli/release/pieces_cli-1.15.1.tar.gz" + sha256 "e14b7b2c812148f334e6039a735bf21670fc79fc4aec3776aa2ea7daad0fe27b" license "MIT" @@ -25,6 +25,8 @@ class PiecesCli < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "9ee24ddbabab556682a2c0068b146f156ef3b7d25ad67946bcc5fb2ce0780f4d" end + depends_on "rust" => :build + depends_on "certifi" depends_on "libyaml" depends_on "python@3.13" @@ -33,21 +35,61 @@ class PiecesCli < Formula sha256 "8cbd76cd18c4f870ff39b24284d3ea028fbe8731a58df3aa581e434c575b9559" end + resource "annotated-types" do + url "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz" + sha256 "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" + end + + resource "anyio" do + url "https://files.pythonhosted.org/packages/95/7d/4c1bd541d4dffa1b52bd83fb8527089e097a106fc90b467a7313b105f840/anyio-4.9.0.tar.gz" + sha256 "673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028" + end + + resource "click" do + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" + end + + resource "h11" do + url "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz" + sha256 "4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" + end + + resource "httpcore" do + url "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz" + sha256 "6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" + end + + resource "httpx" do + url "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz" + sha256 "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" + end + + resource "httpx-sse" do + url "https://files.pythonhosted.org/packages/4c/60/8f4281fa9bbf3c8034fd54c0e7412e66edbab6bc74c4996bd616f8d0406e/httpx-sse-0.4.0.tar.gz" + sha256 "1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721" + end + + resource "idna" do + url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" + sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" + end + resource "markdown-it-py" do url "https://files.pythonhosted.org/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz" sha256 "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" end + resource "mcp" do + url "https://files.pythonhosted.org/packages/ff/97/0a3e08559557b0ac5799f9fb535fbe5a4e4dcdd66ce9d32e7a74b4d0534d/mcp-1.8.0.tar.gz" + sha256 "263dfb700540b726c093f0c3e043f66aded0730d0b51f04eb0a3eb90055fe49b" + end + resource "mdurl" do url "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz" sha256 "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" end - resource "pieces-os-client" do - url "https://files.pythonhosted.org/packages/6e/18/a14106e311333ae6d1c2ff580af7fb27cc0b0a65aea8417f3d26704eabbd/pieces_os_client-4.2.0.tar.gz" - sha256 "764b1b16a0c3d90ac054a827f886bf8826c96bd075d586e58c70aa3f8f769290" - end - resource "platformdirs" do url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" @@ -59,8 +101,18 @@ class PiecesCli < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/9a/57/5996c63f0deec09e9e901a2b838247c97c6844999562eac4e435bcb83938/pydantic-1.10.22.tar.gz" - sha256 "ee1006cebd43a8e7158fb7190bb8f4e2da9649719bff65d0c287282ec38dec6d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + end + + resource "pydantic-core" do + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" + end + + resource "pydantic-settings" do + url "https://files.pythonhosted.org/packages/67/1d/42628a2c33e93f8e9acbde0d5d735fa0850f3e6a2f8cb1eb6c40b9a732ac/pydantic_settings-2.9.1.tar.gz" + sha256 "c509bf79d27563add44e8446233359004ed85066cd096d8b510f715e6ef5d268" end resource "pygments" do @@ -78,6 +130,16 @@ class PiecesCli < Formula sha256 "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" end + resource "python-dotenv" do + url "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz" + sha256 "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" + end + + resource "python-multipart" do + url "https://files.pythonhosted.org/packages/f3/87/f44d7c9f274c7ee665a29b885ec97089ec5dc034c7f3fafa03da9e39a09e/python_multipart-0.0.20.tar.gz" + sha256 "8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13" + end + resource "pyyaml" do url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz" sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" @@ -93,9 +155,29 @@ class PiecesCli < Formula sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end + resource "sniffio" do + url "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz" + sha256 "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" + end + + resource "sse-starlette" do + url "https://files.pythonhosted.org/packages/8c/f4/989bc70cb8091eda43a9034ef969b25145291f3601703b82766e5172dfed/sse_starlette-2.3.6.tar.gz" + sha256 "0382336f7d4ec30160cf9ca0518962905e1b69b72d6c1c995131e0a703b436e3" + end + + resource "starlette" do + url "https://files.pythonhosted.org/packages/8b/d0/0332bd8a25779a0e2082b0e179805ad39afad642938b371ae0882e7f880d/starlette-0.47.0.tar.gz" + sha256 "1f64887e94a447fed5f23309fb6890ef23349b7e478faa7b24a851cd4eb844af" + end + resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" + end + + resource "typing-inspection" do + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do @@ -103,6 +185,11 @@ class PiecesCli < Formula sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end + resource "uvicorn" do + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" + end + resource "wcwidth" do url "https://files.pythonhosted.org/packages/6c/63/53559446a878410fc5a5974feb13d31d78d752eb18aeba59c7fef1af7598/wcwidth-0.2.13.tar.gz" sha256 "72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5" diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index e9d4fc1380e5d..59f0115a0763b 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -657,6 +657,9 @@ "pferd": { "exclude_packages": ["certifi", "cryptography"] }, + "pieces-cli": { + "exclude_packages": ["certifi"] + }, "pip-audit": { "exclude_packages": ["certifi"] }, From 40dc672ae7d4a1acf2c4cc69c0f6063f5c73c5b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:43:03 +0000 Subject: [PATCH 06148/10074] sql-formatter: update 15.6.4 bottle. --- Formula/s/sql-formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/sql-formatter.rb b/Formula/s/sql-formatter.rb index a5f31f80bf3b2..e0dc60db5a4dd 100644 --- a/Formula/s/sql-formatter.rb +++ b/Formula/s/sql-formatter.rb @@ -6,7 +6,7 @@ class SqlFormatter < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "622e3f25d262c9d1820924dac4f599f5b239fde6079695eb7826ebbd40fc0e94" + sha256 cellar: :any_skip_relocation, all: "376430bf9d8477f476ceb6678de35f3679d2d7e009e62a21048d5e383b023054" end depends_on "node" From 973624d3d5237644c88e0433b0aa0ec2b65dd77a Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 10 Jun 2025 13:43:00 +0200 Subject: [PATCH 06149/10074] g3log 2.5 Signed-off-by: botantony --- Formula/g/g3log.rb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Formula/g/g3log.rb b/Formula/g/g3log.rb index 70a235b247e77..dc89a7a59d3bf 100644 --- a/Formula/g/g3log.rb +++ b/Formula/g/g3log.rb @@ -1,8 +1,8 @@ class G3log < Formula desc "Asynchronous, 'crash safe', logger that is easy to use" homepage "https://github.com/KjellKod/g3log" - url "https://github.com/KjellKod/g3log/archive/refs/tags/2.4.tar.gz" - sha256 "a240673f6dda17a8d4d5768b6741534e6863e6c4d786c3678e4fe687eb115902" + url "https://github.com/KjellKod/g3log/archive/refs/tags/2.5.tar.gz" + sha256 "04925eeed93668e4ad354f2f4b4b5e16e2d7b16ea42ab977409be4a96d64303b" license "Unlicense" no_autobump! because: :requires_manual_review @@ -21,8 +21,14 @@ class G3log < Formula depends_on "cmake" => :build + # Fix CMake 4.0 build + patch do + url "https://github.com/KjellKod/g3log/commit/1894b060b91fe5b43e3d5eb42f5395448e4a0e4a.patch?full_index=1" + sha256 "4c513e8e1a0b809080d71d5087a4f7fcf18440d6a6623f254f7f76d2ae045df5" + end + def install - system "cmake", "-S", ".", "-B", "build", *std_cmake_args + system "cmake", "-S", ".", "-B", "build", "-DADD_G3LOG_UNIT_TEST=OFF", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" end From 2d114291249a03ae06baba2b6d56d543a500d854 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:45:44 +0000 Subject: [PATCH 06150/10074] renovate: update 40.49.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 36e3affa1467a..41e6ef0f6bbd0 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8d6c48027326b0d147832c1a184d4515763099beea56e1a4dd2fec052b738df" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce02ffbdbc7aece298654a152e32b76584e2ffe8876fbcc2333c66689e299bcb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "16908391c834ba05904157db375f6174f7313e469ffca12f2f02294a0784f32b" - sha256 cellar: :any_skip_relocation, sonoma: "617bc306eb87a194e19030f1ba11d6faa6b428f021de0f03c8f8200beab734f8" - sha256 cellar: :any_skip_relocation, ventura: "b8921777aa77b3f6729c7c212b5da6712db327f596a7ce552f11b91817872a1c" - sha256 cellar: :any_skip_relocation, arm64_linux: "b6765ccb18aed6056465865a6d3f4b8a1ff8babbf5070c27bc622022bbf406c2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f485ffc17cc2344c3b5dbb72219773dbd233fa4db8120abcd13b4daca7077e91" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "446896d83698659372951504c6a05a541f5fbec8436144e70aea48aa70e9def3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2676d4ca332448c2c8c10012294d9cdddf506453517518f16b72360781ce86df" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f530da4985fddab4317e08265a1f708d43097b8b9d8fdcb40bbd02a40093089e" + sha256 cellar: :any_skip_relocation, sonoma: "08d3eb85ce043b017de402bde61eff529e76cdb63b389fa4dbec25e914058564" + sha256 cellar: :any_skip_relocation, ventura: "bc91b487a5d36c22eb78a72eceffee9c71869fc3f7d576cab8da520743e44719" + sha256 cellar: :any_skip_relocation, arm64_linux: "178f78b7bb20548f84425aeb48e54a025cd5df55dcb20db5c2019c1053158594" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a6755e611d0e6dcd0ec1cdee6763d52ad90433ac1b23bc6262e9f60b50d3d742" end depends_on "node@22" From 5b02d8f8ed0dc57dd4bb55620c14340f9d5cfdea Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Mon, 9 Jun 2025 10:35:50 +0100 Subject: [PATCH 06151/10074] aws-vault 7.3.7 --- Formula/a/aws-vault.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/a/aws-vault.rb b/Formula/a/aws-vault.rb index c609863467286..4e85cc38d0e86 100644 --- a/Formula/a/aws-vault.rb +++ b/Formula/a/aws-vault.rb @@ -1,10 +1,10 @@ class AwsVault < Formula desc "Securely store and access AWS credentials in development environments" - homepage "https://github.com/99designs/aws-vault" - url "https://github.com/99designs/aws-vault/archive/refs/tags/v7.2.0.tar.gz" - sha256 "3f2f1d0ec06eb0873f9b96b59dc70f9fcc832dc97b927af3dbab6cdc87477b0e" + homepage "https://github.com/ByteNess/aws-vault" + url "https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.3.7.tar.gz" + sha256 "0c85433ed62ca119c0d3bebdb8ac668345fe041b9871c1b5ee8ea503f4bf3e3a" license "MIT" - head "https://github.com/99designs/aws-vault.git", branch: "master" + head "https://github.com/ByteNess/aws-vault.git", branch: "main" livecheck do url :stable From 85e4825fc8a103e064402da6ae00adb31a57dd39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:55:47 +0000 Subject: [PATCH 06152/10074] g3log: update 2.5 bottle. --- Formula/g/g3log.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/g/g3log.rb b/Formula/g/g3log.rb index dc89a7a59d3bf..238ead200183f 100644 --- a/Formula/g/g3log.rb +++ b/Formula/g/g3log.rb @@ -8,15 +8,13 @@ class G3log < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "c73ae14424645c0b8e0e928e4d2db3f43fc7fe992150bd70556fc81ce7d7addb" - sha256 cellar: :any, arm64_sonoma: "a589b330c4106cffafba1661ea1a436733cb9f7a9d37974cdf309b1198fec252" - sha256 cellar: :any, arm64_ventura: "2d3e3a65e75427ffe6846fcd9acfdd8234ee92fb0560d90a2413d91baf65d7be" - sha256 cellar: :any, arm64_monterey: "f255d677369efba5b267a8baa59c50b8c9153ad26bba7d35cf8b2f0cf107e220" - sha256 cellar: :any, sonoma: "6701a7bdd417bcbc97447829c27a36c25cf3ab88ee85788843dd6faad3a4cf3c" - sha256 cellar: :any, ventura: "919b1a44a27f6279ffa7fb0608c95635f2389b5a97f580dd986d081540662eab" - sha256 cellar: :any, monterey: "949427dd34f74189bab5b3a0625ea5512900a49d8246c1b128b8ba6fe6d0de82" - sha256 cellar: :any_skip_relocation, arm64_linux: "c7deff00d5b514cae7fda5df0669170c8ee34accfc404c2afc932d2ceb815054" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc9801161cf10b1499b9f7ce1f7dc76a0b91455a7a104eb2ef3479e593fbc8a4" + sha256 cellar: :any, arm64_sequoia: "afd60f4b3f2836d1c109805c52c228d1cfe3b57d0adbea2357b70854be136288" + sha256 cellar: :any, arm64_sonoma: "419b08bc605dba4fc9f50ff8db31b3861832b837782b5d18f6c794b9758662df" + sha256 cellar: :any, arm64_ventura: "1f66f23c672cc7e8a04fc004d1c2d847e91c0e3d051044b08fc288e6b6c11ca2" + sha256 cellar: :any, sonoma: "deb369d21440cc5601f5917e7d9ead51781c1e3d9769fc956cad5042a2b6205b" + sha256 cellar: :any, ventura: "09a0a989218c282177af00c096648b17146ed8ebba8f67b59722e3c81e7f1a50" + sha256 cellar: :any_skip_relocation, arm64_linux: "a73a2482c0bfdd4d96ef057fdaddf2170a21ed701e56be4be1c743645fce91c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "31e5e0ae785a10bedd621c00c9d72cd7f7387f0ff7a5eef50b38b8da9fd3d9f1" end depends_on "cmake" => :build From 5e71ac5b9e2e39051efea8977051cc13319c4df4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:18:37 +0000 Subject: [PATCH 06153/10074] xk6 1.0.0 --- Formula/x/xk6.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xk6.rb b/Formula/x/xk6.rb index f0b4dc8f95e69..2907e922d772b 100644 --- a/Formula/x/xk6.rb +++ b/Formula/x/xk6.rb @@ -1,8 +1,8 @@ class Xk6 < Formula desc "Build k6 with extensions" homepage "https://k6.io" - url "https://github.com/grafana/xk6/archive/refs/tags/v0.20.1.tar.gz" - sha256 "db0af1b8969e307a531b362039fbfb030a568de17763a6825195d958c73352bb" + url "https://github.com/grafana/xk6/archive/refs/tags/v1.0.0.tar.gz" + sha256 "4ca1f83301db00bffca583b116e31f892954333f1f539800a0803c141c68198c" license "Apache-2.0" head "https://github.com/grafana/xk6.git", branch: "master" From 051d630b337fafa7551c5e71134d835742b1428b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:44:55 +0000 Subject: [PATCH 06154/10074] kubevpn: update 2.7.16 bottle. --- Formula/k/kubevpn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index a32905c516247..1e075e4c0a4dc 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -7,13 +7,13 @@ class Kubevpn < Formula head "https://github.com/kubenetworks/kubevpn.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a9cc9430fd4ea59b37e01589db89784b143cb88a90f20252df437ada33f3e5b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "673a8a8d15b585f169fb732230695cbe1a8b2528c2e60c58eeb6f0324a1759ba" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4bea43dc8025a548f618a380705ee76cfde0a095a14caf61159c79a04f879694" - sha256 cellar: :any_skip_relocation, sonoma: "4d6e972682b6b9f882701560c9ff95601304acff6c7b1848355bb6df65c8c1f7" - sha256 cellar: :any_skip_relocation, ventura: "a07006c193c072c8452ea2efabf9f0da78bfcbf93079c10308efd0e241128d23" - sha256 cellar: :any_skip_relocation, arm64_linux: "48f5cbe847baa4330ebfe73608ea3366d34c36a849d76b3b86bc9a994f4434eb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fdb6997374e8b782abb61a36e4c109912fa098319d1771cc3ba162f3b48812a5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac2395e02e81af21f87dd085cc85a663282c488b2f57c1c5e433669ead10cef5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "086c2964d93d8402990573d7c3d81e641a1cd89be8f9920c771908270d714300" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e37474c7b318407b636c631d32ebb1aa4ef17245dcb27a34dd639a07f5a302d5" + sha256 cellar: :any_skip_relocation, sonoma: "2b9e6d4214c7c8daa4a81ec03820053a5119de97ee05d9ebecba80c600a52f81" + sha256 cellar: :any_skip_relocation, ventura: "e95b1a2579d4fcb2b2a58ca0f5d3182ba748150a630d52271b73603cf917f45c" + sha256 cellar: :any_skip_relocation, arm64_linux: "776d92e37824f8b7b3e1c047b5f6fd22de820b70d77973e072a6ec925c40777a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0e7b8fab02411ba6b54360a5e5593e74bdeb1b0dcc79beaf135f2c5fe12d47b8" end depends_on "go" => :build From fc585510b48b4bb4f71601ed5e1eb6ffd6e35356 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:24:23 +0000 Subject: [PATCH 06155/10074] xk6: update 1.0.0 bottle. --- Formula/x/xk6.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/x/xk6.rb b/Formula/x/xk6.rb index 2907e922d772b..68de45d3fe9fe 100644 --- a/Formula/x/xk6.rb +++ b/Formula/x/xk6.rb @@ -12,13 +12,12 @@ class Xk6 < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e20d80d6dce1d8d3fe65f5f09d709c01c20a87aab6590f4cc10edbb3fea3e1d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e20d80d6dce1d8d3fe65f5f09d709c01c20a87aab6590f4cc10edbb3fea3e1d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1e20d80d6dce1d8d3fe65f5f09d709c01c20a87aab6590f4cc10edbb3fea3e1d" - sha256 cellar: :any_skip_relocation, sonoma: "1a0a0f3825ef3f80275ec37a02f0321b57a84605c06c683e69d296c04335c02e" - sha256 cellar: :any_skip_relocation, ventura: "1a0a0f3825ef3f80275ec37a02f0321b57a84605c06c683e69d296c04335c02e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "954dc78481339ce43e2da09648d31a2bf739c77f74817173ae8b43009d280b72" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a53d435a0d34b78869b95185ab81b3366defcbce07e6a25358122b6322c47b2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a53d435a0d34b78869b95185ab81b3366defcbce07e6a25358122b6322c47b2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5a53d435a0d34b78869b95185ab81b3366defcbce07e6a25358122b6322c47b2" + sha256 cellar: :any_skip_relocation, sonoma: "06ff52c7eb50fd4acbada6a5e8b42a5b9c201143d56cb47264977b2f351f1d00" + sha256 cellar: :any_skip_relocation, ventura: "06ff52c7eb50fd4acbada6a5e8b42a5b9c201143d56cb47264977b2f351f1d00" + sha256 cellar: :any_skip_relocation, x86_64_linux: "571960d6e2bff838c0e4f639a11ed0c9cc47c3e1e5e150827e88fa97b0ae4eea" end depends_on "go" From 420cf2900b5d1269d73c743c40722e08a502262b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:24:25 +0000 Subject: [PATCH 06156/10074] ansible: update 11.6.0_1 bottle. --- Formula/a/ansible.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ansible.rb b/Formula/a/ansible.rb index 6ed096c7cabdf..99fa2a6668294 100644 --- a/Formula/a/ansible.rb +++ b/Formula/a/ansible.rb @@ -10,13 +10,13 @@ class Ansible < Formula head "https://github.com/ansible/ansible.git", branch: "devel" bottle do - sha256 cellar: :any, arm64_sequoia: "b4e54e487fa7328fbae7d961c0e973c548449aac6786dca317471ed7182a595c" - sha256 cellar: :any, arm64_sonoma: "ebfdc07d5d0f615af7b3195b93db4afaf880b797de56fcc82841389d26412946" - sha256 cellar: :any, arm64_ventura: "ffc8b61bce529da989f51d82968fa6e8e555d24560da8fa198dc7e415922d3a1" - sha256 cellar: :any, sonoma: "9f9f9a089604e371c3c8886e0951bc3c951810481c0ecf17f60f5b0da4e14b0c" - sha256 cellar: :any, ventura: "f5258a6379cb6fb688baa2b5bc591503b7adde4ad551c058dc509bffb789288e" - sha256 cellar: :any_skip_relocation, arm64_linux: "278706cee4f492cfb5335b5e9de4afbbb1aa54877a438886b9168212e4621752" - sha256 cellar: :any_skip_relocation, x86_64_linux: "423a0e004b7948c8a87a1bbea3b73d4188b4ccafe78a28010d8ac591fb21d3c4" + sha256 cellar: :any, arm64_sequoia: "068d9b51578207640ff5fef1116f6a8947d82ed7fbb89fbec7c5c18991906b6b" + sha256 cellar: :any, arm64_sonoma: "bfb3f59c07aa4544f6bebfe6cb38a5523989f27ea820ca77861fcb22a0a79bff" + sha256 cellar: :any, arm64_ventura: "5956eada3f6f166a7021cc39e9d7949d3bdb0a687873109c10a189370058221b" + sha256 cellar: :any, sonoma: "5e6bb18f1f01e0fdb602bb74c3acc21da07c49c632c10256313220c47fa51776" + sha256 cellar: :any, ventura: "72a545953d2ab366db0a2bc0b91629ef2d92759ac16ebf46ea90107df2c41b26" + sha256 cellar: :any_skip_relocation, arm64_linux: "6c1efc5aeda57a9d0f9c7010fa569cb3c8fb688ece4ada218467305a0e6acd33" + sha256 cellar: :any_skip_relocation, x86_64_linux: "97f5d2faa6edeaf12027458897b00390b47ef7fa13bc11f410ae97eeb958d840" end # `pkgconf` and `rust` are for bcrypt From 7cae1388725f2e54d7764acd1c9af8b25f92f774 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:27:41 +0000 Subject: [PATCH 06157/10074] bzt: update 1.16.42_1 bottle. --- Formula/b/bzt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bzt.rb b/Formula/b/bzt.rb index 335618615081c..63d7fd964906f 100644 --- a/Formula/b/bzt.rb +++ b/Formula/b/bzt.rb @@ -10,13 +10,13 @@ class Bzt < Formula head "https://github.com/Blazemeter/taurus.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "c9067847d79ec0f6077e60b5d4e663fc4536d5ff00d82103ccb49b3e01524d0c" - sha256 cellar: :any, arm64_sonoma: "e195b17db08ebe5883027a4dd597ad70e47e381838eb3a000997939f73af635d" - sha256 cellar: :any, arm64_ventura: "d9ded46afdacec1f5caf288f45663fcd7e4455f7f7c0ec502a269189538f2bb9" - sha256 cellar: :any, sonoma: "6e99a620103918529c737c403e4c1fbb71a804b3a6c45f4333e5a52f0c5c4584" - sha256 cellar: :any, ventura: "496953ee3f6b86b5e37153b6f9af8701fdefc85cb45dac544184cd7481c26d25" - sha256 cellar: :any_skip_relocation, arm64_linux: "cdc512e6d32bc0a059e7be4b6bf7b85692b51f35cce349dedd16fbf66a8ba1e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fbf3af0d0459a2927e972fd27340f396b36f8228fe901d279d51fa972fadce9c" + sha256 cellar: :any, arm64_sequoia: "542110fa29c7c91217a8cda2bc3eeb431a84cb800292b832008b469704d32fb7" + sha256 cellar: :any, arm64_sonoma: "a044b6c078a078278e28b4119fb817df572a11e32ad1261b4269d84fcc87991a" + sha256 cellar: :any, arm64_ventura: "1a657f4cac5f00cf7686a8423a04a9c5fc57ddb7228ba39e780f3d28e9667846" + sha256 cellar: :any, sonoma: "ae077796cc093412f33015fef93ff147b0b082e4344a47e3f8322bf7ce1f0156" + sha256 cellar: :any, ventura: "c4293670342e2e7c9f4df1d67093716dc20b240266eff68c98c4733a446c0bfc" + sha256 cellar: :any_skip_relocation, arm64_linux: "bdc2ef92339df64c5aec16b5c369fe87602610cbd056f2e9be547c44673bf87e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb2986bcdaf6c70a51f3f4d22c7b3b15cf8848f72f88bfe2bf104af2a87395bc" end depends_on "cmake" => :build From 80483f0b8fa9aca300b2522a949cae6d3837ed4c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 10 Jun 2025 13:28:08 +0000 Subject: [PATCH 06158/10074] tun2proxy: update 0.7.10 bottle. --- Formula/t/tun2proxy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/t/tun2proxy.rb b/Formula/t/tun2proxy.rb index 31e4c5218e95e..78acbbad46342 100644 --- a/Formula/t/tun2proxy.rb +++ b/Formula/t/tun2proxy.rb @@ -17,6 +17,7 @@ class Tun2proxy < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "afee4c3fa6f79f052a595e4c5807eb7cb8820c649486e8a0c3cbe5e88a24fa73" sha256 cellar: :any_skip_relocation, sonoma: "44429ff24fef093ebd55d1883664fb089d3a1e5e7e980e886cce095dee628eb2" sha256 cellar: :any_skip_relocation, ventura: "ab638df3db3eb0e6fab929d9264395b9b5aa21101777852cddd9800e11ede89a" + sha256 cellar: :any_skip_relocation, arm64_linux: "cf7967b31c97ecfcbe5ef5353ad72504de3a991d195e645213350fe079cc6d67" sha256 cellar: :any_skip_relocation, x86_64_linux: "86ddcfa36fcc088f7f369f402cf46d43f1a4387dc62ef0fa69513c6728ca5992" end From adf91a7c9dc051801915f676cd30715668c41797 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:28:35 +0000 Subject: [PATCH 06159/10074] sprocket: add 0.13.0 bottle. --- Formula/s/sprocket.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/s/sprocket.rb b/Formula/s/sprocket.rb index 316ef79bb40d5..abf9539673186 100644 --- a/Formula/s/sprocket.rb +++ b/Formula/s/sprocket.rb @@ -6,6 +6,15 @@ class Sprocket < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/stjude-rust-labs/sprocket.git", branch: "main" + bottle do + sha256 cellar: :any, arm64_sequoia: "4a8019db8b73c7e9c54438cfaa0ca7f33d6c2b982ad68f602fc6e4c951bbfb84" + sha256 cellar: :any, arm64_sonoma: "8f3c2d00dd33710838da51ebb4705b0bff1ee5807757a6cc837fa14f56ba2c75" + sha256 cellar: :any, arm64_ventura: "90974677931267583f965dd5a7b2f772c8bbef398c619f45cb816152434f91eb" + sha256 cellar: :any, sonoma: "3caf0f88b2abae6ab506527a7d9b520dd853a128e0810db7676854decaeb4878" + sha256 cellar: :any, ventura: "aaa8fbb13dc34176c80acb78ec4b0e106ce211b1349236fb9b2d91774405bb29" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bf77fdc5153e3d1505fc267da7a686687323d77f384647fff55708f2c4152d9" + end + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "openssl@3" From eca82bea2b223748b7104fd51aaec5f0b821ae26 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 10 Jun 2025 13:29:07 +0000 Subject: [PATCH 06160/10074] gerust: update 0.0.6 bottle. --- Formula/g/gerust.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/g/gerust.rb b/Formula/g/gerust.rb index 5b237c56168de..58f6fd6de97fe 100644 --- a/Formula/g/gerust.rb +++ b/Formula/g/gerust.rb @@ -12,6 +12,7 @@ class Gerust < Formula sha256 cellar: :any, arm64_ventura: "cdf0346134b5e38f31a52465f2e5ef660cc4ef055c8edf48b52e0eced8fb8e48" sha256 cellar: :any, sonoma: "e3fada255164a12a603566a0796a15cf35b40dda3ce167c71fec7aea2012e7d7" sha256 cellar: :any, ventura: "f48ad8062f7f82cdcac0f0c39880c5f5e16449136da27c18772631bb9cdf7684" + sha256 cellar: :any_skip_relocation, arm64_linux: "b38227ca16c223d4da02f370146057e94d96485d99bb2eacb5797c9cd7a36b44" sha256 cellar: :any_skip_relocation, x86_64_linux: "4698c604170fa0fd07d963ccfc1f099db70e530ba6f476a7d1ff6a611a4d9589" end From 2758b586d4cb78e388d128b57c12ccb4a9ce2121 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 10 Jun 2025 09:33:02 -0400 Subject: [PATCH 06161/10074] mapcidr 1.1.94 Signed-off-by: Rui Chen --- Formula/m/mapcidr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mapcidr.rb b/Formula/m/mapcidr.rb index 6ace0e84f3756..3c3efb810bdc8 100644 --- a/Formula/m/mapcidr.rb +++ b/Formula/m/mapcidr.rb @@ -1,8 +1,8 @@ class Mapcidr < Formula desc "Subnet/CIDR operation utility" homepage "https://projectdiscovery.io" - url "https://github.com/projectdiscovery/mapcidr/archive/refs/tags/v1.1.34.tar.gz" - sha256 "296950c4123d34554a9f0746f1bef074374b7ff778fa5fbcc92a24fe149fe78d" + url "https://github.com/projectdiscovery/mapcidr/archive/refs/tags/1.1.94.tar.gz" + sha256 "2c905a2993638d57dc335005a709e19e37ba8c6512f2a8136a7df278cd49df08" license "MIT" head "https://github.com/projectdiscovery/mapcidr.git", branch: "master" From a1466c76051c669448e70baa90aff20dc94c68ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:37:18 +0000 Subject: [PATCH 06162/10074] langgraph-cli: update 0.3.1 bottle. --- Formula/l/langgraph-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index 189f45711f8b6..aa5b327ad54c8 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -8,13 +8,13 @@ class LanggraphCli < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "3a2a7211c5aa51ca4afec43be958972a3fd38a266844e9b1d6f0864d2a05baa4" - sha256 cellar: :any, arm64_sonoma: "764cc2e31b043d6599ef9d01497fe143150ced0d1d5a3c4fce3e666406491732" - sha256 cellar: :any, arm64_ventura: "cc83566a1572bbc204f40ff75359c0591e5482bc06d3996564fc59a6a02ca1ad" - sha256 cellar: :any, sonoma: "5316ddf290b8ae112f6e8d4b68638ac3d7d3322b64961f3b7ab0cd61cb617441" - sha256 cellar: :any, ventura: "1236915597376e5bbaa8afc8ce8f8cab4f701d9edd7598ca9ffa150f1472e461" - sha256 cellar: :any_skip_relocation, arm64_linux: "b52e58e8b9f34446079603d1046e83ab30f27eb8809f4e523f65632a60d58357" - sha256 cellar: :any_skip_relocation, x86_64_linux: "84f7ce0e64f0caad722b33128a54618be9bae29e2cdc2a5b79a753fde177ebef" + sha256 cellar: :any, arm64_sequoia: "7dfead52136531a441775dc28c3796e2341a6cc2df913c79ea79bce332cf21b0" + sha256 cellar: :any, arm64_sonoma: "56dbbdfa78e3fb6ae14e7ac54192fbc96936d244850a008c71b54a3dec2da8da" + sha256 cellar: :any, arm64_ventura: "675e7f17cdb1fd452053be1417ae4a7db8b178858791d6d5d4a890fb0e411c85" + sha256 cellar: :any, sonoma: "d9ad9cd119a59705440eda59f88a6f668e007d59d3647c131efc1d97fcbcf635" + sha256 cellar: :any, ventura: "8ddfb522d9c85c9878680f46408e23e3db47271f284cb1feaae8381516d0ec49" + sha256 cellar: :any_skip_relocation, arm64_linux: "3ce1adb7c5ac3c52f045bd78bb6a8e04e77312c47c7c3df4d8505623b2cfe4e1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1095a1c3cd5e1777e7b1d78ea8b23bd70ed60bc4506f21dfd96fad9828a15f9" end depends_on "rust" => :build # for orjson From a5636260d5c57c9e1ba02b22030a63f17b09de8a Mon Sep 17 00:00:00 2001 From: William Martin Date: Tue, 10 Jun 2025 15:41:11 +0200 Subject: [PATCH 06163/10074] gh 2.74.1 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/g/gh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index 2cda1072a0667..905ac5c681b96 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -1,8 +1,8 @@ class Gh < Formula desc "GitHub command-line tool" homepage "https://cli.github.com/" - url "https://github.com/cli/cli/archive/refs/tags/v2.74.0.tar.gz" - sha256 "b13e60f114388cbc20ba410d57b43f262814dec7d3e37363accfd525c6885d3b" + url "https://github.com/cli/cli/archive/refs/tags/v2.74.1.tar.gz" + sha256 "ac894d0f16f78db34818c396aad542b1512a776b925a7639d5d5a30d205a103b" license "MIT" head "https://github.com/cli/cli.git", branch: "trunk" From 8f7ad259ac0f73e90bdccccab34f7025a2594deb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:53:09 +0000 Subject: [PATCH 06164/10074] anyquery 0.4.2 --- Formula/a/anyquery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/anyquery.rb b/Formula/a/anyquery.rb index 8bd334b991203..c35887271a0da 100644 --- a/Formula/a/anyquery.rb +++ b/Formula/a/anyquery.rb @@ -1,8 +1,8 @@ class Anyquery < Formula desc "Query anything with SQL" homepage "https://anyquery.dev" - url "https://github.com/julien040/anyquery/archive/refs/tags/0.4.1.tar.gz" - sha256 "31b3fa6506aadabda9b53c977964d7548602a7311acacb6f407f09a78d6005ca" + url "https://github.com/julien040/anyquery/archive/refs/tags/0.4.2.tar.gz" + sha256 "fd7a249965fa4cb014629772fa4d9c79acb823c89f73fb68c9c1361a08cd11c6" license "AGPL-3.0-only" head "https://github.com/julien040/anyquery.git", branch: "main" From 39831d49da36f12183b680507baecac3e1857519 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:56:21 +0000 Subject: [PATCH 06165/10074] buildifier 8.2.1 --- Formula/b/buildifier.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/buildifier.rb b/Formula/b/buildifier.rb index 01d8dea8aca32..4c6696d8668ac 100644 --- a/Formula/b/buildifier.rb +++ b/Formula/b/buildifier.rb @@ -1,8 +1,8 @@ class Buildifier < Formula desc "Format bazel BUILD files with a standard convention" homepage "https://github.com/bazelbuild/buildtools" - url "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.2.0.tar.gz" - sha256 "444a9e93e77a45f290a96cc09f42681d3c780cfbf4ac9dbf2939b095daeb6d7d" + url "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.2.1.tar.gz" + sha256 "53119397bbce1cd7e4c590e117dcda343c2086199de62932106c80733526c261" license "Apache-2.0" head "https://github.com/bazelbuild/buildtools.git", branch: "master" From e05971ae239ed6fa457ebfbcf539a0a98aefcc60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:56:31 +0000 Subject: [PATCH 06166/10074] buildozer 8.2.1 --- Formula/b/buildozer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/buildozer.rb b/Formula/b/buildozer.rb index 5bf78ac062e9a..a786aa701a3f7 100644 --- a/Formula/b/buildozer.rb +++ b/Formula/b/buildozer.rb @@ -1,8 +1,8 @@ class Buildozer < Formula desc "Rewrite bazel BUILD files using standard commands" homepage "https://github.com/bazelbuild/buildtools" - url "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.2.0.tar.gz" - sha256 "444a9e93e77a45f290a96cc09f42681d3c780cfbf4ac9dbf2939b095daeb6d7d" + url "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.2.1.tar.gz" + sha256 "53119397bbce1cd7e4c590e117dcda343c2086199de62932106c80733526c261" license "Apache-2.0" head "https://github.com/bazelbuild/buildtools.git", branch: "master" From c5698753c649d402fd0932f00d1445d23ab64fb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:00:12 +0000 Subject: [PATCH 06167/10074] cubejs-cli 1.3.21 --- Formula/c/cubejs-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index 1c2afc9b946b9..50996992adf6e 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -1,8 +1,8 @@ class CubejsCli < Formula desc "Cube.js command-line interface" homepage "https://cube.dev/" - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.20.tgz" - sha256 "d4f2b9ba41fd4a6bf149a208f18834f3fc8cf5f3f02346d9069f559641aceb0e" + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.21.tgz" + sha256 "d13577cc6d30660521ca086929dbfb48616d1284fe1d13efefb71fe67269b1b4" license "Apache-2.0" bottle do From 3413d1f9005a96ee4a7e72b7884a9f34d58de160 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:01:13 +0000 Subject: [PATCH 06168/10074] dependency-check 12.1.3 --- Formula/d/dependency-check.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dependency-check.rb b/Formula/d/dependency-check.rb index 197f36b9fb6ae..02e1f6eb12ce9 100644 --- a/Formula/d/dependency-check.rb +++ b/Formula/d/dependency-check.rb @@ -1,8 +1,8 @@ class DependencyCheck < Formula desc "OWASP dependency-check" homepage "https://owasp.org/www-project-dependency-check/" - url "https://github.com/dependency-check/DependencyCheck/releases/download/v12.1.2/dependency-check-12.1.2-release.zip" - sha256 "404b7110a745ac0dd91eb3bcec7917a753487cad4b1da1717b91b327cf7a3454" + url "https://github.com/dependency-check/DependencyCheck/releases/download/v12.1.3/dependency-check-12.1.3-release.zip" + sha256 "c79149ab46ce24b2c69d4734caa1afa4e62f128eec719733bb8f0eb406bdd0d6" license "Apache-2.0" head "https://github.com/dependency-check/DependencyCheck.git", branch: "main" From be4f578189b24a0dc8b0e382a200afff403584aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:06:26 +0000 Subject: [PATCH 06169/10074] grype 0.93.0 --- Formula/g/grype.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grype.rb b/Formula/g/grype.rb index 1ac6d019dc2aa..2b61c80d9aa35 100644 --- a/Formula/g/grype.rb +++ b/Formula/g/grype.rb @@ -1,8 +1,8 @@ class Grype < Formula desc "Vulnerability scanner for container images and filesystems" homepage "https://github.com/anchore/grype" - url "https://github.com/anchore/grype/archive/refs/tags/v0.92.2.tar.gz" - sha256 "40d0d189d7be6353936d698814677f69de8d470dcc857e9cca6bb36fc4523409" + url "https://github.com/anchore/grype/archive/refs/tags/v0.93.0.tar.gz" + sha256 "b2fafd110cff50ef93902d95058ba688804aa971a2af5616fe1c46b17b34c978" license "Apache-2.0" head "https://github.com/anchore/grype.git", branch: "main" From 7a45a570ab4cee900e514d66418870c7208c1245 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:12:33 +0000 Subject: [PATCH 06170/10074] malcontent 1.12.2 --- Formula/m/malcontent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/malcontent.rb b/Formula/m/malcontent.rb index 836dc20f652ec..3c4708875b928 100644 --- a/Formula/m/malcontent.rb +++ b/Formula/m/malcontent.rb @@ -1,8 +1,8 @@ class Malcontent < Formula desc "Supply Chain Attack Detection, via context differential analysis and YARA" homepage "https://github.com/chainguard-dev/malcontent" - url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.12.1.tar.gz" - sha256 "9f30bb13d11f7ddbb52323b09ba8d4f7a525138134ab5106b5112ea1b35a385c" + url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.12.2.tar.gz" + sha256 "1071d2ad06affba59e6d31c43a77a513dcf396877c800a814029de8b3ab6221f" license "Apache-2.0" head "https://github.com/chainguard-dev/malcontent.git", branch: "main" From 1a1371a02a86e102023ddc9e6339cf34592370a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:15:53 +0000 Subject: [PATCH 06171/10074] oh-my-posh 26.6.1 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index e5ee917accdc1..7ea530fd1682e 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.6.0.tar.gz" - sha256 "5d7ee8a1f20fc32bfad60f575e2b3d5713dd8e6e0f9812c4b61cdf2954858978" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.6.1.tar.gz" + sha256 "05db7918c355b0ca735dda3b48118dc2c1bfd92d56151ff55e92a2dbcc97d072" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From b517fc6ddf069ebaa851c245cec32cdbfd15fbbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:16:50 +0000 Subject: [PATCH 06172/10074] openshift-cli 4.18.16 --- Formula/o/openshift-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openshift-cli.rb b/Formula/o/openshift-cli.rb index e5e1fb2443c32..5d8956511043a 100644 --- a/Formula/o/openshift-cli.rb +++ b/Formula/o/openshift-cli.rb @@ -1,9 +1,9 @@ class OpenshiftCli < Formula desc "OpenShift command-line interface tools" homepage "https://www.openshift.com/" - url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.15/openshift-client-src.tar.gz" + url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.16/openshift-client-src.tar.gz" # This project employs synchronized versioning so the sha256 may not change on version bumps - sha256 "fcbf4750ecb1131f61b9efd20f82fb5df3b4ff965d8ae68acb2a9b0c4ff380c7" + sha256 "6695245d3ff02d6a4de3f5b815614528cddfb92f11751bf5116a05685b5295f0" license "Apache-2.0" head "https://github.com/openshift/oc.git", shallow: false, branch: "master" From af4eaabde57d6ff452246d1e1a972df7892ffdfa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:18:22 +0000 Subject: [PATCH 06173/10074] pixi 0.48.1 --- Formula/p/pixi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index 4807553a6dbaa..c36f22e863cd4 100644 --- a/Formula/p/pixi.rb +++ b/Formula/p/pixi.rb @@ -1,8 +1,8 @@ class Pixi < Formula desc "Package management made easy" homepage "https://pixi.sh" - url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.48.0.tar.gz" - sha256 "008d49f5adfece6a0cb8b4cdf2a44b0577c9d3760fdd64b466ae54923077562e" + url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.48.1.tar.gz" + sha256 "02114cfb34d8527527e8368a5a83bb06aa07ae99724e88e8139052be58dc809b" license "BSD-3-Clause" head "https://github.com/prefix-dev/pixi.git", branch: "main" From 6dfaadecb81869f1cc741e13210f4f943f9d9b77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:24:59 +0000 Subject: [PATCH 06174/10074] sqruff 0.26.5 --- Formula/s/sqruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 0e8179758c233..8960a7949d97d 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -1,8 +1,8 @@ class Sqruff < Formula desc "Fast SQL formatter/linter" homepage "https://github.com/quarylabs/sqruff" - url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.4.tar.gz" - sha256 "c2694f0cf556bea8de72e64b3805da928c336e200cf621992b213da0bdce6dfa" + url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.5.tar.gz" + sha256 "3322d64640690fa9bb0cd20a0394a3bc964f00c8d0fd262b1299532c4194a953" license "Apache-2.0" head "https://github.com/quarylabs/sqruff.git", branch: "main" From 05e4397af486c2468d26714fa59e11702a671b49 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:25:18 +0000 Subject: [PATCH 06175/10074] gh: update 2.74.1 bottle. --- Formula/g/gh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index 905ac5c681b96..c0871dcf3bb58 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -14,12 +14,12 @@ class Gh < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fe2f192935bc17640db32dac2af838aae1f1fa8d34adca07db4274bd4bbf3d3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fe2f192935bc17640db32dac2af838aae1f1fa8d34adca07db4274bd4bbf3d3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4fe2f192935bc17640db32dac2af838aae1f1fa8d34adca07db4274bd4bbf3d3" - sha256 cellar: :any_skip_relocation, sonoma: "984fd93ecf2dc65a508e5aa614ebd75e53f286c0cff4ff7203cd128cfdf853a2" - sha256 cellar: :any_skip_relocation, ventura: "702f6fb14e9e3db15d9cee9af66e0342605334305f0cda7f66dad5bb33e143d9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "850479fcc72eeec97eb7d7a74d79dfedad2f3c62d5b45a37beae63b2b1b57910" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "26441d2a56fd1e51f7694ec4bd9c0480d31fde68a6e54ad7a0a89d09e61594f9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "26441d2a56fd1e51f7694ec4bd9c0480d31fde68a6e54ad7a0a89d09e61594f9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "26441d2a56fd1e51f7694ec4bd9c0480d31fde68a6e54ad7a0a89d09e61594f9" + sha256 cellar: :any_skip_relocation, sonoma: "774ab42370fe3c535ff7ef4251ab9aa44c56c6c537784d192e9a7a22a0266bcd" + sha256 cellar: :any_skip_relocation, ventura: "0ed3d8a49edbaf4ebbe5a81951554addb2d31548415a65e0c58886bfd6344148" + sha256 cellar: :any_skip_relocation, x86_64_linux: "608c1c9a78d993b8f410cd659374dbe3f48f09d019604ee3b110d8483f611e60" end depends_on "go" => :build From 32d17723700b16a63f42331473718dc858e588eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:25:27 +0000 Subject: [PATCH 06176/10074] buildifier: update 8.2.1 bottle. --- Formula/b/buildifier.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/buildifier.rb b/Formula/b/buildifier.rb index 4c6696d8668ac..b287e71cb4628 100644 --- a/Formula/b/buildifier.rb +++ b/Formula/b/buildifier.rb @@ -7,13 +7,13 @@ class Buildifier < Formula head "https://github.com/bazelbuild/buildtools.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ece401b5a05fcfcfaa9d21658073e77464fa5ba226c8178b20828a78ffd9b3a3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ece401b5a05fcfcfaa9d21658073e77464fa5ba226c8178b20828a78ffd9b3a3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ece401b5a05fcfcfaa9d21658073e77464fa5ba226c8178b20828a78ffd9b3a3" - sha256 cellar: :any_skip_relocation, sonoma: "2c9a649a7e9f846df6da90a4d8fc6800a65d4f823055339e0eab46cca8561910" - sha256 cellar: :any_skip_relocation, ventura: "2c9a649a7e9f846df6da90a4d8fc6800a65d4f823055339e0eab46cca8561910" - sha256 cellar: :any_skip_relocation, arm64_linux: "f7d7da0da0ea5b3d1cbb096c4061cb2af6d90eb166b33861face64521952d598" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d0e93bb630101ed773b7440636a87f26b8132c8c17f4ca2a36b240f17ebffc5f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a50bef2309f22e994b9f6f44b8a33461504ab6608d33012fa5a6afece978d8d9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a50bef2309f22e994b9f6f44b8a33461504ab6608d33012fa5a6afece978d8d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a50bef2309f22e994b9f6f44b8a33461504ab6608d33012fa5a6afece978d8d9" + sha256 cellar: :any_skip_relocation, sonoma: "c3624c86423fc9d43ad9368eccaa940d87be190dae38ceb835645a066ccd923b" + sha256 cellar: :any_skip_relocation, ventura: "c3624c86423fc9d43ad9368eccaa940d87be190dae38ceb835645a066ccd923b" + sha256 cellar: :any_skip_relocation, arm64_linux: "b9dc61d443de40465d0ec8e63b575a07c9e262c0d4957871f3ff85f67f040f37" + sha256 cellar: :any_skip_relocation, x86_64_linux: "899c8e182da372a46ea980a6def786aa3f61b4c9e378feba734f24cb24f7ee45" end depends_on "go" => :build From 12eba54cf5bf05b11cb4d12c6d837118a6e29c1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:25:39 +0000 Subject: [PATCH 06177/10074] cubejs-cli: update 1.3.21 bottle. --- Formula/c/cubejs-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index 50996992adf6e..8d536494539c3 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -6,13 +6,13 @@ class CubejsCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "b20acc139bfb4cbe4d457ebcdf042e041b8b1e9178f7c1dcee8aea3a9e3b0ea0" - sha256 cellar: :any, arm64_sonoma: "b20acc139bfb4cbe4d457ebcdf042e041b8b1e9178f7c1dcee8aea3a9e3b0ea0" - sha256 cellar: :any, arm64_ventura: "b20acc139bfb4cbe4d457ebcdf042e041b8b1e9178f7c1dcee8aea3a9e3b0ea0" - sha256 cellar: :any, sonoma: "65e07c41462af90a66b9e70d6286cff5b39b97f3106cf6f493a812307651e144" - sha256 cellar: :any, ventura: "65e07c41462af90a66b9e70d6286cff5b39b97f3106cf6f493a812307651e144" - sha256 cellar: :any_skip_relocation, arm64_linux: "1ea5fa57e03b7230fe9e3a2ae870da52ab3b9d3f32513ead65a4b8a8b7d66fcd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c38166a838c5baa56341bdce20a209e3d190ac22e5f41fd6a20af2db7d0d72bb" + sha256 cellar: :any, arm64_sequoia: "d3470a4d445f932e8d8eea6e7b716f56cde046b2a09de21a6564905e02f48962" + sha256 cellar: :any, arm64_sonoma: "d3470a4d445f932e8d8eea6e7b716f56cde046b2a09de21a6564905e02f48962" + sha256 cellar: :any, arm64_ventura: "d3470a4d445f932e8d8eea6e7b716f56cde046b2a09de21a6564905e02f48962" + sha256 cellar: :any, sonoma: "b4ecfbc51259730b3fd53adac11e5de325bc9f6ef777321bf55f3e2e2b50361b" + sha256 cellar: :any, ventura: "b4ecfbc51259730b3fd53adac11e5de325bc9f6ef777321bf55f3e2e2b50361b" + sha256 cellar: :any_skip_relocation, arm64_linux: "cbf316e363c22c5860a7c8b600e7034a444e72795920ac85155702a2eaf1e345" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb2cd62ab2b8ead6f3a6d45ca738c1a064059af5a6913f0a49798703a365f2aa" end depends_on "node" From f2c906834cd2a6530d6fe183eeb0587534c38c82 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:25:41 +0000 Subject: [PATCH 06178/10074] buildozer: update 8.2.1 bottle. --- Formula/b/buildozer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/buildozer.rb b/Formula/b/buildozer.rb index a786aa701a3f7..91736ff8e6a18 100644 --- a/Formula/b/buildozer.rb +++ b/Formula/b/buildozer.rb @@ -7,13 +7,13 @@ class Buildozer < Formula head "https://github.com/bazelbuild/buildtools.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0909649729dafea5fd0ccb91e8b3590f6a63558f24be5632bfcddc22ebba445c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0909649729dafea5fd0ccb91e8b3590f6a63558f24be5632bfcddc22ebba445c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0909649729dafea5fd0ccb91e8b3590f6a63558f24be5632bfcddc22ebba445c" - sha256 cellar: :any_skip_relocation, sonoma: "5b9ee400118b5281b8ec095d934d8ebc18c167d186091919307b304bc6a33717" - sha256 cellar: :any_skip_relocation, ventura: "5b9ee400118b5281b8ec095d934d8ebc18c167d186091919307b304bc6a33717" - sha256 cellar: :any_skip_relocation, arm64_linux: "ab44ac0ff398a7fe9b123b9adb8b7bb0c8986f87e6a4969323894e317b510946" - sha256 cellar: :any_skip_relocation, x86_64_linux: "808243719a5649c11847ba0da7d12263b12be182f7b1a1163c18a1e4bf106e7e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a249d9ed33e966cc6af1cbc240863f9c08da7835812781908215d9656f66f5a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a249d9ed33e966cc6af1cbc240863f9c08da7835812781908215d9656f66f5a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0a249d9ed33e966cc6af1cbc240863f9c08da7835812781908215d9656f66f5a" + sha256 cellar: :any_skip_relocation, sonoma: "5ec76949ac1ba18f851875ebc9fdedea90a20807cb4cfb6356e538e55b19befe" + sha256 cellar: :any_skip_relocation, ventura: "5ec76949ac1ba18f851875ebc9fdedea90a20807cb4cfb6356e538e55b19befe" + sha256 cellar: :any_skip_relocation, arm64_linux: "32f244ab0870ca8d972d148030a493be5c2b1b17ba375b2614d5e4f536f6f70a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1c9539ecbd3762b9bdd61859a66c80d68f7e85f24af7557c3bb62c47840d4f7e" end depends_on "go" => :build From 38e3ec22d0ca97fb840421dcc675d7e82d43d531 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:25:43 +0000 Subject: [PATCH 06179/10074] dependency-check: update 12.1.3 bottle. --- Formula/d/dependency-check.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/dependency-check.rb b/Formula/d/dependency-check.rb index 02e1f6eb12ce9..02b6c4f5fcbba 100644 --- a/Formula/d/dependency-check.rb +++ b/Formula/d/dependency-check.rb @@ -7,7 +7,7 @@ class DependencyCheck < Formula head "https://github.com/dependency-check/DependencyCheck.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "cdade93613029b1b5d7b4206f9cdc3563f8fb81062d1180dcf12317ee0cf7e77" + sha256 cellar: :any_skip_relocation, all: "3c92103e18655e35859aafd09b8ff4c4e9bb5c723f88c1e3ad9e2c7c1efffc1f" end depends_on "openjdk" From b496166e46fa1cc0b24cc4c1a9eff7b4237f23ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:25:48 +0000 Subject: [PATCH 06180/10074] anyquery: update 0.4.2 bottle. --- Formula/a/anyquery.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/anyquery.rb b/Formula/a/anyquery.rb index c35887271a0da..5e3239dcf011f 100644 --- a/Formula/a/anyquery.rb +++ b/Formula/a/anyquery.rb @@ -7,13 +7,13 @@ class Anyquery < Formula head "https://github.com/julien040/anyquery.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b363cd009398d2392c99117f66858a2e4c8a4500d45cfe3625ead058cb09bea9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c9394f9d0e66ed4b3ad67b3ca08a632c41233d4b4fa04131c38697c4be76214" - sha256 cellar: :any_skip_relocation, arm64_ventura: "44bbaf4e254068d5e88da2bfefff78fd29e45fa7311a51282bee8ab42ebaa03b" - sha256 cellar: :any_skip_relocation, sonoma: "627ac11a9ad4c6c243e4a6306ff5f53b6f1d37355c23a4fae3e7fcccf1ea3636" - sha256 cellar: :any_skip_relocation, ventura: "83bccaa1b8a214c6e371bef27b982757f21d9c1bad4cf59bf010b80c74749ed8" - sha256 cellar: :any_skip_relocation, arm64_linux: "f1c6b705f45ce8dee3bd1a1c0dc01b22768a462e71ab3f4d8539471c8772715e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1bc174f34b9a509d9876d2d4902b2f5ea3ca5643b29af184f73fdcb5bd280a9a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "633ae2407073601f460b229f3beb084266437459fe714f69bd59e131d64e7f13" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b17f457620eb7440cc85dc95fa8459f99b2c4f12fbb6da748b8877c7897f699" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b785e0818e53eb11abb3e696fab37b0e80c7a866633fc3657e6b3e9434cdec3" + sha256 cellar: :any_skip_relocation, sonoma: "073ebafdfab0932bf134f30913180ef678975665d9f8f983f61eedb60a299d9f" + sha256 cellar: :any_skip_relocation, ventura: "996619f831a41f6af4a848ba472d93582fbcfbebde6b5f4e679777b36b186fae" + sha256 cellar: :any_skip_relocation, arm64_linux: "e201c0565a68397dddb0f0bcdb5c03a60b1c089013c4c0d38301469c8ceaedd2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3eab4be29633cec4a71c15468b49637323b4dbe443ba48b2016acec244a77cd" end depends_on "go" => :build From 5826bc355feae15e82685b52cdb9231b762a23c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:25:53 +0000 Subject: [PATCH 06181/10074] grype: update 0.93.0 bottle. --- Formula/g/grype.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grype.rb b/Formula/g/grype.rb index 2b61c80d9aa35..a031603748c7b 100644 --- a/Formula/g/grype.rb +++ b/Formula/g/grype.rb @@ -7,13 +7,13 @@ class Grype < Formula head "https://github.com/anchore/grype.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "137dc89f39c21232fe61d1ff58f51ae0a576dd91a8ae961edefedfca821e343b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "99fe0587de21a9507f3e923ad77da14df48f9a406655da397725dae0be9d5b7a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "29660815b252db5f0e8672bfeaa22e89ce6cd3b73701bb281bd76932e3f21e9d" - sha256 cellar: :any_skip_relocation, sonoma: "c321a10f619c9d858de9d51e90782b93a8db9a3c400ca4c1796def8f2a5a7f53" - sha256 cellar: :any_skip_relocation, ventura: "779672d76614d9f4f4c465c9cc3eab716fa065197fbecbd25de3f3d5bd753dd0" - sha256 cellar: :any_skip_relocation, arm64_linux: "1d09ed94efbdaa2040cce78c4c7e48b8777f86492a158d75caac372215aa0ddd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "10ea9e01eae2753fe3b1ba5c5c1192c5aa87c40a34e5c28409794ed8f3f0ac01" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "58ef7cf3c0affffa7a314739ae29bdb643dc82dbe29455f2d3552b0e49bcf776" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "baefe597b2df1b99028cf77aa2159034ab8b8e4bb610b833cd61bb8c4c4cdab5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0f7d85dd1294ea04c4c3cdef5d0d3eb940cd79ec57adaee3e12a0697ec955f94" + sha256 cellar: :any_skip_relocation, sonoma: "1f9552fe853fdc519671ddb5ab796b309994a9866e55f513b02c22b363c98d54" + sha256 cellar: :any_skip_relocation, ventura: "c3bf911494d7950c38c8cf10cb0d7d5e67a11d8f58fda198a0f288e6b888106f" + sha256 cellar: :any_skip_relocation, arm64_linux: "284a8a34c4c654acec7435fe589675f1621173bfe8f6592368e589c5de88ce05" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8876aac40add928abec4392a3d4f8494c9d91e7390d5a9018f829b1692965cb5" end depends_on "go" => :build From f76dedba44b97a76b5acf47fe7a2000589ba890b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:26:27 +0000 Subject: [PATCH 06182/10074] terraform-local 0.23.1 --- Formula/t/terraform-local.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/t/terraform-local.rb b/Formula/t/terraform-local.rb index 5ef830fb3ddd4..6032a7b5cf1a3 100644 --- a/Formula/t/terraform-local.rb +++ b/Formula/t/terraform-local.rb @@ -3,8 +3,8 @@ class TerraformLocal < Formula desc "CLI wrapper to deploy your Terraform applications directly to LocalStack" homepage "https://localstack.cloud/" - url "https://files.pythonhosted.org/packages/7a/98/31df54375ec4fcb25b14e3c79d6d40dfedc5cfc97b0ec2dff2045bf69c12/terraform_local-0.23.0.tar.gz" - sha256 "dc6957476176f23a5e5e116c2401fbcab2a9f2fad5842a334bc130ea88b7f4fe" + url "https://files.pythonhosted.org/packages/29/a4/97ef909b1e70e117032227bac56e1c23cee01551a586c5f67bb8d4885e1b/terraform_local-0.23.1.tar.gz" + sha256 "c56b025bef52d4af2246d49f00c3103f2678326e7eefbed8b74ae34a1478fe06" license "Apache-2.0" bottle do @@ -15,13 +15,13 @@ class TerraformLocal < Formula depends_on "python@3.13" resource "boto3" do - url "https://files.pythonhosted.org/packages/c5/02/b8e52defe7322998a79cb8e09d8f8a00b9d7452a0a516072f67df89f57f1/boto3-1.38.21.tar.gz" - sha256 "417d0328fd3394ffb1c1f400d4277d45b0b86f48d2f088a02306474969344a47" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "botocore" do - url "https://files.pythonhosted.org/packages/05/4a/89f2beab6757c900b15aa301227c9447feff7d327ff0595a2b74406a388c/botocore-1.38.21.tar.gz" - sha256 "08d5e9c00e5cc9e0ae0e60570846011789dc7f1d4ea094b3f3e3f3ae1ff2063a" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "jmespath" do @@ -55,8 +55,8 @@ class TerraformLocal < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do From 5c584500fbc53090a84d05d9f4304f7d74cb9389 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:26:42 +0000 Subject: [PATCH 06183/10074] terragrunt 0.81.2 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 7796aa89d059f..276bb00e9716f 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.1.tar.gz" - sha256 "28cdde44c2deb42cfd029e866454b0081952b6d871ebecf0a87956e4416947b8" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.2.tar.gz" + sha256 "13392dcdf785d106d10e32eb7595d5e6ff2323c370904c8b3c5710830d635c5d" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 3c066e37bc30fe1023a7f49d496da082df1494ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:26:59 +0000 Subject: [PATCH 06184/10074] malcontent: update 1.12.2 bottle. --- Formula/m/malcontent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/malcontent.rb b/Formula/m/malcontent.rb index 3c4708875b928..7573c7b2f99cd 100644 --- a/Formula/m/malcontent.rb +++ b/Formula/m/malcontent.rb @@ -7,13 +7,13 @@ class Malcontent < Formula head "https://github.com/chainguard-dev/malcontent.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "cb46596f8229930075ee1b584cb8f56160e0d0d5d35debe561a100d4157f5850" - sha256 cellar: :any, arm64_sonoma: "1eca259e9f8de6b1be362f47349a0c842c6da2f73f751e12b64b35aaab177041" - sha256 cellar: :any, arm64_ventura: "df4c5d2442087d5ca9549c6e3464449204122fa85240ce0a17bb125b01bdedc6" - sha256 cellar: :any, sonoma: "955b7e75046a2bf2b2edd866e9c73fac2f8ad5c81971db433e0c1766665d26f1" - sha256 cellar: :any, ventura: "c3a4eededf8f5c5af4f7d06bd584dc238896487972a80a1a616f4734fc057c5f" - sha256 cellar: :any_skip_relocation, arm64_linux: "9ac30a7f87aedee4e1f73de2ccb5e1547d39a130046f0149396f02f8e9c621e0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1d6263f3463c66e1db1f88828c9cdbb652a5be7b95eecc1d62cabbad33b63e46" + sha256 cellar: :any, arm64_sequoia: "e9787ad29cfd1d4dab7630794067b0c793a2dea66a6f432c459bcb46fad03387" + sha256 cellar: :any, arm64_sonoma: "1e2802a6a3338fb8effa67453281837b7782e7a927bd0ff223fae1bbfb59980d" + sha256 cellar: :any, arm64_ventura: "e82e78374694fafd76bba4d8394a1c0bafd948579a60fb43c71f5e0923eec67f" + sha256 cellar: :any, sonoma: "6bf9772be1cd6fd08e9d1a42f564d6006fdb9a60202b37716a72e4da36e6baca" + sha256 cellar: :any, ventura: "f0d87b396d0cf20e665e74e602834d08e49d43df426df3789355064dc34c1009" + sha256 cellar: :any_skip_relocation, arm64_linux: "dcbee901f01fe4407d9d6d695f2fcc723579b3ce93a2852da97bd8acbda3a4a6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "54b7533645ab4bf41250c252d0b73eec578db61e07abdebd522f4083f59286b4" end depends_on "go" => :build From 8936bac45851209a748e3b691cbc2cbf394ac8c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:27:32 +0000 Subject: [PATCH 06185/10074] translate-toolkit 3.15.3 --- Formula/t/translate-toolkit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/translate-toolkit.rb b/Formula/t/translate-toolkit.rb index 26c0c3bc1d4a2..fd038f5ebe007 100644 --- a/Formula/t/translate-toolkit.rb +++ b/Formula/t/translate-toolkit.rb @@ -3,8 +3,8 @@ class TranslateToolkit < Formula desc "Toolkit for localization engineers" homepage "https://toolkit.translatehouse.org/" - url "https://files.pythonhosted.org/packages/f2/35/7264ad40d8ef95db2cdceadd808b479c5c289068bc2809db0ed265cc6f3c/translate_toolkit-3.15.2.tar.gz" - sha256 "8b9cf1a6ffd3eb10757c77496c414bc6a6eb400bf88f10914257672431fe22ae" + url "https://files.pythonhosted.org/packages/c7/c8/ed119057675ea31eb255e7872a6150309447200545f8ec5f4888f8e50cd1/translate_toolkit-3.15.3.tar.gz" + sha256 "e25cbc54904feb3e81a8886b83c8dcc8c8e35c131a4df53ea6995b9842a47eab" license "GPL-2.0-or-later" head "https://github.com/translate/translate.git", branch: "master" From 6e71db92a64047813c62ca1fbd5e5326b006d5e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:27:46 +0000 Subject: [PATCH 06186/10074] trufflehog 3.89.1 --- Formula/t/trufflehog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 8c7ee6b472d14..b9d8104e8aa60 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -1,8 +1,8 @@ class Trufflehog < Formula desc "Find and verify credentials" homepage "https://trufflesecurity.com/" - url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.89.0.tar.gz" - sha256 "540900a5108a6dc4c6ab00f3bd5a168da33bb6f121ff7fc9e1771622812a185d" + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.89.1.tar.gz" + sha256 "a34574f589cf5d9ac33f722a35ded5bf9c094356503ab8a1d9c7949841951cfe" # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 license "AGPL-3.0-only" head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" From 9ca502390ad7dc07d10af2cdc1dbadcb36729ca5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:27:56 +0000 Subject: [PATCH 06187/10074] tt 2.10.0 --- Formula/t/tt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tt.rb b/Formula/t/tt.rb index 62d960883cf45..a779fdb300234 100644 --- a/Formula/t/tt.rb +++ b/Formula/t/tt.rb @@ -1,8 +1,8 @@ class Tt < Formula desc "Command-line utility to manage Tarantool applications" homepage "https://github.com/tarantool/tt" - url "https://github.com/tarantool/tt/releases/download/v2.9.1/tt-2.9.1-complete.tar.gz" - sha256 "c2db35772470cdfba8b2e1cba06391d848cfec3c50163e635be305aedd23c04a" + url "https://github.com/tarantool/tt/releases/download/v2.10.0/tt-2.10.0-complete.tar.gz" + sha256 "e115bbc85230f12a69746f54e47a3fd06fd9c2fed4657e519820c9c7653cb03b" license "BSD-2-Clause" bottle do From 0425626bbe566966ec27c8772ba2d5446c2b8ee0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:28:34 +0000 Subject: [PATCH 06188/10074] pixman: update 0.46.2 bottle. --- Formula/p/pixman.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pixman.rb b/Formula/p/pixman.rb index 15c39c503150e..3a13941bf5710 100644 --- a/Formula/p/pixman.rb +++ b/Formula/p/pixman.rb @@ -11,13 +11,13 @@ class Pixman < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "6d08a20cf16a9f69e925000085b4062501df3c8838b25284a7a5733608fd944a" - sha256 cellar: :any, arm64_sonoma: "bb33e3bd843674caaa950a8709d05642098e812eca15c31857a43433ed90ba25" - sha256 cellar: :any, arm64_ventura: "3d828f7c89d6c86df8e446f236491d601568b57b7a921c8638bc7b2a624c4d9d" - sha256 cellar: :any, sonoma: "c2d900dfd371707c26fd4cb0cc39d1cacecfad46996c7221a7cc076f187d3d5f" - sha256 cellar: :any, ventura: "ba2d352ce10d31e30df0f902a726e7b57937768844a75452f93cb7cc7b80649f" - sha256 cellar: :any_skip_relocation, arm64_linux: "41be5dc73da1641d3c1a717cf63080e5d905038afa6a0db9d672e5eb8a009595" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7db0ed1a87555ff2b1327d980ab335f6f1ee6c6008be640b16a3fe51b0b48ad2" + sha256 cellar: :any, arm64_sequoia: "562fd713cba6bd2d1b67efc0985e25a0540243c6af8bcfb1add2c59e79a6a4c6" + sha256 cellar: :any, arm64_sonoma: "c987aaa3c13f36ba7f1d09b7c6e1551caca2b766a8a3483ee78f1be6af099904" + sha256 cellar: :any, arm64_ventura: "d95aaa640c1545ca252fc63356c15ac1922cdf12a1b3b53c0a7cc81d37f56d6b" + sha256 cellar: :any, sonoma: "e36b4e62524a998dfcba997b3e827537ef8179df9f9c558e203476cd264e2c9f" + sha256 cellar: :any, ventura: "76bf47b17df80924d7e3e181756bc4b626726fb3edbb64712f8efaf3a9084390" + sha256 cellar: :any_skip_relocation, arm64_linux: "b0348b9a6b322df730a5b2d6486f48ab5ffa7417bfb7d82470159c8c25f3bd9e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dae8493d70813d203b6e05abbf9297edff4c5b94320fe74492198f9169930f09" end depends_on "meson" => :build From 76b99b61449cec3c6350bff079ed127e50be9025 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:30:45 +0000 Subject: [PATCH 06189/10074] oh-my-posh: update 26.6.1 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 7ea530fd1682e..2325003274890 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1eea83c7bef90643545dd0edb4acdf87b2c312a6ed58e5cab4093a1277bf9e3e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "723494200548c4506e5032c23022fa0e9078a34d59b519819ce3a32e1e9be770" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7f9624b340dcf8d44f660dc7bffb5cf1432836dfa5cfa68d176da3f12875c773" - sha256 cellar: :any_skip_relocation, sonoma: "b7d3ed5c444d280a72c9f17e916fb7317b89a959c436766c9b4fe99ec710bf60" - sha256 cellar: :any_skip_relocation, ventura: "1b9f48cc280f03cb2dd1c3f6c7e9a36c4dd8cd182406b9d18fbffbc57f880ea6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6a9b474807433eecf443d690db3ef0e858cdac18f3a44b99c9ff2e00c3c1d83b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eeac8d72668dad37e55d4b7bf22fa178d5daf712c6555adfd0c7440216c6b0b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bbd73a9d591536450e70bacf14e131b20c51d954dd9ea7a06a3798415df0bbbc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c7bffa210709bcb8637a4d4bc90be074b4261719252b5abe5a414d5b6a42057e" + sha256 cellar: :any_skip_relocation, sonoma: "af175aba23f61ef2ff0e47bf680d0350324096da5d8fda97f61b5ab4189995af" + sha256 cellar: :any_skip_relocation, ventura: "52c7b12255f9295905fa74eb8941c5e245d62922476df81420d29a0f67ac0c1f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78d4c82ea1f7bc18b421d17a95d12f9109fc9001faf4c863de4e7aab481bc54f" end depends_on "go" => :build From 94c0b63e76f017c99d20625ecfa3eb6a10f404dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:36:55 +0000 Subject: [PATCH 06190/10074] openshift-cli: update 4.18.16 bottle. --- Formula/o/openshift-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openshift-cli.rb b/Formula/o/openshift-cli.rb index 5d8956511043a..27e45268fd799 100644 --- a/Formula/o/openshift-cli.rb +++ b/Formula/o/openshift-cli.rb @@ -13,13 +13,13 @@ class OpenshiftCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a9129d834943698925c115fc970db67587c4887100b569b907bb547d4e21bb8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "be570d73d81577535922cc48f870cb09b90fe11e48e4397f5ce2826fd43d6e22" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ab76d3eb4d0b2291d1541265e80d530be83bf38b6cac35472bfd56f348e6d4b8" - sha256 cellar: :any_skip_relocation, sonoma: "4d9db5e2efa6e5ef4e5c8d71408c63194414758987679aaad310a8ea201c3f57" - sha256 cellar: :any_skip_relocation, ventura: "9a6f1e9045ae961325b58e292e146d2c3d6c33acb1fe5e9ac0be62a19bc68841" - sha256 cellar: :any_skip_relocation, arm64_linux: "a5864f90e0c4d1b58b44c4ae9886aa3c71bcc43e361840e2a67d6ee9728207f1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd87a16f320688dcf9a6f31162be17af632f1caa229fab8874f63234c24c1410" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a0260f0741e2541b03cd6918e1dc7f4a5c98e695017ec0d30116e7d58f17337" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f2d95110fbf19349790f272c04b6ddb51ec08273f140c553df1933efc61507d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e5062bd77e53e83d54013036d2168fe238cd2e8b6013f0bdd73169562c5ce03f" + sha256 cellar: :any_skip_relocation, sonoma: "e9cc2f7fc0bb8c54920f7ac09636daacc56b5095e0bfd8ba98557395457b48b7" + sha256 cellar: :any_skip_relocation, ventura: "b031f0b58103310f1e79960be815443c7e845eb175588b74fee4c3da0baffb98" + sha256 cellar: :any_skip_relocation, arm64_linux: "616ff27d2d20fd478d7828c7ab61a778cb302ef77df8fb35408f41636eb4d549" + sha256 cellar: :any_skip_relocation, x86_64_linux: "379bb664ff2f7b2728d40e53d6506f6691980a5562aa9798d2165041626bfe02" end depends_on "go" => :build From 2b11b2a933df3e5d2eb5d3f8f2ee0d287df7384a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:51:47 +0000 Subject: [PATCH 06191/10074] mapcidr: update 1.1.94 bottle. --- Formula/m/mapcidr.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/m/mapcidr.rb b/Formula/m/mapcidr.rb index 3c3efb810bdc8..08c716550b6e8 100644 --- a/Formula/m/mapcidr.rb +++ b/Formula/m/mapcidr.rb @@ -7,14 +7,12 @@ class Mapcidr < Formula head "https://github.com/projectdiscovery/mapcidr.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f78e69af4afb917cf0a41804f2519b6bea04bdb690b01510b7101fddcc13d19" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb89cba8eb2951d6031b6596f645ff095a0a45fa32e801eba3428112e9805262" - sha256 cellar: :any_skip_relocation, arm64_ventura: "14c162c1728ed3a4db440a87a7c50a83a56e1850cf3b63ffe6141a13dea3685f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "d6bdc1c16bde927ed10481ae997d383d1cc8e51ba21c8c8d70f287dc16607939" - sha256 cellar: :any_skip_relocation, sonoma: "402aadaa69b3d0d49ea79073f889c83abc4e06ce2168aa9d8970271e3ae14805" - sha256 cellar: :any_skip_relocation, ventura: "8e872b8888bcd318860259bd57a024b1fc4f339ecfc226f8f9473b230d040843" - sha256 cellar: :any_skip_relocation, monterey: "e8dfa1fb2323413d735e839062901fff2b9ede039ce62c1ce62cf0ac46f58507" - sha256 cellar: :any_skip_relocation, x86_64_linux: "59d005c2c7a7f0e9f40d332ab2eca37651bb4480d83baeef707d1c9619d99c62" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "686bfce3317571c04dce3cac870517c935268e7640c10430066ef36f51936079" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dac8b92952f6143c0083c49aaec1806fd1f5bde2c26a6671f98450623820ebe0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "71df5c68774568b12f5edc82f3ea2eb792f10c7602a03099fa85f2ced8b46c0e" + sha256 cellar: :any_skip_relocation, sonoma: "1a4b205a3339eeb94c4ce605303fb7be40c1c0a9ef2a3567dd0fbb0702c84c9b" + sha256 cellar: :any_skip_relocation, ventura: "a0ead83131742a6efcd5d84694521041d359bb131dfdeb7b08fd3cc673b92b94" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70109f0a3ef54ef62fd245cc4e05e598c342812a2e390b0670d28799509958ed" end depends_on "go" => :build From 0add8a5a873af36b3f610b240509c7888190ca2e Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Tue, 10 Jun 2025 14:03:00 +0200 Subject: [PATCH 06192/10074] mender-artifact: add missing file system tools dependencies mender-artifact can manipulate ext4 and vfat file systems inside Mender artifacts if the respective tools are available. They should thus be pulled in as dependencies. --- Formula/m/mender-artifact.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/m/mender-artifact.rb b/Formula/m/mender-artifact.rb index 7c50eb45b77ac..11d8d8d11809d 100644 --- a/Formula/m/mender-artifact.rb +++ b/Formula/m/mender-artifact.rb @@ -25,6 +25,9 @@ class MenderArtifact < Formula depends_on "go" => :build depends_on "pkgconf" => :build + depends_on "dosfstools" # fsck.vfat for vfat file systems in artifacts + depends_on "e2fsprogs" # manipulation of ext4 file systems in artifacts + depends_on "mtools" # manipulation of vfat file systems in artifacts depends_on "openssl@3" def install From d2b4d73677e0a258c0661dcac8b7bbfc2d88b5e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:00:23 +0000 Subject: [PATCH 06193/10074] pixi: update 0.48.1 bottle. --- Formula/p/pixi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index c36f22e863cd4..8ac82a6c41d75 100644 --- a/Formula/p/pixi.rb +++ b/Formula/p/pixi.rb @@ -15,13 +15,13 @@ class Pixi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6caa997959cbedcbf79eb923f670871234c6e4ed21715529e059eb46a1d45689" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "765cfa417446813ad3626dbbdfe195b69cb89c40a1b3791bd2c291acca2131ea" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b07110caa030ac0d48173270b80fd4b69d91aa1cbc8387e360293aae768008f7" - sha256 cellar: :any_skip_relocation, sonoma: "4495dcb5270b7634c6dc146a9797893fc9aa85d799849ecd08afc4b4f931c7d4" - sha256 cellar: :any_skip_relocation, ventura: "514d4737aeab72617534c78b1d6620ccf15df23ff12c1246726112dd55562fd2" - sha256 cellar: :any_skip_relocation, arm64_linux: "68884111625b02633ef9db4b2d0a5b3d634dc9914c98a6488619ba3f8aa3fe2d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dfc41559049e647fae2a57d06a5fd43f55aae3e09faa4d17f012c5b372698516" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "76b4a7dbf3e0d78027e04fb5f069311ffa9ac24200133f31cf431de389dd12e4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "71f4eac89039a14cffa7ac560d03e2280dbd6ac6d42db7f52f9411a3e7781367" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ebb573c26fec48be622f1c8fb24d8347447c0f75529dd88fff5b842a8a59af38" + sha256 cellar: :any_skip_relocation, sonoma: "9991c6b3f78ab20abe5e8816aa27248fa29fcaf36e6687d92dbab155e636c8a4" + sha256 cellar: :any_skip_relocation, ventura: "8f8a0b3afe66ddcdfba1c011019601168adf85e5c27080444210aa56dee0d33f" + sha256 cellar: :any_skip_relocation, arm64_linux: "5a20e7a8ae69d2c37d59ed0c0f96ef9f8288f7226d2f9911048f193738d190d8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8f78138907bf8a82ad4d87016d682bc464bca594dc07d4dbab464364002e3194" end depends_on "cmake" => :build From f05c4c8701a084ddce65164b2df01e2f5ffab0fc Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Tue, 10 Jun 2025 15:43:20 +0200 Subject: [PATCH 06194/10074] mender-artifact: Install shell completions mender-artifact provides bash and zsh completions. Unfortunately, it doesn't support generating them from the binary itself, so `generate_completions_from_executable` cannot be used. Good old file installation needs to happen instead. --- Formula/m/mender-artifact.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/m/mender-artifact.rb b/Formula/m/mender-artifact.rb index 7c50eb45b77ac..667c197ca4733 100644 --- a/Formula/m/mender-artifact.rb +++ b/Formula/m/mender-artifact.rb @@ -30,6 +30,12 @@ class MenderArtifact < Formula def install ldflags = "-s -w -X github.com/mendersoftware/mender-artifact/cli.Version=#{version}" system "go", "build", *std_go_args(ldflags: ldflags) + + # mender-artifact doesn't support autocomplete generation so we have to + # install the individual files instead of using + # generate_completions_from_executable() + zsh_completion.install "autocomplete/zsh_autocomplete" => "_mender-artifact" + bash_completion.install "autocomplete/bash_autocomplete" => "mender-artifact" end test do From 2509989d801ec545bfa4b81aba5e9508b9c610f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:05:21 +0000 Subject: [PATCH 06195/10074] sqruff: update 0.26.5 bottle. --- Formula/s/sqruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 8960a7949d97d..de0de412d10f9 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -7,13 +7,13 @@ class Sqruff < Formula head "https://github.com/quarylabs/sqruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "58a6c9ed797bfbbd3ffa6133bb0019ade5605663be5d9079df0998297a1148ad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "294002a6947b6ba034a3b6cd71a3e6fc439dec853f2273f2b84edbacf0fe2501" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a7f78076b0d9c80c96a2ccc93880c786271cc3f3db313d2a20d250662a6aa5cf" - sha256 cellar: :any_skip_relocation, sonoma: "31d318233e21e7fc67764361f0264369a6d417cdb99a4816158f949cbb2aa725" - sha256 cellar: :any_skip_relocation, ventura: "5174488c786c2f3cb5b55a193cd35b03a5e2e8e32ae11c8514aca24192142f2f" - sha256 cellar: :any_skip_relocation, arm64_linux: "3ca2f76f8b4ac13aacc7d75c68d714ec099f4e84b84577c21d3eb120fbfa3e7e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f7d72f5a591fd3c608cc29b6a8f8ce6bd7f24b67360c59b41a76ddced4532f9d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d2bb0473e0f3f461f8e3683738349efe1e8b9c5965d22e7de6c7594c23dc020" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a20b7268f5fb821ade032f699a0e6ed91e8c942fd49a1823832d13929a690ac2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "53ceb9c13f10637067cd03523ca18df55b5a8ca7cf5388b95e7a820321244e0b" + sha256 cellar: :any_skip_relocation, sonoma: "254446622314a00d7ac58368e5396266895efd77b557dd83ee0ee4bc9c30aa45" + sha256 cellar: :any_skip_relocation, ventura: "4da06e515db7a9dc3f80d6f0c0f8610f907946ec3ed32f1547b96433374694eb" + sha256 cellar: :any_skip_relocation, arm64_linux: "22a941bb0b586f754a70ecc4841f264ac22c5208bb3a09e2086abff0d8f38930" + sha256 cellar: :any_skip_relocation, x86_64_linux: "24fbebfad9272188d135ae2c4ed9e89c7ca7f1f11c1d4d90f8c51f44c3f0b635" end depends_on "rust" => :build From e5c9810dcea459da4df5dd2bcf08e45d1ebc3c46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:07:29 +0000 Subject: [PATCH 06196/10074] trufflehog: update 3.89.1 bottle. --- Formula/t/trufflehog.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index b9d8104e8aa60..ab5b10c728a95 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -8,13 +8,13 @@ class Trufflehog < Formula head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "003828e50e4398ab3e1394625c4c244ded37c89fb2722726d86b38f7733e1040" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfcf426ed57709c15de889fbcc162837314228fccab7d0dbf87ff94d4b0b9f34" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8a8ab7636b20629c4e8c68bff51fa8cbff5fcbc9a567b0903932f9582a48f704" - sha256 cellar: :any_skip_relocation, sonoma: "02d07375d709efe623049dc79e489f5c0a7d0b3ba5d742db7c244e2c14861572" - sha256 cellar: :any_skip_relocation, ventura: "b98d8aabed3803b4f798ca8c53b2f5b2ec0afb13f9cc3d361c0071802fac7dc5" - sha256 cellar: :any_skip_relocation, arm64_linux: "64e0b05f444b3bfa49038ea081ad91439a2f6e2e976b9d03adbd0c0e4f35167a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d31f1d24a9d61554d33a1ea106e17918450f14ee75ef107962a660072b0e29b7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b07c7958bcccd939d4d546af45f933979bf4a5c400c9e38cbb33e5c645d39f51" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3678045535db09aae90a7352b5a987dc1e079c9727b6a0acbb31bbee01657fe" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aa75a0ccce0f6416f2ec17b1dd17788c2492bbef574aeb083d72c7a09abd2a53" + sha256 cellar: :any_skip_relocation, sonoma: "8e91f54524c0e8d966ed514f69abd6b5cceee6b819315b1e5f15c1cb5cb92468" + sha256 cellar: :any_skip_relocation, ventura: "0097e139daca5a050512530e85ce24eb648aa6e9d4de67b81bb1221b787d3a12" + sha256 cellar: :any_skip_relocation, arm64_linux: "b6a27e22abab84ded835ba797282dafd28cad662aaa53d24bdf630400630a8a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8330bbbf803f9aeb02de39555d86636d407d6244052aa496c18cec47a18c978c" end depends_on "go" => :build From 790fbc0b680ef04a17c1fdc0d09703241fe19096 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:08:03 +0000 Subject: [PATCH 06197/10074] tt: update 2.10.0 bottle. --- Formula/t/tt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tt.rb b/Formula/t/tt.rb index a779fdb300234..748275bdd166a 100644 --- a/Formula/t/tt.rb +++ b/Formula/t/tt.rb @@ -6,13 +6,13 @@ class Tt < Formula license "BSD-2-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "6d04aa04e9bed0b14ad572a06872d32e48c2df523e38221943908806d0ef0140" - sha256 cellar: :any, arm64_sonoma: "b7bfef5b73cf784b28eea0ff9e2cadc4e4d66f3caa8518d85362f01de5d2a596" - sha256 cellar: :any, arm64_ventura: "17e36ad39cc6eff36ba4417a514e33b899b9d2cfac9beadb6256d21a9a827793" - sha256 sonoma: "eb3ed8f61cc6b844e6728ad12a202768352d1be5b46a0e4be684d54e8d145724" - sha256 ventura: "5f3bf271f86d10e3082cfaa3208e919ff1d60bd14966b9fb497d13c7c3007ebf" - sha256 cellar: :any_skip_relocation, arm64_linux: "49e0d720c0028f079bbdd709b9b2737bc821e768fb5144952c308cd997f56d89" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6e685ed345c8e6fe62a1d357fdade38e242354eab0842ac0152723baaf74168c" + sha256 cellar: :any, arm64_sequoia: "1f8a98013c734d61cdcedc8d0d33cdb108c57658618fd0315c67485df37bb995" + sha256 cellar: :any, arm64_sonoma: "714aa4b30f9dc882186112f8b5f44edd148129400792ff333ac5030ede340462" + sha256 cellar: :any, arm64_ventura: "0724e06cff0d38abe96c3aaf608fbd75d02836316f6dcbaa0e60d3675064d910" + sha256 sonoma: "82c6635b3e7fb55db6be341d8982de18f66e7ae8b5ac67837bba20ac7b2ba439" + sha256 ventura: "1a3fdaf1b8d3a2469f7372a6ed5afb12faccba2a22aa9303a04c51835249d899" + sha256 cellar: :any_skip_relocation, arm64_linux: "fcbb83bee9a6a46d294bf744af57bc25289ed794eff8455ae10e4b1ce06087ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6e2f34113d16c75e8803f39ca737210c7d177325ff1c6955c6b34f14543ae2d" end depends_on "go" => :build From f001498b597e8359b5df2a2e425d06ef4cb64426 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:08:47 +0000 Subject: [PATCH 06198/10074] translate-toolkit: update 3.15.3 bottle. --- Formula/t/translate-toolkit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/translate-toolkit.rb b/Formula/t/translate-toolkit.rb index fd038f5ebe007..c2fb13e2514f0 100644 --- a/Formula/t/translate-toolkit.rb +++ b/Formula/t/translate-toolkit.rb @@ -9,13 +9,13 @@ class TranslateToolkit < Formula head "https://github.com/translate/translate.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "93e680e798291f70223c2cb28fc21a33495d11b3305c9ebde4951bb768ccf737" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3e59f754e39baa1b08b7be9a40fa0c5ed6d3318399570b20f0dee66cb36adb4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "760dd04e4058d0ef441ce2694cb6a4bba2c5ebf4e46445009c53612ded9c4e4b" - sha256 cellar: :any_skip_relocation, sonoma: "d27e73ebfce34346dab06dd92ab55b9e2f14c450403f63e68fbb93985af67d3d" - sha256 cellar: :any_skip_relocation, ventura: "9a08b37359abd5147b52df44b390335f71820a2492906586ad668ad860e82ecf" - sha256 cellar: :any_skip_relocation, arm64_linux: "caeb90933eb921bb497ca9489cd429c59d41ee7acf53a371747a52e14b97fcd6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0bc8438508566659a1e37119762660ccd24b330794c26332dda4594695bf1160" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bf5bf713e37b81aa5d9da7a82738021b07092a3be4705b8e31a9134fe654167" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "565cff2f17d812189f101b5baabcfa663e35b8c12d638db2213fdcb28946dc77" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e1b5f779cd6b3b98467789e4b5a7f3708e8c5f97c25932043e51bb9d9dbcbe5a" + sha256 cellar: :any_skip_relocation, sonoma: "f26ab24b63f2719c2da6f1c64acff1ac75b5033c3516fde512fa67539767be0a" + sha256 cellar: :any_skip_relocation, ventura: "6674c9909bc9680ef4dc28c079ef25cd5d3155602724a612b300abb3efa460b1" + sha256 cellar: :any_skip_relocation, arm64_linux: "99eeb609bb1e383cd012e5f1abe8addb5a7bb4af22e285003a897bd1e5a8464e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "af224abd20eb008156d635a8781aacfbffd41d4547c7d36afc0c10dca203a2b0" end depends_on "python@3.13" From 1cfe4ecb0802c78ca1feb97c9708fb7e757abe44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:09:23 +0000 Subject: [PATCH 06199/10074] terragrunt: update 0.81.2 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 276bb00e9716f..4bef8dbb22f9e 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6f1e58f47ede6d3693f961aaa5a45373caefa5401ff4179c07938cdb9d6c2bf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6f1e58f47ede6d3693f961aaa5a45373caefa5401ff4179c07938cdb9d6c2bf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f6f1e58f47ede6d3693f961aaa5a45373caefa5401ff4179c07938cdb9d6c2bf" - sha256 cellar: :any_skip_relocation, sonoma: "f1ecc20cd74bbf9fb55857d9f677ed3661bc35590fad9dba8c7c3228e4ac918b" - sha256 cellar: :any_skip_relocation, ventura: "f1ecc20cd74bbf9fb55857d9f677ed3661bc35590fad9dba8c7c3228e4ac918b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "51271131e86baa04b3b92e09c20ef7514ce36fa7d5f7a1867f229437d895ec34" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd5fff3d091dbe3448567331879465cb461bf6fcef7788607b6b084dd7bc967a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd5fff3d091dbe3448567331879465cb461bf6fcef7788607b6b084dd7bc967a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dd5fff3d091dbe3448567331879465cb461bf6fcef7788607b6b084dd7bc967a" + sha256 cellar: :any_skip_relocation, sonoma: "a99a1eacd600c6d85196b91e3d85694e235ea6ca0a74269f83b14b599baa26ea" + sha256 cellar: :any_skip_relocation, ventura: "a99a1eacd600c6d85196b91e3d85694e235ea6ca0a74269f83b14b599baa26ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d6e04a6829de25cc3212a3c3082d36eaa9082c99d54d6f46d0f7dbb131f5cc5" end depends_on "go" => :build From 556b51a0c3e929bc340cfe796e0a7ddc81e3ec7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:10:07 +0000 Subject: [PATCH 06200/10074] terraform-local: update 0.23.1 bottle. --- Formula/t/terraform-local.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/terraform-local.rb b/Formula/t/terraform-local.rb index 6032a7b5cf1a3..0dee885612d1b 100644 --- a/Formula/t/terraform-local.rb +++ b/Formula/t/terraform-local.rb @@ -8,7 +8,7 @@ class TerraformLocal < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "0e3db4ef8732b70ae48565e869d371ab224ebdd87750ee30d61a3f2a6333b881" + sha256 cellar: :any_skip_relocation, all: "80f734bb8fb6f72f4807ed7d4bc156895a53176a0a9b2324ed628e4ec8aae351" end depends_on "localstack" From 314cd56eb43f68ca85c4f42aaa4c65b7189654aa Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 10 Jun 2025 11:44:51 -0400 Subject: [PATCH 06201/10074] autobump: add tldx Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index 7c0ea3f689fc0..3d632dec84e30 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3736,6 +3736,7 @@ tio tippecanoe titlecase tkey-ssh-agent +tldx tlsx tmex tml From 8f1193ad05aa2babae3a97b08c7ab841834c0d91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:45:51 +0000 Subject: [PATCH 06202/10074] mender-artifact: update 4.1.0 bottle. --- Formula/m/mender-artifact.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mender-artifact.rb b/Formula/m/mender-artifact.rb index 667c197ca4733..adefc24dc6962 100644 --- a/Formula/m/mender-artifact.rb +++ b/Formula/m/mender-artifact.rb @@ -14,13 +14,13 @@ class MenderArtifact < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "d9c42ade066c950f156d48249363f17ae1976ac3a4ff9cd511cff92bd57b02c9" - sha256 cellar: :any, arm64_sonoma: "64a6cdafadb4b633f303a00fe2880fbd7a450a85c9586b2d246972c600917ec9" - sha256 cellar: :any, arm64_ventura: "b91a6a9767b4847fb9c954d1107b9b072f906137a767b22562e6faabe355e155" - sha256 cellar: :any, sonoma: "515fbdff1f6d0ff7bbfed64647309df28c9021dbe2e85d80332782c2a30089bb" - sha256 cellar: :any, ventura: "340b7365db24c4a352647eb37f50c589464585ac7d12b54ebab8037a2574a39e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "48b8f124a177b145ddea1a11bcc974408c634113177f3b4341bb758016c5fc55" + rebuild 2 + sha256 cellar: :any, arm64_sequoia: "80224c8592a5dc4827fa0a910636f7d34dcfd38bae207b5a4fdb2f948a0037b6" + sha256 cellar: :any, arm64_sonoma: "de1ae9470958c874522781e728982d9cb122fb91433137084fa5a8f32f97f853" + sha256 cellar: :any, arm64_ventura: "36bb71ef0ae85788b6d791a694cc1fa1421998b0fcc6b393385f02b29d57c115" + sha256 cellar: :any, sonoma: "99f483948f3b03f67872a6e376565e72847b01bf8c9ef88f5b9be054d8336ed2" + sha256 cellar: :any, ventura: "c3a172ee1a0db147f6215f064a1c33cf0bb86d9ff8619236b35f9583574f1e3a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "07214f6a3d3292b02f755f8189fbb5acc54f57c3dba65ece86d8feb5a3506dd4" end depends_on "go" => :build From 5beeec8d82a9e00b02e99896bef1a566c489be4c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 10 Jun 2025 15:57:11 +0000 Subject: [PATCH 06203/10074] sprocket: update 0.13.0 bottle. --- Formula/s/sprocket.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/sprocket.rb b/Formula/s/sprocket.rb index abf9539673186..268d3222cbfd9 100644 --- a/Formula/s/sprocket.rb +++ b/Formula/s/sprocket.rb @@ -12,6 +12,7 @@ class Sprocket < Formula sha256 cellar: :any, arm64_ventura: "90974677931267583f965dd5a7b2f772c8bbef398c619f45cb816152434f91eb" sha256 cellar: :any, sonoma: "3caf0f88b2abae6ab506527a7d9b520dd853a128e0810db7676854decaeb4878" sha256 cellar: :any, ventura: "aaa8fbb13dc34176c80acb78ec4b0e106ce211b1349236fb9b2d91774405bb29" + sha256 cellar: :any_skip_relocation, arm64_linux: "c9b7d6624a47fb8045126b5c978949dab8fec1de28136c327e8fcb8b1df7f3ec" sha256 cellar: :any_skip_relocation, x86_64_linux: "0bf77fdc5153e3d1505fc267da7a686687323d77f384647fff55708f2c4152d9" end From cfb6c65569e303e020a8302422f6dbd2fa9675d8 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Tue, 10 Jun 2025 18:34:51 +0200 Subject: [PATCH 06204/10074] gcc@14 14.3.0 --- Formula/g/gcc@14.rb | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/Formula/g/gcc@14.rb b/Formula/g/gcc@14.rb index 50c7572624403..ef479648725f5 100644 --- a/Formula/g/gcc@14.rb +++ b/Formula/g/gcc@14.rb @@ -1,9 +1,9 @@ class GccAT14 < Formula desc "GNU compiler collection" homepage "https://gcc.gnu.org/" - url "https://ftp.gnu.org/gnu/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz" - mirror "https://ftpmirror.gnu.org/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz" - sha256 "a7b39bc69cbf9e25826c5a60ab26477001f7c08d85cec04bc0e29cabed6f3cc9" + url "https://ftp.gnu.org/gnu/gcc/gcc-14.3.0/gcc-14.3.0.tar.xz" + mirror "https://ftpmirror.gnu.org/gcc/gcc-14.3.0/gcc-14.3.0.tar.xz" + sha256 "e0dc77297625631ac8e50fa92fffefe899a4eb702592da5c32ef04e2293aca3a" license "GPL-3.0-or-later" => { with: "GCC-exception-3.1" } livecheck do @@ -54,16 +54,8 @@ class GccAT14 < Formula # Apple Silicon support, located at https://github.com/iains/gcc-14-branch patch do on_macos do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/f30c309442a60cfb926e780eae5d70571f8ab2cb/gcc/gcc-14.2.0-r2.diff" - sha256 "6c0a4708f35ccf2275e6401197a491e3ad77f9f0f9ef5761860768fa6da14d3d" - end - end - - # Fix for macOS 15.4 SDK issue https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119590 - patch do - on_macos do - url "https://github.com/iains/gcc-14-branch/commit/efb88ebe0a6886f816c0d037df33df6556544ad6.patch?full_index=1" - sha256 "4077af416eaf40a968e4b9d382aeb6470c2b79f09a52da2dd6aa91ace7af5c87" + url "https://raw.githubusercontent.com/Homebrew/formula-patches/473d292cbbdfd318341cb6d4bcdf8de47879bab7/gcc/gcc-14.3.0.diff" + sha256 "b8611362ae43a5644ab908d6e4d9bfc90346a914c3ba851197086d54148b1289" end end From ef393776c8dd20ee22c803dc9d456a727106a5c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:53:37 +0000 Subject: [PATCH 06205/10074] atlas 0.35.0 --- Formula/a/atlas.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/atlas.rb b/Formula/a/atlas.rb index 6c75dfe61ffb7..1761800f97ac0 100644 --- a/Formula/a/atlas.rb +++ b/Formula/a/atlas.rb @@ -3,8 +3,8 @@ class Atlas < Formula homepage "https://atlasgo.io/" # Upstream may not mark patch releases as latest on GitHub; it is fine to ship them. # See https://github.com/ariga/atlas/issues/1090#issuecomment-1225258408 - url "https://github.com/ariga/atlas/archive/refs/tags/v0.34.0.tar.gz" - sha256 "cd1ca53aeb77444647349e0eb89f3858c217c6fe79d9953b39f7cb2eeaba523e" + url "https://github.com/ariga/atlas/archive/refs/tags/v0.35.0.tar.gz" + sha256 "b87b0a1bfbbf0ada21ac691054efcb167490c44c27de7c4bd3f2a1fe7a0b68ad" license "Apache-2.0" head "https://github.com/ariga/atlas.git", branch: "master" From 17878c7542acf1ece92d948c1eba5c4173869b25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:55:41 +0000 Subject: [PATCH 06206/10074] cargo-binstall 1.13.0 --- Formula/c/cargo-binstall.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index 94e45586a4061..d15d49f9691b2 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -1,8 +1,8 @@ class CargoBinstall < Formula desc "Binary installation for rust projects" homepage "https://github.com/cargo-bins/cargo-binstall" - url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.12.7.tar.gz" - sha256 "29d83fdcc0b2a7815f8c82783340b90c61abd7e2c1ce0f98e054b6f3baaf8a81" + url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.13.0.tar.gz" + sha256 "23ad965be917d80d590f5e3dad1cb8a2b8860eec7f3c2d30f285644d1b32ee33" license "GPL-3.0-only" head "https://github.com/cargo-bins/cargo-binstall.git", branch: "main" From 9ee4e59de1512b5d8e1884ad68e71ab8d49daf0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:56:17 +0000 Subject: [PATCH 06207/10074] checkov: bump python resources --- Formula/c/checkov.rb | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/Formula/c/checkov.rb b/Formula/c/checkov.rb index 0aeadda6d9fba..2b84f9f19dc4c 100644 --- a/Formula/c/checkov.rb +++ b/Formula/c/checkov.rb @@ -6,6 +6,7 @@ class Checkov < Formula url "https://files.pythonhosted.org/packages/d0/d6/d09e6827177ff3bc1fca57a9e26be39e8f66485de72c3992421baf310e6c/checkov-3.2.430.tar.gz" sha256 "83290148bd2854294447cbdfa2d73ce5eed45dd82eaf029168e4abf0b3d1b423" license "Apache-2.0" + revision 1 livecheck do url "https://pypi.org/rss/project/checkov/releases.xml" @@ -46,8 +47,8 @@ class Checkov < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/63/e7/fa1a8c00e2c54b05dc8cb5d1439f627f7c267874e3f7bb047146116020f9/aiohttp-3.11.18.tar.gz" - sha256 "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiomultiprocess" do @@ -161,8 +162,8 @@ class Checkov < Formula end resource "configargparse" do - url "https://files.pythonhosted.org/packages/70/8a/73f1008adfad01cb923255b924b1528727b8270e67cb4ef41eabdc7d783e/ConfigArgParse-1.7.tar.gz" - sha256 "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" + url "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz" + sha256 "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" end resource "contextlib2" do @@ -201,8 +202,8 @@ class Checkov < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" - sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "gitdb" do @@ -236,8 +237,8 @@ class Checkov < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -311,8 +312,8 @@ class Checkov < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "py-serializable" do @@ -336,8 +337,8 @@ class Checkov < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -376,8 +377,8 @@ class Checkov < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rpds-py" do @@ -446,8 +447,8 @@ class Checkov < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do @@ -481,13 +482,13 @@ class Checkov < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From 87abf03d9bd9be94dc56f32420adee2a65fb8161 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:56:26 +0000 Subject: [PATCH 06208/10074] cloudflare-cli4: bump python resources --- Formula/c/cloudflare-cli4.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/c/cloudflare-cli4.rb b/Formula/c/cloudflare-cli4.rb index ace126f6856fa..22d9654c9058e 100644 --- a/Formula/c/cloudflare-cli4.rb +++ b/Formula/c/cloudflare-cli4.rb @@ -6,7 +6,7 @@ class CloudflareCli4 < Formula url "https://github.com/cloudflare/python-cloudflare-cli4/archive/refs/tags/2.19.4.tar.gz" sha256 "7a3e9b71cad0a995d59b0c3e285e1cf16bd08d9998509f44d7c321abe803d22b" license "MIT" - revision 2 + revision 3 bottle do rebuild 1 @@ -23,18 +23,18 @@ class CloudflareCli4 < Formula depends_on "python@3.13" resource "attrs" do - url "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz" - sha256 "5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "certifi" do - url "https://files.pythonhosted.org/packages/b0/ee/9b19140fe824b367c04c5e1b369942dd754c4c5462d5674002f75c4dedc1/certifi-2024.8.30.tar.gz" - sha256 "bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" + url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" + sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -53,13 +53,13 @@ class CloudflareCli4 < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 250ae7a4cd85b1b0a8fee6ea47584e6bd2e68f1c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:56:41 +0000 Subject: [PATCH 06209/10074] cloudformation-cli: bump python resources --- Formula/c/cloudformation-cli.rb | 63 ++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/Formula/c/cloudformation-cli.rb b/Formula/c/cloudformation-cli.rb index 3b9f031066f9b..da21a0d3becfa 100644 --- a/Formula/c/cloudformation-cli.rb +++ b/Formula/c/cloudformation-cli.rb @@ -6,7 +6,7 @@ class CloudformationCli < Formula url "https://files.pythonhosted.org/packages/12/ed/36f14b63957e99d9f2cbb5ac5671eed9fb93569e57add60534d47fc630e4/cloudformation-cli-0.2.39.tar.gz" sha256 "63bd83ad0b40b6ad21983dfe05f0717aeaa36cb3f935ef6825f8ca73d7a8e5a7" license "Apache-2.0" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "c42fea4fd971a70082776f272e85a1350cb798f2a01c39ab397ae99693396493" @@ -35,18 +35,18 @@ class CloudformationCli < Formula end resource "aws-sam-translator" do - url "https://files.pythonhosted.org/packages/13/01/3a9a3fea6ed942239f22c4fa9b3cd9d8b69545607f257fbb47d28d115dde/aws_sam_translator-1.97.0.tar.gz" - sha256 "6f7ec94de0a9b220dd1f1a0bf7e2df95dd44a85592301ee830744da2f209b7e6" + url "https://files.pythonhosted.org/packages/a2/f8/100c32414efc036d6aba7b2591773e9c86f999ab0030850d26e672ed513d/aws_sam_translator-1.98.0.tar.gz" + sha256 "fe9fdf51b593aca4cde29f555e272b00d90662315c8078e9f5f3448dd962c66b" end resource "boto3" do - url "https://files.pythonhosted.org/packages/29/3a/eec45ce28d36913074547a06198c4f9f3855062ca18ab266e9e6a27b47c9/boto3-1.38.19.tar.gz" - sha256 "fdd69f23e6216a508bbc1fbda9486791c161f3ecd5933ac7090d7290f6f2d0f5" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "botocore" do - url "https://files.pythonhosted.org/packages/7f/78/c1b2fa6a267018062a66470e6e779366b4e64ab1178de8870ccc3a393cac/botocore-1.38.19.tar.gz" - sha256 "796b948c05017eb33385b798990cd91ed4af0e881eb9eb1ee6e17666be02abc9" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "cfn-flip" do @@ -55,8 +55,8 @@ class CloudformationCli < Formula end resource "cfn-lint" do - url "https://files.pythonhosted.org/packages/e5/11/d52bf891ec937b75a640996d84ba34abf55a59c80857968ccc5b51491957/cfn_lint-1.35.1.tar.gz" - sha256 "0a564819088c95ba88c5dca23ba1fb3c6cdb86b2f6a40219f1abf2134c5b47d7" + url "https://files.pythonhosted.org/packages/7f/bd/67280945d60ccd89f9f1ef03e8d2a1eb3a617a97ff28fc9c26c801721ccd/cfn_lint-1.35.4.tar.gz" + sha256 "da38218367217b909884ec2efe361b3992868f140b1d5f37dc64a9e328d9ddb9" end resource "charset-normalizer" do @@ -65,8 +65,8 @@ class CloudformationCli < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "cloudformation-cli-go-plugin" do @@ -95,8 +95,8 @@ class CloudformationCli < Formula end resource "hypothesis" do - url "https://files.pythonhosted.org/packages/ec/74/4eae666e0f18a950f64c81b0241ab5077bfe9a526b311300ea73d8f55191/hypothesis-6.131.19.tar.gz" - sha256 "eadb7d26427a66332dc06f4a6c91a95dbe3827e7618bec4913e3610d74ff76ef" + url "https://files.pythonhosted.org/packages/ae/59/7022ef95715701cd90ac0cf04582e3507492ab200f370fd7ef12d80dda75/hypothesis-6.135.4.tar.gz" + sha256 "c63f6fc56840558c5c5e2441dd91fad1709da60bde756b816d4b89944e50a52f" end resource "idna" do @@ -150,8 +150,8 @@ class CloudformationCli < Formula end resource "networkx" do - url "https://files.pythonhosted.org/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f/networkx-3.4.2.tar.gz" - sha256 "307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1" + url "https://files.pythonhosted.org/packages/6c/4f/ccdb8ad3a38e583f214547fd2f7ff1fc160c43a75af88e6aec213404b96a/networkx-3.5.tar.gz" + sha256 "d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037" end resource "ordered-set" do @@ -170,8 +170,8 @@ class CloudformationCli < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -179,14 +179,19 @@ class CloudformationCli < Formula sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end + resource "pygments" do + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + end + resource "pyrsistent" do url "https://files.pythonhosted.org/packages/ce/3a/5031723c09068e9c8c2f0bc25c3a9245f2b1d1aea8396c787a408f2b95ca/pyrsistent-0.20.0.tar.gz" sha256 "4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8f265a4" end resource "pytest" do - url "https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz" - sha256 "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" + url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" + sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" end resource "pytest-localserver" do @@ -215,13 +220,13 @@ class CloudformationCli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "semver" do @@ -230,8 +235,8 @@ class CloudformationCli < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -255,13 +260,13 @@ class CloudformationCli < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do From fa641b3fc85f7f051d0e523921ea5c068d20d93d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:56:49 +0000 Subject: [PATCH 06210/10074] cloudsplaining: bump python resources --- Formula/c/cloudsplaining.rb | 54 ++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Formula/c/cloudsplaining.rb b/Formula/c/cloudsplaining.rb index 156bb4bcfcbf1..8c40b4907a1f3 100644 --- a/Formula/c/cloudsplaining.rb +++ b/Formula/c/cloudsplaining.rb @@ -6,7 +6,7 @@ class Cloudsplaining < Formula url "https://files.pythonhosted.org/packages/6e/09/acb8e088d1c6cc6fc9d6d42c1e61168f36339f13b1ea8e54f9a7e93949d1/cloudsplaining-0.8.0.tar.gz" sha256 "02029432316a56551e58296496bc80e4778a58468273dbcd61df4ed2c369ede4" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/salesforce/cloudsplaining.git", branch: "master" bottle do @@ -25,18 +25,18 @@ class Cloudsplaining < Formula depends_on "python@3.13" resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/f0/3c/adaf39ce1fb4afdd21b611e3d530b183bb7759c9b673d60db0e347fd4439/beautifulsoup4-4.13.3.tar.gz" - sha256 "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "boto3" do - url "https://files.pythonhosted.org/packages/6b/e6/40f8c1fb52c02adad1c104c4c4ac0488bf8f2b1397f24db07779322e420b/boto3-1.37.7.tar.gz" - sha256 "ac2e022edcd6a94a2adbb21f0ad373a16557ec14a8910366bee0bbc7138fc72a" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "botocore" do - url "https://files.pythonhosted.org/packages/53/4b/096b2fac3ba92ace94f69f238eea9948af568b487c3898e9a8881bfe506b/botocore-1.37.7.tar.gz" - sha256 "2faeac11766db912bc444669b04359080b7b83b2f57a3906c77c8105b70ce1e8" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "cached-property" do @@ -45,18 +45,18 @@ class Cloudsplaining < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-option-group" do - url "https://files.pythonhosted.org/packages/e7/b8/91054601a2e05fd9060cb1baf56be5b24145817b059e078669e1099529c7/click-option-group-0.5.6.tar.gz" - sha256 "97d06703873518cc5038509443742b25069a3c7562d1ea72ff08bfadde1ce777" + url "https://files.pythonhosted.org/packages/b9/9f/1f917934da4e07ae7715a982347e3c2179556d8a58d1108c5da3e8f09c76/click_option_group-0.5.7.tar.gz" + sha256 "8dc780be038712fc12c9fecb3db4fe49e0d0723f9c171d7cda85c20369be693c" end resource "idna" do @@ -75,8 +75,8 @@ class Cloudsplaining < Formula end resource "markdown" do - url "https://files.pythonhosted.org/packages/54/28/3af612670f82f4c056911fbbbb42760255801b3068c48de792d354ff4472/markdown-3.7.tar.gz" - sha256 "2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2" + url "https://files.pythonhosted.org/packages/2f/15/222b423b0b88689c266d9eac4e61396fe2cc53464459d6a37618ac863b24/markdown-3.8.tar.gz" + sha256 "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" end resource "markupsafe" do @@ -85,8 +85,8 @@ class Cloudsplaining < Formula end resource "orjson" do - url "https://files.pythonhosted.org/packages/ae/f9/5dea21763eeff8c1590076918a446ea3d6140743e0e36f58f369928ed0f4/orjson-3.10.15.tar.gz" - sha256 "05ca7fe452a2e9d8d9d706a2984c95b9c2ebc5db417ce0b7a49b91d50642a23e" + url "https://files.pythonhosted.org/packages/81/0b/fea456a3ffe74e70ba30e01ec183a9b26bec4d497f61dcfce1b601059c60/orjson-3.10.18.tar.gz" + sha256 "e8da3947d92123eda795b68228cafe2724815621fe35e8e320a9e9593a4bcd53" end resource "policy-sentry" do @@ -105,13 +105,13 @@ class Cloudsplaining < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/0f/ec/aa1a215e5c126fe5decbee2e107468f51d9ce190b9763cb649f76bb45938/s3transfer-0.11.4.tar.gz" - sha256 "559f161658e1cf0a911f45940552c696735f5c74e64362e515f333ebed87d679" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "schema" do @@ -125,18 +125,18 @@ class Cloudsplaining < Formula end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 2f4d21b61ee4df31c7d10b8e0a76c06b1d883707 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:57:05 +0000 Subject: [PATCH 06211/10074] codecov-cli: bump python resources --- Formula/c/codecov-cli.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/c/codecov-cli.rb b/Formula/c/codecov-cli.rb index 22c9d1cdb6281..5e7071f7d5095 100644 --- a/Formula/c/codecov-cli.rb +++ b/Formula/c/codecov-cli.rb @@ -6,6 +6,7 @@ class CodecovCli < Formula url "https://files.pythonhosted.org/packages/3a/7e/7d916fa02a49d1f16fbb74498bdb95d005d008eb9792626b2468336297cb/codecov_cli-11.0.3.tar.gz" sha256 "0a6d92f51bc6bfb3c5bb6b59722ba3c32e1325f2d23562b4596e2c93782cadad" license "Apache-2.0" + revision 1 head "https://github.com/codecov/codecov-cli.git", branch: "main" no_autobump! because: :requires_manual_review @@ -55,8 +56,8 @@ class CodecovCli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "responses" do From 76fb8464590f3d451875ea4b54195c593703de67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:57:14 +0000 Subject: [PATCH 06212/10074] codelimit: bump python resources --- Formula/c/codelimit.rb | 53 +++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/Formula/c/codelimit.rb b/Formula/c/codelimit.rb index 81b6c23613619..bc29dbc21a6cf 100644 --- a/Formula/c/codelimit.rb +++ b/Formula/c/codelimit.rb @@ -6,6 +6,7 @@ class Codelimit < Formula url "https://files.pythonhosted.org/packages/b2/35/88c6a31a680aaaa08906162e1a64187e8379c2f6fdf68a457d61e8a32ed1/codelimit-0.18.1.tar.gz" sha256 "208e814cb3320ce5d1f862fc984b4e09760595b9ed6362bdc11214e3ee155549" license "GPL-3.0-or-later" + revision 1 bottle do rebuild 1 @@ -23,13 +24,13 @@ class Codelimit < Formula depends_on "python@3.13" resource "aiohappyeyeballs" do - url "https://files.pythonhosted.org/packages/7f/55/e4373e888fdacb15563ef6fa9fa8c8252476ea071e96fb46defac9f18bf2/aiohappyeyeballs-2.4.4.tar.gz" - sha256 "5fdd7d87889c63183afc18ce9271f9b0a7d32c2303e394468dd45d514a757745" + url "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz" + sha256 "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/fe/ed/f26db39d29cd3cb2f5a3374304c713fe5ab5a0e4c8ee25a0c45cc6adf844/aiohttp-3.11.11.tar.gz" - sha256 "bb49c7f1e6ebf3821a42d81d494f538107610c3a705987f53068546b0e90303e" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiosignal" do @@ -38,23 +39,23 @@ class Codelimit < Formula end resource "attrs" do - url "https://files.pythonhosted.org/packages/48/c8/6260f8ccc11f0917360fc0da435c5c9c7504e3db174d5a12a1494887b045/attrs-24.3.0.tar.gz" - sha256 "8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/8f/ed/0f4cec13a93c02c47ec32d81d11c0c1efbadf4a471e3f3ce7cad366cbbd3/frozenlist-1.5.0.tar.gz" - sha256 "81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "idna" do @@ -73,8 +74,8 @@ class Codelimit < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/d6/be/504b89a5e9ca731cd47487e91c469064f8ae5af93b7259758dcfc2b9c848/multidict-6.1.0.tar.gz" - sha256 "22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "pathspec" do @@ -83,8 +84,8 @@ class Codelimit < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/20/c8/2a13f78d82211490855b2fb303b6721348d0787fdd9a12ac46d99d3acde1/propcache-0.2.1.tar.gz" - sha256 "3f77ce728b19cb537714499928fe800c3dda29e8d9428778fc7c186da4c09a64" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "pygments" do @@ -103,8 +104,8 @@ class Codelimit < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -113,8 +114,8 @@ class Codelimit < Formula end resource "sh" do - url "https://files.pythonhosted.org/packages/52/12/b7965006c5adc57ba5459385358bd27c4983cd490884a75be86eb1d3efeb/sh-2.1.0.tar.gz" - sha256 "7e27301c574bec8ca5bf6f211851357526455ee97cd27a7c4c6cc5e2375399cb" + url "https://files.pythonhosted.org/packages/59/52/f43920223c93e31874677c681b8603d36a40d3d8502d3a37f80d3995d43e/sh-2.2.2.tar.gz" + sha256 "653227a7c41a284ec5302173fbc044ee817c7bad5e6e4d8d55741b9aeb9eb65b" end resource "typer" do @@ -123,18 +124,18 @@ class Codelimit < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "yarl" do - url "https://files.pythonhosted.org/packages/b7/9d/4b94a8e6d2b51b599516a5cb88e5bc99b4d8d4583e468057eaa29d5f0918/yarl-1.18.3.tar.gz" - sha256 "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From f848e351f03c0ae1ba44aed5aeb10abbbb0cf26e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:57:22 +0000 Subject: [PATCH 06213/10074] conan: bump python resources --- Formula/c/conan.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/c/conan.rb b/Formula/c/conan.rb index 797889dfd212f..464f4b8fb0619 100644 --- a/Formula/c/conan.rb +++ b/Formula/c/conan.rb @@ -6,6 +6,7 @@ class Conan < Formula url "https://files.pythonhosted.org/packages/7e/f5/d3de05f350c9ea40998543b11f38798d54ce0f0f88a558e1c7ed31a3123e/conan-2.17.0.tar.gz" sha256 "91bca3c5b4a9b361d2a9155cf7e678707fccd738cdeb601b5ca398478f99a824" license "MIT" + revision 1 head "https://github.com/conan-io/conan.git", branch: "develop" bottle do @@ -35,8 +36,8 @@ class Conan < Formula end resource "distro" do - url "https://files.pythonhosted.org/packages/4b/89/eaa3a3587ebf8bed93e45aa79be8c2af77d50790d15b53f6dfc85b57f398/distro-1.8.0.tar.gz" - sha256 "02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8" + url "https://files.pythonhosted.org/packages/fc/f8/98eea607f65de6527f8a2e8885fc8015d3e6f5775df186e443e0964a11c3/distro-1.9.0.tar.gz" + sha256 "2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed" end resource "fasteners" do @@ -75,8 +76,8 @@ class Conan < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do From 6321f43cafbecbd3a5a76fa0ab0ea5d75b632c03 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:57:30 +0000 Subject: [PATCH 06214/10074] cloudfoundry-cli 8.14.1 --- Formula/c/cloudfoundry-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudfoundry-cli.rb b/Formula/c/cloudfoundry-cli.rb index bfffd73f51606..ffd402e051b22 100644 --- a/Formula/c/cloudfoundry-cli.rb +++ b/Formula/c/cloudfoundry-cli.rb @@ -1,8 +1,8 @@ class CloudfoundryCli < Formula desc "Official command-line client for Cloud Foundry" homepage "https://docs.cloudfoundry.org/cf-cli" - url "https://github.com/cloudfoundry/cli/archive/refs/tags/v8.14.0.tar.gz" - sha256 "44abf756a7ced0fd6dc12d6cb87c26aac5b79a5c6a6871b7f57aa1864521d437" + url "https://github.com/cloudfoundry/cli/archive/refs/tags/v8.14.1.tar.gz" + sha256 "231cdb5c10615447b122b605ff2280d734dc6d8dd82f559287415813448f70f2" license "Apache-2.0" head "https://github.com/cloudfoundry/cli.git", branch: "main" From 294b84b75fe4d331f7d6a9ca3f882a816685dd78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:57:47 +0000 Subject: [PATCH 06215/10074] conda-lock: bump python resources --- Formula/c/conda-lock.rb | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/Formula/c/conda-lock.rb b/Formula/c/conda-lock.rb index 5af6842a9bc8c..8630b7defc066 100644 --- a/Formula/c/conda-lock.rb +++ b/Formula/c/conda-lock.rb @@ -6,6 +6,7 @@ class CondaLock < Formula url "https://files.pythonhosted.org/packages/6c/80/a876bda810274e927b90c01e66ac3cc47737084514f5d5c020b4e4f5dec3/conda_lock-3.0.2.tar.gz" sha256 "d6a668c4d7a627f6d234dc155ada292cc26e119b5b4b8f53787478d90ee1a3b2" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "9c66e1bba6345c4a860277d95134a559ff091f8d69ebb0f057a2795f58b5bafd" @@ -55,8 +56,8 @@ class CondaLock < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-default-group" do @@ -175,8 +176,8 @@ class CondaLock < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -195,8 +196,8 @@ class CondaLock < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -205,8 +206,13 @@ class CondaLock < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "secretstorage" do @@ -220,8 +226,8 @@ class CondaLock < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "shellingham" do @@ -235,8 +241,8 @@ class CondaLock < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "trove-classifiers" do @@ -245,13 +251,13 @@ class CondaLock < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do From 1b3f7761bfdaae9c7dbfefc4ba080bae4feb40e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:57:54 +0000 Subject: [PATCH 06216/10074] cookiecutter: bump python resources --- Formula/c/cookiecutter.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/c/cookiecutter.rb b/Formula/c/cookiecutter.rb index 93e8f3c13cb1e..a393b126fdb44 100644 --- a/Formula/c/cookiecutter.rb +++ b/Formula/c/cookiecutter.rb @@ -6,7 +6,7 @@ class Cookiecutter < Formula url "https://files.pythonhosted.org/packages/52/17/9f2cd228eb949a91915acd38d3eecdc9d8893dde353b603f0db7e9f6be55/cookiecutter-2.6.0.tar.gz" sha256 "db21f8169ea4f4fdc2408d48ca44859349de2647fbe494a9d6c3edfc0542c21c" license "BSD-3-Clause" - revision 6 + revision 7 head "https://github.com/cookiecutter/cookiecutter.git", branch: "master" bottle do @@ -39,13 +39,13 @@ class Cookiecutter < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -94,13 +94,13 @@ class Cookiecutter < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do - url "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz" - sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" + url "https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz" + sha256 "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" end resource "six" do @@ -114,13 +114,13 @@ class Cookiecutter < Formula end resource "types-python-dateutil" do - url "https://files.pythonhosted.org/packages/a9/60/47d92293d9bc521cd2301e423a358abfac0ad409b3a1606d8fbae1321961/types_python_dateutil-2.9.0.20241206.tar.gz" - sha256 "18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb" + url "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz" + sha256 "13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 3a09197e6670bf3283866d744402ae1efb5b44fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:58:02 +0000 Subject: [PATCH 06217/10074] cruft: bump python resources --- Formula/c/cruft.rb | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Formula/c/cruft.rb b/Formula/c/cruft.rb index 7c0eda4ac3d0c..7709398789c5f 100644 --- a/Formula/c/cruft.rb +++ b/Formula/c/cruft.rb @@ -6,7 +6,7 @@ class Cruft < Formula url "https://files.pythonhosted.org/packages/d1/7e/0e20012f2aa156e5d6a70483a8d90accb7ed4966dddb0c58987d9f6eba12/cruft-2.16.0.tar.gz" sha256 "184662853fbc1c16c0137fe0e9444e0cbe95e40362f5ebb2d9fae33d9223e73f" license "MIT" - revision 1 + revision 2 head "https://github.com/cruft/cruft.git", branch: "master" no_autobump! because: :requires_manual_review @@ -41,13 +41,13 @@ class Cruft < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "cookiecutter" do @@ -111,13 +111,13 @@ class Cruft < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do - url "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz" - sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" + url "https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz" + sha256 "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" end resource "shellingham" do @@ -141,23 +141,23 @@ class Cruft < Formula end resource "typer" do - url "https://files.pythonhosted.org/packages/8b/6f/3991f0f1c7fcb2df31aef28e0594d8d54b05393a0e4e34c65e475c2a5d41/typer-0.15.2.tar.gz" - sha256 "ab2fab47533a813c49fe1f16b1a370fd5819099c00b119e0633df65f22144ba5" + url "https://files.pythonhosted.org/packages/c5/8c/7d682431efca5fd290017663ea4588bf6f2c6aad085c7f108c5dbc316e70/typer-0.16.0.tar.gz" + sha256 "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" end resource "types-python-dateutil" do - url "https://files.pythonhosted.org/packages/a9/60/47d92293d9bc521cd2301e423a358abfac0ad409b3a1606d8fbae1321961/types_python_dateutil-2.9.0.20241206.tar.gz" - sha256 "18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb" + url "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz" + sha256 "13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 6d3dc663614328237a997d02e67122bb330e5dbe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:58:12 +0000 Subject: [PATCH 06218/10074] cycode: bump python resources --- Formula/c/cycode.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/c/cycode.rb b/Formula/c/cycode.rb index e1019827d7202..baff515551962 100644 --- a/Formula/c/cycode.rb +++ b/Formula/c/cycode.rb @@ -6,6 +6,7 @@ class Cycode < Formula url "https://files.pythonhosted.org/packages/98/e1/0b87e092c2a05a193628b9f28fb4f243f2498f87a726b2262aae67e92e30/cycode-3.1.0.tar.gz" sha256 "de26d4df0f6a92df89923c87c6c46d244d944d2a092ea4a661ee866092fccb84" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "ccdf2ac8b9cbc779478d440af41b2d68621fbc4fec8b8f6843c6ed980d4c7558" @@ -112,8 +113,8 @@ class Cycode < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -157,8 +158,8 @@ class Cycode < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From d2aa188d51801e320e2112c419d518c0c29039c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:58:22 +0000 Subject: [PATCH 06219/10074] datalad: bump python resources --- Formula/d/datalad.rb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Formula/d/datalad.rb b/Formula/d/datalad.rb index 275731e4e3e73..04a0781f9dcb1 100644 --- a/Formula/d/datalad.rb +++ b/Formula/d/datalad.rb @@ -6,6 +6,7 @@ class Datalad < Formula url "https://files.pythonhosted.org/packages/06/09/1cafa5d584ca92fe9e9381282103e2d92944aae2997085ca1aee111c5c1c/datalad-1.2.0.tar.gz" sha256 "4ea32977ee8dabc277fb08bdee375885427177768330b4e2f51c0c1502400a80" license "MIT" + revision 1 head "https://github.com/datalad/datalad.git", branch: "maint" bottle do @@ -35,13 +36,13 @@ class Datalad < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/38/27f7e3944daa6c8f4422e412ebf7073cbe9e59e14e7f3219a89b6c752837/boto3-1.38.20.tar.gz" - sha256 "aa1424213678a249fe828fb9345deac5e33f9a2266fd1b23ec72e02857b018a2" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "botocore" do - url "https://files.pythonhosted.org/packages/87/c6/61fa4699aa7f6230cf018d110849388904493b4e179050b6f0fc20a0f353/botocore-1.38.20.tar.gz" - sha256 "03a5027a207fc66cd0bf8cd1abb98db41fd4d23e6bd5f43f68586af9736240fc" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "chardet" do @@ -155,13 +156,13 @@ class Datalad < Formula end resource "python-gitlab" do - url "https://files.pythonhosted.org/packages/d6/08/d35d0f28549c43611e942f39b6321a7b35c02189d5badceefe601c0207ce/python_gitlab-5.6.0.tar.gz" - sha256 "bc531e8ba3e5641b60409445d4919ace68a2c18cb0ec6d48fbced6616b954166" + url "https://files.pythonhosted.org/packages/3b/ba/3ee473d71e32d60c8d6ef7b914f5f3df64a067b816499aa8a6083a397d4f/python_gitlab-6.0.0.tar.gz" + sha256 "704bf548c258f1cfe2f09b8ece9af1cc8fa6ae828ac6fe6a1cbe957c98431414" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -170,8 +171,8 @@ class Datalad < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "secretstorage" do From af8b166b2d2d859b5fe29a1b9afc04748a1bbbbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:58:27 +0000 Subject: [PATCH 06220/10074] detect-secrets: bump python resources --- Formula/d/detect-secrets.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/detect-secrets.rb b/Formula/d/detect-secrets.rb index c219c1fc62757..d5b958814102a 100644 --- a/Formula/d/detect-secrets.rb +++ b/Formula/d/detect-secrets.rb @@ -6,7 +6,7 @@ class DetectSecrets < Formula url "https://files.pythonhosted.org/packages/69/67/382a863fff94eae5a0cf05542179169a1c49a4c8784a9480621e2066ca7d/detect_secrets-1.5.0.tar.gz" sha256 "6bb46dcc553c10df51475641bb30fd69d25645cc12339e46c824c1e0c388898a" license "Apache-2.0" - revision 2 + revision 3 head "https://github.com/Yelp/detect-secrets.git", branch: "master" bottle do @@ -25,8 +25,8 @@ class DetectSecrets < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -40,13 +40,13 @@ class DetectSecrets < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From a721668350f36f88058ef791500291aeffb374bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:58:32 +0000 Subject: [PATCH 06221/10074] dnsgen: bump python resources --- Formula/d/dnsgen.rb | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Formula/d/dnsgen.rb b/Formula/d/dnsgen.rb index 2f3fa62250f1c..6e16282b2a050 100644 --- a/Formula/d/dnsgen.rb +++ b/Formula/d/dnsgen.rb @@ -6,6 +6,7 @@ class Dnsgen < Formula url "https://files.pythonhosted.org/packages/5f/e1/1c7d86f51da5b93f3f99ac99e3ad051ed82234147ddd869f77a3959e6abc/dnsgen-1.0.4.tar.gz" sha256 "1087e9e5c323918aa3511e592759716116a208012aee024ffdbeac5fce573a0c" license "MIT" + revision 1 head "https://github.com/AlephNullSK/dnsgen.git", branch: "master" bottle do @@ -17,18 +18,18 @@ class Dnsgen < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "filelock" do - url "https://files.pythonhosted.org/packages/9d/db/3ef5bb276dae18d6ec2124224403d1d67bccdbefc17af4cc8f553e341ab1/filelock-3.16.1.tar.gz" - sha256 "c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435" + url "https://files.pythonhosted.org/packages/0a/10/c23352565a6544bdc5353e0b15fc1c563352101f30e24bf500207a54df9a/filelock-3.18.0.tar.gz" + sha256 "adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2" end resource "idna" do @@ -37,8 +38,8 @@ class Dnsgen < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-file" do @@ -47,13 +48,13 @@ class Dnsgen < Formula end resource "tldextract" do - url "https://files.pythonhosted.org/packages/db/ed/c92a5d6edaafec52f388c2d2946b4664294299cebf52bb1ef9cbc44ae739/tldextract-5.1.2.tar.gz" - sha256 "c9e17f756f05afb5abac04fe8f766e7e70f9fe387adb1859f0f52408ee060200" + url "https://files.pythonhosted.org/packages/97/78/182641ea38e3cfd56e9c7b3c0d48a53d432eea755003aa544af96403d4ac/tldextract-5.3.0.tar.gz" + sha256 "b3d2b70a1594a0ecfa6967d57251527d58e00bb5a91a74387baa0d87a0678609" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From da942554682acc7106531b56736c6d31f41230d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:58:51 +0000 Subject: [PATCH 06222/10074] cue 0.13.1 --- Formula/c/cue.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cue.rb b/Formula/c/cue.rb index e7f8e97d69b7f..8584498dc887f 100644 --- a/Formula/c/cue.rb +++ b/Formula/c/cue.rb @@ -1,8 +1,8 @@ class Cue < Formula desc "Validate and define text-based and dynamic configuration" homepage "https://cuelang.org/" - url "https://github.com/cue-lang/cue/archive/refs/tags/v0.13.0.tar.gz" - sha256 "a72115fc5273341a706c33488336b7c6f3974fbbd5ac27a45291b5c8148779dc" + url "https://github.com/cue-lang/cue/archive/refs/tags/v0.13.1.tar.gz" + sha256 "531dd591a164a351a2e7f2ecb38170ec129de2e7033d34d46887b34c70643942" license "Apache-2.0" head "https://github.com/cue-lang/cue.git", branch: "master" From 2c3b30d7e5b15cd0cc4f5938ea48c03fe9be7f8c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:58:58 +0000 Subject: [PATCH 06223/10074] dnsrobocert: bump python resources --- Formula/d/dnsrobocert.rb | 81 ++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/Formula/d/dnsrobocert.rb b/Formula/d/dnsrobocert.rb index 96e742d1c8437..c7cc696064e3c 100644 --- a/Formula/d/dnsrobocert.rb +++ b/Formula/d/dnsrobocert.rb @@ -6,6 +6,7 @@ class Dnsrobocert < Formula url "https://files.pythonhosted.org/packages/5f/19/e8d64f9edb462c060c3fc95cae1410d7263fe8d66f80ff4a0253d7201758/dnsrobocert-3.26.1.tar.gz" sha256 "b4f49ce4ff6db7e845e46597e99d9d464d1ddb15bea3e9dee729643a0092a911" license "MIT" + revision 1 head "https://github.com/adferrand/dnsrobocert.git", branch: "master" bottle do @@ -38,18 +39,18 @@ class Dnsrobocert < Formula end resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/f0/3c/adaf39ce1fb4afdd21b611e3d530b183bb7759c9b673d60db0e347fd4439/beautifulsoup4-4.13.3.tar.gz" - sha256 "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "boto3" do - url "https://files.pythonhosted.org/packages/89/74/001695948752bc1b5357677eb2635e059f464b22c3eb5f9411ec4e8c48a3/boto3-1.37.33.tar.gz" - sha256 "4390317a1578af73f1514651bd180ba25802dcbe0a23deafa13851d54d3c3203" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "botocore" do - url "https://files.pythonhosted.org/packages/f4/1d/0c539ae261d2f8fe8b47c358b369ec58645bf0ea96b78825365e48675b67/botocore-1.37.33.tar.gz" - sha256 "09b213b0d0500040f85c7daee912ea767c724e43ed61909e624c803ff6925222" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "certbot" do @@ -58,13 +59,13 @@ class Dnsrobocert < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -78,8 +79,8 @@ class Dnsrobocert < Formula end resource "configargparse" do - url "https://files.pythonhosted.org/packages/70/8a/73f1008adfad01cb923255b924b1528727b8270e67cb4ef41eabdc7d783e/ConfigArgParse-1.7.tar.gz" - sha256 "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" + url "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz" + sha256 "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" end resource "configobj" do @@ -98,8 +99,8 @@ class Dnsrobocert < Formula end resource "dns-lexicon" do - url "https://files.pythonhosted.org/packages/de/7f/1088bb43e65813ea634d2b0edb230611db72f932652c60140e1e29bf30c4/dns_lexicon-3.21.0.tar.gz" - sha256 "30b9c1e0ed9b6884c11957355d5386b8f5e1cadd90e979034bec667e850ef484" + url "https://files.pythonhosted.org/packages/60/58/055f9552cafeeac094a5e0334fe0eaf4cbf8e1485cc545a26c079ca632f1/dns_lexicon-3.21.1.tar.gz" + sha256 "7cd19f692b384fe5eaa47cce334d24c78ae2eba1d2fb24d2b8a05e04fe294497" end resource "dnspython" do @@ -138,13 +139,13 @@ class Dnsrobocert < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do - url "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz" - sha256 "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" + url "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz" + sha256 "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" end resource "localzone" do @@ -153,8 +154,8 @@ class Dnsrobocert < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/80/61/d3dc048cd6c7be6fe45b80cedcbdd4326ba4d550375f266d9f4246d0f4bc/lxml-5.3.2.tar.gz" - sha256 "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "markdown-it-py" do @@ -183,8 +184,8 @@ class Dnsrobocert < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "prettytable" do @@ -193,8 +194,8 @@ class Dnsrobocert < Formula end resource "prompt-toolkit" do - url "https://files.pythonhosted.org/packages/a1/e1/bd15cb8ffdcfeeb2bdc215de3c3cffca11408d829e4b8416dcfe71ba8854/prompt_toolkit-3.0.50.tar.gz" - sha256 "544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab" + url "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz" + sha256 "931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed" end resource "pygments" do @@ -203,8 +204,8 @@ class Dnsrobocert < Formula end resource "pyopenssl" do - url "https://files.pythonhosted.org/packages/9f/26/e25b4a374b4639e0c235527bbe31c0524f26eda701d79456a7e1877f4cc5/pyopenssl-25.0.0.tar.gz" - sha256 "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16" + url "https://files.pythonhosted.org/packages/04/8c/cd89ad05804f8e3c17dea8f178c3f40eeab5694c30e0c9f5bcd49f576fc3/pyopenssl-25.1.0.tar.gz" + sha256 "8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b" end resource "pyotp" do @@ -238,8 +239,8 @@ class Dnsrobocert < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-file" do @@ -258,13 +259,13 @@ class Dnsrobocert < Formula end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz" - sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/0f/ec/aa1a215e5c126fe5decbee2e107468f51d9ce190b9763cb649f76bb45938/s3transfer-0.11.4.tar.gz" - sha256 "559f161658e1cf0a911f45940552c696735f5c74e64362e515f333ebed87d679" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "schedule" do @@ -283,23 +284,23 @@ class Dnsrobocert < Formula end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" end resource "tencentcloud-sdk-python" do - url "https://files.pythonhosted.org/packages/49/e9/bd57d8403befa9f6da0899f0d53646ee2084f8632f2a1c1b145073c734b7/tencentcloud-sdk-python-3.0.1359.tar.gz" - sha256 "419d788ec413bc9a7c0711912787f22d9dd52033a359319a54a2d00d7ab47b9b" + url "https://files.pythonhosted.org/packages/f5/f6/215a203a0dea9c5ac9d5993fa7200dac9f28eafeefe87da806e84b2e9bb3/tencentcloud-sdk-python-3.0.1397.tar.gz" + sha256 "4456c7cb9080e206e8a570f2b6738e7fd5f3e145769bbe615daadadc9e314fab" end resource "tldextract" do - url "https://files.pythonhosted.org/packages/20/7a/e469c4f71231a848492da31a7be6921a6cd04ecc8eed58e924bece0fb6de/tldextract-5.2.0.tar.gz" - sha256 "c3a8c4daf2c25a57f54d6ef6762aeac7eff5ac3da04cdb607130be757b8457ab" + url "https://files.pythonhosted.org/packages/97/78/182641ea38e3cfd56e9c7b3c0d48a53d432eea755003aa544af96403d4ac/tldextract-5.3.0.tar.gz" + sha256 "b3d2b70a1594a0ecfa6967d57251527d58e00bb5a91a74387baa0d87a0678609" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From 59f8611100f5788353580bb3a436e4e65d36d42e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:59:09 +0000 Subject: [PATCH 06224/10074] dnstwist: bump python resources --- Formula/d/dnstwist.rb | 53 ++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/Formula/d/dnstwist.rb b/Formula/d/dnstwist.rb index 39a452d512fe7..072ee1d936b07 100644 --- a/Formula/d/dnstwist.rb +++ b/Formula/d/dnstwist.rb @@ -6,6 +6,7 @@ class Dnstwist < Formula url "https://files.pythonhosted.org/packages/e7/0e/88b4c5c7f3077c0d2e8544a14e321fce80b3cf0148a46dec9724e27c61d3/dnstwist-20250130.tar.gz" sha256 "8b6dd9c42a643a0e8b087903c0e6d75c0f6cebf94920ab0b7760ac2522c6bb42" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "155b1759127de52b40f5d5b43ba1c4829de6542f0ad11d8124cc302aabcce6ff" @@ -29,13 +30,13 @@ class Dnstwist < Formula end resource "aiohappyeyeballs" do - url "https://files.pythonhosted.org/packages/7f/55/e4373e888fdacb15563ef6fa9fa8c8252476ea071e96fb46defac9f18bf2/aiohappyeyeballs-2.4.4.tar.gz" - sha256 "5fdd7d87889c63183afc18ce9271f9b0a7d32c2303e394468dd45d514a757745" + url "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz" + sha256 "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/fe/ed/f26db39d29cd3cb2f5a3374304c713fe5ab5a0e4c8ee25a0c45cc6adf844/aiohttp-3.11.11.tar.gz" - sha256 "bb49c7f1e6ebf3821a42d81d494f538107610c3a705987f53068546b0e90303e" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiosignal" do @@ -44,13 +45,13 @@ class Dnstwist < Formula end resource "attrs" do - url "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz" - sha256 "1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "dnspython" do @@ -59,13 +60,13 @@ class Dnstwist < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/8f/ed/0f4cec13a93c02c47ec32d81d11c0c1efbadf4a471e3f3ce7cad366cbbd3/frozenlist-1.5.0.tar.gz" - sha256 "81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "geoip2" do - url "https://files.pythonhosted.org/packages/17/d7/21cfa1072b8ec5937c6af0cf8b624b4be9b44a7ca82f4335900df5482076/geoip2-5.0.1.tar.gz" - sha256 "90af8b6d3687f3bef251f2708ad017b30d627d1144c0040eabc4c9017a807d86" + url "https://files.pythonhosted.org/packages/0f/5f/902835f485d1c423aca9097a0e91925d6a706049f64e678ec781b168734d/geoip2-5.1.0.tar.gz" + sha256 "ee3f87f0ce9325eb6484fe18cbd9771a03d0a2bad1dd156fa3584fafa562d39a" end resource "idna" do @@ -74,13 +75,13 @@ class Dnstwist < Formula end resource "maxminddb" do - url "https://files.pythonhosted.org/packages/57/ae/422ec0f3b6a40f23de9477c42fce90126a3994dd51d06b50582973c0088e/maxminddb-2.6.3.tar.gz" - sha256 "d2c3806baa7aa047aa1bac7419e7e353db435f88f09d51106a84dbacf645d254" + url "https://files.pythonhosted.org/packages/d1/10/7a7cf5219b74b19ea1834b43256e114564e8a845f447446ac821e1b9951e/maxminddb-2.7.0.tar.gz" + sha256 "23a715ed3b3aed07adae4beeed06c51fd582137b5ae13d3c6e5ca4890f70ebbf" end resource "multidict" do - url "https://files.pythonhosted.org/packages/d6/be/504b89a5e9ca731cd47487e91c469064f8ae5af93b7259758dcfc2b9c848/multidict-6.1.0.tar.gz" - sha256 "22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "ppdeep" do @@ -89,8 +90,8 @@ class Dnstwist < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/20/c8/2a13f78d82211490855b2fb303b6721348d0787fdd9a12ac46d99d3acde1/propcache-0.2.1.tar.gz" - sha256 "3f77ce728b19cb537714499928fe800c3dda29e8d9428778fc7c186da4c09a64" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "py-tlsh" do @@ -99,23 +100,23 @@ class Dnstwist < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "tld" do - url "https://files.pythonhosted.org/packages/19/2b/678082222bc1d2823ea8384c6806085b85226ff73885c703fe0c7143ef64/tld-0.13.tar.gz" - sha256 "93dde5e1c04bdf1844976eae440706379d21f4ab235b73c05d7483e074fb5629" + url "https://files.pythonhosted.org/packages/df/a1/5723b07a70c1841a80afc9ac572fdf53488306848d844cd70519391b0d26/tld-0.13.1.tar.gz" + sha256 "75ec00936cbcf564f67361c41713363440b6c4ef0f0c1592b5b0fbe72c17a350" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "yarl" do - url "https://files.pythonhosted.org/packages/b7/9d/4b94a8e6d2b51b599516a5cb88e5bc99b4d8d4583e468057eaa29d5f0918/yarl-1.18.3.tar.gz" - sha256 "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From 94b10a3e99225283b09b0fe1ff6b47f0282a40b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:59:16 +0000 Subject: [PATCH 06225/10074] docker-squash: bump python resources --- Formula/d/docker-squash.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/d/docker-squash.rb b/Formula/d/docker-squash.rb index dd51184f5974f..0a9b91fa589a2 100644 --- a/Formula/d/docker-squash.rb +++ b/Formula/d/docker-squash.rb @@ -6,6 +6,7 @@ class DockerSquash < Formula url "https://files.pythonhosted.org/packages/77/ef/45dc63f3f0f3fba18306dac34d9be26f9dd0d1a0742a7f0ca39cf1a98b15/docker_squash-1.2.2.tar.gz" sha256 "74dd70412ddcf570bcd322567929062342793d1ec70c63b5371cc9e2808ae2ef" license "MIT" + revision 1 bottle do sha256 cellar: :any_skip_relocation, all: "d4fe0620d9ab7a6c5f55e575438c1913ea44c968ab83ca2ff427215002b33cec" @@ -15,8 +16,8 @@ class DockerSquash < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "docker" do @@ -30,18 +31,18 @@ class DockerSquash < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From be1fe99e91621bf176b9cd1b832b09439a9f578b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:59:17 +0000 Subject: [PATCH 06226/10074] dagger 0.18.10 --- Formula/d/dagger.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dagger.rb b/Formula/d/dagger.rb index 781cbce6874c5..b8006f681255a 100644 --- a/Formula/d/dagger.rb +++ b/Formula/d/dagger.rb @@ -1,8 +1,8 @@ class Dagger < Formula desc "Portable devkit for CI/CD pipelines" homepage "https://dagger.io" - url "https://github.com/dagger/dagger/archive/refs/tags/v0.18.9.tar.gz" - sha256 "1325467374d5324c0e1a81f2019a71e1898f80e4ca4a07dee8bfafba560f7db9" + url "https://github.com/dagger/dagger/archive/refs/tags/v0.18.10.tar.gz" + sha256 "1dfad5897e59f52d9e084cc523667cbcad2e93f8e02b1b91b8663407a7cd559f" license "Apache-2.0" head "https://github.com/dagger/dagger.git", branch: "main" From bb971937bc2528bf20466e6f764915aceb50cb1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:59:22 +0000 Subject: [PATCH 06227/10074] dotdrop: bump python resources --- Formula/d/dotdrop.rb | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/Formula/d/dotdrop.rb b/Formula/d/dotdrop.rb index 48eeb1fa89bd6..04088df5a20cc 100644 --- a/Formula/d/dotdrop.rb +++ b/Formula/d/dotdrop.rb @@ -6,7 +6,7 @@ class Dotdrop < Formula url "https://files.pythonhosted.org/packages/66/a7/8c8f1d7268bcb0ae3f7e43d8b0da03ad0c1336baabbd4b9ce88a4b1d7b36/dotdrop-1.15.0.tar.gz" sha256 "7e7b5558a66ac514c3861e0bb31262d5972bc15fc97c1402aef8cccffd0bde61" license "GPL-3.0-or-later" - revision 2 + revision 3 no_autobump! because: :requires_manual_review @@ -25,8 +25,8 @@ class Dotdrop < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "distro" do @@ -55,8 +55,8 @@ class Dotdrop < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "python-magic" do @@ -65,13 +65,18 @@ class Dotdrop < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "tomli-w" do @@ -80,8 +85,8 @@ class Dotdrop < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 9c857b97163b749a65ae34e045c42f386a196bc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:59:59 +0000 Subject: [PATCH 06228/10074] dstack: bump python resources --- Formula/d/dstack.rb | 59 +++++++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 34 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index 18870aabacbe9..cd97f7d368fa0 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -6,6 +6,7 @@ class Dstack < Formula url "https://files.pythonhosted.org/packages/7f/06/0a2a8149e5549588c743596389edbd3278afd7bf03a52e3ea9ad02239835/dstack-0.19.12.tar.gz" sha256 "092e23dd4907e388bead63f6b1f3d4136d604f0ae9c38a423b5dacde8f0a1a44" license "MPL-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "36e1f1f64941bafae6bea64d5b5bba277de421487c27c272daba34d01c67ab79" @@ -137,13 +138,13 @@ class Dstack < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/15/d2/e7286b4ffd3138eb13caaa0f611c2e291f7c6b14ae56bf087ce213c54dc4/boto3-1.38.29.tar.gz" - sha256 "0777a87e8d28ebae09a086017a53bcaf25ec7c094d8f7e4122b265aa48e273f5" + url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" + sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" end resource "botocore" do - url "https://files.pythonhosted.org/packages/32/9a/8c3ec27698910c1b94152f9e7a345d4c6c2f49dfc41d8336f82e32c32ed1/botocore-1.38.29.tar.gz" - sha256 "98c42b1bbb52f4086282e7db8aa724c9cb0f7278b7827d6736d872511c856e4f" + url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" + sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" end resource "cached-classproperty" do @@ -171,11 +172,6 @@ class Dstack < Formula sha256 "6758cae6ac14765ec85d9ce3f14fcb98fff5045f06d8398f1e8da8ce3acd2f20" end - resource "deprecated" do - url "https://files.pythonhosted.org/packages/98/97/06afe62762c9a8a86af0cfb7bfdab22a43ad17138b07af5b1a58442690a2/deprecated-1.2.18.tar.gz" - sha256 "422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d" - end - resource "docker" do url "https://files.pythonhosted.org/packages/91/9b/4a2ea29aeba62471211598dac5d96825bb49348fa07e906ea930394a83ce/docker-7.1.0.tar.gz" sha256 "ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c" @@ -207,13 +203,13 @@ class Dstack < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/35/99/237cd2510aecca9fabb54007e58553274cc43cb3c18512ee1ea574d11b87/google_api_python_client-2.171.0.tar.gz" - sha256 "057a5c08d28463c6b9eb89746355de5f14b7ed27a65c11fdbf1d06c66bb66b23" + url "https://files.pythonhosted.org/packages/02/69/c0cec6be5878d4de161f64096edb3d4a2d1a838f036b8425ea8358d0dfb3/google_api_python_client-2.172.0.tar.gz" + sha256 "dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6" end resource "google-auth" do - url "https://files.pythonhosted.org/packages/66/84/f67f53c505a6b2c5da05c988e2a5483f5ba9eee4b1841d2e3ff22f547cd5/google_auth-2.40.2.tar.gz" - sha256 "a33cde547a2134273226fa4b853883559947ebe9207521f7afc707efbf690f58" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "google-auth-httplib2" do @@ -237,8 +233,8 @@ class Dstack < Formula end resource "google-cloud-compute" do - url "https://files.pythonhosted.org/packages/3f/ff/ea0b7e1b265b91511cb44b95e64634d10e747133a1896c6d80fb4a559cfe/google_cloud_compute-1.30.0.tar.gz" - sha256 "8b2d3fe37380de5859a786081d9bcc1203a0f3a205300839a27f828d59828a27" + url "https://files.pythonhosted.org/packages/a7/52/90391f3d2506a3ec13bccca43b51bb1813ade2b9feb514d6d9a63953c5d5/google_cloud_compute-1.31.0.tar.gz" + sha256 "4825fce6250888241d0b29b58f2f7ad6491c09cca14d93ab7b2d3f5087d134b7" end resource "google-cloud-core" do @@ -282,8 +278,8 @@ class Dstack < Formula end resource "greenlet" do - url "https://files.pythonhosted.org/packages/34/c1/a82edae11d46c0d83481aacaa1e578fea21d94a1ef400afd734d47ad95ad/greenlet-3.2.2.tar.gz" - sha256 "ad053d34421a2debba45aa3cc39acf454acbcd025b3fc1a9f8a0dee237abd485" + url "https://files.pythonhosted.org/packages/c9/92/bb85bd6e80148a4d2e0c59f7c0c2891029f8fd510183afc7d8d2feeed9b6/greenlet-3.2.3.tar.gz" + sha256 "8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365" end resource "grpc-google-iam-v1" do @@ -292,13 +288,13 @@ class Dstack < Formula end resource "grpcio" do - url "https://files.pythonhosted.org/packages/fe/45/ff8c80a5a2e7e520d9c4d3c41484a11d33508253f6f4dd06d2c4b4158999/grpcio-1.72.1.tar.gz" - sha256 "87f62c94a40947cec1a0f91f95f5ba0aa8f799f23a1d42ae5be667b6b27b959c" + url "https://files.pythonhosted.org/packages/8e/7b/ca3f561aeecf0c846d15e1b38921a60dffffd5d4113931198fbf455334ee/grpcio-1.73.0.tar.gz" + sha256 "3af4c30918a7f0d39de500d11255f8d9da4f30e94a2033e70fe2a720e184bd8e" end resource "grpcio-status" do - url "https://files.pythonhosted.org/packages/50/b8/e563262a30065d3b52b61ca92c427fe2a1b04ba5dfca0415ae0df8ecdac8/grpcio_status-1.72.1.tar.gz" - sha256 "627111a87afa920eafb42cc6c50db209d263e07fa51fbb084981ef636566be7b" + url "https://files.pythonhosted.org/packages/6d/07/1c7b5ec7c72b8e2efc32cf82e2fe72497c579c8fa94edb8c3e430874cd42/grpcio_status-1.73.0.tar.gz" + sha256 "a2b7f430568217f884fe52a5a0133b6f4c9338beae33fb5370134a8eaf58f974" end resource "h11" do @@ -332,8 +328,8 @@ class Dstack < Formula end resource "importlib-metadata" do - url "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz" - sha256 "310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580" + url "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz" + sha256 "d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000" end resource "isodate" do @@ -402,8 +398,8 @@ class Dstack < Formula end resource "opentelemetry-api" do - url "https://files.pythonhosted.org/packages/9a/8d/1f5a45fbcb9a7d87809d460f09dc3399e3fbd31d7f3e14888345e9d29951/opentelemetry_api-1.33.1.tar.gz" - sha256 "1c6055fc0a2d3f23a50c7e17e16ef75ad489345fd3df1f8b8af7c0bbf8a109e8" + url "https://files.pythonhosted.org/packages/4d/5e/94a8cb759e4e409022229418294e098ca7feca00eb3c467bb20cbd329bda/opentelemetry_api-1.34.1.tar.gz" + sha256 "64f0bd06d42824843731d05beea88d4d4b6ae59f9fe347ff7dfa2cc14233bbb3" end resource "packaging" do @@ -507,8 +503,8 @@ class Dstack < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -621,19 +617,14 @@ class Dstack < Formula sha256 "3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da" end - resource "wrapt" do - url "https://files.pythonhosted.org/packages/c3/fc/e91cc220803d7bc4db93fb02facd8461c37364151b8494762cc88b0fbcef/wrapt-1.17.2.tar.gz" - sha256 "41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3" - end - resource "www-authenticate" do url "https://files.pythonhosted.org/packages/a7/2d/5567291a8274ef5d9b6495a1ec341394ab68933e2396936755b157f87b43/www-authenticate-0.9.2.tar.gz" sha256 "cf75fc2ea5effb0f9342d7de7619b736f2a7d4b223331a53e296863a286e9dcb" end resource "zipp" do - url "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz" - sha256 "dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From 3fc6433210485659e041caa3e38f21f176cb9147 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:00:48 +0000 Subject: [PATCH 06229/10074] dvc: bump python resources --- Formula/d/dvc.rb | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Formula/d/dvc.rb b/Formula/d/dvc.rb index bc90b068730a2..c3da94184fa66 100644 --- a/Formula/d/dvc.rb +++ b/Formula/d/dvc.rb @@ -6,6 +6,7 @@ class Dvc < Formula url "https://files.pythonhosted.org/packages/db/6d/0cf6feca9d2100d470ab8d276961a96eb7fe462a47e46e1a69e8697ccaa0/dvc-3.60.0.tar.gz" sha256 "b334bad4301c69f59dd4ad036df76bc84eff6be63e621ed3cc9b3c6bbf92a2eb" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "c1a1d59d921934b43bf9d6fabdbceea2836ed220011872d77b5bf33ec3acfda4" @@ -49,8 +50,8 @@ class Dvc < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/4b/ad/5b0f3451c2275af09966f1d7c0965facd4729a5b7efdc2eb728654679f85/aiohttp-3.12.9.tar.gz" - sha256 "2c9914c8914ff40b68c6e4ed5da33e88d4e8f368fddd03ceb0eb3175905ca782" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiohttp-retry" do @@ -294,8 +295,8 @@ class Dvc < Formula end resource "dvc-s3" do - url "https://files.pythonhosted.org/packages/fa/cf/14e5f014f77381a58617c1ee3ae98f8fc15768e6a89ff0efac3ff7fc0016/dvc_s3-3.2.0.tar.gz" - sha256 "1d012ac1dce47659986f918123b48931cf9b3429ab0b4a22fd4b02448185ceb6" + url "https://files.pythonhosted.org/packages/dc/1a/a372da6a26da7bcf1dee1b50107d7756cebb76e5883d15fdb7d250e93ca7/dvc_s3-3.2.1.tar.gz" + sha256 "436df64d02506963b0225d5272d95918595f5f86b0ad5a9beeeb105bb2ac3d24" end resource "dvc-ssh" do @@ -344,8 +345,8 @@ class Dvc < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/5b/bf/a812e2fe6cb3f6c6cfc8d0303bf1742f2286004e5ec41ac8c89cf68cdb54/frozenlist-1.6.2.tar.gz" - sha256 "effc641518696471cf4962e8e32050133bc1f7b2851ae8fd0cb8797dd70dc202" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "fsspec" do @@ -379,8 +380,8 @@ class Dvc < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/35/99/237cd2510aecca9fabb54007e58553274cc43cb3c18512ee1ea574d11b87/google_api_python_client-2.171.0.tar.gz" - sha256 "057a5c08d28463c6b9eb89746355de5f14b7ed27a65c11fdbf1d06c66bb66b23" + url "https://files.pythonhosted.org/packages/02/69/c0cec6be5878d4de161f64096edb3d4a2d1a838f036b8425ea8358d0dfb3/google_api_python_client-2.172.0.tar.gz" + sha256 "dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6" end resource "google-auth" do @@ -569,8 +570,8 @@ class Dvc < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "proto-plus" do @@ -664,8 +665,8 @@ class Dvc < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -684,8 +685,8 @@ class Dvc < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" - sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" end resource "ruamel-yaml-clib" do @@ -829,8 +830,8 @@ class Dvc < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end resource "zc-lockfile" do From 8ba41083c71c2e47b61747cba4b9e1c6487463d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:00:58 +0000 Subject: [PATCH 06230/10074] easyeda2kicad: bump python resources --- Formula/e/easyeda2kicad.rb | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Formula/e/easyeda2kicad.rb b/Formula/e/easyeda2kicad.rb index 5cce0fccc0135..52a14430184cf 100644 --- a/Formula/e/easyeda2kicad.rb +++ b/Formula/e/easyeda2kicad.rb @@ -6,6 +6,7 @@ class Easyeda2kicad < Formula url "https://files.pythonhosted.org/packages/f1/78/fde265892294c733590a9089f37cc8ea1478b9c632d76c0a11b8f20fe6f3/easyeda2kicad-0.8.0.tar.gz" sha256 "a781be6d1076f6e06886a4292373eb930c9921de4c709d6dd91bb6ea104f4a4b" license "AGPL-3.0-or-later" + revision 1 head "https://github.com/uPesy/easyeda2kicad.py.git", branch: "master" no_autobump! because: :requires_manual_review @@ -29,13 +30,13 @@ class Easyeda2kicad < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/1c/ab/c9f1e32b7b1bf505bf26f0ef697775960db7932abeb7b516de930ba2705f/certifi-2025.1.31.tar.gz" - sha256 "3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651" + url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" + sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -44,33 +45,33 @@ class Easyeda2kicad < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/93/a3/698b87a4d4d303d7c5f62ea5fbf7a79cab236ccfbd0a17847b7f77f8163e/pydantic-2.11.1.tar.gz" - sha256 "442557d2910e75c991c39f4b4ab18963d57b9b55122c8b2a9cd176d8c29ce968" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/b9/05/91ce14dfd5a3a99555fce436318cc0fd1f08c4daa32b3248ad63669ea8b4/pydantic_core-2.33.0.tar.gz" - sha256 "40eb8af662ba409c3cbf4a8150ad32ae73514cd7cb1f1a2113af39763dd616b3" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/0e/3e/b00a62db91a83fff600de219b6ea9908e6918664899a2d85db222f4fbf19/typing_extensions-4.13.0.tar.gz" - sha256 "0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From b62e845c84555e6b2e40843e6704d89d0dfd9d1c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:01:36 +0000 Subject: [PATCH 06231/10074] esphome: bump python resources --- Formula/e/esphome.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index a43748aed576f..0aaa4767c3790 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -6,6 +6,7 @@ class Esphome < Formula url "https://files.pythonhosted.org/packages/67/62/c1612b9db49a71c0a30c40aa26518df6273b68b61cd83d1678b034a5bbc0/esphome-2025.5.2.tar.gz" sha256 "f1a8c98a480750a6fa1028d3d656ee3307d40e9336bf5b79081dc01a5f0021c7" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "10f6d3a2b9fa08bacbc99c9e06b13c0729f7bded7dfe87d23d4c2f6e89add049" @@ -83,6 +84,11 @@ class Esphome < Formula sha256 "dd8be876e25dfc51909eb35602b77a76e0d01a364584756ab3fa848e2407e4ec" end + resource "chardet" do + url "https://files.pythonhosted.org/packages/f3/0d/f7b6ab21ec75897ed80c17d79b15951a719226b9fababf1e40ea74d69079/chardet-5.2.0.tar.gz" + sha256 "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7" + end + resource "charset-normalizer" do url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" @@ -224,8 +230,8 @@ class Esphome < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "ruamel-yaml" do From c2dda8eb5a9661d6de7b4fb92c1a8a06a341b748 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:03:24 +0000 Subject: [PATCH 06232/10074] gitea 1.24.0 --- Formula/g/gitea.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitea.rb b/Formula/g/gitea.rb index 545c97246de50..a9e8060f3400d 100644 --- a/Formula/g/gitea.rb +++ b/Formula/g/gitea.rb @@ -1,8 +1,8 @@ class Gitea < Formula desc "Painless self-hosted all-in-one software development service" homepage "https://about.gitea.com/" - url "https://dl.gitea.com/gitea/1.23.8/gitea-src-1.23.8.tar.gz" - sha256 "0ff96c1b7cc0960b5b9d34bd978cedc0f856a168654838bdef3551621f049717" + url "https://dl.gitea.com/gitea/1.24.0/gitea-src-1.24.0.tar.gz" + sha256 "1c6bf91f6c7706d300a02f8cbe30e5edfd5e341f3deff365d611dc0d97f54fd2" license "MIT" head "https://github.com/go-gitea/gitea.git", branch: "main" From 2f8912cb03555680821cacc54b3f12227b6c7d3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:07:03 +0000 Subject: [PATCH 06233/10074] jenkins 2.514 --- Formula/j/jenkins.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jenkins.rb b/Formula/j/jenkins.rb index 287f5428d58c3..19c0bb7d82000 100644 --- a/Formula/j/jenkins.rb +++ b/Formula/j/jenkins.rb @@ -1,8 +1,8 @@ class Jenkins < Formula desc "Extendable open source continuous integration server" homepage "https://www.jenkins.io/" - url "https://get.jenkins.io/war/2.513/jenkins.war" - sha256 "f548edfb7c2d0d5932ac385dee8fa0c80c2af1aebecc0e5a677cff7a7ef63142" + url "https://get.jenkins.io/war/2.514/jenkins.war" + sha256 "4b1c9ff4d9287dfe4f6c4d701b1626d9393df3b02dbc4bbaab70f56e010d3d46" license "MIT" livecheck do From 0fdff6536d95bc30389bc9ac9409c1d61aab59b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:07:25 +0000 Subject: [PATCH 06234/10074] jpeg-turbo 3.1.1 --- Formula/j/jpeg-turbo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jpeg-turbo.rb b/Formula/j/jpeg-turbo.rb index e264f927d8a12..5e24e60be7bf9 100644 --- a/Formula/j/jpeg-turbo.rb +++ b/Formula/j/jpeg-turbo.rb @@ -1,8 +1,8 @@ class JpegTurbo < Formula desc "JPEG image codec that aids compression and decompression" homepage "https://www.libjpeg-turbo.org/" - url "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.0/libjpeg-turbo-3.1.0.tar.gz" - sha256 "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93" + url "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.1/libjpeg-turbo-3.1.1.tar.gz" + sha256 "aadc97ea91f6ef078b0ae3a62bba69e008d9a7db19b34e4ac973b19b71b4217c" license all_of: [ "IJG", # libjpeg API library and programs "Zlib", # libjpeg-turbo SIMD source code From 222354e1901536a2c0847f1ad3243746baa9355f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:10:46 +0000 Subject: [PATCH 06235/10074] atlas: update 0.35.0 bottle. --- Formula/a/atlas.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/atlas.rb b/Formula/a/atlas.rb index 1761800f97ac0..e2742a6db5877 100644 --- a/Formula/a/atlas.rb +++ b/Formula/a/atlas.rb @@ -9,13 +9,13 @@ class Atlas < Formula head "https://github.com/ariga/atlas.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a34628d4aae3a7c28fe96871f10c48db95fbe49f40ad2b9dccc0fbd8970b8054" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cd0d44922483dfd35049bcccb24b0efee2b33d6cbae511cf4bbe84b5fa11d2b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "05afa94ec45ed016832aa7fcc0f5bdeaad404a937fe6340caa36a65304d8edd4" - sha256 cellar: :any_skip_relocation, sonoma: "2847bedb226c7d4e374cf5310d1d56593652518cab66d445cbf889ee5e533046" - sha256 cellar: :any_skip_relocation, ventura: "54b2236457ae57ec543aa9aee40ea0b97e50ae469fad6b1461119a992a712661" - sha256 cellar: :any_skip_relocation, arm64_linux: "0f524b3405654ead0ae0fa30c2670ebdd048ed07cc83da1e6a344c8333ae7c2d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ead749ee2a3e15417ee7866047ca14740fdf2203dbafb38ee057a08bbffe888" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bb12c5c19355ece21e7dca0c95adec69db80e7782945e1c3928e2fe3ad1e139" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4fde81b21af39bc73a7347e65b0fcfece6d0a68baf1aeca87254bc5c82e3322" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e0bfa9434af42ff756fc4b91d523252f88257a8b811f14917aae522e8bff20ac" + sha256 cellar: :any_skip_relocation, sonoma: "048a573cf9b37573d51168b968b98eca2fe1e4961cac002c4e1a924464d8edad" + sha256 cellar: :any_skip_relocation, ventura: "29df4fa90f43b3312930356c97f40141cc7d3251bc5d0cfc7d5e85311450fc61" + sha256 cellar: :any_skip_relocation, arm64_linux: "f6de8c4c8fee6fc85becea4ed44b14419a2efc3c5adbde6f329b7cb93a831035" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed973f5f525cb4db1feed2c78f0e082b4a6f8c13b24ad3f5f4fd17d725899af1" end depends_on "go" => :build From 94440ce110b7f11ac63163e9d59d5ca6c228ff9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:10:59 +0000 Subject: [PATCH 06236/10074] manticoresearch 10.1.2 --- Formula/m/manticoresearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index ed557db35f0f7..c6e8d07c9e745 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -1,8 +1,8 @@ class Manticoresearch < Formula desc "Open source text search engine" homepage "https://manticoresearch.com" - url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/10.1.0.tar.gz" - sha256 "bea365649e8452e5edba08838a4e14eaf938f44cad3fef202f923a1e289c25e4" + url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/10.1.2.tar.gz" + sha256 "9bdf5ab259453f2cb8b91792362c88bee6495184d76ec4abdd2ea8b001b89021" license all_of: [ "GPL-3.0-or-later", "GPL-2.0-only", # wsrep From ef312762797e806efe32a5f43199a37334b7deb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:13:29 +0000 Subject: [PATCH 06237/10074] tldx: update 1.2.2 bottle. --- Formula/t/tldx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb index 757cb3a7b1aeb..61fb6328b210b 100644 --- a/Formula/t/tldx.rb +++ b/Formula/t/tldx.rb @@ -6,12 +6,12 @@ class Tldx < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "51920c6c406e89674136426531052952ba145be18e0539281a4e5d79125d0ead" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "51920c6c406e89674136426531052952ba145be18e0539281a4e5d79125d0ead" - sha256 cellar: :any_skip_relocation, arm64_ventura: "51920c6c406e89674136426531052952ba145be18e0539281a4e5d79125d0ead" - sha256 cellar: :any_skip_relocation, sonoma: "ecbfa8423160f894b974d8007fdd751a02750a80cbd584cbfa4691d867e82e84" - sha256 cellar: :any_skip_relocation, ventura: "ecbfa8423160f894b974d8007fdd751a02750a80cbd584cbfa4691d867e82e84" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3c9c922c139bef387eb1e742384a8a442c52c4fac63bb34763f44d0782fe7245" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5553a1609d195f6eabe75a820f9cf02483336195ccc346e6ba75bbd92d274d8e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5553a1609d195f6eabe75a820f9cf02483336195ccc346e6ba75bbd92d274d8e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5553a1609d195f6eabe75a820f9cf02483336195ccc346e6ba75bbd92d274d8e" + sha256 cellar: :any_skip_relocation, sonoma: "6a183088e8cf7daa5c4b210ec247ed7d02752e9117f53b2353c65752cf9a9431" + sha256 cellar: :any_skip_relocation, ventura: "6a183088e8cf7daa5c4b210ec247ed7d02752e9117f53b2353c65752cf9a9431" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cee881a4c02bdbf0d35eada5e441fe12871447d63f260163bbdd08e53a5283f1" end depends_on "go" => :build From a0ad707d01d1601f39c985ca15b8c663da1231f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:15:51 +0000 Subject: [PATCH 06238/10074] pint 0.74.0 --- Formula/p/pint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pint.rb b/Formula/p/pint.rb index 284b68c72b34f..1f2796a7b2b56 100644 --- a/Formula/p/pint.rb +++ b/Formula/p/pint.rb @@ -1,8 +1,8 @@ class Pint < Formula desc "Prometheus rule linter/validator" homepage "https://cloudflare.github.io/pint/" - url "https://github.com/cloudflare/pint/archive/refs/tags/v0.73.7.tar.gz" - sha256 "ff8d76227565a033fa50a8f3079ef5dd6e73c8ae0cd1ba07ea07f035f8b6e97d" + url "https://github.com/cloudflare/pint/archive/refs/tags/v0.74.0.tar.gz" + sha256 "45db4275ab140ed1c471cc82d4ce381cbd3c6240be434e38b3e8342d4dae21d5" license "Apache-2.0" bottle do From 7e763fb56c0a5facce56a582fab9ab780d700c12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:22:09 +0000 Subject: [PATCH 06239/10074] terragrunt 0.81.3 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 4bef8dbb22f9e..798d6d80edd4f 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.2.tar.gz" - sha256 "13392dcdf785d106d10e32eb7595d5e6ff2323c370904c8b3c5710830d635c5d" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.3.tar.gz" + sha256 "fab97723c2bb8391d8cde3745ff068b09e5a5b4ffe7273283cc9dc844b015803" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 685c2d03f7e1ca9542f459ee75c8187cb1429e34 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:23:04 +0000 Subject: [PATCH 06240/10074] typeshare 1.13.3 --- Formula/t/typeshare.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/typeshare.rb b/Formula/t/typeshare.rb index 7d868ec50b98a..03fffed308c39 100644 --- a/Formula/t/typeshare.rb +++ b/Formula/t/typeshare.rb @@ -1,8 +1,8 @@ class Typeshare < Formula desc "Synchronize type definitions between Rust and other languages for seamless FFI" homepage "https://github.com/1Password/typeshare" - url "https://github.com/1Password/typeshare/archive/refs/tags/v1.13.2.tar.gz" - sha256 "7640e70720190576aa82df57561841f33720281e55dc65fedcc0cd89ccc411e2" + url "https://github.com/1Password/typeshare/archive/refs/tags/v1.13.3.tar.gz" + sha256 "3aa054a8ef566263873a4056be248e6a6790b0815259073ee4a9549229618a09" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/1Password/typeshare.git", branch: "main" From e47caffd759b7b726f0eb709ff72e8a7301657bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:23:48 +0000 Subject: [PATCH 06241/10074] virtctl 1.5.2 --- Formula/v/virtctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/virtctl.rb b/Formula/v/virtctl.rb index dc5bd65b271fb..18c7a61913472 100644 --- a/Formula/v/virtctl.rb +++ b/Formula/v/virtctl.rb @@ -1,8 +1,8 @@ class Virtctl < Formula desc "Allows for using more advanced kubevirt features" homepage "https://kubevirt.io/" - url "https://github.com/kubevirt/kubevirt/archive/refs/tags/v1.5.1.tar.gz" - sha256 "003b8aaf5d87f92f7a49bb51e3a1ee44a7fbe7aca10fd9b165bc8b79fe91f52e" + url "https://github.com/kubevirt/kubevirt/archive/refs/tags/v1.5.2.tar.gz" + sha256 "1f6c12ca3345086b2991cd3313cc78f87f9c85984e8414087245a4f5e895ccd6" license "Apache-2.0" head "https://github.com/kubevirt/kubevirt.git", branch: "main" From 2872ddf30dc9e3b68d31f595f3a18c551515a50e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:07:21 +0000 Subject: [PATCH 06242/10074] cargo-binstall: update 1.13.0 bottle. --- Formula/c/cargo-binstall.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index d15d49f9691b2..b13fbfad00fc4 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -15,13 +15,13 @@ class CargoBinstall < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d662e650a6bdff72990d248316eaf2bb95ed0cf70ef1addbd9588e42bd43302" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6cc8b7f4a72b5da0c8825a6bdbfe49fd6951823ca2a201988ae96a4e62e1c2f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "13a32a37390078e8ecf225ea58180aae81efb2a3d82224b3cdbe4407c4855c71" - sha256 cellar: :any_skip_relocation, sonoma: "52f95d65f92ae68561f78d9435b148e3f4626c9026f46dbc97c5fd69ed2cb9f4" - sha256 cellar: :any_skip_relocation, ventura: "79a21b685dc56a3f6d759f3bda7ab6e685d9c6a1e228bc2568761d2b2b2a5500" - sha256 cellar: :any_skip_relocation, arm64_linux: "77d9a1a1b08ff1b1a250f375dc322ae0e54406dcac4fd42619a224c4d47ca5c3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f539909e3b5ea0cb69d9c574efa2c0f728f1d29a0071beb5dcbfd61fb54475be" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "81cf0d6d05c5bb00bc3546b6a134d22cafc7f35caaadbaec117fec7ae0030762" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "649f258038cd6987329df0e1065707eb61cea1cfcfda9ba6b409da95589f0d00" + sha256 cellar: :any_skip_relocation, arm64_ventura: "437ce4ddc1b6e17a9f4c0e9d767922a8a01594d570c243c8d8d49e18998c8a0b" + sha256 cellar: :any_skip_relocation, sonoma: "f022b66fe157459903bbfa560624457c7e06cee7e59d23feda4367952faebf0d" + sha256 cellar: :any_skip_relocation, ventura: "1bad25554956cf725b62af294aeede41d06045542aee6330bc40fc1b3896594b" + sha256 cellar: :any_skip_relocation, arm64_linux: "3960a32f0ff429b715bef3d4f74e143768f9e1c7874ab4f864b405c31d756d82" + sha256 cellar: :any_skip_relocation, x86_64_linux: "55d3576bf8d28d0b49f5452a943c3d04a3f70487f8b891e2dd35de3e9b0272ef" end depends_on "rust" => :build From d6ec31bbd4cd7a6db7a1271354189a8aa2b53cd9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:19:53 +0000 Subject: [PATCH 06243/10074] storj-uplink: update 1.130.8 bottle. --- Formula/s/storj-uplink.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index 6017c7bdcdf9b..95cc963cf5474 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -18,12 +18,12 @@ class StorjUplink < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8928c9dbbe295b2135ee7e9118855f30fbba95c3f9e665b003bf9f082d085f5c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8928c9dbbe295b2135ee7e9118855f30fbba95c3f9e665b003bf9f082d085f5c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8928c9dbbe295b2135ee7e9118855f30fbba95c3f9e665b003bf9f082d085f5c" - sha256 cellar: :any_skip_relocation, sonoma: "c976931d4a9229817ab6cf9978d0b848ef4ae9bfe24828d93d450cc816021ed7" - sha256 cellar: :any_skip_relocation, ventura: "c976931d4a9229817ab6cf9978d0b848ef4ae9bfe24828d93d450cc816021ed7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "02c44d10296dc43b3cdece29857b65c8c232fe3143aece8db8c9f1866afdbf53" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "715d281df80a3f101fef8a04d0fb73153477174eeefce403817491d624bdb294" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "715d281df80a3f101fef8a04d0fb73153477174eeefce403817491d624bdb294" + sha256 cellar: :any_skip_relocation, arm64_ventura: "715d281df80a3f101fef8a04d0fb73153477174eeefce403817491d624bdb294" + sha256 cellar: :any_skip_relocation, sonoma: "f516044779159446d3f4f9cfd907cab734af55107409f1b0853f31a02c0349aa" + sha256 cellar: :any_skip_relocation, ventura: "f516044779159446d3f4f9cfd907cab734af55107409f1b0853f31a02c0349aa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b4098aabb87904e7f20d095956ff95f7125ad526a0d20d6ca4b2ab51b7d9d1b" end depends_on "go" => :build From 6a78d9fa05fea16f8646c3806f0a791f63317d8b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:39:14 +0000 Subject: [PATCH 06244/10074] cloudflare-cli4: update 2.19.4_3 bottle. --- Formula/c/cloudflare-cli4.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/cloudflare-cli4.rb b/Formula/c/cloudflare-cli4.rb index 22d9654c9058e..de088f5fa3996 100644 --- a/Formula/c/cloudflare-cli4.rb +++ b/Formula/c/cloudflare-cli4.rb @@ -9,14 +9,13 @@ class CloudflareCli4 < Formula revision 3 bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "5e3b3f0b3816446cc8ce5ba4558cc29e6aaa28e0d5816267340a235af4f26f2b" - sha256 cellar: :any, arm64_sonoma: "7c3959d7853fcc15e1ab6b3b055f2165f531d8540e5db2d9a2592b87184924d0" - sha256 cellar: :any, arm64_ventura: "e407c2dd794757e3860066d77732f6998fac507b1860362af1baaa8b5e9acf98" - sha256 cellar: :any, sonoma: "3856f20ad9c9183111715003cd046a7250909518bac616441801e94308cfcba0" - sha256 cellar: :any, ventura: "2ff0125a6ac66224dbecb0a9e7f2921ebcdf888c236b60825bbef75b1d886e55" - sha256 cellar: :any_skip_relocation, arm64_linux: "5791a57b441f2058584a87371c09681e707592905781d1ddd80001db17db313f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d9e7aa34877ea255544a9ae76e7935509fd89ba1bfde53698aca816747fd1e76" + sha256 cellar: :any, arm64_sequoia: "a5af04e49d3f9da5cb3777b40cf430cee2ee79c80f72c8db44897731abc124f7" + sha256 cellar: :any, arm64_sonoma: "20cfd36aa45bef723d27ca30e728b9876109e8a9ebdc580b999a343395fa259f" + sha256 cellar: :any, arm64_ventura: "9d33a02ccf8e04b6f18b9868efa2f2958c1556ddb1f973edf05179dbaae961e8" + sha256 cellar: :any, sonoma: "e52ce4d74b12ffd1dc804d350bd65c65a2e4cd5ba9675cdcf3a608ae96965b17" + sha256 cellar: :any, ventura: "f72281daadc4b6298186e6bd4741c2496c39b5d844bf219e6ff07622117873d9" + sha256 cellar: :any_skip_relocation, arm64_linux: "0072275bd71000978f837e4455077dd120b622a30c2b3c4522d985c69d335eea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dde8e52d0ba02a7588abc5a38c548d2d090999b14c146ad037b3b69cbe00ed1e" end depends_on "libyaml" From efde4c6be6f859289f995cf70a298490daa4a61e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:39:32 +0000 Subject: [PATCH 06245/10074] cloudsplaining: update 0.8.0_2 bottle. --- Formula/c/cloudsplaining.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudsplaining.rb b/Formula/c/cloudsplaining.rb index 8c40b4907a1f3..f2293739c5c2e 100644 --- a/Formula/c/cloudsplaining.rb +++ b/Formula/c/cloudsplaining.rb @@ -10,13 +10,13 @@ class Cloudsplaining < Formula head "https://github.com/salesforce/cloudsplaining.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "8d331007516b613d7f7a231074cf0257118633f54b4bb7c8d1d2ec0d03002405" - sha256 cellar: :any, arm64_sonoma: "6fa57b086927081a75e498a65082e30dd0c6d6d7a0fefcb14e7c8cb00b82222f" - sha256 cellar: :any, arm64_ventura: "381a418455895081eb5e694e96c0a52ba755172b254e87eebce767c4f7e61d36" - sha256 cellar: :any, sonoma: "87dd8d687bfdb6714586ada1b1d637720fddd7029dd33c8a45950bd534afcb4a" - sha256 cellar: :any, ventura: "188ab93171b1699f76b75612fb9b65a96aeecd1b9115475d82a28e262a7d4859" - sha256 cellar: :any_skip_relocation, arm64_linux: "9a54202a7963306a9712deb09d015f899bca13310094c6e2d12e57e3ae7231c5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8c31e3539fac24555e4dd1c6f419c043068c6c666dec7272546066bc25858977" + sha256 cellar: :any, arm64_sequoia: "ee37ddda13b58065f7bef47caf31091e91cbceddc7f5a9142e1e69dd88a1bcbd" + sha256 cellar: :any, arm64_sonoma: "f364f470b80e1fff1cff3c3815ddc44d4f6d59862fd8e57ce3d879078ceaced2" + sha256 cellar: :any, arm64_ventura: "8336328a62cab5384ec8c55e626638ad50c2e6494537fed1bf5094c33a243d31" + sha256 cellar: :any, sonoma: "c79e09ac0fdd27e79f449809d89557a84cee5b43d4dbf11a3b3f4a875d4e33d9" + sha256 cellar: :any, ventura: "d1196fed9771284659d539ca34d894926445223d5c4af15807f2cc4039dfbf52" + sha256 cellar: :any_skip_relocation, arm64_linux: "077b6ccde8c6c40c313a000700049c28a6a7b997d4d3e430c13d928d9769e57e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1bbba75f816193064411549d5770401aa5c180b1c298223920487df432436459" end depends_on "rust" => :build # for orjson From abf8d6bdeda878d1b9c5d1e3465597a59f80bdaf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:39:38 +0000 Subject: [PATCH 06246/10074] checkov: update 3.2.430_1 bottle. --- Formula/c/checkov.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/checkov.rb b/Formula/c/checkov.rb index 2b84f9f19dc4c..4a57fc2325df7 100644 --- a/Formula/c/checkov.rb +++ b/Formula/c/checkov.rb @@ -18,13 +18,13 @@ class Checkov < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "3f1c5ccdc5e31b5fb5678f805c80296968c18c6266107788b1e663268a31e25c" - sha256 cellar: :any, arm64_sonoma: "4031e23a0e4f7da1c90ef1ad110d64c27fc6c4b4c7973fcd41335d0f7b73b3d1" - sha256 cellar: :any, arm64_ventura: "aa183f1d0c51cfad93d596eaf90f7522d18b68665c8939a658bd5616f704b291" - sha256 cellar: :any, sonoma: "26f9c474905360a8c7c3cea97d9e58ab65e7b07915162766fcfc64aaea23ed2b" - sha256 cellar: :any, ventura: "7b299f79c3a75d9cbbd05927cc11bd8beb15ca652d72331336595676595d83cb" - sha256 cellar: :any_skip_relocation, arm64_linux: "2d3a74e8153e65ec63a108d69bdd960bd54d4c30ff04f3c0ecfc187847155998" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aa895bd2c78fcb8069404565ea02e75014df393bfc79bd440ca9a76fd31462e3" + sha256 cellar: :any, arm64_sequoia: "e5ddfdf08ce1b49fbee8bdcf8046b9a1a953ce847f5fcfaa7f4f1b7b7fd504b7" + sha256 cellar: :any, arm64_sonoma: "81a9d26bb66d525712a4e06959bb7deb27efe534be9c5f0007185bf616f17d46" + sha256 cellar: :any, arm64_ventura: "e536870609599112a759702d9a98bee6949af6235d0584567d0e5b93f9d1b3f7" + sha256 cellar: :any, sonoma: "9f49df97dae094c652c85781d3b691bd3ed3346e675998570d2fcc792eabb0ab" + sha256 cellar: :any, ventura: "93820cad43746a0a9efd7c74a129e00eda404ea989c86790ebcf062d88d3218f" + sha256 cellar: :any_skip_relocation, arm64_linux: "8dd8b40921a2ee166632b5cd5c3372ce6764424ceada636c4cf29bbad8e8db74" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5d803c7566a18d0f954bd97503153eeb6f1996893e4628797f67a091ec118d98" end depends_on "cmake" => :build # for igraph From f5c0c931db8e586be98da9667c54554d0268e168 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:39:44 +0000 Subject: [PATCH 06247/10074] cloudformation-cli: update 0.2.39_2 bottle. --- Formula/c/cloudformation-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudformation-cli.rb b/Formula/c/cloudformation-cli.rb index da21a0d3becfa..e0da1dc8b32a2 100644 --- a/Formula/c/cloudformation-cli.rb +++ b/Formula/c/cloudformation-cli.rb @@ -9,13 +9,13 @@ class CloudformationCli < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "c42fea4fd971a70082776f272e85a1350cb798f2a01c39ab397ae99693396493" - sha256 cellar: :any, arm64_sonoma: "4df950ef8ad523c322b084b8e47218999f616625e9552e5e47358fbc9da78d4e" - sha256 cellar: :any, arm64_ventura: "3da91ffb38a8cce84a3711d4eec3b6e57d0dfcccf73aa3fe5b322d4f5ca51658" - sha256 cellar: :any, sonoma: "d53fd1614a19e5b0f94507087f7a42cc783143ba2d24bdfbb0a09938b8178ad4" - sha256 cellar: :any, ventura: "6c6143daed90a85476c468351d9648f3ec89e0e322092de69f99424bfff60106" - sha256 cellar: :any_skip_relocation, arm64_linux: "1c44a8c1006ed69002c23abfb38a0e1302faf8eada73176acb4bbaec060de4d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d525c44ff2734ec794d7fa299693a90649fdf3e7f367c22b5f6c0bd0e605efb" + sha256 cellar: :any, arm64_sequoia: "d7cf3ff7af674875ebad5f166145c50f61402d1c6b6c96d2594c093545c1fdd1" + sha256 cellar: :any, arm64_sonoma: "310c4ddd52e14b5e830c63934c220def21a146720c1c1665a25d19042ca55b0a" + sha256 cellar: :any, arm64_ventura: "8cd7176737542d793ac64d38407c4ea821c485289a7b72ccf76a22d9455578d3" + sha256 cellar: :any, sonoma: "21352c251b58e83afdae3466edfa2db2f768852573c2db3d7107f113e248641d" + sha256 cellar: :any, ventura: "1fb409fddbbdd9ce85ccf9e4ae7e8aa053bb1da50d3d1ec63cbb363eedec47a3" + sha256 cellar: :any_skip_relocation, arm64_linux: "6013f19ce2cc9db2f3b2703a10786bbae411fb19bd55f26ea22abe6a428492f3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9e6dd46d12e91ee207bf3fcea78256a131e1671d40562895cdb7798e8bd9569" end depends_on "rust" => :build # for pydantic From 525131c8c76e196c625f35686f82dc7e0db60296 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:39:58 +0000 Subject: [PATCH 06248/10074] codelimit: update 0.18.1_1 bottle. --- Formula/c/codelimit.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/codelimit.rb b/Formula/c/codelimit.rb index bc29dbc21a6cf..a019cbc5d5025 100644 --- a/Formula/c/codelimit.rb +++ b/Formula/c/codelimit.rb @@ -9,14 +9,13 @@ class Codelimit < Formula revision 1 bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "f15f4541358fc187914d2f17704fedf18b03d44cc380836352e1adc81fcef479" - sha256 cellar: :any, arm64_sonoma: "57e69422339ead6154135d5339bf4aad2ee3d15a8ec3d2cebe7b2e3c3c4396db" - sha256 cellar: :any, arm64_ventura: "76579687a8003b964e910009b0fce2eaf338162bf831d9f694a48f9a10a839a0" - sha256 cellar: :any, sonoma: "903b1fc2e0653ed20f6759c80d41a19e64609b19cf147ee21fc07f9074787a13" - sha256 cellar: :any, ventura: "b85f06932dd86d2ebddc8e9d8835a498a6dc9639ad8d605cbceceb333b0a3ecb" - sha256 cellar: :any_skip_relocation, arm64_linux: "316122c6d5be36441f49438b192c6379ebfff7395991dd1dc353ebbf257f7751" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4fe6160e35e190a9070e3a420e37844eaffeb236689bac619266af1ae96c0766" + sha256 cellar: :any, arm64_sequoia: "18071157d23bb1d0bb254b13d3eba3f3bdab625e53180e4c245582febe7e8f05" + sha256 cellar: :any, arm64_sonoma: "c5cdecb94c66b87c8b4d5807977afb05e470691b4c84e3ee684018485101113e" + sha256 cellar: :any, arm64_ventura: "58def15d46a033132a428c1b55ea007fe155071742521fb28866228f26183f13" + sha256 cellar: :any, sonoma: "880b989a838e0b115b4adf2bae43e024da5d7c792a0e3a3d68033326baac6404" + sha256 cellar: :any, ventura: "707acb498655fd56a9e398eb5e6f7c498a68cdc7215b1879e43fa7a4532fa538" + sha256 cellar: :any_skip_relocation, arm64_linux: "e3cba55a81fc138c4cfae16dfd5daaa244f735d48bdc157a85a2b4c341a8e5ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3c3a9ba5848dfa803f1d7a305a1980d17acc21a0a73b55480c27c4e071c1eae3" end depends_on "certifi" From c3f68da8df9a16efbed2e6b593cc8d8b47da94bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:40:17 +0000 Subject: [PATCH 06249/10074] codecov-cli: update 11.0.3_1 bottle. --- Formula/c/codecov-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codecov-cli.rb b/Formula/c/codecov-cli.rb index 5e7071f7d5095..6ea72f16beef8 100644 --- a/Formula/c/codecov-cli.rb +++ b/Formula/c/codecov-cli.rb @@ -12,13 +12,13 @@ class CodecovCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "ae5bc3b78a59855aee46b5ee9fd52ee6e3231835efcdea86c9f387158784e783" - sha256 cellar: :any, arm64_sonoma: "49ba9fa231e0617e9c2e3abbc6a095a1f5d51fadffb5dc79246474c45b337618" - sha256 cellar: :any, arm64_ventura: "b186dfd38f9294c5e6625b0fd36078ce03b647d4ba9c5a6a7be2c711a25257a7" - sha256 cellar: :any, sonoma: "fefb9fbd5c877ab9eefcca55f4f132c2369f20067a2d90b699cbcd36ea46cdb4" - sha256 cellar: :any, ventura: "c62567be4efcdcddb1ec8fb1e488c398d9ced423fb375e5f6df0ebc5d0304d80" - sha256 cellar: :any_skip_relocation, arm64_linux: "95945bff50aeb41f49848e3e18315965b1a26255e6253a42dc19d2fb34ebcf15" - sha256 cellar: :any_skip_relocation, x86_64_linux: "18eefa5dfedbe8110a96595dbb628f598ddff483942feb9aa23b9a758d8a725e" + sha256 cellar: :any, arm64_sequoia: "5b5bd1526ecfb25b6d23954b95b21a56e15a8a9b972b731c3ea5aa051e2295c3" + sha256 cellar: :any, arm64_sonoma: "fec967ee3ef0c8462db33a408060fe24fe2312348983bfd3b3974e092dce7453" + sha256 cellar: :any, arm64_ventura: "daeb99e7b149654e093c60e84ef205918d968376b620aba659f3e442818d3a84" + sha256 cellar: :any, sonoma: "6c1e4bac47549d7d297ae3a34a5368604c25d987be28300239e4c9c2b5df5b83" + sha256 cellar: :any, ventura: "bed3efb52068ac475f9f089a1edded15ad185d3dc64fbc169f5b2552e6b61828" + sha256 cellar: :any_skip_relocation, arm64_linux: "a6b2732d5753b0ea53e465fce020c1f38517cd127cf657650e8802fa00ffa0f0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5266e46169fa78c2190466589d7d455d69824320153d9f7e29672409e459373" end depends_on "rust" => :build From 1973f2155bfe3bb68803994d09f8583f0fbd5900 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:42:06 +0000 Subject: [PATCH 06250/10074] conan: update 2.17.0_1 bottle. --- Formula/c/conan.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/conan.rb b/Formula/c/conan.rb index 464f4b8fb0619..181f8c6bd1fb7 100644 --- a/Formula/c/conan.rb +++ b/Formula/c/conan.rb @@ -10,13 +10,13 @@ class Conan < Formula head "https://github.com/conan-io/conan.git", branch: "develop" bottle do - sha256 cellar: :any, arm64_sequoia: "e1b0fa8c9bee8313cd9ee67840744b723c234eb327671fe452bec1be69986e05" - sha256 cellar: :any, arm64_sonoma: "1915543ab9f17ea861edf418bf274dc27288823df9094538ff563e534f14de33" - sha256 cellar: :any, arm64_ventura: "c89ece90f677623f4e1f248e1d1f15272c8cc6daca7d6d31c9d50f930104075d" - sha256 cellar: :any, sonoma: "69155e59e3125458ec5fb88d7808338e98d8040bd47faa90611a573562cea889" - sha256 cellar: :any, ventura: "19fe734790ea34993902c1e38f43b010533cf8b8628ecc288d8b7f66cf1f0aab" - sha256 cellar: :any_skip_relocation, arm64_linux: "1cdd9daf73cebb6fbf165d3e293d37daadeb347d1d6c569d3b009e3ab89b3aaa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b854410e42927ef663bf8976af1d53ce635966db7c6d9b434de318957774f118" + sha256 cellar: :any, arm64_sequoia: "8d489dffbf880bd555b5c3f9b27b01b9a21270cc148d1f1fe31c3d5fa33a5264" + sha256 cellar: :any, arm64_sonoma: "65201c37b7dc96c5189e50f33ac4c77a6ec918970369c31497253b6cc1df89a7" + sha256 cellar: :any, arm64_ventura: "5775e44096158cc4072ce63877bb7e62a695e086de103d729794101f84659085" + sha256 cellar: :any, sonoma: "c3f4d8cbd298066d54e88258c50c36271e3bcf99521a88ac88dbdc7ceb943645" + sha256 cellar: :any, ventura: "61b20a4df35401b05fd4de744ab01b50f0a9136465d5a2688087d304d4ad27aa" + sha256 cellar: :any_skip_relocation, arm64_linux: "32e2b41cdf27157a6ed95ee6b305649b3d7a56e32b398e33b4b8392073876f78" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a5ba4b22404e01c829441789025d6081efb6219339157a056da769932f27b472" end depends_on "pkgconf" => :build From adea5066ebc95fdcd692e0e8be3b64769e475646 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:57:34 +0000 Subject: [PATCH 06251/10074] conan@1: bump python resources conan@1: add apple clang 17 build patch Signed-off-by: Rui Chen --- Formula/c/conan@1.rb | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Formula/c/conan@1.rb b/Formula/c/conan@1.rb index 0349dfb775daa..b0bbb9f8f3c66 100644 --- a/Formula/c/conan@1.rb +++ b/Formula/c/conan@1.rb @@ -6,7 +6,7 @@ class ConanAT1 < Formula url "https://files.pythonhosted.org/packages/ee/e8/0893952ee0c0f78100a7da72aeb81f68925933ecbb730bfd664e7a4c6f1f/conan-1.66.0.tar.gz" sha256 "04d2ad0f6ec6f055d95fa0a157b55fdea9328ae67f51b11e7d26e9d9d2f76ab9" license "MIT" - revision 2 + revision 3 livecheck do url "https://github.com/conan-io/conan.git" @@ -37,8 +37,8 @@ class ConanAT1 < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "colorama" do @@ -107,8 +107,8 @@ class ConanAT1 < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do @@ -126,6 +126,12 @@ class ConanAT1 < Formula sha256 "40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32" end + # patch to add apple clang 17, upstream pr ref, https://github.com/conan-io/conan/pull/18445 + patch do + url "https://github.com/conan-io/conan/commit/21089afd5d260c4d2d688ca8a44fb406d1dd1a75.patch?full_index=1" + sha256 "ede46dfde4ab3b96299854ff6f6adde4267a8e8939799f3f79a694aae696129a" + end + def install virtualenv_install_with_resources end From 3e76a69ce0b853d3f8a7638489d6e29105214a96 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:48:14 +0000 Subject: [PATCH 06252/10074] cookiecutter: update 2.6.0_7 bottle. --- Formula/c/cookiecutter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cookiecutter.rb b/Formula/c/cookiecutter.rb index a393b126fdb44..c178b5e1279e0 100644 --- a/Formula/c/cookiecutter.rb +++ b/Formula/c/cookiecutter.rb @@ -10,13 +10,13 @@ class Cookiecutter < Formula head "https://github.com/cookiecutter/cookiecutter.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "d0036f452cda2cd559991bfa098fa8c84934c9d9f145b68cd272e830a751d9d2" - sha256 cellar: :any, arm64_sonoma: "76167c501c04aafbf8dbac2f1ad85e14910f20a8b18bd9887775a3fc47181337" - sha256 cellar: :any, arm64_ventura: "2831c2f88a491579a7d1e7bb3e3e057c60024da924435afd3571983b61acdfb0" - sha256 cellar: :any, sonoma: "cc47a54732cc52494899fdf6b5e64e225e4cf03006b3d82a94d05046dd02b34c" - sha256 cellar: :any, ventura: "89b76f4f082b74b05c4f91181d0a4199f1390b457bc8b3e1cd29453d95f6e27f" - sha256 cellar: :any_skip_relocation, arm64_linux: "fa5ced8d6b52116c88f7b97d98303b5726c2923c9d35b3e7980e3371d8902421" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8f7909a1d0b54a0ab1c0f1c1fac38488e10ae9309ce710a2a4099b69ca5d635f" + sha256 cellar: :any, arm64_sequoia: "8f8ce1408891204a128493ae483cc386514fa6b5a7851050be410b169b70cc78" + sha256 cellar: :any, arm64_sonoma: "d096d39c167d199366b4e1e18a5435512f0cc6a73fcf3b744b0c3dc8ed1faf50" + sha256 cellar: :any, arm64_ventura: "ba5de2316f6697823e5cf0f4d895e3d503962d50f4f4cd921a567e43957d596d" + sha256 cellar: :any, sonoma: "e787f3ad1edc5e88e7ea01d92cfb36cfa536dbaf8fbce5159176fbd93c1d7a5c" + sha256 cellar: :any, ventura: "d6dbb71fc1d65c5c9b4cdc8dd0e948b67d09605abb337adb903a4de1ae5e167d" + sha256 cellar: :any_skip_relocation, arm64_linux: "d801ff52f60d426ef77646da8f065457a8e8706c2b8be6367bd3f55d561f513d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d754242f3e7a116e7862ca12fabc9122e075620ceb1c3d764190709b4101e5aa" end depends_on "certifi" From eb386f9d507c5fd28deeba42d1a4c3596a51758f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:01:16 +0000 Subject: [PATCH 06253/10074] enex2notion: bump python resources enex2notion: lxml 5.4.0 Signed-off-by: Rui Chen --- Formula/e/enex2notion.rb | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/Formula/e/enex2notion.rb b/Formula/e/enex2notion.rb index eb24b14d79e64..fc1f5495037c1 100644 --- a/Formula/e/enex2notion.rb +++ b/Formula/e/enex2notion.rb @@ -6,7 +6,7 @@ class Enex2notion < Formula url "https://files.pythonhosted.org/packages/de/5c/c0ce22d810226345411b03177f9b43c35b82c3a671d5d73f56fc43b0858e/enex2notion-0.3.1.tar.gz" sha256 "f11d8a7b6c135b4d08c63e1256279d56b3798cdd48ad3b6e39c0770dc3bd82e6" license "MIT" - revision 11 + revision 12 no_autobump! because: :requires_manual_review @@ -28,8 +28,8 @@ class Enex2notion < Formula uses_from_macos "libxslt" resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz" - sha256 "74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "bs4" do @@ -43,8 +43,8 @@ class Enex2notion < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "commonmark" do @@ -63,8 +63,8 @@ class Enex2notion < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz" - sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "notion-vzhd1701-fork" do @@ -98,8 +98,8 @@ class Enex2notion < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do @@ -108,8 +108,8 @@ class Enex2notion < Formula end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" end resource "text-unidecode" do @@ -127,9 +127,14 @@ class Enex2notion < Formula sha256 "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2" end + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" + end + resource "tzdata" do - url "https://files.pythonhosted.org/packages/e1/34/943888654477a574a86a98e9896bae89c7aa15078ec29f490fef2f1e5384/tzdata-2024.2.tar.gz" - sha256 "7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc" + url "https://files.pythonhosted.org/packages/95/32/1a225d6164441be760d75c2c42e2780dc0873fe382da3e98a2e1e48361e5/tzdata-2025.2.tar.gz" + sha256 "b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9" end resource "tzlocal" do @@ -138,13 +143,13 @@ class Enex2notion < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "w3lib" do - url "https://files.pythonhosted.org/packages/cc/dd/8d080c3bf19f4e853433193e0ffd894d9f5c5a55c11d7283038ee822a0db/w3lib-2.2.1.tar.gz" - sha256 "756ff2d94c64e41c8d7c0c59fea12a5d0bc55e33a531c7988b4a163deb9b07dd" + url "https://files.pythonhosted.org/packages/bf/7d/1172cfaa1e29beb9bf938e484c122b3bdc82e8e37b17a4f753ba6d6e009f/w3lib-2.3.1.tar.gz" + sha256 "5c8ac02a3027576174c2b61eb9a2170ba1b197cae767080771b6f1febda249a4" end resource "webencodings" do From 7663d1d1f5e530cae3be597cf09d17f85319e0d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:00:07 +0000 Subject: [PATCH 06254/10074] conda-lock: update 3.0.2_1 bottle. --- Formula/c/conda-lock.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/conda-lock.rb b/Formula/c/conda-lock.rb index 8630b7defc066..d052c9e69cb4e 100644 --- a/Formula/c/conda-lock.rb +++ b/Formula/c/conda-lock.rb @@ -9,13 +9,13 @@ class CondaLock < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "9c66e1bba6345c4a860277d95134a559ff091f8d69ebb0f057a2795f58b5bafd" - sha256 cellar: :any, arm64_sonoma: "c3a39469851f8ad5755e04aed8745a1ec7eea9220e098ab32f34851f1d47542f" - sha256 cellar: :any, arm64_ventura: "812ec33b3c7aee84bf2553b563ee693068386837433dc168d23c928cccb2aedb" - sha256 cellar: :any, sonoma: "ed244dfd7fa5ae1e876889917567926dc07d6c8223fec6202b1d9bece4a2f463" - sha256 cellar: :any, ventura: "36aa234d8ceb251520a0a08266c71cb8e2b26479cb57f52fc0c53b5b2e448ff0" - sha256 cellar: :any_skip_relocation, arm64_linux: "af899b4dde73160db5621f92306d01441971f2980f4139d943682e7f4e70eb97" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e4deed57c2678f134dcd735359c6d5194d3f3489036172097479d6f383734717" + sha256 cellar: :any, arm64_sequoia: "65009682973fe809ca72ce12c63514f8a187e2d39917160219ba835c5a47b1a9" + sha256 cellar: :any, arm64_sonoma: "319c72dca86c782c81745d290bee90482cd9523079fb9db4e233e6de239ba8be" + sha256 cellar: :any, arm64_ventura: "da0a521c7564b7431b4191b778a6149f7690805aebb455d0aa761cc71a377a37" + sha256 cellar: :any, sonoma: "ac97eac9d69ade5808bfa21da60009d40b281bca0634490b9e0618c4efdf0b4f" + sha256 cellar: :any, ventura: "5cffafae4a7204fa684431c65f95552d3064eb22ccacc9c1b32e776b759b8d29" + sha256 cellar: :any_skip_relocation, arm64_linux: "317f03023fe8e7bf3386bb01581e27e7e34b5468c85eeec37c575fb3d35b4dd0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6cad5fd4408c92c29c16c9f26d85b0c099a40dc4f70fbc1035350f0ebc2386ef" end depends_on "rust" => :build # for pydantic From 04812138c13f86bd9db70a94479574d5d2b47afc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:05:51 +0000 Subject: [PATCH 06255/10074] huggingface-cli 0.32.5 huggingface-cli: add rust build dep Signed-off-by: Rui Chen --- Formula/h/huggingface-cli.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index 501f74e420e4a..d24faa2d2777c 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -3,8 +3,8 @@ class HuggingfaceCli < Formula desc "Client library for huggingface.co hub" homepage "https://huggingface.co/docs/huggingface_hub/index" - url "https://files.pythonhosted.org/packages/60/c8/4f7d270285c46324fd66f62159eb16739aa5696f422dba57678a8c6b78e9/huggingface_hub-0.32.4.tar.gz" - sha256 "f61d45cd338736f59fb0e97550b74c24ee771bcc92c05ae0766b9116abe720be" + url "https://files.pythonhosted.org/packages/f5/96/179f323578414b6fcc6aa254ecc4d27dc87ded90a271b147c634cf860784/huggingface_hub-0.32.5.tar.gz" + sha256 "8328f848218e3212647cec77eab9fdfc2590e8117d979b925439bc01042a20de" license "Apache-2.0" bottle do @@ -18,6 +18,7 @@ class HuggingfaceCli < Formula depends_on "maturin" => :build # for `hf-xet` depends_on "pkgconf" => :build + depends_on "rust" => :build # upstream bug report, https://github.com/PyO3/maturin/issues/2642 depends_on "certifi" depends_on "git-lfs" @@ -44,8 +45,8 @@ class HuggingfaceCli < Formula end resource "hf-xet" do - url "https://files.pythonhosted.org/packages/95/be/58f20728a5b445f8b064e74f0618897b3439f5ef90934da1916b9dfac76f/hf_xet-1.1.2.tar.gz" - sha256 "3712d6d4819d3976a1c18e36db9f503e296283f9363af818f50703506ed63da3" + url "https://files.pythonhosted.org/packages/75/dc/dc091aeeb671e71cbec30e84963f9c0202c17337b24b0a800e7d205543e8/hf_xet-1.1.3.tar.gz" + sha256 "a5f09b1dd24e6ff6bcedb4b0ddab2d81824098bb002cf8b4ffa780545fa348c3" end resource "idna" do @@ -79,8 +80,8 @@ class HuggingfaceCli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "tqdm" do From 295175244b1ee2cfea7dfe788dd416484c6e3109 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:03:41 +0000 Subject: [PATCH 06256/10074] cruft: update 2.16.0_2 bottle. --- Formula/c/cruft.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cruft.rb b/Formula/c/cruft.rb index 7709398789c5f..9308693d577c3 100644 --- a/Formula/c/cruft.rb +++ b/Formula/c/cruft.rb @@ -12,13 +12,13 @@ class Cruft < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "e5e41d578ada45a0151ce9c8e2b738bca0676d5a2ae8a9b59a385c67b7a5a182" - sha256 cellar: :any, arm64_sonoma: "d35f7ca0f3a67330cde228787fcfd800089ba5bae39aed787f83f7f658ee9998" - sha256 cellar: :any, arm64_ventura: "10c160818ff74b45cc399ddeaba42392dd85dde57392de6600a8edc18da2ff13" - sha256 cellar: :any, sonoma: "a0fc82754d9cf9daa2073f7a669b5fe206be2cddd782c5c0500f58938990409c" - sha256 cellar: :any, ventura: "33d3b41b97eec435a95c44e3f12b607422be96ceefce86b9c011c75189db1714" - sha256 cellar: :any_skip_relocation, arm64_linux: "877a6b776387bb82f712f4debc0c68aa741e322b3b01c594ae226e0ace770392" - sha256 cellar: :any_skip_relocation, x86_64_linux: "92fd31d81091b01cd9e9055482ff0e97f6af8bbb9ecbc9b137c8874e9b2e84a1" + sha256 cellar: :any, arm64_sequoia: "ad39579e5cf67e9d038dcbb90428a2c3e2d570d70c6245138cb1876ba5136ea0" + sha256 cellar: :any, arm64_sonoma: "190c707c426a09da51c614293b3ce5045864b492227e7cfcc82d48271e7314ea" + sha256 cellar: :any, arm64_ventura: "b3b1e6260b9008152344573405a8a5330371c3e164d52735ee3c6d3762e7a584" + sha256 cellar: :any, sonoma: "0fcdf19675bf13a33bbed2a19ab926173ddfad61cb070002f34478b58f92767e" + sha256 cellar: :any, ventura: "1dd9db1dec2951bb2182ed9d179a17152bba07870d6fcb8bda4f32e6345f77dc" + sha256 cellar: :any_skip_relocation, arm64_linux: "7a4f67fafa0a04fd79a855ceb3cdb127c09f9cc8d28cda246461eaea7e714692" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2703585445ce3628a1a6b51bcbf85ccd381cc24f2ca822384976803e8f6e4816" end depends_on "certifi" From e15d362629cfbb0925241589bf1fc0d6009a4714 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:04:22 +0000 Subject: [PATCH 06257/10074] cloudfoundry-cli: update 8.14.1 bottle. --- Formula/c/cloudfoundry-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cloudfoundry-cli.rb b/Formula/c/cloudfoundry-cli.rb index ffd402e051b22..f86e3bc0fc6fa 100644 --- a/Formula/c/cloudfoundry-cli.rb +++ b/Formula/c/cloudfoundry-cli.rb @@ -12,12 +12,12 @@ class CloudfoundryCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "979ed2b67372ecf27e871ca4ba989d276337b4eb42e0469f6f165031d376b79d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "979ed2b67372ecf27e871ca4ba989d276337b4eb42e0469f6f165031d376b79d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "979ed2b67372ecf27e871ca4ba989d276337b4eb42e0469f6f165031d376b79d" - sha256 cellar: :any_skip_relocation, sonoma: "096615d910f2d95af59cea9df2bda5a8c330e96685fce9361e3fcd992675f973" - sha256 cellar: :any_skip_relocation, ventura: "096615d910f2d95af59cea9df2bda5a8c330e96685fce9361e3fcd992675f973" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13f87f8c6ed6cb74bc5c049ddd6364113ef9fbcc5b0bc8759d44d40a33b36c53" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "040d4b8bcc2b715e55c2c12259010504c5bf169a1502a3080e268ad0ca1a11bc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "040d4b8bcc2b715e55c2c12259010504c5bf169a1502a3080e268ad0ca1a11bc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "040d4b8bcc2b715e55c2c12259010504c5bf169a1502a3080e268ad0ca1a11bc" + sha256 cellar: :any_skip_relocation, sonoma: "00ad7b993423c6e8505ca1f02b5c883c762557a072817afa5429bd4e66e7267a" + sha256 cellar: :any_skip_relocation, ventura: "00ad7b993423c6e8505ca1f02b5c883c762557a072817afa5429bd4e66e7267a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c498a547bb200f0950495d1f7bf1466c5fce72c111ab78510e39462669274f9b" end depends_on "go" => :build From 39f6f20278aa1849399088c4ba809229efcfba9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:07:54 +0000 Subject: [PATCH 06258/10074] dnsgen: update 1.0.4_1 bottle. --- Formula/d/dnsgen.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/d/dnsgen.rb b/Formula/d/dnsgen.rb index 6e16282b2a050..b54715d720c7d 100644 --- a/Formula/d/dnsgen.rb +++ b/Formula/d/dnsgen.rb @@ -10,8 +10,7 @@ class Dnsgen < Formula head "https://github.com/AlephNullSK/dnsgen.git", branch: "master" bottle do - rebuild 3 - sha256 cellar: :any_skip_relocation, all: "0c01003d3350f795d946702e6853000f34c5436839ae5771deef6b84da57e2b6" + sha256 cellar: :any_skip_relocation, all: "eb3378e1d5287c2d53eb369225efc53f86773fc24e966f9b2444b3a06883e34f" end depends_on "certifi" From fb9b5cc0b6f88cbd784aa327bfd13b0f7faa44f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:10:57 +0000 Subject: [PATCH 06259/10074] gcc@14: update 14.3.0 bottle. --- Formula/g/gcc@14.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/g/gcc@14.rb b/Formula/g/gcc@14.rb index ef479648725f5..fd927583ad90a 100644 --- a/Formula/g/gcc@14.rb +++ b/Formula/g/gcc@14.rb @@ -14,14 +14,14 @@ class GccAT14 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "e4363ac186b44cad98495db0de0ec3f8499edd5b2424b18251509332083f3a53" - sha256 arm64_sonoma: "0df99599c52345da1c6eb01ff48f06685a9ff5c7e4f1fa09b03656651e41a283" - sha256 arm64_ventura: "664a2b57edd2570f79a43b869ee00026dd64d46c134e11b70da73b130d731069" - sha256 sequoia: "f9e2941425d2804e99073ebc51a21ebd327b4a358c0fea46ffe891258d442467" - sha256 sonoma: "ab3cfda4f5afc397e759b0b3a01effbcec592fbe4f9ca84914115881e24bf80f" - sha256 ventura: "435930e24810bdbdbdf97d03399c0b8e8b3cc001e9adf8609105d207fe857896" - sha256 cellar: :any_skip_relocation, arm64_linux: "c42d728f21fb32ff8cbb55dfe8c9c593ffde4b64d4653ffaf93ae4fa61426ccd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a96193c62812d2e768a1525197d634da787f09adca3f9001f4f4e180496646c" + sha256 arm64_sequoia: "a506cdc6f124d98860376b407ea1ccd7efc26c17599dd36e8d84fe5a8d9174d7" + sha256 arm64_sonoma: "4b1650d3a4f05e83f41ce6db9ce026330c0e27f11d36ec0728d7d5df88aec2d8" + sha256 arm64_ventura: "259e3427f528f649952d1a0ae2ee76c8d3d7b4358dc4bfeb628a3a0fb9fcfc2b" + sha256 sequoia: "9d5abc0f7730ee67b0af8fd1e8145bb9f8807e75bee08244b529892c24ac081b" + sha256 sonoma: "c7947c080206399d57ef43e32f0370e625b50f4f4aff5366173d0f18a745c703" + sha256 ventura: "40507ee533e8652fb0edc9c2e97a7bc1a9204285ce18832ac81cefcf4902dd13" + sha256 arm64_linux: "73647cea1d508c67b6b09232aa1cde8ef9a788efa684feaad53b4136da4dd7ee" + sha256 x86_64_linux: "fb94a8a1e2afd35062fbe9a577803347b078f32e72cc6528cddeccfdedceeb2b" end # The bottles are built on systems with the CLT installed, and do not work From 3a0cee8823701d2543e53c5f746a25414fe0051e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:18:13 +0000 Subject: [PATCH 06260/10074] cue: update 0.13.1 bottle. --- Formula/c/cue.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cue.rb b/Formula/c/cue.rb index 8584498dc887f..0970aadf575ba 100644 --- a/Formula/c/cue.rb +++ b/Formula/c/cue.rb @@ -7,12 +7,12 @@ class Cue < Formula head "https://github.com/cue-lang/cue.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca9b64555ac8c9f93d83ccc774115fbfbd0271fb20837f6db01518298d3c0ee3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca9b64555ac8c9f93d83ccc774115fbfbd0271fb20837f6db01518298d3c0ee3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ca9b64555ac8c9f93d83ccc774115fbfbd0271fb20837f6db01518298d3c0ee3" - sha256 cellar: :any_skip_relocation, sonoma: "4e53f7a8a0e6ca5c2db1e0939a7661d938a7b8f8d25151405b55729847b079fc" - sha256 cellar: :any_skip_relocation, ventura: "4e53f7a8a0e6ca5c2db1e0939a7661d938a7b8f8d25151405b55729847b079fc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0fa2cdbb299be876c54849082fc15caef7e340750bed44848753f06012e170a3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "013fb591722c7861abcdfaf4de06031876f581cd1259495b7155abddf7bbb44e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "013fb591722c7861abcdfaf4de06031876f581cd1259495b7155abddf7bbb44e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "013fb591722c7861abcdfaf4de06031876f581cd1259495b7155abddf7bbb44e" + sha256 cellar: :any_skip_relocation, sonoma: "f6a365c109fc0140f8df79e1a52bd28da303355f2d9413b24f8109e06138de86" + sha256 cellar: :any_skip_relocation, ventura: "f6a365c109fc0140f8df79e1a52bd28da303355f2d9413b24f8109e06138de86" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dcfde5c0d2f8b69f843dcb8d0e814be62d32439060fc09ff85742f8ddea98c32" end depends_on "go" => :build From dd5eef176c56b4c9e887c99efc34b639786fe734 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:18:20 +0000 Subject: [PATCH 06261/10074] cycode: update 3.1.0_1 bottle. --- Formula/c/cycode.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cycode.rb b/Formula/c/cycode.rb index baff515551962..5b725e90a14f7 100644 --- a/Formula/c/cycode.rb +++ b/Formula/c/cycode.rb @@ -9,13 +9,13 @@ class Cycode < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "ccdf2ac8b9cbc779478d440af41b2d68621fbc4fec8b8f6843c6ed980d4c7558" - sha256 cellar: :any, arm64_sonoma: "ca44ac6a45cf7a1f4a93a71fb386db72c187dcde171d3f5f0318bb9fba4bac40" - sha256 cellar: :any, arm64_ventura: "11ef35c19cd66c7dfedfce79899f18d8e7b90de3d72ebb2705b0edf8cf47897a" - sha256 cellar: :any, sonoma: "034dc7c513cf3e4f9311bcb2223e05ed6eda4993bd839efce74b83961ea5a958" - sha256 cellar: :any, ventura: "08d72c480d918a3e1f79eb7178ebf3aaa345aaf3d40ec2fdd178d68bdff88dc8" - sha256 cellar: :any_skip_relocation, arm64_linux: "96788e34ecc42425c2092e2da0a67d5f70aae52bf9629bb77bc358721703ff3f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b11fb900d0debb317a6e10ec4d88024fa814e53efb4959e878a3450aac826113" + sha256 cellar: :any, arm64_sequoia: "d8256c7cad464c9dcf03709ffe984ceeb49d5457e20ef83ccd360dd21ab1c328" + sha256 cellar: :any, arm64_sonoma: "120feb325d4f26cf9044be31f676df468bdc5b0315c2a1210677a3aa00b65231" + sha256 cellar: :any, arm64_ventura: "f7625b6f93d23574b55583fbcfb8f2fd50efaa92bf6cb18968f94100618e14d2" + sha256 cellar: :any, sonoma: "c38883e8a4ea5cd80e390950f6ba4ed896c24ed69290fb57aad23c29dc814cdf" + sha256 cellar: :any, ventura: "f3e700e27dd382bfa91aba28afdc319834f0a1becb557893896e04f0512f553f" + sha256 cellar: :any_skip_relocation, arm64_linux: "e3662b040eccb1c3a378c7bcda31d5468e48391cf8fafad09036dafd9744b36d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "940b0749abc389d80a83c75fb6458fd12492e25d4103742b1b7ebc75be3eb551" end depends_on "certifi" From 0727e639021518bbe4959246c3379697ad1caf09 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:20:44 +0000 Subject: [PATCH 06262/10074] detect-secrets: update 1.5.0_3 bottle. --- Formula/d/detect-secrets.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/d/detect-secrets.rb b/Formula/d/detect-secrets.rb index d5b958814102a..265b4c8060c3d 100644 --- a/Formula/d/detect-secrets.rb +++ b/Formula/d/detect-secrets.rb @@ -10,14 +10,13 @@ class DetectSecrets < Formula head "https://github.com/Yelp/detect-secrets.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "5b5b89db99cf8daec3ebf6bced7ca89d5d969a632250df778b032b95a8b96ec5" - sha256 cellar: :any, arm64_sonoma: "327b43b5b499b3f31b8f98fc286e894c73991a5b6013217fb3d84675a40af59f" - sha256 cellar: :any, arm64_ventura: "caf0ed6dc73cf8e77e27eb99a72866a73f092bd00ad44ad29cdc5ae00d8a750b" - sha256 cellar: :any, sonoma: "690c5daee0e9dfa3df77e892a5e596d886e8ee122f89cbeab904f1c9c2ea12eb" - sha256 cellar: :any, ventura: "81ed7a53fcc48523a232222c8da7109cc10ef63ea87122b0567ee496b97dbc7e" - sha256 cellar: :any_skip_relocation, arm64_linux: "fc70345c6ad57cf1aacd5fd295e2d248bbbce24d5c35b96ac3668c47f79a17da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29102c03ff1a3507bed0d32067f4f7b6523cb8198c07c890934b19fabc4cc97c" + sha256 cellar: :any, arm64_sequoia: "dfe38094256d4eac4bbc51f4494e65dd444f8a0c7e271f233273754f6e3639a3" + sha256 cellar: :any, arm64_sonoma: "7c0722116900c5364c73515fca5f21999e7f7c4f18629f0695f347ffae3a272e" + sha256 cellar: :any, arm64_ventura: "3d5bdf3ab33233207e596622876a0a134d83a58025c158a0c7a9dc4874ec3e21" + sha256 cellar: :any, sonoma: "192d4d619fa97ddec7e2d16f955962afb1814ca8b8e22d9baf487cd7deab41ab" + sha256 cellar: :any, ventura: "31bd87e1ee4becadebac76bd35a86d387fb0bb0705de7ec7e12ad304ec64da34" + sha256 cellar: :any_skip_relocation, arm64_linux: "96218f5d2fe9aefbe544c3ccf9e9b8a02c472db32322e0e20c0475f93959a313" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b80272b4ad1bb120494729bc5dd3b5dff805ec8cf2fd8803664fb929da64b44" end depends_on "certifi" From 55e151a8bdb872b34aa265bdea2bd2407df1ee59 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:29:46 +0000 Subject: [PATCH 06263/10074] docker-squash: update 1.2.2_1 bottle. --- Formula/d/docker-squash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/docker-squash.rb b/Formula/d/docker-squash.rb index 0a9b91fa589a2..f50bd5410d6a0 100644 --- a/Formula/d/docker-squash.rb +++ b/Formula/d/docker-squash.rb @@ -9,7 +9,7 @@ class DockerSquash < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, all: "d4fe0620d9ab7a6c5f55e575438c1913ea44c968ab83ca2ff427215002b33cec" + sha256 cellar: :any_skip_relocation, all: "8596d30c6281c38ee728fc5cb79e87b554d5b9b5215864e6bfaa9d12e8c2a3b5" end depends_on "certifi" From 18597468daf2edcf5fa39da3da66ad60c6c9fcb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:34:01 +0000 Subject: [PATCH 06264/10074] dagger: update 0.18.10 bottle. --- Formula/d/dagger.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dagger.rb b/Formula/d/dagger.rb index b8006f681255a..07a86f24ff6c6 100644 --- a/Formula/d/dagger.rb +++ b/Formula/d/dagger.rb @@ -12,12 +12,12 @@ class Dagger < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a91e7a8ffe7d2b9c145273c15bb1982f8db43e81d64603219c4f8484b9feab3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a91e7a8ffe7d2b9c145273c15bb1982f8db43e81d64603219c4f8484b9feab3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5a91e7a8ffe7d2b9c145273c15bb1982f8db43e81d64603219c4f8484b9feab3" - sha256 cellar: :any_skip_relocation, sonoma: "e48f6d4cfd8ab89b48534351953550090b880de0894a96b78132f79c7d4f5d8a" - sha256 cellar: :any_skip_relocation, ventura: "e48f6d4cfd8ab89b48534351953550090b880de0894a96b78132f79c7d4f5d8a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0331a87377f3bf35534768fcf8720cd1eee00aab2f0437c62cb04792f738981d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "66c7895f1bcf0eaad31d7f36e7b31b6db5763c2fcbf9c6940e0f2769e1807e3a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "66c7895f1bcf0eaad31d7f36e7b31b6db5763c2fcbf9c6940e0f2769e1807e3a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "66c7895f1bcf0eaad31d7f36e7b31b6db5763c2fcbf9c6940e0f2769e1807e3a" + sha256 cellar: :any_skip_relocation, sonoma: "f3419dc1c4d285d23b7332b15126fbef14e4177f2702f5fedefd63255e5030e4" + sha256 cellar: :any_skip_relocation, ventura: "f3419dc1c4d285d23b7332b15126fbef14e4177f2702f5fedefd63255e5030e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3018b69dc4bf84c1b92b96d926a4f56c0dcbf26bcd6d2b2dfce5d3f0dc8a4063" end depends_on "go" => :build From 88b8d491f8788ffe99fe16d40b9f81c23beabdbc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:34:02 +0000 Subject: [PATCH 06265/10074] datalad: update 1.2.0_1 bottle. --- Formula/d/datalad.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/datalad.rb b/Formula/d/datalad.rb index 04a0781f9dcb1..85c16eee92909 100644 --- a/Formula/d/datalad.rb +++ b/Formula/d/datalad.rb @@ -10,13 +10,13 @@ class Datalad < Formula head "https://github.com/datalad/datalad.git", branch: "maint" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "22ce84563f77166529b3d3be9d1840a84630a9aa18d4dcb70a85dc850b442e91" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "060028264ffd5a76b362d57dc758713b8300fb40a68c305ca4b9d7d2ab21fbcc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6480227508c8a2c87cd7f4bfd40b18164d412e32bb5f6cd95642a28a351d2c87" - sha256 cellar: :any_skip_relocation, sonoma: "2ac7357fc0af50f4145c1cd7bedf87a47b6d790134755c99ae529c95add89b76" - sha256 cellar: :any_skip_relocation, ventura: "759eb459fd06c3e3e9926d8daa67378ef07dabc7ea8feedef8310f42d84c9c5a" - sha256 cellar: :any_skip_relocation, arm64_linux: "1b631841635f51bffc60478d3fc5b187eda20a4a1eba194193d7dc88f2b884db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f0771b61b9619ca4f5328adfaeb49acf4f0200318982a2bedcce75350ef3557e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "96e2dd5da8ee88808da6908d74dc47d71c3f55a630afa3b6d353f56be02e2bbf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb4ac067b2e0450d0e597579e08883935616ffe994dfa554877dfc7e59e57311" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4d7aace15d4d388725c529a19d23fb7da993df6906ed786706068b9259716489" + sha256 cellar: :any_skip_relocation, sonoma: "7a7b12107807d052f492e4109636cc7afd3fffe956ab61fe7d50f3f5e80c9bb0" + sha256 cellar: :any_skip_relocation, ventura: "1730b1b8c6c45a9df579ff8a59768f02a72c7cd196718f585a571db2741584cf" + sha256 cellar: :any_skip_relocation, arm64_linux: "0be6f07ff3fde52e0eec76c15caa5683f937988fba6a966d0899aa84ddadceb1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3ceb4aa9fffd5ad76fd4c8d2b3989149eba10299b7e10dc4d9b43d8c0ac11483" end depends_on "certifi" From ded9d1f777d317ece5a85ae940ebc960507808b1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 6 Jun 2025 15:40:43 +0000 Subject: [PATCH 06266/10074] gcc@13 13.4.0 autobump: add gcc@13 Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/g/gcc@13.rb | 18 +++++------------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index a005fb81eac63..bd5d2cbbb08f8 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1228,6 +1228,7 @@ gauge gawk gaze gcalcli +gcc@13 gcem gci gcli diff --git a/Formula/g/gcc@13.rb b/Formula/g/gcc@13.rb index 0024121355dc3..2e1ec49515b8a 100644 --- a/Formula/g/gcc@13.rb +++ b/Formula/g/gcc@13.rb @@ -1,9 +1,9 @@ class GccAT13 < Formula desc "GNU compiler collection" homepage "https://gcc.gnu.org/" - url "https://ftp.gnu.org/gnu/gcc/gcc-13.3.0/gcc-13.3.0.tar.xz" - mirror "https://ftpmirror.gnu.org/gcc/gcc-13.3.0/gcc-13.3.0.tar.xz" - sha256 "0845e9621c9543a13f484e94584a49ffc0129970e9914624235fc1d061a0c083" + url "https://ftp.gnu.org/gnu/gcc/gcc-13.4.0/gcc-13.4.0.tar.xz" + mirror "https://ftpmirror.gnu.org/gcc/gcc-13.4.0/gcc-13.4.0.tar.xz" + sha256 "9c4ce6dbb040568fdc545588ac03c5cbc95a8dbf0c7aa490170843afb59ca8f5" license "GPL-3.0-or-later" => { with: "GCC-exception-3.1" } livecheck do @@ -47,16 +47,8 @@ class GccAT13 < Formula # Branch from the Darwin maintainer of GCC, with a few generic fixes and # Apple Silicon support, located at https://github.com/iains/gcc-13-branch patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/bda0faddfbfb392e7b9c9101056b2c5ab2500508/gcc/gcc-13.3.0.diff" - sha256 "c5e9236430ef6edbdda7de9ac70bf79e21628077a48322cec7f3f064ccfc243d" - end - - # Apply additional commits to support Xcode 16 until the next release - patch do - on_macos do - url "https://github.com/iains/gcc-13-branch/compare/fa196a8618c62428a372fb251f9fa292d4f275c2..4fdcc027fcc235805c7cc4bede6948b9a00afe1e.patch" - sha256 "c41b217f1e6dc447e208ade4c76e86d5a95a1bd9790abc28bc9c2a4f09b7eb4e" - end + url "https://raw.githubusercontent.com/Homebrew/formula-patches/8bbfd6c920e63f6ed1bf143771bfbfed0a3aaa1d/gcc/gcc-13.4.0.diff" + sha256 "60b22ae7f5f78b41e12c51d8c6e99ba933a7e124454fe8cdbff7200505167949" end def install From 09f2f89951a2a5fe4396b8e45b14cd2c2d9cdae3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:46:19 +0000 Subject: [PATCH 06267/10074] dotdrop: update 1.15.0_3 bottle. --- Formula/d/dotdrop.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dotdrop.rb b/Formula/d/dotdrop.rb index 04088df5a20cc..53e33835091a3 100644 --- a/Formula/d/dotdrop.rb +++ b/Formula/d/dotdrop.rb @@ -11,13 +11,13 @@ class Dotdrop < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "055b48473b91c2ac18fb5484cbd15d8bce400810a719069e607a0fe6c9c2e850" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b6fe938d186ff05f54febfe024ca616cddedea94f993297f19677d84686ac4c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "619906eef041a7cf804f950612b4baf06b6b0802799c44c8c2c1430045d1c929" - sha256 cellar: :any_skip_relocation, sonoma: "dd85042f2b735fd8423ff730828fb263155adc05aba7e05ce4bf30f44550c51d" - sha256 cellar: :any_skip_relocation, ventura: "bd9ceaf452864233253439560e22357772f5abfc7bbdc9bae20dd33e928f1206" - sha256 cellar: :any_skip_relocation, arm64_linux: "0075d75bed0623702f6f1ad5fb8a4e51f1e06f824e8119f787c5f54069bbd633" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2333a8e7fcd4a30fe10abc3fde345006592859e6344178a3e7342dc2bc34d699" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "08042de4c0ede1385937c384ac1dc5067625578ae65745918fb7237feca8ec16" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "71bfc7f0ccd8ed7ce1dc24505318774d419358c327fd0b0bc83fd98a3aa753d3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1dd6d5567d3c558ca5fe42d9f5e562f89988ef9049026722d13f287f2db7a9a7" + sha256 cellar: :any_skip_relocation, sonoma: "2c364ed720da7502a081e25e938b6d0302560bb5be8279a546c7ecb1de5a5657" + sha256 cellar: :any_skip_relocation, ventura: "c31b3366cdf96a7e99502a6b01a7d1605c83adcfbe7b97a773c6a2fc4b9cf133" + sha256 cellar: :any_skip_relocation, arm64_linux: "e937e2842688cbff6b5006a770b2170f1b2bcef9441a5cbe4c297dedc66ed5e2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "04313eb9e1ef4f2470c84515f97c919142e020b7799b2a8ea2ed9b61dfd3f3af" end depends_on "certifi" From 658bbf7933ba1e96aecc70ba0e762158ca364a21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:49:15 +0000 Subject: [PATCH 06268/10074] dnstwist: update 20250130_1 bottle. --- Formula/d/dnstwist.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dnstwist.rb b/Formula/d/dnstwist.rb index 072ee1d936b07..110977dd6a2a4 100644 --- a/Formula/d/dnstwist.rb +++ b/Formula/d/dnstwist.rb @@ -9,13 +9,13 @@ class Dnstwist < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "155b1759127de52b40f5d5b43ba1c4829de6542f0ad11d8124cc302aabcce6ff" - sha256 cellar: :any, arm64_sonoma: "1b28cfe782794e8b9496c6369a2cd6eeaf702a99966064b8cca278d250d64a31" - sha256 cellar: :any, arm64_ventura: "1fe7055f364955332df41950d1dc83e507d73f0e6ab185bdfbae25deb5374021" - sha256 cellar: :any, sonoma: "6bff9f746169de05da2bbcd1cbc44030e3122c5e48d1fc7e21746e4893293173" - sha256 cellar: :any, ventura: "e1cfb7957433647148b2831338d2b4b729b356f027377b857b29e713f2e5fa14" - sha256 cellar: :any_skip_relocation, arm64_linux: "dbcbe3aa4502529cb739bbc7f68de1adf48e5c3cf3ae4191fbac8e4b00078b07" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da7a5f81a7476529d05c5d55677a715454934914c5686cc7ff19c2eb0d57cea7" + sha256 cellar: :any, arm64_sequoia: "366ec0adb71ee84d67b89ce4d469f92dbba2f294b1f71f29753277a0343ac268" + sha256 cellar: :any, arm64_sonoma: "374f1f149942aebe8e890ec038fce6eda557ec6bc5b7cb4f80e8eee6a59e1c52" + sha256 cellar: :any, arm64_ventura: "bbf0f1c3f9d1807e96192517840f29949ed4425b27f9aa58cd76bf3d3dcce258" + sha256 cellar: :any, sonoma: "9f9253f3532aa49a25693021147fcfb3cfb05a9ba1eae15213de94aaa3525bde" + sha256 cellar: :any, ventura: "789e566f70252c9351cbf04916ede41eb7457a06af724c6f471e292cf71108d3" + sha256 cellar: :any_skip_relocation, arm64_linux: "31ab6f3c78135a30ee41c3e739bad5a83ad608077a430ae5925af24844798437" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a0ea91569f0cc5fa1da1ec0292e8ac946afd4cf258d56aec68a7cce4db6c2940" end depends_on "certifi" From c50bd77955c8c4ce06ebf5a13e2e5569ee6443c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:50:21 +0000 Subject: [PATCH 06269/10074] awscli 2.27.33 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index d6ea34cb0d9f0..b61410c0f14d4 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.32.tar.gz" - sha256 "871cd87e22655cbb1bec1cc31069b5a1ca521dde495b2b14b2efc8e7cd8d3ba9" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.33.tar.gz" + sha256 "7ad0675520accd0b5b1bde54b95b6d6f672714415326af8cbff2dc534b28486e" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 0ad1eb9ec4747b844e5325cbcd365d1485df27ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:52:33 +0000 Subject: [PATCH 06270/10074] cassowary 0.19.0 --- Formula/c/cassowary.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cassowary.rb b/Formula/c/cassowary.rb index 82bd1fc650a3b..38081192ce176 100644 --- a/Formula/c/cassowary.rb +++ b/Formula/c/cassowary.rb @@ -1,8 +1,8 @@ class Cassowary < Formula desc "Modern cross-platform HTTP load-testing tool written in Go" homepage "https://github.com/rogerwelin/cassowary" - url "https://github.com/rogerwelin/cassowary/archive/refs/tags/v0.18.0.tar.gz" - sha256 "28b02f314295ebdfc4577f8c06f23fc3d48ed195ddfebc95d5f42343b37b9e52" + url "https://github.com/rogerwelin/cassowary/archive/refs/tags/v0.19.0.tar.gz" + sha256 "48f573bbb2b62cd00da68be7d79a8e9b2767ec8e512d6e0a7765c7b18081129f" license "MIT" head "https://github.com/rogerwelin/cassowary.git", branch: "master" From cfcab617088c32cba57921543986bac8230651bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:54:40 +0000 Subject: [PATCH 06271/10074] dnsrobocert: update 3.26.1_1 bottle. --- Formula/d/dnsrobocert.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dnsrobocert.rb b/Formula/d/dnsrobocert.rb index c7cc696064e3c..d6d5976df628d 100644 --- a/Formula/d/dnsrobocert.rb +++ b/Formula/d/dnsrobocert.rb @@ -10,13 +10,13 @@ class Dnsrobocert < Formula head "https://github.com/adferrand/dnsrobocert.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "ee39aa184197d2415e17fceb34a124e8da3a293ee52da740c2ea55b2099609c3" - sha256 cellar: :any, arm64_sonoma: "32f8817d5c2a29cde6d7baee541db30283293368c32e2ce6d61a1f4c1c362bab" - sha256 cellar: :any, arm64_ventura: "03d3f6469d38e2223e80a940da31cfb81e0f41b7a1497329d41694d62ff24ac1" - sha256 cellar: :any, sonoma: "4ed6e50ef214f233f75901703ebca38a1640ae0a7512a02f0b46efe86789f68a" - sha256 cellar: :any, ventura: "17fe6f60e94c1c54a373c44c7fce80f8c0882aab11cadbe86db26c1455660f29" - sha256 cellar: :any_skip_relocation, arm64_linux: "f659ad93ca0aa04e02ba1b720d351d839bd3651abfacc47556e312d97031df11" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ea90acaea7dd8a2e68c03d239f47edb6bc5b7dc1879790937907a79dff115e8" + sha256 cellar: :any, arm64_sequoia: "edd941adc333a9370fd72bbae9531a3fd9f717e449f76933d3c50f2605a86c63" + sha256 cellar: :any, arm64_sonoma: "4117d83082e87e5d5c2bf40294360219b5c25cf2511377c8ef948834f6ad330a" + sha256 cellar: :any, arm64_ventura: "2fd13c9437034a0c6fbec69fd6aac6c7e10a06194db316484d7760b7e79a730a" + sha256 cellar: :any, sonoma: "7d72ed2a9200ef96216e92ea6836dfc21220b0c960e2d6b7379572a7ff4eb18f" + sha256 cellar: :any, ventura: "eb4e727d2ad2d32af8bbe9d0eb2c76ef22a8950fe7f3394b22300174e08e19d7" + sha256 cellar: :any_skip_relocation, arm64_linux: "8db4901ada08e6d61f36886e56e5e1064af584a29dc5499ef6aa3f2e7f4b0ce3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bde93313cb61d83a3636ee3a5c8b4c729b29b0ef3c3fd88bee326510bd60c9b0" end depends_on "rust" => :build From d4fc7912775755aa5eb4dbe147881905195c15da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:55:29 +0000 Subject: [PATCH 06272/10074] conda-lock 3.0.3 --- Formula/c/conda-lock.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/c/conda-lock.rb b/Formula/c/conda-lock.rb index d052c9e69cb4e..8301bb072b7a8 100644 --- a/Formula/c/conda-lock.rb +++ b/Formula/c/conda-lock.rb @@ -3,10 +3,9 @@ class CondaLock < Formula desc "Lightweight lockfile for conda environments" homepage "https://github.com/conda/conda-lock" - url "https://files.pythonhosted.org/packages/6c/80/a876bda810274e927b90c01e66ac3cc47737084514f5d5c020b4e4f5dec3/conda_lock-3.0.2.tar.gz" - sha256 "d6a668c4d7a627f6d234dc155ada292cc26e119b5b4b8f53787478d90ee1a3b2" + url "https://files.pythonhosted.org/packages/f4/f6/6fe5e9cfe57e9c12bf2a724f6fcc8775afbc164c88f35224a3714ac79518/conda_lock-3.0.3.tar.gz" + sha256 "00d0771a08414759551b6a3a1e5a2ea47bcec21736047e346da90c29124d3928" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "65009682973fe809ca72ce12c63514f8a187e2d39917160219ba835c5a47b1a9" @@ -270,11 +269,6 @@ class CondaLock < Formula sha256 "e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af" end - resource "xattr" do - url "https://files.pythonhosted.org/packages/62/bf/8b98081f9f8fd56d67b9478ff1e0f8c337cde08bcb92f0d592f0a7958983/xattr-1.1.4.tar.gz" - sha256 "b7b02ecb2270da5b7e7deaeea8f8b528c17368401c2b9d5f63e91f545b45d372" - end - resource "zstandard" do url "https://files.pythonhosted.org/packages/ed/f6/2ac0287b442160a89d726b17a9184a4c615bb5237db763791a7fd16d9df1/zstandard-0.23.0.tar.gz" sha256 "b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09" From 4fbb6a718c15bfba15856130e4dd64fc0ce877a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:55:54 +0000 Subject: [PATCH 06273/10074] corral 0.9.0 --- Formula/c/corral.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/corral.rb b/Formula/c/corral.rb index b01357c2da7f3..1913497067969 100644 --- a/Formula/c/corral.rb +++ b/Formula/c/corral.rb @@ -1,8 +1,8 @@ class Corral < Formula desc "Dependency manager for the Pony language" homepage "https://github.com/ponylang/corral" - url "https://github.com/ponylang/corral/archive/refs/tags/0.8.2.tar.gz" - sha256 "26dad1803e8d06b659e82868957ceeebc85cb359b793da0e1ad8c02e86644b21" + url "https://github.com/ponylang/corral/archive/refs/tags/0.9.0.tar.gz" + sha256 "7da78ceb96338b746e3c28ad16454d86fd30da576fa66e8489d781311fd1983b" license "BSD-2-Clause" head "https://github.com/ponylang/corral.git", branch: "main" From 8e45680efb2dfa59f35caa28d504ebd7ca5f7556 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:02:08 +0000 Subject: [PATCH 06274/10074] fetchmail 6.5.3 --- Formula/f/fetchmail.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fetchmail.rb b/Formula/f/fetchmail.rb index 391761c11fb6f..6824328713b7a 100644 --- a/Formula/f/fetchmail.rb +++ b/Formula/f/fetchmail.rb @@ -1,8 +1,8 @@ class Fetchmail < Formula desc "Client for fetching mail from POP, IMAP, ETRN or ODMR-capable servers" homepage "https://www.fetchmail.info/" - url "https://downloads.sourceforge.net/project/fetchmail/branch_6.5/fetchmail-6.5.2.tar.xz" - sha256 "8fd0477408620ae382c1d0ef83d8946a95e5be0c2e582dd4ebe55cba513a45fe" + url "https://downloads.sourceforge.net/project/fetchmail/branch_6.5/fetchmail-6.5.3.tar.xz" + sha256 "d74e893b78ef29ebef375ab7e726d2977140f8f1208f5905569395cbdae4c23d" license all_of: [ "LGPL-2.1-or-later", "ISC", From e7bef9dada89a1ae5417d97611076dab39a16669 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:02:46 +0000 Subject: [PATCH 06275/10074] flyctl 0.3.142 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 40f133a88de33..8813259e07eb7 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.141", - revision: "5eb9ab31177ec752676a54e402a78d7c47ca7368" + tag: "v0.3.142", + revision: "d62f7d0d3e2b0a20f044dac4ce6a7bfd53438772" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From 353c5eaf53309bffef4e84c78452db5f5f425815 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:07:15 +0000 Subject: [PATCH 06276/10074] gitea: update 1.24.0 bottle. --- Formula/g/gitea.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gitea.rb b/Formula/g/gitea.rb index a9e8060f3400d..42d39a4ef6784 100644 --- a/Formula/g/gitea.rb +++ b/Formula/g/gitea.rb @@ -14,12 +14,12 @@ class Gitea < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "42de7b65a4c03b105051a9d2ddb7488f315e4f671fa5161471b2b7c2cc2f1e65" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe0b05e4f4ee0c2e90390b8b23704fb9bb8f70c48e8035f6105647d6a5cad459" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4a78e870f28f58c4cc2c57cac38202b6f2604ace9993c27a8df2c42b678bec4f" - sha256 cellar: :any_skip_relocation, sonoma: "a5262e084497a1b4c679e665eb6d4ce06f8d343c96e2e65dd8af3dfdb386f50b" - sha256 cellar: :any_skip_relocation, ventura: "9264a1e0d3fd6bc2bac7dd1320253b8aba7eb18944eca6ee14aa129a41263daa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e754e10538c0c2d4432ebcae1f97781f05097463bd44f52bd61ed735c459538" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "45a60ad98b94adcf71ef8cca1d6ea4b9d9b15900f6ed4a27cc93e0509f472f29" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "405b556fa8afa05ba327cc010c91d56a8ce5ccb6317415b9b16cf030f2a62ed0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9c6fba103d82985e3b2ab5733f0b6bc9683c855ca84e95a2e6430183c88aa076" + sha256 cellar: :any_skip_relocation, sonoma: "ea83a8da4e837ec85cab91a89fd869516dc71ba81242ba83665434ffd0d8f9ca" + sha256 cellar: :any_skip_relocation, ventura: "d8fdeb1924d1d712db2facae99e327f1bff6d21f458b64f366d7102858c9271a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ce8003c392ec03e08127f84cfe2b4e83de60b1aa5fbd36b8b84efa656ab1a22c" end depends_on "go" => :build From b7a1d091ceeec095e6691045cb024232c9374dd2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:10:40 +0000 Subject: [PATCH 06277/10074] easyeda2kicad: update 0.8.0_1 bottle. --- Formula/e/easyeda2kicad.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/easyeda2kicad.rb b/Formula/e/easyeda2kicad.rb index 52a14430184cf..ca8f5feff34d3 100644 --- a/Formula/e/easyeda2kicad.rb +++ b/Formula/e/easyeda2kicad.rb @@ -12,13 +12,13 @@ class Easyeda2kicad < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "63ed5e301650da8befc358c541925387a1f08b8eff7f0ce6a6c929a305961945" - sha256 cellar: :any, arm64_sonoma: "d0014b3a6121857ab6c8bd613f394d1c18d68ec6491b20bc60834a76109936ab" - sha256 cellar: :any, arm64_ventura: "7d35b33026997cbc4fe5eab77ab2b052b22e586d8c9aaf2d886aea8d9d752c19" - sha256 cellar: :any, sonoma: "bcfd1712307952ae5734a3b388582968b872da58a1942e02998fa87b8b791518" - sha256 cellar: :any, ventura: "61ee7b4c3d3b2e8268b59b1dce11d1ed967a6a397b28198bd7a3cb3d404b12be" - sha256 cellar: :any_skip_relocation, arm64_linux: "b5ef3d53d81f86f468ca0d65f125101c836b8eb40f8f15acb275a5ab3194092c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "41b4e8ded36b17d0d72029b1df3c1275aa92e428e232f0bdccb171ef12937b21" + sha256 cellar: :any, arm64_sequoia: "b7633baccb1d349a9033a5087e89e62a46c5868867a6a0bd848771793f87a0e7" + sha256 cellar: :any, arm64_sonoma: "8b4ef42257e4e4b65b310937bf8be924d32b783f74861d8079b333191b0395a6" + sha256 cellar: :any, arm64_ventura: "04618b2f9c21f68c67e50e32c9e320964a7fbabaa87feafb44247eb8c6eb03c8" + sha256 cellar: :any, sonoma: "3be194ac4a6a38447dbaadbb45e754725170173ea435d23f94e76c1b234c37a5" + sha256 cellar: :any, ventura: "30c09fef7e23b436b8d1f9ff76fdbcbdf67aaa5a373386d202e84cb07a0b6dc3" + sha256 cellar: :any_skip_relocation, arm64_linux: "9f1bb0696e102a011ab2e77892fe7fd651890cac8ea4b3a383fbd09dca845dfc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1dca63ab329b72627e5c6d87ace9536aee6b4b940b25982f8d960948b42c9f64" end depends_on "rust" => :build From 1125bfb5445ab3863dc5fbfcf2ca8ebffad2f122 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:12:55 +0000 Subject: [PATCH 06278/10074] md2pdf 2.2.18 --- Formula/m/md2pdf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/md2pdf.rb b/Formula/m/md2pdf.rb index 48ffb12f7b43d..adc2e360c8565 100644 --- a/Formula/m/md2pdf.rb +++ b/Formula/m/md2pdf.rb @@ -1,8 +1,8 @@ class Md2pdf < Formula desc "CLI utility that generates PDF from Markdown" homepage "https://github.com/solworktech/mdtopdf" - url "https://github.com/solworktech/mdtopdf/archive/refs/tags/v2.2.17.tar.gz" - sha256 "0beb5f136a6d41b3ddfc8fed233ea96cb4d1717d67d5d7209e0982ec8f161ef2" + url "https://github.com/solworktech/mdtopdf/archive/refs/tags/v2.2.18.tar.gz" + sha256 "c231d18742d9b0618bd1feaf1f3ab8864173a838b1847d9dcba6018fe5888f10" license "MIT" head "https://github.com/solworktech/mdtopdf.git", branch: "master" From 266e6b17701ba4d7e380558a3c34f8f133eb0715 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:15:56 +0000 Subject: [PATCH 06279/10074] nushell 0.105.0 --- Formula/n/nushell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nushell.rb b/Formula/n/nushell.rb index a0ae627de681b..432f9a14c4bb3 100644 --- a/Formula/n/nushell.rb +++ b/Formula/n/nushell.rb @@ -1,8 +1,8 @@ class Nushell < Formula desc "Modern shell for the GitHub era" homepage "https://www.nushell.sh" - url "https://github.com/nushell/nushell/archive/refs/tags/0.104.1.tar.gz" - sha256 "3dafca8bf892f5a2afaac1122a88a7eb7f22a0b62ef901f550173a11d5cbdf6e" + url "https://github.com/nushell/nushell/archive/refs/tags/0.105.0.tar.gz" + sha256 "2c2f4062820602a773682c5b9189d52ddc03793bc2a5d367d88f73c604f290d3" license "MIT" head "https://github.com/nushell/nushell.git", branch: "main" From c5bd3cc21a0d5b2b19642dbfe08ef83ededee501 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:16:42 +0000 Subject: [PATCH 06280/10074] openfga 1.8.14 --- Formula/o/openfga.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openfga.rb b/Formula/o/openfga.rb index 2a7fed806549d..4c34a4398eb46 100644 --- a/Formula/o/openfga.rb +++ b/Formula/o/openfga.rb @@ -1,8 +1,8 @@ class Openfga < Formula desc "High performance and flexible authorization/permission engine" homepage "https://openfga.dev/" - url "https://github.com/openfga/openfga/archive/refs/tags/v1.8.13.tar.gz" - sha256 "5120ed422020a639cb34ce34ccef3731c5ccd543f7c2554d5d81e09ec26cc38e" + url "https://github.com/openfga/openfga/archive/refs/tags/v1.8.14.tar.gz" + sha256 "183accb11b4da65dcbce7e2a3ebeb1838dc88a5aed07fd186423907fec91a563" license "Apache-2.0" head "https://github.com/openfga/openfga.git", branch: "main" From 43f3b593c1342352de15893a96ccdae7148d7383 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:17:13 +0000 Subject: [PATCH 06281/10074] jenkins: update 2.514 bottle. --- Formula/j/jenkins.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/j/jenkins.rb b/Formula/j/jenkins.rb index 19c0bb7d82000..88f7f28ebbd93 100644 --- a/Formula/j/jenkins.rb +++ b/Formula/j/jenkins.rb @@ -11,7 +11,7 @@ class Jenkins < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "f8144fab6ffc107e72cf13cc69cb4c38f3e17d61a58f509401109c7026308bb2" + sha256 cellar: :any_skip_relocation, all: "d54fa6cd227f0ad87fbbb59cd9f82c9c114bfcce057299e87014684c5e745f10" end head do From b2f7def35bb604ae7063f32f03d8014f3640c81c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:19:30 +0000 Subject: [PATCH 06282/10074] proteinortho 6.3.6 --- Formula/p/proteinortho.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/p/proteinortho.rb b/Formula/p/proteinortho.rb index b1169cd0b6f03..7e3e7a2fbb87e 100644 --- a/Formula/p/proteinortho.rb +++ b/Formula/p/proteinortho.rb @@ -1,10 +1,9 @@ class Proteinortho < Formula desc "Detecting orthologous genes within different species" homepage "https://gitlab.com/paulklemm_PHD/proteinortho" - url "https://gitlab.com/paulklemm_PHD/proteinortho/-/archive/v6.3.5/proteinortho-v6.3.5.tar.gz" - sha256 "1b477657c44eeba304d3ec6d5179733d4c2b3857ad92dcbfe151564790328ce0" + url "https://gitlab.com/paulklemm_PHD/proteinortho/-/archive/v6.3.6/proteinortho-v6.3.6.tar.gz" + sha256 "2e41c9698bb7eaacdde242233e3a1643b429587d4b458577ecc5be2e752a2be5" license "GPL-3.0-or-later" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "fb9d08681faf0c8464fa65b131900c097876bac2c1a3c340dfaa85ad3a459702" From 9eae4370d85b6d1d801d7987117d89ee004fe2c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:21:40 +0000 Subject: [PATCH 06283/10074] repo 2.55.2 --- Formula/r/repo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/repo.rb b/Formula/r/repo.rb index 5105b988617c0..3f77d3003a246 100644 --- a/Formula/r/repo.rb +++ b/Formula/r/repo.rb @@ -4,8 +4,8 @@ class Repo < Formula desc "Repository tool for Android development" homepage "https://source.android.com/source/developing.html" url "https://gerrit.googlesource.com/git-repo.git", - tag: "v2.55.1", - revision: "0cb88a8d791486d7c9bc86b6fdfdd26f64a37006" + tag: "v2.55.2", + revision: "b262d0e4619c406a2708856ed312091d21c5bf39" license "Apache-2.0" version_scheme 1 From b6c22f1c53b9a27252fe7de09e3948d040827e72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:22:31 +0000 Subject: [PATCH 06284/10074] rover 0.33.0 --- Formula/r/rover.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index d84b131777c9f..b0f30c7e18ebe 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -1,8 +1,8 @@ class Rover < Formula desc "CLI for managing and maintaining data graphs with Apollo Studio" homepage "https://www.apollographql.com/docs/rover/" - url "https://github.com/apollographql/rover/archive/refs/tags/v0.32.1.tar.gz" - sha256 "9519cc02fa0c9bd5dcd0552db01ec8ee0698a409e4c8af721fb8d2e8654b998a" + url "https://github.com/apollographql/rover/archive/refs/tags/v0.33.0.tar.gz" + sha256 "7663a4a7d2cd3321174de935a6c722b945229f1c92418ecafce3ea52b2c8e0df" license "MIT" head "https://github.com/apollographql/rover.git", branch: "main" From 5525b8ee3005bcc0a18583aba94d0626638e1612 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:22:53 +0000 Subject: [PATCH 06285/10074] rsyncy 0.2.1 --- Formula/r/rsyncy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rsyncy.rb b/Formula/r/rsyncy.rb index 4326486eea2b3..f3a3226ec7382 100644 --- a/Formula/r/rsyncy.rb +++ b/Formula/r/rsyncy.rb @@ -3,8 +3,8 @@ class Rsyncy < Formula desc "Status/progress bar for rsync" homepage "https://github.com/laktak/rsyncy" - url "https://github.com/laktak/rsyncy/archive/refs/tags/v0.2.0-1.tar.gz" - sha256 "b2f1c0e49f63266b3a81b0c7925592a405770a3e1296040a106b503a85024b00" + url "https://github.com/laktak/rsyncy/archive/refs/tags/v0.2.1.tar.gz" + sha256 "3832f71fbdfb3fbc3d135da91864abab44f16a9e9918d46389604a463bbf840f" license "MIT" head "https://github.com/laktak/rsyncy.git", branch: "master" From da6a0e151b94bca28de7a97efc09ad4e273f4113 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:27:20 +0000 Subject: [PATCH 06286/10074] esphome: update 2025.5.2_1 bottle. --- Formula/e/esphome.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index 0aaa4767c3790..aad5b79f2d8e2 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -9,13 +9,13 @@ class Esphome < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "10f6d3a2b9fa08bacbc99c9e06b13c0729f7bded7dfe87d23d4c2f6e89add049" - sha256 cellar: :any, arm64_sonoma: "00940cc1213f43616a5a8d835596d2ef2b800326a216467ab7fb424cca7b959c" - sha256 cellar: :any, arm64_ventura: "d1c54b14339d929d9219c99b0b7178c14fa06b38c81cef2fb3bef66a39feea49" - sha256 cellar: :any, sonoma: "86c64fbd95871235d3f1a4b9c61d5e5e260f9c9af9564a17f1cd65938e1f926f" - sha256 cellar: :any, ventura: "f1a42cc6091ea2bd30b3911fe9c5dbe6d06447d2f146ae9030826bc7a6dd7c5d" - sha256 cellar: :any_skip_relocation, arm64_linux: "639f9b6d1b4a83b6a8d150a222278b01f8f9df1642b96aff0ea0735837d4405e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9977a9f0d660456e951b2d680790f9f00305b4ce9924b126b3be3927eccb7cfd" + sha256 cellar: :any, arm64_sequoia: "78663f9a7099251307b2c1766713f550d57a99413b45e32c0daee3cb2d7a2f33" + sha256 cellar: :any, arm64_sonoma: "8db91eb9d4c836e20c83d493681f35430b45483885977eaadfa56481e1276a0b" + sha256 cellar: :any, arm64_ventura: "943b81a3d9a22104f494f25898e69361da780eef06cadacdfc348aa0407c91aa" + sha256 cellar: :any, sonoma: "6d7a70904fb295980088854754890149421cb65412cffea98da9e808425df4a9" + sha256 cellar: :any, ventura: "e27b4d0d20e293d43db15086759cd112a71b7c4257a8948f5487ddbe29bddcde" + sha256 cellar: :any_skip_relocation, arm64_linux: "5afac2daade472de09aeebd36869349f2c58223a6f1f9590de9543929fe0cc26" + sha256 cellar: :any_skip_relocation, x86_64_linux: "63f8821a5ce2219cfbcb45009419bf39a66d6161a02038b8789580f39c2e20a6" end depends_on "certifi" From 7cf7ce5dd9fa552123738e18f7c9b0401a85d9fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:27:33 +0000 Subject: [PATCH 06287/10074] pint: update 0.74.0 bottle. --- Formula/p/pint.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pint.rb b/Formula/p/pint.rb index 1f2796a7b2b56..44f5a8eb3da1b 100644 --- a/Formula/p/pint.rb +++ b/Formula/p/pint.rb @@ -6,12 +6,12 @@ class Pint < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "96dd76817477cb396e8677ecae3bc1eef77a926102af6c0df90886b8ae83e156" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "29676dab7ee25a6fb45f376cdf2ede1f82926cb4d22225bf880ce83761ef5bde" - sha256 cellar: :any_skip_relocation, arm64_ventura: "382fb3a948c08a9aae51b562f9c3d7effdd9ba0eac2de15481fc15860757dac0" - sha256 cellar: :any_skip_relocation, sonoma: "3010f7d2e734839d15be0b4e113f4e4e17b74d5c7dd144dd5a448e11f5dcb22a" - sha256 cellar: :any_skip_relocation, ventura: "e32b2c1c8c588ddf33dcdfc0bfdc04801a1e814305b56b684d1efab55d67af61" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd6109cebebda26ffc63d5d63acbdf9b34c9ccdce168bdd8d1839d60aed253a5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d839130299b95376747cb825e4c70da7394cb80f60d52b027feb04245df880fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b3a8a85046b8af5354e0a2531e4c26afd96cf03702c5c32f5a066cac4e507a0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "08088219645a6772be71bd03960f6231a57ba379490007fbd666895e08e006bb" + sha256 cellar: :any_skip_relocation, sonoma: "24d95494349eac3444b98468b8eb173c99670b2139d64a3416ef28273727fd36" + sha256 cellar: :any_skip_relocation, ventura: "6188c43f21fbfaec5616248981629607900ab6e46cf1bd31480cd3ff3d374609" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f1dd5aaea5c6f710b6b75e50655d7089639cfb49fa8b08057f0aed62211320b3" end depends_on "go" => :build From eee60db32ae6f87887542e543ee8307bf2fa09a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:29:38 +0000 Subject: [PATCH 06288/10074] vim 9.1.1450 --- Formula/v/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vim.rb b/Formula/v/vim.rb index 0178ca6c3777d..681c02d0f9d06 100644 --- a/Formula/v/vim.rb +++ b/Formula/v/vim.rb @@ -2,8 +2,8 @@ class Vim < Formula desc "Vi 'workalike' with many additional features" homepage "https://www.vim.org/" # vim should only be updated every 50 releases on multiples of 50 - url "https://github.com/vim/vim/archive/refs/tags/v9.1.1400.tar.gz" - sha256 "5033f7b71df9f9b286d5df0c8e557f57f5a2d2661818a6f06628a6f71bbd11d0" + url "https://github.com/vim/vim/archive/refs/tags/v9.1.1450.tar.gz" + sha256 "9d7da37891a07b089ecd0193883ca78898c41832036c10b83695071800e3a15f" license "Vim" head "https://github.com/vim/vim.git", branch: "master" From b5a967792507bf33badf8a263e2af7b92098ef61 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:30:26 +0000 Subject: [PATCH 06289/10074] wasm-tools 1.234.0 --- Formula/w/wasm-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index 91474fff45a44..88eefc7a6bd85 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -1,8 +1,8 @@ class WasmTools < Formula desc "Low level tooling for WebAssembly in Rust" homepage "https://github.com/bytecodealliance/wasm-tools" - url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.233.0.tar.gz" - sha256 "4bc9ebd2f915193e40556d087670cf3555ee13fa98afc78d731428e1ed664707" + url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.234.0.tar.gz" + sha256 "9d9d92952985c3b25163aec24e998e9423bd0c207597163c03728f7de3de6b12" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/bytecodealliance/wasm-tools.git", branch: "main" From 5cd399c7bf0e259dbc276a0a49f929f798b6d178 Mon Sep 17 00:00:00 2001 From: John Martin Date: Tue, 10 Jun 2025 13:33:05 -0700 Subject: [PATCH 06290/10074] sui 1.50.1 Created by https://github.com/mislav/bump-homebrew-formula-action From release: https://github.com/MystenLabs/sui/actions/runs/15567800834 --- Formula/s/sui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sui.rb b/Formula/s/sui.rb index e2119d51df0fc..f140f7905a4a0 100644 --- a/Formula/s/sui.rb +++ b/Formula/s/sui.rb @@ -1,8 +1,8 @@ class Sui < Formula desc "Next-generation smart contract platform powered by the Move programming language" homepage "https://sui.io" - url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.49.2.tar.gz" - sha256 "2b975f9dfba9c13ebc5403b45913ab95a053c41e791e0c7a1bd1008bb7defab4" + url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.50.1.tar.gz" + sha256 "c1447436f307fa90f7e1ed73f009c2bbb2a303dd39e58d5d4ae4713f0a2635ea" license "Apache-2.0" livecheck do From 4c2964831a5d1c0c65a597ccf1dfb0b456ba0f3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:33:36 +0000 Subject: [PATCH 06291/10074] dstack: update 0.19.12_1 bottle. --- Formula/d/dstack.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index cd97f7d368fa0..77121faa8c212 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -9,13 +9,13 @@ class Dstack < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "36e1f1f64941bafae6bea64d5b5bba277de421487c27c272daba34d01c67ab79" - sha256 cellar: :any, arm64_sonoma: "33ab34a617fb70eebfe8c7f1736cb4b385f2b9b30d91cde1b598163d8ebb04c7" - sha256 cellar: :any, arm64_ventura: "14b76f600f72c9053f62581250adb91d0c38986d29bf1ca79efb2bfde9666361" - sha256 cellar: :any, sonoma: "c1a8f3a11128d7ab541d715d1840055a04185eff428a69eb361397ba26147a5e" - sha256 cellar: :any, ventura: "756d1dfd5a122c638ec0e1697a28ffa39b18da4c3a4fba64d43fff69bb2d2033" - sha256 cellar: :any_skip_relocation, arm64_linux: "fe79cbcff425a3693eed759de42a32839a38ec9f93672c9d1802e9e76e8ba106" - sha256 cellar: :any_skip_relocation, x86_64_linux: "df9d5313c8b5f75c5e1f8239f562564e132be3826789db5bfb384870ac5979d2" + sha256 cellar: :any, arm64_sequoia: "70a1102ddb4dc1bb124c05a8f8d32c391b866ffd7537fce294c800d2d59446d6" + sha256 cellar: :any, arm64_sonoma: "bc0bb1da29423cd1fd00b97d089e3d3332987bc0db27fcc40e73caab0b63f30a" + sha256 cellar: :any, arm64_ventura: "7a804581fe8ddef10d611e0012637a200ed88c26733fcc39727c9c2de7edbab4" + sha256 cellar: :any, sonoma: "8833ed6616316b224dd67dca5712bc49a062cbf764b1b90a0abf38052cb824fb" + sha256 cellar: :any, ventura: "674222eb1aa8182d522f0c75e0258916cb31b5977c3a31c5f5e7509d392d2365" + sha256 cellar: :any_skip_relocation, arm64_linux: "e9f6a42c90b1b134943564d8874b9ca3b824d23bad0b5782276a2c722fa237c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d154dcb80618f491626bf0f7626e7bcbf00d618327304c8709c65ca9022fffa" end # `pkgconf` and `rust` are for bcrypt. From 97059729e41653d090a82968f03867eaf9848db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 10 Jun 2025 22:39:07 +0200 Subject: [PATCH 06292/10074] ruby-build 20250610 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/r/ruby-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruby-build.rb b/Formula/r/ruby-build.rb index 8e7305f36401d..b835999ce7477 100644 --- a/Formula/r/ruby-build.rb +++ b/Formula/r/ruby-build.rb @@ -1,8 +1,8 @@ class RubyBuild < Formula desc "Install various Ruby versions and implementations" homepage "https://rbenv.org/man/ruby-build.1" - url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250529.1.tar.gz" - sha256 "8b3b2198ec436ac8dfc761cbafd58e00d73f44b357d0ac134ee35ec3ed3ea3fd" + url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250610.tar.gz" + sha256 "4f826176027d30c8ddb35b73970f92caa14ea1e4ea7352dc573f3c372e1e5c13" license "MIT" head "https://github.com/rbenv/ruby-build.git", branch: "master" From 6a675b6a439899d5f979921b66a2e1afaa9bf7fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:39:48 +0000 Subject: [PATCH 06293/10074] terragrunt: update 0.81.3 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 798d6d80edd4f..82eb680d91ac9 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd5fff3d091dbe3448567331879465cb461bf6fcef7788607b6b084dd7bc967a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd5fff3d091dbe3448567331879465cb461bf6fcef7788607b6b084dd7bc967a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dd5fff3d091dbe3448567331879465cb461bf6fcef7788607b6b084dd7bc967a" - sha256 cellar: :any_skip_relocation, sonoma: "a99a1eacd600c6d85196b91e3d85694e235ea6ca0a74269f83b14b599baa26ea" - sha256 cellar: :any_skip_relocation, ventura: "a99a1eacd600c6d85196b91e3d85694e235ea6ca0a74269f83b14b599baa26ea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1d6e04a6829de25cc3212a3c3082d36eaa9082c99d54d6f46d0f7dbb131f5cc5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "66208b8c713d48f42cbcdb460dc89946b049db5810ede768fd90018f1c95e92e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "66208b8c713d48f42cbcdb460dc89946b049db5810ede768fd90018f1c95e92e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "66208b8c713d48f42cbcdb460dc89946b049db5810ede768fd90018f1c95e92e" + sha256 cellar: :any_skip_relocation, sonoma: "fe17f8465a8a63af0188863a099e690bf4d340744fca17f04f7bfef24037e912" + sha256 cellar: :any_skip_relocation, ventura: "fe17f8465a8a63af0188863a099e690bf4d340744fca17f04f7bfef24037e912" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7e6ceb9fe10b2d5bdbaa33856ce99ba1f7200aaadbdd61c11e81d145e8b6dd7c" end depends_on "go" => :build From 5c05b6db81ce1c7cc3053565eb443a265db46617 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:49:01 +0000 Subject: [PATCH 06294/10074] typeshare: update 1.13.3 bottle. --- Formula/t/typeshare.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/typeshare.rb b/Formula/t/typeshare.rb index 03fffed308c39..8a323ab90b771 100644 --- a/Formula/t/typeshare.rb +++ b/Formula/t/typeshare.rb @@ -12,13 +12,13 @@ class Typeshare < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d04400d66c5bcbcd1babe6a500563294a0f6e5b79100be34d0b0465db7e43bae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a6691da6e2e6761fb371fda9b4a50e68c8e362673c7fd5d2664f23d40ec88cd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "90457cbc2f02a61fea512d6e96668a7c8a877703f0ebc28db6d5a214fa6502cc" - sha256 cellar: :any_skip_relocation, sonoma: "20df350c85f38fc2831d1a281abeefc30c776558382ea7c988b818083cf5d320" - sha256 cellar: :any_skip_relocation, ventura: "e7e101d9845a1d5c1f1d2f0c7f0cf077e595d4842c6732c3b1d2b2d3407da682" - sha256 cellar: :any_skip_relocation, arm64_linux: "422313eeb267b2d53a60a403209086284de28ecb0dd1d9a248a7ea1f3f8fec42" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fefade27a0676ef950b1fb79c5a4b13929b637656a7c95c5b3eb70baa94bc080" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a815a340d00c9d99b90f83421907b1c07dab78947d6c8d7c5d6a7f3a6c459aca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fcbddc02d23fcf0d89e4acec4ee07417ad9636ad522dcd8c2bd1a5f8c88a3618" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8033f7eaa3404fbfeef3759e82b6d683e82a87f1f1bbec306ef8d3d2a6cc8929" + sha256 cellar: :any_skip_relocation, sonoma: "afc917dd47c64d42b99fdcbba61b63fb75699a2daaa1f58026fd08631e24a00c" + sha256 cellar: :any_skip_relocation, ventura: "048e626aed9871628b7ba678979bbe2408f571d26ab66446c36593054e43d3ed" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a319a9bd392fc23241734a3b6f1cc7c40bbc50b39fad724c20e9fe427c805c7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1cff89a63dc6bcdc331facca557f0f641dec53235b0dba99f8d65abdaf35b311" end depends_on "rust" => :build From 37479fe62e98d5d0b8b815d2adbe52c3f57616cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:51:06 +0000 Subject: [PATCH 06295/10074] virtctl: update 1.5.2 bottle. --- Formula/v/virtctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/virtctl.rb b/Formula/v/virtctl.rb index 18c7a61913472..e853a8cea0c76 100644 --- a/Formula/v/virtctl.rb +++ b/Formula/v/virtctl.rb @@ -15,12 +15,12 @@ class Virtctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc4a56033d0adccf05a78db34b863fb7156c8f5024b585a31e8e8da93f3ceaba" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc4a56033d0adccf05a78db34b863fb7156c8f5024b585a31e8e8da93f3ceaba" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dc4a56033d0adccf05a78db34b863fb7156c8f5024b585a31e8e8da93f3ceaba" - sha256 cellar: :any_skip_relocation, sonoma: "a5eb0c28d110befc9a5f228390b5bafbe20f469c3df5968be98a8a89aa9894f0" - sha256 cellar: :any_skip_relocation, ventura: "a5eb0c28d110befc9a5f228390b5bafbe20f469c3df5968be98a8a89aa9894f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5010b9ecdeea1508663b2b8e7c6e995785a56d6db2874960c444863965d7411c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b898c25477b18a8366c79e47d01e47251b9b6fed49ef022be056d2e5d5adeee9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b898c25477b18a8366c79e47d01e47251b9b6fed49ef022be056d2e5d5adeee9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b898c25477b18a8366c79e47d01e47251b9b6fed49ef022be056d2e5d5adeee9" + sha256 cellar: :any_skip_relocation, sonoma: "0584ab52cd755069b32cf65ab162a6de2f56b32933d157aa0a754cbdb96d1751" + sha256 cellar: :any_skip_relocation, ventura: "0584ab52cd755069b32cf65ab162a6de2f56b32933d157aa0a754cbdb96d1751" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a28560be7e31eadc605f25f34777462c146981fa41004dab1f02b6370a440765" end depends_on "go" => :build From 7ffc213f48945456ff2badd244bb971129e663c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:54:03 +0000 Subject: [PATCH 06296/10074] manticoresearch: update 10.1.2 bottle. --- Formula/m/manticoresearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index c6e8d07c9e745..c2526e2300623 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -19,13 +19,13 @@ class Manticoresearch < Formula end bottle do - sha256 arm64_sequoia: "e4b58980960f3f050c8f4c3f0052a88dbb4622d02fbf82a6d63c0ff00b9a1aac" - sha256 arm64_sonoma: "4b25428e4526136aea09956d2e5d671496ff1a6cc1d65a89ff66b6172d992139" - sha256 arm64_ventura: "0e28cfedf828bff9dc5918e18e04fea35ef8ad7e1ecd2f258e4ddaaca446759a" - sha256 sonoma: "919dc14ad87e0911fb3aeb38d3405b5f4ec033bf9c4cb01c92ec40e78d68aa74" - sha256 ventura: "ecef5f8b957f82705b061d0ddebe378850c8767228207f87dc021eca19515289" - sha256 arm64_linux: "0a859e32a6d3804f52b58980ffc8cc7df4acf35f92f08536c52196da6c41612a" - sha256 x86_64_linux: "6240551a3940305104c1999752f18e08c4eab300e9b9853774d2210c14ff76ba" + sha256 arm64_sequoia: "13cc7f6aaf4e947199337e6f10cc423d438393486e3874078d8493e3e9bb5c48" + sha256 arm64_sonoma: "4e84a9f59d6b8929f461327f2344d63fe1abe572c584e1242a70d55ac0209a08" + sha256 arm64_ventura: "98dd76e4d3bae796831e17615b457de25b608fe5dec102152d4cfa3afb2e490e" + sha256 sonoma: "96ada2864c7ffb1fdd33126ab651a11255531079c4d18f877ef03b99b52bb68c" + sha256 ventura: "8f0ad332ccae631b661ed1f51c1b5c9a94a84a761755be0db9c258bdbd28ff08" + sha256 arm64_linux: "e10d3910ec3dd365325878adf68ef26634cf9ce8edcf642d3096e39d68421d8f" + sha256 x86_64_linux: "2fe85f3c4c8a7b7cc2b2f7126afb060d6c2525dd21c9cd05949fd582e350e18f" end depends_on "cmake" => :build From ddbd8860b96eae9a491d6e80ce97312abe5f646f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:06:18 +0000 Subject: [PATCH 06297/10074] conan@1: update 1.66.0_3 bottle. --- Formula/c/conan@1.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/conan@1.rb b/Formula/c/conan@1.rb index b0bbb9f8f3c66..9e6579342c35c 100644 --- a/Formula/c/conan@1.rb +++ b/Formula/c/conan@1.rb @@ -14,13 +14,13 @@ class ConanAT1 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b550d63c8a731b03e9ded55a90cdb8a6c0dee1e84bc6f82df11f4318975e8dfb" - sha256 cellar: :any, arm64_sonoma: "744d332a12938a5e6a7b2e9ec0163adcac70aaeb48b05e298c2d7d40396e515f" - sha256 cellar: :any, arm64_ventura: "c0e3bebe2b64cfafa39b897f3f858773496cde17c122e50fae5771a4403bb178" - sha256 cellar: :any, sonoma: "54186e3faa06a1c8525e5c12d37450f1a4798c730990c0d48ae3996bc8279c92" - sha256 cellar: :any, ventura: "1bb4a1ab47745f261a55d36abf00dacaae56b66eee6d452eda85df73c23c9974" - sha256 cellar: :any_skip_relocation, arm64_linux: "0c3f6a9c11a9d08c7390e3a1ecedc2163bc431fae386ef403330d7ee3e339416" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d19d6f99603230aad74317f750f7902f88b88c679cd9455fba8734aac3eeaff2" + sha256 cellar: :any, arm64_sequoia: "7dcfb73f071f82c9a5a5a2c081b54030c8c7aa87f11293897d499400972a9b78" + sha256 cellar: :any, arm64_sonoma: "22c8bfd4738a91ec58429ca930af4d1cdcb2c2e13f4b3759e1c0fa576502f392" + sha256 cellar: :any, arm64_ventura: "e1d35af5f0d27ff9afbc35cf1c81373919968f71928bd78c6ec249d165b7f3ad" + sha256 cellar: :any, sonoma: "583dee8e43b2560874eea8d5d9b55ad6c557b802763d457a9682e03234d669f6" + sha256 cellar: :any, ventura: "8660e16c3f77b91771d8f5568b8fa7adf05c6867dfb097e322c51f95a087e0cb" + sha256 cellar: :any_skip_relocation, arm64_linux: "6adb3426b67add70f591333351e37feed8d4afed2d8c85b1872c4b980f8a483b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e88aafef9632abd643dd8e617093529b01fddffcf6a8e57f867f59d07f684930" end keg_only :versioned_formula From 4b9f43b1fd19767f6df006f796395527876f8f16 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:32:36 +0000 Subject: [PATCH 06298/10074] dvc: update 3.60.0_1 bottle. --- Formula/d/dvc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dvc.rb b/Formula/d/dvc.rb index c3da94184fa66..375bc33b78d08 100644 --- a/Formula/d/dvc.rb +++ b/Formula/d/dvc.rb @@ -9,13 +9,13 @@ class Dvc < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "c1a1d59d921934b43bf9d6fabdbceea2836ed220011872d77b5bf33ec3acfda4" - sha256 cellar: :any, arm64_sonoma: "f7e862d21a7b5537ac6e64aaf5a03dca9f3185366474045c9288b9b0f47792cb" - sha256 cellar: :any, arm64_ventura: "f343e08d34e25fd8620c6ef1134325beba78f8e7a16b88a39dbc85596856e5ea" - sha256 cellar: :any, sonoma: "e1a3b3ba433a94916f8e2965d8ddb56081d403f79586f246918d299a0371426d" - sha256 cellar: :any, ventura: "43587a3fd15cb1cfa26c21632eaa2a4219b08eb9abba324d231743f3ab978339" - sha256 cellar: :any_skip_relocation, arm64_linux: "4afaedc393d5267770345bbd308ecb4a8f3fe59417b49e1604b8b20bbceaa43e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f833eb6139cd9a6301a6e5cd7b6dd5da9c6d8fa4fdf176d7a8185876ee8c9ec7" + sha256 cellar: :any, arm64_sequoia: "6c3a46439ea572c12876d49eedc6ecc383ce81ba0a4b0369aeeb3fe039888dde" + sha256 cellar: :any, arm64_sonoma: "a23ecaec7d010f377f635d8125b077e154ead4e6355584711d94c4069d4f9523" + sha256 cellar: :any, arm64_ventura: "9a34f7e84c702dcb4944ec4d91163d61cd45819efcbe15621c6a4d13cafc720c" + sha256 cellar: :any, sonoma: "ca09fa0e7bd4d0267ed992ce0837d8905497084443961238caaacc7b308d2f00" + sha256 cellar: :any, ventura: "34421b301d9c8346f9239dd635ea936b9aec9a6df854a61c6d99258a00712e75" + sha256 cellar: :any_skip_relocation, arm64_linux: "99805f171264d8d4efea9f890240efc284bf8189a2cfd63b9475b3fe753a9368" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b18ad5f957ecee80a834f7f51e2ffdb9585b4ad1baa4d7bdd2b5c44ffac953bb" end depends_on "cmake" => :build # for pyarrow From 46133a3ad5c3d27c31268c7e8ea0fbd1afb5e7c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:34:29 +0000 Subject: [PATCH 06299/10074] enex2notion: update 0.3.1_12 bottle. --- Formula/e/enex2notion.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/enex2notion.rb b/Formula/e/enex2notion.rb index fc1f5495037c1..7e64dc85e5629 100644 --- a/Formula/e/enex2notion.rb +++ b/Formula/e/enex2notion.rb @@ -11,13 +11,13 @@ class Enex2notion < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1036ffce6c0ebdb81569abeb64f6a583cbe884b59d388d7eb3c4ff461e243d7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "227a54c02debc4bf89c84f92edead0ad87981de179a4a34383f6eb05d6a24d75" - sha256 cellar: :any_skip_relocation, arm64_ventura: "682c4d4cc5a2efb3dd5ad50b3cadca10765c9625959e5f8a0e1292f11dbd86a0" - sha256 cellar: :any_skip_relocation, sonoma: "1f4d2e88b55e5d21b9ba5d153293bc024d2d50a12ec0089d42c40a6dbe35ffdc" - sha256 cellar: :any_skip_relocation, ventura: "f3a215fa05298db89b3e31aee8def51ee33ff7325d2b70aa9c4bcc01a2c314df" - sha256 cellar: :any_skip_relocation, arm64_linux: "b15dffa9e9bd24e8bdfcd4f69e78f706d766fad635ca8dd0c5e67acebb7f749b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9b1f04b627e7d051ecf15cf7f87e15878e4bcf5355af89c48667029a1d712bb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eda6f72227a63f019da0f86b2457f6b28dde7bb742cdd935cd92e8558f6a7816" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3db8e5a90b0cafbd60ddcbd49e92db335313aebc4d7ee80e74ed09fa789f4426" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3c4644b2590b8615fe6cccf2cea791363dc5a8e4fe3aeaf05d6198aa1037583f" + sha256 cellar: :any_skip_relocation, sonoma: "271223bd5e902e6b2fac79c0481e42f19323773d6d74ee3768bba51687c56a6f" + sha256 cellar: :any_skip_relocation, ventura: "96d410591e183f9c4f6004520773d2d6fefbe058fcd783070e3bf82bdf2a8f82" + sha256 cellar: :any_skip_relocation, arm64_linux: "c3b6076e61c285f35c553d8c1b250a843453e63044be17c4a0200883add608c8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a0dd40b4f50d82fb395982611a2751493f13df5fe17afabf677898d10dcde4a5" end depends_on "certifi" From f4a081ed2b042cdef0c5922fa5f71a8ab41696e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:36:37 +0000 Subject: [PATCH 06300/10074] huggingface-cli: update 0.32.5 bottle. --- Formula/h/huggingface-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index d24faa2d2777c..5e303bc072800 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -8,12 +8,12 @@ class HuggingfaceCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "ef880be0e2e28ef1718288afd5679d905e82f1ea7f38597e8c294b235ba828cc" - sha256 cellar: :any, arm64_sonoma: "8ba3fb949a8481a399bea83f529064148e15055098aaf1917eabf15042fa6f87" - sha256 cellar: :any, arm64_ventura: "06c1964cf9843a3fcb85b7d9627f3e447559290ffd387469edd9f0ed5573f3e2" - sha256 cellar: :any, sonoma: "ae5215b9375fe211e459c6b375f20bfa044b34cdb82b534fe502d54540fdb8b7" - sha256 cellar: :any, ventura: "89e0046022590e8c33a91c486bd359a38f960237c86a2a1da75837f96323865e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e2a8d13fc0b9c55ad0205f641434fff83b5251993c0e3e72058edb5ef39d502" + sha256 cellar: :any, arm64_sequoia: "f6f27630c7ca94045cc6c0e8cf79d3958b628bd32ba99d03850eb348171acff2" + sha256 cellar: :any, arm64_sonoma: "0e4c4e7a2fd4eb93628f360c5c487ec6f8b8d3fee050ed7c84368261a0d229f6" + sha256 cellar: :any, arm64_ventura: "6f4c10c3ebcda0c5a501ff08b6650cc078841a13aec14c9ea142598a683d57a2" + sha256 cellar: :any, sonoma: "5fac29bd42587234ac3e727a21901f2ea60b772258e1849963d596efce86fa3d" + sha256 cellar: :any, ventura: "6db0273f3f9df43c22bfad1286aa5f59537cccb5fb19f1b17374f8c8c74d05bd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "636725c8dca4ee965a497fb0a5812b3a0aeab6c7f85172cb68382866c7b05324" end depends_on "maturin" => :build # for `hf-xet` From cdcd2c70ca189b36520ba340e80d7c1cb5cb1abe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:55:24 +0000 Subject: [PATCH 06301/10074] md2pdf: update 2.2.18 bottle. --- Formula/m/md2pdf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/md2pdf.rb b/Formula/m/md2pdf.rb index adc2e360c8565..969ee42e63022 100644 --- a/Formula/m/md2pdf.rb +++ b/Formula/m/md2pdf.rb @@ -7,12 +7,12 @@ class Md2pdf < Formula head "https://github.com/solworktech/mdtopdf.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff52784e2e724ac33d5ffa5b850a2afc618eda444b17dd08e488ea0df2cd515d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff52784e2e724ac33d5ffa5b850a2afc618eda444b17dd08e488ea0df2cd515d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ff52784e2e724ac33d5ffa5b850a2afc618eda444b17dd08e488ea0df2cd515d" - sha256 cellar: :any_skip_relocation, sonoma: "274fe07a1fa7b5d769609d585614dc9b74d45ebe3b721738c97751c06475861f" - sha256 cellar: :any_skip_relocation, ventura: "274fe07a1fa7b5d769609d585614dc9b74d45ebe3b721738c97751c06475861f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d45567c571274052dc83e71fc228686f9493ceaf28892593b77105dca3d0b932" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3f31a7fd7fc59f484e62023b815331c624d0caac12e8573e3dce5a72a53d9f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3f31a7fd7fc59f484e62023b815331c624d0caac12e8573e3dce5a72a53d9f7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a3f31a7fd7fc59f484e62023b815331c624d0caac12e8573e3dce5a72a53d9f7" + sha256 cellar: :any_skip_relocation, sonoma: "1067ffc7b46773d8b98334e7ce11bc5e654f06ec4d891e545856191d5d0ca597" + sha256 cellar: :any_skip_relocation, ventura: "1067ffc7b46773d8b98334e7ce11bc5e654f06ec4d891e545856191d5d0ca597" + sha256 cellar: :any_skip_relocation, x86_64_linux: "210dde51799b9cd2fa6037e4f1be39042346be5ea96a1a4cceef8bfb8df00180" end depends_on "go" => :build From d2bcb92b12362d589bfeeca31ebc7ec660fc2910 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:08:12 -0500 Subject: [PATCH 06302/10074] mesheryctl 0.8.102 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 5b63130f0d5fa..08423949b8876 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.100", - revision: "8b63a09f63d673fb8c448a9c888ca68fb5557ed7" + tag: "v0.8.102", + revision: "dc85e0fdd53d65bf98cd3c0e4f61b2acb0f65087" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 9eb0c79bace5bc9b7eeb3710d7bc2b54484f6235 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:23:39 +0000 Subject: [PATCH 06303/10074] repo: update 2.55.2 bottle. --- Formula/r/repo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/repo.rb b/Formula/r/repo.rb index 3f77d3003a246..9d62ff6127de3 100644 --- a/Formula/r/repo.rb +++ b/Formula/r/repo.rb @@ -10,7 +10,7 @@ class Repo < Formula version_scheme 1 bottle do - sha256 cellar: :any_skip_relocation, all: "519723ca8165bece9b5845e6db96debac214c422493945bba470fae22be0fb06" + sha256 cellar: :any_skip_relocation, all: "8073b29a0baaa89f40844d09ded4947639cc1c522ba230e9ce11b6f5b16d6d95" end uses_from_macos "python" From 0de8f88126ab3f1e97979ff740af3a1132f26c6a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:23:47 +0000 Subject: [PATCH 06304/10074] openfga: update 1.8.14 bottle. --- Formula/o/openfga.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/openfga.rb b/Formula/o/openfga.rb index 4c34a4398eb46..bfadbf4b2e8d9 100644 --- a/Formula/o/openfga.rb +++ b/Formula/o/openfga.rb @@ -7,12 +7,12 @@ class Openfga < Formula head "https://github.com/openfga/openfga.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "34d9128afe1d498354682caaaf906d6346146cc25c4ff9e72c9cacb3406a506f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a4e7435f39fbeefbf7b824810e0533465b58a9513f5cc0d9a140c58cb6b4456" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3ce7b84c64a691edc3f93ced3c5aceabeb63d75164f58542aa219df0a0b98898" - sha256 cellar: :any_skip_relocation, sonoma: "ea391b0e4e3584c8dc29c6633e27e4b158473b472f3017c8c82ed4822bd8d0ff" - sha256 cellar: :any_skip_relocation, ventura: "6344ebfa581b0fc379071f2e1d7199552e82c6abe96dfaa155aaab6576a7507e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aa23287d30be7b64e73603d3666d035eaf7dad6c5e5560083855258036cd7475" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "caa329db9b0efd280f3f3f2fee81a664265d27deb10bc76327b71f690fea9749" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "366b775fec82d802f94ae1945edd7e22542c03a41985a6e6f71716a9365d24eb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f59cdee3a7d8e0b72f95d8427acb6fd31a6b2cc739a4c781ac395aa6469ecb80" + sha256 cellar: :any_skip_relocation, sonoma: "9f026a198edf09d95bb0add4f7ae6074e4a3c6f3e1949280b19f182ad15ab0c1" + sha256 cellar: :any_skip_relocation, ventura: "114669bbec43e1bd47bd9fad4e93d1d366f955f68f9f9bcb662a32bb594b7780" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fdeda5455d8a1503858ffdd2ada3f91f168d12fcf18f1f359f7a896ed1101764" end depends_on "go" => :build From c3aa6c45c5c1d0589a47436f05a876de75ae3fb1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:23:53 +0000 Subject: [PATCH 06305/10074] corral: update 0.9.0 bottle. --- Formula/c/corral.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/corral.rb b/Formula/c/corral.rb index 1913497067969..3eae2724a3d31 100644 --- a/Formula/c/corral.rb +++ b/Formula/c/corral.rb @@ -7,13 +7,13 @@ class Corral < Formula head "https://github.com/ponylang/corral.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "29bf46a9f879d765f5b4934d1225e7e3628d89eeeb861e4249db13d68394ed91" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5f379d1abe1f5149675a4146d4e0fd296082ef236f53732a614e006bed00fe0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1fa374827a91062063dd2671364f343f8a9600ec097b016696947e1f1f223db1" - sha256 cellar: :any_skip_relocation, sonoma: "d3c9f703f83af5aae58955158e41a06ec7f278c88835788c5284dc83ea128375" - sha256 cellar: :any_skip_relocation, ventura: "22d42569b1948244d62de3e221aa049b32b158bb13caa8f89668b832cce137e1" - sha256 cellar: :any_skip_relocation, arm64_linux: "1ca8261be3429b294cc647a29ad984237eb955d01578608272c9c80166c1afee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9cd3c31d9a1fd5c3f13c667eb4ebcfe21ff5a5f60ab51fcf692b0d69ec340823" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ca70a8407b60091e292c9e4a4a87eb6e99223b2a77a3d4eacdbc266b3c6e68f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b72cbd12bb1ab538b5a248447a80f347c32f27b080e0c319a6f2e085ac090be8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "419d53d57549fbe043f3d2b6cfd5218bfaa5cd90f68f9008ed5fcacfee7ae894" + sha256 cellar: :any_skip_relocation, sonoma: "302e3e94dbda399084f2bfc722c5599c9e1cb33b25008a5c25cc3d4229975b5e" + sha256 cellar: :any_skip_relocation, ventura: "9574ca600bd03323add5967beaf3d5725b0cb56f5d7f63dc631ef0e140e0cadf" + sha256 cellar: :any_skip_relocation, arm64_linux: "6974ea725f2dceb7d0a07970485b9c4adc614950541c4be3be9b3631f8ef4dbd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6f801892caef51faa6d39a3efd96262d11469b3a44216253e7238b70149826f" end depends_on "ponyc" From bb821033e8b0005301ccead1df6e13a61095ee3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:23:53 +0000 Subject: [PATCH 06306/10074] flyctl: update 0.3.142 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 8813259e07eb7..ddbedc1254d68 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d743f7df4f2bf562fc62a452e38ad2cc9b7ebc8e37f12a59666ee46ee5058358" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d743f7df4f2bf562fc62a452e38ad2cc9b7ebc8e37f12a59666ee46ee5058358" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d743f7df4f2bf562fc62a452e38ad2cc9b7ebc8e37f12a59666ee46ee5058358" - sha256 cellar: :any_skip_relocation, sonoma: "aa8880fa4fb13ce8f590c93440f7a425dd8079031ebe870d71875f29556ffcbc" - sha256 cellar: :any_skip_relocation, ventura: "aa8880fa4fb13ce8f590c93440f7a425dd8079031ebe870d71875f29556ffcbc" - sha256 cellar: :any_skip_relocation, arm64_linux: "bd5e0954eebebfa3277252114653cdc9d0150245dc07cf6ecbf1c0ddb1766fdd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a27f362968291a6cbe0b11176c62d19226e3726f15c923c537fd4653f3a3a3d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "812a381a391ed614944aa3da18f775662a173d98f4b64df993b05347047c0c71" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "812a381a391ed614944aa3da18f775662a173d98f4b64df993b05347047c0c71" + sha256 cellar: :any_skip_relocation, arm64_ventura: "812a381a391ed614944aa3da18f775662a173d98f4b64df993b05347047c0c71" + sha256 cellar: :any_skip_relocation, sonoma: "f38cf3e119394d09b5bce49b8d62026ac13388f1d8caafafdef553d24a3cdda6" + sha256 cellar: :any_skip_relocation, ventura: "f38cf3e119394d09b5bce49b8d62026ac13388f1d8caafafdef553d24a3cdda6" + sha256 cellar: :any_skip_relocation, arm64_linux: "310b41c4a4431b7f20cbffbdb5a2ac69d31fa16614041977fb8429817b2543e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bb7eb1091a8a7c869d04659b68d20e6959769ca1912a8c28bafff85650e1326" end depends_on "go" => :build From 0ef9223f32c91ae53390a65645cd25888e1d20a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:23:55 +0000 Subject: [PATCH 06307/10074] proteinortho: update 6.3.6 bottle. --- Formula/p/proteinortho.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/proteinortho.rb b/Formula/p/proteinortho.rb index 7e3e7a2fbb87e..2bb35ef386ea6 100644 --- a/Formula/p/proteinortho.rb +++ b/Formula/p/proteinortho.rb @@ -6,13 +6,13 @@ class Proteinortho < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "fb9d08681faf0c8464fa65b131900c097876bac2c1a3c340dfaa85ad3a459702" - sha256 cellar: :any, arm64_sonoma: "26e80497cc9d2284466a31dcc6dfd95357ea071ccc733c60eb0e79a086af374d" - sha256 cellar: :any, arm64_ventura: "8e23bd4abefac07aca474bba3e4e56f469b38cd7e3c9e46f792e573710415009" - sha256 cellar: :any, sonoma: "e1862ac62a9b9b594a008d5e50c30faa0388224af3249a0b8f0f4f8ee1666aea" - sha256 cellar: :any, ventura: "fc7eddf0b7441b7bcf81cdf6fe97ebb3c53354a4f538569a5334f554338f6c86" - sha256 cellar: :any_skip_relocation, arm64_linux: "833760c644e5a42573ff7166c7b1201a925847350deb7a8ff7e35fc7ba97a02c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f93ee04f2ff9dc0c6a526f1567f6410deefaf8b4e340994ecd98734c9c685181" + sha256 cellar: :any, arm64_sequoia: "4006d9977aa6a7393f902a01fc9a229258c075f04a6f4bae1167c513f4182dd7" + sha256 cellar: :any, arm64_sonoma: "7cbff76f79a4ccc38517c9c839a7398fa09d3be50040619eb0b5cac6d555d376" + sha256 cellar: :any, arm64_ventura: "14bc4553c7280b330912079c579c06d33a7a2f14d51469638d583088909ed8d5" + sha256 cellar: :any, sonoma: "43fec91bde54c6e2dd98c7638b186f1154994e36333f0bb4d996f5b283341f9c" + sha256 cellar: :any, ventura: "619a56ae341233fc034ad5108375991c3ad44ce35a8d17b072c73b95d126c76e" + sha256 cellar: :any_skip_relocation, arm64_linux: "34176fe378a8eecdb6c09cd40bf4c92344fb528cb60f0b95e5123e8e70e6d4cb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b51d536e573f48acbf32d863ed493217e2d9cda3be9c810e1cd0d9301cf87d9" end depends_on "diamond" From 84cb3a05e603e5e0c6c6227f2eab0ecb0252026f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:24:02 +0000 Subject: [PATCH 06308/10074] fetchmail: update 6.5.3 bottle. --- Formula/f/fetchmail.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fetchmail.rb b/Formula/f/fetchmail.rb index 6824328713b7a..d70cefa373c7f 100644 --- a/Formula/f/fetchmail.rb +++ b/Formula/f/fetchmail.rb @@ -17,13 +17,13 @@ class Fetchmail < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "50d4e5f30efe550d1ef4347f0c462c1361253ef3440861132106bbfa9fbfd6f2" - sha256 cellar: :any, arm64_sonoma: "4eda9c11eaa05e24837a30f5fd682e9cb190a923356e6e5d1c6fe74f76ef06ea" - sha256 cellar: :any, arm64_ventura: "49823e15e65d008950bfece7216bb4d745c80edeb15b56cfb719719cd26b37c1" - sha256 cellar: :any, sonoma: "03319b40971cb573afe7d0e3492065f811937d4e3a0ff2203bdb33fd85f5b5a0" - sha256 cellar: :any, ventura: "e6c5aeb3329d1e2e4ca9a936cac0ee14365b5acfd8bca476e21cb85823a67b50" - sha256 arm64_linux: "b24ad98c2d5292865ec6a9c1ae720a9a0a0c9bd6ddb03ea63be3260bfa5b731c" - sha256 x86_64_linux: "b27f94a8b07b2724bcae268a396cba7cf1549a186c32edee811b3142eb822439" + sha256 cellar: :any, arm64_sequoia: "0c2b7b565082ada07fea6623d2f47de9205cdd7f0751c1b881cf31495ebe1f78" + sha256 cellar: :any, arm64_sonoma: "7f2e893f8b78f28a798c8932a58794e1d0f17464dcddb3799e4de7609a4c80d6" + sha256 cellar: :any, arm64_ventura: "273148b625624d63d24a23924e14d8438496b8c78d8c4e306d968acc233107c0" + sha256 cellar: :any, sonoma: "7278652d2c80fb5796aad06d91940d281e5a2db7e1332c272b57af04f7c550ce" + sha256 cellar: :any, ventura: "d02f747fbc6e6bfaef82d40ebc2e324667ef01b709d3545d8f5962c30c6fd3cb" + sha256 arm64_linux: "21c443fa59adef09f84adcddad282b5f0432e070d6c6a0ed793486d70cf69283" + sha256 x86_64_linux: "837c133b9dda8c760b7c3500ceb25bcf95e6c3401cb8b816a853ad92c98809f4" end depends_on "pkgconf" => :build From c93c9f6a919585619f59cc2353d2f8ef0c8171cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:24:02 +0000 Subject: [PATCH 06309/10074] conda-lock: update 3.0.3 bottle. --- Formula/c/conda-lock.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/conda-lock.rb b/Formula/c/conda-lock.rb index 8301bb072b7a8..d4bf5c02c63f4 100644 --- a/Formula/c/conda-lock.rb +++ b/Formula/c/conda-lock.rb @@ -8,13 +8,13 @@ class CondaLock < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "65009682973fe809ca72ce12c63514f8a187e2d39917160219ba835c5a47b1a9" - sha256 cellar: :any, arm64_sonoma: "319c72dca86c782c81745d290bee90482cd9523079fb9db4e233e6de239ba8be" - sha256 cellar: :any, arm64_ventura: "da0a521c7564b7431b4191b778a6149f7690805aebb455d0aa761cc71a377a37" - sha256 cellar: :any, sonoma: "ac97eac9d69ade5808bfa21da60009d40b281bca0634490b9e0618c4efdf0b4f" - sha256 cellar: :any, ventura: "5cffafae4a7204fa684431c65f95552d3064eb22ccacc9c1b32e776b759b8d29" - sha256 cellar: :any_skip_relocation, arm64_linux: "317f03023fe8e7bf3386bb01581e27e7e34b5468c85eeec37c575fb3d35b4dd0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6cad5fd4408c92c29c16c9f26d85b0c099a40dc4f70fbc1035350f0ebc2386ef" + sha256 cellar: :any, arm64_sequoia: "d3a84dd165c9d072795e2e6c3cf161753dd53bb2e07d46569ea91292ed7fa080" + sha256 cellar: :any, arm64_sonoma: "0c19281444dca0cc2971e11ac506c1bac3aa186c47cb6d9e36e86b552a5ffb89" + sha256 cellar: :any, arm64_ventura: "1ba2481afabecaf64394823f5ff98c3a2d5c5656f9290df6106abe81c3c7d51f" + sha256 cellar: :any, sonoma: "e3b85c07c3fe97210058eefb83a9dc4bde7faa1bae6233a352970012cbe3c3ed" + sha256 cellar: :any, ventura: "2387decb992d7a3edb4bd7bc2dd9d1037f777e2d9971b045b72a93a4d224f633" + sha256 cellar: :any_skip_relocation, arm64_linux: "efd1c894b58b399c6d41dc238ec973038fb7861596733ec2a4fde8f70fb321fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8436acb87edb58c84296a7a25868e6f882ad02339f5b0853c3eb5e23461b604e" end depends_on "rust" => :build # for pydantic From 2a98131bd44369d4ae057c6c7d932516c19f2a76 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:24:13 +0000 Subject: [PATCH 06310/10074] cassowary: update 0.19.0 bottle. --- Formula/c/cassowary.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cassowary.rb b/Formula/c/cassowary.rb index 38081192ce176..620da6bdc8811 100644 --- a/Formula/c/cassowary.rb +++ b/Formula/c/cassowary.rb @@ -7,12 +7,12 @@ class Cassowary < Formula head "https://github.com/rogerwelin/cassowary.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e2eb51373cef3390b372210eef8c12d5bf8f15d3fc04877e6fbde07921f1744" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e2eb51373cef3390b372210eef8c12d5bf8f15d3fc04877e6fbde07921f1744" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7e2eb51373cef3390b372210eef8c12d5bf8f15d3fc04877e6fbde07921f1744" - sha256 cellar: :any_skip_relocation, sonoma: "5d0bce4e9a3d9eba906c6b360c30633c8425ef78a472341bfb939c9e920bfcef" - sha256 cellar: :any_skip_relocation, ventura: "5d0bce4e9a3d9eba906c6b360c30633c8425ef78a472341bfb939c9e920bfcef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc23f86df8f47a7d4f755acd9dadab662e16b39c70008fdd10e89a8b1314c093" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "af786d30b88554a9252cf4eafc40831f1fd796a03a76f4ee669ed565b1e526fc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "af786d30b88554a9252cf4eafc40831f1fd796a03a76f4ee669ed565b1e526fc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "af786d30b88554a9252cf4eafc40831f1fd796a03a76f4ee669ed565b1e526fc" + sha256 cellar: :any_skip_relocation, sonoma: "58016ae507acc0044612858a240461d94175a7cd772a5e2ba9290c790ecd9455" + sha256 cellar: :any_skip_relocation, ventura: "58016ae507acc0044612858a240461d94175a7cd772a5e2ba9290c790ecd9455" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7668f4bb871a15e8e62e10502746152ba54fba5ae49591de97281edc53c9c2b9" end depends_on "go" => :build From c299a12f18c71c18d135e729648f181620c06ed0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:25:16 +0000 Subject: [PATCH 06311/10074] rsyncy: update 0.2.1 bottle. --- Formula/r/rsyncy.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/r/rsyncy.rb b/Formula/r/rsyncy.rb index f3a3226ec7382..b9acc58ffeda2 100644 --- a/Formula/r/rsyncy.rb +++ b/Formula/r/rsyncy.rb @@ -9,8 +9,7 @@ class Rsyncy < Formula head "https://github.com/laktak/rsyncy.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "c9f3bf3e3e2b3b67497decbe21a1accbc9e18b1a020fcd7c696bc3eb768396b1" + sha256 cellar: :any_skip_relocation, all: "a67e111ca3ef8b9e2b4fd568b818e79fbb3ca6a8f1310d8707c2d79beb69e681" end depends_on "python@3.13" From 8d09dbfeddaf76841762d72134ede6e5154c80bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:30:26 +0000 Subject: [PATCH 06312/10074] evernote-backup: bump python resources --- Formula/e/evernote-backup.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/e/evernote-backup.rb b/Formula/e/evernote-backup.rb index f0e0890689dd3..a6e036edea05a 100644 --- a/Formula/e/evernote-backup.rb +++ b/Formula/e/evernote-backup.rb @@ -6,6 +6,7 @@ class EvernoteBackup < Formula url "https://files.pythonhosted.org/packages/77/09/021f30d5e05df5587f0621b4144b687d94af331fefa54f5a14b7cd2d80d1/evernote_backup-1.13.1.tar.gz" sha256 "564c39cd92633e9e9492346363bd3f85175c15a9f73d5c34d35835a2ef05e197" license "MIT" + revision 1 no_autobump! because: :requires_manual_review @@ -23,8 +24,8 @@ class EvernoteBackup < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do @@ -53,8 +54,8 @@ class EvernoteBackup < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do From 88df42b10b8f0f810346c5599b617c0634ff4248 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:30:57 +0000 Subject: [PATCH 06313/10074] flit: bump python resources --- Formula/f/flit.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/f/flit.rb b/Formula/f/flit.rb index 2f57ecf4e6c21..10cc3d46e4493 100644 --- a/Formula/f/flit.rb +++ b/Formula/f/flit.rb @@ -6,6 +6,7 @@ class Flit < Formula url "https://files.pythonhosted.org/packages/50/9c/0608c91a5b6c013c63548515ae31cff6399cd9ce891bd9daee8c103da09b/flit-3.12.0.tar.gz" sha256 "1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740" license "BSD-3-Clause" + revision 1 head "https://github.com/pypa/flit.git", branch: "main" bottle do @@ -16,8 +17,8 @@ class Flit < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "docutils" do @@ -36,8 +37,8 @@ class Flit < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "tomli-w" do @@ -46,8 +47,8 @@ class Flit < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 181c563ab3f7c2468a4d5f0053458955e66eb52c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:31:05 +0000 Subject: [PATCH 06314/10074] forbidden: bump python resources --- Formula/f/forbidden.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/f/forbidden.rb b/Formula/f/forbidden.rb index 59b9a49383175..fd2a46026ef2c 100644 --- a/Formula/f/forbidden.rb +++ b/Formula/f/forbidden.rb @@ -6,6 +6,7 @@ class Forbidden < Formula url "https://files.pythonhosted.org/packages/ed/80/eb80e899c8ac2357aa9b001600e64177a1a68c32b466becadf1eb0a09e01/forbidden-13.2.tar.gz" sha256 "e560b121b1419393695505a4bf61ab82230a34bffc9b1779ca75a33ab3f62916" license "MIT" + revision 1 head "https://github.com/ivan-sincek/forbidden.git", branch: "main" bottle do @@ -42,8 +43,8 @@ class Forbidden < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "colorama" do @@ -77,8 +78,8 @@ class Forbidden < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "tabulate" do @@ -87,13 +88,13 @@ class Forbidden < Formula end resource "termcolor" do - url "https://files.pythonhosted.org/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5/termcolor-2.5.0.tar.gz" - sha256 "998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f" + url "https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz" + sha256 "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From aef602050e5f699fccc3e4e399c63e9f34f9b493 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:31:09 +0000 Subject: [PATCH 06315/10074] fred: bump python resources --- Formula/f/fred.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/f/fred.rb b/Formula/f/fred.rb index a04081831aadf..2371c2a5d41c4 100644 --- a/Formula/f/fred.rb +++ b/Formula/f/fred.rb @@ -6,7 +6,7 @@ class Fred < Formula url "https://files.pythonhosted.org/packages/ff/22/44051587a95461a3fb0cd57e5ba215f3c4d3086544294e5ac79ab0028c20/fred_py_api-1.2.0.tar.gz" sha256 "4e588b6f5349461436aad2fc20ff4ca97b3b69fb0daa24c0e12ab837dedad90f" license "MIT" - revision 1 + revision 2 bottle do rebuild 2 @@ -23,18 +23,18 @@ class Fred < Formula depends_on "python@3.13" resource "certifi" do - url "https://files.pythonhosted.org/packages/b0/ee/9b19140fe824b367c04c5e1b369942dd754c4c5462d5674002f75c4dedc1/certifi-2024.8.30.tar.gz" - sha256 "bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" + url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" + sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -43,13 +43,13 @@ class Fred < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 33808b304f545bcb347794b3401b909223af7e70 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:31:13 +0000 Subject: [PATCH 06316/10074] gallery-dl: bump python resources --- Formula/g/gallery-dl.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/g/gallery-dl.rb b/Formula/g/gallery-dl.rb index 4764c5df13c75..68bb8543713d6 100644 --- a/Formula/g/gallery-dl.rb +++ b/Formula/g/gallery-dl.rb @@ -6,6 +6,7 @@ class GalleryDl < Formula url "https://files.pythonhosted.org/packages/a6/3e/e9c024254ff37553d02601205db34fdb854c9b556ee669679702807a50be/gallery_dl-1.29.7.tar.gz" sha256 "5fabac1ca7279420bb3ebff5bff8cee80478f48ffb314a42f4ed580f122c0117" license "GPL-2.0-only" + revision 1 head "https://github.com/mikf/gallery-dl.git", branch: "master" bottle do @@ -26,8 +27,8 @@ class GalleryDl < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do From f86b255ccc302676c8c7a0bd476895c48b5dd16f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:31:22 +0000 Subject: [PATCH 06317/10074] gamdl: bump python resources --- Formula/g/gamdl.rb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Formula/g/gamdl.rb b/Formula/g/gamdl.rb index 63197e55c7fef..f736a91c4225c 100644 --- a/Formula/g/gamdl.rb +++ b/Formula/g/gamdl.rb @@ -6,6 +6,7 @@ class Gamdl < Formula url "https://files.pythonhosted.org/packages/ad/4d/7a075db421a05866245974161e5e11f524ebaa97b55069beece758410e30/gamdl-2.4.2.tar.gz" sha256 "871ae15397949f3e7187a50bd03f51d5894f2457ff6eea08064233062a820b66" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "0ba0d60f5911f63de9230a694fcedaf65a0aef990e8e1068d59907e444c3eb8f" @@ -28,8 +29,8 @@ class Gamdl < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -73,13 +74,13 @@ class Gamdl < Formula end resource "protobuf" do - url "https://files.pythonhosted.org/packages/74/63/84fdeac1f03864c2b8b9f0b7fe711c4af5f95759ee281d2026530086b2f5/protobuf-4.25.7.tar.gz" - sha256 "28f65ae8c14523cc2c76c1e91680958700d3eac69f45c96512c12c63d9a38807" + url "https://files.pythonhosted.org/packages/df/01/34c8d2b6354906d728703cb9d546a0e534de479e25f1b581e4094c4a85cc/protobuf-4.25.8.tar.gz" + sha256 "6135cf8affe1fc6f76cced2641e4ea8d3e59518d1f24ae41ba97bcad82d397cd" end resource "pycryptodome" do - url "https://files.pythonhosted.org/packages/44/e6/099310419df5ada522ff34ffc2f1a48a11b37fc6a76f51a6854c182dbd3e/pycryptodome-3.22.0.tar.gz" - sha256 "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723" + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end resource "pymp4" do @@ -98,8 +99,8 @@ class Gamdl < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "unidecode" do @@ -118,8 +119,8 @@ class Gamdl < Formula end resource "yt-dlp" do - url "https://files.pythonhosted.org/packages/75/ca/1d1a33dec2107463f59bc4b448fcf43718d86a36b6150e8a0cfd1a96a893/yt_dlp-2025.4.30.tar.gz" - sha256 "d01367d0c3ae94e35cb1e2eccb7a7c70e181c4ca448f4ee2374f26489d263603" + url "https://files.pythonhosted.org/packages/b7/fb/588a23e61586960273524d3aa726bd148116d422854f727f4d59c254cb6a/yt_dlp-2025.6.9.tar.gz" + sha256 "751f53a3b61353522bf805fa30bbcbd16666126537e39706eab4f8c368f111ac" end def install From 9e0cf6734393fbb91b6799f9e70ea53cc5909800 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:31:30 +0000 Subject: [PATCH 06318/10074] gcalcli: bump python resources --- Formula/g/gcalcli.rb | 99 +++++++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 47 deletions(-) diff --git a/Formula/g/gcalcli.rb b/Formula/g/gcalcli.rb index c31068565b9f7..7997fe514872d 100644 --- a/Formula/g/gcalcli.rb +++ b/Formula/g/gcalcli.rb @@ -6,7 +6,7 @@ class Gcalcli < Formula url "https://files.pythonhosted.org/packages/68/b8/c3f3b8c73c9740eeb592e31f3f1092485ce8809fd7137d7c776a0b0d3567/gcalcli-4.5.1.tar.gz" sha256 "bbc8d6b9ce40d0be0535ffec3bb3384761400c7fbf1d67716e7d0e5fe9c6f2d5" license "MIT" - revision 1 + revision 2 head "https://github.com/insanum/gcalcli.git", branch: "master" bottle do @@ -32,38 +32,38 @@ class Gcalcli < Formula end resource "argcomplete" do - url "https://files.pythonhosted.org/packages/7f/03/581b1c29d88fffaa08abbced2e628c34dd92d32f1adaed7e42fc416938b0/argcomplete-3.5.2.tar.gz" - sha256 "23146ed7ac4403b70bd6026402468942ceba34a6732255b9edf5b7354f68a6bb" + url "https://files.pythonhosted.org/packages/16/0f/861e168fc813c56a78b35f3c30d91c6757d1fd185af1110f1aec784b35d0/argcomplete-3.6.2.tar.gz" + sha256 "d0519b1bc867f5f4f4713c41ad0aba73a4a5f007449716b16f385f2166dc6adf" end resource "babel" do - url "https://files.pythonhosted.org/packages/2a/74/f1bc80f23eeba13393b7222b11d95ca3af2c1e28edca18af487137eefed9/babel-2.16.0.tar.gz" - sha256 "d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316" + url "https://files.pythonhosted.org/packages/7d/6b/d52e42361e1aa00709585ecc30b3f9684b3ab62530771402248b1b1d6240/babel-2.17.0.tar.gz" + sha256 "0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d" end resource "cachetools" do - url "https://files.pythonhosted.org/packages/c3/38/a0f315319737ecf45b4319a8cd1f3a908e29d9277b46942263292115eee7/cachetools-5.5.0.tar.gz" - sha256 "2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a" + url "https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz" + sha256 "1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/28/c8/046abf3ea11ec9cc3ea6d95e235a51161039d4a558484a997df60f9c51e9/google_api_core-2.21.0.tar.gz" - sha256 "4a152fd11a9f774ea606388d423b68aa7e6d6a0ffe4c8266f74979613ec09f81" + url "https://files.pythonhosted.org/packages/98/a2/8176b416ca08106b2ae30cd4a006c8176945f682c3a5b42f141c9173f505/google_api_core-2.25.0.tar.gz" + sha256 "9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a" end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/ff/36/a587319840f32c8a28b6700805ad18a70690f985538ea49e87e210118884/google_api_python_client-2.149.0.tar.gz" - sha256 "b9d68c6b14ec72580d66001bd33c5816b78e2134b93ccc5cf8f624516b561750" + url "https://files.pythonhosted.org/packages/02/69/c0cec6be5878d4de161f64096edb3d4a2d1a838f036b8425ea8358d0dfb3/google_api_python_client-2.172.0.tar.gz" + sha256 "dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6" end resource "google-auth" do - url "https://files.pythonhosted.org/packages/a1/37/c854a8b1b1020cf042db3d67577c6f84cd1e8ff6515e4f5498ae9e444ea5/google_auth-2.35.0.tar.gz" - sha256 "f4c64ed4e01e8e8b646ef34c018f8bf3338df0c8e37d8b3bba40e7f574a3278a" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "google-auth-httplib2" do @@ -72,13 +72,13 @@ class Gcalcli < Formula end resource "google-auth-oauthlib" do - url "https://files.pythonhosted.org/packages/cc/0f/1772edb8d75ecf6280f1c7f51cbcebe274e8b17878b382f63738fd96cee5/google_auth_oauthlib-1.2.1.tar.gz" - sha256 "afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263" + url "https://files.pythonhosted.org/packages/fb/87/e10bf24f7bcffc1421b84d6f9c3377c30ec305d082cd737ddaa6d8f77f7c/google_auth_oauthlib-1.2.2.tar.gz" + sha256 "11046fb8d3348b296302dd939ace8af0a724042e8029c1b872d87fabc9f41684" end resource "googleapis-common-protos" do - url "https://files.pythonhosted.org/packages/53/3b/1599ceafa875ffb951480c8c74f4b77646a6b80e80970698f2aa93c216ce/googleapis_common_protos-1.65.0.tar.gz" - sha256 "334a29d07cddc3aa01dee4988f9afd9b2916ee2ff49d6b757155dc0d197852c0" + url "https://files.pythonhosted.org/packages/39/24/33db22342cf4a2ea27c9955e6713140fedd51e8b141b5ce5260897020f1a/googleapis_common_protos-1.70.0.tar.gz" + sha256 "0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257" end resource "httplib2" do @@ -102,18 +102,18 @@ class Gcalcli < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz" - sha256 "357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "proto-plus" do - url "https://files.pythonhosted.org/packages/3e/fc/e9a65cd52c1330d8d23af6013651a0bc50b6d76bcbdf91fae7cd19c68f29/proto-plus-1.24.0.tar.gz" - sha256 "30b72a5ecafe4406b0d339db35b56c4059064e69227b8c3bda7462397f966445" + url "https://files.pythonhosted.org/packages/f4/ac/87285f15f7cce6d4a008f33f1757fb5a13611ea8914eb58c3d0d26243468/proto_plus-1.26.1.tar.gz" + sha256 "21a515a4c4c0088a773899e23c7bbade3d18f9c66c73edd4c7ee3816bc96a012" end resource "protobuf" do - url "https://files.pythonhosted.org/packages/b1/a4/4579a61de526e19005ceeb93e478b61d77aa38c8a85ad958ff16a9906549/protobuf-5.28.2.tar.gz" - sha256 "59379674ff119717404f7454647913787034f03fe7049cbef1d74a97bb4593f0" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "pyasn1" do @@ -122,23 +122,23 @@ class Gcalcli < Formula end resource "pyasn1-modules" do - url "https://files.pythonhosted.org/packages/1d/67/6afbf0d507f73c32d21084a79946bfcfca5fbc62a72057e9c23797a737c9/pyasn1_modules-0.4.1.tar.gz" - sha256 "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c" + url "https://files.pythonhosted.org/packages/e9/e6/78ebbb10a8c8e4b61a59249394a4a594c1a7af95593dc933a349c8d00964/pyasn1_modules-0.4.2.tar.gz" + sha256 "677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/a9/b7/d9e3f12af310e1120c21603644a1cd86f59060e040ec5c3a80b8f05fae30/pydantic-2.9.2.tar.gz" - sha256 "d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/e2/aa/6b6a9b9f8537b872f552ddd46dd3da230367754b6f707b8e1e963f515ea3/pydantic_core-2.23.4.tar.gz" - sha256 "2584f7cf844ac4d970fba483a717dbe10c1c1c96a969bf65d61ffe94df1b2863" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/83/08/13f3bce01b2061f2bbd582c9df82723de943784cf719a35ac886c652043a/pyparsing-3.1.4.tar.gz" - sha256 "f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "python-dateutil" do @@ -147,8 +147,8 @@ class Gcalcli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -157,33 +157,38 @@ class Gcalcli < Formula end resource "rsa" do - url "https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-4.9.tar.gz" - sha256 "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" + url "https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4/rsa-4.9.1.tar.gz" + sha256 "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "truststore" do - url "https://files.pythonhosted.org/packages/df/2e/0e21d4c77bc41c588d3d3c87b8f9b32b2338452718cb261d31cbe55eb4d5/truststore-0.9.2.tar.gz" - sha256 "a1dee0d0575ff22d2875476343783a5d64575419974e228f3248772613c3d993" + url "https://files.pythonhosted.org/packages/0f/a7/b7a43228762966a13598a404f3dfb4803ea29a906f449d8b0e73ed0bcd30/truststore-0.10.1.tar.gz" + sha256 "eda021616b59021812e800fa0a071e51b266721bef3ce092db8a699e21c63539" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" + end + + resource "typing-inspection" do + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "uritemplate" do - url "https://files.pythonhosted.org/packages/d2/5a/4742fdba39cd02a56226815abfa72fe0aa81c33bed16ed045647d6000eba/uritemplate-4.1.1.tar.gz" - sha256 "4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" + url "https://files.pythonhosted.org/packages/98/60/f174043244c5306c9988380d2cb10009f91563fc4b31293d27e17201af56/uritemplate-4.2.0.tar.gz" + sha256 "480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 78c5e9de3f2cb518bca3abc03bbab12586ba157f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:31:40 +0000 Subject: [PATCH 06319/10074] gdown: bump python resources --- Formula/g/gdown.rb | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Formula/g/gdown.rb b/Formula/g/gdown.rb index 7838ed8d66dee..e56d49acb7d7d 100644 --- a/Formula/g/gdown.rb +++ b/Formula/g/gdown.rb @@ -6,6 +6,7 @@ class Gdown < Formula url "https://files.pythonhosted.org/packages/09/6a/37e6b70c5bda3161e40265861e63b64a86bfc6ca6a8f1c35328a675c84fd/gdown-5.2.0.tar.gz" sha256 "2145165062d85520a3cd98b356c9ed522c5e7984d408535409fd46f94defc787" license "MIT" + revision 1 head "https://github.com/wkentaro/gdown.git", branch: "main" bottle do @@ -16,13 +17,13 @@ class Gdown < Formula depends_on "python@3.13" resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/f0/3c/adaf39ce1fb4afdd21b611e3d530b183bb7759c9b673d60db0e347fd4439/beautifulsoup4-4.13.3.tar.gz" - sha256 "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "filelock" do @@ -41,13 +42,13 @@ class Gdown < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" end resource "tqdm" do @@ -56,13 +57,13 @@ class Gdown < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/0e/3e/b00a62db91a83fff600de219b6ea9908e6918664899a2d85db222f4fbf19/typing_extensions-4.13.0.tar.gz" - sha256 "0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 977005f8f6bf2905e5cf1cf6ec54ace24350e1ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:31:47 +0000 Subject: [PATCH 06320/10074] ggshield: bump python resources --- Formula/g/ggshield.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/g/ggshield.rb b/Formula/g/ggshield.rb index ae96dde5c6ea5..8b0ef676dcca6 100644 --- a/Formula/g/ggshield.rb +++ b/Formula/g/ggshield.rb @@ -6,6 +6,7 @@ class Ggshield < Formula url "https://files.pythonhosted.org/packages/da/85/9cf7b609e64c68edec72bad19e581354d9715d3dbf58a23a76b84a3ba0b4/ggshield-1.40.0.tar.gz" sha256 "7ad3ac8ffef6b488a59363539e36e67e60fea58a221e41a08c871b63be956368" license "MIT" + revision 1 head "https://github.com/GitGuardian/ggshield.git", branch: "main" bottle do @@ -99,8 +100,8 @@ class Ggshield < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do From aa2b5360ca36dfbdd76739e6618a0a1c6aea53bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:31:51 +0000 Subject: [PATCH 06321/10074] rover: update 0.33.0 bottle. --- Formula/r/rover.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index b0f30c7e18ebe..5dfb4948f27b3 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -7,13 +7,13 @@ class Rover < Formula head "https://github.com/apollographql/rover.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d6625cecced5969fea12f4e8201d144ed20dda8647bbfe57580e363cc34f8f7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "10b53d7038e3d7f3f2b52898896e884a8efb42f10450ad993a34b4caa635c7b6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "236af740d47ce508a9d1a97f9412b096eef53ea878b3953d12212d05693b2585" - sha256 cellar: :any_skip_relocation, sonoma: "d771e62d4ecd651f9c871bb2d17dba18bc6708bbd5ea759cfe8beaee329ec86c" - sha256 cellar: :any_skip_relocation, ventura: "68ebe9e00632136dca8b45ca62ea16d1eba3af4d6b2561091eb73629aff9681e" - sha256 cellar: :any_skip_relocation, arm64_linux: "814b21c02d1022e5f0885644b6229afd02bea744415b1215bb7a484cbfbaef0b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2f28438e843baaac3a3ef4a06b24be27e477d7c3dd1b774d8c34c46b0ed0a17a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2719acdd9c4ce54aca611df35657e54679eae5171c5027c6bd301afb15f9ec1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7715772c85f5812fadc7dcb72fdba078553bea75927e3d4a66bee6d2f71e768" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8d981dbeae588dd14509a4534ac29ad68b081cc00e6ae5983249686210fa29eb" + sha256 cellar: :any_skip_relocation, sonoma: "7c833e67ba9fe13ceeb630811123fc7588cf8e2b64407f93bed07a417d87cb5d" + sha256 cellar: :any_skip_relocation, ventura: "7c7e3da3b9c44a698cbaa3c6ce033421d4cf6f8c482517b55eaf38932093daa8" + sha256 cellar: :any_skip_relocation, arm64_linux: "b925825710c3957d9d951b70c3edb371ef5cd48ac29e4be0fb9887dde474f3ac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb0a47d31665bd732254eda3194e363a366124e6e58c366e68e0719d549aa9a7" end depends_on "rust" => :build From fa5a19a8e13ac03575f53929c34e982d9ce37efa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:32:28 +0000 Subject: [PATCH 06322/10074] glances: bump python resources --- Formula/g/glances.rb | 66 ++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/Formula/g/glances.rb b/Formula/g/glances.rb index 15c447313dd3b..5bd71133ca0c4 100644 --- a/Formula/g/glances.rb +++ b/Formula/g/glances.rb @@ -6,7 +6,7 @@ class Glances < Formula url "https://files.pythonhosted.org/packages/e0/df/96cd0ff650bd491a73815171131304d9c0d15d90ef44fed26324558aabf0/glances-4.3.1.tar.gz" sha256 "952c4985b9c1ff9d9ebd23760a2dd124fa2315cf02acfa68f3b7e1c51e087c8c" license "LGPL-3.0-or-later" - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "37a41ae98dffda4f559f05f55d71d0086fd1a2ac613c006ee3ff3b6cb1e9ac71" @@ -60,8 +60,8 @@ class Glances < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "defusedxml" do @@ -85,8 +85,8 @@ class Glances < Formula end resource "elasticsearch" do - url "https://files.pythonhosted.org/packages/39/58/0081e189ef83dd1f11cb600df842bffb8eaa05c097cb1672c5bd335b46c2/elasticsearch-9.0.1.tar.gz" - sha256 "76f9b519cfd15a860f615a94ba90dcb9543b721306bc5144ecc15f0b4d5d2781" + url "https://files.pythonhosted.org/packages/7f/63/a296828c46fd162a95ed1c560a3fdcea6a68a3b7c45d2aa60594f33eaf1b/elasticsearch-9.0.2.tar.gz" + sha256 "290e790153500d9f3cb66d74918ac70e9f96b5cd88147213859edca6ab5013f5" end resource "fastapi" do @@ -110,13 +110,13 @@ class Glances < Formula end resource "ibm-cloud-sdk-core" do - url "https://files.pythonhosted.org/packages/ac/99/b126b89c3905dd85d0f35f20252c058999fd452a162566b05641f219e9ea/ibm_cloud_sdk_core-3.23.0.tar.gz" - sha256 "393cb7c8e747d2706f495bc29ae54871979ab2f2e7cb907cd4d4d4f011a92d93" + url "https://files.pythonhosted.org/packages/5e/e5/5de9646a57209bd59ee504ea11b9d83fab0e273c648d5cb9ec529c2dfb21/ibm_cloud_sdk_core-3.24.1.tar.gz" + sha256 "96b4b4deefc7b72874ef44545362e63ee3a7d6a4c82e68f36c482c8033683ab3" end resource "ibmcloudant" do - url "https://files.pythonhosted.org/packages/be/12/20225ed23d654b09b0e4e174df567d57118c722e57b1d565e691728aad2b/ibmcloudant-0.10.2.tar.gz" - sha256 "a48c809576ce851f55670e2b19289fee9189db32730d0be957cadac01f545a19" + url "https://files.pythonhosted.org/packages/d2/e3/784ca6970caa0eac6508eff449f21d7ad67ce62c55ee2f58e64d0bc66928/ibmcloudant-0.10.3.tar.gz" + sha256 "1160140849cb73fa5b463bed4c4e40611d9e247087af5e477f6e3308837f4226" end resource "idna" do @@ -140,8 +140,8 @@ class Glances < Formula end resource "influxdb-client" do - url "https://files.pythonhosted.org/packages/11/47/b756380917cb4b968bd871fc006128e2cc9897fb1ab4bcf7d108f9601e78/influxdb_client-1.48.0.tar.gz" - sha256 "414d5b5eff7d2b6b453f33e2826ea9872ea04a11996ba9c8604b0c1df57c8559" + url "https://files.pythonhosted.org/packages/2a/f3/9c418215cf399529175ed5b198d15a21c2e29f28d90932107634b375c9ee/influxdb_client-1.49.0.tar.gz" + sha256 "4a53a218adef6ac9458bfbd31fa08c76194f70310c6b4e01f53d804bd2c48e03" end resource "jinja2" do @@ -150,8 +150,8 @@ class Glances < Formula end resource "kafka-python" do - url "https://files.pythonhosted.org/packages/81/e1/e84f846614195c01c9e98db6e58bd18eaa7baaa01e78d95b0522d03e8c66/kafka_python-2.2.6.tar.gz" - sha256 "b18a15e614864afedd514cc75f203cc3555bb85b915326c9fce0e49a80ca441f" + url "https://files.pythonhosted.org/packages/01/cf/f55532155c7e2c54fdbdceb1412425f894fd0a6897575fa3454e541ce186/kafka_python-2.2.11.tar.gz" + sha256 "8ff8bcc158f48b47ba516536a5b1287db75a8ceff13d639da917ec52e171acde" end resource "markupsafe" do @@ -210,13 +210,13 @@ class Glances < Formula end resource "prometheus-client" do - url "https://files.pythonhosted.org/packages/62/14/7d0f567991f3a9af8d1cd4f619040c93b68f09a02b6d0b6ab1b2d1ded5fe/prometheus_client-0.21.1.tar.gz" - sha256 "252505a722ac04b0456be05c05f75f45d760c2911ffc45f2a06bcaed9f3ae3fb" + url "https://files.pythonhosted.org/packages/5e/cf/40dde0a2be27cc1eb41e333d1a674a74ce8b8b0457269cc640fd42b07cf7/prometheus_client-0.22.1.tar.gz" + sha256 "190f1331e783cf21eb60bca559354e0a4d4378facecf78f5428c39b675d20d28" end resource "protobuf" do - url "https://files.pythonhosted.org/packages/c8/8c/cf2ac658216eebe49eaedf1e06bc06cbf6a143469236294a1171a51357c3/protobuf-6.30.2.tar.gz" - sha256 "35c859ae076d8c56054c25b59e5e59638d86545ed6e2b6efac6be0b6ea3ba048" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "psutil" do @@ -230,8 +230,8 @@ class Glances < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -255,8 +255,8 @@ class Glances < Formula end resource "pymongo" do - url "https://files.pythonhosted.org/packages/85/27/3634b2e8d88ad210ee6edac69259c698aefed4a79f0f7356cd625d5c423c/pymongo-4.12.1.tar.gz" - sha256 "8921bac7f98cccb593d76c4d8eaa1447e7d537ba9a2a202973e92372a05bd1eb" + url "https://files.pythonhosted.org/packages/74/0c/1fb60383ab4b20566407b87f1a95b7f5cda83e8d5594da6fc84e2a543405/pymongo-4.13.0.tar.gz" + sha256 "92a06e3709e3c7e50820d352d3d4e60015406bcba69808937dac2a6d22226fde" end resource "pysmart-smartx" do @@ -300,13 +300,13 @@ class Glances < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/95/32/0cc40fe41fd2adb80a2f388987f4f8db3c866c69e33e0b4c8b093fdf700e/setuptools-80.4.0.tar.gz" - sha256 "5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "sniffio" do @@ -330,13 +330,13 @@ class Glances < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do @@ -345,8 +345,8 @@ class Glances < Formula end resource "uvicorn" do - url "https://files.pythonhosted.org/packages/a6/ae/9bbb19b9e1c450cf9ecaef06463e40234d98d95bf572fab11b4f19ae5ded/uvicorn-0.34.2.tar.gz" - sha256 "0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328" + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" end resource "wifi" do @@ -360,8 +360,8 @@ class Glances < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From 14c63b7f3b5b30e01ce8372e0197aa1c2f1d8e99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:32:33 +0000 Subject: [PATCH 06323/10074] goolabs: bump python resources --- Formula/g/goolabs.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/g/goolabs.rb b/Formula/g/goolabs.rb index af760e317a269..0804a5428de68 100644 --- a/Formula/g/goolabs.rb +++ b/Formula/g/goolabs.rb @@ -6,7 +6,7 @@ class Goolabs < Formula url "https://files.pythonhosted.org/packages/ce/86/2d3b5bd85311ee3a7ae7a661b3619095431503cd0cae03048c646b700cad/goolabs-0.4.0.tar.gz" sha256 "4f768a5b98960c507f5ba4e1ca14d45e3139388669148a2750d415c312281527" license "MIT" - revision 11 + revision 12 no_autobump! because: :requires_manual_review @@ -19,13 +19,13 @@ class Goolabs < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -34,18 +34,18 @@ class Goolabs < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 0eccdf815a0b9c8a41c48562ddb4a0c78ed7e326 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:32:38 +0000 Subject: [PATCH 06324/10074] gorilla-cli: bump python resources --- Formula/g/gorilla-cli.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/g/gorilla-cli.rb b/Formula/g/gorilla-cli.rb index 4663b02732902..4263bb5dd8959 100644 --- a/Formula/g/gorilla-cli.rb +++ b/Formula/g/gorilla-cli.rb @@ -6,7 +6,7 @@ class GorillaCli < Formula url "https://files.pythonhosted.org/packages/cd/2b/7a64f9ad59009e72ddf73d055195b4bf23e15599a61e66f1458b4025b9e5/gorilla-cli-0.0.10.tar.gz" sha256 "bf375230a06fac99ba56f14f49474466036f072751cd1d5a1908e8ace561856c" license "Apache-2.0" - revision 2 + revision 3 bottle do rebuild 1 @@ -17,8 +17,8 @@ class GorillaCli < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "colorama" do @@ -42,18 +42,18 @@ class GorillaCli < Formula end resource "prompt-toolkit" do - url "https://files.pythonhosted.org/packages/2d/4f/feb5e137aff82f7c7f3248267b97451da3644f6cdc218edfe549fb354127/prompt_toolkit-3.0.48.tar.gz" - sha256 "d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90" + url "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz" + sha256 "931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "spinners" do @@ -62,13 +62,13 @@ class GorillaCli < Formula end resource "termcolor" do - url "https://files.pythonhosted.org/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5/termcolor-2.5.0.tar.gz" - sha256 "998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f" + url "https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz" + sha256 "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "wcwidth" do From 42284669a41a27792d977e5c5a966b5b1be96f87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:33:03 +0000 Subject: [PATCH 06325/10074] gptme: bump python resources --- Formula/g/gptme.rb | 50 +++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Formula/g/gptme.rb b/Formula/g/gptme.rb index 121136beb2000..beb572d453a5f 100644 --- a/Formula/g/gptme.rb +++ b/Formula/g/gptme.rb @@ -6,7 +6,7 @@ class Gptme < Formula url "https://files.pythonhosted.org/packages/5e/82/8d6200fabd2dfaee7ab62713a51174b2634d0ef47cea17a1c67871625c43/gptme-0.27.0.tar.gz" sha256 "6d2ebc20275d028a6f013a05e9b6a93d7bc02fc39ecb6ec3003d573c0690f11c" license "MIT" - revision 1 + revision 2 head "https://github.com/ErikBjare/gptme.git", branch: "master" bottle do @@ -54,13 +54,13 @@ class Gptme < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "decorator" do @@ -99,8 +99,8 @@ class Gptme < Formula end resource "ipython" do - url "https://files.pythonhosted.org/packages/a2/9f/d9a73710df947b7804bd9d93509463fb3a89e0ddc99c9fcc67279cddbeb6/ipython-8.36.0.tar.gz" - sha256 "24658e9fe5c5c819455043235ba59cfffded4a35936eefceceab6b192f7092ff" + url "https://files.pythonhosted.org/packages/85/31/10ac88f3357fc276dc8a64e8880c82e80e7459326ae1d0a211b40abf6665/ipython-8.37.0.tar.gz" + sha256 "ca815841e1a41a1e6b73a0b08f3038af9b2252564d01fc405356d34033012216" end resource "jedi" do @@ -109,8 +109,8 @@ class Gptme < Formula end resource "jiter" do - url "https://files.pythonhosted.org/packages/1e/c2/e4562507f52f0af7036da125bb699602ead37a2332af0788f8e0a3417f36/jiter-0.9.0.tar.gz" - sha256 "aadba0964deb424daa24492abc3d229c60c4a31bfee205aedbf1acc7639d7893" + url "https://files.pythonhosted.org/packages/ee/9d/ae7ddb4b8ab3fb1b51faf4deb36cb48a4fbbd7cb36bad6a5fca4741306f7/jiter-0.10.0.tar.gz" + sha256 "07a7142c38aacc85194391108dc91b5b57093c978a9932bd86a36862759d9500" end resource "json-repair" do @@ -144,8 +144,8 @@ class Gptme < Formula end resource "openai" do - url "https://files.pythonhosted.org/packages/84/51/817969ec969b73d8ddad085670ecd8a45ef1af1811d8c3b8a177ca4d1309/openai-1.76.0.tar.gz" - sha256 "fd2bfaf4608f48102d6b74f9e11c5ecaa058b60dad9c36e409c12477dfd91fb2" + url "https://files.pythonhosted.org/packages/ec/7a/9ad4a61f1502f0e59d8c27fb629e28a63259a44d8d31cd2314e1534a2d9f/openai-1.86.0.tar.gz" + sha256 "c64d5b788359a8fdf69bd605ae804ce41c1ce2e78b8dd93e2542e0ee267f1e4b" end resource "parso" do @@ -164,8 +164,8 @@ class Gptme < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "prompt-toolkit" do @@ -184,13 +184,13 @@ class Gptme < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pygments" do @@ -209,8 +209,8 @@ class Gptme < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -239,8 +239,8 @@ class Gptme < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "tqdm" do @@ -254,13 +254,13 @@ class Gptme < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do From 30d142419037f42ff9c950491b989603e1f977e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:33:10 +0000 Subject: [PATCH 06326/10074] grayskull: bump python resources --- Formula/g/grayskull.rb | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/Formula/g/grayskull.rb b/Formula/g/grayskull.rb index 691eace24d348..ad28766254e93 100644 --- a/Formula/g/grayskull.rb +++ b/Formula/g/grayskull.rb @@ -6,7 +6,7 @@ class Grayskull < Formula url "https://files.pythonhosted.org/packages/34/36/2af84868cd2ca7af815ec58e7ab2828e3a8b8eedc30c0b180b633bc6d94a/grayskull-2.9.1.tar.gz" sha256 "348e3b7cf994ddfec6775d18556ddd3a39df77ddb2855f861a97330a256826b9" license "Apache-2.0" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a81d9aaa8239d8dd13a296868ddc484e467efd591975c431dab6767fb6fc4d21" @@ -74,13 +74,18 @@ class Grayskull < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "ruamel-yaml-jinja2" do @@ -89,8 +94,8 @@ class Grayskull < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "soupsieve" do @@ -109,8 +114,8 @@ class Grayskull < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From a9e5f1b172295583cd451d67549d05bb687f2e7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:33:17 +0000 Subject: [PATCH 06327/10074] grip: bump python resources --- Formula/g/grip.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/g/grip.rb b/Formula/g/grip.rb index 10f317d734c01..5b7fe04870a9e 100644 --- a/Formula/g/grip.rb +++ b/Formula/g/grip.rb @@ -6,7 +6,7 @@ class Grip < Formula url "https://files.pythonhosted.org/packages/f4/3f/e8bc3ea1f24877292fa3962ad9e0234ad4bc787dc1eb5bd08c35afd0ceca/grip-4.6.2.tar.gz" sha256 "3cf6dce0aa06edd663176914069af83f19dcb90f3a9c401271acfa71872f8ce3" license "MIT" - revision 11 + revision 12 no_autobump! because: :requires_manual_review @@ -34,8 +34,8 @@ class Grip < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "docopt" do @@ -84,8 +84,8 @@ class Grip < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do From 037e1648dfd39be1f03406e95aed5e51ef6121d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:33:21 +0000 Subject: [PATCH 06328/10074] grokmirror: bump python resources --- Formula/g/grokmirror.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/g/grokmirror.rb b/Formula/g/grokmirror.rb index 9111c3b408986..739e799d6b0cb 100644 --- a/Formula/g/grokmirror.rb +++ b/Formula/g/grokmirror.rb @@ -6,6 +6,7 @@ class Grokmirror < Formula url "https://files.pythonhosted.org/packages/26/91/af8831185ef4e5bef5d210039ab67abdc8c27a09a585d3963a10cf774789/grokmirror-2.0.12.tar.gz" sha256 "5264b6b2030bcb48ff5610173dacaba227b77b6ed39b17fc473bed91d4eb218b" license "GPL-3.0-or-later" + revision 1 head "https://github.com/mricon/grokmirror.git", branch: "master" bottle do @@ -17,8 +18,8 @@ class Grokmirror < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -27,13 +28,13 @@ class Grokmirror < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 8fabaae533c3a3528af7eb1ff96815ddb8ceb990 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:33:31 +0000 Subject: [PATCH 06329/10074] homeassistant-cli: bump python resources --- Formula/h/homeassistant-cli.rb | 58 +++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/Formula/h/homeassistant-cli.rb b/Formula/h/homeassistant-cli.rb index dd91037521e31..acd60cca74f21 100644 --- a/Formula/h/homeassistant-cli.rb +++ b/Formula/h/homeassistant-cli.rb @@ -6,7 +6,7 @@ class HomeassistantCli < Formula url "https://files.pythonhosted.org/packages/b2/98/fd5e7beb7cc135f80d78b32c85ac15f3ba9219063b794b1d184fb07fd84b/homeassistant-cli-0.9.6.tar.gz" sha256 "9b9b705eaf6ee40dc6a732f3458c78ba37b62b7330bc17b132e6fee385ec8606" license "Apache-2.0" - revision 15 + revision 16 head "https://github.com/home-assistant-ecosystem/home-assistant-cli.git", branch: "dev" no_autobump! because: :requires_manual_review @@ -24,13 +24,13 @@ class HomeassistantCli < Formula depends_on "python@3.13" resource "aiohappyeyeballs" do - url "https://files.pythonhosted.org/packages/a2/0c/458958007041f4b4de2d307e6b75d9e7554dad0baf26fe7a48b741aac126/aiohappyeyeballs-2.5.0.tar.gz" - sha256 "18fde6204a76deeabc97c48bdd01d5801cfda5d6b9c8bbeb1aaaee9d648ca191" + url "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz" + sha256 "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/b3/3f/c4a667d184c69667b8f16e0704127efc5f1e60577df429382b4d95fd381e/aiohttp-3.11.13.tar.gz" - sha256 "8ce789231404ca8fff7f693cdce398abf6d90fd5dae2b1847477196c243b1fbb" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiosignal" do @@ -39,23 +39,23 @@ class HomeassistantCli < Formula end resource "attrs" do - url "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz" - sha256 "1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "certifi" do - url "https://files.pythonhosted.org/packages/1c/ab/c9f1e32b7b1bf505bf26f0ef697775960db7932abeb7b516de930ba2705f/certifi-2025.1.31.tar.gz" - sha256 "3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651" + url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" + sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-log" do @@ -69,8 +69,8 @@ class HomeassistantCli < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/8f/ed/0f4cec13a93c02c47ec32d81d11c0c1efbadf4a471e3f3ce7cad366cbbd3/frozenlist-1.5.0.tar.gz" - sha256 "81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "idna" do @@ -99,8 +99,8 @@ class HomeassistantCli < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/d6/be/504b89a5e9ca731cd47487e91c469064f8ae5af93b7259758dcfc2b9c848/multidict-6.1.0.tar.gz" - sha256 "22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "netdisco" do @@ -114,8 +114,8 @@ class HomeassistantCli < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/92/76/f941e63d55c0293ff7829dd21e7cf1147e90a526756869a9070f287a68c9/propcache-0.3.0.tar.gz" - sha256 "a8fd93de4e1d278046345f49e2238cdb298589325849b2645d4a94c53faeffc5" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "python-dateutil" do @@ -124,8 +124,8 @@ class HomeassistantCli < Formula end resource "pytz" do - url "https://files.pythonhosted.org/packages/5f/57/df1c9157c8d5a05117e455d66fd7cf6dbc46974f832b1058ed4856785d8a/pytz-2025.1.tar.gz" - sha256 "c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "regex" do @@ -134,8 +134,8 @@ class HomeassistantCli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "ruamel-yaml" do @@ -159,18 +159,18 @@ class HomeassistantCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "yarl" do - url "https://files.pythonhosted.org/packages/b7/9d/4b94a8e6d2b51b599516a5cb88e5bc99b4d8d4583e468057eaa29d5f0918/yarl-1.18.3.tar.gz" - sha256 "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end resource "zeroconf" do - url "https://files.pythonhosted.org/packages/43/6b/5fa7a4c677376b549655d67f6902c80bde4b534405cdf2b5f0c50cc7bd8a/zeroconf-0.146.1.tar.gz" - sha256 "c53c07d6df3698bd19dcc832a897181872ec47e98e7cd70cff6c1bb0aff0bbfd" + url "https://files.pythonhosted.org/packages/e2/78/f681afade2a4e7a9ade696cf3d3dcd9905e28720d74c16cafb83b5dd5c0a/zeroconf-0.147.0.tar.gz" + sha256 "f517375de6bf2041df826130da41dc7a3e8772176d3076a5da58854c7d2e8d7a" end def install From 8b8fd840e49ab87ec5ff2415ac26fc77f1ba4574 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:33:39 +0000 Subject: [PATCH 06330/10074] howdoi: bump python resources --- Formula/h/howdoi.rb | 54 ++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Formula/h/howdoi.rb b/Formula/h/howdoi.rb index 5bf25bb820b2e..b1f11ecf60775 100644 --- a/Formula/h/howdoi.rb +++ b/Formula/h/howdoi.rb @@ -6,7 +6,7 @@ class Howdoi < Formula url "https://files.pythonhosted.org/packages/6d/43/0e8166583575bd500c0f8f1a4ab9429af9466feb6fcdc006e88de8fd23e9/howdoi-2.0.20.tar.gz" sha256 "51cd40c53e0c0f8f8da88f480eb7423183be2350ab4f0a4d9d4763ca6ac3e2a9" license "MIT" - revision 9 + revision 10 no_autobump! because: :requires_manual_review @@ -40,13 +40,13 @@ class Howdoi < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -55,13 +55,13 @@ class Howdoi < Formula end resource "cssselect" do - url "https://files.pythonhosted.org/packages/d1/91/d51202cc41fbfca7fa332f43a5adac4b253962588c7cc5a54824b019081c/cssselect-1.2.0.tar.gz" - sha256 "666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc" + url "https://files.pythonhosted.org/packages/72/0a/c3ea9573b1dc2e151abfe88c7fe0c26d1892fe6ed02d0cdb30f0d57029d5/cssselect-1.3.0.tar.gz" + sha256 "57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7" end resource "deprecated" do - url "https://files.pythonhosted.org/packages/92/14/1e41f504a246fc224d2ac264c227975427a85caf37c3979979edb9b1b232/Deprecated-1.2.14.tar.gz" - sha256 "e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d53d01b3" + url "https://files.pythonhosted.org/packages/98/97/06afe62762c9a8a86af0cfb7bfdab22a43ad17138b07af5b1a58442690a2/deprecated-1.2.18.tar.gz" + sha256 "422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d" end resource "idna" do @@ -75,8 +75,8 @@ class Howdoi < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz" - sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "markdown-it-py" do @@ -90,18 +90,18 @@ class Howdoi < Formula end resource "pygithub" do - url "https://files.pythonhosted.org/packages/f1/a0/1e8b8ca88df9857836f5bf8e3ee15dfb810d19814ef700b12f99ce11f691/pygithub-2.4.0.tar.gz" - sha256 "6601e22627e87bac192f1e2e39c6e6f69a43152cfb8f307cee575879320b3051" + url "https://files.pythonhosted.org/packages/c0/88/e08ab18dc74b2916f48703ed1a797d57cb64eca0e23b0a9254e13cfe3911/pygithub-2.6.1.tar.gz" + sha256 "b5c035392991cca63959e9453286b41b54d83bf2de2daa7d7ff7e4312cebf3bf" end resource "pygments" do - url "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz" - sha256 "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end resource "pyjwt" do - url "https://files.pythonhosted.org/packages/fb/68/ce067f09fca4abeca8771fe667d89cc347d1e99da3e093112ac329c6020e/pyjwt-2.9.0.tar.gz" - sha256 "7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c" + url "https://files.pythonhosted.org/packages/e7/46/bd74733ff231675599650d3e47f361794b22ef3e3770998dda30d3b63726/pyjwt-2.10.1.tar.gz" + sha256 "3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953" end resource "pynacl" do @@ -115,13 +115,13 @@ class Howdoi < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do - url "https://files.pythonhosted.org/packages/aa/9e/1784d15b057b0075e5136445aaea92d23955aad2c93eaede673718a40d95/rich-13.9.2.tar.gz" - sha256 "51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c" + url "https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz" + sha256 "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" end resource "terminaltables3" do @@ -130,18 +130,18 @@ class Howdoi < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "wrapt" do - url "https://files.pythonhosted.org/packages/95/4c/063a912e20bcef7124e0df97282a8af3ff3e4b603ce84c481d6d7346be0a/wrapt-1.16.0.tar.gz" - sha256 "5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d" + url "https://files.pythonhosted.org/packages/c3/fc/e91cc220803d7bc4db93fb02facd8461c37364151b8494762cc88b0fbcef/wrapt-1.17.2.tar.gz" + sha256 "41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3" end def install From 634aaa48bce91a0db2c3d03e8ecbe3f246cf2bac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:33:46 +0000 Subject: [PATCH 06331/10074] http-prompt: bump python resources --- Formula/h/http-prompt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/http-prompt.rb b/Formula/h/http-prompt.rb index bd2e13e4591b9..a97a12039dbf5 100644 --- a/Formula/h/http-prompt.rb +++ b/Formula/h/http-prompt.rb @@ -6,7 +6,7 @@ class HttpPrompt < Formula url "https://files.pythonhosted.org/packages/bf/e2/bc5b0df107afcac65fde7015df48cbe9b4d877d1d0818203544ed1a41d4c/http-prompt-2.1.0.tar.gz" sha256 "eee71a00fed0b8a2a35bb338b269be7a20e8a1a6f6465a65561d76a21521e7f3" license "MIT" - revision 11 + revision 12 head "https://github.com/httpie/http-prompt.git", branch: "master" no_autobump! because: :requires_manual_review @@ -31,8 +31,8 @@ class HttpPrompt < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "defusedxml" do @@ -96,8 +96,8 @@ class HttpPrompt < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -111,8 +111,8 @@ class HttpPrompt < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do From 120f94756a28da37cd78299f085b911a36c6dd07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:33:51 +0000 Subject: [PATCH 06332/10074] httpie: bump python resources --- Formula/h/httpie.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/h/httpie.rb b/Formula/h/httpie.rb index b53cc8d38607c..3f5e47cd86e96 100644 --- a/Formula/h/httpie.rb +++ b/Formula/h/httpie.rb @@ -6,7 +6,7 @@ class Httpie < Formula url "https://github.com/httpie/cli/archive/refs/tags/3.2.4.tar.gz" sha256 "b185cd8d81325f97c773582e50f1c5e047c2d8575b53d676469c9daf2a52f341" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/httpie/cli.git", branch: "master" bottle do @@ -63,8 +63,8 @@ class Httpie < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -78,8 +78,8 @@ class Httpie < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "urllib3" do From 8d75fe5a94d7b695536260718099ee91dfa7e686 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:34:07 +0000 Subject: [PATCH 06333/10074] instaloader: bump python resources --- Formula/i/instaloader.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/i/instaloader.rb b/Formula/i/instaloader.rb index 121540b2ff6f5..78a5a8e358114 100644 --- a/Formula/i/instaloader.rb +++ b/Formula/i/instaloader.rb @@ -6,6 +6,7 @@ class Instaloader < Formula url "https://files.pythonhosted.org/packages/d8/67/2adb34f2fc306d5fe8610c946f4b1fc4fb517b10034ef60f61d7674556b1/instaloader-4.14.1.tar.gz" sha256 "a41a7372a18fb096b3ed545469479884de9cf768e12020c0e0e67c488d9d599c" license "MIT" + revision 1 bottle do sha256 cellar: :any_skip_relocation, all: "1258d3d6db08915ae0cc8096da6642c35e02c4be75258ec0e08372a2e18292e2" @@ -15,8 +16,8 @@ class Instaloader < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -25,13 +26,13 @@ class Instaloader < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 068a33ae5c3b4ff29f916c3b2d3fd2e887bc939f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:49:47 +0000 Subject: [PATCH 06334/10074] awscli: update 2.27.33 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index b61410c0f14d4..6acc81a31fd51 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "fcdc0f62e991971dd6a07248ed5a5ee527a08c5fef7a87c3ba6d734daae2b849" - sha256 cellar: :any, arm64_sonoma: "574fac2e43a197bc84136228c8359230a9ed753a90a85cd6c32563c7ece006b7" - sha256 cellar: :any, arm64_ventura: "e74dff0ed38ace564cab882127c6f8676ca52490df6836a2feb2f059b29c5542" - sha256 cellar: :any, sonoma: "efa8b36e249b1619af6916732fe6652679d2c6b893d8510c143b1858ddfb8946" - sha256 cellar: :any, ventura: "6844f7eace46e64489670fe00cce260f81062046e8973b60b82b4b3e76379049" - sha256 cellar: :any_skip_relocation, arm64_linux: "63386a257f36fe25d5df071cea1980d42f512c89345dbcf83f069115be29ba01" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3d38b59bdd52ecf16871a9e962374cf4d21a4f7178f658a025112454bb32b0f9" + sha256 cellar: :any, arm64_sequoia: "9cb3f919fb8e56b547f6cd42f95ac8fe0972641203c135146924bd3077306b7d" + sha256 cellar: :any, arm64_sonoma: "5f7d0b224c22fe81961a23421e306aa062abad96819ac1f2b2da77276e799873" + sha256 cellar: :any, arm64_ventura: "094db7115dbbe7a3770f5096b94e52aee885578c4a977859bacd7d10a5da8c77" + sha256 cellar: :any, sonoma: "3b993cadcfd0835432ae702b4ccf29e4884b0579856b1a16fb251dc779f9f25e" + sha256 cellar: :any, ventura: "5c82158ffcd9d824301fcf92dd51b3d0d2d3ff6a6556394aec3e9c4f4f91d86d" + sha256 cellar: :any_skip_relocation, arm64_linux: "36446441d25acdfdabf8ac669049ff1f8661b7f38d0824c25f1f2d8dceec3242" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e519d90cfd6fa83495149ad7d2df18a8f53f4d3e6fbf41d8b1a5538ead40b928" end depends_on "cmake" => :build From 91b6c2f720b27fff7fca740a77ce4f9ad2425305 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:50:32 +0000 Subject: [PATCH 06335/10074] apt 3.1.2 --- Formula/a/apt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/apt.rb b/Formula/a/apt.rb index a1b2cb61f41e1..6557a62d68021 100644 --- a/Formula/a/apt.rb +++ b/Formula/a/apt.rb @@ -2,8 +2,8 @@ class Apt < Formula desc "Advanced Package Tool" homepage "https://wiki.debian.org/Apt" # Using git tarball as Debian does not retain old versions at deb.debian.org - url "https://salsa.debian.org/apt-team/apt/-/archive/3.1.0/apt-3.1.0.tar.bz2" - sha256 "69e6117b192491c6ffbdd74c60dbb37a9afa63daeba043ff219bad4d92182a07" + url "https://salsa.debian.org/apt-team/apt/-/archive/3.1.2/apt-3.1.2.tar.bz2" + sha256 "57d8623e360e07c3936ba31a40a025261383cb2ab1099ffd0651cb35b45c9100" license "GPL-2.0-or-later" livecheck do From 03e777f4861a567fe92ca03eca419b6fd21f225b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:51:25 +0000 Subject: [PATCH 06336/10074] autobrr 1.63.0 --- Formula/a/autobrr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/autobrr.rb b/Formula/a/autobrr.rb index 808d243200c98..c2bf086a6afe7 100644 --- a/Formula/a/autobrr.rb +++ b/Formula/a/autobrr.rb @@ -1,8 +1,8 @@ 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.62.0.tar.gz" - sha256 "efecb61c01a9531154c2ce5ded664c869614f5c166692c469f64e845ccc1ffff" + url "https://github.com/autobrr/autobrr/archive/refs/tags/v1.63.0.tar.gz" + sha256 "e2a93f9981286b0904eb2ea58473a36206117dc7235ddbf03b55bc6a73386504" license "GPL-2.0-or-later" head "https://github.com/autobrr/autobrr.git", branch: "develop" From c4f23317e861da76fa7a092081ba869dbbe3e2e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:54:43 +0000 Subject: [PATCH 06337/10074] wasm-tools: update 1.234.0 bottle. --- Formula/w/wasm-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index 88eefc7a6bd85..f0342311c601a 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -12,13 +12,13 @@ class WasmTools < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ceb184bdee27c9f37f2359f6d203efda403a15c6a16ea89bd2110f2cb64d817" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "74807cf663e9cecfbcfaa1c4817854058ffc387f7e571c604088ac5d377ced68" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a46ab1f93b0c8f616c59a82d2327dbc9c4336560c9450a7616b88a51cc8cae08" - sha256 cellar: :any_skip_relocation, sonoma: "009f383cf282cf1d555ffe5213dabb178bfef9423a3356525a1a3e570c65ba44" - sha256 cellar: :any_skip_relocation, ventura: "11ff463be22d6b4dcffe9e01318bd3fa37ccc39436965eb519c77e8d995deb8a" - sha256 cellar: :any_skip_relocation, arm64_linux: "f3e2edaf026e8909c5a5f18f91c1ebf516103e5b93ca3375411911358570dc6c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "924a3aa756b39513cdfee1955f7e0b4643f3c843401e31258ee22c6d0a399b9e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c1a8be8880f11d7b68c8819c7cbed5dc3b6896df9c2d0dfc929a3eb21a2cc5e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c87bfda1dfe50ee356516b1a84c648f5eb3ca883dd2c2f691cd2a495d49147c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f16783593eb7f2ef141aae8a136dc56c42d26b789f72951c711cfa786a743a1e" + sha256 cellar: :any_skip_relocation, sonoma: "5c6f9da1ce51d51c165b3bdd866f1e0a059d5e3ba59741c33db441dd4fa56975" + sha256 cellar: :any_skip_relocation, ventura: "7f1947399753f9c8a47749b58f4111819377f4ed8129416db876064b615b9baf" + sha256 cellar: :any_skip_relocation, arm64_linux: "3454feb97c1291cdb212431b197e9319d78a7218885e8ce625067c3cec3a38da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "07ce92eff045e3525c965b9df184e364801c9341b8426f70f27e4c1128d32ec7" end depends_on "rust" => :build From 135d8f0d1925690a8620217663200f92f3e99292 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:59:01 +0000 Subject: [PATCH 06338/10074] nushell: update 0.105.0 bottle. --- Formula/n/nushell.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nushell.rb b/Formula/n/nushell.rb index 432f9a14c4bb3..ba73f8a0b5b21 100644 --- a/Formula/n/nushell.rb +++ b/Formula/n/nushell.rb @@ -13,13 +13,13 @@ class Nushell < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9191e5e3539b7799579f9e1fa7f163345cbf52703b9ca8ee4fd189085b179708" - sha256 cellar: :any, arm64_sonoma: "add921e6f8a870f6c8c6dc01f38a2f327628ef24788dfd0a73bfb45207eac1ed" - sha256 cellar: :any, arm64_ventura: "d8300f09403ad05baba83f8ca575fbfee3c388408d1c0d3d7aa86be515b9ddb4" - sha256 cellar: :any, sonoma: "11d69ebbd1f21e5f616c56328632c2ed00b99c1d7520838a105fccfcd675bcb5" - sha256 cellar: :any, ventura: "69a0d37792883f4178104518fb71c18fc3aa6d5131440373485fa41f2446472a" - sha256 cellar: :any_skip_relocation, arm64_linux: "b3cfcf307e7c7b556051c2fca9773d5ca75287b5e6d04745a9848a2fb119054d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bc0c51dbd89369c39ee85864c6733e19bd604eabf77a171fa211d131d1e4e1ce" + sha256 cellar: :any, arm64_sequoia: "7248e8f08c9f7893bfde041e0a6aff3d000afe649c903acf67b6d368725bc695" + sha256 cellar: :any, arm64_sonoma: "fa922ada8e5e18b93784b02d53db3960446c562f51de4419fceddd5369460e9f" + sha256 cellar: :any, arm64_ventura: "107fa1d7a24fc4596ca4c82722f7eb31af98ee98946b9c4f310fd12e7a05ea9f" + sha256 cellar: :any, sonoma: "2f05fc73175e605b612b525c91488f380f46d9f14099678b012275a147514106" + sha256 cellar: :any, ventura: "fc5a0f8e837c0ebc12b9ac213eaafec710b75988eb15d040f8ba729c2950eb90" + sha256 cellar: :any_skip_relocation, arm64_linux: "810f62e020da0a7965a4930a965dcbbba981269fbb3d21ae9c47a97f9af80cd0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b5a80bf0ffd65be22913d0a95ea78e169bf871387eee0dfbb45f7343b7c7caf4" end depends_on "pkgconf" => :build From 139c818c13f779b9f79363b2fa5e2babb5b50718 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:00:04 +0000 Subject: [PATCH 06339/10074] mesheryctl: update 0.8.102 bottle. --- Formula/m/mesheryctl.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 08423949b8876..b40f5d88f97cc 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,14 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd18f86094ce9146c8bb294ebf28a14c23bba3147ab095ada32c3e4ad0dfeab4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd18f86094ce9146c8bb294ebf28a14c23bba3147ab095ada32c3e4ad0dfeab4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bd18f86094ce9146c8bb294ebf28a14c23bba3147ab095ada32c3e4ad0dfeab4" - sha256 cellar: :any_skip_relocation, sonoma: "c7debc417d09965386a28ca056c21bda133c131d2dcf440a69c6445fdf0604b2" - sha256 cellar: :any_skip_relocation, ventura: "c7debc417d09965386a28ca056c21bda133c131d2dcf440a69c6445fdf0604b2" - sha256 cellar: :any_skip_relocation, arm64_linux: "e85cd8f71a9f62c8acb6c64e57169f351f2e69693c7a04434532a2b11ec8a525" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4be1a9ac4bed349407d06895caa7d3b65e46533b265aef643c8f18e7ef570306" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "54c239c2dea43b9d7df2ac3f587f9bc1f3102d16ecc785286fd19f76f5cea2cd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "54c239c2dea43b9d7df2ac3f587f9bc1f3102d16ecc785286fd19f76f5cea2cd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "54c239c2dea43b9d7df2ac3f587f9bc1f3102d16ecc785286fd19f76f5cea2cd" + sha256 cellar: :any_skip_relocation, sonoma: "3166baf0c145d8686793c5e59fdb73d509bee04438534eb692bf78ffffdfb9a6" + sha256 cellar: :any_skip_relocation, ventura: "3166baf0c145d8686793c5e59fdb73d509bee04438534eb692bf78ffffdfb9a6" + sha256 cellar: :any_skip_relocation, arm64_linux: "7261241e9f4596a67ed9c951230aacdf4185f83a7490c47fbc14cd6496a410f7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9aebffb2c75ef9d6ea4e2708c41a0277b38cf98ed2664f087d55d6f013846769" end depends_on "go" => :build From 0e10841898d10f61a94c4dc39ab6d8a3f67cc680 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:00:38 +0000 Subject: [PATCH 06340/10074] dotnet 9.0.6 --- Formula/d/dotnet.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/d/dotnet.rb b/Formula/d/dotnet.rb index 80fd87b459bca..0eb59077100d5 100644 --- a/Formula/d/dotnet.rb +++ b/Formula/d/dotnet.rb @@ -7,12 +7,12 @@ class Dotnet < Formula stable do # Source-build tag announced at https://github.com/dotnet/source-build/discussions - url "https://github.com/dotnet/dotnet/archive/refs/tags/v9.0.5.tar.gz" - sha256 "0ff026271b8e21db503284b5cfae8e0546f009d18581497ba754084729dc74c3" + url "https://github.com/dotnet/dotnet/archive/refs/tags/v9.0.6.tar.gz" + sha256 "8f25d48e7ec0a94b30b702c190ee78609a348520eebef32c1e6bfa196f29d794" resource "release.json" do - url "https://github.com/dotnet/dotnet/releases/download/v9.0.5/release.json" - sha256 "36900c37e54d780ade35f2eaeaa9bf2dc1e7789b5d82c6c11a63d0da2853f813" + url "https://github.com/dotnet/dotnet/releases/download/v9.0.6/release.json" + sha256 "b68de7f6e266c57d3698a0bd7310a6c7a302d9f6ca2c477e81d8282050067c4b" livecheck do formula :parent From aec214dc6f91dd78d4f85ab5d6fb6bdb6463df61 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:01:38 +0000 Subject: [PATCH 06341/10074] dotnet@8 8.0.17 --- Formula/d/dotnet@8.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/d/dotnet@8.rb b/Formula/d/dotnet@8.rb index 7856ccb24bfb9..58885e6d8894c 100644 --- a/Formula/d/dotnet@8.rb +++ b/Formula/d/dotnet@8.rb @@ -2,8 +2,8 @@ class DotnetAT8 < Formula desc ".NET Core" homepage "https://dotnet.microsoft.com/" # Source-build tag announced at https://github.com/dotnet/source-build/discussions - url "https://github.com/dotnet/dotnet/archive/refs/tags/v8.0.16.tar.gz" - sha256 "a722ead5ff5f7635a99920a22fc0665370d443db6469fc06ce7634e200ef9790" + url "https://github.com/dotnet/dotnet/archive/refs/tags/v8.0.17.tar.gz" + sha256 "17d82982a74e2f255ad6d171b72b317471095704c27be58db95a0cb67d237c12" license "MIT" livecheck do @@ -44,8 +44,8 @@ class DotnetAT8 < Formula end resource "release.json" do - url "https://github.com/dotnet/dotnet/releases/download/v8.0.16/release.json" - sha256 "3d85b5918a91afe65c64c53af3c9a7d3ff4ff72ea7dcdf70f552c0512d1d9c43" + url "https://github.com/dotnet/dotnet/releases/download/v8.0.17/release.json" + sha256 "c6d6b300136c07d45ae28369f967ebc45f02fe6bbd2c76bac42205e6f88f76c7" livecheck do formula :parent From c481255f64f7d35125a6aec9006c838a312c1143 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:04:29 +0000 Subject: [PATCH 06342/10074] folderify 4.1.0 --- Formula/f/folderify.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/folderify.rb b/Formula/f/folderify.rb index 0bb812410560b..c2ae88ac97fa5 100644 --- a/Formula/f/folderify.rb +++ b/Formula/f/folderify.rb @@ -1,8 +1,8 @@ class Folderify < Formula desc "Generate pixel-perfect macOS folder icons in the native style" homepage "https://github.com/lgarron/folderify" - url "https://github.com/lgarron/folderify/archive/refs/tags/v4.0.1.tar.gz" - sha256 "803c76b3a19e27341a2ca19d1ae13570ede1d358b6e0e0aa3ce94774f7e91626" + url "https://github.com/lgarron/folderify/archive/refs/tags/v4.1.0.tar.gz" + sha256 "730d19480fcd59b7d5f4b799dc4199351c9442dc80447d7d62bc11fffbb1cb65" license "MIT" head "https://github.com/lgarron/folderify.git", branch: "main" From 61c3b99b5fce65b6cad483743eec3aff02f91e6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:09:49 +0000 Subject: [PATCH 06343/10074] harper 0.42.0 --- Formula/h/harper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index eec0949364d12..0c4151d181cc9 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -1,8 +1,8 @@ class Harper < Formula desc "Grammar Checker for Developers" homepage "https://writewithharper.com/" - url "https://github.com/Automattic/harper/archive/refs/tags/v0.41.0.tar.gz" - sha256 "6e5206e55bd1dbaa3127fe73413d90f2ea62d2e0d906e1a0ecd45e6831354aa9" + url "https://github.com/Automattic/harper/archive/refs/tags/v0.42.0.tar.gz" + sha256 "705e1fd1d33b0d37f0d2146e0ac6345dbcd8dda448f3c61c9f827c8391a906d1" license "Apache-2.0" head "https://github.com/Automattic/harper.git", branch: "master" From 862d45dfadc09980275e8ef0ae9c79df1541dc18 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:11:52 +0000 Subject: [PATCH 06344/10074] infisical 0.41.84 --- Formula/i/infisical.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index 87f41fa156760..a530cf46204b0 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -1,8 +1,8 @@ class Infisical < Formula desc "CLI for Infisical" homepage "https://infisical.com/docs/cli/overview" - url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.83.tar.gz" - sha256 "e5ee936ec12965c969af18ac3ac461def72e3395cf27882a4b0cc4501da13910" + url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.84.tar.gz" + sha256 "eede5ce0b2834b5c3511232ce0014156d5604c4f2fdd3a298534aead3835926c" license "MIT" head "https://github.com/Infisical/infisical.git", branch: "main" From 6f2dd987eb82fd805233febd58cbfe8b45c23231 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:12:09 +0000 Subject: [PATCH 06345/10074] ipatool 2.2.0 --- Formula/i/ipatool.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipatool.rb b/Formula/i/ipatool.rb index 4614b1d4b2f7b..a1b53f93818eb 100644 --- a/Formula/i/ipatool.rb +++ b/Formula/i/ipatool.rb @@ -1,8 +1,8 @@ class Ipatool < Formula desc "CLI tool for searching and downloading app packages from the iOS App Store" homepage "https://github.com/majd/ipatool" - url "https://github.com/majd/ipatool/archive/refs/tags/v2.1.6.tar.gz" - sha256 "7527e6896185c10a8c009124e1d3c62276ebf06915701f90b123afcffd03d480" + url "https://github.com/majd/ipatool/archive/refs/tags/v2.2.0.tar.gz" + sha256 "676cd6bd039c25fe649a35ea86977706c0818442624da87c7f4285257cc7aa12" license "MIT" head "https://github.com/majd/ipatool.git", branch: "main" From 880d840f9ab7976ce6387257367baf84a7c6024d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:14:17 +0000 Subject: [PATCH 06346/10074] lacework-cli 2.2.0 --- Formula/l/lacework-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lacework-cli.rb b/Formula/l/lacework-cli.rb index 8c8c84c59b7e5..63153d26175ab 100644 --- a/Formula/l/lacework-cli.rb +++ b/Formula/l/lacework-cli.rb @@ -2,8 +2,8 @@ class LaceworkCli < Formula desc "CLI for managing Lacework" homepage "https://docs.lacework.com/cli" url "https://github.com/lacework/go-sdk.git", - tag: "v2.1.10", - revision: "440ad70d1542465900fcb65af669c7c03596f87a" + tag: "v2.2.0", + revision: "80646d5596b2180e888fe708d20c704f51a4b2f2" license "Apache-2.0" head "https://github.com/lacework/go-sdk.git", branch: "main" From 8fbd448406ea5bc226735ee1556d809490a7de9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:15:20 +0000 Subject: [PATCH 06347/10074] libffi 3.5.1 --- Formula/lib/libffi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libffi.rb b/Formula/lib/libffi.rb index c8d751edb6508..c0fbd110262d4 100644 --- a/Formula/lib/libffi.rb +++ b/Formula/lib/libffi.rb @@ -1,8 +1,8 @@ class Libffi < Formula desc "Portable Foreign Function Interface library" homepage "https://sourceware.org/libffi/" - url "https://github.com/libffi/libffi/releases/download/v3.5.0/libffi-3.5.0.tar.gz" - sha256 "8c72678628a5dd8782f08ad421d5a441e42c1c5c1b33e0bc211cbfcf1f3b3978" + url "https://github.com/libffi/libffi/releases/download/v3.5.1/libffi-3.5.1.tar.gz" + sha256 "f99eb68a67c7d54866b7706af245e87ba060d419a062474b456d3bc8d4abdbd1" license "MIT" livecheck do From 0d4b8b6a6ad0bd4ce451587fd5b380c907555a88 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:20:30 +0000 Subject: [PATCH 06348/10074] metabase 0.55.2 --- Formula/m/metabase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/metabase.rb b/Formula/m/metabase.rb index 21c703c93da3b..8ff44f15e3742 100644 --- a/Formula/m/metabase.rb +++ b/Formula/m/metabase.rb @@ -1,8 +1,8 @@ class Metabase < Formula desc "Business intelligence report server" homepage "https://www.metabase.com/" - url "https://downloads.metabase.com/v0.55.1/metabase.jar" - sha256 "8a1d52b569ab91378b14ca83b0a926794fb18aaf5634ce1f4266266ed943a7ab" + url "https://downloads.metabase.com/v0.55.2/metabase.jar" + sha256 "a2170a4599bf65774a03b058ae6594ffddd8f0293f3749f4b494ebc0f4045521" license "AGPL-3.0-only" livecheck do From 9629857063bcb569d3dabe114f612ffba6c29ba4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:21:01 +0000 Subject: [PATCH 06349/10074] evernote-backup: update 1.13.1_1 bottle. --- Formula/e/evernote-backup.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/evernote-backup.rb b/Formula/e/evernote-backup.rb index a6e036edea05a..7ec0e05cf015d 100644 --- a/Formula/e/evernote-backup.rb +++ b/Formula/e/evernote-backup.rb @@ -11,13 +11,13 @@ class EvernoteBackup < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf2e5bf18ebe4af610081206fb38e9124cadf4e596df687b90924480b91f8dc9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9b31ec399d7dde71784ee3d71c605d0041260f865f41057d3349cae3c494a20" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4ea61ddd13136e0e3814e757789fbeb9f8dbd85468c3c4c4cc78e4f4e6ea58c5" - sha256 cellar: :any_skip_relocation, sonoma: "a86e54cdb8638d4f64ada56815fdd09cd4168c00384aae450d555cf9ad563d3f" - sha256 cellar: :any_skip_relocation, ventura: "8e6562bba45f91be1b194675431bc1cba3fa404aa420fbb4908d2d1fd4e753fa" - sha256 cellar: :any_skip_relocation, arm64_linux: "c6f025f8f554c38e73546c8e8db3c44aeb9c56408787efa33df5720bd2a1fa43" - sha256 cellar: :any_skip_relocation, x86_64_linux: "042e87c2d48e0f702ad7fdd6169178d5a6cc483773c626f4bab90546785e3380" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c75cc66e5a495fe611aa9dbf89c88164fcdafb8f871a01c5b114447465f9b15b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeddac93f09fe8b65c6f3b3623b137e587c432e82190d55281ab0c8eb4e4ec7a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a6a5ec3b0e34b9e4fb5ba960b4393e370ea75ef0489fa9ad9b2d6656acb122b7" + sha256 cellar: :any_skip_relocation, sonoma: "75aa26f205a78318ef8caee2a92b9bbe3efa3ac1e1cae2aa0d99573ceaca4372" + sha256 cellar: :any_skip_relocation, ventura: "2089a26a8a7d9f47eb92c7ac2fa7a21c70bec848decbd1185dba2f7c97d5f446" + sha256 cellar: :any_skip_relocation, arm64_linux: "b95f6cde456462a8331c8063ab13f30ba9b93da131f27d2b4cc89ac0612193c8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aab8ed22b2174b9435f3986a14cd6e78003d98077c81701105fb62d8bf699fd4" end depends_on "certifi" From bdb6b3c5e1c9ab62f2c5a0c51f973c89468d6026 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:21:21 +0000 Subject: [PATCH 06350/10074] flit: update 3.12.0_1 bottle. --- Formula/f/flit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/flit.rb b/Formula/f/flit.rb index 10cc3d46e4493..5c4dda5a40d25 100644 --- a/Formula/f/flit.rb +++ b/Formula/f/flit.rb @@ -10,7 +10,7 @@ class Flit < Formula head "https://github.com/pypa/flit.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "6945f2d419802861ae50b63d9cf7eee8817dba00e219a909b9d1ba0555c23281" + sha256 cellar: :any_skip_relocation, all: "ac29da4b69781a3dd6268df613a9c3899553e1a13d14a1b2bf2aeba330ed4e6b" end depends_on "certifi" From ac5bed162173b73cd393617870d4d52fd4aafc31 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:22:10 +0000 Subject: [PATCH 06351/10074] vim: update 9.1.1450 bottle. --- Formula/v/vim.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vim.rb b/Formula/v/vim.rb index 681c02d0f9d06..64d21e0ad487d 100644 --- a/Formula/v/vim.rb +++ b/Formula/v/vim.rb @@ -25,13 +25,13 @@ class Vim < Formula end bottle do - sha256 arm64_sequoia: "5d1e903f30e89052c69252cb6fe03cece0d8070f85a63d5681035c2ed922e548" - sha256 arm64_sonoma: "3eea63ae97f73fd5e20dc75c8e35bdedb095cd629673303d7aa1dc8f204d056a" - sha256 arm64_ventura: "65b033c26efd4f0332aaae8b4198733ac4fa5f0e6830ea1244107b678966d5e5" - sha256 sonoma: "bf27c51127c16030ef64d42f8f94fd2116a2d6a5059d236b36bfb22e42947268" - sha256 ventura: "5c466493e251b44d19613b3e83561eb5d6d66ade429f9a4f798d6f65c6c9b388" - sha256 arm64_linux: "857dbb75a655a3f82b144310dabaf9c3f41c048e9d60ff3109dca03115a9312b" - sha256 x86_64_linux: "c68baf9da3a5dc701ee487180e1ee8b90118618275764c54d58d5c88a48e8cd0" + sha256 arm64_sequoia: "241ddc8d7c0d14b84c1bb827cc29e0beae7eb46e137ff58969b462b50d9520b3" + sha256 arm64_sonoma: "6b8fe0c9987735d587c13683b8cd6be97f731057e9ada6f463fa96c558a046a2" + sha256 arm64_ventura: "fc88960059dba80d3de8a50b91a4343879e0911c3e59cc9258fee67a32341fdf" + sha256 sonoma: "9d6c243920557b4f04d253a2162e851637394f780803081d1e83c0302acedfab" + sha256 ventura: "06c145a4e8d6a37095e318a1b2130ca2c02361dd424ab1e06628d059444522af" + sha256 arm64_linux: "767c7138f237454c60012c57920746b624a1caf0cf10502df10dc42cd5e47ae0" + sha256 x86_64_linux: "66d26adb299c6516c21c526f7f719569c4f5edd28cd66e375ffa39534d70776b" end depends_on "gettext" From 16e1efeb4c9bbf8820f1aebc7ec6625f99fe809f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:32:52 +0000 Subject: [PATCH 06352/10074] gptline: bump python resources gptline: lxml-html-clean 0.4.2 Signed-off-by: Rui Chen --- Formula/g/gptline.rb | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Formula/g/gptline.rb b/Formula/g/gptline.rb index 73eb856259be7..7bd4f27441499 100644 --- a/Formula/g/gptline.rb +++ b/Formula/g/gptline.rb @@ -6,7 +6,7 @@ class Gptline < Formula url "https://files.pythonhosted.org/packages/5b/28/d15a9a5b349c77a051a633e13141151314f352067ec7d516220bd6b20fcf/gptline-1.0.8.tar.gz" sha256 "4a0a0b5fa4f23e5f2ad7ac5bf44a9143e5de3757b0b8eefe5d78a7757d1d34bb" license "GPL-3.0-only" - revision 6 + revision 7 head "https://github.com/gnachman/gptline.git", branch: "main" no_autobump! because: :requires_manual_review @@ -59,13 +59,13 @@ class Gptline < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "cssselect" do @@ -124,13 +124,13 @@ class Gptline < Formula end resource "jiter" do - url "https://files.pythonhosted.org/packages/1e/c2/e4562507f52f0af7036da125bb699602ead37a2332af0788f8e0a3417f36/jiter-0.9.0.tar.gz" - sha256 "aadba0964deb424daa24492abc3d229c60c4a31bfee205aedbf1acc7639d7893" + url "https://files.pythonhosted.org/packages/ee/9d/ae7ddb4b8ab3fb1b51faf4deb36cb48a4fbbd7cb36bad6a5fca4741306f7/jiter-0.10.0.tar.gz" + sha256 "07a7142c38aacc85194391108dc91b5b57093c978a9932bd86a36862759d9500" end resource "joblib" do - url "https://files.pythonhosted.org/packages/64/33/60135848598c076ce4b231e1b1895170f45fbcaeaa2c9d5e38b04db70c35/joblib-1.4.2.tar.gz" - sha256 "2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e" + url "https://files.pythonhosted.org/packages/dc/fe/0f5a938c54105553436dbff7a61dc4fed4b1b2c98852f8833beaf4d5968f/joblib-1.5.1.tar.gz" + sha256 "f4f86e351f39fe3d0d32a9f2c3d8af1ee4cec285aafcb27003dda5205576b444" end resource "lxml" do @@ -154,8 +154,8 @@ class Gptline < Formula end resource "openai" do - url "https://files.pythonhosted.org/packages/84/51/817969ec969b73d8ddad085670ecd8a45ef1af1811d8c3b8a177ca4d1309/openai-1.76.0.tar.gz" - sha256 "fd2bfaf4608f48102d6b74f9e11c5ecaa058b60dad9c36e409c12477dfd91fb2" + url "https://files.pythonhosted.org/packages/ec/7a/9ad4a61f1502f0e59d8c27fb629e28a63259a44d8d31cd2314e1534a2d9f/openai-1.86.0.tar.gz" + sha256 "c64d5b788359a8fdf69bd605ae804ce41c1ce2e78b8dd93e2542e0ee267f1e4b" end resource "prompt-toolkit" do @@ -164,13 +164,13 @@ class Gptline < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pygments" do @@ -194,8 +194,8 @@ class Gptline < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-file" do @@ -249,13 +249,13 @@ class Gptline < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do From 747d4d32f4bf33d4dd44d50db4ac71b1329a42f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:32:00 +0000 Subject: [PATCH 06353/10074] git-review: bump python resources git-review: update test Signed-off-by: Rui Chen --- Formula/g/git-review.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Formula/g/git-review.rb b/Formula/g/git-review.rb index b99ec2adcfbed..657efac27e6ce 100644 --- a/Formula/g/git-review.rb +++ b/Formula/g/git-review.rb @@ -6,6 +6,7 @@ class GitReview < Formula url "https://files.pythonhosted.org/packages/da/92/ddc922d34061791a4d0fd483ee4ffc5e026e93783b70fe5a29a129d0cf63/git_review-2.5.0.tar.gz" sha256 "1bcffaef02848a5a3b066e8268c7d700a77cbd8b2e56b128d30f60cd431cf0a8" license "Apache-2.0" + revision 1 head "https://opendev.org/opendev/git-review.git", branch: "master" bottle do @@ -28,8 +29,8 @@ class GitReview < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do @@ -50,6 +51,7 @@ def install (testpath/"foo").write "test file" system "git", "add", "foo" system "git", "commit", "-m", "test" - system bin/"git-review", "--dry-run" + # submit code to `main` branch (default is `master`) + system bin/"git-review", "--dry-run", "main" end end From 73071493597aeb0d7f91a78c297c75ef576fd4f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:27:48 +0000 Subject: [PATCH 06354/10074] pyright 1.1.402 --- Formula/p/pyright.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pyright.rb b/Formula/p/pyright.rb index c0c643809b330..09df136b7b853 100644 --- a/Formula/p/pyright.rb +++ b/Formula/p/pyright.rb @@ -1,8 +1,8 @@ class Pyright < Formula desc "Static type checker for Python" homepage "https://github.com/microsoft/pyright" - url "https://registry.npmjs.org/pyright/-/pyright-1.1.401.tgz" - sha256 "314aee741763f9c120da6f4c08352ba15fe161142193a68b9e04108a139a3d0f" + url "https://registry.npmjs.org/pyright/-/pyright-1.1.402.tgz" + sha256 "c0f45ed549c216f1aea353f8888a9a38744790be195a73541188853f5159453d" license "MIT" bottle do From 636ac086fe24543333ea07550ec75da459e66a5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:30:45 +0000 Subject: [PATCH 06355/10074] fdroidserver: bump python resources Signed-off-by: Rui Chen --- Formula/f/fdroidserver.rb | 69 ++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/Formula/f/fdroidserver.rb b/Formula/f/fdroidserver.rb index 7f499999a65da..28201db6cf80a 100644 --- a/Formula/f/fdroidserver.rb +++ b/Formula/f/fdroidserver.rb @@ -6,6 +6,7 @@ class Fdroidserver < Formula url "https://files.pythonhosted.org/packages/bd/81/728a7426ef7db26bee1a1737dbafe48f4253b249155ec1d6910ecad0c30c/fdroidserver-2.4.0.tar.gz" sha256 "15d91bb8ca0fbc81a346ec222d910af064670c51f20a2b649ef2834c0555d19c" license "AGPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "35611a78e8afa3af653ebccef13225e253f403987b3c29cbc455fe2b71a39a55" @@ -59,8 +60,8 @@ class Fdroidserver < Formula end resource "argcomplete" do - url "https://files.pythonhosted.org/packages/0a/35/aacd2207c79d95e4ace44292feedff8fccfd8b48135f42d84893c24cc39b/argcomplete-3.6.1.tar.gz" - sha256 "927531c2fbaa004979f18c2316f6ffadcfc5cc2de15ae2624dfe65deaf60e14f" + url "https://files.pythonhosted.org/packages/16/0f/861e168fc813c56a78b35f3c30d91c6757d1fd185af1110f1aec784b35d0/argcomplete-3.6.2.tar.gz" + sha256 "d0519b1bc867f5f4f4713c41ad0aba73a4a5f007449716b16f385f2166dc6adf" end resource "args" do @@ -89,13 +90,13 @@ class Fdroidserver < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "clint" do @@ -109,8 +110,8 @@ class Fdroidserver < Formula end resource "contourpy" do - url "https://files.pythonhosted.org/packages/25/c2/fc7193cc5383637ff390a712e88e4ded0452c9fbcf84abe3de5ea3df1866/contourpy-1.3.1.tar.gz" - sha256 "dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699" + url "https://files.pythonhosted.org/packages/66/54/eb9bfc647b19f2009dd5c7f5ec51c4e6ca831725f1aea7a993034f483147/contourpy-1.3.2.tar.gz" + sha256 "b6945942715a034c671b7fc54f9588126b0b8bf23db2696e3ca8328f3ff0ab54" end resource "cycler" do @@ -134,8 +135,8 @@ class Fdroidserver < Formula end resource "fonttools" do - url "https://files.pythonhosted.org/packages/1c/8c/9ffa2a555af0e5e5d0e2ed7fdd8c9bef474ed676995bb4c57c9cd0014248/fonttools-4.56.0.tar.gz" - sha256 "a114d1567e1a1586b7e9e7fc2ff686ca542a82769a296cef131e4c4af51e58f4" + url "https://files.pythonhosted.org/packages/b6/a9/3319c6ae07fd9dde51064ddc6d82a2b707efad8ed407d700a01091121bbc/fonttools-4.58.2.tar.gz" + sha256 "4b491ddbfd50b856e84b0648b5f7941af918f6d32f938f18e62b58426a8d50e2" end resource "future" do @@ -159,8 +160,8 @@ class Fdroidserver < Formula end resource "ipython" do - url "https://files.pythonhosted.org/packages/7d/ce/012a0f40ca58a966f87a6e894d6828e2817657cbdf522b02a5d3a87d92ce/ipython-9.0.2.tar.gz" - sha256 "ec7b479e3e5656bf4f58c652c120494df1820f4f28f522fb7ca09e213c2aab52" + url "https://files.pythonhosted.org/packages/dc/09/4c7e06b96fbd203e06567b60fb41b06db606b6a82db6db7b2c85bb72a15c/ipython-9.3.0.tar.gz" + sha256 "79eb896f9f23f50ad16c3bc205f686f6e030ad246cc309c6279a242b14afe9d8" end resource "ipython-pygments-lexers" do @@ -184,13 +185,13 @@ class Fdroidserver < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8/lxml-5.3.1.tar.gz" - sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "matplotlib" do - url "https://files.pythonhosted.org/packages/2f/08/b89867ecea2e305f408fbb417139a8dd941ecf7b23a2e02157c36da546f0/matplotlib-3.10.1.tar.gz" - sha256 "e8d2d0e3881b129268585bf4765ad3ee73a4591d77b9a18c214ac7e3a79fb2ba" + url "https://files.pythonhosted.org/packages/26/91/d49359a21893183ed2a5b6c76bec40e0b1dcbf8ca148f864d134897cfc75/matplotlib-3.10.3.tar.gz" + sha256 "2f82d2c5bb7ae93aaaa4cd42aca65d76ce6376f83304fa3a630b569aca274df0" end resource "matplotlib-inline" do @@ -199,8 +200,8 @@ class Fdroidserver < Formula end resource "networkx" do - url "https://files.pythonhosted.org/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f/networkx-3.4.2.tar.gz" - sha256 "307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1" + url "https://files.pythonhosted.org/packages/6c/4f/ccdb8ad3a38e583f214547fd2f7ff1fc160c43a75af88e6aec213404b96a/networkx-3.5.tar.gz" + sha256 "d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037" end resource "oscrypto" do @@ -209,8 +210,8 @@ class Fdroidserver < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "paramiko" do @@ -234,13 +235,13 @@ class Fdroidserver < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "prompt-toolkit" do - url "https://files.pythonhosted.org/packages/a1/e1/bd15cb8ffdcfeeb2bdc215de3c3cffca11408d829e4b8416dcfe71ba8854/prompt_toolkit-3.0.50.tar.gz" - sha256 "544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab" + url "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz" + sha256 "931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed" end resource "ptyprocess" do @@ -259,8 +260,8 @@ class Fdroidserver < Formula end resource "pydot" do - url "https://files.pythonhosted.org/packages/66/dd/e0e6a4fb84c22050f6a9701ad9fd6a67ef82faa7ba97b97eb6fdc6b49b34/pydot-3.0.4.tar.gz" - sha256 "3ce88b2558f3808b0376f22bfa6c263909e1c3981e2a7b629b65b451eee4a25d" + url "https://files.pythonhosted.org/packages/d1/c3/6034ed1ebf2e3ba95a0e35fa7c43104e40444c0ed2b5325702c63e824dbf/pydot-4.0.0.tar.gz" + sha256 "12f16493337cade2f7631b87c8ccd299ba2e251f3ee5d0732a058df2887afe97" end resource "pygments" do @@ -299,13 +300,13 @@ class Fdroidserver < Formula end resource "qrcode" do - url "https://files.pythonhosted.org/packages/d7/db/6fc9631cac1327f609d2c8ae3680ecd987a2e97472437f2de7ead1235156/qrcode-8.0.tar.gz" - sha256 "025ce2b150f7fe4296d116ee9bad455a6643ab4f6e7dce541613a4758cbce347" + url "https://files.pythonhosted.org/packages/8f/b2/7fc2931bfae0af02d5f53b174e9cf701adbb35f39d69c2af63d4a39f81a9/qrcode-8.2.tar.gz" + sha256 "35c3f2a4172b33136ab9f6b3ef1c00260dd2f66f858f24d88418a015f446506c" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "ruamel-yaml" do @@ -339,8 +340,8 @@ class Fdroidserver < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "wcwidth" do @@ -349,8 +350,8 @@ class Fdroidserver < Formula end resource "yamllint" do - url "https://files.pythonhosted.org/packages/4e/82/b2b6fa4c3e24df501d14eff23100b37e6d9f80cbed80644de4d1260ff402/yamllint-1.37.0.tar.gz" - sha256 "ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580" + url "https://files.pythonhosted.org/packages/46/f2/cd8b7584a48ee83f0bc94f8a32fea38734cefcdc6f7324c4d3bfc699457b/yamllint-1.37.1.tar.gz" + sha256 "81f7c0c5559becc8049470d86046b36e96113637bcbe4753ecef06977c00245d" end def install From 2ed688f0f47ea51e751b645d3c6fe6b60c8b0c6d Mon Sep 17 00:00:00 2001 From: nodenv bot <68817010+nodenv-bot@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:31:12 -0400 Subject: [PATCH 06356/10074] node-build 5.4.3 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/n/node-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index ab4f21cef032c..896d20ce32c9a 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -1,8 +1,8 @@ class NodeBuild < Formula desc "Install NodeJS versions" homepage "https://github.com/nodenv/node-build" - url "https://github.com/nodenv/node-build/archive/refs/tags/v5.4.2.tar.gz" - sha256 "5a8477cbdc3a8423a635f91f0e21ba35d60a151cba494cae95d55e9aaf3f941b" + url "https://github.com/nodenv/node-build/archive/refs/tags/v5.4.3.tar.gz" + sha256 "1ff1a2c1fb51b5456d4d9edfd6a6fa9cc83dbdf473e0a61d7816a0ed935af165" license "MIT" head "https://github.com/nodenv/node-build.git", branch: "master" From c28f0fa80eca5305a36d645bcda13d67321d91fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:33:46 +0000 Subject: [PATCH 06357/10074] sqruff 0.26.6 --- Formula/s/sqruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index de0de412d10f9..e7aa46b19f6bf 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -1,8 +1,8 @@ class Sqruff < Formula desc "Fast SQL formatter/linter" homepage "https://github.com/quarylabs/sqruff" - url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.5.tar.gz" - sha256 "3322d64640690fa9bb0cd20a0394a3bc964f00c8d0fd262b1299532c4194a953" + url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.6.tar.gz" + sha256 "5fa252e2710ffb18c7c07ffffea298ff2cfe1117d4279259fd1704d8dd1c7c7a" license "Apache-2.0" head "https://github.com/quarylabs/sqruff.git", branch: "main" From fdb041c91680fd39159b1723e67a5a1305a38c53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:35:14 +0000 Subject: [PATCH 06358/10074] apt: update 3.1.2 bottle. --- Formula/a/apt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/apt.rb b/Formula/a/apt.rb index 6557a62d68021..5fe1222b6b400 100644 --- a/Formula/a/apt.rb +++ b/Formula/a/apt.rb @@ -12,8 +12,8 @@ class Apt < Formula end bottle do - sha256 arm64_linux: "63cbae9a9b707ffb1d282a381b1a3631dcb0b3c4e1de1900ea1e8b7dd5b92503" - sha256 x86_64_linux: "826db8a183201f16a07ec73d4feb25cabc39c85b5763e1ce12bb53c46ec6eddf" + sha256 arm64_linux: "1697404c6b9289f3a011fbc4df833ee07be34462566f9cb00ffcbaf2dd39855f" + sha256 x86_64_linux: "de9998a9dd6ea8374f10eb1380c2cecbbef761fa75c76e713d3364b989adf608" end keg_only "not linked to prevent conflicts with system apt" From 4cb423281566b1a5f380c7e0f801a2df1e603d10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:35:34 +0000 Subject: [PATCH 06359/10074] termscp 0.18.0 --- Formula/t/termscp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/termscp.rb b/Formula/t/termscp.rb index 25b36b97af0c1..67815b5399ff5 100644 --- a/Formula/t/termscp.rb +++ b/Formula/t/termscp.rb @@ -1,8 +1,8 @@ class Termscp < Formula desc "Feature rich terminal file transfer and explorer" homepage "https://termscp.veeso.dev/" - url "https://github.com/veeso/termscp/archive/refs/tags/v0.17.0.tar.gz" - sha256 "ada7bbf513104272687c703217f2cc45f834af979fa6bde1b7ab4ee059d67669" + url "https://github.com/veeso/termscp/archive/refs/tags/v0.18.0.tar.gz" + sha256 "3791b4c4b63dd4ea31b6e4d7be754edf9441c5a84c9e7be878463411c4337588" license "MIT" head "https://github.com/veeso/termscp.git", branch: "main" From 3716d74d6ae1dfaaf634c2dfa2e45de54bee6a32 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:39:06 +0000 Subject: [PATCH 06360/10074] fred: update 1.2.0_2 bottle. --- Formula/f/fred.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/f/fred.rb b/Formula/f/fred.rb index 2371c2a5d41c4..6739cc79af079 100644 --- a/Formula/f/fred.rb +++ b/Formula/f/fred.rb @@ -9,14 +9,13 @@ class Fred < Formula revision 2 bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dda7a9bb2e5061f6166ccee21467b94ded8b850aca54196ab1405c2d773042db" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dda7a9bb2e5061f6166ccee21467b94ded8b850aca54196ab1405c2d773042db" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dda7a9bb2e5061f6166ccee21467b94ded8b850aca54196ab1405c2d773042db" - sha256 cellar: :any_skip_relocation, sonoma: "eedf8e333e8eddde050d16bda766093370475729b1219e6de44fa0795ad5e182" - sha256 cellar: :any_skip_relocation, ventura: "eedf8e333e8eddde050d16bda766093370475729b1219e6de44fa0795ad5e182" - sha256 cellar: :any_skip_relocation, arm64_linux: "ec3b6eeb520ce824351dfe086565d59c0cec9976ec82a6faf0aa69c500fa2482" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dda7a9bb2e5061f6166ccee21467b94ded8b850aca54196ab1405c2d773042db" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" + sha256 cellar: :any_skip_relocation, sonoma: "12895b8db5c519c9ef051229b13b8bf10a2bb87650a1dcaec0cb87acfec73cbc" + sha256 cellar: :any_skip_relocation, ventura: "12895b8db5c519c9ef051229b13b8bf10a2bb87650a1dcaec0cb87acfec73cbc" + sha256 cellar: :any_skip_relocation, arm64_linux: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" end depends_on "certifi" From 0951742c6281d4dedcd1c2f0eff7f2bc3acbb9e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:40:06 +0000 Subject: [PATCH 06361/10074] z3 4.15.1 --- Formula/z/z3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/z3.rb b/Formula/z/z3.rb index f1441efc7d330..a4916db6bf8d8 100644 --- a/Formula/z/z3.rb +++ b/Formula/z/z3.rb @@ -1,8 +1,8 @@ class Z3 < Formula desc "High-performance theorem prover" homepage "https://github.com/Z3Prover/z3" - url "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.15.0.tar.gz" - sha256 "16aa2c02ff34a902a38bddc29f6f720deb1fb6c6987c45ccb782430300f5ccc5" + url "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.15.1.tar.gz" + sha256 "ebf6eed5f2cb217d62abddaa94526189ae40bf3c415fb9c2e2128e099f16fda0" license "MIT" head "https://github.com/Z3Prover/z3.git", branch: "master" From 78d21152953057c12eb5941c2e8bbe632bdc7211 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:55:49 +0000 Subject: [PATCH 06362/10074] packcc: update 2.2.0 bottle. --- Formula/p/packcc.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/p/packcc.rb b/Formula/p/packcc.rb index 26c8c8ad6cdbc..4a71143be76c6 100644 --- a/Formula/p/packcc.rb +++ b/Formula/p/packcc.rb @@ -7,12 +7,13 @@ class Packcc < Formula head "https://github.com/arithy/packcc.git", branch: "master" bottle do - sha256 arm64_sequoia: "3d37ed91a62162fbb2cfb2d37e196177a3584e43c18bfb938be202052a8219b3" - sha256 arm64_sonoma: "21241274aba27be73f8ff6390bb869d8156fa6d10600fef5b1700c14a4ced794" - sha256 arm64_ventura: "ec0467faea2cfa65c990ceb31fe1abfd7ed10ede453ba4544b8f445d241af1bb" - sha256 sonoma: "30b0c8452bd024c265e2199bfbde85b7d87def62dbf6f7138ef4109feeff8286" - sha256 ventura: "8798726082b26db0a5d03b25f0e4928d91f7f2f44ca2a8d735e6df20e7c95eb0" - sha256 x86_64_linux: "9cff89541011aba3df7ed2ee6cc72c08fd3afce9ab9cecb82a57c1d812ab7609" + rebuild 1 + sha256 arm64_sequoia: "7d5658437a0ceec144106d77f0bae460683421de720515cbad71e8538c4d7cbe" + sha256 arm64_sonoma: "3011badb913ee3f4cb4482502e883c68a6b0a0d369c2a63a3a99ba170c946c4e" + sha256 arm64_ventura: "255f7aea2aa1751e6f4cefb5bdf94c39b8f467d13367b3e1f5a6ebb7bacb4106" + sha256 sonoma: "d4536c19e74530b56251136175507807f63547cbc67cf77c93f6b4545569c046" + sha256 ventura: "ff1768a9796d859f9ba44c04f5f7ed04692ea39d9ed62dbc8255713f8badb263" + sha256 x86_64_linux: "ace36e10dc14b5bfa32e9f13355c9b713723148ab1f34e7b9cb90c0782550e01" end def install From 831117ad3f10425d42f2b65ffa4fc080b9063cca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:04:24 +0000 Subject: [PATCH 06363/10074] gallery-dl: update 1.29.7_1 bottle. --- Formula/g/gallery-dl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gallery-dl.rb b/Formula/g/gallery-dl.rb index 68bb8543713d6..d5254e6254e60 100644 --- a/Formula/g/gallery-dl.rb +++ b/Formula/g/gallery-dl.rb @@ -10,7 +10,7 @@ class GalleryDl < Formula head "https://github.com/mikf/gallery-dl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "8f2f8e90e426d4348a013adefa6f319bcb304cb258cad0909261482d4e1ebcdc" + sha256 cellar: :any_skip_relocation, all: "8b7e42b908a2fd701824ed41230e227bc35d80af92a9c40be8afbaaf8cde458d" end depends_on "certifi" From c9030eed53a28cca3184b0f2bbf4b1035b537a74 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:06:31 +0000 Subject: [PATCH 06364/10074] forbidden: update 13.2_1 bottle. --- Formula/f/forbidden.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/forbidden.rb b/Formula/f/forbidden.rb index fd2a46026ef2c..163fbaacb9a18 100644 --- a/Formula/f/forbidden.rb +++ b/Formula/f/forbidden.rb @@ -10,13 +10,13 @@ class Forbidden < Formula head "https://github.com/ivan-sincek/forbidden.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "2245b94b8c99ed3559cc4adb14dd697f91470ed94a9deee99f747db03a25022e" - sha256 cellar: :any, arm64_sonoma: "b477ba383c03cea30975ed2963b0fcd32b7a1ff7f667f1c6330560abf189857d" - sha256 cellar: :any, arm64_ventura: "18eb7d97360f621c07c4f49e408940a273be58e051212720fb93c57522d464eb" - sha256 cellar: :any, sonoma: "65007aa53d56c3695b661ead36a7f80c7fa8265bee1e2535c0944887a2b1673d" - sha256 cellar: :any, ventura: "288400dd51340b542c352fb9899300fea07a2a2a528e785274c4a79eebf3697e" - sha256 cellar: :any_skip_relocation, arm64_linux: "247ee447bea00d027b98995b8ceb448946dba48aeacfbc03eed32cc302b90002" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f7b94130c1ae5812ca69f9492c9155eed553c1dfef6799066429acb99ff58ce3" + sha256 cellar: :any, arm64_sequoia: "982a7c02aff4742964dc98742c4295469391bc74ab77e10f9c7ae2c8fdd3bdf5" + sha256 cellar: :any, arm64_sonoma: "7370f2a1aac5012366ed4d05e5346396c853e6abefbfa790e5010ab3e7e6c2f2" + sha256 cellar: :any, arm64_ventura: "6a285ffdd2ad660f8596130405c00e796f3c98bcb043865e7a00a4e188d37677" + sha256 cellar: :any, sonoma: "3d8e33dc5de2d1623c38344e078148c6ffc14a990c58631fc4fa6acc348e895d" + sha256 cellar: :any, ventura: "b16fb162c6b5385ea2d300b52b1282a4eac092718c82bcd18d3d305abf93c57d" + sha256 cellar: :any_skip_relocation, arm64_linux: "d295e60830896f3756e79caba62b7cc2a102913c209bd46b6a8d075cbfa12c71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b21489768fe7143d1fe323c8250746be41f7133d86dae0755260572321a81aa5" end depends_on "certifi" From 5e7939dc3aab07f04535af2a8e309ce04762ec70 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:07:51 +0000 Subject: [PATCH 06365/10074] sui: update 1.50.1 bottle. --- Formula/s/sui.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sui.rb b/Formula/s/sui.rb index f140f7905a4a0..ce3f330b622d6 100644 --- a/Formula/s/sui.rb +++ b/Formula/s/sui.rb @@ -11,13 +11,13 @@ class Sui < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "993b9876c14650fb6c5049da97f365ce53d109595f286bebe2475ea0cc10ecf5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "51908daca2a819377163e5c91c7c3d5b11c5f53e87fbfb47abe806485c22798f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3b9a30e8dcd0a0e4a8068768e24027e793a937040f14a164f5be61e214a9de97" - sha256 cellar: :any_skip_relocation, sonoma: "dd2cf2469f20f539629655812650cfa869d96e116e0b9c354b0f6b9ec1c44d97" - sha256 cellar: :any_skip_relocation, ventura: "46df3a89746faac3f0c437c0f3858265a40937689856f5d7fc7de03a1f0e5434" - sha256 cellar: :any_skip_relocation, arm64_linux: "c802c60c1a4cfc8058dde7b292de910bdd4ef8f5f36306440fa64a0af77798fb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9ccb07046fafa7f3c64a4ad1f51fa1f692d498721c4e0e1b21f6c25982f54bfb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9fd769b49c4b621028450807fff6214e9966b7dd54724bb9744a469945c316ff" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6fd5a017b256b69e679ebad8497f0bfad5b03cf2e261e808b08aa0bbe97005d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e8ce20e47fbf00d6c44d1a1adcbb5624d8396457160c36e6b05da30d51f34481" + sha256 cellar: :any_skip_relocation, sonoma: "f8931d7925a93c4f56dd379ac297da3dab80fc03084e0e7b296d40beee6af615" + sha256 cellar: :any_skip_relocation, ventura: "1d0fc8f7769fa44389111d2a351c25a90d05c53c921ea39f92daba563a435b29" + sha256 cellar: :any_skip_relocation, arm64_linux: "7eb2236c4b6a13691b7ce1b254d496b32ae540bd2ddcb6cc20569a68566b0eeb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "367731ee180810f47db1e78836bb2b1e690e2507bb5e402766a09a8603f21f7d" end depends_on "cmake" => :build From 16a8b97c9c994b2ed4079115d8b702130d737ba4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:27:32 +0000 Subject: [PATCH 06366/10074] gdown: update 5.2.0_1 bottle. --- Formula/g/gdown.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gdown.rb b/Formula/g/gdown.rb index e56d49acb7d7d..b55b977178c80 100644 --- a/Formula/g/gdown.rb +++ b/Formula/g/gdown.rb @@ -10,7 +10,7 @@ class Gdown < Formula head "https://github.com/wkentaro/gdown.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "dbe8205dcb2ff37ab21c7402969db71fa0bf923ae39fcda541570162cb297b42" + sha256 cellar: :any_skip_relocation, all: "3e130d64e7245977d80f9e901685495e2d9c1282d4454481b85ff74a722f7117" end depends_on "certifi" From a3f96c38946c80dec8a8c8544396e0a0cb110647 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:37:17 +0000 Subject: [PATCH 06367/10074] gamdl: update 2.4.2_1 bottle. --- Formula/g/gamdl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gamdl.rb b/Formula/g/gamdl.rb index f736a91c4225c..7450d9042ace3 100644 --- a/Formula/g/gamdl.rb +++ b/Formula/g/gamdl.rb @@ -9,13 +9,13 @@ class Gamdl < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "0ba0d60f5911f63de9230a694fcedaf65a0aef990e8e1068d59907e444c3eb8f" - sha256 cellar: :any, arm64_sonoma: "05f27e52b1820fb31d50833793dd28c8df7868f87fdddc283ea78a100f433f43" - sha256 cellar: :any, arm64_ventura: "88e7a032bf498a1e98482987f5524d579137ef1df0ad976302db2b15a9e2584f" - sha256 cellar: :any, sonoma: "826c965882d99085cf2272fc2a91dbedfe6bb781e15ac77b841d5ac3c14b0f47" - sha256 cellar: :any, ventura: "5796ae0d492efe8b6742c2a0a40f4cf3fae0ce06bca1ed2ed62ab698ccf35a6f" - sha256 cellar: :any_skip_relocation, arm64_linux: "23c20e4314803d41a6018e09ff3ca8207f6f3fa6e613fdbacb6eff7e38ccc674" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a13a0a2ed5233cf4f56e333a58658a816a4832c0a16d82dcbe3e05ccc9874bac" + sha256 cellar: :any, arm64_sequoia: "7a2e4e4038a0d8d815f2167864e092c2f0199cef5085fe3bf6b179712e556877" + sha256 cellar: :any, arm64_sonoma: "7b8ef5ed139c12095cf51e7018625f77c6c2d1ef5fcc12d9748acd5ab7faad12" + sha256 cellar: :any, arm64_ventura: "5eda3fb1f5f1b22796ede08e4cd43d5049cf845926de31e1f574dd4fd31eafcb" + sha256 cellar: :any, sonoma: "75d5332add3018d20d67dcc9ab5d2fb1980d58f67cb987854cb584cd163213be" + sha256 cellar: :any, ventura: "cd3afec7731d5567dce316d6ca8a3c46fa9d99e844e123674f4ceb1ff50154e7" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1db27831afb8a32851944762714e17fbc410e177d727f208fd1e3df4dd40f76" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81cb728467227adacb9c4cf036ec2c8b241c3a8ef1cb0dcb23b268d62a29c63a" end depends_on "certifi" From 0b8a5ef40a1670011138adaada01dfcc17df7d12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:40:49 +0000 Subject: [PATCH 06368/10074] ggshield: update 1.40.0_1 bottle. --- Formula/g/ggshield.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/ggshield.rb b/Formula/g/ggshield.rb index 8b0ef676dcca6..da79c8488299b 100644 --- a/Formula/g/ggshield.rb +++ b/Formula/g/ggshield.rb @@ -10,13 +10,13 @@ class Ggshield < Formula head "https://github.com/GitGuardian/ggshield.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "42b767918ef0f3a747a18abdc29fb3d3efd4edb0f4bbe458bc862dec8bd36194" - sha256 cellar: :any, arm64_sonoma: "ebfcb92ac05b6ea2ebba53a088329f1340c1e236eba0868e00efa7cc3499868e" - sha256 cellar: :any, arm64_ventura: "2619c07d94de78d04d3eadddeab8d78144bc2b7f9d20a22c7c0fe61bf1d9ba71" - sha256 cellar: :any, sonoma: "05682730edbe3355b3228670c562a18fabf22036b8998694e756f55023ce4099" - sha256 cellar: :any, ventura: "edbbd4d6aa343549cd1826f6cab96b3dda9f95b11b1f9421fbca8a92ee639b08" - sha256 cellar: :any_skip_relocation, arm64_linux: "5c6f49189a823128099208e3c088fa2627fa95496e26ccf6a30fab15600c34b3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "47c364fffb807eee00d0ff989b0c449cfccb597b480ce81ee4f13eea26765a7e" + sha256 cellar: :any, arm64_sequoia: "80c1a5f6d96ee2172da225703c00a1b09aaed0139a3e28c650c68940706c2c13" + sha256 cellar: :any, arm64_sonoma: "c0eaa8e123144e3f5ca879db61ce50e95a69815fb1d822c8d7b55d22678a4fc4" + sha256 cellar: :any, arm64_ventura: "e91013e7f74c03275a2b43cfcdaa966bf738c873a0e611cdc7a973ededdd61ce" + sha256 cellar: :any, sonoma: "92373616edd891dc932a93e80e438ad323c1e4694a3ef2b838ccd424eb63f72f" + sha256 cellar: :any, ventura: "ae15f21fdcac02d574f4f0c0bf8b31cc81960d76bcea59f8bcdc1fc591540bb9" + sha256 cellar: :any_skip_relocation, arm64_linux: "1d08536dc5430db36285f933dfcf0ead729db744f2626f6ffb6c7da130c99a62" + sha256 cellar: :any_skip_relocation, x86_64_linux: "88884bf4828497b2aacef144a770c9f9b62273fcc51cf960c28e53e6d7367f00" end depends_on "certifi" From f2a99757ca325c9616ffb47876e5e77e80929576 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:45:34 +0000 Subject: [PATCH 06369/10074] gcalcli: update 4.5.1_2 bottle. --- Formula/g/gcalcli.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/g/gcalcli.rb b/Formula/g/gcalcli.rb index 7997fe514872d..d96ed6781f8d2 100644 --- a/Formula/g/gcalcli.rb +++ b/Formula/g/gcalcli.rb @@ -10,14 +10,13 @@ class Gcalcli < Formula head "https://github.com/insanum/gcalcli.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "a9b4aaae553f5be5ec0cc5af3c7519f3b7d298913c6f0649c48fbd92fcc16654" - sha256 cellar: :any, arm64_sonoma: "423c0a19d39ee2c150ff4ca06b23d0235b533c65f4e9e492d1b0f52d7724a64e" - sha256 cellar: :any, arm64_ventura: "019ebf9752730a4818cc47a072bf9eb197303e94f34408d484ba67771eafff52" - sha256 cellar: :any, sonoma: "88a5b3bc24b3e109adc5c590dd929dc73e37467137d284184e8bdce96f3d2cbf" - sha256 cellar: :any, ventura: "3fd0acd74f7571dba6252bc14cf9ab6bf13d35173f283921bbb0b87c12e97beb" - sha256 cellar: :any_skip_relocation, arm64_linux: "e3e90c7cee520c7bed36634b2ca86cb801aa22cae99b53f2d0a096f7d9ab7e3a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "67493eea6e03a91fa02e1284995f03ae5b0d48ef1ae2bdc8fb30148ee34190b0" + sha256 cellar: :any, arm64_sequoia: "f32a70b0e7ed4dfed986d3d669ad11deac0e262594924125674f09057a50268a" + sha256 cellar: :any, arm64_sonoma: "3701b03c65fda371645faebb9d7af2385adbaa97d58f3828bca97ab9edc5caca" + sha256 cellar: :any, arm64_ventura: "6617a5b8512e6045bcbf9744ae676adecbe4f51f00a3ba20e65539f65e398497" + sha256 cellar: :any, sonoma: "2364696b1f8006d464d8d4b6940a52b711d16e2e8d7209863d64d69f79e84f5e" + sha256 cellar: :any, ventura: "bc66ee39bb7585c02aee3c005b694b9ac9a0bc0fa848276199371217a69fcaec" + sha256 cellar: :any_skip_relocation, arm64_linux: "b4d95a6c92a0e47c1bc6b333634085dbaee86c364ac32d49dbf3b9ff3fe02d3c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c83d8bb5ced30787fd6d4c469891748588216b85450fb18c8610e5e065d87c6e" end depends_on "cmake" => :build # for google_api_python_client_stubs From 7844c65f71468e2a14173ef2f8c7f1a220ee293c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:55:41 +0000 Subject: [PATCH 06370/10074] gorilla-cli: update 0.0.10_3 bottle. --- Formula/g/gorilla-cli.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/g/gorilla-cli.rb b/Formula/g/gorilla-cli.rb index 4263bb5dd8959..44b2c5099bf66 100644 --- a/Formula/g/gorilla-cli.rb +++ b/Formula/g/gorilla-cli.rb @@ -9,8 +9,7 @@ class GorillaCli < Formula revision 3 bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "57ca6180e312d9d22460b8647d9bced414cd9a24fd234cdf33beb614bf9e3bf1" + sha256 cellar: :any_skip_relocation, all: "13c6b4c8f4293e105f99bfcc56e39dbd2134aec665131deaa08ff12a4d9f9b20" end depends_on "certifi" From bb1637d8aab4ed06e9553bb3547d13c835639b0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:04:41 +0000 Subject: [PATCH 06371/10074] goolabs: update 0.4.0_12 bottle. --- Formula/g/goolabs.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/g/goolabs.rb b/Formula/g/goolabs.rb index 0804a5428de68..bf1e3f958be7d 100644 --- a/Formula/g/goolabs.rb +++ b/Formula/g/goolabs.rb @@ -11,8 +11,7 @@ class Goolabs < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "4e66fc7b3ab4145371793377910c4410cc8ad73e428019417dbdaf4c15e45db8" + sha256 cellar: :any_skip_relocation, all: "867db6169181acdabe1e9aa89ffe6b0b86af6465c9f3cb2690ca89b1b69dd713" end depends_on "certifi" From 3593710f4508c3293481a1d2fa82f17d7a539dde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:13:25 +0000 Subject: [PATCH 06372/10074] grip: update 4.6.2_12 bottle. --- Formula/g/grip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grip.rb b/Formula/g/grip.rb index 5b7fe04870a9e..b2be40a2f78b5 100644 --- a/Formula/g/grip.rb +++ b/Formula/g/grip.rb @@ -11,13 +11,13 @@ class Grip < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "66d5d0214f6aed545df1c8a30f0cda61d11b00d246b2001bcca3867b4ac35fbc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f8889412e6e2fd8169fa43dafaa97caf7898e91c1efad0d0f3e57e44bb87523" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d8d871d6deb9ce3acfa4302e18671693863b972712ff3b57d62ca83c9292d10d" - sha256 cellar: :any_skip_relocation, sonoma: "f7514a79dfc3884a5c1f77fff515987c7b99caf3469b1c45acfa5ae6e3b4606d" - sha256 cellar: :any_skip_relocation, ventura: "4cc545f701e2768bc50953e9c38c3c54ff055c9443669ec1a5358abd2b1e7779" - sha256 cellar: :any_skip_relocation, arm64_linux: "0d524e79f2f126a26aa3fb7995841cf280ec4608aa29e2e553f45f7ee3f1c661" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4a3e683817fe957d930643481aadc2e8a39ff7e6de3f5a1e0f087df15c2ae5c9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7431d3f00e4d7464fd4aa8ce79661ca750ce7fe17676d6badb2996a195302bb3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf20a2d5e9ff2f7fc2866a18cbab1ba0397c4088e67f5f01a727ca56ac77139d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f4f14fcb207c7c4036af417e4bb01aadcf47b69a14277791583373c51db54573" + sha256 cellar: :any_skip_relocation, sonoma: "90d0bae6c4f7d8a59564fa35e42e62807dcea1f2385286c84404f626ff12d1ef" + sha256 cellar: :any_skip_relocation, ventura: "e1ecea1ed896aded7fe8f322b2a32c88e9ca9ec4b98c5e19842f563e5730868a" + sha256 cellar: :any_skip_relocation, arm64_linux: "a738ca73123bf780638aeb1f82c665a7196901a0ee1ae63cf9df3b20bdfb6aff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7cc67fb02edae6f02de193abc95a92d37c6e55f1d7546831ab9613ac5b0400b4" end depends_on "certifi" From b633ea425037c9a86770b8a0300ce1f7b0c87371 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:15:30 +0000 Subject: [PATCH 06373/10074] glances: update 4.3.1_3 bottle. --- Formula/g/glances.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glances.rb b/Formula/g/glances.rb index 5bd71133ca0c4..f846c48186878 100644 --- a/Formula/g/glances.rb +++ b/Formula/g/glances.rb @@ -9,13 +9,13 @@ class Glances < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "37a41ae98dffda4f559f05f55d71d0086fd1a2ac613c006ee3ff3b6cb1e9ac71" - sha256 cellar: :any, arm64_sonoma: "aae20b66df0135a2f23b6a61566c0513cfd545cabc4db79417589aabf1af1924" - sha256 cellar: :any, arm64_ventura: "d7fcbb651eca41a607261f4ffb2877c2d5ecb1e0111ecec4c4d1e0d86f52dd14" - sha256 cellar: :any, sonoma: "d3a0f2f5b659d8e3bb16fc9ff840daeca35dd26a49ad1bf3ffd4473f04d0d221" - sha256 cellar: :any, ventura: "e5dd307c41b7190a03383c883c3002ae99d7ee4fa849bafe2362aab49a4ea53f" - sha256 cellar: :any_skip_relocation, arm64_linux: "6b9feb3745aa87f7af6e2c63b3594af5ddb9810cf2a2f03716c42a39c2562f0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1a1fe10103dd128f84d43172f6e6980ad753ccdb8ee6f331e1432852ee2b5cb9" + sha256 cellar: :any, arm64_sequoia: "3a3719aff2beb674cced59b1388a18895a8d63bb2180085a7e84fc35b605f2c8" + sha256 cellar: :any, arm64_sonoma: "2704c368ff9d3457fa8a177b0ba9fdae8aaa9631010349f9225746f2f0694056" + sha256 cellar: :any, arm64_ventura: "b30317f58cc7d4586e63496dc037d2c085af4bc1f01580f6543e510a8d3e3d37" + sha256 cellar: :any, sonoma: "05c6ca94e53b66806e60ba99a16929434eb0506abbcda99df93a57ff573879e7" + sha256 cellar: :any, ventura: "b685b3408c3a1ab6e616f4c764e6ba4b30dfa8c9458a7fc7f310e0ff1429a15d" + sha256 cellar: :any_skip_relocation, arm64_linux: "fbe851008e7ca484d9b4c233e8ee757432c4bbbd725793efc8142fb86e88d8c1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "996577afb61ee59095bdd98379eaa5ba69e81849a9760ba9acab2bc230a51955" end depends_on "cmake" => :build # for pyzmq From 747c9fb86210e40cbde4799ae33758c8a3bc3a3d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:20:03 +0000 Subject: [PATCH 06374/10074] grayskull: update 2.9.1_2 bottle. --- Formula/g/grayskull.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grayskull.rb b/Formula/g/grayskull.rb index ad28766254e93..0d9788e71f1d0 100644 --- a/Formula/g/grayskull.rb +++ b/Formula/g/grayskull.rb @@ -9,13 +9,13 @@ class Grayskull < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a81d9aaa8239d8dd13a296868ddc484e467efd591975c431dab6767fb6fc4d21" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "189b5b32794fbb17a5ba37d0e39a6db2f9da4c739d5e02cb82f958d429eee9a0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "979b22ddfb475ff31dcb527bf8844859a983d105cfd8c0b814ba18a6634f8ed2" - sha256 cellar: :any_skip_relocation, sonoma: "3b6190d22e1852c817a212469f94c4edc23781ef5dfbed3f836d6d81ffbb8d7c" - sha256 cellar: :any_skip_relocation, ventura: "a0b54c3b5af2de92d7acb8c8f394cf15de91db0b4b70b0e18760f38d5bd66472" - sha256 cellar: :any_skip_relocation, arm64_linux: "e063dfe6e6ff23ee7543638ea811bfe1683d99ec669cd4f5f6647ce76356c002" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e95a6963197c73ff4f22c5fdc27a6a851219941ca9cb323c2b03947366131603" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "693f52b69fb1760407716e4064edd08504488784eb522520bcb8221ebaa651bd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7e80dfa4f880814cee04fc4a8ba1965a04f049f8e7389d0eb2624d9ed58cb33" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c81060c1c677af2853395dca5c6fa7e0e000ab6c0df02774f901d5ba519fbe55" + sha256 cellar: :any_skip_relocation, sonoma: "1764abca9b6669d68d38b6f0cc177c8780b48b07447c4044fe646ae67af7099b" + sha256 cellar: :any_skip_relocation, ventura: "e66ee842c111a50596c92ab1e69fd3f96de6dd3fe1473208694e17b0d19d6ac5" + sha256 cellar: :any_skip_relocation, arm64_linux: "8632ef9b5fbe2e9d53743bc799a60f59e76a4d53f58c06aac1f3b15fc18704b2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "59a29cdfa82ebcdb2ab5f025448626c0cab9715d144a21b3530ecf660a9852fa" end depends_on "cmake" => :build From c4613f24bc04842fbc137bf7f238d4ec48ba6ada Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:26:08 +0000 Subject: [PATCH 06375/10074] grokmirror: update 2.0.12_1 bottle. --- Formula/g/grokmirror.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/g/grokmirror.rb b/Formula/g/grokmirror.rb index 739e799d6b0cb..be5560dabc74a 100644 --- a/Formula/g/grokmirror.rb +++ b/Formula/g/grokmirror.rb @@ -10,8 +10,7 @@ class Grokmirror < Formula head "https://github.com/mricon/grokmirror.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "5adc01ef7c8e80615d09b0057ef894a8916af6dbf600539583c53aa3e216db03" + sha256 cellar: :any_skip_relocation, all: "7b8bbf3ab40f5d64b3cba22f26f4dc20a85b5fbb77a0113237447ee999e3e072" end depends_on "certifi" From 5296c3e9be5af8adf3c9aa381cf3b31a7db79610 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:41:28 +0000 Subject: [PATCH 06376/10074] instaloader: update 4.14.1_1 bottle. --- Formula/i/instaloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/instaloader.rb b/Formula/i/instaloader.rb index 78a5a8e358114..06ad7f2b9e7c5 100644 --- a/Formula/i/instaloader.rb +++ b/Formula/i/instaloader.rb @@ -9,7 +9,7 @@ class Instaloader < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, all: "1258d3d6db08915ae0cc8096da6642c35e02c4be75258ec0e08372a2e18292e2" + sha256 cellar: :any_skip_relocation, all: "1aa46251742b2ae2484776816525af5bff44cf8d4a2ceb7bcda19d5cad116e9e" end depends_on "certifi" From 85e3de89f638ba6a1fb9fa1a2f7d72fd6fea5f2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:41:41 +0000 Subject: [PATCH 06377/10074] httpie: update 3.2.4_2 bottle. --- Formula/h/httpie.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/httpie.rb b/Formula/h/httpie.rb index 3f5e47cd86e96..a4cbe6ddc0775 100644 --- a/Formula/h/httpie.rb +++ b/Formula/h/httpie.rb @@ -10,13 +10,13 @@ class Httpie < Formula head "https://github.com/httpie/cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a451ae630be688ea83dfd2cd2030873bbdb7b13fc2d2b77048d091d58a27beac" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7acdfde3fc34526a586f1df5077e9c722d85c46b88dd583d5d3feccb6aa94cbc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a8d43ba63c0924a439c81387b6a7432703e00daae965173912618be026a203e1" - sha256 cellar: :any_skip_relocation, sonoma: "e994062c42733f358a4752ec41c205526a4934e4d132d6f0ce4005677677dbdc" - sha256 cellar: :any_skip_relocation, ventura: "eab041f8bebb9f83a3b81e25b6b1a7654659951a80563d39356be37402f35c77" - sha256 cellar: :any_skip_relocation, arm64_linux: "996b86869f1524e55deb98f33bbc0484e87877ad3f22ceb7ba219b0fa40663ed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "95f70667f58908f43f116c1773d04821163a4638e79aad8a2f68358aebd0adbb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b99aff655ab8469fa69e0a8cae8efb43d13107c735e0fb79d2780e8e3bf464c4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b31f20a713d14dbe4ee1248310f100c7fc3b717998ef18f5197662d3499b13b0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "64f8087341c2bd93b6ef4c95ab92e98abfe9dfc47c3511ff9cbf4e33724cdf87" + sha256 cellar: :any_skip_relocation, sonoma: "5eafa16075ebe19f80dc8219c231947bae6fde8bf0e5198571ef9071c9120d51" + sha256 cellar: :any_skip_relocation, ventura: "01cd4da081d31bb602d7601746bd629288584b8295b6508e0d157c6afcc50763" + sha256 cellar: :any_skip_relocation, arm64_linux: "10f5278ad4a81e3358ec76b54f4dc691927ddbe372609bd090c0448fc7e9b220" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a0171e4b6c32e2e33d0ce663e75488f19a98567e78d92e4ed0d8000c1603184f" end depends_on "certifi" From 07cbc21ba64c57a19f03e2bb22615496e7b2f3ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:46:40 +0000 Subject: [PATCH 06378/10074] gptme: update 0.27.0_2 bottle. --- Formula/g/gptme.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gptme.rb b/Formula/g/gptme.rb index beb572d453a5f..656bb069383e7 100644 --- a/Formula/g/gptme.rb +++ b/Formula/g/gptme.rb @@ -10,13 +10,13 @@ class Gptme < Formula head "https://github.com/ErikBjare/gptme.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "f13a05119b820b24ab23520792799150f4c8aa46ad67979b3e91df8aef58487f" - sha256 cellar: :any, arm64_sonoma: "f3f4291e7e04a49cf2ff756e733cfe05840efd3236e10cc7d578816fdf9ab000" - sha256 cellar: :any, arm64_ventura: "ac9709b4955ec26125088ea521e3c6a21d201315819a0d83002fd4cd26bfcd9a" - sha256 cellar: :any, sonoma: "f5eeeb1f714d13decb3d7a110743bdeec6f1a22bc10401c1298310827e39bb1f" - sha256 cellar: :any, ventura: "a0f3dc1822458e7ca542b5b7e800125459f36f7276019974bf1e78ac56785680" - sha256 cellar: :any_skip_relocation, arm64_linux: "47dea87e9023ac3ddb088fe047e12cf0c89d3890df56ef15d56d5a3fb0e48fc1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8dee2c21eea39373c15a02002f026b787eb95076ef2b35d68ecbdc6f38fc23d5" + sha256 cellar: :any, arm64_sequoia: "7484af5292adb27d27d837a7a0af5b3a6dfbe7af80351a92e4e233e5c46f83fe" + sha256 cellar: :any, arm64_sonoma: "f9e0b7932cde7f7e1e5f53c7edac2f7e7a242a6607dbd29ca83eef5c085ed647" + sha256 cellar: :any, arm64_ventura: "35817ddbdb8eef12958f5cda311f5bfa6f0e1414134f2805724b7e8f4a994312" + sha256 cellar: :any, sonoma: "b5ac7fc5aa195fdbc7db675fa257b4a94afb9502a2fd1ecd0dc5c7c08a383b75" + sha256 cellar: :any, ventura: "38dbb0137bfcc39dfd555bf0b768d83dcc58397e5fa5355770540edbe00e66b9" + sha256 cellar: :any_skip_relocation, arm64_linux: "3215bf39eaa9a72c20a707a7011bda7279fc25a34b5b394e8c688ea7cf76f2a0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "462059e69ab67f78bb4b64b3fa579343f73b2a40e5e60ba11bd1c30dc18685c0" end depends_on "rust" => :build From 1ab5366844614d1151fd87b85e3d39ca00620f5c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:46:49 +0000 Subject: [PATCH 06379/10074] ruby-build: update 20250610 bottle. --- Formula/r/ruby-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/ruby-build.rb b/Formula/r/ruby-build.rb index b835999ce7477..adffff96615e2 100644 --- a/Formula/r/ruby-build.rb +++ b/Formula/r/ruby-build.rb @@ -9,7 +9,7 @@ class RubyBuild < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "93d5ca3ad145a3fe62de35b08a1f4d4f2dcfad09dab5c95195b3a0e00ef388c6" + sha256 cellar: :any_skip_relocation, all: "d1acf79a7e5717e8229f32a31b52956efecf7d05812f27ad698e1cc457039152" end depends_on "autoconf" From 38ed29a9f534d08bb4bff768a5cc34700fd83d40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:49:06 +0000 Subject: [PATCH 06380/10074] howdoi: update 2.0.20_10 bottle. --- Formula/h/howdoi.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/h/howdoi.rb b/Formula/h/howdoi.rb index b1f11ecf60775..7b48207021dde 100644 --- a/Formula/h/howdoi.rb +++ b/Formula/h/howdoi.rb @@ -11,14 +11,13 @@ class Howdoi < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any, arm64_sequoia: "2674270159eb079ad93bb4c4abe680f4dd089976fe59109dd2156c9111fa600b" - sha256 cellar: :any, arm64_sonoma: "4ff362e290742baad6e9d0484ea70aee147e397388d7a550d322ff215c361d25" - sha256 cellar: :any, arm64_ventura: "5c6417c2f0e5618fe13bcb79b032f2aad5ac5e564f5db7abc705487ab7bc7d77" - sha256 cellar: :any, sonoma: "f48a8bd968b56195def07c3318ae53f095d446eb21dd187ea1d51d1c967558de" - sha256 cellar: :any, ventura: "234f5431c62f46e47c90e8832be245d5e146a746d6a687bb83911fd0761bb065" - sha256 cellar: :any_skip_relocation, arm64_linux: "caf49a0e48f5e5af6128986abdb30092c7bfc8ad0e6535efced309250d487535" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a77719b07db84dd967caa408e74ce85db345adeb14520c7ba83e8711140d89ff" + sha256 cellar: :any, arm64_sequoia: "5556eff975c34c0df9feaf9ecd8c2cebc6f68666d5368c14a8c2c99f949d128e" + sha256 cellar: :any, arm64_sonoma: "04ac64e8f96b0eb00d9b97ba0be6a68e584c28c0363afb6b748e9b029a941c84" + sha256 cellar: :any, arm64_ventura: "d2daf2734d312911569a0c7916c3a074d047fec78fefcfd84cd0fd2a6e0c30cb" + sha256 cellar: :any, sonoma: "07593689cedf57ce83e4d31c21e2bc76ded669e5fb26b3cf9ad5b511a4fefe8c" + sha256 cellar: :any, ventura: "72953deabb173697a99b74b5351e25aba5a32434e69cca3925dd06eef9cf4113" + sha256 cellar: :any_skip_relocation, arm64_linux: "d5b9dd665be4baeca5dc9f852ad536d5f055cbec092dc401e17abb3f8b8d595d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eef43b32e1bf231d4c9fe1829e847134caaa71b80b4011da3622e961ac56d392" end depends_on "certifi" From 7892a8f7e125bafb2d27ddd10ed702a863e2081a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:52:28 +0000 Subject: [PATCH 06381/10074] homeassistant-cli: update 0.9.6_16 bottle. --- Formula/h/homeassistant-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/homeassistant-cli.rb b/Formula/h/homeassistant-cli.rb index acd60cca74f21..10d84a574ca79 100644 --- a/Formula/h/homeassistant-cli.rb +++ b/Formula/h/homeassistant-cli.rb @@ -12,13 +12,13 @@ class HomeassistantCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "07422b9395cc7066c0a9bf26ea9e6b56efda53fd77cbad9d3f36643d87e1025b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3791da0b8b63e58a0a9af117eb2f0262dc61fe10037ea2cee8b764696b61716" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0856e1f97cb95c050cf694da2d017e0908d73b3ca091d114b5f49e3667e599d8" - sha256 cellar: :any_skip_relocation, sonoma: "af3662a2dfdf8fb6f87b516cd097f1da2881883d2f66bc8bcff4d248ccec41d4" - sha256 cellar: :any_skip_relocation, ventura: "e831c3f5fbcfde80e13af58fcd0ef774b294398b6c1ac21f696615b53b256278" - sha256 cellar: :any_skip_relocation, arm64_linux: "9b8615ffa457a353dba3f257143f6062f41360f643aea501e53cf7ef2c56c4b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1789a467e9517c4ab669369528ad6052e1e3b645fa83765d88cbfd542e8e6e28" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ffe04861c28f2f361b5212418fcb9a952d7f95126aeeb6cd404b372edb86503" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94782f6bae5b3c5e8971e65dfa66b48eaad9843860d92690ef7e9e689bfb1152" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fd9581ab2f178dc788fae9a86fee4e993b1abfc130f75bbd37b96eb49d15f479" + sha256 cellar: :any_skip_relocation, sonoma: "41789b6971749b72f433fa4cd5a55e09217983702d7069f4eb19ba65bc9b051d" + sha256 cellar: :any_skip_relocation, ventura: "c42b4c776c50686398e88a9c5a6184b3ae8b96aa34039966c14e9bfce29a25f6" + sha256 cellar: :any_skip_relocation, arm64_linux: "0967c8d372a68a649d27f42be787658fdf736b665e43b22f529728b2eea7802d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6bb63ad3f3201e8ba4d4fc6dca82a71779ef6bd3b045b1108c8bdebf8980510" end depends_on "python@3.13" From 02a3a287a7bd58f8dd75ac0d573b731b319ae0ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:58:35 +0000 Subject: [PATCH 06382/10074] http-prompt: update 2.1.0_12 bottle. --- Formula/h/http-prompt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/http-prompt.rb b/Formula/h/http-prompt.rb index a97a12039dbf5..f7babd41e2a76 100644 --- a/Formula/h/http-prompt.rb +++ b/Formula/h/http-prompt.rb @@ -12,13 +12,13 @@ class HttpPrompt < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "fd295f3f14ca5b3d24e898df9a74df05c1af6a0de036ff3fdf980bedbef23b97" - sha256 cellar: :any, arm64_sonoma: "89411f03cdec958f4a7a236e46e3b3053a478d5b5cbeddc9c10984ff14fa534f" - sha256 cellar: :any, arm64_ventura: "aee5fbb79424b195520ed856fb47d7bbc17dd0c325b78a606a94e848300b81a6" - sha256 cellar: :any, sonoma: "cd3306efda78d3dced41c5588729a5c58ddcb9566a93cde6e076fa1b47eb339f" - sha256 cellar: :any, ventura: "8688f75cb0fcaaa93757888726dd8292555bca09bd4fdd8475cf9c71b8143185" - sha256 cellar: :any_skip_relocation, arm64_linux: "eb1877919f314c291146702e149dcb1a24fa9353f6dde77f0d5e172c122dac71" - sha256 cellar: :any_skip_relocation, x86_64_linux: "09dd6eaef91d26e1e22121a84d930854cca79626f22505fb13714058e90ed76a" + sha256 cellar: :any, arm64_sequoia: "46c04a51a98a30cf89419af3cb9451e8e77fc07c7073ba55fbe4eb97cf189b9a" + sha256 cellar: :any, arm64_sonoma: "81f84f831dc105e50f1f728ac75295d4d7578c3548e273b0ff5d383ca67ea519" + sha256 cellar: :any, arm64_ventura: "b16ff6d6a0e929e06e7b313e31d76bdb5b3deed58fe0789bffff804d5c369076" + sha256 cellar: :any, sonoma: "83bb2b5e2f453636747c09a9685f5fff1e602d6784927e4af7b32f4ccfae4dc7" + sha256 cellar: :any, ventura: "0138720ad89613031315237d087bb659ddd6c8cbd6a4a855d5b59dc40df26b4c" + sha256 cellar: :any_skip_relocation, arm64_linux: "a1aaabc4d6a32d2bf63453ca1ab1a8a6f4dfbbc5368f1f9be6685f82a0b588a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bdc91e5f1f00b48530a123c24d565108f1e48cee2da7d715147d3cb585c0c067" end depends_on "certifi" From acfd4cc62cbe1ee6df930b871650bf4250783bf7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:01:23 +0000 Subject: [PATCH 06383/10074] autobrr: update 1.63.0 bottle. --- Formula/a/autobrr.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/autobrr.rb b/Formula/a/autobrr.rb index c2bf086a6afe7..0d8dee8a08ef6 100644 --- a/Formula/a/autobrr.rb +++ b/Formula/a/autobrr.rb @@ -7,12 +7,12 @@ class Autobrr < Formula head "https://github.com/autobrr/autobrr.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac01e053dcc2b3e510940182d40cf63701549e594c40a5c7280531bf58521bd6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbb807765b922c2c342d75650a923751627fe0b4cc9faef23efb92cdeaffe45c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5d12c71899afc1e6741938e29d98327d4138f5efb5f80ab805353a2a6aa93b22" - sha256 cellar: :any_skip_relocation, sonoma: "830cb20e08cf00eb7699c11548d707edd005e498c75b1354e81a9d15e6b95800" - sha256 cellar: :any_skip_relocation, ventura: "a1bd482f7859a4b0dec6f0ad880c2a591f564f19e3358de81b9d9043c4ab0ba1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "09a0c1f580eceecf7bbc46ef173104e5a87cc2ca6a1e9550831853236ecd6068" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9bb15a320662a786cf2091cbe10db455a5dba1feca74fe3ff9cc2b4ec01a6614" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3101d0d8cefbbf2e7731f5d0b2ad739bf043b96d8d10eaf66ac5645df0e40771" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b16bcf9516036b0dbd50e07094585eb81b5e9f411c7b1a64d7a728578e0154cc" + sha256 cellar: :any_skip_relocation, sonoma: "cd628cf7f67e6a28099feb57f07d640e8b8958a9d26c9cfeeb86dc1c7a8c0f35" + sha256 cellar: :any_skip_relocation, ventura: "dfd52753f830b4ebb1f8a3a67be407712dca3afe72dbd3fbdc0a122f2caceb5f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c07bebda5775a27e448f6b07df1f81ba2a62bb440cd89cbbda995162ddf47c13" end depends_on "go" => :build From 036cc5b02b989740d5f251a3692e38d93ef6c444 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:04:52 +0000 Subject: [PATCH 06384/10074] infisical: update 0.41.84 bottle. --- Formula/i/infisical.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index a530cf46204b0..6f7d8064b00fd 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -12,12 +12,12 @@ class Infisical < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "552ebd71017a5b34ffb1ef00be80a5f9b9793d05c687855c10b307651afccf70" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "552ebd71017a5b34ffb1ef00be80a5f9b9793d05c687855c10b307651afccf70" - sha256 cellar: :any_skip_relocation, arm64_ventura: "552ebd71017a5b34ffb1ef00be80a5f9b9793d05c687855c10b307651afccf70" - sha256 cellar: :any_skip_relocation, sonoma: "e0aaecd7b58f45f41f3c3b1c2abe9ffc7c7e6ff9852e3e973006b15f4d91f41c" - sha256 cellar: :any_skip_relocation, ventura: "e0aaecd7b58f45f41f3c3b1c2abe9ffc7c7e6ff9852e3e973006b15f4d91f41c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1505a2bb0e184f71afbc833724b7da281a00a4579fc5c52cd054482f637a3cec" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "abf941d3622c451e5dbc46fd60212cfc717b2f370bc52efe229d24000fbb32b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "abf941d3622c451e5dbc46fd60212cfc717b2f370bc52efe229d24000fbb32b4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "abf941d3622c451e5dbc46fd60212cfc717b2f370bc52efe229d24000fbb32b4" + sha256 cellar: :any_skip_relocation, sonoma: "9ebda56d0ea6c5e4d54de4bccad2394cea01f9ac06ad9cd47d6ad56494ef1f0b" + sha256 cellar: :any_skip_relocation, ventura: "9ebda56d0ea6c5e4d54de4bccad2394cea01f9ac06ad9cd47d6ad56494ef1f0b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a16c35c9a9fe9e38bcda25b7329b70ac34b91e0b91b261700a2dbea4b475038" end depends_on "go" => :build From 7a592059522f3496922274a8c10f12cb467855a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:06:33 +0000 Subject: [PATCH 06385/10074] folderify: update 4.1.0 bottle. --- Formula/f/folderify.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/f/folderify.rb b/Formula/f/folderify.rb index c2ae88ac97fa5..52f980e11e34c 100644 --- a/Formula/f/folderify.rb +++ b/Formula/f/folderify.rb @@ -7,11 +7,11 @@ class Folderify < Formula head "https://github.com/lgarron/folderify.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0377959ef22d1d9cdb3096c942509a13d67e2099ae920b177bf4c09069889f98" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c088613df48459a03671af899ab83b0d79e02578619f23d4fc76745b589ded57" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c9dcdd63ad4517c037168f65f2d807390bdc57130d18928638e7897ec0f96d56" - sha256 cellar: :any_skip_relocation, sonoma: "06fb3ae5e03410f001cf053fcca9b4e0bc82774a83e193bce97cd2c06e13568f" - sha256 cellar: :any_skip_relocation, ventura: "1a9a0f5d528167cfe3f475acd3b8196860667dc9719b4aac9a68ab52d4fb1bba" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbc34b44c1b557fc8135c950b1bae9896f385b0bc70043b08a20127ff179191e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c20a12ab6b000c4877828fbdfbe66bcf5dd9631899a606b6af1cf244df0d7cde" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d521b6ef4bb8c86350a48bd197fe10bebc94efce5031896878965ba1375fde1b" + sha256 cellar: :any_skip_relocation, sonoma: "efbd0ecf65b6b32b59941217457e17ce5fe1e5ff836b7ec822cf37612d57410c" + sha256 cellar: :any_skip_relocation, ventura: "36088b0dde07cff745173bf07d843f2368d20015420846d845de8c63d14a8b38" end depends_on "rust" => :build From b80ddcbc95f062a3ac50a671e1dca5af0a99f6bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:06:36 +0000 Subject: [PATCH 06386/10074] ipatool: update 2.2.0 bottle. --- Formula/i/ipatool.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/ipatool.rb b/Formula/i/ipatool.rb index a1b53f93818eb..260edff50ffb7 100644 --- a/Formula/i/ipatool.rb +++ b/Formula/i/ipatool.rb @@ -7,12 +7,12 @@ class Ipatool < Formula head "https://github.com/majd/ipatool.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0da4cdf6b4fbc9c904b18b613bd4ab33370551c592f61572145c42318a0be893" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "36af7d17a62e94943b0bb01fb600fabce35f0b4ba2a8a8744158def9438e441c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1fe7c6ecaa326cc5cb34a8e31c3c9e7ea15dfcac499dc8e9d9ffec8336917ed4" - sha256 cellar: :any_skip_relocation, sonoma: "79387b5b7e3e7e9d0153a92046ee21b8b6aff7f1d02f933a219bb2a332dfd926" - sha256 cellar: :any_skip_relocation, ventura: "378aabe9ed8c78ac4032cebc32186ec050be020c4a5a9f3ca8d8cc0a97d11950" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a237bacf6bde652eef91bb9645f27c9f1858277e571943caa0e1930184a402a0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d108282c96e19011ef57d18b0515746bc9d8207cbc6dc6e4bed2abfed460be72" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c16dab82815f8d00fc1a42710e183f428c8b5cf84d224890bfcfd6f292a8b426" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8e91289591a8fc30fae2288c79fc25ff14c586c3a169f58c88f2a8a1f654b666" + sha256 cellar: :any_skip_relocation, sonoma: "82cf37a21c4ad4a910d301b99bc05a530930f20c6ffc3e196ea87c889ffe006c" + sha256 cellar: :any_skip_relocation, ventura: "44d411588250325cada66a9611f59bcc8111776b919d3594cc8b9edc7d85b3dc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6e0dd1772ebbb419eb4dad3f418b48a83b2e3be7c1539c3f242e2d582fa3802" end depends_on "go" => :build From dd589a705214ffacbb4bcbc10de866e1104ed698 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:10:13 +0000 Subject: [PATCH 06387/10074] harper: update 0.42.0 bottle. --- Formula/h/harper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index 0c4151d181cc9..f4258681cc0d2 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -12,13 +12,13 @@ class Harper < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "87fbe798cf75b34bb75cc3a1bd6a6b767185c552cd1661021fb631d6d9bf6490" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfeb4db4e0993344a4b571df4322abdfc890b84a0606097684f129653b879d88" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9cc69f752ded2201300b9e7838edb39cf73bc36b8ee47b86334eb65bbe648457" - sha256 cellar: :any_skip_relocation, sonoma: "4d4596d6d9fa9d53d1a2aa7b4b736f99ddbcbcbde5bba877a475aea787a406fd" - sha256 cellar: :any_skip_relocation, ventura: "144be34403f638bd570902318c2bedb13d67d9952a8e17c2b540295f38b6c33a" - sha256 cellar: :any_skip_relocation, arm64_linux: "7a9fcf72414794baa4a37ed9c63f4f31668158dbc042727831f603b71441d005" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5cb9c20dc692e5e416d82d3732d08720bda0dedf0ae8b3d01553faf4910131d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4d03c77fdcb153b9df893f7b26ac061d39d60df015a793b973d5af291bc118f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e29dcd9c4e7069d9c3ec06d234e66a04faab30e4bcb1564b7d691d5ad87815a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fcc8d4d333d44a027ef2e488b3f95e493241e73bcdbd806922c9e76cf47e74c5" + sha256 cellar: :any_skip_relocation, sonoma: "a431137296539342a75db0d97b1050554da942cad74ea5138810305498b4f0be" + sha256 cellar: :any_skip_relocation, ventura: "6e7c1a9dc0cff00d9f219a02fadb89f52edb63672ef5f4965cecdef4683b04d0" + sha256 cellar: :any_skip_relocation, arm64_linux: "fce3d31a1687e4b1c4466f41a8ea787547cfa48282f7d6782fce586d4feab425" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8ad78c3b84271e11a45ec440a1f2ccc33afc1837ba268eb6c1adb2c5c7a542b" end depends_on "rust" => :build From b2506b62a97f87037a36f3a3d5e52b3546594a89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:12:24 +0000 Subject: [PATCH 06388/10074] lacework-cli: update 2.2.0 bottle. --- Formula/l/lacework-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/lacework-cli.rb b/Formula/l/lacework-cli.rb index 63153d26175ab..709b98435cad5 100644 --- a/Formula/l/lacework-cli.rb +++ b/Formula/l/lacework-cli.rb @@ -16,12 +16,12 @@ class LaceworkCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f63863b99cd5c77447902d3925d83c82c4d749a26e2449ae95ca3aa4168e911" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f63863b99cd5c77447902d3925d83c82c4d749a26e2449ae95ca3aa4168e911" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8f63863b99cd5c77447902d3925d83c82c4d749a26e2449ae95ca3aa4168e911" - sha256 cellar: :any_skip_relocation, sonoma: "d3edab0b764b3b2748c51488d285e78f7d7924e4287fa396b56ff4179c9dd836" - sha256 cellar: :any_skip_relocation, ventura: "d3edab0b764b3b2748c51488d285e78f7d7924e4287fa396b56ff4179c9dd836" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e0b89651613f7b35454546cf8af7a0f7172fafb5b16be998277714acacbf6d9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f5e9b458738d0a6c6e7b7ace80bef3011fb967d92c3d24822d311045b85d70b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f5e9b458738d0a6c6e7b7ace80bef3011fb967d92c3d24822d311045b85d70b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7f5e9b458738d0a6c6e7b7ace80bef3011fb967d92c3d24822d311045b85d70b" + sha256 cellar: :any_skip_relocation, sonoma: "9615ec345b2ad51e63f418a3f3592332699991581a3bb83981434d32681ac144" + sha256 cellar: :any_skip_relocation, ventura: "9615ec345b2ad51e63f418a3f3592332699991581a3bb83981434d32681ac144" + sha256 cellar: :any_skip_relocation, x86_64_linux: "380f5be0d8d47b794e7d6bc9ee09bdb7c7a166ec5b0508a9d4a09e65d1d8327e" end depends_on "go" => :build From 7a3702b44a3b7219b1a5b56c5f1eca4ff089d6e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:26:06 +0000 Subject: [PATCH 06389/10074] metabase: update 0.55.2 bottle. --- Formula/m/metabase.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/metabase.rb b/Formula/m/metabase.rb index 8ff44f15e3742..112504a78f27c 100644 --- a/Formula/m/metabase.rb +++ b/Formula/m/metabase.rb @@ -11,7 +11,7 @@ class Metabase < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "6578d7f1284e3227dd27d5db1612ec661880f9ecdaa47bdab792982059bcd2dd" + sha256 cellar: :any_skip_relocation, all: "b6fd8008d8b8956ab74d91b08023f7ef0679bfbf57f969c274251cda63bfa168" end head do From bf0392c185fae8d08f37d24abca04996882f2d49 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:30:45 +0000 Subject: [PATCH 06390/10074] datafusion 48.0.0 --- Formula/d/datafusion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/datafusion.rb b/Formula/d/datafusion.rb index f584b3f63aec5..f30c5dd0d43c9 100644 --- a/Formula/d/datafusion.rb +++ b/Formula/d/datafusion.rb @@ -1,8 +1,8 @@ class Datafusion < Formula desc "Apache Arrow DataFusion and Ballista query engines" homepage "https://arrow.apache.org/datafusion" - url "https://github.com/apache/arrow-datafusion/archive/refs/tags/47.0.0.tar.gz" - sha256 "47d4ddba6708bca75e93c9e2955c3c518086dcc0e0deb10f6d285be14ad0a729" + url "https://github.com/apache/arrow-datafusion/archive/refs/tags/48.0.0.tar.gz" + sha256 "63f65035ccc7287a09f1ed0c7662f785986c5944fcce004d3bd728172273d4ca" license "Apache-2.0" head "https://github.com/apache/arrow-datafusion.git", branch: "master" From d7200f868a6d32799e15c4f75dd824e355dfcf3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:31:58 +0000 Subject: [PATCH 06391/10074] pyright: update 1.1.402 bottle. --- Formula/p/pyright.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pyright.rb b/Formula/p/pyright.rb index 09df136b7b853..d811443fac7eb 100644 --- a/Formula/p/pyright.rb +++ b/Formula/p/pyright.rb @@ -6,13 +6,13 @@ class Pyright < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7108522532491ded273b23a95c4c20c4aac0f6dbf3d0e4e59c7d49c73b7d512" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7108522532491ded273b23a95c4c20c4aac0f6dbf3d0e4e59c7d49c73b7d512" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f7108522532491ded273b23a95c4c20c4aac0f6dbf3d0e4e59c7d49c73b7d512" - sha256 cellar: :any_skip_relocation, sonoma: "b63d5a57d2f9315ac6960ef32e0122c25b475261c26ff22d7ed3127b3cab7b4f" - sha256 cellar: :any_skip_relocation, ventura: "b63d5a57d2f9315ac6960ef32e0122c25b475261c26ff22d7ed3127b3cab7b4f" - sha256 cellar: :any_skip_relocation, arm64_linux: "f7108522532491ded273b23a95c4c20c4aac0f6dbf3d0e4e59c7d49c73b7d512" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f7108522532491ded273b23a95c4c20c4aac0f6dbf3d0e4e59c7d49c73b7d512" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" + sha256 cellar: :any_skip_relocation, sonoma: "e41947cb3e846fcba9f53a1cc4ff48d38420476ac38475c306e6c54750ce8f56" + sha256 cellar: :any_skip_relocation, ventura: "e41947cb3e846fcba9f53a1cc4ff48d38420476ac38475c306e6c54750ce8f56" + sha256 cellar: :any_skip_relocation, arm64_linux: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3827ecac141476826e527f7e5f9f61b5b1b7d159c8a495cd7efedcf4f51f7109" end depends_on "node" From 68f6c4f2b8e64208c2762dca062142220ccb734c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:33:45 +0000 Subject: [PATCH 06392/10074] garnet 1.0.72 --- Formula/g/garnet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index f1187e8ca0556..6ea8c33b3b13b 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -1,8 +1,8 @@ class Garnet < Formula desc "High-performance cache-store" homepage "https://microsoft.github.io/garnet/" - url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.71.tar.gz" - sha256 "25fc5864027cf41c9956e594d437b41696f5a1c0bb89e71a60c31525f0a844ea" + url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.72.tar.gz" + sha256 "4eb6d3df129d0f3dbf718678ada6f67c1315f19452fa08627bd5e2e654e440b4" license "MIT" bottle do From ef2225a585b8806f452a0b95caaae6ee415e5e63 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:35:42 +0000 Subject: [PATCH 06393/10074] hawkeye 6.1.1 --- Formula/h/hawkeye.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hawkeye.rb b/Formula/h/hawkeye.rb index e0dacc8d7ebc2..7afcc590bbcdf 100644 --- a/Formula/h/hawkeye.rb +++ b/Formula/h/hawkeye.rb @@ -1,8 +1,8 @@ class Hawkeye < Formula desc "Simple license header checker and formatter, in multiple distribution forms" homepage "https://github.com/korandoru/hawkeye" - url "https://github.com/korandoru/hawkeye/archive/refs/tags/v6.1.0.tar.gz" - sha256 "8efc33b1cd98fbfc685d962c433617f9c6e88e22457e9e8120bb658e1b722341" + url "https://github.com/korandoru/hawkeye/archive/refs/tags/v6.1.1.tar.gz" + sha256 "9a3f4b4d44bbbc887c3aeaeb4da9a43ae3eeee96699c6afc79e21d2636833739" license "Apache-2.0" bottle do From 0611b3620992de34c174f06a298ea9257dd786cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:36:26 +0000 Subject: [PATCH 06394/10074] igraph 0.10.16 --- Formula/i/igraph.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/i/igraph.rb b/Formula/i/igraph.rb index 4bc53ab3b2957..130d6aa21928d 100644 --- a/Formula/i/igraph.rb +++ b/Formula/i/igraph.rb @@ -1,10 +1,9 @@ class Igraph < Formula desc "Network analysis package" homepage "https://igraph.org/" - url "https://github.com/igraph/igraph/releases/download/0.10.15/igraph-0.10.15.tar.gz" - sha256 "03ba01db0544c4e32e51ab66f2356a034394533f61b4e14d769b9bbf5ad5e52c" + url "https://github.com/igraph/igraph/releases/download/0.10.16/igraph-0.10.16.tar.gz" + sha256 "15a1540a8d270232c9aa99adeeffb7787bea96289d6bef6646ec9c91a9a93992" license "GPL-2.0-or-later" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "05e858933d67bf168bb125e3cb2e6037bbeb28197f9a22a998d513ce1bf7289c" From 1d2d636dfb4a29a48ff78a6c1f2d46185649955e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:41:00 +0000 Subject: [PATCH 06395/10074] llama.cpp 5630 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 594435377bc5c..0e18ea74da88e 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5620", - revision: "b8e2194efc529378be45ab9b27d6648a5b81458a" + tag: "b5630", + revision: "4c763c8d1b4d4de20bf364ec1837430783cba984" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From eb7b1d23dc515f8b50e46ec767e09876209e016a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:41:59 +0000 Subject: [PATCH 06396/10074] melange 0.26.8 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 64891a28d2091..358186675b45f 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.7.tar.gz" - sha256 "019a2aba32c5b475b2f5a24b0eea0693e78d943eed4ccb2702c6b96454a7d8a9" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.8.tar.gz" + sha256 "0f7a8be296e8f3623475b6265af10d2144b2f684920701a50d8d99ac824bb6f9" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From 3656ff645fcf533e863cd6441559ccd330000660 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:53:07 +0000 Subject: [PATCH 06397/10074] dotnet: update 9.0.6 bottle. --- Formula/d/dotnet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dotnet.rb b/Formula/d/dotnet.rb index 0eb59077100d5..5881cb8260342 100644 --- a/Formula/d/dotnet.rb +++ b/Formula/d/dotnet.rb @@ -26,12 +26,12 @@ class Dotnet < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9a9c0fea3897f713604263ce3d25755cdc1cc34e9728ce384b1674a23adaf081" - sha256 cellar: :any, arm64_sonoma: "a6be60a96abea6c0c5262c1ee7ef44396cf96837c434beb2f1d7ae0643cffaad" - sha256 cellar: :any, arm64_ventura: "73b20278e33fb2c051e60b19b9aaf216c6edfb6e9b4b615f8a65ee53edff7d00" - sha256 cellar: :any, ventura: "e8e49e3b7d72dbd6adf719f368d0a38bb78a3e29e0368b828339657f765c2fa5" - sha256 cellar: :any_skip_relocation, arm64_linux: "4bc91b3b6e5934256b7c52e0e4028442cc0c263786408f7c10cab58ecdc96942" - sha256 cellar: :any_skip_relocation, x86_64_linux: "238d53cd94923a17447e797249358c06e6e5f8b4574a51bd87fb3c7734c7c39b" + sha256 cellar: :any, arm64_sequoia: "63b1a8917486ca1017a1530f7013fb970b627cc3896e6f1f00a015d89c612458" + sha256 cellar: :any, arm64_sonoma: "553b1ce05e92346c4ac66a64540ae7051742f2c14ddfa1b8c47f8e2f5e21e9a2" + sha256 cellar: :any, arm64_ventura: "31f2897141e6b268cc461b900a4e49bfac2c7d69066f6fa50925649ca2a93ea9" + sha256 cellar: :any, ventura: "28434612c06c8c3f208d0d4b6c57c8e98ea28fbc1d86987b18563c9663318d07" + sha256 cellar: :any_skip_relocation, arm64_linux: "c9e1fc272bc067315a04f022531a11537905a6a2fe5c8459f6eed2ac9c1e386c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "90310f1219657fb795d876c8430fb43d74cce4de8a7223edd153d52599ba95c9" end depends_on "cmake" => :build From c500e51f8dacd86f13c92c2e972f19dacc796b31 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:58:33 +0000 Subject: [PATCH 06398/10074] sqruff: update 0.26.6 bottle. --- Formula/s/sqruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index e7aa46b19f6bf..60ebaa36ff3d4 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -7,13 +7,13 @@ class Sqruff < Formula head "https://github.com/quarylabs/sqruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d2bb0473e0f3f461f8e3683738349efe1e8b9c5965d22e7de6c7594c23dc020" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a20b7268f5fb821ade032f699a0e6ed91e8c942fd49a1823832d13929a690ac2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "53ceb9c13f10637067cd03523ca18df55b5a8ca7cf5388b95e7a820321244e0b" - sha256 cellar: :any_skip_relocation, sonoma: "254446622314a00d7ac58368e5396266895efd77b557dd83ee0ee4bc9c30aa45" - sha256 cellar: :any_skip_relocation, ventura: "4da06e515db7a9dc3f80d6f0c0f8610f907946ec3ed32f1547b96433374694eb" - sha256 cellar: :any_skip_relocation, arm64_linux: "22a941bb0b586f754a70ecc4841f264ac22c5208bb3a09e2086abff0d8f38930" - sha256 cellar: :any_skip_relocation, x86_64_linux: "24fbebfad9272188d135ae2c4ed9e89c7ca7f1f11c1d4d90f8c51f44c3f0b635" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6a95f0688e5757713198d087da0afa605f8b42345a40101e8d867ddf0016cb6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "088bcdb2e69fc1a294db643bf15cff9ae879e0a04c0c2477ae26ac804e0c0984" + sha256 cellar: :any_skip_relocation, arm64_ventura: "030bb909a90937ac2e72240653adce26def21386ad0325453d82bac36019c448" + sha256 cellar: :any_skip_relocation, sonoma: "ae19a7d9afab0fc6156ec37567c3dc484b8d885204ccc0c8f2b99db8d4054331" + sha256 cellar: :any_skip_relocation, ventura: "fab8dd697a0d1fe735e308ac950c34e86db423c04eb048978644ddc4cc4b995e" + sha256 cellar: :any_skip_relocation, arm64_linux: "9ef877720f5787e2a4973f08e2d74586767a7cba2dade1b0046c27c513dde143" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd16e099ee993c9c6315df05f57c9fe695a1501a793a31908d9f5cc5d0a81bb7" end depends_on "rust" => :build From 71c7fd76d4fd6fb8ca5cb676c0eb250055b88cd1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:05:48 +0000 Subject: [PATCH 06399/10074] termscp: update 0.18.0 bottle. --- Formula/t/termscp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/termscp.rb b/Formula/t/termscp.rb index 67815b5399ff5..06370201ae181 100644 --- a/Formula/t/termscp.rb +++ b/Formula/t/termscp.rb @@ -7,13 +7,13 @@ class Termscp < Formula head "https://github.com/veeso/termscp.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "f1f6a863d2464e7be10654d7eff0d2922f24a101edeeadb52c9d1e016b1ac222" - sha256 cellar: :any, arm64_sonoma: "1fe7c2905c834353f25532a2712d4101c56d94de88550607410ce158e42b9e41" - sha256 cellar: :any, arm64_ventura: "80643a20f1a6e4220a1a34c10bbc8ad9097c85d4ea26a43c0950aa8574ce03dc" - sha256 cellar: :any, sonoma: "bb8a6aa8bc2c40059fddd9d0bf432d859c3be784ae7b1ba60126b342c56477c1" - sha256 cellar: :any, ventura: "e3b7f899953f98ef98f4e1408ccb25e4d00770d6e21b82b89c00c98835250b51" - sha256 cellar: :any_skip_relocation, arm64_linux: "7a3def80676f3340189e3b2a41072bd4e43c3ce9144ef4b53a5f3b9a7cb6f1a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7b97ee5fc207ce372552809e310c18e8aad4b8c0fa15c76ca900681a372ae7aa" + sha256 cellar: :any, arm64_sequoia: "9b0ebfc7d1e98d38f9a60557b4c17746b24c62634beb0117d7fa033549d20b67" + sha256 cellar: :any, arm64_sonoma: "0134e8eb5be800b3dd71f9d1924df8c83500c6fb0b83e48e22644f91873b830a" + sha256 cellar: :any, arm64_ventura: "9fb082121f4c9fec8023e9d2b06238155dd0e504891bb2485b4110c3a7759e0b" + sha256 cellar: :any, sonoma: "6cec211fe0514243a27ad595b7f7f11ad871a0b47d26534e09ecac5dff811f8b" + sha256 cellar: :any, ventura: "8e51d0d0f3286718ab030dbc926b20cbf444b4bb286b7ecd38937308df549717" + sha256 cellar: :any_skip_relocation, arm64_linux: "ed399ac73da3fd8546765a6d84ee1438101316f12996f2468414a8ae0b4d6a3b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f36219c281e9b898a73a0f0fd79ba0bdbc0a36675a4503d30282a272d87e0a90" end depends_on "pkgconf" => :build From 8fe192a4ec417240196acf4b7c35d023ef414023 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:05:50 +0000 Subject: [PATCH 06400/10074] fdroidserver: update 2.4.0_1 bottle. --- Formula/f/fdroidserver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fdroidserver.rb b/Formula/f/fdroidserver.rb index 28201db6cf80a..63f0cbe46d5a4 100644 --- a/Formula/f/fdroidserver.rb +++ b/Formula/f/fdroidserver.rb @@ -9,13 +9,13 @@ class Fdroidserver < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "35611a78e8afa3af653ebccef13225e253f403987b3c29cbc455fe2b71a39a55" - sha256 cellar: :any, arm64_sonoma: "ff32a8ab6d3ccff3f51ed84413e74889cc0c826768ed0e82771f16c3dfedc5ea" - sha256 cellar: :any, arm64_ventura: "c86a74b3d85a721dce3ca1b102b2b48a863689488e599f2d333e1db1f886f560" - sha256 cellar: :any, sonoma: "eaca6825674340fab36daeb50ce6d16e881babce54afe487aab4356768832444" - sha256 cellar: :any, ventura: "140d36230c7b1579834a2644568dd98147809eb778f7023bd0042a5409899d47" - sha256 cellar: :any_skip_relocation, arm64_linux: "46b0898bcaa4aec72c68a3a79c8de87caa4bbbbd2415ffccd09568d7deeeda37" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f603edefdaabf1a9c71ea53180f2864f439e95f7a3e76becba6dc672530e9ceb" + sha256 cellar: :any, arm64_sequoia: "94d05bd59d72e0430cf7f8ec19c66e56f4c436cfef6dabd41186e0123fee0be5" + sha256 cellar: :any, arm64_sonoma: "07dc656e498196d546e09f3142171caa64e8eaa143c8c8072735634d1bf90ed8" + sha256 cellar: :any, arm64_ventura: "45b163314414c5b6636fd0b7dabf84a12532a00404ed3110d931867dde712b3f" + sha256 cellar: :any, sonoma: "9dd084d8477069c027f78d33e8d9eb4317087f3509132d271b0b82311da07658" + sha256 cellar: :any, ventura: "94a7759ec4cfb15f76c4abb17b3a3ea2868ca20aeaad5a21c8766c737a5126e9" + sha256 cellar: :any_skip_relocation, arm64_linux: "70aed828b1e835ab2f66d5e50d65efd86d3e6e21b1cb688776b7a0db44312f0c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "31a1b61fe0f768079da110ef0a4e03734dd6d5b00b538b0d5a83422a0d6eefaa" end depends_on "ninja" => :build From 1568e1a189dfc2fa884b44fa1803343b57148aef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:14:44 +0000 Subject: [PATCH 06401/10074] node-build: update 5.4.3 bottle. --- Formula/n/node-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 896d20ce32c9a..65f4aeb647794 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -12,7 +12,7 @@ class NodeBuild < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "7b7709e560f098ad9c7b451396a8a94b665f1006804672467d9af50064a0d484" + sha256 cellar: :any_skip_relocation, all: "804cc4ca0054153bab77c54733f1f0dc4e52232650188c224a2f767aefdc52a2" end depends_on "autoconf" From 5a9965bf4325ab8dcaee88be8223711443b7b2c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:32:13 +0000 Subject: [PATCH 06402/10074] garnet: update 1.0.72 bottle. --- Formula/g/garnet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index 6ea8c33b3b13b..b53d528d5c096 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -6,12 +6,12 @@ class Garnet < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "86e5d9c0d30c4e0b7c7f12ac579a8f4e8aeca42357ce74c7afd5f94977c798e8" - sha256 cellar: :any, arm64_sonoma: "10ef9950ac0dad6d93977d9f935ea31e91d062e5be2b5f0e1705090c3b7189c8" - sha256 cellar: :any, arm64_ventura: "c97f6acec2b7737668b130ab911bd8614821454e51eb6982e59ccf6885ef0b13" - sha256 cellar: :any, ventura: "a8aabb53314c71286c16e21d6c8cc259361ad735a8f78d954fcd4697b25c67c6" - sha256 cellar: :any_skip_relocation, arm64_linux: "1e4fcbaab4e7c4407f6e57aeb093d44f45b66d9c2d73897111fa0cda9d86b30a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0e2cdcb680646384bb16ebe73288f9790a13e19e0793e3ad16f31676e19b60c6" + sha256 cellar: :any, arm64_sequoia: "c4e06535b7d853c35d20bfdf0fdd672085e58db39c6b0f1c7cf963c53b90abd7" + sha256 cellar: :any, arm64_sonoma: "8b8f833ec07cea62b47c73c1ad0286976de83599dec5ebec7bbe27d7945e7ea7" + sha256 cellar: :any, arm64_ventura: "feca476dcd18167d93cdad5c7f3628a3e5038c98bf8b6d4336293b85cc6013d6" + sha256 cellar: :any, ventura: "56a0fa83d5cfc7ffc8da7ec93feceb25704a9a1fcd319224574c54fbbb8f6305" + sha256 cellar: :any_skip_relocation, arm64_linux: "2b12bc6dbbfc8e07588a3eb1b4d53c6c60dc6455079b46633bfa58ad5a7863e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "516b0008ff79c6ad7683d52ff02cc562aa72a2e12c710b0a22f87fd900d5ef7d" end depends_on "valkey" => :test From 6485a4ffe1441f5047f5dbfa4c8e7e6fb9874b34 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:32:26 +0000 Subject: [PATCH 06403/10074] hawkeye: update 6.1.1 bottle. --- Formula/h/hawkeye.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hawkeye.rb b/Formula/h/hawkeye.rb index 7afcc590bbcdf..8cf0811694b55 100644 --- a/Formula/h/hawkeye.rb +++ b/Formula/h/hawkeye.rb @@ -6,13 +6,13 @@ class Hawkeye < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d7fb1591f035469c066aeb988b0b67fdb5252e615c6d4ff98f4c580e4986caa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b84760f8b45fb9149dc6d12eba1b71db59828c157b41eb3cffe631bf34b30e3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6b5a09cbb8958b58e371ea5326b56a5335ad151a81f295b85928a5fbc771a84b" - sha256 cellar: :any_skip_relocation, sonoma: "e782ccbdffc0511f0c66ae3b0075b7599842a91cf29d5b729d89ab8fa5203867" - sha256 cellar: :any_skip_relocation, ventura: "ac75de60f733e185154b89003ed74cdeaf1eb9aec3f03967a94904cbf0ba7795" - sha256 cellar: :any_skip_relocation, arm64_linux: "686ae29689cf27cd3e4e6d8887d0db5758046eaa5b872f62c4e1b3074d90f802" - sha256 cellar: :any_skip_relocation, x86_64_linux: "402d14d41bd94aee1af44de19ae5c483c9a9c0293d19d643d9921c377edab9d5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "757c352657231d51e0177489d4d618704fe6b9eaf85724b1feaf6dddf0ec5168" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "59fb0e24b4f2a9eaacbc4ebf7dcdfa1fdf336e5edc1e688ceb9b89ae80809fff" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d55af7c0bead3da1886a5755e7b7508fa891babfc198e2ea3a8e45936ef9aa6" + sha256 cellar: :any_skip_relocation, sonoma: "a7ad583590a14120331136eac157efc9401c3ed2a1d72c880b8b0165fcae6b68" + sha256 cellar: :any_skip_relocation, ventura: "a65c7d355e270ca3aad85ca8f1d23d949eb3e1d5f74777dbab1e26ef3881022f" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb66158c804fcab5cfe42d939358abf66fa2fdcc8a9252456e75f1cb95065413" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bcbbbc3ff7c07e3a85a22c0176c468dbd3795272de6f5173303446573e225794" end depends_on "rust" => :build From e649ce83e792ab7d8ed2b8d8c5228d7b4a6deb82 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:32:38 +0000 Subject: [PATCH 06404/10074] igraph: update 0.10.16 bottle. --- Formula/i/igraph.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/igraph.rb b/Formula/i/igraph.rb index 130d6aa21928d..ca8038dafda38 100644 --- a/Formula/i/igraph.rb +++ b/Formula/i/igraph.rb @@ -6,13 +6,13 @@ class Igraph < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "05e858933d67bf168bb125e3cb2e6037bbeb28197f9a22a998d513ce1bf7289c" - sha256 cellar: :any, arm64_sonoma: "79aecc04dda8059ec114e1562dd5ac4e1051b22c9bc2ed53f44b11fccc69af4d" - sha256 cellar: :any, arm64_ventura: "405a45f59e91eb93a06222d9b3bb4d6dbddea521acb0c302362fb8507d91055c" - sha256 cellar: :any, sonoma: "aed39268ccb1453bfb2bdc91bd6324cb84cb97a5d8510f63f1a8969579594d0f" - sha256 cellar: :any, ventura: "a5d07f29fc614f21980859db3f9b3557972033c7f2a64284253f7213abf5d4f0" - sha256 cellar: :any_skip_relocation, arm64_linux: "3156331b8e0752a21a710c5c64b8e0894dadc6d80083e56409f39195879a05a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bc2fe384bb82430e1a4671ba9ff56d2a2579250e3b2ab3748b49eb6a2b654635" + sha256 cellar: :any, arm64_sequoia: "ab9d25f69f94b16f9283e076f20a36b370668120a7b57e6ea53b5f26541cb8dd" + sha256 cellar: :any, arm64_sonoma: "109a713e6f1d4176e826b15f5a651bc919f1c2bae67198d7cea641da7f327cfc" + sha256 cellar: :any, arm64_ventura: "357ba0bc0f907994dec39505c8fbba6882b9f8dbaaefa5f4efcb8a722ff956c3" + sha256 cellar: :any, sonoma: "3a8a7391bc2dd456019e2072e738b8a5dff3715901d5987869eb42edda9ca818" + sha256 cellar: :any, ventura: "77a3630e6f4f1140f7dac71f33e7031dd3dc15ce7694428b27e68f001d49329d" + sha256 cellar: :any_skip_relocation, arm64_linux: "8732c9994495bcd776ec0b025bc8fabe9b6888b51493a0f5961c16f0d095751b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f09d1813d10e9fb4e2a8216416f1131d85dcf874df721ccbf6ecc06c28d502bb" end depends_on "cmake" => :build From 28575b3d0d90027ec8af0e0c52b357e3f94e7f9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:33:02 +0000 Subject: [PATCH 06405/10074] melange: update 0.26.8 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 358186675b45f..af9682f712c73 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "de1816fa9352b568bba486198cedf80ce28dcec53391883103892418ced052a9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d22ac3484f8d934f73d65f25b7dd39bd23c3db7f702f045c2b0789885e23bbd4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "50f6e0813b09e7bcacc3c2b417494a5357d417a52b0aa68586274ffe7f7e43a3" - sha256 cellar: :any_skip_relocation, sonoma: "3552b63c896890c35277207a87f045652a837a15f862b67f3a0bcc7b85e5a15f" - sha256 cellar: :any_skip_relocation, ventura: "d7913bfd4658fc2ed1c87b96a373569e449da83dc72acab6ec52898d1ceeb890" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3dd31a96f614ab919df05bc7aeced4db6563e6a7d3d3efefcc90e19627e3e0ab" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef865dec44ae32a2b1bcab66c7fc5f642d8824818456465554513d97ef7bb0e1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "62873f68e7fb0b6fa1f474cf1eeb2716d4a0f5af985b567294e8f00e3f44cc31" + sha256 cellar: :any_skip_relocation, arm64_ventura: "43d3ee59c0d903d3cc305d98712b579faaa11cba5a818abdbcdc75f1d4659d8e" + sha256 cellar: :any_skip_relocation, sonoma: "9d2771446fc667143b0b50d4b80146ae11c0bf4b85e30859a2faa11bdb0bdaf9" + sha256 cellar: :any_skip_relocation, ventura: "56692c4a2a60ed44ef2c79ba0c50c6ddb2e82290e6cd6d0d6c5fac8f8efc05b7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f1938c2ca1b25989385747c0cb0b49e48e944eef66ad43552b80a98ed5eeee32" end depends_on "go" => :build From 87c1d5c800b4a40569839d8070515b197353401c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:37:06 +0000 Subject: [PATCH 06406/10074] llama.cpp: update 5630 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 0e18ea74da88e..09fe0e8df7623 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d11af61ec678d667b880a59eb4e8750465220590176e548fb057151f3aa44c7a" - sha256 cellar: :any, arm64_sonoma: "cf210db16efe1a821b473de843f7d03f6bf6f74df873dc215f6a059b256c13af" - sha256 cellar: :any, arm64_ventura: "be509d1dc51c26c62ce9fafdb16fb7a6a681d7cd8369ae1d1aaffdedaa6f42c9" - sha256 cellar: :any, sonoma: "e383fa7b4ef00f9610fc3a1563f4389bca2d5f142badf882b9a0b124dff05b37" - sha256 cellar: :any, ventura: "697ac8d5c64d59c1b964fdea598506f66b9cfbb9477d1c8afec6f7c3789014ab" - sha256 cellar: :any_skip_relocation, arm64_linux: "5e2adc33ec1d23b9aa3565c784bfbcda0453d8fefbb70880c53f530dc3c65d23" - sha256 cellar: :any_skip_relocation, x86_64_linux: "246842060311be024266698d3cde5dec4f3c89dd9db15466d992fb526bee5a98" + sha256 cellar: :any, arm64_sequoia: "3c4ff0a0364f4f180553e30cc1f3a5a285d7175d39b1df2e76b3a95b7447ea76" + sha256 cellar: :any, arm64_sonoma: "79ad288fc02930cc38d585c9b2b57584fe31e99f83c8a201c4428f9eea970329" + sha256 cellar: :any, arm64_ventura: "a1ab175b0d8544f1d4581fd50505657ca102f283ffc623133da5dfbd490a7d2e" + sha256 cellar: :any, sonoma: "ec237c3d75fa6ca17f078a429bacc5e4f40461cdbebc2f86ed65b51dab139727" + sha256 cellar: :any, ventura: "1c8fe3832af3f1857f435eec86d38a9a1029fc570535cd9c613faf27453bd6f4" + sha256 cellar: :any_skip_relocation, arm64_linux: "abb20595906788a1260dca8ef87ef1f4429eaa7e2061065c224a0ffb2b68a440" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c945bae1b21a5c8d4cf203d15f4588fe135354c1141174adcf4a8b1885dd6a71" end depends_on "cmake" => :build From 03b6e573c5ed4f07640d983d9b648893bfa98a44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:41:35 +0000 Subject: [PATCH 06407/10074] datafusion: update 48.0.0 bottle. --- Formula/d/datafusion.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/datafusion.rb b/Formula/d/datafusion.rb index f30c5dd0d43c9..fc1ad56c4971e 100644 --- a/Formula/d/datafusion.rb +++ b/Formula/d/datafusion.rb @@ -7,13 +7,13 @@ class Datafusion < Formula head "https://github.com/apache/arrow-datafusion.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a15568ea05c9e44c3d3cf2d2ad0ba99edd87f2aeb5ade7435328348d8aa3a6d9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d16bc43308608858a817d893d3b65938109d188b7659da5405b499e4443db3e6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "21183c4ae865eff9ef9f75f75cec67ee4aea19aaba5c9f5d4e9547ceb6e153e5" - sha256 cellar: :any_skip_relocation, sonoma: "073fd32c2e07bec63333f6c61e2df43881ab79943944d3b3bdbb5d2d8cd38d04" - sha256 cellar: :any_skip_relocation, ventura: "8516cc8dda3f9e45a445c2203ef5665dd5699885a614d34afaecb64d188b89e5" - sha256 cellar: :any_skip_relocation, arm64_linux: "df1093d35378b1c073ecacbf4498615ed1e57a0758de6f02fad3ee8f609655f2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b9b048d833632e5ae314e2df8daa074c7a0734f95f9dcfb4c19b4e578c7cec9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8399694f51eadeaa2a4874954584e4c89ef08c4680217b044eca277cf7f114fb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3cf55506373bdeae0a64bd7195236a5a1939e24f917e12525942bc1d0620097a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "797eca99d95ee6fbaf7561313ddac359a57f84d2187bde8d8c8bff786a588db0" + sha256 cellar: :any_skip_relocation, sonoma: "0aa49b534b3e770b6250eda074e6bd6c5ed72b1634a4d2a552495cf992f1e4fb" + sha256 cellar: :any_skip_relocation, ventura: "4720814dc8b84563d9e26649cfc30b27cadbb0e67bf2e503ca4f9e6e7f298feb" + sha256 cellar: :any_skip_relocation, arm64_linux: "ec13f6b06e96e616d330b818ce86220b0ac9119246d84a2cf258bb63111e8342" + sha256 cellar: :any_skip_relocation, x86_64_linux: "518e17161cf016860baa82318090f1cfe464fe15f9c2504de4e43d044aff3395" end depends_on "rust" => :build From e2a2dbf5eee0d59bfddd9df2a256431dc9d03360 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:23:34 +0000 Subject: [PATCH 06408/10074] nushell 0.105.1 --- Formula/n/nushell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nushell.rb b/Formula/n/nushell.rb index ba73f8a0b5b21..1a16fb7a1eff9 100644 --- a/Formula/n/nushell.rb +++ b/Formula/n/nushell.rb @@ -1,8 +1,8 @@ class Nushell < Formula desc "Modern shell for the GitHub era" homepage "https://www.nushell.sh" - url "https://github.com/nushell/nushell/archive/refs/tags/0.105.0.tar.gz" - sha256 "2c2f4062820602a773682c5b9189d52ddc03793bc2a5d367d88f73c604f290d3" + url "https://github.com/nushell/nushell/archive/refs/tags/0.105.1.tar.gz" + sha256 "2c52ef5aef2ba1a3ae873e84bf72b52220f47c8fe47b99950b791e678a43d597" license "MIT" head "https://github.com/nushell/nushell.git", branch: "main" From 76201be0a64fba7e44cf7660930db57c6ef60cc7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 04:12:40 +0000 Subject: [PATCH 06409/10074] libffi: update 3.5.1 bottle. --- Formula/lib/libffi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libffi.rb b/Formula/lib/libffi.rb index c0fbd110262d4..220c72db10042 100644 --- a/Formula/lib/libffi.rb +++ b/Formula/lib/libffi.rb @@ -11,13 +11,13 @@ class Libffi < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "6d70e58ccf90bf0b523bf2e5101d24be7c80af3ca16ae145dbc9853393307e1f" - sha256 cellar: :any, arm64_sonoma: "e793bde76d63862669b4ca1930932648b9bf407c7035618ad1811ac72fca4192" - sha256 cellar: :any, arm64_ventura: "78d7294f94c1f792b2cbf168963082755a2a56e5b56d7020cd9beabc9828bc73" - sha256 cellar: :any, sonoma: "c484e3b8d990d47db3d27d14e24e05fffc0dc25dfb0cc415f7dae4b3d1d16e3d" - sha256 cellar: :any, ventura: "5b51f6c25e03e8cf530d654a14936d7c5498991cfddcd7d8121f18d4df0824be" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae33d56cc0197e3002a58e62ac3bfc56d2d24d73e5eb5aa969afea74bfb80e36" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14fac203584df82854451b09c07ea269f06db5118934dbaa68e32513d95a1f4a" + sha256 cellar: :any, arm64_sequoia: "48eb150271830a3c7da1a28485bd7252c38de09764485b25cf90c0ec93a20be5" + sha256 cellar: :any, arm64_sonoma: "45087c0c963358486ef2b1ef0d40ddb20ec63e7fb3b921d8a3568891be8b4b48" + sha256 cellar: :any, arm64_ventura: "87b515b6ce34421bbb4d4dfacb5b915ba36d73fb1465389ad74c56880c0d85ac" + sha256 cellar: :any, sonoma: "2e2b8886c994abb887b1ffad984ed78bda1323eded54bbd4809e8c3a6d48ae45" + sha256 cellar: :any, ventura: "895087d2591f6e5b2a828370adfcc8615890a09d4638d30ea105822c4590d4f3" + sha256 cellar: :any_skip_relocation, arm64_linux: "a71102b55f4d06b91b438222adbdb7dc221fa8b335744773aaece9d671abb527" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2109450cd961d89edfdf8b0fce916dd9c5c63a15f52a97c443412a62b2ca8264" end head do From 6b87d89fa25ce289255edeb39e8fc9f890fabd0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:31:39 +0000 Subject: [PATCH 06410/10074] schemathesis 4.0.0 schemathesis: update test Signed-off-by: Rui Chen --- Formula/s/schemathesis.rb | 99 +++++++++++++++++++-------------------- 1 file changed, 49 insertions(+), 50 deletions(-) diff --git a/Formula/s/schemathesis.rb b/Formula/s/schemathesis.rb index 5e37c997df31a..aa7369ff42659 100644 --- a/Formula/s/schemathesis.rb +++ b/Formula/s/schemathesis.rb @@ -3,10 +3,9 @@ class Schemathesis < Formula desc "Testing tool for web applications with specs" homepage "https://schemathesis.readthedocs.io/" - url "https://files.pythonhosted.org/packages/ae/4a/b241f9a76c66d4a1c70ef0feb51cab957792087631bfb40589c2b362c848/schemathesis-3.39.16.tar.gz" - sha256 "d903368786e745ad151924d4e2e883a8b158332e60af56cd623d88d08ad55076" + url "https://files.pythonhosted.org/packages/eb/78/9404272f9a85ef4a0bd65abb193c220c5ae1dc466a4b74d67c08f271879c/schemathesis-4.0.0.tar.gz" + sha256 "7a6b95b8a149dcb6ed957f7be3a330a51f3867cffe59677cb120956abf417e55" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "409fa0acd084b51db91ab8c0a5caeebe03c1bf4c56db6c99d439251c8e069376" @@ -46,13 +45,13 @@ class Schemathesis < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -91,8 +90,8 @@ class Schemathesis < Formula end resource "hypothesis" do - url "https://files.pythonhosted.org/packages/10/ff/217417d065aa8a4e6815ddc39acee1222f1b67bd0e4803b85de86a837873/hypothesis-6.131.9.tar.gz" - sha256 "ee9b0e1403e1121c91921dbdc79d7f509fdb96d457a0389222d2a68d6c8a8f8e" + url "https://files.pythonhosted.org/packages/16/8e/8148117b2556d3078b7f5860f36bf2c7caa18476365ae326d7445e72a80d/hypothesis-6.135.5.tar.gz" + sha256 "e7bf1b5bbd04bccd40072affbcb6fa02b4eda40eca8eb517b2723373f9d7de3b" end resource "hypothesis-graphql" do @@ -126,8 +125,8 @@ class Schemathesis < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -140,14 +139,19 @@ class Schemathesis < Formula sha256 "de16a051990d4e25a3982b2dd9e89d671067548718866416faec14d9de56db9f" end + resource "markdown-it-py" do + url "https://files.pythonhosted.org/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz" + sha256 "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" + end + resource "markupsafe" do url "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz" sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" end - resource "multidict" do - url "https://files.pythonhosted.org/packages/da/2c/e367dfb4c6538614a0c9453e510d75d66099edf1c4e69da1b5ce691a1931/multidict-6.4.3.tar.gz" - sha256 "3ada0b058c9f213c5f95ba301f922d402ac234f1111a7d8fd70f1b99f3c281ec" + resource "mdurl" do + url "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz" + sha256 "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" end resource "packaging" do @@ -156,23 +160,23 @@ class Schemathesis < Formula end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" end - resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + resource "pygments" do + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end resource "pyrate-limiter" do - url "https://files.pythonhosted.org/packages/3e/b6/a812da6cbcb3861c4389fc42114a77d3628d2a9948fbc5f308c35fecaed0/pyrate_limiter-3.7.0.tar.gz" - sha256 "dc1e6d2c80b559f3333cb44bd822bd558f5a47946dc50cce4263a9c1c5fd8067" + url "https://files.pythonhosted.org/packages/52/2c/d823960cc8b80501f86bd34b001a1f699aa187742919180676e2d646cb7b/pyrate_limiter-3.7.1.tar.gz" + sha256 "b268cc0b2c9f85175dbfe49ce765659a41db24d165da45395853602e5cf85819" end resource "pytest" do - url "https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz" - sha256 "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" + url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" + sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" end resource "pytest-subtests" do @@ -196,8 +200,8 @@ class Schemathesis < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rfc3339-validator" do @@ -210,9 +214,14 @@ class Schemathesis < Formula sha256 "d3c4d257a560d544e9826b38bc81db676890c79ab9d7ac92b39c7a253d5ca733" end + resource "rich" do + url "https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz" + sha256 "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" + end + resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz" - sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "six" do @@ -231,8 +240,8 @@ class Schemathesis < Formula end resource "starlette" do - url "https://files.pythonhosted.org/packages/ce/20/08dfcd9c983f6a6f4a1000d934b9e6d626cff8d2eeb77a89a68eef20a2b7/starlette-0.46.2.tar.gz" - sha256 "7f7361f34eed179294600af672f565727419830b54b7b084efe44bb82d2fccd5" + url "https://files.pythonhosted.org/packages/8b/d0/0332bd8a25779a0e2082b0e179805ad39afad642938b371ae0882e7f880d/starlette-0.47.0.tar.gz" + sha256 "1f64887e94a447fed5f23309fb6890ef23349b7e478faa7b24a851cd4eb844af" end resource "starlette-testclient" do @@ -245,14 +254,14 @@ class Schemathesis < Formula sha256 "cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff" end - resource "tomli-w" do - url "https://files.pythonhosted.org/packages/19/75/241269d1da26b624c0d5e110e8149093c759b7a286138f4efd61a60e75fe/tomli_w-1.2.0.tar.gz" - sha256 "2dd14fac5a47c27be9cd4c976af5a12d87fb1f0b4512f81d69cce3b35ae25021" + resource "types-python-dateutil" do + url "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz" + sha256 "13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5" end - resource "types-python-dateutil" do - url "https://files.pythonhosted.org/packages/a9/60/47d92293d9bc521cd2301e423a358abfac0ad409b3a1606d8fbae1321961/types_python_dateutil-2.9.0.20241206.tar.gz" - sha256 "18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb" + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "uri-template" do @@ -275,11 +284,6 @@ class Schemathesis < Formula sha256 "60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746" end - resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" - end - def install virtualenv_install_with_resources @@ -287,15 +291,10 @@ def install end test do - (testpath/"example.json").write <<~JSON - { - "openapi": "3.0.3", - "paths": {} - } - JSON - output = shell_output("#{bin}/st run ./example.json --dry-run") - assert_match "Schemathesis test session starts", output - assert_match "Specification version: Open API 3.0.3", output - assert_match "No checks were performed.", output + assert_match version.to_s, shell_output("#{bin}/st --version") + openapi_url = "https://httpbin.dmuth.org/openapi.json" + output = shell_output("#{bin}/st run #{openapi_url} --phases examples --include-path /ip") + assert_match "Specification: Open API 3.1.0", output + assert_match "No test cases were generated", output end end From 173def4fcb2e970568bc6b4f6492e5791ef454b2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 11 Jun 2025 04:59:19 +0000 Subject: [PATCH 06411/10074] xcodes 1.6.2 --- Formula/x/xcodes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xcodes.rb b/Formula/x/xcodes.rb index ab23bdf2e6833..f54eb178b25bd 100644 --- a/Formula/x/xcodes.rb +++ b/Formula/x/xcodes.rb @@ -1,8 +1,8 @@ class Xcodes < Formula desc "Best command-line tool to install and switch between multiple versions of Xcode" homepage "https://github.com/XcodesOrg/xcodes" - url "https://github.com/XcodesOrg/xcodes/archive/refs/tags/1.6.0.tar.gz" - sha256 "415c104c1aca42e68b4c6ede64e543d79a60d5a6fa99095f2aad179a74045047" + url "https://github.com/XcodesOrg/xcodes/archive/refs/tags/1.6.2.tar.gz" + sha256 "0c38a39ecd527d15c3343da9b9bc57c9f0d5217f4c9d36fc3879c3ae423b1295" license "MIT" no_autobump! because: :requires_manual_review From 473481f257e9ed32aaebd288027dd91b7b5ed909 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 11 Jun 2025 04:59:03 +0000 Subject: [PATCH 06412/10074] tea 0.10.0 autobump: add tea Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/t/tea.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index a005fb81eac63..c6d5d81432505 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3647,6 +3647,7 @@ tcpreplay tcpsplit tcsh tdb +tea tealdeer tectonic teensy_loader_cli diff --git a/Formula/t/tea.rb b/Formula/t/tea.rb index 83de27088ace3..3dae4d6158457 100644 --- a/Formula/t/tea.rb +++ b/Formula/t/tea.rb @@ -1,8 +1,8 @@ class Tea < Formula desc "Command-line tool to interact with Gitea servers" homepage "https://gitea.com/gitea/tea" - url "https://gitea.com/gitea/tea/archive/v0.9.2.tar.gz" - sha256 "b5a944de8db7d5af4aa87e9640261c925f094d2b6d26c4faf2701773acab219b" + url "https://gitea.com/gitea/tea/archive/v0.10.0.tar.gz" + sha256 "16cfbab7cf3c53d2291354d214edede008ab4e526af1573a3d8b5ef3cb549963" license "MIT" head "https://gitea.com/gitea/tea.git", branch: "main" From 8b941edcc1071495315d54d75c6233a607b8464c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 11 Jun 2025 05:00:04 +0000 Subject: [PATCH 06413/10074] certbot 4.1.0 --- Formula/c/certbot.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index d08df0f2b3d7a..66af9528bf0dc 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -3,10 +3,9 @@ class Certbot < Formula desc "Tool to obtain certs from Let's Encrypt and autoenable HTTPS" homepage "https://certbot.eff.org/" - url "https://files.pythonhosted.org/packages/00/91/a7acb7a9f7f065bf7f4aa356ecae039f229798eeceed205f397f329cd666/certbot-4.0.0.tar.gz" - sha256 "a867bfbb5126516c12d4c8a93909ef1e4d5309fc4e9f5b97b2d987b0ffd4bbe3" + url "https://files.pythonhosted.org/packages/2a/2b/906dc5af6f30d5e10195f5209d426eb32fb372496bcf0bb300f6ae5c738d/certbot-4.1.0.tar.gz" + sha256 "d88617101b514f77ac9117452db2754dac446d8dc5a958210dbfc3279b34472e" license "Apache-2.0" - revision 1 head "https://github.com/certbot/certbot.git", branch: "master" no_autobump! because: :requires_manual_review @@ -30,18 +29,18 @@ class Certbot < Formula uses_from_macos "libffi" resource "acme" do - url "https://files.pythonhosted.org/packages/c6/aa/8d598e7338fb9677a9084c27d86e51f3732c541be161d77a24e28f23b6f2/acme-4.0.0.tar.gz" - sha256 "972d6e0b160000ae833aaa9619901896336e5dc7ca82003fa6ff465bafcbdf52" + url "https://files.pythonhosted.org/packages/e5/e5/8b3fa5f7f013c652f778a312353fb79cc145d8b5730ce784ed7be25b2e27/acme-4.1.0.tar.gz" + sha256 "dec2f26378b26e57ce41f081b3a8814d89593a5f3d500fdb4acb1ccc23aaf60f" end resource "certbot-apache" do - url "https://files.pythonhosted.org/packages/0a/93/6136841f9550fcfa7d7fee47854e359fc906e12446617b31c277c3e02dfc/certbot_apache-4.0.0.tar.gz" - sha256 "507f9a336bd95c25548f449d8307eead6f875186a13049de173d6833371910a2" + url "https://files.pythonhosted.org/packages/7d/80/cbf18cea401cb39c5ce07ecf44cfba26b29d3c454ac69f68e6ead23af36d/certbot_apache-4.1.0.tar.gz" + sha256 "5db56945da6df727ea3b8b6115e9a974956090c1bdd1a3d027cebf6424e2361c" end resource "certbot-nginx" do - url "https://files.pythonhosted.org/packages/06/a8/4ab3316ded812c91521c926ea3887ee6698cb656febd4e0f3ccc18dea64f/certbot_nginx-4.0.0.tar.gz" - sha256 "4478c3e13e04b49f95675d83adaacdcf1356f8fac0824e236f893f2f5a1d991c" + url "https://files.pythonhosted.org/packages/86/2c/e0b11b399e4a2ccb91c03b37a039978ae044d6d9879a1c04fdc8e23ac65c/certbot_nginx-4.1.0.tar.gz" + sha256 "0416b84f2a129163ce169bcf46908dd085a1cf53fb52199c2e771b68a757da8c" end resource "charset-normalizer" do From 8222fb4a6d995066e0db8594eb774a30e4c1b0d2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 11 Jun 2025 04:58:41 +0000 Subject: [PATCH 06414/10074] libtpms 0.10.1 autobump: add libtpms Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/lib/libtpms.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index a005fb81eac63..51fef94c8f13b 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2123,6 +2123,7 @@ libtommath libtool libtorrent-rakshasa libtorrent-rasterbar +libtpms libtrace libtrng libucl diff --git a/Formula/lib/libtpms.rb b/Formula/lib/libtpms.rb index 23690b79a0219..f54e4cb4f4f30 100644 --- a/Formula/lib/libtpms.rb +++ b/Formula/lib/libtpms.rb @@ -1,8 +1,8 @@ class Libtpms < Formula desc "Library for software emulation of a Trusted Platform Module" homepage "https://github.com/stefanberger/libtpms" - url "https://github.com/stefanberger/libtpms/archive/refs/tags/v0.10.0.tar.gz" - sha256 "6da9a527b3afa7b1470acd4cd17157b8646c31a2c7ff3ba2dfc50c81ba413426" + url "https://github.com/stefanberger/libtpms/archive/refs/tags/v0.10.1.tar.gz" + sha256 "ebc24f3191d90f6cf0b4d4200cd876db4bd224b3c565708bbea0a82ee275e0fb" license "BSD-2-Clause" no_autobump! because: :requires_manual_review From 7df6fb0caf7eab0822df958a698704f56696abbf Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 11 Jun 2025 04:59:32 +0000 Subject: [PATCH 06415/10074] zebra 2.2.8 autobump: add zebra Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/z/zebra.rb | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index a005fb81eac63..144f21cd010bb 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -4144,6 +4144,7 @@ zabbix zabbix-cli zbctl zchunk +zebra zeek zellij zenith diff --git a/Formula/z/zebra.rb b/Formula/z/zebra.rb index 924585bad958c..33f469e9ba666 100644 --- a/Formula/z/zebra.rb +++ b/Formula/z/zebra.rb @@ -1,10 +1,9 @@ class Zebra < Formula desc "Information management system" homepage "https://www.indexdata.com/resources/software/zebra/" - url "https://ftp.indexdata.com/pub/zebra/idzebra-2.2.7.tar.gz" - sha256 "b465ffeb060f507316e6cfc20ebd46022472076d0d4e96ef7dab63e798066420" + url "https://ftp.indexdata.com/pub/zebra/idzebra-2.2.8.tar.gz" + sha256 "879e402b91912e9074275753f24408ed2ac06b3b7c30b2a2d5a70718c869a542" license "GPL-2.0-or-later" - revision 5 livecheck do url "https://ftp.indexdata.com/pub/zebra/" From be701fc3415c29ae8435266fa7cebd39db9a54fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 05:02:49 +0000 Subject: [PATCH 06416/10074] fheroes2 1.1.9 --- Formula/f/fheroes2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fheroes2.rb b/Formula/f/fheroes2.rb index fa59dd9f6d208..1aef071c8408e 100644 --- a/Formula/f/fheroes2.rb +++ b/Formula/f/fheroes2.rb @@ -1,8 +1,8 @@ class Fheroes2 < Formula desc "Recreation of the Heroes of Might and Magic II game engine" homepage "https://ihhub.github.io/fheroes2/" - url "https://github.com/ihhub/fheroes2/archive/refs/tags/1.1.8.tar.gz" - sha256 "a1a0fd0289f7a95a65ca15b967056ecfaec574621ad288f05fceb52d237e49d4" + url "https://github.com/ihhub/fheroes2/archive/refs/tags/1.1.9.tar.gz" + sha256 "b343f9737b9cf75846192db8defeda254b2184ff7dd83f674581fa10ce8f38ed" license "GPL-2.0-or-later" head "https://github.com/ihhub/fheroes2.git", branch: "master" From a403d1cd02c91a50d39317470d7f48bcd4bd1803 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 05:05:25 +0000 Subject: [PATCH 06417/10074] nushell: update 0.105.1 bottle. --- Formula/n/nushell.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nushell.rb b/Formula/n/nushell.rb index 1a16fb7a1eff9..a2741dba2bec9 100644 --- a/Formula/n/nushell.rb +++ b/Formula/n/nushell.rb @@ -13,13 +13,13 @@ class Nushell < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "7248e8f08c9f7893bfde041e0a6aff3d000afe649c903acf67b6d368725bc695" - sha256 cellar: :any, arm64_sonoma: "fa922ada8e5e18b93784b02d53db3960446c562f51de4419fceddd5369460e9f" - sha256 cellar: :any, arm64_ventura: "107fa1d7a24fc4596ca4c82722f7eb31af98ee98946b9c4f310fd12e7a05ea9f" - sha256 cellar: :any, sonoma: "2f05fc73175e605b612b525c91488f380f46d9f14099678b012275a147514106" - sha256 cellar: :any, ventura: "fc5a0f8e837c0ebc12b9ac213eaafec710b75988eb15d040f8ba729c2950eb90" - sha256 cellar: :any_skip_relocation, arm64_linux: "810f62e020da0a7965a4930a965dcbbba981269fbb3d21ae9c47a97f9af80cd0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b5a80bf0ffd65be22913d0a95ea78e169bf871387eee0dfbb45f7343b7c7caf4" + sha256 cellar: :any, arm64_sequoia: "e2ed65e85de69f990bb670b00a12b813b705d04f42b4896149f70dd4c375f445" + sha256 cellar: :any, arm64_sonoma: "2ffbe28e45e386980cb861d928d04245d5970b9678032e90071b96a9b4b0ec6c" + sha256 cellar: :any, arm64_ventura: "6a9683c1e59dba3d31b0b8f5a83bc1cd5789a7f89a4a8d9f830a37aaceb19457" + sha256 cellar: :any, sonoma: "151497d52b06e4574c71dc687cf06f1a79b5a7a6af64a6a7dd1d404260691c69" + sha256 cellar: :any, ventura: "61c10fe3d29d1db968dc982cdc9e19b0fe137457d819e8a2825061b4ebe795e7" + sha256 cellar: :any_skip_relocation, arm64_linux: "e1840d6b340b1e29e306d53ad7522ec6471949eebd14e1a4aa5ca6cddd6234e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "acd14e16853bdb98c51f0da288aaf45f499fd7fda965fbc7787dc04f66083925" end depends_on "pkgconf" => :build From 3388f969f904990ec5467d3a420992c438c13c14 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 05:07:00 +0000 Subject: [PATCH 06418/10074] ipget 0.11.2 --- Formula/i/ipget.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipget.rb b/Formula/i/ipget.rb index ecbaab8d9b891..107d0872b4b2d 100644 --- a/Formula/i/ipget.rb +++ b/Formula/i/ipget.rb @@ -1,8 +1,8 @@ class Ipget < Formula desc "Retrieve files over IPFS and save them locally" homepage "https://github.com/ipfs/ipget/" - url "https://github.com/ipfs/ipget/archive/refs/tags/v0.11.1.tar.gz" - sha256 "3dd56e9243ab59383d206c2b374980cc987c016a391976dd9dcf5bff33a96f35" + url "https://github.com/ipfs/ipget/archive/refs/tags/v0.11.2.tar.gz" + sha256 "6c929d5ba324d9e0eeccf3e22ff0caa359e9937e3abdfda283caffe3fda5e2dc" license "MIT" head "https://github.com/ipfs/ipget.git", branch: "master" From a0961c53597601400ae45227976741fb59a2fceb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 05:24:27 +0000 Subject: [PATCH 06419/10074] tldx 1.2.3 --- Formula/t/tldx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb index 61fb6328b210b..26064b3154395 100644 --- a/Formula/t/tldx.rb +++ b/Formula/t/tldx.rb @@ -1,8 +1,8 @@ class Tldx < Formula desc "Domain Availability Research Tool" homepage "https://brandonyoung.dev/blog/introducing-tldx/" - url "https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.2.2.tar.gz" - sha256 "10de9a5d1d65f29d639abeb030c15eeb7cc23784dc00d3c68f8aa397c299ca3a" + url "https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.2.3.tar.gz" + sha256 "e4bc51c3b698d2fe52570aff891e6631c43d3a5afea66675abfbd6079183fcd9" license "Apache-2.0" bottle do From 56220cea7457a329951309ee549003d786b152ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:30:33 +0000 Subject: [PATCH 06420/10074] rsyncy 2.0.0 rsyncy: update to go build Signed-off-by: Rui Chen --- Formula/r/rsyncy.rb | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/Formula/r/rsyncy.rb b/Formula/r/rsyncy.rb index b9acc58ffeda2..25219eed5ad04 100644 --- a/Formula/r/rsyncy.rb +++ b/Formula/r/rsyncy.rb @@ -1,24 +1,16 @@ class Rsyncy < Formula - include Language::Python::Virtualenv - desc "Status/progress bar for rsync" homepage "https://github.com/laktak/rsyncy" - url "https://github.com/laktak/rsyncy/archive/refs/tags/v0.2.1.tar.gz" - sha256 "3832f71fbdfb3fbc3d135da91864abab44f16a9e9918d46389604a463bbf840f" + url "https://github.com/laktak/rsyncy/archive/refs/tags/v2.0.0.tar.gz" + sha256 "a19136713aee2242bf702dbd9be7a2deb6a94a001910b9a297e236bb00ccac5e" license "MIT" head "https://github.com/laktak/rsyncy.git", branch: "master" - bottle do - sha256 cellar: :any_skip_relocation, all: "a67e111ca3ef8b9e2b4fd568b818e79fbb3ca6a8f1310d8707c2d79beb69e681" - end - - depends_on "python@3.13" + depends_on "go" => :build depends_on "rsync" - uses_from_macos "zlib" - def install - virtualenv_install_with_resources + system "go", "build", *std_go_args(ldflags: "-s -w") end test do From 2afe583257cd5c5e5785916541ac7cf65d1d92b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:12:23 +0000 Subject: [PATCH 06421/10074] manticoresearch 10.1.4 --- Formula/m/manticoresearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index c2526e2300623..ac8d9bddbb552 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -1,8 +1,8 @@ class Manticoresearch < Formula desc "Open source text search engine" homepage "https://manticoresearch.com" - url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/10.1.2.tar.gz" - sha256 "9bdf5ab259453f2cb8b91792362c88bee6495184d76ec4abdd2ea8b001b89021" + url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/10.1.4.tar.gz" + sha256 "d655c8a51a87d2a673bd6c0ffdd0b545f1a404a6fb09eb65da764bd0c51b430f" license all_of: [ "GPL-3.0-or-later", "GPL-2.0-only", # wsrep From 4e76e4c9cda8661d83a7168c7a7166ecd9b8ea24 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 11 Jun 2025 05:35:05 +0000 Subject: [PATCH 06422/10074] z3: update 4.15.1 bottle. --- Formula/z/z3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/z/z3.rb b/Formula/z/z3.rb index a4916db6bf8d8..a82d4fbcf5493 100644 --- a/Formula/z/z3.rb +++ b/Formula/z/z3.rb @@ -13,13 +13,13 @@ class Z3 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "f3e3fbb6153448fc9fe3befc53a0170ad45369f07209b400d90305ce0d645a5b" - sha256 cellar: :any, arm64_sonoma: "3163b8e0e65799a4e7a96e7d7ceb4a959386d77fdba320dd7bb0f381c19c1b3c" - sha256 cellar: :any, arm64_ventura: "221c41e0d66f5a2baeb60146f40875e2d6ca496d062b06c76d3924a4d15748f9" - sha256 cellar: :any, sonoma: "f9274cd0950dd9c9314d19fb3cbc8baf7a4802ca3c4ef882bdb74df0c9fd2333" - sha256 cellar: :any, ventura: "c151a05ca6866e2e83fc1b7d00bed224c5116f6d68ba645b1c3f1101b8c7fac7" - sha256 cellar: :any_skip_relocation, arm64_linux: "37cbe0ad948d47bce9e6d6c4856c4f5d9cf36e871ae2d55f236388e7496094e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "216b1f2393ca8c38e413daf5a5db5e572b7f769d3c4d2ce7963a8c9f559ac03f" + sha256 cellar: :any, arm64_sequoia: "d19f7447a80f307621a2b3d6ae90b8698cacd6e866d7a879ac0ab75a00384ae0" + sha256 cellar: :any, arm64_sonoma: "bee07526673e8ce17a9b77cbd39d7ce8496013b2f0771e825961ca0845d20018" + sha256 cellar: :any, arm64_ventura: "4f60a16a1697703cd177121c9b7ea35c455b1feb941f39a3e3e97a19db30be86" + sha256 cellar: :any, sonoma: "ff50e422f6ab713da9548ec278afbef6e4d36788a337548c5f33f35fd43609c6" + sha256 cellar: :any, ventura: "1d2e608e99a850f8d1bb5c99ae2951b9f06b76475387f4cd6b6b1f4bf840c812" + sha256 cellar: :any_skip_relocation, arm64_linux: "7448874dcaad82beb35e44fe42cfa03d121e5aeaf1f769314c60d871271dac33" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d3a2ff4a356931244f900557023d57b862b4953ca38f3b107ceaa32fd6fa176b" end depends_on "cmake" => :build From 6e3b620ab5ec37d88b2274fb51833f3db31beca8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:04:00 +0000 Subject: [PATCH 06423/10074] tldx: update 1.2.3 bottle. --- Formula/t/tldx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb index 26064b3154395..c603375aee294 100644 --- a/Formula/t/tldx.rb +++ b/Formula/t/tldx.rb @@ -6,12 +6,12 @@ class Tldx < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5553a1609d195f6eabe75a820f9cf02483336195ccc346e6ba75bbd92d274d8e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5553a1609d195f6eabe75a820f9cf02483336195ccc346e6ba75bbd92d274d8e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5553a1609d195f6eabe75a820f9cf02483336195ccc346e6ba75bbd92d274d8e" - sha256 cellar: :any_skip_relocation, sonoma: "6a183088e8cf7daa5c4b210ec247ed7d02752e9117f53b2353c65752cf9a9431" - sha256 cellar: :any_skip_relocation, ventura: "6a183088e8cf7daa5c4b210ec247ed7d02752e9117f53b2353c65752cf9a9431" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cee881a4c02bdbf0d35eada5e441fe12871447d63f260163bbdd08e53a5283f1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b41c7f08e210436496144324df9278198b1106b863cf3c3d7bf28ce95ac7b7bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b41c7f08e210436496144324df9278198b1106b863cf3c3d7bf28ce95ac7b7bb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b41c7f08e210436496144324df9278198b1106b863cf3c3d7bf28ce95ac7b7bb" + sha256 cellar: :any_skip_relocation, sonoma: "48aed93150ea50cc88f7d35c66a88b207262d486203c22e81173d4460e542b80" + sha256 cellar: :any_skip_relocation, ventura: "48aed93150ea50cc88f7d35c66a88b207262d486203c22e81173d4460e542b80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b95d2781e50ab796aa41f42f8c897fcc5b6c04a92b956b220bac25ba69b73fa" end depends_on "go" => :build From a26dbaba2f5275f36db73ab357b15473ae29c058 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:04:14 +0000 Subject: [PATCH 06424/10074] fheroes2: update 1.1.9 bottle. --- Formula/f/fheroes2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fheroes2.rb b/Formula/f/fheroes2.rb index 1aef071c8408e..9544840bc3b2b 100644 --- a/Formula/f/fheroes2.rb +++ b/Formula/f/fheroes2.rb @@ -12,13 +12,13 @@ class Fheroes2 < Formula end bottle do - sha256 arm64_sequoia: "b29a92f26f35c1d3880e2bf07435bb2f82e7dc656bd7acca8fe7eb85a39e911a" - sha256 arm64_sonoma: "187e17424201f11d36340b2a208a111f5b9236e7759d8d734eb54331c2fff6e2" - sha256 arm64_ventura: "155202e48070efd586e3964d5cacf056b480b5eb0b55472ef0010d8d412c3145" - sha256 sonoma: "0179f606e5b44ed88f78f6b9e6e5b2ba111a17f2d62b1c2b536836e0d690a9c6" - sha256 ventura: "cb5cc69e38a24eed7d68a37c028f4c2970afd14b15d8045873b4cde69186db65" - sha256 arm64_linux: "784f0d498721e9bd43acd351d7af1ef7afb5b169bac3d84ceaf52523cdaf429f" - sha256 x86_64_linux: "751431fcce39dd40d9e259a6014351b898aef00b7731ea051ef2af584126b41a" + sha256 arm64_sequoia: "db1601c64ada78fa39b4ba7e5dd5317a143320960f70781432e8c717c065cb8a" + sha256 arm64_sonoma: "010c27aad5921e6f5413f6334583ad73eff73dff976c669447a99be5a75b8101" + sha256 arm64_ventura: "8e3e63fef4fca0663be2aebf6e7c50fa6ec9a3642dc495e00907a203eccda699" + sha256 sonoma: "e7483d20bec21950ce1acb406d2b4e9e4ca57ea29ca28580c6d99528ed1b1b39" + sha256 ventura: "4261947e7b383a196f1dd72b928ab6e5ddde760fc94253752d27eff341bf9974" + sha256 arm64_linux: "b509f1b129408ece2493b36f28269e944da7a0fd17e7a9209dd30ba4b426c0a3" + sha256 x86_64_linux: "f6639ecee8632bac0f66f438c9ddb5f2296b05742d32dfaa8cf8687e508f0b0d" end depends_on "cmake" => :build From cd716273b66ff494483698475b06bcd662c13588 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:04:19 +0000 Subject: [PATCH 06425/10074] certbot: update 4.1.0 bottle. --- Formula/c/certbot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index 66af9528bf0dc..0f1f45969eb93 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -11,13 +11,13 @@ class Certbot < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "9a5bee505f0ec3ce36398fdd3a1d151089d3df415e6fa63edf1402eb9a0bc2bb" - sha256 cellar: :any, arm64_sonoma: "a84be3256c9e6b28acb1ba451e279185d01a7f4a6ce1fb4c5a6584681907cd11" - sha256 cellar: :any, arm64_ventura: "e3b868dd1e5aa9975cce33c88a235668114b1e5cae070eefc4baaf84c373dbf1" - sha256 cellar: :any, sonoma: "ac17b5eabeaf245ff7e00185233dec5aa9cc50f421a92a673c6f2540c7018a30" - sha256 cellar: :any, ventura: "e10c0adb851a2c02483d7ff7fc93235ab25d6113023f04adfa4356506c0c847f" - sha256 cellar: :any_skip_relocation, arm64_linux: "51821681784f58d59594a15f24b46b47c0e4a9716943f8257e7118bb29c2a460" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2123a85ea6041c24be1382f33a2f1a18f6b77f98b04a0740d0c2a99b00596804" + sha256 cellar: :any, arm64_sequoia: "994e6c8f599b959724625ba47f1edf0fafdd3858be1a6df5499e1ab483cedb35" + sha256 cellar: :any, arm64_sonoma: "d1b091cefbb79b6df1e3a1524b6e6d064fb39a2478c1302ae3b36d1e17f3cce6" + sha256 cellar: :any, arm64_ventura: "88640c6e74d4d7a480254567b5eb036fcc121146e5c161c5460e046bbf8dd6f7" + sha256 cellar: :any, sonoma: "b536d642243f988fdaa4e4518e13082f5d9aebc17b770204e3b7b5a9cb5b6584" + sha256 cellar: :any, ventura: "023b41347a24fbe0b370dc414ef171a212f6c1662a2fe5b943210928ef1b6904" + sha256 cellar: :any_skip_relocation, arm64_linux: "9d1e5e28fa2a80048d8c1c77fe1e2a40f433036c8c9dd5fb96e9445b76265324" + sha256 cellar: :any_skip_relocation, x86_64_linux: "91031e5e933de06bf5341d23d32dbc5227a9be48a3d5fb7c3a3e083cacf91411" end depends_on "augeas" From 363e274c0948a8845e91b8ea395cd022cf5bd313 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:04:20 +0000 Subject: [PATCH 06426/10074] xcodes: update 1.6.2 bottle. --- Formula/x/xcodes.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Formula/x/xcodes.rb b/Formula/x/xcodes.rb index f54eb178b25bd..a13f57f7ac262 100644 --- a/Formula/x/xcodes.rb +++ b/Formula/x/xcodes.rb @@ -8,12 +8,11 @@ class Xcodes < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0bfcfc461c00b753ca481a0a3e1d7997c5eb940389de08895ee673c1a0e2612" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1913afb72f753a182a4d3d66f08b61f0abf2de924b93e3ad42f20bcf95260fa5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "07d06a3446dba98e8b62bf31da5bee4b49a7f3d5215baf269ef78f4334ce222b" - sha256 cellar: :any_skip_relocation, sonoma: "86ff1161c99af9f9fad6d8d38bd2a8cea1a53a8764cc4368770e83bf136ba22d" - sha256 cellar: :any_skip_relocation, ventura: "7c00b27bce8dd91695740061ec9d5d4cd54faec6d7d7e18016723e2619fabaff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f0d1d4136c44d6bce3a29a6161d91282397175b811d8346486ff281267106f6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2cb68620e49151d770433566d23d52a2605a0b9783d0f957c9fa3deda6825cdf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "79aea527da63cec15cc7e775b1a380f446ac096b425915e281f8dee6ba60ac74" + sha256 cellar: :any_skip_relocation, sonoma: "147e32b89cab5d9e267170902e4a858b00fd45f0cb8b2f2b43ae98a5c3e3a1ae" + sha256 cellar: :any_skip_relocation, ventura: "c374aa5034bb5d66ec537b6096318472a9f49f584e4a727647c44962fb504183" end depends_on xcode: ["13.3", :build] From a4ffbe36a5512b37979c9068906bcef1e2fe7b97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:04:25 +0000 Subject: [PATCH 06427/10074] zebra: update 2.2.8 bottle. --- Formula/z/zebra.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/z/zebra.rb b/Formula/z/zebra.rb index 33f469e9ba666..fd7ffe8c3ffdb 100644 --- a/Formula/z/zebra.rb +++ b/Formula/z/zebra.rb @@ -13,13 +13,13 @@ class Zebra < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "ebc4c8b98b8d0092a14b28a1fc1a3624d25efc739fac4c8c37a24b9cf748dff7" - sha256 arm64_sonoma: "c90a4df5cdf059fbc304eb29694295d15aff3c9e938c9f3043b21c0611e231f2" - sha256 arm64_ventura: "ba641b0bb5af1aeed71f7c74bdd2d23260bc56d5417a16b3c0d2a89545d33122" - sha256 sonoma: "89ec7a8767b4ec0897e424efc895c0044a7ec3b974842d5cbc3dc803106db4b5" - sha256 ventura: "a7c5848a84b7e0596504c0b234da47f7dfe9580c3bda227256b35698026207b5" - sha256 arm64_linux: "5334731b4f819cb37340c235ae68d1e1e5deecb367d16c9be82b7f0131fd7839" - sha256 x86_64_linux: "f327f534822726a13ab7d912a3873f915f71c24c701f54675b42077d24212d48" + sha256 arm64_sequoia: "2aa244713add7f2e0e9e28955dc2403c08b79097cbb85fae1ee7d414324eec39" + sha256 arm64_sonoma: "28d8199235458e3a14f907308dfd9c61c1573ce9567d00e15c5d6cd874647660" + sha256 arm64_ventura: "96f2db9df1abc507135f0fbdce0abb6e1083b3e904f0f63da138aa975f26b63e" + sha256 sonoma: "df5e67af2052f424ff930012ccea2688714b433631b054cda2dba1b342815ac9" + sha256 ventura: "ceaa8d50e44bf81722f851f447aef180dfb7b817c496aca1c75c918c5b4dcbe0" + sha256 arm64_linux: "9a09903d831dcaf5a8f0292d08f882ae8162820571f3614fe9247afe2a2fa4d6" + sha256 x86_64_linux: "80fa4c353aa9cb8223576e8a43f4d627051a78a68ede72d8876f93607c2d89e9" end depends_on "icu4c@77" From aa9d098b7497c86fe508c67adde13417daf5af28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:04:34 +0000 Subject: [PATCH 06428/10074] ipget: update 0.11.2 bottle. --- Formula/i/ipget.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipget.rb b/Formula/i/ipget.rb index 107d0872b4b2d..4edb9f3dd0218 100644 --- a/Formula/i/ipget.rb +++ b/Formula/i/ipget.rb @@ -7,13 +7,13 @@ class Ipget < Formula head "https://github.com/ipfs/ipget.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8ae441fecd189ca058e76d0acfb30e93a2fa8a04beffdaa27b1780d3f0ba34b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d963166f966424517640b342f72019fd6d1f5d7721a508f60d3841f512ded3d2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4e5a57ab51fe284bb42595846d991d16f16c9af8b9edc1ca59a8d4601abc2ffa" - sha256 cellar: :any_skip_relocation, sonoma: "f918f9a023d8f9259c75ed408752e6a0cfe660806ec2e9aef326ebaf19ac199f" - sha256 cellar: :any_skip_relocation, ventura: "f5725f63532333b6729f26664512984c4e2914358344894c6c9cfe8fabf81245" - sha256 cellar: :any_skip_relocation, arm64_linux: "f21317d1628e7a600ef4480d5ab43d707ad7a1241fd873fb1afad2f9fac5674d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "304bebe13417bc89ee71aab782f6f528824b4fd3dae6d8bf6a01540b2e11832c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb0f59e6ee28702711cbf7c289a391781ec47aa8388dda4f0dcfbec9ee023f60" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f75a0ac07fee211ec4b7177d98c89ab7dc7736f644d9a86415f95147cf51722" + sha256 cellar: :any_skip_relocation, arm64_ventura: "52fa657e0315b0fea4187b6d4626ca92c0848de61ac68a86e651f097ca01d5b6" + sha256 cellar: :any_skip_relocation, sonoma: "314066de6bb446eb676962d9ce5c47f9b63542085c7b357436ff9f0e78765157" + sha256 cellar: :any_skip_relocation, ventura: "3682baa94e09d29956fe63930804cbd4a83714ff0eeb7342c4a4f0b1b8f1bb79" + sha256 cellar: :any_skip_relocation, arm64_linux: "0af805f7ab48f27dcb54299745fca9c2d1cb47241f3c10085e1a6c8766b74994" + sha256 cellar: :any_skip_relocation, x86_64_linux: "590ba364cc6aeb718b23ff5100b28a05b7d96809b5f253363cd9fbc78dd210f7" end depends_on "go" => :build From 053bd8b177ecb0151b0d2f3b84c7a425d1b3d352 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:04:37 +0000 Subject: [PATCH 06429/10074] tea: update 0.10.0 bottle. --- Formula/t/tea.rb | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/Formula/t/tea.rb b/Formula/t/tea.rb index 3dae4d6158457..ebb975e27b4d2 100644 --- a/Formula/t/tea.rb +++ b/Formula/t/tea.rb @@ -9,17 +9,12 @@ class Tea < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c12a9d559cd244dbae08c5576befbeb130106654a28840949dec0ae5eb078a9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c846ba5d6f06a8023e00fb1660ab42fe5b5721bec548d4ad8d081f1f1162808" - sha256 cellar: :any_skip_relocation, arm64_ventura: "101a036947f27a6850e4356266d655f3a9eca0e4ddf945d03a0e87edd44c77b5" - sha256 cellar: :any_skip_relocation, arm64_monterey: "fa5154683b587810feeff9fb1610addacb6f767458615b16cdf7f2716b8f8bc7" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "836a04b635e7169f1f65c915e42be219955ad8f2ae9ee277d8d4aa385146c7e5" - sha256 cellar: :any_skip_relocation, sonoma: "56633d78a45649bd716f7f555c861d9bbe2778888d0cd8f97008036e127975f1" - sha256 cellar: :any_skip_relocation, ventura: "8cbab052ee3eb98001849dafd4a7e2eb61825e136fd329959d676dff58dc86b0" - sha256 cellar: :any_skip_relocation, monterey: "dcba430684c199e5c6a59598d575162b349a554fb228ef6b0f021ddfaf48b527" - sha256 cellar: :any_skip_relocation, big_sur: "5f5ff51cd8dc6135d4a19f48773e6787721ff23c8a659e4c6b9b3cc64f35b1f5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bb9706843d0c5da833fd35d91ba80f3b706172947e7fc4c30274b9a48d77bd6f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e5dcc9c1edc11e0b9a0aa340d3b90169b1b4d9f4c2d30713761f7ac87390d68" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e5dcc9c1edc11e0b9a0aa340d3b90169b1b4d9f4c2d30713761f7ac87390d68" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1e5dcc9c1edc11e0b9a0aa340d3b90169b1b4d9f4c2d30713761f7ac87390d68" + sha256 cellar: :any_skip_relocation, sonoma: "0f44266a6dc54bf6b3776318666367a19b292c73a9cb8076f70aafa9cbe5b1e4" + sha256 cellar: :any_skip_relocation, ventura: "0f44266a6dc54bf6b3776318666367a19b292c73a9cb8076f70aafa9cbe5b1e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "251286d00306a5eedd0039b39a196c9106ed9234148e3f4c797ed7fb23ab99e5" end depends_on "go" => :build From 7d688906b12b1a5e9b22455e8aa5d4592ecdefe5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:04:46 +0000 Subject: [PATCH 06430/10074] schemathesis: update 4.0.0 bottle. --- Formula/s/schemathesis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/schemathesis.rb b/Formula/s/schemathesis.rb index aa7369ff42659..95f404425707c 100644 --- a/Formula/s/schemathesis.rb +++ b/Formula/s/schemathesis.rb @@ -8,13 +8,13 @@ class Schemathesis < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "409fa0acd084b51db91ab8c0a5caeebe03c1bf4c56db6c99d439251c8e069376" - sha256 cellar: :any, arm64_sonoma: "eed7117ff7141cd87ce24883e126dd47db16281d4c7b79df986566b36cfe000c" - sha256 cellar: :any, arm64_ventura: "4f56c0092ba9af1c3cfd6763b72abc5570722d31fa523ef9586e59e58785273d" - sha256 cellar: :any, sonoma: "fbdb05416d6cb22a7a27b084abc3eaa792922dee56d9815e283da0c1c3c8cbfb" - sha256 cellar: :any, ventura: "4d9a9106dced805ead813adb2d1405cae5644e2d5825db36a95ed8042292e94d" - sha256 cellar: :any_skip_relocation, arm64_linux: "edc3922573487de4e3b71f9ec55dd5892b09e53d4a04b437a627a730a4b9266e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ead4358d207244746de09b243e80eeb8b39e7a8af2c066ba4f642f511e9c107f" + sha256 cellar: :any, arm64_sequoia: "50136f0e68bdac3f8f5b6b7a9d495cd03a31f505b7e047f49b7d4efbd6fbb9fb" + sha256 cellar: :any, arm64_sonoma: "517499fb0eeec7360b5c7c27032f446f9966034db4c5fba7010422a621896fac" + sha256 cellar: :any, arm64_ventura: "685d6cc43cb3e737f6ebc432a31581fccb3dbb5568e6356f9051ba2f6ae09270" + sha256 cellar: :any, sonoma: "9dee7cf6c860191d146abbec743dc9d1adbcc34a33a0c5cf0d5ab4fa2125df96" + sha256 cellar: :any, ventura: "c6103d9ba7630499d8d47f29c01f5a4c41ca668c5418d4c4cd548ea2889be9dc" + sha256 cellar: :any_skip_relocation, arm64_linux: "caf1b2a63bcdef7249343301b6448c6e6a1b692c3d70b35b1c06e2bd0fa73a2d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bef7bec645ba1f0640b0936afcf20e0eb673cc560e734d17276465e57878bc6c" end depends_on "rust" => :build # for rpds-py From 7931f61cbd31007f182973064fd007523a4f290e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:05:05 +0000 Subject: [PATCH 06431/10074] git-review: update 2.5.0_1 bottle. --- Formula/g/git-review.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-review.rb b/Formula/g/git-review.rb index 657efac27e6ce..cdf4e7e1cbab5 100644 --- a/Formula/g/git-review.rb +++ b/Formula/g/git-review.rb @@ -10,7 +10,7 @@ class GitReview < Formula head "https://opendev.org/opendev/git-review.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "da26337e70cdd57dd7c0de2d2fdf9f3d2ab8cd16101418e73826da5cb3167271" + sha256 cellar: :any_skip_relocation, all: "1848e410460ae0a20ba65e6dea9357907a5cd38b5f7afcf235702cf36b44c6fb" end depends_on "certifi" From 22c52a7d7a22b6263ce4f0bb4514a87aae00776b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:05:05 +0000 Subject: [PATCH 06432/10074] gptline: update 1.0.8_7 bottle. --- Formula/g/gptline.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gptline.rb b/Formula/g/gptline.rb index 7bd4f27441499..9efb7d601adcb 100644 --- a/Formula/g/gptline.rb +++ b/Formula/g/gptline.rb @@ -12,13 +12,13 @@ class Gptline < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "cbef12dac5db64be969f4ea0f09eddb1bc71dadcf30bd995f65020420aa312da" - sha256 cellar: :any, arm64_sonoma: "b71669d19c26beb9fb83ef2cba3fd43d11b50d523cad19617689ba4da93711e5" - sha256 cellar: :any, arm64_ventura: "69af18870730a34cd38773c44df50252a2700b6a3dd7e12e2d6e4ec203dabfea" - sha256 cellar: :any, sonoma: "a994da47fe5558560bf809798e39972c2205b6ed43af22deca1ceee8472eb5d3" - sha256 cellar: :any, ventura: "2ba695a0d8cb422127ebd97ee10e44f8532ef6a77e81dfd5b7d966dfcbd4eff7" - sha256 cellar: :any_skip_relocation, arm64_linux: "10669d52ad6d169f4b9a778bf583497f8b7333e6fc635a8aea605905e599e222" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b43dd9be108a9211ee465e5f43f41d3df3e41f14806809f9f6142868057d145" + sha256 cellar: :any, arm64_sequoia: "df4b1fd81621704cef1c93da0efc651a7ac3f58d7763baed637394aa368e175d" + sha256 cellar: :any, arm64_sonoma: "c0ec2004d53817d97123bfed5842e6d5b470651b936c1549264b4a7a5a1f63bc" + sha256 cellar: :any, arm64_ventura: "b8389d1dae6bfc6b7b0090f81c6958d266825de79c994f4707d76c4c2931b301" + sha256 cellar: :any, sonoma: "8cd8ee615a5520d84c2fe27e733137151198011ca1b388e02cdab6a96fb12ff1" + sha256 cellar: :any, ventura: "3bec3cdaf42465e1be7ad3a032ae2d87c2371ae12f99c1f5664c6db50fae1891" + sha256 cellar: :any_skip_relocation, arm64_linux: "8f778de29854b28ca360c0b46e0feb553e6ecbb76658a90215bc2d21d4b925c2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3262297984ad022d04e236d7b32dc58fab4742a3250656dc609a695e853c3968" end depends_on "pkgconf" => :build From cd8d0a9ba4963729a777b882044076707e20ca5c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:06:26 +0000 Subject: [PATCH 06433/10074] manticoresearch: update 10.1.4 bottle. --- Formula/m/manticoresearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index ac8d9bddbb552..083fea52f26c4 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -19,13 +19,13 @@ class Manticoresearch < Formula end bottle do - sha256 arm64_sequoia: "13cc7f6aaf4e947199337e6f10cc423d438393486e3874078d8493e3e9bb5c48" - sha256 arm64_sonoma: "4e84a9f59d6b8929f461327f2344d63fe1abe572c584e1242a70d55ac0209a08" - sha256 arm64_ventura: "98dd76e4d3bae796831e17615b457de25b608fe5dec102152d4cfa3afb2e490e" - sha256 sonoma: "96ada2864c7ffb1fdd33126ab651a11255531079c4d18f877ef03b99b52bb68c" - sha256 ventura: "8f0ad332ccae631b661ed1f51c1b5c9a94a84a761755be0db9c258bdbd28ff08" - sha256 arm64_linux: "e10d3910ec3dd365325878adf68ef26634cf9ce8edcf642d3096e39d68421d8f" - sha256 x86_64_linux: "2fe85f3c4c8a7b7cc2b2f7126afb060d6c2525dd21c9cd05949fd582e350e18f" + sha256 arm64_sequoia: "1f87fc89a3c8103e9205aa32bf0ce4918499b2e03162257c8658f152ba5019d9" + sha256 arm64_sonoma: "71b5b349c90b1fda6442ff399de8f8b75584a905084141721a15e9f48a9bf5b4" + sha256 arm64_ventura: "217874dc0d579a528b286dc5a65e428eb02776fd945f927a991bec994eed7a97" + sha256 sonoma: "8b97c5cfd16d40cf2019c5b75de97515acf68f7515f9ac6f1697a9e5ec2f7058" + sha256 ventura: "0487bb6119fa68b1d05c25eb4978b8f4ca95a332eb1e60aa5376b78f150aa5f0" + sha256 arm64_linux: "6b3aab2fc8f83985f769b1325c87b97ec41278078dab181c61b2e56aec9894dd" + sha256 x86_64_linux: "bdbbac0799c487f1dcd7f333221723e356ece124940b117b4aede39502270054" end depends_on "cmake" => :build From 72cf3162db79840e38f42cc96c6d8cf7139da33f Mon Sep 17 00:00:00 2001 From: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:10:34 +0000 Subject: [PATCH 06434/10074] terraform-iam-policy-validator: update 0.0.9 bottle. --- Formula/t/terraform-iam-policy-validator.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/terraform-iam-policy-validator.rb b/Formula/t/terraform-iam-policy-validator.rb index b27e2e4f23700..e72724d61a15e 100644 --- a/Formula/t/terraform-iam-policy-validator.rb +++ b/Formula/t/terraform-iam-policy-validator.rb @@ -8,13 +8,13 @@ class TerraformIamPolicyValidator < Formula license "MIT-0" bottle do - sha256 cellar: :any, arm64_sequoia: "579fbf421d2560b9ad43d93f3549e559c099f3811ff09fc62b2ea1637855a0b6" - sha256 cellar: :any, arm64_sonoma: "947eca6f3676c6544d596b46c713ba5316c510a2f6b325fdd7d9d0b0bc1b8e13" - sha256 cellar: :any, arm64_ventura: "b89e2714f23a60a4ddf0fe2719c93a31264a8ecb528549418a978b44a658c8ff" - sha256 cellar: :any, sonoma: "4d1256d5c37bf22b127cefc065b33a6a5fbfd46da050044f04ce17b9e23d8b4d" - sha256 cellar: :any, ventura: "a3653d4fd8972af3496ebecf50946dca9a12e5e09b208254a4968e4b612565c6" - sha256 cellar: :any_skip_relocation, arm64_linux: "6e3eee71e3cd93033925ca8532fd942cb1f3da394e08013d6feb1618319a4b7c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5f630df08d4441513159d5853e5a8eda4d964b436cd5cc3a636ebd64baae400b" + sha256 cellar: :any, arm64_sequoia: "4b0cecd4db6c316acf78e7388a5935c24a07b569d530f741025dbc77b18a8772" + sha256 cellar: :any, arm64_sonoma: "406d9d44a6e7c4ea39254a5dad5de662538849dfd9ddaf358d41b6e224068e86" + sha256 cellar: :any, arm64_ventura: "f35b085934dff7cd7f02236c7da07fab2caf9a2d8026c75fb3a494e8ec2a2c2b" + sha256 cellar: :any, sonoma: "a74b95c1e83a7bc83446885f87ba91e64c68e0b96b6a40ae68b1550fcdc737aa" + sha256 cellar: :any, ventura: "0a2bffe8b19bb0e3115755283b0ed676487d5878b7b645ce001f2ed2a7eb7305" + sha256 cellar: :any_skip_relocation, arm64_linux: "c72485514e41a2e56f09c9c138107e0d2616ce894d5e342968a5f5919331230c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf2a79bef90563ce0712d9637a352ed4ff602c5051ed5e5ed646f603ae77274a" end depends_on "libyaml" From 945ea8719c82d0191c517d2c5b3a164ffb659b5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:13:14 +0000 Subject: [PATCH 06435/10074] rsyncy: add 2.0.0 bottle. --- Formula/r/rsyncy.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/r/rsyncy.rb b/Formula/r/rsyncy.rb index 25219eed5ad04..d0e90ab6e6803 100644 --- a/Formula/r/rsyncy.rb +++ b/Formula/r/rsyncy.rb @@ -6,6 +6,15 @@ class Rsyncy < Formula license "MIT" head "https://github.com/laktak/rsyncy.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce8bfe4b5cf09f2cce0c7a2fe54caf1ebe24918cff5576e512767e100b54f647" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce8bfe4b5cf09f2cce0c7a2fe54caf1ebe24918cff5576e512767e100b54f647" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ce8bfe4b5cf09f2cce0c7a2fe54caf1ebe24918cff5576e512767e100b54f647" + sha256 cellar: :any_skip_relocation, sonoma: "2a58b48e86714bfa7e0bd72616aa49f3ef084090a1f1f61da9eba3c65dc466cb" + sha256 cellar: :any_skip_relocation, ventura: "2a58b48e86714bfa7e0bd72616aa49f3ef084090a1f1f61da9eba3c65dc466cb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "280965bc23031ff27e7a031a6234ac15a0e9634de66420c3404d149b3ca45fc9" + end + depends_on "go" => :build depends_on "rsync" From 6bcdc703665fc76a6a8d0279c617e51e3315cf99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 07:53:31 +0000 Subject: [PATCH 06436/10074] cdk8s 2.200.97 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 60450da352aa3..49730d7ca03a8 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.96.tgz" - sha256 "0ac426730b782ee9be39d0cf9d206e39a6a24c344f3c5be27fe96be34bb83954" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.97.tgz" + sha256 "5f6e6002d1cc3f5f271d9e06f6b4bc62f0e57da8426fe2917a1161f6c89ad8ea" license "Apache-2.0" bottle do From f3a963b59a919864f7591212fea65e25f9eb1d3d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 07:55:14 +0000 Subject: [PATCH 06437/10074] checkov 3.2.440 --- Formula/c/checkov.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/c/checkov.rb b/Formula/c/checkov.rb index 4a57fc2325df7..65ae59d351d26 100644 --- a/Formula/c/checkov.rb +++ b/Formula/c/checkov.rb @@ -3,10 +3,9 @@ class Checkov < Formula desc "Prevent cloud misconfigurations during build-time for IaC tools" homepage "https://www.checkov.io/" - url "https://files.pythonhosted.org/packages/d0/d6/d09e6827177ff3bc1fca57a9e26be39e8f66485de72c3992421baf310e6c/checkov-3.2.430.tar.gz" - sha256 "83290148bd2854294447cbdfa2d73ce5eed45dd82eaf029168e4abf0b3d1b423" + url "https://files.pythonhosted.org/packages/15/e0/1f2ee70d38faee4b43c3af1359958b38fbab8a0a059da3a5c3dd53123a22/checkov-3.2.440.tar.gz" + sha256 "5f2cb8a69bc5fda0dd1043a5653be9a35deec772d7685dac5c7560772bea6aaa" license "Apache-2.0" - revision 1 livecheck do url "https://pypi.org/rss/project/checkov/releases.xml" @@ -82,8 +81,8 @@ class Checkov < Formula end resource "bc-detect-secrets" do - url "https://files.pythonhosted.org/packages/e8/0e/ec19b2e64d15b181fc03691d0236ddf5837fd9e59261a6b65e03468432dc/bc_detect_secrets-1.5.41.tar.gz" - sha256 "4bd08292a975bfc9b95771e118dd1131e1afbd479610eb29e4e0c15bd33677fc" + url "https://files.pythonhosted.org/packages/b7/95/71f4977fa43538777b1168d1359023dcf60ca80b1ff9bc7227d34ff30563/bc_detect_secrets-1.5.44.tar.gz" + sha256 "bebd82c56055c600335f85db95f7ca3b434087f16292a0396a60705de1b94183" end resource "bc-jsonpath-ng" do @@ -467,8 +466,8 @@ class Checkov < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/e4/e8/6ff5e6bc22095cfc59b6ea711b687e2b7ed4bdb373f7eeec370a97d7392f/urllib3-1.26.20.tar.gz" + sha256 "40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32" end resource "wcwidth" do From 917143d3c16d4c030cf54145731fedf9f373abb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:10:18 +0000 Subject: [PATCH 06438/10074] jackett 0.22.2008 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 40f399453314e..663a215144b61 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2004.tar.gz" - sha256 "db10c04e3611d6e5061b116d7b62701f4f4d9439a316a7ff1da45b856aa19daf" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2008.tar.gz" + sha256 "2b17119740d8757d178276f726b692c2949ea74e1ab1384cc8435a1115485de7" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From f6371f47973ce10ab03fa66adc63f0c2a1dd8d3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:13:34 +0000 Subject: [PATCH 06439/10074] instalooter: bump python resources --- Formula/i/instalooter.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/i/instalooter.rb b/Formula/i/instalooter.rb index fc446913fc457..870417e6a51f6 100644 --- a/Formula/i/instalooter.rb +++ b/Formula/i/instalooter.rb @@ -6,7 +6,7 @@ class Instalooter < Formula url "https://files.pythonhosted.org/packages/30/13/907e6aaba6280e1001080ab47e750068ffc5fb7174203985b3c9d678e3f2/instalooter-2.4.4.tar.gz" sha256 "fb9b4a948702361a161cc42e58857e3a6c9dafd9e22568b07bc0d0b09c3c34a9" license "GPL-3.0-or-later" - revision 11 + revision 12 no_autobump! because: :requires_manual_review @@ -64,13 +64,13 @@ class Instalooter < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do From 2162b7738be27456a078fedfc5d828a1980b0890 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:13:40 +0000 Subject: [PATCH 06440/10074] internetarchive: bump python resources --- Formula/i/internetarchive.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/i/internetarchive.rb b/Formula/i/internetarchive.rb index d322efe167486..f95f8f7719a62 100644 --- a/Formula/i/internetarchive.rb +++ b/Formula/i/internetarchive.rb @@ -6,6 +6,7 @@ class Internetarchive < Formula url "https://files.pythonhosted.org/packages/e9/69/b7e8aebae4be5f633491b90e620af92335723070313ea12ceaedfc0c3759/internetarchive-5.4.0.tar.gz" sha256 "869d6606210d333c7faca709196fad9bdcb925b614c134920ce8eb24b82ecffd" license "AGPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any_skip_relocation, all: "a7feafb9d101db4510db863e10a3ddd4df58ab290b18555d46e9541ab6747a98" @@ -15,8 +16,8 @@ class Internetarchive < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -35,8 +36,8 @@ class Internetarchive < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "tqdm" do From 8d81284353ad016a43d458412eff1275a6143062 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:13:46 +0000 Subject: [PATCH 06441/10074] iocextract: bump python resources --- Formula/i/iocextract.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/i/iocextract.rb b/Formula/i/iocextract.rb index 5596db6061970..2141fb6605f4f 100644 --- a/Formula/i/iocextract.rb +++ b/Formula/i/iocextract.rb @@ -6,7 +6,7 @@ class Iocextract < Formula url "https://files.pythonhosted.org/packages/ad/4b/19934df6cd6a0f6923aabae391a67b630fdd03c12c1226377c99a747a4f1/iocextract-1.16.1.tar.gz" sha256 "ec1389a76a5083f643652579610e8313d27ed5821fc57e7b046c23ddec181d44" license "GPL-2.0-only" - revision 6 + revision 7 head "https://github.com/InQuest/iocextract.git", branch: "master" no_autobump! because: :requires_manual_review @@ -26,8 +26,8 @@ class Iocextract < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -36,18 +36,18 @@ class Iocextract < Formula end resource "regex" do - url "https://files.pythonhosted.org/packages/f9/38/148df33b4dbca3bd069b963acab5e0fa1a9dbd6820f8c322d0dd6faeff96/regex-2024.9.11.tar.gz" - sha256 "6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd" + url "https://files.pythonhosted.org/packages/8e/5f/bd69653fbfb76cf8604468d3b4ec4c403197144c7bfe0e6a5fc9e02a07cb/regex-2024.11.6.tar.gz" + sha256 "7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From d0d2e47193d71a507a3aa421aca59e07f1893450 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:13:56 +0000 Subject: [PATCH 06442/10074] jenkins-job-builder: bump python resources --- Formula/j/jenkins-job-builder.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/j/jenkins-job-builder.rb b/Formula/j/jenkins-job-builder.rb index fc402574849c2..c8d200682bb03 100644 --- a/Formula/j/jenkins-job-builder.rb +++ b/Formula/j/jenkins-job-builder.rb @@ -6,7 +6,7 @@ class JenkinsJobBuilder < Formula url "https://files.pythonhosted.org/packages/0d/a9/0ae4ef563aae6bfe21f316f4915b05e4b2c0edbb63b17eac9ed9398630df/jenkins-job-builder-6.4.2.tar.gz" sha256 "1be0d545dea8dc6c13745367264a2d22276bc5ec496527600865d30382a72490" license "Apache-2.0" - revision 3 + revision 4 bottle do sha256 cellar: :any, arm64_sequoia: "07389edb02f025d4ba1e0846d8bb552731a179452f51a1dad74a1b5069fc5171" @@ -73,13 +73,13 @@ class JenkinsJobBuilder < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do From 1b5ee9337fcf1bbeddd564dafd94e0a964ac77e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:14:20 +0000 Subject: [PATCH 06443/10074] jupyterlab: bump python resources --- Formula/j/jupyterlab.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/j/jupyterlab.rb b/Formula/j/jupyterlab.rb index 8c6d46cdfebaf..eb24fa2192a19 100644 --- a/Formula/j/jupyterlab.rb +++ b/Formula/j/jupyterlab.rb @@ -9,7 +9,7 @@ class Jupyterlab < Formula "BSD-3-Clause", "MIT", # semver.py ] - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "b77d7fc88abf071b56f027dfcb9a01ca870e9d6939657f28344b0e9af03c10a0" @@ -411,8 +411,8 @@ class Jupyterlab < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rfc3339-validator" do From a3724c028346bc34f3a97ce2f18f33ef77e02f49 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:14:31 +0000 Subject: [PATCH 06444/10074] kaskade: bump python resources --- Formula/k/kaskade.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/k/kaskade.rb b/Formula/k/kaskade.rb index a5ac13e7575dc..1d52b66569a39 100644 --- a/Formula/k/kaskade.rb +++ b/Formula/k/kaskade.rb @@ -6,6 +6,7 @@ class Kaskade < Formula url "https://files.pythonhosted.org/packages/b5/6a/4a51af28c5537eb45ab7199a3220e25385171767e86ffabfb908ced2635e/kaskade-4.0.5.tar.gz" sha256 "7eedc2040f8c32a1870dcd1018ac0e20e4feab3b9a45a8152764dcc11a6e860e" license "MIT" + revision 1 head "https://github.com/sauljabin/kaskade.git", branch: "main" bottle do @@ -155,8 +156,8 @@ class Kaskade < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -180,8 +181,8 @@ class Kaskade < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "uc-micro-py" do From bc471547e96d1cc85e98569547c048e5a1cc3db1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:14:51 +0000 Subject: [PATCH 06445/10074] keeper-commander: bump python resources --- Formula/k/keeper-commander.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index 719b8bd23789c..48befeafc8e22 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -6,6 +6,7 @@ class KeeperCommander < Formula url "https://files.pythonhosted.org/packages/d6/56/5911f0e6eeee11d2e72ee7ab3130513e8ad60e480eb4e108a50922c2fbf8/keepercommander-17.1.1.tar.gz" sha256 "03abf94fb594ff6eec63a1ac9076c8a7e839723e13b0ade9afabcfc123270969" license "MIT" + revision 1 head "https://github.com/Keeper-Security/Commander.git", branch: "master" bottle do @@ -282,8 +283,8 @@ class KeeperCommander < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do From 68682f3a4f49395cbe23bf7b31fbaf6884807126 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:15:00 +0000 Subject: [PATCH 06446/10074] luajit-openresty 2.1-20250529 --- Formula/l/luajit-openresty.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/luajit-openresty.rb b/Formula/l/luajit-openresty.rb index c24be151b81b6..e6414c3483284 100644 --- a/Formula/l/luajit-openresty.rb +++ b/Formula/l/luajit-openresty.rb @@ -1,8 +1,8 @@ class LuajitOpenresty < Formula desc "OpenResty's Branch of LuaJIT 2" homepage "https://github.com/openresty/luajit2" - url "https://github.com/openresty/luajit2/archive/refs/tags/v2.1-20250117.tar.gz" - sha256 "68ff3dc2cc97969f7385679da7c9ff96738aa9cc275fa6bab77316eb3340ea8e" + url "https://github.com/openresty/luajit2/archive/refs/tags/v2.1-20250529.tar.gz" + sha256 "a3f6f5ead9fc69603e51c66877614e6b5e93332d552f35d08f932447357ed593" license "MIT" version_scheme 1 head "https://github.com/openresty/luajit2.git", branch: "v2.1-agentzh" From 4024953d897d5d30141a5174fa30654e460e4778 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:15:05 +0000 Subject: [PATCH 06447/10074] lexicon: bump python resources --- Formula/l/lexicon.rb | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/Formula/l/lexicon.rb b/Formula/l/lexicon.rb index d0f45c527e594..ed45fc1333734 100644 --- a/Formula/l/lexicon.rb +++ b/Formula/l/lexicon.rb @@ -6,6 +6,7 @@ class Lexicon < Formula url "https://files.pythonhosted.org/packages/60/58/055f9552cafeeac094a5e0334fe0eaf4cbf8e1485cc545a26c079ca632f1/dns_lexicon-3.21.1.tar.gz" sha256 "7cd19f692b384fe5eaa47cce334d24c78ae2eba1d2fb24d2b8a05e04fe294497" license "MIT" + revision 1 head "https://github.com/AnalogJ/lexicon.git", branch: "master" bottle do @@ -37,18 +38,18 @@ class Lexicon < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/61/ce/d6fbf9cdda1b40023ef60507adc1de1d7ba0786dc73ddca59f4bed487e40/boto3-1.38.3.tar.gz" - sha256 "655d51abcd68a40a33c52dbaa2ca73fc63c746b894e2ae22ed8ddc1912ddd93f" + url "https://files.pythonhosted.org/packages/cb/2f/4547f4b3cc7b63ec1266edaf923a675f3eae2057299aba8ecfe46f013c1a/boto3-1.38.34.tar.gz" + sha256 "25e76b9fec8db8e21adaf84df0de5c58fa779be121bc327e07e920c7c0870394" end resource "botocore" do - url "https://files.pythonhosted.org/packages/92/ee/b47c0286ada750271897f5cc3e40b4405f1218ff392cd15df993893f0099/botocore-1.38.3.tar.gz" - sha256 "790f8f966201781f5fcf486d48b4492e9f734446bbf9d19ef8159d08be854243" + url "https://files.pythonhosted.org/packages/08/27/34dfe90dd51d16473985198e056b82d74afd355dc47daa10af2a4f117072/botocore-1.38.34.tar.gz" + sha256 "a105f4d941f329aa72c43ddf42371ec4bee50ab3619fc1ef35d0005520219612" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "circuitbreaker" do @@ -57,8 +58,8 @@ class Lexicon < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "dnspython" do @@ -107,13 +108,13 @@ class Lexicon < Formula end resource "oci" do - url "https://files.pythonhosted.org/packages/99/4b/73deb6b688ebeeca06f4d05238f3c114370bb61f9d3a3907fc929ea01e67/oci-2.150.2.tar.gz" - sha256 "5f875e8606defa9576106748a813be2b6b9cce42730151edfe14a14978948926" + url "https://files.pythonhosted.org/packages/66/a6/6e9b94efabf8effc2060ee2e8f1b2f106f9c930052f7ab01fdb188177fad/oci-2.154.1.tar.gz" + sha256 "44b034ca7c08e3809d9a4244b075af9fdd1d45cf8f05cee57722b59a15d3a04f" end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "prettytable" do @@ -157,8 +158,8 @@ class Lexicon < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-file" do @@ -177,8 +178,8 @@ class Lexicon < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do @@ -197,8 +198,8 @@ class Lexicon < Formula end resource "tencentcloud-sdk-python" do - url "https://files.pythonhosted.org/packages/47/5e/666cfbdf32f04d93222d57e45a3ab9e91e89a999f8e3c09b9277fb8b64d9/tencentcloud-sdk-python-3.0.1369.tar.gz" - sha256 "613dd83cf2e41ab909190e4aa4b5fbb4298b92dc6ac1ceaf3a5e16587ed76dcd" + url "https://files.pythonhosted.org/packages/36/0c/a0748798768fa72dd6988528fd1516f0bcb141ec7a66ca9ae563355b401a/tencentcloud-sdk-python-3.0.1398.tar.gz" + sha256 "e8db9ce7299b0da136adac5db1b17d5297be998538b39ece4f3ecc5cab9ed9f4" end resource "tldextract" do @@ -207,8 +208,8 @@ class Lexicon < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From e36cef40c9b1fc37840989fab6611925fa925233 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:15:13 +0000 Subject: [PATCH 06448/10074] linode-cli: bump python resources --- Formula/l/linode-cli.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/l/linode-cli.rb b/Formula/l/linode-cli.rb index 7118bcb8b421c..ab5faab9dc223 100644 --- a/Formula/l/linode-cli.rb +++ b/Formula/l/linode-cli.rb @@ -6,6 +6,7 @@ class LinodeCli < Formula url "https://files.pythonhosted.org/packages/77/37/d83ddb34bebeb42a2586b281a6bbb3c63e18d82a6521564ff10d5c686c08/linode_cli-5.59.0.tar.gz" sha256 "82749f54390d215947d0396b147c3f1131cc172cfad81bc86487b7f5bc56607d" license "BSD-3-Clause" + revision 1 head "https://github.com/linode/linode-cli.git", branch: "main" bottle do @@ -88,8 +89,8 @@ class LinodeCli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do From 25ed8c01abe48a1076bbeb27dfa33e2d99307156 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:15:32 +0000 Subject: [PATCH 06449/10074] localstack: bump python resources --- Formula/l/localstack.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/l/localstack.rb b/Formula/l/localstack.rb index 8b389a5d0147a..a8c9b71125a5e 100644 --- a/Formula/l/localstack.rb +++ b/Formula/l/localstack.rb @@ -6,6 +6,7 @@ class Localstack < Formula url "https://files.pythonhosted.org/packages/11/7a/6030f1bfebf4cbef70d01fec2b76653a363da10d5ae30ee60487fa81e040/localstack-4.5.0.tar.gz" sha256 "f8ebf3a9af1826c595cfe4196c6d52792152db374e437e1a574ac52aedc53a18" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "3e155db3147456b4be7dc72f6c544c9d9e4fd425d3689de227e127df3c40d442" @@ -133,8 +134,8 @@ class Localstack < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do From 356c60cdb42f1bede3a4a672292195dfe2e781d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:15:42 +0000 Subject: [PATCH 06450/10074] locust: bump python resources --- Formula/l/locust.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 41185725c3fdb..7294025a30680 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -6,6 +6,7 @@ class Locust < Formula url "https://files.pythonhosted.org/packages/84/f2/c3f3d328ae75c9dfdab6c895cdb49844bbd3f930375e349104d15d62165d/locust-2.37.10.tar.gz" sha256 "4ae1df1f5155cc7df5aa3eee333c1fa87c1a3ac4815a47f7e62d8cdeadc1fd45" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "7f8e87541c1aab5be24578c8527a22ee19c892d0928d5fa6a9007a8899e94857" @@ -59,8 +60,8 @@ class Locust < Formula end resource "flask-cors" do - url "https://files.pythonhosted.org/packages/20/e7/b3c6afdd984672b55dff07482699c688af6c01bd7fd5dd55f9c9d1a88d1c/flask_cors-6.0.0.tar.gz" - sha256 "4592c1570246bf7beee96b74bc0adbbfcb1b0318f6ba05c412e8909eceec3393" + url "https://files.pythonhosted.org/packages/76/37/bcfa6c7d5eec777c4c7cf45ce6b27631cebe5230caf88d85eadd63edd37a/flask_cors-6.0.1.tar.gz" + sha256 "d81bcb31f07b0985be7f48406247e9243aced229b7747219160a0559edd678db" end resource "flask-login" do @@ -144,8 +145,8 @@ class Locust < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "setuptools" do From 90e15e11bb16c811059fa99f3fb3c12d493bd0f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:15:54 +0000 Subject: [PATCH 06451/10074] mcpm: bump python resources --- Formula/m/mcpm.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 204667f686fa1..3e696b27d7024 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -6,6 +6,7 @@ class Mcpm < Formula url "https://files.pythonhosted.org/packages/b2/49/de0bc54f708907d70e563e46b9028793b9fccfbd546932a17c0b38ab82e9/mcpm-1.13.4.tar.gz" sha256 "fa03bcf76e18e0663b1ebe04c9a1dc364847be0760fe9996aeba25745a9a51af" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "f738a305227e3bd618b680760ad46f5e3a9956efe61a10d78a8c983f19c3fb80" @@ -136,8 +137,8 @@ class Mcpm < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -146,8 +147,8 @@ class Mcpm < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/aa/f9/0e3b3a678d087f8067249ecc9f2434428a93442004be86faed201ac7aeee/ruamel.yaml-0.18.13.tar.gz" - sha256 "b0d5ac0a2b0b4e39d87aed00ddff26e795de6750b064da364a8d009b97ce5f26" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" end resource "ruamel-yaml-clib" do From 4a43d4d1dea74599035d47492a303d4a269de6a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:16:10 +0000 Subject: [PATCH 06452/10074] meta-package-manager: bump python resources --- Formula/m/meta-package-manager.rb | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/Formula/m/meta-package-manager.rb b/Formula/m/meta-package-manager.rb index fe5222d32e283..7b1699e6eedaf 100644 --- a/Formula/m/meta-package-manager.rb +++ b/Formula/m/meta-package-manager.rb @@ -7,6 +7,7 @@ class MetaPackageManager < Formula url "https://files.pythonhosted.org/packages/5b/49/d4e663f67c2376f4e26864fa10ec78a6047f765d580daa6a510766ef2d2b/meta_package_manager-5.21.0.tar.gz" sha256 "9d438f4cf34b2bebbd46525759f6d5305d98e9ff02975be4e1b18befc4fffffa" license "GPL-2.0-or-later" + revision 1 head "https://github.com/kdeldycke/meta-package-manager.git", branch: "main" bottle do @@ -68,8 +69,8 @@ class MetaPackageManager < Formula end resource "click-extra" do - url "https://files.pythonhosted.org/packages/7c/0a/80624abf9c2fe72d9fb1b0a30deafe8bdd421a67162518c65bcd4f4827f0/click_extra-5.0.1.tar.gz" - sha256 "0f67e86c812f0880abf54b255e80a51df03281081ac68ef5d2c857297cd4302c" + url "https://files.pythonhosted.org/packages/e3/33/32aea2ec2bbb3c3723a8a46a50e210637cd20686447a0977738fe3b51032/click_extra-5.0.2.tar.gz" + sha256 "53d7ce1a048c8777fa4efcc9c8d786d09a99484cf9cc6de91e258055af36265d" end resource "cloup" do @@ -78,8 +79,8 @@ class MetaPackageManager < Formula end resource "cyclonedx-python-lib" do - url "https://files.pythonhosted.org/packages/bf/70/c5ab120047230e2c9db8e04b55f9b547fcf52ec6a4a5155dd5a3a3185fd2/cyclonedx_python_lib-10.0.1.tar.gz" - sha256 "6c7a8c27a28279d22d92d4e0982e59beed3076a1aa4928a27830b0eaa2ca4f29" + url "https://files.pythonhosted.org/packages/a1/70/75c253be1ec80bd25d14ce900ff1d49d96e0ed21368fb7117868b55cc0a2/cyclonedx_python_lib-10.0.2.tar.gz" + sha256 "2722ec36d5acc8d41117946967864094571bdc847986e41cfd74415ec9d02fd4" end resource "defusedxml" do @@ -177,14 +178,19 @@ class MetaPackageManager < Formula sha256 "e9e6491dd7d29c31daf1050232b57f9657f9e8a43b867cca1ff204752cf420a5" end + resource "pygments" do + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + end + resource "pyparsing" do url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "pytest" do - url "https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz" - sha256 "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" + url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" + sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" end resource "python-dateutil" do @@ -208,8 +214,8 @@ class MetaPackageManager < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rfc3339-validator" do From 214241963b5d08cdca0c39345648d220287816bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:16:19 +0000 Subject: [PATCH 06453/10074] mkdocs-material: bump python resources --- Formula/m/mkdocs-material.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/m/mkdocs-material.rb b/Formula/m/mkdocs-material.rb index 54ea79a4a0748..370fb64397bb4 100644 --- a/Formula/m/mkdocs-material.rb +++ b/Formula/m/mkdocs-material.rb @@ -5,6 +5,7 @@ class MkdocsMaterial < Formula url "https://files.pythonhosted.org/packages/b3/fa/0101de32af88f87cf5cc23ad5f2e2030d00995f74e616306513431b8ab4b/mkdocs_material-9.6.14.tar.gz" sha256 "39d795e90dce6b531387c255bd07e866e027828b7346d3eba5ac3de265053754" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "0e91741378cbf7f59a15a2b44c34cde15c7a6a5c55025e432084da8c700fe026" @@ -42,8 +43,8 @@ class MkdocsMaterial < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -137,13 +138,13 @@ class MkdocsMaterial < Formula end resource "pyyaml-env-tag" do - url "https://files.pythonhosted.org/packages/c2/95/32c8c79d784552ed687c676924381c0dc88b2a0248b50a32f4b5ac0ba03c/pyyaml_env_tag-1.0.tar.gz" - sha256 "bc952534a872b583f66f916e2dd83e7a7b9087847f4afca6d9c957c48b258ed2" + url "https://files.pythonhosted.org/packages/eb/2e/79c822141bfd05a853236b504869ebc6b70159afc570e1d5a20641782eaa/pyyaml_env_tag-1.1.tar.gz" + sha256 "2eb38b75a2d21ee0475d6d97ec19c63287a7e140231e4214969d0eac923cd7ff" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do From 7dce0012845b2dd63ebb1a48e49ec678c39a26c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:16:30 +0000 Subject: [PATCH 06454/10074] molecule: bump python resources --- Formula/m/molecule.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/m/molecule.rb b/Formula/m/molecule.rb index 962e5e833407e..7dd622216d295 100644 --- a/Formula/m/molecule.rb +++ b/Formula/m/molecule.rb @@ -6,6 +6,7 @@ class Molecule < Formula url "https://files.pythonhosted.org/packages/51/d8/3b029e082247fc988fa9869edf39dd3188d929db19f47e91181dff907db5/molecule-25.5.0.tar.gz" sha256 "585d8ce0ad493be3ae94de096f8b4a896ab9010a7ea36a869fdf5e29bd668f4b" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "b4c015d95677c3c04694fd66f2df65d1aebfd961ef9a47fb31ea92c523917c04" @@ -96,8 +97,8 @@ class Molecule < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -156,8 +157,8 @@ class Molecule < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "resolvelib" do From 27496b4acafebf0db21cd4dc05cfba99dad916d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:16:36 +0000 Subject: [PATCH 06455/10074] mongo-orchestration: bump python resources --- Formula/m/mongo-orchestration.rb | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Formula/m/mongo-orchestration.rb b/Formula/m/mongo-orchestration.rb index 8246631631671..2c7e8a0a56a00 100644 --- a/Formula/m/mongo-orchestration.rb +++ b/Formula/m/mongo-orchestration.rb @@ -6,6 +6,7 @@ class MongoOrchestration < Formula url "https://files.pythonhosted.org/packages/73/8f/f087958ff2ce6b0f06d5be16717e48d2009d598e4ae26270437b473a211a/mongo_orchestration-0.11.0.tar.gz" sha256 "6f53db5cb6bc1ab4a8f282f2638e1c2d35b7fdcb15f6c8e034acf5d0676e3df5" license "Apache-2.0" + revision 1 head "https://github.com/10gen/mongo-orchestration.git", branch: "master" bottle do @@ -22,13 +23,13 @@ class MongoOrchestration < Formula depends_on "python@3.13" resource "bottle" do - url "https://files.pythonhosted.org/packages/1b/fb/97839b95c2a2ea1ca91877a846988f90f4ca16ee42c0bb79e079171c0c06/bottle-0.13.2.tar.gz" - sha256 "e53803b9d298c7d343d00ba7d27b0059415f04b9f6f40b8d58b5bf914ba9d348" + url "https://files.pythonhosted.org/packages/f5/3b/efa9540213c71be3500e14592c5823bd3f9ddd881d306e01b5dd490ddab5/bottle-0.13.3.tar.gz" + sha256 "1c23aeb30aa8a13f39c60c0da494530ddd5de3da235bc431b818a50d999de49f" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "cheroot" do @@ -52,23 +53,23 @@ class MongoOrchestration < Formula end resource "more-itertools" do - url "https://files.pythonhosted.org/packages/51/78/65922308c4248e0eb08ebcbe67c95d48615cc6f27854b6f2e57143e9178f/more-itertools-10.5.0.tar.gz" - sha256 "5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6" + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" end resource "pymongo" do - url "https://files.pythonhosted.org/packages/1a/35/b62a3139f908c68b69aac6a6a3f8cc146869de0a7929b994600e2c587c77/pymongo-4.10.1.tar.gz" - sha256 "a9de02be53b6bb98efe0b9eda84ffa1ec027fcb23a2de62c4f941d9a2f2f3330" + url "https://files.pythonhosted.org/packages/74/0c/1fb60383ab4b20566407b87f1a95b7f5cda83e8d5594da6fc84e2a543405/pymongo-4.13.0.tar.gz" + sha256 "92a06e3709e3c7e50820d352d3d4e60015406bcba69808937dac2a6d22226fde" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 3c8fbfd1535728e44028d29498f6f0fa9ca76c78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:16:52 +0000 Subject: [PATCH 06456/10074] moto: bump python resources --- Formula/m/moto.rb | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/Formula/m/moto.rb b/Formula/m/moto.rb index c659a490e740a..0925ca6e3dee6 100644 --- a/Formula/m/moto.rb +++ b/Formula/m/moto.rb @@ -6,6 +6,7 @@ class Moto < Formula url "https://files.pythonhosted.org/packages/24/9f/5cacf53cbd26b4a77c817fd4fbec2ed38139ba2cfcd842c279aa19ee161f/moto-5.1.5.tar.gz" sha256 "42b362ea9a16181e8e7b615ac212c294b882f020e9ae02f01230f167926df84e" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "739636def23a0f034bb8a973678172fdce7f31af3eec0ff9c2505b328d3b0bba" @@ -39,8 +40,8 @@ class Moto < Formula end resource "aws-sam-translator" do - url "https://files.pythonhosted.org/packages/13/01/3a9a3fea6ed942239f22c4fa9b3cd9d8b69545607f257fbb47d28d115dde/aws_sam_translator-1.97.0.tar.gz" - sha256 "6f7ec94de0a9b220dd1f1a0bf7e2df95dd44a85592301ee830744da2f209b7e6" + url "https://files.pythonhosted.org/packages/a2/f8/100c32414efc036d6aba7b2591773e9c86f999ab0030850d26e672ed513d/aws_sam_translator-1.98.0.tar.gz" + sha256 "fe9fdf51b593aca4cde29f555e272b00d90662315c8078e9f5f3448dd962c66b" end resource "aws-xray-sdk" do @@ -54,18 +55,18 @@ class Moto < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/40/73/3f67417985007b385adab61dd9d251cf82d409ce5397ec7d067274b09492/boto3-1.38.23.tar.gz" - sha256 "bcf73aca469add09e165b8793be18e7578db8d2604d82505ab13dc2495bad982" + url "https://files.pythonhosted.org/packages/cb/2f/4547f4b3cc7b63ec1266edaf923a675f3eae2057299aba8ecfe46f013c1a/boto3-1.38.34.tar.gz" + sha256 "25e76b9fec8db8e21adaf84df0de5c58fa779be121bc327e07e920c7c0870394" end resource "botocore" do - url "https://files.pythonhosted.org/packages/4d/d5/134a28a30cb1b0c9aa08ceb5d1a3e7afe956f7fa7abad2adda7c5c01d6a1/botocore-1.38.23.tar.gz" - sha256 "29685c91050a870c3809238dc5da1ac65a48a3a20b4bca46b6057dcb6b39c72a" + url "https://files.pythonhosted.org/packages/08/27/34dfe90dd51d16473985198e056b82d74afd355dc47daa10af2a4f117072/botocore-1.38.34.tar.gz" + sha256 "a105f4d941f329aa72c43ddf42371ec4bee50ab3619fc1ef35d0005520219612" end resource "cfn-lint" do - url "https://files.pythonhosted.org/packages/1f/d0/cfed86b3debec2f4fcecb794f02e927786dbf0898b78c5b8c16d64460f96/cfn_lint-1.35.3.tar.gz" - sha256 "dd52405f026eaa3f36003af186c4eebd9965f8956d88dbcf7e77223b5b02adc8" + url "https://files.pythonhosted.org/packages/7f/bd/67280945d60ccd89f9f1ef03e8d2a1eb3a617a97ff28fc9c26c801721ccd/cfn_lint-1.35.4.tar.gz" + sha256 "da38218367217b909884ec2efe361b3992868f140b1d5f37dc64a9e328d9ddb9" end resource "charset-normalizer" do @@ -89,8 +90,8 @@ class Moto < Formula end resource "flask-cors" do - url "https://files.pythonhosted.org/packages/20/e7/b3c6afdd984672b55dff07482699c688af6c01bd7fd5dd55f9c9d1a88d1c/flask_cors-6.0.0.tar.gz" - sha256 "4592c1570246bf7beee96b74bc0adbbfcb1b0318f6ba05c412e8909eceec3393" + url "https://files.pythonhosted.org/packages/76/37/bcfa6c7d5eec777c4c7cf45ce6b27631cebe5230caf88d85eadd63edd37a/flask_cors-6.0.1.tar.gz" + sha256 "d81bcb31f07b0985be7f48406247e9243aced229b7747219160a0559edd678db" end resource "graphql-core" do @@ -139,8 +140,8 @@ class Moto < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-path" do @@ -174,8 +175,8 @@ class Moto < Formula end resource "networkx" do - url "https://files.pythonhosted.org/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f/networkx-3.4.2.tar.gz" - sha256 "307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1" + url "https://files.pythonhosted.org/packages/6c/4f/ccdb8ad3a38e583f214547fd2f7ff1fc160c43a75af88e6aec213404b96a/networkx-3.5.tar.gz" + sha256 "d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037" end resource "openapi-schema-validator" do @@ -184,8 +185,8 @@ class Moto < Formula end resource "openapi-spec-validator" do - url "https://files.pythonhosted.org/packages/67/fe/21954ff978239dc29ebb313f5c87eeb4ec929b694b9667323086730998e2/openapi_spec_validator-0.7.1.tar.gz" - sha256 "8577b85a8268685da6f8aa30990b83b7960d4d1117e901d451b5d572605e5ec7" + url "https://files.pythonhosted.org/packages/82/af/fe2d7618d6eae6fb3a82766a44ed87cd8d6d82b4564ed1c7cfb0f6378e91/openapi_spec_validator-0.7.2.tar.gz" + sha256 "cc029309b5c5dbc7859df0372d55e9d1ff43e96d678b9ba087f7c56fc586f734" end resource "pathable" do @@ -239,8 +240,8 @@ class Moto < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "responses" do @@ -264,8 +265,8 @@ class Moto < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -279,8 +280,8 @@ class Moto < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do From bcb5ed0241686f69e3e1ba9f1c91a846789e909d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:17:12 +0000 Subject: [PATCH 06457/10074] nbdime: bump python resources --- Formula/n/nbdime.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/n/nbdime.rb b/Formula/n/nbdime.rb index 8b88260fda55f..a5006153da7e7 100644 --- a/Formula/n/nbdime.rb +++ b/Formula/n/nbdime.rb @@ -6,7 +6,7 @@ class Nbdime < Formula url "https://files.pythonhosted.org/packages/a6/f1/4be57ecea4d55d322f05a0f89e0b73d7a8d90a16dbf01168eab3e7bf5939/nbdime-4.0.2.tar.gz" sha256 "d8279f8f4b236c0b253b20d60c4831bb67843ed8dbd6e09f234eb011d36f1bf2" license "BSD-3-Clause" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, all: "372c2579d50170bbd4f3bded9adeec40d9a29b82f7e5f982462aa0180912fb29" @@ -17,8 +17,8 @@ class Nbdime < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz" - sha256 "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "colorama" do @@ -27,13 +27,13 @@ class Nbdime < Formula end resource "gitdb" do - url "https://files.pythonhosted.org/packages/19/0d/bbb5b5ee188dec84647a4664f3e11b06ade2bde568dbd489d9d64adef8ed/gitdb-4.0.11.tar.gz" - sha256 "bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" + url "https://files.pythonhosted.org/packages/72/94/63b0fc47eb32792c7ba1fe1b694daec9a63620db1e313033d18140c2320a/gitdb-4.0.12.tar.gz" + sha256 "5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571" end resource "gitpython" do - url "https://files.pythonhosted.org/packages/b6/a1/106fd9fa2dd989b6fb36e5893961f82992cf676381707253e0bf93eb1662/GitPython-3.1.43.tar.gz" - sha256 "35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c" + url "https://files.pythonhosted.org/packages/c0/89/37df0b71473153574a5cdef8f242de422a0f5d26d7a9e231e6f169b4ad14/gitpython-3.1.44.tar.gz" + sha256 "c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269" end resource "jupyter-server-mathjax" do @@ -42,18 +42,18 @@ class Nbdime < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "smmap" do - url "https://files.pythonhosted.org/packages/88/04/b5bf6d21dc4041000ccba7eb17dd3055feb237e7ffc2c20d3fae3af62baa/smmap-5.0.1.tar.gz" - sha256 "dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62" + url "https://files.pythonhosted.org/packages/44/cd/a040c4b3119bbe532e5b0732286f805445375489fceaec1f48306068ee3b/smmap-5.0.2.tar.gz" + sha256 "26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/43/6d/fa469ae21497ddc8bc93e5877702dca7cb8f911e337aca7452b5724f1bb6/urllib3-2.2.2.tar.gz" - sha256 "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From d4a18351f57f32dade1efa5d4635c10987ca0ad5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:17:18 +0000 Subject: [PATCH 06458/10074] notifiers: bump python resources --- Formula/n/notifiers.rb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Formula/n/notifiers.rb b/Formula/n/notifiers.rb index 7c0200fa1e6a7..9c8394f0a097f 100644 --- a/Formula/n/notifiers.rb +++ b/Formula/n/notifiers.rb @@ -6,6 +6,7 @@ class Notifiers < Formula url "https://files.pythonhosted.org/packages/f2/da/a8c87ce1f82ed0a3940ff80cf74c2e565ffdf1e35aa1e981856f8dd8dc4a/notifiers-1.3.6.tar.gz" sha256 "070d69dc34892b0675bdbca8529fb13d542f0c84052c6fef48fe2ab1d98d661f" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "fa52de875144dfc54c1041da99cfbf6654cb471edfc2f0db1828730adfcd2c4c" @@ -32,8 +33,8 @@ class Notifiers < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -47,8 +48,8 @@ class Notifiers < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -62,13 +63,13 @@ class Notifiers < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/96/d2/7bed8453e53f6c9dea7ff4c19ee980fd87be607b2caf023d62c6579e6c30/rpds_py-0.25.0.tar.gz" - sha256 "4d97661bf5848dd9e5eb7ded480deccf9d32ce2cd500b88a26acbf7bd2864985" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "urllib3" do @@ -77,8 +78,8 @@ class Notifiers < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From 2e7bd684c3f29e7926a564c8b3e2695963957e65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:17:26 +0000 Subject: [PATCH 06459/10074] okta-awscli: bump python resources --- Formula/o/okta-awscli.rb | 55 ++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 25 deletions(-) diff --git a/Formula/o/okta-awscli.rb b/Formula/o/okta-awscli.rb index 055ae0ed53e5e..ffd6d81b7eb21 100644 --- a/Formula/o/okta-awscli.rb +++ b/Formula/o/okta-awscli.rb @@ -6,7 +6,7 @@ class OktaAwscli < Formula url "https://files.pythonhosted.org/packages/ed/2c/153d8ba330660d756fe6373fb4d1c13b99e63675570042de45aedf300bb7/okta-awscli-0.5.5.tar.gz" sha256 "a8b1277914b992fc24e934edaf1947291723ce386f2191a8952e7c008f2e77fa" license "Apache-2.0" - revision 3 + revision 4 bottle do rebuild 3 @@ -17,33 +17,33 @@ class OktaAwscli < Formula depends_on "python@3.13" resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz" - sha256 "74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/29/10988ceaa300ddc628cb899875d85d9998e3da4803226398e002d95b2741/boto3-1.35.39.tar.gz" - sha256 "670f811c65e3c5fe4ed8c8d69be0b44b1d649e992c0fc16de43816d1188f88f1" + url "https://files.pythonhosted.org/packages/cb/2f/4547f4b3cc7b63ec1266edaf923a675f3eae2057299aba8ecfe46f013c1a/boto3-1.38.34.tar.gz" + sha256 "25e76b9fec8db8e21adaf84df0de5c58fa779be121bc327e07e920c7c0870394" end resource "botocore" do - url "https://files.pythonhosted.org/packages/f7/28/d83dbd69d7015892b53ada4fded79a5bc1b7d77259361eb8302f88c2da81/botocore-1.35.39.tar.gz" - sha256 "cb7f851933b5ccc2fba4f0a8b846252410aa0efac5bfbe93b82d10801f5f8e90" + url "https://files.pythonhosted.org/packages/08/27/34dfe90dd51d16473985198e056b82d74afd355dc47daa10af2a4f117072/botocore-1.38.34.tar.gz" + sha256 "a105f4d941f329aa72c43ddf42371ec4bee50ab3619fc1ef35d0005520219612" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "configparser" do - url "https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.0.tar.gz" - sha256 "eb82646c892dbdf773dae19c633044d163c3129971ae09b49410a303b8e0a5f7" + url "https://files.pythonhosted.org/packages/8b/ac/ea19242153b5e8be412a726a70e82c7b5c1537c83f61b20995b2eda3dcd7/configparser-7.2.0.tar.gz" + sha256 "b629cc8ae916e3afbd36d1b3d093f34193d851e11998920fdcfc4552218b7b70" end resource "idna" do @@ -62,33 +62,38 @@ class OktaAwscli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" + end + + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "validators" do - url "https://files.pythonhosted.org/packages/64/07/91582d69320f6f6daaf2d8072608a4ad8884683d4840e7e4f3a9dbdcc639/validators-0.34.0.tar.gz" - sha256 "647fe407b45af9a74d245b943b18e6a816acf4926974278f6dd617778e1e781f" + url "https://files.pythonhosted.org/packages/53/66/a435d9ae49850b2f071f7ebd8119dd4e84872b01630d6736761e6e7fd847/validators-0.35.0.tar.gz" + sha256 "992d6c48a4e77c81f1b4daba10d16c3a9bb0dbb79b3a19ea847ff0928e70497a" end def install From d37c56850f6ea48206bb647b64ad262e6b990947 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:17:34 +0000 Subject: [PATCH 06460/10074] onionprobe: bump python resources --- Formula/o/onionprobe.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/o/onionprobe.rb b/Formula/o/onionprobe.rb index 69d3086ffd275..c3dcf64a9b817 100644 --- a/Formula/o/onionprobe.rb +++ b/Formula/o/onionprobe.rb @@ -6,6 +6,7 @@ class Onionprobe < Formula url "https://files.pythonhosted.org/packages/17/7c/e016a43640336dd392cd7abcac375341b499f95cf6ebc92ce5eda5e4845f/onionprobe-1.3.0.tar.gz" sha256 "3024e0c737e38f4b9dce265d9e2bd7ef03879c46b2cd40c336a5161eb0affbd7" license "GPL-3.0-or-later" + revision 1 head "https://gitlab.torproject.org/tpo/onion-services/onionprobe.git", branch: "main" bottle do @@ -25,8 +26,8 @@ class Onionprobe < Formula depends_on "tor" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -35,8 +36,8 @@ class Onionprobe < Formula end resource "prometheus-client" do - url "https://files.pythonhosted.org/packages/62/14/7d0f567991f3a9af8d1cd4f619040c93b68f09a02b6d0b6ab1b2d1ded5fe/prometheus_client-0.21.1.tar.gz" - sha256 "252505a722ac04b0456be05c05f75f45d760c2911ffc45f2a06bcaed9f3ae3fb" + url "https://files.pythonhosted.org/packages/5e/cf/40dde0a2be27cc1eb41e333d1a674a74ce8b8b0457269cc640fd42b07cf7/prometheus_client-0.22.1.tar.gz" + sha256 "190f1331e783cf21eb60bca559354e0a4d4378facecf78f5428c39b675d20d28" end resource "pysocks" do @@ -50,8 +51,8 @@ class Onionprobe < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "stem" do @@ -60,8 +61,8 @@ class Onionprobe < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 982c89d706c36f170ee6854b56e16ebb620ddfa4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:25:56 +0000 Subject: [PATCH 06461/10074] rollup 4.43.0 --- Formula/r/rollup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index 9442c754ced2f..9e4f64f3e850b 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -1,8 +1,8 @@ class Rollup < Formula desc "Next-generation ES module bundler" homepage "https://rollupjs.org/" - url "https://registry.npmjs.org/rollup/-/rollup-4.42.0.tgz" - sha256 "439a0d22f2e14d5c3fc496ba6af9dbb7514ebaaf52da8564fa51db79bf7e59df" + url "https://registry.npmjs.org/rollup/-/rollup-4.43.0.tgz" + sha256 "6ffc5484b3201f57d5b115dab5d9df0cfa271b1a35493d0811f2dda6a9448887" license all_of: ["ISC", "MIT"] bottle do From 740cfc3dd168b04c6145e770d9465340e5591bae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:00:20 +0000 Subject: [PATCH 06462/10074] gcc@13: update 13.4.0 bottle. --- Formula/g/gcc@13.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/g/gcc@13.rb b/Formula/g/gcc@13.rb index 2e1ec49515b8a..0150bbbc20570 100644 --- a/Formula/g/gcc@13.rb +++ b/Formula/g/gcc@13.rb @@ -14,15 +14,13 @@ class GccAT13 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "cc01c9f4c79053bc25807069b3b9e8da3acc1b9828a623668c9917a143776ebc" - sha256 arm64_sonoma: "ff56bc82f41d769ff59131299f9d576df8b4a1162ef44acc3a1c45ffbbaa6f9c" - sha256 arm64_ventura: "2711d2616329446feb71d48fefd12e100b232f664dabee59873a961b8665239e" - sha256 arm64_monterey: "80a178083c446e401c59c4fd6ebe4c28fde89b4f93f6446e5144ec25d9b8b6dc" - sha256 sonoma: "4c479e51e3e4dc9eefacd32a8fce5f8f0f707311df3e06e2f6b470dd8713a6eb" - sha256 ventura: "24838fe887472d23d42eefd4b3cb15461fa6974690ec84973d856c80f7ad27e7" - sha256 monterey: "2726062334206e315f78b1c354b32cfa0b9d3d94e0a20e5eefe8b12da70ca6b3" - sha256 cellar: :any_skip_relocation, arm64_linux: "20bb008fc2c3cdbb566161dc28be43f6302d71228a92e6543ce43b3addd63632" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d2e725ff21e23929d6d84f92e2b8f559df6ea6b6550cc55e647aaeb7dd345436" + sha256 arm64_sequoia: "77124ab1a9a3ad3b34ebd62ee47224ea4a06e16664c9ea567938d74182aa25b2" + sha256 arm64_sonoma: "a28d7de1a36175bf4d18bd0a498593cfdd5303927ad9d805774e81459e7122a9" + sha256 arm64_ventura: "2c5dc4cbe473e1d7a663e3426db9b4b705478f20b05d2236aafa4f5463147ef9" + sha256 sonoma: "ab3f2f0781e7b33deea8439ea0e694c1e01185db910233df0a050ade3c058370" + sha256 ventura: "ed4349d9e7f8c3be2b4395b3b80b20c18fe798d27cc4c407347eaf66b72e724e" + sha256 arm64_linux: "f758270e81aa9a99a5de900d932646f48b7d39e06d92e109fa3259419ea8adfe" + sha256 x86_64_linux: "835e1dc4e1c6c13eab20f269e8b48650a69932a0316d051f2b1320f4cbb439b5" end # The bottles are built on systems with the CLT installed, and do not work From ef909e19ca60c589d8675192e4ba7d9586af422b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:13:44 +0000 Subject: [PATCH 06463/10074] cdk8s: update 2.200.97 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 49730d7ca03a8..4a03ff73e217d 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" - sha256 cellar: :any_skip_relocation, arm64_ventura: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" - sha256 cellar: :any_skip_relocation, sonoma: "39ade4846187dde88a92ad2296e247bf3315a2ff79851191e4197059c9cf3804" - sha256 cellar: :any_skip_relocation, ventura: "39ade4846187dde88a92ad2296e247bf3315a2ff79851191e4197059c9cf3804" - sha256 cellar: :any_skip_relocation, arm64_linux: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07760c62140278dce677afc0558eef241e5133cde7f5da5c3de4d8c17bd5cb21" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" + sha256 cellar: :any_skip_relocation, sonoma: "41436367fb562bf4e0b8b8b4ad31c2c8d62b151ab0bda12c1a33fd55fdb4e78c" + sha256 cellar: :any_skip_relocation, ventura: "41436367fb562bf4e0b8b8b4ad31c2c8d62b151ab0bda12c1a33fd55fdb4e78c" + sha256 cellar: :any_skip_relocation, arm64_linux: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" end depends_on "node" From e00eb767fa13f5d481034594bf95ee10ccc41a3c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:13:50 +0000 Subject: [PATCH 06464/10074] checkov: update 3.2.440 bottle. --- Formula/c/checkov.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/checkov.rb b/Formula/c/checkov.rb index 65ae59d351d26..5af3ef34bfa6a 100644 --- a/Formula/c/checkov.rb +++ b/Formula/c/checkov.rb @@ -17,13 +17,13 @@ class Checkov < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e5ddfdf08ce1b49fbee8bdcf8046b9a1a953ce847f5fcfaa7f4f1b7b7fd504b7" - sha256 cellar: :any, arm64_sonoma: "81a9d26bb66d525712a4e06959bb7deb27efe534be9c5f0007185bf616f17d46" - sha256 cellar: :any, arm64_ventura: "e536870609599112a759702d9a98bee6949af6235d0584567d0e5b93f9d1b3f7" - sha256 cellar: :any, sonoma: "9f49df97dae094c652c85781d3b691bd3ed3346e675998570d2fcc792eabb0ab" - sha256 cellar: :any, ventura: "93820cad43746a0a9efd7c74a129e00eda404ea989c86790ebcf062d88d3218f" - sha256 cellar: :any_skip_relocation, arm64_linux: "8dd8b40921a2ee166632b5cd5c3372ce6764424ceada636c4cf29bbad8e8db74" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5d803c7566a18d0f954bd97503153eeb6f1996893e4628797f67a091ec118d98" + sha256 cellar: :any, arm64_sequoia: "7e591c702f78604c8186e097eb36ff9678a9175a9e8494dacbd3b21a69abca62" + sha256 cellar: :any, arm64_sonoma: "8709d42c42bed9f64a992cadacefa7ce417cfd092ea2bf889854620c672dbc61" + sha256 cellar: :any, arm64_ventura: "ddf5f14ff89ef0aee7041ecfa2a7602ac92c72586b94262902abc3e8626449d5" + sha256 cellar: :any, sonoma: "99f76030c7398724dc12798799212d7b38f0bbdfe791f21f9328291daf048ffc" + sha256 cellar: :any, ventura: "7d44c16932a955346865a770778ce22e4cd8ce1a2db567513181d339b89d8bae" + sha256 cellar: :any_skip_relocation, arm64_linux: "4596340658f0f30caf3c27acada7f4d535fd18ad9bc009d4292afbbda2d40b2e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8ed8d96146b1e00e36afdc752ce93b26563182c1a90b5db306dd179ca8c88ac6" end depends_on "cmake" => :build # for igraph From a0d432fd20195d066f447ac7ba9dc89a33b787fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:13:57 +0000 Subject: [PATCH 06465/10074] jackett: update 0.22.2008 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 663a215144b61..a7c4ecb305922 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "71044885bdb500035d9f4f1062668c20cdfaa85ed46f2581e3ac20a8b659fbea" - sha256 cellar: :any, arm64_sonoma: "e8ae1b6e208064ce6f5cde7dc455d9a5c8eeb390bee3fd16c1de1c59651f6016" - sha256 cellar: :any, arm64_ventura: "559ba9be5c5b14ea6b2d79e009711ea324fb5b9b16f50cf478d91c0d699a5ba5" - sha256 cellar: :any, ventura: "d4e3992b79589a0dc8fc9c15a36f267a47f811bd069d53a100646b383dde2970" - sha256 cellar: :any_skip_relocation, arm64_linux: "f113b96129c4655ce23f72f533103bdf6b44b5a527a942193b7083732c2720bb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3bd4f3b7fb151cfcf4bff759be63cd5b96645faf43f24c7e7a9615fbb0b5fd2" + sha256 cellar: :any, arm64_sequoia: "8b45f2a7be7183916b162484913fa6a1cb9d8b1b95eee8d567f2c178e66fdcf6" + sha256 cellar: :any, arm64_sonoma: "d9a3647c77064b7b86b992327c52672abed7924024ea42cfc3728d8688d2f187" + sha256 cellar: :any, arm64_ventura: "84c6f6d091b771b2c8099ff912bbd3f2c52977a7a3b38fb4537cb73ef5ddceeb" + sha256 cellar: :any, ventura: "aa38d9a02928752b32585ea16d8961be6980f49ea2388126f091f6f02285c690" + sha256 cellar: :any_skip_relocation, arm64_linux: "680ed413e8836a0a01b0650dfb21638be583f488ed5fdde65b638cdb9793fa8b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "55a237a76c27b982a945165db0019fae5ba6abc02377f3b92f8291ee0612a7b6" end depends_on "dotnet@8" From eaf42f5f6793ca1463a337d56995d99765e5c610 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:14:04 +0000 Subject: [PATCH 06466/10074] instalooter: update 2.4.4_12 bottle. --- Formula/i/instalooter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/instalooter.rb b/Formula/i/instalooter.rb index 870417e6a51f6..b7156e551e8b2 100644 --- a/Formula/i/instalooter.rb +++ b/Formula/i/instalooter.rb @@ -11,13 +11,13 @@ class Instalooter < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "94426ba0b3b5a40609a0f9473fe0b0382cb4dfe97acccdd637563ec3e993134f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "94426ba0b3b5a40609a0f9473fe0b0382cb4dfe97acccdd637563ec3e993134f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "94426ba0b3b5a40609a0f9473fe0b0382cb4dfe97acccdd637563ec3e993134f" - sha256 cellar: :any_skip_relocation, sonoma: "4d00ae9f509773e37ccd8d5c2b5d721bcd63dc8cd6ed824e875be45e7d86b5c9" - sha256 cellar: :any_skip_relocation, ventura: "4d00ae9f509773e37ccd8d5c2b5d721bcd63dc8cd6ed824e875be45e7d86b5c9" - sha256 cellar: :any_skip_relocation, arm64_linux: "6279654d6f601a86decff3bf38565a14e52d2a94457139466634ec0aa20d0ede" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6279654d6f601a86decff3bf38565a14e52d2a94457139466634ec0aa20d0ede" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbcdd03359d428f9f574c73757483c0b36ec4d45c5967c9b58b62decef063143" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbcdd03359d428f9f574c73757483c0b36ec4d45c5967c9b58b62decef063143" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fbcdd03359d428f9f574c73757483c0b36ec4d45c5967c9b58b62decef063143" + sha256 cellar: :any_skip_relocation, sonoma: "aeeb5713a27c20566e52a9046067e2d793c5af4371e84d8c95d8d873afaa6335" + sha256 cellar: :any_skip_relocation, ventura: "aeeb5713a27c20566e52a9046067e2d793c5af4371e84d8c95d8d873afaa6335" + sha256 cellar: :any_skip_relocation, arm64_linux: "24630854e7e3b29b8c556988f86bf9879f34a0dc8a9b19449df7aae90944c1bd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "24630854e7e3b29b8c556988f86bf9879f34a0dc8a9b19449df7aae90944c1bd" end depends_on "certifi" From 17d0b5f8c82e8e36ad9b3c2803a09f6b85a3fb46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:14:05 +0000 Subject: [PATCH 06467/10074] internetarchive: update 5.4.0_1 bottle. --- Formula/i/internetarchive.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/internetarchive.rb b/Formula/i/internetarchive.rb index f95f8f7719a62..9bea317462b6b 100644 --- a/Formula/i/internetarchive.rb +++ b/Formula/i/internetarchive.rb @@ -9,7 +9,7 @@ class Internetarchive < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, all: "a7feafb9d101db4510db863e10a3ddd4df58ab290b18555d46e9541ab6747a98" + sha256 cellar: :any_skip_relocation, all: "bae0d5d6b23d088f521738574c7e597e2578fcb0966e7528cb84218def47d0df" end depends_on "certifi" From f38abafbd7715d9d3e912ee4590c6ee4a70af94f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:14:20 +0000 Subject: [PATCH 06468/10074] iocextract: update 1.16.1_7 bottle. --- Formula/i/iocextract.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/i/iocextract.rb b/Formula/i/iocextract.rb index 2141fb6605f4f..4a895010daee5 100644 --- a/Formula/i/iocextract.rb +++ b/Formula/i/iocextract.rb @@ -12,14 +12,13 @@ class Iocextract < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "77906e2e0c46fc8af0b0e771f466e8cf8e5e9aa8f1a73262fda532e2916626be" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "47808e0f042ab926754f5dc822682dfbfb18eaff3bb961cdfaac4bb86dee8edc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6164ec611b5570c2998714a6fb0ab559f14e0c358ab5bdc95f221a8bbe3c952c" - sha256 cellar: :any_skip_relocation, sonoma: "c7934084e14ae5bd78c08be3b6cd69d417e03c3343e2653b91d3c7505289b15a" - sha256 cellar: :any_skip_relocation, ventura: "6bb94f5f1ac212b6e2de7d35de7e9df3658e9f85b230d4b30c5916ee83f2ae6c" - sha256 cellar: :any_skip_relocation, arm64_linux: "45d25b9b2f7a6324f95efcc256be1b26b99c139a78a5d3af479cf6d0dded4189" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d21ed8761747b89d58f0362ab3cea3dec8dafc22180f88fc4f017894bccbf55c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "10e966846d98d6ed172406aef7361d6133a6294e8a85ba9e208439a6b20324fc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "24264d9de289813a4ff0ba5f2c13a627406865c6a132cd32299c2f9ff926bab6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cb402c4aab73475a1b010a7c79afba3a072bd64673c95e577cdfae06741e8ac9" + sha256 cellar: :any_skip_relocation, sonoma: "24fb0c25b6e82a36ffc21f8cfbdd808d9edb77b3c732f8901e3af963b9a8abd1" + sha256 cellar: :any_skip_relocation, ventura: "10ad09f738cc9a67c86bc2bd24457676292ead6073a1013407793e4f55910026" + sha256 cellar: :any_skip_relocation, arm64_linux: "9f0b19b12d2dae8bec0f80bd5b0d597c68ba4eea0acad10b2e0c0d228d7c5b76" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ad5406107eceaf48f7a92b5125b0a631ee2e63fc0e33f693f03d30778a3e8ef" end depends_on "certifi" From 0b9955c7e702ad7a9faef3186207fa829c7a82a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:19:02 +0000 Subject: [PATCH 06469/10074] linode-cli: update 5.59.0_1 bottle. --- Formula/l/linode-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/linode-cli.rb b/Formula/l/linode-cli.rb index ab5faab9dc223..3fbf819df2f8d 100644 --- a/Formula/l/linode-cli.rb +++ b/Formula/l/linode-cli.rb @@ -10,13 +10,13 @@ class LinodeCli < Formula head "https://github.com/linode/linode-cli.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "f40010a7c5832db44fd68f6c42c2494f6810d813ca454d50edf1041333ffb53b" - sha256 cellar: :any, arm64_sonoma: "5bbf9302199c341034ba251898fcf123062ee9d7928010c572000a62f6e786e6" - sha256 cellar: :any, arm64_ventura: "49a0575cfa1d9e7958925f12b77ccc63c4c68b0ce0e85c134783fb97c7bb5ade" - sha256 cellar: :any, sonoma: "496e977d9bf9a6f37786ab9703d71595feb74b655ac3247d82c5274ee7e85c47" - sha256 cellar: :any, ventura: "be49b6e1b2ade67a544d5ec41dc0200f217f342ce93d80d780f13f66a96af6b2" - sha256 cellar: :any_skip_relocation, arm64_linux: "f8630c5a8fc612e833aa72a0af815cb960f426503b99b3e91afea06f7b5fcf06" - sha256 cellar: :any_skip_relocation, x86_64_linux: "615be70d507c31dd8d32dadfaef606cbf411f0671bff99e8fc94bd98bba1bc40" + sha256 cellar: :any, arm64_sequoia: "6ff93727f2db4eca2ddcee7c36e5a67110d285007810a4f946f0f9ed8e266819" + sha256 cellar: :any, arm64_sonoma: "3a5bf4b9374caf3397e17e0433dcaf06405e01ff3ca10c0ef1ac2c95e2f31405" + sha256 cellar: :any, arm64_ventura: "02684437858780b0d2001b6f89ec700e68aedaab3a743ab7aaf1a8f487f479c5" + sha256 cellar: :any, sonoma: "58a4f1aebc3bde8e903a8f365f4cfbc47e0744a74c6019b40cb553794ee20683" + sha256 cellar: :any, ventura: "781e5152910f1331e2961e68f0cb559931f0b70c2565857c7e7d7a3badaedae7" + sha256 cellar: :any_skip_relocation, arm64_linux: "41b8e1bb9ef4f72fd3c62d5d4638fede67ecbb9699d0609a2a986f7964397645" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0ca9988d3fa298832f9281d0dd3d3fc95375d618429386a96a40057f96a2fb11" end depends_on "certifi" From 6efcab482afef0a71dac72f0ec532bd4b5cd4b0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:33:12 +0000 Subject: [PATCH 06470/10074] locust: update 2.37.10_1 bottle. --- Formula/l/locust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 7294025a30680..cd826d24a4d1f 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -9,13 +9,13 @@ class Locust < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "7f8e87541c1aab5be24578c8527a22ee19c892d0928d5fa6a9007a8899e94857" - sha256 cellar: :any, arm64_sonoma: "a31a7dfc4c3fef95f5f6cf96546769f11d2f60e148d39217dfd7eba97f37778c" - sha256 cellar: :any, arm64_ventura: "f41cf9d3a749b0b2008aae1933d656256ad8a2b2d7ab157462ba18207894680e" - sha256 cellar: :any, sonoma: "6257b285fc0b6e3edd79514a7d2d8cc292dcc8206b231c316ac248acd7c924d0" - sha256 cellar: :any, ventura: "940ac90713a57adde67922d094cc87c498ba345b1782252a1093f115849cb3ac" - sha256 cellar: :any_skip_relocation, arm64_linux: "9cd1b47eb34170ce62af2dfd053518bf08abafadb0badcb245485179780536f4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f8c9997a8de334f8f06dde065aeb20ee7350bfe363a097a7f630b7b7d9ac2f08" + sha256 cellar: :any, arm64_sequoia: "a5eb4811b52cd83eacb1fce89552fe56c48df768dd464d36a728e89432628ee6" + sha256 cellar: :any, arm64_sonoma: "be4b8107f81a4eba2a69bce3ba0faadba795c61cf23d6c0d0ac87fb1e4ef419c" + sha256 cellar: :any, arm64_ventura: "9ce318f44675d029e5c4400c8a65dcd53fbbb8113ea5b80b6414bc3059efea3d" + sha256 cellar: :any, sonoma: "e48ebd0763c29e585eff17672df05dbf252a9f1f4b9477c2f1e9580241290125" + sha256 cellar: :any, ventura: "0d5182836700df720825141b9b93ca6dbe26815f273e1fe21a6dfa1df1af580e" + sha256 cellar: :any_skip_relocation, arm64_linux: "f99f5c9a2d06c44603844a942374f35c48c3963d6f38aaf778b58ebabfb2a065" + sha256 cellar: :any_skip_relocation, x86_64_linux: "838af3f2ee36226413515cb8adfb182706dd0eb9352561e1fc78d7af1bdc2e3f" end depends_on "cmake" => :build # for pyzmq From 052f55bebf169055c31644684bd0a8f5cfe95f28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:55:35 +0000 Subject: [PATCH 06471/10074] mongo-orchestration: update 0.11.0_1 bottle. --- Formula/m/mongo-orchestration.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongo-orchestration.rb b/Formula/m/mongo-orchestration.rb index 2c7e8a0a56a00..ab3957d7fd91e 100644 --- a/Formula/m/mongo-orchestration.rb +++ b/Formula/m/mongo-orchestration.rb @@ -10,13 +10,13 @@ class MongoOrchestration < Formula head "https://github.com/10gen/mongo-orchestration.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8abc7643eb1d0ddbc458fdbb8d806f7af9f84be7d0094729dfeaf28307f113f3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4bccf9535d58505d0aaa6bf9429e76322c059f0b1f75ee7361bae53b6ceb0673" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dbcb57f04d98bb9d462d7047d245752e12c4b9236d1a33bd308e2accbdb5eb10" - sha256 cellar: :any_skip_relocation, sonoma: "5fcd6f986675f1a135eb375da060a46af0303aae7384d51268c77cf0caea230e" - sha256 cellar: :any_skip_relocation, ventura: "4cbaa37de6faf043f5081423868a65f90daef4da3af8871f91a4c1ae93f498ca" - sha256 cellar: :any_skip_relocation, arm64_linux: "2364fb22a2f2d66b15c340ed94a92819f11cd097e32b9b3dcdd9df327813b7e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e04db3d3881b772f140d09a397b6570951fbdca51ad5f51eade6b686ec03577" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfd1a392fdd07a640132664c00d5fb4a4713123b6893ebd6cdd3bb71107084d4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "be90eb1da97fbd735c843f2eb3dfa47bad2c50751f2ec7997318ef529eb6dc4b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a8391a450907ccef446f1c816184a8413411f54e04f2c57909e95ea391d194b" + sha256 cellar: :any_skip_relocation, sonoma: "362e3b77ac394d9d3bf00840b3eafb668e9cc736772ddf4237a806e309303360" + sha256 cellar: :any_skip_relocation, ventura: "7631b1af15e3c3e7488a3b8ac817d568171ab7582be5a98fc68eeaf259ce00a0" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b3821a6c27dbd03bdb52ab7454e82f8642eda3afeaf7c8008c0391e9397e474" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d1a98cb7e9f11d69ad9bf23f28ee2f0cd83ad3f6e1e41f78e8ccafc539479bc8" end depends_on "certifi" From c547275fc6992db3ae0698d84149a223ada45978 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:00:58 +0000 Subject: [PATCH 06472/10074] mkdocs-material: update 9.6.14_1 bottle. --- Formula/m/mkdocs-material.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mkdocs-material.rb b/Formula/m/mkdocs-material.rb index 370fb64397bb4..28691eca49a4d 100644 --- a/Formula/m/mkdocs-material.rb +++ b/Formula/m/mkdocs-material.rb @@ -8,13 +8,13 @@ class MkdocsMaterial < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "0e91741378cbf7f59a15a2b44c34cde15c7a6a5c55025e432084da8c700fe026" - sha256 cellar: :any, arm64_sonoma: "ccb033943c42c4fb467be5050f46e523b3829aedad110c556a13255416ba415d" - sha256 cellar: :any, arm64_ventura: "5b22330cd379dae30cf252f9e88aee00cd977ea3d7a4e22cc1376bf6ebac016e" - sha256 cellar: :any, sonoma: "0b6ff46b2a1176b34b19260786159e7240ae628ee974446dc15bb39bb566141d" - sha256 cellar: :any, ventura: "e17adccd68c47a24e7e4710c787daed969edd5f117fe2674ce57989d454871ed" - sha256 cellar: :any_skip_relocation, arm64_linux: "ece77c6c4ed36eb494fb265e9f4eb4f560b1a735899fe567bb84b9f7b887797f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "95b6e1e5e768ec5bcc6ef9fd193dc80792841435f3d69a798450f54bbc23819d" + sha256 cellar: :any, arm64_sequoia: "409a085d93b42f0e9edd54d089f36b4fb94b03a36f0198994081583eba6467b0" + sha256 cellar: :any, arm64_sonoma: "d877b06ddf6cf25e89dad5f7d64581d7de8ea14310463fd2dedccb5824a85963" + sha256 cellar: :any, arm64_ventura: "619499f8b8ac6ffb9c90bbd3d52cf7a24b213f9e9bf8a9b2164d2d3bf9573865" + sha256 cellar: :any, sonoma: "2496c9ae196251fb848df6c1a55bb9f4590075da3c99299d175cd30250f52b96" + sha256 cellar: :any, ventura: "1624a4dcf2c48ee0cf8d4395372e415062d5b46530e3612b5c8b8fd6cc5b4288" + sha256 cellar: :any_skip_relocation, arm64_linux: "27222dad1a16cf578102e92efe7ba098ba0d98c36d977772662602e307e9232e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc93bd10aa7353966c30d7fe4f4d0c113808f8fdffa3e2f13815bad1db4ce11f" end depends_on "libyaml" From a76c8facf6d8a4e98d8cef38949828f8d28bde74 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:05:52 +0000 Subject: [PATCH 06473/10074] molecule: update 25.5.0_1 bottle. --- Formula/m/molecule.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/molecule.rb b/Formula/m/molecule.rb index 7dd622216d295..86468a31361ed 100644 --- a/Formula/m/molecule.rb +++ b/Formula/m/molecule.rb @@ -9,13 +9,13 @@ class Molecule < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "b4c015d95677c3c04694fd66f2df65d1aebfd961ef9a47fb31ea92c523917c04" - sha256 cellar: :any, arm64_sonoma: "bead756704af9c3c46d7e53dfa21fba49103941640c6ed29d7df7a2f5e99c5a2" - sha256 cellar: :any, arm64_ventura: "52c159be85a82f5bcf163866a5abcb9610ff9ea6a3459fcd6878343326f4c6fe" - sha256 cellar: :any, sonoma: "6ae0c677bb3bbbe4f007a6040955c36e769ed10af3f7ddb0c674e8a9cead72c7" - sha256 cellar: :any, ventura: "fd745c575c06c0de729e563750e5fda1668c21804232f22dc8704590553705c6" - sha256 cellar: :any_skip_relocation, arm64_linux: "c137853eae19f72306d45a9da60e8aa4f264707b3c39dd483e0cb174d20d64d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e5cc87a7a385a35c8cd84a6fdfb43c416fa0547275a717e356dcb420b1d253d" + sha256 cellar: :any, arm64_sequoia: "e5b06a38c2bc38fb543e89a9a299ae19cd4bc340830dcd87e984fb7db229abbb" + sha256 cellar: :any, arm64_sonoma: "333be3c67c93221f1b70fec38a3f0d55d06f72d659ed97b2e8e2db5fb75dc26a" + sha256 cellar: :any, arm64_ventura: "85954f4d7ff1683c9a218618cd97b2ca9cc2543bf66634162e4c48a10166df3f" + sha256 cellar: :any, sonoma: "f4cc0b08694cad35fae4f77665959f752b1d1fdbe926990f95d1e47207a3e8fa" + sha256 cellar: :any, ventura: "010d8d2f778fdc42ef3f3cf941915814484468fb2bf0f74b61ec62c031803213" + sha256 cellar: :any_skip_relocation, arm64_linux: "16f7d2e8ca52da9d01aca5ea05281931d907ff937a50b3fa4dd5985535f3fdb3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0fb5e5489b0bc31d77bd8b32f1b2037e05ee90a0ab23c01eaa324d599727cb87" end depends_on "rust" => :build From 1b6b7b40adb90a9c2ba375c905e1526870906d6b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:06:44 +0000 Subject: [PATCH 06474/10074] meta-package-manager: update 5.21.0_1 bottle. --- Formula/m/meta-package-manager.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/meta-package-manager.rb b/Formula/m/meta-package-manager.rb index 7b1699e6eedaf..2f175ff896d10 100644 --- a/Formula/m/meta-package-manager.rb +++ b/Formula/m/meta-package-manager.rb @@ -11,13 +11,13 @@ class MetaPackageManager < Formula head "https://github.com/kdeldycke/meta-package-manager.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "48ddbe964235db930c0dea68e41d6c63458d0e460d4b7e0c2ebd49793510402a" - sha256 cellar: :any, arm64_sonoma: "373ec44cac41a5415a9b7c79296aa5bc8ab41b2229ae449919d5d98213c5e5f7" - sha256 cellar: :any, arm64_ventura: "73485a7b2585380d2dd6754ad11f0b0e95acaf1269f0c6097994ccb7f613b17a" - sha256 cellar: :any, sonoma: "b36ab2d6d5068c47961c73a637ec36cd807a8edf06b75d23922a59cb58391728" - sha256 cellar: :any, ventura: "f359420956d1255570ade7cff69c5f4de8861817d0a7214c5ccff0a13fbd978d" - sha256 cellar: :any_skip_relocation, arm64_linux: "5d2849773bbfcd986c02fc213c81421fc16fb6f27c93a19172092f1d5c396cfd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "402b2cd5df12b4ecc5978b53d42c2bfb936cdedb0f8270f0e7f331c788a7bc18" + sha256 cellar: :any, arm64_sequoia: "91dec132db597dcfe52a5c044ea80525e088eb5e1fd4401dab94c50f81aee33a" + sha256 cellar: :any, arm64_sonoma: "ccd913205ae3b36d475e17fef41013c2b5b307c963b635f6a614fbdc7b1db1b3" + sha256 cellar: :any, arm64_ventura: "f35566bd8fece7883d78d17515ff34eb2ca57f76ecd9142b18ad40c5530cbb39" + sha256 cellar: :any, sonoma: "f52e6fe74c5e50a1034316e2164a798888321624b0e1c5eb5c8a83bb97451143" + sha256 cellar: :any, ventura: "117d4c29f673a86e0424afac3f3c2731a09a7a1e0ec3e2088780d2a942534c5d" + sha256 cellar: :any_skip_relocation, arm64_linux: "9de9fbdb0ad16ad6a6fa7365bd7d3e7b43599ad6071eba452aeb4b3d6ad53a62" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6236e4c92aa2ab3772ab121659249a47e513025066e99e982ed9a995e142180b" end depends_on "rust" => :build # for rpds-py From 6ebd514a07ae11f6b1fc6fd392732fea89162017 Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 11 Jun 2025 12:13:58 +0200 Subject: [PATCH 06475/10074] g3log 2.6 Signed-off-by: botantony --- Formula/g/g3log.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/g/g3log.rb b/Formula/g/g3log.rb index 238ead200183f..9f4c8e1f5842a 100644 --- a/Formula/g/g3log.rb +++ b/Formula/g/g3log.rb @@ -1,8 +1,8 @@ class G3log < Formula desc "Asynchronous, 'crash safe', logger that is easy to use" homepage "https://github.com/KjellKod/g3log" - url "https://github.com/KjellKod/g3log/archive/refs/tags/2.5.tar.gz" - sha256 "04925eeed93668e4ad354f2f4b4b5e16e2d7b16ea42ab977409be4a96d64303b" + url "https://github.com/KjellKod/g3log/archive/refs/tags/2.6.tar.gz" + sha256 "afd3d3d8de29825de408e1227be72f3bef8a01c2c0180c46271b4da9bb4fa509" license "Unlicense" no_autobump! because: :requires_manual_review @@ -19,12 +19,6 @@ class G3log < Formula depends_on "cmake" => :build - # Fix CMake 4.0 build - patch do - url "https://github.com/KjellKod/g3log/commit/1894b060b91fe5b43e3d5eb42f5395448e4a0e4a.patch?full_index=1" - sha256 "4c513e8e1a0b809080d71d5087a4f7fcf18440d6a6623f254f7f76d2ae045df5" - end - def install system "cmake", "-S", ".", "-B", "build", "-DADD_G3LOG_UNIT_TEST=OFF", *std_cmake_args system "cmake", "--build", "build" From 5385d7ad6e07b669d680c6857b8e17108d74f32d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:14:25 +0000 Subject: [PATCH 06476/10074] mcpm: update 1.13.4_1 bottle. --- Formula/m/mcpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 3e696b27d7024..56df915f80e2a 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -9,13 +9,13 @@ class Mcpm < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "f738a305227e3bd618b680760ad46f5e3a9956efe61a10d78a8c983f19c3fb80" - sha256 cellar: :any, arm64_sonoma: "de976e5b300fa99d356b9a75313765caf68cc908f031e18813f46f2f11cd5f52" - sha256 cellar: :any, arm64_ventura: "b557464072925f0ed1b4b4fcb59de5be3361f261024fa56764ddb511f6efc07c" - sha256 cellar: :any, sonoma: "1b08c3ecb9e66d6631a05ca52c494a6f80b059eb4ab1c89152409710eb99a92c" - sha256 cellar: :any, ventura: "98ac4608a1df5d66db5fa837e0e6db682a9b8f5a46d6d4726e047d805d44e1ec" - sha256 cellar: :any_skip_relocation, arm64_linux: "ad9ee3fc3b4587af40b86e9eaa9e8f5c830b924647295375036b95027c3e84ac" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e521921cfef03c54fc7c9245fd130913b00855879eb0fab9df7589f93dac8ed" + sha256 cellar: :any, arm64_sequoia: "c89885738239f33aee1f080a01747495c93d38206236972a5cd711b3cd18bdeb" + sha256 cellar: :any, arm64_sonoma: "1cb507d48ed31d9109ea6b2e3d3325b446df12acb1f4e30f2661c379bb98a02d" + sha256 cellar: :any, arm64_ventura: "5fcaa6cac4b95f7252bba39c7d28a5a277ba93ef8b2847544ee42217079437c6" + sha256 cellar: :any, sonoma: "41cc1f27ff453477281ee01cf1055a92962cc8298f5c81079c53adcb89745267" + sha256 cellar: :any, ventura: "ed746961360b202ca3b6f2e9f65b8e8a10236ab500d802c0463155b411cce989" + sha256 cellar: :any_skip_relocation, arm64_linux: "be5311272b8f51e39f73ea3d1e820e5bc02d4ff59a4edc404e3d34ca3601952e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b6dfb79b58f35818486c90e91c930b477e5d47b62e34256eb6a73871dad468b" end depends_on "rust" => :build From 5d6b5d5a8875e4ab7e5851d6882bed3f3a32d1ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:18:32 +0000 Subject: [PATCH 06477/10074] notifiers: update 1.3.6_1 bottle. --- Formula/n/notifiers.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/notifiers.rb b/Formula/n/notifiers.rb index 9c8394f0a097f..07dbf8abd85d0 100644 --- a/Formula/n/notifiers.rb +++ b/Formula/n/notifiers.rb @@ -9,13 +9,13 @@ class Notifiers < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "fa52de875144dfc54c1041da99cfbf6654cb471edfc2f0db1828730adfcd2c4c" - sha256 cellar: :any, arm64_sonoma: "6216fa66cd8879557763b4c775cb63b5b94f16a515dac0e40aeee361a82a1fbf" - sha256 cellar: :any, arm64_ventura: "86dd4f1a510e1db751b4bd93612516a39566ffbf415cabbf1113aa45a038605e" - sha256 cellar: :any, sonoma: "5fc77fe3f5a763b5d2541fcd51b2cd3f383dd1c56d64521f070d2aabc757e3c6" - sha256 cellar: :any, ventura: "42aaedc80583da118f4943ae7246b33bd8a0af039ce9889f48162f8048a1becd" - sha256 cellar: :any_skip_relocation, arm64_linux: "62dd5be8edb9934ab6f9cd54e5fc8f65900bdb3edb2160daec7901921ada4d8d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1bee56b0cdd84e545ab5db61205ec8c1c87e1c8d6ca9a592fc5df77f5863a4f3" + sha256 cellar: :any, arm64_sequoia: "1b116d74939f28c243a2e3743afc11625f469cff5ef3415ba37ef97af043844e" + sha256 cellar: :any, arm64_sonoma: "93977d533a3b7731a895260a7c7e7e8491623518061899887986fe17a2d4f55b" + sha256 cellar: :any, arm64_ventura: "ebac627702b08f4bf5c5fb6886e8fda06f8c3ca1f6c7500def3f621e3af523b1" + sha256 cellar: :any, sonoma: "d3adb78004b1760ad7d11ebe8c9f51ba97180e0c69793afe7170846e101a34ec" + sha256 cellar: :any, ventura: "c828875699ac7bdb9c340faf205b26f30810274d66e3b9c84d6033e7fc861f48" + sha256 cellar: :any_skip_relocation, arm64_linux: "d26b89957db1c63a73a0dc2fa16ab269b5fd3ddf752a731bb4e41b0313773e7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15314cc0d684e9b2ff4d03ca5a86a2929d39911404d196be81c9bf36396cb8ad" end depends_on "rust" => :build # for rpds-py From 447830ca7b1cf153764ecbd4fef692323c1299a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:24:00 +0000 Subject: [PATCH 06478/10074] nbdime: update 4.0.2_2 bottle. --- Formula/n/nbdime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/nbdime.rb b/Formula/n/nbdime.rb index a5006153da7e7..17dfc2b19135f 100644 --- a/Formula/n/nbdime.rb +++ b/Formula/n/nbdime.rb @@ -9,7 +9,7 @@ class Nbdime < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, all: "372c2579d50170bbd4f3bded9adeec40d9a29b82f7e5f982462aa0180912fb29" + sha256 cellar: :any_skip_relocation, all: "9023f85b8abe4f3c6822ad39e9f83aee318711c9c99fef3a6ad802701aac5011" end depends_on "certifi" From 2167769d8ef2a444ad9ee127af3b7a155328ee5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:26:28 +0000 Subject: [PATCH 06479/10074] onionprobe: update 1.3.0_1 bottle. --- Formula/o/onionprobe.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/onionprobe.rb b/Formula/o/onionprobe.rb index c3dcf64a9b817..b94fbe8d2d250 100644 --- a/Formula/o/onionprobe.rb +++ b/Formula/o/onionprobe.rb @@ -10,13 +10,13 @@ class Onionprobe < Formula head "https://gitlab.torproject.org/tpo/onion-services/onionprobe.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "9222f214b1620a345e9cf321b087dcc34542a7a98c74ff46555c3a9b52dd1a30" - sha256 cellar: :any, arm64_sonoma: "2b5d468661d595f8f431d6e7ea60d7b39354a914c0b4573c432d2d6d36477fe8" - sha256 cellar: :any, arm64_ventura: "0a14c6c6d81752053ab04199df5e67e1749939bc39fb6df43890ebd325f37d60" - sha256 cellar: :any, sonoma: "3a77783777dce8d656a6003f0cb8efd4df8cf9a93d45579b563a631bcb4da4c2" - sha256 cellar: :any, ventura: "8afcf6e56779767135cd9b45a7d968d22d6a98e409c9ff29a747a4feb88dcb1f" - sha256 cellar: :any_skip_relocation, arm64_linux: "69261fbf674c9daa3cdecab548a8d20de52e6dc1e71945cb9d10fa2beaa43a80" - sha256 cellar: :any_skip_relocation, x86_64_linux: "38203b9e39cfecb4d59d439bc6f8f79f1df32e78532cb42297f215b223a3669f" + sha256 cellar: :any, arm64_sequoia: "a89081bed317a7c1c032075ed7e4a1fce938e4d1ae17f7c300a5a332951ecbe2" + sha256 cellar: :any, arm64_sonoma: "9cce11e7fc23e9b3bf07c4eb19fd9f90b5d77888ce42f91218426ec77b62ae32" + sha256 cellar: :any, arm64_ventura: "da49763babba97351f1e5b5ef978acb89bf06f23e8545eaf7269642b5ac1c5a5" + sha256 cellar: :any, sonoma: "ec2683d60ca0cf567f8ee2fb82c54bac943788821fb325d9616e6a9a9e015924" + sha256 cellar: :any, ventura: "5d8125b3b26ae3ecc72572e1fb212e92e60b13b89999cefa3169b70dcb189ece" + sha256 cellar: :any_skip_relocation, arm64_linux: "9af984f808752a22916def4e94f701899d0ca3c2fa3c6a54234851d8d9b7751d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81c9f6998872e11954555df70790e6faf9acce51604ca1eeb8ebc0f035f5062c" end depends_on "certifi" From 7d99bdd48ebfe5cd98b558864426f70cdd18d967 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:26:32 +0000 Subject: [PATCH 06480/10074] rollup: update 4.43.0 bottle. --- Formula/r/rollup.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index 9e4f64f3e850b..ccef761bf3df2 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -6,13 +6,13 @@ class Rollup < Formula license all_of: ["ISC", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "8fb47f29cab6cb064b1831fd381f663b9e3b7c11b833da0c5edfe4953f18cb63" - sha256 cellar: :any, arm64_sonoma: "8fb47f29cab6cb064b1831fd381f663b9e3b7c11b833da0c5edfe4953f18cb63" - sha256 cellar: :any, arm64_ventura: "8fb47f29cab6cb064b1831fd381f663b9e3b7c11b833da0c5edfe4953f18cb63" - sha256 cellar: :any, sonoma: "8df3dbc35be3338bb3a85285e4d8a5ae9ae71deba6a75769964b25d897193210" - sha256 cellar: :any, ventura: "8df3dbc35be3338bb3a85285e4d8a5ae9ae71deba6a75769964b25d897193210" - sha256 cellar: :any_skip_relocation, arm64_linux: "43ed75dcbfc07400fd1602c2cd2171e25d6e24f9f84dfde4a5ce99b2bb913fac" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d95145d56512aa68187a384bd736581a0ee85ce88f4673c70b3077fe544e307d" + sha256 cellar: :any, arm64_sequoia: "efa8434fafe110b300c7d71bcebda4414127d82600800fa59ecb980f5793a205" + sha256 cellar: :any, arm64_sonoma: "efa8434fafe110b300c7d71bcebda4414127d82600800fa59ecb980f5793a205" + sha256 cellar: :any, arm64_ventura: "efa8434fafe110b300c7d71bcebda4414127d82600800fa59ecb980f5793a205" + sha256 cellar: :any, sonoma: "5d89de859007f9b48d2cf94f353c4c22938755c4acd46a4fbc49417311e31885" + sha256 cellar: :any, ventura: "5d89de859007f9b48d2cf94f353c4c22938755c4acd46a4fbc49417311e31885" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb2abc524f53ae010e9cde39e981302d397de6f526d1f0c56f63dd3d4e0a03dc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "131e97256d0e8882072742e7884bc760f71855ba56f242e7fed75feca7e98217" end depends_on "node" From c2f9afe0088bee75626b7c674061c261c4752f32 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:28:17 +0000 Subject: [PATCH 06481/10074] okta-awscli: update 0.5.5_4 bottle. --- Formula/o/okta-awscli.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/o/okta-awscli.rb b/Formula/o/okta-awscli.rb index ffd6d81b7eb21..009973db85c12 100644 --- a/Formula/o/okta-awscli.rb +++ b/Formula/o/okta-awscli.rb @@ -9,8 +9,7 @@ class OktaAwscli < Formula revision 4 bottle do - rebuild 3 - sha256 cellar: :any_skip_relocation, all: "317022aacef6cb0a90882bf72ab59192d700c916ea9633f046ffd2ab6049ca8d" + sha256 cellar: :any_skip_relocation, all: "5fdbf1d0d36d91b4276cbd3953da14306952ac001ab6894ba7577d7a1241018f" end depends_on "certifi" From a13149b773db27de46acd92847c31413813ccd06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:33:41 +0000 Subject: [PATCH 06482/10074] localstack: update 4.5.0_1 bottle. --- Formula/l/localstack.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/localstack.rb b/Formula/l/localstack.rb index a8c9b71125a5e..b6d9581b3e44c 100644 --- a/Formula/l/localstack.rb +++ b/Formula/l/localstack.rb @@ -9,12 +9,12 @@ class Localstack < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "3e155db3147456b4be7dc72f6c544c9d9e4fd425d3689de227e127df3c40d442" - sha256 cellar: :any, arm64_sonoma: "f9c1a8cf77bceb21e9ff6128f438c3d8c86be2ab8052e6e5712b1ab8636330aa" - sha256 cellar: :any, arm64_ventura: "98a67aeccdfe8e3d9632e2c391c76d72ab18f7f2ba69eb1ae82bf295fa7e9918" - sha256 cellar: :any, sonoma: "00f0f29fb48ff85be905cd0589c9179c1bc8d0bfa6d53c192b120a21b785c165" - sha256 cellar: :any, ventura: "abb29cc12c74e498094575510acdf34116742a5685026813370c93529ac8ab72" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0cd8da867b1949c96bfe5f1e6c8bc24ecfeb65c6db6b6662c354265796e39b19" + sha256 cellar: :any, arm64_sequoia: "a690ce426b00e0eb39eac29f3fe1697bb5c85cc6dea8f650e8aab048e536a953" + sha256 cellar: :any, arm64_sonoma: "ebd226d643f856bf52b6b5e4c6e57a8ee5e1e57f71090336834536331ff73b0c" + sha256 cellar: :any, arm64_ventura: "09f767c8bb65c38b1d20968dba65df5add49152b045a14d203274165aaa2ebac" + sha256 cellar: :any, sonoma: "4f8a73df338a4e066e35a3534b39051387ea5fe5a73594af68cfbe637bcf701d" + sha256 cellar: :any, ventura: "ad0a61c3a417c9fd191611efe4401a094afc6768d182910aa99cab6f03fd93cf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2094a07e3835f5c39cf750859b8c80bff758e5ecf8f20f8b3651d98ad425c0a1" end depends_on "docker" => :test From 3727d489a7b8d2e7901e5e94992d90761ea86061 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:44:39 +0000 Subject: [PATCH 06483/10074] moto: update 5.1.5_1 bottle. --- Formula/m/moto.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moto.rb b/Formula/m/moto.rb index 0925ca6e3dee6..ec36f148d6359 100644 --- a/Formula/m/moto.rb +++ b/Formula/m/moto.rb @@ -9,13 +9,13 @@ class Moto < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "739636def23a0f034bb8a973678172fdce7f31af3eec0ff9c2505b328d3b0bba" - sha256 cellar: :any, arm64_sonoma: "8e009fb63249b20569a02e07ddf65f844c653e3b267b446cadae30e763b12ff2" - sha256 cellar: :any, arm64_ventura: "52f2c9fe8eca94f58e70f266d902ad42ba45b9848efde107aeb89689ecfc6107" - sha256 cellar: :any, sonoma: "bfe736aa64ad3564d66b98f9c944d09e8711fb6aad9931305fd5ad68a25089b0" - sha256 cellar: :any, ventura: "945900dcf9ecf036021ad255f46f77ce3bc686d48fff2db64a075dd4e7288007" - sha256 cellar: :any_skip_relocation, arm64_linux: "97043c2a092227c487d0c8358122b66b84c420a227742d315c3833dc317a10c9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd2b4db2bc0be2fa92fb1b6633195f723a58c2388014246f865412b218db9ce3" + sha256 cellar: :any, arm64_sequoia: "30b6af4b9283df09ec15659d6b3c186910400f2f498d0b2862e289566832f942" + sha256 cellar: :any, arm64_sonoma: "c970d47d889242640627357769b98cafbcbffd55719ead610f188ab7ffb9e05d" + sha256 cellar: :any, arm64_ventura: "80d981a3ae641ce0f4c9c68fe9e99fbfcb5f7b5fdc1a992e38058a05173899eb" + sha256 cellar: :any, sonoma: "46a5948bd78d19ea62a0aec0e33e9ed0d12f690ceabc7f4bd04db61b42d4d2a5" + sha256 cellar: :any, ventura: "69e2380271e5b8090ad8ab554230674f23d118aa2452d2848f97fdd3abfbd4b8" + sha256 cellar: :any_skip_relocation, arm64_linux: "c3c969b375d94d3ac78250fe60f9e08e2c28f2ca2f866b74ddaa0e975ebc74f7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e3242e57b29868d0de40ae2caf05fe7edc82ab9eff3ccb82e04c3d08f7cad959" end depends_on "rust" => :build # for pydantic_core From 4c963877440ac11b97d5fa02441153e2b6158e97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:51:05 +0000 Subject: [PATCH 06484/10074] algolia 1.7.0 --- Formula/a/algolia.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/algolia.rb b/Formula/a/algolia.rb index 744594e73c911..972e4cca9dcfe 100644 --- a/Formula/a/algolia.rb +++ b/Formula/a/algolia.rb @@ -1,8 +1,8 @@ class Algolia < Formula desc "CLI for Algolia" homepage "https://www.algolia.com/doc/tools/cli" - url "https://github.com/algolia/cli/archive/refs/tags/v1.6.11.tar.gz" - sha256 "0965dadab1519128130532141701efbf56310f7cb9735c1da596cf6f2aad4657" + url "https://github.com/algolia/cli/archive/refs/tags/v1.7.0.tar.gz" + sha256 "34083ff0480baef9cc4fe3339fa605cec9b66f7da89aecadca1256477799f396" license "MIT" head "https://github.com/algolia/cli.git", branch: "main" From 4b92708a317dd64c6f5cfe83dcafd7b9b2a2573a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:51:21 +0000 Subject: [PATCH 06485/10074] aliyun-cli 3.0.283 --- Formula/a/aliyun-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 18ee8df34b90f..14d06fe5d301a 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -2,8 +2,8 @@ class AliyunCli < Formula desc "Universal Command-Line Interface for Alibaba Cloud" homepage "https://github.com/aliyun/aliyun-cli" url "https://github.com/aliyun/aliyun-cli.git", - tag: "v3.0.282", - revision: "0dd2ea5d47a37e6752fc51f15cf7ac0dd6646eeb" + tag: "v3.0.283", + revision: "b7d4806a60fa9a7571889cbc91dfdc300099cb0e" license "Apache-2.0" head "https://github.com/aliyun/aliyun-cli.git", branch: "master" From 05b72c27089aca49b49134d97ec0f9fff5ff77c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:53:19 +0000 Subject: [PATCH 06486/10074] ballerina 2201.12.7 --- Formula/b/ballerina.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/ballerina.rb b/Formula/b/ballerina.rb index 6b17c6ca7cdd5..5674b60cb0d69 100644 --- a/Formula/b/ballerina.rb +++ b/Formula/b/ballerina.rb @@ -1,8 +1,8 @@ class Ballerina < Formula desc "Programming Language for Network Distributed Applications" homepage "https://ballerina.io" - url "https://dist.ballerina.io/downloads/2201.12.6/ballerina-2201.12.6-swan-lake.zip" - sha256 "7ff0a6c7a686adf4aac0fde581014646757bd6c298248843bdbb35ac03a7abaf" + url "https://dist.ballerina.io/downloads/2201.12.7/ballerina-2201.12.7-swan-lake.zip" + sha256 "2ca6eef7a40c644c5c33d86e20f30b66839688096044347d93f0ca0876a2cd0b" license "Apache-2.0" # The Downloads and Installation Options pages don't include any version From b10537c6b1065382de88986f6c54ff3106c4a15e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:56:14 +0000 Subject: [PATCH 06487/10074] chainloop-cli 1.6.1 --- Formula/c/chainloop-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 37042288be4ba..66659089cd760 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,8 +1,8 @@ class ChainloopCli < Formula desc "CLI for interacting with Chainloop" homepage "https://docs.chainloop.dev" - url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.5.0.tar.gz" - sha256 "d42320fbce3199e04431ac42c28541ef9c28fd71d39abde51b1bee9ee52420a7" + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.6.1.tar.gz" + sha256 "c2596a41c2f25e8fc4af0c9d7ae15067f49eb823a7da76ca7db67cd876383a70" license "Apache-2.0" head "https://github.com/chainloop-dev/chainloop.git", branch: "main" From 39c3e128891fe0eb2c74a4ecf4aa8f3360f6d12e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:01:54 +0000 Subject: [PATCH 06488/10074] dstack 0.19.13 --- Formula/d/dstack.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index 77121faa8c212..8a9caec4b946c 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -3,10 +3,9 @@ class Dstack < Formula desc "ML workflow orchestration system designed for reproducibility and collaboration" homepage "https://dstack.ai/" - url "https://files.pythonhosted.org/packages/7f/06/0a2a8149e5549588c743596389edbd3278afd7bf03a52e3ea9ad02239835/dstack-0.19.12.tar.gz" - sha256 "092e23dd4907e388bead63f6b1f3d4136d604f0ae9c38a423b5dacde8f0a1a44" + url "https://files.pythonhosted.org/packages/cd/db/e2ca1c6ada04926341067acb21240c727d8418bf729df823814bce8ad4c4/dstack-0.19.13.tar.gz" + sha256 "6924855443822206122ee119f9360589d94da07f476d1abc104e27d169c6e10b" license "MPL-2.0" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "70a1102ddb4dc1bb124c05a8f8d32c391b866ffd7537fce294c800d2d59446d6" @@ -138,13 +137,13 @@ class Dstack < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/cb/2f/4547f4b3cc7b63ec1266edaf923a675f3eae2057299aba8ecfe46f013c1a/boto3-1.38.34.tar.gz" + sha256 "25e76b9fec8db8e21adaf84df0de5c58fa779be121bc327e07e920c7c0870394" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/08/27/34dfe90dd51d16473985198e056b82d74afd355dc47daa10af2a4f117072/botocore-1.38.34.tar.gz" + sha256 "a105f4d941f329aa72c43ddf42371ec4bee50ab3619fc1ef35d0005520219612" end resource "cached-classproperty" do From d34cefde36e11d010152785fba2790da2c8f9b11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:04:08 +0000 Subject: [PATCH 06489/10074] fern-api 0.64.3 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 7cf2d59b5d7f6..191712a39e9cc 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.63.41.tgz" - sha256 "452a1d74e0aef734133c0fdc81e68397169ff0538616447fca7ff2719cdd8778" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.3.tgz" + sha256 "1217e8160fe8384b6af14102c9be456fdd6620ac97ac2ea8317164dc66e78c2a" license "Apache-2.0" bottle do From 9ec2dc8de2e75b648cd019322f9715e20966ba6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:08:29 +0000 Subject: [PATCH 06490/10074] huggingface-cli 0.32.6 --- Formula/h/huggingface-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index 5e303bc072800..f0380fd17031d 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -3,8 +3,8 @@ class HuggingfaceCli < Formula desc "Client library for huggingface.co hub" homepage "https://huggingface.co/docs/huggingface_hub/index" - url "https://files.pythonhosted.org/packages/f5/96/179f323578414b6fcc6aa254ecc4d27dc87ded90a271b147c634cf860784/huggingface_hub-0.32.5.tar.gz" - sha256 "8328f848218e3212647cec77eab9fdfc2590e8117d979b925439bc01042a20de" + url "https://files.pythonhosted.org/packages/8f/fb/7fcbafabdf470ffb5457b756cc1f659b4e88a9ff37c108e6c7a5ab5e781e/huggingface_hub-0.32.6.tar.gz" + sha256 "8e960f23dc57519c6c2a0bbc7e9bc030eaa14e7f2d61f8e68fd3d025dabed2fa" license "Apache-2.0" bottle do From 837e491096a9dd3a6f12dcacb82538fcebf250ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:12:30 +0000 Subject: [PATCH 06491/10074] libjuice 1.6.1 --- Formula/lib/libjuice.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libjuice.rb b/Formula/lib/libjuice.rb index 26055bf709722..1fe424a09a07e 100644 --- a/Formula/lib/libjuice.rb +++ b/Formula/lib/libjuice.rb @@ -1,8 +1,8 @@ class Libjuice < Formula desc "UDP Interactive Connectivity Establishment (ICE) library" homepage "https://github.com/paullouisageneau/libjuice" - url "https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.6.0.tar.gz" - sha256 "90a13ed7049b97af4dcb494e5a82ebbffc41d29f917d17f0aa1b0b651034ae4c" + url "https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.6.1.tar.gz" + sha256 "14d7cfc1a541843c1678828ad52d860d043bd82ed39ff076b260565796e4e4ee" license "MPL-2.0" bottle do From ed89f8dd60e66b462c61a7451427da39219b6495 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:13:07 +0000 Subject: [PATCH 06492/10074] librdkafka 2.10.1 --- Formula/lib/librdkafka.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/librdkafka.rb b/Formula/lib/librdkafka.rb index 797a4712832fa..c5960ec5e0afb 100644 --- a/Formula/lib/librdkafka.rb +++ b/Formula/lib/librdkafka.rb @@ -1,8 +1,8 @@ class Librdkafka < Formula desc "Apache Kafka C/C++ library" homepage "https://github.com/confluentinc/librdkafka" - url "https://github.com/confluentinc/librdkafka/archive/refs/tags/v2.10.0.tar.gz" - sha256 "004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a" + url "https://github.com/confluentinc/librdkafka/archive/refs/tags/v2.10.1.tar.gz" + sha256 "75f59a2d948276504afb25bcb5713a943785a413b84f9099d324d26b2021f758" license "BSD-2-Clause" head "https://github.com/confluentinc/librdkafka.git", branch: "master" From 8b08dd8246e6e01bda2204b52596c6db0e7d6a8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:18:12 +0000 Subject: [PATCH 06493/10074] nvc 1.16.2 --- Formula/n/nvc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nvc.rb b/Formula/n/nvc.rb index 53511aaecf17c..d65d63e1e2381 100644 --- a/Formula/n/nvc.rb +++ b/Formula/n/nvc.rb @@ -1,8 +1,8 @@ class Nvc < Formula desc "VHDL compiler and simulator" homepage "https://www.nickg.me.uk/nvc/" - url "https://github.com/nickg/nvc/releases/download/r1.16.1/nvc-1.16.1.tar.gz" - sha256 "47e5a62bf5919829075a18b86d0506b5329d049709bd2e939a7b2814b36b9cce" + url "https://github.com/nickg/nvc/releases/download/r1.16.2/nvc-1.16.2.tar.gz" + sha256 "e6ae398b579a02f390257e34df9c7a9e228bdde37562a541d13547b346299a4d" license "GPL-3.0-or-later" bottle do From 5b41b11f15336577a9778c141c21a66de27e0ee5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:18:43 +0000 Subject: [PATCH 06494/10074] okteto 3.8.0 --- Formula/o/okteto.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/okteto.rb b/Formula/o/okteto.rb index beac8a5fa0817..14f57820c6344 100644 --- a/Formula/o/okteto.rb +++ b/Formula/o/okteto.rb @@ -1,8 +1,8 @@ class Okteto < Formula desc "Build better apps by developing and testing code directly in Kubernetes" homepage "https://okteto.com" - url "https://github.com/okteto/okteto/archive/refs/tags/3.7.0.tar.gz" - sha256 "d546611c64d7e39a65bae28a44e878c21f1ef759ab2ae0a26cf5573b1074d84f" + url "https://github.com/okteto/okteto/archive/refs/tags/3.8.0.tar.gz" + sha256 "829a671c01ac735924916e3192591790821d46e4cfa972654859a8eced9de56c" license "Apache-2.0" head "https://github.com/okteto/okteto.git", branch: "master" From 389c6ce3ced4094c7459d71b8832028f07112bc2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:23:06 +0000 Subject: [PATCH 06495/10074] prowler 5.7.4 --- Formula/p/prowler.rb | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Formula/p/prowler.rb b/Formula/p/prowler.rb index 73778851a0890..dfa2a937fbac8 100644 --- a/Formula/p/prowler.rb +++ b/Formula/p/prowler.rb @@ -3,8 +3,8 @@ class Prowler < Formula desc "Tool for cloud security assessments, audits, incident response, and more" homepage "https://prowler.com/" - url "https://files.pythonhosted.org/packages/02/32/ff1d202258eb06e34212e55e7860eab957df3af3df937db4d7604bb81aa7/prowler-5.7.3.tar.gz" - sha256 "82d87b791325d8cbe5cf4ffdbadd1739af24879df68c2c3e20c8a30390b82799" + url "https://files.pythonhosted.org/packages/38/4e/8f16f3e25f5ba76d87fff77e17bec98a8203a51d543bac5fd126ce6342fd/prowler-5.7.4.tar.gz" + sha256 "231ba2688b002312b2c7a2e2c5ce6aa1b505ad8ec9b4e87cf0410848c6b1178d" license "Apache-2.0" bottle do @@ -43,8 +43,8 @@ class Prowler < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/4b/ad/5b0f3451c2275af09966f1d7c0965facd4729a5b7efdc2eb728654679f85/aiohttp-3.12.9.tar.gz" - sha256 "2c9914c8914ff40b68c6e4ed5da33e88d4e8f368fddd03ceb0eb3175905ca782" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiosignal" do @@ -288,8 +288,8 @@ class Prowler < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/5b/bf/a812e2fe6cb3f6c6cfc8d0303bf1742f2286004e5ec41ac8c89cf68cdb54/frozenlist-1.6.2.tar.gz" - sha256 "effc641518696471cf4962e8e32050133bc1f7b2851ae8fd0cb8797dd70dc202" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "google-api-core" do @@ -473,8 +473,8 @@ class Prowler < Formula end resource "narwhals" do - url "https://files.pythonhosted.org/packages/ce/1b/877c22912b78f8b3fe60de1fb908a624c47afab0d6f9f32b5a1703566ff1/narwhals-1.41.1.tar.gz" - sha256 "be973f27b9eca2bab82c789b9c63135b5cd2a726c80309146356dd923b6f5104" + url "https://files.pythonhosted.org/packages/a2/7e/9484c2427453bd0024fd36cf7923de4367d749f0b216b9ca56b9dfc3c516/narwhals-1.42.0.tar.gz" + sha256 "a5e554782446d1197593312651352cd39b2025e995053d8e6bdfaa01a70a91d3" end resource "nest-asyncio" do @@ -488,18 +488,18 @@ class Prowler < Formula end resource "opentelemetry-api" do - url "https://files.pythonhosted.org/packages/4c/0b/4433d3f18301b541d98ea775fcbeab817fc7f962e980a75d17c967471b64/opentelemetry_api-1.34.0.tar.gz" - sha256 "48d167589134799093005b7f7f347c69cc67859c693b17787f334fbe8871279f" + url "https://files.pythonhosted.org/packages/4d/5e/94a8cb759e4e409022229418294e098ca7feca00eb3c467bb20cbd329bda/opentelemetry_api-1.34.1.tar.gz" + sha256 "64f0bd06d42824843731d05beea88d4d4b6ae59f9fe347ff7dfa2cc14233bbb3" end resource "opentelemetry-sdk" do - url "https://files.pythonhosted.org/packages/52/07/8ca4b295322b5978e2cc4fab3f743ddabf72b82b5d2c50141471f573149d/opentelemetry_sdk-1.34.0.tar.gz" - sha256 "719559622afcd515c2aec462ccb749ba2e70075a01df45837623643814d33716" + url "https://files.pythonhosted.org/packages/6f/41/fe20f9036433da8e0fcef568984da4c1d1c771fa072ecd1a4d98779dccdd/opentelemetry_sdk-1.34.1.tar.gz" + sha256 "8091db0d763fcd6098d4781bbc80ff0971f94e260739aa6afe6fd379cdf3aa4d" end resource "opentelemetry-semantic-conventions" do - url "https://files.pythonhosted.org/packages/f1/64/b99165f7e205e103a83406fb5c3dde668c3a990b3fa0cbe358011095f4fa/opentelemetry_semantic_conventions-0.55b0.tar.gz" - sha256 "933d2e20c2dbc0f9b2f4f52138282875b4b14c66c491f5273bcdef1781368e9c" + url "https://files.pythonhosted.org/packages/5d/f0/f33458486da911f47c4aa6db9bda308bb80f3236c111bf848bd870c16b16/opentelemetry_semantic_conventions-0.55b1.tar.gz" + sha256 "ef95b1f009159c28d7a7849f5cbc71c4c34c845bb514d66adfdf1b3fff3598b3" end resource "packaging" do @@ -518,8 +518,8 @@ class Prowler < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "proto-plus" do @@ -593,8 +593,8 @@ class Prowler < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-file" do @@ -718,13 +718,13 @@ class Prowler < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end resource "zipp" do - url "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz" - sha256 "dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From 1ac81f3dc3f7d5ff11054d6de27da59bb629a800 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:24:56 +0000 Subject: [PATCH 06496/10074] renovate 40.49.10 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 41e6ef0f6bbd0..53926ceb8d671 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.49.0.tgz" - sha256 "0c0c91b4e883ddc30d64330724d9b8a7fdd2fe998bab2fc09ce6d95d0af1a985" + url "https://registry.npmjs.org/renovate/-/renovate-40.49.10.tgz" + sha256 "dc1843264d87062eb26754ed9b1450354f8c637d8958e0d87c8d6b5c46fe72e7" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From b207c2e15ef66c6b5d9eb5cd52a978234d30c3b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:28:49 +0000 Subject: [PATCH 06497/10074] steampipe 1.2.0 --- Formula/s/steampipe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index e4ba2f0bdb7e0..26388357fa39e 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -1,8 +1,8 @@ class Steampipe < Formula desc "Use SQL to instantly query your cloud services" homepage "https://steampipe.io/" - url "https://github.com/turbot/steampipe/archive/refs/tags/v1.1.4.tar.gz" - sha256 "95c2b6518f9fa62b4082e300b3382b68d5bbe2444fa24cdfbce4c314626e0a62" + url "https://github.com/turbot/steampipe/archive/refs/tags/v1.2.0.tar.gz" + sha256 "384e01ddafe8893e82e855583012a119e1ddf330e091a0b61f66dc8a539e2add" license "AGPL-3.0-only" head "https://github.com/turbot/steampipe.git", branch: "main" From c7cff5d8ce101a74d1073487688a6d062a1ecae2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:30:28 +0000 Subject: [PATCH 06498/10074] tenv 4.7.6 --- Formula/t/tenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index b89cd7a9907d0..d666a12655578 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -1,8 +1,8 @@ class Tenv < Formula desc "OpenTofu / Terraform / Terragrunt / Terramate / Atmos version manager" homepage "https://tofuutils.github.io/tenv/" - url "https://github.com/tofuutils/tenv/archive/refs/tags/v4.7.1.tar.gz" - sha256 "beb41f5b45bf45055f7bea584c77cea1be51cf2ae212a464886c8bdd757c84c2" + url "https://github.com/tofuutils/tenv/archive/refs/tags/v4.7.6.tar.gz" + sha256 "006233f57c84f10d33716ffb192326c45460475de9bde6ea81acae1d42e8654b" license "Apache-2.0" head "https://github.com/tofuutils/tenv.git", branch: "main" From 7074e3c0e3554922a17d157ae4eea94a5d11ac0f Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Wed, 11 Jun 2025 07:56:57 -0400 Subject: [PATCH 06499/10074] mongo-cxx-driver 4.1.0 The MongoDB C++ driver v4.1 bumps the minimum required C driver from v1 to v2. Update the dependency from `mongo-c-driver@1` to `mongo-c-driver`. --- Formula/m/mongo-cxx-driver.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/m/mongo-cxx-driver.rb b/Formula/m/mongo-cxx-driver.rb index 218b07da1fe4c..6385e55889a02 100644 --- a/Formula/m/mongo-cxx-driver.rb +++ b/Formula/m/mongo-cxx-driver.rb @@ -1,10 +1,9 @@ class MongoCxxDriver < Formula desc "C++ driver for MongoDB" homepage "https://github.com/mongodb/mongo-cxx-driver" - url "https://github.com/mongodb/mongo-cxx-driver/releases/download/r4.0.0/mongo-cxx-driver-r4.0.0.tar.gz" - sha256 "d8a254bde203d0fe2df14243ef2c3bab7f12381dc9206d0c1b450f6ae02da7cf" + url "https://github.com/mongodb/mongo-cxx-driver/releases/download/r4.1.0/mongo-cxx-driver-r4.1.0.tar.gz" + sha256 "2abadcdce57cb841218a16c5153d7cdae132f310a72f650879320358feac62ba" license "Apache-2.0" - revision 1 head "https://github.com/mongodb/mongo-cxx-driver.git", branch: "master" livecheck do @@ -24,7 +23,7 @@ class MongoCxxDriver < Formula depends_on "cmake" => :build depends_on "pkgconf" => :test - depends_on "mongo-c-driver@1" + depends_on "mongo-c-driver" def install # We want to avoid shims referencing in examples, @@ -32,7 +31,7 @@ def install pkgshare.install "examples" (buildpath / "examples/CMakeLists.txt").write "" - mongo_c_prefix = Formula["mongo-c-driver@1"].opt_prefix + mongo_c_prefix = Formula["mongo-c-driver"].opt_prefix args = %W[ -DBUILD_VERSION=#{version} -DLIBBSON_DIR=#{mongo_c_prefix} From 6542650b6ed22a0370bd6409c0634406f7d3d88c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:24:25 +0000 Subject: [PATCH 06500/10074] fern-api: update 0.64.3 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 191712a39e9cc..5523e81c2db26 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "6bacd81d9e0473f49866d414fdcc1c47585869c907650c483d53ea0a0bbbf652" + sha256 cellar: :any_skip_relocation, all: "d97265cd8f51a9919c0b36d8703de834e772b0238cf2a0b00f208777aaa5b9b2" end depends_on "node" From 81f13bdf69bfd527191606458f1b0c21ce58b446 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:24:28 +0000 Subject: [PATCH 06501/10074] algolia: update 1.7.0 bottle. --- Formula/a/algolia.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/algolia.rb b/Formula/a/algolia.rb index 972e4cca9dcfe..716fac8666445 100644 --- a/Formula/a/algolia.rb +++ b/Formula/a/algolia.rb @@ -7,12 +7,12 @@ class Algolia < Formula head "https://github.com/algolia/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e3838d70240aaee37f970111e75b7bcaf0f6f072dd7f6c38b74d802abf192c76" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3838d70240aaee37f970111e75b7bcaf0f6f072dd7f6c38b74d802abf192c76" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e3838d70240aaee37f970111e75b7bcaf0f6f072dd7f6c38b74d802abf192c76" - sha256 cellar: :any_skip_relocation, sonoma: "7f9f58f1756da53c7323aeafc4e571ab02f581233f2de04de9f06239b77e6e50" - sha256 cellar: :any_skip_relocation, ventura: "7f9f58f1756da53c7323aeafc4e571ab02f581233f2de04de9f06239b77e6e50" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d96519f4745556eb24812382b9ca4682bd8196af3f648a2895240b13937ae61d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "21e39a4812dbb07883c67bbdde1bb29ffcd233b51f8809c013bc85b443575328" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "21e39a4812dbb07883c67bbdde1bb29ffcd233b51f8809c013bc85b443575328" + sha256 cellar: :any_skip_relocation, arm64_ventura: "21e39a4812dbb07883c67bbdde1bb29ffcd233b51f8809c013bc85b443575328" + sha256 cellar: :any_skip_relocation, sonoma: "b59008e3bb8bb0b8df47ed41030b0bdb278fb7f1ccb18a71245c768058cf6223" + sha256 cellar: :any_skip_relocation, ventura: "b59008e3bb8bb0b8df47ed41030b0bdb278fb7f1ccb18a71245c768058cf6223" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0da67cd02cfdbfdb136d84a00dcce0dcaddfe7d287d255b9c9d3f76846a5bec3" end depends_on "go" => :build From b9e88ca138189435436cd1c52a5485e761152326 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:24:34 +0000 Subject: [PATCH 06502/10074] aliyun-cli: update 3.0.283 bottle. --- Formula/a/aliyun-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 14d06fe5d301a..33befcb2301ae 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -8,12 +8,12 @@ class AliyunCli < Formula head "https://github.com/aliyun/aliyun-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "047a56affcea4d8a248f46ba754e60d1c28541fba0908870b65f9ae7cc1a5ba9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "047a56affcea4d8a248f46ba754e60d1c28541fba0908870b65f9ae7cc1a5ba9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "047a56affcea4d8a248f46ba754e60d1c28541fba0908870b65f9ae7cc1a5ba9" - sha256 cellar: :any_skip_relocation, sonoma: "80aaf62c2e918dc055b9f97e31defad1cd012f8cf18f4d2bcc7c87ca1d229195" - sha256 cellar: :any_skip_relocation, ventura: "80aaf62c2e918dc055b9f97e31defad1cd012f8cf18f4d2bcc7c87ca1d229195" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ce9d0b1e256d5c7b36e2a06292c35e5e39d8cca7222556fe5c44c6c0d961a4ba" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ccb388993992671413570f10f504417e38e106d27d061293568b8ebb25fc221" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ccb388993992671413570f10f504417e38e106d27d061293568b8ebb25fc221" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0ccb388993992671413570f10f504417e38e106d27d061293568b8ebb25fc221" + sha256 cellar: :any_skip_relocation, sonoma: "f48a9172d905440be1eb8e221d716fa8fc55b0185e1a2ab0a87e05f5f30ae941" + sha256 cellar: :any_skip_relocation, ventura: "f48a9172d905440be1eb8e221d716fa8fc55b0185e1a2ab0a87e05f5f30ae941" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b055b9435a60b98b2e3f3cedb82658b94fcf439645f91619d30c2d0b92f7d42d" end depends_on "go" => :build From 79584b337776665c9201499899a48d36919c4296 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:24:41 +0000 Subject: [PATCH 06503/10074] chainloop-cli: update 1.6.1 bottle. --- Formula/c/chainloop-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 66659089cd760..92ec7e83c3edf 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -7,12 +7,12 @@ class ChainloopCli < Formula head "https://github.com/chainloop-dev/chainloop.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8388c16f85192f8945ffa6860ba9f019ff82f3570fe3bbd9aa9646c0eaedc406" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2132ed60eefc74e7d642e88bbd81d0b6c75f032042d437749ff7dfebd3c0c3d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8074f652627cd750a066ceeb3d1f1f7b88e6f83b39d825395d7e4c643f060cb5" - sha256 cellar: :any_skip_relocation, sonoma: "9cb475fd104dce020a59edd52cb1dce00680f9f8594d424a645e4db3103eff78" - sha256 cellar: :any_skip_relocation, ventura: "1f6af6a93136b34a0c4b18a63ea3675d49fb05f97ab6a347bdc9a5e3453db81d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "77801ad628fcab6c55cbdf0a77d3b6552d6e8577db04872937d64ca6af4c2d6b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "83b4be0d3b276b8a3075f675a03db036608cf5210eb7c9dab2ba9d76ba4c1c30" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5780cc6f87543cb7a4f996a8ce6a0b580f1bf2808c14a3cd4bf302d179799425" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bb0caaa683e76173dbadbf3f970933bfeb39faf00e6cdfa62f72b878031530df" + sha256 cellar: :any_skip_relocation, sonoma: "bebab2e80a0c5db37034840253c756237fa2faa3250819299bf1695556647a42" + sha256 cellar: :any_skip_relocation, ventura: "8120a1d75b5b68bd54719d39132abb15bc1d7838edf09647b6ee62d670cb0e4c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "92b5ef03471fbdba9fdfceeaf63356f8ababaf1be162e8f25fc25e529d67f45d" end depends_on "go" => :build From b1124aae8a765475bf14a329273c94028510b610 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:24:53 +0000 Subject: [PATCH 06504/10074] libjuice: update 1.6.1 bottle. --- Formula/lib/libjuice.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libjuice.rb b/Formula/lib/libjuice.rb index 1fe424a09a07e..dcd16eb8c5f45 100644 --- a/Formula/lib/libjuice.rb +++ b/Formula/lib/libjuice.rb @@ -6,13 +6,13 @@ class Libjuice < Formula license "MPL-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "6bd090a24a94428cab57fb034e1455e0619c65d5a0a97985f90368b843be5598" - sha256 cellar: :any, arm64_sonoma: "e7d063977b60306b38c406e11535fcfbdcb27dfb61e1bb3e9867ab98c98a4ee0" - sha256 cellar: :any, arm64_ventura: "efd9bbb6690c378921d744548057133dfe173fadddc71f68a989aa0df623c5f9" - sha256 cellar: :any, sonoma: "99406c20337f6c8e4047378c776ab4746215fe62cc1c88f39ff05a8122f1acf4" - sha256 cellar: :any, ventura: "19a281b7db9b022432d1b17d162de31527dcf4add8a24590f3b8e958bd4a4b6e" - sha256 cellar: :any_skip_relocation, arm64_linux: "f408f03e6fb479d4a327f71c585fd6aaea1ae52b5217b8c4b42cb2e27014d0c2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eea94f4f7ffe75d7dfe4fc8fabf02996f92a2db2cb2debd5d32d60a23ad6d32e" + sha256 cellar: :any, arm64_sequoia: "6da0b5a713b960ec13a0d6b7e7d9c23a40d58a81c9e335441ad9196d2ddb7c08" + sha256 cellar: :any, arm64_sonoma: "f828fccfc20b989be3c87b1571183d05e265b225d61d358e39c386ddf85b11d7" + sha256 cellar: :any, arm64_ventura: "c931b26636ad524503d258d8fc99c4da5e1af8326544540abbe6d8bfda774650" + sha256 cellar: :any, sonoma: "372b3ee8a5c06a55904af8987b6caacf11f29675818ea892b77a6fe8cb8b0580" + sha256 cellar: :any, ventura: "70fa825fe8677ab48fdc4b0ee9f3334e7e7743d0c754a85509f6139f279e097e" + sha256 cellar: :any_skip_relocation, arm64_linux: "21f55cd5900b41ca8010b0d9318efd4c398470b7f307477b14bb616448303806" + sha256 cellar: :any_skip_relocation, x86_64_linux: "da1a6722a0b89b733fcc78ba3a961057a0cc26714acacc973ace620dbf73e2e8" end depends_on "cmake" => :build From 177effe386c54fb3058da9bfe3bfa32f97bc54e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:24:55 +0000 Subject: [PATCH 06505/10074] ballerina: update 2201.12.7 bottle. --- Formula/b/ballerina.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/ballerina.rb b/Formula/b/ballerina.rb index 5674b60cb0d69..d15b316fe9e52 100644 --- a/Formula/b/ballerina.rb +++ b/Formula/b/ballerina.rb @@ -18,7 +18,7 @@ class Ballerina < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "788f2f7930612a96f58b05ba757a4f83ac98eaed69f3e5755768886647707d2a" + sha256 cellar: :any_skip_relocation, all: "169e932e18291debaf07a73cd2420fa17fcb6d00327d05e2ee10cfd8ab066381" end depends_on "openjdk" From a5e55b4b03864af0e301698dae9a1248e84ae0df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:24:55 +0000 Subject: [PATCH 06506/10074] huggingface-cli: update 0.32.6 bottle. --- Formula/h/huggingface-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index f0380fd17031d..330e699e7c18b 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -8,12 +8,12 @@ class HuggingfaceCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "f6f27630c7ca94045cc6c0e8cf79d3958b628bd32ba99d03850eb348171acff2" - sha256 cellar: :any, arm64_sonoma: "0e4c4e7a2fd4eb93628f360c5c487ec6f8b8d3fee050ed7c84368261a0d229f6" - sha256 cellar: :any, arm64_ventura: "6f4c10c3ebcda0c5a501ff08b6650cc078841a13aec14c9ea142598a683d57a2" - sha256 cellar: :any, sonoma: "5fac29bd42587234ac3e727a21901f2ea60b772258e1849963d596efce86fa3d" - sha256 cellar: :any, ventura: "6db0273f3f9df43c22bfad1286aa5f59537cccb5fb19f1b17374f8c8c74d05bd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "636725c8dca4ee965a497fb0a5812b3a0aeab6c7f85172cb68382866c7b05324" + sha256 cellar: :any, arm64_sequoia: "a4e5d403aa48bbb0e5c56c49ece1359f826396951f9ecbeb22d6de5b75775084" + sha256 cellar: :any, arm64_sonoma: "aaa4839748a62877af2b085f4aed1d764f287a6e214375ef30bb8c1d752ad205" + sha256 cellar: :any, arm64_ventura: "d53eb7372edcd4733849d469b4d25b88780db2a78917d09b3e4331e0deb4cbf0" + sha256 cellar: :any, sonoma: "13954482514dcf89f131f327e9540e23bb2f017a6c11834d74b72105a79139aa" + sha256 cellar: :any, ventura: "6396ba9a212f9821b81a8cfed66a9b0858b11853e87c0b7c432f66cef73b00d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4ee7e2c7c964e532e45467b414557300d3bae82a2b8523eefc1533ba56dd239" end depends_on "maturin" => :build # for `hf-xet` From a6f0f771d2c65d1b790ec9f7f0bc81bdc15b03e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:24:59 +0000 Subject: [PATCH 06507/10074] librdkafka: update 2.10.1 bottle. --- Formula/lib/librdkafka.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/librdkafka.rb b/Formula/lib/librdkafka.rb index c5960ec5e0afb..16ecf10a2af84 100644 --- a/Formula/lib/librdkafka.rb +++ b/Formula/lib/librdkafka.rb @@ -12,13 +12,13 @@ class Librdkafka < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "68447f0c1206d32ace33c25d736a441e09c339fa9bc2edc7b702a3158aa6e70d" - sha256 cellar: :any, arm64_sonoma: "e7a756dc937b0a4b6db6aa66b053f60439979c789579f7ed26ad3b2b007a8827" - sha256 cellar: :any, arm64_ventura: "c50f1413ce074882c83c22e4736922561e8001ea0f05074396f6705855a7a17e" - sha256 cellar: :any, sonoma: "f2c742931c5b92f686b6e4998bf44239fab7e3ac4d44d9893a6f4c8f4cd9af8a" - sha256 cellar: :any, ventura: "416e501dbb5d0595a9739fa5bdf7052a07f15d2735be79211795ff400438a9de" - sha256 cellar: :any_skip_relocation, arm64_linux: "affefbf0ce0dfeae5c7518ffa0b59d350b3b014a2270ef48cbe25765b29138cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c094c66b454f17d96f7079454452c773a738e159d7f0960fd71a0dd59681ab79" + sha256 cellar: :any, arm64_sequoia: "83ae6f0840c49eb81c73f8061f28dedf43299a69b217cb33dd498871669147f4" + sha256 cellar: :any, arm64_sonoma: "51e8271927eb0ef5d1460c988e47c8b1a9fd0ef3e5142fa80c51c639c4528a8e" + sha256 cellar: :any, arm64_ventura: "c6a4b69a2a6c06309ddd9ddef2289b2ab6c061e77172ed6fb90878aba3dd29f9" + sha256 cellar: :any, sonoma: "62efd5b640361ef72fae11a941b2798bb6f8a7f029397931d562085c4e7ed3db" + sha256 cellar: :any, ventura: "7808d242df4afd1ba37760e63b13989e0f24d2e622e10a3bee62788069ce5469" + sha256 cellar: :any_skip_relocation, arm64_linux: "7c51baaf05dcf0bf081f47873a1afc0b5641053119f966ab9125a27ec352c9cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf8df8326852ad6da7d94cb8fdd5a260af791839ec8ddecf889b141894ddaa8e" end depends_on "pkgconf" => :build From 32d895ea34a653a77d127d28e1e525f2c362ca43 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:25:00 +0000 Subject: [PATCH 06508/10074] nvc: update 1.16.2 bottle. --- Formula/n/nvc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nvc.rb b/Formula/n/nvc.rb index d65d63e1e2381..fb7d822260550 100644 --- a/Formula/n/nvc.rb +++ b/Formula/n/nvc.rb @@ -6,13 +6,13 @@ class Nvc < Formula license "GPL-3.0-or-later" bottle do - sha256 arm64_sequoia: "f212f790b7773755f193f24309fc295d5fcee3dc5e7d322a02dd2a9cc512b688" - sha256 arm64_sonoma: "58b27a43bf6abf5bca361454b7acacc98d692f589417903460fae04518a0ba22" - sha256 arm64_ventura: "5af45da380fc4ad9fef063638679e6734cd5b8ba0616921d1575d20072aa194c" - sha256 sonoma: "29f01531b9fc6f54fe496b6c39670adc5f8e1e3d8ea20941d35b44ca97fba775" - sha256 ventura: "a152b8ae5366828795c883149cbb26f9b5e72302a7aef6d52cc6937b8e63d32d" - sha256 arm64_linux: "75f2f85a60c9f5019228e0819269ad752416a05bdc10096a6f5e6369a38e6aac" - sha256 x86_64_linux: "efb90d8fb00572e94e752e2d257bd11bf99e337bb053fccb2bcdee2187bcade7" + sha256 arm64_sequoia: "013920bd5bab3a7e5d0dee3f7ddbd4be3e1aac048862b163b8d882a85dfc7f5f" + sha256 arm64_sonoma: "042b8549da4921b6a08c7668bb1a44b95f4ba6f3fa2d49ed8a36bb8de59b2e80" + sha256 arm64_ventura: "155939777e55c93b725c97403eaa45f097a8ca33e2a7eda9e699611159356265" + sha256 sonoma: "9fa4b4a9573a09fac6425509c6a36e8ac94d75744d2e364eb49b44fef90cd566" + sha256 ventura: "20047d4d401064bada88e769373a2715f47e58ab4059339b61013bbbf61bced6" + sha256 arm64_linux: "c4758adce047815504a0e641718a71b767c8652f39549bf063f92a124f206a70" + sha256 x86_64_linux: "f060b8ed624979de84aafc0b1575f67ac4d2f26f209b3ed7fa85423a96eaadfd" end head do From ef5a4cb8acb651957adac63bf5ef4d263dfef5f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:25:07 +0000 Subject: [PATCH 06509/10074] okteto: update 3.8.0 bottle. --- Formula/o/okteto.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/okteto.rb b/Formula/o/okteto.rb index 14f57820c6344..2884923f805b2 100644 --- a/Formula/o/okteto.rb +++ b/Formula/o/okteto.rb @@ -7,13 +7,13 @@ class Okteto < Formula head "https://github.com/okteto/okteto.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e7afd43d02b1f5421ac7180bc828cf7ba2c8c4118b56d28b78a18a88a4ccd69" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "02e8454db51f7dbf0b53eceb8da1570df68e6b12f1e920321ce866d344db02af" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cc1006702348ce55fe47c8f94c9b814170ea98ac17f966f2bb0d76b04ae1d686" - sha256 cellar: :any_skip_relocation, sonoma: "bbf2dac62f3aa45545082188ece218d08d34251c6e4a0d116ad2b8cc7c5cc8f7" - sha256 cellar: :any_skip_relocation, ventura: "67582281b1bd37c1c8eff1c1d84a4b804ed45dc8b4fc5f71d2f44af87b2dd29b" - sha256 cellar: :any_skip_relocation, arm64_linux: "a57f6bffccfe635b3fe6a890cc9a69a1efd1cdf1686e81ad3368c52db99a7878" - sha256 cellar: :any_skip_relocation, x86_64_linux: "de0800a06c51a01f9d4cf6e02028279578b21c67415ec25e8e04158c6c38d98d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d1a64192077e115499fdea005899f2b68ca12da8cce69c6c19accad9562797ed" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "248487186c5086011cf57deb56e81056114f3093592fc4ddd53713a8364d58df" + sha256 cellar: :any_skip_relocation, arm64_ventura: "513baa1af9db7dd265c2f3127ffd287d87f784b5437375d73243ce4b025fa4b9" + sha256 cellar: :any_skip_relocation, sonoma: "5a579b115cd9accbdc7241fa8ce2d5bb5bdbca7b4690295dc43ef2ddea458f59" + sha256 cellar: :any_skip_relocation, ventura: "4d582853ec1d5528c377d30e0bcdc12263baa0a0c0e0ea74cd36a6830fcdd427" + sha256 cellar: :any_skip_relocation, arm64_linux: "611fce46dd42d6d79f3cd8dbe576e8151655b6661a038ec94d623a165bdf737c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8399abca8b1e9bb7de3630934cdbc2eaeb9286f5a6e5cbdf6b74bef06756e519" end depends_on "go" => :build From a1d12d84a25247d4ba9d8cfc63f356a269111e70 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:25:11 +0000 Subject: [PATCH 06510/10074] renovate: update 40.49.10 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 53926ceb8d671..2237b2aad5577 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "446896d83698659372951504c6a05a541f5fbec8436144e70aea48aa70e9def3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2676d4ca332448c2c8c10012294d9cdddf506453517518f16b72360781ce86df" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f530da4985fddab4317e08265a1f708d43097b8b9d8fdcb40bbd02a40093089e" - sha256 cellar: :any_skip_relocation, sonoma: "08d3eb85ce043b017de402bde61eff529e76cdb63b389fa4dbec25e914058564" - sha256 cellar: :any_skip_relocation, ventura: "bc91b487a5d36c22eb78a72eceffee9c71869fc3f7d576cab8da520743e44719" - sha256 cellar: :any_skip_relocation, arm64_linux: "178f78b7bb20548f84425aeb48e54a025cd5df55dcb20db5c2019c1053158594" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a6755e611d0e6dcd0ec1cdee6763d52ad90433ac1b23bc6262e9f60b50d3d742" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "42f4cfb232692dd7de119a170c32a778ae93560e06ec8ec5893916e3a2a98590" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea025050fd9ef4b39706404a8f574922ec7d004263fdc18354f9e46b09b78f13" + sha256 cellar: :any_skip_relocation, arm64_ventura: "15b2856193f6d521fd34b15d929652f8e62a585713d10efedbf7825fb6ccbc4f" + sha256 cellar: :any_skip_relocation, sonoma: "4cac8f167c21598fb4c2de54575f7441a44c96543a4f9063a1aa8a1b97f6d3ef" + sha256 cellar: :any_skip_relocation, ventura: "48db28636ef99541063225e387e46924a24f78fc2a427291cd45dacf585c1e23" + sha256 cellar: :any_skip_relocation, arm64_linux: "096ad50b3a429a4c1d37d63c00e71cdd0ef4e73f3c2e431624ef85ee47f6dd8b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e34fe411cca80cdc973fb973a5b9baf434e50871b7ced27b2d7b5dc1f9fe17e5" end depends_on "node@22" From a9a866c4c65542932004ed6a1d6a9a14311040bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:25:13 +0000 Subject: [PATCH 06511/10074] tenv: update 4.7.6 bottle. --- Formula/t/tenv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index d666a12655578..1fd0de5fa1cc2 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -12,13 +12,13 @@ class Tenv < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d26bba33255d2059b5bf89c8cc3db0aa4234466415472b458a9f2eaec270b209" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d26bba33255d2059b5bf89c8cc3db0aa4234466415472b458a9f2eaec270b209" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d26bba33255d2059b5bf89c8cc3db0aa4234466415472b458a9f2eaec270b209" - sha256 cellar: :any_skip_relocation, sonoma: "13dc92110faeac021b24d8c506ed71d100b32745f8814d49322ab66dbb3b75db" - sha256 cellar: :any_skip_relocation, ventura: "13dc92110faeac021b24d8c506ed71d100b32745f8814d49322ab66dbb3b75db" - sha256 cellar: :any_skip_relocation, arm64_linux: "e47384cbbc68b414aaa8957837932dcde54ba1deb04f6fbf48a8c81cb162e3a0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "017c1d0b555cb4833d65ff4344883a112e611bb8d9f3b766b442388e3a3b5d18" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "752a4df1d58c88788c9b699b6e94e32dc70b14b982dd77fcb0a7ab24c86c803f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "752a4df1d58c88788c9b699b6e94e32dc70b14b982dd77fcb0a7ab24c86c803f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "752a4df1d58c88788c9b699b6e94e32dc70b14b982dd77fcb0a7ab24c86c803f" + sha256 cellar: :any_skip_relocation, sonoma: "4e3894c1e7d72e0533925c969de733619c393ef90ae278ab5f73f4c6d6f2ad6e" + sha256 cellar: :any_skip_relocation, ventura: "4e3894c1e7d72e0533925c969de733619c393ef90ae278ab5f73f4c6d6f2ad6e" + sha256 cellar: :any_skip_relocation, arm64_linux: "7845250cbeac9b570a6f5d02cc954bff0c97d23d50979d282409dde377e3833b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9cfaab99d16ea83c4174600417d09d2bb7e1561b165a975419ec77c8c79cb913" end depends_on "go" => :build From e858ee7db284f6269501830a2e7e1cdc8b9fff06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:25:18 +0000 Subject: [PATCH 06512/10074] steampipe: update 1.2.0 bottle. --- Formula/s/steampipe.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index 26388357fa39e..094a6882d24d7 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -12,12 +12,12 @@ class Steampipe < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7be0e36b2609eeca63f3693b2018d049d01d5064c5f546fd71f392dba2e803e6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "71e66624b7e948e0387d9d82f530993865a63ba9228867c687bdf577a0b1e373" - sha256 cellar: :any_skip_relocation, arm64_ventura: "89644ef75a320109f3465087fd129daab7d24d4656d490ac6bc42b7ac8e89352" - sha256 cellar: :any_skip_relocation, sonoma: "dccb8e97ceb8fbddddfc831bb751e08a3c5450841aaccdd66357b4d103a3e329" - sha256 cellar: :any_skip_relocation, ventura: "94cb4fa6cb55fced81217bda31fc27a720a527a2131c8d66fd05dd623e334f36" - sha256 cellar: :any_skip_relocation, x86_64_linux: "32c26f8f34c26b16dfc8f3b06adcf17f13d81d77158b6c2ea592b4bc2076e017" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc87dbcf3af38c55ea2c89fa6fb2a2ea116cdb8bff19e38939f7aec6512fadae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c26805a2db3a3290af8acf13a99deab24a9546b9af5dfd6ed26aff45fccb2888" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b10f518517db6d954060fc37d29012fca08f483e05db4c362f654dd79b1f4cc2" + sha256 cellar: :any_skip_relocation, sonoma: "a10748435bbcd4a562da9412a4845fa760ee9c585878f4702666a87ede1e706c" + sha256 cellar: :any_skip_relocation, ventura: "eba1aa511c8a5ddf5506d9fa4cf5580a55e3a11e9363397ff22655614c97057e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d70bebc76227aed3b86755c18c87dfbce4fb9796d95212b3b6c78f9ab3e7333" end depends_on "go" => :build From 15161f7bb599254b83b2c52e72d983b03f81aaf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:25:22 +0000 Subject: [PATCH 06513/10074] dstack: update 0.19.13 bottle. --- Formula/d/dstack.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index 8a9caec4b946c..7a21269b7164d 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -8,13 +8,13 @@ class Dstack < Formula license "MPL-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "70a1102ddb4dc1bb124c05a8f8d32c391b866ffd7537fce294c800d2d59446d6" - sha256 cellar: :any, arm64_sonoma: "bc0bb1da29423cd1fd00b97d089e3d3332987bc0db27fcc40e73caab0b63f30a" - sha256 cellar: :any, arm64_ventura: "7a804581fe8ddef10d611e0012637a200ed88c26733fcc39727c9c2de7edbab4" - sha256 cellar: :any, sonoma: "8833ed6616316b224dd67dca5712bc49a062cbf764b1b90a0abf38052cb824fb" - sha256 cellar: :any, ventura: "674222eb1aa8182d522f0c75e0258916cb31b5977c3a31c5f5e7509d392d2365" - sha256 cellar: :any_skip_relocation, arm64_linux: "e9f6a42c90b1b134943564d8874b9ca3b824d23bad0b5782276a2c722fa237c3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d154dcb80618f491626bf0f7626e7bcbf00d618327304c8709c65ca9022fffa" + sha256 cellar: :any, arm64_sequoia: "8bd423050601caf423bc8360a889840bfa6eb1ab46bc60b40ee38dfbb8ea25c1" + sha256 cellar: :any, arm64_sonoma: "8ca2b4342ecbd9f2f8d44e1cf58cd5e2da8561707a4cbfc96a5157fd5e34d6af" + sha256 cellar: :any, arm64_ventura: "31e6d8ed382c03e705e93298af6c71a322bd7a27bf93dd047fe3266cf8457efb" + sha256 cellar: :any, sonoma: "030ae51bf678a62279a492209c9f1f3bf59123085f1948a328fa18cb4737bc76" + sha256 cellar: :any, ventura: "8ca04d3b928c27e1582bf88b1d1b55c333b8483b5f57ea3f31f59503b7073747" + sha256 cellar: :any_skip_relocation, arm64_linux: "19e838ceffe6e0556f6df8c640aedf39cda064915f02c3dbe73da63e93055f87" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15e171632249f6c7eede35cb3938f2ec058ef4805a9687d6ac9b1f1d700cdce9" end # `pkgconf` and `rust` are for bcrypt. From 0096968016b3afebc86a4c8aa397c60e2ec08d33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:26:27 +0000 Subject: [PATCH 06514/10074] g3log: update 2.6 bottle. --- Formula/g/g3log.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/g3log.rb b/Formula/g/g3log.rb index 9f4c8e1f5842a..f3436ec60ed26 100644 --- a/Formula/g/g3log.rb +++ b/Formula/g/g3log.rb @@ -8,13 +8,13 @@ class G3log < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "afd60f4b3f2836d1c109805c52c228d1cfe3b57d0adbea2357b70854be136288" - sha256 cellar: :any, arm64_sonoma: "419b08bc605dba4fc9f50ff8db31b3861832b837782b5d18f6c794b9758662df" - sha256 cellar: :any, arm64_ventura: "1f66f23c672cc7e8a04fc004d1c2d847e91c0e3d051044b08fc288e6b6c11ca2" - sha256 cellar: :any, sonoma: "deb369d21440cc5601f5917e7d9ead51781c1e3d9769fc956cad5042a2b6205b" - sha256 cellar: :any, ventura: "09a0a989218c282177af00c096648b17146ed8ebba8f67b59722e3c81e7f1a50" - sha256 cellar: :any_skip_relocation, arm64_linux: "a73a2482c0bfdd4d96ef057fdaddf2170a21ed701e56be4be1c743645fce91c3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "31e5e0ae785a10bedd621c00c9d72cd7f7387f0ff7a5eef50b38b8da9fd3d9f1" + sha256 cellar: :any, arm64_sequoia: "53d72c30b9c9d193b8130c2801645c67504d5a2c12532984cbf478dd143f81ca" + sha256 cellar: :any, arm64_sonoma: "b80a5c5242decc0bd7f779bad92027c92969928c67e5b89b1c6fb15e69a1b932" + sha256 cellar: :any, arm64_ventura: "c9a0603682f5e3e90ca5d878759b65898c92ad09707357f3581b0eae972412f6" + sha256 cellar: :any, sonoma: "9d4fb3f8551b036e1fe0d92c3d7c1f999c7689337981d8e39126491ef5b4bcb1" + sha256 cellar: :any, ventura: "62b18373fbcfcd6e4d096db1d501a5f49de0049dcb4d6bd8b41c54882e1dd1e9" + sha256 cellar: :any_skip_relocation, arm64_linux: "d2df8ec1d0d5c4cdaeaf8568dbd20ba04216ce52f663fa03daccd046b5d66d0c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ae9c07ce3d886636fa40e90bab2e89bd0b8997b303a2470035c272f738098c7d" end depends_on "cmake" => :build From be03f6c4832480353009946bed94746987317762 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:26:54 +0000 Subject: [PATCH 06515/10074] lexicon: update 3.21.1_1 bottle. --- Formula/l/lexicon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lexicon.rb b/Formula/l/lexicon.rb index ed45fc1333734..5031a3d58e084 100644 --- a/Formula/l/lexicon.rb +++ b/Formula/l/lexicon.rb @@ -10,13 +10,13 @@ class Lexicon < Formula head "https://github.com/AnalogJ/lexicon.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "1279e212e7a8c27715e3c5fbf79b9dd4d21ee5ea408bbb4f6f4e340363393239" - sha256 cellar: :any, arm64_sonoma: "a4b8667c85a43d053a101ce0e4ca0d6e8ae0a5c7a35f099e6dd940441f0a0427" - sha256 cellar: :any, arm64_ventura: "00190768fe6155a1e6f3109b6b02e12ce7c4697e0c7d14acfae45cde8447eb8b" - sha256 cellar: :any, sonoma: "4a95275855b9289106cfa0d8f05987867d84b02ab80de2ec7fdd3505d642b37e" - sha256 cellar: :any, ventura: "b2e57c3673c863ea7020da54b49f5459de33511179be4cfaa8454bb2a3a4f688" - sha256 cellar: :any_skip_relocation, arm64_linux: "1362360f4b26209edf99bfea8e9c62d4cad0f16f47a064e3d07c64d870e8b1c8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "38a8b549515e729c2cdb5baf3b10cab77e24095427fdbf6cb2945feeef7db52d" + sha256 cellar: :any, arm64_sequoia: "fa0104146270c11c7c93934b41521657b8143544b4fd971ded5a1fe3830cd664" + sha256 cellar: :any, arm64_sonoma: "14f664fc953bebf8bb41dddcc2381f5ed57f7bbe5223be7d5c37a113abf9e2e8" + sha256 cellar: :any, arm64_ventura: "94394a18ba77df8856998987c7bc2fd49667a1d3fac1e1544b3882e8f03d160d" + sha256 cellar: :any, sonoma: "97e81410239efb4ebf6d26eb9067b4495af5d3921771b12c1898c64583bb08b7" + sha256 cellar: :any, ventura: "b24d6a1c58a94ae0cf0fdcba48d059a7bd89a70d5be146c016a53bd023215910" + sha256 cellar: :any_skip_relocation, arm64_linux: "8375a00ac4a7f65308d60062a905c29e495f3cefb58947a9c9e252ca6791218b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b956c4aa8c29f0c9f5dad1a4f899088ab4613635129058eb7a43b9e82803800a" end depends_on "certifi" From f1003450a5361806a9b99cf27de5abcc223df49b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:27:01 +0000 Subject: [PATCH 06516/10074] keeper-commander: update 17.1.1_1 bottle. --- Formula/k/keeper-commander.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index 48befeafc8e22..8431af055f51f 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -10,13 +10,13 @@ class KeeperCommander < Formula head "https://github.com/Keeper-Security/Commander.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "b7871cb3bd9c1da3af06223125fc9adfa4a52e40a423796edbd4c2012694fbf3" - sha256 cellar: :any, arm64_sonoma: "dcb39141e34a742a3af710a242a8613fdca098552abbf73d8bd5a8dff88be4f9" - sha256 cellar: :any, arm64_ventura: "5ec53c5ef36d78f617f8281e96c107eb31f39c415a957f90324ccccf816ff1d0" - sha256 cellar: :any, sonoma: "5255ec6a821bc09bcc77ca7ccaaaf6160226e177a73f495a560044d23d1545b3" - sha256 cellar: :any, ventura: "414a74996942c5497bac0656ac71a1335284313e535f13c69b94e60117b2e4b0" - sha256 cellar: :any_skip_relocation, arm64_linux: "857137bde6fdf856891a0cfb7385780a5cca6f1428e7f342efb003646c0975ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b89c49914a802d2bc1e96eaaeb81822eaeb130e12b07f2ee1049782a24b85d80" + sha256 cellar: :any, arm64_sequoia: "3fa374b9dd296a013db067102378b76e2b6a8ebbc5d98345cb83155ecb71eedd" + sha256 cellar: :any, arm64_sonoma: "942c51ec4d681eba83598e57acda3c5a0ed3f51f095c9269af42617a1926b1e0" + sha256 cellar: :any, arm64_ventura: "4fd3d63803b9a48d4a83507cd01d211e35d95f5a57f14b867d809856dab44139" + sha256 cellar: :any, sonoma: "8db9b0ea4adc8519a6f09c12f25538ee795856aebded17e9a398ae1db9406f67" + sha256 cellar: :any, ventura: "c57bddbd5e5596f47624d3c31d19188402589adf87b31995ee9e3c0da2aa5f91" + sha256 cellar: :any_skip_relocation, arm64_linux: "c4dccd333f0283664c8965b849ee05a4b31c01108001990288266be5db1383d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd5f161afe881805012b007bcd86606f77a416307efb4e366f5045633a3500a4" end depends_on "pkgconf" => :build From b925a8443e4509b112f151f31c494a46356173d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:27:05 +0000 Subject: [PATCH 06517/10074] luajit-openresty: update 2.1-20250529 bottle. --- Formula/l/luajit-openresty.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/luajit-openresty.rb b/Formula/l/luajit-openresty.rb index e6414c3483284..cf4ba2308139c 100644 --- a/Formula/l/luajit-openresty.rb +++ b/Formula/l/luajit-openresty.rb @@ -19,13 +19,13 @@ class LuajitOpenresty < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b42b35a476341208be769e5e52c3c5b2a50c36ff95cc6f782174bb1c0a17a9af" - sha256 cellar: :any, arm64_sonoma: "4865cd2c57125dedbce70d3af6921a798f4d81a27000a7d20c4a758ff8e6763b" - sha256 cellar: :any, arm64_ventura: "6bd280a7968c4bec58727904d802d4ac9f16040ffd8db04b29c65d020b9ed50b" - sha256 cellar: :any, sonoma: "eb292ec2d73a634bcf712fa76c13c320904d70c2b1b68cf84da3db830bf273cc" - sha256 cellar: :any, ventura: "527754b4089eae5a0c0209244ddf2dd33d51662d97354375adba05635f2386be" - sha256 cellar: :any_skip_relocation, arm64_linux: "f283cd3e249222122c19164bd157939f39e59dad641b5b8feba7727a2a524375" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3c707e14c0302d7affc41d37e59e652003277fc06569239ce22f466e90175f0f" + sha256 cellar: :any, arm64_sequoia: "a35391f508d183b9070ed40499c5bae29cef480bca9e054b3714114e7310d3ea" + sha256 cellar: :any, arm64_sonoma: "334d710b9079e38ecd54412c3ecca4e7c4a00cf94722ecda7d8ddc6240c549b3" + sha256 cellar: :any, arm64_ventura: "2c3dcda56e032bf23e0a5b54b570b0b37fd0732ebd5a972cee5c9fb104492632" + sha256 cellar: :any, sonoma: "1e1fa0554ad51f2b500763a36523030179f236ba9fe2983f59339c457b192974" + sha256 cellar: :any, ventura: "e1ce910f43696389a75d0d0a17063be2e68726b42c540848dffbd8c2f5380480" + sha256 cellar: :any_skip_relocation, arm64_linux: "32328e69ed0a39668508cd8f62375b05c546860377e68a8497dea094eecb0785" + sha256 cellar: :any_skip_relocation, x86_64_linux: "123593fae3128d92092170224fc0784a47b308d16d1bf2c11d786cadaec6574b" end keg_only "it conflicts with the LuaJIT formula" From 5a60ddc21feef13a66862badceb1854d1f7c9691 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:27:10 +0000 Subject: [PATCH 06518/10074] jenkins-job-builder: update 6.4.2_4 bottle. --- Formula/j/jenkins-job-builder.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jenkins-job-builder.rb b/Formula/j/jenkins-job-builder.rb index c8d200682bb03..46d7ceedea23a 100644 --- a/Formula/j/jenkins-job-builder.rb +++ b/Formula/j/jenkins-job-builder.rb @@ -9,13 +9,13 @@ class JenkinsJobBuilder < Formula revision 4 bottle do - sha256 cellar: :any, arm64_sequoia: "07389edb02f025d4ba1e0846d8bb552731a179452f51a1dad74a1b5069fc5171" - sha256 cellar: :any, arm64_sonoma: "6e621244e73b2bc2fa85664d42ca96d776c1430338b564ec95e499a292b49f2b" - sha256 cellar: :any, arm64_ventura: "862eda0e71bfef0bb932e68a7b523f487838a019fd50aec44c62903b427ce2f0" - sha256 cellar: :any, sonoma: "df7bfd298990a4a5a204dd085922b476f99b69d1bce082118db41f163772d51e" - sha256 cellar: :any, ventura: "544009d0311e416ac16aa2e1250d3c5e10a2a1cd3278e46045434964bd2928a2" - sha256 cellar: :any_skip_relocation, arm64_linux: "b9b6bb4808a2e81bfabdb907681869634bccd63f466b9885479378fb5028608b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "841b7e2b14f81c6583f295bb87041517386a10ae448c44019f240baee346eafb" + sha256 cellar: :any, arm64_sequoia: "3deba4ef05df4b1fe3feeba2f7f9da7331de564bfb6fba4eb8f67be0c932e70a" + sha256 cellar: :any, arm64_sonoma: "8946d6b397287af825c7f41bda0b330ca6ad28994a4696cb825ac6e64774b832" + sha256 cellar: :any, arm64_ventura: "2ab5960ca2a23201134e410a195edad7f52129da30b18032649506a373a6bcf5" + sha256 cellar: :any, sonoma: "54911d1cc80760d117c339d2fbf8dd64bd965a1334068e829eada612fe01a4e4" + sha256 cellar: :any, ventura: "e259d88652fecc14909ac772b5d459d1b4c131fffac7f3d590876045cadbe5cd" + sha256 cellar: :any_skip_relocation, arm64_linux: "316a3d03d3e31890c24907db278f3be1bb5558a1931bf06c6800de8f5f528d95" + sha256 cellar: :any_skip_relocation, x86_64_linux: "34aa9e4c292557b3cf7dfe8d4a78d5538886a7db1122bb206f06cb9563a8c14a" end depends_on "certifi" From c42b066b51c35a14476fe7fb61941f7a77956529 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:27:23 +0000 Subject: [PATCH 06519/10074] kaskade: update 4.0.5_1 bottle. --- Formula/k/kaskade.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kaskade.rb b/Formula/k/kaskade.rb index 1d52b66569a39..f5a15b0df2da6 100644 --- a/Formula/k/kaskade.rb +++ b/Formula/k/kaskade.rb @@ -10,13 +10,13 @@ class Kaskade < Formula head "https://github.com/sauljabin/kaskade.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "af3c008cd7d7925a9fe5a2dec583447d84ef9d60094eef614a9d00567a6a45f0" - sha256 cellar: :any, arm64_sonoma: "3bcd9171e7c20353fc29d7b7465f483f70409bbf42927614ffbdd618af563e63" - sha256 cellar: :any, arm64_ventura: "1829b30097b5ca376813bca70346f2e07a4f0f5fb3f7fdb88b36b0251d816579" - sha256 cellar: :any, sonoma: "47abd3344a6d3e6c300bc68b9faa1d2c34fa86760b0ae1d39f52fadd29b8e293" - sha256 cellar: :any, ventura: "60dbc7a68b646de1e490fa3c8fd10274a48605699acf1d2b9ac62958524facf8" - sha256 cellar: :any_skip_relocation, arm64_linux: "42a0e0d5fbe2cda62540a28040ca5aaceed8e82d9aaf396a433a4ff9e83fc2e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d694516be2d6a026e0f186271656d3e0de31f5a326ed8d6bb0437b90acd8bad0" + sha256 cellar: :any, arm64_sequoia: "43d68fada61340f7bc8944e4a66e30771683c68071786d06cdb19ca0ecb119d6" + sha256 cellar: :any, arm64_sonoma: "a9926c931ae50ea256c431e7b2b0058e7e4115be343a719c76e4e7f905c752bb" + sha256 cellar: :any, arm64_ventura: "bb4394f0b9df844fe0bf8b3bf0f6ec78b3e6da85289bb4fcd09161562cb6ca33" + sha256 cellar: :any, sonoma: "c19529a2356921b0791b2c7a965c569b7d119e1c6217de367ccd9687350041cb" + sha256 cellar: :any, ventura: "38837b615cad246a9df79d037504183aa44c59034eead1a53e5f5c54a431dada" + sha256 cellar: :any_skip_relocation, arm64_linux: "4c64969560b0fa41c1817c8f6b472c6fb46a42844c8b11502c71b36defa1700f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9adfea964d552b9d600e2f2fe6004537da448a1d78827fb13c84498853bcded9" end depends_on "rust" => :build # for rpds-py From 8e0f60dcdc35d9da0fb789230aec9851864c360d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:27:24 +0000 Subject: [PATCH 06520/10074] jupyterlab: update 4.4.3_2 bottle. --- Formula/j/jupyterlab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jupyterlab.rb b/Formula/j/jupyterlab.rb index eb24fa2192a19..d86f83367dadd 100644 --- a/Formula/j/jupyterlab.rb +++ b/Formula/j/jupyterlab.rb @@ -12,13 +12,13 @@ class Jupyterlab < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "b77d7fc88abf071b56f027dfcb9a01ca870e9d6939657f28344b0e9af03c10a0" - sha256 cellar: :any, arm64_sonoma: "5b1bba0fb6b507207af103ca01292539554b5d4c5b8cc527f268c0df204960aa" - sha256 cellar: :any, arm64_ventura: "d736baecf899f9b10099dfbab1587937eabd77c57ebdac0acc2b445cf116092c" - sha256 cellar: :any, sonoma: "e7d23828d829e0b3a46bdb922ff5e690bcdd9dbd8a46d7e62631dad3f0848f22" - sha256 cellar: :any, ventura: "dada37c6d017d5a4f353beabf8e680e7e9e127c7b885c4ad2983c60c31a0e0df" - sha256 cellar: :any_skip_relocation, arm64_linux: "f2658cc47aed61ccca3d068870efa1441f9b00fb0d576f568f8cfde490258614" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a9c24278d88c3109f441398ff0eaae3a71475e7019b9fcc0109ebea7a13cce20" + sha256 cellar: :any, arm64_sequoia: "73ef3afa324330b81d0a43164608693b5cd1ca7c810c33fb68520c441e023132" + sha256 cellar: :any, arm64_sonoma: "ddd36ec9820f5d0ffa4e08b38c5ea282b335458267bac89e52f4e2ddb8272260" + sha256 cellar: :any, arm64_ventura: "5b6c6cf6f395db614f1c766e41ddad9a9f4c4316e606b0a3d25909453bb82e88" + sha256 cellar: :any, sonoma: "fefa0a6097de47235272478f4bdf9cf5efc2d7f48259f43953740cf7089b9081" + sha256 cellar: :any, ventura: "4d1d52c30232265bb7695dd6aa8823fbf1e0957002660c499c5d4ad3de6c23fc" + sha256 cellar: :any_skip_relocation, arm64_linux: "32bce5311ea8b07b4d67339bbf0dd28475a1268b64c5e94fdd6cda2d6275fa39" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4891d939b214250cb97c174483f1f37e896592d2dbedd78650afd2c7a53b8c4d" end depends_on "cmake" => :build # for ipykernel From 3ceb7ff7198cc7ed6343ec7815019d42ad3c8f66 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:44:42 +0000 Subject: [PATCH 06521/10074] prowler: update 5.7.4 bottle. --- Formula/p/prowler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/prowler.rb b/Formula/p/prowler.rb index dfa2a937fbac8..3e4d6d16bc711 100644 --- a/Formula/p/prowler.rb +++ b/Formula/p/prowler.rb @@ -8,13 +8,13 @@ class Prowler < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "fa8264fbac0458efdb079e645c73d7c1cc2a3b2e94b89ec85e0b478874951312" - sha256 cellar: :any, arm64_sonoma: "dc079fc3ff29105d38a2de2049a139a7f8a71bb1f1abadd5576ea1d4cd39a463" - sha256 cellar: :any, arm64_ventura: "cde953b815307cda0a706c501ef3ba0907ee58254e3a5b2f6997c20f3805f4ab" - sha256 cellar: :any, sonoma: "897c1bdfe21ad25264618b00545627340e235021b2779df8423b7b3676a33360" - sha256 cellar: :any, ventura: "5eea2d52f74378937624a068bda30da173f70b4b11de26ca891d0038215990f4" - sha256 cellar: :any_skip_relocation, arm64_linux: "2332a9f743897db8533a740a6678e89fa1f444a9e0ce92892a5994040d648226" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e998131f661f91ae75a927a5cfdb6258d1f1806359b5c4f56a4b82adfc13940c" + sha256 cellar: :any, arm64_sequoia: "fe3cda27ffe4b225a1c98232212035cae57be88c4e3c9d5e34451a2aedf51b81" + sha256 cellar: :any, arm64_sonoma: "1dec88ccf091523f62f7e346f8b5b3eab57d93f27509a1ffce3bae6f7f766394" + sha256 cellar: :any, arm64_ventura: "66435c0348df39501966f6112c001d2b01e859835fc08d800725811e2b86da14" + sha256 cellar: :any, sonoma: "e3a0d6c2844ec74693ec8b29533ec2cae6888128c8d7786125eab8d6ca70ac94" + sha256 cellar: :any, ventura: "240d87a293ded2fd7d5f28e43f3b6c2c9feba58573375890b2e04c871bca05a0" + sha256 cellar: :any_skip_relocation, arm64_linux: "d8e3f51d7813a692c8d3ab9fa95314b21cfad080d3857c991ef0ef684a7c3640" + sha256 cellar: :any_skip_relocation, x86_64_linux: "41328d1a844f16b66e29464b1658d82a4b776596447e0dfcaee5cca8cc9976f1" end depends_on "cmake" => :build From f2c79186889ad2e4acbe633ef04a7fda9992b18b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:54:14 +0000 Subject: [PATCH 06522/10074] libtpms: update 0.10.1 bottle. --- Formula/lib/libtpms.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libtpms.rb b/Formula/lib/libtpms.rb index f54e4cb4f4f30..65dd55a52c715 100644 --- a/Formula/lib/libtpms.rb +++ b/Formula/lib/libtpms.rb @@ -8,13 +8,13 @@ class Libtpms < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "6f5a66d3f83cc1c539568a90675c0da2a65674af5b68f32e2c04763745bd7e5d" - sha256 cellar: :any, arm64_sonoma: "08a0433d4293dbee5e39420e62dcb598e56ca38a664645ae92674bbd1aed38aa" - sha256 cellar: :any, arm64_ventura: "2b7d2684a14c0303fc1b83a6222671cc71c7b1e3122128ee0e2f7ecb78f5192b" - sha256 cellar: :any, sonoma: "aa207e4c785c6c68b1d9262b5c1093c42fc291b65013ad863beb346a302d9a67" - sha256 cellar: :any, ventura: "38fb8b2db3308dc8d9ab4d63d49a00ce7516104a1f08d6ff7fff0c6d1f04ea24" - sha256 cellar: :any_skip_relocation, arm64_linux: "7777b9db275770b7a458765e3a3b28c1b82204e6a44831e519d1ddf2712ca3ad" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eb295d9cfe3986180f5c5c4e320b2dc5fb368fa2f5ca68fa13696755ddac37dd" + sha256 cellar: :any, arm64_sequoia: "15359aca8b873a6965f40e824368108637c9f8cf48b28fba6323f9752071023c" + sha256 cellar: :any, arm64_sonoma: "42a7c3f06554cb88deeff3b7b79ab082ed8eff5180ce06a0612a6f2b1191de95" + sha256 cellar: :any, arm64_ventura: "19e27301de4d0e3be8f6e64d365fcea16829ddf004c4c2634fc8464e3a29ad11" + sha256 cellar: :any, sonoma: "8d898dc691972d2dc4a536f2f90608723593b2cccec3878c81a29f7524dac0e1" + sha256 cellar: :any, ventura: "74c6e183ed2cbbb2d453c422560cd77ea56a92f0f3fd82650ebb3e56633341fa" + sha256 cellar: :any_skip_relocation, arm64_linux: "06262b5d69c7ee3a6f2083b6d36afd63e9b4c051f53a8f842d9f5c377fb3b180" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea4a8d8b452a7bb8f7a8fb9d50db91e964e3d9c656ba14475ed94a480bd2a12f" end depends_on "autoconf" => :build From 2de817ac4305566bf180900a11bc111ffba0d06a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 11 Jun 2025 12:54:15 +0000 Subject: [PATCH 06523/10074] jpeg-turbo: update 3.1.1 bottle. --- Formula/j/jpeg-turbo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jpeg-turbo.rb b/Formula/j/jpeg-turbo.rb index 5e24e60be7bf9..8758bb7734e41 100644 --- a/Formula/j/jpeg-turbo.rb +++ b/Formula/j/jpeg-turbo.rb @@ -16,13 +16,13 @@ class JpegTurbo < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c43b108ab9895d7aa1f649d9d3b10da482657eb1216d060577142b805cfe490c" - sha256 cellar: :any, arm64_sonoma: "03d179652a6d36ece4f02bbbc091ff6e3bb1d9454ba4e7a160c8d2fbab83b7d6" - sha256 cellar: :any, arm64_ventura: "a9b6c86773453e3973ce817c15357acd3d16c6d839dd2b4b27b8ecd46efd5ac9" - sha256 cellar: :any, sonoma: "71334a8545e4e669f06c88c11e9b0adddce19a797f088dcc3db5d6513d0861bb" - sha256 cellar: :any, ventura: "9bd429d9b147fb9f042b70e907c50f5287572282c1f29bb243082c7a13e24ff4" - sha256 cellar: :any_skip_relocation, arm64_linux: "0583a5c8c9f128982bebc437fc1e3f9dbab4b62c6f4ef0479b71f3cb04615cba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "87e49b8d9e91e96ab8a404ab29746f5705c204001ff745d2aa2c93e55b2798d8" + sha256 cellar: :any, arm64_sequoia: "61f35eb85379177997d46b2dde6914e46560702c7fc6fb9302a415d6fd8cec58" + sha256 cellar: :any, arm64_sonoma: "376d4bb4d2c558c1ed260776701516120e0f7ee1017183da0bfc19a1ea04cd2b" + sha256 cellar: :any, arm64_ventura: "1f62cf24962df866f01e118155c7eceba8a292660a25d840a17442b7eeedae64" + sha256 cellar: :any, sonoma: "c5deecf446ce9684b3f57ad27c34a66dc10937b21427847c3c7306e1d868f0b2" + sha256 cellar: :any, ventura: "5130a317fb6fccb4ae9bdd9191a8c7f42f402241abf2ac7e99424560c081402b" + sha256 cellar: :any_skip_relocation, arm64_linux: "1dbc68d51c7196d3d5b0d45b79ab7d43e3802b80f9505ab55393fb1d4e1931c9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4cf38ebdcc3939399b96702205ae4a37f35b8b672056f0b5a6133fb89b82a95f" end depends_on "cmake" => :build From 52d2a4e3b9dc50516fb7be73719b5554a1def2b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:09:46 +0000 Subject: [PATCH 06524/10074] mongo-cxx-driver: update 4.1.0 bottle. --- Formula/m/mongo-cxx-driver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongo-cxx-driver.rb b/Formula/m/mongo-cxx-driver.rb index 6385e55889a02..e615980ae07c2 100644 --- a/Formula/m/mongo-cxx-driver.rb +++ b/Formula/m/mongo-cxx-driver.rb @@ -12,13 +12,13 @@ class MongoCxxDriver < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "076899436db520e9cf26e596fb15e6b55bc91a241941a0e72ca50a03ced7f4e4" - sha256 cellar: :any, arm64_sonoma: "8f0a2e351df8f50bde18a2cb1269f7809a61e7295bd427ee8306d4b2abd8135c" - sha256 cellar: :any, arm64_ventura: "9f485a724048cec2715471819a53c3ba859c54a6c123f582ee1c64fb773d2660" - sha256 cellar: :any, sonoma: "7f9b6811d5a8dee9177503d3f7026ef05e51ca89d343ab2dc04dfd5e8c7e278c" - sha256 cellar: :any, ventura: "0e00e45fe2dd1a90ee4ad14e9012f82aed82f5acd88450f2748b83e3b9f82150" - sha256 cellar: :any_skip_relocation, arm64_linux: "e01b0c332699922df9f0e959bbaf6e49af29800a4fcffcd51a2a54aed2929eae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ae7613b42a1e10964b6df62cf8d337feccadda20b5ccb3c8fc34b6c8de1575d3" + sha256 cellar: :any, arm64_sequoia: "15e5486f75a19657fd653d970140f0322328446fa64f4ecdcb1c9c7f1d8f94c3" + sha256 cellar: :any, arm64_sonoma: "3ebc5250eb31452205ca3addb07ede68a12844450722678ee5a132cb9fb504a1" + sha256 cellar: :any, arm64_ventura: "c01ddb4060afeef9114a9b7cd15a528b95a7a9b6313cf7c7c204f6bfd6d39854" + sha256 cellar: :any, sonoma: "acb0f918f5a9a5d779625039e408161c812b93ca6cab4c13eed8ce6fd19840d0" + sha256 cellar: :any, ventura: "5ae84067b6395912b1713b38e964925f9a66d0c191371346765bfdac0b884f1c" + sha256 cellar: :any_skip_relocation, arm64_linux: "fd90967c83e0cd91a7f7601ddf0a3693d10126f4cd575a5b39927cc5bb66c654" + sha256 cellar: :any_skip_relocation, x86_64_linux: "da24e9deab656d631ae582ccaf9b02fb94e56c74f5a67235851dd7132e1eb0d5" end depends_on "cmake" => :build From 68235fc2f24fc24d5624eb213bd2da78aefc1981 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:53:26 +0000 Subject: [PATCH 06525/10074] autobrr 1.63.1 --- Formula/a/autobrr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/autobrr.rb b/Formula/a/autobrr.rb index 0d8dee8a08ef6..07951d4f4496b 100644 --- a/Formula/a/autobrr.rb +++ b/Formula/a/autobrr.rb @@ -1,8 +1,8 @@ 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.63.0.tar.gz" - sha256 "e2a93f9981286b0904eb2ea58473a36206117dc7235ddbf03b55bc6a73386504" + url "https://github.com/autobrr/autobrr/archive/refs/tags/v1.63.1.tar.gz" + sha256 "fda27153e95e43045bc562f8ab18a2348e42a8bdc874b05b3d5a13e8924b9e46" license "GPL-2.0-or-later" head "https://github.com/autobrr/autobrr.git", branch: "develop" From 5ba1709551808f5bd2a72a16f4dafcb82791ccdc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:54:19 +0000 Subject: [PATCH 06526/10074] azqr 2.6.0 --- Formula/a/azqr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/azqr.rb b/Formula/a/azqr.rb index a84d32bb91889..5754562eedca1 100644 --- a/Formula/a/azqr.rb +++ b/Formula/a/azqr.rb @@ -3,8 +3,8 @@ class Azqr < Formula homepage "https://azure.github.io/azqr/" # pull from git tag to get submodules url "https://github.com/Azure/azqr.git", - tag: "v.2.5.0", - revision: "002744ef038e8198885c96523890ac4c763800cb" + tag: "v.2.6.0", + revision: "43e0ff48c8200c93df3f886f9ca58449c4d49c96" license "MIT" head "https://github.com/Azure/azqr.git", branch: "main" From d716cb5b0baa057955e84aeadfadce6d7b563e29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:56:12 +0000 Subject: [PATCH 06527/10074] cargo-deny 0.18.3 --- Formula/c/cargo-deny.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-deny.rb b/Formula/c/cargo-deny.rb index b362190cd98d9..18a13f866fae1 100644 --- a/Formula/c/cargo-deny.rb +++ b/Formula/c/cargo-deny.rb @@ -1,8 +1,8 @@ class CargoDeny < Formula desc "Cargo plugin for linting your dependencies" homepage "https://github.com/EmbarkStudios/cargo-deny" - url "https://github.com/EmbarkStudios/cargo-deny/archive/refs/tags/0.18.2.tar.gz" - sha256 "bb47741fada886c166e2a697a87fe93fca38ec083db489d404c73bcb0b9d7445" + url "https://github.com/EmbarkStudios/cargo-deny/archive/refs/tags/0.18.3.tar.gz" + sha256 "4d15dbd7cc653fcb53a21e42b0adaab6b501693c939b76e4a7683c04a4a689ad" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/EmbarkStudios/cargo-deny.git", branch: "main" From 5ee85325c1eebc923cb74128e200fe44fd619667 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:57:22 +0000 Subject: [PATCH 06528/10074] chrony 4.7 --- Formula/c/chrony.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chrony.rb b/Formula/c/chrony.rb index 5f2027ced227b..956c24d55b914 100644 --- a/Formula/c/chrony.rb +++ b/Formula/c/chrony.rb @@ -1,8 +1,8 @@ class Chrony < Formula desc "Versatile implementation of the Network Time Protocol (NTP)" homepage "https://chrony-project.org" - url "https://chrony-project.org/releases/chrony-4.6.1.tar.gz" - sha256 "571ff73fbf0ae3097f0604eca2e00b1d8bb2e91affe1a3494785ff21d6199c5c" + url "https://chrony-project.org/releases/chrony-4.7.tar.gz" + sha256 "c0de41a8c051e5d32b101b5f7014b98ca978b18e592f30ce6840b6d4602d947b" license "GPL-2.0-only" livecheck do From 0a59cf1f88e4bf5c5ca6c404e4786e4e4aedf964 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:57:56 +0000 Subject: [PATCH 06529/10074] cloudflare-wrangler 4.19.2 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 85725dd7172b2..2ac067ba76cda 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.19.1.tgz" - sha256 "5dc471e59b6ed317f01a80aba632019d03b3ba0627d8a4e0f6d5a20523b0ccb9" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.19.2.tgz" + sha256 "5a7ab582d518c736873cedc29332113eb83ad1dbb73d3da4f6c5fe83dc02e083" license any_of: ["Apache-2.0", "MIT"] bottle do From cfd15747f0e9a4d02494b6d3835f4e7dab139169 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:58:06 +0000 Subject: [PATCH 06530/10074] cloudflared 2025.6.0 --- Formula/c/cloudflared.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflared.rb b/Formula/c/cloudflared.rb index b7c759a592dda..7509625fd619d 100644 --- a/Formula/c/cloudflared.rb +++ b/Formula/c/cloudflared.rb @@ -1,8 +1,8 @@ class Cloudflared < Formula desc "Cloudflare Tunnel client (formerly Argo Tunnel)" homepage "https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide" - url "https://github.com/cloudflare/cloudflared/archive/refs/tags/2025.5.0.tar.gz" - sha256 "956e9cf01b5f3735a7f032eb1c7f1977345b4bca5997ce6c8fb7daf5f15d8fe8" + url "https://github.com/cloudflare/cloudflared/archive/refs/tags/2025.6.0.tar.gz" + sha256 "5d1dc902930bca96b4d97d7204f6472c53ae04f523f55f2803e8115c99310912" license "Apache-2.0" head "https://github.com/cloudflare/cloudflared.git", branch: "master" From e1c6d03efb060d8fedb70dc27e6dfcfd20a98e2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:01:03 +0000 Subject: [PATCH 06531/10074] dune 3.19.1 --- Formula/d/dune.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dune.rb b/Formula/d/dune.rb index 7f8a10b617201..289df3689d51b 100644 --- a/Formula/d/dune.rb +++ b/Formula/d/dune.rb @@ -1,8 +1,8 @@ class Dune < Formula desc "Composable build system for OCaml" homepage "https://dune.build/" - url "https://github.com/ocaml/dune/releases/download/3.19.0/dune-3.19.0.tbz" - sha256 "d2f617dfd34f7d882f4181a22e359bb90b46669ed87b2650eb842f0532fc696c" + url "https://github.com/ocaml/dune/releases/download/3.19.1/dune-3.19.1.tbz" + sha256 "a10386f980cda9417d1465466bed50dd2aef9c93b9d06a0f7feeedb0a1541158" license "MIT" head "https://github.com/ocaml/dune.git", branch: "main" From 1df1f4dd86bcc2edf539b2ed50c6825071b5d592 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:10:20 +0000 Subject: [PATCH 06532/10074] azqr: update 2.6.0 bottle. --- Formula/a/azqr.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/azqr.rb b/Formula/a/azqr.rb index 5754562eedca1..b18d6b59d4344 100644 --- a/Formula/a/azqr.rb +++ b/Formula/a/azqr.rb @@ -9,12 +9,12 @@ class Azqr < Formula head "https://github.com/Azure/azqr.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f157715143489072bbe732512c9242f570f92d7ab47125298e322e8f9508e061" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f157715143489072bbe732512c9242f570f92d7ab47125298e322e8f9508e061" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f157715143489072bbe732512c9242f570f92d7ab47125298e322e8f9508e061" - sha256 cellar: :any_skip_relocation, sonoma: "f256d86d6e0528e696ba1afc3d67e93ddd938387e3a30d36f3787ab475fbc2e2" - sha256 cellar: :any_skip_relocation, ventura: "f256d86d6e0528e696ba1afc3d67e93ddd938387e3a30d36f3787ab475fbc2e2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "043dd14a2ccabab7aa486c08bb972fedae5d68122b9c75cd4366d513605cf2e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a69168f96682515e4d85bf989467de86671c4c453e5e9d94ee3cbafcb058293" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a69168f96682515e4d85bf989467de86671c4c453e5e9d94ee3cbafcb058293" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6a69168f96682515e4d85bf989467de86671c4c453e5e9d94ee3cbafcb058293" + sha256 cellar: :any_skip_relocation, sonoma: "6f8689a30739957648b249c54e43a513a6b53e450bc712e4f9be8b432876ac3a" + sha256 cellar: :any_skip_relocation, ventura: "6f8689a30739957648b249c54e43a513a6b53e450bc712e4f9be8b432876ac3a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fce8c9d8fe11a602e60c6c06feef2872b3ecb50927917591dd9518a01deb16e4" end depends_on "go" => :build From 7e7fe8930e57c674e0a477f1e2711f6a581df60d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:12:06 +0000 Subject: [PATCH 06533/10074] lychee 0.19.0 --- Formula/l/lychee.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lychee.rb b/Formula/l/lychee.rb index 50e7c8e8484a9..75186e622a822 100644 --- a/Formula/l/lychee.rb +++ b/Formula/l/lychee.rb @@ -1,8 +1,8 @@ class Lychee < Formula desc "Fast, async, resource-friendly link checker" homepage "https://lychee.cli.rs/" - url "https://github.com/lycheeverse/lychee/archive/refs/tags/lychee-v0.18.1.tar.gz" - sha256 "f04f4cd3dc2ac190a5d28134362e9ea44409013ab372086dbe2c73792dc4b462" + url "https://github.com/lycheeverse/lychee/archive/refs/tags/lychee-v0.19.0.tar.gz" + sha256 "359ac354374f9ba93184d79f927274c44d22a35e834e4c6bfeec584720938cfc" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/lycheeverse/lychee.git", branch: "master" From c4b829a3ec657452183579ce9e9982f3702b9cba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:14:13 +0000 Subject: [PATCH 06534/10074] mx 7.54.8 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index decc8ca959a6c..b47432f3c867e 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.54.7.tar.gz" - sha256 "32482d96b8c552f69c1a23d0ed2d14a570fe2441de55178246252535880c6b8d" + url "https://github.com/graalvm/mx/archive/refs/tags/7.54.8.tar.gz" + sha256 "b8409a4c6a1a304a5803909b9fe94b843d201ca3f6f6dd01880109642876c0a5" license "GPL-2.0-only" livecheck do From dd0b70647ae3bf4962151d092ec8fc1136e25744 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:14:53 +0000 Subject: [PATCH 06535/10074] autobrr: update 1.63.1 bottle. --- Formula/a/autobrr.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/autobrr.rb b/Formula/a/autobrr.rb index 07951d4f4496b..25dfade81b131 100644 --- a/Formula/a/autobrr.rb +++ b/Formula/a/autobrr.rb @@ -7,12 +7,12 @@ class Autobrr < Formula head "https://github.com/autobrr/autobrr.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9bb15a320662a786cf2091cbe10db455a5dba1feca74fe3ff9cc2b4ec01a6614" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3101d0d8cefbbf2e7731f5d0b2ad739bf043b96d8d10eaf66ac5645df0e40771" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b16bcf9516036b0dbd50e07094585eb81b5e9f411c7b1a64d7a728578e0154cc" - sha256 cellar: :any_skip_relocation, sonoma: "cd628cf7f67e6a28099feb57f07d640e8b8958a9d26c9cfeeb86dc1c7a8c0f35" - sha256 cellar: :any_skip_relocation, ventura: "dfd52753f830b4ebb1f8a3a67be407712dca3afe72dbd3fbdc0a122f2caceb5f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c07bebda5775a27e448f6b07df1f81ba2a62bb440cd89cbbda995162ddf47c13" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "54872d6519dc868f2aa9c71eb31c59377ddeb3743399d03fa032b1af06b5c683" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5d16d04dc256b115af21da006a5c461bd1f3dcd84e86de34a2dc857b91e908f1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "77f48070623ec236dfdba4f37847f6bf85fbdb62fa13833837d6f5e9331ebc32" + sha256 cellar: :any_skip_relocation, sonoma: "11a838bbf16e1d0436e9e75dbaebc5e619b958fdf25e2aa4c9f88e8db7d6e421" + sha256 cellar: :any_skip_relocation, ventura: "efe94677260e038cd401f280ffe785124f7fc98ea367fc5a00aaef24dadcb7cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed87621012721cb861d947e9a6360e2c9bf08a3d28329cc0152d8d641a4ac1c5" end depends_on "go" => :build From d80f9e7499b20b53fab85325e285e63d8038c137 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:21:12 +0000 Subject: [PATCH 06536/10074] chrony: update 4.7 bottle. --- Formula/c/chrony.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/chrony.rb b/Formula/c/chrony.rb index 956c24d55b914..86de63140b7d7 100644 --- a/Formula/c/chrony.rb +++ b/Formula/c/chrony.rb @@ -11,14 +11,13 @@ class Chrony < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "bd8606bc58d44abfff04e9574cf0264e5c5ee9f75f64374aadae9096004b55b4" - sha256 cellar: :any, arm64_sonoma: "4d47ecab5d75443490dcd062d0b185dcb2fa3c7ac2bc30f4fbcdfdc61736ea6d" - sha256 cellar: :any, arm64_ventura: "e0785f59cb7309e691469fdeb7ce2a976b8bc49a112125957331ae47c2b95225" - sha256 cellar: :any, sonoma: "5e8db7aab33dd0786c52743172f8c0a7a115633d8585da1081c4db87849d0c5d" - sha256 cellar: :any, ventura: "201f73994bf3599b53d7512dfad1dac1ab40e998ca4d2ed50bcdc9df6a66d725" - sha256 cellar: :any_skip_relocation, arm64_linux: "67fbf006d3a4971f0ba3e42be0eed2ea3454b82df07a7b9c7ae1f450574a6cab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ddc87ece74b77897ffacfefd6c66defc4196c7d7e4a55dbe702479224bc693d" + sha256 cellar: :any, arm64_sequoia: "5bc762661550523d320eb4800a722f834d3a7f79d8d146ffa931af3b4f03a044" + sha256 cellar: :any, arm64_sonoma: "36e70e780a187bbd1737c7ac9ff58fbf93fcb7a428c57e5b8bdf574dbe5f3b72" + sha256 cellar: :any, arm64_ventura: "c98de581a7c39b30775ee5e0903cfc608933ca15957cbfeded3feab0fd126259" + sha256 cellar: :any, sonoma: "c4dea04dba1efea22ee8380d3631a7fdf97eb3652caf54bc8d9cc0d502544322" + sha256 cellar: :any, ventura: "a0871c43ac8530c8a51c3b95c62ecad9ca3f4cbb526bfc5c37d58bffca29bdad" + sha256 cellar: :any_skip_relocation, arm64_linux: "b0b2df0414311fdbcb18fbaded353b58bdaaed679965a895871ba7d4b629864a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "348ae587ae09f3a9f4ba8e98043d80589b229cf9eb4a510726508c82c3ec595a" end depends_on "pkgconf" => :build From 6f2a5fcc78b188e15f2675e3b05377be071ed172 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:17:48 +0000 Subject: [PATCH 06537/10074] onlykey-agent: bump python resources Signed-off-by: Rui Chen --- Formula/o/onlykey-agent.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/o/onlykey-agent.rb b/Formula/o/onlykey-agent.rb index 2a94f1bc43103..3dd53b020d8ea 100644 --- a/Formula/o/onlykey-agent.rb +++ b/Formula/o/onlykey-agent.rb @@ -6,7 +6,7 @@ class OnlykeyAgent < Formula url "https://files.pythonhosted.org/packages/68/80/e89b6c3680bedb1e14e99f0539ac805bddc7d8dd87c58805c64484966b7c/onlykey-agent-1.1.15.tar.gz" sha256 "49b19bec28dc0fb7053ef01266d8a9e7a078bb146214a641bdbb1feac6fc7ddb" license "LGPL-3.0-only" - revision 5 + revision 6 no_autobump! because: :requires_manual_review @@ -55,13 +55,13 @@ class OnlykeyAgent < Formula end resource "configargparse" do - url "https://files.pythonhosted.org/packages/70/8a/73f1008adfad01cb923255b924b1528727b8270e67cb4ef41eabdc7d783e/ConfigArgParse-1.7.tar.gz" - sha256 "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" + url "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz" + sha256 "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" end resource "cython" do - url "https://files.pythonhosted.org/packages/5b/d3/bb000603e46144db2e5055219bbddcf7ab3b10012fcb342695694fb88141/cython-3.1.1.tar.gz" - sha256 "505ccd413669d5132a53834d792c707974248088c4f60c497deb1b416e366397" + url "https://files.pythonhosted.org/packages/18/40/7b17cd866158238db704965da1b5849af261dbad393ea3ac966f934b2d39/cython-3.1.2.tar.gz" + sha256 "6bbf7a953fa6762dfecdec015e3b054ba51c0121a45ad851fa130f63f5331381" end resource "docutils" do @@ -155,8 +155,8 @@ class OnlykeyAgent < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "semver" do @@ -165,8 +165,8 @@ class OnlykeyAgent < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do From ae61491649782ef7687a67f91abfa16a7eb9a4bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:23:07 +0000 Subject: [PATCH 06538/10074] cloudflare-wrangler: update 4.19.2 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 2ac067ba76cda..38efa51a6f46d 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "e30d5bb362e5dc63d01cb06bb9d3225ec21558eff57ae11d532edc290cbf2850" - sha256 cellar: :any, arm64_sonoma: "e30d5bb362e5dc63d01cb06bb9d3225ec21558eff57ae11d532edc290cbf2850" - sha256 cellar: :any, arm64_ventura: "e30d5bb362e5dc63d01cb06bb9d3225ec21558eff57ae11d532edc290cbf2850" - sha256 sonoma: "144e3ff58f8f4414a96979b0ce2563cacea88c0f9757102dde7eee5620607348" - sha256 ventura: "144e3ff58f8f4414a96979b0ce2563cacea88c0f9757102dde7eee5620607348" - sha256 cellar: :any_skip_relocation, arm64_linux: "32be8a80d829474f9c559f8201a8ac5413745c2314c3946b70978072e2a72475" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5ab541d4ea090d8bbbdb39adb0da30234deca807f9b3e587cb091b671df82ba" + sha256 cellar: :any, arm64_sequoia: "96ac10e36ef8c3799d3f5bd0baccdc2816c02f5afb199a07b81ba6bee2d6df22" + sha256 cellar: :any, arm64_sonoma: "96ac10e36ef8c3799d3f5bd0baccdc2816c02f5afb199a07b81ba6bee2d6df22" + sha256 cellar: :any, arm64_ventura: "96ac10e36ef8c3799d3f5bd0baccdc2816c02f5afb199a07b81ba6bee2d6df22" + sha256 sonoma: "1ea8e811cb3ba3d82dc15401726cd147838ef5c8fae3d7c3343336e7180eab8b" + sha256 ventura: "1ea8e811cb3ba3d82dc15401726cd147838ef5c8fae3d7c3343336e7180eab8b" + sha256 cellar: :any_skip_relocation, arm64_linux: "38c7132eca457e48fdf31cf72354b7c63980b9e43f0c8ea0902b44643787da47" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a2de2508de5ed66d1902a399faaecc262166e1e7489874c40207421959bf5c5" end depends_on "node" From d532870e7aa0a8aca7126f9e17c61102016b63f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:23:17 +0000 Subject: [PATCH 06539/10074] cloudflared: update 2025.6.0 bottle. --- Formula/c/cloudflared.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflared.rb b/Formula/c/cloudflared.rb index 7509625fd619d..af1615c544210 100644 --- a/Formula/c/cloudflared.rb +++ b/Formula/c/cloudflared.rb @@ -7,13 +7,12 @@ class Cloudflared < Formula head "https://github.com/cloudflare/cloudflared.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f986e1933b0bfedcda124d3804e82d7cdbbb9aa86f1af5638a0dca5ccd8a6674" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f986e1933b0bfedcda124d3804e82d7cdbbb9aa86f1af5638a0dca5ccd8a6674" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f986e1933b0bfedcda124d3804e82d7cdbbb9aa86f1af5638a0dca5ccd8a6674" - sha256 cellar: :any_skip_relocation, sonoma: "517dd3c23052b803267f932b7a87bc95be77253fb8475b19951887a7cc3efcdc" - sha256 cellar: :any_skip_relocation, ventura: "517dd3c23052b803267f932b7a87bc95be77253fb8475b19951887a7cc3efcdc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f68d56eccd8dd389f378ce4b71b323fa046240d0fa450c354ba2fe2bf10710dc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "06d80d13b621c422ee6fd3c4b9b644df34f1b7de1aab8b50b7609a58826bb0fc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "06d80d13b621c422ee6fd3c4b9b644df34f1b7de1aab8b50b7609a58826bb0fc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "06d80d13b621c422ee6fd3c4b9b644df34f1b7de1aab8b50b7609a58826bb0fc" + sha256 cellar: :any_skip_relocation, sonoma: "b39d02ec9ff00ff5764bf902d7d1a3b7877c0a6321eab4e1ae46fb4f8390e123" + sha256 cellar: :any_skip_relocation, ventura: "b39d02ec9ff00ff5764bf902d7d1a3b7877c0a6321eab4e1ae46fb4f8390e123" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2af04d526409b6ca38f0703e5ce50cc657ec8fed5674b77ae90d9efcab20e202" end depends_on "go" => :build From 8e1b3941cb54248dfe7129464531cdd2ab22b4f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:23:45 +0000 Subject: [PATCH 06540/10074] steampipe 2.0.0 --- Formula/s/steampipe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index 094a6882d24d7..7c9c205e99272 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -1,8 +1,8 @@ class Steampipe < Formula desc "Use SQL to instantly query your cloud services" homepage "https://steampipe.io/" - url "https://github.com/turbot/steampipe/archive/refs/tags/v1.2.0.tar.gz" - sha256 "384e01ddafe8893e82e855583012a119e1ddf330e091a0b61f66dc8a539e2add" + url "https://github.com/turbot/steampipe/archive/refs/tags/v2.0.0.tar.gz" + sha256 "3be82f9d7473496edb87240161ff18db1eb12e14db6eee369b8ff904f63f5d55" license "AGPL-3.0-only" head "https://github.com/turbot/steampipe.git", branch: "main" From c96bcd3643cb91c51c34ff63c71fda34fed2065b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:25:00 +0000 Subject: [PATCH 06541/10074] talosctl 1.10.4 --- Formula/t/talosctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/talosctl.rb b/Formula/t/talosctl.rb index a1a9ef9670782..e16c5f2baabb6 100644 --- a/Formula/t/talosctl.rb +++ b/Formula/t/talosctl.rb @@ -1,8 +1,8 @@ class Talosctl < Formula desc "CLI for out-of-band management of Kubernetes nodes created by Talos" homepage "https://www.talos.dev/" - url "https://github.com/siderolabs/talos/archive/refs/tags/v1.10.3.tar.gz" - sha256 "1ee5ddb295032bb9d47428bb105d93025143c8c584305ffc4084c7a101d223a3" + url "https://github.com/siderolabs/talos/archive/refs/tags/v1.10.4.tar.gz" + sha256 "8357eca251cab6f7820aa111ed55bb4a8c9fb2c17473e843a0ec5221af14f7ed" license "MPL-2.0" head "https://github.com/siderolabs/talos.git", branch: "main" From e27a674ff8b65d7ff8198a2789b9b2a6a4e050df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:25:29 +0000 Subject: [PATCH 06542/10074] terragrunt 0.81.4 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 82eb680d91ac9..f0d0a6687c29c 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.3.tar.gz" - sha256 "fab97723c2bb8391d8cde3745ff068b09e5a5b4ffe7273283cc9dc844b015803" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.4.tar.gz" + sha256 "50d0de75ee85c193b8ac113454143586aea36e087de28634a53c9f7f22f68fff" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 074cf17937108c89f7591c148d3c76cdb58750bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:25:59 +0000 Subject: [PATCH 06543/10074] timoni 0.25.1 --- Formula/t/timoni.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/timoni.rb b/Formula/t/timoni.rb index 8e85f4c64ceae..9ccc027d0e87f 100644 --- a/Formula/t/timoni.rb +++ b/Formula/t/timoni.rb @@ -1,8 +1,8 @@ class Timoni < Formula desc "Package manager for Kubernetes, powered by CUE and inspired by Helm" homepage "https://timoni.sh/" - url "https://github.com/stefanprodan/timoni/archive/refs/tags/v0.25.0.tar.gz" - sha256 "1348744688edf0ff5b74781df0b2a280f46810a13ddc458bd2ede5e2f9f72a05" + url "https://github.com/stefanprodan/timoni/archive/refs/tags/v0.25.1.tar.gz" + sha256 "00df18a0ba3fe3f738d9eb54f9ddf946599b1e3b06f771e96bdafac443ed573a" license "Apache-2.0" head "https://github.com/stefanprodan/timoni.git", branch: "main" From fa730a42e5603cc80eb72f6521c95974b2823637 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:27:21 +0000 Subject: [PATCH 06544/10074] vcluster 0.25.1 --- Formula/v/vcluster.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vcluster.rb b/Formula/v/vcluster.rb index 577219bbf434d..a6b52c55b6aaa 100644 --- a/Formula/v/vcluster.rb +++ b/Formula/v/vcluster.rb @@ -2,8 +2,8 @@ class Vcluster < Formula desc "Creates fully functional virtual k8s cluster inside host k8s cluster's namespace" homepage "https://www.vcluster.com" url "https://github.com/loft-sh/vcluster.git", - tag: "v0.25.0", - revision: "f82ff4096581aeba8b00391479b8b44913d5a144" + tag: "v0.25.1", + revision: "89f49f6ff2e4ccf7def8b11a2d38c12486ac1326" license "Apache-2.0" head "https://github.com/loft-sh/vcluster.git", branch: "main" From 29eab2d6507d5bb8b8e8f0c7c41712fdc3fb77f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:27:38 +0000 Subject: [PATCH 06545/10074] vercel-cli 43.0.0 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 1bcbfb7c3a56a..4d48cc4375e63 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-42.3.0.tgz" - sha256 "9c3ef9b557322ed6a8e39408456947f34f03c33f6712ae5eb28719bac00824ed" + url "https://registry.npmjs.org/vercel/-/vercel-43.0.0.tgz" + sha256 "953856c199a5aa29cac507436f0155a7d2ad069a92e846cac7cf49815815d45e" license "Apache-2.0" bottle do From 7a1e768e57148a7f36f1dc9cb053aa902c99788d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:33:01 +0000 Subject: [PATCH 06546/10074] dune: update 3.19.1 bottle. --- Formula/d/dune.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dune.rb b/Formula/d/dune.rb index 289df3689d51b..c7a285405ff5b 100644 --- a/Formula/d/dune.rb +++ b/Formula/d/dune.rb @@ -7,13 +7,13 @@ class Dune < Formula head "https://github.com/ocaml/dune.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a1b7e2300fe26841bd14a697b73f12afa7e2f78706d2bf85048f04d97a1840d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d21f92db4dce7ad3ba0dc3ecb76b37b95dac710a62a380a352367aaa1a0dae5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "329d3c71f20f03caa0d03b7db454583d9199e27abea09ce7b48a9a7d4fe04009" - sha256 cellar: :any_skip_relocation, sonoma: "8090fd3e5ded794e982d93cf1951adccab835f2a94827cf02cf7d8ba1041e627" - sha256 cellar: :any_skip_relocation, ventura: "b6bba713e13d813318b74f9211e7ab80ddf2556f0a61fa7e6f20da2f0188c85a" - sha256 cellar: :any_skip_relocation, arm64_linux: "9c9e52db05bc9667a2d23c33d832dd226cb835fcb5a5b59c871679615287e299" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e2de6db816dbebd74720177f2ef06c33d0712ed7f82576db489601259259c583" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ea4ac9ab5e38040dba9ac5a8c1a34f77b6f203b84c410f21fc3f451f3b09ac4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bcadcddfdee6c254b73a4f2fad14fda6fdb534da5f507454fe4e6ca2a24faa6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ca3d24fd77d95d99052302ab3089d835b8d3db9d9e4d2cb180ec622c37f8397e" + sha256 cellar: :any_skip_relocation, sonoma: "483ed33f937022f7ea1ac4823542d4c5120e9f2342298d4623288ca1535b7218" + sha256 cellar: :any_skip_relocation, ventura: "c93c23753ddafc44bbef23d316a014321638f17061c80f73969ce036712bf721" + sha256 cellar: :any_skip_relocation, arm64_linux: "801bb57baa9e48f0c9cd16bc11627af0e1921d27f5a0f008c09d004739fb7b7c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b5f4840194c6dbdf243951d98b59ad331ca8b2bfb2c5c8af000b8d68946ceca3" end depends_on "ocaml" => [:build, :test] From c308bc1dbb48fe94351ae9ebbd6260ba4a6358ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:51:23 +0000 Subject: [PATCH 06547/10074] cargo-deny: update 0.18.3 bottle. --- Formula/c/cargo-deny.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-deny.rb b/Formula/c/cargo-deny.rb index 18a13f866fae1..6eebc2d98970b 100644 --- a/Formula/c/cargo-deny.rb +++ b/Formula/c/cargo-deny.rb @@ -7,13 +7,13 @@ class CargoDeny < Formula head "https://github.com/EmbarkStudios/cargo-deny.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b58b03df4f5fdbaa5aadd5a840e112a920b444ef7ede092a95583d23867d5d26" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b42252981d9c034ed4f0aa004cb0e9a6ca83b0b03e8148312a5a201aa1172dd7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a87d18e34310a815fd7f12c5d39874eb8dc6a03d37af667c25448c6ba21fc482" - sha256 cellar: :any_skip_relocation, sonoma: "d55af9d3e6093b95525a237b4f76a70b230226af9acc5ecc5b4c5b973ad034fd" - sha256 cellar: :any_skip_relocation, ventura: "e4f6cc0ec3260e4f9a49bb5a395e1093df47c636c2afd7ad4bb36f41a8b2aeb9" - sha256 cellar: :any_skip_relocation, arm64_linux: "21df9e3645598ac9e4dd81e3ba0ea64f6a9ae816d33a839f428f2049234e7bf6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4360a2d46ba202c18da251705e8152ea52f752723d3f087fbe9cf7c0329994a3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9fa4e65cf3c2ccb59c3cd81a0a24c0fe5b5899ae8944eb8727da068a8c6fb656" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c00a1f08fa03638e78ba78bc7625ba313b3ca1e22639149c082eb0b73cf2bf5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "836dd971390f2106344029e3f947536bfb5fb8d39a965bb64ceeca67248ddd70" + sha256 cellar: :any_skip_relocation, sonoma: "b8c75615712ca4ac9ce3dcfef2d5d56528ee62e1905f5445e31e97a5d642940a" + sha256 cellar: :any_skip_relocation, ventura: "4cfd5cbef7f013b6e7a7e9fe7257e098049abbf3bb775f90a977df4e09a089e6" + sha256 cellar: :any_skip_relocation, arm64_linux: "0fe53d784ad55fe89fd2f570750df6d8d1bf5b132102145536d9832813fbdf35" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a0e8efc03b6b230c4f921347914e5561c4a525d7eb5b4e79b3f6d503946f1031" end depends_on "pkgconf" => :build From e996097ab86d145c2026b68270ced17006f7ae71 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:13:02 +0000 Subject: [PATCH 06548/10074] melange 0.26.9 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index af9682f712c73..8a4af3eeeb343 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.8.tar.gz" - sha256 "0f7a8be296e8f3623475b6265af10d2144b2f684920701a50d8d99ac824bb6f9" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.9.tar.gz" + sha256 "78d631adb59e6b16ed276ba3c21159588f8d55d8f821b5c48e2fe2058771f2a2" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From 3562c2ca20ee3fa527ff0b43ed021ebb8e67b0a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:52:41 +0000 Subject: [PATCH 06549/10074] mx: update 7.54.8 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index b47432f3c867e..d70a28cbd5ef8 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "75acbc2c8457b8abd938b9d3343415d3cf1df8c38c9ac0deffd11baa7d31b8a0" + sha256 cellar: :any_skip_relocation, all: "b536aa5204367749db63389b35ac312171b7e010703123ae44952b934941a0ec" end depends_on "openjdk" => :test From f27d3257740c784adad0463be8c3e52691dbe9e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:52:51 +0000 Subject: [PATCH 06550/10074] talosctl: update 1.10.4 bottle. --- Formula/t/talosctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/talosctl.rb b/Formula/t/talosctl.rb index e16c5f2baabb6..f5da5c49c0670 100644 --- a/Formula/t/talosctl.rb +++ b/Formula/t/talosctl.rb @@ -7,13 +7,13 @@ class Talosctl < Formula head "https://github.com/siderolabs/talos.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e57474aede2e5f54c67acaf93a87a02177b51158217e81320468710cbadc1bc3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "82ebab80e2ffa936501bc82e46f0ab223702000be8c21eb183b304cbc7e3aada" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5bfd170218075b66cebaa4b440ed293e045c82b28a3c540d3cd763149236d77c" - sha256 cellar: :any_skip_relocation, sonoma: "0a3edb48b1a74f0373a0e1110c77104791738a7adba6931d4e136dd2fea4939a" - sha256 cellar: :any_skip_relocation, ventura: "b14484e5790e7c079301564fcef8029c3a14e036e756d2eb458154f52b2dfff5" - sha256 cellar: :any_skip_relocation, arm64_linux: "e7454ff4585fe02ca74d330b92fc74bc2f1653ce83e595794e1a2dbb4a7223c4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f48c87586ad6b567ac27ffca8a5d734e9957de789e6a494e070fc6605e3491a3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a8fe64a3d438fe85625cf857fe667e987d99b4540de2beaf8c1301b2073a558" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94a079b36d7ebb34f274a830be9e8257a66f45275b597b8a452a6f63b2fc25d4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e13aeb8d8cf900d35f4526d0badad69b2dfb1502a7f43d62bba7797209b2447" + sha256 cellar: :any_skip_relocation, sonoma: "376270d6f99a46eeee79d86668dbf576f7f10ae98bdb06db349b0920cb858ae5" + sha256 cellar: :any_skip_relocation, ventura: "95ed045b862c0417584cd83091cabe5bf87f44a3cdc980265d5e2897954a82ce" + sha256 cellar: :any_skip_relocation, arm64_linux: "b6b0460331e6cd674bcef6f6f6f2b43be532e41ccf6219b4419a736567f9159f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e96bed96eb33144b3126574f20585dfc20dd8a08499f2e3937391e0450eabd8d" end depends_on "go" => :build From 4f8dff0204228c9e5599549d3949789ee380aeea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:52:53 +0000 Subject: [PATCH 06551/10074] terragrunt: update 0.81.4 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index f0d0a6687c29c..8996381c14e5c 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "66208b8c713d48f42cbcdb460dc89946b049db5810ede768fd90018f1c95e92e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "66208b8c713d48f42cbcdb460dc89946b049db5810ede768fd90018f1c95e92e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "66208b8c713d48f42cbcdb460dc89946b049db5810ede768fd90018f1c95e92e" - sha256 cellar: :any_skip_relocation, sonoma: "fe17f8465a8a63af0188863a099e690bf4d340744fca17f04f7bfef24037e912" - sha256 cellar: :any_skip_relocation, ventura: "fe17f8465a8a63af0188863a099e690bf4d340744fca17f04f7bfef24037e912" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7e6ceb9fe10b2d5bdbaa33856ce99ba1f7200aaadbdd61c11e81d145e8b6dd7c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9a2b122076200ee36cfae4333fc4a3d828ac7cb536f24e9e787061d24c6907d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9a2b122076200ee36cfae4333fc4a3d828ac7cb536f24e9e787061d24c6907d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f9a2b122076200ee36cfae4333fc4a3d828ac7cb536f24e9e787061d24c6907d" + sha256 cellar: :any_skip_relocation, sonoma: "f4ff882f788600195834da5162e293a785dacc58c65d1fff0fd43d8775d1a7ef" + sha256 cellar: :any_skip_relocation, ventura: "f4ff882f788600195834da5162e293a785dacc58c65d1fff0fd43d8775d1a7ef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9b461d69e35c83aeca8a71fa306d1541827cd9e1f152110864f5875ca34b8ee5" end depends_on "go" => :build From 0078ff564d0ce2498098affdf848e07d26bd93dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:53:05 +0000 Subject: [PATCH 06552/10074] steampipe: update 2.0.0 bottle. --- Formula/s/steampipe.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index 7c9c205e99272..c8163194fd34c 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -12,12 +12,12 @@ class Steampipe < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc87dbcf3af38c55ea2c89fa6fb2a2ea116cdb8bff19e38939f7aec6512fadae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c26805a2db3a3290af8acf13a99deab24a9546b9af5dfd6ed26aff45fccb2888" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b10f518517db6d954060fc37d29012fca08f483e05db4c362f654dd79b1f4cc2" - sha256 cellar: :any_skip_relocation, sonoma: "a10748435bbcd4a562da9412a4845fa760ee9c585878f4702666a87ede1e706c" - sha256 cellar: :any_skip_relocation, ventura: "eba1aa511c8a5ddf5506d9fa4cf5580a55e3a11e9363397ff22655614c97057e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7d70bebc76227aed3b86755c18c87dfbce4fb9796d95212b3b6c78f9ab3e7333" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4b57231af1b7d8b8660c7e91ea97b2a327fc480a679c0a47a48459168a7ee11" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2641c831c3019a4a66ec89549665462951844c3764eb152b30d8636bb6229a5f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d34cfe8e39e3f23a31ee54afadbdf91a31624a443ff2590c74372a0ddebe49f5" + sha256 cellar: :any_skip_relocation, sonoma: "c6d5eb17e7c6897f3cce3a315af24a42701cbceb9d599f6cfccdaf94b6738d54" + sha256 cellar: :any_skip_relocation, ventura: "c98e6d7a849d81e26c3ed222827319c865c3a8a7872b29d0ce39b20f7eee7ead" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45d537ab1f891cec172b266aaf26a9e1432d58f6df26431e7691a42ee277db7b" end depends_on "go" => :build From aa5857ace2cd2920b39c2cab834f8c088727e773 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:53:08 +0000 Subject: [PATCH 06553/10074] lychee: update 0.19.0 bottle. --- Formula/l/lychee.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lychee.rb b/Formula/l/lychee.rb index 75186e622a822..8221eaf8b6af1 100644 --- a/Formula/l/lychee.rb +++ b/Formula/l/lychee.rb @@ -7,13 +7,13 @@ class Lychee < Formula head "https://github.com/lycheeverse/lychee.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "cca5846ef8febbb417f1fcb9cd1d28dd43c1cefb2a565eaa791d2219a9bef958" - sha256 cellar: :any, arm64_sonoma: "39793095082c16fe8e10a056f059ab0a4e8859cc9c65c9db3f79fc8bddc4f149" - sha256 cellar: :any, arm64_ventura: "94c85e54bdd71f1764c33c11a6ee4b9b19bba527bf59492e932aae02868a285d" - sha256 cellar: :any, sonoma: "fb140a3ad491c505eefb9ce6b077d86b489cf6f1bc9d409aaf1a589a88d743b7" - sha256 cellar: :any, ventura: "7a13344d2c35163a49407c26ba58e3c740b4c0951711c11e375d15407fc26a23" - sha256 cellar: :any_skip_relocation, arm64_linux: "b21cc1f26204144b8b40601878203f137b906eb561db96d52067862c2558935f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e0e41b80889f77ca79c1865b7cd8f9d588d4f9d2954fd3da559f6a982dc87e60" + sha256 cellar: :any, arm64_sequoia: "5de9c25c3b94fdb0f2229899ee5403f88f6293601f733eae2baf4230df271040" + sha256 cellar: :any, arm64_sonoma: "82b0d561aef5ecf91651cbf2e5a3186ca5e4bf7c8ee00e3eac62c327dcf76118" + sha256 cellar: :any, arm64_ventura: "95af6b974a08e9fd11c8266c05fea941d28ac06cdf91849db2f00b08b3289658" + sha256 cellar: :any, sonoma: "5d12b139dc0aedd758a53743eafc35d2248eb76ba0ba6b4ced5efd7622ab7599" + sha256 cellar: :any, ventura: "9aa3f8e53d83addc09b4abd2f0feb3e0affc2ffb24fc2a28ea4741e5359d3faf" + sha256 cellar: :any_skip_relocation, arm64_linux: "eccb57bbf09e609fae04e02a5bb94b468f76b2cec9c017740ec647a33443ec7b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b54730bcbdc1f59213a921973887240c7d3a525bfb2e3ef52fae27e840fc832c" end depends_on "pkgconf" => :build From 9c71d89b6dd8672e2fb9663dd05203782693d75d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:53:13 +0000 Subject: [PATCH 06554/10074] timoni: update 0.25.1 bottle. --- Formula/t/timoni.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/timoni.rb b/Formula/t/timoni.rb index 9ccc027d0e87f..80a26f7e15a2e 100644 --- a/Formula/t/timoni.rb +++ b/Formula/t/timoni.rb @@ -7,13 +7,13 @@ class Timoni < Formula head "https://github.com/stefanprodan/timoni.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7ed4773ada96eee11b939418751187e1ca47e5235e59534f08a20e6498d120c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "11ada071d0ca7c0c439b30688c7a461de9dc68d0dc539b78196e4d9a0430f51c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "683a8f39929f637f48ab4313603b2379f2031fba53e4cbb94ccf3166f48069aa" - sha256 cellar: :any_skip_relocation, sonoma: "20ab010a336e67dbbae88fca0f8f4cd30d08072728b6cb70f30b0943da70d18f" - sha256 cellar: :any_skip_relocation, ventura: "0c53d05d331ec52364b39e61ba79bbacd5c842c41f7d0d1b08984d53c7430980" - sha256 cellar: :any_skip_relocation, arm64_linux: "cd87b2828b5879989cd64ffbdee9b6e0893087c8a032694cc3a1c922966e1058" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c6eaa213231e9c5dcb9a7022e196eec2b1ba11e65a24b6a031cff89e1c5c073d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "71d6cf45579afce7baa5e006d138ad747e4ad945e8f004d4ace454aa3a21b92a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee448ea191c171fb9003e78d5f510c4116a61a3f5e745ba6c13bc46d426395df" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6d84842b0a7c7121f8e36cae3adf24134e3ab7a68837493aa42b7bbaaf68a33f" + sha256 cellar: :any_skip_relocation, sonoma: "1bca92fb01ace26b451f5683abd7753b69843d7651090652fcfcb5d475d182aa" + sha256 cellar: :any_skip_relocation, ventura: "7d9175583753dab8b44ca9e603a35f1424f3cf92a06037c7a9481853c111f5f1" + sha256 cellar: :any_skip_relocation, arm64_linux: "84c79eba9864799a0f70a63dd7cf1e46b17a0dce86895c3ebc6250af2b4e5f43" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b18433c77c8a6abfa2a6035c44ca58738ae70ea3cefbbc2361b5b4bb2a364405" end depends_on "go" => :build From b05347b130ca132e15ec3763263ee1fb25420c5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:01:06 +0000 Subject: [PATCH 06555/10074] vcluster: update 0.25.1 bottle. --- Formula/v/vcluster.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vcluster.rb b/Formula/v/vcluster.rb index a6b52c55b6aaa..fd0effca131dd 100644 --- a/Formula/v/vcluster.rb +++ b/Formula/v/vcluster.rb @@ -16,13 +16,13 @@ class Vcluster < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "773563ba6343cc2ae2ecad81e2cfeea1ebf915244c361e1e603bdeecfd693b9d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ae4bed34b9c6621e5a928bcb717860ab8476bfe88e01443d48b6b0011656738" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dc40b5364a1a2cc936ba2c62f54e8c5340ff65428fecc225bf542fc7d245e432" - sha256 cellar: :any_skip_relocation, sonoma: "12d7b8ed890cfde35f7c0f51932d5e80334d69e2e7749ade00aeb087132ed853" - sha256 cellar: :any_skip_relocation, ventura: "27f1813139246fd851522c83b3a1ed42e46e3d81e1f7f2959748a6d55cad63b4" - sha256 cellar: :any_skip_relocation, arm64_linux: "319eea31185760c2f3e0a62170ae44c89bca2c06ec618eb226588950eae4041e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "852a133f04f540d385f82ba050a6729f69eada3bb266a4c35f58d0fa944d4124" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "81c37d1618fa1e514c9b23d53c76c1d87b6d29564d85b778372e86b90fdcb661" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4aa6d675e06522f2de6bda5ee86f68ddc6cecb65a8bdfdec874c995217462f84" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1d185b79f0c86bc02dab3e9c52a3565ec49cca84d10eaf97fe1c42555a4744c0" + sha256 cellar: :any_skip_relocation, sonoma: "6bd189fdbef4027011c0079e1943f4f0a45bc239719cddd3d2ed1c61063ac4d9" + sha256 cellar: :any_skip_relocation, ventura: "ded7ddc1d1e404da295698931b81a96514538dd2fed9f5127579180dd721fddf" + sha256 cellar: :any_skip_relocation, arm64_linux: "b09e99b433879536af409c17288707512fd6453d2d10e6dd8a267f451530864f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5dea80d08497468163abcce4b43434f61ac2ac2baf8d5e7647d9181e765f2882" end depends_on "go" => :build From 86a5805b14e416b8c292989433fa0521cfa2f2e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:06:03 +0000 Subject: [PATCH 06556/10074] melange: update 0.26.9 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 8a4af3eeeb343..33c3db789b936 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef865dec44ae32a2b1bcab66c7fc5f642d8824818456465554513d97ef7bb0e1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "62873f68e7fb0b6fa1f474cf1eeb2716d4a0f5af985b567294e8f00e3f44cc31" - sha256 cellar: :any_skip_relocation, arm64_ventura: "43d3ee59c0d903d3cc305d98712b579faaa11cba5a818abdbcdc75f1d4659d8e" - sha256 cellar: :any_skip_relocation, sonoma: "9d2771446fc667143b0b50d4b80146ae11c0bf4b85e30859a2faa11bdb0bdaf9" - sha256 cellar: :any_skip_relocation, ventura: "56692c4a2a60ed44ef2c79ba0c50c6ddb2e82290e6cd6d0d6c5fac8f8efc05b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1938c2ca1b25989385747c0cb0b49e48e944eef66ad43552b80a98ed5eeee32" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8bc773f6e67988ec1a04297715d76034073baae716b9eb574892f6e933b37e7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b289530d4d68367fd7434199894eb07695be606119100d90eeb4b2b8b666dbd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "11dabb710e51f59b02ba59eed8f77b1e45bd1b8a7d7023405c92d1a07922ebe9" + sha256 cellar: :any_skip_relocation, sonoma: "4376893d434337857abd2288904e357c53f20b07b527a06f68c00bfae16bd8ad" + sha256 cellar: :any_skip_relocation, ventura: "6e2c4cb63026b95f869866e98ace86884a60f96866e7cb397bba70f5103429da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2cace09510f720dc861dc2348ffd6e6bb80281d27aa2ffabf619b0d53aa77c33" end depends_on "go" => :build From 67d468ab479a65112a7b8ad5b77878e7ed310878 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:06:46 +0000 Subject: [PATCH 06557/10074] vercel-cli: update 43.0.0 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 4d48cc4375e63..76f914776ab62 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "df30b6cdcb53b954834be2beab81b1ba0684a878d9e7441f488d183b3d617373" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "df30b6cdcb53b954834be2beab81b1ba0684a878d9e7441f488d183b3d617373" - sha256 cellar: :any_skip_relocation, arm64_ventura: "df30b6cdcb53b954834be2beab81b1ba0684a878d9e7441f488d183b3d617373" - sha256 cellar: :any_skip_relocation, sonoma: "301528d8d1d071baecf6ecbcbf35e73d3c9303c794e13db3c5b347c663938b04" - sha256 cellar: :any_skip_relocation, ventura: "301528d8d1d071baecf6ecbcbf35e73d3c9303c794e13db3c5b347c663938b04" - sha256 cellar: :any_skip_relocation, arm64_linux: "76df14c388beb00badb7e04b7e10e4a07ec178f51c680098085403d26ec83565" - sha256 cellar: :any_skip_relocation, x86_64_linux: "240762bf6b644a49a813586927e720b53fddec1b3abc3781273853a52ebc7c4e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3179a33549939bbbe34be8900c918774417ce1a5345f787e3f2a992fdac3fd9e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3179a33549939bbbe34be8900c918774417ce1a5345f787e3f2a992fdac3fd9e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3179a33549939bbbe34be8900c918774417ce1a5345f787e3f2a992fdac3fd9e" + sha256 cellar: :any_skip_relocation, sonoma: "1529c5c6a2d1c4327f634d5f6eadebbb60a9ff9b1f3261109bcf95083aafc9cc" + sha256 cellar: :any_skip_relocation, ventura: "1529c5c6a2d1c4327f634d5f6eadebbb60a9ff9b1f3261109bcf95083aafc9cc" + sha256 cellar: :any_skip_relocation, arm64_linux: "7e09ef469ba5b901246b33ea0a7a181837868ef8b46f036e3da9d5f850d6c19d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81fda4971592731b1feb3cfe77f4b281442f9393d0e3dcbc9c7cb1b2fba3a673" end depends_on "node" From 2b6149b1bd0a995616442fab694e963af4240b33 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 11 Jun 2025 18:08:20 +0300 Subject: [PATCH 06558/10074] unciv 4.16.15 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/u/unciv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index ec8f0e86898d3..d0d98aa3e155a 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -1,8 +1,8 @@ class Unciv < Formula desc "Open-source Android/Desktop remake of Civ V" homepage "https://github.com/yairm210/Unciv" - url "https://github.com/yairm210/Unciv/releases/download/4.16.12/Unciv.jar" - sha256 "c89c22b92380f559536c308fe75df9e3ea5ffe7580ba99f1e24d613094a3d1da" + url "https://github.com/yairm210/Unciv/releases/download/4.16.15/Unciv.jar" + sha256 "76eed69d289d27976f3c7cd73fda7b8097087ce3a5c169bc9f692bd267b215a4" license "MPL-2.0" livecheck do From 1ad2d0e25d0f1a90149dd32fb32629358521800e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 11 Jun 2025 16:16:54 +0100 Subject: [PATCH 06559/10074] Tweak GitHub Actions workflows - prepare to use `main` instead of `master`. - use synced `actionlint.yml` to simplify Homebrew/.github sync logic. --- .github/workflows/actionlint.yml | 37 ++++++++++--------- .github/workflows/autobump.yml | 2 + .github/workflows/cache.yml | 2 + .../workflows/remove-disabled-packages.yml | 4 +- .github/workflows/scheduled.yml | 3 ++ .github/workflows/tests.yml | 11 ++++-- 6 files changed, 37 insertions(+), 22 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 6c2b37f5d3440..70736ee37b175 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -1,8 +1,10 @@ -name: actionlint +# This file is synced from the `.github` repository, do not modify it directly. +name: Actionlint on: push: branches: + - main - master paths: - '.github/workflows/*.ya?ml' @@ -28,53 +30,52 @@ env: permissions: {} -# FIXME: The `Install tools` step fails inside the Docker container for some reason. jobs: workflow_syntax: if: github.repository_owner == 'Homebrew' runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Set up Homebrew id: setup-homebrew uses: Homebrew/actions/setup-homebrew@master with: - core: true + core: false cask: false test-bot: false - name: Install tools run: brew install actionlint shellcheck zizmor - - name: Set up GITHUB_WORKSPACE - env: - HOMEBREW_TAP_REPOSITORY: ${{ steps.setup-homebrew.outputs.repository-path }} - run: | - # Annotations work only relative to GITHUB_WORKSPACE - (shopt -s dotglob; rm -rf "${GITHUB_WORKSPACE:?}"/*; mv "${HOMEBREW_TAP_REPOSITORY:?}"/* "$GITHUB_WORKSPACE") - rmdir "$HOMEBREW_TAP_REPOSITORY" - ln -vs "$GITHUB_WORKSPACE" "$HOMEBREW_TAP_REPOSITORY" + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - run: zizmor --format sarif . > results.sarif - name: Upload SARIF file uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + # We can't use the SARIF file when triggered by `merge_group` so we don't upload it. + if: always() && github.event_name != 'merge_group' with: name: results.sarif path: results.sarif - name: Set up actionlint - run: | - # Setting `shell: /bin/bash` prevents shellcheck from running on - # those steps, so let's change them to `shell: bash` for linting. - sed -i 's|shell: /bin/bash -x|shell: bash -x|' .github/workflows/*.y*ml - # The JSON matcher needs to be accessible to the container host. - cp "$(brew --repository)/.github/actionlint-matcher.json" "$HOME" - echo "::add-matcher::$HOME/actionlint-matcher.json" + run: echo "::add-matcher::$(brew --repository)/.github/actionlint-matcher.json" - run: actionlint upload_sarif: needs: workflow_syntax + # We want to always upload this even if `actionlint` failed. + # This is only available on public repositories. + if: > + always() && + !contains(fromJSON('["cancelled", "skipped"]'), needs.workflow_syntax.result) && + !github.event.repository.private && + github.event_name != 'merge_group' runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index 03f07a8852faa..804324557f3e1 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -3,6 +3,7 @@ name: Bump formulae on schedule or request on: push: branches: + - main - master paths: - .github/workflows/autobump.yml @@ -27,6 +28,7 @@ jobs: if: github.repository_owner == 'Homebrew' runs-on: ubuntu-latest container: + # TODO: switch to main when we're pushing those images image: ghcr.io/homebrew/ubuntu22.04:master env: GNUPGHOME: /tmp/gnupghome diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 2fd3e41a573ca..7923e0b24cfeb 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -8,6 +8,7 @@ on: paths: - .github/workflows/cache.yml branches: + - main - master schedule: - cron: '30 19/6 * * *' @@ -33,6 +34,7 @@ jobs: if: github.repository_owner == 'Homebrew' runs-on: ubuntu-latest container: + # TODO: switch to main when we're pushing those images image: ghcr.io/homebrew/ubuntu22.04:master outputs: runners: ${{ steps.determine-runners.outputs.runners }} diff --git a/.github/workflows/remove-disabled-packages.yml b/.github/workflows/remove-disabled-packages.yml index 0d96feec678dd..0dec3c028e53e 100644 --- a/.github/workflows/remove-disabled-packages.yml +++ b/.github/workflows/remove-disabled-packages.yml @@ -3,6 +3,7 @@ name: Remove disabled packages on: push: branches: + - main - master paths: - .github/workflows/remove-disabled-packages.yml @@ -29,6 +30,7 @@ jobs: if: github.repository_owner == 'Homebrew' runs-on: ubuntu-latest container: + # TODO: switch to main when we're pushing those images image: ghcr.io/homebrew/ubuntu22.04:master env: REMOVAL_BRANCH: remove-disabled-packages @@ -80,7 +82,7 @@ jobs: uses: Homebrew/actions/create-pull-request@master with: token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}} - base: master + base: HEAD head: ${{env.REMOVAL_BRANCH}} title: Remove disabled packages labels: CI-no-bottles diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 3d23c61d7aa60..77843a4ae1f87 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -3,6 +3,7 @@ name: Scheduled online check on: push: branches: + - main - master paths: - .github/workflows/scheduled.yml @@ -32,6 +33,7 @@ jobs: if: startsWith( github.repository, 'Homebrew/' ) runs-on: ubuntu-latest container: + # TODO: switch to main when we're pushing those images image: ghcr.io/homebrew/ubuntu22.04:master outputs: json: ${{ steps.matrix.outputs.json }} @@ -96,6 +98,7 @@ jobs: if: startsWith( github.repository, 'Homebrew/' ) runs-on: ubuntu-latest container: + # TODO: switch to main when we're pushing those images image: ghcr.io/homebrew/ubuntu22.04:master permissions: issues: write diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6ccfc7ee389a1..1153e0c616071 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,6 +3,7 @@ name: CI on: push: branches: + - main - master pull_request: merge_group: @@ -42,6 +43,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: ${{ matrix.stable }} container: + # TODO: switch to main when we're pushing those images image: ghcr.io/homebrew/ubuntu22.04:${{ matrix.stable && 'latest' || 'master'}} env: HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1 @@ -59,8 +61,8 @@ jobs: uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: /home/linuxbrew/.cache/Homebrew/style - key: style-cache-${{ matrix.stable && 'stable-' || 'master-' }}${{ github.sha }} - restore-keys: style-cache-${{ matrix.stable && 'stable-' || 'master-' }} + key: style-cache-${{ matrix.stable && 'stable-' || 'main-' }}${{ github.sha }} + restore-keys: style-cache-${{ matrix.stable && 'stable-' || 'main-' }} - run: brew test-bot --only-tap-syntax ${{ matrix.stable && '--stable' || '' }} @@ -68,6 +70,7 @@ jobs: if: github.repository_owner == 'Homebrew' && github.event_name != 'push' runs-on: ubuntu-latest container: + # TODO: switch to main when we're pushing those images image: ghcr.io/homebrew/ubuntu22.04:master outputs: testing_formulae: ${{ steps.formulae-detect.outputs.testing_formulae }} @@ -89,7 +92,7 @@ jobs: if: > github.event_name == 'merge_group' || (contains(github.event.pull_request.labels.*.name, 'CI-published-bottle-commits') && - github.base_ref != 'master') + github.base_ref != 'master' && github.base_ref != 'main') env: TESTING_FORMULAE: ${{ steps.formulae-detect.outputs.formulae_to_fetch }} run: brew test-bot --only-bottles-fetch --testing-formulae="$TESTING_FORMULAE" @@ -182,6 +185,7 @@ jobs: !fromJson(needs.setup_tests.outputs.syntax-only) runs-on: ubuntu-latest container: + # TODO: switch to main when we're pushing those images image: ghcr.io/homebrew/ubuntu22.04:master outputs: runners: ${{steps.determine-runners.outputs.runners}} @@ -310,6 +314,7 @@ jobs: fromJson(needs.setup_dep_tests.outputs.test-dependents) runs-on: ubuntu-latest container: + # TODO: switch to main when we're pushing those images image: ghcr.io/homebrew/ubuntu22.04:master outputs: runners: ${{steps.determine-dependent-runners.outputs.runners}} From 830e056317116f09da61ef85a07ed37454a700eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:21:21 +0000 Subject: [PATCH 06560/10074] onlykey-agent: update 1.1.15_6 bottle. --- Formula/o/onlykey-agent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/onlykey-agent.rb b/Formula/o/onlykey-agent.rb index 3dd53b020d8ea..f84f4963ac3ac 100644 --- a/Formula/o/onlykey-agent.rb +++ b/Formula/o/onlykey-agent.rb @@ -11,13 +11,13 @@ class OnlykeyAgent < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "1fd5cda3116c1be1b089204ffc6cc5e0a3b51d407f300449499c0b6a5054d24f" - sha256 cellar: :any, arm64_sonoma: "d373f7b075ca5c08c796c93d8db07f04b50c77d3a1ed07c7312565175c7db351" - sha256 cellar: :any, arm64_ventura: "6a0c1ccdc2e25dddfdc479def452668e15c11ebd683553ef96915a90d365f518" - sha256 cellar: :any, sonoma: "e5a219ca7395fbe4705ec88c9ad3cea3f36ad31c4754dd6e58e0a2810bd77847" - sha256 cellar: :any, ventura: "783136c6cd5f5e28cae7a63822ed57a7b1ef0d5f9eb9e6e4b3eefb84e7743cb1" - sha256 cellar: :any_skip_relocation, arm64_linux: "cc68591a1a7b0f542ccb0ad7694e4daee1574bc81b7d85f3c74457f8cb6516e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0fe1781d31723a2e8e57e720ae38b3f8f93afc18e0f34124a539169912c16815" + sha256 cellar: :any, arm64_sequoia: "96b32e7cc840fe0bf3bf1436377dac7ff1ade862912b39e9a6d9e181f51aab8a" + sha256 cellar: :any, arm64_sonoma: "7974b523c467d1596f4510eee8e28b606c9b0047927f3424690a29e6dd39bafe" + sha256 cellar: :any, arm64_ventura: "76775fb1b788a3400c2f20f2be653f182ebd7dbf559173bdb49532747f952243" + sha256 cellar: :any, sonoma: "afb6da530494e63195026ed3175d0e6d44767385cff7f641126a8bf0ccd3f519" + sha256 cellar: :any, ventura: "4bbd217022a81f2c23fa42f33d100013d83a8c869bfd29fc3844198817e55458" + sha256 cellar: :any_skip_relocation, arm64_linux: "787ee6247ea864dae1fa303d55457525f17e2b34b3cb73cc422dcf5343cb97d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d49aa8266003774df76336a85cf8430f1e6faf66fbf90abbb4ae68b9b6a5935" end depends_on "pkgconf" => :build From 1afde40e010b2567510efdcffb123221d7ee9e4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:50:37 +0000 Subject: [PATCH 06561/10074] angular-cli 20.0.2 --- Formula/a/angular-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index 2275d8e091d55..5d3c3618430e1 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -1,8 +1,8 @@ class AngularCli < Formula desc "CLI tool for Angular" homepage "https://angular.dev/cli/" - url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.1.tgz" - sha256 "41665e3e3b4e0c5098222901a2ff4ee6a86f5c38d6a91e1bab63f239a185d776" + url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.2.tgz" + sha256 "b174fc767d1e3507108df8c190b90783f5fa91375966192565db704f40dec3ac" license "MIT" bottle do From 732de3b5ef93534b3ae63828a8144037e8c4b163 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:52:25 +0000 Subject: [PATCH 06562/10074] basedpyright 1.29.3 --- Formula/b/basedpyright.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/basedpyright.rb b/Formula/b/basedpyright.rb index e94bcdfa55cc8..8b3351aef7bbe 100644 --- a/Formula/b/basedpyright.rb +++ b/Formula/b/basedpyright.rb @@ -1,8 +1,8 @@ class Basedpyright < Formula desc "Pyright fork with various improvements and built-in pylance features" homepage "https://github.com/DetachHead/basedpyright" - url "https://registry.npmjs.org/basedpyright/-/basedpyright-1.29.2.tgz" - sha256 "0b4102241d807938f76e537da040f6d0b0342c8f7bb2606f28a862abc5f71ba5" + url "https://registry.npmjs.org/basedpyright/-/basedpyright-1.29.3.tgz" + sha256 "953835d8fb18769906b3e6def9f7882d4dd7b572902e105f71394ee042987a00" license "MIT" bottle do From 3cce7662cdec99d887d38054d0ee2533fc480a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine?= Date: Wed, 11 Jun 2025 17:55:34 +0200 Subject: [PATCH 06563/10074] meilisearch 1.15.1 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/meilisearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/meilisearch.rb b/Formula/m/meilisearch.rb index 7e3723092ee78..4bc9421b0a4a2 100644 --- a/Formula/m/meilisearch.rb +++ b/Formula/m/meilisearch.rb @@ -1,8 +1,8 @@ class Meilisearch < Formula desc "Ultra relevant, instant and typo-tolerant full-text search API" homepage "https://docs.meilisearch.com/" - url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.15.0.tar.gz" - sha256 "6e7f6e0474ad1d940903ff71c0369f610137849159a27335d9ba503a78d81d4a" + url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.15.1.tar.gz" + sha256 "67e7201a58bca5abfe23eb291c0d0261f0d81f7fd39415fbc502391d1879d63d" license "MIT" # There can be a notable gap between when a version is tagged and a From 8c441a538399971467411c80a94747d85645c45d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:01:29 +0000 Subject: [PATCH 06564/10074] unciv: update 4.16.15 bottle. --- Formula/u/unciv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index d0d98aa3e155a..ccd4d1e284cf9 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -13,7 +13,7 @@ class Unciv < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "34a832b1d49180100009f26c4f1370efcec2fd2bb471b5f4342892a5922e6c8a" + sha256 cellar: :any_skip_relocation, all: "7d3df953867ab2f2746ff2998b15aa96730b5ba1eae74de46cd51409d7f4798b" end depends_on "openjdk" From 7657d7420fbde4c9d0f6c18839e845b224176d23 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:01:57 +0000 Subject: [PATCH 06565/10074] fern-api 0.64.4 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 5523e81c2db26..9a31dac326ba3 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.3.tgz" - sha256 "1217e8160fe8384b6af14102c9be456fdd6620ac97ac2ea8317164dc66e78c2a" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.4.tgz" + sha256 "68f5ea0fb4084b36151369222290a7a10a24275c57c91d31d1528b368c6d8f67" license "Apache-2.0" bottle do From f75cfad0331579d9286a646fa7f0de0265a9d7be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:03:19 +0000 Subject: [PATCH 06566/10074] gauge 1.6.17 --- Formula/g/gauge.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gauge.rb b/Formula/g/gauge.rb index 5118b1f7260e5..250955e92528c 100644 --- a/Formula/g/gauge.rb +++ b/Formula/g/gauge.rb @@ -1,8 +1,8 @@ class Gauge < Formula desc "Test automation tool that supports executable documentation" homepage "https://gauge.org" - url "https://github.com/getgauge/gauge/archive/refs/tags/v1.6.16.tar.gz" - sha256 "baf9e73b0d4b2efc69a4f3b18f31974629a90be6cb9e54ce90935b2c7700528e" + url "https://github.com/getgauge/gauge/archive/refs/tags/v1.6.17.tar.gz" + sha256 "31d49050dc0370aef3cae6e96ec493d843d6e73fa17e2a7738dc02bbeca04667" license "Apache-2.0" head "https://github.com/getgauge/gauge.git", branch: "master" From 9d3fab4c600562ffebe7757819c11826e1792875 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:17:02 +0000 Subject: [PATCH 06567/10074] mvt: bump python resources --- Formula/m/mvt.rb | 51 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/Formula/m/mvt.rb b/Formula/m/mvt.rb index f44c2406598d6..5bcf3702067e0 100644 --- a/Formula/m/mvt.rb +++ b/Formula/m/mvt.rb @@ -5,7 +5,8 @@ class Mvt < Formula homepage "https://docs.mvt.re/en/latest/" url "https://files.pythonhosted.org/packages/cb/59/ebec439c4f00a2a2f290fe5123e0d697024e43b7d8cf107a057c79cc7298/mvt-2.6.0.tar.gz" sha256 "5ef62cac4c84f9b6707bfc83c47f33afdf8e6a2a16bf8156701c5595969b8c29" - license :cannot_represent # Adaptation of MPL-2.0 + license :cannot_represent + revision 1 # Adaptation of MPL-2.0 head "https://github.com/mvt-project/mvt.git", branch: "main" bottle do @@ -34,13 +35,13 @@ class Mvt < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -54,8 +55,8 @@ class Mvt < Formula end resource "libusb1" do - url "https://files.pythonhosted.org/packages/d9/b7/9e833af6cb52fa2aece1c6a1378667ca0172bead14f63ffccc3cb9862df3/libusb1-3.2.0.tar.gz" - sha256 "a11a6095e718cd49418a96329314da271cca6be7b4317a142724523371ac8961" + url "https://files.pythonhosted.org/packages/a2/7f/c59ad56d1bca8fa4321d1bb77ba4687775751a4deceec14943a44da18ca0/libusb1-3.3.1.tar.gz" + sha256 "3951d360f2daf0e0eacf839e15d2d1d2f4f5e7830231eb3188eeffef2dd17bad" end resource "markdown-it-py" do @@ -69,13 +70,13 @@ class Mvt < Formula end resource "nskeyedunarchiver" do - url "https://files.pythonhosted.org/packages/e8/d9/227a00737de97609b0b2d161905f03bb8e246df0498ec5735b83166eef8f/NSKeyedUnArchiver-1.5.tar.gz" - sha256 "eeda0480021817336e0ffeaca80377c1a8f08ecc5fc06be483b48c44bad414f4" + url "https://files.pythonhosted.org/packages/50/68/8e48609f2c3554917d3c305e5ec9ba8f3d1ddcadba221d52c1f63b713ded/nskeyedunarchiver-1.5.2.tar.gz" + sha256 "d9a2d5d48ea9e2c78d31bfbfc4a97c02794192f3b4548342d727d54bdd20beba" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pyahocorasick" do @@ -89,8 +90,8 @@ class Mvt < Formula end resource "pycryptodome" do - url "https://files.pythonhosted.org/packages/13/52/13b9db4a913eee948152a079fe58d035bd3d1a519584155da8e786f767e6/pycryptodome-3.21.0.tar.gz" - sha256 "f7787e0d469bdae763b876174cf2e6c0f7be79808af26b1da96f1a64bcf47297" + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end resource "pygments" do @@ -104,33 +105,33 @@ class Mvt < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do - url "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz" - sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" + url "https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz" + sha256 "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" end resource "rsa" do - url "https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-4.9.tar.gz" - sha256 "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" + url "https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4/rsa-4.9.1.tar.gz" + sha256 "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75" end resource "simplejson" do - url "https://files.pythonhosted.org/packages/3d/29/085111f19717f865eceaf0d4397bf3e76b08d60428b076b64e2a1903706d/simplejson-3.19.3.tar.gz" - sha256 "8e086896c36210ab6050f2f9f095a5f1e03c83fa0e7f296d6cba425411364680" + url "https://files.pythonhosted.org/packages/af/92/51b417685abd96b31308b61b9acce7ec50d8e1de8fbc39a7fd4962c60689/simplejson-3.20.1.tar.gz" + sha256 "e64139b4ec4f1f24c142ff7dcafe55a22b811a74d86d66560c8815687143037d" end resource "tld" do - url "https://files.pythonhosted.org/packages/19/2b/678082222bc1d2823ea8384c6806085b85226ff73885c703fe0c7143ef64/tld-0.13.tar.gz" - sha256 "93dde5e1c04bdf1844976eae440706379d21f4ab235b73c05d7483e074fb5629" + url "https://files.pythonhosted.org/packages/df/a1/5723b07a70c1841a80afc9ac572fdf53488306848d844cd70519391b0d26/tld-0.13.1.tar.gz" + sha256 "75ec00936cbcf564f67361c41713363440b6c4ef0f0c1592b5b0fbe72c17a350" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From bd73df962216f876081d569225abecfedbce1a8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:14:34 +0000 Subject: [PATCH 06568/10074] mx 7.54.9 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index d70a28cbd5ef8..0af74aa49c506 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.54.8.tar.gz" - sha256 "b8409a4c6a1a304a5803909b9fe94b843d201ca3f6f6dd01880109642876c0a5" + url "https://github.com/graalvm/mx/archive/refs/tags/7.54.9.tar.gz" + sha256 "e649ff4f4e09237924804c96848d84d10a7638850fe07ca3e2ac41a123bc2f9d" license "GPL-2.0-only" livecheck do From 3a3fdd4934a484d38f36947b874f654979ebd854 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:14:55 +0000 Subject: [PATCH 06569/10074] angular-cli: update 20.0.2 bottle. --- Formula/a/angular-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index 5d3c3618430e1..7b95f1013b793 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -6,13 +6,13 @@ class AngularCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" - sha256 cellar: :any_skip_relocation, sonoma: "ab382544be13efafef6510d3d3a817759b1ef0117ce451f04d82c9751de10414" - sha256 cellar: :any_skip_relocation, ventura: "ab382544be13efafef6510d3d3a817759b1ef0117ce451f04d82c9751de10414" - sha256 cellar: :any_skip_relocation, arm64_linux: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b0f38c014199f4af0f2f5095831534b447a7df4f83b4027b4bbe50b9989a992f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" + sha256 cellar: :any_skip_relocation, sonoma: "11a68cf4964052150d376f7d354a348e81acb107dd20743e16db4d13bfbf3c2d" + sha256 cellar: :any_skip_relocation, ventura: "11a68cf4964052150d376f7d354a348e81acb107dd20743e16db4d13bfbf3c2d" + sha256 cellar: :any_skip_relocation, arm64_linux: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" end depends_on "node" From d5683e4343908cdb926652dccbfca3085b95d241 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:19:34 +0000 Subject: [PATCH 06570/10074] gauge: update 1.6.17 bottle. --- Formula/g/gauge.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gauge.rb b/Formula/g/gauge.rb index 250955e92528c..ed9ad9af79bcd 100644 --- a/Formula/g/gauge.rb +++ b/Formula/g/gauge.rb @@ -7,12 +7,12 @@ class Gauge < Formula head "https://github.com/getgauge/gauge.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d76a313f5142e43f247541a3bf3ec21dc9a5b3906a4236684e2101e92526ae74" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "89b40576e0b4844b4ecc998ab0f42d84225e4c379730e49a136e5fb24a4df9f9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9836bd190756b64451629102234b5ba269f48489964f58a05aac1af59260d642" - sha256 cellar: :any_skip_relocation, sonoma: "44a44bb09fa06166b64a12a09245dde9c42573322b9cefa5d5af6f4aedcd4e13" - sha256 cellar: :any_skip_relocation, ventura: "940a33d1868bf43fe4090f178663e02406b8f7b931ee25e8709fa21de8b35036" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1440076c82cd4f63bc245d3f84a2c36ba0050a9088def9e5713b0e82dcaf4d89" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b62c7fefa282d27d7eaeaaea76f8d992763d9c2c1eecc549ed60aedb8280bb8c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "349b054ffb0e21c9f84fc82ad44755492afbe584201edec255f2a24a50ca6233" + sha256 cellar: :any_skip_relocation, arm64_ventura: "136b22a5610ae6f4e55539e9b2afa512e4ad8a19d07f41722fa760e1b42da6b9" + sha256 cellar: :any_skip_relocation, sonoma: "52396c3f28540de2592ea83b17a4876b07c58aa67a8a2c8d77066cfc15a3485f" + sha256 cellar: :any_skip_relocation, ventura: "74727646b7faa9dd2db5ea4884910d0decba3b3438aa60d2c274d406eb787a04" + sha256 cellar: :any_skip_relocation, x86_64_linux: "413ec6f235552142c5b93c836bc44c1a554eaf54011e18582dda667cba60ed26" end depends_on "go" => :build From 32c27ddcddd379f8ef6906d69e10e8c9de112503 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:20:53 +0000 Subject: [PATCH 06571/10074] basedpyright: update 1.29.3 bottle. --- Formula/b/basedpyright.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/basedpyright.rb b/Formula/b/basedpyright.rb index 8b3351aef7bbe..41cc7bbf0c953 100644 --- a/Formula/b/basedpyright.rb +++ b/Formula/b/basedpyright.rb @@ -6,13 +6,13 @@ class Basedpyright < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "89b2e69f3e73011b862309ae6c7860f3fdd65434e01891bdaec4767279402148" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "89b2e69f3e73011b862309ae6c7860f3fdd65434e01891bdaec4767279402148" - sha256 cellar: :any_skip_relocation, arm64_ventura: "89b2e69f3e73011b862309ae6c7860f3fdd65434e01891bdaec4767279402148" - sha256 cellar: :any_skip_relocation, sonoma: "52024ff55b370f0191ccb786fc57fe4bbf2b9c6806f1bf246d5060d1aec12c44" - sha256 cellar: :any_skip_relocation, ventura: "52024ff55b370f0191ccb786fc57fe4bbf2b9c6806f1bf246d5060d1aec12c44" - sha256 cellar: :any_skip_relocation, arm64_linux: "89b2e69f3e73011b862309ae6c7860f3fdd65434e01891bdaec4767279402148" - sha256 cellar: :any_skip_relocation, x86_64_linux: "89b2e69f3e73011b862309ae6c7860f3fdd65434e01891bdaec4767279402148" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" + sha256 cellar: :any_skip_relocation, sonoma: "5b445672fbd95bc6b5aaa6ae1063b611a424fd6069290ab25e60dd678bcf6096" + sha256 cellar: :any_skip_relocation, ventura: "5b445672fbd95bc6b5aaa6ae1063b611a424fd6069290ab25e60dd678bcf6096" + sha256 cellar: :any_skip_relocation, arm64_linux: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" end depends_on "node" From 8507c606109c2a05a381b4b3f69e3d76f319265e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:58:11 +0000 Subject: [PATCH 06572/10074] cycode 3.2.0 Signed-off-by: Rui Chen --- Formula/c/cycode.rb | 93 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 90 insertions(+), 3 deletions(-) diff --git a/Formula/c/cycode.rb b/Formula/c/cycode.rb index 5b725e90a14f7..460191f209cea 100644 --- a/Formula/c/cycode.rb +++ b/Formula/c/cycode.rb @@ -3,10 +3,9 @@ class Cycode < Formula desc "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning" homepage "https://github.com/cycodehq/cycode-cli" - url "https://files.pythonhosted.org/packages/98/e1/0b87e092c2a05a193628b9f28fb4f243f2498f87a726b2262aae67e92e30/cycode-3.1.0.tar.gz" - sha256 "de26d4df0f6a92df89923c87c6c46d244d944d2a092ea4a661ee866092fccb84" + url "https://files.pythonhosted.org/packages/5d/0e/218047f13e200fcd1b7f372bf9b10b64a18cb1b66da798fb2ac8a937d4f6/cycode-3.2.0.tar.gz" + sha256 "b35b17ad7dfbf114997b2c916d3ed7420361483d88f0fdca5eb65028469a8420" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "d8256c7cad464c9dcf03709ffe984ceeb49d5457e20ef83ccd360dd21ab1c328" @@ -18,10 +17,23 @@ class Cycode < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "940b0749abc389d80a83c75fb6458fd12492e25d4103742b1b7ebc75be3eb551" end + depends_on "maturin" => :build # for mcp + depends_on "pkgconf" => :build + depends_on "rust" => :build # for mcp, upstream bug report, https://github.com/PyO3/maturin/issues/2642 depends_on "certifi" depends_on "libyaml" depends_on "python@3.13" + resource "annotated-types" do + url "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz" + sha256 "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" + end + + resource "anyio" do + url "https://files.pythonhosted.org/packages/95/7d/4c1bd541d4dffa1b52bd83fb8527089e097a106fc90b467a7313b105f840/anyio-4.9.0.tar.gz" + sha256 "673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028" + end + resource "arrow" do url "https://files.pythonhosted.org/packages/2e/00/0f6e8fcdb23ea632c866620cc872729ff43ed91d284c866b515c6342b173/arrow-1.3.0.tar.gz" sha256 "d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85" @@ -62,6 +74,26 @@ class Cycode < Formula sha256 "c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269" end + resource "h11" do + url "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz" + sha256 "4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" + end + + resource "httpcore" do + url "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz" + sha256 "6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" + end + + resource "httpx" do + url "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz" + sha256 "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" + end + + resource "httpx-sse" do + url "https://files.pythonhosted.org/packages/4c/60/8f4281fa9bbf3c8034fd54c0e7412e66edbab6bc74c4996bd616f8d0406e/httpx-sse-0.4.0.tar.gz" + sha256 "1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721" + end + resource "idna" do url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" @@ -77,6 +109,11 @@ class Cycode < Formula sha256 "4972f529104a220bb8637d595aa4c9762afbe7f7a77d82dc58c1615d70c5823e" end + resource "mcp" do + url "https://files.pythonhosted.org/packages/f2/df/8fefc0c6c7a5c66914763e3ff3893f9a03435628f6625d5e3b0dc45d73db/mcp-1.9.3.tar.gz" + sha256 "587ba38448e81885e5d1b84055cfcc0ca56d35cd0c58f50941cab01109405388" + end + resource "mdurl" do url "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz" sha256 "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" @@ -92,6 +129,21 @@ class Cycode < Formula sha256 "52fd46ee46f6c8667692682c1fd7134edc65a2d2d084ebec1d295a6087fc0291" end + resource "pydantic" do + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + end + + resource "pydantic-core" do + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" + end + + resource "pydantic-settings" do + url "https://files.pythonhosted.org/packages/67/1d/42628a2c33e93f8e9acbde0d5d735fa0850f3e6a2f8cb1eb6c40b9a732ac/pydantic_settings-2.9.1.tar.gz" + sha256 "c509bf79d27563add44e8446233359004ed85066cd096d8b510f715e6ef5d268" + end + resource "pygments" do url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" @@ -107,6 +159,16 @@ class Cycode < Formula sha256 "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" end + resource "python-dotenv" do + url "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz" + sha256 "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" + end + + resource "python-multipart" do + url "https://files.pythonhosted.org/packages/f3/87/f44d7c9f274c7ee665a29b885ec97089ec5dc034c7f3fafa03da9e39a09e/python_multipart-0.0.20.tar.gz" + sha256 "8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13" + end + resource "pyyaml" do url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz" sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" @@ -142,6 +204,21 @@ class Cycode < Formula sha256 "26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5" end + resource "sniffio" do + url "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz" + sha256 "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" + end + + resource "sse-starlette" do + url "https://files.pythonhosted.org/packages/8c/f4/989bc70cb8091eda43a9034ef969b25145291f3601703b82766e5172dfed/sse_starlette-2.3.6.tar.gz" + sha256 "0382336f7d4ec30160cf9ca0518962905e1b69b72d6c1c995131e0a703b436e3" + end + + resource "starlette" do + url "https://files.pythonhosted.org/packages/8b/d0/0332bd8a25779a0e2082b0e179805ad39afad642938b371ae0882e7f880d/starlette-0.47.0.tar.gz" + sha256 "1f64887e94a447fed5f23309fb6890ef23349b7e478faa7b24a851cd4eb844af" + end + resource "tenacity" do url "https://files.pythonhosted.org/packages/cd/94/91fccdb4b8110642462e653d5dcb27e7b674742ad68efd146367da7bdb10/tenacity-9.0.0.tar.gz" sha256 "807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b" @@ -162,11 +239,21 @@ class Cycode < Formula sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end + resource "typing-inspection" do + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" + end + resource "urllib3" do url "https://files.pythonhosted.org/packages/c8/93/65e479b023bbc46dab3e092bda6b0005424ea3217d711964ccdede3f9b1b/urllib3-1.26.19.tar.gz" sha256 "3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429" end + resource "uvicorn" do + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" + end + def install # `shellingham` auto-detection doesn't work in Homebrew CI build environment so # defer installation to allow `typer` to use argument as shell for completions From 49b305b6ea86d9de0b898c3b4b097a691b49aa81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:26:18 +0000 Subject: [PATCH 06573/10074] fern-api: update 0.64.4 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 9a31dac326ba3..ad156495f92ef 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "d97265cd8f51a9919c0b36d8703de834e772b0238cf2a0b00f208777aaa5b9b2" + sha256 cellar: :any_skip_relocation, all: "9e3d204ff1ea46ee55c6e6605c1ce951aa38a9d012fe19821c0648ab55617444" end depends_on "node" From 88a841bed1c4bba054823193c0bfbbba2b7c5497 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:30:04 +0000 Subject: [PATCH 06574/10074] wiremock-standalone 3.13.1 --- Formula/w/wiremock-standalone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wiremock-standalone.rb b/Formula/w/wiremock-standalone.rb index 7314334c10273..b7d37f9dd4ef2 100644 --- a/Formula/w/wiremock-standalone.rb +++ b/Formula/w/wiremock-standalone.rb @@ -1,8 +1,8 @@ class WiremockStandalone < Formula desc "Simulator for HTTP-based APIs" homepage "https://wiremock.org/docs/running-standalone/" - url "https://search.maven.org/remotecontent?filepath=org/wiremock/wiremock-standalone/3.13.0/wiremock-standalone-3.13.0.jar" - sha256 "dd0ab1aefeac7f50a1d89992a5a6a5d6ab5a260b660f95137315816e5380bf9c" + url "https://search.maven.org/remotecontent?filepath=org/wiremock/wiremock-standalone/3.13.1/wiremock-standalone-3.13.1.jar" + sha256 "bdf4c705e7fd61c778e59a19f75396eac4520efeabfac97643a53979bd4d5716" license "Apache-2.0" livecheck do From bc4ad7659e46d382fcd27f2d11c5fe075aeb8599 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 11 Jun 2025 09:33:40 -0700 Subject: [PATCH 06575/10074] ldcli 1.15.3 (new formula) Signed-off-by: Patrick Linnane --- .github/autobump.txt | 1 + Formula/l/ldcli.rb | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Formula/l/ldcli.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 81540ebb334b6..95e36cfe52641 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1915,6 +1915,7 @@ lcm lcov ld-find-code-refs ldc +ldcli ldns leaf-proxy leakcanary-shark diff --git a/Formula/l/ldcli.rb b/Formula/l/ldcli.rb new file mode 100644 index 0000000000000..9a3b75ca37519 --- /dev/null +++ b/Formula/l/ldcli.rb @@ -0,0 +1,27 @@ +class Ldcli < Formula + desc "CLI for managing LaunchDarkly feature flags" + homepage "https://launchdarkly.com/docs/home/getting-started/ldcli" + url "https://github.com/launchdarkly/ldcli/archive/refs/tags/v1.15.3.tar.gz" + sha256 "0739727df8569c3be837def35a9ff02904e0b24591aabbc4f62a24f5c4993d27" + license "Apache-2.0" + head "https://github.com/launchdarkly/ldcli.git", branch: "main" + + depends_on "go" => :build + + def install + ldflags = %W[ + -s -w + -X main.version=#{version} + ] + system "go", "build", *std_go_args(ldflags:) + + generate_completions_from_executable(bin/"ldcli", "completion") + end + + test do + assert_match version.to_s, shell_output("#{bin}/ldcli --version") + + assert_match "Invalid account ID header", + shell_output("#{bin}/ldcli flags list --access-token=Homebrew --project=Homebrew 2>&1") + end +end From 6bf5aba2a90d69ca1740b7545f733974fcba8799 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:37:39 +0000 Subject: [PATCH 06576/10074] mx: update 7.54.9 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 0af74aa49c506..397a0bbd3c346 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "b536aa5204367749db63389b35ac312171b7e010703123ae44952b934941a0ec" + sha256 cellar: :any_skip_relocation, all: "4a5279a1aada7b29374a79720ba7800cd92c12298deb4a47979673d7a444c0e4" end depends_on "openjdk" => :test From debe6ca8988f7067084e6cfdb1e2c131291ff8d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:38:55 +0000 Subject: [PATCH 06577/10074] meilisearch: update 1.15.1 bottle. --- Formula/m/meilisearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/meilisearch.rb b/Formula/m/meilisearch.rb index 4bc9421b0a4a2..e245cd5f04ab8 100644 --- a/Formula/m/meilisearch.rb +++ b/Formula/m/meilisearch.rb @@ -14,13 +14,13 @@ class Meilisearch < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dde9b8292bc5f66f0d340e9077223c872de907b43b8b63aff105bdcf0a88815a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "89b1bf29654fb3314d3f5e20d59d807e09e60fd34b3ec349c763bf90d3581a61" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9c8a48fd5e12682c4bc63d165223ecd318bfd894a7fa568713219ce501c3234e" - sha256 cellar: :any_skip_relocation, sonoma: "ec59720955d431fa8039eb89097136e915ce33e0fa373fa44c1f3dc1aa2bb052" - sha256 cellar: :any_skip_relocation, ventura: "3d3392e136fa4c40543044dd96cb11dfacdd1493989dccde504c48416d1b32b1" - sha256 cellar: :any_skip_relocation, arm64_linux: "5f36fc54349e0877b11e8ed3168a9b0508b130eb30e51be8dd1cb01732a3c900" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e1c7d2f18fc01ad435bc58d4aa35b5de5fcc43d8bb09078cb50cc3dcdd58152" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8735754937ba03ee7eb2cda0f1b261e65566f0749f91ca32bf89ea6b80d91aeb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9324d9dcc6dae75a5d1544b889b4e387a8c1b936f63bdd877170fe9a0ee04dbb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b31bae56bc4cc0a1d794ced72df8a1004179c1c0367a76ae02b849274ca77d12" + sha256 cellar: :any_skip_relocation, sonoma: "e6cd1f5b328950b032f6089c2fe607930265cb3ed709b5b320abd82f19fa3d61" + sha256 cellar: :any_skip_relocation, ventura: "2163f8fab713037d68460b6fa6a03fbadc27696d93700805bced73d475765335" + sha256 cellar: :any_skip_relocation, arm64_linux: "d9507824c796e84cf9a23ca7892316bbf7385f128a104808756a9ecb0f3ad37a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe067bc98105a14e9090b9c24f773d03167e91d24c56d53ccf61c65afa6dd564" end depends_on "rust" => :build From 84ac9d450e8e08995007a19fdaa2469c447731f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:04:05 +0000 Subject: [PATCH 06578/10074] haproxy 3.2.1 --- Formula/h/haproxy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/haproxy.rb b/Formula/h/haproxy.rb index dcc908413fe8b..31391b8ea59de 100644 --- a/Formula/h/haproxy.rb +++ b/Formula/h/haproxy.rb @@ -1,8 +1,8 @@ class Haproxy < Formula desc "Reliable, high performance TCP/HTTP load balancer" homepage "https://www.haproxy.org/" - url "https://www.haproxy.org/download/3.2/src/haproxy-3.2.0.tar.gz" - sha256 "f762ae31bca1b51feb89e4395e36e17f867c25372a10853c70d292c3dd17b7b0" + url "https://www.haproxy.org/download/3.2/src/haproxy-3.2.1.tar.gz" + sha256 "bb3f967a797c8851d08683ec43dfafe4ad7bf5ad86fa6b0721cad033ea9e5ae5" license "GPL-2.0-or-later" => { with: "openvpn-openssl-exception" } livecheck do From a3631c338fe243feeb7c553397e5f50b6fee9014 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:06:35 +0000 Subject: [PATCH 06579/10074] kiota 1.27.0 --- Formula/k/kiota.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kiota.rb b/Formula/k/kiota.rb index 32e3b20003d8d..a4da25733dbce 100644 --- a/Formula/k/kiota.rb +++ b/Formula/k/kiota.rb @@ -1,8 +1,8 @@ class Kiota < Formula desc "OpenAPI based HTTP Client code generator" homepage "https://aka.ms/kiota/docs" - url "https://github.com/microsoft/kiota/archive/refs/tags/v1.26.1.tar.gz" - sha256 "aec6a8c4a9b8916e45a63063e8b8f73b3c254b60669f3305d39407eeabac0135" + url "https://github.com/microsoft/kiota/archive/refs/tags/v1.27.0.tar.gz" + sha256 "cbd29d5ac7a581ad845fac6eb19591bdcf4306b698fc399b5ff4e2e4083699b4" license "MIT" head "https://github.com/microsoft/kiota.git", branch: "main" From 77deb7444d10b24fcfa69a2be7f92d59cbbed8d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:14:59 +0000 Subject: [PATCH 06580/10074] ldcli: add 1.15.3 bottle. --- Formula/l/ldcli.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/l/ldcli.rb b/Formula/l/ldcli.rb index 9a3b75ca37519..119081f119d03 100644 --- a/Formula/l/ldcli.rb +++ b/Formula/l/ldcli.rb @@ -6,6 +6,15 @@ class Ldcli < Formula license "Apache-2.0" head "https://github.com/launchdarkly/ldcli.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "641649c78d79f7ef2d6f7a69eb82eaec1e575002f3c315775101cd0c5ca5714c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a80d80df78551298064a22c647541f5f7dbedfaa31a7a5a7c2b1e329a707af26" + sha256 cellar: :any_skip_relocation, arm64_ventura: "964ac434235946fbc8845ca6149f36155428793747ea115ba840ebb675cf36df" + sha256 cellar: :any_skip_relocation, sonoma: "a38772c1dd6f6af380e43897e396908472881420571b2990ce1d5104501a10bd" + sha256 cellar: :any_skip_relocation, ventura: "5856accf4f9bd7ec17a34d7a5184f8b253e4fc0cd078432046210c80a4326b81" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6f13544ef2d9b4c3bba419aadaacf4df17bb527428c49d15684d8abc3b74aba3" + end + depends_on "go" => :build def install From 6ce02e026ff03e5419ea0aa7d94a39740124333c Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 11 Jun 2025 21:09:30 +0200 Subject: [PATCH 06581/10074] gitwatch 0.3 Signed-off-by: botantony --- .github/autobump.txt | 1 + Formula/g/gitwatch.rb | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 95e36cfe52641..e1aeb61a1569d 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1318,6 +1318,7 @@ gitql gitsign gittuf gitu +gitwatch giza gjs gkrellm diff --git a/Formula/g/gitwatch.rb b/Formula/g/gitwatch.rb index d5d60f8a34140..af03a0f1d5687 100644 --- a/Formula/g/gitwatch.rb +++ b/Formula/g/gitwatch.rb @@ -1,13 +1,11 @@ class Gitwatch < Formula desc "Watch a file or folder and automatically commit changes to a git repo easily" homepage "https://github.com/gitwatch/gitwatch" - url "https://github.com/gitwatch/gitwatch/archive/refs/tags/v0.2.tar.gz" - sha256 "38fd762d2fa0e18312b50f056d9fd888c3038dc2882516687247b541b6649b25" + url "https://github.com/gitwatch/gitwatch/archive/refs/tags/v0.3.tar.gz" + sha256 "43a1efd96b57b11e8924850d338d17fc0f5fc52c19470eb3b515c2f07253cb73" license "GPL-3.0-or-later" head "https://github.com/gitwatch/gitwatch.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1e9e09c605119ebd8b800d20fd044357916da5e458c5624fa83cfeac13971b72" From 46464649d9898c5a810b15a99728880066e03d37 Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 11 Jun 2025 21:15:21 +0200 Subject: [PATCH 06582/10074] mac 11.17 Signed-off-by: botantony --- Formula/m/mac.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index 6251d58afdf8f..8f461f995fc25 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -1,9 +1,9 @@ class Mac < Formula desc "Monkey's Audio lossless codec" homepage "https://www.monkeysaudio.com" - url "https://monkeysaudio.com/files/MAC_1116_SDK.zip" - version "11.16" - sha256 "97a35eb11bbcc44630acb7c3d5d717d6d1faae05a4a2e526bcf4004d74fa0161" + url "https://monkeysaudio.com/files/MAC_1117_SDK.zip" + version "11.17" + sha256 "d6b221d08eb57028a452d06057b4cc74c5b5d47bc542aed36f5b79404fd16b96" license "BSD-3-Clause" livecheck do From 428e1683c2433419389dca40dfa4a5797efd9f53 Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 11 Jun 2025 21:16:35 +0200 Subject: [PATCH 06583/10074] mm-common 1.0.7 --- Formula/m/mm-common.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mm-common.rb b/Formula/m/mm-common.rb index 3c5a3f6710068..19dcafada9645 100644 --- a/Formula/m/mm-common.rb +++ b/Formula/m/mm-common.rb @@ -1,8 +1,8 @@ class MmCommon < Formula desc "Build utilities for C++ interfaces of GTK+ and GNOME packages" homepage "https://www.gtkmm.org/" - url "https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.6.tar.xz" - sha256 "b55c46037dbcdabc5cee3b389ea11cc3910adb68ebe883e9477847aa660862e7" + url "https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.7.tar.xz" + sha256 "494abfce781418259b1e9d8888c73af4de4b6f3be36cc75d9baa8baa0f2a7a39" license "GPL-2.0-or-later" no_autobump! because: :requires_manual_review From 628ead37195a3113dfb479a1cfd04c7d3eaea21a Mon Sep 17 00:00:00 2001 From: flow-bot Date: Wed, 11 Jun 2025 12:26:26 -0700 Subject: [PATCH 06584/10074] flow 0.273.1 --- Formula/f/flow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flow.rb b/Formula/f/flow.rb index a257373febc75..ed2c30a915a61 100644 --- a/Formula/f/flow.rb +++ b/Formula/f/flow.rb @@ -1,8 +1,8 @@ class Flow < Formula desc "Static type checker for JavaScript" homepage "https://flow.org/" - url "https://github.com/facebook/flow/archive/refs/tags/v0.268.0.tar.gz" - sha256 "1b0398c6fca956b0b049af3e8cbac6e6f401bc467e67eff42cc2ee94b250ba7e" + url "https://github.com/facebook/flow/archive/refs/tags/v0.273.1.tar.gz" + sha256 "f0444ff6c1f0c0f1acff72364c45839a817a695952cbd5d983bf0b122d18fcbc" license "MIT" head "https://github.com/facebook/flow.git", branch: "main" From 8f220c138b1bcbed2e747e4364957a9f81c70fa6 Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 11 Jun 2025 21:48:48 +0200 Subject: [PATCH 06585/10074] desed 1.2.2 (new formula) Signed-off-by: botantony --- Formula/d/desed.rb | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Formula/d/desed.rb diff --git a/Formula/d/desed.rb b/Formula/d/desed.rb new file mode 100644 index 0000000000000..04d1a786d683a --- /dev/null +++ b/Formula/d/desed.rb @@ -0,0 +1,47 @@ +class Desed < Formula + desc "Debugger for Sed" + homepage "https://soptik.tech/articles/building-desed-the-sed-debugger.html" + url "https://github.com/SoptikHa2/desed/archive/refs/tags/v1.2.2.tar.gz" + sha256 "73c75eaa65cccde5065a947e45daf1da889c054d0f3a3590d376d7090d4f651a" + license "GPL-3.0-or-later" + head "https://github.com/SoptikHa2/desed.git", branch: "master" + + depends_on "rust" => :build + depends_on "gnu-sed" => :test + + def install + system "cargo", "install", *std_cargo_args + man1.install "desed.1" + end + + test do + assert_match version.to_s, shell_output("#{bin}/desed --version") + # desed is a TUI application + # Just test that it opens when files are provided + assert_match "No such file or directory", shell_output("#{bin}/desed test.sed test.txt 2>&1") + + (testpath/"test.txt").write <<~EOS + 1 2 3 4 5 1 2 3 4 5 + 232 1 4 526 2 1 1 5 + EOS + (testpath/"test.sed").write <<~SED + = + :bbb + s/1/2/ + t bbb + H + p + G + G + p + SED + + begin + pid = spawn bin/"desed", testpath/"test.sed", testpath/"test.txt" + sleep 2 + ensure + Process.kill("SIGINT", pid) + Process.wait(pid) + end + end +end From 2ffe98b48663c5b10f5081b5e686bb49ac0f8bad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:49:46 +0000 Subject: [PATCH 06586/10074] awscli 2.27.34 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 6acc81a31fd51..f858bff3a0251 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.33.tar.gz" - sha256 "7ad0675520accd0b5b1bde54b95b6d6f672714415326af8cbff2dc534b28486e" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.34.tar.gz" + sha256 "1843fbd8b6109b691d0bc286ff02f6dd2b55762d718ef50d79bc4272bedefa7a" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 945220aa3633e5093fac5afb6271472bed2519be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:49:57 +0000 Subject: [PATCH 06587/10074] azion 3.3.0 --- Formula/a/azion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/azion.rb b/Formula/a/azion.rb index 580b04973b068..430ce51deb971 100644 --- a/Formula/a/azion.rb +++ b/Formula/a/azion.rb @@ -1,8 +1,8 @@ class Azion < Formula desc "CLI for the Azion service" homepage "https://github.com/aziontech/azion" - url "https://github.com/aziontech/azion/archive/refs/tags/3.2.0.tar.gz" - sha256 "7006b132e6529d50e2ba4ab9c2d1d9aaa9850601ef4fd9ab11dc211b596305a9" + url "https://github.com/aziontech/azion/archive/refs/tags/3.3.0.tar.gz" + sha256 "eec46c72a4f231a7ddff6898dfae5a33b3c30f622bd87a6ef4ee156bba9e4f4e" license "MIT" head "https://github.com/aziontech/azion.git", branch: "dev" From ec33673bbdfa3c18818aa4066110c0864d4d2cc4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:51:09 +0000 Subject: [PATCH 06588/10074] bruno-cli 2.5.0 --- Formula/b/bruno-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bruno-cli.rb b/Formula/b/bruno-cli.rb index fbdf9f7b8d6ad..9feb4b6c95a2c 100644 --- a/Formula/b/bruno-cli.rb +++ b/Formula/b/bruno-cli.rb @@ -1,8 +1,8 @@ class BrunoCli < Formula desc "CLI of the open-source IDE For exploring and testing APIs" homepage "https://www.usebruno.com/" - url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.4.0.tgz" - sha256 "23b1dc5d22f8e72010883c961cf2b8491aa2ea6ff9f4dc2d3f87b6e2069755dd" + url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.5.0.tgz" + sha256 "4f07cd0075c389a9f082d0c9ada79d2dd27cf89f41d8f21a25fa363ae9ba4807" license "MIT" bottle do From 3ccc8115c4256099f47448f87c8770a34b21d123 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:56:17 +0000 Subject: [PATCH 06589/10074] fabric-ai 1.4.198 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 381b0bb0511ff..4cabd3542d5a7 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.196.tar.gz" - sha256 "0d75dbdf7e7750189e1fdeaefbde5dca396b67baaa89dff0ca34be4a67666d8e" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.198.tar.gz" + sha256 "f10949efe08f8b3c8cf8e5ebfc2dafbbe3633915e71789fa5b65ad08bbfac889" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 5e724da9f25da004cfc99a672a60e70571453984 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:56:33 +0000 Subject: [PATCH 06590/10074] fastly 11.3.0 --- Formula/f/fastly.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastly.rb b/Formula/f/fastly.rb index e08a3b0533962..4b85bdd046633 100644 --- a/Formula/f/fastly.rb +++ b/Formula/f/fastly.rb @@ -1,8 +1,8 @@ class Fastly < Formula desc "Build, deploy and configure Fastly services" homepage "https://www.fastly.com/documentation/reference/cli/" - url "https://github.com/fastly/cli/archive/refs/tags/v11.2.0.tar.gz" - sha256 "42e79c7059050baaed8b9b506962d98d29142ba26cf899e82a94f5bb72c04c90" + url "https://github.com/fastly/cli/archive/refs/tags/v11.3.0.tar.gz" + sha256 "e2684f5c727e1e1d1fdc797c5bafee9fe0936f6a69198244e12a5db283c7bc96" license "Apache-2.0" head "https://github.com/fastly/cli.git", branch: "main" From 05d9e6b25893268d1a2233bd1e3bcd8a835a110b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:58:22 +0000 Subject: [PATCH 06591/10074] gitlab-runner 18.0.3 --- Formula/g/gitlab-runner.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitlab-runner.rb b/Formula/g/gitlab-runner.rb index 1183eb64cce21..c366c2423b351 100644 --- a/Formula/g/gitlab-runner.rb +++ b/Formula/g/gitlab-runner.rb @@ -2,8 +2,8 @@ class GitlabRunner < Formula desc "Official GitLab CI runner" homepage "https://gitlab.com/gitlab-org/gitlab-runner" url "https://gitlab.com/gitlab-org/gitlab-runner.git", - tag: "v18.0.2", - revision: "4d7093e1e4eb37e77441dc0f9c83e0af7a9d4180" + tag: "v18.0.3", + revision: "4e717029caf97ec9d98fb87cfa7cee462ac0f81c" license "MIT" head "https://gitlab.com/gitlab-org/gitlab-runner.git", branch: "main" From a070bc926a3aa6c07f1d3fc21ff6c0da44012384 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:01:10 +0000 Subject: [PATCH 06592/10074] huggingface-cli 0.33.0 --- Formula/h/huggingface-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index 330e699e7c18b..d97231a5dfce0 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -3,8 +3,8 @@ class HuggingfaceCli < Formula desc "Client library for huggingface.co hub" homepage "https://huggingface.co/docs/huggingface_hub/index" - url "https://files.pythonhosted.org/packages/8f/fb/7fcbafabdf470ffb5457b756cc1f659b4e88a9ff37c108e6c7a5ab5e781e/huggingface_hub-0.32.6.tar.gz" - sha256 "8e960f23dc57519c6c2a0bbc7e9bc030eaa14e7f2d61f8e68fd3d025dabed2fa" + url "https://files.pythonhosted.org/packages/91/8a/1362d565fefabaa4185cf3ae842a98dbc5b35146f5694f7080f043a6952f/huggingface_hub-0.33.0.tar.gz" + sha256 "aa31f70d29439d00ff7a33837c03f1f9dd83971ce4e29ad664d63ffb17d3bb97" license "Apache-2.0" bottle do From 7b38c34453f880eee7f0523a8852172d189c5a00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:02:25 +0000 Subject: [PATCH 06593/10074] infisical 0.41.85 --- Formula/i/infisical.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index 6f7d8064b00fd..bb3faab629e8c 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -1,8 +1,8 @@ class Infisical < Formula desc "CLI for Infisical" homepage "https://infisical.com/docs/cli/overview" - url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.84.tar.gz" - sha256 "eede5ce0b2834b5c3511232ce0014156d5604c4f2fdd3a298534aead3835926c" + url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.85.tar.gz" + sha256 "f530480aaa6961617ac17877615df50fdcacc413fbe0adad53795e58e166d2ac" license "MIT" head "https://github.com/Infisical/infisical.git", branch: "main" From 104032530f5e1ca61f5078a452caa4c6cdc5a0fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:03:18 +0000 Subject: [PATCH 06594/10074] jsrepo 2.4.0 --- Formula/j/jsrepo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 9f3952cbdbe96..c0712f3c4e44d 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -1,8 +1,8 @@ class Jsrepo < Formula desc "Build and distribute your code" homepage "https://jsrepo.dev/" - url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.3.3.tgz" - sha256 "39cdc94cb5fed8f1e6e739256ae0981fadc49e52f401f117ac6490635badd1d6" + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.4.0.tgz" + sha256 "acc9f1683d1a92897286b866c49a5f5138012581fb5cbe331acefb53b982e4d3" license "MIT" bottle do From 509345bcdc51bdbba9ce5295f38744a3aee57c2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:07:31 +0000 Subject: [PATCH 06595/10074] minio-warp 1.1.6 --- Formula/m/minio-warp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/minio-warp.rb b/Formula/m/minio-warp.rb index a0f65f20a8403..42e7114cf7f1f 100644 --- a/Formula/m/minio-warp.rb +++ b/Formula/m/minio-warp.rb @@ -1,8 +1,8 @@ class MinioWarp < Formula desc "S3 benchmarking tool" homepage "https://github.com/minio/warp" - url "https://github.com/minio/warp/archive/refs/tags/v1.1.5.tar.gz" - sha256 "4f5dcc4b1b77ff5cd2bb2269cc09743030eaaf60e0d43c4405b57c943272947f" + url "https://github.com/minio/warp/archive/refs/tags/v1.1.6.tar.gz" + sha256 "c125ce0c8043c62e5683f1519e529ca0fcd43c320e828a3a66255f58c494ede8" license "AGPL-3.0-or-later" head "https://github.com/minio/warp.git", branch: "master" From a822084ab4904e06ed9f900258ab28fbaf063386 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:11:34 +0000 Subject: [PATCH 06596/10074] openfast 4.0.5 --- Formula/o/openfast.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openfast.rb b/Formula/o/openfast.rb index b14d3fe3176e3..b9d39130af206 100644 --- a/Formula/o/openfast.rb +++ b/Formula/o/openfast.rb @@ -2,8 +2,8 @@ class Openfast < Formula desc "NREL-supported OpenFAST whole-turbine simulation code" homepage "https://openfast.readthedocs.io" url "https://github.com/openfast/openfast.git", - tag: "v4.0.4", - revision: "d28a823169e75029d73362b07a2942d0a454f03b" + tag: "v4.0.5", + revision: "f4c0b48139479fcfdca10b4dfed6ef86fa1e0d7d" license "Apache-2.0" bottle do From cdd13d5d884c1d3963e358bb4dc2b347fff4bc8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:11:43 +0000 Subject: [PATCH 06597/10074] openfga 1.8.15 --- Formula/o/openfga.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openfga.rb b/Formula/o/openfga.rb index bfadbf4b2e8d9..2f81d9e7f8a02 100644 --- a/Formula/o/openfga.rb +++ b/Formula/o/openfga.rb @@ -1,8 +1,8 @@ class Openfga < Formula desc "High performance and flexible authorization/permission engine" homepage "https://openfga.dev/" - url "https://github.com/openfga/openfga/archive/refs/tags/v1.8.14.tar.gz" - sha256 "183accb11b4da65dcbce7e2a3ebeb1838dc88a5aed07fd186423907fec91a563" + url "https://github.com/openfga/openfga/archive/refs/tags/v1.8.15.tar.gz" + sha256 "4465fd0430d6423eba0a6a9cdacec0013ea1666888142450ec204e90b63a45c1" license "Apache-2.0" head "https://github.com/openfga/openfga.git", branch: "main" From bcca7ddb7bdd6ebebabbed91892eaa5251023c33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:12:59 +0000 Subject: [PATCH 06598/10074] payara 6.2025.6 --- Formula/p/payara.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/payara.rb b/Formula/p/payara.rb index 6b57c5071acb7..9c714919f1a8e 100644 --- a/Formula/p/payara.rb +++ b/Formula/p/payara.rb @@ -1,8 +1,8 @@ class Payara < Formula desc "Java EE application server forked from GlassFish" homepage "https://www.payara.fish" - url "https://search.maven.org/remotecontent?filepath=fish/payara/distributions/payara/6.2025.5/payara-6.2025.5.zip" - sha256 "53e655689c4dc1c72cb561613e04283c76e99efe2d02de1487900a188b739e32" + url "https://search.maven.org/remotecontent?filepath=fish/payara/distributions/payara/6.2025.6/payara-6.2025.6.zip" + sha256 "3e6851fc80890fb204de3099a580a210583e4dc0b57f5f7934ec441c82e4159a" license any_of: [ "CDDL-1.1", { "GPL-2.0-only" => { with: "Classpath-exception-2.0" } }, From 67e93274d9025326e0fd2c4af4f7b89c54b80cd8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:14:23 +0000 Subject: [PATCH 06599/10074] proto 0.50.0 --- Formula/p/proto.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/proto.rb b/Formula/p/proto.rb index cb8cc932d7205..05348c914c168 100644 --- a/Formula/p/proto.rb +++ b/Formula/p/proto.rb @@ -1,8 +1,8 @@ class Proto < Formula desc "Pluggable multi-language version manager" homepage "https://moonrepo.dev/proto" - url "https://github.com/moonrepo/proto/archive/refs/tags/v0.49.5.tar.gz" - sha256 "7286f4671ec263a8634c5aff01e4172a2fa2e8a9c57bade0942599d4bbcbe3fa" + url "https://github.com/moonrepo/proto/archive/refs/tags/v0.50.0.tar.gz" + sha256 "6cc874c96164e0d39a2eea19885b11398b370b79bb7e376cf61613296dd9dd65" license "MIT" head "https://github.com/moonrepo/proto.git", branch: "master" From 61bc96e27d12df1606cb282d4e9e321eb3ead10a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:16:40 +0000 Subject: [PATCH 06600/10074] rsyncy 2.1.0 --- Formula/r/rsyncy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rsyncy.rb b/Formula/r/rsyncy.rb index d0e90ab6e6803..2ccfc43788cae 100644 --- a/Formula/r/rsyncy.rb +++ b/Formula/r/rsyncy.rb @@ -1,8 +1,8 @@ class Rsyncy < Formula desc "Status/progress bar for rsync" homepage "https://github.com/laktak/rsyncy" - url "https://github.com/laktak/rsyncy/archive/refs/tags/v2.0.0.tar.gz" - sha256 "a19136713aee2242bf702dbd9be7a2deb6a94a001910b9a297e236bb00ccac5e" + url "https://github.com/laktak/rsyncy/archive/refs/tags/v2.1.0.tar.gz" + sha256 "d2b88602cd911d66a21750bec32a40fdfb3769a63b529bc0805d22c7a3b87ba2" license "MIT" head "https://github.com/laktak/rsyncy.git", branch: "master" From db0ea5292a25563168d773766763b346610d5702 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:17:42 +0000 Subject: [PATCH 06601/10074] sf 2.92.7 --- Formula/s/sf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index 8dc18e293d89d..e76619269a3d8 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -1,8 +1,8 @@ class Sf < Formula desc "Command-line toolkit for Salesforce development" homepage "https://developer.salesforce.com/tools/salesforcecli" - url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.91.6.tgz" - sha256 "968972f9dfa1c5316f4163e2e6bab056061e0c638efee0cc4c301b3827e51ab9" + url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.92.7.tgz" + sha256 "29e4eb1ebd7d6c25f7cce6a902a03de094788afcf5600c3d58f5cf0d233ae633" license "BSD-3-Clause" livecheck do From 36553ed829374a8e57107bc223cb233d0b01afa9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:19:00 +0000 Subject: [PATCH 06602/10074] steampipe 2.0.1 --- Formula/s/steampipe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index c8163194fd34c..c5ff6e776801d 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -1,8 +1,8 @@ class Steampipe < Formula desc "Use SQL to instantly query your cloud services" homepage "https://steampipe.io/" - url "https://github.com/turbot/steampipe/archive/refs/tags/v2.0.0.tar.gz" - sha256 "3be82f9d7473496edb87240161ff18db1eb12e14db6eee369b8ff904f63f5d55" + url "https://github.com/turbot/steampipe/archive/refs/tags/v2.0.1.tar.gz" + sha256 "d9ef636ac596930fe88741fd3e9703df802409f17e6e2ee31648f075590d0f46" license "AGPL-3.0-only" head "https://github.com/turbot/steampipe.git", branch: "main" From 502945eb3404ee347773a61d5094e869d1ba4d04 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:19:43 +0000 Subject: [PATCH 06603/10074] haproxy: update 3.2.1 bottle. --- Formula/h/haproxy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/haproxy.rb b/Formula/h/haproxy.rb index 31391b8ea59de..d4ca3f74ce781 100644 --- a/Formula/h/haproxy.rb +++ b/Formula/h/haproxy.rb @@ -11,13 +11,13 @@ class Haproxy < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "f0cd4a609d905d8e40b7bd9b457d1186a17ba96b0b34f6a35082bd61dc704dca" - sha256 cellar: :any, arm64_sonoma: "5aad263ffbbe3350a043448866e2fee5a73029677575f47d746f1ff8af491ee2" - sha256 cellar: :any, arm64_ventura: "f0f908c53fe41c3de730e781abf46f6d5ae52c85943c5a8ea88f207dc21196f7" - sha256 cellar: :any, sonoma: "58e8009926d3a5b9d22e217751fbb1249d2c2fb855af86e9a4c17182fa433caf" - sha256 cellar: :any, ventura: "7e0749351bc210f25390c0bb7c33f908b32eb3e7b5be2312391e54774fbd31f2" - sha256 cellar: :any_skip_relocation, arm64_linux: "b7d3e2313c834b90fc62689b39511112ab02e300b566c111c64bdf9a0b441253" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0466fce7936443207e4925ab1aa1f9d29ee150577d81b884ce3fff1bf9c19da8" + sha256 cellar: :any, arm64_sequoia: "7c3e2054a2dd67178083adc389f3064f9a95b2900fea67eb5704b07a1a6eab3a" + sha256 cellar: :any, arm64_sonoma: "37f799a27326a3cd102eca875f98216eb21c662014de10a2999d0e817b95fbe1" + sha256 cellar: :any, arm64_ventura: "81b9276d5115f95103b1f1563397a923453a4f8e67d04f174d5d8d0b583591cb" + sha256 cellar: :any, sonoma: "a1104e5eb72eed8da4d9420e7327c0d0a14855a7dd7904a5532fa8eb83d2e01d" + sha256 cellar: :any, ventura: "66fde48d8e084541a85f25dae1774af678046a3c9cbade8a2edcfbb9911d173b" + sha256 cellar: :any_skip_relocation, arm64_linux: "ac0be11f5111bd38f9ffc1c3974e052ba92d5d4d08c618bf31e97da5da8b8827" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8c563129e0f36262c3c138c659a4709991263e87bf7c38063f7d6b3fa751d6f5" end depends_on "openssl@3" From cc2d763c9eaed88d88672dc4bde34d997ab26021 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:20:00 +0000 Subject: [PATCH 06604/10074] kiota: update 1.27.0 bottle. --- Formula/k/kiota.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kiota.rb b/Formula/k/kiota.rb index a4da25733dbce..735c976f13c04 100644 --- a/Formula/k/kiota.rb +++ b/Formula/k/kiota.rb @@ -7,12 +7,12 @@ class Kiota < Formula head "https://github.com/microsoft/kiota.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "19a38b19ceef31efe51cc4293e1b1ee698710a53a5f8f7b5e9d0e452a92fd2b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "860325dfc1f9cd1ccba1373ff011c96c47a5e2c7444f4d09a77cadc3ce587af2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "eb077afb1d34e3abb97c60bc1f12606054b95aa1440baf9476ffc5b18e2a23d1" - sha256 cellar: :any_skip_relocation, ventura: "ca7665ea8701539a9a4f8203a8ec60a433a4b9ca4817ca069ad3a79354a90aec" - sha256 cellar: :any_skip_relocation, arm64_linux: "6723c526799374b78368a0a1d6fc1b2bfcaf4537de8d48e3cfdd4a3e8450503c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7596fe271778ba74bd1f3711d845e7e730919408ef1c718198ebb50192dce91d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "794871f9fda5727c8e04aefc1c2fef80ddf7df0ebf263bb2b7dd77a45ba537d3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "92d8c8fa5db598aefc277745d5526d410e39805327c728eaf59540cea28a601a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e56fbc1b4a72faed51000a1f0bcef21362af840ace083ebb1707a67cd45dfe7d" + sha256 cellar: :any_skip_relocation, ventura: "9784aa7f7265bafd78888a7828025e5af44d67deb4486e855dbd3af773c9d456" + sha256 cellar: :any_skip_relocation, arm64_linux: "3119dfbdaedcd920d887d31428351b001c3e2545c133d8c2e8dba499b60805d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3ea3bd3aaecd7f2d77b5473b16b03aecdd1f886c8c890183adcefad39e76040f" end depends_on "dotnet" From 7c8f496bba61e13ea9e7ff5470452970e909e9d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:20:02 +0000 Subject: [PATCH 06605/10074] gitwatch: update 0.3 bottle. --- Formula/g/gitwatch.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/g/gitwatch.rb b/Formula/g/gitwatch.rb index af03a0f1d5687..f4d78f83295b3 100644 --- a/Formula/g/gitwatch.rb +++ b/Formula/g/gitwatch.rb @@ -7,8 +7,7 @@ class Gitwatch < Formula head "https://github.com/gitwatch/gitwatch.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "1e9e09c605119ebd8b800d20fd044357916da5e458c5624fa83cfeac13971b72" + sha256 cellar: :any_skip_relocation, all: "821b4ce8427cf9b42eefdd04e17cfd7b28a6212c14b3f00ad6d5da33dcc2adf1" end depends_on "coreutils" From d4389013682bac3190f38acce23464cc59deea72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:20:21 +0000 Subject: [PATCH 06606/10074] mac: update 11.17 bottle. --- Formula/m/mac.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index 8f461f995fc25..ec9ae6037c366 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -14,13 +14,13 @@ class Mac < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "553e5234c5957fc79305224ff38310ffc7b23c424b11ab84cd0a5627e02ec6e5" - sha256 cellar: :any, arm64_sonoma: "d2609a22906036d14a028e10f6f11241b527f03c76db4134e9d7f5a0f27db1bd" - sha256 cellar: :any, arm64_ventura: "2190a5343904ddabe4b81d9ae4e7eef4cfcddc2f36595012a71c4dd58679a6bf" - sha256 cellar: :any, sonoma: "885b3cb98e01f63f992b54e99eab64ad3c6d3208ee8dd41fd34de400db541310" - sha256 cellar: :any, ventura: "80c527bcae2f79551b9ccc9eec1c10f47b48310b124e31a7ae73573f3ad49c34" - sha256 cellar: :any_skip_relocation, arm64_linux: "d3a3d95e7fb1b1acaf60542f7c42027927a378a961154daa9dc2c2099cf72cae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c52fa895c5bb050c224cf966b6949f38731385e8a1b0494ec656f88826ac75b3" + sha256 cellar: :any, arm64_sequoia: "50b7eb5c1001618179374a2842782c9b6a7e369b4055ab582d4e3e56e9bacaae" + sha256 cellar: :any, arm64_sonoma: "8799b9ede0d4e0c25ce23159f5039d221361d9dab2dd5fbce2feac6f4a81a208" + sha256 cellar: :any, arm64_ventura: "a616bda4382bc62afbdae58f75ea9996af9e0473eeeabf8fab539e444d5dff49" + sha256 cellar: :any, sonoma: "8f0dab0a321b579aa639050b84933be468c9a20ebc2cde5b7fc2fbe87e16c445" + sha256 cellar: :any, ventura: "5ab3e0f0ef2e96df4e07da6a9de35f2cdeb16b910428de4468a6cdd7d62d8eef" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a9c9cf6f716b858e399d83cd1f71ff6ab35a98543e712d649e905cf0f32c4b6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0cb6752bfd8b24350648b1328801be3978678424e854abb4cc0fdcf8bd56a7ed" end depends_on "cmake" => :build From 25bc7e4a4d7a6f6f6addc3e2cac5505bbd317eec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:20:35 +0000 Subject: [PATCH 06607/10074] azion: update 3.3.0 bottle. --- Formula/a/azion.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/azion.rb b/Formula/a/azion.rb index 430ce51deb971..1188e7c6b48be 100644 --- a/Formula/a/azion.rb +++ b/Formula/a/azion.rb @@ -7,12 +7,12 @@ class Azion < Formula head "https://github.com/aziontech/azion.git", branch: "dev" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4aae189ea946c367e4dc6907cb3ab8b4f2ec05ac7f5b9de455d3b3deb9a3d7c0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4aae189ea946c367e4dc6907cb3ab8b4f2ec05ac7f5b9de455d3b3deb9a3d7c0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4aae189ea946c367e4dc6907cb3ab8b4f2ec05ac7f5b9de455d3b3deb9a3d7c0" - sha256 cellar: :any_skip_relocation, sonoma: "a78213ef095f3eb91464d8f926ceb0746e05906bab512b62d05a026d8c50bab1" - sha256 cellar: :any_skip_relocation, ventura: "a78213ef095f3eb91464d8f926ceb0746e05906bab512b62d05a026d8c50bab1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e2595d1e81ffb14f1e9ac2a0666ce78b3ac0776703bd959e638f7086e4919fcc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "646daedb56844f48e097ac460b2414b46c08d8418c7235de0bdaec0b61efdcc8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "646daedb56844f48e097ac460b2414b46c08d8418c7235de0bdaec0b61efdcc8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "646daedb56844f48e097ac460b2414b46c08d8418c7235de0bdaec0b61efdcc8" + sha256 cellar: :any_skip_relocation, sonoma: "6c4f9bc65a412bffc3863284ad8333664c5ed82f81ebcf60169bb0f996287eb4" + sha256 cellar: :any_skip_relocation, ventura: "6c4f9bc65a412bffc3863284ad8333664c5ed82f81ebcf60169bb0f996287eb4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b3448830af78299cf31bba42212102eac7beeb16a6b197c32f3685928f54ef80" end depends_on "go" => :build From c01b458fffbbb7602aa638b979ef6e64a3b046ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:21:21 +0000 Subject: [PATCH 06608/10074] fabric-ai: update 1.4.198 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 4cabd3542d5a7..f55029784b78a 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2bcfa79973bc6b93c5c197bc572bd7c136dfd1977d9bc53acef9cf0c620cb065" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bcfa79973bc6b93c5c197bc572bd7c136dfd1977d9bc53acef9cf0c620cb065" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2bcfa79973bc6b93c5c197bc572bd7c136dfd1977d9bc53acef9cf0c620cb065" - sha256 cellar: :any_skip_relocation, sonoma: "694abc5bdc01730a7a2e620f7cb41b29f86f51f268f2e1534f5cd8cdd6dba0fc" - sha256 cellar: :any_skip_relocation, ventura: "694abc5bdc01730a7a2e620f7cb41b29f86f51f268f2e1534f5cd8cdd6dba0fc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd1910afc457518c99ff944237740b02fa9bc54100f9f582547fe9fa7da1519a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "08cbf862e0a539054c457f9647cbf64967ec0a2ea0f656be060f7db523c190ca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "08cbf862e0a539054c457f9647cbf64967ec0a2ea0f656be060f7db523c190ca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "08cbf862e0a539054c457f9647cbf64967ec0a2ea0f656be060f7db523c190ca" + sha256 cellar: :any_skip_relocation, sonoma: "20bb45035e1c8a3551c2b137e9b4243483e3f0d82ef72224688d9c7cc920f8fd" + sha256 cellar: :any_skip_relocation, ventura: "20bb45035e1c8a3551c2b137e9b4243483e3f0d82ef72224688d9c7cc920f8fd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "49df13c83f32c034e54bca98aaa7d8712dc7535474de6187c391a795375ecede" end depends_on "go" => :build From 1d347de827c0b2330a29c1dfe38283ea1b1bf574 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:22:53 +0000 Subject: [PATCH 06609/10074] fastly: update 11.3.0 bottle. --- Formula/f/fastly.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fastly.rb b/Formula/f/fastly.rb index 4b85bdd046633..90ebdb6bc24f9 100644 --- a/Formula/f/fastly.rb +++ b/Formula/f/fastly.rb @@ -7,12 +7,12 @@ class Fastly < Formula head "https://github.com/fastly/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "71dcb57dca2a970435b06d71347ecae78704e542ab9cc29ac1a47f5fed274f8c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "71dcb57dca2a970435b06d71347ecae78704e542ab9cc29ac1a47f5fed274f8c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "71dcb57dca2a970435b06d71347ecae78704e542ab9cc29ac1a47f5fed274f8c" - sha256 cellar: :any_skip_relocation, sonoma: "69ad7d3e1fcbe3cc457c70610acf9e13ae27c21d462c19740e140b655c44fbee" - sha256 cellar: :any_skip_relocation, ventura: "69ad7d3e1fcbe3cc457c70610acf9e13ae27c21d462c19740e140b655c44fbee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a43bdcf754986dd3484e56d201bffbb965c6b2edb032eb2fc1bf55583a76d9b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f037b9b981364cb6d7178353c71c38c653b1f47e0c2bb860c09113e5a26cb2c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f037b9b981364cb6d7178353c71c38c653b1f47e0c2bb860c09113e5a26cb2c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4f037b9b981364cb6d7178353c71c38c653b1f47e0c2bb860c09113e5a26cb2c" + sha256 cellar: :any_skip_relocation, sonoma: "c1bac4fa478adbd0885f423194edc18dd99a9fd38baee43cfb7ed34227cfddfe" + sha256 cellar: :any_skip_relocation, ventura: "c1bac4fa478adbd0885f423194edc18dd99a9fd38baee43cfb7ed34227cfddfe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "de2ae9ca493cff10e9d79c73c4f5107e6179e491c10481b2ca4b54f86437b6c8" end depends_on "go" => :build From 2c9f36d0c9a98a4522435408b600b060ae3c2c1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:23:16 +0000 Subject: [PATCH 06610/10074] gitlab-runner: update 18.0.3 bottle. --- Formula/g/gitlab-runner.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/g/gitlab-runner.rb b/Formula/g/gitlab-runner.rb index c366c2423b351..3a3f350a6424c 100644 --- a/Formula/g/gitlab-runner.rb +++ b/Formula/g/gitlab-runner.rb @@ -13,13 +13,12 @@ class GitlabRunner < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "499f68ed5ee27e70230e6e48ec4cbd603321b9b43248e81480c73c2efc057ff7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "499f68ed5ee27e70230e6e48ec4cbd603321b9b43248e81480c73c2efc057ff7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "499f68ed5ee27e70230e6e48ec4cbd603321b9b43248e81480c73c2efc057ff7" - sha256 cellar: :any_skip_relocation, sonoma: "d8743302af7dc3a627a061500b532e178a779c8e80b54c97015006be9ca4d3c0" - sha256 cellar: :any_skip_relocation, ventura: "d8743302af7dc3a627a061500b532e178a779c8e80b54c97015006be9ca4d3c0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "495e47f9cd7a8cd745bdb8cdcf85bbe058482b14e4091847e3d6f440eab7e837" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d58629f88bbc2d42478a8104a1526bee5bb1e637812c7dc5b2f99052b8ee8ad1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d58629f88bbc2d42478a8104a1526bee5bb1e637812c7dc5b2f99052b8ee8ad1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d58629f88bbc2d42478a8104a1526bee5bb1e637812c7dc5b2f99052b8ee8ad1" + sha256 cellar: :any_skip_relocation, sonoma: "05f2860f67d01b15cf9541473423a066b1afc41d67610a4ba177af5b9c5712f8" + sha256 cellar: :any_skip_relocation, ventura: "05f2860f67d01b15cf9541473423a066b1afc41d67610a4ba177af5b9c5712f8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "240b30e55d3c679f2dd039cefd4da1f350005cacec4075bc28faec16ba95981d" end depends_on "go" => :build From 10bf60fff62b199eace70c8516439981f9dd1790 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:25:31 +0000 Subject: [PATCH 06611/10074] infisical: update 0.41.85 bottle. --- Formula/i/infisical.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index bb3faab629e8c..ca2c64bb80127 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -12,12 +12,12 @@ class Infisical < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "abf941d3622c451e5dbc46fd60212cfc717b2f370bc52efe229d24000fbb32b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "abf941d3622c451e5dbc46fd60212cfc717b2f370bc52efe229d24000fbb32b4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "abf941d3622c451e5dbc46fd60212cfc717b2f370bc52efe229d24000fbb32b4" - sha256 cellar: :any_skip_relocation, sonoma: "9ebda56d0ea6c5e4d54de4bccad2394cea01f9ac06ad9cd47d6ad56494ef1f0b" - sha256 cellar: :any_skip_relocation, ventura: "9ebda56d0ea6c5e4d54de4bccad2394cea01f9ac06ad9cd47d6ad56494ef1f0b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a16c35c9a9fe9e38bcda25b7329b70ac34b91e0b91b261700a2dbea4b475038" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "857158ede07931a0ed126717c6908dadcd305845a656f95101db5eb1e5c0a078" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "857158ede07931a0ed126717c6908dadcd305845a656f95101db5eb1e5c0a078" + sha256 cellar: :any_skip_relocation, arm64_ventura: "857158ede07931a0ed126717c6908dadcd305845a656f95101db5eb1e5c0a078" + sha256 cellar: :any_skip_relocation, sonoma: "53e57cd6653311bd60cffcf0853111b6661f690659bf1edc1dfe8dcc3380d1b6" + sha256 cellar: :any_skip_relocation, ventura: "53e57cd6653311bd60cffcf0853111b6661f690659bf1edc1dfe8dcc3380d1b6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef67ae02d8ea100c7b7dbdaa24948ecb37b49ff72650069ed3d4b0060be7f7c7" end depends_on "go" => :build From 134b7a70b677eef150225dcc7f0138e2e46e57fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:30:29 +0000 Subject: [PATCH 06612/10074] wiremock-standalone: update 3.13.1 bottle. --- Formula/w/wiremock-standalone.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/w/wiremock-standalone.rb b/Formula/w/wiremock-standalone.rb index b7d37f9dd4ef2..610535ad349f5 100644 --- a/Formula/w/wiremock-standalone.rb +++ b/Formula/w/wiremock-standalone.rb @@ -11,7 +11,7 @@ class WiremockStandalone < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "4ff3725a197ecf7f7122daebb64b82c69d5cc09c91768d1074ae4b1f10debea3" + sha256 cellar: :any_skip_relocation, all: "ccd5f98ad31ec4796d4b0d51073ead937cefb1e638e08b602f7332708ec8db31" end depends_on "openjdk" From a04068656325ab4bdeb6c4b7b5024ba990ac2261 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:41:27 +0000 Subject: [PATCH 06613/10074] bruno-cli: update 2.5.0 bottle. --- Formula/b/bruno-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bruno-cli.rb b/Formula/b/bruno-cli.rb index 9feb4b6c95a2c..838e72f7efb05 100644 --- a/Formula/b/bruno-cli.rb +++ b/Formula/b/bruno-cli.rb @@ -6,13 +6,13 @@ class BrunoCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" - sha256 cellar: :any_skip_relocation, sonoma: "0b1446c3bf162cbca8d3a98508cb42704c019ddaeb076adb839be14b5c382e50" - sha256 cellar: :any_skip_relocation, ventura: "0b1446c3bf162cbca8d3a98508cb42704c019ddaeb076adb839be14b5c382e50" - sha256 cellar: :any_skip_relocation, arm64_linux: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ce68402017d66b4db9e396bba2bbbbc73b4c8a770afddec992dd6df6c1c10230" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" + sha256 cellar: :any_skip_relocation, sonoma: "13875e50877af8a3bcd70e39fbe45f8baec68bd3db71163ccef6e0506a869b05" + sha256 cellar: :any_skip_relocation, ventura: "13875e50877af8a3bcd70e39fbe45f8baec68bd3db71163ccef6e0506a869b05" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" end depends_on "node" From da066af9f3ad2cc2089d0b931a3089c611a9a1b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:48:04 +0000 Subject: [PATCH 06614/10074] huggingface-cli: update 0.33.0 bottle. --- Formula/h/huggingface-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index d97231a5dfce0..209e673646ca0 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -8,12 +8,12 @@ class HuggingfaceCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "a4e5d403aa48bbb0e5c56c49ece1359f826396951f9ecbeb22d6de5b75775084" - sha256 cellar: :any, arm64_sonoma: "aaa4839748a62877af2b085f4aed1d764f287a6e214375ef30bb8c1d752ad205" - sha256 cellar: :any, arm64_ventura: "d53eb7372edcd4733849d469b4d25b88780db2a78917d09b3e4331e0deb4cbf0" - sha256 cellar: :any, sonoma: "13954482514dcf89f131f327e9540e23bb2f017a6c11834d74b72105a79139aa" - sha256 cellar: :any, ventura: "6396ba9a212f9821b81a8cfed66a9b0858b11853e87c0b7c432f66cef73b00d6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4ee7e2c7c964e532e45467b414557300d3bae82a2b8523eefc1533ba56dd239" + sha256 cellar: :any, arm64_sequoia: "ef7af4927a9f1885cd426f87d8149bf880c6403e8662f8b34618849fae0e655d" + sha256 cellar: :any, arm64_sonoma: "92c07adc87e4ccdf58682f88c19beb6fe9fd581027d60ed58ffc3de9a1fdbe5e" + sha256 cellar: :any, arm64_ventura: "3a21ef63a559260100c0ef7ab37b7a48df90f8adf8a341f16e92892bb36adf4e" + sha256 cellar: :any, sonoma: "a6d91e95d8dc5af454f33e0c29a390b8eb1586229bb17026a77e0b7d80b74deb" + sha256 cellar: :any, ventura: "4d4f16ec7cf4a0b02b680dfbb6c64a45346f6f62226761a6879bad724220c45b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e8231fda335cbb0c4bfae27600d28dfac57b9f0c3bda36df94936e7d874c9e5c" end depends_on "maturin" => :build # for `hf-xet` From 2388241ce839d55da7436926232d30b2031422ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:50:57 +0000 Subject: [PATCH 06615/10074] basedpyright 1.29.4 --- Formula/b/basedpyright.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/basedpyright.rb b/Formula/b/basedpyright.rb index 41cc7bbf0c953..0961d06f54f43 100644 --- a/Formula/b/basedpyright.rb +++ b/Formula/b/basedpyright.rb @@ -1,8 +1,8 @@ class Basedpyright < Formula desc "Pyright fork with various improvements and built-in pylance features" homepage "https://github.com/DetachHead/basedpyright" - url "https://registry.npmjs.org/basedpyright/-/basedpyright-1.29.3.tgz" - sha256 "953835d8fb18769906b3e6def9f7882d4dd7b572902e105f71394ee042987a00" + url "https://registry.npmjs.org/basedpyright/-/basedpyright-1.29.4.tgz" + sha256 "5a0345d716abbb9a8399378825a41daceb869448874a40852511a0ee97246c91" license "MIT" bottle do From 1cdfffd5bc72a9b024d0d2e88ff5c0798a4c4f11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:53:19 +0000 Subject: [PATCH 06616/10074] cloud-sql-proxy 2.17.0 --- Formula/c/cloud-sql-proxy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloud-sql-proxy.rb b/Formula/c/cloud-sql-proxy.rb index 5c61484619bf4..c89eb0082804f 100644 --- a/Formula/c/cloud-sql-proxy.rb +++ b/Formula/c/cloud-sql-proxy.rb @@ -1,8 +1,8 @@ class CloudSqlProxy < Formula desc "Utility for connecting securely to your Cloud SQL instances" homepage "https://github.com/GoogleCloudPlatform/cloud-sql-proxy" - url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.16.0.tar.gz" - sha256 "d8ea9e4d34d63b589b894902ed9f6300a5f08dcab113194e74990d3ca3b35787" + url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.17.0.tar.gz" + sha256 "44a3c9d86af3614c985d003702ba02b03141ae388c5e3abb6130e1a35402721a" license "Apache-2.0" head "https://github.com/GoogleCloudPlatform/cloud-sql-proxy.git", branch: "main" From 82743ba33884acc1a09021246503ed629a4fdffe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:55:49 +0000 Subject: [PATCH 06617/10074] dolt 1.55.0 --- Formula/d/dolt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 106658f64e71b..4d4da21ad468e 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,8 +1,8 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.54.2.tar.gz" - sha256 "112dd7ce67d052ad731c67d31e8e8ac6614fc491cda5993cb52d9478d1133ced" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.55.0.tar.gz" + sha256 "b10e6c92ff15914c8546c1bdc210efcb278ba16c804dec82bae755a0b0912e9d" license "Apache-2.0" head "https://github.com/dolthub/dolt.git", branch: "main" From 4b8f4b8aba52699f7271091950577636d4ae9e89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:57:17 +0000 Subject: [PATCH 06618/10074] fabric-ai 1.4.200 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index f55029784b78a..4c7fa1d470795 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.198.tar.gz" - sha256 "f10949efe08f8b3c8cf8e5ebfc2dafbbe3633915e71789fa5b65ad08bbfac889" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.200.tar.gz" + sha256 "63f95fd54844d0ea1f59ab2b79d86854129378d6a971a85a25a546e276550db8" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 20f14eefcc66a6f8bb392ca9d91b552d16dd2e5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:05:03 +0000 Subject: [PATCH 06619/10074] libupnp 1.14.24 --- Formula/lib/libupnp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libupnp.rb b/Formula/lib/libupnp.rb index 0b02b8c2c06a3..a810b5fa67165 100644 --- a/Formula/lib/libupnp.rb +++ b/Formula/lib/libupnp.rb @@ -1,8 +1,8 @@ class Libupnp < Formula desc "Portable UPnP development kit" homepage "https://pupnp.sourceforge.io/" - url "https://github.com/pupnp/pupnp/releases/download/release-1.14.23/libupnp-1.14.23.tar.bz2" - sha256 "8c5946432124cf69928edf049b6ac16a861c35fa70a8bf7aa8fad65359945218" + url "https://github.com/pupnp/pupnp/releases/download/release-1.14.24/libupnp-1.14.24.tar.bz2" + sha256 "8dfde05f63e91644e907dcfb7305955ad064b4cf6e5103cb37a7c57c50d1dd11" license "BSD-3-Clause" livecheck do From 30c0ecc70ee90f5bcffd0966c042fe0cf85541e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:05:47 +0000 Subject: [PATCH 06620/10074] llama.cpp 5640 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 09fe0e8df7623..33b77b580580e 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5630", - revision: "4c763c8d1b4d4de20bf364ec1837430783cba984" + tag: "b5640", + revision: "2e89f76b7af2c0b827be785e445f2e2b3e52e1ca" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From f6e0c7572a1d17cef990ddf572deee113e349ae9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:06:43 +0000 Subject: [PATCH 06621/10074] marp-cli 4.2.0 --- Formula/m/marp-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/marp-cli.rb b/Formula/m/marp-cli.rb index 1427905c55e03..5b3f5b750f250 100644 --- a/Formula/m/marp-cli.rb +++ b/Formula/m/marp-cli.rb @@ -1,8 +1,8 @@ class MarpCli < Formula desc "Easily convert Marp Markdown files into static HTML/CSS, PDF, PPT and images" homepage "https://github.com/marp-team/marp-cli" - url "https://registry.npmjs.org/@marp-team/marp-cli/-/marp-cli-4.1.2.tgz" - sha256 "6f7e20e66b12906be9e4ed7225621ccbd0bf02690b03716647103e64dadb1b84" + url "https://registry.npmjs.org/@marp-team/marp-cli/-/marp-cli-4.2.0.tgz" + sha256 "cc6ad9252588c05bd0dd8e74ab81a791df7e4cca7e33198237fd575005e68e27" license "MIT" bottle do From 9ccdabc2b1cc1048301a510155044aa99d865038 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:08:04 +0000 Subject: [PATCH 06622/10074] mx 7.55.0 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 397a0bbd3c346..007659dd0d738 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.54.9.tar.gz" - sha256 "e649ff4f4e09237924804c96848d84d10a7638850fe07ca3e2ac41a123bc2f9d" + url "https://github.com/graalvm/mx/archive/refs/tags/7.55.0.tar.gz" + sha256 "3ca1a1318a7b26b06fd5762dd4053f6254c1d7916a7cab9c6409ccb15c96f01e" license "GPL-2.0-only" livecheck do From 7ec5ac9c0ab3be12d90cbf862d28afbebbd622f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:12:27 +0000 Subject: [PATCH 06623/10074] purescript-language-server 0.18.5 --- Formula/p/purescript-language-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/purescript-language-server.rb b/Formula/p/purescript-language-server.rb index 722c71fcc4ea7..50d6ebfb4a1ca 100644 --- a/Formula/p/purescript-language-server.rb +++ b/Formula/p/purescript-language-server.rb @@ -1,8 +1,8 @@ class PurescriptLanguageServer < Formula desc "Language Server Protocol server for PureScript" homepage "https://github.com/nwolverson/purescript-language-server" - url "https://registry.npmjs.org/purescript-language-server/-/purescript-language-server-0.18.4.tgz" - sha256 "ff7523d15d2a8093a788a8cf22c8b82ad778315f667cff1086b747465ad11342" + url "https://registry.npmjs.org/purescript-language-server/-/purescript-language-server-0.18.5.tgz" + sha256 "2b4a55ab4ee71dda3f9feb290437dcf2b8b083344cab8490089d6caab123341d" license "MIT" bottle do From 0ddfd4efa358b30113a39364c1889accfc0f1bef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:13:21 +0000 Subject: [PATCH 06624/10074] pymupdf 1.26.1 --- Formula/p/pymupdf.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/p/pymupdf.rb b/Formula/p/pymupdf.rb index 87207eca76d49..55d1a2626d7a9 100644 --- a/Formula/p/pymupdf.rb +++ b/Formula/p/pymupdf.rb @@ -1,10 +1,9 @@ class Pymupdf < Formula desc "Python bindings for the PDF toolkit and renderer MuPDF" homepage "https://pymupdf.readthedocs.io/en/latest/" - url "https://files.pythonhosted.org/packages/99/13/d9f3b67b98111e79307e2a3cf6d5f73daaca002144cc6d236c4a0adbc386/pymupdf-1.26.0.tar.gz" - sha256 "ffe023f820379c84a0ddae38b0d07ea4016e1de84929491c34415520c629bcce" + url "https://files.pythonhosted.org/packages/bd/62/d29612ca33b7844e77d2c789fec359f4c44fd84bdd08ce673f6279d257e9/pymupdf-1.26.1.tar.gz" + sha256 "372c77c831f82090ce7a6e4de284ca7c5a78220f63038bb28c5d9b279cd7f4d9" license "AGPL-3.0-only" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "1773aa238f89be9b822b1a7db7449a9f2af11ea0833cc9b5176362369308c09f" From 55d8f38cf7cb7f0815fbbf349ded76bfb445f3f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:15:57 +0000 Subject: [PATCH 06625/10074] steampipe: update 2.0.1 bottle. --- Formula/s/steampipe.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index c5ff6e776801d..5783c5984085a 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -12,12 +12,12 @@ class Steampipe < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4b57231af1b7d8b8660c7e91ea97b2a327fc480a679c0a47a48459168a7ee11" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2641c831c3019a4a66ec89549665462951844c3764eb152b30d8636bb6229a5f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d34cfe8e39e3f23a31ee54afadbdf91a31624a443ff2590c74372a0ddebe49f5" - sha256 cellar: :any_skip_relocation, sonoma: "c6d5eb17e7c6897f3cce3a315af24a42701cbceb9d599f6cfccdaf94b6738d54" - sha256 cellar: :any_skip_relocation, ventura: "c98e6d7a849d81e26c3ed222827319c865c3a8a7872b29d0ce39b20f7eee7ead" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45d537ab1f891cec172b266aaf26a9e1432d58f6df26431e7691a42ee277db7b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fe10140fd0ff7ddec5f7eee3c0055ff1b6ea65c25493ffaa98d302d8aa2fc55" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "20218e3ecbaed55408e9e861ab8899cd1beffd66892a0f518867d9260e41f8db" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4875653d0d2ca1a724500d57500bc26fd96d12c7b1eef802ead765e76c51f5c2" + sha256 cellar: :any_skip_relocation, sonoma: "e98fff514b11e556bb4927b8b539d1302afe3a2a127c10ab0d364a91199667c0" + sha256 cellar: :any_skip_relocation, ventura: "6962b5065285ed1da4e40a595827d79fe6cdff363cbee9d98f76b0afa1758ff8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d90a0be1f744d0b006ba363c1ac902d56b9fc989b0377fa00e405e372c27bd7" end depends_on "go" => :build From 453a30a35d6167f4e63f6a2a3eb3836b88687b51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:16:01 +0000 Subject: [PATCH 06626/10074] scrcpy 3.3 --- Formula/s/scrcpy.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/s/scrcpy.rb b/Formula/s/scrcpy.rb index c07162face3d2..7d4f8dd829f8c 100644 --- a/Formula/s/scrcpy.rb +++ b/Formula/s/scrcpy.rb @@ -1,8 +1,8 @@ class Scrcpy < Formula desc "Display and control your Android device" homepage "https://github.com/Genymobile/scrcpy" - url "https://github.com/Genymobile/scrcpy/archive/refs/tags/v3.2.tar.gz" - sha256 "9902a3afd75f9a5da64898ac06ffaf77065dd713a58f47a408630b98f03ba9ce" + url "https://github.com/Genymobile/scrcpy/archive/refs/tags/v3.3.tar.gz" + sha256 "6636f97f3a5446e3a1c845545108cf692bbd9cdc02cacfda099a2789ca7f6d56" license "Apache-2.0" livecheck do @@ -28,8 +28,8 @@ class Scrcpy < Formula depends_on "sdl2" resource "prebuilt-server" do - url "https://github.com/Genymobile/scrcpy/releases/download/v3.2/scrcpy-server-v3.2" - sha256 "b920e0ea01936bf2482f4ba2fa985c22c13c621999e3d33b45baa5acfc1ea3d0" + url "https://github.com/Genymobile/scrcpy/releases/download/v3.3/scrcpy-server-v3.3" + sha256 "351cb2edc7e4c2c75f09a7933fdabcf137be52e2602df154f24ec02db46e9e51" livecheck do formula :parent From 1e26065534fe0d8ef72255b6b78466ab42bfc8f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:16:05 +0000 Subject: [PATCH 06627/10074] basedpyright: update 1.29.4 bottle. --- Formula/b/basedpyright.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/basedpyright.rb b/Formula/b/basedpyright.rb index 0961d06f54f43..936c06730cc5a 100644 --- a/Formula/b/basedpyright.rb +++ b/Formula/b/basedpyright.rb @@ -6,13 +6,13 @@ class Basedpyright < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" - sha256 cellar: :any_skip_relocation, sonoma: "5b445672fbd95bc6b5aaa6ae1063b611a424fd6069290ab25e60dd678bcf6096" - sha256 cellar: :any_skip_relocation, ventura: "5b445672fbd95bc6b5aaa6ae1063b611a424fd6069290ab25e60dd678bcf6096" - sha256 cellar: :any_skip_relocation, arm64_linux: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0e1659a374239bc1cf86c2765103d309d69bbdfad88f1b01a9eb9896b247576f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "41f2cfb259721f6d825a5bdd4c0af11aa9e865497ea17046a286af1972775412" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "41f2cfb259721f6d825a5bdd4c0af11aa9e865497ea17046a286af1972775412" + sha256 cellar: :any_skip_relocation, arm64_ventura: "41f2cfb259721f6d825a5bdd4c0af11aa9e865497ea17046a286af1972775412" + sha256 cellar: :any_skip_relocation, sonoma: "8e10d442928a4943cb2ac83aa9456960daefd09f04f6776dc00fde08c0cdae11" + sha256 cellar: :any_skip_relocation, ventura: "8e10d442928a4943cb2ac83aa9456960daefd09f04f6776dc00fde08c0cdae11" + sha256 cellar: :any_skip_relocation, arm64_linux: "41f2cfb259721f6d825a5bdd4c0af11aa9e865497ea17046a286af1972775412" + sha256 cellar: :any_skip_relocation, x86_64_linux: "41f2cfb259721f6d825a5bdd4c0af11aa9e865497ea17046a286af1972775412" end depends_on "node" From e596bd8f5661496026ce6f6382ab4ccacf936e9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:16:52 +0000 Subject: [PATCH 06628/10074] cloud-sql-proxy: update 2.17.0 bottle. --- Formula/c/cloud-sql-proxy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cloud-sql-proxy.rb b/Formula/c/cloud-sql-proxy.rb index c89eb0082804f..f65b30a914f25 100644 --- a/Formula/c/cloud-sql-proxy.rb +++ b/Formula/c/cloud-sql-proxy.rb @@ -7,12 +7,12 @@ class CloudSqlProxy < Formula head "https://github.com/GoogleCloudPlatform/cloud-sql-proxy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cf4dd85cde657b9c8b741beb23040f5d72b1854108bac81cc0589b7eaf3fac0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cf4dd85cde657b9c8b741beb23040f5d72b1854108bac81cc0589b7eaf3fac0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4cf4dd85cde657b9c8b741beb23040f5d72b1854108bac81cc0589b7eaf3fac0" - sha256 cellar: :any_skip_relocation, sonoma: "b59d50515260afe491e2411389db1b09c2bfce6d69c01e400f4a2010c0da594e" - sha256 cellar: :any_skip_relocation, ventura: "b59d50515260afe491e2411389db1b09c2bfce6d69c01e400f4a2010c0da594e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1edb81fec6116582918247d3b04a11f093af99a25e6202fb088a259b970a9213" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdcb03e02c44bca2105c07da24a698bcb8d70fcb0be32ca9e3eae266a58c8ded" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdcb03e02c44bca2105c07da24a698bcb8d70fcb0be32ca9e3eae266a58c8ded" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cdcb03e02c44bca2105c07da24a698bcb8d70fcb0be32ca9e3eae266a58c8ded" + sha256 cellar: :any_skip_relocation, sonoma: "b6c3eb020a3f89b17d3681db227452941e726a7bae458f910d099d577e683dca" + sha256 cellar: :any_skip_relocation, ventura: "b6c3eb020a3f89b17d3681db227452941e726a7bae458f910d099d577e683dca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b71271fa80318347b23b969e34e178914a3142e603873e4a0505b5395fa512af" end depends_on "go" => :build From ccd594b0639ca7b907aedc9df2d81994341d7df8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:17:26 +0000 Subject: [PATCH 06629/10074] rsyncy: update 2.1.0 bottle. --- Formula/r/rsyncy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rsyncy.rb b/Formula/r/rsyncy.rb index 2ccfc43788cae..76399b1611fe3 100644 --- a/Formula/r/rsyncy.rb +++ b/Formula/r/rsyncy.rb @@ -7,12 +7,12 @@ class Rsyncy < Formula head "https://github.com/laktak/rsyncy.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce8bfe4b5cf09f2cce0c7a2fe54caf1ebe24918cff5576e512767e100b54f647" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce8bfe4b5cf09f2cce0c7a2fe54caf1ebe24918cff5576e512767e100b54f647" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce8bfe4b5cf09f2cce0c7a2fe54caf1ebe24918cff5576e512767e100b54f647" - sha256 cellar: :any_skip_relocation, sonoma: "2a58b48e86714bfa7e0bd72616aa49f3ef084090a1f1f61da9eba3c65dc466cb" - sha256 cellar: :any_skip_relocation, ventura: "2a58b48e86714bfa7e0bd72616aa49f3ef084090a1f1f61da9eba3c65dc466cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "280965bc23031ff27e7a031a6234ac15a0e9634de66420c3404d149b3ca45fc9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d497726367711d8d1a895ead4a6fa888e797a523c027cbc4f4934173803c8c7e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d497726367711d8d1a895ead4a6fa888e797a523c027cbc4f4934173803c8c7e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d497726367711d8d1a895ead4a6fa888e797a523c027cbc4f4934173803c8c7e" + sha256 cellar: :any_skip_relocation, sonoma: "f55977e00c3f3332fff7a5c1e1496772a029495d444f864e0d2eb4f9e21119ff" + sha256 cellar: :any_skip_relocation, ventura: "f55977e00c3f3332fff7a5c1e1496772a029495d444f864e0d2eb4f9e21119ff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2b7ff0ec6c2c7e4564370e7ede4c760136fae508f3a9312b9ebacb4f0a0f1ef3" end depends_on "go" => :build From f9e3c817416c4885f3e673a6ce97d5b9453a3ccc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:18:23 +0000 Subject: [PATCH 06630/10074] proto: update 0.50.0 bottle. --- Formula/p/proto.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/proto.rb b/Formula/p/proto.rb index 05348c914c168..dbdd4e5c71b59 100644 --- a/Formula/p/proto.rb +++ b/Formula/p/proto.rb @@ -12,13 +12,13 @@ class Proto < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "534874101be26b7df3307ae35d345bbb4f615a57cea1b4db81137d4b3bfb77c3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ff124c027fe9876d811421f19e7ac5a5c9c5e728a6f76e7eb6a6bb17e8ebf49" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d9673550c686e464e4e3b78ff6678e10bd9b430736b9ddbc2d721d0093fe0bd" - sha256 cellar: :any_skip_relocation, sonoma: "b2d88d134e9819234dc906bfabdf975b973784cd6a639fd31b942e5735faa2e8" - sha256 cellar: :any_skip_relocation, ventura: "f7c5bf95dcf3613c39c5566e3d51d4c562d143d663f74292631eaea1b211cc90" - sha256 cellar: :any_skip_relocation, arm64_linux: "05b76c37a213c9c3c020ee9c19edcf8eb2200e5c67ec408aca0d2246ab6344b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "84ba822fa4ab809330719b1f5de00602e67ff1c8272a260af8be816984bb9155" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "08d0c7a6630c3b9f7431ac7cc025b6d7c33f9da635a96504ac4f15a1fe903886" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa80492d03c860d704dbcb6bf690a6030555e78d5e2fe3598452fd7af2ed74a4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b3be9fed77b0798f5539ea59f5dddb63be4f4d401cd3468ff83e97c512bff32f" + sha256 cellar: :any_skip_relocation, sonoma: "40d648c1f77a2c6c307d06e7788e2034ce3d69e7329909268f0c8650b6c05b08" + sha256 cellar: :any_skip_relocation, ventura: "475182f48d8d3ea37d3a79af6feea4cec97d266281358f94b8ce668341ff0a46" + sha256 cellar: :any_skip_relocation, arm64_linux: "24e3f64f210908a00a5775d6de0f6e87a0d8901f542ad8e964a0cd04e29c4fce" + sha256 cellar: :any_skip_relocation, x86_64_linux: "efe2260719d08cc1ad2ae0da9e9dec3d65172ba79267931135d9f72bd64fb912" end depends_on "pkgconf" => :build From 695c75b9002795036a06ab7e6d6b8b36dcf6d10c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:18:37 +0000 Subject: [PATCH 06631/10074] payara: update 6.2025.6 bottle. --- Formula/p/payara.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/payara.rb b/Formula/p/payara.rb index 9c714919f1a8e..2bc2b1088af98 100644 --- a/Formula/p/payara.rb +++ b/Formula/p/payara.rb @@ -14,7 +14,7 @@ class Payara < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "ed2898eb89dcf15aff96ae385e7c2fe25b11b405a12faa3cbb8394dc4f207565" + sha256 cellar: :any_skip_relocation, all: "622d18a52ac45bfd0ac33a81ac0c3017dbc50e8f8b600bba5de90e6b78b3c2c5" end depends_on :macos # The test fails on Linux. From 10268539913602d9fa73e9b9b2f41f4762e5db65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:18:37 +0000 Subject: [PATCH 06632/10074] tailwindcss 4.1.10 --- Formula/t/tailwindcss.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailwindcss.rb b/Formula/t/tailwindcss.rb index 30aef13f3a15c..ece335dd8267c 100644 --- a/Formula/t/tailwindcss.rb +++ b/Formula/t/tailwindcss.rb @@ -1,8 +1,8 @@ class Tailwindcss < Formula desc "Utility-first CSS framework" homepage "https://tailwindcss.com" - url "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.8.tgz" - sha256 "07daf2d661f86898cbe951f07190cd7c5b267e1b2dde720057f536a61ff52c78" + url "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.10.tgz" + sha256 "2d51660c111755aa2e0c795cb2ff26e5f43a426114bb7683c2d6f1152f16fec1" license "MIT" head "https://github.com/tailwindlabs/tailwindcss.git", branch: "next" From dbff5275aaecd994380d410ce7053c3ff3528db4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:18:51 +0000 Subject: [PATCH 06633/10074] minio-warp: update 1.1.6 bottle. --- Formula/m/minio-warp.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/minio-warp.rb b/Formula/m/minio-warp.rb index 42e7114cf7f1f..4799f00297c47 100644 --- a/Formula/m/minio-warp.rb +++ b/Formula/m/minio-warp.rb @@ -7,12 +7,12 @@ class MinioWarp < Formula head "https://github.com/minio/warp.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7035c94aed3480786063b587da27acfc55c07cdee7fb6b4deeff39090001fca8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e23203873a5c58e3ba0b3ea84991b22ec3c3bb3fdbc85d46a2c80a693cbd55c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "99f03443b5bd3df6f9970da3534801ac5e8bc0c1508f6d5a16d0b8a9933ff2dd" - sha256 cellar: :any_skip_relocation, sonoma: "686545db7929b3aea8d7aa4cd72245db9562aecaa814c7c08fb61f12f15b34ce" - sha256 cellar: :any_skip_relocation, ventura: "c852e739e072847d66c85f25a73b2194350502c5a62d56a46bbe7644306e3aee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e51c45cf9fcbd180b03052b31abac76a38343969ca1d5a5cd7de544ea67b9fcd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4626aab4abb51ca6aefcee735a7affbb87c174829be30ee90bcb853fb4ca7b82" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c278b0060df9695bda0e0bf5100cc78d415154dc3a6e8586871865dca9429193" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f8731894ab29a296cc82b2f8a1b8d84df820ce197fcda5f1920c51b87645ed1e" + sha256 cellar: :any_skip_relocation, sonoma: "796ddd72433e05cd888596f5ab1b075a30d3ea38e2a8f3ac2266b840635fcc8f" + sha256 cellar: :any_skip_relocation, ventura: "37168b7893e3145c4476f70cd3fb5ab8ffa8e6c3830a26e40d26b25f558d0f99" + sha256 cellar: :any_skip_relocation, x86_64_linux: "68e0f7b5fa46d86ef81f1c5174110a6dbbe33797b81ae5a09a53a6a70d933e12" end depends_on "go" => :build From 096e45cdcf10e49770ced488fa9a9bd868ef8f2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:19:08 +0000 Subject: [PATCH 06634/10074] terragrunt 0.81.5 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 8996381c14e5c..8f300529c89bd 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.4.tar.gz" - sha256 "50d0de75ee85c193b8ac113454143586aea36e087de28634a53c9f7f22f68fff" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.5.tar.gz" + sha256 "b2af84537e01cc2f10d6bb9280d7957bc4d9faef44f1d49a492197b67afd21c5" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 7ae001795be9246f2ebd2d20cca3eb37637618aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:19:09 +0000 Subject: [PATCH 06635/10074] jsrepo: update 2.4.0 bottle. --- Formula/j/jsrepo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index c0712f3c4e44d..c91fe20ad8159 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -6,13 +6,13 @@ class Jsrepo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "2a37a6286dee4f144566c4de52d1de41e702d9a04ddbbda15d7e2088f778fdf1" - sha256 cellar: :any, arm64_sonoma: "2a37a6286dee4f144566c4de52d1de41e702d9a04ddbbda15d7e2088f778fdf1" - sha256 cellar: :any, arm64_ventura: "2a37a6286dee4f144566c4de52d1de41e702d9a04ddbbda15d7e2088f778fdf1" - sha256 cellar: :any, sonoma: "44aa9e637a9d76bfe6dddc26fae96854103353132a4673cfe6489706cae474fc" - sha256 cellar: :any, ventura: "44aa9e637a9d76bfe6dddc26fae96854103353132a4673cfe6489706cae474fc" - sha256 cellar: :any_skip_relocation, arm64_linux: "52b252387c8bf0c9b7b1828a83d727b20598e2fee6bec2c51365c927d8b5cc41" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3cee79502c54dee936b65c3a0a875238d551317b1c4fe4672de7756a7ea5ac4b" + sha256 cellar: :any, arm64_sequoia: "e2b4362ba2a2a0bde690fe1c5536f93f1d915cf2c0026269eafdd74c3834821a" + sha256 cellar: :any, arm64_sonoma: "e2b4362ba2a2a0bde690fe1c5536f93f1d915cf2c0026269eafdd74c3834821a" + sha256 cellar: :any, arm64_ventura: "e2b4362ba2a2a0bde690fe1c5536f93f1d915cf2c0026269eafdd74c3834821a" + sha256 cellar: :any, sonoma: "acc10ad88c18df346e9af6d8a3679b6adead25d33889d46946452b8129cab984" + sha256 cellar: :any, ventura: "acc10ad88c18df346e9af6d8a3679b6adead25d33889d46946452b8129cab984" + sha256 cellar: :any_skip_relocation, arm64_linux: "a211545fbad741ec48cd8ac75e1fe4dd5f5bfdcdc4b3d2c27bafde2d87c14bde" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5bad96c2940b0096ab1461c623d55a8bb54278210ddc87524263c52d6f9676c" end depends_on "node" From a4af2bce06aa6e5daab781cbb3b124c454eff27b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:20:29 +0000 Subject: [PATCH 06636/10074] valkey 8.1.2 --- Formula/v/valkey.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/valkey.rb b/Formula/v/valkey.rb index dc76dedce2f19..1be4e5923da25 100644 --- a/Formula/v/valkey.rb +++ b/Formula/v/valkey.rb @@ -1,8 +1,8 @@ class Valkey < Formula desc "High-performance data structure server that primarily serves key/value workloads" homepage "https://valkey.io" - url "https://github.com/valkey-io/valkey/archive/refs/tags/8.1.1.tar.gz" - sha256 "3355fbd5458d853ab201d2c046ffca9f078000587ccbe9a6c585110f146ad2c5" + url "https://github.com/valkey-io/valkey/archive/refs/tags/8.1.2.tar.gz" + sha256 "747b272191c15c7387f4ad3b3e7eda16deb1cffc6425e0571547f54e4d2e3646" license all_of: [ "BSD-3-Clause", "BSD-2-Clause", # deps/jemalloc, deps/linenoise, src/lzf* From 39e434c7937e2099e2d34bd638de98c993a8f345 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:21:51 +0000 Subject: [PATCH 06637/10074] mm-common: update 1.0.7 bottle. --- Formula/m/mm-common.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/m/mm-common.rb b/Formula/m/mm-common.rb index 19dcafada9645..849c7ace3da52 100644 --- a/Formula/m/mm-common.rb +++ b/Formula/m/mm-common.rb @@ -8,8 +8,7 @@ class MmCommon < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "51e28647cb23b6c7259a8487adf36301731684c5d12bdccba36247ef0603312f" + sha256 cellar: :any_skip_relocation, all: "9b105ad896eeb16cfc9f158c87db7c4a63b03b3d58ae50fae9984b00feb02c24" end depends_on "meson" => :build From 0e0dba88067365f2b449a37fd92734fc9fbce4bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:24:31 +0000 Subject: [PATCH 06638/10074] dolt: update 1.55.0 bottle. --- Formula/d/dolt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 4d4da21ad468e..e2c31d94bbd80 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -12,13 +12,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "762b24748aed60cb7f0191e8d9fd6d2c4a9dc6c24727b88f85cf7638cb426648" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4eebda6c665b821340b2475233d7946b9acce2a1934896abf88de5a44b86419d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8473000ece5e62b0f3cce7ffc71a9fba9be746e669255a01f17682123813857c" - sha256 cellar: :any_skip_relocation, sonoma: "b3c6454ae3a047d6fe7839b4acdce744f5c15b067e19b7bc04216f15cea20091" - sha256 cellar: :any_skip_relocation, ventura: "0d307d4ca85f8c3b2ee34b4b8289463636f7e62e5b3f621494abcc1332efb078" - sha256 cellar: :any_skip_relocation, arm64_linux: "10ce7e686bebcfee180737f568fdae2036522c08bc031874af0592b736c604b5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e90bf00c70b4848da3660c3957cc7da8cc41f4125e3fdffff8f668a1814de203" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4bc602663919965fe668bf4079f56c79201295f3d8e55d36a9046152588069d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "114c8a8c086af7381131ddc1fe72d5e339b82fa782cf992dd89b08130b3db279" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ddbfc912f2702717a34bfece1ce5c2b0cbe6d513e96d4b3cd9e1355e8510a57c" + sha256 cellar: :any_skip_relocation, sonoma: "9541928fedf1b25f1bf0ad3ef088aaa77e425162a753804302b52c92596ca598" + sha256 cellar: :any_skip_relocation, ventura: "b6c6ecff1a80c2d4dd6dc4de5d26dfc6a8254db932be32dfbdf7556e43f8d755" + sha256 cellar: :any_skip_relocation, arm64_linux: "94f8f1cc399c239f075bbc29836b605c0dc3211fe4d8747cedb0d9ef69717bbb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4cc1398453af3129d462dade25fed3dc13b7a5b7a60a2d89bedf1219a75e239" end depends_on "go" => :build From 33c21c10b2b3b06e1e803a26425e279c86f8c383 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:24:49 +0000 Subject: [PATCH 06639/10074] fabric-ai: update 1.4.200 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 4c7fa1d470795..d0da62dee1137 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08cbf862e0a539054c457f9647cbf64967ec0a2ea0f656be060f7db523c190ca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "08cbf862e0a539054c457f9647cbf64967ec0a2ea0f656be060f7db523c190ca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "08cbf862e0a539054c457f9647cbf64967ec0a2ea0f656be060f7db523c190ca" - sha256 cellar: :any_skip_relocation, sonoma: "20bb45035e1c8a3551c2b137e9b4243483e3f0d82ef72224688d9c7cc920f8fd" - sha256 cellar: :any_skip_relocation, ventura: "20bb45035e1c8a3551c2b137e9b4243483e3f0d82ef72224688d9c7cc920f8fd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "49df13c83f32c034e54bca98aaa7d8712dc7535474de6187c391a795375ecede" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "abe57acd2cbda56e881a76fbc0ad101f2ce0ef60efa45e8d26f68bccf78eb258" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "abe57acd2cbda56e881a76fbc0ad101f2ce0ef60efa45e8d26f68bccf78eb258" + sha256 cellar: :any_skip_relocation, arm64_ventura: "abe57acd2cbda56e881a76fbc0ad101f2ce0ef60efa45e8d26f68bccf78eb258" + sha256 cellar: :any_skip_relocation, sonoma: "dec0d95950b473d0b29a9772d3c4fbd22201bdc060869d088bc55d4d96461ea0" + sha256 cellar: :any_skip_relocation, ventura: "dec0d95950b473d0b29a9772d3c4fbd22201bdc060869d088bc55d4d96461ea0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5972f40a04ca05f9a2debf29091ac54e3cf5c986c7963af0f0d9cf84b2a3a043" end depends_on "go" => :build From 6d3e657cab2fe0179acc7388453737a7db4fcd3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:28:30 +0000 Subject: [PATCH 06640/10074] mx: update 7.55.0 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 007659dd0d738..e3de16086c2e2 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "4a5279a1aada7b29374a79720ba7800cd92c12298deb4a47979673d7a444c0e4" + sha256 cellar: :any_skip_relocation, all: "839ab5e6e1aaab850346d3fa6c79059c4cc4c1d2a20b575500287288657b9c8e" end depends_on "openjdk" => :test From 3de54512ba26947dd17e0c7ccb6d58e2e4d8491a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:34:12 +0000 Subject: [PATCH 06641/10074] purescript-language-server: update 0.18.5 bottle. --- Formula/p/purescript-language-server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/purescript-language-server.rb b/Formula/p/purescript-language-server.rb index 50d6ebfb4a1ca..b1ed6a55982e5 100644 --- a/Formula/p/purescript-language-server.rb +++ b/Formula/p/purescript-language-server.rb @@ -6,7 +6,7 @@ class PurescriptLanguageServer < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "f168a0249dc45427169db1c78eadcc12c7519c957987caf2a7f7540265afcb2f" + sha256 cellar: :any_skip_relocation, all: "dc5f49524090444f724689302457dff282c2ee7655893e172c47cdaf83ebb533" end depends_on "node" From 221860e520f49cca7cb87712e660d07673bd56b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:34:37 +0000 Subject: [PATCH 06642/10074] marp-cli: update 4.2.0 bottle. --- Formula/m/marp-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/marp-cli.rb b/Formula/m/marp-cli.rb index 5b3f5b750f250..8df8f9b0c2706 100644 --- a/Formula/m/marp-cli.rb +++ b/Formula/m/marp-cli.rb @@ -6,13 +6,13 @@ class MarpCli < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "da62b75e00504397c018a751576c1b783e7f6ba3929d0e9611fd53888614fcf3" - sha256 cellar: :any, arm64_sonoma: "da62b75e00504397c018a751576c1b783e7f6ba3929d0e9611fd53888614fcf3" - sha256 cellar: :any, arm64_ventura: "da62b75e00504397c018a751576c1b783e7f6ba3929d0e9611fd53888614fcf3" - sha256 cellar: :any, sonoma: "c6155d61543ee99565db5b1ad20bb9124e38389d5306303c8ba7425f75de869c" - sha256 cellar: :any, ventura: "c6155d61543ee99565db5b1ad20bb9124e38389d5306303c8ba7425f75de869c" - sha256 cellar: :any_skip_relocation, arm64_linux: "87c5fb7463b29b211d2af1e0a5e4e691e90868403b16475d2531f354a1724259" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c48d21a663d8d84bbb1be5da79a56a45148e22fdc67674fdee91bcc99de9ab3e" + sha256 cellar: :any, arm64_sequoia: "0348f4fa470cc682a28097048fbbdd1aec3606c9492eb278a3a4121320a27e23" + sha256 cellar: :any, arm64_sonoma: "0348f4fa470cc682a28097048fbbdd1aec3606c9492eb278a3a4121320a27e23" + sha256 cellar: :any, arm64_ventura: "0348f4fa470cc682a28097048fbbdd1aec3606c9492eb278a3a4121320a27e23" + sha256 cellar: :any, sonoma: "455ca0aa496d062b289b70c9753bc712919d31fec176b830694e8ba7894dd4b4" + sha256 cellar: :any, ventura: "455ca0aa496d062b289b70c9753bc712919d31fec176b830694e8ba7894dd4b4" + sha256 cellar: :any_skip_relocation, arm64_linux: "43ef11b41d81ec796438455c2bce3c72d48717ffb03a71d45b14f2d7520693be" + sha256 cellar: :any_skip_relocation, x86_64_linux: "01aa03b5eff724585a86885eb5d26bda435ac6b90a84fc458ab195e067fc534c" end depends_on "node" From 90d5cdabaee8d0d79b001bc968bca80754e7161f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:41:07 +0000 Subject: [PATCH 06643/10074] tailwindcss: update 4.1.10 bottle. --- Formula/t/tailwindcss.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailwindcss.rb b/Formula/t/tailwindcss.rb index ece335dd8267c..3b000c1e7c145 100644 --- a/Formula/t/tailwindcss.rb +++ b/Formula/t/tailwindcss.rb @@ -15,13 +15,13 @@ class Tailwindcss < Formula end bottle do - sha256 arm64_sequoia: "f95e3a6b6ff98e3f6ea1211b5f5f4126ec69acd33d4e16fa652f22504c74ebb1" - sha256 arm64_sonoma: "bcdef0aa81276063ecbeeed7763bdc0993e909261b6c51e1754ab31dfc9be1a7" - sha256 arm64_ventura: "f3f0151c2a4159304f88113f97e23b4d17374174222c0bfd8d1de36876e840bc" - sha256 sonoma: "c14f9b89582c282a3007b0e30f186f14c0f63df7947f69fdc002e5ca336c8297" - sha256 ventura: "0a9051bf782ad976700e56b275f22fdbefbfc21a7d44a1e3a91da9c832e26002" - sha256 cellar: :any_skip_relocation, arm64_linux: "577000ce50e6c322eb03c29edc3586f1016c1e77cf64fd70d6903207d0e11aa8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ac1a40228b10a730891a51b25145f1ec71d8e38e7145dba0d7b8ce91b2cc9d5" + sha256 arm64_sequoia: "b32e08318c735751564c6a75b9578f7b2ae93413e3f31dd1e74eece2f2ef5deb" + sha256 arm64_sonoma: "ee8eb6d6c733fee59bc87db9a9c633ad93b08e0a78cd86ba89656ffd701b07fd" + sha256 arm64_ventura: "ba0ce33052f61455ff1924f7f6d191ebe5274b1ff0de3b350752dd733f14e1b3" + sha256 sonoma: "d93a5bf374b2d5946257781a598518bbee04649c346d79740fa6aaf6988e7f34" + sha256 ventura: "3baaddac777ea7900686a3b155c47c4b08451b178b46dd22ead58a286e4c7893" + sha256 cellar: :any_skip_relocation, arm64_linux: "0482f2d6c4980e4bf1e8ce35fab6d76d62dd22d9295cc725f76edfb31a996338" + sha256 cellar: :any_skip_relocation, x86_64_linux: "37a6229509b451f0be2709d2c922b869e032664ddeca48c31afd46e6739cdf55" end depends_on "node" From de748263c4f2052d56b9cb9d62f53e69b94da97b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:41:47 +0000 Subject: [PATCH 06644/10074] terragrunt: update 0.81.5 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 8f300529c89bd..810c8e9864e1c 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9a2b122076200ee36cfae4333fc4a3d828ac7cb536f24e9e787061d24c6907d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9a2b122076200ee36cfae4333fc4a3d828ac7cb536f24e9e787061d24c6907d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f9a2b122076200ee36cfae4333fc4a3d828ac7cb536f24e9e787061d24c6907d" - sha256 cellar: :any_skip_relocation, sonoma: "f4ff882f788600195834da5162e293a785dacc58c65d1fff0fd43d8775d1a7ef" - sha256 cellar: :any_skip_relocation, ventura: "f4ff882f788600195834da5162e293a785dacc58c65d1fff0fd43d8775d1a7ef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9b461d69e35c83aeca8a71fa306d1541827cd9e1f152110864f5875ca34b8ee5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f2eae8bd66c2f35f3ad77d38655e26bbbe615fda74b7716675376284abdb219a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2eae8bd66c2f35f3ad77d38655e26bbbe615fda74b7716675376284abdb219a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f2eae8bd66c2f35f3ad77d38655e26bbbe615fda74b7716675376284abdb219a" + sha256 cellar: :any_skip_relocation, sonoma: "8056d16e1c7d38356f60fe8a2503dcac7cebc4cf3a474501082a075e4f5d2985" + sha256 cellar: :any_skip_relocation, ventura: "8056d16e1c7d38356f60fe8a2503dcac7cebc4cf3a474501082a075e4f5d2985" + sha256 cellar: :any_skip_relocation, x86_64_linux: "314605c08d90916f5094e7fc2e27b9ff400ea4bcb9db9d2e3b108447a416d2bd" end depends_on "go" => :build From f7ceabcd0abe3f48063969f3b0907a3668d877ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:44:26 +0000 Subject: [PATCH 06645/10074] llama.cpp: update 5640 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 33b77b580580e..97db8ca2b436f 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "3c4ff0a0364f4f180553e30cc1f3a5a285d7175d39b1df2e76b3a95b7447ea76" - sha256 cellar: :any, arm64_sonoma: "79ad288fc02930cc38d585c9b2b57584fe31e99f83c8a201c4428f9eea970329" - sha256 cellar: :any, arm64_ventura: "a1ab175b0d8544f1d4581fd50505657ca102f283ffc623133da5dfbd490a7d2e" - sha256 cellar: :any, sonoma: "ec237c3d75fa6ca17f078a429bacc5e4f40461cdbebc2f86ed65b51dab139727" - sha256 cellar: :any, ventura: "1c8fe3832af3f1857f435eec86d38a9a1029fc570535cd9c613faf27453bd6f4" - sha256 cellar: :any_skip_relocation, arm64_linux: "abb20595906788a1260dca8ef87ef1f4429eaa7e2061065c224a0ffb2b68a440" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c945bae1b21a5c8d4cf203d15f4588fe135354c1141174adcf4a8b1885dd6a71" + sha256 cellar: :any, arm64_sequoia: "79e8b9e04f5babd0b84296391619e4daf13e527b07a1355de7576fc3aeb6cd86" + sha256 cellar: :any, arm64_sonoma: "b79657efc87fd159696c161c762909d7fd2e32882ac7176ab1caf1ccc1bad914" + sha256 cellar: :any, arm64_ventura: "850e4c535bb3fb1c7511351432bf45f0acc3bf62f41d9999a3e2012bb0b5029d" + sha256 cellar: :any, sonoma: "c41c79f67027f2a807f8bcb94163c0015d2afac15d0f993a3cdd992e58e2a6e7" + sha256 cellar: :any, ventura: "9d2f3815651969a7b851ee31267f15c137daea7c79be746dd3a2d9726c07e331" + sha256 cellar: :any_skip_relocation, arm64_linux: "83916832bcd33ea8776fe08c53d45b97b8fa8b5d9376da65cfb064a102b990db" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cffa08428ba071dd836ef1f16bfe92c703182c5f9e4a7beca27286fd37c1b339" end depends_on "cmake" => :build From 868598e557323a4548e2a8df9f5e4b7174fe24a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:44:31 +0000 Subject: [PATCH 06646/10074] awscli: update 2.27.34 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index f858bff3a0251..58ead138d837b 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "9cb3f919fb8e56b547f6cd42f95ac8fe0972641203c135146924bd3077306b7d" - sha256 cellar: :any, arm64_sonoma: "5f7d0b224c22fe81961a23421e306aa062abad96819ac1f2b2da77276e799873" - sha256 cellar: :any, arm64_ventura: "094db7115dbbe7a3770f5096b94e52aee885578c4a977859bacd7d10a5da8c77" - sha256 cellar: :any, sonoma: "3b993cadcfd0835432ae702b4ccf29e4884b0579856b1a16fb251dc779f9f25e" - sha256 cellar: :any, ventura: "5c82158ffcd9d824301fcf92dd51b3d0d2d3ff6a6556394aec3e9c4f4f91d86d" - sha256 cellar: :any_skip_relocation, arm64_linux: "36446441d25acdfdabf8ac669049ff1f8661b7f38d0824c25f1f2d8dceec3242" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e519d90cfd6fa83495149ad7d2df18a8f53f4d3e6fbf41d8b1a5538ead40b928" + sha256 cellar: :any, arm64_sequoia: "9b94226836708c28a01f9560c68f46e5690b0c923758ec927faaf56112a2e6f0" + sha256 cellar: :any, arm64_sonoma: "8e0d9fd4f40d50d94b40a9d35809046addf5f9423076fca0669e3f34dc384cd7" + sha256 cellar: :any, arm64_ventura: "28a54e4f6b5433d6e24f382d4aa10f3a6c559bd44e374db42035c169e350be6d" + sha256 cellar: :any, sonoma: "eb488029fa3d1e2e982bb19cf7cefbfa2976dde87987d252a7e436677e63648b" + sha256 cellar: :any, ventura: "76214ec01893df0c5f006e4db583df350a6a1515dc9db2f35f5de4a3d0d183d7" + sha256 cellar: :any_skip_relocation, arm64_linux: "1e83cd94c204e7abfc39ee6c689e98ccb9a7cd61645712c14828947f92861c08" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a08c3280a53b0782dff0e7c41119b159dba1778e0fd7e47a75f4c1769bb6a58a" end depends_on "cmake" => :build From 3f154144cbd063209e62dc486a7539b56170da23 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:51:38 +0000 Subject: [PATCH 06647/10074] cadence-workflow 1.3.1 --- Formula/c/cadence-workflow.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/cadence-workflow.rb b/Formula/c/cadence-workflow.rb index 06b744c7f7f0d..5caf002782aa9 100644 --- a/Formula/c/cadence-workflow.rb +++ b/Formula/c/cadence-workflow.rb @@ -2,9 +2,9 @@ class CadenceWorkflow < Formula desc "Distributed, scalable, durable, and highly available orchestration engine" homepage "https://cadenceworkflow.io/" url "https://github.com/uber/cadence.git", - tag: "v1.3.0", - revision: "4134777c293b07e0df867f5a8f68bc2e6dcae3e8" - license "MIT" + tag: "v1.3.1", + revision: "647beb90600b232ebb6ebfb382de5ff8cf391fe2" + license "Apache-2.0" head "https://github.com/uber/cadence.git", branch: "master" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From f6b2f4f3cb20a383ff0c627b59d8dcd1a838ecd0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:54:23 +0000 Subject: [PATCH 06648/10074] libupnp: update 1.14.24 bottle. --- Formula/lib/libupnp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libupnp.rb b/Formula/lib/libupnp.rb index a810b5fa67165..5434861f85306 100644 --- a/Formula/lib/libupnp.rb +++ b/Formula/lib/libupnp.rb @@ -11,13 +11,13 @@ class Libupnp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "49edc3f9bbdd39958fcc8dc048480f2c4ef3e4d1f3d525d4a9c86a02197a8236" - sha256 cellar: :any, arm64_sonoma: "b59e29b590345e846d69d46fec038ca7d850fd5c8bf2dcbb1cbca177dd57cf98" - sha256 cellar: :any, arm64_ventura: "c75b7403a6407f00a03a1a1dedf0f6b27027be35edfb4a09268c5e130b2a7528" - sha256 cellar: :any, sonoma: "3db50b401b92c512e087b92f5a665450db68811eb7c5e2e70e124b9af17d93ba" - sha256 cellar: :any, ventura: "6f55d3a00dc8e80993fc02439d6df8a3f6aa1f21881197a607e2cad85564f09f" - sha256 cellar: :any_skip_relocation, arm64_linux: "bc02440ee39ebfb96113830680be06c1d9eaf197946fb28261888e647ef2ae13" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6949c056fb3e265768758d2ffae5723e68ff9e3a9ef9c2d5ac3c9beac31af3ed" + sha256 cellar: :any, arm64_sequoia: "e403cd816e8de10c22429564e2236d5a050637adbfef519dd5b3d77608bb66af" + sha256 cellar: :any, arm64_sonoma: "04df71a03d9b1b3d96d79b9d3f8d36c1d824abc44cdcaaf64bb35a8e4af7d383" + sha256 cellar: :any, arm64_ventura: "224f178d28e917c2884008949a3324a3591932fcc5dcbb72fed9f3b05162b700" + sha256 cellar: :any, sonoma: "493baa1f587afae4b317cc04bd6eee8a595e0658bc466550d3a72b54ae879258" + sha256 cellar: :any, ventura: "0098a2e2db061718ab02149ad3a70d71f6ba4450c406a814952a3781460f8da0" + sha256 cellar: :any_skip_relocation, arm64_linux: "a5e4ba4cc9118f956eebb5a99eadc0e8185495658b76b62901118cb6baa49ee1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e8fb4ff72b291065c68d8640c7d54728773cc9937c9cfebda2b557ed972f532a" end def install From 5863d2e599e0a4418b767378c5e2fba1ed86ac21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:54:56 +0000 Subject: [PATCH 06649/10074] pymupdf: update 1.26.1 bottle. --- Formula/p/pymupdf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pymupdf.rb b/Formula/p/pymupdf.rb index 55d1a2626d7a9..7407368ff0d5f 100644 --- a/Formula/p/pymupdf.rb +++ b/Formula/p/pymupdf.rb @@ -6,13 +6,13 @@ class Pymupdf < Formula license "AGPL-3.0-only" bottle do - sha256 cellar: :any, arm64_sequoia: "1773aa238f89be9b822b1a7db7449a9f2af11ea0833cc9b5176362369308c09f" - sha256 cellar: :any, arm64_sonoma: "ffc059b2872dcd5f75ebdb39850bcd66815e1c30ef2b8a028d0b52410b513ca6" - sha256 cellar: :any, arm64_ventura: "ca9a2139475f05ea6b5872dfa19eb78e8eda44d388ad6e5817f982a47e44a3f0" - sha256 cellar: :any, sonoma: "022d9e01864e2364be0cfaf53cd05cf82b292bd9453b51eef9ae01966ad63f2a" - sha256 cellar: :any, ventura: "a058db1a4e1dfd40717da1ec750ccc32c8429a08b4e58f62ecb013411bbadc69" - sha256 cellar: :any_skip_relocation, arm64_linux: "3a2561ccc1e2f9ef243da6aad55fa12c190505ef3012a5abc4c9da8bf7c55a98" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da8b3b1bd9444ced58e46bce498113ab2e5a863abd0200d565586a4619ca55e0" + sha256 cellar: :any, arm64_sequoia: "79311d8e2d060eb2e2c42a158f65d24559545a8e97d043a13ae3f0c683513488" + sha256 cellar: :any, arm64_sonoma: "48a51ebad5a15a778f3d158a38584bc8cf9a8591143d56c903da935679394fd0" + sha256 cellar: :any, arm64_ventura: "a1bb1eb3dc04fe1464e2ad46fdb87274c56c05300ecab8bb1b527c8381e10c9d" + sha256 cellar: :any, sonoma: "8f675bfda9d7b18b0b607335918c98ba3e219db51aabc50e558f383fe06b9310" + sha256 cellar: :any, ventura: "69c77096d6b87029f1054fa17f87b3b9473803b063df2f95bb617c1fcd6fa459" + sha256 cellar: :any_skip_relocation, arm64_linux: "7c9dd77457f5eddf7fdcd1bff1f50d9a0b5b07ab85d42392d98d09280f040f98" + sha256 cellar: :any_skip_relocation, x86_64_linux: "431a3fa83b570f8b1792cf2907b4be2c6a3bcde584597dc1ff9c216d02f3f915" end depends_on "freetype" => :build From abe530a96738275f27d3c97a4de902fc2facf881 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:55:32 +0000 Subject: [PATCH 06650/10074] scrcpy: update 3.3 bottle. --- Formula/s/scrcpy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scrcpy.rb b/Formula/s/scrcpy.rb index 7d4f8dd829f8c..9b793d17464dc 100644 --- a/Formula/s/scrcpy.rb +++ b/Formula/s/scrcpy.rb @@ -11,13 +11,13 @@ class Scrcpy < Formula end bottle do - sha256 arm64_sequoia: "5bc8d3e9b80d38d837b1d910724c96324337401350a499f7bce66599c1774b58" - sha256 arm64_sonoma: "45c991850ec0a38e724ce5f9ec6aeddb33686b76389bf179906ccdfc5329963a" - sha256 arm64_ventura: "dcd0c0336f03804bb4f8c77f99bf1a87b596573bfd71a9e56df4df3e38945cf4" - sha256 sonoma: "92646abdda536014901033936af533f221835b2766f45e4b95dba6d08ac57780" - sha256 ventura: "441f55d3f5deae929fd9834dd6256535a81463170ce2488d8a5d6657ba01615b" - sha256 arm64_linux: "46ce2ef60d17e534c3fdcb5a7021ad2a3908007b664b19f65bd1758c881b3bf2" - sha256 x86_64_linux: "91e75e3978f2630997ea0af0b836f1d8175ddfd5abd9385963e7b1d46622de86" + sha256 arm64_sequoia: "319a8337530bab6304ba3832d7567a440ab5eaf0c64febf7fe021fb92c73b5af" + sha256 arm64_sonoma: "d5b4313e9a3283df2c3fa82914989d02024061aa023b4d39472134a75165a8b9" + sha256 arm64_ventura: "859e4339042a0cbe616138afce3e00ca3bd5c754e9c7837b02bf2967bb26d38a" + sha256 sonoma: "81bb76ea84532e4bb3f2bdbb8b52c94655fa9db0dcd1e00f5c332e19a0293b3e" + sha256 ventura: "294fbb3474543067fb0bc2694f9199e8df76d6881de7d8c312c043cd5951ee15" + sha256 arm64_linux: "db78c3a7f231356db8a755fa2da69e3c6666675c3c6596de7844e057ebf3894a" + sha256 x86_64_linux: "b645c3038ce3ac22352f51b6addd8a3557162eb09617ca79f87b76d4eba783d2" end depends_on "meson" => :build From 48f7c42f5c2cd9bab6ff527d2a1cbb9c4fe2ac7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:55:51 +0000 Subject: [PATCH 06651/10074] valkey: update 8.1.2 bottle. --- Formula/v/valkey.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/valkey.rb b/Formula/v/valkey.rb index 1be4e5923da25..0fdf84ef5e764 100644 --- a/Formula/v/valkey.rb +++ b/Formula/v/valkey.rb @@ -13,13 +13,13 @@ class Valkey < Formula head "https://github.com/valkey-io/valkey.git", branch: "unstable" bottle do - sha256 cellar: :any, arm64_sequoia: "22efc3dadf1f4b35e1b3daec995dd2a5e36e1e3a3868c7dfc081fada6606db35" - sha256 cellar: :any, arm64_sonoma: "0bc6af893af7e5e9a44353284f613259013cf6920dae414e5c4a1ebf555f4846" - sha256 cellar: :any, arm64_ventura: "e5fbb187d387982c398a4df98404ad9fe667051fcde89f7b17fa199e8c319abf" - sha256 cellar: :any, sonoma: "f529f685e9cf947746a869f530f15c708baa85f34df666bd88a192c9d44055e2" - sha256 cellar: :any, ventura: "14cd2ea4515f6280bfc396a7e56fa63ce3d5dc94a99278081303edb277391a1a" - sha256 cellar: :any_skip_relocation, arm64_linux: "5b1687378a42d5b0ebecc79b840278cb94f33fb4b4a655f0bbe71c600b097c1a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6dffc41005fd89ac2fb57190c2e9e40617dcd075316526321e1c05ebd364017c" + sha256 cellar: :any, arm64_sequoia: "156c0d4d0db6c0145ec5409f87d0f665da3a839e7b81f18ce2d7263415df4a34" + sha256 cellar: :any, arm64_sonoma: "d9d74e88181f14466989370495bc9330cde32f8636007243d336c4bb0f4c6752" + sha256 cellar: :any, arm64_ventura: "3c0ce974ca464b56c4bfb825f3f387170166d2288c8d3573da91c39efd23ca35" + sha256 cellar: :any, sonoma: "5c971728a93ec03d571a6168c0362236e41ec3170655d7e699ee797a06a69793" + sha256 cellar: :any, ventura: "114890fb33120d4276554dba33ff9d02bd2f4ff05e0a8ad8d9437d96a47c216d" + sha256 cellar: :any_skip_relocation, arm64_linux: "154429d7c6606defb92b218d979231c34265fd68438fe8977161fffa94fddf11" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eeb8f9c4b7c42a298de567302dc468c80a5492dc76b881e27eef6b6c54275aae" end depends_on "openssl@3" From c14522905b34598b64ef69eecfbfc4d440e66c6d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 00:04:25 +0000 Subject: [PATCH 06652/10074] openfga: update 1.8.15 bottle. --- Formula/o/openfga.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/openfga.rb b/Formula/o/openfga.rb index 2f81d9e7f8a02..e965b162acec3 100644 --- a/Formula/o/openfga.rb +++ b/Formula/o/openfga.rb @@ -7,12 +7,12 @@ class Openfga < Formula head "https://github.com/openfga/openfga.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "caa329db9b0efd280f3f3f2fee81a664265d27deb10bc76327b71f690fea9749" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "366b775fec82d802f94ae1945edd7e22542c03a41985a6e6f71716a9365d24eb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f59cdee3a7d8e0b72f95d8427acb6fd31a6b2cc739a4c781ac395aa6469ecb80" - sha256 cellar: :any_skip_relocation, sonoma: "9f026a198edf09d95bb0add4f7ae6074e4a3c6f3e1949280b19f182ad15ab0c1" - sha256 cellar: :any_skip_relocation, ventura: "114669bbec43e1bd47bd9fad4e93d1d366f955f68f9f9bcb662a32bb594b7780" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fdeda5455d8a1503858ffdd2ada3f91f168d12fcf18f1f359f7a896ed1101764" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9eaff0b0e6923b53c135f00b1f31d2780da1cb9f1204ba058c6800ebd4cb64fa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b50658b5ff62e40b302afc314d82f99ada127fabab9f1993e982630f075547b2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a3243760fdd2ceb9298171dd23b98bc39db031a8957133ca2c3a4efc6211010a" + sha256 cellar: :any_skip_relocation, sonoma: "b3cffdbc157fca934cb401bb93cbfc73f9001dc07aaf570512cb856ead8c14cb" + sha256 cellar: :any_skip_relocation, ventura: "2c97709672a99ca798cd06c700ae4c9c8eb8eadca333f883b7df309f2a73bc6c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b67a0e8b0347ecf7ed76a788896e895b6b51cd84366fed558e16ef7a16fabddc" end depends_on "go" => :build From db9ee8b023f2bd8ecc3f291922e705efe1394cc2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:13:15 +0000 Subject: [PATCH 06653/10074] percona-toolkit 3.7.0-2 --- Formula/p/percona-toolkit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/percona-toolkit.rb b/Formula/p/percona-toolkit.rb index cfc13063d6667..e6afed2a8dedf 100644 --- a/Formula/p/percona-toolkit.rb +++ b/Formula/p/percona-toolkit.rb @@ -1,8 +1,8 @@ class PerconaToolkit < Formula desc "Command-line tools for MySQL, MariaDB and system tasks" homepage "https://www.percona.com/software/percona-toolkit/" - url "https://www.percona.com/downloads/percona-toolkit/3.7.0/source/tarball/percona-toolkit-3.7.0.tar.gz" - sha256 "e79f53c3227ac31c858fad061d8a000162cb5ecf8b446b90b574adde9e9ab455" + url "https://downloads.percona.com/downloads/percona-toolkit/3.7.0-2/source/tarball/percona-toolkit-3.7.0.tar.gz" + sha256 "192c899dcfa26eca1b9e8692b7b687d143154902b6089afb03c14ea1b93e432d" license any_of: ["GPL-2.0-only", "Artistic-1.0-Perl"] head "lp:percona-toolkit", using: :bzr From 471755a4ac7fdfb859578e1b955e93dc9ca5a309 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 00:11:27 +0000 Subject: [PATCH 06654/10074] desed: add 1.2.2 bottle. --- Formula/d/desed.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/d/desed.rb b/Formula/d/desed.rb index 04d1a786d683a..28827fc4a7826 100644 --- a/Formula/d/desed.rb +++ b/Formula/d/desed.rb @@ -6,6 +6,15 @@ class Desed < Formula license "GPL-3.0-or-later" head "https://github.com/SoptikHa2/desed.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a633dbad86f2cacfe936a808372d3259ecbde4fcbb100d444d4dfe04b846c848" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f2a66cf69929b5532c8a46f34b39bb89edde7339f0e60523f613af7443e9b84" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c94d25fc45f6e6e18e492b7a1b0a99bc050010ef581964235718147f41a8721d" + sha256 cellar: :any_skip_relocation, sonoma: "2160dd4cfb4d6c16d5563112a6871a012c2968e2313514c48cf7323fa2d1e714" + sha256 cellar: :any_skip_relocation, ventura: "8d561d9e6c8f3d55f5a708ce24cc786b2975f227ec86414cf312409adc5130c7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "74c7143b9c97e0dfa4bd338b665434834ffd17d5c1cd3582f346ae7498b5f2ad" + end + depends_on "rust" => :build depends_on "gnu-sed" => :test From 5a54d2fdf0d1a4c67eb09722527b8c059924980d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 00:11:45 +0000 Subject: [PATCH 06655/10074] sf: update 2.92.7 bottle. --- Formula/s/sf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index e76619269a3d8..21e4fc2c589b2 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -13,13 +13,13 @@ class Sf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" - sha256 cellar: :any_skip_relocation, sonoma: "d399f7da013517926e71e747337f7be6ff1aab7b223016ec4d74db166fbfa7a9" - sha256 cellar: :any_skip_relocation, ventura: "d399f7da013517926e71e747337f7be6ff1aab7b223016ec4d74db166fbfa7a9" - sha256 cellar: :any_skip_relocation, arm64_linux: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b7eb609ae9becd45f4011f36ebf5453e7c1b08037a225f3a89649da878a3d305" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" + sha256 cellar: :any_skip_relocation, sonoma: "8f5c57fee3b082ddb0f9a6e3aacc21bcbcc301064a8ea525e4e12af905b25f09" + sha256 cellar: :any_skip_relocation, ventura: "8f5c57fee3b082ddb0f9a6e3aacc21bcbcc301064a8ea525e4e12af905b25f09" + sha256 cellar: :any_skip_relocation, arm64_linux: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" end depends_on "node" From 2f46bb080e58fc63366291b6aa2b4397518eaadb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 00:12:22 +0000 Subject: [PATCH 06656/10074] openfast: update 4.0.5 bottle. --- Formula/o/openfast.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openfast.rb b/Formula/o/openfast.rb index b9d39130af206..c5b025f35d7ad 100644 --- a/Formula/o/openfast.rb +++ b/Formula/o/openfast.rb @@ -7,13 +7,13 @@ class Openfast < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "2e89b7a85921381093c8ebb7c03d3453287725e32bf548a78c4d96687e13984d" - sha256 cellar: :any, arm64_sonoma: "aae62eb732843dccd695d0228166fb77bd7f39350464ebec9b1dadf83116434c" - sha256 cellar: :any, arm64_ventura: "a651f9197f973c8b9846d3e5d4d8415d4f846dd074b44d4c9cc6aee38027c2d5" - sha256 cellar: :any, sonoma: "baaeffca5e7d33ecea19f76071bd3679845c3626dda3d3fef36506609b13569c" - sha256 cellar: :any, ventura: "56d53252d63b0ef61aa6465401500bc692c2ea3bc90324f10d72f5370bb8dd63" - sha256 cellar: :any_skip_relocation, arm64_linux: "4660629844154eb7e200d48e84b842108d3649096881db26348b0472a7d66cdb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d8a1b246f53b43a2e7db5d6fd5c3ec12209be17374cdc5b310e1129e43843c6" + sha256 cellar: :any, arm64_sequoia: "13b6d12981d1050c198eacd342785c8e6f911c673beb11ed3e68da2f9b450733" + sha256 cellar: :any, arm64_sonoma: "bb3cbdf4dfd770336c51c4d8c4d4dc97ab67f235594dd96145dd83f9fea8c32e" + sha256 cellar: :any, arm64_ventura: "53274f132b55eefe596a518c08a97883c1d794931d77057fdec46c64228dcb97" + sha256 cellar: :any, sonoma: "0b5a6f2bad8e6586bc9d71462863b3d4c8fc849f9aa0cfc05defc92dc020b602" + sha256 cellar: :any, ventura: "e86c66c85984d6c1938d12098e142e698aeba352e337f83ae91ff7eb259881c0" + sha256 cellar: :any_skip_relocation, arm64_linux: "a2cc9a7b631ecc1d374b251587fcc702dbcdb832ed09d4db9c06580aa89d2255" + sha256 cellar: :any_skip_relocation, x86_64_linux: "efa451581abe6c72b25576bf6b9f9f098f7aae25d91d9ae5978002d4293de121" end depends_on "cmake" => :build From f0bafd72e93a4c8eba21c4ccfa906af94ca14881 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 00:36:02 +0000 Subject: [PATCH 06657/10074] mvt: update 2.6.0_1 bottle. --- Formula/m/mvt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mvt.rb b/Formula/m/mvt.rb index 5bcf3702067e0..fa2d6467c7a56 100644 --- a/Formula/m/mvt.rb +++ b/Formula/m/mvt.rb @@ -10,13 +10,13 @@ class Mvt < Formula head "https://github.com/mvt-project/mvt.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "e9d2a466119b63dde7fc528be5e6aea55b36dba330c27e3d9c08258a03e89a1c" - sha256 cellar: :any, arm64_sonoma: "607c5f59dbd08c428c29d4b83c525d4e1ee4b5f2b71d70aa822de39dc89b4ea0" - sha256 cellar: :any, arm64_ventura: "4f92a4a195e51bed398ccac5e6e4d1f23cab5f3eda6f9ad11b1367222d5ea222" - sha256 cellar: :any, sonoma: "32c6f03c6f0e9e465d579edaac5a38e672f9d209d908d98ee252c9107358d131" - sha256 cellar: :any, ventura: "054c3c39ddc0b13ce7df8eeea14be0cfb44124633a3c9151dd3c00b402d5ece4" - sha256 cellar: :any_skip_relocation, arm64_linux: "73502e7220a1bbc886445cd31e9c61b6c77cec576783035df4fc5d02cfe69ffd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29e681c4766dec54f9f00b79211fdfc150fd8111f77f614b873d4ef6ab90d679" + sha256 cellar: :any, arm64_sequoia: "4092f861896c006c689b1da9047a3df0d6dd3950d4ad408fc27f24b257c98bae" + sha256 cellar: :any, arm64_sonoma: "6e5dbf34333ebae041f760aa8593a18153aac79229b5a36b55b08d3d85d3ff9b" + sha256 cellar: :any, arm64_ventura: "037a663bf1d80895ed5bc0a2fe196795d48d412eda41faa776a90fba8f834af1" + sha256 cellar: :any, sonoma: "2224a1133e6c4d35c8988ac92de4df214a401720b1674e483eeafe73ebe42346" + sha256 cellar: :any, ventura: "f2a34bb94db82e6d339a6e3349caac0d5ea28870f9d8ec127100ac71e16e5ab9" + sha256 cellar: :any_skip_relocation, arm64_linux: "ec85cb48daa16ab046be32631074f976600b277173c1b9644607422db497ca0d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f730b1521e0b8fa8ead07212b90539531a9a3bf3b3c53af868d1173f1dd0de5d" end depends_on "certifi" From c279b2db13be6c09a9ec310dca75420118497e4c Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 12 Jun 2025 10:03:03 +0800 Subject: [PATCH 06658/10074] gobackup 2.15.1 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/g/gobackup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gobackup.rb b/Formula/g/gobackup.rb index 35af35129311e..1d7c927d76917 100644 --- a/Formula/g/gobackup.rb +++ b/Formula/g/gobackup.rb @@ -1,8 +1,8 @@ class Gobackup < Formula desc "CLI tool for backup your databases, files to cloud storages" homepage "https://gobackup.github.io" - url "https://github.com/gobackup/gobackup/archive/refs/tags/v2.15.0.tar.gz" - sha256 "20cc0374133034c3ed0ae95b8ea98b98777734b8a823f0409529a949a6b7dcc2" + url "https://github.com/gobackup/gobackup/archive/refs/tags/v2.15.1.tar.gz" + sha256 "ed98caafe426954b81c58164d1c3712b150a0e14ce041f717f134c4b64226412" license "MIT" head "https://github.com/gobackup/gobackup.git", branch: "main" From 4b7bf2ddf825e74918763c1dd283389ba7c0a037 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 02:04:39 +0000 Subject: [PATCH 06659/10074] cadence-workflow: update 1.3.1 bottle. --- Formula/c/cadence-workflow.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cadence-workflow.rb b/Formula/c/cadence-workflow.rb index 5caf002782aa9..8d60badd4f3cd 100644 --- a/Formula/c/cadence-workflow.rb +++ b/Formula/c/cadence-workflow.rb @@ -16,12 +16,12 @@ class CadenceWorkflow < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a057edc4d4e294e9f868f0949208658da81865a7e33e79c5e5d523c7be90205" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f334d5a15e41d04e07e24cd13d1394b3cc0cb02abe1d6fd0d2cf43d895c3ffd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9b4ce71c795476fa278a46d0c3d825eae6651eba6a1cbfd6367b7f6114e5f9b1" - sha256 cellar: :any_skip_relocation, sonoma: "b309158aa47a4729246b49c5c6f23e666322c67e60ee06e7a5b53010414b1ded" - sha256 cellar: :any_skip_relocation, ventura: "ac5c4906807fa8a4db6ae845565f33e75ed476c385aa124635a187bcee6fd084" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6bc7b05e63831241f86e8064e26a9187dd8bf2f51f0fd9cb97390a235dd5abb8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "73cc5afaaf913557f5d4d6136107c0560f49b009de95d930970da4cf09656ca5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f090248bb575b58769ec64b2356153d4ab1e31ea694ed5a6ffb852648ccb0f2a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cac9648fb1699432f911f3ebc10b8f23feb78861b703e5eb9b44f6166a56ad15" + sha256 cellar: :any_skip_relocation, sonoma: "8ef990415df6f92dbec6209511f5ffb611e3e1b257b4fab92aff3304f41e099f" + sha256 cellar: :any_skip_relocation, ventura: "29ae29fa058b7db73b2e4e2951f66d5abbe3bc4f6487064860f79f850dd378d7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f85c7eccb206a5baf9b724eb147d5db9ee16207f436d281ac60ab11891560ef" end depends_on "go" => :build From b9e1664d47ddb2a594037aefc0ae409fef0b0c12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 02:23:29 +0000 Subject: [PATCH 06660/10074] homebrew-actions.yml: update to match main configuration --- .github/codeql/extensions/homebrew-actions.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/codeql/extensions/homebrew-actions.yml diff --git a/.github/codeql/extensions/homebrew-actions.yml b/.github/codeql/extensions/homebrew-actions.yml new file mode 100644 index 0000000000000..d82c10fc86257 --- /dev/null +++ b/.github/codeql/extensions/homebrew-actions.yml @@ -0,0 +1,6 @@ +extensions: + - addsTo: + pack: codeql/actions-all + extensible: trustedActionsOwnerDataModel + data: + - ["Homebrew"] From ad5870bd4cdb728a8dde7d2302b0f5afb8b91a9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 02:25:08 +0000 Subject: [PATCH 06661/10074] aws-cdk 2.1018.1 --- Formula/a/aws-cdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index c37e0f8a93fcd..29df08d2230d2 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -1,8 +1,8 @@ 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.1018.0.tgz" - sha256 "2a042ed15a41f0007fbe259378e3aa45efc217038f4aa8d72e15b076a10e9995" + url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1018.1.tgz" + sha256 "053d8151f275e15643e978f363ab0d95ef6982ce2c610332f14963ccb4dd8d39" license "Apache-2.0" bottle do From 4f786c141a1ae027aacb52b4cdf9193229f8bd4d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 02:27:41 +0000 Subject: [PATCH 06662/10074] cloud-sql-proxy 2.17.1 --- Formula/c/cloud-sql-proxy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloud-sql-proxy.rb b/Formula/c/cloud-sql-proxy.rb index f65b30a914f25..0055fbf29b8e0 100644 --- a/Formula/c/cloud-sql-proxy.rb +++ b/Formula/c/cloud-sql-proxy.rb @@ -1,8 +1,8 @@ class CloudSqlProxy < Formula desc "Utility for connecting securely to your Cloud SQL instances" homepage "https://github.com/GoogleCloudPlatform/cloud-sql-proxy" - url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.17.0.tar.gz" - sha256 "44a3c9d86af3614c985d003702ba02b03141ae388c5e3abb6130e1a35402721a" + url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.17.1.tar.gz" + sha256 "8c48d9724e2084cabf7f001fe2cbd9dce33143dd720e55797fa4b15fe6921e66" license "Apache-2.0" head "https://github.com/GoogleCloudPlatform/cloud-sql-proxy.git", branch: "main" From d0e4841b60bc410d5beb59a2403a4152a2cc4e6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 02:36:25 +0000 Subject: [PATCH 06663/10074] libcouchbase 3.3.17 --- Formula/lib/libcouchbase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libcouchbase.rb b/Formula/lib/libcouchbase.rb index 5d1ddbee812f2..0eaa12d688b3b 100644 --- a/Formula/lib/libcouchbase.rb +++ b/Formula/lib/libcouchbase.rb @@ -1,8 +1,8 @@ class Libcouchbase < Formula desc "C library for Couchbase" homepage "https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html" - url "https://packages.couchbase.com/clients/c/libcouchbase-3.3.16.tar.gz" - sha256 "99b21ab7a121891397bd4b1fe2310829f2a3bf4682f8d8043f486472e4e95899" + url "https://packages.couchbase.com/clients/c/libcouchbase-3.3.17.tar.gz" + sha256 "2d48cac746efc4e01fc5292e9e359989bd666f1ebf8ae9d6bde49ef653a2d6a6" license "Apache-2.0" head "https://github.com/couchbase/libcouchbase.git", branch: "master" From 0d326aafca072ef603abbe5c784ee8a6456d325b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 02:48:02 +0000 Subject: [PATCH 06664/10074] semgrep 1.125.0 --- Formula/s/semgrep.rb | 57 ++++++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/Formula/s/semgrep.rb b/Formula/s/semgrep.rb index 893e5229c49d7..a59640b263dc0 100644 --- a/Formula/s/semgrep.rb +++ b/Formula/s/semgrep.rb @@ -4,8 +4,8 @@ class Semgrep < Formula desc "Easily detect and prevent bugs and anti-patterns in your codebase" homepage "https://semgrep.dev" url "https://github.com/semgrep/semgrep.git", - tag: "v1.119.0", - revision: "8c27ef4fb5fdd1c08c238e9d834e3e95201b76a2" + tag: "v1.125.0", + revision: "0d36271ada38faec72ca8c2c49f87f5b30d0b3de" license "LGPL-2.1-only" head "https://github.com/semgrep/semgrep.git", branch: "develop" @@ -62,8 +62,8 @@ class Semgrep < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do @@ -122,13 +122,13 @@ class Semgrep < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do - url "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz" - sha256 "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" + url "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz" + sha256 "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" end resource "markdown-it-py" do @@ -187,18 +187,18 @@ class Semgrep < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "peewee" do - url "https://files.pythonhosted.org/packages/57/09/4393bd378e70b7fc3163ee83353cc27bb520010a5c2b3c924121e7e7e068/peewee-3.17.9.tar.gz" - sha256 "fe15cd001758e324c8e3ca8c8ed900e7397c2907291789e1efc383e66b9bc7a8" + url "https://files.pythonhosted.org/packages/1e/ce/c2bb58d00cb12d19dea28d5a98d05a14350197a3d03eba60be9bae708bac/peewee-3.18.1.tar.gz" + sha256 "a76a694b3b3012ce22f00d51fd83e55bf80b595275a90ed62cd36eb45496cf1d" end resource "protobuf" do - url "https://files.pythonhosted.org/packages/48/d5/cccc7e82bbda9909ced3e7a441a24205ea07fea4ce23a772743c0c7611fa/protobuf-4.25.6.tar.gz" - sha256 "f8cfbae7c5afd0d0eaccbe73267339bff605a2315860bb1ba08eb66670a9a91f" + url "https://files.pythonhosted.org/packages/df/01/34c8d2b6354906d728703cb9d546a0e534de479e25f1b581e4094c4a85cc/protobuf-4.25.8.tar.gz" + sha256 "6135cf8affe1fc6f76cced2641e4ea8d3e59518d1f24ae41ba97bcad82d397cd" end resource "pygments" do @@ -212,8 +212,8 @@ class Semgrep < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -222,18 +222,23 @@ class Semgrep < Formula end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz" - sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/a9/5a/0db4da3bc908df06e5efae42b44e75c81dd52716e10192ff36d0c1c8e379/setuptools-78.1.0.tar.gz" - sha256 "18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "tomli" do @@ -242,8 +247,8 @@ class Semgrep < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do @@ -262,8 +267,8 @@ class Semgrep < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From 4119da08314ec8a8036aac1eb1de66930f282de6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 02:58:00 +0000 Subject: [PATCH 06665/10074] pieces-cli: update 1.15.1 bottle. --- Formula/p/pieces-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pieces-cli.rb b/Formula/p/pieces-cli.rb index 5066a6ae1b6a0..dd5ab97a9e7ef 100644 --- a/Formula/p/pieces-cli.rb +++ b/Formula/p/pieces-cli.rb @@ -16,13 +16,13 @@ class PiecesCli < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4d9815455763b274a4d08e888875257af71212813fc7d0e492b3e06b79993231" - sha256 cellar: :any, arm64_sonoma: "88922a51c7c77e7bacf9eedcb4853105d13825d245eb0bb12821fe3c23a610b2" - sha256 cellar: :any, arm64_ventura: "093dff983a32c3a28d2d5602396222f2a373aa195fe647f281822f8b76c73c21" - sha256 cellar: :any, sonoma: "4a7f8b42c8f1cd1c9dbc5478aec25d9daeec2527a42f0a6def51805a49fd4655" - sha256 cellar: :any, ventura: "1d751ae27246eeacc08b539951dffb077c72f9eabbd8476139bb475ede98ebf5" - sha256 cellar: :any_skip_relocation, arm64_linux: "e95c04f61413041db78d96bb5420d465119792587fcd625d7a3882755b45e32e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9ee24ddbabab556682a2c0068b146f156ef3b7d25ad67946bcc5fb2ce0780f4d" + sha256 cellar: :any, arm64_sequoia: "91f3d70a93809e32437a44aaa8802e153567461e05bc1459842562a3f860768b" + sha256 cellar: :any, arm64_sonoma: "fde55127d49fa2c7b9de290e872989ba6b37374f3d77b54ffbb04e2b5c1965e6" + sha256 cellar: :any, arm64_ventura: "1dbbf4c084b4f9c5b4ecf0fa5c5c85ce610274b8a96bd7542c19022a1d5861c8" + sha256 cellar: :any, sonoma: "169296970fb6869cf69467302642f81ce5f3cd476f03db23b1b6ff524305d87d" + sha256 cellar: :any, ventura: "e54e8d1c6726c805e05ce3da16d8f40a77eef2041f56b26ee0be531bc8e2a17c" + sha256 cellar: :any_skip_relocation, arm64_linux: "08d2b5479fda93596b0bc5dd7d2f817aa9ed448b4671d0ef360403f99624de68" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5837cc8ed0dd324545a035792ceed9a4856dd0e5a73be685054ee01103c1397" end depends_on "rust" => :build From a223ba98319331730c4ab16ec1792cb30ba112f6 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 11 Jun 2025 20:00:13 -0700 Subject: [PATCH 06666/10074] python-gdbm@3.13 3.13.5 --- Formula/p/python-gdbm@3.13.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-gdbm@3.13.rb b/Formula/p/python-gdbm@3.13.rb index e8eec03a90549..c248ea6a6a882 100644 --- a/Formula/p/python-gdbm@3.13.rb +++ b/Formula/p/python-gdbm@3.13.rb @@ -1,8 +1,8 @@ class PythonGdbmAT313 < Formula desc "Python interface to gdbm" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.13.4/Python-3.13.4.tgz" - sha256 "2666038f1521b7a8ec34bf2997b363778118d6f3979282c93723e872bcd464e0" + url "https://www.python.org/ftp/python/3.13.5/Python-3.13.5.tgz" + sha256 "e6190f52699b534ee203d9f417bdbca05a92f23e35c19c691a50ed2942835385" license "Python-2.0" livecheck do From 9861e7ed320cb412b1625d6d9ed4a73e9fd000c6 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 11 Jun 2025 20:00:14 -0700 Subject: [PATCH 06667/10074] python-tk@3.13 3.13.5 --- Formula/p/python-tk@3.13.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-tk@3.13.rb b/Formula/p/python-tk@3.13.rb index 6b36e09d25961..2ab6474df998d 100644 --- a/Formula/p/python-tk@3.13.rb +++ b/Formula/p/python-tk@3.13.rb @@ -1,8 +1,8 @@ class PythonTkAT313 < Formula desc "Python interface to Tcl/Tk" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.13.4/Python-3.13.4.tgz" - sha256 "2666038f1521b7a8ec34bf2997b363778118d6f3979282c93723e872bcd464e0" + url "https://www.python.org/ftp/python/3.13.5/Python-3.13.5.tgz" + sha256 "e6190f52699b534ee203d9f417bdbca05a92f23e35c19c691a50ed2942835385" license "Python-2.0" livecheck do From 9467553c44b2db0e869ee4cbed362a3e9a335999 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 11 Jun 2025 20:00:15 -0700 Subject: [PATCH 06668/10074] python@3.13 3.13.5 --- Formula/p/python@3.13.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python@3.13.rb b/Formula/p/python@3.13.rb index 19fd1bfa171dd..9fdae9349dbfc 100644 --- a/Formula/p/python@3.13.rb +++ b/Formula/p/python@3.13.rb @@ -1,8 +1,8 @@ class PythonAT313 < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.13.4/Python-3.13.4.tgz" - sha256 "2666038f1521b7a8ec34bf2997b363778118d6f3979282c93723e872bcd464e0" + url "https://www.python.org/ftp/python/3.13.5/Python-3.13.5.tgz" + sha256 "e6190f52699b534ee203d9f417bdbca05a92f23e35c19c691a50ed2942835385" license "Python-2.0" livecheck do From e116c52eed35f33d2091ec4ef780f8aa258b0c01 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 11 Jun 2025 20:00:15 -0700 Subject: [PATCH 06669/10074] python-freethreading 3.13.5 --- Formula/p/python-freethreading.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-freethreading.rb b/Formula/p/python-freethreading.rb index 5312378fb3b1b..4fe04934d79e2 100644 --- a/Formula/p/python-freethreading.rb +++ b/Formula/p/python-freethreading.rb @@ -1,8 +1,8 @@ class PythonFreethreading < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.13.4/Python-3.13.4.tgz" - sha256 "2666038f1521b7a8ec34bf2997b363778118d6f3979282c93723e872bcd464e0" + url "https://www.python.org/ftp/python/3.13.5/Python-3.13.5.tgz" + sha256 "e6190f52699b534ee203d9f417bdbca05a92f23e35c19c691a50ed2942835385" license "Python-2.0" livecheck do From e7c0159174f4dbf579622663711a4bbd74faa604 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:03:41 +0000 Subject: [PATCH 06670/10074] libcouchbase: update 3.3.17 bottle. --- Formula/lib/libcouchbase.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libcouchbase.rb b/Formula/lib/libcouchbase.rb index 0eaa12d688b3b..28788e7a199d9 100644 --- a/Formula/lib/libcouchbase.rb +++ b/Formula/lib/libcouchbase.rb @@ -15,13 +15,13 @@ class Libcouchbase < Formula end bottle do - sha256 arm64_sequoia: "f22387d8fc2d447d059732d2f249807d59f75f3fe09673ed3c4f349592703ad6" - sha256 arm64_sonoma: "24df7b9539527b16f27f4a0cc3ea480187115b257f6e945c45021e07c5b2dc0c" - sha256 arm64_ventura: "32f6bda7c4c7c35bd650e665e1889481aa5f1db647733cfe4a35ce675de32743" - sha256 sonoma: "55686984ffdbf162e25261968ce5f72000bacdff8798ba965304ebc00b0fd98a" - sha256 ventura: "8b37f478b9b1350e59dc8c7a559760b9997b3e0d8fb2a3896eae68d902c288a9" - sha256 arm64_linux: "702b5e806e4f4b0c785d7b6d482ccd2cea750e43972e952cc1892264e332ee74" - sha256 x86_64_linux: "7892dcddcab195f30d1a6dfc27cc5cd7d8809942f6d17cdfc6eb51f2bf461aff" + sha256 arm64_sequoia: "2eaf4f963fb487c966a194881f971919bb7a18f36ada0a95713694bac4639194" + sha256 arm64_sonoma: "f40cdc8aa269ee9970df6726ad5a1e8b05cacd46e6f91d8ecfc35b5459b96c68" + sha256 arm64_ventura: "7e342d22350e123d5a2b203434802144478a80cf1afa7e913911753acf7f2db5" + sha256 sonoma: "1f2a5e19a4f98ad3e7a11a79c9f4ea269b2fddb80ed7573f2ffbfbd097312c66" + sha256 ventura: "bbe4ab90ff352859b93a7af9d4a00bb1f18cf34b050f502073b9c165bf57789e" + sha256 arm64_linux: "87d16cb05c74e3e3dc629ee880762c9f9d29c8635d6de949bc9b86c872e21bfd" + sha256 x86_64_linux: "4ee306fd5c2f56816ae0897edfc0d400ab6afcdb5af6be0d97363ba3af8caf40" end depends_on "cmake" => :build From 2cbc84bb70409f2a912080ae70a43f0a4589dbd9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:03:48 +0000 Subject: [PATCH 06671/10074] cloud-sql-proxy: update 2.17.1 bottle. --- Formula/c/cloud-sql-proxy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cloud-sql-proxy.rb b/Formula/c/cloud-sql-proxy.rb index 0055fbf29b8e0..af26f37eb66be 100644 --- a/Formula/c/cloud-sql-proxy.rb +++ b/Formula/c/cloud-sql-proxy.rb @@ -7,12 +7,12 @@ class CloudSqlProxy < Formula head "https://github.com/GoogleCloudPlatform/cloud-sql-proxy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdcb03e02c44bca2105c07da24a698bcb8d70fcb0be32ca9e3eae266a58c8ded" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdcb03e02c44bca2105c07da24a698bcb8d70fcb0be32ca9e3eae266a58c8ded" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cdcb03e02c44bca2105c07da24a698bcb8d70fcb0be32ca9e3eae266a58c8ded" - sha256 cellar: :any_skip_relocation, sonoma: "b6c3eb020a3f89b17d3681db227452941e726a7bae458f910d099d577e683dca" - sha256 cellar: :any_skip_relocation, ventura: "b6c3eb020a3f89b17d3681db227452941e726a7bae458f910d099d577e683dca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b71271fa80318347b23b969e34e178914a3142e603873e4a0505b5395fa512af" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f01281f85a4a92e46ca09ae4766e9a96d594eec4d4e638edfa5ad044e08422e7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f01281f85a4a92e46ca09ae4766e9a96d594eec4d4e638edfa5ad044e08422e7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f01281f85a4a92e46ca09ae4766e9a96d594eec4d4e638edfa5ad044e08422e7" + sha256 cellar: :any_skip_relocation, sonoma: "e2ad4bed950ff0fa371a1715773dd5e6ae10ed44e2a56d01eb81971053f3acfb" + sha256 cellar: :any_skip_relocation, ventura: "e2ad4bed950ff0fa371a1715773dd5e6ae10ed44e2a56d01eb81971053f3acfb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "677c114559ba63405943c0cb1f6af74bf27b39034e4e96fe91d66d384e83bea1" end depends_on "go" => :build From ef1a4a2138b112063da0315caf3e181e098026d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:04:12 +0000 Subject: [PATCH 06672/10074] gobackup: update 2.15.1 bottle. --- Formula/g/gobackup.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gobackup.rb b/Formula/g/gobackup.rb index 1d7c927d76917..37aa9c2bf78ba 100644 --- a/Formula/g/gobackup.rb +++ b/Formula/g/gobackup.rb @@ -9,12 +9,12 @@ class Gobackup < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "255bb91d56da8122c45a264d26252e20fb49d8c6a8da83555ff6443f581f3e30" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "255bb91d56da8122c45a264d26252e20fb49d8c6a8da83555ff6443f581f3e30" - sha256 cellar: :any_skip_relocation, arm64_ventura: "255bb91d56da8122c45a264d26252e20fb49d8c6a8da83555ff6443f581f3e30" - sha256 cellar: :any_skip_relocation, sonoma: "c1b81dbdc423bc6f1c97a50d60b4a58578523536bb1bb77f4b05a53c0d04e86c" - sha256 cellar: :any_skip_relocation, ventura: "c1b81dbdc423bc6f1c97a50d60b4a58578523536bb1bb77f4b05a53c0d04e86c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6f76c6e3b9b79efb176b3c9a76d2b9ef20dc764217fbfa5b78d143b038a8af8e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d243bfd20d216240ac0fa2d2ecb4f6974f484cbdcb60b465c2d9442055271a02" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d243bfd20d216240ac0fa2d2ecb4f6974f484cbdcb60b465c2d9442055271a02" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d243bfd20d216240ac0fa2d2ecb4f6974f484cbdcb60b465c2d9442055271a02" + sha256 cellar: :any_skip_relocation, sonoma: "287526b952fe7df30ec856351d57051390502a478d95063eb289d438787e6721" + sha256 cellar: :any_skip_relocation, ventura: "287526b952fe7df30ec856351d57051390502a478d95063eb289d438787e6721" + sha256 cellar: :any_skip_relocation, x86_64_linux: "350e540e9cc5c9f72c2ab051a58173d021eb4e8574b304f215b7e2a4fd7700db" end depends_on "go" => :build From cb0d0ae9518346ec76b2824fbd625ad32e428d81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:04:16 +0000 Subject: [PATCH 06673/10074] aws-cdk: update 2.1018.1 bottle. --- Formula/a/aws-cdk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index 29df08d2230d2..b68e65a37b704 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -6,7 +6,7 @@ class AwsCdk < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "e6162852ca8ca7c57672b1535ab9f51e4bf04ecb905f1381885a7a8ea494f402" + sha256 cellar: :any_skip_relocation, all: "39cd0fdb8bbe6753f9ad9994e9d656392e11bd5647909b038f4a490c8343029c" end depends_on "node" From f9c229373fa8fb8c4106749262264fde1ad44ef6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 04:53:21 +0000 Subject: [PATCH 06674/10074] appwrite 8.0.0 --- Formula/a/appwrite.rb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Formula/a/appwrite.rb b/Formula/a/appwrite.rb index 6e24fa07ec44b..19291a4cb07e4 100644 --- a/Formula/a/appwrite.rb +++ b/Formula/a/appwrite.rb @@ -1,8 +1,8 @@ class Appwrite < Formula desc "Command-line tool for Appwrite" homepage "https://appwrite.io" - url "https://registry.npmjs.org/appwrite-cli/-/appwrite-cli-7.0.0.tgz" - sha256 "9056ace48bf565a5d931dcaaaf9591953c5b4dd31fdb2ac42e8e7be0088e3981" + url "https://registry.npmjs.org/appwrite-cli/-/appwrite-cli-8.0.0.tgz" + sha256 "1cd271e7d8494d47f83262472b932142574aff14c33c8df02ac78c672b8ebe50" license "BSD-3-Clause" bottle do @@ -13,9 +13,14 @@ class Appwrite < Formula def install system "npm", "install", *std_npm_args - inreplace libexec/"lib/node_modules/appwrite-cli/install.sh", "/usr/local", "@@HOMEBREW_PREFIX@@" - inreplace libexec/"lib/node_modules/appwrite-cli/ldid/Makefile", "/usr/local", "@@HOMEBREW_PREFIX@@" - bin.install_symlink Dir["#{libexec}/bin/*"] + bin.install_symlink libexec.glob("bin/*") + + # Ensure uniform bottles + inreplace [ + libexec/"lib/node_modules/appwrite-cli/install.sh", + libexec/"lib/node_modules/appwrite-cli/ldid/Makefile", + libexec/"lib/node_modules/appwrite-cli/node_modules/jake/Makefile", + ], "/usr/local", HOMEBREW_PREFIX end test do From d0c8fd82536136e687d5af706825e221e4def3ef Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Thu, 12 Jun 2025 04:44:50 +0100 Subject: [PATCH 06675/10074] robot-framework 7.3 --- Formula/r/robot-framework.rb | 62 +++++++++++++----------------------- 1 file changed, 22 insertions(+), 40 deletions(-) diff --git a/Formula/r/robot-framework.rb b/Formula/r/robot-framework.rb index 4939736c4921c..327c2453f83b9 100644 --- a/Formula/r/robot-framework.rb +++ b/Formula/r/robot-framework.rb @@ -3,8 +3,8 @@ class RobotFramework < Formula desc "Open source test framework for acceptance testing" homepage "https://robotframework.org/" - url "https://files.pythonhosted.org/packages/01/55/e6decd3155929c1ae0156df0219c991377b6e1c19b7c4a2ef88560069724/robotframework-7.2.2.tar.gz" - sha256 "9c420f6d35e9c8cd4b75b77cc78e36407604534ec4ab0cbddf699d7c0b2fc435" + url "https://files.pythonhosted.org/packages/b4/8b/7c58ab2c93cf2a2eaa4bd1db2cd617032dc6a41592df4ef924fe839a22e7/robotframework-7.3.tar.gz" + sha256 "676f75a58e34db04cde91922c0bc68d4d73f091b6be753809ce16e9579412323" license "Apache-2.0" head "https://github.com/robotframework/robotframework.git", branch: "master" @@ -27,23 +27,23 @@ class RobotFramework < Formula uses_from_macos "zlib" resource "attrs" do - url "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz" - sha256 "1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "bcrypt" do - url "https://files.pythonhosted.org/packages/56/8c/dd696962612e4cd83c40a9e6b3db77bfe65a830f4b9af44098708584686c/bcrypt-4.2.1.tar.gz" - sha256 "6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe" + url "https://files.pythonhosted.org/packages/bb/5d/6d7433e0f3cd46ce0b43cd65e1db465ea024dbb8216fb2404e919c2ad77b/bcrypt-4.3.0.tar.gz" + sha256 "3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "h11" do - url "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz" - sha256 "8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" + url "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz" + sha256 "4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" end resource "idna" do @@ -87,8 +87,8 @@ class RobotFramework < Formula end resource "robotframework-seleniumlibrary" do - url "https://files.pythonhosted.org/packages/28/a6/e955df90bf956d13b8a700ab7e09461b96ffd7c8e27e068d6a44a7e86dd4/robotframework_seleniumlibrary-6.7.0.tar.gz" - sha256 "9def0f81d5437604f5f3c3ff6b328fcb3dac888547d39bbb8624440d55114285" + url "https://files.pythonhosted.org/packages/e4/b9/bca261b0e6cff5dee3b62a0d0516732e43164285212b189679e68effec32/robotframework_seleniumlibrary-6.7.1.tar.gz" + sha256 "3f3aaf7d683b3d619de0ce4849ff9ac33117dd8630f4d7528b4bf0a6d06d6616" end resource "robotframework-sshlibrary" do @@ -102,12 +102,8 @@ class RobotFramework < Formula end resource "selenium" do - url "https://files.pythonhosted.org/packages/88/38/d62d4e8da649ad699b02eb1e95c3cfc20ff400744b9417b9093c5daebd4b/selenium-4.28.1.tar.gz" - sha256 "0072d08670d7ec32db901bd0107695a330cecac9f196e3afb3fa8163026e022a" - - # Backport fix to build from source distribution - # Ref: https://github.com/SeleniumHQ/selenium/commit/9cb1db9392fec6c9b4c617763ed2ee76ed989c5e - patch :DATA + url "https://files.pythonhosted.org/packages/5f/7e/4145666dd275760b56d0123a9439915af167932dd6caa19b5f8b281ae297/selenium-4.33.0.tar.gz" + sha256 "d90974db95d2cdeb34d2fb1b13f03dc904f53e6c5d228745b0635ada10cd625d" end resource "sniffio" do @@ -121,23 +117,23 @@ class RobotFramework < Formula end resource "trio" do - url "https://files.pythonhosted.org/packages/b3/73/57efab729506a8d4b89814f1e356ec8f3369de0ed4fd7e7616974d09646d/trio-0.28.0.tar.gz" - sha256 "4e547896fe9e8a5658e54e4c7c5fa1db748cbbbaa7c965e7d40505b928c73c05" + url "https://files.pythonhosted.org/packages/01/c1/68d582b4d3a1c1f8118e18042464bb12a7c1b75d64d75111b297687041e3/trio-0.30.0.tar.gz" + sha256 "0781c857c0c81f8f51e0089929a26b5bb63d57f927728a5586f7e36171f064df" end resource "trio-websocket" do - url "https://files.pythonhosted.org/packages/dd/36/abad2385853077424a11b818d9fd8350d249d9e31d583cb9c11cd4c85eda/trio-websocket-0.11.1.tar.gz" - sha256 "18c11793647703c158b1f6e62de638acada927344d534e3c7628eedcb746839f" + url "https://files.pythonhosted.org/packages/d1/3c/8b4358e81f2f2cfe71b66a267f023a91db20a817b9425dd964873796980a/trio_websocket-0.12.2.tar.gz" + sha256 "22c72c436f3d1e264d0910a3951934798dcc5b00ae56fc4ee079d46c7cf20fae" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" + sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "websocket-client" do @@ -171,17 +167,3 @@ def hello_world(): system bin/"robot", testpath/"HelloWorld.robot" end end - -__END__ ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -43,9 +43,6 @@ exclude = ["test*"] - namespaces = true - # include-package-data is `true` by default in pyproject.toml - --[[tool.setuptools-rust.ext-modules]] --target = "selenium.webdriver.common.selenium-manager" -- - [[tool.setuptools-rust.bins]] - target = "selenium.webdriver.common.selenium-manager" - From fc72a0b9b16d1997d8381d343e622f058373792b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 04:28:13 +0000 Subject: [PATCH 06676/10074] robot-framework: update 7.3 bottle. --- Formula/r/robot-framework.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/robot-framework.rb b/Formula/r/robot-framework.rb index 327c2453f83b9..af31b32c3ff36 100644 --- a/Formula/r/robot-framework.rb +++ b/Formula/r/robot-framework.rb @@ -9,13 +9,13 @@ class RobotFramework < Formula head "https://github.com/robotframework/robotframework.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "3558e5aaabafce0cae2f67c9acb79c016c383f8feb42a5e48939f20e3e970f96" - sha256 cellar: :any, arm64_sonoma: "5c45c44f12732699e6305d4210545dac2871f08db082459333aa9894ca09e51f" - sha256 cellar: :any, arm64_ventura: "c3f4ac2aa46986aaae2d1d31691a3d345cff5680223fc787495c8600f1d4451c" - sha256 cellar: :any, sonoma: "b2e65446ff92261be1a0568c8e5aa2e3a9274a8ae5a90b3dd793abfd67300ee5" - sha256 cellar: :any, ventura: "2a29e73d22fbdeb146dadca4b0a15673febbc99ae5242bb2523f44cd208ab514" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b42ed0ebc90dd1569734e11eb7de10b2a6646554f281f724c415161e5cf33ba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e22eb6fe4c7fba6c267182ae133fcfee19bf51350f8c543b79baffa0b29f2ba" + sha256 cellar: :any, arm64_sequoia: "25742be537ae1c071b05dc03a5f885e17152e5e518765c6cad7f95836bcac5d8" + sha256 cellar: :any, arm64_sonoma: "e7afc799fd97a10ed651f2d6fd8bb4b05162c481607016126628a7d3945b0d0e" + sha256 cellar: :any, arm64_ventura: "102aa9874168031b01a2e320eaa772090d586372d5c1f239479c4f4a2c7a2079" + sha256 cellar: :any, sonoma: "9c275d514e533e8cda88712ad8794d90ed6aea68d807f118469e7b8d8ee6cc8f" + sha256 cellar: :any, ventura: "3a1eafa55153e2588e96a42e4f365386d2488340f96d73f2b379ac3c449b2ad0" + sha256 cellar: :any_skip_relocation, arm64_linux: "b423421d140d855b26773459edae8d34b2a8e849e859f1bc98c714cfa3b83a96" + sha256 cellar: :any_skip_relocation, x86_64_linux: "527a2a14bdaae954621b7384e23049817681aaeec43e494f02c6874e7cb66635" end depends_on "rust" => :build # for bcrypt From d55038cf2d715ee5fbca8a15413b905da2ade16a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 04:59:27 +0000 Subject: [PATCH 06677/10074] fabric-ai 1.4.201 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index d0da62dee1137..0de5f61ed41be 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.200.tar.gz" - sha256 "63f95fd54844d0ea1f59ab2b79d86854129378d6a971a85a25a546e276550db8" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.201.tar.gz" + sha256 "eb2a684f260ec5a2dc71ad1153c60609fae491807d8aa664442e5183ca39fb2b" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From ed8d95c90bca28c5a7558485ad6b3ae8323b585f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:01:36 +0000 Subject: [PATCH 06678/10074] gollama 1.34.0 --- Formula/g/gollama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gollama.rb b/Formula/g/gollama.rb index 93fb140989616..776da36eb1ac9 100644 --- a/Formula/g/gollama.rb +++ b/Formula/g/gollama.rb @@ -1,8 +1,8 @@ class Gollama < Formula desc "Go manage your Ollama models" homepage "https://smcleod.net" - url "https://github.com/sammcj/gollama/archive/refs/tags/v1.33.2.tar.gz" - sha256 "70fc868a0e0d2a81dc4be2c8d802f956617654fbab7bacbb9afbf9162d0e847b" + url "https://github.com/sammcj/gollama/archive/refs/tags/v1.34.0.tar.gz" + sha256 "4aa1020b265b9d0323a2026bfe57d48085f69c23e82a9d8f75e314b3fc1ca9c7" license "MIT" head "https://github.com/sammcj/gollama.git", branch: "main" From 97d5dd6ad094756c8ebec5b29db28d93b5066f8c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:04:20 +0000 Subject: [PATCH 06679/10074] kcptun 20250612 --- Formula/k/kcptun.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kcptun.rb b/Formula/k/kcptun.rb index da469a585a536..d53d477a6cba8 100644 --- a/Formula/k/kcptun.rb +++ b/Formula/k/kcptun.rb @@ -1,8 +1,8 @@ class Kcptun < Formula desc "Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC" homepage "https://github.com/xtaci/kcptun" - url "https://github.com/xtaci/kcptun/archive/refs/tags/v20250427.tar.gz" - sha256 "345f3df927d9496e1266699e4ab8bea1b559b3874ebea1e240b4cfd3578d2561" + url "https://github.com/xtaci/kcptun/archive/refs/tags/v20250612.tar.gz" + sha256 "4c4a3e6af72058174c5fe47c92cabea5b326a7cf1402248d6906d5f08cc6c5b9" license "MIT" head "https://github.com/xtaci/kcptun.git", branch: "master" From 39181fca4bda3e2e54fb343caae11cf288df31ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:14:11 +0000 Subject: [PATCH 06680/10074] renovate 40.50.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 2237b2aad5577..5a1b4da809467 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.49.10.tgz" - sha256 "dc1843264d87062eb26754ed9b1450354f8c637d8958e0d87c8d6b5c46fe72e7" + url "https://registry.npmjs.org/renovate/-/renovate-40.50.0.tgz" + sha256 "a13f175af0ce48d936d71a6b13bc83f2a0d4317c2af2cb3c9162597e9b692167" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 6b5a17d66554f16ea92cb2035fbc15640d7ae264 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:18:59 +0000 Subject: [PATCH 06681/10074] fabric-ai: update 1.4.201 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 0de5f61ed41be..7548fb7a485e1 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "abe57acd2cbda56e881a76fbc0ad101f2ce0ef60efa45e8d26f68bccf78eb258" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "abe57acd2cbda56e881a76fbc0ad101f2ce0ef60efa45e8d26f68bccf78eb258" - sha256 cellar: :any_skip_relocation, arm64_ventura: "abe57acd2cbda56e881a76fbc0ad101f2ce0ef60efa45e8d26f68bccf78eb258" - sha256 cellar: :any_skip_relocation, sonoma: "dec0d95950b473d0b29a9772d3c4fbd22201bdc060869d088bc55d4d96461ea0" - sha256 cellar: :any_skip_relocation, ventura: "dec0d95950b473d0b29a9772d3c4fbd22201bdc060869d088bc55d4d96461ea0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5972f40a04ca05f9a2debf29091ac54e3cf5c986c7963af0f0d9cf84b2a3a043" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6da97fd583717eacd306349798b0d7e38e902373c1b12932c64190e3978bc49" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6da97fd583717eacd306349798b0d7e38e902373c1b12932c64190e3978bc49" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a6da97fd583717eacd306349798b0d7e38e902373c1b12932c64190e3978bc49" + sha256 cellar: :any_skip_relocation, sonoma: "10388075e27026916fe72090579863b667a4cd8973c1dc4cad70fc0eff6b8460" + sha256 cellar: :any_skip_relocation, ventura: "10388075e27026916fe72090579863b667a4cd8973c1dc4cad70fc0eff6b8460" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d46f6d15ba0c3bc3aa11afc6fe74bd5fa04fc0c88e0e59e86c1e79ee91833d07" end depends_on "go" => :build From d4c5140cdb56f8409b7f581ac014032704838fdc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:19:53 +0000 Subject: [PATCH 06682/10074] appwrite: update 8.0.0 bottle. --- Formula/a/appwrite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/appwrite.rb b/Formula/a/appwrite.rb index 19291a4cb07e4..16e7e80edf7fd 100644 --- a/Formula/a/appwrite.rb +++ b/Formula/a/appwrite.rb @@ -6,7 +6,7 @@ class Appwrite < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, all: "d375dce9b14753fb79e1c318c64e58c69240f89293c98dc792595a9f1a4ac140" + sha256 cellar: :any_skip_relocation, all: "b9e0100daed3c3baf0067b7d872bdc42d7ff24965c1444f80d5a4ae39b7fd1df" end depends_on "node" From 4c190008d2ccdad388867e422cb99fb93f27ef1b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:21:15 +0000 Subject: [PATCH 06683/10074] gollama: update 1.34.0 bottle. --- Formula/g/gollama.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gollama.rb b/Formula/g/gollama.rb index 776da36eb1ac9..f3b9d2519407b 100644 --- a/Formula/g/gollama.rb +++ b/Formula/g/gollama.rb @@ -7,12 +7,12 @@ class Gollama < Formula head "https://github.com/sammcj/gollama.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "939621719dc437392ef168588c1550bf3e0d0dd714989c75bdaf59416b67f1da" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "67e21fc58fa21ecb8dd3f14921bf8ace16f506e4c67c9364fdecddeeda51e7d0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fa138db2c17be7b15c9e867cbd48a1d3d58efeabb529428fd74b2b4b61885c58" - sha256 cellar: :any_skip_relocation, sonoma: "6af8c5f2eab49e6415fbbfcd582f1b7198b56023b9258187c0619b9e98fd9051" - sha256 cellar: :any_skip_relocation, ventura: "b338e549a94f5451e0b5d50d4276f291cd510b9f03fe97cbf06c67ee1d815176" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1861d3394fbd9a652496d1df4be51177ab3274286205230e44963ee3b519c1fa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c6ad2430354fb30043f56a62fb50189dfb0bd73009f10449348f3f1613dc3ea" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f9368fa19f2937664eb15457bddaf8cae23aec35fa175df1ade6ddc32803c79" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9c969a58af90135a5c67c936e43e9c65a3dcd088b46c9e4970e39aad005d6ec1" + sha256 cellar: :any_skip_relocation, sonoma: "de4ee031c44a0bc43b50fc4f92bf30cc3f065cfe00ceb2e9267a2edd47c09314" + sha256 cellar: :any_skip_relocation, ventura: "360aed2a90f80a6b4917c902a4102c7fefd5f377f10ccfcbb222b61b3a990e6f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ad2ff844892e70515dc8433454b84d2b28d4b16a847a7ab6fc3677e0a3574c81" end depends_on "go" => :build From 877416c757150c96a06bcb597cb9c1af6875516f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:05:00 +0000 Subject: [PATCH 06684/10074] kubevpn 2.7.17 --- Formula/k/kubevpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 1e075e4c0a4dc..1e3c3029c7ef9 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -1,8 +1,8 @@ class Kubevpn < Formula desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network" homepage "https://www.kubevpn.dev" - url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.16.tar.gz" - sha256 "24c7728797fb614c0fd69fcd878b872835d889cf25e8a140898a107f282ff999" + url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.17.tar.gz" + sha256 "2cea79d945b385e11b4ca3dccb50a74e0bfdea110f181187f4007e533df9f90a" license "MIT" head "https://github.com/kubenetworks/kubevpn.git", branch: "master" From fbcda25764e7fbc1569b449e7b56c130cfe5dfde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:33:26 +0000 Subject: [PATCH 06685/10074] kcptun: update 20250612 bottle. --- Formula/k/kcptun.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kcptun.rb b/Formula/k/kcptun.rb index d53d477a6cba8..8967ad3675afb 100644 --- a/Formula/k/kcptun.rb +++ b/Formula/k/kcptun.rb @@ -16,12 +16,12 @@ class Kcptun < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "919ab411c452e95d7038a9b85fc8543e4371c6ba4302702c8411efd01b4b8ba0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "919ab411c452e95d7038a9b85fc8543e4371c6ba4302702c8411efd01b4b8ba0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "919ab411c452e95d7038a9b85fc8543e4371c6ba4302702c8411efd01b4b8ba0" - sha256 cellar: :any_skip_relocation, sonoma: "a6c2f08ebfb334fcd1574b9cf4a0bf006faabb2b62cb06e2fdb05b33adb892d0" - sha256 cellar: :any_skip_relocation, ventura: "a6c2f08ebfb334fcd1574b9cf4a0bf006faabb2b62cb06e2fdb05b33adb892d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "afb4443a3e692c4426a07556a051c32473cf3d539624103b7c0acacf1fc87565" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "29f98174d6cefe4668d07678e18585e76457a04b95696feffe0a0a434aca0945" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "29f98174d6cefe4668d07678e18585e76457a04b95696feffe0a0a434aca0945" + sha256 cellar: :any_skip_relocation, arm64_ventura: "29f98174d6cefe4668d07678e18585e76457a04b95696feffe0a0a434aca0945" + sha256 cellar: :any_skip_relocation, sonoma: "c2aaaec21de763260611171d0e91d0a4bc617682030d8cf5e7eddabb0de22c46" + sha256 cellar: :any_skip_relocation, ventura: "c2aaaec21de763260611171d0e91d0a4bc617682030d8cf5e7eddabb0de22c46" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2489ab8c1e9e85c3e354dc8482ee146ee1a37cfae05f5fdafd895b6eeb0b661a" end depends_on "go" => :build From 5a6e90d5ddfd47c1db5c0d8122c9fb6133280a34 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:48:19 +0000 Subject: [PATCH 06686/10074] renovate: update 40.50.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 5a1b4da809467..473dc6a459f0d 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "42f4cfb232692dd7de119a170c32a778ae93560e06ec8ec5893916e3a2a98590" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea025050fd9ef4b39706404a8f574922ec7d004263fdc18354f9e46b09b78f13" - sha256 cellar: :any_skip_relocation, arm64_ventura: "15b2856193f6d521fd34b15d929652f8e62a585713d10efedbf7825fb6ccbc4f" - sha256 cellar: :any_skip_relocation, sonoma: "4cac8f167c21598fb4c2de54575f7441a44c96543a4f9063a1aa8a1b97f6d3ef" - sha256 cellar: :any_skip_relocation, ventura: "48db28636ef99541063225e387e46924a24f78fc2a427291cd45dacf585c1e23" - sha256 cellar: :any_skip_relocation, arm64_linux: "096ad50b3a429a4c1d37d63c00e71cdd0ef4e73f3c2e431624ef85ee47f6dd8b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e34fe411cca80cdc973fb973a5b9baf434e50871b7ced27b2d7b5dc1f9fe17e5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "68e3793fa569a7120c20fb765e5fdf283aa538cbc688713d8c8ae0ea6f4fd47a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebc2eea984fb1fad5381a166ad7e97629a162c37e354997194a307d30d706506" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b60d7eccc233ee32fda1ae37d21ea814ab0544e86e3ec2bc77d4b67b16c113cf" + sha256 cellar: :any_skip_relocation, sonoma: "96cabdac68825fba15f1e5a696857088b6e8fedb218072ee93d73fd6b5088550" + sha256 cellar: :any_skip_relocation, ventura: "0eb98422872d404dca869e9d118a3946d9326ec7d62dde77142c2ee24aca99b8" + sha256 cellar: :any_skip_relocation, arm64_linux: "df66c2dc53120a61f923a794d710d7567d5ab8abc7d3e0f114b98289f12ec67f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "75504d7f130e7db89b8ad0babc2b74e9bc05733035b00de3bfd8b92e27d04556" end depends_on "node@22" From adf489b0cf0f2c2f70ad192191900055794b88e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:57:18 +0000 Subject: [PATCH 06687/10074] cycode: update 3.2.0 bottle. --- Formula/c/cycode.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cycode.rb b/Formula/c/cycode.rb index 460191f209cea..9edb2e16676a9 100644 --- a/Formula/c/cycode.rb +++ b/Formula/c/cycode.rb @@ -8,13 +8,13 @@ class Cycode < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "d8256c7cad464c9dcf03709ffe984ceeb49d5457e20ef83ccd360dd21ab1c328" - sha256 cellar: :any, arm64_sonoma: "120feb325d4f26cf9044be31f676df468bdc5b0315c2a1210677a3aa00b65231" - sha256 cellar: :any, arm64_ventura: "f7625b6f93d23574b55583fbcfb8f2fd50efaa92bf6cb18968f94100618e14d2" - sha256 cellar: :any, sonoma: "c38883e8a4ea5cd80e390950f6ba4ed896c24ed69290fb57aad23c29dc814cdf" - sha256 cellar: :any, ventura: "f3e700e27dd382bfa91aba28afdc319834f0a1becb557893896e04f0512f553f" - sha256 cellar: :any_skip_relocation, arm64_linux: "e3662b040eccb1c3a378c7bcda31d5468e48391cf8fafad09036dafd9744b36d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "940b0749abc389d80a83c75fb6458fd12492e25d4103742b1b7ebc75be3eb551" + sha256 cellar: :any, arm64_sequoia: "f7fec9e423c39ab687bb100806b1203b6e427484e3821cfbdddd4e9e9705eb52" + sha256 cellar: :any, arm64_sonoma: "e1053ca4a7599bab9bcfd9ff865691b05801788b473fd6780d5d22acedcaa8ac" + sha256 cellar: :any, arm64_ventura: "d4a3e87db4ff728c253d787d9587fde78a140c390e08c84e30b72171e41566c5" + sha256 cellar: :any, sonoma: "600e15f10e6f6e9738c6cda1ec809cd7f906dffb27770df4589b710666f11311" + sha256 cellar: :any, ventura: "c544c07f34dd5c82cfe58bbedb389152193377aa8b5045d63b2da38aa7bee5ce" + sha256 cellar: :any_skip_relocation, arm64_linux: "ae2a001def524a92a566a55d7d7af5aa48d8085bfd25a6641f8ff4c8b3f9b727" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a267c0fa3ed8cffa5bcc85e7642c0679f8d58f6f5ac1fd9a16ac8ac52e978df8" end depends_on "maturin" => :build # for mcp From 9b10fd9ad2245a426644b51d59a182820d8a74d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:57:19 +0000 Subject: [PATCH 06688/10074] kubevpn: update 2.7.17 bottle. --- Formula/k/kubevpn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 1e3c3029c7ef9..d4380ab986356 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -7,13 +7,13 @@ class Kubevpn < Formula head "https://github.com/kubenetworks/kubevpn.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac2395e02e81af21f87dd085cc85a663282c488b2f57c1c5e433669ead10cef5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "086c2964d93d8402990573d7c3d81e641a1cd89be8f9920c771908270d714300" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e37474c7b318407b636c631d32ebb1aa4ef17245dcb27a34dd639a07f5a302d5" - sha256 cellar: :any_skip_relocation, sonoma: "2b9e6d4214c7c8daa4a81ec03820053a5119de97ee05d9ebecba80c600a52f81" - sha256 cellar: :any_skip_relocation, ventura: "e95b1a2579d4fcb2b2a58ca0f5d3182ba748150a630d52271b73603cf917f45c" - sha256 cellar: :any_skip_relocation, arm64_linux: "776d92e37824f8b7b3e1c047b5f6fd22de820b70d77973e072a6ec925c40777a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0e7b8fab02411ba6b54360a5e5593e74bdeb1b0dcc79beaf135f2c5fe12d47b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cfb37ea67951c33234a4df2f100c6999a63a802206862e6558ee6e113802fdfa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f44a2e0f966173ccf3fa4397769c4eb69ca1ae5b391005edf7f191bec78e235" + sha256 cellar: :any_skip_relocation, arm64_ventura: "03507ff2075ce02e5893d6ce15712e4609d246ed233c8de2827faa27255b4ceb" + sha256 cellar: :any_skip_relocation, sonoma: "b56eaeeb76ef7a7b4e8a630b920fbe533117be0a710ad54095c6d8325c92eeee" + sha256 cellar: :any_skip_relocation, ventura: "8a2141e39817265ef34922d68366399c17d8c37854971500a1c47fd69df62024" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1d51c8247b97453fbcfb281ea8e965003403bae8e4400f0db586141069b828d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2451ba147d6e3b124e24957abc56a28682d64ce72bdee99743619854ab411d8b" end depends_on "go" => :build From 6b648ed8efc58218109c4281d06a159558410341 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 07:51:19 +0000 Subject: [PATCH 06689/10074] cdk8s 2.200.98 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 4a03ff73e217d..49f8b7865d6fa 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.97.tgz" - sha256 "5f6e6002d1cc3f5f271d9e06f6b4bc62f0e57da8426fe2917a1161f6c89ad8ea" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.98.tgz" + sha256 "7d79fbd3710a39102b5fcf03e7879b26efa9ba10ffb594aa700ea12526182d57" license "Apache-2.0" bottle do From 51ebbc0e06d1ada17910f86150f742d8b50851be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 07:59:57 +0000 Subject: [PATCH 06690/10074] jackett 0.22.2011 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index a7c4ecb305922..9e86b128e3fdc 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2008.tar.gz" - sha256 "2b17119740d8757d178276f726b692c2949ea74e1ab1384cc8435a1115485de7" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2011.tar.gz" + sha256 "cd0733bb515e9cca772ba7753bc2f424538f44a6d726b39d8eaa9827b49f2ee9" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 83b2b1658aba9c1a7e949f7151ef360bfe06cf15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:01:13 +0000 Subject: [PATCH 06691/10074] kubekey 3.1.10 --- Formula/k/kubekey.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubekey.rb b/Formula/k/kubekey.rb index b4974b0d1ecb4..fed2f2eb0348e 100644 --- a/Formula/k/kubekey.rb +++ b/Formula/k/kubekey.rb @@ -2,8 +2,8 @@ class Kubekey < Formula desc "Installer for Kubernetes and / or KubeSphere, and related cloud-native add-ons" homepage "https://kubesphere.io" url "https://github.com/kubesphere/kubekey.git", - tag: "v3.1.9", - revision: "f7f74890ec51db1e4c35b54af8ecc87d7f807deb" + tag: "v3.1.10", + revision: "cdc54e0986ed98997703b527a49f8bab2c0ee950" license "Apache-2.0" head "https://github.com/kubesphere/kubekey.git", branch: "master" From 0e3d783db68788271f002331855de0c00d8b798d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:01:25 +0000 Subject: [PATCH 06692/10074] kubetail 0.7.1 --- Formula/k/kubetail.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubetail.rb b/Formula/k/kubetail.rb index 5c9441f7437a6..0041a8f061149 100644 --- a/Formula/k/kubetail.rb +++ b/Formula/k/kubetail.rb @@ -1,8 +1,8 @@ class Kubetail < Formula desc "Logging tool for Kubernetes with a real-time web dashboard" homepage "https://www.kubetail.com/" - url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.7.0.tar.gz" - sha256 "cce8d3aef284bb4426f31984d716b4de1a8facc1e9e47b5b8fcf15f49244611d" + url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.7.1.tar.gz" + sha256 "30abc5c597ede51d452b759fe1bf9164838ce672a424065cb6734bdff76d3298" license "Apache-2.0" head "https://github.com/kubetail-org/kubetail.git", branch: "main" From 37e146fc461ab8a93cb43af8b0e2149f6c049ef4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:03:05 +0000 Subject: [PATCH 06693/10074] libsais 2.10.2 --- Formula/lib/libsais.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libsais.rb b/Formula/lib/libsais.rb index bc6d68259c2e9..6e31c42f23fe3 100644 --- a/Formula/lib/libsais.rb +++ b/Formula/lib/libsais.rb @@ -1,8 +1,8 @@ class Libsais < Formula desc "Fast linear time suffix array, lcp array and bwt construction" homepage "https://github.com/IlyaGrebnov/libsais" - url "https://github.com/IlyaGrebnov/libsais/archive/refs/tags/v2.10.1.tar.gz" - sha256 "ecf4611c18fefd8d4377343e4dc3f257ae17a501301a13f7cb7585c836405d39" + url "https://github.com/IlyaGrebnov/libsais/archive/refs/tags/v2.10.2.tar.gz" + sha256 "e2fe778b69dcd9e4a1df57b8eefb577f803788336855b6a5f9fbf22683f3980e" license "Apache-2.0" head "https://github.com/IlyaGrebnov/libsais.git", branch: "master" From 7346c86197f4f6b0d225ba2361c64bcb6df910d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:06:02 +0000 Subject: [PATCH 06694/10074] nano 8.5 --- Formula/n/nano.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nano.rb b/Formula/n/nano.rb index fb15272a9c11b..2336edeb080e3 100644 --- a/Formula/n/nano.rb +++ b/Formula/n/nano.rb @@ -1,8 +1,8 @@ class Nano < Formula desc "Free (GNU) replacement for the Pico text editor" homepage "https://www.nano-editor.org/" - url "https://www.nano-editor.org/dist/v8/nano-8.4.tar.xz" - sha256 "5ad29222bbd55624d87ea677928b3106a743114d6c6f9b41f36c97be2a8e628d" + url "https://www.nano-editor.org/dist/v8/nano-8.5.tar.xz" + sha256 "000b011d339c141af9646d43288f54325ff5c6e8d39d6e482b787bbc6654c26a" license "GPL-3.0-or-later" livecheck do From 867ad316c25dcf9422536b0718d7bdbe325aa9e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:08:12 +0000 Subject: [PATCH 06695/10074] oxlint 1.1.0 --- Formula/o/oxlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index c4ed44f7feb8d..4538933580543 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -1,8 +1,8 @@ class Oxlint < Formula desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust" homepage "https://oxc.rs/" - url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.0.0.tar.gz" - sha256 "6cb6d2add948ef9a495b2c5caac0faed268413e1f88558bb62a3ccfdce0a75fa" + url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.1.0.tar.gz" + sha256 "bee1221b1a03ac20cb7225defd4c513645e58d375133542bf5349ee393931cb8" license "MIT" head "https://github.com/oxc-project/oxc.git", branch: "main" From 9f34607395da309e8a7ab64ac5372be9d59611b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:10:29 +0000 Subject: [PATCH 06696/10074] osc-cli: bump python resources --- Formula/o/osc-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/osc-cli.rb b/Formula/o/osc-cli.rb index e6d51251d593c..1bcc4aa1374b3 100644 --- a/Formula/o/osc-cli.rb +++ b/Formula/o/osc-cli.rb @@ -6,7 +6,7 @@ class OscCli < Formula url "https://files.pythonhosted.org/packages/02/cd/f1b796f5e7a301f6a3c0b910be07188cbfd329d2758e036d24ef26b4ee96/osc-sdk-1.11.0.tar.gz" sha256 "d3b71b326b0698da1b9a503cd511a992fe578375fd01b30bdec0d63d8328af66" license "BSD-3-Clause" - revision 7 + revision 8 no_autobump! because: :requires_manual_review @@ -44,13 +44,13 @@ class OscCli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "termcolor" do @@ -59,8 +59,8 @@ class OscCli < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From 3581e4d82b90ff2bc0beae74f5b3f849b19d98fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:10:46 +0000 Subject: [PATCH 06697/10074] parsedmarc: bump python resources --- Formula/p/parsedmarc.rb | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/Formula/p/parsedmarc.rb b/Formula/p/parsedmarc.rb index 82331705242be..e73424c2a7f0b 100644 --- a/Formula/p/parsedmarc.rb +++ b/Formula/p/parsedmarc.rb @@ -6,6 +6,7 @@ class Parsedmarc < Formula url "https://files.pythonhosted.org/packages/72/98/b9c788efe7ac580445b2d117e763a234503fb1049a22d8e12130a5fca9d7/parsedmarc-8.18.5.tar.gz" sha256 "98bb8caf1e176a12185cb91e9e2c836eaba05af54fe923ceb666b7e8eaf42dfd" license "Apache-2.0" + revision 1 head "https://github.com/domainaware/parsedmarc.git", branch: "master" bottle do @@ -31,8 +32,8 @@ class Parsedmarc < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/eb/62/95588e933dfea06a3af0332990bd19f6768f8f37fa4c0fe33fe4c55cf9d0/aiohttp-3.12.7.tar.gz" - sha256 "08bf55b216c779eddb6e41c1841c17d7ddd12776c7d7b36051c0a292a9ca828e" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiosignal" do @@ -61,13 +62,13 @@ class Parsedmarc < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/15/d2/e7286b4ffd3138eb13caaa0f611c2e291f7c6b14ae56bf087ce213c54dc4/boto3-1.38.29.tar.gz" - sha256 "0777a87e8d28ebae09a086017a53bcaf25ec7c094d8f7e4122b265aa48e273f5" + url "https://files.pythonhosted.org/packages/f1/ca/e7c1b5f7118fa3520f70ca11082472b64e2ffc4d81e7a4373339e4770f3a/boto3-1.38.35.tar.gz" + sha256 "38a407e467b24914ce24e5816f53305288ea44072778f88d2b4b6a2cffbcb220" end resource "botocore" do - url "https://files.pythonhosted.org/packages/32/9a/8c3ec27698910c1b94152f9e7a345d4c6c2f49dfc41d8336f82e32c32ed1/botocore-1.38.29.tar.gz" - sha256 "98c42b1bbb52f4086282e7db8aa724c9cb0f7278b7827d6736d872511c856e4f" + url "https://files.pythonhosted.org/packages/cd/2e/763918cd2b5af0345a38181bc5f16d1f6c32aad2a03b7738274cf068d864/botocore-1.38.35.tar.gz" + sha256 "3c7032948e066eed5f91d64cd51ee9664d1db9beaf3279ac27da608176bb3d54" end resource "cachetools" do @@ -111,8 +112,8 @@ class Parsedmarc < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" - sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "geoip2" do @@ -126,13 +127,13 @@ class Parsedmarc < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/35/99/237cd2510aecca9fabb54007e58553274cc43cb3c18512ee1ea574d11b87/google_api_python_client-2.171.0.tar.gz" - sha256 "057a5c08d28463c6b9eb89746355de5f14b7ed27a65c11fdbf1d06c66bb66b23" + url "https://files.pythonhosted.org/packages/02/69/c0cec6be5878d4de161f64096edb3d4a2d1a838f036b8425ea8358d0dfb3/google_api_python_client-2.172.0.tar.gz" + sha256 "dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6" end resource "google-auth" do - url "https://files.pythonhosted.org/packages/66/84/f67f53c505a6b2c5da05c988e2a5483f5ba9eee4b1841d2e3ff22f547cd5/google_auth-2.40.2.tar.gz" - sha256 "a33cde547a2134273226fa4b853883559947ebe9207521f7afc707efbf690f58" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "google-auth-httplib2" do @@ -236,8 +237,8 @@ class Parsedmarc < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "proto-plus" do @@ -256,8 +257,8 @@ class Parsedmarc < Formula end resource "publicsuffixlist" do - url "https://files.pythonhosted.org/packages/c2/f2/5d2922b9e402a93bfb7d58015218daa051bc7b160e7ce3fc97a35c809686/publicsuffixlist-1.0.2.20250603.tar.gz" - sha256 "ca294e03cbca2dbed0d4a4c033bfa23b91c89298402e2f812fae11757229717e" + url "https://files.pythonhosted.org/packages/d7/8a/3e19388d5cac1819d6044f4e17d1ea64637a4f0a67f558138f421c49148c/publicsuffixlist-1.0.2.20250611.tar.gz" + sha256 "fc9ca4d8c186429e0a50fa7fd09b1e48412e2bed60a61e13ac89053c6a3904f4" end resource "pyasn1" do @@ -301,8 +302,8 @@ class Parsedmarc < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -356,8 +357,8 @@ class Parsedmarc < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From fc013fa4bc819a617455e939f3ecae2b28b2a535 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:10:51 +0000 Subject: [PATCH 06698/10074] pass-import: bump python resources --- Formula/p/pass-import.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/p/pass-import.rb b/Formula/p/pass-import.rb index 5531fd5cc2ed7..d51b7b7d256cc 100644 --- a/Formula/p/pass-import.rb +++ b/Formula/p/pass-import.rb @@ -6,7 +6,7 @@ class PassImport < Formula url "https://files.pythonhosted.org/packages/f1/69/1d763287f49eb2d43f14280a1af9f6c2aa54a306071a4723a9723a6fb613/pass-import-3.5.tar.gz" sha256 "e3e5ec38f58511904a82214f8a80780729dfe84628d7c5d6b1cedee20ff3fb23" license "GPL-3.0-or-later" - revision 3 + revision 4 head "https://github.com/roddhjav/pass-import.git", branch: "master" no_autobump! because: :requires_manual_review @@ -27,8 +27,8 @@ class PassImport < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -37,8 +37,8 @@ class PassImport < Formula end resource "pyaml" do - url "https://files.pythonhosted.org/packages/fd/a6/5b51160ff7ce60b0c60ec825359c0e818b0ce4a2504fa3dd1470f42f9b10/pyaml-24.9.0.tar.gz" - sha256 "e78dee8b0d4fed56bb9fa11a8a7858e6fade1ec70a9a122cee6736efac3e69b5" + url "https://files.pythonhosted.org/packages/c1/40/94f10f32ab952c5cca713d9ac9d8b2fdc37392d90eea403823eeac674c24/pyaml-25.5.0.tar.gz" + sha256 "5799560c7b1c9daf35a7a4535f53e2c30323f74cbd7cb4f2e715b16dd681a58a" end resource "pyyaml" do @@ -47,18 +47,18 @@ class PassImport < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "zxcvbn" do - url "https://files.pythonhosted.org/packages/54/67/c6712608c99e7720598e769b8fb09ebd202119785adad0bbce25d330243c/zxcvbn-4.4.28.tar.gz" - sha256 "151bd816817e645e9064c354b13544f85137ea3320ca3be1fb6873ea75ef7dc1" + url "https://files.pythonhosted.org/packages/ae/40/9366940b1484fd4e9423c8decbbf34a73bf52badb36281e082fe02b57aca/zxcvbn-4.5.0.tar.gz" + sha256 "70392c0fff39459d7f55d0211151401e79e76fcc6e2c22b61add62900359c7c1" end def install From b85e6de2046188890b0b6c5b71e94e48f64db395 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:11:01 +0000 Subject: [PATCH 06699/10074] pdm: bump python resources --- Formula/p/pdm.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 22488b81bad05..82e7a38cfa2ad 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -6,6 +6,7 @@ class Pdm < Formula url "https://files.pythonhosted.org/packages/32/8c/ff7e0c846c573771001a207346cf6c6fb1902f2d530fb1e44d8fda0ca3c7/pdm-2.24.2.tar.gz" sha256 "ce0d5e9005fe26238b8ba5cf0e37ac00acab2fb90f904bf0219a5e8445849dfb" license "MIT" + revision 1 head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do @@ -112,8 +113,8 @@ class Pdm < Formula end resource "pbs-installer" do - url "https://files.pythonhosted.org/packages/dc/11/9c36105d532d19bc2553d3473c5c1bc6b148e269622a64efb8c7dbf4e4e8/pbs_installer-2025.5.17.tar.gz" - sha256 "8e319b17662ae583e607d5fd46900cb2a7b31ee9ae0c695126c1b9b38e6a78a0" + url "https://files.pythonhosted.org/packages/39/56/014f660dbe4e5497c07640fe9d3e46189a8e0af29b77d59e362bce034f83/pbs_installer-2025.6.10.tar.gz" + sha256 "31737014878c778f8c2d03d6a2a240bff37c56c25acf90f5b14f1a75f5b703b4" end resource "platformdirs" do @@ -137,8 +138,8 @@ class Pdm < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "resolvelib" do @@ -167,8 +168,8 @@ class Pdm < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "truststore" do From aca02d197f4a972f92b7a2d417993b010cb8936c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:11:08 +0000 Subject: [PATCH 06700/10074] pip-audit: bump python resources --- Formula/p/pip-audit.rb | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Formula/p/pip-audit.rb b/Formula/p/pip-audit.rb index 82c858d6ef8a5..aa69809b4c2e9 100644 --- a/Formula/p/pip-audit.rb +++ b/Formula/p/pip-audit.rb @@ -6,6 +6,7 @@ class PipAudit < Formula url "https://files.pythonhosted.org/packages/cc/7f/28fad19a9806f796f13192ab6974c07c4a04d9cbb8e30dd895c3c11ce7ee/pip_audit-2.9.0.tar.gz" sha256 "0b998410b58339d7a231e5aa004326a294e4c7c6295289cdc9d5e1ef07b1f44d" license "Apache-2.0" + revision 1 version_scheme 1 bottle do @@ -27,13 +28,13 @@ class PipAudit < Formula end resource "cachecontrol" do - url "https://files.pythonhosted.org/packages/b7/a4/3390ac4dfa1773f661c8780368018230e8207ec4fd3800d2c0c3adee4456/cachecontrol-0.14.2.tar.gz" - sha256 "7d47d19f866409b98ff6025b6a0fca8e4c791fb31abbd95f622093894ce903a2" + url "https://files.pythonhosted.org/packages/58/3a/0cbeb04ea57d2493f3ec5a069a117ab467f85e4a10017c6d854ddcbff104/cachecontrol-0.14.3.tar.gz" + sha256 "73e7efec4b06b20d9267b441c1f733664f989fb8688391b670ca812d70795d11" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "cyclonedx-python-lib" do @@ -77,13 +78,13 @@ class PipAudit < Formula end resource "packageurl-python" do - url "https://files.pythonhosted.org/packages/68/7d/0bd319dc94c7956b4d864e87d3dc03739f125ce174671e3128edd566a63e/packageurl_python-0.16.0.tar.gz" - sha256 "69e3bf8a3932fe9c2400f56aaeb9f86911ecee2f9398dbe1b58ec34340be365d" + url "https://files.pythonhosted.org/packages/a9/b6/d28c4fa7535530879e7d64176f7ff081fb6308b50cac8e30f038a89e8fdd/packageurl_python-0.17.1.tar.gz" + sha256 "5db592a990b60bc02446033c50fb1803a26c5124cd72c5a2cd1b8ea1ae741969" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pip-api" do @@ -97,8 +98,8 @@ class PipAudit < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "py-serializable" do @@ -117,8 +118,8 @@ class PipAudit < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -137,8 +138,8 @@ class PipAudit < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 80beaf2d530958e805160e55a6ae86a88aa5aba8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:11:15 +0000 Subject: [PATCH 06701/10074] platformio: bump python resources --- Formula/p/platformio.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/platformio.rb b/Formula/p/platformio.rb index 770ece7ba1d11..199d14593f32c 100644 --- a/Formula/p/platformio.rb +++ b/Formula/p/platformio.rb @@ -6,7 +6,7 @@ class Platformio < Formula url "https://files.pythonhosted.org/packages/2f/c5/ba3c1ba120b0466bb621615e4075a5c4752400c6adbf2a15edd91b9aefe9/platformio-6.1.18.tar.gz" sha256 "6ea19c66fba3c5272378afa6ae11abbf883243dd8e503ac5f4ff8ac277ccc7c6" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/platformio/platformio-core.git", branch: "develop" bottle do @@ -37,8 +37,8 @@ class Platformio < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do @@ -82,8 +82,8 @@ class Platformio < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "semantic-version" do @@ -112,8 +112,8 @@ class Platformio < Formula end resource "uvicorn" do - url "https://files.pythonhosted.org/packages/a6/ae/9bbb19b9e1c450cf9ecaef06463e40234d98d95bf572fab11b4f19ae5ded/uvicorn-0.34.2.tar.gz" - sha256 "0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328" + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" end resource "wsproto" do From c126b759ca76b5e3486978df28883283cfd76dd2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:11:20 +0000 Subject: [PATCH 06702/10074] redress 1.2.30 --- Formula/r/redress.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/redress.rb b/Formula/r/redress.rb index bc2e122ff43ca..92108d7c1c7c2 100644 --- a/Formula/r/redress.rb +++ b/Formula/r/redress.rb @@ -1,8 +1,8 @@ class Redress < Formula desc "Tool for analyzing stripped Go binaries compiled with the Go compiler" homepage "https://github.com/goretk/redress" - url "https://github.com/goretk/redress/archive/refs/tags/v1.2.29.tar.gz" - sha256 "3e4c99c8359d6c20c9779bf0e534afc3117d034e39838f8fa90749e887971f8d" + url "https://github.com/goretk/redress/archive/refs/tags/v1.2.30.tar.gz" + sha256 "b47ecbe9f369bc2d6d3156542e1b4fa5fdb05e1d4aa239ce48d639a23d3440eb" license "AGPL-3.0-only" head "https://github.com/goretk/redress.git", branch: "develop" From 9489e196fac2d493968b004e1d9c501d126d5107 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:11:22 +0000 Subject: [PATCH 06703/10074] cdk8s: update 2.200.98 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 49f8b7865d6fa..a371091ef071e 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" - sha256 cellar: :any_skip_relocation, sonoma: "41436367fb562bf4e0b8b8b4ad31c2c8d62b151ab0bda12c1a33fd55fdb4e78c" - sha256 cellar: :any_skip_relocation, ventura: "41436367fb562bf4e0b8b8b4ad31c2c8d62b151ab0bda12c1a33fd55fdb4e78c" - sha256 cellar: :any_skip_relocation, arm64_linux: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc3d1758946cc899ddba3d77f97361ca777b471a368f7f634c99876be5f4d88e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" + sha256 cellar: :any_skip_relocation, sonoma: "136a09930954161b2c8c31e2056bc9e538160a88491879fbaccfd2713dcee308" + sha256 cellar: :any_skip_relocation, ventura: "136a09930954161b2c8c31e2056bc9e538160a88491879fbaccfd2713dcee308" + sha256 cellar: :any_skip_relocation, arm64_linux: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" end depends_on "node" From 27992cb5adc651f6af4d3ddc52fa95390f0dbeb4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:11:23 +0000 Subject: [PATCH 06704/10074] pocsuite3: bump python resources --- Formula/p/pocsuite3.rb | 45 +++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/Formula/p/pocsuite3.rb b/Formula/p/pocsuite3.rb index 7a5f1e1a0e73e..a3e4d1d145d33 100644 --- a/Formula/p/pocsuite3.rb +++ b/Formula/p/pocsuite3.rb @@ -6,6 +6,7 @@ class Pocsuite3 < Formula url "https://files.pythonhosted.org/packages/12/33/a9f77b222075f034c04c615de19c9ef0f93457d9b627e95cc40d07949e70/pocsuite3-2.1.0.tar.gz" sha256 "4107396b5fbbeeb65b27b574c6fb5a40831d1983ad4fd2f9a83c87006bed98e6" license "GPL-2.0-only" + revision 1 head "https://github.com/knownsec/pocsuite3.git", branch: "master" bottle do @@ -34,8 +35,8 @@ class Pocsuite3 < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "colorama" do @@ -59,8 +60,8 @@ class Pocsuite3 < Formula end resource "faker" do - url "https://files.pythonhosted.org/packages/55/8f/40d002bed58bd6b79bf970505582b769fc975afcacc62c2fe1518d5729c2/faker-36.1.1.tar.gz" - sha256 "7cb2bbd4c8f040e4a340ae4019e9a48b6cf1db6a71bda4e5a61d8d13b7bef28d" + url "https://files.pythonhosted.org/packages/65/f9/66af4019ee952fc84b8fe5b523fceb7f9e631ed8484417b6f1e3092f8290/faker-37.4.0.tar.gz" + sha256 "7f69d579588c23d5ce671f3fa872654ede0e67047820255f43a4aa1925b89780" end resource "idna" do @@ -74,8 +75,8 @@ class Pocsuite3 < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8/lxml-5.3.1.tar.gz" - sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "mmh3" do @@ -84,23 +85,23 @@ class Pocsuite3 < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "prettytable" do - url "https://files.pythonhosted.org/packages/38/95/78080e58efbdde46cda8d4498737bf9687839ed4a9744b068cc730a073ed/prettytable-3.15.1.tar.gz" - sha256 "f0edb38060cb9161b2417939bfd5cd9877da73388fb19d1e8bf7987e8558896e" + url "https://files.pythonhosted.org/packages/99/b1/85e18ac92afd08c533603e3393977b6bc1443043115a47bb094f3b98f94f/prettytable-3.16.0.tar.gz" + sha256 "3c64b31719d961bf69c9a7e03d0c1e477320906a98da63952bc6698d6164ff57" end resource "pycryptodomex" do - url "https://files.pythonhosted.org/packages/11/dc/e66551683ade663b5f07d7b3bc46434bf703491dbd22ee12d1f979ca828f/pycryptodomex-3.21.0.tar.gz" - sha256 "222d0bd05381dd25c32dd6065c071ebf084212ab79bab4599ba9e6a3e0009e6c" + url "https://files.pythonhosted.org/packages/c9/85/e24bf90972a30b0fcd16c73009add1d7d7cd9140c2498a68252028899e41/pycryptodomex-3.23.0.tar.gz" + sha256 "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da" end resource "pyopenssl" do - url "https://files.pythonhosted.org/packages/9f/26/e25b4a374b4639e0c235527bbe31c0524f26eda701d79456a7e1877f4cc5/pyopenssl-25.0.0.tar.gz" - sha256 "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16" + url "https://files.pythonhosted.org/packages/04/8c/cd89ad05804f8e3c17dea8f178c3f40eeab5694c30e0c9f5bcd49f576fc3/pyopenssl-25.1.0.tar.gz" + sha256 "8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b" end resource "pysocks" do @@ -114,8 +115,8 @@ class Pocsuite3 < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -129,18 +130,18 @@ class Pocsuite3 < Formula end resource "termcolor" do - url "https://files.pythonhosted.org/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5/termcolor-2.5.0.tar.gz" - sha256 "998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f" + url "https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz" + sha256 "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" end resource "tzdata" do - url "https://files.pythonhosted.org/packages/43/0f/fa4723f22942480be4ca9527bbde8d43f6c3f2fe8412f00e7f5f6746bc8b/tzdata-2025.1.tar.gz" - sha256 "24894909e88cdb28bd1636c6887801df64cb485bd593f2fd83ef29075a81d694" + url "https://files.pythonhosted.org/packages/95/32/1a225d6164441be760d75c2c42e2780dc0873fe382da3e98a2e1e48361e5/tzdata-2025.2.tar.gz" + sha256 "b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "wcwidth" do From 23e894fe2a3933f9127309ab5af16d3f2b3c3870 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:11:34 +0000 Subject: [PATCH 06705/10074] poetry: bump python resources --- Formula/p/poetry.rb | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Formula/p/poetry.rb b/Formula/p/poetry.rb index eafc4c48d8dd2..e2c0a030426bc 100644 --- a/Formula/p/poetry.rb +++ b/Formula/p/poetry.rb @@ -6,6 +6,7 @@ class Poetry < Formula url "https://files.pythonhosted.org/packages/db/12/1c8d8b2c6017a33a9c9c708c6d2bb883af7f447520a466dc21d2c74ecfe1/poetry-2.1.3.tar.gz" sha256 "f2c9bd6790b19475976d88ea4553bcc3533c0dc73f740edc4fffe9e2add50594" license "MIT" + revision 1 head "https://github.com/python-poetry/poetry.git", branch: "master" bottle do @@ -153,8 +154,8 @@ class Poetry < Formula end resource "pbs-installer" do - url "https://files.pythonhosted.org/packages/b9/f4/f60628d7424c7d7461c97317b642c48c3e21e9e09025f96179f9df61710f/pbs_installer-2025.4.9.tar.gz" - sha256 "15755bc94769a544af5dda155f973c70caf76f0e70b21f3c8a8ed506f102f88f" + url "https://files.pythonhosted.org/packages/39/56/014f660dbe4e5497c07640fe9d3e46189a8e0af29b77d59e362bce034f83/pbs_installer-2025.6.10.tar.gz" + sha256 "31737014878c778f8c2d03d6a2a240bff37c56c25acf90f5b14f1a75f5b703b4" end resource "pkginfo" do @@ -163,8 +164,8 @@ class Poetry < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "poetry-core" do @@ -183,8 +184,8 @@ class Poetry < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -208,13 +209,13 @@ class Poetry < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "trove-classifiers" do - url "https://files.pythonhosted.org/packages/dc/81/a43db75173e49b1204d2a826b2a3a0e2dee45fb0d9abfac2ce1ff928eebf/trove_classifiers-2025.5.1.12.tar.gz" - sha256 "28d24c3d043dc6b0459813d6bf4a231e788509b55ee3d54ba08ce72638031182" + url "https://files.pythonhosted.org/packages/38/04/1cd43f72c241fedcf0d9a18d0783953ee301eac9e5d9db1df0f0f089d9af/trove_classifiers-2025.5.9.12.tar.gz" + sha256 "7ca7c8a7a76e2cd314468c677c69d12cc2357711fcab4a60f87994c1589e5cb5" end resource "urllib3" do @@ -223,8 +224,8 @@ class Poetry < Formula end resource "virtualenv" do - url "https://files.pythonhosted.org/packages/38/e0/633e369b91bbc664df47dcb5454b6c7cf441e8f5b9d0c250ce9f0546401e/virtualenv-20.30.0.tar.gz" - sha256 "800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8" + url "https://files.pythonhosted.org/packages/56/2c/444f465fb2c65f40c3a104fd0c495184c4f2336d65baf398e3c75d72ea94/virtualenv-20.31.2.tar.gz" + sha256 "e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af" end resource "xattr" do From d23fca2bd51ca912d7632eacefd00d9d966a52d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:11:40 +0000 Subject: [PATCH 06706/10074] policy_sentry: bump python resources --- Formula/p/policy_sentry.rb | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/Formula/p/policy_sentry.rb b/Formula/p/policy_sentry.rb index 7f489e1a15eb6..bbc15275e5aeb 100644 --- a/Formula/p/policy_sentry.rb +++ b/Formula/p/policy_sentry.rb @@ -6,6 +6,7 @@ class PolicySentry < Formula url "https://files.pythonhosted.org/packages/bc/4b/e03bbe626379bfee06c944a01ef25ad14ce30bc9dd86988dfda1cf343347/policy_sentry-0.14.0.tar.gz" sha256 "5c52cebebad26e2360393f34af523c1685541d67b0dfd721b0779dbe9e327f1a" license "MIT" + revision 1 head "https://github.com/salesforce/policy_sentry.git", branch: "master" bottle do @@ -25,18 +26,18 @@ class PolicySentry < Formula depends_on "python@3.13" resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz" - sha256 "74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -45,8 +46,8 @@ class PolicySentry < Formula end resource "orjson" do - url "https://files.pythonhosted.org/packages/45/0b/8c7eaf1e2152f1e0fb28ae7b22e2b35a6b1992953a1ebe0371ba4d41d3ad/orjson-3.10.13.tar.gz" - sha256 "eb9bfb14ab8f68d9d9492d4817ae497788a15fd7da72e14dfabc289c3bb088ec" + url "https://files.pythonhosted.org/packages/81/0b/fea456a3ffe74e70ba30e01ec183a9b26bec4d497f61dcfce1b601059c60/orjson-3.10.18.tar.gz" + sha256 "e8da3947d92123eda795b68228cafe2724815621fe35e8e320a9e9593a4bcd53" end resource "pyyaml" do @@ -55,8 +56,8 @@ class PolicySentry < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "schema" do @@ -65,13 +66,18 @@ class PolicySentry < Formula end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" + end + + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 2f44680cd45dbc5b9fcf02e88588444bacaf57fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:11:51 +0000 Subject: [PATCH 06707/10074] pwntools: bump python resources --- Formula/p/pwntools.rb | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Formula/p/pwntools.rb b/Formula/p/pwntools.rb index a7a624fd0ae06..0d269e1c23a75 100644 --- a/Formula/p/pwntools.rb +++ b/Formula/p/pwntools.rb @@ -6,6 +6,7 @@ class Pwntools < Formula url "https://files.pythonhosted.org/packages/21/94/1f39d5a770226b9d240c9900c5c912788fb31f8f189aacd81153c0d59f67/pwntools-4.14.1.tar.gz" sha256 "60f04976d1722120d18b9d50553408a024664b5cf888f36f258afca4bf035cac" license "MIT" + revision 1 head "https://github.com/Gallopsled/pwntools.git", branch: "dev" bottle do @@ -39,8 +40,8 @@ class Pwntools < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "colored-traceback" do @@ -59,8 +60,8 @@ class Pwntools < Formula end resource "mako" do - url "https://files.pythonhosted.org/packages/62/4f/ddb1965901bc388958db9f0c991255b2c469349a741ae8c9cd8a562d70a6/mako-1.3.9.tar.gz" - sha256 "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac" + url "https://files.pythonhosted.org/packages/9e/38/bd5b78a920a64d708fe6bc8e0a2c075e1389d53bef8413725c63ba041535/mako-1.3.10.tar.gz" + sha256 "99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28" end resource "markupsafe" do @@ -69,8 +70,8 @@ class Pwntools < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "paramiko" do @@ -119,8 +120,8 @@ class Pwntools < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "ropgadget" do @@ -129,8 +130,8 @@ class Pwntools < Formula end resource "rpyc" do - url "https://files.pythonhosted.org/packages/3a/9d/a48fb1246a4b431951947f7cc2b4a24ffe59c0ec4eec1396d275bc6a45ed/rpyc-6.0.1.tar.gz" - sha256 "8a60f3c4401f309c0eb6e754fb6c4e0442231203907cebf61ae74615b52cd38a" + url "https://files.pythonhosted.org/packages/8b/e7/1c17410673b634f4658bb5d2232d0c4507432a97508b2c6708e59481644a/rpyc-6.0.2.tar.gz" + sha256 "8e780a6a71b842128a80a337c64adfb6f919014e069951832161c9efc630c93b" end resource "six" do @@ -154,8 +155,8 @@ class Pwntools < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "zstandard" do From 1262b000e87128862f02901e6e720bdd9a5318a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:12:25 +0000 Subject: [PATCH 06708/10074] rich-cli: bump python resources --- Formula/r/rich-cli.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/r/rich-cli.rb b/Formula/r/rich-cli.rb index ff8ebc96953a6..2c550daa799b6 100644 --- a/Formula/r/rich-cli.rb +++ b/Formula/r/rich-cli.rb @@ -6,7 +6,7 @@ class RichCli < Formula url "https://files.pythonhosted.org/packages/ca/55/e35962573948a148a4f63416d95d25fe75feb06d9ae2f9bb35adc416f894/rich-cli-1.8.0.tar.gz" sha256 "7f99ed213fb18c25999b644335f74d2be621a3a68593359e7fc62e95fe7e9a8a" license "MIT" - revision 6 + revision 7 no_autobump! because: :requires_manual_review @@ -19,13 +19,13 @@ class RichCli < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "commonmark" do @@ -44,13 +44,13 @@ class RichCli < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz" - sha256 "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -69,8 +69,8 @@ class RichCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From c9d55bacc99deebe293f3c2ae7c9d1ee56103a23 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:12:38 +0000 Subject: [PATCH 06709/10074] safety: bump python resources --- Formula/s/safety.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/s/safety.rb b/Formula/s/safety.rb index 7a98ee1b86e28..2fb71a39443f6 100644 --- a/Formula/s/safety.rb +++ b/Formula/s/safety.rb @@ -6,6 +6,7 @@ class Safety < Formula url "https://files.pythonhosted.org/packages/33/af/f135abb8d147629e9a27f436db5135314adc864a98b62922b33d6f05c836/safety-3.5.2.tar.gz" sha256 "ecbb2e76f9574284f2c0e168e71ec92b39018ae9516b3b00f132de57ecaa09cb" license "MIT" + revision 1 head "https://github.com/pyupio/safety.git", branch: "main" bottle do @@ -145,8 +146,8 @@ class Safety < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -155,8 +156,8 @@ class Safety < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" - sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" end resource "ruamel-yaml-clib" do @@ -190,8 +191,8 @@ class Safety < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "tqdm" do From 6d96057c302a080f88836f569717a76298739942 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:12:53 +0000 Subject: [PATCH 06710/10074] sceptre: bump python resources --- Formula/s/sceptre.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/s/sceptre.rb b/Formula/s/sceptre.rb index cd3b1a14837c2..ee948cc24a20b 100644 --- a/Formula/s/sceptre.rb +++ b/Formula/s/sceptre.rb @@ -6,7 +6,7 @@ class Sceptre < Formula url "https://files.pythonhosted.org/packages/32/0b/e3249a42ab6cab8cf9e2c5261a95740daa0b74edf1aaecf5c17293e67784/sceptre-4.5.3.tar.gz" sha256 "84ebc52b59e980b5d25926bbe7116edfbe428dd34ef47014e7f3b200136dc7a0" license "Apache-2.0" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "23fe98f470d8e14a16542b632411a77e52f59fd04e33c758b69873a9f9e5a09d" @@ -28,13 +28,13 @@ class Sceptre < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/29/3a/eec45ce28d36913074547a06198c4f9f3855062ca18ab266e9e6a27b47c9/boto3-1.38.19.tar.gz" - sha256 "fdd69f23e6216a508bbc1fbda9486791c161f3ecd5933ac7090d7290f6f2d0f5" + url "https://files.pythonhosted.org/packages/f1/ca/e7c1b5f7118fa3520f70ca11082472b64e2ffc4d81e7a4373339e4770f3a/boto3-1.38.35.tar.gz" + sha256 "38a407e467b24914ce24e5816f53305288ea44072778f88d2b4b6a2cffbcb220" end resource "botocore" do - url "https://files.pythonhosted.org/packages/7f/78/c1b2fa6a267018062a66470e6e779366b4e64ab1178de8870ccc3a393cac/botocore-1.38.19.tar.gz" - sha256 "796b948c05017eb33385b798990cd91ed4af0e881eb9eb1ee6e17666be02abc9" + url "https://files.pythonhosted.org/packages/cd/2e/763918cd2b5af0345a38181bc5f16d1f6c32aad2a03b7738274cf068d864/botocore-1.38.35.tar.gz" + sha256 "3c7032948e066eed5f91d64cd51ee9664d1db9beaf3279ac27da608176bb3d54" end resource "cfn-flip" do @@ -48,8 +48,8 @@ class Sceptre < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -123,13 +123,13 @@ class Sceptre < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "sceptre-cmd-resolver" do @@ -143,8 +143,8 @@ class Sceptre < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do From ca98e03b0604026cde9679896a195ae48a5b9edd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:13:26 +0000 Subject: [PATCH 06711/10074] scoutsuite: bump python resources --- Formula/s/scoutsuite.rb | 92 ++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 51 deletions(-) diff --git a/Formula/s/scoutsuite.rb b/Formula/s/scoutsuite.rb index 2d0cc50332678..ac8b8b9988d6e 100644 --- a/Formula/s/scoutsuite.rb +++ b/Formula/s/scoutsuite.rb @@ -6,7 +6,7 @@ class Scoutsuite < Formula url "https://files.pythonhosted.org/packages/a9/41/4f375fac81c66e1475c3ae18753a86191f253cdf24c29f28c8861d6bb984/scoutsuite-5.14.0.tar.gz" sha256 "b021ad340196865093fb5d6e247f2596ec856e24cb39eb6e3e886923befd1208" license "GPL-2.0-only" - revision 2 + revision 3 head "https://github.com/nccgroup/ScoutSuite.git", branch: "master" no_autobump! because: :requires_manual_review @@ -58,8 +58,8 @@ class Scoutsuite < Formula end resource "aliyun-python-sdk-rds" do - url "https://files.pythonhosted.org/packages/b5/f5/e16d80fe1ae7cc3e96a2cc8d5b8560a57febdf1299b46f27a43d3571ffdd/aliyun-python-sdk-rds-2.7.49.tar.gz" - sha256 "13e049e377d2c0ae3b6ce6bdd233b8c41476d5cc4556a8d8571773cb6a01fed5" + url "https://files.pythonhosted.org/packages/be/9e/6ba98c6e163419ef2bb5424ac7edd08e051decdb759873f556c9143998e6/aliyun-python-sdk-rds-2.7.50.tar.gz" + sha256 "7841ca237b88d4750cca93c20519a8547c8132040680b3b722aba3a898b78e56" end resource "aliyun-python-sdk-sts" do @@ -163,13 +163,13 @@ class Scoutsuite < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/38/27f7e3944daa6c8f4422e412ebf7073cbe9e59e14e7f3219a89b6c752837/boto3-1.38.20.tar.gz" - sha256 "aa1424213678a249fe828fb9345deac5e33f9a2266fd1b23ec72e02857b018a2" + url "https://files.pythonhosted.org/packages/f1/ca/e7c1b5f7118fa3520f70ca11082472b64e2ffc4d81e7a4373339e4770f3a/boto3-1.38.35.tar.gz" + sha256 "38a407e467b24914ce24e5816f53305288ea44072778f88d2b4b6a2cffbcb220" end resource "botocore" do - url "https://files.pythonhosted.org/packages/87/c6/61fa4699aa7f6230cf018d110849388904493b4e179050b6f0fc20a0f353/botocore-1.38.20.tar.gz" - sha256 "03a5027a207fc66cd0bf8cd1abb98db41fd4d23e6bd5f43f68586af9736240fc" + url "https://files.pythonhosted.org/packages/cd/2e/763918cd2b5af0345a38181bc5f16d1f6c32aad2a03b7738274cf068d864/botocore-1.38.35.tar.gz" + sha256 "3c7032948e066eed5f91d64cd51ee9664d1db9beaf3279ac27da608176bb3d54" end resource "cachetools" do @@ -212,11 +212,6 @@ class Scoutsuite < Formula sha256 "dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e" end - resource "deprecated" do - url "https://files.pythonhosted.org/packages/98/97/06afe62762c9a8a86af0cfb7bfdab22a43ad17138b07af5b1a58442690a2/deprecated-1.2.18.tar.gz" - sha256 "422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d" - end - resource "durationpy" do url "https://files.pythonhosted.org/packages/9d/a4/e44218c2b394e31a6dd0d6b095c4e1f32d0be54c2a4b250032d717647bab/durationpy-0.10.tar.gz" sha256 "1fa6893409a6e739c9c72334fc65cca1f355dbdd93405d30f726deb5bde42fba" @@ -228,13 +223,13 @@ class Scoutsuite < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/4f/e6/787c24738fc7c99de9289abe60bd64591800ae1cdf60db7b87e0e6ef9cdd/google_api_python_client-2.169.0.tar.gz" - sha256 "0585bb97bd5f5bf3ed8d4bf624593e4c5a14d06c811d1952b07a1f94b4d12c51" + url "https://files.pythonhosted.org/packages/02/69/c0cec6be5878d4de161f64096edb3d4a2d1a838f036b8425ea8358d0dfb3/google_api_python_client-2.172.0.tar.gz" + sha256 "dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6" end resource "google-auth" do - url "https://files.pythonhosted.org/packages/94/a5/38c21d0e731bb716cffcf987bd9a3555cb95877ab4b616cfb96939933f20/google_auth-2.40.1.tar.gz" - sha256 "58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "google-auth-httplib2" do @@ -243,8 +238,8 @@ class Scoutsuite < Formula end resource "google-cloud-appengine-logging" do - url "https://files.pythonhosted.org/packages/cb/ec/ac5eed8660dd49a68d425c1e9594a40dc0c757d3d06af1e7731e5ff5d4ee/google_cloud_appengine_logging-1.6.1.tar.gz" - sha256 "f97bde36c7f7ff541123c2570813158bdda0c3f2385c8d32fdf1211c561ae56d" + url "https://files.pythonhosted.org/packages/e7/ea/85da73d4f162b29d24ad591c4ce02688b44094ee5f3d6c0cc533c2b23b23/google_cloud_appengine_logging-1.6.2.tar.gz" + sha256 "4890928464c98da9eecc7bf4e0542eba2551512c0265462c10f3a3d2a6424b90" end resource "google-cloud-audit-log" do @@ -253,8 +248,8 @@ class Scoutsuite < Formula end resource "google-cloud-container" do - url "https://files.pythonhosted.org/packages/dc/51/621a72fe5ab3b2c0ee46dd79c47ad3ac9ddcff78d4c423ef198b2cbf44a0/google_cloud_container-2.56.1.tar.gz" - sha256 "4000ee5cac27749bc60c45937ed3481915fbbf098925d928523702d70f2f4fa1" + url "https://files.pythonhosted.org/packages/6a/a6/9ddc3fc102d4c6f628c72d1dcd45e59c34846e972e57db6194fd94254ffd/google_cloud_container-2.57.0.tar.gz" + sha256 "fa7e6f593f58348b98bd6dd59344c9a6038e9fba6c0b9858e23d9d278346f129" end resource "google-cloud-core" do @@ -263,8 +258,8 @@ class Scoutsuite < Formula end resource "google-cloud-iam" do - url "https://files.pythonhosted.org/packages/db/09/6825415e424501ad5f6a33b68d08680dc4a76842105c0343784f38f107ff/google_cloud_iam-2.19.0.tar.gz" - sha256 "99b96b702a431933eafde86b137e004522e841d5b980e035fca1b9091f53d86c" + url "https://files.pythonhosted.org/packages/b5/ad/ab2b822f40861c451e8d91d6f6343fcd67cdc25c4c537dee86a70c7f0c4c/google_cloud_iam-2.19.1.tar.gz" + sha256 "f059c369ad98af6be3401f0f5d087775d775fb96833be1e9ab8048c422fb1bf4" end resource "google-cloud-kms" do @@ -313,8 +308,8 @@ class Scoutsuite < Formula end resource "grpcio" do - url "https://files.pythonhosted.org/packages/d1/33/bf7bf9188cfce1c626e4c5d55523fec7f2f1d905e003df5da025f532916e/grpcio-1.72.0rc1.tar.gz" - sha256 "221793dccd3332060f426975a041d319d6d57323d857d4afc25257ec4a5a67f3" + url "https://files.pythonhosted.org/packages/8e/7b/ca3f561aeecf0c846d15e1b38921a60dffffd5d4113931198fbf455334ee/grpcio-1.73.0.tar.gz" + sha256 "3af4c30918a7f0d39de500d11255f8d9da4f30e94a2033e70fe2a720e184bd8e" end resource "grpcio-status" do @@ -348,8 +343,8 @@ class Scoutsuite < Formula end resource "importlib-metadata" do - url "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz" - sha256 "310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580" + url "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz" + sha256 "d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000" end resource "isodate" do @@ -383,8 +378,8 @@ class Scoutsuite < Formula end resource "kubernetes" do - url "https://files.pythonhosted.org/packages/b7/e8/0598f0e8b4af37cd9b10d8b87386cf3173cb8045d834ab5f6ec347a758b3/kubernetes-32.0.1.tar.gz" - sha256 "42f43d49abd437ada79a79a16bd48a604d3471a117a8347e87db693f2ba0ba28" + url "https://files.pythonhosted.org/packages/ae/52/19ebe8004c243fdfa78268a96727c71e08f00ff6fe69a301d0b7fcbce3c2/kubernetes-33.1.0.tar.gz" + sha256 "f64d829843a54c251061a8e7a14523b521f2dc5c896cf6d65ccf348648a88993" end resource "more-itertools" do @@ -428,13 +423,13 @@ class Scoutsuite < Formula end resource "oci" do - url "https://files.pythonhosted.org/packages/8e/94/38474b246701764be0424ff4ed62a5fe7c8d5c27c63ebf6461637b7d1cd2/oci-2.152.1.tar.gz" - sha256 "87c185be9624b5ba9bcfd2e8ed619905a7c310f178cb42b70d31aadc5c6fc142" + url "https://files.pythonhosted.org/packages/66/a6/6e9b94efabf8effc2060ee2e8f1b2f106f9c930052f7ab01fdb188177fad/oci-2.154.1.tar.gz" + sha256 "44b034ca7c08e3809d9a4244b075af9fdd1d45cf8f05cee57722b59a15d3a04f" end resource "opentelemetry-api" do - url "https://files.pythonhosted.org/packages/9a/8d/1f5a45fbcb9a7d87809d460f09dc3399e3fbd31d7f3e14888345e9d29951/opentelemetry_api-1.33.1.tar.gz" - sha256 "1c6055fc0a2d3f23a50c7e17e16ef75ad489345fd3df1f8b8af7c0bbf8a109e8" + url "https://files.pythonhosted.org/packages/4d/5e/94a8cb759e4e409022229418294e098ca7feca00eb3c467bb20cbd329bda/opentelemetry_api-1.34.1.tar.gz" + sha256 "64f0bd06d42824843731d05beea88d4d4b6ae59f9fe347ff7dfa2cc14233bbb3" end resource "oss2" do @@ -453,8 +448,8 @@ class Scoutsuite < Formula end resource "portend" do - url "https://files.pythonhosted.org/packages/8f/fc/bcfc768996b438d6e4bde7a6c8cfd62089847b0f5381a0e0ec2d8ee6b202/portend-3.2.0.tar.gz" - sha256 "5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72" + url "https://files.pythonhosted.org/packages/b7/57/be90f42996fc4f57d5742ef2c95f7f7bb8e9183af2cc11bff8e7df338888/portend-3.2.1.tar.gz" + sha256 "aa9d40ab1f9e14bdb7d401f42210df35d017c9b97991baeb18568cedfb8c6489" end resource "proto-plus" do @@ -518,8 +513,8 @@ class Scoutsuite < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -533,13 +528,13 @@ class Scoutsuite < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -558,13 +553,13 @@ class Scoutsuite < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "uritemplate" do - url "https://files.pythonhosted.org/packages/d2/5a/4742fdba39cd02a56226815abfa72fe0aa81c33bed16ed045647d6000eba/uritemplate-4.1.1.tar.gz" - sha256 "4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" + url "https://files.pythonhosted.org/packages/98/60/f174043244c5306c9988380d2cb10009f91563fc4b31293d27e17201af56/uritemplate-4.2.0.tar.gz" + sha256 "480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e" end resource "urllib3" do @@ -577,19 +572,14 @@ class Scoutsuite < Formula sha256 "3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da" end - resource "wrapt" do - url "https://files.pythonhosted.org/packages/c3/fc/e91cc220803d7bc4db93fb02facd8461c37364151b8494762cc88b0fbcef/wrapt-1.17.2.tar.gz" - sha256 "41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3" - end - resource "zc-lockfile" do url "https://files.pythonhosted.org/packages/5b/83/a5432aa08312fc834ea594473385c005525e6a80d768a2ad246e78877afd/zc.lockfile-3.0.post1.tar.gz" sha256 "adb2ee6d9e6a2333c91178dcb2c9b96a5744c78edb7712dc784a7d75648e81ec" end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From a54f27fe5913a2d624c874bc6a96f0201eeb417f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:13:36 +0000 Subject: [PATCH 06712/10074] scrapy: bump python resources --- Formula/s/scrapy.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/s/scrapy.rb b/Formula/s/scrapy.rb index bf949414a1f5e..4a2cac0d69ebd 100644 --- a/Formula/s/scrapy.rb +++ b/Formula/s/scrapy.rb @@ -6,6 +6,7 @@ class Scrapy < Formula url "https://files.pythonhosted.org/packages/a7/50/c0cf8ac73fd3f642c5aa6eb2c317eaf0132637b451d90db8041bb65cb9ca/scrapy-2.13.2.tar.gz" sha256 "19d984e82847ab08efa150dc329fa615c71f8e99bb97fd97a64a5c29e9a2d5d7" license "BSD-3-Clause" + revision 1 head "https://github.com/scrapy/scrapy.git", branch: "master" bottle do @@ -136,8 +137,8 @@ class Scrapy < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-file" do From f4545c3798d9101d9682377e6169b2eeef01d54c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:13:43 +0000 Subject: [PATCH 06713/10074] search-that-hash: bump python resources --- Formula/s/search-that-hash.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/s/search-that-hash.rb b/Formula/s/search-that-hash.rb index c6b470726e715..5933c2c67a102 100644 --- a/Formula/s/search-that-hash.rb +++ b/Formula/s/search-that-hash.rb @@ -6,7 +6,7 @@ class SearchThatHash < Formula url "https://files.pythonhosted.org/packages/5e/b9/a304a92ba77a9e18b3023b66634e71cded5285cef7e3b56d3c1874e9d84e/search-that-hash-0.2.8.tar.gz" sha256 "384498abbb9a611aa173b20d06b135e013674670fecc01b34d456bfe536e0bca" license "GPL-3.0-or-later" - revision 9 + revision 10 head "https://github.com/HashPals/Search-That-Hash.git", branch: "main" no_autobump! because: :requires_manual_review @@ -31,8 +31,8 @@ class SearchThatHash < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do @@ -81,18 +81,18 @@ class SearchThatHash < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz" - sha256 "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/8c/d5/e5aeee5387091148a19e1145f63606619cb5f20b83fccb63efae6474e7b2/pyparsing-3.2.0.tar.gz" - sha256 "cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -116,8 +116,8 @@ class SearchThatHash < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 1637f5f0a6f2b652454bc340bdf1adbfce1df691 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:14:23 +0000 Subject: [PATCH 06714/10074] sherlock: bump python resources --- Formula/s/sherlock.rb | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Formula/s/sherlock.rb b/Formula/s/sherlock.rb index 63cb1fd0b3c48..b4aa5eabcb05a 100644 --- a/Formula/s/sherlock.rb +++ b/Formula/s/sherlock.rb @@ -6,6 +6,7 @@ class Sherlock < Formula url "https://files.pythonhosted.org/packages/0a/95/b4f7a399c43d1d57a703ddf08513411bbb0bfc6bbaabab7ad4e2c534bba7/sherlock_project-0.15.0.tar.gz" sha256 "1ae2ef98a0d482039ff00743e702f28ddf4a0d6260b0fbc2579d680469874910" license "MIT" + revision 1 head "https://github.com/sherlock-project/sherlock.git", branch: "master" bottle do @@ -29,8 +30,8 @@ class Sherlock < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "colorama" do @@ -39,8 +40,8 @@ class Sherlock < Formula end resource "et-xmlfile" do - url "https://files.pythonhosted.org/packages/3d/5d/0413a31d184a20c763ad741cc7852a659bf15094c24840c5bdd1754765cd/et_xmlfile-1.1.0.tar.gz" - sha256 "8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" + url "https://files.pythonhosted.org/packages/d3/38/af70d7ab1ae9d4da450eeec1fa3918940a5fafb9055e934af8d6eb0c2313/et_xmlfile-2.0.0.tar.gz" + sha256 "dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54" end resource "idna" do @@ -54,8 +55,8 @@ class Sherlock < Formula end resource "pandas" do - url "https://files.pythonhosted.org/packages/9c/d6/9f8431bacc2e19dca897724cd097b1bb224a6ad5433784a44b587c7c13af/pandas-2.2.3.tar.gz" - sha256 "4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667" + url "https://files.pythonhosted.org/packages/72/51/48f713c4c728d7c55ef7444ba5ea027c26998d96d1a40953b346438602fc/pandas-2.3.0.tar.gz" + sha256 "34600ab34ebf1131a7613a260a61dbe8b62c188ec0ea4c296da7c9a06b004133" end resource "pysocks" do @@ -69,23 +70,23 @@ class Sherlock < Formula end resource "pytz" do - url "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz" - sha256 "2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-futures" do - url "https://files.pythonhosted.org/packages/f3/07/9140eb28a74f5ee0f256b8c99981f6d21f9f60af5721ca694176fd080687/requests-futures-1.0.1.tar.gz" - sha256 "f55a4ef80070e2858e7d1e73123d2bfaeaf25b93fd34384d8ddf148e2b676373" + url "https://files.pythonhosted.org/packages/88/f8/175b823241536ba09da033850d66194c372c65c38804847ac9cef0239542/requests_futures-1.0.2.tar.gz" + sha256 "6b7eb57940336e800faebc3dab506360edec9478f7b22dc570858ad3aa7458da" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "stem" do @@ -94,13 +95,13 @@ class Sherlock < Formula end resource "tzdata" do - url "https://files.pythonhosted.org/packages/e1/34/943888654477a574a86a98e9896bae89c7aa15078ec29f490fef2f1e5384/tzdata-2024.2.tar.gz" - sha256 "7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc" + url "https://files.pythonhosted.org/packages/95/32/1a225d6164441be760d75c2c42e2780dc0873fe382da3e98a2e1e48361e5/tzdata-2025.2.tar.gz" + sha256 "b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 9d58b5ce54fdb24954ad8dc66c58c4defc91d63f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:14:30 +0000 Subject: [PATCH 06715/10074] shodan: bump python resources --- Formula/s/shodan.rb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Formula/s/shodan.rb b/Formula/s/shodan.rb index b07c4adf9edd5..6e80c807e03ec 100644 --- a/Formula/s/shodan.rb +++ b/Formula/s/shodan.rb @@ -6,7 +6,7 @@ class Shodan < Formula url "https://files.pythonhosted.org/packages/c5/06/c6dcc975a1e7d89bc764fd271da8138b318e18080b48e7f1acd2ab63df28/shodan-1.31.0.tar.gz" sha256 "c73275386ea02390e196c35c660706a28dd4d537c5a21eb387ab6236fac251f6" license "MIT" - revision 3 + revision 4 head "https://github.com/achillean/shodan-python.git", branch: "master" no_autobump! because: :requires_manual_review @@ -20,13 +20,13 @@ class Shodan < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-plugins" do @@ -40,8 +40,8 @@ class Shodan < Formula end resource "filelock" do - url "https://files.pythonhosted.org/packages/9d/db/3ef5bb276dae18d6ec2124224403d1d67bccdbefc17af4cc8f553e341ab1/filelock-3.16.1.tar.gz" - sha256 "c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435" + url "https://files.pythonhosted.org/packages/0a/10/c23352565a6544bdc5353e0b15fc1c563352101f30e24bf500207a54df9a/filelock-3.18.0.tar.gz" + sha256 "adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2" end resource "idna" do @@ -50,8 +50,8 @@ class Shodan < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-file" do @@ -60,18 +60,18 @@ class Shodan < Formula end resource "tldextract" do - url "https://files.pythonhosted.org/packages/db/ed/c92a5d6edaafec52f388c2d2946b4664294299cebf52bb1ef9cbc44ae739/tldextract-5.1.2.tar.gz" - sha256 "c9e17f756f05afb5abac04fe8f766e7e70f9fe387adb1859f0f52408ee060200" + url "https://files.pythonhosted.org/packages/97/78/182641ea38e3cfd56e9c7b3c0d48a53d432eea755003aa544af96403d4ac/tldextract-5.3.0.tar.gz" + sha256 "b3d2b70a1594a0ecfa6967d57251527d58e00bb5a91a74387baa0d87a0678609" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "xlsxwriter" do - url "https://files.pythonhosted.org/packages/a6/c3/b36fa44a0610a0f65d2e65ba6a262cbe2554b819f1449731971f7c16ea3c/XlsxWriter-3.2.0.tar.gz" - sha256 "9977d0c661a72866a61f9f7a809e25ebbb0fb7036baa3b9fe74afcfca6b3cb8c" + url "https://files.pythonhosted.org/packages/a7/d1/e026d33dd5d552e5bf3a873dee54dad66b550230df8290d79394f09b2315/xlsxwriter-3.2.3.tar.gz" + sha256 "ad6fd41bdcf1b885876b1f6b7087560aecc9ae5a9cc2ba97dcac7ab2e210d3d5" end # Drop setuptools dep From 89fa3c459356610d950074cccf90def7083b27f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:14:36 +0000 Subject: [PATCH 06716/10074] shub: bump python resources --- Formula/s/shub.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/shub.rb b/Formula/s/shub.rb index 6509fc88c5c5b..fb42d870ea6f4 100644 --- a/Formula/s/shub.rb +++ b/Formula/s/shub.rb @@ -6,7 +6,7 @@ class Shub < Formula url "https://files.pythonhosted.org/packages/70/ad/b4fa99366cd3c8db8812438fb1e8b6f8a10b2935b0ee28ac238ade864a8f/shub-2.15.4.tar.gz" sha256 "abd656f488449a6f88084cfc6f0e5bf1e015377f9777a02f35ae5dd44179434a" license "BSD-3-Clause" - revision 4 + revision 5 head "https://github.com/scrapinghub/shub.git", branch: "master" bottle do @@ -29,8 +29,8 @@ class Shub < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "docker" do @@ -54,8 +54,8 @@ class Shub < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "retrying" do @@ -69,8 +69,8 @@ class Shub < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do From 461d0720514e6ced4f15dc10c5fbdccd77528c06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:15:02 +0000 Subject: [PATCH 06717/10074] sickchill: bump python resources --- Formula/s/sickchill.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/s/sickchill.rb b/Formula/s/sickchill.rb index 8cf3eab64fd61..b20902b8f398a 100644 --- a/Formula/s/sickchill.rb +++ b/Formula/s/sickchill.rb @@ -6,7 +6,7 @@ class Sickchill < Formula url "https://files.pythonhosted.org/packages/31/fc/337b2989dc67bbb505cea34a05c029cbba3056311177586835f704ddc13a/sickchill-2024.3.1.tar.gz" sha256 "e7079bb77b415eb6697a63d9018db1ad317d06ad285d0d77893747cbf000aa17" license "GPL-3.0-or-later" - revision 1 + revision 2 no_autobump! because: :requires_manual_review @@ -73,8 +73,8 @@ class Sickchill < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "configobj" do @@ -113,8 +113,8 @@ class Sickchill < Formula end resource "greenlet" do - url "https://files.pythonhosted.org/packages/34/c1/a82edae11d46c0d83481aacaa1e578fea21d94a1ef400afd734d47ad95ad/greenlet-3.2.2.tar.gz" - sha256 "ad053d34421a2debba45aa3cc39acf454acbcd025b3fc1a9f8a0dee237abd485" + url "https://files.pythonhosted.org/packages/c9/92/bb85bd6e80148a4d2e0c59f7c0c2891029f8fd510183afc7d8d2feeed9b6/greenlet-3.2.3.tar.gz" + sha256 "8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365" end resource "guessit" do @@ -263,8 +263,8 @@ class Sickchill < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -278,8 +278,8 @@ class Sickchill < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -323,8 +323,8 @@ class Sickchill < Formula end resource "tornado" do - url "https://files.pythonhosted.org/packages/63/c4/bb3bd68b1b3cd30abc6411469875e6d32004397ccc4a3230479f86f86a73/tornado-6.5.tar.gz" - sha256 "c70c0a26d5b2d85440e4debd14a8d0b463a0cf35d92d3af05f5f1ffa8675c826" + url "https://files.pythonhosted.org/packages/51/89/c72771c81d25d53fe33e3dca61c233b665b2780f21820ba6fd2c6793c12b/tornado-6.5.1.tar.gz" + sha256 "84ceece391e8eb9b2b95578db65e920d2a61070260594819589609ba9bc6308c" end resource "tus-py" do @@ -338,8 +338,8 @@ class Sickchill < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "unidecode" do From 41edde2a8913615e4bbf44f1a6c9a22da7866111 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:15:06 +0000 Subject: [PATCH 06718/10074] talhelper 3.0.29 --- Formula/t/talhelper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/talhelper.rb b/Formula/t/talhelper.rb index c67fd92334037..e4f5828c35f04 100644 --- a/Formula/t/talhelper.rb +++ b/Formula/t/talhelper.rb @@ -1,8 +1,8 @@ class Talhelper < Formula desc "Configuration helper for talos clusters" homepage "https://budimanjojo.github.io/talhelper/latest/" - url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.28.tar.gz" - sha256 "df17438fa988bc74eb90141ca2b8350dce30dee816af02dc7e57195efe43906f" + url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.29.tar.gz" + sha256 "e04b6740245a749f78f8927006e5e0ed389fec4f306e105127f3f0982ca09d33" license "BSD-3-Clause" head "https://github.com/budimanjojo/talhelper.git", branch: "master" From 11420eda7a63ee2cd1781b27d6d38b1212525ea1 Mon Sep 17 00:00:00 2001 From: Antoine Busch Date: Thu, 12 Jun 2025 18:46:43 +1000 Subject: [PATCH 06719/10074] jjui 0.8.10 --- Formula/j/jjui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jjui.rb b/Formula/j/jjui.rb index 1d8c62e807fd9..9819a67f2bda5 100644 --- a/Formula/j/jjui.rb +++ b/Formula/j/jjui.rb @@ -1,8 +1,8 @@ class Jjui < Formula desc "TUI for interacting with the Jujutsu version control system" homepage "https://github.com/idursun/jjui" - url "https://github.com/idursun/jjui/archive/refs/tags/v0.8.8.tar.gz" - sha256 "66963f2b091855d1e4116bdf45dbbde728ff6b2a65e4adb879e32249a3693242" + url "https://github.com/idursun/jjui/archive/refs/tags/v0.8.10.tar.gz" + sha256 "a4c9a20d781e42da4cb44dd198159fdadcabfa37e3caadc5521d3d03a89ea952" license "MIT" no_autobump! because: :requires_manual_review From 042e07f2aeb419fcf7722bb062b2dde5ccc378cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:57:27 +0000 Subject: [PATCH 06720/10074] platformio: update 6.1.18_2 bottle. --- Formula/p/platformio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/platformio.rb b/Formula/p/platformio.rb index 199d14593f32c..a337406af2992 100644 --- a/Formula/p/platformio.rb +++ b/Formula/p/platformio.rb @@ -10,7 +10,7 @@ class Platformio < Formula head "https://github.com/platformio/platformio-core.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, all: "965af2ec33c2097cf9d0a7d0e2b03c878cd95a4b19f542e390476b157ff2a040" + sha256 cellar: :any_skip_relocation, all: "62290c84ef5f14e288a403cf6dcb9ec9f0a3db069fc8c91bb1ce40ec24241d02" end depends_on "certifi" From 13c59226724d87b7c99bbaa793833fb5dc547b02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:57:31 +0000 Subject: [PATCH 06721/10074] pip-audit: update 2.9.0_1 bottle. --- Formula/p/pip-audit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pip-audit.rb b/Formula/p/pip-audit.rb index aa69809b4c2e9..2382bfa179e13 100644 --- a/Formula/p/pip-audit.rb +++ b/Formula/p/pip-audit.rb @@ -10,13 +10,13 @@ class PipAudit < Formula version_scheme 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c04dbedb66f03b3e026a1dab2241b9abe3da270eb3761bcdc786f009a42939b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2abb8a1c828c4ab0c6b7c866e35924b47511fe7bc875d8213a608273db2e2bf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7d5e88d4e1e7a949be3f0bdb4dea0e93e4615c94a5ecade03e3f572a31da02e3" - sha256 cellar: :any_skip_relocation, sonoma: "6e5b2763f263655dda4daf3f923df01cd742d5bc366c09b639d7f5d2be558c4e" - sha256 cellar: :any_skip_relocation, ventura: "8e3d3b324ce93a041a5add3ad843c5160dc4b711b76d54295230cd68f8552923" - sha256 cellar: :any_skip_relocation, arm64_linux: "13f470970241a4ce5afbaf95d36d6419713f986a13198d0861cbf26ad779018c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45a6780656c96bd9a25b4f5d68f9183dc1d705d4196ab79c9e4f8fccce251a5c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "774a9396e479c5d9a236e642341d1595af0a2538b87a82fdfac67a316a9c7100" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "10e21a12c817730ba86daf5ead9f2538540abfc7826d3138126b9115f284632f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b2ee149df4492435e17bb196aed824da03d611e685f3e482a5a33a9d74d34370" + sha256 cellar: :any_skip_relocation, sonoma: "7534f2c8397400dac6c05a77cc0f1a794581ffd85820a95c1248f0684b8d7aae" + sha256 cellar: :any_skip_relocation, ventura: "14a8c28719a87420661648ac55073b13567c2bdb482ab97ab5e915c557e61430" + sha256 cellar: :any_skip_relocation, arm64_linux: "df40614851ddf96234d4d295282f9a0982818784e2fab422d6571419279cdcaa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "157dc0649e3950d882be75a8d3e7d2250c0e687c78be6c2fd260733b08c0156b" end depends_on "certifi" From 95d9331243b950072c8cf975a5ab41bb50239f21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:58:22 +0000 Subject: [PATCH 06722/10074] pdm: update 2.24.2_1 bottle. --- Formula/p/pdm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 82e7a38cfa2ad..0508f1ac4aca4 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -10,13 +10,13 @@ class Pdm < Formula head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1ab08d63794b13b6806964c200441378201dea00cfa89d68c5624f81d860bb3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c85958fab0f122ffa3f05d36436d5368db94ddb92b8c259675957b71ad1fde9a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8169cd21d82838cff6da1c59f0070735764c7a4c7170d9196718e34cff44fa25" - sha256 cellar: :any_skip_relocation, sonoma: "71c18dadb57b9e384d1773abed1dc2226f4de410054c732802a9eb0c90dd150f" - sha256 cellar: :any_skip_relocation, ventura: "5196886d1dd030d3998852c87837f6d6e743cb3eefef01ac6f61a14fe999281c" - sha256 cellar: :any_skip_relocation, arm64_linux: "edf15b71c5d669646d5fc9ae155b0df2b8df1f2a0f2aab17afa9cf6971a46451" - sha256 cellar: :any_skip_relocation, x86_64_linux: "85f91d260cbe9660d1283ed4bb46371377058ab8f925d440246eb81f424d9ec1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad04c15a02f9aa4efd167658b0cd2122db6c406d276b42e8897a4c5551b06be7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "976a1cf61781b282c81e703154b792387dfa7bdff66dcb5f39d7dc6dc992e7a0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "51a500c9c003b7268d58ba2761eed13b7b0d95c00f5e9463a42a334ae230f571" + sha256 cellar: :any_skip_relocation, sonoma: "38319338f91ca8b905f984e62aa296c6007dd6abd273e4abb600f132a943b0ee" + sha256 cellar: :any_skip_relocation, ventura: "413a614d653916d235c55449355c4fce160c9d86fb93b5f6454a1912ea0b27d8" + sha256 cellar: :any_skip_relocation, arm64_linux: "591ed7efb5a9c560f75c668704c4424a6d4e3574b02348f2eb19cf92aaa573b4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4125382a825827845b393e205e3b0d5bab4a931426b4a6d0676e551018f07c3a" end depends_on "certifi" From 4bd8029727cb3468ebf7efcf08dbb80a94e140a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:58:28 +0000 Subject: [PATCH 06723/10074] redress: update 1.2.30 bottle. --- Formula/r/redress.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/redress.rb b/Formula/r/redress.rb index 92108d7c1c7c2..18e8df1b9ef50 100644 --- a/Formula/r/redress.rb +++ b/Formula/r/redress.rb @@ -12,12 +12,12 @@ class Redress < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ecf7ff0588ce317a4c5c6567ea8060ef8b6bfd14b9601b59f5c322c5b6f9271" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ecf7ff0588ce317a4c5c6567ea8060ef8b6bfd14b9601b59f5c322c5b6f9271" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9ecf7ff0588ce317a4c5c6567ea8060ef8b6bfd14b9601b59f5c322c5b6f9271" - sha256 cellar: :any_skip_relocation, sonoma: "3cb0db2ca2d38e25fcec093d719ac0c387005707a64e4fe6c23b52c2a1838c81" - sha256 cellar: :any_skip_relocation, ventura: "3cb0db2ca2d38e25fcec093d719ac0c387005707a64e4fe6c23b52c2a1838c81" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6a597c4564413657dbcdb4a66582c58747e4561c0e9b0ac60488feaaa03c2287" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1db042e76baaeab116e5abff0394860ee67427bc1e263e98ea051c0f7ca6edcb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1db042e76baaeab116e5abff0394860ee67427bc1e263e98ea051c0f7ca6edcb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1db042e76baaeab116e5abff0394860ee67427bc1e263e98ea051c0f7ca6edcb" + sha256 cellar: :any_skip_relocation, sonoma: "3537192e344b0dcbd28639e6bdd624ad2db78538aebf6cca885b697db3913c75" + sha256 cellar: :any_skip_relocation, ventura: "3537192e344b0dcbd28639e6bdd624ad2db78538aebf6cca885b697db3913c75" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6581e480f4d73a96d64b16e34eba41bbda3a64d9cea44bdd8cbdff75385bccb5" end depends_on "go" => :build From c83a94e73b06fefb7d8f4a6197523ad81f8f4906 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:58:30 +0000 Subject: [PATCH 06724/10074] pass-import: update 3.5_4 bottle. --- Formula/p/pass-import.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/p/pass-import.rb b/Formula/p/pass-import.rb index d51b7b7d256cc..4dccbf626ee20 100644 --- a/Formula/p/pass-import.rb +++ b/Formula/p/pass-import.rb @@ -12,14 +12,13 @@ class PassImport < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "e2263e0d94a2fd744c5748f9cd6a3966fc11ae33deca1ffb34e5997b47c2dafc" - sha256 cellar: :any, arm64_sonoma: "bf43aba56684c5ae1ff7be2b57090632c4a0a14dc7ae95223dbc89fe3e87b6e5" - sha256 cellar: :any, arm64_ventura: "590406753c0fe6cb030055867702051112366e5f7d199f9341f860222b544513" - sha256 cellar: :any, sonoma: "175a6f288828c380052249095a738b05c5e81741ab3061ba975494433827aee1" - sha256 cellar: :any, ventura: "475bc32225a5f5b3edc4339b83e0a69b68a4156ea3e3bf7f2c994249a40fd817" - sha256 cellar: :any_skip_relocation, arm64_linux: "7bf7123a1879198f333664b612cb03ea9c7620ca00f41961b2fe6bb42b59127a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "27a3f4f49b185cb3996cf80ee3026d58dec59e21da067caddf3832189d31c39f" + sha256 cellar: :any, arm64_sequoia: "db18ad714373d6ea334b5c030d8854f69ae5e2d4cbce1a55366fbf788001386c" + sha256 cellar: :any, arm64_sonoma: "2ecbea7df07231767591b191ab87d5e2adb3dbd072213c656ad53ef9c2f22dc3" + sha256 cellar: :any, arm64_ventura: "f084d9c0dff2280645aa06b71b8c3143dbfa19d1821f9f7710e02aa88048c55b" + sha256 cellar: :any, sonoma: "dec4ea452903371dbfe29baee36e7cea3cb881a3c6727ace07ab4cf4c0da36a7" + sha256 cellar: :any, ventura: "940425c033875623552ae751a1e1a80af81e49a0ed9cdbb6b8193839f4ecb7bf" + sha256 cellar: :any_skip_relocation, arm64_linux: "607eb970dc38629e48c517360413de962f13c0605cb8273f131cf13290a69c9f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c85d9db2b932d531631b838650455d9004fd86d21e71879a88c06e1b0b3567e5" end depends_on "certifi" From c000fe5a18aefba91f63bf3753fbf68a1cfd1a1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:58:33 +0000 Subject: [PATCH 06725/10074] parsedmarc: update 8.18.5_1 bottle. --- Formula/p/parsedmarc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/parsedmarc.rb b/Formula/p/parsedmarc.rb index e73424c2a7f0b..9d42ebbf53b71 100644 --- a/Formula/p/parsedmarc.rb +++ b/Formula/p/parsedmarc.rb @@ -10,13 +10,13 @@ class Parsedmarc < Formula head "https://github.com/domainaware/parsedmarc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f982907b881b8dc1c9b7632339be75045a928880d4b28c8396ca47253bd165b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "38a918a27fa7b4da46ed5875f654900cdcda7c4fbfc81498152cf5d63447e8b6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7d705fb29fa4f57b621a3fbb1e4f192db3a85b8a87b8a2dfcaf0117504128678" - sha256 cellar: :any_skip_relocation, sonoma: "3cb6b7f8b430ff93784148d6e9704a066d986abdf7306f5c0a41d0367e5b9392" - sha256 cellar: :any_skip_relocation, ventura: "e866160ec50800b0143faf8f5422bbf66b50ec43b59cd0a2561bdd64dc4df077" - sha256 cellar: :any_skip_relocation, arm64_linux: "20019577af4d115cea8c8a36708704ad8330955ce6e2dd2e93dde944c389c255" - sha256 cellar: :any_skip_relocation, x86_64_linux: "01bd2d65c27f817b71947502e2920070c19af90eb6727008639a7def148c1c53" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce77713c1fcf478eda6ac079ebd5e9699ef784fda794f91560d984b0962611b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "504f8b18487913a6aff839f9d7dbfa0190c7917a86c52d692ebf62eb7735e5b7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0bb5d30a17ec22f8d076ca13b8d5eb858332c806e1edfa6e146f45b491f9dfc1" + sha256 cellar: :any_skip_relocation, sonoma: "ae74d023e1cd8d920e14f687b81aac7573da60761d83cff75f0af0024b9335be" + sha256 cellar: :any_skip_relocation, ventura: "31e04fcbc27f1e2c9d72a3bfb57dbf8afe3ffea4bc3b4964d67eeca3d50f22b0" + sha256 cellar: :any_skip_relocation, arm64_linux: "1784f6f61c7577487a1d2bdfaf4178597867ec30491460e3a906bf62569ac4f8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b96e2c97ab11185b162ce720e985ba099be74eaad48788ed62ef89533c3602b0" end depends_on "certifi" From 5c589db9ef0623efad7d729f404bf37779aff925 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:58:51 +0000 Subject: [PATCH 06726/10074] pocsuite3: update 2.1.0_1 bottle. --- Formula/p/pocsuite3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pocsuite3.rb b/Formula/p/pocsuite3.rb index a3e4d1d145d33..775341270c4da 100644 --- a/Formula/p/pocsuite3.rb +++ b/Formula/p/pocsuite3.rb @@ -10,13 +10,13 @@ class Pocsuite3 < Formula head "https://github.com/knownsec/pocsuite3.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "6fcd0d853a1ebac12792c165de9f44d70b817ebb9daa50f2a54dac46d1144d1c" - sha256 cellar: :any, arm64_sonoma: "1bb0ed43b2e6fb1cb4d7151cf565025cb522538279397685b6deb04fd6f6f3d3" - sha256 cellar: :any, arm64_ventura: "1024b8dd052d7fe620044a0b586b68d30b9a47458befc5505fabc3763ef0b781" - sha256 cellar: :any, sonoma: "8ff6c043f358751b8ec87f4e31e809e2d327c8106d1af9902300467ebb1b23ee" - sha256 cellar: :any, ventura: "d28d2d073a6750baab12d7c6634ab49414285ff0514431fbdd03be91b92c1ada" - sha256 cellar: :any_skip_relocation, arm64_linux: "ce20d9a3bde0fcfe61f007f09c4bbbfa53264182dc810ca4d9759ab1c0e82cd4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ac20fffbe19b7f2cc52fe4f16c89dd193023686dc2857957720816bb8d81486c" + sha256 cellar: :any, arm64_sequoia: "cd0daf3ae9a8f4d47ae60636e53445a4e41e7ce878017327edefe373f351405e" + sha256 cellar: :any, arm64_sonoma: "1e07cc06cc17a60cde12e817a6ed6eed272649f19b53482f88b3955d39fa7426" + sha256 cellar: :any, arm64_ventura: "da194c7ff025ec83b890645afa45c9699d36f8fab95f5e953f272de31550738a" + sha256 cellar: :any, sonoma: "7359318dc73592450615c6fce4cad6515515f9ca9f1f3819ed016d798769793d" + sha256 cellar: :any, ventura: "a6bb536340334ddcd7e5078fe3fae72f604182cf1344c9e231e1a4c744443b80" + sha256 cellar: :any_skip_relocation, arm64_linux: "7df29aaf2e850fd4d587b98b73f80cca8ba82186ec0b1ad844ff86a132346d52" + sha256 cellar: :any_skip_relocation, x86_64_linux: "538d485d1d105bb71f05a725dace8e53f57fa8c85cc0ab10b43fef1639ecdec0" end depends_on "pkgconf" => :build From 3d6a9fd121c2f0a78f90620765babf7d46bbdd74 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:59:09 +0000 Subject: [PATCH 06727/10074] policy_sentry: update 0.14.0_1 bottle. --- Formula/p/policy_sentry.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/p/policy_sentry.rb b/Formula/p/policy_sentry.rb index bbc15275e5aeb..358b8dd04a4d7 100644 --- a/Formula/p/policy_sentry.rb +++ b/Formula/p/policy_sentry.rb @@ -10,14 +10,13 @@ class PolicySentry < Formula head "https://github.com/salesforce/policy_sentry.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "860c76164176b1eeff4f588f406f401dde52783bd361ba984510b6ce91f0b5a8" - sha256 cellar: :any, arm64_sonoma: "3555491fe5d02633cf2a50f65547fc2fb80525c56a3ef99a95d626832a6cb6f8" - sha256 cellar: :any, arm64_ventura: "aaa2e1c8171a28f5d2f86cb44d7c040edcfc7902da1f7e089aaeeb47829e12e2" - sha256 cellar: :any, sonoma: "bcca67ecf36d4e7fbac2f7e820d8200cb51530e3e40c0f13fff17b96d31d232a" - sha256 cellar: :any, ventura: "9242e399c04dc2bdd00852dc63f5310ef080a7cb43b25f5f2783754a770be818" - sha256 cellar: :any_skip_relocation, arm64_linux: "c392a8829cfe475ad49180103fec41f2c113845605080cc2de5fa4c2b13d044b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7c73b7b5dea54f6d5e0902da6190458092be9a7e5652d76baf2c9fe654e76417" + sha256 cellar: :any, arm64_sequoia: "46b843bf087131b63755a97e8c63205c4cd5e7beb16715b5c21a878b4c0c23d2" + sha256 cellar: :any, arm64_sonoma: "d875fc4b379c60174e3f4ed246d9bc67bc1057ea1a2f9dc0c0cd81fc5f90eb12" + sha256 cellar: :any, arm64_ventura: "81bcf9bc3681e0dd59addfccfd5a6574e0b75d061e9fa59dfeb8fb180fc91d58" + sha256 cellar: :any, sonoma: "c0e378611ba7ec8dc6bd38f849989f6ea05fa74bc481738e30af78f9f469ca50" + sha256 cellar: :any, ventura: "b011280dfa732d387a00809aacd2056767c782f6657bf6eede023d3b2814a946" + sha256 cellar: :any_skip_relocation, arm64_linux: "a6d0a280944eaeef9e022ca9c285848f3ee805b323a0979f665f760075fe5b1e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d57d65a28701c75b73bc65d8e8f02ca9cf311ddef4f88576c22216140697df5b" end depends_on "rust" => :build # for orjson From 08f447248dcda83dce07a1c05973fd10382fdb2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:59:31 +0000 Subject: [PATCH 06728/10074] jackett: update 0.22.2011 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 9e86b128e3fdc..07eec9166bc99 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "8b45f2a7be7183916b162484913fa6a1cb9d8b1b95eee8d567f2c178e66fdcf6" - sha256 cellar: :any, arm64_sonoma: "d9a3647c77064b7b86b992327c52672abed7924024ea42cfc3728d8688d2f187" - sha256 cellar: :any, arm64_ventura: "84c6f6d091b771b2c8099ff912bbd3f2c52977a7a3b38fb4537cb73ef5ddceeb" - sha256 cellar: :any, ventura: "aa38d9a02928752b32585ea16d8961be6980f49ea2388126f091f6f02285c690" - sha256 cellar: :any_skip_relocation, arm64_linux: "680ed413e8836a0a01b0650dfb21638be583f488ed5fdde65b638cdb9793fa8b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "55a237a76c27b982a945165db0019fae5ba6abc02377f3b92f8291ee0612a7b6" + sha256 cellar: :any, arm64_sequoia: "3f36312d5c30bbe466a8961bbafac38d3bdf025072e3c72f5342ad3eb6548b7c" + sha256 cellar: :any, arm64_sonoma: "c3808da17a6e58f28e0315c8f4ff59daeda380fb6f8012d333f6458b824fc2da" + sha256 cellar: :any, arm64_ventura: "8ac590478260c26d075be56099d4f6becb2613eee42ef1c96c415ed37d726011" + sha256 cellar: :any, ventura: "8d5c440eef6879f63efef49a7fb6e4a144a35277099fc161d1887eac2b18f9d4" + sha256 cellar: :any_skip_relocation, arm64_linux: "098c4f1ac41254fb4aff5712579efc9fe7196fbf988b06971e8d05b3c9e3d21d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e699703141f7da6026d4bec97c9d73a5f48eb8503d8838ddb7eb77df1b5e89c7" end depends_on "dotnet@8" From c9bb97c584bc0d9ee334816986af533595e6c5fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:59:44 +0000 Subject: [PATCH 06729/10074] kubekey: update 3.1.10 bottle. --- Formula/k/kubekey.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubekey.rb b/Formula/k/kubekey.rb index fed2f2eb0348e..2d17db6e86a11 100644 --- a/Formula/k/kubekey.rb +++ b/Formula/k/kubekey.rb @@ -16,13 +16,13 @@ class Kubekey < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "34911d6cbc0a8ef3df9777103ce7ff8a54a192be3952649950df9562ac3463c5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "33571c95cfcc2aa8faae95c7b02686b500dd8b7aa424a2f60641a190e615225f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d89ea31c4a8a5ebc0c335e22a644244dfd3ba027233d092d9428dfc2d33f8175" - sha256 cellar: :any_skip_relocation, sonoma: "2606d1eeaa6809dd66d79e638a298986c2c4c7c2f914006439ecac3c9170342f" - sha256 cellar: :any_skip_relocation, ventura: "8b753f7e1ebc78e9104e3e35e96ce7aae18fa02cabe3f2d42cd85c60b7aece09" - sha256 cellar: :any_skip_relocation, arm64_linux: "411ac990cce752ae9a7e6182c8410bcea94369f756daa026907194848c07e393" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e24a6c088935ac2fcf1028ea3bdf7ee4ee2672585a1a5c1105ad67aaf2819c91" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8eb07536020c35c08b9c3c8e2e479a98860d19818f84ee0d4ec83aba64719486" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5dad9250063d8f04935e649383714f46644ee5e87f729120174add2277275af1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c341287bdc7285f60693d50d01ae45071920ebf615478a4de70ac5670aba472a" + sha256 cellar: :any_skip_relocation, sonoma: "7e8c0998ad6da1eb3e8be84c1daadbc8ca6a117f8c7d8ca88426903e56596fc2" + sha256 cellar: :any_skip_relocation, ventura: "a7ce5d7d44e57ef773180018038a072c21a27e6bd9476a65ecbb8be9984ed273" + sha256 cellar: :any_skip_relocation, arm64_linux: "1dd737394f7d4cf1284ff1ab707503e73d875cfe0863877f4d14a46a480da7c2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7e68af1256d23f755f6d7409e05288c1ac654ceef987c4afa13ec5bb6b53eebf" end depends_on "go" => :build From 3136666f4cb0b073cc61df8c38dfb0368e9f290c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:00:03 +0000 Subject: [PATCH 06730/10074] libsais: update 2.10.2 bottle. --- Formula/lib/libsais.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libsais.rb b/Formula/lib/libsais.rb index 6e31c42f23fe3..f5ece73e7f008 100644 --- a/Formula/lib/libsais.rb +++ b/Formula/lib/libsais.rb @@ -7,13 +7,13 @@ class Libsais < Formula head "https://github.com/IlyaGrebnov/libsais.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "54b8afff60b856c0884c71de1dd1f1e6409a55b2be1d49b8b673dad9e47b2510" - sha256 cellar: :any, arm64_sonoma: "c5d9e7b22a085837f05ad3b29b6e20fca750f0c5fc3028c4fc5a672fb68eeb7c" - sha256 cellar: :any, arm64_ventura: "399524c4f5c23885e1115134517a85c32e91a66eb6b174323a05eb3fe4ec81af" - sha256 cellar: :any, sonoma: "9f96dfbd1f3c5e47135ffc73fe8ad7b078fe1e288d789c85cb61253cd51c529d" - sha256 cellar: :any, ventura: "9a8a3785b9eb046ff961db993c3b5c2e8a038ce933c0df45721f4cf689bfe80e" - sha256 cellar: :any_skip_relocation, arm64_linux: "c94849ebbeaf7ca8e3b06c9bd5be34a8e5f1fba3c41c78014744c72527b20e96" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ec6cd3dd97d73a21ed12b1305f8a8ec133a583088413f62bad03c3fb3908c794" + sha256 cellar: :any, arm64_sequoia: "24e0138a72b0551c4a633bf1b34bed2a773e603b95defd3be3fd225e7572deb1" + sha256 cellar: :any, arm64_sonoma: "b4283b63c321ef2efbcb9a3703fab30837360f54bf92219e863936d614df4459" + sha256 cellar: :any, arm64_ventura: "a3e8d6f28e94395514fd9f30fc7ef7a042c8a933f4180f68c8ac573a460af39b" + sha256 cellar: :any, sonoma: "688abc5b6b6374e442e89245171e0ac4676d268ae7d7228244663922bf23fa67" + sha256 cellar: :any, ventura: "efb06331a19187eb98179aa383d205a7306a5c63a2006d5ed47b767152d1cb6c" + sha256 cellar: :any_skip_relocation, arm64_linux: "1030cbb309e1a1f54b884da2c30f583ae360c56893033af154dae63bc0701e9b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "99a4ec63949f7081d893f88105fb0a7816aacfc982b7478bd38240b5bb05ce75" end depends_on "cmake" => :build From 07595ca3f2aacaab9d045d14786c8684a54907f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:00:23 +0000 Subject: [PATCH 06731/10074] kubetail: update 0.7.1 bottle. --- Formula/k/kubetail.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubetail.rb b/Formula/k/kubetail.rb index 0041a8f061149..195398e3285bb 100644 --- a/Formula/k/kubetail.rb +++ b/Formula/k/kubetail.rb @@ -12,13 +12,13 @@ class Kubetail < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f30c0148c83be700d8d82c10422a7a01ceb4148b90a867436c5eda764b5dd1b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf08fd7fb57ed8e43ff0a76f3b6032c74e0f55d97f403e8db74ca475c1f503bc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fc7351c16e403a408ecb8f137504524d66f3f1b43335ac742a20cd9e006da3f8" - sha256 cellar: :any_skip_relocation, sonoma: "5ea4dbac2591147866dfcd26342454b0b5bdea06b3b7ab8ae4e894e3f9d8f57f" - sha256 cellar: :any_skip_relocation, ventura: "8eed5c77f59b577fbd63c12e6807a34eb443d7047772b67d1bd7c5f16b4695f9" - sha256 cellar: :any_skip_relocation, arm64_linux: "07b798367f616f1bd21e52aac26f89cc8beed76f34c3ce23081ec7418aaf3c61" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b0b4b6a4a4e58f0725f4effc6c223d184b9d68c495af22db1aa6a48a6f0d204" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c338f3c7e5fed09e3db7489f3555c51fb861452a28c512c257b159aa6d9ec4f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "617a3aeb4099ef80e057ccedbe8b63c22d3c2ab7d25241f02c894b0a11bbf96e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2858da571ef39c552ee135be646bbe7267b5ef494a0338ad8c14edbe4f73f765" + sha256 cellar: :any_skip_relocation, sonoma: "55903cc3751b9f9f6073c2c60df88f93298ed53b6fcb6629aaf757aca0c6ce50" + sha256 cellar: :any_skip_relocation, ventura: "26c7dae28f2d15ef246e1bbdee90c87a17efd8efa29072b9f149d96133328efc" + sha256 cellar: :any_skip_relocation, arm64_linux: "27d013b7e7de1424bbd75a0b822889fa66bb0519ce428b70789a4f96d52ab7ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "21eb3bc4ced2bbf5d8e21715ac7e0e35b578b0d86127dd2fc8aec157ea4cdbf5" end depends_on "go" => :build From 732ae42e1060fc8752c155844917570ad88c71dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:00:24 +0000 Subject: [PATCH 06732/10074] nano: update 8.5 bottle. --- Formula/n/nano.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nano.rb b/Formula/n/nano.rb index 2336edeb080e3..b5b5fd0b38bce 100644 --- a/Formula/n/nano.rb +++ b/Formula/n/nano.rb @@ -11,13 +11,13 @@ class Nano < Formula end bottle do - sha256 arm64_sequoia: "d2f5ea1b33cec52869da9ca76f2965254dc1b85fcf496d5754353ccadafc4bbd" - sha256 arm64_sonoma: "f17394e1f1723dea883838a5ffe80ca4d2936d90aec0ae978e1b170b99153286" - sha256 arm64_ventura: "ccc99590f0bb5322c290c25da9df6ee50afeabcc7b46a0c5307ab46826363232" - sha256 sonoma: "8b32bd52654b34f36b0467c708682bc36e9ab88f136fc03c0ad420c757295b77" - sha256 ventura: "861c213bcbcfda215fd4e12957b8f06f2bb18e6b5f5f75e0b3e86e4f9dff9e67" - sha256 arm64_linux: "8eb34575f7aa47e1076a9c9225bd9997171f4a6db9961c5064bdcf7c993653f8" - sha256 x86_64_linux: "3fcf803e2e1e8b8b732f97bc45d1df1ce043f1a5cc3023194195dc53ac415627" + sha256 arm64_sequoia: "a2c6f7d2abf651c5e9fa12e464738db4d7cf3ed3ada7d9ad0a13a2d9fce66b39" + sha256 arm64_sonoma: "dbbdc447e9a165a723e5f2395804c8fd824bea746527e34fde490d0a87b29bca" + sha256 arm64_ventura: "c24147006511132f233eaa658ae8a61e66ca4acddf7714b63685ac49256f5940" + sha256 sonoma: "3eeade09e4f74e9bd34d74fa7fbc6e761a342bc2035e659bce0dff2b36426c5d" + sha256 ventura: "cdfadb0cfa473d0c65b40f2436af6a917f0c8c02014b329b685e2adfd16a0c8c" + sha256 arm64_linux: "e710f0ffc9b17c3ab17a5feef2ba81f66adf0f2c93847c70bcb880f720578c2a" + sha256 x86_64_linux: "3182fc3818321fe0b974a25b53684f4209fb8711498ebbda81bd9739affce571" end depends_on "pkgconf" => :build From 9437c52a3806393b5ee91ffee3406ae0a643e27d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:01:31 +0000 Subject: [PATCH 06733/10074] oxlint: update 1.1.0 bottle. --- Formula/o/oxlint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 4538933580543..f5ad70654e160 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -12,13 +12,13 @@ class Oxlint < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c662f312c988d44a7bd005c48665784ad8b5c0bb159010c58562c63badf915b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8411e66c3098c1f8939e66da5bba413d4c4cf35c6e75816fd0a00eb6684328b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2572e075f820566e739c4d7b7174af2a1367840063588c12e6bf0142fff47c64" - sha256 cellar: :any_skip_relocation, sonoma: "10437d4294ce46d694126b85aa58cf12231762b9702b8e745ebefa41840d8fa4" - sha256 cellar: :any_skip_relocation, ventura: "ac333eae5ee00a5cf0caaa8d139747c7612c6e6b5d8a63c925be7a8e38ad0baa" - sha256 cellar: :any_skip_relocation, arm64_linux: "92f4a796f2969c911f7015834b0e86ee62acf6b6f093b6282259a955243b18a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7433e43a3ad3296aceab55295cdad32b0c037df7daa4542cc5590bea89e2fb7a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4dc6f91e8c96ad5058714b7cf802bd88d3d3442bb071466f6dbf7728001e992" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "69ca54f7eb3c9e5dbf2962504483b6c388069ef1974489a9190fff284182a7e5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "297b62f17cfa4fd881c52409d4b57fb049c53d3b418862e68c1348f2b73bbc17" + sha256 cellar: :any_skip_relocation, sonoma: "cb0a53d02e19f8edadbd577fe4dcc2edeaa10ad89422b82e4e04b1d58c5dc473" + sha256 cellar: :any_skip_relocation, ventura: "a0f5db2ae9f7e264e82095e3bdf8cdaa353b0f7c01566f242aff78bd043a8cce" + sha256 cellar: :any_skip_relocation, arm64_linux: "59f2b401b276ef5c5ba756c8f057e01c50ad02bbc1f9e29aab5895aaf72e1d91" + sha256 cellar: :any_skip_relocation, x86_64_linux: "75d65ba9816e3e658b4d8666bdbd6944a5ba1cd30770a4682ee1df48144b1a12" end depends_on "rust" => :build From c937f2c37da307667372e4612fc98c029298eab1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:02:07 +0000 Subject: [PATCH 06734/10074] osc-cli: update 1.11.0_8 bottle. --- Formula/o/osc-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/osc-cli.rb b/Formula/o/osc-cli.rb index 1bcc4aa1374b3..1991e195f62e8 100644 --- a/Formula/o/osc-cli.rb +++ b/Formula/o/osc-cli.rb @@ -11,13 +11,13 @@ class OscCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5480ac70e1c6e5fc2704d8fbcfe1d58ccb068e67ac464b2181701b12314386d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5480ac70e1c6e5fc2704d8fbcfe1d58ccb068e67ac464b2181701b12314386d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b5480ac70e1c6e5fc2704d8fbcfe1d58ccb068e67ac464b2181701b12314386d" - sha256 cellar: :any_skip_relocation, sonoma: "668ded3aba21a8525fc876113e89ed7c0091d2bf83a94564f1710d49d25ef593" - sha256 cellar: :any_skip_relocation, ventura: "668ded3aba21a8525fc876113e89ed7c0091d2bf83a94564f1710d49d25ef593" - sha256 cellar: :any_skip_relocation, arm64_linux: "3866b920f7dd7f489bfa721df763810338597bbd0eb747796f65fa9ffaca744b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3866b920f7dd7f489bfa721df763810338597bbd0eb747796f65fa9ffaca744b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbdb9054c1453179f2d263b5982582ba142a6656a822bc085241b02f3fd1265c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbdb9054c1453179f2d263b5982582ba142a6656a822bc085241b02f3fd1265c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dbdb9054c1453179f2d263b5982582ba142a6656a822bc085241b02f3fd1265c" + sha256 cellar: :any_skip_relocation, sonoma: "1560352637ab7bd7d48dfd9efabdb2fa508adc081d707416a48b4c2096fcb54f" + sha256 cellar: :any_skip_relocation, ventura: "1560352637ab7bd7d48dfd9efabdb2fa508adc081d707416a48b4c2096fcb54f" + sha256 cellar: :any_skip_relocation, arm64_linux: "8caa74902e4f0660499891159a7fc666c224a312bee83ced94ac3b9379588e18" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8caa74902e4f0660499891159a7fc666c224a312bee83ced94ac3b9379588e18" end depends_on "certifi" From c5b7b170d7ef6efdde6ac03363550ab3578619d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:05:11 +0000 Subject: [PATCH 06735/10074] rich-cli: update 1.8.0_7 bottle. --- Formula/r/rich-cli.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/r/rich-cli.rb b/Formula/r/rich-cli.rb index 2c550daa799b6..71b1601365044 100644 --- a/Formula/r/rich-cli.rb +++ b/Formula/r/rich-cli.rb @@ -11,8 +11,7 @@ class RichCli < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "c3304709ad3006fba00a93e4be5df3a01915f2e1ce0139f10a75f2b1c948e176" + sha256 cellar: :any_skip_relocation, all: "52c721e712da1c8e97a183ceef13a252d413dc8e33dd7b69616a7271ff086b1a" end depends_on "certifi" From d0728c91658e43568bc0c23302080e0c163cdf93 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:05:24 +0000 Subject: [PATCH 06736/10074] pwntools: update 4.14.1_1 bottle. --- Formula/p/pwntools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pwntools.rb b/Formula/p/pwntools.rb index 0d269e1c23a75..a8d7bb9cbe1a9 100644 --- a/Formula/p/pwntools.rb +++ b/Formula/p/pwntools.rb @@ -10,13 +10,13 @@ class Pwntools < Formula head "https://github.com/Gallopsled/pwntools.git", branch: "dev" bottle do - sha256 cellar: :any, arm64_sequoia: "8aeabb1da2e073cf98271f5aa6a77bb53f87bd9f6836e87447034d393cc7d443" - sha256 cellar: :any, arm64_sonoma: "bc82947f0006968034657b332a60d3be80385ddd7eb6938fd521b991166ad308" - sha256 cellar: :any, arm64_ventura: "9238f6ca15b8daaad7b7dbc9c45a0edb8491a76bfba181ee972ff865b174dc21" - sha256 cellar: :any, sonoma: "a76835ebbd1f3cfbdab68b4d817a0f6e2f46ac93cff1cb5157d1d2ba1c74acb9" - sha256 cellar: :any, ventura: "f4964b88b6888cbc13b888e4526bfb7f70a97ce0d7461b4ff1ce5acd166e68c0" - sha256 cellar: :any_skip_relocation, arm64_linux: "a4e1fbf0fcf71e6138c8f49f16cbd4d7d9784a4d91609dd73a5d2b6c016da0aa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "932c911b364f5c269486b75ed63bb5a635de5ea626a868f89a2c480134ed3a8c" + sha256 cellar: :any, arm64_sequoia: "5ae3380e9dd319159411c2f804051c4115c4e64156391f5f66110bc412ff5623" + sha256 cellar: :any, arm64_sonoma: "c75dc71087b673c5895939985484f650c0804333bc2c1d5cddc1b0f6c13d4ec2" + sha256 cellar: :any, arm64_ventura: "89837bc4a60e49ce281d66c1351ed2950525489175305ffa3b2de26b1c5d9bfa" + sha256 cellar: :any, sonoma: "f0d07e2ecb215b0ea92aa230c68658329fd793280c84adb586517cd564efbda7" + sha256 cellar: :any, ventura: "1d486b79e49e49b319d570d5398afd55e581c4bb7823192191b938efda6f4819" + sha256 cellar: :any_skip_relocation, arm64_linux: "411119be95e13389ba0ad1dbbadd7d0746172ff7048680f55ebcd2e01155c281" + sha256 cellar: :any_skip_relocation, x86_64_linux: "13ba48bc33570e2ad320f39477f847474e16f8ae5186c9b5de5b34c7a8de6fc1" end depends_on "rust" => :build # for bcrypt From 087f1b17c1c433cb4dc1ff8dd3989daf565e64c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:34:52 +0000 Subject: [PATCH 06737/10074] safety: update 3.5.2_1 bottle. --- Formula/s/safety.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/safety.rb b/Formula/s/safety.rb index 2fb71a39443f6..eb53fde8742fb 100644 --- a/Formula/s/safety.rb +++ b/Formula/s/safety.rb @@ -10,13 +10,13 @@ class Safety < Formula head "https://github.com/pyupio/safety.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "1d0e5731b21c58284a55a652750d12603421867d720818c0854ebe8a3e1f432a" - sha256 cellar: :any, arm64_sonoma: "7e4ea353d2ba2016684fdff35e97df2f60a7d583a458ec2e47452675d461b984" - sha256 cellar: :any, arm64_ventura: "5f2b40a1440c1bff0b4f6e3301d7036148e41455eafbb895c4d58c47478fb612" - sha256 cellar: :any, sonoma: "16f697afbf27a08a827e462cd7f954bc998f050b5fa2d0d321c52a837a9c7419" - sha256 cellar: :any, ventura: "d02b818076f9d8b6670d1ddc99dea1a573f33827d122b08e514a7351153af7ca" - sha256 cellar: :any_skip_relocation, arm64_linux: "f161fc7e46aeb62ed37f235058940e887997932d2347eb608af61b5c014b4975" - sha256 cellar: :any_skip_relocation, x86_64_linux: "39957974feb82bd11b07f278268289411d6cd516ed08157b5534361b5dbf8f95" + sha256 cellar: :any, arm64_sequoia: "d2114f59b289d8fe2b13aa0f471f0d6347d16be40959ea31e65d6a127f177833" + sha256 cellar: :any, arm64_sonoma: "bb885994626f605de592f48f8165c4400b75262cae32357ead5d4fc5fc5e093a" + sha256 cellar: :any, arm64_ventura: "e789cd397c3306ffb8e4112d9453a9dd539a03303b5ae9f3899bb696e3dab957" + sha256 cellar: :any, sonoma: "75b352fb42a98c16fde56725fae800d6715e18f4cea1b1b0a155075f488d5266" + sha256 cellar: :any, ventura: "0819c3fbacd956059e339699005719ea8600d8f61f8d5cedcab687ebade17e1a" + sha256 cellar: :any_skip_relocation, arm64_linux: "28c98f5db9c2be18d20f64fb9d6f259d8fbe7426642d101f7bb179bf18c65b3b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6077f71360aa94cc9a7a89629ec2a8af3c0e219d9fd37ce6151b6013a2fc694" end depends_on "cmake" => :build From aec8bc878c416bed222355e470bffbfe88e87f40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:35:01 +0000 Subject: [PATCH 06738/10074] sceptre: update 4.5.3_2 bottle. --- Formula/s/sceptre.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sceptre.rb b/Formula/s/sceptre.rb index ee948cc24a20b..1a485905e2bda 100644 --- a/Formula/s/sceptre.rb +++ b/Formula/s/sceptre.rb @@ -9,13 +9,13 @@ class Sceptre < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "23fe98f470d8e14a16542b632411a77e52f59fd04e33c758b69873a9f9e5a09d" - sha256 cellar: :any, arm64_sonoma: "5a9eb32d5ee2dacc09eb40ac27cb6d2f9ce4ab2e7a9c40444224d96ae83e66f4" - sha256 cellar: :any, arm64_ventura: "612280689e0d1e55ed3c2f27bfd287c1c61a83c522a9807134de85b518390a45" - sha256 cellar: :any, sonoma: "c7b7d4ab77f271dab0215ba2ce7a755dd49edd16197faf42ad0b6c7a9c715898" - sha256 cellar: :any, ventura: "a21bc3f85b78e55840e11d2b7e0b65083f24810a73a5160f4db974bb7df54c3c" - sha256 cellar: :any_skip_relocation, arm64_linux: "5c2a3aa0db967faf537581b7254667ce718421112945464499a58afb75dfec49" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ead5d800643dbfd0d7209fed19bcaacd1f6336f8c47844c7029e380f38af9e2" + sha256 cellar: :any, arm64_sequoia: "b7c2edd747ed4d1fffae9f2d1a41071484f4a25110728b68df2c6813451699ec" + sha256 cellar: :any, arm64_sonoma: "b53524bd9d737b5f9c393ce64110a807588998d4ebb148cf622011d5233e0d28" + sha256 cellar: :any, arm64_ventura: "d05bcad2ed840722d9b47cd54a441b04f681818e6ee633b09cb772fca86534e4" + sha256 cellar: :any, sonoma: "1f336324ad0541255abb4bda35fd9f2fbe7318001c9161defad4991346d71b39" + sha256 cellar: :any, ventura: "249ba8062c103c5baa8737d7670c344e6a0229d7a883c3bba5ae6f5838816efa" + sha256 cellar: :any_skip_relocation, arm64_linux: "0c562a5d71aa51017c9f1862a5a406bf7a345a5ad310563bd87a3ffa59719de3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e8715ee30054e456e204cea8c089e095ae24f8c66db45a38aaded9242fe26210" end depends_on "certifi" From 8440b507f01289a7c879e51e142fe715dbcbeb11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:38:46 +0000 Subject: [PATCH 06739/10074] search-that-hash: update 0.2.8_10 bottle. --- Formula/s/search-that-hash.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/s/search-that-hash.rb b/Formula/s/search-that-hash.rb index 5933c2c67a102..fa681053360a8 100644 --- a/Formula/s/search-that-hash.rb +++ b/Formula/s/search-that-hash.rb @@ -12,14 +12,13 @@ class SearchThatHash < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b3e204dce24083c6713bca5a0dde2d0f0e627f787758e6b8e01803891c54b7b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b3e204dce24083c6713bca5a0dde2d0f0e627f787758e6b8e01803891c54b7b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5b3e204dce24083c6713bca5a0dde2d0f0e627f787758e6b8e01803891c54b7b" - sha256 cellar: :any_skip_relocation, sonoma: "c9af91650d9b60953e3f937017b8ed2384827bee26fe9800c13bca2bc6ea4124" - sha256 cellar: :any_skip_relocation, ventura: "c9af91650d9b60953e3f937017b8ed2384827bee26fe9800c13bca2bc6ea4124" - sha256 cellar: :any_skip_relocation, arm64_linux: "573f281f23fe17f75d9a6411b8f66dd64491a598ff1060a7b1f71dc1f461f64b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5b3e204dce24083c6713bca5a0dde2d0f0e627f787758e6b8e01803891c54b7b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" + sha256 cellar: :any_skip_relocation, sonoma: "7116ea86cdc52dcc9b0579104e472cddf056c742a33028bfc1bc2879a8bd84a2" + sha256 cellar: :any_skip_relocation, ventura: "7116ea86cdc52dcc9b0579104e472cddf056c742a33028bfc1bc2879a8bd84a2" + sha256 cellar: :any_skip_relocation, arm64_linux: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" end depends_on "certifi" From e239e649171ae34f22bcc0352b11a892417b538d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:14:15 +0000 Subject: [PATCH 06740/10074] sgr: bump python resources --- Formula/s/sgr.rb | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/Formula/s/sgr.rb b/Formula/s/sgr.rb index f86dc96362a31..baa2c45fa53e7 100644 --- a/Formula/s/sgr.rb +++ b/Formula/s/sgr.rb @@ -6,7 +6,7 @@ class Sgr < Formula url "https://files.pythonhosted.org/packages/dd/61/7d6cf822edb39d2426f6f185c7fc4de0ad4b80e0da3e5f50d94952795c11/splitgraph-0.3.12.tar.gz" sha256 "76a4476002b5ac5a2b9fba36b6fcffd85b878bcc25f5aae411387e04a5532459" license "Apache-2.0" - revision 13 + revision 14 no_autobump! because: :requires_manual_review @@ -33,8 +33,8 @@ class Sgr < Formula end resource "argon2-cffi" do - url "https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f/argon2_cffi-23.1.0.tar.gz" - sha256 "879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08" + url "https://files.pythonhosted.org/packages/0e/89/ce5af8a7d472a67cc819d5d998aa8c82c5d860608c4db9f46f1162d7dab9/argon2_cffi-25.1.0.tar.gz" + sha256 "694ae5cc8a42f4c4e2bf2ca0e64e51e23a040c6a517a85074683d3959e1346c1" end resource "argon2-cffi-bindings" do @@ -88,13 +88,13 @@ class Sgr < Formula end resource "joblib" do - url "https://files.pythonhosted.org/packages/30/08/8bd4a0250247861420a040b33ccf42f43c426ac91d99405374ef117e5872/joblib-1.5.0.tar.gz" - sha256 "d8757f955389a3dd7a23152e43bc297c2e0c2d3060056dad0feefc88a06939b5" + url "https://files.pythonhosted.org/packages/dc/fe/0f5a938c54105553436dbff7a61dc4fed4b1b2c98852f8833beaf4d5968f/joblib-1.5.1.tar.gz" + sha256 "f4f86e351f39fe3d0d32a9f2c3d8af1ee4cec285aafcb27003dda5205576b444" end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -117,6 +117,7 @@ class Sgr < Formula sha256 "3add338892d580e0cb3b1a39e4a1b427ff9f687858fdd61097053742391a9f6b" end + # Manually update to latest version resource "pglast" do url "https://files.pythonhosted.org/packages/cd/09/12807f704dfc3afc2bab151ead20edb6cb34a673416042f2ba5f0d6f6606/pglast-7.7.tar.gz" sha256 "5dfbfc1fa39819643a3b915a13668e43bbd6c0b014aadf5d0b4309e860bacbb0" @@ -133,8 +134,8 @@ class Sgr < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -148,8 +149,8 @@ class Sgr < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rpds-py" do @@ -163,8 +164,8 @@ class Sgr < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -193,8 +194,8 @@ class Sgr < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do From fa605f757d9ba54ec2eafebab7a3f194a9ba2792 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 07:55:34 +0000 Subject: [PATCH 06741/10074] fabric-ai 1.4.202 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 7548fb7a485e1..2a29dc08f18ac 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.201.tar.gz" - sha256 "eb2a684f260ec5a2dc71ad1153c60609fae491807d8aa664442e5183ca39fb2b" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.202.tar.gz" + sha256 "fca33184b79254b93ffbf41a63e40c76a6b1d45227e903d1cb6717732aad8e35" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 7cbc794aca29cf3c5edd2bfc0fde8ccedb66321d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:44:38 +0000 Subject: [PATCH 06742/10074] shodan: update 1.31.0_4 bottle. --- Formula/s/shodan.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/s/shodan.rb b/Formula/s/shodan.rb index 6e80c807e03ec..02535f2c3fe63 100644 --- a/Formula/s/shodan.rb +++ b/Formula/s/shodan.rb @@ -12,8 +12,7 @@ class Shodan < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "d39256af014bfbe3904bfc6bc4874fc6e86c978f0825350bc366516e3b5f9882" + sha256 cellar: :any_skip_relocation, all: "94582064e80fba120a111bfeea00b8a1aaa7b88d1a1c2de1605c8f504c68eb22" end depends_on "certifi" From 4533efbead12e6be66dd0f5fce8f35d120b8defb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:44:57 +0000 Subject: [PATCH 06743/10074] percona-toolkit: update 3.7.0 bottle. --- Formula/p/percona-toolkit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/percona-toolkit.rb b/Formula/p/percona-toolkit.rb index e6afed2a8dedf..38783b1bd7121 100644 --- a/Formula/p/percona-toolkit.rb +++ b/Formula/p/percona-toolkit.rb @@ -14,13 +14,13 @@ class PerconaToolkit < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a37d5376a12782664896830ae588d515b1bbde0d4452156c9319e6b391a453ea" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a37d5376a12782664896830ae588d515b1bbde0d4452156c9319e6b391a453ea" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5986cbc073b8a2f0cf7b6b53b1a2a7e1029e2f498d0471dd46189067884f8f1a" - sha256 cellar: :any_skip_relocation, sonoma: "f3cbec25f4fa8beb974b310c074a90e6ef1eb58bcef0c1274f59217931983a93" - sha256 cellar: :any_skip_relocation, ventura: "51e79707676df290463b16f92541773bd254a0b1014dac67b4c238db6cbfb6e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "40e8a0ed87eaa24b89d1b6c7c47bd3298281b8fa1ea653bd80761112cbf165d1" + rebuild 2 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "35bbdc1161bee62d4bf0304704413393c330468eb8ce88c9bd70692b1f588c75" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "35bbdc1161bee62d4bf0304704413393c330468eb8ce88c9bd70692b1f588c75" + sha256 cellar: :any_skip_relocation, arm64_ventura: "15a499710d1aacc752986af8f2cc842a7652564a4938a5bc6b48e602cd8e4d59" + sha256 cellar: :any_skip_relocation, sonoma: "32586dd3bdacb64ecb568d550750a7f140542f4715c5dfb5c84898f719420040" + sha256 cellar: :any_skip_relocation, ventura: "5ee9f37aca9455631f1d4301bf141574ad8bf99601a6b5b52198fcfe31f5cb7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b43428c0da2027f1a735030216ad956da2ea4395fc7d5039b6cb90b3b443463a" end depends_on "go" => :build From 7e7248df7ea47fba0923f268af66cbc1af9408cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:50:18 +0000 Subject: [PATCH 06744/10074] poetry: update 2.1.3_1 bottle. --- Formula/p/poetry.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/poetry.rb b/Formula/p/poetry.rb index e2c0a030426bc..7c76f53620ea2 100644 --- a/Formula/p/poetry.rb +++ b/Formula/p/poetry.rb @@ -10,13 +10,13 @@ class Poetry < Formula head "https://github.com/python-poetry/poetry.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "4476e2b7ff814bf9cbc260e6ec940ca4aaff3cdc69de7324024cbbc7433ef715" - sha256 cellar: :any, arm64_sonoma: "6a8750d139660fce7b84de370f8e2841f4f4d6f62e2409b7288df0abd5834e8a" - sha256 cellar: :any, arm64_ventura: "6609da248aa4a8e31c626729c164f03bad50b7635f0a0f1034bb59a46af5e31a" - sha256 cellar: :any, sonoma: "53b28f73d32d7b9bc74d2d7558a1a9e02d6e5c5e32d538398d24001053dadbff" - sha256 cellar: :any, ventura: "f7b4144c519f655cda720b66f533c061fba2d5dbc83570070a94742f371ad994" - sha256 cellar: :any_skip_relocation, arm64_linux: "74c11f90bf3f210708ae0cb9f4c37c29e4a3ef45b61e3346283902b6dbd88cc3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9153007f80c9621afd275fe6bf06a8549f92e346cab56751044a63968f837865" + sha256 cellar: :any, arm64_sequoia: "c9db695d9e9bac67ab7ac8ce8ef80b67f922be58a3e619538385b43987720ec8" + sha256 cellar: :any, arm64_sonoma: "3edb4f8f6233436c1c4057217481018b98143ce5adba85ff7dd11439c7061f98" + sha256 cellar: :any, arm64_ventura: "335afd674aa7ad2b6d759e5efe9e24d223af1f4bee49fb6c3daf06505ba95d08" + sha256 cellar: :any, sonoma: "b2785ddf546aa51febbb5917d4028f1888235acf63ac6b1adb0ec32b3812e80b" + sha256 cellar: :any, ventura: "afe4713f8cd040f22b331ff6341658e35e6f40fe11ca552f8856f9afbfa320e6" + sha256 cellar: :any_skip_relocation, arm64_linux: "7fd381f404fb405daaca6699159628d29382f5469efdf2a60e364348a10f8391" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c0013cf0037ff88f6b9a739194ddfb6e63cea178a7b720c47fd682a058fb49f5" end depends_on "cmake" => :build # for rapidfuzz From 3276cce9e1f07f581026d4a155e79df6eabb36f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:52:57 +0000 Subject: [PATCH 06745/10074] bpmnlint 11.5.0 --- Formula/b/bpmnlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bpmnlint.rb b/Formula/b/bpmnlint.rb index 1a6d7f489d0d1..127c7f3c6c9b7 100644 --- a/Formula/b/bpmnlint.rb +++ b/Formula/b/bpmnlint.rb @@ -1,8 +1,8 @@ class Bpmnlint < Formula desc "Validate BPMN diagrams based on configurable lint rules" homepage "https://github.com/bpmn-io/bpmnlint" - url "https://registry.npmjs.org/bpmnlint/-/bpmnlint-11.4.4.tgz" - sha256 "efca47edc702a41274474e148a4f468b4d3fb44e70cb0da2576a737f2cb0aaf1" + url "https://registry.npmjs.org/bpmnlint/-/bpmnlint-11.5.0.tgz" + sha256 "7089c96ec679aa85a3b284517ed681aaa909a0b7f7f3c77145be88731245abb8" license "MIT" bottle do From 7f9a0e733a6f80e89ad436cf2ac184c4437f6778 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:53:55 +0000 Subject: [PATCH 06746/10074] talhelper: update 3.0.29 bottle. --- Formula/t/talhelper.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/talhelper.rb b/Formula/t/talhelper.rb index e4f5828c35f04..63d8003d0f51d 100644 --- a/Formula/t/talhelper.rb +++ b/Formula/t/talhelper.rb @@ -7,12 +7,12 @@ class Talhelper < Formula head "https://github.com/budimanjojo/talhelper.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "05de11398f3946be3fe2c1b45701eec55907745e2627973620e1c86152c03e7f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "05de11398f3946be3fe2c1b45701eec55907745e2627973620e1c86152c03e7f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "05de11398f3946be3fe2c1b45701eec55907745e2627973620e1c86152c03e7f" - sha256 cellar: :any_skip_relocation, sonoma: "9557ae996fdacd4078d0d9d03a539ee4df887231282ef589bda8b892fc871847" - sha256 cellar: :any_skip_relocation, ventura: "9557ae996fdacd4078d0d9d03a539ee4df887231282ef589bda8b892fc871847" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a6a6382772ef91686bd70f1b96646b3e6368fb29343c88f227f4fcfd8044e7d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6eca7fdeba266cfa4101e60bd9892d62beb7acf4e369b807246b05192d8cec88" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6eca7fdeba266cfa4101e60bd9892d62beb7acf4e369b807246b05192d8cec88" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6eca7fdeba266cfa4101e60bd9892d62beb7acf4e369b807246b05192d8cec88" + sha256 cellar: :any_skip_relocation, sonoma: "86c1c4fa7f0895664c73536dc78e6beeae24a8fe4341756f0379d3decc0b105b" + sha256 cellar: :any_skip_relocation, ventura: "86c1c4fa7f0895664c73536dc78e6beeae24a8fe4341756f0379d3decc0b105b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "da9321cadb677d6f367a66ef39c1a45d09e2d86015275701527178f2ef905dc0" end depends_on "go" => :build From 8af0409db9c92ceccb46a6c78642ca3880e6a82e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:57:25 +0000 Subject: [PATCH 06747/10074] docker-compose 2.37.1 --- Formula/d/docker-compose.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-compose.rb b/Formula/d/docker-compose.rb index 1044b58c1e0c5..571cce50500ff 100644 --- a/Formula/d/docker-compose.rb +++ b/Formula/d/docker-compose.rb @@ -1,8 +1,8 @@ class DockerCompose < Formula desc "Isolated development environments using Docker" homepage "https://docs.docker.com/compose/" - url "https://github.com/docker/compose/archive/refs/tags/v2.37.0.tar.gz" - sha256 "f8d8a613b27e95fb56eef7a8a97c8a63a87d1d6d292837f343bc855c33333772" + url "https://github.com/docker/compose/archive/refs/tags/v2.37.1.tar.gz" + sha256 "63fc8a368a900bbba654ca0411cf4d875a3fedcb6a5d89aa8e817495e927a493" license "Apache-2.0" head "https://github.com/docker/compose.git", branch: "main" From 72c570ba35a08b2eb389142fac10629ab0e55f80 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:57:48 +0000 Subject: [PATCH 06748/10074] drone-cli 1.9.0 --- Formula/d/drone-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/drone-cli.rb b/Formula/d/drone-cli.rb index 68daed28d0f1c..65e63f2537ac4 100644 --- a/Formula/d/drone-cli.rb +++ b/Formula/d/drone-cli.rb @@ -1,8 +1,8 @@ class DroneCli < Formula desc "Command-line client for the Drone continuous integration server" homepage "https://drone.io" - url "https://github.com/harness/drone-cli/archive/refs/tags/v1.8.0.tar.gz" - sha256 "715e1187b8ccace88111671999c296dbd91e7523e09b0ee22dfb328f1a1d831b" + url "https://github.com/harness/drone-cli/archive/refs/tags/v1.9.0.tar.gz" + sha256 "f19786bb5da9e506f6d175c0639bfd0a3f8acf8487ac575a54afba222e0b70d7" license "Apache-2.0" head "https://github.com/harness/drone-cli.git", branch: "master" From d8d562664d6a87b19be84dc87294538ba2d30175 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:59:16 +0000 Subject: [PATCH 06749/10074] dvc 3.60.1 --- Formula/d/dvc.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/d/dvc.rb b/Formula/d/dvc.rb index 375bc33b78d08..701d53f935ff8 100644 --- a/Formula/d/dvc.rb +++ b/Formula/d/dvc.rb @@ -3,10 +3,9 @@ class Dvc < Formula desc "Git for data science projects" homepage "https://dvc.org" - url "https://files.pythonhosted.org/packages/db/6d/0cf6feca9d2100d470ab8d276961a96eb7fe462a47e46e1a69e8697ccaa0/dvc-3.60.0.tar.gz" - sha256 "b334bad4301c69f59dd4ad036df76bc84eff6be63e621ed3cc9b3c6bbf92a2eb" + url "https://files.pythonhosted.org/packages/4a/9c/15060558c132a05d973fc8cb94a31eabb319c43d050945f2917c75ede3e1/dvc-3.60.1.tar.gz" + sha256 "fe126823d22d0e51115ba695ccbbfac66a4163ff582a2541d7f4599464056ece" license "Apache-2.0" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "6c3a46439ea572c12876d49eedc6ecc383ce81ba0a4b0369aeeb3fe039888dde" From 030852809f1a6c3eb48401151c2d61df8723ea66 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:01:10 +0000 Subject: [PATCH 06750/10074] shub: update 2.15.4_5 bottle. --- Formula/s/shub.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/shub.rb b/Formula/s/shub.rb index fb42d870ea6f4..eb12b806dd514 100644 --- a/Formula/s/shub.rb +++ b/Formula/s/shub.rb @@ -10,13 +10,13 @@ class Shub < Formula head "https://github.com/scrapinghub/shub.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "66756c99013a17aadd56899772ede53f956978f5dbc65e3d2d3cda6f70dbfa7b" - sha256 cellar: :any, arm64_sonoma: "33ca8cad4b142df9007d06eb5f0904a271c57b22a3b365625f4d6dfe7199137d" - sha256 cellar: :any, arm64_ventura: "00cdb8bc6dfe4b462223f4b45e39e0050d454f3e61ef5e666d88676388554377" - sha256 cellar: :any, sonoma: "46189b9406d5262bc2ccc23ef545a218844da3fe9197ade39429f2ba5e4070b3" - sha256 cellar: :any, ventura: "b82f8c344cb2141b776d9e1d1ec16886118bb8b84cce6e3b4b9f1ee4f7d92627" - sha256 cellar: :any_skip_relocation, arm64_linux: "377b86ed916e50bea164c3c6b92f3392f20fe1724224434613a26d348f875ad1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0b3b3410349c02d9f2084f5bb1143ad93c2d2e8aaafea4e2d7df688aea790fa8" + sha256 cellar: :any, arm64_sequoia: "0997f5ab806a2f48096d78e33791f2664da7092591dddedefab9f11f3369b925" + sha256 cellar: :any, arm64_sonoma: "991fd74d7f2db20c0d81d59c0311b11d3a9d8116dd343d1879d87ed42c58ef59" + sha256 cellar: :any, arm64_ventura: "310b987f859d279de478525db1fc50bcf8dced46b482febbdc232ff6b630adb9" + sha256 cellar: :any, sonoma: "9c8e963bac6146feaca7ea44ac2ad202f4130cbd85404acac0438d57e5d5ca0b" + sha256 cellar: :any, ventura: "be0b669636f87b7efd376a6d55c1e6b76462d345ce58b67b1bf7e4d99b217932" + sha256 cellar: :any_skip_relocation, arm64_linux: "114ffbc745abbc19f8dbfe27592423697aae0551421fab4086e1a5413f949422" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1088ae56ab4a4656c223745ace56ca9cb58c895b31d64fa61ae03efe262bdd7f" end depends_on "certifi" From 98d6d91de6717b6c279973f22cad2563df8519b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:02:10 +0000 Subject: [PATCH 06751/10074] scrapy: update 2.13.2_1 bottle. --- Formula/s/scrapy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scrapy.rb b/Formula/s/scrapy.rb index 4a2cac0d69ebd..40561d14af5e2 100644 --- a/Formula/s/scrapy.rb +++ b/Formula/s/scrapy.rb @@ -10,13 +10,13 @@ class Scrapy < Formula head "https://github.com/scrapy/scrapy.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b431332fd4ef2e29c0407ec14d96a1e2f7819a4ff4fbe1ea9c5192cc90d50b0f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef203a5ebe2418274bc38a67ea9acedd3cda8ea6f22ff67f53bfe22b847aba3a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9f7840cbcc882f7666480ad12a77d5877616869f8371c4feaaa6e31002e40359" - sha256 cellar: :any_skip_relocation, sonoma: "0fe979341c77e98a84b1bcc4568e0468d24548b0207d2cce6797d812ee6991ce" - sha256 cellar: :any_skip_relocation, ventura: "402449a2349866eab7bc9bf28e1d5c171a74375e79a51eaf99b6c09765f2cc50" - sha256 cellar: :any_skip_relocation, arm64_linux: "9682beb17b53b0c5e0273df8b856a0faa552d7e7924e6c83e6ee2ec71cdad49c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d62f5afef52e5edece93911d9afa03f80be8f9f29bd11829ea643807991f1960" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f791d16101a8732b1224069ca07329ee1c85ff36fd7f0a47e7dd0f0653f0868" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "23616024438143df916db4832eaf22a1b937db7c25f56d8f5462cc3fad24c60d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "14363cbc578ecfeef58c1d7f15a551a73c403af737d16b540b767b91ea27bdbf" + sha256 cellar: :any_skip_relocation, sonoma: "ce8e80cde3a724e1a703d6d763082396fa76078a90393077a06d78efa7050fb5" + sha256 cellar: :any_skip_relocation, ventura: "dfa1d5947e693800028db9852401d41ddf77987a06e1d2a522123e8e67e41857" + sha256 cellar: :any_skip_relocation, arm64_linux: "965761b5e69bd385b40d1b298868caf8bc31e477278b5c9b75f22d8a2196a023" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5cfacb8733bae526b6df6779b1f8e866ea6e1ed4c7dfd1bc273cb9088be1725a" end depends_on "certifi" From 95233d5dd63ff01388fc28ebb40b253ae7c87e37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 07:55:57 +0000 Subject: [PATCH 06752/10074] feluda 1.8.5 --- Formula/f/feluda.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/f/feluda.rb b/Formula/f/feluda.rb index 31f0241309583..b4408a06eb6d2 100644 --- a/Formula/f/feluda.rb +++ b/Formula/f/feluda.rb @@ -1,8 +1,8 @@ class Feluda < Formula desc "Detect license usage restrictions in your project" homepage "https://github.com/anistark/feluda" - url "https://github.com/anistark/feluda/archive/refs/tags/1.7.0.tar.gz" - sha256 "6f0fadf5133ddd0d7090d5cca85fbee742335942798a5d836e47f81cb41aa34a" + url "https://github.com/anistark/feluda/archive/refs/tags/1.8.5.tar.gz" + sha256 "9e86ac73fe7aaada534992523b4f0a2ea7bbe44d5e89d0eec9dd898f77101bb4" license "MIT" head "https://github.com/anistark/feluda.git", branch: "main" @@ -26,10 +26,9 @@ class Feluda < Formula depends_on "pkgconf" => :build depends_on "rust" => :build + depends_on "openssl@3" - on_linux do - depends_on "openssl@3" - end + uses_from_macos "zlib" def install system "cargo", "install", *std_cargo_args From 3819cf3a11d4f311bc9a7817c250719873edf8c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:03:34 +0000 Subject: [PATCH 06753/10074] helmfile 1.1.2 --- Formula/h/helmfile.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helmfile.rb b/Formula/h/helmfile.rb index 0bfb10c377211..45c670734e8f2 100644 --- a/Formula/h/helmfile.rb +++ b/Formula/h/helmfile.rb @@ -1,8 +1,8 @@ class Helmfile < Formula desc "Deploy Kubernetes Helm Charts" homepage "https://github.com/helmfile/helmfile" - url "https://github.com/helmfile/helmfile/archive/refs/tags/v1.1.1.tar.gz" - sha256 "3876e53f076a5450dce855d3ba2f05937dda6309dbed391268dcdfbaae710fe2" + url "https://github.com/helmfile/helmfile/archive/refs/tags/v1.1.2.tar.gz" + sha256 "990e30ec57cc1701a6c1265d3e6b7d820ddf93444aea5daf568fe0c220cd46da" license "MIT" version_scheme 1 head "https://github.com/helmfile/helmfile.git", branch: "main" From f8f38085f42ef2413deaa7dd9bdc2935787f2faa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:05:51 +0000 Subject: [PATCH 06754/10074] kubeseal 0.30.0 --- Formula/k/kubeseal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubeseal.rb b/Formula/k/kubeseal.rb index e0feec0cd83dc..61f7605be251f 100644 --- a/Formula/k/kubeseal.rb +++ b/Formula/k/kubeseal.rb @@ -2,8 +2,8 @@ class Kubeseal < Formula desc "Kubernetes controller and tool for one-way encrypted Secrets" homepage "https://github.com/bitnami-labs/sealed-secrets" url "https://github.com/bitnami-labs/sealed-secrets.git", - tag: "v0.29.0", - revision: "0d9cfaf99f23a344df8be86cf62d4aaad0d81be8" + tag: "v0.30.0", + revision: "6e0beae85afcd1e981b4b56f22399ded6cbe6a88" license "Apache-2.0" head "https://github.com/bitnami-labs/sealed-secrets.git", branch: "main" From 5c71d5266a7029b83ba9fb6fcc0ab1c972869d9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:09:23 +0000 Subject: [PATCH 06755/10074] micronaut 4.8.3 --- Formula/m/micronaut.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/micronaut.rb b/Formula/m/micronaut.rb index 6f0f93066bb19..03d0b8cf5ef32 100644 --- a/Formula/m/micronaut.rb +++ b/Formula/m/micronaut.rb @@ -1,8 +1,8 @@ class Micronaut < Formula desc "Modern JVM-based framework for building modular microservices" homepage "https://micronaut.io/" - url "https://github.com/micronaut-projects/micronaut-starter/archive/refs/tags/v4.8.2.tar.gz" - sha256 "d768dce993cdcd4ae56c9da689dbf168aaa46f051906408388fb6391bd5da60c" + url "https://github.com/micronaut-projects/micronaut-starter/archive/refs/tags/v4.8.3.tar.gz" + sha256 "8b6052a9d4fc228333a3226ed060ea544730fb0af3e2f65475dffede252574a5" license "Apache-2.0" livecheck do From 0a50a7118fbc57e977fcd8609b8edb0a452f76ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:11:10 +0000 Subject: [PATCH 06756/10074] jjui: update 0.8.10 bottle. --- Formula/j/jjui.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jjui.rb b/Formula/j/jjui.rb index 9819a67f2bda5..7d2370cdd1adc 100644 --- a/Formula/j/jjui.rb +++ b/Formula/j/jjui.rb @@ -8,12 +8,12 @@ class Jjui < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "54e7a15721fb267acdaeb43aa73068361593666de8219496e1f19043547662b2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "54e7a15721fb267acdaeb43aa73068361593666de8219496e1f19043547662b2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "54e7a15721fb267acdaeb43aa73068361593666de8219496e1f19043547662b2" - sha256 cellar: :any_skip_relocation, sonoma: "60186d9a662096c177aea03a42b2fc7b17045f8f04b6a250d39003d6cd0350b5" - sha256 cellar: :any_skip_relocation, ventura: "60186d9a662096c177aea03a42b2fc7b17045f8f04b6a250d39003d6cd0350b5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c619c378089dea967033ea1e753b09eed71dd8807e4dd10fb505547fdbeb3327" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8fb30b1f45d96ffd713e24aaf4c8d6ccd228a0f4b5ec9d58eea1d14e6622b85d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fb30b1f45d96ffd713e24aaf4c8d6ccd228a0f4b5ec9d58eea1d14e6622b85d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8fb30b1f45d96ffd713e24aaf4c8d6ccd228a0f4b5ec9d58eea1d14e6622b85d" + sha256 cellar: :any_skip_relocation, sonoma: "e224661471591698b689897369fe054e9fade427b1931b05af178d9f3fe375cc" + sha256 cellar: :any_skip_relocation, ventura: "e224661471591698b689897369fe054e9fade427b1931b05af178d9f3fe375cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b6537ef1509cc9f68c8987564cfdc949c8d14f3da2299eaa5390672e7ec33d3" end depends_on "go" => :build From e4ee8e815873e92734dfd43d827aec26e98686f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:13:39 +0000 Subject: [PATCH 06757/10074] pint 0.74.1 --- Formula/p/pint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pint.rb b/Formula/p/pint.rb index 44f5a8eb3da1b..c69785777741b 100644 --- a/Formula/p/pint.rb +++ b/Formula/p/pint.rb @@ -1,8 +1,8 @@ class Pint < Formula desc "Prometheus rule linter/validator" homepage "https://cloudflare.github.io/pint/" - url "https://github.com/cloudflare/pint/archive/refs/tags/v0.74.0.tar.gz" - sha256 "45db4275ab140ed1c471cc82d4ce381cbd3c6240be434e38b3e8342d4dae21d5" + url "https://github.com/cloudflare/pint/archive/refs/tags/v0.74.1.tar.gz" + sha256 "74af409dd2075416d6b365ff7f9fcb02ea6424341b627089acdb245f1ec8cc0a" license "Apache-2.0" bottle do From 3c10a17df73674597426e4fb99522a509e6c13f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:14:47 +0000 Subject: [PATCH 06758/10074] sherlock: update 0.15.0_1 bottle. --- Formula/s/sherlock.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/s/sherlock.rb b/Formula/s/sherlock.rb index b4aa5eabcb05a..3dc0bf6c540b1 100644 --- a/Formula/s/sherlock.rb +++ b/Formula/s/sherlock.rb @@ -10,14 +10,13 @@ class Sherlock < Formula head "https://github.com/sherlock-project/sherlock.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0a2c6ae47e5d3391640067caee4469d69392912f6b9530b4dcfb214931739bf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0bd9c312722b023cef80727d0d04fdc93ea873fe6e1f1be5f227043b9fc0a993" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bee52eaddd8ff1343a2492973124ebd446d97c244c0dc5fdf918622bd46a0654" - sha256 cellar: :any_skip_relocation, sonoma: "e099213deecf92bc33dacab6de0116557f0de88040e28b8a267ced36d145c976" - sha256 cellar: :any_skip_relocation, ventura: "fe46918102a66ef86fc84fbe0552392f4539726260cce77470892d3927050f6e" - sha256 cellar: :any_skip_relocation, arm64_linux: "d2e30faf82ba4007adfdeddb7fe05abd640a14178eab599c28f8c525685f9b0f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d7b9490e6049387495279cb2ca034791f732844af46231a352ff0c5973d08306" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f1934b007467c16c8de87cc46f4c5d99dd65ad36b485004cb7228d40ef94bcb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "71c275e214c1916309100009cd34f197b3f3ed7872b851939319aebb67249552" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b1932fd7ef54a8fdf29bd11d39828f209b30805658735be1c650e999dd97a383" + sha256 cellar: :any_skip_relocation, sonoma: "5469e2c619ceaa0365ca71bc950c80f2433f67a9f0cfd2aa1a880815d9106a8e" + sha256 cellar: :any_skip_relocation, ventura: "67c769539e1073ec378140d5e71d4bbed3d623a3d9374f26fe2f1a7bc8f6b8c7" + sha256 arm64_linux: "733c8baba8e85159b2edb22b8ee1db3a8b15289c0c725ac517a2ea6937d3d30e" + sha256 x86_64_linux: "f6cac35eea2e8e33bc2d6948fea26c3b9c46e19a349df1b9536f3ae8dab0be14" end depends_on "cmake" => :build From b85aedbb8b1beae1715bbcfd1e2178fa59537365 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:14:56 +0000 Subject: [PATCH 06759/10074] pyenv 2.6.2 --- Formula/p/pyenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pyenv.rb b/Formula/p/pyenv.rb index a14e73f2f4ba9..b59e2a521ff38 100644 --- a/Formula/p/pyenv.rb +++ b/Formula/p/pyenv.rb @@ -1,8 +1,8 @@ class Pyenv < Formula desc "Python version management" homepage "https://github.com/pyenv/pyenv" - url "https://github.com/pyenv/pyenv/archive/refs/tags/v2.6.1.tar.gz" - sha256 "55910d7f5f2d533dd6336da1dd286a658fef9e689a56684ef8ccc07fc6b82573" + url "https://github.com/pyenv/pyenv/archive/refs/tags/v2.6.2.tar.gz" + sha256 "d6bf7d98f5cd47d7b309bbf8c1d246137e31831e3cd0e468061d0a6cdaee1eaa" license "MIT" version_scheme 1 head "https://github.com/pyenv/pyenv.git", branch: "master" From edecb6db3a68402afa81f62859fa23e16f78280c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:16:10 +0000 Subject: [PATCH 06760/10074] renovate 40.51.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 473dc6a459f0d..66d46c9f29907 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.50.0.tgz" - sha256 "a13f175af0ce48d936d71a6b13bc83f2a0d4317c2af2cb3c9162597e9b692167" + url "https://registry.npmjs.org/renovate/-/renovate-40.51.0.tgz" + sha256 "c250c70b561a6461f980c9c4a1cb6d3eb03b7c4b652a422027336e4afe0c80ef" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 6320c2fff241424a8df9543de844c95d8b859722 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:18:44 +0000 Subject: [PATCH 06761/10074] spot 2.13.2 --- Formula/s/spot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/spot.rb b/Formula/s/spot.rb index 01952d7ca7b2e..1a4f5b3ce4def 100644 --- a/Formula/s/spot.rb +++ b/Formula/s/spot.rb @@ -1,8 +1,8 @@ class Spot < Formula desc "Platform for LTL and ω-automata manipulation" homepage "https://spot.lre.epita.fr" - url "https://www.lrde.epita.fr/dload/spot/spot-2.13.1.tar.gz" - sha256 "b9d1de4abcd069f923e1a3263f58ccafcc54896aa818b455928ca2b1a4466dc9" + url "https://www.lrde.epita.fr/dload/spot/spot-2.13.2.tar.gz" + sha256 "a412b3bbaef950215a2f71870ee24f01d722338b657cad9839f39acff1841011" license "GPL-3.0-or-later" livecheck do From 799359a00bc91c9d909679e04d832312e1926e2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:22:34 +0000 Subject: [PATCH 06762/10074] scoutsuite: update 5.14.0_3 bottle. --- Formula/s/scoutsuite.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scoutsuite.rb b/Formula/s/scoutsuite.rb index ac8b8b9988d6e..0e788f2f06cf7 100644 --- a/Formula/s/scoutsuite.rb +++ b/Formula/s/scoutsuite.rb @@ -12,13 +12,13 @@ class Scoutsuite < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "9813329245c18590902b05d7cf9bf670635fc812f360fd04bed78a2071d2d5c5" - sha256 cellar: :any, arm64_sonoma: "65064351df4adb8e08172ed4a1b9b94c4900eb0093b33ccac1e00d6eab824ddb" - sha256 cellar: :any, arm64_ventura: "31eee275cfa2f6179f8dcef35d357cce557b3ffaa411cb68e8f52971e55bbbb2" - sha256 cellar: :any, sonoma: "cfe62952ee4a127fa6c01a694ec7734f09c157feef2eaabd5960c02b80b56e12" - sha256 cellar: :any, ventura: "cd706331e918fef2ffc5775ef0d06e55921c4278d9680ba6628c770e61141e56" - sha256 cellar: :any_skip_relocation, arm64_linux: "67aeb28ac43a579bf5568700fb596b1144b73834f3f40ba39e083e43c006cc7f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "33efd6ad3191b65abc42b8f46d711c64664bcba5e1d9ee06832ad424a35742d2" + sha256 cellar: :any, arm64_sequoia: "96db74400db7580417bd19dd9171c713dbd1de8a17ac86bb53c13c790cb4126f" + sha256 cellar: :any, arm64_sonoma: "b751753b949a7bb1374fa4865e0258c8bf3b0d08cbbeefe55dfc5ce44be27aa4" + sha256 cellar: :any, arm64_ventura: "dae86dc4b169aa3a2502cd8e0816dc93b4a9a4a224fc512af8860435e6fb6e01" + sha256 cellar: :any, sonoma: "8470ae6cafc4fc2f44193fb4bfbbf48d4f24137df80a6ebd9fcd6f318eaf3910" + sha256 cellar: :any, ventura: "3f45fc3af5042742176a5538c0b4453a73d88ba4b5a64f6feac91ab332fb89bc" + sha256 cellar: :any_skip_relocation, arm64_linux: "78c7f5e79b1d2a24f58dfdc0ac626a8a1f4f515462b7601ebd6b01da0bdbb444" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e4070a1c4c7bc420402f89235f0db1163539deb217baf57bb417a44bc90ca743" end depends_on "rust" => :build # for pydantic-core From 351318de69bc7b21899245a65a695e970237d617 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:24:25 +0000 Subject: [PATCH 06763/10074] zsh-you-should-use 1.10.0 --- Formula/z/zsh-you-should-use.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zsh-you-should-use.rb b/Formula/z/zsh-you-should-use.rb index 7e9c637ea6456..0ed5327e1ced4 100644 --- a/Formula/z/zsh-you-should-use.rb +++ b/Formula/z/zsh-you-should-use.rb @@ -1,8 +1,8 @@ class ZshYouShouldUse < Formula desc "ZSH plugin that reminds you to use existing aliases for commands you just typed" homepage "https://github.com/MichaelAquilina/zsh-you-should-use" - url "https://github.com/MichaelAquilina/zsh-you-should-use/archive/refs/tags/1.9.0.tar.gz" - sha256 "6ca0128883ab73d3782f70a6b16c95ed033c2497c3e27d5db0a68c90d8fde4a2" + url "https://github.com/MichaelAquilina/zsh-you-should-use/archive/refs/tags/1.10.0.tar.gz" + sha256 "51aa37bc72aa67ac93fb3881500ea7cb085a28e80fe79228c2436978072b4451" license "GPL-3.0-only" bottle do From 0fb6d5a7b56da12e2903cf4a0d53d91f6318af81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:41:56 +0000 Subject: [PATCH 06764/10074] sickchill: update 2024.3.1_2 bottle. --- Formula/s/sickchill.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sickchill.rb b/Formula/s/sickchill.rb index b20902b8f398a..6e218c3cb14e4 100644 --- a/Formula/s/sickchill.rb +++ b/Formula/s/sickchill.rb @@ -11,13 +11,13 @@ class Sickchill < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "15de2198f2d82629cde9cdf25a3cff55c3955dff88f7e6a34b0e0485d73088e7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9bb860c05fa1f4b084dbd66059b976963d638d325868d48dbd3f587957756998" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a314d60d04005efa77afd082a7c13351b80f48e673a19d3d4d390c72ff7fbb30" - sha256 cellar: :any_skip_relocation, sonoma: "aeb4238707fa6bf49940aaed4ad6ec295d6a144c2451fd5f80e2cad86753639b" - sha256 cellar: :any_skip_relocation, ventura: "ad08e03489c8dace930c3bbaac77818bb99aa37a6bbf65d622847f7fefdcd6ab" - sha256 cellar: :any_skip_relocation, arm64_linux: "6e217e48d35ff0086616ad8e0da64b4a4170c80ec3bd0e49d9049083a9ff0481" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1b4bcebd3499daaad1fa4e2d62b61b66236bdb14ecb72c7629c48f19504be02" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "923f0b8e0551c75c73f30ef2b3982df74b276f5cd8235ec728dd9d59e8efbd46" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "71bb986c915a95b3dd4b7776a5d4d87b4d7d62e7daed7c64684fb06096d9ed98" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4cb2d6f581f37ccfa1d912190fedcb982d8164166b24e2d570e344004eb9e1e4" + sha256 cellar: :any_skip_relocation, sonoma: "8eb3ecd9cd5d433057e12aad4132c57b3d1350e225b427c7d34b303c82b6b200" + sha256 cellar: :any_skip_relocation, ventura: "4b44710ffcfcf49708c8e81be56120e0cb86cab069b0d4d8b4b8bf502b3726f8" + sha256 cellar: :any_skip_relocation, arm64_linux: "4a96a798d1257022177afa041deb15c8fe117ad6fdd8c4b9e3b7c7d75787d293" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd1b44cc1e432e5015d7471a36cc3d39a6acb1b8fdaf7ef99911544c6d713d6e" end depends_on "certifi" From f438c5a3576de2f1e270776fc942e8ab755e6d6a Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:43:53 +0000 Subject: [PATCH 06765/10074] pulumi 3.176.0 --- Formula/p/pulumi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index d35ea1f609f7b..a47710efbcedc 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -2,8 +2,8 @@ class Pulumi < Formula desc "Cloud native development platform" homepage "https://pulumi.io/" url "https://github.com/pulumi/pulumi.git", - tag: "v3.175.0", - revision: "0b83ce113e31f415887b5221a97c1b375585efd6" + tag: "v3.176.0", + revision: "3c5f2ccda98bd7e506f278bc0faeaa6c8c2f94d5" license "Apache-2.0" head "https://github.com/pulumi/pulumi.git", branch: "master" From c5f5de1bf93a9a0004ec43f8c93c487c524b49e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:48:41 +0000 Subject: [PATCH 06766/10074] bpmnlint: update 11.5.0 bottle. --- Formula/b/bpmnlint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bpmnlint.rb b/Formula/b/bpmnlint.rb index 127c7f3c6c9b7..61f173fba6346 100644 --- a/Formula/b/bpmnlint.rb +++ b/Formula/b/bpmnlint.rb @@ -6,7 +6,7 @@ class Bpmnlint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "84e343e738a156a461d7fc74edafbd3750d6be040a9ff3071b8f6b23b1fa8d93" + sha256 cellar: :any_skip_relocation, all: "6f340c58f68b018ef076ee7781af00f3f8f35cfb54bfc9d51cf9cf0c47762d94" end depends_on "node" From a514b96c1b93af092fd819005593d60fa45c69cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:49:20 +0000 Subject: [PATCH 06767/10074] drone-cli: update 1.9.0 bottle. --- Formula/d/drone-cli.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/d/drone-cli.rb b/Formula/d/drone-cli.rb index 65e63f2537ac4..e9c625e458ba1 100644 --- a/Formula/d/drone-cli.rb +++ b/Formula/d/drone-cli.rb @@ -7,15 +7,13 @@ class DroneCli < Formula head "https://github.com/harness/drone-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "32169cc3c88c8673a10a0667ad401d8ec22cc38873044b6da6dcf5ebe92d9d9a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fc8dfba68da80112f85551c3dce05fc6cb269a6ae4a4f4aa7a1732d8098a85e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8fc8dfba68da80112f85551c3dce05fc6cb269a6ae4a4f4aa7a1732d8098a85e" - sha256 cellar: :any_skip_relocation, arm64_monterey: "8fc8dfba68da80112f85551c3dce05fc6cb269a6ae4a4f4aa7a1732d8098a85e" - sha256 cellar: :any_skip_relocation, sonoma: "bdb5c00c40d6176cd7f9dcf1d5d2e16bd73301687f8feca565f6ac7ab99b5651" - sha256 cellar: :any_skip_relocation, ventura: "bdb5c00c40d6176cd7f9dcf1d5d2e16bd73301687f8feca565f6ac7ab99b5651" - sha256 cellar: :any_skip_relocation, monterey: "bdb5c00c40d6176cd7f9dcf1d5d2e16bd73301687f8feca565f6ac7ab99b5651" - sha256 cellar: :any_skip_relocation, arm64_linux: "e416b331781eb265b5d9c17160bbf733290c38927a64dbe173da68935572d00f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c9f53894149db17b3bb43aeaf2b72cf81f4d9f564fe810b1e7ec241645a5be2e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "23c5ccc940a32a1161cf3bd08ae94ac2975f900937befe9c8647d31cb3fcd0d8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "23c5ccc940a32a1161cf3bd08ae94ac2975f900937befe9c8647d31cb3fcd0d8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "23c5ccc940a32a1161cf3bd08ae94ac2975f900937befe9c8647d31cb3fcd0d8" + sha256 cellar: :any_skip_relocation, sonoma: "72b2623cbe6e8319cdf8a8b1044116a59215698b9004a34405f2e1f4c8a66216" + sha256 cellar: :any_skip_relocation, ventura: "72b2623cbe6e8319cdf8a8b1044116a59215698b9004a34405f2e1f4c8a66216" + sha256 cellar: :any_skip_relocation, arm64_linux: "843947dbc29fa19b8309c3bbd004b4237954eef1f696d8c5d51c50eb8af4412d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "edbf3ac83206ebc7d2272c111ec6fc63cf24fd305d65149bd3e4e0aac8ec96db" end depends_on "go" => :build From ae9b749e620232a19501dcb095c72fb230e14395 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:00:59 +0000 Subject: [PATCH 06768/10074] kubeseal: update 0.30.0 bottle. --- Formula/k/kubeseal.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kubeseal.rb b/Formula/k/kubeseal.rb index 61f7605be251f..281385f7a9f58 100644 --- a/Formula/k/kubeseal.rb +++ b/Formula/k/kubeseal.rb @@ -13,12 +13,12 @@ class Kubeseal < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "44b58bb79b672df2daddcabfc8ef2af45ef9a215e9b58bc45e31ba2e8a81344d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7dcf342a052a073cc0be51f67ff9881a94887648df08afed02b02821d25c5796" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0fa498ed0743946732c9d05e8a1ef9d1582f33c2bd64991357acf7bf0b05637b" - sha256 cellar: :any_skip_relocation, sonoma: "f5f78e950774f72d8c03e420358088ea1a1cbd0065d568724d13416a814e5410" - sha256 cellar: :any_skip_relocation, ventura: "cc698cd9a4cb7bfdbb3201bd536f94e32804e2859bf0ee91dade320db3582a70" - sha256 cellar: :any_skip_relocation, x86_64_linux: "02789863cb082b05977dd7f67095fc5367fa43351628f44056a0d6eb169cd2b7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f1998778a51c55251f10cdba515b19d19039ecb2c0bfe3125e82eae5a808d2e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c6a879a779085d4da5f145ebcef73976245e4f2816f48bd7ec4a71e9dbfb149" + sha256 cellar: :any_skip_relocation, arm64_ventura: "38acdcf8cd85cbfd61f2bbb31d0f42fb7e6dcb086f2928a54ffbbdb36ea006c1" + sha256 cellar: :any_skip_relocation, sonoma: "6afbe477c2f01c9877fbbe417dc1bbd13b62ef1d280107c66daeed1c6bc99297" + sha256 cellar: :any_skip_relocation, ventura: "425c03a07b9d7d46dd9d41aa40bb7c464370df9a4c15bf1a25cbf4e01b9606d5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd76936ebd3cfbeecf75897c71bc480728c544c5bd89344e9cef2d316d9f3118" end depends_on "go" => :build From 8a0dec1057ff13ac0dc2d3b269b44091b7b9c03e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:02:54 +0000 Subject: [PATCH 06769/10074] helmfile: update 1.1.2 bottle. --- Formula/h/helmfile.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helmfile.rb b/Formula/h/helmfile.rb index 45c670734e8f2..82ff13b69c212 100644 --- a/Formula/h/helmfile.rb +++ b/Formula/h/helmfile.rb @@ -8,13 +8,13 @@ class Helmfile < Formula head "https://github.com/helmfile/helmfile.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "af4be9eb015e77fd02fedb8c3f4ea236f254f6b125d52443329b8b10052ccd72" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5a936c5cc4ff89f2f74ca9e00add5c778d710c377872aef347d2f150831e282" - sha256 cellar: :any_skip_relocation, arm64_ventura: "be53e29ddd7623aff5088fc621880533e9a949317daa413b5dab38101e003129" - sha256 cellar: :any_skip_relocation, sonoma: "e4ebb83a247397a897fa493ac40a69022b08959e111051b5d296e8103e2acaca" - sha256 cellar: :any_skip_relocation, ventura: "8c35dfb9603095563c27a96ffc9562e3cdbd55a9c76cf4547afdb19df2ce36b5" - sha256 cellar: :any_skip_relocation, arm64_linux: "7dbf66b77c7f07201c0380cd5ea940b34e827d891bd15187d36a3689729d05cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7eca714f2789d07035f66e75a207fecc8d2186f5c31e6fad8dc0faa73e241a03" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc2c679cd9a97a6a31c17e511092823d422f2d7ca0a881c2a8cd7fae3a07857b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8b50267f397ea866003f739c0245e7ecb57ec4d19dc24ef9ceeb6beaa66ca2a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3b453a9f7a963816462cae45e27220749e76fcb4639d76d6267e2d7043c04f68" + sha256 cellar: :any_skip_relocation, sonoma: "c6e65b4d484634e9afb365dfdfd0bc114f349c61925104cbf887309d36c632f3" + sha256 cellar: :any_skip_relocation, ventura: "07e81393006eb16cd80da2054d0623cc88e712615d0a4320dad1e484c1edfb10" + sha256 cellar: :any_skip_relocation, arm64_linux: "e25e4de9c7520ab19547468395dd8bb7b7c66f81b1bfe0237094e75d24d2d2db" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9c5c44415fb3392ae4cf9b4b93273ef7782c42de0eb585e2750b69051e0df3be" end depends_on "go" => :build From dd32fbb58ab9d59c9010b81dd4d353a6e9887465 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:12:32 +0000 Subject: [PATCH 06770/10074] oterm 0.14.0 --- Formula/o/oterm.rb | 25 ++++++++++++++----------- pypi_formula_mappings.json | 2 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Formula/o/oterm.rb b/Formula/o/oterm.rb index 48ae9af31d9b8..0a5aa60dca8d0 100644 --- a/Formula/o/oterm.rb +++ b/Formula/o/oterm.rb @@ -3,8 +3,8 @@ class Oterm < Formula desc "Terminal client for Ollama" homepage "https://github.com/ggozad/oterm" - url "https://files.pythonhosted.org/packages/44/44/7abc0b2149584545cea96c6d8fd9b14f800c7d1bd7ca9a9c45439084402c/oterm-0.13.1.tar.gz" - sha256 "ef01161329198d116d291b6c01ec60457f4e4465e185b8dad94c3c3de03f6b09" + url "https://files.pythonhosted.org/packages/d1/25/f242536cc12d4acdcaf0764c7b168fffc221d787ddacd914dca6d29153e7/oterm-0.14.0.tar.gz" + sha256 "8a08b77012ff95ff47caec6a65d410733041d2046efffe56ba4af58c1ce8b592" license "MIT" bottle do @@ -20,12 +20,15 @@ class Oterm < Formula depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "certifi" + depends_on "cffi" + depends_on "cryptography" depends_on "freetype" depends_on "jpeg-turbo" depends_on "libraqm" depends_on "libtiff" depends_on "little-cms2" depends_on "openjpeg" + depends_on "pycparser" depends_on "python@3.13" uses_from_macos "zlib" @@ -50,6 +53,11 @@ class Oterm < Formula sha256 "673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028" end + resource "authlib" do + url "https://files.pythonhosted.org/packages/a2/9d/b1e08d36899c12c8b894a44a5583ee157789f26fc4b176f8e4b6217b56e1/authlib-1.6.0.tar.gz" + sha256 "4367d32031b7af175ad3a323d571dc7257b7099d55978087ceae4a0d88cd3210" + end + resource "click" do url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" @@ -61,8 +69,8 @@ class Oterm < Formula end resource "fastmcp" do - url "https://files.pythonhosted.org/packages/20/cc/d2c0e63d2b34681bef4e077611dae662ea722add13a83dc4ae08b6e0fd23/fastmcp-2.5.2.tar.gz" - sha256 "761c92fb54f561136f631d7d98b4920152978f6f0a66a4cef689a7983fd05c8b" + url "https://files.pythonhosted.org/packages/8d/a3/d5b2c47b25d13cca8108e077bf4a72b255b113fb525f4c22ce9ca5af9b08/fastmcp-2.8.0.tar.gz" + sha256 "8a6427ece23d0a324d4be2043598c8b89a91b2b5688873d8ae1e7aeaa7960513" end resource "h11" do @@ -101,8 +109,8 @@ class Oterm < Formula end resource "mcp" do - url "https://files.pythonhosted.org/packages/f2/df/8fefc0c6c7a5c66914763e3ff3893f9a03435628f6625d5e3b0dc45d73db/mcp-1.9.3.tar.gz" - sha256 "587ba38448e81885e5d1b84055cfcc0ca56d35cd0c58f50941cab01109405388" + url "https://files.pythonhosted.org/packages/06/f2/dc2450e566eeccf92d89a00c3e813234ad58e2ba1e31d11467a09ac4f3b9/mcp-1.9.4.tar.gz" + sha256 "cfb0bcd1a9535b42edaef89947b9e18a8feb49362e1cc059d6e7fc636f2cb09f" end resource "mdit-py-plugins" do @@ -240,11 +248,6 @@ class Oterm < Formula sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" end - resource "websockets" do - url "https://files.pythonhosted.org/packages/21/e6/26d09fab466b7ca9c7737474c52be4f76a40301b08362eb2dbc19dcc16c1/websockets-15.0.1.tar.gz" - sha256 "82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee" - end - def install # `shellingham` auto-detection doesn't work in Homebrew CI build environment so # defer installation to allow `typer` to use argument as shell for completions diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index 79eefd2efbe8c..2cad2498aabd4 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -637,7 +637,7 @@ "exclude_packages": ["certifi"] }, "oterm": { - "exclude_packages": ["certifi"] + "exclude_packages": ["certifi", "cffi", "cryptography", "pycparser"] }, "otterdog": { "exclude_packages": ["certifi", "cryptography"] From 92b6786d2141a16b653ce408fcf798d50964402e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:10:07 +0000 Subject: [PATCH 06771/10074] docker-compose: update 2.37.1 bottle. --- Formula/d/docker-compose.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-compose.rb b/Formula/d/docker-compose.rb index 571cce50500ff..01732b2ad687e 100644 --- a/Formula/d/docker-compose.rb +++ b/Formula/d/docker-compose.rb @@ -15,12 +15,12 @@ class DockerCompose < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a1ea5c53c35773db0f896651a7ad55eead4571d1ca99b3b5321ebbcd94f3191" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "52f92ac50245dd245e815a360c5ef5aa803389287e2511de7fd66fec4f06a107" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e433967c8bdbf02db2e3d584c6948497192d089cb78755d8e36418aa446c585e" - sha256 cellar: :any_skip_relocation, sonoma: "c9aa62f0fd0286a0b0c011e6f3babc69da4b58945fa35f1a1ef6f2d2e2ed88d6" - sha256 cellar: :any_skip_relocation, ventura: "e8473c91b657c1431e9fbf40cd6f4e0496d0da87c97d85d3248358ce8a69ca4d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23f0c7515810ffb255fbf82e5c5a7744f8bd8416cd9250bf02e2dd6ed77810a6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9344d9dcc58b72e422e4fcc5a880c1e3def26322ad5b88c5da28475b1724669" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca640ba682284de81dd6e9b5d3357b870e0cb260bf73be632d17b4024cd8de4f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "686239c1a310f15d6f6edd50ee3d2b75378a6a49f305546c482046843ffec284" + sha256 cellar: :any_skip_relocation, sonoma: "47746b2e6ed7471b5f14abb99530c9dad9eb337219027909ad5efcf0e9fa448b" + sha256 cellar: :any_skip_relocation, ventura: "73c0e0431f00d304b0f78af5af4c2d3891910a3b7c2fc839ce63678fde7dc7e2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e11887527a77ebd5a977affeb69a9cec7effb76b4c5744379c85ce80dc5dc14" end depends_on "go" => :build From 24f9613c54f4612f875e63cc67a68db833b4192c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:11:33 +0000 Subject: [PATCH 06772/10074] pint: update 0.74.1 bottle. --- Formula/p/pint.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pint.rb b/Formula/p/pint.rb index c69785777741b..495ea97f683b8 100644 --- a/Formula/p/pint.rb +++ b/Formula/p/pint.rb @@ -6,12 +6,12 @@ class Pint < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d839130299b95376747cb825e4c70da7394cb80f60d52b027feb04245df880fd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b3a8a85046b8af5354e0a2531e4c26afd96cf03702c5c32f5a066cac4e507a0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "08088219645a6772be71bd03960f6231a57ba379490007fbd666895e08e006bb" - sha256 cellar: :any_skip_relocation, sonoma: "24d95494349eac3444b98468b8eb173c99670b2139d64a3416ef28273727fd36" - sha256 cellar: :any_skip_relocation, ventura: "6188c43f21fbfaec5616248981629607900ab6e46cf1bd31480cd3ff3d374609" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1dd5aaea5c6f710b6b75e50655d7089639cfb49fa8b08057f0aed62211320b3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aab53981c51bcd1e645f1d9a1c9e1069c40aa70fa61f778f4847564e2c73ad18" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4b3c544c10a983a49b25b422f1c3752f2bd8fddbf6682ed99a1f75444bd0c51" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e7bd90efa0b78fe0ead9e364d6c6c8009b78aa68801708f87e8881d806f1680a" + sha256 cellar: :any_skip_relocation, sonoma: "26d1c09e49cdccc1cb50d7467969da431d95df2ff1ee00cbc13c00c38669f96d" + sha256 cellar: :any_skip_relocation, ventura: "03f3a5e126ef6f6ffba7a1182f417b755f0da79a4a0af9b27cbc21e4bbc97e5f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d6e8f8680a07695de2966e2343fcb2eed5d4670aa58907da03beb812f3ba940" end depends_on "go" => :build From 9def93101de77280378732308f54e5fed287e345 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:13:18 +0000 Subject: [PATCH 06773/10074] micronaut: update 4.8.3 bottle. --- Formula/m/micronaut.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/micronaut.rb b/Formula/m/micronaut.rb index 03d0b8cf5ef32..247bb48ed79ea 100644 --- a/Formula/m/micronaut.rb +++ b/Formula/m/micronaut.rb @@ -11,13 +11,13 @@ class Micronaut < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "52a8f30b0de3d8e2954f4c945fcf51ffe16ab43d916648863a42c58a6548cf6b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "29fd88aeb5c52f58568540efdc57b5f1776e53ebd98472de962d9d9fc0bdc387" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d255cf754fe77aa497eb9860735d733722587fbd4cf9f251acbe5a88f12f148b" - sha256 cellar: :any_skip_relocation, sonoma: "2b5729824f9d66059db65e654460f0d93cd53d0c7767b6e9dc85187538c02fb9" - sha256 cellar: :any_skip_relocation, ventura: "4bebccef3affccbf431c1f03a83f320e2d850e855d9e60aaf1cb93f5c33a1f6b" - sha256 cellar: :any_skip_relocation, arm64_linux: "5eadd7a5c96c83b82a3d79d2ec4ed9450b76b3d9b824f8f379a422c18031bff2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2fe630d48eabf62824767519ae2afb5df5a85e877006800182d605ac154ef55e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "56ead464feb56f2a60b1f171f23a3cb795bc79de46b237faef95b53e079ff48d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8793b71825c928e524bec3dd4812d55b4eeff67bcb3c8820765a3cae2bc9772a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6a8e4f522cc206e9a7fc5264483d38bc3e8ad85aae11f76dccf8f55eda33fc57" + sha256 cellar: :any_skip_relocation, sonoma: "51bdc2a4bab3beb1239a89d3f174725e2619de09031720d86dcbe9668bfac305" + sha256 cellar: :any_skip_relocation, ventura: "4b1ed11027d930add9d7330b16ee5b658241febf30b12f53f0a13530b4170853" + sha256 cellar: :any_skip_relocation, arm64_linux: "cb025e18565af7d5b30bea3732002c3b87be30b4bd0aefc4fac631ab17e62a18" + sha256 cellar: :any_skip_relocation, x86_64_linux: "274c461a2edb480c72997e9e2735eeb4c4b075213aceb00bad68bfce9209dc53" end depends_on "gradle" => :build From e8181e6b8435883952dddd2e9f6f21661ebc5211 Mon Sep 17 00:00:00 2001 From: "Cloud Posse Bot (CI/CD)" Date: Thu, 12 Jun 2025 14:35:23 +0200 Subject: [PATCH 06774/10074] atmos 1.180.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/a/atmos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index 30eb0a13b4f10..0aba16a18d596 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -1,8 +1,8 @@ class Atmos < Formula desc "Universal Tool for DevOps and Cloud Automation" homepage "https://github.com/cloudposse/atmos" - url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.179.0.tar.gz" - sha256 "e28c2ffddba66273a82403d946b4ee396b36906f57b2a3b2f204c7dcd2b462d6" + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.180.0.tar.gz" + sha256 "374ca29336e2bfaa8a4c1e46ff21c8779da41ee24a91cc56740031948facfcbe" license "Apache-2.0" head "https://github.com/cloudposse/atmos.git", branch: "main" From 999e963a833119cf577a300d4f6c00d30cfec3a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:41:42 +0000 Subject: [PATCH 06775/10074] spot: update 2.13.2 bottle. --- Formula/s/spot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/spot.rb b/Formula/s/spot.rb index 1a4f5b3ce4def..e00ffdb9f589d 100644 --- a/Formula/s/spot.rb +++ b/Formula/s/spot.rb @@ -11,13 +11,13 @@ class Spot < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d515aee932792bd7473a2b062a3d6aec2359a57478d79feac44b0ff991bf882b" - sha256 cellar: :any, arm64_sonoma: "d62b1d2427fe1faa94d027dd06fc7953261edb275b3649f1399da3a3e036da13" - sha256 cellar: :any, arm64_ventura: "18cb2c3876c10b5d546390a4ddd297497491e10e11a09c7d37a7e8bfa8c995a0" - sha256 cellar: :any, sonoma: "7dd821d2fda923457b8eb993367a94333cea891b9482f8ec6923da938eb9b677" - sha256 cellar: :any, ventura: "3ec81346e00152d9635aa757e1ea13cd510f878e7fb6c3f11c2c402956d7a9ea" - sha256 cellar: :any_skip_relocation, arm64_linux: "5777648e4a06ef9c4cc634b38f6d3102f01bda9976ff214d1b51603bcb3afa1b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "99ad6dc363664791bfba111064393043c9e906494b64279ab5f4204fa145ac6c" + sha256 cellar: :any, arm64_sequoia: "c1e80e60d55171d6bbb2e77539bf176c69b13117a14183df4190865db59ec804" + sha256 cellar: :any, arm64_sonoma: "606766c88eaa7f1e8ba043ffaa8d15592450681c0de93e7643ed13e446b82a75" + sha256 cellar: :any, arm64_ventura: "45d6b574632621612e033579399b8dc82018b31ec63592612413b2ecf752e034" + sha256 cellar: :any, sonoma: "7c844ba41875b353048dbe712853def57bcda67866fbaf7eadd2f8914baa439a" + sha256 cellar: :any, ventura: "0bed99e85e80b646ed3b1f92901788a6058625152e9a670737a61050f2d4be2e" + sha256 cellar: :any_skip_relocation, arm64_linux: "6794d96a6ea8343a647bb8edb2f7f6b336f9996f7aadd15241738a111e8614df" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f70f9ff9c45fa1428b0539e6fcd0917025b2db18686bcb3a3de00af89c38829f" end depends_on "python@3.13" => :build From 24e44a12acc306b51ec8998c23e364f62f5571e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:41:56 +0000 Subject: [PATCH 06776/10074] renovate: update 40.51.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 66d46c9f29907..cf7131ad3d5a7 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "68e3793fa569a7120c20fb765e5fdf283aa538cbc688713d8c8ae0ea6f4fd47a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebc2eea984fb1fad5381a166ad7e97629a162c37e354997194a307d30d706506" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b60d7eccc233ee32fda1ae37d21ea814ab0544e86e3ec2bc77d4b67b16c113cf" - sha256 cellar: :any_skip_relocation, sonoma: "96cabdac68825fba15f1e5a696857088b6e8fedb218072ee93d73fd6b5088550" - sha256 cellar: :any_skip_relocation, ventura: "0eb98422872d404dca869e9d118a3946d9326ec7d62dde77142c2ee24aca99b8" - sha256 cellar: :any_skip_relocation, arm64_linux: "df66c2dc53120a61f923a794d710d7567d5ab8abc7d3e0f114b98289f12ec67f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "75504d7f130e7db89b8ad0babc2b74e9bc05733035b00de3bfd8b92e27d04556" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "24bc34ffa3ab61052baf169de2d27297b350850d0678387b0bb8241a658d6cde" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "870548b37a51f05d17243cce31c2a13b479bd5acfe62931496d28fa937a88be7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d4648af9b6bda126bccf096b5fc13a21f85abbcc27b1951dec2820976b9a3aa" + sha256 cellar: :any_skip_relocation, sonoma: "defcef4c0c56e56f11ac65ffc933a35e621d35ee9f86918eb0270ae2651233f6" + sha256 cellar: :any_skip_relocation, ventura: "630ead8984266116dabaa83a66dc9ced76445dcf1b6bafa2f4160164adfe3c3c" + sha256 cellar: :any_skip_relocation, arm64_linux: "75151a3d97bf14f467f8b97cfec73933013b4b46fb5f5d34b96847237752a1fd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8887311e4ecdfdf72846787fe6573bcd6650135412656c00c3da50ca899e217e" end depends_on "node@22" From 1141db47712592cf6083abe90142e23f9e50e1fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:50:29 +0000 Subject: [PATCH 06777/10074] pyenv: update 2.6.2 bottle. --- Formula/p/pyenv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pyenv.rb b/Formula/p/pyenv.rb index b59e2a521ff38..4ab3527578331 100644 --- a/Formula/p/pyenv.rb +++ b/Formula/p/pyenv.rb @@ -13,13 +13,13 @@ class Pyenv < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "19a52c9036c3babd764231479a6fee651fa95475927c1b9f2d91428652601f61" - sha256 cellar: :any, arm64_sonoma: "0561503c161033a97a34f8d7176c13b2e71c523b31bba55e54c167c9ec1335fd" - sha256 cellar: :any, arm64_ventura: "69a113f0752ff2c9d90a80551a7e7fe7e4c2f0866c500087ba1fe57252af6201" - sha256 cellar: :any, sonoma: "d1318666b9c108325316d1e07641e23d298d34cb633ce2ce329bf8663005b9a2" - sha256 cellar: :any, ventura: "8da470a222daf576c39194bad937247a8ac6df3f8e921f6f07832ad75feb88a8" - sha256 cellar: :any_skip_relocation, arm64_linux: "ebe41bd070264cb34e0a50e8b1ef19a2f776533ae3a1b5590a12443b56ca8d22" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ecd79711833813dd631cb3b7269cbe46490fb1f001f874634b7f68f63f37260" + sha256 cellar: :any, arm64_sequoia: "6ab4b9017881cd41cab70ccaff3ffb08f9c46755e71aaca7e34b0aca197b9a20" + sha256 cellar: :any, arm64_sonoma: "83fee7855051714805ba0155df2cc8684a085321bb6ad1e3a1b3439031ff3bd3" + sha256 cellar: :any, arm64_ventura: "076bdcb06584ddc5e059fb409bacebd5c8c795b0e254544ca0c9f643804b3e96" + sha256 cellar: :any, sonoma: "040b9218f2d74662086b10ec4ffa7efb9f3a58821cde7eebfd73ad45f8dde364" + sha256 cellar: :any, ventura: "971b056a7df585fd2fc83228debb31b4969145d8d3f3101a2fda7510a11d6bb3" + sha256 cellar: :any_skip_relocation, arm64_linux: "81768d7e7ccf6989ee40a6f88c864941c5260f15c631bf4848a9a83e0094c833" + sha256 cellar: :any_skip_relocation, x86_64_linux: "84c74bc84ff084019e767641b0fbd54ce29bf750a646bc24d37087f6bf99fddf" end depends_on "autoconf" From 4ac5a386923b646fb2b2b0907348dcfa1e0e6e33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:52:59 +0000 Subject: [PATCH 06778/10074] pulumi: update 3.176.0 bottle. --- Formula/p/pulumi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index a47710efbcedc..6699859a18c42 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -10,12 +10,12 @@ class Pulumi < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6f41dd3ec75574bceca95427bed3e010f281ced3c34e7293b99dc4a0a571ebe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c696d2fdef86383cfabdc2597fb59f1cb85e05081304c3f862d166fa69370ab6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4165a6d97ee475a86e34cee8e0f8782ef314aa2223a53abff7b78e6a95e4d99c" - sha256 cellar: :any_skip_relocation, sonoma: "e51d1f103aa5ff42a5295bfb149de7159a36cd9646c9419ba5a02ec19ba65a7e" - sha256 cellar: :any_skip_relocation, ventura: "133cde3d2cbde8f235fdf8b02422a9196046d318cb7e1e85888104f96ba6e958" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7c4b2d32724aaf745631311fa5171a76db84aaaa00536797421daae0e0b00069" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "772f54857cf512fc3dbfa06990c59c18d4e12d51d369860db49a9c2350280dc3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "79245ea6fe097f007ed1ce205c308715c6204e7cac18bc1f4aa250976c500977" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bdb0df94ea9a649986f55d1e168373045a969db9f0358e3299bf7fdb11910efd" + sha256 cellar: :any_skip_relocation, sonoma: "09c60ce2dc04e1ee21b0ee214219a38abdc8b9a0b710f2cdc1665056073b9d9a" + sha256 cellar: :any_skip_relocation, ventura: "2ee2982fc00a50b66c609c1f2b9cabe9bee873b134fce7d2287bd5d5166ab520" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b160de4ed6bb1e06e1cf5bd40c9ad7b1664b40b20e942fbd33abd803e2fc2aa0" end depends_on "go" => :build From 98cbc8b6be8526bfb89dfacf1741147c0a51a2a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:53:04 +0000 Subject: [PATCH 06779/10074] zsh-you-should-use: update 1.10.0 bottle. --- Formula/z/zsh-you-should-use.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/z/zsh-you-should-use.rb b/Formula/z/zsh-you-should-use.rb index 0ed5327e1ced4..b14c4c6cf839a 100644 --- a/Formula/z/zsh-you-should-use.rb +++ b/Formula/z/zsh-you-should-use.rb @@ -6,7 +6,7 @@ class ZshYouShouldUse < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, all: "24301ab13546031f58afb2c005dc2cab1f17ebac641b3a11f90712037ef06bb9" + sha256 cellar: :any_skip_relocation, all: "c8245005cafa46b294b2e4d747322bba4d6c05cdee2c34cda2b8391287ce0855" end uses_from_macos "zsh" From c2f2d2191d38c0acfe5beff6a844f6768dee33c4 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 12 Jun 2025 14:56:14 +0200 Subject: [PATCH 06780/10074] psqlodbc 17.00.0006 Signed-off-by: botantony --- Formula/p/psqlodbc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/psqlodbc.rb b/Formula/p/psqlodbc.rb index fea6a86e75e7b..6ce25cb2d9fc9 100644 --- a/Formula/p/psqlodbc.rb +++ b/Formula/p/psqlodbc.rb @@ -1,8 +1,8 @@ class Psqlodbc < Formula desc "Official PostgreSQL ODBC driver" homepage "https://odbc.postgresql.org" - url "https://github.com/postgresql-interfaces/psqlodbc/archive/refs/tags/REL-17_00_0005.tar.gz" - sha256 "290a5bd5f01baf1a011da5ede15e829fc880bc2540d39b7bbf95face86722688" + url "https://github.com/postgresql-interfaces/psqlodbc/archive/refs/tags/REL-17_00_0006.tar.gz" + sha256 "1c886c5303a43fae3b7bdc4f674aaf3927813e937c310716b6f83fd61434f44c" license "LGPL-2.0-or-later" head "https://github.com/postgresql-interfaces/psqlodbc.git", branch: "main" @@ -14,7 +14,7 @@ class Psqlodbc < Formula end end - no_autobump! because: :requires_manual_review + no_autobump! because: :incompatible_version_format bottle do sha256 cellar: :any, arm64_sequoia: "7301df560fe98f539315f6236b45b308afc94748ff8aa2b5b0e0cdb2d0900354" From 7585d588317ba42dc3f1db1b799943cbfb91fe29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:05:38 +0000 Subject: [PATCH 06781/10074] atmos: update 1.180.0 bottle. --- Formula/a/atmos.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index 0aba16a18d596..0b190594d7e91 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -9,12 +9,12 @@ class Atmos < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2cd96f0dd4d0937e94dc89c225bbd2bd4e2d3543ecd235d482a9f5a700b3b474" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "369e66cab92dd63bb110dff16e93c3ff65225bf6f9ad2bbcfc76e1b495c5e5b8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7fff6a271ac1c0168cd93be0d0c343a8986c6f8e4880f8ae9d857f208fbd9033" - sha256 cellar: :any_skip_relocation, sonoma: "b820b27c1424e98eb3b0827962bb23c6ad304fe0b96482ad618656c45a056d6f" - sha256 cellar: :any_skip_relocation, ventura: "5b4f5d3cde3fc6274bb8cbf1a27a2eaed4f8d66748eae29e9f44c12fd492cfb8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cb2f699656199ebecee7986517a9b5f2b199fe81c2efe26c5a1314f8adf56bff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c594612760e01054f12c7b9f122b6bd539344545aa31b45c478c77addcce17b3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "96e4d41c1ec4effd682af90cc655222b6c827b78aabed84f10653efbb1c91271" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1d04beace3a828dcf193aa88bc96148680ca7877a48a49f7b11b53de24f2d450" + sha256 cellar: :any_skip_relocation, sonoma: "09ce12878d37d0f431bbf7fde7217165297adc4c128da87312cb4d9ce5c86c1b" + sha256 cellar: :any_skip_relocation, ventura: "96a03557e0548f4892b209c6f66d618313afd88a12e8e5ab1268fa5e32c3d6c1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a112e9af6c2277e3cbbd47ae3f2c5d376a008f25b622558b5a1c11e910dc42e7" end depends_on "go" => :build From d127da8d6284afe372b97023e7360d7733a252f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:24:52 +0000 Subject: [PATCH 06782/10074] dvc: update 3.60.1 bottle. --- Formula/d/dvc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dvc.rb b/Formula/d/dvc.rb index 701d53f935ff8..7f0d0747cfa2f 100644 --- a/Formula/d/dvc.rb +++ b/Formula/d/dvc.rb @@ -8,13 +8,13 @@ class Dvc < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "6c3a46439ea572c12876d49eedc6ecc383ce81ba0a4b0369aeeb3fe039888dde" - sha256 cellar: :any, arm64_sonoma: "a23ecaec7d010f377f635d8125b077e154ead4e6355584711d94c4069d4f9523" - sha256 cellar: :any, arm64_ventura: "9a34f7e84c702dcb4944ec4d91163d61cd45819efcbe15621c6a4d13cafc720c" - sha256 cellar: :any, sonoma: "ca09fa0e7bd4d0267ed992ce0837d8905497084443961238caaacc7b308d2f00" - sha256 cellar: :any, ventura: "34421b301d9c8346f9239dd635ea936b9aec9a6df854a61c6d99258a00712e75" - sha256 cellar: :any_skip_relocation, arm64_linux: "99805f171264d8d4efea9f890240efc284bf8189a2cfd63b9475b3fe753a9368" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b18ad5f957ecee80a834f7f51e2ffdb9585b4ad1baa4d7bdd2b5c44ffac953bb" + sha256 cellar: :any, arm64_sequoia: "33a2d31dedcd018c94bd147cd270ceeab1e73b9b82cb4d7491604e99e6946b04" + sha256 cellar: :any, arm64_sonoma: "1fddeee1191fd9558c1db7ae466e2107785615457501019f2f8e1e5b5803a356" + sha256 cellar: :any, arm64_ventura: "ccd27635ef9dc583f927ea5baf68c960263fde7f38d9d5d3d1923ec78f2736e5" + sha256 cellar: :any, sonoma: "e3ee163f769ae9821d041aba81d3d974c2ec3bd8b47102a1b56dbf37ad41a9ad" + sha256 cellar: :any, ventura: "2214c49a37c54a5e8671b0aa71109ddae080ba381cbdf7e1b2a1c8881f2f48bf" + sha256 cellar: :any_skip_relocation, arm64_linux: "b025b7edcd3bcbdc1122743531be1ca62b112f1eccb42c93d3264776357a812a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d808072c693d7ab1adbfb93f6b7e806cf35ab21846948c7ce83f7d4dfc9c653a" end depends_on "cmake" => :build # for pyarrow From abc71c61c5fa92defe8e4f05984bd48ccd0ee2af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:24:53 +0000 Subject: [PATCH 06783/10074] feluda: update 1.8.5 bottle. --- Formula/f/feluda.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/feluda.rb b/Formula/f/feluda.rb index b4408a06eb6d2..33356c796f0db 100644 --- a/Formula/f/feluda.rb +++ b/Formula/f/feluda.rb @@ -15,13 +15,13 @@ class Feluda < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "993b270638508c78a6ba5ec743c412d54732a6d138f02702aa9c389aad846c03" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "06b82c986266201e1e4e1b9523cc48e9614ffc4c94b926788ba5f3ad56d7f28e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ec4b90283a9ab6f42d981d58313b7349a64a0d1747da6db711f88942423f1d9a" - sha256 cellar: :any_skip_relocation, sonoma: "5f16a7a9eafc9cab27629c67a52006019fe2f5889ab067ef94bf057145b73b02" - sha256 cellar: :any_skip_relocation, ventura: "4ad15cfb4d122c11d7702c092cbbd73cd3529505880001060f899f690d2069f4" - sha256 cellar: :any_skip_relocation, arm64_linux: "4dd79e99b0e2be326a6f473cae8cf9f507b5dbf37d91d575d12062c0accf52fe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "26d6c8c23cf54febb03d27e7e32613c91d39e2dcc87abfb2b5c9a9f5d4042c76" + sha256 cellar: :any, arm64_sequoia: "7e5d5ffe04a61b5a2be726c0d33955b4dd396ac079ac51c53989cf66bf158551" + sha256 cellar: :any, arm64_sonoma: "2684a98b4166644cce073427df959de870322677951f169dc2c9177682d1df6f" + sha256 cellar: :any, arm64_ventura: "22c15356dc7fbb1d50a015b638d0cca1db7846fc5b1d1c38c521b9af82bb3b38" + sha256 cellar: :any, sonoma: "bcedc4844a1b9de4cfecf625d055793aab33a80b4a9f627d31a2c71691e5a378" + sha256 cellar: :any, ventura: "758820c3d717503668641fc5964c96df74b26abdb768915652a7b7eae28e2f27" + sha256 cellar: :any_skip_relocation, arm64_linux: "94c6a7bc2d8ac6628b86135a34498611ce1f5db541dfdda687ce3c1c1e3f66a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d6dc544d9ad47de8fc92e360870a417ed62adb69bc228f3ac7b7c2c74e9f06e" end depends_on "pkgconf" => :build From 29071cb2c7c7cde070298c4b743ea84cb1bcd9a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:25:04 +0000 Subject: [PATCH 06784/10074] fabric-ai: update 1.4.202 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 2a29dc08f18ac..1db9eff82681a 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6da97fd583717eacd306349798b0d7e38e902373c1b12932c64190e3978bc49" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6da97fd583717eacd306349798b0d7e38e902373c1b12932c64190e3978bc49" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a6da97fd583717eacd306349798b0d7e38e902373c1b12932c64190e3978bc49" - sha256 cellar: :any_skip_relocation, sonoma: "10388075e27026916fe72090579863b667a4cd8973c1dc4cad70fc0eff6b8460" - sha256 cellar: :any_skip_relocation, ventura: "10388075e27026916fe72090579863b667a4cd8973c1dc4cad70fc0eff6b8460" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d46f6d15ba0c3bc3aa11afc6fe74bd5fa04fc0c88e0e59e86c1e79ee91833d07" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3713c0d4626fe240eb56aab91a2c1e32a78d01fad8d73b63277f8b9a0f2d44ce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3713c0d4626fe240eb56aab91a2c1e32a78d01fad8d73b63277f8b9a0f2d44ce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3713c0d4626fe240eb56aab91a2c1e32a78d01fad8d73b63277f8b9a0f2d44ce" + sha256 cellar: :any_skip_relocation, sonoma: "ccc498a2a0a999c965cc259bf3b69b924f8c38ae132ee7941764452c692cd658" + sha256 cellar: :any_skip_relocation, ventura: "ccc498a2a0a999c965cc259bf3b69b924f8c38ae132ee7941764452c692cd658" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81ac6faa6fa96b938b0683a9721d9c23dfb656cb28769600cd649225bee58a44" end depends_on "go" => :build From 6d8a0a02d465c3fe8135504819eb74eb1880b3ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:25:26 +0000 Subject: [PATCH 06785/10074] sgr: update 0.3.12_14 bottle. --- Formula/s/sgr.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sgr.rb b/Formula/s/sgr.rb index baa2c45fa53e7..b40d44644f0d3 100644 --- a/Formula/s/sgr.rb +++ b/Formula/s/sgr.rb @@ -11,13 +11,13 @@ class Sgr < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "db20ed00c7f28d1884e5532dc0438ca59540790898fdbaf1c58c1eef36bd632d" - sha256 cellar: :any, arm64_sonoma: "628f8550d5cc8827feaf871741a8deee69da3e65417cbea153bbc527f9c46515" - sha256 cellar: :any, arm64_ventura: "f2c5752758f3ce00735b23615e30592e2a82eee38852b20f51b39272c54f4d1e" - sha256 cellar: :any, sonoma: "05ddb46cbe9fda4c3e515a497bf94a80217e3b2fdc9a23831840ba2f89c2d718" - sha256 cellar: :any, ventura: "5ffa755152d082223726bcd875552ba15fa6bff72c39f9c9b79e6040c5f00878" - sha256 cellar: :any_skip_relocation, arm64_linux: "1ddd6bf34a9d009f71f6bf92e2954356e82b94e803c217e0e1dd85d8f36f3d43" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c32a6bd8f4646c852a5155ba5609308687042831becd2410595e598604c9d303" + sha256 cellar: :any, arm64_sequoia: "7485b10c51cb90010959f17809af83e7674462b8a1d84a5606bd5a0181c27629" + sha256 cellar: :any, arm64_sonoma: "932b534c9740339132f1fa769236206a753ba9a8d2aa4a128145c82f289fbe86" + sha256 cellar: :any, arm64_ventura: "808887ba8146bc6104a500749553d38a0cc097731a0fb7424de40a02aab937c3" + sha256 cellar: :any, sonoma: "84c0b5fb6184feaa0b8b515bd3c45fc8f993f2f9eb5bb0ed2dbbda267117674a" + sha256 cellar: :any, ventura: "21deb66a3b70da99d0a48f5e306956df5a77a98ea0ff4dbe35145a27e1fa36f9" + sha256 cellar: :any_skip_relocation, arm64_linux: "a386be11602cdf781dcc8f6b512937545cbd60e60b980bc664a5690840c4b32d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b1f7e6a756e02126681cd5d007315ce6e669769b187d6fa0c03e1d7db835d484" end depends_on "rust" => :build # for pydantic From 6ea016ebafe705b0bb57e73b922e728e085f3157 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:25:45 +0000 Subject: [PATCH 06786/10074] psqlodbc: update 17.00.0006 bottle. --- Formula/p/psqlodbc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/psqlodbc.rb b/Formula/p/psqlodbc.rb index 6ce25cb2d9fc9..532d8136ecb41 100644 --- a/Formula/p/psqlodbc.rb +++ b/Formula/p/psqlodbc.rb @@ -17,13 +17,13 @@ class Psqlodbc < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "7301df560fe98f539315f6236b45b308afc94748ff8aa2b5b0e0cdb2d0900354" - sha256 cellar: :any, arm64_sonoma: "990accc6923fb034bc1ebbf5b7a5d820b9a85807c9a3e90c581f986a26215f46" - sha256 cellar: :any, arm64_ventura: "ee44e2546f6ccb55b794d60d9883bdc6ae7095c171362da451988a7dde5ba545" - sha256 cellar: :any, sonoma: "96858de4ba34c85cbd12cf2c4ba028d93df8daaba4dd0a48785caad483eb4096" - sha256 cellar: :any, ventura: "73c5c8dc78b9cf9afc173a7dca7279a8012bbb6a5f5e59a9c0e5587c1a6ae3d2" - sha256 cellar: :any_skip_relocation, arm64_linux: "140eaf0458d4fa234aa8505488ff9af1f2ba2301cd9c338003fd2abfbfc1fbcb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d563442d2470bbe7519e5a3e72b62bcfa2028b8e6b84536e192b33cc54de220a" + sha256 cellar: :any, arm64_sequoia: "9aa0e50a32cd06602fd8ca3c9e9a7e7be2dd43f43fa7baa287a8f2fb33d35b67" + sha256 cellar: :any, arm64_sonoma: "fdd9914597028be6afe45103c0502f97027850d3c28587bdaa71eca7ec77b6ca" + sha256 cellar: :any, arm64_ventura: "416058e5349573dd91929c36507e2c6b4bf26ba06a7e61b902626e27276991b5" + sha256 cellar: :any, sonoma: "866ba671fda96d5abdd7ea6d897403485829310ff629cb18ea68251e2686b222" + sha256 cellar: :any, ventura: "e8fc788ff3819c7f5b46982baf695d586e50c9046b5970ad11c418c0b9431bd0" + sha256 cellar: :any_skip_relocation, arm64_linux: "1a2a492bfca18421c0df06dbb1154b6432878c9689a79bf0497f051fe1278ab0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4e915e1ad71414c65162bc86332943510b8899d03c2c21a1795a67d42308a80" end depends_on "autoconf" => :build From 34a80be2d8d34e3950b98cae8048557a113c3bd6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 12 Jun 2025 13:27:15 +0000 Subject: [PATCH 06787/10074] ldcli: update 1.15.3 bottle. --- Formula/l/ldcli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/l/ldcli.rb b/Formula/l/ldcli.rb index 119081f119d03..280b45c29a826 100644 --- a/Formula/l/ldcli.rb +++ b/Formula/l/ldcli.rb @@ -12,6 +12,7 @@ class Ldcli < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "964ac434235946fbc8845ca6149f36155428793747ea115ba840ebb675cf36df" sha256 cellar: :any_skip_relocation, sonoma: "a38772c1dd6f6af380e43897e396908472881420571b2990ce1d5104501a10bd" sha256 cellar: :any_skip_relocation, ventura: "5856accf4f9bd7ec17a34d7a5184f8b253e4fc0cd078432046210c80a4326b81" + sha256 cellar: :any_skip_relocation, arm64_linux: "50aff5979423a57fd0a0bbe1d4a84bd0e7347f3cf27ea2d7faad251d9d1bc5ce" sha256 cellar: :any_skip_relocation, x86_64_linux: "6f13544ef2d9b4c3bba419aadaacf4df17bb527428c49d15684d8abc3b74aba3" end From 2668e3b03f1fda0a60ff25d644c4ce3453050044 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 12 Jun 2025 13:28:25 +0000 Subject: [PATCH 06788/10074] desed: update 1.2.2 bottle. --- Formula/d/desed.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/d/desed.rb b/Formula/d/desed.rb index 28827fc4a7826..5cae4b824bdcd 100644 --- a/Formula/d/desed.rb +++ b/Formula/d/desed.rb @@ -12,6 +12,7 @@ class Desed < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "c94d25fc45f6e6e18e492b7a1b0a99bc050010ef581964235718147f41a8721d" sha256 cellar: :any_skip_relocation, sonoma: "2160dd4cfb4d6c16d5563112a6871a012c2968e2313514c48cf7323fa2d1e714" sha256 cellar: :any_skip_relocation, ventura: "8d561d9e6c8f3d55f5a708ce24cc786b2975f227ec86414cf312409adc5130c7" + sha256 cellar: :any_skip_relocation, arm64_linux: "3d7939fa70a8187c637bc200bbdcf9f3ff97950032b92425a2c9ccdbdb8141f2" sha256 cellar: :any_skip_relocation, x86_64_linux: "74c7143b9c97e0dfa4bd338b665434834ffd17d5c1cd3582f346ae7498b5f2ad" end From 22f54f250afe4d6d51947cc7448894f17e972802 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:29:00 +0000 Subject: [PATCH 06789/10074] oterm: update 0.14.0 bottle. --- Formula/o/oterm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oterm.rb b/Formula/o/oterm.rb index 0a5aa60dca8d0..3930ce6e90640 100644 --- a/Formula/o/oterm.rb +++ b/Formula/o/oterm.rb @@ -8,13 +8,13 @@ class Oterm < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "7cdca9e3927ffac2a1e874a1b168eb2b8f5a2f43b6a3319a34f7704c6a1268cd" - sha256 cellar: :any, arm64_sonoma: "73736388f0eef2db048f6cf8bedcb206d6f28f230c178e40cfff68d9d2606c26" - sha256 cellar: :any, arm64_ventura: "89426afa4aa82b3062e4e10be85c7797869b0b0cdd9157ed38b9955d55d17b39" - sha256 cellar: :any, sonoma: "813fe5c694dc0fbea60980453bb1cc4e5717848d2863f357327d2d99740dbb08" - sha256 cellar: :any, ventura: "0c88bbe24151cac4abf329855534ad732129b90cc46c0a7474e5de02a6e915e3" - sha256 cellar: :any_skip_relocation, arm64_linux: "32f0b0ced4878dbaebede3ba439d1e9b5a530ff15939d95511722a26f71d9b4e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "93ab4da9f391817818017a675a1555dec42b32643500a0377660e62c8611f619" + sha256 cellar: :any, arm64_sequoia: "d00693e311c375bcfdc7ebaa4c4c3a7785a91ed2430ebd66c5231a6faf85b260" + sha256 cellar: :any, arm64_sonoma: "688099b24e24ba4c9070d75588ca5c1e1f0ce8a6b32b7cd55f3eb337e0bf6095" + sha256 cellar: :any, arm64_ventura: "9b322a2eebe346ce0637681f43628dde2a4991573eb22a878525fe12e78576e3" + sha256 cellar: :any, sonoma: "20b894af729db7c114a3ffbafec0124646da0907a877b37fdf183aaa10c951c4" + sha256 cellar: :any, ventura: "1068f96b730f967fd442ca306a909be1af40657b97c9d4f82b66bb9c0d693c6d" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba7427ad11333b77d053cec081166a13497cefb8d79a53d093255534c9833946" + sha256 cellar: :any_skip_relocation, x86_64_linux: "17f82762d825c9180d13f159606fda0c241905af2eaaf6a478fee9a9ca15e0b7" end depends_on "pkgconf" => :build From df3e020c82c18b9f93b771708f969c00438e6c80 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:53:25 +0000 Subject: [PATCH 06790/10074] aqua 2.53.2 --- Formula/a/aqua.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index 09e6083f77329..7958f2d369d18 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -1,8 +1,8 @@ class Aqua < Formula desc "Declarative CLI Version manager" homepage "https://aquaproj.github.io/" - url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.53.1.tar.gz" - sha256 "cb86d77f442a88844696c773364205a99cc543ecbbb1790540fac494b06218f5" + url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.53.2.tar.gz" + sha256 "88f129148c94e3b5377e9b34888851d247db3b1c655a9c38ec6aef9a516cd932" license "MIT" head "https://github.com/aquaproj/aqua.git", branch: "main" From 2f64bfb55c6455d9ac5f8aac156de757d6de35bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:55:14 +0000 Subject: [PATCH 06791/10074] bpmnlint 11.6.0 --- Formula/b/bpmnlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bpmnlint.rb b/Formula/b/bpmnlint.rb index 61f173fba6346..98c109488c43c 100644 --- a/Formula/b/bpmnlint.rb +++ b/Formula/b/bpmnlint.rb @@ -1,8 +1,8 @@ class Bpmnlint < Formula desc "Validate BPMN diagrams based on configurable lint rules" homepage "https://github.com/bpmn-io/bpmnlint" - url "https://registry.npmjs.org/bpmnlint/-/bpmnlint-11.5.0.tgz" - sha256 "7089c96ec679aa85a3b284517ed681aaa909a0b7f7f3c77145be88731245abb8" + url "https://registry.npmjs.org/bpmnlint/-/bpmnlint-11.6.0.tgz" + sha256 "718a92edbbb5f9ebab34e3c059cb6843c0b38b6d73c2e37a82252d4c00866447" license "MIT" bottle do From 6910681fdd8d04743809021f83cc526d823e4e3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:57:17 +0000 Subject: [PATCH 06792/10074] cloudflare-wrangler 4.20.0 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 38efa51a6f46d..d5dd534e681c5 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.19.2.tgz" - sha256 "5a7ab582d518c736873cedc29332113eb83ad1dbb73d3da4f6c5fe83dc02e083" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.0.tgz" + sha256 "782d5d473c073f822f3dca1a59f58051ead2949580432bbc53e7e4fe2045af06" license any_of: ["Apache-2.0", "MIT"] bottle do From 0b1ee90f2c75363f6bcffb92ee03247dd61edc26 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:00:15 +0000 Subject: [PATCH 06793/10074] dzr 250601 --- Formula/d/dzr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dzr.rb b/Formula/d/dzr.rb index 646c376a272e1..96c3628c2fd11 100644 --- a/Formula/d/dzr.rb +++ b/Formula/d/dzr.rb @@ -1,8 +1,8 @@ class Dzr < Formula desc "Command-line Deezer.com player" homepage "https://github.com/yne/dzr" - url "https://github.com/yne/dzr/archive/refs/tags/240909.tar.gz" - sha256 "8f400de9b2cfc7de87b72354db264abd79beb66734c80ac2cc69b5d49d0e39bd" + url "https://github.com/yne/dzr/archive/refs/tags/250601.tar.gz" + sha256 "824a8ecef7a61fc0ed215103085c93fbbe2ac0148f2ffcc7186261a37e2c9fde" license "Unlicense" head "https://github.com/yne/dzr.git", branch: "master" From 45c6d0188d98de3c4b948e364c1ac890710794e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:02:34 +0000 Subject: [PATCH 06794/10074] sigstore: bump python resources --- Formula/s/sigstore.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index 0db8c7f7b6bd4..fceaa65edd03e 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -6,6 +6,7 @@ class Sigstore < Formula url "https://files.pythonhosted.org/packages/10/dc/fb0306a86bd1bc79f99f2f53b2421a11c42d2bbd106f7ccf0acfb460b5db/sigstore-3.6.3.tar.gz" sha256 "9f957ef239b77695992b62823f79fc9554a589572dcc7bc0c1566a31b4bafc10" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "eddd5ef5f1ce37c44a16118af838d751f58c7cf3b565ad5ee125b53e08ead54f" @@ -136,8 +137,8 @@ class Sigstore < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rfc3161-client" do From b142853fb2870ff3abb85435152a442a2b3501e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:02:52 +0000 Subject: [PATCH 06795/10074] slither-analyzer: bump python resources --- Formula/s/slither-analyzer.rb | 81 ++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/Formula/s/slither-analyzer.rb b/Formula/s/slither-analyzer.rb index 98cf736cb3b31..e72228b909f7c 100644 --- a/Formula/s/slither-analyzer.rb +++ b/Formula/s/slither-analyzer.rb @@ -6,6 +6,7 @@ class SlitherAnalyzer < Formula url "https://files.pythonhosted.org/packages/f9/d7/327729240d0ab0291cf3e9b36f05e135676ffea796e4a74ec6b7ef7ad2dd/slither_analyzer-0.11.3.tar.gz" sha256 "09953ddb89d9ab182aa5826bda6fa3da482c82b5ffa371e34b35ba766044616e" license "AGPL-3.0-only" + revision 1 head "https://github.com/crytic/slither.git", branch: "master" no_autobump! because: :requires_manual_review @@ -30,8 +31,8 @@ class SlitherAnalyzer < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f1/d9/1c4721d143e14af753f2bf5e3b681883e1f24b592c0482df6fa6e33597fa/aiohttp-3.11.16.tar.gz" - sha256 "16f8a2c9538c14a557b4d309ed4d0a7c60f0253e8ed7b6c9a2859a7582f8b1b8" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiosignal" do @@ -50,8 +51,8 @@ class SlitherAnalyzer < Formula end resource "bitarray" do - url "https://files.pythonhosted.org/packages/f1/6e/e3877eebb83e3e9d22b6089be7b8c098d3d09b2195a9570d6d9049e90d5b/bitarray-3.3.1.tar.gz" - sha256 "8c89219a672d0a15ab70f8a6f41bc8355296ec26becef89a127c1a32bb2e6345" + url "https://files.pythonhosted.org/packages/b8/0d/15826c7c2d49a4518a1b24b0d432f1ecad2e0b68168f942058b5de498498/bitarray-3.4.2.tar.gz" + sha256 "78ed2b911aabede3a31e3329b1de8abdc8104bd5e0545184ddbd9c7f668f4059" end resource "cbor2" do @@ -60,8 +61,8 @@ class SlitherAnalyzer < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "ckzg" do @@ -70,8 +71,8 @@ class SlitherAnalyzer < Formula end resource "crytic-compile" do - url "https://files.pythonhosted.org/packages/47/fb/e185388d15dc114a4b271fa3fca87dad8764382b52d328ed02040ac24f88/crytic_compile-0.3.9.tar.gz" - sha256 "04b9877477098875bec03f8444111fe6a48d330aaa63da35f6320ab40e31d9e0" + url "https://files.pythonhosted.org/packages/78/9b/6834afa2cc6fb3d958027e4c9c24c09735f9c6caeef4e205c22838f772bf/crytic_compile-0.3.10.tar.gz" + sha256 "0d7e03b4109709dd175a4550345369548f99fc1c96183c34ccc4dd21a7c41601" end resource "cytoolz" do @@ -85,8 +86,8 @@ class SlitherAnalyzer < Formula end resource "eth-account" do - url "https://files.pythonhosted.org/packages/5f/7c/d6746caf985a32dce946dca7a22aacc979a0796be9897ec870ab42856a81/eth_account-0.13.6.tar.gz" - sha256 "e496cc4c50fe4e22972f720fda4c13e126e5636d0274163888eb27f08530ac61" + url "https://files.pythonhosted.org/packages/74/cf/20f76a29be97339c969fd765f1237154286a565a1d61be98e76bb7af946a/eth_account-0.13.7.tar.gz" + sha256 "5853ecbcbb22e65411176f121f5f24b8afeeaf13492359d254b16d8b18c77a46" end resource "eth-hash" do @@ -120,13 +121,13 @@ class SlitherAnalyzer < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" - sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "hexbytes" do - url "https://files.pythonhosted.org/packages/83/71/1a3f2439cf138b555c182fffeffbf67c090837e4570370af85ee8e57013f/hexbytes-1.3.0.tar.gz" - sha256 "4a61840c24b0909a6534350e2d28ee50159ca1c9e89ce275fd31c110312cf684" + url "https://files.pythonhosted.org/packages/7f/87/adf4635b4b8c050283d74e6db9a81496063229c9263e6acc1903ab79fbec/hexbytes-1.3.1.tar.gz" + sha256 "a657eebebdfe27254336f98d8af6e2236f3f83aed164b87466b6cf6c5f5a4765" end resource "idna" do @@ -135,13 +136,13 @@ class SlitherAnalyzer < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/da/2c/e367dfb4c6538614a0c9453e510d75d66099edf1c4e69da1b5ce691a1931/multidict-6.4.3.tar.gz" - sha256 "3ada0b058c9f213c5f95ba301f922d402ac234f1111a7d8fd70f1b99f3c281ec" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "parsimonious" do @@ -155,23 +156,23 @@ class SlitherAnalyzer < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "pycryptodome" do - url "https://files.pythonhosted.org/packages/44/e6/099310419df5ada522ff34ffc2f1a48a11b37fc6a76f51a6854c182dbd3e/pycryptodome-3.22.0.tar.gz" - sha256 "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723" + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pyunormalize" do @@ -185,8 +186,8 @@ class SlitherAnalyzer < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rlp" do @@ -195,8 +196,8 @@ class SlitherAnalyzer < Formula end resource "solc-select" do - url "https://files.pythonhosted.org/packages/60/a0/2a2bfbbab1d9bd4e1a24e3604c30b5d6f84219238f3c98f06191faf5d019/solc-select-1.0.4.tar.gz" - sha256 "db7b9de009af6de3a5416b80bbe5b6d636bf314703c016319b8c1231e248a6c7" + url "https://files.pythonhosted.org/packages/e0/55/55b19b5f6625e7f1a8398e9f19e61843e4c651164cac10673edd412c0678/solc_select-1.1.0.tar.gz" + sha256 "94fb6f976ab50ffccc5757d5beaf76417b27cbe15436cfe2b30cdb838f5c7516" end resource "toolz" do @@ -205,18 +206,18 @@ class SlitherAnalyzer < Formula end resource "types-requests" do - url "https://files.pythonhosted.org/packages/00/7d/eb174f74e3f5634eaacb38031bbe467dfe2e545bc255e5c90096ec46bc46/types_requests-2.32.0.20250328.tar.gz" - sha256 "c9e67228ea103bd811c96984fac36ed2ae8da87a36a633964a21f199d60baf32" + url "https://files.pythonhosted.org/packages/6d/7f/73b3a04a53b0fd2a911d4ec517940ecd6600630b559e4505cc7b68beb5a0/types_requests-2.32.4.20250611.tar.gz" + sha256 "741c8777ed6425830bf51e54d6abe245f79b4dcb9019f1622b773463946bf826" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do @@ -230,8 +231,8 @@ class SlitherAnalyzer < Formula end resource "web3" do - url "https://files.pythonhosted.org/packages/6d/19/c1e213dd87ead2ace55ff1dd179df6050bcf5d9006440c9153969c7d6863/web3-7.10.0.tar.gz" - sha256 "0cace05ea14f800a4497649ecd99332ca4e85c8a90ea577e05ae909cb08902b9" + url "https://files.pythonhosted.org/packages/7d/1e/fc1f5b5a12615cbdca57d35014cdb9823db7392d73b730fa0d89d6a13f6a/web3-7.12.0.tar.gz" + sha256 "08fbe79a2e2503c9820132ebad24ba0372831588cabac5f467999c97ace7dda3" end resource "websockets" do @@ -240,8 +241,8 @@ class SlitherAnalyzer < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From cb7133adc8d461f523d6c78afb0dae85657eae8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:03:01 +0000 Subject: [PATCH 06796/10074] gcsfuse 3.0.0 --- Formula/g/gcsfuse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gcsfuse.rb b/Formula/g/gcsfuse.rb index 932e1a9beee31..7f3dbf6dba7c2 100644 --- a/Formula/g/gcsfuse.rb +++ b/Formula/g/gcsfuse.rb @@ -1,8 +1,8 @@ class Gcsfuse < Formula desc "User-space file system for interacting with Google Cloud" homepage "https://github.com/googlecloudplatform/gcsfuse" - url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.12.2.tar.gz" - sha256 "500048d3659454ada2d2cad790ec8641dde5ffb2419d040218d7e35f46bce251" + url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v3.0.0.tar.gz" + sha256 "be9ec66c99efe3b2f2586c2c769aa1413fac1955e5963b088fd122eed944af30" license "Apache-2.0" head "https://github.com/GoogleCloudPlatform/gcsfuse.git", branch: "master" From 77b4bf25f4eef4d9b8d70fb4bcf231998394c8b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:03:09 +0000 Subject: [PATCH 06797/10074] snakemake: bump python resources --- Formula/s/snakemake.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index edb39ce4d4d70..7a2245f39eb0f 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -6,7 +6,7 @@ class Snakemake < Formula url "https://files.pythonhosted.org/packages/bc/32/13663b412501ed32fbab35a69278888a96918f2bf1a4259964d4d10fcdca/snakemake-9.5.1.tar.gz" sha256 "480367b560b7c643eb8575274b4537b20e3cba23f2502b4d221a10e88703f6bd" license "MIT" - revision 1 + revision 2 head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do @@ -166,8 +166,8 @@ class Snakemake < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "reretry" do @@ -241,8 +241,8 @@ class Snakemake < Formula end resource "yte" do - url "https://files.pythonhosted.org/packages/79/2d/e397aba1d413e6141ee52e495600d613d77e7d3d89270eda9c60818139bc/yte-1.7.0.tar.gz" - sha256 "d9cadcb597128490356a8260842fd71bf3145fa4ee633ecc4023f53a6b3f646d" + url "https://files.pythonhosted.org/packages/f3/19/a56a000125ade3e9b4d25122f1725c8fdaf24cc907eb296b80f7991d81f9/yte-1.8.1.tar.gz" + sha256 "6eefbdceae56e156ba9881ecb63f3c9217cfe5d5cc6f85fdb061c266a8eff112" end def install From ddca847415f80c065fde976a49c954173fb333b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:03:55 +0000 Subject: [PATCH 06798/10074] snapcraft: bump python resources --- Formula/s/snapcraft.rb | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/Formula/s/snapcraft.rb b/Formula/s/snapcraft.rb index 706130ac4d312..929816024ea26 100644 --- a/Formula/s/snapcraft.rb +++ b/Formula/s/snapcraft.rb @@ -8,6 +8,7 @@ class Snapcraft < Formula tag: "8.9.2", revision: "abd5db829c7c60226e2f7d5e0aa99952c19ac7de" license "GPL-3.0-only" + revision 1 head "https://github.com/canonical/snapcraft.git", branch: "main" livecheck do @@ -93,8 +94,8 @@ class Snapcraft < Formula end resource "craft-application" do - url "https://files.pythonhosted.org/packages/0a/f5/b2f41e857a9e0999a1a279c2464afcdfb8b1af3671b3b3fa18c04c158a74/craft_application-5.2.0.tar.gz" - sha256 "9c21b61c9231be56037bdd497f1ea20942de492caaf04958ae852238372a2681" + url "https://files.pythonhosted.org/packages/22/19/c5cf1507dba062c5144a198b9dde4a600527490931a581f91e1b1bc5d7e8/craft_application-5.3.0.tar.gz" + sha256 "49b0a0d9023f8b7f4f89fe35797e4d3f7de60a8bf1a6421f2d9209e79e60d49d" end resource "craft-archives" do @@ -113,13 +114,13 @@ class Snapcraft < Formula end resource "craft-parts" do - url "https://files.pythonhosted.org/packages/38/e2/e447994c1436b0ae3a8c4987f96fa8d45b62330f363a6d77cf7e4f5bae16/craft_parts-2.10.0.tar.gz" - sha256 "62a0dbca7248769dc43ce1f8755aff65af1b2d1df1627ac27251325b4b9e5bce" + url "https://files.pythonhosted.org/packages/f0/6f/e562ab023757609671fe1c1093a469b982bb86297aa610a6a49a6b3424f0/craft_parts-2.12.0.tar.gz" + sha256 "cd20fbb1d0b2b8476d162d939d26100c60d912d0a55b876b56464dee635226fb" end resource "craft-platforms" do - url "https://files.pythonhosted.org/packages/e7/3b/96f9c7aaf9eca6f677b880029e7c1c160b927d3409f8dc1954d4ccd2a22b/craft_platforms-0.8.0.tar.gz" - sha256 "0c18f39aef7caadc7b101aa5123e76b4e32396d3217af7bad1184a5014f29369" + url "https://files.pythonhosted.org/packages/70/d5/9fe129a37b5f7d1506af03cad940651cc462cbb69f6791d88a2e6174ca46/craft_platforms-0.9.0.tar.gz" + sha256 "08d945625c0bd719181dbb038a22ac897aa2f2b681a8585a911c4360873e33c3" end resource "craft-providers" do @@ -128,8 +129,8 @@ class Snapcraft < Formula end resource "craft-store" do - url "https://files.pythonhosted.org/packages/78/80/edc3cf128f1e3302f0c591539a278b4bd6a09ad23e959f620494ce8cb285/craft_store-3.2.1.tar.gz" - sha256 "0c8ae8870362e6e670c0766026849683f6f4563d108a7acca800d4db024a3a21" + url "https://files.pythonhosted.org/packages/c5/ee/2a98813fea9fdb592887cdd24c48c3e7adf41cfd0896fdddf0ddc4baccec/craft_store-3.2.2.tar.gz" + sha256 "0d7f5236c06a42c5fff23ddcc54fb1e8c3fd3a4d88a4f358b73aabbaa69d41b0" end resource "distro" do @@ -278,8 +279,8 @@ class Snapcraft < Formula end resource "protobuf" do - url "https://files.pythonhosted.org/packages/c8/8c/cf2ac658216eebe49eaedf1e06bc06cbf6a143469236294a1171a51357c3/protobuf-6.30.2.tar.gz" - sha256 "35c859ae076d8c56054c25b59e5e59638d86545ed6e2b6efac6be0b6ea3ba048" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "psutil" do @@ -288,8 +289,8 @@ class Snapcraft < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -358,8 +359,8 @@ class Snapcraft < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -378,8 +379,8 @@ class Snapcraft < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/95/32/0cc40fe41fd2adb80a2f388987f4f8db3c866c69e33e0b4c8b093fdf700e/setuptools-80.4.0.tar.gz" - sha256 "5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "simplejson" do @@ -418,13 +419,13 @@ class Snapcraft < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do From c3b761e21811990b0699146e813ea52afa807c92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:04:16 +0000 Subject: [PATCH 06799/10074] sphinx-doc: bump python resources --- Formula/s/sphinx-doc.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/s/sphinx-doc.rb b/Formula/s/sphinx-doc.rb index 51e9ae67e2a56..bea6585060832 100644 --- a/Formula/s/sphinx-doc.rb +++ b/Formula/s/sphinx-doc.rb @@ -6,7 +6,7 @@ class SphinxDoc < Formula url "https://files.pythonhosted.org/packages/38/ad/4360e50ed56cb483667b8e6dadf2d3fda62359593faabbe749a27c4eaca6/sphinx-8.2.3.tar.gz" sha256 "398ad29dee7f63a75888314e9424d40f52ce5a6a87ae88e7071e80af296ec348" license "BSD-2-Clause" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "691cd69cca4a6d522bd06cf691cd7b450d27a0dc235112728739dc016c2b44c0" @@ -32,8 +32,8 @@ class SphinxDoc < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "docutils" do @@ -67,8 +67,8 @@ class SphinxDoc < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pygments" do @@ -77,8 +77,8 @@ class SphinxDoc < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "roman-numerals-py" do @@ -87,8 +87,8 @@ class SphinxDoc < Formula end resource "snowballstemmer" do - url "https://files.pythonhosted.org/packages/44/7b/af302bebf22c749c56c9c3e8ae13190b5b5db37a33d9068652e8f73b7089/snowballstemmer-2.2.0.tar.gz" - sha256 "09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" + url "https://files.pythonhosted.org/packages/75/a7/9810d872919697c9d01295633f5d574fb416d47e535f258272ca1f01f447/snowballstemmer-3.0.1.tar.gz" + sha256 "6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895" end resource "sphinxcontrib-applehelp" do @@ -127,8 +127,8 @@ class SphinxDoc < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 647b2e29ec0e07b5fb3d76adc0ca90b25264d99a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:04:24 +0000 Subject: [PATCH 06800/10074] streamlink: bump python resources --- Formula/s/streamlink.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/s/streamlink.rb b/Formula/s/streamlink.rb index e685c00922f02..d5121fcf1a513 100644 --- a/Formula/s/streamlink.rb +++ b/Formula/s/streamlink.rb @@ -6,6 +6,7 @@ class Streamlink < Formula url "https://files.pythonhosted.org/packages/07/83/8779287122de41b79763810204ce52bf644542396dd0273ad2fa177db80d/streamlink-7.4.0.tar.gz" sha256 "2cc90e5a978800c9e5b113d0b26db1079451f43441a0476255c2e99fd65e60bb" license "BSD-2-Clause" + revision 1 head "https://github.com/streamlink/streamlink.git", branch: "master" bottle do @@ -77,8 +78,8 @@ class Streamlink < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "sniffio" do From afa83257ffd3dd415bdf0e620c60a9a802a52ef8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:04:37 +0000 Subject: [PATCH 06801/10074] streamrip: bump python resources --- Formula/s/streamrip.rb | 73 +++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/Formula/s/streamrip.rb b/Formula/s/streamrip.rb index 65edaa9ba4f46..4108b52a7bac1 100644 --- a/Formula/s/streamrip.rb +++ b/Formula/s/streamrip.rb @@ -6,6 +6,7 @@ class Streamrip < Formula url "https://files.pythonhosted.org/packages/b8/c9/6997772e0217f3081e4e692c7b8b104aaa564c008f2593341e81bbbd2396/streamrip-2.1.0.tar.gz" sha256 "e59b4b406f9ac77eb59c927a1a082644e0902152ffeb6212b6b24af7fbef5540" license "GPL-3.0-only" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b89f47880d731ba9be311bc15dc854f4d22fb4e07dc70d5013d64a9147e42690" @@ -25,8 +26,8 @@ class Streamrip < Formula uses_from_macos "libffi" resource "aiodns" do - url "https://files.pythonhosted.org/packages/e7/84/41a6a2765abc124563f5380e76b9b24118977729e25a84112f8dfb2b33dc/aiodns-3.2.0.tar.gz" - sha256 "62869b23409349c21b072883ec8998316b234c9a9e36675756e8e317e8768f72" + url "https://files.pythonhosted.org/packages/92/9b/e96226eed7568ddfd075b03695e3e1298d9de48724128a3a2957f5ee6ec8/aiodns-3.4.0.tar.gz" + sha256 "24b0ae58410530367f21234d0c848e4de52c1f16fbddc111726a4ab536ec1b2f" end resource "aiofiles" do @@ -40,8 +41,8 @@ class Streamrip < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/b3/3f/c4a667d184c69667b8f16e0704127efc5f1e60577df429382b4d95fd381e/aiohttp-3.11.13.tar.gz" - sha256 "8ce789231404ca8fff7f693cdce398abf6d90fd5dae2b1847477196c243b1fbb" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiolimiter" do @@ -60,8 +61,8 @@ class Streamrip < Formula end resource "attrs" do - url "https://files.pythonhosted.org/packages/69/82/3c4e1d44f3cbaa2a578127d641fe385ba3bff6c38b789447ae11a21fa413/attrs-25.2.0.tar.gz" - sha256 "18a06db706db43ac232cce80443fcd9f2500702059ecf53489e3c5a3f417acaf" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "cffi" do @@ -70,13 +71,13 @@ class Streamrip < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-help-colors" do @@ -90,8 +91,8 @@ class Streamrip < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/8f/ed/0f4cec13a93c02c47ec32d81d11c0c1efbadf4a471e3f3ce7cad366cbbd3/frozenlist-1.5.0.tar.gz" - sha256 "81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "idna" do @@ -100,8 +101,8 @@ class Streamrip < Formula end resource "iniconfig" do - url "https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz" - sha256 "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" + url "https://files.pythonhosted.org/packages/f2/97/ebf4da567aa6827c909642694d71c9fcf53e5b504f2d96afea02718862f3/iniconfig-2.1.0.tar.gz" + sha256 "3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7" end resource "iso8601" do @@ -125,8 +126,8 @@ class Streamrip < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/d6/be/504b89a5e9ca731cd47487e91c469064f8ae5af93b7259758dcfc2b9c848/multidict-6.1.0.tar.gz" - sha256 "22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "mutagen" do @@ -135,8 +136,8 @@ class Streamrip < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pathvalidate" do @@ -145,18 +146,18 @@ class Streamrip < Formula end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" end resource "propcache" do - url "https://files.pythonhosted.org/packages/92/76/f941e63d55c0293ff7829dd21e7cf1147e90a526756869a9070f287a68c9/propcache-0.3.0.tar.gz" - sha256 "a8fd93de4e1d278046345f49e2238cdb298589325849b2645d4a94c53faeffc5" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "pycares" do - url "https://files.pythonhosted.org/packages/d7/b1/94daaa50b6d2fa14c6b4981ca24fa4e7aa33a7519962c76170072ffb06ee/pycares-4.5.0.tar.gz" - sha256 "025b6c2ffea4e9fb8f9a097381c2fecb24aff23fbd6906e70da22ec9ba60e19d" + url "https://files.pythonhosted.org/packages/19/7a/01ef7ce35fc1312d6c1c07f3b87f329ad6daf41bb9cd57c8f017e0b653fa/pycares-4.8.0.tar.gz" + sha256 "2fc2ebfab960f654b3e3cf08a732486950da99393a657f8b44618ad3ed2d39c1" end resource "pycparser" do @@ -165,8 +166,8 @@ class Streamrip < Formula end resource "pycryptodomex" do - url "https://files.pythonhosted.org/packages/11/dc/e66551683ade663b5f07d7b3bc46434bf703491dbd22ee12d1f979ca828f/pycryptodomex-3.21.0.tar.gz" - sha256 "222d0bd05381dd25c32dd6065c071ebf084212ab79bab4599ba9e6a3e0009e6c" + url "https://files.pythonhosted.org/packages/c9/85/e24bf90972a30b0fcd16c73009add1d7d7cd9140c2498a68252028899e41/pycryptodomex-3.23.0.tar.gz" + sha256 "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da" end resource "pygments" do @@ -175,8 +176,8 @@ class Streamrip < Formula end resource "pytest" do - url "https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz" - sha256 "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" + url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" + sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" end resource "pytest-asyncio" do @@ -185,13 +186,13 @@ class Streamrip < Formula end resource "pytest-mock" do - url "https://files.pythonhosted.org/packages/c6/90/a955c3ab35ccd41ad4de556596fa86685bf4fc5ffcc62d22d856cfd4e29a/pytest-mock-3.14.0.tar.gz" - sha256 "2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0" + url "https://files.pythonhosted.org/packages/71/28/67172c96ba684058a4d24ffe144d64783d2a270d0af0d9e792737bddc75c/pytest_mock-3.14.1.tar.gz" + sha256 "159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -210,13 +211,13 @@ class Streamrip < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "yarl" do - url "https://files.pythonhosted.org/packages/b7/9d/4b94a8e6d2b51b599516a5cb88e5bc99b4d8d4583e468057eaa29d5f0918/yarl-1.18.3.tar.gz" - sha256 "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From 3dad135888e578089312f29ef9686754ea46a3ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:04:52 +0000 Subject: [PATCH 06802/10074] subliminal: bump python resources --- Formula/s/subliminal.rb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Formula/s/subliminal.rb b/Formula/s/subliminal.rb index 631b51c52dcca..53d54a8ffbeae 100644 --- a/Formula/s/subliminal.rb +++ b/Formula/s/subliminal.rb @@ -6,6 +6,7 @@ class Subliminal < Formula url "https://files.pythonhosted.org/packages/50/fc/24c86cc9bf5ef2543a14cbff1e71a81165e760e2dfc61814ac3d7d9bfa9d/subliminal-2.3.2.tar.gz" sha256 "e9adee230b8bf46e27214da71ada18a3a0107d968005a25be3db5bc5855fb433" license "MIT" + revision 1 head "https://github.com/Diaoul/subliminal.git", branch: "main" bottle do @@ -43,8 +44,8 @@ class Subliminal < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-option-group" do @@ -138,13 +139,13 @@ class Subliminal < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -168,8 +169,8 @@ class Subliminal < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "trakit" do @@ -178,8 +179,8 @@ class Subliminal < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do From a0c444743312842c4fc9b24abba476ac518c23f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:05:00 +0000 Subject: [PATCH 06803/10074] svtplay-dl: bump python resources --- Formula/s/svtplay-dl.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/s/svtplay-dl.rb b/Formula/s/svtplay-dl.rb index a7c93ddea2873..d47ef65e44b19 100644 --- a/Formula/s/svtplay-dl.rb +++ b/Formula/s/svtplay-dl.rb @@ -6,6 +6,7 @@ class SvtplayDl < Formula url "https://files.pythonhosted.org/packages/90/dd/c20e5a5bed00ec886ff9bb6a3ff778c807dbe2dad17776ee4ad11040ed40/svtplay_dl-4.113.tar.gz" sha256 "953581c6c1d272a5c559d2662ed13d0547910eb9878d4c839a7505e4fbe1ffb4" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "8bb592d9f261e0371b056b2fddbbd5fc4191f8d8011c79b7c5d5c35ee6657b36" @@ -43,8 +44,8 @@ class SvtplayDl < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do From ff0979c04bdc46fe026d121fb682b239e9c20b9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:05:12 +0000 Subject: [PATCH 06804/10074] sysaidmin: bump python resources --- Formula/s/sysaidmin.rb | 67 +++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 31 deletions(-) diff --git a/Formula/s/sysaidmin.rb b/Formula/s/sysaidmin.rb index 499d2b349aed2..063b9e543d216 100644 --- a/Formula/s/sysaidmin.rb +++ b/Formula/s/sysaidmin.rb @@ -6,7 +6,7 @@ class Sysaidmin < Formula url "https://files.pythonhosted.org/packages/01/d8/f2b32cc85a544d1487bbdda7ec48d214c0e551d2d0ae6bbbb49d707fe297/sysaidmin-0.2.5.tar.gz" sha256 "77c40710cead7bdcc6cb98b38d74dd05e1e1c24dbc450e3b983869a7c06da91f" license "AGPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "ab1447a16293a706addd85001c911b1543833b531d55feed4c45e74af35042a5" @@ -33,13 +33,13 @@ class Sysaidmin < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -83,33 +83,33 @@ class Sysaidmin < Formula end resource "jiter" do - url "https://files.pythonhosted.org/packages/1e/c2/e4562507f52f0af7036da125bb699602ead37a2332af0788f8e0a3417f36/jiter-0.9.0.tar.gz" - sha256 "aadba0964deb424daa24492abc3d229c60c4a31bfee205aedbf1acc7639d7893" + url "https://files.pythonhosted.org/packages/ee/9d/ae7ddb4b8ab3fb1b51faf4deb36cb48a4fbbd7cb36bad6a5fca4741306f7/jiter-0.10.0.tar.gz" + sha256 "07a7142c38aacc85194391108dc91b5b57093c978a9932bd86a36862759d9500" end resource "mcp" do - url "https://files.pythonhosted.org/packages/95/d2/f587cb965a56e992634bebc8611c5b579af912b74e04eb9164bd49527d21/mcp-1.6.0.tar.gz" - sha256 "d9324876de2c5637369f43161cd71eebfd803df5a95e46225cab8d280e366723" + url "https://files.pythonhosted.org/packages/06/f2/dc2450e566eeccf92d89a00c3e813234ad58e2ba1e31d11467a09ac4f3b9/mcp-1.9.4.tar.gz" + sha256 "cfb0bcd1a9535b42edaef89947b9e18a8feb49362e1cc059d6e7fc636f2cb09f" end resource "openai" do - url "https://files.pythonhosted.org/packages/84/51/817969ec969b73d8ddad085670ecd8a45ef1af1811d8c3b8a177ca4d1309/openai-1.76.0.tar.gz" - sha256 "fd2bfaf4608f48102d6b74f9e11c5ecaa058b60dad9c36e409c12477dfd91fb2" + url "https://files.pythonhosted.org/packages/ec/7a/9ad4a61f1502f0e59d8c27fb629e28a63259a44d8d31cd2314e1534a2d9f/openai-1.86.0.tar.gz" + sha256 "c64d5b788359a8fdf69bd605ae804ce41c1ce2e78b8dd93e2542e0ee267f1e4b" end resource "openai-agents" do - url "https://files.pythonhosted.org/packages/83/6e/3e14abef846b9aaaa454d0c2e3353e0c5b4c72806633bf193024319806f3/openai_agents-0.0.13.tar.gz" - sha256 "6b80315e75c06b5302c5f2adba2f9ea3845f94615daed4706bfb871740f561a5" + url "https://files.pythonhosted.org/packages/5d/82/75e18932102756e3c6e2c8a63f6a3a3058b32580f7aa53d87daab4f2a26b/openai_agents-0.0.17.tar.gz" + sha256 "44f9c8e80b461c64cfdcf55d162ca8bb0594f4b2ada48daf1be34a8d4cd0759f" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pydantic-settings" do @@ -122,9 +122,14 @@ class Sysaidmin < Formula sha256 "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" end + resource "python-multipart" do + url "https://files.pythonhosted.org/packages/f3/87/f44d7c9f274c7ee665a29b885ec97089ec5dc034c7f3fafa03da9e39a09e/python_multipart-0.0.20.tar.gz" + sha256 "8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13" + end + resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "sniffio" do @@ -133,13 +138,13 @@ class Sysaidmin < Formula end resource "sse-starlette" do - url "https://files.pythonhosted.org/packages/86/35/7d8d94eb0474352d55f60f80ebc30f7e59441a29e18886a6425f0bccd0d3/sse_starlette-2.3.3.tar.gz" - sha256 "fdd47c254aad42907cfd5c5b83e2282be15be6c51197bf1a9b70b8e990522072" + url "https://files.pythonhosted.org/packages/8c/f4/989bc70cb8091eda43a9034ef969b25145291f3601703b82766e5172dfed/sse_starlette-2.3.6.tar.gz" + sha256 "0382336f7d4ec30160cf9ca0518962905e1b69b72d6c1c995131e0a703b436e3" end resource "starlette" do - url "https://files.pythonhosted.org/packages/ce/20/08dfcd9c983f6a6f4a1000d934b9e6d626cff8d2eeb77a89a68eef20a2b7/starlette-0.46.2.tar.gz" - sha256 "7f7361f34eed179294600af672f565727419830b54b7b084efe44bb82d2fccd5" + url "https://files.pythonhosted.org/packages/8b/d0/0332bd8a25779a0e2082b0e179805ad39afad642938b371ae0882e7f880d/starlette-0.47.0.tar.gz" + sha256 "1f64887e94a447fed5f23309fb6890ef23349b7e478faa7b24a851cd4eb844af" end resource "tqdm" do @@ -148,18 +153,18 @@ class Sysaidmin < Formula end resource "types-requests" do - url "https://files.pythonhosted.org/packages/00/7d/eb174f74e3f5634eaacb38031bbe467dfe2e545bc255e5c90096ec46bc46/types_requests-2.32.0.20250328.tar.gz" - sha256 "c9e67228ea103bd811c96984fac36ed2ae8da87a36a633964a21f199d60baf32" + url "https://files.pythonhosted.org/packages/6d/7f/73b3a04a53b0fd2a911d4ec517940ecd6600630b559e4505cc7b68beb5a0/types_requests-2.32.4.20250611.tar.gz" + sha256 "741c8777ed6425830bf51e54d6abe245f79b4dcb9019f1622b773463946bf826" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do @@ -168,8 +173,8 @@ class Sysaidmin < Formula end resource "uvicorn" do - url "https://files.pythonhosted.org/packages/a6/ae/9bbb19b9e1c450cf9ecaef06463e40234d98d95bf572fab11b4f19ae5ded/uvicorn-0.34.2.tar.gz" - sha256 "0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328" + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" end def install From 6f21886ed4b526c7f2aa6ec3d26af06a70e5e7ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:05:26 +0000 Subject: [PATCH 06805/10074] tmt: bump python resources --- Formula/t/tmt.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/t/tmt.rb b/Formula/t/tmt.rb index de73134b76ef3..e9d69a45f2f9d 100644 --- a/Formula/t/tmt.rb +++ b/Formula/t/tmt.rb @@ -6,6 +6,7 @@ class Tmt < Formula url "https://files.pythonhosted.org/packages/98/43/e230f183ef0b5d34deff051b62153b4bb53495c60e46717c3ac940a7bff5/tmt-1.50.0.tar.gz" sha256 "2ebecd1995a39a2e20b333931c6e2952f11a5a3c202a36a0f9084246ce42f5c4" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "b2865dbf449b56e47c3499b6e6808cb44e5edee68c6cd9376b228fe947c37ca5" @@ -128,8 +129,8 @@ class Tmt < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rpds-py" do @@ -138,8 +139,8 @@ class Tmt < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz" - sha256 "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" end resource "ruamel-yaml-clib" do From 81b2544fa618bd56ccaf1a5aaa39a9b23d21a788 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:05:34 +0000 Subject: [PATCH 06806/10074] toot: bump python resources --- Formula/t/toot.rb | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Formula/t/toot.rb b/Formula/t/toot.rb index 8ec8e8c8d892a..e6d72b970f19c 100644 --- a/Formula/t/toot.rb +++ b/Formula/t/toot.rb @@ -6,6 +6,7 @@ class Toot < Formula url "https://files.pythonhosted.org/packages/e1/5a/8c8c1dfb8188e14f94cda467f03924b23e7f7e1194249bdd1240363873ac/toot-0.48.1.tar.gz" sha256 "99629e24bc4ef3fb22162b7742f4053648279f5e7e34b5ad53224b5d3e05a66c" license "GPL-3.0-only" + revision 1 head "https://github.com/ihabunek/toot.git", branch: "master" bottle do @@ -17,18 +18,18 @@ class Toot < Formula depends_on "python@3.13" resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/f0/3c/adaf39ce1fb4afdd21b611e3d530b183bb7759c9b673d60db0e347fd4439/beautifulsoup4-4.13.3.tar.gz" - sha256 "1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -42,8 +43,8 @@ class Toot < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do @@ -52,8 +53,8 @@ class Toot < Formula end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" end resource "term-image" do @@ -62,18 +63,18 @@ class Toot < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "urwid" do From 3b9d24b9cdeaac6c53ae12c06018f8440db6a51d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:06:06 +0000 Subject: [PATCH 06807/10074] tvnamer: bump python resources --- Formula/t/tvnamer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tvnamer.rb b/Formula/t/tvnamer.rb index 642b8b77f86cf..2a3720d86466b 100644 --- a/Formula/t/tvnamer.rb +++ b/Formula/t/tvnamer.rb @@ -6,7 +6,7 @@ class Tvnamer < Formula url "https://files.pythonhosted.org/packages/7e/07/688dc96a86cf212ffdb291d2f012bc4a41ee78324a2eda4c98f05f5e3062/tvnamer-3.0.4.tar.gz" sha256 "dc2ea8188df6ac56439343630466b874c57756dd0b2538dd8e7905048f425f04" license "Unlicense" - revision 8 + revision 9 head "https://github.com/dbr/tvnamer.git", branch: "master" no_autobump! because: :requires_manual_review @@ -20,8 +20,8 @@ class Tvnamer < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -30,8 +30,8 @@ class Tvnamer < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-cache" do @@ -45,8 +45,8 @@ class Tvnamer < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From bad9b52202fc116410d5618b4e0ee9ea2afb718d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:06:13 +0000 Subject: [PATCH 06808/10074] twarc: bump python resources --- Formula/t/twarc.rb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Formula/t/twarc.rb b/Formula/t/twarc.rb index c4bc3c9472c47..b52aeb61af6f8 100644 --- a/Formula/t/twarc.rb +++ b/Formula/t/twarc.rb @@ -6,7 +6,7 @@ class Twarc < Formula url "https://files.pythonhosted.org/packages/8a/ed/ac80b24ece6ee552f6deb39be34f01491cff4018cca8c5602c901dc08ecf/twarc-2.14.0.tar.gz" sha256 "fa8ee3052d8b9678231bea95d1bdcbabb3968d35c56a8d1fcedc8982e8c66a66" license "MIT" - revision 9 + revision 10 no_autobump! because: :requires_manual_review @@ -19,13 +19,13 @@ class Twarc < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-config-file" do @@ -44,8 +44,8 @@ class Twarc < Formula end resource "humanize" do - url "https://files.pythonhosted.org/packages/6a/40/64a912b9330786df25e58127194d4a5a7441f818b400b155e748a270f924/humanize-4.11.0.tar.gz" - sha256 "e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be" + url "https://files.pythonhosted.org/packages/22/d1/bbc4d251187a43f69844f7fd8941426549bbe4723e8ff0a7441796b0789f/humanize-4.12.3.tar.gz" + sha256 "8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0" end resource "idna" do @@ -64,8 +64,8 @@ class Twarc < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -74,18 +74,18 @@ class Twarc < Formula end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "tqdm" do - url "https://files.pythonhosted.org/packages/58/83/6ba9844a41128c62e810fddddd72473201f3eacde02046066142a2d96cc5/tqdm-4.66.5.tar.gz" - sha256 "e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad" + url "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz" + sha256 "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 5c7c2f268d5b2bbca2da0b450f89781f4e40241f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:06:23 +0000 Subject: [PATCH 06809/10074] twine: bump python resources --- Formula/t/twine.rb | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/Formula/t/twine.rb b/Formula/t/twine.rb index 3802b03b8ecc9..84123ef389f08 100644 --- a/Formula/t/twine.rb +++ b/Formula/t/twine.rb @@ -6,6 +6,7 @@ class Twine < Formula url "https://files.pythonhosted.org/packages/c8/a2/6df94fc5c8e2170d21d7134a565c3a8fb84f9797c1dd65a5976aaf714418/twine-6.1.0.tar.gz" sha256 "be324f6272eff91d07ee93f251edf232fc647935dd585ac003539b42404a8dbd" license "Apache-2.0" + revision 1 head "https://github.com/pypa/twine.git", branch: "main" bottle do @@ -23,8 +24,8 @@ class Twine < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "docutils" do @@ -57,11 +58,6 @@ class Twine < Formula sha256 "70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d" end - resource "jeepney" do - url "https://files.pythonhosted.org/packages/d6/f4/154cf374c2daf2020e05c3c6a03c91348d59b23c5366e968feb198306fdf/jeepney-0.8.0.tar.gz" - sha256 "5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806" - end - resource "keyring" do url "https://files.pythonhosted.org/packages/70/09/d904a6e96f76ff214be59e7aa6ef7190008f52a0ab6689760a98de0bf37d/keyring-25.6.0.tar.gz" sha256 "0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66" @@ -78,18 +74,18 @@ class Twine < Formula end resource "more-itertools" do - url "https://files.pythonhosted.org/packages/88/3b/7fa1fe835e2e93fd6d7b52b2f95ae810cf5ba133e1845f726f5a992d62c2/more-itertools-10.6.0.tar.gz" - sha256 "2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b" + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" end resource "nh3" do - url "https://files.pythonhosted.org/packages/46/f2/eb781d94c7855e9129cbbdd3ab09a470441e4176a82a396ae1df270a7333/nh3-0.2.20.tar.gz" - sha256 "9705c42d7ff88a0bea546c82d7fe5e59135e3d3f057e485394f491248a1f8ed5" + url "https://files.pythonhosted.org/packages/37/30/2f81466f250eb7f591d4d193930df661c8c23e9056bdc78e365b646054d8/nh3-0.2.21.tar.gz" + sha256 "4990e7ee6a55490dbf00d61a6f476c9a3258e31e711e13713b2ea7d6616f670e" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pygments" do @@ -103,8 +99,8 @@ class Twine < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -118,18 +114,13 @@ class Twine < Formula end resource "rich" do - url "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz" - sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" - end - - resource "secretstorage" do - url "https://files.pythonhosted.org/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691/SecretStorage-3.3.3.tar.gz" - sha256 "2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77" + url "https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz" + sha256 "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 589bfde86e55efa6f7812523584288aeda946cf1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:06:34 +0000 Subject: [PATCH 06810/10074] jfrog-cli 2.77.0 --- Formula/j/jfrog-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jfrog-cli.rb b/Formula/j/jfrog-cli.rb index a0d90a519ce2e..b4c1a80a18acc 100644 --- a/Formula/j/jfrog-cli.rb +++ b/Formula/j/jfrog-cli.rb @@ -1,8 +1,8 @@ class JfrogCli < Formula desc "Command-line interface for JFrog products" homepage "https://www.jfrog.com/confluence/display/CLI/JFrog+CLI" - url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.76.1.tar.gz" - sha256 "8e1a8d7c23716c3b9aa394317b773290a7943715aa72d590652390f7fb5b0dcf" + url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.77.0.tar.gz" + sha256 "a73b10409e95b7a3e769f3ebeed3e9b8c7db5a822d995cb7ea96700c9f579bdd" license "Apache-2.0" head "https://github.com/jfrog/jfrog-cli.git", branch: "v2" From 1d53237b8e32058cddda95151813654bb4f1921d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:06:34 +0000 Subject: [PATCH 06811/10074] urlwatch: bump python resources --- Formula/u/urlwatch.rb | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Formula/u/urlwatch.rb b/Formula/u/urlwatch.rb index 1a43f28cf1dc5..4e49ffd54e840 100644 --- a/Formula/u/urlwatch.rb +++ b/Formula/u/urlwatch.rb @@ -6,6 +6,7 @@ class Urlwatch < Formula url "https://files.pythonhosted.org/packages/76/a3/e3bc54a669fa3ec440ea9d8db64590e761343b02b6ae9fcfcdc05c28d9ea/urlwatch-2.29.tar.gz" sha256 "f317ca8b123b15af510ec9e08bf885d8a8b574f502253e5ded200d757366da98" license "BSD-3-Clause" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "de60e6a087b935b6bac97bc69ec1ca1c107fdf05a838f015e0cadc2e048f3f9d" @@ -25,13 +26,13 @@ class Urlwatch < Formula uses_from_macos "libxslt" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "cssselect" do - url "https://files.pythonhosted.org/packages/d1/91/d51202cc41fbfca7fa332f43a5adac4b253962588c7cc5a54824b019081c/cssselect-1.2.0.tar.gz" - sha256 "666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc" + url "https://files.pythonhosted.org/packages/72/0a/c3ea9573b1dc2e151abfe88c7fe0c26d1892fe6ed02d0cdb30f0d57029d5/cssselect-1.3.0.tar.gz" + sha256 "57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7" end resource "idna" do @@ -55,13 +56,13 @@ class Urlwatch < Formula end resource "keyring" do - url "https://files.pythonhosted.org/packages/f6/24/64447b13df6a0e2797b586dad715766d756c932ce8ace7f67bd384d76ae0/keyring-25.5.0.tar.gz" - sha256 "4c753b3ec91717fe713c4edd522d625889d8973a349b0e582622f49766de58e6" + url "https://files.pythonhosted.org/packages/70/09/d904a6e96f76ff214be59e7aa6ef7190008f52a0ab6689760a98de0bf37d/keyring-25.6.0.tar.gz" + sha256 "0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66" end resource "lxml" do - url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz" - sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "minidb" do @@ -70,13 +71,13 @@ class Urlwatch < Formula end resource "more-itertools" do - url "https://files.pythonhosted.org/packages/51/78/65922308c4248e0eb08ebcbe67c95d48615cc6f27854b6f2e57143e9178f/more-itertools-10.5.0.tar.gz" - sha256 "5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6" + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz" - sha256 "357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "pyyaml" do @@ -85,13 +86,13 @@ class Urlwatch < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From a451652fe2e953941308a599418f4b66223d7d0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:06:45 +0000 Subject: [PATCH 06812/10074] vdirsyncer: bump python resources --- Formula/v/vdirsyncer.rb | 50 ++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Formula/v/vdirsyncer.rb b/Formula/v/vdirsyncer.rb index 0914af53fa27d..ae77389341800 100644 --- a/Formula/v/vdirsyncer.rb +++ b/Formula/v/vdirsyncer.rb @@ -6,7 +6,7 @@ class Vdirsyncer < Formula url "https://files.pythonhosted.org/packages/ee/c2/50eb6b430f447c062ae3cd07d1a354d768bdb1443580bd4ae16ec8c8296d/vdirsyncer-0.19.3.tar.gz" sha256 "e437851feb985dec3544654f8f9cf6dd109b0b03f7e19956086603092ffeb28f" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/pimutils/vdirsyncer.git", branch: "main" bottle do @@ -24,13 +24,13 @@ class Vdirsyncer < Formula depends_on "python@3.13" resource "aiohappyeyeballs" do - url "https://files.pythonhosted.org/packages/bc/69/2f6d5a019bd02e920a3417689a89887b39ad1e350b562f9955693d900c40/aiohappyeyeballs-2.4.3.tar.gz" - sha256 "75cf88a15106a5002a8eb1dab212525c00d1f4c0fa96e551c9fbe6f09a621586" + url "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz" + sha256 "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/1d/cd/af0e573bdb77ae7df1148fe8e4ea854215a37db0b116aac6b5496335095e/aiohttp-3.11.4.tar.gz" - sha256 "9d95cce8bb010597b3f2217155befe4708e0538d3548aa08d640ebf54e3f57cb" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiohttp-oauthlib" do @@ -39,8 +39,8 @@ class Vdirsyncer < Formula end resource "aiosignal" do - url "https://files.pythonhosted.org/packages/ae/67/0952ed97a9793b4958e5736f6d2b346b414a2cd63e82d05940032f45b32f/aiosignal-1.3.1.tar.gz" - sha256 "54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc" + url "https://files.pythonhosted.org/packages/ba/b5/6d55e80f6d8a08ce22b982eafa278d823b541c925f11ee774b0b9c43473d/aiosignal-1.3.2.tar.gz" + sha256 "a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54" end resource "aiostream" do @@ -54,18 +54,18 @@ class Vdirsyncer < Formula end resource "attrs" do - url "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz" - sha256 "5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-log" do @@ -74,8 +74,8 @@ class Vdirsyncer < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/8f/ed/0f4cec13a93c02c47ec32d81d11c0c1efbadf4a471e3f3ce7cad366cbbd3/frozenlist-1.5.0.tar.gz" - sha256 "81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "idna" do @@ -84,8 +84,8 @@ class Vdirsyncer < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/d6/be/504b89a5e9ca731cd47487e91c469064f8ae5af93b7259758dcfc2b9c848/multidict-6.1.0.tar.gz" - sha256 "22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a" + url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" + sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" end resource "oauthlib" do @@ -94,23 +94,23 @@ class Vdirsyncer < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/a9/4d/5e5a60b78dbc1d464f8a7bbaeb30957257afdc8512cbb9dfd5659304f5cd/propcache-0.2.0.tar.gz" - sha256 "df81779732feb9d01e5d513fad0122efb3d53bbc75f61b2a4f29a020bc985e70" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end resource "yarl" do - url "https://files.pythonhosted.org/packages/4b/d5/0d0481857de42a44ba4911f8010d4b361dc26487f48d5503c66a797cff48/yarl-1.17.2.tar.gz" - sha256 "753eaaa0c7195244c84b5cc159dc8204b7fd99f716f11198f999f2332a86b178" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From 6c12eb6673d9d2427d739cbb5b8e8c2d13ae6baf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:06:57 +0000 Subject: [PATCH 06813/10074] watson: bump python resources --- Formula/w/watson.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/w/watson.rb b/Formula/w/watson.rb index df7a487223c80..086ec9bea7af0 100644 --- a/Formula/w/watson.rb +++ b/Formula/w/watson.rb @@ -6,7 +6,7 @@ class Watson < Formula url "https://files.pythonhosted.org/packages/a9/61/868892a19ad9f7e74f9821c259702c3630138ece45bab271e876b24bb381/td-watson-2.1.0.tar.gz" sha256 "204384dc04653e0dbe8f833243bb833beda3d79b387fe173bfd33faecdd087c8" license "MIT" - revision 6 + revision 7 head "https://github.com/jazzband/Watson.git", branch: "master" no_autobump! because: :requires_manual_review @@ -31,13 +31,13 @@ class Watson < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-didyoumean" do @@ -56,23 +56,23 @@ class Watson < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "types-python-dateutil" do - url "https://files.pythonhosted.org/packages/31/f8/f6ee4c803a7beccffee21bb29a71573b39f7037c224843eff53e5308c16e/types-python-dateutil-2.9.0.20241003.tar.gz" - sha256 "58cb85449b2a56d6684e41aeefb4c4280631246a0da1a719bdbe6f3fb0317446" + url "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz" + sha256 "13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From bed7e544034e4e2c70c00bff5fc4a844b208a95e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:07:02 +0000 Subject: [PATCH 06814/10074] waybackpy: bump python resources --- Formula/w/waybackpy.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/w/waybackpy.rb b/Formula/w/waybackpy.rb index 5aff3b3e82fbf..ee78b451111b7 100644 --- a/Formula/w/waybackpy.rb +++ b/Formula/w/waybackpy.rb @@ -6,7 +6,7 @@ class Waybackpy < Formula url "https://files.pythonhosted.org/packages/34/ab/90085feb81e7fad7d00c736f98e74ec315159ebef2180a77c85a06b2f0aa/waybackpy-3.0.6.tar.gz" sha256 "497a371756aba7644eb7ada0ebd4edb15cb8c53bc134cc973bf023a12caff83f" license "MIT" - revision 6 + revision 7 no_autobump! because: :requires_manual_review @@ -19,13 +19,13 @@ class Waybackpy < Formula depends_on "python@3.13" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "idna" do @@ -34,13 +34,13 @@ class Waybackpy < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 9e5cc6f720ba6a500865ab1bc985a9c22851a571 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:07:10 +0000 Subject: [PATCH 06815/10074] woob: bump python resources --- Formula/w/woob.rb | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/Formula/w/woob.rb b/Formula/w/woob.rb index 57631de665ebb..ac992e1d23062 100644 --- a/Formula/w/woob.rb +++ b/Formula/w/woob.rb @@ -6,6 +6,7 @@ class Woob < Formula url "https://files.pythonhosted.org/packages/85/f3/a2dc1bb679de004aa1e48c8b77b5d5b9bca3007b2f25e0c39f850a009186/woob-3.7.tar.gz" sha256 "b1d7113ba87a9b947c13a1e3b4bb4fa616ba3037092b54912fc3fee2647d1b2f" license "LGPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "544f50fd03f5c1f7c551bdced33e363da67253e7f16e4f258b2e33c8b7bb38d3" @@ -27,18 +28,18 @@ class Woob < Formula uses_from_macos "libxslt" resource "babel" do - url "https://files.pythonhosted.org/packages/2a/74/f1bc80f23eeba13393b7222b11d95ca3af2c1e28edca18af487137eefed9/babel-2.16.0.tar.gz" - sha256 "d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316" + url "https://files.pythonhosted.org/packages/7d/6b/d52e42361e1aa00709585ecc30b3f9684b3ab62530771402248b1b1d6240/babel-2.17.0.tar.gz" + sha256 "0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "html2text" do - url "https://files.pythonhosted.org/packages/1a/43/e1d53588561e533212117750ee79ad0ba02a41f52a08c1df3396bd466c05/html2text-2024.2.26.tar.gz" - sha256 "05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32" + url "https://files.pythonhosted.org/packages/f8/27/e158d86ba1e82967cc2f790b0cb02030d4a8bef58e0c79a8590e9678107f/html2text-2025.4.15.tar.gz" + sha256 "948a645f8f0bc3abe7fd587019a2197a12436cd73d0d4908af95bfc8da337588" end resource "idna" do @@ -47,8 +48,8 @@ class Woob < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz" - sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "markdown-it-py" do @@ -72,8 +73,8 @@ class Woob < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz" - sha256 "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end resource "python-dateutil" do @@ -87,33 +88,33 @@ class Woob < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/9d/be/10918a2eac4ae9f02f6cfe6414b7a155ccd8f7f9d4380d62fd5b955065c3/requests-2.31.0.tar.gz" - sha256 "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do - url "https://files.pythonhosted.org/packages/d9/e9/cf9ef5245d835065e6673781dbd4b8911d352fb770d56cf0879cf11b7ee1/rich-13.9.3.tar.gz" - sha256 "bc1e01b899537598cf02579d2b9f4a415104d3fc439313a7a2c165d76557a08e" + url "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz" + sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "termcolor" do - url "https://files.pythonhosted.org/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5/termcolor-2.5.0.tar.gz" - sha256 "998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f" + url "https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz" + sha256 "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" end resource "unidecode" do - url "https://files.pythonhosted.org/packages/f7/89/19151076a006b9ac0dd37b1354e031f5297891ee507eb624755e58e10d3e/Unidecode-1.3.8.tar.gz" - sha256 "cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4" + url "https://files.pythonhosted.org/packages/94/7d/a8a765761bbc0c836e397a2e48d498305a865b70a8600fd7a942e85dcf63/Unidecode-1.4.0.tar.gz" + sha256 "ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 949fb1547145aba1bb3660bf55df40f2d95495df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:07:19 +0000 Subject: [PATCH 06816/10074] wtfis: bump python resources --- Formula/w/wtfis.rb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Formula/w/wtfis.rb b/Formula/w/wtfis.rb index 4f88f81895b6d..a374aa7a8f36f 100644 --- a/Formula/w/wtfis.rb +++ b/Formula/w/wtfis.rb @@ -6,6 +6,7 @@ class Wtfis < Formula url "https://files.pythonhosted.org/packages/16/55/748b21d2d2e765e319cff417447006fc5d714b56317918da0d70ed8d7ee5/wtfis-0.11.0.tar.gz" sha256 "3a687d99d91c9bba15e45707acef68c3ebc9ffd571fb311c2d83423a62ee0e6f" license "MIT" + revision 1 head "https://github.com/pirxthepilot/wtfis.git", branch: "main" bottle do @@ -33,8 +34,8 @@ class Wtfis < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-plugins" do @@ -68,8 +69,8 @@ class Wtfis < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do @@ -88,8 +89,8 @@ class Wtfis < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-file" do @@ -113,13 +114,13 @@ class Wtfis < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do From d0b9de990978886a3170dbdd862d1fe01751b4d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:07:39 +0000 Subject: [PATCH 06817/10074] yewtube: bump python resources --- Formula/y/yewtube.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yewtube.rb b/Formula/y/yewtube.rb index 675cd0dac5080..e3b05b7af75ca 100644 --- a/Formula/y/yewtube.rb +++ b/Formula/y/yewtube.rb @@ -6,7 +6,7 @@ class Yewtube < Formula url "https://github.com/mps-youtube/yewtube/archive/refs/tags/v2.12.1.tar.gz" sha256 "012c1a8a185dd4ef81074631bca91e327ac4e634b36301a50ffbcd67838b847f" license "GPL-3.0-or-later" - revision 1 + revision 2 head "https://github.com/mps-youtube/yewtube.git", branch: "master" bottle do @@ -30,8 +30,8 @@ class Yewtube < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "h11" do @@ -65,8 +65,8 @@ class Yewtube < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "sniffio" do @@ -85,8 +85,8 @@ class Yewtube < Formula end resource "yt-dlp" do - url "https://files.pythonhosted.org/packages/a2/11/333d16f88b1515d4c601e1dfbf1028e6798f0b2a8ff1dc5aaa7b797aa9e8/yt_dlp-2025.3.31.tar.gz" - sha256 "1bfe0e660d1a70a09e27b2d58f92e30b1e2e362cc487829f2f824346ae49fb91" + url "https://files.pythonhosted.org/packages/b7/fb/588a23e61586960273524d3aa726bd148116d422854f727f4d59c254cb6a/yt_dlp-2025.6.9.tar.gz" + sha256 "751f53a3b61353522bf805fa30bbcbd16666126537e39706eab4f8c368f111ac" end def install From 932e32a0e8a636d4fc9c14f2627ade271873f698 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:08:27 +0000 Subject: [PATCH 06818/10074] libaec 1.1.4 --- Formula/lib/libaec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libaec.rb b/Formula/lib/libaec.rb index 13961de5e3a22..a72044135bdc2 100644 --- a/Formula/lib/libaec.rb +++ b/Formula/lib/libaec.rb @@ -1,8 +1,8 @@ class Libaec < Formula desc "Adaptive Entropy Coding implementing Golomb-Rice algorithm" homepage "https://gitlab.dkrz.de/k202009/libaec" - url "https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.1.3/libaec-v1.1.3.tar.bz2" - sha256 "46216f9d2f2d3ffea4c61c9198fe0236f7f316d702f49065c811447186d18222" + url "https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.1.4/libaec-v1.1.4.tar.bz2" + sha256 "cf869c166656a83857adf62a092311a0069855c6ced3446e3f090a6d52279f65" license "BSD-2-Clause" head "https://gitlab.dkrz.de/k202009/libaec.git", branch: "master" From 2877ba325618a2ed254134eb52f124f8431fbb16 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:13:15 +0000 Subject: [PATCH 06819/10074] mx 7.55.1 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index e3de16086c2e2..e35002422f9a7 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.55.0.tar.gz" - sha256 "3ca1a1318a7b26b06fd5762dd4053f6254c1d7916a7cab9c6409ccb15c96f01e" + url "https://github.com/graalvm/mx/archive/refs/tags/7.55.1.tar.gz" + sha256 "5b720bbf5bc6a702f00a8965788222d413191640b39909d0316299b15192a863" license "GPL-2.0-only" livecheck do From ccb04622e84bbae8a4156be924ff0fa4c7be394f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:20:27 +0000 Subject: [PATCH 06820/10074] scw 2.40.0 --- Formula/s/scw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/scw.rb b/Formula/s/scw.rb index 91cb347e9c3f7..e00c98de2896f 100644 --- a/Formula/s/scw.rb +++ b/Formula/s/scw.rb @@ -1,8 +1,8 @@ class Scw < Formula desc "Command-line Interface for Scaleway" homepage "https://www.scaleway.com/en/cli/" - url "https://github.com/scaleway/scaleway-cli/archive/refs/tags/v2.39.0.tar.gz" - sha256 "5d17781f701059946f876e87f6e92a53e0315dc8e70ca7462cf08d581a0e8eb8" + url "https://github.com/scaleway/scaleway-cli/archive/refs/tags/v2.40.0.tar.gz" + sha256 "b9601d38edf0193f63de4794971f690e18234a0c83d42f1526d90fffd523681f" license "Apache-2.0" livecheck do From 8c6bedee88ec55558227b94efa6555a08503294e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:21:20 +0000 Subject: [PATCH 06821/10074] snapcraft 8.9.4 --- Formula/s/snapcraft.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/snapcraft.rb b/Formula/s/snapcraft.rb index 706130ac4d312..285ff9a6ea112 100644 --- a/Formula/s/snapcraft.rb +++ b/Formula/s/snapcraft.rb @@ -5,8 +5,8 @@ class Snapcraft < Formula homepage "https://snapcraft.io/" # Use git checkout so setuptools-scm and update-python-resources works url "https://github.com/canonical/snapcraft.git", - tag: "8.9.2", - revision: "abd5db829c7c60226e2f7d5e0aa99952c19ac7de" + tag: "8.9.4", + revision: "b701455c788486936c1c59b47f1a72653dc59f9a" license "GPL-3.0-only" head "https://github.com/canonical/snapcraft.git", branch: "main" From e52b6cc823d54374f4bc372d406e1338c021d6bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:23:02 +0000 Subject: [PATCH 06822/10074] swc 1.12.0 --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 4e3dbb9086e45..d66a93cfa3b8d 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.11.31.tar.gz" - sha256 "55dc37f56aafc1841477e55b94ff095a977e640024b241753550704b303bc0c0" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.0.tar.gz" + sha256 "017d18af7229b712bf3a8e41b9659856589e68bd54d24eb9fdfd5c8d27cb2e32" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From c4598fa56f5df2950ff46a447ae068e430dd7d78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:23:15 +0000 Subject: [PATCH 06823/10074] syft 1.27.1 --- Formula/s/syft.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/syft.rb b/Formula/s/syft.rb index bc7a97bc533f3..7f3f1a61ec11a 100644 --- a/Formula/s/syft.rb +++ b/Formula/s/syft.rb @@ -1,8 +1,8 @@ class Syft < Formula desc "CLI for generating a Software Bill of Materials from container images" homepage "https://github.com/anchore/syft" - url "https://github.com/anchore/syft/archive/refs/tags/v1.27.0.tar.gz" - sha256 "a11cc41fadeb0141df4e72b3d330860ed29ab5430a12a92d80c1213678a3099d" + url "https://github.com/anchore/syft/archive/refs/tags/v1.27.1.tar.gz" + sha256 "8ee235ba5c28e51a153101b68ec58ff8a7f1a821628a3dc6ad5773217ffc8e36" license "Apache-2.0" head "https://github.com/anchore/syft.git", branch: "main" From d00d232b7cabe84a483acac7eaaf14f5bac09229 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:32:21 +0000 Subject: [PATCH 06824/10074] bpmnlint: update 11.6.0 bottle. --- Formula/b/bpmnlint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bpmnlint.rb b/Formula/b/bpmnlint.rb index 98c109488c43c..fd48109425917 100644 --- a/Formula/b/bpmnlint.rb +++ b/Formula/b/bpmnlint.rb @@ -6,7 +6,7 @@ class Bpmnlint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "6f340c58f68b018ef076ee7781af00f3f8f35cfb54bfc9d51cf9cf0c47762d94" + sha256 cellar: :any_skip_relocation, all: "5d821bda209d0a57eff8938fd157aaa9fe66c0500b6d096589d0483655394a0c" end depends_on "node" From 044aa2c14d6dc9fb2bea7d96a7dc86737fbb620a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:32:40 +0000 Subject: [PATCH 06825/10074] aqua: update 2.53.2 bottle. --- Formula/a/aqua.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index 7958f2d369d18..ca53f82daea3d 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -12,12 +12,12 @@ class Aqua < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "255ac172ad237a60fa8319d1a9452f3aeba4226e2d404e4b72ba9f47950c6340" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "255ac172ad237a60fa8319d1a9452f3aeba4226e2d404e4b72ba9f47950c6340" - sha256 cellar: :any_skip_relocation, arm64_ventura: "255ac172ad237a60fa8319d1a9452f3aeba4226e2d404e4b72ba9f47950c6340" - sha256 cellar: :any_skip_relocation, sonoma: "51551f70cfdb92e1d31176a02c70dadd402c702abb5cb43d91cc48b5f5b8c871" - sha256 cellar: :any_skip_relocation, ventura: "51551f70cfdb92e1d31176a02c70dadd402c702abb5cb43d91cc48b5f5b8c871" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b938cd075ce3a87bad5868f0e0ae3500afa66fc3741289564f99de4f8389f267" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ddc06948539a8d19d1c5c4bd3c4f4fe296d929a35876f89ba554b9a01808e7de" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ddc06948539a8d19d1c5c4bd3c4f4fe296d929a35876f89ba554b9a01808e7de" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ddc06948539a8d19d1c5c4bd3c4f4fe296d929a35876f89ba554b9a01808e7de" + sha256 cellar: :any_skip_relocation, sonoma: "1cdcb0e1a28020b058d3d4530c95e07dfe86a25e1f1a005feee5d4893e71380f" + sha256 cellar: :any_skip_relocation, ventura: "1cdcb0e1a28020b058d3d4530c95e07dfe86a25e1f1a005feee5d4893e71380f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b37a6f8790cee25ac93aa4bb45e0727e1aae83f9ee55951bb721fd6c96cdfc59" end depends_on "go" => :build From b8cc26976c28dc8920203de42399b1f746ee8c0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:32:58 +0000 Subject: [PATCH 06826/10074] cloudflare-wrangler: update 4.20.0 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index d5dd534e681c5..9786cad14bd8d 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "96ac10e36ef8c3799d3f5bd0baccdc2816c02f5afb199a07b81ba6bee2d6df22" - sha256 cellar: :any, arm64_sonoma: "96ac10e36ef8c3799d3f5bd0baccdc2816c02f5afb199a07b81ba6bee2d6df22" - sha256 cellar: :any, arm64_ventura: "96ac10e36ef8c3799d3f5bd0baccdc2816c02f5afb199a07b81ba6bee2d6df22" - sha256 sonoma: "1ea8e811cb3ba3d82dc15401726cd147838ef5c8fae3d7c3343336e7180eab8b" - sha256 ventura: "1ea8e811cb3ba3d82dc15401726cd147838ef5c8fae3d7c3343336e7180eab8b" - sha256 cellar: :any_skip_relocation, arm64_linux: "38c7132eca457e48fdf31cf72354b7c63980b9e43f0c8ea0902b44643787da47" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a2de2508de5ed66d1902a399faaecc262166e1e7489874c40207421959bf5c5" + sha256 cellar: :any, arm64_sequoia: "5086cd5702ad15af5b8c0d4508a799596eca21b5f9b9dd11a71b7a8e14dab70e" + sha256 cellar: :any, arm64_sonoma: "5086cd5702ad15af5b8c0d4508a799596eca21b5f9b9dd11a71b7a8e14dab70e" + sha256 cellar: :any, arm64_ventura: "5086cd5702ad15af5b8c0d4508a799596eca21b5f9b9dd11a71b7a8e14dab70e" + sha256 sonoma: "60e663bdae2db133843769c2206e67993d7fe7d56e6b157b3971514bf4d85aeb" + sha256 ventura: "60e663bdae2db133843769c2206e67993d7fe7d56e6b157b3971514bf4d85aeb" + sha256 cellar: :any_skip_relocation, arm64_linux: "2f24a196683d353106f1497a135171b7cd98d7395c8a320165c942b858503bf5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d3800dd528f3b28b810f9d9c0f38b1b5ffa052add5ffc0687e01b40394197da" end depends_on "node" From 8ad029dc3aece74b70af028d489f6a97e0e0167d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:35:50 +0000 Subject: [PATCH 06827/10074] gcsfuse: update 3.0.0 bottle. --- Formula/g/gcsfuse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gcsfuse.rb b/Formula/g/gcsfuse.rb index 7f3dbf6dba7c2..bd168a36869be 100644 --- a/Formula/g/gcsfuse.rb +++ b/Formula/g/gcsfuse.rb @@ -12,8 +12,8 @@ class Gcsfuse < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "d4a9e82b84a4747e41f1985465bcae05e2b1bd941bd36902dbc267b194e0d56a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "919bdf947f23887cab413aac87b0833d5af9703245bd797db265ed577dedcfa0" + sha256 cellar: :any_skip_relocation, arm64_linux: "61c42f9ce2172852745edd87f2067b7dd70c2b399d7630a61f8e965341348eb6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "56c785956c5d08fc73b5ff42db5bc778d67e0d6c9bce2e6750c375d5dac30475" end depends_on "go" => :build From cea2f2e8c150999ca1e3b90c99bfa0385262ba4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:41:48 +0000 Subject: [PATCH 06828/10074] dzr: update 250601 bottle. --- Formula/d/dzr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/dzr.rb b/Formula/d/dzr.rb index 96c3628c2fd11..c20e2ee611320 100644 --- a/Formula/d/dzr.rb +++ b/Formula/d/dzr.rb @@ -7,7 +7,7 @@ class Dzr < Formula head "https://github.com/yne/dzr.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "1b6b6c9d140c4c0b2f8c4df0f3cc2bcb35860e1504be83597ecdcb4374ea2d08" + sha256 cellar: :any_skip_relocation, all: "d9c8b75a55212e2b2b67bfd7ef4d282e1034df7bd70cccbc920368fd6d67c5e2" end depends_on "dialog" From 119f9489694d58b4358413557aae4394a0814759 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:58:08 +0000 Subject: [PATCH 06829/10074] sigstore: update 3.6.3_1 bottle. --- Formula/s/sigstore.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index fceaa65edd03e..4ee21fabe53ef 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -9,13 +9,13 @@ class Sigstore < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "eddd5ef5f1ce37c44a16118af838d751f58c7cf3b565ad5ee125b53e08ead54f" - sha256 cellar: :any, arm64_sonoma: "1218badc58509222460715cfbff406ddf64c2baffad2fc131b040862d23d9c09" - sha256 cellar: :any, arm64_ventura: "b265b1c14ab11c7897ca76cdccf327ddbaed757c3b4f2943f023deeb3effa157" - sha256 cellar: :any, sonoma: "f843248eb2665c18b2ba17e99c3019bce6713362a18e80829774810d14581ff6" - sha256 cellar: :any, ventura: "d5ee4cc25a39d63b89f0cf29e8a9a5eccb73c11d992402c11a1b82852a9fd06a" - sha256 cellar: :any_skip_relocation, arm64_linux: "8a8e1da1d05f274e8fe1219780c9422bbcb7932494145713ead3c67174e6512d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "baf40b3276967b2b0b994d994d2669f577fbba4231a575dcf0557a89b48afd93" + sha256 cellar: :any, arm64_sequoia: "8fbf7156312dca191d8b2a0f79e623e14b85665eab5bd80c4f8a9ebe6f14be46" + sha256 cellar: :any, arm64_sonoma: "12605e7df8ca63a3826a87448a48d0e42b49247fea1266d11ef43f2a8f8459b8" + sha256 cellar: :any, arm64_ventura: "6fe6e523c8b5d6dc138fa9166715bb1c8322ad2a2c74340e596bae0483fb5738" + sha256 cellar: :any, sonoma: "f28859ba7d09662acbe0918fc95943408451669a03c89f43b1c2818dcfdbc9c9" + sha256 cellar: :any, ventura: "f8e694bd34e1774c332e25a271a1ec8f702645919adbaa09af9fd761e5c6bc09" + sha256 cellar: :any_skip_relocation, arm64_linux: "ecbac6640357c70c3c2cf93e7ffbd8d80a8d2cc99e989477a7a8d40fcee7ad5d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "69ba2b8d5ebaf308fa5b9602b17de2c1c60982b00482b1c7bbf63cbcd9e0de0a" end depends_on "maturin" => :build # for rfc3161-client From 49a6e1928ede08cb2e4a5bcb0ee27ae82355cb89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:12:06 +0000 Subject: [PATCH 06830/10074] snakemake: update 9.5.1_2 bottle. --- Formula/s/snakemake.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index 7a2245f39eb0f..b7b1169bb2419 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -10,13 +10,13 @@ class Snakemake < Formula head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "19c96c1a9b3893b7856c966e181415de8fa1561a2139dfffb5c7f858c572aaa6" - sha256 cellar: :any, arm64_sonoma: "fb501463b0c2280718178747cf279e71d142711f20aa5a476afa63919e1a704b" - sha256 cellar: :any, arm64_ventura: "d0d600bab277c45f6e7798451ce1a8a9bb4e518eaa9745e3e04205006ee33fa6" - sha256 cellar: :any, sonoma: "2700adb0ea854b90b7f78507a25e09ede657613f989c2e59b3644f4918403640" - sha256 cellar: :any, ventura: "4e7212ff12cb4df26a9a2515f6e3c1be792819f838d06c8577dd0d1d843687b8" - sha256 cellar: :any_skip_relocation, arm64_linux: "8ddd9f193ec9e2b594b61173ca1fdd2426dfdc73da41f54a65399bdd1c37e322" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fef0e8230c40de3e49a3f72eebb9c62f83e90af881877b0d4092ca32c7e201df" + sha256 cellar: :any, arm64_sequoia: "ab41a2c29992b88cc46f4512cf4b239a4ad1a16ea2c2564d705bdb840c98cd90" + sha256 cellar: :any, arm64_sonoma: "c9368476e4598ec9783b78fe69cd3cd23e1ea62a07293220264078a19d0afee7" + sha256 cellar: :any, arm64_ventura: "1bc561d3eacf2459ad78ea97366e50c16b955c0f9a504fb8800b40e2a73c8d81" + sha256 cellar: :any, sonoma: "6bd183e51b21dcf9c8cc21e8448c77a26e4bfcaac50145130f6af24ece9708b3" + sha256 cellar: :any, ventura: "0e87ef8ddb3d633aa0e4ef5a36391177000519d795fe1875e3000c181ffeaf9a" + sha256 cellar: :any_skip_relocation, arm64_linux: "5b561ac4debff0a7daf13e96e5eeb091aa30d02737c7db55ad2b2fea94a91501" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b35e342cbf1022a86def6e86a49b0c7620a8f73e2ddc7e881ca365469134d739" end depends_on "rust" => :build From ee08268afad7c26b8175537804e29a83f96e8d4d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:31:55 +0000 Subject: [PATCH 06831/10074] streamlink: update 7.4.0_1 bottle. --- Formula/s/streamlink.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/streamlink.rb b/Formula/s/streamlink.rb index d5121fcf1a513..39eb083bc1f1f 100644 --- a/Formula/s/streamlink.rb +++ b/Formula/s/streamlink.rb @@ -10,13 +10,13 @@ class Streamlink < Formula head "https://github.com/streamlink/streamlink.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "a5aa39be15dcb4cdde935ec2450ae1ea47a7fb444cc195f6383243031c36cd6a" - sha256 cellar: :any, arm64_sonoma: "b3ce0baee67bd4279c12feeb617b0b9e6e4030b32924c6d2b43faaae5b205e2e" - sha256 cellar: :any, arm64_ventura: "4958888d8bc03a8cc60ffc68ff55b64f02472f82002dec5d0bd84c87a2b1de8a" - sha256 cellar: :any, sonoma: "d4e13ef04262a0883f01fd617cb80b22e0ff035893d9f34177356eaad23d891e" - sha256 cellar: :any, ventura: "e2cbf8ab2b9df41393b86371fe736bb44e118a630bcb180abbfa5139464e8783" - sha256 cellar: :any_skip_relocation, arm64_linux: "11859be80c7be2f19fd713224c13326b67448135c5595f73bbc0c26e691c2f18" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2fc131225b7eb8648a9a1a916d228bb8e25879c591f3804aa817bd5591ca3b72" + sha256 cellar: :any, arm64_sequoia: "deac593da19322359b04f42f2486493b19fa26d51dcc6726724a66f87650e215" + sha256 cellar: :any, arm64_sonoma: "e2aee888c28127a51ec92b5c8f75e08c42259620424195fa6ff98666d8221133" + sha256 cellar: :any, arm64_ventura: "8b43c2a04be6ad52f8eee3c238b7a7dbee6220941663e1d28ef695b07b9d1df0" + sha256 cellar: :any, sonoma: "1430d139b4f9132dc1e837e3cb2877e6c8a5f68840e9404937f2aa914e2fcd38" + sha256 cellar: :any, ventura: "97f2622f702e6ebbda6f1e0077dabf94c9d28fe59dce367d65a4279c87aaddbc" + sha256 cellar: :any_skip_relocation, arm64_linux: "f3761c89924e936eca79081aaca98346788af9426e877564783ba94e89230019" + sha256 cellar: :any_skip_relocation, x86_64_linux: "428f9d42198b6498f7d3217f5dc22fa785f4f867927b40e3fd99f9ac6db381f6" end depends_on "pkgconf" => :build From 294d96246a7d875a56bab3f26bcd7cecdd38cba4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:34:08 +0000 Subject: [PATCH 06832/10074] snapcraft: update 8.9.2_1 bottle. --- Formula/s/snapcraft.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/snapcraft.rb b/Formula/s/snapcraft.rb index 929816024ea26..37ee7833ddcdb 100644 --- a/Formula/s/snapcraft.rb +++ b/Formula/s/snapcraft.rb @@ -17,12 +17,12 @@ class Snapcraft < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2f47e8b84e30c82977d50dc53cfa44e202921c1b887df33b98741f8cf60e7214" - sha256 cellar: :any, arm64_sonoma: "ba2be96ef3b41af485c7baabe78c8c73f5f4c0e450f4cc44f3ea5ca479185a6e" - sha256 cellar: :any, arm64_ventura: "842604b74c82876e6faddceacdd3e83bdd60ac5eb7af77e06e3273fe6a7746ff" - sha256 cellar: :any, sonoma: "45c4636367a6a83636dd4b2df228cbee164acaae5552caeb838fa516c46db39d" - sha256 cellar: :any, ventura: "54810620f90592dc671a429f01d84d54ffb386895eba6264a54177cc201cb1b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9becfac9343071918beede670eae290bd97ce73000709c71db7b3286f100db8e" + sha256 cellar: :any, arm64_sequoia: "1e8bf58c08fcb2c2b92693780bfec38de56458e40da816d2a50409add7ae31a9" + sha256 cellar: :any, arm64_sonoma: "2a087a41df5771bcb91783438e891bcc357a8288e9df7bb912e3e8130b650840" + sha256 cellar: :any, arm64_ventura: "f015ea98c1cc14be50b987b14fc4768da86b81b55aab8c8591a0a284ba9aeb5a" + sha256 cellar: :any, sonoma: "9ee745c9391ca3ded2036052957d30e5c454e5bc074da363969cff69b28593d4" + sha256 cellar: :any, ventura: "e9cadd72868c2ead7d4ea231bf1ddea7b8dc07eb992e17783b10e548c0074999" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e3baf8fce773f4bbeacea622cc29613a0811f64205643b2cdcaa4a56ee14fa3c" end depends_on "rust" => :build # for pydantic_core From 1d2352a677eada82450b5b763681c917ffd7ed0e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:39:09 +0000 Subject: [PATCH 06833/10074] svtplay-dl: update 4.113_1 bottle. --- Formula/s/svtplay-dl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/svtplay-dl.rb b/Formula/s/svtplay-dl.rb index d47ef65e44b19..f0907086c3b60 100644 --- a/Formula/s/svtplay-dl.rb +++ b/Formula/s/svtplay-dl.rb @@ -9,13 +9,13 @@ class SvtplayDl < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "8bb592d9f261e0371b056b2fddbbd5fc4191f8d8011c79b7c5d5c35ee6657b36" - sha256 cellar: :any, arm64_sonoma: "ecaad9f0e395dc48c33a676411282f3d08a0ebd91b988fe1709aa023ee3bd6b6" - sha256 cellar: :any, arm64_ventura: "177843710dcb623e889958ecd9158961f4c0f1a05b988941132b499701c89520" - sha256 cellar: :any, sonoma: "b15705b9c6b947ba34c81313af9c98787f7d0fddd8a80ccfce863241df7913c7" - sha256 cellar: :any, ventura: "d8435f9b15c376a8d20bc9f6c5db84ef3e3237c89cf113ae7445b52bc2cc6aa5" - sha256 cellar: :any_skip_relocation, arm64_linux: "05a7e4045f8804167099623cc9f43f49ef2b6743abe7b2b565dcc29dac29eed1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0e161a55be2038dd6362610d4799c2f168baee11a5c37f091fe3fa5b2afbc62e" + sha256 cellar: :any, arm64_sequoia: "f64583102f3204aab723fca1608176f59ea3a191a879180396a0a527ca4a5d0e" + sha256 cellar: :any, arm64_sonoma: "050d44e2e55cdd96531cf7a732ff4f77a7944616dff7a5600d94620ec54190b0" + sha256 cellar: :any, arm64_ventura: "e1acf972470b7570b9d187fe8f7a29cb72aab64636dad1184dc782bed075b182" + sha256 cellar: :any, sonoma: "93af5984787d5bb2151bbb32cf563443bf079b72dcbf1a820003be1534cfca64" + sha256 cellar: :any, ventura: "cd1901e7f1494986b47003c4d38a47d38c88f8dc81543d2bf70114800c1b1dea" + sha256 cellar: :any_skip_relocation, arm64_linux: "ae8bd052f0d5e2cc3ee8db8a2f7dfe318478bb2518ae501dc8389852b29473d0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "23acbb3e42de88175b7a8e15b87fda28b2162510f9c11a402c0e0e00dab8aa94" end depends_on "certifi" From 3a5df3a8dcfbf35c234827863afdbc422df71dc1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:43:46 +0000 Subject: [PATCH 06834/10074] subliminal: update 2.3.2_1 bottle. --- Formula/s/subliminal.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/subliminal.rb b/Formula/s/subliminal.rb index 53d54a8ffbeae..8b76ae04c439c 100644 --- a/Formula/s/subliminal.rb +++ b/Formula/s/subliminal.rb @@ -10,13 +10,13 @@ class Subliminal < Formula head "https://github.com/Diaoul/subliminal.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "89e9b5653bef08b98c7aadd32c4ba43ac2de99e06bd0262363610306eaa3d4fb" - sha256 cellar: :any, arm64_sonoma: "b917dace927ebeecd2c07ac9745a930bad38700d92c0477496339823d158ebd6" - sha256 cellar: :any, arm64_ventura: "e0dabb47c2c7e35acb43c697b5bbaf9f3e07fc019854cdd4109219b86cc3466d" - sha256 cellar: :any, sonoma: "2b9561dc44b60dcaa6c2014a5a79774cb26a094d59c417db05fe5ec612a4e3ed" - sha256 cellar: :any, ventura: "e3acb57168a60dfb9d51df4ed4c84999f6dfea49794979371c7f44e73bc86092" - sha256 cellar: :any_skip_relocation, arm64_linux: "e79867f5d9e1bc2c819f792936f481b8b24f0dda8338b85ed38504bf46dba8f6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5dd9c2c602ae779c37025b10a75e2af65736847fd5fe3befd8efa22376e81bc6" + sha256 cellar: :any, arm64_sequoia: "714aa3e649d1b327880692e595b250dd4d727689ccd532053b959d3eb3052601" + sha256 cellar: :any, arm64_sonoma: "60751318c6c71962743245dfdf7f807032039eb2eefa861bb647e6dddbd6efd0" + sha256 cellar: :any, arm64_ventura: "55fe4daf22a84f1fa32c78b0b1ef1897ff6d67d9c7c6714862c0a84bc2e2ef1c" + sha256 cellar: :any, sonoma: "981cf832217c4cb2e7a25c7357da43472e73aff72bc54731af840b189020ab85" + sha256 cellar: :any, ventura: "b23975960f3407dbc77e6d474a29c3041ba289651462ebb17b353e96f8cb3323" + sha256 cellar: :any_skip_relocation, arm64_linux: "2c52de75f72894350779953e81f7f5a25592e8d2392cd659c5567e59e496e3ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d047122d0a91a4f13454e701a2105115c43ddb65dd526a0690409336c680cfb0" end depends_on "certifi" From c8a74c943ac0127ab8525323403c73ece86a0abb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:45:34 +0000 Subject: [PATCH 06835/10074] streamrip: update 2.1.0_1 bottle. --- Formula/s/streamrip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/streamrip.rb b/Formula/s/streamrip.rb index 4108b52a7bac1..979db344796da 100644 --- a/Formula/s/streamrip.rb +++ b/Formula/s/streamrip.rb @@ -9,13 +9,13 @@ class Streamrip < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b89f47880d731ba9be311bc15dc854f4d22fb4e07dc70d5013d64a9147e42690" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfe0bcd9118f58d6b377d2eea6fa87ccfbd5c450322305e8815e8dbb23c54979" - sha256 cellar: :any_skip_relocation, arm64_ventura: "65cdb9c66cf1cba0f43d803c6528b23820c5a6f84579f84bbf0d63677dca7729" - sha256 cellar: :any_skip_relocation, sonoma: "c21cb2ddf71eeeb687a0654b95a84c39408115364acf288f087ba4a5dcff6545" - sha256 cellar: :any_skip_relocation, ventura: "6b8eec41a964e5205609053b4beac6b0b97e49d98fc849a3e279e7b6d1ef4d98" - sha256 cellar: :any_skip_relocation, arm64_linux: "e67abb035e652d4c37a2069bef79d607a71ee18d3b1abd344762500ec80f16ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "249bcfb1dafa43ba6f3c753c43a2209653583c997b48e48ee8214f60692f80f0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc43b88cf3e6fab16674a3157386e59054916ebeb3291af3549558989ff1e0ad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9adb78ebddc9db5f53686d1332ca5c470159dcef0e902750d311ee4d26463cb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e8b3dd41ee4b7246f56c4a3b1202aae48c0a11ffaee002b55af489bfa7544dc" + sha256 cellar: :any_skip_relocation, sonoma: "f1ce4a6941424de9d6be471066d6c8f86bb5e7176a566da47a383db10e7f6cb2" + sha256 cellar: :any_skip_relocation, ventura: "4d589f63d64adf41bbc0598ce57c191680685e047bc0b5d88a456505ef0d1211" + sha256 cellar: :any_skip_relocation, arm64_linux: "51b54fdaeedffa13d71fd0f32bb5b854ef94bfc8d7baa45ffe6761d17dd97620" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb7e08e0592589b8e3cb18f94e5010f894d49a48894da027a35e851c8e780086" end depends_on "certifi" From b09b87ecaeb07c1a24821479bcfc717e3b0a0af1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:58:58 +0000 Subject: [PATCH 06836/10074] toot: update 0.48.1_1 bottle. --- Formula/t/toot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/toot.rb b/Formula/t/toot.rb index e6d72b970f19c..05368d43b9017 100644 --- a/Formula/t/toot.rb +++ b/Formula/t/toot.rb @@ -10,7 +10,7 @@ class Toot < Formula head "https://github.com/ihabunek/toot.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "0a745bc4134a24b5fa437b823d6eabe4cbdb2781c2304865291c8df9d4e0f8f9" + sha256 cellar: :any_skip_relocation, all: "3ff5d1887141275012fd857f2a97ae0df52711304e6fa40c8af9dc9013143d3f" end depends_on "certifi" From 583d451512ead7e6ed6335856e07e97b592a22e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:08:01 +0000 Subject: [PATCH 06837/10074] tvnamer: update 3.0.4_9 bottle. --- Formula/t/tvnamer.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/t/tvnamer.rb b/Formula/t/tvnamer.rb index 2a3720d86466b..f3a8dd46ade55 100644 --- a/Formula/t/tvnamer.rb +++ b/Formula/t/tvnamer.rb @@ -12,8 +12,7 @@ class Tvnamer < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "6ba00502c3fbfb57becef9ce7c8e3c2778c1ad88034d70b327d52518a9ab189d" + sha256 cellar: :any_skip_relocation, all: "62bc0479abf31707d8f5f8e01c590e23d07d248f3e5dd8abc9475d871d25da3c" end depends_on "certifi" From 5c7aa699adef50c698897c72fbcaffcf3e2214a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:12:16 +0000 Subject: [PATCH 06838/10074] sysaidmin: update 0.2.5_2 bottle. --- Formula/s/sysaidmin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sysaidmin.rb b/Formula/s/sysaidmin.rb index 063b9e543d216..0a3e871a4ed29 100644 --- a/Formula/s/sysaidmin.rb +++ b/Formula/s/sysaidmin.rb @@ -9,13 +9,13 @@ class Sysaidmin < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "ab1447a16293a706addd85001c911b1543833b531d55feed4c45e74af35042a5" - sha256 cellar: :any, arm64_sonoma: "243fedb5e15dc31b137ec7ee259d2a994b186c5df8f0951fcca3556959898a5d" - sha256 cellar: :any, arm64_ventura: "ccc927ca39e55adfc4915457466ce57a1f2f672efda5df4ca7aa5ddcc5afa6a9" - sha256 cellar: :any, sonoma: "5f877f08a4c4dd09c344453f3247641a6ec70249c478b8dd0b4db599e4aadb43" - sha256 cellar: :any, ventura: "da9a68d50f541d77d345a3fd83a7d7fcfe5cc76df46f8328b0bf7c7b539dbee9" - sha256 cellar: :any_skip_relocation, arm64_linux: "e9427ceb6af716340329bf39701baef5406c4307fd01fb95397c2510bb5678e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "271c17ea3ddb5d63096b9c1978a840c40f7f29cf2326883f158064943da36ec7" + sha256 cellar: :any, arm64_sequoia: "7ddcaf4fa5fbc0046f0450a8f2ad74ca75f10446897729733eb7cf494f69f99b" + sha256 cellar: :any, arm64_sonoma: "18bfe73bee5cfc8a537ff5348b09aa14c4358811cc4e9ba042cf445237b382bf" + sha256 cellar: :any, arm64_ventura: "e4317a9ec42c006cd92d9058d8ad5ce05eddcd79e629f6e3c4a9d01aa68c6823" + sha256 cellar: :any, sonoma: "b174c09569ac115e4d5cb029c96961519ca5d1f8a725b781b778ff6403d64e32" + sha256 cellar: :any, ventura: "29c6e4417d8d1fe998f3cede3f146438a8d4a856353dfecaf1caaca8866b0ec8" + sha256 cellar: :any_skip_relocation, arm64_linux: "018abea075e1a43b0b8aa370db57bdfa370e19c6e3b5bf06a8f64f98a47a2111" + sha256 cellar: :any_skip_relocation, x86_64_linux: "acfc9f9ab0ad9f3c190f94a646c337d2b4a85814e24baa28e5d49045f82d9d60" end depends_on "rust" => :build # for pydantic_core From 7dfd63d617772ddf6e6866cf76f525ff01a4594c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:14:19 +0000 Subject: [PATCH 06839/10074] tmt: update 1.50.0_1 bottle. --- Formula/t/tmt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tmt.rb b/Formula/t/tmt.rb index e9d69a45f2f9d..67a82f631be13 100644 --- a/Formula/t/tmt.rb +++ b/Formula/t/tmt.rb @@ -9,13 +9,13 @@ class Tmt < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "b2865dbf449b56e47c3499b6e6808cb44e5edee68c6cd9376b228fe947c37ca5" - sha256 cellar: :any, arm64_sonoma: "faf2ccc938efc226a10c895abcb5ceda3b4e564d722ca287f24281e392846c32" - sha256 cellar: :any, arm64_ventura: "7cae068290560fa811246e6189533cd60e3a9eb0af841c8b1a1d5630a03a0f21" - sha256 cellar: :any, sonoma: "b6f880948e883e314ceed7c66f43c0e99b43cb3c5393570621d469a2b4fb40d3" - sha256 cellar: :any, ventura: "422f9e1757b60fb485279bccfb72ae455f6c1b79e940a60f230d1c919e7eafb3" - sha256 cellar: :any_skip_relocation, arm64_linux: "dce59a4dbb3401f063d858bfeee63df06782159ded884f62d4b9eaaac4791099" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3df1c316b8ab8ed3d4b5dca14b6f691ef9b79c1760d15cb48081cfe7ad629ba9" + sha256 cellar: :any, arm64_sequoia: "6185b54a53143059a4ed1b4d31785ae84fd590285a3e078b26786eb7ff62f48c" + sha256 cellar: :any, arm64_sonoma: "1719f6f7b72bd9be1bddf268881028269721fcbc93fd8e9df2ff1982b4179765" + sha256 cellar: :any, arm64_ventura: "af6c0c3f55f199f98aabff8a13b1200e5ef651776d5182fda5baffb19237cdfc" + sha256 cellar: :any, sonoma: "5c2de862f3fe9cd721cbd3912b2e560d93c2ab9cb678580a811dbea148ec01fe" + sha256 cellar: :any, ventura: "9908549886d659100d7ec72239c593f669047d523858d87836a75c3312d879ef" + sha256 cellar: :any_skip_relocation, arm64_linux: "a87fa95e33b65959a061eb42e6abb959c67aa742046eddc776219c6eecb0ae02" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6bad3fb50b096c749d0bf61953a68c16a5bdf7f1db7fe1a0c31b21c9be6fcd7d" end depends_on "rust" => :build # for rpds-py From 675b54948329a54a51e7bf7467e287752096bfcd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:16:26 +0000 Subject: [PATCH 06840/10074] twarc: update 2.14.0_10 bottle. --- Formula/t/twarc.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/t/twarc.rb b/Formula/t/twarc.rb index b52aeb61af6f8..7a0f07389c513 100644 --- a/Formula/t/twarc.rb +++ b/Formula/t/twarc.rb @@ -11,8 +11,7 @@ class Twarc < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "a47530dfbcb3c61845ce2a202587d5c931f166cdbd1a125b800d6aebb6c6e157" + sha256 cellar: :any_skip_relocation, all: "149044dd0698df45a5474b0d8dea9541aba2701f098c8f321b7e0bc01591f073" end depends_on "certifi" From 69780cf03537e8d66d43c7fb43c7d2b01e15107b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:17:55 +0000 Subject: [PATCH 06841/10074] jfrog-cli: update 2.77.0 bottle. --- Formula/j/jfrog-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jfrog-cli.rb b/Formula/j/jfrog-cli.rb index b4c1a80a18acc..adde059ec9629 100644 --- a/Formula/j/jfrog-cli.rb +++ b/Formula/j/jfrog-cli.rb @@ -15,12 +15,12 @@ class JfrogCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c446eec5d0bd1a52d0b64eeb5e186b335bdb296fa8d0efb14040c577c814a24" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c446eec5d0bd1a52d0b64eeb5e186b335bdb296fa8d0efb14040c577c814a24" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1c446eec5d0bd1a52d0b64eeb5e186b335bdb296fa8d0efb14040c577c814a24" - sha256 cellar: :any_skip_relocation, sonoma: "af25b2908968a594994e0fdf125bc2dd4fe12d3b54e95a9ae557a8e7672949fd" - sha256 cellar: :any_skip_relocation, ventura: "af25b2908968a594994e0fdf125bc2dd4fe12d3b54e95a9ae557a8e7672949fd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "870d0a982bf2d9298393ea33c0c67604acd6ce0fc0038d4d38e3c6d11aaa81b9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "26a13f97b1cac8181a689e8088b4b49b3b59303d9b9bf1be42a2e45d685ebc9b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "26a13f97b1cac8181a689e8088b4b49b3b59303d9b9bf1be42a2e45d685ebc9b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "26a13f97b1cac8181a689e8088b4b49b3b59303d9b9bf1be42a2e45d685ebc9b" + sha256 cellar: :any_skip_relocation, sonoma: "37f382e2c4ac930ec9d955ce6b9fee5339ebf2c05bb09479a449252f304b7dd2" + sha256 cellar: :any_skip_relocation, ventura: "37f382e2c4ac930ec9d955ce6b9fee5339ebf2c05bb09479a449252f304b7dd2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b52159aa910467f8eea2de1512de3e6497bb594d1bf69ddcb18fc1e202bc73a4" end depends_on "go" => :build From c4eca540f280977e3fe4780c88a29506c08c52b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:30:39 +0000 Subject: [PATCH 06842/10074] vdirsyncer: update 0.19.3_2 bottle. --- Formula/v/vdirsyncer.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/v/vdirsyncer.rb b/Formula/v/vdirsyncer.rb index ae77389341800..b9b6783509071 100644 --- a/Formula/v/vdirsyncer.rb +++ b/Formula/v/vdirsyncer.rb @@ -10,14 +10,13 @@ class Vdirsyncer < Formula head "https://github.com/pimutils/vdirsyncer.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d5d8caff129d1bd04a3bc1053dea96b450abdb139ddf91c2e58f3eae1686455" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "044260626c367cb745a4bab4ac5c4713f974cd4bc9293e38ac80fe5676c35561" - sha256 cellar: :any_skip_relocation, arm64_ventura: "49769d8cac044ada8b15d1ed3db8c83cb2f00b154c46354c523673cfa70d745b" - sha256 cellar: :any_skip_relocation, sonoma: "e8d51e71ec7cbdb9e21995cab9ee7e7f169973e7998c3a86747a60726060d347" - sha256 cellar: :any_skip_relocation, ventura: "b1030cd302d1a1c11dd379a488bfcf0ac6a110e17e0b4eaa36afab08b186bfbf" - sha256 cellar: :any_skip_relocation, arm64_linux: "78371fdbfe06269074729f55fedda1344e2622485955ff811f45ab19d23568b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "52f1a9a9af3c8d86551fb7864e80af1b8fb9d26a8641e334d617430522363d3a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "007361e089ac71118de7526541e993302c8cbb2ee26b37d07c2c67a118001b94" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "242a983df10c717516ee4fca76cd64faaba3586813ea9c41416a80a526517b8e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "66e6b1b53186efb6780bbf90ba9a31072bf1b958be572182561fbf2a598f0acf" + sha256 cellar: :any_skip_relocation, sonoma: "b3310056836acc1d924a739eaece33e7a09f55e79e3826e4f52fdfccf4c8aad4" + sha256 cellar: :any_skip_relocation, ventura: "a3369f20bff63141d19556665530b84fb5bb932f11969e13cc2f1305ee68e0b1" + sha256 cellar: :any_skip_relocation, arm64_linux: "85f80daac07887385ecf887646e601bb7c9605471720d5493958edb97245565b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf8ccf908f599e603ec7fb308aa8ff86fe21bd1ea47452cbd261115fa27b111b" end depends_on "certifi" From 0ded925ac6fa5a8bf554136f728e05c5ac386705 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:44:24 +0000 Subject: [PATCH 06843/10074] urlwatch: update 2.29_1 bottle. --- Formula/u/urlwatch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/urlwatch.rb b/Formula/u/urlwatch.rb index 4e49ffd54e840..45ae64cd843b7 100644 --- a/Formula/u/urlwatch.rb +++ b/Formula/u/urlwatch.rb @@ -9,13 +9,13 @@ class Urlwatch < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "de60e6a087b935b6bac97bc69ec1ca1c107fdf05a838f015e0cadc2e048f3f9d" - sha256 cellar: :any, arm64_sonoma: "fbe02184a2cde0d42d534169e6a99e61a82245e5b479624e4a3fdf60763c5da5" - sha256 cellar: :any, arm64_ventura: "e347ee6bec4a7acc257dc0a33e44eb0d6b7157788de95d952d2bc92f86740a9f" - sha256 cellar: :any, sonoma: "a65ad820cba9da748602dd03ba112ccf49242972d5361ee90f9ffbb9d9f06ae4" - sha256 cellar: :any, ventura: "0fd7db4f82a22ee9a0b4a9a58dfe46c63a09c41d06cce7e0be940b60c682b788" - sha256 cellar: :any_skip_relocation, arm64_linux: "cb939b185391a35771255a41b0f3c855de8e2ad72ea4a26ad2140f0dfbb11765" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d8d869ce99654e22a28d552abdf8dec3e5ed07ea0327ae787a97e7bf3c5f6471" + sha256 cellar: :any, arm64_sequoia: "c12fede92c94a73a4c005858e1c8db0d12f5d579f4c552d383d8b513954c9122" + sha256 cellar: :any, arm64_sonoma: "76365d3da38d6c3beceecc4245890a8b69970ce6cb70e2e3045dcb4cc6ea419f" + sha256 cellar: :any, arm64_ventura: "ee4dfa6d3c9e4745c149cb3b1b8f7d04f53ba089b408df4006034cf92f1db99a" + sha256 cellar: :any, sonoma: "9451dfe8d9b0810ff944e74464cc251716a8249aaf34506e0b03d83dce7e1b9a" + sha256 cellar: :any, ventura: "13b3504f10fd6d537260cad2632ff4db449abd0a0ee890f4adfbe9635642897e" + sha256 cellar: :any_skip_relocation, arm64_linux: "80ef89d3689a7ed41eb0c077f629a9c2bd678d560771ca763614b2c9052a7847" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac75856a7f6a299a04f668d27ecde44e9d0202fb491c06fb7b5c9950a9449362" end depends_on "certifi" From 5d6f8c4ead937cb6a3d344b098bb80ce3a25a385 Mon Sep 17 00:00:00 2001 From: Anna Rift Date: Mon, 9 Jun 2025 09:05:36 -0700 Subject: [PATCH 06844/10074] chapel 2.5 --- Formula/c/chapel.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/c/chapel.rb b/Formula/c/chapel.rb index 9b9f1b31a2dcf..cfd3c3a6455a1 100644 --- a/Formula/c/chapel.rb +++ b/Formula/c/chapel.rb @@ -3,13 +3,12 @@ class Chapel < Formula desc "Programming language for productive parallel computing at scale" homepage "https://chapel-lang.org/" - url "https://github.com/chapel-lang/chapel/releases/download/2.4.0/chapel-2.4.0.tar.gz" - sha256 "a51a472488290df12d1657db2e7118ab519743094f33650f910d92b54c56f315" + url "https://github.com/chapel-lang/chapel/releases/download/2.5.0/chapel-2.5.0.tar.gz" + sha256 "020220ca9bf52b9f416e9a029bdc465bb1f635c1e274c6ca3c18d1f83e41fce1" license "Apache-2.0" - revision 2 head "https://github.com/chapel-lang/chapel.git", branch: "main" - no_autobump! because: :requires_manual_review + no_autobump! because: :bumped_by_upstream bottle do sha256 arm64_sequoia: "ae45c935d3a083686ffc20b62e84b0faae9d5a9701322f338ff29bcb6e377c68" @@ -25,7 +24,7 @@ class Chapel < Formula depends_on "gmp" depends_on "hwloc" depends_on "jemalloc" - depends_on "llvm@19" + depends_on "llvm" depends_on "pkgconf" depends_on "python@3.13" From 44ae84f43fdd710eeda71c19d44679dbabc4ae20 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:49:21 +0000 Subject: [PATCH 06845/10074] watson: update 2.1.0_7 bottle. --- Formula/w/watson.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/w/watson.rb b/Formula/w/watson.rb index 086ec9bea7af0..d6f543ebf46c2 100644 --- a/Formula/w/watson.rb +++ b/Formula/w/watson.rb @@ -12,14 +12,13 @@ class Watson < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "479ecc469da915b26139b32fed053e032430f9c0116f47caeb7091984f091f4b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c036a73c69622ce25a9d2146211fba738857e43d619f959adff7912e686016d1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f7e35a6890a1a5578f1f4359e60f76c66af23c753a63270a7e1cd932114d7176" - sha256 cellar: :any_skip_relocation, sonoma: "887e4dbd5b24eb0f0f405a6bd0cdc032443cfe1a2ed4dea860283f1050e9165c" - sha256 cellar: :any_skip_relocation, ventura: "a4c97c4889759dcda9394c15f596b92a5678f9967f70ec3910dc75ccd1e8e5e8" - sha256 cellar: :any_skip_relocation, arm64_linux: "74abc5e4e2f86ff0cb80b8cafca9d78543595311048949bb66fafd97cf401c88" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b5eb01d458e69203120a5050be8056035f7a2b9473c5b2a57725d084e75f77d4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e33ed3431baa054240b534f21ab3769efc330be8cb2374dcdfa821f0e388ab0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d63fd445c1f36a5b393f3fdd4d41311d4da25bc08b19ba1352ae5677000b3f5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "39acaa22fdc5b6f0bcf5a662b07c1bd5aa138b0a71dd0d5406e5e54c6f06485b" + sha256 cellar: :any_skip_relocation, sonoma: "7af3baf89a228b574cb153eabea6ac2bbffeefc900c7a40201f32d5161407ee9" + sha256 cellar: :any_skip_relocation, ventura: "9958984b3f44a94d90b5e6eac05b5c84566699ce60e4560b0f5a821d82fd53df" + sha256 cellar: :any_skip_relocation, arm64_linux: "63635ebe34f1f48ca8800004e0338ec425c64cdbaa20066813fd9a34ecedba82" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8ef1c2533ef8c6c5d6c47ac05e5b1caa3059ae57bcc44021e115ca3dd0a31380" end depends_on "certifi" From aa8efbe5857d1346f372badc44de7de3199fb23e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:54:46 +0000 Subject: [PATCH 06846/10074] twine: update 6.1.0_1 bottle. --- Formula/t/twine.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/twine.rb b/Formula/t/twine.rb index 84123ef389f08..ac32320ba11dc 100644 --- a/Formula/t/twine.rb +++ b/Formula/t/twine.rb @@ -10,13 +10,13 @@ class Twine < Formula head "https://github.com/pypa/twine.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "ec3b23c0e332f1c03c3af3425858b2b9aee42d2c619e80b789e73b394e550760" - sha256 cellar: :any, arm64_sonoma: "4cafbbad3910a5132eaa302259c34bb87b5073cd1fca4d36ee6f234d4c647472" - sha256 cellar: :any, arm64_ventura: "1abc11c2a3efbf886021b93059f5e6664e5596b3aaf34857e23e5ab4d4a32129" - sha256 cellar: :any, sonoma: "daeb2faecb8c7df9d4f8553420f1f80526f1e07c284ef7627da940862fb502d0" - sha256 cellar: :any, ventura: "4abae8b2d936f4cbca561ba3d16fd9e6f72271e5141bda0de392131f43de9086" - sha256 cellar: :any_skip_relocation, arm64_linux: "70da8af2b49cd69b61f2ce969b345089b3cc22d9bd8239bd27dfb5b204ee2632" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2991356e47daefde97834092663ddac04b776d4761af3a817e7cb5ae18c70456" + sha256 cellar: :any, arm64_sequoia: "f267e6bc99b970880cb5a16ce31af3225a018f03f6ec7c0932477edbc5ab973c" + sha256 cellar: :any, arm64_sonoma: "f96b176ea05a893e4b676117773e90fdeefc7a419e582fb45b643241a57cb748" + sha256 cellar: :any, arm64_ventura: "ee062b8566a05d13a21be21b7730ebfa79c162ab1f1c39d3c4eae9fccf4945e9" + sha256 cellar: :any, sonoma: "2ce96b6f672b568ccacb2050d0929f08492a023756cc0165bfe4c73e67796941" + sha256 cellar: :any, ventura: "498764326f10538107c289332277ac570b269c2daf4077fce1ae72ad64823d4d" + sha256 cellar: :any_skip_relocation, arm64_linux: "2dc0cc2793ba0f7e5f6ccc4ee1d7f09cc797e2f6a5bfa96f584fdf53c38b0aad" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e780a1a9ab1c20d469849cc977a515a3dd58c02ed719eaa074ba7bd4dcd3d796" end depends_on "rust" => :build From fb427f9985334b76041f0638cd172cdf8f4e317d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:56:51 +0000 Subject: [PATCH 06847/10074] cfn-lint 1.36.0 --- Formula/c/cfn-lint.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/c/cfn-lint.rb b/Formula/c/cfn-lint.rb index fb23ab5efbce7..8151c5b0be6df 100644 --- a/Formula/c/cfn-lint.rb +++ b/Formula/c/cfn-lint.rb @@ -3,8 +3,8 @@ class CfnLint < Formula desc "Validate CloudFormation templates against the CloudFormation spec" homepage "https://github.com/aws-cloudformation/cfn-lint/" - url "https://files.pythonhosted.org/packages/7f/bd/67280945d60ccd89f9f1ef03e8d2a1eb3a617a97ff28fc9c26c801721ccd/cfn_lint-1.35.4.tar.gz" - sha256 "da38218367217b909884ec2efe361b3992868f140b1d5f37dc64a9e328d9ddb9" + url "https://files.pythonhosted.org/packages/ca/4c/298568c3192763d8c6ebaef8c76d69d7154c362066a84c9cd4b64dc61c89/cfn_lint-1.36.0.tar.gz" + sha256 "47721fe23755663e69b7d84fec61b1c15fab4e7d8c75ab624e738913bcb59489" license "MIT-0" bottle do @@ -32,18 +32,18 @@ class CfnLint < Formula end resource "aws-sam-translator" do - url "https://files.pythonhosted.org/packages/13/01/3a9a3fea6ed942239f22c4fa9b3cd9d8b69545607f257fbb47d28d115dde/aws_sam_translator-1.97.0.tar.gz" - sha256 "6f7ec94de0a9b220dd1f1a0bf7e2df95dd44a85592301ee830744da2f209b7e6" + url "https://files.pythonhosted.org/packages/a2/f8/100c32414efc036d6aba7b2591773e9c86f999ab0030850d26e672ed513d/aws_sam_translator-1.98.0.tar.gz" + sha256 "fe9fdf51b593aca4cde29f555e272b00d90662315c8078e9f5f3448dd962c66b" end resource "boto3" do - url "https://files.pythonhosted.org/packages/47/b8/77a951fdcf732af2982f0f212a9419882163211956069bff9d58e242ce65/boto3-1.38.28.tar.gz" - sha256 "69395075d54be4552719ccadad9f65a3dee5bb3751701e8851d65d71974a791d" + url "https://files.pythonhosted.org/packages/f1/ca/e7c1b5f7118fa3520f70ca11082472b64e2ffc4d81e7a4373339e4770f3a/boto3-1.38.35.tar.gz" + sha256 "38a407e467b24914ce24e5816f53305288ea44072778f88d2b4b6a2cffbcb220" end resource "botocore" do - url "https://files.pythonhosted.org/packages/19/8c/6fb5a271e6da62377fd0e9dc5cff00343ae7c8b83130f14985f7b3924f0c/botocore-1.38.28.tar.gz" - sha256 "63d5977a10a375c3fc11c8e15e1ae5a4daaf450af135d55c170cc537648edf25" + url "https://files.pythonhosted.org/packages/cd/2e/763918cd2b5af0345a38181bc5f16d1f6c32aad2a03b7738274cf068d864/botocore-1.38.35.tar.gz" + sha256 "3c7032948e066eed5f91d64cd51ee9664d1db9beaf3279ac27da608176bb3d54" end resource "jmespath" do From cb4996144c669c769773aff13d642b089a5afdf6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:01:07 +0000 Subject: [PATCH 06848/10074] dzr 250612 --- Formula/d/dzr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dzr.rb b/Formula/d/dzr.rb index c20e2ee611320..70fa80ea969b7 100644 --- a/Formula/d/dzr.rb +++ b/Formula/d/dzr.rb @@ -1,8 +1,8 @@ class Dzr < Formula desc "Command-line Deezer.com player" homepage "https://github.com/yne/dzr" - url "https://github.com/yne/dzr/archive/refs/tags/250601.tar.gz" - sha256 "824a8ecef7a61fc0ed215103085c93fbbe2ac0148f2ffcc7186261a37e2c9fde" + url "https://github.com/yne/dzr/archive/refs/tags/250612.tar.gz" + sha256 "b535b455170e4bbb1ef6b5d58d119477808765b3573ea3cba1c133625d4d1294" license "Unlicense" head "https://github.com/yne/dzr.git", branch: "master" From 5462b5c162406e5293f4134b195e5b3a4c3a412c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:02:54 +0000 Subject: [PATCH 06849/10074] firebase-cli 14.7.0 --- Formula/f/firebase-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 44dc623fb6d5d..7c0e19baaa1f9 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -1,8 +1,8 @@ class FirebaseCli < Formula desc "Firebase command-line tools" homepage "https://firebase.google.com/docs/cli/" - url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.6.0.tgz" - sha256 "6749cbe5984f5b27e3a25b2abfa95f3d1dd8f8cf65ce16bc613ec13d7956366b" + url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.7.0.tgz" + sha256 "c698fabb2248238be2fc46cb3a2e710b7374b588116e8cf5026d164399d4037a" license "MIT" bottle do From 6066de09402ef751cfaaef1f9c0ea7f60c2caecf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:04:15 +0000 Subject: [PATCH 06850/10074] github-mcp-server 0.5.0 --- Formula/g/github-mcp-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index e0862f53424bb..699cf7f9de693 100755 --- a/Formula/g/github-mcp-server.rb +++ b/Formula/g/github-mcp-server.rb @@ -1,8 +1,8 @@ class GithubMcpServer < Formula desc "GitHub Model Context Protocol server for AI tools" homepage "https://github.com/github/github-mcp-server" - url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.4.0.tar.gz" - sha256 "824412c08b0fb8f462c6c59cc606791baffaaecb66810f4e274a3a7bd7fa6d99" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.5.0.tar.gz" + sha256 "4c874fcedd82d5df4533ab79e1b675135dd77725500e006b1195a59c01a67d60" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" From 7e5622542cc412692517800167e1ce1a4a066d39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:04:25 +0000 Subject: [PATCH 06851/10074] waybackpy: update 3.0.6_7 bottle. --- Formula/w/waybackpy.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/w/waybackpy.rb b/Formula/w/waybackpy.rb index ee78b451111b7..0b3c344c1994e 100644 --- a/Formula/w/waybackpy.rb +++ b/Formula/w/waybackpy.rb @@ -11,8 +11,7 @@ class Waybackpy < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "3c04c3dc485bc958c532a3d094ffd407b390b69dae8b4af96b5d6c82ecc1de0b" + sha256 cellar: :any_skip_relocation, all: "68e49e8c64baa02d545d06ed73e5c55c3ff160fbccc36d48be032dfe6658122f" end depends_on "certifi" From 7c5e9880fdc515d063b4080651a45b4a7e82e17a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:05:32 +0000 Subject: [PATCH 06852/10074] grype 0.94.0 --- Formula/g/grype.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grype.rb b/Formula/g/grype.rb index a031603748c7b..6822a4ff2fb41 100644 --- a/Formula/g/grype.rb +++ b/Formula/g/grype.rb @@ -1,8 +1,8 @@ class Grype < Formula desc "Vulnerability scanner for container images and filesystems" homepage "https://github.com/anchore/grype" - url "https://github.com/anchore/grype/archive/refs/tags/v0.93.0.tar.gz" - sha256 "b2fafd110cff50ef93902d95058ba688804aa971a2af5616fe1c46b17b34c978" + url "https://github.com/anchore/grype/archive/refs/tags/v0.94.0.tar.gz" + sha256 "d285dc8990f4ab5f8620858fbf4831520526cd8c705ebdf9c9c2cac63745d380" license "Apache-2.0" head "https://github.com/anchore/grype.git", branch: "main" From baa72f7453b2fb0d93f1749879db765d6a857f1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:07:01 +0000 Subject: [PATCH 06853/10074] ipsw 3.1.612 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index d5d6a666d2ab6..e0b6e9aac493b 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.611.tar.gz" - sha256 "968397253f8d7d55a748454cde567da083dc8678d8824b2788e2407fcbb36b32" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.612.tar.gz" + sha256 "6fc0628b84ba663e69e63d379982896ce1590016bd8ffb4c03b3bd3b4c263d5f" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From 33d715164ba2f11c26e0dff5ca266b7eb07b2f02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:08:05 +0000 Subject: [PATCH 06854/10074] kargo 1.5.2 --- Formula/k/kargo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kargo.rb b/Formula/k/kargo.rb index cc11822365100..246904270cf07 100644 --- a/Formula/k/kargo.rb +++ b/Formula/k/kargo.rb @@ -1,8 +1,8 @@ class Kargo < Formula desc "Multi-Stage GitOps Continuous Promotion" homepage "https://kargo.io/" - url "https://github.com/akuity/kargo/archive/refs/tags/v1.5.1.tar.gz" - sha256 "713b08bd8d13fe483ec8dda89f42a4186d71ef977471cf994e43d5e6b80a285f" + url "https://github.com/akuity/kargo/archive/refs/tags/v1.5.2.tar.gz" + sha256 "0a7b347c74a8659ee7c34aa255ba6f9b46790f064c50b2461486672ba5c73e12" license "Apache-2.0" head "https://github.com/akuity/kargo.git", branch: "main" From 9bda75df4a1981b8bd09fd645d80cc756f412ada Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:12:24 +0000 Subject: [PATCH 06855/10074] melange 0.26.10 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 33c3db789b936..cdb1344df05a2 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.9.tar.gz" - sha256 "78d631adb59e6b16ed276ba3c21159588f8d55d8f821b5c48e2fe2058771f2a2" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.10.tar.gz" + sha256 "622de826cd4d570cfa84d73637863f2d417d92730c6841ce38053c76eb07bc66" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From 5c43cf88690aac1c429e7e19f492e06770374106 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:18:22 +0000 Subject: [PATCH 06856/10074] promptfoo 0.115.0 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 14262d0c4a5a7..33098b9092f6e 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.7.tgz" - sha256 "c11119844956c8b61240d2d95dbaa225cf8af1516f98d404595c43cc71a777ee" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.115.0.tgz" + sha256 "0018bbd58486824c684f6b4966f0f62d9e6cd000f59e87fcfe0e6b25f4899dcb" license "MIT" bottle do From 3bf7219d9247ec53abc2ec2716614317f32adee9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:19:59 +0000 Subject: [PATCH 06857/10074] woob: update 3.7_1 bottle. --- Formula/w/woob.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/woob.rb b/Formula/w/woob.rb index ac992e1d23062..d4d2c2211ba56 100644 --- a/Formula/w/woob.rb +++ b/Formula/w/woob.rb @@ -9,13 +9,13 @@ class Woob < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "544f50fd03f5c1f7c551bdced33e363da67253e7f16e4f258b2e33c8b7bb38d3" - sha256 cellar: :any, arm64_sonoma: "63f1ff18a0ae23684f16d99bec2c631a09288534396b4871e87ee4256600e54b" - sha256 cellar: :any, arm64_ventura: "5fa75ab650ca499865656bcd684aa113672df2b59bc41c79571f4902bc790583" - sha256 cellar: :any, sonoma: "1e2193ee7da151398d2eade58cf409a2f94732abdcd35f648d57ff9e62e880e8" - sha256 cellar: :any, ventura: "e049ae78a0a5a1af6800cf1ee86e8c26d81d7eb8dca7e72f178e68e140aea155" - sha256 cellar: :any_skip_relocation, arm64_linux: "e988b7ee848d0c7e0bcffb4bb18ef4c95701178544003ea8ebfc186e4cc00daa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7e999afa8f7ee9c7963c8ac5887494976877351bd587db3b9b6e15b3abd0f07e" + sha256 cellar: :any, arm64_sequoia: "61d9a4d0ccec4886f29d11c97219a28d3a7798dbc8a747129d16bb608335b359" + sha256 cellar: :any, arm64_sonoma: "24280f8376e15ec57b08a84777223e473a1e0cd081235c88361a8b53f98cc6f4" + sha256 cellar: :any, arm64_ventura: "0907a1d8e8df1e07a21d07051429b3812b41c2a148e295a614bbc9bf2585d2da" + sha256 cellar: :any, sonoma: "71b45c2c9bd6a02eb87ca939a11ebfc4c99b575862c778520a7821520f42261f" + sha256 cellar: :any, ventura: "0d212e73f09008df27667afe06df7ced2438108cd613634b2bc48ce32381798a" + sha256 cellar: :any_skip_relocation, arm64_linux: "3d4c97f824215f63df68b20fbdea9eae38b0e04be162513ce5bc76d14dc784e1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e03d522e119a069acd556e7062fe62199285bf3a5eea8743809c453bfb201938" end depends_on "certifi" From aea9e9b6ef6595e781f97f249fb00cd5b07c7c51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:20:00 +0000 Subject: [PATCH 06858/10074] recc 1.3.21 --- Formula/r/recc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index 4d24283642cdf..7d342d56e28f1 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -1,8 +1,8 @@ class Recc < Formula desc "Remote Execution Caching Compiler" homepage "https://buildgrid.gitlab.io/recc" - url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.20/buildbox-1.3.20.tar.gz" - sha256 "5e34a08d0416061fffcae4f9c57349ccfaf09e5617700646c80f0ccfcf408aa4" + url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.21/buildbox-1.3.21.tar.gz" + sha256 "5468c07bc5bcc4e5e5e56ab95584a78f46edf255889ed13ae223de1f2f191447" license "Apache-2.0" head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" From 196f04319fbe0c46f83e99484fbb9f08b8fbe194 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:20:31 +0000 Subject: [PATCH 06859/10074] mx: update 7.55.1 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index e35002422f9a7..18547297e7b6c 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "839ab5e6e1aaab850346d3fa6c79059c4cc4c1d2a20b575500287288657b9c8e" + sha256 cellar: :any_skip_relocation, all: "231e6f545f5aaf414db5e6176725526d72f1da5bf5f5ef105b95cd56c57680f3" end depends_on "openjdk" => :test From ac123da85454372dbffbb7dea858050240e32bab Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:26:29 -0500 Subject: [PATCH 06860/10074] mesheryctl 0.8.103 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index b40f5d88f97cc..c28552aeee793 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.102", - revision: "dc85e0fdd53d65bf98cd3c0e4f61b2acb0f65087" + tag: "v0.8.103", + revision: "89829e9edc6cc4275aaa444240f6f593917abd36" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From f6e9096436160294dc44c3cc35cbd794e06936f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:30:41 +0000 Subject: [PATCH 06861/10074] scw: update 2.40.0 bottle. --- Formula/s/scw.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/scw.rb b/Formula/s/scw.rb index e00c98de2896f..397230c16ef73 100644 --- a/Formula/s/scw.rb +++ b/Formula/s/scw.rb @@ -11,12 +11,12 @@ class Scw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8177c1d7b1642185aa240d58b90a3dc5a01391ce840efbf2b21472e944ff912" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c8177c1d7b1642185aa240d58b90a3dc5a01391ce840efbf2b21472e944ff912" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c8177c1d7b1642185aa240d58b90a3dc5a01391ce840efbf2b21472e944ff912" - sha256 cellar: :any_skip_relocation, sonoma: "aed013b6831b2fb0c9624ad01606151010d90349337079d24fcf7e02e1bb3122" - sha256 cellar: :any_skip_relocation, ventura: "aed013b6831b2fb0c9624ad01606151010d90349337079d24fcf7e02e1bb3122" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6f109b3c2f4e87e934850038e2dc20cdf4533befe75deb96b07ca2e14ee80910" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb5abac55895b2f70e864b69803d6ff9d5d7fbc646ff6d57e39ea57d779869d6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb5abac55895b2f70e864b69803d6ff9d5d7fbc646ff6d57e39ea57d779869d6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "eb5abac55895b2f70e864b69803d6ff9d5d7fbc646ff6d57e39ea57d779869d6" + sha256 cellar: :any_skip_relocation, sonoma: "2c698b87b9f3684b02b39556270b83b197a4ebf8d29a9f4f0bb17501aab9d332" + sha256 cellar: :any_skip_relocation, ventura: "2c698b87b9f3684b02b39556270b83b197a4ebf8d29a9f4f0bb17501aab9d332" + sha256 cellar: :any_skip_relocation, x86_64_linux: "751e7e38296d08b8dac202137727096f52c242ed569f950b12c2185a83b4e377" end depends_on "go" => :build From d103fae21b27a5ef6e696719d2b8e1d14c4eedd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:31:00 +0000 Subject: [PATCH 06862/10074] yewtube: update 2.12.1_2 bottle. --- Formula/y/yewtube.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yewtube.rb b/Formula/y/yewtube.rb index e3b05b7af75ca..5d044077ef045 100644 --- a/Formula/y/yewtube.rb +++ b/Formula/y/yewtube.rb @@ -10,13 +10,13 @@ class Yewtube < Formula head "https://github.com/mps-youtube/yewtube.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ecec9eb9f3b3ff69d2c7d51999298e0989402fe43feece16a25f05904ac4989d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ecec9eb9f3b3ff69d2c7d51999298e0989402fe43feece16a25f05904ac4989d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ecec9eb9f3b3ff69d2c7d51999298e0989402fe43feece16a25f05904ac4989d" - sha256 cellar: :any_skip_relocation, sonoma: "ecec9eb9f3b3ff69d2c7d51999298e0989402fe43feece16a25f05904ac4989d" - sha256 cellar: :any_skip_relocation, ventura: "ecec9eb9f3b3ff69d2c7d51999298e0989402fe43feece16a25f05904ac4989d" - sha256 cellar: :any_skip_relocation, arm64_linux: "5dfef9c8bed35a9cd280b2ee20f9c29b60ada0b95c536d7bdd6759bcc3c9e609" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5dfef9c8bed35a9cd280b2ee20f9c29b60ada0b95c536d7bdd6759bcc3c9e609" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" + sha256 cellar: :any_skip_relocation, sonoma: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" + sha256 cellar: :any_skip_relocation, ventura: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" + sha256 cellar: :any_skip_relocation, arm64_linux: "87de0867cf79180493c927c54409ca65ddb66bef4198f7f8e470fda4bf188915" + sha256 cellar: :any_skip_relocation, x86_64_linux: "87de0867cf79180493c927c54409ca65ddb66bef4198f7f8e470fda4bf188915" end depends_on "certifi" From 71f94d8dc6fa83a60b4748307c5d3e985360ea19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:43:58 +0000 Subject: [PATCH 06863/10074] syft: update 1.27.1 bottle. --- Formula/s/syft.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/syft.rb b/Formula/s/syft.rb index 7f3f1a61ec11a..fac005013506d 100644 --- a/Formula/s/syft.rb +++ b/Formula/s/syft.rb @@ -7,13 +7,13 @@ class Syft < Formula head "https://github.com/anchore/syft.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b04760961adfb40aad448c9093d60fb00a7dd58ca76957d47ce3471baab38315" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b096ed310cc8f555db0ba557dea6b7ae572ece50a07128fdd4d8124f9f68642" - sha256 cellar: :any_skip_relocation, arm64_ventura: "99f59468b62c3f2e1a9c185444a4c2590a49210bed6ef11a29781fc98914c91d" - sha256 cellar: :any_skip_relocation, sonoma: "ad5f5fc04e9c4e56d653a85a773bcbb7637859080e5a6ee034bcc652d43b4bc1" - sha256 cellar: :any_skip_relocation, ventura: "cf0f744e03cfc625fcf89818f6b6fae26444aef3a9b020d97ce584dc4fe61bed" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae2b7ff3751dc134d6c1832f3744e2401c79188a6e786ed9818be49aaa00866a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "983993fd032f96f6481ac5bb7550ffa28271cd24e8764517f7e761b93b63a728" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1c68a503519092c6baa256d0a9a8ad378cc25d345c53047bb004208bec72cd0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52c703e9f65a265e4c9b99b992d98a0096e51cc7845f88ce101a1ec7c7259260" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8127725c9e892e09175b0df0319124fb7b7cdc8499590edb8bf2fe1ab0b2ac26" + sha256 cellar: :any_skip_relocation, sonoma: "113ec61e0eb16c6b3d363aa783f08f93a682371da752bd26205f46b242c9210f" + sha256 cellar: :any_skip_relocation, ventura: "3ee05b7b2b63690f977509e6310203cf40cde9befc3cc07066e6d81a73e98ade" + sha256 cellar: :any_skip_relocation, arm64_linux: "0fa110a5eee2f9baf7e70c4dbbff2d240af1e58a1630fb092da40b89507a1442" + sha256 cellar: :any_skip_relocation, x86_64_linux: "97c0efbd87c5059353706bedef60db471e88e5dee8c3243f10069d436f2f0987" end depends_on "go" => :build From ca6794a5d7063dc53a05d2a6294da661a2e894a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:55:16 +0000 Subject: [PATCH 06864/10074] slither-analyzer: update 0.11.3_1 bottle. --- Formula/s/slither-analyzer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/slither-analyzer.rb b/Formula/s/slither-analyzer.rb index e72228b909f7c..3ee85f4557fd8 100644 --- a/Formula/s/slither-analyzer.rb +++ b/Formula/s/slither-analyzer.rb @@ -12,13 +12,13 @@ class SlitherAnalyzer < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "0afe1fd5ed9b06cdae9ef4d95862b6352f9aeb989b7af4da6e7bc21c462d74fc" - sha256 cellar: :any, arm64_sonoma: "3abb429be05a04b5088233cc8453d8f99141194c82d127eed626bd92a4daabb3" - sha256 cellar: :any, arm64_ventura: "14dcb64ecc28000eda093d1ee3422bc00cc3c5bfc46e2247d21b7134b05d91d8" - sha256 cellar: :any, sonoma: "7dc1a1078ff8bd0712b9eeb1202a97ada12925021654f18efd106656910e1f65" - sha256 cellar: :any, ventura: "8d2b4e62cc8c11bcc82c66ee747d5ea6ae5e18340116c3c4f324eeee54802222" - sha256 cellar: :any_skip_relocation, arm64_linux: "c9fb40a44171d73c0eb7be48afef96cc905a5da01f1767ca74b1cd48e6584aa7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "08e87de14d19dc594a7f1600840d7f46d4b3bef7543efa59774c6da07debe7eb" + sha256 cellar: :any, arm64_sequoia: "ee9382ada729a8d7d2d1786c60147b11ca685d7075dabbd4c5626a2f2e1cfe58" + sha256 cellar: :any, arm64_sonoma: "1bf2461cb516386b97e246bf94e0c9299d9251a6e034e2446615c805babba946" + sha256 cellar: :any, arm64_ventura: "04bd39d51cc46f7e47a66828274afe00c735d049bf37f360d46cb9a8d50b99e3" + sha256 cellar: :any, sonoma: "97b945b157dd6a37961820bc278bc36697db48e3d28ac50284095c41c4149ae6" + sha256 cellar: :any, ventura: "d83c951f5968f42c06021a77c98b3aa62dc5c24d14ed70cceb46c440cf018b37" + sha256 cellar: :any_skip_relocation, arm64_linux: "79a4fb3e9bdfd48357b4d626fddeabff3c4046488a317b0e325cbc7568164bdf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "889efa3d882133a296d3c39a740a32c8a826bb506b7b7ac7b68a2a5d5165054a" end depends_on "rust" => :build # for rpds-py From 0916cbf90a3b125b996ea5c253739852907e4d6b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 18:01:05 +0000 Subject: [PATCH 06865/10074] swc: update 1.12.0 bottle. --- Formula/s/swc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index d66a93cfa3b8d..0190d0b684edd 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,13 +12,13 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "36a792ac766e31d9a3cf11d9ab67bb8a20c4ec63fe4bb67b7bdea64324ab6391" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6fc66e58c0e0598cacd4966956c679ccf0ae04501add013b283643b8e723b18" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d9ef8743c6e00037eab6140e991544d869daeded1f030c49787eb557b7654ad" - sha256 cellar: :any_skip_relocation, sonoma: "9fe604ab714295390cbd2226a94007ad6dd70ddd02441c0f1f02babebddfbb4d" - sha256 cellar: :any_skip_relocation, ventura: "167762554f000e82ce7481e7bcf455370b10665f6ce375af48d7e2494474833d" - sha256 cellar: :any_skip_relocation, arm64_linux: "3ebee5027619970228164b11339e88b10a1782f2a0bd214e6efb2fd3181c7cc4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "145c1912e61fb1fb323d20a84ccaf7b49c72d2b48c3be9a27c2eacc6551bedfb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b118f5bad37126543a05dbbdc9deadc57e0dff6bfaa42824f9c83104796c56b0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e76a338baaabdfe8f3b0e99ebce5fcec1af24796ae6bce0a557eaccea4ee70a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8a46cdd1cd58b53fc6267c9a22a8d7b5757b7b25b3e14548f241b591e6129dcf" + sha256 cellar: :any_skip_relocation, sonoma: "439ce0d1714e47800af2993ddc9e6e7b75e067466512280cbe24a75b88dcedb9" + sha256 cellar: :any_skip_relocation, ventura: "1d6282ff1456b3b7876d0806a6c09a3ff2740500b3c2de83c5f08c044069f52d" + sha256 cellar: :any_skip_relocation, arm64_linux: "d424683938dd734ce83e69353bf03878a2d31c93472a9502775ac6ccf0d1fd09" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ba6b30d27e3081198fde44a2e43b3f16a260dc51d7ec1f143637835d90ceafdf" end depends_on "rust" => :build From 351802dd329191cef91a8787d2911099bd59dbce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 18:02:35 +0000 Subject: [PATCH 06866/10074] sphinx-doc: update 8.2.3_2 bottle. --- Formula/s/sphinx-doc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sphinx-doc.rb b/Formula/s/sphinx-doc.rb index bea6585060832..478002a0d1f09 100644 --- a/Formula/s/sphinx-doc.rb +++ b/Formula/s/sphinx-doc.rb @@ -9,13 +9,13 @@ class SphinxDoc < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "691cd69cca4a6d522bd06cf691cd7b450d27a0dc235112728739dc016c2b44c0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3a734c24c10a65149d9f89105cb1bdbb4711069b7efa64fc68f7c8e7dca08d8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2fad580adc896cde5f8105f9d3924ee0ca04561598dff4f391ee22ae33da5b8c" - sha256 cellar: :any_skip_relocation, sonoma: "09d1c77c4f771137e6e41ac634ecfaccd1c36a0a55a6e07656cc7e414c73b2ce" - sha256 cellar: :any_skip_relocation, ventura: "eabce5bedad52520c84e39d39322d0ad97e574c68c665e1eabe6e122aadaa48c" - sha256 cellar: :any_skip_relocation, arm64_linux: "160e4ef2c3d8c2fd927314880937480263ae1a79f66f76f98ebec81b8dd28541" - sha256 cellar: :any_skip_relocation, x86_64_linux: "014b492b36572f23a4c95795f9a7cfccdf54da714c2841e35064443a32b58e85" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0327e610dfb142ad68cbcf3abb6c6c33a8423c7535587d7c034cacee66c5b595" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd336a4b6ab42eccf230e964fa733c4dda083541f076886e0071c2b846e2d71b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a51861eff5cb5083595b84f612b6341a475e740d56c480704d782788eb1f1fd2" + sha256 cellar: :any_skip_relocation, sonoma: "45d13f735371849075197d1ce1f7e620ab083ce1c9654997733214c2f88c422c" + sha256 cellar: :any_skip_relocation, ventura: "d399905436750931809413ac80190e243a556067d06eb24910fcde73ec7e9857" + sha256 cellar: :any_skip_relocation, arm64_linux: "e7169e0520f16bf817fd05d21728220b07fdc5dc543b4fca1bbf54019a7b3765" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81bf315cd81d59fe3291bda84d5ea24e397c8bfc8067abade268671947ad43e6" end depends_on "certifi" From 7692e6b366a2a101e3b1311b2ff0dc4192a078a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine?= Date: Thu, 12 Jun 2025 21:09:13 +0200 Subject: [PATCH 06867/10074] meilisearch 1.15.2 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/meilisearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/meilisearch.rb b/Formula/m/meilisearch.rb index e245cd5f04ab8..f63d58941e531 100644 --- a/Formula/m/meilisearch.rb +++ b/Formula/m/meilisearch.rb @@ -1,8 +1,8 @@ class Meilisearch < Formula desc "Ultra relevant, instant and typo-tolerant full-text search API" homepage "https://docs.meilisearch.com/" - url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.15.1.tar.gz" - sha256 "67e7201a58bca5abfe23eb291c0d0261f0d81f7fd39415fbc502391d1879d63d" + url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.15.2.tar.gz" + sha256 "7d74d8d79ec34bc03a818133358b5ca5b8ad455cc359d18bbab08c65e6b00dbc" license "MIT" # There can be a notable gap between when a version is tagged and a From f5b8b15c4934eae2c5ebce9200323932717d097b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 19:11:29 +0000 Subject: [PATCH 06868/10074] yle-dl: bump python resources --- Formula/y/yle-dl.rb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Formula/y/yle-dl.rb b/Formula/y/yle-dl.rb index 29d4862e1b2e5..cc8a1ddf6ae39 100644 --- a/Formula/y/yle-dl.rb +++ b/Formula/y/yle-dl.rb @@ -6,6 +6,7 @@ class YleDl < Formula url "https://files.pythonhosted.org/packages/80/08/c464b63a954f1539cd42e7e8cd6bc61d9de15c37aba4b812e705b1351a94/yle_dl-20250316.tar.gz" sha256 "7667a6365fe85140acd3d4378be142ce468e18c5b650d5ed04e3ff5dfd8e946f" license "GPL-3.0-or-later" + revision 1 head "https://github.com/aajanki/yle-dl.git", branch: "master" bottle do @@ -27,13 +28,13 @@ class YleDl < Formula uses_from_macos "libxslt" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "configargparse" do - url "https://files.pythonhosted.org/packages/70/8a/73f1008adfad01cb923255b924b1528727b8270e67cb4ef41eabdc7d783e/ConfigArgParse-1.7.tar.gz" - sha256 "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" + url "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz" + sha256 "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" end resource "idna" do @@ -42,18 +43,18 @@ class YleDl < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8/lxml-5.3.1.tar.gz" - sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install From 2a870e778ab4631bd87b27f43f7ba8d38a555863 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 19:49:45 +0000 Subject: [PATCH 06869/10074] aws-c-io 0.20.0 --- Formula/a/aws-c-io.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-c-io.rb b/Formula/a/aws-c-io.rb index 5151bbf014d47..a3fff985fc16c 100644 --- a/Formula/a/aws-c-io.rb +++ b/Formula/a/aws-c-io.rb @@ -1,8 +1,8 @@ class AwsCIo < Formula desc "Event driven framework for implementing application protocols" homepage "https://github.com/awslabs/aws-c-io" - url "https://github.com/awslabs/aws-c-io/archive/refs/tags/v0.19.1.tar.gz" - sha256 "f2fea0c066924f7fe3c2b1c7b2fa9be640f5b16a6514854226330e63a1faacd0" + url "https://github.com/awslabs/aws-c-io/archive/refs/tags/v0.20.0.tar.gz" + sha256 "d25f5a4f2c454d258293a73d8b693376a3a340bcc2ebe0284ada01d4de3ae172" license "Apache-2.0" bottle do From 8f40e4a74cb9063af6a9fcf72f10da47f7b5c9eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 19:54:08 +0000 Subject: [PATCH 06870/10074] code-cli 1.101.0 --- Formula/c/code-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/code-cli.rb b/Formula/c/code-cli.rb index 2ad81ab0f87af..17a404167bbec 100644 --- a/Formula/c/code-cli.rb +++ b/Formula/c/code-cli.rb @@ -1,8 +1,8 @@ class CodeCli < Formula desc "Command-line interface built-in Visual Studio Code" homepage "https://github.com/microsoft/vscode" - url "https://github.com/microsoft/vscode/archive/refs/tags/1.100.3.tar.gz" - sha256 "41aea581620e48f7ba33e29ab6a9b43d25632ce11d06480cdfe0e8f904fe3637" + url "https://github.com/microsoft/vscode/archive/refs/tags/1.101.0.tar.gz" + sha256 "f0890a88193722c201406f9738f483b3348c414b8dbabc079934a6073d069409" license "MIT" head "https://github.com/microsoft/vscode.git", branch: "main" From a008a92c41be4f784b03f874770504895f2c1360 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 19:59:11 +0000 Subject: [PATCH 06871/10074] fern-api 0.64.7 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index ad156495f92ef..9859b47476816 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.4.tgz" - sha256 "68f5ea0fb4084b36151369222290a7a10a24275c57c91d31d1528b368c6d8f67" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.7.tgz" + sha256 "d0afdcbc57b99df61a30dc0d3b0fb58f2f7e04a27101647ff431b849ea72e6d4" license "Apache-2.0" bottle do From f1cf7c78b7165c465a7bd311e9d208bf461c66a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:17:31 +0000 Subject: [PATCH 06872/10074] sqlmap 1.9.6 --- Formula/s/sqlmap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqlmap.rb b/Formula/s/sqlmap.rb index aebb923dbda98..aa89cfd2d9a17 100644 --- a/Formula/s/sqlmap.rb +++ b/Formula/s/sqlmap.rb @@ -3,8 +3,8 @@ class Sqlmap < Formula desc "Penetration testing for SQL injection and database servers" homepage "https://sqlmap.org" - url "https://github.com/sqlmapproject/sqlmap/archive/refs/tags/1.9.5.tar.gz" - sha256 "4ce5f6e908fd16ce20aa36b7c3eda66e417ba0b1545e3dda9cb4b836c651a865" + url "https://github.com/sqlmapproject/sqlmap/archive/refs/tags/1.9.6.tar.gz" + sha256 "7cf60ca5364062ef7eab05a26fdeaf3b1457ea2200bf8198ed131ef7931c9bbf" license "GPL-2.0-or-later" head "https://github.com/sqlmapproject/sqlmap.git", branch: "master" From dccde6a2b65a40db219721b8a1875903ea8f8d73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:22:59 +0000 Subject: [PATCH 06873/10074] code-cli: update 1.101.0 bottle. --- Formula/c/code-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/code-cli.rb b/Formula/c/code-cli.rb index 17a404167bbec..b76c9799590a5 100644 --- a/Formula/c/code-cli.rb +++ b/Formula/c/code-cli.rb @@ -12,13 +12,13 @@ class CodeCli < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "ef98f80fa1ad7658950330ea757b0f1f673b63aa5ee7e28a87f8ea4b5402b0fa" - sha256 cellar: :any, arm64_sonoma: "023a90fb6235faffd817090c3585801fb0c8b424c3e898a9407b72cb4aa5c495" - sha256 cellar: :any, arm64_ventura: "a2f70ef780009a1466e0374258e124c7b0f33165e7739bc6b340c609aa9776f2" - sha256 cellar: :any, sonoma: "913ae669f30e3999eee3b096781c14987a7afdaadfa35d7efb37a1b835ac8aca" - sha256 cellar: :any, ventura: "ad00c9594e464d7a42099fb5f9c39d7fa8779f491b6b5ebcb63858a091a2ff22" - sha256 cellar: :any_skip_relocation, arm64_linux: "11b2daf76d31d43dff5a2a985f6942fa892c3307f75b50e2048d8ea4048e8555" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3404bc73eda0de47b2ef205c8c9ccd46e53d944ca79d52bf3ce6fbcbeb1ff682" + sha256 cellar: :any, arm64_sequoia: "b7d63f2f6fabc4a1bf8474eef18530448ba8979ba2007fa7a1ea8ee95d99b72c" + sha256 cellar: :any, arm64_sonoma: "f0db6d026f00ecd377d791d6fe2310bd9a3b8d2591a3b538038f4981305fc240" + sha256 cellar: :any, arm64_ventura: "a62601d81ca039361c5a893d4b503d5ecc59a2119489287b491220a33170e3d3" + sha256 cellar: :any, sonoma: "985728986aa6de81ef35ebcf94198be39b8527c777746c690275d18613ee3beb" + sha256 cellar: :any, ventura: "f235cc91b8cdf6b4377acfacd2a41b5fe7c956eb0c0d48b31819ac146422c7f2" + sha256 cellar: :any_skip_relocation, arm64_linux: "e297d7f63f1614acc8fcb163d51fff21b5496eedb8eddf41673446dda135fb8b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6d506fab7c70f4cb11b47be6315812d980df17d44f9b4342c2990d79a4d4644f" end depends_on "pkgconf" => :build From f8fe99aa61c70645da5b1a60d37f5a783b8fd572 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:24:10 +0000 Subject: [PATCH 06874/10074] fern-api: update 0.64.7 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 9859b47476816..06d2c325ea8ef 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "9e3d204ff1ea46ee55c6e6605c1ce951aa38a9d012fe19821c0648ab55617444" + sha256 cellar: :any_skip_relocation, all: "25cb7b0a9ae232bf868771ae7ebc4d087719ec081644fe8898dc14ca164d017b" end depends_on "node" From c3167bd25128ff5ebcf0c92b1c7860a141f4b47c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:25:02 +0000 Subject: [PATCH 06875/10074] melange: update 0.26.10 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index cdb1344df05a2..20f9a41546df2 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8bc773f6e67988ec1a04297715d76034073baae716b9eb574892f6e933b37e7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b289530d4d68367fd7434199894eb07695be606119100d90eeb4b2b8b666dbd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "11dabb710e51f59b02ba59eed8f77b1e45bd1b8a7d7023405c92d1a07922ebe9" - sha256 cellar: :any_skip_relocation, sonoma: "4376893d434337857abd2288904e357c53f20b07b527a06f68c00bfae16bd8ad" - sha256 cellar: :any_skip_relocation, ventura: "6e2c4cb63026b95f869866e98ace86884a60f96866e7cb397bba70f5103429da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2cace09510f720dc861dc2348ffd6e6bb80281d27aa2ffabf619b0d53aa77c33" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4627beadedf3f16267298fe9ce0d4bcbeca9225bbf4181519e28b2eedc145ffd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "29cca69f6ca6a221bbf1da13bf2c6003696b96a4c390ff67d01c20c75b2cffd6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "85bd96aa4b5c542d65509ce2e1954e7fb20cbcc4a52bee1d21c91f536068f349" + sha256 cellar: :any_skip_relocation, sonoma: "c22cfee20007a728cbbcd4a380ba4cdfcfd6a521eca327a1cb864f335b7af724" + sha256 cellar: :any_skip_relocation, ventura: "0d87c7022a2fd9632d7414e2bf1704cb81af8ba64e12e0b2ba4686cbfd616cf7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ceb045fe1407de03b10b9410d02a9ce4765fb6b01c70e3ec728870051cd7782f" end depends_on "go" => :build From becbd99c766ce11a3daad362e01ff75495ce6df9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:26:22 +0000 Subject: [PATCH 06876/10074] kargo: update 1.5.2 bottle. --- Formula/k/kargo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kargo.rb b/Formula/k/kargo.rb index 246904270cf07..2cef5b385f382 100644 --- a/Formula/k/kargo.rb +++ b/Formula/k/kargo.rb @@ -7,13 +7,13 @@ class Kargo < Formula head "https://github.com/akuity/kargo.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c8ed65d972140c3ca775cab197a74adb3bde593d8ead1953e786c63e97755c0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1234416ffac31cd38f505497aceffe3a2c3bf711449960e1280fccbc73f7d3e6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a5e157585b2dc55ecaa54d44f1aeae02c74c21d36c830475d82b8689aaa64b2" - sha256 cellar: :any_skip_relocation, sonoma: "89800a52d9bf1ee16c89e1ebdc39cef2aaafa2fc15576d1e1140518502387d76" - sha256 cellar: :any_skip_relocation, ventura: "811d5306e04efe8e1c3483c2966d11d76a4104129824b3fe5da9c322d5954430" - sha256 cellar: :any_skip_relocation, arm64_linux: "1000af3a1091d23d94a5a3b8f0f491a8c3d8d0761194c7e5e5700bc988906e59" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e20a30b8511ac545ad3694acfbc316d594b7ed7f4f455c6da3d5ef9b67fcfb5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4815b27dfc12f1145648ea8ea94c5bd1f885fd1489fdf7e3c9afab78f874671f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f313a65a1e9c37ea3d307d83d710f9566b4c4322ff8929fb3e7389ccbb9f053" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f38d5f1371fe81592637bc4fa72f645193aac3ebcb0de2d60ee739c63019e4cf" + sha256 cellar: :any_skip_relocation, sonoma: "8a0aab68e1411a32aff317a8b5aa1427cc01c97396120d03184fed3945591e45" + sha256 cellar: :any_skip_relocation, ventura: "876d3765540618a177c316128a1f964b706b8e7891b8bb2bfda757ece7ae665e" + sha256 cellar: :any_skip_relocation, arm64_linux: "751ae23849ba36ad41116a210abf0b3af5a782d4adf8ca1b10f48119c5436655" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5db968cd65acefb348c5e19f25017d920885740c9275b2777814a847e49ff515" end depends_on "go" From b5ddbb376bf86470fd529416603ce226ea557db6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:26:59 +0000 Subject: [PATCH 06877/10074] grype: update 0.94.0 bottle. --- Formula/g/grype.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grype.rb b/Formula/g/grype.rb index 6822a4ff2fb41..8730cb988b9b9 100644 --- a/Formula/g/grype.rb +++ b/Formula/g/grype.rb @@ -7,13 +7,13 @@ class Grype < Formula head "https://github.com/anchore/grype.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "58ef7cf3c0affffa7a314739ae29bdb643dc82dbe29455f2d3552b0e49bcf776" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "baefe597b2df1b99028cf77aa2159034ab8b8e4bb610b833cd61bb8c4c4cdab5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0f7d85dd1294ea04c4c3cdef5d0d3eb940cd79ec57adaee3e12a0697ec955f94" - sha256 cellar: :any_skip_relocation, sonoma: "1f9552fe853fdc519671ddb5ab796b309994a9866e55f513b02c22b363c98d54" - sha256 cellar: :any_skip_relocation, ventura: "c3bf911494d7950c38c8cf10cb0d7d5e67a11d8f58fda198a0f288e6b888106f" - sha256 cellar: :any_skip_relocation, arm64_linux: "284a8a34c4c654acec7435fe589675f1621173bfe8f6592368e589c5de88ce05" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8876aac40add928abec4392a3d4f8494c9d91e7390d5a9018f829b1692965cb5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a1f06d68760f15a943cc33c6cc34ef1531db751ce1963a8ffd8f86fcc434842" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "606d89c11227c269c2d236d67d5df6a6f89c1ddb143b204a618834957fb23b1b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1e7df5fbdbaa2ec33860edb7b0c5d92300473b46282a5689885606b13b684bad" + sha256 cellar: :any_skip_relocation, sonoma: "ed6b31b5285cae8e9c22eb243d09205655d1d8a2c6c5890793fead4ea84d329e" + sha256 cellar: :any_skip_relocation, ventura: "bbcdb9b7b548b40bfe93f4fb09117e9d8daece7dcc17f944c8643c22722c75bd" + sha256 cellar: :any_skip_relocation, arm64_linux: "81dd07fac92e291adc62e8f81c66a6427d2ed5a3a3f8dde6369038e38b88bc8e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aabd3e33fbeced60e5dc9104e918722e1804205393025cc218217859f66b2660" end depends_on "go" => :build From 2cdb34e22eb038016bab19e5a43582f0f1ed6152 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:28:21 +0000 Subject: [PATCH 06878/10074] snapcraft: update 8.9.4 bottle. --- Formula/s/snapcraft.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/snapcraft.rb b/Formula/s/snapcraft.rb index 285ff9a6ea112..48d116358f1b6 100644 --- a/Formula/s/snapcraft.rb +++ b/Formula/s/snapcraft.rb @@ -16,12 +16,12 @@ class Snapcraft < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2f47e8b84e30c82977d50dc53cfa44e202921c1b887df33b98741f8cf60e7214" - sha256 cellar: :any, arm64_sonoma: "ba2be96ef3b41af485c7baabe78c8c73f5f4c0e450f4cc44f3ea5ca479185a6e" - sha256 cellar: :any, arm64_ventura: "842604b74c82876e6faddceacdd3e83bdd60ac5eb7af77e06e3273fe6a7746ff" - sha256 cellar: :any, sonoma: "45c4636367a6a83636dd4b2df228cbee164acaae5552caeb838fa516c46db39d" - sha256 cellar: :any, ventura: "54810620f90592dc671a429f01d84d54ffb386895eba6264a54177cc201cb1b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9becfac9343071918beede670eae290bd97ce73000709c71db7b3286f100db8e" + sha256 cellar: :any, arm64_sequoia: "8b0d454f27be2c829ddb835720578ef306ffaef6a6fdb8759c71501b17129709" + sha256 cellar: :any, arm64_sonoma: "56a8e7aaa8eaf1d0e3d85eaba2640837ffe90f9f4ebc2d6d270aba1ea5d6ec81" + sha256 cellar: :any, arm64_ventura: "95ebdf9a4038a31d654649bd708e18344302d422189d6a3f170724c8c5ca8e9b" + sha256 cellar: :any, sonoma: "ce37821e17043c5b13536858a5f9bacde0544d6bbe7e4c318b7c43c106d91625" + sha256 cellar: :any, ventura: "7f3a66a721682609dfcfb21543ec4ee3d3390a162c462c50a1ea37149a38446c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "17e48be6cc3548a2309b3a065328642f58268224a26ea27655d9c3d753dedeea" end depends_on "rust" => :build # for pydantic_core From 3a3f7ecc8e1f2519f1291471214aed456006c862 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:29:11 +0000 Subject: [PATCH 06879/10074] wtfis: update 0.11.0_1 bottle. --- Formula/w/wtfis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wtfis.rb b/Formula/w/wtfis.rb index a374aa7a8f36f..cd68cbde26d34 100644 --- a/Formula/w/wtfis.rb +++ b/Formula/w/wtfis.rb @@ -10,13 +10,13 @@ class Wtfis < Formula head "https://github.com/pirxthepilot/wtfis.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "eaafe902a56a5a912c14a7644901bac6bc4e4c93dff8b3c87dad223a684099fd" - sha256 cellar: :any, arm64_sonoma: "19f0b9519fddfd0bc314161592839c0f5f2863dc169e34a054e11beef682273b" - sha256 cellar: :any, arm64_ventura: "c25e15272c1afbf6070efc936885961ec88dd31875b0e8529eb4e7f0b98460d0" - sha256 cellar: :any, sonoma: "b3f38c1166827cd8718f27062cd2ea4737bd92e74a98b6c42ae9584dd7c5aec9" - sha256 cellar: :any, ventura: "f64f4260d6d4433e6feaceea6c161332b91424ab37102e4454f22e7fd424ee3c" - sha256 cellar: :any_skip_relocation, arm64_linux: "52b7f972b0cef387855e206aa604474a21907b79e5adb285731b20be2286be7e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bdd053e9e05fe28356e8d5fe5d4887eab877c41212c3f90a87ec6bb1e83a341f" + sha256 cellar: :any, arm64_sequoia: "ed91333801f22261e34a0300c508dfdf377ee52275b3fdae86e2bc68d143ff51" + sha256 cellar: :any, arm64_sonoma: "e57f64a1d235091de9cb51841b68f7cb5c4e7aa01390a1fba9be7ae3070ccae5" + sha256 cellar: :any, arm64_ventura: "a3cdc76c5e2af7a75834164409f536b8ab45a0f43069a65294b9ca21c87a7dff" + sha256 cellar: :any, sonoma: "50831abfe6b688750fd618523c114153de045945ad958988b0138c2ae542cf47" + sha256 cellar: :any, ventura: "aa6ca967261fad0cad799fd6c809eac5b4fffa25962ebcfa1a4721e423e28cd7" + sha256 cellar: :any_skip_relocation, arm64_linux: "45231002e159b824b188530517bd8dc3c64af67f0578d6e549ea2de4ce7753a6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d2af98c949eb50dd4b69cdee353cb6845e17a4ffb10db7d80d54e447d5910ae6" end depends_on "rust" => :build From 072762bd62676346a9b5308297d88a2f3c8bb8e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:29:14 +0000 Subject: [PATCH 06880/10074] yle-dl: update 20250316_1 bottle. --- Formula/y/yle-dl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yle-dl.rb b/Formula/y/yle-dl.rb index cc8a1ddf6ae39..3bbfca14c8875 100644 --- a/Formula/y/yle-dl.rb +++ b/Formula/y/yle-dl.rb @@ -10,13 +10,13 @@ class YleDl < Formula head "https://github.com/aajanki/yle-dl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eea04e3bf7edbf2f143e8f00b77ad87a928af6c80f458a6a859a8e1f8a831a19" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8491d1eb4d6f99d4902f17035128a85196b98f5f9bfab010e65f4c01a939e062" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ee8721b778801bccd90e87272c0156c16b4790474488b89c8179c06c63afa9b3" - sha256 cellar: :any_skip_relocation, sonoma: "5fe6b29a8f8a909f1e20c562d10d12cadab9000abe85f7804ea7155e1136ef59" - sha256 cellar: :any_skip_relocation, ventura: "ea8d60211f01ada6ff57053ef31e0cd6c9a5be8e44b345345dd939a515bd74e9" - sha256 cellar: :any_skip_relocation, arm64_linux: "26f4e4ec543f127537dacd22d002ba0e3bbeb8da1e1b344c02ff584c6002b94e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "091cc5cf7736496e1335cf1ca8d8c4822c88c3c25e891c9d166083b5ea9ae751" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b569b1ba0db4d281aad042e2c2b39ab37da5ed188d6612e4d21951656c1d04bf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee5e49166aa09568e8959e46bf893b1bfcf4e91fa14e66798b78de3de449cd98" + sha256 cellar: :any_skip_relocation, arm64_ventura: "997faeccc62e26564c7f41d28ee06811d2ae2860ff4fc2a85fc28df5a4e2edd7" + sha256 cellar: :any_skip_relocation, sonoma: "10692557403ebae84f5d40bef79f14942e9517e482d8e41f323d39422a7e94fb" + sha256 cellar: :any_skip_relocation, ventura: "763ff8308ffb6a5b92727cf9c33863f069a9835dbc0f6cc3e5d5754ec727a414" + sha256 cellar: :any_skip_relocation, arm64_linux: "ec2681df693b734b0e791dbac02dcee4af79d819d990245ff7c1d2756abe14b9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3191d770ce559b3599fa00435e532d6cfcfae0b4b008c44376aa2180a49ab1d7" end depends_on "certifi" From c9e80bb179db20361480b8069d099cc7b49f90cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:14:02 +0000 Subject: [PATCH 06881/10074] mx 7.55.2 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 18547297e7b6c..3fa8d0b462bd7 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.55.1.tar.gz" - sha256 "5b720bbf5bc6a702f00a8965788222d413191640b39909d0316299b15192a863" + url "https://github.com/graalvm/mx/archive/refs/tags/7.55.2.tar.gz" + sha256 "aae3848ece37e3e279d607d7b933cfc3e424e018950c7480806635d06d485105" license "GPL-2.0-only" livecheck do From 48f57b84591a08989eaabf84bebb06a6a33f5cc7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:30:29 +0000 Subject: [PATCH 06882/10074] cfn-lint: update 1.36.0 bottle. --- Formula/c/cfn-lint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cfn-lint.rb b/Formula/c/cfn-lint.rb index 8151c5b0be6df..ab68246a76cad 100644 --- a/Formula/c/cfn-lint.rb +++ b/Formula/c/cfn-lint.rb @@ -8,13 +8,13 @@ class CfnLint < Formula license "MIT-0" bottle do - sha256 cellar: :any, arm64_sequoia: "a811de2fd908bc715fd3a98e179da17526ab4db21c353224d70fac49e1429825" - sha256 cellar: :any, arm64_sonoma: "11fff56ac7dddb5ea973a6e1cda24276c62da2f26e9831256651c88e021d0b35" - sha256 cellar: :any, arm64_ventura: "c8a9d7c174a5035b0322fa30404abd24b97bcf203ac0b71dfcc9da6cf0d0d840" - sha256 cellar: :any, sonoma: "a0bcb7ac899b75a5c079304df987a313ae3eef83b4f577be709f99d759c9f64d" - sha256 cellar: :any, ventura: "16eecc891cf2f78ffed909aac230c1f5f2de7f4b81b166f749b604cd3b251927" - sha256 cellar: :any_skip_relocation, arm64_linux: "8b3a87b9e5a5865a5698b961ec0b0049e98e5fc8f190ac9ff57dd0f0f636ef08" - sha256 cellar: :any_skip_relocation, x86_64_linux: "969c8633e6da030bb154e30814699e118e54958a665379e24f78e5d24bb49edd" + sha256 cellar: :any, arm64_sequoia: "edf75b24542915056686298e1e9007b2f85b00ace959092657726771f3afed48" + sha256 cellar: :any, arm64_sonoma: "68078b44d3fd72ab5d6f85155478d446ace53d9f290e1394a9c52263cca1129e" + sha256 cellar: :any, arm64_ventura: "8850d54a7dd2b6da5170f11617e30b1e7eaebe642ded7b5973e2e5d85ee50b48" + sha256 cellar: :any, sonoma: "9ffdf9464c288c82b0442b8da46024ca1b84814670c15452611699722ec3d340" + sha256 cellar: :any, ventura: "fc7fa662cc9d8828783abc14cc9a5673fe101931a6d33ac7b28ce0582b9602d0" + sha256 cellar: :any_skip_relocation, arm64_linux: "98007471c05fdd71af30cc7ce6ee1eaac9c8306eead41dd7304dbc12039deba9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a095c3c416c5c718f42dd5f2d01865e4c5ee7af5f15337e153aca81bf9f897f8" end depends_on "rust" => :build From d002bc1c5471add88f279e270703c88c00d56bc6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:30:38 +0000 Subject: [PATCH 06883/10074] dzr: update 250612 bottle. --- Formula/d/dzr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/dzr.rb b/Formula/d/dzr.rb index 70fa80ea969b7..19d70754e3879 100644 --- a/Formula/d/dzr.rb +++ b/Formula/d/dzr.rb @@ -7,7 +7,7 @@ class Dzr < Formula head "https://github.com/yne/dzr.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "d9c8b75a55212e2b2b67bfd7ef4d282e1034df7bd70cccbc920368fd6d67c5e2" + sha256 cellar: :any_skip_relocation, all: "a8c4771c26981621781a89819b241584bb7fee1bc810cef56b3a86d1cd8eb2e9" end depends_on "dialog" From ef9151261d0c31dc73912fe6cd714f2d8875d86a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:31:14 +0000 Subject: [PATCH 06884/10074] github-mcp-server: update 0.5.0 bottle. --- Formula/g/github-mcp-server.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index 699cf7f9de693..decaf01ca5f9a 100755 --- a/Formula/g/github-mcp-server.rb +++ b/Formula/g/github-mcp-server.rb @@ -7,12 +7,12 @@ class GithubMcpServer < Formula head "https://github.com/github/github-mcp-server.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "db1ff3f7ca90dea5b7b591686008f23a74291efb4bbb7be52b417b2608b404eb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "db1ff3f7ca90dea5b7b591686008f23a74291efb4bbb7be52b417b2608b404eb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "db1ff3f7ca90dea5b7b591686008f23a74291efb4bbb7be52b417b2608b404eb" - sha256 cellar: :any_skip_relocation, sonoma: "23a1d199ea1d2cba9b494b3d8535ba7c0d884acf30b9601a8837512314d9283f" - sha256 cellar: :any_skip_relocation, ventura: "23a1d199ea1d2cba9b494b3d8535ba7c0d884acf30b9601a8837512314d9283f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "acfaf80176388285cd66eb52e6a86b5760e3245b08e65e76f2899871f63d7573" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b" + sha256 cellar: :any_skip_relocation, sonoma: "8607407d33e24eccfb0e466bb778f2bd796aabe2ca10b1a5a6b7ded960177bca" + sha256 cellar: :any_skip_relocation, ventura: "8607407d33e24eccfb0e466bb778f2bd796aabe2ca10b1a5a6b7ded960177bca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee67d26912654d181ee7034bb6982c44cad3548e4b954621e9f041d770f4470d" end depends_on "go" => :build From 6e5a7949ee65b0efbfdaf0169908e3cdaf94eee5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:31:55 +0000 Subject: [PATCH 06885/10074] ipsw: update 3.1.612 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index e0b6e9aac493b..2257e3f682a82 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "edb75dfe830d9b35cd84a7722d4bb87f37c3a517cf4914031b00f2b38e950c95" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "302e7d0f6e7ee44ce440323b0748c685187b3087e410f3dc75f8eb0705a39b64" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3bcc7fe36c610c56c773e429a029285a2701a192c8e15691714b5bd4393c83e3" - sha256 cellar: :any_skip_relocation, sonoma: "34ea819050f6901c6e6c088e6191f471328fb40809bb91a41ab22df85606d3f2" - sha256 cellar: :any_skip_relocation, ventura: "da70806b4866dfcbc3d52bdfd95073ced50670ea47c04f0ff51474a0138d95b3" - sha256 cellar: :any_skip_relocation, arm64_linux: "506a45fae2472379527292eea3c16aa8a84f71b2cf41fbb90a35f8bf97714cb5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0c8e0d5c9eae590495b38b4fd5e76d87836893ea8795b0f85c836082c85af8fc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1be8c4f62d3a4bd36e7f8295b52c538cef509f19055e6e55c6cd39e26b4f80fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d7ad5d0948be0d3e9f3b837d1ff5998659f508baf910b4f1402ff55ef53f762" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ba3562cd207900eb3989c7f3dcab12e7ad840fc808baf13fa69b23a9b5c9335f" + sha256 cellar: :any_skip_relocation, sonoma: "7ad43a9e4531ee35382079b9638bb5c039c77ed0d6e39b999ae547df77d02556" + sha256 cellar: :any_skip_relocation, ventura: "a3c8084562af7b59d7c3c000148865df7826507a048ba416ce9eba4f91e0ccbe" + sha256 cellar: :any_skip_relocation, arm64_linux: "591b0056a3ae447a83ebed699d6fa571151357a754fcf40d3f05d3ff371a0577" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5bf7cc9c7827e6a700d11ee92484a15e1bff51f5c5d36aeb99cc06844e8bb2c0" end depends_on "go" => :build From ebc4acb73e36965d0bc1f09edaec6a0b014bd45f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:35:45 +0000 Subject: [PATCH 06886/10074] chapel: update 2.5.0 bottle. --- Formula/c/chapel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chapel.rb b/Formula/c/chapel.rb index cfd3c3a6455a1..471a0cd08c70a 100644 --- a/Formula/c/chapel.rb +++ b/Formula/c/chapel.rb @@ -11,13 +11,13 @@ class Chapel < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 arm64_sequoia: "ae45c935d3a083686ffc20b62e84b0faae9d5a9701322f338ff29bcb6e377c68" - sha256 arm64_sonoma: "386cffb16177a8d299f5f4bff38e15a90c2fa7c076c92fb9fc258ecc968b0a43" - sha256 arm64_ventura: "f7e776bdf704ff263140b01842811bcee6d553876243be35f3d12cc169b2088b" - sha256 sonoma: "9ea3c09df45a048ea89d80eef45631a30c9075f1f325c6d2485893304f8e60bc" - sha256 ventura: "31436bc68ae8d8ba2efe0326cfcf36f42f291be14249163bbedef1b6f9363154" - sha256 arm64_linux: "acf21794e41a00f9b1e0073c5ce8eb2a00bcf5f57266345d06d8fc7aa467ce5e" - sha256 x86_64_linux: "04c1f4dab972ad1296acf69e8a68e8f85d6b43f3c1e5a940dd0894c4613dc53f" + sha256 arm64_sequoia: "a5a93684662e89ab9bd90ae07a4c9a58ad81ec04259c7c81a9cfad561f67da0b" + sha256 arm64_sonoma: "68b76ffbc83f9e5a7bd12092339d44b3ea14e6dca0be102de3feb00eff507dfc" + sha256 arm64_ventura: "cc3bf308763816d2da9a7a195f386aafde8df3b3ac8d5291171484273a12d18d" + sha256 sonoma: "5aa538418e487a2e0962b12462c8f4d9bd4cd8b7a3e13395e4b938ea650a657a" + sha256 ventura: "262872aa45e49d3829b9c08305573325bbed47e6a9bae88662ba6d5c3555fa7e" + sha256 arm64_linux: "bcd47a3df6d01f14709be8036d1f7984eecfb37b32713869e535c32f4e829ea1" + sha256 x86_64_linux: "baaa4df00345e3dc085e17754379f709b72f186bf00e6c68418baafa1ec59e3f" end depends_on "cmake" From aaff0abf24df867f41f075ec97c3b0a6d304e0ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:37:43 +0000 Subject: [PATCH 06887/10074] sqlmap: update 1.9.6 bottle. --- Formula/s/sqlmap.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sqlmap.rb b/Formula/s/sqlmap.rb index aa89cfd2d9a17..c8831cef50b10 100644 --- a/Formula/s/sqlmap.rb +++ b/Formula/s/sqlmap.rb @@ -9,13 +9,13 @@ class Sqlmap < Formula head "https://github.com/sqlmapproject/sqlmap.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c73164a4b124bc3af513eb3f6ccada62cf0b9d05e916bdf997701740a0f4fd6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c73164a4b124bc3af513eb3f6ccada62cf0b9d05e916bdf997701740a0f4fd6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9c73164a4b124bc3af513eb3f6ccada62cf0b9d05e916bdf997701740a0f4fd6" - sha256 cellar: :any_skip_relocation, sonoma: "7fbeeda0b7ecb17eaf1af4bdaad6f2f66693ce8eeebe4fe7464962b07fc676d1" - sha256 cellar: :any_skip_relocation, ventura: "7fbeeda0b7ecb17eaf1af4bdaad6f2f66693ce8eeebe4fe7464962b07fc676d1" - sha256 cellar: :any_skip_relocation, arm64_linux: "97d27f7a70dbef5771f432b6968ea8f5a9bd0690fae334d46eaa3b53d05e86c9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "97d27f7a70dbef5771f432b6968ea8f5a9bd0690fae334d46eaa3b53d05e86c9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cee934d9313ff7f89ab02de21440813191410b82481bb1a475a793886d5eec88" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cee934d9313ff7f89ab02de21440813191410b82481bb1a475a793886d5eec88" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cee934d9313ff7f89ab02de21440813191410b82481bb1a475a793886d5eec88" + sha256 cellar: :any_skip_relocation, sonoma: "2592bc251fcba9bd2d2c687505c576026674de20e25fce11c31ea2957c40099a" + sha256 cellar: :any_skip_relocation, ventura: "2592bc251fcba9bd2d2c687505c576026674de20e25fce11c31ea2957c40099a" + sha256 cellar: :any_skip_relocation, arm64_linux: "1b6793002486426a840abbe5d9d068cbf4fb51e7cdae68d3e29fdfb402df1952" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1b6793002486426a840abbe5d9d068cbf4fb51e7cdae68d3e29fdfb402df1952" end depends_on "python@3.13" From 8bb414f53f8c4a483a11c74a4302483c9a0c98a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:08:46 +0000 Subject: [PATCH 06888/10074] recc: update 1.3.21 bottle. --- Formula/r/recc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index 7d342d56e28f1..f393f7c186b87 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -7,11 +7,11 @@ class Recc < Formula head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" bottle do - sha256 arm64_sequoia: "83386934ad04d09b159c05d67ab1f342d0811cb3d5c7d71820f92993a49eabf6" - sha256 arm64_sonoma: "1e10841e3422e2099b13c7e4306c6f6b9dcbdf89e4c69cc314bc70de2a38c774" - sha256 sonoma: "65d327d750ecad93ccc8327d7fb9e2bc9ea77e12b34d5755059618661b39ae24" - sha256 arm64_linux: "547ff3293073d9f3b6ffcbe8b32ffd7752307653094fad2f5884d288edbe336a" - sha256 x86_64_linux: "e381f6ada876cc5a368b69f97dea3b63b6d09583551cc33b2d06d54ba7434450" + sha256 arm64_sequoia: "c7d9bff286756f0f698fc27ea6476669699bc2f59f0ef1c19b76f4470e9b6624" + sha256 arm64_sonoma: "f2f46491ba69c6c4724eb763abe435e5eaf811f854d4e625fca61cf618f6ae70" + sha256 sonoma: "b91529ccfd42f43589380cb928251ade8dad5cb0601da4e29c2ee3e4dc5ac4c9" + sha256 arm64_linux: "fb144b83c69b8e45528d7cd57026cc1e10cbad22feb5d0052bb9fcfa1431b509" + sha256 x86_64_linux: "40d39b8c80eed62f630a70b3e0af2f3782c70ddfbcb4d253ce3366ee0563edb3" end depends_on "cmake" => :build From fee5be5470ef95c7911843c7cfec0b277de350c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:08:47 +0000 Subject: [PATCH 06889/10074] mx: update 7.55.2 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 3fa8d0b462bd7..edf7bb100687e 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "231e6f545f5aaf414db5e6176725526d72f1da5bf5f5ef105b95cd56c57680f3" + sha256 cellar: :any_skip_relocation, all: "da245b8416a881cd8b06ba7bf7d24c3694e176f05e7d1b33d61923221066aac9" end depends_on "openjdk" => :test From a1b54899ff85fb100ada8fa58ef9e6287020bbf8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:13:32 +0000 Subject: [PATCH 06890/10074] firebase-cli: update 14.7.0 bottle. --- Formula/f/firebase-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 7c0e19baaa1f9..3827d2bef30e1 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -6,13 +6,13 @@ class FirebaseCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "23750b4bd5d9b5c8d1740dc2e12537422e3d4027314291bc43dea7027f77ecee" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "23750b4bd5d9b5c8d1740dc2e12537422e3d4027314291bc43dea7027f77ecee" - sha256 cellar: :any_skip_relocation, arm64_ventura: "23750b4bd5d9b5c8d1740dc2e12537422e3d4027314291bc43dea7027f77ecee" - sha256 cellar: :any_skip_relocation, sonoma: "c36a05cac86433368f8fad415e2582d2caea168bb2474612dab3607be15d4ef3" - sha256 cellar: :any_skip_relocation, ventura: "c36a05cac86433368f8fad415e2582d2caea168bb2474612dab3607be15d4ef3" - sha256 cellar: :any_skip_relocation, arm64_linux: "09d3c265c66064f7b33c6034e004246c82a55a640f8f988ca7a0a0cabb6ecd5e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3724ffbb8165a585ed093d8f109af7874fcb7d91b48f6339a8004881ce875488" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d142c262159196f984860fb8e0ecd2c67792d5eaa957c35ab01ee194132f003b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d142c262159196f984860fb8e0ecd2c67792d5eaa957c35ab01ee194132f003b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d142c262159196f984860fb8e0ecd2c67792d5eaa957c35ab01ee194132f003b" + sha256 cellar: :any_skip_relocation, sonoma: "7689d4a47c8bbbd10a93d1cb3a42bac429f3d87e46c2e74257357d39eb06a8f1" + sha256 cellar: :any_skip_relocation, ventura: "7689d4a47c8bbbd10a93d1cb3a42bac429f3d87e46c2e74257357d39eb06a8f1" + sha256 cellar: :any_skip_relocation, arm64_linux: "0200548cf54ed11f0980cebb0c1e7d4ae8041ab3509a4dda6d7b917c1e642112" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0765797964e555ac3663593a0d0e2f1e26e2e67c298c60ee7867ab20a3ac3df7" end depends_on "node" From f167ef2d36780131980faf66e656bd04e0a62d52 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:22:32 +0000 Subject: [PATCH 06891/10074] meilisearch: update 1.15.2 bottle. --- Formula/m/meilisearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/meilisearch.rb b/Formula/m/meilisearch.rb index f63d58941e531..e64ab5bc8983a 100644 --- a/Formula/m/meilisearch.rb +++ b/Formula/m/meilisearch.rb @@ -14,13 +14,13 @@ class Meilisearch < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8735754937ba03ee7eb2cda0f1b261e65566f0749f91ca32bf89ea6b80d91aeb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9324d9dcc6dae75a5d1544b889b4e387a8c1b936f63bdd877170fe9a0ee04dbb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b31bae56bc4cc0a1d794ced72df8a1004179c1c0367a76ae02b849274ca77d12" - sha256 cellar: :any_skip_relocation, sonoma: "e6cd1f5b328950b032f6089c2fe607930265cb3ed709b5b320abd82f19fa3d61" - sha256 cellar: :any_skip_relocation, ventura: "2163f8fab713037d68460b6fa6a03fbadc27696d93700805bced73d475765335" - sha256 cellar: :any_skip_relocation, arm64_linux: "d9507824c796e84cf9a23ca7892316bbf7385f128a104808756a9ecb0f3ad37a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fe067bc98105a14e9090b9c24f773d03167e91d24c56d53ccf61c65afa6dd564" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f171f1f818732721af4e0135531efc6814cada2778a09d82fdb304b565e8bc8f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f29ea4d0814368be3384df35c848762fc055e47a55380c78ad3e528b71aef12f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bfde3887bf43fac6a3d84a4b85206af29014fc3790d9cc92eff4f72bb55c7529" + sha256 cellar: :any_skip_relocation, sonoma: "7e3e6a06e861abab57f96d42a2a2227a14ac2130ade11166910df734b7cee687" + sha256 cellar: :any_skip_relocation, ventura: "f00e3066e067178fc6dccb0c2ecbc7bcb95dfabfc77179e5230e9b092b2faef4" + sha256 cellar: :any_skip_relocation, arm64_linux: "add2d1ae43e11547f4f85062425e4c49f55ef412ac144e4575c875fd5d0e8cdf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "55867964100ae19f324919173f2879717e01e17fa6714f938a665c9f8496db20" end depends_on "rust" => :build From 32f2fd0eb480e51458772d0e3025766b754d4d2f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:22:51 +0000 Subject: [PATCH 06892/10074] promptfoo: update 0.115.0 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 33098b9092f6e..caed4b325b23a 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "f9b3ff3392a278f66ed5432d41b65b4a17c99e543976219731a730d9c7ca81b1" - sha256 cellar: :any, arm64_sonoma: "b154822281d15f8841ac7a8476c3c60279c5da752cb2b40115845aec6ea88ebd" - sha256 cellar: :any, arm64_ventura: "499772fa0da9d631feec5467f35ac2e576d302a6265d85596dcd30f92154da34" - sha256 sonoma: "596224b923663f3ccd58b11890c7c24add51f092a78398f85ceccf35379547c0" - sha256 ventura: "cb2ff569e358f68496504ff97f715cd1472a28d1600c9fadb0558ec1ce9d3da4" - sha256 cellar: :any_skip_relocation, arm64_linux: "37a1bdde70c187a512e5da1709f9670040c64c2af63ea8f6d79df64f49070807" - sha256 cellar: :any_skip_relocation, x86_64_linux: "32f9409a1056ee00a5a00486edab9117a1d01d0b1d7c4f9c6e1a99667deea722" + sha256 cellar: :any, arm64_sequoia: "a0cca08085a26ec8e1853567a50c4665b7d7b97ccb07aa97ec8824f28f8ce670" + sha256 cellar: :any, arm64_sonoma: "b6753b4ada0d6faea81b795beadf932d08f2ad8f7bd37d7893e90cfb4d22f2ef" + sha256 cellar: :any, arm64_ventura: "cdd16643056ab7be6bd324d20be8155f6bbf53d3cb16d56c55499c334d7360e0" + sha256 sonoma: "742eb0d3aad200d897c64cbd344d9ad80ac987758d8b46c8b11b498ce1f7a2d4" + sha256 ventura: "f2b654f76d89a738ed20ccbb92274bfc254025b0af7397e70c391bc9ccc14aad" + sha256 cellar: :any_skip_relocation, arm64_linux: "82bccd027067837a29b122b490bb9b5514323ca3a1950e7c6e9d5775cd7182d4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1c1110c1e98e65ea9548acb037ef7541f80cf5fcf6e973c1eef4bbe6d8c4e312" end depends_on "node" From c341428b9dcbc316e130537e9eb176d7a37d09d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:57:49 +0000 Subject: [PATCH 06893/10074] mesheryctl: update 0.8.103 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index c28552aeee793..da1ee4a489092 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "54c239c2dea43b9d7df2ac3f587f9bc1f3102d16ecc785286fd19f76f5cea2cd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "54c239c2dea43b9d7df2ac3f587f9bc1f3102d16ecc785286fd19f76f5cea2cd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "54c239c2dea43b9d7df2ac3f587f9bc1f3102d16ecc785286fd19f76f5cea2cd" - sha256 cellar: :any_skip_relocation, sonoma: "3166baf0c145d8686793c5e59fdb73d509bee04438534eb692bf78ffffdfb9a6" - sha256 cellar: :any_skip_relocation, ventura: "3166baf0c145d8686793c5e59fdb73d509bee04438534eb692bf78ffffdfb9a6" - sha256 cellar: :any_skip_relocation, arm64_linux: "7261241e9f4596a67ed9c951230aacdf4185f83a7490c47fbc14cd6496a410f7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9aebffb2c75ef9d6ea4e2708c41a0277b38cf98ed2664f087d55d6f013846769" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b56ac745540b246bbe87b728299bc29827a228031a3505f5bcfb57a208151212" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b56ac745540b246bbe87b728299bc29827a228031a3505f5bcfb57a208151212" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b56ac745540b246bbe87b728299bc29827a228031a3505f5bcfb57a208151212" + sha256 cellar: :any_skip_relocation, sonoma: "ce857abd833b0db8a3eff0117d472bbe17337147c7916a122b18801065c1fcc1" + sha256 cellar: :any_skip_relocation, ventura: "ce857abd833b0db8a3eff0117d472bbe17337147c7916a122b18801065c1fcc1" + sha256 cellar: :any_skip_relocation, arm64_linux: "51f0884a54f291ae574fcb7ad44c3c20aa08188f0a7122a273c8110e71d56c54" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2371482b06686902148246ea36fa4edb3813ee429f46948b991917248d125b95" end depends_on "go" => :build From 066263d3cb1542cc3c0c6465eb29749a86dcf067 Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 13 Jun 2025 00:08:35 +0200 Subject: [PATCH 06894/10074] btcli 9.6.0 Signed-off-by: botantony --- Formula/b/btcli.rb | 48 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 514862d210e95..3df59bbcf2720 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -3,8 +3,8 @@ class Btcli < Formula desc "Bittensor command-line tool" homepage "https://docs.bittensor.com/btcli" - url "https://files.pythonhosted.org/packages/f9/a9/c6e3a2cb0c42bccdabcffbab941055b9112554992ef4970a855d8d3d354b/bittensor_cli-9.5.1.tar.gz" - sha256 "a728f33116d9f23975947fef43fcbb430ce747b54b1f4cef26079bc7cdd0d387" + url "https://files.pythonhosted.org/packages/55/cd/66e342138323b5943105185296eca8da3f794cacba5d5b2373a334e22520/bittensor_cli-9.6.0.tar.gz" + sha256 "f0528142800aeb8841b2c9556d0f6db86c22554c96eaded228c2dabf5b7e7ea4" license "MIT" head "https://github.com/opentensor/btcli.git", branch: "main" @@ -41,8 +41,8 @@ class Btcli < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/25/a8/8e2ba36c6e3278d62e0c88aa42bb92ddbef092ac363b390dab4421da5cf5/aiohttp-3.10.11.tar.gz" - sha256 "9dc2b8f3dcab2e39e0fa309c8da50c3b55e6f34ab25f1a71d3288f24924d33a7" + url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" + sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" end resource "aiosignal" do @@ -51,8 +51,8 @@ class Btcli < Formula end resource "async-substrate-interface" do - url "https://files.pythonhosted.org/packages/54/bc/b8b14b093ad0a5debc5e2d02573b685cd4d2c7f04c79c2f57a3f89597cbb/async_substrate_interface-1.2.2.tar.gz" - sha256 "78d08a3bde412973822a14013ea0de641be5b0b0956cb8ac48dc851ebebe4460" + url "https://files.pythonhosted.org/packages/0e/22/1754349acf82b9f65154d774bc32ac4c87f7da730a38be534a5d54c5ca70/async_substrate_interface-1.3.1.tar.gz" + sha256 "86dcfdeb94c7b8aab8ef3f870c23d6349c107ab853acc88c44fa1635a6792ef5" end resource "asyncstdlib" do @@ -91,13 +91,13 @@ class Btcli < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/5b/bf/a812e2fe6cb3f6c6cfc8d0303bf1742f2286004e5ec41ac8c89cf68cdb54/frozenlist-1.6.2.tar.gz" - sha256 "effc641518696471cf4962e8e32050133bc1f7b2851ae8fd0cb8797dd70dc202" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "gitdb" do @@ -146,8 +146,8 @@ class Btcli < Formula end resource "narwhals" do - url "https://files.pythonhosted.org/packages/ce/1b/877c22912b78f8b3fe60de1fb908a624c47afab0d6f9f32b5a1703566ff1/narwhals-1.41.1.tar.gz" - sha256 "be973f27b9eca2bab82c789b9c63135b5cd2a726c80309146356dd923b6f5104" + url "https://files.pythonhosted.org/packages/df/d6/168a787b7800d6c89846b791e4f5ee6b94998a80c8c2838a019d3d71984d/narwhals-1.42.1.tar.gz" + sha256 "50a5635b11aeda98cf9c37e839fd34b0a24159f59a4dfae930290ad698320494" end resource "netaddr" do @@ -176,8 +176,8 @@ class Btcli < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end # `py-bip39-bindings` is manually updated to 0.2.0 to fix build issue @@ -202,8 +202,8 @@ class Btcli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -217,8 +217,8 @@ class Btcli < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/aa/60/5db2249526c9b453c5bb8b9f6965fcab0ddb7f40ad734420b3b421f7da44/setuptools-70.0.0.tar.gz" - sha256 "f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "shellingham" do @@ -232,13 +232,13 @@ class Btcli < Formula end resource "toml" do - url "https://files.pythonhosted.org/packages/b9/19/5cbd78eac8b1783671c40e34bb0fa83133a06d340a38b55c645076d40094/toml-0.10.0.tar.gz" - sha256 "229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c" + url "https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-0.10.2.tar.gz" + sha256 "b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" end resource "typer" do - url "https://files.pythonhosted.org/packages/6c/89/c527e6c848739be8ceb5c44eb8208c52ea3515c6cf6406aa61932887bf58/typer-0.15.4.tar.gz" - sha256 "89507b104f9b6a0730354f27c39fae5b63ccd0c95b1ce1f1a6ba0cfd329997c3" + url "https://files.pythonhosted.org/packages/c5/8c/7d682431efca5fd290017663ea4588bf6f2c6aad085c7f108c5dbc316e70/typer-0.16.0.tar.gz" + sha256 "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" end resource "typing-extensions" do @@ -267,8 +267,8 @@ class Btcli < Formula end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From eb0e67bb9376844a2b682739f7d06cee61bfac94 Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 13 Jun 2025 00:10:16 +0200 Subject: [PATCH 06895/10074] certbot 4.1.1 --- .github/autobump.txt | 1 + Formula/c/certbot.rb | 18 ++++++++---------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index e1aeb61a1569d..a71ada06edb1b 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -478,6 +478,7 @@ cdxgen cekit censys cern-ndiff +certbot certifi certigo cf diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index 0f1f45969eb93..7f1d281c73b8d 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -3,13 +3,11 @@ class Certbot < Formula desc "Tool to obtain certs from Let's Encrypt and autoenable HTTPS" homepage "https://certbot.eff.org/" - url "https://files.pythonhosted.org/packages/2a/2b/906dc5af6f30d5e10195f5209d426eb32fb372496bcf0bb300f6ae5c738d/certbot-4.1.0.tar.gz" - sha256 "d88617101b514f77ac9117452db2754dac446d8dc5a958210dbfc3279b34472e" + url "https://files.pythonhosted.org/packages/de/d7/6dbaabb3dd61a3a86cad455c65befa7512f1f8c60231f99ed1f2b576770f/certbot-4.1.1.tar.gz" + sha256 "d1fdde3174bcf1d68f7a8dca070341acec28b78ef92ad2dd18b8d49959e96779" license "Apache-2.0" head "https://github.com/certbot/certbot.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "994e6c8f599b959724625ba47f1edf0fafdd3858be1a6df5499e1ab483cedb35" sha256 cellar: :any, arm64_sonoma: "d1b091cefbb79b6df1e3a1524b6e6d064fb39a2478c1302ae3b36d1e17f3cce6" @@ -29,18 +27,18 @@ class Certbot < Formula uses_from_macos "libffi" resource "acme" do - url "https://files.pythonhosted.org/packages/e5/e5/8b3fa5f7f013c652f778a312353fb79cc145d8b5730ce784ed7be25b2e27/acme-4.1.0.tar.gz" - sha256 "dec2f26378b26e57ce41f081b3a8814d89593a5f3d500fdb4acb1ccc23aaf60f" + url "https://files.pythonhosted.org/packages/30/ca/ac80099cdcce9486f5c74220dac53e8b35c46afc27288881f4700adfe7f1/acme-4.1.1.tar.gz" + sha256 "0ffaaf6d3f41ff05772fd2b6170cf0b2b139f5134d7a70ee49f6e63ca20e8f9a" end resource "certbot-apache" do - url "https://files.pythonhosted.org/packages/7d/80/cbf18cea401cb39c5ce07ecf44cfba26b29d3c454ac69f68e6ead23af36d/certbot_apache-4.1.0.tar.gz" - sha256 "5db56945da6df727ea3b8b6115e9a974956090c1bdd1a3d027cebf6424e2361c" + url "https://files.pythonhosted.org/packages/22/32/890b80ee38496583b72cf507ee197af930d8806c27692b08d554a2ff7524/certbot_apache-4.1.1.tar.gz" + sha256 "8b43f9f4b3cb504109cae58b7b8edbadb62bd3fbb1e796fe17ea426a7195b41f" end resource "certbot-nginx" do - url "https://files.pythonhosted.org/packages/86/2c/e0b11b399e4a2ccb91c03b37a039978ae044d6d9879a1c04fdc8e23ac65c/certbot_nginx-4.1.0.tar.gz" - sha256 "0416b84f2a129163ce169bcf46908dd085a1cf53fb52199c2e771b68a757da8c" + url "https://files.pythonhosted.org/packages/24/47/3cd74f17c57377b89acedb7babecb9eb23da234c56f50aadf4892105921e/certbot_nginx-4.1.1.tar.gz" + sha256 "9b03a0c877d8004bc8b077d6aa8419257300a23c7d72f9d8fe268a0a3bb859f2" end resource "charset-normalizer" do From ef288002d95492edc79297e8c6842aad4c090e90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:22:29 +0000 Subject: [PATCH 06896/10074] aws-c-io: update 0.20.0 bottle. --- Formula/a/aws-c-io.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-c-io.rb b/Formula/a/aws-c-io.rb index a3fff985fc16c..b87195fcefebf 100644 --- a/Formula/a/aws-c-io.rb +++ b/Formula/a/aws-c-io.rb @@ -6,13 +6,13 @@ class AwsCIo < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "bc4ee0648dc6f4d6dfb597f755fa8ff9ef32832af455795a4562563a40d88c6c" - sha256 cellar: :any, arm64_sonoma: "eb634dedd30d0118b16701b16444683176b6c75d1b007191388291e164c78fc1" - sha256 cellar: :any, arm64_ventura: "1de3124076ae116d4b070627d1cdf05694416fd49263938a5ef2474da24631f2" - sha256 cellar: :any, sonoma: "462986e5bb6a3f55f56fa545d11b4c0100d482e551353448353ec8dd9a442391" - sha256 cellar: :any, ventura: "ada350329ded28471a415175ab2a1d697ac2105c25183e2f12dbda6b850c5824" - sha256 cellar: :any_skip_relocation, arm64_linux: "dd4022dd1a7fe007e90362887e241ef8d22d60ee0be0c476574a3b5fcadab473" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d78f49b15ac666208be888ddf3ddf220d95f3d02172a56f22039be3cc99676d" + sha256 cellar: :any, arm64_sequoia: "31032183de503bbab651bde6d16bbca254d58155912c861c49d192c62e7dea21" + sha256 cellar: :any, arm64_sonoma: "b912d57779b566a14d77e4aa84f363c284e7aa85e111582831b0cd001d92097f" + sha256 cellar: :any, arm64_ventura: "3ac4f0c13652094b6bc1b4c2820e9bc14b008f00d283362424c3c0e5a85061c8" + sha256 cellar: :any, sonoma: "624882f66a181720481584980be9be7ce51e9eec1979b581735efe3ff6aff575" + sha256 cellar: :any, ventura: "1f5faeb258be41bec29488b85501c52cb88ef0518f59a2637843943c49c9aa1f" + sha256 cellar: :any_skip_relocation, arm64_linux: "0a75f11259a2dd197b6adbf9f241137254a3b0a7fdb022f394666e14d4f32acf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a92a39e7781f90b911772a00c5d1b923d3f6b82780f505ca5d261c55525b9812" end depends_on "cmake" => :build From c7213643047ffb5f982e0c140f66fcc3000c5197 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:51:00 +0000 Subject: [PATCH 06897/10074] awscli 2.27.35 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 58ead138d837b..f4a43a9bbb3c9 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.34.tar.gz" - sha256 "1843fbd8b6109b691d0bc286ff02f6dd2b55762d718ef50d79bc4272bedefa7a" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.35.tar.gz" + sha256 "cc730c5bd0869b1b43a7f8ec06d7f2966e8b71910553dc30bbfb0fafecee7feb" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 1eb4faba910911286c7ad6694b6e6f8125a29338 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:54:40 +0000 Subject: [PATCH 06898/10074] charmcraft 3.5.1 --- Formula/c/charmcraft.rb | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/Formula/c/charmcraft.rb b/Formula/c/charmcraft.rb index 199be468e8e6f..975b73c97cf3d 100644 --- a/Formula/c/charmcraft.rb +++ b/Formula/c/charmcraft.rb @@ -3,8 +3,8 @@ class Charmcraft < Formula desc "Tool to build charms and publish them on Charmhub" homepage "https://charmhub.io" - url "https://files.pythonhosted.org/packages/d4/58/e7fff19ea4070b5096f0dba1282ea90bf53f92eac3c3f146b5ab9a088478/charmcraft-3.5.0.tar.gz" - sha256 "cbb5656528be0f68761ff2407469c5ef586e770847331d87c1e224a4d046b0ff" + url "https://files.pythonhosted.org/packages/c3/91/5f40180d4dbb83b83ee67271095ce6879a0c6f9e8205d77769f00f81260c/charmcraft-3.5.1.tar.gz" + sha256 "9eab52d66b0bfb00d8b0accca00b1592844396e728bff001e6e29ae7bbd741a0" license "Apache-2.0" bottle do @@ -76,8 +76,8 @@ class Charmcraft < Formula end resource "craft-parts" do - url "https://files.pythonhosted.org/packages/38/e2/e447994c1436b0ae3a8c4987f96fa8d45b62330f363a6d77cf7e4f5bae16/craft_parts-2.10.0.tar.gz" - sha256 "62a0dbca7248769dc43ce1f8755aff65af1b2d1df1627ac27251325b4b9e5bce" + url "https://files.pythonhosted.org/packages/f0/6f/e562ab023757609671fe1c1093a469b982bb86297aa610a6a49a6b3424f0/craft_parts-2.12.0.tar.gz" + sha256 "cd20fbb1d0b2b8476d162d939d26100c60d912d0a55b876b56464dee635226fb" end resource "craft-platforms" do @@ -91,8 +91,8 @@ class Charmcraft < Formula end resource "craft-store" do - url "https://files.pythonhosted.org/packages/78/80/edc3cf128f1e3302f0c591539a278b4bd6a09ad23e959f620494ce8cb285/craft_store-3.2.1.tar.gz" - sha256 "0c8ae8870362e6e670c0766026849683f6f4563d108a7acca800d4db024a3a21" + url "https://files.pythonhosted.org/packages/c5/ee/2a98813fea9fdb592887cdd24c48c3e7adf41cfd0896fdddf0ddc4baccec/craft_store-3.2.2.tar.gz" + sha256 "0d7f5236c06a42c5fff23ddcc54fb1e8c3fd3a4d88a4f358b73aabbaa69d41b0" end resource "distro" do @@ -236,13 +236,13 @@ class Charmcraft < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/a9/b7/d9e3f12af310e1120c21603644a1cd86f59060e040ec5c3a80b8f05fae30/pydantic-2.9.2.tar.gz" - sha256 "d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f" + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/e2/aa/6b6a9b9f8537b872f552ddd46dd3da230367754b6f707b8e1e963f515ea3/pydantic_core-2.23.4.tar.gz" - sha256 "2584f7cf844ac4d970fba483a717dbe10c1c1c96a969bf65d61ffe94df1b2863" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pymacaroons" do @@ -296,8 +296,8 @@ class Charmcraft < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-toolbelt" do @@ -350,6 +350,11 @@ class Charmcraft < Formula sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end + resource "typing-inspection" do + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" + end + resource "urllib3" do url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" From 39746cc6baffffa1473ce7c5af592481a75e3f68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 23:05:26 +0000 Subject: [PATCH 06899/10074] jbang 0.126.3 --- Formula/j/jbang.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jbang.rb b/Formula/j/jbang.rb index aa5a457abf679..07d78dc9c6314 100644 --- a/Formula/j/jbang.rb +++ b/Formula/j/jbang.rb @@ -1,8 +1,8 @@ class Jbang < Formula desc "Tool to create, edit and run self-contained source-only Java programs" homepage "https://jbang.dev/" - url "https://github.com/jbangdev/jbang/releases/download/v0.126.2/jbang-0.126.2.zip" - sha256 "abf2a4341b13612d093bec4a6564a5b54bc1e3ba4805c8e40e521347a6f7f73b" + url "https://github.com/jbangdev/jbang/releases/download/v0.126.3/jbang-0.126.3.zip" + sha256 "c45ac143bc92f4b9d3d35742a4852db95cf8a25765a0aa4d705b236ae346c066" license "MIT" livecheck do From 8a64d892ec93d339aef13e78727b6b0f61b3a900 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 23:06:26 +0000 Subject: [PATCH 06900/10074] kargo 1.5.3 --- Formula/k/kargo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kargo.rb b/Formula/k/kargo.rb index 2cef5b385f382..a8c4e6a035636 100644 --- a/Formula/k/kargo.rb +++ b/Formula/k/kargo.rb @@ -1,8 +1,8 @@ class Kargo < Formula desc "Multi-Stage GitOps Continuous Promotion" homepage "https://kargo.io/" - url "https://github.com/akuity/kargo/archive/refs/tags/v1.5.2.tar.gz" - sha256 "0a7b347c74a8659ee7c34aa255ba6f9b46790f064c50b2461486672ba5c73e12" + url "https://github.com/akuity/kargo/archive/refs/tags/v1.5.3.tar.gz" + sha256 "1858543bf72bac4abb301a3b015c4e3586a9f89899fbf797774408cde4d46539" license "Apache-2.0" head "https://github.com/akuity/kargo.git", branch: "main" From 9761cdd5fcbc97f83784bf41be73c985d3b04307 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 23:11:50 +0000 Subject: [PATCH 06901/10074] mockery 3.3.6 --- Formula/m/mockery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 0f6d498ca930e..0b7c6a598553d 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -1,8 +1,8 @@ class Mockery < Formula desc "Mock code autogenerator for Golang" homepage "https://github.com/vektra/mockery" - url "https://github.com/vektra/mockery/archive/refs/tags/v3.3.4.tar.gz" - sha256 "74ff554370bafc230f923ca5a778de61704641d0b56cad9bfd69791ab7668757" + url "https://github.com/vektra/mockery/archive/refs/tags/v3.3.6.tar.gz" + sha256 "603a4b2dd859a275f50feddf08cb4f4f18304f67577476893dd75f28497c1ff0" license "BSD-3-Clause" head "https://github.com/vektra/mockery.git", branch: "v3" From b29e2557027ec1ed55b6c87f4d7002e285ad0a45 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 23:23:46 +0000 Subject: [PATCH 06902/10074] swc 1.12.1 --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 0190d0b684edd..89f21f35ca88c 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.0.tar.gz" - sha256 "017d18af7229b712bf3a8e41b9659856589e68bd54d24eb9fdfd5c8d27cb2e32" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.1.tar.gz" + sha256 "edcda9a9d5d9507289c84e8527a3a2e46012eb193ba012734f6b5f60ea931491" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From 924428432a650e2fcaae6bc522ed9156e435ad7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 23:26:20 +0000 Subject: [PATCH 06903/10074] uv 0.7.13 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index daaa915606a56..187eac5423f59 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://docs.astral.sh/uv/" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.12.tar.gz" - sha256 "b327d4ea57ccecfd5edc8a3cefbebb62a8089e22a264b440d44d4168b1b9dfbc" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.13.tar.gz" + sha256 "0bad8f89f2ee0a741a8c21095e17e9fa090fb1124748e4bc12407417b5bfadd2" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From ee5702f513e6057c7c2a2f425bc806b2ce942d96 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 00:35:59 +0000 Subject: [PATCH 06904/10074] awscli: update 2.27.35 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index f4a43a9bbb3c9..594472c54af26 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "9b94226836708c28a01f9560c68f46e5690b0c923758ec927faaf56112a2e6f0" - sha256 cellar: :any, arm64_sonoma: "8e0d9fd4f40d50d94b40a9d35809046addf5f9423076fca0669e3f34dc384cd7" - sha256 cellar: :any, arm64_ventura: "28a54e4f6b5433d6e24f382d4aa10f3a6c559bd44e374db42035c169e350be6d" - sha256 cellar: :any, sonoma: "eb488029fa3d1e2e982bb19cf7cefbfa2976dde87987d252a7e436677e63648b" - sha256 cellar: :any, ventura: "76214ec01893df0c5f006e4db583df350a6a1515dc9db2f35f5de4a3d0d183d7" - sha256 cellar: :any_skip_relocation, arm64_linux: "1e83cd94c204e7abfc39ee6c689e98ccb9a7cd61645712c14828947f92861c08" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a08c3280a53b0782dff0e7c41119b159dba1778e0fd7e47a75f4c1769bb6a58a" + sha256 cellar: :any, arm64_sequoia: "6ea88e87131b97102f0ba140ec27219cb605e510e524eb8727455c9366fa529a" + sha256 cellar: :any, arm64_sonoma: "4f3f935a10c5c734e37342cb7112146d38d4c70fc0cdeb33ded8ecb807828aa5" + sha256 cellar: :any, arm64_ventura: "6d48210e72450d3fc189d3865ef5613e60af5f62165ec8fbee63bac3e2459f7f" + sha256 cellar: :any, sonoma: "9335f5d3537f152f390046b8b0ab104f8ceb95ffe91bca960d71d4d4eab5de45" + sha256 cellar: :any, ventura: "8c17d7c4e5668a7980fa71e7c08f2507f0a2e536f83f2d9254e5dd3b127f85ce" + sha256 cellar: :any_skip_relocation, arm64_linux: "b5c9baa75fb3905618f6856e771d92b2babb1aacd3ffeb6df217fc26757def6b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e887d0260e8c56b8b72447e758c9b13ea274a69b27e820529b77332ff90f5d3" end depends_on "cmake" => :build From 9e5919b17affe7d5cfe5bec5bff3a2409605f21c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 00:36:16 +0000 Subject: [PATCH 06905/10074] charmcraft: update 3.5.1 bottle. --- Formula/c/charmcraft.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/charmcraft.rb b/Formula/c/charmcraft.rb index 975b73c97cf3d..54c343d6b1a8a 100644 --- a/Formula/c/charmcraft.rb +++ b/Formula/c/charmcraft.rb @@ -8,13 +8,13 @@ class Charmcraft < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "2a0db4af208a9977cfdfc695a3bab5bf9ed01c9df52d288f792abd30cb341219" - sha256 cellar: :any, arm64_sonoma: "d076b310970c58a90c4729794be106845a83fb9338e52bf7bb0bc0e35a2af998" - sha256 cellar: :any, arm64_ventura: "a1621e9ebf77935873becef92b9ddc4d9cbae87f6e00b1f00da805b5446baeeb" - sha256 cellar: :any, sonoma: "86ce4499103142d2f2402f4767c813596683ca2352ef49f56cb1b59958571ce7" - sha256 cellar: :any, ventura: "88eb3c09ca4b0103f43d1686643ca569f5bccfeb23e4771b0bdcb76c6ec2bdcf" - sha256 cellar: :any_skip_relocation, arm64_linux: "2b88d2ba3f630fbfd8953c1aff82851e5843a310d1bb1edfdf2a7010b53fe994" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a99800ce0cbe8e6a484e89ba5e38e08f03b910dd56a133dd9107806d9a3d7456" + sha256 cellar: :any, arm64_sequoia: "d2f3080ce09f32fe473b8c3df8e2359a22b61ac6158d78cc7479479183e286ed" + sha256 cellar: :any, arm64_sonoma: "5cc1b91eaf4c64a354de9e24aa3adc1b9ab208f5e24aada28ea1eb8e5448c22b" + sha256 cellar: :any, arm64_ventura: "a7edb1fadd5d46edda179945c5a496b19e2dbe3de1f71f0e212e53dcc2935400" + sha256 cellar: :any, sonoma: "f72fe685392fc7d487e128044e80c8bf3cf802b1bc1b4468e6f784ea3007d16f" + sha256 cellar: :any, ventura: "c16ddbda5a0b00ec73b374f4db57b9e9b30a418506e710a23d9a6cdd84f33fc0" + sha256 cellar: :any_skip_relocation, arm64_linux: "40667a67e6f50a060a52f3cb89961821e9fcace07a181cae4f1c0d5947542ee6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3fd1c5ee5293a52634a9304b2f0eb5d23bd86ed05a125f2d53001145f2e9c9ef" end depends_on "rust" => :build From 1d0e6ed329fde65af5faacf7e24f5a772abb1308 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 00:36:42 +0000 Subject: [PATCH 06906/10074] jbang: update 0.126.3 bottle. --- Formula/j/jbang.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/j/jbang.rb b/Formula/j/jbang.rb index 07d78dc9c6314..17c49115932b5 100644 --- a/Formula/j/jbang.rb +++ b/Formula/j/jbang.rb @@ -11,7 +11,7 @@ class Jbang < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "d17e41036c04ab5758cda3175161f0ee20490e708b6aa53ce49b1ef95309bb56" + sha256 cellar: :any_skip_relocation, all: "4b789121508fbd4a44cbdcd6af9da637dfcbd9c8ccea1bfcb776677431b48ee1" end depends_on "openjdk" From c5258a1f51371e41a2dc6406a9cacd749adbe8c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 00:37:07 +0000 Subject: [PATCH 06907/10074] kargo: update 1.5.3 bottle. --- Formula/k/kargo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kargo.rb b/Formula/k/kargo.rb index a8c4e6a035636..63735004d9cb0 100644 --- a/Formula/k/kargo.rb +++ b/Formula/k/kargo.rb @@ -7,13 +7,13 @@ class Kargo < Formula head "https://github.com/akuity/kargo.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4815b27dfc12f1145648ea8ea94c5bd1f885fd1489fdf7e3c9afab78f874671f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f313a65a1e9c37ea3d307d83d710f9566b4c4322ff8929fb3e7389ccbb9f053" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f38d5f1371fe81592637bc4fa72f645193aac3ebcb0de2d60ee739c63019e4cf" - sha256 cellar: :any_skip_relocation, sonoma: "8a0aab68e1411a32aff317a8b5aa1427cc01c97396120d03184fed3945591e45" - sha256 cellar: :any_skip_relocation, ventura: "876d3765540618a177c316128a1f964b706b8e7891b8bb2bfda757ece7ae665e" - sha256 cellar: :any_skip_relocation, arm64_linux: "751ae23849ba36ad41116a210abf0b3af5a782d4adf8ca1b10f48119c5436655" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5db968cd65acefb348c5e19f25017d920885740c9275b2777814a847e49ff515" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1158d5b7cd7e6fe6ec8a867ca23ed68d84e43411ec13e24b15667f31070faa26" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9413d3bc7a22ea28745e59f87ac2ffbcf5994df79308a22549b079d36873a2e3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4d6465bbb8af2e6b446d53511fa2670619c77df354a4aedf83b58051ea8c3d58" + sha256 cellar: :any_skip_relocation, sonoma: "d15d77d7a4e495f286128992aa0237c65347dab0699d76a13744e67af34b39dd" + sha256 cellar: :any_skip_relocation, ventura: "2c646ff0ef60eedd02c7379ee4b8bf4f9e2617231883085cb6b234dd901baff7" + sha256 cellar: :any_skip_relocation, arm64_linux: "537751bea1333235e5f891446ce529a4967dc2a1ca46fbab262a30bc5d7924cb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "31bf1ecd47476767c38c7e9d0ca8582bcdbee7ffaf601922ef2ac7556793eaf5" end depends_on "go" From cd130960485c8b1a3414cbe4d11c25c5e28bba38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 00:37:17 +0000 Subject: [PATCH 06908/10074] mockery: update 3.3.6 bottle. --- Formula/m/mockery.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 0b7c6a598553d..2d16a8b6c7a40 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -15,12 +15,12 @@ class Mockery < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5421d251216dad9eae68df6de6745dfbce108a50b0e33739226eded3d71386bb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5421d251216dad9eae68df6de6745dfbce108a50b0e33739226eded3d71386bb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5421d251216dad9eae68df6de6745dfbce108a50b0e33739226eded3d71386bb" - sha256 cellar: :any_skip_relocation, sonoma: "ddcb82a47c03bf2b39270abdbc8d13ba7108c4626383b371a2149dc3f1a52244" - sha256 cellar: :any_skip_relocation, ventura: "ddcb82a47c03bf2b39270abdbc8d13ba7108c4626383b371a2149dc3f1a52244" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7c701845bc88eefe27d13a83d88a13384301f105c13cb1e8dadf50115fa44d4e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "824608f8740f372031e31d431e4c875b9993da90fcbeef10d26e02e5aa1cbcc2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "824608f8740f372031e31d431e4c875b9993da90fcbeef10d26e02e5aa1cbcc2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "824608f8740f372031e31d431e4c875b9993da90fcbeef10d26e02e5aa1cbcc2" + sha256 cellar: :any_skip_relocation, sonoma: "6d396c8e5772b3844f8855f704b7ea988745a771b67bdf3ab41216c7a5350454" + sha256 cellar: :any_skip_relocation, ventura: "6d396c8e5772b3844f8855f704b7ea988745a771b67bdf3ab41216c7a5350454" + sha256 cellar: :any_skip_relocation, x86_64_linux: "14e70261d5baf349b7ce2e8585cecf5fc04d0c86099af5d938451298006faa38" end depends_on "go" => :build From a883f6811a2b3e95760ba6b7065b37943fd16dc2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 00:47:31 +0000 Subject: [PATCH 06909/10074] swc: update 1.12.1 bottle. --- Formula/s/swc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 89f21f35ca88c..90a8ac3f2ebf1 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,13 +12,13 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b118f5bad37126543a05dbbdc9deadc57e0dff6bfaa42824f9c83104796c56b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e76a338baaabdfe8f3b0e99ebce5fcec1af24796ae6bce0a557eaccea4ee70a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8a46cdd1cd58b53fc6267c9a22a8d7b5757b7b25b3e14548f241b591e6129dcf" - sha256 cellar: :any_skip_relocation, sonoma: "439ce0d1714e47800af2993ddc9e6e7b75e067466512280cbe24a75b88dcedb9" - sha256 cellar: :any_skip_relocation, ventura: "1d6282ff1456b3b7876d0806a6c09a3ff2740500b3c2de83c5f08c044069f52d" - sha256 cellar: :any_skip_relocation, arm64_linux: "d424683938dd734ce83e69353bf03878a2d31c93472a9502775ac6ccf0d1fd09" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ba6b30d27e3081198fde44a2e43b3f16a260dc51d7ec1f143637835d90ceafdf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e80bb5ccf03f374aad3e4e312ee89a5d1aa4aca331602b250f619544924f226c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "23b3bbd50d9c130aed5d1d0ca469bef2bcbc40bee9e76d24f8d8ac3ba6054d17" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aa4f6426f46cdebf81961d9651d0b30add7c0bf889ce1aaf5187cf5d69a61a78" + sha256 cellar: :any_skip_relocation, sonoma: "84db4decdade0552467feb4fb04f588d3c8b77cde11df68919cd1d4732108563" + sha256 cellar: :any_skip_relocation, ventura: "f7b5890f0dd4d0ed9c7cb1b79e10e3d31001c03bda91539e5703dfbca88b1d26" + sha256 cellar: :any_skip_relocation, arm64_linux: "1130f5399021216220c9a59fbc9cec8f32bad5a5ef93bd004a05a74e4dc290aa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c0087f4ab7bf6638731d07ba3b5eafc7011f68939bbf7fd71d247e6b1422ecd0" end depends_on "rust" => :build From bcfbd1e5ea652ca7db6de13695151630b1f97de5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 00:47:44 +0000 Subject: [PATCH 06910/10074] uv: update 0.7.13 bottle. --- Formula/u/uv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 187eac5423f59..8b1d2c1b63453 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,13 +7,13 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "660b5fe8f6b3d3fc415ec8163916c256b11eb127cac70eb36a19af5fcde9b7ef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a40784a9c4a58aa1facc595b3c5c0dde726ea022549507fda7e5109e8506f76" - sha256 cellar: :any_skip_relocation, arm64_ventura: "12d5058163d58e19dedd4680d511e7e2732bd0b62a0a9ce82cd5d783e1a46841" - sha256 cellar: :any_skip_relocation, sonoma: "0631c94d26b4c6d6391ae5794d36d042392fdb2d226dc65cefc1f333a6f3ad09" - sha256 cellar: :any_skip_relocation, ventura: "0e1ad39bc22ecc43476c02af9317d14512a8fd4ca7db2aebdaec8d4ad11e3947" - sha256 cellar: :any_skip_relocation, arm64_linux: "4ebd406d1e3a6866ed6b478d463c3c3218fb8738c2acf2bcca3f8bc85274409a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6682584d99c0e0fdf2b017385fc0078d7010207b7f78153a89cb86183cc0106d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bafb3c9f21375ece95a518de5ee0808e33e369a378bbca9ce2aebd6d4f935c2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a61e75e4822fe22e22aeff87e4ab13178c19c10eb6657f8dcd374611c2c0ca83" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0e9a18609bdeea403c385d4366c2cf753fbd9ff971dc71db0d4b595789b35f77" + sha256 cellar: :any_skip_relocation, sonoma: "a3f67c8076f47c79668f2cabad1c38712ae8c32e5ba13ccef3b37531588ae9c3" + sha256 cellar: :any_skip_relocation, ventura: "f6699a407de1dceebab007a34510d1d207eb610a8ab32561c279e4796416aefa" + sha256 cellar: :any_skip_relocation, arm64_linux: "7bd4b049d21d481f38c75f5bd27729ed99fb7f24c4875bf984906184d35b2aee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "64e26478e2a12700b807c9d21ba616fed9425a4cdddaea86897fb74c1498edc0" end depends_on "pkgconf" => :build From 218670b1e9cecf643f1d0b722b23b539cfa00cde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 00:49:11 +0000 Subject: [PATCH 06911/10074] btcli: update 9.6.0 bottle. --- Formula/b/btcli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 3df59bbcf2720..1a2c073c2edc4 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -9,13 +9,13 @@ class Btcli < Formula head "https://github.com/opentensor/btcli.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "386ff245a9fb27a35ae8e58f90e4bbbcaf5e6531f0339e1e8b55c0542bddb0b9" - sha256 cellar: :any, arm64_sonoma: "82108bb572836cbdf3128877de9ce132d5b458daf5a2b9bcde30408c8374d403" - sha256 cellar: :any, arm64_ventura: "0214e0965c5a73c0a508de13cb78fbcc4a18a32aa6caf0dff9143842cb0290d9" - sha256 cellar: :any, sonoma: "ad029162ac1ea3e900fb1bebbeacfc8c26f262ee3c3c69b1721248ef8f65f8d2" - sha256 cellar: :any, ventura: "a7dce35b9024c524878b4f6d6b5ab5acc1d29981ec749cc60825051a5fb97986" - sha256 cellar: :any_skip_relocation, arm64_linux: "3c6c32de0ae4b40519a0ea01ce150c1a967e24b4d059a4d56b68184f31972fce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5f416d8e8cbbc73c83e1aff30889af6b994ea07913c2e191dca544d2f0cb41ca" + sha256 cellar: :any, arm64_sequoia: "7a855c3b77bc12b92d18e3bb279885368adbc44d137109d0e7cb7289a926197b" + sha256 cellar: :any, arm64_sonoma: "c2a6d8207d25da2ea01199c9b2772bc0c1e130eccf3513c3f464e70280c715dd" + sha256 cellar: :any, arm64_ventura: "9f5187a2f102d812739f1660610bc0ca4a2e20316c139b2765ee23cf9e8c6fb4" + sha256 cellar: :any, sonoma: "50e99fac804d53b59676963cfdb999b15a72fb048e8e95da99a9055f2aaf72a0" + sha256 cellar: :any, ventura: "c95abb5c50538b523f1d808f2f10bf712209703a3e25efbcbb2d21cfe7c4ea55" + sha256 cellar: :any_skip_relocation, arm64_linux: "6fa7eabc4a7d131ff0d2652e92ad796e3faffccd923674e38b143f5ccddcd64b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6a2a5fe0b58e2d402e67e3d3b75a5cf2e9fef272e5314c27b1f1c609d686304" end depends_on "cmake" => :build # for Levenshtein From 835c9b641d52ba4be3ee4acd7f94b48c97ce6120 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 00:49:58 +0000 Subject: [PATCH 06912/10074] certbot: update 4.1.1 bottle. --- Formula/c/certbot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index 7f1d281c73b8d..e2d5a69b60b9d 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -9,13 +9,13 @@ class Certbot < Formula head "https://github.com/certbot/certbot.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "994e6c8f599b959724625ba47f1edf0fafdd3858be1a6df5499e1ab483cedb35" - sha256 cellar: :any, arm64_sonoma: "d1b091cefbb79b6df1e3a1524b6e6d064fb39a2478c1302ae3b36d1e17f3cce6" - sha256 cellar: :any, arm64_ventura: "88640c6e74d4d7a480254567b5eb036fcc121146e5c161c5460e046bbf8dd6f7" - sha256 cellar: :any, sonoma: "b536d642243f988fdaa4e4518e13082f5d9aebc17b770204e3b7b5a9cb5b6584" - sha256 cellar: :any, ventura: "023b41347a24fbe0b370dc414ef171a212f6c1662a2fe5b943210928ef1b6904" - sha256 cellar: :any_skip_relocation, arm64_linux: "9d1e5e28fa2a80048d8c1c77fe1e2a40f433036c8c9dd5fb96e9445b76265324" - sha256 cellar: :any_skip_relocation, x86_64_linux: "91031e5e933de06bf5341d23d32dbc5227a9be48a3d5fb7c3a3e083cacf91411" + sha256 cellar: :any, arm64_sequoia: "a914663de082659e6764f7707c2af755b2ce20a6033e84c97da5a3d08d7d3019" + sha256 cellar: :any, arm64_sonoma: "522336962cd2c7bdf94aa437e27c9773abbbecf4e5210a28b2f4a9d63e00e984" + sha256 cellar: :any, arm64_ventura: "b33ea2ea30e15d573bbad7068ceb52acb958e552ba7a5dd35e98db7f788ccc21" + sha256 cellar: :any, sonoma: "1e3d5da5645d6d2001a84a728664d6a994c35df85433d134fa0974023c069547" + sha256 cellar: :any, ventura: "5de71287f5d5c1e014530635be508307f7cc1f78a75351670dbca863c2871734" + sha256 cellar: :any_skip_relocation, arm64_linux: "606746bb1e92f3fb80d077f4976d2b85742f9c06747b21ede8bcd055d3b8bb2f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c64175305a4ce5d4088db61d232929b9c22d72ac63e814a864ccd930084b42c5" end depends_on "augeas" From 3803840e4db262de89aa2d26797ec32be0e4572f Mon Sep 17 00:00:00 2001 From: Alexander Regueiro Date: Fri, 13 Jun 2025 02:00:41 +0100 Subject: [PATCH 06913/10074] bazarr: correct HEAD branch The `development` branch ought to be the HEAD branch; it is only merged into `master` when releases are made, so having `master` as the HEAD branch is pointless. --- Formula/b/bazarr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bazarr.rb b/Formula/b/bazarr.rb index 69514f030b51a..a23bdf8531dd7 100644 --- a/Formula/b/bazarr.rb +++ b/Formula/b/bazarr.rb @@ -6,7 +6,7 @@ class Bazarr < Formula url "https://github.com/morpheus65535/bazarr/releases/download/v1.5.2/bazarr.zip" sha256 "63519d9855e5b84c947b18d72fa36dfa9341a040879d1079bfde2fabfe8ab30e" license "GPL-3.0-or-later" - head "https://github.com/morpheus65535/bazarr.git", branch: "master" + head "https://github.com/morpheus65535/bazarr.git", branch: "development" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a970f6f5dc0730e20ca59176874c7ec1abe7a8433a897bd0e642eba8a951c00" From fd4ea5927058fb7c641d1cc0bde25c7eedc6effe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:27:47 +0000 Subject: [PATCH 06914/10074] xclogparser 0.2.42 --- Formula/x/xclogparser.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/x/xclogparser.rb b/Formula/x/xclogparser.rb index f955210502013..8245ee2c7c9b4 100644 --- a/Formula/x/xclogparser.rb +++ b/Formula/x/xclogparser.rb @@ -1,8 +1,8 @@ class Xclogparser < Formula desc "Tool to parse the SLF serialization format used by Xcode" homepage "https://github.com/MobileNativeFoundation/XCLogParser" - url "https://github.com/MobileNativeFoundation/XCLogParser/archive/refs/tags/v0.2.41.tar.gz" - sha256 "03e0c257f202b50620b340f460504dfe3d5f6dfc725723618bf6ff98b167d9da" + url "https://github.com/MobileNativeFoundation/XCLogParser/archive/refs/tags/v0.2.42.tar.gz" + sha256 "38f02fc3359b557b4eddb1bd0c12e063858bad19f65171a50c61d7b393b9ec17" license "Apache-2.0" bottle do @@ -25,12 +25,6 @@ class Xclogparser < Formula patch :DATA end - # version patch, upstream pr ref, https://github.com/MobileNativeFoundation/XCLogParser/pull/223 - patch do - url "https://github.com/MobileNativeFoundation/XCLogParser/commit/78b330a67b4e3c916f5ad0c68e61ba4bb163cc2a.patch?full_index=1" - sha256 "61269c6a851c7880d88dbdd76dd41dc02505521015c415ea35b99ceea2791837" - end - def install args = if OS.mac? ["--disable-sandbox"] From 3083cd5d162e8146260e508c3f1f609c440b5c01 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:18:32 +0000 Subject: [PATCH 06915/10074] qrtool 0.12.0 Co-authored-by: botantony --- Formula/q/qrtool.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/q/qrtool.rb b/Formula/q/qrtool.rb index 5815426f65704..91603ada348b5 100644 --- a/Formula/q/qrtool.rb +++ b/Formula/q/qrtool.rb @@ -1,8 +1,8 @@ class Qrtool < Formula desc "Utility for encoding or decoding QR code" homepage "https://sorairolake.github.io/qrtool/book/index.html" - url "https://github.com/sorairolake/qrtool/archive/refs/tags/v0.11.8.tar.gz" - sha256 "873e9324720bc0d526ca233db31c952902294f72a3b5265bef8333605e31f75c" + url "https://github.com/sorairolake/qrtool/archive/refs/tags/v0.12.0.tar.gz" + sha256 "351ba9fe32ccf4dfa51902443f8459c9f5efc645f0b40523cb9c10f38d5fd18a" license all_of: [ "CC-BY-4.0", any_of: ["Apache-2.0", "MIT"], @@ -25,7 +25,7 @@ class Qrtool < Formula def install system "cargo", "install", *std_cargo_args - generate_completions_from_executable(bin/"qrtool", "--generate-completion") + generate_completions_from_executable(bin/"qrtool", "completion", shells: [:bash, :zsh, :fish, :pwsh]) outdir = Dir["target/release/build/qrtool-*/out"].first man1.install Dir["#{outdir}/*.1"] From 343b92d7a9381d530d170f6f4dd382353ad00af3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 13 Jun 2025 01:12:16 +0000 Subject: [PATCH 06916/10074] libaec: update 1.1.4 bottle. --- Formula/lib/libaec.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/lib/libaec.rb b/Formula/lib/libaec.rb index a72044135bdc2..f093325d293bb 100644 --- a/Formula/lib/libaec.rb +++ b/Formula/lib/libaec.rb @@ -7,14 +7,13 @@ class Libaec < Formula head "https://gitlab.dkrz.de/k202009/libaec.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "541259dd6c03672bfbfe4a251ebe70643d5c9a72f264c94315a54b3aafd3e815" - sha256 cellar: :any, arm64_sonoma: "a663972f5eec805fe10beac16c80701375f3f192c4efd7c42788716437fc113d" - sha256 cellar: :any, arm64_ventura: "6eb5fcc80ba76dbf96d4c686d1596124c2f1cc21648e3b25b95e9a459fa982b4" - sha256 cellar: :any, sonoma: "60215c8f7af6e44926030f05c6ebc1344f2b23766c234268bf7ea5eb2fc2a1ad" - sha256 cellar: :any, ventura: "ea401973cd11d71d719097d9611d243ea5eaff7cc110a97136c18d8c74fb2c9c" - sha256 cellar: :any_skip_relocation, arm64_linux: "1a279f9bb15a0800669f7ac3283c0e46760e09ea1489ae8871d35b9e4a80381e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "abf37dff4d0fd06ecc1086b33ed1a6fe308509c5b65dd063ff4ef0ca212d8d7e" + sha256 cellar: :any, arm64_sequoia: "6b7cf987f0fdd72e90def1d0245c06e99edc300e9f7d3eaa01187700a1158742" + sha256 cellar: :any, arm64_sonoma: "10ba88e1ad1c0309d6c44229401b566943f99834bad2e1e77144e5ddf935907d" + sha256 cellar: :any, arm64_ventura: "1d649a7e55b9f968ef794f97b48a391f736c3febd3b7cc317d324a3f45d3ef39" + sha256 cellar: :any, sonoma: "dc39d915e139bffd788f2a8c97b5af10867f2ab06e7cca0d2c2a675178c3b1f6" + sha256 cellar: :any, ventura: "1e1ec34fb1397f13a0dcd56cce603bf6ae60770c6e8ae3e553f96c129382c493" + sha256 cellar: :any_skip_relocation, arm64_linux: "a5cb6a131e3f0e724ab22b11888efbde54a79387a07ae0e06fb7ecd39d320fdd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d100dbf43575d7c8807c4c862ae757f3a19278ddf0defe047213c66189840a34" end depends_on "cmake" => [:build, :test] From 20e89798509726f4c23431bb88234bc3a200fa36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:02:11 +0000 Subject: [PATCH 06917/10074] sigma-cli: bump python resources --- Formula/s/sigma-cli.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/s/sigma-cli.rb b/Formula/s/sigma-cli.rb index 995f573dca545..bbc4cc2f20761 100644 --- a/Formula/s/sigma-cli.rb +++ b/Formula/s/sigma-cli.rb @@ -6,6 +6,7 @@ class SigmaCli < Formula url "https://files.pythonhosted.org/packages/5a/69/8c7583ddca7b3bb369a497526c56131b674eeae6cf6e4ccdb2f16922188c/sigma_cli-1.0.6.tar.gz" sha256 "5cd4471fcda44ea8e5671c81cc86bc685227107df57e128b75e125ee3d6d4123" license "LGPL-2.1-or-later" + revision 1 head "https://github.com/SigmaHQ/sigma-cli.git", branch: "main" bottle do @@ -25,13 +26,13 @@ class SigmaCli < Formula conflicts_with "open-simh", because: "both install `sigma` binaries" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -70,8 +71,8 @@ class SigmaCli < Formula end resource "pysigma" do - url "https://files.pythonhosted.org/packages/a4/41/1c37926a1aa6ab4d59fb85bad22940ae02db60239bb549c72cef17151e0c/pysigma-0.11.21.tar.gz" - sha256 "41f25ab8f5dcdcc51cdbae4b0ca4f5ffa36b9d1f8bcb9166f6b6a4fecbb24ee2" + url "https://files.pythonhosted.org/packages/a7/b8/8eff31a60505197d2e0b99eded0e5e75fa8197b5b4f62176a0b76d76a651/pysigma-0.11.23.tar.gz" + sha256 "9556852055ba28c8df4c8e283f58136f722c4a18d31c7ac3ede6dbcfdd14871a" end resource "pysigma-backend-sqlite" do @@ -91,8 +92,8 @@ class SigmaCli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do From 54170eb93bb4e99af1d32a151779fbcae95b4d06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:07:27 +0000 Subject: [PATCH 06918/10074] xml2rfc: bump python resources --- Formula/x/xml2rfc.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/x/xml2rfc.rb b/Formula/x/xml2rfc.rb index cfc5d3dde1efd..09687a891f3df 100644 --- a/Formula/x/xml2rfc.rb +++ b/Formula/x/xml2rfc.rb @@ -6,6 +6,7 @@ class Xml2rfc < Formula url "https://files.pythonhosted.org/packages/19/5a/4e4cbd0d669ff6bd368ba185bfbad3fb91ac4d500374398d2e245ddc5394/xml2rfc-3.28.1.tar.gz" sha256 "76201b28f5b5d4c466dad74d972b3260013db0f462c76ebc633ea1c7fcd87194" license "BSD-3-Clause" + revision 1 head "https://github.com/ietf-tools/xml2rfc.git", branch: "main" no_autobump! because: :requires_manual_review @@ -40,8 +41,8 @@ class Xml2rfc < Formula end resource "configargparse" do - url "https://files.pythonhosted.org/packages/70/8a/73f1008adfad01cb923255b924b1528727b8270e67cb4ef41eabdc7d783e/ConfigArgParse-1.7.tar.gz" - sha256 "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1" + url "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz" + sha256 "79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9" end resource "google-i18n-address" do @@ -90,13 +91,13 @@ class Xml2rfc < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "sortedcontainers" do From 4954e3c764b3f38765a62fa9b38c2d6a1f473edd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:58:21 +0000 Subject: [PATCH 06919/10074] cucumber-ruby 10.0.0 cucumber-ruby: update deps Signed-off-by: Rui Chen --- Formula/c/cucumber-ruby.rb | 58 ++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/Formula/c/cucumber-ruby.rb b/Formula/c/cucumber-ruby.rb index 485a30a89e7f0..3e809f80e3804 100644 --- a/Formula/c/cucumber-ruby.rb +++ b/Formula/c/cucumber-ruby.rb @@ -1,8 +1,8 @@ class CucumberRuby < Formula desc "Cucumber for Ruby" homepage "https://cucumber.io" - url "https://github.com/cucumber/cucumber-ruby/archive/refs/tags/v9.2.1.tar.gz" - sha256 "d15fec49a75c2e0d740c87b16818a3cacc317f1751d075444cb93a87ddaaf2dc" + url "https://github.com/cucumber/cucumber-ruby/archive/refs/tags/v10.0.0.tar.gz" + sha256 "59550828a178de1d5b04611d1013e64319b6395ca3fc3995fcc448a3d0d054ce" license "MIT" livecheck do @@ -28,11 +28,11 @@ class CucumberRuby < Formula # Runtime dependencies of cucumber # List with `gem install --explain cucumber` - # https://rubygems.org/gems/cucumber/versions/9.0.1/dependencies + # https://rubygems.org/gems/cucumber/versions/10.0.0/dependencies resource "ffi" do - url "https://rubygems.org/gems/ffi-1.17.1.gem" - sha256 "26f6b0dbd1101e6ffc09d3ca640b2a21840cc52731ad8a7ded9fb89e5fb0fc39" + url "https://rubygems.org/gems/ffi-1.17.2.gem" + sha256 "297235842e5947cc3036ebe64077584bff583cd7a4e94e9a02fdec399ef46da6" end resource "sys-uname" do @@ -50,44 +50,49 @@ class CucumberRuby < Formula sha256 "8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef" end + resource "logger" do + url "https://rubygems.org/gems/logger-1.6.4.gem" + sha256 "b627b91c922231050932e7bf8ee886fe54790ba2238a468ead52ba21911f2ee7" + end + resource "diff-lcs" do - url "https://rubygems.org/gems/diff-lcs-1.5.1.gem" - sha256 "273223dfb40685548436d32b4733aa67351769c7dea621da7d9dd4813e63ddfe" + url "https://rubygems.org/gems/diff-lcs-1.6.2.gem" + sha256 "9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962" end resource "cucumber-messages" do - url "https://rubygems.org/gems/cucumber-messages-22.0.0.gem" - sha256 "d08a6c228675dd036896bebe82a29750cbdc4dacd461e39edd1199dfa36da719" + url "https://rubygems.org/gems/cucumber-messages-27.2.0.gem" + sha256 "46e2a1454620db3d0811ad990b9a96cd47bfdb5e2ad4f2ae0b41822332979fff" end resource "cucumber-html-formatter" do - url "https://rubygems.org/gems/cucumber-html-formatter-21.7.0.gem" - sha256 "e116a23dd4827b76f5055e4bcba2899ac5d9391293000486680bf9a14d0bc252" - end - - resource "cucumber-gherkin" do - url "https://rubygems.org/gems/cucumber-gherkin-27.0.0.gem" - sha256 "2e6a8212c1d0107f95d75082e8bd5f05ace4e42dd77a396c7b713be3a8067718" + url "https://rubygems.org/gems/cucumber-html-formatter-21.10.1.gem" + sha256 "bc59de683fe84fb3403ca9ec5cd208afcf53aedda7be1844e3b3698e9c2f1134" end resource "bigdecimal" do - url "https://rubygems.org/gems/bigdecimal-3.1.5.gem" - sha256 "534faee5ae3b4a0a6369fe56cd944e907bf862a9209544a9e55f550592c22fac" + url "https://rubygems.org/gems/bigdecimal-3.1.8.gem" + sha256 "a89467ed5a44f8ae01824af49cbc575871fa078332e8f77ea425725c1ffe27be" end resource "cucumber-cucumber-expressions" do - url "https://rubygems.org/gems/cucumber-cucumber-expressions-17.1.0.gem" - sha256 "a1be9df1e5d787f62ff89e5a96c9a78e2e3b989cef7bf698f22cd5efd699d391" + url "https://rubygems.org/gems/cucumber-cucumber-expressions-18.0.1.gem" + sha256 "8398a0bf636af33ff3b61e459a309295eb02745b9e21bd7af0eaaa2a1e6be3e5" end resource "cucumber-tag-expressions" do - url "https://rubygems.org/gems/cucumber-tag-expressions-6.1.1.gem" - sha256 "ccf1bb8ae92dc5f91571b3e8f034b496b079e2e25cabb802dd64b24975483430" + url "https://rubygems.org/gems/cucumber-tag-expressions-6.1.2.gem" + sha256 "f790e4e820b80d453e83c6a462ed6de36b9477b046543322f646c1e8c275916d" + end + + resource "cucumber-gherkin" do + url "https://rubygems.org/gems/cucumber-gherkin-30.0.4.gem" + sha256 "fe7b3f2ff19e42a41748f3987bb99b7241b14324b30d81de01fb0f36a4628c10" end resource "cucumber-core" do - url "https://rubygems.org/gems/cucumber-core-13.0.3.gem" - sha256 "e01c28d658dc0a8d5804507e0b63b58ba0e4fbe8e7d50f8f19c17b44872c5344" + url "https://rubygems.org/gems/cucumber-core-15.1.0.gem" + sha256 "2d5c56425d5f663a58647e12969288d555fd78a1e18bfe34d1957f0b3c4134b7" end resource "cucumber-ci-environment" do @@ -100,6 +105,11 @@ class CucumberRuby < Formula sha256 "497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f" end + resource "base64" do + url "https://rubygems.org/gems/base64-0.2.0.gem" + sha256 "0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507" + end + def install ENV["GEM_HOME"] = libexec resources.each do |r| From c51c2f54b51aa7304e24c8f0666a3011303505ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 01:27:27 +0000 Subject: [PATCH 06920/10074] xclogparser: update 0.2.42 bottle. --- Formula/x/xclogparser.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xclogparser.rb b/Formula/x/xclogparser.rb index 8245ee2c7c9b4..1d94fd4b2f9e1 100644 --- a/Formula/x/xclogparser.rb +++ b/Formula/x/xclogparser.rb @@ -6,13 +6,13 @@ class Xclogparser < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0506dd7d0fd34cf648007ebaa19c22ee4a7950d621d0a81ecc0de1c4ab72e36f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f12a935ef504acb540d3e894cb29f4178b78e78cab47992801cc934edb22f82a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "325dca4b969addb194bc8be42bdfdda4b61cc6549d186f1372cd7e781e03db96" - sha256 cellar: :any_skip_relocation, sonoma: "3ecb9ea804d75559570439b988c2f75310052ac31362d5c39e0e58f66ed0b177" - sha256 cellar: :any_skip_relocation, ventura: "ce099c27e0ee07214729ee9578472919bafc72056c80e5560293715fb45701ef" - sha256 arm64_linux: "5aa0b09e87329be677f7fa43e12e52e7bad79315697294d730dceeb8b06ce3c5" - sha256 x86_64_linux: "3a456db1fd20985ed03089f28e6256f7c0b4441cf70ad4d4c87f12cf021cc7db" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "24152e756e0accf02e58b2e8a27340c7928c108c178a918b94a16b14c83ce7b1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "84acb208ae9ea2ffc3bd28bf830a43ec4f32f449b455915dfb82fa4489afcac0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6564c2ee06346f8cb6a708dc6c6927796f83919798403f2235ef1c6671bdfcc4" + sha256 cellar: :any_skip_relocation, sonoma: "522f1c32a5a4a269a5f530b976648f8485c19c38b8184e13a18e14245f12593a" + sha256 cellar: :any_skip_relocation, ventura: "8a05a80f163e1342eeef5fb1228dd7b10d2f29b5a83c4fd3573a01342999db04" + sha256 arm64_linux: "d94b3f9875e169fa0cceb79bc62043903fd671778a9e8cf374e678369e625356" + sha256 x86_64_linux: "4926c5d871fd3162290869816066e8e28f03275240e99b69cb20ec31330fb755" end depends_on xcode: "13.0" From 2ff45a43c0370e52c74ae392e0b7f5bfc14ae0ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 01:29:30 +0000 Subject: [PATCH 06921/10074] qrtool: update 0.12.0 bottle. --- Formula/q/qrtool.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/q/qrtool.rb b/Formula/q/qrtool.rb index 91603ada348b5..4b9e6077a0cd4 100644 --- a/Formula/q/qrtool.rb +++ b/Formula/q/qrtool.rb @@ -10,13 +10,13 @@ class Qrtool < Formula head "https://github.com/sorairolake/qrtool.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08b0026d4a4cb631fabd4351b7b34c73d428018612a327ae779aa721e87fbb29" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "84e50a973f4585383daf8beba9fda0abba46569411793fc9ee93de0d62bd6318" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0b7f4c46fd57d27652f71226670c8350049786933b0126bd3143e5a54f617fda" - sha256 cellar: :any_skip_relocation, sonoma: "7647d101c521fe0871327f9f649c081ba1ea27e46405700e7755384ce95109e1" - sha256 cellar: :any_skip_relocation, ventura: "a21295fe7c80dc30731fa070318aba7ccf4e73569fa9b56c64e5663b2858b27b" - sha256 cellar: :any_skip_relocation, arm64_linux: "1500f4cd68e7911d71c4398bdb33bcef404218641114d8c9869475cc22d462de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "94e5bca91d85d01544e33d003422eb0cf6b20d9dae01405c88ed9dca13432fda" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "82956d722db6a1f6b0efe8ec76045a365fee2277aeff94375133e352bee9b58f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "697e091a5a9785522866749e91775a3956992eff891df6beb482661a704516ca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3934b5147079c83ef5e413441fbcef0752dca293e1309bbe2239b9d9d6e91fd3" + sha256 cellar: :any_skip_relocation, sonoma: "bfa93d82b700a78832dd99f66f0693bebded392c5770decdec2fb65f7cf08412" + sha256 cellar: :any_skip_relocation, ventura: "aff2237ae6e7326e64a961f54eb1fcac227cd9910ee1a51b093f3444e839d995" + sha256 cellar: :any_skip_relocation, arm64_linux: "6b2f818af8df80187d72a1e2a71ac52978e92e3569c05da00d3424a478ae6788" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08fc2bc681b6c453a75383e964864b3138c85a4978e839238d25400cb6e5d492" end depends_on "asciidoctor" => :build From ec83eaf95cf60763aabc298f5a98c971a2e5b46f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 01:45:43 +0000 Subject: [PATCH 06922/10074] sigma-cli: update 1.0.6_1 bottle. --- Formula/s/sigma-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sigma-cli.rb b/Formula/s/sigma-cli.rb index bbc4cc2f20761..f17b32107af14 100644 --- a/Formula/s/sigma-cli.rb +++ b/Formula/s/sigma-cli.rb @@ -10,13 +10,13 @@ class SigmaCli < Formula head "https://github.com/SigmaHQ/sigma-cli.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "c6d78dd65c011cb02aad6b5140ead7eb5124ab4fbea369a5dce122d712f0b0b8" - sha256 cellar: :any, arm64_sonoma: "85115656c19613d735ae5de03c79f29a6694557fc75345cf7837e0bb9b1eb370" - sha256 cellar: :any, arm64_ventura: "f557b8b18a5a768b8487c95dba2cd7485da195e066799dd1e264abdf6852e2ea" - sha256 cellar: :any, sonoma: "efa50f65d990ffcefab35f0d6737005e68c0f1af2c7665c1d561787636461cc1" - sha256 cellar: :any, ventura: "6cfc1bcc24a6cde2db104e34851a74a8a0ba94f59da2467b04cbca3c743314e8" - sha256 cellar: :any_skip_relocation, arm64_linux: "c23d4b7585b43e08f540e29cc3a85517df5d3e265ad51e62f3f2dad811ce0989" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1bcc12dc6e12bb856e8986ce5e4dd4d1cb6e062dc0b807fd8889a3b530843bde" + sha256 cellar: :any, arm64_sequoia: "d754e6efa13fc89ab37488d821888bab525f4b927b0eed4a2b18b4fe6a8d81d4" + sha256 cellar: :any, arm64_sonoma: "ce7e0529cb58a9acb36a63c1d7d44657bbdda8f6414b74413184ce1f127d15dc" + sha256 cellar: :any, arm64_ventura: "50eb57cae0a0c1a8c575b7231cb122bf6b8ab4b884004fb8c336093cbbb2b85d" + sha256 cellar: :any, sonoma: "b345014c97a3fde1b375d36840a57aaa27d04c54f97f7b1307876187271032f3" + sha256 cellar: :any, ventura: "2e78b1d237e4ce3ee84a94102032f8416e20d1fe5d4522e0faca3637959777f0" + sha256 cellar: :any_skip_relocation, arm64_linux: "8faee91b2d30e606e21a1820bfce1303ab4995793b766614a604bcd368a6206c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3f5daea0b0200e2a48df2bf10c08bdca20835dc68424abff8196d0dfd968fe19" end depends_on "certifi" From 432243ce0519149133dfcdd03939b6927ecc1420 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 13 Jun 2025 02:11:25 +0000 Subject: [PATCH 06923/10074] python-freethreading: update 3.13.5 bottle. --- Formula/p/python-freethreading.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/p/python-freethreading.rb b/Formula/p/python-freethreading.rb index 4fe04934d79e2..f37cd5ec5d9ce 100644 --- a/Formula/p/python-freethreading.rb +++ b/Formula/p/python-freethreading.rb @@ -12,14 +12,14 @@ class PythonFreethreading < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "2a0192d70dc032d339c6b05171781cd7a079c7683e7844ed90816cf322a092fa" - sha256 arm64_sonoma: "6d1aa7475a69cd2535f50183a8c88e7de88e236c3114dbc47d5fc9d2cb1eed56" - sha256 arm64_ventura: "cf7a7c6625063f06eeab3c0d6284d679e744b8875b19082928552c5193fd6045" - sha256 sequoia: "b95145764f3e7151adc12bb8d7fc8f83499332cb8a0ef2baaddb16c0e7882037" - sha256 sonoma: "9205737f679e46ab7edcbcce9cf3b329abf140b6244a0b90d9524d4c9ba68c9d" - sha256 ventura: "28832bc4c6ed6d6d26a573bef303ce8da4f7df60e0ca86e1119fec11d7650b64" - sha256 arm64_linux: "f31e1370aaf26eb99d8ff8a0a5ced9ca5f83a00f77e65169df6bdba3c7f882c7" - sha256 x86_64_linux: "e100aecf0610961bf31e5f05bc8300060455909802e7fc40900533245389f48e" + sha256 arm64_sequoia: "b9c0c3dc0a2d7c1046de2882358dbe6cfe22ca8307b3a99d90731c66bb5c4c97" + sha256 arm64_sonoma: "e328895cb1bc0c8226fd1f821278bb5cd2e98472ad18baccca1cc0e39de69090" + sha256 arm64_ventura: "9f08e025e60eed7a068ce64fc2e7c833db1c691ec0b0a3767856378f1f1734d5" + sha256 sequoia: "c5e8398d27194f97c51bb744f3bf7182ad03a7b62129b661abd34056a1712869" + sha256 sonoma: "765d9d6a86a004185ea5965457d34b2f0304b523f226a7b14e358086d4dd96b8" + sha256 ventura: "ebcb7c2ee423ca32a51fcff7f4c9f282c3be0dfc01a9172c6da66169807c3d48" + sha256 arm64_linux: "f91e6b35fa3a699eab0340629d60064a0589277330faa623d22eeb1eb204f8df" + sha256 x86_64_linux: "88d8b56d861e4e3a2fb735919d07fc2a302220c34bc18edbf32327f897f57944" end depends_on "pkgconf" => :build From e626a1c0560c9f27feb3f366a98ed3b0210d3ceb Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 13 Jun 2025 02:11:25 +0000 Subject: [PATCH 06924/10074] python-gdbm@3.13: update 3.13.5 bottle. --- Formula/p/python-gdbm@3.13.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-gdbm@3.13.rb b/Formula/p/python-gdbm@3.13.rb index c248ea6a6a882..71025f02ac2de 100644 --- a/Formula/p/python-gdbm@3.13.rb +++ b/Formula/p/python-gdbm@3.13.rb @@ -12,13 +12,13 @@ class PythonGdbmAT313 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "14287cbfb4e16a63526e7770551e1ce11fbc23891a89ecd7a90c40527afd37ed" - sha256 cellar: :any, arm64_sonoma: "80225d70cf114a82f4be941f5e7b6987956b859556e8c8fa784f0d35f5e0131b" - sha256 cellar: :any, arm64_ventura: "36ae9e96076f2eab24b4948f0a01a3aee630306b76a6efb7fe686762e19d02e7" - sha256 cellar: :any, sonoma: "23e91f623df059f185a587d176a988dd949ac9acb2681fd5b4e5145304af03fd" - sha256 cellar: :any, ventura: "3f915a5d880a7ecc1950a1c3453b28e4c930759a5428b4068d541a4bcd35db5c" - sha256 arm64_linux: "28c0a40f0c391073dcf2f1e87ea3986b0dd123a5e1fb123bccec52084bd54382" - sha256 x86_64_linux: "eb1440b801abca806ee6b04c208a9a9c1868bdbff0962ad45bc6509aadc14093" + sha256 cellar: :any, arm64_sequoia: "3a533fb801d80f0ab62e9851a58b1336f3bd73ec128b19c418f05ad6b9211b23" + sha256 cellar: :any, arm64_sonoma: "b430013a9e63c6d007e2cc36ff474b36406122287edbd40ff10dfdaff238770e" + sha256 cellar: :any, arm64_ventura: "a73ce71b8cfd07fa5baff74ba1ec90871d330b07e17fb08257f3899ca6292778" + sha256 cellar: :any, sonoma: "eef6def9e087a3a8781eae05fb38556bb2e2163846e7561ffcb6cff6ce4853da" + sha256 cellar: :any, ventura: "162efcd2465bad4b09c4ae7f6f740fc3feb30a017c5a4e387d521ce2dcf4d6c7" + sha256 arm64_linux: "6674f9304969998f14ebb365a5ee4bc1abc70c9f9b2426222522ba9e225ace49" + sha256 x86_64_linux: "fd78c64e837b2c6810a68feb998eff353fa0b6bc1f447361f94d28f974f01870" end depends_on "gdbm" From 7d37fba7ffed73d149bb81df487641e7baabd86b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 13 Jun 2025 02:11:25 +0000 Subject: [PATCH 06925/10074] python-tk@3.13: update 3.13.5 bottle. --- Formula/p/python-tk@3.13.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/python-tk@3.13.rb b/Formula/p/python-tk@3.13.rb index 2ab6474df998d..1855748fd8d03 100644 --- a/Formula/p/python-tk@3.13.rb +++ b/Formula/p/python-tk@3.13.rb @@ -12,13 +12,13 @@ class PythonTkAT313 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "5e6807439625285dd5a53a045d7a4b65d7cd82ad66bc87809258902f4a9bb1dc" - sha256 cellar: :any, arm64_sonoma: "c10bfa46bbfcde6551a5991d10fc2b03600ddf5371a84972e6f9eecc1fda9974" - sha256 cellar: :any, arm64_ventura: "ea32e90251da993a7e61a4cef2bd453ff26ff7102020b10cf9fb915cabde2c2c" - sha256 cellar: :any, sonoma: "88d0aee2a6d625f7ffb25efbcdde15a2e1b883bb64b3c38203ec29fdecc4f5b7" - sha256 cellar: :any, ventura: "f01a7794e659ceb4208de288aeacc46fc7dcc143675d6b0a4119b0f909fc0f6e" - sha256 arm64_linux: "be636493c1d38b83d7e95f61a315de8ba61072d6c7515b41c36214e3c82dabec" - sha256 x86_64_linux: "d0d66790343518e42f86bbdf73c83513830e69061cf9b38987ec7da0ab54e840" + sha256 cellar: :any, arm64_sequoia: "83547b1424b6a70e116cb761800b4502898ea8be846d3ef8bcad54a4129fdd04" + sha256 cellar: :any, arm64_sonoma: "58acda48b0f432fe31931953f55a82d80bfee62b9341d11d9c2b673ee28dc99f" + sha256 cellar: :any, arm64_ventura: "21a879b81708afd40ada4dab8f65dd150b57192d2a89cb7bb742288a61de30b9" + sha256 cellar: :any, sonoma: "84579a29c8fd2a89a5a85c7a6494f92fbb0b68573ee99d54dac98bd198519064" + sha256 cellar: :any, ventura: "35c078268ee6446634a8edb7f41dc7dbbbd2f5dd8e981c22142b0a5423a7188b" + sha256 arm64_linux: "ed3e2b416992f5d6dd9c8925bbf5d8ee7c09ed90193f918b0bf87e22a4daa7f2" + sha256 x86_64_linux: "347951c192bdfdcb9eae023768b7a65d59af3fc4c55c62fe67fd449ab69d2843" end depends_on "python@3.13" From 5f7164196dea2823e0f0c5b0ac7e4546f0928382 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 13 Jun 2025 02:11:25 +0000 Subject: [PATCH 06926/10074] python@3.13: update 3.13.5 bottle. --- Formula/p/python@3.13.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/p/python@3.13.rb b/Formula/p/python@3.13.rb index 9fdae9349dbfc..69b372357a0f6 100644 --- a/Formula/p/python@3.13.rb +++ b/Formula/p/python@3.13.rb @@ -13,14 +13,14 @@ class PythonAT313 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "bee3f11e18d79d6b97a8c330b55c83baf6c398da877ca139289d9cac64aa75bc" - sha256 arm64_sonoma: "b471071e74985630c85140a64ba2a2c808bb3e583aa88c6947e1274cab2cee48" - sha256 arm64_ventura: "3607808e64eeb62e17e95c8f8376d4703f24bbc41e59676f81243e4871ba9f57" - sha256 sequoia: "87aeb15e30308f83f5f708f4af75584aab62657bbad1edbcfe511ddd1dbe67e2" - sha256 sonoma: "b418780bac99eaed462fdb2f4c7cf12ab124d7bedf38b8f43970fc9d0bdd246f" - sha256 ventura: "e18c3bbf4442fa4271cc2d15a4ff43125027a3388cdb1944af0cd32534c7555f" - sha256 arm64_linux: "528001fa417d92474586e0af9fcf6e8298db04246bd7a774d22bc8369022ad19" - sha256 x86_64_linux: "07e4714f79391b1b2d551374c16c66ad1c19e5d89a100655a960f09e8d01a806" + sha256 arm64_sequoia: "969e945c1395d108d37bfac36b97362af0f178a2d8bd1d50c78dee513641d790" + sha256 arm64_sonoma: "127b07661e52959bda9f83bfc06842d716ba14d5e9392a9e57c8b45ab02cb88e" + sha256 arm64_ventura: "cfa5b86eb3af3de8a9f8d888594782c47f4100aaf89c6fca0ca7b5bba3274e50" + sha256 sequoia: "ec5409ff39fd160ba5e20b0116563a45e97efaeb78b069b086b073147dcc76bc" + sha256 sonoma: "5f3cbf44236f40b2606d1b51697a1096746e40ab932b1e4490857339bf2d0409" + sha256 ventura: "9a8ce602a47de2c8211b6b4d7966ffb0187e6fcadc02efce4c66c88ef1c98c40" + sha256 arm64_linux: "706afae0bbbf9c29474a4f8e408fdf880245021dafa603fdbab9d9529f4d6252" + sha256 x86_64_linux: "2ba66dd4896497954b0bb6e83fabd03680f15a505b4113d6a8f3fdc5d612be58" end depends_on "pkgconf" => :build From cb5707c8d843d58d1d89bf640516eb3f909fcf9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:16:12 +0000 Subject: [PATCH 06927/10074] xml2rfc: update 3.28.1_1 bottle. --- Formula/x/xml2rfc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xml2rfc.rb b/Formula/x/xml2rfc.rb index 09687a891f3df..d333cbe6f7a80 100644 --- a/Formula/x/xml2rfc.rb +++ b/Formula/x/xml2rfc.rb @@ -12,13 +12,13 @@ class Xml2rfc < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "edf0d2a76759f3a8a6c9459c2c05e4442b889e66d7fadbedf0d841dceb1b151e" - sha256 cellar: :any, arm64_sonoma: "d93dea3b5ef178c6b10fd8b5bc76faee5310be43e6dadc30134b0a4e4864125b" - sha256 cellar: :any, arm64_ventura: "200d6b1f33b1936898fdcfcd92434171d140fe4987b6224d3bee32003a3105f9" - sha256 cellar: :any, sonoma: "fffae6f1d3be9df52221047be7a43ffda10b45c2f5b91e58222ea715dfa29356" - sha256 cellar: :any, ventura: "9f2dddcf991e8d75c0313d7874baa2c94fd80617790d7bbd6786d4a79c47a0f5" - sha256 cellar: :any_skip_relocation, arm64_linux: "4557209e3e4dbb9d0f6d4b7a4140f601495dc36f95523e2d4104f505013bebc7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "476e0bec1830d5ab810bcef54231012ef1697eeb0968f2f644a991255fb36979" + sha256 cellar: :any, arm64_sequoia: "72d9a1d05a2329cfabb2419c9b474b820f90f7d7e88385af98464524fe7feb50" + sha256 cellar: :any, arm64_sonoma: "e0f31f2356080c4d80383fbd277f94346689b5a7829b784798c5a855d275e596" + sha256 cellar: :any, arm64_ventura: "0abca83a636ce8cd7f8ce4018110709b7cd93239bc7388128c1496c8477db371" + sha256 cellar: :any, sonoma: "9e521feba3843e67c9c28fe5ee760801701cbe9374c02c17c0fa8ded3b6c61c8" + sha256 cellar: :any, ventura: "66925bf7079f050de6396467c29c64d549bb8e67c6ce0f879cf5282bfb6d1a25" + sha256 cellar: :any_skip_relocation, arm64_linux: "463fd069e52db06294ce3ee246e2f2d0e02cc7af986faac0f770f3835ca94860" + sha256 cellar: :any_skip_relocation, x86_64_linux: "121e579c8b4fb6f65661ef794a3f6fc6f7e1f7eb51bc75aa5289d585d13b2d06" end depends_on "libyaml" From 8f4e47fe523037021acc8da2eec894f5b8f8d236 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:27:23 +0000 Subject: [PATCH 06928/10074] cargo-expand 1.0.109 --- Formula/c/cargo-expand.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-expand.rb b/Formula/c/cargo-expand.rb index e1611567de450..041dd7eac0de4 100644 --- a/Formula/c/cargo-expand.rb +++ b/Formula/c/cargo-expand.rb @@ -1,8 +1,8 @@ class CargoExpand < Formula desc "Show what Rust code looks like with macros expanded" homepage "https://github.com/dtolnay/cargo-expand" - url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.108.tar.gz" - sha256 "a5c8ed7ac0d17e6778292762807ca328f28b605604d6c5019a59c2f49bd1ec70" + url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.109.tar.gz" + sha256 "e74de038564b2c38923fde020876d69e4f53e127b708198910f14673f1b86139" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/dtolnay/cargo-expand.git", branch: "master" From 96036637a96683b9a97f7abb872175b2fd8394f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:31:11 +0000 Subject: [PATCH 06929/10074] e2b 1.5.0 --- Formula/e/e2b.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/e2b.rb b/Formula/e/e2b.rb index 6fcac36c2d952..6e429bc8d64ac 100644 --- a/Formula/e/e2b.rb +++ b/Formula/e/e2b.rb @@ -1,8 +1,8 @@ class E2b < Formula desc "CLI to manage E2B sandboxes and templates" homepage "https://e2b.dev" - url "https://registry.npmjs.org/@e2b/cli/-/cli-1.4.3.tgz" - sha256 "f083d2f47641d01c32d7cc9f2be18fd4f34abf86985dbfcb430f3ef882788866" + url "https://registry.npmjs.org/@e2b/cli/-/cli-1.5.0.tgz" + sha256 "1f3583ffda264af21c5716d695a31b9d6b1cd0e0a284f8962cad7d6655cb2216" license "Apache-2.0" bottle do From 48d5eed2b2dbfcc2b3242a71777095ed47e73d13 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:31:20 +0000 Subject: [PATCH 06930/10074] easy-rsa 3.2.3 --- Formula/e/easy-rsa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/easy-rsa.rb b/Formula/e/easy-rsa.rb index 9151d17564062..ace400ac0b97a 100644 --- a/Formula/e/easy-rsa.rb +++ b/Formula/e/easy-rsa.rb @@ -1,8 +1,8 @@ class EasyRsa < Formula desc "CLI utility to build and manage a PKI CA" homepage "https://github.com/OpenVPN/easy-rsa" - url "https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.2/EasyRSA-3.2.2.tgz" - sha256 "86c5a551566213dac83d402f2a08c897063ef3e12033cd331cb4903280283209" + url "https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.3/EasyRSA-3.2.3.tgz" + sha256 "577d9a0f5205ee74d818af163c2f3447fff8d3dd11b91523db2fe8d99cd851e3" license "GPL-2.0-only" head "https://github.com/OpenVPN/easy-rsa.git", branch: "master" From d82a4a079cbed93d979bac239c31eb0f1c4e9eb1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:40:26 +0000 Subject: [PATCH 06931/10074] mise 2025.6.2 --- Formula/m/mise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 812ba86406da1..dcd6c0acb6a0d 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.1.tar.gz" - sha256 "7b8f35f413b642f8cdbecd4e09c5817c406f308e0a9b8bde21cd48919f8d9a14" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.2.tar.gz" + sha256 "c0ac618f1bc22dd8a3ca6726e550a7f4c565533ff9077e6ce7491f6a9946b0c3" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" From 58f8e72db6e1eacfe991d5516ede1967da74eea9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:43:44 +0000 Subject: [PATCH 06932/10074] php-code-sniffer 3.13.1 --- Formula/p/php-code-sniffer.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/p/php-code-sniffer.rb b/Formula/p/php-code-sniffer.rb index cbdf2c67f17a0..2249686323283 100644 --- a/Formula/p/php-code-sniffer.rb +++ b/Formula/p/php-code-sniffer.rb @@ -1,8 +1,8 @@ class PhpCodeSniffer < Formula desc "Check coding standards in PHP, JavaScript and CSS" homepage "https://github.com/PHPCSStandards/PHP_CodeSniffer" - url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.13.0/phpcs.phar" - sha256 "6f0a11d596aa6d6dba3d07d7375371adbeffa83a619f85f4bac49a7fd5a0baa2" + url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.13.1/phpcs.phar" + sha256 "13660e14bf4c08460baae8f8be79c1162403704a6f4dec447a7287781389938f" license "BSD-3-Clause" bottle do @@ -12,8 +12,8 @@ class PhpCodeSniffer < Formula depends_on "php" resource "phpcbf.phar" do - url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.13.0/phpcbf.phar" - sha256 "8c977a5fa4d4cd013775873962872fab44c2c3fa6599544783f4c2559b3cc0f8" + url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.13.1/phpcbf.phar" + sha256 "0d0184c2dd99505f77752d3c337c13ef5c3076dc11bb7303106b9d2263915fb0" livecheck do formula :parent From 5d4589dd5462861d384212950400502ea1b5fc4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:44:58 +0000 Subject: [PATCH 06933/10074] pulsarctl 4.0.4.3 --- Formula/p/pulsarctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulsarctl.rb b/Formula/p/pulsarctl.rb index 62a21f8c14808..f60538e988c5d 100644 --- a/Formula/p/pulsarctl.rb +++ b/Formula/p/pulsarctl.rb @@ -1,8 +1,8 @@ class Pulsarctl < Formula desc "CLI for Apache Pulsar written in Go" homepage "https://streamnative.io/" - url "https://github.com/streamnative/pulsarctl/archive/refs/tags/v4.0.4.2.tar.gz" - sha256 "b12d6bed9555a8d3b1a932961797f29a191bcc7c2b32e6ae608471166f6ed02c" + url "https://github.com/streamnative/pulsarctl/archive/refs/tags/v4.0.4.3.tar.gz" + sha256 "52786aef717bedc50611838b229285354e61b0f6f377e029e1e1d00780510a06" license "Apache-2.0" head "https://github.com/streamnative/pulsarctl.git", branch: "master" From 681c586591d3417b27dd79e7a5f9b4b474047cbb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:50:51 +0000 Subject: [PATCH 06934/10074] vercel-cli 43.1.0 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 76f914776ab62..b0c4b00e311fd 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-43.0.0.tgz" - sha256 "953856c199a5aa29cac507436f0155a7d2ad069a92e846cac7cf49815815d45e" + url "https://registry.npmjs.org/vercel/-/vercel-43.1.0.tgz" + sha256 "9de563241eb30d5e3b3c7904c3898a533481e208522385a18f4878b2c9a14754" license "Apache-2.0" bottle do From 97de6e2cb8be90f1d1b366a62e7d478723667290 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:04:38 +0000 Subject: [PATCH 06935/10074] easy-rsa: update 3.2.3 bottle. --- Formula/e/easy-rsa.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/e/easy-rsa.rb b/Formula/e/easy-rsa.rb index ace400ac0b97a..587a929e117a8 100644 --- a/Formula/e/easy-rsa.rb +++ b/Formula/e/easy-rsa.rb @@ -7,7 +7,7 @@ class EasyRsa < Formula head "https://github.com/OpenVPN/easy-rsa.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "32e598e2df89f79af2e84e55c8324d403e1e2d2d5beba824f49961890abcf106" + sha256 cellar: :any_skip_relocation, all: "5f0c5d95af6704aeee26bcc6f8f039b23a5842f0ac21a6a919a1c80d10ab4da5" end depends_on "openssl@3" From ad22de74499e1c54769a59575fc1e2bb6358fa88 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:04:43 +0000 Subject: [PATCH 06936/10074] cargo-expand: update 1.0.109 bottle. --- Formula/c/cargo-expand.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-expand.rb b/Formula/c/cargo-expand.rb index 041dd7eac0de4..dd5d247346a2f 100644 --- a/Formula/c/cargo-expand.rb +++ b/Formula/c/cargo-expand.rb @@ -7,13 +7,13 @@ class CargoExpand < Formula head "https://github.com/dtolnay/cargo-expand.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "753627b70952791d2d445f38032ba8569213f2fd0e383694423dab6e146372de" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b47dcfc261e1d33a81cdadf56aa98e5cbefed6de6366e1e623eca8ac302c014" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d71e6a04a558ca0388eb0404242869005f21646bfa1c17271987df2d57685f2d" - sha256 cellar: :any_skip_relocation, sonoma: "ce527abd9ad9b83023bb1496f6065a392dc22f3aa99989cdd57c187f368318d7" - sha256 cellar: :any_skip_relocation, ventura: "cc7125ad990a83f61f848e49261cf9777d208317e483910c7c9bd45b39f24ca5" - sha256 cellar: :any_skip_relocation, arm64_linux: "1e5031a5ef150a7f157ec4962101c6420558f99fabb97a995602e51cbd9be597" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b47652cf030289246087367b29da50b7c7a55608b945369694e0a16ecf4643f3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e65cb1237be60c47969e8cdab87da4134adaa9b8ddca72822fd2f89a4977fd3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "71fdfff6d5f1b6a85bbeaf21f3a868c0e77788003c35b27f7899e24bda83d175" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ce681e4cb7f08efe1125b1123f12c268f3401af06540cafac3a6d68c9671b308" + sha256 cellar: :any_skip_relocation, sonoma: "6672aab651c3fcab1d56b1c75d758143aaff448569f46f25196e67d7cbb2eb93" + sha256 cellar: :any_skip_relocation, ventura: "6f1e9126dbd6c264db65a8334860dcec6cba1c6818a6bc39fd0c6a7845db1ef1" + sha256 cellar: :any_skip_relocation, arm64_linux: "1203aeaa1e0b034d65cbb2b007d07ff40e29b3f9f27a40313865d140f23785bf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "054d6857fac5fea9cec7023457b48240126445747a7238a42231a3836383522f" end depends_on "rust" => :build From 06dde31044335220ab58555f3b2cf9667a587ca5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:04:57 +0000 Subject: [PATCH 06937/10074] pulsarctl: update 4.0.4.3 bottle. --- Formula/p/pulsarctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulsarctl.rb b/Formula/p/pulsarctl.rb index f60538e988c5d..5de77cc4295d3 100644 --- a/Formula/p/pulsarctl.rb +++ b/Formula/p/pulsarctl.rb @@ -18,12 +18,12 @@ class Pulsarctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd68350615e2fccc1d4409e61b298f5bf4fe8b7e27dbd19423998ea568851b18" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9674dc9e1cfddd7a2f164bf8722c0e4130bbc3371dbaead2554b65e8c8b0af0f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ae56d869ba811772b8c20e1b9e83c1b4887ee0959756a789389a8c778208ccfe" - sha256 cellar: :any_skip_relocation, sonoma: "346b8d8f469c31474e73c67207a579228d05eeb5fefaca0a723e30696a7ab573" - sha256 cellar: :any_skip_relocation, ventura: "cb0073e48889b6ca86209e3e05494c5ae972ec991e9fb3479e49575505ef7883" - sha256 cellar: :any_skip_relocation, x86_64_linux: "87cf022299e9e4abc286c92bf05859ebfec37fac0564200eb3cee00515b16a45" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f16114435ed35d092aa1215cfea1ca6c2dff90ef3d41d44e333366d040a7c63f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52c604de1788bd352ab7dde49959341688363098aed227755092c159b918a0af" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cac58b9f3690ec507d5678c7acaf3edba2c9735319af1eb4a1710443a846aa99" + sha256 cellar: :any_skip_relocation, sonoma: "f05d27c25eb1fed4598301c2e8b53adf71204cf5a52c285e812496a7b237f54f" + sha256 cellar: :any_skip_relocation, ventura: "2f566672ad41a3839d13a447a5d26925ca4ea42810677de1e8e57fcb251225d7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6cc7ab4d377962bf746c83ca23c3f57a6f79c6e7489ee7f311f19db40412bb3b" end depends_on "go" => :build From b0d6db2f28e6fe2517342f273c8f3c44a6fb2ac7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:05:14 +0000 Subject: [PATCH 06938/10074] e2b: update 1.5.0 bottle. --- Formula/e/e2b.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/e2b.rb b/Formula/e/e2b.rb index 6e429bc8d64ac..07fd6cef55d6a 100644 --- a/Formula/e/e2b.rb +++ b/Formula/e/e2b.rb @@ -6,12 +6,12 @@ class E2b < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fc0dda9220da411444b550e847f33d4f683981af6b448e0a85bd6aa8006efd9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fc0dda9220da411444b550e847f33d4f683981af6b448e0a85bd6aa8006efd9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6fc0dda9220da411444b550e847f33d4f683981af6b448e0a85bd6aa8006efd9" - sha256 cellar: :any_skip_relocation, sonoma: "8cfa5154419378df125cadb524f20a932371cec4f491ad0d5f9c8a54a42b04a5" - sha256 cellar: :any_skip_relocation, ventura: "8cfa5154419378df125cadb524f20a932371cec4f491ad0d5f9c8a54a42b04a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6fc0dda9220da411444b550e847f33d4f683981af6b448e0a85bd6aa8006efd9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" + sha256 cellar: :any_skip_relocation, sonoma: "1ed2a8624dffca357ae8152b001f10713bd1428ecdc3e3f5ca7539d489465ad8" + sha256 cellar: :any_skip_relocation, ventura: "1ed2a8624dffca357ae8152b001f10713bd1428ecdc3e3f5ca7539d489465ad8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" end depends_on "node" From ac2b4d13691e0574b87a4f6accd34daeb06aadbe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:07:52 +0000 Subject: [PATCH 06939/10074] mise: update 2025.6.2 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index dcd6c0acb6a0d..7a871496f0532 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -14,13 +14,13 @@ class Mise < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f697af67d53b2ac0dd807a28edf85f4e53a04ecef1e336582550b4d298cc33a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "80e4a1b46aa0c417d0106b87dac553db09b0f013a21d13733db7c3c9958ef537" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3428ce357ac0eca7ee2ebb80325540e1442647e082e2e451de62847ebb920359" - sha256 cellar: :any_skip_relocation, sonoma: "ec3656ac9bd70619cd41795f87abf02511c545b39c9d309849eb1be5b46e0ecf" - sha256 cellar: :any_skip_relocation, ventura: "1b4c7d3852fff3c5377bcfc38badd383738a45b2f9ed0e41ade67c152ab76da9" - sha256 cellar: :any_skip_relocation, arm64_linux: "c1883e9150d0d3eadda8f70bcc558caa1035ffa4b7a969176cebfbe0dbbbacc6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ec29b65ab1774471eeb8ad4d1fecfaa0b8bfba8880782b14df7f843544215aa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc6fed7e90804b8d8906b180ab0d77191dded113deccc6fbf3650ba3bd2b8471" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ca66ce99ce90ba1c21f8ef8051c3594c35f1a308d49409eaf19ed0c7505ea19" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9ed6327248401ce65f302dbaa9725666a9c597cd3d44f8d07f04756caa57d1cd" + sha256 cellar: :any_skip_relocation, sonoma: "bb6498e456fbefdd6e1d7681039c0d90b520cf3ab7f5d5f34b279be650424057" + sha256 cellar: :any_skip_relocation, ventura: "41b5d3a2c595c265d26085ccd3293f183f39d9a1a0c7bb53c525689bd81a1ace" + sha256 cellar: :any_skip_relocation, arm64_linux: "5f3e524ad70230145cc47fc5dd6469c35257d81da59cf5d2002abcd6543f1fec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5a54cfb7ec636f062c37aa5a8386bd0d43ba52b9e643b6a6ac0b90b94a52faaa" end depends_on "pkgconf" => :build From 8883a4b347438f3b4a4ce08609c2ae77b3a653db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:08:47 +0000 Subject: [PATCH 06940/10074] php-code-sniffer: update 3.13.1 bottle. --- Formula/p/php-code-sniffer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/php-code-sniffer.rb b/Formula/p/php-code-sniffer.rb index 2249686323283..b24ae3358ad2d 100644 --- a/Formula/p/php-code-sniffer.rb +++ b/Formula/p/php-code-sniffer.rb @@ -6,7 +6,7 @@ class PhpCodeSniffer < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, all: "4db99c2fc84c7763ef67075de9861770db967fd4af4dd9b45c5e9128e6ed64f6" + sha256 cellar: :any_skip_relocation, all: "51853b80992256aebc14e93a4498c7d07a144ba339c575df1d052197ffc19fa8" end depends_on "php" From f57951a81cc6dd11aaba8369fa412a7b2f405a68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:16:49 +0000 Subject: [PATCH 06941/10074] vercel-cli: update 43.1.0 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index b0c4b00e311fd..90205424893d2 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3179a33549939bbbe34be8900c918774417ce1a5345f787e3f2a992fdac3fd9e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3179a33549939bbbe34be8900c918774417ce1a5345f787e3f2a992fdac3fd9e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3179a33549939bbbe34be8900c918774417ce1a5345f787e3f2a992fdac3fd9e" - sha256 cellar: :any_skip_relocation, sonoma: "1529c5c6a2d1c4327f634d5f6eadebbb60a9ff9b1f3261109bcf95083aafc9cc" - sha256 cellar: :any_skip_relocation, ventura: "1529c5c6a2d1c4327f634d5f6eadebbb60a9ff9b1f3261109bcf95083aafc9cc" - sha256 cellar: :any_skip_relocation, arm64_linux: "7e09ef469ba5b901246b33ea0a7a181837868ef8b46f036e3da9d5f850d6c19d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "81fda4971592731b1feb3cfe77f4b281442f9393d0e3dcbc9c7cb1b2fba3a673" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a21655cf1c35ae5d52348b276a6d9d5c7e7755aa6884785b982174980e14747" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a21655cf1c35ae5d52348b276a6d9d5c7e7755aa6884785b982174980e14747" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9a21655cf1c35ae5d52348b276a6d9d5c7e7755aa6884785b982174980e14747" + sha256 cellar: :any_skip_relocation, sonoma: "46543cc843ced33752966aa7c390e95eea94c7f97ca692a945a4d2070448dd8c" + sha256 cellar: :any_skip_relocation, ventura: "46543cc843ced33752966aa7c390e95eea94c7f97ca692a945a4d2070448dd8c" + sha256 cellar: :any_skip_relocation, arm64_linux: "3fdbf2e756eaf887db5149ca8406dfc7b7afa576f33f69e9070074d64b69fa9e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bf704b94945eeb9c057510cdcf16fc1dae453677e6567d764510456d30eb564" end depends_on "node" From bfd749d53ab924f49c3259494d94e73d0e87ba2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:06:50 +0000 Subject: [PATCH 06942/10074] virt-manager: bump python resources virt-manager: sleep more for intel runs Signed-off-by: Rui Chen --- Formula/v/virt-manager.rb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Formula/v/virt-manager.rb b/Formula/v/virt-manager.rb index 977d7c23125e8..31365e6540622 100644 --- a/Formula/v/virt-manager.rb +++ b/Formula/v/virt-manager.rb @@ -7,6 +7,7 @@ class VirtManager < Formula url "https://releases.pagure.org/virt-manager/virt-manager-5.0.0.tar.xz" sha256 "bc89ae46e0c997bd754ed62a419ca39c6aadec27e3d8b850cea5282f0083f84a" license "GPL-2.0-or-later" + revision 1 head "https://github.com/virt-manager/virt-manager.git", branch: "main" no_autobump! because: :requires_manual_review @@ -38,8 +39,8 @@ class VirtManager < Formula depends_on "vte3" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "idna" do @@ -48,13 +49,13 @@ class VirtManager < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" end def install @@ -90,6 +91,7 @@ def post_install exec bin/"virt-manager", "-c", "test:///default", "--debug" end sleep 20 + sleep 10 if OS.mac? && Hardware::CPU.intel? assert_match "conn=test:///default changed to state=Active", output.read ensure From 796b0513c993c6f2eab48dfcb1f686af57e27ea3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:10:58 +0000 Subject: [PATCH 06943/10074] livekit-cli 2.4.11 livekit-cli: add version patch Signed-off-by: Rui Chen --- Formula/l/livekit-cli.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/l/livekit-cli.rb b/Formula/l/livekit-cli.rb index 80d744daeb856..6a63ddfe46d08 100644 --- a/Formula/l/livekit-cli.rb +++ b/Formula/l/livekit-cli.rb @@ -1,8 +1,8 @@ class LivekitCli < Formula desc "Command-line interface to LiveKit" homepage "https://livekit.io" - url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.4.10.tar.gz" - sha256 "bdf281ceac61ad60908929f3c53f040312dccad594b22f4a4613fb0300f56db4" + url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.4.11.tar.gz" + sha256 "b09134d4cc908c7a7d5aed8e7b46ad016c606b11caf6b9d19ec33a139fac190d" license "Apache-2.0" head "https://github.com/livekit/livekit-cli.git", branch: "main" @@ -17,6 +17,12 @@ class LivekitCli < Formula depends_on "go" => :build + # version patch, upstream pr ref, https://github.com/livekit/livekit-cli/pull/596 + patch do + url "https://github.com/livekit/livekit-cli/commit/8e7e8070891df936b93a9fe2be65d0b3006ec76a.patch?full_index=1" + sha256 "df5c8bb76e062ac7b7102419033ea4f38a4b897db64dfe8fc84acc2023b1682d" + end + def install ldflags = "-s -w" system "go", "build", *std_go_args(ldflags:, output: bin/"lk"), "./cmd/lk" From 930f123e59f19417e38a69c68f791736d99abbff Mon Sep 17 00:00:00 2001 From: Argmax Bot <164233781+argmaxincbot@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:01:54 -0700 Subject: [PATCH 06944/10074] whisperkit-cli 0.13.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/w/whisperkit-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/whisperkit-cli.rb b/Formula/w/whisperkit-cli.rb index 38ea14ce79ac1..4839eadfa8c78 100644 --- a/Formula/w/whisperkit-cli.rb +++ b/Formula/w/whisperkit-cli.rb @@ -1,8 +1,8 @@ class WhisperkitCli < Formula desc "Swift native on-device speech recognition with Whisper for Apple Silicon" homepage "https://github.com/argmaxinc/WhisperKit" - url "https://github.com/argmaxinc/WhisperKit/archive/refs/tags/v0.12.0.tar.gz" - sha256 "4ca4da6ad191f8582477aaf361034196a14f21f1949ebfeb162ee55a4582fe6a" + url "https://github.com/argmaxinc/WhisperKit/archive/refs/tags/v0.13.0.tar.gz" + sha256 "a1f138bea9899e838c400fa1576c1eb2ee4bbfa7d59280b3a6b63237550003fa" license "MIT" no_autobump! because: :requires_manual_review From ab4ad17754fbe9ca4d0e8ef9628813a6f54ac1bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 04:58:57 +0000 Subject: [PATCH 06945/10074] dblab 0.33.0 --- Formula/d/dblab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dblab.rb b/Formula/d/dblab.rb index cdf0e2a5feb9e..17a7aa0a5eb24 100644 --- a/Formula/d/dblab.rb +++ b/Formula/d/dblab.rb @@ -1,8 +1,8 @@ class Dblab < Formula desc "Database client every command-line junkie deserves" homepage "https://dblab.danvergara.com/" - url "https://github.com/danvergara/dblab/archive/refs/tags/v0.32.0.tar.gz" - sha256 "58a71569c38dc6c331d30b9f9b71f99ae432e53f90f014192b45458afded5f4b" + url "https://github.com/danvergara/dblab/archive/refs/tags/v0.33.0.tar.gz" + sha256 "9a2d664cfe8ae553aa71598bcaecbaff0ce554ad05d9f0cbd4f18b3e941c2273" license "MIT" head "https://github.com/danvergara/dblab.git", branch: "main" From 519abf039947bd6125c59c842652e31f6b481aca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 05:16:04 +0000 Subject: [PATCH 06946/10074] pdm 2.25.0 --- Formula/p/pdm.rb | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 0508f1ac4aca4..4f2f652f5456e 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -3,10 +3,9 @@ class Pdm < Formula desc "Modern Python package and dependency manager supporting the latest PEP standards" homepage "https://pdm-project.org" - url "https://files.pythonhosted.org/packages/32/8c/ff7e0c846c573771001a207346cf6c6fb1902f2d530fb1e44d8fda0ca3c7/pdm-2.24.2.tar.gz" - sha256 "ce0d5e9005fe26238b8ba5cf0e37ac00acab2fb90f904bf0219a5e8445849dfb" + url "https://files.pythonhosted.org/packages/0e/29/b1cee516bedda1c308fab7890ea8f72a8ee021ffd216e29b6a78a24bc132/pdm-2.25.0.tar.gz" + sha256 "54189fc90113a93fa0f54770377fc0f5b17e4f09364f4ef17ada8493427cce18" license "MIT" - revision 1 head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do @@ -102,19 +101,14 @@ class Pdm < Formula sha256 "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" end - resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" - end - resource "packaging" do url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pbs-installer" do - url "https://files.pythonhosted.org/packages/39/56/014f660dbe4e5497c07640fe9d3e46189a8e0af29b77d59e362bce034f83/pbs_installer-2025.6.10.tar.gz" - sha256 "31737014878c778f8c2d03d6a2a240bff37c56c25acf90f5b14f1a75f5b703b4" + url "https://files.pythonhosted.org/packages/2f/02/bd162be66772b5dbdfd719d4ced63e14730d8260417db1c43ac8017e2b3e/pbs_installer-2025.6.12.tar.gz" + sha256 "ae2d3990848652dca699a680b00ea8e19b970cb6172967cb00539bfeed5a7465" end resource "platformdirs" do From 79790072f8785f5a48b8ae6a7540beb92e7d0fbb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 05:53:11 +0000 Subject: [PATCH 06947/10074] dblab: update 0.33.0 bottle. --- Formula/d/dblab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dblab.rb b/Formula/d/dblab.rb index 17a7aa0a5eb24..6d7aa82b44b36 100644 --- a/Formula/d/dblab.rb +++ b/Formula/d/dblab.rb @@ -7,13 +7,13 @@ class Dblab < Formula head "https://github.com/danvergara/dblab.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "735d628a3dc975dc2f525145876b79dd4dd9e7d835d80ffccd923b24cdb8d15c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30f3149d9776e4690fb09bb3f42af66a1ab0844d85c274ea6a6be46558ef1399" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f8a73ee218e987738ec29c9deb767f7aa62a2b19b24101720c46db371a26ffb7" - sha256 cellar: :any_skip_relocation, sonoma: "b1e0e062bfe7c3164d9d6f0595c8110987deb52aa2fb95b92919233e7b6045ea" - sha256 cellar: :any_skip_relocation, ventura: "bd93f849d46873f36294087cb895133a07104019d32b0fa25d6d08b049d19fa8" - sha256 cellar: :any_skip_relocation, arm64_linux: "8bda69c0a881bb4fb054602419d21fd46dc6db6882ffbb39bdd42d0976a95c61" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7981c8c364d80f302664ed406b0c1da7a2fe40aa243f18ac8d4fca432475a90b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "416e983fac3e039383f7950d42d1bdd84b12c2e669e5cd32e590fc1152857c12" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "729de1720ba79ec58d9a0052dc9d9c0096b816804341a8570d34175fc95a9364" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a20a58eba3ec1581daa3bc42be7288cfab33c85143cfd4b2e9c0a6cd9e8b82ec" + sha256 cellar: :any_skip_relocation, sonoma: "41f961dcecc418e50d7f744f9146c116954b5fa399f903760bbfb5a5caced7c0" + sha256 cellar: :any_skip_relocation, ventura: "7406d0b3781d164edbf0967e3acb211a17338df2d50bdbf6be37609ff18d1776" + sha256 cellar: :any_skip_relocation, arm64_linux: "91df82a06089aa027df282cdb2d8a83ba93c1333a6bb7f201c6f4f000f0098ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "51f82c5141fe3a0456a4e2601aca1f9ad6e7310450a56541938c89ec1f1d6d58" end depends_on "go" => :build From 3951d5b51f3604f6e290614e070a7e4d66831efd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 05:53:18 +0000 Subject: [PATCH 06948/10074] whisperkit-cli: update 0.13.0 bottle. --- Formula/w/whisperkit-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/w/whisperkit-cli.rb b/Formula/w/whisperkit-cli.rb index 4839eadfa8c78..59dee97834404 100644 --- a/Formula/w/whisperkit-cli.rb +++ b/Formula/w/whisperkit-cli.rb @@ -8,9 +8,9 @@ class WhisperkitCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c7c43d484d7b2d286202c63cc6993d4b30798b0cad55297d69e48f6d03b69a8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d7e9081292429e219e69b17565102de55dc344d2733bff941658ed5589b8761" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a57bdecfcb3544967fac49cde1cabe4726a8203dc26e6752b66610e256986497" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "471ea55675a104ff877f7708154f5ae51bd63c844b3227e102a7bb41c9bf5707" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1e91685c545151ea8d24e083b44327cd12071a57f38acf6f528bffcec0a8af4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "35867a01171698722d2085fdaf6afa8ae841e0b0b13a171b2b23f575e86bc626" end depends_on xcode: ["15.0", :build] From 29694ee28b3b8838da427c6dfcd3a861c7b8c378 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 05:53:25 +0000 Subject: [PATCH 06949/10074] pdm: update 2.25.0 bottle. --- Formula/p/pdm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 4f2f652f5456e..9e2eded5efad7 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -9,13 +9,13 @@ class Pdm < Formula head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad04c15a02f9aa4efd167658b0cd2122db6c406d276b42e8897a4c5551b06be7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "976a1cf61781b282c81e703154b792387dfa7bdff66dcb5f39d7dc6dc992e7a0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "51a500c9c003b7268d58ba2761eed13b7b0d95c00f5e9463a42a334ae230f571" - sha256 cellar: :any_skip_relocation, sonoma: "38319338f91ca8b905f984e62aa296c6007dd6abd273e4abb600f132a943b0ee" - sha256 cellar: :any_skip_relocation, ventura: "413a614d653916d235c55449355c4fce160c9d86fb93b5f6454a1912ea0b27d8" - sha256 cellar: :any_skip_relocation, arm64_linux: "591ed7efb5a9c560f75c668704c4424a6d4e3574b02348f2eb19cf92aaa573b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4125382a825827845b393e205e3b0d5bab4a931426b4a6d0676e551018f07c3a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce19b59f2786cf5cab16c0e7bbedd2689f6dd07c619bc130efb3b591f8b2da46" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce19b59f2786cf5cab16c0e7bbedd2689f6dd07c619bc130efb3b591f8b2da46" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ce19b59f2786cf5cab16c0e7bbedd2689f6dd07c619bc130efb3b591f8b2da46" + sha256 cellar: :any_skip_relocation, sonoma: "ad159d312ce63c7c072710d9734b08a1306d5ec2c350d6c808b2d27b9ce6bb8c" + sha256 cellar: :any_skip_relocation, ventura: "ad159d312ce63c7c072710d9734b08a1306d5ec2c350d6c808b2d27b9ce6bb8c" + sha256 cellar: :any_skip_relocation, arm64_linux: "34fe19d3739370fea4c15954325d30958531edb4d4ee8551a68f4fd319763c69" + sha256 cellar: :any_skip_relocation, x86_64_linux: "34fe19d3739370fea4c15954325d30958531edb4d4ee8551a68f4fd319763c69" end depends_on "certifi" From 9c82a20edbf8024e4787e92bee3401cce22b0bde Mon Sep 17 00:00:00 2001 From: Anka Date: Fri, 13 Jun 2025 07:08:10 +0000 Subject: [PATCH 06950/10074] vespa-cli 8.533.16 --- Formula/v/vespa-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vespa-cli.rb b/Formula/v/vespa-cli.rb index c2835203f9128..046321bc6566a 100644 --- a/Formula/v/vespa-cli.rb +++ b/Formula/v/vespa-cli.rb @@ -1,8 +1,8 @@ class VespaCli < Formula desc "Command-line tool for Vespa.ai" homepage "https://vespa.ai" - url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.526.15.tar.gz" - sha256 "eddcdf08538c2e74cd4406817b4d81c568170430e2bcd4f82ccce7ea10938d10" + url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.533.16.tar.gz" + sha256 "1fab196f5bb78bc121994530ca32ad061329d55231c709eeca446f6880d43f68" license "Apache-2.0" livecheck do From 95bfd499fcf8dedd32df42894c52abed80e72516 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 07:52:10 +0000 Subject: [PATCH 06951/10074] cdk8s 2.200.99 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index a371091ef071e..3cb73a1f85418 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.98.tgz" - sha256 "7d79fbd3710a39102b5fcf03e7879b26efa9ba10ffb594aa700ea12526182d57" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.99.tgz" + sha256 "489c842dda50e5c98d35bba1c7cee447144fb6ba30dedd513c61b5b471ac4612" license "Apache-2.0" bottle do From 66811ae8f6cc2557eb16d7056901ac6a7ddc85d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:01:36 +0000 Subject: [PATCH 06952/10074] ipsw 3.1.613 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 2257e3f682a82..8f98cad5b05fb 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.612.tar.gz" - sha256 "6fc0628b84ba663e69e63d379982896ce1590016bd8ffb4c03b3bd3b4c263d5f" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.613.tar.gz" + sha256 "ce2ce277f1cc24157241daaf0a7ddd8cab4d3b49d74f456730203bc7d4c5e693" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From 1ff4dfc1dae30e4e23065ff6601c589ba5a1b5c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:01:59 +0000 Subject: [PATCH 06953/10074] jackett 0.22.2015 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 07eec9166bc99..8f175266db3b1 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2011.tar.gz" - sha256 "cd0733bb515e9cca772ba7753bc2f424538f44a6d726b39d8eaa9827b49f2ee9" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2015.tar.gz" + sha256 "8e34e73e8291646b3152f5fc0ce8f3e7fab824d9e694101c4b62321b93713a3f" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From a5e0cd0c7c535443332604e48bbdc8beae279a24 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:06:57 +0000 Subject: [PATCH 06954/10074] melange 0.26.11 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 20f9a41546df2..4e8faf9fc619b 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.10.tar.gz" - sha256 "622de826cd4d570cfa84d73637863f2d417d92730c6841ce38053c76eb07bc66" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.11.tar.gz" + sha256 "9b939d948fdd52643687e2d2ef0c6deb397809b211a8d927fef6145c0a3cdcd8" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From 6c3d522052c66dc50a602d21f8d47225efd0e355 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:09:37 +0000 Subject: [PATCH 06955/10074] ooniprobe 3.26.0 --- Formula/o/ooniprobe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ooniprobe.rb b/Formula/o/ooniprobe.rb index cc25bc949c00a..fff2e0417363b 100644 --- a/Formula/o/ooniprobe.rb +++ b/Formula/o/ooniprobe.rb @@ -1,8 +1,8 @@ class Ooniprobe < Formula desc "Network interference detection tool" homepage "https://ooni.org/" - url "https://github.com/ooni/probe-cli/archive/refs/tags/v3.25.0.tar.gz" - sha256 "9222fb2d0b93ba1bf4cf7edcee7dfac6518fc622d606204724d8ed7de43fb5dd" + url "https://github.com/ooni/probe-cli/archive/refs/tags/v3.26.0.tar.gz" + sha256 "5250e159c599912b9a5fde5a385a6e1a32a9a657afd7282586778bf65cfbd4b7" license "GPL-3.0-or-later" head "https://github.com/ooni/probe-cli.git", branch: "master" From 977281679961f00caba7cb82393892cbcdf688d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:11:23 +0000 Subject: [PATCH 06956/10074] phpunit 12.2.2 --- Formula/p/phpunit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 99a0a1692a015..a5398649d424f 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -1,8 +1,8 @@ class Phpunit < Formula desc "Programmer-oriented testing framework for PHP" homepage "https://phpunit.de" - url "https://phar.phpunit.de/phpunit-12.2.1.phar" - sha256 "892e9c5eb183559c14e108c46b7f05721604e597f5faff5221481cceb2751b6b" + url "https://phar.phpunit.de/phpunit-12.2.2.phar" + sha256 "0b30faab11cfd34ee93911c6a2c1d2003636f0b5c60ef29eefa723611768be02" license "BSD-3-Clause" livecheck do From 8a5c69ed22f142c88988edaf47232b87a0d1a97d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:14:14 +0000 Subject: [PATCH 06957/10074] renovate 40.53.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index cf7131ad3d5a7..66f7493b888d2 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.51.0.tgz" - sha256 "c250c70b561a6461f980c9c4a1cb6d3eb03b7c4b652a422027336e4afe0c80ef" + url "https://registry.npmjs.org/renovate/-/renovate-40.53.0.tgz" + sha256 "9ac692d877deed0ca0132c23d8cdf38c25dac46acbbd66cfccf8c69943485278" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 5f20241893ee5adba1d0dbf04bc4e45007a37ac2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:15:10 +0000 Subject: [PATCH 06958/10074] rush-parallel 0.7.0 --- Formula/r/rush-parallel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rush-parallel.rb b/Formula/r/rush-parallel.rb index 2c4c94cc9119e..4125138d7ac4b 100644 --- a/Formula/r/rush-parallel.rb +++ b/Formula/r/rush-parallel.rb @@ -1,8 +1,8 @@ class RushParallel < Formula desc "Cross-platform command-line tool for executing jobs in parallel" homepage "https://github.com/shenwei356/rush" - url "https://github.com/shenwei356/rush/archive/refs/tags/v0.6.1.tar.gz" - sha256 "48a6560f32bd5445eb7d19ce594c640875045edac965cb963fd929285ba87f6d" + url "https://github.com/shenwei356/rush/archive/refs/tags/v0.7.0.tar.gz" + sha256 "82d8496874631b1b27618e3a5c1d95d3f5610ab5a415341a2115688b12bca4dc" license "MIT" bottle do From e6be44764a6834b2e5683923529de7a6fcfaa38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:17:46 +0000 Subject: [PATCH 06959/10074] build(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `github/codeql-action` from 3.28.19 to 3.29.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/fca7ace96b7d713c7035871441bd52efbe39e27e...ce28f5bb42b7a9f2c824e633a3f6ee835bab6858) Updates `actions/attest-build-provenance` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/db473fddc028af60658334401dc6fa3ffd8669fd...e8998f949152b193b063cb0ec769d69d929409be) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yml | 2 +- .github/workflows/create-replacement-pr.yml | 2 +- .github/workflows/dispatch-build-bottle.yml | 2 +- .github/workflows/dispatch-rebottle.yml | 2 +- .github/workflows/publish-commit-bottles.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 70736ee37b175..7bf071a56e4a5 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -88,7 +88,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19 + uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 with: sarif_file: results.sarif category: zizmor diff --git a/.github/workflows/create-replacement-pr.yml b/.github/workflows/create-replacement-pr.yml index bd75b1be78698..572646eed3aa7 100644 --- a/.github/workflows/create-replacement-pr.yml +++ b/.github/workflows/create-replacement-pr.yml @@ -181,7 +181,7 @@ jobs: "$PR" - name: Generate build provenance - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 + uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 with: subject-path: '${{ steps.pr-pull.outputs.bottle_path }}/*.tar.gz' if: inputs.upload diff --git a/.github/workflows/dispatch-build-bottle.yml b/.github/workflows/dispatch-build-bottle.yml index de006a7644734..c88755829fde5 100644 --- a/.github/workflows/dispatch-build-bottle.yml +++ b/.github/workflows/dispatch-build-bottle.yml @@ -239,7 +239,7 @@ jobs: signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }} - name: Generate build provenance - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 + uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 with: subject-path: ${{ env.BOTTLES_DIR }}/*.tar.gz diff --git a/.github/workflows/dispatch-rebottle.yml b/.github/workflows/dispatch-rebottle.yml index d7296211efcdd..2ec725ec4dc3d 100644 --- a/.github/workflows/dispatch-rebottle.yml +++ b/.github/workflows/dispatch-rebottle.yml @@ -174,7 +174,7 @@ jobs: signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }} - name: Generate build provenance - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 + uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 with: subject-path: ${{ env.BOTTLES_DIR }}/*.tar.gz diff --git a/.github/workflows/publish-commit-bottles.yml b/.github/workflows/publish-commit-bottles.yml index 27224fc2a274c..3e9d920296311 100644 --- a/.github/workflows/publish-commit-bottles.yml +++ b/.github/workflows/publish-commit-bottles.yml @@ -363,7 +363,7 @@ jobs: "$PR" - name: Generate build provenance - uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 + uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 with: subject-path: '${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz' From 22e014d598c8532d68819121f0f4964156b6b6ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:21:19 +0000 Subject: [PATCH 06960/10074] weaviate 1.31.1 --- Formula/w/weaviate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/weaviate.rb b/Formula/w/weaviate.rb index 7aa7c6b51c148..e80ff167f0566 100644 --- a/Formula/w/weaviate.rb +++ b/Formula/w/weaviate.rb @@ -1,8 +1,8 @@ class Weaviate < Formula desc "Open-source vector database that stores both objects and vectors" homepage "https://weaviate.io/developers/weaviate/" - url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.31.0.tar.gz" - sha256 "70df7afd139798657da8bcee20dcb3b50946a25ac5bc26dce51e74afa726615c" + url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.31.1.tar.gz" + sha256 "390604bf9be07ad4b49178320eeb20864eafe86cd0864113d02043adab6be229" license "BSD-3-Clause" bottle do From c5312b485d6b77b593ce0168c8a70b47c76358c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:31:27 +0000 Subject: [PATCH 06961/10074] virt-manager: update 5.0.0_1 bottle. --- Formula/v/virt-manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/v/virt-manager.rb b/Formula/v/virt-manager.rb index 31365e6540622..ec35a859458eb 100644 --- a/Formula/v/virt-manager.rb +++ b/Formula/v/virt-manager.rb @@ -13,7 +13,7 @@ class VirtManager < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "83397ecb04b719a262ba0d0b06a0a7561598de290647b16fce11ed3e64a7fa9c" + sha256 cellar: :any_skip_relocation, all: "18246e2d3dc419a6a21247aa0696a9391c29939ecb7197da0845962cf101567a" end depends_on "docutils" => :build From f1fb9f889f40fbda3a65d4cdc0a27733ca9b0631 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:32:07 +0000 Subject: [PATCH 06962/10074] cdk8s: update 2.200.99 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 3cb73a1f85418..b2e5bf18cb772 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" - sha256 cellar: :any_skip_relocation, sonoma: "136a09930954161b2c8c31e2056bc9e538160a88491879fbaccfd2713dcee308" - sha256 cellar: :any_skip_relocation, ventura: "136a09930954161b2c8c31e2056bc9e538160a88491879fbaccfd2713dcee308" - sha256 cellar: :any_skip_relocation, arm64_linux: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "78234c1485fca7dd81dd904fe05e069a48c2db53153f43daac3079bfd50f5fbf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" + sha256 cellar: :any_skip_relocation, sonoma: "32d5c15cc0f5ca258048f84ede12dcccd46daa4435a5a9f8f1b5dd483debb903" + sha256 cellar: :any_skip_relocation, ventura: "32d5c15cc0f5ca258048f84ede12dcccd46daa4435a5a9f8f1b5dd483debb903" + sha256 cellar: :any_skip_relocation, arm64_linux: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" end depends_on "node" From 248513dd97427c389f946b933d23637a6cb0dab5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:32:38 +0000 Subject: [PATCH 06963/10074] vespa-cli: update 8.533.16 bottle. --- Formula/v/vespa-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/vespa-cli.rb b/Formula/v/vespa-cli.rb index 046321bc6566a..b2d72ce8536a5 100644 --- a/Formula/v/vespa-cli.rb +++ b/Formula/v/vespa-cli.rb @@ -14,12 +14,12 @@ class VespaCli < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "59cb11ab7a1c28c239ac94f562f613e4ddba4b25c73d633f81d69734bb16e769" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f380c7f9033d70b803467dbca2907b4077234c1d25902fc5c7ed6d451f90126a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ea7148e13001900ead28405ec906850282280270c88963a1b92248dca75d1084" - sha256 cellar: :any_skip_relocation, sonoma: "f4c77beeeef6378dd0254c3eebaf7f0d1e553673eee97e4a448d37cccdbfd175" - sha256 cellar: :any_skip_relocation, ventura: "ff9b5cdeb7f403bb82b75ff6d3f90372cd474a4e218585a16a1202ce5d57c738" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3ad87af526fd7f8f357da5e108b5c513b4056ef8cd0fcd620c0531539ddd547" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccf680c2bf81dcd6b28fbcd482d9b5f7ccfa3ede50e6acf82319b0de2177634a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "82f62fcff5a548313f47080c3bdf380a5bd5bcb0639888d58f949107456cd9fd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a9c4d57817ddcc0416587427c70cb2d17f52f0e42a1e89cb913727362d86f35d" + sha256 cellar: :any_skip_relocation, sonoma: "35b1bd5b7aa2ba3f6bebd76162c018703d395aea44315f228d017d8a2739c335" + sha256 cellar: :any_skip_relocation, ventura: "97d4a983ba22044d384c5e4cf893fd49f17ab48a31b77daf9e72a67d126dcd20" + sha256 cellar: :any_skip_relocation, x86_64_linux: "65df98a9511de773f7b6fbd6b1a3377f1fab009097143fa957ec0f9af284935f" end depends_on "go" => :build From 63ea73bae9302f8f6eaaa007fbb0db4de8a06ee5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:33:15 +0000 Subject: [PATCH 06964/10074] jackett: update 0.22.2015 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 8f175266db3b1..bdf91762e3eac 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "3f36312d5c30bbe466a8961bbafac38d3bdf025072e3c72f5342ad3eb6548b7c" - sha256 cellar: :any, arm64_sonoma: "c3808da17a6e58f28e0315c8f4ff59daeda380fb6f8012d333f6458b824fc2da" - sha256 cellar: :any, arm64_ventura: "8ac590478260c26d075be56099d4f6becb2613eee42ef1c96c415ed37d726011" - sha256 cellar: :any, ventura: "8d5c440eef6879f63efef49a7fb6e4a144a35277099fc161d1887eac2b18f9d4" - sha256 cellar: :any_skip_relocation, arm64_linux: "098c4f1ac41254fb4aff5712579efc9fe7196fbf988b06971e8d05b3c9e3d21d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e699703141f7da6026d4bec97c9d73a5f48eb8503d8838ddb7eb77df1b5e89c7" + sha256 cellar: :any, arm64_sequoia: "638e6775ebd53a38252a6b69b31df7bfdf51dce2f9f20373c1b4273c831adc2b" + sha256 cellar: :any, arm64_sonoma: "9013aa5527f87c7d37a31dc35565da3be5a97050f67296225c812a485fbba9a4" + sha256 cellar: :any, arm64_ventura: "d8e3f4545a291b63a821e4a97c197fa34ad201d0f43916ab94d9b429fbd3d73a" + sha256 cellar: :any, ventura: "4fb61dc3e79c478b0ef5bc13370129f8a7d1a4078fa3e0ba8cd94bff3c0edee2" + sha256 cellar: :any_skip_relocation, arm64_linux: "2f14c7565f80639a135a6017b16137b62b459ce1f49ba23b9b7c3f384256d30e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "14a69bf97e58dcfa6888fafa8df5eb66f895c1f719f27b791a0b190d3be18f95" end depends_on "dotnet@8" From 6d169b589d7dbc9d73320089010ff24a298d0ba8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:34:10 +0000 Subject: [PATCH 06965/10074] ipsw: update 3.1.613 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 8f98cad5b05fb..ec8b3396f1ce7 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1be8c4f62d3a4bd36e7f8295b52c538cef509f19055e6e55c6cd39e26b4f80fd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d7ad5d0948be0d3e9f3b837d1ff5998659f508baf910b4f1402ff55ef53f762" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ba3562cd207900eb3989c7f3dcab12e7ad840fc808baf13fa69b23a9b5c9335f" - sha256 cellar: :any_skip_relocation, sonoma: "7ad43a9e4531ee35382079b9638bb5c039c77ed0d6e39b999ae547df77d02556" - sha256 cellar: :any_skip_relocation, ventura: "a3c8084562af7b59d7c3c000148865df7826507a048ba416ce9eba4f91e0ccbe" - sha256 cellar: :any_skip_relocation, arm64_linux: "591b0056a3ae447a83ebed699d6fa571151357a754fcf40d3f05d3ff371a0577" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5bf7cc9c7827e6a700d11ee92484a15e1bff51f5c5d36aeb99cc06844e8bb2c0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee69881f0dd83145a236ba5355a1dd6e7a8f0e1fe9abbbc43e36555b71fc18bc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "01e6d83ca0287d0cde56dd0ed14235b45941e21b308c63e6faa07f3cc0df9778" + sha256 cellar: :any_skip_relocation, arm64_ventura: "accf507beb0d342e0f1a9dd8c5a7b3869f31d7e0880a14a69a13725a59b7ffeb" + sha256 cellar: :any_skip_relocation, sonoma: "8aa6916477ae4b36ad3965c31cf8cd56a6e2567a97d43531499202e680e20d05" + sha256 cellar: :any_skip_relocation, ventura: "1497e48687bc349b5b00c30b849a8b1a8c7ce122fe7d9537c90226f7905f2972" + sha256 cellar: :any_skip_relocation, arm64_linux: "46a3671508f779eac54dcb78483691de397a85e0990d9eda04b1f9b93e528fe2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc6fece78f4db75e6a61c463a1bc29d59f99ce93ba57a1272121bd51acdef4e8" end depends_on "go" => :build From b7f9d5e14f1e903f8e6ff5fc90188538b41cacb4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:34:29 +0000 Subject: [PATCH 06966/10074] melange: update 0.26.11 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 4e8faf9fc619b..456f4d75dd523 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4627beadedf3f16267298fe9ce0d4bcbeca9225bbf4181519e28b2eedc145ffd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "29cca69f6ca6a221bbf1da13bf2c6003696b96a4c390ff67d01c20c75b2cffd6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "85bd96aa4b5c542d65509ce2e1954e7fb20cbcc4a52bee1d21c91f536068f349" - sha256 cellar: :any_skip_relocation, sonoma: "c22cfee20007a728cbbcd4a380ba4cdfcfd6a521eca327a1cb864f335b7af724" - sha256 cellar: :any_skip_relocation, ventura: "0d87c7022a2fd9632d7414e2bf1704cb81af8ba64e12e0b2ba4686cbfd616cf7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ceb045fe1407de03b10b9410d02a9ce4765fb6b01c70e3ec728870051cd7782f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdc99156385ec67cc5e6450e1c084a493f10baf6edc80b447e0a0c1dbb9e066f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa715fd4739ff4cbb94471c069c393948e448c5ed4577c20eb5dc917111d9da9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8871b90143171a20c7f8c9867776df3e8712b3d9bf846660832d1394f4f46974" + sha256 cellar: :any_skip_relocation, sonoma: "1fb5b98b3cac0e11a008ae74d08b479a4518c130e1871ba2228942f26b991e90" + sha256 cellar: :any_skip_relocation, ventura: "4c0656892f574f22a2b8ffd37d14db7316752e4c40100bee5fa5fb4d7de48709" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bbe4348f4dd2217de6264f7fad901b37f2e71b9228de20a0b383efa2fa1b95bf" end depends_on "go" => :build From 5db4b2cf25e174daa9d61b6808d5bbf42eeeb55d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:34:48 +0000 Subject: [PATCH 06967/10074] ooniprobe: update 3.26.0 bottle. --- Formula/o/ooniprobe.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ooniprobe.rb b/Formula/o/ooniprobe.rb index fff2e0417363b..3927c428b319c 100644 --- a/Formula/o/ooniprobe.rb +++ b/Formula/o/ooniprobe.rb @@ -12,13 +12,13 @@ class Ooniprobe < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f0712a91bde69b39e58c852018aa946b59553651d4e1fb34941a71993061b43" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2c22444bad6411e2a1ba3c9641b62f6c52dc9c7ea9e11be14f69ed5069138b5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6886c7bd5714d7538b1b498ef9836387b73c7809c84071a7c14cad22564a530d" - sha256 cellar: :any_skip_relocation, sonoma: "73124bf2ae34df1fb14d8437d0afd0de84b5f0c40fb6a0685d82beb183fea83f" - sha256 cellar: :any_skip_relocation, ventura: "38f19827d1dd5fcbc271af1292ad920cc5d326158aab620c7eb3a9d77278182d" - sha256 cellar: :any_skip_relocation, arm64_linux: "2ffa28943b2b4596d531eb77d1d382ae3a8aae98a7fb094d860d87fa220df6f6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "238e11d37af2c226c2ed7f6f6dcda09c5b05600492d3f3524ed1671149b8d9b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c8616371a8663be0ce979f2173dd09710efd09cfdf23c90ad6606331fb8faa8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e89b34cdb4151945d1d422b9977712575f76c6a0350bc069cf229648dc1d8d5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3f1465c143773fa313979c27a9a84da9fefd62d9540bd2477695d6b993c80378" + sha256 cellar: :any_skip_relocation, sonoma: "5e3f07f8356ce7a9d1fbbed7351d189b51d6eac3acbd43c254eef65e77baefc3" + sha256 cellar: :any_skip_relocation, ventura: "6149338ac009e6b37a428aabba3d1b527ccbcfa43b362ee5e1c343513adae575" + sha256 cellar: :any_skip_relocation, arm64_linux: "0b78404ace41dffd45d7dea82f61bd1850a6058418045d43910214a5d1dc7646" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0f7c112e9ca02159ae023735a575bc7b3fb98a6e6d74c61e509a67971ac6ea01" end depends_on "go" => :build From 8bc6bf840b68d75f20a8c5daae9115465e78a0ce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:35:07 +0000 Subject: [PATCH 06968/10074] phpunit: update 12.2.2 bottle. --- Formula/p/phpunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index a5398649d424f..d71d6f987b63d 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -12,7 +12,7 @@ class Phpunit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "337a81102db1f64358b37918eac59dd483c63871c73ea8ddbdebc8efcc857fa7" + sha256 cellar: :any_skip_relocation, all: "cfa6ff13b8da63ffb5c452a7fbb34f5fafea55187e4a2fcfd645fbd64f862613" end depends_on "php" => :test From 85918a8f639385c7451c552bc2e4d01a9da01c38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:36:35 +0000 Subject: [PATCH 06969/10074] rush-parallel: update 0.7.0 bottle. --- Formula/r/rush-parallel.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rush-parallel.rb b/Formula/r/rush-parallel.rb index 4125138d7ac4b..53072cf7fd624 100644 --- a/Formula/r/rush-parallel.rb +++ b/Formula/r/rush-parallel.rb @@ -6,12 +6,12 @@ class RushParallel < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ffcdb2c860323b189e6a902b8a15ebcca4e54516159ad3c1799401cda340b6e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cee046ffd999162c6935d400162ba77f890919d00c1b7e011e1396b7c39dcd2a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ed200d11088e84ad20850ce2368a47188104f427d860189a4a9f268f62d1d418" - sha256 cellar: :any_skip_relocation, sonoma: "26067667700bb3b6dc7bee73a980cd2ad762fbe0232c3a4b7d0a7c9f4233f1ac" - sha256 cellar: :any_skip_relocation, ventura: "7820ae2b68c5b49115adeef678fd44f8c61fbdefd2f7592bad4aa5159363702d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15984a832e5cebfbd1d3b138159254acb61e51728b0ead3291f37a39b13e108d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f50a578f2c64137137d1a004e8535c6ea74cdc43b971bade54b01142f289e6d7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3894ff541972e4f7294f7d8fc5ab23061437f2004541419165a99d6d4c709959" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4eeac0ea0161b5da75e833e99988060a35e6230d1956cc885022deecbe069714" + sha256 cellar: :any_skip_relocation, sonoma: "35f05c81215d36bd242affb3cd4e2f07654b2e5b7b114470acf99adcd147e062" + sha256 cellar: :any_skip_relocation, ventura: "e696d0e4b1418f63075cd93842c973361960097fa153594191e67374e4208a96" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a0a8e3441f54cfe73b04d086413644cca6081a6a7b06273a292d4c3116682b36" end depends_on "go" => :build From 1abdbe7f30ccd2cee3ee62f9a72f25c9e17083d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:37:05 +0000 Subject: [PATCH 06970/10074] weaviate: update 1.31.1 bottle. --- Formula/w/weaviate.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/w/weaviate.rb b/Formula/w/weaviate.rb index e80ff167f0566..d6206e4ab2eee 100644 --- a/Formula/w/weaviate.rb +++ b/Formula/w/weaviate.rb @@ -6,12 +6,12 @@ class Weaviate < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "114ee0ce050044c216def57124fd075fb93a5c8f94c84d6c878c844ca809dcbb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "114ee0ce050044c216def57124fd075fb93a5c8f94c84d6c878c844ca809dcbb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "114ee0ce050044c216def57124fd075fb93a5c8f94c84d6c878c844ca809dcbb" - sha256 cellar: :any_skip_relocation, sonoma: "a030472b1807e2e6aa2bed996a73031a1bca7565277ec8024f9dfb052c99c2c5" - sha256 cellar: :any_skip_relocation, ventura: "a030472b1807e2e6aa2bed996a73031a1bca7565277ec8024f9dfb052c99c2c5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d8bc3d71d841c2d85794a312ecce7ec2bfa36bb81623830f90bfcbb88e1d819f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a55102d4654f177ee2225e087cf69b6f2822fbd0e28e672a98a6f1717e7c0ba5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a55102d4654f177ee2225e087cf69b6f2822fbd0e28e672a98a6f1717e7c0ba5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a55102d4654f177ee2225e087cf69b6f2822fbd0e28e672a98a6f1717e7c0ba5" + sha256 cellar: :any_skip_relocation, sonoma: "19c41b88806a22ff9261944fa35b24d04bc0b7dd7e87fb3809a7c7a0104453db" + sha256 cellar: :any_skip_relocation, ventura: "19c41b88806a22ff9261944fa35b24d04bc0b7dd7e87fb3809a7c7a0104453db" + sha256 cellar: :any_skip_relocation, x86_64_linux: "23ab067d45bed7394bbfd0fde4ae52b24ce13870027f5361f80499a985487d78" end depends_on "go" => :build From 747741401881995acc343af71e8cce14cc5563a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:40:35 +0000 Subject: [PATCH 06971/10074] livekit-cli: update 2.4.11 bottle. --- Formula/l/livekit-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/livekit-cli.rb b/Formula/l/livekit-cli.rb index 6a63ddfe46d08..0f85ce44710ba 100644 --- a/Formula/l/livekit-cli.rb +++ b/Formula/l/livekit-cli.rb @@ -7,12 +7,12 @@ class LivekitCli < Formula head "https://github.com/livekit/livekit-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "948940571c1baa54d498c7452298f9d159910014dcc0a4265211baf47178deee" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "948940571c1baa54d498c7452298f9d159910014dcc0a4265211baf47178deee" - sha256 cellar: :any_skip_relocation, arm64_ventura: "948940571c1baa54d498c7452298f9d159910014dcc0a4265211baf47178deee" - sha256 cellar: :any_skip_relocation, sonoma: "bdf6dd1e3a19a3f9e336eb9927c364095329c71fe0447080ba920f8ea2d8c62f" - sha256 cellar: :any_skip_relocation, ventura: "bdf6dd1e3a19a3f9e336eb9927c364095329c71fe0447080ba920f8ea2d8c62f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e29fc66f0af3a6dd14801816c92512fbf7d99aa474013bf2531c166bc674e4a7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d61af9ce23289287ee5a924bc305fec9ab6e4dc89e83636dd46290c70143fef1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "652fd8b337c53edb6b585106e0ac58a8e354e17a4b8a60b99a6a61e057bb98ef" + sha256 cellar: :any_skip_relocation, arm64_ventura: "87dd441e73d594f46579045b7aca9988677a538aacef36b1c122def3af6933b3" + sha256 cellar: :any_skip_relocation, sonoma: "7e6c78937fd9e872ec836cc325b4d45ad111e1173c9ef22a5f83543f820c4a63" + sha256 cellar: :any_skip_relocation, ventura: "b4a789ede296cbf110d38c0975bc10f7138a054998506dc1beacafb27443fd8c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "25a253b9a0a7ad7ffaeba871dfce0a2f3017e16b34446ff54aa4e27361dd1557" end depends_on "go" => :build From b71a2b0bef48211b0a0d411d31de38fa0c240d0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:13:38 +0000 Subject: [PATCH 06972/10074] r 4.5.1 --- Formula/r/r.rb | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/Formula/r/r.rb b/Formula/r/r.rb index 1ebf179e2349f..f342a7a64350a 100644 --- a/Formula/r/r.rb +++ b/Formula/r/r.rb @@ -1,10 +1,9 @@ class R < Formula desc "Software environment for statistical computing" homepage "https://www.r-project.org/" - url "https://cran.r-project.org/src/base/R-4/R-4.5.0.tar.gz" - sha256 "3b33ea113e0d1ddc9793874d5949cec2c7386f66e4abfb1cef9aec22846c3ce1" + url "https://cran.r-project.org/src/base/R-4/R-4.5.1.tar.gz" + sha256 "b42a7921400386645b10105b91c68728787db5c4c83c9f6c30acdce632e1bb70" license "GPL-2.0-or-later" - revision 1 livecheck do url "https://cran.rstudio.com/banner.shtml" @@ -66,10 +65,6 @@ class R < Formula # needed to preserve executable permissions on files without shebangs skip_clean "lib/R/bin", "lib/R/doc" - # Fix build with clang 17 - # https://github.com/wch/r-source/commit/489a6b8d330bb30da82329f1949f44a0f633f1e8 - patch :DATA - def install # `configure` doesn't like curl 8+, but convince it that everything is ok. # TODO: report this upstream. @@ -170,28 +165,3 @@ def post_install shell_output("#{bin}/Rscript -e 'library(tcltk)' -e 'tclvalue(.Tcl(\"tk windowingsystem\"))'").chomp end end -__END__ -diff -pur R-4.5.0/src/nmath/mlutils.c R-4.5.0-patched/src/nmath/mlutils.c ---- R-4.5.0/src/nmath/mlutils.c 2025-03-14 00:02:15 -+++ R-4.5.0-patched/src/nmath/mlutils.c 2025-05-24 12:16:15 -@@ -105,7 +105,20 @@ double R_pow_di(double x, int n) - return pow; - } - -+/* It is not clear why these are being defined in standalone nmath: -+ * but that they are is stated in the R-admin manual. -+ * -+ * In R NA_AREAL is a specific NaN computed during initialization. -+ */ -+#if defined(__clang__) && defined(NAN) -+// C99 (optionally) has NAN, which is a float but will coerce to double. -+double NA_REAL = NAN; -+#else -+// ML_NAN is defined as (0.0/0.0) in nmath.h -+// Fails to compile in Intel ics 2025.0, Apple clang 17, LLVM clang 20 - double NA_REAL = ML_NAN; -+#endif -+ - double R_PosInf = ML_POSINF, R_NegInf = ML_NEGINF; - - #include From e08582975e765c76c995fe22938d8b1e914b6e1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:45:22 +0000 Subject: [PATCH 06973/10074] renovate: update 40.53.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 66f7493b888d2..bcb4c8a0af571 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "24bc34ffa3ab61052baf169de2d27297b350850d0678387b0bb8241a658d6cde" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "870548b37a51f05d17243cce31c2a13b479bd5acfe62931496d28fa937a88be7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d4648af9b6bda126bccf096b5fc13a21f85abbcc27b1951dec2820976b9a3aa" - sha256 cellar: :any_skip_relocation, sonoma: "defcef4c0c56e56f11ac65ffc933a35e621d35ee9f86918eb0270ae2651233f6" - sha256 cellar: :any_skip_relocation, ventura: "630ead8984266116dabaa83a66dc9ced76445dcf1b6bafa2f4160164adfe3c3c" - sha256 cellar: :any_skip_relocation, arm64_linux: "75151a3d97bf14f467f8b97cfec73933013b4b46fb5f5d34b96847237752a1fd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8887311e4ecdfdf72846787fe6573bcd6650135412656c00c3da50ca899e217e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ef4e69f84b71c852ec492ea6849d1059f8da81d0e543b648ecc8a2469e0b8d1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a8786dbf1ca0dbe97ff4f39f3658ccf75d77c89e89de0a5cd11ee87c0ff33f3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b25a498c2830f5e360bea1bafcc64eeb00a57fab4e29a2a3d23fc7f0e0acc3f2" + sha256 cellar: :any_skip_relocation, sonoma: "6473d27358e9fa05f83106fd3ce05fc65028c34dcbfe66bae6dc7940159035ac" + sha256 cellar: :any_skip_relocation, ventura: "2788fed70668b903943498a1015886acf7e6aa3615fffcec95b314c6f5125afd" + sha256 cellar: :any_skip_relocation, arm64_linux: "093de45bb856d79d27581114879905377f66379eff2678bf650e1069bbd1da72" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7699e2ab67b77bc23e0ed6e3c6a6f0616c9126a9436e18b463e9add280c77eb8" end depends_on "node@22" From 7587ca18c1fa1c1a6199bc1bcd7798751cd6be60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:50:02 +0000 Subject: [PATCH 06974/10074] cucumber-ruby: update 10.0.0 bottle. --- Formula/c/cucumber-ruby.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/cucumber-ruby.rb b/Formula/c/cucumber-ruby.rb index 3e809f80e3804..4d6a65bf3c75b 100644 --- a/Formula/c/cucumber-ruby.rb +++ b/Formula/c/cucumber-ruby.rb @@ -11,14 +11,13 @@ class CucumberRuby < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "20381cf2c1bbdb4f7ebea8dc4a0a8ed54da15918a5990a4174da415143f1d614" - sha256 cellar: :any, arm64_sonoma: "998779f5565e45a08537c4ee50623709e0a18b9196566b0e38960a550835e19d" - sha256 cellar: :any, arm64_ventura: "f666102925eaf6f28a901e04718ce7b11a6b212b5ac99facc05976619ead0da1" - sha256 cellar: :any, sonoma: "a064069552ea70949964106b212ac03a08545a1ff8cf579866157c3f081625f0" - sha256 cellar: :any, ventura: "4a50724c662c7703e7194415b307960575aa2fcdb9a02aa33af952469fdf807a" - sha256 cellar: :any_skip_relocation, arm64_linux: "729a70a8e6dfb8478fbd440b3d2c2dc0a90207e2b1e6eb8aea9eb96daf75e2db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e9d621e6af198167ae28ec80ffd44a87c2cffee29c5bc81869a1dc9c46e8152" + sha256 cellar: :any, arm64_sequoia: "3d8ce1c5b083bcd28747f8ac25f517b8ec2a72e071ea01abc08b72f7e55654f7" + sha256 cellar: :any, arm64_sonoma: "42ef58af359627bf4f171fcec6489b2ed962ec08289bb10c7b50650d1813185f" + sha256 cellar: :any, arm64_ventura: "fb7c7f395df3b38b4041117ea843fd32832bb69a8ec2aa90c43c00dd4cf2782e" + sha256 cellar: :any, sonoma: "2abcb235b49088f1ef4ec5ece107e92b1f216d7418fc61ba952397eb2346fa18" + sha256 cellar: :any, ventura: "888f0425eb8a60081fb48a87b0661a7adfcfc9538cf3e16e4222477c89dbbe7f" + sha256 cellar: :any_skip_relocation, arm64_linux: "8f45502bc0e4a52558fa889b975398b81f3d077af122f9f3a30061ecff944506" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81fbfb7007f98c4a3a80f4bad850262a02cb3f42668dea0b16a5fe7fc03e6367" end depends_on "pkgconf" => :build From f714b6e55e9af5dd8cb481c8b220f3625bde99d0 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Fri, 13 Jun 2025 11:09:05 +0100 Subject: [PATCH 06975/10074] ohdear-cli 4.4.0 --- Formula/o/ohdear-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ohdear-cli.rb b/Formula/o/ohdear-cli.rb index d5033f97e8abb..94e47ad3f74db 100644 --- a/Formula/o/ohdear-cli.rb +++ b/Formula/o/ohdear-cli.rb @@ -1,8 +1,8 @@ class OhdearCli < Formula desc "Tool to manage your Oh Dear sites" homepage "https://github.com/ohdearapp/ohdear-cli" - url "https://github.com/ohdearapp/ohdear-cli/releases/download/v4.3.1/ohdear.phar" - sha256 "2af752e7e5ba316e696795860c911df2327033ead395645e055c86fc00ae588c" + url "https://github.com/ohdearapp/ohdear-cli/releases/download/v4.4.0/ohdear.phar" + sha256 "4d213baba1bc0275a8ec6f458915f9d5f6df5b1c8522476e82289b931360de13" license "MIT" no_autobump! because: :requires_manual_review From 95628b0e649f15276d8e0662f08fd04c223abf03 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:53:22 +0000 Subject: [PATCH 06976/10074] c-blosc2 2.18.0 --- Formula/c/c-blosc2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/c-blosc2.rb b/Formula/c/c-blosc2.rb index 42d9a9f99998a..d9ac5c5ba1462 100644 --- a/Formula/c/c-blosc2.rb +++ b/Formula/c/c-blosc2.rb @@ -1,8 +1,8 @@ class CBlosc2 < Formula desc "Fast, compressed, persistent binary data store library for C" homepage "https://www.blosc.org" - url "https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.17.1.tar.gz" - sha256 "53c6ed1167683502f5db69d212106e782180548ca5495745eb580e796b7f7505" + url "https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.18.0.tar.gz" + sha256 "9fce013de33a3f325937b6c29fd64342c1e71de38df6bb9eda09519583d8aabe" license "BSD-3-Clause" head "https://github.com/Blosc/c-blosc2.git", branch: "main" From 81bf1e1238cde8166e9a5b4b09a8bbb1de76fe50 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:54:59 +0000 Subject: [PATCH 06977/10074] clazy 1.15 --- Formula/c/clazy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/clazy.rb b/Formula/c/clazy.rb index 4fad9f49a2329..fe8f47bc18629 100644 --- a/Formula/c/clazy.rb +++ b/Formula/c/clazy.rb @@ -1,8 +1,8 @@ class Clazy < Formula desc "Qt oriented static code analyzer" homepage "https://www.kdab.com/" - url "https://download.kde.org/stable/clazy/1.14/src/clazy-1.14.tar.xz" - sha256 "993f786dac668c29c4f357cb95c8a6ddca555ebbb94854efb9b570f683ad4d43" + url "https://download.kde.org/stable/clazy/1.15/src/clazy-1.15.tar.xz" + sha256 "43189460b366ea3126242878c36ee8a403e37ec4baef7e61ccfa124b1414e7a9" license "LGPL-2.0-or-later" head "https://invent.kde.org/sdk/clazy.git", branch: "master" From f7c7e908c517ea988b29d46e266577ba2e443e53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:56:51 +0000 Subject: [PATCH 06978/10074] czg 1.11.2 --- Formula/c/czg.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/czg.rb b/Formula/c/czg.rb index d449ffa08df99..c2ef56ab46cd7 100644 --- a/Formula/c/czg.rb +++ b/Formula/c/czg.rb @@ -1,8 +1,8 @@ class Czg < Formula desc "Interactive Commitizen CLI that generate standardized commit messages" homepage "https://github.com/Zhengqbbb/cz-git" - url "https://registry.npmjs.org/czg/-/czg-1.11.1.tgz" - sha256 "1a7514a25f6568762cbda7a4a8c688682b96981013a1f898dc07dce3df29f0bc" + url "https://registry.npmjs.org/czg/-/czg-1.11.2.tgz" + sha256 "f889ac460aa0d0eed65fc550569bfed548e5f5592e7d804162ed2caf44f6942e" license "MIT" bottle do From 6dbaa3f7670136ddf0c9bedb1892dc742fc93bb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:59:06 +0000 Subject: [PATCH 06979/10074] excalidraw-converter 1.5.0 --- Formula/e/excalidraw-converter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/excalidraw-converter.rb b/Formula/e/excalidraw-converter.rb index 8f04639e3cec4..7839c354a194d 100644 --- a/Formula/e/excalidraw-converter.rb +++ b/Formula/e/excalidraw-converter.rb @@ -1,8 +1,8 @@ class ExcalidrawConverter < Formula desc "Command-line tool for porting Excalidraw diagrams to Gliffy" homepage "https://github.com/sindrel/excalidraw-converter" - url "https://github.com/sindrel/excalidraw-converter/archive/refs/tags/v1.4.6.tar.gz" - sha256 "69cd238870b2d7497e998de0baa54675ea3ba71552b1364424376c6e3f265916" + url "https://github.com/sindrel/excalidraw-converter/archive/refs/tags/v1.5.0.tar.gz" + sha256 "3e2772e51798e428526871cc86c72b9317cc1fd06e2162c0c83b2014a4830f39" license "MIT" head "https://github.com/sindrel/excalidraw-converter.git", branch: "master" From a41d347b2b1512628f12f39c8af1ebb47d5c3ac4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:05:35 +0000 Subject: [PATCH 06980/10074] kubeone 1.10.1 --- Formula/k/kubeone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubeone.rb b/Formula/k/kubeone.rb index a1fd66fd1b37a..28a90fc77216c 100644 --- a/Formula/k/kubeone.rb +++ b/Formula/k/kubeone.rb @@ -1,8 +1,8 @@ class Kubeone < Formula desc "Automate cluster operations on all your environments" homepage "https://kubeone.io" - url "https://github.com/kubermatic/kubeone/archive/refs/tags/v1.10.0.tar.gz" - sha256 "19285f09a1376a5aed273eb194c09183e54a189bbd5cb508037c795d7de0802b" + url "https://github.com/kubermatic/kubeone/archive/refs/tags/v1.10.1.tar.gz" + sha256 "844fb53c2b5a312b918234639230a9f8d4b6a1d5e623962ed5582eeea52d27ca" license "Apache-2.0" head "https://github.com/kubermatic/kubeone.git", branch: "main" From fd38a465e97662be2408c4a96419b9b67657d539 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:07:34 +0000 Subject: [PATCH 06981/10074] libpng 1.6.49 --- Formula/lib/libpng.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/lib/libpng.rb b/Formula/lib/libpng.rb index db29089824c4a..1b0f26c3e4bf3 100644 --- a/Formula/lib/libpng.rb +++ b/Formula/lib/libpng.rb @@ -1,9 +1,9 @@ class Libpng < Formula desc "Library for manipulating PNG images" homepage "http://www.libpng.org/pub/png/libpng.html" - url "https://downloads.sourceforge.net/project/libpng/libpng16/1.6.48/libpng-1.6.48.tar.xz" - mirror "https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.48/libpng-1.6.48.tar.xz" - sha256 "46fd06ff37db1db64c0dc288d78a3f5efd23ad9ac41561193f983e20937ece03" + url "https://downloads.sourceforge.net/project/libpng/libpng16/1.6.49/libpng-1.6.49.tar.xz" + mirror "https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.49/libpng-1.6.49.tar.xz" + sha256 "43182aa48e39d64b1ab4ec6b71ab3e910b67eed3a0fff3777cf8cf40d6ef7024" license "libpng-2.0" livecheck do From 92b246c7fe2e63dce4bef5f0e219bc3e6702bb86 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:09:06 +0000 Subject: [PATCH 06982/10074] llama.cpp 5650 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 97db8ca2b436f..37b5edd4c927e 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5640", - revision: "2e89f76b7af2c0b827be785e445f2e2b3e52e1ca" + tag: "b5650", + revision: "09cf2c7c655c90e53e100f29b830a788bab0653d" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From 30175671e0f877ab09e58ee1bfe4afa648de6885 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:14:58 +0000 Subject: [PATCH 06983/10074] pinact 3.2.0 --- Formula/p/pinact.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pinact.rb b/Formula/p/pinact.rb index 46636c8bbbab8..53e1fec42889c 100644 --- a/Formula/p/pinact.rb +++ b/Formula/p/pinact.rb @@ -1,8 +1,8 @@ class Pinact < Formula desc "Pins GitHub Actions to full hashes and versions" homepage "https://github.com/suzuki-shunsuke/pinact" - url "https://github.com/suzuki-shunsuke/pinact/archive/refs/tags/v3.1.2.tar.gz" - sha256 "a58de86006fef4bb92d2a5a7d46e9de2a671815cdd5cfdad12161435ceb9163c" + url "https://github.com/suzuki-shunsuke/pinact/archive/refs/tags/v3.2.0.tar.gz" + sha256 "581f8cf101fcb64f65318c8c2bec1977e0d7da4bc773821f42e3da0e5a9cc9a0" license "MIT" head "https://github.com/suzuki-shunsuke/pinact.git", branch: "main" From bf21686668d9d7d7e21ec9047da0c483def65082 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:21:51 +0000 Subject: [PATCH 06984/10074] testssl 3.2.1 --- Formula/t/testssl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testssl.rb b/Formula/t/testssl.rb index 819dbb839225d..088a038c4ad87 100644 --- a/Formula/t/testssl.rb +++ b/Formula/t/testssl.rb @@ -1,8 +1,8 @@ class Testssl < Formula desc "Tool which checks for the support of TLS/SSL ciphers and flaws" homepage "https://testssl.sh/" - url "https://github.com/drwetter/testssl.sh/archive/refs/tags/v3.2.0.tar.gz" - sha256 "f3969c152c0fe99a2a90e8c8675ab677d77608ac77c957a95497387c36363c32" + url "https://github.com/drwetter/testssl.sh/archive/refs/tags/v3.2.1.tar.gz" + sha256 "b10fcd6fc25ba3832858ac529bfe391d701b68f12b631482a19be98a9efb176e" license "GPL-2.0-only" head "https://github.com/drwetter/testssl.sh.git", branch: "3.2" From 8df8b668f7cf233e2c85cadba096399e8ddc890c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:22:29 +0000 Subject: [PATCH 06985/10074] topgrade 16.0.4 --- Formula/t/topgrade.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/topgrade.rb b/Formula/t/topgrade.rb index a74e5367780ea..72db850dd9ab2 100644 --- a/Formula/t/topgrade.rb +++ b/Formula/t/topgrade.rb @@ -1,8 +1,8 @@ class Topgrade < Formula desc "Upgrade all the things" homepage "https://github.com/topgrade-rs/topgrade" - url "https://github.com/topgrade-rs/topgrade/archive/refs/tags/v16.0.3.tar.gz" - sha256 "97df1c06f9489ce842756fd27c7a309db952bee16001a7a2e7a337d45904731c" + url "https://github.com/topgrade-rs/topgrade/archive/refs/tags/v16.0.4.tar.gz" + sha256 "62cfb4eacfe96ba74d510159812fb87076a31c595efd43eb44cb610ca11f5c9d" license "GPL-3.0-or-later" head "https://github.com/topgrade-rs/topgrade.git", branch: "main" From 1f121e03649b3676864e83cc93ffeed557819f6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:26:11 +0000 Subject: [PATCH 06986/10074] yara-x 1.1.0 --- Formula/y/yara-x.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index 3734eb2e80e84..c5f11fbf49deb 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -1,8 +1,8 @@ class YaraX < Formula desc "Tool to do pattern matching for malware research" homepage "https://virustotal.github.io/yara-x/" - url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.0.1.tar.gz" - sha256 "6898edc7e42681191ef84df9f910e3c1761cc446c0e9dc026a340f6f1e888f5d" + url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.1.0.tar.gz" + sha256 "90bbe970a85ff2c707b2706a89cb165cd5b8c706451cfa4b25e0aaa77250a6da" license "BSD-3-Clause" head "https://github.com/VirusTotal/yara-x.git", branch: "main" From 619fc0b215646cbc117c94ad9d936398321bb123 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:33:32 +0000 Subject: [PATCH 06987/10074] pulumi 3.177.0 --- Formula/p/pulumi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index 6699859a18c42..683492365af75 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -2,8 +2,8 @@ class Pulumi < Formula desc "Cloud native development platform" homepage "https://pulumi.io/" url "https://github.com/pulumi/pulumi.git", - tag: "v3.176.0", - revision: "3c5f2ccda98bd7e506f278bc0faeaa6c8c2f94d5" + tag: "v3.177.0", + revision: "448663485ab203421ff62542585f7f4565c65c3f" license "Apache-2.0" head "https://github.com/pulumi/pulumi.git", branch: "master" From 287c2ea48df54ec6fc3b4f9903bdffa3fbd4c937 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:06 +0000 Subject: [PATCH 06988/10074] pinact: update 3.2.0 bottle. --- Formula/p/pinact.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pinact.rb b/Formula/p/pinact.rb index 53e1fec42889c..453f0ce03b0d0 100644 --- a/Formula/p/pinact.rb +++ b/Formula/p/pinact.rb @@ -14,12 +14,12 @@ class Pinact < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbd3e7f6363481f223a8744eac40777d7a04db60b56f90935b70132bb3a192a5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbd3e7f6363481f223a8744eac40777d7a04db60b56f90935b70132bb3a192a5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dbd3e7f6363481f223a8744eac40777d7a04db60b56f90935b70132bb3a192a5" - sha256 cellar: :any_skip_relocation, sonoma: "c737184fca23f4b4b724025019a47201bb8a9a27cbfb2f739b7ea97465415fb7" - sha256 cellar: :any_skip_relocation, ventura: "c737184fca23f4b4b724025019a47201bb8a9a27cbfb2f739b7ea97465415fb7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b4a3d176cb8cb7d635529695f69f9c480550b13fbf3a4a9ae1ffafaf501284ae" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f336eeae6c5c33c9a35761ac10cf76cd6b234575110a15bb022be118bdb6cf97" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f336eeae6c5c33c9a35761ac10cf76cd6b234575110a15bb022be118bdb6cf97" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f336eeae6c5c33c9a35761ac10cf76cd6b234575110a15bb022be118bdb6cf97" + sha256 cellar: :any_skip_relocation, sonoma: "d0ef930858452b1d2336af0e2083d15313a46867d23f61b0a78e493c2ce3aa6a" + sha256 cellar: :any_skip_relocation, ventura: "d0ef930858452b1d2336af0e2083d15313a46867d23f61b0a78e493c2ce3aa6a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9c987a411b7659d94c31b31637fc74a1d4e3b3298eec12c2368b49faf86e8186" end depends_on "go" => :build From 5723845f80bd485b19dcb62aa4ddcfaf7e6e35e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:16 +0000 Subject: [PATCH 06989/10074] clazy: update 1.15 bottle. --- Formula/c/clazy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/clazy.rb b/Formula/c/clazy.rb index fe8f47bc18629..19318cdaa6229 100644 --- a/Formula/c/clazy.rb +++ b/Formula/c/clazy.rb @@ -12,12 +12,12 @@ class Clazy < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "f77da44dd6c29e34637aa0d1ffe5bd4c208a769191592e7e883e2640788b4276" - sha256 cellar: :any, arm64_sonoma: "d0f0990494babab458cbc91cee206598fbe98e303761c49e43a8924fe9f4fff0" - sha256 cellar: :any, arm64_ventura: "9cbecaf7b22a02e178294518a281bfbf87be09a2de877144a6b273759f4e32ca" - sha256 cellar: :any, sonoma: "2a822345e7ca596102229fe92e6352e1595749ad1ac3a5822f647b18b70d027c" - sha256 cellar: :any, ventura: "8dd499299e6a778461782447004253825cea74c4702858946ae986c1ff120ffa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c73a9e02fd2c35ad10d89ca686830fef3e25af2b0aa2d0fdde508eb69217454e" + sha256 cellar: :any, arm64_sequoia: "03d60e08e418660c7286774c37b3bd17b730ddda664361fe419c82162b66c1e7" + sha256 cellar: :any, arm64_sonoma: "9d2d6f1982fc14742465c4987b402c8e691d60f84de7fe7dd86e10e7549019d1" + sha256 cellar: :any, arm64_ventura: "cd2063fd4fe49132e6c30ee4c0ac300bb1a6241524207f9a88627ed91f18351b" + sha256 cellar: :any, sonoma: "23bd208dc64c9845af740359e2f6872d7c2e00a577fda9f33bab3c9b268cfc53" + sha256 cellar: :any, ventura: "f2b30c57b2197c7bce742653499cc63f655809deb8debc231db200b2569f900b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c88959211e64d00f133d5bfa4f4889c63a04aebc646f5d6fc8301677c6c8abfc" end depends_on "cmake" => [:build, :test] From 3fecab7da3aebf6b2e14a47574c6147225b8f0ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:26 +0000 Subject: [PATCH 06990/10074] czg: update 1.11.2 bottle. --- Formula/c/czg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/czg.rb b/Formula/c/czg.rb index c2ef56ab46cd7..e1803242204cc 100644 --- a/Formula/c/czg.rb +++ b/Formula/c/czg.rb @@ -6,7 +6,7 @@ class Czg < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "dcbba0e4be5749e5fcb7da0e4db1e544fb4a323d98efd0946bb24d5c0b06b149" + sha256 cellar: :any_skip_relocation, all: "43b0f897d177111d128b04cc15e26eccd16edc181ccc57d7240e7b76f05b1cd0" end depends_on "node" From 1d18f20a4a3f18f161451c1e06bf545689584472 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:26 +0000 Subject: [PATCH 06991/10074] c-blosc2: update 2.18.0 bottle. --- Formula/c/c-blosc2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/c-blosc2.rb b/Formula/c/c-blosc2.rb index d9ac5c5ba1462..34aa4efbf3806 100644 --- a/Formula/c/c-blosc2.rb +++ b/Formula/c/c-blosc2.rb @@ -7,13 +7,13 @@ class CBlosc2 < Formula head "https://github.com/Blosc/c-blosc2.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "58beb2b79bb984d4e73c71b84614cfbba11e85c68575202d5b3a5cc81d8f5221" - sha256 cellar: :any, arm64_sonoma: "b5f40feddf8a2f2e39825db956b8cf1974d884ffdde312b7e7afae86a69bcfa4" - sha256 cellar: :any, arm64_ventura: "5feb28dd5e0f6d0aa40d616b8658e3978bb5da8b4bf381d62b1b3c03f72f5e4d" - sha256 cellar: :any, sonoma: "797bb0441a67fa5d52ba8cc46eee6f14a2b87acda45fd0e52f0cd2fa1cf7d68f" - sha256 cellar: :any, ventura: "503723663a9800963f7a0b3521dd05014771d84945b79d9395a368d7e2762264" - sha256 cellar: :any_skip_relocation, arm64_linux: "23d52dea4d4b15f3daeee5f2f7099734e151700531831e2cd13e03200ceb0180" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d252ebf05d445af884824d32ab6c6622588c1c200bd3d3aa9285f9579bf5436" + sha256 cellar: :any, arm64_sequoia: "06858fc531a6fa083376c0c4fdc251af286b32225615e786d245c3663ea5e9f7" + sha256 cellar: :any, arm64_sonoma: "2b58e26620bb98d4ad4f0f6de78279a7ab57a944db71067979263f530a20c14c" + sha256 cellar: :any, arm64_ventura: "7ba4828bf194b49498e7804f6b8f92db2e9f8fd902a47ab0f0b5ed9f55a85e99" + sha256 cellar: :any, sonoma: "b988b12dd846c3b589acd2e5c49953dced17923410cb37b0e7d74f3d9cbb497f" + sha256 cellar: :any, ventura: "f835ba5fa5ae34caa23080247e780373246606d039890675a565fd5c645b5eea" + sha256 cellar: :any_skip_relocation, arm64_linux: "c23e8e9b83acfb0e7e85934354a709b124040915c6dec3fc7fdd81c376d48477" + sha256 cellar: :any_skip_relocation, x86_64_linux: "187f6b60f7242355a1f04a3a4638687de809b1ceada5631391887a37e6c0f93b" end depends_on "cmake" => :build From 1e1b3db653e910b049b97e04bd819cce6cb27cf0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:29 +0000 Subject: [PATCH 06992/10074] excalidraw-converter: update 1.5.0 bottle. --- Formula/e/excalidraw-converter.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/excalidraw-converter.rb b/Formula/e/excalidraw-converter.rb index 7839c354a194d..ce45e5f712a47 100644 --- a/Formula/e/excalidraw-converter.rb +++ b/Formula/e/excalidraw-converter.rb @@ -7,12 +7,12 @@ class ExcalidrawConverter < Formula head "https://github.com/sindrel/excalidraw-converter.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f4dde423d4f73a8dabb3441585fdf3648e76acaa427eafc8bc5e3bf9430cc36" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f4dde423d4f73a8dabb3441585fdf3648e76acaa427eafc8bc5e3bf9430cc36" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8f4dde423d4f73a8dabb3441585fdf3648e76acaa427eafc8bc5e3bf9430cc36" - sha256 cellar: :any_skip_relocation, sonoma: "5971b0405ac66ed2051c5e19b5ab2f81fafda91cadea12c5d309b3856fc781f1" - sha256 cellar: :any_skip_relocation, ventura: "5971b0405ac66ed2051c5e19b5ab2f81fafda91cadea12c5d309b3856fc781f1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9d7b79317941987ab8f9e11f175a76ef95b68f653b1b64ce8509d679f189090" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a21367cdcda14775324c04177b3a5d53d33613b661d4807b3a2710b67f7c6e4d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a21367cdcda14775324c04177b3a5d53d33613b661d4807b3a2710b67f7c6e4d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a21367cdcda14775324c04177b3a5d53d33613b661d4807b3a2710b67f7c6e4d" + sha256 cellar: :any_skip_relocation, sonoma: "f89036fed3568c477cebc9e5eb7c897e7d6d3fa4efb5fecfa612195393df09e9" + sha256 cellar: :any_skip_relocation, ventura: "f89036fed3568c477cebc9e5eb7c897e7d6d3fa4efb5fecfa612195393df09e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d402b2e966566d4061e2e37cd4367939f365beff16bf057eacb2e81c9b096ba" end depends_on "go" => :build From 4a0b99cb304a06478ec22b365bbe101664936d14 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:36 +0000 Subject: [PATCH 06993/10074] kubeone: update 1.10.1 bottle. --- Formula/k/kubeone.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubeone.rb b/Formula/k/kubeone.rb index 28a90fc77216c..70cd1939d5a08 100644 --- a/Formula/k/kubeone.rb +++ b/Formula/k/kubeone.rb @@ -7,13 +7,13 @@ class Kubeone < Formula head "https://github.com/kubermatic/kubeone.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "36f5d2aad6e3b0c41ecf17d806add66c5ab018f73537263671bf93ed78ccb386" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ae5ecb59f8747d30d9567a4675e8c4a35c0ac9cf44bb33d4e4e6a0738327943" - sha256 cellar: :any_skip_relocation, arm64_ventura: "385191f7d3f8776ff6d5c864c438581ffd954b4a07f6eba06021bbf681d81c9f" - sha256 cellar: :any_skip_relocation, sonoma: "d6033965e81705d23de2b464206a48845fcdc1e07a66ffe06f9a0a971510dabe" - sha256 cellar: :any_skip_relocation, ventura: "aa43641df3b8e5bbb025ee6cff6a45d70ce5b994aa4e8a0a69d4e13d5a318df7" - sha256 cellar: :any_skip_relocation, arm64_linux: "fa2f8360539d850334fd9b14fe28a29aad16704da5a41c6c8b3ea245ee536682" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e20f15b4ea34552ce781b8dc04c8139c46de03e9a2cf79c0859f2bbc4a025c6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "73fa578be67ce154828226aaf4846bc86d8cc5fa259b58a088aebc89a01792c2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b471cddc40c8871a259d58be2eabeff40649d1d0ae748d297397400eefdebc9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c72faf8b39531f3136b8fe2530161a006413f78d4c33f3fc59596ba3709eb557" + sha256 cellar: :any_skip_relocation, sonoma: "8cf6d2f4bfa753f76e4a8bbdd6ed4bf9c5d8495b41a9c0ad63e1c54653a6a4cf" + sha256 cellar: :any_skip_relocation, ventura: "22dfcac2561277a23a8b2c2ad9b1cb6dde060a17c094b93232fa5c4bf25bbf50" + sha256 cellar: :any_skip_relocation, arm64_linux: "d7865441f2950c0b04fdbb3b004d9af2a9fbb08cd6ed272959b9942c0df51dc2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6397c4cdf96eddbd6f43e88ffb50d7fbefd7a5ac85b1c77a067ca611a634ccc6" end depends_on "go" => :build From afdab1ba0a4a1e6a5732f8862765745d3f6af34d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:42 +0000 Subject: [PATCH 06994/10074] r: update 4.5.1 bottle. --- Formula/r/r.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/r.rb b/Formula/r/r.rb index f342a7a64350a..33ed572e388d1 100644 --- a/Formula/r/r.rb +++ b/Formula/r/r.rb @@ -11,13 +11,13 @@ class R < Formula end bottle do - sha256 arm64_sequoia: "0de6e135c11600d2d2c30ff1063f2c118189cef828ee9c70a2c2749f1eb82d89" - sha256 arm64_sonoma: "4a1f7e24f55875da53aff9efca460e6c45b47fe590b9bfa580db30227b311ff9" - sha256 arm64_ventura: "fdf624f1fa9fa2b797c060c7b64a3030544dda61cf9609a199b9518672361f79" - sha256 sonoma: "dc243c6b9a04996402859305aeb2cee79eb99f232c40a3394b41f0ed76d26ff9" - sha256 ventura: "c5c3429d72db5e748b3dfcd62d74fdf6d6905badd022ac5e91876208f22f2f66" - sha256 arm64_linux: "19fd51f9f938013a09b9a12aaacf490fdb880c273ce7116200033cb9c1ae545e" - sha256 x86_64_linux: "d06cfe5a03a20a1d6a285981e8afe3a10d5781e59f360bb73939f7c54f10bb62" + sha256 arm64_sequoia: "d753abe587df5c9500f56f3a589462ed11b86cd6284081c0c98faf24b217836f" + sha256 arm64_sonoma: "127a83c5bf25c9de162fcc812a7e66ce8d128a419ecca454059fb79cec83128b" + sha256 arm64_ventura: "3ebe453a6028dc839b9b2e318011ae5c3e3c602ab7672edcc0fbf1a59019db73" + sha256 sonoma: "9c0ad635c88d8eabe6489e6a515ad9789a16bc08b8b3cc2f85a029a2c62f52ad" + sha256 ventura: "a8a79876ee7c1db3b26018beb389237410c3f78a48c3dd7b0441365abc10d3b1" + sha256 arm64_linux: "281413b2064577687bf51a4e51f8bc74e1dd70ab457081478d6d94c1556981cf" + sha256 x86_64_linux: "f54b8ce1a0b25f071d97ad12bf0d6bc2f0152b26f67cdfbf20cb1fddd6efbfdd" end depends_on "pkgconf" => :build From c818c7730f626e5b52f99b38521ac75ce68d60a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:55 +0000 Subject: [PATCH 06995/10074] ohdear-cli: update 4.4.0 bottle. --- Formula/o/ohdear-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/ohdear-cli.rb b/Formula/o/ohdear-cli.rb index 94e47ad3f74db..a3af3b4c6f505 100644 --- a/Formula/o/ohdear-cli.rb +++ b/Formula/o/ohdear-cli.rb @@ -8,7 +8,7 @@ class OhdearCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "e142196fd160453d6cb57aa083561c73079fb38778ba34152ff19f6b3447933d" + sha256 cellar: :any_skip_relocation, all: "7692f5e89ab3aac17c68d6ca63257213f46a2ebdef3650c3beecfc304e10e1d5" end depends_on "php" From 167ea571116ef4596f2b4a0817529d39ab7e1318 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:58 +0000 Subject: [PATCH 06996/10074] llama.cpp: update 5650 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 37b5edd4c927e..cdf830dafab47 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "79e8b9e04f5babd0b84296391619e4daf13e527b07a1355de7576fc3aeb6cd86" - sha256 cellar: :any, arm64_sonoma: "b79657efc87fd159696c161c762909d7fd2e32882ac7176ab1caf1ccc1bad914" - sha256 cellar: :any, arm64_ventura: "850e4c535bb3fb1c7511351432bf45f0acc3bf62f41d9999a3e2012bb0b5029d" - sha256 cellar: :any, sonoma: "c41c79f67027f2a807f8bcb94163c0015d2afac15d0f993a3cdd992e58e2a6e7" - sha256 cellar: :any, ventura: "9d2f3815651969a7b851ee31267f15c137daea7c79be746dd3a2d9726c07e331" - sha256 cellar: :any_skip_relocation, arm64_linux: "83916832bcd33ea8776fe08c53d45b97b8fa8b5d9376da65cfb064a102b990db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cffa08428ba071dd836ef1f16bfe92c703182c5f9e4a7beca27286fd37c1b339" + sha256 cellar: :any, arm64_sequoia: "1d1de1606125202f9582691bbdd659f01a856099d663f2b659c0ee01cf312548" + sha256 cellar: :any, arm64_sonoma: "ba9e22acaaca5ed1c70bd030a12c87024980c4e6cced1c40bc2e630f41d8bf01" + sha256 cellar: :any, arm64_ventura: "ea448da0e510020c15788de598f58b364e2bc7df76b5a634ec69759a4b7ecc90" + sha256 cellar: :any, sonoma: "059330914e3072ba5d6a0274bf20558c0eed9ce5bb33fd12dad5ce3afe303095" + sha256 cellar: :any, ventura: "0363382717b310f682e2136dd5e3b611275c2db3e71a346782bf962bfa9cb4d2" + sha256 cellar: :any_skip_relocation, arm64_linux: "7a47509dda50ea60bdf287a6e967155b2c00e73ca2d3bcebc2f4a9c1ed88fef0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e620c7f47fcb4df9dd1825ae047b946c217ab91f443d38557d355868bf4b6f5c" end depends_on "cmake" => :build From 966bffaf919055ea7881c9334a901c2ba0a0ee9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:35:43 +0000 Subject: [PATCH 06997/10074] testssl: update 3.2.1 bottle. --- Formula/t/testssl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/testssl.rb b/Formula/t/testssl.rb index 088a038c4ad87..7bb028dfa6ac7 100644 --- a/Formula/t/testssl.rb +++ b/Formula/t/testssl.rb @@ -7,7 +7,7 @@ class Testssl < Formula head "https://github.com/drwetter/testssl.sh.git", branch: "3.2" bottle do - sha256 cellar: :any_skip_relocation, all: "19b7c914535a968289f0dfc88162f78d78d9f8b793f0e58b5d4ca56fcc47a5a8" + sha256 cellar: :any_skip_relocation, all: "7b4fe21825f9fdac284931109a0f0bc57b7187e6946115357cad507a86067290" end depends_on "openssl@3" From a918d53b11eac22f818383784f45d9581a38159c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:41:10 +0000 Subject: [PATCH 06998/10074] topgrade: update 16.0.4 bottle. --- Formula/t/topgrade.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/topgrade.rb b/Formula/t/topgrade.rb index 72db850dd9ab2..dcfe31ad28534 100644 --- a/Formula/t/topgrade.rb +++ b/Formula/t/topgrade.rb @@ -12,13 +12,13 @@ class Topgrade < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1fca0552ffc2ff4fb6ebabb2202a7c7ae4c3792011008600b020c4a666c52d5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "16e84414710871b3c3155351f50fd2d9e06344897d49f2faca7713f736271f0b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4524024ae57ba17242373a89c913efe94a1fd640bfcd3d5a6f6abdb8c023d63d" - sha256 cellar: :any_skip_relocation, sonoma: "1205a2e8c71dbcfa47bb5b004a13e9bfd3b233fd503dd1005d1df1f4fdcd90c9" - sha256 cellar: :any_skip_relocation, ventura: "6bf8d9bfe59b9aa9559bf353e5d973244b41a4bf23a45757dbf7138cb4bde8e2" - sha256 cellar: :any_skip_relocation, arm64_linux: "d2dc8da7e5b1a567b556cc2f80b5fa5f6d2c76331bf9989a856b4d11f318b43b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc04c619d22b13491dc2c90a0fc5fcb9c9894f6c8e2ed6121d7eab89f462c4e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1fc6856309e26cf7fdc1e0174f2a26bccd1b91896ce98c532f516f2dd5b8077a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4f150cc51df93b3a7cf53b33572eae683cb2fef19c2956c0402e4d9d4910424" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7ccab8d3fe475fdbadc7d48b56f50eb9a2d6d5538871d4f1885999c4ee2f8241" + sha256 cellar: :any_skip_relocation, sonoma: "7bb5db91784cc41403a1e5470c8434102f555423808894304b7e78b6e3338772" + sha256 cellar: :any_skip_relocation, ventura: "21d4365b3877294ff31693581a9c54c5ed17e9e47c6a9828523b6ccfd5b8b613" + sha256 cellar: :any_skip_relocation, arm64_linux: "8dd9135cc243bad7f9f9dc4ddb1161b41d82641038d93ada736b2ddd5d995fea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a07e46192e7d3c7a7b423c527cdc045c787249d94a2a628d6a518cf376f28ace" end depends_on "rust" => :build From 348d22d07b372703dd9869be0d6afde9027c85aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:02:34 +0000 Subject: [PATCH 06999/10074] yara-x: update 1.1.0 bottle. --- Formula/y/yara-x.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index c5f11fbf49deb..47abae9b8596e 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -12,13 +12,13 @@ class YaraX < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "27e9fd18203799c4020379c11e27acdff15967d13f1fd965e5e6069295c6b1f3" - sha256 cellar: :any, arm64_sonoma: "364d198aa104d6c1468426046955136ecf4ef8b2dc12baf43ab3b806e5823a31" - sha256 cellar: :any, arm64_ventura: "703d1c3bbc97c33b18d33fff791bc95ca2307c3156149511147ce1b8ab575605" - sha256 cellar: :any, sonoma: "3325d09ec22a8039943c25efad26b11337532aa78e363a76f0224d5e22234b45" - sha256 cellar: :any, ventura: "9844c3ba2b8b46702566f1e4c56b6c6267cfe44859380ff1eaf8ee19cbc7cf49" - sha256 cellar: :any_skip_relocation, arm64_linux: "41335890bfd730f2650f9b8146042e582a65516beaaae15f2f609be0c7f1613f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc9db0a8c28d22b4934c8a9acc4ab5dcb4951f962f705604daf8c57ce390c2d3" + sha256 cellar: :any, arm64_sequoia: "241017c95d97f39e29730d0d51ede05cb5d943934a7d78fa51990a0aff3d9406" + sha256 cellar: :any, arm64_sonoma: "a3ef596bb84a5f2d0168dcc1079bd261a9ec8cd50646b738ffc9fecc0b15e60a" + sha256 cellar: :any, arm64_ventura: "8d3c52a044cca700e1c1d9e3b2d807f9760adbc513b787ed128994c4928ff504" + sha256 cellar: :any, sonoma: "85afc2e825ceba6a13e6ff6061be2bdd451af1d8a0293066c8cab13e28ccad77" + sha256 cellar: :any, ventura: "5f156f595d7860ce0ee015413bc04b38ee4dd348b3cfe714685d0b69948bfa8e" + sha256 cellar: :any_skip_relocation, arm64_linux: "7919951cd67ef7d57570c87763581d2c12ce381dc2951ac1e989df24f3bbc90c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f036347d37eb1ce446004253bf99ae9de37bf662bfe1a18808bf37802c8a95fe" end depends_on "cargo-c" => :build From 5f32b09a78662d7c7e2f54824e6411ed58b75131 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:28:40 +0000 Subject: [PATCH 07000/10074] pulumi: update 3.177.0 bottle. --- Formula/p/pulumi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index 683492365af75..e9d963d2c10b1 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -10,12 +10,12 @@ class Pulumi < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "772f54857cf512fc3dbfa06990c59c18d4e12d51d369860db49a9c2350280dc3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "79245ea6fe097f007ed1ce205c308715c6204e7cac18bc1f4aa250976c500977" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bdb0df94ea9a649986f55d1e168373045a969db9f0358e3299bf7fdb11910efd" - sha256 cellar: :any_skip_relocation, sonoma: "09c60ce2dc04e1ee21b0ee214219a38abdc8b9a0b710f2cdc1665056073b9d9a" - sha256 cellar: :any_skip_relocation, ventura: "2ee2982fc00a50b66c609c1f2b9cabe9bee873b134fce7d2287bd5d5166ab520" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b160de4ed6bb1e06e1cf5bd40c9ad7b1664b40b20e942fbd33abd803e2fc2aa0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "deb0894eb6625db2556b22b1b96464981b5a297d8726a4263b7cbe304ff2b8b2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d45cae2d97556d953fa2e0e9c2a8ccf46c30d40f4cfb0de93ddb6c2ef92dc574" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a88bc4e93c2716d8173e0c8bc4c844efdda1f49aa40a0665e05dde4f48938a96" + sha256 cellar: :any_skip_relocation, sonoma: "d732f8c81fa0a7c0eca24e8289342541f6d4adc0a92b797f25967fc94b454a76" + sha256 cellar: :any_skip_relocation, ventura: "b0445f1bd39efb21631fd0578e02c3c6b9986d1883a3b18c64f9c7821d6ad33d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d1dd54b93dea33f4636ed7ce12d57ef04c230178c5d9107a0dbff2a3710844e7" end depends_on "go" => :build From 4f3698f6e993fcdf4e162cddbcbe8eb5eabb59c3 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Thu, 12 Jun 2025 23:30:15 -0400 Subject: [PATCH 07001/10074] picotool: fix HEAD build --- Formula/p/picotool.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/picotool.rb b/Formula/p/picotool.rb index cf7bb48f36753..20047cd9a045b 100644 --- a/Formula/p/picotool.rb +++ b/Formula/p/picotool.rb @@ -45,6 +45,7 @@ def install resource("pico-sdk").stage buildpath/"pico-sdk" args = %W[-DPICO_SDK_PATH=#{buildpath}/pico-sdk] + args << "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" if build.head? system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args system "cmake", "--build", "build" From 72797c848c63582374386662e310288b8a4f2cca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:46:01 +0000 Subject: [PATCH 07002/10074] dotnet@8: update 8.0.17 bottle. --- Formula/d/dotnet@8.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dotnet@8.rb b/Formula/d/dotnet@8.rb index 58885e6d8894c..819b47e4c689d 100644 --- a/Formula/d/dotnet@8.rb +++ b/Formula/d/dotnet@8.rb @@ -12,12 +12,12 @@ class DotnetAT8 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "fd1d4dc64caaa5ca9738dd99c40f598ffe28017dc94d36b589cb522f84de5423" - sha256 cellar: :any, arm64_sonoma: "01df057c866f41909dc9e5691e656a8607fb34de62fb0faf23f31c65b0ba5556" - sha256 cellar: :any, arm64_ventura: "136ac1159cf77b58b9b770769dcc0e03dd4b7f4ea49724d6b2d18ab1ff13f462" - sha256 cellar: :any, ventura: "261d97665ee9dcf394b6ad5b89bc6d39f7f231a36db90f44b465dac14cecc57e" - sha256 cellar: :any_skip_relocation, arm64_linux: "e74118639a11bf3873efee66edb3b778ed5ef7d9e8ec3287fbd3a813306ef612" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f14a7a2e7158f440d8cf82ea8e272be2ee2750740a0509643dd3e2e60290ca43" + sha256 cellar: :any, arm64_sequoia: "c76ba181a19c804321a4002500d6ab0369cd1923f58addd2636010bb10c58c8c" + sha256 cellar: :any, arm64_sonoma: "03f61f2b385d27b2359700e19390aa75552ca395bcf071411c46cab2824f449b" + sha256 cellar: :any, arm64_ventura: "e3a47857b1bfbaa456874ed4d316a55041441590b137d49fa603769b580970a5" + sha256 cellar: :any, ventura: "52e29d245280633046339299aa80fe32f6d8722c4a89f2bf44e6611b8307df78" + sha256 cellar: :any_skip_relocation, arm64_linux: "b1a934e36da8c8299fc5fcbe9b79400156a373de5b516727905e35ff30a9137e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea31e82866bb8e185332394a90748707057f72c75cb75386f3c221b69577a3c2" end keg_only :versioned_formula From f43d25a4b02b63f9e0ae79d47b222c24f344b25e Mon Sep 17 00:00:00 2001 From: Junyu Liu Date: Fri, 13 Jun 2025 13:35:32 +0000 Subject: [PATCH 07003/10074] telegram-downloader 0.19.0 --- Formula/t/telegram-downloader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/telegram-downloader.rb b/Formula/t/telegram-downloader.rb index c61afa4d1a35f..aa5b360660dc9 100644 --- a/Formula/t/telegram-downloader.rb +++ b/Formula/t/telegram-downloader.rb @@ -1,8 +1,8 @@ class TelegramDownloader < Formula desc "Telegram Messenger downloader/tools written in Golang" homepage "https://docs.iyear.me/tdl/" - url "https://github.com/iyear/tdl/archive/refs/tags/v0.18.5.tar.gz" - sha256 "955f886ff980072d8ebe0a8c1d25bd67617cd9cacb0dfda84d28705132d2d72e" + url "https://github.com/iyear/tdl/archive/refs/tags/v0.19.0.tar.gz" + sha256 "228899c6ac2c4e3317e35b56751b366c658746a15f670567022aa6a950608bc1" license "AGPL-3.0-only" head "https://github.com/iyear/tdl.git", branch: "master" From 7da37ed9e233fd7e2e474297232450f0674c1149 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:51:43 +0000 Subject: [PATCH 07004/10074] aiven-client 4.7.3 --- Formula/a/aiven-client.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/a/aiven-client.rb b/Formula/a/aiven-client.rb index 743d79c90b4e1..753235897bbb2 100644 --- a/Formula/a/aiven-client.rb +++ b/Formula/a/aiven-client.rb @@ -3,10 +3,9 @@ class AivenClient < Formula desc "Official command-line client for Aiven" homepage "https://aiven.io/docs/tools/cli" - url "https://files.pythonhosted.org/packages/13/88/3e30de140ad09232e53f03a32feccdcb77f5df56a3412f28eb460e0612c0/aiven_client-4.7.2.tar.gz" - sha256 "78e8ea1a93c29e29b9aae77669d700aa3fe05c1c02d699c7c3b86d8f63bd6ec3" + url "https://files.pythonhosted.org/packages/a0/62/55a75ab81c5d030ad45cf66ad35545abf907bab5608be234e6bb1c3fa1d6/aiven_client-4.7.3.tar.gz" + sha256 "ec823cb3b5065417c6b4875c9c42f1810cad265f941974d618d602698647d29f" license "Apache-2.0" - revision 1 head "https://github.com/aiven/aiven-client.git", branch: "main" bottle do From d5633d806fa4789eea70fe5fbc6246752f97eb42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:53:29 +0000 Subject: [PATCH 07005/10074] aws-lc 1.53.0 --- Formula/a/aws-lc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-lc.rb b/Formula/a/aws-lc.rb index 4062be4424c4f..f3512e55ee9e8 100644 --- a/Formula/a/aws-lc.rb +++ b/Formula/a/aws-lc.rb @@ -1,8 +1,8 @@ class AwsLc < Formula desc "General-purpose cryptographic library" homepage "https://github.com/aws/aws-lc" - url "https://github.com/aws/aws-lc/archive/refs/tags/v1.52.1.tar.gz" - sha256 "fe552e3c3522f73afc3c30011745c431c633f7b4e25dcd7b38325f194a7b3b75" + url "https://github.com/aws/aws-lc/archive/refs/tags/v1.53.0.tar.gz" + sha256 "b7c3a456df40c0d19621848e8c7b70c1fa333f9e8f5aa72755890fb50c9963de" license all_of: ["Apache-2.0", "ISC", "OpenSSL", "MIT", "BSD-3-Clause"] livecheck do From 5f264eff84699836482797b885ef222f7586e42a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:55:46 +0000 Subject: [PATCH 07006/10074] telegram-downloader: update 0.19.0 bottle. --- Formula/t/telegram-downloader.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/telegram-downloader.rb b/Formula/t/telegram-downloader.rb index aa5b360660dc9..6ae1b6c173efb 100644 --- a/Formula/t/telegram-downloader.rb +++ b/Formula/t/telegram-downloader.rb @@ -9,12 +9,12 @@ class TelegramDownloader < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "99d307605dc690de7501f0bafafc35731bb575a3c21b92e786fbd66aab3ebb2c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbb286bc65050ea2f360cc19265521fb44282a47371b5522946b56eecdf99aa7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2c2a97506b4f0baf360dc45728ad61fb1cf2a51182a221d2b48d1aa1084a87a0" - sha256 cellar: :any_skip_relocation, sonoma: "2ee3c679c58716ba86d10ac5d45948c37c377add0e4a8afdffb48365ddba1d7e" - sha256 cellar: :any_skip_relocation, ventura: "72b0a5fa4b5561ec7012283ba4940d3984c022947499596c5126b664d2a13fd7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04b258450e657a0bfacf8e8bdc455650d1843881fd07d5445c6f787d34e849f3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "022a6a5206c4ccdca15699bc374989dcf429545a7e5333362ea3161d6f2ce8c8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8ae4c69b62aa40bec840f1f4d96ee354b56cc1861589c5b16f71b514b215312" + sha256 cellar: :any_skip_relocation, arm64_ventura: "53cf6c013ef8190eb58c4b515d85b20f0f6fd605e2dff1a49b637a87b77a93a4" + sha256 cellar: :any_skip_relocation, sonoma: "07e48be33404b5e1cafdeb682342a1dffbccba0de95ff50c2788865232aa7b2f" + sha256 cellar: :any_skip_relocation, ventura: "ccf7c91930b9650dca23fa0561b0f11bea42ef0df48ea7d7ba93c69ffb319445" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2f046f4b6861bc8979504049492fac2e3ec473d54bb89ed4b4d70d58c855e9c2" end depends_on "go" => :build From d20d809e7a1f0a2d76f0907b43f9880574a80ef7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:58:21 +0000 Subject: [PATCH 07007/10074] conduit 0.14.0 --- Formula/c/conduit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/conduit.rb b/Formula/c/conduit.rb index 1d8e4df1d1b4f..04d861d01ded6 100644 --- a/Formula/c/conduit.rb +++ b/Formula/c/conduit.rb @@ -1,8 +1,8 @@ class Conduit < Formula desc "Streams data between data stores. Kafka Connect replacement. No JVM required" homepage "https://conduit.io/" - url "https://github.com/ConduitIO/conduit/archive/refs/tags/v0.13.6.tar.gz" - sha256 "364a7c2ee713b3e776a57a211c915d0813c3398fd9af0492d33ebdd3eeb5d16c" + url "https://github.com/ConduitIO/conduit/archive/refs/tags/v0.14.0.tar.gz" + sha256 "4747b7a8b1cce5a32490ff3bb9c31e0d0cb4a97da75e2d4f9f97a33af9a8c4f1" license "Apache-2.0" head "https://github.com/ConduitIO/conduit.git", branch: "main" From bf8c4105ecf84e999595252412b0a7a70a80a076 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:00:54 +0000 Subject: [PATCH 07008/10074] doc8 2.0.0 --- Formula/d/doc8.rb | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Formula/d/doc8.rb b/Formula/d/doc8.rb index e0a2a00b0f1ce..1e85fc1226d70 100644 --- a/Formula/d/doc8.rb +++ b/Formula/d/doc8.rb @@ -3,8 +3,8 @@ class Doc8 < Formula desc "Style checker for Sphinx documentation" homepage "https://github.com/PyCQA/doc8" - url "https://files.pythonhosted.org/packages/11/28/b0a576233730b756ca1ebb422bc6199a761b826b86e93e5196dfa85331ea/doc8-1.1.2.tar.gz" - sha256 "1225f30144e1cc97e388dbaf7fe3e996d2897473a53a6dae268ddde21c354b98" + url "https://files.pythonhosted.org/packages/92/91/88bb55225046a2ee9c2243d47346c78d2ed861c769168f451568625ad670/doc8-2.0.0.tar.gz" + sha256 "1267ad32758971fbcf991442417a3935c7bc9e52550e73622e0e56ba55ea1d40" license "Apache-2.0" head "https://github.com/PyCQA/doc8.git", branch: "main" @@ -27,13 +27,13 @@ class Doc8 < Formula end resource "pbr" do - url "https://files.pythonhosted.org/packages/b2/35/80cf8f6a4f34017a7fe28242dc45161a1baa55c41563c354d8147e8358b2/pbr-6.1.0.tar.gz" - sha256 "788183e382e3d1d7707db08978239965e8b9e4e5ed42669bf4758186734d5f24" + url "https://files.pythonhosted.org/packages/01/d2/510cc0d218e753ba62a1bc1434651db3cd797a9716a0a66cc714cb4f0935/pbr-6.1.1.tar.gz" + sha256 "93ea72ce6989eb2eed99d0f75721474f69ad88128afdef5ac377eb797c4bf76b" end resource "pygments" do - url "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz" - sha256 "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end resource "restructuredtext-lint" do @@ -41,9 +41,14 @@ class Doc8 < Formula sha256 "1b235c0c922341ab6c530390892eb9e92f90b9b75046063e047cacfb0f050c45" end + resource "setuptools" do + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" + end + resource "stevedore" do - url "https://files.pythonhosted.org/packages/c4/59/f8aefa21020054f553bf7e3b405caec7f8d1f432d9cb47e34aaa244d8d03/stevedore-5.3.0.tar.gz" - sha256 "9a64265f4060312828151c204efbe9b7a9852a0d9228756344dbc7e4023e375a" + url "https://files.pythonhosted.org/packages/28/3f/13cacea96900bbd31bb05c6b74135f85d15564fc583802be56976c940470/stevedore-5.4.1.tar.gz" + sha256 "3135b5ae50fe12816ef291baff420acb727fcd356106e3e9cbfa9e5985cd6f4b" end def install From b2e515a48f9936cb02229a5c585aebab3335095e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:04:00 +0000 Subject: [PATCH 07009/10074] fonttools 4.58.3 --- Formula/f/fonttools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fonttools.rb b/Formula/f/fonttools.rb index c22ac515ae747..1c48a1b0cd18f 100644 --- a/Formula/f/fonttools.rb +++ b/Formula/f/fonttools.rb @@ -3,8 +3,8 @@ class Fonttools < Formula desc "Library for manipulating fonts" homepage "https://github.com/fonttools/fonttools" - url "https://files.pythonhosted.org/packages/b6/a9/3319c6ae07fd9dde51064ddc6d82a2b707efad8ed407d700a01091121bbc/fonttools-4.58.2.tar.gz" - sha256 "4b491ddbfd50b856e84b0648b5f7941af918f6d32f938f18e62b58426a8d50e2" + url "https://files.pythonhosted.org/packages/f1/6f/1d84f8a2765bed80d7229b3734dc402372838be6025ed44010ffd1a84607/fonttools-4.58.3.tar.gz" + sha256 "de9df7a2a16c9df518be8a5dcf2afd6feac63e26c6d44b29d34c4b697ac09e0e" license "MIT" head "https://github.com/fonttools/fonttools.git", branch: "main" From 5192b699b21fa3ef2a0cb70f47f2438e019b19a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:05:38 +0000 Subject: [PATCH 07010/10074] glib 2.84.3 --- Formula/g/glib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glib.rb b/Formula/g/glib.rb index a76babff71b2d..03b26e2d53086 100644 --- a/Formula/g/glib.rb +++ b/Formula/g/glib.rb @@ -3,8 +3,8 @@ class Glib < Formula desc "Core application library for C" homepage "https://docs.gtk.org/glib/" - url "https://download.gnome.org/sources/glib/2.84/glib-2.84.2.tar.xz" - sha256 "88e960dd937057407d61fcb3b45a860704b25923c37ae2478b85f2ecb5a4021f" + url "https://download.gnome.org/sources/glib/2.84/glib-2.84.3.tar.xz" + sha256 "aa4f87c3225bf57ca85f320888f7484901a17934ca37023c3bd8435a72db863e" license "LGPL-2.1-or-later" bottle do From 89150a1aab6860f7b861b12d465bda488c83af00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:14:24 +0000 Subject: [PATCH 07011/10074] lune 0.9.4 --- Formula/l/lune.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lune.rb b/Formula/l/lune.rb index 17a4b47babb80..07b4926490fdf 100644 --- a/Formula/l/lune.rb +++ b/Formula/l/lune.rb @@ -1,8 +1,8 @@ class Lune < Formula desc "Standalone Luau script runtime" homepage "https://lune-org.github.io/docs" - url "https://github.com/lune-org/lune/archive/refs/tags/v0.9.3.tar.gz" - sha256 "e3473cd9cbb0a6233fb96f230c0cbe4d19a2ced4bf833393957fa529c2c24b00" + url "https://github.com/lune-org/lune/archive/refs/tags/v0.9.4.tar.gz" + sha256 "73651a1e3edaa2c563d420d653906d2280c3ad8a92fb338a39faf95928508af1" license "MPL-2.0" bottle do From 1fe0175dfc4936106831f49281e5444bbd17ce40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:17:01 +0000 Subject: [PATCH 07012/10074] mx 7.55.3 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index edf7bb100687e..e8faaba9e94e6 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.55.2.tar.gz" - sha256 "aae3848ece37e3e279d607d7b933cfc3e424e018950c7480806635d06d485105" + url "https://github.com/graalvm/mx/archive/refs/tags/7.55.3.tar.gz" + sha256 "92604f3f660975a68420b009978230517da17a051bee298debf94a9264464c7a" license "GPL-2.0-only" livecheck do From ac176b302ded2d04dff35c1d36f4f27b2cb0da08 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:17:12 +0000 Subject: [PATCH 07013/10074] mydumper 0.19.3-1 --- Formula/m/mydumper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mydumper.rb b/Formula/m/mydumper.rb index 36c64356e3c26..7828f8a1ce11b 100644 --- a/Formula/m/mydumper.rb +++ b/Formula/m/mydumper.rb @@ -1,8 +1,8 @@ class Mydumper < Formula desc "MySQL logical backup tool" homepage "https://github.com/mydumper/mydumper" - url "https://github.com/mydumper/mydumper/archive/refs/tags/v0.19.1-3.tar.gz" - sha256 "e7feab21b8073a5a7809cf7cc56a08ae0f93313dfe3f6f1fe5c96eec12f09f9d" + url "https://github.com/mydumper/mydumper/archive/refs/tags/v0.19.3-1.tar.gz" + sha256 "e78c2b02b33d5d1092c4782e4841bbba5c0531b024b63038524a3ab25606e2fa" license "GPL-3.0-or-later" head "https://github.com/mydumper/mydumper.git", branch: "master" From 692f4848b44d61bff701353ea3a18451ad4693fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:18:48 +0000 Subject: [PATCH 07014/10074] ocicl 2.6.0 --- Formula/o/ocicl.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/o/ocicl.rb b/Formula/o/ocicl.rb index b6b0fc2c0432a..f2c9323ae1a07 100644 --- a/Formula/o/ocicl.rb +++ b/Formula/o/ocicl.rb @@ -1,10 +1,9 @@ class Ocicl < Formula desc "OCI-based ASDF system distribution and management tool for Common Lisp" homepage "https://github.com/ocicl/ocicl" - url "https://github.com/ocicl/ocicl/archive/refs/tags/v2.5.24.tar.gz" - sha256 "2a3c6b8c5d3e4fcb0da3f5796143a35aeb202215b56e7b7d7c2755f994d29377" + url "https://github.com/ocicl/ocicl/archive/refs/tags/v2.6.0.tar.gz" + sha256 "3310802143004b784bd229f67c1c264788e9e537fc4ea787bdeb186eb017f5bc" license "MIT" - revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a06f8f6b722e51f7cd09a9500ed6092e09c690e2c6d5e347ca6d32b5a4f5a115" From 9a5646467425d9892567664eeef67e878dbb6008 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:19:02 +0000 Subject: [PATCH 07015/10074] aiven-client: update 4.7.3 bottle. --- Formula/a/aiven-client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aiven-client.rb b/Formula/a/aiven-client.rb index 753235897bbb2..b6ff6afc869bc 100644 --- a/Formula/a/aiven-client.rb +++ b/Formula/a/aiven-client.rb @@ -9,7 +9,7 @@ class AivenClient < Formula head "https://github.com/aiven/aiven-client.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "1746ce37abfb5d724b5c970bbb15fe420d93ad0cf11ef592b4dc83c1f70b4edb" + sha256 cellar: :any_skip_relocation, all: "c635c653602c2f2435cf969eba6e678f0652a2aa8eeaf644d4d5bcba126bcc25" end depends_on "certifi" From c1afbf463664b6fc2ff84332cf5955eb4e62cccf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:19:21 +0000 Subject: [PATCH 07016/10074] opencl-headers 2025.06.13 --- Formula/o/opencl-headers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/opencl-headers.rb b/Formula/o/opencl-headers.rb index 08c17bc161a81..d3e26c6d4f9de 100644 --- a/Formula/o/opencl-headers.rb +++ b/Formula/o/opencl-headers.rb @@ -1,8 +1,8 @@ class OpenclHeaders < Formula desc "C language header files for the OpenCL API" homepage "https://www.khronos.org/registry/OpenCL/" - url "https://github.com/KhronosGroup/OpenCL-Headers/archive/refs/tags/v2024.10.24.tar.gz" - sha256 "159f2a550592bae49859fee83d372acd152328fdf95c0dcd8b9409f8fad5db93" + url "https://github.com/KhronosGroup/OpenCL-Headers/archive/refs/tags/v2025.06.13.tar.gz" + sha256 "8bf2fda271c3511ee1cd9780b97446e9fa0cf2b0765cdd54aee60074a4567644" license "Apache-2.0" head "https://github.com/KhronosGroup/OpenCL-Headers.git", branch: "main" From 907859cf9883fb5ac222e2f5ab3e5dcfc974faeb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:19:30 +0000 Subject: [PATCH 07017/10074] aws-lc: update 1.53.0 bottle. --- Formula/a/aws-lc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-lc.rb b/Formula/a/aws-lc.rb index f3512e55ee9e8..4a9f2d3b73512 100644 --- a/Formula/a/aws-lc.rb +++ b/Formula/a/aws-lc.rb @@ -11,13 +11,13 @@ class AwsLc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bbf44050a27bee919aebf08b15e04b94ac5bf3cc199095528ec5491ae62c4f41" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aaf5ae03f79818056ec1f6c48e6a2e96f6dc2b9bfbca860625e5b2514b1bca1f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c9d138a916f1a239a408c700a9f7535c6fe195184aac5f507e4d57afa20c2f1b" - sha256 cellar: :any_skip_relocation, sonoma: "d3d2bb8939ebf0abf42e8ff0314b8e2605fa274120f129ca974f88aae8c48332" - sha256 cellar: :any_skip_relocation, ventura: "ecffb698b128d28cb65e2bbfe7af7e5fe6ade8c5bf19f9b09d4e6d635ac1e32c" - sha256 cellar: :any_skip_relocation, arm64_linux: "f1fe3ba72954fd2b8fd9583a8ed32cf1f6f454dc9ff3606edd3a7ef75553913e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a727de42d27915134728a280d757edce0ee63a666c190821ca6a1c562dc33f60" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b32e904617a7d2edd9f48806dafbd628c5228cb81a3ad1bdbf0eeb5fa3d7e954" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7080e7a9dddea84e7b65acafd236c04bc27df75c8a6e5a3a6ceebce6095cda88" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fbd353cb57b9f146d1228c1083736dddd8f4545ceb3ad2e3ea7193e442e186a4" + sha256 cellar: :any_skip_relocation, sonoma: "cee9654455ffd802e4c0edad0387d73bc01aab0b3103db97d2d0df4ffe625e52" + sha256 cellar: :any_skip_relocation, ventura: "a243f0710a9799c4f5a3f779b783b83c0dd451c402ff74836045e079feb6a5f5" + sha256 cellar: :any_skip_relocation, arm64_linux: "4ee5f863f1d9f5a422348eb7d75e43c4dae8450074ecd64222709a6e1fc9e4b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "886cc92b621687abeb5ac0325c11fc542a03e6169e83d3bf6ba19ebeac9ef806" end keg_only "it conflicts with OpenSSL" From 9c115556dc1b31b679dc802403d81a51a8341b7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:19:44 +0000 Subject: [PATCH 07018/10074] doc8: update 2.0.0 bottle. --- Formula/d/doc8.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/d/doc8.rb b/Formula/d/doc8.rb index 1e85fc1226d70..d3444dc773d08 100644 --- a/Formula/d/doc8.rb +++ b/Formula/d/doc8.rb @@ -9,14 +9,13 @@ class Doc8 < Formula head "https://github.com/PyCQA/doc8.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c3b10a7def5a70553f390474664fa3dbdfe53bcb207536fa28459dbf0482e222" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3b10a7def5a70553f390474664fa3dbdfe53bcb207536fa28459dbf0482e222" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c3b10a7def5a70553f390474664fa3dbdfe53bcb207536fa28459dbf0482e222" - sha256 cellar: :any_skip_relocation, sonoma: "fc866ff039478a505cb59eb61e6150a4b0aa50c12a6aa9c9c31c6a9ed7b4e5b6" - sha256 cellar: :any_skip_relocation, ventura: "fc866ff039478a505cb59eb61e6150a4b0aa50c12a6aa9c9c31c6a9ed7b4e5b6" - sha256 cellar: :any_skip_relocation, arm64_linux: "91dca4d2cf20ac5bfcd98748cff5c0bf1df44253affc1cba3b5cd4aee1f3a334" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3b10a7def5a70553f390474664fa3dbdfe53bcb207536fa28459dbf0482e222" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea5ecd047b0f0a808eaa97c58b46d254a6d4b92738542c204262db7573fc95b5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea5ecd047b0f0a808eaa97c58b46d254a6d4b92738542c204262db7573fc95b5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ea5ecd047b0f0a808eaa97c58b46d254a6d4b92738542c204262db7573fc95b5" + sha256 cellar: :any_skip_relocation, sonoma: "1a8a1336329a659d6aa33f2876097010f0b8405a2305ec15de51b31e2510a0e4" + sha256 cellar: :any_skip_relocation, ventura: "1a8a1336329a659d6aa33f2876097010f0b8405a2305ec15de51b31e2510a0e4" + sha256 cellar: :any_skip_relocation, arm64_linux: "90c14c67e6b2965fb8a9e793573256cb9ebcdedd08cc7ca305eb41d5c916a465" + sha256 cellar: :any_skip_relocation, x86_64_linux: "90c14c67e6b2965fb8a9e793573256cb9ebcdedd08cc7ca305eb41d5c916a465" end depends_on "python@3.13" From f6702e90f6e05741c69a15d1a97cbab420195aa1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:19:58 +0000 Subject: [PATCH 07019/10074] conduit: update 0.14.0 bottle. --- Formula/c/conduit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/conduit.rb b/Formula/c/conduit.rb index 04d861d01ded6..014b0d2b3e5ac 100644 --- a/Formula/c/conduit.rb +++ b/Formula/c/conduit.rb @@ -12,12 +12,12 @@ class Conduit < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef81acc3fe81686bf5e478644f5ca288b77027e75d8dfd1cf62a3b66770600bd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa34468427feb8b04ae5397b37455350624a02df7f441cd5f0d006d47347a9df" - sha256 cellar: :any_skip_relocation, arm64_ventura: "447797bbf2994b87a874f24d1b99cae75c77eaace536903ab750e1855719cb07" - sha256 cellar: :any_skip_relocation, sonoma: "333725673fee0c241702ab8478eb2d22bf80bdff4a1a5d176af255ce92d4786c" - sha256 cellar: :any_skip_relocation, ventura: "cfb9858fc5f70aa69f8ac82f01e72d6981254573a31e27cf6573c9cf1395d2a3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6c25923e90629d6b6ab7dff3dcb2271a06e7662b2477bb15a2f849771fe82531" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c73e20dfa33416ce64040037ca7598f323225b06bf11ff7d9caf0992e7bb0910" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "badd297ac7b2138dbdfcfb4fbe66459a7e5dac5fbeeb6f7d81ddeb919978ad94" + sha256 cellar: :any_skip_relocation, arm64_ventura: "53d9b586efdc7a2e87004979dc51313c4858388b9d8a3aab4610843cd0a83b82" + sha256 cellar: :any_skip_relocation, sonoma: "c3ca928abb6ada159254a94275ab9e9b7c67f2e310be6278ac24e590b340a724" + sha256 cellar: :any_skip_relocation, ventura: "cfed5653e00116ee2b17fab9b0678514fecef893e04e58de7b46bbbaf69d8338" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5ce98054ac53225a6aa027d7b5929a116e13dce0bd82ea35887fb0b6c0913922" end depends_on "go" => :build From 134c8980bbd5bb6f7d714739f79a54d18c7fb316 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:21:00 +0000 Subject: [PATCH 07020/10074] pdfalyzer 1.16.3 --- Formula/p/pdfalyzer.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pdfalyzer.rb b/Formula/p/pdfalyzer.rb index 2b34bf268b895..27d81a5ff2b0c 100644 --- a/Formula/p/pdfalyzer.rb +++ b/Formula/p/pdfalyzer.rb @@ -3,8 +3,8 @@ class Pdfalyzer < Formula desc "PDF analysis toolkit" homepage "https://github.com/michelcrypt4d4mus/pdfalyzer" - url "https://files.pythonhosted.org/packages/1f/e4/3310a02630e6f6a3309fb724e94c31c67f63c467bc42c4ad00bdc7e35d46/pdfalyzer-1.16.2.tar.gz" - sha256 "3dc9f1e4b6b542dca44e9e5dee887ddbef2f697b2393383791b6cfdf65994afc" + url "https://files.pythonhosted.org/packages/6f/93/6efa6cc16febb047ffcabea8cb02dafb11ab3de6addc1cfe310e8d5cc20b/pdfalyzer-1.16.3.tar.gz" + sha256 "d6603631ac55a74f0d6c9d9b4356cb0caf635324f85cd8c5d69a4bbf5ac42e42" license "GPL-3.0-or-later" head "https://github.com/michelcrypt4d4mus/pdfalyzer.git", branch: "master" @@ -42,8 +42,8 @@ class Pdfalyzer < Formula end resource "pypdf" do - url "https://files.pythonhosted.org/packages/e0/c8/543f8ae1cd9e182e9f979d9ab1df18e3445350471abadbdabc0166ae5741/pypdf-5.5.0.tar.gz" - sha256 "8ce6a18389f7394fd09a1d4b7a34b097b11c19088a23cfd09e5008f85893e254" + url "https://files.pythonhosted.org/packages/40/46/67de1d7a65412aa1c896e6b280829b70b57d203fadae6859b690006b8e0a/pypdf-5.6.0.tar.gz" + sha256 "a4b6538b77fc796622000db7127e4e58039ec5e6afd292f8e9bf42e2e985a749" end resource "python-dotenv" do @@ -62,8 +62,8 @@ class Pdfalyzer < Formula end resource "yara-python" do - url "https://files.pythonhosted.org/packages/f0/12/73703b53de2d3aa1ead055d793035739031793c32c6b20aa2f252d4eb946/yara_python-4.5.2.tar.gz" - sha256 "9086a53c810c58740a5129f14d126b39b7ef61af00d91580c2efb654e2f742ce" + url "https://files.pythonhosted.org/packages/51/38/347d1fcde4edabd338d5872ca5759ccfb95ff1cf5207dafded981fd08c4f/yara_python-4.5.4.tar.gz" + sha256 "4c682170f3d5cb3a73aa1bd0dc9ab1c0957437b937b7a83ff6d7ffd366415b9c" end resource "yaralyzer" do From 130e1406cdbccd19bce24c5040bc8a8c0b180b32 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:22:20 +0000 Subject: [PATCH 07021/10074] fonttools: update 4.58.3 bottle. --- Formula/f/fonttools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fonttools.rb b/Formula/f/fonttools.rb index 1c48a1b0cd18f..5d3ec2b07ddf2 100644 --- a/Formula/f/fonttools.rb +++ b/Formula/f/fonttools.rb @@ -9,13 +9,13 @@ class Fonttools < Formula head "https://github.com/fonttools/fonttools.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "784ae3d6aaab125ecac9976e4fcd69a3233aa6d1c1e8992d2cb35a12c9169a12" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c34c91facf3b6af85a7cadba224d621b5d4c7af3c83e5becee7b252cfb82a94f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2562cf70b7cf4ac4039fc5c2dca977ffdd19a7cb1dd6b92b4f727e6b2c910b3d" - sha256 cellar: :any_skip_relocation, sonoma: "9a46dcfb6516a582ee720c97f60a8b883d597e4a77ecf51f12b71f9ae6818a8f" - sha256 cellar: :any_skip_relocation, ventura: "2c59c11bb76149872015795e280811ca04369ebae949aa45941d1faff3d6a233" - sha256 cellar: :any_skip_relocation, arm64_linux: "b30378e8e16e6ba77db859c1b6cfa406292bbaf5dcfa368265fb3c990ffd7a88" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3599c8ab5b7c4044c9a2864955f7132c7dc7aed8278463e964692dcb3b1139e5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc27f5d9b747c19f7ec7f2a1d7ee9e19a08b13216db75f9c6e6fcc92e0b898f2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "45d3df36ea594f41f09891ac503b957106a1a523da13aa7acd090de10447c4a9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8fcde00381ecdfa4bbca1a9bfe8c559594a47cc8cdb85ab854ff03deb786b36a" + sha256 cellar: :any_skip_relocation, sonoma: "85dc0510fed6048aa7add0a526b5e8006290c336e5a8733129573758f8c6617d" + sha256 cellar: :any_skip_relocation, ventura: "8b571bf397433e0b9f598176af26dfb6eada4b4834ef7ea63a5c12a8db04076f" + sha256 cellar: :any_skip_relocation, arm64_linux: "c37810251712008faf9a621276402ad1943bdc56609137da6bfe95484bbad93c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "790d18ea939dd2291866b0d679a72a9fdc5fdf116ce3a1e03a0850b6219a9a36" end depends_on "python@3.13" From 8945f9446448c35b8f0328f8ee6ff7a86fcd0eaa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:26:39 +0000 Subject: [PATCH 07022/10074] sesh 2.16.0 --- Formula/s/sesh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sesh.rb b/Formula/s/sesh.rb index a06f15224c400..42f14d3ae88fe 100644 --- a/Formula/s/sesh.rb +++ b/Formula/s/sesh.rb @@ -1,8 +1,8 @@ class Sesh < Formula desc "Smart session manager for the terminal" homepage "https://github.com/joshmedeski/sesh" - url "https://github.com/joshmedeski/sesh/archive/refs/tags/v2.15.0.tar.gz" - sha256 "bd74d4ef697fd186ee74b76f2100b16cb5ed2eb43d5e478c4c5481b659196d4d" + url "https://github.com/joshmedeski/sesh/archive/refs/tags/v2.16.0.tar.gz" + sha256 "cc306c0420ee81d5bf0ab8f8c9ce17df2c33fb2152b050c6b8ef76309eb63942" license "MIT" head "https://github.com/joshmedeski/sesh.git", branch: "main" From a3895bfd4662f14e6a18b3ff16f98eb99a716f58 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:32:51 +0000 Subject: [PATCH 07023/10074] wayland-protocols 1.45 --- Formula/w/wayland-protocols.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wayland-protocols.rb b/Formula/w/wayland-protocols.rb index 1187dd7a4dbe0..c46f8d8148944 100644 --- a/Formula/w/wayland-protocols.rb +++ b/Formula/w/wayland-protocols.rb @@ -1,8 +1,8 @@ class WaylandProtocols < Formula desc "Additional Wayland protocols" homepage "https://wayland.freedesktop.org" - url "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.44/downloads/wayland-protocols-1.44.tar.xz" - sha256 "3df1107ecf8bfd6ee878aeca5d3b7afd81248a48031e14caf6ae01f14eebb50e" + url "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.45/downloads/wayland-protocols-1.45.tar.xz" + sha256 "4d2b2a9e3e099d017dc8107bf1c334d27bb87d9e4aff19a0c8d856d17cd41ef0" license "MIT" livecheck do From 396cc4c493a5b401d18953a5fecaa21a416a21fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:35:07 +0000 Subject: [PATCH 07024/10074] homebrew-actions.yml: update to match main configuration --- .github/codeql/extensions/homebrew-actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codeql/extensions/homebrew-actions.yml b/.github/codeql/extensions/homebrew-actions.yml index d82c10fc86257..a341b52f8ba66 100644 --- a/.github/codeql/extensions/homebrew-actions.yml +++ b/.github/codeql/extensions/homebrew-actions.yml @@ -1,6 +1,8 @@ +# This file is synced from the `.github` repository, do not modify it directly. extensions: - addsTo: pack: codeql/actions-all extensible: trustedActionsOwnerDataModel data: - ["Homebrew"] + From 416d7a9b8588e5089375f2f9f07d8abeb332c2b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:35:07 +0000 Subject: [PATCH 07025/10074] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 7bf071a56e4a5..59ff9e61a61a2 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Set up Homebrew id: setup-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: false cask: false @@ -63,7 +63,15 @@ jobs: path: results.sarif - name: Set up actionlint - run: echo "::add-matcher::$(brew --repository)/.github/actionlint-matcher.json" + run: | + # In homebrew-core, setting `shell: /bin/bash` prevents shellcheck from running on + # those steps, so let's change them to `shell: bash` temporarily for better linting. + sed -i 's|shell: /bin/bash -x|shell: bash -x|' .github/workflows/*.y*ml + + # In homebrew-core, the JSON matcher needs to be accessible to the container host. + cp "$(brew --repository)/.github/actionlint-matcher.json" "$HOME" + + echo "::add-matcher::$HOME/actionlint-matcher.json" - run: actionlint @@ -88,7 +96,8 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 + uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19 with: sarif_file: results.sarif category: zizmor + From 402885116e80418fdf19fe128e87cb6697677c11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:35:07 +0000 Subject: [PATCH 07026/10074] stale-issues.yml: update to match main configuration --- .github/workflows/stale-issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index c4bfc33e0ee09..0ee95ed68400d 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -80,3 +80,4 @@ jobs: exempt-pr-labels: "help wanted,in progress" any-of-labels: "bump-formula-pr,bump-cask-pr" delete-branch: true + From 05e95361287da5bf6f46b22d862f1ac6e8755d29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:35:07 +0000 Subject: [PATCH 07027/10074] zizmor.yml: update to match main configuration --- .github/zizmor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/zizmor.yml b/.github/zizmor.yml index 37fe3fad5699a..146ea81d73f99 100644 --- a/.github/zizmor.yml +++ b/.github/zizmor.yml @@ -1,5 +1,7 @@ +# This file is synced from the `.github` repository, do not modify it directly. rules: unpinned-uses: config: policies: Homebrew/actions/*: ref-pin + From b229ceda17ff79318521356629db07fb28877c07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:35:56 +0000 Subject: [PATCH 07028/10074] lune: update 0.9.4 bottle. --- Formula/l/lune.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lune.rb b/Formula/l/lune.rb index 07b4926490fdf..dc89d1275e576 100644 --- a/Formula/l/lune.rb +++ b/Formula/l/lune.rb @@ -6,13 +6,13 @@ class Lune < Formula license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5b3d61c7ebbcb715bd7bf9a9632015a52fa09e0410d89975a84a7b89ac4678e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e72bdde48fa6b8ad6ffa7b6cf62689c2da86f25952d655e986d8ae8db80658d8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1a7b8dc47047ab805fc37366edd7a5f14fd193fd78390d6763bf763ce83e1841" - sha256 cellar: :any_skip_relocation, sonoma: "1d6a98a73cd6346d95c9fd8ceb6cad2c23699a5ce2de7098210241ae28af8695" - sha256 cellar: :any_skip_relocation, ventura: "58e3d58db4d133fccba1fbd11c8d82c80bf4034a599de7c51529a60ac4e2bafc" - sha256 cellar: :any_skip_relocation, arm64_linux: "889879e810be625eb12d81b35185cb87c9fef6dd27074c004c8770f012c45fa1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "02542d2394acfd0c723b91ad514bc9a97f20e77c3856bd057f8f28a4e6514452" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac62521b4eb426fa93babae1f8006bfc20d97b59f7866ac9de482cee42d38c45" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "255bd8f549977d881abc1ff056d3b237669627b6d1415a141d7ea677942eef86" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1e8aa1f5b0a0e68da5258a032c8187a6ec3e7da016bbbd42a5403457935cb0e6" + sha256 cellar: :any_skip_relocation, sonoma: "ba7e2791facd1ac39605b5aaf928a8334ba9da3eed661868a38d6ddbc9282c45" + sha256 cellar: :any_skip_relocation, ventura: "2fba0afb77f4b965af2315c00fc8903569fa434019639594f6531078f40553a8" + sha256 cellar: :any_skip_relocation, arm64_linux: "be022917922aab67bebe6690fdc9eba8ae60237e0769d4ecc90afdbd750c29ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "960d2c0660c5c5b431ae60d31146f68707f2feca2043c01a430329bf350db449" end depends_on "cmake" => :build From 47e2bd86011d2938d2a63c050a0f6aab4c1c2c6d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:36:10 +0000 Subject: [PATCH 07029/10074] mx: update 7.55.3 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index e8faaba9e94e6..ffff7628c650e 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "da245b8416a881cd8b06ba7bf7d24c3694e176f05e7d1b33d61923221066aac9" + sha256 cellar: :any_skip_relocation, all: "2762ccc36213e5b49bc83760613433786d08ad1828e6dc37c6994794ad699591" end depends_on "openjdk" => :test From a81d6d6deb5cb389ef71ed46c7b2643a4c168df2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:44:07 +0000 Subject: [PATCH 07030/10074] mydumper: update 0.19.3-1 bottle. --- Formula/m/mydumper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mydumper.rb b/Formula/m/mydumper.rb index 7828f8a1ce11b..d4c9383ce50e8 100644 --- a/Formula/m/mydumper.rb +++ b/Formula/m/mydumper.rb @@ -13,13 +13,13 @@ class Mydumper < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "17b15d765a3b9dd55a58cd299e1b82b318a77872f015bace521bd4c5f9b4007d" - sha256 cellar: :any, arm64_sonoma: "2e103237038c2913cf0ea2b36c1e3cd0420ed633020e07598755da52c25e4885" - sha256 cellar: :any, arm64_ventura: "2a8a9307520a9fdf50fa6ccfe233fdc1d488b5d218c4472742541b2a3dff4e06" - sha256 cellar: :any, sonoma: "450d772960aad232b7b639c7c52a254a76c68e85c2bcfacaffc3ec7d80814931" - sha256 cellar: :any, ventura: "6614ed61e8b36f9e7f02f48d985a2b46053652f92dade60bca559c1acb63f511" - sha256 cellar: :any_skip_relocation, arm64_linux: "7cdb629423cc0f18ddcf7ef7a0c2eab87970c00d7c4e42f822b9f567b73a4ccf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0318d32774a013eb348768d2a18ad8c6797d5dcfdc14fb0226a6676973176931" + sha256 cellar: :any, arm64_sequoia: "12029d778d48d042d0569120f35066ff35d321bafdb4574ee4976a9c7f5d8174" + sha256 cellar: :any, arm64_sonoma: "ae3ed1c7486bcf76eee921ee7d30975025815fb9b4fee7ba874610c449c5545a" + sha256 cellar: :any, arm64_ventura: "e34ecd329869d62a27bb2a862a0f28a8e2a81a33292015339577fc4a1c2d209e" + sha256 cellar: :any, sonoma: "3bc1002dcc24a8c184a9b5be18b58b3a493047200864335fc1db4c2b34f49ebb" + sha256 cellar: :any, ventura: "e9bc164be23ffa468f88b3c8f8c316ba5b3d5d5d05f8084a775a288c800d759b" + sha256 cellar: :any_skip_relocation, arm64_linux: "2ac77d4e561b4321e60e1d7abb2abe0252e450f984e431ccf1d7f8ef31e76d50" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a954b9706ff7c21606f8fd62d66e989f0f220df804f90820b904ef2d43f36cf" end depends_on "cmake" => :build From 8882612cc2ca544e2e8f4a9f98b5226076117713 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:47:19 +0000 Subject: [PATCH 07031/10074] ocicl: update 2.6.0 bottle. --- Formula/o/ocicl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ocicl.rb b/Formula/o/ocicl.rb index f2c9323ae1a07..e9aa352c11c58 100644 --- a/Formula/o/ocicl.rb +++ b/Formula/o/ocicl.rb @@ -6,13 +6,13 @@ class Ocicl < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a06f8f6b722e51f7cd09a9500ed6092e09c690e2c6d5e347ca6d32b5a4f5a115" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "df30f690994546b91ccf886db5a91f314b1c5499ed50f1b534307c7c6f7ea798" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f49435d7cfcef4d789346a1fdb42f6dfa81e4d7fe5c0fbf1b5bf9c8fb601d508" - sha256 cellar: :any_skip_relocation, sonoma: "e3ffc9b6b1895c613400f1855009439968acb2f8ba370ba83c26e089df952dbb" - sha256 cellar: :any_skip_relocation, ventura: "b0e2a6dfba7f65bd09cdc5d9098f33603db6a9e8f765322845f82c702a630df4" - sha256 cellar: :any_skip_relocation, arm64_linux: "cc7f54e836c1097d1a7950c7e39b21624146a056f055d59380717b4b64db79c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "69c590b1efcd1e986a39053023f181607f2447be6455374421626f8cbd47669e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b43497043d6f5b5ef74dd18a715d15387b83de89d0ffe4251d36693c119c042c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1429f64417f1563fea2ebf7943a08d72c8f403274130b56e2028c4127df642ae" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f2fc2c63d5d44b4b82cde10b3a0859d94f8d427a6fdc0f6fb68e7a2055659903" + sha256 cellar: :any_skip_relocation, sonoma: "62e5273058c59db327f23ebd1c17b4c3c0a83f281e3c3c79dd77ae696f8e0618" + sha256 cellar: :any_skip_relocation, ventura: "06a1249400562929f96fddf7f1204f9e1b1f279b793a27710f5a1957f281384f" + sha256 cellar: :any_skip_relocation, arm64_linux: "e80ce157b212971af137b5f69a7b293d0fae43cf529cf8ad0623bd9085224010" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b702c18680bf105a49d38536941e0f47db16ec341868fc94a4115fa46ecb5ea" end depends_on "sbcl" From 77915fbbe853a15add7d8eb6d6aac68022fe1e2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:52:04 +0000 Subject: [PATCH 07032/10074] sesh: update 2.16.0 bottle. --- Formula/s/sesh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sesh.rb b/Formula/s/sesh.rb index 42f14d3ae88fe..9b6e5b67399a0 100644 --- a/Formula/s/sesh.rb +++ b/Formula/s/sesh.rb @@ -7,12 +7,12 @@ class Sesh < Formula head "https://github.com/joshmedeski/sesh.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "39c8317dd26af424b8a5373708ec2ccf46e9ca07001a9059f941dd2f8d63c6d5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "39c8317dd26af424b8a5373708ec2ccf46e9ca07001a9059f941dd2f8d63c6d5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "39c8317dd26af424b8a5373708ec2ccf46e9ca07001a9059f941dd2f8d63c6d5" - sha256 cellar: :any_skip_relocation, sonoma: "11565cac4e96371bf526e2cf03088229e14c9163037545a127af19817f87f0ae" - sha256 cellar: :any_skip_relocation, ventura: "11565cac4e96371bf526e2cf03088229e14c9163037545a127af19817f87f0ae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9b6ef898823271ed7926e4862504dfed4c64749c7e3cc03a2446a1b2491739fd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff7fdd5bf457762c359ed0d9353f2da8a9bd0e76c67bd6ce5e35004126e15f5b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff7fdd5bf457762c359ed0d9353f2da8a9bd0e76c67bd6ce5e35004126e15f5b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ff7fdd5bf457762c359ed0d9353f2da8a9bd0e76c67bd6ce5e35004126e15f5b" + sha256 cellar: :any_skip_relocation, sonoma: "33455a30df03c4cbf887121221834cd1c90fdb66bf7332555eaf409fa18e44b5" + sha256 cellar: :any_skip_relocation, ventura: "33455a30df03c4cbf887121221834cd1c90fdb66bf7332555eaf409fa18e44b5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dee011602b25f2749eab451a66de177fedffa446556ccf736a97ee9faef659fa" end depends_on "go" => :build From 82d7fdf8d588149c7ff61c4472896b751ad10cec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:53:09 +0000 Subject: [PATCH 07033/10074] pdfalyzer: update 1.16.3 bottle. --- Formula/p/pdfalyzer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pdfalyzer.rb b/Formula/p/pdfalyzer.rb index 27d81a5ff2b0c..a4c98a647e88f 100644 --- a/Formula/p/pdfalyzer.rb +++ b/Formula/p/pdfalyzer.rb @@ -9,13 +9,13 @@ class Pdfalyzer < Formula head "https://github.com/michelcrypt4d4mus/pdfalyzer.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "495b99c25533d988489121de8684db726b9745a2fefc94e33ef5443a0c8e8349" - sha256 cellar: :any, arm64_sonoma: "0bff2364cdca473977532fb2fa9d2f4df0f7de072974289f700f559d979cab8a" - sha256 cellar: :any, arm64_ventura: "c21de38e8749af76b07927f39841ff08070ffb69b9c8c97367d8b3862cd2fef8" - sha256 cellar: :any, sonoma: "a3d36da767e2ac75bb97875c611d8ce6cb30a94dd9a21f8544886daef17eca78" - sha256 cellar: :any, ventura: "4144083c26d065d68863f7cec6cc9df686cdda4159e5c17ad192fb2588b0a95b" - sha256 cellar: :any_skip_relocation, arm64_linux: "5132a7ed4c428843c1f30233f3197f1e9dd1178cfa0e62f176f062ef70da33d5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea0b75f1b5d97e7cfa50dda9069142c161e97e4fcdb667a0af6ce92eada5ae34" + sha256 cellar: :any, arm64_sequoia: "681fbdcaabd4976e428572aa61c8cb696c2fa77612108223434bd9d18e7eaa85" + sha256 cellar: :any, arm64_sonoma: "d94357aa58d032c894a701e1148076e9382240715820d863553e9329044e1520" + sha256 cellar: :any, arm64_ventura: "a8765f1cd08a97096720ba081d137e703d785a67b0d4de04025fbd59c3adb398" + sha256 cellar: :any, sonoma: "992f2a837f5eacfcf2aa279ea315fe9e102348e5be2036a4038e06437c1715f4" + sha256 cellar: :any, ventura: "d1c670a4cea7bf532d92ed86e1c69bca2dd5a43140ff1028788e2d321225aab4" + sha256 cellar: :any_skip_relocation, arm64_linux: "82daabce73119e0d631edb62fd55583d5d0de9751f0254203237f09bf45252f7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d6d6dc5663bddffef84c8f360aabb2db8a9cd0a1734f404a12d031deb14f1e8f" end depends_on "openssl@3" From 4b826365c2fadefb28c89af49aba762bb1eca7bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:54:31 +0000 Subject: [PATCH 07034/10074] opencl-headers: update 2025.06.13 bottle. --- Formula/o/opencl-headers.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/opencl-headers.rb b/Formula/o/opencl-headers.rb index d3e26c6d4f9de..f6d05016cb6f4 100644 --- a/Formula/o/opencl-headers.rb +++ b/Formula/o/opencl-headers.rb @@ -7,13 +7,13 @@ class OpenclHeaders < Formula head "https://github.com/KhronosGroup/OpenCL-Headers.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" - sha256 cellar: :any_skip_relocation, sonoma: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" - sha256 cellar: :any_skip_relocation, ventura: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" - sha256 cellar: :any_skip_relocation, arm64_linux: "bb2cfe0d4bcf9b84ada89ca96c58bf6fb9573f84c9bdfcf1103d0a5ea61a7060" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23cb70827358da453160139e62a4f60bfbb65499b5f03dd8c2468ef63cf3f315" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1" + sha256 cellar: :any_skip_relocation, sonoma: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1" + sha256 cellar: :any_skip_relocation, ventura: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1" + sha256 cellar: :any_skip_relocation, arm64_linux: "bd80e14dfdebbc4b2498c950027ed59233d595829cb882c6c500542befdf092c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd80e14dfdebbc4b2498c950027ed59233d595829cb882c6c500542befdf092c" end keg_only :shadowed_by_macos, "macOS provides OpenCL.framework" From 8a16905831cb4cacf1d1e5491531ce9ccd6df063 Mon Sep 17 00:00:00 2001 From: Tilt Dev Date: Fri, 13 Jun 2025 14:56:17 +0000 Subject: [PATCH 07035/10074] tilt 0.35.0 --- Formula/t/tilt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tilt.rb b/Formula/t/tilt.rb index 5397f429aa0b0..7857a21768ad0 100644 --- a/Formula/t/tilt.rb +++ b/Formula/t/tilt.rb @@ -2,8 +2,8 @@ class Tilt < Formula desc "Define your dev environment as code. For microservice apps on Kubernetes" homepage "https://tilt.dev/" url "https://github.com/tilt-dev/tilt.git", - tag: "v0.34.5", - revision: "0b2f9287b2900a854f0e474a10b2f8496a857ff7" + tag: "v0.35.0", + revision: "f43ca2120a05906725b67493f6cf35b23ec720bf" license "Apache-2.0" head "https://github.com/tilt-dev/tilt.git", branch: "master" From d6956ee65afd91ac4615b934639c48cc78d47d4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:01:06 +0000 Subject: [PATCH 07036/10074] homebrew-actions.yml: update to match main configuration --- .github/codeql/extensions/homebrew-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codeql/extensions/homebrew-actions.yml b/.github/codeql/extensions/homebrew-actions.yml index d82c10fc86257..8d4091650bff2 100644 --- a/.github/codeql/extensions/homebrew-actions.yml +++ b/.github/codeql/extensions/homebrew-actions.yml @@ -1,3 +1,4 @@ +# This file is synced from the `.github` repository, do not modify it directly. extensions: - addsTo: pack: codeql/actions-all From 9d40a9304441b5976b267eb4ab243bfa4a46155b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:01:06 +0000 Subject: [PATCH 07037/10074] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 7bf071a56e4a5..3cb9fd6b1dd38 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Set up Homebrew id: setup-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: false cask: false @@ -63,7 +63,15 @@ jobs: path: results.sarif - name: Set up actionlint - run: echo "::add-matcher::$(brew --repository)/.github/actionlint-matcher.json" + run: | + # In homebrew-core, setting `shell: /bin/bash` prevents shellcheck from running on + # those steps, so let's change them to `shell: bash` temporarily for better linting. + sed -i 's|shell: /bin/bash -x|shell: bash -x|' .github/workflows/*.y*ml + + # In homebrew-core, the JSON matcher needs to be accessible to the container host. + cp "$(brew --repository)/.github/actionlint-matcher.json" "$HOME" + + echo "::add-matcher::$HOME/actionlint-matcher.json" - run: actionlint @@ -88,7 +96,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 + uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19 with: sarif_file: results.sarif category: zizmor From 36a973d80770d7f806da3a8854f4e7d9d70a5773 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:01:06 +0000 Subject: [PATCH 07038/10074] zizmor.yml: update to match main configuration --- .github/zizmor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/zizmor.yml b/.github/zizmor.yml index 37fe3fad5699a..465fbd2c2e052 100644 --- a/.github/zizmor.yml +++ b/.github/zizmor.yml @@ -1,3 +1,4 @@ +# This file is synced from the `.github` repository, do not modify it directly. rules: unpinned-uses: config: From 9e68a4259cbc0ddfa65ce8ff8917b0e55b034a0e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:22:32 +0000 Subject: [PATCH 07039/10074] tilt: update 0.35.0 bottle. --- Formula/t/tilt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tilt.rb b/Formula/t/tilt.rb index 7857a21768ad0..059f6bf840ad4 100644 --- a/Formula/t/tilt.rb +++ b/Formula/t/tilt.rb @@ -10,13 +10,13 @@ class Tilt < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "50700b10519453046b074ef94fe983543fa7e547acf2e40ecad9672ee80cda73" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d62e2b6a4797fb58944e00d063d31ad67e8d436c4830f7ef79ad3a4007b5418" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c48ba2a219909ebda580824da9126d69bb08a7a062e357cfb4906d63e5406454" - sha256 cellar: :any_skip_relocation, sonoma: "db39ef09e74e2ee75f164d3ff90a5c289f4e0c5419b9636f6dc97749f97b588e" - sha256 cellar: :any_skip_relocation, ventura: "c294090151ebbad8ae1aeca12573f7b365a030c21c4291c6436e8e0f32cb8c71" - sha256 cellar: :any_skip_relocation, arm64_linux: "2ffb6524dac9087097f754d352c5bdc2cd02583dd1cdf73dfa3f4a8788c8845f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eed76e76a3368a0372321099a6f69530d764739e7ff524fa4ca56a1e1727e369" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b7344fa92f5c70786363895f3b645e3c61931c9caccf0626d475328011b74fb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75dd54cbace4f4015d5bbda7e77e3d5ee8fbbd5ec4136e9d68454e08cf394551" + sha256 cellar: :any_skip_relocation, arm64_ventura: "11825fd334495af98c442aa0b96296079089adbb45197a42ab8f4ac0ccc53740" + sha256 cellar: :any_skip_relocation, sonoma: "345b4ca5ad5774d82902be83121f61d7f770c77494aa967fe281ae02faf7c602" + sha256 cellar: :any_skip_relocation, ventura: "2ef1ef73d26e0da1cd5dc3417ae02ae166580840c63ffba5aef2439c1cb22d70" + sha256 cellar: :any_skip_relocation, arm64_linux: "4e6c06864c7c59e455b37771184adff8a7d7cfa04ee219af54e9b09d050e9c1d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f25a94814af709f571afa043434bfbd4a8068e38d73e1c289f9f7727b416fb30" end depends_on "go" => :build From 81112330b030a0de1926e11c1e2d90a453fd10ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:48:24 +0000 Subject: [PATCH 07040/10074] homebrew-actions.yml: update to match main configuration --- .github/codeql/extensions/homebrew-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/codeql/extensions/homebrew-actions.yml b/.github/codeql/extensions/homebrew-actions.yml index a341b52f8ba66..8d4091650bff2 100644 --- a/.github/codeql/extensions/homebrew-actions.yml +++ b/.github/codeql/extensions/homebrew-actions.yml @@ -5,4 +5,3 @@ extensions: extensible: trustedActionsOwnerDataModel data: - ["Homebrew"] - From 01f680708930837a24a628ca32227c2708dfd538 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:48:24 +0000 Subject: [PATCH 07041/10074] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 59ff9e61a61a2..d5e56756f987d 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -96,8 +96,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19 + uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 with: sarif_file: results.sarif category: zizmor - From fe80aa940ff8a1e8fbec2277b6b6a02e88379a76 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:48:24 +0000 Subject: [PATCH 07042/10074] stale-issues.yml: update to match main configuration --- .github/workflows/stale-issues.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 0ee95ed68400d..c4bfc33e0ee09 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -80,4 +80,3 @@ jobs: exempt-pr-labels: "help wanted,in progress" any-of-labels: "bump-formula-pr,bump-cask-pr" delete-branch: true - From 823dc6d4bfd8dc92ee6e45495ada27ed8763c89c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:48:24 +0000 Subject: [PATCH 07043/10074] zizmor.yml: update to match main configuration --- .github/zizmor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/zizmor.yml b/.github/zizmor.yml index 146ea81d73f99..465fbd2c2e052 100644 --- a/.github/zizmor.yml +++ b/.github/zizmor.yml @@ -4,4 +4,3 @@ rules: config: policies: Homebrew/actions/*: ref-pin - From e419d6d6ae6c1dc108a625964c32d7cc820c2be9 Mon Sep 17 00:00:00 2001 From: ziti-ci <60663654+ziti-ci@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:56:13 -0400 Subject: [PATCH 07044/10074] zrok 1.0.6 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/z/zrok.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zrok.rb b/Formula/z/zrok.rb index ba4cd21bec551..ec48139c9248b 100644 --- a/Formula/z/zrok.rb +++ b/Formula/z/zrok.rb @@ -1,8 +1,8 @@ class Zrok < Formula desc "Geo-scale, next-generation sharing platform built on top of OpenZiti" homepage "https://zrok.io" - url "https://github.com/openziti/zrok/releases/download/v1.0.5/source-v1.0.5.tar.gz" - sha256 "1a18e3c04038c02c40e15c107d4bfc240009911e4529224a78e6bc2d0fd9b66c" + url "https://github.com/openziti/zrok/releases/download/v1.0.6/source-v1.0.6.tar.gz" + sha256 "cce522bd8e0ec39f279e92aaba1599cd8504f9d1eebbce833c30f10047f971ca" # The main license is Apache-2.0. ACKNOWLEDGEMENTS.md lists licenses for parts of code license all_of: ["Apache-2.0", "BSD-3-Clause", "MIT"] head "https://github.com/openziti/zrok.git", branch: "main" From 920e9c8453912b91b2b81ae69ec9e7b82ce68f5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:20:45 +0000 Subject: [PATCH 07045/10074] flow: update 0.273.1 bottle. --- Formula/f/flow.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flow.rb b/Formula/f/flow.rb index ed2c30a915a61..a17caecd17fda 100644 --- a/Formula/f/flow.rb +++ b/Formula/f/flow.rb @@ -9,13 +9,13 @@ class Flow < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec745d574decfa38068d8a8ff1443c9d3b7b0477a0f0c91e03e77b7c885d6456" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "83575915a7e58ed6bb2df0b87ac243ebe210872e12ee1435484b8adbcc94ce63" - sha256 cellar: :any_skip_relocation, arm64_ventura: "791fcc000d6f21e8ec05bf52b2155b76cca53054465afb3247beabf510a572c7" - sha256 cellar: :any_skip_relocation, sonoma: "1cedd167d44532f44d1b6cb96f615a28acdcac312141249a22dbb223c5bfa0ef" - sha256 cellar: :any_skip_relocation, ventura: "778d8e7ceefaf0b04e043376c0da36132d5dd0c8eb0ccedec5221c89e6decdd2" - sha256 cellar: :any_skip_relocation, arm64_linux: "e9b1ff08eeb167f702b477c9c866c21005133a3267bfbf725b4f8838d305f685" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ea8923b5d4b8020ecd77357f7f1901dd64a4ae1e2c0bd9ea74726532214368c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d30bb50478b8a899afc14a20ea364da6dcdf22286b615f2e513214a6e482d6c0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f81d82051d94920692f3de6d023ee8da89db931d52872cb9610622b16191be63" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2359d0b7715c796e71bb935a6ff61d2f536b43329bc5ade9d8567f863aa9d061" + sha256 cellar: :any_skip_relocation, sonoma: "e3ef7c7e5807e243b3ec73f8c6c48dad3ba303b6a3fbb65176041e64ad88324f" + sha256 cellar: :any_skip_relocation, ventura: "f9d30e1dc94cf7a974bce0c387438226c1eaf1dbcbbcc326effa1af009413d31" + sha256 cellar: :any_skip_relocation, arm64_linux: "d35774f57ddff697e9ab3d0846b8724c02aa4b717a3bda9ff5c197731f002e5b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "073fc0ba0110a0237e67c89bb7aac5c25c86190b41fbfffbd379c58490b129d1" end depends_on "ocaml" => :build From 9297e47e2c2be97aaf87a4299e03e3ec96d32688 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:01:11 +0000 Subject: [PATCH 07046/10074] diffoscope 298 --- Formula/d/diffoscope.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/diffoscope.rb b/Formula/d/diffoscope.rb index 3169250dfb5b1..c9790e7b52d0c 100644 --- a/Formula/d/diffoscope.rb +++ b/Formula/d/diffoscope.rb @@ -3,8 +3,8 @@ class Diffoscope < Formula desc "In-depth comparison of files, archives, and directories" homepage "https://diffoscope.org" - url "https://files.pythonhosted.org/packages/36/d4/fd9ace669685018df7d711f41524e3713ae51065514b2cc3d7bfd55a8dda/diffoscope-297.tar.gz" - sha256 "25532061c640b4be7496f9a726640e20ca0fcb8e46a8a1a46e51ac940a5f4e57" + url "https://files.pythonhosted.org/packages/c0/de/f2db42c95e2606171961c65ff243549ca3d7ac8d733b921e8a393db568da/diffoscope-298.tar.gz" + sha256 "9644b7e711df71f13c5f50f3d1353c1e6d09f462d342d9771576e75f3dd8c3e1" license "GPL-3.0-or-later" bottle do From 010fdf0d24815aa82bef7de6e9c6497b27a43872 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:05:38 +0000 Subject: [PATCH 07047/10074] zrok: update 1.0.6 bottle. --- Formula/z/zrok.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/z/zrok.rb b/Formula/z/zrok.rb index ec48139c9248b..2e1bdc3eed958 100644 --- a/Formula/z/zrok.rb +++ b/Formula/z/zrok.rb @@ -10,12 +10,12 @@ class Zrok < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5183020d3d78d3e9b2e7ff20d90e5d81fc6227685fcfea5cd4fd4ec1ba05a15" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6215eb4bfb6d71325108005256aad15ab35b2fed1341d4c59d87513d84dd4c5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8ea096ac0c14de963cc16101b7f7291e9a3b37d5f90ee4ed721d381a10862028" - sha256 cellar: :any_skip_relocation, sonoma: "61e61d8f66e15a2ae28a31e99c25b6880132d4b822c03508256927a3ffa58ec5" - sha256 cellar: :any_skip_relocation, ventura: "4b089fc18baf18a535ee6a3e21b4d3cb0fbc937613136a0b822c92bd8c301aa0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5895135891bcd5a3706a85f25308fc7bac01773da013ecf8d65bfa11cf59133" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5c26032a8345ce11e510234555f588925d84a0ccfcd57eef0dac5d4531d9182" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "629d747b638f04b2c8c862646b89ada3afa7ace25229ada45a6486af3ee1328f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "eaae378969ebd79eb87ebe4167b3d75afbca331639a0184605af5b2dcb9ee9e7" + sha256 cellar: :any_skip_relocation, sonoma: "ea0f9931c4f908c8f1e65bd06275eecb19c5444a61f1469d779cfaf88d1ea5a5" + sha256 cellar: :any_skip_relocation, ventura: "049abb1b5e412bbbf8794d9adea317738374de6760e999a1e162bbd1a89a3edf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1778dd95654224d3e068ba35ccac4261b0b4f4a39e882f3f3f85790ec059c8d" end depends_on "go" => :build From a6db1a530365eb05a165de43d58ac4bd811b318b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:11:23 +0000 Subject: [PATCH 07048/10074] extra-cmake-modules 6.15.0 --- Formula/e/extra-cmake-modules.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/extra-cmake-modules.rb b/Formula/e/extra-cmake-modules.rb index cedca09d7744b..e92aa02769a08 100644 --- a/Formula/e/extra-cmake-modules.rb +++ b/Formula/e/extra-cmake-modules.rb @@ -1,8 +1,8 @@ class ExtraCmakeModules < Formula desc "Extra modules and scripts for CMake" homepage "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html" - url "https://download.kde.org/stable/frameworks/6.14/extra-cmake-modules-6.14.0.tar.xz" - sha256 "d02cbbb3269b39680884abf6f14ba68f448570c554173f5249da3b8761784c13" + url "https://download.kde.org/stable/frameworks/6.15/extra-cmake-modules-6.15.0.tar.xz" + sha256 "f7cd022095a9e6bdbe5897720a24bfda81d211757b7c08b173061962bf2ee0b2" license all_of: ["BSD-2-Clause", "BSD-3-Clause", "MIT"] head "https://invent.kde.org/frameworks/extra-cmake-modules.git", branch: "master" From a9f27e5cb59fa3c99357ba445a9739b26be3e501 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:11:23 +0000 Subject: [PATCH 07049/10074] karchive 6.15.0 --- Formula/k/karchive.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/karchive.rb b/Formula/k/karchive.rb index 6b4c6fafcfba2..9d09438823617 100644 --- a/Formula/k/karchive.rb +++ b/Formula/k/karchive.rb @@ -1,8 +1,8 @@ class Karchive < Formula desc "Reading, creating, and manipulating file archives" homepage "https://api.kde.org/frameworks/karchive/html/index.html" - url "https://download.kde.org/stable/frameworks/6.14/karchive-6.14.0.tar.xz" - sha256 "2cb2f54cb9f8132daf688a5d4acd7f4bec40203b01551ff06e6da1e9f87f0ef9" + url "https://download.kde.org/stable/frameworks/6.15/karchive-6.15.0.tar.xz" + sha256 "ed74208722e08dd606f3d6d73007fafc1a00cc89c2e29e31975602fef45a0f18" license all_of: [ "BSD-2-Clause", "LGPL-2.0-only", From ca758fd10c5457496cbca1ddafc88a3e12f75c3c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:11:23 +0000 Subject: [PATCH 07050/10074] kdoctools 6.15.0 --- Formula/k/kdoctools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kdoctools.rb b/Formula/k/kdoctools.rb index ade754803c0f3..f3c7b05237457 100644 --- a/Formula/k/kdoctools.rb +++ b/Formula/k/kdoctools.rb @@ -1,8 +1,8 @@ class Kdoctools < Formula desc "Create documentation from DocBook" homepage "https://api.kde.org/frameworks/kdoctools/html/index.html" - url "https://download.kde.org/stable/frameworks/6.14/kdoctools-6.14.0.tar.xz" - sha256 "acb9c761e8e10c30f2c32061f64096965459a0513250edf4432f40831a0f536e" + url "https://download.kde.org/stable/frameworks/6.15/kdoctools-6.15.0.tar.xz" + sha256 "430be5905b0bf6dfb4b7e0e2c0aeb75986eef0a30f13320d9d4cab907fd6bef7" license all_of: [ "BSD-3-Clause", "GPL-2.0-or-later", From ff118fd78411fb6bade7fe0e49b2327eaafbcd38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:11:23 +0000 Subject: [PATCH 07051/10074] ki18n 6.15.0 --- Formula/k/ki18n.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/ki18n.rb b/Formula/k/ki18n.rb index 8799b05861df8..84e2906e65a24 100644 --- a/Formula/k/ki18n.rb +++ b/Formula/k/ki18n.rb @@ -1,8 +1,8 @@ class Ki18n < Formula desc "KDE Gettext-based UI text internationalization" homepage "https://api.kde.org/frameworks/ki18n/html/index.html" - url "https://download.kde.org/stable/frameworks/6.14/ki18n-6.14.0.tar.xz" - sha256 "2a5135412caf0a07eba4eeb60867ac6929df1c83c145ae757a6a1230f842e669" + url "https://download.kde.org/stable/frameworks/6.15/ki18n-6.15.0.tar.xz" + sha256 "1897755d9fde5a1bea6f7d71244c2662b9911b4b8894cc53740bfe38b4d5d91d" license all_of: [ "BSD-3-Clause", "LGPL-2.0-or-later", From 35ceeb9c63c757764ea67a1614173b5f4451154b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:11:23 +0000 Subject: [PATCH 07052/10074] ktexttemplate 6.15.0 --- Formula/k/ktexttemplate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/ktexttemplate.rb b/Formula/k/ktexttemplate.rb index c1e5c018a1f28..99cddb85b8162 100644 --- a/Formula/k/ktexttemplate.rb +++ b/Formula/k/ktexttemplate.rb @@ -1,8 +1,8 @@ class Ktexttemplate < Formula desc "Libraries for text templating with Qt" homepage "https://api.kde.org/frameworks/ktexttemplate/html/index.html" - url "https://download.kde.org/stable/frameworks/6.14/ktexttemplate-6.14.0.tar.xz" - sha256 "65a908aa573e40cf9884a9d42a4b8d5574baf2f402a19764cda2cccde27c897a" + url "https://download.kde.org/stable/frameworks/6.15/ktexttemplate-6.15.0.tar.xz" + sha256 "5c652ebae5d32d1b84fa438ad94cc621621d31e0abcfef3b0a511a586d697a84" license "LGPL-2.1-or-later" head "https://invent.kde.org/frameworks/ktexttemplate.git", branch: "master" From 5017dad9d49a4a0f2626c3c1de01d9dd11c0faa0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:11:23 +0000 Subject: [PATCH 07053/10074] threadweaver 6.15.0 --- Formula/t/threadweaver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/threadweaver.rb b/Formula/t/threadweaver.rb index b8b8ed7f732a1..e2273382ff3be 100644 --- a/Formula/t/threadweaver.rb +++ b/Formula/t/threadweaver.rb @@ -1,8 +1,8 @@ class Threadweaver < Formula desc "Helper for multithreaded programming" homepage "https://api.kde.org/frameworks/threadweaver/html/index.html" - url "https://download.kde.org/stable/frameworks/6.14/threadweaver-6.14.0.tar.xz" - sha256 "a8f71f7e69751e36dbc7fce9581f55b66844bc68df6af2e8a94c22c8fe9870ae" + url "https://download.kde.org/stable/frameworks/6.15/threadweaver-6.15.0.tar.xz" + sha256 "1ae0e593182c25ec8a9ee85777ab767b6c37b0f7e7a6851d4b6d49bfe03da1d0" license "LGPL-2.0-or-later" head "https://invent.kde.org/frameworks/threadweaver.git", branch: "master" From 76ae0f1086a0c7d9541b469b17fbfa3a23ec3212 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:11:36 +0000 Subject: [PATCH 07054/10074] kube-linter 0.7.3 --- Formula/k/kube-linter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kube-linter.rb b/Formula/k/kube-linter.rb index 3279c9b8b59a1..71f9d62efcebc 100644 --- a/Formula/k/kube-linter.rb +++ b/Formula/k/kube-linter.rb @@ -1,8 +1,8 @@ class KubeLinter < Formula desc "Static analysis tool for Kubernetes YAML files and Helm charts" homepage "https://github.com/stackrox/kube-linter" - url "https://github.com/stackrox/kube-linter/archive/refs/tags/v0.7.2.tar.gz" - sha256 "e6718eef1f964cd9ef82144deb79db4c4bf0907115613f77091951cbabd4e8bb" + url "https://github.com/stackrox/kube-linter/archive/refs/tags/v0.7.3.tar.gz" + sha256 "eca8fa2358d18f087c9f7e0c04e75b199531d4337787f2d05c786190b38ee64b" license "Apache-2.0" head "https://github.com/stackrox/kube-linter.git", branch: "master" From f88e1defe0d438dfda8f0274b5a05838855883b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:15:46 +0000 Subject: [PATCH 07055/10074] luau 0.678 --- Formula/l/luau.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 646db15017940..1306f093fbe9b 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -1,8 +1,8 @@ class Luau < Formula desc "Fast, safe, gradually typed embeddable scripting language derived from Lua" homepage "https://luau.org" - url "https://github.com/luau-lang/luau/archive/refs/tags/0.677.tar.gz" - sha256 "32d8314cdbbc7e4a04d1a83d772d3259b4228f047e44f23bb106a0d1a56679a7" + url "https://github.com/luau-lang/luau/archive/refs/tags/0.678.tar.gz" + sha256 "3ed02ea5640ed9c2759bac307aa83665cceedf2beedfc3f5c5aa5f0e3683d4ad" license "MIT" version_scheme 1 head "https://github.com/luau-lang/luau.git", branch: "master" From 20ea9c9293b5993eb4da0a4c44b2e1d6c2ad6791 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:25:21 +0000 Subject: [PATCH 07056/10074] renovate 40.54.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index bcb4c8a0af571..c6f0f5c811bd8 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.53.0.tgz" - sha256 "9ac692d877deed0ca0132c23d8cdf38c25dac46acbbd66cfccf8c69943485278" + url "https://registry.npmjs.org/renovate/-/renovate-40.54.0.tgz" + sha256 "79d349aef3bb253dd49529faa4649de3fc17695ea4268b093a01e44ac942d1ac" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 06e41c146017df8ab014cb04e59fe7e92c2f30f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:29:49 +0000 Subject: [PATCH 07057/10074] kube-linter: update 0.7.3 bottle. --- Formula/k/kube-linter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kube-linter.rb b/Formula/k/kube-linter.rb index 71f9d62efcebc..da9b409dacea9 100644 --- a/Formula/k/kube-linter.rb +++ b/Formula/k/kube-linter.rb @@ -7,13 +7,13 @@ class KubeLinter < Formula head "https://github.com/stackrox/kube-linter.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "87b59ecf25a7798396243cea61f112484c033d51b3a0f6f114504caa0de38f8b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "87b59ecf25a7798396243cea61f112484c033d51b3a0f6f114504caa0de38f8b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "87b59ecf25a7798396243cea61f112484c033d51b3a0f6f114504caa0de38f8b" - sha256 cellar: :any_skip_relocation, sonoma: "4188d431207630a63971c36d03d615f5e223bf22278aaa607c8b706c4454c818" - sha256 cellar: :any_skip_relocation, ventura: "4188d431207630a63971c36d03d615f5e223bf22278aaa607c8b706c4454c818" - sha256 cellar: :any_skip_relocation, arm64_linux: "9af5b3f787bfc216c4a89f846d4c3cea9dba854e1032895e090113d7a1f9c7ff" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9664b67c1bbdf51da6e5fc9c5d3350211f3893a86586e8cfee6a5260933e6565" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "14e3309afbcabd3cea1a1f8eb541292784173dff18aee0b758d16aec498ab085" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "14e3309afbcabd3cea1a1f8eb541292784173dff18aee0b758d16aec498ab085" + sha256 cellar: :any_skip_relocation, arm64_ventura: "14e3309afbcabd3cea1a1f8eb541292784173dff18aee0b758d16aec498ab085" + sha256 cellar: :any_skip_relocation, sonoma: "9a7fbdb017896891046e788bef36f69ece12459decb7747bb58d068e24d0fc8a" + sha256 cellar: :any_skip_relocation, ventura: "9a7fbdb017896891046e788bef36f69ece12459decb7747bb58d068e24d0fc8a" + sha256 cellar: :any_skip_relocation, arm64_linux: "8089c6cd97631953c26089b23c8086054b8deac772e36dfc5fb742bc5cae1245" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e382897dad9de7763e1b4b2631f38f3b0669f3beb9e97904f917a23138ac8571" end depends_on "go" => :build From 948f602dc392a5b325e946b3f52f45fad1a85b37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:30:04 +0000 Subject: [PATCH 07058/10074] diffoscope: update 298 bottle. --- Formula/d/diffoscope.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/diffoscope.rb b/Formula/d/diffoscope.rb index c9790e7b52d0c..7c8e0952a4edf 100644 --- a/Formula/d/diffoscope.rb +++ b/Formula/d/diffoscope.rb @@ -8,13 +8,13 @@ class Diffoscope < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3dcc93d996a165d07cb36a22430a665b07098f384f47488519c63e1ba7453eb6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3dcc93d996a165d07cb36a22430a665b07098f384f47488519c63e1ba7453eb6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3dcc93d996a165d07cb36a22430a665b07098f384f47488519c63e1ba7453eb6" - sha256 cellar: :any_skip_relocation, sonoma: "5271c84353b1e5b375189b05280848a7d4d9bc2fbb73230f0841954f460f693b" - sha256 cellar: :any_skip_relocation, ventura: "5271c84353b1e5b375189b05280848a7d4d9bc2fbb73230f0841954f460f693b" - sha256 cellar: :any_skip_relocation, arm64_linux: "bde2730b6d7a240730ac534f89ed45392d70f68f50e1bf3e5b82198affe07645" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bde2730b6d7a240730ac534f89ed45392d70f68f50e1bf3e5b82198affe07645" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a609b8b49a28f694266b102879c4760ab189e2d182d62d1ae1a9bf8ff972d15" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a609b8b49a28f694266b102879c4760ab189e2d182d62d1ae1a9bf8ff972d15" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4a609b8b49a28f694266b102879c4760ab189e2d182d62d1ae1a9bf8ff972d15" + sha256 cellar: :any_skip_relocation, sonoma: "faa1e771fb5f004a1fc0bd424c1e26f62aff8252d5080dad70f47de242c17b7f" + sha256 cellar: :any_skip_relocation, ventura: "faa1e771fb5f004a1fc0bd424c1e26f62aff8252d5080dad70f47de242c17b7f" + sha256 cellar: :any_skip_relocation, arm64_linux: "0f54242ea58ec64b9a6bf43eda14cc88d9ccfb31672ff0ec05c0ff1c75dfd455" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0f54242ea58ec64b9a6bf43eda14cc88d9ccfb31672ff0ec05c0ff1c75dfd455" end depends_on "libarchive" From 51d30d0d910b7b57afca1eaf07871df7863d57ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:30:42 +0000 Subject: [PATCH 07059/10074] luau: update 0.678 bottle. --- Formula/l/luau.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 1306f093fbe9b..56fdaf14bf0ca 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -13,13 +13,13 @@ class Luau < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe47bad7a61921dd54286326dfba85cd92eb714720ab361614587acdc9084658" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f8ee8f0151eb3712aa4638e99b9ce2f758fe20ad8c604db7f7d2133995db1d6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bb5d9e52ff43a9bfcbc92947b418b35ecb026d6e07a65ce3cf5dd7857ae3a970" - sha256 cellar: :any_skip_relocation, sonoma: "1a047ea04dc1eda599eab05ac2870416eb68de9df349696df7e1b6dcc908b055" - sha256 cellar: :any_skip_relocation, ventura: "21fb33089861a33d75708c28d8b57de5b6068bc6a32b84a6b9ed26a73e4889e1" - sha256 cellar: :any_skip_relocation, arm64_linux: "69bdd1c24aa2e781cd80e1fc7778813e9bbe816636aef09d1c9405b62902be0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "46ab797af37ac09ad6c80340ba7b6a45bc87f9a36e6136c8031aa8755e722516" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "089b2889bdc68ae13c52b4cd3858068061eedbe671880ef9af7302c1d216f323" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5320bbf1dff94a2840fc35c8910f9cebc6f0d4108c5e017e4202b8df90ceb8dc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e42d15c6b4f3ec0a69bb7eead88b9bbef0d6445a6501e7b3e19359038d2dea28" + sha256 cellar: :any_skip_relocation, sonoma: "4d035226a701e56dcea59ec690074ca8ed39a15a1951312c92b31d108e1241e9" + sha256 cellar: :any_skip_relocation, ventura: "108c1aed15b3658c7eef78c8199856951eb890eccd58c46a04f227b76205e167" + sha256 cellar: :any_skip_relocation, arm64_linux: "0634e63eebd7f119e579247fc3600afe71d004ab9ca4e8b2938224442a91d288" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9ffa77930f582856c14c8b77dcff070bdb6d55883b1f02c8a90e9b42d456acd" end depends_on "cmake" => :build From ae636fc13250b50e2610e95be282762b0765c114 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:31:42 +0000 Subject: [PATCH 07060/10074] ubi 0.7.1 --- Formula/u/ubi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/ubi.rb b/Formula/u/ubi.rb index d7ea17bf68472..1f9bdc32290e3 100644 --- a/Formula/u/ubi.rb +++ b/Formula/u/ubi.rb @@ -1,8 +1,8 @@ class Ubi < Formula desc "Universal Binary Installer" homepage "https://github.com/houseabsolute/ubi" - url "https://github.com/houseabsolute/ubi/archive/refs/tags/v0.7.0.tar.gz" - sha256 "7dc99fe385447a9f48972306119beb84c9f00704265cc96a1be55293a041c1d2" + url "https://github.com/houseabsolute/ubi/archive/refs/tags/v0.7.1.tar.gz" + sha256 "fafd4bda8207580ae44ad54c78be990f6a0e0fec6a8387b4d916953c6278f30d" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/houseabsolute/ubi.git", branch: "master" From 799a0ee23885165611d53d083d143e6718c4d68b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:33:24 +0000 Subject: [PATCH 07061/10074] wasm-tools 1.235.0 --- Formula/w/wasm-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index f0342311c601a..d04d7b09bedb8 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -1,8 +1,8 @@ class WasmTools < Formula desc "Low level tooling for WebAssembly in Rust" homepage "https://github.com/bytecodealliance/wasm-tools" - url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.234.0.tar.gz" - sha256 "9d9d92952985c3b25163aec24e998e9423bd0c207597163c03728f7de3de6b12" + url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.235.0.tar.gz" + sha256 "babd9a5d3173882997458985842b9d990f31bf5d2871ded0845c2e33bbdc4c93" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/bytecodealliance/wasm-tools.git", branch: "main" From 8c67c5478e985ad41dbd5ea2ea7bfc951a44d536 Mon Sep 17 00:00:00 2001 From: Nicola Clark Date: Sun, 1 Jun 2025 16:54:29 -0500 Subject: [PATCH 07062/10074] act_runner 0.2.11 (new formula) This commit adds a formula for Gitea's `act_runner`. Although `act_runner` is available as a Docker container, this method of distribution doesn't allow the action runner to run macOS-specific workflows (building an iOS app, etc.) due to the containerization of the runner. Distributing the runner via Homebrew allows workflow execution on the host with more convenient installation and updates. --- Formula/a/act_runner.rb | 53 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Formula/a/act_runner.rb diff --git a/Formula/a/act_runner.rb b/Formula/a/act_runner.rb new file mode 100644 index 0000000000000..7b33287346bda --- /dev/null +++ b/Formula/a/act_runner.rb @@ -0,0 +1,53 @@ +class ActRunner < Formula + desc "Action runner for Gitea based on Gitea's fork of act" + homepage "https://docs.gitea.com/usage/actions/act-runner" + url "https://gitea.com/gitea/act_runner/archive/v0.2.11.tar.gz" + sha256 "8b317700d1f3344d8664be9edb004914723a4aacc8f8b1b3719ca2260a5866b6" + license "MIT" + + depends_on "go" => :build + + def install + ldflags = %W[ + -s -w + -X gitea.com/gitea/act_runner/internal/pkg/ver.version=v#{version} + ] + system "go", "build", *std_go_args(ldflags:) + generate_completions_from_executable(bin/"act_runner", "completion") + + pkgetc.mkpath + (pkgetc/"config.yaml").write Utils.safe_popen_read(bin/"act_runner", "generate-config") + end + + def post_install + # Create working dir for services + (var/"lib/act_runner").mkpath + end + + def caveats + <<~EOS + Config file: #{pkgetc}/config.yaml + EOS + end + + service do + run [opt_bin/"act_runner", "daemon", "--config", etc/"act_runner/config.yaml"] + keep_alive successful_exit: true + environment_variables PATH: std_service_path_env + + working_dir var/"lib/act_runner" + log_path var/"log/act_runner.log" + error_log_path var/"log/act_runner.err" + end + + test do + assert_match version.to_s, shell_output("#{bin}/act_runner --version") + args = %w[ + --no-interactive + --instance https://gitea.com + --token INVALID_TOKEN + ] + output = shell_output("#{bin}/act_runner register #{args.join(" ")} 2>&1", 1) + assert_match "Error: Failed to register runner", output + end +end From ea8df85201f5b6414700b6414064eaffd0eccbb0 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Fri, 13 Jun 2025 17:56:36 +0000 Subject: [PATCH 07063/10074] octobuild 1.8.1 --- Formula/o/octobuild.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/octobuild.rb b/Formula/o/octobuild.rb index a14f43c0c3bd3..93cf59164c6fc 100644 --- a/Formula/o/octobuild.rb +++ b/Formula/o/octobuild.rb @@ -1,8 +1,8 @@ class Octobuild < Formula desc "Compiler cache for Unreal Engine" homepage "https://github.com/octobuild/octobuild" - url "https://github.com/octobuild/octobuild/archive/refs/tags/1.8.0.tar.gz" - sha256 "97d1bf564535c8ad503caf1851aff4e232cbaaaee933d373c6c5f88249d55504" + url "https://github.com/octobuild/octobuild/archive/refs/tags/1.8.1.tar.gz" + sha256 "5638c8759899bfc7a5658d44d8cfcf091f0afc001fdcaa5d305a03f6aa668475" license "MIT" head "https://github.com/octobuild/octobuild.git", branch: "master" From a40e8e69c3db66643b8463d39f99812ca3d1cb83 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:40:17 +0000 Subject: [PATCH 07064/10074] wasm-tools: update 1.235.0 bottle. --- Formula/w/wasm-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasm-tools.rb b/Formula/w/wasm-tools.rb index d04d7b09bedb8..cc806a2d6efa3 100644 --- a/Formula/w/wasm-tools.rb +++ b/Formula/w/wasm-tools.rb @@ -12,13 +12,13 @@ class WasmTools < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c1a8be8880f11d7b68c8819c7cbed5dc3b6896df9c2d0dfc929a3eb21a2cc5e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c87bfda1dfe50ee356516b1a84c648f5eb3ca883dd2c2f691cd2a495d49147c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f16783593eb7f2ef141aae8a136dc56c42d26b789f72951c711cfa786a743a1e" - sha256 cellar: :any_skip_relocation, sonoma: "5c6f9da1ce51d51c165b3bdd866f1e0a059d5e3ba59741c33db441dd4fa56975" - sha256 cellar: :any_skip_relocation, ventura: "7f1947399753f9c8a47749b58f4111819377f4ed8129416db876064b615b9baf" - sha256 cellar: :any_skip_relocation, arm64_linux: "3454feb97c1291cdb212431b197e9319d78a7218885e8ce625067c3cec3a38da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07ce92eff045e3525c965b9df184e364801c9341b8426f70f27e4c1128d32ec7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e8d31537053efd48ec00e1dd9bd77c888aae8933af51969a20d4980ddd9a0f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0617a49897e6ad127f3312f781088cd759390c4ae074296573772674097a6a5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d4a047b94fdb7665a19c3c55ee86754bd6aba5df527bb753a964cbdb5064940b" + sha256 cellar: :any_skip_relocation, sonoma: "578ae5744fa0c010739801699e0d11bee8fba94e769e96c330fb43889e29f0cc" + sha256 cellar: :any_skip_relocation, ventura: "916cbef17993d1821e9f452f0c9fffabc19bbb4b2f7d11095509031c90f8e8eb" + sha256 cellar: :any_skip_relocation, arm64_linux: "48feeb991ad3c6c46c2ba33b7fa3e0d8b8f8cb869469be8180bfabc1ddb35c62" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4da0b5920527e8ec4d7e70fc3f8a368ce30c38801a03bc7056e56fc748bd96de" end depends_on "rust" => :build From adaab9ffea1297de4dd1a1742c97dc0ff1dd570a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:40:18 +0000 Subject: [PATCH 07065/10074] ubi: update 0.7.1 bottle. --- Formula/u/ubi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/ubi.rb b/Formula/u/ubi.rb index 1f9bdc32290e3..f489b75aec913 100644 --- a/Formula/u/ubi.rb +++ b/Formula/u/ubi.rb @@ -7,13 +7,13 @@ class Ubi < Formula head "https://github.com/houseabsolute/ubi.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "850d2ed925f7ffae791a0fb0d1314d27ae598ca9c0724f9c4b4b71ea4af5ced7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "871f99a1aa04b3552465375fca57e5c1168c2945c0c9b37362f6671c94def696" - sha256 cellar: :any_skip_relocation, arm64_ventura: "95c4c8267e38f9c1602ec087508752d24e02f450a911ed458c1fbbbae5a7ecbe" - sha256 cellar: :any_skip_relocation, sonoma: "158b9d4d4f62c7caf0d9f02234e8b056ed07b439a5d5f919639c442c456148dd" - sha256 cellar: :any_skip_relocation, ventura: "1fbc790067e17881d67b63a425e08c34fee95a74677c7b42f7d0b6a84c09e67e" - sha256 cellar: :any_skip_relocation, arm64_linux: "fa2f2d88ad0b054ad93e6890d6716eaf0847eb1747adcd173bd8808b1f8e0eed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "16e5d423c78bbe999c218a0e02e355502a6b12b5a0fe08c7882f5d7de936b609" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7c60353904b43b071ac952b92758d3fa607afd6128a2022e38a77d6bd5ed591" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b134f519224f44e1541ac4028480357c03de1b6df034aab6b3256831aa794d1d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0adb188448df5da624c2f9ceec8b1b84122576f94b6462886bc56cb3e3e85991" + sha256 cellar: :any_skip_relocation, sonoma: "528672b6c2574b668944495a60da5c448a968922646f3cb758504e874a0addf8" + sha256 cellar: :any_skip_relocation, ventura: "6ba488cb4ec85807d44c3be381efe52306ea17389721c2671105a4912b11d2f4" + sha256 cellar: :any_skip_relocation, arm64_linux: "d7326d2464f576ce716154d66c4a721703d5966bd05c55af8d28f2c10dc6c091" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a9e5d98fc060b5d6fb875c883a1cecb74be884110fd46a86b569df67cebb4a1" end depends_on "pkgconf" => :build From 34c109a8b4f190822bd4ff7bcd23e36608439f1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:40:19 +0000 Subject: [PATCH 07066/10074] renovate: update 40.54.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index c6f0f5c811bd8..129e531be5c34 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ef4e69f84b71c852ec492ea6849d1059f8da81d0e543b648ecc8a2469e0b8d1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a8786dbf1ca0dbe97ff4f39f3658ccf75d77c89e89de0a5cd11ee87c0ff33f3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b25a498c2830f5e360bea1bafcc64eeb00a57fab4e29a2a3d23fc7f0e0acc3f2" - sha256 cellar: :any_skip_relocation, sonoma: "6473d27358e9fa05f83106fd3ce05fc65028c34dcbfe66bae6dc7940159035ac" - sha256 cellar: :any_skip_relocation, ventura: "2788fed70668b903943498a1015886acf7e6aa3615fffcec95b314c6f5125afd" - sha256 cellar: :any_skip_relocation, arm64_linux: "093de45bb856d79d27581114879905377f66379eff2678bf650e1069bbd1da72" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7699e2ab67b77bc23e0ed6e3c6a6f0616c9126a9436e18b463e9add280c77eb8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "756a809f1332716f16fd6664a9c3b1e20cd9c72bbce6162318947aa57645f0e0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9c3b4f37ef4861bd7ab9ff66dfe7866d7f57ff5653cfbfa9d12e001454baa76" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1925d0519595f3803cd53419c4140139aa1b859bf25b3800c93ab995550513f2" + sha256 cellar: :any_skip_relocation, sonoma: "c0ad45dff4e6dceca1c37adddd95bc41249e79f9071e731c8214d2580a8756cd" + sha256 cellar: :any_skip_relocation, ventura: "e2ff1da9e75f7fc401a04193af22669229e857c9af2d43c22d0714287d1c4abb" + sha256 cellar: :any_skip_relocation, arm64_linux: "3e36fbd1dd55e56a302db9bf372dc4a3426a00ebd04a2dca68ae13f613f93da2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e36ab2bb9b449cb5d7c7769145f1086ed696b9001138abf12d94e64fdbf67e1" end depends_on "node@22" From 74043a2eec17fa41b3bca5da26fd467436ed1a98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:40:37 +0000 Subject: [PATCH 07067/10074] octobuild: update 1.8.1 bottle. --- Formula/o/octobuild.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/octobuild.rb b/Formula/o/octobuild.rb index 93cf59164c6fc..1ee3ff955f38f 100644 --- a/Formula/o/octobuild.rb +++ b/Formula/o/octobuild.rb @@ -9,13 +9,13 @@ class Octobuild < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5310e5c897311a32efd76ca20f2368cccb984671d165e36ec5e560486a35392b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d069f88b2e44059974eec886685c3f7c0bc41ea078ace5d06a8842320f885e4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "79961f6eccd84162dbeba8bde89dd1f50d68c2131c009181cb94f1c6f7a43329" - sha256 cellar: :any_skip_relocation, sonoma: "db49813cedbeec94eef5eb32a772bdc1b3c3966639968326c815be429f72f02f" - sha256 cellar: :any_skip_relocation, ventura: "ddc5573014f92718017d1b5a8e48b2065732bc7671d53675142aec60a5e05378" - sha256 cellar: :any_skip_relocation, arm64_linux: "669ddce48a0bf416055272ec208403dcad70056ffeae37a1a7d2daf1ea2cec4e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd8b61fab648be327bd6ede7d06663e695b2d1e00fb61b2cb4325d3a3fe91d8b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "476cd1bbe57d73e981ac7d93033892ce3a70e507dd4538bbcb3da11d615997f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "84c845b11b998c5eba0e275305a19b9c7db52ffefac17b07f8de5253c52bd92b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9de6ad46ac2f152cde3007ab589650442cc5ce9da7d74399c888534bab8dd7bf" + sha256 cellar: :any_skip_relocation, sonoma: "58d75af4d61aa6ade3e137c414c4b355949e63835c731db228f939b0e3e20c7c" + sha256 cellar: :any_skip_relocation, ventura: "fb996f3b6c85217689dbc99bf94cb1646effb6bc203b5eacf864f862d20046b6" + sha256 cellar: :any_skip_relocation, arm64_linux: "32cd6cd48bb96e40477d91f1b0519c30ddf8b26654c0620060a107e931cd999a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "252412dd4df54aa83cfe00168e09b16c2404a1269ce0ae86da3cbdff8d88fbab" end depends_on "pkgconf" => :build From 6adff82447e1f4d5022161da62365ab31bd9089d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:49:43 +0000 Subject: [PATCH 07068/10074] aws-c-io 0.20.1 --- Formula/a/aws-c-io.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-c-io.rb b/Formula/a/aws-c-io.rb index b87195fcefebf..b04778ce632a0 100644 --- a/Formula/a/aws-c-io.rb +++ b/Formula/a/aws-c-io.rb @@ -1,8 +1,8 @@ class AwsCIo < Formula desc "Event driven framework for implementing application protocols" homepage "https://github.com/awslabs/aws-c-io" - url "https://github.com/awslabs/aws-c-io/archive/refs/tags/v0.20.0.tar.gz" - sha256 "d25f5a4f2c454d258293a73d8b693376a3a340bcc2ebe0284ada01d4de3ae172" + url "https://github.com/awslabs/aws-c-io/archive/refs/tags/v0.20.1.tar.gz" + sha256 "8e2abf56e20f87383c44af6818235a12f54051b40c98870f44b2d5d05be08641" license "Apache-2.0" bottle do From 3153f7b46c057a7bf98e0b3cf6e640cb3de727ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:57:31 +0000 Subject: [PATCH 07069/10074] eslint 9.29.0 --- Formula/e/eslint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eslint.rb b/Formula/e/eslint.rb index 02dec84fc82eb..813678f713252 100644 --- a/Formula/e/eslint.rb +++ b/Formula/e/eslint.rb @@ -1,8 +1,8 @@ class Eslint < Formula desc "AST-based pattern checker for JavaScript" homepage "https://eslint.org" - url "https://registry.npmjs.org/eslint/-/eslint-9.28.0.tgz" - sha256 "6874b2d5e9b0b3e64e86a7244a4a13f8ed1693981f1340ae5d91feeee6e2b983" + url "https://registry.npmjs.org/eslint/-/eslint-9.29.0.tgz" + sha256 "71597d5fd0865e8d5d26317923f6243c0787165f6326871b69f4c330da03a580" license "MIT" head "https://github.com/eslint/eslint.git", branch: "main" From ae1c10f9ce89d5a7bc5d8ed0af15e5a7c96ce079 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:57:45 +0000 Subject: [PATCH 07070/10074] excalidraw-converter 1.5.1 --- Formula/e/excalidraw-converter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/excalidraw-converter.rb b/Formula/e/excalidraw-converter.rb index ce45e5f712a47..3728a618b3102 100644 --- a/Formula/e/excalidraw-converter.rb +++ b/Formula/e/excalidraw-converter.rb @@ -1,8 +1,8 @@ class ExcalidrawConverter < Formula desc "Command-line tool for porting Excalidraw diagrams to Gliffy" homepage "https://github.com/sindrel/excalidraw-converter" - url "https://github.com/sindrel/excalidraw-converter/archive/refs/tags/v1.5.0.tar.gz" - sha256 "3e2772e51798e428526871cc86c72b9317cc1fd06e2162c0c83b2014a4830f39" + url "https://github.com/sindrel/excalidraw-converter/archive/refs/tags/v1.5.1.tar.gz" + sha256 "3bd151708755baed423e83d2875f3007ed065ba8acf5bf581b0157a88ce7c7bb" license "MIT" head "https://github.com/sindrel/excalidraw-converter.git", branch: "master" From 75dd0851a6eec3ca1cb7fbb592b65b1fa50dd9c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:59:08 +0000 Subject: [PATCH 07071/10074] fonttools 4.58.4 --- Formula/f/fonttools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fonttools.rb b/Formula/f/fonttools.rb index 5d3ec2b07ddf2..44db92c1fbd7b 100644 --- a/Formula/f/fonttools.rb +++ b/Formula/f/fonttools.rb @@ -3,8 +3,8 @@ class Fonttools < Formula desc "Library for manipulating fonts" homepage "https://github.com/fonttools/fonttools" - url "https://files.pythonhosted.org/packages/f1/6f/1d84f8a2765bed80d7229b3734dc402372838be6025ed44010ffd1a84607/fonttools-4.58.3.tar.gz" - sha256 "de9df7a2a16c9df518be8a5dcf2afd6feac63e26c6d44b29d34c4b697ac09e0e" + url "https://files.pythonhosted.org/packages/2e/5a/1124b2c8cb3a8015faf552e92714040bcdbc145dfa29928891b02d147a18/fonttools-4.58.4.tar.gz" + sha256 "928a8009b9884ed3aae17724b960987575155ca23c6f0b8146e400cc9e0d44ba" license "MIT" head "https://github.com/fonttools/fonttools.git", branch: "main" From 428b953f865310adf1022f0015bb855acff821d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:01:54 +0000 Subject: [PATCH 07072/10074] hk 1.2.0 --- Formula/h/hk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hk.rb b/Formula/h/hk.rb index 9e24da979d900..e5a68dcdc0162 100644 --- a/Formula/h/hk.rb +++ b/Formula/h/hk.rb @@ -1,8 +1,8 @@ class Hk < Formula desc "Git hook and pre-commit lint manager" homepage "https://hk.jdx.dev" - url "https://github.com/jdx/hk/archive/refs/tags/v1.1.2.tar.gz" - sha256 "e533b9664673333bfc1abf837d052d435aa88ca76a8fa2b61332701118110368" + url "https://github.com/jdx/hk/archive/refs/tags/v1.2.0.tar.gz" + sha256 "0fbc71300694873951ea2fd12919f54778325b9f1c8aa222df324e4fabe1044f" license "MIT" head "https://github.com/jdx/hk.git", branch: "main" From f681179f7299a05091bec6f3f6d0e98764b8db3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:08:31 +0000 Subject: [PATCH 07073/10074] mise 2025.6.3 --- Formula/m/mise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 7a871496f0532..0ac5fd5245dbb 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.2.tar.gz" - sha256 "c0ac618f1bc22dd8a3ca6726e550a7f4c565533ff9077e6ce7491f6a9946b0c3" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.3.tar.gz" + sha256 "d0620615b55f3674a0d09ace8c2ddafc6029be004b89af74632c19952c4726eb" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" From c1b48970c83eacd77cf03cec318bddb2833cb790 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:08:48 +0000 Subject: [PATCH 07074/10074] mockery 3.4.0 --- Formula/m/mockery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index 2d16a8b6c7a40..fcfd77c5c0fa7 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -1,8 +1,8 @@ class Mockery < Formula desc "Mock code autogenerator for Golang" homepage "https://github.com/vektra/mockery" - url "https://github.com/vektra/mockery/archive/refs/tags/v3.3.6.tar.gz" - sha256 "603a4b2dd859a275f50feddf08cb4f4f18304f67577476893dd75f28497c1ff0" + url "https://github.com/vektra/mockery/archive/refs/tags/v3.4.0.tar.gz" + sha256 "c1579e457912c946489ca6b59a1099380a899febe20dab6c24e9dce5fc494264" license "BSD-3-Clause" head "https://github.com/vektra/mockery.git", branch: "v3" From 01b3c2dc1e78a46be692c44250f178bf3fe3ec99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:09:35 +0000 Subject: [PATCH 07075/10074] mx 7.55.4 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index ffff7628c650e..746bdd578422c 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.55.3.tar.gz" - sha256 "92604f3f660975a68420b009978230517da17a051bee298debf94a9264464c7a" + url "https://github.com/graalvm/mx/archive/refs/tags/7.55.4.tar.gz" + sha256 "54e86a273faf3a38178a27390a6e1c75ff107ddd533bf96611b9c18bad70f7d0" license "GPL-2.0-only" livecheck do From 607fb3e4dbed94949a4612a5381418528bc204b3 Mon Sep 17 00:00:00 2001 From: aptos-bot Date: Fri, 13 Jun 2025 13:12:03 -0700 Subject: [PATCH 07076/10074] aptos aptos-cli-v7.5.0 Created by https://github.com/mislav/bump-homebrew-formula-action From CLI release run https://github.com/aptos-labs/aptos-core/actions/runs/15642428851 --- Formula/a/aptos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aptos.rb b/Formula/a/aptos.rb index 6371db7ce8eb7..29b56278d9495 100644 --- a/Formula/a/aptos.rb +++ b/Formula/a/aptos.rb @@ -1,8 +1,8 @@ class Aptos < Formula desc "Layer 1 blockchain built to support fair access to decentralized assets for all" homepage "https://aptosfoundation.org/" - url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v7.4.0.tar.gz" - sha256 "25e974b59570fef814be21895510f758b112adf2173621658c651898b9d1f979" + url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v7.5.0.tar.gz" + sha256 "dc3a0273fcd03eefeff20ccf9c032d019a56f8017dda0671031bb373255db542" license "Apache-2.0" head "https://github.com/aptos-labs/aptos-core.git", branch: "main" From 9a06b83d6a434e173b47026dc04c4ba9a8148992 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:17:25 +0000 Subject: [PATCH 07077/10074] sourcekitten 0.37.1 --- Formula/s/sourcekitten.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sourcekitten.rb b/Formula/s/sourcekitten.rb index 2c432023547a1..ebe47caee246c 100644 --- a/Formula/s/sourcekitten.rb +++ b/Formula/s/sourcekitten.rb @@ -2,8 +2,8 @@ class Sourcekitten < Formula desc "Framework and command-line tool for interacting with SourceKit" homepage "https://github.com/jpsim/SourceKitten" url "https://github.com/jpsim/SourceKitten.git", - tag: "0.37.0", - revision: "eb6656ed26bdef967ad8d07c27e2eab34dc582f2" + tag: "0.37.1", + revision: "453f75b8a3bb2c3596c0d2dd422c289788233a22" license "MIT" head "https://github.com/jpsim/SourceKitten.git", branch: "main" From b58d328999e111053f54671302471b51149ce135 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:18:25 +0000 Subject: [PATCH 07078/10074] stellar-core 22.4.1 --- Formula/s/stellar-core.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/stellar-core.rb b/Formula/s/stellar-core.rb index 4daf0d252d55d..f15a5c39e3e0b 100644 --- a/Formula/s/stellar-core.rb +++ b/Formula/s/stellar-core.rb @@ -2,8 +2,8 @@ class StellarCore < Formula desc "Backbone of the Stellar (XLM) network" homepage "https://www.stellar.org/" url "https://github.com/stellar/stellar-core.git", - tag: "v22.3.0", - revision: "e643061a4a6e052dd96cac2c167559a9963f45f6" + tag: "v22.4.1", + revision: "5d4528c331c553ccd8963ece9b0fbdd41efd43cb" license "Apache-2.0" head "https://github.com/stellar/stellar-core.git", branch: "master" From 089baf36f6184b00dc711db466d27275f3a835c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:19:36 +0000 Subject: [PATCH 07079/10074] terragrunt 0.81.6 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 810c8e9864e1c..efa05b0c99e33 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.5.tar.gz" - sha256 "b2af84537e01cc2f10d6bb9280d7957bc4d9faef44f1d49a492197b67afd21c5" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.6.tar.gz" + sha256 "b271e5b681296f18ba4dd6adb3ee51a463fc1aca2c931f0633006382337f5a59" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 4b03fc80de10052bb36ba0167de623b5dea29849 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:37:21 +0000 Subject: [PATCH 07080/10074] mx: update 7.55.4 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 746bdd578422c..26f70f8b16d63 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "2762ccc36213e5b49bc83760613433786d08ad1828e6dc37c6994794ad699591" + sha256 cellar: :any_skip_relocation, all: "80152e90f40c6c98f7de16c452f6000d2b1cbe8b890151590862d8e195923873" end depends_on "openjdk" => :test From 39097ee635de9f4926f219203ff7a4c3e2eef576 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:37:29 +0000 Subject: [PATCH 07081/10074] mockery: update 3.4.0 bottle. --- Formula/m/mockery.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index fcfd77c5c0fa7..f89fa774a1d99 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -15,12 +15,12 @@ class Mockery < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "824608f8740f372031e31d431e4c875b9993da90fcbeef10d26e02e5aa1cbcc2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "824608f8740f372031e31d431e4c875b9993da90fcbeef10d26e02e5aa1cbcc2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "824608f8740f372031e31d431e4c875b9993da90fcbeef10d26e02e5aa1cbcc2" - sha256 cellar: :any_skip_relocation, sonoma: "6d396c8e5772b3844f8855f704b7ea988745a771b67bdf3ab41216c7a5350454" - sha256 cellar: :any_skip_relocation, ventura: "6d396c8e5772b3844f8855f704b7ea988745a771b67bdf3ab41216c7a5350454" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14e70261d5baf349b7ce2e8585cecf5fc04d0c86099af5d938451298006faa38" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "31e13ab8f668e28dcacb564c4ed837f78f8cf1c5ffa7b593ddb51016148df304" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "31e13ab8f668e28dcacb564c4ed837f78f8cf1c5ffa7b593ddb51016148df304" + sha256 cellar: :any_skip_relocation, arm64_ventura: "31e13ab8f668e28dcacb564c4ed837f78f8cf1c5ffa7b593ddb51016148df304" + sha256 cellar: :any_skip_relocation, sonoma: "14bc419a50659dbb608307dbe86aff9fe6b529d0189bdae04bb861e4baca1d89" + sha256 cellar: :any_skip_relocation, ventura: "14bc419a50659dbb608307dbe86aff9fe6b529d0189bdae04bb861e4baca1d89" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6478eb1a5220ec758350ffddb1f914118a77f7b043dc2e278337a3a2e7bdadf" end depends_on "go" => :build From 44f88b0f3d40d411ee8907ff991060c85370be9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:37:49 +0000 Subject: [PATCH 07082/10074] mise: update 2025.6.3 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 0ac5fd5245dbb..7857c740f0f71 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -14,13 +14,13 @@ class Mise < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc6fed7e90804b8d8906b180ab0d77191dded113deccc6fbf3650ba3bd2b8471" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ca66ce99ce90ba1c21f8ef8051c3594c35f1a308d49409eaf19ed0c7505ea19" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9ed6327248401ce65f302dbaa9725666a9c597cd3d44f8d07f04756caa57d1cd" - sha256 cellar: :any_skip_relocation, sonoma: "bb6498e456fbefdd6e1d7681039c0d90b520cf3ab7f5d5f34b279be650424057" - sha256 cellar: :any_skip_relocation, ventura: "41b5d3a2c595c265d26085ccd3293f183f39d9a1a0c7bb53c525689bd81a1ace" - sha256 cellar: :any_skip_relocation, arm64_linux: "5f3e524ad70230145cc47fc5dd6469c35257d81da59cf5d2002abcd6543f1fec" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5a54cfb7ec636f062c37aa5a8386bd0d43ba52b9e643b6a6ac0b90b94a52faaa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1418f612b9a1f76defa8ec2291f7b84aec7182ab7ee0b90e1bb7dd827cdde032" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e1273fe5705e4bdfa1205c006a3dda5650874c2c4cd4d91601f0a72f175953e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8f920c7adc2030742d6c27bce3860e695827d7d4674d2288466c9c5307dc6714" + sha256 cellar: :any_skip_relocation, sonoma: "39b9ff953bc2d2510f80facb9e465932df9e85b1fd29ca4a66f1c3521d133c2b" + sha256 cellar: :any_skip_relocation, ventura: "499957f487083d336ca9b87b4a2e089e8d6f4aa4cbb0f30aebbbc189b3dd512d" + sha256 cellar: :any_skip_relocation, arm64_linux: "8f586dd85a11c351d9c5907e113a137c3acbcb38fc98a8b158b7902a4cd05a14" + sha256 cellar: :any_skip_relocation, x86_64_linux: "89b5700dd2dc1ea30b4994c09dcb138d84d5f1aef9dfd1edfc5e5b1e28fcbf06" end depends_on "pkgconf" => :build From 0d0a642139e561117afbf52f361bafeb1432988b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:38:14 +0000 Subject: [PATCH 07083/10074] hk: update 1.2.0 bottle. --- Formula/h/hk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hk.rb b/Formula/h/hk.rb index e5a68dcdc0162..512737b01755c 100644 --- a/Formula/h/hk.rb +++ b/Formula/h/hk.rb @@ -7,13 +7,13 @@ class Hk < Formula head "https://github.com/jdx/hk.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "3acee0a2b3e1e159e6e20615791307eddfdeb8af490ee692ac5f1f62217b4a82" - sha256 cellar: :any, arm64_sonoma: "56be2c05ce36e4ccd21dc72bcf25d93356e2b15cc4448f7334b85e8dedb76144" - sha256 cellar: :any, arm64_ventura: "1ce0b36dd0f4c1e9c47634bb7ccba343972c97f5b3d1e0cf488527002d887f66" - sha256 cellar: :any, sonoma: "d4ca424a99a8f178932660e8e6f80d6d058eb8110a1da22f472b798a6ee560c0" - sha256 cellar: :any, ventura: "7801eb1359ca2b3e59f854d54ec7bb8aa3a84634e93cc22417bf0ba414f3c1be" - sha256 cellar: :any_skip_relocation, arm64_linux: "da6ff17c34633e62aa54cf7a1234670a85043be2469befa78113f765b0a7938e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "31d172b4de7ffbf0ea8f2a066ce0743703e6678d1574209f8f30a6315549cdc5" + sha256 cellar: :any, arm64_sequoia: "5f8f72b9778698515f9d35adbea146ed1dadc051d639053aa2023277d6f43e5f" + sha256 cellar: :any, arm64_sonoma: "0d791ca24a5fb16017bc13e7db658f35f8b16b27b0b5d1d06e51564349598cd0" + sha256 cellar: :any, arm64_ventura: "0124a7352045100fa24218c97aece79c208f36124edd6adf28c76160dd8d808b" + sha256 cellar: :any, sonoma: "2929b2ed87b34bc00f1798a43b1b47c1c064eb82aa1f46685415a18f5d985f29" + sha256 cellar: :any, ventura: "d7bf4733533e5c882f5b02cdcbaad483356b8f0a177e9a92c22f530634aefb48" + sha256 cellar: :any_skip_relocation, arm64_linux: "a281a2d962feddee08dc30a0ded252cbcab90dd365b6646472c4617b6098537d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "afc566741555a489e2fff2d2f58a015bd59973874a6b9621086b74e755e9f934" end depends_on "rust" => [:build, :test] From 5afe9175a90c72de4469edc62749dc811e7da496 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:39:05 +0000 Subject: [PATCH 07084/10074] fonttools: update 4.58.4 bottle. --- Formula/f/fonttools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fonttools.rb b/Formula/f/fonttools.rb index 44db92c1fbd7b..ac849d78c9d66 100644 --- a/Formula/f/fonttools.rb +++ b/Formula/f/fonttools.rb @@ -9,13 +9,13 @@ class Fonttools < Formula head "https://github.com/fonttools/fonttools.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc27f5d9b747c19f7ec7f2a1d7ee9e19a08b13216db75f9c6e6fcc92e0b898f2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "45d3df36ea594f41f09891ac503b957106a1a523da13aa7acd090de10447c4a9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8fcde00381ecdfa4bbca1a9bfe8c559594a47cc8cdb85ab854ff03deb786b36a" - sha256 cellar: :any_skip_relocation, sonoma: "85dc0510fed6048aa7add0a526b5e8006290c336e5a8733129573758f8c6617d" - sha256 cellar: :any_skip_relocation, ventura: "8b571bf397433e0b9f598176af26dfb6eada4b4834ef7ea63a5c12a8db04076f" - sha256 cellar: :any_skip_relocation, arm64_linux: "c37810251712008faf9a621276402ad1943bdc56609137da6bfe95484bbad93c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "790d18ea939dd2291866b0d679a72a9fdc5fdf116ce3a1e03a0850b6219a9a36" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "913dc4d1814468097c71160790d242d3bf92032cbe9209cbb31484d2cb16c9fb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5289c760f408a539132a031cd30a7602d7e097d3dbab7874c0fc932454c4d48e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6509b1ababd09f09dc685c64c55621995da27f581726091f206ec13c1d836547" + sha256 cellar: :any_skip_relocation, sonoma: "d76f262cfc527af47eb98ad820fe0c4582f1a9bfdb93f6d10e4cf5941d628b1b" + sha256 cellar: :any_skip_relocation, ventura: "48541c30ae606dddc53cc20a1d1a2b33bdccb4714694a8b09a1a6d82a5d4ac67" + sha256 cellar: :any_skip_relocation, arm64_linux: "6db31cc9c66af48c7bb4cd2170f6cfb76828410c6b27c3d7e383a08d43821356" + sha256 cellar: :any_skip_relocation, x86_64_linux: "836f3baa6adadaf8446045936cb268dce81497e45ae4a8211fa91980dbdc7a36" end depends_on "python@3.13" From 9845a485f6b9dc8c148769dc8ba243753557e83c Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 13 Jun 2025 23:12:14 +0200 Subject: [PATCH 07085/10074] erlfmt 1.7.0 --- .github/autobump.txt | 1 + Formula/e/erlfmt.rb | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index a71ada06edb1b..02e89d9b78fca 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1008,6 +1008,7 @@ erlang erlang_ls erlang@25 erlang@26 +erlfmt erofs-utils esbuild eslint diff --git a/Formula/e/erlfmt.rb b/Formula/e/erlfmt.rb index ad953eea0eafe..b2ab6264a9caa 100644 --- a/Formula/e/erlfmt.rb +++ b/Formula/e/erlfmt.rb @@ -1,12 +1,10 @@ class Erlfmt < Formula desc "Automated code formatter for Erlang" homepage "https://github.com/WhatsApp/erlfmt" - url "https://github.com/WhatsApp/erlfmt/archive/refs/tags/v1.6.2.tar.gz" - sha256 "e3643d8833c3a9170d695fd6c44914342240bd8bd10cfacaeac2633ee0561709" + url "https://github.com/WhatsApp/erlfmt/archive/refs/tags/v1.7.0.tar.gz" + sha256 "7d566b5f012ce4e2db74e18edb7da4cf69fd49a2f80effdddf989f5f0051db5f" license "Apache-2.0" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "721b5216c77bfdcd0e63cf7e4eb40b335d1cbf7840b0ff94505c5ca232cac095" sha256 cellar: :any_skip_relocation, arm64_sonoma: "342d7aa1b364d7803738bafd0fa57360a2e582376641da3668e72e4154cdc9e9" From 2cefb05c13d0c70572d850d1515aa1257ac2ecc8 Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 13 Jun 2025 23:15:55 +0200 Subject: [PATCH 07086/10074] puzzles 20250613 Signed-off-by: botantony --- Formula/p/puzzles.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/puzzles.rb b/Formula/p/puzzles.rb index 70620c44d7eb4..77d8667b19f28 100644 --- a/Formula/p/puzzles.rb +++ b/Formula/p/puzzles.rb @@ -2,9 +2,9 @@ class Puzzles < Formula desc "Collection of one-player puzzle games" homepage "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" # Extract https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles.tar.gz to get the version number - url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20250523.7fa0305.tar.gz" - version "20250523" - sha256 "927521883305d297215f30950a7b4a897615256f075c1a00307f9af4eeb9d9b9" + url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20250613.47bd72c.tar.gz" + version "20250613" + sha256 "5e411a6697a54607f5414041f957d2feb418599328e7023f9e0783e3891e3b0d" license "MIT" head "https://git.tartarus.org/simon/puzzles.git", branch: "main" From 5db9d477bd2fa6bb1f756664d1074b44eaa800cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:12:03 +0000 Subject: [PATCH 07087/10074] excalidraw-converter: update 1.5.1 bottle. --- Formula/e/excalidraw-converter.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/excalidraw-converter.rb b/Formula/e/excalidraw-converter.rb index 3728a618b3102..1ca04f69e0c8b 100644 --- a/Formula/e/excalidraw-converter.rb +++ b/Formula/e/excalidraw-converter.rb @@ -7,12 +7,12 @@ class ExcalidrawConverter < Formula head "https://github.com/sindrel/excalidraw-converter.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a21367cdcda14775324c04177b3a5d53d33613b661d4807b3a2710b67f7c6e4d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a21367cdcda14775324c04177b3a5d53d33613b661d4807b3a2710b67f7c6e4d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a21367cdcda14775324c04177b3a5d53d33613b661d4807b3a2710b67f7c6e4d" - sha256 cellar: :any_skip_relocation, sonoma: "f89036fed3568c477cebc9e5eb7c897e7d6d3fa4efb5fecfa612195393df09e9" - sha256 cellar: :any_skip_relocation, ventura: "f89036fed3568c477cebc9e5eb7c897e7d6d3fa4efb5fecfa612195393df09e9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8d402b2e966566d4061e2e37cd4367939f365beff16bf057eacb2e81c9b096ba" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "448cfb1341c199b0af316f3aacf70df35e6591c62998ca8c69887a9928d8519e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "448cfb1341c199b0af316f3aacf70df35e6591c62998ca8c69887a9928d8519e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "448cfb1341c199b0af316f3aacf70df35e6591c62998ca8c69887a9928d8519e" + sha256 cellar: :any_skip_relocation, sonoma: "27be56ebef4c224799182b98f021c49bf51e5dcc91ae077c1ff30240ded6d79e" + sha256 cellar: :any_skip_relocation, ventura: "27be56ebef4c224799182b98f021c49bf51e5dcc91ae077c1ff30240ded6d79e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "676e903891c0aee8a518fb16670d105c460b639c1c9d5ddbf1bc5856923f37b3" end depends_on "go" => :build From 4b61b8408928676f2c6f3589a2af0ca0a7926bd2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:12:14 +0000 Subject: [PATCH 07088/10074] eslint: update 9.29.0 bottle. --- Formula/e/eslint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/eslint.rb b/Formula/e/eslint.rb index 813678f713252..4caf81cd772f2 100644 --- a/Formula/e/eslint.rb +++ b/Formula/e/eslint.rb @@ -7,13 +7,13 @@ class Eslint < Formula head "https://github.com/eslint/eslint.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" - sha256 cellar: :any_skip_relocation, sonoma: "3994eee94ea4f5744e4df11142102f6c6e04faafadc743a0d1aff4499a3322e3" - sha256 cellar: :any_skip_relocation, ventura: "3994eee94ea4f5744e4df11142102f6c6e04faafadc743a0d1aff4499a3322e3" - sha256 cellar: :any_skip_relocation, arm64_linux: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "96045bab80424e89e6d681edc946963e51c0b86a9801f9561aa8c66eac4d16b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6c5d5ca473c803f423def1a6e8a5f3b4ecde4bf088cb02c0ff2a09b1177822a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6c5d5ca473c803f423def1a6e8a5f3b4ecde4bf088cb02c0ff2a09b1177822a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d6c5d5ca473c803f423def1a6e8a5f3b4ecde4bf088cb02c0ff2a09b1177822a" + sha256 cellar: :any_skip_relocation, sonoma: "7eddc07d0c1fba367331e1fe16e87e0646bd2ea97fd3c756d779fb2d4c3dd352" + sha256 cellar: :any_skip_relocation, ventura: "7eddc07d0c1fba367331e1fe16e87e0646bd2ea97fd3c756d779fb2d4c3dd352" + sha256 cellar: :any_skip_relocation, arm64_linux: "d6c5d5ca473c803f423def1a6e8a5f3b4ecde4bf088cb02c0ff2a09b1177822a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d6c5d5ca473c803f423def1a6e8a5f3b4ecde4bf088cb02c0ff2a09b1177822a" end depends_on "node" From 3bc277fa90765e111bf8d4270028167cea266d0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:12:31 +0000 Subject: [PATCH 07089/10074] stellar-core: update 22.4.1 bottle. --- Formula/s/stellar-core.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/stellar-core.rb b/Formula/s/stellar-core.rb index f15a5c39e3e0b..7f01ff14873be 100644 --- a/Formula/s/stellar-core.rb +++ b/Formula/s/stellar-core.rb @@ -16,13 +16,13 @@ class StellarCore < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d4cb5615d156f87d733549f57210a40239b5b6bcfd9e89f3b9205f36102e9dd5" - sha256 cellar: :any, arm64_sonoma: "27f7e0c48b467ee601542843f6c44b1751b42d9f7024f2875c1af6723b2b7a3a" - sha256 cellar: :any, arm64_ventura: "d2c21e224b7e7468919867f4965af674bb1df2a64fb2a7556a013ac6c469d7a6" - sha256 cellar: :any, sonoma: "16448b8653aa7b0c98f91d38e3a935c94f3c2db6ecd5bd1d1085b8b3dee2a065" - sha256 cellar: :any, ventura: "203663dafb43c74c0a1d6dff46bfe625b9adde779528d8072748d4cd858c3084" - sha256 cellar: :any_skip_relocation, arm64_linux: "e2235f7ccae63ae9193902983c878aff25ed87a482345bf74dd3c803181a0ef4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fbbaf3e58aef189c1283aabb94b256ae837b4572c411401d02c57d56c67182aa" + sha256 cellar: :any, arm64_sequoia: "860254d33a2d578f583c16c50d2e49a7b0dc4adb28f509c3e9584208d79581e2" + sha256 cellar: :any, arm64_sonoma: "5b50abf0563e5fcd1501dca761b9dab2634529ed5bf0fc3592de4157964027db" + sha256 cellar: :any, arm64_ventura: "004ec4897d6da078d4bcaffaeb6c85b078befee011a43dc972faa6ecb524f5a7" + sha256 cellar: :any, sonoma: "2ba9ace590045400a3fbf695f2f2d1ac79cd5f980a4f19bdc8cb2aabd9c27034" + sha256 cellar: :any, ventura: "ff13f56530c6a55b32e7150b46956b790909f7e383dcb4d5f6b943cad3d73b5b" + sha256 cellar: :any_skip_relocation, arm64_linux: "f54889e142ef87bc90de29ed2f43a97ba7defb965cf26c6f5a73081e0b1eb7c7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7912218dda9cb3797c1d64432136cffbfd2809d684f52ea2371683c40ae2e2a5" end depends_on "autoconf" => :build From 7e6331337ecd48314b0fbf380014ca9d37b6b73f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:12:40 +0000 Subject: [PATCH 07090/10074] terragrunt: update 0.81.6 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index efa05b0c99e33..4979b4f1c8e93 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f2eae8bd66c2f35f3ad77d38655e26bbbe615fda74b7716675376284abdb219a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2eae8bd66c2f35f3ad77d38655e26bbbe615fda74b7716675376284abdb219a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f2eae8bd66c2f35f3ad77d38655e26bbbe615fda74b7716675376284abdb219a" - sha256 cellar: :any_skip_relocation, sonoma: "8056d16e1c7d38356f60fe8a2503dcac7cebc4cf3a474501082a075e4f5d2985" - sha256 cellar: :any_skip_relocation, ventura: "8056d16e1c7d38356f60fe8a2503dcac7cebc4cf3a474501082a075e4f5d2985" - sha256 cellar: :any_skip_relocation, x86_64_linux: "314605c08d90916f5094e7fc2e27b9ff400ea4bcb9db9d2e3b108447a416d2bd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "37bee1a66056fad861ab40bb03509a444ab11e88875dea61c9462e3a52a4a51d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "37bee1a66056fad861ab40bb03509a444ab11e88875dea61c9462e3a52a4a51d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "37bee1a66056fad861ab40bb03509a444ab11e88875dea61c9462e3a52a4a51d" + sha256 cellar: :any_skip_relocation, sonoma: "511e12516397f95c617d8a2ac4ef5ffadb3ffd8440e3b665845a2add82c93385" + sha256 cellar: :any_skip_relocation, ventura: "511e12516397f95c617d8a2ac4ef5ffadb3ffd8440e3b665845a2add82c93385" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c8c5b823f6fc0f9ff87770a90f088969f8adb2ff393049b8abe42fe805c1108" end depends_on "go" => :build From 7deb7957e5ec7d3edf00f9b8908d9dfe07338ae3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:12:41 +0000 Subject: [PATCH 07091/10074] sourcekitten: update 0.37.1 bottle. --- Formula/s/sourcekitten.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sourcekitten.rb b/Formula/s/sourcekitten.rb index ebe47caee246c..56dc2dd7d6a99 100644 --- a/Formula/s/sourcekitten.rb +++ b/Formula/s/sourcekitten.rb @@ -8,13 +8,13 @@ class Sourcekitten < Formula head "https://github.com/jpsim/SourceKitten.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2055c55992adc5704bba47a724cdd7bf91792cd5b9a290edb20fae3f5bfe1040" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "45e2029ed37a1151357f877689e017031ec02b3e4a7f3481dee354136a0ef57b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a537fa252a93e87370e05294e70355ef17922b476ce83c924c7a8df11f78e29c" - sha256 cellar: :any_skip_relocation, sonoma: "67c2adcc597c9c81363a31462f77438e9b72df5eeb389860b15c874d2e730fa2" - sha256 cellar: :any_skip_relocation, ventura: "63a0c69b8c07d8d68fc01e1aed95782021417753f6fb3f606e35f214560f7b30" - sha256 arm64_linux: "ed0d6d4dc2112b6ae320927620de3d216549a1ec2dad90cbfd964d827aaa0994" - sha256 x86_64_linux: "b2cff74b0c1717829db601f9a6032096c29b52f2c417c699826d21d8b954ce49" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "89fa8c30466e846d316679364fe99dcade4132ec90d3e046defe801ced7a65c5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "965d8e4948520b7dbc72faedfcb6592559c60941cd41d29ba5afba7f4d95554b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4998452b88cbcaedf772354cc6f2929eeca07515bf99a1c515451954d6a95aa4" + sha256 cellar: :any_skip_relocation, sonoma: "1d6244e977d613af761b92add12ce7d41d92b32c517047ca952cde6cf36ec363" + sha256 cellar: :any_skip_relocation, ventura: "5b76f897e6d82093c07b4f8023e3a9dc036c3dde983555ac328c5c040b87161f" + sha256 arm64_linux: "836dd867de37d2e4015b2fa33d37a1951444657c70b33ff576f3de6739db8ee4" + sha256 x86_64_linux: "afd660f974dc353add28e1597ea666fb1fd7e1ce6bf03385b4e56dd22eb7b5f2" end depends_on xcode: ["14.0", :build] From 9cc5433839b10d0de6efb09fa61f8a52f3747e78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:12:43 +0000 Subject: [PATCH 07092/10074] aptos: update 7.5.0 bottle. --- Formula/a/aptos.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aptos.rb b/Formula/a/aptos.rb index 29b56278d9495..ad09defa56566 100644 --- a/Formula/a/aptos.rb +++ b/Formula/a/aptos.rb @@ -14,13 +14,13 @@ class Aptos < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fafb67f3324d0187f42d3cefcf2e340a244129ad4577650cc44201a302085f1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e7cbc4373ccb567b9dbfeeb6ce074338b8f255424156ec51c0a8dbd84d08628" - sha256 cellar: :any_skip_relocation, arm64_ventura: "44e5bf11b325a1cabcd71adf103c47fab631452a9be52ab4d6283daa35e130b3" - sha256 cellar: :any_skip_relocation, sonoma: "49bc2b22c5f3169d48bac756d1d829eaa444a43c075bc3221895106389219c24" - sha256 cellar: :any_skip_relocation, ventura: "42f8e97571137fc0c00a106edab57cdb303d890eb8862d07333b73f3b27c0daf" - sha256 cellar: :any_skip_relocation, arm64_linux: "6b882c12b312d6daf20d239201e8dedc2fbb937c301e3df59465158e367aabf1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "79ec82cb2baf1e9e99136540583032b8fd3007e4dd04087375c736ecde913cd8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d9f81877ab7dd332337e25a989a059c6c1ba30f41964b683f9279651bae63e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b25707444d95567df7e1546b53c85d7c714e1b9ab528caa997c7cf9cf8336566" + sha256 cellar: :any_skip_relocation, arm64_ventura: "281fbe65d978f0bf8a9215e87b7727b5ebb93c5cfaadb4e893a33d58cca74d3f" + sha256 cellar: :any_skip_relocation, sonoma: "ad32db913799ae7d16093b60954d3afa5f9cfd688144ef175ad8d37c9feb57d0" + sha256 cellar: :any_skip_relocation, ventura: "45fba6d93447ddbd3db6f825f013c01ae8fea99bb262c37bd97538fbc127b27e" + sha256 cellar: :any_skip_relocation, arm64_linux: "41e1ab42217d00c5c0a91f0254b5b4e87f4db5c5285f7a88c8aac9fa935b0d01" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f9f5faec3730010ac97f3f951b6eea6d7e7b20268df4330f47bb528393bb3783" end depends_on "cmake" => :build From 58b067840e0c3cc60aae765ead3faf0fe8c9b670 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:12:47 +0000 Subject: [PATCH 07093/10074] erlfmt: update 1.7.0 bottle. --- Formula/e/erlfmt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/erlfmt.rb b/Formula/e/erlfmt.rb index b2ab6264a9caa..a06860720da95 100644 --- a/Formula/e/erlfmt.rb +++ b/Formula/e/erlfmt.rb @@ -6,13 +6,13 @@ class Erlfmt < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "721b5216c77bfdcd0e63cf7e4eb40b335d1cbf7840b0ff94505c5ca232cac095" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "342d7aa1b364d7803738bafd0fa57360a2e582376641da3668e72e4154cdc9e9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e6ce55ff99b8e30e2d5ff43daf266957ef188871bc489bc29f5055201cb1dc9" - sha256 cellar: :any_skip_relocation, sonoma: "918cb5a1f2944d9ac4ca7e26a9b33533116ec2b625fbbe6eeca9528abc022025" - sha256 cellar: :any_skip_relocation, ventura: "3a712002a3d0ce448cd6616ef1f2461ea83a1ddd5d4548b238897750cca6155a" - sha256 cellar: :any_skip_relocation, arm64_linux: "c3cc28f10592fc02db316bda0e1f3eab14a007c5e54e5327a94b537a7c8cda1f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "261f24c2bb060e63028aea10b440069b2c914de89bef3af7e2f65394790f89d4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "35cf96980aa95b1827ddc80ff3a73c7def29582162918a7a4291f71cb3cb5682" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb2615b10e79037ca5829a4ae1d6e25236692dd79fa4f4ada1f5f620b87e9bfc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b0d36b3e481516af2a54382c6ea13989a1714a3964acac0a315f370147f8ba4" + sha256 cellar: :any_skip_relocation, sonoma: "24f2788f4e3f9a4e2df567e36ba06f4037ca5274e9be6b68a82503c7ec23ace1" + sha256 cellar: :any_skip_relocation, ventura: "b53833e0a2290c18e78cbf5eda5c894884d760d09e9cd67e39bd56de291c3baf" + sha256 cellar: :any_skip_relocation, arm64_linux: "39f6c7f3019dc5a30bc588bada8d02f55c44f351bf492f6e293d069931fbaeca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "77628bb5ed178d45716e074c0a3196d57c5d3a5598bd03772fe5c8d9be7c4819" end depends_on "rebar3" => :build From 9f9a72e3e205ed1be945d895e9d2aef2c82771eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:13:11 +0000 Subject: [PATCH 07094/10074] puzzles: update 20250613 bottle. --- Formula/p/puzzles.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/puzzles.rb b/Formula/p/puzzles.rb index 77d8667b19f28..80fa1c606062c 100644 --- a/Formula/p/puzzles.rb +++ b/Formula/p/puzzles.rb @@ -20,13 +20,13 @@ class Puzzles < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "64f9831eeb1c079179de2132699debbf8d6d75531ec1c173f0dd5c47ed621a2f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cf9117855cfc6615b67b6d0ef8d19e86672114be9f5f92005b47407ad9bf478" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ab89521ebcc8bb7c417b03d9e18ec1275af7893167d5adbda10adccda71b251d" - sha256 cellar: :any_skip_relocation, sonoma: "83fc1b2658f6d68033764c8595e75e8653e76a3eebb8c164f2a08edf3fbe120a" - sha256 cellar: :any_skip_relocation, ventura: "40ab902db0dc20f3a6f8cb2000e8c28b93a0eeb84c3511b4d952380ada8d4acf" - sha256 arm64_linux: "a28372f491807492c471cde765f04ae52c6fc6e1ba9dc4b382ad74e3c0f6a5a9" - sha256 x86_64_linux: "c7718c014e8b34e82143d05922929fd67f6a0668b6b20b28c65ef34510dc8575" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "869e40e4415d9a3e4f7aa315e4f338768c108f870dc6efd629ba1188428bb406" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "11d3b9044148ada16ff47ea19995584edfe2dd4813531372124c11cd3d089692" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e8cbc19821903c4ba59fd939b269f6e3d175d084ba05c3d5dd1e9c60d14f0fcc" + sha256 cellar: :any_skip_relocation, sonoma: "8ca6bafcdd00772f34b5ef3c89007e40c4b7ed977d262e2c1a6d2c83ed1d8a31" + sha256 cellar: :any_skip_relocation, ventura: "ef67cf16510a2845f6dee5f75bc026c3b3f0cf14794b5c68211d1b97173dcc9f" + sha256 arm64_linux: "e3c369f29ca87ccda01b1dd7c9d16dc19d88a463b4fcfa225239b4263afd8dcc" + sha256 x86_64_linux: "5df0a7233a33a81c5fbeb51f4b98edeabd59bfc54f1d428ca9e087f34eddd670" end depends_on "cmake" => :build From 39ccca3da6db758ecc30aa8d13e9a78bbb96d0ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:50:40 +0000 Subject: [PATCH 07095/10074] bagit 1.9.0 bagit: remove build patch Signed-off-by: Rui Chen --- Formula/b/bagit.rb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Formula/b/bagit.rb b/Formula/b/bagit.rb index cee186d4521ac..31205e365ff0f 100644 --- a/Formula/b/bagit.rb +++ b/Formula/b/bagit.rb @@ -3,10 +3,9 @@ class Bagit < Formula desc "Library for creation, manipulation, and validation of bags" homepage "https://libraryofcongress.github.io/bagit-python/" - url "https://files.pythonhosted.org/packages/e5/99/927b704237a1286f1022ea02a2fdfd82d5567cfbca97a4c343e2de7e37c4/bagit-1.8.1.tar.gz" - sha256 "37df1330d2e8640c8dee8ab6d0073ac701f0614d25f5252f9e05263409cee60c" + url "https://files.pythonhosted.org/packages/a1/a0/8866b4c6f894af0eb10e4964157f3241dd4117700fc010e7825471d51a13/bagit-1.9.0.tar.gz" + sha256 "9455006c2d1df88be95ec1fccabc5ea623389589ea4c85b3d85bd256f29d7656" license "CC0-1.0" - revision 1 version_scheme 1 head "https://github.com/LibraryOfCongress/bagit-python.git", branch: "master" @@ -17,13 +16,6 @@ class Bagit < Formula depends_on "python@3.13" - # Replace pkg_resources with importlib - # https://github.com/LibraryOfCongress/bagit-python/pull/170 - patch do - url "https://github.com/LibraryOfCongress/bagit-python/commit/de842aad182c74de21d09d108050740affb94f2e.patch?full_index=1" - sha256 "f7fab3dead0089f44e6e65930a267f6d69f2589845e9ea4c1d6bbb3847f5ff3a" - end - def install virtualenv_install_with_resources end From 782aa8c20ea93462d929be0cbd14982273256455 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:35:38 +0000 Subject: [PATCH 07096/10074] aws-c-io: update 0.20.1 bottle. --- Formula/a/aws-c-io.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-c-io.rb b/Formula/a/aws-c-io.rb index b04778ce632a0..975f0efc6a982 100644 --- a/Formula/a/aws-c-io.rb +++ b/Formula/a/aws-c-io.rb @@ -6,13 +6,13 @@ class AwsCIo < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "31032183de503bbab651bde6d16bbca254d58155912c861c49d192c62e7dea21" - sha256 cellar: :any, arm64_sonoma: "b912d57779b566a14d77e4aa84f363c284e7aa85e111582831b0cd001d92097f" - sha256 cellar: :any, arm64_ventura: "3ac4f0c13652094b6bc1b4c2820e9bc14b008f00d283362424c3c0e5a85061c8" - sha256 cellar: :any, sonoma: "624882f66a181720481584980be9be7ce51e9eec1979b581735efe3ff6aff575" - sha256 cellar: :any, ventura: "1f5faeb258be41bec29488b85501c52cb88ef0518f59a2637843943c49c9aa1f" - sha256 cellar: :any_skip_relocation, arm64_linux: "0a75f11259a2dd197b6adbf9f241137254a3b0a7fdb022f394666e14d4f32acf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a92a39e7781f90b911772a00c5d1b923d3f6b82780f505ca5d261c55525b9812" + sha256 cellar: :any, arm64_sequoia: "4056b11f3763ed28884fc7c8148de5da7d64892d0554c772e37f3ad2747baaa3" + sha256 cellar: :any, arm64_sonoma: "fb1b9c52d33135a2b226240e0e409a3f4010263aff90cade3d0c059d85bd43c4" + sha256 cellar: :any, arm64_ventura: "dac31bbf9726427172a71ce9ead89ec5f8d989a58c60d5ad5e5e0af5e79f4f7c" + sha256 cellar: :any, sonoma: "78a4afca3f62daf81221845e8b66d948fe81d1f18b5ce1e79d06aa5ebfd3ed97" + sha256 cellar: :any, ventura: "fd3101375ad6952873e07f48de73ce5e14972be69edbb64757d17b28260812c1" + sha256 cellar: :any_skip_relocation, arm64_linux: "711d83d3b1ddb72fd29a7e3a3cf592f50b555ed2c43978b88b8dac2072cd90ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe068cff4bb9afb3fdb5595afb806918f91060b3c84b07b849dce173e76e8820" end depends_on "cmake" => :build From 8580d65235fa7c4ae41902d298838a91f997fabf Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 00:37:14 +0200 Subject: [PATCH 07097/10074] swiftly 1.0.1 Signed-off-by: botantony --- .github/autobump.txt | 1 + Formula/s/swiftly.rb | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 02e89d9b78fca..1cb5ee28cdbeb 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3606,6 +3606,7 @@ swift-format swift-protobuf swift-sh swiftformat +swiftly swiftplantuml swig swtpm diff --git a/Formula/s/swiftly.rb b/Formula/s/swiftly.rb index d4a42219d566e..0709e88bd4b9d 100644 --- a/Formula/s/swiftly.rb +++ b/Formula/s/swiftly.rb @@ -2,12 +2,15 @@ class Swiftly < Formula desc "Swift toolchain installer and manager" homepage "https://github.com/swiftlang/swiftly" url "https://github.com/swiftlang/swiftly.git", - tag: "1.0.0", - revision: "a9eecca341e6d5047c744a165bfe5bbf239987f5" + tag: "1.0.1", + revision: "c14ee6e9fc94988e04b164b457a3b4afa800f68c" license "Apache-2.0" head "https://github.com/swiftlang/swiftly.git", branch: "main" - no_autobump! because: :requires_manual_review + livecheck do + url :stable + strategy :github_releases + end bottle do rebuild 2 From 52795df74de21b2d58f24c7b538268fc25b7a7ca Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 13 Jun 2025 20:25:53 +0200 Subject: [PATCH 07098/10074] atmos: add livecheck block Signed-off-by: botantony Co-authored-by: Rui Chen --- Formula/a/atmos.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index 0b190594d7e91..b166f3152ed4f 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -6,6 +6,11 @@ class Atmos < Formula license "Apache-2.0" head "https://github.com/cloudposse/atmos.git", branch: "main" + livecheck do + url :stable + regex(/^v?(\d+(?:\.\d+)+)$/i) + end + no_autobump! because: :bumped_by_upstream bottle do From 83457fba4b35c6f69fa901792f80a9c8e55da585 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:53:46 +0000 Subject: [PATCH 07099/10074] clojure-lsp 2025.06.13-20.45.44 --- Formula/c/clojure-lsp.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/clojure-lsp.rb b/Formula/c/clojure-lsp.rb index b05b2aa095453..e6edfca48cb89 100644 --- a/Formula/c/clojure-lsp.rb +++ b/Formula/c/clojure-lsp.rb @@ -1,9 +1,9 @@ class ClojureLsp < Formula desc "Language Server (LSP) for Clojure" homepage "https://github.com/clojure-lsp/clojure-lsp" - url "https://github.com/clojure-lsp/clojure-lsp/releases/download/2025.06.06-19.04.49/clojure-lsp-standalone.jar" - version "2025.06.06-19.04.49" - sha256 "3220b0aa582f03dbbae05b3892426d6b7e20b6c6a9c9e95b5346deffd50126c9" + url "https://github.com/clojure-lsp/clojure-lsp/releases/download/2025.06.13-20.45.44/clojure-lsp-standalone.jar" + version "2025.06.13-20.45.44" + sha256 "11e28abda97f57dfc0cee3e4015b40ef98c6d9ee633a4583b3aa1957cba5211d" license "MIT" version_scheme 1 head "https://github.com/clojure-lsp/clojure-lsp.git", branch: "master" From 97ba5acacb676aeaa0d2e7df75e6b28fd3c2bbc6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:54:29 +0000 Subject: [PATCH 07100/10074] cog 0.15.6 --- Formula/c/cog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index e60b5d12ac437..dd418a4a3cb56 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -1,8 +1,8 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://cog.run/" - url "https://github.com/replicate/cog/archive/refs/tags/v0.15.5.tar.gz" - sha256 "9925d4d6c797ef92ff1633d3eb15f51e746d994421c78a8ea7f7138cbfb6b6c0" + url "https://github.com/replicate/cog/archive/refs/tags/v0.15.6.tar.gz" + sha256 "ceab500ceb76ac44843eab922bf5f0eb06d33f0f5122d747206aada55f4c3c5e" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" From a3fad2ab3e61790ab1bc7caadf82df5cbcd59dbc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:55:17 +0000 Subject: [PATCH 07101/10074] crane 0.20.6 --- Formula/c/crane.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/crane.rb b/Formula/c/crane.rb index df40bd8cd359e..d0af7a2f1d5cc 100644 --- a/Formula/c/crane.rb +++ b/Formula/c/crane.rb @@ -1,8 +1,8 @@ class Crane < Formula desc "Tool for interacting with remote images and registries" homepage "https://github.com/google/go-containerregistry" - url "https://github.com/google/go-containerregistry/archive/refs/tags/v0.20.5.tar.gz" - sha256 "624b950f4dec1a34eeed15b2162352e0a47d78f0609125864710f490de34fcf8" + url "https://github.com/google/go-containerregistry/archive/refs/tags/v0.20.6.tar.gz" + sha256 "53f17964ade63f63b2c66231a6e1ea606345cfcc325e49a5267017bb475bdcb4" license "Apache-2.0" head "https://github.com/google/go-containerregistry.git", branch: "main" From c58ad0a8c7417c718067027b1815b9313546e017 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:57:06 +0000 Subject: [PATCH 07102/10074] dolt 1.56.0 --- Formula/d/dolt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index e2c31d94bbd80..8c01f9b2c90ac 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,8 +1,8 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.55.0.tar.gz" - sha256 "b10e6c92ff15914c8546c1bdc210efcb278ba16c804dec82bae755a0b0912e9d" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.56.0.tar.gz" + sha256 "9eb61d5bcba5524cca5c7e466a6440c483313f0892ce2e47d14bee0f2b4e0857" license "Apache-2.0" head "https://github.com/dolthub/dolt.git", branch: "main" From daadd21f01b291a876908bc563b40dfcaf4cec65 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 00:59:57 +0200 Subject: [PATCH 07103/10074] lammps 20240829-update3 Signed-off-by: botantony --- Formula/l/lammps.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/l/lammps.rb b/Formula/l/lammps.rb index 7743287d17fbb..05f7971f27b0a 100644 --- a/Formula/l/lammps.rb +++ b/Formula/l/lammps.rb @@ -1,12 +1,12 @@ class Lammps < Formula desc "Molecular Dynamics Simulator" homepage "https://docs.lammps.org/" - url "https://github.com/lammps/lammps/archive/refs/tags/stable_29Aug2024_update2.tar.gz" + url "https://github.com/lammps/lammps/archive/refs/tags/stable_29Aug2024_update3.tar.gz" # lammps releases are named after their release date. We transform it to # YYYY-MM-DD (year-month-day) so that we get a sane version numbering. # We only track stable releases as announced on the LAMMPS homepage. - version "20240829-update2" - sha256 "f8ca3f021a819ced8658055f7750e235c51b4937ddb621cf1bd7bee08e0b6266" + version "20240829-update3" + sha256 "75a9fb55d3c10f44cbc7b30313351ce9b12ab3003c1400147fa3590b6d651c73" license "GPL-2.0-only" # The `strategy` block below is used to massage upstream tags into the @@ -26,7 +26,7 @@ class Lammps < Formula end end - no_autobump! because: :requires_manual_review + no_autobump! because: :incompatible_version_format bottle do rebuild 1 From 095fbf04cb281f45de18b1a291b85e25d1e787bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:01:58 +0000 Subject: [PATCH 07104/10074] hledger 1.43.2 --- Formula/h/hledger.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hledger.rb b/Formula/h/hledger.rb index 43eededd1f121..4cd15b7a4adc2 100644 --- a/Formula/h/hledger.rb +++ b/Formula/h/hledger.rb @@ -1,8 +1,8 @@ class Hledger < Formula desc "Easy plain text accounting with command-line, terminal and web UIs" homepage "https://hledger.org/" - url "https://github.com/simonmichael/hledger/archive/refs/tags/1.43.1.tar.gz" - sha256 "bd0f19601ae2c603dfeae035fd606211a2801868cfb264a37188317202b11e62" + url "https://github.com/simonmichael/hledger/archive/refs/tags/1.43.2.tar.gz" + sha256 "60b74c70ddfc6b84ca87debd2ac302aac754da3c0d9089821182e56796cb841e" license "GPL-3.0-or-later" head "https://github.com/simonmichael/hledger.git", branch: "master" From 811fd9ba1690d0b915dc32204d7eab8fba9de69f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:05:06 +0000 Subject: [PATCH 07105/10074] langgraph-cli 0.3.3 --- Formula/l/langgraph-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index aa5b327ad54c8..e519b544f932f 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -3,8 +3,8 @@ class LanggraphCli < Formula desc "Command-line interface for deploying apps to the LangGraph platform" homepage "https://www.github.com/langchain-ai/langgraph" - url "https://files.pythonhosted.org/packages/01/a5/ca0680f39e50b6ea8fd42714f082739729f211d71d221c0e585647db9b5a/langgraph_cli-0.3.1.tar.gz" - sha256 "4b6a74dd10792ea230d0293cc4faaae92f9f7ed889acb17378f711e9d79a2e14" + url "https://files.pythonhosted.org/packages/f0/c2/53aaae208a3a08f727ef9d03edfd8f499403e017fc451c8ca5b52e95c930/langgraph_cli-0.3.3.tar.gz" + sha256 "120adc44064786bb11f1376a7b324b2125276a2e2c3a04bbfab7b8c1622ad4d7" license "MIT" bottle do From 41af8777883064eb7a2bd010969ba473d0e65752 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:09:11 +0000 Subject: [PATCH 07106/10074] mise 2025.6.4 --- Formula/m/mise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 7857c740f0f71..7e5a04fcbcb29 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.3.tar.gz" - sha256 "d0620615b55f3674a0d09ace8c2ddafc6029be004b89af74632c19952c4726eb" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.4.tar.gz" + sha256 "ea8e4681dfa52a7c514f88d35a28e5456ecdc317232fc890360d6d68abd8dff0" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" From 3341bc0970e28a0e7a1a953171a8a1985224b0ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:16:34 +0000 Subject: [PATCH 07107/10074] schemathesis 4.0.1 --- Formula/s/schemathesis.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/schemathesis.rb b/Formula/s/schemathesis.rb index 95f404425707c..65d52541c7417 100644 --- a/Formula/s/schemathesis.rb +++ b/Formula/s/schemathesis.rb @@ -3,8 +3,8 @@ class Schemathesis < Formula desc "Testing tool for web applications with specs" homepage "https://schemathesis.readthedocs.io/" - url "https://files.pythonhosted.org/packages/eb/78/9404272f9a85ef4a0bd65abb193c220c5ae1dc466a4b74d67c08f271879c/schemathesis-4.0.0.tar.gz" - sha256 "7a6b95b8a149dcb6ed957f7be3a330a51f3867cffe59677cb120956abf417e55" + url "https://files.pythonhosted.org/packages/48/62/dfbd4be39d91847a9ffbe3da37da39168f041ade2743d3a70af654dc7594/schemathesis-4.0.1.tar.gz" + sha256 "815a3b51f3d56a91faae77508baba6955d2fffc20323f38e4db1c04c4ba27627" license "MIT" bottle do @@ -90,8 +90,8 @@ class Schemathesis < Formula end resource "hypothesis" do - url "https://files.pythonhosted.org/packages/16/8e/8148117b2556d3078b7f5860f36bf2c7caa18476365ae326d7445e72a80d/hypothesis-6.135.5.tar.gz" - sha256 "e7bf1b5bbd04bccd40072affbcb6fa02b4eda40eca8eb517b2723373f9d7de3b" + url "https://files.pythonhosted.org/packages/1d/f6/86cb56efe11ac39c943dcb007c7135b89f2c674ab273ff7c0a8da415aaff/hypothesis-6.135.9.tar.gz" + sha256 "a80a256268b8af3d34d62be30f6bf4a7d099b2b762621cc5f3f1de65e7b98543" end resource "hypothesis-graphql" do @@ -180,8 +180,8 @@ class Schemathesis < Formula end resource "pytest-subtests" do - url "https://files.pythonhosted.org/packages/c0/4c/ba9eab21a2250c2d46c06c0e3cd316850fde9a90da0ac8d0202f074c6817/pytest_subtests-0.14.1.tar.gz" - sha256 "350c00adc36c3aff676a66135c81aed9e2182e15f6c3ec8721366918bbbf7580" + url "https://files.pythonhosted.org/packages/59/30/6ec8dfc678ddfd1c294212bbd7088c52d3f7fbf3f05e6d8a440c13b9741a/pytest_subtests-0.14.2.tar.gz" + sha256 "7154a8665fd528ee70a76d00216a44d139dc3c9c83521a0f779f7b0ad4f800de" end resource "python-dateutil" do From d3c9e3b0625f44f28acf39a736669745b5340e15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:18:18 +0000 Subject: [PATCH 07108/10074] sqlfluff 3.4.1 --- Formula/s/sqlfluff.rb | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Formula/s/sqlfluff.rb b/Formula/s/sqlfluff.rb index 3eb9c85c804ae..696b5dd1788ac 100644 --- a/Formula/s/sqlfluff.rb +++ b/Formula/s/sqlfluff.rb @@ -3,8 +3,8 @@ class Sqlfluff < Formula desc "SQL linter and auto-formatter for Humans" homepage "https://docs.sqlfluff.com/" - url "https://files.pythonhosted.org/packages/37/9f/501f119821c8e1eaccf079a0f82428e84a3411bd6a2f7a418620689c769d/sqlfluff-3.4.0.tar.gz" - sha256 "6e1ea2d39b20cc791a1a009c234afaf043b448c7f2eb1c11551316fb41f36f47" + url "https://files.pythonhosted.org/packages/63/69/5511d12d18e14870fc70a70dde9d795cd315caa53e351df8b7df6037a0cb/sqlfluff-3.4.1.tar.gz" + sha256 "3c03464be46cfe7c83d11a753d5aa76f7b8e030ff018d5e61a8683d43002f31e" license "MIT" bottle do @@ -26,8 +26,8 @@ class Sqlfluff < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "colorama" do @@ -36,8 +36,8 @@ class Sqlfluff < Formula end resource "diff-cover" do - url "https://files.pythonhosted.org/packages/3f/a8/20e11859ee291893ef9711ca868d277b66cdf886278e73abdb72b172cc5f/diff_cover-9.2.4.tar.gz" - sha256 "6ea44711f09199a1b8bcaa2eae002e1f337dd22f2d798fcfd62a6a1554bb2a86" + url "https://files.pythonhosted.org/packages/a6/f9/cc775fdcdce3407b5ef46ae084950514c0429b0e2407b6d5a0990bf52505/diff_cover-9.3.2.tar.gz" + sha256 "2a99239fb8968650da47968a834607b6b797143e5d0405e24c45a71be590755b" end resource "iniconfig" do @@ -56,8 +56,8 @@ class Sqlfluff < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pathspec" do @@ -66,13 +66,13 @@ class Sqlfluff < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz" - sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" end resource "pygments" do @@ -81,8 +81,8 @@ class Sqlfluff < Formula end resource "pytest" do - url "https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz" - sha256 "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" + url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" + sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" end resource "pyyaml" do From 5f78dde50fe489ecfa041ec8054931cf81ec49d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:21:51 +0000 Subject: [PATCH 07109/10074] vulkan-headers 1.4.318 --- Formula/v/vulkan-headers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-headers.rb b/Formula/v/vulkan-headers.rb index 2c6f9e8f4a5a0..e2e60a79b1234 100644 --- a/Formula/v/vulkan-headers.rb +++ b/Formula/v/vulkan-headers.rb @@ -1,8 +1,8 @@ class VulkanHeaders < Formula desc "Vulkan Header files and API registry" homepage "https://github.com/KhronosGroup/Vulkan-Headers" - url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.317.tar.gz" - sha256 "78665959d10b09061d8c3e21db8bf3e8b699e2d3d532fce850a32312dba7228b" + url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.318.tar.gz" + sha256 "24df01da8a5c54ee19dfee92259b7edcf44693875fbf96ccdfec69d6e3eef0bc" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Headers.git", branch: "main" From 5da3790488de9629bad9aaa76e39e44123871cb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:21:51 +0000 Subject: [PATCH 07110/10074] vulkan-loader 1.4.318 --- Formula/v/vulkan-loader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-loader.rb b/Formula/v/vulkan-loader.rb index 6021af1d0db1f..8f21a2122110e 100644 --- a/Formula/v/vulkan-loader.rb +++ b/Formula/v/vulkan-loader.rb @@ -1,8 +1,8 @@ class VulkanLoader < Formula desc "Vulkan ICD Loader" homepage "https://github.com/KhronosGroup/Vulkan-Loader" - url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.317.tar.gz" - sha256 "e4e18585fe902ee04e86c1cdb2996b686bffef2cab02cb6079221fe69df05af8" + url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.318.tar.gz" + sha256 "b0e9488ab13d1fa946d50d7905fa71ea0536151db846ae4d3b485f869639efcb" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Loader.git", branch: "main" From 5b689ed26f5a6e7dec3ea68a75e91b54b939157a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:21:51 +0000 Subject: [PATCH 07111/10074] vulkan-tools 1.4.318 --- Formula/v/vulkan-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-tools.rb b/Formula/v/vulkan-tools.rb index 60a1e853127aa..b70c1df5af57c 100644 --- a/Formula/v/vulkan-tools.rb +++ b/Formula/v/vulkan-tools.rb @@ -1,8 +1,8 @@ class VulkanTools < Formula desc "Vulkan utilities and tools" homepage "https://github.com/KhronosGroup/Vulkan-Tools" - url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.317.tar.gz" - sha256 "4586309ab5b2a9584fde62fd85b0ef5bb98b4cdbca9cb1ba3a2b4978dc2f355c" + url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.318.tar.gz" + sha256 "ba45d517ac48aa92d34d5ed49bd65e7765d61c2be93f4db367d6d0e8b932dc5b" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Tools.git", branch: "main" From 7cab4f8d5ec66d0936aa926da1c6fa45fe67dbf5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:21:51 +0000 Subject: [PATCH 07112/10074] vulkan-utility-libraries 1.4.318 --- Formula/v/vulkan-utility-libraries.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-utility-libraries.rb b/Formula/v/vulkan-utility-libraries.rb index 72c622be95044..f55e4a7ef27ca 100644 --- a/Formula/v/vulkan-utility-libraries.rb +++ b/Formula/v/vulkan-utility-libraries.rb @@ -1,8 +1,8 @@ class VulkanUtilityLibraries < Formula desc "Utility Libraries for Vulkan" homepage "https://github.com/KhronosGroup/Vulkan-Utility-Libraries" - url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.317.tar.gz" - sha256 "b2ebc07892bfbde4e15288b73d5406dd0bed83a889775b4738aa06daac90d02d" + url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.318.tar.gz" + sha256 "5a6371c7982f2a07b718d4e79e86a059f065793e85b4d597af8c96e1a2e766e5" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git", branch: "main" From 76eef000c322e6dc0c8a7c14661bc4568070ee2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:22:17 +0000 Subject: [PATCH 07113/10074] clojure-lsp: update 2025.06.13-20.45.44 bottle. --- Formula/c/clojure-lsp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/clojure-lsp.rb b/Formula/c/clojure-lsp.rb index e6edfca48cb89..14acdc611050a 100644 --- a/Formula/c/clojure-lsp.rb +++ b/Formula/c/clojure-lsp.rb @@ -16,7 +16,7 @@ class ClojureLsp < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "bb3cb3102608aa2d35dddb86d1bc0abfb2e6eeae3b99af10dd7878a75bc81b03" + sha256 cellar: :any_skip_relocation, all: "d76985179a3d8c069da2c240f8436264b20441ee16cc875215c26f37ff37fbc2" end depends_on "openjdk" From ad1397a033512e3665a4764e02a04dfc6692b973 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:23:11 +0000 Subject: [PATCH 07114/10074] wstunnel 10.4.3 --- Formula/w/wstunnel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wstunnel.rb b/Formula/w/wstunnel.rb index a397ef39e9999..60771ff75bdcd 100644 --- a/Formula/w/wstunnel.rb +++ b/Formula/w/wstunnel.rb @@ -1,8 +1,8 @@ class Wstunnel < Formula desc "Tunnel all your traffic over Websocket or HTTP2" homepage "https://github.com/erebe/wstunnel" - url "https://github.com/erebe/wstunnel/archive/refs/tags/v10.4.2.tar.gz" - sha256 "dd421991399dbab1261a339958d0af77ec94d1a20f4faec1d8fd40bead0b8594" + url "https://github.com/erebe/wstunnel/archive/refs/tags/v10.4.3.tar.gz" + sha256 "f68c4046b117ad8fe4e63c3963a8ef9236ddc8293a3dabf9e7033ffb4862f4ec" license "BSD-3-Clause" head "https://github.com/erebe/wstunnel.git", branch: "main" From 0fb51d1b6d8033ce94bc509d3e41677a248789b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:23:25 +0000 Subject: [PATCH 07115/10074] cog: update 0.15.6 bottle. --- Formula/c/cog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index dd418a4a3cb56..87582d559ac05 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -7,12 +7,12 @@ class Cog < Formula head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4eb672cdf5305a5c01670138c6586fc3b1ea4a134549377d7fef14e09bffd6f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4eb672cdf5305a5c01670138c6586fc3b1ea4a134549377d7fef14e09bffd6f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f4eb672cdf5305a5c01670138c6586fc3b1ea4a134549377d7fef14e09bffd6f" - sha256 cellar: :any_skip_relocation, sonoma: "e78adfb7346490ec16ad15024a5fbeb20ccd2b768b72b8c6daf4bce8fb4bc0a1" - sha256 cellar: :any_skip_relocation, ventura: "e78adfb7346490ec16ad15024a5fbeb20ccd2b768b72b8c6daf4bce8fb4bc0a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4c38bbc3aa1751765916412162bb143dd82d57600decd4f5c66bb5c6d1919123" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "61c0adb7f4ff2d31666e6e929a3f5277faf9eb094288c523d5fc874294a449d1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "61c0adb7f4ff2d31666e6e929a3f5277faf9eb094288c523d5fc874294a449d1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "61c0adb7f4ff2d31666e6e929a3f5277faf9eb094288c523d5fc874294a449d1" + sha256 cellar: :any_skip_relocation, sonoma: "083a99db1bca8ee99a439261330e2791c9bceb365d49a9a77d41770524987a8a" + sha256 cellar: :any_skip_relocation, ventura: "083a99db1bca8ee99a439261330e2791c9bceb365d49a9a77d41770524987a8a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d0b3786a0505d46b3223a515a359e581840397128dc0994b3997784679af18cb" end depends_on "go" => :build From 766dc3d2e804b7e396fb9f8da2e09d0f7b517407 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:23:39 +0000 Subject: [PATCH 07116/10074] dolt: update 1.56.0 bottle. --- Formula/d/dolt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 8c01f9b2c90ac..a56a79b6d5752 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -12,13 +12,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4bc602663919965fe668bf4079f56c79201295f3d8e55d36a9046152588069d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "114c8a8c086af7381131ddc1fe72d5e339b82fa782cf992dd89b08130b3db279" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ddbfc912f2702717a34bfece1ce5c2b0cbe6d513e96d4b3cd9e1355e8510a57c" - sha256 cellar: :any_skip_relocation, sonoma: "9541928fedf1b25f1bf0ad3ef088aaa77e425162a753804302b52c92596ca598" - sha256 cellar: :any_skip_relocation, ventura: "b6c6ecff1a80c2d4dd6dc4de5d26dfc6a8254db932be32dfbdf7556e43f8d755" - sha256 cellar: :any_skip_relocation, arm64_linux: "94f8f1cc399c239f075bbc29836b605c0dc3211fe4d8747cedb0d9ef69717bbb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b4cc1398453af3129d462dade25fed3dc13b7a5b7a60a2d89bedf1219a75e239" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fc6ae92b0c3603523c02976e9e7efa49781909e40cef33f7a9044d0ec8977b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8593268829046829b677ed25a034ffb8a91c393708b1ba9a3df61784611dd8da" + sha256 cellar: :any_skip_relocation, arm64_ventura: "57fe15a8c1da891e59b7ea4048af916315ef5b254a837fabfff1479ad31bcd84" + sha256 cellar: :any_skip_relocation, sonoma: "d1546081b64522261c82c381984b577f2bab5e42138cc110cf437bc3cd0a1cbf" + sha256 cellar: :any_skip_relocation, ventura: "44a75cdbe3bee8dba21a9dff22218d3fbd35773472358f70798959acfab2d0a9" + sha256 cellar: :any_skip_relocation, arm64_linux: "c504b601c449295427cf8a2b50afbd65c8a2c85a742049c17fb068578236d744" + sha256 cellar: :any_skip_relocation, x86_64_linux: "821e2c07e8d302b7a3ed9d4697bc55c30c5b3e5de2ba1b07fd64c2d7d504908e" end depends_on "go" => :build From 8727941f523f2b4cd2b3defc63e3b1d37848abd0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:23:43 +0000 Subject: [PATCH 07117/10074] crane: update 0.20.6 bottle. --- Formula/c/crane.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/crane.rb b/Formula/c/crane.rb index d0af7a2f1d5cc..c154d4b8e736a 100644 --- a/Formula/c/crane.rb +++ b/Formula/c/crane.rb @@ -7,12 +7,12 @@ class Crane < Formula head "https://github.com/google/go-containerregistry.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d15d4ebf0b40154dc03e24fb074e7ffb0ad1ceacd68db3d63e9cd31015fbfef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d15d4ebf0b40154dc03e24fb074e7ffb0ad1ceacd68db3d63e9cd31015fbfef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3d15d4ebf0b40154dc03e24fb074e7ffb0ad1ceacd68db3d63e9cd31015fbfef" - sha256 cellar: :any_skip_relocation, sonoma: "d2383011d0bbae459fb1e07575c4cf17d7ca859916991aebba106db7e5a13c08" - sha256 cellar: :any_skip_relocation, ventura: "d2383011d0bbae459fb1e07575c4cf17d7ca859916991aebba106db7e5a13c08" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3da60b05afd8010acad34e54808360c9a0bc1b72ceb402825f426174950c66c0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf1acaf4cde02176b9f0a3684e4d062b9cc8758977ee056dfbcab5cd2fae028f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf1acaf4cde02176b9f0a3684e4d062b9cc8758977ee056dfbcab5cd2fae028f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf1acaf4cde02176b9f0a3684e4d062b9cc8758977ee056dfbcab5cd2fae028f" + sha256 cellar: :any_skip_relocation, sonoma: "693d1829b69430956cfcfc35a90e0f2b2099fbf2b50a8ec05389f45e2502d9b1" + sha256 cellar: :any_skip_relocation, ventura: "693d1829b69430956cfcfc35a90e0f2b2099fbf2b50a8ec05389f45e2502d9b1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "82c5b30322c819286dc77c9f3af7e04ba387a3a0358e6fabf23325fba2f43542" end depends_on "go" => :build From 4644303414d061fb2c0f8015dc5f7ada2c2baac3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:22:03 +0000 Subject: [PATCH 07118/10074] vulkan-profiles 1.4.318 --- Formula/v/vulkan-profiles.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-profiles.rb b/Formula/v/vulkan-profiles.rb index 1784c07508dc2..69baf3ec7446b 100644 --- a/Formula/v/vulkan-profiles.rb +++ b/Formula/v/vulkan-profiles.rb @@ -1,8 +1,8 @@ class VulkanProfiles < Formula desc "Tools for Vulkan profiles" homepage "https://github.com/KhronosGroup/Vulkan-Profiles" - url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.317.tar.gz" - sha256 "5b33d1402e1cf35448438f6a57f4ea78c11b152b20183e2db3065a74298b7545" + url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.318.tar.gz" + sha256 "7185af91cb6630db0add395d48eb1062751d2d7ca785c129c334aacdd4d7cac8" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Profiles.git", branch: "main" From 0b62fb6b201b79da3dec3071ce584b0a6c308dc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:22:14 +0000 Subject: [PATCH 07119/10074] vulkan-validationlayers 1.4.318 vulkan-validationlayers: update deps Signed-off-by: Rui Chen --- Formula/v/vulkan-validationlayers.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/v/vulkan-validationlayers.rb b/Formula/v/vulkan-validationlayers.rb index 161e75be5be95..066d9ab986bb3 100644 --- a/Formula/v/vulkan-validationlayers.rb +++ b/Formula/v/vulkan-validationlayers.rb @@ -1,8 +1,8 @@ class VulkanValidationlayers < Formula desc "Vulkan layers that enable developers to verify correct use of the Vulkan API" homepage "https://github.com/KhronosGroup/Vulkan-ValidationLayers" - url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.317.tar.gz" - sha256 "c8af30a15d273ed68f2314cff1c0d506b30958b4e08bdfc3daff2e917043b951" + url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.318.tar.gz" + sha256 "4a1244932fe3a24afc25c1f043055c8bf56f4553f3f52c7a1ddfafa501951de5" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-ValidationLayers.git", branch: "main" @@ -40,13 +40,13 @@ class VulkanValidationlayers < Formula # https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/v#{version}/scripts/known_good.json#L32 resource "SPIRV-Headers" do url "https://github.com/KhronosGroup/SPIRV-Headers.git", - revision: "c9aad99f9276817f18f72a4696239237c83cb775" + revision: "3b9447dc98371e96b59a6225bd062a9867e1d203" end # https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/v#{version}/scripts/known_good.json#L46 resource "SPIRV-Tools" do url "https://github.com/KhronosGroup/SPIRV-Tools.git", - revision: "da48bb20bdfc8a214d5bffdacca2d1d2ae849009" + revision: "27dd301f866121798eca9f2b920b6cb58be3a92e" end def install From 1f039e846513e32e7571b96219db9bab33551fc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:49:23 +0000 Subject: [PATCH 07120/10074] langgraph-cli: update 0.3.3 bottle. --- Formula/l/langgraph-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/langgraph-cli.rb b/Formula/l/langgraph-cli.rb index e519b544f932f..be8f373d344f8 100644 --- a/Formula/l/langgraph-cli.rb +++ b/Formula/l/langgraph-cli.rb @@ -8,13 +8,13 @@ class LanggraphCli < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "7dfead52136531a441775dc28c3796e2341a6cc2df913c79ea79bce332cf21b0" - sha256 cellar: :any, arm64_sonoma: "56dbbdfa78e3fb6ae14e7ac54192fbc96936d244850a008c71b54a3dec2da8da" - sha256 cellar: :any, arm64_ventura: "675e7f17cdb1fd452053be1417ae4a7db8b178858791d6d5d4a890fb0e411c85" - sha256 cellar: :any, sonoma: "d9ad9cd119a59705440eda59f88a6f668e007d59d3647c131efc1d97fcbcf635" - sha256 cellar: :any, ventura: "8ddfb522d9c85c9878680f46408e23e3db47271f284cb1feaae8381516d0ec49" - sha256 cellar: :any_skip_relocation, arm64_linux: "3ce1adb7c5ac3c52f045bd78bb6a8e04e77312c47c7c3df4d8505623b2cfe4e1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a1095a1c3cd5e1777e7b1d78ea8b23bd70ed60bc4506f21dfd96fad9828a15f9" + sha256 cellar: :any, arm64_sequoia: "0c337ec1f2313eeea92353e45f016b050aaa8b61086d4180102fd6a9394e24a5" + sha256 cellar: :any, arm64_sonoma: "7313d3d95934df27276303d5b14bffca4399261c093fec4c6d830f02f4768928" + sha256 cellar: :any, arm64_ventura: "92514486b663d6fa03ace892975fcbccf54d2d678beb1f660a6668e53fb16360" + sha256 cellar: :any, sonoma: "5cd5c362eb4a354cebc473047007d1844294127445665c6055da89bfa5f3bd8a" + sha256 cellar: :any, ventura: "0939c84dfcbfed14b9cbdb6a63b7517160d2073687b5ffa36bba74f382885c3e" + sha256 cellar: :any_skip_relocation, arm64_linux: "ffb9a63ad3e2f498fb6bf8a8104953b4af89eb8754602681773dde91732fc59e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f90ae17f8ef6a8c54a7a3d030c499ed97f693fdf1ce37474d59847e169d5956f" end depends_on "rust" => :build # for orjson From 3e227d2ae53147bf84f744b7ddfa65c4fa1d2d9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:57:59 +0000 Subject: [PATCH 07121/10074] bagit: update 1.9.0 bottle. --- Formula/b/bagit.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/b/bagit.rb b/Formula/b/bagit.rb index 31205e365ff0f..89063e6ab4fd1 100644 --- a/Formula/b/bagit.rb +++ b/Formula/b/bagit.rb @@ -10,8 +10,7 @@ class Bagit < Formula head "https://github.com/LibraryOfCongress/bagit-python.git", branch: "master" bottle do - rebuild 3 - sha256 cellar: :any_skip_relocation, all: "c52968f9d307a0525271426a777174e9c488c3a062ea6756a68fbf671ab320d3" + sha256 cellar: :any_skip_relocation, all: "b11223ef3adee801477c593c9107ce0400cee4e9f1900cdaef12444a1aab4fae" end depends_on "python@3.13" From ee6afde1ebf70fcbdf2e199d8922061c4adaeefb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:59:17 +0000 Subject: [PATCH 07122/10074] mise: update 2025.6.4 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 7e5a04fcbcb29..b89dfa820651b 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -14,13 +14,13 @@ class Mise < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1418f612b9a1f76defa8ec2291f7b84aec7182ab7ee0b90e1bb7dd827cdde032" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e1273fe5705e4bdfa1205c006a3dda5650874c2c4cd4d91601f0a72f175953e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8f920c7adc2030742d6c27bce3860e695827d7d4674d2288466c9c5307dc6714" - sha256 cellar: :any_skip_relocation, sonoma: "39b9ff953bc2d2510f80facb9e465932df9e85b1fd29ca4a66f1c3521d133c2b" - sha256 cellar: :any_skip_relocation, ventura: "499957f487083d336ca9b87b4a2e089e8d6f4aa4cbb0f30aebbbc189b3dd512d" - sha256 cellar: :any_skip_relocation, arm64_linux: "8f586dd85a11c351d9c5907e113a137c3acbcb38fc98a8b158b7902a4cd05a14" - sha256 cellar: :any_skip_relocation, x86_64_linux: "89b5700dd2dc1ea30b4994c09dcb138d84d5f1aef9dfd1edfc5e5b1e28fcbf06" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f24cac260da6e5bf0996b2499d5d1985c35745dea58e101faf561b61b869896" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cf0b2c6ab236d6e5a395c74d36e33fa320310eb438a8e1628553deb6d49508d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7df83c9060b4c1ae0f03492c8ecf1e86a1bed4d21b841a0a56162f0313514471" + sha256 cellar: :any_skip_relocation, sonoma: "eb16bc2cd53234fdd0b514d8084473f0a4f51e4ece1c4fc748bcbb979d7f81f7" + sha256 cellar: :any_skip_relocation, ventura: "92d0ddfccac63e79623da12c592fa7a2dd4608c442f5dc7a915e773dff713ad3" + sha256 cellar: :any_skip_relocation, arm64_linux: "99f94f8258fc7d6fe5bac8a370e5367775e7907aea4820c8c617e7a81ae87efc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8b90c0e90c4ebe8fb2c257fbd3840c16ed1e02dd680dd31d590390dac977933d" end depends_on "pkgconf" => :build From c7e3654d51e7069a6d52dad5375e7d16031c8b09 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:05:22 +0000 Subject: [PATCH 07123/10074] sqlfluff: update 3.4.1 bottle. --- Formula/s/sqlfluff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sqlfluff.rb b/Formula/s/sqlfluff.rb index 696b5dd1788ac..508954bba968a 100644 --- a/Formula/s/sqlfluff.rb +++ b/Formula/s/sqlfluff.rb @@ -8,13 +8,13 @@ class Sqlfluff < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "79d0609bac30eaa8a836c9febe29633cbd0c16d40f6fb12e35d8747679a164e0" - sha256 cellar: :any, arm64_sonoma: "97d7c3b44b47ee1abf5cc1ec560aad49d6a032c7c938cf9899f39943c1d2f0d4" - sha256 cellar: :any, arm64_ventura: "3c8d747c5683b9cb3316b13202243b66c5def9481b08e6654f861582ae4c87a6" - sha256 cellar: :any, sonoma: "1d2a6d961e7f4c9743fd1422ac36afdd2e402462f78e6d86d9a3856e0b5adc74" - sha256 cellar: :any, ventura: "69263ff81e0237e9eb30a93ba84b512e4cbc4b8ffc16e6582c82587a7146d8a6" - sha256 cellar: :any_skip_relocation, arm64_linux: "0d2ab03455b21b4860fa6195e974c82bd7c66e7ce8972ae7c5807cc574e1b381" - sha256 cellar: :any_skip_relocation, x86_64_linux: "68ba4d86da76ea257c187d85f36ab0a4030ac5a72aff82fbb8337779bcd57f5b" + sha256 cellar: :any, arm64_sequoia: "e4ad36c8b7ae6c9a7ad90a1cdae9ed75b4e64e88b40480bbade5be1248f2902f" + sha256 cellar: :any, arm64_sonoma: "1c2db9b2b6ef9ff644e44c7443db38ab93cd78216118bc5e1fffc16ff27ca68a" + sha256 cellar: :any, arm64_ventura: "af07ffd171de43d3c78306b01f35ee62bd8e6afa9ceec0c7a9c867a3021350be" + sha256 cellar: :any, sonoma: "308bbc3de915d52b57f836dd4e4e513e34e09fffd2fc9ed946f17dcc39412a22" + sha256 cellar: :any, ventura: "2c5ec51f5af2ab974d06c0ba1dd8e345eadbf50913a5309f7c94ec37db50c0dc" + sha256 cellar: :any_skip_relocation, arm64_linux: "073ea38f566c4d067837b4a4b5957e441a71eb70408a6663013a41220e0175da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c7fe17c8e4012a3ce76acd0aceb6a2b09cb6bcb2ef2aeb75cc68f689950d2dce" end depends_on "libyaml" From 9dc28f690563dd190c3ab3b77fe55678d0d58bce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:08:23 +0000 Subject: [PATCH 07124/10074] schemathesis: update 4.0.1 bottle. --- Formula/s/schemathesis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/schemathesis.rb b/Formula/s/schemathesis.rb index 65d52541c7417..cd38110c1167f 100644 --- a/Formula/s/schemathesis.rb +++ b/Formula/s/schemathesis.rb @@ -8,13 +8,13 @@ class Schemathesis < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "50136f0e68bdac3f8f5b6b7a9d495cd03a31f505b7e047f49b7d4efbd6fbb9fb" - sha256 cellar: :any, arm64_sonoma: "517499fb0eeec7360b5c7c27032f446f9966034db4c5fba7010422a621896fac" - sha256 cellar: :any, arm64_ventura: "685d6cc43cb3e737f6ebc432a31581fccb3dbb5568e6356f9051ba2f6ae09270" - sha256 cellar: :any, sonoma: "9dee7cf6c860191d146abbec743dc9d1adbcc34a33a0c5cf0d5ab4fa2125df96" - sha256 cellar: :any, ventura: "c6103d9ba7630499d8d47f29c01f5a4c41ca668c5418d4c4cd548ea2889be9dc" - sha256 cellar: :any_skip_relocation, arm64_linux: "caf1b2a63bcdef7249343301b6448c6e6a1b692c3d70b35b1c06e2bd0fa73a2d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bef7bec645ba1f0640b0936afcf20e0eb673cc560e734d17276465e57878bc6c" + sha256 cellar: :any, arm64_sequoia: "beafe6c2e243fc3036f6365b10e58ef504126d524fe8aaf20a75d1e76ae31d69" + sha256 cellar: :any, arm64_sonoma: "2d8b4131937b5c5fc28eb86d13f0a4a8f0d0262d1ef7aebaa71a6cee1eeff218" + sha256 cellar: :any, arm64_ventura: "f88c0d98c0c2ffd7e9918bcfa81f91393053770699eabc679cc353e9e560c441" + sha256 cellar: :any, sonoma: "882455c339928c8d4769bc201a30bebfbf36a59817e157e5b861823729919fa5" + sha256 cellar: :any, ventura: "8d4e7bf07df42d4b448e22c0dceba3f0d94d1e6a8d4dd579eeab838c0ce8c657" + sha256 cellar: :any_skip_relocation, arm64_linux: "d96fa15689e25575cdd59cfb799b9e94f0d24d26ccdb040432e14787e233db80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b52c44a16e64d4f73976aaa1e3c6a84ede546393b4d0e86aab2938c7a5534a44" end depends_on "rust" => :build # for rpds-py From 7f6918519213490622fd152795d51d23dec1649e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:10:39 +0000 Subject: [PATCH 07125/10074] semgrep: update 1.125.0 bottle. --- Formula/s/semgrep.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/semgrep.rb b/Formula/s/semgrep.rb index a59640b263dc0..ef2d7fed23173 100644 --- a/Formula/s/semgrep.rb +++ b/Formula/s/semgrep.rb @@ -15,13 +15,13 @@ class Semgrep < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "0f4791d9a079aaf46a42f2744c8ba8538418445a23c2037d991d3b4705e0df6a" - sha256 cellar: :any, arm64_sonoma: "2c0008ffc89d56b5b2e9e968980520f1f3ca2012fb07ad2af3b7e21b86992e97" - sha256 cellar: :any, arm64_ventura: "b37921dd53af30a3118b218ef2205a1a89a8bac0b92f37b04c5b4a80ffe315d6" - sha256 cellar: :any, sonoma: "215351554349c74e7c5996dec6badd7ee9409ed73990be5979c6bd69613eb8f5" - sha256 cellar: :any, ventura: "8f08ece336852b066d4845983a782fe58af13e08c397182afb0afe8e1e5ee542" - sha256 cellar: :any_skip_relocation, arm64_linux: "1376e4b35acd83275e28cd01be00adabfc2ac42af4058994d7e4d648ccb26341" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d6234c9437a2c0e1a6102f32e7eb9b8e79224311c1ae066f40c85aee60615db5" + sha256 cellar: :any, arm64_sequoia: "72ce510298dc48ff03500e68473a23954f0e01182a380ae23adf2219013771cd" + sha256 cellar: :any, arm64_sonoma: "774c6fcbbc65693229b1704b60c3fb924c11571e7c44c553388d1abba5e78e48" + sha256 cellar: :any, arm64_ventura: "1b0527600cce5efea61c57c47d154177258eafc89a0306dba1fb97e9e00496e1" + sha256 cellar: :any, sonoma: "dc739068f71b5fee5bde2e325e087246a8f4b64ca5193b3f81ee4087ef267f09" + sha256 cellar: :any, ventura: "b568aa37e70dde29ede257e7844aceaa5fee966c5c211a8fcf5e752322d6b437" + sha256 cellar: :any_skip_relocation, arm64_linux: "6701434581dd863b6bbd2e77a15e9839e6e31fbbd118fef94909c021712fdac7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d6bb523a77240416ddc34464ad14c1a1b74af745d5a463662e6db8d0421b1e3d" end depends_on "autoconf" => :build From 3a1baa11054178dcb2767d833aae16a85e727ee7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:33:27 +0000 Subject: [PATCH 07126/10074] extra-cmake-modules: update 6.15.0 bottle. --- Formula/e/extra-cmake-modules.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/e/extra-cmake-modules.rb b/Formula/e/extra-cmake-modules.rb index e92aa02769a08..aa101739ba4fa 100644 --- a/Formula/e/extra-cmake-modules.rb +++ b/Formula/e/extra-cmake-modules.rb @@ -12,7 +12,7 @@ class ExtraCmakeModules < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "74f5b1484e0f27a2ff8bfa0fcfb734d1003bdc86d4a1a56c6ea045df19e049ef" + sha256 cellar: :any_skip_relocation, all: "0904d7b51ece942aeb01354730287511ec0477cbfcb7f91fa180aefa17fb22cd" end depends_on "cmake" => [:build, :test] From 3d43db491364ae8b8e7e5fd742e421f13e0dd482 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:33:27 +0000 Subject: [PATCH 07127/10074] karchive: update 6.15.0 bottle. --- Formula/k/karchive.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/k/karchive.rb b/Formula/k/karchive.rb index 9d09438823617..807541ae93250 100644 --- a/Formula/k/karchive.rb +++ b/Formula/k/karchive.rb @@ -17,11 +17,11 @@ class Karchive < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "0e651267de4d5b6c51562e4ce989ae9b721ef8dbac1fe4168d395a3d16fe4622" - sha256 cellar: :any, arm64_ventura: "d665606c22c83b6fa3e20cdd68457958e73779acd85047e58b7d6c0614adffb0" - sha256 cellar: :any, sonoma: "f57c761c61d43cc49670e32d5e4e1046ca0db4b20130aa5c93a3e98d59dea51d" - sha256 cellar: :any, ventura: "ebba0a022d8b60093901ee21fb0a756d49b302064f8a4f02e743034f5e1e15a9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e1a2d679c1073e15fbe05c9a16d675077b606a39b637775a6f8399725e1e3182" + sha256 cellar: :any, arm64_sonoma: "df12ce74ad9623a81b7d100976cb759f294eea9439414f40ff9933acfb000e43" + sha256 cellar: :any, arm64_ventura: "fa2b4bfa772bb3c41aaea512bc094865395586d9af38b707797eb0e78ae0c18f" + sha256 cellar: :any, sonoma: "54d5608c4fdbdb3e3d3e93971a7481b0486140cbb8432952d1b4f9d3e628424b" + sha256 cellar: :any, ventura: "89684eb4879323d489bd083c90fc47fb6f475759a218a18a29a753049aa4ad22" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e72edc3d9a7d622694cb88a5635180e5483acc42febe6b0d97a0d4e93fd06538" end depends_on "cmake" => [:build, :test] From 675d826eea6f685314ebaef404bf97361275ed73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:33:27 +0000 Subject: [PATCH 07128/10074] kdoctools: update 6.15.0 bottle. --- Formula/k/kdoctools.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/k/kdoctools.rb b/Formula/k/kdoctools.rb index f3c7b05237457..029acf827ed2b 100644 --- a/Formula/k/kdoctools.rb +++ b/Formula/k/kdoctools.rb @@ -17,11 +17,11 @@ class Kdoctools < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "8b4a91f87bf8f1c209c052c502b13cac6dc72d54473c86b05303114c8e0388bc" - sha256 cellar: :any, arm64_ventura: "67a86914bb79cdc6281b39c2773aada61c7f1265ef0148de75669c13920a1e8a" - sha256 cellar: :any, sonoma: "3f8b2ced702ccee1bd044d7aa489dfa5b98d9eeda82c92c6bc649851496bc74c" - sha256 cellar: :any, ventura: "56a3d3e6d77ec3a6a517d6a469f1ac136573a29153f8b7021e5c55d67b740526" - sha256 cellar: :any_skip_relocation, x86_64_linux: "99af23b7ef2bcb011b0d31bb265cace00fd5603a4d602aee7dc6954fb74df70e" + sha256 cellar: :any, arm64_sonoma: "a3dcf7e137221f20b24d99743c6b629f9cad20466a1e0f8ed48f2fcbd4c20196" + sha256 cellar: :any, arm64_ventura: "58d2018fb464154886db3a2456a91de6d870c8923b063fc689125ef3317637a3" + sha256 cellar: :any, sonoma: "422fc7677abb52e9f4dfc8f0f4a23601e91b09c6abda2f241813a20b92afcdc9" + sha256 cellar: :any, ventura: "66125449564ccbe7d89d2d8b6263d821d5f56304edb09b3b52d9f083d2b63f4d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc01903300ad90f595bbe766cfac97c8f8e80ddf02bb82601361dce81771a218" end depends_on "cmake" => [:build, :test] From 46944fcc2a93ffb05c965aa8e530f19b82f907d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:33:27 +0000 Subject: [PATCH 07129/10074] ki18n: update 6.15.0 bottle. --- Formula/k/ki18n.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/k/ki18n.rb b/Formula/k/ki18n.rb index 84e2906e65a24..817ed520d9fad 100644 --- a/Formula/k/ki18n.rb +++ b/Formula/k/ki18n.rb @@ -16,11 +16,11 @@ class Ki18n < Formula end bottle do - sha256 arm64_sonoma: "813a3949fbec80841d7cdc7c13cf389843827da1de60ad2f41ad1d3090967403" - sha256 arm64_ventura: "30ab036fee1e082ef2a20a60f62b1cc556bbb50777fc0094767a74ab5bad50d2" - sha256 sonoma: "00a85043356ed0e53aaa97b53201afe7a1e2930d4c135a03f0a340f021affee1" - sha256 ventura: "97f1d16b5670dd1cf927ad43f8100ca94352c18809a2d3a8150b6b99deb1a9fa" - sha256 x86_64_linux: "481f2625a6848c04d8bd956f54d0d9ff15530e11df285c0480382367718ae105" + sha256 arm64_sonoma: "d3a772447fcd41028b4601aec48587366cd4f02270ed2020742c5a1d9de45f92" + sha256 arm64_ventura: "75f1ce9f8caed1099344d649a99241ca8412e786756b392b96ef7e30c165af83" + sha256 sonoma: "aaafd1d9d82217a10d562fbb030e1e1dcd87d653d14c9e2489806fbce8a3d479" + sha256 ventura: "fff2f63791355df7ba66e60c58f0b5bc7d5458380109e09b8f8a24edc4bb0be8" + sha256 x86_64_linux: "7fc40929c1ea70ad2ee426fc09902537761d91253b8e3f728df96bebd9bd4faf" end depends_on "cmake" => [:build, :test] From 57b9c0837adae48587c81b1a6a10e99349f8046c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:33:27 +0000 Subject: [PATCH 07130/10074] ktexttemplate: update 6.15.0 bottle. --- Formula/k/ktexttemplate.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/k/ktexttemplate.rb b/Formula/k/ktexttemplate.rb index 99cddb85b8162..579fea401611d 100644 --- a/Formula/k/ktexttemplate.rb +++ b/Formula/k/ktexttemplate.rb @@ -7,11 +7,11 @@ class Ktexttemplate < Formula head "https://invent.kde.org/frameworks/ktexttemplate.git", branch: "master" bottle do - sha256 arm64_sonoma: "ef59740aa92c1579775fdcc04836fe979eda07145aac1557767a18f187b0bf02" - sha256 arm64_ventura: "a77f2e54f701f0edb1f9ba10a01e496ca680605fbf34d0e279b5d944d133cea6" - sha256 sonoma: "a2e80acb4e2facfc78451ffd8aaef4439803477db57519d80986c35e03b30efb" - sha256 ventura: "0082012c54a68652ab1ed417a5853634d4b1e4170715d48743eb28b55e1eea43" - sha256 x86_64_linux: "010e0dcbd03bf87200e3a485d8ef23177dcfc017c7b4b0b0cc7e7888a1446b1a" + sha256 arm64_sonoma: "c9a5bc015dba350d97b73a2ab39160d461ddf4345dcfd2a239ccc69c63da5400" + sha256 arm64_ventura: "387db45533821ac433ada224b063f666d4192744a5d6bae69bd0be89ce5bc03c" + sha256 sonoma: "32bdd38984ba1bc64949ab7b6bb2f8f44c357bdb51fea64ae576a81ebb61f6c3" + sha256 ventura: "4e80266c9dc4cc0aa70788096606b053be1fbc28faba08fca5b6d55c00db221f" + sha256 x86_64_linux: "c9f7ebe49aa6b966e075426367a1dac8d26edd51b0d99fb2259cfc86bc297e1c" end depends_on "cmake" => [:build, :test] From 782e517fdb98217b5636899020c68518cc118156 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:33:27 +0000 Subject: [PATCH 07131/10074] threadweaver: update 6.15.0 bottle. --- Formula/t/threadweaver.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/t/threadweaver.rb b/Formula/t/threadweaver.rb index e2273382ff3be..f70d53a36843d 100644 --- a/Formula/t/threadweaver.rb +++ b/Formula/t/threadweaver.rb @@ -12,11 +12,11 @@ class Threadweaver < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "db99103e12c52aa1baa725a84329513887518c445cb9077bd2e351ad64ffbff0" - sha256 cellar: :any, arm64_ventura: "4329f62cbe8f7a8f10d206a07a72933e87f462891130454c7b8658ea41f6ac32" - sha256 cellar: :any, sonoma: "a9de67fc538a6c36e6df6161d80ed51046a4ba85be4f4a75c41872f930bebe62" - sha256 cellar: :any, ventura: "3eb5bbfe73a9e135e78d047d7f91d733d45f3ebd6399cfa821110888235d3376" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c179eda9421fe0b32826fe9499efead7588d0b273d69751b87f04fb2d00cf20d" + sha256 cellar: :any, arm64_sonoma: "c5dd179c0ea8c845d9d4ab561b7919f5772b04cb443b4d5e2b2d65e67159b9f5" + sha256 cellar: :any, arm64_ventura: "be3cce925fe14f0069437b702db9644bb1a12e15bad04c46939a819a197999ea" + sha256 cellar: :any, sonoma: "5ec15c300336c413a7dd2c3dc8baa3687593352ea258e20142bcc1472009bdfd" + sha256 cellar: :any, ventura: "1932a3270bf85b9375d55f3dac90d43ca0a1f2f71425e060f62f4ff7bf2a2a06" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5589fecc57ac09501e6770664bc945c1c8f68fe698aa0f3264a80c74771eac54" end depends_on "cmake" => [:build, :test] From 588b72bdb0d7231339e6e7aec7615ab051c1a306 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:34:06 +0000 Subject: [PATCH 07132/10074] swiftly: update 1.0.1 bottle. --- Formula/s/swiftly.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/s/swiftly.rb b/Formula/s/swiftly.rb index 0709e88bd4b9d..5403716c04f4c 100644 --- a/Formula/s/swiftly.rb +++ b/Formula/s/swiftly.rb @@ -13,13 +13,12 @@ class Swiftly < Formula end bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "77df84071ef43c8f4365c79c36723cf5db0581fd9e539609cf6a30dd2fd963db" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "88c73ca2afd6e1e9f0c6ecee6f9730437c2ce9b09d7e5dcdecc387ef5b6e0c1b" - sha256 cellar: :any, arm64_ventura: "f2a0ef49f2b9f8d444c36437390a2af05a90b12e5c330eca47946d3dfbb9c120" - sha256 cellar: :any_skip_relocation, sonoma: "87f9a8f5cc42d9d42316214d1311b46049effe1b577ed9c9a84d391d08f31892" - sha256 cellar: :any, ventura: "93f3e10f00be6a1bb295063045ff1fb78c5560e893bbc1cfbb3f3260812418c5" - sha256 x86_64_linux: "d806e18a0d9e3efa67efe31f4cd6dcaca6a4bfa9b8ea1a7b3cc1b67fa21e0b7f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a84f3d6faf7a00e1e9e836b0bd16bea9ddb1e49005ab420499bdb2f8328060e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6ccee7ec1311078cb828331131f003237f0c136f85ca5167e86daf03d54301d" + sha256 cellar: :any, arm64_ventura: "dd8a30f30d7a712bcefdbbc87c46d334e9d58f029fd2ef9087f5f90a56d69da7" + sha256 cellar: :any_skip_relocation, sonoma: "191b819cb5f9baec07adef449079cd55b7b6eeecd298eeb8ccad2694dd134d63" + sha256 cellar: :any, ventura: "b340ce4b7c4c4eea79250e94375b4f5459638dd330cb391ca053aec2df300bf2" + sha256 x86_64_linux: "db1b6d3fe662fcb8279542b4f84b2d05b308566c24dd5d05c20169febbe7ef7c" end uses_from_macos "swift" => :build, since: :sonoma # swift 5.10+ From e73da80513e274b0baa775f224239f5d3cd5e97e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:34:14 +0000 Subject: [PATCH 07133/10074] wstunnel: update 10.4.3 bottle. --- Formula/w/wstunnel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wstunnel.rb b/Formula/w/wstunnel.rb index 60771ff75bdcd..d7cde1b3cb226 100644 --- a/Formula/w/wstunnel.rb +++ b/Formula/w/wstunnel.rb @@ -15,13 +15,13 @@ class Wstunnel < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "79dc95155b17874b57034280388e39179fd39660f4903357da04c4453408f0d8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f216a070be70662bb18cf370e2e766daca6c093ba874ede8ce14c12de54975a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f912eb616678d51adc7f7c2f10227e31cb33605d2e741d7a4b5392ea71d57562" - sha256 cellar: :any_skip_relocation, sonoma: "93fedd35f9be4077f18f89150f0dd584b3f61264f221bfebf76bc776fd44b82c" - sha256 cellar: :any_skip_relocation, ventura: "62b5af8204fa9157cdcd6c35e3a0133dbd08bfa8f8bfa3393e209dc086fb0bd9" - sha256 cellar: :any_skip_relocation, arm64_linux: "e20cc2d0a8efe17a287ecabbaed0d00120cde54126d4c6b82a31de2d2b79352f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6c243eba3b9c7e3263ba7067126ce435d3da1e47048a06aba621c8324c1d9ea2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "16320c67ddf58a559057e90430ba8c8234f1d9c664e331f8b3883e5482714fb9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "441c404c0eef6847048e6662f4c793f50f5ff51a8a7230e8695c8994b4fdd040" + sha256 cellar: :any_skip_relocation, arm64_ventura: "932f97e334cba8f1261ee541b364344ac20cff8dc16213fe850c5721406d885b" + sha256 cellar: :any_skip_relocation, sonoma: "09e4c693346079381fba212a16e63b4ea73ea9954b97038f0ac3693b838cba9e" + sha256 cellar: :any_skip_relocation, ventura: "e5c7ef6c11cbffc723478c0b6c993fe1c4b7659b1929e2861b62bc40314f38d8" + sha256 cellar: :any_skip_relocation, arm64_linux: "c1bb0c23bf6b0e3637806577c1d094f2be93ebc6a6e93e31cb0dab7f74306ad8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e289beebb447e7aa41b2eed8c1ab4cae7ae6440a2aef2842940a27f140202fd" end depends_on "rust" => :build From 433fcc0a284a8e917289c3526647ad70c7fa723c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:35:15 +0000 Subject: [PATCH 07134/10074] lammps: update 20240829-update3 bottle. --- Formula/l/lammps.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/l/lammps.rb b/Formula/l/lammps.rb index 05f7971f27b0a..3e798889671f6 100644 --- a/Formula/l/lammps.rb +++ b/Formula/l/lammps.rb @@ -29,14 +29,13 @@ class Lammps < Formula no_autobump! because: :incompatible_version_format bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "68dadea5323f428530fce56d1ee3f59f1c198d781e7460a22ec4cc9f3f3f96a8" - sha256 cellar: :any, arm64_sonoma: "724c532f8d3f41e5ecf955d9afd5a06dabe5b244bf953cc3877b668e7f7573fd" - sha256 cellar: :any, arm64_ventura: "af826f4ddd364978c779bc4d85d74ab47e19de0aad783c1f98cbf2c0085f5bbc" - sha256 cellar: :any, sonoma: "e12baae2c10968d8eba18ea3e5db1b3de2fbac84cf6174add5628b8231a3b99e" - sha256 cellar: :any, ventura: "6ee483146f85ba818c42f9fde3d019d90e2bbefea837878eade1251d97132286" - sha256 cellar: :any_skip_relocation, arm64_linux: "706eeb925bed4dc64a9d6c0b1b2de2292c54eabbd0fa7174f6323fda5add0c22" - sha256 cellar: :any_skip_relocation, x86_64_linux: "96fae09fc6dbb95cfa7c4506565cdcc9873ea710e3ddf38fc0361fc5cd18806b" + sha256 cellar: :any, arm64_sequoia: "c0f0744411c072487a3b240eaccdf53955e8cc77addec1b31c5800e5f001ae28" + sha256 cellar: :any, arm64_sonoma: "7a0eddf487eb75a008791d0b5231be1b309216b318dac620227bb7018de85d53" + sha256 cellar: :any, arm64_ventura: "1a95a236eee5cad31b938d5174ca4cb9b8f69265efa07a3c5b099296d05db3eb" + sha256 cellar: :any, sonoma: "a01cd389ea3c365864d9e07f664c8dc5ad7e1c5c2edfeecf8e4377f887989d27" + sha256 cellar: :any, ventura: "2de3cbb38140a54c651e07f0a057576e0891764f9deacee22dc25b50ac6de985" + sha256 cellar: :any_skip_relocation, arm64_linux: "158bfb19cb3ef3be7f6bfc51c897061b815d2d0e78d07b62b426ce5004d3210a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "190c2ed85b3f9c09855dd75b8b79bb9aa537de81d7d641ad78769b76279f8877" end depends_on "cmake" => :build From 0e0017007340a60fdc194b6a930113e7855aa81b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:39:20 +0000 Subject: [PATCH 07135/10074] hledger: update 1.43.2 bottle. --- Formula/h/hledger.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hledger.rb b/Formula/h/hledger.rb index 4cd15b7a4adc2..f44ea934b0a22 100644 --- a/Formula/h/hledger.rb +++ b/Formula/h/hledger.rb @@ -15,13 +15,13 @@ class Hledger < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4974d1fdd58b0f1adf8b59c602774725ac5248b4bc993093b3d2f7bf1ab3d1d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee07664bfb270a4228f7eeee79571c6f3e24f746a3fdb208ed90506c23f9eb96" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a6dc5dfef052d54a46bd6380e78e842a37fbe7ee1081550031eafebbab73219f" - sha256 cellar: :any_skip_relocation, sonoma: "305ad467187465e69a197b4145947c2cd7b887bd15a4abd8956991f4b8acb338" - sha256 cellar: :any_skip_relocation, ventura: "ef1263889f425cbf423ab4434c4b0f0fee8b89d93728724537a9d202ae62a1d9" - sha256 cellar: :any_skip_relocation, arm64_linux: "34f60849848ada5606778f00acb464f9f732ff765b68624a7581148dff4cddd8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bc56851beed007cfd88c8595bd6194a17a155e23cd0993b89c5adb7982dbf393" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b6e3bcce3266ea10bd6f1522525a9910c201236b6bea00b7b8d09d2681587cc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "208bc36c3a713c4fb036b809023f7eefae3738730b7f8c499b8a3480dea1a469" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a8fb2c0cf9dba252e438fa26641c6a1edfa86f54c362b98f315f24e73923286b" + sha256 cellar: :any_skip_relocation, sonoma: "5189ae1e362f0a81d3e0fb156b70e005ef2254c1fbeb2beb1dbeafde971e2ca2" + sha256 cellar: :any_skip_relocation, ventura: "1ca5a6647c6c594c04598c8d51f61f675fc00b0adf348ba7dd997b1a9965dd45" + sha256 cellar: :any_skip_relocation, arm64_linux: "f53d2089b27417568385d2c453d039e964bc674d280e236cd45026eeb2a43678" + sha256 cellar: :any_skip_relocation, x86_64_linux: "75f0f602de7fd5edf198b5bdf7010c9a284a3200fc8d69968f9e594adc1460d1" end depends_on "ghc@9.10" => :build From ea6ec331cb676e06fe88898f73322dff6fd27ca8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:02:10 +0000 Subject: [PATCH 07136/10074] vulkan-headers: update 1.4.318 bottle. --- Formula/v/vulkan-headers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/v/vulkan-headers.rb b/Formula/v/vulkan-headers.rb index e2e60a79b1234..8efd0f1c043df 100644 --- a/Formula/v/vulkan-headers.rb +++ b/Formula/v/vulkan-headers.rb @@ -12,7 +12,7 @@ class VulkanHeaders < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "1423a8127f131eea14ecdcb71fc3b22c03bb864355f6b8004eac9249beb485bd" + sha256 cellar: :any_skip_relocation, all: "debcdbf8ed4caf0936a3a21747429dcc2f046e6281418c686d83a9229be0a796" end depends_on "cmake" => :build From 5d117df1a337bb6853db360c7a8adcaf2b33521a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:02:11 +0000 Subject: [PATCH 07137/10074] vulkan-loader: update 1.4.318 bottle. --- Formula/v/vulkan-loader.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/v/vulkan-loader.rb b/Formula/v/vulkan-loader.rb index 8f21a2122110e..52402294f06c2 100644 --- a/Formula/v/vulkan-loader.rb +++ b/Formula/v/vulkan-loader.rb @@ -12,14 +12,14 @@ class VulkanLoader < Formula end bottle do - sha256 arm64_sequoia: "6b68046591825e55a57da1342c3402d16e072a0a42d1f9574b6b924393b18903" - sha256 arm64_sonoma: "64075ff17051fea52318f979fe5aa47e1c509a5ca78286dfe98fa81b92530bb1" - sha256 arm64_ventura: "409f9edea825a3ae7fe3e0853e06bfe21fc003c08ed2d4a9d799499ba413e12a" - sha256 sequoia: "a12b22a615d638f6cdaafe0c59cd92f5a6bb9ddb6c66e70c0bdaf89e93d42cd8" - sha256 sonoma: "e759b48895483d85a1768855b938df37230bd0fdc3775f9cb38a3cf3cd4f67e9" - sha256 ventura: "559d25b20f47047bd2a7faa644f250416b20bb32db5f992527efc425894e37a0" - sha256 arm64_linux: "7e48a4655ad56196adc1ba89e1bc0342eb84d7225112adaf7528b363f8afd3c4" - sha256 x86_64_linux: "6a167417978b4922aed5d0fcc769c00acb94610e2e44f2c44aca9ebee9b642f0" + sha256 arm64_sequoia: "248307c9934f1e1af7dea6b73dcfedc9da85e796017db755babb6b210cf1421c" + sha256 arm64_sonoma: "d1eb60c647024a80f7a0724f964d8401a2e0b0eacd925114e9195821e3ba1db4" + sha256 arm64_ventura: "6e6532cf0b95c380dbe80ba3876abb65cf803c5299776f5dbb7c0a788037385d" + sha256 sequoia: "7f9d54a76a3a826955b70de5a0606f279235a9ea6dcb62ed249e649badf114fd" + sha256 sonoma: "258a016d53c6a689596a791f3fb36da24e3d447c93d6648379550e37db0dc6e3" + sha256 ventura: "66cf12dfba544c7ed897ef64e83948216378040b990aa3b5434df656d8537edc" + sha256 arm64_linux: "b6bc737cb8dd2b6459296b2ed678ef85f2bbf7a5078f25864be7a1a8a3ac5e5f" + sha256 x86_64_linux: "538a7cf933b6272bea94c733dd61e143fbfc299db917518bbc8ef6f64f77280c" end depends_on "cmake" => :build From 66e47acd6001ee1b0acf3b1a4669644f52c1b486 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:02:11 +0000 Subject: [PATCH 07138/10074] vulkan-profiles: update 1.4.318 bottle. --- Formula/v/vulkan-profiles.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-profiles.rb b/Formula/v/vulkan-profiles.rb index 69baf3ec7446b..d4ae613dc523d 100644 --- a/Formula/v/vulkan-profiles.rb +++ b/Formula/v/vulkan-profiles.rb @@ -12,13 +12,13 @@ class VulkanProfiles < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "a71a646a1fbedd949f9089d89b6f270dc00af580f151184aa9d538a1f0f84732" - sha256 cellar: :any, arm64_sonoma: "a53e01c9dc0dcd94d78c59fb015fde8d5891609f88bdfa5fc500406249d13fdd" - sha256 cellar: :any, arm64_ventura: "0d24270f16b03da0c5e0a28626b9783361db6a30af7dcc547c128db4c6353b8f" - sha256 cellar: :any, sonoma: "f9c3a2c60c7d61cd55b2a328a22ce26897df5bfb635016adbbc40f0b3a427c61" - sha256 cellar: :any, ventura: "a273b092da5b30a40b1647091f2f984803041c67c74fd5afe15a4fffc7870a56" - sha256 cellar: :any_skip_relocation, arm64_linux: "c268941ca8c31ec1dd9701b9a4073935fa0811ad7f4a728c46fa8db852357186" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1f177fe82b614c50170b57ee49d22a9b566150d9353f9bd2fef27be3369c9b6e" + sha256 cellar: :any, arm64_sequoia: "3e8ff5a2b703ec01e55668d36743a54fbecb733a0b44f797d7217cac9d032cb5" + sha256 cellar: :any, arm64_sonoma: "2bf9c01822cd055b3b7d6d8bedb0998a4eeae98af7d389891198c8e6b97e4aab" + sha256 cellar: :any, arm64_ventura: "0a11039bafdb5bd9355526e1180fb59623eb24c539c00ce6a5c38d19fee2079a" + sha256 cellar: :any, sonoma: "f21f368bb95ef92f53a2bd03e71bdd944cb886cc74f9a11fbb642a8701f5e7c8" + sha256 cellar: :any, ventura: "70a268f8d814b64da79909d33ba2254811f26ff2d5a89823292fca6e9a9e4e77" + sha256 cellar: :any_skip_relocation, arm64_linux: "1f9dcfdc59ea4edddd84b0145bb5c98d7fe8577475f796fef68cdf71a8a2b06c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5435c5a9d7e18d0338fd663396cfa4a621f5ac03553d9a5e5c1cac56c29e36ab" end depends_on "cmake" => :build From fe5ba77970cf15095843140199914910c07b5e3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:02:11 +0000 Subject: [PATCH 07139/10074] vulkan-tools: update 1.4.318 bottle. --- Formula/v/vulkan-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-tools.rb b/Formula/v/vulkan-tools.rb index b70c1df5af57c..835c98ff64716 100644 --- a/Formula/v/vulkan-tools.rb +++ b/Formula/v/vulkan-tools.rb @@ -12,13 +12,13 @@ class VulkanTools < Formula end bottle do - sha256 arm64_sequoia: "56fc9017afb1452eae53c442861305f56c57f4edc915be0f80590ab1d739a367" - sha256 arm64_sonoma: "458a01a7a8fd55615a3e5886d856260dc545a3e8868f44adf7be99f511303a3c" - sha256 arm64_ventura: "339586379f9a30a2a1661b9dbdfb86516e225a01168aed86305aba48aeb7c7df" - sha256 cellar: :any, sonoma: "74618af119106a3729bceae66b008ba016a75a949e8d1a6c6f2e278b54ba555a" - sha256 cellar: :any, ventura: "f344f402b2d09bee73abc519ffac8f96696bd5fc06a81a028004097865884fc0" - sha256 arm64_linux: "2fa24d6f63a47ab57ee494091c2848efc65c450bd5b10d6a245c62d34d6c19df" - sha256 x86_64_linux: "9b3942f10dcae0e6cbe4a008c82d5e8e6f7a1dab59844b35fcda50bbfb216780" + sha256 arm64_sequoia: "1b1735e821405726a8d8cf93e44483130823fd4c8196983d09e1b1614199de0c" + sha256 arm64_sonoma: "9c0a4a03dc333a56246dc03c746d3de3770c75d2f843bb0b131088d1c19fefc6" + sha256 arm64_ventura: "93889deebac586edca2fbfe863fe1d0dc0a61f0c7541dee00f1cc5e24502e420" + sha256 cellar: :any, sonoma: "fe43d3b7a3a6fd2a49d96eb5a00c368c9bf187cf3a8a7647935a9e4d255a6419" + sha256 cellar: :any, ventura: "02ec19f445011c1f201fbd7478cd8c881c698b93970568a20001cbd0cbd04cb7" + sha256 arm64_linux: "23bae9dd627db1815304ecae55b065b24f408d2ecab6d8188339138704164561" + sha256 x86_64_linux: "18106e7ff4d2af4d9676f1b915b4a914ae3d70d663fc05340a9ab5e0c44cb327" end depends_on "cmake" => :build From c18b5086ada2e5d64be7f5a85f3b9a8e575151a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:02:11 +0000 Subject: [PATCH 07140/10074] vulkan-utility-libraries: update 1.4.318 bottle. --- Formula/v/vulkan-utility-libraries.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/v/vulkan-utility-libraries.rb b/Formula/v/vulkan-utility-libraries.rb index f55e4a7ef27ca..8b2153a756de9 100644 --- a/Formula/v/vulkan-utility-libraries.rb +++ b/Formula/v/vulkan-utility-libraries.rb @@ -12,14 +12,14 @@ class VulkanUtilityLibraries < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdb9204c9e1484d3f78b9e9e493362e2d5c8ba8e2ed4cd50044ce8c71396aa0a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fd5628d239aaf4939aa9ce0a040c996468f36bdee759ea715c3a2a13ba768a8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "86444ddb6d569aec65930a67cea72b895ed01a49efd8e6513d7e0afa3806c65c" - sha256 cellar: :any_skip_relocation, sequoia: "b56f1b40292db5867d51014a20d988348ecfebc7db4dcf1059b5777557800d19" - sha256 cellar: :any_skip_relocation, sonoma: "43b7c419d867911f0cd0e6a6aa644779d505a6833245adbc9bc790f30c696461" - sha256 cellar: :any_skip_relocation, ventura: "1228e7342bb8b508fafc76f7042cd8e97bfb6517d174f03e2e7821064488ce1c" - sha256 cellar: :any_skip_relocation, arm64_linux: "9dcb6b74724edc96bc6ab7c33c61efe92f8093b1604a2aa802cddb0c2719fe33" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e0d6b9902d77c8f8bef06149b7f6084896bda17bf276bc90dc8dfaa707928af" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f35466c200291dc2c6c732da22de07064ee64eedea4b51af94b0bb6646b65db" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "850516c3155ca39cc565dbca6dc484e2a73c18fc9bf3927ae3988e5b9c5be4df" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bd341d3a0c26f7472c7037bb8bab57f64b4eff7f136ce05e2eb5583590ba8233" + sha256 cellar: :any_skip_relocation, sequoia: "f55761e50059bc98cb7f8b61c29738802059c8d38e412b06cc24b5520141677b" + sha256 cellar: :any_skip_relocation, sonoma: "fc892dbcba34815954c68bd9131fa4c7b4afe9106322642a96c44543333733a8" + sha256 cellar: :any_skip_relocation, ventura: "30862cb58a732ca5307b1e7e34d253c8e194250eba558cdf3c3878825e9eb5db" + sha256 cellar: :any_skip_relocation, arm64_linux: "67704900021412207a7ab09599d67e48bb511e738ecfa2e7f0803e6a6fc2a942" + sha256 cellar: :any_skip_relocation, x86_64_linux: "098b87d407229575a1076d926f05e9b999cb1a635cb33e06ce005ce08e9e4e8c" end depends_on "cmake" => :build From 5bfc2c9f2a7cb8bc44f88f736d01d6e17786b508 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:02:11 +0000 Subject: [PATCH 07141/10074] vulkan-validationlayers: update 1.4.318 bottle. --- Formula/v/vulkan-validationlayers.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-validationlayers.rb b/Formula/v/vulkan-validationlayers.rb index 066d9ab986bb3..3f8bb46adecb0 100644 --- a/Formula/v/vulkan-validationlayers.rb +++ b/Formula/v/vulkan-validationlayers.rb @@ -12,13 +12,13 @@ class VulkanValidationlayers < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a59f25a26ffe92c9a3e8e21c50c52da06a66b9e78f34972be803417c68bf739f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "27bca517def947202952d485012e0c30f106eaed3ac67dbbaab45cc2fc385219" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d77e0cc870ab5f16d3f3e7fe27c12f4a5b7709abc00abd40fb516ba20688ae82" - sha256 cellar: :any_skip_relocation, sonoma: "863679e0de2f07c6724e2aa346a7de3f4f6ce35977e767fb69a775302b63e1c0" - sha256 cellar: :any_skip_relocation, ventura: "5b738f795bee764b1af8e0715c6b6a079183e22d01542f121a09389be39ce8c8" - sha256 cellar: :any_skip_relocation, arm64_linux: "09e7255857cbab8b4526998ab24f44823b8065a40dcedce109a492c254934e86" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15c91d552f2a7b1061c03ed401d8a4c71217ab066d7f7d3cba668a3e7f70b5e9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6611e22641d12d50a87d657aeee66d5043ef66d4ce0e8c10921be596c4def6fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3a7515a31d3a0803fa25bf58aa5dddf95f9fee2bc9d15d62f2c569600af3694" + sha256 cellar: :any_skip_relocation, arm64_ventura: "83a677754f4b73b75c4026789d4e5b5bf027514b769736373a45db0db0bf0c20" + sha256 cellar: :any_skip_relocation, sonoma: "be280fa788ff1e473f3a3bd0c1dfdc436749d2734561c22ca27f5e7072b2442e" + sha256 cellar: :any_skip_relocation, ventura: "a92953994c1a5060402961e66929135a5adf086d6623b56808e1b1e810c99a81" + sha256 cellar: :any_skip_relocation, arm64_linux: "d99761ee5b0bdfe7d60e2cf94992ae6b05ec0d121983f778fbeb2eea990bb313" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3fb1d25cfa944ea45648e7202430803feda0a067cec6c537030e9dd6a92307c6" end depends_on "cmake" => :build From 1ec5a1a9f73b9730780d5588900fc8b91534cf95 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:25:28 +0000 Subject: [PATCH 07142/10074] block-goose-cli 1.0.28 --- Formula/b/block-goose-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/block-goose-cli.rb b/Formula/b/block-goose-cli.rb index f6800cb5a3ba6..3304a19bc9614 100644 --- a/Formula/b/block-goose-cli.rb +++ b/Formula/b/block-goose-cli.rb @@ -1,8 +1,8 @@ class BlockGooseCli < Formula desc "Open source, extensible AI agent that goes beyond code suggestions" homepage "https://block.github.io/goose/" - url "https://github.com/block/goose/archive/refs/tags/v1.0.27.tar.gz" - sha256 "3207d091489c0b758107bf916bf8a56eaaba099bb2ac9e67424bdfe7299a76da" + url "https://github.com/block/goose/archive/refs/tags/v1.0.28.tar.gz" + sha256 "780ec1f805038b3c5549b4c04c55770a5bb25d7a252ef00c61ee26bb873e89a9" license "Apache-2.0" head "https://github.com/block/goose.git", branch: "main" From b2394febd7cd2cd0473255db1994141783f7746e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:26:48 +0000 Subject: [PATCH 07143/10074] cargo-update 16.3.2 --- Formula/c/cargo-update.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-update.rb b/Formula/c/cargo-update.rb index 4de5768fe75f4..cb8766b3eb2cb 100644 --- a/Formula/c/cargo-update.rb +++ b/Formula/c/cargo-update.rb @@ -1,8 +1,8 @@ class CargoUpdate < Formula desc "Cargo subcommand for checking and applying updates to installed executables" homepage "https://github.com/nabijaczleweli/cargo-update" - url "https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v16.3.1.tar.gz" - sha256 "0fe05d1dee8fcc1f5ec589a6a16f746d8504c5a9b3a3e5d9d8f0730a87900cc9" + url "https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v16.3.2.tar.gz" + sha256 "49e016c8189b779af4663c62c2b304f770e5a4358ed5348ae61e68bf3034a689" license "MIT" head "https://github.com/nabijaczleweli/cargo-update.git", branch: "master" From ebb243e2df823378379704c2381b63992c15bbe8 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Fri, 13 Jun 2025 22:31:37 -0400 Subject: [PATCH 07144/10074] nx 21.2.0 --- Formula/n/nx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index 735df6c1cbe3d..d958d7b778317 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -1,8 +1,8 @@ class Nx < Formula desc "Smart, Fast and Extensible Build System" homepage "https://nx.dev" - url "https://registry.npmjs.org/nx/-/nx-21.1.3.tgz" - sha256 "8032b17664045a4fb3a3faad0201b02f08918656f0e7ed892605b5893e10dfc3" + url "https://registry.npmjs.org/nx/-/nx-21.2.0.tgz" + sha256 "187250adb2505d659caebf8644e9c47b185a4f7efba508d75b97ce0e515e2cca" license "MIT" bottle do From a604c147da2d1a7a72f0a92bc504a8ccabeb8d1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:34:05 +0000 Subject: [PATCH 07145/10074] exploitdb 2025-06-14 --- Formula/e/exploitdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 542912a00613e..3a16b46892d2b 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -2,8 +2,8 @@ class Exploitdb < Formula desc "Database of public exploits and corresponding vulnerable software" homepage "https://www.exploit-db.com/" url "https://gitlab.com/exploit-database/exploitdb.git", - tag: "2025-06-10", - revision: "2edde6c15951da303486696ab6db34451d505659" + tag: "2025-06-14", + revision: "b83d852b2f4391697b695e1a31acdee5991cd7a0" license "GPL-2.0-or-later" head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" From c4a759863dd822630807f6d6b9567544e9469333 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:36:04 +0000 Subject: [PATCH 07146/10074] gauge 1.6.18 --- Formula/g/gauge.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gauge.rb b/Formula/g/gauge.rb index ed9ad9af79bcd..4f225ee34733e 100644 --- a/Formula/g/gauge.rb +++ b/Formula/g/gauge.rb @@ -1,8 +1,8 @@ class Gauge < Formula desc "Test automation tool that supports executable documentation" homepage "https://gauge.org" - url "https://github.com/getgauge/gauge/archive/refs/tags/v1.6.17.tar.gz" - sha256 "31d49050dc0370aef3cae6e96ec493d843d6e73fa17e2a7738dc02bbeca04667" + url "https://github.com/getgauge/gauge/archive/refs/tags/v1.6.18.tar.gz" + sha256 "103d4a567e9e9bbd2cfc9569603f6069dc3c8787d76eeb7ae93787aeea7db68f" license "Apache-2.0" head "https://github.com/getgauge/gauge.git", branch: "master" From c125b09103c82781105c35f559998c4a530ec28a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:42:29 +0000 Subject: [PATCH 07147/10074] libclc 20.1.7 --- Formula/lib/libclc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libclc.rb b/Formula/lib/libclc.rb index 7b01a43e7e439..ad4a4fd195cfc 100644 --- a/Formula/lib/libclc.rb +++ b/Formula/lib/libclc.rb @@ -1,8 +1,8 @@ class Libclc < Formula desc "Implementation of the library requirements of the OpenCL C programming language" homepage "https://libclc.llvm.org/" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/libclc-20.1.6.src.tar.xz" - sha256 "c6c431b0ab5d929395ccd367e87bbde4b1d622588e40460b92202424454c05da" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/libclc-20.1.7.src.tar.xz" + sha256 "22b29c1a9f18d8744e5a24f36ce6d4f198d523c126cd7182569c73806e1e1854" license "Apache-2.0" => { with: "LLVM-exception" } livecheck do From 7d6f0295ac89343b73d886c02626f438477d6573 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:43:28 +0000 Subject: [PATCH 07148/10074] libomp 20.1.7 --- Formula/lib/libomp.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/lib/libomp.rb b/Formula/lib/libomp.rb index 11dfd357a4d46..f7b32e2d5cd34 100644 --- a/Formula/lib/libomp.rb +++ b/Formula/lib/libomp.rb @@ -1,8 +1,8 @@ class Libomp < Formula desc "LLVM's OpenMP runtime library" homepage "https://openmp.llvm.org/" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/openmp-20.1.6.src.tar.xz" - sha256 "ff8dabd89212cd41b4fc5c26433bcde368873e4f10ea0331792e6b6e7707eff9" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/openmp-20.1.7.src.tar.xz" + sha256 "7d90b938728882dbfc332b37517c126bae35f2eaa4612e9b2999bf554a033b50" license "MIT" livecheck do @@ -32,8 +32,8 @@ class Libomp < Formula end resource "cmake" do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/cmake-20.1.6.src.tar.xz" - sha256 "b4b3efa5d5b01b3f211f1ba326bb6f0c318331f828202d332c95b7f30fca5f8c" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/cmake-20.1.7.src.tar.xz" + sha256 "afdab526c9b337a4eacbb401685beb98a18fb576037ecfaa93171d4c644fe791" livecheck do formula :parent From 7c38a67de761d7143d6386f1eaedec6e158db24b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:45:14 +0000 Subject: [PATCH 07149/10074] llvm 20.1.7 --- Formula/l/llvm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llvm.rb b/Formula/l/llvm.rb index 7c77b7e06aa65..799fc9a2dacf4 100644 --- a/Formula/l/llvm.rb +++ b/Formula/l/llvm.rb @@ -2,8 +2,8 @@ class Llvm < Formula desc "Next-gen compiler infrastructure" homepage "https://llvm.org/" # TODO: Rebase `clang-cl` patch. - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-project-20.1.6.src.tar.xz" - sha256 "5c70549d524284c184fe9fbff862c3d2d7a61b787570611b5a30e5cc345f145e" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/llvm-project-20.1.7.src.tar.xz" + sha256 "cd8fd55d97ad3e360b1d5aaf98388d1f70dfffb7df36beee478be3b839ff9008" # The LLVM Project is under the Apache License v2.0 with LLVM Exceptions license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/llvm/llvm-project.git", branch: "main" From 4eddeaabbb5aa3263131155bfb91d5b452b69840 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:45:14 +0000 Subject: [PATCH 07150/10074] lld 20.1.7 --- Formula/l/lld.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lld.rb b/Formula/l/lld.rb index c38c255e2a124..f782a1c51074d 100644 --- a/Formula/l/lld.rb +++ b/Formula/l/lld.rb @@ -1,8 +1,8 @@ class Lld < Formula desc "LLVM Project Linker" homepage "https://lld.llvm.org/" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-project-20.1.6.src.tar.xz" - sha256 "5c70549d524284c184fe9fbff862c3d2d7a61b787570611b5a30e5cc345f145e" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/llvm-project-20.1.7.src.tar.xz" + sha256 "cd8fd55d97ad3e360b1d5aaf98388d1f70dfffb7df36beee478be3b839ff9008" # The LLVM Project is under the Apache License v2.0 with LLVM Exceptions license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/llvm/llvm-project.git", branch: "main" From 23f388af08a5ce8b1ee84532395c0d135487aa18 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:45:14 +0000 Subject: [PATCH 07151/10074] flang 20.1.7 --- Formula/f/flang.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flang.rb b/Formula/f/flang.rb index 3d8e944d71c3d..1fd5e6cf2f1dc 100644 --- a/Formula/f/flang.rb +++ b/Formula/f/flang.rb @@ -1,8 +1,8 @@ class Flang < Formula desc "LLVM Fortran Frontend" homepage "https://flang.llvm.org/" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-project-20.1.6.src.tar.xz" - sha256 "5c70549d524284c184fe9fbff862c3d2d7a61b787570611b5a30e5cc345f145e" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/llvm-project-20.1.7.src.tar.xz" + sha256 "cd8fd55d97ad3e360b1d5aaf98388d1f70dfffb7df36beee478be3b839ff9008" # The LLVM Project is under the Apache License v2.0 with LLVM Exceptions license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/llvm/llvm-project.git", branch: "main" From cd7bf7fc4b77c597603155054be0a9be072762c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:45:14 +0000 Subject: [PATCH 07152/10074] wasi-runtimes 20.1.7 --- Formula/w/wasi-runtimes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasi-runtimes.rb b/Formula/w/wasi-runtimes.rb index 07e8f605c7023..bd71d6551fd7a 100644 --- a/Formula/w/wasi-runtimes.rb +++ b/Formula/w/wasi-runtimes.rb @@ -1,8 +1,8 @@ class WasiRuntimes < Formula desc "Compiler-RT and libc++ runtimes for WASI" homepage "https://wasi.dev" - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-project-20.1.6.src.tar.xz" - sha256 "5c70549d524284c184fe9fbff862c3d2d7a61b787570611b5a30e5cc345f145e" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/llvm-project-20.1.7.src.tar.xz" + sha256 "cd8fd55d97ad3e360b1d5aaf98388d1f70dfffb7df36beee478be3b839ff9008" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/llvm/llvm-project.git", branch: "main" From 8efca8914c96b638297fa2d9b5908dfa694193fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 02:59:29 +0000 Subject: [PATCH 07153/10074] tfmcp 0.1.5 --- Formula/t/tfmcp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tfmcp.rb b/Formula/t/tfmcp.rb index ed166f06af2f3..49d42630ea1c5 100644 --- a/Formula/t/tfmcp.rb +++ b/Formula/t/tfmcp.rb @@ -1,8 +1,8 @@ class Tfmcp < Formula desc "Terraform Model Context Protocol (MCP) Tool" homepage "https://github.com/nwiizo/tfmcp" - url "https://github.com/nwiizo/tfmcp/archive/refs/tags/v0.1.4.tar.gz" - sha256 "784c09b121bddf3a5bf393fb4991a3132cf096258bdc5bc05ac32a4b8e1fe0eb" + url "https://github.com/nwiizo/tfmcp/archive/refs/tags/v0.1.5.tar.gz" + sha256 "a89882037b1c0a85d900b9e5d34edbc3c4ca78c648e7e54f423663c286f769cd" license "MIT" head "https://github.com/nwiizo/tfmcp.git", branch: "main" From 087492e699c1412f3199fa92592f9af89ed08425 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:19:14 +0000 Subject: [PATCH 07154/10074] cargo-update: update 16.3.2 bottle. --- Formula/c/cargo-update.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-update.rb b/Formula/c/cargo-update.rb index cb8766b3eb2cb..fe5b1accd0357 100644 --- a/Formula/c/cargo-update.rb +++ b/Formula/c/cargo-update.rb @@ -7,13 +7,13 @@ class CargoUpdate < Formula head "https://github.com/nabijaczleweli/cargo-update.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "a3e7608f5c1ac07b79f67493cb88d2f15180c4537f6b7daad48e82aad6d58b7f" - sha256 cellar: :any, arm64_sonoma: "6153ccb667f191c235f0c5b04d012c459c3fdab1750b86c07aa431cd7b2f5874" - sha256 cellar: :any, arm64_ventura: "49462621dfeeffd2fa2587867877b455c3b0d325bbe4a984a13d4014ca38d15e" - sha256 cellar: :any, sonoma: "3bd8eb71d4cefc0e855a3fc4753bb6aef133185b8591264e27930a10316da762" - sha256 cellar: :any, ventura: "5464ffc38395e863379a2789c79e760a89d3505f425b775fc526d3965ccd145e" - sha256 cellar: :any_skip_relocation, arm64_linux: "b81dcd1a969efb8ef685a30d981e4d962d934d09eb9f3d4cb53cd494155779fa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "173bbefb2e1b54a98b7035041692db929c1d404deb6c85eb9071126f11ee9728" + sha256 cellar: :any, arm64_sequoia: "279ba819692bbfb26927cb66eaea9ee94c3a1c2dbecce9b31d8886023a59202e" + sha256 cellar: :any, arm64_sonoma: "35d889b76f13d363f79fc26dbefe6b69220ff73f6de1ecf18b0f294c2a24d10c" + sha256 cellar: :any, arm64_ventura: "5f5b973073dd127c5a98e3219aa54195323425a12b31ce7213f95c6b1486eedc" + sha256 cellar: :any, sonoma: "485de0cde1bb32d78ab7f225398400299710422cae890afbea146f0f267faa9c" + sha256 cellar: :any, ventura: "55911c64684590ec97f4e3920a44a5d74fe0ed7b73fe058c0c166423a0926356" + sha256 cellar: :any_skip_relocation, arm64_linux: "7bac1f8e213a8d54f9c50e2368e964ca8c33496522dadcaa8b6787f893e5426f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd8311fec35573a77ed073b3f824f8c954d85008cb9e19e4d6e4cf0e2329e46a" end depends_on "pkgconf" => :build From f8cc5166ae0235a61eb44b943d69b754c0ef097b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:20:25 +0000 Subject: [PATCH 07155/10074] exploitdb: update 2025-06-14 bottle. --- Formula/e/exploitdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 3a16b46892d2b..4107bc098e5c8 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -8,13 +8,13 @@ class Exploitdb < Formula head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "288e24fa8d6a2ae724ec5af567be8e9c4447575af609e9da462b76209393a191" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1496f8794fd929cf74a952711429458473feb85d1ba838573860bc8444722a10" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8cfc4fe41008e7227211417bb62e6dcd667fb5ae5f244448b2e7a95a229e7fdb" - sha256 cellar: :any_skip_relocation, sonoma: "350f3e817a628a627966a2f7ba00c964c40077fa526de7966a212cb9b8579706" - sha256 cellar: :any_skip_relocation, ventura: "f528c2ad8c15f7f7fc3966ca2c4d109cfe6824719bc6ed6aaa002ff3957b148c" - sha256 cellar: :any_skip_relocation, arm64_linux: "588c7bcfc920a28094b94617062db7e99da85246cdb7d6821c57a7014b0cede3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "30b7583bac71d8fc252538ea4260bd33aca119a83639e3a2b5436afafab7bb1d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e6f280fc296fde7a89b7d04a4a9d3233d33d9fc61d1a4179e41f97d0feb1005" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6a750a6d011a956756bb05984475dbb61107dc770fe70aad375a50dd479cbca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "af6238f7d9fc94fe986cbb5aa98d9d3af2c0289cc45eff0a1b30e6323defa08c" + sha256 cellar: :any_skip_relocation, sonoma: "8cab1ca8b76fc49caa3ba8e9a4d54e1d24e99cc8c82f10ef45a3ee6139caea22" + sha256 cellar: :any_skip_relocation, ventura: "8bba1c6bd87a85bdd35b0e01e1f7800e6cbe0822918922c8c8496e6890541e38" + sha256 cellar: :any_skip_relocation, arm64_linux: "a0bde61b4c86158d114b5dcb7a66ff5dfd31a97beccc022632d2a3de5d249439" + sha256 cellar: :any_skip_relocation, x86_64_linux: "483bcd6fa278b9ec87f8e889945bfb9a4bca842711cbc2d1d8c98f9ff576fbcd" end def install From a8450f8bc4d250fd5515fcaa8669b0fc0396f0cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:24:54 +0000 Subject: [PATCH 07156/10074] block-goose-cli: update 1.0.28 bottle. --- Formula/b/block-goose-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/block-goose-cli.rb b/Formula/b/block-goose-cli.rb index 3304a19bc9614..de5c8bc7525d9 100644 --- a/Formula/b/block-goose-cli.rb +++ b/Formula/b/block-goose-cli.rb @@ -12,13 +12,13 @@ class BlockGooseCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cc30dda387a86d215332731835d8540a918ee474f357340c5fe17d6f4d640ba" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3276694e5eaa76843524aa7344204131071b1b702c4a061ef1792a2bac41ea41" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a2687cafa81676ee66123f2e021aa259c157d35c89d822820ea3270a8ffe090b" - sha256 cellar: :any_skip_relocation, sonoma: "15e1796adff3f3126ad551f9c1a590f2234349ae0e1e1d05ca04a6289ed415f1" - sha256 cellar: :any_skip_relocation, ventura: "fcf572dd86a036d4eaf7ac25cd59469e1522c0e9bb9a2df28033b2575704d2b1" - sha256 cellar: :any_skip_relocation, arm64_linux: "087092f69f4e1b1af96578b36b3fd805751717d088c5b0c4c4a33b05441562e7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c71cc72881aa3653365def16117b6d91c4008805f4440d844a0412beb0d94cea" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1899c4c918e1d37d045fcbeab1283644e894c66e180e852d62af71c766191fbe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c4c7cfb8f0e1d680e2d25400e05fded24aa4cebc508d18cf51442aaa50f3347" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d1a54658733c81cdcd30ebacb7c4d0d13cf7482306c865d8bc5d522dfb9bc9a2" + sha256 cellar: :any_skip_relocation, sonoma: "4a5950b0f94b009f0f502390d3a0b30a3f1c4135f441b10144ff5d9bfa0a47ca" + sha256 cellar: :any_skip_relocation, ventura: "911e8d36242ae15d3a3551833904608d2c11224e4004ead19a4473d2a17a9623" + sha256 cellar: :any_skip_relocation, arm64_linux: "3a81db9d8b444cfd004d1a506bb5e66e23da126e6ccdb8da99fd87091cedc161" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8c5e0d8db65353d9df7239b9dd78d5fdb2c87f07207936b680113fbda1dd2f1" end depends_on "pkgconf" => :build From 3f997ddbe07d1cb39dc9759229efa304dae21845 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:25:27 +0000 Subject: [PATCH 07157/10074] gauge: update 1.6.18 bottle. --- Formula/g/gauge.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gauge.rb b/Formula/g/gauge.rb index 4f225ee34733e..e2bdda4adda63 100644 --- a/Formula/g/gauge.rb +++ b/Formula/g/gauge.rb @@ -7,12 +7,12 @@ class Gauge < Formula head "https://github.com/getgauge/gauge.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b62c7fefa282d27d7eaeaaea76f8d992763d9c2c1eecc549ed60aedb8280bb8c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "349b054ffb0e21c9f84fc82ad44755492afbe584201edec255f2a24a50ca6233" - sha256 cellar: :any_skip_relocation, arm64_ventura: "136b22a5610ae6f4e55539e9b2afa512e4ad8a19d07f41722fa760e1b42da6b9" - sha256 cellar: :any_skip_relocation, sonoma: "52396c3f28540de2592ea83b17a4876b07c58aa67a8a2c8d77066cfc15a3485f" - sha256 cellar: :any_skip_relocation, ventura: "74727646b7faa9dd2db5ea4884910d0decba3b3438aa60d2c274d406eb787a04" - sha256 cellar: :any_skip_relocation, x86_64_linux: "413ec6f235552142c5b93c836bc44c1a554eaf54011e18582dda667cba60ed26" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "642b5b0bc143826cbd923c54356e06832124b95aef8f865d46fe9131c4781e45" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9b7b4a0b5629a4ffd5c86f301e7f2589442924b0788ac3f4ca1b4ee69fdc2ca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "77b7b849fb1960ffa259912282aae83223edc022da7e348e12602b3c8bf73f9c" + sha256 cellar: :any_skip_relocation, sonoma: "60e9f9762bbbc6c64246f7581b11bd410cb240c38f146380cdf54fd281d05921" + sha256 cellar: :any_skip_relocation, ventura: "f95fc4467de072fb53e558b793ad40ff72490611beb1f364189e5a867bd48880" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fa8613b526748a8b7e90efdb021c46f7103eacd146538e65a520ecb795df02e3" end depends_on "go" => :build From 10aae62c6bbe6af24b31c05963d69802361eca59 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:33:03 +0000 Subject: [PATCH 07158/10074] nx: update 21.2.0 bottle. --- Formula/n/nx.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index d958d7b778317..fdb636752f395 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -6,13 +6,13 @@ class Nx < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "a9de6b9effd88b368216735d056b0d54f2b0e833797ef087d43feaa1636595ea" - sha256 cellar: :any, arm64_sonoma: "a9de6b9effd88b368216735d056b0d54f2b0e833797ef087d43feaa1636595ea" - sha256 cellar: :any, arm64_ventura: "a9de6b9effd88b368216735d056b0d54f2b0e833797ef087d43feaa1636595ea" - sha256 cellar: :any, sonoma: "12db68c72af60e7c8517aa41a251e6dfc082dc4a54e01ebd9a0a9a9b885d963b" - sha256 cellar: :any, ventura: "12db68c72af60e7c8517aa41a251e6dfc082dc4a54e01ebd9a0a9a9b885d963b" - sha256 cellar: :any_skip_relocation, arm64_linux: "6e6d4cfb967affcdd97e8db23f7a45ea307f2c2c6cca3c95e50b5deb85d5b449" - sha256 cellar: :any_skip_relocation, x86_64_linux: "165f255e6d05e1ecdabf4052806411fff11d1bc66044c920d8903a93353e6ded" + sha256 cellar: :any, arm64_sequoia: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" + sha256 cellar: :any, arm64_sonoma: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" + sha256 cellar: :any, arm64_ventura: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" + sha256 cellar: :any, sonoma: "4c6a19b58d5131dfb3cc313c9471b0519a2a6d9b7b6165f737cb406647c14921" + sha256 cellar: :any, ventura: "4c6a19b58d5131dfb3cc313c9471b0519a2a6d9b7b6165f737cb406647c14921" + sha256 cellar: :any_skip_relocation, arm64_linux: "941a169e2a792954cd4af6691eb0909acb75a04a629ce22fe7320e3ca93e829d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a12731c50cdf0c57320fb151d2be5460aee30f374f2a74236c73a80de1146d30" end depends_on "node" From 3b7677ec6594fbe576db73dfb9f792a2f9f680d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:33:09 +0000 Subject: [PATCH 07159/10074] libclc: update 20.1.7 bottle. --- Formula/lib/libclc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libclc.rb b/Formula/lib/libclc.rb index ad4a4fd195cfc..4973684a96645 100644 --- a/Formula/lib/libclc.rb +++ b/Formula/lib/libclc.rb @@ -11,13 +11,13 @@ class Libclc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" - sha256 cellar: :any_skip_relocation, sonoma: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" - sha256 cellar: :any_skip_relocation, ventura: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" - sha256 cellar: :any_skip_relocation, arm64_linux: "a6fdbe23dcc9cf06c6e1890955501815060dfd22e8909c0dd11f4b9da16070e9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "88b8eedcb7712688e74d9a1c9e5981438e3f1e389326e0a3f2680800d9496fea" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c07ca213a7c4e6d0b039b114e86abc0d4911583f9ddf104bcd4d7bf89dc3989b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c07ca213a7c4e6d0b039b114e86abc0d4911583f9ddf104bcd4d7bf89dc3989b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c07ca213a7c4e6d0b039b114e86abc0d4911583f9ddf104bcd4d7bf89dc3989b" + sha256 cellar: :any_skip_relocation, sonoma: "c07ca213a7c4e6d0b039b114e86abc0d4911583f9ddf104bcd4d7bf89dc3989b" + sha256 cellar: :any_skip_relocation, ventura: "c07ca213a7c4e6d0b039b114e86abc0d4911583f9ddf104bcd4d7bf89dc3989b" + sha256 cellar: :any_skip_relocation, arm64_linux: "c07ca213a7c4e6d0b039b114e86abc0d4911583f9ddf104bcd4d7bf89dc3989b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08ce6b6ad24a6cd69b925548d5880716c2dbea2f598549b63eb7781f86686f08" end depends_on "cmake" => :build From 4c8b7ac2c4848fad85270d1b63ec9ef5cb919318 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:33:17 +0000 Subject: [PATCH 07160/10074] tfmcp: update 0.1.5 bottle. --- Formula/t/tfmcp.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tfmcp.rb b/Formula/t/tfmcp.rb index 49d42630ea1c5..b64ab5bb8565a 100644 --- a/Formula/t/tfmcp.rb +++ b/Formula/t/tfmcp.rb @@ -7,12 +7,12 @@ class Tfmcp < Formula head "https://github.com/nwiizo/tfmcp.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "931642d7a76e3b6941c38a5691a96ded7ab51a889a0fa03955a384a9a4f1a953" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b738136715521cffb5aa68fae65d696f32a2f36a46372103961faa995a16aa70" - sha256 cellar: :any_skip_relocation, arm64_ventura: "42aa5bfef250c2bc3e94e2aac5bce1df8a0f85f74f9443fad21f53be2546a2ca" - sha256 cellar: :any_skip_relocation, sonoma: "80277c181cb63ff113891a872df6a621eb48fb301625ccd24862f1a786bd9be1" - sha256 cellar: :any_skip_relocation, ventura: "ae4bf79299b8a6b074a5d45bd0901134b0d0b4595e1229c2ac48ce58cc668960" - sha256 cellar: :any_skip_relocation, x86_64_linux: "208ec88b705eb8d5515ed9076f0c5f2c67a8411ff7decb49c16f062a2f616e41" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c1d37d1f0afc8606af8d61b58ce87562353684d98ed17d6e95d5056092a448d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec63fab7c65d3f7336871a3b73197638677766164670f553a6aa76f173f4f9b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4bd00155426fbe42e66b0407d99cf051e92a748c18170fc42af5353dd4f9565b" + sha256 cellar: :any_skip_relocation, sonoma: "362715e0769e7a47ba53e588141435f145a3463aa68033276f7ed104588d8634" + sha256 cellar: :any_skip_relocation, ventura: "231f29d10d19a1af5e6fa244d4867472a0e8e1d28eb32604ee1206e94642dad4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "575a05e0b7b7c95fee7fedde98338e4dc02701b9d12df6e644e928c1c336dd2b" end depends_on "rust" => :build From 1d89cec4efe38c13459639f0711a0982c8c98d88 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 04:56:11 +0000 Subject: [PATCH 07161/10074] clang-format 20.1.7 --- Formula/c/clang-format.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/c/clang-format.rb b/Formula/c/clang-format.rb index 00a30b6a7f82f..a672f2f4c8fdc 100644 --- a/Formula/c/clang-format.rb +++ b/Formula/c/clang-format.rb @@ -7,12 +7,12 @@ class ClangFormat < Formula head "https://github.com/llvm/llvm-project.git", branch: "main" stable do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/llvm-20.1.6.src.tar.xz" - sha256 "f09e304ca98bb809f492ec34f94f587361b4b0d06ed783fb3a41e7fb218e47a1" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/llvm-20.1.7.src.tar.xz" + sha256 "10b62d003f16afbd1a5ee0aa6397704c13d9a12a2562103998a8c1eff4a0f1ea" resource "clang" do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/clang-20.1.6.src.tar.xz" - sha256 "49a16d6b6878a6bdd9ead2d31ffb94c792675607471afa40096fbd48b3cbab66" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/clang-20.1.7.src.tar.xz" + sha256 "cb74965a2481008ae405419357a55fda2df6fa3aee262a0a9293a558532a29ae" livecheck do formula :parent @@ -20,8 +20,8 @@ class ClangFormat < Formula end resource "cmake" do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/cmake-20.1.6.src.tar.xz" - sha256 "b4b3efa5d5b01b3f211f1ba326bb6f0c318331f828202d332c95b7f30fca5f8c" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/cmake-20.1.7.src.tar.xz" + sha256 "afdab526c9b337a4eacbb401685beb98a18fb576037ecfaa93171d4c644fe791" livecheck do formula :parent @@ -29,8 +29,8 @@ class ClangFormat < Formula end resource "third-party" do - url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/third-party-20.1.6.src.tar.xz" - sha256 "33530189d31b2396b76a7ebac8f938747b3619154cc37015cef9dea29292f7e2" + url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/third-party-20.1.7.src.tar.xz" + sha256 "592019ad4d17ffa6e0162c7584474b2ae8883a61bbfade5f15382ed26b7ce52a" livecheck do formula :parent From 337ba3c6efafed4dbb9c9f1b3d0eb1039d9aa9a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 05:07:02 +0000 Subject: [PATCH 07162/10074] libblastrampoline 5.13.0 --- Formula/lib/libblastrampoline.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libblastrampoline.rb b/Formula/lib/libblastrampoline.rb index cec5f0bce9ff8..d1099ba56d364 100644 --- a/Formula/lib/libblastrampoline.rb +++ b/Formula/lib/libblastrampoline.rb @@ -1,8 +1,8 @@ class Libblastrampoline < Formula desc "Using PLT trampolines to provide a BLAS and LAPACK demuxing library" homepage "https://github.com/JuliaLinearAlgebra/libblastrampoline" - url "https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/refs/tags/v5.12.0.tar.gz" - sha256 "12f9d186bc844a21dfa2a6ea1f38a039227554330c43230d72f721c330cf6018" + url "https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/refs/tags/v5.13.0.tar.gz" + sha256 "45a73ab0e112df142d37117cd78a53c5d9b3ffd86a5f151d3103ec2274600364" license all_of: [ "MIT", "BSD-2-Clause-Views", # include/common/f77blas.h From bb4e89632d1c4babae8f1e2ef4a3b4ef03bba8b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 05:10:30 +0000 Subject: [PATCH 07163/10074] mimalloc 3.1.5 --- Formula/m/mimalloc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mimalloc.rb b/Formula/m/mimalloc.rb index 984e9435cb509..a8edab9cf1ae8 100644 --- a/Formula/m/mimalloc.rb +++ b/Formula/m/mimalloc.rb @@ -1,8 +1,8 @@ class Mimalloc < Formula desc "Compact general purpose allocator" homepage "https://github.com/microsoft/mimalloc" - url "https://github.com/microsoft/mimalloc/archive/refs/tags/v3.1.4.tar.gz" - sha256 "84992bca18d6f74829b884c369de2707085b8248aaf3a1368e21f3993020171f" + url "https://github.com/microsoft/mimalloc/archive/refs/tags/v3.1.5.tar.gz" + sha256 "1c6949032069d5ebea438ec5cedd602d06f40a92ddf0f0d9dcff0993e5f6635c" license "MIT" livecheck do From 8dd2c0e977aa788de02d6c1f08718d7714b964a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 06:40:37 +0000 Subject: [PATCH 07164/10074] clang-format: update 20.1.7 bottle. --- Formula/c/clang-format.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/clang-format.rb b/Formula/c/clang-format.rb index a672f2f4c8fdc..77e6718b36a17 100644 --- a/Formula/c/clang-format.rb +++ b/Formula/c/clang-format.rb @@ -45,13 +45,13 @@ class ClangFormat < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "11fa116d47569910a387014d5abf3f6a269fc156ff249e0933a934615e60d254" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5caf4489db4599930853d278732e9db7523247fa3a4d4a76cc6fe0b7a77d230e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "02601dee6406caafe7dafa53f5a9f32bc88d3f42d79598516268c5dffee1a08d" - sha256 cellar: :any_skip_relocation, sonoma: "49bb9c17d9638579bff556cc7924ab1c5ddd01f64b20a62f4b70b5aa18d2fe1a" - sha256 cellar: :any_skip_relocation, ventura: "50a22922df63cfc47e6de0330f240fb0757d254b0c59c53aa6e42cb2c6d93c10" - sha256 cellar: :any_skip_relocation, arm64_linux: "9fd0d9ca9edbf32d3770312a49d0c94097a25b30cc1b3b0c01f85fa4c4459491" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e877aed438bc5c1b667e6f392479da6fd5f0a11636e9d2d2d213107b61b07531" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "41d0d91e2e907ace66e1953d5a168184df17d037790fed85c88343d2edeead0e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcd7e5ff0409d334bd0c73b04d78c06bea4c2e96947a020b0b45e9cf6be6cb91" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ecb153d38f5c6289bc29f9e95e95083a6bb8cbb2de267cf6a4ba0a704879e5c9" + sha256 cellar: :any_skip_relocation, sonoma: "c70f9b002a25204557219c1c5bfb3ab9413eb144b26743d21706ecc2887cffa2" + sha256 cellar: :any_skip_relocation, ventura: "51bc37d111493cd3f4c7e7bc4809cf49273e274b4139129e3a0ba2c2d532fe68" + sha256 cellar: :any_skip_relocation, arm64_linux: "9e39bb2ec020dbeac089b42e66863187764ae9626c87de068b3f49315763f735" + sha256 cellar: :any_skip_relocation, x86_64_linux: "03b69ef3ee95a779cefd0af5919f8690ae4f798d9cb822aac185cc1055ea3438" end depends_on "cmake" => :build From 48cb28be1cd845ceb1fa0565c5da31ca60d312c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 06:40:49 +0000 Subject: [PATCH 07165/10074] libblastrampoline: update 5.13.0 bottle. --- Formula/lib/libblastrampoline.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libblastrampoline.rb b/Formula/lib/libblastrampoline.rb index d1099ba56d364..549d5e60a6eb7 100644 --- a/Formula/lib/libblastrampoline.rb +++ b/Formula/lib/libblastrampoline.rb @@ -10,13 +10,13 @@ class Libblastrampoline < Formula ] bottle do - sha256 cellar: :any, arm64_sequoia: "a41f25d661d33658eec04d2a320c20e885db2ad5bcdbcb30ef62e7c41d534ceb" - sha256 cellar: :any, arm64_sonoma: "e3816dc15789f1b23444a81fa39e2f143de139244c42df036df1bdf713df4ca3" - sha256 cellar: :any, arm64_ventura: "1cdd282eb257880f3b04ae12ac6715bc4407bf49b14dc4ae4a190755840f4de9" - sha256 cellar: :any, sonoma: "b8eb22f07216cfc835aad8f48ac29fdb19ed2dfb162f5c2559f56bbe15c46ce3" - sha256 cellar: :any, ventura: "ee9c185e49e8f405ba2335f661593d3838130b6a20415143a7984f0d0af21f1b" - sha256 cellar: :any_skip_relocation, arm64_linux: "5bd84148c9d508220b588ef6eaf80e82dbf1ede283221de412b1c9fac52824b0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8df6fd7523f579b6110937096f0b9d21d430fffc0924cdc1f742364c94d88a84" + sha256 cellar: :any, arm64_sequoia: "43ccaf3f8b60d62df19f7aa6cb2147524dbcad2b743391629e8afcc807e2ed08" + sha256 cellar: :any, arm64_sonoma: "e17e7d1aafc744c300df2543e2f7791f659feb4bcc191a869145617e799bf94f" + sha256 cellar: :any, arm64_ventura: "9817ded0c469cc89c533e77acaff0312c8cf43505225b4c38103121dbfd29b52" + sha256 cellar: :any, sonoma: "6d059e97c5c3ee668c153b304162f053ff46e30557beaac3204950d07e17984b" + sha256 cellar: :any, ventura: "7358510d10d8ec9e53496fe0e74a8197db0c7dfeaa6b2346f56a53fb6587c42f" + sha256 cellar: :any_skip_relocation, arm64_linux: "97935472f38aa55f201b5fb5065dd432f6f7efe15b1dc08159d37d9446186db6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b68aeb24b65b535907b939721660d166275cd14046758f77853518e7b513510" end depends_on "openblas" => :test From 75c4788c53a42881510878becb025991482c2456 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 06:40:50 +0000 Subject: [PATCH 07166/10074] mimalloc: update 3.1.5 bottle. --- Formula/m/mimalloc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mimalloc.rb b/Formula/m/mimalloc.rb index a8edab9cf1ae8..584840e0cfdfa 100644 --- a/Formula/m/mimalloc.rb +++ b/Formula/m/mimalloc.rb @@ -11,13 +11,13 @@ class Mimalloc < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "89240a2e31cee0b79ba3a4fb8cb78b10ef845bf40c7b70cbc8806b5666e045b2" - sha256 cellar: :any, arm64_sonoma: "148859c5e90af9564b39395169d6272659b9d3ecb0865bcb4c4c2edb43229f86" - sha256 cellar: :any, arm64_ventura: "26d060ff1be7e7ccceab0d06c40ee8f4a783001ad6e56babfc6ca61e4081b180" - sha256 cellar: :any, sonoma: "3faf4a00a950b7a9ca0ff2fb0b6f2cb1eaa31fd1a6b76489ec8f58b3fe6c988f" - sha256 cellar: :any, ventura: "b54295e1c094c20fecabec2f79b1f2774b86d7196d17315f5c58b87a74039f84" - sha256 cellar: :any_skip_relocation, arm64_linux: "ea0f73965cd06d118e9a59a8de81b92c5b09f1067932ce65314ea8d4f3e8e87a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "898ebf78da50a5aac02b9ab4c9bfd15ba99ef92c8ece46a38b9c4a1839b3e1d2" + sha256 cellar: :any, arm64_sequoia: "a78d24b6319552c5fe4a5d35fcc220323bf3444a14442fba3e6daf3f3eb4229a" + sha256 cellar: :any, arm64_sonoma: "87831a2e64cf404071b0a1975a0ba104c2149fe7dd4c1c04b1a36781bab63e48" + sha256 cellar: :any, arm64_ventura: "13ff3e501f31a5eab5674930dea31ae4bebaed70ba17f7dc6a05442d15a5ce1e" + sha256 cellar: :any, sonoma: "e22c58771015099a1b1db1feaf3b243a181dc78de09c791a2a796fe77d7c99b3" + sha256 cellar: :any, ventura: "e5fa2eb61ae09ac8ef2effc66927e8546b9eb267469b3e530f8453e1690f7d9e" + sha256 cellar: :any_skip_relocation, arm64_linux: "f4b913ad10a6af5beb4728c4b0b02aead0427122e917d49e9f7d504bee8ea032" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e0c5c5e10bd186bc8fc0ac85f3b97d784ed3255bf683e786a8ae28fddeb394e7" end depends_on "cmake" => :build From e749a68a36a2b811b3a05ad50bb09b4b4d649269 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Sat, 14 Jun 2025 07:41:41 +0000 Subject: [PATCH 07167/10074] moar 1.31.10 --- Formula/m/moar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moar.rb b/Formula/m/moar.rb index a292357e123e8..eb593283735b5 100644 --- a/Formula/m/moar.rb +++ b/Formula/m/moar.rb @@ -1,8 +1,8 @@ class Moar < Formula desc "Nice to use pager for humans" homepage "https://github.com/walles/moar" - url "https://github.com/walles/moar/archive/refs/tags/v1.31.9.tar.gz" - sha256 "dcc65cc2935b61b82bf4fbe2d1261c511bd1041054dce3d53744991e67986040" + url "https://github.com/walles/moar/archive/refs/tags/v1.31.10.tar.gz" + sha256 "e15c301e7ee2a30407dad6941166260da233475d1058b60e8c8d07c6e65de92b" license "BSD-2-Clause" head "https://github.com/walles/moar.git", branch: "master" From 43aa6ab4c58e9fc13abe93cc2fd108735c9a4c94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 07:52:54 +0000 Subject: [PATCH 07168/10074] cdk8s 2.200.100 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index b2e5bf18cb772..a4570e5d989df 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.99.tgz" - sha256 "489c842dda50e5c98d35bba1c7cee447144fb6ba30dedd513c61b5b471ac4612" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.100.tgz" + sha256 "219f84c4c4499c086377cd6be7c0ea5e3f1e2e6f588785e890c9388a5705ac15" license "Apache-2.0" bottle do From d6683528f64d13138c4f9ced0d5ae5be64f41739 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 07:58:58 +0000 Subject: [PATCH 07169/10074] fabric-ai 1.4.203 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 1db9eff82681a..436bd847f9ac4 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.202.tar.gz" - sha256 "fca33184b79254b93ffbf41a63e40c76a6b1d45227e903d1cb6717732aad8e35" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.203.tar.gz" + sha256 "78a9846014b46544feec9014dd455ea8c702b4b7e060a29bca744585c40ccd36" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From c430c4fc31dd65fa3ab8b8c489dd06b306c3c09b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:04:52 +0000 Subject: [PATCH 07170/10074] jackett 0.22.2016 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index bdf91762e3eac..3e354ebcff34e 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2015.tar.gz" - sha256 "8e34e73e8291646b3152f5fc0ce8f3e7fab824d9e694101c4b62321b93713a3f" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2016.tar.gz" + sha256 "59dcd0319384f19e1b4060278a50b4fa9b1c995eacd1a4615a2aacdc6c83502a" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 36ac64684fa5bd453ca7a04f977b2d486fe72e0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:06:44 +0000 Subject: [PATCH 07171/10074] kubevpn 2.7.18 --- Formula/k/kubevpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index d4380ab986356..c4299d08c7a77 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -1,8 +1,8 @@ class Kubevpn < Formula desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network" homepage "https://www.kubevpn.dev" - url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.17.tar.gz" - sha256 "2cea79d945b385e11b4ca3dccb50a74e0bfdea110f181187f4007e533df9f90a" + url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.18.tar.gz" + sha256 "55c2c1f2ca8a36d35671b8253db3abf6060fe7c29e085107ebcc5ac5e9d6ed73" license "MIT" head "https://github.com/kubenetworks/kubevpn.git", branch: "master" From f11e6fc1435525359875f77a13e2482570cbfe1c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:10:11 +0000 Subject: [PATCH 07172/10074] mailpit 1.26.1 --- Formula/m/mailpit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mailpit.rb b/Formula/m/mailpit.rb index f5ddf95872d96..9818316090118 100644 --- a/Formula/m/mailpit.rb +++ b/Formula/m/mailpit.rb @@ -1,8 +1,8 @@ class Mailpit < Formula desc "Web and API based SMTP testing" homepage "https://mailpit.axllent.org/" - url "https://github.com/axllent/mailpit/archive/refs/tags/v1.26.0.tar.gz" - sha256 "a38ed806ac95c71bc8a7b05247cbca617cdff7fdad05945db997aec84f3f8408" + url "https://github.com/axllent/mailpit/archive/refs/tags/v1.26.1.tar.gz" + sha256 "ec9a87ad777c7daf3e1ecfd731ad5728b51c177d64ec14f1eba2aa5748118fa6" license "MIT" bottle do From 8539c97f9c168b9845bc4b98345f9981a12c7c77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:17:41 +0000 Subject: [PATCH 07173/10074] prestodb 0.293 --- Formula/p/prestodb.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/p/prestodb.rb b/Formula/p/prestodb.rb index a8aec2f71bae5..ad146665b473a 100644 --- a/Formula/p/prestodb.rb +++ b/Formula/p/prestodb.rb @@ -3,8 +3,8 @@ class Prestodb < Formula desc "Distributed SQL query engine for big data" homepage "https://prestodb.io" - url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-server/0.292/presto-server-0.292.tar.gz", using: :nounzip - sha256 "4063126a908867f143e9c16b6cd3afeb49f6ad1de298dfc9810c4045f1c78693" + url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-server/0.293/presto-server-0.293.tar.gz", using: :nounzip + sha256 "dd0e8bb1919da27973961a35483f2fb795795c63d5a3684c50fc029c242d4840" license "Apache-2.0" # Upstream has said that we should check Maven for Presto version information @@ -24,8 +24,8 @@ class Prestodb < Formula depends_on "python@3.13" resource "presto-cli" do - url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.292/presto-cli-0.292-executable.jar" - sha256 "874fb6c5adea4544e1dc297e20362d24a2bf5ef280900ab967ff735cc2c9abdb" + url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.293/presto-cli-0.293-executable.jar" + sha256 "e64bdfdaaae45031fc3f88d235215896c1fddbf0a0485d3d3ece94864b510972" livecheck do formula :parent From 39029c14735e9357ca0a4e5bca454b314fc5e02a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:19:56 +0000 Subject: [PATCH 07174/10074] renovate 40.55.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 129e531be5c34..72aeba4398770 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.54.0.tgz" - sha256 "79d349aef3bb253dd49529faa4649de3fc17695ea4268b093a01e44ac942d1ac" + url "https://registry.npmjs.org/renovate/-/renovate-40.55.0.tgz" + sha256 "4040f79fdc2f7c5f1323a0952f7969b2cdbddfe91e9c404774a8f3582de54b51" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 5668d028a98cb8b22b225648e33b98d05ddaebc1 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sat, 14 Jun 2025 18:31:35 +1000 Subject: [PATCH 07175/10074] qrkey 0.0.1 (new formula) --- Formula/q/qrkey.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Formula/q/qrkey.rb diff --git a/Formula/q/qrkey.rb b/Formula/q/qrkey.rb new file mode 100644 index 0000000000000..7750cdd3e3985 --- /dev/null +++ b/Formula/q/qrkey.rb @@ -0,0 +1,19 @@ +class Qrkey < Formula + desc "Generate and recover QR codes from files for offline private key backup" + homepage "https://github.com/Techwolf12/qrkey" + url "https://github.com/Techwolf12/qrkey/archive/refs/tags/v0.0.1.tar.gz" + sha256 "7c1777245e44014d53046383a96c1ee02b3ac1a4b014725a61ae707a79b7e82d" + license "MIT" + + depends_on "go" => :build + + def install + system "go", "build", *std_go_args(ldflags: "-s -w") + generate_completions_from_executable(bin/"qrkey", "completion") + end + + test do + system bin/"qrkey", "generate", "--in", test_fixtures("test.jpg"), "--out", "generated.pdf" + assert_path_exists testpath/"generated.pdf" + end +end From 37069746a190a9878366c1b2d9de6a9ccf71523d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:35:33 +0000 Subject: [PATCH 07176/10074] moar: update 1.31.10 bottle. --- Formula/m/moar.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moar.rb b/Formula/m/moar.rb index eb593283735b5..92983ba29224a 100644 --- a/Formula/m/moar.rb +++ b/Formula/m/moar.rb @@ -9,13 +9,13 @@ class Moar < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "af50945278237fdb74459c931af84ca3c9e0484f60d4509df05813283350db56" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "af50945278237fdb74459c931af84ca3c9e0484f60d4509df05813283350db56" - sha256 cellar: :any_skip_relocation, arm64_ventura: "af50945278237fdb74459c931af84ca3c9e0484f60d4509df05813283350db56" - sha256 cellar: :any_skip_relocation, sonoma: "fc778156e324f72543f4350f41d7530dad39a0b77ec0a37c021979ad16adb78c" - sha256 cellar: :any_skip_relocation, ventura: "fc778156e324f72543f4350f41d7530dad39a0b77ec0a37c021979ad16adb78c" - sha256 cellar: :any_skip_relocation, arm64_linux: "7ff20da9a0eb49ce75a94e8c476bbcc61bf37b903288d1a7fc15a511797adaff" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e2a226b8f6a1dffa3f84def07bb91295da7c360d9b43a50431719e1404a11511" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0258e92afafd77ef55c25e956744164ac4c9816885c23f085ac27ba99cc489c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0258e92afafd77ef55c25e956744164ac4c9816885c23f085ac27ba99cc489c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f0258e92afafd77ef55c25e956744164ac4c9816885c23f085ac27ba99cc489c" + sha256 cellar: :any_skip_relocation, sonoma: "fd97114ef494fb5209ded1d0b784264450e67668e747e1e73a15f3e3c414d643" + sha256 cellar: :any_skip_relocation, ventura: "fd97114ef494fb5209ded1d0b784264450e67668e747e1e73a15f3e3c414d643" + sha256 cellar: :any_skip_relocation, arm64_linux: "13ed078c45e6e3f4c53a4d37026eff51ba2f14f7c33b71e23d7e1869f9769133" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dca26758eca58fd294c34c99fe7cc8263a689bc5caf141af073bd1437fd995b2" end depends_on "go" => :build From 160f535f508814717a781d138c0c1072d59229fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:35:38 +0000 Subject: [PATCH 07177/10074] fabric-ai: update 1.4.203 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 436bd847f9ac4..5234d03b1642f 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3713c0d4626fe240eb56aab91a2c1e32a78d01fad8d73b63277f8b9a0f2d44ce" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3713c0d4626fe240eb56aab91a2c1e32a78d01fad8d73b63277f8b9a0f2d44ce" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3713c0d4626fe240eb56aab91a2c1e32a78d01fad8d73b63277f8b9a0f2d44ce" - sha256 cellar: :any_skip_relocation, sonoma: "ccc498a2a0a999c965cc259bf3b69b924f8c38ae132ee7941764452c692cd658" - sha256 cellar: :any_skip_relocation, ventura: "ccc498a2a0a999c965cc259bf3b69b924f8c38ae132ee7941764452c692cd658" - sha256 cellar: :any_skip_relocation, x86_64_linux: "81ac6faa6fa96b938b0683a9721d9c23dfb656cb28769600cd649225bee58a44" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "689de7e45e48e45c116b0b18f1cec19f01a8624675251da65220870f9d63bf32" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "689de7e45e48e45c116b0b18f1cec19f01a8624675251da65220870f9d63bf32" + sha256 cellar: :any_skip_relocation, arm64_ventura: "689de7e45e48e45c116b0b18f1cec19f01a8624675251da65220870f9d63bf32" + sha256 cellar: :any_skip_relocation, sonoma: "4c56ef00c30dab63a2c3be13904c9bce95d0f146cdcd674b97954de7c2cd9d38" + sha256 cellar: :any_skip_relocation, ventura: "4c56ef00c30dab63a2c3be13904c9bce95d0f146cdcd674b97954de7c2cd9d38" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4efdc9ecf91835b126c88064a3a97a38a5c74426b91b1cf682ebda8ec30f6ce8" end depends_on "go" => :build From 56c9d929193dc320b6bd529973af46dc7ff04d85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:35:50 +0000 Subject: [PATCH 07178/10074] jackett: update 0.22.2016 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 3e354ebcff34e..cbf15f205e45d 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "638e6775ebd53a38252a6b69b31df7bfdf51dce2f9f20373c1b4273c831adc2b" - sha256 cellar: :any, arm64_sonoma: "9013aa5527f87c7d37a31dc35565da3be5a97050f67296225c812a485fbba9a4" - sha256 cellar: :any, arm64_ventura: "d8e3f4545a291b63a821e4a97c197fa34ad201d0f43916ab94d9b429fbd3d73a" - sha256 cellar: :any, ventura: "4fb61dc3e79c478b0ef5bc13370129f8a7d1a4078fa3e0ba8cd94bff3c0edee2" - sha256 cellar: :any_skip_relocation, arm64_linux: "2f14c7565f80639a135a6017b16137b62b459ce1f49ba23b9b7c3f384256d30e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14a69bf97e58dcfa6888fafa8df5eb66f895c1f719f27b791a0b190d3be18f95" + sha256 cellar: :any, arm64_sequoia: "f6a4cc7d7fa20a7ce22b54be94511ac178ecff9f15dd44e2e89d5501cfd6bc78" + sha256 cellar: :any, arm64_sonoma: "8623217d1e14ca2c51897a732657a53decd9212f3283c681c55b4e925804a3a3" + sha256 cellar: :any, arm64_ventura: "03156d04aa7b29b5161af1f55ede542119714b0011ebd96f224e6ba7ba35553e" + sha256 cellar: :any, ventura: "ec944ce4488ac25bd29b96368f98237f6a7e5032cf9b237d31d23aaa0db81712" + sha256 cellar: :any_skip_relocation, arm64_linux: "30d25a0fc025d5f96e27865fab6e32d0e12bcf746978e0f7e80967994847842c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7900068ce9f8b4da3ab9052bcc39748491e884af3147edd72853f80971ec711d" end depends_on "dotnet@8" From 0b502a7d8c9ab044adbf1f5fe367cb7096fc25ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:35:57 +0000 Subject: [PATCH 07179/10074] mailpit: update 1.26.1 bottle. --- Formula/m/mailpit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mailpit.rb b/Formula/m/mailpit.rb index 9818316090118..c1ca0226636fa 100644 --- a/Formula/m/mailpit.rb +++ b/Formula/m/mailpit.rb @@ -6,12 +6,12 @@ class Mailpit < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f634db21213e58977337b4a516ba89e56224fe470227bd87f3e712d5bf28007" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0076837071303756a8652f81310b7511ce9af58213dee403a500c7eb26494e2a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a5e9e4268de357a97ad439308949fed8f05cd21e18d7cbfacb1b7cd369873452" - sha256 cellar: :any_skip_relocation, sonoma: "64b7423d98d36c207c7745a0105c04d9c0a11f2a0c2b699e51f73542051c66ca" - sha256 cellar: :any_skip_relocation, ventura: "5a46fed480e8b697a2289fafe765692da50853a4fbd7e35e99eb37b59579a748" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4c4ad2d1926bd981ea984ca992348a1affd6b2a07a0eb9c081284ef440e198a6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "324cc0ffcc19a83c543af76668faf60187a3f7c9d9fee0090d267f437df49d64" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a2cfc02c1de948eb03955617828b948510f88a77398e5c45e6f0ab48fb3ee7e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "73032fb234afdc4e02a7e621f8bdea8be25f85b71e39b7a25a057629ae19c502" + sha256 cellar: :any_skip_relocation, sonoma: "c406306c179c4dce84b952dadfead65be760413b37a2470e88c27bfa8f92ed0e" + sha256 cellar: :any_skip_relocation, ventura: "d0b67d62628ac9ad18c380c679d92fb3172d4395e895e1bec010da5119759719" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a02ca39f039ee56c675284373451cf4b2d8e8b598abe3253009d537f6f4318c8" end depends_on "go" => :build From 340226d92add3e34ada4fd4abf9e7bad53a3c075 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:36:02 +0000 Subject: [PATCH 07180/10074] cdk8s: update 2.200.100 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index a4570e5d989df..f3dc23f3436ab 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" - sha256 cellar: :any_skip_relocation, sonoma: "32d5c15cc0f5ca258048f84ede12dcccd46daa4435a5a9f8f1b5dd483debb903" - sha256 cellar: :any_skip_relocation, ventura: "32d5c15cc0f5ca258048f84ede12dcccd46daa4435a5a9f8f1b5dd483debb903" - sha256 cellar: :any_skip_relocation, arm64_linux: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c299cde8575ebb195176fd753e8bd3296b42b17f3a427b168d9f1b433a5222d0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" + sha256 cellar: :any_skip_relocation, sonoma: "0ea8511056b509fbff8f1ea509b8148a436382a3cf6cac381c38bfe074a2796b" + sha256 cellar: :any_skip_relocation, ventura: "0ea8511056b509fbff8f1ea509b8148a436382a3cf6cac381c38bfe074a2796b" + sha256 cellar: :any_skip_relocation, arm64_linux: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" end depends_on "node" From 7782d0123363b831da56dd0a83b5927ae2db2573 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:36:07 +0000 Subject: [PATCH 07181/10074] kubevpn: update 2.7.18 bottle. --- Formula/k/kubevpn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index c4299d08c7a77..6003d896d126d 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -7,13 +7,13 @@ class Kubevpn < Formula head "https://github.com/kubenetworks/kubevpn.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cfb37ea67951c33234a4df2f100c6999a63a802206862e6558ee6e113802fdfa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f44a2e0f966173ccf3fa4397769c4eb69ca1ae5b391005edf7f191bec78e235" - sha256 cellar: :any_skip_relocation, arm64_ventura: "03507ff2075ce02e5893d6ce15712e4609d246ed233c8de2827faa27255b4ceb" - sha256 cellar: :any_skip_relocation, sonoma: "b56eaeeb76ef7a7b4e8a630b920fbe533117be0a710ad54095c6d8325c92eeee" - sha256 cellar: :any_skip_relocation, ventura: "8a2141e39817265ef34922d68366399c17d8c37854971500a1c47fd69df62024" - sha256 cellar: :any_skip_relocation, arm64_linux: "f1d51c8247b97453fbcfb281ea8e965003403bae8e4400f0db586141069b828d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2451ba147d6e3b124e24957abc56a28682d64ce72bdee99743619854ab411d8b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cbffdd8a8e6a922e5a2497a8d1fda056937e0877d1cd69de4b07eb142e98896" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7eb150140a4d77c67a1e3f00442aeec0803727cd241dab19e813e4b885a04ec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9da23bb7a405580eef1c72bbc766e11a53fab50fc59d12908725526432de59c6" + sha256 cellar: :any_skip_relocation, sonoma: "b1f1ce87e72da3a014fb91229dd3e742ba53d2c85a618963db213a5f708d8452" + sha256 cellar: :any_skip_relocation, ventura: "2b13235846da1e81a5fa049ba525ace3351955951da3797d7231661e5b05547c" + sha256 cellar: :any_skip_relocation, arm64_linux: "4aa8f4e6c8b03d52d4c4b05dfe52686d5fd8251ab3b08dbf85e5a1e443aeb421" + sha256 cellar: :any_skip_relocation, x86_64_linux: "79015b550731e4a0e5bdfcfafe6a703674f6cc60395cad2dc230771d2104e833" end depends_on "go" => :build From cd6a1e77395a7cc15fc0b13d7dde5a4e0da10ba9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:43:58 +0000 Subject: [PATCH 07182/10074] prestodb: update 0.293 bottle. --- Formula/p/prestodb.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/p/prestodb.rb b/Formula/p/prestodb.rb index ad146665b473a..cc75b889b604a 100644 --- a/Formula/p/prestodb.rb +++ b/Formula/p/prestodb.rb @@ -16,8 +16,7 @@ class Prestodb < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "4eddb6530bd68a0cdcbfc9ffa891dcbef3a359110881db51d89af58fce4629bb" + sha256 cellar: :any_skip_relocation, all: "45cd80935b6db206ab8616a14ba44a12a958e3db3e0c23d85903fdef027b393b" end depends_on "openjdk@17" From a68ecb0a37bf5f88af1fee1f3f14f415c10dc510 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:46:16 +0000 Subject: [PATCH 07183/10074] renovate: update 40.55.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 72aeba4398770..f53c096ffde70 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "756a809f1332716f16fd6664a9c3b1e20cd9c72bbce6162318947aa57645f0e0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9c3b4f37ef4861bd7ab9ff66dfe7866d7f57ff5653cfbfa9d12e001454baa76" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1925d0519595f3803cd53419c4140139aa1b859bf25b3800c93ab995550513f2" - sha256 cellar: :any_skip_relocation, sonoma: "c0ad45dff4e6dceca1c37adddd95bc41249e79f9071e731c8214d2580a8756cd" - sha256 cellar: :any_skip_relocation, ventura: "e2ff1da9e75f7fc401a04193af22669229e857c9af2d43c22d0714287d1c4abb" - sha256 cellar: :any_skip_relocation, arm64_linux: "3e36fbd1dd55e56a302db9bf372dc4a3426a00ebd04a2dca68ae13f613f93da2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e36ab2bb9b449cb5d7c7769145f1086ed696b9001138abf12d94e64fdbf67e1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d84cbb97d53ed1eb2abe1ea7076698e7f603fd2f109b5eb86e6cdebe6f70d345" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "64224c33f9597997f553932ccd7ec19fe64dcc291d13594fe19d695fa55f87c7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1c54079faacf4c029f76f2d532e2199a269177add71f81a0c9ba057812e1cffb" + sha256 cellar: :any_skip_relocation, sonoma: "bd8421300c23cb94128bd729c1bf7e6f5b7ac2b3f343a8b680312403839113ff" + sha256 cellar: :any_skip_relocation, ventura: "ec5929ce1af2b27250fa0483692844931fd91c75d7a2ff1049c5c85c53718a66" + sha256 cellar: :any_skip_relocation, arm64_linux: "a17163dcdf7d6011106d6ac41ccdc3c60eae2c12038b7b8d115a7a7d96b66fdc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1966fedbfd80ccd3d2eec398d8fde11b62fbc2fe98f466f7a72554e5d9c71024" end depends_on "node@22" From bf957e7f132cc2ef88a3d40afc1f8ef86369b2c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:05:46 +0000 Subject: [PATCH 07184/10074] libomp: update 20.1.7 bottle. --- Formula/lib/libomp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libomp.rb b/Formula/lib/libomp.rb index f7b32e2d5cd34..bb5254a03dbc8 100644 --- a/Formula/lib/libomp.rb +++ b/Formula/lib/libomp.rb @@ -11,13 +11,13 @@ class Libomp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e1fb1e8332d85c6d13192dfa59f7ca35a181285b11b0f16161f373ce68ff8cdc" - sha256 cellar: :any, arm64_sonoma: "a71907c9a21978f9976fa254ee5b408d374249bf63222ebcb1aeea21aa271cef" - sha256 cellar: :any, arm64_ventura: "f8969e090ae2a5376f5d4758bfdeee6dc5bcc61db5e4b8c979377bcf714213b7" - sha256 cellar: :any, sonoma: "84d7ae40495b53e9ba363e1482c0c72bd0ff159c9382070363643cc8103a58dc" - sha256 cellar: :any, ventura: "6d0de17c559df28a7e979e8e163d218386b42f2d1ce05729fbbf35b016f31a9a" - sha256 cellar: :any_skip_relocation, arm64_linux: "b4ba5b242b0ed452c3e2ebdb348991076ba654c10676f4a8134f55722aa6bfa4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "071afda31d081137d741093d99ecb44f38e3728278b1351d3e24015d800e5ebc" + sha256 cellar: :any, arm64_sequoia: "70e6da25205323438aaadfb030b49d439c188ab188cc57e6eff055352395df1d" + sha256 cellar: :any, arm64_sonoma: "a93e7a009eb8580ff409981d8e894c04ec09759264052ec45e974246d525ba41" + sha256 cellar: :any, arm64_ventura: "e2061a83c7ed235a92317e445279093aacf53e9e7a8e123c265488ea56755935" + sha256 cellar: :any, sonoma: "695f5060a7b58bd42d069a442d01671a3d5894d1c5909903c0b1e389430f65cb" + sha256 cellar: :any, ventura: "9f1809860b2d62178215af994cfcb5fd8b53c831e61a1b412c35af386a01bd74" + sha256 cellar: :any_skip_relocation, arm64_linux: "84adbcda8e7d767740b2a5dea255d1846bc666e36412657ab3c094372fc65c27" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bdae5020d54d83998041d8568a09a9fec423c60651d3768c243bb91fd868c3e5" end # Ref: https://github.com/Homebrew/homebrew-core/issues/112107 From 3ca5c178c4847e3833fcf36f6432ace68a72b377 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:16:14 +0200 Subject: [PATCH 07185/10074] cmake 4.0.3 Signed-off-by: botantony --- Formula/c/cmake.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Formula/c/cmake.rb b/Formula/c/cmake.rb index 0385fe6452c6d..516b69dda7b68 100644 --- a/Formula/c/cmake.rb +++ b/Formula/c/cmake.rb @@ -1,10 +1,10 @@ class Cmake < Formula desc "Cross-platform make" homepage "https://www.cmake.org/" - url "https://github.com/Kitware/CMake/releases/download/v4.0.2/cmake-4.0.2.tar.gz" - mirror "http://fresh-center.net/linux/misc/cmake-4.0.2.tar.gz" - mirror "http://fresh-center.net/linux/misc/legacy/cmake-4.0.2.tar.gz" - sha256 "1c3a82c8ca7cf12e0b17178f9d0c32f7ac773bd5651a98fcfd80fbf4977f8d48" + url "https://github.com/Kitware/CMake/releases/download/v4.0.3/cmake-4.0.3.tar.gz" + mirror "http://fresh-center.net/linux/misc/cmake-4.0.3.tar.gz" + mirror "http://fresh-center.net/linux/misc/legacy/cmake-4.0.3.tar.gz" + sha256 "8d3537b7b7732660ea247398f166be892fe6131d63cc291944b45b91279f3ffb" license "BSD-3-Clause" head "https://gitlab.kitware.com/cmake/cmake.git", branch: "master" @@ -16,8 +16,6 @@ class Cmake < Formula regex(/href=.*?cmake[._-]v?(\d+(?:\.\d+)+)\.t/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bd4605b03b0dbf10d547e2ffa34166acd8e77f8f76dac0485d5376715829130" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fd627884d0c2819a5c1c100ca7352247c40ca0bd811237139fb50606d78db23" From 28a8d7e407dbb949bce8cfb7ad6288546e0daecf Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:16:26 +0200 Subject: [PATCH 07186/10074] cmake-docs 4.0.3 Signed-off-by: botantony --- .github/autobump.txt | 2 ++ Formula/c/cmake-docs.rb | 10 ++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 1cb5ee28cdbeb..ebc7333d03ee7 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -601,6 +601,8 @@ clp clusterawsadm clusterctl clzip +cmake +cmake-docs cmake-language-server cmake-lint cmark diff --git a/Formula/c/cmake-docs.rb b/Formula/c/cmake-docs.rb index f4c5f0ab08755..5d94408469656 100644 --- a/Formula/c/cmake-docs.rb +++ b/Formula/c/cmake-docs.rb @@ -1,10 +1,10 @@ class CmakeDocs < Formula desc "Documentation for CMake" homepage "https://www.cmake.org/" - url "https://github.com/Kitware/CMake/releases/download/v4.0.2/cmake-4.0.2.tar.gz" - mirror "http://fresh-center.net/linux/misc/cmake-4.0.2.tar.gz" - mirror "http://fresh-center.net/linux/misc/legacy/cmake-4.0.2.tar.gz" - sha256 "1c3a82c8ca7cf12e0b17178f9d0c32f7ac773bd5651a98fcfd80fbf4977f8d48" + url "https://github.com/Kitware/CMake/releases/download/v4.0.3/cmake-4.0.3.tar.gz" + mirror "http://fresh-center.net/linux/misc/cmake-4.0.3.tar.gz" + mirror "http://fresh-center.net/linux/misc/legacy/cmake-4.0.3.tar.gz" + sha256 "8d3537b7b7732660ea247398f166be892fe6131d63cc291944b45b91279f3ffb" license "BSD-3-Clause" head "https://gitlab.kitware.com/cmake/cmake.git", branch: "master" @@ -12,8 +12,6 @@ class CmakeDocs < Formula formula "cmake" end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840" sha256 cellar: :any_skip_relocation, arm64_sonoma: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840" From e90ff04943cb8b0cbae711c21026870cee5a87c9 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:22:56 +0200 Subject: [PATCH 07187/10074] goenv 2.2.25 Signed-off-by: botantony --- .github/autobump.txt | 1 + Formula/g/goenv.rb | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 1cb5ee28cdbeb..9deb1c35732fa 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1381,6 +1381,7 @@ gocloc gocryptfs goctl godap +goenv goffice gofumpt goimports diff --git a/Formula/g/goenv.rb b/Formula/g/goenv.rb index 8b873f4aaea7c..34f2a8f95d7a4 100644 --- a/Formula/g/goenv.rb +++ b/Formula/g/goenv.rb @@ -1,8 +1,8 @@ class Goenv < Formula desc "Go version management" homepage "https://github.com/go-nv/goenv" - url "https://github.com/go-nv/goenv/archive/refs/tags/2.2.24.tar.gz" - sha256 "6b6584d78d8d23020487739b4de0c56e9ff8e95c60a9fc1b11d52d1de50a00a9" + url "https://github.com/go-nv/goenv/archive/refs/tags/2.2.25.tar.gz" + sha256 "c2c49ee706629f0dcc85ded7290f65536325364bf47b606ec76255ddbb3132a5" license "MIT" version_scheme 1 head "https://github.com/go-nv/goenv.git", branch: "master" @@ -12,8 +12,6 @@ class Goenv < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" From 9aeefb2d675ebc402e5bffa85cca1ea7be5fe5b9 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:52:20 +0200 Subject: [PATCH 07188/10074] abpoa: add `no_autobump!` Signed-off-by: botantony --- Formula/a/abpoa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/a/abpoa.rb b/Formula/a/abpoa.rb index 9c6c1b270990f..570a3e7a744c4 100644 --- a/Formula/a/abpoa.rb +++ b/Formula/a/abpoa.rb @@ -6,6 +6,8 @@ class Abpoa < Formula license "MIT" head "https://github.com/yangao07/abPOA.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d23123224da086f407a2026aed50483642b6cb1cd773a95677e8823a7d203f7" sha256 cellar: :any_skip_relocation, arm64_sonoma: "c32ab54105465ce6413049fa3e0b61751b4380ecd7f9cb8e871d7aaa4fd0fefa" From 25896566a928446dd7970e36f0a89325621febec Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:52:36 +0200 Subject: [PATCH 07189/10074] adamstark-audiofile: remove `no_autobump!` Signed-off-by: botantony --- Formula/a/adamstark-audiofile.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/a/adamstark-audiofile.rb b/Formula/a/adamstark-audiofile.rb index e8dd02d145f1a..6adaf9be102f3 100644 --- a/Formula/a/adamstark-audiofile.rb +++ b/Formula/a/adamstark-audiofile.rb @@ -6,8 +6,6 @@ class AdamstarkAudiofile < Formula license "MIT" head "https://github.com/adamstark/AudioFile.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, all: "be3c28ee81b69cd235ffdc3a9085037178558b2714b431781404b13d2a4cc5b3" end From 827f88b7681b1cd606022e0bb019c63a4372191f Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:52:41 +0200 Subject: [PATCH 07190/10074] bash: remove `no_autobump!` Signed-off-by: botantony --- Formula/b/bash.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bash.rb b/Formula/b/bash.rb index a3201298d74af..06a85064a1344 100644 --- a/Formula/b/bash.rb +++ b/Formula/b/bash.rb @@ -93,12 +93,12 @@ class Bash < Formula versions << "#{newest_version.major_minor}.#{match[0]}" end - no_autobump! because: :requires_manual_review - versions end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 arm64_sequoia: "e77d408d550e8e9f6669abf16759e35d0b867fe2126121eaa1ff39a94921cd86" From e28c18c21706f8f947a83771058259e139dfcb01 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:52:47 +0200 Subject: [PATCH 07191/10074] bcftools: remove `no_autobump!` Signed-off-by: botantony --- Formula/b/bcftools.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/b/bcftools.rb b/Formula/b/bcftools.rb index b5b6612a81c2e..33206d47b2834 100644 --- a/Formula/b/bcftools.rb +++ b/Formula/b/bcftools.rb @@ -12,8 +12,6 @@ class Bcftools < Formula strategy :github_latest end - no_autobump! because: :requires_manual_review - bottle do sha256 arm64_sequoia: "7bfda27c183789cb73ade0e4aeb4437a31edbee0bc0cfd16191ad3572f4d9f44" sha256 arm64_sonoma: "b158694e48f72aa30dfa323d0ff8ef2745f57eab6d0e0092b5178e5506c834e9" From 771b7e9d5f277de115271160e719289f6ce813bd Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:52:54 +0200 Subject: [PATCH 07192/10074] blastem: move `no_autobump!` Signed-off-by: botantony --- Formula/b/blastem.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/blastem.rb b/Formula/b/blastem.rb index fa117ab6e096f..f08a719e77362 100644 --- a/Formula/b/blastem.rb +++ b/Formula/b/blastem.rb @@ -17,11 +17,11 @@ class Blastem < Formula match[1] end - - no_autobump! because: :requires_manual_review end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any, sonoma: "6686aacd3cbb57870b7d0da4f17d3c325a846c7037366033d618457700f905da" From 9b9af3462858d3093242a9c1865f6b29f2ddd02b Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:53:04 +0200 Subject: [PATCH 07193/10074] blueprint-compiler: add `no_autobump!` Signed-off-by: botantony --- Formula/b/blueprint-compiler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/blueprint-compiler.rb b/Formula/b/blueprint-compiler.rb index ddc3a69ac7b02..4ad6aeb9ce517 100644 --- a/Formula/b/blueprint-compiler.rb +++ b/Formula/b/blueprint-compiler.rb @@ -7,6 +7,8 @@ class BlueprintCompiler < Formula license "LGPL-3.0-or-later" head "https://gitlab.gnome.org/GNOME/blueprint-compiler.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "934e915f724789737e2aff49d9607966366342257941e1f44ee5d03c358d331a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "934e915f724789737e2aff49d9607966366342257941e1f44ee5d03c358d331a" From 1aa5a51efd9e31269da8394d1403eb18117eef71 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:53:09 +0200 Subject: [PATCH 07194/10074] breseq: add `no_autobump!` Signed-off-by: botantony --- Formula/b/breseq.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/breseq.rb b/Formula/b/breseq.rb index 1ceac91d58dfc..0742ca60166a1 100644 --- a/Formula/b/breseq.rb +++ b/Formula/b/breseq.rb @@ -6,6 +6,8 @@ class Breseq < Formula license all_of: ["GPL-2.0-or-later", "MIT", "BSD-3-Clause"] head "https://github.com/barricklab/breseq.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f22120bae403eb392bec70333093e7176e565853bf5108b51ed37b82a8b39d54" sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5d0b6591968d4b5747cf81d8f377560da5e8b2633d401d5e60f36e954655e49" From e70934be4974f788a6573b5876d588a1603d8da0 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:53:14 +0200 Subject: [PATCH 07195/10074] btcli: add `no_autobump!` Signed-off-by: botantony --- Formula/b/btcli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 1a2c073c2edc4..5fb1acc6b153d 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -8,6 +8,8 @@ class Btcli < Formula license "MIT" head "https://github.com/opentensor/btcli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "7a855c3b77bc12b92d18e3bb279885368adbc44d137109d0e7cb7289a926197b" sha256 cellar: :any, arm64_sonoma: "c2a6d8207d25da2ea01199c9b2772bc0c1e130eccf3513c3f464e70280c715dd" From f9b5b323c89000f73856c1017bbdcaf93d4d3c03 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:53:22 +0200 Subject: [PATCH 07196/10074] calabash: move `no_autobump!` Signed-off-by: botantony --- Formula/c/calabash.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/calabash.rb b/Formula/c/calabash.rb index 3dc1e8ca8bf4e..a03f92f564f6f 100644 --- a/Formula/c/calabash.rb +++ b/Formula/c/calabash.rb @@ -24,11 +24,11 @@ class Calabash < Formula match[1] if match[1].end_with?(saxon_suffix) end - - no_autobump! because: :requires_manual_review end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "c9cd2c20bea227a53c297e2bf265302d5c8fc696e5a5efb99982ab4eaf7ed6b6" From e8a288687fe01f03a6450a90ff46c57e999dcc93 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:53:30 +0200 Subject: [PATCH 07197/10074] clang-include-graph: add `no_autobump!` Signed-off-by: botantony --- Formula/c/clang-include-graph.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/clang-include-graph.rb b/Formula/c/clang-include-graph.rb index b25ca5c02a07e..8af8f5322a006 100644 --- a/Formula/c/clang-include-graph.rb +++ b/Formula/c/clang-include-graph.rb @@ -6,6 +6,8 @@ class ClangIncludeGraph < Formula license "Apache-2.0" head "https://github.com/bkryza/clang-include-graph.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3480c320bbd4af88fc4d12d612c55f4b5f79a9cf4e2479dcc4d9d38ca483acc4" sha256 cellar: :any, arm64_sonoma: "2906d24fb1455310992f9003714951dcd9cf2a4f82bdad3bbe454e6e57807fd1" From da96cc5f172641526525ea724065c3b444a28864 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:53:36 +0200 Subject: [PATCH 07198/10074] claude-squad: add `no_autobump!` Signed-off-by: botantony --- Formula/c/claude-squad.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/claude-squad.rb b/Formula/c/claude-squad.rb index b45d2a365e9fb..e9e1bd45d9a57 100644 --- a/Formula/c/claude-squad.rb +++ b/Formula/c/claude-squad.rb @@ -6,6 +6,8 @@ class ClaudeSquad < Formula license "AGPL-3.0-only" head "https://github.com/smtg-ai/claude-squad.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" From c15842e0507190df30ad1efa63816a34f2f55b0c Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:53:44 +0200 Subject: [PATCH 07199/10074] clojure-lsp: remove `no_autobump!` Signed-off-by: botantony --- Formula/c/clojure-lsp.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/c/clojure-lsp.rb b/Formula/c/clojure-lsp.rb index 14acdc611050a..24a253315188d 100644 --- a/Formula/c/clojure-lsp.rb +++ b/Formula/c/clojure-lsp.rb @@ -13,8 +13,6 @@ class ClojureLsp < Formula regex(/^v?(\d{4}(?:[.-]\d+)+)$/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, all: "d76985179a3d8c069da2c240f8436264b20441ee16cc875215c26f37ff37fbc2" end From 9d329cda9e0114639907a09e7afbb360e1563115 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:53:47 +0200 Subject: [PATCH 07200/10074] cmix: add `no_autobump!` Signed-off-by: botantony --- Formula/c/cmix.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/c/cmix.rb b/Formula/c/cmix.rb index 6d53e9347f2c8..1914b17fc502b 100644 --- a/Formula/c/cmix.rb +++ b/Formula/c/cmix.rb @@ -5,6 +5,8 @@ class Cmix < Formula sha256 "a95b0d7430d61b558731e7627f41e170cb7802d1a8a862f38628f8d921dc61b2" license "GPL-3.0-or-later" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8eebb90a33656eaff7664633fa0422d594d6c5e3fd2c8270e9831516844b610a" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e9ba39f214720c1b65d25eb08fd16b0a84cfc424143817bb8fcbb33a863cea3" From 40749117bbc72a266b72baa29b3161e85e70cf6a Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:53:55 +0200 Subject: [PATCH 07201/10074] elf2uf2-rs: add `no_autobump!` Signed-off-by: botantony --- Formula/e/elf2uf2-rs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/e/elf2uf2-rs.rb b/Formula/e/elf2uf2-rs.rb index 70980ef16f725..120aa469dadf2 100644 --- a/Formula/e/elf2uf2-rs.rb +++ b/Formula/e/elf2uf2-rs.rb @@ -5,6 +5,8 @@ class Elf2uf2Rs < Formula sha256 "c6845f696112193bbe6517ab0c9b9fc85dff1083911557212412e07c506ccd7c" license "0BSD" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2502c3b12665d304fc3f016c68eef40119b4b529867d67cc26fb641e844b5de" sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cd37371cbeb7dd6be732e6db993b226dea3dc7fbbd2c321e81665c68c6de036" From f04f92ab580633f400c88f97546e2050bddf34f8 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:54:00 +0200 Subject: [PATCH 07202/10074] fastk: add `no_autobump!` Signed-off-by: botantony --- Formula/f/fastk.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/fastk.rb b/Formula/f/fastk.rb index 8a908810a21f6..53194eb4b8989 100644 --- a/Formula/f/fastk.rb +++ b/Formula/f/fastk.rb @@ -10,6 +10,8 @@ class Fastk < Formula ] head "https://github.com/thegenemyers/FASTK.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3353729044c15f3346d333ce0193e5b44a1acb6930dd366dcfc6866ded0799eb" sha256 cellar: :any, arm64_sonoma: "9c4a36e6d522b8f31f730f540d0b1e6965670f3ff255614b775f846a4da52f9a" From a75101251869a4fbd4970dfca6351f5cbddeb453 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:54:05 +0200 Subject: [PATCH 07203/10074] flye: add `no_autobump!` Signed-off-by: botantony --- Formula/f/flye.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/flye.rb b/Formula/f/flye.rb index 7a18a55578a7e..f2895364e5ade 100644 --- a/Formula/f/flye.rb +++ b/Formula/f/flye.rb @@ -8,6 +8,8 @@ class Flye < Formula license all_of: ["BSD-3-Clause", "Apache-2.0", "BSD-2-Clause", "BSL-1.0", "MIT"] head "https://github.com/mikolmogorov/Flye.git", branch: "flye" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6ff4135fbbe3045cf3bf6f1660be67fe941b86504248a8168a0d0f6b31480e2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "810af69fce87083de1a03681770ff518870625396b869d73f56940437682bc04" From 4f6d56736bfb9c9b3de4ce446c1f1b092ca88048 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:54:12 +0200 Subject: [PATCH 07204/10074] foxglove-cli: add `no_autobump!` Signed-off-by: botantony --- Formula/f/foxglove-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/f/foxglove-cli.rb b/Formula/f/foxglove-cli.rb index 3bf3bca2986af..a6b3edfea7227 100644 --- a/Formula/f/foxglove-cli.rb +++ b/Formula/f/foxglove-cli.rb @@ -6,6 +6,8 @@ class FoxgloveCli < Formula license "MIT" head "https://github.com/foxglove/foxglove-cli.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f868121298b783e4e1927a784877025ba11502f91f49914959b1f07b6851a66" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bb87cd65e811de27dfcbb9ace613a8f604b808fa78524dd6739b058b8b610b0" From a8afb4471a25e393bfa0cf6e281d66b56ddf707c Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:54:16 +0200 Subject: [PATCH 07205/10074] frege: move `no_autobump!` Signed-off-by: botantony --- Formula/f/frege.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/frege.rb b/Formula/f/frege.rb index 050e08f49a7af..034befd226172 100644 --- a/Formula/f/frege.rb +++ b/Formula/f/frege.rb @@ -19,11 +19,11 @@ class Frege < Formula match[1] end - - no_autobump! because: :requires_manual_review end end + no_autobump! because: :requires_manual_review + bottle do rebuild 2 sha256 cellar: :any_skip_relocation, all: "644724d94a5b46f40c49bd15c1e979a4cbb06c73d018891245c4ae69c46bbd23" From a85bf25393fd44856e79cb8fa988285cf04a766e Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:54:24 +0200 Subject: [PATCH 07206/10074] glibc@2.13: add `no_autobump!` Signed-off-by: botantony --- Formula/g/glibc@2.13.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glibc@2.13.rb b/Formula/g/glibc@2.13.rb index 630432f42114b..80af000102e02 100644 --- a/Formula/g/glibc@2.13.rb +++ b/Formula/g/glibc@2.13.rb @@ -68,6 +68,8 @@ class GlibcAT213 < Formula license all_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] revision 1 + no_autobump! because: :requires_manual_review + bottle do sha256 x86_64_linux: "fcfd8511ae57b126f377789db1294e74bd48c2be941badd8e33a378dbdef9e16" end From 47ccceed7c37cff1539e063179044f14ec522ef3 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:54:30 +0200 Subject: [PATCH 07207/10074] glibc@2.17: add `no_autobump!` Signed-off-by: botantony --- Formula/g/glibc@2.17.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/g/glibc@2.17.rb b/Formula/g/glibc@2.17.rb index dee6ee71ec1d3..4ad1e9e0bd8d3 100644 --- a/Formula/g/glibc@2.17.rb +++ b/Formula/g/glibc@2.17.rb @@ -67,6 +67,8 @@ class GlibcAT217 < Formula sha256 "a3b2086d5414e602b4b3d5a8792213feb3be664ffc1efe783a829818d3fca37a" license all_of: ["GPL-2.0-or-later", "LGPL-2.1-or-later"] + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 arm64_linux: "c7e6ac88b5b12fdbecfe5f82846bbd0071fc7ff7c5b8d01c6896ed1318416499" From 2411113cbceeffcd18058d0d2939dbf85566ac10 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:54:39 +0200 Subject: [PATCH 07208/10074] gradle@7: remove `no_autobump!` Signed-off-by: botantony --- Formula/g/gradle@7.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/g/gradle@7.rb b/Formula/g/gradle@7.rb index c056b582abcaf..8f6fbea38fa56 100644 --- a/Formula/g/gradle@7.rb +++ b/Formula/g/gradle@7.rb @@ -10,8 +10,6 @@ class GradleAT7 < Formula regex(/href=.*?gradle[._-]v?(7(?:\.\d+)+)-all\.(?:zip|t)/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, all: "06d7151adcd4d1affc762de7ff751c7a9c7e79f0187b66f27a54684f34aad1f9" end From ddfc689e09ffa0f8be33e80b3c794b8f0d8562d0 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:54:46 +0200 Subject: [PATCH 07209/10074] htslib: remove `no_autobump!` Signed-off-by: botantony --- Formula/h/htslib.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/h/htslib.rb b/Formula/h/htslib.rb index 4bba4fe152e92..e042411ec1e65 100644 --- a/Formula/h/htslib.rb +++ b/Formula/h/htslib.rb @@ -10,8 +10,6 @@ class Htslib < Formula strategy :github_latest end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "3f2f3384d807cf96d55f5d9ee31b073b289fb4c64ba9a11f8fb3242d8dc1858e" sha256 cellar: :any, arm64_sonoma: "3c77b5d9fd49d47b2b564b8ee27fc49e9edd26823acd90f9404e20a9e2475fe8" From d0ae93c96138464a7fda7d414626da8a42bfd81b Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:54:57 +0200 Subject: [PATCH 07210/10074] http_load: move `no_autobump!` Signed-off-by: botantony --- Formula/h/http_load.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/http_load.rb b/Formula/h/http_load.rb index 67cdad4680d1a..e0ba6960a2292 100644 --- a/Formula/h/http_load.rb +++ b/Formula/h/http_load.rb @@ -16,11 +16,11 @@ class HttpLoad < Formula date_str = match&.first date_str ? Date.parse(date_str)&.strftime("%Y%m%d") : nil end - - no_autobump! because: :requires_manual_review end end + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "3d19f59b28f7f602e80aef16d2455d98513a6886a58910287ac5845bdcd9733b" From 8654a43d830ba8073b6e3f4e6a8377c6eab6728c Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:01 +0200 Subject: [PATCH 07211/10074] jq: remove `no_autobump!` Signed-off-by: botantony --- Formula/j/jq.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/j/jq.rb b/Formula/j/jq.rb index 29171c8319192..1ad82d8ca989b 100644 --- a/Formula/j/jq.rb +++ b/Formula/j/jq.rb @@ -10,8 +10,6 @@ class Jq < Formula regex(/^(?:jq[._-])?v?(\d+(?:\.\d+)+)$/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "5911dafda561f792305dbc34b1f2ca5265bede9d7e60c655d9390511b560df4e" sha256 cellar: :any, arm64_sonoma: "de8dbc03158683f974e8ef52f886abe1d6d6250dba92e2b0e5c7758eb1a5168c" From 292c535327c35db462729a141525b7ed1170ccb8 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:07 +0200 Subject: [PATCH 07212/10074] jwt-hack: add `no_autobump!` Signed-off-by: botantony --- Formula/j/jwt-hack.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/j/jwt-hack.rb b/Formula/j/jwt-hack.rb index fd920e80959c4..99b0f508fea1d 100644 --- a/Formula/j/jwt-hack.rb +++ b/Formula/j/jwt-hack.rb @@ -6,6 +6,8 @@ class JwtHack < Formula license "MIT" head "https://github.com/hahwul/jwt-hack.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a873fbf22a7fdda5a65150c817257cefc89ccd562286ede59d01e4a970e74847" sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccc825f3b87b0bfe0e309e217cac7f8a10c2d9a5e6bfb103c47818ace888eeef" From efd9375640b668eefcacbc19a61a756640b2c8a4 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:11 +0200 Subject: [PATCH 07213/10074] kraken2: add `no_autobump!` Signed-off-by: botantony --- Formula/k/kraken2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/k/kraken2.rb b/Formula/k/kraken2.rb index 20e9df46caf2c..82ab8ddfc53f9 100644 --- a/Formula/k/kraken2.rb +++ b/Formula/k/kraken2.rb @@ -6,6 +6,8 @@ class Kraken2 < Formula license "MIT" head "https://github.com/DerrickWood/kraken2.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ee275caf279a788ea6a7bce93190ab31165bbdc79fd1dc812ba120336a1918f" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb22cec35e13ee86ec66e1f65f90a4b6454e418da5df13bf786e48a1dc846e8b" From 258a32acf2f2d32bc083af47ac34e26be9612f8d Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:16 +0200 Subject: [PATCH 07214/10074] lzsa: add `no_autobump!` Signed-off-by: botantony --- Formula/l/lzsa.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/l/lzsa.rb b/Formula/l/lzsa.rb index 4e25aa6cd1aa0..c4e23a2804471 100644 --- a/Formula/l/lzsa.rb +++ b/Formula/l/lzsa.rb @@ -5,6 +5,8 @@ class Lzsa < Formula sha256 "c65ca1e6a43696f4ca5edc2c98229fba1044806bd21bc2a8ce4b867dc9cfc45c" license all_of: ["Zlib", "CC0-1.0"] + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7eaaf3697f803f186818868d7559275d20ea9ec91226108fe89ef69473956bc" sha256 cellar: :any_skip_relocation, arm64_sonoma: "6084774e138106256a64ac04b7982215238030aeaa01683b27e18b49dcf38e2f" From e7af51e7c0d586ab5e5e35f1eadb1878f3cf0056 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:23 +0200 Subject: [PATCH 07215/10074] libbsc: add `no_autobump!` Signed-off-by: botantony --- Formula/lib/libbsc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libbsc.rb b/Formula/lib/libbsc.rb index 263d003ab2329..8a913d85bd265 100644 --- a/Formula/lib/libbsc.rb +++ b/Formula/lib/libbsc.rb @@ -5,6 +5,8 @@ class Libbsc < Formula sha256 "d287535feaf18a05c3ffc9ccba3ee4eacd7604224b4648121d7388727160f107" license "Apache-2.0" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "c7ed848197e074d4ffbf597c051dcc37399d2d589c6ada3a15f90fd049859470" sha256 cellar: :any, arm64_sonoma: "e9f13fa761075788e61ac51a14ab27649231f3355f7f7fe3d56d848c74714e96" From 15140df3160e17a66b33d1844ff308983e3772a6 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:28 +0200 Subject: [PATCH 07216/10074] liblcf: remove `no_autobump!` Signed-off-by: botantony --- Formula/lib/liblcf.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/lib/liblcf.rb b/Formula/lib/liblcf.rb index 71fedfd4f2e21..9f615a1ca3ba7 100644 --- a/Formula/lib/liblcf.rb +++ b/Formula/lib/liblcf.rb @@ -6,8 +6,6 @@ class Liblcf < Formula license "MIT" head "https://github.com/EasyRPG/liblcf.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "3b50d8d26ad9ae4223f2b32c6e6339286076967625db097d6f59e51e301839ef" sha256 cellar: :any, arm64_sonoma: "b46ebee74b740c0c6fab8ed2c4d54126a190cb2f16d9c6528e9900e3dc51fb0e" From eb888671ca57d622321a5d1e782a7444b5cd7d51 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:35 +0200 Subject: [PATCH 07217/10074] libpq@16: add `no_autobump!` Signed-off-by: botantony --- Formula/lib/libpq@16.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/lib/libpq@16.rb b/Formula/lib/libpq@16.rb index 73e65d9db8896..969fff36c73d1 100644 --- a/Formula/lib/libpq@16.rb +++ b/Formula/lib/libpq@16.rb @@ -10,6 +10,8 @@ class LibpqAT16 < Formula regex(%r{href=["']?v?(16(?:\.\d+)+)/?["' >]}i) end + no_autobump! because: :requires_manual_review + bottle do sha256 arm64_sequoia: "67a3882334f2448796238f87a74a594218dbf8cf19ab4161d7de7b0ca6146415" sha256 arm64_sonoma: "25b4ea9f563b4d7098da7aec89f0891af7f4c60bd2fec6cc914b6791266c882d" From 8e295cf0d3d22ada02ae8f9700b47b6bcdbb44ed Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:41 +0200 Subject: [PATCH 07218/10074] libtatsu: remove `no_autobump!` Signed-off-by: botantony --- Formula/lib/libtatsu.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/lib/libtatsu.rb b/Formula/lib/libtatsu.rb index 9648c9406fce5..9ddac52ed3559 100644 --- a/Formula/lib/libtatsu.rb +++ b/Formula/lib/libtatsu.rb @@ -6,8 +6,6 @@ class Libtatsu < Formula license "LGPL-2.1-or-later" head "https://github.com/libimobiledevice/libtatsu.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "e729a89bd9fba8be9355e7c4dd4dfc89cb039f6c063ffcd1adb102d3dfec75d5" sha256 cellar: :any, arm64_sonoma: "efb9b3d41f8e825551a9047fd46788477ee53b3fa40f1c032bb74297be7ca21b" From df6a328b28d4cc310a187fc1ca1c46d2730926f1 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:47 +0200 Subject: [PATCH 07219/10074] libtpms: remove `no_autobump!` Signed-off-by: botantony --- Formula/lib/libtpms.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/lib/libtpms.rb b/Formula/lib/libtpms.rb index 65dd55a52c715..d7e1ab52ef52f 100644 --- a/Formula/lib/libtpms.rb +++ b/Formula/lib/libtpms.rb @@ -5,8 +5,6 @@ class Libtpms < Formula sha256 "ebc24f3191d90f6cf0b4d4200cd876db4bd224b3c565708bbea0a82ee275e0fb" license "BSD-2-Clause" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "15359aca8b873a6965f40e824368108637c9f8cf48b28fba6323f9752071023c" sha256 cellar: :any, arm64_sonoma: "42a7c3f06554cb88deeff3b7b79ab082ed8eff5180ce06a0612a6f2b1191de95" From d85189537bf74fd9a38a904d1aec9c4728c860ae Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:53 +0200 Subject: [PATCH 07220/10074] libzdb: remove `no_autobump!` Signed-off-by: botantony --- Formula/lib/libzdb.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/lib/libzdb.rb b/Formula/lib/libzdb.rb index 8030989abee7c..885d639bfc7c2 100644 --- a/Formula/lib/libzdb.rb +++ b/Formula/lib/libzdb.rb @@ -10,8 +10,6 @@ class Libzdb < Formula regex(%r{href=.*?dist/libzdb[._-]v?(\d+(?:\.\d+)+)\.t}i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "7ada18691b69fb2fe14cbc26b6e37acc064386f8126d94ce2ee52bc1a33d1aa4" sha256 cellar: :any, arm64_sonoma: "ca0e3601cb111cc6c2bd04831af5c9d18a8ae39297bc89f16d53c0678c1cad51" From a5576f87df192a30da4d622fad72010607459ecd Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:55:58 +0200 Subject: [PATCH 07221/10074] macpine: move `no_autobump!` Signed-off-by: botantony --- Formula/m/macpine.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/macpine.rb b/Formula/m/macpine.rb index 1cb675e575009..9d4c3eb50337d 100644 --- a/Formula/m/macpine.rb +++ b/Formula/m/macpine.rb @@ -17,11 +17,11 @@ class Macpine < Formula # Naively convert tags like `v.01` to `0.1` tag.match?(/^v\.?\d+$/i) ? version.chars.join(".") : version end - - no_autobump! because: :requires_manual_review end end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e93c3ad2fff32d4d7010b2d1fda57f8b82abc315ad3254ae6594f26675957ca" sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c6b779505c84d4e020509ba403ae177f2ffaff724fb3063267ec0210489de1f" From 4a982e4a33cfc92d30aad3fca81f83ad73fd586e Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:05 +0200 Subject: [PATCH 07222/10074] maeparser: remove `no_autobump!` Signed-off-by: botantony --- Formula/m/maeparser.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/m/maeparser.rb b/Formula/m/maeparser.rb index 579ca039f37cc..2c17793a32198 100644 --- a/Formula/m/maeparser.rb +++ b/Formula/m/maeparser.rb @@ -6,8 +6,6 @@ class Maeparser < Formula license "MIT" head "https://github.com/schrodinger/maeparser.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "fbcc6b87403bf3ee4ceae13512659743cc3393caececa0f7837a6848e60237b3" sha256 cellar: :any, arm64_sonoma: "65bea7147115cac9532e7a76903519dbe14cf0b3e2059ebb1de6f37932d5c54a" From 8b668250b3fddc790312ed6dc78dd850f5b2eafb Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:09 +0200 Subject: [PATCH 07223/10074] mesa: remove `no_autobump!` Signed-off-by: botantony --- Formula/m/mesa.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/m/mesa.rb b/Formula/m/mesa.rb index 3720c39a0c3ca..77fc8236ab885 100644 --- a/Formula/m/mesa.rb +++ b/Formula/m/mesa.rb @@ -22,8 +22,6 @@ class Mesa < Formula ] head "https://gitlab.freedesktop.org/mesa/mesa.git", branch: "main" - no_autobump! because: :requires_manual_review - bottle do sha256 arm64_sequoia: "25a43786f25a951721f4f239ecbdac034ef452ab1d0eeab3310dbbaade9dceee" sha256 arm64_sonoma: "7b7dbefe2293830585c8f135e140ed31db797cc8aa0aa5d41a28c8d35f712ae8" From a117c8ca92a573a124a08379964c14d3e6c5679d Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:16 +0200 Subject: [PATCH 07224/10074] mingw-w64: remove `no_autobump!` Signed-off-by: botantony --- Formula/m/mingw-w64.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/m/mingw-w64.rb b/Formula/m/mingw-w64.rb index bd8539768464e..a16e002e690d5 100644 --- a/Formula/m/mingw-w64.rb +++ b/Formula/m/mingw-w64.rb @@ -10,8 +10,6 @@ class MingwW64 < Formula regex(%r{url=.*?release/mingw-w64[._-]v?(\d+(?:\.\d+)+)\.t}i) end - no_autobump! because: :requires_manual_review - bottle do sha256 arm64_sequoia: "cc7fe16c47d1f1f5f9410d05e02149b62ad97dbf77db7d85c05cda4785540579" sha256 arm64_sonoma: "c9717e6c2afeb5954b82e626a8bbd5f7ace1178ee1fcd13783693022a62c6aea" From 641af57f032140868b91f850fd471734b91d3690 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:20 +0200 Subject: [PATCH 07225/10074] mint: remove `no_autobump!` Signed-off-by: botantony --- Formula/m/mint.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/m/mint.rb b/Formula/m/mint.rb index 0117a30b2bb6a..2948964d3736d 100644 --- a/Formula/m/mint.rb +++ b/Formula/m/mint.rb @@ -5,8 +5,6 @@ class Mint < Formula sha256 "e99c0a351cf7452451d72180c8ccd18e1da710dc55d036502809a0db52779a99" license "MIT" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "03f825e0fd5918402a464d928e1e8ae91622c95cf62098858bd2b40424716e94" sha256 cellar: :any_skip_relocation, arm64_sonoma: "89bc9449b108a6cae523b0435820043a1834654662067582543304aab7f32290" From 2f0d2f94dad1dea5fd0b98c99e3c817c330f6859 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:31 +0200 Subject: [PATCH 07226/10074] mongo-c-driver@1: add `no_autobump!` Signed-off-by: botantony --- Formula/m/mongo-c-driver@1.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mongo-c-driver@1.rb b/Formula/m/mongo-c-driver@1.rb index 700b4f1b77cc7..1b46cb7bc6672 100644 --- a/Formula/m/mongo-c-driver@1.rb +++ b/Formula/m/mongo-c-driver@1.rb @@ -10,6 +10,8 @@ class MongoCDriverAT1 < Formula regex(/^v?(1(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "11ec4903de5e8816f1e3670644995240062bf6fb7f55a17c76a571b9b0576f51" sha256 cellar: :any, arm64_sonoma: "679d591289a2da855fb9091c41518207af700dd1ea888be468707960c228f705" From f1a84f2f6fef77de3765c1ed92ee4f2afcd543a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:34 +0200 Subject: [PATCH 07227/10074] nx: add `no_autobump!` Signed-off-by: botantony --- Formula/n/nx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index fdb636752f395..7bd2883a3295d 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -5,6 +5,8 @@ class Nx < Formula sha256 "187250adb2505d659caebf8644e9c47b185a4f7efba508d75b97ce0e515e2cca" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" sha256 cellar: :any, arm64_sonoma: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" From 2f337472a8ce4cb7c88b246a869ccc052186b3cd Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:43 +0200 Subject: [PATCH 07228/10074] osx-trash: add `no_autobump!` Signed-off-by: botantony --- Formula/o/osx-trash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/o/osx-trash.rb b/Formula/o/osx-trash.rb index b66892713e989..340cbc8d5add3 100644 --- a/Formula/o/osx-trash.rb +++ b/Formula/o/osx-trash.rb @@ -11,6 +11,8 @@ class OsxTrash < Formula regex(/^trash[._-]v?(\d+(?:\.\d+)+)$/i) end + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "1ff2a7e4c4d9e83a5cf38815cbbae8407295d8c830d85211677d6041add46bfa" end From ef88e612b95ac5747931f67ee0d07087409554c3 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:47 +0200 Subject: [PATCH 07229/10074] pangene: add `no_autobump!` Signed-off-by: botantony --- Formula/p/pangene.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/pangene.rb b/Formula/p/pangene.rb index 957730635be22..cd99edcf3aaa7 100644 --- a/Formula/p/pangene.rb +++ b/Formula/p/pangene.rb @@ -6,6 +6,8 @@ class Pangene < Formula license "MIT" head "https://github.com/lh3/pangene.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "08730dae3029ce76ebbf0bef953e839242f80bfd64f4ba430b7c94bf89b20a3c" sha256 cellar: :any_skip_relocation, arm64_sonoma: "b448acf9c369e6a67524e8d7c68fb781c5f526a3c41a74679a251965c8a5de3b" From a88967fe16ac88e5c4b4b173c304d88793fc1a2d Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:53 +0200 Subject: [PATCH 07230/10074] perbase: add `no_autobump!` Signed-off-by: botantony --- Formula/p/perbase.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/perbase.rb b/Formula/p/perbase.rb index f0f2e61314bf4..df3d7de1a5e99 100644 --- a/Formula/p/perbase.rb +++ b/Formula/p/perbase.rb @@ -6,6 +6,8 @@ class Perbase < Formula license "MIT" head "https://github.com/sstadick/perbase.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e10cf0a82a532a75ceefcbbbd3f57966848dfc051b17adb69ef89331cc3caad" sha256 cellar: :any_skip_relocation, arm64_sonoma: "36518d86e409d3fa652505da67ce0496dbdaf0d77e3a71ec554e29513d0b66fc" From 4772b6bb9e0781fb1ab20071b2474943adc2ce8c Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:56:58 +0200 Subject: [PATCH 07231/10074] polypolish: add `no_autobump!` Signed-off-by: botantony --- Formula/p/polypolish.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/p/polypolish.rb b/Formula/p/polypolish.rb index b7b706a00620e..e1badcf325910 100644 --- a/Formula/p/polypolish.rb +++ b/Formula/p/polypolish.rb @@ -6,6 +6,8 @@ class Polypolish < Formula license "GPL-3.0-or-later" head "https://github.com/rrwick/Polypolish.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1422d344c3b60428cf5e201ecbe405edad60e3f0404ce8029e3d713846220ae" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b90a3ac3ed81082d4da52cf6a596dfe61a397dac3a4e994bbea5ca3417f6476" From 0ca737a950a6d90a06fd1bd1c1858cdc63ce9e1c Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:06 +0200 Subject: [PATCH 07232/10074] poppler-qt5: remove `no_autobump!` Signed-off-by: botantony --- Formula/p/poppler-qt5.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/p/poppler-qt5.rb b/Formula/p/poppler-qt5.rb index 4a5a724168eaa..d7dd4fa63e7c9 100644 --- a/Formula/p/poppler-qt5.rb +++ b/Formula/p/poppler-qt5.rb @@ -10,8 +10,6 @@ class PopplerQt5 < Formula formula "poppler" end - no_autobump! because: :requires_manual_review - bottle do sha256 arm64_sequoia: "abc46a084ffe74832cfd9ccac1f432bcb700829cee87c276f4d114c8637bf74f" sha256 arm64_sonoma: "31da5336eb89d5bcfa8e1910d767528b27de0815f8ab9ca4eb8abc58e842ced9" From 64f934070c2132c85c1bb3af9c7ff506ac900221 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:10 +0200 Subject: [PATCH 07233/10074] poppler: remove `no_autobump!` Signed-off-by: botantony --- Formula/p/poppler.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/p/poppler.rb b/Formula/p/poppler.rb index f9662ae39a805..44519d3454571 100644 --- a/Formula/p/poppler.rb +++ b/Formula/p/poppler.rb @@ -11,8 +11,6 @@ class Poppler < Formula regex(/href=.*?poppler[._-]v?(\d+(?:\.\d+)+)\.t/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 arm64_sequoia: "171cb4923ee967042878eaf4056aa0b7abe625f2ca90f4d8735ce88c0d748696" sha256 arm64_sonoma: "04bdaa029f26a0bd70f8faa59d3e6ddb4434cbfaa2abcc8e14c42302e158f5ec" From f1e37af00385ed1f15d4e33ae0f2d4f4bc89afb9 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:17 +0200 Subject: [PATCH 07234/10074] ropebwt3: add `no_autobump!` Signed-off-by: botantony --- Formula/r/ropebwt3.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/r/ropebwt3.rb b/Formula/r/ropebwt3.rb index 956a0e2175a1d..a31c0a0e5ecba 100644 --- a/Formula/r/ropebwt3.rb +++ b/Formula/r/ropebwt3.rb @@ -6,6 +6,8 @@ class Ropebwt3 < Formula license all_of: ["MIT", "Apache-2.0"] head "https://github.com/lh3/ropebwt3.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "bd66115bce6f069c5b16a3c87fba2a4e3e0a158965a4062ebba86e2f2598d0a5" sha256 cellar: :any, arm64_sonoma: "9f099ff6a4f3cff8d08cda4f651550cc8a8767f264133aba3e1052381619da6e" From fca79e949c5860f6f8d57d9d12295bf08cf9ec8c Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:24 +0200 Subject: [PATCH 07235/10074] samtools: remove `no_autobump!` Signed-off-by: botantony --- Formula/s/samtools.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/s/samtools.rb b/Formula/s/samtools.rb index 090658a5e799b..f12ea73ec5035 100644 --- a/Formula/s/samtools.rb +++ b/Formula/s/samtools.rb @@ -5,8 +5,6 @@ class Samtools < Formula sha256 "4911d01720f246cb97855870b410bbe4d2c2fd7fbf823ea0f7daf0f32545819d" license "MIT" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "220446fda87460adab2eb115c4544317ac4efbd4fde226b912910500953de9f1" sha256 cellar: :any, arm64_sonoma: "2e5e85e52f71cc46f3a13deb0f1846fb878f24aec58f820d92f0ceb7214b6a11" From 6e2f97da6901f9ba0056cb6e4e3b7dc1ad6595b1 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:30 +0200 Subject: [PATCH 07236/10074] sql-lint: remove `no_autobump!` Signed-off-by: botantony --- Formula/s/sql-lint.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/s/sql-lint.rb b/Formula/s/sql-lint.rb index bc5a889fb338f..2c9d967b2c9cd 100644 --- a/Formula/s/sql-lint.rb +++ b/Formula/s/sql-lint.rb @@ -5,8 +5,6 @@ class SqlLint < Formula sha256 "17575266273fe3f762595fe404f49ff5fbd4c360f605cda0718cb62d65ad82b8" license "MIT" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc63ba9d01196aa966e93b34c8e644c0c6c3471f6c4c3b91e5166e358352945e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc63ba9d01196aa966e93b34c8e644c0c6c3471f6c4c3b91e5166e358352945e" From ffbb57f3cba7fcfa73ffe430b793a5db483dca01 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:35 +0200 Subject: [PATCH 07237/10074] squashfs: remove `no_autobump!` Signed-off-by: botantony --- Formula/s/squashfs.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/s/squashfs.rb b/Formula/s/squashfs.rb index 4dcbdc9d9e473..e74462905f0ef 100644 --- a/Formula/s/squashfs.rb +++ b/Formula/s/squashfs.rb @@ -21,8 +21,6 @@ class Squashfs < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "17a8eef6f5e4f1651dffacbf86ab7431b1b2141cc6c607f2512f505c7396d048" sha256 cellar: :any, arm64_sonoma: "9072950634ac3014a50e01ec2654f20441f493ff701273e4266be1538f4b81f3" From a7bea06207a0cebfa99e7224ae6f02e6088cad2f Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:41 +0200 Subject: [PATCH 07238/10074] stringtie: add `no_autobump!` Signed-off-by: botantony --- Formula/s/stringtie.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/s/stringtie.rb b/Formula/s/stringtie.rb index 5d38783fafb07..fe0817f7b751c 100644 --- a/Formula/s/stringtie.rb +++ b/Formula/s/stringtie.rb @@ -6,6 +6,8 @@ class Stringtie < Formula license "MIT" head "https://github.com/gpertea/stringtie.git", branch: "master" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "b8635ef5a2c5bb7d9badbab1fc0cebd6251eb37b2e86b7e3a49398946c77db10" sha256 cellar: :any, arm64_sonoma: "e0cfafab884859f6f119ad427f41383c5db78602e17d0125e83855f8574388ad" From 3ff77391dbc5eb2eccb40119a3f569362bbfe7a1 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:47 +0200 Subject: [PATCH 07239/10074] tabixpp: add `no_autobump!` Signed-off-by: botantony --- Formula/t/tabixpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/tabixpp.rb b/Formula/t/tabixpp.rb index 8cd5b530a8f27..664444ee19173 100644 --- a/Formula/t/tabixpp.rb +++ b/Formula/t/tabixpp.rb @@ -5,6 +5,8 @@ class Tabixpp < Formula sha256 "c850299c3c495221818a85c9205c60185c8ed9468d5ec2ed034470bb852229dc" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any, arm64_sequoia: "8feff85967f3147f174f965ab1aaadee620fdcdfb8a7f1292613b35b552cf717" sha256 cellar: :any, arm64_sonoma: "646a0fe583346a08a86b7d4b4f9af547b762ee01d7dc108d3c5436c7fdb1d09b" From 7837b25084edbfc16032a593348b41d444e9012b Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:52 +0200 Subject: [PATCH 07240/10074] tea: remove `no_autobump!` Signed-off-by: botantony --- Formula/t/tea.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/t/tea.rb b/Formula/t/tea.rb index ebb975e27b4d2..aab48d0203a62 100644 --- a/Formula/t/tea.rb +++ b/Formula/t/tea.rb @@ -6,8 +6,6 @@ class Tea < Formula license "MIT" head "https://gitea.com/gitea/tea.git", branch: "main" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e5dcc9c1edc11e0b9a0aa340d3b90169b1b4d9f4c2d30713761f7ac87390d68" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e5dcc9c1edc11e0b9a0aa340d3b90169b1b4d9f4c2d30713761f7ac87390d68" From 5dc00644f6944c0f9c965b2bbf89a4f536d8a953 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:57:59 +0200 Subject: [PATCH 07241/10074] toml-bombadil: add `no_autobump!` Signed-off-by: botantony --- Formula/t/toml-bombadil.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/toml-bombadil.rb b/Formula/t/toml-bombadil.rb index 567bc7a856b56..764187bf789a6 100644 --- a/Formula/t/toml-bombadil.rb +++ b/Formula/t/toml-bombadil.rb @@ -6,6 +6,8 @@ class TomlBombadil < Formula license "MIT" head "https://github.com/oknozor/toml-bombadil.git", branch: "main" + no_autobump! because: :requires_manual_review + bottle do rebuild 1 sha256 cellar: :any, arm64_sequoia: "905ddd0270646b44ff488fb84dfb605629359c4d3621f6ad4539b8965116dbef" From 563617141090acf9a42d60ea2fa1b3f2dc528788 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:58:03 +0200 Subject: [PATCH 07242/10074] trimal: add `no_autobump!` Signed-off-by: botantony --- Formula/t/trimal.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/trimal.rb b/Formula/t/trimal.rb index 365556d4e8821..70bb2432f2f03 100644 --- a/Formula/t/trimal.rb +++ b/Formula/t/trimal.rb @@ -6,6 +6,8 @@ class Trimal < Formula license "GPL-3.0-only" head "https://github.com/inab/trimal.git", branch: "trimAl" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7601f4fa41f4b2c49221fcfd10680dae2d7ba2ecf7b118ada2626df50b3dfe56" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d9046969829e57b325ddb627977fccaf33ec9b3b9dd17fdd1acec4c45af0ed7" From 1b384a2750df6ee3b463677aacfeb47bc65eaaa5 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:58:07 +0200 Subject: [PATCH 07243/10074] urx: add `no_autobump!` Signed-off-by: botantony --- Formula/u/urx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/u/urx.rb b/Formula/u/urx.rb index e5b8224c72806..6378b930be475 100644 --- a/Formula/u/urx.rb +++ b/Formula/u/urx.rb @@ -5,6 +5,8 @@ class Urx < Formula sha256 "5e501198e6d910b39d0800266c32a22a17845e6b6324dbc16c5725525b8aec9a" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "949b36c006a4c88b7561392129ae672695b18605211d622b2cebe72f74630d35" sha256 cellar: :any_skip_relocation, arm64_sonoma: "e36f20d458d20ad6113bf1fe16fb01a33fdba4c791c6317e6a23ceaa574f468e" From 72416b1e686d5aecef040d51417edf3355047b24 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:58:12 +0200 Subject: [PATCH 07244/10074] zebra: remove `no_autobump!` Signed-off-by: botantony --- Formula/z/zebra.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/z/zebra.rb b/Formula/z/zebra.rb index fd7ffe8c3ffdb..d7da7cd3c2338 100644 --- a/Formula/z/zebra.rb +++ b/Formula/z/zebra.rb @@ -10,8 +10,6 @@ class Zebra < Formula regex(/href=.*?idzebra[._-]v?(\d+(?:\.\d+)+)\.t/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 arm64_sequoia: "2aa244713add7f2e0e9e28955dc2403c08b79097cbb85fae1ee7d414324eec39" sha256 arm64_sonoma: "28d8199235458e3a14f907308dfd9c61c1573ce9567d00e15c5d6cd874647660" From c3255454e3be04a99ed8694306313cab4fe2aaae Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 14 Jun 2025 11:58:21 +0200 Subject: [PATCH 07245/10074] zsh-history-enquirer: add `no_autobump!` Signed-off-by: botantony --- Formula/z/zsh-history-enquirer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/z/zsh-history-enquirer.rb b/Formula/z/zsh-history-enquirer.rb index 4a67cb3ab1829..e34960f00d199 100644 --- a/Formula/z/zsh-history-enquirer.rb +++ b/Formula/z/zsh-history-enquirer.rb @@ -5,6 +5,8 @@ class ZshHistoryEnquirer < Formula sha256 "dab146c955f167089bbe8f24a79b4a6cabe4c9ce2b8b246eb9fca27eca2bc4ae" license "MIT" + no_autobump! because: :requires_manual_review + bottle do sha256 cellar: :any_skip_relocation, all: "c61e96873b75859cd6d6a9a634df6f432914b96b893b739a14f8579a637ca81f" end From b791308e9c7f1f4c3cb03d09999328228c204fe9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 10:49:47 +0000 Subject: [PATCH 07246/10074] atop 2.12.0 --- Formula/a/atop.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/atop.rb b/Formula/a/atop.rb index d65137876076e..6db64e2a082cf 100644 --- a/Formula/a/atop.rb +++ b/Formula/a/atop.rb @@ -1,8 +1,8 @@ class Atop < Formula desc "Advanced system and process monitor for Linux using process events" homepage "https://www.atoptool.nl" - url "https://github.com/Atoptool/atop/archive/refs/tags/v2.11.1.tar.gz" - sha256 "72b39a6f9afd917cf6b92e544b28e9a65942da1b97bdee4ca7eafeea9d169a76" + url "https://github.com/Atoptool/atop/archive/refs/tags/v2.12.0.tar.gz" + sha256 "a96e11c8765041b13f1cf90f22e59e2cea30f75a5e2f0da001162a018e893054" license "GPL-2.0-or-later" head "https://github.com/Atoptool/atop.git", branch: "master" From 859ecf88f9edc7909f79bc101b7f18ca901b0264 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 11:10:47 +0000 Subject: [PATCH 07247/10074] pinact 3.3.0 --- Formula/p/pinact.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pinact.rb b/Formula/p/pinact.rb index 453f0ce03b0d0..c4cda8731094c 100644 --- a/Formula/p/pinact.rb +++ b/Formula/p/pinact.rb @@ -1,8 +1,8 @@ class Pinact < Formula desc "Pins GitHub Actions to full hashes and versions" homepage "https://github.com/suzuki-shunsuke/pinact" - url "https://github.com/suzuki-shunsuke/pinact/archive/refs/tags/v3.2.0.tar.gz" - sha256 "581f8cf101fcb64f65318c8c2bec1977e0d7da4bc773821f42e3da0e5a9cc9a0" + url "https://github.com/suzuki-shunsuke/pinact/archive/refs/tags/v3.3.0.tar.gz" + sha256 "2646a3857f59accf33812cb926ac8b1eb2d139de487686f08adff56c531eb83b" license "MIT" head "https://github.com/suzuki-shunsuke/pinact.git", branch: "main" From 78446ecb93fec8c90f838b097dc1730542c72789 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 11:15:06 +0000 Subject: [PATCH 07248/10074] smartdns 0.12.0 --- Formula/s/smartdns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/smartdns.rb b/Formula/s/smartdns.rb index 6ca285faa1d40..dc53bfcf4e707 100644 --- a/Formula/s/smartdns.rb +++ b/Formula/s/smartdns.rb @@ -1,8 +1,8 @@ class Smartdns < Formula desc "Rule-based DNS server for fast IP resolution, DoT/DoQ/DoH/DoH3 supported" homepage "https://github.com/mokeyish/smartdns-rs" - url "https://github.com/mokeyish/smartdns-rs/archive/refs/tags/v0.11.2.tar.gz" - sha256 "fdcdd9c5eb59f76043d5ae0db37219122a4cd6747672653fce567c0ba12d6c16" + url "https://github.com/mokeyish/smartdns-rs/archive/refs/tags/v0.12.0.tar.gz" + sha256 "67adf2fbb005e6f0a1d933b0c115bedc4b5652379c50562808d424ce9b33a1a3" license "GPL-3.0-only" head "https://github.com/mokeyish/smartdns-rs.git", branch: "main" From 3caac209dcbc84a483040c5c3dc9e676bf1ce1d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 11:45:53 +0000 Subject: [PATCH 07249/10074] atop: update 2.12.0 bottle. --- Formula/a/atop.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/atop.rb b/Formula/a/atop.rb index 6db64e2a082cf..d57d0c6f520a3 100644 --- a/Formula/a/atop.rb +++ b/Formula/a/atop.rb @@ -7,8 +7,8 @@ class Atop < Formula head "https://github.com/Atoptool/atop.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "8e9f07f76fd12d19988646ce63af2569a594f8dc63feecb73f3e2c18615d6c48" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d52b4a792db5bd610cdbd776da9cb33f092734d0250b4d43f7116567605ba516" + sha256 cellar: :any_skip_relocation, arm64_linux: "8f1dac96762e9896b0808862b84c2bc606de4b05c44e280d79f629bf9db7ca1f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "85c65c95e27acb42133e8321056648f79dc150e9275b5353dae5b4d1acf86808" end depends_on "pkgconf" => :build From 625273359cd945afbb2b9d62a77418fa464bb94e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 11:45:59 +0000 Subject: [PATCH 07250/10074] pinact: update 3.3.0 bottle. --- Formula/p/pinact.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pinact.rb b/Formula/p/pinact.rb index c4cda8731094c..703103d43cd59 100644 --- a/Formula/p/pinact.rb +++ b/Formula/p/pinact.rb @@ -14,12 +14,12 @@ class Pinact < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f336eeae6c5c33c9a35761ac10cf76cd6b234575110a15bb022be118bdb6cf97" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f336eeae6c5c33c9a35761ac10cf76cd6b234575110a15bb022be118bdb6cf97" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f336eeae6c5c33c9a35761ac10cf76cd6b234575110a15bb022be118bdb6cf97" - sha256 cellar: :any_skip_relocation, sonoma: "d0ef930858452b1d2336af0e2083d15313a46867d23f61b0a78e493c2ce3aa6a" - sha256 cellar: :any_skip_relocation, ventura: "d0ef930858452b1d2336af0e2083d15313a46867d23f61b0a78e493c2ce3aa6a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c987a411b7659d94c31b31637fc74a1d4e3b3298eec12c2368b49faf86e8186" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f2018bbe2bc5e1d9e6fbf3aa6e0d0274475a0ad2256103a618db3871d619eca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f2018bbe2bc5e1d9e6fbf3aa6e0d0274475a0ad2256103a618db3871d619eca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0f2018bbe2bc5e1d9e6fbf3aa6e0d0274475a0ad2256103a618db3871d619eca" + sha256 cellar: :any_skip_relocation, sonoma: "d767c80b73165ba2c081b6e6f303e2ca6ec38a038ddcc54e71d238211d4852ad" + sha256 cellar: :any_skip_relocation, ventura: "d767c80b73165ba2c081b6e6f303e2ca6ec38a038ddcc54e71d238211d4852ad" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d2c3ba968ebba6976188ea46f0a9a40abe5a7dd0d8a41202e508d13c68975b2e" end depends_on "go" => :build From 4494cb172c0255a3838bb9b9fe4a9573e5f01e69 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 11:46:07 +0000 Subject: [PATCH 07251/10074] goenv: update 2.2.25 bottle. --- Formula/g/goenv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/goenv.rb b/Formula/g/goenv.rb index 34f2a8f95d7a4..02c1baffb5891 100644 --- a/Formula/g/goenv.rb +++ b/Formula/g/goenv.rb @@ -13,13 +13,13 @@ class Goenv < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" - sha256 cellar: :any_skip_relocation, sonoma: "2d2ee73c6bd310c8c5e2f0cdb1b85d9faaa23c0d5f113e3aa83a486af3bcf370" - sha256 cellar: :any_skip_relocation, ventura: "2d2ee73c6bd310c8c5e2f0cdb1b85d9faaa23c0d5f113e3aa83a486af3bcf370" - sha256 cellar: :any_skip_relocation, arm64_linux: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d9d051ae421da92d16d267d6490059f0c1a34bac0269fdaadf495fcdbd5a17c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "49fc7c1bf7388aed0526070c65ad0117fba7c8b5e108c2dbb00b49910610783e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "49fc7c1bf7388aed0526070c65ad0117fba7c8b5e108c2dbb00b49910610783e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "49fc7c1bf7388aed0526070c65ad0117fba7c8b5e108c2dbb00b49910610783e" + sha256 cellar: :any_skip_relocation, sonoma: "053b2552837f44c9ddb789f1bc6c8ca59fbf8647eb37f1d81629f998059f66fb" + sha256 cellar: :any_skip_relocation, ventura: "053b2552837f44c9ddb789f1bc6c8ca59fbf8647eb37f1d81629f998059f66fb" + sha256 cellar: :any_skip_relocation, arm64_linux: "49fc7c1bf7388aed0526070c65ad0117fba7c8b5e108c2dbb00b49910610783e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "49fc7c1bf7388aed0526070c65ad0117fba7c8b5e108c2dbb00b49910610783e" end def install From 0afbbf756fa6bbecdbaa3f81a7cdfe76785e849e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 11:46:32 +0000 Subject: [PATCH 07252/10074] smartdns: update 0.12.0 bottle. --- Formula/s/smartdns.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/smartdns.rb b/Formula/s/smartdns.rb index dc53bfcf4e707..0273296a67c10 100644 --- a/Formula/s/smartdns.rb +++ b/Formula/s/smartdns.rb @@ -7,13 +7,13 @@ class Smartdns < Formula head "https://github.com/mokeyish/smartdns-rs.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e1705572a852127990d10ab2c2a9982713ec526ca65c914e13bb7f14ddb3e94" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e2356cb9e654e8e54b0d393641be42b9135b5c933d6d27f69ce8a95274ee028" - sha256 cellar: :any_skip_relocation, arm64_ventura: "792415b9f735397dfb5a82ae151c8b54c987d4a9351c701f2a86d32f43fc6849" - sha256 cellar: :any_skip_relocation, sonoma: "5aa0a725878e7413b8dd21d71f7272a623e6f4f1f23bd9847b9b34b87daf6737" - sha256 cellar: :any_skip_relocation, ventura: "dcfbc5f16dcfc03d5e05ae49bc276da35f6b19f4e2201e1fd6b62c2ab19d3221" - sha256 cellar: :any_skip_relocation, arm64_linux: "36be64728cc8cca4700af1fe8610959bdf23344542e743388a302e645b19c169" - sha256 cellar: :any_skip_relocation, x86_64_linux: "22472f35408c836e9588f7145674d9ec908422289d2f7a36f37286a5dcc8bdcb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b96963b9e21c1d8e21a9453411d50c42021d43d92fc8c5c6fb62cb10cb81545f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "68f75a1ff7ff80da5d5cace3ddf14c4f470b0988d9b1ef4f4b98a82bb4e1376a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "efba197a233c72b8e82fb141c3b323a4f4f0a85d912949ed4d778136f409354e" + sha256 cellar: :any_skip_relocation, sonoma: "12892a189356ac7c064f4ab6b6f7ea374fc67d72e41fb436c86495bb8305ce21" + sha256 cellar: :any_skip_relocation, ventura: "a9e0814d983a9d3fa5fe0fe9d8732e9a0d1619196194c3546d2bcade63bb9de2" + sha256 cellar: :any_skip_relocation, arm64_linux: "ed55429b36fc7e374336a2fb13c2bb7d43ba42658b6ef9e37cf43d897dbe8237" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78ee95d4f63c25abe9e932b1e06d3df17f41f1d52d40ca030ca23a74b379ca2e" end depends_on "just" => :build From 0ce439426ac00471ff5fe2628e5b75786f6e458f Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Sat, 14 Jun 2025 13:41:31 +0000 Subject: [PATCH 07253/10074] px 3.6.12 --- Formula/p/px.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/px.rb b/Formula/p/px.rb index f332b8c595921..b5e5e96ac9e15 100644 --- a/Formula/p/px.rb +++ b/Formula/p/px.rb @@ -4,8 +4,8 @@ class Px < Formula desc "Ps and top for human beings (px / ptop)" homepage "https://github.com/walles/px" url "https://github.com/walles/px.git", - tag: "3.6.11", - revision: "a9cc788aa58c5de19506bc9950b7d47adc690919" + tag: "3.6.12", + revision: "922a9038272661371bce15b1d13c47bc84926845" license "MIT" no_autobump! because: :bumped_by_upstream From e4d5d2b5a5528cddca376628b7e1a213327f33a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 13:53:47 +0000 Subject: [PATCH 07254/10074] cpr 1.11.3 --- Formula/c/cpr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cpr.rb b/Formula/c/cpr.rb index 24b1b6e513f5b..80585c736e3c7 100644 --- a/Formula/c/cpr.rb +++ b/Formula/c/cpr.rb @@ -1,8 +1,8 @@ class Cpr < Formula desc "C++ Requests, a spiritual port of Python Requests" homepage "https://docs.libcpr.org/" - url "https://github.com/libcpr/cpr/archive/refs/tags/1.11.2.tar.gz" - sha256 "3795a3581109a9ba5e48fbb50f9efe3399a3ede22f2ab606b71059a615cd6084" + url "https://github.com/libcpr/cpr/archive/refs/tags/1.11.3.tar.gz" + sha256 "0c91cb79b6b0f2ac0cede1acce1da371a61f9aaf3bc85186805d079d68fa026b" license "MIT" head "https://github.com/libcpr/cpr.git", branch: "master" From 7d1fe21f7be76d5590986b669bae90af0d328f19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 13:54:18 +0000 Subject: [PATCH 07255/10074] cspell 9.1.1 --- Formula/c/cspell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cspell.rb b/Formula/c/cspell.rb index abf626110df83..5103c37883f95 100644 --- a/Formula/c/cspell.rb +++ b/Formula/c/cspell.rb @@ -1,8 +1,8 @@ class Cspell < Formula desc "Spell checker for code" homepage "https://cspell.org" - url "https://registry.npmjs.org/cspell/-/cspell-9.0.2.tgz" - sha256 "debf2d5398da7bd4f67316a052f9f9f1645d3261fed8b88417cf5d451efbbcc1" + url "https://registry.npmjs.org/cspell/-/cspell-9.1.1.tgz" + sha256 "794e56ad342837285e4c2aa3b9907b50ff073febbbfb4550c0a613ee9981da10" license "MIT" bottle do From 59496cea4d793d6705be8198b8b56414237ee4a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:00:15 +0000 Subject: [PATCH 07256/10074] helm-ls 0.4.1 --- Formula/h/helm-ls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helm-ls.rb b/Formula/h/helm-ls.rb index 85779ce16d286..e137fa4292371 100644 --- a/Formula/h/helm-ls.rb +++ b/Formula/h/helm-ls.rb @@ -1,8 +1,8 @@ class HelmLs < Formula desc "Language server for Helm" homepage "https://github.com/mrjosh/helm-ls" - url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.4.0.tar.gz" - sha256 "b18897eedc19d20d1dd88f4eb5ac7102042c5fa767bcbc9870700f10537c6128" + url "https://github.com/mrjosh/helm-ls/archive/refs/tags/v0.4.1.tar.gz" + sha256 "ec657884a80b1a11ebccf9ec887462ccedbb9c7a4352a26da5dcf9ba2fc5bd58" license "MIT" head "https://github.com/mrjosh/helm-ls.git", branch: "master" From 8674f2888ca68a7b4f77a7598ff99e0dd536f966 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:08:10 +0000 Subject: [PATCH 07257/10074] oh-my-posh 26.7.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 2325003274890..caa2e2d920537 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.6.1.tar.gz" - sha256 "05db7918c355b0ca735dda3b48118dc2c1bfd92d56151ff55e92a2dbcc97d072" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.7.0.tar.gz" + sha256 "995bbb6dc6794cc844556f7d367315928ddc2b36a9836c1cf2ad4ff6d164baf4" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From ee887ad32844f824ace722cc6f2cbfea553419f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:10:13 +0000 Subject: [PATCH 07258/10074] pdm 2.25.1 --- Formula/p/pdm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 9e2eded5efad7..4d215152a24e9 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -3,8 +3,8 @@ class Pdm < Formula desc "Modern Python package and dependency manager supporting the latest PEP standards" homepage "https://pdm-project.org" - url "https://files.pythonhosted.org/packages/0e/29/b1cee516bedda1c308fab7890ea8f72a8ee021ffd216e29b6a78a24bc132/pdm-2.25.0.tar.gz" - sha256 "54189fc90113a93fa0f54770377fc0f5b17e4f09364f4ef17ada8493427cce18" + url "https://files.pythonhosted.org/packages/34/ce/3c407a53b386b1113ad3145e6d660c6690c2f141ca39aa1fe3d6a5e0c666/pdm-2.25.1.tar.gz" + sha256 "3145251f37a3f94fa211ade992e7db7792da4c3e8e3eeeb1993d952adebe0b96" license "MIT" head "https://github.com/pdm-project/pdm.git", branch: "main" From ca0bb23aae1c0caec2bd98b441a0ea73360302a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:16:37 +0000 Subject: [PATCH 07259/10074] texlab 5.23.0 --- Formula/t/texlab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/texlab.rb b/Formula/t/texlab.rb index 6964310963c97..c1dec35b2e385 100644 --- a/Formula/t/texlab.rb +++ b/Formula/t/texlab.rb @@ -1,8 +1,8 @@ class Texlab < Formula desc "Implementation of the Language Server Protocol for LaTeX" homepage "https://github.com/latex-lsp/texlab/" - url "https://github.com/latex-lsp/texlab/archive/refs/tags/v5.22.1.tar.gz" - sha256 "dd7602c069e8411c1a744d5b25f80686339ef18e6f12c1bc971f27912e3e9714" + url "https://github.com/latex-lsp/texlab/archive/refs/tags/v5.23.0.tar.gz" + sha256 "f14a3e100706cc217a6720057dea2e30b7c7a3a7297e6d28ea741a533500a1cf" license "GPL-3.0-only" head "https://github.com/latex-lsp/texlab.git", branch: "master" From b46ac3e0354bbfdb7e254ddb4b22d24063c78821 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:22:35 +0000 Subject: [PATCH 07260/10074] helm-ls: update 0.4.1 bottle. --- Formula/h/helm-ls.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helm-ls.rb b/Formula/h/helm-ls.rb index e137fa4292371..8d5762e763b87 100644 --- a/Formula/h/helm-ls.rb +++ b/Formula/h/helm-ls.rb @@ -7,13 +7,13 @@ class HelmLs < Formula head "https://github.com/mrjosh/helm-ls.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3b1b2342f82cae4bb20c7e81b722abe1fc927f794268b39f0209c84a60eb98e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c1f7cc3336b13405e986e1b6e9f8353e023b8be82a51e098b8a1a9776edd72b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b70dede07ff56d639f3afd944850618e79cab5c4b93c21c60ecd33b00058042d" - sha256 cellar: :any_skip_relocation, sonoma: "2be92bc0dcca4ddaa696cfa662a6f6eea33a27bbec772fa8129bd44a0b0eaec0" - sha256 cellar: :any_skip_relocation, ventura: "fc9ade46aae0a06ecb77087e67a0ace2dea81f9d3ff02b1ca1403af6ac51fd2a" - sha256 cellar: :any_skip_relocation, arm64_linux: "4f678d03ceffd1bc121a0257e4a08c72ad79ab602ac49ecd3a052a1f9d63459e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4f5098d3c6b1137117436b5f8a6d978634e628eb637b9e922d94cf6771c1d875" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ab50232100dee21f99e4e317068fb86bad9d53ec2c0c13a05efb1da9b53cc1a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f67831fe452bb9b78f1071493813f266cbd5370df38d73f8a8b67d9219eac70c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c1725fbbe14d8166ea3c7920de01086846203ee2efa7fa5bc4842b10d91e9445" + sha256 cellar: :any_skip_relocation, sonoma: "d06431b2589e0963ac80e441d4529428a1d0dd0dd635badec19dff583f68bae9" + sha256 cellar: :any_skip_relocation, ventura: "2e186c39f1c27c29e2e6874b9acf96d363e5f51eb1067ac6e6ea1cb1203f0931" + sha256 cellar: :any_skip_relocation, arm64_linux: "97abee4c6be9f4f8b3ec7723e67f11dfac64da19e0274f2e580de4814ee46e6b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5359e6a93186883adff4eb82fab27d9b1019f85497df5b13348853cc11d341b2" end depends_on "go" => :build From 05d9543613b33020346efdca50008ecd5befcc0e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:23:03 +0000 Subject: [PATCH 07261/10074] cspell: update 9.1.1 bottle. --- Formula/c/cspell.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cspell.rb b/Formula/c/cspell.rb index 5103c37883f95..3b6618974d644 100644 --- a/Formula/c/cspell.rb +++ b/Formula/c/cspell.rb @@ -6,13 +6,13 @@ class Cspell < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7569e790a0992b229a479822217fa8b7d410caefd0dd00357508b1d77ba85032" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7569e790a0992b229a479822217fa8b7d410caefd0dd00357508b1d77ba85032" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7569e790a0992b229a479822217fa8b7d410caefd0dd00357508b1d77ba85032" - sha256 cellar: :any_skip_relocation, sonoma: "8af48d108e33d112185817f57034dbb2f69e769b6cfaf935cbf90c3e8c70132c" - sha256 cellar: :any_skip_relocation, ventura: "8af48d108e33d112185817f57034dbb2f69e769b6cfaf935cbf90c3e8c70132c" - sha256 cellar: :any_skip_relocation, arm64_linux: "7569e790a0992b229a479822217fa8b7d410caefd0dd00357508b1d77ba85032" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7569e790a0992b229a479822217fa8b7d410caefd0dd00357508b1d77ba85032" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" + sha256 cellar: :any_skip_relocation, sonoma: "77989511b517e120e9158e04de87d6a99303a8afac48e39096280d82f7f068c2" + sha256 cellar: :any_skip_relocation, ventura: "77989511b517e120e9158e04de87d6a99303a8afac48e39096280d82f7f068c2" + sha256 cellar: :any_skip_relocation, arm64_linux: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" end depends_on "node" From 9be72fc1467dfd50ee495f430c12d3958118fb54 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:23:44 +0000 Subject: [PATCH 07262/10074] cpr: update 1.11.3 bottle. --- Formula/c/cpr.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cpr.rb b/Formula/c/cpr.rb index 80585c736e3c7..7333238f208e5 100644 --- a/Formula/c/cpr.rb +++ b/Formula/c/cpr.rb @@ -7,13 +7,13 @@ class Cpr < Formula head "https://github.com/libcpr/cpr.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "71b2c9813a08b665d0a5b8b24868396208e09e7bf76cd45c2076d37b99cb6cdc" - sha256 cellar: :any, arm64_sonoma: "f6a28ce2ce192505511c292fa90858d22d8e42f64ff95c8975cfadc256dcb592" - sha256 cellar: :any, arm64_ventura: "3271fe9f057e55db84d65544aff6b517a8da692ed1c32cf82de0ee7652218fda" - sha256 cellar: :any, sonoma: "cdaa14c8143c2a06e71b5de2c4f11b997e154924421a099a04dc1170262731fe" - sha256 cellar: :any, ventura: "12d3ddfced34a20c53564923df2382be1ddd69b605c2d2840781f91ddb6f228c" - sha256 cellar: :any_skip_relocation, arm64_linux: "929fb7a7d06f35f49c3d30fdc749633bb22d4f7bbb4f83a38b20a066acf884e6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a456aa6d23a7639a658cd46e80479bce9889e4a708a0f4e90ed1ed41d2ab63cd" + sha256 cellar: :any, arm64_sequoia: "1c9bd5162c8e346f7c56bce41841350703fe3d85100656dcbb59725d1928d2b2" + sha256 cellar: :any, arm64_sonoma: "8b9dc644c7342b6f6b88e5015ac4dd6a79629b40d6c3e0164b6779cf7536dcfc" + sha256 cellar: :any, arm64_ventura: "bf690d6b07213b482abd6cc719d33ec33a4e46b8eafd4199d5c8ae67b21b364a" + sha256 cellar: :any, sonoma: "669e88cb4ae3b16714bbb2bc169b6413761b0d1703550995cf406b5c192cd51f" + sha256 cellar: :any, ventura: "38fb0f418121575c4915c3b050b881588e75a17fa01dfee71a9f7ee011333ef6" + sha256 cellar: :any_skip_relocation, arm64_linux: "add89b33be121e114ea70c8e22017886980c861ecf209413d374b580fd94fda0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02e287667883c4874417c468ceb379ef4e0f920761cf2252db57f35baae6cc4d" end depends_on "cmake" => :build From 65a7e911c9405fc549e0abc8c75a0082759793ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:24:25 +0000 Subject: [PATCH 07263/10074] oh-my-posh: update 26.7.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index caa2e2d920537..c99717d1f8ab2 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eeac8d72668dad37e55d4b7bf22fa178d5daf712c6555adfd0c7440216c6b0b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bbd73a9d591536450e70bacf14e131b20c51d954dd9ea7a06a3798415df0bbbc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c7bffa210709bcb8637a4d4bc90be074b4261719252b5abe5a414d5b6a42057e" - sha256 cellar: :any_skip_relocation, sonoma: "af175aba23f61ef2ff0e47bf680d0350324096da5d8fda97f61b5ab4189995af" - sha256 cellar: :any_skip_relocation, ventura: "52c7b12255f9295905fa74eb8941c5e245d62922476df81420d29a0f67ac0c1f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "78d4c82ea1f7bc18b421d17a95d12f9109fc9001faf4c863de4e7aab481bc54f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "caeaa2bbb2d0a928d3f96152366def4d297fa4da3f36c847647dec84703b2133" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b0b3922e700093e63afd56f02f4fcc7459a0e9c9b097d7f37ca4eb5d82a4fde" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7c114b0bcf4958234af15b1774518d20c9275c3a187d12fc8d4dbef4af1b75ca" + sha256 cellar: :any_skip_relocation, sonoma: "d769b80e5e59f331b7356cb4099cce7cc48e917c9ef9446b44bc044fc1969e19" + sha256 cellar: :any_skip_relocation, ventura: "144d4d602448dac5899cd278e3e79a398ad3cb5b9e39b1a44ce6eeb8fcfd8a7a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fdbcad03ad2f0e0b79348631a4250dbff315f4d1989d5a3ee970fae8c023c684" end depends_on "go" => :build From 5ba6b3b1a74b0843239927ca76273decc636f1a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:25:01 +0000 Subject: [PATCH 07264/10074] px: update 3.6.12 bottle. --- Formula/p/px.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/px.rb b/Formula/p/px.rb index b5e5e96ac9e15..cae229c69d2c5 100644 --- a/Formula/p/px.rb +++ b/Formula/p/px.rb @@ -11,13 +11,13 @@ class Px < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" - sha256 cellar: :any_skip_relocation, sonoma: "7c1df093286c5d56073b2dcce0c06bd75fdfc8efae0f29f875241e032fea30bf" - sha256 cellar: :any_skip_relocation, ventura: "7c1df093286c5d56073b2dcce0c06bd75fdfc8efae0f29f875241e032fea30bf" - sha256 cellar: :any_skip_relocation, arm64_linux: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8f26807f87e7d74cab75efbe877bb0f1709d33711ae0c5d33a6507c7719946ff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fee9f20e486a9ecf3f39b5984280ac6f9f21321af5bd70178c1b0b0a560ddb8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2fee9f20e486a9ecf3f39b5984280ac6f9f21321af5bd70178c1b0b0a560ddb8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2fee9f20e486a9ecf3f39b5984280ac6f9f21321af5bd70178c1b0b0a560ddb8" + sha256 cellar: :any_skip_relocation, sonoma: "e13cd275ed42a692779378656b6c107929c5481c69d132ae1c372c1701020660" + sha256 cellar: :any_skip_relocation, ventura: "e13cd275ed42a692779378656b6c107929c5481c69d132ae1c372c1701020660" + sha256 cellar: :any_skip_relocation, arm64_linux: "2fee9f20e486a9ecf3f39b5984280ac6f9f21321af5bd70178c1b0b0a560ddb8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2fee9f20e486a9ecf3f39b5984280ac6f9f21321af5bd70178c1b0b0a560ddb8" end depends_on "python@3.13" From 39f3736edbcb0da88d4278b363311ec2e94d2076 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:45:35 +0000 Subject: [PATCH 07265/10074] pdm: update 2.25.1 bottle. --- Formula/p/pdm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 4d215152a24e9..215396d49daee 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -9,13 +9,13 @@ class Pdm < Formula head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce19b59f2786cf5cab16c0e7bbedd2689f6dd07c619bc130efb3b591f8b2da46" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce19b59f2786cf5cab16c0e7bbedd2689f6dd07c619bc130efb3b591f8b2da46" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce19b59f2786cf5cab16c0e7bbedd2689f6dd07c619bc130efb3b591f8b2da46" - sha256 cellar: :any_skip_relocation, sonoma: "ad159d312ce63c7c072710d9734b08a1306d5ec2c350d6c808b2d27b9ce6bb8c" - sha256 cellar: :any_skip_relocation, ventura: "ad159d312ce63c7c072710d9734b08a1306d5ec2c350d6c808b2d27b9ce6bb8c" - sha256 cellar: :any_skip_relocation, arm64_linux: "34fe19d3739370fea4c15954325d30958531edb4d4ee8551a68f4fd319763c69" - sha256 cellar: :any_skip_relocation, x86_64_linux: "34fe19d3739370fea4c15954325d30958531edb4d4ee8551a68f4fd319763c69" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "183a8ecb83dfb073a1c5d23c0b04647d6b4ca26a4e5eb43c94b8e9a934a88a85" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "183a8ecb83dfb073a1c5d23c0b04647d6b4ca26a4e5eb43c94b8e9a934a88a85" + sha256 cellar: :any_skip_relocation, arm64_ventura: "183a8ecb83dfb073a1c5d23c0b04647d6b4ca26a4e5eb43c94b8e9a934a88a85" + sha256 cellar: :any_skip_relocation, sonoma: "edb651aa1165d5a6335b56dfcdb80b5ec9139e10dafc6bca40504bc8d817d475" + sha256 cellar: :any_skip_relocation, ventura: "edb651aa1165d5a6335b56dfcdb80b5ec9139e10dafc6bca40504bc8d817d475" + sha256 cellar: :any_skip_relocation, arm64_linux: "0fd053fd71ded1eeeb339f4881ef0e787afa8689f88964ddb0a529dba48d6809" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0fd053fd71ded1eeeb339f4881ef0e787afa8689f88964ddb0a529dba48d6809" end depends_on "certifi" From 33dae8aa2024e24de8750de6a75cb4e1c325e1c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:45:44 +0000 Subject: [PATCH 07266/10074] texlab: update 5.23.0 bottle. --- Formula/t/texlab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/texlab.rb b/Formula/t/texlab.rb index c1dec35b2e385..63bf98f06a692 100644 --- a/Formula/t/texlab.rb +++ b/Formula/t/texlab.rb @@ -7,13 +7,13 @@ class Texlab < Formula head "https://github.com/latex-lsp/texlab.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "97c1ad59a85a748439e78e998dfd0e4c914b996f78a4c0abbdd19c637e2ab910" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "14e03019cc794440c1a9ed0ebe457904955e8421765d049bccd517968c7831d7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ecc36bb65ec7e202c625ec583c38baf5ffd0a874822c365edfa182334bf7a29e" - sha256 cellar: :any_skip_relocation, sonoma: "0950447d80806cb938eb1b813e0b48f82b73d11c0ee3c48eee762bd33cd21588" - sha256 cellar: :any_skip_relocation, ventura: "94388c7f4edb89aba3402755a85898a15fedc30b3eab93cee528ff80f194b1fb" - sha256 cellar: :any_skip_relocation, arm64_linux: "7385f6dd598c2b21df44424dba081a5168785c65279c649f837834ede9eecadd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db5dc9f0178a252b4a12f5de7e12f6ce698d79f834734f8e9793fd077adee4a7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a1043fcddcb0b323119d934f6015bd7d527401c392bf04793334bc2ea968c4b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7167522c91211a8ae4e8c2ba08c45a962a6dadec308e2a6e3dd4ad783a0f11a4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "44a7e15a26ab19850128cbcc4b2ed9ca256727b1ece60e00d8b2f6edd100b35b" + sha256 cellar: :any_skip_relocation, sonoma: "d879eab56a0b9153dfb736f67d569e63a0dc7ab8589a40c6fbe6aa3f357865cc" + sha256 cellar: :any_skip_relocation, ventura: "c899201ff1089a31969284b8a4e08742b34c776558a0fed129e3a64fa85563fc" + sha256 cellar: :any_skip_relocation, arm64_linux: "bf43e55a7699f2c8f82f2fdf2f027e2a076067f71445373645b25dc6e7676628" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4bd341599a213d3acacee9e5dddaa4d8b5d2b19b9099248f33af398d2d578459" end depends_on "rust" => :build From 28dca816eafe7b1cf7f482ffa2acb417fec02887 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:06:13 +0000 Subject: [PATCH 07267/10074] mkvtoolnix 93.0 mkvtoolnix: repo moved from gitlab to codeberg Signed-off-by: Rui Chen --- Formula/m/mkvtoolnix.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/m/mkvtoolnix.rb b/Formula/m/mkvtoolnix.rb index 57c29c0506d16..f2e301b22bec3 100644 --- a/Formula/m/mkvtoolnix.rb +++ b/Formula/m/mkvtoolnix.rb @@ -1,9 +1,9 @@ class Mkvtoolnix < Formula desc "Matroska media files manipulation tools" homepage "https://mkvtoolnix.download/" - url "https://mkvtoolnix.download/sources/mkvtoolnix-92.0.tar.xz" - mirror "https://fossies.org/linux/misc/mkvtoolnix-92.0.tar.xz" - sha256 "657c1aa1c176510e57de12716492ca9d0b59ba5f17ace2f76ffe77c592c88929" + url "https://mkvtoolnix.download/sources/mkvtoolnix-93.0.tar.xz" + mirror "https://fossies.org/linux/misc/mkvtoolnix-93.0.tar.xz" + sha256 "9510a6682a2e0b79a7420c30aac3c49fd6fa1bbc5e2131a89c52259d88835f78" license "GPL-2.0-or-later" livecheck do @@ -20,7 +20,7 @@ class Mkvtoolnix < Formula end head do - url "https://gitlab.com/mbunkus/mkvtoolnix.git", branch: "main" + url "https://codeberg.org/mbunkus/mkvtoolnix.git", branch: "main" depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build From 5fa3d2808dd972e237a0a550d65722c30b1c2dba Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 14:49:08 +0000 Subject: [PATCH 07268/10074] libpng: update 1.6.49 bottle. --- Formula/lib/libpng.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libpng.rb b/Formula/lib/libpng.rb index 1b0f26c3e4bf3..70ed2069a207a 100644 --- a/Formula/lib/libpng.rb +++ b/Formula/lib/libpng.rb @@ -12,13 +12,13 @@ class Libpng < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "a6ca2508569d9237cbb46a2d3da13b9e2e8d9d042ca48b78463f34aa527cd7ce" - sha256 cellar: :any, arm64_sonoma: "44fc8cfe04fcf2bf39fb2dc479f5b7170fb7a3db23e6fadc5d71ea3eff2ccfa2" - sha256 cellar: :any, arm64_ventura: "0c4e9222ea305c1b20edeb3bfe79cc99098291286a37a0da1f980cd5621d70ba" - sha256 cellar: :any, sonoma: "0858ad8c30002d9277514223d78a7f52fb04d6f1263c00b66714a74fb9baaf8f" - sha256 cellar: :any, ventura: "0bcf3cf2bcc9ca53834d5806c9dafc6bc0c2dbebc196b8722e50d6059e5fb92f" - sha256 cellar: :any_skip_relocation, arm64_linux: "cdfd8c8ad7b7a8ed8257bc59ee4e05ce7adea9fb04991928efdc681f530b1ca1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e10fd6235517d48b80f5d7b30271b19264102ff7bfb1fd4bec293e41866db84d" + sha256 cellar: :any, arm64_sequoia: "9cbe6dd4dedf8f7860b48ba1f42dbd5130af838aa15444d02781b1335861d7a6" + sha256 cellar: :any, arm64_sonoma: "ebc3041009f8109957420f98481d514407ae78213ab6d710e736221d31e9ce91" + sha256 cellar: :any, arm64_ventura: "92a708784c36c6c63ff514690516a1071a4e27b57e6da680e422c91108ccbd34" + sha256 cellar: :any, sonoma: "bc858e121e0cd6049ec041b36d241542e90a23fc1749423193b20f573b57afed" + sha256 cellar: :any, ventura: "cc1241c31c873bc8451845e1a73588e0ee74828c5128eb93e799b50e7f2e0517" + sha256 cellar: :any_skip_relocation, arm64_linux: "0324945acef84abba7a44c41149e86db7bc6af962ff6b86bbe79a9feec194c4e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1a8c105cea25bdaf70e123d60dd7322e061045ee33f63a1f330aa3d1ce5880fa" end head do From a2f5a978f3a334ee992177497538cb9e9053c9df Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 14:49:43 +0000 Subject: [PATCH 07269/10074] glib: update 2.84.3 bottle. --- Formula/g/glib.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glib.rb b/Formula/g/glib.rb index 03b26e2d53086..b822cef6139f8 100644 --- a/Formula/g/glib.rb +++ b/Formula/g/glib.rb @@ -8,13 +8,13 @@ class Glib < Formula license "LGPL-2.1-or-later" bottle do - sha256 arm64_sequoia: "4c797e5a42c6e0cb3eb846e15634662d4cc29f10e47609353bbad80c51fec38d" - sha256 arm64_sonoma: "fdd4ba3170e88633247a549e762975ac8bbc5a96b83c00ec5344589f7b23f4d3" - sha256 arm64_ventura: "19c865731de411165c2483c724aa24eaac93148c53586e2319fb17b261e894a3" - sha256 sonoma: "a6dd1ee84d6b53274e54f71967d4399d70abde7b6d58724c1169311f1db1de72" - sha256 ventura: "fdea4e18b6a38635abe211f39ca8b8af2d22208ca81d070ae284f72f37ed4d8d" - sha256 arm64_linux: "2db2d2450692ed5cbd6d0f0229689e693f5fbdc06a3afd28bb70e63a50177325" - sha256 x86_64_linux: "112d241effbde9f06aa8310fce62a4a874022312a7359b803ea29ecc04d58c17" + sha256 arm64_sequoia: "3065276af7a7d4e7114fa3c0d967d1745dea528fde36bf17ab75034f9b276a95" + sha256 arm64_sonoma: "718d0b80f0bb74e2cd820a5da855b3f856184c5fefcffa964c24099260c19687" + sha256 arm64_ventura: "c504fd9493eae35f8130a88d5ac6cd24adb99b913182394c84b341815407209a" + sha256 sonoma: "3e151981197a5c60a3292b61ae0e910a3a0ecf7e46707f2c10abc2827ab7cbeb" + sha256 ventura: "fda996dbebfebca510ea7c50d8d7f84db7527d23274771eb2d4f0b3c4d679d47" + sha256 arm64_linux: "0094e253d4b920cf8a81cd9515c40917821bb619b07f2656a6e6849b36b485a3" + sha256 x86_64_linux: "9a07d5e8833e7424b2641ac6056f7a91ada81b152292d6b21914cef0e20e0ae7" end depends_on "bison" => :build # for gobject-introspection From 62139f4bdad533e244c1bb01f96101286ee8c67f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 11:25:35 -0400 Subject: [PATCH 07270/10074] vitess: update test to use etcd v3 Signed-off-by: Rui Chen --- Formula/v/vitess.rb | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/Formula/v/vitess.rb b/Formula/v/vitess.rb index 798453f1093d5..4bb6326ce7860 100644 --- a/Formula/v/vitess.rb +++ b/Formula/v/vitess.rb @@ -26,30 +26,36 @@ def install end test do - ENV["ETCDCTL_API"] = "2" + ENV["ETCDCTL_API"] = "3" etcd_server = "localhost:#{free_port}" + peer_port = free_port cell = "testcell" fork do - exec Formula["etcd"].opt_bin/"etcd", "--enable-v2=true", - "--data-dir=#{testpath}/etcd", - "--listen-client-urls=http://#{etcd_server}", - "--advertise-client-urls=http://#{etcd_server}" + exec Formula["etcd"].opt_bin/"etcd", + "--name=vitess_test", + "--data-dir=#{testpath}/etcd", + "--listen-client-urls=http://#{etcd_server}", + "--advertise-client-urls=http://#{etcd_server}", + "--listen-peer-urls=http://localhost:#{peer_port}", + "--initial-advertise-peer-urls=http://localhost:#{peer_port}", + "--initial-cluster=vitess_test=http://localhost:#{peer_port}", + "--auto-compaction-retention=1" end + sleep 3 - fork do - exec Formula["etcd"].opt_bin/"etcdctl", "--endpoints", "http://#{etcd_server}", - "mkdir", testpath/"global" - end - sleep 1 + # Test etcd is responding before continuing + system Formula["etcd"].opt_bin/"etcdctl", "--endpoints", "http://#{etcd_server}", "endpoint", "health" - fork do - exec Formula["etcd"].opt_bin/"etcdctl", "--endpoints", "http://#{etcd_server}", - "mkdir", testpath/cell - end - sleep 1 + # Create necessary directory structure using etcd v3 API + system Formula["etcd"].opt_bin/"etcdctl", "--endpoints", "http://#{etcd_server}", + "put", "/vitess/global", "" + + system Formula["etcd"].opt_bin/"etcdctl", "--endpoints", "http://#{etcd_server}", + "put", "/vitess/#{cell}", "" + # Run vtctl with etcd2 implementation but using etcd v3 API fork do exec bin/"vtctl", "--topo_implementation", "etcd2", "--topo_global_server_address", etcd_server, From 0dcf4dd3caa8fda22b40c333b30e10ff9ab14250 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 11:34:49 -0400 Subject: [PATCH 07271/10074] quran: update test Signed-off-by: Rui Chen --- Formula/q/quran.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/q/quran.rb b/Formula/q/quran.rb index 2af36afd2f09c..07bca9de04c21 100644 --- a/Formula/q/quran.rb +++ b/Formula/q/quran.rb @@ -29,7 +29,9 @@ def install end test do - op = shell_output("#{bin}/quran 1:1").strip - assert_equal "In the Name of Allah—the Most Compassionate, Most Merciful.", op + assert_match "Saheeh International", shell_output("#{bin}/quran ls-translations") + + op = shell_output("#{bin}/quran -trans 20 1:1").strip + assert_equal "In the name of Allāh, the Entirely Merciful, the Especially Merciful.", op end end From c93663e77cab5ff253bb5bde9b25950a044a3373 Mon Sep 17 00:00:00 2001 From: Levi Noecker Date: Fri, 13 Jun 2025 21:05:06 -0500 Subject: [PATCH 07272/10074] spice-server 0.16.0 (new formula) This commit adds a formula for building the server side library of the Spice project. Adding this library to homebrew is the first step in enabling spice support for Qemu. --- Formula/s/spice-server.rb | 58 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Formula/s/spice-server.rb diff --git a/Formula/s/spice-server.rb b/Formula/s/spice-server.rb new file mode 100644 index 0000000000000..b5e80825b6911 --- /dev/null +++ b/Formula/s/spice-server.rb @@ -0,0 +1,58 @@ +class SpiceServer < Formula + desc "Implements the server side of the SPICE protocol" + homepage "https://www.spice-space.org/" + url "https://gitlab.freedesktop.org/-/project/62/uploads/54a0f9f5d1840e1ad8060cb560f3dde6/spice-0.16.0.tar.bz2" + sha256 "0a6ec9528f05371261bbb2d46ff35e7b5c45ff89bb975a99af95a5f20ff4717d" + license "LGPL-2.1-or-later" + head "https://gitlab.freedesktop.org/spice/spice.git", branch: "master" + + depends_on "spice-protocol" => [:build, :test] + depends_on "pkgconf" => :test + + depends_on "glib" + depends_on "gstreamer" + depends_on "jpeg" + depends_on "lz4" + depends_on "openssl@3" + depends_on "opus" + depends_on "orc" + depends_on "pixman" + + uses_from_macos "cyrus-sasl" + uses_from_macos "zlib" + + on_macos do + depends_on "gettext" + end + + on_linux do + depends_on "systemd" + end + + def install + args = %W[ + --sysconfdir=#{etc} + --localstatedir=#{var} + ] + + system "./configure", *args, *std_configure_args + system "make" + system "make", "install" + end + + test do + (testpath/"test.c").write <<~C + #include + #include "spice.h" + int main() { + spice_compat_version_t current_compat_version = spice_get_current_compat_version(); + printf("Current compat version: %d\\n", current_compat_version); + return 0; + } + C + flags = shell_output("pkg-config --cflags --libs spice-server").chomp.split + system ENV.cc, "test.c", *flags, "-o", "test" + + assert_match "Current compat version: 1", shell_output("./test") + end +end From a5b93382405a7ac354c47156a60701e07708587f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 16:55:38 +0000 Subject: [PATCH 07273/10074] cpr 1.12.0 --- Formula/c/cpr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cpr.rb b/Formula/c/cpr.rb index 7333238f208e5..d860f98716764 100644 --- a/Formula/c/cpr.rb +++ b/Formula/c/cpr.rb @@ -1,8 +1,8 @@ class Cpr < Formula desc "C++ Requests, a spiritual port of Python Requests" homepage "https://docs.libcpr.org/" - url "https://github.com/libcpr/cpr/archive/refs/tags/1.11.3.tar.gz" - sha256 "0c91cb79b6b0f2ac0cede1acce1da371a61f9aaf3bc85186805d079d68fa026b" + url "https://github.com/libcpr/cpr/archive/refs/tags/1.12.0.tar.gz" + sha256 "f64b501de66e163d6a278fbb6a95f395ee873b7a66c905dd785eae107266a709" license "MIT" head "https://github.com/libcpr/cpr.git", branch: "master" From 8e577e2e9712821cf4f0be560e75eec1787b5ba7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 16:57:45 +0000 Subject: [PATCH 07274/10074] elvis 4.1.0 --- Formula/e/elvis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/elvis.rb b/Formula/e/elvis.rb index ed628b3132240..abc09c93b1c9e 100644 --- a/Formula/e/elvis.rb +++ b/Formula/e/elvis.rb @@ -1,8 +1,8 @@ class Elvis < Formula desc "Erlang Style Reviewer" homepage "https://github.com/inaka/elvis" - url "https://github.com/inaka/elvis/archive/refs/tags/4.0.0.tar.gz" - sha256 "002b4ee354b398e62cd29edc3f8ecdadef8d3cfe963bd0047e9512335e307f43" + url "https://github.com/inaka/elvis/archive/refs/tags/4.1.0.tar.gz" + sha256 "a4b0eef813cf78a01c42fc35c2b92823827bdb08f7d25a0501d47851e20feac2" license "Apache-2.0" head "https://github.com/inaka/elvis.git", branch: "master" From 142cd10e29e2b297edfbd94b80643e990bf514af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 16:58:40 +0000 Subject: [PATCH 07275/10074] fern-api 0.64.8 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 06d2c325ea8ef..eef9b52b02c37 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.7.tgz" - sha256 "d0afdcbc57b99df61a30dc0d3b0fb58f2f7e04a27101647ff431b849ea72e6d4" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.8.tgz" + sha256 "336599e9bfa788d3632053b9c7888fb43c000583139eb1e379bea607f0737d93" license "Apache-2.0" bottle do From d6fae13ae228aa75725839091df833fa2ea75e88 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:07:55 +0000 Subject: [PATCH 07276/10074] mtools 4.0.49 --- Formula/m/mtools.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mtools.rb b/Formula/m/mtools.rb index a94f76bf16bd9..bcb7fb7dfc524 100644 --- a/Formula/m/mtools.rb +++ b/Formula/m/mtools.rb @@ -1,9 +1,9 @@ class Mtools < Formula desc "Tools for manipulating MSDOS files" homepage "https://www.gnu.org/software/mtools/" - url "https://ftp.gnu.org/gnu/mtools/mtools-4.0.48.tar.gz" - mirror "https://ftpmirror.gnu.org/mtools/mtools-4.0.48.tar.gz" - sha256 "88f273c6629ad5464482e98a9980727f585eead8736c50717c95e36f05ca05dc" + url "https://ftp.gnu.org/gnu/mtools/mtools-4.0.49.tar.gz" + mirror "https://ftpmirror.gnu.org/mtools/mtools-4.0.49.tar.gz" + sha256 "10cd1111da87bf2400a380c1639a6cba8bfb937a24f9c51f5f88d393ae5f6f76" license "GPL-3.0-or-later" bottle do From f83d744e021ccf677414993ebca1a6c365db021f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:09:33 +0000 Subject: [PATCH 07277/10074] oh-my-posh 26.8.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index c99717d1f8ab2..2d168ea287cc5 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.7.0.tar.gz" - sha256 "995bbb6dc6794cc844556f7d367315928ddc2b36a9836c1cf2ad4ff6d164baf4" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.8.0.tar.gz" + sha256 "b89c68d7b933e0c281d51c9983a4837881db26dd1d5e7afbe958dd4666b3824d" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From c81c65819e15037eb23f5dbb324883ca1e448cdc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:10:04 +0000 Subject: [PATCH 07278/10074] cpr: update 1.12.0 bottle. --- Formula/c/cpr.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cpr.rb b/Formula/c/cpr.rb index d860f98716764..b43c2dec3b710 100644 --- a/Formula/c/cpr.rb +++ b/Formula/c/cpr.rb @@ -7,13 +7,13 @@ class Cpr < Formula head "https://github.com/libcpr/cpr.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "1c9bd5162c8e346f7c56bce41841350703fe3d85100656dcbb59725d1928d2b2" - sha256 cellar: :any, arm64_sonoma: "8b9dc644c7342b6f6b88e5015ac4dd6a79629b40d6c3e0164b6779cf7536dcfc" - sha256 cellar: :any, arm64_ventura: "bf690d6b07213b482abd6cc719d33ec33a4e46b8eafd4199d5c8ae67b21b364a" - sha256 cellar: :any, sonoma: "669e88cb4ae3b16714bbb2bc169b6413761b0d1703550995cf406b5c192cd51f" - sha256 cellar: :any, ventura: "38fb0f418121575c4915c3b050b881588e75a17fa01dfee71a9f7ee011333ef6" - sha256 cellar: :any_skip_relocation, arm64_linux: "add89b33be121e114ea70c8e22017886980c861ecf209413d374b580fd94fda0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "02e287667883c4874417c468ceb379ef4e0f920761cf2252db57f35baae6cc4d" + sha256 cellar: :any, arm64_sequoia: "09b831bfeb3f9574473d0389d56c54a98d6114401fc2461a459b81fae35441b7" + sha256 cellar: :any, arm64_sonoma: "62774379c35c472b5ce32cd7a1044201f746fde63b6caa1fa0ca1aa6f063ceba" + sha256 cellar: :any, arm64_ventura: "1daf2a4ac0df3bde82610f88f16d84dbb470e5bcd5466376500d43b43fc14997" + sha256 cellar: :any, sonoma: "6c4d6d71ee53bbe0ba524f3c91c00c33dd3256ac7f36ce5f66735d07203b8fc9" + sha256 cellar: :any, ventura: "444ed2abda55e8ddbed0ae3f2baf2dd1c90828a158e96f8dbcd7b40288a68fc7" + sha256 cellar: :any_skip_relocation, arm64_linux: "ce24deaf7cfd5c547c270bd903be2d12afb258dcd140938c1b27a98474bce2ad" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4986278145e9f1ba77fc0caff4fe08c91437e40cd7b18114cf4d44ba6dbe06e7" end depends_on "cmake" => :build From cc709f7d5dce26d2205a0d682edb18c542a76339 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:16:31 +0000 Subject: [PATCH 07279/10074] elvis: update 4.1.0 bottle. --- Formula/e/elvis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/elvis.rb b/Formula/e/elvis.rb index abc09c93b1c9e..3e40decf0ab45 100644 --- a/Formula/e/elvis.rb +++ b/Formula/e/elvis.rb @@ -7,13 +7,13 @@ class Elvis < Formula head "https://github.com/inaka/elvis.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "869ab7edf1230befdc9f7dc7cfd3c5b9374dcc95950301d52f194b941685aafd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2591e0e85e7fc9b629bc1ff228c87d978e048b1b9bc2de01cce733ae3ca9e0e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c45f857aad49e4a6566251d7fc18cbaf98574111f5bf77d13e28307b1cac606c" - sha256 cellar: :any_skip_relocation, sonoma: "73bcdae25b799793a1087f545caa5074e432361dd97b69604ebdaaf56742da31" - sha256 cellar: :any_skip_relocation, ventura: "f82822d583ea81ce907916f7ac5d67c6d6787c160406bf097a56675f53779416" - sha256 cellar: :any_skip_relocation, arm64_linux: "1b39aa4ed566bc02c07f350ff9d0a54ab040003ced3318b06d0a52f17ac27f0b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "640e7e5f6211bb72b71e5acb3c2bc4b34dc96c5e1e11c739955ce82f097bee24" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "45f2f24cba2eee14657d5dcd506a17f1c390b2852167b182c499c8d88bf6d1d2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "57fd33fad71ef8df24ac6bb12c3310c4cd696bbc06e505ebc1034d2b3eab2060" + sha256 cellar: :any_skip_relocation, arm64_ventura: "338e0d17ca455bcbce9b7b0f3321395d8e215bb327b04a61519142a5266b3b3a" + sha256 cellar: :any_skip_relocation, sonoma: "8cc48cdbb6cd8a7cfde77485584b33f1bb0ec154429704755a699ae7bb5b3660" + sha256 cellar: :any_skip_relocation, ventura: "b9d563bc12f2c6ec7bf4d0e6ca63598364182234533aea7e6900a72b75f48ad5" + sha256 cellar: :any_skip_relocation, arm64_linux: "219efa789dbf8ca9907ffffbe13e12a6bdc525f14e03ceee68241909d3a9ba7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e7cd0a2ec4b75fb6c968986603e39eb21e8eb968dc2833fee4fd9f88f797c94f" end depends_on "rebar3" => :build From e315bbfe34ac913dcfebeab794c5d5ae7f951ce7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:20:57 +0000 Subject: [PATCH 07280/10074] x-cmd 0.6.0 --- Formula/x/x-cmd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/x-cmd.rb b/Formula/x/x-cmd.rb index 074fdefb497e9..8af1ca505cebc 100644 --- a/Formula/x/x-cmd.rb +++ b/Formula/x/x-cmd.rb @@ -1,8 +1,8 @@ class XCmd < Formula desc "Bootstrap 1000+ command-line tools in seconds" homepage "https://x-cmd.com" - url "https://github.com/x-cmd/x-cmd/archive/refs/tags/v0.5.14.tar.gz" - sha256 "e0bccb4290c2eeef5ed97a963fbb8ed999d04eb842b6ee984e3f21007b1b46f7" + url "https://github.com/x-cmd/x-cmd/archive/refs/tags/v0.6.0.tar.gz" + sha256 "5a2bdc913e6ae35003a5d41dd359de3cdf6c5efb9f0fb0af299ba1b1360341b7" license all_of: ["AGPL-3.0-only", "MIT", "BSD-3-Clause"] head "https://github.com/x-cmd/x-cmd.git", branch: "X" From 56ebb1d62d4209ecce41af89a186b03741727b3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:21:38 +0000 Subject: [PATCH 07281/10074] yle-dl 20250614 --- Formula/y/yle-dl.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/y/yle-dl.rb b/Formula/y/yle-dl.rb index 3bbfca14c8875..b494842af8b5b 100644 --- a/Formula/y/yle-dl.rb +++ b/Formula/y/yle-dl.rb @@ -3,10 +3,9 @@ class YleDl < Formula desc "Download Yle videos from the command-line" homepage "https://aajanki.github.io/yle-dl/index-en.html" - url "https://files.pythonhosted.org/packages/80/08/c464b63a954f1539cd42e7e8cd6bc61d9de15c37aba4b812e705b1351a94/yle_dl-20250316.tar.gz" - sha256 "7667a6365fe85140acd3d4378be142ce468e18c5b650d5ed04e3ff5dfd8e946f" + url "https://files.pythonhosted.org/packages/47/dc/e544bc64b9e44c68bfbbd36c0d293bae2800ef8d4bb313b6feb4619ca031/yle_dl-20250614.tar.gz" + sha256 "ed3d3f80c26fdb0854a8c6c14179171a2ba4117ebabea3e137f589c2bd8815d4" license "GPL-3.0-or-later" - revision 1 head "https://github.com/aajanki/yle-dl.git", branch: "master" bottle do From 30b7ddf59f307cf30da49ef82a3a9ffee8ef25a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:21:48 +0000 Subject: [PATCH 07282/10074] yoke 0.14.1 --- Formula/y/yoke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 8c1ce12d218ee..3033dfd4ae235 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -3,8 +3,8 @@ class Yoke < Formula homepage "https://yokecd.github.io/docs/" # We use a git checkout since the build relies on tags for the version url "https://github.com/yokecd/yoke.git", - tag: "v0.14.0", - revision: "0ee887fe1f5a2f4f7fbede225d547641b90fa1ec" + tag: "v0.14.1", + revision: "121f0cd99cbc833b335b7dec0b8b37dacd7f7ed7" license "MIT" head "https://github.com/yokecd/yoke.git", branch: "main" From b28a206b969ff11a8e9f1c252cdbf979e90a9f25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:22:14 +0000 Subject: [PATCH 07283/10074] fern-api: update 0.64.8 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index eef9b52b02c37..d6f12405934f6 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "25cb7b0a9ae232bf868771ae7ebc4d087719ec081644fe8898dc14ca164d017b" + sha256 cellar: :any_skip_relocation, all: "65d6602a5a1ff9a132465fa75ae0d35d08b17949cc9263d171956dd6914318eb" end depends_on "node" From ef47bdff03a40cc356ea1c8551f6b0b4972005fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:23:05 +0000 Subject: [PATCH 07284/10074] oh-my-posh: update 26.8.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 2d168ea287cc5..dba5797442e8c 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "caeaa2bbb2d0a928d3f96152366def4d297fa4da3f36c847647dec84703b2133" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b0b3922e700093e63afd56f02f4fcc7459a0e9c9b097d7f37ca4eb5d82a4fde" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7c114b0bcf4958234af15b1774518d20c9275c3a187d12fc8d4dbef4af1b75ca" - sha256 cellar: :any_skip_relocation, sonoma: "d769b80e5e59f331b7356cb4099cce7cc48e917c9ef9446b44bc044fc1969e19" - sha256 cellar: :any_skip_relocation, ventura: "144d4d602448dac5899cd278e3e79a398ad3cb5b9e39b1a44ce6eeb8fcfd8a7a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fdbcad03ad2f0e0b79348631a4250dbff315f4d1989d5a3ee970fae8c023c684" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "66026bc84634ce360715bd8885626f10f8d59f370f55104d5a26c307bd2247cf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "357b7d3c69a3c56ba32674101622b7f4e4d1d3047849722034a65d4181aa27bf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "510026b57d13197e12923095c0335c6b403092f5551796ccd76391f0adcfe5f3" + sha256 cellar: :any_skip_relocation, sonoma: "4135c7dcd3e10ef4815fb9dcef6f6821c1a7bdc78519f9b48be074849556df33" + sha256 cellar: :any_skip_relocation, ventura: "209174f76f0d1180ec60836f3f2f63ad7634e3f0a101498b0f777d4d2ddeab58" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6112db8cf7e62f2e83bd000cb9f8a8a1da582e7843ba2388084b4e57c85939ff" end depends_on "go" => :build From 4cb698ab6447e76cca6e68b2019703b039f5ad50 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:24:08 +0000 Subject: [PATCH 07285/10074] spice-server: add 0.16.0 bottle. --- Formula/s/spice-server.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/s/spice-server.rb b/Formula/s/spice-server.rb index b5e80825b6911..faaec07477296 100644 --- a/Formula/s/spice-server.rb +++ b/Formula/s/spice-server.rb @@ -6,6 +6,15 @@ class SpiceServer < Formula license "LGPL-2.1-or-later" head "https://gitlab.freedesktop.org/spice/spice.git", branch: "master" + bottle do + sha256 cellar: :any, arm64_sequoia: "600da87f0215eb7a409047dafcda30bf99509ed4f52c1adc463e5f5169c29d87" + sha256 cellar: :any, arm64_sonoma: "c25f2bb724d33169028e41b409c230030aa2efc7ea95af9ddd52f5c3bbdf4b4b" + sha256 cellar: :any, arm64_ventura: "027a196515564119dae4fcc9ce048890ce71f1f947904cc1b3a96f6ba82b4086" + sha256 cellar: :any, sonoma: "1f1413376cdd65d268fd79dbc130f24b8a6fca760a98734bc7c2bb016e0c64a8" + sha256 cellar: :any, ventura: "959df8679b8553cc1b5d700f374e5f3be12ac4b7928cb977aff4f65f8fc4a768" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8689579c9750ad3907b15c94f46b758b6eac7dcc38384e5606585036e0ef6172" + end + depends_on "spice-protocol" => [:build, :test] depends_on "pkgconf" => :test From 9a146201176c1b82624c2afc3cc25445e2dc03e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:27:31 +0000 Subject: [PATCH 07286/10074] qrkey: add 0.0.1 bottle. --- Formula/q/qrkey.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/q/qrkey.rb b/Formula/q/qrkey.rb index 7750cdd3e3985..8c39f5709e8a9 100644 --- a/Formula/q/qrkey.rb +++ b/Formula/q/qrkey.rb @@ -5,6 +5,15 @@ class Qrkey < Formula sha256 "7c1777245e44014d53046383a96c1ee02b3ac1a4b014725a61ae707a79b7e82d" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb0fc3c4115102c6544d9f753c2e16dba1533314099ff50385b7442689b378a4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb0fc3c4115102c6544d9f753c2e16dba1533314099ff50385b7442689b378a4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bb0fc3c4115102c6544d9f753c2e16dba1533314099ff50385b7442689b378a4" + sha256 cellar: :any_skip_relocation, sonoma: "7d9d690e34e9d67f33134a59820b1c3d7936cf0c8b33e0f0297c58b0c7a25520" + sha256 cellar: :any_skip_relocation, ventura: "7d9d690e34e9d67f33134a59820b1c3d7936cf0c8b33e0f0297c58b0c7a25520" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d151a47fbbc11d37a7e9613ecd6d9e0427ac8a54134cdd74e18d32f69b2dba9e" + end + depends_on "go" => :build def install From 3b8c5cb8bbd41fdfc91dc956275b89edd3f02bb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:46:04 +0000 Subject: [PATCH 07287/10074] yoke: update 0.14.1 bottle. --- Formula/y/yoke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 3033dfd4ae235..21b4169b688b9 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -9,13 +9,13 @@ class Yoke < Formula head "https://github.com/yokecd/yoke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2073afab58a8e5d429c5845684cd3e5a5aa9f895d64fb99bb668f991ad531025" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f15a1ce4ca47398598e4420f2443061742ca34a45693ce2fe451a7a578fcf03" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8ce9d485fba2038c3e51fed2d95bce1641781476a94083190eec3afa11fe48bf" - sha256 cellar: :any_skip_relocation, sonoma: "ec5e8a05b747d92b206ee892a4c41a0508cfd4ccfd66516593cfef8edf7815be" - sha256 cellar: :any_skip_relocation, ventura: "d33e14723ec00b72510389a1e8f9818c30ac4565cb59e31d3352b1edb221b68e" - sha256 cellar: :any_skip_relocation, arm64_linux: "a2b03669db6c51c861493657e4dfde39a090a4831d115be97415dc91f4f1e335" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2837a949e615a1279dbae1e26bd878929ea8af60ea34b863c34494bd2240249f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "598c64fb7f6c2e968f0a57f339cb94585c0ae2f9b5db2685443f982b7c87ab9d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9296230f2cbfd0604b979a47b1bc20993196803ce8890ac1797af347cc813302" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7fcc5dcb51d34bb49a9e1e9bb2ca1d13075e2e2f035346fe21f0686547abb518" + sha256 cellar: :any_skip_relocation, sonoma: "a961dd8471a8f2208a7e4574ebd76aece16754192580419909192676154a4b69" + sha256 cellar: :any_skip_relocation, ventura: "ce65193f6775dbb715db79a0fe1c7c0eb1e2f3e105f4b86a40ed212a97b43f3a" + sha256 cellar: :any_skip_relocation, arm64_linux: "a786e537f7d2d4638c6c32c2942374107db79db2b78f77f773347170db2041e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "43ea77a63f5ca715fd1b402c4bcedeb591a8f6a4edeb54c899f1fdd3b7f0c674" end depends_on "go" => :build From 0e6618a7301067ddd06bff3d2b1ae2b31bae0839 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:46:26 +0000 Subject: [PATCH 07288/10074] x-cmd: update 0.6.0 bottle. --- Formula/x/x-cmd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/x-cmd.rb b/Formula/x/x-cmd.rb index 8af1ca505cebc..3fab446ce8f5d 100644 --- a/Formula/x/x-cmd.rb +++ b/Formula/x/x-cmd.rb @@ -13,13 +13,13 @@ class XCmd < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "452aba0aa6a80ddee3a92bcdeb3c975916eb2fcecff9bc15408756d7aa7675ef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "452aba0aa6a80ddee3a92bcdeb3c975916eb2fcecff9bc15408756d7aa7675ef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "452aba0aa6a80ddee3a92bcdeb3c975916eb2fcecff9bc15408756d7aa7675ef" - sha256 cellar: :any_skip_relocation, sonoma: "9c47b70f5a9d87789d3c065e5d2585c030893143584f3e5d40ce2a9581cf50cf" - sha256 cellar: :any_skip_relocation, ventura: "9c47b70f5a9d87789d3c065e5d2585c030893143584f3e5d40ce2a9581cf50cf" - sha256 cellar: :any_skip_relocation, arm64_linux: "2d71a9b07d44b9e0893682bd1f3370b6f96fa4555a492392aea94cb3cc7eee6b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2d71a9b07d44b9e0893682bd1f3370b6f96fa4555a492392aea94cb3cc7eee6b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a83fa0924aa6c2caf672a72ef5d4fd78272de7dcbffe0748493e7e399b7a7fb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a83fa0924aa6c2caf672a72ef5d4fd78272de7dcbffe0748493e7e399b7a7fb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4a83fa0924aa6c2caf672a72ef5d4fd78272de7dcbffe0748493e7e399b7a7fb" + sha256 cellar: :any_skip_relocation, sonoma: "91f8e90821e57369abe776b80724d39e519682b083d8b1c7c3a21114317cd749" + sha256 cellar: :any_skip_relocation, ventura: "91f8e90821e57369abe776b80724d39e519682b083d8b1c7c3a21114317cd749" + sha256 cellar: :any_skip_relocation, arm64_linux: "79dbd45b076afa90b12640b77a18a0a647bdf5e1f838a9451940c053306b0b17" + sha256 cellar: :any_skip_relocation, x86_64_linux: "79dbd45b076afa90b12640b77a18a0a647bdf5e1f838a9451940c053306b0b17" end def install From 1a90e56968400c02fbfdcb8fac393f7d8fd2c7a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:46:28 +0000 Subject: [PATCH 07289/10074] mtools: update 4.0.49 bottle. --- Formula/m/mtools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mtools.rb b/Formula/m/mtools.rb index bcb7fb7dfc524..dfb121524fe05 100644 --- a/Formula/m/mtools.rb +++ b/Formula/m/mtools.rb @@ -7,13 +7,13 @@ class Mtools < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c9e24a85323344ba64d5e22d8af0e392c70b05b583476d6cf8f7d31c963dea2a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b47985d9ea303292ffbfee4de611e4f30cf1df07006af728862dfd00cd81dd26" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ac530692ed65ed59fee5bb71bc60343581860cdac2c9b6c7da35b57fae0cff60" - sha256 cellar: :any_skip_relocation, sonoma: "2d459e925ce754b2ad4bd21743843159bed88fc84700c8d72ac8b36a8a713261" - sha256 cellar: :any_skip_relocation, ventura: "f1d8831b6a65b99b20e1ff6864dff373d8bf921e782f44b0acfe2f787a206f93" - sha256 cellar: :any_skip_relocation, arm64_linux: "b2d5a2e8c4c343781210aefe1bcac205a4dbb490bf99400d4ccaaf8a7eb49073" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8163f99ee69a63637c3f2a70927e7f16a8f6a75d2cece8f19aa6f2bf059beb64" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a0f6aad93ce1be47de8f0d965033933a895f026caa8efc14e61431e6e5025d5f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d09e38ca2a390336c1ae74821b15f84c08cbe89da16864c1d722b723d6b981d0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ea3820f4a0897055a525bb47089538e13021a432bd7d7b65ab730dcc3da91fca" + sha256 cellar: :any_skip_relocation, sonoma: "befcc246e976f5f2669e27e33ef9a5b9a01745d5cf0dae4ed94e7f85d09c420d" + sha256 cellar: :any_skip_relocation, ventura: "373f8d9fe58ac60117d60dc996720e2335db25cd2113f9239e6ce694a411ba83" + sha256 cellar: :any_skip_relocation, arm64_linux: "86d4b01db4192dc7cff8f6b1f8ac4ce36bed68ed1cab50de953c56e5f6e1085b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b35d3dda7886392a91cbfb237a7ab3c2f710ff6dc6875acedbbdec863d67c2b" end conflicts_with "multimarkdown", because: "both install `mmd` binaries" From d188f5bde15bd2d17256e18fe8f5d46cef1644c7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 13:43:13 -0400 Subject: [PATCH 07290/10074] service-weaver: deprecate Signed-off-by: Rui Chen --- Formula/s/service-weaver.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/s/service-weaver.rb b/Formula/s/service-weaver.rb index f317152cd8eaf..b4da10f64e6ef 100644 --- a/Formula/s/service-weaver.rb +++ b/Formula/s/service-weaver.rb @@ -40,6 +40,9 @@ class ServiceWeaver < Formula end end + # upstream announcement, https://github.com/ServiceWeaver/weaver/pull/804 + deprecate! date: "2025-06-14", because: :unmaintained + depends_on "go" => :build conflicts_with "weaver", because: "both install a `weaver` binary" From 2e20338870f49a4047bbb6c47c6502a302004e57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 17:51:53 +0000 Subject: [PATCH 07291/10074] yle-dl: update 20250614 bottle. --- Formula/y/yle-dl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yle-dl.rb b/Formula/y/yle-dl.rb index b494842af8b5b..3e9f7924c2a4f 100644 --- a/Formula/y/yle-dl.rb +++ b/Formula/y/yle-dl.rb @@ -9,13 +9,13 @@ class YleDl < Formula head "https://github.com/aajanki/yle-dl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b569b1ba0db4d281aad042e2c2b39ab37da5ed188d6612e4d21951656c1d04bf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee5e49166aa09568e8959e46bf893b1bfcf4e91fa14e66798b78de3de449cd98" - sha256 cellar: :any_skip_relocation, arm64_ventura: "997faeccc62e26564c7f41d28ee06811d2ae2860ff4fc2a85fc28df5a4e2edd7" - sha256 cellar: :any_skip_relocation, sonoma: "10692557403ebae84f5d40bef79f14942e9517e482d8e41f323d39422a7e94fb" - sha256 cellar: :any_skip_relocation, ventura: "763ff8308ffb6a5b92727cf9c33863f069a9835dbc0f6cc3e5d5754ec727a414" - sha256 cellar: :any_skip_relocation, arm64_linux: "ec2681df693b734b0e791dbac02dcee4af79d819d990245ff7c1d2756abe14b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3191d770ce559b3599fa00435e532d6cfcfae0b4b008c44376aa2180a49ab1d7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "16c452960dab831d367fb8f042551c839ee92332df47344bc65f725069f59dc3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7eb56b68eceb4fa90324b6594784de64b75515aa35a8241c5d1f742eb59a705" + sha256 cellar: :any_skip_relocation, arm64_ventura: "651e39c6e62a996b1119b63909724780874869d658305ed7704447c2e35e6ac8" + sha256 cellar: :any_skip_relocation, sonoma: "3adbbcd49bd9b2df74ca125e3c7c6d4b1d1a4fdd69fb75a96bd8cf9b605810bf" + sha256 cellar: :any_skip_relocation, ventura: "203d59be94486a251f951d4d13d93dd531df15ed062524a9605a48d936c6deee" + sha256 cellar: :any_skip_relocation, arm64_linux: "13568a4adba9f1a869ef7dc14e02397f14ba6caca41c53f1f17c3d65a0e16f58" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8ec160c0a6630ce544690835019eba89ba6760ad6c6d9675ae4a982130ba003d" end depends_on "certifi" From cc72b2366590d3da19625015acc383240bc0b80e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 18:28:12 +0000 Subject: [PATCH 07292/10074] spice-server: update 0.16.0 bottle. --- Formula/s/spice-server.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/spice-server.rb b/Formula/s/spice-server.rb index faaec07477296..2eabcad80bea3 100644 --- a/Formula/s/spice-server.rb +++ b/Formula/s/spice-server.rb @@ -12,6 +12,7 @@ class SpiceServer < Formula sha256 cellar: :any, arm64_ventura: "027a196515564119dae4fcc9ce048890ce71f1f947904cc1b3a96f6ba82b4086" sha256 cellar: :any, sonoma: "1f1413376cdd65d268fd79dbc130f24b8a6fca760a98734bc7c2bb016e0c64a8" sha256 cellar: :any, ventura: "959df8679b8553cc1b5d700f374e5f3be12ac4b7928cb977aff4f65f8fc4a768" + sha256 cellar: :any_skip_relocation, arm64_linux: "18e8ad43cb6cb02a62beffeef8010f0187733862ef9ed53edb6a18affa06ce71" sha256 cellar: :any_skip_relocation, x86_64_linux: "8689579c9750ad3907b15c94f46b758b6eac7dcc38384e5606585036e0ef6172" end From c3c26b9fa55c50b07211e85f27b3b71bd6a9ab75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 19:02:58 +0000 Subject: [PATCH 07293/10074] mkvtoolnix: update 93.0 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 f2e301b22bec3..1f0ab63d09257 100644 --- a/Formula/m/mkvtoolnix.rb +++ b/Formula/m/mkvtoolnix.rb @@ -12,11 +12,11 @@ class Mkvtoolnix < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "6da6a237a775b44d53c54136f5d03136e1682cb08825f5d8d8fd2b6b6d3b2cd0" - sha256 cellar: :any, arm64_ventura: "2f557d620485177feb5867e66afa83042bb8b3f4855461842c028280581961e8" - sha256 cellar: :any, sonoma: "dced4969048872b19874ba079d279e3e5a564ca8e9c5beaf83aeb2e0f2b6c268" - sha256 cellar: :any, ventura: "dc85bc62549404393e52b1b194a93412802a51791b1f88888046eb7207b5288e" - sha256 x86_64_linux: "15af3b32952d97a42de597cb0e570cea9d13fe16734b14d3fefe3c9a4569339e" + sha256 cellar: :any, arm64_sonoma: "1e6365d70194a17a1b9c9c650a5e29478e228c6713bb8d24c099325cada2d359" + sha256 cellar: :any, arm64_ventura: "b5b85fd8df11f7b9eea116b52b212a432ffd1a7d04aadcd6a029cf056618d3df" + sha256 cellar: :any, sonoma: "ac650fb7306af3843d6060f9a7a34e5f7c731fe7210fc15085818543173208d5" + sha256 cellar: :any, ventura: "cd12c94593168c8d1de05e5057579cd12a1e1c694a4375391a43443de3a2f900" + sha256 x86_64_linux: "066b768ff3e71f5be1b91896b4a3ca4ceebc516e4045af51e38c82c426b3d108" end head do From c34f46dae96b40e579b27ca86c884271f149093b Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Sat, 14 Jun 2025 12:19:18 -0700 Subject: [PATCH 07294/10074] git-recent 2.0.2 --- Formula/g/git-recent.rb | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-recent.rb b/Formula/g/git-recent.rb index fd7dca36e7aca..d150466500c13 100644 --- a/Formula/g/git-recent.rb +++ b/Formula/g/git-recent.rb @@ -1,12 +1,10 @@ class GitRecent < Formula - desc "See your latest local git branches, formatted real fancy" + desc "Browse your latest git branches, formatted real fancy" homepage "https://github.com/paulirish/git-recent" - url "https://github.com/paulirish/git-recent/archive/refs/tags/v2.0.1.tar.gz" - sha256 "ab9c3f5da92747f7b53f1a301b22433116ee8d204562cc8f0364f70f4a79d318" + url "https://github.com/paulirish/git-recent/archive/refs/tags/v2.0.2.tar.gz" + sha256 "44c117f04f2ed2ac2c9146b0f11b3140cd7f1d82845eca43ed6f7155e929b052" license "MIT" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, all: "ca4cc371dd0b4803702c639e6685352b028f2275a1c0115299c12c6a85430cf3" end @@ -28,12 +26,25 @@ def install test do system "git", "init", "--initial-branch=main" - # We are using git-recent-og, since git-recent requires user input. system "git", "recent-og" # User will be 'BrewTestBot' on CI, needs to be set here to work locally system "git", "config", "user.name", "BrewTestBot" system "git", "config", "user.email", "brew@test.bot" system "git", "commit", "--allow-empty", "-m", "test_commit" + system "git", "checkout", "-b", "feature-x-branch" + system "git", "commit", "--allow-empty", "-m", "commit on feature branch" + system "git", "checkout", "-b", "another-branch" + system "git", "commit", "--allow-empty", "-m", "commit on another branch" + system "git", "checkout", "main" + + # Test git-recent-og assert_match(/.*main.*seconds? ago.*BrewTestBot.*test_commit/, shell_output("git recent-og")) + + # Test git-recent + # This should select "feature-x-branch" and the script will check it out. + with_env "GIT_RECENT_QUERY" => "x" do + shell_output("#{bin}/git-recent") + end + assert_equal "feature-x-branch", shell_output("git rev-parse --abbrev-ref HEAD").strip end end From 1d2c5afc56f6b45314f4099a6ad18debfb032d93 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 19:48:29 +0000 Subject: [PATCH 07295/10074] cmake: update 4.0.3 bottle. --- Formula/c/cmake.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/c/cmake.rb b/Formula/c/cmake.rb index 516b69dda7b68..c50973899590b 100644 --- a/Formula/c/cmake.rb +++ b/Formula/c/cmake.rb @@ -17,14 +17,14 @@ class Cmake < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bd4605b03b0dbf10d547e2ffa34166acd8e77f8f76dac0485d5376715829130" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fd627884d0c2819a5c1c100ca7352247c40ca0bd811237139fb50606d78db23" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f4182d37a97d4c4979c9ad22ab7036faa4d965210b9285c0a20144be02578ee6" - sha256 cellar: :any_skip_relocation, sequoia: "91841ca89f8807fe911dfc60d8d72775119dfbe0c105fe4f4793fc59ec281954" - sha256 cellar: :any_skip_relocation, sonoma: "a5999889dd5a97f189fd7ff78b9036cf60c10dc72905c7384f743722d214c460" - sha256 cellar: :any_skip_relocation, ventura: "5b5d12bb69a5bae6ea3ea7ddf0c7356db688959337cdb52f7bb66dc7ca2a1807" - sha256 cellar: :any_skip_relocation, arm64_linux: "9248442ee82a1b3fac2e9b067b0bbe618e400c90947663e706d0d1a1a122133f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23429f1cc5f10a318bc8ad42eeb32396b09e0a4f56f28535eb06b606bbde987c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6124f0c7ce811d84ee72b8906d82557f33522dcac631aec7206cdfa8c90835ac" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "92655164f419333c09208118dbb2c89d61cc5488de19373302e2b8d3dfec34bc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9db96b2241404442d0d49a8c9fd051a43f6080d26b7468e7ddccf332fe584a4d" + sha256 cellar: :any_skip_relocation, sequoia: "df8668b731eb910277fa8bd6fb56b8f27b37e8ccdf77d337c7d760778a29f8b5" + sha256 cellar: :any_skip_relocation, sonoma: "55a06f768313e23e0914101dd6f5f71589c5c9ae6de94a1a5d96d898570a926c" + sha256 cellar: :any_skip_relocation, ventura: "dc93b4885174dc8c41727e97a3e3ef1429d74e66c8923d450f3edf04d9564055" + sha256 cellar: :any_skip_relocation, arm64_linux: "adb9684730c9d663a911f58aec26cb6d5ad0f9b1e722462929d07db018a5a69f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b68d09d2c87ea29265b2353d97eb7a416e6448eb2910afe93605c096ce026e41" end uses_from_macos "ncurses" From be43beff6ea61b435100c860f438046a40e813fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 19:48:29 +0000 Subject: [PATCH 07296/10074] cmake-docs: update 4.0.3 bottle. --- Formula/c/cmake-docs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cmake-docs.rb b/Formula/c/cmake-docs.rb index 5d94408469656..65ab404133ef1 100644 --- a/Formula/c/cmake-docs.rb +++ b/Formula/c/cmake-docs.rb @@ -13,13 +13,13 @@ class CmakeDocs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840" - sha256 cellar: :any_skip_relocation, arm64_ventura: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840" - sha256 cellar: :any_skip_relocation, sonoma: "01011f228e4eee6a204848b92e7e148143020695407919e6137dfd21f0f05cd2" - sha256 cellar: :any_skip_relocation, ventura: "01011f228e4eee6a204848b92e7e148143020695407919e6137dfd21f0f05cd2" - sha256 cellar: :any_skip_relocation, arm64_linux: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840" - sha256 cellar: :any_skip_relocation, x86_64_linux: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4" + sha256 cellar: :any_skip_relocation, sonoma: "07e4f72f6c511546b10cd2c8391b87d9bae3d992df206ab178c11107e3df6a53" + sha256 cellar: :any_skip_relocation, ventura: "07e4f72f6c511546b10cd2c8391b87d9bae3d992df206ab178c11107e3df6a53" + sha256 cellar: :any_skip_relocation, arm64_linux: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4" end depends_on "cmake" => :build From 8fd4aafa483b1f80aba0db4e1b59314cfb4c5116 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 19:49:35 +0000 Subject: [PATCH 07297/10074] bacon 3.16.0 --- Formula/b/bacon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bacon.rb b/Formula/b/bacon.rb index 297be8abdc1f4..e0690e3c2d495 100644 --- a/Formula/b/bacon.rb +++ b/Formula/b/bacon.rb @@ -1,8 +1,8 @@ class Bacon < Formula desc "Background rust code check" homepage "https://dystroy.org/bacon/" - url "https://github.com/Canop/bacon/archive/refs/tags/v3.15.0.tar.gz" - sha256 "b162a0e9f827d849c962a5a0623ba9435182e3bf6c8e3fe4630a2446a8326bc7" + url "https://github.com/Canop/bacon/archive/refs/tags/v3.16.0.tar.gz" + sha256 "cf7f3471883260f7cd56d1b2bcce713463082e64a830bb46489d7e94303b3ba0" license "AGPL-3.0-or-later" head "https://github.com/Canop/bacon.git", branch: "main" From 2d7282d7a9803ab2a0fc4dcfab9dc4f914cf9338 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 19:57:45 +0000 Subject: [PATCH 07298/10074] git-quick-stats 2.6.0 --- Formula/g/git-quick-stats.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-quick-stats.rb b/Formula/g/git-quick-stats.rb index 133b0d8753c58..02b2c5d131c5d 100644 --- a/Formula/g/git-quick-stats.rb +++ b/Formula/g/git-quick-stats.rb @@ -1,8 +1,8 @@ class GitQuickStats < Formula desc "Simple and efficient way to access statistics in git" homepage "https://git-quick-stats.sh/" - url "https://github.com/arzzen/git-quick-stats/archive/refs/tags/2.5.8.tar.gz" - sha256 "75a171042472a0415324c9e903e80be24c2ec32d366a3e1f67ca838a33ecad8f" + url "https://github.com/arzzen/git-quick-stats/archive/refs/tags/2.6.0.tar.gz" + sha256 "3ee301875edb7a9689d3fb1746e8e0d29c13a62f64d349847232be447ac78206" license "MIT" bottle do From 2c32fa3da158a1772e47d7ff40287310b393ca3a Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 14 Jun 2025 15:59:26 -0400 Subject: [PATCH 07299/10074] python@3.13: fix os.getlogin --- Formula/p/python@3.13.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Formula/p/python@3.13.rb b/Formula/p/python@3.13.rb index 69b372357a0f6..eda1983625676 100644 --- a/Formula/p/python@3.13.rb +++ b/Formula/p/python@3.13.rb @@ -88,6 +88,18 @@ class PythonAT313 < Formula sha256 "e1c2699cf3e39731a19207ed69400a67336cda7767aa08f6f46029f26b1d733b" end + # Fix os.getlogin for users with longer usernames on macOS. + # Change accepted upstream and backported, remove on next release. + # https://github.com/Homebrew/homebrew-core/issues/226857 + # https://github.com/python/cpython/issues/135497 + # https://github.com/python/cpython/pull/135508 + # https://github.com/python/cpython/pull/135517 + # https://github.com/python/cpython/pull/135516 + patch do + url "https://github.com/python/cpython/commit/15340775f8ded517e98604fb416e6f758d21f635.patch?full_index=1" + sha256 "921de8bbbf20cebb8b695279bfaf138999460bc39ff8320d1495b61f67ae2e65" + end + def lib_cellar on_macos do return frameworks/"Python.framework/Versions"/version.major_minor/"lib/python#{version.major_minor}" From cf784632e1e9229957270a9c4c332c87d0b4f4ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 20:02:34 +0000 Subject: [PATCH 07300/10074] libopenmpt 0.8.1 --- Formula/lib/libopenmpt.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/lib/libopenmpt.rb b/Formula/lib/libopenmpt.rb index 367dc0885607a..a6c5014067fd0 100644 --- a/Formula/lib/libopenmpt.rb +++ b/Formula/lib/libopenmpt.rb @@ -1,9 +1,9 @@ class Libopenmpt < Formula desc "Software library to decode tracked music files" homepage "https://lib.openmpt.org/libopenmpt/" - url "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.8.0+release.autotools.tar.gz" - version "0.8.0" - sha256 "553ee9c63c4b3cbc9b664d5bc31d8bc4eeb345fad8809f03cbf93147a108ab32" + url "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.8.1+release.autotools.tar.gz" + version "0.8.1" + sha256 "5ccc291e4457925f3ca3e8144f5b645c4a3dcc2bc05dc9a39651132b32b83bce" license "BSD-3-Clause" livecheck do From d93c77cb04a26a7e469dfe9a59096ca56a83f3e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 20:14:24 +0000 Subject: [PATCH 07301/10074] tgui 1.10.0 --- Formula/t/tgui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tgui.rb b/Formula/t/tgui.rb index febf0c1fd2175..bd1d2914daa3a 100644 --- a/Formula/t/tgui.rb +++ b/Formula/t/tgui.rb @@ -1,8 +1,8 @@ class Tgui < Formula desc "GUI library for use with sfml" homepage "https://tgui.eu" - url "https://github.com/texus/TGUI/archive/refs/tags/v1.9.0.tar.gz" - sha256 "7dcdb67353e9822fe7e79328ffe1ef3ca28e3a495c91f0536c8aeb250c8c0c4b" + url "https://github.com/texus/TGUI/archive/refs/tags/v1.10.0.tar.gz" + sha256 "b25a5f8aca7823314e268118015aa14a8eb65956e09f447010230df10dc560b0" license "Zlib" livecheck do From 26ec580ab658c0c45c33379b5d26b9e7346e9eb0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 20:25:31 +0000 Subject: [PATCH 07302/10074] bacon: update 3.16.0 bottle. --- Formula/b/bacon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bacon.rb b/Formula/b/bacon.rb index e0690e3c2d495..716d1ed2a66df 100644 --- a/Formula/b/bacon.rb +++ b/Formula/b/bacon.rb @@ -7,13 +7,13 @@ class Bacon < Formula head "https://github.com/Canop/bacon.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bec10b9beaf96bc4bbc6b868d369741c1291a12c18e97223af18203d8f6e0d4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "94f284281c13953f8847250463e09c36129d26d505defa17d81d9c461ca2fae4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7500b10d06f6fcf4775966c117720a39005e12c48f37bb5ab5e7d903b38fb21e" - sha256 cellar: :any_skip_relocation, sonoma: "c9b34f95d12be979d536325391e843111973094a1a04e776395aa6a2336c3a99" - sha256 cellar: :any_skip_relocation, ventura: "5954ad20e803ff9d68ef08ae9e3b224e1d988f37561e5fa655b6dc4f00f9f756" - sha256 cellar: :any_skip_relocation, arm64_linux: "e38d8e553f79c0e5da15984d4f9f2b4d55505fc610f711ea8d85c1e65c3c7f51" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1f42d4795e429efca0f607b1acfe7c3ec544bad1ee8106e9d805e658b05bfb37" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "515a9749166058a8f05e3647422ec5c5110dc00b2d9581c600be120b7234073d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "981114c4a8d29bffcb6ad44cceaf616848de901305c1fef52def4c06592acd64" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c993a1aa2fed25096b81bc3c77d265238c672913af8e442bc24eaa793a3d676a" + sha256 cellar: :any_skip_relocation, sonoma: "7af01dffb194be336f2d974cf7766f6ecf0acd390a1e706585e772374fd05dd5" + sha256 cellar: :any_skip_relocation, ventura: "d0f652de80161387e3afde9cbfcbd9fe4b1a8d7648b457360050519eefb7eb65" + sha256 cellar: :any_skip_relocation, arm64_linux: "1df774e15ca034e27075f70c9be02b4c09cf23cb10c5f47968840efac514ef00" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ccf9b44060ddaa5fc64916bb84b61e81e3c9da34e689034ee5e120219ac25421" end depends_on "pkgconf" => :build From db828c75d17db679b1768d4a6f36d4efc18f3cc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 20:25:39 +0000 Subject: [PATCH 07303/10074] git-quick-stats: update 2.6.0 bottle. --- Formula/g/git-quick-stats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-quick-stats.rb b/Formula/g/git-quick-stats.rb index 02b2c5d131c5d..d26ab9b90189f 100644 --- a/Formula/g/git-quick-stats.rb +++ b/Formula/g/git-quick-stats.rb @@ -6,7 +6,7 @@ class GitQuickStats < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "de09916b90af58cd011cf6faa7be119d581f0ea26a8dd16f66e94fe865aa8298" + sha256 cellar: :any_skip_relocation, all: "9f019570962c4b96ff7c9bb3a526ed2570b8a8241b6c44eca092359164a6919b" end on_macos do From 0eb24e9dfd3daf6fa87559a3d8372b89f5dd90f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 20:28:16 +0000 Subject: [PATCH 07304/10074] tgui: update 1.10.0 bottle. --- Formula/t/tgui.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tgui.rb b/Formula/t/tgui.rb index bd1d2914daa3a..a45c74aff5feb 100644 --- a/Formula/t/tgui.rb +++ b/Formula/t/tgui.rb @@ -11,13 +11,13 @@ class Tgui < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9de6a742a67b9060fe72d9fce6bbb5a0c7b9b36bb3b758d81b8654e9b632f96f" - sha256 cellar: :any, arm64_sonoma: "c59815ec11d8d68a337c19ec94ef57f31a26bb1abf3383cc32c5f4e30cb34a31" - sha256 cellar: :any, arm64_ventura: "6140cd223e0cdc575fe6753846f3f9373802bff1d1bc8316b27d732e11d735ec" - sha256 cellar: :any, sonoma: "42b27869e89eda046f0af2c9a47b8df667dc76cfa1bf945c09cc598836f17442" - sha256 cellar: :any, ventura: "4574c8f7dcb63e4b8635100ec2e92b2738b48bf586675aed1f381c7a3bd53c1c" - sha256 cellar: :any_skip_relocation, arm64_linux: "77683c26c5a9f470456e5a2ce74f360255d4cf4af3f996ca2afc6564d1a092dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "834a0f6457dd8a66bd060b50c419da0d765fc292fab6679d250a14a404ffd894" + sha256 cellar: :any, arm64_sequoia: "f6f46caab2a2b966f68e41d0bf192a6dba8fa0bc5b1d10f6bf45befd33587b28" + sha256 cellar: :any, arm64_sonoma: "5b9ac5c064671a3502e0379714e5d3e46b1ab0200c34cc3733f97b5d940327b1" + sha256 cellar: :any, arm64_ventura: "65448ad581173ffa023bbca10808ba9adf50a1ffea0ea2b380a2463ec938b2e4" + sha256 cellar: :any, sonoma: "1a1129e84d3719786533488b8c53836c7a2a7d98e19a548515136ff77fefb689" + sha256 cellar: :any, ventura: "3dc2665391f4062de7f23e0e5ab573d3c3a0cbde3fdb011efcd2d5d1d350462f" + sha256 cellar: :any_skip_relocation, arm64_linux: "05b2b8f955b300de27bd05acacb48a18a8bbbce384d778e06460dc73b5cde284" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e347c7220989635107b88192baf013d465cdb8ca6e7e9ea218d4b1abe2e0f36" end depends_on "cmake" => :build From 0f77c7f682f8d6c62ae3e3b7890b6bdacad75f97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 20:44:43 +0000 Subject: [PATCH 07305/10074] libopenmpt: update 0.8.1 bottle. --- Formula/lib/libopenmpt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libopenmpt.rb b/Formula/lib/libopenmpt.rb index a6c5014067fd0..d04eb16a43bcf 100644 --- a/Formula/lib/libopenmpt.rb +++ b/Formula/lib/libopenmpt.rb @@ -12,13 +12,13 @@ class Libopenmpt < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "37d13180af54e2ddb20be5e9a93189e06ef099dc441fa6199dd6452e88f0f8f3" - sha256 cellar: :any, arm64_sonoma: "e7f8a7eebc4dc1e3db14a4e04acd46a50d6791efb0a484fed3cc548313d0db3d" - sha256 cellar: :any, arm64_ventura: "c4360547b56d28351c0f33f10dc830b4706b85363b2fbfca222dc3815431d7e4" - sha256 cellar: :any, sonoma: "b8f2e7a3694ae395ee177151032b8360e017be99fe1c1e094f7d07e8644e8817" - sha256 cellar: :any, ventura: "3c9f5d3ddfa9737b56fbf272bd7b52a5933dcaa98494c040a5c70c6d3a48a5d5" - sha256 cellar: :any_skip_relocation, arm64_linux: "fb4d2a6336ca02311e52271ddc29cab52fa334d8830629452585e5eae794ec0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "914999916490d887b7bda07dc1f05d6e97d23be0e902cc582b03960ae15a0cbd" + sha256 cellar: :any, arm64_sequoia: "af3b10e8707f87ff9b9ba39f1b1355dd08953d9ff68faa352ce4f7e3d2ef6d81" + sha256 cellar: :any, arm64_sonoma: "c392eb043cdd93821d177096d604ac4eddbe74fc49b4579a8ba05d5ffe1a7419" + sha256 cellar: :any, arm64_ventura: "41b31c3435eca9e992b84019752ec3f09f2e38d8fd5d7a1780d85f7f292f0f64" + sha256 cellar: :any, sonoma: "5273f9e14b610eb4ab5b7099b831ba7e59b76c659aef5829b09a4fc24b85b62c" + sha256 cellar: :any, ventura: "a4050cd448ab8671ddf95077beaabd0fe5e560899239e0061d42237079d55613" + sha256 cellar: :any_skip_relocation, arm64_linux: "65c297e0d0a5e4a53a681480087c14a90779cd8ac94074550666db6eb50825ef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c0c485f965853e9c5c8e6babe16e591610bbdc716c27f8c0299a09de01d8566e" end depends_on "pkgconf" => :build From d8f95acd3a7c6c31bd0295a3052fdf41f0d4f080 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sat, 14 Jun 2025 15:45:54 -0700 Subject: [PATCH 07306/10074] nb 7.20.1 --- Formula/n/nb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nb.rb b/Formula/n/nb.rb index 597c216669703..aab47d6a5a7f8 100644 --- a/Formula/n/nb.rb +++ b/Formula/n/nb.rb @@ -1,8 +1,8 @@ class Nb < Formula desc "Command-line and local web note-taking, bookmarking, and archiving" homepage "https://xwmx.github.io/nb" - url "https://github.com/xwmx/nb/archive/refs/tags/7.20.0.tar.gz" - sha256 "7d677e88ebeb64f9f94a78e0b08cc4d60146bdf2f591fcd6bf31f832eba55e08" + url "https://github.com/xwmx/nb/archive/refs/tags/7.20.1.tar.gz" + sha256 "66ecc7b016c71152b260c589db61374fa9bfbb825f00ebea482b867727f1731d" license "AGPL-3.0-or-later" head "https://github.com/xwmx/nb.git", branch: "master" From e72cc7a34697dde978ce85ef8e83ff1e57f961c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:18:56 +0000 Subject: [PATCH 07307/10074] roadrunner 2025.1.2 --- Formula/r/roadrunner.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/roadrunner.rb b/Formula/r/roadrunner.rb index 2003e4648e7b6..c27c616f82557 100644 --- a/Formula/r/roadrunner.rb +++ b/Formula/r/roadrunner.rb @@ -1,8 +1,8 @@ class Roadrunner < Formula desc "High-performance PHP application server, load-balancer and process manager" homepage "https://docs.roadrunner.dev/docs" - url "https://github.com/roadrunner-server/roadrunner/archive/refs/tags/v2025.1.1.tar.gz" - sha256 "f0469f753b5f968254a696e52f7a0fc7e41d806d71fd53e2eda3d2c25697da20" + url "https://github.com/roadrunner-server/roadrunner/archive/refs/tags/v2025.1.2.tar.gz" + sha256 "abac9a924e96ebce7f9f39e9497ff14096dd1bb90af2719bfb03997cfd524f4e" license "MIT" head "https://github.com/roadrunner-server/roadrunner.git", branch: "master" From 36343eb7f4043ace9d975d556b0f31083fe7a134 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:19:45 +0000 Subject: [PATCH 07308/10074] s-search 0.7.2 --- Formula/s/s-search.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/s-search.rb b/Formula/s/s-search.rb index ddd109b507baa..25a57e2ff60c5 100644 --- a/Formula/s/s-search.rb +++ b/Formula/s/s-search.rb @@ -1,8 +1,8 @@ class SSearch < Formula desc "Web search from the terminal" homepage "https://github.com/zquestz/s" - url "https://github.com/zquestz/s/archive/refs/tags/v0.7.1.tar.gz" - sha256 "4bddf2ff574b6c1af36929290986b351484ba643725ec0918c3c0c10461e326d" + url "https://github.com/zquestz/s/archive/refs/tags/v0.7.2.tar.gz" + sha256 "d36474448d9594743ff8841585e596c24ef0be9110f15e6b39baa96c8d982e6e" license "MIT" head "https://github.com/zquestz/s.git", branch: "master" From c3c5e9465f65bf73c7365f2ac34b953ed271a815 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 19:35:28 -0400 Subject: [PATCH 07309/10074] odbc2parquet: remove unnecessary linker flags Signed-off-by: Rui Chen --- Formula/o/odbc2parquet.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/o/odbc2parquet.rb b/Formula/o/odbc2parquet.rb index 954fa39190237..0f15037a0acd2 100644 --- a/Formula/o/odbc2parquet.rb +++ b/Formula/o/odbc2parquet.rb @@ -21,10 +21,6 @@ class Odbc2parquet < Formula depends_on "unixodbc" def install - # upstream patch PR to improve dynamic unixODBC library path handling, https://github.com/pacman82/odbc-sys/pull/50 - ENV["RUSTFLAGS"] = "-L#{Formula["unixodbc"].opt_lib}" - ENV["ODBC_SYS_STATIC_PATH"] = Formula["unixodbc"].opt_lib - system "cargo", "install", *std_cargo_args end From 1f7c42549440b68925aec62a18d6731b2a382392 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:38:16 +0000 Subject: [PATCH 07310/10074] roadrunner: update 2025.1.2 bottle. --- Formula/r/roadrunner.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/roadrunner.rb b/Formula/r/roadrunner.rb index c27c616f82557..5de71e8799e02 100644 --- a/Formula/r/roadrunner.rb +++ b/Formula/r/roadrunner.rb @@ -7,12 +7,12 @@ class Roadrunner < Formula head "https://github.com/roadrunner-server/roadrunner.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e29e079c1f8714dbf759ff598db0f888b6547d9faa11b83d995c885f201ee919" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ab5493ff6e37044e54637b5bb8462b848e6e4585605e49d14a6e5921ac69c10" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bb4a21273fb432a40498a52f00031df0c46d376f19573835facbd9c832ee1edd" - sha256 cellar: :any_skip_relocation, sonoma: "6af83771144e6080c1003ddfb1ddc5d6dc466691c73bd6f88f4384897a7a352e" - sha256 cellar: :any_skip_relocation, ventura: "c84e57d6688d43869620911fdf16a28b0afc1d50628961b2365fbf58f52aa3e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0cb677fa4a4ca97aeed1c124fb56f5680051398c5a027f1729d2dece43290acc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "476af85d6ead4459ffef2d738a69af423142bf0c108bafef185b2ced67bd7b0c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca917ba8eec16cfebaffe1717e71b2a83542acd9183c76807cef0c4a67697762" + sha256 cellar: :any_skip_relocation, arm64_ventura: "98206a0967c96e79465c69aba3e9389e9f1860c83fac6cb4d57c94d6c1d1e6ef" + sha256 cellar: :any_skip_relocation, sonoma: "debe6de2ea633c4607ea7e463de8146ba40a042f587a9ffb1eb96aac9576207b" + sha256 cellar: :any_skip_relocation, ventura: "645bfca8b1ca751630c43deabf5b849a84e4b85de81252af76ea7a03d13384f6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f74c0a62ac10e7bbcfae5fb5fb37a6b9ba4034a99fc9c24cc6bc4fe3d482f323" end depends_on "go" => :build From b50086c375cdf3dfcdd52361da6699fa94645f3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:38:27 +0000 Subject: [PATCH 07311/10074] s-search: update 0.7.2 bottle. --- Formula/s/s-search.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/s/s-search.rb b/Formula/s/s-search.rb index 25a57e2ff60c5..f057326e5e6b3 100644 --- a/Formula/s/s-search.rb +++ b/Formula/s/s-search.rb @@ -7,14 +7,12 @@ class SSearch < Formula head "https://github.com/zquestz/s.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "78b50016430687712f8b84e23faefdffbf06db097036ff1e2c34c9c7bdbd4bbb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef8e90f1d4e31ecea6da0d63de25cd3eb4cef6f6108a43f70fff4d298c70dafc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ef8e90f1d4e31ecea6da0d63de25cd3eb4cef6f6108a43f70fff4d298c70dafc" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ef8e90f1d4e31ecea6da0d63de25cd3eb4cef6f6108a43f70fff4d298c70dafc" - sha256 cellar: :any_skip_relocation, sonoma: "b0c6b8d333b9c3cbb579bd1f0bee3e80f44e5120475aba3f03e04a38b6d032c9" - sha256 cellar: :any_skip_relocation, ventura: "b0c6b8d333b9c3cbb579bd1f0bee3e80f44e5120475aba3f03e04a38b6d032c9" - sha256 cellar: :any_skip_relocation, monterey: "b0c6b8d333b9c3cbb579bd1f0bee3e80f44e5120475aba3f03e04a38b6d032c9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3aa30916a1b90e20f0c6e12d03afa20a7e6f1d639bc3c8134daf501f08916f5a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd28347437ccaac577e520058f36e31995d1fa406e7e4b17f5eee109d38313a6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd28347437ccaac577e520058f36e31995d1fa406e7e4b17f5eee109d38313a6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dd28347437ccaac577e520058f36e31995d1fa406e7e4b17f5eee109d38313a6" + sha256 cellar: :any_skip_relocation, sonoma: "a3952e5a7149cb4d195c85f551fa781a372b54d8890a1a645371a5811bdeeb90" + sha256 cellar: :any_skip_relocation, ventura: "a3952e5a7149cb4d195c85f551fa781a372b54d8890a1a645371a5811bdeeb90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "962819056e6fd782f24e136064609ab9ab5e4fe20b0e8efda38969f685e4dccf" end depends_on "go" => :build From d395ced07dc80cacf6d9dfec5f6d114e763e2fad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:39:07 +0000 Subject: [PATCH 07312/10074] nb: update 7.20.1 bottle. --- Formula/n/nb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nb.rb b/Formula/n/nb.rb index aab47d6a5a7f8..b8ad506cd712e 100644 --- a/Formula/n/nb.rb +++ b/Formula/n/nb.rb @@ -9,13 +9,13 @@ class Nb < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" - sha256 cellar: :any_skip_relocation, sonoma: "caca87987f57de4883413dad8a52eade0bffa8207688e7ccc2a392801cf59a76" - sha256 cellar: :any_skip_relocation, ventura: "caca87987f57de4883413dad8a52eade0bffa8207688e7ccc2a392801cf59a76" - sha256 cellar: :any_skip_relocation, arm64_linux: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca27a1aa2094ff1c51523006d7c4f252ba16a5dbe43ae523eeb6b1979642ec17" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca27a1aa2094ff1c51523006d7c4f252ba16a5dbe43ae523eeb6b1979642ec17" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ca27a1aa2094ff1c51523006d7c4f252ba16a5dbe43ae523eeb6b1979642ec17" + sha256 cellar: :any_skip_relocation, sonoma: "83eaae9ecc3894c21bbfe6eaa81e8ad3f4fed6bcd46d910e3aaf34e478d6e496" + sha256 cellar: :any_skip_relocation, ventura: "83eaae9ecc3894c21bbfe6eaa81e8ad3f4fed6bcd46d910e3aaf34e478d6e496" + sha256 cellar: :any_skip_relocation, arm64_linux: "ca27a1aa2094ff1c51523006d7c4f252ba16a5dbe43ae523eeb6b1979642ec17" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ca27a1aa2094ff1c51523006d7c4f252ba16a5dbe43ae523eeb6b1979642ec17" end depends_on "bat" From 7952bf1ab93d05735c91c6c7d67fbb45b576bac3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:40:25 +0000 Subject: [PATCH 07313/10074] git-recent: update 2.0.2 bottle. --- Formula/g/git-recent.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-recent.rb b/Formula/g/git-recent.rb index d150466500c13..dfc83953aecbb 100644 --- a/Formula/g/git-recent.rb +++ b/Formula/g/git-recent.rb @@ -6,7 +6,7 @@ class GitRecent < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "ca4cc371dd0b4803702c639e6685352b028f2275a1c0115299c12c6a85430cf3" + sha256 cellar: :any_skip_relocation, all: "f57a03f6950455f989457135a7a7106c7a2c8cd108872ada2f0fd6a2fdebebe6" end depends_on "fzf" From d8eee58f4d0ae21565022bad5f0560a95373be50 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 20:49:02 -0400 Subject: [PATCH 07314/10074] ghalint 1.5.1 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/g/ghalint.rb | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Formula/g/ghalint.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index ae604915ee30c..ecb2661dff10d 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1266,6 +1266,7 @@ gf gfold ggshield gh-ost +ghalint ghcup ghex ghorg diff --git a/Formula/g/ghalint.rb b/Formula/g/ghalint.rb new file mode 100644 index 0000000000000..457ad4f5a7321 --- /dev/null +++ b/Formula/g/ghalint.rb @@ -0,0 +1,34 @@ +class Ghalint < Formula + desc "GitHub Actions linter" + homepage "https://github.com/suzuki-shunsuke/ghalint" + url "https://github.com/suzuki-shunsuke/ghalint/archive/refs/tags/v1.5.1.tar.gz" + sha256 "ccd597e0f943295a5303125342b96913f8fe3b71676bde4113230ae38536d47b" + license "MIT" + head "https://github.com/suzuki-shunsuke/ghalint.git", branch: "main" + + depends_on "go" => :build + + def install + ldflags = "-s -w -X main.version=#{version} -X main.commit=#{tap.user} -X main.date=#{time.iso8601}" + system "go", "build", *std_go_args(ldflags:), "./cmd/ghalint" + end + + test do + assert_match version.to_s, shell_output("#{bin}/ghalint version") + + (testpath/".github/workflows/test.yml").write <<~YAML + name: test + + on: [push] + + jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + YAML + + output = shell_output("#{bin}/ghalint run .github/workflows/test.yml 2>&1", 1) + assert_match "job should have permissions", output + end +end From ef191ee136272a137572126500ab7b88f7654e2c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 20:51:59 -0400 Subject: [PATCH 07315/10074] diagram 1.0.6 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/d/diagram.rb | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 Formula/d/diagram.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index ae604915ee30c..25a7bdcc4c022 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -816,6 +816,7 @@ dhall-lsp-server dhall-toml dhall-yaml di +diagram dialog diamond dicebear diff --git a/Formula/d/diagram.rb b/Formula/d/diagram.rb new file mode 100644 index 0000000000000..e844a5bbaf3e5 --- /dev/null +++ b/Formula/d/diagram.rb @@ -0,0 +1,37 @@ +class Diagram < Formula + desc "CLI app to convert ASCII arts into hand drawn diagrams" + homepage "https://github.com/esimov/diagram" + url "https://github.com/esimov/diagram/archive/refs/tags/v1.0.6.tar.gz" + sha256 "008594494e004c786ea65425abf10ba4ffef2e417102de83ece3ebdee5029c66" + license "MIT" + head "https://github.com/esimov/diagram.git", branch: "master" + + depends_on "go" => :build + depends_on "pkgconf" => :build + + on_linux do + depends_on "vulkan-headers" => :build + depends_on "libx11" + depends_on "libxcursor" + depends_on "libxfixes" + depends_on "libxkbcommon" + depends_on "mesa" + depends_on "wayland" + end + + def install + system "go", "build", *std_go_args(ldflags: "-s -w -X main.defaultFontFile=#{pkgshare}/gloriahallelujah.ttf") + + pkgshare.install ["sample.txt", "font/gloriahallelujah.ttf"] + end + + test do + cp pkgshare/"sample.txt", testpath + pid = spawn bin/"diagram", "-in", "sample.txt", "-out", testpath/"output.png" + sleep 1 + assert_path_exists testpath/"output.png" + ensure + Process.kill("TERM", pid) + Process.wait(pid) + end +end From 45de2d7c5fc9234681e2286ae0bf01b71b712275 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 02:31:12 +0000 Subject: [PATCH 07316/10074] abcmidi 2025.06.14 --- Formula/a/abcmidi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/abcmidi.rb b/Formula/a/abcmidi.rb index c405913273258..b10d6ff8d7cfa 100644 --- a/Formula/a/abcmidi.rb +++ b/Formula/a/abcmidi.rb @@ -1,8 +1,8 @@ class Abcmidi < Formula desc "Converts abc music notation files to MIDI files" homepage "https://ifdo.ca/~seymour/runabc/top.html" - url "https://ifdo.ca/~seymour/runabc/abcMIDI-2025.02.16.zip" - sha256 "2bbe8a6305d3708e874d3e211c831a52433ea4970bbc81d2d1ce92491c4fee5f" + url "https://ifdo.ca/~seymour/runabc/abcMIDI-2025.06.14.zip" + sha256 "7ea56ecce013b0302618db40375eada3d55cdb87349f80f60d8197f6f24a223a" license "GPL-2.0-or-later" livecheck do From 19ca49a28b7d2209d81f3b649ae93242a7088ec1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 02:34:46 +0000 Subject: [PATCH 07317/10074] cdncheck 1.1.23 --- Formula/c/cdncheck.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdncheck.rb b/Formula/c/cdncheck.rb index 4a9dfd1909432..699b3ac836350 100644 --- a/Formula/c/cdncheck.rb +++ b/Formula/c/cdncheck.rb @@ -1,8 +1,8 @@ class Cdncheck < Formula desc "Utility to detect various technology for a given IP address" homepage "https://projectdiscovery.io" - url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.1.22.tar.gz" - sha256 "4ab00de59aed8d3e356e67110bd1352aec5f2ce355b4a4aefd55bede3c877bba" + url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.1.23.tar.gz" + sha256 "4bb9696c1e72f0c366e99aaaf9e01e2ff742f3204bb211214290362bb3652b53" license "MIT" head "https://github.com/projectdiscovery/cdncheck.git", branch: "main" From 8c36f21e1cba2e69ab6f72dc9223aaad8a97b840 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 02:39:25 +0000 Subject: [PATCH 07318/10074] fastp 1.0.0 --- Formula/f/fastp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index 056ebde2beca0..3f9a0aaec32c0 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -1,8 +1,8 @@ class Fastp < Formula desc "Ultra-fast all-in-one FASTQ preprocessor" homepage "https://github.com/OpenGene/fastp" - url "https://github.com/OpenGene/fastp/archive/refs/tags/v0.26.0.tar.gz" - sha256 "ab5396f448bece92e599e4d3acc48751fc46f0f43333ca271d229aa95dc47c4e" + url "https://github.com/OpenGene/fastp/archive/refs/tags/v1.0.0.tar.gz" + sha256 "cd8ba4bbadacadf22a8dd83445455717689a01c774a0a0c23cf36f7a05496c91" license "MIT" bottle do From cef1a49cb619383fea6ed9ec07a9aa9b4493bf1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 02:57:40 +0000 Subject: [PATCH 07319/10074] typstyle 0.13.11 --- Formula/t/typstyle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/typstyle.rb b/Formula/t/typstyle.rb index b420b45982b19..a1de95e081738 100644 --- a/Formula/t/typstyle.rb +++ b/Formula/t/typstyle.rb @@ -1,8 +1,8 @@ class Typstyle < Formula desc "Beautiful and reliable typst code formatter" homepage "https://enter-tainer.github.io/typstyle/" - url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.13.10.tar.gz" - sha256 "9fe4f555cd3d838341443d92d18d45394d57df08aaab276bbab074ccb1a0fcb3" + url "https://github.com/Enter-tainer/typstyle/archive/refs/tags/v0.13.11.tar.gz" + sha256 "7a7bff0980f00f468dfadc04e2c26531ea7d2301b2909bf2cb24116c97902ec7" license "Apache-2.0" head "https://github.com/Enter-tainer/typstyle.git", branch: "master" From d277d4a09e914dc255816581db39983c39b095a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 02:57:57 +0000 Subject: [PATCH 07320/10074] universal-ctags p6.2.20250615.0 --- Formula/u/universal-ctags.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/u/universal-ctags.rb b/Formula/u/universal-ctags.rb index 1e33f7b248bf4..12bff175b626f 100644 --- a/Formula/u/universal-ctags.rb +++ b/Formula/u/universal-ctags.rb @@ -1,9 +1,9 @@ class UniversalCtags < Formula desc "Maintained ctags implementation" homepage "https://ctags.io/" - url "https://github.com/universal-ctags/ctags/archive/refs/tags/p6.2.20250608.0.tar.gz" - version "p6.2.20250608.0" - sha256 "de01848e246ab08d82f9d330700cbf75ff065b3e0678bfde2df891d3b9648b05" + url "https://github.com/universal-ctags/ctags/archive/refs/tags/p6.2.20250615.0.tar.gz" + version "p6.2.20250615.0" + sha256 "34a5ab1a05353de2712dd8479d959cd4ec21b0f39c400731e53ecd192d2770fc" license "GPL-2.0-only" head "https://github.com/universal-ctags/ctags.git", branch: "master" From d55f75416c76b7ddaaedb8690f8b41eae53cb5a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:02:01 +0000 Subject: [PATCH 07321/10074] fastp: update 1.0.0 bottle. --- Formula/f/fastp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index 3f9a0aaec32c0..cb41cff73b538 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -6,13 +6,13 @@ class Fastp < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "30f8fe5ec8c763eba03044f2f20bb62a8eca26620eb0ad9195773b091418bc02" - sha256 cellar: :any, arm64_sonoma: "9c240f042c1e56a3e84d73629460c6c329707953c464715a34e28a370865f9bf" - sha256 cellar: :any, arm64_ventura: "b6710ef28940c569e1f92e9b487cb8ba263f3cd9fc28e573cbf3a6290ad44bce" - sha256 cellar: :any, sonoma: "561e9820f5f479a46c9381f6355e5b6853be164b0c061b56bb0d121d487b4555" - sha256 cellar: :any, ventura: "c02b28fdb8341a69540d917b5ace9e4d0cc9a204d548b0fec7e853c0af2a3b86" - sha256 cellar: :any_skip_relocation, arm64_linux: "37eac38ffb62670556e02c579d69ecc897d10f2c0002a7cbdb53b5e1dc676fa9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f80b2781db100abda8cff247ec05c2448dac9ef0af2bcee95cc1553b43e4a017" + sha256 cellar: :any, arm64_sequoia: "abf213d067a6e80c8058042527c5a985514c4b52ec6e5b43f877a99a35c611b4" + sha256 cellar: :any, arm64_sonoma: "50ccc67d66768d2dd24a6b83488f928d1b7e288b9d5bbf4a9c748fa58b0637b5" + sha256 cellar: :any, arm64_ventura: "ac172a82c29a53312a39423b66b3ac7ac935d0c93fbbec87f392f5b7ecad4de7" + sha256 cellar: :any, sonoma: "5c0a2e8ea04344f2247039f59cc93613a9b12e91ceb623e606c5c9524f6391f6" + sha256 cellar: :any, ventura: "e024e174932a8ee69481892e69ac54f146527b406eb5b89447d3fd1dc9a1a26f" + sha256 cellar: :any_skip_relocation, arm64_linux: "9ecea2fb766c29a9cdc93d6c056448c3b1a328c34d50f12455f79ee9389f53b1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d5279e5aa2abde6a63b3422e42d7ec9aa753d59cbd0ccff68163d65ea71ccc96" end depends_on "isa-l" From 3d50589af03aa41986f6e292afa39b1c9aaa3854 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:02:04 +0000 Subject: [PATCH 07322/10074] cdncheck: update 1.1.23 bottle. --- Formula/c/cdncheck.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cdncheck.rb b/Formula/c/cdncheck.rb index 699b3ac836350..72647ce6c779e 100644 --- a/Formula/c/cdncheck.rb +++ b/Formula/c/cdncheck.rb @@ -12,12 +12,12 @@ class Cdncheck < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4bfa85e3b66b0956d696655aa1e8f245631825744a5721e2711473b06675544" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "995db71f5d8847b1f5a5676dd92a93a9bf901fa4a48f42ef19428e4b09d5d81c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5b9ebcfa11b08bec5dc24b857eb68fef7855574e12ad8f603ee685ad6bbebbcd" - sha256 cellar: :any_skip_relocation, sonoma: "881b8652fd12322fafd2bf2eff44e6d0f43ee32bf1e11e31ab5b7cce1fff5c30" - sha256 cellar: :any_skip_relocation, ventura: "29cf6c3ae702d2ff91a2da90edb3aae8a063f763d45d8a43ba366a93568125ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "670fd341a1fdc0f8f12cdc1dc951f823d5e38dbc9a89713010ea21ec07d0cc79" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "612857c3d9265caeea4910c88bdc28344436aa9a7d798bb4f12fc78fa8d94f3f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c33eeb88c29e82d90a15b3cedf5a63847e7170917647dd152a44ebd93edcf547" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1582764ed6017c3a1afede906ab7f748f1ec4b02ea7040d95bcd78830f479848" + sha256 cellar: :any_skip_relocation, sonoma: "7ac45aaec62f655a772dcfa83f3576359ad765fe8ffa56e28675e2b4b301f925" + sha256 cellar: :any_skip_relocation, ventura: "32ce5738f57f34e87a2339eb612145e5d4a66c3e40d5574e1126b7e3ca0c4463" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd1a2181e96d516976a558dedb9eaaf5f72efa295e0e5bed70834580beb9b969" end depends_on "go" => :build From dfa0d3bca8bc7ff84f1a2dd3d5d70cb5084335db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:02:27 +0000 Subject: [PATCH 07323/10074] abcmidi: update 2025.06.14 bottle. --- Formula/a/abcmidi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/abcmidi.rb b/Formula/a/abcmidi.rb index b10d6ff8d7cfa..0f26e35217f71 100644 --- a/Formula/a/abcmidi.rb +++ b/Formula/a/abcmidi.rb @@ -11,13 +11,13 @@ class Abcmidi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc75ed523724b685d67e814ed27c69da334091ff1d3e93ec066e116b293b5ef7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "77e419fa750fcb77a3b4a271c86043d2b2f6acee718790918be223672aeab4bf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "19a638c4f1e1a81e6263c69bb4e1b79a5d6cdb100ba042284a5605b269a4a3a0" - sha256 cellar: :any_skip_relocation, sonoma: "f4adaa01ffef2c90fe3d9beab0469172cdcc99d3dd3c94d8dc371ef3bf69b45a" - sha256 cellar: :any_skip_relocation, ventura: "85de1f953827ee80b9f86eb0a85785a299d60b9ae291e0c675262e5d5324ad35" - sha256 cellar: :any_skip_relocation, arm64_linux: "2c277663417ce625cf781e21f8028073f66d97bb38277d0118836677c854d05f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "847d9f72f899f7e0191094654cfed70506e61d328c978063cd1474bb1564ffb7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5616f59e2e68371d5ba7b4c07368ed1a029f041e20d4d0746ec230a47be2278" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0358d58e1fffa5cf52a919b5fa699a147c631b94369671fbba3e1bfa9d5f8597" + sha256 cellar: :any_skip_relocation, arm64_ventura: "421ba9e7582a3df8094c75c8492fbedd5e1fff32b345bbf0298d0f1571270617" + sha256 cellar: :any_skip_relocation, sonoma: "e190f086c82c9fb5010ec5fa896e3d1f280ac3b06b07d87343fc4de621d1e148" + sha256 cellar: :any_skip_relocation, ventura: "deb70187cc2b85cc479142e09003541dfee9cacd3793d96f0b16c612e0402132" + sha256 cellar: :any_skip_relocation, arm64_linux: "744e4e4b99db80e4acf809bbc5268809148bdd363228aaec130d88ce27c843ac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c2bbd19b0a51fe1efc98d87593844d87d276e3115a09fb002c15f59a647f9c58" end def install From e38fbd30a428d77493bb3fff7a5f4ac2db431d15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:12:21 +0000 Subject: [PATCH 07324/10074] typstyle: update 0.13.11 bottle. --- Formula/t/typstyle.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/typstyle.rb b/Formula/t/typstyle.rb index a1de95e081738..45267db2c4006 100644 --- a/Formula/t/typstyle.rb +++ b/Formula/t/typstyle.rb @@ -7,13 +7,13 @@ class Typstyle < Formula head "https://github.com/Enter-tainer/typstyle.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbeea25cfcec8f1ef26c66e327ca30417bdc86428dcb536ea15877253960d987" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e800045e39713541573a5595979e8ff443c1ab619981bcd91d3246efc245ca4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d09c10661bceee3a209c3e53735c6a70886807bc32f8b536486209a9311bc48e" - sha256 cellar: :any_skip_relocation, sonoma: "bf187048f8c3fe2a96d1f9b2aac78b215f270b0934366133e28c52b56f3cf8bc" - sha256 cellar: :any_skip_relocation, ventura: "4ef9ce6ddfacde15d4195afc6b519a600bc200ed8de31757066b08095656e2e7" - sha256 cellar: :any_skip_relocation, arm64_linux: "9a8906ad1adadec2a89711f401e36fef84eea31dbbdcb979024f41b786806eeb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4a3332739f15df2ace498b67e716c144b8cc7856be140d70359d1d2957e3d7f4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a5153fabe08e2a9e18f951d222ee7486e09acaada785e90a864bf0c74dd2fd8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "358c54239c81572f8897829d696c13c6a6db7f3d629080975b648e9549d4fc42" + sha256 cellar: :any_skip_relocation, arm64_ventura: "966f5f8f1582cfd5b106344ee66d40c39dc9d4c41c205e5fcc09c2ca3e0a0483" + sha256 cellar: :any_skip_relocation, sonoma: "ab7cc4e8410c24af4e70d53ea7a1f7d87f80025c91d69b898ea8fe68642503ad" + sha256 cellar: :any_skip_relocation, ventura: "1a6014a7792b5f967a59da730332117fddf78b379a5594e4b432f789320be1fc" + sha256 cellar: :any_skip_relocation, arm64_linux: "96dc100d89179c2ef89027e4607401cd2e660c5b28716ab0d8644828634980df" + sha256 cellar: :any_skip_relocation, x86_64_linux: "10590134a62e429642717b8d2881442d3778eb7d5389b4739aa2939553d74d39" end depends_on "rust" => :build From 8e08048e53bf0902d20cd28bfc767a9f421ceb18 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:18:10 +0000 Subject: [PATCH 07325/10074] universal-ctags: update p6.2.20250615.0 bottle. --- Formula/u/universal-ctags.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/universal-ctags.rb b/Formula/u/universal-ctags.rb index 12bff175b626f..5b5d52d69deaf 100644 --- a/Formula/u/universal-ctags.rb +++ b/Formula/u/universal-ctags.rb @@ -13,13 +13,13 @@ class UniversalCtags < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "49c3afdad7e1bfe4f3975453eb4976c5b9ad431395955e02251c93a1981087dd" - sha256 cellar: :any, arm64_sonoma: "84a8070276028b500bf0e004f391eb5b05d14283fc87e773b90a721b107af7e7" - sha256 cellar: :any, arm64_ventura: "f47b018307706acbee0390d7bd8e97d67858fb4027c8e400f9f1ad4ad0f62964" - sha256 cellar: :any, sonoma: "34c787e66cce2fc2655fd4ad85b90eda8db909f3f7ef7383cfc433c7df9ae99d" - sha256 cellar: :any, ventura: "8f7e06cc29a82e4cc1d5690e3997a6c66a6aa50c941d8c434f68f1418cdb5be2" - sha256 cellar: :any_skip_relocation, arm64_linux: "d1fe08679684d04d64e6ccca4660c55c0c96569ba2566c0f363f2f17b76b2cc4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6bf30781168a2c8542294eda84db49cbfd5cb64983c007ea749e3c54feb96dff" + sha256 cellar: :any, arm64_sequoia: "08bc5c0af7415c63ef93fb30c4da9e68c91647e5595bd3948fc0fc76a24805bb" + sha256 cellar: :any, arm64_sonoma: "c6d2f38d18cc445f1b734b2363b1cc28463bbb3c9f96f99bb8dc613e214ba1cf" + sha256 cellar: :any, arm64_ventura: "6d92c872ec6764f9e622384befe3f592f5f9e394c1cd087e657193e6146c8f17" + sha256 cellar: :any, sonoma: "4c95b4115691c35505945addc628e94fff6142582c88f7a72c0c27dcbb187a14" + sha256 cellar: :any, ventura: "9d7ec0296e489251874f6ac892db048d8e7b61b668ccf4967144fa629d360e7e" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb348f44cbd2a9af78dbb62c674aa30e421e098198a79ad7e45e7ef5eb0b0621" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9875831655ce8520eb0a293b5690b01bb5153716fdd574b84eb253c3c9dd16ea" end depends_on "autoconf" => :build From e6090770e5739a490ea37ddaa68185cfbf328fec Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 23:54:32 -0400 Subject: [PATCH 07326/10074] mpremote 1.25.0 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/mpremote.rb | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Formula/m/mpremote.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index ae604915ee30c..9ac17c178898a 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2464,6 +2464,7 @@ mpg123 mpi4py mpich mpop +mpremote mprocs mpv mqttui diff --git a/Formula/m/mpremote.rb b/Formula/m/mpremote.rb new file mode 100644 index 0000000000000..361e48608b375 --- /dev/null +++ b/Formula/m/mpremote.rb @@ -0,0 +1,25 @@ +class Mpremote < Formula + include Language::Python::Virtualenv + + desc "Tool for interacting remotely with MicroPython devices" + homepage "https://docs.micropython.org/en/latest/reference/mpremote.html" + url "https://files.pythonhosted.org/packages/86/1d/4a194eb385133349954cbf269e673e59e28b9510c7805e955da1cd32f4c6/mpremote-1.25.0.tar.gz" + sha256 "d0dcd8ab364d87270e1766308882e536e541052efd64aadaac83bc7ebbea2815" + license "MIT" + + depends_on "python@3.13" + + resource "pyserial" do + url "https://files.pythonhosted.org/packages/1e/7d/ae3f0a63f41e4d2f6cb66a5b57197850f919f59e558159a4dd3a818f5082/pyserial-3.5.tar.gz" + sha256 "3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb" + end + + def install + virtualenv_install_with_resources + end + + test do + assert_match version.to_s, shell_output("#{bin}/mpremote --version") + assert_match "no device found", shell_output("#{bin}/mpremote soft-reset 2>&1", 1) + end +end From 7150f408bb3babc8e35d161a6051b166c464a8e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:55:28 +0000 Subject: [PATCH 07327/10074] diagram: add 1.0.6 bottle. --- Formula/d/diagram.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/d/diagram.rb b/Formula/d/diagram.rb index e844a5bbaf3e5..e19ebd5600b80 100644 --- a/Formula/d/diagram.rb +++ b/Formula/d/diagram.rb @@ -6,6 +6,15 @@ class Diagram < Formula license "MIT" head "https://github.com/esimov/diagram.git", branch: "master" + bottle do + sha256 arm64_sequoia: "049ae370aab2ab7876282b307a01bda38e2e254807f422cece826e4ec556d09e" + sha256 arm64_sonoma: "38ac3fbc992a5611bf30e1848123efda5274a7d994049a24ec55102871886776" + sha256 arm64_ventura: "a234cd90fd88eaa7025cd28843b37d9feb6f07a012ee57f5e1a5a7f288677562" + sha256 sonoma: "3eb79fb18800c3f1c9eebc261c15f06db339d0b2df017184757b6e39126df8f8" + sha256 ventura: "6c8079e485d9bb3c95cb22221a6a2fdc4fe4801d6f1d965c0ac7941aecf04c79" + sha256 x86_64_linux: "6ba263cef3accdf1a171e19d5aebf1493c304f601dd490753ae06a0b5932c459" + end + depends_on "go" => :build depends_on "pkgconf" => :build From ffdd25435f4ae47c2c5a21277eb30011766a58f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:55:29 +0000 Subject: [PATCH 07328/10074] ghalint: add 1.5.1 bottle. --- Formula/g/ghalint.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/g/ghalint.rb b/Formula/g/ghalint.rb index 457ad4f5a7321..727b7e611e18b 100644 --- a/Formula/g/ghalint.rb +++ b/Formula/g/ghalint.rb @@ -6,6 +6,15 @@ class Ghalint < Formula license "MIT" head "https://github.com/suzuki-shunsuke/ghalint.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa37743a6a24e5b33dde01dbaddd0a3e0cfd7d974eba0b0d127813ebbb3a4f62" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa37743a6a24e5b33dde01dbaddd0a3e0cfd7d974eba0b0d127813ebbb3a4f62" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fa37743a6a24e5b33dde01dbaddd0a3e0cfd7d974eba0b0d127813ebbb3a4f62" + sha256 cellar: :any_skip_relocation, sonoma: "86c0b669bdb3c8436d5cbf6f2e8e9002370c185478f35296a72232e54788225f" + sha256 cellar: :any_skip_relocation, ventura: "86c0b669bdb3c8436d5cbf6f2e8e9002370c185478f35296a72232e54788225f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd24e1973f10c61e00f398f5d1356eb6f85addda261a107f4afaa6df56f7e90f" + end + depends_on "go" => :build def install From d795f3459804bdb59ff45ea68ed1e9715cdd0c4b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Jun 2025 23:55:49 -0400 Subject: [PATCH 07329/10074] synced_versions_formulae: sync `micropython`,`mpremote` Signed-off-by: Rui Chen --- synced_versions_formulae.json | 1 + 1 file changed, 1 insertion(+) diff --git a/synced_versions_formulae.json b/synced_versions_formulae.json index e10e1690ad894..87dadb0aaa377 100644 --- a/synced_versions_formulae.json +++ b/synced_versions_formulae.json @@ -50,6 +50,7 @@ ["qalculate-gtk", "qalculate-qt"], ["mame", "rom-tools"], ["mecab-unidic", "mecab-unidic-extended"], + ["micropython", "mpremote"], ["moarvm", "nqp", "rakudo"], ["moreutils", "sponge"], ["mupdf", "mupdf-tools"], From c5dfdba814044fd499ad0da959494e8131eaf3c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 04:40:34 +0000 Subject: [PATCH 07330/10074] mpremote: add 1.25.0 bottle. --- Formula/m/mpremote.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/m/mpremote.rb b/Formula/m/mpremote.rb index 361e48608b375..b3130b9ab20dd 100644 --- a/Formula/m/mpremote.rb +++ b/Formula/m/mpremote.rb @@ -7,6 +7,10 @@ class Mpremote < Formula sha256 "d0dcd8ab364d87270e1766308882e536e541052efd64aadaac83bc7ebbea2815" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, all: "e0a64c3be9447ab462935ea95ed2d722264aadb1bd24146710393b5a6ef81d19" + end + depends_on "python@3.13" resource "pyserial" do From a44e75338f9dee93c56c6534d9d2e44492b2287d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 04:57:13 +0000 Subject: [PATCH 07331/10074] certifi 2025.6.15 --- Formula/c/certifi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/certifi.rb b/Formula/c/certifi.rb index b29c0bf82d9b2..c6ec78ae7948e 100644 --- a/Formula/c/certifi.rb +++ b/Formula/c/certifi.rb @@ -1,8 +1,8 @@ class Certifi < Formula desc "Mozilla CA bundle for Python" homepage "https://github.com/certifi/python-certifi" - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" license "MPL-2.0" bottle do From 9941d7e605b30dd0255adfec66fc19599b275a73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 07:51:50 +0000 Subject: [PATCH 07332/10074] cdk8s 2.200.101 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index f3dc23f3436ab..49ae57245847f 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.100.tgz" - sha256 "219f84c4c4499c086377cd6be7c0ea5e3f1e2e6f588785e890c9388a5705ac15" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.101.tgz" + sha256 "8b20b893ddb8ea3cdd7fe12cec94dae95684afc9daa38010615931eea2f7b440" license "Apache-2.0" bottle do From 397ebaf256cfa99a41824b00d11cdee59c6aaf98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 07:57:39 +0000 Subject: [PATCH 07333/10074] fabric-ai 1.4.204 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 5234d03b1642f..badb6e401ee36 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.203.tar.gz" - sha256 "78a9846014b46544feec9014dd455ea8c702b4b7e060a29bca744585c40ccd36" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.204.tar.gz" + sha256 "478c0fcef75fcd6cc18cfa39e1308d426ae6e73f87245547cee4bb30376066c3" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 9b35e4f1a152f5bb51c2dada4a9c7dc02ced17c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 08:02:08 +0000 Subject: [PATCH 07334/10074] jackett 0.22.2017 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index cbf15f205e45d..1630400079739 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2016.tar.gz" - sha256 "59dcd0319384f19e1b4060278a50b4fa9b1c995eacd1a4615a2aacdc6c83502a" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2017.tar.gz" + sha256 "6a8da65be61a2ff04ad0f6557f7d035716c56ead865722eb2a535d8f51b36ebc" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From e226a184223e00d8eacda0441b670270643ee696 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 08:18:06 +0000 Subject: [PATCH 07335/10074] jackett: update 0.22.2017 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 1630400079739..d339efa8ab612 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "f6a4cc7d7fa20a7ce22b54be94511ac178ecff9f15dd44e2e89d5501cfd6bc78" - sha256 cellar: :any, arm64_sonoma: "8623217d1e14ca2c51897a732657a53decd9212f3283c681c55b4e925804a3a3" - sha256 cellar: :any, arm64_ventura: "03156d04aa7b29b5161af1f55ede542119714b0011ebd96f224e6ba7ba35553e" - sha256 cellar: :any, ventura: "ec944ce4488ac25bd29b96368f98237f6a7e5032cf9b237d31d23aaa0db81712" - sha256 cellar: :any_skip_relocation, arm64_linux: "30d25a0fc025d5f96e27865fab6e32d0e12bcf746978e0f7e80967994847842c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7900068ce9f8b4da3ab9052bcc39748491e884af3147edd72853f80971ec711d" + sha256 cellar: :any, arm64_sequoia: "ee0b328dd70b2cf7d69253c2fb4904dc71d95e74f0161ba62152b97ca123b3f8" + sha256 cellar: :any, arm64_sonoma: "e5f0a00361a9d5e8d7e714d33e20de4b2cfe692265c8357b6b00e55220ed9646" + sha256 cellar: :any, arm64_ventura: "1b689daf635193d524fd39aac33dfeefa2d8916a0b3f6d364bfa98d9045a0444" + sha256 cellar: :any, ventura: "07a1b5260db4223d9bfd804c686ef8fc2ea1bb83d564d0ab68ac69a3da9ba69a" + sha256 cellar: :any_skip_relocation, arm64_linux: "44d87cdadffa79e25a32096c655a0d3a5b71fb860991adf26e90d0565bfa42c6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2af4b472acef0c3b07a00381dc0b6a16af4af8546162a8ccf08efc95c0dff17c" end depends_on "dotnet@8" From 0ea4dc960a02bfff5e3b7bc44aef6503b4a37d41 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 08:18:17 +0000 Subject: [PATCH 07336/10074] fabric-ai: update 1.4.204 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index badb6e401ee36..8782f8dc00b19 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "689de7e45e48e45c116b0b18f1cec19f01a8624675251da65220870f9d63bf32" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "689de7e45e48e45c116b0b18f1cec19f01a8624675251da65220870f9d63bf32" - sha256 cellar: :any_skip_relocation, arm64_ventura: "689de7e45e48e45c116b0b18f1cec19f01a8624675251da65220870f9d63bf32" - sha256 cellar: :any_skip_relocation, sonoma: "4c56ef00c30dab63a2c3be13904c9bce95d0f146cdcd674b97954de7c2cd9d38" - sha256 cellar: :any_skip_relocation, ventura: "4c56ef00c30dab63a2c3be13904c9bce95d0f146cdcd674b97954de7c2cd9d38" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4efdc9ecf91835b126c88064a3a97a38a5c74426b91b1cf682ebda8ec30f6ce8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "efcbcd6afdb403c29465d62a950a611a5ee012cd8878d0699ccf1bc3a8724538" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "efcbcd6afdb403c29465d62a950a611a5ee012cd8878d0699ccf1bc3a8724538" + sha256 cellar: :any_skip_relocation, arm64_ventura: "efcbcd6afdb403c29465d62a950a611a5ee012cd8878d0699ccf1bc3a8724538" + sha256 cellar: :any_skip_relocation, sonoma: "149f173ca6369c3d23968311d9b40cb73dee2ad9ac5aef97110d783602fd5c3e" + sha256 cellar: :any_skip_relocation, ventura: "149f173ca6369c3d23968311d9b40cb73dee2ad9ac5aef97110d783602fd5c3e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e8a52893933c3e4d2455b0b02623e31da66e2e6d8d1509a13cfe744770e360e" end depends_on "go" => :build From 2b6aa2f2e43ca5ef328de787ae1e9c81d9f18bf5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 08:18:32 +0000 Subject: [PATCH 07337/10074] cdk8s: update 2.200.101 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 49ae57245847f..8fe69c07aaf3e 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" - sha256 cellar: :any_skip_relocation, sonoma: "0ea8511056b509fbff8f1ea509b8148a436382a3cf6cac381c38bfe074a2796b" - sha256 cellar: :any_skip_relocation, ventura: "0ea8511056b509fbff8f1ea509b8148a436382a3cf6cac381c38bfe074a2796b" - sha256 cellar: :any_skip_relocation, arm64_linux: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b58390b893c0eeb33c6ae31f20220053560c2ead26f74967a3f85dcc04dde994" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" + sha256 cellar: :any_skip_relocation, sonoma: "b2e09a0347815cdc8e30b6a9b9b35e7f89e5d3b2cec5ace8fefa345320871d63" + sha256 cellar: :any_skip_relocation, ventura: "b2e09a0347815cdc8e30b6a9b9b35e7f89e5d3b2cec5ace8fefa345320871d63" + sha256 cellar: :any_skip_relocation, arm64_linux: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" end depends_on "node" From 863564cbbc6e6ab58980b83141ed04e009862713 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 15 Jun 2025 12:57:29 +0300 Subject: [PATCH 07338/10074] unciv 4.16.16 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/u/unciv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index ccd4d1e284cf9..f70664c53504e 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -1,8 +1,8 @@ class Unciv < Formula desc "Open-source Android/Desktop remake of Civ V" homepage "https://github.com/yairm210/Unciv" - url "https://github.com/yairm210/Unciv/releases/download/4.16.15/Unciv.jar" - sha256 "76eed69d289d27976f3c7cd73fda7b8097087ce3a5c169bc9f692bd267b215a4" + url "https://github.com/yairm210/Unciv/releases/download/4.16.16/Unciv.jar" + sha256 "1dbe017ed6588531a9fb674e9d8676b5cbf4b88e386d609515e2ff1a9a3cd74e" license "MPL-2.0" livecheck do From c79af6df142322bb53c291b1c7c5b73100f37feb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 10:17:48 +0000 Subject: [PATCH 07339/10074] unciv: update 4.16.16 bottle. --- Formula/u/unciv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index f70664c53504e..8d5d13a9e7866 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -13,7 +13,7 @@ class Unciv < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "7d3df953867ab2f2746ff2998b15aa96730b5ba1eae74de46cd51409d7f4798b" + sha256 cellar: :any_skip_relocation, all: "9308e3d1e64573348b4bebf43673f751f4d430b027b3206bdd58b138e387c766" end depends_on "openjdk" From 246c594b9ae02ff327b7e2078e44f4415b229cfb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:06:56 +0000 Subject: [PATCH 07340/10074] is-fast 0.17.0 --- Formula/i/is-fast.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/is-fast.rb b/Formula/i/is-fast.rb index 177f8a3880c60..63e1c00efe2de 100644 --- a/Formula/i/is-fast.rb +++ b/Formula/i/is-fast.rb @@ -1,8 +1,8 @@ class IsFast < Formula desc "Check the internet as fast as possible" homepage "https://github.com/Magic-JD/is-fast" - url "https://github.com/Magic-JD/is-fast/archive/refs/tags/v0.16.2.tar.gz" - sha256 "d818a8c20cc5591c0966e2d59c9f239c8a347dcef9f0f1804b64c15147130f1e" + url "https://github.com/Magic-JD/is-fast/archive/refs/tags/v0.17.0.tar.gz" + sha256 "5abda366510e19852e22f4e233e38979a4ae4838515c300d73ae88e68756d002" license "MIT" head "https://github.com/Magic-JD/is-fast.git", branch: "main" From 711341cfe8a0e193ede0d96161ddecdcf4bc1ac3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:24:20 +0000 Subject: [PATCH 07341/10074] is-fast: update 0.17.0 bottle. --- Formula/i/is-fast.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/is-fast.rb b/Formula/i/is-fast.rb index 63e1c00efe2de..39af7105e32d0 100644 --- a/Formula/i/is-fast.rb +++ b/Formula/i/is-fast.rb @@ -7,13 +7,13 @@ class IsFast < Formula head "https://github.com/Magic-JD/is-fast.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "546640c60d2ecc1b9a38b859facde882132063d0e3d7e27849b5d2c963a6f45a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b018bd65bbaee7fc9f0feb423a71189b4f0eb5fd469f29094ad895bb21ac2f1d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cbfb84141997ab8ceccdc21ee03da9feb31be4b6360e46478d0d817875b54aed" - sha256 cellar: :any_skip_relocation, sonoma: "3513a63834eabe0c5c2441974696e1c7410f556f2f85f016b4fb5b8d2777d4d0" - sha256 cellar: :any_skip_relocation, ventura: "c6aa6b01e98161bd8ec209720ff506371fc40afccf74fb12abb17634b178acbc" - sha256 cellar: :any_skip_relocation, arm64_linux: "d3a8c518fe12675850de53d18ec89c3172e6ee08c11c0a46a70e3e3a8c8861d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e3421b677773813f2138f524911883aec2604f0a56c7abfc75e9f1bc0b9be049" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "28744f5f43c2d26ea40448b49d634775e5d049c7a0a9d9edf5b175e91c565dc6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c6b367a9ec93bc72b7bc2fb110004aa9afbba7c7217958bbedd5cfad9593af1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a168f2683cccddea5e7f04cd4863b794ada3e5e0d45235a52fd2f1001f900ae5" + sha256 cellar: :any_skip_relocation, sonoma: "79335f3b1d152ee9f3ed227443a49959416109105367a50fd4c2055403a1461a" + sha256 cellar: :any_skip_relocation, ventura: "24ff77a42402f3cd5a08a1ceefec112816fe6ca5fe72cfc7775631946f26712c" + sha256 cellar: :any_skip_relocation, arm64_linux: "b115a534ad23a18c4e69c935039d6827784524f13ec4a48437649ec0687c5167" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cbc03357c3a59c808afb0ed0533fed6e4f8a5b98e15e6597e856c2d67da527f5" end depends_on "rust" => :build From 9dc1562a182dd5b481ee5e4ae2876160112a84a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:25:34 +0000 Subject: [PATCH 07342/10074] sslscan 2.2.0 --- Formula/s/sslscan.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sslscan.rb b/Formula/s/sslscan.rb index c695df2c9474c..a6edd88debf9f 100644 --- a/Formula/s/sslscan.rb +++ b/Formula/s/sslscan.rb @@ -1,8 +1,8 @@ class Sslscan < Formula desc "Test SSL/TLS enabled services to discover supported cipher suites" homepage "https://github.com/rbsec/sslscan" - url "https://github.com/rbsec/sslscan/archive/refs/tags/2.1.6.tar.gz" - sha256 "5995b32c065715e8da2fd83ad99c07de4938ff55d46c6665bdc71b74814236a8" + url "https://github.com/rbsec/sslscan/archive/refs/tags/2.2.0.tar.gz" + sha256 "17c6fe4a7822e1949bc8975feea59fcf042c4a46d62d9f5acffe59afc466cc1c" license "GPL-3.0-or-later" => { with: "openvpn-openssl-exception" } head "https://github.com/rbsec/sslscan.git", branch: "master" From 6d0ef399e47b4e147cd7018fd2df3a002eec9d91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:56:10 +0000 Subject: [PATCH 07343/10074] sslscan: update 2.2.0 bottle. --- Formula/s/sslscan.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sslscan.rb b/Formula/s/sslscan.rb index a6edd88debf9f..00598ff94c197 100644 --- a/Formula/s/sslscan.rb +++ b/Formula/s/sslscan.rb @@ -7,13 +7,13 @@ class Sslscan < Formula head "https://github.com/rbsec/sslscan.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "7787dbbe3ee2f19c82c423b36a43d9871134701db11c2c49d89ace89517c7be3" - sha256 cellar: :any, arm64_sonoma: "bdcab632ce9203b0a16ead448b461777f31dab4c1b7a4ce9a106408f71aef9f1" - sha256 cellar: :any, arm64_ventura: "5547ffb215b63be6fcaa65226681e0b5f97102520806a7e0707a26d951f6187d" - sha256 cellar: :any, sonoma: "70125dacd4720370f91e417a92fe9395b960d3931e8c7f105d1bc7888413cc3c" - sha256 cellar: :any, ventura: "a400d238dc421733cbec9f3105c81c845386d840df433235ead7b99298c24277" - sha256 cellar: :any_skip_relocation, arm64_linux: "a692bc15c933bd05d510729df7951e980204d83278b149a44a4ea11a495da4ea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ad080bb9772d351c5afb1ad2eb145b1385db081277fb31bc7782f8f0f67742e" + sha256 cellar: :any, arm64_sequoia: "2c68b958da874522adc15b570cb2c86c48361cf1412aacb9284dcfae698514ef" + sha256 cellar: :any, arm64_sonoma: "d82171a037a8b9cf84384979a08a06165e3c2955991095b57e7e53a904883467" + sha256 cellar: :any, arm64_ventura: "933d1d3963d0371010c608bb04e2da357b894f1761292d0f99b6433310f081b9" + sha256 cellar: :any, sonoma: "fe6af6b83a3a9d59f3b0e2bf0d8048af1f17604bfe01a712618d0b0dac07cf89" + sha256 cellar: :any, ventura: "27fabd4a39bc12b99ffdc9a29fae4ceb318c65f7219c9a503e090534bb49a92e" + sha256 cellar: :any_skip_relocation, arm64_linux: "f28ac870735144a4ed0462f58b6cd9dd6701390493fb84500309448d87f47fee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f11cc61588af0da636c52e62a7e620d179e9e4f6779bc2f8da38fa1d0bec223" end depends_on "openssl@3" From 7b5bab538eb5b7f8cd82bfc5a6830a79891a2820 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 13:48:45 +0000 Subject: [PATCH 07344/10074] algol68g 3.5.15 --- Formula/a/algol68g.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/algol68g.rb b/Formula/a/algol68g.rb index c526015ad4aa5..8e8af2c041280 100644 --- a/Formula/a/algol68g.rb +++ b/Formula/a/algol68g.rb @@ -1,8 +1,8 @@ class Algol68g < Formula desc "Algol 68 compiler-interpreter" homepage "https://jmvdveer.home.xs4all.nl/algol.html" - url "https://jmvdveer.home.xs4all.nl/algol68g-3.5.14.tar.gz" - sha256 "b88cbcac88548e8862409fcae44a6bb082125cc031d70dbb237706a3ff47f569" + url "https://jmvdveer.home.xs4all.nl/algol68g-3.5.15.tar.gz" + sha256 "f11c3efc6fefe09180a397bb671c0f616e482d36fff559a22882dd6169115bbd" license "GPL-3.0-or-later" livecheck do From f00885e06b9da6ae37159071278eb7006b9f7519 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:04:41 +0000 Subject: [PATCH 07345/10074] mago 0.24.4 --- Formula/m/mago.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mago.rb b/Formula/m/mago.rb index bd679e68a15cc..c31cb8a554505 100644 --- a/Formula/m/mago.rb +++ b/Formula/m/mago.rb @@ -1,8 +1,8 @@ class Mago < Formula desc "Toolchain for PHP to help developers write better code" homepage "https://github.com/carthage-software/mago" - url "https://github.com/carthage-software/mago/archive/refs/tags/0.24.1.tar.gz" - sha256 "ce5143261e8a798a7195f19f1ffca1c5019537bd78f47e6058e9d4ac4805bb44" + url "https://github.com/carthage-software/mago/archive/refs/tags/0.24.4.tar.gz" + sha256 "1dae082a4695c35b14413208a9574c348ceb3300e4332be8d582e6dbb001dbf7" license any_of: ["Apache-2.0", "MIT"] bottle do From 62202c137adc1515cf3a36dd07194cabdc3db36d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:08:53 +0000 Subject: [PATCH 07346/10074] perltidy 20250616 --- Formula/p/perltidy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/perltidy.rb b/Formula/p/perltidy.rb index cdb637631315a..682e355caa6fd 100644 --- a/Formula/p/perltidy.rb +++ b/Formula/p/perltidy.rb @@ -1,8 +1,8 @@ class Perltidy < Formula desc "Indents and reformats Perl scripts to make them easier to read" homepage "https://perltidy.sourceforge.net/" - url "https://downloads.sourceforge.net/project/perltidy/20250311/Perl-Tidy-20250311.tar.gz" - sha256 "7fc6ceda4e3c9fc79c777afbcf8d167ecc35b16ff81c9cbeaf727b15d0502d8a" + url "https://downloads.sourceforge.net/project/perltidy/20250616/Perl-Tidy-20250616.tar.gz" + sha256 "b07517e3f6198d24a4890665338847d79008f7dcc68461811905c7e62a1e689a" license "GPL-2.0-or-later" livecheck do From 5091821f2fd90abca40e1c423afc0ec5d52393d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:11:33 +0000 Subject: [PATCH 07347/10074] remind 05.04.01 --- Formula/r/remind.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/remind.rb b/Formula/r/remind.rb index 6d93d4e8d073d..814d1e439e61a 100644 --- a/Formula/r/remind.rb +++ b/Formula/r/remind.rb @@ -1,8 +1,8 @@ class Remind < Formula desc "Sophisticated calendar and alarm" homepage "https://dianne.skoll.ca/projects/remind/" - url "https://dianne.skoll.ca/projects/remind/download/remind-05.04.00.tar.gz" - sha256 "743fb6d95d7e0cc7127d19b16208f36ebe9b56806eaa4f33eccde8f350544777" + url "https://dianne.skoll.ca/projects/remind/download/remind-05.04.01.tar.gz" + sha256 "5ecb0c1358c24fd88ee6a22d05233c6e035826e85ee7b87f8e0226b558fae480" license "GPL-2.0-only" head "https://git.skoll.ca/Skollsoft-Public/Remind.git", branch: "master" From 12511489365a7ca75c497338b94a0d6b687ed8e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:11:48 +0000 Subject: [PATCH 07348/10074] renovate 40.56.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index f53c096ffde70..55e292a205029 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.55.0.tgz" - sha256 "4040f79fdc2f7c5f1323a0952f7969b2cdbddfe91e9c404774a8f3582de54b51" + url "https://registry.npmjs.org/renovate/-/renovate-40.56.0.tgz" + sha256 "e88cbdb4ae724e87e6cf219496e8d0bd1e05c00d8406bf3c80ffbf79c69e9998" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From ff13ce28ecfb76b97cd229a24e3d320888ec5774 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:13:25 +0000 Subject: [PATCH 07349/10074] algol68g: update 3.5.15 bottle. --- Formula/a/algol68g.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/algol68g.rb b/Formula/a/algol68g.rb index 8e8af2c041280..a1521a377cb08 100644 --- a/Formula/a/algol68g.rb +++ b/Formula/a/algol68g.rb @@ -11,13 +11,13 @@ class Algol68g < Formula end bottle do - sha256 arm64_sequoia: "8da3e482e79ee7e61157578716bd5a1079adbc50a693a1ab9ca5b9e8a875c428" - sha256 arm64_sonoma: "a1faeb97e6a316b8bf4e54513fe93504cd036990b3e4c144d82430fd19ba0f03" - sha256 arm64_ventura: "00e86e6a1049d307c35c2f129680bbf2172ee4aede3ef35ae90b50d236fb2843" - sha256 sonoma: "3bb454cf07b1aaaa4910c9833ac65f295c7fc06990b5ed1c887bb8c5515915ab" - sha256 ventura: "e9e8041ff2fb6786a0def289a776a2b159f4bf6285105f3e3432f3a03513a819" - sha256 arm64_linux: "244c2ac6c5998c1216ca18848b2d16a1bad8d1d42a3e93752bc9aa6d3a5d251c" - sha256 x86_64_linux: "47a93c8a312a2bfe6c57b98d13e155b0fa0eab4fa8e48167ef0b4b0664844c70" + sha256 arm64_sequoia: "ba3f70816213350c98772f6cd8b5bd26d264254e8ecb96b9351a0deeb4ca618c" + sha256 arm64_sonoma: "fe8e026ccd1cfdc2ddb556379ae395e86fd821bc40c25c18a84e7c0e5f873eb9" + sha256 arm64_ventura: "786aba88aeb41bf8ef8c86caa0ce682cf17f07bc5a7f18b0adcba8df83a34acc" + sha256 sonoma: "509ad18547e21df547b4183264dd4fd47b549c9c5a9e1b66369d40b706290c52" + sha256 ventura: "98879ef62b7a4a6a679002fd1c624158bed9ebb7c0d7d8b05a9164d21b9aaab8" + sha256 arm64_linux: "16bfbdfcafd2d47b2f457253bfa9316b583bb0ac01e5202395b62a6d2825c5ff" + sha256 x86_64_linux: "cbeff7576d15f2d960f5b326d7e0235fda3f65d9f4f079160c035a81ae7324e8" end uses_from_macos "ncurses" From 50ec20f02e67c56499479e91c58839965d99264b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:19:38 +0000 Subject: [PATCH 07350/10074] xmake 3.0.0 --- Formula/x/xmake.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xmake.rb b/Formula/x/xmake.rb index 67973720a90cf..06c83ef4a6e7d 100644 --- a/Formula/x/xmake.rb +++ b/Formula/x/xmake.rb @@ -1,8 +1,8 @@ class Xmake < Formula desc "Cross-platform build utility based on Lua" homepage "https://xmake.io/" - url "https://github.com/xmake-io/xmake/releases/download/v2.9.9/xmake-v2.9.9.tar.gz" - sha256 "e92505b83bc9776286eae719d58bcea7ff2577afe12cb5ccb279c81e7dbc702d" + url "https://github.com/xmake-io/xmake/releases/download/v3.0.0/xmake-v3.0.0.tar.gz" + sha256 "e749c2a902a1b88e6e3b73b78962a6417c9a04f91ce3c6e174a252598f10eb28" license "Apache-2.0" head "https://github.com/xmake-io/xmake.git", branch: "master" From d8d75dbbbc9af83e96f795bb3a93de2a49646842 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:24:33 +0000 Subject: [PATCH 07351/10074] perltidy: update 20250616 bottle. --- Formula/p/perltidy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/perltidy.rb b/Formula/p/perltidy.rb index 682e355caa6fd..0cbc50802ad5c 100644 --- a/Formula/p/perltidy.rb +++ b/Formula/p/perltidy.rb @@ -11,13 +11,13 @@ class Perltidy < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "502111e4bf98e0a250df10e6484e19659445c33caaed5405363b4c024a8844ab" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "502111e4bf98e0a250df10e6484e19659445c33caaed5405363b4c024a8844ab" - sha256 cellar: :any_skip_relocation, arm64_ventura: "21b06e9daad00a6bebddda0650227633c82aa5e3bcb7b0f7111915b8d0733bde" - sha256 cellar: :any_skip_relocation, sonoma: "8f327e270db665ac52f0227cc4d71f6af5dda2964725956ee22e7f0e5cc37838" - sha256 cellar: :any_skip_relocation, ventura: "088a45ef5f7a47039f72b1dfeb94ad23f446807bbaa593c31e4eacf6baad4cb6" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b7b2bd46e00f58ab89441f3848db04ff3bdf2363d7ad7d32625bd2f4720a872" - sha256 cellar: :any_skip_relocation, x86_64_linux: "68a48bbaa91035f33ccb1cdc50935d79f812e598c456c472ff0ff7b9365a0e41" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1fd4426e0132e1a9db7d54fbcbc22d98f2b5b3457b5cdb13a0f9c3710550668" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1fd4426e0132e1a9db7d54fbcbc22d98f2b5b3457b5cdb13a0f9c3710550668" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1f5079767e8809dbc6a32d4aff6939a1ac9e868ee654ab64d90cb8dd58e3d0c1" + sha256 cellar: :any_skip_relocation, sonoma: "7c934e85ce310af8d03b97706f720b49bac1a87eb6ec6a0699e433f3490dd1a7" + sha256 cellar: :any_skip_relocation, ventura: "617b5a11c609463c3e0df734ce54e4f7488aec19a328e754d653956fb007eec7" + sha256 cellar: :any_skip_relocation, arm64_linux: "169931f10fe4c4bc33f9f410d8dad81c9e2351061f3deabbf1c1af87e76169a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9f618cb5ec07ac3317ce6727c89ed854c57c29fafe61cce75476765495dea692" end uses_from_macos "perl" From e704d31305e3207b9968e738c1ecf6816548b8dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:24:48 +0000 Subject: [PATCH 07352/10074] mago: update 0.24.4 bottle. --- Formula/m/mago.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mago.rb b/Formula/m/mago.rb index c31cb8a554505..35d576d7bbca2 100644 --- a/Formula/m/mago.rb +++ b/Formula/m/mago.rb @@ -6,13 +6,13 @@ class Mago < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed5df72129bfed252ad953f82b5acd977864d9ac59ee45476ddc7b66397da32e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0a2fba553cf9bd00b9a8005a28a647f48eeed1d51de1c0c6dcbf57a927e448c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "42b8625fd2fc6f375685bf06f1bd7b50ab218d59c15ff65de2572d4ced19ab5f" - sha256 cellar: :any_skip_relocation, sonoma: "46a3c9cea92874189808550db28e37eff96f9e85b1989af15a09974e0018fa23" - sha256 cellar: :any_skip_relocation, ventura: "ea2ecb8549261ca0ad6cef6e163ac3b3aa22f84900363dc884cb7edcb887d6e4" - sha256 cellar: :any_skip_relocation, arm64_linux: "9a04c0ef556b6c7623f95fb4ae13254ee40a2d4aebaceaa7a7cd78be27c0a920" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c0bfc613a538913c42e196a29931556b6895b53bf683f1265741ff64345f1754" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5021b8704770f0f7ca4615fbaac12ae6daa24bb46defb25b659b43124ea06433" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "18f6f9ace7bdff1646fcf120398460c83eac7b5d4f5a2eabba9381a11c74d1b2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "74b5d515795d8e342c6b0a16f4bedf8c5aadd3a8fdd0180ebfaf01b896ad2e63" + sha256 cellar: :any_skip_relocation, sonoma: "63dc1a6d56bc333664ff05609f3dc98b1c1d9f745bb6a84c50e43631c143fbcb" + sha256 cellar: :any_skip_relocation, ventura: "cd71ea1db6d50f33799b4dc021fbccc4a3321b0a9bffa2a915cbd4ea1aa2ec8b" + sha256 cellar: :any_skip_relocation, arm64_linux: "d85950e5e1c0da12ed85e11611c4c9ae2470f5cc52dc0411144b1b8fde2a2130" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c02c00cf2a503337640f8dde6408dea0ae3c5172f878c3ab5be8888ae5dbd24a" end depends_on "pkgconf" => :build From 861c58cfb51221739f4da08db511c081184e15db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:26:00 +0000 Subject: [PATCH 07353/10074] remind: update 05.04.01 bottle. --- Formula/r/remind.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/remind.rb b/Formula/r/remind.rb index 814d1e439e61a..c6d9833191835 100644 --- a/Formula/r/remind.rb +++ b/Formula/r/remind.rb @@ -12,13 +12,13 @@ class Remind < Formula end bottle do - sha256 arm64_sequoia: "60217aa962b91269620ccc107258d5bd12c4e39c5986f4eab5ca37a3d090c8ec" - sha256 arm64_sonoma: "0fd42c5882bd2eb77b47a52df79d1dfb90a4fd9236aa8a79b1a52310bda53be7" - sha256 arm64_ventura: "25cbc2f1e233cf1f3f17c385d79931a38309a0359e70fdef7bb7ed67b426a855" - sha256 sonoma: "30c5070538906d52aeb99d6b1806d257aaf25c3873b4c3900fb0339428d41567" - sha256 ventura: "aca2c9ad03c50894c94897fcb35bb249d10c4553b5a6dc1211aac98878a36a27" - sha256 arm64_linux: "7d7a4fcf436e5f6b5d413853c525e41fd53b553d2009813e9322caf1aba30f95" - sha256 x86_64_linux: "7c26e44460b585154157f0b59a69031abd12a0804e1e39092971ef932cf316bc" + sha256 arm64_sequoia: "6a49e61922f6aaf68da0f4b8a4b0a029325a5b0c597b768de0978781d43af9ed" + sha256 arm64_sonoma: "97b551840a707e56354390b119e6209c7e813bc67ab961a716377e98063f4966" + sha256 arm64_ventura: "7934176585818060b8746835adf8b6bf83a3c495b22ca86769ae803ddb909fa6" + sha256 sonoma: "88782c8b1f9d73d2b66433854efd22d213fc5669519a46955b5e3b8028f621e0" + sha256 ventura: "203ed1904d81843ca7749e991c06b46bdc8555d1d281ab063efc8be8a8769c6c" + sha256 arm64_linux: "0867df1ec14287f61071b43cc32ec23db6ef69885e6a4ca41b22e2634ccc6994" + sha256 x86_64_linux: "891f549faeaf31bb0c824e5a5d7795a834db2e8fe545a5143f8c82d7969732bf" end conflicts_with "rem", because: "both install `rem` binaries" From 5ef9cdca4739f963c67609bad4043dd53a23ec38 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Jun 2025 14:37:45 +0000 Subject: [PATCH 07354/10074] flang: update 20.1.7 bottle. --- Formula/f/flang.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flang.rb b/Formula/f/flang.rb index 1fd5e6cf2f1dc..fa5a03ff777b6 100644 --- a/Formula/f/flang.rb +++ b/Formula/f/flang.rb @@ -12,13 +12,13 @@ class Flang < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e2dffbd184b8187d06e66faf18857b26cafbaabf4ad6945d68c3e79c14b0fa38" - sha256 cellar: :any, arm64_sonoma: "a3c64ae3ef0f877d1b2dfffadedbebfed617c4db837eb9e9c217cb3174c020c0" - sha256 cellar: :any, arm64_ventura: "e18023329a7713c0e18e1896dcf5712263dfd41c6f7094a8aa0914dab16fb5c7" - sha256 cellar: :any, sonoma: "6fe93ab1133797d5d400722e41e0027863205fc47cd89feb474b16f3b59344ee" - sha256 cellar: :any, ventura: "a098c82dee5c5d891d4eac9dd5c1147adac9bd1cfa4087da1258ca7470af3ffa" - sha256 cellar: :any_skip_relocation, arm64_linux: "7aaf2efb853239893c950deb1ab2c191d55a226ab0bbdfef408d20f7a227de28" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4966160fbc9576de88c6bd021d943e2b75e1e8813cb6e36dbee309d8e00fe5ac" + sha256 cellar: :any, arm64_sequoia: "fb8bdf145609cb4985131f7e45f8d0c6735599c63400ede5723de5616a1b8b65" + sha256 cellar: :any, arm64_sonoma: "a2cf6d74f7eadb6266f27257177bfa90322a4607a5669b8c478e5c30277bf2b6" + sha256 cellar: :any, arm64_ventura: "555605364bc7e69b8156b27aa767eeb397507a7e979a33a2c8d313840f5ad36f" + sha256 cellar: :any, sonoma: "e7538a19ba1b7d974f4751577910bf1ba40891f29cb98d6d4b44ccc95b7c9227" + sha256 cellar: :any, ventura: "f28215f5f8565162b5ae11bc606b2c2e708d1d160e6d4dc1092e252463ac64bd" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba2f7a4db843708f30fa3fd03e7517867dc4661e81d594b3467775efdd0d3a88" + sha256 cellar: :any_skip_relocation, x86_64_linux: "894bcc0efd88abc11cfe42cd2faac08dd6859c7df5cb499b9718454e0b02a3a5" end depends_on "cmake" => :build From 0f3b32425533ebdd3efb897efadb941c490efda2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Jun 2025 14:37:45 +0000 Subject: [PATCH 07355/10074] lld: update 20.1.7 bottle. --- Formula/l/lld.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lld.rb b/Formula/l/lld.rb index f782a1c51074d..60e5011a2d593 100644 --- a/Formula/l/lld.rb +++ b/Formula/l/lld.rb @@ -12,13 +12,13 @@ class Lld < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2564e9be40a6aff7d6800e1e219400c8803b225b34839ba26364b3b0db7ba798" - sha256 cellar: :any, arm64_sonoma: "d6af607ca19c997dff1ea41b35238b4a637043b0326bb81031bafbcea22cbc4c" - sha256 cellar: :any, arm64_ventura: "8c615f9517f8baa9b21dda45d91be558d4c63d258e7f62770404dcd2421cb00e" - sha256 cellar: :any, sonoma: "ab5a69c851d0f59c6d30a0fef45350e0ae30c949115fffd5b3596974808a0009" - sha256 cellar: :any, ventura: "adb569d9f86e970fcf10cc59323ecc73f7bb08a05cdb20ba5fbf3fd90fac4629" - sha256 cellar: :any_skip_relocation, arm64_linux: "8259b10a4850df22dd34480617f68e86cc88d8df145c0d571852396643731ba7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c8d978f7fdee44c8479ed3e87491eb0bfb9d4d86f7f8f5ddf57bd0e3f98d236b" + sha256 cellar: :any, arm64_sequoia: "a20960b42ac4355958720e5f031f0abdeca7c83bc8fe45fc1e70aae8e3059dc5" + sha256 cellar: :any, arm64_sonoma: "e4870d62b231afdd6bd421369ad47b6c13ca6e7afca5e411a1374eb957f6c5f0" + sha256 cellar: :any, arm64_ventura: "57aa0a4ca2c57d0150936e824c6c6029b807bb02d3d8e72562eea1b5c6955c6e" + sha256 cellar: :any, sonoma: "68109af50e6d5c69501eaab32ec88094d5664d6d1c808637c56922b8f3c29f16" + sha256 cellar: :any, ventura: "95cb39802f0325dafb8dcae9aee6de8ce3dab316a004c00c511f92a6811ec232" + sha256 cellar: :any_skip_relocation, arm64_linux: "1d43d5492df63ef62930ede74732b634d46f64c943b347295ccd238cbc909e58" + sha256 cellar: :any_skip_relocation, x86_64_linux: "85d11a203f4c24c67ddbed7098816499855ffcbc59a36ab6cb9bfd19a55537f1" end depends_on "cmake" => :build From 0519ffab7ffe2ccc01aa2791cc33ab8386bab4dd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Jun 2025 14:37:45 +0000 Subject: [PATCH 07356/10074] llvm: update 20.1.7 bottle. --- Formula/l/llvm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llvm.rb b/Formula/l/llvm.rb index 799fc9a2dacf4..4f240600e725a 100644 --- a/Formula/l/llvm.rb +++ b/Formula/l/llvm.rb @@ -14,13 +14,13 @@ class Llvm < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "7e0a7283fd000753a1fb25c2dd276c1585076ce7267a06c4d48bcd170334f571" - sha256 cellar: :any, arm64_sonoma: "3ddf94728a21e2086456cf811201574face0ae12b65a8afbc93b678b90806ccf" - sha256 cellar: :any, arm64_ventura: "e4c58f8ddcaf47869f1a411f4716d8048014157c1bfb1b45fddebcf7637460b7" - sha256 cellar: :any, sonoma: "8f2d23c255749468b8be052b8c0e51a381908d782ea41ba001d3ef00f2b3418c" - sha256 cellar: :any, ventura: "615bebeab4dadce6e0ec95df15b986022bcc403d8e1e1dc6267ecdb5f627b95b" - sha256 cellar: :any_skip_relocation, arm64_linux: "7204edd9a15fb1f5c57c547361b71ffb0d83051346fa729fe301d997729b01e0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ce62255e430567f1391010cc3b052ebd39f681d63123ca41b61609109de1b6eb" + sha256 cellar: :any, arm64_sequoia: "3628c55772a466cb9e4bfc793cf9e11a71fa5e70e977a9f11e1a74a5f52e6d2e" + sha256 cellar: :any, arm64_sonoma: "bd757d9e283e37518b4e89285e022309f866094a1e9dcf9475af77f851008ab9" + sha256 cellar: :any, arm64_ventura: "4969351516b16840112511882085d99056083cffaafa1d58910a75f50619f1d7" + sha256 cellar: :any, sonoma: "0a52552fecb0d1fc8f7bdb3e7b0ee66662bd01940aa7026dd8e6784f746eba50" + sha256 cellar: :any, ventura: "71085a5402dd2f24b57b9d31741d6f808c22858e27bcc42c384f09ee1d6089b9" + sha256 cellar: :any_skip_relocation, arm64_linux: "51da5757df9e75c582e1146a38eb4e5b141cb67459a4c572aa3912dbb5a03779" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed2b39367f1b5092e9d2c4089edc69e483c58c31a14be8fc942e2da2f1488657" end keg_only :provided_by_macos From 76b56af35b0c047e5b0b9d7a8b3937629aaefc04 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Jun 2025 14:37:45 +0000 Subject: [PATCH 07357/10074] wasi-runtimes: update 20.1.7 bottle. --- Formula/w/wasi-runtimes.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasi-runtimes.rb b/Formula/w/wasi-runtimes.rb index bd71d6551fd7a..2a3214253bfde 100644 --- a/Formula/w/wasi-runtimes.rb +++ b/Formula/w/wasi-runtimes.rb @@ -11,13 +11,13 @@ class WasiRuntimes < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5413b097ad2ded323a3d6cc61fd47de4a16231722402019979f075d159e66225" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7101c9859188a255db13ad7e6d088554d4f76b542427d920efc34799b906ac2c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1693e392d4c3c125805fe2d6f245853d9351202004b3c9412e40bb38f8d51c10" - sha256 cellar: :any_skip_relocation, sonoma: "06f3410d451e4d0b71ba06e5a2455a9b6fb1ec11dc0e2a94334a284c8d3ffed6" - sha256 cellar: :any_skip_relocation, ventura: "897ca8efdbfd5ce922943b43d47be86365eac278255b3445e77b253d66596371" - sha256 cellar: :any_skip_relocation, arm64_linux: "3e83e2b94020a6ae2468d75402fad2f1366dc3bbf89814050ecf7a057cd268cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5b50559da088e476224d93375ba18fa0e5a74dd37b9654ba8d961368c4da990c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3302cee9215d8bc9c6a5ce58b7fad3ac2b33185d012f2535c6212e055c6373ae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f5c7f8c7cd47cb19b87b44b3670a8579427750f4332054f9b9c277bc1d483e2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "56d0f17add18995968c71f9a6568a877a8bc6ad7fb1fecd6a15ef0c20088e246" + sha256 cellar: :any_skip_relocation, sonoma: "465f311024407c92d7bde5c65fc073dbba4100e71d0489ec5f104dd168073383" + sha256 cellar: :any_skip_relocation, ventura: "f67e43e36d921157f52bcf75d2ae73bbeca6f9ddc4139c637d61f57c2aa3ac92" + sha256 cellar: :any_skip_relocation, arm64_linux: "d8cee5d06f2a812c5ee88b9eb85b0f68e54ce2f4d709ca2852e658f563cf6d92" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b79c85b5c9470bb3dc4e0587485ebc0bdd2ac18862e5d287e80c8d375ff1198c" end depends_on "cmake" => :build From d7395a7c0c4aa3112dcef814dcbcc563614e29eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:44:19 +0000 Subject: [PATCH 07358/10074] renovate: update 40.56.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 55e292a205029..c663d8b62f175 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d84cbb97d53ed1eb2abe1ea7076698e7f603fd2f109b5eb86e6cdebe6f70d345" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "64224c33f9597997f553932ccd7ec19fe64dcc291d13594fe19d695fa55f87c7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1c54079faacf4c029f76f2d532e2199a269177add71f81a0c9ba057812e1cffb" - sha256 cellar: :any_skip_relocation, sonoma: "bd8421300c23cb94128bd729c1bf7e6f5b7ac2b3f343a8b680312403839113ff" - sha256 cellar: :any_skip_relocation, ventura: "ec5929ce1af2b27250fa0483692844931fd91c75d7a2ff1049c5c85c53718a66" - sha256 cellar: :any_skip_relocation, arm64_linux: "a17163dcdf7d6011106d6ac41ccdc3c60eae2c12038b7b8d115a7a7d96b66fdc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1966fedbfd80ccd3d2eec398d8fde11b62fbc2fe98f466f7a72554e5d9c71024" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "349254ea8272bf32bbe1d1b76db03a5d66244e8c51bbe8907512d33da25ccc3b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "af937265667882cef2e08afa217e76a9f8f652a161d983a7c643af3651bfb508" + sha256 cellar: :any_skip_relocation, arm64_ventura: "77f97a2cfb8a0f1a9d5c98360753f66235fa2cbcb8e785bac0f0fe3b622a1b04" + sha256 cellar: :any_skip_relocation, sonoma: "096dbf485db30ef33fffb00d9604ce1f2120b1481be97921ba1f1fddf1627d27" + sha256 cellar: :any_skip_relocation, ventura: "623803f633768a4361a45ba8ae0cc519ccdd7ad8ab951be3b463bd6965f723ce" + sha256 cellar: :any_skip_relocation, arm64_linux: "a4be93e0e5ca4f7223705836725239c0750ad0528e70842cef959be44c008875" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8bb9157d78847cf4a86331ec29110fe1e4c4be30dcbdff08e7624f4846b31fa0" end depends_on "node@22" From db643c777bdfe6e987b5006c561f1ac265a390f2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Jun 2025 10:47:11 -0400 Subject: [PATCH 07359/10074] triage(long build): add `llvm` and `llvm@19` Signed-off-by: Rui Chen --- .github/workflows/triage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index b71790016e21e..9a15505a4babf 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -241,6 +241,8 @@ jobs: gstreamer|\ haskell-language-server|\ libtensorflow|\ + llvm@19|\ + llvm|\ mame|\ metashell|\ mlkit|\ From 40f16d7cba8c6869ff8742936b7d76bd8c6e77c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:48:17 +0000 Subject: [PATCH 07360/10074] xmake: update 3.0.0 bottle. --- Formula/x/xmake.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xmake.rb b/Formula/x/xmake.rb index 06c83ef4a6e7d..da8a78948ba76 100644 --- a/Formula/x/xmake.rb +++ b/Formula/x/xmake.rb @@ -7,13 +7,13 @@ class Xmake < Formula head "https://github.com/xmake-io/xmake.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "229df9b130670e6cf6aac4eb40c7da7e7326a51590825ab7d3a88906f9d28641" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "46be66d19719757ac9be1671a03db504e7b9935839aa71eefa38fd920e206a1e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a604af6cb9d7fcd407984f926d784bdc37e4c7ee54353f309922ae81225f64cb" - sha256 cellar: :any_skip_relocation, sonoma: "1502c976b1f86c1ed83e4252d3b1968fa737f1fdded96b39bb99885cd933a460" - sha256 cellar: :any_skip_relocation, ventura: "434637aa25d9aab519ddb1921283b80c1e3f4e157d5daa9a3e2ad53d980e2049" - sha256 cellar: :any_skip_relocation, arm64_linux: "2736e9040b9d0e6a81c0254eb128315593146c8b5bdea8b0e55e571800a48ad0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0fb887965f9e42b267002ef34b6553cdadc105285a309be531e29f11feddd76d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "02820b3b2e1a9e9d0c074df82c1c77d452b1b050876b6a088ca1f76980c9d77b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b9572407c21f15349e78e019004bd8ccaa221665516bf35203d66525d4af2f3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "63d8b7959d6a3e859bcc512a1ebc677e98b5963383756c3f03d8b9c8e8433b77" + sha256 cellar: :any_skip_relocation, sonoma: "621be190e7b7b2d4c2c71fddc95f2e9d8d4a7e080cb695108b7e0eb13be6c02a" + sha256 cellar: :any_skip_relocation, ventura: "cca46e72db34cf8ff9ebaa7f8d7bf68bb08fd41c07c0b9cca663f5fd1ee9d004" + sha256 cellar: :any_skip_relocation, arm64_linux: "46686935aed1c0fd191f7ca627c226b7a4a81914eb25a61fe2f9c0995e74a712" + sha256 cellar: :any_skip_relocation, x86_64_linux: "27db85cb66ecf29191866706d21587cca0af5a6ea1f82969cdadca98f8d7faf6" end uses_from_macos "ncurses" From 29111bfd873ebbe49becb1f5288e83f7448c4e16 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Jun 2025 10:51:06 -0400 Subject: [PATCH 07361/10074] triage(CI-skip-recursive-dependents): add certifi,cmake,glib,wayland-protocols Signed-off-by: Rui Chen --- .github/workflows/triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 9a15505a4babf..8204314d607ca 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -338,7 +338,7 @@ jobs: allow_any_match: true - label: CI-skip-recursive-dependents - path: Formula/.+/(ca-certificates|curl|gettext|openssl@3|sqlite|systemd).rb + path: Formula/.+/(ca-certificates|certifi|cmake|curl|gettext|glib|openssl@3|wayland-protocols|sqlite|systemd).rb keep_if_no_match: true allow_any_match: true From 60a89cdfa0bff477e145e02352f06b83e22232ff Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Jun 2025 10:55:38 -0400 Subject: [PATCH 07362/10074] triage: format lines Signed-off-by: Rui Chen --- .github/workflows/triage.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 8204314d607ca..d914b48b2f78a 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -338,7 +338,18 @@ jobs: allow_any_match: true - label: CI-skip-recursive-dependents - path: Formula/.+/(ca-certificates|certifi|cmake|curl|gettext|glib|openssl@3|wayland-protocols|sqlite|systemd).rb + path: "Formula/.+/(\ + ca-certificates|\ + certifi|\ + cmake|\ + curl|\ + gettext|\ + glib|\ + openssl@3|\ + wayland-protocols|\ + sqlite|\ + systemd\ + ).rb" keep_if_no_match: true allow_any_match: true From 71ee025395ec812f514e0d022976c50b516ef5e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 16:57:07 +0000 Subject: [PATCH 07363/10074] cloud-nuke 0.41.0 --- Formula/c/cloud-nuke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloud-nuke.rb b/Formula/c/cloud-nuke.rb index a9a6bc2d00b55..44243a377d0ba 100644 --- a/Formula/c/cloud-nuke.rb +++ b/Formula/c/cloud-nuke.rb @@ -1,8 +1,8 @@ class CloudNuke < Formula desc "CLI tool to nuke (delete) cloud resources" homepage "https://gruntwork.io/" - url "https://github.com/gruntwork-io/cloud-nuke/archive/refs/tags/v0.40.0.tar.gz" - sha256 "6b03dc2949f48b431fa05f17481b1dd708754f658aca568f1df8f54cc616c73d" + url "https://github.com/gruntwork-io/cloud-nuke/archive/refs/tags/v0.41.0.tar.gz" + sha256 "0937ef8f5c4ecde6ae1fb4b213b71ffbdadd53177c03a19ccc3824c5f97f27ad" license "MIT" head "https://github.com/gruntwork-io/cloud-nuke.git", branch: "master" From ea8043812f15d0cfa354351d29adb53c720535a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:04:32 +0000 Subject: [PATCH 07364/10074] git-quick-stats 2.6.1 --- Formula/g/git-quick-stats.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-quick-stats.rb b/Formula/g/git-quick-stats.rb index d26ab9b90189f..29e934dab0b97 100644 --- a/Formula/g/git-quick-stats.rb +++ b/Formula/g/git-quick-stats.rb @@ -1,8 +1,8 @@ class GitQuickStats < Formula desc "Simple and efficient way to access statistics in git" homepage "https://git-quick-stats.sh/" - url "https://github.com/arzzen/git-quick-stats/archive/refs/tags/2.6.0.tar.gz" - sha256 "3ee301875edb7a9689d3fb1746e8e0d29c13a62f64d349847232be447ac78206" + url "https://github.com/arzzen/git-quick-stats/archive/refs/tags/2.6.1.tar.gz" + sha256 "75a8ea93359f1655ab9a8230309216d31de87c3eae77d600873f22d97e2f24ea" license "MIT" bottle do From 4c0321dc6328b10bfa7b9c8a6e62c3d488b6f88c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:11:43 +0000 Subject: [PATCH 07365/10074] libplctag 2.6.6 --- Formula/lib/libplctag.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libplctag.rb b/Formula/lib/libplctag.rb index ce75f2ab247e7..1d608287378bb 100644 --- a/Formula/lib/libplctag.rb +++ b/Formula/lib/libplctag.rb @@ -1,8 +1,8 @@ class Libplctag < Formula desc "Portable and simple API for accessing AB PLC data over Ethernet" homepage "https://github.com/libplctag/libplctag" - url "https://github.com/libplctag/libplctag/archive/refs/tags/v2.6.5.tar.gz" - sha256 "0f2983e024c9ca8dd7e956258f0b99d64cc8c37aa0cf3eb75350e1edca00841f" + url "https://github.com/libplctag/libplctag/archive/refs/tags/v2.6.6.tar.gz" + sha256 "88cb2b6b3953c90de00efcd4d841f42aee1f30408f47e612d48956d9d473dc71" license any_of: ["LGPL-2.0-or-later", "MPL-2.0"] livecheck do From d7119c41822b4ad6dce179f57662b0c67d4f5309 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:13:12 +0000 Subject: [PATCH 07366/10074] llama.cpp 5670 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index cdf830dafab47..9912fdeb4bb0c 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5650", - revision: "09cf2c7c655c90e53e100f29b830a788bab0653d" + tag: "b5670", + revision: "2c2caa444341d99c87ff153f142c2d4762a776a2" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From 12c68525cce220ef5592c1c7a058fe4fc7f6ea24 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:25:23 +0000 Subject: [PATCH 07367/10074] schemathesis 4.0.2 --- Formula/s/schemathesis.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/s/schemathesis.rb b/Formula/s/schemathesis.rb index cd38110c1167f..66ae62661539c 100644 --- a/Formula/s/schemathesis.rb +++ b/Formula/s/schemathesis.rb @@ -3,8 +3,8 @@ class Schemathesis < Formula desc "Testing tool for web applications with specs" homepage "https://schemathesis.readthedocs.io/" - url "https://files.pythonhosted.org/packages/48/62/dfbd4be39d91847a9ffbe3da37da39168f041ade2743d3a70af654dc7594/schemathesis-4.0.1.tar.gz" - sha256 "815a3b51f3d56a91faae77508baba6955d2fffc20323f38e4db1c04c4ba27627" + url "https://files.pythonhosted.org/packages/50/80/0536e1410009a22bda88a3c32dfa06702fce1a8a5075aa1d76af616a4c95/schemathesis-4.0.2.tar.gz" + sha256 "5783ee87422281e9414a26babafd7bf47d7f52f465f5801f2e316781026d5a93" license "MIT" bottle do @@ -90,8 +90,8 @@ class Schemathesis < Formula end resource "hypothesis" do - url "https://files.pythonhosted.org/packages/1d/f6/86cb56efe11ac39c943dcb007c7135b89f2c674ab273ff7c0a8da415aaff/hypothesis-6.135.9.tar.gz" - sha256 "a80a256268b8af3d34d62be30f6bf4a7d099b2b762621cc5f3f1de65e7b98543" + url "https://files.pythonhosted.org/packages/c8/8e/6176e9b3e51fbab6dab1e572116605dbc54eadda0c60dd45927f601d3c60/hypothesis-6.135.10.tar.gz" + sha256 "ce224e310012e40b8e3aa6edba226c032c57bbcbdccad41212ab6d2d74b602cf" end resource "hypothesis-graphql" do From 80ea414c5b200459598263971d9f3cac036c6f53 Mon Sep 17 00:00:00 2001 From: bishoy-at-pieces Date: Sun, 15 Jun 2025 20:28:08 +0300 Subject: [PATCH 07368/10074] pieces-cli 1.15.2 --- Formula/p/pieces-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pieces-cli.rb b/Formula/p/pieces-cli.rb index 4efb76103a46b..5bfa1c1c52bf5 100644 --- a/Formula/p/pieces-cli.rb +++ b/Formula/p/pieces-cli.rb @@ -3,8 +3,8 @@ class PiecesCli < Formula desc "Command-line tool for Pieces.app" homepage "https://pieces.app/" - url "https://storage.googleapis.com/app-releases-production/pieces_cli/release/pieces_cli-1.15.1.tar.gz" - sha256 "e14b7b2c812148f334e6039a735bf21670fc79fc4aec3776aa2ea7daad0fe27b" + url "https://storage.googleapis.com/app-releases-production/pieces_cli/release/pieces_cli-1.15.2.tar.gz" + sha256 "9b3656716c6cdb41aa0c7e2d054f7e59a5e00a5bbf2dc4437bcb769141e2fc60" license "MIT" From 236601b92a9e87a6122d6aebdbee0ce0c77edba3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:28:26 +0000 Subject: [PATCH 07369/10074] swiftformat 0.56.4 --- Formula/s/swiftformat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swiftformat.rb b/Formula/s/swiftformat.rb index f0f858109ed6c..e81e6baa2345e 100644 --- a/Formula/s/swiftformat.rb +++ b/Formula/s/swiftformat.rb @@ -1,8 +1,8 @@ class Swiftformat < Formula desc "Formatting tool for reformatting Swift code" homepage "https://github.com/nicklockwood/SwiftFormat" - url "https://github.com/nicklockwood/SwiftFormat/archive/refs/tags/0.56.3.tar.gz" - sha256 "61574580b4f26dff64095a5bf415ca171299c3c0a3e6dc536d19910800e2c3c2" + url "https://github.com/nicklockwood/SwiftFormat/archive/refs/tags/0.56.4.tar.gz" + sha256 "4daab67739631bb69bca5fc513769e629d37239ec8a199a659d4d48807286592" license "MIT" head "https://github.com/nicklockwood/SwiftFormat.git", branch: "develop" From 673abf007c82764eb5464a82771081c4c17f9f9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:48:08 +0000 Subject: [PATCH 07370/10074] git-quick-stats: update 2.6.1 bottle. --- Formula/g/git-quick-stats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-quick-stats.rb b/Formula/g/git-quick-stats.rb index 29e934dab0b97..d75218cf50478 100644 --- a/Formula/g/git-quick-stats.rb +++ b/Formula/g/git-quick-stats.rb @@ -6,7 +6,7 @@ class GitQuickStats < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "9f019570962c4b96ff7c9bb3a526ed2570b8a8241b6c44eca092359164a6919b" + sha256 cellar: :any_skip_relocation, all: "75c8c68f213c7d1a87e530d5dd8f5a961385d9ada0c244751f317321120458a0" end on_macos do From c716b728fb85e54d7e48d07199498b933c24abc3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:48:20 +0000 Subject: [PATCH 07371/10074] cloud-nuke: update 0.41.0 bottle. --- Formula/c/cloud-nuke.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cloud-nuke.rb b/Formula/c/cloud-nuke.rb index 44243a377d0ba..5b8dd48e82931 100644 --- a/Formula/c/cloud-nuke.rb +++ b/Formula/c/cloud-nuke.rb @@ -12,12 +12,12 @@ class CloudNuke < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aca960e1b4c5ca336141935436e9f0377d77e28e1c1acf3fc7585d1d27e0673e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aca960e1b4c5ca336141935436e9f0377d77e28e1c1acf3fc7585d1d27e0673e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aca960e1b4c5ca336141935436e9f0377d77e28e1c1acf3fc7585d1d27e0673e" - sha256 cellar: :any_skip_relocation, sonoma: "eb15fd28bbc36b164cc447b494afab568f36a0373d5d002cc5b184404a3b17a6" - sha256 cellar: :any_skip_relocation, ventura: "eb15fd28bbc36b164cc447b494afab568f36a0373d5d002cc5b184404a3b17a6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1da2326254501b214919ccdfe3707d3cf73f1b5021c74627e9c3da4c05cc2880" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5150a1666149862e2e68f699d65890682dec3ad378f9625cf7502f3c545890b8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5150a1666149862e2e68f699d65890682dec3ad378f9625cf7502f3c545890b8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5150a1666149862e2e68f699d65890682dec3ad378f9625cf7502f3c545890b8" + sha256 cellar: :any_skip_relocation, sonoma: "2ad4dc6da0f8685a63a3e3b2fa42cdc26103d6be8969a28c23383e1bcc42c86f" + sha256 cellar: :any_skip_relocation, ventura: "2ad4dc6da0f8685a63a3e3b2fa42cdc26103d6be8969a28c23383e1bcc42c86f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a8e523157c855240213d578d63bdedcbc3e0254162cd95e0735225476b7a7a7d" end depends_on "go" => :build From 1c2c35b736f6665e6905df807b745f1b7f8502cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:48:21 +0000 Subject: [PATCH 07372/10074] libplctag: update 2.6.6 bottle. --- Formula/lib/libplctag.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libplctag.rb b/Formula/lib/libplctag.rb index 1d608287378bb..8690459c9c28c 100644 --- a/Formula/lib/libplctag.rb +++ b/Formula/lib/libplctag.rb @@ -11,13 +11,13 @@ class Libplctag < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "541435d2df4cf296f05adb46a6f44c5cc5cd4181107cedd641c7a98e3c137339" - sha256 cellar: :any, arm64_sonoma: "3c97113bf7d6f7655911edd5c74793d6e555d4b26016414356f91fe6d9412792" - sha256 cellar: :any, arm64_ventura: "67cee16a6e8835ff6a153a0f0724e5d508171f9d901b394f3ba3f6689417701e" - sha256 cellar: :any, sonoma: "b3dd6661167b714560164a61b32c1e8960fe43ec7f9cfb5e7bdcad90be61de2e" - sha256 cellar: :any, ventura: "c90369c966d930837a140d98f7fa243b411b29e5d39218ef6d9f0c2395e562bd" - sha256 cellar: :any_skip_relocation, arm64_linux: "d9531ccb144fe7c05d348c227f23ffec80b30d755e5adc9f9f43576dfceb3d96" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc1f12a2e4f5b6fa68c9925b3d0238a4b66e19405a9c72b043c87a0df9636dab" + sha256 cellar: :any, arm64_sequoia: "649b428894a72c35bec7f50329d484632bd02e1cb73de48185210f4954a7b789" + sha256 cellar: :any, arm64_sonoma: "b2c3a7365c91b587d01dfeba2fd0dd08271e586be820b0a15d7b44bc5954a87b" + sha256 cellar: :any, arm64_ventura: "e6ac88053708bf30f82db2e67d53f323ac0b89fe49d77be9bfa4faf202257ca1" + sha256 cellar: :any, sonoma: "d5635aec1a30c1d5a435891e88ab9f60169621dd2db0c9e4d3568b12503c8741" + sha256 cellar: :any, ventura: "2296e8a8c74c25fcd29dca1fc3a0e615183738028b2f471cd98dcc101c4476ff" + sha256 cellar: :any_skip_relocation, arm64_linux: "ce65367b15e676b37e1b64bb260fc9892613ede4141d4989a79ce7e09363027f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ab90d8173713fada68ec35bf3eb92ac8ed5f107c8700ba5c80edcaa9f6bd0b44" end depends_on "cmake" => :build From ccda1e350c9d44d4ff1de0406a8c0504418e9635 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:48:33 +0000 Subject: [PATCH 07373/10074] llama.cpp: update 5670 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 9912fdeb4bb0c..cafeae74d648f 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "1d1de1606125202f9582691bbdd659f01a856099d663f2b659c0ee01cf312548" - sha256 cellar: :any, arm64_sonoma: "ba9e22acaaca5ed1c70bd030a12c87024980c4e6cced1c40bc2e630f41d8bf01" - sha256 cellar: :any, arm64_ventura: "ea448da0e510020c15788de598f58b364e2bc7df76b5a634ec69759a4b7ecc90" - sha256 cellar: :any, sonoma: "059330914e3072ba5d6a0274bf20558c0eed9ce5bb33fd12dad5ce3afe303095" - sha256 cellar: :any, ventura: "0363382717b310f682e2136dd5e3b611275c2db3e71a346782bf962bfa9cb4d2" - sha256 cellar: :any_skip_relocation, arm64_linux: "7a47509dda50ea60bdf287a6e967155b2c00e73ca2d3bcebc2f4a9c1ed88fef0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e620c7f47fcb4df9dd1825ae047b946c217ab91f443d38557d355868bf4b6f5c" + sha256 cellar: :any, arm64_sequoia: "15005bbaa9b5f254604634a82fa2ecfb75af11d14ef4ad4d1fb055ac107ffd11" + sha256 cellar: :any, arm64_sonoma: "eaf1dbabb726a33c87717a137fb733e7c4eb4276d05a2eac4acada9c9d6cd6b4" + sha256 cellar: :any, arm64_ventura: "147295eb783b108ad93d7daccb20e03864c4aed0bf46b5082e5382c7c3c10ce4" + sha256 cellar: :any, sonoma: "b115f82a4d3ecb50a6d3975468c3c5bcb378b3ea1f0d717a7eba83890e643d49" + sha256 cellar: :any, ventura: "a2ac504e95f27a748c003830e580bd1b6836c4a9db55fe611608ea811e8d5a6a" + sha256 cellar: :any_skip_relocation, arm64_linux: "37b7bb9d686128ea4610acd32131d88c7abcadc5eb182ba9cf956c9e58a7f8a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3e9ab199b5f63d3d3aa1f9cb43f8744050417df3cde702819f08e5d80d171630" end depends_on "cmake" => :build From 8f844dff7c5694301e25241586f9181769d02da2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:49:04 +0000 Subject: [PATCH 07374/10074] swiftformat: update 0.56.4 bottle. --- Formula/s/swiftformat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swiftformat.rb b/Formula/s/swiftformat.rb index e81e6baa2345e..7aa00ff441676 100644 --- a/Formula/s/swiftformat.rb +++ b/Formula/s/swiftformat.rb @@ -7,13 +7,13 @@ class Swiftformat < Formula head "https://github.com/nicklockwood/SwiftFormat.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2badab533cc65b793c00ae6e007f5563b7ea97c4fddfb2e64801e5b8011c74d1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9c1eaafc8665d679caeaf58d1fe8477eb9848dd98f4a62ea48e530a783cabd3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0e1adf645cf2dbabadbe3b7f1fe65ba6c05af888b00e7dd962cbb66610199ef4" - sha256 cellar: :any_skip_relocation, sonoma: "a53a01fc8a9d6ecdfd7d43a7dd2288f778b52df21b4aa0bb50e7bce34488e44d" - sha256 cellar: :any_skip_relocation, ventura: "4ad42ddf1d84771aed936425f3ff4aec49e195857cb05315e87a1b0f53ff1269" - sha256 cellar: :any_skip_relocation, arm64_linux: "08fddf82fdd0b191e440390c6ba8bb984bac86646505d391d6236ffa9ca93646" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6457ea86657e8146f5fae4dc852d36ab18e52c481cc50c89642f3200a2479a0c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2af61335aa61d6650d43c7fc8c44c6bd379a78dd23442950d0d6bd6c3339680d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8998287c9941652bccf88d34800403a6a82fe0d2bfad4c821906f4dafc97d71d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "30d6c1e51d6e69b4aa380b8404499326155fa6a580fa93e06e7e9c3e5819fcda" + sha256 cellar: :any_skip_relocation, sonoma: "f2997f32d76167ba0bb0efd0770f2422e9dee6a1750de67895befe47ea4fb540" + sha256 cellar: :any_skip_relocation, ventura: "88410246f58f51c5b12e3131b194eaf8cf5f50e63bb732deb09801b4c5028506" + sha256 cellar: :any_skip_relocation, arm64_linux: "aedb74df45987bbcfbb1d7ea51e2e5803867f422956803b3be4f9e042067f2e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1b645b9faab6b968d87af27f9b8cf31e5e83d7d316aef4b238e41ed298b82cc" end depends_on xcode: ["10.1", :build] From 8c7e4bb6aa734bda180f1e451d8d8ef548b86aa9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:58:00 +0000 Subject: [PATCH 07375/10074] pieces-cli: update 1.15.2 bottle. --- Formula/p/pieces-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pieces-cli.rb b/Formula/p/pieces-cli.rb index 5bfa1c1c52bf5..f3194f8d941c1 100644 --- a/Formula/p/pieces-cli.rb +++ b/Formula/p/pieces-cli.rb @@ -18,13 +18,13 @@ class PiecesCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "91f3d70a93809e32437a44aaa8802e153567461e05bc1459842562a3f860768b" - sha256 cellar: :any, arm64_sonoma: "fde55127d49fa2c7b9de290e872989ba6b37374f3d77b54ffbb04e2b5c1965e6" - sha256 cellar: :any, arm64_ventura: "1dbbf4c084b4f9c5b4ecf0fa5c5c85ce610274b8a96bd7542c19022a1d5861c8" - sha256 cellar: :any, sonoma: "169296970fb6869cf69467302642f81ce5f3cd476f03db23b1b6ff524305d87d" - sha256 cellar: :any, ventura: "e54e8d1c6726c805e05ce3da16d8f40a77eef2041f56b26ee0be531bc8e2a17c" - sha256 cellar: :any_skip_relocation, arm64_linux: "08d2b5479fda93596b0bc5dd7d2f817aa9ed448b4671d0ef360403f99624de68" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5837cc8ed0dd324545a035792ceed9a4856dd0e5a73be685054ee01103c1397" + sha256 cellar: :any, arm64_sequoia: "c2b5def802f84cee4acf135b6633cebd0678313eb5806dba168df1008139d46d" + sha256 cellar: :any, arm64_sonoma: "9e9959a4091e57bdf5ed0d2cfc7ef24504a799d8f3929bb6820b5839c53b76c0" + sha256 cellar: :any, arm64_ventura: "90cffff7e94b79916db43354edc3bb4fb36f2359cca5e9ce38b77c7bde994e7e" + sha256 cellar: :any, sonoma: "ac7f70cb824a20dc706ce68571f462b82f16672299e19d1654079d1aa90b3e60" + sha256 cellar: :any, ventura: "45a464614bfe5dfa7c8ebee68e4653a8c3e51adfb3b2013f30289f4d6212bdff" + sha256 cellar: :any_skip_relocation, arm64_linux: "1704727be2bdad177c26778c65558d7bed376a893ce1546dd92a84e4e3f4b2dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5ee86c58244e330f5f92bd6ad737e205492862398e9df8152892a8d3fa13a0b3" end depends_on "rust" => :build From f2f28096db1fb0f11d6515f6b16358f01e36364a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 18:01:08 +0000 Subject: [PATCH 07376/10074] schemathesis: update 4.0.2 bottle. --- Formula/s/schemathesis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/schemathesis.rb b/Formula/s/schemathesis.rb index 66ae62661539c..9d7c092ccb41e 100644 --- a/Formula/s/schemathesis.rb +++ b/Formula/s/schemathesis.rb @@ -8,13 +8,13 @@ class Schemathesis < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "beafe6c2e243fc3036f6365b10e58ef504126d524fe8aaf20a75d1e76ae31d69" - sha256 cellar: :any, arm64_sonoma: "2d8b4131937b5c5fc28eb86d13f0a4a8f0d0262d1ef7aebaa71a6cee1eeff218" - sha256 cellar: :any, arm64_ventura: "f88c0d98c0c2ffd7e9918bcfa81f91393053770699eabc679cc353e9e560c441" - sha256 cellar: :any, sonoma: "882455c339928c8d4769bc201a30bebfbf36a59817e157e5b861823729919fa5" - sha256 cellar: :any, ventura: "8d4e7bf07df42d4b448e22c0dceba3f0d94d1e6a8d4dd579eeab838c0ce8c657" - sha256 cellar: :any_skip_relocation, arm64_linux: "d96fa15689e25575cdd59cfb799b9e94f0d24d26ccdb040432e14787e233db80" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b52c44a16e64d4f73976aaa1e3c6a84ede546393b4d0e86aab2938c7a5534a44" + sha256 cellar: :any, arm64_sequoia: "d376c5bf5b81cc84f6f74d41ef7f7288041df2fcf1dc33d2882d3bd841ea64fe" + sha256 cellar: :any, arm64_sonoma: "cb0274778ef1c349b6a1e2e4f33cbbdccaf281a2c8d39fffd37fe037a0ddc48f" + sha256 cellar: :any, arm64_ventura: "ca77f7fb12b4399713f61665d5aa39a5805f816568462d725b61a20063069954" + sha256 cellar: :any, sonoma: "2f944ce59c3bd95a3937e897f311ece50bb16ee24c2ce64a20ab7e327df7314b" + sha256 cellar: :any, ventura: "0298c45407243bc3762ea458f1ea01b4e0ed20ff34aac656440cef6e7df11974" + sha256 cellar: :any_skip_relocation, arm64_linux: "35309467500be0bd9ce0fba4f43efd58adca78f2b4a320be431f10f6df047e49" + sha256 cellar: :any_skip_relocation, x86_64_linux: "449a0fd9ebe252c5a98eb38f8cf4a7c8576f8469ab6450c762c7701d1d0a9776" end depends_on "rust" => :build # for rpds-py From b7aef7b7bd57d26f5e59370d46bcda91e30c7c00 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sun, 15 Jun 2025 14:03:34 -0400 Subject: [PATCH 07377/10074] retry 1.0.6 --- .github/autobump.txt | 1 + Formula/r/retry.rb | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 86960bded4d5c..ae58dc88f1f4c 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3184,6 +3184,7 @@ restish restview resvg retire +retry reuse reveal-md revive diff --git a/Formula/r/retry.rb b/Formula/r/retry.rb index 67272db3218d7..89baf24413b5f 100644 --- a/Formula/r/retry.rb +++ b/Formula/r/retry.rb @@ -1,12 +1,10 @@ class Retry < Formula desc "Repeat a command until the command succeeds" homepage "https://github.com/minfrin/retry" - url "https://github.com/minfrin/retry/releases/download/retry-1.0.5/retry-1.0.5.tar.bz2" - sha256 "68e241d10f0e2d784a165634bb2eb12b7baf0a9fd9d27c4d54315382597d892e" + url "https://github.com/minfrin/retry/releases/download/retry-1.0.6/retry-1.0.6.tar.bz2" + sha256 "b5bbdaee16436fabae608fbc58f47df9726b87b945c9eca1524648500b9afdf3" license "Apache-2.0" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba9aabeed58659b5bb810b2cc266bcce7b9bdafa7767bd553b362e1add65e062" sha256 cellar: :any_skip_relocation, arm64_sonoma: "fab2637e747061b35b938d0ec128394c62e5c6322913ca9e36a780ac7cf7baf5" From 14588f1973822320a000ba7c5d42750a573a7f54 Mon Sep 17 00:00:00 2001 From: botantony Date: Sun, 15 Jun 2025 20:37:42 +0200 Subject: [PATCH 07378/10074] puzzles 20250615 Signed-off-by: botantony --- Formula/p/puzzles.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/puzzles.rb b/Formula/p/puzzles.rb index 80fa1c606062c..c9991459808c5 100644 --- a/Formula/p/puzzles.rb +++ b/Formula/p/puzzles.rb @@ -2,9 +2,9 @@ class Puzzles < Formula desc "Collection of one-player puzzle games" homepage "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" # Extract https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles.tar.gz to get the version number - url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20250613.47bd72c.tar.gz" - version "20250613" - sha256 "5e411a6697a54607f5414041f957d2feb418599328e7023f9e0783e3891e3b0d" + url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20250615.b589c5e.tar.gz" + version "20250615" + sha256 "a5ab317bef3b5d0cb6a532352eb938cde92bcb5a602489702c5ee4986c5c78a4" license "MIT" head "https://git.tartarus.org/simon/puzzles.git", branch: "main" From 9efab2240e6c4c82b0d39e9d7b15711999dc2a39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 19:41:58 +0000 Subject: [PATCH 07379/10074] act_runner: add 0.2.11 bottle. --- Formula/a/act_runner.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/a/act_runner.rb b/Formula/a/act_runner.rb index 7b33287346bda..dc99d03087d98 100644 --- a/Formula/a/act_runner.rb +++ b/Formula/a/act_runner.rb @@ -5,6 +5,15 @@ class ActRunner < Formula sha256 "8b317700d1f3344d8664be9edb004914723a4aacc8f8b1b3719ca2260a5866b6" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c8cccc7006059e30358e42621f03a27ce5628ff74456e3f81f7a02bf2922f5e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c8cccc7006059e30358e42621f03a27ce5628ff74456e3f81f7a02bf2922f5e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7c8cccc7006059e30358e42621f03a27ce5628ff74456e3f81f7a02bf2922f5e" + sha256 cellar: :any_skip_relocation, sonoma: "b8f417027f7afc1f87ea9fd1bb9f39f415e54ae5cc97f7ed640e0ed1ad61c1a8" + sha256 cellar: :any_skip_relocation, ventura: "b8f417027f7afc1f87ea9fd1bb9f39f415e54ae5cc97f7ed640e0ed1ad61c1a8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "06c6359d52d40562379404d8479db1ed2a8825c85cad93350e25be4968997048" + end + depends_on "go" => :build def install From 9054b8ce95967c018efae984842eba32dde0207c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 19:49:47 +0000 Subject: [PATCH 07380/10074] asm6809 2.17 --- Formula/a/asm6809.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/asm6809.rb b/Formula/a/asm6809.rb index ba7612b4b427b..4c75e3a407f48 100644 --- a/Formula/a/asm6809.rb +++ b/Formula/a/asm6809.rb @@ -1,8 +1,8 @@ class Asm6809 < Formula desc "Cross assembler targeting the Motorola 6809 and Hitachi 6309" homepage "https://www.6809.org.uk/asm6809/" - url "https://www.6809.org.uk/asm6809/dl/asm6809-2.16.tar.gz" - sha256 "6051624597d94d69a68a08e194cfe18cbdb12f829c80d92b84f641794b8b09bb" + url "https://www.6809.org.uk/asm6809/dl/asm6809-2.17.tar.gz" + sha256 "a6d36dd29cb3b26505c46595c1f0f1c4d7e66d3838f6347ce33ce27f4b35cffa" license "GPL-3.0-or-later" livecheck do From 30dba827858a9b33e90b3ece8a2a9545ac4fd341 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 19:51:18 +0000 Subject: [PATCH 07381/10074] bfs 4.0.7 --- Formula/b/bfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bfs.rb b/Formula/b/bfs.rb index 5deb7bbcb7c1c..bddd0b75fe2bc 100644 --- a/Formula/b/bfs.rb +++ b/Formula/b/bfs.rb @@ -1,8 +1,8 @@ class Bfs < Formula desc "Breadth-first version of find" homepage "https://tavianator.com/projects/bfs.html" - url "https://github.com/tavianator/bfs/archive/refs/tags/4.0.6.tar.gz" - sha256 "446a0a1a5bcbf8d026aab2b0f70f3d99c08e5fe18d3c564a8b7d9acde0792112" + url "https://github.com/tavianator/bfs/archive/refs/tags/4.0.7.tar.gz" + sha256 "37b11768b9b9bb50c7016d261317a4cd1ce047751681cfad528ccd700a65cd9e" license "0BSD" bottle do From 9ff9148bfbe432356b787844a65747013ebee430 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:05:14 +0000 Subject: [PATCH 07382/10074] jsrepo 2.4.1 --- Formula/j/jsrepo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index c91fe20ad8159..74f16ce9560f2 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -1,8 +1,8 @@ class Jsrepo < Formula desc "Build and distribute your code" homepage "https://jsrepo.dev/" - url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.4.0.tgz" - sha256 "acc9f1683d1a92897286b866c49a5f5138012581fb5cbe331acefb53b982e4d3" + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.4.1.tgz" + sha256 "bd8b3ad23c587824725d6dd3a4ad8f78b23dc926f256b6206e490f7f468e8b3b" license "MIT" bottle do From 396c1f6e43d227ce359fdccafedd53b635908064 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:11:37 +0000 Subject: [PATCH 07383/10074] moon 1.37.2 --- Formula/m/moon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index 0c90b8abbfe2d..ceb4f2dd09c1a 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -1,8 +1,8 @@ class Moon < Formula desc "Task runner and repo management tool for the web ecosystem, written in Rust" homepage "https://moonrepo.dev/moon" - url "https://github.com/moonrepo/moon/archive/refs/tags/v1.37.1.tar.gz" - sha256 "8b55ad11f05fb6db99d400e0c210dd1590fd9a24e68ce6f391d3e9c68862e380" + url "https://github.com/moonrepo/moon/archive/refs/tags/v1.37.2.tar.gz" + sha256 "1bf934c6777e7285644dd79bb9f554f63c0d34d50506523a9b2d02af5cd7d79c" license "MIT" head "https://github.com/moonrepo/moon.git", branch: "master" From ff57a0c9b6409359dc2f95ebe968e2138d2d1698 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 21:00:00 +0000 Subject: [PATCH 07384/10074] moon: update 1.37.2 bottle. --- Formula/m/moon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index ceb4f2dd09c1a..efa311ba68018 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -12,13 +12,13 @@ class Moon < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0fa35e3bc0854b21d7570296e0a4662cd1ec16c408f0cffbbcfceeb764fa35c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "53153088e69be2ae9dd9f244dc92fa4e3f3f8a8aadb58e91a3a69ebfd1acf901" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dfd7f8552d6daeec96ca30a2b1b463e9439acd92f5bdad2a0450fb4bc60a2f81" - sha256 cellar: :any_skip_relocation, sonoma: "2c064edf73720533db36dc23b0af058cd82d97310bf73778e785042636b81fd6" - sha256 cellar: :any_skip_relocation, ventura: "8cde36906f995e0a9d920c1bba86573c1e3592e30f0f1f69e3f86730768ee042" - sha256 cellar: :any_skip_relocation, arm64_linux: "65d9eb8bd74fc09e90f2d50902eb3bbedd33fbe2e1a795a9f953b8e237a4bd7f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29783511364bb3b82367e614b29fe748f1ed58e7fd44e7cb4da07293c255aaae" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1896b74923156cebef2c60490405ca4bde8869af0f20faffbb1b4da72a87b654" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca4ddca58808917fd01cf98e45c40206c3910e99698d24cb7864b4dab34a7b9b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5a82642bef14c5a2bd7dac20af2aae87d362c30abf838e53b36458c6dbdf8c14" + sha256 cellar: :any_skip_relocation, sonoma: "16581c39eac0ad8bb32239ae4aea42520cce582a2d798532766fae5f8d11f78b" + sha256 cellar: :any_skip_relocation, ventura: "e794cfbe98f2861386991e7e945089c37fc622efb8359cb9453c7fbe2a117358" + sha256 cellar: :any_skip_relocation, arm64_linux: "39e18a04a3ebde1b4a184f7e4e19ba0489eb452f999cf3fd64e426e90a68e23e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2694cc9cab541db1611914a28b6bafbccced843dd83890795b84762707d710a4" end depends_on "pkgconf" => :build From 036eb31a14266ec8db6c3db297d825f3e8df0237 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 21:01:45 +0000 Subject: [PATCH 07385/10074] jsrepo: update 2.4.1 bottle. --- Formula/j/jsrepo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 74f16ce9560f2..6e8cef8f6a78b 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -6,13 +6,13 @@ class Jsrepo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "e2b4362ba2a2a0bde690fe1c5536f93f1d915cf2c0026269eafdd74c3834821a" - sha256 cellar: :any, arm64_sonoma: "e2b4362ba2a2a0bde690fe1c5536f93f1d915cf2c0026269eafdd74c3834821a" - sha256 cellar: :any, arm64_ventura: "e2b4362ba2a2a0bde690fe1c5536f93f1d915cf2c0026269eafdd74c3834821a" - sha256 cellar: :any, sonoma: "acc10ad88c18df346e9af6d8a3679b6adead25d33889d46946452b8129cab984" - sha256 cellar: :any, ventura: "acc10ad88c18df346e9af6d8a3679b6adead25d33889d46946452b8129cab984" - sha256 cellar: :any_skip_relocation, arm64_linux: "a211545fbad741ec48cd8ac75e1fe4dd5f5bfdcdc4b3d2c27bafde2d87c14bde" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c5bad96c2940b0096ab1461c623d55a8bb54278210ddc87524263c52d6f9676c" + sha256 cellar: :any, arm64_sequoia: "90cfe5a77594b871ac72339bfe57c25dcb74297aac0ba764e63d0d1b900eed5b" + sha256 cellar: :any, arm64_sonoma: "90cfe5a77594b871ac72339bfe57c25dcb74297aac0ba764e63d0d1b900eed5b" + sha256 cellar: :any, arm64_ventura: "90cfe5a77594b871ac72339bfe57c25dcb74297aac0ba764e63d0d1b900eed5b" + sha256 cellar: :any, sonoma: "9c2ec2cf2a06de9d9d3ff3d6622339c94c7a02b6e844e9a3c468b2b898e64881" + sha256 cellar: :any, ventura: "9c2ec2cf2a06de9d9d3ff3d6622339c94c7a02b6e844e9a3c468b2b898e64881" + sha256 cellar: :any_skip_relocation, arm64_linux: "59370ff82350e180bf3deb361fa87077eeefe52724416fabbdbb5fad3de2ffcb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "36d9ef7223122749bb67d979cd497b750435e844901d5c7f858462710298f28a" end depends_on "node" From 888bc89a20a65de70f013bfde91ecf2d259417bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 21:02:17 +0000 Subject: [PATCH 07386/10074] bfs: update 4.0.7 bottle. --- Formula/b/bfs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/bfs.rb b/Formula/b/bfs.rb index bddd0b75fe2bc..4e7512acada97 100644 --- a/Formula/b/bfs.rb +++ b/Formula/b/bfs.rb @@ -6,12 +6,12 @@ class Bfs < Formula license "0BSD" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "541eb3e80f111ffbe3cce64f99d86cd806e94fd94635052dd92fcbe34b7c4b7b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "56bf0b3dff7830ad54fed7cc0dffa27f285f5b4f541c9abe17c202308ed55288" - sha256 cellar: :any_skip_relocation, arm64_ventura: "363fe54480b06f1295595614ce3132867baaa27e6b9f956590d0dd6a86c562e3" - sha256 cellar: :any_skip_relocation, sonoma: "91b95a911f42b6b95745b4ac48b9c9a687164eb9955b955bd85118bf7210ee41" - sha256 cellar: :any_skip_relocation, ventura: "6331cec89c8342f88c7230eddb2ea3d0d79b27a3d10acad159b2794905268dab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "95da5b6d24d640a1285bfdd20ad22aa9c5f3ba3de94e27bd95c0cecd09bf247d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8dcba1d6ff5edd6c47c68f4689c315e828d834055a87913af37028dd0f251179" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d1a1876b5e972cc74ba640fda2fed42bd34d107ef72933603c730c26e4b5ae8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5dbeac4b74cf47d565166dd94b1fcf895b16e82a06530058c7d759233a40a8b5" + sha256 cellar: :any_skip_relocation, sonoma: "b3e4aba61a16bbad6d94248347609f5b6d8d8380980b387c3841b2855be81d8d" + sha256 cellar: :any_skip_relocation, ventura: "1bf45e3a6083e516c0e60207323c4142735d800febe9c7bfc5093c4b27d031b0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3de17f4f074db0cc0357d028f01e68a0b4d2c7341a9f8e4727f7c6cc94c0f1ef" end depends_on "oniguruma" From faa1ccae6071f307ba860dec818135b2d1e768ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 21:02:20 +0000 Subject: [PATCH 07387/10074] asm6809: update 2.17 bottle. --- Formula/a/asm6809.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/asm6809.rb b/Formula/a/asm6809.rb index 4c75e3a407f48..b9852dc6bc1b0 100644 --- a/Formula/a/asm6809.rb +++ b/Formula/a/asm6809.rb @@ -11,13 +11,13 @@ class Asm6809 < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "53a922bce5c9ecde31b6f3a8e387f1db2d31649b8e0ddccdfc3d8825b5743eb7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6589664a9e6e8ca18926cc88dd3afa2fd0c493126351e78acde2a5d48be1307" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a0a0771b53895adaede7849139df909fab2ac61dc1ebdc5d3b0f805cdff43cd0" - sha256 cellar: :any_skip_relocation, sonoma: "59b89cdd10721a6e83b487022edeefc95433f089ed6778110a96a032b893d7a6" - sha256 cellar: :any_skip_relocation, ventura: "53e5901547c33f9d32dfff01cbee8a14267320b40ad99dc01d206df3ccbdf0a8" - sha256 cellar: :any_skip_relocation, arm64_linux: "3d0ec076c8403a105d75e020c8bdc9118bd40320122c66c5e430a88fe9e2ea53" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dbf6e55fa95c5e75aa42a332602abde9188dbb7700ae2758b556f30884addb4e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7de504e84b26b8234defb68bf94da035a54d7c4ac541aaf4b467089c27bd8b85" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "995fe91f8964623a28d85e866b283f3d530638c2315dba2ca8e5a709a3be0889" + sha256 cellar: :any_skip_relocation, arm64_ventura: "045d5d4372030b74a9f65153a0a985d83f1dcf74d0b6ac16c067d0ccf4d29de4" + sha256 cellar: :any_skip_relocation, sonoma: "c60151ade6cc3f159517932d60880ea5635ada30a038647001c0e3c3763a1267" + sha256 cellar: :any_skip_relocation, ventura: "60f7bbebe4678620b524fea6071a467ce5a708504e25ce932819b06eb7356bdc" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba890d3aebaaf8b4463b7dccf849c30fdc7be4028ac80f683421f4eca00fc3d0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cffd8646a3965426d5c82a4a4b846714003e0e0fc297a879f55cc5d7e8ee2dc3" end head do From ae92c406539a9aab70a1742bb8e39fb5bc4e06cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 21:03:18 +0000 Subject: [PATCH 07388/10074] retry: update 1.0.6 bottle. --- Formula/r/retry.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/r/retry.rb b/Formula/r/retry.rb index 89baf24413b5f..9efedd3ea3b73 100644 --- a/Formula/r/retry.rb +++ b/Formula/r/retry.rb @@ -6,15 +6,13 @@ class Retry < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba9aabeed58659b5bb810b2cc266bcce7b9bdafa7767bd553b362e1add65e062" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fab2637e747061b35b938d0ec128394c62e5c6322913ca9e36a780ac7cf7baf5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1c9090a16f0e8aec18d85a0d997c64864332cccbeb036e91144f83e418d2e24b" - sha256 cellar: :any_skip_relocation, arm64_monterey: "43ed02da4008539afbb274d2801b3dc84b52e7a47a43fe441aed74c5ccce93c3" - sha256 cellar: :any_skip_relocation, sonoma: "ad89f09c7a64b4718979c863e1d65b8b59ce1b6ecb95d68153e9fb1aabbab9f7" - sha256 cellar: :any_skip_relocation, ventura: "3bfe43d89d31ed19cd1a822f1e359a7820598ff579428dd438c8fd0574064aba" - sha256 cellar: :any_skip_relocation, monterey: "1bdb2938fe138151ee4325b2cc8fbaa62aa294af7353b276268133c5c59706b4" - sha256 cellar: :any_skip_relocation, arm64_linux: "6fe12ac69139e8ab6a0ef8e81df45c7064f09c150ca81089a8ccc8ec0a6c730c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "08c9b562e484816df97ec9ffdb6849201f5e5958397269087f90dbc478b1e354" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b67d9e7e3b419a6369f651a9eea7c56342004e9aecfea372c8551fd024a45b97" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "91d9191c2224348d123ab4b8e5763ec2337c4846f3d8d391aba99bbe3a6c9898" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e7ef82f7765062f44a5ff5b4ba8bee756c3e55d380bc0b0b99622f78b7740ce3" + sha256 cellar: :any_skip_relocation, sonoma: "3c3f927459a0efd10619ecf2b412a1380c148dcc796e9f9e7e174eb0499fdc12" + sha256 cellar: :any_skip_relocation, ventura: "7f24158fe4cccb03dca7bc286df3744f4fbabf78cf2af266d3269a31e06466a3" + sha256 cellar: :any_skip_relocation, arm64_linux: "0e11ae4779ffb1e810dea7f628d0820ed8ee798b268441bdcc3f12baee7deec1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "259bb647677bf0520f8341216056f6e6f1be2cddacc822b729932f38f9449d74" end def install From c89dd636f5a8e1dc783e205641a80e8e85f6b302 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 22:51:56 +0000 Subject: [PATCH 07389/10074] puzzles: update 20250615 bottle. --- Formula/p/puzzles.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/puzzles.rb b/Formula/p/puzzles.rb index c9991459808c5..f054e80c8fb12 100644 --- a/Formula/p/puzzles.rb +++ b/Formula/p/puzzles.rb @@ -20,13 +20,13 @@ class Puzzles < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "869e40e4415d9a3e4f7aa315e4f338768c108f870dc6efd629ba1188428bb406" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "11d3b9044148ada16ff47ea19995584edfe2dd4813531372124c11cd3d089692" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e8cbc19821903c4ba59fd939b269f6e3d175d084ba05c3d5dd1e9c60d14f0fcc" - sha256 cellar: :any_skip_relocation, sonoma: "8ca6bafcdd00772f34b5ef3c89007e40c4b7ed977d262e2c1a6d2c83ed1d8a31" - sha256 cellar: :any_skip_relocation, ventura: "ef67cf16510a2845f6dee5f75bc026c3b3f0cf14794b5c68211d1b97173dcc9f" - sha256 arm64_linux: "e3c369f29ca87ccda01b1dd7c9d16dc19d88a463b4fcfa225239b4263afd8dcc" - sha256 x86_64_linux: "5df0a7233a33a81c5fbeb51f4b98edeabd59bfc54f1d428ca9e087f34eddd670" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c24a6b8ed91580696c9eb3079e88e0e2bef9bc47ce6c688681c25abadf7f2ed" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6db2b3a4e1fecf6ad6c7fd88958dec3bda176dda9042231f651284c78b292bef" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c46bb5a4f43c3b8ebcbc0256fe3873d62571272b5a9d64453bee8ffc9da4070d" + sha256 cellar: :any_skip_relocation, sonoma: "8227d5cc02a5a110c114aee8b041a0afc941d964a2b5663c829368eddbfc4ab9" + sha256 cellar: :any_skip_relocation, ventura: "b3f80d565d5df7dcf1ef58e9aa974e17be564b055b87e7d695fbae2114135f9e" + sha256 arm64_linux: "9306aae07bb3008f400a465d9fc56b262780e32f7bd0c75737bbf73cc5a6b903" + sha256 x86_64_linux: "38e34749de6190a7f35cc1bc494414ee749e6e0f41b7548c0072823c63023cfd" end depends_on "cmake" => :build From 8d427829171e6fc63337c984529568e226cc245e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Jun 2025 10:56:37 -0400 Subject: [PATCH 07390/10074] triage(long dependent tests): add `cryptography`,`cmake` Signed-off-by: Rui Chen --- .github/workflows/triage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index d914b48b2f78a..12cb6b53f50f7 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -277,6 +277,8 @@ jobs: brotli|\ c-ares|\ cabal-install|\ + cmake|\ + cryptography|\ dav1d|\ freetype|\ gcc|\ From 2fcff8723ba9f423a156d414affea1ee366737ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 22:56:33 +0000 Subject: [PATCH 07391/10074] difftastic 0.64.0 --- Formula/d/difftastic.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/difftastic.rb b/Formula/d/difftastic.rb index 2ba80fc620d23..03c6e83be750e 100644 --- a/Formula/d/difftastic.rb +++ b/Formula/d/difftastic.rb @@ -1,8 +1,8 @@ class Difftastic < Formula desc "Diff that understands syntax" homepage "https://github.com/Wilfred/difftastic" - url "https://github.com/Wilfred/difftastic/archive/refs/tags/0.63.0.tar.gz" - sha256 "f96bcf4fc961921d52cd9fe5aa94017924abde3d5a3b5a4727b103e9c2d4b416" + url "https://github.com/Wilfred/difftastic/archive/refs/tags/0.64.0.tar.gz" + sha256 "54c7c93309ff9a2cbe87153ac1d16e80bacac4042c80f6b7206e9b71a6f10d0b" license "MIT" bottle do From fbb749885f917e2ba225bae4d99f0fd0dcbf3b77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:07:34 +0000 Subject: [PATCH 07392/10074] minimap2 2.30 --- Formula/m/minimap2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/minimap2.rb b/Formula/m/minimap2.rb index cfa2c52dd5602..99415fc756877 100644 --- a/Formula/m/minimap2.rb +++ b/Formula/m/minimap2.rb @@ -1,8 +1,8 @@ class Minimap2 < Formula desc "Versatile pairwise aligner for genomic and spliced nucleotide sequences" homepage "https://lh3.github.io/minimap2" - url "https://github.com/lh3/minimap2/archive/refs/tags/v2.29.tar.gz" - sha256 "008d5e9848b918e4eb09d054aa3d6c272d50e92b8fc8537abf5081a507019718" + url "https://github.com/lh3/minimap2/archive/refs/tags/v2.30.tar.gz" + sha256 "4e5cd621be2b2685c5c88d9b9b169c7e036ab9fff2f3afe1a1d4091ae3176380" license "MIT" livecheck do From 4b62d7d272475e55f7af993a7e7bd23e797b7629 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:09:00 +0000 Subject: [PATCH 07393/10074] moto 5.1.6 --- Formula/m/moto.rb | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/Formula/m/moto.rb b/Formula/m/moto.rb index ec36f148d6359..a632314a8c973 100644 --- a/Formula/m/moto.rb +++ b/Formula/m/moto.rb @@ -3,10 +3,9 @@ class Moto < Formula desc "Mock AWS services" homepage "http://getmoto.org/" - url "https://files.pythonhosted.org/packages/24/9f/5cacf53cbd26b4a77c817fd4fbec2ed38139ba2cfcd842c279aa19ee161f/moto-5.1.5.tar.gz" - sha256 "42b362ea9a16181e8e7b615ac212c294b882f020e9ae02f01230f167926df84e" + url "https://files.pythonhosted.org/packages/39/c0/eb2c997ffb22af6878a5d369284ad0bf2356d6b22686b5350f749d7a7db7/moto-5.1.6.tar.gz" + sha256 "baf7afa9d4a92f07277b29cf466d0738f25db2ed2ee12afcb1dc3f2c540beebd" license "Apache-2.0" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "30b6af4b9283df09ec15659d6b3c186910400f2f498d0b2862e289566832f942" @@ -55,18 +54,18 @@ class Moto < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/cb/2f/4547f4b3cc7b63ec1266edaf923a675f3eae2057299aba8ecfe46f013c1a/boto3-1.38.34.tar.gz" - sha256 "25e76b9fec8db8e21adaf84df0de5c58fa779be121bc327e07e920c7c0870394" + url "https://files.pythonhosted.org/packages/c4/22/df130d30dcc73b726c3d254ed855806853b86b987052517337587085b6db/boto3-1.38.36.tar.gz" + sha256 "efe0aaa060f8fedd76e5c942055f051aee0432fc722d79d8830a9fd9db83593e" end resource "botocore" do - url "https://files.pythonhosted.org/packages/08/27/34dfe90dd51d16473985198e056b82d74afd355dc47daa10af2a4f117072/botocore-1.38.34.tar.gz" - sha256 "a105f4d941f329aa72c43ddf42371ec4bee50ab3619fc1ef35d0005520219612" + url "https://files.pythonhosted.org/packages/2e/15/d218917f2d568f6fa92ad3831b31ecc4ee514d775a142385aa87c672bc08/botocore-1.38.36.tar.gz" + sha256 "4a1ced1a4218bdff0ed5b46abb54570d473154ddefafa5d121a8d96e4b76ebc1" end resource "cfn-lint" do - url "https://files.pythonhosted.org/packages/7f/bd/67280945d60ccd89f9f1ef03e8d2a1eb3a617a97ff28fc9c26c801721ccd/cfn_lint-1.35.4.tar.gz" - sha256 "da38218367217b909884ec2efe361b3992868f140b1d5f37dc64a9e328d9ddb9" + url "https://files.pythonhosted.org/packages/ca/4c/298568c3192763d8c6ebaef8c76d69d7154c362066a84c9cd4b64dc61c89/cfn_lint-1.36.0.tar.gz" + sha256 "47721fe23755663e69b7d84fec61b1c15fab4e7d8c75ab624e738913bcb59489" end resource "charset-normalizer" do @@ -205,8 +204,8 @@ class Moto < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do From 57560c1d8e5964a9123d4d76e862d650ad896d25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:14:57 +0000 Subject: [PATCH 07394/10074] renovate 40.57.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index c663d8b62f175..1f51be0ae16f0 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.56.0.tgz" - sha256 "e88cbdb4ae724e87e6cf219496e8d0bd1e05c00d8406bf3c80ffbf79c69e9998" + url "https://registry.npmjs.org/renovate/-/renovate-40.57.0.tgz" + sha256 "48cb6b31491b6a7b0a9fefa085d64a46dd0beb910f82c85c5b74379cf87f387e" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 07da307f087ba8b39c1405492ce5bad40cfecb22 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:27:44 +0000 Subject: [PATCH 07395/10074] difftastic: update 0.64.0 bottle. --- Formula/d/difftastic.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/difftastic.rb b/Formula/d/difftastic.rb index 03c6e83be750e..bedc533d6a64e 100644 --- a/Formula/d/difftastic.rb +++ b/Formula/d/difftastic.rb @@ -6,13 +6,13 @@ class Difftastic < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "44a308c711b145d779e07d65b0d0c8cb676cf28802d09c53293d0f9db3d651cd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "460fa7cf4158529052c493abe521d1cfe890eb5a2a47dce1240a7e3e11211a49" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e7edb10cd62c0a2fd50175e5b11cb0b8f7f20695e91ada25b2df870441bc2d21" - sha256 cellar: :any_skip_relocation, sonoma: "102eab4842ecccf93ac8a8c65537a6be6da20d2c1610bd159b8711d3f413f523" - sha256 cellar: :any_skip_relocation, ventura: "51536fbe2b7004dbabb491d9b48a1be08f32857f0cff326deb3c6e5799e2b1f3" - sha256 cellar: :any_skip_relocation, arm64_linux: "18e486daa9517bd3a97e32d0c3e8ca31bf470d2131d4df3ed11b9371efdb11de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "22e2e3aee49400b6c943033f17e56f4a069addc228877b1e33a165a114c93e8a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "293cd86f9d63611d356a2a8de36b73363171658c73ae90582496ad6c685fbad4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9afc0d4ba3e5d89117b020f7ed875e5ea98b1c75e293e11383ccf94dcefc8425" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8388f82f3f4e41178ecc084fbde904bee0040ff4d67ded460bcdfc7fc1383b8a" + sha256 cellar: :any_skip_relocation, sonoma: "82bdbf54e418d81749a3f83f9390bfdbbf2b8e12ba9e23eb6d8ee56ce6847d86" + sha256 cellar: :any_skip_relocation, ventura: "c764371b59c9e7037f8d596ad85ec1561c32c8b94b7902cdb8282a2087f99c65" + sha256 cellar: :any_skip_relocation, arm64_linux: "f2f793803c82dd9d28c3981f9e21907ae2ab31233405910811852c4f0d02eb8e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8ed84db027e1ea11b60b7b5fc9c86f41e476ac3faeb58b27fb60d0cc2f4f52f7" end depends_on "rust" => :build From cf66961250c92c7c95e6b66cae05466c60b71dab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:28:14 +0000 Subject: [PATCH 07396/10074] minimap2: update 2.30 bottle. --- Formula/m/minimap2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/minimap2.rb b/Formula/m/minimap2.rb index 99415fc756877..a1e156a842553 100644 --- a/Formula/m/minimap2.rb +++ b/Formula/m/minimap2.rb @@ -11,13 +11,13 @@ class Minimap2 < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a17ef19c327d33af21ce663a5c00e731b427ce5539a4fd444c69d08ed13ac031" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "02c4899b062bf0c3bd592ffdc4ebfcab5061468533230c6c1fea0c7cd1fc04bf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f8dbbb0a2e1de72ee94b40027b7efcc23a49e8ec71fea90737e71e3df0d78c92" - sha256 cellar: :any_skip_relocation, sonoma: "1451d3de7af2dd6f59cb1612f218c78c89be826afb339f36223d15454de33eda" - sha256 cellar: :any_skip_relocation, ventura: "820288efa0f55a08807d60affff35dd8853caba901878b4db15e1597d8d20284" - sha256 cellar: :any_skip_relocation, arm64_linux: "0796c7908c2694f083f9159dc476820ad29fed7caff4a4a5c471bfb6357f7a77" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3543ef1808df306f48f1677511c6eb81109ca635f5873f521480f61eaef56a7c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "15a95a85343975c72953717d6aefcca9ee2e04f1f0a0b0403819d053c722368a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfb5b7c1bc6595db98264d150b10cb4b1f17efcedd60a087a8f3540861679fe0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e71e6111743b87d5005094bbaa9813116922d397b7dbce5f8a7e34bba6e78ef2" + sha256 cellar: :any_skip_relocation, sonoma: "f29c0dadd3b8a0ac0eabb51593e2c55f9bb57a65ebea6dc5822d141e9d4b94ce" + sha256 cellar: :any_skip_relocation, ventura: "16e71c8e195454cc5809b874ac3ff3cbaabe4ac8cf329c17fe5c9b5cc732af8b" + sha256 cellar: :any_skip_relocation, arm64_linux: "5ab2307d37cca517d00b5c6b2622d332c90bae19e880f3d6749b5182401f5d35" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f28f740a2280da6423e032afba5109e2253f57286f779add8f2c0c52f783fff8" end uses_from_macos "zlib" From 25da219ccb24251a731d06bc1062e1e14cbdcbd0 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Sat, 14 Jun 2025 20:37:03 -0700 Subject: [PATCH 07397/10074] mcp-inspector 0.14.2 (new formula) mcp-inspector: remove head build Co-authored-by: Rui Chen Co-authored-by: Patrick Linnane --- .github/autobump.txt | 1 + Formula/m/mcp-inspector.rb | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Formula/m/mcp-inspector.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 1a196be4d01a8..9176e493787d2 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2340,6 +2340,7 @@ mbedtls mbt mcap mcfly +mcp-inspector mcpm md2pdf md4c diff --git a/Formula/m/mcp-inspector.rb b/Formula/m/mcp-inspector.rb new file mode 100644 index 0000000000000..55ab0f642e647 --- /dev/null +++ b/Formula/m/mcp-inspector.rb @@ -0,0 +1,27 @@ +class McpInspector < Formula + desc "Visual testing tool for MCP servers" + homepage "https://modelcontextprotocol.io/docs/tools/inspector" + url "https://registry.npmjs.org/@modelcontextprotocol/inspector/-/inspector-0.14.2.tgz" + sha256 "c7dbc1b3cfdba97e0566949bc7ac83aec8c826cb1c33695d1780b5a378853e75" + license "MIT" + + depends_on "node" + + def install + system "npm", "install", *std_npm_args + bin.install_symlink Dir["#{libexec}/bin/*"] + end + + test do + port = free_port + ENV["CLIENT_PORT"] = port.to_s + + read, write = IO.pipe + fork do + exec bin/"mcp-inspector", out: write + end + sleep 3 + + assert_match "Starting MCP inspector...", read.gets + end +end From 5092d50b634eda07cb5032a3d7717faf20bb1340 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:45:56 +0000 Subject: [PATCH 07398/10074] renovate: update 40.57.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 1f51be0ae16f0..1cedb52bc2ee4 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "349254ea8272bf32bbe1d1b76db03a5d66244e8c51bbe8907512d33da25ccc3b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "af937265667882cef2e08afa217e76a9f8f652a161d983a7c643af3651bfb508" - sha256 cellar: :any_skip_relocation, arm64_ventura: "77f97a2cfb8a0f1a9d5c98360753f66235fa2cbcb8e785bac0f0fe3b622a1b04" - sha256 cellar: :any_skip_relocation, sonoma: "096dbf485db30ef33fffb00d9604ce1f2120b1481be97921ba1f1fddf1627d27" - sha256 cellar: :any_skip_relocation, ventura: "623803f633768a4361a45ba8ae0cc519ccdd7ad8ab951be3b463bd6965f723ce" - sha256 cellar: :any_skip_relocation, arm64_linux: "a4be93e0e5ca4f7223705836725239c0750ad0528e70842cef959be44c008875" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8bb9157d78847cf4a86331ec29110fe1e4c4be30dcbdff08e7624f4846b31fa0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "852684c284d7ed30a767a4b3f8f5cf7b769ad1a506579e04a981e9b5b342da8a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "77763012707228bfe412d0656cdaf7f26e996619148fce96aab939620e1e3826" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fef33f830920893d6662ee0dbce7ed80d14816eab82f61aae7c91e5b384bdf44" + sha256 cellar: :any_skip_relocation, sonoma: "dfae57cf2fd6f9702b7e87389cc5e87d0dbc2f2dc48195075b72f2a37bc6ed0a" + sha256 cellar: :any_skip_relocation, ventura: "aa64a3707a7b70c060049814c3e77401da2641da8a44848377af4aa38d77e118" + sha256 cellar: :any_skip_relocation, arm64_linux: "ccac165b1a848041c7aa31362008be44778acf241e4f7b8e9bff27b1cb4b729f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e5fa0323100f46dedac8d1c6f42549070675273c10539e13c9f22ea65078c661" end depends_on "node@22" From 0778e3f7eefcba91fbdc5a0511c9ce552d3d6495 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 15 Jun 2025 21:16:16 -0400 Subject: [PATCH 07399/10074] yt-dlp: update test Signed-off-by: Rui Chen --- Formula/y/yt-dlp.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Formula/y/yt-dlp.rb b/Formula/y/yt-dlp.rb index 510900d187eb3..5fd2d095df2a2 100644 --- a/Formula/y/yt-dlp.rb +++ b/Formula/y/yt-dlp.rb @@ -82,10 +82,6 @@ def install test do system bin/"yt-dlp", "https://raw.githubusercontent.com/Homebrew/brew/refs/heads/master/Library/Homebrew/test/support/fixtures/test.gif" - # YouTube tests fail bot detection - return if OS.linux? && ENV["HOMEBREW_GITHUB_ACTIONS"] - - system bin/"yt-dlp", "--simulate", "https://www.youtube.com/watch?v=pOtd1cbOP7k" - system bin/"yt-dlp", "--simulate", "--yes-playlist", "https://www.youtube.com/watch?v=pOtd1cbOP7k&list=PLMsZ739TZDoLj9u_nob8jBKSC-mZb0Nhj" + system bin/"yt-dlp", "--simulate", "https://x.com/X/status/1922008207133671652" end end From 6b23b0b32399f5415d00ab415f2c24c797438c3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:07:41 +0000 Subject: [PATCH 07400/10074] moto: update 5.1.6 bottle. --- Formula/m/moto.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moto.rb b/Formula/m/moto.rb index a632314a8c973..ee952ae65c740 100644 --- a/Formula/m/moto.rb +++ b/Formula/m/moto.rb @@ -8,13 +8,13 @@ class Moto < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "30b6af4b9283df09ec15659d6b3c186910400f2f498d0b2862e289566832f942" - sha256 cellar: :any, arm64_sonoma: "c970d47d889242640627357769b98cafbcbffd55719ead610f188ab7ffb9e05d" - sha256 cellar: :any, arm64_ventura: "80d981a3ae641ce0f4c9c68fe9e99fbfcb5f7b5fdc1a992e38058a05173899eb" - sha256 cellar: :any, sonoma: "46a5948bd78d19ea62a0aec0e33e9ed0d12f690ceabc7f4bd04db61b42d4d2a5" - sha256 cellar: :any, ventura: "69e2380271e5b8090ad8ab554230674f23d118aa2452d2848f97fdd3abfbd4b8" - sha256 cellar: :any_skip_relocation, arm64_linux: "c3c969b375d94d3ac78250fe60f9e08e2c28f2ca2f866b74ddaa0e975ebc74f7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e3242e57b29868d0de40ae2caf05fe7edc82ab9eff3ccb82e04c3d08f7cad959" + sha256 cellar: :any, arm64_sequoia: "ec6d1bb819eb3756b96d73d29c7bdbcb93b646207d2451ba9767d06ca3979e80" + sha256 cellar: :any, arm64_sonoma: "3a7e22462edbf10103c0110b39904051cd06c3cd2034fbc2e0cac49b84ed4f03" + sha256 cellar: :any, arm64_ventura: "abb0f9f38e7ce7e5887def7f7a78cc6dc61e17cef74fe6dcd8a22715af40220e" + sha256 cellar: :any, sonoma: "063ae460f20bb3ad1d8bb6741553477b649efa40acdecbf8461932e563adacae" + sha256 cellar: :any, ventura: "2b9970e751f2f4eb7e29b8ca72d4c3c0d74c3b49ed9b9e002f8b1b43e3f6bb5c" + sha256 cellar: :any_skip_relocation, arm64_linux: "ae93eb5bafc1a3ff26ba63445207de9e02f8b9756f19b7e57501f2a6f5dfc55b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6ada09c259516550992d1c4e6730ff29bdb75d79cf49d04dbaffee2eaae57ea" end depends_on "rust" => :build # for pydantic_core From a3c7c016dd590f52d035c52334c05bec699cd3a0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 02:20:57 +0000 Subject: [PATCH 07401/10074] wayland-protocols: update 1.45 bottle. --- Formula/w/wayland-protocols.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/w/wayland-protocols.rb b/Formula/w/wayland-protocols.rb index c46f8d8148944..fe72a0d0e1f13 100644 --- a/Formula/w/wayland-protocols.rb +++ b/Formula/w/wayland-protocols.rb @@ -11,7 +11,7 @@ class WaylandProtocols < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "23c83933c00824c2d6d25b4008c7b566dbf964fa4f9c3a2ec42c2ffa967f9a2c" + sha256 cellar: :any_skip_relocation, all: "afe1730248430bc5c6c687baac7a08ad0c093d7e03aa4252d9aab7190f24a0a4" end depends_on "meson" => :build From cee50516b3d12f3f166aa0a2efff0bf2a2c8f536 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:37:40 +0000 Subject: [PATCH 07402/10074] exploitdb 2025-06-16 --- Formula/e/exploitdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 4107bc098e5c8..1c1f2ce295c6f 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -2,8 +2,8 @@ class Exploitdb < Formula desc "Database of public exploits and corresponding vulnerable software" homepage "https://www.exploit-db.com/" url "https://gitlab.com/exploit-database/exploitdb.git", - tag: "2025-06-14", - revision: "b83d852b2f4391697b695e1a31acdee5991cd7a0" + tag: "2025-06-16", + revision: "3cfac1e6a496a600ff3e73f7e80023bdba66c121" license "GPL-2.0-or-later" head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" From f146f09d2807e039fd3405ac9b3ef793db3f4b66 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:41:42 +0000 Subject: [PATCH 07403/10074] graphviz 13.0.1 --- Formula/g/graphviz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/graphviz.rb b/Formula/g/graphviz.rb index 11db7dc9c8354..bb87478225eab 100644 --- a/Formula/g/graphviz.rb +++ b/Formula/g/graphviz.rb @@ -1,8 +1,8 @@ class Graphviz < Formula desc "Graph visualization software from AT&T and Bell Labs" homepage "https://graphviz.org/" - url "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.0.0/graphviz-13.0.0.tar.xz" - sha256 "cf56059bcdb8df53f3a71e6fcd14167d684dfd2024796f4bedd1265636457bf0" + url "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.0.1/graphviz-13.0.1.tar.xz" + sha256 "eabb50ea256165a072e99c46a00cce9cb9063b6bf6b3bd8e088c9855212b664a" license "EPL-1.0" version_scheme 1 From 2c110ed4117bf4f14a8fe6d6f5100e93e3e628de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:49:25 +0000 Subject: [PATCH 07404/10074] melange 0.26.12 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 456f4d75dd523..81486a0362618 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.11.tar.gz" - sha256 "9b939d948fdd52643687e2d2ef0c6deb397809b211a8d927fef6145c0a3cdcd8" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.12.tar.gz" + sha256 "9c9476491a58f22528af57f30ac614f6454d72bb2cc6df9a6cf716e8211560b9" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From d376adca326b2e619cf0bb029f2b6ed1e51bf892 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:58:49 +0000 Subject: [PATCH 07405/10074] s-search 0.7.3 --- Formula/s/s-search.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/s-search.rb b/Formula/s/s-search.rb index f057326e5e6b3..befdb16ca913c 100644 --- a/Formula/s/s-search.rb +++ b/Formula/s/s-search.rb @@ -1,8 +1,8 @@ class SSearch < Formula desc "Web search from the terminal" homepage "https://github.com/zquestz/s" - url "https://github.com/zquestz/s/archive/refs/tags/v0.7.2.tar.gz" - sha256 "d36474448d9594743ff8841585e596c24ef0be9110f15e6b39baa96c8d982e6e" + url "https://github.com/zquestz/s/archive/refs/tags/v0.7.3.tar.gz" + sha256 "260df5364b947f19a12af9018cdeffecd5b572d1662ba2bbcbfba906c39330c3" license "MIT" head "https://github.com/zquestz/s.git", branch: "master" From 24e1f193cf3f79bf67b2f7513d56d9f39679d4e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:07:32 +0000 Subject: [PATCH 07406/10074] xterm 400 --- Formula/x/xterm.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/x/xterm.rb b/Formula/x/xterm.rb index ca299f797a35d..25fe71ea3e111 100644 --- a/Formula/x/xterm.rb +++ b/Formula/x/xterm.rb @@ -1,9 +1,9 @@ class Xterm < Formula desc "Terminal emulator for the X Window System" homepage "https://invisible-island.net/xterm/" - url "https://invisible-mirror.net/archives/xterm/xterm-399.tgz" - mirror "https://deb.debian.org/debian/pool/main/x/xterm/xterm_399.orig.tar.gz" - sha256 "9db34ad0f53ddb1223d70b247c8391e52f3e4b166d6ad85426a4c47813d1b1e3" + url "https://invisible-mirror.net/archives/xterm/xterm-400.tgz" + mirror "https://deb.debian.org/debian/pool/main/x/xterm/xterm_400.orig.tar.gz" + sha256 "eed84ecc05efa63d589c5a2a3f5a947e14b798d03b5342cc6883710f648f1a06" license "X11" livecheck do From 421ba86a89daabe783735598a7f9237966634780 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 03:15:54 +0000 Subject: [PATCH 07407/10074] xml2rfc 3.29.0 Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/x/xml2rfc.rb | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index ae58dc88f1f4c..846c43e371c2c 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -4094,6 +4094,7 @@ xkbcomp xkeyboard-config xlsxio xmake +xml2rfc xmlrpc-c xmlsectool xmount diff --git a/Formula/x/xml2rfc.rb b/Formula/x/xml2rfc.rb index d333cbe6f7a80..9d73d312097d0 100644 --- a/Formula/x/xml2rfc.rb +++ b/Formula/x/xml2rfc.rb @@ -3,10 +3,9 @@ class Xml2rfc < Formula desc "Tool to convert XML RFC7749 to the original ASCII or the new HTML look-and-feel" homepage "https://xml2rfc.tools.ietf.org/" - url "https://files.pythonhosted.org/packages/19/5a/4e4cbd0d669ff6bd368ba185bfbad3fb91ac4d500374398d2e245ddc5394/xml2rfc-3.28.1.tar.gz" - sha256 "76201b28f5b5d4c466dad74d972b3260013db0f462c76ebc633ea1c7fcd87194" + url "https://files.pythonhosted.org/packages/94/2a/bbd76ef42f69d07f7d736c113f4bdd050c7a8e7068f0f397d85185912756/xml2rfc-3.29.0.tar.gz" + sha256 "82a1806095ea9a83caa9ee6923bf50f7b7686325042e3e023e34984a54c822db" license "BSD-3-Clause" - revision 1 head "https://github.com/ietf-tools/xml2rfc.git", branch: "main" no_autobump! because: :requires_manual_review @@ -31,8 +30,8 @@ class Xml2rfc < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do From f6ae47a9ea16bc0d9310188703de70124ac44a9e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 03:15:07 +0000 Subject: [PATCH 07408/10074] miniprot 0.17 autobump: add miniprot Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/miniprot.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index ae58dc88f1f4c..e7915cd10ff43 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2405,6 +2405,7 @@ minio minio-mc minio-warp minipro +miniprot miniserve minisign miniupnpc diff --git a/Formula/m/miniprot.rb b/Formula/m/miniprot.rb index b1c9bc0b1f3eb..f56f3bedf4ac7 100644 --- a/Formula/m/miniprot.rb +++ b/Formula/m/miniprot.rb @@ -1,8 +1,8 @@ class Miniprot < Formula desc "Align proteins to genomes with splicing and frameshift" homepage "https://lh3.github.io/miniprot/" - url "https://github.com/lh3/miniprot/archive/refs/tags/v0.16.tar.gz" - sha256 "1ec0290552a6c80ad71657a44c767c3a2a2bbcfe3c7cc150083de7f9dc4b3ed0" + url "https://github.com/lh3/miniprot/archive/refs/tags/v0.17.tar.gz" + sha256 "afdad05d18290756a7056ca7f67a91bd55d56006100653fd3dd956652206a415" license "MIT" no_autobump! because: :requires_manual_review From ac14fc3f57f803637c7c285f2b4df0ffc146a87f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:20:40 +0000 Subject: [PATCH 07409/10074] melange: update 0.26.12 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index 81486a0362618..fe4d36c0d0395 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdc99156385ec67cc5e6450e1c084a493f10baf6edc80b447e0a0c1dbb9e066f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa715fd4739ff4cbb94471c069c393948e448c5ed4577c20eb5dc917111d9da9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8871b90143171a20c7f8c9867776df3e8712b3d9bf846660832d1394f4f46974" - sha256 cellar: :any_skip_relocation, sonoma: "1fb5b98b3cac0e11a008ae74d08b479a4518c130e1871ba2228942f26b991e90" - sha256 cellar: :any_skip_relocation, ventura: "4c0656892f574f22a2b8ffd37d14db7316752e4c40100bee5fa5fb4d7de48709" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bbe4348f4dd2217de6264f7fad901b37f2e71b9228de20a0b383efa2fa1b95bf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5347f80492c6e153c90b2321dcc65d6c12b7c1d3c59c5426a0470860f2091566" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "341628c88218379b80450b5ab6091fca98af83a949ff418ae656b3fdae2c2a7e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "11fa364b42b11fa67bd5bdeb20bbf084808fa90ba59c018e76a4d3b647fcb3e0" + sha256 cellar: :any_skip_relocation, sonoma: "43d1076664ecd780aa0c442822286db9ddf884ff2caaf3f3cf7836bbf13575d1" + sha256 cellar: :any_skip_relocation, ventura: "e19860fcadb06e5a659cd79e2d0fb1a261541716ead65970f6af5ed865f45ddd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a0f69bf6a6779e80972c2b2205bb04f03116c1895f42a639d86c65f3c0c32195" end depends_on "go" => :build From 8274e9f7f50723778e72358bb8ba56317ca0cd99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:21:02 +0000 Subject: [PATCH 07410/10074] s-search: update 0.7.3 bottle. --- Formula/s/s-search.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/s-search.rb b/Formula/s/s-search.rb index befdb16ca913c..a9079d7e1f535 100644 --- a/Formula/s/s-search.rb +++ b/Formula/s/s-search.rb @@ -7,12 +7,12 @@ class SSearch < Formula head "https://github.com/zquestz/s.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd28347437ccaac577e520058f36e31995d1fa406e7e4b17f5eee109d38313a6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd28347437ccaac577e520058f36e31995d1fa406e7e4b17f5eee109d38313a6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dd28347437ccaac577e520058f36e31995d1fa406e7e4b17f5eee109d38313a6" - sha256 cellar: :any_skip_relocation, sonoma: "a3952e5a7149cb4d195c85f551fa781a372b54d8890a1a645371a5811bdeeb90" - sha256 cellar: :any_skip_relocation, ventura: "a3952e5a7149cb4d195c85f551fa781a372b54d8890a1a645371a5811bdeeb90" - sha256 cellar: :any_skip_relocation, x86_64_linux: "962819056e6fd782f24e136064609ab9ab5e4fe20b0e8efda38969f685e4dccf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccaf69d22c12a51cba1b0ae664c81e8ff029d96ee2e96af9bf3c15f0b56ec12a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccaf69d22c12a51cba1b0ae664c81e8ff029d96ee2e96af9bf3c15f0b56ec12a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ccaf69d22c12a51cba1b0ae664c81e8ff029d96ee2e96af9bf3c15f0b56ec12a" + sha256 cellar: :any_skip_relocation, sonoma: "82373b628e5452657050d45033e34c8c9225c0ca0d3baa34ce5288011a15e159" + sha256 cellar: :any_skip_relocation, ventura: "82373b628e5452657050d45033e34c8c9225c0ca0d3baa34ce5288011a15e159" + sha256 cellar: :any_skip_relocation, x86_64_linux: "870ac87d10e778afe2c447da431d1828d9c25b05a815096c69a11801dfaf8833" end depends_on "go" => :build From ee5997e0e4734d5e6fc2bdc4b09a770cc1daf203 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:21:50 +0000 Subject: [PATCH 07411/10074] exploitdb: update 2025-06-16 bottle. --- Formula/e/exploitdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 1c1f2ce295c6f..5075144f40619 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -8,13 +8,13 @@ class Exploitdb < Formula head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e6f280fc296fde7a89b7d04a4a9d3233d33d9fc61d1a4179e41f97d0feb1005" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6a750a6d011a956756bb05984475dbb61107dc770fe70aad375a50dd479cbca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "af6238f7d9fc94fe986cbb5aa98d9d3af2c0289cc45eff0a1b30e6323defa08c" - sha256 cellar: :any_skip_relocation, sonoma: "8cab1ca8b76fc49caa3ba8e9a4d54e1d24e99cc8c82f10ef45a3ee6139caea22" - sha256 cellar: :any_skip_relocation, ventura: "8bba1c6bd87a85bdd35b0e01e1f7800e6cbe0822918922c8c8496e6890541e38" - sha256 cellar: :any_skip_relocation, arm64_linux: "a0bde61b4c86158d114b5dcb7a66ff5dfd31a97beccc022632d2a3de5d249439" - sha256 cellar: :any_skip_relocation, x86_64_linux: "483bcd6fa278b9ec87f8e889945bfb9a4bca842711cbc2d1d8c98f9ff576fbcd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9301cfae9e8c8ba96002ec81bad0d19655fcbbef0f0c28425e795bf2e4ff172" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6de682bf7ac76a5e87533912e3067d29cf7a43aace175b0d08e064c8b4417ec9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "48bb26663f6a0ae59c9c0c5c56ceba7c593ec547bf42dc6aa795e25de7758c8e" + sha256 cellar: :any_skip_relocation, sonoma: "6aa0d21997efb093033d7de89b7738b2f0edc5230c611fff351c05c5eded4adf" + sha256 cellar: :any_skip_relocation, ventura: "214e6febf35a2d0f510b8b528d854134289a24e62eba9cd7d9c72df86c1bf1d9" + sha256 cellar: :any_skip_relocation, arm64_linux: "5ae9c74ef8cc57955164c344229c56ee576e494d6d1571cd6f835ce56f720f09" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb7899f5eb90f60dbca29b6e0afb1d2992e5133a92657b281216b26dc1e0195c" end def install From 7a9ee77282c42386e9ace524f974898b0393975d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:31:02 +0000 Subject: [PATCH 07412/10074] xterm: update 400 bottle. --- Formula/x/xterm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xterm.rb b/Formula/x/xterm.rb index 25fe71ea3e111..21a6bb040d950 100644 --- a/Formula/x/xterm.rb +++ b/Formula/x/xterm.rb @@ -12,13 +12,13 @@ class Xterm < Formula end bottle do - sha256 arm64_sequoia: "b3619c9f1ff955055521052c6117f5cfff7785c8a5ab57fceb1d37bd65546c8f" - sha256 arm64_sonoma: "28a1331530edd423ad5d09aaf681468637c936296f6a74e57a4dc7c19be15a41" - sha256 arm64_ventura: "648f6fd46f877c4cc9ec1a952974b20cadabb2568b297ff67940a582697c7258" - sha256 sonoma: "e0e252d8064a7ba2c8997f6dc64a7074f1559e891196e905dc2242f9d2e341bd" - sha256 ventura: "950dcadcc3c8ab1eaef9ac0409faffa7914a1fd2b344af5f0657299547c1129b" - sha256 arm64_linux: "8e46eb7f6b3b616825c7975964630d06b9108ad6c8debfd4337737cb06606159" - sha256 x86_64_linux: "1ff02296f611413e715865bc8fada1d87ef8cb6984ad02f3feba6187ff8be108" + sha256 arm64_sequoia: "46d7eb07095fb1e696efb4e8049b942d72549cdf6c56ca0ab6b269a6ad6ea373" + sha256 arm64_sonoma: "7456c958a3ffd316137303d0a4733387a35975f883bf2e97f6490cdbf62ad942" + sha256 arm64_ventura: "9bb6fd67dc6ba099f6574f04ce22f99a22b5f6068c484fbd1777338040864b1d" + sha256 sonoma: "39d432484bb4ddcb693d47f0b410b15e8ba2e163eb89a7ebd5eef2ca33153bfb" + sha256 ventura: "c7f2e5e7910d5e76801ad037d9cb19d43d567e221d3835a0488d501541caea52" + sha256 arm64_linux: "e0ee9ce64a32673ec29b69d750aee1b80d4e1592d950f6103c0f18d4e3bfa246" + sha256 x86_64_linux: "80421c55a4b3a6dd54513cbe06813242b813171046f44b9f07abc9d01e06469a" end depends_on "fontconfig" From c17983856631f6395645d8ab228334cabdf4e3b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:34:00 +0000 Subject: [PATCH 07413/10074] mcp-inspector: add 0.14.2 bottle. --- Formula/m/mcp-inspector.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/m/mcp-inspector.rb b/Formula/m/mcp-inspector.rb index 55ab0f642e647..1f5c1b46faad6 100644 --- a/Formula/m/mcp-inspector.rb +++ b/Formula/m/mcp-inspector.rb @@ -5,6 +5,15 @@ class McpInspector < Formula sha256 "c7dbc1b3cfdba97e0566949bc7ac83aec8c826cb1c33695d1780b5a378853e75" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" + sha256 cellar: :any_skip_relocation, sonoma: "8ad16f2437079a09ce26f0ef5cd39fc05f3dfc05f68e7449033154a1ce096f3f" + sha256 cellar: :any_skip_relocation, ventura: "8ad16f2437079a09ce26f0ef5cd39fc05f3dfc05f68e7449033154a1ce096f3f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" + end + depends_on "node" def install From f1da8125ad11afb0feec423d8892d6a956d89a69 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 16 Jun 2025 03:58:07 +0000 Subject: [PATCH 07414/10074] mcp-inspector: update 0.14.2 bottle. --- Formula/m/mcp-inspector.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/mcp-inspector.rb b/Formula/m/mcp-inspector.rb index 1f5c1b46faad6..1949cb3ae5602 100644 --- a/Formula/m/mcp-inspector.rb +++ b/Formula/m/mcp-inspector.rb @@ -11,6 +11,7 @@ class McpInspector < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" sha256 cellar: :any_skip_relocation, sonoma: "8ad16f2437079a09ce26f0ef5cd39fc05f3dfc05f68e7449033154a1ce096f3f" sha256 cellar: :any_skip_relocation, ventura: "8ad16f2437079a09ce26f0ef5cd39fc05f3dfc05f68e7449033154a1ce096f3f" + sha256 cellar: :any_skip_relocation, arm64_linux: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" sha256 cellar: :any_skip_relocation, x86_64_linux: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" end From ece89075ae72c3c45023e9887789e1c2db29c14f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:06:38 +0000 Subject: [PATCH 07415/10074] graphviz: update 13.0.1 bottle. --- Formula/g/graphviz.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/graphviz.rb b/Formula/g/graphviz.rb index bb87478225eab..b82200be480a7 100644 --- a/Formula/g/graphviz.rb +++ b/Formula/g/graphviz.rb @@ -12,13 +12,13 @@ class Graphviz < Formula end bottle do - sha256 arm64_sequoia: "0504bffeb09f1ca814c2a17662a622a202c75d2a686ba59e46e079dc5e892710" - sha256 arm64_sonoma: "f9362747dde78f31b20943f159a1abbe4b8ab68c5fb79fc36cae30af588ff309" - sha256 arm64_ventura: "1cc0f412e9b8ce4b8427b9def0960e23ef11fdf11516dc3441a12639175e75ab" - sha256 sonoma: "8c8bbe253944e0c3967c95ccc7610cff32d0645ec8dfd75499694aefc8eb892d" - sha256 ventura: "f1066a6748a3e099d4823019ff3f276685602f9032fff42957aa15635adf9226" - sha256 arm64_linux: "49855d083644b9ec657e6e9ddd5dd9587e372a3dc0f298557ac1fa70140dfbbe" - sha256 x86_64_linux: "4fa7a552f880d941025f3d354f7720b494be553f28a8c277a2822f35c2b0e7d9" + sha256 arm64_sequoia: "c5d6cb3dbc7323a80870c1ba9e9c10237db5fe4919d00a67b2145bff48eba46b" + sha256 arm64_sonoma: "5db7d6daa4aa3e75b199acf5ff24cabda1545651dde312c771ff10e2ac142509" + sha256 arm64_ventura: "3a000c9603cf79fe0029e85a38826cea17b785bdfd55607275e5fe87e8c14c80" + sha256 sonoma: "ce3e38b6c21e2fac17d11aafce0f9463be29c2718e37aba9eb0922b64937e84e" + sha256 ventura: "8893cbd03aaaf9c1861693da71b78bc57981e8d41fdb6831bdd35d2e7c3fef64" + sha256 arm64_linux: "cf78490227861bdc8390c4d24a929bb5d166a73cb4a66c3da2e2935b5170ab35" + sha256 x86_64_linux: "2759f62c80d2985eceb1ed1d90237bf927f63f968f81fd117994dcacaecceb3b" end head do From b5f9c8ab1bd60cb157b90b8d5b59e90929c43913 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:31:22 +0000 Subject: [PATCH 07416/10074] xml2rfc: update 3.29.0 bottle. --- Formula/x/xml2rfc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xml2rfc.rb b/Formula/x/xml2rfc.rb index 9d73d312097d0..b599a6e8ecc58 100644 --- a/Formula/x/xml2rfc.rb +++ b/Formula/x/xml2rfc.rb @@ -11,13 +11,13 @@ class Xml2rfc < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "72d9a1d05a2329cfabb2419c9b474b820f90f7d7e88385af98464524fe7feb50" - sha256 cellar: :any, arm64_sonoma: "e0f31f2356080c4d80383fbd277f94346689b5a7829b784798c5a855d275e596" - sha256 cellar: :any, arm64_ventura: "0abca83a636ce8cd7f8ce4018110709b7cd93239bc7388128c1496c8477db371" - sha256 cellar: :any, sonoma: "9e521feba3843e67c9c28fe5ee760801701cbe9374c02c17c0fa8ded3b6c61c8" - sha256 cellar: :any, ventura: "66925bf7079f050de6396467c29c64d549bb8e67c6ce0f879cf5282bfb6d1a25" - sha256 cellar: :any_skip_relocation, arm64_linux: "463fd069e52db06294ce3ee246e2f2d0e02cc7af986faac0f770f3835ca94860" - sha256 cellar: :any_skip_relocation, x86_64_linux: "121e579c8b4fb6f65661ef794a3f6fc6f7e1f7eb51bc75aa5289d585d13b2d06" + sha256 cellar: :any, arm64_sequoia: "4a9c95af44171456ab840bf3c014d453fa128693a55478f9357575d3b0e80fa0" + sha256 cellar: :any, arm64_sonoma: "ae444d4095b03d74295a9f6e5a0ad0d088271a958d514cfc0ff93a7c5aefb9fb" + sha256 cellar: :any, arm64_ventura: "868ddf48de69a6e6db75f4dca88e54f6aca5b7f35be1b02b791bf32fa678c6fe" + sha256 cellar: :any, sonoma: "7bf63bdca955ac300632f400c2747792c87772a7e4315e157c5b101a52ef3f72" + sha256 cellar: :any, ventura: "c500ca8e1d688138f3c28a389f75962d28bd48e2022a119a232ba49250471ac3" + sha256 cellar: :any_skip_relocation, arm64_linux: "b54ecb019d0a230368c0a7c3863b96ed8d18b42cc20e591efb2c4d7b466de7f9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc568630c6902abd390bbe27e56edf5430e16ccf7a2ff2caa806dfe871617ef1" end depends_on "libyaml" From 93b0696bbee429a86f68fe566da90c2babb96e55 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:32:36 +0000 Subject: [PATCH 07417/10074] miniprot: update 0.17 bottle. --- Formula/m/miniprot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/miniprot.rb b/Formula/m/miniprot.rb index f56f3bedf4ac7..35aded249db8e 100644 --- a/Formula/m/miniprot.rb +++ b/Formula/m/miniprot.rb @@ -8,13 +8,13 @@ class Miniprot < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "39c0415c8c794f2af761f7cb95624f6c78506a5de34377e267a1050669b2c33e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "df2ff4d7eb51a65a47c7dff85b7f7c1cd43f797ff305c5193ae0895af298f7db" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f39904ebe6936462b9085da494f0b34ae5d1fad683cceaf3bf00c4ccb13a4858" - sha256 cellar: :any_skip_relocation, sonoma: "4b28c82f409c10bdb36c3c13c6099dcd3403d0bbf412d9baa3c355f79f257a6c" - sha256 cellar: :any_skip_relocation, ventura: "b01af7870345d5431c97f341c6a3b85b1d0251b1a555dd517dd8d1ecab4ab2e8" - sha256 cellar: :any_skip_relocation, arm64_linux: "8ebe5daf8b63da151acc89253bb7b39aa5ed97631350285cee29c3e24b985c17" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f11874854e4cbbcf2ab76855067feeb33321cd860a3ef46068ce070aa7758d60" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9fdb99ed4c69aa105f0a39f5d204dd70df9f509cfa75821c8a7cefd9708d9bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f19e488427dfb8e2f89216bfb7ef047a8ad6dc00aaef26ccfeeb173b90104438" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c289a3481809603ca712b7eddff0a8fc648cd2093bcf720e347a2964c898517a" + sha256 cellar: :any_skip_relocation, sonoma: "5fc06af21625d5b4d0aff8ff5b88a520b8e7b3cf4afb10bc57b07fcf324c7b39" + sha256 cellar: :any_skip_relocation, ventura: "4214193c715bc024cd0bcd183cc1321f52bdf6b87a82ad53cc3525a8aca696af" + sha256 cellar: :any_skip_relocation, arm64_linux: "a52932fbaa69027401413502c8528bc87b910a15d4344052fe20794fac812634" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67576a73c5730d04ac0ddaee5f743accc7893e710230674223e5a342b4a3a0d5" end uses_from_macos "zlib" From 438690f9a6615938d464e1ffb283f835c47f22a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:16:40 +0000 Subject: [PATCH 07418/10074] mcpm 1.13.5 --- Formula/m/mcpm.rb | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 56df915f80e2a..c4174cac6290a 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -3,10 +3,9 @@ class Mcpm < Formula desc "Open source, community-driven MCP server and client manager" homepage "https://mcpm.sh/" - url "https://files.pythonhosted.org/packages/b2/49/de0bc54f708907d70e563e46b9028793b9fccfbd546932a17c0b38ab82e9/mcpm-1.13.4.tar.gz" - sha256 "fa03bcf76e18e0663b1ebe04c9a1dc364847be0760fe9996aeba25745a9a51af" + url "https://files.pythonhosted.org/packages/72/a7/c2b9f9e65e7d0a6b51d70e0903c7c2d055fce5f6661064d6d359e4441d3c/mcpm-1.13.5.tar.gz" + sha256 "1528af5e209af23dd44c4e6b1e0dc2394ce98a9f54b514086864db7ce2278bdf" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "c89885738239f33aee1f080a01747495c93d38206236972a5cd711b3cd18bdeb" @@ -32,8 +31,8 @@ class Mcpm < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -87,8 +86,8 @@ class Mcpm < Formula end resource "mcp" do - url "https://files.pythonhosted.org/packages/f2/df/8fefc0c6c7a5c66914763e3ff3893f9a03435628f6625d5e3b0dc45d73db/mcp-1.9.3.tar.gz" - sha256 "587ba38448e81885e5d1b84055cfcc0ca56d35cd0c58f50941cab01109405388" + url "https://files.pythonhosted.org/packages/06/f2/dc2450e566eeccf92d89a00c3e813234ad58e2ba1e31d11467a09ac4f3b9/mcp-1.9.4.tar.gz" + sha256 "cfb0bcd1a9535b42edaef89947b9e18a8feb49362e1cc059d6e7fc636f2cb09f" end resource "mdurl" do @@ -107,8 +106,8 @@ class Mcpm < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -192,8 +191,8 @@ class Mcpm < Formula end resource "watchfiles" do - url "https://files.pythonhosted.org/packages/03/e2/8ed598c42057de7aa5d97c472254af4906ff0a59a66699d426fc9ef795d7/watchfiles-1.0.5.tar.gz" - sha256 "b7529b5dcc114679d43827d8c35a07c493ad6f083633d573d81c660abc5979e9" + url "https://files.pythonhosted.org/packages/2a/9a/d451fcc97d029f5812e898fd30a53fd8c15c7bbd058fd75cfc6beb9bd761/watchfiles-1.1.0.tar.gz" + sha256 "693ed7ec72cbfcee399e92c895362b6e66d63dac6b91e2c11ae03d10d503e575" end resource "wcwidth" do From c879238202895afa13ac46930ca5a2b72cf55385 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:21:46 +0000 Subject: [PATCH 07419/10074] pdm 2.25.2 --- Formula/p/pdm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 215396d49daee..deb1ae7c0692e 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -3,8 +3,8 @@ class Pdm < Formula desc "Modern Python package and dependency manager supporting the latest PEP standards" homepage "https://pdm-project.org" - url "https://files.pythonhosted.org/packages/34/ce/3c407a53b386b1113ad3145e6d660c6690c2f141ca39aa1fe3d6a5e0c666/pdm-2.25.1.tar.gz" - sha256 "3145251f37a3f94fa211ade992e7db7792da4c3e8e3eeeb1993d952adebe0b96" + url "https://files.pythonhosted.org/packages/f9/d6/ac4290999053e6afd21dc5406474e3b290e0ed1a600e320821a0b02bd659/pdm-2.25.2.tar.gz" + sha256 "bff8e95c2737f68a41a8987e363803e587aea10dc9b95c34a9d3a5a117a8485f" license "MIT" head "https://github.com/pdm-project/pdm.git", branch: "main" From 195fb78ec0cae36c66ee9b50586008b75f2cd45d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:26:52 +0000 Subject: [PATCH 07420/10074] seaweedfs 3.91 --- Formula/s/seaweedfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/seaweedfs.rb b/Formula/s/seaweedfs.rb index 8b7beb93ca990..e9abfe08d004f 100644 --- a/Formula/s/seaweedfs.rb +++ b/Formula/s/seaweedfs.rb @@ -2,8 +2,8 @@ class Seaweedfs < Formula desc "Fast distributed storage system" homepage "https://github.com/seaweedfs/seaweedfs" url "https://github.com/seaweedfs/seaweedfs.git", - tag: "3.90", - revision: "81aeec74a4eeb2c952c1038b39545c8d77a93ad9" + tag: "3.91", + revision: "c26299b05a67135636664fbbe57d9328a67288ad" license "Apache-2.0" head "https://github.com/seaweedfs/seaweedfs.git", branch: "master" From 8cdfe9f44817830d258442b4074cc0b0afe5d8c4 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera Date: Mon, 16 Jun 2025 14:21:15 +0800 Subject: [PATCH 07421/10074] github-mcp-server: remove executable bit --- Formula/g/github-mcp-server.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Formula/g/github-mcp-server.rb diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb old mode 100755 new mode 100644 From 9f29334b9f934428b5f9b7c9ae2027ec5b3805a8 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera Date: Mon, 16 Jun 2025 14:21:30 +0800 Subject: [PATCH 07422/10074] libmps: remove executable bit --- Formula/lib/libmps.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Formula/lib/libmps.rb diff --git a/Formula/lib/libmps.rb b/Formula/lib/libmps.rb old mode 100755 new mode 100644 From 4016dfe57e0b0865d9db72ecae9ffc3546ef56ce Mon Sep 17 00:00:00 2001 From: Carlo Cabrera Date: Mon, 16 Jun 2025 18:15:28 +0800 Subject: [PATCH 07423/10074] determine-rebottle-runners: fix typechecking error Fixes https://github.com/Homebrew/homebrew-core/actions/runs/15677706432/job/44161735556#step:5:29 --- cmd/determine-rebottle-runners.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/determine-rebottle-runners.rb b/cmd/determine-rebottle-runners.rb index b4599020fb4ed..942bb9e9e8920 100755 --- a/cmd/determine-rebottle-runners.rb +++ b/cmd/determine-rebottle-runners.rb @@ -49,7 +49,7 @@ def run tags = formula.bottle_specification.collector.tags runners = if tags.count == 1 && tags.first.system == :all # Build on all supported macOS versions and Linux. - MacOSVersion::SYMBOLS.keys.flat_map do |symbol| + [linux_runner_spec(:x86_64, timeout)] + MacOSVersion::SYMBOLS.keys.flat_map do |symbol| macos_version = MacOSVersion.from_symbol(symbol) if macos_version.outdated_release? || macos_version.prerelease? nil @@ -59,7 +59,7 @@ def run macos_runners << { runner: "#{macos_version}-arm64#{ephemeral_suffix}" } macos_runners end - end << linux_runner_spec(:x86_64, timeout) + end else tags.map do |tag| macos_version = tag.to_macos_version From 3b04db3befe9e56d4223bb9bc0a23b431366f702 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:57:31 +0000 Subject: [PATCH 07424/10074] erlang 28.0.1 --- Formula/e/erlang.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/e/erlang.rb b/Formula/e/erlang.rb index f4064d28ce400..76bb63a68036b 100644 --- a/Formula/e/erlang.rb +++ b/Formula/e/erlang.rb @@ -3,8 +3,8 @@ class Erlang < Formula homepage "https://www.erlang.org/" # Download tarball from GitHub; it is served faster than the official tarball. # Don't forget to update the documentation resource along with the url! - url "https://github.com/erlang/otp/releases/download/OTP-28.0/otp_src_28.0.tar.gz" - sha256 "71b5bf16e5b7b5d9fae98576c87aceac447964aaa3b4b457a5f60906839af92c" + url "https://github.com/erlang/otp/releases/download/OTP-28.0.1/otp_src_28.0.1.tar.gz" + sha256 "a1d26330e3089d4d70a752210f8794385e8844e3d19684835810f1a59a752158" license "Apache-2.0" livecheck do @@ -42,9 +42,9 @@ class Erlang < Formula end resource "html" do - url "https://github.com/erlang/otp/releases/download/OTP-28.0/otp_doc_html_28.0.tar.gz" - mirror "https://fossies.org/linux/misc/otp_doc_html_28.0.tar.gz" - sha256 "9eebbb8820f0a75d70d88758b32d3d9009828cf7d954f448a586639e74c5c65d" + url "https://github.com/erlang/otp/releases/download/OTP-28.0.1/otp_doc_html_28.0.1.tar.gz" + mirror "https://fossies.org/linux/misc/otp_doc_html_28.0.1.tar.gz" + sha256 "2a391d8d9ab46a0bb5ffbd1181a1d471da9aee7066ae94a7133ea4b378df72ee" livecheck do formula :parent From 4ad1aea2aaee78619a7cf0a598106340aaf5b03c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:57:42 +0000 Subject: [PATCH 07425/10074] erlang@26 26.2.5.13 --- Formula/e/erlang@26.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/e/erlang@26.rb b/Formula/e/erlang@26.rb index 692bee11bf88b..93ee24d7c7c20 100644 --- a/Formula/e/erlang@26.rb +++ b/Formula/e/erlang@26.rb @@ -3,8 +3,8 @@ class ErlangAT26 < Formula homepage "https://www.erlang.org/" # Download tarball from GitHub; it is served faster than the official tarball. # Don't forget to update the documentation resource along with the url! - url "https://github.com/erlang/otp/releases/download/OTP-26.2.5.12/otp_src_26.2.5.12.tar.gz" - sha256 "5738e05890777716d3f38863aab391988f62529bba7a6299f39d14bc45410412" + url "https://github.com/erlang/otp/releases/download/OTP-26.2.5.13/otp_src_26.2.5.13.tar.gz" + sha256 "a02efb423a7ecdee661b3c3ad2661521d9c00c2dd866c004d95a87d486a03bab" license "Apache-2.0" livecheck do @@ -37,8 +37,8 @@ class ErlangAT26 < Formula end resource "html" do - url "https://github.com/erlang/otp/releases/download/OTP-26.2.5.12/otp_doc_html_26.2.5.12.tar.gz" - sha256 "880ea28f0c257c214ed5dc43fc436917c54eebbf09ecabd0aa8735e5e1b63431" + url "https://github.com/erlang/otp/releases/download/OTP-26.2.5.13/otp_doc_html_26.2.5.13.tar.gz" + sha256 "fb7bb87b9edf88a621a97c01b436f5c3daa6a5715d02adf96031f5dd2c07edc0" livecheck do formula :parent From 56356213f6f7fae0698f0fca1baebbcfb8337f5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:59:19 +0000 Subject: [PATCH 07426/10074] freerdp 3.16.0 --- Formula/f/freerdp.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/f/freerdp.rb b/Formula/f/freerdp.rb index 3fe1941e43dd8..1b18fb4d214a7 100644 --- a/Formula/f/freerdp.rb +++ b/Formula/f/freerdp.rb @@ -1,10 +1,9 @@ class Freerdp < Formula desc "X11 implementation of the Remote Desktop Protocol (RDP)" homepage "https://www.freerdp.com/" - url "https://github.com/FreeRDP/FreeRDP/releases/download/3.15.0/freerdp-3.15.0.tar.gz" - sha256 "e8cd58decef4c970faea2fbea675970eea60e440ebe8033c54889acb83787371" + url "https://github.com/FreeRDP/FreeRDP/releases/download/3.16.0/freerdp-3.16.0.tar.gz" + sha256 "385af54245560493698730b688b5e6e5d56d5c7ecf2fa7c1d7cedfde8a4ba456" license "Apache-2.0" - revision 1 bottle do sha256 arm64_sequoia: "9fa9067784958730b7969cff5556d67afd9896775727fbbc47a184dfb1358429" From 03e7554fd6909ea3018732827ea401d999517548 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:00:45 +0000 Subject: [PATCH 07427/10074] gosec 2.22.5 --- Formula/g/gosec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gosec.rb b/Formula/g/gosec.rb index 4695d61a49d51..c3b9696919fe3 100644 --- a/Formula/g/gosec.rb +++ b/Formula/g/gosec.rb @@ -1,8 +1,8 @@ class Gosec < Formula desc "Golang security checker" homepage "https://securego.io/" - url "https://github.com/securego/gosec/archive/refs/tags/v2.22.4.tar.gz" - sha256 "042214e06f4a3ae7f0486ecb3f885cc24d44efece165ab7f7f96f6bcf3b2eff8" + url "https://github.com/securego/gosec/archive/refs/tags/v2.22.5.tar.gz" + sha256 "a0cfe91b35e36c46214f1a761a149d938a9c2bcf8be3b14be335f53cc24cc1cd" license "Apache-2.0" head "https://github.com/securego/gosec.git", branch: "master" From a6044b537b1559343e94f84710798e3d0a948b08 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:03:24 +0000 Subject: [PATCH 07428/10074] kafkactl 5.9.0 --- Formula/k/kafkactl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kafkactl.rb b/Formula/k/kafkactl.rb index ce922bd71c5e3..5daab05021c1b 100644 --- a/Formula/k/kafkactl.rb +++ b/Formula/k/kafkactl.rb @@ -1,8 +1,8 @@ class Kafkactl < Formula desc "CLI for managing Apache Kafka" homepage "https://deviceinsight.github.io/kafkactl/" - url "https://github.com/deviceinsight/kafkactl/archive/refs/tags/v5.8.0.tar.gz" - sha256 "fe76c997cdc10aa52d984b6abcc14fe4c832182a1e03e1dd6225f38a4f5b5615" + url "https://github.com/deviceinsight/kafkactl/archive/refs/tags/v5.9.0.tar.gz" + sha256 "2ff3d87743ca25105154bfcd7047e4eb96c15a70d7e3f7224d3e318ccef468b7" license "Apache-2.0" head "https://github.com/deviceinsight/kafkactl.git", branch: "main" From 6ce57958ca7addbd25a041e3bbd993af2daf1b03 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:03:45 +0000 Subject: [PATCH 07429/10074] kitex 0.14.0 --- Formula/k/kitex.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kitex.rb b/Formula/k/kitex.rb index 30c93a7f74e28..ac60ccf014843 100644 --- a/Formula/k/kitex.rb +++ b/Formula/k/kitex.rb @@ -1,8 +1,8 @@ class Kitex < Formula desc "Golang RPC framework for microservices" homepage "https://github.com/cloudwego/kitex" - url "https://github.com/cloudwego/kitex/archive/refs/tags/v0.13.1.tar.gz" - sha256 "8979aab324a0e5c71bbc4a985716df2f43079d83e4c61840611bf69ae25873e1" + url "https://github.com/cloudwego/kitex/archive/refs/tags/v0.14.0.tar.gz" + sha256 "ec22ace925fc504e53b459e26b143401f4a023f30fccd690f825b808a6df748c" license "Apache-2.0" head "https://github.com/cloudwego/kitex.git", branch: "develop" From 777f2d2b5b88a8e7343e0b2e8c45d493fb460d2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:06:19 +0000 Subject: [PATCH 07430/10074] mago 0.24.5 --- Formula/m/mago.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mago.rb b/Formula/m/mago.rb index 35d576d7bbca2..bf059fc0cb803 100644 --- a/Formula/m/mago.rb +++ b/Formula/m/mago.rb @@ -1,8 +1,8 @@ class Mago < Formula desc "Toolchain for PHP to help developers write better code" homepage "https://github.com/carthage-software/mago" - url "https://github.com/carthage-software/mago/archive/refs/tags/0.24.4.tar.gz" - sha256 "1dae082a4695c35b14413208a9574c348ceb3300e4332be8d582e6dbb001dbf7" + url "https://github.com/carthage-software/mago/archive/refs/tags/0.24.5.tar.gz" + sha256 "b9279e903bc02bcd639e297f7eb81da655ea9cdf3f230bd5687a2bd7fb0342bb" license any_of: ["Apache-2.0", "MIT"] bottle do From a8c7beadff411241dc0d48e4c68956b79da2f2ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:12:45 +0000 Subject: [PATCH 07431/10074] rav1e 0.8.1 --- Formula/r/rav1e.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rav1e.rb b/Formula/r/rav1e.rb index dd375cdda44d7..27385ec51c44f 100644 --- a/Formula/r/rav1e.rb +++ b/Formula/r/rav1e.rb @@ -1,8 +1,8 @@ class Rav1e < Formula desc "Fastest and safest AV1 video encoder" homepage "https://github.com/xiph/rav1e" - url "https://github.com/xiph/rav1e/archive/refs/tags/v0.8.0.tar.gz" - sha256 "2580bb4b4efae50e0a228e8ba80db1f73805a0e6f6a8c22bee066c90afb35ba0" + url "https://github.com/xiph/rav1e/archive/refs/tags/v0.8.1.tar.gz" + sha256 "06d1523955fb6ed9cf9992eace772121067cca7e8926988a1ee16492febbe01e" license "BSD-2-Clause" head "https://github.com/xiph/rav1e.git", branch: "master" From 7129bb724fc9fd3d5e927c61c26d0d82230d7445 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:13:09 +0000 Subject: [PATCH 07432/10074] renovate 40.58.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 1cedb52bc2ee4..785107b97c401 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.57.0.tgz" - sha256 "48cb6b31491b6a7b0a9fefa085d64a46dd0beb910f82c85c5b74379cf87f387e" + url "https://registry.npmjs.org/renovate/-/renovate-40.58.0.tgz" + sha256 "43b9febbecc5b56d50efa6b96cb2fb3e3c1f3955e25a96eeebbf8416eac82af0" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From a370ec18cd079a497fa9d3ddd1f4b840f595637f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:15:46 +0000 Subject: [PATCH 07433/10074] snakemake 9.6.0 --- Formula/s/snakemake.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index b7b1169bb2419..92aa4b7c1c48c 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -3,10 +3,9 @@ class Snakemake < Formula desc "Pythonic workflow system" homepage "https://snakemake.readthedocs.io/" - url "https://files.pythonhosted.org/packages/bc/32/13663b412501ed32fbab35a69278888a96918f2bf1a4259964d4d10fcdca/snakemake-9.5.1.tar.gz" - sha256 "480367b560b7c643eb8575274b4537b20e3cba23f2502b4d221a10e88703f6bd" + url "https://files.pythonhosted.org/packages/01/59/b3e9d89c09af0710fc45f51a9032d5d4f56e4442327c72a3585e39a0688d/snakemake-9.6.0.tar.gz" + sha256 "df7c24dd278d2420d04f15f14189427d0d4dae8ab55ca7094f53f92f1930b37c" license "MIT" - revision 2 head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do @@ -151,8 +150,8 @@ class Snakemake < Formula end resource "pulp" do - url "https://files.pythonhosted.org/packages/fb/92/bf4b947ec8aac629b835b588e70664c1d0150a8369f798b6c5adb32e39ba/pulp-3.1.1.tar.gz" - sha256 "300a330e917c9ca9ac7fda6f5849bbf30d489c368117f197a3e3fd0bc1966d95" + url "https://files.pythonhosted.org/packages/2f/cd/cb1308632ad5b092ebbfe64d0cd0b9906caec6e52bff88f54ddd3d434694/pulp-3.2.1.tar.gz" + sha256 "fc6c02c47c06342c586b175924add753cad7638ff6149b3b43e87ac6709ac469" end resource "pyyaml" do From a658b0a0e5e46a4ea1e410fb50dd02ef693e2998 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:16:48 +0000 Subject: [PATCH 07434/10074] storj-uplink 1.131.3 --- Formula/s/storj-uplink.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index 95cc963cf5474..b91136b0a13c7 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -1,8 +1,8 @@ class StorjUplink < Formula desc "Uplink CLI for the Storj network" homepage "https://storj.io" - url "https://github.com/storj/storj/archive/refs/tags/v1.130.8.tar.gz" - sha256 "54a902a387f407dfbe84903109ec8df52b498ead7b8162a083f894eb79a262fb" + url "https://github.com/storj/storj/archive/refs/tags/v1.131.3.tar.gz" + sha256 "56c11f73d5c9c83f834251ac5e66ee15daa08b793ca6df5e3c2be873b21c42de" license "AGPL-3.0-only" # Upstream creates stable releases and marks them as "pre-release" before From dd763af63e662a2830ad9d122d77f6451a829e2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:17:18 +0000 Subject: [PATCH 07435/10074] symfony-cli 5.12.0 --- Formula/s/symfony-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/symfony-cli.rb b/Formula/s/symfony-cli.rb index 57aa3f40fcdc2..af2a29b7468c0 100644 --- a/Formula/s/symfony-cli.rb +++ b/Formula/s/symfony-cli.rb @@ -1,8 +1,8 @@ class SymfonyCli < Formula desc "Build, run, and manage Symfony applications" homepage "https://github.com/symfony-cli/symfony-cli" - url "https://github.com/symfony-cli/symfony-cli/archive/refs/tags/v5.11.0.tar.gz" - sha256 "29996a4f7f2032fe1e3b1d8df734843f84ee7e2ac9db10e1e690ffc37df88713" + url "https://github.com/symfony-cli/symfony-cli/archive/refs/tags/v5.12.0.tar.gz" + sha256 "327f8cc77e3ddec57a560520521a2da5aeee1dc8b9a45d53ac2e60487b0fba48" license "AGPL-3.0-or-later" bottle do From ee7e7b0d28009f889701e206a73f73609ac535cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:18:01 +0000 Subject: [PATCH 07436/10074] thriftgo 0.4.2 --- Formula/t/thriftgo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/thriftgo.rb b/Formula/t/thriftgo.rb index dbeff008227f2..6ba04fab54f8c 100644 --- a/Formula/t/thriftgo.rb +++ b/Formula/t/thriftgo.rb @@ -1,8 +1,8 @@ class Thriftgo < Formula desc "Implementation of thrift compiler in go language with plugin mechanism" homepage "https://github.com/cloudwego/thriftgo" - url "https://github.com/cloudwego/thriftgo/archive/refs/tags/v0.4.1.tar.gz" - sha256 "b6a1555e5fb0264075231ff72babe5c28ccfb1893aec4dd26baf9a0e8fc1908f" + url "https://github.com/cloudwego/thriftgo/archive/refs/tags/v0.4.2.tar.gz" + sha256 "da9045011f581e7298b7ceadc87799da16f129dece7831134ef99686cabee997" license "Apache-2.0" head "https://github.com/cloudwego/thriftgo.git", branch: "main" From d7fd133c83d8201eddfd481577b96ca355a67f2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:24:05 +0000 Subject: [PATCH 07437/10074] mcpm: update 1.13.5 bottle. --- Formula/m/mcpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index c4174cac6290a..60c62e0d0bc41 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -8,13 +8,13 @@ class Mcpm < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "c89885738239f33aee1f080a01747495c93d38206236972a5cd711b3cd18bdeb" - sha256 cellar: :any, arm64_sonoma: "1cb507d48ed31d9109ea6b2e3d3325b446df12acb1f4e30f2661c379bb98a02d" - sha256 cellar: :any, arm64_ventura: "5fcaa6cac4b95f7252bba39c7d28a5a277ba93ef8b2847544ee42217079437c6" - sha256 cellar: :any, sonoma: "41cc1f27ff453477281ee01cf1055a92962cc8298f5c81079c53adcb89745267" - sha256 cellar: :any, ventura: "ed746961360b202ca3b6f2e9f65b8e8a10236ab500d802c0463155b411cce989" - sha256 cellar: :any_skip_relocation, arm64_linux: "be5311272b8f51e39f73ea3d1e820e5bc02d4ff59a4edc404e3d34ca3601952e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0b6dfb79b58f35818486c90e91c930b477e5d47b62e34256eb6a73871dad468b" + sha256 cellar: :any, arm64_sequoia: "f26faf127b17d59b9f0add0ddb6ee6e0056594aec8324897b4649ee7c2613a30" + sha256 cellar: :any, arm64_sonoma: "e2cf36d41c7835560c4aad6d4dfe29d1fd190e5f0c3602ea8428e07403eff93d" + sha256 cellar: :any, arm64_ventura: "c45c350684557b809e854caa7da8147750d300df3377c72ecb3b2bf6c58082e8" + sha256 cellar: :any, sonoma: "55ae038c94517c99eef9c80c325c400b8a8bb916a404c5ad825bdab121dfdc97" + sha256 cellar: :any, ventura: "138b4b473eea6568cd386d8183e8baf7918434372fe8995b24c6044e91ca3d90" + sha256 cellar: :any_skip_relocation, arm64_linux: "f880f5797a1aedd83e3789155e6e22434e4166c8b31d679514717a38dc3b3a61" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb1e4bd2adcb4f96fb6ae0809afcbe16668ea6238feee8862e04771fe5c04c9b" end depends_on "rust" => :build From 433da7ba994bbddb4593765f9c3346f47aa10646 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:24:19 +0000 Subject: [PATCH 07438/10074] seaweedfs: update 3.91 bottle. --- Formula/s/seaweedfs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/seaweedfs.rb b/Formula/s/seaweedfs.rb index e9abfe08d004f..669559834d18b 100644 --- a/Formula/s/seaweedfs.rb +++ b/Formula/s/seaweedfs.rb @@ -13,12 +13,12 @@ class Seaweedfs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b5edc8698db303f2bd69af7b82b05437c2d24558bcd117a40ff5053e803fce0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd9b92e6cc9d7dabf39709b400517ba8fba22e5b82be4c777970e1d4c3df7ea2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "67248404de0acf748394a4b8642a5c23320bf47f8a59bba919070d38ce6520bc" - sha256 cellar: :any_skip_relocation, sonoma: "0688f102fefdcd49d331eabf09544aa329ed84db8f1bb2a658d4fedf8a951556" - sha256 cellar: :any_skip_relocation, ventura: "36c14bcd8fac941a119858edf56c6ffbc5256c914dd8ffc64fe1c6f367fd409c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1be6abbf3fa230ebad9f9e27782e647be093d1d5d1caa886e308f07d246db2e3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d28ea1f5fad5adffd8fce2177a61b64f90197a01b5fe7421ed2b7d7c929e31e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "50282164a4fe20bde5acf4e4a75dae937c23a4e739863f0762b56b7c7f936f26" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a9e1058a460fd07b2b83cbf3563226179c3066b8bbe15a24f000467d18707e45" + sha256 cellar: :any_skip_relocation, sonoma: "9e976acc2e3da7db8e566f6e2db245c5d577daacebe47f007887c8a0c8690d44" + sha256 cellar: :any_skip_relocation, ventura: "7d2e449b47af3663cea098bb5e94bc0818b60e65ec2cbe3afe7534bca825d5d2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "105f86658ede3a39e0569ec51805182f9f744ebc014dd7fa6994de138c7455db" end depends_on "go" => :build From 6ccb33defc17813ef4a6559fe59ac4c7cf7cdf26 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:24:24 +0000 Subject: [PATCH 07439/10074] pdm: update 2.25.2 bottle. --- Formula/p/pdm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index deb1ae7c0692e..1ed9d261e5a34 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -9,13 +9,13 @@ class Pdm < Formula head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "183a8ecb83dfb073a1c5d23c0b04647d6b4ca26a4e5eb43c94b8e9a934a88a85" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "183a8ecb83dfb073a1c5d23c0b04647d6b4ca26a4e5eb43c94b8e9a934a88a85" - sha256 cellar: :any_skip_relocation, arm64_ventura: "183a8ecb83dfb073a1c5d23c0b04647d6b4ca26a4e5eb43c94b8e9a934a88a85" - sha256 cellar: :any_skip_relocation, sonoma: "edb651aa1165d5a6335b56dfcdb80b5ec9139e10dafc6bca40504bc8d817d475" - sha256 cellar: :any_skip_relocation, ventura: "edb651aa1165d5a6335b56dfcdb80b5ec9139e10dafc6bca40504bc8d817d475" - sha256 cellar: :any_skip_relocation, arm64_linux: "0fd053fd71ded1eeeb339f4881ef0e787afa8689f88964ddb0a529dba48d6809" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0fd053fd71ded1eeeb339f4881ef0e787afa8689f88964ddb0a529dba48d6809" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "afc93f80438217d58358f4e75997d5ddf3a9a3897564bb3ddf61ccb61390461b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "afc93f80438217d58358f4e75997d5ddf3a9a3897564bb3ddf61ccb61390461b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "afc93f80438217d58358f4e75997d5ddf3a9a3897564bb3ddf61ccb61390461b" + sha256 cellar: :any_skip_relocation, sonoma: "430367984bbad875d93757501cbc650f60dd8820c60fff1abbfaada44a1d943d" + sha256 cellar: :any_skip_relocation, ventura: "430367984bbad875d93757501cbc650f60dd8820c60fff1abbfaada44a1d943d" + sha256 cellar: :any_skip_relocation, arm64_linux: "498f2a49380939064d39da5be12100342f19e3dd1ab5787548f4d3c0cf520867" + sha256 cellar: :any_skip_relocation, x86_64_linux: "498f2a49380939064d39da5be12100342f19e3dd1ab5787548f4d3c0cf520867" end depends_on "certifi" From 47bf46447af8a2ef325e7d73acc683cb9a8dec09 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:28:34 +0000 Subject: [PATCH 07440/10074] freerdp: update 3.16.0 bottle. --- Formula/f/freerdp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/freerdp.rb b/Formula/f/freerdp.rb index 1b18fb4d214a7..e85801c460750 100644 --- a/Formula/f/freerdp.rb +++ b/Formula/f/freerdp.rb @@ -6,13 +6,13 @@ class Freerdp < Formula license "Apache-2.0" bottle do - sha256 arm64_sequoia: "9fa9067784958730b7969cff5556d67afd9896775727fbbc47a184dfb1358429" - sha256 arm64_sonoma: "f8b1cd554604318870bae2990799b23b4d410c906025a881758609559cf39291" - sha256 arm64_ventura: "39a2322e3061ecf45f0693703e81e14fc0094363a4cfb463b0cb850421ee781c" - sha256 sonoma: "f608e8023020140d9bd19248c65973bd985574a5472804d1b45382b7d4491a0f" - sha256 ventura: "49011d6448a6aba277069cba61a2ee87e14fc2d6edec26ad536449ddb0aa3be7" - sha256 arm64_linux: "8a1fde5ef00593aefb2be888f2e1ef14b1f838232b170036496b835b21a44230" - sha256 x86_64_linux: "56afe805b646f6c5de2283a84e0d636f05674fb5ac7acab49a494814d144eb64" + sha256 arm64_sequoia: "3815dd2324a3b6b7e1aeec1f55bd7d2c1efb31c24e28cd18426157c635ee7213" + sha256 arm64_sonoma: "107ab42c7e58c5542894dd5eb56a27aeb32853399467e0c30618b46718a0199d" + sha256 arm64_ventura: "8639f7bddaf41460005ac4be1a292105e47f253cebc91144e66f433900893e24" + sha256 sonoma: "571deac2e8cd88b7aebba8c99f3e61ba98dafb36c6ece0380bf3b83e6e344cd9" + sha256 ventura: "2a8e3b2ed4e24e35431e6b3615b9c11e9f5eb1b61d216be6795b38607d5c4b91" + sha256 arm64_linux: "95bc249e76d351b4eae0b3e4ddc2ab3968f46017191bfbaf622b2c8d334e56d4" + sha256 x86_64_linux: "7c888eefd0fcbace181dd04cf8acb1d30285e4a76a214fe643986a11d75bf970" end head do From db60af992843827cf6d7dea59839542820c0c99b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:28:41 +0000 Subject: [PATCH 07441/10074] gosec: update 2.22.5 bottle. --- Formula/g/gosec.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gosec.rb b/Formula/g/gosec.rb index c3b9696919fe3..ab66230b39e20 100644 --- a/Formula/g/gosec.rb +++ b/Formula/g/gosec.rb @@ -7,12 +7,12 @@ class Gosec < Formula head "https://github.com/securego/gosec.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "da158987cfb96c51a3a6d417fdd5357f663d6166ead330e4bf479086076db925" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "da158987cfb96c51a3a6d417fdd5357f663d6166ead330e4bf479086076db925" - sha256 cellar: :any_skip_relocation, arm64_ventura: "da158987cfb96c51a3a6d417fdd5357f663d6166ead330e4bf479086076db925" - sha256 cellar: :any_skip_relocation, sonoma: "225f37120160af2ba727c827044c5c2a09531bb37c52b112fe1093e356831637" - sha256 cellar: :any_skip_relocation, ventura: "225f37120160af2ba727c827044c5c2a09531bb37c52b112fe1093e356831637" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3bd30d4d1b574d5553f458dd940dd1ff2bef2f4486638af5b2d3fd1850be4e1f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "03b4374b3d02737e48732b1f2bcbd606462531be504772a17bad2d7193d35e57" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "03b4374b3d02737e48732b1f2bcbd606462531be504772a17bad2d7193d35e57" + sha256 cellar: :any_skip_relocation, arm64_ventura: "03b4374b3d02737e48732b1f2bcbd606462531be504772a17bad2d7193d35e57" + sha256 cellar: :any_skip_relocation, sonoma: "969ee2ef6ae5167810a95250c4c15c507e82a8cea4bc2d91ae80dfd5e2715c33" + sha256 cellar: :any_skip_relocation, ventura: "969ee2ef6ae5167810a95250c4c15c507e82a8cea4bc2d91ae80dfd5e2715c33" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dd3d9c8cfc5d6a474c4dda306c9f18b9dca23cb6a72c9787d3ccdd128225d626" end depends_on "go" From 8a7382e02a114ae37fe484b0643bbc2160cafe1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:29:11 +0000 Subject: [PATCH 07442/10074] kafkactl: update 5.9.0 bottle. --- Formula/k/kafkactl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kafkactl.rb b/Formula/k/kafkactl.rb index 5daab05021c1b..511a4198672a8 100644 --- a/Formula/k/kafkactl.rb +++ b/Formula/k/kafkactl.rb @@ -7,12 +7,12 @@ class Kafkactl < Formula head "https://github.com/deviceinsight/kafkactl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5deecb945ab1c7f60dd9231cbc7ad9e921260a6c3c09ae950e65754b68716d7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5deecb945ab1c7f60dd9231cbc7ad9e921260a6c3c09ae950e65754b68716d7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f5deecb945ab1c7f60dd9231cbc7ad9e921260a6c3c09ae950e65754b68716d7" - sha256 cellar: :any_skip_relocation, sonoma: "d6b7d4466e3d793e4dda82a96539f79851b7424219f7724aedcdb4b2fdd36f43" - sha256 cellar: :any_skip_relocation, ventura: "d6b7d4466e3d793e4dda82a96539f79851b7424219f7724aedcdb4b2fdd36f43" - sha256 cellar: :any_skip_relocation, x86_64_linux: "467ce6793c7872edebdd2f4b417249af775103b404e25d0ca4033fdfea2ed161" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0547b414b97eec5225acb7d6cd57e65d953e5699a86b1aabac98f49b802e624" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0547b414b97eec5225acb7d6cd57e65d953e5699a86b1aabac98f49b802e624" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c0547b414b97eec5225acb7d6cd57e65d953e5699a86b1aabac98f49b802e624" + sha256 cellar: :any_skip_relocation, sonoma: "e0d3b04ea60e0b9629b0a90552a458bc8bb7471a89d2658f34f1ebe557625e6b" + sha256 cellar: :any_skip_relocation, ventura: "e0d3b04ea60e0b9629b0a90552a458bc8bb7471a89d2658f34f1ebe557625e6b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd0ee312b375827b917a2e30054b67b556bf5423c4e2c2e9eb76815e84b0de9a" end depends_on "go" => :build From 337ddd2ceccb06acc661fef72be2ac7e238ff57d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:29:18 +0000 Subject: [PATCH 07443/10074] kitex: update 0.14.0 bottle. --- Formula/k/kitex.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kitex.rb b/Formula/k/kitex.rb index ac60ccf014843..18ae1dfed60d5 100644 --- a/Formula/k/kitex.rb +++ b/Formula/k/kitex.rb @@ -12,12 +12,12 @@ class Kitex < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e977ed56c97e8d0d2c32aad83ecd614b852d05c8fd36559d38e71d7d4a4f799d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e977ed56c97e8d0d2c32aad83ecd614b852d05c8fd36559d38e71d7d4a4f799d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e977ed56c97e8d0d2c32aad83ecd614b852d05c8fd36559d38e71d7d4a4f799d" - sha256 cellar: :any_skip_relocation, sonoma: "abb62f18d9cd5aa89b0b6e4c0a0fbfc0562d763e22d451c819b316b62b386f52" - sha256 cellar: :any_skip_relocation, ventura: "abb62f18d9cd5aa89b0b6e4c0a0fbfc0562d763e22d451c819b316b62b386f52" - sha256 cellar: :any_skip_relocation, x86_64_linux: "835f7e5d40ea401fcdb85aa90244a328d3d44eb46668025144ca1ba6ae8e1f63" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd3442ef21a240deb4ac56e9d397dd28b869916bbebb45a6df9ac61a2fb000a5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd3442ef21a240deb4ac56e9d397dd28b869916bbebb45a6df9ac61a2fb000a5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bd3442ef21a240deb4ac56e9d397dd28b869916bbebb45a6df9ac61a2fb000a5" + sha256 cellar: :any_skip_relocation, sonoma: "b961c364704b7e3c79cebe40a447cc2d81b481c662442c4ef75f280711b33aed" + sha256 cellar: :any_skip_relocation, ventura: "b961c364704b7e3c79cebe40a447cc2d81b481c662442c4ef75f280711b33aed" + sha256 cellar: :any_skip_relocation, x86_64_linux: "390ec2b9bd576efcccef4a0153750388bba65389858971aed6e819dc7e9088f1" end depends_on "go" => [:build, :test] From 3ee1c5abbb678abedfec1945e6b101ba97b9df18 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 07:49:51 +0000 Subject: [PATCH 07444/10074] appwrite 8.0.1 --- Formula/a/appwrite.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/appwrite.rb b/Formula/a/appwrite.rb index 16e7e80edf7fd..e7a4228733552 100644 --- a/Formula/a/appwrite.rb +++ b/Formula/a/appwrite.rb @@ -1,8 +1,8 @@ class Appwrite < Formula desc "Command-line tool for Appwrite" homepage "https://appwrite.io" - url "https://registry.npmjs.org/appwrite-cli/-/appwrite-cli-8.0.0.tgz" - sha256 "1cd271e7d8494d47f83262472b932142574aff14c33c8df02ac78c672b8ebe50" + url "https://registry.npmjs.org/appwrite-cli/-/appwrite-cli-8.0.1.tgz" + sha256 "08ceebcc882f579a3f1200aa9ccf74bdf67acb046092b01f6388576a7270e3e0" license "BSD-3-Clause" bottle do From 64b3f77058c3203e7600719777641293deb5cba5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 07:53:28 +0000 Subject: [PATCH 07445/10074] cdk8s 2.200.102 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 8fe69c07aaf3e..2f22e402df323 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.101.tgz" - sha256 "8b20b893ddb8ea3cdd7fe12cec94dae95684afc9daa38010615931eea2f7b440" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.102.tgz" + sha256 "d487ebbe4043b99962802d361348236e942979c113e01e27777497eede59f165" license "Apache-2.0" bottle do From be9b7a061dab48566df75ad0fd2145849a3a0616 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 07:54:23 +0000 Subject: [PATCH 07446/10074] chainloop-cli 1.7.0 --- Formula/c/chainloop-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 92ec7e83c3edf..a13c3202b4c10 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,8 +1,8 @@ class ChainloopCli < Formula desc "CLI for interacting with Chainloop" homepage "https://docs.chainloop.dev" - url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.6.1.tar.gz" - sha256 "c2596a41c2f25e8fc4af0c9d7ae15067f49eb823a7da76ca7db67cd876383a70" + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.7.0.tar.gz" + sha256 "a9528b352eca86cc95a9ea75ac089e97597040fc4cd0b4d4de8b0199f1cce9c1" license "Apache-2.0" head "https://github.com/chainloop-dev/chainloop.git", branch: "main" From a71777fa7d949358883a4487df2e195d52b707fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 07:59:48 +0000 Subject: [PATCH 07447/10074] excalidraw-converter 1.5.2 --- Formula/e/excalidraw-converter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/excalidraw-converter.rb b/Formula/e/excalidraw-converter.rb index 1ca04f69e0c8b..e923ef5828e84 100644 --- a/Formula/e/excalidraw-converter.rb +++ b/Formula/e/excalidraw-converter.rb @@ -1,8 +1,8 @@ class ExcalidrawConverter < Formula desc "Command-line tool for porting Excalidraw diagrams to Gliffy" homepage "https://github.com/sindrel/excalidraw-converter" - url "https://github.com/sindrel/excalidraw-converter/archive/refs/tags/v1.5.1.tar.gz" - sha256 "3bd151708755baed423e83d2875f3007ed065ba8acf5bf581b0157a88ce7c7bb" + url "https://github.com/sindrel/excalidraw-converter/archive/refs/tags/v1.5.2.tar.gz" + sha256 "826087fecbfd48c5e0d832a342ba66c2cb74c06e5736218e199a2f531f1aebb9" license "MIT" head "https://github.com/sindrel/excalidraw-converter.git", branch: "master" From 274b40e87ab575750a564e39df6f7ee0c51c6a2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:06:07 +0000 Subject: [PATCH 07448/10074] jackett 0.22.2020 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index d339efa8ab612..6339f88967bf6 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2017.tar.gz" - sha256 "6a8da65be61a2ff04ad0f6557f7d035716c56ead865722eb2a535d8f51b36ebc" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2020.tar.gz" + sha256 "1fc7c7d1d1fc83354f535196e3a829eb3d3d5c53ab94047525361c254d81e86c" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From ac7a603abd9682f43708621a3b9c1c04df6cb5e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:07:51 +0000 Subject: [PATCH 07449/10074] kubelogin 1.33.0 --- Formula/k/kubelogin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubelogin.rb b/Formula/k/kubelogin.rb index 60561f7cc353c..772ae491815d6 100644 --- a/Formula/k/kubelogin.rb +++ b/Formula/k/kubelogin.rb @@ -1,8 +1,8 @@ class Kubelogin < Formula desc "OpenID Connect authentication plugin for kubectl" homepage "https://github.com/int128/kubelogin" - url "https://github.com/int128/kubelogin/archive/refs/tags/v1.32.4.tar.gz" - sha256 "3d3f7bb52eba25885a760b51ea517514e77ab0c4f6b9fa796be3b9abc1268ded" + url "https://github.com/int128/kubelogin/archive/refs/tags/v1.33.0.tar.gz" + sha256 "41016c118281fe7e8686c2bcf034f879d1b5dc49bc9eb0900ddce1d2d259290d" license "Apache-2.0" head "https://github.com/int128/kubelogin.git", branch: "master" From b2f4ab4a0118e41b62844a2af40f394872592405 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:11:56 +0000 Subject: [PATCH 07450/10074] massdriver 1.11.1 --- Formula/m/massdriver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/massdriver.rb b/Formula/m/massdriver.rb index 2226e6015c6be..5000c7ae530d0 100644 --- a/Formula/m/massdriver.rb +++ b/Formula/m/massdriver.rb @@ -1,8 +1,8 @@ class Massdriver < Formula desc "Manage applications and infrastructure on Massdriver Cloud" homepage "https://www.massdriver.cloud/" - url "https://github.com/massdriver-cloud/mass/archive/refs/tags/1.10.7.tar.gz" - sha256 "fbaa8281509139d83b64f10a8851630242cd1648a2437b4be38c0e9e39e87775" + url "https://github.com/massdriver-cloud/mass/archive/refs/tags/1.11.1.tar.gz" + sha256 "90a941125dae188610c4906180e5374ed2e6312e552b699ff6346c2ad09fe893" license "Apache-2.0" head "https://github.com/massdriver-cloud/mass.git", branch: "main" From 3e5d4284127e9a2c0984d616f4070137d29efee5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:13:10 +0000 Subject: [PATCH 07451/10074] mmctl 10.9.0 --- Formula/m/mmctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mmctl.rb b/Formula/m/mmctl.rb index 06fa00b7977ba..bf3f868d8087d 100644 --- a/Formula/m/mmctl.rb +++ b/Formula/m/mmctl.rb @@ -1,8 +1,8 @@ class Mmctl < Formula desc "Remote CLI tool for Mattermost server" homepage "https://github.com/mattermost/mattermost" - url "https://github.com/mattermost/mattermost/archive/refs/tags/v10.8.1.tar.gz" - sha256 "b7bd6bc791478a931f7a511b6e848c24cbfcd9274edb5d130925a1df1fad136b" + url "https://github.com/mattermost/mattermost/archive/refs/tags/v10.9.0.tar.gz" + sha256 "06dac02af4c0ad15574c6c7f58a40b798aa1d9bb22c7ca8ba60f73b8fcdb5e12" license all_of: ["AGPL-3.0-only", "Apache-2.0"] head "https://github.com/mattermost/mattermost.git", branch: "master" From c931534f0b62bb59ccda9a473d500365047e2ea6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:21:19 +0000 Subject: [PATCH 07452/10074] roapi 0.12.6 --- Formula/r/roapi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/roapi.rb b/Formula/r/roapi.rb index d7cf726d68361..6a801b8a16a34 100644 --- a/Formula/r/roapi.rb +++ b/Formula/r/roapi.rb @@ -1,8 +1,8 @@ class Roapi < Formula desc "Full-fledged APIs for static datasets without writing a single line of code" homepage "https://roapi.github.io/docs" - url "https://github.com/roapi/roapi/archive/refs/tags/roapi-v0.12.4.tar.gz" - sha256 "93eaccd70b7b21d0d8f349d6ad594761b8c4ecba884c7106cfefa37d86e3649c" + url "https://github.com/roapi/roapi/archive/refs/tags/roapi-v0.12.6.tar.gz" + sha256 "15b4f7c7b16b1fa87a487569d42e76355acbce9ecdaaa34bf1203326d77e7b57" license "Apache-2.0" bottle do From d6db19925cdf5db495cdd33bb7867fb9ac0197a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:22:15 +0000 Subject: [PATCH 07453/10074] rust-analyzer 2025-06-16 --- Formula/r/rust-analyzer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index 7d4718b59b5df..87b4d958ea776 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -2,8 +2,8 @@ class RustAnalyzer < Formula desc "Experimental Rust compiler front-end for IDEs" homepage "https://rust-analyzer.github.io/" url "https://github.com/rust-lang/rust-analyzer.git", - tag: "2025-06-09", - revision: "9fc1b9076cf49c7f54497df9cfa4485a63f14d3e" + tag: "2025-06-16", + revision: "a207299344bf7797e4253c3f6130313e33c2ba6f" license any_of: ["Apache-2.0", "MIT"] bottle do From 073d3d7bace27fb1e2c78acab72a02e124007872 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:28:04 +0000 Subject: [PATCH 07454/10074] translate-toolkit 3.15.5 --- Formula/t/translate-toolkit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/translate-toolkit.rb b/Formula/t/translate-toolkit.rb index c2fb13e2514f0..da39216b63b79 100644 --- a/Formula/t/translate-toolkit.rb +++ b/Formula/t/translate-toolkit.rb @@ -3,8 +3,8 @@ class TranslateToolkit < Formula desc "Toolkit for localization engineers" homepage "https://toolkit.translatehouse.org/" - url "https://files.pythonhosted.org/packages/c7/c8/ed119057675ea31eb255e7872a6150309447200545f8ec5f4888f8e50cd1/translate_toolkit-3.15.3.tar.gz" - sha256 "e25cbc54904feb3e81a8886b83c8dcc8c8e35c131a4df53ea6995b9842a47eab" + url "https://files.pythonhosted.org/packages/1c/e1/f87c6e9cc4439b0e7c92eafa54ec190df1a8f1687718792209891fb138cd/translate_toolkit-3.15.5.tar.gz" + sha256 "271b6517e6ba55edcf2d3ecd959fa78b382d14a3a794b388318be2d88011b1aa" license "GPL-2.0-or-later" head "https://github.com/translate/translate.git", branch: "master" From f31f9186a01e550be0b18205ba215ae834d07555 Mon Sep 17 00:00:00 2001 From: azure-terraform-bot Date: Mon, 16 Jun 2025 09:13:32 +0000 Subject: [PATCH 07455/10074] aztfexport 0.18.0 --- Formula/a/aztfexport.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aztfexport.rb b/Formula/a/aztfexport.rb index 7f0132d996550..e467ebc3f6a3e 100644 --- a/Formula/a/aztfexport.rb +++ b/Formula/a/aztfexport.rb @@ -2,8 +2,8 @@ class Aztfexport < Formula desc "Bring your existing Azure resources under the management of Terraform" homepage "https://azure.github.io/aztfexport/" url "https://github.com/Azure/aztfexport.git", - tag: "v0.17.1", - revision: "aa75416cc3159a277f2e54cc2044ddea7122bc98" + tag: "v0.18.0", + revision: "c787766b069dc1cee0cd9d50801847d230a0d264" license "MPL-2.0" head "https://github.com/Azure/aztfexport.git", branch: "main" From b3b00c2e125724644a6a78a637ee7ba5d816e3f4 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Mon, 16 Jun 2025 09:29:04 +0000 Subject: [PATCH 07456/10074] lefthook 1.11.14 --- Formula/l/lefthook.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lefthook.rb b/Formula/l/lefthook.rb index 3098e7318bfdc..149b76090aa2d 100644 --- a/Formula/l/lefthook.rb +++ b/Formula/l/lefthook.rb @@ -1,8 +1,8 @@ class Lefthook < Formula desc "Fast and powerful Git hooks manager for any type of projects" homepage "https://github.com/evilmartians/lefthook" - url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.11.13.tar.gz" - sha256 "c5e4b1d24fa700bec2f3c1ac5332ff2c55db76a8a13b26783fa72f6ea4970370" + url "https://github.com/evilmartians/lefthook/archive/refs/tags/v1.11.14.tar.gz" + sha256 "583188013f3731dae5c24c0da5db19752042e56694f5537484bb7d9233b4d9f2" license "MIT" head "https://github.com/evilmartians/lefthook.git", branch: "master" From 6ceddfdd257e1d9f76b94b729f82ad927ddd75f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:58:08 +0000 Subject: [PATCH 07457/10074] flint 3.3.1 --- Formula/f/flint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flint.rb b/Formula/f/flint.rb index 0b8ac2ce72b08..a327de742d874 100644 --- a/Formula/f/flint.rb +++ b/Formula/f/flint.rb @@ -1,8 +1,8 @@ class Flint < Formula desc "C library for number theory" homepage "https://flintlib.org/" - url "https://github.com/flintlib/flint/releases/download/v3.2.2/flint-3.2.2.tar.gz" - sha256 "577d7729e4c2e79ca1e894ad2ce34bc73516a92f623d42562694817f888a17eb" + url "https://github.com/flintlib/flint/releases/download/v3.3.1/flint-3.3.1.tar.gz" + sha256 "64d70e513076cfa971e0410b58c1da5d35112913e9a56b44e2c681b459d3eafb" license "LGPL-3.0-or-later" livecheck do From fabf10e62b92e7c9a5e5b8ff22e667fce9cd12eb Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:08:09 +0900 Subject: [PATCH 07458/10074] singular: revision bump (flint 3.3.1) singular: add flint 3.3.0 patch Signed-off-by: Rui Chen --- Formula/s/singular.rb | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Formula/s/singular.rb b/Formula/s/singular.rb index 83690d0d3ce55..ab951a3e0dd34 100644 --- a/Formula/s/singular.rb +++ b/Formula/s/singular.rb @@ -4,6 +4,7 @@ class Singular < Formula url "https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/4-4-1/singular-4.4.1.tar.gz" sha256 "6a4fbaaed05b89c35bff3b1c5e124344a088097f81affe129c9ae619b282b49b" license "GPL-2.0-or-later" + revision 1 livecheck do url "https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/" @@ -60,12 +61,23 @@ class Singular < Formula depends_on "python@3.13" depends_on "readline" + # flint 3.3.0 patch + patch do + url "https://github.com/Singular/Singular/commit/05f5116e13c8a4f5f820c78c35944dd6d197d442.patch?full_index=1" + sha256 "20d4472a394fbb6559fdf07113b6a4693aa225e8ac484df72c3badbcd405c318" + end + + patch do + url "https://github.com/Singular/Singular/commit/0e31611aaae70e6f1bc31eac51aa597f564e5bc8.patch?full_index=1" + sha256 "d34bbc5ac118ccad59a5e956db19ed871425960a987bf90436f627c917f8de7d" + end + def install system "./autogen.sh" if build.head? - system "./configure", *std_configure_args, - "--disable-silent-rules", + system "./configure", "--disable-silent-rules", "--with-python=#{which("python3.13")}", - "CXXFLAGS=-std=c++11" + "CXXFLAGS=-std=c++11", + *std_configure_args system "make", "install" end From fffac4d0706945a1282d23b80739f3484a5fe6ff Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:08:35 +0900 Subject: [PATCH 07459/10074] symengine: revision bump (flint 3.3.1) --- Formula/s/symengine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/symengine.rb b/Formula/s/symengine.rb index 1db4404e15417..3674353d56de8 100644 --- a/Formula/s/symengine.rb +++ b/Formula/s/symengine.rb @@ -4,7 +4,7 @@ class Symengine < Formula url "https://github.com/symengine/symengine/archive/refs/tags/v0.14.0.tar.gz" sha256 "11c5f64e9eec998152437f288b8429ec001168277d55f3f5f1df78e3cf129707" license "MIT" - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "df79e834fa3f34d24c03f89e336595fca313ac465697889dfaf8ed5d91d16dbf" From 917a152c5b5b8e8527e4143afbcad95de5161ea5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:49:27 +0000 Subject: [PATCH 07460/10074] mago: update 0.24.5 bottle. --- Formula/m/mago.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mago.rb b/Formula/m/mago.rb index bf059fc0cb803..478bb02713973 100644 --- a/Formula/m/mago.rb +++ b/Formula/m/mago.rb @@ -6,13 +6,13 @@ class Mago < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5021b8704770f0f7ca4615fbaac12ae6daa24bb46defb25b659b43124ea06433" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "18f6f9ace7bdff1646fcf120398460c83eac7b5d4f5a2eabba9381a11c74d1b2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "74b5d515795d8e342c6b0a16f4bedf8c5aadd3a8fdd0180ebfaf01b896ad2e63" - sha256 cellar: :any_skip_relocation, sonoma: "63dc1a6d56bc333664ff05609f3dc98b1c1d9f745bb6a84c50e43631c143fbcb" - sha256 cellar: :any_skip_relocation, ventura: "cd71ea1db6d50f33799b4dc021fbccc4a3321b0a9bffa2a915cbd4ea1aa2ec8b" - sha256 cellar: :any_skip_relocation, arm64_linux: "d85950e5e1c0da12ed85e11611c4c9ae2470f5cc52dc0411144b1b8fde2a2130" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c02c00cf2a503337640f8dde6408dea0ae3c5172f878c3ab5be8888ae5dbd24a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0d07cb34f5e2978c48101015cd1573a42dc39778b54f4f76d6857caff730840" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "30bc06034ed3b6a9761ce314b7b10bebb3941e83fb64d723187902cec3e9d5d6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aafb7d69f3580d52bbeecf39ae6fbf7bcdbb28e03d365d6b5a1470e7abd29b05" + sha256 cellar: :any_skip_relocation, sonoma: "2aa4fb5d6a28f5f6ee91fcd5af80694af2b69b76d72683ee212e0c866ea53beb" + sha256 cellar: :any_skip_relocation, ventura: "e6d69301f18ea4f77535f1d1983d79fae1f03b15bb767bd7e5b2386c7fc4a53f" + sha256 cellar: :any_skip_relocation, arm64_linux: "177da59fc294fbfe99e81318f266ef2d69a29570f3dc0c1fbc612b2bb389fa7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "20b2e572e73e8bc54cf6be8d29fc9dab64947d85f978ea5beab3dabc5452f2d2" end depends_on "pkgconf" => :build From 40ef52ce1d8e98374666bc0843872d6836dadfdb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:49:36 +0000 Subject: [PATCH 07461/10074] renovate: update 40.58.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 785107b97c401..63884fdfca97f 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "852684c284d7ed30a767a4b3f8f5cf7b769ad1a506579e04a981e9b5b342da8a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "77763012707228bfe412d0656cdaf7f26e996619148fce96aab939620e1e3826" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fef33f830920893d6662ee0dbce7ed80d14816eab82f61aae7c91e5b384bdf44" - sha256 cellar: :any_skip_relocation, sonoma: "dfae57cf2fd6f9702b7e87389cc5e87d0dbc2f2dc48195075b72f2a37bc6ed0a" - sha256 cellar: :any_skip_relocation, ventura: "aa64a3707a7b70c060049814c3e77401da2641da8a44848377af4aa38d77e118" - sha256 cellar: :any_skip_relocation, arm64_linux: "ccac165b1a848041c7aa31362008be44778acf241e4f7b8e9bff27b1cb4b729f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e5fa0323100f46dedac8d1c6f42549070675273c10539e13c9f22ea65078c661" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc7f71588893094066c545ddb7658cb625b21b95a916bac9367978cda2752fc5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "73067dbd35f770793052d964acf9ce2a9edbd90d14658d6155d06616619b5091" + sha256 cellar: :any_skip_relocation, arm64_ventura: "de97dd23fd4ec63e7d48481d78a7cc296a87ae67b65bfb400d348461407516e2" + sha256 cellar: :any_skip_relocation, sonoma: "b09b689bb31ac0aa089896b93187eb51e8a71ed0b56a7697b7aa9e1053fe2010" + sha256 cellar: :any_skip_relocation, ventura: "382e833b33b4675f064d9bbddae355d6889281b0c900ce26f46c54a9efe1efcf" + sha256 cellar: :any_skip_relocation, arm64_linux: "f2313d57c70e189c7cf9cc4af5881954f5ae54fd2304076070f4925bc37d5097" + sha256 cellar: :any_skip_relocation, x86_64_linux: "809d917a65d82f575e406bfaa3493666ddec1bc1863ec7ae9cfdf1484c0ff0b3" end depends_on "node@22" From 5c6d1d6fc8ab925a6ac19bee5139851b65c381ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:50:07 +0000 Subject: [PATCH 07462/10074] storj-uplink: update 1.131.3 bottle. --- Formula/s/storj-uplink.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index b91136b0a13c7..9fbf379c9ed57 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -18,12 +18,12 @@ class StorjUplink < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "715d281df80a3f101fef8a04d0fb73153477174eeefce403817491d624bdb294" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "715d281df80a3f101fef8a04d0fb73153477174eeefce403817491d624bdb294" - sha256 cellar: :any_skip_relocation, arm64_ventura: "715d281df80a3f101fef8a04d0fb73153477174eeefce403817491d624bdb294" - sha256 cellar: :any_skip_relocation, sonoma: "f516044779159446d3f4f9cfd907cab734af55107409f1b0853f31a02c0349aa" - sha256 cellar: :any_skip_relocation, ventura: "f516044779159446d3f4f9cfd907cab734af55107409f1b0853f31a02c0349aa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b4098aabb87904e7f20d095956ff95f7125ad526a0d20d6ca4b2ab51b7d9d1b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b85b653d9c48e4fd9b25088602fa0ad41e6e4dc4295873ee675afbf813bcdbc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b85b653d9c48e4fd9b25088602fa0ad41e6e4dc4295873ee675afbf813bcdbc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8b85b653d9c48e4fd9b25088602fa0ad41e6e4dc4295873ee675afbf813bcdbc" + sha256 cellar: :any_skip_relocation, sonoma: "fb60ed101ae2229d05414fbabc9e726992ce86352f88b0863fd3747f460d7fc4" + sha256 cellar: :any_skip_relocation, ventura: "fb60ed101ae2229d05414fbabc9e726992ce86352f88b0863fd3747f460d7fc4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb198acfa8ed1e128bea3931118afc8e298e5be0cda577a4872b2cb26d55713e" end depends_on "go" => :build From e27c1987acbd5666fed3906029ae7aa9e47a6a37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:50:44 +0000 Subject: [PATCH 07463/10074] erlang@26: update 26.2.5.13 bottle. --- Formula/e/erlang@26.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/erlang@26.rb b/Formula/e/erlang@26.rb index 93ee24d7c7c20..d49e68b0096cd 100644 --- a/Formula/e/erlang@26.rb +++ b/Formula/e/erlang@26.rb @@ -13,13 +13,13 @@ class ErlangAT26 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "7e14b035b9f8c3d676af14eab460a4733dd40eba4c07e739d9b0a3df1724ba29" - sha256 cellar: :any, arm64_sonoma: "482cd82dc43037d4491c9a3af077a6d05ea6cf62a73fe1bb576d6437c689e2f6" - sha256 cellar: :any, arm64_ventura: "a604df239fb9732319fe632a6038aea6d84dd6d0ba64ac2e3e3d50488f0701df" - sha256 cellar: :any, sonoma: "ecf619a1d428b4d78072d74a0d85489b828b123e9cea34cc8cbc5ff47a95c269" - sha256 cellar: :any, ventura: "bdc90d05915d0403ab90d072a15566cb791dff4c9bc31565773909ee5acbae38" - sha256 cellar: :any_skip_relocation, arm64_linux: "0b8510909bd4271db7744061c48418da2e63eeeadc6d35ec4d47e0e41f2275f9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5796c692d625bfaf01266a6fd0d551b1cfd0b681909c366ab1ff1393d9929027" + sha256 cellar: :any, arm64_sequoia: "c048215c83ef4241295e2a0040be9d6ea36b78d33cb63ad50d3c43f047e2477d" + sha256 cellar: :any, arm64_sonoma: "14f6ea2231318f8f1ac251cd515ec6345e75d9b40aeaed11c62d74cdd8edfd64" + sha256 cellar: :any, arm64_ventura: "be9720d97b3bb161167f62c68b1f49dbcfdf81a9293941777d67ae00dd85fb94" + sha256 cellar: :any, sonoma: "7a918a8a70b9c2a38a0f1ae54949fc98d0e16a180461a8545c49764dd3c04dce" + sha256 cellar: :any, ventura: "c28d4d286a225d3c4627ec904c12716f7f5524416cdd8081e0f61b83aca8ecc3" + sha256 cellar: :any_skip_relocation, arm64_linux: "5a4331299da165ef8695c65f2fb187a2821cd9475f1eb5eab454873c312f853a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "18366e8f248dce1615647bb9faa441c6066500071c9c383a8a2686b2aa126284" end keg_only :versioned_formula From aaadbb6378a8c2a19eea5ae9b775d1486fdc676d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:01:39 +0000 Subject: [PATCH 07464/10074] snakemake: update 9.6.0 bottle. --- Formula/s/snakemake.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index 92aa4b7c1c48c..96fe0f20d7496 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -9,13 +9,13 @@ class Snakemake < Formula head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "ab41a2c29992b88cc46f4512cf4b239a4ad1a16ea2c2564d705bdb840c98cd90" - sha256 cellar: :any, arm64_sonoma: "c9368476e4598ec9783b78fe69cd3cd23e1ea62a07293220264078a19d0afee7" - sha256 cellar: :any, arm64_ventura: "1bc561d3eacf2459ad78ea97366e50c16b955c0f9a504fb8800b40e2a73c8d81" - sha256 cellar: :any, sonoma: "6bd183e51b21dcf9c8cc21e8448c77a26e4bfcaac50145130f6af24ece9708b3" - sha256 cellar: :any, ventura: "0e87ef8ddb3d633aa0e4ef5a36391177000519d795fe1875e3000c181ffeaf9a" - sha256 cellar: :any_skip_relocation, arm64_linux: "5b561ac4debff0a7daf13e96e5eeb091aa30d02737c7db55ad2b2fea94a91501" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b35e342cbf1022a86def6e86a49b0c7620a8f73e2ddc7e881ca365469134d739" + sha256 cellar: :any, arm64_sequoia: "3c31d32429e798765f2e4ce49f3691827374b6639c16abcb28ba66dae1d1d4bf" + sha256 cellar: :any, arm64_sonoma: "272dab38d2e89a5dac98ed072ce82bde4a7efae87b09ddc59248d44f797ef3a0" + sha256 cellar: :any, arm64_ventura: "8710e26a0fbca2730a6cc37c15e1e1ddc0d5e9129722e34d569ec4d249d3b607" + sha256 cellar: :any, sonoma: "ef6b639b666aa8a203cea957b27c19c742167a51da8ea007d8ff3678db9f4712" + sha256 cellar: :any, ventura: "639e7d3c9a5032d45fcd67f847adc2b809f651326ee9eba98d6a12be1e6c637c" + sha256 cellar: :any_skip_relocation, arm64_linux: "adf584a74170019fe78f81d433877190a57ae12f5384239b322747dc3b4bbc30" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b3ae1d7666fef74a7175045311596e4b40c6f4684f4c9d088b91c4cce21bae1" end depends_on "rust" => :build From 36f8cbd321fd7a08e32994c6a4b8545de01237b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:01:56 +0000 Subject: [PATCH 07465/10074] symfony-cli: update 5.12.0 bottle. --- Formula/s/symfony-cli.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/s/symfony-cli.rb b/Formula/s/symfony-cli.rb index af2a29b7468c0..017b264ab5de7 100644 --- a/Formula/s/symfony-cli.rb +++ b/Formula/s/symfony-cli.rb @@ -6,13 +6,12 @@ class SymfonyCli < Formula license "AGPL-3.0-or-later" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d47dc98f5d38c5284110ae1efa4ed7c1288d07f01606e858b500cf347f82601b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d912e1b871a1c1dda5ad88ff4d99d7dfaf4e8f49a14e90b570b4673edd1253b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "72ef3cbff4d00dddbef4cf615224d325cdd1e4e7e704ff348233bcfbfd1b0c9b" - sha256 cellar: :any_skip_relocation, sonoma: "7d26574687c410530d91d9d9fae06e8a0330bb2ed4b37ba3e1f3473d8c547374" - sha256 cellar: :any_skip_relocation, ventura: "a87a33ae5beaaf2113b0b4f94ec66328d0d562fe88c6f9ca40c7ad249e0dd87c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8c3b7f8262d00c957e3d5d1493bcdb244843f17fcffc55bcaa1e6e528a8cc222" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdb9ec2212e40862422cca0ecebe09167f2e811db21119ee3870cde307930838" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f90063aa42eb21007d68085fa7d6206179557715c578562c785bec14a5fdb7fa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "af855856b78bac4b2668a840dad168de51316dafd90eaea722e402c196c549ae" + sha256 cellar: :any_skip_relocation, sonoma: "94880b4c05a6bb84f82acd36e1a855cc3b6aecd48ccc0688406f4669dfd62bec" + sha256 cellar: :any_skip_relocation, ventura: "8121c2ecfc21c484cc33edd21705da4429d970cb515e84fd87ca2f39dbda3148" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9e99423e8a0ad1207bdec43b1102ba926ac5a4e1e08b62801ee72a45c35a8482" end depends_on "go" => :build From 728fd8f191b97bfd3c4f11e108fb7ab12263bf0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:11:19 +0000 Subject: [PATCH 07466/10074] appwrite: update 8.0.1 bottle. --- Formula/a/appwrite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/appwrite.rb b/Formula/a/appwrite.rb index e7a4228733552..48991e34c5296 100644 --- a/Formula/a/appwrite.rb +++ b/Formula/a/appwrite.rb @@ -6,7 +6,7 @@ class Appwrite < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, all: "b9e0100daed3c3baf0067b7d872bdc42d7ff24965c1444f80d5a4ae39b7fd1df" + sha256 cellar: :any_skip_relocation, all: "fe27078b30500e6edb06198496cec4afb74727fa0744e23e61eada845bb645f2" end depends_on "node" From ec7f7fa3cbacf1f2e43bffbd25d55b2d96c802ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:12:12 +0000 Subject: [PATCH 07467/10074] chainloop-cli: update 1.7.0 bottle. --- Formula/c/chainloop-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index a13c3202b4c10..f038a6bc2d75d 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -7,12 +7,12 @@ class ChainloopCli < Formula head "https://github.com/chainloop-dev/chainloop.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "83b4be0d3b276b8a3075f675a03db036608cf5210eb7c9dab2ba9d76ba4c1c30" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5780cc6f87543cb7a4f996a8ce6a0b580f1bf2808c14a3cd4bf302d179799425" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bb0caaa683e76173dbadbf3f970933bfeb39faf00e6cdfa62f72b878031530df" - sha256 cellar: :any_skip_relocation, sonoma: "bebab2e80a0c5db37034840253c756237fa2faa3250819299bf1695556647a42" - sha256 cellar: :any_skip_relocation, ventura: "8120a1d75b5b68bd54719d39132abb15bc1d7838edf09647b6ee62d670cb0e4c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "92b5ef03471fbdba9fdfceeaf63356f8ababaf1be162e8f25fc25e529d67f45d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "be99be6c9a9c141a005d13927256cdeca2d3b15a1339799a4fea710641adb349" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "07901bf850e4a73b5d862f8e0be5b41f89ad24b541112ad80631ed9ef7f1ca09" + sha256 cellar: :any_skip_relocation, arm64_ventura: "24488b074ffb67fd77f49e5ac3fc62f212fbd630999fce879eca2a28f958596f" + sha256 cellar: :any_skip_relocation, sonoma: "1f6a66cb12f1736b8b31df10f3537a957f9dbd156eac3b5c4e0796809d1e77f9" + sha256 cellar: :any_skip_relocation, ventura: "58c56a06753baa99e684fb13ff483ef7537cd309c8eccf266dd4d1357c29d117" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4152cafd7974f0e3d4a11bc8e0ea16046dada2f3168b60b76c297cf527703530" end depends_on "go" => :build From 4b6092515a5bce00b5146b377d510468a29943bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:12:18 +0000 Subject: [PATCH 07468/10074] cdk8s: update 2.200.102 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 2f22e402df323..392843034d023 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" - sha256 cellar: :any_skip_relocation, sonoma: "b2e09a0347815cdc8e30b6a9b9b35e7f89e5d3b2cec5ace8fefa345320871d63" - sha256 cellar: :any_skip_relocation, ventura: "b2e09a0347815cdc8e30b6a9b9b35e7f89e5d3b2cec5ace8fefa345320871d63" - sha256 cellar: :any_skip_relocation, arm64_linux: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "020b9f32e03a867ff111051cee612ed5ab471772606ef35e001945cc9dfcadcc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" + sha256 cellar: :any_skip_relocation, sonoma: "47ddb5233dc42d8a9ee1015c1213691082e8c7b059ebd5da0a3fa44d755ad3f7" + sha256 cellar: :any_skip_relocation, ventura: "47ddb5233dc42d8a9ee1015c1213691082e8c7b059ebd5da0a3fa44d755ad3f7" + sha256 cellar: :any_skip_relocation, arm64_linux: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" end depends_on "node" From ccd31cb5e651dff860551a1dd495379d53d6072d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:13:19 +0000 Subject: [PATCH 07469/10074] excalidraw-converter: update 1.5.2 bottle. --- Formula/e/excalidraw-converter.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/excalidraw-converter.rb b/Formula/e/excalidraw-converter.rb index e923ef5828e84..fe0d571338cc3 100644 --- a/Formula/e/excalidraw-converter.rb +++ b/Formula/e/excalidraw-converter.rb @@ -7,12 +7,12 @@ class ExcalidrawConverter < Formula head "https://github.com/sindrel/excalidraw-converter.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "448cfb1341c199b0af316f3aacf70df35e6591c62998ca8c69887a9928d8519e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "448cfb1341c199b0af316f3aacf70df35e6591c62998ca8c69887a9928d8519e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "448cfb1341c199b0af316f3aacf70df35e6591c62998ca8c69887a9928d8519e" - sha256 cellar: :any_skip_relocation, sonoma: "27be56ebef4c224799182b98f021c49bf51e5dcc91ae077c1ff30240ded6d79e" - sha256 cellar: :any_skip_relocation, ventura: "27be56ebef4c224799182b98f021c49bf51e5dcc91ae077c1ff30240ded6d79e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "676e903891c0aee8a518fb16670d105c460b639c1c9d5ddbf1bc5856923f37b3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "63190c78be2ad83ec102ce1ef9172e6d7833557bc0e03dc754dab59f9a18f8dd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "63190c78be2ad83ec102ce1ef9172e6d7833557bc0e03dc754dab59f9a18f8dd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "63190c78be2ad83ec102ce1ef9172e6d7833557bc0e03dc754dab59f9a18f8dd" + sha256 cellar: :any_skip_relocation, sonoma: "782bbc476a600ac2d9de367f9523d9c1d5db68ab6d0c6f8b2045e80670714eef" + sha256 cellar: :any_skip_relocation, ventura: "782bbc476a600ac2d9de367f9523d9c1d5db68ab6d0c6f8b2045e80670714eef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2539667eb80a0c88d3366d2c65dd7c0d3d505d8bc38ef6724ef5d6eec8f3f074" end depends_on "go" => :build From 048d975b995d2c792139c84f4a7099d3d0cbd87c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:13:36 +0000 Subject: [PATCH 07470/10074] jackett: update 0.22.2020 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 6339f88967bf6..ec01c11710b99 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "ee0b328dd70b2cf7d69253c2fb4904dc71d95e74f0161ba62152b97ca123b3f8" - sha256 cellar: :any, arm64_sonoma: "e5f0a00361a9d5e8d7e714d33e20de4b2cfe692265c8357b6b00e55220ed9646" - sha256 cellar: :any, arm64_ventura: "1b689daf635193d524fd39aac33dfeefa2d8916a0b3f6d364bfa98d9045a0444" - sha256 cellar: :any, ventura: "07a1b5260db4223d9bfd804c686ef8fc2ea1bb83d564d0ab68ac69a3da9ba69a" - sha256 cellar: :any_skip_relocation, arm64_linux: "44d87cdadffa79e25a32096c655a0d3a5b71fb860991adf26e90d0565bfa42c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2af4b472acef0c3b07a00381dc0b6a16af4af8546162a8ccf08efc95c0dff17c" + sha256 cellar: :any, arm64_sequoia: "4d8d55b1d342afa015504c2575b0ba1e9ea276e2b669b6e8917d0d5cdd22ea5f" + sha256 cellar: :any, arm64_sonoma: "9ef306d561f8d9b66b2f738835d5c58e0110eba41991bbd6017ca30ef06de52f" + sha256 cellar: :any, arm64_ventura: "6e4c41f7a51e771199ea9142730169a98d1a3e6d35950f9c69bc58d7d73817aa" + sha256 cellar: :any, ventura: "7076013ee883b4b91b08e4168c997833231a9f28bea87b5bce3158556871e21f" + sha256 cellar: :any_skip_relocation, arm64_linux: "17b4724e7525c6156fa92a216f246bba8bef417be7dd3a8743a02011fc30ffd5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fed06a7d8c9672dd7659c2700e48ad431e2696e55d6f6147e69780a42a6a3a64" end depends_on "dotnet@8" From 22dc13a860c119508bce4c6c02f1d3c689fa9e57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:15:33 +0000 Subject: [PATCH 07471/10074] kubelogin: update 1.33.0 bottle. --- Formula/k/kubelogin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubelogin.rb b/Formula/k/kubelogin.rb index 772ae491815d6..9ec5c8cba9f38 100644 --- a/Formula/k/kubelogin.rb +++ b/Formula/k/kubelogin.rb @@ -7,13 +7,13 @@ class Kubelogin < Formula head "https://github.com/int128/kubelogin.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6745733c6cbb50b53d96798bbbd038454486557fc0db3527238ea7ea76dd1d1e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6745733c6cbb50b53d96798bbbd038454486557fc0db3527238ea7ea76dd1d1e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6745733c6cbb50b53d96798bbbd038454486557fc0db3527238ea7ea76dd1d1e" - sha256 cellar: :any_skip_relocation, sonoma: "ca38437fbdabe9f4bbb434e7b2d84ad9db3790305549d2fbc2ac9ce0c84a616f" - sha256 cellar: :any_skip_relocation, ventura: "ca38437fbdabe9f4bbb434e7b2d84ad9db3790305549d2fbc2ac9ce0c84a616f" - sha256 cellar: :any_skip_relocation, arm64_linux: "25fa0e56eb6d2b9a4c3a4794b5a1947caf5cebb348463d5ecb03393cace40bfb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc48a0537d00c6f18c8c50f335716436d536369dd203322316b4fd1d099c2382" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f023f71bed4a4030c61f836726cfa751b7acad7a9b2d18dc4cbf1f88ab94d2a8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f023f71bed4a4030c61f836726cfa751b7acad7a9b2d18dc4cbf1f88ab94d2a8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f023f71bed4a4030c61f836726cfa751b7acad7a9b2d18dc4cbf1f88ab94d2a8" + sha256 cellar: :any_skip_relocation, sonoma: "8aa08bbc17eb4209b7cde1fd40bc7056b4a300bf39e72f6126440b4068d85f9c" + sha256 cellar: :any_skip_relocation, ventura: "8aa08bbc17eb4209b7cde1fd40bc7056b4a300bf39e72f6126440b4068d85f9c" + sha256 cellar: :any_skip_relocation, arm64_linux: "c0feb10f33b936529d4aa62da89dbe6d88c7f9032a10a6446a0e41c27fbd4a4b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fce98937cb1efb008ea411bfc750f7ac94784341090a7ed1e19f3e077d675100" end depends_on "go" => :build From 7f85c8b9c8b1db9d51412bc537b20205ea1d9f09 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:20:32 +0000 Subject: [PATCH 07472/10074] massdriver: update 1.11.1 bottle. --- Formula/m/massdriver.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/massdriver.rb b/Formula/m/massdriver.rb index 5000c7ae530d0..e3a877f461136 100644 --- a/Formula/m/massdriver.rb +++ b/Formula/m/massdriver.rb @@ -15,12 +15,12 @@ class Massdriver < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7114dc9c2b595a774f1c445a69d51148301c25e33010d4657ac041b2156b56a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7114dc9c2b595a774f1c445a69d51148301c25e33010d4657ac041b2156b56a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b7114dc9c2b595a774f1c445a69d51148301c25e33010d4657ac041b2156b56a" - sha256 cellar: :any_skip_relocation, sonoma: "6ee801a50cfa9434d2c50152ac985fdbcb69a0aad4a1786312ed31f08a054609" - sha256 cellar: :any_skip_relocation, ventura: "6ee801a50cfa9434d2c50152ac985fdbcb69a0aad4a1786312ed31f08a054609" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d0a66e63f10ba634f78cce3b411070652425fea60f61965c08aeffa74d1cc353" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b806c5272ff004cdb8a846106591ab2e47c499cd2ddf8512f1be0c895dfc3a2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b806c5272ff004cdb8a846106591ab2e47c499cd2ddf8512f1be0c895dfc3a2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b806c5272ff004cdb8a846106591ab2e47c499cd2ddf8512f1be0c895dfc3a2" + sha256 cellar: :any_skip_relocation, sonoma: "de82a6c01b310a3c7ffee6688047108cacb1a3b15b7abb4326adf796c6325f13" + sha256 cellar: :any_skip_relocation, ventura: "de82a6c01b310a3c7ffee6688047108cacb1a3b15b7abb4326adf796c6325f13" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ae067d338cc3aa745923a883733bde0df24c89e333cd6efb408899f4cd4fa7f" end depends_on "go" => :build From fec3755e7a00392813735ef7c255c6381c978369 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:22:28 +0000 Subject: [PATCH 07473/10074] mmctl: update 10.9.0 bottle. --- Formula/m/mmctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mmctl.rb b/Formula/m/mmctl.rb index bf3f868d8087d..c30e0b2c6659c 100644 --- a/Formula/m/mmctl.rb +++ b/Formula/m/mmctl.rb @@ -12,12 +12,12 @@ class Mmctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "474413d60682efd2eab55c40d92e51fe840d479e7127746588d207e62b4287c9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "474413d60682efd2eab55c40d92e51fe840d479e7127746588d207e62b4287c9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "474413d60682efd2eab55c40d92e51fe840d479e7127746588d207e62b4287c9" - sha256 cellar: :any_skip_relocation, sonoma: "22a1480b9945fdb258b651b64abc01904a7c670ddef791fb37b3c814e07fd741" - sha256 cellar: :any_skip_relocation, ventura: "22a1480b9945fdb258b651b64abc01904a7c670ddef791fb37b3c814e07fd741" - sha256 cellar: :any_skip_relocation, x86_64_linux: "de4ee9e4df76c25b8a0bd5e643be4bca6a36c4dbb0dbfe5ee2db560a049c45e0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cffe13ba45b171ece3947760af59e1a78dea7f4cd4fc6fd70a87ecf4a3ad6e0c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cffe13ba45b171ece3947760af59e1a78dea7f4cd4fc6fd70a87ecf4a3ad6e0c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cffe13ba45b171ece3947760af59e1a78dea7f4cd4fc6fd70a87ecf4a3ad6e0c" + sha256 cellar: :any_skip_relocation, sonoma: "22b29a8711a2a10cb0e787990dac7f49167d044d9c51c8095c6e593d48d0c0fc" + sha256 cellar: :any_skip_relocation, ventura: "22b29a8711a2a10cb0e787990dac7f49167d044d9c51c8095c6e593d48d0c0fc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dfb3ac6d42d91f2e8d3eea047ee3f7a70fde38685ee5cd136a0fd3f7f7b1bb0d" end depends_on "go" => :build From 77f2de3df85b6810092d1578578db847ed7865a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:39:27 +0000 Subject: [PATCH 07474/10074] aztfexport: update 0.18.0 bottle. --- Formula/a/aztfexport.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aztfexport.rb b/Formula/a/aztfexport.rb index e467ebc3f6a3e..da0779703b152 100644 --- a/Formula/a/aztfexport.rb +++ b/Formula/a/aztfexport.rb @@ -10,13 +10,13 @@ class Aztfexport < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "494fd1d33cf38dae763505225a477cfe42730434250c67aeb314d1c5283948c8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "494fd1d33cf38dae763505225a477cfe42730434250c67aeb314d1c5283948c8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "494fd1d33cf38dae763505225a477cfe42730434250c67aeb314d1c5283948c8" - sha256 cellar: :any_skip_relocation, sonoma: "ff3e1fb1e23a62f75599e01e3a5330d3a5aedd11993183b27f3c5e47def155d0" - sha256 cellar: :any_skip_relocation, ventura: "ff3e1fb1e23a62f75599e01e3a5330d3a5aedd11993183b27f3c5e47def155d0" - sha256 cellar: :any_skip_relocation, arm64_linux: "acdd35577a41cf46edf936c43c431e984ded8c05860f1af490afcc4d2bdd191c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b3c53c15e3bb6b3ad58789f9d95c18f3b7f04201e963a23272655fabec4bdfb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4315e5a84cfa58065d8474d8be1cc9f2f520590426ef77c6a1c070c19fea526" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4315e5a84cfa58065d8474d8be1cc9f2f520590426ef77c6a1c070c19fea526" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e4315e5a84cfa58065d8474d8be1cc9f2f520590426ef77c6a1c070c19fea526" + sha256 cellar: :any_skip_relocation, sonoma: "372087c2a171dd4d5b27e83e24a4e893ab36c7706882766de524e22cdd92cfa2" + sha256 cellar: :any_skip_relocation, ventura: "372087c2a171dd4d5b27e83e24a4e893ab36c7706882766de524e22cdd92cfa2" + sha256 cellar: :any_skip_relocation, arm64_linux: "2ce117fbfcb7aeaaafa8afd030e2308fed365f704e8429ad1d5340661193410b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "baf8a4f42df5eeffa6ef8cbcc64d5f96623d382751377ad04072fb38ba8a8cd9" end depends_on "go" => :build From aa9f218385e14442a0bea11b18ad15b7fe839008 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:40:36 +0000 Subject: [PATCH 07475/10074] translate-toolkit: update 3.15.5 bottle. --- Formula/t/translate-toolkit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/translate-toolkit.rb b/Formula/t/translate-toolkit.rb index da39216b63b79..25edab17e2f23 100644 --- a/Formula/t/translate-toolkit.rb +++ b/Formula/t/translate-toolkit.rb @@ -9,13 +9,13 @@ class TranslateToolkit < Formula head "https://github.com/translate/translate.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bf5bf713e37b81aa5d9da7a82738021b07092a3be4705b8e31a9134fe654167" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "565cff2f17d812189f101b5baabcfa663e35b8c12d638db2213fdcb28946dc77" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e1b5f779cd6b3b98467789e4b5a7f3708e8c5f97c25932043e51bb9d9dbcbe5a" - sha256 cellar: :any_skip_relocation, sonoma: "f26ab24b63f2719c2da6f1c64acff1ac75b5033c3516fde512fa67539767be0a" - sha256 cellar: :any_skip_relocation, ventura: "6674c9909bc9680ef4dc28c079ef25cd5d3155602724a612b300abb3efa460b1" - sha256 cellar: :any_skip_relocation, arm64_linux: "99eeb609bb1e383cd012e5f1abe8addb5a7bb4af22e285003a897bd1e5a8464e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "af224abd20eb008156d635a8781aacfbffd41d4547c7d36afc0c10dca203a2b0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f617b41f160fea996469a82797c5c665c1d208dedca67821610960c3de03b76f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1464fe1e665a2e2a449f36851a211c656b105ed9b78fd5b1883a815cfe2b7df3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3b1b2678a131df85f36369022d7b2390b6c25718de6744f23afad6bc20404009" + sha256 cellar: :any_skip_relocation, sonoma: "14424b846e3213b29fbe6e30b59eb796e71ff31452b8e4edc04b1f32b08acee6" + sha256 cellar: :any_skip_relocation, ventura: "99783aebc46f532619573c51a738a315d3cc1f0f36e51eee8d4cb8073cc2b154" + sha256 cellar: :any_skip_relocation, arm64_linux: "431064e4d2d4af15452226a59f14bae276e612c73af2f8b55880886553cd8589" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eb031176f9b264058116a5cf44e07daacca5e0f80a2612d49dee5caf8fcbbd0e" end depends_on "python@3.13" From f449869215d080117e65bb489963fb7e37de98b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:42:08 +0000 Subject: [PATCH 07476/10074] lefthook: update 1.11.14 bottle. --- Formula/l/lefthook.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/lefthook.rb b/Formula/l/lefthook.rb index 149b76090aa2d..5038592744830 100644 --- a/Formula/l/lefthook.rb +++ b/Formula/l/lefthook.rb @@ -9,12 +9,12 @@ class Lefthook < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d14b9c4d773979b0c0f8b3d5af4e21f00daa79bcfb98309e9feeaee79651fa91" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d14b9c4d773979b0c0f8b3d5af4e21f00daa79bcfb98309e9feeaee79651fa91" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d14b9c4d773979b0c0f8b3d5af4e21f00daa79bcfb98309e9feeaee79651fa91" - sha256 cellar: :any_skip_relocation, sonoma: "c8c5854b8ae874a9449308c5c6e62a3b8c5d789a6819d5a17f18ba8d88d839c3" - sha256 cellar: :any_skip_relocation, ventura: "c8c5854b8ae874a9449308c5c6e62a3b8c5d789a6819d5a17f18ba8d88d839c3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e545408ffdbf6c9cffaaf2f4125f66af3eeab37624e3224db3e8dbba8d14173" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "86204823c07b3f343a5ba99cef733542c2dc47efc5d04a5f0c2c70474716bee1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "86204823c07b3f343a5ba99cef733542c2dc47efc5d04a5f0c2c70474716bee1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "86204823c07b3f343a5ba99cef733542c2dc47efc5d04a5f0c2c70474716bee1" + sha256 cellar: :any_skip_relocation, sonoma: "1fc7dc8b084aada495b7b4ee8261518fe94d43def01eb952fe7ab9876d20ad0f" + sha256 cellar: :any_skip_relocation, ventura: "1fc7dc8b084aada495b7b4ee8261518fe94d43def01eb952fe7ab9876d20ad0f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "10d0b3c06a41606777735d58b242c34ee7d419e35909bde74c9ec6e44cde6e17" end depends_on "go" => :build From a472e4c7a162b214805f9193e6210ed4949ae34f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:42:45 +0000 Subject: [PATCH 07477/10074] thriftgo: update 0.4.2 bottle. --- Formula/t/thriftgo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/thriftgo.rb b/Formula/t/thriftgo.rb index 6ba04fab54f8c..5786ef5dccccb 100644 --- a/Formula/t/thriftgo.rb +++ b/Formula/t/thriftgo.rb @@ -7,13 +7,13 @@ class Thriftgo < Formula head "https://github.com/cloudwego/thriftgo.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "53f3fbca6aa77b1b588d06197096cfea7ba232bb3b1e2cabb0b9b390e16e93a5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "53f3fbca6aa77b1b588d06197096cfea7ba232bb3b1e2cabb0b9b390e16e93a5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "53f3fbca6aa77b1b588d06197096cfea7ba232bb3b1e2cabb0b9b390e16e93a5" - sha256 cellar: :any_skip_relocation, sonoma: "8837a082a7a66b5f89a4f707077cf73c278d84a41f6c4ec6d001059885b272ce" - sha256 cellar: :any_skip_relocation, ventura: "8837a082a7a66b5f89a4f707077cf73c278d84a41f6c4ec6d001059885b272ce" - sha256 cellar: :any_skip_relocation, arm64_linux: "6fbae7d271c1b3f8435066c5b35b9efb82ac79439ba7ebddb805953c8ff54ab4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "887cf03d5742f5eb02c9e8dabaeb50dcc22b44f4e580f6a61422d5223b276c00" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c720ab9c1f830deec42fba0c376e3953a8ff3e5860a41c9d0268d2fdb4567eaa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c720ab9c1f830deec42fba0c376e3953a8ff3e5860a41c9d0268d2fdb4567eaa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c720ab9c1f830deec42fba0c376e3953a8ff3e5860a41c9d0268d2fdb4567eaa" + sha256 cellar: :any_skip_relocation, sonoma: "bbf29ea8be747f8fb6bcc955b9a410fd5338bcfd0f1e7b3d13961d0facee1d58" + sha256 cellar: :any_skip_relocation, ventura: "bbf29ea8be747f8fb6bcc955b9a410fd5338bcfd0f1e7b3d13961d0facee1d58" + sha256 cellar: :any_skip_relocation, arm64_linux: "84c521e4451829ce8f2c9bda42627067ff1424904ffb26d003999ba00635af3e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "418202e1636b9ecf8d0703e3db623e3d1c55696f64e289bd01bd02ade6d6e032" end depends_on "go" => :build From 4386a105396037d91f3adc45648ec5b6e91f124a Mon Sep 17 00:00:00 2001 From: Levi Noecker Date: Sat, 14 Jun 2025 18:36:34 -0500 Subject: [PATCH 07478/10074] qemu: enable spice - Formula for spice-server added with commit cc72b23 - Add spice-server dependency - Enable spice support --- Formula/q/qemu.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/q/qemu.rb b/Formula/q/qemu.rb index 4936a9039fe7c..762bf549121f9 100644 --- a/Formula/q/qemu.rb +++ b/Formula/q/qemu.rb @@ -4,6 +4,7 @@ class Qemu < Formula url "https://download.qemu.org/qemu-10.0.2.tar.xz" sha256 "ef786f2398cb5184600f69aef4d5d691efd44576a3cff4126d38d4c6fec87759" license "GPL-2.0-only" + revision 1 head "https://gitlab.com/qemu-project/qemu.git", branch: "master" livecheck do @@ -42,15 +43,19 @@ class Qemu < Formula depends_on "nettle" depends_on "pixman" depends_on "snappy" + depends_on "spice-server" depends_on "vde" depends_on "zstd" uses_from_macos "bison" => :build uses_from_macos "flex" => :build uses_from_macos "bzip2" + uses_from_macos "curl" + uses_from_macos "cyrus-sasl" uses_from_macos "zlib" on_linux do + depends_on "alsa-lib" depends_on "attr" depends_on "cairo" depends_on "elfutils" @@ -61,6 +66,7 @@ class Qemu < Formula depends_on "libx11" depends_on "libxkbcommon" depends_on "mesa" + depends_on "pulseaudio" depends_on "systemd" end @@ -84,6 +90,7 @@ def install --enable-curses --enable-fdt=system --enable-libssh + --enable-spice --enable-vde --enable-virtfs --enable-zstd From c642c9f6843b52b0c178a4ba40393fc053e09f4e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:42:48 +0000 Subject: [PATCH 07479/10074] erlang: update 28.0.1 bottle. --- Formula/e/erlang.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/erlang.rb b/Formula/e/erlang.rb index 76bb63a68036b..3172b15a25699 100644 --- a/Formula/e/erlang.rb +++ b/Formula/e/erlang.rb @@ -13,13 +13,13 @@ class Erlang < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "6f34b91d8fd9ccb098e2a70566ea1a98a35694a583c3f2e6ab8730b3167e79d8" - sha256 cellar: :any, arm64_sonoma: "ec00303a27d53bb1cf29e58d78f67235f4e58652182c7962209f6b6de8f3c675" - sha256 cellar: :any, arm64_ventura: "bfcaa62512a41f974b2187dec18bb0dbe9949af1bd96a4e0a7455a468e54a2ba" - sha256 cellar: :any, sonoma: "1f9058a4c7c459b942137a8e6b4dae2cec23de453c41481b2199bb21b4cefc7a" - sha256 cellar: :any, ventura: "9eb2fac132383f0b0c65e3a0cc163fa2e62d2516aa4ab3066e20fd1676242b1d" - sha256 cellar: :any_skip_relocation, arm64_linux: "bb0da9f8ed1232bfe0b7fb59de6500989209229aa205018812cd4dcd9adab869" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d48e161828a1063028c3a2e55b94086a509e2bb3aa0fa6a1185a25ed0e199a12" + sha256 cellar: :any, arm64_sequoia: "490db99377182363086a83280c3b7044b2eb55e766bcea79132c18666c2b9a91" + sha256 cellar: :any, arm64_sonoma: "c49914e4bf00672ad90b76d5f605801c84efdbfb0472a5bbd1eeb9e0268351af" + sha256 cellar: :any, arm64_ventura: "fce1294a40760b2e05f287c6106508227b18c57ea028a0497eb9b4be8adf6a1b" + sha256 cellar: :any, sonoma: "befd96973b99054c62bfc59d575982e84ecc4c4ae21f9f419db5ca238a41c220" + sha256 cellar: :any, ventura: "e3d86be194e7774b7a141fbf4d4e2a2e97e75709be890bdb65aed9580da3c0cc" + sha256 cellar: :any_skip_relocation, arm64_linux: "0f801223f721c5aa92511f2bad33e98a7c33fc3218392c5fcd9e153e152a506c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e310df03ca1249808809b70dc98224fc4158b67db995e89cf4f9e3e62eb33d1" end head do From 35ac1b9e28c4d23cc8332a3cd3ba83736100226e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:46:29 +0000 Subject: [PATCH 07480/10074] rust-analyzer: update 2025-06-16 bottle. --- Formula/r/rust-analyzer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index 87b4d958ea776..cbde10a1d11e9 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -7,13 +7,13 @@ class RustAnalyzer < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "55c17c250d691a4ffe1d3ab6191472432d7df7c25872384404af613f1ce5d463" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0573f34e3d7c10c2023f6feea5fdf434b5cbba39f5c06481e3814ed2d8c9e8bc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3c725fa4f839352043b5b66405cba8a18da43e96e6171e0f878081ca6fb7b838" - sha256 cellar: :any_skip_relocation, sonoma: "437398b2010a5c6adad2fd4affde089ff6468d8fe82c700d44fb956c522c3c29" - sha256 cellar: :any_skip_relocation, ventura: "4c411a283852c64d4866d376f9a3d90baa39a024c3306577dfaa452d7a342c95" - sha256 cellar: :any_skip_relocation, arm64_linux: "1e7bbf4f86c671ade250f65a24e6ccd108304cc739caf728ff9e313a2f39710a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8130c7d1cf267cf748217e4e45fd161c99ea53216f0158802165fc81f68bd90c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e765006a8b7f1aedf64534b16b747dc7d21765208422fed6173a6b30f755a101" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e08421a0a79221fd31c4a4ef64ce5f553beaeb5e8ddb0ba99a51412a943a1203" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fbdf7a3d1af15029271efa2ac9bf7e3a7e4d3f815d170bff55bbbd6897ef4312" + sha256 cellar: :any_skip_relocation, sonoma: "b1c47b67af32259b8b233a7db645ae14a52a01db65f6f0083362f62e091b469c" + sha256 cellar: :any_skip_relocation, ventura: "f4cfebe82edd45134a63753866645ba39685aa08ffc241ae5709b884826f7892" + sha256 cellar: :any_skip_relocation, arm64_linux: "25655988305a76d7c14f2357dccf75f252a1cfbd098ead6ebbebddfa5b44cda8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8b2a16071ee733ed075a7bcdd9a0e8636c8c8694aa9173db6eacbccd3c8e393d" end depends_on "rust" => :build From 936bb9afd61e62f95379b69c54a6cec6317e98be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:09:51 +0000 Subject: [PATCH 07481/10074] manticoresearch: update livecheck This updates the `livecheck` block regex to document the use of the `GithubLatest` strategy, as the `stable` URL is a tag archive instead of a release asset. --- Formula/m/manticoresearch.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Formula/m/manticoresearch.rb b/Formula/m/manticoresearch.rb index 083fea52f26c4..9aa3ec0fbe092 100644 --- a/Formula/m/manticoresearch.rb +++ b/Formula/m/manticoresearch.rb @@ -12,10 +12,14 @@ class Manticoresearch < Formula version_scheme 1 head "https://github.com/manticoresoftware/manticoresearch.git", branch: "master" - # Only even patch versions are stable releases + # There can be a notable gap between when a version is tagged and a + # corresponding release is created, so we check the "latest" release instead + # of the Git tags. The upstream version scheme uses an even-numbered patch to + # indicate stable versions. livecheck do url :stable regex(/^v?(\d+(?:\.\d+)+\.\d*[02468])$/i) + strategy :github_latest end bottle do From 4e71f517cda5e755916e7cc5f6eab17a29a43ed6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:58:32 +0000 Subject: [PATCH 07482/10074] roapi: update 0.12.6 bottle. --- Formula/r/roapi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/roapi.rb b/Formula/r/roapi.rb index 6a801b8a16a34..60b6e936d1a86 100644 --- a/Formula/r/roapi.rb +++ b/Formula/r/roapi.rb @@ -6,13 +6,13 @@ class Roapi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b120ba55e3cae8c3b3979b6a4d899dc07fe831cbd1d81ea5bcd06f455e14e10" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1eaf36297f5273f3465dd39b7441e2d4b17048116d2034e2644d642c06c70da3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3f27bf73c7209c9f00134bbf49a26a20fef0ae6a2e4c2902519117e6c15b9ff9" - sha256 cellar: :any_skip_relocation, sonoma: "f4f39cfc03ef9f4bfe2bd2c3ab2669039927f3febd15ad78bb9c5fd782cd978b" - sha256 cellar: :any_skip_relocation, ventura: "a09c14307b47d74173190e59281ec75b837c7331a7682e9990ad0f5398930f4d" - sha256 cellar: :any_skip_relocation, arm64_linux: "ff9471f171c21d2db112488f7cd9656ab2ca1bcd6bb31c6c878cd18de3e8513b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "83c065cae70543fd020625fda6651e1a2dc3ab1e622db72ebf978d23b986fb57" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3956e422ccb0f38acf4b6f7bd1559a45bfcac486b0ed8d1847c17695a57d6e0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb5fc8e2447e1939d61cc473a0b1ce1c30e885d01c147333d27bffd76ec0d2d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "67488c995ae301353530eac0c1800c3901fced543977196072ec8c1956fdfb83" + sha256 cellar: :any_skip_relocation, sonoma: "5786fb90f1723236f17c85b864a5fdb7a4662972a1f35dea98576aca694b8c80" + sha256 cellar: :any_skip_relocation, ventura: "416545a6b5320bf276662b8e04211fc233986881aa3d2474de60e1f59f5137d0" + sha256 cellar: :any_skip_relocation, arm64_linux: "3d5ce3edee23f8feed72bab62416f57655dba00e81919d0428fde847186a2693" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eedb5a6729589943b959219b9a4d37bbea13434170f21f5c1532873f3a1b1372" end depends_on "rust" => :build From 4b0ccaea6f11497c817bb26d031c801c6ec3db44 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:28:43 -0400 Subject: [PATCH 07483/10074] got 0.113 --- Formula/g/got.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/got.rb b/Formula/g/got.rb index 9ca506ddb53b7..c6353ca8afe3b 100644 --- a/Formula/g/got.rb +++ b/Formula/g/got.rb @@ -1,9 +1,9 @@ class Got < Formula desc "Version control system" homepage "https://gameoftrees.org/" - url "https://gameoftrees.org/releases/portable/got-portable-0.111.tar.gz" - mirror "https://pkg.freebsd.org/ports-distfiles/got-portable-0.111.tar.gz" - sha256 "d096f76e91a700dd0d22fbaf9641c2b94f8a6de16f09b0f4939c9b96a9d878ce" + url "https://gameoftrees.org/releases/portable/got-portable-0.113.tar.gz" + mirror "https://pkg.freebsd.org/ports-distfiles/got-portable-0.113.tar.gz" + sha256 "29468a1b9a35fa2aba932807595bc00d010ac54192390468f75a0ad364c56f01" license "ISC" livecheck do From cf7051fa85a93e753b02870a2ff5ff4047d3e27a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:26:33 +0000 Subject: [PATCH 07484/10074] text-embeddings-inference 1.7.2 --- Formula/t/text-embeddings-inference.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/text-embeddings-inference.rb b/Formula/t/text-embeddings-inference.rb index f92e60d4ed035..7e5e14f7a71bb 100644 --- a/Formula/t/text-embeddings-inference.rb +++ b/Formula/t/text-embeddings-inference.rb @@ -1,8 +1,8 @@ class TextEmbeddingsInference < Formula desc "Blazing fast inference solution for text embeddings models" homepage "https://huggingface.co/docs/text-embeddings-inference/quick_tour" - url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.7.1.tar.gz" - sha256 "f13ca40ec88c633c9c70e093b3fdbd070ec25475e72ee6eefdbb3f80ec08e767" + url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.7.2.tar.gz" + sha256 "1b6c877419662f0ddd287d917b71790a1812d4ffd6feb916718e475842fee4a9" license "Apache-2.0" bottle do From df0dedf8e117e4014e1c5524ba78c705a195e228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Mon, 16 Jun 2025 15:41:42 +0200 Subject: [PATCH 07485/10074] xk6: Added missing gosec and govulncheck dependencies --- Formula/x/xk6.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Formula/x/xk6.rb b/Formula/x/xk6.rb index 68de45d3fe9fe..951a30be2e409 100644 --- a/Formula/x/xk6.rb +++ b/Formula/x/xk6.rb @@ -21,6 +21,8 @@ class Xk6 < Formula end depends_on "go" + depends_on "gosec" + depends_on "govulncheck" def install system "go", "build", *std_go_args(ldflags: "-s -w -X go.k6.io/xk6/internal/cmd.version=#{version}") @@ -29,5 +31,11 @@ def install test do assert_match "xk6 version #{version}", shell_output("#{bin}/xk6 version") assert_match "xk6 has now produced a new k6 binary", shell_output("#{bin}/xk6 build") + system bin/"xk6", "new", "github.com/grafana/xk6-testing" + chdir "xk6-testing" do + lint_output = shell_output("#{bin}/xk6 lint") + assert_match "✔ security", lint_output + assert_match "✔ vulnerability", lint_output + end end end From 1e09fb9c15e75b2ed5fedfcba60f1db587344377 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:54:12 +0000 Subject: [PATCH 07486/10074] azion 3.4.0 --- Formula/a/azion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/azion.rb b/Formula/a/azion.rb index 1188e7c6b48be..b9d62310abe12 100644 --- a/Formula/a/azion.rb +++ b/Formula/a/azion.rb @@ -1,8 +1,8 @@ class Azion < Formula desc "CLI for the Azion service" homepage "https://github.com/aziontech/azion" - url "https://github.com/aziontech/azion/archive/refs/tags/3.3.0.tar.gz" - sha256 "eec46c72a4f231a7ddff6898dfae5a33b3c30f622bd87a6ef4ee156bba9e4f4e" + url "https://github.com/aziontech/azion/archive/refs/tags/3.4.0.tar.gz" + sha256 "3481af7619fe80658d002aa1f39493c973089e5312a2b7ef5a4aa8316e96e661" license "MIT" head "https://github.com/aziontech/azion.git", branch: "dev" From c6d5368968f32fdfeb15b37759f760138eb121cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:54:22 +0000 Subject: [PATCH 07487/10074] azqr 2.6.1 --- Formula/a/azqr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/azqr.rb b/Formula/a/azqr.rb index b18d6b59d4344..e33b1b7f551de 100644 --- a/Formula/a/azqr.rb +++ b/Formula/a/azqr.rb @@ -3,8 +3,8 @@ class Azqr < Formula homepage "https://azure.github.io/azqr/" # pull from git tag to get submodules url "https://github.com/Azure/azqr.git", - tag: "v.2.6.0", - revision: "43e0ff48c8200c93df3f886f9ca58449c4d49c96" + tag: "v.2.6.1", + revision: "baff1e87f39f778b175db53e04f0729a0f12f111" license "MIT" head "https://github.com/Azure/azqr.git", branch: "main" From 5989710a2de213670098bba84b41234a2b8d76e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:59:46 +0000 Subject: [PATCH 07488/10074] diagram 1.1.0 --- Formula/d/diagram.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/diagram.rb b/Formula/d/diagram.rb index e19ebd5600b80..aa191bfadb7e4 100644 --- a/Formula/d/diagram.rb +++ b/Formula/d/diagram.rb @@ -1,8 +1,8 @@ class Diagram < Formula desc "CLI app to convert ASCII arts into hand drawn diagrams" homepage "https://github.com/esimov/diagram" - url "https://github.com/esimov/diagram/archive/refs/tags/v1.0.6.tar.gz" - sha256 "008594494e004c786ea65425abf10ba4ffef2e417102de83ece3ebdee5029c66" + url "https://github.com/esimov/diagram/archive/refs/tags/v1.1.0.tar.gz" + sha256 "f88bc99975ade753435ecf0e7a6470611f77563eb73b94d56fa6b6bafb4b8561" license "MIT" head "https://github.com/esimov/diagram.git", branch: "master" From 6ff7a1b4053add099c2762abf65b8fa3bb3f519d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:01:14 +0000 Subject: [PATCH 07489/10074] duckdb 1.3.1 --- Formula/d/duckdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/duckdb.rb b/Formula/d/duckdb.rb index f744ae06649b2..169ef7e53b9e9 100644 --- a/Formula/d/duckdb.rb +++ b/Formula/d/duckdb.rb @@ -2,8 +2,8 @@ class Duckdb < Formula desc "Embeddable SQL OLAP Database Management System" homepage "https://www.duckdb.org" url "https://github.com/duckdb/duckdb.git", - tag: "v1.3.0", - revision: "71c5c07cdd295e9409c0505885033ae9eb6b5ddd" + tag: "v1.3.1", + revision: "2063dda3e6bd955c364ce8e61939c6248a907be6" license "MIT" bottle do From 670fb827ca625e55e0507d0999cc42a6d22ee3dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:01:57 +0000 Subject: [PATCH 07490/10074] elvis 4.1.1 --- Formula/e/elvis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/elvis.rb b/Formula/e/elvis.rb index 3e40decf0ab45..a83ae32df7a45 100644 --- a/Formula/e/elvis.rb +++ b/Formula/e/elvis.rb @@ -1,8 +1,8 @@ class Elvis < Formula desc "Erlang Style Reviewer" homepage "https://github.com/inaka/elvis" - url "https://github.com/inaka/elvis/archive/refs/tags/4.1.0.tar.gz" - sha256 "a4b0eef813cf78a01c42fc35c2b92823827bdb08f7d25a0501d47851e20feac2" + url "https://github.com/inaka/elvis/archive/refs/tags/4.1.1.tar.gz" + sha256 "82a42102734285d0e39a8b55bc2195752f44347b6f2ef0962834e49579d067c8" license "Apache-2.0" head "https://github.com/inaka/elvis.git", branch: "master" From 6bf4a5ddd5324c6f10a74ebc92b23392ec8d4261 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:02:38 +0000 Subject: [PATCH 07491/10074] fabric-ai 1.4.205 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 8782f8dc00b19..d1c37cf26e57f 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.204.tar.gz" - sha256 "478c0fcef75fcd6cc18cfa39e1308d426ae6e73f87245547cee4bb30376066c3" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.205.tar.gz" + sha256 "1b248565e6c26000e0162cdf5a89024d30769a1bdc027c3d25f634c1b67af9bd" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 14a7f6c3fa6f28b59f019b1219e167dd29424b28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:03:09 +0000 Subject: [PATCH 07492/10074] fern-api 0.64.9 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index d6f12405934f6..cc665f19f6c85 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.8.tgz" - sha256 "336599e9bfa788d3632053b9c7888fb43c000583139eb1e379bea607f0737d93" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.9.tgz" + sha256 "8f0cbbe88a678e83c4a27e95a0299ce30230d41d878cb79ce3be4749809e5891" license "Apache-2.0" bottle do From c087bb2031147bed215ac41268dc2ea61cfcb638 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:04:52 +0000 Subject: [PATCH 07493/10074] glaze 5.5.0 --- Formula/g/glaze.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 071cd4f8ca99f..495566c32e0c9 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -1,8 +1,8 @@ class Glaze < Formula desc "Extremely fast, in-memory JSON and interface library for modern C++" homepage "https://github.com/stephenberry/glaze" - url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.4.1.tar.gz" - sha256 "a5d578e58fa0e0930eb02bf99ebcb0cb732ce04ce427ec608d773c6f5258e545" + url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.5.0.tar.gz" + sha256 "378ba049e37b4c318fe0bdb2c6803369576707e40bad777959ed706dc361fc6b" license "MIT" bottle do From 2d217af01031214d8690c8968c6b893ae52b59e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:05:17 +0000 Subject: [PATCH 07494/10074] go-feature-flag-relay-proxy 1.45.1 --- Formula/g/go-feature-flag-relay-proxy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/go-feature-flag-relay-proxy.rb b/Formula/g/go-feature-flag-relay-proxy.rb index fb8b5d1c32cde..0f8a521ff992b 100644 --- a/Formula/g/go-feature-flag-relay-proxy.rb +++ b/Formula/g/go-feature-flag-relay-proxy.rb @@ -1,8 +1,8 @@ class GoFeatureFlagRelayProxy < Formula desc "Stand alone server to run GO Feature Flag" homepage "https://gofeatureflag.org" - url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.45.0.tar.gz" - sha256 "01f03d918770f513d25984e5794471ee0fd3dfb40259d12377b599a02958a09c" + url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.45.1.tar.gz" + sha256 "dfcbd3a6480382eb2b99c4f702c29bd08c5ef3d4cd8d9ca6bcf56643e97a5fbf" license "MIT" head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" From c94bda27112a4abce1e1563ab584d91975d6a745 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:11:08 +0000 Subject: [PATCH 07495/10074] lychee 0.19.1 --- Formula/l/lychee.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lychee.rb b/Formula/l/lychee.rb index 8221eaf8b6af1..715a60f98ad47 100644 --- a/Formula/l/lychee.rb +++ b/Formula/l/lychee.rb @@ -1,8 +1,8 @@ class Lychee < Formula desc "Fast, async, resource-friendly link checker" homepage "https://lychee.cli.rs/" - url "https://github.com/lycheeverse/lychee/archive/refs/tags/lychee-v0.19.0.tar.gz" - sha256 "359ac354374f9ba93184d79f927274c44d22a35e834e4c6bfeec584720938cfc" + url "https://github.com/lycheeverse/lychee/archive/refs/tags/lychee-v0.19.1.tar.gz" + sha256 "20870738b8a1ccd4658327351682382a177234014ea5e24e9f932f905b2f7d35" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/lycheeverse/lychee.git", branch: "master" From ebb419efe4ffc9b8ec448b1ce76ca8d25eda471c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:12:02 +0000 Subject: [PATCH 07496/10074] mdz 2.2.2 --- Formula/m/mdz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mdz.rb b/Formula/m/mdz.rb index 58515149a2aae..c5de6d75b07fe 100644 --- a/Formula/m/mdz.rb +++ b/Formula/m/mdz.rb @@ -1,8 +1,8 @@ class Mdz < Formula desc "CLI for the mdz ledger Open Source" homepage "https://github.com/LerianStudio/midaz" - url "https://github.com/LerianStudio/midaz/archive/refs/tags/v2.2.1.tar.gz" - sha256 "f74b30f2d62e0ab002c104b075ffda8a9574a8597a73abc31bfa7b7e264d3517" + url "https://github.com/LerianStudio/midaz/archive/refs/tags/v2.2.2.tar.gz" + sha256 "c9406dcccd2fc7b306cd251370bcc2b0e42e54e7a336df2762ea667d76633f54" license "Apache-2.0" head "https://github.com/LerianStudio/midaz.git", branch: "main" From 15403d1dbf362f9e830ba1c5444acb5904be1ee6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:16:24 +0000 Subject: [PATCH 07497/10074] pixi 0.48.2 --- Formula/p/pixi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index 8ac82a6c41d75..5403c2226ade9 100644 --- a/Formula/p/pixi.rb +++ b/Formula/p/pixi.rb @@ -1,8 +1,8 @@ class Pixi < Formula desc "Package management made easy" homepage "https://pixi.sh" - url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.48.1.tar.gz" - sha256 "02114cfb34d8527527e8368a5a83bb06aa07ae99724e88e8139052be58dc809b" + url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.48.2.tar.gz" + sha256 "87653524f7f8e9e2c79908c0322d405ab15821ae8f9dabc36ad7caab4a7fcaa3" license "BSD-3-Clause" head "https://github.com/prefix-dev/pixi.git", branch: "main" From 8c2de103c7b1f760fd595086e2eb7df86745eeef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:20:44 +0000 Subject: [PATCH 07498/10074] snyk-cli 1.1297.2 --- Formula/s/snyk-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/snyk-cli.rb b/Formula/s/snyk-cli.rb index dab952358b3c3..6f14b9368e37f 100644 --- a/Formula/s/snyk-cli.rb +++ b/Formula/s/snyk-cli.rb @@ -1,8 +1,8 @@ class SnykCli < Formula desc "Scans and monitors projects for security vulnerabilities" homepage "https://snyk.io" - url "https://registry.npmjs.org/snyk/-/snyk-1.1297.1.tgz" - sha256 "c522a66b7efd5819679718df5208d1c8d03027aec9672103556a072438ad4ac2" + url "https://registry.npmjs.org/snyk/-/snyk-1.1297.2.tgz" + sha256 "f90015b7a6bd05400f1e0b5942b862e2c647641110a19cda631284320e77974a" license "Apache-2.0" bottle do From f8b4e3b64a32f28acb0dfa69abfd5e63dc3c2238 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:22:24 +0000 Subject: [PATCH 07499/10074] terraform-module-versions 3.3.12 --- Formula/t/terraform-module-versions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terraform-module-versions.rb b/Formula/t/terraform-module-versions.rb index 737d5cec967ed..ef3da556b9a16 100644 --- a/Formula/t/terraform-module-versions.rb +++ b/Formula/t/terraform-module-versions.rb @@ -1,8 +1,8 @@ class TerraformModuleVersions < Formula desc "CLI that checks Terraform code for module updates" homepage "https://github.com/keilerkonzept/terraform-module-versions" - url "https://github.com/keilerkonzept/terraform-module-versions/archive/refs/tags/v3.3.11.tar.gz" - sha256 "f18b908c48b942de8327a958ae56242bd39d6530f7bd9d7f862dc2fa89c115e5" + url "https://github.com/keilerkonzept/terraform-module-versions/archive/refs/tags/v3.3.12.tar.gz" + sha256 "5cb38a014559e17bc125728381e29f4ed92264df0f651d5ef783cdad833966e4" license "MIT" head "https://github.com/keilerkonzept/terraform-module-versions.git", branch: "master" From ba952da3a9c9c6e7de8a716cf9d51b7ef6aa6933 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:56:47 +0000 Subject: [PATCH 07500/10074] cdxgen 11.4.0 cdxgen: dosai 1.0.5 Signed-off-by: Rui Chen --- Formula/c/cdxgen.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/c/cdxgen.rb b/Formula/c/cdxgen.rb index 5fe2caf2fdda1..0342bebd713d2 100644 --- a/Formula/c/cdxgen.rb +++ b/Formula/c/cdxgen.rb @@ -1,8 +1,8 @@ class Cdxgen < Formula desc "Creates CycloneDX Software Bill-of-Materials (SBOM) for projects" homepage "https://github.com/CycloneDX/cdxgen" - url "https://registry.npmjs.org/@cyclonedx/cdxgen/-/cdxgen-11.3.2.tgz" - sha256 "15e19945a34070860236c0a8e55a793e717b68db969676018115bf218e315641" + url "https://registry.npmjs.org/@cyclonedx/cdxgen/-/cdxgen-11.4.0.tgz" + sha256 "40bbc22c463b885ba884f8ec95f8cadbacf47ebe7a1aa49df68667c301c3115d" license "Apache-2.0" bottle do @@ -22,8 +22,8 @@ class Cdxgen < Formula depends_on "trivy" resource "dosai" do - url "https://github.com/owasp-dep-scan/dosai/archive/refs/tags/v1.0.4.tar.gz" - sha256 "5a944103d0f02fcb2830a16da85d4cef2782ffa94486d913f40722aaf1bb4209" + url "https://github.com/owasp-dep-scan/dosai/archive/refs/tags/v1.0.5.tar.gz" + sha256 "7fa46508d4ac27203aa4d28da2f24aaca0e1ef7f2ce98a59df8296995c4bd1d7" end def install From 72805b5799957dae37775515b24bec24b0f460bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:23:56 +0000 Subject: [PATCH 07501/10074] vercel-cli 43.2.0 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 90205424893d2..bdd53ec51d5bd 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-43.1.0.tgz" - sha256 "9de563241eb30d5e3b3c7904c3898a533481e208522385a18f4878b2c9a14754" + url "https://registry.npmjs.org/vercel/-/vercel-43.2.0.tgz" + sha256 "8cc495c361455a637d856e9d7c1bedfea9e831490209cce53da8fd554cd34346" license "Apache-2.0" bottle do From 0873f96b207e5a42e0044146a863240b0e6c26cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:25:06 +0000 Subject: [PATCH 07502/10074] azion: update 3.4.0 bottle. --- Formula/a/azion.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/azion.rb b/Formula/a/azion.rb index b9d62310abe12..52e9988159aee 100644 --- a/Formula/a/azion.rb +++ b/Formula/a/azion.rb @@ -7,12 +7,12 @@ class Azion < Formula head "https://github.com/aziontech/azion.git", branch: "dev" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "646daedb56844f48e097ac460b2414b46c08d8418c7235de0bdaec0b61efdcc8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "646daedb56844f48e097ac460b2414b46c08d8418c7235de0bdaec0b61efdcc8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "646daedb56844f48e097ac460b2414b46c08d8418c7235de0bdaec0b61efdcc8" - sha256 cellar: :any_skip_relocation, sonoma: "6c4f9bc65a412bffc3863284ad8333664c5ed82f81ebcf60169bb0f996287eb4" - sha256 cellar: :any_skip_relocation, ventura: "6c4f9bc65a412bffc3863284ad8333664c5ed82f81ebcf60169bb0f996287eb4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b3448830af78299cf31bba42212102eac7beeb16a6b197c32f3685928f54ef80" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "33a208cf6750cea6c691e785154b700ff788f805c8c9acc279df0be8331c07f9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "33a208cf6750cea6c691e785154b700ff788f805c8c9acc279df0be8331c07f9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "33a208cf6750cea6c691e785154b700ff788f805c8c9acc279df0be8331c07f9" + sha256 cellar: :any_skip_relocation, sonoma: "abbd41465a07bb9f75da6ab96af425aaf7f0cb25672e6af6d0be52a6c6b03320" + sha256 cellar: :any_skip_relocation, ventura: "abbd41465a07bb9f75da6ab96af425aaf7f0cb25672e6af6d0be52a6c6b03320" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a11dd7bf4711bcd4710b2fc511a4e4834287d89bc5869de01c59c4fabd13e385" end depends_on "go" => :build From 69881f77f86775bc0001743495cd9bd08d4ebdb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:25:20 +0000 Subject: [PATCH 07503/10074] diagram: update 1.1.0 bottle. --- Formula/d/diagram.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/diagram.rb b/Formula/d/diagram.rb index aa191bfadb7e4..e9ba03eb7a075 100644 --- a/Formula/d/diagram.rb +++ b/Formula/d/diagram.rb @@ -7,12 +7,12 @@ class Diagram < Formula head "https://github.com/esimov/diagram.git", branch: "master" bottle do - sha256 arm64_sequoia: "049ae370aab2ab7876282b307a01bda38e2e254807f422cece826e4ec556d09e" - sha256 arm64_sonoma: "38ac3fbc992a5611bf30e1848123efda5274a7d994049a24ec55102871886776" - sha256 arm64_ventura: "a234cd90fd88eaa7025cd28843b37d9feb6f07a012ee57f5e1a5a7f288677562" - sha256 sonoma: "3eb79fb18800c3f1c9eebc261c15f06db339d0b2df017184757b6e39126df8f8" - sha256 ventura: "6c8079e485d9bb3c95cb22221a6a2fdc4fe4801d6f1d965c0ac7941aecf04c79" - sha256 x86_64_linux: "6ba263cef3accdf1a171e19d5aebf1493c304f601dd490753ae06a0b5932c459" + sha256 arm64_sequoia: "7a4c9251da9103d6c7bf749ae76e30500e2298751c6743ff0ddb27fdb2203e08" + sha256 arm64_sonoma: "0d6928b6450255451e2120814add95222db5add55282cc2f9477766b6cd4607f" + sha256 arm64_ventura: "aea4fe2d174931f81ca241d51510b1d5dfbf4034e1cc77d9eb86646859450e05" + sha256 sonoma: "9fdea25d43a0954d98c691c9b34bde4a0ab10a18e5b5b6d5fdfc1d1286c29e8c" + sha256 ventura: "bfdfb5a4c9c981dceedc86608888e1e1a6100e0f98f2fe397d411485a3762ce4" + sha256 x86_64_linux: "8ba93efdc8407ebd4f76c6f3a78aaf392e8a177035d48d740d4c9e3412bc8746" end depends_on "go" => :build From fb0379f8d32fa44c8b56b4fab51d11fcb1de404b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:25:21 +0000 Subject: [PATCH 07504/10074] azqr: update 2.6.1 bottle. --- Formula/a/azqr.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/azqr.rb b/Formula/a/azqr.rb index e33b1b7f551de..65b1c478206f2 100644 --- a/Formula/a/azqr.rb +++ b/Formula/a/azqr.rb @@ -9,12 +9,12 @@ class Azqr < Formula head "https://github.com/Azure/azqr.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a69168f96682515e4d85bf989467de86671c4c453e5e9d94ee3cbafcb058293" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a69168f96682515e4d85bf989467de86671c4c453e5e9d94ee3cbafcb058293" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6a69168f96682515e4d85bf989467de86671c4c453e5e9d94ee3cbafcb058293" - sha256 cellar: :any_skip_relocation, sonoma: "6f8689a30739957648b249c54e43a513a6b53e450bc712e4f9be8b432876ac3a" - sha256 cellar: :any_skip_relocation, ventura: "6f8689a30739957648b249c54e43a513a6b53e450bc712e4f9be8b432876ac3a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fce8c9d8fe11a602e60c6c06feef2872b3ecb50927917591dd9518a01deb16e4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "90f1615b1df5560d4868913bf0448e495f86446ea9214dad12c5eaee6b26383e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "90f1615b1df5560d4868913bf0448e495f86446ea9214dad12c5eaee6b26383e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "90f1615b1df5560d4868913bf0448e495f86446ea9214dad12c5eaee6b26383e" + sha256 cellar: :any_skip_relocation, sonoma: "33f7945d88a3d63d5b95c984920a600a27c93ff6f5a76e67e9a471b5e7d0d571" + sha256 cellar: :any_skip_relocation, ventura: "33f7945d88a3d63d5b95c984920a600a27c93ff6f5a76e67e9a471b5e7d0d571" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc0dafb9589641ce3fffd8ecffedce4a8a75902ab3d505776e50762b6f7ebbe5" end depends_on "go" => :build From ce6ae7e59fb61ea51e455ddaf8a1b498e6a4e742 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:25:23 +0000 Subject: [PATCH 07505/10074] elvis: update 4.1.1 bottle. --- Formula/e/elvis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/elvis.rb b/Formula/e/elvis.rb index a83ae32df7a45..75f2d01356eba 100644 --- a/Formula/e/elvis.rb +++ b/Formula/e/elvis.rb @@ -7,13 +7,13 @@ class Elvis < Formula head "https://github.com/inaka/elvis.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "45f2f24cba2eee14657d5dcd506a17f1c390b2852167b182c499c8d88bf6d1d2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "57fd33fad71ef8df24ac6bb12c3310c4cd696bbc06e505ebc1034d2b3eab2060" - sha256 cellar: :any_skip_relocation, arm64_ventura: "338e0d17ca455bcbce9b7b0f3321395d8e215bb327b04a61519142a5266b3b3a" - sha256 cellar: :any_skip_relocation, sonoma: "8cc48cdbb6cd8a7cfde77485584b33f1bb0ec154429704755a699ae7bb5b3660" - sha256 cellar: :any_skip_relocation, ventura: "b9d563bc12f2c6ec7bf4d0e6ca63598364182234533aea7e6900a72b75f48ad5" - sha256 cellar: :any_skip_relocation, arm64_linux: "219efa789dbf8ca9907ffffbe13e12a6bdc525f14e03ceee68241909d3a9ba7f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e7cd0a2ec4b75fb6c968986603e39eb21e8eb968dc2833fee4fd9f88f797c94f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9bbbf2d22dc2579b2bf23653ca33921cf3c09c761553b48a20772e05467f00b0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ce6e257ad7d6a96ab10bbade74ab0874c8051c4458ea5d25aae43ba31f372e2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c35cb9a8771747e803826cf85e85d3520c0ab93268ce550b7f7af7e01edc21ff" + sha256 cellar: :any_skip_relocation, sonoma: "7fca57a53ad55377d3cb7f0bed1403ae719bcda8a822415c6b72b37cfb2e9fe9" + sha256 cellar: :any_skip_relocation, ventura: "e2b984f3450afb0226886466f6cbc5ee200b40c1013f40f14dada7e4d9d0d05c" + sha256 cellar: :any_skip_relocation, arm64_linux: "9f6a6b39e87fb2ca468ff0af6689e405b0bef520cc2e2a64d1b078596ef8a9cf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "85e5b379a541035dc3814efdabb279e71ca90a522c2fe0e5bfd79b09e6a82ddd" end depends_on "rebar3" => :build From 4e5279f392e685583d8e3e0e181c38395f79d4c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:25:29 +0000 Subject: [PATCH 07506/10074] fabric-ai: update 1.4.205 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index d1c37cf26e57f..bf7fc0c39cb1c 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "efcbcd6afdb403c29465d62a950a611a5ee012cd8878d0699ccf1bc3a8724538" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "efcbcd6afdb403c29465d62a950a611a5ee012cd8878d0699ccf1bc3a8724538" - sha256 cellar: :any_skip_relocation, arm64_ventura: "efcbcd6afdb403c29465d62a950a611a5ee012cd8878d0699ccf1bc3a8724538" - sha256 cellar: :any_skip_relocation, sonoma: "149f173ca6369c3d23968311d9b40cb73dee2ad9ac5aef97110d783602fd5c3e" - sha256 cellar: :any_skip_relocation, ventura: "149f173ca6369c3d23968311d9b40cb73dee2ad9ac5aef97110d783602fd5c3e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e8a52893933c3e4d2455b0b02623e31da66e2e6d8d1509a13cfe744770e360e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e240e450a6622b20cee635f6af6906170736d703fca3d68250c25f5a93e8fba2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e240e450a6622b20cee635f6af6906170736d703fca3d68250c25f5a93e8fba2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e240e450a6622b20cee635f6af6906170736d703fca3d68250c25f5a93e8fba2" + sha256 cellar: :any_skip_relocation, sonoma: "6f8bc3093e3e773e45636557946503815a0c22eb161dfc32f09015d1d6463920" + sha256 cellar: :any_skip_relocation, ventura: "6f8bc3093e3e773e45636557946503815a0c22eb161dfc32f09015d1d6463920" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5865295889617579b3019b4226ef913ec614445ed22445bfe2355dcdeb27201" end depends_on "go" => :build From 9b7f0844fa0567b2ce87f6d5733515fed86b3372 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:25:37 +0000 Subject: [PATCH 07507/10074] fern-api: update 0.64.9 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index cc665f19f6c85..4c841f3f10c23 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "65d6602a5a1ff9a132465fa75ae0d35d08b17949cc9263d171956dd6914318eb" + sha256 cellar: :any_skip_relocation, all: "e239e8d63a37e2bc796744098b31efa22d5a4941ade1250b76e1a26cec5e2389" end depends_on "node" From 876ebd7654e29133d94b2980dfe1bad09dc87d72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:26:08 +0000 Subject: [PATCH 07508/10074] xmrig 6.23.0 --- Formula/x/xmrig.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xmrig.rb b/Formula/x/xmrig.rb index e7020e2d10d56..5bf17c5cec17c 100644 --- a/Formula/x/xmrig.rb +++ b/Formula/x/xmrig.rb @@ -1,8 +1,8 @@ class Xmrig < Formula desc "Monero (XMR) CPU miner" homepage "https://github.com/xmrig/xmrig" - url "https://github.com/xmrig/xmrig/archive/refs/tags/v6.22.3.tar.gz" - sha256 "79bf51c11ad3670b8330ca1432c9cdaf84f82b96f94b636e33d253be2b916d20" + url "https://github.com/xmrig/xmrig/archive/refs/tags/v6.23.0.tar.gz" + sha256 "3cced1a97cc2646956c7185932c59253b621603f99c64fc68c4a35c8247815f8" license "GPL-3.0-or-later" head "https://github.com/xmrig/xmrig.git", branch: "dev" From 91318d2e11516328e9752bf0efc14f0d4493e9b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:26:55 +0000 Subject: [PATCH 07509/10074] text-embeddings-inference: update 1.7.2 bottle. --- Formula/t/text-embeddings-inference.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/text-embeddings-inference.rb b/Formula/t/text-embeddings-inference.rb index 7e5e14f7a71bb..0f38f2c0cc107 100644 --- a/Formula/t/text-embeddings-inference.rb +++ b/Formula/t/text-embeddings-inference.rb @@ -6,13 +6,13 @@ class TextEmbeddingsInference < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd991dc030d260b56a105bc0ca4c10c3d799f82808da500a0733ac07f8807bb6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9444bc5be90598becfc835e6bb7a18c7f9f8527e74bbc643d839557e1cb0ef9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "991cae61c60f0a11b27f57379fa01ebce3c79b0a70da4aaf6a43b9874559171c" - sha256 cellar: :any_skip_relocation, sonoma: "158804dc222f57a24836c1d3b20e9d584fd3d296e58fb2986be866229ac26ede" - sha256 cellar: :any_skip_relocation, ventura: "b5da583421fecf126cfadf2b78d3d6ed48f110163d0f70b5e92f2a22be7c6c97" - sha256 cellar: :any_skip_relocation, arm64_linux: "8b51deebc75811f3dcd592a430a054ec8610cef5ae97a8feaec9816237ea0b86" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5f1f72b07d67b3ad006d9177d0512964f20e7a1055325e611aa3cf3842ef112c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c4727076a3db9929e02657cfbbf87e0e555c24ff09b95997aa22bf5b3a43a3d0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "183d2ea9f481025729eb51e41b4e8e49bda146056371155a0920b19379800b4d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "702753cd4a85148e74fc0be94ffa461d0f0110e9d2ceb0f6e4f47c651036d389" + sha256 cellar: :any_skip_relocation, sonoma: "e1cbda9d82981729804d0236236167ea1d6c6ed27b3ba617ad7bc60a5711feaa" + sha256 cellar: :any_skip_relocation, ventura: "502025bdca2b091196270daa7550cfed7ffb333a3e5ea323bd39c1f47b7b1807" + sha256 cellar: :any_skip_relocation, arm64_linux: "2861ab865c14b2873dc78f8afefaccb78039a15efe6e2caf6ee6874519c5c701" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2a307aac6aadbc2df5a808f90841c643f42546c27c52de874a3fc0e6e67b8689" end depends_on "pkgconf" => :build From f34aa97e3af4b29c3c48e57f69ff0cac73f8a0ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:28:04 +0000 Subject: [PATCH 07510/10074] glaze: update 5.5.0 bottle. --- Formula/g/glaze.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 495566c32e0c9..ce80083bd34e6 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -6,7 +6,7 @@ class Glaze < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "6ea0eb5f14acba53c113c38451aa206eee0adab0ec55dd34d9c22160e410a3bf" + sha256 cellar: :any_skip_relocation, all: "4dcc60b3e795ad4ef346a67cd8c51505d66aa22e0e695b1fff216f2f830ad2f0" end depends_on "cmake" => [:build, :test] From 5e0e417a3c15d7b574b511cc32a71865f2297df4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:28:54 +0000 Subject: [PATCH 07511/10074] mdz: update 2.2.2 bottle. --- Formula/m/mdz.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mdz.rb b/Formula/m/mdz.rb index c5de6d75b07fe..cab70c0d1a3de 100644 --- a/Formula/m/mdz.rb +++ b/Formula/m/mdz.rb @@ -7,12 +7,12 @@ class Mdz < Formula head "https://github.com/LerianStudio/midaz.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8481a1226d70274630b2fc511f04466de21ef9e0b5fe5e0325e982ee28df9472" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c2d452a5f38ae66427ca0162583c9e43098ab3952f08882ec6185f5d9b86b72" - sha256 cellar: :any_skip_relocation, arm64_ventura: "165ad093dcf52844256dd5177031807568c38a731a9f56ca45090e045f05be6f" - sha256 cellar: :any_skip_relocation, sonoma: "1e3d12909ba110ebf4c7b5a045942f2cef46d9171f46686a2cda165428ac63a3" - sha256 cellar: :any_skip_relocation, ventura: "9390a7e76047c2e9b36496cc58278c1d26b20a511aca00b2e49cb6acb9652473" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f286d010550d44bdd61d3e858e1e8f9b0f77368a65a94969f30bcfcdb0bf1de4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3939c4923a695fd5e43faa02a7a31ce25c19a1d7b13fcf551e4410ea9e7ea4f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "043dc8846b3f44a0953ff390b877b438764be28931fde8b34c3abeee737ba320" + sha256 cellar: :any_skip_relocation, arm64_ventura: "620db76749f92ebd4a3e85382f54aa1cf4e55a73dbad6cec156cf59a7ac73790" + sha256 cellar: :any_skip_relocation, sonoma: "82e14402c501b864aaf6f28c5668a70887aaa1053992d6e61b6006c93e6fa2ea" + sha256 cellar: :any_skip_relocation, ventura: "84732e1c15e5a82e760d932f2ff93e649b60c214ef542918a37a0a05dfee7e1d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb91aea455c8710fc6791026a2957bd1f095611b2e68477d8151bbd33c7cc372" end depends_on "go" => :build From f6cf28538b926635e77f15a965715b8b84e36c18 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:30:48 +0000 Subject: [PATCH 07512/10074] go-feature-flag-relay-proxy: update 1.45.1 bottle. --- Formula/g/go-feature-flag-relay-proxy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/go-feature-flag-relay-proxy.rb b/Formula/g/go-feature-flag-relay-proxy.rb index 0f8a521ff992b..9c80a9deb6046 100644 --- a/Formula/g/go-feature-flag-relay-proxy.rb +++ b/Formula/g/go-feature-flag-relay-proxy.rb @@ -7,12 +7,12 @@ class GoFeatureFlagRelayProxy < Formula head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "861697391d9830d2141118c09ef589e413e9d18f9fb4673708feabff3e5d46b2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2aeedee413d79604a023dada924f7a0d8626aad5195532b6cdb821a87992bc44" - sha256 cellar: :any_skip_relocation, arm64_ventura: "645c3e8bcf37f6dce83019df43ad28b8c06871d8a07da54c5232c73eb5c12f80" - sha256 cellar: :any_skip_relocation, sonoma: "973be5b40776281d281119d9767bd9ba8a011f81be2276b98b9e968374d687fc" - sha256 cellar: :any_skip_relocation, ventura: "8ccea8fb63a085aac2f20dac7b93dc88fd9d755e796dd8d889f52fcd939923d6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9e68e3a0db209ef6a4b7bacd7ecb2ca9eb19b5f2e9bb248be6b34e35fd119965" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4635fdeca2243911f8f58394928d91308f0d58c4fae6c51644d5ce8088f064f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "62eaef57c4335ae0e02f76ba2fa48a09a3c5da733fc5bb0f4eaa2d6c85e73397" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c896dd316bf7902e0d68fa21f176461fad92c611a5ae0c902500f4c965df5b01" + sha256 cellar: :any_skip_relocation, sonoma: "9eaeb0fef314834a632572ed67141a127306414008b209b5db3339f8f36ff6fe" + sha256 cellar: :any_skip_relocation, ventura: "22da03dbdd84da4eb0526fa0321b044cf129c9fb5634c277baf4aa8a328984f8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad920f395f5bd9a53f960435fd7ced631b205ff1f01a29cd5aee837c19b97c1" end depends_on "go" => :build From 66adf4885fe85668d0229d21eea60f1005352ac3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:53:42 +0000 Subject: [PATCH 07513/10074] osv-scanner 2.0.3 osv-scanner: drop linux arm support Signed-off-by: Rui Chen --- Formula/o/osv-scanner.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/o/osv-scanner.rb b/Formula/o/osv-scanner.rb index 910eb0f55f8b5..968e87bd13820 100644 --- a/Formula/o/osv-scanner.rb +++ b/Formula/o/osv-scanner.rb @@ -1,8 +1,8 @@ class OsvScanner < Formula desc "Vulnerability scanner which uses the OSV database" homepage "https://github.com/google/osv-scanner" - url "https://github.com/google/osv-scanner/archive/refs/tags/v2.0.2.tar.gz" - sha256 "c419edd454980d7a8c7401baed04748d40342d6a77c1317696876986f171664b" + url "https://github.com/google/osv-scanner/archive/refs/tags/v2.0.3.tar.gz" + sha256 "83864df449bdd335190e5dd7db8d5e1180991796204a0783cdc756834e937576" license "Apache-2.0" head "https://github.com/google/osv-scanner.git", branch: "main" @@ -12,7 +12,6 @@ class OsvScanner < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "1c3c1f4261ecf813b1110603f51d6b366e45942e0f507ecd7a2d9e5330d6127b" sha256 cellar: :any_skip_relocation, sonoma: "3fc1f27d4999f3fe9cf2ca8d878d32b2b8054744be8d2781afece1868953446f" sha256 cellar: :any_skip_relocation, ventura: "3fc1f27d4999f3fe9cf2ca8d878d32b2b8054744be8d2781afece1868953446f" - sha256 cellar: :any_skip_relocation, arm64_linux: "096db7ab35d07767ec68d7d6786724f05e8b9607d2d42815d0ec0b568d6f2554" sha256 cellar: :any_skip_relocation, x86_64_linux: "02a02d4253a8de9c56969ea49d09bfd04e53e1d632ecb4c3aa5d3c745e786515" end From b1ce1a7f174c9d806057ee46a4517b71e62518ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:34:38 +0000 Subject: [PATCH 07514/10074] duckdb: update 1.3.1 bottle. --- Formula/d/duckdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/duckdb.rb b/Formula/d/duckdb.rb index 169ef7e53b9e9..98c1ad90d8fb5 100644 --- a/Formula/d/duckdb.rb +++ b/Formula/d/duckdb.rb @@ -7,13 +7,13 @@ class Duckdb < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "19bfba7d3b110722048d3cd663ad0a77d80eb4d2f18909cf435db1cd25c17dd4" - sha256 cellar: :any, arm64_sonoma: "8a0d96caf3655adcc53fbf2153e219bfb2ba81ab19d31399b5f016addfaeedaf" - sha256 cellar: :any, arm64_ventura: "9b756019e17326131a1652c6a1491a489a97616b1c08f4ee72456e5ad2003bfe" - sha256 cellar: :any, sonoma: "74443b6d66e5b9094a4ecbb29d1c81fed73c711753314b8fbfa00baf75250b65" - sha256 cellar: :any, ventura: "b5be86d3c40213aed75bfb84b6ec373618bd8570a25f8d428ae3b28d4e4b7472" - sha256 cellar: :any_skip_relocation, arm64_linux: "f4e6edba3e24af826aaf67ce25fe6a7d7f1a7c8498a585aae3d114576dd00cc5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d1c7f3dfa1d74142faa6533a6a626264cb12841c2769175dd06388f306d1f7bf" + sha256 cellar: :any, arm64_sequoia: "e0ff6ca13bd058992bd062e8eb99db7cb0fe2c822024f5f67a18e9bd690400e5" + sha256 cellar: :any, arm64_sonoma: "fbf85ebe679e4ee1b092b9d76d59061a774b5256219189fdcdaccb792941d82c" + sha256 cellar: :any, arm64_ventura: "300591029a93d4defb23e6037257df5b1e7f3164fcbb62fc72ebeeed89955404" + sha256 cellar: :any, sonoma: "0099d9d26493779c1d615cca1653fe1bc6e71a044aba535f7da6b448454504e9" + sha256 cellar: :any, ventura: "234e8f8e776b037a2219ed6a25f8bed78994d86cf24fa0af41cd22f3f0987fc8" + sha256 cellar: :any_skip_relocation, arm64_linux: "71a4494d79ddd9f9583bf78d12dea2a1539b35202f575e277caf61564db66728" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d6509b291dae694d0392c5f53d3b029b942687ccb2e3333dc032408d0eaa260" end depends_on "cmake" => :build From 58b9e01d684eb0f51bbdac1c052c4be93d99ddfd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:42:33 +0000 Subject: [PATCH 07515/10074] terraform-module-versions: update 3.3.12 bottle. --- Formula/t/terraform-module-versions.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terraform-module-versions.rb b/Formula/t/terraform-module-versions.rb index ef3da556b9a16..de9b893f27cf6 100644 --- a/Formula/t/terraform-module-versions.rb +++ b/Formula/t/terraform-module-versions.rb @@ -7,12 +7,12 @@ class TerraformModuleVersions < Formula head "https://github.com/keilerkonzept/terraform-module-versions.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "30efd3f974b11b2a2485bd27ff1d84e022df9e9186436600d3ff3f1d1cf6c050" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30efd3f974b11b2a2485bd27ff1d84e022df9e9186436600d3ff3f1d1cf6c050" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30efd3f974b11b2a2485bd27ff1d84e022df9e9186436600d3ff3f1d1cf6c050" - sha256 cellar: :any_skip_relocation, sonoma: "f4457aa6a640b738a5c3ac987822c98ff9011c9bb9a2db105ae8bd39b9d0e57c" - sha256 cellar: :any_skip_relocation, ventura: "f4457aa6a640b738a5c3ac987822c98ff9011c9bb9a2db105ae8bd39b9d0e57c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d22cd7b027f23b40571fcb3f2828270a6ad31c52f6342fd75bbbb63dd5984f35" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c4617f15006d80c603e3b3b57e6f5dcce8b19b8cda78a10b6709cfa5290a2f1b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4617f15006d80c603e3b3b57e6f5dcce8b19b8cda78a10b6709cfa5290a2f1b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c4617f15006d80c603e3b3b57e6f5dcce8b19b8cda78a10b6709cfa5290a2f1b" + sha256 cellar: :any_skip_relocation, sonoma: "186a2d05ddcf4a40a294bd76ca5fd3b9b9da60e39fd16a4d337d23e690b2d30b" + sha256 cellar: :any_skip_relocation, ventura: "186a2d05ddcf4a40a294bd76ca5fd3b9b9da60e39fd16a4d337d23e690b2d30b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "024bf6479175a7694bd93cd0ef7a118167f63b2377dc6a4cd1534d2c30e75311" end depends_on "go" => :build From a6f6f9f7d3182b8fe3157af023c9044d3aa68f81 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 14:45:35 +0000 Subject: [PATCH 07516/10074] certifi: update 2025.6.15 bottle. --- Formula/c/certifi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/certifi.rb b/Formula/c/certifi.rb index c6ec78ae7948e..323c31b1cdcba 100644 --- a/Formula/c/certifi.rb +++ b/Formula/c/certifi.rb @@ -6,7 +6,7 @@ class Certifi < Formula license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "dcfa5f1e36c7a81a60eed0accdde0afe0f37be1af5021a2aa4493735d78a6d40" + sha256 cellar: :any_skip_relocation, all: "3b1caaeadc51017a1030d7a9a77b6c69bdbbea8c273e9ee01a3e3b79ac6350d1" end depends_on "python@3.12" => [:build, :test] From 7d9b22ad3c7fd7df8766793a0dbb7ee859674882 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:47:11 +0000 Subject: [PATCH 07517/10074] snyk-cli: update 1.1297.2 bottle. --- Formula/s/snyk-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snyk-cli.rb b/Formula/s/snyk-cli.rb index 6f14b9368e37f..4e9b02b2c9a1c 100644 --- a/Formula/s/snyk-cli.rb +++ b/Formula/s/snyk-cli.rb @@ -6,13 +6,13 @@ class SnykCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "880af6a59c80099ddd69ce6c256a46c66a676a3da2b54f5f30983fdeae486c32" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "880af6a59c80099ddd69ce6c256a46c66a676a3da2b54f5f30983fdeae486c32" - sha256 cellar: :any_skip_relocation, arm64_ventura: "880af6a59c80099ddd69ce6c256a46c66a676a3da2b54f5f30983fdeae486c32" - sha256 cellar: :any_skip_relocation, sonoma: "7ed2332c274689a03c908c6fe5883ed81977d4066a1b25da0144c55c6d358f09" - sha256 cellar: :any_skip_relocation, ventura: "7ed2332c274689a03c908c6fe5883ed81977d4066a1b25da0144c55c6d358f09" - sha256 cellar: :any_skip_relocation, arm64_linux: "bde11460cfbface8f236405058a148c4fa73c1d3c10b5c684ec076075db20ed7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f46595927044631a68bc16fab4fe406b4723e994eb54ca1408979518e651712b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "692747b95b6b9881b5e60f642ebc966fc836bf160dee2597da19f136847655a7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "692747b95b6b9881b5e60f642ebc966fc836bf160dee2597da19f136847655a7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "692747b95b6b9881b5e60f642ebc966fc836bf160dee2597da19f136847655a7" + sha256 cellar: :any_skip_relocation, sonoma: "ee3a14545c552e321b539f523fd01f0b58113ee6fa5f1eb595720a1f7cfe7209" + sha256 cellar: :any_skip_relocation, ventura: "ee3a14545c552e321b539f523fd01f0b58113ee6fa5f1eb595720a1f7cfe7209" + sha256 cellar: :any_skip_relocation, arm64_linux: "87dca87a4109802f4838fbf07273598b3f88663ac251856f097efa6276191d7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc9958bac9e79d3b7ebdb3d917e0929f8868ae2877b5646b6dce3a0e65a59102" end depends_on "node" From 8de857cfe4d00257d7375efb4638ff3b0b396fb0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 14:47:41 +0000 Subject: [PATCH 07518/10074] python@3.13: update 3.13.5 bottle. --- Formula/p/python@3.13.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/p/python@3.13.rb b/Formula/p/python@3.13.rb index eda1983625676..51dab62577d53 100644 --- a/Formula/p/python@3.13.rb +++ b/Formula/p/python@3.13.rb @@ -13,14 +13,15 @@ class PythonAT313 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "969e945c1395d108d37bfac36b97362af0f178a2d8bd1d50c78dee513641d790" - sha256 arm64_sonoma: "127b07661e52959bda9f83bfc06842d716ba14d5e9392a9e57c8b45ab02cb88e" - sha256 arm64_ventura: "cfa5b86eb3af3de8a9f8d888594782c47f4100aaf89c6fca0ca7b5bba3274e50" - sha256 sequoia: "ec5409ff39fd160ba5e20b0116563a45e97efaeb78b069b086b073147dcc76bc" - sha256 sonoma: "5f3cbf44236f40b2606d1b51697a1096746e40ab932b1e4490857339bf2d0409" - sha256 ventura: "9a8ce602a47de2c8211b6b4d7966ffb0187e6fcadc02efce4c66c88ef1c98c40" - sha256 arm64_linux: "706afae0bbbf9c29474a4f8e408fdf880245021dafa603fdbab9d9529f4d6252" - sha256 x86_64_linux: "2ba66dd4896497954b0bb6e83fabd03680f15a505b4113d6a8f3fdc5d612be58" + rebuild 1 + sha256 arm64_sequoia: "7bd6e87235b8bf2d4cf4835a5ddbd49cc7cee08d14ab2465ef24c34290a63a8e" + sha256 arm64_sonoma: "c879de56d1a234d03739cf526cecbb0673f3771d7f4c40d0d764edcb0a6eeab0" + sha256 arm64_ventura: "16a255eedff03379cc2e7d85173cd755ecc6071c3ded2d296d4cbeaa378682a9" + sha256 sequoia: "60d51cebd864b7b7f60c20533e4a86707fc5a9fd7d6235a3f705fedcae372792" + sha256 sonoma: "bb3eeaefaa9df64e055fc88eec7672c044e35569a4ca8e8f9affcb3779a4f4b9" + sha256 ventura: "de1f3fd0c023711c72acbe737f475d10ad9dc65038f35b207c4fb3178df7d456" + sha256 arm64_linux: "ca4d8f6523c6fdfc7cb56571d1d4222bf8902c3938c436b58d71a05662e54b9b" + sha256 x86_64_linux: "23885628da95ae6a51e56e231216927982b35e2a228fae8d1a64be93b7c231b8" end depends_on "pkgconf" => :build From bfbe09663f91c88f70325ffcd1b3b4e544c1a3b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:48:26 +0000 Subject: [PATCH 07519/10074] lychee: update 0.19.1 bottle. --- Formula/l/lychee.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lychee.rb b/Formula/l/lychee.rb index 715a60f98ad47..92ec6032a0132 100644 --- a/Formula/l/lychee.rb +++ b/Formula/l/lychee.rb @@ -7,13 +7,13 @@ class Lychee < Formula head "https://github.com/lycheeverse/lychee.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "5de9c25c3b94fdb0f2229899ee5403f88f6293601f733eae2baf4230df271040" - sha256 cellar: :any, arm64_sonoma: "82b0d561aef5ecf91651cbf2e5a3186ca5e4bf7c8ee00e3eac62c327dcf76118" - sha256 cellar: :any, arm64_ventura: "95af6b974a08e9fd11c8266c05fea941d28ac06cdf91849db2f00b08b3289658" - sha256 cellar: :any, sonoma: "5d12b139dc0aedd758a53743eafc35d2248eb76ba0ba6b4ced5efd7622ab7599" - sha256 cellar: :any, ventura: "9aa3f8e53d83addc09b4abd2f0feb3e0affc2ffb24fc2a28ea4741e5359d3faf" - sha256 cellar: :any_skip_relocation, arm64_linux: "eccb57bbf09e609fae04e02a5bb94b468f76b2cec9c017740ec647a33443ec7b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b54730bcbdc1f59213a921973887240c7d3a525bfb2e3ef52fae27e840fc832c" + sha256 cellar: :any, arm64_sequoia: "970aec35716171913158942a0590fb6f75b6d120702b302571394f74faa0a65f" + sha256 cellar: :any, arm64_sonoma: "762de5cedde9fdc4588acd55208f91860744edc16a8e9172e6d786f54490d847" + sha256 cellar: :any, arm64_ventura: "628057514e1f65c396eddc837b770e4fc8f427f8d0ef68ee6dabd34aeae5ac8f" + sha256 cellar: :any, sonoma: "8dacdc755b5ad974ed1880356afd6f9501c7cf9c306af6c5db1128fb838426ce" + sha256 cellar: :any, ventura: "b7c4bc0662db2483f84e840a5f8ec7f9d28529ff51788dbe5486b22ee1d6d0a8" + sha256 cellar: :any_skip_relocation, arm64_linux: "2f4223d1e8d22087a3cbd29c41e02d5d03de1887384606734ffe6cd676d95925" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3759ef3e9b38c1785ef999e25ab22bb84ccefd5b65b27ea3ba37f851bb63e893" end depends_on "pkgconf" => :build From 9080edb7530c7c306609dc5ec541092789070fdc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:50:47 +0000 Subject: [PATCH 07520/10074] vercel-cli: update 43.2.0 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index bdd53ec51d5bd..78427328dd03e 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a21655cf1c35ae5d52348b276a6d9d5c7e7755aa6884785b982174980e14747" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a21655cf1c35ae5d52348b276a6d9d5c7e7755aa6884785b982174980e14747" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a21655cf1c35ae5d52348b276a6d9d5c7e7755aa6884785b982174980e14747" - sha256 cellar: :any_skip_relocation, sonoma: "46543cc843ced33752966aa7c390e95eea94c7f97ca692a945a4d2070448dd8c" - sha256 cellar: :any_skip_relocation, ventura: "46543cc843ced33752966aa7c390e95eea94c7f97ca692a945a4d2070448dd8c" - sha256 cellar: :any_skip_relocation, arm64_linux: "3fdbf2e756eaf887db5149ca8406dfc7b7afa576f33f69e9070074d64b69fa9e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0bf704b94945eeb9c057510cdcf16fc1dae453677e6567d764510456d30eb564" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e0d37be376a08d7047f30271e8dd95b636259997a541f5634c04edab7b4a093" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e0d37be376a08d7047f30271e8dd95b636259997a541f5634c04edab7b4a093" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6e0d37be376a08d7047f30271e8dd95b636259997a541f5634c04edab7b4a093" + sha256 cellar: :any_skip_relocation, sonoma: "9be46dfb1b5d67a4bb0c66c04e0603b59d03f9ebd28f687ab0b3b40f52343aa0" + sha256 cellar: :any_skip_relocation, ventura: "9be46dfb1b5d67a4bb0c66c04e0603b59d03f9ebd28f687ab0b3b40f52343aa0" + sha256 cellar: :any_skip_relocation, arm64_linux: "11f619e308f7e49153f1065bf3ad0fe5741547f25bd1b971f360c68d78b3c382" + sha256 cellar: :any_skip_relocation, x86_64_linux: "90a9b56eebded9e3a9c6e25e1bf0dff4188f097d423b77ccade60f8fe61b08ee" end depends_on "node" From b3a051a0ff30b7ee53e72d66d839bd645a0af216 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:52:38 +0000 Subject: [PATCH 07521/10074] pixi: update 0.48.2 bottle. --- Formula/p/pixi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index 5403c2226ade9..82783d84217c0 100644 --- a/Formula/p/pixi.rb +++ b/Formula/p/pixi.rb @@ -15,13 +15,13 @@ class Pixi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "76b4a7dbf3e0d78027e04fb5f069311ffa9ac24200133f31cf431de389dd12e4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "71f4eac89039a14cffa7ac560d03e2280dbd6ac6d42db7f52f9411a3e7781367" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ebb573c26fec48be622f1c8fb24d8347447c0f75529dd88fff5b842a8a59af38" - sha256 cellar: :any_skip_relocation, sonoma: "9991c6b3f78ab20abe5e8816aa27248fa29fcaf36e6687d92dbab155e636c8a4" - sha256 cellar: :any_skip_relocation, ventura: "8f8a0b3afe66ddcdfba1c011019601168adf85e5c27080444210aa56dee0d33f" - sha256 cellar: :any_skip_relocation, arm64_linux: "5a20e7a8ae69d2c37d59ed0c0f96ef9f8288f7226d2f9911048f193738d190d8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8f78138907bf8a82ad4d87016d682bc464bca594dc07d4dbab464364002e3194" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dda9feacc96373589268ae8d2856cc50fe8ad03d216ff5c54a5d7f84a4d4b585" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b25992562cef8131863d42e9157945d773ec22767532d5acb5e8cd5a1ebd3f0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dfe2958a2d2bcbc20236bc3481e7417cdde8cc91ffafdb3d3ee983c13a4cdc54" + sha256 cellar: :any_skip_relocation, sonoma: "9b22646381e7a082f0175f984e9c182112f7aec8384cce5b00f05c8c545741ba" + sha256 cellar: :any_skip_relocation, ventura: "dbae3ad35ca6ed9fba21c10af14f7313bbcf83e93a1e470cde352d1c8e413596" + sha256 cellar: :any_skip_relocation, arm64_linux: "832a8d7979f9d88a89fcce030b63db7df7aa183e793d8ad5b95dd1d9027af22c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dce18360f2f08a68ff31a95ade81deff1ba1e736aac7f2d084de43b52ebc932f" end depends_on "cmake" => :build From cffc4fb24b31eed4b858215ddbc446c2bcf4ed27 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:55:12 +0000 Subject: [PATCH 07522/10074] xmrig: update 6.23.0 bottle. --- Formula/x/xmrig.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xmrig.rb b/Formula/x/xmrig.rb index 5bf17c5cec17c..115593f7e7932 100644 --- a/Formula/x/xmrig.rb +++ b/Formula/x/xmrig.rb @@ -12,13 +12,13 @@ class Xmrig < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "a7e8e14e3c1577daa9de513b955d588bdc59af63c034c0be1a3cf77631ca9991" - sha256 cellar: :any, arm64_sonoma: "6c0db3baaec85fe3c89794236299c9292cfbac00427cf663510749937b91a213" - sha256 cellar: :any, arm64_ventura: "83959682fc5cb01b1e707b532454fea020f5244630ef43b84104ec0c4fdbc377" - sha256 cellar: :any, sonoma: "f1252db2b56cda7eb054e1dadc38bd645807b163db2e76e456c9c6ab52150ae5" - sha256 cellar: :any, ventura: "ef6bf16ce76503d54cb3629e93cc7138888121d91e207871de124cb79caf9422" - sha256 cellar: :any_skip_relocation, arm64_linux: "c6ab9049c13e556cd0377337bd0fe48f4f4ca6608c46535e28e631114e7d904e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2bccfcba97b9f29f987dd25dbaec8db700309ba7924401c246f2c53a8064cb55" + sha256 cellar: :any, arm64_sequoia: "7aebcfb6cadf35ffe4eac92bffbfccedce5d67b5edb2c03d11dc8a8e19e7510a" + sha256 cellar: :any, arm64_sonoma: "40a24c42e809a8763a08da603a8aa6fdbc0e97dbac1ecd278ddbd7c790a92aaf" + sha256 cellar: :any, arm64_ventura: "81bf509f30ba8e1d0d50920d25c8c32b384ab9b7d0c3fcd7eefa04aed1759023" + sha256 cellar: :any, sonoma: "f5013280fc516570dd3ac1eba3179df6adaa1addce30157f5510f8d1a7520ad5" + sha256 cellar: :any, ventura: "360b222904234396f2e6507e5fe6c1d7626e7232b84f09fd62c6343c8ce07f34" + sha256 cellar: :any_skip_relocation, arm64_linux: "65e8ad8887418e33e2afb5460bfc3ab616b8428c6997565727168a9a11558697" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f64e36541bd88460a922920ab032240082d89ed8512a9f3799bd9f288545dffc" end depends_on "cmake" => :build From e14a5e6bbbec690bbfc35eb46f6c45e5b399473f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:02:42 +0000 Subject: [PATCH 07523/10074] cdxgen: update 11.4.0 bottle. --- Formula/c/cdxgen.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cdxgen.rb b/Formula/c/cdxgen.rb index 0342bebd713d2..44c77f19d83cb 100644 --- a/Formula/c/cdxgen.rb +++ b/Formula/c/cdxgen.rb @@ -6,12 +6,12 @@ class Cdxgen < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "6c05217049db3ff3785af156040dc9e17e4af6472929f38ad726ce2a54de12bd" - sha256 cellar: :any, arm64_sonoma: "57f15e904b8a807d80c6101f2d3777da33d21a36c5ebcc59a5c410fa149c2842" - sha256 cellar: :any, arm64_ventura: "c4af1b65d147473fb5fe48dabd138d7082e5f8958471c1001603da7354a97b80" - sha256 cellar: :any, ventura: "7b2e5fd96acc3a682ca21f63c9db04cb73ece49636c92f7c5de9300464ba87ed" - sha256 cellar: :any_skip_relocation, arm64_linux: "590b2ef89d2bc32bbdc288a7cc762530b117b88f01e00961f2f4b988be60d46c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04ff19e159db39984d45f35227b862f1ad156c46891578cb5a3d158d0bd4c73b" + sha256 cellar: :any, arm64_sequoia: "b06ddc4473da0d563cc4bf6d9c3adc8c4a4d89bdb0cb577b78ab86542915ab93" + sha256 cellar: :any, arm64_sonoma: "3d82800f628a248bb5bce2ee74cab716058d4e0fc3fde85bfc8093f02db3ae9a" + sha256 cellar: :any, arm64_ventura: "410476c106a60cdf308db169c661010d3475abd54ab3e1bddacd85c9b25bd2a4" + sha256 cellar: :any, ventura: "03a356e415932a106c93c6a13ad508f6b3ad82a59fd9ad23aa6a62b8d08f5d9c" + sha256 cellar: :any_skip_relocation, arm64_linux: "6dc5941847a1eaa12ca04b62f1fa02aa641e96c74d4eb1bd4d73d3492c04bb2e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3020b30bf69bd64f61a76ba42e9a454203095e1b6f97444036c0975c32953eb9" end depends_on "dotnet" # for dosai From aaaf219c065ad1259302793c0093e17e51238e67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:03:38 +0000 Subject: [PATCH 07524/10074] osv-scanner: update 2.0.3 bottle. --- Formula/o/osv-scanner.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/osv-scanner.rb b/Formula/o/osv-scanner.rb index 968e87bd13820..990d5d4892577 100644 --- a/Formula/o/osv-scanner.rb +++ b/Formula/o/osv-scanner.rb @@ -7,12 +7,12 @@ class OsvScanner < Formula head "https://github.com/google/osv-scanner.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c3c1f4261ecf813b1110603f51d6b366e45942e0f507ecd7a2d9e5330d6127b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c3c1f4261ecf813b1110603f51d6b366e45942e0f507ecd7a2d9e5330d6127b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1c3c1f4261ecf813b1110603f51d6b366e45942e0f507ecd7a2d9e5330d6127b" - sha256 cellar: :any_skip_relocation, sonoma: "3fc1f27d4999f3fe9cf2ca8d878d32b2b8054744be8d2781afece1868953446f" - sha256 cellar: :any_skip_relocation, ventura: "3fc1f27d4999f3fe9cf2ca8d878d32b2b8054744be8d2781afece1868953446f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "02a02d4253a8de9c56969ea49d09bfd04e53e1d632ecb4c3aa5d3c745e786515" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7700bde0533f8519dbf8d8e33f09762af242201abd98e7d3d72da5ac5291913" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7700bde0533f8519dbf8d8e33f09762af242201abd98e7d3d72da5ac5291913" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c7700bde0533f8519dbf8d8e33f09762af242201abd98e7d3d72da5ac5291913" + sha256 cellar: :any_skip_relocation, sonoma: "9d213019a515a4fdee7972c076a6648fb747ddefb1b2a7f2399c058e20ff361e" + sha256 cellar: :any_skip_relocation, ventura: "9d213019a515a4fdee7972c076a6648fb747ddefb1b2a7f2399c058e20ff361e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "52010343340ba0f19fbf552bf6e2044748cfcc71c78653067a76429ddc2ad526" end depends_on "go" => [:build, :test] From 21c167b80322ae7a6244f46a662db064baf590d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:21:01 +0000 Subject: [PATCH 07525/10074] rav1e: update 0.8.1 bottle. --- Formula/r/rav1e.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rav1e.rb b/Formula/r/rav1e.rb index 27385ec51c44f..e5b0a907dd66c 100644 --- a/Formula/r/rav1e.rb +++ b/Formula/r/rav1e.rb @@ -12,13 +12,13 @@ class Rav1e < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "418639465dc358883b2855811433ec6a74f5ae7ff45ef20701afcccda4a2b1a9" - sha256 cellar: :any, arm64_sonoma: "e8e6cc2235e8c4cd8e53a20c8a53314b8de22551d876b730eccb0531d788aa07" - sha256 cellar: :any, arm64_ventura: "770faad426e3056b3527b135165cc81862b8cbe598e9c50606455e974dacfc6f" - sha256 cellar: :any, sonoma: "13a955da9cea55b1350ad3e1ba8c59eb4b10c781881228d243b8fa443156e10c" - sha256 cellar: :any, ventura: "26c11b1ebf71c587585925538e0138f5cf33405e96ffaf66506d695374c17f7b" - sha256 cellar: :any_skip_relocation, arm64_linux: "65e9eeace72c7630aad3bb366cd6fd58a1a73af7d94109915249a1ba02a4e2a2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04d05384401af34ea7317d5ee4b195421f6e28372dd616733a1b48d7e002335e" + sha256 cellar: :any, arm64_sequoia: "61118a13d9f434197f16808350136c7aafc898526937e3ce2917566e77c2672b" + sha256 cellar: :any, arm64_sonoma: "d7f57daaf463e8a261e3f2eee9190c2580b3f29c2ab4ea1b6fbab085bc6c167c" + sha256 cellar: :any, arm64_ventura: "9b2e4642fa874e1963150309940c638affaac512d2b02594f27b320d89244465" + sha256 cellar: :any, sonoma: "9257e1d8cfbeceb7c20c8605281fb69781e6897b7e226a7b93d60c0ea57ad508" + sha256 cellar: :any, ventura: "5903af836d3c0b3101af86df8463a51616f9a891a9b382838249408f9e7eea3d" + sha256 cellar: :any_skip_relocation, arm64_linux: "3876806872747aa7ef41b4091ea601992793169ab3c6eb74fd4b1af05c4b46ae" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1ba1d0927e415f2b24fda342ac7f3ef25f99a060e6c68bd929d147da8ea6a92" end depends_on "cargo-c" => :build From 118b0a688b55e50ac2c746446c707ba9b94c68da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:20:37 +0000 Subject: [PATCH 07526/10074] visidata 3.2 visidata: add missing requirements.txt Signed-off-by: Rui Chen --- Formula/v/visidata.rb | 85 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 75 insertions(+), 10 deletions(-) diff --git a/Formula/v/visidata.rb b/Formula/v/visidata.rb index d842bf8fd66b4..22563e405fa24 100644 --- a/Formula/v/visidata.rb +++ b/Formula/v/visidata.rb @@ -3,8 +3,8 @@ class Visidata < Formula desc "Terminal spreadsheet multitool for discovering and arranging data" homepage "https://www.visidata.org/" - url "https://files.pythonhosted.org/packages/6c/41/b026336b7075a2c8461c1ba0dfffd456902f736722f4a016f21fee1e6d7c/visidata-3.1.1.tar.gz" - sha256 "8c4484158f0851e4887e595542bd65bdd991de9c20652b442b3fd9742ce8b031" + url "https://files.pythonhosted.org/packages/06/5a/40f0546a4a2525b30df9d157719cb072b390fde4dc8e5cff06d5b8605871/visidata-3.2.tar.gz" + sha256 "7a81ea28beefd8681bca573a056f9184c244ba79dc184a764cd8cf26919113e2" license "GPL-3.0-or-later" bottle do @@ -19,11 +19,6 @@ class Visidata < Formula depends_on "python@3.13" - resource "importlib-metadata" do - url "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz" - sha256 "310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580" - end - resource "python-dateutil" do url "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz" sha256 "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" @@ -34,11 +29,14 @@ class Visidata < Formula sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end - resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + resource "standard-mailcap" do + url "https://files.pythonhosted.org/packages/53/e8/672bd621c146b89667a2bfaa58a1384db13cdd62bb7722ddb8d672bf7a75/standard_mailcap-3.13.0.tar.gz" + sha256 "19ed7955dbeaccb35e8bb05b2b5443ce55c1f932a8cbe7a5c13d42f9db4f499a" end + # add missing requirements.txt, upstream pr ref, https://github.com/saulpw/visidata/pull/2789 + patch :DATA + def install virtualenv_install_with_resources @@ -59,3 +57,70 @@ def install assert_match "age", shell_output("#{bin}/vd -b -f csv test.csv") end end + +__END__ +diff --git a/requirements.txt b/requirements.txt +new file mode 100644 +index 0000000..c157c88 +--- /dev/null ++++ b/requirements.txt +@@ -0,0 +1,59 @@ ++python-dateutil # date type ++ ++# optional dependencies ++pandas>=1.5.3; python_version >= '3.11' # dta (Stata) ++pandas>=1.0.5; python_version < '3.11' # dta (Stata) ++requests # http ++lxml # html/xml ++openpyxl>= 2.4 # xlsx ++xlrd # xls ++xlwt # xls ++h5py # hdf5 ++psycopg2-binary # postgres ++boto3 # rds ++pyshp # shapefiles ++mapbox-vector-tile # mbtiles ++pypng # png ++fonttools # ttf/otf ++sas7bdat # sas7bdat (SAS) ++xport>=3 # xpt (SAS) ++PyYAML>=5.1 # yaml/yml ++dpkt # pcap ++dnslib # pcap ++namestand # graphviz ++datapackage # frictionless .json ++pdfminer.six # pdf ++tabula # pdf tables ++vobject # vcf ++tabulate # tabulate saver ++wcwidth # tabulate saver with unicode ++zstandard # read .zst files ++odfpy # ods (OpenDocument) ++urllib3 # .zip over http ++pyarrow>=14.0.1; python_version >= '3.8' # arrow arrows parquet (Apache Arrow) ++pyarrow_hotfix; python_version <= '3.7' # pyarrow security patch ++pyarrow; python_version <= '3.7' ++seaborn # plot via seaborn ++matplotlib # svg saver ++sh # ping ++psutil # procmgr ++numpy # npy pandas hdf5 arrow ++tomli; python_version < '3.11' # toml ++pyconll # conll/conllu ++backports.zoneinfo; python_version < '3.9' #f5log ++msgpack # msgpack ++brotli # msgpackz ++fecfile # fec Federal Election Commission ++ ++requests_cache # scraper ++beautifulsoup4 # scraper ++ ++Faker # fake data generation ++ ++praw # reddit API ++matrix_client # matrix API ++zulip # zulip API ++pyairtable # airtable API ++ ++-e git+https://github.com/saulpw/pyxlsb.git@visidata#egg=pyxlsb # xlsb ++-e git+https://github.com/anjakefala/savReaderWriter#egg=savReaderWriter # sav (SPSS) From 67b740ff1c6b8721cbd60cbab2607a56c22d0c65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:26:04 +0000 Subject: [PATCH 07527/10074] flint: update 3.3.1 bottle. --- Formula/f/flint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flint.rb b/Formula/f/flint.rb index a327de742d874..96f3a026ff74c 100644 --- a/Formula/f/flint.rb +++ b/Formula/f/flint.rb @@ -12,13 +12,13 @@ class Flint < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4343db1e506cf7681b89d9fcc9230816cd4d7bf2de0d785d6d7391bb74b5ef80" - sha256 cellar: :any, arm64_sonoma: "18ddb9646c0378d703abe8421ff1de28fc818843274976d1c54e23b938d35945" - sha256 cellar: :any, arm64_ventura: "8f6311ab790eb9d0de362a7fa648cef527f0f70b415cfb03874cddb4f5cc3f45" - sha256 cellar: :any, sonoma: "f78a8b4f5b0ff5fc9161239acf9d103b07dc2ab59a59cac8f0c25576892f9a42" - sha256 cellar: :any, ventura: "d25eb9965d322ab870062cc56e89fc13681ade1e36c6f611788bf8d90d32b2fa" - sha256 cellar: :any_skip_relocation, arm64_linux: "daa13f6bf91f9ae87934c0e2b2ceec695793919fe14201f063850b09b9446768" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d247954807d7b273e126f655b68a5c1146f2888ad7e99b7b2df214f3a5ea0534" + sha256 cellar: :any, arm64_sequoia: "0c8d15e07812156084dc351ec75c591cb62cb3bc0d3e1346a5615155c2e5568f" + sha256 cellar: :any, arm64_sonoma: "80ef75040da0d978d53f888ed1011c2d6278d8e821571572f6f8ee145d226eca" + sha256 cellar: :any, arm64_ventura: "a81860f596d94ddb5d9731cc251537c2386bb1b9471088e7afecf05f06f013ac" + sha256 cellar: :any, sonoma: "a929163ba8b7fc9e6bcb183dfa81afb4647eaeaae801f59ab7a201bda542995e" + sha256 cellar: :any, ventura: "510bae88de0f0c6c96d562a0989fe3ad73b85676a2b1970a9563b11d59ce214a" + sha256 cellar: :any_skip_relocation, arm64_linux: "c83a16e962df0ed027021820c452b2283fda7df7d009e0c6763ddba8c46ce5e8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b54f682a717039279cb49e7fbfc82ff462861de03668146458afd18438b769f6" end head do From d8f6b087fdc1cf72a36f030f9deadd8d53ed0d21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:26:05 +0000 Subject: [PATCH 07528/10074] singular: update 4.4.1_1 bottle. --- Formula/s/singular.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/s/singular.rb b/Formula/s/singular.rb index ab951a3e0dd34..2e53aef1f0e54 100644 --- a/Formula/s/singular.rb +++ b/Formula/s/singular.rb @@ -36,14 +36,13 @@ class Singular < Formula end bottle do - rebuild 1 - sha256 arm64_sequoia: "896fbb9eef9f94af1eaf50f0b9aa74349fa09c4af793afb5750191528d8abd2a" - sha256 arm64_sonoma: "f5af6764654d8eb0bc0d37ad92eb4604d89d0d6948b567207305a97b06131a9a" - sha256 arm64_ventura: "25dbec84237a3a91179bb8821cc467380db5e9a6afb0c527c1892df8e7cc953b" - sha256 sonoma: "fa44347fa78090b4159d95f152c2c1b44e139543366733e8999a7b7550a0993d" - sha256 ventura: "45495c62336592f855eb8ce7a6bfe65317d3ebb09ef283e7a44a7b514e43d2bc" - sha256 arm64_linux: "1c40c1d54986a5fe26d7b9be4c6ad059b910afb0289c145e4373c895526d74c4" - sha256 x86_64_linux: "6648ecbf457333344ef6c772f27c9dc60e54deff011f4c211ddb5b3a1fa9dcfd" + sha256 arm64_sequoia: "daacbe0d407001d52147723bfaa68feb38f27f0b1c8c86373106143159fd79af" + sha256 arm64_sonoma: "c02ff09d8816a0da6554d0fd67cfc6764b1f6cbd6c3dff592b88d21af5e59839" + sha256 arm64_ventura: "3bebb4411eb54cbab9e97ac5c0b9f871efda6ed37d5ad7374f3906f8b7d530f3" + sha256 sonoma: "188921e618c513bbcde4dd6174c81ebcb53f9d5797e4aff95319920bf7a765a7" + sha256 ventura: "839afec0544c7d76484106c12afcee8c79a70217acd43e57e466b6c9be750238" + sha256 arm64_linux: "2a23bb5ae1c9c0a0280a6fa439b0558d5465d22f6f1a71114b698ed762f2db9d" + sha256 x86_64_linux: "06ef152eaa390a447b599cc3f84f3340e9b403a186232afc76214cb8ff4fa9c0" end head do From 9d6de7144b3e32d8a47e7279cbdefa94789e398e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:26:05 +0000 Subject: [PATCH 07529/10074] symengine: update 0.14.0_3 bottle. --- Formula/s/symengine.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/symengine.rb b/Formula/s/symengine.rb index 3674353d56de8..5863c681f539c 100644 --- a/Formula/s/symengine.rb +++ b/Formula/s/symengine.rb @@ -7,13 +7,13 @@ class Symengine < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "df79e834fa3f34d24c03f89e336595fca313ac465697889dfaf8ed5d91d16dbf" - sha256 cellar: :any, arm64_sonoma: "e0662a8972639a72264fd3cc2d199e0b59a26f1b20675cb11082dd1b12ecf7ef" - sha256 cellar: :any, arm64_ventura: "d380c1be286bcbfd0fe734a4b010d7235fe222cecaa925f55d08375844eb9e34" - sha256 cellar: :any, sonoma: "4e828156687bd21078763f13285a5198c6218ec4e0a8c9191d1ef93a32e5aca6" - sha256 cellar: :any, ventura: "ca02e12f3aa8b4a5a5dd312bd5d6270e690266c428f5b437ffbd657cb6b36f76" - sha256 cellar: :any_skip_relocation, arm64_linux: "1834d391bd9a7c56eeae26907398710c6b86ef8dd319dd3996ee0d66939185c4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e2542390b8ccd99af6c5957c75fd75e26908af774efcf59fe671b3bd7c1aa947" + sha256 cellar: :any, arm64_sequoia: "b413d0e962039cc33ce647e56b64d1e14e0485e9fb03aa9bb05c2a8815f2c77c" + sha256 cellar: :any, arm64_sonoma: "6cdebd7e58b3e36fd42c103b87205f01fa93b742dd6e9897c8395a8e4d4ab437" + sha256 cellar: :any, arm64_ventura: "d7de7b5eaf7484feb69e980f635ca61f6122d08b7781f1e3a56fa61a25629147" + sha256 cellar: :any, sonoma: "c7029b46e1429bbb2a98812b47f4f6eb5f604b3fb6c660528b2d33ae536cd22c" + sha256 cellar: :any, ventura: "b4245f31edad7985f00376184b29ce8a724ffa572dc6fbc631474783e6831a8c" + sha256 cellar: :any_skip_relocation, arm64_linux: "683c421da7e1cd253c511bf8264c315a316ea55416c1b5ea2db0416337bab99c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08e4246b2c2aaf4cfc1924ffde3e4c4e4f787fdd72306d6eda1b0b922c213d39" end depends_on "cereal" => :build From fdf1d4e700795c2668be9c1f12caa4e31955affb Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 16 Jun 2025 08:42:40 -0700 Subject: [PATCH 07530/10074] automerge: block automerge with 'maintainer feedback` label Signed-off-by: Patrick Linnane --- .github/workflows/automerge.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 79f6199ff811a..20ed251fcd708 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -65,9 +65,10 @@ jobs: publishable=true while IFS='' read -r label do - if [[ "$label" = "automerge-skip" ]] || - [[ "$label" = "pre-release" ]] || - [[ "$label" = "CI-published-bottle-commits" ]] + if [[ "$label" = "CI-published-bottle-commits" ]] || + [[ "$label" = "automerge-skip" ]] || + [[ "$label" = "maintainer feedback" ]] || + [[ "$label" = "pre-release" ]] then publishable=false break From 0b5e90f13b622abf9debd3298e9cc3d07db7b612 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:52:56 +0000 Subject: [PATCH 07531/10074] addons-linter 7.15.0 --- Formula/a/addons-linter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/addons-linter.rb b/Formula/a/addons-linter.rb index 00cef9d8f5ee9..4e3df6db67bf5 100644 --- a/Formula/a/addons-linter.rb +++ b/Formula/a/addons-linter.rb @@ -1,8 +1,8 @@ class AddonsLinter < Formula desc "Firefox Add-ons linter, written in JavaScript" homepage "https://github.com/mozilla/addons-linter" - url "https://registry.npmjs.org/addons-linter/-/addons-linter-7.14.0.tgz" - sha256 "93b191e58f93af87ad69d87435119ec2e69e9fb6a52c6cf9befcb23462134ca6" + url "https://registry.npmjs.org/addons-linter/-/addons-linter-7.15.0.tgz" + sha256 "1db441516017f2dc9d5f626211f41e935ba2f21a8a77fbe08e752e7ea1f9e8bb" license "MPL-2.0" bottle do From 95d347b56105e662ab7b988750839da3869c28f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:56:23 +0000 Subject: [PATCH 07532/10074] buffrs 0.11.0 --- Formula/b/buffrs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/buffrs.rb b/Formula/b/buffrs.rb index 79bcba7dcbbba..3f55a0dad5300 100644 --- a/Formula/b/buffrs.rb +++ b/Formula/b/buffrs.rb @@ -1,8 +1,8 @@ class Buffrs < Formula desc "Modern protobuf package management" homepage "https://github.com/helsing-ai/buffrs" - url "https://github.com/helsing-ai/buffrs/archive/refs/tags/v0.10.0.tar.gz" - sha256 "984d2097529ca9cdb24c6553cf55e1001275864462dd06a8de4f338c339a0fff" + url "https://github.com/helsing-ai/buffrs/archive/refs/tags/v0.11.0.tar.gz" + sha256 "c52b04ef9d7919d19d9c3fd6312091f0000a65097e55c45c6f9f3ab5d2d3369c" license "Apache-2.0" head "https://github.com/helsing-ai/buffrs.git", branch: "main" From 2d48dae3cd0d9184f6634dab60bdba0e52cf0f5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:57:25 +0000 Subject: [PATCH 07533/10074] cask 0.9.1 --- Formula/c/cask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cask.rb b/Formula/c/cask.rb index 8f3855aed11c6..12170549c6aa9 100644 --- a/Formula/c/cask.rb +++ b/Formula/c/cask.rb @@ -1,8 +1,8 @@ class Cask < Formula desc "Emacs dependency management" homepage "https://cask.readthedocs.io/" - url "https://github.com/cask/cask/archive/refs/tags/v0.9.0.tar.gz" - sha256 "5db17efe3a91d36f457e70f097cba5ed5de505971894bf2ec839c38d8c2dd120" + url "https://github.com/cask/cask/archive/refs/tags/v0.9.1.tar.gz" + sha256 "755e71b7291678787afd497e34724004459add3e438d367e83891080f6d545a3" license "GPL-3.0-or-later" head "https://github.com/cask/cask.git", branch: "master" From 90e838e541dd10bfbda0a0237f3f125c9eeb240f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:57:40 +0000 Subject: [PATCH 07534/10074] cctz 2.5 --- Formula/c/cctz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cctz.rb b/Formula/c/cctz.rb index 2bf10783afa29..7b927e6928747 100644 --- a/Formula/c/cctz.rb +++ b/Formula/c/cctz.rb @@ -1,8 +1,8 @@ class Cctz < Formula desc "C++ library for translating between absolute and civil times" homepage "https://github.com/google/cctz" - url "https://github.com/google/cctz/archive/refs/tags/v2.4.tar.gz" - sha256 "e1a00957d472044808a24a26f1ba020f36dc26949a69c214562d96b74093adb3" + url "https://github.com/google/cctz/archive/refs/tags/v2.5.tar.gz" + sha256 "47d2d68e7cb5af3296dc7e69b0f4a765589f1b2f4af4b9c42e772414c428b421" license "Apache-2.0" bottle do From 8e5c3df5553386f03f692c54f5c8b8ccb605578f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:59:05 +0000 Subject: [PATCH 07535/10074] checkbashisms 2.25.15 --- Formula/c/checkbashisms.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/checkbashisms.rb b/Formula/c/checkbashisms.rb index 28cca90049cbc..49f407f59265c 100644 --- a/Formula/c/checkbashisms.rb +++ b/Formula/c/checkbashisms.rb @@ -1,8 +1,8 @@ class Checkbashisms < Formula desc "Checks for bashisms in shell scripts" homepage "https://launchpad.net/ubuntu/+source/devscripts/" - url "https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.25.14.tar.xz" - sha256 "cfde413a018d605be57aa0aff1ee81ed397dd713f38101e4731220e7999a5ef4" + url "https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.25.15.tar.xz" + sha256 "4c00e31638a1b5278f286d4dc93bc420003da53f891d5dd199de15c489ccd0ac" license "GPL-2.0-or-later" livecheck do From b95183d99c3489aaa3600a474cec824d124e5b25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:02:07 +0000 Subject: [PATCH 07536/10074] delve 1.25.0 --- Formula/d/delve.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/delve.rb b/Formula/d/delve.rb index 39008671c37a6..fab33b5553ca7 100644 --- a/Formula/d/delve.rb +++ b/Formula/d/delve.rb @@ -1,8 +1,8 @@ class Delve < Formula desc "Debugger for the Go programming language" homepage "https://github.com/go-delve/delve" - url "https://github.com/go-delve/delve/archive/refs/tags/v1.24.2.tar.gz" - sha256 "c26cce64c4cbef25b7652708cda198e9c081ea3abfbe411ed8048e131dba6275" + url "https://github.com/go-delve/delve/archive/refs/tags/v1.25.0.tar.gz" + sha256 "f9d95d98103a2c72ff4d3eacbb419407ad2624e8205b7f45de375b17ad7f8d27" license "MIT" head "https://github.com/go-delve/delve.git", branch: "master" From 631c3a91dd7278c823b9d89d9b7dc2730b37d5de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:06:03 +0000 Subject: [PATCH 07537/10074] fatal 2025.06.16.00 --- Formula/f/fatal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fatal.rb b/Formula/f/fatal.rb index fa7f30dbf81f6..167b17a0ccd75 100644 --- a/Formula/f/fatal.rb +++ b/Formula/f/fatal.rb @@ -1,7 +1,7 @@ class Fatal < Formula desc "Facebook Template Library" homepage "https://www.facebook.com/groups/libfatal/" - url "https://github.com/facebook/fatal/releases/download/v2025.06.09.00/fatal-v2025.06.09.00.tar.gz" + url "https://github.com/facebook/fatal/releases/download/v2025.06.16.00/fatal-v2025.06.16.00.tar.gz" sha256 "5d9e13011a8c08b6e0055caacafdc83947a728177240a5a47167bb15961f1b5b" license "BSD-3-Clause" head "https://github.com/facebook/fatal.git", branch: "main" From b60f6a62358254904488bc453c980f85da2f5319 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:06:35 +0000 Subject: [PATCH 07538/10074] fern-api 0.64.10 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 4c841f3f10c23..c0a0c680319c2 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.9.tgz" - sha256 "8f0cbbe88a678e83c4a27e95a0299ce30230d41d878cb79ce3be4749809e5891" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.10.tgz" + sha256 "18b887650e031f757b86ca909873c0dca7ea36147dbe1c6870d924b743312d58" license "Apache-2.0" bottle do From 6cdba2acebf42b734e292aead358b6542a83fdaf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:11:57 +0000 Subject: [PATCH 07539/10074] ipv6calc 4.3.2 --- Formula/i/ipv6calc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipv6calc.rb b/Formula/i/ipv6calc.rb index 572028248e98f..0baff98dec799 100644 --- a/Formula/i/ipv6calc.rb +++ b/Formula/i/ipv6calc.rb @@ -1,8 +1,8 @@ class Ipv6calc < Formula desc "Small utility for manipulating IPv6 addresses" homepage "https://www.deepspace6.net/projects/ipv6calc.html" - url "https://github.com/pbiering/ipv6calc/archive/refs/tags/4.3.1.tar.gz" - sha256 "b1c5006edebaad3e2e286d12f70d136bf05658e9e8bda8d67ef7c477322a1a47" + url "https://github.com/pbiering/ipv6calc/archive/refs/tags/4.3.2.tar.gz" + sha256 "4335c4edf7d51dbd0cafdd42ecda5598101f7a8ab257a74be2d9ec81f5bf895b" license "GPL-2.0-only" # Upstream creates stable version tags (e.g., `v1.2.3`) before a release but From 20b012bca5607b8d015da407a5b7d9da684994f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:13:44 +0000 Subject: [PATCH 07540/10074] kubectl-ai 0.0.13 --- Formula/k/kubectl-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubectl-ai.rb b/Formula/k/kubectl-ai.rb index ede2162217c30..8ca4ecb9c719a 100644 --- a/Formula/k/kubectl-ai.rb +++ b/Formula/k/kubectl-ai.rb @@ -1,8 +1,8 @@ class KubectlAi < Formula desc "AI powered Kubernetes Assistant" homepage "https://github.com/GoogleCloudPlatform/kubectl-ai" - url "https://github.com/GoogleCloudPlatform/kubectl-ai/archive/refs/tags/v0.0.11.tar.gz" - sha256 "15fd892b06b2b992d96024c7880869ea929f535153fe743de7e0a4088e702aa1" + url "https://github.com/GoogleCloudPlatform/kubectl-ai/archive/refs/tags/v0.0.13.tar.gz" + sha256 "17f77ff940fb234a521c5ed755b547fb9ecbcc815733514a2669e44723319d5a" license "Apache-2.0" livecheck do From 617eaea607b9a9d9096562004f7844cfbced4af9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:23:03 +0000 Subject: [PATCH 07541/10074] mypy 1.16.1 --- Formula/m/mypy.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/m/mypy.rb b/Formula/m/mypy.rb index 7c31085015769..adfe84d903c90 100644 --- a/Formula/m/mypy.rb +++ b/Formula/m/mypy.rb @@ -3,8 +3,8 @@ class Mypy < Formula desc "Experimental optional static type checker for Python" homepage "https://www.mypy-lang.org/" - url "https://files.pythonhosted.org/packages/d4/38/13c2f1abae94d5ea0354e146b95a1be9b2137a0d506728e0da037c4276f6/mypy-1.16.0.tar.gz" - sha256 "84b94283f817e2aa6350a14b4a8fb2a35a53c286f97c9d30f53b63620e7af8ab" + url "https://files.pythonhosted.org/packages/81/69/92c7fa98112e4d9eb075a239caa4ef4649ad7d441545ccffbd5e34607cbb/mypy-1.16.1.tar.gz" + sha256 "6bd00a0a2094841c5e47e7374bb42b83d64c527a502e3334e1173a0c24437bab" license "MIT" head "https://github.com/python/mypy.git", branch: "master" @@ -31,8 +31,8 @@ class Mypy < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end def install From 031d74bf73923bf1dca3ec7be3ff7ee57335d1c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:30:36 +0000 Subject: [PATCH 07542/10074] renovate 40.59.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 63884fdfca97f..da9b0da77b784 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.58.0.tgz" - sha256 "43b9febbecc5b56d50efa6b96cb2fb3e3c1f3955e25a96eeebbf8416eac82af0" + url "https://registry.npmjs.org/renovate/-/renovate-40.59.0.tgz" + sha256 "9650cc463183f4c9d2efdd3bbe4e109f62db319b993cac1c6840783f6aa435d5" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 463f89bf501becca36bc41ddebb1c17f3f0d702a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:31:17 +0000 Subject: [PATCH 07543/10074] robot-framework 7.3.1 --- Formula/r/robot-framework.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/robot-framework.rb b/Formula/r/robot-framework.rb index af31b32c3ff36..5d575baff95d1 100644 --- a/Formula/r/robot-framework.rb +++ b/Formula/r/robot-framework.rb @@ -3,8 +3,8 @@ class RobotFramework < Formula desc "Open source test framework for acceptance testing" homepage "https://robotframework.org/" - url "https://files.pythonhosted.org/packages/b4/8b/7c58ab2c93cf2a2eaa4bd1db2cd617032dc6a41592df4ef924fe839a22e7/robotframework-7.3.tar.gz" - sha256 "676f75a58e34db04cde91922c0bc68d4d73f091b6be753809ce16e9579412323" + url "https://files.pythonhosted.org/packages/af/be/a5088f9db262f2cf30f87c64be8873ee7f4631190a12a70d361f78b6c62f/robotframework-7.3.1.tar.gz" + sha256 "10be47f826a5ecff09d08e57bf17fce124d38b6e022b380ce67c526ef747194f" license "Apache-2.0" head "https://github.com/robotframework/robotframework.git", branch: "master" From 6a3b897b51ef055dcf839f0498f1412e6864276c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:34:06 +0000 Subject: [PATCH 07544/10074] sourcekitten 0.37.2 --- Formula/s/sourcekitten.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sourcekitten.rb b/Formula/s/sourcekitten.rb index 56dc2dd7d6a99..f50229156aafc 100644 --- a/Formula/s/sourcekitten.rb +++ b/Formula/s/sourcekitten.rb @@ -2,8 +2,8 @@ class Sourcekitten < Formula desc "Framework and command-line tool for interacting with SourceKit" homepage "https://github.com/jpsim/SourceKitten" url "https://github.com/jpsim/SourceKitten.git", - tag: "0.37.1", - revision: "453f75b8a3bb2c3596c0d2dd422c289788233a22" + tag: "0.37.2", + revision: "731ffe6a35344a19bab00cdca1c952d5b4fee4d8" license "MIT" head "https://github.com/jpsim/SourceKitten.git", branch: "main" From bdff93782a3ddc3498a489e2f68c0f74a4ff304f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:58:51 +0000 Subject: [PATCH 07545/10074] chainhook 1.9.0 chainhook: remove build patch Signed-off-by: Rui Chen --- Formula/c/chainhook.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/c/chainhook.rb b/Formula/c/chainhook.rb index f433027785b19..c140ae80c0445 100644 --- a/Formula/c/chainhook.rb +++ b/Formula/c/chainhook.rb @@ -1,8 +1,8 @@ class Chainhook < Formula desc "Reorg-aware indexing engine for the Stacks & Bitcoin blockchains" homepage "https://github.com/hirosystems/chainhook" - url "https://github.com/hirosystems/chainhook/archive/refs/tags/v1.8.0.tar.gz" - sha256 "5d1ea1ad91585d440cf56d0293541593294b70cbf59172957ff53b5598be874d" + url "https://github.com/hirosystems/chainhook/archive/refs/tags/v1.9.0.tar.gz" + sha256 "fea917fcd18032a280a965bd84b57894008110ec15191f4efca6aaab26011443" license "GPL-3.0-only" head "https://github.com/hirosystems/chainhook.git", branch: "develop" @@ -27,12 +27,6 @@ class Chainhook < Formula uses_from_macos "llvm" => :build # for libclang - # rust 1.80 build patch, upstream pr ref, https://github.com/hirosystems/chainhook/pull/631 - patch do - url "https://github.com/hirosystems/chainhook/commit/e98fc6093e30c41aec55a3391b917ff92de6df1f.patch?full_index=1" - sha256 "9b1b48a9a5be5ae0ceb3661c7e61f08ca6806ee49fd684dd1dc29cc3a3abb242" - end - def install system "cargo", "install", "--features", "cli,debug", "--no-default-features", *std_cargo_args(path: "components/chainhook-cli") From 89fa0cb0552bbcfb18cfdd7f7618f3b30dedef7f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:35:49 +0000 Subject: [PATCH 07546/10074] tailwindcss-language-server 0.14.22 --- Formula/t/tailwindcss-language-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailwindcss-language-server.rb b/Formula/t/tailwindcss-language-server.rb index f8d03307aeb00..b2f0af6d2ae98 100644 --- a/Formula/t/tailwindcss-language-server.rb +++ b/Formula/t/tailwindcss-language-server.rb @@ -1,8 +1,8 @@ class TailwindcssLanguageServer < Formula desc "LSP for TailwindCSS" homepage "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server" - url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.21.tar.gz" - sha256 "2f4b59f568af0da337e5f182bc4bc32622c9261c94de79e2133913031103ece3" + url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.22.tar.gz" + sha256 "5b1b1b8bc19a3a7b33d4829da67a0052ae8cc1b05d6cdf27d51f0a5d2e0c5e53" license "MIT" livecheck do From 44a7468e7ba406480a8a202ab7854705878cea0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:17 +0000 Subject: [PATCH 07547/10074] addons-linter: update 7.15.0 bottle. --- Formula/a/addons-linter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/addons-linter.rb b/Formula/a/addons-linter.rb index 4e3df6db67bf5..33112ee647774 100644 --- a/Formula/a/addons-linter.rb +++ b/Formula/a/addons-linter.rb @@ -6,13 +6,13 @@ class AddonsLinter < Formula license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" - sha256 cellar: :any_skip_relocation, sonoma: "ba44725088f0528ce75f87e7a3227363b4f0b228983f0b2425fb7b86723cb218" - sha256 cellar: :any_skip_relocation, ventura: "ba44725088f0528ce75f87e7a3227363b4f0b228983f0b2425fb7b86723cb218" - sha256 cellar: :any_skip_relocation, arm64_linux: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "181824134a21c3ee0a752121341004e28b82ce7e335ad3371046f024e99d23c7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" + sha256 cellar: :any_skip_relocation, sonoma: "7681f1bae238e71b92e1684b42e53dd6b7ce609a318c63518566be79035c8365" + sha256 cellar: :any_skip_relocation, ventura: "7681f1bae238e71b92e1684b42e53dd6b7ce609a318c63518566be79035c8365" + sha256 cellar: :any_skip_relocation, arm64_linux: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" end depends_on "node" From 914a68a9d1ec0f42112bba9d90622c3f563a8609 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:25 +0000 Subject: [PATCH 07548/10074] checkbashisms: update 2.25.15 bottle. --- Formula/c/checkbashisms.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkbashisms.rb b/Formula/c/checkbashisms.rb index 49f407f59265c..f40ff0c9e7228 100644 --- a/Formula/c/checkbashisms.rb +++ b/Formula/c/checkbashisms.rb @@ -11,7 +11,7 @@ class Checkbashisms < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "ed4a869c12df6ac065e6ce23a9e2df6f6366a5946570c03b8da0797f8490408f" + sha256 cellar: :any_skip_relocation, all: "8df220a81fd78e50e8912e17cd3c68017d9dda99ad1ac1f2d01f9c260c37d597" end def install From 3ffa3be732419a23b2a5cafb62a032984b1b75c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:33 +0000 Subject: [PATCH 07549/10074] texmath 0.12.10.3 --- Formula/t/texmath.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/texmath.rb b/Formula/t/texmath.rb index 9de223f7891c7..ac8fe90f8b028 100644 --- a/Formula/t/texmath.rb +++ b/Formula/t/texmath.rb @@ -1,8 +1,8 @@ class Texmath < Formula desc "Haskell library for converting LaTeX math to MathML" homepage "https://johnmacfarlane.net/texmath.html" - url "https://hackage.haskell.org/package/texmath-0.12.10.2/texmath-0.12.10.2.tar.gz" - sha256 "c671d2084d9f4a3e0796bda783b5e6a7d26ffab5d3dccc44d1caa31a0e59bc0b" + url "https://hackage.haskell.org/package/texmath-0.12.10.3/texmath-0.12.10.3.tar.gz" + sha256 "57e43a897c1864e1fae6b1d75c055de6cd7c9e3ca4d839d89cc2f6a8fa2ffb76" license "GPL-2.0-or-later" head "https://github.com/jgm/texmath.git", branch: "master" From e9177e87488564efc121e7455501f78822b8a3b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:34 +0000 Subject: [PATCH 07550/10074] delve: update 1.25.0 bottle. --- Formula/d/delve.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/delve.rb b/Formula/d/delve.rb index fab33b5553ca7..42b63fdcf92ed 100644 --- a/Formula/d/delve.rb +++ b/Formula/d/delve.rb @@ -7,12 +7,12 @@ class Delve < Formula head "https://github.com/go-delve/delve.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a13bd7c4078234dded9ffbef666bfcb4e809711c6a01503b923becffe9aa6601" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a13bd7c4078234dded9ffbef666bfcb4e809711c6a01503b923becffe9aa6601" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a13bd7c4078234dded9ffbef666bfcb4e809711c6a01503b923becffe9aa6601" - sha256 cellar: :any_skip_relocation, sonoma: "c4c37c81f6785a6c4584e4fb038a5d67dff0afd079bc6a49c08564bc212ac76e" - sha256 cellar: :any_skip_relocation, ventura: "c4c37c81f6785a6c4584e4fb038a5d67dff0afd079bc6a49c08564bc212ac76e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3516b907362af6a4150146eafe45a30761a5d7c026a9104f6e712d05669fb2c6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb52067991189975a07e77ae32264452c9569304860c454f2a3718f91e2cea58" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb52067991189975a07e77ae32264452c9569304860c454f2a3718f91e2cea58" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bb52067991189975a07e77ae32264452c9569304860c454f2a3718f91e2cea58" + sha256 cellar: :any_skip_relocation, sonoma: "df374d568e2b22e033e11a699ab461586b32d70d2e3ad9c5e239c02491f3769f" + sha256 cellar: :any_skip_relocation, ventura: "df374d568e2b22e033e11a699ab461586b32d70d2e3ad9c5e239c02491f3769f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d30dea036cd3771598bbab66b0ac58bc2c4f898d2e255de11e00d7eb42d5b24" end depends_on "go" => :build From b4d17d1bd854a47a5e0add9b49ffd743a1d2d82f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:37 +0000 Subject: [PATCH 07551/10074] cask: update 0.9.1 bottle. --- Formula/c/cask.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/c/cask.rb b/Formula/c/cask.rb index 12170549c6aa9..fdf2e974207ad 100644 --- a/Formula/c/cask.rb +++ b/Formula/c/cask.rb @@ -7,8 +7,7 @@ class Cask < Formula head "https://github.com/cask/cask.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "ca4c6e166929ce3044439e96d9730b41f205e1f751216443094da00def0c8959" + sha256 cellar: :any_skip_relocation, all: "57e45b5a8f5624932427a20879ead2c11b3d007b2b2bfbf751995219c4b1e7fe" end depends_on "coreutils" From 3f80619ae81a534b2f475a5a907ab8ef6003b406 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:41 +0000 Subject: [PATCH 07552/10074] buffrs: update 0.11.0 bottle. --- Formula/b/buffrs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/buffrs.rb b/Formula/b/buffrs.rb index 3f55a0dad5300..dadc9b897741b 100644 --- a/Formula/b/buffrs.rb +++ b/Formula/b/buffrs.rb @@ -7,13 +7,13 @@ class Buffrs < Formula head "https://github.com/helsing-ai/buffrs.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9dcd2934f709d778a9a12fe6501a4841458815d17c2742d2f26a23318b19018" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f474f9b9da2353a86cdf6f03ef2303a27375c3e087a60bde11731d0636a754d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "eac1b4cc09a3c34d2d01ec190bdb078c5131921b848d32705e9f9732046b51c4" - sha256 cellar: :any_skip_relocation, sonoma: "e0335f7c9a2f6355f7e3e641065364d41d00c8cdc0ca3be607b2d8cb6ab40388" - sha256 cellar: :any_skip_relocation, ventura: "876f21408b2551e6897802245642bd7d2e64f2d6481a059a38a4a37af20e663a" - sha256 cellar: :any_skip_relocation, arm64_linux: "c6ff45ce008244d621f237f1471d76def4c00d9c637e284f46128fc6b008dfe0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7e43054ff1385d4a6fda830232e0d07b448bd2f2b577f6378c9f3cd7e6994558" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b48db1d0f92f5ea602daa0ee3f1144ec731b5b698f796d14e3b6c1e3713d07eb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4f91126c4f5858b219cfbc77dd0387ef34ac4ceacca9bfa7c2f5ff6f949476b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "01be1c3a392d1f3eccbd5b0f9192bd05eec93970df920cc91eb1e7eae45517e0" + sha256 cellar: :any_skip_relocation, sonoma: "8cfeeaab827d991b4cad11b9dda4bec5a945c6e0739fc66368eca0de765819f5" + sha256 cellar: :any_skip_relocation, ventura: "3a64c41d00df7a7a1a723862395111bd453f0e53db547a0b0eccc96bf8da2de1" + sha256 cellar: :any_skip_relocation, arm64_linux: "24e12ab2178b05497cb35720450c8c5a3efc42b8566834c0718bbe7ed5ff4e22" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4206df7cccc9918528f8a93193ea5c0ba4e2ab25cc16d579b975c201b13bcba0" end depends_on "rust" => :build From 8d9b6052506e9a2ccbd41512ee800b135ff4465e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:47 +0000 Subject: [PATCH 07553/10074] fern-api: update 0.64.10 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index c0a0c680319c2..5116a3b055cba 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "e239e8d63a37e2bc796744098b31efa22d5a4941ade1250b76e1a26cec5e2389" + sha256 cellar: :any_skip_relocation, all: "d2ab676e03ef5e2d3b1cd92fb003fb8d08cbc05c56bdded0d8d9a8a1b876f962" end depends_on "node" From c09129c4d10009a685002040639e8460108d95a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:47 +0000 Subject: [PATCH 07554/10074] kubectl-ai: update 0.0.13 bottle. --- Formula/k/kubectl-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kubectl-ai.rb b/Formula/k/kubectl-ai.rb index 8ca4ecb9c719a..bd52ab4a6fded 100644 --- a/Formula/k/kubectl-ai.rb +++ b/Formula/k/kubectl-ai.rb @@ -11,12 +11,12 @@ class KubectlAi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e8e865c902c74ade666ae2b0856ab64d0638061c0df24347cfd91c76e0782cf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e8e865c902c74ade666ae2b0856ab64d0638061c0df24347cfd91c76e0782cf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e8e865c902c74ade666ae2b0856ab64d0638061c0df24347cfd91c76e0782cf" - sha256 cellar: :any_skip_relocation, sonoma: "abec5a1c68d2e1b1a3c7677883515a72f115878b2691b5569d60c1ebf8be0195" - sha256 cellar: :any_skip_relocation, ventura: "abec5a1c68d2e1b1a3c7677883515a72f115878b2691b5569d60c1ebf8be0195" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aef37269709afc0e92ac134901e6600241a3d028af29f2aa78432705352e48ed" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee951ecc463306bc5298c19326e8df1613a33b37581c9daab1b700686d7b7b9a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee951ecc463306bc5298c19326e8df1613a33b37581c9daab1b700686d7b7b9a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ee951ecc463306bc5298c19326e8df1613a33b37581c9daab1b700686d7b7b9a" + sha256 cellar: :any_skip_relocation, sonoma: "85e752dcafc243778426fe66c57b861897212a21b61c547003e0008bf1ab83da" + sha256 cellar: :any_skip_relocation, ventura: "85e752dcafc243778426fe66c57b861897212a21b61c547003e0008bf1ab83da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b9eec60ceb40e87e250b256ce7413a167b93984ac3142997cfcb381330af256" end depends_on "go" => :build From 3e062ea39713990a42c6908cd6ec6a58844f1b79 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:48 +0000 Subject: [PATCH 07555/10074] cctz: update 2.5 bottle. --- Formula/c/cctz.rb | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Formula/c/cctz.rb b/Formula/c/cctz.rb index 7b927e6928747..8c656412aaee6 100644 --- a/Formula/c/cctz.rb +++ b/Formula/c/cctz.rb @@ -6,16 +6,13 @@ class Cctz < Formula license "Apache-2.0" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "43ec1e3404f1eb3f05f967649c764aa06a7e4a8c32902214343a72676ffda5c7" - sha256 cellar: :any, arm64_sonoma: "eba6f2dc7740b64f07d96b4f408c51ed5adb7b948f7c6261155ee5da4e43c991" - sha256 cellar: :any, arm64_ventura: "dc5b93076b8c9637ebd074539ed68f79a967234d1ed59451e80b708aa438a499" - sha256 cellar: :any, arm64_monterey: "2279fd2c826ddff71e1162f8b67829b34295a21f271352c0640b6f44c3e331c6" - sha256 cellar: :any, sonoma: "0ab1b384f0a647a473f481323cfa13164494affa91cbffc5dfa6b41ebc97da72" - sha256 cellar: :any, ventura: "160d4ac726f11db6d03d917e0a1acb9d61bb5a45a24b120b8f094a5000d7d127" - sha256 cellar: :any, monterey: "a8256df066d659ca817adab5b1054633547514c650248f479ec6e31a3c12732e" - sha256 cellar: :any_skip_relocation, arm64_linux: "00dfb51dc8e380ed0679b4ca65ce010f5cbc33ac0f7bb4acb3910eb8fed1fea4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "897ed11efc1b5804873b9c64315d78f99cb4e242f3ceb554dfc8d760ac65b03e" + sha256 cellar: :any, arm64_sequoia: "2712e262130449fd148e9e269ef211baaf180ad6fdee8e53ae0677d5edff39c1" + sha256 cellar: :any, arm64_sonoma: "e08d896c8857b05cfd0f0acd71c0c4da9d7f4d87885ab70e3f942156c6052c59" + sha256 cellar: :any, arm64_ventura: "0142de2c33e7260a2d5733ab54fdce84958d0d511d4f6b9b46f4b89c42b83aa4" + sha256 cellar: :any, sonoma: "48dd11816116da849effe5f734883373c47b676c25e9704bccd477b4ffa76cdd" + sha256 cellar: :any, ventura: "dddb31e05731af18d90829688081aaeffb2aaa4a8dda83975e88a1abf1c0c5f8" + sha256 cellar: :any_skip_relocation, arm64_linux: "032ab04e69e1f663c647f6e40ffbc590a349b4cbae8b69a6d33193169f4a4210" + sha256 cellar: :any_skip_relocation, x86_64_linux: "12c1b89beed6a56b0b9220e98b9eb6fc671b7d8876a753426a424318d809355a" end depends_on "cmake" => :build From c68e59a7c7c120669dd8a428572f040788ca1280 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:36:56 +0000 Subject: [PATCH 07556/10074] fatal: update 2025.06.16.00 bottle. --- Formula/f/fatal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fatal.rb b/Formula/f/fatal.rb index 167b17a0ccd75..c5ff4e190cd42 100644 --- a/Formula/f/fatal.rb +++ b/Formula/f/fatal.rb @@ -7,7 +7,7 @@ class Fatal < Formula head "https://github.com/facebook/fatal.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "acce66b75512a194044b51c762b93cd9d6e272deefe87baca1dc79308c0bd5cf" + sha256 cellar: :any_skip_relocation, all: "e6c126948efdaf04125a519b70ca4056f29287b2b6744714d641545cf4ac9a3a" end def install From ca3b7b8f9735eb78f0744ea0cfcb3e209413117d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:37:04 +0000 Subject: [PATCH 07557/10074] ipv6calc: update 4.3.2 bottle. --- Formula/i/ipv6calc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipv6calc.rb b/Formula/i/ipv6calc.rb index 0baff98dec799..e80fd5138df97 100644 --- a/Formula/i/ipv6calc.rb +++ b/Formula/i/ipv6calc.rb @@ -14,13 +14,13 @@ class Ipv6calc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c18e41361e9aabcc661d067201a8833b63fbe49e8727008e1ca90ecd482ab71b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "690c2ac907040b2463b56df53423fa41b09d383a4b5019c24fe8797b17e56b2c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fef675752856ebfd976ee1db8411a7368cdbf5c1f009325e8aa1d19b554b327e" - sha256 cellar: :any_skip_relocation, sonoma: "b1cdd07c304ad39d3c522c811d36196e911a5e6fe89c736f1fa5f46795a7c58b" - sha256 cellar: :any_skip_relocation, ventura: "7049e2e4c58bf4a40bf002f74e19e7201fa2ea806cba87eb13934af4849d0873" - sha256 cellar: :any_skip_relocation, arm64_linux: "091b84ae00c4fe6cc017fbd4730e32f2699dceba70491456fba29c6687ccacc1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "654016fe83fb602354bced323d6591b9a5a8ce2d48369b13cb17d32a4ac8305a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d69c91dd743db79707a31234f1efa0e1961469739e4f19726c373f2eef85794" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4810da640d3cd8b97576cf965ec8c711551434c8deb7833a30b93803528b383e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "795b64c67e622b3c16b2b92dac5792c33b96c2c3076ae1e57eecefd5624e3187" + sha256 cellar: :any_skip_relocation, sonoma: "e1e6e255927f430215d8342d57c6208f6f329a1400ab3cbc41e0ecf996bfd1cc" + sha256 cellar: :any_skip_relocation, ventura: "c21cbc228031fef73df1a7ed433eb14c7075c53906c6f3ac27b8b8695d93f5c7" + sha256 cellar: :any_skip_relocation, arm64_linux: "a42d36fb49c632491409e0994f20fbc09abc923208b0147ee5ce4bc2ed5e24a1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "761116624949b91b5e89d1fbb17de07f93ae48f6387d14bc6a9a749ae664389c" end uses_from_macos "perl" From bce17a9ee6fb0cab0dee7db53082797dd0c6c76f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:37:30 +0000 Subject: [PATCH 07558/10074] trufflehog 3.89.2 --- Formula/t/trufflehog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index ab5b10c728a95..39eb58d26b84d 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -1,8 +1,8 @@ class Trufflehog < Formula desc "Find and verify credentials" homepage "https://trufflesecurity.com/" - url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.89.1.tar.gz" - sha256 "a34574f589cf5d9ac33f722a35ded5bf9c094356503ab8a1d9c7949841951cfe" + url "https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v3.89.2.tar.gz" + sha256 "2971a31e08c28bbaf7eb4b511cd516a452a179f0eb356ff574dc2cc8d474fba8" # upstream license ask, https://github.com/trufflesecurity/trufflehog/issues/1446 license "AGPL-3.0-only" head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" From 97a8eefd38a9196b63de24d317d63193c9cf5706 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:49:42 +0000 Subject: [PATCH 07559/10074] mypy: update 1.16.1 bottle. --- Formula/m/mypy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mypy.rb b/Formula/m/mypy.rb index adfe84d903c90..945098c06dc79 100644 --- a/Formula/m/mypy.rb +++ b/Formula/m/mypy.rb @@ -9,13 +9,13 @@ class Mypy < Formula head "https://github.com/python/mypy.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d830a7088dde741dd5c44208f2e9cf301007c6b1f90fd37c36205c11bc3070c3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "36a2cc890d5f3b944179b0b477d58131903885dbe0be57d9e6fbfe7324782307" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f5df643805c93a15c8fd9521a779e0bb782c5db86d4fd20fb8a82cbd2a08dc83" - sha256 cellar: :any_skip_relocation, sonoma: "43cbd6132240d845442d7008614e4b1edae52682cf55df5f1ed687b6b02bbfb5" - sha256 cellar: :any_skip_relocation, ventura: "0f06af1686924f7f094454f12c72a4716e89cd1414d4e6ed0570b43366ad7a83" - sha256 cellar: :any_skip_relocation, arm64_linux: "abf641ca5f2da8d141804775179162795a46b7ef2b9f18e13cd0ef669012ff27" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b0a24800f287ba98c8c09d00fcecdaf983d5b77d57134f801b84db46075f599e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "543a5b7ca5efa4571845cb6cd262ddc31d5186da9f6256f90a660bc85ef1a591" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc2d204cf9d644f5c644599b88107e6779dec54e117a770f96025e83052082c1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e7c30ed3a7765a98d9270256331b4f00d4ff94a86299b244a5f98a77e0cd6898" + sha256 cellar: :any_skip_relocation, sonoma: "0e150123386ddb5596a8c61db23ca151dac6ea4abed76e5c2f1ac378ed85c26a" + sha256 cellar: :any_skip_relocation, ventura: "b56aa91d0724c8c5021c1730bee9e588143a6a343d17be6d2225eb85073977eb" + sha256 cellar: :any_skip_relocation, arm64_linux: "77d955ffa79b341c57fb443a15905f6cf2fb66fc7c8894068c52498deb3aa597" + sha256 cellar: :any_skip_relocation, x86_64_linux: "43d2be66f37b90b4fcf70c54109818fabcbf0e0bbc82b36e4e7139c48f49b209" end depends_on "python@3.13" From 76fa05a4ecd165016edd9033207d508193a12554 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:54:21 +0000 Subject: [PATCH 07560/10074] tailwindcss-language-server: update 0.14.22 bottle. --- Formula/t/tailwindcss-language-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailwindcss-language-server.rb b/Formula/t/tailwindcss-language-server.rb index b2f0af6d2ae98..5a542bf97df03 100644 --- a/Formula/t/tailwindcss-language-server.rb +++ b/Formula/t/tailwindcss-language-server.rb @@ -13,13 +13,13 @@ class TailwindcssLanguageServer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" - sha256 cellar: :any_skip_relocation, sonoma: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" - sha256 cellar: :any_skip_relocation, ventura: "8bc8613bdeee598377f8506f4796854c0c8f41abe8f4b3cb828ddc36f9841b2f" - sha256 cellar: :any_skip_relocation, arm64_linux: "737dc21aa59c7dacb473883ef473564eeb67e77a07625cca9a640f0ae1306be5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "737dc21aa59c7dacb473883ef473564eeb67e77a07625cca9a640f0ae1306be5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" + sha256 cellar: :any_skip_relocation, sonoma: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" + sha256 cellar: :any_skip_relocation, ventura: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" + sha256 cellar: :any_skip_relocation, arm64_linux: "e895228ef439e3e6ef2fd9b3a0b2ac01750ba6ef5c6bcb3e41e68e6ee12a8542" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e895228ef439e3e6ef2fd9b3a0b2ac01750ba6ef5c6bcb3e41e68e6ee12a8542" end depends_on "pnpm@9" => :build From 6e9141f86883d0f4dabfd1acb7be1381ac2e0286 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:57:59 +0000 Subject: [PATCH 07561/10074] robot-framework: update 7.3.1 bottle. --- Formula/r/robot-framework.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/robot-framework.rb b/Formula/r/robot-framework.rb index 5d575baff95d1..f72e83aefe5bb 100644 --- a/Formula/r/robot-framework.rb +++ b/Formula/r/robot-framework.rb @@ -9,13 +9,13 @@ class RobotFramework < Formula head "https://github.com/robotframework/robotframework.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "25742be537ae1c071b05dc03a5f885e17152e5e518765c6cad7f95836bcac5d8" - sha256 cellar: :any, arm64_sonoma: "e7afc799fd97a10ed651f2d6fd8bb4b05162c481607016126628a7d3945b0d0e" - sha256 cellar: :any, arm64_ventura: "102aa9874168031b01a2e320eaa772090d586372d5c1f239479c4f4a2c7a2079" - sha256 cellar: :any, sonoma: "9c275d514e533e8cda88712ad8794d90ed6aea68d807f118469e7b8d8ee6cc8f" - sha256 cellar: :any, ventura: "3a1eafa55153e2588e96a42e4f365386d2488340f96d73f2b379ac3c449b2ad0" - sha256 cellar: :any_skip_relocation, arm64_linux: "b423421d140d855b26773459edae8d34b2a8e849e859f1bc98c714cfa3b83a96" - sha256 cellar: :any_skip_relocation, x86_64_linux: "527a2a14bdaae954621b7384e23049817681aaeec43e494f02c6874e7cb66635" + sha256 cellar: :any, arm64_sequoia: "5939ca8cf4593c2d2fc829e110904d7eb93b4031c0cfd5edabb785502c852ac7" + sha256 cellar: :any, arm64_sonoma: "7b8ec484b4c06a7652cb69effcfd95464aaacdcf0bb39714657a4e2132a5771c" + sha256 cellar: :any, arm64_ventura: "09a53a30feaad03397c97ee951eb8155a044768f419f77b2113f731e6944633c" + sha256 cellar: :any, sonoma: "7b3053d3dfa2af205ba2c9206e7ffa2d0a16e9ac11359898d5b3be2e70b6202f" + sha256 cellar: :any, ventura: "91a71455f10c6828af49c33e39332fc29d0be3dd2b01e9f208a6c2a7ff5676b2" + sha256 cellar: :any_skip_relocation, arm64_linux: "0e1713ce04961ef3b66479bd07e23ff72dc56b8d0b89d11175bfaa31a132f2f6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d5ae406658f7d5a04ceec0e378f5a0ca2682f8bd0a903c215fc39ec9218bc154" end depends_on "rust" => :build # for bcrypt From 55038743b9079221ca4282155ad92727533cd795 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:00:50 +0000 Subject: [PATCH 07562/10074] renovate: update 40.59.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index da9b0da77b784..d67037f694a19 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc7f71588893094066c545ddb7658cb625b21b95a916bac9367978cda2752fc5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "73067dbd35f770793052d964acf9ce2a9edbd90d14658d6155d06616619b5091" - sha256 cellar: :any_skip_relocation, arm64_ventura: "de97dd23fd4ec63e7d48481d78a7cc296a87ae67b65bfb400d348461407516e2" - sha256 cellar: :any_skip_relocation, sonoma: "b09b689bb31ac0aa089896b93187eb51e8a71ed0b56a7697b7aa9e1053fe2010" - sha256 cellar: :any_skip_relocation, ventura: "382e833b33b4675f064d9bbddae355d6889281b0c900ce26f46c54a9efe1efcf" - sha256 cellar: :any_skip_relocation, arm64_linux: "f2313d57c70e189c7cf9cc4af5881954f5ae54fd2304076070f4925bc37d5097" - sha256 cellar: :any_skip_relocation, x86_64_linux: "809d917a65d82f575e406bfaa3493666ddec1bc1863ec7ae9cfdf1484c0ff0b3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cde3290de53b6e1c8b0fa0443bed8523595b29f36cbcc4232d5ddb0817f7ac5d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd8b496f2421cd09ac58493523b5f577b475df4903772e77252bb36f2924faa8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8948f659a906d3b0e25abf1f31605e42e8b4ca1c1de4c3b71a9be7d16ad30952" + sha256 cellar: :any_skip_relocation, sonoma: "4b97d83b663af46b31472796be2a8346dd449138aa25ed2d6b0abd97d7792940" + sha256 cellar: :any_skip_relocation, ventura: "dcbca41d1717d942ab284efb08568fdc85d051442a454723d5bf39f9ceb634f5" + sha256 cellar: :any_skip_relocation, arm64_linux: "e2ebb869b1c1e5a3e5b120dc8c3fa3f9ed1e2d9b6abbb0c71bce3efe5c860e36" + sha256 cellar: :any_skip_relocation, x86_64_linux: "929037ca209416afd008315d16a54591d175578880d06aceed9fd51cb3d69a68" end depends_on "node@22" From ec927c66e7e677ae77cb737ff2123689a2bf7610 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:07:31 +0000 Subject: [PATCH 07563/10074] trufflehog: update 3.89.2 bottle. --- Formula/t/trufflehog.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/trufflehog.rb b/Formula/t/trufflehog.rb index 39eb58d26b84d..b53caa29201ff 100644 --- a/Formula/t/trufflehog.rb +++ b/Formula/t/trufflehog.rb @@ -8,13 +8,13 @@ class Trufflehog < Formula head "https://github.com/trufflesecurity/trufflehog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b07c7958bcccd939d4d546af45f933979bf4a5c400c9e38cbb33e5c645d39f51" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3678045535db09aae90a7352b5a987dc1e079c9727b6a0acbb31bbee01657fe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aa75a0ccce0f6416f2ec17b1dd17788c2492bbef574aeb083d72c7a09abd2a53" - sha256 cellar: :any_skip_relocation, sonoma: "8e91f54524c0e8d966ed514f69abd6b5cceee6b819315b1e5f15c1cb5cb92468" - sha256 cellar: :any_skip_relocation, ventura: "0097e139daca5a050512530e85ce24eb648aa6e9d4de67b81bb1221b787d3a12" - sha256 cellar: :any_skip_relocation, arm64_linux: "b6a27e22abab84ded835ba797282dafd28cad662aaa53d24bdf630400630a8a4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8330bbbf803f9aeb02de39555d86636d407d6244052aa496c18cec47a18c978c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "42cbcefb6de3addc28f956cc6747e70f656155f48ae2a82eb5b782ea163aa804" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "45cbf178238541ca678f4165217a3d3f4a36039a89c917dd21da7bf9374e58d8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "12719776429952090fd0d7e3c7d6d3c5de7b996d39313fdcaf4915b347ce155a" + sha256 cellar: :any_skip_relocation, sonoma: "139dc6ff8aca35f1d5bb1e9bc78f72f543bca02fbf2e2b134c8c9d2c7eb8e14d" + sha256 cellar: :any_skip_relocation, ventura: "ccf765ae3d97b6baa3c40b609967ff3ced40be1b691d410583b353767c58c96e" + sha256 cellar: :any_skip_relocation, arm64_linux: "eb8474f1d11d53cdc3e393bc803b76b4d586fcd3465cd0be33f8e3c6e80ce5d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d73a309a105dcf61188415efbd9a32d9827c40f820ebb2408366d97cef34fa5" end depends_on "go" => :build From 156d6c0cb5f1c198d15403a6ecfc23ae17e3f136 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:09:06 +0000 Subject: [PATCH 07564/10074] sourcekitten: update 0.37.2 bottle. --- Formula/s/sourcekitten.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sourcekitten.rb b/Formula/s/sourcekitten.rb index f50229156aafc..059704bbad463 100644 --- a/Formula/s/sourcekitten.rb +++ b/Formula/s/sourcekitten.rb @@ -8,13 +8,13 @@ class Sourcekitten < Formula head "https://github.com/jpsim/SourceKitten.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "89fa8c30466e846d316679364fe99dcade4132ec90d3e046defe801ced7a65c5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "965d8e4948520b7dbc72faedfcb6592559c60941cd41d29ba5afba7f4d95554b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4998452b88cbcaedf772354cc6f2929eeca07515bf99a1c515451954d6a95aa4" - sha256 cellar: :any_skip_relocation, sonoma: "1d6244e977d613af761b92add12ce7d41d92b32c517047ca952cde6cf36ec363" - sha256 cellar: :any_skip_relocation, ventura: "5b76f897e6d82093c07b4f8023e3a9dc036c3dde983555ac328c5c040b87161f" - sha256 arm64_linux: "836dd867de37d2e4015b2fa33d37a1951444657c70b33ff576f3de6739db8ee4" - sha256 x86_64_linux: "afd660f974dc353add28e1597ea666fb1fd7e1ce6bf03385b4e56dd22eb7b5f2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "34d5a49f50885b3cc0cff8812f6c4770976be709befa058385d404f27487fd06" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a68272f86ee89c1dbf1fb19349431a209124f7b2413d6a32152d81dec8978ec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "07ec2e64a18e5ce87c3511be8ba93f17d162d05c737da4dc5a52c477f6e795a1" + sha256 cellar: :any_skip_relocation, sonoma: "9c64b978d11776e2baa8103bdac80636561f69f157d203411dab05a05c87e294" + sha256 cellar: :any_skip_relocation, ventura: "207bcbf2c8ce58e39afa645836e7798085c39803e9ec1ba728ac80f1b7281713" + sha256 arm64_linux: "53a805bb690bda85db814fb237af34c3999c8ef3685e9878562b9d0b8a38c355" + sha256 x86_64_linux: "97515204398c1cd3aec85367e15eba66781a08fbb972aecb2c74a5cafb419ea6" end depends_on xcode: ["14.0", :build] From 89e1915d7a3de2df236bd956cbc0a958e53d6485 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:12:06 +0000 Subject: [PATCH 07565/10074] texmath: update 0.12.10.3 bottle. --- Formula/t/texmath.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/texmath.rb b/Formula/t/texmath.rb index ac8fe90f8b028..dd1f3a1fd6374 100644 --- a/Formula/t/texmath.rb +++ b/Formula/t/texmath.rb @@ -7,13 +7,13 @@ class Texmath < Formula head "https://github.com/jgm/texmath.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "873038e94de977b82185dec29d7c309853a0b009cdc752f76ec5c0c2b32176c2" - sha256 cellar: :any, arm64_sonoma: "89dd489c31e1d6f9ad5effb71d33faf14d69ffcdad1f600a015d9e3472faddfe" - sha256 cellar: :any, arm64_ventura: "9b47e206efe0f60c8cb93841ac4915663936f4c45f8da6138c7b538f939d7100" - sha256 cellar: :any, sonoma: "c0ddab9917660110b1939060cdaccc304945665aa9a444d0ed35e3bc7018ba85" - sha256 cellar: :any, ventura: "9e9d88b3cf1cb75bab204f4ab27aa710fad55957123924a272409d9b25fbb5e5" - sha256 cellar: :any_skip_relocation, arm64_linux: "6eaf082b974fbe00b5be1ef879a0e34a933cfe3974cb33c704024bb202d282f9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "327e4cb9fd89cc9c66da77cdba51edca2a2898aad92615df8db7451feeb67fe1" + sha256 cellar: :any, arm64_sequoia: "fffd29d2900a439c18f683ce3ba237692c81d99324fc562f98cbecc8062cf281" + sha256 cellar: :any, arm64_sonoma: "1d5e59d046f856059cd425fbecbbe767929cbb58b2c04d3baedc66086c0a63c8" + sha256 cellar: :any, arm64_ventura: "f0d26dbce0a73764d25386aa39482289020f083c54f499f82817d17f2ab77f48" + sha256 cellar: :any, sonoma: "1bf9cd2a5a5820102ec94c41df19b54883f2878abde1ce23fec221e85f950584" + sha256 cellar: :any, ventura: "e94147df60f1060730f074328bd38f095f3fe717f74bbcc97358b62b3847b71f" + sha256 cellar: :any_skip_relocation, arm64_linux: "13e76532111be584e74fbc0ecd8efe48b8ba0750defeb25d801e3fcf0fb15841" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4063e078ad59612d869654d8e0bd1ab9c249df99d1112340f5f9242d146d0391" end depends_on "cabal-install" => :build From 0d1c990cb1151233752e9c6e7b1c2c39f5b7e413 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 15:21:27 -0400 Subject: [PATCH 07566/10074] snapcraft: remove revision line Signed-off-by: Rui Chen --- Formula/s/snapcraft.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/s/snapcraft.rb b/Formula/s/snapcraft.rb index 639dc7fb2f17f..73e05f097bd12 100644 --- a/Formula/s/snapcraft.rb +++ b/Formula/s/snapcraft.rb @@ -8,7 +8,6 @@ class Snapcraft < Formula tag: "8.9.4", revision: "b701455c788486936c1c59b47f1a72653dc59f9a" license "GPL-3.0-only" - revision 1 head "https://github.com/canonical/snapcraft.git", branch: "main" livecheck do From 1f3f6e4ea427b90d587fc91c6ae9324982c59229 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:50:11 +0000 Subject: [PATCH 07567/10074] awscli 2.27.36 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 594472c54af26..ba0e11e663d3e 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.35.tar.gz" - sha256 "cc730c5bd0869b1b43a7f8ec06d7f2966e8b71910553dc30bbfb0fafecee7feb" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.36.tar.gz" + sha256 "9b775a95fcc5ee8a6a8127210b50d5090f1959e90fd9634edd8235bd0c1ac0d6" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 21441a4a362d0d2dbfefbcbc9e2075ab82cd98bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:54:11 +0000 Subject: [PATCH 07568/10074] cosign 2.5.1 --- Formula/c/cosign.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cosign.rb b/Formula/c/cosign.rb index 934b1b0b97592..9941f73fbd51f 100644 --- a/Formula/c/cosign.rb +++ b/Formula/c/cosign.rb @@ -2,8 +2,8 @@ class Cosign < Formula desc "Container Signing" homepage "https://github.com/sigstore/cosign" url "https://github.com/sigstore/cosign.git", - tag: "v2.5.0", - revision: "38bb98697005cdc5c092f031594c0e45d039f4a0" + tag: "v2.5.1", + revision: "a7345fb2ce17b52b5bc687970fa31ff85bc2f7ca" license "Apache-2.0" head "https://github.com/sigstore/cosign.git", branch: "main" From b479c848b498c1945a0d82994a4b9f3c16c55d62 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:57:55 +0000 Subject: [PATCH 07569/10074] flyctl 0.3.143 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index ddbedc1254d68..339d6e2a2df38 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.142", - revision: "d62f7d0d3e2b0a20f044dac4ce6a7bfd53438772" + tag: "v0.3.143", + revision: "769a56bfc4d9ee1c8b34e184ec5be1d39f891f4d" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From dc0126664f49d086c645d9b7cc6068ac4d1c21ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:00:35 +0000 Subject: [PATCH 07570/10074] helm 3.18.3 --- Formula/h/helm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helm.rb b/Formula/h/helm.rb index 13d85e46aa083..bee17a9570e0e 100644 --- a/Formula/h/helm.rb +++ b/Formula/h/helm.rb @@ -2,8 +2,8 @@ class Helm < Formula desc "Kubernetes package manager" homepage "https://helm.sh/" url "https://github.com/helm/helm.git", - tag: "v3.18.2", - revision: "04cad4610054e5d546aa5c5d9c1b1d5cf68ec1f8" + tag: "v3.18.3", + revision: "6838ebcf265a3842d1433956e8a622e3290cf324" license "Apache-2.0" head "https://github.com/helm/helm.git", branch: "main" From a062769504b21c236b8a10d37ffa9cf7837af993 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:01:51 +0000 Subject: [PATCH 07571/10074] itk 5.4.4 --- Formula/i/itk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/itk.rb b/Formula/i/itk.rb index a614e5159d702..b0034cd186a8e 100644 --- a/Formula/i/itk.rb +++ b/Formula/i/itk.rb @@ -1,8 +1,8 @@ class Itk < Formula desc "Insight Toolkit is a toolkit for performing registration and segmentation" homepage "https://itk.org" - url "https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightToolkit-5.4.3.tar.gz" - sha256 "dd3f286716ee291221407a67539f2197c184bd80d4a8f53de1fb7d19351c7eca" + url "https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightToolkit-5.4.4.tar.gz" + sha256 "d2092cd018a7b9d88e8c3dda04acb7f9345ab50619b79800688c7bc3afcca82a" license "Apache-2.0" head "https://github.com/InsightSoftwareConsortium/ITK.git", branch: "master" From f95c111c1b2d18c4e7ad9882f0788735d17fb5bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:05:05 +0000 Subject: [PATCH 07572/10074] liburing 2.11 --- Formula/lib/liburing.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/liburing.rb b/Formula/lib/liburing.rb index b6e1920421c09..29dfebf048296 100644 --- a/Formula/lib/liburing.rb +++ b/Formula/lib/liburing.rb @@ -2,8 +2,8 @@ class Liburing < Formula desc "Helpers to setup and teardown io_uring instances" homepage "https://github.com/axboe/liburing" # not need to check github releases, as tags are sufficient, see https://github.com/axboe/liburing/issues/1008 - url "https://github.com/axboe/liburing/archive/refs/tags/liburing-2.10.tar.gz" - sha256 "0a687616a6886cd82b746b79c4e33dc40b8d7c0c6e24d0f6f3fd7cf41886bf53" + url "https://github.com/axboe/liburing/archive/refs/tags/liburing-2.11.tar.gz" + sha256 "462c35ef21d67e50490f8684c76641ee2c7796e83d43de796852ef4e40662e33" license any_of: ["MIT", "LGPL-2.1-only"] head "https://github.com/axboe/liburing.git", branch: "master" From 3617b795e065edfb8aae9a9ed80dcf8f0bd60e7a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:07:54 +0000 Subject: [PATCH 07573/10074] nco 5.3.4 --- Formula/n/nco.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nco.rb b/Formula/n/nco.rb index 4de5ac04f576f..513accfdbd42f 100644 --- a/Formula/n/nco.rb +++ b/Formula/n/nco.rb @@ -1,8 +1,8 @@ class Nco < Formula desc "Command-line operators for netCDF and HDF files" homepage "https://nco.sourceforge.net/" - url "https://github.com/nco/nco/archive/refs/tags/5.3.3.tar.gz" - sha256 "f9185e115e246fe884dcae0804146b56df7257f53de7ba190fea66977ccd5a64" + url "https://github.com/nco/nco/archive/refs/tags/5.3.4.tar.gz" + sha256 "265059157ab4e64e73b6aad96da1e09427ba8a03ed3e2348d0a5deb57cf76006" license "BSD-3-Clause" bottle do From 3b940cd442335662ac283e1c540938588975ec81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:16:43 +0000 Subject: [PATCH 07574/10074] tbls 1.85.5 --- Formula/t/tbls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tbls.rb b/Formula/t/tbls.rb index 9be798932f9a6..b79b89ae7bec3 100644 --- a/Formula/t/tbls.rb +++ b/Formula/t/tbls.rb @@ -1,8 +1,8 @@ class Tbls < Formula desc "CI-Friendly tool to document a database" homepage "https://github.com/k1LoW/tbls" - url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.85.4.tar.gz" - sha256 "fe6c735fc46c990950f5a1bdca0c783e7b80129c7bfc3597b76e60c0025ab52e" + url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.85.5.tar.gz" + sha256 "b885fd467b83faf6f44aab5a8f402136ed8a17c1bde0ee8fecd6e52d05743822" license "MIT" head "https://github.com/k1LoW/tbls.git", branch: "main" From 09f607a4c6d79092af1817ab5732afbf371df164 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:16:59 +0000 Subject: [PATCH 07575/10074] tea 0.10.1 --- Formula/t/tea.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tea.rb b/Formula/t/tea.rb index aab48d0203a62..023613053c857 100644 --- a/Formula/t/tea.rb +++ b/Formula/t/tea.rb @@ -1,8 +1,8 @@ class Tea < Formula desc "Command-line tool to interact with Gitea servers" homepage "https://gitea.com/gitea/tea" - url "https://gitea.com/gitea/tea/archive/v0.10.0.tar.gz" - sha256 "16cfbab7cf3c53d2291354d214edede008ab4e526af1573a3d8b5ef3cb549963" + url "https://gitea.com/gitea/tea/archive/v0.10.1.tar.gz" + sha256 "791b7f90eff9ade0d5ee5e3f0dfba128e35eaf83b5f8b8d5f5d6cc9a94ae9b03" license "MIT" head "https://gitea.com/gitea/tea.git", branch: "main" From 7d28fdcf410e23f5ed3d94cac00e340204799f86 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:17:11 +0000 Subject: [PATCH 07576/10074] telegraf 1.35.0 --- Formula/t/telegraf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/telegraf.rb b/Formula/t/telegraf.rb index 1d04574164774..e091ec900e7d3 100644 --- a/Formula/t/telegraf.rb +++ b/Formula/t/telegraf.rb @@ -1,8 +1,8 @@ class Telegraf < Formula desc "Plugin-driven server agent for collecting & reporting metrics" homepage "https://www.influxdata.com/time-series-platform/telegraf/" - url "https://github.com/influxdata/telegraf/archive/refs/tags/v1.34.4.tar.gz" - sha256 "11583d98a2f254bb7c0ce83162ca1a52ab46309d3738ec3c420438413c71f414" + url "https://github.com/influxdata/telegraf/archive/refs/tags/v1.35.0.tar.gz" + sha256 "990ad5eba041aa5bf91f5ca107b86d19cbbe14eddb1e822950c2a30356a78a80" license "MIT" head "https://github.com/influxdata/telegraf.git", branch: "master" From eb901672dd3e593d1f5009f2edb70cd19809e2f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:17:28 +0000 Subject: [PATCH 07577/10074] terragrunt 0.81.7 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 4979b4f1c8e93..3e4a8d3db1503 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.6.tar.gz" - sha256 "b271e5b681296f18ba4dd6adb3ee51a463fc1aca2c931f0633006382337f5a59" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.7.tar.gz" + sha256 "44702caebb7984e077b5126326956b0c11b100f0215661c34fa4c3ae88527f23" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 988fd245d9c35a88ff863fefe421ee351415a72e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:17 +0000 Subject: [PATCH 07578/10074] awscli: update 2.27.36 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index ba0e11e663d3e..58a75962a1233 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "6ea88e87131b97102f0ba140ec27219cb605e510e524eb8727455c9366fa529a" - sha256 cellar: :any, arm64_sonoma: "4f3f935a10c5c734e37342cb7112146d38d4c70fc0cdeb33ded8ecb807828aa5" - sha256 cellar: :any, arm64_ventura: "6d48210e72450d3fc189d3865ef5613e60af5f62165ec8fbee63bac3e2459f7f" - sha256 cellar: :any, sonoma: "9335f5d3537f152f390046b8b0ab104f8ceb95ffe91bca960d71d4d4eab5de45" - sha256 cellar: :any, ventura: "8c17d7c4e5668a7980fa71e7c08f2507f0a2e536f83f2d9254e5dd3b127f85ce" - sha256 cellar: :any_skip_relocation, arm64_linux: "b5c9baa75fb3905618f6856e771d92b2babb1aacd3ffeb6df217fc26757def6b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e887d0260e8c56b8b72447e758c9b13ea274a69b27e820529b77332ff90f5d3" + sha256 cellar: :any, arm64_sequoia: "0e4af47472fe2a0cbbb60164573e1ae5d160b9d2ed6d70f5bbe2936ad037cc75" + sha256 cellar: :any, arm64_sonoma: "9bc7dd4809fc8d7862bc10174dfb3689dc61daebb40ca40e55bc320e745cf641" + sha256 cellar: :any, arm64_ventura: "3d9d96b21f466d28a785ce89795546d2bb9ecb506e399d4533f39ecaf82ad443" + sha256 cellar: :any, sonoma: "077574dae4a48b4586ff8ef89daa58b39df51e99b69ef40e6ee2b9fca7694c0d" + sha256 cellar: :any, ventura: "b384e56dcfee38672955ca45c2b3e0b58a95361f21e3d7f34691f6fb31a7fc41" + sha256 cellar: :any_skip_relocation, arm64_linux: "0de434c5101b133011a069b644e211c209261a9992e4226139d8a932140870ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3455caa876f32d074a9509f7a96da687fb28f51726859a2a6be78a14bd9bbf0a" end depends_on "cmake" => :build From 4740eea743be8ec44938d42e406a44e3cd7a7aac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:18 +0000 Subject: [PATCH 07579/10074] helm: update 3.18.3 bottle. --- Formula/h/helm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helm.rb b/Formula/h/helm.rb index bee17a9570e0e..76adfb355024a 100644 --- a/Formula/h/helm.rb +++ b/Formula/h/helm.rb @@ -8,13 +8,13 @@ class Helm < Formula head "https://github.com/helm/helm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2839421ff115477637eb88afa346ba7108229013954aaed80d4a259bd28d7462" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7eb5a917a4862aad9c9b3a0773c1479ff58f315e1da7eb0821a8ab93cbc2ef45" - sha256 cellar: :any_skip_relocation, arm64_ventura: "26bafae2cc635414d9d73dbfb040099969280cd33147c888e3f5eb04ace75deb" - sha256 cellar: :any_skip_relocation, sonoma: "bcfdbfdb41d69f2dfac93b026e635b517826ed020aceae7ba46a98d608ddc6f2" - sha256 cellar: :any_skip_relocation, ventura: "dc2f2bf6003837227abec1d7cfdc02fe2609c241561650f1928e4a4059a52e98" - sha256 cellar: :any_skip_relocation, arm64_linux: "3987965b39c4e72f945704466af8003675e61995e5fdaceea7589000541e0f34" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd3527cb26cf230591eba0e088038c9ec922e904f604899863fe3d17de08570b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "43945e6a380688198cc9dece6e8d8aa252d0705084c5f2b9cdad813890ef1c0d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "48d1070d78c63f0ea536234d37ad7a2f92d166fea53e4bd98ca3aad6ddec5b89" + sha256 cellar: :any_skip_relocation, arm64_ventura: "57ea2276bcc2eafe3e6d66779abe60be66890f98f79aaca48d1b02c7bcf4b6fe" + sha256 cellar: :any_skip_relocation, sonoma: "abe3446f9667efb3452441e9bfdbe8c06f87ba1682500bc3832f422c8ea13c34" + sha256 cellar: :any_skip_relocation, ventura: "4cc16620ae358ab4d03d1c4403450ded0ca44c875d8122f59010b1bc5cddcc35" + sha256 cellar: :any_skip_relocation, arm64_linux: "483d7f57a6b6e1b1768c34f011409797d184973a2c92b78f3737b88078beae6a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "57373b2d0e69db4fb0cb622ded5a9d5e363e60b8bc73f6d348a3d4d80bc4142f" end depends_on "go" => :build From ecca8e56a4c908b973a703199abbec66a35e8f97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:20 +0000 Subject: [PATCH 07580/10074] liburing: update 2.11 bottle. --- Formula/lib/liburing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lib/liburing.rb b/Formula/lib/liburing.rb index 29dfebf048296..0e033cac38a8f 100644 --- a/Formula/lib/liburing.rb +++ b/Formula/lib/liburing.rb @@ -8,7 +8,7 @@ class Liburing < Formula head "https://github.com/axboe/liburing.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "e8d2874f20a4896f14e8f95f53b33f86bfad226d810208248d420a09ad39d387" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ed93a64bc85e921e60d9e0461e63a8d3f3bddec04ecb273d617150b75022058" end depends_on :linux From 89d48df4dcda77e7f1f2c825b188f75c8fd14df0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:28 +0000 Subject: [PATCH 07581/10074] tbls: update 1.85.5 bottle. --- Formula/t/tbls.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tbls.rb b/Formula/t/tbls.rb index b79b89ae7bec3..105f8011d0bbf 100644 --- a/Formula/t/tbls.rb +++ b/Formula/t/tbls.rb @@ -7,13 +7,13 @@ class Tbls < Formula head "https://github.com/k1LoW/tbls.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1215a6878cf0d72f6873a0201d60729db7c01fd6973c81c7bb5e102a0ce669d1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0de4651a1d1e7d691c291248d99b4812160a1f4bdcf79a6efe6a91411c4f56ed" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f8caeab63795e64ddbb08ffda840fda03ec601c49999e840a05f995538a62e1d" - sha256 cellar: :any_skip_relocation, sonoma: "10d29650e8d9a12327beed40828a06d7def8c88c00ccaba344d5815f7ae67b69" - sha256 cellar: :any_skip_relocation, ventura: "1f82e9312e3e0b347e0415b432ec0ff2c576dfec636fc043ff441e94439db02b" - sha256 cellar: :any_skip_relocation, arm64_linux: "4127055bd3a2f787ac84f23c456b9183666e154b3d2e1a3161a8467a4a33b472" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d60f25053ddcf37442862b2e65cce93ec4cc03d8d3538023b2f8cfb9dce8dd92" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ce0422d068c5a348740e26eac201fbf397f471e2301df2e0e3e744f56548b77" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "688571ac21e0619e108a60c0036984739faddebf413d2f597bb8e5a276b23f61" + sha256 cellar: :any_skip_relocation, arm64_ventura: "305ba7044817e81a15d414c748f9e39ee73327694ac631a50f69f792fc4496b8" + sha256 cellar: :any_skip_relocation, sonoma: "d425e673d7354d02a118f6611c4c97b66b54e2323c52e308b7058b6cec275e16" + sha256 cellar: :any_skip_relocation, ventura: "e13a31cf8dfcfe3240a1be60152a58bc1cfbe27c8ffcd215fec7785b90e35b7c" + sha256 cellar: :any_skip_relocation, arm64_linux: "0fe4f1e85b93a7f7ee26584eeb1b6fa8e10daafaa1e6e52c43d0fb53f2ff28dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "559a0b9cb12269956fa229dd4ce87f12e4a29a8e44c35c7c8eeef028a8722477" end depends_on "go" => :build From 663ffc853c524256c9250373644e79fd049cfd85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:29 +0000 Subject: [PATCH 07582/10074] flyctl: update 0.3.143 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index 339d6e2a2df38..affa4d97beecd 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "812a381a391ed614944aa3da18f775662a173d98f4b64df993b05347047c0c71" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "812a381a391ed614944aa3da18f775662a173d98f4b64df993b05347047c0c71" - sha256 cellar: :any_skip_relocation, arm64_ventura: "812a381a391ed614944aa3da18f775662a173d98f4b64df993b05347047c0c71" - sha256 cellar: :any_skip_relocation, sonoma: "f38cf3e119394d09b5bce49b8d62026ac13388f1d8caafafdef553d24a3cdda6" - sha256 cellar: :any_skip_relocation, ventura: "f38cf3e119394d09b5bce49b8d62026ac13388f1d8caafafdef553d24a3cdda6" - sha256 cellar: :any_skip_relocation, arm64_linux: "310b41c4a4431b7f20cbffbdb5a2ac69d31fa16614041977fb8429817b2543e9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0bb7eb1091a8a7c869d04659b68d20e6959769ca1912a8c28bafff85650e1326" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f5a4ec19be0fc90dbcf98f1e9c7fce24c86d6a12ddce2003890167e7a93fa54" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f5a4ec19be0fc90dbcf98f1e9c7fce24c86d6a12ddce2003890167e7a93fa54" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6f5a4ec19be0fc90dbcf98f1e9c7fce24c86d6a12ddce2003890167e7a93fa54" + sha256 cellar: :any_skip_relocation, sonoma: "32f43695906e9079a49492594b9ff790becd768096dba992985ded84c0103eb7" + sha256 cellar: :any_skip_relocation, ventura: "32f43695906e9079a49492594b9ff790becd768096dba992985ded84c0103eb7" + sha256 cellar: :any_skip_relocation, arm64_linux: "096c6e81b8682d93a740a82e1ef9d17a7443cc0fbd5e5531e1897f641112134b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d628c2f9268f7498314f655e4dda4360ad9afb9e7347e754797e78ac8ea2770" end depends_on "go" => :build From d08c9eadafa777a02adba1fa26d43c60a79096ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:33 +0000 Subject: [PATCH 07583/10074] cosign: update 2.5.1 bottle. --- Formula/c/cosign.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cosign.rb b/Formula/c/cosign.rb index 9941f73fbd51f..2135e455a7344 100644 --- a/Formula/c/cosign.rb +++ b/Formula/c/cosign.rb @@ -8,12 +8,12 @@ class Cosign < Formula head "https://github.com/sigstore/cosign.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c2cd25f665ca8ea906e08475fc7094dc2dc32afd5a4ff365bf799dbbce99b21" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f083bd5adc5e4c89eeee008732596380f7a0b123c42ee0e2fc8c4a394e175ee7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0b4d94d0a5ad0ba7fb6d95bb7e5a53d16f3f27eaffb8789897ce38eb1cc59cbf" - sha256 cellar: :any_skip_relocation, sonoma: "47f7ef1bb3b65d438baa796a1d69c825157b1ed1630b6d81f7ddd778b5f6708c" - sha256 cellar: :any_skip_relocation, ventura: "97766a8e480cd06913c1f46050ebc70a1a959715f34ea7705207a6f79b22a9b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "36ffc2c1d6c6a55de34709f44c0ed3ee01be183791535f34f164757d0a97f0d9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e4adfdabc941c9c20e20256d84325a61cdecf387f69dd48f8328c555ec6fc61" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b807b6842121394815ed5fd3cc03012eaaa8383dbc89b72b7fa38e0975485ff0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "822bf31d57298c019c1828ebfc30b70716621b4c46622709f18a1e8c3f6de1e9" + sha256 cellar: :any_skip_relocation, sonoma: "b68c40ad0049fa91f0f7071f55c49e01b06cad1b1cf0371634509e73f18c1a37" + sha256 cellar: :any_skip_relocation, ventura: "493ec944fde8f191b0880b6e74698068e0f37f58c6dfb4970a780fd7b05f48d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f9fb2c71861a4f2f10ef1d4494eec27ce508e0de9e17ed77e240147234cd0505" end depends_on "go" => :build From c8818e75ee65e51bccaf4d3b027868d5fe0c3f99 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 21:02:36 +0000 Subject: [PATCH 07584/10074] chainhook: update 1.9.0 bottle. --- Formula/c/chainhook.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/c/chainhook.rb b/Formula/c/chainhook.rb index c140ae80c0445..676aa18e97641 100644 --- a/Formula/c/chainhook.rb +++ b/Formula/c/chainhook.rb @@ -12,15 +12,13 @@ class Chainhook < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee1d70019ceef4495f0921b1344b12b092846010ba7d831cfbae5f3639e682c6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d84022e09a8266a52686ed6c8ecda900051f13a4cc848daa0f6c518337cbb3ed" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0a30eb3a6b72c2c0cdd41d65f55f8b4317d1261b07fbcceca6363b39bef1ed7f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "a0e6da7d2520a8954d52270dda75248be81de3ff667ce6489b76a75d94d20ee7" - sha256 cellar: :any_skip_relocation, sonoma: "2e99210c74407049e8ea75816c0fb3b1ca111ca056c2f95ee923c8202dedb7cc" - sha256 cellar: :any_skip_relocation, ventura: "2d5f0d818bd4abb96efa88b7200ea9f3532169eca622e07f61d50a9fc7e4f92a" - sha256 cellar: :any_skip_relocation, monterey: "213dea4d00349141619d2682bee6191d18aaeeb5aa99340599f54dab75abb521" - sha256 cellar: :any_skip_relocation, arm64_linux: "10d4381a6b4bc83b5f1ef41fd88c6c1d9da90e820e95d9f86c2a25b87c1a9666" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1baa3948cbd9735f9249af29ff40e21d005185c70dd0f2a023cc733e298505f3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "82ff4a5ec7b4aa312786066af2837d17fc1b0ed2d330f48edb953507f533eb28" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "beb89ff5c70e198adff8eab6d5df70cb71dfd23880b1180159734603622caf58" + sha256 cellar: :any_skip_relocation, arm64_ventura: "152b922139083becc46220117c5e0d231c350aaf45f26d64364cad7dfe084d41" + sha256 cellar: :any_skip_relocation, sonoma: "50368ff655ea8363902b44d6e6c5894c79617d6a8b4b1b69929956415c597e4b" + sha256 cellar: :any_skip_relocation, ventura: "95789e890d61682e76409bcab394b10516c01313f6753c487f6b7acf59b2b4ba" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1fb33e311ed22c4819728973a18c07e67fcf7af7efae1a1952cf2dfdd9b31c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "540c3aa91b988100dbe13c53b58ce83e9a5719e33aaa0abc006f6634079d3a97" end depends_on "rust" => :build From f851fdb3bb149893b8f6032f96b1eaa07522582b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:38 +0000 Subject: [PATCH 07585/10074] telegraf: update 1.35.0 bottle. --- Formula/t/telegraf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/telegraf.rb b/Formula/t/telegraf.rb index e091ec900e7d3..7b46ced84d524 100644 --- a/Formula/t/telegraf.rb +++ b/Formula/t/telegraf.rb @@ -12,12 +12,12 @@ class Telegraf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "669f412ab6271a3e9f206653c86c508f979263b5c875fb1337340aa9f29085d2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "312dbbf4e2393dc7783eb71601433194c4bfce6243f6c1e0caeb086ba29c0fa9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d33d32af9a2aed9ed33199b955ed6193bffa1e58fd9a659a72953434f4224104" - sha256 cellar: :any_skip_relocation, sonoma: "1502a28a6e26d2539b870fb49593ac80d379193a34c39bdd5854a0174c2b468d" - sha256 cellar: :any_skip_relocation, ventura: "098fa1a46afddf9eb0202af54a03defa695bddd598c7e0be71307c69e8b3a697" - sha256 cellar: :any_skip_relocation, x86_64_linux: "62af02cf9d90be633495ca894f11ab57fc983f651a37b0e2d34295964097b9b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f44c24aac697b39566d2303ae37cf8588b95692f9c2467835c1678cb0d1503a4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9265b9600b216a3876c26c9da23cc626b59cffe6c7ff7b2cdf5c70096b4f2ac3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "30cc1c227cc94398051cc0c639a70c58b9555c4da90fd5af368e9a1c74d5cc74" + sha256 cellar: :any_skip_relocation, sonoma: "cacc1c62709517ca2483f479dbbf38419bf8d45dca35ef4cdc09da2a08d60f6e" + sha256 cellar: :any_skip_relocation, ventura: "9930cc62bbecdaaedf2cd9146844ba5f975eaf9c68eb9f5f29ed0ee3fbcf9ae7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0ff6d06dd1461d61d64d9a8aba32e39bcedc32c5b4d050dc69782b1833d17dd8" end depends_on "go" => :build From 67b0e751ccd09cf1f6a8ec33e336bbc3db004c40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:49 +0000 Subject: [PATCH 07586/10074] terragrunt: update 0.81.7 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 3e4a8d3db1503..b4794267e1a57 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "37bee1a66056fad861ab40bb03509a444ab11e88875dea61c9462e3a52a4a51d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "37bee1a66056fad861ab40bb03509a444ab11e88875dea61c9462e3a52a4a51d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "37bee1a66056fad861ab40bb03509a444ab11e88875dea61c9462e3a52a4a51d" - sha256 cellar: :any_skip_relocation, sonoma: "511e12516397f95c617d8a2ac4ef5ffadb3ffd8440e3b665845a2add82c93385" - sha256 cellar: :any_skip_relocation, ventura: "511e12516397f95c617d8a2ac4ef5ffadb3ffd8440e3b665845a2add82c93385" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6c8c5b823f6fc0f9ff87770a90f088969f8adb2ff393049b8abe42fe805c1108" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ca63cd9cc1cc05930dc764a3b03599b8d5347a9b2f2537e4035dc65bedd19a0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ca63cd9cc1cc05930dc764a3b03599b8d5347a9b2f2537e4035dc65bedd19a0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6ca63cd9cc1cc05930dc764a3b03599b8d5347a9b2f2537e4035dc65bedd19a0" + sha256 cellar: :any_skip_relocation, sonoma: "024d629b99afe84eb48842d07bef7a9a2612ceb0a0dd7ec9ec9318db09d5ae04" + sha256 cellar: :any_skip_relocation, ventura: "024d629b99afe84eb48842d07bef7a9a2612ceb0a0dd7ec9ec9318db09d5ae04" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd5310b5618e607a053a6201b6ea9a6ba5fffa9f4778409e4f9aee25500df57a" end depends_on "go" => :build From d9f4bfc4e15c385318bf08dac9b1bcec23bad3f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:58 +0000 Subject: [PATCH 07587/10074] nco: update 5.3.4 bottle. --- Formula/n/nco.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nco.rb b/Formula/n/nco.rb index 513accfdbd42f..8e9f884e089ff 100644 --- a/Formula/n/nco.rb +++ b/Formula/n/nco.rb @@ -6,13 +6,13 @@ class Nco < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "016683051edaab8c463bb06d0e67abb7f676e73bbc56da209b8117523fbcbe8c" - sha256 cellar: :any, arm64_sonoma: "06b88bf96fe1fcb98214c7fa0f18ac13f95f0dfb87354e9aaa470f25ddf19f88" - sha256 cellar: :any, arm64_ventura: "0b9dfb56a0715a8493a38de209db30264ee3330c71a60c11a0e90e5b14feff5c" - sha256 cellar: :any, sonoma: "d36b2ab46f025cefe922332b0e79378fae84ac103b180c1ec2a6ce08c1740a5c" - sha256 cellar: :any, ventura: "6826e166a0f390722aa352f3f0d5a38af73d0d172eb67e95bd36eb0a481e82ea" - sha256 cellar: :any_skip_relocation, arm64_linux: "8d68df0d8dc0af882b0ba189fdc6bf412935dc841f62d4d1ab97e0e82c1a93bd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e18741d889ae6f8aef1edc838490626baf3c18c6b99e2ddac7b0ab3f0c598c6c" + sha256 cellar: :any, arm64_sequoia: "02353f717e8ed2035866788430a1d0ba3a1d5b42116cf6e6e1dfae9aa3f2d684" + sha256 cellar: :any, arm64_sonoma: "d6be5813bad218baf0b2ede0da1841afd8e2274564a91e069c54b243a3461671" + sha256 cellar: :any, arm64_ventura: "3cc3c1d2ee8d9c1995669a7e06415240bfc4a4845de33adca2c56599866279f2" + sha256 cellar: :any, sonoma: "194152055d5fc9b86143adfeebeecd55169f33b7f57b58af57824bf801dd9f47" + sha256 cellar: :any, ventura: "e4b5d0ac54363a9ca27c0431db1618890390f8b7fb4d4c5b043addb59b8af559" + sha256 cellar: :any_skip_relocation, arm64_linux: "92805e74df3f254369b7fb60e6b35eece0fa5e89093bb0956909d0c632699efc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35c67b790ad4f58cd758283451f25bb05b85c2b54355967f849469c74ab8995c" end head do From 869f6c0dc745de1babb0587bbef5ceecfa93b89b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:02:59 +0000 Subject: [PATCH 07588/10074] tea: update 0.10.1 bottle. --- Formula/t/tea.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tea.rb b/Formula/t/tea.rb index 023613053c857..901d310a88cf8 100644 --- a/Formula/t/tea.rb +++ b/Formula/t/tea.rb @@ -7,12 +7,12 @@ class Tea < Formula head "https://gitea.com/gitea/tea.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e5dcc9c1edc11e0b9a0aa340d3b90169b1b4d9f4c2d30713761f7ac87390d68" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e5dcc9c1edc11e0b9a0aa340d3b90169b1b4d9f4c2d30713761f7ac87390d68" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1e5dcc9c1edc11e0b9a0aa340d3b90169b1b4d9f4c2d30713761f7ac87390d68" - sha256 cellar: :any_skip_relocation, sonoma: "0f44266a6dc54bf6b3776318666367a19b292c73a9cb8076f70aafa9cbe5b1e4" - sha256 cellar: :any_skip_relocation, ventura: "0f44266a6dc54bf6b3776318666367a19b292c73a9cb8076f70aafa9cbe5b1e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "251286d00306a5eedd0039b39a196c9106ed9234148e3f4c797ed7fb23ab99e5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "583f5f467ac41ee8780036f97b3c34e6e925c2c8175f17eed3cfb42401c6b982" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "583f5f467ac41ee8780036f97b3c34e6e925c2c8175f17eed3cfb42401c6b982" + sha256 cellar: :any_skip_relocation, arm64_ventura: "583f5f467ac41ee8780036f97b3c34e6e925c2c8175f17eed3cfb42401c6b982" + sha256 cellar: :any_skip_relocation, sonoma: "f90e4b3e7fbebe0214ae29c379b4b8b6fd5e8a7f37ae470e7b6e30532673eef9" + sha256 cellar: :any_skip_relocation, ventura: "f90e4b3e7fbebe0214ae29c379b4b8b6fd5e8a7f37ae470e7b6e30532673eef9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "74c4fbefda1ec421462275236ca561d2166d334f9cb6c36a66328a41f2eb720a" end depends_on "go" => :build From a8327722011b1b80641917df10d2a8e3bd1b2ecf Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 17:09:21 -0400 Subject: [PATCH 07589/10074] action-validator: add rust 1.87 build patch Signed-off-by: Rui Chen --- Formula/a/action-validator.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/a/action-validator.rb b/Formula/a/action-validator.rb index 279d2e914563b..0e64bf878cf12 100644 --- a/Formula/a/action-validator.rb +++ b/Formula/a/action-validator.rb @@ -18,6 +18,12 @@ class ActionValidator < Formula url "https://raw.githubusercontent.com/Homebrew/formula-patches/ffcaead14f73c08531313dcb7c300918db576c3b/action-validator/0.6.0-completion-manpage.patch" sha256 "91b0f5170e52537f78e4b196e3b3dd580e3e56e6479f14ba59cdfcff556f4680" end + + # rust 1.87.0 patch + patch do + url "https://raw.githubusercontent.com/Homebrew/formula-patches/9bc980d441be50bce28156456113fa52af0d0ff3/action-validator/0.6.0-rust-1.87.patch" + sha256 "5748743bb855cdb2eae732a6dca354a27dcf57ebbead3dbc645775b7029a97a9" + end end bottle do From d521ddb4af353c82931cadc02824e6483c800651 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 17:28:49 -0400 Subject: [PATCH 07590/10074] ffsend: add rust 1.87 build patch Signed-off-by: Rui Chen --- Formula/f/ffsend.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/f/ffsend.rb b/Formula/f/ffsend.rb index 08ac4bde2930d..97fbb0838d175 100644 --- a/Formula/f/ffsend.rb +++ b/Formula/f/ffsend.rb @@ -22,6 +22,12 @@ class Ffsend < Formula depends_on "openssl@3" end + # rust 1.87.0 patch, upstream pr ref, https://gitlab.com/timvisee/ffsend/-/merge_requests/44 + patch do + url "https://gitlab.com/timvisee/ffsend/-/commit/29eb167d4367929a2546c20b3f2bbf890b63c631.diff" + sha256 "e5171b23ffd3cc0f4f1d47b29d110735c211ce96ba601a166a66537df28ed1c4" + end + def install system "cargo", "install", *std_cargo_args From 793eed140b39ad8e281cd282d4a58fdf8d7c2577 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 17:33:26 -0400 Subject: [PATCH 07591/10074] findomain: add rust 1.87 build patch Signed-off-by: Rui Chen --- Formula/f/findomain.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/f/findomain.rb b/Formula/f/findomain.rb index 7c07becea15ab..9386e1a423a4c 100644 --- a/Formula/f/findomain.rb +++ b/Formula/f/findomain.rb @@ -21,6 +21,12 @@ class Findomain < Formula depends_on "rust" => :build depends_on "openssl@3" + # bump traitobject to build against rust 1.87 + patch do + url "https://github.com/Findomain/Findomain/commit/1c246de8300ef6dee7096bad2d2a1a239549c7f0.patch?full_index=1" + sha256 "b200ac84d9542af1f7c8cfd6b462f01e2dc8c1468cadb0ec74a49703f2b42e31" + end + def install # Ensure that the `openssl` crate picks up the intended library. ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix From bb5c125ccb43b013bed4a4fd8fb14adfcd59c011 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:34:09 -0700 Subject: [PATCH 07592/10074] kubeshark 52.7.8 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/k/kubeshark.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubeshark.rb b/Formula/k/kubeshark.rb index 8117f13ffee01..d02bdfd2c0d4c 100644 --- a/Formula/k/kubeshark.rb +++ b/Formula/k/kubeshark.rb @@ -1,8 +1,8 @@ class Kubeshark < Formula desc "API Traffic Analyzer providing real-time visibility into Kubernetes network" homepage "https://www.kubeshark.co/" - url "https://github.com/kubeshark/kubeshark/archive/refs/tags/v52.7.7.tar.gz" - sha256 "fb5a674ab6aeab88a1240aa822d43303c7d5d24a680cbdf49d4123bb42ad5418" + url "https://github.com/kubeshark/kubeshark/archive/refs/tags/v52.7.8.tar.gz" + sha256 "02d518b9d0033862e64f1d7436fcc287970ba2a072a815b44c8191bfc1329d19" license "Apache-2.0" head "https://github.com/kubeshark/kubeshark.git", branch: "master" From a390219055536b16afc90438e9041664f7f31cb3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 17:39:13 -0400 Subject: [PATCH 07593/10074] kalker: add rust 1.87 build patch Signed-off-by: Rui Chen --- Formula/k/kalker.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/k/kalker.rb b/Formula/k/kalker.rb index a64698c472bca..8ff94a737d99f 100644 --- a/Formula/k/kalker.rb +++ b/Formula/k/kalker.rb @@ -19,6 +19,12 @@ class Kalker < Formula uses_from_macos "m4" => :build + # bump wasm-bindgen to build against rust 1.87, upstream pr ref, https://github.com/PaddiM8/kalker/pull/167 + patch do + url "https://github.com/PaddiM8/kalker/commit/81bf66950a9dfeca4ab5fdd12774c93e40021eb1.patch?full_index=1" + sha256 "ea3bb71fc4c0b688d0823518a3d193092fab537abe9d78b887c3f89a39001c60" + end + def install cd "cli" do system "cargo", "install", *std_cargo_args From c4e8dd1f2b0cca7334a046686ac8f961419b3e03 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 18:07:52 -0400 Subject: [PATCH 07594/10074] scryer-prolog: add rust 1.87 build patch Signed-off-by: Rui Chen --- Formula/s/scryer-prolog.rb | 83 +++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 2 deletions(-) diff --git a/Formula/s/scryer-prolog.rb b/Formula/s/scryer-prolog.rb index a1656548914eb..fb03b553e2c36 100644 --- a/Formula/s/scryer-prolog.rb +++ b/Formula/s/scryer-prolog.rb @@ -1,11 +1,18 @@ class ScryerProlog < Formula desc "Modern ISO Prolog implementation written mostly in Rust" homepage "https://www.scryer.pl" - url "https://github.com/mthom/scryer-prolog/archive/refs/tags/v0.9.4.tar.gz" - sha256 "ccf533c5c34ee7efbf9c702dbffea21ba1c837144c3592a9e97c515abd4d6904" license "BSD-3-Clause" head "https://github.com/mthom/scryer-prolog.git", branch: "master" + stable do + url "https://github.com/mthom/scryer-prolog/archive/refs/tags/v0.9.4.tar.gz" + sha256 "ccf533c5c34ee7efbf9c702dbffea21ba1c837144c3592a9e97c515abd4d6904" + + # patch libffi to build against rust 1.87 + # upstream pr ref, https://github.com/mthom/scryer-prolog/pull/2895 and https://github.com/mthom/scryer-prolog/pull/2956 + patch :DATA + end + no_autobump! because: :requires_manual_review bottle do @@ -38,3 +45,75 @@ def install assert_equal "Hello from Scryer Prolog", shell_output("#{bin}/scryer-prolog -g 'test,halt' #{testpath}/test.pl") end end + +__END__ +diff --git a/Cargo.lock b/Cargo.lock +index 5e406c6..26f3d5a 100644 +--- a/Cargo.lock ++++ b/Cargo.lock +@@ -1477,9 +1477,9 @@ checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" + + [[package]] + name = "libffi" +-version = "3.2.0" ++version = "4.1.0" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" ++checksum = "ebfd30a67b482a08116e753d0656cb626548cf4242543e5cc005be7639d99838" + dependencies = [ + "libc", + "libffi-sys", +@@ -1487,9 +1487,9 @@ dependencies = [ + + [[package]] + name = "libffi-sys" +-version = "2.3.0" ++version = "3.3.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" ++checksum = "f003aa318c9f0ee69eb0ada7c78f5c9d2fedd2ceb274173b5c7ff475eee584a3" + dependencies = [ + "cc", + ] +diff --git a/Cargo.toml b/Cargo.toml +index 2af52e2..af8a464 100644 +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -80,7 +80,7 @@ serde = "1.0.159" + crossterm = { version = "0.20.0", optional = true } + ctrlc = { version = "3.2.2", optional = true } + hostname = { version = "0.3.1", optional = true } +-libffi = { version = "3.2.0", optional = true } ++libffi = { version = "4.0.0", optional = true } + native-tls = { version = "0.2.4", optional = true } + reqwest = { version = "0.11.18", optional = true } + rustyline = { version = "12.0.0", optional = true } +diff --git a/src/ffi.rs b/src/ffi.rs +index a8ffd74..835a06e 100644 +--- a/src/ffi.rs ++++ b/src/ffi.rs +@@ -53,13 +53,23 @@ pub struct ForeignFunctionTable { + structs: HashMap, + } + +-#[derive(Debug, Clone)] ++#[derive(Clone)] + struct StructImpl { + ffi_type: ffi_type, + fields: Vec<*mut ffi_type>, + atom_fields: Vec, + } + ++impl std::fmt::Debug for StructImpl { ++ fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { ++ f.debug_struct("StructImpl") ++ .field("ffi_type", &&"") ++ .field("fields", &self.fields) ++ .field("atom_fields", &self.atom_fields) ++ .finish() ++ } ++} ++ + struct PointerArgs { + pointers: Vec<*mut c_void>, + _memory: Vec>, From dc5d6e1bcf555296d7035a52e01c66aab889e7f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:10:19 +0000 Subject: [PATCH 07595/10074] itk: update 5.4.4 bottle. --- Formula/i/itk.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/i/itk.rb b/Formula/i/itk.rb index b0034cd186a8e..f988fac250449 100644 --- a/Formula/i/itk.rb +++ b/Formula/i/itk.rb @@ -12,11 +12,11 @@ class Itk < Formula end bottle do - sha256 arm64_sonoma: "ae807a63310b53705b6f0e2d9a2b516efb1519aea5872ee1343068e4c67e0edd" - sha256 arm64_ventura: "da205f1d8c8c34092aaeac9cc503c57b3b936573919b783fed65ed55992d2ba9" - sha256 sonoma: "60075661e500e59497c31b98486d5b8a03f784aff0454dc3fcfdea74a50d1b26" - sha256 ventura: "742b3de29a8603ea9644ff8a3030bd69bad915179a53f210f6aed05b397a2d17" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ec5e4bc7f694ffba16ee04174557a1954cac0841310c500fc85dfe591adbead4" + sha256 arm64_sonoma: "5e3b8ae8aa6b157c8aaa289ed199bd4792e923e30cb363b8f7f7e0abe6da1b83" + sha256 arm64_ventura: "f945f35c13497db6a21d68f1059ab33222e165f312728e23b7e07dd2db7ced51" + sha256 sonoma: "5c6d5f10c0d0b54be49b4103eddab3cbe7ff6686c6888ddcec2b7a3370e346a9" + sha256 ventura: "eec52a03c332a2fd63366982f15bcdcc93ee4abaf595a73db0ed7090f039e787" + sha256 cellar: :any_skip_relocation, x86_64_linux: "986e570d815f58bd7801ea3c1a954068ec769c0be40e9d6b0ac8bad7ffe84c9a" end depends_on "cmake" => :build From 777550b45928676de92f305f396a19c8f88268f3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 18:12:02 -0400 Subject: [PATCH 07596/10074] websocat: bump traitobject to build against rust 1.87 Signed-off-by: Rui Chen --- Formula/w/websocat.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/w/websocat.rb b/Formula/w/websocat.rb index 373574b91e1f0..567caee7c69d2 100644 --- a/Formula/w/websocat.rb +++ b/Formula/w/websocat.rb @@ -27,6 +27,12 @@ class Websocat < Formula depends_on "openssl@3" end + # bump traitobject to build against rust 1.87 + patch do + url "https://github.com/vi/websocat/commit/d4455623e777231d69b029d69d7a17c0de2bafe7.patch?full_index=1" + sha256 "505f8fa7311ef11c60f9e665aa1479fbdf4b666e9eae01db56567a3f25866c05" + end + def install system "cargo", "install", "--features", "ssl", *std_cargo_args end From 42bfd83d7a7d11fc6fef29ababedb2582b61153c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:41:27 +0000 Subject: [PATCH 07597/10074] kubeshark: update 52.7.8 bottle. --- Formula/k/kubeshark.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubeshark.rb b/Formula/k/kubeshark.rb index d02bdfd2c0d4c..b89764efbe1a0 100644 --- a/Formula/k/kubeshark.rb +++ b/Formula/k/kubeshark.rb @@ -15,13 +15,13 @@ class Kubeshark < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "34c4636bcc950f34dbd284bee8fbab84089904c997789f10ef2a1c53cfbc31c2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4edc31bcb4f35fa6ba6157dcb809f288034bfd031f89d55999afef3e1087b0fa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5987336952060db66c4f44c188f4ce7285794bb48a7dde9039f5d96f10da51ca" - sha256 cellar: :any_skip_relocation, sonoma: "0d257ad6f05178016c238b905fc05754f05c0b7e04aff3c8002d94dcb8e78541" - sha256 cellar: :any_skip_relocation, ventura: "1fbe41422574a55986c4df0300d01c1e9dd150b7f28b5a498a4ae299ae3495e7" - sha256 cellar: :any_skip_relocation, arm64_linux: "2a15b74330f5c92ac05799648732f2d92982997c250555b5bb2fb7b056897bfa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5b7010d1741c9dc71e8516b9642a233311c5b07a60455b2bcfdfe1669b42c602" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "653d103ab81cc6b27c279206b6995933f558fc788be19c9e758e3ac8bd0e22d6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75f9a2b3f4352584446310817b41349a1468c1486aef4e757be96fe00ff77752" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5c17db772424fe86efb5f944bf818a69cb3d1504db0f8c5b11b447d0a4b7675a" + sha256 cellar: :any_skip_relocation, sonoma: "cb0be7ced12c2b8d41ac0492bc67423a723ef785cbb5c674343dea9cddf7c884" + sha256 cellar: :any_skip_relocation, ventura: "990281b1ced837cb3e3ea95a3bd923354b45d23a87c141959951496a03c125c7" + sha256 cellar: :any_skip_relocation, arm64_linux: "6e392abb9fba2ae3c5159cbab05d1cf77537442ef9b637d472e72109908cd554" + sha256 cellar: :any_skip_relocation, x86_64_linux: "885ef7fb3f9c89985ad456b95c10b1f03863b61bfbf364b776031dbeaccd5778" end depends_on "go" => :build From 1b2a7cc600206f7f5bee09e48f2b08f573d4a20d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:52:09 +0000 Subject: [PATCH 07598/10074] cargo-nextest 0.9.99 --- Formula/c/cargo-nextest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-nextest.rb b/Formula/c/cargo-nextest.rb index fa5c1fe8fc7cc..a96ad8b776af0 100644 --- a/Formula/c/cargo-nextest.rb +++ b/Formula/c/cargo-nextest.rb @@ -1,8 +1,8 @@ class CargoNextest < Formula desc "Next-generation test runner for Rust" homepage "https://nexte.st" - url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.98.tar.gz" - sha256 "f9e28ae36085ce13657533ca8cfcdcb678b3f5dc6e5589572f46911f47694571" + url "https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.99.tar.gz" + sha256 "3a75e2c0bbf4da7a3218c772e8a178939fbf7fea830f6edbd9d37fe023a3cbe9" license "Apache-2.0" livecheck do From 93fb9690a03dadeba2ab8972ecd5ddf162dbbecf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:55:03 +0000 Subject: [PATCH 07599/10074] core-lightning 25.05 --- Formula/c/core-lightning.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/c/core-lightning.rb b/Formula/c/core-lightning.rb index 3c11baf83518f..4794f138276d1 100644 --- a/Formula/c/core-lightning.rb +++ b/Formula/c/core-lightning.rb @@ -3,8 +3,8 @@ class CoreLightning < Formula desc "Lightning Network implementation focusing on spec compliance and performance" homepage "https://github.com/ElementsProject/lightning" - url "https://github.com/ElementsProject/lightning/releases/download/v25.02.2/clightning-v25.02.2.zip" - sha256 "db0a7da35a5a58959fc48be6f410e7b0a5f718351729a3e4a41f3d7306fa3a3f" + url "https://github.com/ElementsProject/lightning/releases/download/v25.05/clightning-v25.05.zip" + sha256 "00d633a63570f6419db0dbd75b503bb04ba0f6eb469894da6fced2a8949d8007" license "MIT" head "https://github.com/ElementsProject/lightning.git", branch: "master" @@ -56,8 +56,8 @@ class CoreLightning < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end # Configure script overwrites `PKG_CONFIG_PATH` on macOS From 001bb8e8e8c4b00011e9bb3ff1793321bc467581 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:58:02 +0000 Subject: [PATCH 07600/10074] faircamp 1.4.2 --- Formula/f/faircamp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/faircamp.rb b/Formula/f/faircamp.rb index 96f2912e96804..453ad1f36cb72 100644 --- a/Formula/f/faircamp.rb +++ b/Formula/f/faircamp.rb @@ -1,8 +1,8 @@ class Faircamp < Formula desc "Static site generator for audio producers" homepage "https://codeberg.org/simonrepp/faircamp" - url "https://codeberg.org/simonrepp/faircamp/archive/1.4.0.tar.gz" - sha256 "f0966203417f73664c0a88ceddef249d54fdd64cfbb5819564ac496d2376ef0b" + url "https://codeberg.org/simonrepp/faircamp/archive/1.4.2.tar.gz" + sha256 "934afbd41118da5dd39164b647fe5c839789a9b8b43c9b7c1aa8b3a056884c35" license "AGPL-3.0-or-later" bottle do From 5c2174773ce06a91480930ed28c9496abd7fc3cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:02:30 +0000 Subject: [PATCH 07601/10074] gopls 0.19.0 --- Formula/g/gopls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gopls.rb b/Formula/g/gopls.rb index 2c61a368b2827..95fceb540b3d6 100644 --- a/Formula/g/gopls.rb +++ b/Formula/g/gopls.rb @@ -1,8 +1,8 @@ class Gopls < Formula desc "Language server for the Go language" homepage "https://github.com/golang/tools/tree/master/gopls" - url "https://github.com/golang/tools/archive/refs/tags/gopls/v0.18.1.tar.gz" - sha256 "e49fae5dd964432a0ea1661868e858acd2aa66aaf7e1c1d646fb8506f15c8e52" + url "https://github.com/golang/tools/archive/refs/tags/gopls/v0.19.0.tar.gz" + sha256 "31fb294f11d5a939a347c4c62ff2b9a92d739a5feab73e7b795bb041367da0c4" license "BSD-3-Clause" head "https://github.com/golang/tools.git", branch: "master" From 6af8c1a20532845bf3224e741a5359067525bf73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:04:31 +0000 Subject: [PATCH 07602/10074] harper 0.43.0 --- Formula/h/harper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index f4258681cc0d2..f2b640bcc2e30 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -1,8 +1,8 @@ class Harper < Formula desc "Grammar Checker for Developers" homepage "https://writewithharper.com/" - url "https://github.com/Automattic/harper/archive/refs/tags/v0.42.0.tar.gz" - sha256 "705e1fd1d33b0d37f0d2146e0ac6345dbcd8dda448f3c61c9f827c8391a906d1" + url "https://github.com/Automattic/harper/archive/refs/tags/v0.43.0.tar.gz" + sha256 "c49eefa86b96295ba033c1ab4324d195df26f3caec48ca885003a86ce64dcb63" license "Apache-2.0" head "https://github.com/Automattic/harper.git", branch: "master" From 51746de87405b41f3c54b2ee1f5b10f8e7d778d2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 19:10:04 -0400 Subject: [PATCH 07603/10074] parallel-disk-usage: add rust 1.87 build patch Signed-off-by: Rui Chen --- Formula/p/parallel-disk-usage.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/p/parallel-disk-usage.rb b/Formula/p/parallel-disk-usage.rb index b51f0fd583b34..667cefb2655a5 100644 --- a/Formula/p/parallel-disk-usage.rb +++ b/Formula/p/parallel-disk-usage.rb @@ -18,6 +18,12 @@ class ParallelDiskUsage < Formula depends_on "rust" => :build + # rust 1.87 build patch, upstream pr ref, https://github.com/KSXGitHub/parallel-disk-usage/pull/276 + patch do + url "https://github.com/KSXGitHub/parallel-disk-usage/commit/20fe7513f96cfbc456b835faf36c003d039500e2.patch?full_index=1" + sha256 "cd7555caa0e2f976fe2dfab81be0077ac1b95977accf70a3d6975c86123207d3" + end + def install system "cargo", "install", "--features", "cli,cli-completions", *std_cargo_args From 3317bc069e8aa47bab15f0ed02ef2c34a809a0b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:10:24 +0000 Subject: [PATCH 07604/10074] lume 0.2.16 --- Formula/l/lume.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lume.rb b/Formula/l/lume.rb index 839f5b1ac3344..60d3a9bf8026a 100644 --- a/Formula/l/lume.rb +++ b/Formula/l/lume.rb @@ -1,8 +1,8 @@ class Lume < Formula desc "Create and manage Apple Silicon-native virtual machines" homepage "https://github.com/trycua/cua" - url "https://github.com/trycua/cua/archive/refs/tags/lume-v0.2.15.tar.gz" - sha256 "13e33eeaa7cc459975a2045cc7c81128ea030988f8c493d2e903967fefd98d8c" + url "https://github.com/trycua/cua/archive/refs/tags/lume-v0.2.16.tar.gz" + sha256 "ec8e97e7bc882b75c1b5583c8b63249260ba56675aa636b86d82d69cedbb11f9" license "MIT" head "https://github.com/trycua/cua.git", branch: "main" From e35bed4ccafb9938cd95e2d346cf2f183454055b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:11:02 +0000 Subject: [PATCH 07605/10074] massdriver 1.11.2 --- Formula/m/massdriver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/massdriver.rb b/Formula/m/massdriver.rb index e3a877f461136..7f77cedeebbf0 100644 --- a/Formula/m/massdriver.rb +++ b/Formula/m/massdriver.rb @@ -1,8 +1,8 @@ class Massdriver < Formula desc "Manage applications and infrastructure on Massdriver Cloud" homepage "https://www.massdriver.cloud/" - url "https://github.com/massdriver-cloud/mass/archive/refs/tags/1.11.1.tar.gz" - sha256 "90a941125dae188610c4906180e5374ed2e6312e552b699ff6346c2ad09fe893" + url "https://github.com/massdriver-cloud/mass/archive/refs/tags/1.11.2.tar.gz" + sha256 "b8e5893d54383cb440a72ecdac9679baf6a4d5c134ecab07f4dc9beda4fae147" license "Apache-2.0" head "https://github.com/massdriver-cloud/mass.git", branch: "main" From 954d71178682fc5eee0dda0eb8fbbf5478c2ecbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:11:47 +0000 Subject: [PATCH 07606/10074] mise 2025.6.5 --- Formula/m/mise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index b89dfa820651b..f0dfca94a5a90 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.4.tar.gz" - sha256 "ea8e4681dfa52a7c514f88d35a28e5456ecdc317232fc890360d6d68abd8dff0" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.5.tar.gz" + sha256 "34d43dd19846caf1bc249b7ef3d8298df48df2b95727a6e9695a2ded33c1c067" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" From 11b4872dccd40247414ba5c7ebd4352933210d5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:11:49 +0000 Subject: [PATCH 07607/10074] cargo-nextest: update 0.9.99 bottle. --- Formula/c/cargo-nextest.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-nextest.rb b/Formula/c/cargo-nextest.rb index a96ad8b776af0..1860211a90295 100644 --- a/Formula/c/cargo-nextest.rb +++ b/Formula/c/cargo-nextest.rb @@ -11,13 +11,13 @@ class CargoNextest < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "930ad382afafb2209b8c29fffb78b76a185a9915208b885dcb80ba41bd7619c6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed8fc1a65e990aacbbfe3b404ee501c62fbe687bf26309d4b8962c46683f0232" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6aedf633baffcfc376614f78b4bd86acef6176709734cd34d292a7c362db2b46" - sha256 cellar: :any_skip_relocation, sonoma: "0c38fd4a3c5e32472efe8fe6253289966967baf29d3b63abb89b2086d1441ce6" - sha256 cellar: :any_skip_relocation, ventura: "b162ec147a7bfa0bf8d1aa997cb6744fc44841115daf2b9b2beb3fec7e7d44e8" - sha256 cellar: :any_skip_relocation, arm64_linux: "c83c8ede526bca605030d929afded2d00331f5c316b1424f48c0a1a291c0fa54" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fadffd8bbf5520913be1dbcfe5f1d5bb7124570c39ee20ecea40fa5f06957f9f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c67cb4e89f717279eedab13190c085e28c7ec5df7d389da19efdb78658cb0c70" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ae7f7def049aa36dcd6178fddc042e9be97dfdf823f2558a4337f05d18499be" + sha256 cellar: :any_skip_relocation, arm64_ventura: "83f74bd1a4391d073dd5efd32e843b37c3e534cd875678a8dd2522ed0bc42ca8" + sha256 cellar: :any_skip_relocation, sonoma: "626ad5cdae38379e886e30f9eb7f683e54c5b49d79c7f35cbcbd1dea62179d2e" + sha256 cellar: :any_skip_relocation, ventura: "25f3de28660b118b9b978c1792767683a6fa08bf6569684a41ebd16a7fcbf3e2" + sha256 cellar: :any_skip_relocation, arm64_linux: "382f8b4ffd95e61161069ab08a054b2ffbd63258b3a83ee9a38e6b5eb3366bf5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "63eed09256fa43963cf71ae19264caa54581d13f5c0d72dcdadca46f9e25ed0f" end depends_on "rust" => :build From a91de1c9b04c79538fb0632c96269f6e0d639e79 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:14:32 +0000 Subject: [PATCH 07608/10074] ollama 0.9.1 --- Formula/o/ollama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index 07aa21c5f108d..22b5389688b62 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -2,8 +2,8 @@ class Ollama < Formula desc "Create, run, and share large language models (LLMs)" homepage "https://ollama.com/" url "https://github.com/ollama/ollama.git", - tag: "v0.9.0", - revision: "5f57b0ef4268a6bd9e8043d54c351a608a7e1bca" + tag: "v0.9.1", + revision: "5a8eb0e1510a5a35b80649f2b88e9231716b6850" license "MIT" head "https://github.com/ollama/ollama.git", branch: "main" From e21f7c6da6b52a9faf591d2d111290095a237dab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:18:49 +0000 Subject: [PATCH 07609/10074] ramalama 0.9.2 --- Formula/r/ramalama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ramalama.rb b/Formula/r/ramalama.rb index 3afd5c0d69127..666d1b9a2cd3b 100644 --- a/Formula/r/ramalama.rb +++ b/Formula/r/ramalama.rb @@ -3,8 +3,8 @@ class Ramalama < Formula desc "Goal of RamaLama is to make working with AI boring" homepage "https://github.com/containers/ramalama" - url "https://files.pythonhosted.org/packages/65/57/bb1f0b25025cac69ea73d5336f71f9eded0d262cbf2f766501a990d8f062/ramalama-0.9.1.tar.gz" - sha256 "61fce17a46ca6d7dc04c4fbceb6a12853fece3a13b7b171f7cdff19ceb989a12" + url "https://files.pythonhosted.org/packages/7e/f6/176978055ffc7483e089735860870848509e4825b74d3a275935df586318/ramalama-0.9.2.tar.gz" + sha256 "f8189c287c2915083c4571158651b008a667fcb6d02b5c66a93f14745e85f4c1" license "MIT" bottle do From 13fff3213e940d4aedac454146be0c9671918aea Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 23:26:28 +0000 Subject: [PATCH 07610/10074] git 2.50.0 --- Formula/g/git.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git.rb b/Formula/g/git.rb index 8877f908ae491..2e20cf5271b62 100644 --- a/Formula/g/git.rb +++ b/Formula/g/git.rb @@ -1,8 +1,8 @@ class Git < Formula desc "Distributed revision control system" homepage "https://git-scm.com" - url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.49.0.tar.xz" - sha256 "618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628" + url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.50.0.tar.xz" + sha256 "dff3c000e400ace3a63b8a6f8b3b76b88ecfdffd4504a04aba4248372cdec045" license "GPL-2.0-only" head "https://github.com/git/git.git", branch: "master" @@ -36,8 +36,8 @@ class Git < Formula end resource "html" do - url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-htmldocs-2.49.0.tar.xz" - sha256 "949e0392c749fd6265e5b040df07cc3226d0ea300c2c166171295881e7070671" + url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-htmldocs-2.50.0.tar.xz" + sha256 "790ffce64c9f439624c5cdc41249e0e6b86010f35eb74456e814de74a29b4bf3" livecheck do formula :parent @@ -45,8 +45,8 @@ class Git < Formula end resource "man" do - url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.49.0.tar.xz" - sha256 "2e4743168c4fba9729a50a1d7e52a5c94bc134a55df2e1bcee90762ebac2c4d7" + url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.50.0.tar.xz" + sha256 "58e73c5271dc7ac0553648cb58b981690aab6f604eef7da14c579a6bccbe9211" livecheck do formula :parent From c9ca2603249c77990cd5b932fd3e35f1667ba691 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 23:26:28 +0000 Subject: [PATCH 07611/10074] git-credential-libsecret 2.50.0 --- Formula/g/git-credential-libsecret.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-credential-libsecret.rb b/Formula/g/git-credential-libsecret.rb index d839ff392892e..989aeeb7c8eae 100644 --- a/Formula/g/git-credential-libsecret.rb +++ b/Formula/g/git-credential-libsecret.rb @@ -1,8 +1,8 @@ class GitCredentialLibsecret < Formula desc "Git helper for accessing credentials via libsecret" homepage "https://git-scm.com" - url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.49.0.tar.xz" - sha256 "618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628" + url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.50.0.tar.xz" + sha256 "dff3c000e400ace3a63b8a6f8b3b76b88ecfdffd4504a04aba4248372cdec045" license "GPL-2.0-or-later" head "https://github.com/git/git.git", branch: "master" From 9d74a60abd70db9f6aa42362b29047860ec28d58 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 23:26:28 +0000 Subject: [PATCH 07612/10074] git-gui 2.50.0 --- Formula/g/git-gui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-gui.rb b/Formula/g/git-gui.rb index 85224c35d1a0c..ea781e50ab31d 100644 --- a/Formula/g/git-gui.rb +++ b/Formula/g/git-gui.rb @@ -1,8 +1,8 @@ class GitGui < Formula desc "Tcl/Tk UI for the git revision control system" homepage "https://git-scm.com" - url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.49.0.tar.xz" - sha256 "618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628" + url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.50.0.tar.xz" + sha256 "dff3c000e400ace3a63b8a6f8b3b76b88ecfdffd4504a04aba4248372cdec045" license "GPL-2.0-only" head "https://github.com/git/git.git", branch: "master" From 8c5fd7c5c142edfeaab1875e2e0df9ef3411b263 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 23:26:28 +0000 Subject: [PATCH 07613/10074] git-svn 2.50.0 --- Formula/g/git-svn.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/g/git-svn.rb b/Formula/g/git-svn.rb index 74269598db194..e00fdced6eec5 100644 --- a/Formula/g/git-svn.rb +++ b/Formula/g/git-svn.rb @@ -1,10 +1,9 @@ class GitSvn < Formula desc "Bidirectional operation between a Subversion repository and Git" homepage "https://git-scm.com" - url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.49.0.tar.xz" - sha256 "618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628" + url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.50.0.tar.xz" + sha256 "dff3c000e400ace3a63b8a6f8b3b76b88ecfdffd4504a04aba4248372cdec045" license "GPL-2.0-only" - revision 1 head "https://github.com/git/git.git", branch: "master" livecheck do From 73fcbabf982948595f54cae22a1cdbab7e97196a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 19:29:12 -0400 Subject: [PATCH 07614/10074] autobump: add git,git-credential-libsecret,git-gui,git-svn Signed-off-by: Rui Chen --- .github/autobump.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index 12dbec8ec691e..9dd26f0967dd5 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1281,6 +1281,7 @@ gifski gimme ginac gismo +git git-absorb git-annex git-bug @@ -1288,12 +1289,14 @@ git-cinnabar git-cliff git-codereview git-cola +git-credential-libsecret git-credential-oauth git-delete-merged-branches git-delta git-extras git-filter-repo git-grab +git-gui git-ignore git-interactive-rebase-tool git-lfs @@ -1304,6 +1307,7 @@ git-remote-hg git-review git-split-diffs git-subrepo +git-svn git-sync git-town git-who From 2f7957955154f2c0e69400cca5b7cac559b77ec8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:31:53 +0000 Subject: [PATCH 07615/10074] massdriver: update 1.11.2 bottle. --- Formula/m/massdriver.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/massdriver.rb b/Formula/m/massdriver.rb index 7f77cedeebbf0..a11206c86745b 100644 --- a/Formula/m/massdriver.rb +++ b/Formula/m/massdriver.rb @@ -15,12 +15,12 @@ class Massdriver < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b806c5272ff004cdb8a846106591ab2e47c499cd2ddf8512f1be0c895dfc3a2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b806c5272ff004cdb8a846106591ab2e47c499cd2ddf8512f1be0c895dfc3a2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2b806c5272ff004cdb8a846106591ab2e47c499cd2ddf8512f1be0c895dfc3a2" - sha256 cellar: :any_skip_relocation, sonoma: "de82a6c01b310a3c7ffee6688047108cacb1a3b15b7abb4326adf796c6325f13" - sha256 cellar: :any_skip_relocation, ventura: "de82a6c01b310a3c7ffee6688047108cacb1a3b15b7abb4326adf796c6325f13" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ae067d338cc3aa745923a883733bde0df24c89e333cd6efb408899f4cd4fa7f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f6cddd55b5f57c582fa5ca59cae6e1711489f202393728bba86d5fd20886f91" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f6cddd55b5f57c582fa5ca59cae6e1711489f202393728bba86d5fd20886f91" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3f6cddd55b5f57c582fa5ca59cae6e1711489f202393728bba86d5fd20886f91" + sha256 cellar: :any_skip_relocation, sonoma: "b07c4bdddec6358a033d6055595ae71f0384afb7423cb640749b8df532152aee" + sha256 cellar: :any_skip_relocation, ventura: "b07c4bdddec6358a033d6055595ae71f0384afb7423cb640749b8df532152aee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "59dd5b4d01f8f6e880dac588873672ba85c2a213021f53ab07301c0b025a8a16" end depends_on "go" => :build From fc8936bf1959a8798e8ee208adda1ac5179633b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:32:10 +0000 Subject: [PATCH 07616/10074] harper: update 0.43.0 bottle. --- Formula/h/harper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index f2b640bcc2e30..d01fd3e5828fb 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -12,13 +12,13 @@ class Harper < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4d03c77fdcb153b9df893f7b26ac061d39d60df015a793b973d5af291bc118f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e29dcd9c4e7069d9c3ec06d234e66a04faab30e4bcb1564b7d691d5ad87815a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fcc8d4d333d44a027ef2e488b3f95e493241e73bcdbd806922c9e76cf47e74c5" - sha256 cellar: :any_skip_relocation, sonoma: "a431137296539342a75db0d97b1050554da942cad74ea5138810305498b4f0be" - sha256 cellar: :any_skip_relocation, ventura: "6e7c1a9dc0cff00d9f219a02fadb89f52edb63672ef5f4965cecdef4683b04d0" - sha256 cellar: :any_skip_relocation, arm64_linux: "fce3d31a1687e4b1c4466f41a8ea787547cfa48282f7d6782fce586d4feab425" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b8ad78c3b84271e11a45ec440a1f2ccc33afc1837ba268eb6c1adb2c5c7a542b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "293d7596af2b63d19f1b1eaee3f46fffb374f84aecd5c49e4fd68a152acd58b0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94242542d6bd8134db896545999d848392668e3553d20b5818367ee0f3478d85" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9cc2fd693ce04ebf2a5feb6e3f72dd87501c59b6912cdbbd764161a401f0d05b" + sha256 cellar: :any_skip_relocation, sonoma: "6b93928e41fbea2bcfba85575bf5a78e6b3edd58dd0453df0fe3ac302020ef61" + sha256 cellar: :any_skip_relocation, ventura: "30b1d771aaa7d7bda1861673fc4f4928435975707ebeb5b9b232ec61d50011e9" + sha256 cellar: :any_skip_relocation, arm64_linux: "8f9d526faee47c5483ba02f3e6379c7458ff2d715c69dbe8f47a8d755f6407ce" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4d05d140930d4219f38f23c39161ed32670f4a9607a30a24041ad586dc45a22" end depends_on "rust" => :build From 08b35b0a781ea2efe5638945c3b77e6b1b907737 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:32:16 +0000 Subject: [PATCH 07617/10074] lume: update 0.2.16 bottle. --- Formula/l/lume.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/l/lume.rb b/Formula/l/lume.rb index 60d3a9bf8026a..d374e33aaac4d 100644 --- a/Formula/l/lume.rb +++ b/Formula/l/lume.rb @@ -12,9 +12,8 @@ class Lume < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "77bb23d3c58147d030d07d5548d81c3d54e79d5b39158daf5bb74098e26e78ed" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "84bb13d84c4fd64cb8c818158f9ebbb955c2b6b196c7b2bb887c9bc4994ffda6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa9208b508b9d09146ff8af9dd774fd44c4cf501268db10681281ee3ddc9fa9a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "65d6226f54c29189e8acfc413431c2cef38ac22085f3e69c414209138dec960c" end depends_on xcode: ["16.0", :build] From d989a69074d0a7c5ff468a42e704b218b8a851a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:32:26 +0000 Subject: [PATCH 07618/10074] gopls: update 0.19.0 bottle. --- Formula/g/gopls.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gopls.rb b/Formula/g/gopls.rb index 95fceb540b3d6..ee9093aab92f6 100644 --- a/Formula/g/gopls.rb +++ b/Formula/g/gopls.rb @@ -13,12 +13,12 @@ class Gopls < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a51103714879c3a9c45b9da97c4c489179e12292b992c5c5d5190c4f684862c8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a51103714879c3a9c45b9da97c4c489179e12292b992c5c5d5190c4f684862c8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a51103714879c3a9c45b9da97c4c489179e12292b992c5c5d5190c4f684862c8" - sha256 cellar: :any_skip_relocation, sonoma: "f3e6bae6f127a45cbcece58178bb2a25867e6bc8c209e57ebe58bb815af628cb" - sha256 cellar: :any_skip_relocation, ventura: "f3e6bae6f127a45cbcece58178bb2a25867e6bc8c209e57ebe58bb815af628cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "71942ac2fc52efc631a25de23fa00ad34ec720d30dbf4d037d5d062bce31ace0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d0180b09330b40d0bb58174a6411808a542ce4086a0b19b3c6d6a79774a8087" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d0180b09330b40d0bb58174a6411808a542ce4086a0b19b3c6d6a79774a8087" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3d0180b09330b40d0bb58174a6411808a542ce4086a0b19b3c6d6a79774a8087" + sha256 cellar: :any_skip_relocation, sonoma: "8d8dc48ae991fae917c13027521584462b10bf398babbf3ba7d53261a2f931f2" + sha256 cellar: :any_skip_relocation, ventura: "8d8dc48ae991fae917c13027521584462b10bf398babbf3ba7d53261a2f931f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "07932bc79b818b1f1beb0e5f81d4c8f019382c9414ab6e71e672efb12db8e6c1" end depends_on "go" => :build From 0a0a7fff5c39f002f38044a15c65c31d063e3465 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:32:59 +0000 Subject: [PATCH 07619/10074] core-lightning: update 25.05 bottle. --- Formula/c/core-lightning.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/core-lightning.rb b/Formula/c/core-lightning.rb index 4794f138276d1..68731ab527c4f 100644 --- a/Formula/c/core-lightning.rb +++ b/Formula/c/core-lightning.rb @@ -15,13 +15,13 @@ class CoreLightning < Formula end bottle do - sha256 arm64_sequoia: "20a9b6d87a4da792e3c43225945ae9e63df5cb63efeedfea312a6a4e4c92faf5" - sha256 arm64_sonoma: "c8fa3cf712430a36213b14801915b59d64d36f81151ba3dbcc0fc5b3526ec0fa" - sha256 arm64_ventura: "77eb48e7619b5ebc82519785ec875fab0a8d2ab22fadb61450cc090cfb54426a" - sha256 sonoma: "4eec1e5cfe0aaa34d60da59f852b543efa3aab0c3176c3ee60ad63e2cf203d84" - sha256 ventura: "5ddfcd6302056dbcd26425c726d540851083683bff64ccea2e35c9b2e90f0439" - sha256 arm64_linux: "b5ef6d7c3ef3085b901b858fb9b54519a42c1e8e8bdb97ea497753c4bb7f293f" - sha256 x86_64_linux: "edff9fb5abe60bf968ab4b737bda1b786a362799706c352fba5023114c2a3285" + sha256 arm64_sequoia: "c54f40a76481c041795b57ea1475a45604b933c99ea195c65828eabf4a3d05aa" + sha256 arm64_sonoma: "4c311bf0640be8433913743950c41fc7114ecb57be98244588467225b355b782" + sha256 arm64_ventura: "deed4f30089eb8d52e8939aee742dd59f750f64d586fa50303edc2e447154a52" + sha256 sonoma: "d4307711486764ec1385a54fd4decc41668d3f1e8cc104939e77a09552b31b26" + sha256 ventura: "fb51a25a6bc146fb5cba2c566cc6e2c7daa53d9f0ac992d4e15af1e745f70ace" + sha256 arm64_linux: "0f433e4a7a10a6ace1abd488d9aa92b5213bee048055767b166b5f1730b4b4e7" + sha256 x86_64_linux: "9724576cede91ef3c14d683da34a23862364fb70fc50a179877e941615e5dde5" end depends_on "autoconf" => :build From 8e5926ddd319495d3bf4fac17eecdb9bed0fdee2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:36:37 +0000 Subject: [PATCH 07620/10074] faircamp: update 1.4.2 bottle. --- Formula/f/faircamp.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/f/faircamp.rb b/Formula/f/faircamp.rb index 453ad1f36cb72..0bf20f6a0cbbc 100644 --- a/Formula/f/faircamp.rb +++ b/Formula/f/faircamp.rb @@ -6,11 +6,11 @@ class Faircamp < Formula license "AGPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "1c86f0ade713cfef2a77cda052d566859e22c8fa309324b93c95d910f918346f" - sha256 cellar: :any, arm64_sonoma: "bd572ca10c3545edbb295b75460d7edaa01f813789335f0fde1541be906fd284" - sha256 cellar: :any, arm64_ventura: "88d895bf0ee2572c9470b143f2c14d88c2fc66fc483cbc34c7fb94c794b61125" - sha256 cellar: :any, sonoma: "cb12fdaf1c4ee02af3e427ff2b5c30e5da48bd87bbe7c92da5d9046b7567228a" - sha256 cellar: :any, ventura: "cfcc73ed66fe91c56cf82a4b96014cb4c479a6a409ab578fe804da36c9da3351" + sha256 cellar: :any, arm64_sequoia: "d4b4e1f9a8688e8d9013ad446c0d946d83afd80b0c8f3775d2d4446161c3b92c" + sha256 cellar: :any, arm64_sonoma: "2a4567bbe5c0084f8b2c4ce5df0e85479a1407cd5db551a65c3feb436bc26721" + sha256 cellar: :any, arm64_ventura: "0a60a4ed2110e4f7b0af8d9fb8b7b145016986d378b5f6764273d1ce24458331" + sha256 cellar: :any, sonoma: "62323585d09c30d0b575d461065b655ea311f526ece4da8b051a1379dbf237e0" + sha256 cellar: :any, ventura: "5d78f5c8ce14bd6d78818a9eb96c73b9bdb270015eab8b20b992c9db61949e90" end depends_on "opus" => :build From 446442b52b77f73607b3a0deff45007bbbcb0422 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:38:47 +0000 Subject: [PATCH 07621/10074] mise: update 2025.6.5 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index f0dfca94a5a90..16ddd1668ddce 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -14,13 +14,13 @@ class Mise < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f24cac260da6e5bf0996b2499d5d1985c35745dea58e101faf561b61b869896" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cf0b2c6ab236d6e5a395c74d36e33fa320310eb438a8e1628553deb6d49508d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7df83c9060b4c1ae0f03492c8ecf1e86a1bed4d21b841a0a56162f0313514471" - sha256 cellar: :any_skip_relocation, sonoma: "eb16bc2cd53234fdd0b514d8084473f0a4f51e4ece1c4fc748bcbb979d7f81f7" - sha256 cellar: :any_skip_relocation, ventura: "92d0ddfccac63e79623da12c592fa7a2dd4608c442f5dc7a915e773dff713ad3" - sha256 cellar: :any_skip_relocation, arm64_linux: "99f94f8258fc7d6fe5bac8a370e5367775e7907aea4820c8c617e7a81ae87efc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b90c0e90c4ebe8fb2c257fbd3840c16ed1e02dd680dd31d590390dac977933d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e5aea9bc0f0edbba348e2b1d92b1eed4170141023bea7418249f80df2a9508e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1766fc7afe2ca1c9973c9e286c9cbb2339e292d897e9771359682887c6b95d3c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d21bcc8c0f10fc701e697ac52fd32cdaca8ec56118c6b30d98edc57ddd841559" + sha256 cellar: :any_skip_relocation, sonoma: "f4b28ded123770a73bf9f411d146fa967799a881f5d74c9b923c8a2f8b6a0b4c" + sha256 cellar: :any_skip_relocation, ventura: "373c457a1ec0d23b3ef36f70495aff7e8ab7811c2a4f68a47c3557782563af5c" + sha256 cellar: :any_skip_relocation, arm64_linux: "4c34df4f6f292388ed873e591b69f815db25bf46e2443e8f33beffc6eb9c7a00" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1dedcf2e6ff729a28aaaa5d632f1ee3b4dcc143808515f684ce115cad8984824" end depends_on "pkgconf" => :build From 61e8a519fa1d990057027287589ce70417e59b34 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:38:48 +0000 Subject: [PATCH 07622/10074] ollama: update 0.9.1 bottle. --- Formula/o/ollama.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index 22b5389688b62..a256b0574bc6b 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -16,13 +16,13 @@ class Ollama < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "035b6b23542d9d5026adaacfb87ab8fdc2d60a0b66c7989827e4d10302652a70" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7f3f56dd30f3fe844fefb7d4dbbc25b4bc6ae284895dfe436a2660baeb730d9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ceb1a2f1b4403255ae9411da4fda735f99e59b9e67c94c9aef96a0a4d6a5f65a" - sha256 cellar: :any_skip_relocation, sonoma: "52bb083a7065f2348057d8c54dafd2076181268fb35a68f7c26d7664188c7a7e" - sha256 cellar: :any_skip_relocation, ventura: "1184ed42bb90871e08f15a5317b385177571e1ef79207bafe982652c4c1b18e8" - sha256 cellar: :any_skip_relocation, arm64_linux: "ff4df83874ae07a5a41ba5a86c3bcf39fec319e57f310d139922deddbd82e72a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f15810b73c62982a9557ab7b1df77eac0cba93415fc9eedd2a7bba48f2279119" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "860e9fb81400a042bd87e826ea73918847a6431c522983eb241a61d9221dc0ea" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4ced40df78a32c70c99b9bd343243bb3e25a9cbb45c66e01855b709f441fb04" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8ec99028a37822107e09e9cec794d64a72f8717673660956b6691152e36bc448" + sha256 cellar: :any_skip_relocation, sonoma: "c4fedcfcb26af28513d9d9fd5d2531729d13900c6abb0115584bec4ba93c5f3b" + sha256 cellar: :any_skip_relocation, ventura: "4aeb99fb5db0104880a0034f4a13bdf9c78f28b0e232fe30fd29c470ace33752" + sha256 cellar: :any_skip_relocation, arm64_linux: "cf5270ea0398c76c97761302aadaf652fdc1f1bc116bf2e6a6c3540a588cf224" + sha256 cellar: :any_skip_relocation, x86_64_linux: "65e3990de502c0cdba1703eaff82326862b29aca14b84bdd5202bb92766cb79f" end depends_on "cmake" => :build From dba6c49d1e0cab51f60262710ffde5f93977136c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:39:57 +0000 Subject: [PATCH 07623/10074] ramalama: update 0.9.2 bottle. --- Formula/r/ramalama.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ramalama.rb b/Formula/r/ramalama.rb index 666d1b9a2cd3b..f07881dd62c9a 100644 --- a/Formula/r/ramalama.rb +++ b/Formula/r/ramalama.rb @@ -8,13 +8,13 @@ class Ramalama < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fb6b4ec2e53e07a84e6a439997cbca55b2bf77180c971342894b59b04f307e8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fb6b4ec2e53e07a84e6a439997cbca55b2bf77180c971342894b59b04f307e8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4fb6b4ec2e53e07a84e6a439997cbca55b2bf77180c971342894b59b04f307e8" - sha256 cellar: :any_skip_relocation, sonoma: "1cf68c48d3513dacdb74f08d2116544737d762f7c2636aa004fe23302ea817c1" - sha256 cellar: :any_skip_relocation, ventura: "1cf68c48d3513dacdb74f08d2116544737d762f7c2636aa004fe23302ea817c1" - sha256 cellar: :any_skip_relocation, arm64_linux: "e3f6665be7f1594113ab007b3a9ab0c7545cfd6382f34b38a5b0b6e37f37451d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e3f6665be7f1594113ab007b3a9ab0c7545cfd6382f34b38a5b0b6e37f37451d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c509fb86607aff9d8b529666cc6e78f623261084ad8d1627d5806e12db35705" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c509fb86607aff9d8b529666cc6e78f623261084ad8d1627d5806e12db35705" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2c509fb86607aff9d8b529666cc6e78f623261084ad8d1627d5806e12db35705" + sha256 cellar: :any_skip_relocation, sonoma: "4c51cb354a54900c230a9d7b6570e2813fb42549e9c5918082423c89594ec51a" + sha256 cellar: :any_skip_relocation, ventura: "4c51cb354a54900c230a9d7b6570e2813fb42549e9c5918082423c89594ec51a" + sha256 cellar: :any_skip_relocation, arm64_linux: "209ee132e5bec74a579c642071c67a0916cec19aabfc2bd163f2c02a0c83b3e5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "209ee132e5bec74a579c642071c67a0916cec19aabfc2bd163f2c02a0c83b3e5" end depends_on "llama.cpp" From 5d713166799ba49998780f109b99f8d172f001bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:19:52 +0000 Subject: [PATCH 07624/10074] git: update 2.50.0 bottle. --- Formula/g/git.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/git.rb b/Formula/g/git.rb index 2e20cf5271b62..49921a6b768c9 100644 --- a/Formula/g/git.rb +++ b/Formula/g/git.rb @@ -14,13 +14,13 @@ class Git < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "83df6cf802d005d34f131e88c8eea50c8ec6d8b9423953bde99ccfcdd1d53789" - sha256 arm64_sonoma: "eb79df674513c1e717ca017d7f0a17b133848e290506bf6fddd679b7c34de3c9" - sha256 arm64_ventura: "c7929c0bf264ff32908bc84dfb3ceba14aa49e76fb5198378844aed57bf42849" - sha256 sonoma: "a70ad86dbc6a66082eabba15d36bf99d98d143e132d1ab87bd3e9d0cebdd6cb5" - sha256 ventura: "659039899bf999a8c461495e1d09f05a82fa4bb6ab88cdb4b33644a1269a1acc" - sha256 arm64_linux: "ab966a61530ff00a70f09ceae3fdd814723de7f44ac35f9a7fcd5059f0c691d8" - sha256 x86_64_linux: "af9d9ec1116d609058099016b1a013b99cc60a6016dc80c5df12ab30560e3a5d" + sha256 arm64_sequoia: "906c8445806396875769dddeb16c1d81e652254315f51582f9c9545ac0c4a63f" + sha256 arm64_sonoma: "94b7764699b2d7a8fea4753f275f4c0ac1a673f09d0b2e63cd5ad98571f36987" + sha256 arm64_ventura: "7b3ab3fc577b1551a602c269bb2b167ba7a758f221c5c0e728905046b96cf08f" + sha256 sonoma: "034c8f5d6548ed9cba05fb9b23a076aefc3d19cf0ab6263b381e84a040ff551c" + sha256 ventura: "b549af27900a8b457edbdcf593c56f3dbd46d9ee2aaa8da1491aa94fb458ccd8" + sha256 arm64_linux: "9cd25deefe6ae4e70afc01f0d8c3ef2b550cc5fbc61b40da5d0311fb9a4bf952" + sha256 x86_64_linux: "04c13312b18676a16f16cd47a521fc11555fe269bf8e904ad701b46345c7ea70" end depends_on "gettext" From f48b58e35d88625955446937422bc597df0af75f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:19:52 +0000 Subject: [PATCH 07625/10074] git-credential-libsecret: update 2.50.0 bottle. --- Formula/g/git-credential-libsecret.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/git-credential-libsecret.rb b/Formula/g/git-credential-libsecret.rb index 989aeeb7c8eae..cf5bbac33509d 100644 --- a/Formula/g/git-credential-libsecret.rb +++ b/Formula/g/git-credential-libsecret.rb @@ -13,13 +13,13 @@ class GitCredentialLibsecret < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "1e223f37a57a8e577b74f364695b2d0c9cd6f7525046cef4b2bc1a1e7fb85913" - sha256 cellar: :any, arm64_sonoma: "6fbfe94965969bfe72d9a628b66d48d4fd989c89776fae5937fa3e9413b82440" - sha256 cellar: :any, arm64_ventura: "678e488118ce50b0508050942f62278db699df722623ac0e878fd2d04d52d6bb" - sha256 cellar: :any, sonoma: "0ea8d08fa5f2c6232f2e02e662103368212447c4c8f2befe3e4a93ec51aac83e" - sha256 cellar: :any, ventura: "b49735c2fbb0c3dfb5866560ca1045fdd914494d2f733432db0073450f3042f3" - sha256 cellar: :any_skip_relocation, arm64_linux: "473f1d57ba1b87591fe7432bef86eee8b0d59c81565ec26b87cc316b3767f9bb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0224bb1302993382a34c111dac7415d3a32940ba18ca02e8b2329eed1a9b292a" + sha256 cellar: :any, arm64_sequoia: "5e292942e42ea3264f27388a461dc29d11ac3c592b3b8f9051acdb7c78f5a4ac" + sha256 cellar: :any, arm64_sonoma: "84a53b0424434bcfbc78e45cbd86e040bea9972d6c1f8d243fc59d4f30cbb445" + sha256 cellar: :any, arm64_ventura: "0706a3a6f30ab306e471bad0d753660f5185353551e05af9eb6a32fb2ac3004f" + sha256 cellar: :any, sonoma: "5a0862fff54f1aa93d010f0e3abb63bba04c2cbaedd961330c2e2353cdbb7942" + sha256 cellar: :any, ventura: "74e76430d2e4ffff10fec99af3972f003fff2143d4d2f2925724eca020af1a84" + sha256 cellar: :any_skip_relocation, arm64_linux: "08f8448d0515a6312149b1c89bd376b369ff3e8ec3adc70647f3db8810c4055e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ebbe2810b34fa074fb4e4ae0e61e753b464f355a81b212ad12d525849ede85b7" end depends_on "pkgconf" => :build From 9b22ccfd3b41acd4365ed817824799f31fdaaf77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:19:52 +0000 Subject: [PATCH 07626/10074] git-gui: update 2.50.0 bottle. --- Formula/g/git-gui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-gui.rb b/Formula/g/git-gui.rb index ea781e50ab31d..a86f0ebeeaa9c 100644 --- a/Formula/g/git-gui.rb +++ b/Formula/g/git-gui.rb @@ -13,7 +13,7 @@ class GitGui < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "b23434b9e20e8d7d5ecd4fc68f398606c2077575ef7718ce6470fa5d4bbce1c2" + sha256 cellar: :any_skip_relocation, all: "8987dadc8d08a9b6e66afeffad3e8cd704c7b9f03017480c79ec92fabfb9d686" end depends_on "tcl-tk@8" From 08833b5016c74c871d124aa73fd60667ae8fcbb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:19:52 +0000 Subject: [PATCH 07627/10074] git-svn: update 2.50.0 bottle. --- Formula/g/git-svn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/git-svn.rb b/Formula/g/git-svn.rb index e00fdced6eec5..812c482cee366 100644 --- a/Formula/g/git-svn.rb +++ b/Formula/g/git-svn.rb @@ -13,13 +13,13 @@ class GitSvn < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f312449a9465a70cf2e7035595d0fb32b3a9e157422686bc1fbf78bc51e8414a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f312449a9465a70cf2e7035595d0fb32b3a9e157422686bc1fbf78bc51e8414a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5f0b46ef5545624e251e43c5df1c137baead54d150040b7a5926ab38b33de01e" - sha256 cellar: :any_skip_relocation, sonoma: "f312449a9465a70cf2e7035595d0fb32b3a9e157422686bc1fbf78bc51e8414a" - sha256 cellar: :any_skip_relocation, ventura: "5f0b46ef5545624e251e43c5df1c137baead54d150040b7a5926ab38b33de01e" - sha256 cellar: :any_skip_relocation, arm64_linux: "72c0d54ed05e10e00efbfab2034f6d763caaa444cf299889458bd40a58486f66" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4171242e63d0d72ffcccf80596cd38b3fe8858083382504099cf81538378e0da" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "db7dde21226e8a1d1b65f1e9ce3e99cf12a4afe7f92530da037a1eccc15018e8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "db7dde21226e8a1d1b65f1e9ce3e99cf12a4afe7f92530da037a1eccc15018e8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "47b1194bbf35cad72773310be5b1d5e4b8ed9f0c83ee7cee0f3c4307472e7f50" + sha256 cellar: :any_skip_relocation, sonoma: "db7dde21226e8a1d1b65f1e9ce3e99cf12a4afe7f92530da037a1eccc15018e8" + sha256 cellar: :any_skip_relocation, ventura: "47b1194bbf35cad72773310be5b1d5e4b8ed9f0c83ee7cee0f3c4307472e7f50" + sha256 cellar: :any_skip_relocation, arm64_linux: "69b76ac2013520fd98d636c1e062b1d672bf0b8157d4817893ad7543e4f70e17" + sha256 cellar: :any_skip_relocation, x86_64_linux: "19738128971a3567b3a2a4a00ea98f98ef1375a3d051996711bfaf78b8ce4216" end depends_on "git" From f1df34ba68ba4f0eaa3d6735c31e62c8a10701ac Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jun 2025 22:21:51 -0400 Subject: [PATCH 07628/10074] html2text 2.3.0 Signed-off-by: Rui Chen --- Formula/h/html2text.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/h/html2text.rb b/Formula/h/html2text.rb index b2b00f48ef586..f2e0b1396b2e1 100644 --- a/Formula/h/html2text.rb +++ b/Formula/h/html2text.rb @@ -1,10 +1,11 @@ class Html2text < Formula desc "Advanced HTML-to-text converter" - homepage "https://github.com/grobian/html2text" - url "https://github.com/grobian/html2text/releases/download/v2.2.3/html2text-2.2.3.tar.gz" - sha256 "859133528b3fd893562e41d84bc1ebc1f9166dd281d0fa8e17e7dd26337f5752" + homepage "https://gitlab.com/grobian/html2text" + # upstream issue report on the github release tarball + url "https://gitlab.com/-/project/48313341/uploads/b7a99615c4419cf9a65dc24f12bae0d4/html2text-2.3.0.tar.gz" + sha256 "8cec23ed1ff43313f2d0e4b434cd39871bc002cad947a40d4a3738d1351921f7" license "GPL-2.0-or-later" - head "https://github.com/grobian/html2text.git", branch: "master" + head "https://gitlab.com/grobian/html2text.git", branch: "master" no_autobump! because: :requires_manual_review From 7ca25906c6276143321fcea25d00caa1d35022ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 02:27:18 +0000 Subject: [PATCH 07629/10074] bandit 1.8.5 --- Formula/b/bandit.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/b/bandit.rb b/Formula/b/bandit.rb index ab65db2b986a1..b9203a70e8aa1 100644 --- a/Formula/b/bandit.rb +++ b/Formula/b/bandit.rb @@ -3,10 +3,9 @@ class Bandit < Formula desc "Security-oriented static analyser for Python code" homepage "https://github.com/PyCQA/bandit" - url "https://files.pythonhosted.org/packages/1a/a5/144a45f8e67df9d66c3bc3f7e69a39537db8bff1189ab7cff4e9459215da/bandit-1.8.3.tar.gz" - sha256 "f5847beb654d309422985c36644649924e0ea4425c76dec2e89110b87506193a" + url "https://files.pythonhosted.org/packages/4e/01/b2ce2f54db060ed7b25960892b275ad8238ca15f5a8821b09f8e7f75870d/bandit-1.8.5.tar.gz" + sha256 "db812e9c39b8868c0fed5278b77fffbbaba828b4891bc80e34b9c50373201cfd" license "Apache-2.0" - revision 1 head "https://github.com/PyCQA/bandit.git", branch: "main" bottle do @@ -53,8 +52,8 @@ class Bandit < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "stevedore" do From 53bbd244d5a5ee8bef7edc155fbf2a2d32d78642 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 02:33:41 +0000 Subject: [PATCH 07630/10074] envd 1.2.1 --- Formula/e/envd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/envd.rb b/Formula/e/envd.rb index 46f795864b2ae..53ee09c803722 100644 --- a/Formula/e/envd.rb +++ b/Formula/e/envd.rb @@ -1,8 +1,8 @@ class Envd < Formula desc "Reproducible development environment for AI/ML" homepage "https://envd.tensorchord.ai" - url "https://github.com/tensorchord/envd/archive/refs/tags/v1.2.0.tar.gz" - sha256 "a37290c97fcca7a95d53f7d1bbcf9ddfd01664c75113d8e62b7c56708e7bd545" + url "https://github.com/tensorchord/envd/archive/refs/tags/v1.2.1.tar.gz" + sha256 "73d6436a8df10ca5bc00b66a56f3302c138098485808b70d39151d44f6fa10d2" license "Apache-2.0" head "https://github.com/tensorchord/envd.git", branch: "main" From 3222f873bb3e788a542f7f21b264cfe10e364151 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 02:34:16 +0000 Subject: [PATCH 07631/10074] fabric-ai 1.4.206 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index bf7fc0c39cb1c..abddc25ec0a1d 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.205.tar.gz" - sha256 "1b248565e6c26000e0162cdf5a89024d30769a1bdc027c3d25f634c1b67af9bd" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.206.tar.gz" + sha256 "7afaaaa5689687dc084b500020e9ab1392626f4d60847f6e804c74185d0bf08d" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 4053bed170089b7c656772f86867e521da87e1d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 02:41:53 +0000 Subject: [PATCH 07632/10074] lume 0.2.22 --- Formula/l/lume.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lume.rb b/Formula/l/lume.rb index d374e33aaac4d..7a40351076ec3 100644 --- a/Formula/l/lume.rb +++ b/Formula/l/lume.rb @@ -1,8 +1,8 @@ class Lume < Formula desc "Create and manage Apple Silicon-native virtual machines" homepage "https://github.com/trycua/cua" - url "https://github.com/trycua/cua/archive/refs/tags/lume-v0.2.16.tar.gz" - sha256 "ec8e97e7bc882b75c1b5583c8b63249260ba56675aa636b86d82d69cedbb11f9" + url "https://github.com/trycua/cua/archive/refs/tags/lume-v0.2.22.tar.gz" + sha256 "39a401f59a51d404db2458907af6786a2e625d542d36339f15c9358b1e1f9b6e" license "MIT" head "https://github.com/trycua/cua.git", branch: "main" From b1da25bfd7301e0e36cbf59d69253518aa68d4f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 02:42:29 +0000 Subject: [PATCH 07633/10074] mavsdk 3.6.0 --- Formula/m/mavsdk.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/m/mavsdk.rb b/Formula/m/mavsdk.rb index 7ff9ea705f520..ca2334ea71755 100644 --- a/Formula/m/mavsdk.rb +++ b/Formula/m/mavsdk.rb @@ -2,10 +2,9 @@ class Mavsdk < Formula desc "API and library for MAVLink compatible systems written in C++17" homepage "https://mavsdk.mavlink.io" url "https://github.com/mavlink/MAVSDK.git", - tag: "v3.5.0", - revision: "55fbea8ef72860c9f9feab2f44b2bb364f0c0e81" + tag: "v3.6.0", + revision: "35a9fb376706d68f54adb8f71fdb3a9cad223f4e" license "BSD-3-Clause" - revision 1 livecheck do url :stable From 8423b5b5033ad4038f053a776587708dd96c5861 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 02:45:07 +0000 Subject: [PATCH 07634/10074] nuclei 3.4.5 --- Formula/n/nuclei.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nuclei.rb b/Formula/n/nuclei.rb index 5c41638e2d63f..f6a811e727a30 100644 --- a/Formula/n/nuclei.rb +++ b/Formula/n/nuclei.rb @@ -1,8 +1,8 @@ class Nuclei < Formula desc "HTTP/DNS scanner configurable via YAML templates" homepage "https://docs.projectdiscovery.io/tools/nuclei/overview" - url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.4.4.tar.gz" - sha256 "977726c98398fc3f9348bc7ffbf3704b5eedcaa754f7f964a8de25d3c9ca6c59" + url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.4.5.tar.gz" + sha256 "5ea8c1f1fc932032328c1f864a85db65715b12b62a9f3ad0bb5b37d3363f2e1c" license "MIT" head "https://github.com/projectdiscovery/nuclei.git", branch: "master" From ae0b4e0ace77cc1c29e946f1f04ac8713f2bcdc1 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 17 Jun 2025 10:49:56 +0800 Subject: [PATCH 07635/10074] gobackup 2.15.3 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/g/gobackup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gobackup.rb b/Formula/g/gobackup.rb index 37aa9c2bf78ba..df4e0b2ca3731 100644 --- a/Formula/g/gobackup.rb +++ b/Formula/g/gobackup.rb @@ -1,8 +1,8 @@ class Gobackup < Formula desc "CLI tool for backup your databases, files to cloud storages" homepage "https://gobackup.github.io" - url "https://github.com/gobackup/gobackup/archive/refs/tags/v2.15.1.tar.gz" - sha256 "ed98caafe426954b81c58164d1c3712b150a0e14ce041f717f134c4b64226412" + url "https://github.com/gobackup/gobackup/archive/refs/tags/v2.15.3.tar.gz" + sha256 "5ffb9daf0f0698c1f3020fa28cbfc2a4e100922db091a345602dd464f04b9589" license "MIT" head "https://github.com/gobackup/gobackup.git", branch: "main" From aaa9544b733a167b033d5d1f51b654db01196446 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Tue, 17 Jun 2025 05:21:07 +0300 Subject: [PATCH 07636/10074] gorilla-cli: deprecate --- Formula/g/gorilla-cli.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/g/gorilla-cli.rb b/Formula/g/gorilla-cli.rb index 44b2c5099bf66..e987a9d328bb5 100644 --- a/Formula/g/gorilla-cli.rb +++ b/Formula/g/gorilla-cli.rb @@ -12,6 +12,9 @@ class GorillaCli < Formula sha256 cellar: :any_skip_relocation, all: "13c6b4c8f4293e105f99bfcc56e39dbd2134aec665131deaa08ff12a4d9f9b20" end + # service is down: https://github.com/gorilla-llm/gorilla-cli/issues/64 + deprecate! date: "2025-06-17", because: :unmaintained + depends_on "certifi" depends_on "python@3.13" From e4e4347cd7e08938fd0c3e934f1fa20aca82b25b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:14:25 +0000 Subject: [PATCH 07637/10074] gobackup: update 2.15.3 bottle. --- Formula/g/gobackup.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gobackup.rb b/Formula/g/gobackup.rb index df4e0b2ca3731..68151ed9441be 100644 --- a/Formula/g/gobackup.rb +++ b/Formula/g/gobackup.rb @@ -9,12 +9,12 @@ class Gobackup < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d243bfd20d216240ac0fa2d2ecb4f6974f484cbdcb60b465c2d9442055271a02" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d243bfd20d216240ac0fa2d2ecb4f6974f484cbdcb60b465c2d9442055271a02" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d243bfd20d216240ac0fa2d2ecb4f6974f484cbdcb60b465c2d9442055271a02" - sha256 cellar: :any_skip_relocation, sonoma: "287526b952fe7df30ec856351d57051390502a478d95063eb289d438787e6721" - sha256 cellar: :any_skip_relocation, ventura: "287526b952fe7df30ec856351d57051390502a478d95063eb289d438787e6721" - sha256 cellar: :any_skip_relocation, x86_64_linux: "350e540e9cc5c9f72c2ab051a58173d021eb4e8574b304f215b7e2a4fd7700db" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf6001bf9cb50409b7e53664aa70a2e50014c8d0b03683e339d26e8dc59c9052" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf6001bf9cb50409b7e53664aa70a2e50014c8d0b03683e339d26e8dc59c9052" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf6001bf9cb50409b7e53664aa70a2e50014c8d0b03683e339d26e8dc59c9052" + sha256 cellar: :any_skip_relocation, sonoma: "99608d3b6097ae8ffc97047150ae2fe29945be524fb7f02948c3852868d62b90" + sha256 cellar: :any_skip_relocation, ventura: "99608d3b6097ae8ffc97047150ae2fe29945be524fb7f02948c3852868d62b90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "518c737e3d8244496cfdebe3f99aca70a89a9c23e678a809c02364abe79ef8b5" end depends_on "go" => :build From b0254b7c286978359f6511e3f7fefc5c8790b085 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:14:27 +0000 Subject: [PATCH 07638/10074] lume: update 0.2.22 bottle. --- Formula/l/lume.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lume.rb b/Formula/l/lume.rb index 7a40351076ec3..f610a1081a33c 100644 --- a/Formula/l/lume.rb +++ b/Formula/l/lume.rb @@ -12,8 +12,8 @@ class Lume < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa9208b508b9d09146ff8af9dd774fd44c4cf501268db10681281ee3ddc9fa9a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "65d6226f54c29189e8acfc413431c2cef38ac22085f3e69c414209138dec960c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c30490fd0d2ae219b00fc2428dee485f4d241a0db491e0c369828ccd1d5ffae8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5940b327e623da53d2c5109a1432481eb10cd3053fb8a1baf2bce9a8571b41d0" end depends_on xcode: ["16.0", :build] From bd5d184ac519fa3b55b9b4e72f34308755b9677c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:14:35 +0000 Subject: [PATCH 07639/10074] envd: update 1.2.1 bottle. --- Formula/e/envd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/envd.rb b/Formula/e/envd.rb index 53ee09c803722..8ea7f46953cba 100644 --- a/Formula/e/envd.rb +++ b/Formula/e/envd.rb @@ -7,13 +7,13 @@ class Envd < Formula head "https://github.com/tensorchord/envd.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "46c259c42a75bf3c50f4b157d69d2c8b93151c2337a2a8e328ef472bf7d11256" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c4a7c93eedea05a4136e9992979e9c64713bec67aa38a44ef06747dbe73ef34" - sha256 cellar: :any_skip_relocation, arm64_ventura: "144c785bb5f5151830053d92680cf7afd966a74066c97eb1d2721e336e6bc15d" - sha256 cellar: :any_skip_relocation, sonoma: "eeca119dc63af86b5dcb6d1fdf4ba466c376e259fe21a2cd8ac1cb1a8c7d781c" - sha256 cellar: :any_skip_relocation, ventura: "53225d36398f6bbd01c65976d01f1f500ab3aa55512ad503860332d1d8c02070" - sha256 cellar: :any_skip_relocation, arm64_linux: "09df74749f213336223993d14c423a608ebcdbddf35830ff9ede7cfaaa4df8dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "18b65f9da56f56f64d933376ff02b835770259cdadecb30f348738023e5d3b3b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "93e372b202790cd34623e587848c48257170114e33293c3c5277b7e7cccb2644" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f1e4ca522ed6a99f4d53df01eeef5890ab22f1d360386c462aa096ca4d56e57" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5feda6607ecd5d84090dcbbaba5a954b4740c5ac8babe3ee3b287922d5e896b5" + sha256 cellar: :any_skip_relocation, sonoma: "76f1266d539145c1097a8e14b909d332f68c912b1722e4fa339fbd50ebc035fd" + sha256 cellar: :any_skip_relocation, ventura: "e7e108e8a58d98b96021fc0b22e1642a386d485d3a9b8c88de77eb078d9d7cc7" + sha256 cellar: :any_skip_relocation, arm64_linux: "f29e31de1d57d37393cff6c9b1b03151352a424ac1dac1997ff04491ead5abef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4bbac6f74c72d1a7c4d117f19efb362e8f99b97bf6bc1196fd69415bc26d9a75" end depends_on "go" => :build From 27d80d76551421db8cc33a80d1178510e3d8c1b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:14:37 +0000 Subject: [PATCH 07640/10074] nuclei: update 3.4.5 bottle. --- Formula/n/nuclei.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nuclei.rb b/Formula/n/nuclei.rb index f6a811e727a30..cb422b708820f 100644 --- a/Formula/n/nuclei.rb +++ b/Formula/n/nuclei.rb @@ -7,13 +7,13 @@ class Nuclei < Formula head "https://github.com/projectdiscovery/nuclei.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "efff4f9adafb6a2143892ac5570719dae8d806e5abfa19d6fe73226a5bed9249" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b43d386f4bb59bc7f0b75e032f3f541930c51f4fe776b306f386b4db069f4b71" - sha256 cellar: :any_skip_relocation, arm64_ventura: "40fce3d43411610c5de01704f2a8544b718e14f13fe1c9ad2db245f2f24ed78a" - sha256 cellar: :any_skip_relocation, sonoma: "6008abae754a85fb8f01345f29a5e171a4d28e094942b6a06801de754c430196" - sha256 cellar: :any_skip_relocation, ventura: "b8798fa90d1dbf21f087d210acf4bf654615d979b768d0c4bf7d1b7e45dcda48" - sha256 cellar: :any_skip_relocation, arm64_linux: "409f6be4bba558360de818fce35c77b964347285af84d110de92372289bda4aa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7d04fa40bdbf3658aff8756550ac595f1ee260710a90f32b573eca90b9b7bf4c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdd055992f1200d06c02dcd1e13aa2d3467ba59c2914a8a95860b03386c2c5c3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75ff098746e2d05944b25745d8e02dfa1f7fff400e776528c4f384e59dd3738e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "80735bca3e07fd181e40221fcdd45fd37572c464ecb0626c31a4c63e95e627da" + sha256 cellar: :any_skip_relocation, sonoma: "25192f0d8f54bb57b0bfd134f24883180dc721b083e4d9df12620074558822da" + sha256 cellar: :any_skip_relocation, ventura: "bbf72a30055d85238ac6b8a625ffae55fb843099e7c3c37a53997a9b16aadd2a" + sha256 cellar: :any_skip_relocation, arm64_linux: "c81e61d030e2c302477ade72b914b61b565867c322c004ca426791afa27ebb62" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a1531b2b681f13a07ab53c1e50805b0634a06df8676eda20926d5897324c5fd" end depends_on "go" => :build From c6e8a3c4b05c0a4f0fc13f4b6ab6494b38e54a92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:14:43 +0000 Subject: [PATCH 07641/10074] fabric-ai: update 1.4.206 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index abddc25ec0a1d..bc2f65ff7da7d 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e240e450a6622b20cee635f6af6906170736d703fca3d68250c25f5a93e8fba2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e240e450a6622b20cee635f6af6906170736d703fca3d68250c25f5a93e8fba2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e240e450a6622b20cee635f6af6906170736d703fca3d68250c25f5a93e8fba2" - sha256 cellar: :any_skip_relocation, sonoma: "6f8bc3093e3e773e45636557946503815a0c22eb161dfc32f09015d1d6463920" - sha256 cellar: :any_skip_relocation, ventura: "6f8bc3093e3e773e45636557946503815a0c22eb161dfc32f09015d1d6463920" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c5865295889617579b3019b4226ef913ec614445ed22445bfe2355dcdeb27201" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f215864dbb73996c79d3c193e94967ed2d99aa896062efc866cdbfcad21a5052" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f215864dbb73996c79d3c193e94967ed2d99aa896062efc866cdbfcad21a5052" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f215864dbb73996c79d3c193e94967ed2d99aa896062efc866cdbfcad21a5052" + sha256 cellar: :any_skip_relocation, sonoma: "d310da80b21ff45f097cdd71f57ade6907e67e5bb97075210cf501f0c1e3a685" + sha256 cellar: :any_skip_relocation, ventura: "d310da80b21ff45f097cdd71f57ade6907e67e5bb97075210cf501f0c1e3a685" + sha256 cellar: :any_skip_relocation, x86_64_linux: "546c9f99d298f886ccad312284bf315a42bc5d60626946142bca088725316685" end depends_on "go" => :build From 66ac86336a973b9d0250e315dca45c48e27c5e57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:14:47 +0000 Subject: [PATCH 07642/10074] bandit: update 1.8.5 bottle. --- Formula/b/bandit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bandit.rb b/Formula/b/bandit.rb index b9203a70e8aa1..e11f748ebe42c 100644 --- a/Formula/b/bandit.rb +++ b/Formula/b/bandit.rb @@ -9,13 +9,13 @@ class Bandit < Formula head "https://github.com/PyCQA/bandit.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "964e40d6436049ce517cebd56a98939ea0eeb4405858f971c5a92e6c7d35771c" - sha256 cellar: :any, arm64_sonoma: "86b80a53756ed989f5387e99ffc2cdf66471de8ebb1e13613cb6d8687803c0b1" - sha256 cellar: :any, arm64_ventura: "2b0d40a68e816b4c22a454e1ad537d2159dd324db64f6c252a1aade66b23a576" - sha256 cellar: :any, sonoma: "2e8d5dc4e55e16ca0182caf25594fad20de87751965c2209cc35d7f8cd8aad7d" - sha256 cellar: :any, ventura: "eba00adfe42e1862711d1e0da30a88a081dcf9d73b463ca44fa2090e22c33db1" - sha256 cellar: :any_skip_relocation, arm64_linux: "756d1d881affc851dec0c7c3f8670cbd1444f47054aa23e343102e5f2341a8ad" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dda916adc0015f3f5169e61bbd390979dc962f59a346624d0cad5fa824f37034" + sha256 cellar: :any, arm64_sequoia: "433446f0a00382f4d134e458bfae5482dbb0a139fcc144ae65578656ebdf8cd6" + sha256 cellar: :any, arm64_sonoma: "95148b9d41699d7f135b86d18e0fc4a0c717e7b6f1579f858cde9a5f6141d21e" + sha256 cellar: :any, arm64_ventura: "c0500467fe18f4e97a1935cb60fb92c3c7b8c1b588806cc5d841efddb62e99b5" + sha256 cellar: :any, sonoma: "092ba89ceb814c02a2c5b5c91a0377c4503b4c7ddd426ed15e580ee03adbbaab" + sha256 cellar: :any, ventura: "4f0ed8c5331aff4b98bcf686c2da3208cf2f750dc86bde1b7f89c234dc703c41" + sha256 cellar: :any_skip_relocation, arm64_linux: "9f6117e4e209b5711d64ba19c31e8a837bfdfc70fc0d80e52d40d0aa8868f7fb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a112b745e37ab7aca2000f18dd0f5b2166cac53c2ef810af9617493423b91317" end depends_on "libyaml" From bcc9237f29bf0b5830a1e5e8540f52e8305295c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:18:22 +0000 Subject: [PATCH 07643/10074] mavsdk: update 3.6.0 bottle. --- Formula/m/mavsdk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mavsdk.rb b/Formula/m/mavsdk.rb index ca2334ea71755..05220d15c6d38 100644 --- a/Formula/m/mavsdk.rb +++ b/Formula/m/mavsdk.rb @@ -12,13 +12,13 @@ class Mavsdk < Formula end bottle do - sha256 arm64_sequoia: "53eedf351ce32698acddb883c3b02e768e7c0ca91b1337ccf9d084cde155294d" - sha256 arm64_sonoma: "247468a6878bf8cb3bc2b24d46934336127708616d37027fb188559296115112" - sha256 arm64_ventura: "8ffec498eb95b1654ea1bde0eee1c4fc62a29d44831930587bb2ee63886110d4" - sha256 cellar: :any, sonoma: "96fe64c9dafcaad4f4cdbe2dcbd0e33dafbab39eaa2ecd31de2915721733229a" - sha256 cellar: :any, ventura: "e93a2254de44039ff504f2af9008541b363642c3b89873de99736dc282728031" - sha256 cellar: :any_skip_relocation, arm64_linux: "6d59bfb110c6c26448c9dc9deaf130cd7bc1812e1086bf7cab0bd83b5e0f3e95" - sha256 cellar: :any_skip_relocation, x86_64_linux: "10be4fe79adca8ec4efd70be3f20cb767580887361082fe5ce244eb84c8e4cff" + sha256 arm64_sequoia: "ae921a595a57b83b24ed8a2e10dd1ab2507eeead8ccb7e5721ae5ddf7e163a4e" + sha256 arm64_sonoma: "d133282ecba2328da9c430c9e835140c9dd5e695ebc7a1d6dac71c1e681d6679" + sha256 arm64_ventura: "86237fd69126176979dec89c2a47082b93b357b67f8ec12e77e54abc44ad2acd" + sha256 cellar: :any, sonoma: "bfc14e717dda7969513ea3839d2ecec7231c9fb68b5877dc35e5d4d65db6634b" + sha256 cellar: :any, ventura: "adc7d6774c7d46108b498b058807a48cc1de8c6e3966b62b4eadbe4ac0faa4f5" + sha256 cellar: :any_skip_relocation, arm64_linux: "6801247c84c16f874bc31fe032b46d140a35351c7a6f94b07545cf98ce41e02d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "feabe1056aafb1afa2efeb3ca16b23e8a2e3f67eddfc484db45c1bafe6a5f544" end depends_on "cmake" => :build From e62e9a38580ad90fb790472cef5092f7ca175f68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:01:22 +0000 Subject: [PATCH 07644/10074] gorilla-cli: update 0.0.10_3 bottle. --- Formula/g/gorilla-cli.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/g/gorilla-cli.rb b/Formula/g/gorilla-cli.rb index e987a9d328bb5..a878293583c46 100644 --- a/Formula/g/gorilla-cli.rb +++ b/Formula/g/gorilla-cli.rb @@ -9,7 +9,8 @@ class GorillaCli < Formula revision 3 bottle do - sha256 cellar: :any_skip_relocation, all: "13c6b4c8f4293e105f99bfcc56e39dbd2134aec665131deaa08ff12a4d9f9b20" + rebuild 1 + sha256 cellar: :any_skip_relocation, all: "ba6432daac48104b89bfd8d0ebc549e05f9b010f4e2c9be42349ba7959560af6" end # service is down: https://github.com/gorilla-llm/gorilla-cli/issues/64 From f0cfa7cb197805d68b7552f1f20690b21ccf3ecf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:41:52 +0000 Subject: [PATCH 07645/10074] visidata: update 3.2 bottle. --- Formula/v/visidata.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/visidata.rb b/Formula/v/visidata.rb index 22563e405fa24..d6847c0716169 100644 --- a/Formula/v/visidata.rb +++ b/Formula/v/visidata.rb @@ -8,13 +8,13 @@ class Visidata < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c59340511e66537da6a9d30fc32913ab638cde115e0f9ebcf39c3a60e9251734" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c59340511e66537da6a9d30fc32913ab638cde115e0f9ebcf39c3a60e9251734" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c59340511e66537da6a9d30fc32913ab638cde115e0f9ebcf39c3a60e9251734" - sha256 cellar: :any_skip_relocation, sonoma: "386ca2b4afbaf1f0e79ee848379fd2d11b023134dcb58e2dd95d259e62b02706" - sha256 cellar: :any_skip_relocation, ventura: "386ca2b4afbaf1f0e79ee848379fd2d11b023134dcb58e2dd95d259e62b02706" - sha256 cellar: :any_skip_relocation, arm64_linux: "d9c7de494b7a6b175f136c3b3bfc99a7eeb57b5cedd8be75f87f8df1c44004db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c59340511e66537da6a9d30fc32913ab638cde115e0f9ebcf39c3a60e9251734" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "65e10f52017aa69ff7852f4a1d6f4457574af0fb95432fd5663bc0fb6d13d4d9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "65e10f52017aa69ff7852f4a1d6f4457574af0fb95432fd5663bc0fb6d13d4d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "65e10f52017aa69ff7852f4a1d6f4457574af0fb95432fd5663bc0fb6d13d4d9" + sha256 cellar: :any_skip_relocation, sonoma: "c9838d4f2233f38b98ca2e10213a060ba694750d370cb213fcc6f9e6b83e7609" + sha256 cellar: :any_skip_relocation, ventura: "c9838d4f2233f38b98ca2e10213a060ba694750d370cb213fcc6f9e6b83e7609" + sha256 cellar: :any_skip_relocation, arm64_linux: "65e10f52017aa69ff7852f4a1d6f4457574af0fb95432fd5663bc0fb6d13d4d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "65e10f52017aa69ff7852f4a1d6f4457574af0fb95432fd5663bc0fb6d13d4d9" end depends_on "python@3.13" From badc4a5c85ebf04bceed88bc60f5fc4ba05df982 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:45:05 +0000 Subject: [PATCH 07646/10074] html2text: update 2.3.0 bottle. --- Formula/h/html2text.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Formula/h/html2text.rb b/Formula/h/html2text.rb index f2e0b1396b2e1..52477fbd53909 100644 --- a/Formula/h/html2text.rb +++ b/Formula/h/html2text.rb @@ -10,17 +10,13 @@ class Html2text < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0586df2ecd8a66280ec53b0ae852f22867471b66a60fbd4cb8054a1a2c98b536" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "03b77ee2ee4c1a68b990f2d386ddf70ff2f072da841441f2d4ae0aecf3e95f26" - sha256 cellar: :any_skip_relocation, arm64_ventura: "df6b508a10d46399eaf5f9040974e1b91b1a9efb51d8bf1be3bdb04ca114b567" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f9ee670f7db4188a57c3c7dd563ef3bf45cb36dc90688d9d1f67ee28efc09ccb" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "fc46b8e76c5aed13521d92cf83e521142115ad206e6e6b7cba03b153ace328ec" - sha256 cellar: :any_skip_relocation, sonoma: "558e4e7ad1247c5f25210a29fd458b82f5dcda8c36ca9e81db5385d9a21107b1" - sha256 cellar: :any_skip_relocation, ventura: "d5aaf31694d77a7b58638596ed3d0aa9bac50b148b60e416dd9cd41306fb2b86" - sha256 cellar: :any_skip_relocation, monterey: "f8a93138c8595992de8d0e9421147b1995d1f4344cf7f94b47f004c76ffe46e9" - sha256 cellar: :any_skip_relocation, big_sur: "b4d67a9b09786e6f9e1141dd88a614493b94c65d47e87e6cecb9a65bcf8b353b" - sha256 cellar: :any_skip_relocation, arm64_linux: "ce82baf3b669ad59fb52c489c9aedae804b8463233a3c123a82b2b3ab3bb2ea6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b8fa522f9b7031aff66bb0bdabef05c4def2d153a7c6ff5f4136341b06822c5f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e244711dd9a80f0a0086a6acece7436614c56cc3544b88b1586b1cc1a33476d3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b1e778ff1bbacfa5f4bb389f16de755aca64924714c8f98fd7716edc95a5437" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4f0b879932edd63851fa7a2a23df5658da15364817757fdd610fc70e4eed9a28" + sha256 cellar: :any_skip_relocation, sonoma: "334b88e814046a9f15e87c2c986421c12f95d2a54465139f40579b3c92149d2a" + sha256 cellar: :any_skip_relocation, ventura: "f1eaecf6186bf7485709790034c6d882207a081382fd604994a16a4840e680b8" + sha256 cellar: :any_skip_relocation, arm64_linux: "a7887dd659efb132d2bd8848b677e88140c5279d4b575f8597106299b02160c9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a4d92d0215bb31c12be4308ac756e49819218e05ff73bb0677514be9900c0ef" end def install From d3e4da2a33b2e49f6d35f399f0119a8f9d617a08 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:56:47 +0000 Subject: [PATCH 07647/10074] cdxgen 11.4.1 --- Formula/c/cdxgen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdxgen.rb b/Formula/c/cdxgen.rb index 44c77f19d83cb..2956312882a9c 100644 --- a/Formula/c/cdxgen.rb +++ b/Formula/c/cdxgen.rb @@ -1,8 +1,8 @@ class Cdxgen < Formula desc "Creates CycloneDX Software Bill-of-Materials (SBOM) for projects" homepage "https://github.com/CycloneDX/cdxgen" - url "https://registry.npmjs.org/@cyclonedx/cdxgen/-/cdxgen-11.4.0.tgz" - sha256 "40bbc22c463b885ba884f8ec95f8cadbacf47ebe7a1aa49df68667c301c3115d" + url "https://registry.npmjs.org/@cyclonedx/cdxgen/-/cdxgen-11.4.1.tgz" + sha256 "c3201f25a368d4bf546870710e4ad81a409f619d3d893c7b004eb8eee7ddcd1a" license "Apache-2.0" bottle do From cfbc486870a93003a1280b912e748bf57efca865 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 05:28:14 +0000 Subject: [PATCH 07648/10074] tile38 1.35.0 --- Formula/t/tile38.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tile38.rb b/Formula/t/tile38.rb index ea523d102119d..0cc6c673ee4b8 100644 --- a/Formula/t/tile38.rb +++ b/Formula/t/tile38.rb @@ -2,8 +2,8 @@ class Tile38 < Formula desc "In-memory geolocation data store, spatial index, and realtime geofence" homepage "https://tile38.com/" url "https://github.com/tidwall/tile38.git", - tag: "1.34.4", - revision: "fbf767a62ce3222925ade0d1bacec05f684f792a" + tag: "1.35.0", + revision: "30f6a676b18349dcbecab4016455829de0dd087c" license "MIT" head "https://github.com/tidwall/tile38.git", branch: "master" From 663ceef5bc77dec052c6c7fdb2f7fc244e6bbe58 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 05:32:52 +0000 Subject: [PATCH 07649/10074] yoke 0.14.2 --- Formula/y/yoke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 21b4169b688b9..5b65dcbeb1902 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -3,8 +3,8 @@ class Yoke < Formula homepage "https://yokecd.github.io/docs/" # We use a git checkout since the build relies on tags for the version url "https://github.com/yokecd/yoke.git", - tag: "v0.14.1", - revision: "121f0cd99cbc833b335b7dec0b8b37dacd7f7ed7" + tag: "v0.14.2", + revision: "1eea2e2c72edb193229c1cc20059a349e04700a1" license "MIT" head "https://github.com/yokecd/yoke.git", branch: "main" From 3c964054b98bdb168ca189f8eda0b3af1b0f5332 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:04:22 +0000 Subject: [PATCH 07650/10074] tile38: update 1.35.0 bottle. --- Formula/t/tile38.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tile38.rb b/Formula/t/tile38.rb index 0cc6c673ee4b8..e6c3a01fc5591 100644 --- a/Formula/t/tile38.rb +++ b/Formula/t/tile38.rb @@ -8,12 +8,12 @@ class Tile38 < Formula head "https://github.com/tidwall/tile38.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "961556ed4004e9f02e15aecc09e33deefb6b639e65f7b2231e11741cf98b3fb8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "961556ed4004e9f02e15aecc09e33deefb6b639e65f7b2231e11741cf98b3fb8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "961556ed4004e9f02e15aecc09e33deefb6b639e65f7b2231e11741cf98b3fb8" - sha256 cellar: :any_skip_relocation, sonoma: "846a788b22cb3535efb981f1c29512b46305697390fd4f471b1f80396d27aa33" - sha256 cellar: :any_skip_relocation, ventura: "846a788b22cb3535efb981f1c29512b46305697390fd4f471b1f80396d27aa33" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1f58df25a9c8e1ebe2781ed94d098a34540810de08baee3eb9776b04fb9594bd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1fdff086d55c1811be9e97a252c90100393733532434fa91c04b730dfe5c7ced" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1fdff086d55c1811be9e97a252c90100393733532434fa91c04b730dfe5c7ced" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1fdff086d55c1811be9e97a252c90100393733532434fa91c04b730dfe5c7ced" + sha256 cellar: :any_skip_relocation, sonoma: "fe479e461d6bafa81f058b0ddb585f2b5d1232742f5e90a38234295b78bc96b4" + sha256 cellar: :any_skip_relocation, ventura: "fe479e461d6bafa81f058b0ddb585f2b5d1232742f5e90a38234295b78bc96b4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2b52c220b7d853848568f327163a373164c9209f9ed2c4240d10113a2c84c472" end depends_on "go" => :build From f9bd48f0f6de19bb13facf317d5b6e750f7d60db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:04:37 +0000 Subject: [PATCH 07651/10074] yoke: update 0.14.2 bottle. --- Formula/y/yoke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yoke.rb b/Formula/y/yoke.rb index 5b65dcbeb1902..999496f350249 100644 --- a/Formula/y/yoke.rb +++ b/Formula/y/yoke.rb @@ -9,13 +9,13 @@ class Yoke < Formula head "https://github.com/yokecd/yoke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "598c64fb7f6c2e968f0a57f339cb94585c0ae2f9b5db2685443f982b7c87ab9d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9296230f2cbfd0604b979a47b1bc20993196803ce8890ac1797af347cc813302" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7fcc5dcb51d34bb49a9e1e9bb2ca1d13075e2e2f035346fe21f0686547abb518" - sha256 cellar: :any_skip_relocation, sonoma: "a961dd8471a8f2208a7e4574ebd76aece16754192580419909192676154a4b69" - sha256 cellar: :any_skip_relocation, ventura: "ce65193f6775dbb715db79a0fe1c7c0eb1e2f3e105f4b86a40ed212a97b43f3a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a786e537f7d2d4638c6c32c2942374107db79db2b78f77f773347170db2041e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "43ea77a63f5ca715fd1b402c4bcedeb591a8f6a4edeb54c899f1fdd3b7f0c674" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ae17e245495956106af28ef4a0133e73826421325a126c542b6eb4cc1823671" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "02937ecaa677e89d0fd191657f50dbbbaf467cecf906c1b87977bd8e250ce8a1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3b036705166870f04a4f6626b8b29de303d0f2639823875c3678187632ec3f19" + sha256 cellar: :any_skip_relocation, sonoma: "85291cd357dd826a87a29b2407403888aa905d3c0c1f66b51a37a23148896eed" + sha256 cellar: :any_skip_relocation, ventura: "619f32656b1f7818eacd88327314b0a20fba7a4c49a81000915594b6c896f549" + sha256 cellar: :any_skip_relocation, arm64_linux: "f2920c2bd32bc431707caf7d4fc45d2b2b0602bc435129ed26cfdd9aae372305" + sha256 cellar: :any_skip_relocation, x86_64_linux: "831981bfcaeaa15efbafa35508435f254a99f65f71c331486772c1bc62718a09" end depends_on "go" => :build From bcf79792ccfe2eb799495bcd1fe9682dda898c2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:05:20 +0000 Subject: [PATCH 07652/10074] cdxgen: update 11.4.1 bottle. --- Formula/c/cdxgen.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cdxgen.rb b/Formula/c/cdxgen.rb index 2956312882a9c..70e2cc696b9ee 100644 --- a/Formula/c/cdxgen.rb +++ b/Formula/c/cdxgen.rb @@ -6,12 +6,12 @@ class Cdxgen < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "b06ddc4473da0d563cc4bf6d9c3adc8c4a4d89bdb0cb577b78ab86542915ab93" - sha256 cellar: :any, arm64_sonoma: "3d82800f628a248bb5bce2ee74cab716058d4e0fc3fde85bfc8093f02db3ae9a" - sha256 cellar: :any, arm64_ventura: "410476c106a60cdf308db169c661010d3475abd54ab3e1bddacd85c9b25bd2a4" - sha256 cellar: :any, ventura: "03a356e415932a106c93c6a13ad508f6b3ad82a59fd9ad23aa6a62b8d08f5d9c" - sha256 cellar: :any_skip_relocation, arm64_linux: "6dc5941847a1eaa12ca04b62f1fa02aa641e96c74d4eb1bd4d73d3492c04bb2e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3020b30bf69bd64f61a76ba42e9a454203095e1b6f97444036c0975c32953eb9" + sha256 cellar: :any, arm64_sequoia: "ab5f0add39aac762be8ca39714784ef5e8aa31bf6a525e760e3d9210a46e224b" + sha256 cellar: :any, arm64_sonoma: "eabafc22f0b1a25f7141393202b1c3a5307c7adb1f7cfa86a263830a76497eb5" + sha256 cellar: :any, arm64_ventura: "a546cb5f6a03705dabff53ea9079f0484d17fde7db30247c7290ba254cd9263a" + sha256 cellar: :any, ventura: "b77efeb6bfc4d52c821ecec9605f677cff4bc829bc29a2e8954db6949b584e30" + sha256 cellar: :any_skip_relocation, arm64_linux: "ede593c46065e79729f01c61844871ebac0d1d22714a349c93e76dde3e635033" + sha256 cellar: :any_skip_relocation, x86_64_linux: "99522066804a9cb561720d40c523360b5e46eedb63eaf6f5de9080365048ae2d" end depends_on "dotnet" # for dosai From 2983627cddd8cef6730546cdf9bfea0f266053f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:49:45 +0000 Subject: [PATCH 07653/10074] ansible-creator 25.6.0 --- Formula/a/ansible-creator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/ansible-creator.rb b/Formula/a/ansible-creator.rb index d7ef573a61ee7..403083f94c9ef 100644 --- a/Formula/a/ansible-creator.rb +++ b/Formula/a/ansible-creator.rb @@ -3,8 +3,8 @@ class AnsibleCreator < Formula desc "CLI tool for scaffolding Ansible Content" homepage "https://ansible.readthedocs.io/projects/creator/" - url "https://files.pythonhosted.org/packages/d9/e3/923f5c8d6a26a13b2d6a3b640db1923708bd439c5fc368677d61e056e5e2/ansible_creator-25.5.0.tar.gz" - sha256 "cb050df5af0fa398a43464fcde8e761170e1cf12131c014dc4bc0c8f64f80632" + url "https://files.pythonhosted.org/packages/b2/b3/c4b4e4ae2cbf5969ad0ac2115891b2c6113ef017a24b98bf1c92b46eb418/ansible_creator-25.6.0.tar.gz" + sha256 "86a93cb301def2064ffd47d9b0cb8d1e3ae8a46cf9ea108b27cfb288144cf5ff" license "Apache-2.0" bottle do From 44391f6264d258c7011d5926c7442b77cc8a4bca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:53:36 +0000 Subject: [PATCH 07654/10074] cdk8s 2.200.103 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 392843034d023..f61d054baa85a 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.102.tgz" - sha256 "d487ebbe4043b99962802d361348236e942979c113e01e27777497eede59f165" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.103.tgz" + sha256 "07aa38f5c01d2ece383655aff67eadb7c4b4971ffc31f1079901d12595bf5b58" license "Apache-2.0" bottle do From 34682325f5154b543be9abf0caf4f7b1ca8b9ea2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:54:45 +0000 Subject: [PATCH 07655/10074] cli53 0.8.25 --- Formula/c/cli53.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cli53.rb b/Formula/c/cli53.rb index b6f6c417f9adf..a2eb6fa8d6b6f 100644 --- a/Formula/c/cli53.rb +++ b/Formula/c/cli53.rb @@ -1,8 +1,8 @@ class Cli53 < Formula desc "Command-line tool for Amazon Route 53" homepage "https://github.com/barnybug/cli53" - url "https://github.com/barnybug/cli53/archive/refs/tags/v0.8.24.tar.gz" - sha256 "1886c5ef32882ed3389bbd15226f1bb9d0c3c411eebefdaef0c3941ae1c2bcf9" + url "https://github.com/barnybug/cli53/archive/refs/tags/v0.8.25.tar.gz" + sha256 "7fc01388af416b88f164244e1c7269a122b8203485313970196913982b80e56d" license "MIT" head "https://github.com/barnybug/cli53.git", branch: "main" From 4cfe6e169dcb0d4a84b20f62b689f467611c5960 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:59:20 +0000 Subject: [PATCH 07656/10074] energy 2.5.6 --- Formula/e/energy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/energy.rb b/Formula/e/energy.rb index c3a3288987148..e79fea0ba8eb1 100644 --- a/Formula/e/energy.rb +++ b/Formula/e/energy.rb @@ -1,8 +1,8 @@ class Energy < Formula desc "CLI is used to initialize the Energy development environment tools" homepage "https://energye.github.io" - url "https://github.com/energye/energy/archive/refs/tags/v2.5.5.tar.gz" - sha256 "23fc328279bcc9ccd04367d114a76b9fec89b2f5640e616f504479b9a72ed3f9" + url "https://github.com/energye/energy/archive/refs/tags/v2.5.6.tar.gz" + sha256 "7dcc439e32a6b1723b7809175eb43856b7817899350bbf47f794b1103dfec69e" license "Apache-2.0" head "https://github.com/energye/energy.git", branch: "main" From 4ed268b886960d75dc5f181cee70bf312bb773ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:04:51 +0000 Subject: [PATCH 07657/10074] htmlhint 1.6.0 --- Formula/h/htmlhint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index 795a9b789a541..bf58710077b2f 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -1,8 +1,8 @@ class Htmlhint < Formula desc "Static code analysis tool you need for your HTML" homepage "https://github.com/htmlhint/HTMLHint" - url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.5.1.tgz" - sha256 "8e9083850be1b62f712f847e19dfa89d8507b8487448b6ced1734b7f19190cba" + url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.0.tgz" + sha256 "5319e2f5b4ec67384915827bb28aa2206c8aebaf2cd12e0bd88e870e423ac524" license "MIT" bottle do From f2a8f6292d44fc767fad5e466a3754dec1590258 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:05:55 +0000 Subject: [PATCH 07658/10074] jackett 0.22.2024 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index ec01c11710b99..872ac9b4ced3d 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2020.tar.gz" - sha256 "1fc7c7d1d1fc83354f535196e3a829eb3d3d5c53ab94047525361c254d81e86c" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2024.tar.gz" + sha256 "6761666ad5e075b2de221b4db31d5399ad59b9667291d083ef52ad948e44f0f7" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 7b7fe0680e20517885d786d08bfe1a4379c4b396 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:06:59 +0000 Subject: [PATCH 07659/10074] keploy 2.6.9 --- Formula/k/keploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index 107edd7b25f8a..db19fad3432a8 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -1,8 +1,8 @@ class Keploy < Formula desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries" homepage "https://keploy.io" - url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.8.tar.gz" - sha256 "3c04190a11384c4ff0929e52bd26b94274c804e1c0b91aed08343662cf564da7" + url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.9.tar.gz" + sha256 "3767174a4f037610be309c8930ee329a0e73e1c426a9fbcb1d60f9ad95707de1" license "Apache-2.0" head "https://github.com/keploy/keploy.git", branch: "main" From e3829453fe93885109474e524fb3e4867de47587 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:10:16 +0000 Subject: [PATCH 07660/10074] bilix: bump python resources --- Formula/b/bilix.rb | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Formula/b/bilix.rb b/Formula/b/bilix.rb index 85ca47bc4a6c1..9d4d71e8d8323 100644 --- a/Formula/b/bilix.rb +++ b/Formula/b/bilix.rb @@ -6,7 +6,7 @@ class Bilix < Formula url "https://files.pythonhosted.org/packages/5c/12/0f885cee77471123a3c82da85bd1934af00aed213910987bbe5b2296997d/bilix-0.18.9.tar.gz" sha256 "8ab1be9bcc661369cbeba95439c09716778b6b42b2505a3eaddb45175688e247" license "Apache-2.0" - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "1dd56aa673779552702e7b3ba922baa236b1dc60b95bda90e517ed23ef5ebcfe" @@ -53,8 +53,8 @@ class Bilix < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "construct" do @@ -128,28 +128,28 @@ class Bilix < Formula end resource "protobuf" do - url "https://files.pythonhosted.org/packages/c8/8c/cf2ac658216eebe49eaedf1e06bc06cbf6a143469236294a1171a51357c3/protobuf-6.30.2.tar.gz" - sha256 "35c859ae076d8c56054c25b59e5e59638d86545ed6e2b6efac6be0b6ea3ba048" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "pycryptodome" do - url "https://files.pythonhosted.org/packages/44/e6/099310419df5ada522ff34ffc2f1a48a11b37fc6a76f51a6854c182dbd3e/pycryptodome-3.22.0.tar.gz" - sha256 "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723" + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end resource "pycryptodomex" do - url "https://files.pythonhosted.org/packages/ba/d5/861a7daada160fcf6b0393fb741eeb0d0910b039ad7f0cd56c39afdd4a20/pycryptodomex-3.22.0.tar.gz" - sha256 "a1da61bacc22f93a91cbe690e3eb2022a03ab4123690ab16c46abb693a9df63d" + url "https://files.pythonhosted.org/packages/c9/85/e24bf90972a30b0fcd16c73009add1d7d7cd9140c2498a68252028899e41/pycryptodomex-3.23.0.tar.gz" + sha256 "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pygments" do @@ -178,13 +178,13 @@ class Bilix < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end # update bilibili play_info api, upstream pr ref, https://github.com/HFrost0/bilix/pull/244 From 71f1b53a594e2da448b889e4f2709f5f04037fb7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:11:13 +0000 Subject: [PATCH 07661/10074] checkov: bump python resources --- Formula/c/checkov.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/c/checkov.rb b/Formula/c/checkov.rb index 5af3ef34bfa6a..49ac0e2087a3b 100644 --- a/Formula/c/checkov.rb +++ b/Formula/c/checkov.rb @@ -6,6 +6,7 @@ class Checkov < Formula url "https://files.pythonhosted.org/packages/15/e0/1f2ee70d38faee4b43c3af1359958b38fbab8a0a059da3a5c3dd53123a22/checkov-3.2.440.tar.gz" sha256 "5f2cb8a69bc5fda0dd1043a5653be9a35deec772d7685dac5c7560772bea6aaa" license "Apache-2.0" + revision 1 livecheck do url "https://pypi.org/rss/project/checkov/releases.xml" @@ -36,8 +37,8 @@ class Checkov < Formula uses_from_macos "libffi" resource "aiodns" do - url "https://files.pythonhosted.org/packages/92/9b/e96226eed7568ddfd075b03695e3e1298d9de48724128a3a2957f5ee6ec8/aiodns-3.4.0.tar.gz" - sha256 "24b0ae58410530367f21234d0c848e4de52c1f16fbddc111726a4ab536ec1b2f" + url "https://files.pythonhosted.org/packages/17/0a/163e5260cecc12de6abc259d158d9da3b8ec062ab863107dcdb1166cdcef/aiodns-3.5.0.tar.gz" + sha256 "11264edbab51896ecf546c18eb0dd56dff0428c6aa6d2cd87e643e07300eb310" end resource "aiohappyeyeballs" do @@ -46,8 +47,8 @@ class Checkov < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiomultiprocess" do @@ -321,8 +322,8 @@ class Checkov < Formula end resource "pycares" do - url "https://files.pythonhosted.org/packages/19/7a/01ef7ce35fc1312d6c1c07f3b87f329ad6daf41bb9cd57c8f017e0b653fa/pycares-4.8.0.tar.gz" - sha256 "2fc2ebfab960f654b3e3cf08a732486950da99393a657f8b44618ad3ed2d39c1" + url "https://files.pythonhosted.org/packages/f5/37/4d4f8ac929e98aad64781f37d9429e82ba65372fc89da0473cdbecdbbb03/pycares-4.9.0.tar.gz" + sha256 "8ee484ddb23dbec4d88d14ed5b6d592c1960d2e93c385d5e52b6fad564d82395" end resource "pycep-parser" do @@ -336,8 +337,8 @@ class Checkov < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do From 90f5a327eeee1ba64265dc84516c5c3c61c9083e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:11:35 +0000 Subject: [PATCH 07662/10074] mmctl 10.9.1 --- Formula/m/mmctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mmctl.rb b/Formula/m/mmctl.rb index c30e0b2c6659c..2085848ea2a1c 100644 --- a/Formula/m/mmctl.rb +++ b/Formula/m/mmctl.rb @@ -1,8 +1,8 @@ class Mmctl < Formula desc "Remote CLI tool for Mattermost server" homepage "https://github.com/mattermost/mattermost" - url "https://github.com/mattermost/mattermost/archive/refs/tags/v10.9.0.tar.gz" - sha256 "06dac02af4c0ad15574c6c7f58a40b798aa1d9bb22c7ca8ba60f73b8fcdb5e12" + url "https://github.com/mattermost/mattermost/archive/refs/tags/v10.9.1.tar.gz" + sha256 "b660efa723992ebf3edf24fc2d7024b5deae57a165f0c02ae27b4a4c41413408" license all_of: ["AGPL-3.0-only", "Apache-2.0"] head "https://github.com/mattermost/mattermost.git", branch: "master" From 719cd0ef94ca8addc515186458d3e4a6e6872005 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:12:25 +0000 Subject: [PATCH 07663/10074] mx 7.55.5 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 26f70f8b16d63..1a5ed688d454e 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.55.4.tar.gz" - sha256 "54e86a273faf3a38178a27390a6e1c75ff107ddd533bf96611b9c18bad70f7d0" + url "https://github.com/graalvm/mx/archive/refs/tags/7.55.5.tar.gz" + sha256 "ebe8b8f06515bb7dd3065c2d896a3406e007327bf74225ce4563c58b21dfe81b" license "GPL-2.0-only" livecheck do From b74f1c1d5ebb134adce0e0c0048475260459d86a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:13:01 +0000 Subject: [PATCH 07664/10074] nanopb: bump python resources --- Formula/n/nanopb.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/n/nanopb.rb b/Formula/n/nanopb.rb index 7103826234496..2edf48d5df3aa 100644 --- a/Formula/n/nanopb.rb +++ b/Formula/n/nanopb.rb @@ -7,7 +7,7 @@ class Nanopb < Formula url "https://jpa.kapsi.fi/nanopb/download/nanopb-0.4.9.1.tar.gz" sha256 "882cd8473ad932b24787e676a808e4fb29c12e086d20bcbfbacc66c183094b5c" license "Zlib" - revision 2 + revision 3 livecheck do url "https://jpa.kapsi.fi/nanopb/download/" @@ -29,13 +29,13 @@ class Nanopb < Formula depends_on "python@3.13" resource "protobuf" do - url "https://files.pythonhosted.org/packages/13/48/718c1e104a2e89970a8ff3b06d87e152834b576c570a6908f8c17ba88d65/protobuf-6.31.0.tar.gz" - sha256 "314fab1a6a316469dc2dd46f993cbbe95c861ea6807da910becfe7475bc26ffe" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end def install From 2f22f4358e5c918531359d93adf3797ad951a2e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:13:59 +0000 Subject: [PATCH 07665/10074] oci-cli 3.59.0 --- Formula/o/oci-cli.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index 1b2a9cf05dacd..90fbb6995a534 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -3,8 +3,8 @@ class OciCli < Formula desc "Oracle Cloud Infrastructure CLI" homepage "https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm" - url "https://files.pythonhosted.org/packages/29/5b/1dade985ce7859685426f370ddb76237e92865f2a53d0c288e62cfdd493a/oci_cli-3.58.1.tar.gz" - sha256 "5f9d2f2a26b32958d86f5887a02aed837a2218b00e26ecd8599ee82b51f83db1" + url "https://files.pythonhosted.org/packages/e7/df/f6795aaf7c480ff95ff38cbbcfe84110f161392f44f8e6c614a63271b9a0/oci_cli-3.59.0.tar.gz" + sha256 "fd4cec2d138f218bd6edc0be03759469e10ae0538f1ef133c8820e513988094c" license any_of: ["UPL-1.0", "Apache-2.0"] head "https://github.com/oracle/oci-cli.git", branch: "master" @@ -44,8 +44,8 @@ class OciCli < Formula end resource "oci" do - url "https://files.pythonhosted.org/packages/66/a6/6e9b94efabf8effc2060ee2e8f1b2f106f9c930052f7ab01fdb188177fad/oci-2.154.1.tar.gz" - sha256 "44b034ca7c08e3809d9a4244b075af9fdd1d45cf8f05cee57722b59a15d3a04f" + url "https://files.pythonhosted.org/packages/bf/be/d429f4fbd481670deb6613d4702eb135eca903a0001478e4dc6b78c9d904/oci-2.154.2.tar.gz" + sha256 "4927255e3a573e56ad10a904d498fc8de306eee379157ecf7dcfef1cd53713b1" end resource "prompt-toolkit" do From 48ee748e2248db4b4bac95e6d439022381372db6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:14:20 +0000 Subject: [PATCH 07666/10074] oh-my-posh 26.9.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index dba5797442e8c..63f73dcb157b7 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.8.0.tar.gz" - sha256 "b89c68d7b933e0c281d51c9983a4837881db26dd1d5e7afbe958dd4666b3824d" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.9.0.tar.gz" + sha256 "c3bb16f34a8281c7fcf762993937f1b40332fa9cfd6c14546c590c3028d0c4aa" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 2ba4533f047a7d83bceff7ecff42780c0de8aacc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:15:10 +0000 Subject: [PATCH 07667/10074] streamrip: bump python resources --- Formula/s/streamrip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/streamrip.rb b/Formula/s/streamrip.rb index 979db344796da..24906f66f92e0 100644 --- a/Formula/s/streamrip.rb +++ b/Formula/s/streamrip.rb @@ -6,7 +6,7 @@ class Streamrip < Formula url "https://files.pythonhosted.org/packages/b8/c9/6997772e0217f3081e4e692c7b8b104aaa564c008f2593341e81bbbd2396/streamrip-2.1.0.tar.gz" sha256 "e59b4b406f9ac77eb59c927a1a082644e0902152ffeb6212b6b24af7fbef5540" license "GPL-3.0-only" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc43b88cf3e6fab16674a3157386e59054916ebeb3291af3549558989ff1e0ad" @@ -26,8 +26,8 @@ class Streamrip < Formula uses_from_macos "libffi" resource "aiodns" do - url "https://files.pythonhosted.org/packages/92/9b/e96226eed7568ddfd075b03695e3e1298d9de48724128a3a2957f5ee6ec8/aiodns-3.4.0.tar.gz" - sha256 "24b0ae58410530367f21234d0c848e4de52c1f16fbddc111726a4ab536ec1b2f" + url "https://files.pythonhosted.org/packages/17/0a/163e5260cecc12de6abc259d158d9da3b8ec062ab863107dcdb1166cdcef/aiodns-3.5.0.tar.gz" + sha256 "11264edbab51896ecf546c18eb0dd56dff0428c6aa6d2cd87e643e07300eb310" end resource "aiofiles" do @@ -41,8 +41,8 @@ class Streamrip < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiolimiter" do @@ -156,8 +156,8 @@ class Streamrip < Formula end resource "pycares" do - url "https://files.pythonhosted.org/packages/19/7a/01ef7ce35fc1312d6c1c07f3b87f329ad6daf41bb9cd57c8f017e0b653fa/pycares-4.8.0.tar.gz" - sha256 "2fc2ebfab960f654b3e3cf08a732486950da99393a657f8b44618ad3ed2d39c1" + url "https://files.pythonhosted.org/packages/f5/37/4d4f8ac929e98aad64781f37d9429e82ba65372fc89da0473cdbecdbbb03/pycares-4.9.0.tar.gz" + sha256 "8ee484ddb23dbec4d88d14ed5b6d592c1960d2e93c385d5e52b6fad564d82395" end resource "pycparser" do From 503a7d9e1714647a5708d62c2445ed67671d6f2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:15:37 +0000 Subject: [PATCH 07668/10074] trzsz: bump python resources --- Formula/t/trzsz.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/t/trzsz.rb b/Formula/t/trzsz.rb index 9a98faaf97c07..78946e759442b 100644 --- a/Formula/t/trzsz.rb +++ b/Formula/t/trzsz.rb @@ -6,6 +6,7 @@ class Trzsz < Formula url "https://files.pythonhosted.org/packages/22/1e/40a495c84a0dc625a4d97638c5cae308306718c493f480ee5ac64801947b/trzsz-1.1.5.tar.gz" sha256 "57be064b259d57326f75683704b8e93a56ce0d67d9b3b2b36ad4d53e98a28854" license "MIT" + revision 1 no_autobump! because: :requires_manual_review @@ -25,13 +26,13 @@ class Trzsz < Formula conflicts_with "trzsz-go", because: "both install `trz`, `tsz` binaries" resource "iterm2" do - url "https://files.pythonhosted.org/packages/87/a6/7c6e0836e83d67eafd2e92dc5449fc2b3fc715bc8cdd4391cd3178aaa937/iterm2-2.8.tar.gz" - sha256 "90d3e86d6af5d955c319993c8352cf3e93c7a0c919ed8b2ad551a742b87e889b" + url "https://files.pythonhosted.org/packages/57/6b/98ce521178651fad694c7ed704c882e4ef0b10fecc0a687b4e859ef623c3/iterm2-2.10.tar.gz" + sha256 "8c0cf95ffca9f1bf7409883618deee66acd73c63929222e23435780dcc516869" end resource "protobuf" do - url "https://files.pythonhosted.org/packages/b1/a4/4579a61de526e19005ceeb93e478b61d77aa38c8a85ad958ff16a9906549/protobuf-5.28.2.tar.gz" - sha256 "59379674ff119717404f7454647913787034f03fe7049cbef1d74a97bb4593f0" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "trzsz-iterm2" do @@ -50,8 +51,8 @@ class Trzsz < Formula end resource "websockets" do - url "https://files.pythonhosted.org/packages/e2/73/9223dbc7be3dcaf2a7bbf756c351ec8da04b1fa573edaf545b95f6b0c7fd/websockets-13.1.tar.gz" - sha256 "a3b3366087c1bc0a2795111edcadddb8b3b59509d5db5d7ea3fdd69f954a8878" + url "https://files.pythonhosted.org/packages/21/e6/26d09fab466b7ca9c7737474c52be4f76a40301b08362eb2dbc19dcc16c1/websockets-15.0.1.tar.gz" + sha256 "82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee" end def install From 4dca13c7acccebdad3cbf530db6ef9f2b118dd71 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:15:49 +0000 Subject: [PATCH 07669/10074] weaviate-cli: bump python resources --- Formula/w/weaviate-cli.rb | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Formula/w/weaviate-cli.rb b/Formula/w/weaviate-cli.rb index 3797601493948..2640a1fcab541 100644 --- a/Formula/w/weaviate-cli.rb +++ b/Formula/w/weaviate-cli.rb @@ -6,7 +6,7 @@ class WeaviateCli < Formula url "https://files.pythonhosted.org/packages/6d/55/51608eb9c5005b81c62dd6c37f50451d262018caa4001a9f4f9b82033823/weaviate_cli-3.2.0.tar.gz" sha256 "2f6476e25e04c2080eee6415dd817dd08a28887a268a5a54dbacbd2684ce60d7" license "BSD-3-Clause" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "782e5a5bca55ee7aef6eae6166b5b4876a2e55aff8e43f92191c0aff03c09d17" @@ -58,23 +58,23 @@ class WeaviateCli < Formula end resource "faker" do - url "https://files.pythonhosted.org/packages/ba/a6/b77f42021308ec8b134502343da882c0905d725a4d661c7adeaf7acaf515/faker-37.1.0.tar.gz" - sha256 "ad9dc66a3b84888b837ca729e85299a96b58fdaef0323ed0baace93c9614af06" + url "https://files.pythonhosted.org/packages/65/f9/66af4019ee952fc84b8fe5b523fceb7f9e631ed8484417b6f1e3092f8290/faker-37.4.0.tar.gz" + sha256 "7f69d579588c23d5ce671f3fa872654ede0e67047820255f43a4aa1925b89780" end resource "grpcio" do - url "https://files.pythonhosted.org/packages/d1/33/bf7bf9188cfce1c626e4c5d55523fec7f2f1d905e003df5da025f532916e/grpcio-1.72.0rc1.tar.gz" - sha256 "221793dccd3332060f426975a041d319d6d57323d857d4afc25257ec4a5a67f3" + url "https://files.pythonhosted.org/packages/8e/7b/ca3f561aeecf0c846d15e1b38921a60dffffd5d4113931198fbf455334ee/grpcio-1.73.0.tar.gz" + sha256 "3af4c30918a7f0d39de500d11255f8d9da4f30e94a2033e70fe2a720e184bd8e" end resource "grpcio-health-checking" do - url "https://files.pythonhosted.org/packages/8b/0e/62743c098e80dde057afc50f9d681a5ef06cfbd4be377801d0d7e2a0737d/grpcio_health_checking-1.71.0.tar.gz" - sha256 "ff9bd55beb97ce3322fda2ae58781c9d6c6fcca6a35ca3b712975d9f75dd30af" + url "https://files.pythonhosted.org/packages/10/a5/22a4204c8f5735f17ca00114df430756e2bf252751d6f27564fc35cbd249/grpcio_health_checking-1.73.0.tar.gz" + sha256 "b2804751213f0bc4855601567e78e557fa2f57277ab27d7d62f100d9fbbf92b2" end resource "grpcio-tools" do - url "https://files.pythonhosted.org/packages/05/d2/c0866a48c355a6a4daa1f7e27e210c7fa561b1f3b7c0bce2671e89cfa31e/grpcio_tools-1.71.0.tar.gz" - sha256 "38dba8e0d5e0fb23a034e09644fdc6ed862be2371887eee54901999e8f6792a8" + url "https://files.pythonhosted.org/packages/0b/62/5f7d3a6d394a7d0cf94abaa93e8224b7cdbc0677bdf2caabd20a62d4f5cb/grpcio_tools-1.73.0.tar.gz" + sha256 "69e2da77e7d52c7ea3e60047ba7d704d242b55c6c0ffb1a6147ace1b37ce881b" end resource "h11" do @@ -103,8 +103,8 @@ class WeaviateCli < Formula end resource "numpy" do - url "https://files.pythonhosted.org/packages/dc/b2/ce4b867d8cd9c0ee84938ae1e6a6f7926ebf928c9090d036fc3c6a04f946/numpy-2.2.5.tar.gz" - sha256 "a9c0d994680cd991b1cb772e8b297340085466a6fe964bc9d4e80f5e2f43c291" + url "https://files.pythonhosted.org/packages/f3/db/8e12381333aea300890829a0a36bfa738cac95475d88982d538725143fd9/numpy-2.3.0.tar.gz" + sha256 "581f87f9e9e9db2cba2141400e160e9dd644ee248788d6f90636eeb8fd9260a6" end resource "packaging" do @@ -118,18 +118,18 @@ class WeaviateCli < Formula end resource "protobuf" do - url "https://files.pythonhosted.org/packages/17/7d/b9dca7365f0e2c4fa7c193ff795427cfa6290147e5185ab11ece280a18e7/protobuf-5.29.4.tar.gz" - sha256 "4f1dfcd7997b31ef8f53ec82781ff434a28bf71d9102ddde14d076adcfc78c99" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "semver" do @@ -138,8 +138,8 @@ class WeaviateCli < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/44/80/97e25f0f1e4067677806084b7382a6ff9979f3d15119375c475c288db9d7/setuptools-80.0.0.tar.gz" - sha256 "c40a5b3729d58dd749c0f08f1a07d134fb8a0a3d7f87dc33e7c5e1f762138650" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "sniffio" do @@ -148,13 +148,13 @@ class WeaviateCli < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "tzdata" do @@ -173,8 +173,8 @@ class WeaviateCli < Formula end resource "weaviate-client" do - url "https://files.pythonhosted.org/packages/5d/a6/e0a1634efa8bf0e761a6a146d5e822d527e3bc810074d582b979284fcf80/weaviate_client-4.14.1.tar.gz" - sha256 "fbac4dc73cb65d811865ebb8d42c2c14207cc192f51008009cb54b571e181d1a" + url "https://files.pythonhosted.org/packages/c2/b7/7b27a1530c0425a6b8fa9bcdf57a60b7f01e74aad6e452edafc221655bb2/weaviate_client-4.15.1.tar.gz" + sha256 "efa61c43f94eeb5039def03b76c1c4b845e8c17868d92f8e77cdcdfe5a4c611e" end def install From e4d31ab6d0ceae5db00516427c29e7200a64e037 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:16:10 +0000 Subject: [PATCH 07670/10074] pie 1.0.0 --- Formula/p/pie.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pie.rb b/Formula/p/pie.rb index c0f4950bee0e5..d97cb617e10e2 100644 --- a/Formula/p/pie.rb +++ b/Formula/p/pie.rb @@ -1,8 +1,8 @@ class Pie < Formula desc "PHP Installer for Extensions" homepage "https://github.com/php/pie" - url "https://github.com/php/pie/releases/download/0.13.0/pie.phar" - sha256 "3e741aed185d842278ec9769730e84670a288482d0a837e46c29e482517876c3" + url "https://github.com/php/pie/releases/download/1.0.0/pie.phar" + sha256 "6fc822f6a779865fd1ba297b2dac920a41b81dffeb829de8162e11c9989add8a" license "BSD-3-Clause" bottle do From 272da8240c2aac970d3545966a389ac84da431cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:24:09 +0000 Subject: [PATCH 07671/10074] tomee-plume 10.1.0 --- Formula/t/tomee-plume.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tomee-plume.rb b/Formula/t/tomee-plume.rb index b0a6f5355ce01..9b9477ee044dd 100644 --- a/Formula/t/tomee-plume.rb +++ b/Formula/t/tomee-plume.rb @@ -1,9 +1,9 @@ class TomeePlume < Formula desc "Apache TomEE Plume" homepage "https://tomee.apache.org/" - url "https://www.apache.org/dyn/closer.lua?path=tomee/tomee-10.0.1/apache-tomee-10.0.1-plume.tar.gz" - mirror "https://archive.apache.org/dist/tomee/tomee-10.0.1/apache-tomee-10.0.1-plume.tar.gz" - sha256 "4162c99c5f4466d641b7aed2807fb691a565d43cbe44c1c65defdda216030e90" + url "https://www.apache.org/dyn/closer.lua?path=tomee/tomee-10.1.0/apache-tomee-10.1.0-plume.tar.gz" + mirror "https://archive.apache.org/dist/tomee/tomee-10.1.0/apache-tomee-10.1.0-plume.tar.gz" + sha256 "af98bb741af54a8824eb0f7e21c468a77de693d0189931717c6f0e7fb77f8ef4" license "Apache-2.0" bottle do From 0b33460a48d46d937bb4a9ee44acc78680d1ccff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:24:23 +0000 Subject: [PATCH 07672/10074] tomee-plus 10.1.0 --- Formula/t/tomee-plus.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tomee-plus.rb b/Formula/t/tomee-plus.rb index 8b6dcdbabaece..73ca9b14c34eb 100644 --- a/Formula/t/tomee-plus.rb +++ b/Formula/t/tomee-plus.rb @@ -1,9 +1,9 @@ class TomeePlus < Formula desc "Everything in TomEE Web Profile and JAX-RS, plus more" homepage "https://tomee.apache.org/" - url "https://www.apache.org/dyn/closer.lua?path=tomee/tomee-10.0.1/apache-tomee-10.0.1-plus.tar.gz" - mirror "https://archive.apache.org/dist/tomee/tomee-10.0.1/apache-tomee-10.0.1-plus.tar.gz" - sha256 "b4520899aa8d5971d5be49b09b8622daafedf697ff321c8b3573b68a845661cf" + url "https://www.apache.org/dyn/closer.lua?path=tomee/tomee-10.1.0/apache-tomee-10.1.0-plus.tar.gz" + mirror "https://archive.apache.org/dist/tomee/tomee-10.1.0/apache-tomee-10.1.0-plus.tar.gz" + sha256 "4e181157d9a512b4c7886ff3f9054cee5f20cf90b1203b91defa4619eb988702" license "Apache-2.0" bottle do From c6c6b364cf8351a1bca15a15ccd603375708360e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:24:36 +0000 Subject: [PATCH 07673/10074] tomee-webprofile 10.1.0 --- Formula/t/tomee-webprofile.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tomee-webprofile.rb b/Formula/t/tomee-webprofile.rb index 00c53da7bfe71..418d3b25618ee 100644 --- a/Formula/t/tomee-webprofile.rb +++ b/Formula/t/tomee-webprofile.rb @@ -1,9 +1,9 @@ class TomeeWebprofile < Formula desc "All-Apache Java EE 7 Web Profile stack" homepage "https://tomee.apache.org/" - url "https://www.apache.org/dyn/closer.lua?path=tomee/tomee-10.0.1/apache-tomee-10.0.1-webprofile.tar.gz" - mirror "https://archive.apache.org/dist/tomee/tomee-10.0.1/apache-tomee-10.0.1-webprofile.tar.gz" - sha256 "43edd2b6ea5c0aabd8a74725064d9caa6dbddd729db8888d06a1d209a5da4d1b" + url "https://www.apache.org/dyn/closer.lua?path=tomee/tomee-10.1.0/apache-tomee-10.1.0-webprofile.tar.gz" + mirror "https://archive.apache.org/dist/tomee/tomee-10.1.0/apache-tomee-10.1.0-webprofile.tar.gz" + sha256 "cd63324c3819fc4e09adb737cb4238e661d18e19fec635c54c0f7ac2cf4c7398" license "Apache-2.0" bottle do From 5084b8ff0c7a3fbfa621083c827e480c46927c84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:58:39 +0000 Subject: [PATCH 07674/10074] pie: update 1.0.0 bottle. --- Formula/p/pie.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pie.rb b/Formula/p/pie.rb index d97cb617e10e2..6bcdccdc8cac7 100644 --- a/Formula/p/pie.rb +++ b/Formula/p/pie.rb @@ -6,13 +6,13 @@ class Pie < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe156a9f6891356a91f3ae90e535e21c1edcc5a272a7c002a56b71044f49fe14" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe156a9f6891356a91f3ae90e535e21c1edcc5a272a7c002a56b71044f49fe14" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fe156a9f6891356a91f3ae90e535e21c1edcc5a272a7c002a56b71044f49fe14" - sha256 cellar: :any_skip_relocation, sonoma: "578a1cf3ca43c0ec95d1c5c0d22f8e824ec18c1494cc1674ae58e93328777a56" - sha256 cellar: :any_skip_relocation, ventura: "578a1cf3ca43c0ec95d1c5c0d22f8e824ec18c1494cc1674ae58e93328777a56" - sha256 cellar: :any_skip_relocation, arm64_linux: "fd96192b5e3c4df30bf784619c1a12ea041c515a12f58877aada7bcbf73bb8b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd96192b5e3c4df30bf784619c1a12ea041c515a12f58877aada7bcbf73bb8b4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3df4fe0b33fa3f262fdc3a24d5b17c07c0ee5e507717edc3396ce1ec2041f4c3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3df4fe0b33fa3f262fdc3a24d5b17c07c0ee5e507717edc3396ce1ec2041f4c3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3df4fe0b33fa3f262fdc3a24d5b17c07c0ee5e507717edc3396ce1ec2041f4c3" + sha256 cellar: :any_skip_relocation, sonoma: "1f1a52b83bcb631dd135d9e74e573e6d74ca4b2114a93c4c2b2e81a07dd8dde2" + sha256 cellar: :any_skip_relocation, ventura: "1f1a52b83bcb631dd135d9e74e573e6d74ca4b2114a93c4c2b2e81a07dd8dde2" + sha256 cellar: :any_skip_relocation, arm64_linux: "23f6d113f9f79fc032ef075c82723d15a6d77d1791c2e9645cd790945249f4fe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "23f6d113f9f79fc032ef075c82723d15a6d77d1791c2e9645cd790945249f4fe" end depends_on "php" From e6b1fca57436548d67bfb3a05d10c112f85a2ff4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:08:28 +0000 Subject: [PATCH 07675/10074] weaviate-cli: update 3.2.0_2 bottle. --- Formula/w/weaviate-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/weaviate-cli.rb b/Formula/w/weaviate-cli.rb index 2640a1fcab541..ffa0988642eb0 100644 --- a/Formula/w/weaviate-cli.rb +++ b/Formula/w/weaviate-cli.rb @@ -9,13 +9,13 @@ class WeaviateCli < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "782e5a5bca55ee7aef6eae6166b5b4876a2e55aff8e43f92191c0aff03c09d17" - sha256 cellar: :any, arm64_sonoma: "5bc1675d563f1c3b10704fd6ff777d66b29344af92527ebd508ad89b06c6eb29" - sha256 cellar: :any, arm64_ventura: "ce1bc3d2637612166ec57d0591ca8208849800400905c5a4df6f9b0af773eac2" - sha256 cellar: :any, sonoma: "62d62a3f94647c907baa3d2e95259222d50f37c270c3950a63bf0ac6fde1d686" - sha256 cellar: :any, ventura: "87a12d6d319144012bbb68bb71f27fa8ce04066026c0841cada8ae0aed587f17" - sha256 cellar: :any_skip_relocation, arm64_linux: "0f6784344aebd9817d83d84b629bbcf1dff5759a2c4567c96380a683afd4c320" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29b1bae93bad9289ce198479bd713397f8b4c769fca61cdf76b1c08444a4bb50" + sha256 cellar: :any, arm64_sequoia: "30ab3e267a837fc91fc4ebbd82ad1ee947ad7b836cec7993bc6a2f42e540e850" + sha256 cellar: :any, arm64_sonoma: "996a13c61039e8e9b9e4bf2a1f8c1b9fedaf4a0db1f7d86d932b1d9654d4e57f" + sha256 cellar: :any, arm64_ventura: "a599199d45f436dc0136f51b0965f0e9e22a9bc5bd60e245723fdf1370aa9a88" + sha256 cellar: :any, sonoma: "345e9018e43696441e26b71d9766ee00636c1ac4e0cf40d2322ef8daeee69fc4" + sha256 cellar: :any, ventura: "00e6f78bb826168910e6ee42890bd7f1cc12c0f9b36c498379ef27d97787b4bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "67ddd952df83fc45e7bd390ec9178dcd916a07d2813d4caa6235bb6cd49ce5d3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "df6e39e7465784df8a16d443d849651adb34bc3a9d0a4d0554fc340b0dc5ebb4" end depends_on "ninja" => :build From 1e9590e5c32cb7710027333203b00c84473e4d5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:09:05 +0000 Subject: [PATCH 07676/10074] streamrip: update 2.1.0_2 bottle. --- Formula/s/streamrip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/streamrip.rb b/Formula/s/streamrip.rb index 24906f66f92e0..e834168a50512 100644 --- a/Formula/s/streamrip.rb +++ b/Formula/s/streamrip.rb @@ -9,13 +9,13 @@ class Streamrip < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc43b88cf3e6fab16674a3157386e59054916ebeb3291af3549558989ff1e0ad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9adb78ebddc9db5f53686d1332ca5c470159dcef0e902750d311ee4d26463cb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e8b3dd41ee4b7246f56c4a3b1202aae48c0a11ffaee002b55af489bfa7544dc" - sha256 cellar: :any_skip_relocation, sonoma: "f1ce4a6941424de9d6be471066d6c8f86bb5e7176a566da47a383db10e7f6cb2" - sha256 cellar: :any_skip_relocation, ventura: "4d589f63d64adf41bbc0598ce57c191680685e047bc0b5d88a456505ef0d1211" - sha256 cellar: :any_skip_relocation, arm64_linux: "51b54fdaeedffa13d71fd0f32bb5b854ef94bfc8d7baa45ffe6761d17dd97620" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bb7e08e0592589b8e3cb18f94e5010f894d49a48894da027a35e851c8e780086" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7611859c2d4a04473ba3abbc251c0283c4e575f8c8fd27db56a20bba2dcab9bf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "844b1ce3da1263a4bb1805603a9d98d674569aed48245ddc9200f0d37971d5f6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d7df05531297d654229392d1b97632a68a305bc02879fd3c84ccee6f8e6be85e" + sha256 cellar: :any_skip_relocation, sonoma: "d4158de4e6f547af18d0b068699fe69cc2a8ec86caafb600e2ba4e2d42dbc6ca" + sha256 cellar: :any_skip_relocation, ventura: "0636b55505578696ce302e66fe66810efe54cf4d68cd31cdf9b49388673008db" + sha256 cellar: :any_skip_relocation, arm64_linux: "906f830d90a1eb26490a003df338d1f7a121dbe395c1007f72ab193a93afd40b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5e42af98d655c1a0e41f9dfa24ad09f6e71e385461ec962b18e08af364b9ecf8" end depends_on "certifi" From 2471c9cfff716d65ef3dcf9036d220b9bc2ab545 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:09:11 +0000 Subject: [PATCH 07677/10074] trzsz: update 1.1.5_1 bottle. --- Formula/t/trzsz.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/t/trzsz.rb b/Formula/t/trzsz.rb index 78946e759442b..7c1847b4104c2 100644 --- a/Formula/t/trzsz.rb +++ b/Formula/t/trzsz.rb @@ -11,14 +11,13 @@ class Trzsz < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "069b5e2e21ca4ee881b66892d88f678d5239cd0d17de98560b483bdc4e361e97" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "34b1462777caa9dad8e2b457f0ac821c3fd74dff173f32f6d6dca728b4123cdf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "327fbdc12feae3e8d94c081d2918e5ac31bbe85d9d894106ef59b43ffec19cdd" - sha256 cellar: :any_skip_relocation, sonoma: "cb036cbea4083fda7d9169854ba154c8aa7c09593cb46935c9a5d93190fe3af4" - sha256 cellar: :any_skip_relocation, ventura: "d23b42eed99c1ff1ff1ef5ee4bb9a5e093d60f3680ac2e6bf834559b8cc8309c" - sha256 cellar: :any_skip_relocation, arm64_linux: "9352e42e41666d7842af49aa3100bc328c44c384e3b4689c35e7391438c4a7b6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4fb0a8bab1c0def85b2e0d11e37d9e96d1c397485b5231fe9d3f952a6e5f9fe4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ae631d662b7807bc3be9aa38befc2e2659e9ce869945a911572c409329a93c0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "40a22d7d73f5af874c041823e8e26f1ddbd2e52f18067efc9fe1284af2b972f0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e3073d8234be392605f574e0242d7d6afb99da2ba75a6489e9f77f1d4dae962b" + sha256 cellar: :any_skip_relocation, sonoma: "a1a27587ecc16a7f5b473f5662e28359055be3a77001ac9077fd4113a19b1d8d" + sha256 cellar: :any_skip_relocation, ventura: "421fa223a87dfb4577ba9eac3fe88b616eaa620f4e98335aad72d1abeaf3fd02" + sha256 cellar: :any_skip_relocation, arm64_linux: "f7ea98196e40ccc5c7a932383bdd9851c62d55b1ec2b6a483be691804314c36c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9410ef829e189c035a0bec3e9bd8dad0ee5c106d0b3da9ae48fb8dbb7a27f820" end depends_on "python@3.13" From 3972c15b1e9a96982485cb42a9c6ad2eebe7cf7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:59:44 +0000 Subject: [PATCH 07678/10074] dosbox-staging 0.82.2 --- Formula/d/dosbox-staging.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dosbox-staging.rb b/Formula/d/dosbox-staging.rb index 762b07266c474..2fd427733e9d8 100644 --- a/Formula/d/dosbox-staging.rb +++ b/Formula/d/dosbox-staging.rb @@ -1,8 +1,8 @@ class DosboxStaging < Formula desc "Modernized DOSBox soft-fork" homepage "https://dosbox-staging.github.io/" - url "https://github.com/dosbox-staging/dosbox-staging/archive/refs/tags/v0.82.1.tar.gz" - sha256 "9d943d6610b6773cb0b27ba24904c85459757fbbfa0f34c72e76082132f77568" + url "https://github.com/dosbox-staging/dosbox-staging/archive/refs/tags/v0.82.2.tar.gz" + sha256 "387c97b373c3164ab5abbbc2b210bf94b5567057abe44ee1e8b4d4e725bd422c" license "GPL-2.0-or-later" head "https://github.com/dosbox-staging/dosbox-staging.git", branch: "main" From 4cb6536e934616669cd949d121f456cf54fc924a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:00:56 +0000 Subject: [PATCH 07679/10074] enpass-cli 1.6.5 --- Formula/e/enpass-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/enpass-cli.rb b/Formula/e/enpass-cli.rb index 23443b27865df..240c1494e77bd 100644 --- a/Formula/e/enpass-cli.rb +++ b/Formula/e/enpass-cli.rb @@ -1,8 +1,8 @@ class EnpassCli < Formula desc "Enpass command-line client" homepage "https://github.com/hazcod/enpass-cli" - url "https://github.com/hazcod/enpass-cli/archive/refs/tags/v1.6.3.tar.gz" - sha256 "59f1bb98017f3e5ea13d7b82fbf7f975e9da038b97f65375e0a44164ad66be7e" + url "https://github.com/hazcod/enpass-cli/archive/refs/tags/v1.6.5.tar.gz" + sha256 "0665056659ac31444920f0fed522aa72effb3a090365f8a854e44c35ae97f4db" license "MIT" head "https://github.com/hazcod/enpass-cli.git", branch: "master" From d7925c0f6b7d5c768fa366308d9f61ac679e5492 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:01:38 +0000 Subject: [PATCH 07680/10074] fabric-ai 1.4.209 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index bc2f65ff7da7d..0bb85c419480a 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.206.tar.gz" - sha256 "7afaaaa5689687dc084b500020e9ab1392626f4d60847f6e804c74185d0bf08d" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.209.tar.gz" + sha256 "0c1d71fb4de4aa704c22592a0799df057f0d452e9dd679ef6715ed13affd28ca" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 689133de4a30df65bc70280998660a47a29e52c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:01:55 +0000 Subject: [PATCH 07681/10074] fastp 1.0.1 --- Formula/f/fastp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index cb41cff73b538..80f51598a31ab 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -1,8 +1,8 @@ class Fastp < Formula desc "Ultra-fast all-in-one FASTQ preprocessor" homepage "https://github.com/OpenGene/fastp" - url "https://github.com/OpenGene/fastp/archive/refs/tags/v1.0.0.tar.gz" - sha256 "cd8ba4bbadacadf22a8dd83445455717689a01c774a0a0c23cf36f7a05496c91" + url "https://github.com/OpenGene/fastp/archive/refs/tags/v1.0.1.tar.gz" + sha256 "80464cca840f7ecaeec63528cc5c4b138af83da909f91291115e1811e5f8cec6" license "MIT" bottle do From 7d950dedb3fd28f4e5d391273c009837ac89a6e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:08:01 +0000 Subject: [PATCH 07682/10074] kube-bench 0.11.0 --- Formula/k/kube-bench.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kube-bench.rb b/Formula/k/kube-bench.rb index 1f2d4cf6b5e0b..d54b3ba9be28b 100644 --- a/Formula/k/kube-bench.rb +++ b/Formula/k/kube-bench.rb @@ -1,8 +1,8 @@ class KubeBench < Formula desc "Checks Kubernetes deployment against security best practices (CIS Benchmark)" homepage "https://github.com/aquasecurity/kube-bench" - url "https://github.com/aquasecurity/kube-bench/archive/refs/tags/v0.10.7.tar.gz" - sha256 "3093fce3c988f5513927919dbccc7db9f5cbbff167a4f803be7872f9b2714fdf" + url "https://github.com/aquasecurity/kube-bench/archive/refs/tags/v0.11.0.tar.gz" + sha256 "0113a22ef39ac2f4d7d0fa4b2871e41b4ba5ebae59c012b3ab8349117b67cbe1" license "Apache-2.0" head "https://github.com/aquasecurity/kube-bench.git", branch: "main" From 636ef3a38311f101fc39c225478ad87e69b583cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:10:32 +0000 Subject: [PATCH 07683/10074] linux-pam 1.7.1 --- Formula/l/linux-pam.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/linux-pam.rb b/Formula/l/linux-pam.rb index 763ea6fd06a8d..01bc864b427c0 100644 --- a/Formula/l/linux-pam.rb +++ b/Formula/l/linux-pam.rb @@ -1,8 +1,8 @@ class LinuxPam < Formula desc "Pluggable Authentication Modules for Linux" homepage "https://github.com/linux-pam/linux-pam" - url "https://github.com/linux-pam/linux-pam/releases/download/v1.7.0/Linux-PAM-1.7.0.tar.xz" - sha256 "57dcd7a6b966ecd5bbd95e1d11173734691e16b68692fa59661cdae9b13b1697" + url "https://github.com/linux-pam/linux-pam/releases/download/v1.7.1/Linux-PAM-1.7.1.tar.xz" + sha256 "21dbcec6e01dd578f14789eac9024a18941e6f2702a05cf91b28c232eeb26ab0" license any_of: ["BSD-3-Clause", "GPL-1.0-only"] head "https://github.com/linux-pam/linux-pam.git", branch: "master" From 0ed0036fb41c1e33e6383ba123c46d75f0fb4a88 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:14:50 +0000 Subject: [PATCH 07684/10074] openfga 1.8.16 --- Formula/o/openfga.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openfga.rb b/Formula/o/openfga.rb index e965b162acec3..eb56c7d45a5f1 100644 --- a/Formula/o/openfga.rb +++ b/Formula/o/openfga.rb @@ -1,8 +1,8 @@ class Openfga < Formula desc "High performance and flexible authorization/permission engine" homepage "https://openfga.dev/" - url "https://github.com/openfga/openfga/archive/refs/tags/v1.8.15.tar.gz" - sha256 "4465fd0430d6423eba0a6a9cdacec0013ea1666888142450ec204e90b63a45c1" + url "https://github.com/openfga/openfga/archive/refs/tags/v1.8.16.tar.gz" + sha256 "be00254a940c5effac7a6b6fa521be1c40d1df9dd65554d050654c45453f116f" license "Apache-2.0" head "https://github.com/openfga/openfga.git", branch: "main" From 661f743d43a42495d1eb54ef8eb5022f2545c057 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:15:28 +0000 Subject: [PATCH 07685/10074] openshift-cli 4.18.17 --- Formula/o/openshift-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/openshift-cli.rb b/Formula/o/openshift-cli.rb index 27e45268fd799..54c94c9786575 100644 --- a/Formula/o/openshift-cli.rb +++ b/Formula/o/openshift-cli.rb @@ -1,7 +1,7 @@ class OpenshiftCli < Formula desc "OpenShift command-line interface tools" homepage "https://www.openshift.com/" - url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.16/openshift-client-src.tar.gz" + url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.17/openshift-client-src.tar.gz" # This project employs synchronized versioning so the sha256 may not change on version bumps sha256 "6695245d3ff02d6a4de3f5b815614528cddfb92f11751bf5116a05685b5295f0" license "Apache-2.0" From d30022d32bdfefa279b05601ff3ce4730929cf5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:21:58 +0000 Subject: [PATCH 07686/10074] storj-uplink 1.131.4 --- Formula/s/storj-uplink.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index 9fbf379c9ed57..78c65960c758e 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -1,8 +1,8 @@ class StorjUplink < Formula desc "Uplink CLI for the Storj network" homepage "https://storj.io" - url "https://github.com/storj/storj/archive/refs/tags/v1.131.3.tar.gz" - sha256 "56c11f73d5c9c83f834251ac5e66ee15daa08b793ca6df5e3c2be873b21c42de" + url "https://github.com/storj/storj/archive/refs/tags/v1.131.4.tar.gz" + sha256 "56f5f20473d703959f2647ad3171e79ac510702e86b38aef80e37378f2e0c2ce" license "AGPL-3.0-only" # Upstream creates stable releases and marks them as "pre-release" before From 10642fef2fe481efefee33201095bd77cf5d3e6d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:22:58 +0000 Subject: [PATCH 07687/10074] terraform-ls 0.36.5 --- Formula/t/terraform-ls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terraform-ls.rb b/Formula/t/terraform-ls.rb index 571e02f3d8189..f9a75d9daacda 100644 --- a/Formula/t/terraform-ls.rb +++ b/Formula/t/terraform-ls.rb @@ -1,8 +1,8 @@ class TerraformLs < Formula desc "Terraform Language Server" homepage "https://github.com/hashicorp/terraform-ls" - url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.36.4.tar.gz" - sha256 "c52a38fe5e4a5e16660e24a23d090b85e37a543efa0aaa6cb82238c0bc22e144" + url "https://github.com/hashicorp/terraform-ls/archive/refs/tags/v0.36.5.tar.gz" + sha256 "a5781fbc22c1a1efba5fc4122ede10e1b496dfc18175784cb3cc55b0bcc4c91f" license "MPL-2.0" head "https://github.com/hashicorp/terraform-ls.git", branch: "main" From 4630bf5f398f329fe84b9d7d7e587d63a466cdb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:24:08 +0000 Subject: [PATCH 07688/10074] fabric-ai: update 1.4.209 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 0bb85c419480a..e23be176acc00 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f215864dbb73996c79d3c193e94967ed2d99aa896062efc866cdbfcad21a5052" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f215864dbb73996c79d3c193e94967ed2d99aa896062efc866cdbfcad21a5052" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f215864dbb73996c79d3c193e94967ed2d99aa896062efc866cdbfcad21a5052" - sha256 cellar: :any_skip_relocation, sonoma: "d310da80b21ff45f097cdd71f57ade6907e67e5bb97075210cf501f0c1e3a685" - sha256 cellar: :any_skip_relocation, ventura: "d310da80b21ff45f097cdd71f57ade6907e67e5bb97075210cf501f0c1e3a685" - sha256 cellar: :any_skip_relocation, x86_64_linux: "546c9f99d298f886ccad312284bf315a42bc5d60626946142bca088725316685" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c5ee049124db497a2ed7a431469142ec0814fb8b3e656e130bb9e5df146f808" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c5ee049124db497a2ed7a431469142ec0814fb8b3e656e130bb9e5df146f808" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4c5ee049124db497a2ed7a431469142ec0814fb8b3e656e130bb9e5df146f808" + sha256 cellar: :any_skip_relocation, sonoma: "b6f6637712fbd1b5ee83fc4a5388f701c25caf604eaf30cc06eac2ca84af877d" + sha256 cellar: :any_skip_relocation, ventura: "b6f6637712fbd1b5ee83fc4a5388f701c25caf604eaf30cc06eac2ca84af877d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb7e196518b24c678f723fa33d4303f12a673c169a4527ccacaeae6549075cba" end depends_on "go" => :build From 02f90721ab3720fb9fe14fdadee407b2a8d269c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:27:00 +0000 Subject: [PATCH 07689/10074] tomee-plus: update 10.1.0 bottle. --- Formula/t/tomee-plus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/tomee-plus.rb b/Formula/t/tomee-plus.rb index 73ca9b14c34eb..57fd6a290b2ca 100644 --- a/Formula/t/tomee-plus.rb +++ b/Formula/t/tomee-plus.rb @@ -7,7 +7,7 @@ class TomeePlus < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "86778c7fb3c32585f2e9f3221d1bb7fffe9257553af38dbd9bfaacad36834fc0" + sha256 cellar: :any_skip_relocation, all: "b9e9c9d9caf5cb8ee0cabb7ab09a967bb0bf6fbac5442dedcf7cd5e79b65bf6d" end depends_on "openjdk" From e76014f79278a48dd7677228a4588b8ef0447620 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:27:11 +0000 Subject: [PATCH 07690/10074] tomee-plume: update 10.1.0 bottle. --- Formula/t/tomee-plume.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/tomee-plume.rb b/Formula/t/tomee-plume.rb index 9b9477ee044dd..93c543fdd43dc 100644 --- a/Formula/t/tomee-plume.rb +++ b/Formula/t/tomee-plume.rb @@ -7,7 +7,7 @@ class TomeePlume < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "1d13c509f4300cb3d5a1c2ede28dacfa519bf5f53c0a71063b2d8cfdb936e782" + sha256 cellar: :any_skip_relocation, all: "06e8bd164ab4e7888694aa322e493284918ae3092d7d5b59b36bb19918955854" end depends_on "openjdk" From 873199a156f1db0ab92825fd0846a690154a7925 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:27:50 +0000 Subject: [PATCH 07691/10074] tomee-webprofile: update 10.1.0 bottle. --- Formula/t/tomee-webprofile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/tomee-webprofile.rb b/Formula/t/tomee-webprofile.rb index 418d3b25618ee..b016c0b7aba70 100644 --- a/Formula/t/tomee-webprofile.rb +++ b/Formula/t/tomee-webprofile.rb @@ -7,7 +7,7 @@ class TomeeWebprofile < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "e258bd58ba77c24dd8f5f634c03be8cfaa32462baece64356c979377db184226" + sha256 cellar: :any_skip_relocation, all: "758cfe6af941808baf14f197649eda3078d2edeb3942c16cef5effcfa408165f" end depends_on "openjdk" From 836253cee8c16581c1b3aa0aee197a1accbe9272 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:27:53 +0000 Subject: [PATCH 07692/10074] oh-my-posh: update 26.9.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 63f73dcb157b7..68af1c1365f9c 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "66026bc84634ce360715bd8885626f10f8d59f370f55104d5a26c307bd2247cf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "357b7d3c69a3c56ba32674101622b7f4e4d1d3047849722034a65d4181aa27bf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "510026b57d13197e12923095c0335c6b403092f5551796ccd76391f0adcfe5f3" - sha256 cellar: :any_skip_relocation, sonoma: "4135c7dcd3e10ef4815fb9dcef6f6821c1a7bdc78519f9b48be074849556df33" - sha256 cellar: :any_skip_relocation, ventura: "209174f76f0d1180ec60836f3f2f63ad7634e3f0a101498b0f777d4d2ddeab58" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6112db8cf7e62f2e83bd000cb9f8a8a1da582e7843ba2388084b4e57c85939ff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "892a94ca2aeceb2baae23c12086ff0a031ad88a3fefbde0480cbd94caa20e927" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7e79248f1938a087c1e2734cea5303a3cd404b06ca885495336bb2df61e3c26" + sha256 cellar: :any_skip_relocation, arm64_ventura: "516472555a43790baea40caac5c006e45f52317b8d4e6d7538aa1bf03e1af63b" + sha256 cellar: :any_skip_relocation, sonoma: "91af0a95a4ded49cb76b4f1e077d5d095b66109ad5146e86342477128b8a427a" + sha256 cellar: :any_skip_relocation, ventura: "2a71a3d486e1cfccf3b058eec8d25150808efab73b2b0ae585739b78ed105850" + sha256 cellar: :any_skip_relocation, x86_64_linux: "74a767a10ff343cc4d77cc4638770c88f996e42ea65268885c9386196367a0ff" end depends_on "go" => :build From a29098d90acc69b7e3efa7d15169926a169dc331 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:28:01 +0000 Subject: [PATCH 07693/10074] oci-cli: update 3.59.0 bottle. --- Formula/o/oci-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index 90fbb6995a534..9871e6c9646f9 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -9,13 +9,13 @@ class OciCli < Formula head "https://github.com/oracle/oci-cli.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "7f43ddddf13a6d140b1dbc3497e9ad458ab6244e940607a9c216867f18faac9f" - sha256 cellar: :any, arm64_sonoma: "94328ab704ace457101199d9ff71b11fbc6f50cb348b9fdc7016a1b0252b9961" - sha256 cellar: :any, arm64_ventura: "d1c90c17afd1ce6b3abc5c92e458d1272a5b7dfb337a764a65aedbbac838ebf2" - sha256 cellar: :any, sonoma: "bf9545c8b9ef91d4303bcbc35d5c29dbd973e14e006a3597380f87b9682ef56f" - sha256 cellar: :any, ventura: "ffcb407aefe0ef52349732f145b4e40a6a20c235e9db7f29e29595f9e79b7515" - sha256 cellar: :any_skip_relocation, arm64_linux: "fc7bc6457f23d99afc2a194051ed7db812079753c43abde3055be3c196239a06" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2697de97d514bcfcc06e0c8f102d26c89aab90641c609c78c8630b473bd85e3f" + sha256 cellar: :any, arm64_sequoia: "b080f34de5f36fa13ba7c802b3567bbc697f7a339b8ebe905624422bb80c4eef" + sha256 cellar: :any, arm64_sonoma: "50b9169101054d07463122605aae2d0acf2a4b5b5e653097fffaab9f446e29bf" + sha256 cellar: :any, arm64_ventura: "c6f99be244060020251426d44df7420a386e29f5e49c83574fd79190c723feb5" + sha256 cellar: :any, sonoma: "805761f31f28c3f704d60ce242bc074267b43646d326307584eb7ed7af18ff52" + sha256 cellar: :any, ventura: "69b78bc8d73f65e5e36ceaebad6157ef5498b738324cb82ba3d77e5ddafc8bef" + sha256 cellar: :any_skip_relocation, arm64_linux: "c222ff50f5d3136cc9e79ec741fffedc2b3eff2b9786e2775f0bc46f1150c829" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c326fb291caa34f120839b98fd5db08d8a3e37cbc48d280556042de86c16e2d" end depends_on "certifi" From d044f4dba457d5a4a3515af82b9b4be4557fee88 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:28:34 +0000 Subject: [PATCH 07694/10074] nanopb: update 0.4.9.1_3 bottle. --- Formula/n/nanopb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nanopb.rb b/Formula/n/nanopb.rb index 2edf48d5df3aa..62a473c945467 100644 --- a/Formula/n/nanopb.rb +++ b/Formula/n/nanopb.rb @@ -15,13 +15,13 @@ class Nanopb < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "7d76fc86d847a068c45c8a5ba8a0b3b11b8de23f227d093cdb285e15cd982e8a" - sha256 cellar: :any, arm64_sonoma: "f9d5864283a0d79f5aaeffac33c215d12d244e821e5f9955dcb4e20fb7d6e92e" - sha256 cellar: :any, arm64_ventura: "7e75a8d1f9e8f2f2c9d497b4fe414bf5f88421d5c35abd960893fb89b081f716" - sha256 cellar: :any, sonoma: "88dd38904d068f44085a8f267038c76957c9f8c6ae37981bf20ddc0db6c37262" - sha256 cellar: :any, ventura: "ee8ee09d5e0e937e5bebc576cb5ba7db3833ae7ac0367a43a0326d83900ed669" - sha256 cellar: :any_skip_relocation, arm64_linux: "0892cc465d41cb9eeca87e20de7758d1dedb166471b79ed3d48a1b2746f3e9a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "794045035602e33641f7e4b9fcf1e2d1ec010d5ccfcb5645c2fc25e1ac544309" + sha256 cellar: :any, arm64_sequoia: "48c0e851922d2dc09a363496b62f994801fae203a54ddf5b1b05db29f548f62f" + sha256 cellar: :any, arm64_sonoma: "67695bb4d38d03aa42a096bd4bb305f26a895f0de73d1bcd9cd6da6e05559a23" + sha256 cellar: :any, arm64_ventura: "cedc6958a61637ca250dd07266e565be80b0229967598ac9a9643dc467de71f8" + sha256 cellar: :any, sonoma: "9e1f5e2f2138b529c910edcf3564f29ef868378e65258566f2c0b85bb4621cf8" + sha256 cellar: :any, ventura: "2f0bca06374f860e344cc7e9feff526d0dba6068f06c6a8eb5331138fd7d0237" + sha256 cellar: :any_skip_relocation, arm64_linux: "b131ea76894ac511c4e4260769cabee26741c1acf53210777e8d04dfcc9ef87f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6822c95d98040f3f845347cbe416bcc4da77cce6cfce82020bcec48caaae463c" end depends_on "cmake" => :build From f8f00a16c2e4496a783ea93c453ddb837239f71e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:29:03 +0000 Subject: [PATCH 07695/10074] mx: update 7.55.5 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 1a5ed688d454e..d9b5393981b21 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "80152e90f40c6c98f7de16c452f6000d2b1cbe8b890151590862d8e195923873" + sha256 cellar: :any_skip_relocation, all: "fe75c3b363df35c55b0e7fb79ec2857711ce069e2ae1828ac113572368d6d646" end depends_on "openjdk" => :test From 97d44d1e3c48aa25295f54bd6bf4789332ce603e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:29:31 +0000 Subject: [PATCH 07696/10074] mmctl: update 10.9.1 bottle. --- Formula/m/mmctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mmctl.rb b/Formula/m/mmctl.rb index 2085848ea2a1c..9084b8eeaeea0 100644 --- a/Formula/m/mmctl.rb +++ b/Formula/m/mmctl.rb @@ -12,12 +12,12 @@ class Mmctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cffe13ba45b171ece3947760af59e1a78dea7f4cd4fc6fd70a87ecf4a3ad6e0c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cffe13ba45b171ece3947760af59e1a78dea7f4cd4fc6fd70a87ecf4a3ad6e0c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cffe13ba45b171ece3947760af59e1a78dea7f4cd4fc6fd70a87ecf4a3ad6e0c" - sha256 cellar: :any_skip_relocation, sonoma: "22b29a8711a2a10cb0e787990dac7f49167d044d9c51c8095c6e593d48d0c0fc" - sha256 cellar: :any_skip_relocation, ventura: "22b29a8711a2a10cb0e787990dac7f49167d044d9c51c8095c6e593d48d0c0fc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dfb3ac6d42d91f2e8d3eea047ee3f7a70fde38685ee5cd136a0fd3f7f7b1bb0d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9128a26ccb75b4599050f20c559f722a8d62511d5bc323570cb1c1185ed5c042" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9128a26ccb75b4599050f20c559f722a8d62511d5bc323570cb1c1185ed5c042" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9128a26ccb75b4599050f20c559f722a8d62511d5bc323570cb1c1185ed5c042" + sha256 cellar: :any_skip_relocation, sonoma: "a6a96cb17df53da75d535b9c0feedae4b517533b79dbce6c8f22b1867ab86d37" + sha256 cellar: :any_skip_relocation, ventura: "a6a96cb17df53da75d535b9c0feedae4b517533b79dbce6c8f22b1867ab86d37" + sha256 cellar: :any_skip_relocation, x86_64_linux: "43a2d93789c37a09522ef9b061ca2596e899ebed35294d807d06f8809306836d" end depends_on "go" => :build From b9fea3866acaedc02d881ae7eedfea377eaae67a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:29:57 +0000 Subject: [PATCH 07697/10074] checkov: update 3.2.440_1 bottle. --- Formula/c/checkov.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/checkov.rb b/Formula/c/checkov.rb index 49ac0e2087a3b..4dc1b119500ff 100644 --- a/Formula/c/checkov.rb +++ b/Formula/c/checkov.rb @@ -18,13 +18,13 @@ class Checkov < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "7e591c702f78604c8186e097eb36ff9678a9175a9e8494dacbd3b21a69abca62" - sha256 cellar: :any, arm64_sonoma: "8709d42c42bed9f64a992cadacefa7ce417cfd092ea2bf889854620c672dbc61" - sha256 cellar: :any, arm64_ventura: "ddf5f14ff89ef0aee7041ecfa2a7602ac92c72586b94262902abc3e8626449d5" - sha256 cellar: :any, sonoma: "99f76030c7398724dc12798799212d7b38f0bbdfe791f21f9328291daf048ffc" - sha256 cellar: :any, ventura: "7d44c16932a955346865a770778ce22e4cd8ce1a2db567513181d339b89d8bae" - sha256 cellar: :any_skip_relocation, arm64_linux: "4596340658f0f30caf3c27acada7f4d535fd18ad9bc009d4292afbbda2d40b2e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ed8d96146b1e00e36afdc752ce93b26563182c1a90b5db306dd179ca8c88ac6" + sha256 cellar: :any, arm64_sequoia: "6241b2d7c23d395d78f5cefca130c3d089eb40fc61a469b47a5df0092ac20dc7" + sha256 cellar: :any, arm64_sonoma: "ec28dcb8ff1b5b3285988f40016fd78da650bd5db3703062ab2d3ade9b85497f" + sha256 cellar: :any, arm64_ventura: "cdbdd35002277bfd6fc59324f40fad2038ca8a76b702056f3084e492b16ed611" + sha256 cellar: :any, sonoma: "0cf69bd7bf75eb249b9194b324ce7e976b2f2b68be7c2c38cad1ca1e1c5d82ed" + sha256 cellar: :any, ventura: "c92e8facf0e9ac20c12da6cc5379e49450e8b7b39678b7506893652826626341" + sha256 cellar: :any_skip_relocation, arm64_linux: "d664415ee9ea5dec836ee470fad6e063656bb5f56f402c5190507afac77079e2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f865e2cf898e4a859dc697230008180a7bd91293f632cdce0b041d0d7949f79d" end depends_on "cmake" => :build # for igraph From 76e9f26830829aab1f6c84a8d15ecb13b1c83bbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:30:25 +0000 Subject: [PATCH 07698/10074] bilix: update 0.18.9_3 bottle. --- Formula/b/bilix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bilix.rb b/Formula/b/bilix.rb index 9d4d71e8d8323..6dbbde18679c9 100644 --- a/Formula/b/bilix.rb +++ b/Formula/b/bilix.rb @@ -9,13 +9,13 @@ class Bilix < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "1dd56aa673779552702e7b3ba922baa236b1dc60b95bda90e517ed23ef5ebcfe" - sha256 cellar: :any, arm64_sonoma: "c19e2cf1d361d4571b433fd84ed35c1b05ace1b5f1d6568f3b362817af2681af" - sha256 cellar: :any, arm64_ventura: "16892feaa8f59fb5fa7f2b0ff773b854a86fcf1e9d5a38e104e5456df924abfb" - sha256 cellar: :any, sonoma: "3a1230687830512a35d13447d61e450c607bff0f5dbb77640035c72702ff471a" - sha256 cellar: :any, ventura: "d4f8e9d254f14626660a4244cf2d876c43be085ee48f64a0e53bc112ba70a348" - sha256 cellar: :any_skip_relocation, arm64_linux: "e765a9bd9f88112c7580d028941a47243ee874b35a449b9cd164e19e6638908b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9b8ad25f6e080a60a8526b5f4d6feda7a8e049c655685b0ab949399eb268b540" + sha256 cellar: :any, arm64_sequoia: "f6d25831cdcf6dc12ea85b7fc95408029fb88f863aee52735a4d2648e224cfa4" + sha256 cellar: :any, arm64_sonoma: "dcd367d68c92ceaa081afa8157ec481a4cf5380d60b5731c07a1f7b87198168a" + sha256 cellar: :any, arm64_ventura: "38bedeb03e5ae71c34dcadd1cc62a3092c4320fe91020992ed9ce82272a6a8ec" + sha256 cellar: :any, sonoma: "2db818c33731749fc5e115236dcbd09467b363397d13fbc0bdd8f3a3150ece67" + sha256 cellar: :any, ventura: "0c4805e7d3fb9d83a4179a44c5f5bb19154382418fbbd2a280d369eaaddbb176" + sha256 cellar: :any_skip_relocation, arm64_linux: "904cf1a5ec51f55e76fd2a3d98c984964ba3ef4c24313d12f6ea7f7f532b6354" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bad44739863c76498556c7dd8b826a258d334385d752752f10e00f86a127ad64" end depends_on "rust" => :build # for pydantic_core From f08f1a641a944127df6880348ae8db1cb339b8a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:31:08 +0000 Subject: [PATCH 07699/10074] jackett: update 0.22.2024 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 872ac9b4ced3d..1747a59f0acbb 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "4d8d55b1d342afa015504c2575b0ba1e9ea276e2b669b6e8917d0d5cdd22ea5f" - sha256 cellar: :any, arm64_sonoma: "9ef306d561f8d9b66b2f738835d5c58e0110eba41991bbd6017ca30ef06de52f" - sha256 cellar: :any, arm64_ventura: "6e4c41f7a51e771199ea9142730169a98d1a3e6d35950f9c69bc58d7d73817aa" - sha256 cellar: :any, ventura: "7076013ee883b4b91b08e4168c997833231a9f28bea87b5bce3158556871e21f" - sha256 cellar: :any_skip_relocation, arm64_linux: "17b4724e7525c6156fa92a216f246bba8bef417be7dd3a8743a02011fc30ffd5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fed06a7d8c9672dd7659c2700e48ad431e2696e55d6f6147e69780a42a6a3a64" + sha256 cellar: :any, arm64_sequoia: "a008222fd9f1a4f81c18df6d49de5a4fbe8a63c27e163a955060c4e6773d1723" + sha256 cellar: :any, arm64_sonoma: "fa4a417bb831c2d3bb0d475076a9f30d94628a1c09974fa7cf9982fc3f505271" + sha256 cellar: :any, arm64_ventura: "f0422ccc70dfe5ea00ddc80fc0390772d4850d0847481e6d2d3218c2e73a31cb" + sha256 cellar: :any, ventura: "42cdeb907bb36a7a6fc22d62211bd528d1d560844f14b84dcb23f8bb19fafe12" + sha256 cellar: :any_skip_relocation, arm64_linux: "9d2fe5cbaad4f2941e7711b0289f56dcafba13e4f50aaf1f5ddd50f16864404c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dfe4b4c51a833523a6f246c6e8cb5d1ce7bef73f3e5c80f3100b3983107f1934" end depends_on "dotnet@8" From 5cfb962c0322e5936307e3019d7067747862ec84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:31:15 +0000 Subject: [PATCH 07700/10074] keploy: update 2.6.9 bottle. --- Formula/k/keploy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index db19fad3432a8..fd754604c772a 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -7,12 +7,12 @@ class Keploy < Formula head "https://github.com/keploy/keploy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "52c3e607e73a92204ff201903174c00aa4a334e1f0024d6e8dea6082c4e367e6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "52c3e607e73a92204ff201903174c00aa4a334e1f0024d6e8dea6082c4e367e6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "52c3e607e73a92204ff201903174c00aa4a334e1f0024d6e8dea6082c4e367e6" - sha256 cellar: :any_skip_relocation, sonoma: "71a0c2b3e9c6a6282fbd25923cab7d76ad2491ddfee5f5acd2e89a94e405768b" - sha256 cellar: :any_skip_relocation, ventura: "71a0c2b3e9c6a6282fbd25923cab7d76ad2491ddfee5f5acd2e89a94e405768b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4a772bc83caae38a7048373540f9a85e43dbd645fbbc2d34b64fa0fe8218aa18" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b00c33b44854410a5ee5d6e123d4410756ce0b7706419654cba558148c706d2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b00c33b44854410a5ee5d6e123d4410756ce0b7706419654cba558148c706d2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3b00c33b44854410a5ee5d6e123d4410756ce0b7706419654cba558148c706d2" + sha256 cellar: :any_skip_relocation, sonoma: "74f47f9b79f65b028f85dbc35ecef4250658acbd095351d68d13a5731a6e2be6" + sha256 cellar: :any_skip_relocation, ventura: "74f47f9b79f65b028f85dbc35ecef4250658acbd095351d68d13a5731a6e2be6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "681e0f312308d20a46a6802b1758033c97be921347eec92e13410e7dc21978a8" end depends_on "go" => :build From 832b4a03ab78a7d4080d873417faa6f88abbfbdb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:33:07 +0000 Subject: [PATCH 07701/10074] cdk8s: update 2.200.103 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index f61d054baa85a..94c067a849e5f 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" - sha256 cellar: :any_skip_relocation, sonoma: "47ddb5233dc42d8a9ee1015c1213691082e8c7b059ebd5da0a3fa44d755ad3f7" - sha256 cellar: :any_skip_relocation, ventura: "47ddb5233dc42d8a9ee1015c1213691082e8c7b059ebd5da0a3fa44d755ad3f7" - sha256 cellar: :any_skip_relocation, arm64_linux: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "113f889e79ae67f9ae4a8eaca283f0beef73f848f71def721c44b134cf400cf9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" + sha256 cellar: :any_skip_relocation, sonoma: "b0a4e22781aca7815ab49089469f682a47784d343d87e38dcedca428ef794375" + sha256 cellar: :any_skip_relocation, ventura: "b0a4e22781aca7815ab49089469f682a47784d343d87e38dcedca428ef794375" + sha256 cellar: :any_skip_relocation, arm64_linux: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" end depends_on "node" From 5703ce35f92ecb6bf3918866765ea761e163f73c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:36:11 +0000 Subject: [PATCH 07702/10074] htmlhint: update 1.6.0 bottle. --- Formula/h/htmlhint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index bf58710077b2f..6667d38f98e01 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -6,7 +6,7 @@ class Htmlhint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "d53eed3573cc4f368689c7fdb36fefffd6317d2298b89d0cd31a5790e5b0ec79" + sha256 cellar: :any_skip_relocation, all: "9a9b97f80d4efa298c60ed62ac9aecab5af195a952ca6aabd51cc251ad655186" end depends_on "node" From d1582b4a50fc347adca5ab54378f5b81de22f36b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:09:15 +0000 Subject: [PATCH 07703/10074] storj-uplink: update 1.131.4 bottle. --- Formula/s/storj-uplink.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/storj-uplink.rb b/Formula/s/storj-uplink.rb index 78c65960c758e..b675608fb73cf 100644 --- a/Formula/s/storj-uplink.rb +++ b/Formula/s/storj-uplink.rb @@ -18,12 +18,12 @@ class StorjUplink < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b85b653d9c48e4fd9b25088602fa0ad41e6e4dc4295873ee675afbf813bcdbc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b85b653d9c48e4fd9b25088602fa0ad41e6e4dc4295873ee675afbf813bcdbc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8b85b653d9c48e4fd9b25088602fa0ad41e6e4dc4295873ee675afbf813bcdbc" - sha256 cellar: :any_skip_relocation, sonoma: "fb60ed101ae2229d05414fbabc9e726992ce86352f88b0863fd3747f460d7fc4" - sha256 cellar: :any_skip_relocation, ventura: "fb60ed101ae2229d05414fbabc9e726992ce86352f88b0863fd3747f460d7fc4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bb198acfa8ed1e128bea3931118afc8e298e5be0cda577a4872b2cb26d55713e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "450eca77df0ec49bb716573751ce9e293f456b781a79ecf0bb4dbe806c45e835" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "450eca77df0ec49bb716573751ce9e293f456b781a79ecf0bb4dbe806c45e835" + sha256 cellar: :any_skip_relocation, arm64_ventura: "450eca77df0ec49bb716573751ce9e293f456b781a79ecf0bb4dbe806c45e835" + sha256 cellar: :any_skip_relocation, sonoma: "c8d469832498874ebe9cf066c486e5406d7ccbdc1becddf6831c6e61f48e807c" + sha256 cellar: :any_skip_relocation, ventura: "c8d469832498874ebe9cf066c486e5406d7ccbdc1becddf6831c6e61f48e807c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe921a69912559af8478bfd16a2b97b6f1d158fa0a446ad154604cd6885dd756" end depends_on "go" => :build From bc38c4a9535ebe00e871659778ef4a5fabec631b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:10:19 +0000 Subject: [PATCH 07704/10074] openshift-cli: update 4.18.17 bottle. --- Formula/o/openshift-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openshift-cli.rb b/Formula/o/openshift-cli.rb index 54c94c9786575..8a6ff82904e84 100644 --- a/Formula/o/openshift-cli.rb +++ b/Formula/o/openshift-cli.rb @@ -13,13 +13,13 @@ class OpenshiftCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a0260f0741e2541b03cd6918e1dc7f4a5c98e695017ec0d30116e7d58f17337" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f2d95110fbf19349790f272c04b6ddb51ec08273f140c553df1933efc61507d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e5062bd77e53e83d54013036d2168fe238cd2e8b6013f0bdd73169562c5ce03f" - sha256 cellar: :any_skip_relocation, sonoma: "e9cc2f7fc0bb8c54920f7ac09636daacc56b5095e0bfd8ba98557395457b48b7" - sha256 cellar: :any_skip_relocation, ventura: "b031f0b58103310f1e79960be815443c7e845eb175588b74fee4c3da0baffb98" - sha256 cellar: :any_skip_relocation, arm64_linux: "616ff27d2d20fd478d7828c7ab61a778cb302ef77df8fb35408f41636eb4d549" - sha256 cellar: :any_skip_relocation, x86_64_linux: "379bb664ff2f7b2728d40e53d6506f6691980a5562aa9798d2165041626bfe02" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e4402d6e8ddeb04dd068355c883bc9d50f34743bb0d3bd62f2cc4afa7938e88" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdf3c8d88940eeea466fcb6caa9a7a49550763782c0317404c8fa7f9cacc05eb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6631c1a9dc4305467ab439d04cd4599228afab0463ae7232495c53e7d7823771" + sha256 cellar: :any_skip_relocation, sonoma: "6ec0dde8e6fd8463f6d20c30edf7a1b4ad156975bfeec2bdecf325bddc6db13c" + sha256 cellar: :any_skip_relocation, ventura: "89a4a91cf1b42cb417258583ad28ca284a1ff416bfdee8ce18a22747432d6bbf" + sha256 cellar: :any_skip_relocation, arm64_linux: "572930dad60471434dae26c0b9b18d4419b0bf5371c66ecd015c6d382601f659" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1aa6bd264ee7f064f017706384316424b81a544bd6ad6ec5d82795cd58e328d2" end depends_on "go" => :build From 55c8f4d0aea313573a204b7830b83e38a60e8ce1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:10:38 +0000 Subject: [PATCH 07705/10074] openfga: update 1.8.16 bottle. --- Formula/o/openfga.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/openfga.rb b/Formula/o/openfga.rb index eb56c7d45a5f1..7422b3d5f44e7 100644 --- a/Formula/o/openfga.rb +++ b/Formula/o/openfga.rb @@ -7,12 +7,12 @@ class Openfga < Formula head "https://github.com/openfga/openfga.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9eaff0b0e6923b53c135f00b1f31d2780da1cb9f1204ba058c6800ebd4cb64fa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b50658b5ff62e40b302afc314d82f99ada127fabab9f1993e982630f075547b2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a3243760fdd2ceb9298171dd23b98bc39db031a8957133ca2c3a4efc6211010a" - sha256 cellar: :any_skip_relocation, sonoma: "b3cffdbc157fca934cb401bb93cbfc73f9001dc07aaf570512cb856ead8c14cb" - sha256 cellar: :any_skip_relocation, ventura: "2c97709672a99ca798cd06c700ae4c9c8eb8eadca333f883b7df309f2a73bc6c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b67a0e8b0347ecf7ed76a788896e895b6b51cd84366fed558e16ef7a16fabddc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdc6ece7b3e990f86ca70a2ab18d8a94a1ddec36bb3e6f38d5ed6d1c799341a3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "eda7d744fbf2ca6efd59833ebb0839f64e39a82f42b266f3f7a08e1c47f178fd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "436f1cef70cb26d6d675e08651c59b5d60455f142ede5a6950cc9715118e9a09" + sha256 cellar: :any_skip_relocation, sonoma: "5fba3db49a7b9c6183fc9943819a5a516778fbd87039b06cbff1daaee057893e" + sha256 cellar: :any_skip_relocation, ventura: "71a4ca872372790eb1fec5c8196e44e075fda8596725d195054aeaccdcc6b373" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e1572c7d05aa03f4647672eba182698b1394f0eab0e9699d653788232a6f5eb6" end depends_on "go" => :build From 69d9038b499523ef7f0b4680205cd33e019ab45c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:11:26 +0000 Subject: [PATCH 07706/10074] kube-bench: update 0.11.0 bottle. --- Formula/k/kube-bench.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kube-bench.rb b/Formula/k/kube-bench.rb index d54b3ba9be28b..92d841c47e606 100644 --- a/Formula/k/kube-bench.rb +++ b/Formula/k/kube-bench.rb @@ -7,12 +7,12 @@ class KubeBench < Formula head "https://github.com/aquasecurity/kube-bench.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8d97035adb7c7a808754f4566b1031708ad1c787bdddefe3cf4c2292bc953b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8d97035adb7c7a808754f4566b1031708ad1c787bdddefe3cf4c2292bc953b9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a8d97035adb7c7a808754f4566b1031708ad1c787bdddefe3cf4c2292bc953b9" - sha256 cellar: :any_skip_relocation, sonoma: "5b1a41a96fe5e838c21856c6c3de3f8dac3776897a1a417ddf85f35b155b8c96" - sha256 cellar: :any_skip_relocation, ventura: "5b1a41a96fe5e838c21856c6c3de3f8dac3776897a1a417ddf85f35b155b8c96" - sha256 cellar: :any_skip_relocation, x86_64_linux: "948404e97c57a5493979cc897b92a2e85494b66719a337d76ae2e12c7a1ab0f6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9f7114e10aa3f80efe162cc58581fd086d0f4c01688a34027878ce5c441c86c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9f7114e10aa3f80efe162cc58581fd086d0f4c01688a34027878ce5c441c86c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e9f7114e10aa3f80efe162cc58581fd086d0f4c01688a34027878ce5c441c86c" + sha256 cellar: :any_skip_relocation, sonoma: "9e68b71f799a161fb423f0dee490c81d96383e8de9532fe9ebb55e4afc5b2a64" + sha256 cellar: :any_skip_relocation, ventura: "9e68b71f799a161fb423f0dee490c81d96383e8de9532fe9ebb55e4afc5b2a64" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f9d76087ce976f9b2da18f122283a2d253ea73ab4f4dba335b6561a72621a726" end depends_on "go" => :build From e9d9cf75eccb05a1d1bf084291dc37614aa218b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:05:53 +0000 Subject: [PATCH 07707/10074] htmlhint 1.6.1 Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> --- Formula/h/htmlhint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index 6667d38f98e01..a94f7a24fb5b4 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -1,8 +1,8 @@ class Htmlhint < Formula desc "Static code analysis tool you need for your HTML" homepage "https://github.com/htmlhint/HTMLHint" - url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.0.tgz" - sha256 "5319e2f5b4ec67384915827bb28aa2206c8aebaf2cd12e0bd88e870e423ac524" + url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.1.tgz" + sha256 "4932de4468ae95ed84a26c330fbddd35e1e8d7855f7bb7ee52f4dea2dabb86a2" license "MIT" bottle do From 3c9617594cfb626c83b489351d0510377a266f69 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:21:32 +0000 Subject: [PATCH 07708/10074] fastp: update 1.0.1 bottle. --- Formula/f/fastp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastp.rb b/Formula/f/fastp.rb index 80f51598a31ab..1c19ec21051d7 100644 --- a/Formula/f/fastp.rb +++ b/Formula/f/fastp.rb @@ -6,13 +6,13 @@ class Fastp < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "abf213d067a6e80c8058042527c5a985514c4b52ec6e5b43f877a99a35c611b4" - sha256 cellar: :any, arm64_sonoma: "50ccc67d66768d2dd24a6b83488f928d1b7e288b9d5bbf4a9c748fa58b0637b5" - sha256 cellar: :any, arm64_ventura: "ac172a82c29a53312a39423b66b3ac7ac935d0c93fbbec87f392f5b7ecad4de7" - sha256 cellar: :any, sonoma: "5c0a2e8ea04344f2247039f59cc93613a9b12e91ceb623e606c5c9524f6391f6" - sha256 cellar: :any, ventura: "e024e174932a8ee69481892e69ac54f146527b406eb5b89447d3fd1dc9a1a26f" - sha256 cellar: :any_skip_relocation, arm64_linux: "9ecea2fb766c29a9cdc93d6c056448c3b1a328c34d50f12455f79ee9389f53b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d5279e5aa2abde6a63b3422e42d7ec9aa753d59cbd0ccff68163d65ea71ccc96" + sha256 cellar: :any, arm64_sequoia: "94add6a086e5190bcf750c6d3df132f4aab9de601a0e281fca1287bd8c4da957" + sha256 cellar: :any, arm64_sonoma: "b478125d6abc5b0b1a3099cec1c1c3bef4e8ee77b3ff8023bb55561cd33d57f4" + sha256 cellar: :any, arm64_ventura: "d93bcc0a58726987c2f85d0343d36522a3fbf527996200b3f32595186516df0c" + sha256 cellar: :any, sonoma: "aae3191433f4727df29a3d17e3f398feb0f98b27aa94adc865ae4dd2f5e8c7c7" + sha256 cellar: :any, ventura: "b0ac35b79913f6d2d87898190e664d2ff498f70dd88247ca209275c7df229f74" + sha256 cellar: :any_skip_relocation, arm64_linux: "c4eeec0d04b8f9a1bfd855dbfff1fcbb8368908e80b926b129a9a2885520b3a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "355ac94844b557208ac0d9d15e6dab80b6c83c6185f1f4eb8231a13e0b5564ec" end depends_on "isa-l" From f23dc7f3019b20443f29d158b40dd27eb825807c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:21:37 +0000 Subject: [PATCH 07709/10074] enpass-cli: update 1.6.5 bottle. --- Formula/e/enpass-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/enpass-cli.rb b/Formula/e/enpass-cli.rb index 240c1494e77bd..1341eeb172598 100644 --- a/Formula/e/enpass-cli.rb +++ b/Formula/e/enpass-cli.rb @@ -7,13 +7,13 @@ class EnpassCli < Formula head "https://github.com/hazcod/enpass-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "880a2e628a2ed9f9647e85584c5d4acdf8065514989622830cced35316df2c2b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "099e34647f3ef84b53e9b4854e6d71f8490fff3d52d435f196b89deba5c0f945" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9d9709ca6f4b7eea51f811278af7844a9dd7b1153c48e5c137f1c96d439b3145" - sha256 cellar: :any_skip_relocation, sonoma: "c8e71c2c817dae86f109d86f36e22995302c5306578058f8f5ee5ac5aaaeabb0" - sha256 cellar: :any_skip_relocation, ventura: "cc4b8e65919630811c6e6ae26e433d9a77cea6323e481153fac72b93ea9fd9c3" - sha256 cellar: :any_skip_relocation, arm64_linux: "cfd20950ddbb4fef55f430f36c6f9f2239a23aa8140e3343134775f6805b9ae0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "50f075ca060a7ab81a6d247b3a392ce91ffbcbf436145ee38e5fe5cc07781d89" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "42fb434b400316d1b30d8afd177f508b946c37d63bdae47e6723ba1e8a38118e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9386875aaa9f35ff68e804199e01af953513104f6e98a4c10908824fb1f80507" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9825904c9285b2d0632d4abb734383d201a0c6ba8e1fc953d8b69d8685a2dbf2" + sha256 cellar: :any_skip_relocation, sonoma: "5686c028c3799715775908fad8cc0100bfe00b934f65ca76b3de649f05ca3726" + sha256 cellar: :any_skip_relocation, ventura: "30be7ad0993505758b4d364890a41bea9398e17f8dec313dc4a46ba1b9cb955b" + sha256 cellar: :any_skip_relocation, arm64_linux: "f24335185c0da29b2ed166a4b5ac652a0c35786f38cea13c962d3c44f213daf0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ae7d55eb3ea4ffb7613bf4d5f71da4d684bcad8b98d783aa9b173bff7acbe8ab" end depends_on "go" => :build From af63e8caf300cfede19ad47a884db6834b47d9ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:22:08 +0000 Subject: [PATCH 07710/10074] dosbox-staging: update 0.82.2 bottle. --- Formula/d/dosbox-staging.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dosbox-staging.rb b/Formula/d/dosbox-staging.rb index 2fd427733e9d8..3d988043e66b9 100644 --- a/Formula/d/dosbox-staging.rb +++ b/Formula/d/dosbox-staging.rb @@ -14,13 +14,13 @@ class DosboxStaging < Formula end bottle do - sha256 arm64_sequoia: "f1f4a11754e2436d48f1d40742cd8fcf904f07dfd53ac72f9547e95038483c91" - sha256 arm64_sonoma: "1afe5ab249e2156bbf89ae26a4e3871d9cbe19fa4de181fba3cc7d4802608b90" - sha256 arm64_ventura: "98e19ac0908a405094467dac092283e5192fd345c4db7d93c3d359bb9c5a9f66" - sha256 sonoma: "c6e67a8dd5578cf145a91d233f7dd1ddc2f123ecb2fb809984acfcee086897ab" - sha256 ventura: "417312bc7fdff60bb2ce34a73ef03f3043df6270c67377bdbcab99807feafb78" - sha256 arm64_linux: "a3dd6ea049201e66f43fc13cf224acba602504ae8121c691c0c6a218bb0befb1" - sha256 x86_64_linux: "7f20a8e4df3043ab401343c7178be0431a3bf8f16d4928c6f33ffd4185a9b2d3" + sha256 arm64_sequoia: "67bbc49e8ce9292918ec0fe1bd6155ddda3260ef7f840be35a562f2d51fbfdb9" + sha256 arm64_sonoma: "7400c7d85ec825c4aa117fd41a3d0d91f630b4dd6f4eb66df9941a31796f9dd1" + sha256 arm64_ventura: "d0907c011b0cb842686fe223cddbb4267279c9b1a6e1d213f29c6ce353c045f4" + sha256 sonoma: "2ad78b97010edb15688741a486ab570cbc21479e745a189aba2647e6e6c25492" + sha256 ventura: "30d04f3c8adc6a210c39ff2d6ee4c6f70b8013f27415c12bac4e76acd0583d39" + sha256 arm64_linux: "f6ef8be8b1eb88195f99f7fc76c24b902f56ea449a6a3aa223675854dde18518" + sha256 x86_64_linux: "5886d49c71e462a00183ed14a7c8aa39b1381c2e199315de86ffae3d137db515" end depends_on "meson" => :build From c70b48d051446edbf1eb9fb74324e67d54acf0b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:22:40 +0000 Subject: [PATCH 07711/10074] energy: update 2.5.6 bottle. --- Formula/e/energy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/energy.rb b/Formula/e/energy.rb index e79fea0ba8eb1..76dd34a945304 100644 --- a/Formula/e/energy.rb +++ b/Formula/e/energy.rb @@ -7,12 +7,12 @@ class Energy < Formula head "https://github.com/energye/energy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "88509bc73059ad17112c392e2f40a79ecd5801ab18efb9adc26f85f1c2be6a82" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "88509bc73059ad17112c392e2f40a79ecd5801ab18efb9adc26f85f1c2be6a82" - sha256 cellar: :any_skip_relocation, arm64_ventura: "88509bc73059ad17112c392e2f40a79ecd5801ab18efb9adc26f85f1c2be6a82" - sha256 cellar: :any_skip_relocation, sonoma: "cd8f3711a3f025f135b07a2ee18eb85b5cfab2fea279447c322159c89f6286b7" - sha256 cellar: :any_skip_relocation, ventura: "cd8f3711a3f025f135b07a2ee18eb85b5cfab2fea279447c322159c89f6286b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b8c8c333664e7ea4e61893d95f521897c2f63bdffcf6d93b7d1668f2d712acdf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7694c978d9ff392a86dad2767ab0b69516522c03797e04b995268b51b1d772a6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7694c978d9ff392a86dad2767ab0b69516522c03797e04b995268b51b1d772a6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7694c978d9ff392a86dad2767ab0b69516522c03797e04b995268b51b1d772a6" + sha256 cellar: :any_skip_relocation, sonoma: "2cd61a31ad9a8ad40952fc005535b2e1ae2604d80cce285a85cc1b48a1dd713f" + sha256 cellar: :any_skip_relocation, ventura: "2cd61a31ad9a8ad40952fc005535b2e1ae2604d80cce285a85cc1b48a1dd713f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d6e0b7ad8af0188f7d672afa31ad19d9fade20037fec8acc4137bf7001c0de9b" end depends_on "go" => :build From 3f995358f834ec3841864b5ce3003d7cc1599f28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:22:53 +0000 Subject: [PATCH 07712/10074] cli53: update 0.8.25 bottle. --- Formula/c/cli53.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cli53.rb b/Formula/c/cli53.rb index a2eb6fa8d6b6f..c55f758aa0b6f 100644 --- a/Formula/c/cli53.rb +++ b/Formula/c/cli53.rb @@ -7,12 +7,12 @@ class Cli53 < Formula head "https://github.com/barnybug/cli53.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cbf53595fb96420c262541ac11ef60f88a90cb965b86a08d698759879f31f12" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5cbf53595fb96420c262541ac11ef60f88a90cb965b86a08d698759879f31f12" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5cbf53595fb96420c262541ac11ef60f88a90cb965b86a08d698759879f31f12" - sha256 cellar: :any_skip_relocation, sonoma: "29505b49a794c9b121fdca56bc0d4f823d4ed6b334e9463be158eaed1fb72f75" - sha256 cellar: :any_skip_relocation, ventura: "29505b49a794c9b121fdca56bc0d4f823d4ed6b334e9463be158eaed1fb72f75" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f680ca15bb30e5a668529f526d6242ee392a7e3fa5601624d7cc9816d95f4e8f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4b9ffd175d7e981bdd4c7c2356e6268b94c6b5347a2d50d5781318a9ac53136" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4b9ffd175d7e981bdd4c7c2356e6268b94c6b5347a2d50d5781318a9ac53136" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e4b9ffd175d7e981bdd4c7c2356e6268b94c6b5347a2d50d5781318a9ac53136" + sha256 cellar: :any_skip_relocation, sonoma: "cdb240862a0674ac5a321b32faaac47bd536dc774b45be2c27d8d9252f3feaa2" + sha256 cellar: :any_skip_relocation, ventura: "cdb240862a0674ac5a321b32faaac47bd536dc774b45be2c27d8d9252f3feaa2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a78fd47c4eac438afac66284ad3aa5b4f2dd37232b5330405d1fe6657d480f76" end depends_on "go" => :build From e23d1bb4e79a217561651df977a2495b522b124c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:23:01 +0000 Subject: [PATCH 07713/10074] ansible-creator: update 25.6.0 bottle. --- Formula/a/ansible-creator.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ansible-creator.rb b/Formula/a/ansible-creator.rb index 403083f94c9ef..a443e23ee4bb5 100644 --- a/Formula/a/ansible-creator.rb +++ b/Formula/a/ansible-creator.rb @@ -8,13 +8,13 @@ class AnsibleCreator < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "b162f69e2fdb6056d6f9652856803180c36b73c34cccea6c74fddb11a9e7fa37" - sha256 cellar: :any, arm64_sonoma: "4c4fa1d5441525f20d452d04ea36d9a2fb46ede0cd6ef4c26e50593f832c44a2" - sha256 cellar: :any, arm64_ventura: "766f10319ac325ecf33edf60367525b0c01c476423768ce549662f401901eb6f" - sha256 cellar: :any, sonoma: "82cf5239ec5c21e7550ea0eae1a5159cf50b7964dd846311015000222a7d998d" - sha256 cellar: :any, ventura: "8e0e498ffe94323b50813f56759e1b9ccedfd23ed1138516e85167f82084cf3a" - sha256 cellar: :any_skip_relocation, arm64_linux: "0d47fd35978dfae6170d866d2dec5f09f1d4ff093556a58e31ab10083ea2f600" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5727121e30060f2629a27196e72505cff6a61910304bb8edf526c62f0d056a7a" + sha256 cellar: :any, arm64_sequoia: "322c456b9fcad7d01f43f1b7392916b103d0a5eb8a5a0893ac6ad31c1ee3fe86" + sha256 cellar: :any, arm64_sonoma: "0ed9eb41d6950e0fcc5c1250282259c1083779739ddcca038915152eccc20c51" + sha256 cellar: :any, arm64_ventura: "ce7ecac79f79197ba43adae7fe7d4223ee9c1ee47a7650f60eeb4076520c3382" + sha256 cellar: :any, sonoma: "2b1d2e2d569a71bf7e4dfa98a8d27bd9ba079579c83029c9bf2088e2ed923034" + sha256 cellar: :any, ventura: "cd34e9860d1791951d56467c4ded8bfa6143a25c8ba1ef2deaa1f7332a7e0522" + sha256 cellar: :any_skip_relocation, arm64_linux: "00693f850ce7b44bc3351429c4c40f55a11e780be33a3f30f6937727be8ba033" + sha256 cellar: :any_skip_relocation, x86_64_linux: "73a1593041bdd37e1bf0f1037c425cc15ac9a791a99aa91b7930e61ddc14eb67" end depends_on "libyaml" From 8dd38bfa9cdd356856899084e5cd35f2dd95c038 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:28:24 +0000 Subject: [PATCH 07714/10074] htmlhint: update 1.6.1 bottle. --- Formula/h/htmlhint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index a94f7a24fb5b4..8c1d7c12903c8 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -6,7 +6,7 @@ class Htmlhint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "9a9b97f80d4efa298c60ed62ac9aecab5af195a952ca6aabd51cc251ad655186" + sha256 cellar: :any_skip_relocation, all: "3f5ebb82dd16fe33087e689cb0c3f2dd80b23a6f6d3c036680abe4d86bd09669" end depends_on "node" From b610b5395834e71d46d250e1599e80bb46342c48 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:09:31 +0000 Subject: [PATCH 07715/10074] linux-pam: update 1.7.1 bottle. --- Formula/l/linux-pam.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/l/linux-pam.rb b/Formula/l/linux-pam.rb index 01bc864b427c0..f490d25bc71b1 100644 --- a/Formula/l/linux-pam.rb +++ b/Formula/l/linux-pam.rb @@ -7,9 +7,8 @@ class LinuxPam < Formula head "https://github.com/linux-pam/linux-pam.git", branch: "master" bottle do - rebuild 1 - sha256 arm64_linux: "397ff4ee01be3b3ce59d057bafd45489c9d08a0d9ae8d2003ea2b433431e9bf6" - sha256 x86_64_linux: "25349579d56222786116f3d058bf872934732859e6744a74037d064f23df040d" + sha256 arm64_linux: "812e0552fe6776b29595e17ddb8a132cb58078cb6be4d53df40526b41e8e5058" + sha256 x86_64_linux: "0019c338480af392377bbb270fef3329e2542b1956d8b9b9c5068ffcc8480f54" end depends_on "meson" => :build From cdff021c899ee80ceb850901e3950e000be193b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:52:41 +0000 Subject: [PATCH 07716/10074] abcmidi 2025.06.17 --- Formula/a/abcmidi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/abcmidi.rb b/Formula/a/abcmidi.rb index 0f26e35217f71..d7e9c41bd59e7 100644 --- a/Formula/a/abcmidi.rb +++ b/Formula/a/abcmidi.rb @@ -1,8 +1,8 @@ class Abcmidi < Formula desc "Converts abc music notation files to MIDI files" homepage "https://ifdo.ca/~seymour/runabc/top.html" - url "https://ifdo.ca/~seymour/runabc/abcMIDI-2025.06.14.zip" - sha256 "7ea56ecce013b0302618db40375eada3d55cdb87349f80f60d8197f6f24a223a" + url "https://ifdo.ca/~seymour/runabc/abcMIDI-2025.06.17.zip" + sha256 "d8b0786d6dd4030c4091de956aa5341fa9d1c4fc8190baf0c4b739ae0d00cce8" license "GPL-2.0-or-later" livecheck do From ea48608cfb154c6afc2c379ae05ada7526b54af6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:53:58 +0000 Subject: [PATCH 07717/10074] terraform-ls: update 0.36.5 bottle. --- Formula/t/terraform-ls.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terraform-ls.rb b/Formula/t/terraform-ls.rb index f9a75d9daacda..bc3bfcc7fe827 100644 --- a/Formula/t/terraform-ls.rb +++ b/Formula/t/terraform-ls.rb @@ -12,12 +12,12 @@ class TerraformLs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffde394a1ef4f2ce01db0a2accb3e1655688f071ecb04944d32749e4817ee5c1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffde394a1ef4f2ce01db0a2accb3e1655688f071ecb04944d32749e4817ee5c1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ffde394a1ef4f2ce01db0a2accb3e1655688f071ecb04944d32749e4817ee5c1" - sha256 cellar: :any_skip_relocation, sonoma: "94612fd0823787c84621378278a1b5d1c353eda810b9aaad08794a4031076b46" - sha256 cellar: :any_skip_relocation, ventura: "94612fd0823787c84621378278a1b5d1c353eda810b9aaad08794a4031076b46" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cded371eab11241e1e47160461535c2809893a0d56b905aeb3a5e91dab248a82" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5785d7c7a090b3e4df6662d4733b6ba517873f41d2a436dca0beab836ab9a7a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5785d7c7a090b3e4df6662d4733b6ba517873f41d2a436dca0beab836ab9a7a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f5785d7c7a090b3e4df6662d4733b6ba517873f41d2a436dca0beab836ab9a7a" + sha256 cellar: :any_skip_relocation, sonoma: "4898ac6529bd9235a9102425d44ee52734e93254834e24f94794049980b9404c" + sha256 cellar: :any_skip_relocation, ventura: "4898ac6529bd9235a9102425d44ee52734e93254834e24f94794049980b9404c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1bdc0b2f075758ab78c9e95837f339a2cf3b0fc891dc9818184d6bb096987487" end depends_on "go" => :build From 2b5e8a4558fb5ac2d1c69468f107f328c3367429 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:56:37 +0000 Subject: [PATCH 07718/10074] bitrise 2.31.3 --- Formula/b/bitrise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bitrise.rb b/Formula/b/bitrise.rb index 0edfdf4597745..2bc0c6bda6118 100644 --- a/Formula/b/bitrise.rb +++ b/Formula/b/bitrise.rb @@ -1,8 +1,8 @@ class Bitrise < Formula desc "Command-line automation tool" homepage "https://github.com/bitrise-io/bitrise" - url "https://github.com/bitrise-io/bitrise/archive/refs/tags/v2.31.2.tar.gz" - sha256 "4896a2f86f84f2a86e7461b5c62939a126a48c7e4431abedf4eace4b48e4da85" + url "https://github.com/bitrise-io/bitrise/archive/refs/tags/v2.31.3.tar.gz" + sha256 "bf97c16707897cab16b14719ed0fab6243925d2e66bf1a1878f1f12e16b30868" license "MIT" head "https://github.com/bitrise-io/bitrise.git", branch: "master" From fb5d58676c00df946fbac85f59c51560c1694190 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:57:28 +0000 Subject: [PATCH 07719/10074] buildkit 0.23.0 --- Formula/b/buildkit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/buildkit.rb b/Formula/b/buildkit.rb index e987c7f5fc6ee..cf2dc1487115a 100644 --- a/Formula/b/buildkit.rb +++ b/Formula/b/buildkit.rb @@ -2,8 +2,8 @@ class Buildkit < Formula desc "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit" homepage "https://github.com/moby/buildkit" url "https://github.com/moby/buildkit.git", - tag: "v0.22.0", - revision: "13cf07c97baebd3d5603feecc03f5a46ac98d2a5" + tag: "v0.23.0", + revision: "cc8ff80e5733eb0a0347176009232d6e40752f7f" license "Apache-2.0" head "https://github.com/moby/buildkit.git", branch: "master" From 37b67f0cb2761684cd20a7bc3ac419d87e5ef7aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:00:14 +0000 Subject: [PATCH 07720/10074] cloudflared 2025.6.1 --- Formula/c/cloudflared.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflared.rb b/Formula/c/cloudflared.rb index af1615c544210..99a9464273dc0 100644 --- a/Formula/c/cloudflared.rb +++ b/Formula/c/cloudflared.rb @@ -1,8 +1,8 @@ class Cloudflared < Formula desc "Cloudflare Tunnel client (formerly Argo Tunnel)" homepage "https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide" - url "https://github.com/cloudflare/cloudflared/archive/refs/tags/2025.6.0.tar.gz" - sha256 "5d1dc902930bca96b4d97d7204f6472c53ae04f523f55f2803e8115c99310912" + url "https://github.com/cloudflare/cloudflared/archive/refs/tags/2025.6.1.tar.gz" + sha256 "73b402abb8519b70a889eeb1c47c7c5fa58e0092e9859e4001ebb15e95b8043b" license "Apache-2.0" head "https://github.com/cloudflare/cloudflared.git", branch: "master" From 1d2cc3cf39d191d3025d8a59e75b0ce91b7a1d58 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Tue, 17 Jun 2025 17:02:41 +0300 Subject: [PATCH 07721/10074] unciv 4.16.17 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/u/unciv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index 8d5d13a9e7866..c7a81b6c6d4ca 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -1,8 +1,8 @@ class Unciv < Formula desc "Open-source Android/Desktop remake of Civ V" homepage "https://github.com/yairm210/Unciv" - url "https://github.com/yairm210/Unciv/releases/download/4.16.16/Unciv.jar" - sha256 "1dbe017ed6588531a9fb674e9d8676b5cbf4b88e386d609515e2ff1a9a3cd74e" + url "https://github.com/yairm210/Unciv/releases/download/4.16.17/Unciv.jar" + sha256 "a6df4604cd6899612f8910e6a2bba102a33b3f69311295fdacfbe4b1297a0c49" license "MPL-2.0" livecheck do From b9828acb1016eeeb0d11873526f66a581deabe21 Mon Sep 17 00:00:00 2001 From: Dmitrii Ubskii <18616863+dmitrii-ubskii@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:06:28 +0100 Subject: [PATCH 07722/10074] m4: fix mirror URL --- Formula/m/m4.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/m4.rb b/Formula/m/m4.rb index 78cf05c855a9b..6551916612aca 100644 --- a/Formula/m/m4.rb +++ b/Formula/m/m4.rb @@ -2,7 +2,7 @@ class M4 < Formula desc "Macro processing language" homepage "https://www.gnu.org/software/m4/" url "https://ftp.gnu.org/gnu/m4/m4-1.4.20.tar.xz" - mirror "https://ftpmirror.gnu.org/m4/m4-1.4.19.tar.xz" + mirror "https://ftpmirror.gnu.org/m4/m4-1.4.20.tar.xz" sha256 "e236ea3a1ccf5f6c270b1c4bb60726f371fa49459a8eaaebc90b216b328daf2b" license "GPL-3.0-or-later" From 192ddec24d914a1c6ae8d80bd4a20c399ea7bec8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:07:23 +0000 Subject: [PATCH 07723/10074] fastapi 0.115.13 --- Formula/f/fastapi.rb | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/Formula/f/fastapi.rb b/Formula/f/fastapi.rb index 75a60ba2efe89..41a13182b5aa5 100644 --- a/Formula/f/fastapi.rb +++ b/Formula/f/fastapi.rb @@ -3,10 +3,9 @@ class Fastapi < Formula desc "CLI for FastAPI framework" homepage "https://fastapi.tiangolo.com/" - url "https://files.pythonhosted.org/packages/f4/55/ae499352d82338331ca1e28c7f4a63bfd09479b16395dce38cf50a39e2c2/fastapi-0.115.12.tar.gz" - sha256 "1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681" + url "https://files.pythonhosted.org/packages/20/64/ec0788201b5554e2a87c49af26b77a4d132f807a0fa9675257ac92c6aa0e/fastapi-0.115.13.tar.gz" + sha256 "55d1d25c2e1e0a0a50aceb1c8705cd932def273c102bff0b1c1da88b3c6eb307" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "c6eaf608eeeecfce27418be66d2b58e496470f3319e98e6c92affe1cf2bc9a93" @@ -38,8 +37,8 @@ class Fastapi < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "dnspython" do @@ -103,13 +102,13 @@ class Fastapi < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/10/2e/ca897f093ee6c5f3b0bee123ee4465c50e75431c3d5b6a3b44a47134e891/pydantic-2.11.3.tar.gz" - sha256 "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/17/19/ed6a078a5287aea7922de6841ef4c06157931622c89c2a47940837b5eecd/pydantic_core-2.33.1.tar.gz" - sha256 "bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pygments" do @@ -138,8 +137,8 @@ class Fastapi < Formula end resource "rich-toolkit" do - url "https://files.pythonhosted.org/packages/1f/69/e328fb8986814147562b2617f22b06723f60b0c85c85afc0408b9f324a97/rich_toolkit-0.14.3.tar.gz" - sha256 "b72a342e52253b912681b027e94226e2deea616494420eec0b09a7219a72a0a5" + url "https://files.pythonhosted.org/packages/5b/7a/cb48b7024b247631ce39b1f14a0f1abedf311fb27b892b0e0387d809d4b5/rich_toolkit-0.14.7.tar.gz" + sha256 "6cca5a68850cc5778915f528eb785662c27ba3b4b2624612cce8340fa9701c5e" end resource "shellingham" do @@ -158,23 +157,23 @@ class Fastapi < Formula end resource "typer" do - url "https://files.pythonhosted.org/packages/8b/6f/3991f0f1c7fcb2df31aef28e0594d8d54b05393a0e4e34c65e475c2a5d41/typer-0.15.2.tar.gz" - sha256 "ab2fab47533a813c49fe1f16b1a370fd5819099c00b119e0633df65f22144ba5" + url "https://files.pythonhosted.org/packages/c5/8c/7d682431efca5fd290017663ea4588bf6f2c6aad085c7f108c5dbc316e70/typer-0.16.0.tar.gz" + sha256 "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "uvicorn" do - url "https://files.pythonhosted.org/packages/a6/ae/9bbb19b9e1c450cf9ecaef06463e40234d98d95bf572fab11b4f19ae5ded/uvicorn-0.34.2.tar.gz" - sha256 "0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328" + url "https://files.pythonhosted.org/packages/de/ad/713be230bcda622eaa35c28f0d328c3675c371238470abdea52417f17a8e/uvicorn-0.34.3.tar.gz" + sha256 "35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a" end resource "uvloop" do @@ -183,8 +182,8 @@ class Fastapi < Formula end resource "watchfiles" do - url "https://files.pythonhosted.org/packages/03/e2/8ed598c42057de7aa5d97c472254af4906ff0a59a66699d426fc9ef795d7/watchfiles-1.0.5.tar.gz" - sha256 "b7529b5dcc114679d43827d8c35a07c493ad6f083633d573d81c660abc5979e9" + url "https://files.pythonhosted.org/packages/2a/9a/d451fcc97d029f5812e898fd30a53fd8c15c7bbd058fd75cfc6beb9bd761/watchfiles-1.1.0.tar.gz" + sha256 "693ed7ec72cbfcee399e92c895362b6e66d63dac6b91e2c11ae03d10d503e575" end resource "websockets" do From 1d7508c489541d92c99be16b383c2abec1a85c17 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:13:18 +0000 Subject: [PATCH 07724/10074] buildkit: update 0.23.0 bottle. --- Formula/b/buildkit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/buildkit.rb b/Formula/b/buildkit.rb index cf2dc1487115a..98cfe742065b5 100644 --- a/Formula/b/buildkit.rb +++ b/Formula/b/buildkit.rb @@ -16,12 +16,12 @@ class Buildkit < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0cf5a667d262ed821e3df3a29fa5960b41e6bb47754b466aefcce0daeb1032dd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cf5a667d262ed821e3df3a29fa5960b41e6bb47754b466aefcce0daeb1032dd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0cf5a667d262ed821e3df3a29fa5960b41e6bb47754b466aefcce0daeb1032dd" - sha256 cellar: :any_skip_relocation, sonoma: "a768fc535322e368f2bbdcb521660c7383624b964fdc774ab5461589a72e3021" - sha256 cellar: :any_skip_relocation, ventura: "a768fc535322e368f2bbdcb521660c7383624b964fdc774ab5461589a72e3021" - sha256 cellar: :any_skip_relocation, x86_64_linux: "17750ae944b8fcb251b76927408645b2166e073a0446093eca072ad1e3ceff72" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2481573f0d865f13f033c775255eb69e35be093f2557d40b2f593a30a2c34ee4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2481573f0d865f13f033c775255eb69e35be093f2557d40b2f593a30a2c34ee4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2481573f0d865f13f033c775255eb69e35be093f2557d40b2f593a30a2c34ee4" + sha256 cellar: :any_skip_relocation, sonoma: "9d5710634c47ed828391a2788357e01fbb3348a30b7419ef8846d36c86391b2c" + sha256 cellar: :any_skip_relocation, ventura: "9d5710634c47ed828391a2788357e01fbb3348a30b7419ef8846d36c86391b2c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5d957ceae55fc9fd8eee585e425332e19211fba81fde633578d25ae3ce529a24" end depends_on "go" => :build From 05fbc76736383c8e9646b331f68963567efb3dda Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:13:22 +0000 Subject: [PATCH 07725/10074] abcmidi: update 2025.06.17 bottle. --- Formula/a/abcmidi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/abcmidi.rb b/Formula/a/abcmidi.rb index d7e9c41bd59e7..bbfb2f4b934d2 100644 --- a/Formula/a/abcmidi.rb +++ b/Formula/a/abcmidi.rb @@ -11,13 +11,13 @@ class Abcmidi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5616f59e2e68371d5ba7b4c07368ed1a029f041e20d4d0746ec230a47be2278" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0358d58e1fffa5cf52a919b5fa699a147c631b94369671fbba3e1bfa9d5f8597" - sha256 cellar: :any_skip_relocation, arm64_ventura: "421ba9e7582a3df8094c75c8492fbedd5e1fff32b345bbf0298d0f1571270617" - sha256 cellar: :any_skip_relocation, sonoma: "e190f086c82c9fb5010ec5fa896e3d1f280ac3b06b07d87343fc4de621d1e148" - sha256 cellar: :any_skip_relocation, ventura: "deb70187cc2b85cc479142e09003541dfee9cacd3793d96f0b16c612e0402132" - sha256 cellar: :any_skip_relocation, arm64_linux: "744e4e4b99db80e4acf809bbc5268809148bdd363228aaec130d88ce27c843ac" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2bbd19b0a51fe1efc98d87593844d87d276e3115a09fb002c15f59a647f9c58" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2654d0b066442be566c5485aa3320a74cdc8ddb73bfe9c68ec82dff896f9aa5d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "96045430a13b5e49cd772f319cfa65a1f1087acf723a52dc0397e02f4189c210" + sha256 cellar: :any_skip_relocation, arm64_ventura: "829435600ca4d0cdc893dceb6ecaf066b06a6e1642af86dd6fd748b2eaf5e0e2" + sha256 cellar: :any_skip_relocation, sonoma: "009f4695d8df6dcb9badec418541956542106d9782348e1f12589705eae77085" + sha256 cellar: :any_skip_relocation, ventura: "5fa4c49c2c2901379e98cd06cae4d1680d73b11489b666fa4b9f599a94493222" + sha256 cellar: :any_skip_relocation, arm64_linux: "91bc9f54ea631248c74ff72b392692540eae721651e30e0726f2804f07cc7c59" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5acaa70bf782313db78fdbad5c93a283f0c1f118037056cbc9895e35c4a37921" end def install From 55e6b31318c567a3b8783eab4dc2c54ef08fe937 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:13:37 +0000 Subject: [PATCH 07726/10074] cloudflared: update 2025.6.1 bottle. --- Formula/c/cloudflared.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cloudflared.rb b/Formula/c/cloudflared.rb index 99a9464273dc0..8f25f7ea24bbd 100644 --- a/Formula/c/cloudflared.rb +++ b/Formula/c/cloudflared.rb @@ -7,12 +7,12 @@ class Cloudflared < Formula head "https://github.com/cloudflare/cloudflared.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "06d80d13b621c422ee6fd3c4b9b644df34f1b7de1aab8b50b7609a58826bb0fc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "06d80d13b621c422ee6fd3c4b9b644df34f1b7de1aab8b50b7609a58826bb0fc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "06d80d13b621c422ee6fd3c4b9b644df34f1b7de1aab8b50b7609a58826bb0fc" - sha256 cellar: :any_skip_relocation, sonoma: "b39d02ec9ff00ff5764bf902d7d1a3b7877c0a6321eab4e1ae46fb4f8390e123" - sha256 cellar: :any_skip_relocation, ventura: "b39d02ec9ff00ff5764bf902d7d1a3b7877c0a6321eab4e1ae46fb4f8390e123" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2af04d526409b6ca38f0703e5ce50cc657ec8fed5674b77ae90d9efcab20e202" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6de43a56829effe87bc29e7f22377d06b1588a683f6184854bd01c4a46368a28" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ca7c0ab8b81862e409576523a30c24770cbfed872408bd8a532b08d750f3cf8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "97d8a7168080ce8679d411183981b4e952a834ee6120c3c3db9507fb82e290bc" + sha256 cellar: :any_skip_relocation, sonoma: "7bd2458a54510a86db0e326ee533c8ba07b3714f97fb3f1f60c93f85a06bf8d8" + sha256 cellar: :any_skip_relocation, ventura: "b4600d7c96a9a02d0d1bef7a8fa9674f13651d307e128924f8e8627f7b46634d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "811c27cb9806152d410bbb252f65f7bdff9bcd006b8b9abb6594d2ed9b9dc6d1" end depends_on "go" => :build From e3af6cda759e51433865dae4dead1ab16692e858 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:13:39 +0000 Subject: [PATCH 07727/10074] bitrise: update 2.31.3 bottle. --- Formula/b/bitrise.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/bitrise.rb b/Formula/b/bitrise.rb index 2bc0c6bda6118..3195cbaab3334 100644 --- a/Formula/b/bitrise.rb +++ b/Formula/b/bitrise.rb @@ -12,12 +12,12 @@ class Bitrise < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d43ebc17f28d5a377bc5663f2182157042ad27c42dfcd3d1e79e2d2305bcb157" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d43ebc17f28d5a377bc5663f2182157042ad27c42dfcd3d1e79e2d2305bcb157" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d43ebc17f28d5a377bc5663f2182157042ad27c42dfcd3d1e79e2d2305bcb157" - sha256 cellar: :any_skip_relocation, sonoma: "bd269295cff78a571ed1ba3730ed298c0cec9ddace8b5197240a118316197473" - sha256 cellar: :any_skip_relocation, ventura: "bd269295cff78a571ed1ba3730ed298c0cec9ddace8b5197240a118316197473" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a54bc9721804e555620383af7555b285e8f2ec42d2b1d021791f26286133ba04" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "188092ac74ea977c22f2084cb737566003a32c307e7782917ba7bf9f19b4bd35" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "188092ac74ea977c22f2084cb737566003a32c307e7782917ba7bf9f19b4bd35" + sha256 cellar: :any_skip_relocation, arm64_ventura: "188092ac74ea977c22f2084cb737566003a32c307e7782917ba7bf9f19b4bd35" + sha256 cellar: :any_skip_relocation, sonoma: "d406cd3b043183711750089ed2c17657197c43f976f4a1314c1015b833406129" + sha256 cellar: :any_skip_relocation, ventura: "d406cd3b043183711750089ed2c17657197c43f976f4a1314c1015b833406129" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ead533648fba8e4d7844aea2791e7629078f5749adf294f2bb6c8bb99ab8f636" end depends_on "go" => :build From 2b13da1d6370c65d8aa87f38cc54f1416ac7b45a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:16:22 +0000 Subject: [PATCH 07728/10074] kube-bench 0.11.1 --- Formula/k/kube-bench.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kube-bench.rb b/Formula/k/kube-bench.rb index 92d841c47e606..f5441e2957be4 100644 --- a/Formula/k/kube-bench.rb +++ b/Formula/k/kube-bench.rb @@ -1,8 +1,8 @@ class KubeBench < Formula desc "Checks Kubernetes deployment against security best practices (CIS Benchmark)" homepage "https://github.com/aquasecurity/kube-bench" - url "https://github.com/aquasecurity/kube-bench/archive/refs/tags/v0.11.0.tar.gz" - sha256 "0113a22ef39ac2f4d7d0fa4b2871e41b4ba5ebae59c012b3ab8349117b67cbe1" + url "https://github.com/aquasecurity/kube-bench/archive/refs/tags/v0.11.1.tar.gz" + sha256 "7e37ae9a0a6d08851ab02a72bd42f212d9f2f2128b4d379cea2dfca64dbffab5" license "Apache-2.0" head "https://github.com/aquasecurity/kube-bench.git", branch: "main" From 8ba448258df35b7c190665381b1ff77e5449c2a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:18:41 +0000 Subject: [PATCH 07729/10074] unciv: update 4.16.17 bottle. --- Formula/u/unciv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index c7a81b6c6d4ca..55b4028f2dd5d 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -13,7 +13,7 @@ class Unciv < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "9308e3d1e64573348b4bebf43673f751f4d430b027b3206bdd58b138e387c766" + sha256 cellar: :any_skip_relocation, all: "59133712cea0a5b1149f21b32e6b728fd06064d85a6544886bc671cc7b6d7f52" end depends_on "openjdk" From 2b5a73ebd73f006d484575c623b4417e741db957 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:29:30 +0000 Subject: [PATCH 07730/10074] kube-bench: update 0.11.1 bottle. --- Formula/k/kube-bench.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kube-bench.rb b/Formula/k/kube-bench.rb index f5441e2957be4..b57c8da86fd18 100644 --- a/Formula/k/kube-bench.rb +++ b/Formula/k/kube-bench.rb @@ -7,12 +7,12 @@ class KubeBench < Formula head "https://github.com/aquasecurity/kube-bench.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9f7114e10aa3f80efe162cc58581fd086d0f4c01688a34027878ce5c441c86c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9f7114e10aa3f80efe162cc58581fd086d0f4c01688a34027878ce5c441c86c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e9f7114e10aa3f80efe162cc58581fd086d0f4c01688a34027878ce5c441c86c" - sha256 cellar: :any_skip_relocation, sonoma: "9e68b71f799a161fb423f0dee490c81d96383e8de9532fe9ebb55e4afc5b2a64" - sha256 cellar: :any_skip_relocation, ventura: "9e68b71f799a161fb423f0dee490c81d96383e8de9532fe9ebb55e4afc5b2a64" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f9d76087ce976f9b2da18f122283a2d253ea73ab4f4dba335b6561a72621a726" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf918e555371d129c48cbe90f0535cae1c0f5b270a14ccac02e207146dc018f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf918e555371d129c48cbe90f0535cae1c0f5b270a14ccac02e207146dc018f7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cf918e555371d129c48cbe90f0535cae1c0f5b270a14ccac02e207146dc018f7" + sha256 cellar: :any_skip_relocation, sonoma: "972bd25028baae2da8cbafb813a2d9727811068ed9389969e933098615c57919" + sha256 cellar: :any_skip_relocation, ventura: "972bd25028baae2da8cbafb813a2d9727811068ed9389969e933098615c57919" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6ffd6ea2ecb3820e3e5611264e1bd01945cb002285756ef2d32ca4a8531f9f78" end depends_on "go" => :build From abb23a77b81e24d0be65d3b29bd9e62e5e1ea41d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:30:18 +0000 Subject: [PATCH 07731/10074] promptfoo 0.115.1 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index caed4b325b23a..933ba851bf4fa 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.115.0.tgz" - sha256 "0018bbd58486824c684f6b4966f0f62d9e6cd000f59e87fcfe0e6b25f4899dcb" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.115.1.tgz" + sha256 "1ad6cc3fcaa6b86320a015f41fa072266c629baa9c5c6409672195fb62611af2" license "MIT" bottle do From 018c9be1c3f632f032fdaeb0f042432d731ae640 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:32:34 +0000 Subject: [PATCH 07732/10074] renovate 40.60.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index d67037f694a19..6c0869da28a5e 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.59.0.tgz" - sha256 "9650cc463183f4c9d2efdd3bbe4e109f62db319b993cac1c6840783f6aa435d5" + url "https://registry.npmjs.org/renovate/-/renovate-40.60.0.tgz" + sha256 "4cc997d7496513780eec56e1a4ad921ed0f32f60147bc14a8fd66e217039fcea" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 5573e6f5b1aceb07b6d5a9aa91fce95889548e4a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:35:39 +0000 Subject: [PATCH 07733/10074] fastapi: update 0.115.13 bottle. --- Formula/f/fastapi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastapi.rb b/Formula/f/fastapi.rb index 41a13182b5aa5..e28493cb6e1a6 100644 --- a/Formula/f/fastapi.rb +++ b/Formula/f/fastapi.rb @@ -8,13 +8,13 @@ class Fastapi < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "c6eaf608eeeecfce27418be66d2b58e496470f3319e98e6c92affe1cf2bc9a93" - sha256 cellar: :any, arm64_sonoma: "4fa9cd1efbf5fd9f679a04c1a361ba7649ca72e148e266c1565620ce76a5f82f" - sha256 cellar: :any, arm64_ventura: "bcca3f55cc6d048f7a4089ff9ddaeaf1ed8b00510548efcd3b7986fd099b1f1e" - sha256 cellar: :any, sonoma: "743881903886eaeb1b1378f2c0bd1b39f6a4ea42b72bbb3525788d9a21f70aed" - sha256 cellar: :any, ventura: "b97eef4f84f205b6f502d7fd33e5701d2837f8713c00533cfb2593589dc6507b" - sha256 cellar: :any_skip_relocation, arm64_linux: "3f5c5926729be496b24b644e23786ef76d9e166c549cccbcbabf6fab080428e9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "325429bbf7539df4c7de50f84244790193f19d0139b09c4523232afc28e41bb3" + sha256 cellar: :any, arm64_sequoia: "190ecdd6622dd4f967e1226512542a582305c933b44805746ce50c53cb33fbd6" + sha256 cellar: :any, arm64_sonoma: "02b9573c5df5198bb87130102961d5d2384805832d63406a6b25f624193a41b9" + sha256 cellar: :any, arm64_ventura: "d2ea4f309558e4692c2e3f17bd82ca216e1e22a2eea80367427847cc6cde72a5" + sha256 cellar: :any, sonoma: "571fdb6fc209920bf18c66cda72a06393891261f341cec647c8301bb5ab975c3" + sha256 cellar: :any, ventura: "5c5419a70b64aa5a1c68e80e2339965fa36848c8f753fe274301537578b29317" + sha256 cellar: :any_skip_relocation, arm64_linux: "263148cee6e392062bf439d3fa7c6b8d2114a27034dbf813e980f8562d6d77b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "616dbe74118075a368615e2224d67a4567da53a23f1f875e29d68157bd932521" end depends_on "rust" => :build # for pydantic From 57e53d65a865141ccff5f46846689f898f67fb17 Mon Sep 17 00:00:00 2001 From: Enno Richter Date: Tue, 17 Jun 2025 06:09:09 +0200 Subject: [PATCH 07734/10074] chawan 0.2.0 (new formula) chawan: rewrite Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/c/chawan.rb | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 Formula/c/chawan.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 9dd26f0967dd5..2947c63ac641d 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -516,6 +516,7 @@ chars chart-releaser chart-testing chatblade +chawan chdig cheat check-jsonschema diff --git a/Formula/c/chawan.rb b/Formula/c/chawan.rb new file mode 100644 index 0000000000000..8ba606a883747 --- /dev/null +++ b/Formula/c/chawan.rb @@ -0,0 +1,28 @@ +class Chawan < Formula + desc "TUI web browser with CSS, inline image and JavaScript support" + homepage "https://sr.ht/~bptato/chawan/" + url "https://git.sr.ht/~bptato/chawan/archive/v0.2.0.tar.gz" + sha256 "7bf23c2f41d777f951a189374cb8edf913a9bfb2102a1a0f274c587b8edb6a75" + license "Unlicense" + head "https://git.sr.ht/~bptato/chawan", branch: "master" + + depends_on "nim" => :build + depends_on "pkgconf" => :build + + depends_on "brotli" + depends_on "libssh2" + depends_on "openssl@3" + + uses_from_macos "curl" + uses_from_macos "ncurses" + + def install + system "make" + system "make", "install", "PREFIX=#{prefix}" + end + + test do + assert_match version.to_s, shell_output("#{bin}/cha --version") + assert_match "Example Domain", shell_output("#{bin}/cha --dump https://example.com") + end +end From b252c17af8fbadf6474245a52141b15748249e63 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:00:02 +0000 Subject: [PATCH 07735/10074] renovate: update 40.60.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 6c0869da28a5e..bbd6ecb4206f2 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cde3290de53b6e1c8b0fa0443bed8523595b29f36cbcc4232d5ddb0817f7ac5d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd8b496f2421cd09ac58493523b5f577b475df4903772e77252bb36f2924faa8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8948f659a906d3b0e25abf1f31605e42e8b4ca1c1de4c3b71a9be7d16ad30952" - sha256 cellar: :any_skip_relocation, sonoma: "4b97d83b663af46b31472796be2a8346dd449138aa25ed2d6b0abd97d7792940" - sha256 cellar: :any_skip_relocation, ventura: "dcbca41d1717d942ab284efb08568fdc85d051442a454723d5bf39f9ceb634f5" - sha256 cellar: :any_skip_relocation, arm64_linux: "e2ebb869b1c1e5a3e5b120dc8c3fa3f9ed1e2d9b6abbb0c71bce3efe5c860e36" - sha256 cellar: :any_skip_relocation, x86_64_linux: "929037ca209416afd008315d16a54591d175578880d06aceed9fd51cb3d69a68" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b05de741ef3406398d2b6ade05670ecfe5f1caebe744563d11c441ceb61c6ef6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b2911250f9b3f1883199a76b9dd5d1079ce62455050b8e581c41b4faeb11e40" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1946c698f7f8e057371090aee92e0a370d64111a9805e61c90be861ac2c776be" + sha256 cellar: :any_skip_relocation, sonoma: "468c2a427db1268f2ebd65a51702f9448634d3f00d9eb5587ca807ce324ab9b6" + sha256 cellar: :any_skip_relocation, ventura: "55703a6667adf734a0db70d993da09781a3103e29e7be00b572cb0805b495cca" + sha256 cellar: :any_skip_relocation, arm64_linux: "7a89e1317fcac192470b11de2fa5f0b38df091c2f6b02ee20a0718fed5a627b7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7919491f063cda19fb9f6ce68a2e9683fafcbaacffff73d7bd91e721992c56b4" end depends_on "node@22" From a837570665e718a0645e57e653522a25db19c49e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:00:16 +0000 Subject: [PATCH 07736/10074] promptfoo: update 0.115.1 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 933ba851bf4fa..8050b4804c41d 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "a0cca08085a26ec8e1853567a50c4665b7d7b97ccb07aa97ec8824f28f8ce670" - sha256 cellar: :any, arm64_sonoma: "b6753b4ada0d6faea81b795beadf932d08f2ad8f7bd37d7893e90cfb4d22f2ef" - sha256 cellar: :any, arm64_ventura: "cdd16643056ab7be6bd324d20be8155f6bbf53d3cb16d56c55499c334d7360e0" - sha256 sonoma: "742eb0d3aad200d897c64cbd344d9ad80ac987758d8b46c8b11b498ce1f7a2d4" - sha256 ventura: "f2b654f76d89a738ed20ccbb92274bfc254025b0af7397e70c391bc9ccc14aad" - sha256 cellar: :any_skip_relocation, arm64_linux: "82bccd027067837a29b122b490bb9b5514323ca3a1950e7c6e9d5775cd7182d4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1c1110c1e98e65ea9548acb037ef7541f80cf5fcf6e973c1eef4bbe6d8c4e312" + sha256 cellar: :any, arm64_sequoia: "5a3322a90fc5683e86f054b3a64c900ca39273680fbfec2a1e786336c17620f6" + sha256 cellar: :any, arm64_sonoma: "f634c7f05d3a8b56210c3b62182398e097c93fc6727c55bdde9b5dc6a1dbee16" + sha256 cellar: :any, arm64_ventura: "e2ddf6cebe35154a2e8275187de5a3b55f03e561f8a5971ba99742a7ee3beeee" + sha256 sonoma: "57e8cb5e4ecf4b3365a386b0ff4ccdc995819fc4e7ae99bc22b23ca329e36e92" + sha256 ventura: "7e875b60078648276a9d090df5c23a8e4de180a49f661787c5eaf9b0da0dd9b3" + sha256 cellar: :any_skip_relocation, arm64_linux: "a83f83475144aedd82e6bd879a1143b63d267dd86fd444adf9c7e56d17680a7e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8b6586d5ae178d8674f733ad61f998a3644f95aaa52ed0c5c76e951954e4053" end depends_on "node" From 0bf99994898c0cd4a77be492f352de45e90fba29 Mon Sep 17 00:00:00 2001 From: Marc Troelitzsch Date: Tue, 17 Jun 2025 13:11:08 +0200 Subject: [PATCH 07737/10074] moodle-dl 2.3.13 (new formula) moodle-dl: update to use pypi and add mappings config Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/moodle-dl.rb | 158 +++++++++++++++++++++++++++++++++++++ pypi_formula_mappings.json | 3 + 3 files changed, 162 insertions(+) create mode 100644 Formula/m/moodle-dl.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 9dd26f0967dd5..c7e5c8c3bd695 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2459,6 +2459,7 @@ monika monit monitoring-plugins monolith +moodle-dl moon morpheus morse diff --git a/Formula/m/moodle-dl.rb b/Formula/m/moodle-dl.rb new file mode 100644 index 0000000000000..6198b745cbf45 --- /dev/null +++ b/Formula/m/moodle-dl.rb @@ -0,0 +1,158 @@ +class MoodleDl < Formula + include Language::Python::Virtualenv + + desc "Downloads course content fast from Moodle (e.g., lecture PDFs)" + homepage "https://github.com/C0D3D3V/Moodle-DL" + url "https://files.pythonhosted.org/packages/0b/44/9c283a04b0ede0bcaa2f3595b523cb115c662fe349f215631484035126d1/moodle_dl-2.3.13.tar.gz" + sha256 "7a6d813b3241497fb79a34a428aa266b2d2d3c175e05d46752e0a8040adaddce" + license "GPL-3.0-or-later" + + depends_on "certifi" + depends_on "ffmpeg" + depends_on "python@3.13" + + resource "aiodns" do + url "https://files.pythonhosted.org/packages/17/0a/163e5260cecc12de6abc259d158d9da3b8ec062ab863107dcdb1166cdcef/aiodns-3.5.0.tar.gz" + sha256 "11264edbab51896ecf546c18eb0dd56dff0428c6aa6d2cd87e643e07300eb310" + end + + resource "aiofiles" do + url "https://files.pythonhosted.org/packages/0b/03/a88171e277e8caa88a4c77808c20ebb04ba74cc4681bf1e9416c862de237/aiofiles-24.1.0.tar.gz" + sha256 "22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c" + end + + resource "aiohappyeyeballs" do + url "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz" + sha256 "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" + end + + resource "aiohttp" do + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" + end + + resource "aiosignal" do + url "https://files.pythonhosted.org/packages/ba/b5/6d55e80f6d8a08ce22b982eafa278d823b541c925f11ee774b0b9c43473d/aiosignal-1.3.2.tar.gz" + sha256 "a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54" + end + + resource "attrs" do + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" + end + + resource "cffi" do + url "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz" + sha256 "1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824" + end + + resource "charset-normalizer" do + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" + end + + resource "colorama" do + url "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz" + sha256 "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" + end + + resource "colorlog" do + url "https://files.pythonhosted.org/packages/d3/7a/359f4d5df2353f26172b3cc39ea32daa39af8de522205f512f458923e677/colorlog-6.9.0.tar.gz" + sha256 "bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2" + end + + resource "frozenlist" do + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" + end + + resource "html2text" do + url "https://files.pythonhosted.org/packages/f8/27/e158d86ba1e82967cc2f790b0cb02030d4a8bef58e0c79a8590e9678107f/html2text-2025.4.15.tar.gz" + sha256 "948a645f8f0bc3abe7fd587019a2197a12436cd73d0d4908af95bfc8da337588" + end + + resource "idna" do + url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" + sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" + end + + resource "multidict" do + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" + end + + resource "propcache" do + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" + end + + resource "pycares" do + url "https://files.pythonhosted.org/packages/f5/37/4d4f8ac929e98aad64781f37d9429e82ba65372fc89da0473cdbecdbbb03/pycares-4.9.0.tar.gz" + sha256 "8ee484ddb23dbec4d88d14ed5b6d592c1960d2e93c385d5e52b6fad564d82395" + end + + resource "pycparser" do + url "https://files.pythonhosted.org/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz" + sha256 "491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" + end + + resource "readchar" do + url "https://files.pythonhosted.org/packages/dd/f8/8657b8cbb4ebeabfbdf991ac40eca8a1d1bd012011bd44ad1ed10f5cb494/readchar-4.2.1.tar.gz" + sha256 "91ce3faf07688de14d800592951e5575e9c7a3213738ed01d394dcc949b79adb" + end + + resource "requests" do + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" + end + + resource "sentry-sdk" do + url "https://files.pythonhosted.org/packages/04/4c/af31e0201b48469786ddeb1bf6fd3dfa3a291cc613a0fe6a60163a7535f9/sentry_sdk-2.30.0.tar.gz" + sha256 "436369b02afef7430efb10300a344fb61a11fe6db41c2b11f41ee037d2dd7f45" + end + + resource "six" do + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" + end + + resource "urllib3" do + url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" + sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + end + + resource "xmpppy" do + url "https://files.pythonhosted.org/packages/b9/dc/c82cf11d776b371863bef8de412e949467e291977d2aaded91d010713a6f/xmpppy-0.7.1.tar.gz" + sha256 "c5ff61c0fa0ad8b9e521939f944bbcdac0a2375e7ec24201605cc540857e0400" + end + + resource "yarl" do + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" + end + + resource "yt-dlp" do + url "https://files.pythonhosted.org/packages/b7/fb/588a23e61586960273524d3aa726bd148116d422854f727f4d59c254cb6a/yt_dlp-2025.6.9.tar.gz" + sha256 "751f53a3b61353522bf805fa30bbcbd16666126537e39706eab4f8c368f111ac" + end + + def install + virtualenv_install_with_resources + end + + test do + assert_match version.to_s, shell_output("#{bin}/moodle-dl --version") + + (testpath/"config.json").write <<~JSON + { + "token": "invalidtoken", + "privatetoken": "invalidprivatetoken", + "moodle_domain": "localhost", + "moodle_path": "/moodle/" + } + JSON + + assert_match "Connection error", shell_output("#{bin}/moodle-dl 2>&1", 1) + assert_path_exists testpath/"moodle_state.db" + end +end diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index 2cad2498aabd4..7873c5198fe3e 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -570,6 +570,9 @@ "mongo-orchestration": { "exclude_packages": ["certifi"] }, + "moodle-dl": { + "exclude_packages": ["certifi"] + }, "moto": { "package_name": "moto[all,server]", "exclude_packages": ["certifi", "cryptography"] From 231b370f72e7e24d3dfe9c59fc5c11cf0baa8aba Mon Sep 17 00:00:00 2001 From: GitLab CLI Version Bump Bot Date: Tue, 17 Jun 2025 15:40:09 +0000 Subject: [PATCH 07738/10074] glab 1.60.0 --- Formula/g/glab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 2a91a28ab4651..fbb673fff7c45 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -2,8 +2,8 @@ class Glab < Formula desc "Open-source GitLab command-line tool" homepage "https://gitlab.com/gitlab-org/cli" url "https://gitlab.com/gitlab-org/cli.git", - tag: "v1.59.2", - revision: "c0acec3f3bab0b433fabf487e0a71c780680ba90" + tag: "v1.60.0", + revision: "8056b7a3325097aadaa11272e76477619a28bdaa" license "MIT" head "https://gitlab.com/gitlab-org/cli.git", branch: "main" From 1f733186adb588fa57de10ce3474e05cfded4f57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:27:53 +0000 Subject: [PATCH 07739/10074] glab: update 1.60.0 bottle. --- Formula/g/glab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index fbb673fff7c45..7107a00c78246 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -10,13 +10,13 @@ class Glab < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad7782e4ecff87da2537d8ed768e9c4c1a7c9ae994ad204cd4de5e446c43190f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad7782e4ecff87da2537d8ed768e9c4c1a7c9ae994ad204cd4de5e446c43190f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ad7782e4ecff87da2537d8ed768e9c4c1a7c9ae994ad204cd4de5e446c43190f" - sha256 cellar: :any_skip_relocation, sonoma: "e503d618e0f6b78a976f38c29ee9d5537296ca553f996c400d6d731435c1b375" - sha256 cellar: :any_skip_relocation, ventura: "e503d618e0f6b78a976f38c29ee9d5537296ca553f996c400d6d731435c1b375" - sha256 cellar: :any_skip_relocation, arm64_linux: "5683f0f8c93fefb4f94b1c84430fdf3ba76426d275a31dbc34fcf54b885125f3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "25cf63c2340ad641bd9c08f800fa1fe6609de1054a19cbba80eac32e76a4f0b0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d4aa510d8dca7810b2cb5755554d31da52a8b0c25314b0307551805a0de8ef2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d4aa510d8dca7810b2cb5755554d31da52a8b0c25314b0307551805a0de8ef2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6d4aa510d8dca7810b2cb5755554d31da52a8b0c25314b0307551805a0de8ef2" + sha256 cellar: :any_skip_relocation, sonoma: "c8c1b77570e36a810673f25000c105410e9c06c36c6abfe8633e30ddc79ae9b9" + sha256 cellar: :any_skip_relocation, ventura: "c8c1b77570e36a810673f25000c105410e9c06c36c6abfe8633e30ddc79ae9b9" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1d5348b03a6ce0ff2e766ca5b5b89045981f624c12c3c7270d147c541aa5055" + sha256 cellar: :any_skip_relocation, x86_64_linux: "04b3859cbc70afd4a1a35448b970b45d4eea78b531d741e67602558d0e0e51e9" end depends_on "go" => :build From ae190d7182727d38cfbe0a1667e0467965873fea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 02:39:25 +0000 Subject: [PATCH 07740/10074] kubectl-ai 0.0.14 kubectl-ai: update build and test Signed-off-by: Rui Chen --- Formula/k/kubectl-ai.rb | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubectl-ai.rb b/Formula/k/kubectl-ai.rb index bd52ab4a6fded..a6f636dd7ce62 100644 --- a/Formula/k/kubectl-ai.rb +++ b/Formula/k/kubectl-ai.rb @@ -1,8 +1,8 @@ class KubectlAi < Formula desc "AI powered Kubernetes Assistant" homepage "https://github.com/GoogleCloudPlatform/kubectl-ai" - url "https://github.com/GoogleCloudPlatform/kubectl-ai/archive/refs/tags/v0.0.13.tar.gz" - sha256 "17f77ff940fb234a521c5ed755b547fb9ecbcc815733514a2669e44723319d5a" + url "https://github.com/GoogleCloudPlatform/kubectl-ai/archive/refs/tags/v0.0.14.tar.gz" + sha256 "e84e7f7d569f2119d359e2cef923a05c7dc4265fb9d7dda8122fe552ff289978" license "Apache-2.0" livecheck do @@ -22,20 +22,22 @@ class KubectlAi < Formula depends_on "go" => :build def install - system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd" + ldflags = "-s -w -X main.version=#{version} -X main.commit=#{tap.user} -X main.date=#{time.iso8601}" + system "go", "build", *std_go_args(ldflags:), "./cmd" + + generate_completions_from_executable(bin/"kubectl-ai", "completion", shells: [:bash, :zsh, :fish, :pwsh]) end test do - assert_match "kubectl-ai [flags]", shell_output("#{bin}/kubectl-ai --help") + assert_match version.to_s, shell_output("#{bin}/kubectl-ai version") ENV["GEMINI_API_KEY"] = "test" - - PTY.spawn(bin/"kubectl-ai") do |r, w, pid| + PTY.spawn(bin/"kubectl-ai", "--llm-provider", "gemini") do |r, w, pid| sleep 1 w.puts "test" sleep 1 output = r.read_nonblock(1024) - assert_match "Error 400, Message: API key not valid", output + assert_match "Hey there, what can I help you with", output rescue Errno::EIO # End of input, ignore ensure From 95a356abb15881f74c1acf24cc0cbb4414f4a00c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 17 Jun 2025 12:41:35 -0400 Subject: [PATCH 07741/10074] html2text: switch to use github release tarball Signed-off-by: Rui Chen --- Formula/h/html2text.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/h/html2text.rb b/Formula/h/html2text.rb index 52477fbd53909..d35b855f753da 100644 --- a/Formula/h/html2text.rb +++ b/Formula/h/html2text.rb @@ -1,8 +1,7 @@ class Html2text < Formula desc "Advanced HTML-to-text converter" homepage "https://gitlab.com/grobian/html2text" - # upstream issue report on the github release tarball - url "https://gitlab.com/-/project/48313341/uploads/b7a99615c4419cf9a65dc24f12bae0d4/html2text-2.3.0.tar.gz" + url "https://github.com/grobian/html2text/releases/download/v2.3.0/html2text-2.3.0.tar.gz" sha256 "8cec23ed1ff43313f2d0e4b434cd39871bc002cad947a40d4a3738d1351921f7" license "GPL-2.0-or-later" head "https://gitlab.com/grobian/html2text.git", branch: "master" From 6109ed82df7c83cd6fcb3c7e0809ba4820ed38a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:53:25 +0000 Subject: [PATCH 07742/10074] adwaita-icon-theme 48.1 --- Formula/a/adwaita-icon-theme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/adwaita-icon-theme.rb b/Formula/a/adwaita-icon-theme.rb index 51a64912b4d02..06211a203434e 100644 --- a/Formula/a/adwaita-icon-theme.rb +++ b/Formula/a/adwaita-icon-theme.rb @@ -1,8 +1,8 @@ class AdwaitaIconTheme < Formula desc "Icons for the GNOME project" homepage "https://developer.gnome.org" - url "https://download.gnome.org/sources/adwaita-icon-theme/48/adwaita-icon-theme-48.0.tar.xz" - sha256 "847068888650d9673115be6dbf2bfdc31a46aebc528a6a9db4420e60e656b8d4" + url "https://download.gnome.org/sources/adwaita-icon-theme/48/adwaita-icon-theme-48.1.tar.xz" + sha256 "cbfe9b86ebcd14b03ba838c49829f7e86a7b132873803b90ac10be7d318a6e12" license any_of: ["LGPL-3.0-or-later", "CC-BY-SA-3.0"] bottle do From a4b08371720684bbddd53e08f7e26d2b05befc1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:55:49 +0000 Subject: [PATCH 07743/10074] buf 1.55.0 --- Formula/b/buf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/buf.rb b/Formula/b/buf.rb index d3df10dbf99aa..9e65f3a5129fc 100644 --- a/Formula/b/buf.rb +++ b/Formula/b/buf.rb @@ -1,8 +1,8 @@ class Buf < Formula desc "New way of working with Protocol Buffers" homepage "https://github.com/bufbuild/buf" - url "https://github.com/bufbuild/buf/archive/refs/tags/v1.54.0.tar.gz" - sha256 "e64786bd2f17dc3731dd30280cf1ba24e0781300ea0f781251ce98ce13142f49" + url "https://github.com/bufbuild/buf/archive/refs/tags/v1.55.0.tar.gz" + sha256 "3b6c7ca5efb42a20f89a52df48c40804e718b8b9c298de4fc45bf7a5a0d6ffe8" license "Apache-2.0" head "https://github.com/bufbuild/buf.git", branch: "main" From cd8c56644234bc4dc16d931f17de41c42700ce91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:57:58 +0000 Subject: [PATCH 07744/10074] cloudflare-quiche 0.24.4 --- Formula/c/cloudflare-quiche.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-quiche.rb b/Formula/c/cloudflare-quiche.rb index 332dad13c29ea..c62300f25a80d 100644 --- a/Formula/c/cloudflare-quiche.rb +++ b/Formula/c/cloudflare-quiche.rb @@ -2,8 +2,8 @@ class CloudflareQuiche < Formula desc "Savoury implementation of the QUIC transport protocol and HTTP/3" homepage "https://docs.quic.tech/quiche/" url "https://github.com/cloudflare/quiche.git", - tag: "0.24.2", - revision: "28cb72b7c6a1f134f4d2e2f36ed04a81e113a0a6" + tag: "0.24.4", + revision: "70d6d3e233568e906e66179a56c93cf9b0616899" license "BSD-2-Clause" head "https://github.com/cloudflare/quiche.git", branch: "master" From a53e637af2d09b6d8a95491ee65f2e036b804ea7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:58:17 +0000 Subject: [PATCH 07745/10074] cloudflare-wrangler 4.20.1 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 9786cad14bd8d..7134c5cb541be 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.0.tgz" - sha256 "782d5d473c073f822f3dca1a59f58051ead2949580432bbc53e7e4fe2045af06" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.1.tgz" + sha256 "f899f3bdfb4a36a88cba25964c2e87c8a0c7b07ffa036b9be6b115aec68cab7b" license any_of: ["Apache-2.0", "MIT"] bottle do From 413d5b726b1a43f7262916cd72a9deba4db0cabe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:06:12 +0000 Subject: [PATCH 07746/10074] jenkins 2.515 --- Formula/j/jenkins.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jenkins.rb b/Formula/j/jenkins.rb index 88f7f28ebbd93..5cb19b5a794c0 100644 --- a/Formula/j/jenkins.rb +++ b/Formula/j/jenkins.rb @@ -1,8 +1,8 @@ class Jenkins < Formula desc "Extendable open source continuous integration server" homepage "https://www.jenkins.io/" - url "https://get.jenkins.io/war/2.514/jenkins.war" - sha256 "4b1c9ff4d9287dfe4f6c4d701b1626d9393df3b02dbc4bbaab70f56e010d3d46" + url "https://get.jenkins.io/war/2.515/jenkins.war" + sha256 "d07c2a75c35c8451a65fc6508fed1add7bb75e25b9e7b25dd566f286b8ea0ce7" license "MIT" livecheck do From 5f31e420205a7e5305d82078b8f8564146c1305a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:07:37 +0000 Subject: [PATCH 07747/10074] ldcli 1.15.4 --- Formula/l/ldcli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/ldcli.rb b/Formula/l/ldcli.rb index 280b45c29a826..06d9081eab534 100644 --- a/Formula/l/ldcli.rb +++ b/Formula/l/ldcli.rb @@ -1,8 +1,8 @@ class Ldcli < Formula desc "CLI for managing LaunchDarkly feature flags" homepage "https://launchdarkly.com/docs/home/getting-started/ldcli" - url "https://github.com/launchdarkly/ldcli/archive/refs/tags/v1.15.3.tar.gz" - sha256 "0739727df8569c3be837def35a9ff02904e0b24591aabbc4f62a24f5c4993d27" + url "https://github.com/launchdarkly/ldcli/archive/refs/tags/v1.15.4.tar.gz" + sha256 "22f8309b139b03d499e624eadde8dad1dd92992c18886ddebd243dd5ad6ab4a3" license "Apache-2.0" head "https://github.com/launchdarkly/ldcli.git", branch: "main" From 512244e54a3c451ecb7a76baa07a6ca670431d83 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:11:17 +0000 Subject: [PATCH 07748/10074] moon 1.37.3 --- Formula/m/moon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index efa311ba68018..8d7af4d67ca61 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -1,8 +1,8 @@ class Moon < Formula desc "Task runner and repo management tool for the web ecosystem, written in Rust" homepage "https://moonrepo.dev/moon" - url "https://github.com/moonrepo/moon/archive/refs/tags/v1.37.2.tar.gz" - sha256 "1bf934c6777e7285644dd79bb9f554f63c0d34d50506523a9b2d02af5cd7d79c" + url "https://github.com/moonrepo/moon/archive/refs/tags/v1.37.3.tar.gz" + sha256 "d6007ebf5d5bd5d289dda839f185a1d736c0ae8a98de93323db17a1cb878a0f8" license "MIT" head "https://github.com/moonrepo/moon.git", branch: "master" From ddcd7de4512b6cbb4bc7bcd88c3514fdf885edc8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:11:56 +0000 Subject: [PATCH 07749/10074] buf: update 1.55.0 bottle. --- Formula/b/buf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/buf.rb b/Formula/b/buf.rb index 9e65f3a5129fc..989ca4cf5850e 100644 --- a/Formula/b/buf.rb +++ b/Formula/b/buf.rb @@ -15,12 +15,12 @@ class Buf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b49a6a017dba4db9f6afe82ad272d35060fd38b85530adf4d2f85879dfdac0e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b49a6a017dba4db9f6afe82ad272d35060fd38b85530adf4d2f85879dfdac0e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9b49a6a017dba4db9f6afe82ad272d35060fd38b85530adf4d2f85879dfdac0e" - sha256 cellar: :any_skip_relocation, sonoma: "8c0908117e694085d6800479432366e88b7c56d2f7f056906dc25d6cb8e6de54" - sha256 cellar: :any_skip_relocation, ventura: "8c0908117e694085d6800479432366e88b7c56d2f7f056906dc25d6cb8e6de54" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3a5d872ca116f3c62602eb1d2e6eef3f10814cb2c70c386724b2398e146df6e8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c024e92a2cf84a339f2f4c5e161f3d4fedab26549e5727b0018646dbd4aa726" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c024e92a2cf84a339f2f4c5e161f3d4fedab26549e5727b0018646dbd4aa726" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8c024e92a2cf84a339f2f4c5e161f3d4fedab26549e5727b0018646dbd4aa726" + sha256 cellar: :any_skip_relocation, sonoma: "4cd6288aa8ca3f0a5863e011b3bf52cec591c2a391278afaa8ca811e2c8a3abe" + sha256 cellar: :any_skip_relocation, ventura: "4cd6288aa8ca3f0a5863e011b3bf52cec591c2a391278afaa8ca811e2c8a3abe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "06ab56c497fad4378cb894af4652167aba6cf898a7720d76cfa729a81c0a2f17" end depends_on "go" => :build From 7f241ddd1e632fd7ce8a7cee4d38e8e51adcac9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:12:31 +0000 Subject: [PATCH 07750/10074] nova 3.11.4 --- Formula/n/nova.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nova.rb b/Formula/n/nova.rb index b1389296d3896..b06e962dad890 100644 --- a/Formula/n/nova.rb +++ b/Formula/n/nova.rb @@ -1,8 +1,8 @@ class Nova < Formula desc "Find outdated or deprecated Helm charts running in your cluster" homepage "https://github.com/FairwindsOps/nova" - url "https://github.com/FairwindsOps/nova/archive/refs/tags/v3.11.3.tar.gz" - sha256 "5f70b5a904c773190e104776a42afd9b798f682b7f1bafc12c27818120a94911" + url "https://github.com/FairwindsOps/nova/archive/refs/tags/v3.11.4.tar.gz" + sha256 "e4364254b385a84701ff649bb47114b5e7b5a59d3d1e61a12ea9663715164fd8" license "Apache-2.0" head "https://github.com/FairwindsOps/nova.git", branch: "master" From 17658caf9b9f7d0ef4c5680793637373f7477ac2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:14:02 +0000 Subject: [PATCH 07751/10074] orientdb 3.2.41 --- Formula/o/orientdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/orientdb.rb b/Formula/o/orientdb.rb index a821ae1b762a8..2e2b170036be2 100644 --- a/Formula/o/orientdb.rb +++ b/Formula/o/orientdb.rb @@ -1,8 +1,8 @@ class Orientdb < Formula desc "Graph database" homepage "https://github.com/orientechnologies/orientdb/" - url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.40/orientdb-community-3.2.40.zip" - sha256 "8fa8d6f60d8e8eee862403356ac905bb363fb74859e74b416bf5374a25578d83" + url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.41/orientdb-community-3.2.41.zip" + sha256 "a62be9f8f277b27347966c754264e40b7f38c83fd5850187c7004fddf88ad780" license "Apache-2.0" # The GitHub release description contains links to files on Maven. From f0a3b0561104f70e336723fd7506d9af1c3a8841 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:14:13 +0000 Subject: [PATCH 07752/10074] kubectl-ai: update 0.0.14 bottle. --- Formula/k/kubectl-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kubectl-ai.rb b/Formula/k/kubectl-ai.rb index a6f636dd7ce62..9193e1b89b0ce 100644 --- a/Formula/k/kubectl-ai.rb +++ b/Formula/k/kubectl-ai.rb @@ -11,12 +11,12 @@ class KubectlAi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee951ecc463306bc5298c19326e8df1613a33b37581c9daab1b700686d7b7b9a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee951ecc463306bc5298c19326e8df1613a33b37581c9daab1b700686d7b7b9a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ee951ecc463306bc5298c19326e8df1613a33b37581c9daab1b700686d7b7b9a" - sha256 cellar: :any_skip_relocation, sonoma: "85e752dcafc243778426fe66c57b861897212a21b61c547003e0008bf1ab83da" - sha256 cellar: :any_skip_relocation, ventura: "85e752dcafc243778426fe66c57b861897212a21b61c547003e0008bf1ab83da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b9eec60ceb40e87e250b256ce7413a167b93984ac3142997cfcb381330af256" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "76771a63a1685fbb759e3cc38c3c6e05e815096134b28c0b3c84a921d83246d8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "76771a63a1685fbb759e3cc38c3c6e05e815096134b28c0b3c84a921d83246d8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "76771a63a1685fbb759e3cc38c3c6e05e815096134b28c0b3c84a921d83246d8" + sha256 cellar: :any_skip_relocation, sonoma: "36aad2ca42e122d27eca0ea56c5d311fcbfbbdc799382dfdb0102c4aaab0d5dd" + sha256 cellar: :any_skip_relocation, ventura: "36aad2ca42e122d27eca0ea56c5d311fcbfbbdc799382dfdb0102c4aaab0d5dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ab009930b35b7fbf19cc134ca832bb09551365c1ae3b99cb9fb903e2f2f388da" end depends_on "go" => :build From 362b5e001cd5f8a2ea13a426df9376bb2459d1de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:15:14 +0000 Subject: [PATCH 07753/10074] pluto 5.21.8 --- Formula/p/pluto.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pluto.rb b/Formula/p/pluto.rb index bfbaa57b7ed47..b492e46740b98 100644 --- a/Formula/p/pluto.rb +++ b/Formula/p/pluto.rb @@ -1,8 +1,8 @@ class Pluto < Formula desc "CLI tool to help discover deprecated apiVersions in Kubernetes" homepage "https://fairwinds.com" - url "https://github.com/FairwindsOps/pluto/archive/refs/tags/v5.21.7.tar.gz" - sha256 "ae805581bc59438225a91c5d7a945deeda9d45662c82d17704fd460dc5b8b49a" + url "https://github.com/FairwindsOps/pluto/archive/refs/tags/v5.21.8.tar.gz" + sha256 "c40063cdd8711df13470ba50e2720d3ee8d4b2b7401ad1174356af3952f4b5f4" license "Apache-2.0" head "https://github.com/FairwindsOps/pluto.git", branch: "master" From 9021b3a529c61eec643b70863e954886ed14c4d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:15:29 +0000 Subject: [PATCH 07754/10074] polaris 9.6.4 --- Formula/p/polaris.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/polaris.rb b/Formula/p/polaris.rb index 47403bb125907..5ca33fe3b78ac 100644 --- a/Formula/p/polaris.rb +++ b/Formula/p/polaris.rb @@ -1,8 +1,8 @@ class Polaris < Formula desc "Validation of best practices in your Kubernetes clusters" homepage "https://www.fairwinds.com/polaris" - url "https://github.com/FairwindsOps/polaris/archive/refs/tags/9.6.3.tar.gz" - sha256 "137169603f1c68b0da976bd7c2b876c3a7e06e281eccbaea2657c37b80988405" + url "https://github.com/FairwindsOps/polaris/archive/refs/tags/9.6.4.tar.gz" + sha256 "f2ba54978d8ffef3ed19194e20ba41f3cc76ab8f834fc1c159d33e4cb9caedde" license "Apache-2.0" head "https://github.com/FairwindsOps/polaris.git", branch: "master" From 9dcc7ad7204edcb47d6407f76b4e3578b1d35785 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:15:43 +0000 Subject: [PATCH 07755/10074] postgrest 13.0.3 --- Formula/p/postgrest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/postgrest.rb b/Formula/p/postgrest.rb index d0ab2d5bd9718..48acda1750754 100644 --- a/Formula/p/postgrest.rb +++ b/Formula/p/postgrest.rb @@ -1,8 +1,8 @@ class Postgrest < Formula desc "Serves a fully RESTful API from any existing PostgreSQL database" homepage "https://github.com/PostgREST/postgrest" - url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.2.tar.gz" - sha256 "b6e989bf0c9e05c30a847de145b31925f8abb135a917eb90d89782c263e2d0f5" + url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.3.tar.gz" + sha256 "5faf2b65455547e22da99ca26f0286f5583841630102db2350836dc92bd3efe3" license "MIT" head "https://github.com/PostgREST/postgrest.git", branch: "main" From 895c580bc466c28d07bcd71dd38f8edc6b30a3e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:17:23 +0000 Subject: [PATCH 07756/10074] rclone 1.70.0 --- Formula/r/rclone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rclone.rb b/Formula/r/rclone.rb index 4ea3bd645455a..d7ca69dbfb28f 100644 --- a/Formula/r/rclone.rb +++ b/Formula/r/rclone.rb @@ -1,8 +1,8 @@ class Rclone < Formula desc "Rsync for cloud storage" homepage "https://rclone.org/" - url "https://github.com/rclone/rclone/archive/refs/tags/v1.69.3.tar.gz" - sha256 "ff6d17d187dd23648bfd33f20ff48902f7f08d2d9231f1f11825109903356b21" + url "https://github.com/rclone/rclone/archive/refs/tags/v1.70.0.tar.gz" + sha256 "7f258d7d3150f419dbccc22152198e8cf179c272c4e15726575343579bddf580" license "MIT" head "https://github.com/rclone/rclone.git", branch: "master" From 251ace412688d0e241ab4fead624b39087e3c15f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:18:04 +0000 Subject: [PATCH 07757/10074] cloudflare-wrangler: update 4.20.1 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 7134c5cb541be..5a6dbc7c8846e 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "5086cd5702ad15af5b8c0d4508a799596eca21b5f9b9dd11a71b7a8e14dab70e" - sha256 cellar: :any, arm64_sonoma: "5086cd5702ad15af5b8c0d4508a799596eca21b5f9b9dd11a71b7a8e14dab70e" - sha256 cellar: :any, arm64_ventura: "5086cd5702ad15af5b8c0d4508a799596eca21b5f9b9dd11a71b7a8e14dab70e" - sha256 sonoma: "60e663bdae2db133843769c2206e67993d7fe7d56e6b157b3971514bf4d85aeb" - sha256 ventura: "60e663bdae2db133843769c2206e67993d7fe7d56e6b157b3971514bf4d85aeb" - sha256 cellar: :any_skip_relocation, arm64_linux: "2f24a196683d353106f1497a135171b7cd98d7395c8a320165c942b858503bf5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4d3800dd528f3b28b810f9d9c0f38b1b5ffa052add5ffc0687e01b40394197da" + sha256 cellar: :any, arm64_sequoia: "a73f8b3d9cd323a23216f08809d443f1abd6c6c153f32c3e7f689feac29e3b46" + sha256 cellar: :any, arm64_sonoma: "a73f8b3d9cd323a23216f08809d443f1abd6c6c153f32c3e7f689feac29e3b46" + sha256 cellar: :any, arm64_ventura: "a73f8b3d9cd323a23216f08809d443f1abd6c6c153f32c3e7f689feac29e3b46" + sha256 sonoma: "44b170c368be7a312ff22705b109845179369707b4814825f51f0155a32eaff5" + sha256 ventura: "44b170c368be7a312ff22705b109845179369707b4814825f51f0155a32eaff5" + sha256 cellar: :any_skip_relocation, arm64_linux: "a81b517511b3386afa28094aeb18a98e5b1705b9a04168872c81ef1dec4bcec7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4579763db20e7def7bdbc133fc4ce9115f5ff10bdb3d94ce08ecddbc5e8b2bd6" end depends_on "node" From 4862ac4bd5b800a81ac78af8b90b735b2f49c8a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:18:24 +0000 Subject: [PATCH 07758/10074] ruff 0.12.0 --- Formula/r/ruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index d920b1417b024..46485c9a6c34e 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -1,8 +1,8 @@ class Ruff < Formula desc "Extremely fast Python linter, written in Rust" homepage "https://docs.astral.sh/ruff/" - url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.13.tar.gz" - sha256 "fa786bc2ae0afe53571ccc7f45df0d901731ae2fa8b1ac3ff33241ada9874a75" + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.12.0.tar.gz" + sha256 "3623e20815ae84254ca5dec780165e89c2f1947c73824167e3a44d41fde74f57" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" From 17bc010c2fa36bc63a76dbee4714e17860351f1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:22:29 +0000 Subject: [PATCH 07759/10074] tox 4.27.0 --- Formula/t/tox.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tox.rb b/Formula/t/tox.rb index ca334efa6cdbd..a2bfe760be635 100644 --- a/Formula/t/tox.rb +++ b/Formula/t/tox.rb @@ -3,8 +3,8 @@ class Tox < Formula desc "Generic Python virtualenv management and test command-line tool" homepage "https://tox.wiki/en/latest/" - url "https://files.pythonhosted.org/packages/fd/3c/dcec0c00321a107f7f697fd00754c5112572ea6dcacb40b16d8c3eea7c37/tox-4.26.0.tar.gz" - sha256 "a83b3b67b0159fa58e44e646505079e35a43317a62d2ae94725e0586266faeca" + url "https://files.pythonhosted.org/packages/a5/b7/19c01717747076f63c54d871ada081cd711a7c9a7572f2225675c3858b94/tox-4.27.0.tar.gz" + sha256 "b97d5ecc0c0d5755bcc5348387fef793e1bfa68eb33746412f4c60881d7f5f57" license "MIT" bottle do @@ -20,8 +20,8 @@ class Tox < Formula depends_on "python@3.13" resource "cachetools" do - url "https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz" - sha256 "1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4" + url "https://files.pythonhosted.org/packages/8a/89/817ad5d0411f136c484d535952aef74af9b25e0d99e90cdffbe121e6d628/cachetools-6.1.0.tar.gz" + sha256 "b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587" end resource "chardet" do @@ -55,8 +55,8 @@ class Tox < Formula end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" end resource "pyproject-api" do From 3818f525f465dc44db3ac98abefc234350f59afe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:23:10 +0000 Subject: [PATCH 07760/10074] ldcli: update 1.15.4 bottle. --- Formula/l/ldcli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/ldcli.rb b/Formula/l/ldcli.rb index 06d9081eab534..99d7b4b99cd7a 100644 --- a/Formula/l/ldcli.rb +++ b/Formula/l/ldcli.rb @@ -7,13 +7,13 @@ class Ldcli < Formula head "https://github.com/launchdarkly/ldcli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "641649c78d79f7ef2d6f7a69eb82eaec1e575002f3c315775101cd0c5ca5714c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a80d80df78551298064a22c647541f5f7dbedfaa31a7a5a7c2b1e329a707af26" - sha256 cellar: :any_skip_relocation, arm64_ventura: "964ac434235946fbc8845ca6149f36155428793747ea115ba840ebb675cf36df" - sha256 cellar: :any_skip_relocation, sonoma: "a38772c1dd6f6af380e43897e396908472881420571b2990ce1d5104501a10bd" - sha256 cellar: :any_skip_relocation, ventura: "5856accf4f9bd7ec17a34d7a5184f8b253e4fc0cd078432046210c80a4326b81" - sha256 cellar: :any_skip_relocation, arm64_linux: "50aff5979423a57fd0a0bbe1d4a84bd0e7347f3cf27ea2d7faad251d9d1bc5ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6f13544ef2d9b4c3bba419aadaacf4df17bb527428c49d15684d8abc3b74aba3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0351985936b82301d9d08222b08ed7baedc58098cfc191c014dc19a6e15e6ec" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "98799713ad34902e0f096c267e0edda51cb5e94046a4a02e80120f366d1e7db9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "47748053f181655bb311b9f49ffe0a94e203a21fc2207034debeb625b1b75946" + sha256 cellar: :any_skip_relocation, sonoma: "3e95c3a5d56d8d35958f366e15693fa54d115f6ce55672af18d710c9e3f87498" + sha256 cellar: :any_skip_relocation, ventura: "75c665d5fe1496407c6377d92bf66f41a19b16eec28b83dfad167d0a46a3aa2c" + sha256 cellar: :any_skip_relocation, arm64_linux: "0fcf2efff9b51c61cbd9f43cb4731bc4efbf52f52c130d97605dde310be01268" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2776c65a1951364719a9644c613ca7e5812633daf1d8bf69756236a462010034" end depends_on "go" => :build From 7d135a0e58220ca5c344c27d704ce93fd55dc7c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:28:04 +0000 Subject: [PATCH 07761/10074] jenkins: update 2.515 bottle. --- Formula/j/jenkins.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/j/jenkins.rb b/Formula/j/jenkins.rb index 5cb19b5a794c0..36652f2fd2c79 100644 --- a/Formula/j/jenkins.rb +++ b/Formula/j/jenkins.rb @@ -11,7 +11,7 @@ class Jenkins < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "d54fa6cd227f0ad87fbbb59cd9f82c9c114bfcce057299e87014684c5e745f10" + sha256 cellar: :any_skip_relocation, all: "e6866c615d6583a0e2b1a3d8873f933ea364482d191802dd558e6946689c5684" end head do From cf2822c9b994c5445fb78bd20729f4087e385d6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:31:59 +0000 Subject: [PATCH 07762/10074] cloudflare-quiche: update 0.24.4 bottle. --- Formula/c/cloudflare-quiche.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-quiche.rb b/Formula/c/cloudflare-quiche.rb index c62300f25a80d..c4f3847eb0b00 100644 --- a/Formula/c/cloudflare-quiche.rb +++ b/Formula/c/cloudflare-quiche.rb @@ -13,13 +13,13 @@ class CloudflareQuiche < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "324c6c5f60ef9e19e18555a94b15d76645b0348e6222c81790b7a8033cf1c122" - sha256 cellar: :any, arm64_sonoma: "ce46532106028067d8aac3979abf679093363c53c2f4ea4eed8a36efad2d556d" - sha256 cellar: :any, arm64_ventura: "b75d581d95be7fec1a274c2d9bc29068a6338d4359e6a5f772500aa99af1706b" - sha256 cellar: :any, sonoma: "e9cfbcf26a86579bc0458d16e97f4349df02698a394bb58f416b3c71e24d8ca7" - sha256 cellar: :any, ventura: "d365dedaf43b07242df7251495cfe241c0cb0b3791be130b26e6cf5c017329d1" - sha256 cellar: :any_skip_relocation, arm64_linux: "0f3d1f486469db34a48a4054b4ae80641737551791990720eddd1e5c891fc1f8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f02d9c5eee232278edf74c2da0c8e828c5693f3aac1bc618d75945822e41d04" + sha256 cellar: :any, arm64_sequoia: "3dd5bd2de1a66a24a952b0826c212e860634d56c92cf6204cff4fa63597c95d9" + sha256 cellar: :any, arm64_sonoma: "9ae12b15acc708f605c4d973275626c6ddf3541eb48233c31d842a6fc6ddfe23" + sha256 cellar: :any, arm64_ventura: "757fa3b626495ae2a535913c1bbaefc558ff5c68c24ff697c8c819f7de802f6a" + sha256 cellar: :any, sonoma: "614250b372f6caf00b8a50b90dc516dc3c6285e1f8b0a360bea6b15a4b9cc6c7" + sha256 cellar: :any, ventura: "f91dac7a21e7c416c4aaa54fcd15b2aa5f5e6ba67029103555ed1aa0ccc1535f" + sha256 cellar: :any_skip_relocation, arm64_linux: "258a1eabf2698186a8926e0ac2704c4adf5e26321336089458da6611673b1272" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3a64a404ebc5398a01cfa9446497e75c71063bf07690a943de8c775e69e75cb" end depends_on "cmake" => :build From c715b94d17ebe418d118c07d3f6ef331cce3c6f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:55:19 +0000 Subject: [PATCH 07763/10074] bkmr 4.24.0 bkmr: update sha Signed-off-by: Rui Chen --- Formula/b/bkmr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bkmr.rb b/Formula/b/bkmr.rb index a8d9b66cc3968..0ce636974c6a1 100644 --- a/Formula/b/bkmr.rb +++ b/Formula/b/bkmr.rb @@ -1,8 +1,8 @@ class Bkmr < Formula desc "Unified CLI Tool for Bookmark, Snippet, and Knowledge Management" homepage "https://github.com/sysid/bkmr" - url "https://github.com/sysid/bkmr/archive/refs/tags/v4.23.8.tar.gz" - sha256 "e4839725fb6daed5dcac178fda745472a74afcf11a6ca2d5b15da11f72a2c00a" + url "https://github.com/sysid/bkmr/archive/refs/tags/v4.24.0.tar.gz" + sha256 "f5819eca0f28c2e26f56cc31e54f5041ada9a9da34e8299aaaf8b033a752b725" license "BSD-3-Clause" head "https://github.com/sysid/bkmr.git", branch: "main" From 70f4974b2087ac69de7e9779f3927d2c2941af1c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:46:44 +0000 Subject: [PATCH 07764/10074] nova: update 3.11.4 bottle. --- Formula/n/nova.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/nova.rb b/Formula/n/nova.rb index b06e962dad890..bd511ab098f19 100644 --- a/Formula/n/nova.rb +++ b/Formula/n/nova.rb @@ -7,12 +7,12 @@ class Nova < Formula head "https://github.com/FairwindsOps/nova.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "19ce1ddbf6213ebb146cd2036bebafdea269c333f6292e36f13a22101c9bd5a1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19ce1ddbf6213ebb146cd2036bebafdea269c333f6292e36f13a22101c9bd5a1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "19ce1ddbf6213ebb146cd2036bebafdea269c333f6292e36f13a22101c9bd5a1" - sha256 cellar: :any_skip_relocation, sonoma: "e4fd80c52ad1b119cb9b7e2482217be94e8967c59bc631220d94b96babaf905d" - sha256 cellar: :any_skip_relocation, ventura: "e4fd80c52ad1b119cb9b7e2482217be94e8967c59bc631220d94b96babaf905d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e1784c91e78d8ec6667bbea4bd7bd46c266cdd3415f8b6703b1d3cdba697e30" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c174a2a5eb9356b05a26436bccfe364e69cb5d72e6595f347431eee8cdb186ca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c174a2a5eb9356b05a26436bccfe364e69cb5d72e6595f347431eee8cdb186ca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c174a2a5eb9356b05a26436bccfe364e69cb5d72e6595f347431eee8cdb186ca" + sha256 cellar: :any_skip_relocation, sonoma: "8a673713f994a9add1153d1a493b723a840267558442009aa947a93c28cc4de6" + sha256 cellar: :any_skip_relocation, ventura: "8a673713f994a9add1153d1a493b723a840267558442009aa947a93c28cc4de6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "331adffe27708f500644c742da1a3b7f6ff119aeaac9e3fe8b298440d098bbd1" end depends_on "go" => :build From c1c3efec76b4a8edc72499113a17d05a530636a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:46:46 +0000 Subject: [PATCH 07765/10074] moon: update 1.37.3 bottle. --- Formula/m/moon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index 8d7af4d67ca61..ec53e2393ae34 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -12,13 +12,13 @@ class Moon < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1896b74923156cebef2c60490405ca4bde8869af0f20faffbb1b4da72a87b654" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca4ddca58808917fd01cf98e45c40206c3910e99698d24cb7864b4dab34a7b9b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5a82642bef14c5a2bd7dac20af2aae87d362c30abf838e53b36458c6dbdf8c14" - sha256 cellar: :any_skip_relocation, sonoma: "16581c39eac0ad8bb32239ae4aea42520cce582a2d798532766fae5f8d11f78b" - sha256 cellar: :any_skip_relocation, ventura: "e794cfbe98f2861386991e7e945089c37fc622efb8359cb9453c7fbe2a117358" - sha256 cellar: :any_skip_relocation, arm64_linux: "39e18a04a3ebde1b4a184f7e4e19ba0489eb452f999cf3fd64e426e90a68e23e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2694cc9cab541db1611914a28b6bafbccced843dd83890795b84762707d710a4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "de334030263b6e4162d0be59b387318650878095c0ca9992c23ae19990df9a9f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9671fba10c5070352d68e75aac8ae9364cbc41709268dd8708ae33b9e0d3f129" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2142272e1b02927cf6ded3729197e59aefe053e050be5545d02cbf8686209d0f" + sha256 cellar: :any_skip_relocation, sonoma: "c8e874862d6a13f48c3bf92fb0db267140b354d9f9bbe4f46cf60428dfd34540" + sha256 cellar: :any_skip_relocation, ventura: "c68df6575d1d2a971b9c52bca356ed7773b43ad44d3d321f02e2bd6efe05f1f3" + sha256 cellar: :any_skip_relocation, arm64_linux: "81fad2c14bb9bc373537e92316298b20a0259f53df7855a68c67dfdd7780a960" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7fb723ce255d1bfc9279e55e424f3b55beb08a0d37ed4d2f136835f0d5fb51dc" end depends_on "pkgconf" => :build From 02ee94650bfcbbe45c880f722e1a7009a2ff1111 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:47:12 +0000 Subject: [PATCH 07766/10074] polaris: update 9.6.4 bottle. --- Formula/p/polaris.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/polaris.rb b/Formula/p/polaris.rb index 5ca33fe3b78ac..0611e65ac82fd 100644 --- a/Formula/p/polaris.rb +++ b/Formula/p/polaris.rb @@ -7,12 +7,12 @@ class Polaris < Formula head "https://github.com/FairwindsOps/polaris.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "91ccfe006b778c8f49eb585f5042ec9164039a229fb559753ec078c6c26fe165" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "91ccfe006b778c8f49eb585f5042ec9164039a229fb559753ec078c6c26fe165" - sha256 cellar: :any_skip_relocation, arm64_ventura: "91ccfe006b778c8f49eb585f5042ec9164039a229fb559753ec078c6c26fe165" - sha256 cellar: :any_skip_relocation, sonoma: "e174637f3fef3c0fd5cc3ca45042f4102f317ea1ee57abca42b41c894e7932db" - sha256 cellar: :any_skip_relocation, ventura: "e174637f3fef3c0fd5cc3ca45042f4102f317ea1ee57abca42b41c894e7932db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f58b895b961f875ee4f2d8db147dc206f00e39fc6586a36e0abdd114b69d0644" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ef434ef6cd56dd69897c9e5590bd70733a70857470aead4e5d75ef7d75af424" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "12a13e874ac79ea28466cc460ccdec0d5fa8591979856a727121c29d3bd11292" + sha256 cellar: :any_skip_relocation, arm64_ventura: "01c6ec3b5a1e06fb4dc08cb37c9716d718ac0c097954b146499c675296164567" + sha256 cellar: :any_skip_relocation, sonoma: "d572ca9715d04611af9a9b350704f10e2ce005c7b7487b0f3d2f5641c568ec07" + sha256 cellar: :any_skip_relocation, ventura: "c46b43399918f99ba929cf8dda7bbb5735ed390d671c3e18939927f53657af4d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "516d84c856928570edde9fe8aabe7d2e4cdc488029e34f41a6b4938da2cf5931" end depends_on "go" => :build From 21a5ea3ff78ea9ac3c63b403467a0452bbfd94f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:47:18 +0000 Subject: [PATCH 07767/10074] pluto: update 5.21.8 bottle. --- Formula/p/pluto.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pluto.rb b/Formula/p/pluto.rb index b492e46740b98..fde9082fc6393 100644 --- a/Formula/p/pluto.rb +++ b/Formula/p/pluto.rb @@ -7,12 +7,12 @@ class Pluto < Formula head "https://github.com/FairwindsOps/pluto.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a14e783faf49fcfbc698477796695044c11b9e1c9f97c1a199c73f4a5b47eb3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a14e783faf49fcfbc698477796695044c11b9e1c9f97c1a199c73f4a5b47eb3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1a14e783faf49fcfbc698477796695044c11b9e1c9f97c1a199c73f4a5b47eb3" - sha256 cellar: :any_skip_relocation, sonoma: "527bbd3c7f504f06e1fe627a9111dfe936f249c0fc8fba5b644b9f2f76176853" - sha256 cellar: :any_skip_relocation, ventura: "527bbd3c7f504f06e1fe627a9111dfe936f249c0fc8fba5b644b9f2f76176853" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9d55ff469acda549be1d1d50d8156ac1925a632406bea21235a61a10a17bd6f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0219da1717c3008f009aeed24ab7e189598a8a401576d9448b1c0a98b456c96d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0219da1717c3008f009aeed24ab7e189598a8a401576d9448b1c0a98b456c96d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0219da1717c3008f009aeed24ab7e189598a8a401576d9448b1c0a98b456c96d" + sha256 cellar: :any_skip_relocation, sonoma: "6ff56427093a1ea4db3842eb7034a5f92c45fbfc62bd760d1c66da3b9326a162" + sha256 cellar: :any_skip_relocation, ventura: "6ff56427093a1ea4db3842eb7034a5f92c45fbfc62bd760d1c66da3b9326a162" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1752fb8b4f04375fc44489f54aafab40517f454b792e4d7d4b0d211c85905830" end depends_on "go" => :build From a09280e9e17f85aca55882dc1f95780c0f6d934d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:47:42 +0000 Subject: [PATCH 07768/10074] orientdb: update 3.2.41 bottle. --- Formula/o/orientdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/orientdb.rb b/Formula/o/orientdb.rb index 2e2b170036be2..766c9e4498b59 100644 --- a/Formula/o/orientdb.rb +++ b/Formula/o/orientdb.rb @@ -15,7 +15,7 @@ class Orientdb < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "a18b2a1dfae62d6abc1aabb867e35f2719578c5882a1c7f15cc005c79b20a18b" + sha256 cellar: :any_skip_relocation, all: "ff18a43e7386c30d38d9519ba0bada5462abbfefada4fad9308ec274c8fb247b" end depends_on "maven" => :build From a8234c4e360b39fd1fcf8a47bd61168b244b8e46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:54:34 +0000 Subject: [PATCH 07769/10074] tox: update 4.27.0 bottle. --- Formula/t/tox.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tox.rb b/Formula/t/tox.rb index a2bfe760be635..bf30f2078e813 100644 --- a/Formula/t/tox.rb +++ b/Formula/t/tox.rb @@ -8,13 +8,13 @@ class Tox < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "745eb097b1ceb6793571f913ae515498928ef5d3387dd842a9559012509c3fe0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "745eb097b1ceb6793571f913ae515498928ef5d3387dd842a9559012509c3fe0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "745eb097b1ceb6793571f913ae515498928ef5d3387dd842a9559012509c3fe0" - sha256 cellar: :any_skip_relocation, sonoma: "2a23254ef16866567119d273b490606682e712724d45b8cca8f54c34507caee2" - sha256 cellar: :any_skip_relocation, ventura: "2a23254ef16866567119d273b490606682e712724d45b8cca8f54c34507caee2" - sha256 cellar: :any_skip_relocation, arm64_linux: "434e5a9bb91fa8bd2a5be477c014aed0c8bbcb805d7a4ae800a8eb1054ecec40" - sha256 cellar: :any_skip_relocation, x86_64_linux: "434e5a9bb91fa8bd2a5be477c014aed0c8bbcb805d7a4ae800a8eb1054ecec40" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c582c303c7450c33fc559ac647544abb3ccdebacd96d64facc4cdb9bbdf2b406" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c582c303c7450c33fc559ac647544abb3ccdebacd96d64facc4cdb9bbdf2b406" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c582c303c7450c33fc559ac647544abb3ccdebacd96d64facc4cdb9bbdf2b406" + sha256 cellar: :any_skip_relocation, sonoma: "bef954906a349211b69b375579552b68602b6478aa7d32aafa91a713a531fc75" + sha256 cellar: :any_skip_relocation, ventura: "bef954906a349211b69b375579552b68602b6478aa7d32aafa91a713a531fc75" + sha256 cellar: :any_skip_relocation, arm64_linux: "4e9ad72692b7de20e73ccdfa2e68adcea0cce54ef8a199b237d1089536a28988" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e9ad72692b7de20e73ccdfa2e68adcea0cce54ef8a199b237d1089536a28988" end depends_on "python@3.13" From 8b8dc6f4be3df82d030ac16fa9912f367489e4f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:55:20 +0000 Subject: [PATCH 07770/10074] rclone: update 1.70.0 bottle. --- Formula/r/rclone.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rclone.rb b/Formula/r/rclone.rb index d7ca69dbfb28f..114830aa6365f 100644 --- a/Formula/r/rclone.rb +++ b/Formula/r/rclone.rb @@ -7,13 +7,13 @@ class Rclone < Formula head "https://github.com/rclone/rclone.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a68f9f61f3d375d71ee51f276d0a22d11902ea1525bf1aaa0cf6a14b2e40876" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "66d574b317412061e35b3f5dbe72d677dc1147c7642a62bca721be6df4d4f8b3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "180411120c0caf156d73481bbd7d73553e30cdf9e6ca611cf49671652ba2d57a" - sha256 cellar: :any_skip_relocation, sonoma: "655b770e1560d1fb67e2c53018425420e25733f40e145c272eeffe0df3d68c3a" - sha256 cellar: :any_skip_relocation, ventura: "2246e2b974c8c6ef03a6509434dc2d47f583403288a5accfc9eb418ffa08047e" - sha256 cellar: :any_skip_relocation, arm64_linux: "c8111eb9652a49b8b70a5f391414264988ab0a00d2f12e1ebf912f3a58b45d5c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "53b4a81d1083edcbac8f53f87017952c76826b09399ea6eb65620a781f11fba1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "98aa2f624411711b0ffca589714e3f3a929d86b0c8ccc2747b329b5ef8c2fd62" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a2238e1ee5ff039cf1ff65ebe5d0f14e72ce482dc4f2fb13ca9e17e77e74157" + sha256 cellar: :any_skip_relocation, arm64_ventura: "309522e3eebc704a7b3e81f143196cb30f99d30f93914f82f4f35acf70cc23bf" + sha256 cellar: :any_skip_relocation, sonoma: "7fd9b9e1230724f44a212b0486e7c007d59004935f382165ee3cb0628e530274" + sha256 cellar: :any_skip_relocation, ventura: "937e8a685bd7f7409c0de13e5ab0650aecf61544d55d6ec8d3d4faa96fdaf011" + sha256 cellar: :any_skip_relocation, arm64_linux: "d4219450b419be05d2ac998a421d070049f93976adce88b0d509b8ee575c3243" + sha256 cellar: :any_skip_relocation, x86_64_linux: "64f02ecfc7355fd5bca2ab45f86c94ee5bf6e684a0db50a7eadf243836af40a4" end depends_on "go" => :build From 5fda63504ba7595f1280f8f1e39d9d8ead9e1154 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:59:57 +0000 Subject: [PATCH 07771/10074] ruff: update 0.12.0 bottle. --- Formula/r/ruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 46485c9a6c34e..0d98d99ea4bc2 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -7,13 +7,13 @@ class Ruff < Formula head "https://github.com/astral-sh/ruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "af245fa75e719e275d2ca4a45c41dc58124f94ece31a1b25cff7257657fd7cd3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e7f18aaef056804bb5e9790d23bb76e0ee73edb9edafc78f51e18ddf16df60c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e6d96b9a1fc71b8dc5c95434282e615bdc05d2ac513a0a842dc6a5167ee559fe" - sha256 cellar: :any_skip_relocation, sonoma: "1c174024f7332cf192eefdff2655db5a3d32084056d41e278c5214c6895fecf0" - sha256 cellar: :any_skip_relocation, ventura: "0f26592b863061bc2b3b157886b2203af6c5bbfaa22e16052432a06e7a5c9d43" - sha256 cellar: :any_skip_relocation, arm64_linux: "06ff09e3c21f676c39a8919945cbdc6c142668cee1c8693f736956824ac37942" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1fc80a76b6dac0e1825c3cc80a0efcef8685424508d4f1320ff087343afd500" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bda9e5f6e68238e97348dd69b56c59145251a5fc2483c48df2b2406ecde0b86f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ec07023e29e2ac5ea4b42559e406bc19da72b551226ec578d458e1020aac0a1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "918a3f4967cbee8caa4021093c1158419660b7287d09b6ed8426ad1e843c8b65" + sha256 cellar: :any_skip_relocation, sonoma: "51014ada68d287b6ba248c62c97c90aa6f034a7e4db3b69fe1b439f257012376" + sha256 cellar: :any_skip_relocation, ventura: "654226347993d68254afb986e25c4f35efaccc93151f9123065a5e9bd3dc047a" + sha256 cellar: :any_skip_relocation, arm64_linux: "0271a32975f213335bed1c469211ca614baba175246cde8903dfb54ac8a21b78" + sha256 cellar: :any_skip_relocation, x86_64_linux: "71c14855ac198041da05b3181305c859310da62f2522b13dcc47c0d13512321c" end depends_on "rust" => :build From 94963e939a6c32fd208cfb6630157f5dec49db79 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:06:17 +0000 Subject: [PATCH 07772/10074] postgrest: update 13.0.3 bottle. --- Formula/p/postgrest.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/postgrest.rb b/Formula/p/postgrest.rb index 48acda1750754..593a5dee8132d 100644 --- a/Formula/p/postgrest.rb +++ b/Formula/p/postgrest.rb @@ -12,13 +12,13 @@ class Postgrest < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "975cf3a08b5a8f9caa0c24f07b706c8fba9c025fc7a1c4d175a4d7f5e2398e86" - sha256 cellar: :any, arm64_sonoma: "340ffde4dfa0ed3ebbbc7e4fcac61393e4a3611255360164424cef02b2db92c9" - sha256 cellar: :any, arm64_ventura: "548caeaf6342837395e2ab9679e2daed9df24072b94ce0e6302364bc57867341" - sha256 cellar: :any, sonoma: "761882ae17ce2e855cbe8705c27d44bb60469ea6e121915a8af49b6125884259" - sha256 cellar: :any, ventura: "fba7253f8b22c4dabb49a55ec27b5b81bc234644946aaa8ebe5b652264a5ca4d" - sha256 cellar: :any_skip_relocation, arm64_linux: "d847b8c675bb98aed0165dccb4b7aa41f6584505996d76e914126c3908d24685" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0e5ab7fe33de3898e34933f774345042c692c33e076cdb27e9b68ae9806fc525" + sha256 cellar: :any, arm64_sequoia: "fc2a0b6dca743a6a4b39febc84f68133693695ea3d12eaa2adfa8621dca8a50e" + sha256 cellar: :any, arm64_sonoma: "73ac5b047d3503edd2a3012df5d57bba34cca9bb431b0a1527934dba9cf7bd7a" + sha256 cellar: :any, arm64_ventura: "d37d2462a21de51469885d4a510c5baf7dc78c0b3d903e05aabe5acdf07d49dd" + sha256 cellar: :any, sonoma: "4247a500b08e6818ea61aa1d151e7afc6d0cac7b33b42d7ed5d158a5faa273d2" + sha256 cellar: :any, ventura: "2ab33929d12c77349f131f3876a338e7cae1efb64da9c692810479234d40a14d" + sha256 cellar: :any_skip_relocation, arm64_linux: "58bda9b0ebc3730c38e04c5d37aa42f0e71cd332a456433501fe29189e82c64f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ae64dd8a9ffb399e49846e20df031d3eb90cd845961d542e882a7b2a7b14eb2" end depends_on "cabal-install" => :build From 46f8a4140e0799f1be9b6aea26a34e956b4b0fe2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 17 Jun 2025 18:48:52 +0000 Subject: [PATCH 07773/10074] bkmr: update 4.24.0 bottle. --- Formula/b/bkmr.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bkmr.rb b/Formula/b/bkmr.rb index 0ce636974c6a1..8a30380f921c9 100644 --- a/Formula/b/bkmr.rb +++ b/Formula/b/bkmr.rb @@ -7,13 +7,13 @@ class Bkmr < Formula head "https://github.com/sysid/bkmr.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a464f0b2e3615a4c2308fc6dab1992e787b798bc5ce2615a00ba9c61db54d39" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bd992e0ca47a209537db27edc10d195f0fa2e924bf0b5703ce1786cba700375" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f8f19349204e6790176ec28bfdad2ba1d2ed7013d05f746798dd8de29c4c0f77" - sha256 cellar: :any_skip_relocation, sonoma: "0f16d46b4f6db594c9b02407474e17b0b3004fd0e924dd6edae75c5f9a2b7dd2" - sha256 cellar: :any_skip_relocation, ventura: "f732549eabc46ce84d6f9c69e8c46902506105ddff7ad13a65f49088d61aa190" - sha256 cellar: :any_skip_relocation, arm64_linux: "34b92a2b29d33be35d6a55dfc88c151919309d60f3bba4f173bcea6051508020" - sha256 cellar: :any_skip_relocation, x86_64_linux: "71f7292c127c1da61348d5bf382c5c35750692b7f6265fcc64d3fcad20d9b5ed" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b23deb3faf99a17e8a7fb332320aec7f4c5c04ba79ca904756ebfd6f2f2114a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4860f7cbbd0c7117def65a35de00301c5dcc8795a92a42e0ac426a73a493bab" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7cbf27854a7d42e92669144c642612ac338ed58ac8f432296ddd2330bece2117" + sha256 cellar: :any_skip_relocation, sonoma: "647fae8678ea598b5c931d4a582d12e9612cdf6d0501121b3b6e7028db21eedc" + sha256 cellar: :any_skip_relocation, ventura: "3d46cb792f62c1276ebab3d1c28e57d73c31ddc3b4c41f941e44f2a99c2a15dc" + sha256 cellar: :any_skip_relocation, arm64_linux: "3bc99e5e4d2b5e10c18cc79596fd299f335946361d3feb00387402f5fed39ba3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b9d81a5340c9ed1a001aac24715c6d7a6addbfe20dc5c3eb5ba8890dee80f58" end depends_on "rust" => :build From 0a56201c193fa7b260132d21b20928ae39ea3206 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 17 Jun 2025 15:08:28 -0400 Subject: [PATCH 07774/10074] gwyddion: add autoconf 2.72 compatibility Signed-off-by: Rui Chen --- Formula/g/gwyddion.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Formula/g/gwyddion.rb b/Formula/g/gwyddion.rb index 7d73acdd0e4e5..5df4d402c759d 100644 --- a/Formula/g/gwyddion.rb +++ b/Formula/g/gwyddion.rb @@ -47,6 +47,9 @@ class Gwyddion < Formula depends_on "harfbuzz" end + # Fix Autoconf ≥2.72 compatibility by explicitly declaring gettext version. + patch :DATA + def install system "autoreconf", "--force", "--install", "--verbose" if OS.mac? system "./configure", "--disable-desktop-file-update", @@ -74,3 +77,17 @@ def install system "./test" end end + +__END__ +diff --git a/configure.ac b/configure.ac +index b1f75d4..8a0895c 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -883,6 +883,7 @@ AC_CHECK_FUNCS([sincos log2 exp2 lgamma tgamma j0 j1 y0 y1 log1p expm1 memrchr m + ############################################################################# + # I18n + GETTEXT_PACKAGE=$PACKAGE_TARNAME ++AM_GNU_GETTEXT_VERSION([0.19]) + AM_GNU_GETTEXT([external]) + AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name]) + AC_SUBST(GETTEXT_PACKAGE) From 7a193222ae7282d2764a58ea39148cae357c3c87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 19:20:53 +0000 Subject: [PATCH 07775/10074] adwaita-icon-theme: update 48.1 bottle. --- Formula/a/adwaita-icon-theme.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/adwaita-icon-theme.rb b/Formula/a/adwaita-icon-theme.rb index 06211a203434e..8e3bc3446282f 100644 --- a/Formula/a/adwaita-icon-theme.rb +++ b/Formula/a/adwaita-icon-theme.rb @@ -6,7 +6,7 @@ class AdwaitaIconTheme < Formula license any_of: ["LGPL-3.0-or-later", "CC-BY-SA-3.0"] bottle do - sha256 cellar: :any_skip_relocation, all: "e14b79a34a4434fee1b94788985410ede2fd9f93b00a7c62a800fde4dfb6b39a" + sha256 cellar: :any_skip_relocation, all: "7d9961f48a4e6835669a7db31a98635573176c50401a1ca4038d78cba2142725" end depends_on "gtk4" => :build # for gtk4-update-icon-cache From 759b70e8a93e846a3668ec92fc4c3aa8eb451bed Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:07:32 -0500 Subject: [PATCH 07776/10074] mesheryctl 0.8.104 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index da1ee4a489092..8bc3beeedb129 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.103", - revision: "89829e9edc6cc4275aaa444240f6f593917abd36" + tag: "v0.8.104", + revision: "388e23a1d98b076b8943b67ce6b4cafe12cc5558" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 0807b31fc4cf2598aeb0aac29c7fbf275e26eec8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 21:43:41 +0000 Subject: [PATCH 07777/10074] mesheryctl: update 0.8.104 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 8bc3beeedb129..739529212b3ed 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b56ac745540b246bbe87b728299bc29827a228031a3505f5bcfb57a208151212" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b56ac745540b246bbe87b728299bc29827a228031a3505f5bcfb57a208151212" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b56ac745540b246bbe87b728299bc29827a228031a3505f5bcfb57a208151212" - sha256 cellar: :any_skip_relocation, sonoma: "ce857abd833b0db8a3eff0117d472bbe17337147c7916a122b18801065c1fcc1" - sha256 cellar: :any_skip_relocation, ventura: "ce857abd833b0db8a3eff0117d472bbe17337147c7916a122b18801065c1fcc1" - sha256 cellar: :any_skip_relocation, arm64_linux: "51f0884a54f291ae574fcb7ad44c3c20aa08188f0a7122a273c8110e71d56c54" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2371482b06686902148246ea36fa4edb3813ee429f46948b991917248d125b95" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "899a17468b1b009285d261ae4f5bc681dd112c206ae0f565270a6662b556324e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "899a17468b1b009285d261ae4f5bc681dd112c206ae0f565270a6662b556324e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "899a17468b1b009285d261ae4f5bc681dd112c206ae0f565270a6662b556324e" + sha256 cellar: :any_skip_relocation, sonoma: "c4be49943bd4f41aba14a545c144051cf3b289a806b6682f197edf6a48f5b765" + sha256 cellar: :any_skip_relocation, ventura: "c4be49943bd4f41aba14a545c144051cf3b289a806b6682f197edf6a48f5b765" + sha256 cellar: :any_skip_relocation, arm64_linux: "faf5662b415f617ab9db8be2d42863d0151511877eb8d3c670a00d9bd24fb2a1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dff5e25755e676bfc61efeed41cce873a6738781f7345bfd28bb08f75635abb2" end depends_on "go" => :build From 37ed3181eb5ae5b07c6e296139a69b8d8b8c8704 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:51:01 +0000 Subject: [PATCH 07778/10074] ansible-lint 25.6.0 --- Formula/a/ansible-lint.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/a/ansible-lint.rb b/Formula/a/ansible-lint.rb index 87700d41466ad..09e22c47ef217 100644 --- a/Formula/a/ansible-lint.rb +++ b/Formula/a/ansible-lint.rb @@ -3,8 +3,8 @@ class AnsibleLint < Formula desc "Checks ansible playbooks for practices and behaviour" homepage "https://ansible-lint.readthedocs.io/" - url "https://files.pythonhosted.org/packages/b8/11/3644b4821c0b6ea3d09ec2860b2896d6324ee90cffe0440d6e4f98c62917/ansible_lint-25.5.0.tar.gz" - sha256 "4182520f233eef4248bc4cf4b6074e25cdaf5be21cf9be944aabc85df5407e9c" + url "https://files.pythonhosted.org/packages/6e/8b/0832dda85d1a156a110a3ed1935381d88b4e3d50f80a569774e35c587f15/ansible_lint-25.6.0.tar.gz" + sha256 "7040afaa315ff3e035980d67653fda36d9a274e8c633ac3056908e5cdc10772e" license all_of: ["MIT", "GPL-3.0-or-later"] bottle do @@ -70,8 +70,8 @@ class AnsibleLint < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -125,8 +125,8 @@ class AnsibleLint < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/9d/8f/dfbab2d5ec83da0605ab935fb43ffa8ab5828455e2c910b7314fdd18e0b8/ruamel.yaml-0.18.11.tar.gz" - sha256 "b586a3416676566ed45bf679a0909719f7ea7b58c03a9b6e03f905a1e2cd5076" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" end resource "ruamel-yaml-clib" do @@ -150,8 +150,8 @@ class AnsibleLint < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From 20831b51a1e832df213982bd6ed1fe730e256356 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:52:09 +0000 Subject: [PATCH 07779/10074] awscli 2.27.37 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 58a75962a1233..9ac3e3df70a1f 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.36.tar.gz" - sha256 "9b775a95fcc5ee8a6a8127210b50d5090f1959e90fd9634edd8235bd0c1ac0d6" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.37.tar.gz" + sha256 "b8540d81770dead851f1d7b056f0680c57cc86c00d1490fe332de9be9fa9ea3b" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 2e4938ad42a60c1b89e38f575175ff7e3150f4ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:53:20 +0000 Subject: [PATCH 07780/10074] bruno-cli 2.6.0 --- Formula/b/bruno-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bruno-cli.rb b/Formula/b/bruno-cli.rb index 838e72f7efb05..4b65fca2f121e 100644 --- a/Formula/b/bruno-cli.rb +++ b/Formula/b/bruno-cli.rb @@ -1,8 +1,8 @@ class BrunoCli < Formula desc "CLI of the open-source IDE For exploring and testing APIs" homepage "https://www.usebruno.com/" - url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.5.0.tgz" - sha256 "4f07cd0075c389a9f082d0c9ada79d2dd27cf89f41d8f21a25fa363ae9ba4807" + url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.6.0.tgz" + sha256 "6f90040703de5c9d0e9cdf99ea9231350fed1a48b41e4d6d35a8dca0bd6ab109" license "MIT" bottle do From 43e15a96755c1723ca16f8fbd3d64c3d058c2261 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:53:29 +0000 Subject: [PATCH 07781/10074] buf 1.55.1 --- Formula/b/buf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/buf.rb b/Formula/b/buf.rb index 989ca4cf5850e..52158cda96e1f 100644 --- a/Formula/b/buf.rb +++ b/Formula/b/buf.rb @@ -1,8 +1,8 @@ class Buf < Formula desc "New way of working with Protocol Buffers" homepage "https://github.com/bufbuild/buf" - url "https://github.com/bufbuild/buf/archive/refs/tags/v1.55.0.tar.gz" - sha256 "3b6c7ca5efb42a20f89a52df48c40804e718b8b9c298de4fc45bf7a5a0d6ffe8" + url "https://github.com/bufbuild/buf/archive/refs/tags/v1.55.1.tar.gz" + sha256 "01663475792aa851d4b3af16be9ec19d808cead673f986902343beed1a0063dd" license "Apache-2.0" head "https://github.com/bufbuild/buf.git", branch: "main" From 5640733b68e50658fc18861e6d48c1b013cb9e33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:53:50 +0000 Subject: [PATCH 07782/10074] cadence 1.6.2 --- Formula/c/cadence.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index 9d375bc044510..a74ba34766ece 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -1,8 +1,8 @@ class Cadence < Formula desc "Resource-oriented smart contract programming language" homepage "https://cadence-lang.org/" - url "https://github.com/onflow/cadence/archive/refs/tags/v1.6.0.tar.gz" - sha256 "3768c6fa9547b644ccefa584b976ac59f5674988abf0256a26ea9536a8dec1b3" + url "https://github.com/onflow/cadence/archive/refs/tags/v1.6.2.tar.gz" + sha256 "2e59b54bc4d9b09c643f50a2e03afc1eae558d2f1bfbc116458d7916cc38271f" license "Apache-2.0" head "https://github.com/onflow/cadence.git", branch: "master" From 4142998e510372a5b5f0c7cc3e106db242f6d5b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:55:37 +0000 Subject: [PATCH 07783/10074] clusterctl 1.10.3 --- Formula/c/clusterctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/clusterctl.rb b/Formula/c/clusterctl.rb index faf73807cb0da..6de6645fa3d3d 100644 --- a/Formula/c/clusterctl.rb +++ b/Formula/c/clusterctl.rb @@ -1,8 +1,8 @@ class Clusterctl < Formula desc "Home for the Cluster Management API work, a subproject of sig-cluster-lifecycle" homepage "https://cluster-api.sigs.k8s.io" - url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.10.2.tar.gz" - sha256 "9006295223336d73b28b24a31f8c8210dcf3aba05dc2b57dcfbb6c71b0e03e7a" + url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.10.3.tar.gz" + sha256 "d93fcf18606addfdd93722b197138c992022180183d5420007a4c7e5d0ccc17d" license "Apache-2.0" head "https://github.com/kubernetes-sigs/cluster-api.git", branch: "main" From 5db32b7ddf5ec0b56e3dbca72e5be67107bff339 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:56:16 +0000 Subject: [PATCH 07784/10074] cosign 2.5.2 --- Formula/c/cosign.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cosign.rb b/Formula/c/cosign.rb index 2135e455a7344..0218b13870373 100644 --- a/Formula/c/cosign.rb +++ b/Formula/c/cosign.rb @@ -2,8 +2,8 @@ class Cosign < Formula desc "Container Signing" homepage "https://github.com/sigstore/cosign" url "https://github.com/sigstore/cosign.git", - tag: "v2.5.1", - revision: "a7345fb2ce17b52b5bc687970fa31ff85bc2f7ca" + tag: "v2.5.2", + revision: "af5a988bb15a03919ccaac7a2ddcad7a9d006f38" license "Apache-2.0" head "https://github.com/sigstore/cosign.git", branch: "main" From eb28f81c1ded10a18efc27c66b72d4d4c6780ba0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:57:47 +0000 Subject: [PATCH 07785/10074] docker-buildx 0.25.0 --- Formula/d/docker-buildx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-buildx.rb b/Formula/d/docker-buildx.rb index fb5664d96608d..51ba8f21b18f6 100644 --- a/Formula/d/docker-buildx.rb +++ b/Formula/d/docker-buildx.rb @@ -1,8 +1,8 @@ class DockerBuildx < Formula desc "Docker CLI plugin for extended build capabilities with BuildKit" homepage "https://docs.docker.com/buildx/working-with-buildx/" - url "https://github.com/docker/buildx/archive/refs/tags/v0.24.0.tar.gz" - sha256 "c20f30462818a4e9224ac8dbd639ff9da323ecf40f296095e5a693296ad4b765" + url "https://github.com/docker/buildx/archive/refs/tags/v0.25.0.tar.gz" + sha256 "e5a7573a5995c0f12c86d35a8148b2a10a6f1b11d1cf8c6977bf03ac281e6959" license "Apache-2.0" head "https://github.com/docker/buildx.git", branch: "master" From 10dea939b5499b1acff72d7f4a4d241cce3c57e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:58:43 +0000 Subject: [PATCH 07786/10074] enchant 2.8.9 --- Formula/e/enchant.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/enchant.rb b/Formula/e/enchant.rb index f9d4c64da2303..652ac3fe20562 100644 --- a/Formula/e/enchant.rb +++ b/Formula/e/enchant.rb @@ -1,8 +1,8 @@ class Enchant < Formula desc "Spellchecker wrapping library" homepage "https://rrthomas.github.io/enchant/" - url "https://github.com/rrthomas/enchant/releases/download/v2.8.6/enchant-2.8.6.tar.gz" - sha256 "c4cd0889d8aff8248fc3913de5a83907013962f0e1895030a3836468cd40af5b" + url "https://github.com/rrthomas/enchant/releases/download/v2.8.9/enchant-2.8.9.tar.gz" + sha256 "a1ea39b3f7dcd4a4149fd8c406183339eaad717bdb0ed1b4b274bc282cca0e62" license "LGPL-2.1-or-later" bottle do From 2db43f0265f5ffba64e20438e9db5ab8067a6b6a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:59:45 +0000 Subject: [PATCH 07787/10074] fern-api 0.64.11 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 5116a3b055cba..371a096e7542e 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.10.tgz" - sha256 "18b887650e031f757b86ca909873c0dca7ea36147dbe1c6870d924b743312d58" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.11.tgz" + sha256 "ae1edfe1a6afc02b281e684950075034d49588f6274b52127909bd6301a81a5e" license "Apache-2.0" bottle do From e26e8dfe675c3fee3d48f45b388c83ce1c270bde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:59:55 +0000 Subject: [PATCH 07788/10074] fetchmail 6.5.4 --- Formula/f/fetchmail.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fetchmail.rb b/Formula/f/fetchmail.rb index d70cefa373c7f..393a60052df9d 100644 --- a/Formula/f/fetchmail.rb +++ b/Formula/f/fetchmail.rb @@ -1,8 +1,8 @@ class Fetchmail < Formula desc "Client for fetching mail from POP, IMAP, ETRN or ODMR-capable servers" homepage "https://www.fetchmail.info/" - url "https://downloads.sourceforge.net/project/fetchmail/branch_6.5/fetchmail-6.5.3.tar.xz" - sha256 "d74e893b78ef29ebef375ab7e726d2977140f8f1208f5905569395cbdae4c23d" + url "https://downloads.sourceforge.net/project/fetchmail/branch_6.5/fetchmail-6.5.4.tar.xz" + sha256 "c859156e9bff841d4d984cb3fdcb8042b6b31789fc3387c2649baa95a88d698b" license all_of: [ "LGPL-2.1-or-later", "ISC", From 9d07b15e51e0a4c4a65ffbccf942189043b4e32f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:00:27 +0000 Subject: [PATCH 07789/10074] flyctl 0.3.144 --- Formula/f/flyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index affa4d97beecd..fc014cf439df8 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -2,8 +2,8 @@ class Flyctl < Formula desc "Command-line tools for fly.io services" homepage "https://fly.io" url "https://github.com/superfly/flyctl.git", - tag: "v0.3.143", - revision: "769a56bfc4d9ee1c8b34e184ec5be1d39f891f4d" + tag: "v0.3.144", + revision: "42cbb921deda9c446c6f7ea007a5f284c13afb8b" license "Apache-2.0" head "https://github.com/superfly/flyctl.git", branch: "master" From aa7214baa3a13c6117f68417e8574326ac463eb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:01:03 +0000 Subject: [PATCH 07790/10074] gator 3.19.2 --- Formula/g/gator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gator.rb b/Formula/g/gator.rb index b620594c75a42..f25030d85c4ba 100644 --- a/Formula/g/gator.rb +++ b/Formula/g/gator.rb @@ -1,8 +1,8 @@ class Gator < Formula desc "CLI Utility for Open Policy Agent Gatekeeper" homepage "https://open-policy-agent.github.io/gatekeeper/" - url "https://github.com/open-policy-agent/gatekeeper/archive/refs/tags/v3.19.1.tar.gz" - sha256 "1ddf7f701185b53ee84601303eb6e845874986d623c21012963fc886b8452947" + url "https://github.com/open-policy-agent/gatekeeper/archive/refs/tags/v3.19.2.tar.gz" + sha256 "fc08aeb80fc5776c9e49666fe87bad89187ec9ac990bcafedc1adec6beb647e6" license "Apache-2.0" head "https://github.com/open-policy-agent/gatekeeper.git", branch: "master" From a13ff729bfa4eab2b4570902c5064adaeee0560f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:01:36 +0000 Subject: [PATCH 07791/10074] git-quick-stats 2.6.2 --- Formula/g/git-quick-stats.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-quick-stats.rb b/Formula/g/git-quick-stats.rb index d75218cf50478..c061db8d1f42e 100644 --- a/Formula/g/git-quick-stats.rb +++ b/Formula/g/git-quick-stats.rb @@ -1,8 +1,8 @@ class GitQuickStats < Formula desc "Simple and efficient way to access statistics in git" homepage "https://git-quick-stats.sh/" - url "https://github.com/arzzen/git-quick-stats/archive/refs/tags/2.6.1.tar.gz" - sha256 "75a8ea93359f1655ab9a8230309216d31de87c3eae77d600873f22d97e2f24ea" + url "https://github.com/arzzen/git-quick-stats/archive/refs/tags/2.6.2.tar.gz" + sha256 "00d3989241de7efec1f5bcc4459467548e33f5c4a582b0e35c16ec14fb636bda" license "MIT" bottle do From 0f8c9202cf8df27b40ecdf894d0b85bccc16d21b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:02:43 +0000 Subject: [PATCH 07792/10074] grafana 12.0.2 --- Formula/g/grafana.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grafana.rb b/Formula/g/grafana.rb index 3d8c292d426a2..5a5954466f54f 100644 --- a/Formula/g/grafana.rb +++ b/Formula/g/grafana.rb @@ -1,8 +1,8 @@ class Grafana < Formula desc "Gorgeous metric visualizations and dashboards for timeseries databases" homepage "https://grafana.com" - url "https://github.com/grafana/grafana/archive/refs/tags/v12.0.1.tar.gz" - sha256 "50d6d65c2538c7533cb09722cf721a79769ac1c9bda03e951db614aaba5395d8" + url "https://github.com/grafana/grafana/archive/refs/tags/v12.0.2.tar.gz" + sha256 "8524498289e7d1900626ea7c0763fd923cf7bd1effa48cda476e63b299acfe2d" license "AGPL-3.0-only" head "https://github.com/grafana/grafana.git", branch: "main" From a843d7f7a666f563ca708f19afa09f355b8c0ad1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:03:20 +0000 Subject: [PATCH 07793/10074] h3 4.3.0 --- Formula/h/h3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/h3.rb b/Formula/h/h3.rb index c0ffd6949a184..ca90e706b684f 100644 --- a/Formula/h/h3.rb +++ b/Formula/h/h3.rb @@ -1,8 +1,8 @@ class H3 < Formula desc "Hexagonal hierarchical geospatial indexing system" homepage "https://uber.github.io/h3/" - url "https://github.com/uber/h3/archive/refs/tags/v4.2.1.tar.gz" - sha256 "1b51822b43f3887767c5a5aafd958fca72b72fc454f3b3f6eeea31757d74687d" + url "https://github.com/uber/h3/archive/refs/tags/v4.3.0.tar.gz" + sha256 "a47cfa36e255e4bf16c63015aaff8e6fe2afc14ffaa3f6b281718158446c0e9b" license "Apache-2.0" bottle do From 277bb65c18c125089cab96a64b8ce7a9c2b6f8f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:50:46 +0000 Subject: [PATCH 07794/10074] ansible 11.7.0 Signed-off-by: Rui Chen --- Formula/a/ansible.rb | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/Formula/a/ansible.rb b/Formula/a/ansible.rb index 99fa2a6668294..83e0de232f310 100644 --- a/Formula/a/ansible.rb +++ b/Formula/a/ansible.rb @@ -3,10 +3,9 @@ class Ansible < Formula desc "Automate deployment, configuration, and upgrading" homepage "https://www.ansible.com/" - url "https://files.pythonhosted.org/packages/a6/6f/b491cd89e0393810b67598098ccb6a204d6a9202c9733a541568f69f6dea/ansible-11.6.0.tar.gz" - sha256 "934a948caa3ec1a3eb277e7ab1638b808b074a6e0c46045794cde7b637e275d8" + url "https://files.pythonhosted.org/packages/83/31/1fe54cfce344fff6ef17933705c2a5ecf2af29301e8d1af13dd1b3f14e3f/ansible-11.7.0.tar.gz" + sha256 "f9df37c71d407f65bcb9c5c06c9918e297d9ea74b5cdaf5926c4c9aa9e44db5f" license "GPL-3.0-or-later" - revision 1 head "https://github.com/ansible/ansible.git", branch: "devel" bottle do @@ -73,13 +72,13 @@ class Ansible < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/98/a1/f2b68cba5d1907e004f4d88a028eda35a4f619c1e81d764e5cf58491eb46/boto3-1.38.38.tar.gz" + sha256 "0fe6b7d1974851588ec1edd39c66d9525d539133e02c7f985f9ebec5e222c0db" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/22/f5/d05258ac4ae68769a956779192bfbd322e571ef9fc17a27f02d35c026b4b/botocore-1.38.38.tar.gz" + sha256 "acf9ae5b2d99c1f416f94fa5b4f8c044ecb76ffcb7fb1b1daec583f36892a8e2" end resource "cachetools" do @@ -188,8 +187,8 @@ class Ansible < Formula end resource "keystoneauth1" do - url "https://files.pythonhosted.org/packages/d3/b1/21e3b5091920d22a93c382ecc8aa30a129aeb69e7e5976b09c276c2259a4/keystoneauth1-5.11.0.tar.gz" - sha256 "9af6a165fa0747ed739ffc34b115ea0d7cfc5630ee12948af94f03ed0f9c8934" + url "https://files.pythonhosted.org/packages/8f/ba/faa527d4db6ce2d2840c2a04d26152fa9fa47808299ebd23ff8e716503c8/keystoneauth1-5.11.1.tar.gz" + sha256 "806f12c49b7f4b2cad3f5a460f7bdd81e4247c81b6042596a7fea8575f6591f3" end resource "kubernetes" do @@ -208,8 +207,8 @@ class Ansible < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "ncclient" do From ce09897e02d50b72b52bf7ef08b92b7cc420e993 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:07:50 +0000 Subject: [PATCH 07795/10074] luarocks 3.12.1 --- Formula/l/luarocks.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/luarocks.rb b/Formula/l/luarocks.rb index 0d74060b723bf..5b0e0c2232c00 100644 --- a/Formula/l/luarocks.rb +++ b/Formula/l/luarocks.rb @@ -1,8 +1,8 @@ class Luarocks < Formula desc "Package manager for the Lua programming language" homepage "https://luarocks.org/" - url "https://luarocks.org/releases/luarocks-3.12.0.tar.gz" - sha256 "3d4c8acddf9b975e77da68cbf748d5baf483d0b6e9d703a844882db25dd61cdf" + url "https://luarocks.org/releases/luarocks-3.12.1.tar.gz" + sha256 "f56b85a2a7a481f0321845807b79a05237860b04e4a9d186da632770029b3290" license "MIT" head "https://github.com/luarocks/luarocks.git", branch: "master" From e813454178d5e253c43e99c2a07d9da91ca210da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:09:01 +0000 Subject: [PATCH 07796/10074] cadence: update 1.6.2 bottle. --- Formula/c/cadence.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index a74ba34766ece..7aaf19aa8e2d1 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -15,12 +15,12 @@ class Cadence < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e2a846f337a82f3fbf3822a0950945c7c7c444c82019f263f60df0442be9dd6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e2a846f337a82f3fbf3822a0950945c7c7c444c82019f263f60df0442be9dd6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1e2a846f337a82f3fbf3822a0950945c7c7c444c82019f263f60df0442be9dd6" - sha256 cellar: :any_skip_relocation, sonoma: "7817539f10107ea044ee4662609224b300b5928805ec6b21f289c179a3185e16" - sha256 cellar: :any_skip_relocation, ventura: "7817539f10107ea044ee4662609224b300b5928805ec6b21f289c179a3185e16" - sha256 cellar: :any_skip_relocation, x86_64_linux: "acc6402072cbc6b163606e02d6ebb4c5f535285dfa59d2b3c22699230be7f47b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7400ca3355d5bcf3952c4d68648c77fbe210b565ae95ca353eb555366caf93dc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7400ca3355d5bcf3952c4d68648c77fbe210b565ae95ca353eb555366caf93dc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7400ca3355d5bcf3952c4d68648c77fbe210b565ae95ca353eb555366caf93dc" + sha256 cellar: :any_skip_relocation, sonoma: "477690c717cf43fc4cc33976ceeabc2591f1e2ba425505e457b90198fe76682b" + sha256 cellar: :any_skip_relocation, ventura: "477690c717cf43fc4cc33976ceeabc2591f1e2ba425505e457b90198fe76682b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c28d3d7949884424c81e05e67ba645e8cc971442304238c49156da68a4503ac1" end depends_on "go" => :build From 1a4e5320ee1b3e7291f528456dc81a49920615c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:09:18 +0000 Subject: [PATCH 07797/10074] buf: update 1.55.1 bottle. --- Formula/b/buf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/buf.rb b/Formula/b/buf.rb index 52158cda96e1f..bfaa98749e653 100644 --- a/Formula/b/buf.rb +++ b/Formula/b/buf.rb @@ -15,12 +15,12 @@ class Buf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c024e92a2cf84a339f2f4c5e161f3d4fedab26549e5727b0018646dbd4aa726" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c024e92a2cf84a339f2f4c5e161f3d4fedab26549e5727b0018646dbd4aa726" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8c024e92a2cf84a339f2f4c5e161f3d4fedab26549e5727b0018646dbd4aa726" - sha256 cellar: :any_skip_relocation, sonoma: "4cd6288aa8ca3f0a5863e011b3bf52cec591c2a391278afaa8ca811e2c8a3abe" - sha256 cellar: :any_skip_relocation, ventura: "4cd6288aa8ca3f0a5863e011b3bf52cec591c2a391278afaa8ca811e2c8a3abe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "06ab56c497fad4378cb894af4652167aba6cf898a7720d76cfa729a81c0a2f17" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cfcd086027d3349dcb8c45a5607b96177819198350a9220dbeea17f8cc765970" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfcd086027d3349dcb8c45a5607b96177819198350a9220dbeea17f8cc765970" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cfcd086027d3349dcb8c45a5607b96177819198350a9220dbeea17f8cc765970" + sha256 cellar: :any_skip_relocation, sonoma: "f5d6667f0ce744b3552ae5769cd9712ffc7d6e89de933ca216640bbc062eadc8" + sha256 cellar: :any_skip_relocation, ventura: "f5d6667f0ce744b3552ae5769cd9712ffc7d6e89de933ca216640bbc062eadc8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d40e54172bf8d7ec2b690bf3eb726911277ea2c1e605a4d5f1133cd0f83e13f" end depends_on "go" => :build From 1bda9058e3b8c079deca90eb5782e38d3964ba20 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:10:18 +0000 Subject: [PATCH 07798/10074] nom 2.10.0 --- Formula/n/nom.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nom.rb b/Formula/n/nom.rb index e6ffa3d33330c..fd340f9e27068 100644 --- a/Formula/n/nom.rb +++ b/Formula/n/nom.rb @@ -1,8 +1,8 @@ class Nom < Formula desc "RSS reader for the terminal" homepage "https://github.com/guyfedwards/nom" - url "https://github.com/guyfedwards/nom/archive/refs/tags/v2.8.2.tar.gz" - sha256 "989a53d3ffb3fe3a2911c388c8672430f9b21d6f2ac2a9d2a1459c93b41b84f2" + url "https://github.com/guyfedwards/nom/archive/refs/tags/v2.10.0.tar.gz" + sha256 "c532172aec80dfdf673bff354a50811300853803c48a0729c1092a3b6bc5f060" license "GPL-3.0-only" head "https://github.com/guyfedwards/nom.git", branch: "master" From db3d23a830148d4a11a22e918ea6fde07a804be8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:11:33 +0000 Subject: [PATCH 07799/10074] openliberty-jakartaee8 25.0.0.6 --- Formula/o/openliberty-jakartaee8.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openliberty-jakartaee8.rb b/Formula/o/openliberty-jakartaee8.rb index ab06ce4753a96..2374ca9464567 100644 --- a/Formula/o/openliberty-jakartaee8.rb +++ b/Formula/o/openliberty-jakartaee8.rb @@ -1,8 +1,8 @@ class OpenlibertyJakartaee8 < Formula desc "Lightweight open framework for Java (Jakarta EE 8)" homepage "https://openliberty.io" - url "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/25.0.0.5/openliberty-javaee8-25.0.0.5.zip" - sha256 "7fa831492ff66e1a02ca8b3aa7cdc0f6e2e866f8fa6cd18437e4d16f7f9ee93a" + url "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/25.0.0.6/openliberty-javaee8-25.0.0.6.zip" + sha256 "5b8f7c9e0a8af7513fd16f183f11ed0ce8fa190bb59f73bddc9a4d8e7ddd39c1" license "EPL-1.0" livecheck do From b1d0f4dc35f34d2d715da32b0240e2b1a430dca9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:11:49 +0000 Subject: [PATCH 07800/10074] openliberty-microprofile4 25.0.0.6 --- Formula/o/openliberty-microprofile4.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openliberty-microprofile4.rb b/Formula/o/openliberty-microprofile4.rb index 5ea0cc07d1d64..e718577eea12d 100644 --- a/Formula/o/openliberty-microprofile4.rb +++ b/Formula/o/openliberty-microprofile4.rb @@ -1,8 +1,8 @@ class OpenlibertyMicroprofile4 < Formula desc "Lightweight open framework for Java (Micro Profile 4)" homepage "https://openliberty.io" - url "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/25.0.0.5/openliberty-microProfile4-25.0.0.5.zip" - sha256 "894fd3451a041db04c8b398b2dbefbcc7790581d424a7395993e2d05cfeefd0c" + url "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/25.0.0.6/openliberty-microProfile4-25.0.0.6.zip" + sha256 "ebbabf4606c1060ea4687b78f38ef0babe961691648e653f3b29593c798905fa" license "EPL-1.0" livecheck do From 1f214d7d6ed1b9639dfd87ded164bfc61e0d3da5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:12:08 +0000 Subject: [PATCH 07801/10074] openliberty-webprofile8 25.0.0.6 --- Formula/o/openliberty-webprofile8.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openliberty-webprofile8.rb b/Formula/o/openliberty-webprofile8.rb index b604c172126e4..4d03a57a9972a 100644 --- a/Formula/o/openliberty-webprofile8.rb +++ b/Formula/o/openliberty-webprofile8.rb @@ -1,8 +1,8 @@ class OpenlibertyWebprofile8 < Formula desc "Lightweight open framework for Java (Jakarta EE Web Profile 8)" homepage "https://openliberty.io" - url "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/25.0.0.5/openliberty-webProfile8-25.0.0.5.zip" - sha256 "44ebd4c24c9922a961c43cb08ccd95b4d54d4fa9aadeea6b4fd34bcf91ba8b5e" + url "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/25.0.0.6/openliberty-webProfile8-25.0.0.6.zip" + sha256 "3653ba7f82176bd96e88a384b66593d6cf33e504b2a930a537811e0edc521a3b" license "EPL-1.0" livecheck do From afd267755d3ac64e603ad82a401fd184bb60c0a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:12:23 +0000 Subject: [PATCH 07802/10074] openshift-cli 4.19.0 --- Formula/o/openshift-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openshift-cli.rb b/Formula/o/openshift-cli.rb index 8a6ff82904e84..59856544f26a5 100644 --- a/Formula/o/openshift-cli.rb +++ b/Formula/o/openshift-cli.rb @@ -1,9 +1,9 @@ class OpenshiftCli < Formula desc "OpenShift command-line interface tools" homepage "https://www.openshift.com/" - url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.17/openshift-client-src.tar.gz" + url "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.19.0/openshift-client-src.tar.gz" # This project employs synchronized versioning so the sha256 may not change on version bumps - sha256 "6695245d3ff02d6a4de3f5b815614528cddfb92f11751bf5116a05685b5295f0" + sha256 "4819a705e344c9f908c10737d08bb639733690e6e15d35f49e5a37ef6baf4b80" license "Apache-2.0" head "https://github.com/openshift/oc.git", shallow: false, branch: "master" From f80c9ebe09cff6d7916e2ce99abc34a2d7554357 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:12:24 +0000 Subject: [PATCH 07803/10074] moodle-dl: add 2.3.13 bottle. --- Formula/m/moodle-dl.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/m/moodle-dl.rb b/Formula/m/moodle-dl.rb index 6198b745cbf45..9b1c1402f7ae2 100644 --- a/Formula/m/moodle-dl.rb +++ b/Formula/m/moodle-dl.rb @@ -7,6 +7,15 @@ class MoodleDl < Formula sha256 "7a6d813b3241497fb79a34a428aa266b2d2d3c175e05d46752e0a8040adaddce" license "GPL-3.0-or-later" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4edaba781d9d735a2716e1eb87a7453754556d33293d0dd002840dedaac4f1c9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "62550b7e608fc4dad74af47a99eae725913d28850f12a781ba2d166fafb9a2af" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6c5967df3f89b9ab620d22f60f2b3bfcb6bb927bc503166000962bd0efcd8953" + sha256 cellar: :any_skip_relocation, sonoma: "9f42ac47c652fb79c1c8142b2e4ae703d2bcfdb32563e6b83720e6fa98e1c247" + sha256 cellar: :any_skip_relocation, ventura: "e6d57095cf2fe5267bd38c73e43bfb6523a2923ac27c558ca4dc6de94fab8169" + sha256 cellar: :any_skip_relocation, x86_64_linux: "17f020ecba04b74fe8bd814888ae07379275625fea606e4a9f5f36b450bc0e10" + end + depends_on "certifi" depends_on "ffmpeg" depends_on "python@3.13" From 08897ceb6f8839119d211256b1dbd7d2c9642c6c Mon Sep 17 00:00:00 2001 From: Antoine Busch Date: Wed, 18 Jun 2025 09:15:06 +1000 Subject: [PATCH 07804/10074] jjui 0.8.11 --- Formula/j/jjui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jjui.rb b/Formula/j/jjui.rb index 7d2370cdd1adc..3fd4c7feaf15b 100644 --- a/Formula/j/jjui.rb +++ b/Formula/j/jjui.rb @@ -1,8 +1,8 @@ class Jjui < Formula desc "TUI for interacting with the Jujutsu version control system" homepage "https://github.com/idursun/jjui" - url "https://github.com/idursun/jjui/archive/refs/tags/v0.8.10.tar.gz" - sha256 "a4c9a20d781e42da4cb44dd198159fdadcabfa37e3caadc5521d3d03a89ea952" + url "https://github.com/idursun/jjui/archive/refs/tags/v0.8.11.tar.gz" + sha256 "b3ae1fe3c433743ffae00b27e10817f2b46a773dc5b73b366cac350867a1c218" license "MIT" no_autobump! because: :requires_manual_review From 0faac0270d6c1ca91672c37586499ace61a13673 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:15:57 +0000 Subject: [PATCH 07805/10074] rio 0.2.19 --- Formula/r/rio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rio.rb b/Formula/r/rio.rb index 375acd5887555..d18be39265907 100644 --- a/Formula/r/rio.rb +++ b/Formula/r/rio.rb @@ -1,8 +1,8 @@ class Rio < Formula desc "Hardware-accelerated GPU terminal emulator powered by WebGPU" homepage "https://raphamorim.io/rio/" - url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.18.tar.gz" - sha256 "ef0ce3a21210fbade1525e74d601f31439b2fb1d261e5456ca891ef80260ca57" + url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.19.tar.gz" + sha256 "813dabd9ac7760e17408163fa4259ec9bc8e2017fffd140b37c18bdd677318fe" license "MIT" head "https://github.com/raphamorim/rio.git", branch: "main" From 70518caf0d6df85cadfe0bcad6258728d21e1731 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:16:06 +0000 Subject: [PATCH 07806/10074] clusterctl: update 1.10.3 bottle. --- Formula/c/clusterctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/clusterctl.rb b/Formula/c/clusterctl.rb index 6de6645fa3d3d..5abcfe8a4e529 100644 --- a/Formula/c/clusterctl.rb +++ b/Formula/c/clusterctl.rb @@ -17,12 +17,12 @@ class Clusterctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9ddbf26aa397e13d35a74f670be4a6a8baa45e0327d792e317089cd5d1fa6aa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9ddbf26aa397e13d35a74f670be4a6a8baa45e0327d792e317089cd5d1fa6aa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d9ddbf26aa397e13d35a74f670be4a6a8baa45e0327d792e317089cd5d1fa6aa" - sha256 cellar: :any_skip_relocation, sonoma: "71426ec7dcfd322fcba1faa5bcd3313a6811f960e8139096356161518f2642b8" - sha256 cellar: :any_skip_relocation, ventura: "71426ec7dcfd322fcba1faa5bcd3313a6811f960e8139096356161518f2642b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "203010958b88cc2d53e57e5244cbfae01ca95ff64cead486b2181448fcc6b3da" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e96865bd21f4f6715c52e65dce81e8fbd1a3ce12a9e93c281a792b5e61cdc97" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e96865bd21f4f6715c52e65dce81e8fbd1a3ce12a9e93c281a792b5e61cdc97" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2e96865bd21f4f6715c52e65dce81e8fbd1a3ce12a9e93c281a792b5e61cdc97" + sha256 cellar: :any_skip_relocation, sonoma: "a548789c37b4a5c5fa404323de3b259699e8a7a8f24cf1cb84dc3c664185924c" + sha256 cellar: :any_skip_relocation, ventura: "a548789c37b4a5c5fa404323de3b259699e8a7a8f24cf1cb84dc3c664185924c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac8a9865a878248538246304a40418b40726731ab47635ec8cf86c6992341aba" end depends_on "go" => :build From 66bcecbe36d912492c18a7cd4ab46334f5865c87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:16:10 +0000 Subject: [PATCH 07807/10074] rke 1.8.4 --- Formula/r/rke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rke.rb b/Formula/r/rke.rb index aad906c60cf8f..933e345a8981e 100644 --- a/Formula/r/rke.rb +++ b/Formula/r/rke.rb @@ -1,8 +1,8 @@ class Rke < Formula desc "Rancher Kubernetes Engine, a Kubernetes installer that works everywhere" homepage "https://rke.docs.rancher.com/" - url "https://github.com/rancher/rke/archive/refs/tags/v1.8.3.tar.gz" - sha256 "788957a4d7728824b0785aed5fbf5ee79c0997af741612bca4152b4907247797" + url "https://github.com/rancher/rke/archive/refs/tags/v1.8.4.tar.gz" + sha256 "923a7cbcb4b0a355b66cf08fd89390c96a499a0a35ee3d62340e7ab964b15fc8" license "Apache-2.0" # It's necessary to check releases instead of tags here (to avoid upstream From f90c1bdef12cccb341a95dc308c0e645faa12252 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:17:37 +0000 Subject: [PATCH 07808/10074] bruno-cli: update 2.6.0 bottle. --- Formula/b/bruno-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bruno-cli.rb b/Formula/b/bruno-cli.rb index 4b65fca2f121e..d92a8c03e6f93 100644 --- a/Formula/b/bruno-cli.rb +++ b/Formula/b/bruno-cli.rb @@ -6,13 +6,13 @@ class BrunoCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" - sha256 cellar: :any_skip_relocation, sonoma: "13875e50877af8a3bcd70e39fbe45f8baec68bd3db71163ccef6e0506a869b05" - sha256 cellar: :any_skip_relocation, ventura: "13875e50877af8a3bcd70e39fbe45f8baec68bd3db71163ccef6e0506a869b05" - sha256 cellar: :any_skip_relocation, arm64_linux: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fb9229d0ecd558e2645d160cf3553a17f8616042ef697fa71668a7245ceb2cdd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" + sha256 cellar: :any_skip_relocation, sonoma: "27f78613b8d60e5d7826da1d83968e818961bc7458cbe9799f915b8dad40041a" + sha256 cellar: :any_skip_relocation, ventura: "27f78613b8d60e5d7826da1d83968e818961bc7458cbe9799f915b8dad40041a" + sha256 cellar: :any_skip_relocation, arm64_linux: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" end depends_on "node" From fa7c40e31614aa01319fc85c7ebfb4fa38a89d46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:17:40 +0000 Subject: [PATCH 07809/10074] simdutf 7.3.1 --- Formula/s/simdutf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/simdutf.rb b/Formula/s/simdutf.rb index 693a0aa197929..6e3b474ee0b3e 100644 --- a/Formula/s/simdutf.rb +++ b/Formula/s/simdutf.rb @@ -1,8 +1,8 @@ class Simdutf < Formula desc "Unicode conversion routines, fast" homepage "https://simdutf.github.io/simdutf/" - url "https://github.com/simdutf/simdutf/archive/refs/tags/v7.3.0.tar.gz" - sha256 "e337abe416898d1d997d729cc04370c89c8dddf688648e876f37970e98cf93aa" + url "https://github.com/simdutf/simdutf/archive/refs/tags/v7.3.1.tar.gz" + sha256 "357da74bae9a130ddaa9df2508622de983a8be56db319891afef4184efa858bf" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/simdutf/simdutf.git", branch: "master" From 4e8df0d730ca80bfaa1e0169e917544f57e01397 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:20:08 +0000 Subject: [PATCH 07810/10074] trafficserver 10.0.6 --- Formula/t/trafficserver.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/trafficserver.rb b/Formula/t/trafficserver.rb index 535ae8e0c53a7..2dba78ed7e94e 100644 --- a/Formula/t/trafficserver.rb +++ b/Formula/t/trafficserver.rb @@ -1,9 +1,9 @@ class Trafficserver < Formula desc "HTTP/1.1 and HTTP/2 compliant caching proxy server" homepage "https://trafficserver.apache.org/" - url "https://downloads.apache.org/trafficserver/trafficserver-10.0.5.tar.bz2" - mirror "https://archive.apache.org/dist/trafficserver/trafficserver-10.0.5.tar.bz2" - sha256 "79d4efc02a94b38cf75ad3bfc0652d84155b4cdd5cf2cdcdb53399aa6ab8e397" + url "https://downloads.apache.org/trafficserver/trafficserver-10.0.6.tar.bz2" + mirror "https://archive.apache.org/dist/trafficserver/trafficserver-10.0.6.tar.bz2" + sha256 "b2add52a1df9de19b00405abe56c6d78331c6b439cee361d2ada031a602ced46" license "Apache-2.0" bottle do From 822b8991fef83c1c1f89cfb234722bf2ac036c60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:21:07 +0000 Subject: [PATCH 07811/10074] vhs 0.10.0 --- Formula/v/vhs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vhs.rb b/Formula/v/vhs.rb index fd5c017d9abf3..df6f5317dea4e 100644 --- a/Formula/v/vhs.rb +++ b/Formula/v/vhs.rb @@ -1,8 +1,8 @@ class Vhs < Formula desc "Your CLI home video recorder" homepage "https://github.com/charmbracelet/vhs" - url "https://github.com/charmbracelet/vhs/archive/refs/tags/v0.9.0.tar.gz" - sha256 "e8538a9019ddfa633ef7e0a6eb417b87fed0555d51b67dc59cb53493e179e20b" + url "https://github.com/charmbracelet/vhs/archive/refs/tags/v0.10.0.tar.gz" + sha256 "ae37fe7e52ade753f850ab81c7d5344f8e540ab6886f877bf5b613620c909893" license "MIT" head "https://github.com/charmbracelet/vhs.git", branch: "main" From 66b9ec7e6d66f44f7272d39edd03845f12b361bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:21:17 +0000 Subject: [PATCH 07812/10074] cosign: update 2.5.2 bottle. --- Formula/c/cosign.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cosign.rb b/Formula/c/cosign.rb index 0218b13870373..0355573295a1f 100644 --- a/Formula/c/cosign.rb +++ b/Formula/c/cosign.rb @@ -8,12 +8,12 @@ class Cosign < Formula head "https://github.com/sigstore/cosign.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e4adfdabc941c9c20e20256d84325a61cdecf387f69dd48f8328c555ec6fc61" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b807b6842121394815ed5fd3cc03012eaaa8383dbc89b72b7fa38e0975485ff0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "822bf31d57298c019c1828ebfc30b70716621b4c46622709f18a1e8c3f6de1e9" - sha256 cellar: :any_skip_relocation, sonoma: "b68c40ad0049fa91f0f7071f55c49e01b06cad1b1cf0371634509e73f18c1a37" - sha256 cellar: :any_skip_relocation, ventura: "493ec944fde8f191b0880b6e74698068e0f37f58c6dfb4970a780fd7b05f48d9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f9fb2c71861a4f2f10ef1d4494eec27ce508e0de9e17ed77e240147234cd0505" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "988359d45c8ad533a3e6c9f7c00b7856b704c96d7f38b16ce83d6b364de360ba" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "af34efab53781dbf6eadef610069aeb4ef9480e5e5fa53c0b9a40e381b9a6a13" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e26f9c707de569dff4d7f1a08bc23ac40aa739ec45b644d9ff8a4c0b7b321ac1" + sha256 cellar: :any_skip_relocation, sonoma: "0def8d3dd6e2ae916670ac19961746889fa205b6f72f65344fa874eaef1a7078" + sha256 cellar: :any_skip_relocation, ventura: "d1a4ac45938e19af82aa2f94fd45da60a6cb18a841281a82d851366b19edc69c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c6e51dca398ba373a15f1d27ecb93cd7d4e6980b091e6132409a0e80d5dda800" end depends_on "go" => :build From 66aad454afc9b5ee1f6a5cc3895311c2dd98fbdb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:21:41 +0000 Subject: [PATCH 07813/10074] vultr 3.5.0 --- Formula/v/vultr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vultr.rb b/Formula/v/vultr.rb index 5ef53951db7ac..c0c0a365f585d 100644 --- a/Formula/v/vultr.rb +++ b/Formula/v/vultr.rb @@ -1,8 +1,8 @@ class Vultr < Formula desc "Command-line tool for Vultr services" homepage "https://github.com/vultr/vultr-cli" - url "https://github.com/vultr/vultr-cli/archive/refs/tags/v3.4.0.tar.gz" - sha256 "966161efc0f65c6f836503dfba9a3e2240ad6e54c76d83817fc99532808cf049" + url "https://github.com/vultr/vultr-cli/archive/refs/tags/v3.5.0.tar.gz" + sha256 "da6caf170ef61627022d4558e704d9f269a716aa583820ce335d93d2c70d9117" license "Apache-2.0" head "https://github.com/vultr/vultr-cli.git", branch: "master" From 375407c5c91fa24f5075589fb51deec30b1ac09b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:21:54 +0000 Subject: [PATCH 07814/10074] ansible-lint: update 25.6.0 bottle. --- Formula/a/ansible-lint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ansible-lint.rb b/Formula/a/ansible-lint.rb index 09e22c47ef217..80d5e758137b0 100644 --- a/Formula/a/ansible-lint.rb +++ b/Formula/a/ansible-lint.rb @@ -8,13 +8,13 @@ class AnsibleLint < Formula license all_of: ["MIT", "GPL-3.0-or-later"] bottle do - sha256 cellar: :any, arm64_sequoia: "f232d907a9ab8a5b35771a81a99ca77ad5dfada804c16b2e28382f208e998c64" - sha256 cellar: :any, arm64_sonoma: "da0c29cc8922536a8c34aa23ee14247b6d35b628da6c9bd2ff99869683f42717" - sha256 cellar: :any, arm64_ventura: "faf7463e90e7c891519daef0eacd88b5daafeace3b93b5cb5045d0c2d0265eab" - sha256 cellar: :any, sonoma: "c9c135d90b9b72f2eea23078d5935c1e162c3398b310d33d252023bbbd63037b" - sha256 cellar: :any, ventura: "53aa4f67426cc68e2046443d16d8fcf73e5c12b0ba77da6f70e19c433ca00b5e" - sha256 cellar: :any_skip_relocation, arm64_linux: "8be772c861b3ae18c38d0eab949b0c994d798a58ce2a7fa3c6386648e4031a55" - sha256 cellar: :any_skip_relocation, x86_64_linux: "942d281b9e37b021e3afaeda2b95e1347bc4cec5cb84e0635b78651a1a12a0b6" + sha256 cellar: :any, arm64_sequoia: "6ddc3730388e4a5ea4ed35a66b8ac071ca106b6b28361224508bdae521d6d134" + sha256 cellar: :any, arm64_sonoma: "9e756112e2325fb3be02b6374f3227612b711f715d6fb4d31ad96ae8b4be3b70" + sha256 cellar: :any, arm64_ventura: "52094b8d5f0df92021f8843e57d4fcd762aecc313b3a2e2eea7c3c63913831cf" + sha256 cellar: :any, sonoma: "4fcddd49851b504f200438f3ff61d2cddf591297a79c32537c15c1bfec17550a" + sha256 cellar: :any, ventura: "2f1a6b7c090d0daec064592d4cf7c3331fc2334756dcc5478b1f876e22a4daa0" + sha256 cellar: :any_skip_relocation, arm64_linux: "06f958c5da0ea1417fe1878d6095cee420bb941aff1d863b1d0e51f171e4f928" + sha256 cellar: :any_skip_relocation, x86_64_linux: "61ac5e8a759be65852f8a99ed753fbd919e3c59b577460005a5782bea900933a" end depends_on "pkgconf" => :build From 8eb23df024b39730d8e8aab5a3d405e39714a11d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:23:53 +0000 Subject: [PATCH 07815/10074] docker-buildx: update 0.25.0 bottle. --- Formula/d/docker-buildx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-buildx.rb b/Formula/d/docker-buildx.rb index 51ba8f21b18f6..930403e8701bb 100644 --- a/Formula/d/docker-buildx.rb +++ b/Formula/d/docker-buildx.rb @@ -7,12 +7,12 @@ class DockerBuildx < Formula head "https://github.com/docker/buildx.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7024c646c4185557026886eaf6657407e0acf9ef67d3b6e06925feefa3afb65b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7024c646c4185557026886eaf6657407e0acf9ef67d3b6e06925feefa3afb65b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7024c646c4185557026886eaf6657407e0acf9ef67d3b6e06925feefa3afb65b" - sha256 cellar: :any_skip_relocation, sonoma: "867363743d698c5eec81984c9adb3155ef877ad7363f0f6ffeca8ab7e08e3792" - sha256 cellar: :any_skip_relocation, ventura: "867363743d698c5eec81984c9adb3155ef877ad7363f0f6ffeca8ab7e08e3792" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e8def1d2f10966cfeb15aed97e3e09ee1b2ff550dcaa4ebf2a8de5e54b3fe06" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "56f5de9cf36c8afd803e6e69a6d6bb6d9d2f249d880d5c2f812206df15c4ea15" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "56f5de9cf36c8afd803e6e69a6d6bb6d9d2f249d880d5c2f812206df15c4ea15" + sha256 cellar: :any_skip_relocation, arm64_ventura: "56f5de9cf36c8afd803e6e69a6d6bb6d9d2f249d880d5c2f812206df15c4ea15" + sha256 cellar: :any_skip_relocation, sonoma: "b09ed1d3751f138a0df220bc5126409779e3a092f1b6b04ff7cc8ad74b74f910" + sha256 cellar: :any_skip_relocation, ventura: "b09ed1d3751f138a0df220bc5126409779e3a092f1b6b04ff7cc8ad74b74f910" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15525a520232b7575097a146a1430a2afa95ca03bc1fdf5187a01bffe6431708" end depends_on "go" => :build From 5133c6dac8b05da0cb417bb7675a3f2641821d71 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:29:10 +0000 Subject: [PATCH 07816/10074] flyctl: update 0.3.144 bottle. --- Formula/f/flyctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flyctl.rb b/Formula/f/flyctl.rb index fc014cf439df8..6fe54e8283b35 100644 --- a/Formula/f/flyctl.rb +++ b/Formula/f/flyctl.rb @@ -18,13 +18,13 @@ class Flyctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f5a4ec19be0fc90dbcf98f1e9c7fce24c86d6a12ddce2003890167e7a93fa54" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f5a4ec19be0fc90dbcf98f1e9c7fce24c86d6a12ddce2003890167e7a93fa54" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6f5a4ec19be0fc90dbcf98f1e9c7fce24c86d6a12ddce2003890167e7a93fa54" - sha256 cellar: :any_skip_relocation, sonoma: "32f43695906e9079a49492594b9ff790becd768096dba992985ded84c0103eb7" - sha256 cellar: :any_skip_relocation, ventura: "32f43695906e9079a49492594b9ff790becd768096dba992985ded84c0103eb7" - sha256 cellar: :any_skip_relocation, arm64_linux: "096c6e81b8682d93a740a82e1ef9d17a7443cc0fbd5e5531e1897f641112134b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3d628c2f9268f7498314f655e4dda4360ad9afb9e7347e754797e78ac8ea2770" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "efb128cf86ef2b3e8f789c122223c9a3d94c3c3fc96010a62347d43651db4f6b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "efb128cf86ef2b3e8f789c122223c9a3d94c3c3fc96010a62347d43651db4f6b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "efb128cf86ef2b3e8f789c122223c9a3d94c3c3fc96010a62347d43651db4f6b" + sha256 cellar: :any_skip_relocation, sonoma: "830d92a3cfc498001320b5b1b46864e43f3c31b64dc5ab67faa560768fd42221" + sha256 cellar: :any_skip_relocation, ventura: "830d92a3cfc498001320b5b1b46864e43f3c31b64dc5ab67faa560768fd42221" + sha256 cellar: :any_skip_relocation, arm64_linux: "a8388703be9d0592b8451d4a28ef84acbe1357d63d8bcf4b52c8e51a1a6374b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9736db31eb4c1f9f3497003da01a99c0c83d2232264f2f9987c87360112f48b9" end depends_on "go" => :build From 9de39e945579a009783c9f1af1afe02fa69f4615 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:32:09 +0000 Subject: [PATCH 07817/10074] fern-api: update 0.64.11 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 371a096e7542e..267d6117b7fd2 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "d2ab676e03ef5e2d3b1cd92fb003fb8d08cbc05c56bdded0d8d9a8a1b876f962" + sha256 cellar: :any_skip_relocation, all: "4f8438d672e54e07b87a6affdce963e5540af226dae82659449458d79be5528a" end depends_on "node" From de50e5162ae7a584bf67d780bece4e844b649585 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:32:27 +0000 Subject: [PATCH 07818/10074] fetchmail: update 6.5.4 bottle. --- Formula/f/fetchmail.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fetchmail.rb b/Formula/f/fetchmail.rb index 393a60052df9d..b26f3c89b227f 100644 --- a/Formula/f/fetchmail.rb +++ b/Formula/f/fetchmail.rb @@ -17,13 +17,13 @@ class Fetchmail < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "0c2b7b565082ada07fea6623d2f47de9205cdd7f0751c1b881cf31495ebe1f78" - sha256 cellar: :any, arm64_sonoma: "7f2e893f8b78f28a798c8932a58794e1d0f17464dcddb3799e4de7609a4c80d6" - sha256 cellar: :any, arm64_ventura: "273148b625624d63d24a23924e14d8438496b8c78d8c4e306d968acc233107c0" - sha256 cellar: :any, sonoma: "7278652d2c80fb5796aad06d91940d281e5a2db7e1332c272b57af04f7c550ce" - sha256 cellar: :any, ventura: "d02f747fbc6e6bfaef82d40ebc2e324667ef01b709d3545d8f5962c30c6fd3cb" - sha256 arm64_linux: "21c443fa59adef09f84adcddad282b5f0432e070d6c6a0ed793486d70cf69283" - sha256 x86_64_linux: "837c133b9dda8c760b7c3500ceb25bcf95e6c3401cb8b816a853ad92c98809f4" + sha256 cellar: :any, arm64_sequoia: "daf595c9ee9c4c8b64f534e7db0432f4e514a7087a8a62e287faac4cdd78f0e7" + sha256 cellar: :any, arm64_sonoma: "e0d032448a5d853a87042083a7942556c42c13f71eb5ddf32fb6a4562f5444cd" + sha256 cellar: :any, arm64_ventura: "8986b9ee8c100f0d141144c57d0abe790023d31e5ff0ae5cbd39c19f2b868e41" + sha256 cellar: :any, sonoma: "812b774ef6547548f915952f4522b8ca7b7f7be24b749e7fca410701ad973080" + sha256 cellar: :any, ventura: "30ab543b6ef257a4324c98bee2f770edc2371c84752b86b8d93ba8ee72b5af0e" + sha256 arm64_linux: "a2f7f8c5f56107b456c97e53ec2f1c5abe445cccef609f92e0583dde033412f5" + sha256 x86_64_linux: "c0689bb6b80ddad96a9d209e8fc2aec58e48de412f00815a53d49bda0754141e" end depends_on "pkgconf" => :build From b1ddcff099af011a1111e27637bca50f2e9f2975 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:33:13 +0000 Subject: [PATCH 07819/10074] git-quick-stats: update 2.6.2 bottle. --- Formula/g/git-quick-stats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-quick-stats.rb b/Formula/g/git-quick-stats.rb index c061db8d1f42e..8f13e426b7ee2 100644 --- a/Formula/g/git-quick-stats.rb +++ b/Formula/g/git-quick-stats.rb @@ -6,7 +6,7 @@ class GitQuickStats < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "75c8c68f213c7d1a87e530d5dd8f5a961385d9ada0c244751f317321120458a0" + sha256 cellar: :any_skip_relocation, all: "4ce18415e047db2d843e87c0ea3df4080bb3a37c701374684f932172cd03dd5d" end on_macos do From 2964e65e3cf5d5ea66bc33745c39d89c1984cfd3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:33:16 +0000 Subject: [PATCH 07820/10074] gator: update 3.19.2 bottle. --- Formula/g/gator.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gator.rb b/Formula/g/gator.rb index f25030d85c4ba..a588b55855148 100644 --- a/Formula/g/gator.rb +++ b/Formula/g/gator.rb @@ -7,12 +7,12 @@ class Gator < Formula head "https://github.com/open-policy-agent/gatekeeper.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dda00833a480f1e881b063a535df2a616cc9b2d9656fe3f5cc85bb7c88aa58db" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0be8f6bd2b7f2e352e0c2c85c55961e638ceb94302e7bbbbac4fa29946ce5976" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b7c0686f32dc7dfd6523474a820634c28da072ab4e703a3a90ec12557ce3da1e" - sha256 cellar: :any_skip_relocation, sonoma: "977bf64a4673679756acfe5dd09810191acf48d3083d1274ce53005ad0d61062" - sha256 cellar: :any_skip_relocation, ventura: "9e25ca0d79f1935bc4dca6108bb9c2e2d6be8a17884e1d6f1fe962ad7a029303" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e3ca41458924356337af14aa5a5fe174ad6ffed08b6bebcc041437926027c803" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ff9bf7337c5072f53593e2e777444f63537908300aa29867194d661899f3a32" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a1320fca616e373555294689365aa0f4672a8d6c99ed8e77fba2b607933a7be" + sha256 cellar: :any_skip_relocation, arm64_ventura: "148e06f2635d3621dc7c05068e699613faa634b66bb724a6dac04c0a4976a536" + sha256 cellar: :any_skip_relocation, sonoma: "7236d9d3a2ae682e14c894aec45eda216387ac53ff2f0eacccfee368772f0ddc" + sha256 cellar: :any_skip_relocation, ventura: "5bd7e46d06226075416b58f02d52e104cab50cfd604fe0a42431e0bbca5c221d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "41f62ba20589015a7074f0587e02e97d73257ebb37b1db4f4a8de38847ea6238" end depends_on "go" => :build From 67e3f2c65541213016cf5edeff0768db937df19f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:37:01 +0000 Subject: [PATCH 07821/10074] h3: update 4.3.0 bottle. --- Formula/h/h3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/h3.rb b/Formula/h/h3.rb index ca90e706b684f..6c25f93ba6d8e 100644 --- a/Formula/h/h3.rb +++ b/Formula/h/h3.rb @@ -6,13 +6,13 @@ class H3 < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "7be49d20c152264ea989f2e96be5b0b4cdabc41769a3577ceb7d6c7e0a6b481b" - sha256 cellar: :any, arm64_sonoma: "3ae20dda8f2138be8d79d77a20d82f92caa7a7a0828c9a0aeb4e2f64b29cc8db" - sha256 cellar: :any, arm64_ventura: "a72d460ce48392a312f9713131c9e526c32421a30f862c9c65ef2c9c009dbf0d" - sha256 cellar: :any, sonoma: "d0849d830aca26ddaff870a0d725dfc24ac2e3e8cf827a4f89bdb71587ba2d8b" - sha256 cellar: :any, ventura: "32cceafc84e5fa584523be35756aa6cdc437457b2712cd0a2d1a03bdea31b1b1" - sha256 cellar: :any_skip_relocation, arm64_linux: "d309c31edb9ba1b7b046df61e2b819791e0c0ca2fe54be55567621953fc48dbb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3410f81c6368a364ef33073653ec88928912738e9f653b99a3b01694dd510b41" + sha256 cellar: :any, arm64_sequoia: "1d405725fb107bc5802db04305b5981021d43d85549816bba0e0f05aabd22cca" + sha256 cellar: :any, arm64_sonoma: "20a351fb6bf722a782fc54016671dacb183ac4b1b13f2839b50d950d50cce4ad" + sha256 cellar: :any, arm64_ventura: "47213e30f88fc3293049ae8827285188284173fb7bd56ee5dcfd9e01b523d966" + sha256 cellar: :any, sonoma: "efb8ab1396d50289cff7f284834da7949b60e7d8fdda67372579150e155a2a94" + sha256 cellar: :any, ventura: "238925854566dc1f663188441e70161e776ecb8ee5e83e302fd02cca982bdea5" + sha256 cellar: :any_skip_relocation, arm64_linux: "98c17d9170276ef83b6338b519f6438339f46685ed9b89814c64f15d235e5965" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e555c5f66845f353c2592dc83923631952464cb59aac583c577dde1be0dadc03" end depends_on "cmake" => :build From 2410a5e2834bd691a7df11bfe3cd4aceb6b634d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:44:37 +0000 Subject: [PATCH 07822/10074] nom: update 2.10.0 bottle. --- Formula/n/nom.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nom.rb b/Formula/n/nom.rb index fd340f9e27068..237a25d4bf54f 100644 --- a/Formula/n/nom.rb +++ b/Formula/n/nom.rb @@ -7,13 +7,13 @@ class Nom < Formula head "https://github.com/guyfedwards/nom.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1372bfce7a7b6e65883c92500d9ee3071fac6a025d7cc65213bee19886eb564" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b6a34e8cd7a26098e41e2513bebf0171756cd82c808982611ec715b6d572cfa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4000e9e3ee06568c113b4d1c87e8548fdee3e6d25ca9b76fd35299ede8fdd2ca" - sha256 cellar: :any_skip_relocation, sonoma: "bd4b5f9ba47f0a20d09b2e93326a29ed1136b88478d59a8fa0fe99ea7c7b9d16" - sha256 cellar: :any_skip_relocation, ventura: "86241a50c67b4fc93934b83bf08c756d0d3510420afbb011780ae4d89588bf45" - sha256 cellar: :any_skip_relocation, arm64_linux: "aaa5e124724b3087179f3985397d35bb572faa97371c223b9fab22afa4a10458" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c29b33c35f6bfec07f3572ddccdb8b9b692ecd2149a4e0fe3fd199a326afad10" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9ddefe8b2bbcef65d1f9d4505a9aefdeb41cb11eadecb838f6b2b2bc4ba9485" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8964b651dd8f65b22277379f44d2848c03d084f8f8616edc100721a4fb7368e7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0628289fcfdc4ba55e1d4efef572f207895a04f0568bab66322eae7d5954f05d" + sha256 cellar: :any_skip_relocation, sonoma: "3acdc6551681f30a5e9512b293310a8988bad62143ef89b0f3dac8b2992cc438" + sha256 cellar: :any_skip_relocation, ventura: "22e3ed73f1033c4d3f843a242a61c79bd26db87100053d15823bffea94dbde78" + sha256 cellar: :any_skip_relocation, arm64_linux: "b36aad32a42bbc4ccf248a6ca0b79b55e8bd7c1e833ad8b92e9c108b316a08a0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2473504240a19d0bc00a105dfc86b7cbfcf9c33790da2e4dea29303a9b350b0a" end depends_on "go" => :build From cb57f0e075a920f82c87b07845c6d71af3f25f0b Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 11 Jun 2025 21:23:45 +0200 Subject: [PATCH 07823/10074] pbc 1.0.0 Signed-off-by: botantony pbc: add yywrap detection patch Signed-off-by: Rui Chen --- Formula/p/pbc.rb | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Formula/p/pbc.rb b/Formula/p/pbc.rb index c8bd13a6f93dd..92933a62326d6 100644 --- a/Formula/p/pbc.rb +++ b/Formula/p/pbc.rb @@ -1,19 +1,10 @@ class Pbc < Formula desc "Pairing-based cryptography" homepage "https://crypto.stanford.edu/pbc/" + url "https://crypto.stanford.edu/pbc/files/pbc-1.0.0.tar.gz" + sha256 "18275a367283077bafe35f443200499e3b19c4a3754953da2a1b2f0d6b5922dc" license "LGPL-3.0-only" - stable do - url "https://crypto.stanford.edu/pbc/files/pbc-0.5.14.tar.gz" - sha256 "772527404117587560080241cedaf441e5cac3269009cdde4c588a1dce4c23d2" - - # Fix -flat_namespace being used on Big Sur and later. - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-pre-0.4.2.418-big_sur.diff" - sha256 "83af02f2aa2b746bb7225872cab29a253264be49db0ecebb12f841562d9a2923" - end - end - livecheck do url "https://crypto.stanford.edu/pbc/download.html" regex(/href=.*?pbc[._-]v?(\d+(?:\.\d+)+)\.t/i) @@ -53,6 +44,9 @@ class Pbc < Formula uses_from_macos "flex" => :build def install + # fix flex yywrap function detection issue + ENV["ac_cv_search_yywrap"] = "yes" + system "./setup" if build.head? system "./configure", *std_configure_args system "make", "install" From 6fe6af9d5d91d4c829385b1e2f02765558234bb0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 17 Jun 2025 23:54:00 +0000 Subject: [PATCH 07824/10074] moodle-dl: update 2.3.13 bottle. --- Formula/m/moodle-dl.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/moodle-dl.rb b/Formula/m/moodle-dl.rb index 9b1c1402f7ae2..6dab2debb49eb 100644 --- a/Formula/m/moodle-dl.rb +++ b/Formula/m/moodle-dl.rb @@ -13,6 +13,7 @@ class MoodleDl < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "6c5967df3f89b9ab620d22f60f2b3bfcb6bb927bc503166000962bd0efcd8953" sha256 cellar: :any_skip_relocation, sonoma: "9f42ac47c652fb79c1c8142b2e4ae703d2bcfdb32563e6b83720e6fa98e1c247" sha256 cellar: :any_skip_relocation, ventura: "e6d57095cf2fe5267bd38c73e43bfb6523a2923ac27c558ca4dc6de94fab8169" + sha256 cellar: :any_skip_relocation, arm64_linux: "8f758c3bc202c784a219c519043807a628c78499eafc091b886828b20ca9e105" sha256 cellar: :any_skip_relocation, x86_64_linux: "17f020ecba04b74fe8bd814888ae07379275625fea606e4a9f5f36b450bc0e10" end From 025c9c58d60eb99b8a44478dc883e00dff89d081 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:57:44 +0000 Subject: [PATCH 07825/10074] jjui: update 0.8.11 bottle. --- Formula/j/jjui.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jjui.rb b/Formula/j/jjui.rb index 3fd4c7feaf15b..07f2c55788500 100644 --- a/Formula/j/jjui.rb +++ b/Formula/j/jjui.rb @@ -8,12 +8,12 @@ class Jjui < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8fb30b1f45d96ffd713e24aaf4c8d6ccd228a0f4b5ec9d58eea1d14e6622b85d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fb30b1f45d96ffd713e24aaf4c8d6ccd228a0f4b5ec9d58eea1d14e6622b85d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8fb30b1f45d96ffd713e24aaf4c8d6ccd228a0f4b5ec9d58eea1d14e6622b85d" - sha256 cellar: :any_skip_relocation, sonoma: "e224661471591698b689897369fe054e9fade427b1931b05af178d9f3fe375cc" - sha256 cellar: :any_skip_relocation, ventura: "e224661471591698b689897369fe054e9fade427b1931b05af178d9f3fe375cc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4b6537ef1509cc9f68c8987564cfdc949c8d14f3da2299eaa5390672e7ec33d3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "15d3818ae4e3194d2668a942727922d8e185f10f8d8a61121af3e3c0b9e85c3e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "15d3818ae4e3194d2668a942727922d8e185f10f8d8a61121af3e3c0b9e85c3e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "15d3818ae4e3194d2668a942727922d8e185f10f8d8a61121af3e3c0b9e85c3e" + sha256 cellar: :any_skip_relocation, sonoma: "4ed49e70def12ee3105a89f81a446c606d9ed333d4a3d04caf82425e35029cc5" + sha256 cellar: :any_skip_relocation, ventura: "4ed49e70def12ee3105a89f81a446c606d9ed333d4a3d04caf82425e35029cc5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "52489ca4f1473988ead5d2b5be2f5e157216ffe2012975153ef76925cceb27c2" end depends_on "go" => :build From 4dda863dc79c25a027bb3009f66c3a42eb1f1f98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:02:51 +0000 Subject: [PATCH 07826/10074] openshift-cli: update 4.19.0 bottle. --- Formula/o/openshift-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openshift-cli.rb b/Formula/o/openshift-cli.rb index 59856544f26a5..4d0cce9f94e8f 100644 --- a/Formula/o/openshift-cli.rb +++ b/Formula/o/openshift-cli.rb @@ -13,13 +13,13 @@ class OpenshiftCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e4402d6e8ddeb04dd068355c883bc9d50f34743bb0d3bd62f2cc4afa7938e88" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdf3c8d88940eeea466fcb6caa9a7a49550763782c0317404c8fa7f9cacc05eb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6631c1a9dc4305467ab439d04cd4599228afab0463ae7232495c53e7d7823771" - sha256 cellar: :any_skip_relocation, sonoma: "6ec0dde8e6fd8463f6d20c30edf7a1b4ad156975bfeec2bdecf325bddc6db13c" - sha256 cellar: :any_skip_relocation, ventura: "89a4a91cf1b42cb417258583ad28ca284a1ff416bfdee8ce18a22747432d6bbf" - sha256 cellar: :any_skip_relocation, arm64_linux: "572930dad60471434dae26c0b9b18d4419b0bf5371c66ecd015c6d382601f659" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1aa6bd264ee7f064f017706384316424b81a544bd6ad6ec5d82795cd58e328d2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2df501b8dcc0cc0d8976004caaf0ce5c9cc450541463f7ab7f75684ffafad460" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "82f49fcd98a156d3abfd786849b2b3f6cdb995b6d1122027ae3baeb461bd1156" + sha256 cellar: :any_skip_relocation, arm64_ventura: "52519fb20e92793762b8464214f89bfb33446eb6c1af17221c9e0df81bfb1759" + sha256 cellar: :any_skip_relocation, sonoma: "a25626fd4c69593c225f1367943ce89b682ec4018ad76b7cff2e52603ef00519" + sha256 cellar: :any_skip_relocation, ventura: "419bf9ad5e739d0428a8ae816e5fe830045fc9a0a2910e5372311e2b4f3583c0" + sha256 cellar: :any_skip_relocation, arm64_linux: "ead6df049c94bb2b36c4d82601386261fa0f8527577d25221eb2535d4bd1cf14" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6444266a2669f05517a49b1a10e01d03143b3bab4ad74b173396e7c7de4d9112" end depends_on "go" => :build From 567f4f257daca63f806f2dba963bba2cd15c6a2f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:02:53 +0000 Subject: [PATCH 07827/10074] awscli: update 2.27.37 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 9ac3e3df70a1f..06fed43ef84ff 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "0e4af47472fe2a0cbbb60164573e1ae5d160b9d2ed6d70f5bbe2936ad037cc75" - sha256 cellar: :any, arm64_sonoma: "9bc7dd4809fc8d7862bc10174dfb3689dc61daebb40ca40e55bc320e745cf641" - sha256 cellar: :any, arm64_ventura: "3d9d96b21f466d28a785ce89795546d2bb9ecb506e399d4533f39ecaf82ad443" - sha256 cellar: :any, sonoma: "077574dae4a48b4586ff8ef89daa58b39df51e99b69ef40e6ee2b9fca7694c0d" - sha256 cellar: :any, ventura: "b384e56dcfee38672955ca45c2b3e0b58a95361f21e3d7f34691f6fb31a7fc41" - sha256 cellar: :any_skip_relocation, arm64_linux: "0de434c5101b133011a069b644e211c209261a9992e4226139d8a932140870ee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3455caa876f32d074a9509f7a96da687fb28f51726859a2a6be78a14bd9bbf0a" + sha256 cellar: :any, arm64_sequoia: "cd8a4926ea8daaec7efd9e4f3130a29c049e32bde3e68087d15a602aa2b8e922" + sha256 cellar: :any, arm64_sonoma: "6a55ffcf0a8296eed3cd6d166f050e6df62b3eaa21dbbdcfd74805fb4e26b243" + sha256 cellar: :any, arm64_ventura: "edd834707bc48eb927e67ed12c516b31d3b2b962aa7252094ed44f80560d6072" + sha256 cellar: :any, sonoma: "9a0417c6d6c3612ac79fb74236c1b28f7b4f0d25efec089734dc1f1b02d6d38e" + sha256 cellar: :any, ventura: "153de4dc4bb57fa157c9dbc90af1acebe3cee1078aa136d657adfb3ec692b312" + sha256 cellar: :any_skip_relocation, arm64_linux: "3a45d634e9ee80b7048c6bfa36005b08e7e29ff2c19f9fdaecbca1f0c1c56a76" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a2bfa89671a17ed94d0c6a1978ba6b0481a7260b790d9b18d4034e70ee5ecf0e" end depends_on "cmake" => :build From b3a69b3ff93b5214cd28f966dbc5e31381dbcd00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:57:22 +0000 Subject: [PATCH 07828/10074] dezoomify-rs 2.15.0 dezoomify-rs: update test Signed-off-by: Rui Chen --- Formula/d/dezoomify-rs.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/dezoomify-rs.rb b/Formula/d/dezoomify-rs.rb index 78fd194272335..2ec5c698c9725 100644 --- a/Formula/d/dezoomify-rs.rb +++ b/Formula/d/dezoomify-rs.rb @@ -1,8 +1,8 @@ class DezoomifyRs < Formula desc "Tiled image downloader" homepage "https://github.com/lovasoa/dezoomify-rs" - url "https://github.com/lovasoa/dezoomify-rs/archive/refs/tags/v2.14.0.tar.gz" - sha256 "8b8b7bc2123a14bfd0ead7657f2bfebfe112a33c8ed127ac6fed450dcda525a0" + url "https://github.com/lovasoa/dezoomify-rs/archive/refs/tags/v2.15.0.tar.gz" + sha256 "539853288768258caac07a559bb7050000e7e0c6e9770227b390c875c26c8ce5" license "GPL-3.0-only" head "https://github.com/lovasoa/dezoomify-rs.git", branch: "master" @@ -50,7 +50,7 @@ def install (testpath/"testtiles_shasum.txt").write <<~EOS d0544af94eac6b418af6824554cb6bbbca8b3772261a1eb5fe9d1afb1eab458b testtile.png EOS - dezoom_out = shell_output("#{bin}/dezoomify-rs tiles.yaml 2> /dev/null") + dezoom_out = shell_output("#{bin}/dezoomify-rs tiles.yaml 2>&1") assert_match "Image successfully saved", dezoom_out image_dimensions = shell_output("identify -format \"%w×%h\\n\" testtile.png").strip assert_equal "512×512", image_dimensions From 1c558b8fa3a852a259fdbc5795d5b9b989845161 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:07:22 +0000 Subject: [PATCH 07829/10074] grafana: update 12.0.2 bottle. --- Formula/g/grafana.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/grafana.rb b/Formula/g/grafana.rb index 5a5954466f54f..b4205a12374e8 100644 --- a/Formula/g/grafana.rb +++ b/Formula/g/grafana.rb @@ -12,12 +12,12 @@ class Grafana < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b268313fdaca3dbdc653dbef48ffe6c2d8c414cbe8da59b99125207bd7cc812" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "887b896a45fa7693b83dd07e500aab1c18285b03740aee40fc3fd6a2fb2a110e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "42bb4042c3974fb988767950e51ecaebc871e050d80ab323f7e82f006248bbbc" - sha256 cellar: :any_skip_relocation, sonoma: "a6a395b95a51046977e446741b84615fc717e79935892b6a4fa5495a05a0a109" - sha256 cellar: :any_skip_relocation, ventura: "4665791510bffcf802d99768729208a4fbc25f68adee4c52484bac7f9ba014e7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "49193a3d537ac311ae17a860ffce05e8dcf98092a90e40fc5331358e60f1a53e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "84b7d7f63c34ed0f88eac2bc7a8b39e207d984c9a8fe4b03b9f00bded498ec35" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4311cdac2390f5b046024e36e602713a6b9ea68dcef0089e39a34baf9c39252" + sha256 cellar: :any_skip_relocation, arm64_ventura: "090c242dd60a66b7e841b5f3fba086da2b801cfd80928952f04d51161385b1cd" + sha256 cellar: :any_skip_relocation, sonoma: "255071110ef1478788f8e31944ef0173dc57bc083c08633595e7a45b520ea565" + sha256 cellar: :any_skip_relocation, ventura: "eb4284deaed086a40ce90deda6b2952ac5144d9fb599a1d6b05a7ef8d81749e1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c4dfee23f54012dc31a19aaa13aecb6cb42a686f03e81c43ef87d6f7f77b19b5" end depends_on "go" => :build From 3fb827da698ea9990349253b9d779a2b7ad1b32f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:08:44 +0000 Subject: [PATCH 07830/10074] rke: update 1.8.4 bottle. --- Formula/r/rke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rke.rb b/Formula/r/rke.rb index 933e345a8981e..b439fc19309ea 100644 --- a/Formula/r/rke.rb +++ b/Formula/r/rke.rb @@ -16,13 +16,13 @@ class Rke < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "45e7cd746615dcc044210e07140f47d25275bd4906f986f68d48348a8e749aee" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "82cc014aa995a580a3f67ce8e4b2b8c8df5a0b128269d85415ce7b2c712016ab" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bb0fdaf6bf164468cf5163343d5bec05424ed75d97d1c4f6d4b6f7f857949599" - sha256 cellar: :any_skip_relocation, sonoma: "b8bf4011c6959df445afcec7eb00177e3042604649087af9651873f812a7952b" - sha256 cellar: :any_skip_relocation, ventura: "51f6b268683ec88e5ab3249c1d019b49e5923ecf570f8344bbafece7aa829f48" - sha256 cellar: :any_skip_relocation, arm64_linux: "df98acb72efe59338ffa3d8a61c64072c2fb58f20f83afc8645bf8f20f137ff6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "adeef60bb701f2845e6a64ff9b17d51e90168e7b479ab71c85e6681258445c1d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e923714fe998d96f9840704a970bd086f989a6e562ac6f434e900699b526454a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bfcd54c8f069d6b68c209c7b81cb9de607fd95c668e0fd6305f5a3f086ae4048" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a6334635dc623424957aca32e35d037ed40d1411bb5b8b5f4970cb34c5a02808" + sha256 cellar: :any_skip_relocation, sonoma: "6f1c40f168c4a4e0790976c3230d748dcc9f09044505273b605300064e3ba837" + sha256 cellar: :any_skip_relocation, ventura: "dd7bcb8b7eb4ab22858fe12a2027caffbfa525837ee35c079b5cf438a569be1e" + sha256 cellar: :any_skip_relocation, arm64_linux: "b5a906789762faf4b067d287a4f00c9bea23f3f7dc287049231033b6bac4ef0b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "39ed062baea444ca5bb84e5cdb1b96fddc77a1fdc8426a37462eb1931ab991d3" end depends_on "go" => :build From 39961670e072eabaa3242bce21fb12250734014e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:15:31 +0000 Subject: [PATCH 07831/10074] vultr: update 3.5.0 bottle. --- Formula/v/vultr.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/v/vultr.rb b/Formula/v/vultr.rb index c0c0a365f585d..3bacff9d3cd9e 100644 --- a/Formula/v/vultr.rb +++ b/Formula/v/vultr.rb @@ -7,13 +7,12 @@ class Vultr < Formula head "https://github.com/vultr/vultr-cli.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ced1820bc7116f287cf41eb8a76089470b5eec6f7b7ac4f8a857c824cf8b760" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ced1820bc7116f287cf41eb8a76089470b5eec6f7b7ac4f8a857c824cf8b760" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0ced1820bc7116f287cf41eb8a76089470b5eec6f7b7ac4f8a857c824cf8b760" - sha256 cellar: :any_skip_relocation, sonoma: "77017761b8fcd63d811d483f5055adb292357a5ae83d1016620a700753f37935" - sha256 cellar: :any_skip_relocation, ventura: "77017761b8fcd63d811d483f5055adb292357a5ae83d1016620a700753f37935" - sha256 cellar: :any_skip_relocation, x86_64_linux: "061c93a10edaeb1e1237db4559091ea7cf3bc84b844aee2b27d23326b438fab8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a2ebbb295ddd6ee824582f0fd7439116d88a79666631689aefa5c7c0d93b933" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a2ebbb295ddd6ee824582f0fd7439116d88a79666631689aefa5c7c0d93b933" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4a2ebbb295ddd6ee824582f0fd7439116d88a79666631689aefa5c7c0d93b933" + sha256 cellar: :any_skip_relocation, sonoma: "5a047f5bdfd5e114ffee5a007b44cbc31122175cc3bb86f7a6700cd7ac96b88a" + sha256 cellar: :any_skip_relocation, ventura: "5a047f5bdfd5e114ffee5a007b44cbc31122175cc3bb86f7a6700cd7ac96b88a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "443b8f20566ee720cc7ca4947a2a2c94fd6326a45f63e597c206ec8d850b4e1f" end depends_on "go" => :build From d09c39124fecbd7dafc3e0816fe1d12c8abb4a4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:17:28 +0000 Subject: [PATCH 07832/10074] rio: update 0.2.19 bottle. --- Formula/r/rio.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/rio.rb b/Formula/r/rio.rb index d18be39265907..9ca0e5893f1d7 100644 --- a/Formula/r/rio.rb +++ b/Formula/r/rio.rb @@ -12,11 +12,11 @@ class Rio < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "45dae5174b78a06140dd9759783d306096d33b0fb9801d4df803211df996df20" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f30db34b1d5960435aff11cb7cabb4bc15dd33949374741d4151fc65b2ffd69a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b45f09c8102f125bf8d2f779a09aefb9644b139330b991e0f0b197c09e5d38ed" - sha256 cellar: :any_skip_relocation, sonoma: "7a1959a5fa9e1b1fa12d417f7c317a45af9254c8f56932132c360857cb0f771a" - sha256 cellar: :any_skip_relocation, ventura: "8aed42c1c9aeb6713a63e0742ce849d54f5ef4fe479f74fd095db6799899a3cc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d727079d95cdd8f8fb0df61ab63f8c06288e1d42297507006d373bf94cd3b22e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "376c9a9e3bedffdf15129c57554e54d02dc8062a4017242c2cfd80a2ba95c2f5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6618584881f637ad1e5373ce1e357c448a8078c34a96f270e2f65e5702156193" + sha256 cellar: :any_skip_relocation, sonoma: "27782152198224e60aab25379ee05bb30e27fe2a0a513da081c6729a41fa0c11" + sha256 cellar: :any_skip_relocation, ventura: "cbd3eb688ec0fc18131ad39f850dc7e2a2b80b5b5a431979331dadcf0fd8656d" end depends_on "rust" => :build From a79d9491265ff744099d67fb369f2e7dac3ff0e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:18:14 +0000 Subject: [PATCH 07833/10074] luarocks: update 3.12.1 bottle. --- Formula/l/luarocks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/l/luarocks.rb b/Formula/l/luarocks.rb index 5b0e0c2232c00..99fa80e2b4241 100644 --- a/Formula/l/luarocks.rb +++ b/Formula/l/luarocks.rb @@ -12,7 +12,7 @@ class Luarocks < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "78cf2c9f0b7d5235102f6bccfa9c2aa43857cff0b7a6f5d50225c45677b4cd98" + sha256 cellar: :any_skip_relocation, all: "dc6787931a2fa8a868caee82243556cdbe2c13a128b0ad5a599d63819ddd18c2" end depends_on "luajit" => :test From f746ee69c105725fe95488d8efd3158a6aab0668 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:23:51 +0000 Subject: [PATCH 07834/10074] trafficserver: update 10.0.6 bottle. --- Formula/t/trafficserver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/trafficserver.rb b/Formula/t/trafficserver.rb index 2dba78ed7e94e..ab80b25b79838 100644 --- a/Formula/t/trafficserver.rb +++ b/Formula/t/trafficserver.rb @@ -7,13 +7,13 @@ class Trafficserver < Formula license "Apache-2.0" bottle do - sha256 arm64_sequoia: "8036860308c3d5a166f8e67334892d79dd185b759a88f0bda448dc55e4d152d9" - sha256 arm64_sonoma: "e4b4b50ca4ccd123f27e6b140bc9db7faab0c793f71de15660336a1fc495ada2" - sha256 arm64_ventura: "947ce75f85a4f4e40da713ca19d9700ea6dff56340433f52dae608a81bb14c1a" - sha256 sonoma: "5f8f1e5de63f3a656df0c660d47b5394942ea922e1a47397ab62aff7bcf34bb5" - sha256 ventura: "f5d7187b184a23f594b870f252f494fcdad54ec0376244a174d608ac4eb68386" - sha256 arm64_linux: "d5686131b0ae392e9b63efd83df2fb98e8214ccb4db7d8d2b2ec899c0708b7f7" - sha256 x86_64_linux: "bba4bdd8d52ab6650c7957d16818fc22ad7db80032a6490635b9f2e4892efdc2" + sha256 arm64_sequoia: "2d6794e5a0ad69e8be2752879fe6422d66c3246d938f07df4e617b8371e21701" + sha256 arm64_sonoma: "cdb32bb48265464d8de86b52c487627d28572332c5ee2c6bb9600bd44aa85931" + sha256 arm64_ventura: "a34b6d5acddd5597ca2f6f803f9a94d34e89868fc50b676d7559d4b3bbe4753c" + sha256 sonoma: "aa8174d5eacf7932ab66e5d8dcd85d4114cb6158197388ee3f77515a6bdbace4" + sha256 ventura: "db74ef4ab6e12f6306bf5acd81b22703d2dd8fcd1b6393b14ab1a160bb6398ae" + sha256 arm64_linux: "be613bb9effed35cf0ac3bf81d016087fe413ca21c1c857770884beec3a2d6a9" + sha256 x86_64_linux: "be67bb37b296409d3accb03a7fd388d945ea5867de758b409106f0c25afb0f8b" end depends_on "cmake" => :build From 9c5bbc109513b742a90e28ab294647e532bb17fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:26:28 +0000 Subject: [PATCH 07835/10074] vhs: update 0.10.0 bottle. --- Formula/v/vhs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/vhs.rb b/Formula/v/vhs.rb index df6f5317dea4e..d7716a7f2560c 100644 --- a/Formula/v/vhs.rb +++ b/Formula/v/vhs.rb @@ -7,12 +7,12 @@ class Vhs < Formula head "https://github.com/charmbracelet/vhs.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f2a2174756cce0799fda2f31c004d1e8193b85e56ed799ecaaaceb841e3ef02b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2a2174756cce0799fda2f31c004d1e8193b85e56ed799ecaaaceb841e3ef02b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f2a2174756cce0799fda2f31c004d1e8193b85e56ed799ecaaaceb841e3ef02b" - sha256 cellar: :any_skip_relocation, sonoma: "195b57240e893ad37f6fc86d13c78d5ea4d99ff34213ce3ada8e6d66f63a0cb8" - sha256 cellar: :any_skip_relocation, ventura: "195b57240e893ad37f6fc86d13c78d5ea4d99ff34213ce3ada8e6d66f63a0cb8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d203d016045b4a304efbe5a1b9f21dbfce2bcd0fb2fb3e91cd694ac7c37d863d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "62e58ee735695f64fff35b0c32c1ddda7688d7da3c970652e3118ec8843394be" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "62e58ee735695f64fff35b0c32c1ddda7688d7da3c970652e3118ec8843394be" + sha256 cellar: :any_skip_relocation, arm64_ventura: "62e58ee735695f64fff35b0c32c1ddda7688d7da3c970652e3118ec8843394be" + sha256 cellar: :any_skip_relocation, sonoma: "555c4a74bb2df5b11488b54589a7b8b4cea5bcddba87ad9c1bf04a2054ffa154" + sha256 cellar: :any_skip_relocation, ventura: "555c4a74bb2df5b11488b54589a7b8b4cea5bcddba87ad9c1bf04a2054ffa154" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2f1fe18a37fa617a10925711ff8d2c00ea7f61a9030537d478b2df88fe3aec46" end depends_on "go" => :build From ffcb034642c533fb0ffc0972eae031ddaf0e0a44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:30:38 +0000 Subject: [PATCH 07836/10074] openliberty-webprofile8: update 25.0.0.6 bottle. --- Formula/o/openliberty-webprofile8.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/openliberty-webprofile8.rb b/Formula/o/openliberty-webprofile8.rb index 4d03a57a9972a..27186fb0f5977 100644 --- a/Formula/o/openliberty-webprofile8.rb +++ b/Formula/o/openliberty-webprofile8.rb @@ -11,7 +11,7 @@ class OpenlibertyWebprofile8 < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "a9c9d35f9b5a933a1adcf90699d1603712e17c67f1c0bd2c7747183d4ac3f15d" + sha256 cellar: :any_skip_relocation, all: "4a90376f9f522068287a1badd6959d6d2137e0af0135b339ec9da4977773b7a4" end depends_on "openjdk" From eab075abf8ac96be3a1af19cd90ea98f5cf46ef5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:31:43 +0000 Subject: [PATCH 07837/10074] openliberty-microprofile4: update 25.0.0.6 bottle. --- Formula/o/openliberty-microprofile4.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/openliberty-microprofile4.rb b/Formula/o/openliberty-microprofile4.rb index e718577eea12d..394c6e9832e04 100644 --- a/Formula/o/openliberty-microprofile4.rb +++ b/Formula/o/openliberty-microprofile4.rb @@ -11,7 +11,7 @@ class OpenlibertyMicroprofile4 < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "ddfbb1a6c4cd89e19e7d6120a7b0df766e999cb456d84f809e6f9bf757470830" + sha256 cellar: :any_skip_relocation, all: "0c7f48a2a8b733bfff5b7091282fa8ab71563467ed6029039dd8fb8e8925c41b" end depends_on "openjdk" From 22d1136c13d5edf39cc7c714e52ad8292f5a45a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:33:08 +0000 Subject: [PATCH 07838/10074] simdutf: update 7.3.1 bottle. --- Formula/s/simdutf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/simdutf.rb b/Formula/s/simdutf.rb index 6e3b474ee0b3e..16464a888e64c 100644 --- a/Formula/s/simdutf.rb +++ b/Formula/s/simdutf.rb @@ -12,13 +12,13 @@ class Simdutf < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "6a9b20ff5eedd441325216819e22e42420200f7738ccead54dd1aee9dd99d557" - sha256 cellar: :any, arm64_sonoma: "6cb738dbfcba72277f7bfea52b0471577ab23aec6fa8bc4f27e004513f1b5529" - sha256 cellar: :any, arm64_ventura: "40c3c1577a8c5494a3dc22a3ba4f9596c0fd0550a197f90c3e248dafffbafe3b" - sha256 cellar: :any, sonoma: "86917209f8009cdaaee70170adbe529a204ef6742ccc9099f94a94feaa38d5b0" - sha256 cellar: :any, ventura: "e59bf45c9a87d09b451b6023904b138c572aebbbf87da540b86f6bc0894baaaa" - sha256 cellar: :any_skip_relocation, arm64_linux: "81a1452432282fe777d02cae642c9717cd6f0bf08d73bb0de3325c4a0027e223" - sha256 cellar: :any_skip_relocation, x86_64_linux: "75f0837ac8f666e8f08b813c0495723014c7be124849938bde434808087acb2e" + sha256 cellar: :any, arm64_sequoia: "22f20ea2a72b4ba398b699e8e7c63e080e2f2ca7b75dfe5f678dfe4d20eb8e6e" + sha256 cellar: :any, arm64_sonoma: "e48a01edca981b998312a5bcef929859f8a526c68433b848fa6dd50eff1b020d" + sha256 cellar: :any, arm64_ventura: "90280bba99b3782aba0552b5f1d4a9c1cb44cee83f095a41f672a96fbfa22b2d" + sha256 cellar: :any, sonoma: "0bfb1790e3f85a06961a5ca6c0c7d830ca071b8ba9f869c1361f3e695bfe192f" + sha256 cellar: :any, ventura: "0d15d0fedc4d9c7ed3c90240f1edba99ccaec134ed019a8ad0360f97a3af6cd9" + sha256 cellar: :any_skip_relocation, arm64_linux: "99e15e4c689f27f18a631c4236a3f2a210fa3ef0faa11758cd95cbf5d7bf8753" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d5a7696f5b377f78c4045d33c39548d4f1debc4324e9e73b56a1cf0825fb2d76" end depends_on "cmake" => :build From e5e8d83b0c889d68c2f31d9d39762e4f44c15254 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:34:54 +0000 Subject: [PATCH 07839/10074] openliberty-jakartaee8: update 25.0.0.6 bottle. --- Formula/o/openliberty-jakartaee8.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/openliberty-jakartaee8.rb b/Formula/o/openliberty-jakartaee8.rb index 2374ca9464567..4fba7dd967dd8 100644 --- a/Formula/o/openliberty-jakartaee8.rb +++ b/Formula/o/openliberty-jakartaee8.rb @@ -11,7 +11,7 @@ class OpenlibertyJakartaee8 < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "b0bad60720bc6c7d26130d7dc476df1d9a34dcb5d5dc7741d1b154117e54214c" + sha256 cellar: :any_skip_relocation, all: "974fa9317946860d2a9e4f8ac46beb57a3544b141e23a9756d56ce0d9c3b9872" end depends_on "openjdk" From 33ade4864d6bfa4d9740162c8daaec9d06ac9b25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:42:26 +0000 Subject: [PATCH 07840/10074] enchant: update 2.8.9 bottle. --- Formula/e/enchant.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/enchant.rb b/Formula/e/enchant.rb index 652ac3fe20562..bd29857c451b6 100644 --- a/Formula/e/enchant.rb +++ b/Formula/e/enchant.rb @@ -6,13 +6,13 @@ class Enchant < Formula license "LGPL-2.1-or-later" bottle do - sha256 arm64_sequoia: "d2a121346d5e2ce84253e9b5fa56dd570f53010167b40028d224c3c0fefe8ec6" - sha256 arm64_sonoma: "24045952075732a80dc14b18a06578f7b6156f55d6cf44f5f85014320fac7b83" - sha256 arm64_ventura: "81a49deba1f0c1247c98d489e1061f7212c5505e1685d50175176691e04f49e0" - sha256 sonoma: "b32557b6d6b131b9990295cee2728d2e3fe0a0c191eec9ec47f45312d151a1cc" - sha256 ventura: "8e69f932af27dfa36c378aeed7a2a2e9a4636779dc7c4ba29d17cd9512eda8e8" - sha256 arm64_linux: "34be348f12fbc3f9c31a8bd91ca0dffc1330601740b2185ca6aee4daa89b9e20" - sha256 x86_64_linux: "a1ca40d62fa92d578e7a0b226d0a35133961956048571eebcabf5e0d9b922ee7" + sha256 arm64_sequoia: "0ee4cdb901464094d171471c561844363cb394caa9039752ef69dda4131da8b0" + sha256 arm64_sonoma: "7a09c1472767fbd434189c14dad79552b55aace339cc9508397d20cdb653bff7" + sha256 arm64_ventura: "7ca524fd6961a6707a19b85cba4d959c0160e9b0798e3433d834de8ee6e70881" + sha256 sonoma: "66664f0efb7caa91d559c9ba9da422240b065d6ab8efbbcdaf01e12790924e0d" + sha256 ventura: "c3e77e4dba9ad1532fe801f5bebe30163cd727625f8cc3475c027c60a05c0269" + sha256 arm64_linux: "318841bc2aa4d39078b12fbd553dd0021c6a31d480fde41a90f07463aaec382b" + sha256 x86_64_linux: "97365f0897d8adb6ea65746579e7a1271d75943ef85dfa6753e60f1565b6b88c" end depends_on "pkgconf" => :build From cc750676e07e31e77c4e21e0ae66ca5aa9884c45 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 02:27:28 +0000 Subject: [PATCH 07841/10074] ansible: update 11.7.0 bottle. --- Formula/a/ansible.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ansible.rb b/Formula/a/ansible.rb index 83e0de232f310..15d86b29a9713 100644 --- a/Formula/a/ansible.rb +++ b/Formula/a/ansible.rb @@ -9,13 +9,13 @@ class Ansible < Formula head "https://github.com/ansible/ansible.git", branch: "devel" bottle do - sha256 cellar: :any, arm64_sequoia: "068d9b51578207640ff5fef1116f6a8947d82ed7fbb89fbec7c5c18991906b6b" - sha256 cellar: :any, arm64_sonoma: "bfb3f59c07aa4544f6bebfe6cb38a5523989f27ea820ca77861fcb22a0a79bff" - sha256 cellar: :any, arm64_ventura: "5956eada3f6f166a7021cc39e9d7949d3bdb0a687873109c10a189370058221b" - sha256 cellar: :any, sonoma: "5e6bb18f1f01e0fdb602bb74c3acc21da07c49c632c10256313220c47fa51776" - sha256 cellar: :any, ventura: "72a545953d2ab366db0a2bc0b91629ef2d92759ac16ebf46ea90107df2c41b26" - sha256 cellar: :any_skip_relocation, arm64_linux: "6c1efc5aeda57a9d0f9c7010fa569cb3c8fb688ece4ada218467305a0e6acd33" - sha256 cellar: :any_skip_relocation, x86_64_linux: "97f5d2faa6edeaf12027458897b00390b47ef7fa13bc11f410ae97eeb958d840" + sha256 cellar: :any, arm64_sequoia: "db70b83a325493157792a450d1ef915bfeb914e55316b3fca72f0f11f2038504" + sha256 cellar: :any, arm64_sonoma: "7239b58ab84753bd29b96de4771059058ca526f1a6a14002b9e8a1144c18f81b" + sha256 cellar: :any, arm64_ventura: "ba248bd1a7e5ad7adc1c76c01509d82b8d76eb9bf987c9b74ef694d0058c25f8" + sha256 cellar: :any, sonoma: "77fd10d92ccbd8d9b34f246ec4ea703cb9fe0357846c7608f91f18547952fcf3" + sha256 cellar: :any, ventura: "7123b7b3ec0d27cfe7a1275ece49ead89e3e38bb65b880b6a9ea3bb4785ae47e" + sha256 cellar: :any_skip_relocation, arm64_linux: "19d9ebe3a265bf9b2499bbe1fd26220635a9e0396bd6010570fe9f837b0b0636" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9d0ac5d372cb8ed4ac830f2891d808cbf1748856a703deb45141cf9dfe6f5e4" end # `pkgconf` and `rust` are for bcrypt From 0988b933b2131b8c26a27f620bd7e0855a439a0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 02:27:40 +0000 Subject: [PATCH 07842/10074] block-goose-cli 1.0.29 --- Formula/b/block-goose-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/block-goose-cli.rb b/Formula/b/block-goose-cli.rb index de5c8bc7525d9..79174bfa33c28 100644 --- a/Formula/b/block-goose-cli.rb +++ b/Formula/b/block-goose-cli.rb @@ -1,8 +1,8 @@ class BlockGooseCli < Formula desc "Open source, extensible AI agent that goes beyond code suggestions" homepage "https://block.github.io/goose/" - url "https://github.com/block/goose/archive/refs/tags/v1.0.28.tar.gz" - sha256 "780ec1f805038b3c5549b4c04c55770a5bb25d7a252ef00c61ee26bb873e89a9" + url "https://github.com/block/goose/archive/refs/tags/v1.0.29.tar.gz" + sha256 "90551b6ef9e2197a55df7f3ccaf50fc1fc7316e63fac6a42a4df98bb9a45e511" license "Apache-2.0" head "https://github.com/block/goose.git", branch: "main" From 8faf73caf93a2476a3931fa7cb979be08bc42a8a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 02:28:12 +0000 Subject: [PATCH 07843/10074] chawan: add 0.2.0 bottle. --- Formula/c/chawan.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/c/chawan.rb b/Formula/c/chawan.rb index 8ba606a883747..3ef9c338077d3 100644 --- a/Formula/c/chawan.rb +++ b/Formula/c/chawan.rb @@ -6,6 +6,15 @@ class Chawan < Formula license "Unlicense" head "https://git.sr.ht/~bptato/chawan", branch: "master" + bottle do + sha256 cellar: :any, arm64_sequoia: "947cea8a8995e723b23a1356a4124de83458d07e85ec0aa8e53429a8860c0cb7" + sha256 cellar: :any, arm64_sonoma: "dc1da334eaf9da2251992bd143b4867b7675712226c369bfecfba500963f5732" + sha256 cellar: :any, arm64_ventura: "819d155a57265cad1ffe38e7b15e0f42dddf09ef98a3893f80c95ea8bb73fd3b" + sha256 cellar: :any, sonoma: "a6a6e1e9e86de56ce0f189cae9244fca36f7cdd09431a1eb3b0b3cb47cb1a08f" + sha256 cellar: :any, ventura: "588dcc354363e1e7ce54d1ec7171bbadacfba7f08822e15d623fda1dc82a0d64" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e7e131a7b8240c9a62f98092b27c4a14d51d60122dc3c9d116a76f4bda9930d9" + end + depends_on "nim" => :build depends_on "pkgconf" => :build From 0867559759f9045d09a9242c17c8328230973e62 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 02:35:22 +0000 Subject: [PATCH 07844/10074] bento 1.8.1 autobump: add bento Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/b/bento.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index c7e5c8c3bd695..710117eafe3bf 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -285,6 +285,7 @@ bench benchi bender benthos +bento berglas bettercap bfs diff --git a/Formula/b/bento.rb b/Formula/b/bento.rb index d7c509fbae869..3270a2611e18e 100644 --- a/Formula/b/bento.rb +++ b/Formula/b/bento.rb @@ -1,8 +1,8 @@ class Bento < Formula desc "Fancy stream processing made operationally mundane" homepage "https://warpstreamlabs.github.io/bento/" - url "https://github.com/warpstreamlabs/bento/archive/refs/tags/v1.8.0.tar.gz" - sha256 "71ef02ede93738288d97cbacc3629bf054882d27e8edf81eadfe2924b7105f24" + url "https://github.com/warpstreamlabs/bento/archive/refs/tags/v1.8.1.tar.gz" + sha256 "819ab411d01e911620d85cdd7aaaa5614e10d5bc0455e8e6478d72800b4183cb" license "MIT" no_autobump! because: :requires_manual_review From b17c230705fc6340a4b29fa2ab266b0f3eb39663 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 02:40:12 +0000 Subject: [PATCH 07845/10074] htmlhint 1.6.2 --- Formula/h/htmlhint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index 8c1d7c12903c8..9d605eb16d457 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -1,8 +1,8 @@ class Htmlhint < Formula desc "Static code analysis tool you need for your HTML" homepage "https://github.com/htmlhint/HTMLHint" - url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.1.tgz" - sha256 "4932de4468ae95ed84a26c330fbddd35e1e8d7855f7bb7ee52f4dea2dabb86a2" + url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.2.tgz" + sha256 "23cd35a00b256e6df6a1471bfbc5a124492fc78bc263443ccb7143b4f79e374d" license "MIT" bottle do From 4c5a876ec3516f2709bfc92b65d2d01041168365 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 02:41:15 +0000 Subject: [PATCH 07846/10074] ipsw 3.1.614 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index ec8b3396f1ce7..9ba9fe6c09da4 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.613.tar.gz" - sha256 "ce2ce277f1cc24157241daaf0a7ddd8cab4d3b49d74f456730203bc7d4c5e693" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.614.tar.gz" + sha256 "27ad7b233dc2b3849da33c7032cfdd8e6d6447f20dc2b13c5978356084a0ac3f" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From ee3b7ffa2fc5d6e46f23cd81e11339fbf674ac39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 02:53:42 +0000 Subject: [PATCH 07847/10074] postgrest 13.0.4 --- Formula/p/postgrest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/postgrest.rb b/Formula/p/postgrest.rb index 593a5dee8132d..9db5d6afa4fd3 100644 --- a/Formula/p/postgrest.rb +++ b/Formula/p/postgrest.rb @@ -1,8 +1,8 @@ class Postgrest < Formula desc "Serves a fully RESTful API from any existing PostgreSQL database" homepage "https://github.com/PostgREST/postgrest" - url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.3.tar.gz" - sha256 "5faf2b65455547e22da99ca26f0286f5583841630102db2350836dc92bd3efe3" + url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.4.tar.gz" + sha256 "515ea77c049ef69f4553940ef0f13018dc2b72792195ec11a2020fe8914ceab9" license "MIT" head "https://github.com/PostgREST/postgrest.git", branch: "main" From bbbbacc363311f30eed4d2a4bd01cfa7be5f22fc Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 17 Jun 2025 02:24:04 +0000 Subject: [PATCH 07848/10074] libogg 1.3.6 autobump: add libogg Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/lib/libogg.rb | 34 +++++++++++++++++++++------------- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index c7e5c8c3bd695..afa2d15fbb516 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2065,6 +2065,7 @@ libnghttp3 libnotify libntlm libobjc2 +libogg libomemo-c libomp libopenmpt diff --git a/Formula/lib/libogg.rb b/Formula/lib/libogg.rb index 8082ec578a234..2ecc1daf6d341 100644 --- a/Formula/lib/libogg.rb +++ b/Formula/lib/libogg.rb @@ -1,9 +1,9 @@ class Libogg < Formula desc "Ogg Bitstream Library" homepage "https://www.xiph.org/ogg/" - url "https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.5.tar.gz" - mirror "https://github.com/xiph/ogg/releases/download/v1.3.5/libogg-1.3.5.tar.gz" - sha256 "0eb4b4b9420a0f51db142ba3f9c64b333f826532dc0f48c6410ae51f4799b664" + url "https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.6.tar.gz" + mirror "https://github.com/xiph/ogg/releases/download/v1.3.6/libogg-1.3.6.tar.gz" + sha256 "83e6704730683d004d20e21b8f7f55dcb3383cdf84c0daedf30bde175f774638" license "BSD-3-Clause" head "https://gitlab.xiph.org/xiph/ogg.git", branch: "master" @@ -31,21 +31,22 @@ class Libogg < Formula depends_on "cmake" => :build - resource("oggfile") do - url "https://upload.wikimedia.org/wikipedia/commons/c/c8/Example.ogg" - sha256 "f57b56d8aae4c847cf01224fb45293610d801cfdac43d932b5eeab1cd318182a" - end - def install system "cmake", "-S", ".", "-B", "build", "-DBUILD_SHARED_LIBS=TRUE", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" + system "cmake", "-S", ".", "-B", "build-static", "-DBUILD_SHARED_LIBS=FALSE", *std_cmake_args system "cmake", "--build", "build-static" lib.install "build-static/libogg.a" end test do + resource "oggfile" do + url "https://upload.wikimedia.org/wikipedia/commons/c/c8/Example.ogg" + sha256 "f57b56d8aae4c847cf01224fb45293610d801cfdac43d932b5eeab1cd318182a" + end + (testpath/"test.c").write <<~C #include #include @@ -59,9 +60,14 @@ def install int bytes; ogg_sync_init (&oy); - buffer = ogg_sync_buffer (&oy, 4096); - bytes = fread(buffer, 1, 4096, stdin); - ogg_sync_wrote (&oy, bytes); + + // Read all available input to avoid broken pipe + do { + buffer = ogg_sync_buffer (&oy, 4096); + bytes = fread(buffer, 1, 4096, stdin); + ogg_sync_wrote (&oy, bytes); + } while (bytes == 4096); + if (ogg_sync_pageout (&oy, &og) != 1) return 1; ogg_stream_init (&os, ogg_page_serialno (&og)); @@ -76,9 +82,11 @@ def install testpath.install resource("oggfile") system ENV.cc, "test.c", "-I#{include}", "-L#{lib}", "-logg", "-o", "test" + # Should work on an OGG file - shell_output("./test < Example.ogg") + pipe_output("./test", (testpath/"Example.ogg").read, 0) + # Expected to fail on a non-OGG file - shell_output("./test < #{test_fixtures("test.wav")}", 1) + pipe_output("./test", test_fixtures("test.wav").read, 1) end end From 690546ae1bfc05e657a0abeb3dd55dea6c092eba Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 02:58:00 +0000 Subject: [PATCH 07849/10074] libnghttp2 1.66.0 --- Formula/lib/libnghttp2.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/lib/libnghttp2.rb b/Formula/lib/libnghttp2.rb index 914a641f95c33..cbedffcaea5b6 100644 --- a/Formula/lib/libnghttp2.rb +++ b/Formula/lib/libnghttp2.rb @@ -1,12 +1,12 @@ class Libnghttp2 < Formula desc "HTTP/2 C Library" homepage "https://nghttp2.org/" - url "https://github.com/nghttp2/nghttp2/releases/download/v1.65.0/nghttp2-1.65.0.tar.gz" - mirror "http://fresh-center.net/linux/www/nghttp2-1.65.0.tar.gz" - mirror "http://fresh-center.net/linux/www/legacy/nghttp2-1.65.0.tar.gz" + url "https://github.com/nghttp2/nghttp2/releases/download/v1.66.0/nghttp2-1.66.0.tar.gz" + mirror "http://fresh-center.net/linux/www/nghttp2-1.66.0.tar.gz" + mirror "http://fresh-center.net/linux/www/legacy/nghttp2-1.66.0.tar.gz" # this legacy mirror is for user to install from the source when https not working for them # see discussions in here, https://github.com/Homebrew/homebrew-core/pull/133078#discussion_r1221941917 - sha256 "8ca4f2a77ba7aac20aca3e3517a2c96cfcf7c6b064ab7d4a0809e7e4e9eb9914" + sha256 "e178687730c207f3a659730096df192b52d3752786c068b8e5ee7aeb8edae05a" license "MIT" livecheck do From 6d4bb88566648ccc40a42304cae54f645046315e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 03:06:27 +0000 Subject: [PATCH 07850/10074] chawan: update 0.2.0 bottle. --- Formula/c/chawan.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/c/chawan.rb b/Formula/c/chawan.rb index 3ef9c338077d3..e758445728ebb 100644 --- a/Formula/c/chawan.rb +++ b/Formula/c/chawan.rb @@ -12,6 +12,7 @@ class Chawan < Formula sha256 cellar: :any, arm64_ventura: "819d155a57265cad1ffe38e7b15e0f42dddf09ef98a3893f80c95ea8bb73fd3b" sha256 cellar: :any, sonoma: "a6a6e1e9e86de56ce0f189cae9244fca36f7cdd09431a1eb3b0b3cb47cb1a08f" sha256 cellar: :any, ventura: "588dcc354363e1e7ce54d1ec7171bbadacfba7f08822e15d623fda1dc82a0d64" + sha256 cellar: :any_skip_relocation, arm64_linux: "9dcab93cc7449e5970674f10d9de472e2a97ef23476738cef37ff47b66be952a" sha256 cellar: :any_skip_relocation, x86_64_linux: "e7e131a7b8240c9a62f98092b27c4a14d51d60122dc3c9d116a76f4bda9930d9" end From 7096b32faeb0fbcd132071c86bd00dcc5acce4e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 03:40:48 +0000 Subject: [PATCH 07851/10074] ipsw: update 3.1.614 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 9ba9fe6c09da4..78d43cff48774 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee69881f0dd83145a236ba5355a1dd6e7a8f0e1fe9abbbc43e36555b71fc18bc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "01e6d83ca0287d0cde56dd0ed14235b45941e21b308c63e6faa07f3cc0df9778" - sha256 cellar: :any_skip_relocation, arm64_ventura: "accf507beb0d342e0f1a9dd8c5a7b3869f31d7e0880a14a69a13725a59b7ffeb" - sha256 cellar: :any_skip_relocation, sonoma: "8aa6916477ae4b36ad3965c31cf8cd56a6e2567a97d43531499202e680e20d05" - sha256 cellar: :any_skip_relocation, ventura: "1497e48687bc349b5b00c30b849a8b1a8c7ce122fe7d9537c90226f7905f2972" - sha256 cellar: :any_skip_relocation, arm64_linux: "46a3671508f779eac54dcb78483691de397a85e0990d9eda04b1f9b93e528fe2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bc6fece78f4db75e6a61c463a1bc29d59f99ce93ba57a1272121bd51acdef4e8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3942581309c8d1b13a2a132184dfd43e52253feb8c0a84eb8a7f10117e99a09" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "42d162e2efec4bad38435cf2b8ffd02f567478d0e2ba73cbaff04810f8ad256f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4543d26406703c34853096834647da8bf0128ef1ffeb873773806f0b22f7d44c" + sha256 cellar: :any_skip_relocation, sonoma: "fa9caf412c050439edfea04c8a0750ec17fde56adb2139c79fb2c36825f5cba3" + sha256 cellar: :any_skip_relocation, ventura: "4be315084c45a3f306afbe1db252f227a785c9aa1a0c006a1c999d1c9d50c8f1" + sha256 cellar: :any_skip_relocation, arm64_linux: "9cbd3de68f2113c771d37b801cc104e899ce26b61f20e338a2af4e6fdeae82b2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee847b10adb9322bee05612dc65e0dbd3ea44b069fe05486b5cbc43ed6e1dffe" end depends_on "go" => :build From b60e55a58cb410889cacb8e03e6de4c8853a84aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 03:40:50 +0000 Subject: [PATCH 07852/10074] block-goose-cli: update 1.0.29 bottle. --- Formula/b/block-goose-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/block-goose-cli.rb b/Formula/b/block-goose-cli.rb index 79174bfa33c28..0603eac6290eb 100644 --- a/Formula/b/block-goose-cli.rb +++ b/Formula/b/block-goose-cli.rb @@ -12,13 +12,13 @@ class BlockGooseCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1899c4c918e1d37d045fcbeab1283644e894c66e180e852d62af71c766191fbe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c4c7cfb8f0e1d680e2d25400e05fded24aa4cebc508d18cf51442aaa50f3347" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d1a54658733c81cdcd30ebacb7c4d0d13cf7482306c865d8bc5d522dfb9bc9a2" - sha256 cellar: :any_skip_relocation, sonoma: "4a5950b0f94b009f0f502390d3a0b30a3f1c4135f441b10144ff5d9bfa0a47ca" - sha256 cellar: :any_skip_relocation, ventura: "911e8d36242ae15d3a3551833904608d2c11224e4004ead19a4473d2a17a9623" - sha256 cellar: :any_skip_relocation, arm64_linux: "3a81db9d8b444cfd004d1a506bb5e66e23da126e6ccdb8da99fd87091cedc161" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d8c5e0d8db65353d9df7239b9dd78d5fdb2c87f07207936b680113fbda1dd2f1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4bb6883fcbbda578d5805bb3e87cf48d6f297459a9fb6a6efe776ca9faf00f4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d04608bef72303ec4ddbb05f9978ab219aaba9c13e9b1b5831db11c0cb73410" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e0a2eb116c8cb0d640022fd7c3750d96818258f9027c063f8d7e2d0501163a35" + sha256 cellar: :any_skip_relocation, sonoma: "1215d94fd496d36176dfc77846aed2ca5fbbd18eabea880ea7ecd3fc9ce68171" + sha256 cellar: :any_skip_relocation, ventura: "bbc489d2f46697c0fc16c712dec69deea5bf0541fe6ab9240f00ac88868b07be" + sha256 cellar: :any_skip_relocation, arm64_linux: "8f128227cb7ba4e71b711316edd33e4559152386195d6f03b48ff918804a0fe2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e4b485568d6aecdf999dab7458cf152098de979825fd0459548e8ab0907e68e1" end depends_on "pkgconf" => :build From d5ada92f82ed6461b9bb6ba13e0dfd6702f7e3d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 03:40:59 +0000 Subject: [PATCH 07853/10074] postgrest: update 13.0.4 bottle. --- Formula/p/postgrest.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/postgrest.rb b/Formula/p/postgrest.rb index 9db5d6afa4fd3..b7acb3dc1544b 100644 --- a/Formula/p/postgrest.rb +++ b/Formula/p/postgrest.rb @@ -12,13 +12,13 @@ class Postgrest < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "fc2a0b6dca743a6a4b39febc84f68133693695ea3d12eaa2adfa8621dca8a50e" - sha256 cellar: :any, arm64_sonoma: "73ac5b047d3503edd2a3012df5d57bba34cca9bb431b0a1527934dba9cf7bd7a" - sha256 cellar: :any, arm64_ventura: "d37d2462a21de51469885d4a510c5baf7dc78c0b3d903e05aabe5acdf07d49dd" - sha256 cellar: :any, sonoma: "4247a500b08e6818ea61aa1d151e7afc6d0cac7b33b42d7ed5d158a5faa273d2" - sha256 cellar: :any, ventura: "2ab33929d12c77349f131f3876a338e7cae1efb64da9c692810479234d40a14d" - sha256 cellar: :any_skip_relocation, arm64_linux: "58bda9b0ebc3730c38e04c5d37aa42f0e71cd332a456433501fe29189e82c64f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ae64dd8a9ffb399e49846e20df031d3eb90cd845961d542e882a7b2a7b14eb2" + sha256 cellar: :any, arm64_sequoia: "0dd01a0cc4249c3ac70018a53267543cde8f8436541bda7f0d186ed64bf9884c" + sha256 cellar: :any, arm64_sonoma: "3cfa32fe2d94aeff85ccd56cd3cec21c127b77d88db7f397e4901da3033eb138" + sha256 cellar: :any, arm64_ventura: "23b47b1ae739206477cd1f8fd0c22c57b0753af621d29952f039710db0044fbd" + sha256 cellar: :any, sonoma: "1f4f9ed02529176f02fd489905dd72c5fc7d81a792ffe8742a8aa6222e395021" + sha256 cellar: :any, ventura: "c0adc9b0b3dfb78e3aa82e400f64b8988967792251bcc789c7158b0de4dd101a" + sha256 cellar: :any_skip_relocation, arm64_linux: "02951c7486b6b57bc5bca36501e060088cacd70e216d04e9855a946c2802d724" + sha256 cellar: :any_skip_relocation, x86_64_linux: "39c1e10ef5ba17d7650608e26e743094262fd0e2d3f3b45a7b13e5472089b717" end depends_on "cabal-install" => :build From 9d67717be643574137d148fecee630af2fcbd23d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 03:41:02 +0000 Subject: [PATCH 07854/10074] htmlhint: update 1.6.2 bottle. --- Formula/h/htmlhint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index 9d605eb16d457..cb0b65a66f3c2 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -6,7 +6,7 @@ class Htmlhint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "3f5ebb82dd16fe33087e689cb0c3f2dd80b23a6f6d3c036680abe4d86bd09669" + sha256 cellar: :any_skip_relocation, all: "dfa94b36bec4e6b9609447ea44b30462fc1d1e8d2a190ead942e156b1cb30762" end depends_on "node" From 1346d82eb0bc68f502a2768ea33e6d555fd2a136 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 04:19:31 +0000 Subject: [PATCH 07855/10074] dezoomify-rs: update 2.15.0 bottle. --- Formula/d/dezoomify-rs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dezoomify-rs.rb b/Formula/d/dezoomify-rs.rb index 2ec5c698c9725..82ff4b20cd341 100644 --- a/Formula/d/dezoomify-rs.rb +++ b/Formula/d/dezoomify-rs.rb @@ -15,13 +15,13 @@ class DezoomifyRs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "747be9819d67ad5fbe81b7a583cdc1e42c117cd5038bc6cab44980efd707c4d5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e017ca0e79ace888ff12e6ddc3546afff5d886e680edcff50c9d34ef1e22dfd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fc135b2a06103c45d8d89c45c147fddbf2e0a8dfa55aef72ed9bd5c9c0138923" - sha256 cellar: :any_skip_relocation, sonoma: "1c45e11b3f3a42733fd51e643c4ceaa3edc6a5710e3da21da7bc6ad589a2af96" - sha256 cellar: :any_skip_relocation, ventura: "5a0f8a4093c54f35c216f3a7be56f750c09fd559902ae3c8657dc4f16fbde608" - sha256 cellar: :any_skip_relocation, arm64_linux: "00f2a647ca94a7be398fa0dba17ac1dce9a9bbfdac257760387b4e942e499a9f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "36e7c6f0db47cd0d0b12ea6310e6c098607e8caf4b85464e914427d584070799" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "847cc613f3d55a6e7a4240166c77cb3f96361cdd1aae066d00e81810ea71182e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0404ff601c67f74757b3d827fa0eb15e9a2fbedd0916c827b918cc7b1a5164ad" + sha256 cellar: :any_skip_relocation, arm64_ventura: "347c1182e473e74646a95f9a9351149a33ddb84b3eb446da5602bc1091acb379" + sha256 cellar: :any_skip_relocation, sonoma: "62bdd4173ad1428c4a19515c4a8ae0728c919e2a7e641a08de9e1105ae72e155" + sha256 cellar: :any_skip_relocation, ventura: "0baa5cabf36380e51d8de49217a19b1dbcac4d8699fe15541c098b05d568baeb" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1533e3d5a7eeef4debd69d4a5b54dc8b38b7dbb03055c93b02699b4651a5c33" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a04d863259959bfb3021ba1e553e612e320fb515022081770dad861427ef3907" end depends_on "pkgconf" => :build From 0b3c0e3019a5c8fe782ccf3b5de1828da34df3a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 04:19:40 +0000 Subject: [PATCH 07856/10074] bento: update 1.8.1 bottle. --- Formula/b/bento.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/bento.rb b/Formula/b/bento.rb index 3270a2611e18e..b8358a42b9195 100644 --- a/Formula/b/bento.rb +++ b/Formula/b/bento.rb @@ -8,12 +8,12 @@ class Bento < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "814d36da40ffcb1c12a05008afd07ef0cb8a7f2f3e4f4fca5c5f7952932f1f92" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d3898927d841b207d777a10f0af42552262e4fa4842813ce1b2a17730223ad6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "55496a311b58d5c39480f57d12ea473ef302a4fbc590475edeee768c5896f55e" - sha256 cellar: :any_skip_relocation, sonoma: "017d4a2d908b7061cd3c988c7bfb3e38e922f312bcb29f31a1f46854a2552301" - sha256 cellar: :any_skip_relocation, ventura: "10b357ab9c674d2e33ddc0566d52469da6414535ba8b526ea61903fdfabfff54" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4b9e6a505aface1712ce72091564df402aa7a868c9e6f42ed3102e271af3bc88" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "39333cf8839d3744dd150c931b0bbb3edf699c85c84ead51ce116bc355f07d3d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb0868adc0786845615bb2e67b3c93d79bbacf96412d025cb4653d74fdd83937" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c640462164e09153ee415740f7d98c16410c213bac0b74a827f0bdbda8b510f1" + sha256 cellar: :any_skip_relocation, sonoma: "95c93920828f5d723f783a9389c480f9d0613644dc803e9aa868629a0149c2ea" + sha256 cellar: :any_skip_relocation, ventura: "187f832aefeefe5b845df3849fd67221c487caf837518fa056b0ea1f83eed14e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a86c2b4f2eb47c81ca7b410ab6a1dcf8637891c531a7757d03dff66a6fef5564" end depends_on "go" => :build From af3e9fe023bb1a035b8a4b73854688d9ab980836 Mon Sep 17 00:00:00 2001 From: GitLab CLI Version Bump Bot Date: Wed, 18 Jun 2025 04:24:37 +0000 Subject: [PATCH 07857/10074] glab 1.60.1 --- Formula/g/glab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 7107a00c78246..37265c22f7512 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -2,8 +2,8 @@ class Glab < Formula desc "Open-source GitLab command-line tool" homepage "https://gitlab.com/gitlab-org/cli" url "https://gitlab.com/gitlab-org/cli.git", - tag: "v1.60.0", - revision: "8056b7a3325097aadaa11272e76477619a28bdaa" + tag: "v1.60.1", + revision: "4f0ea8d59d11489757b986b327441e3c4c91e6a0" license "MIT" head "https://gitlab.com/gitlab-org/cli.git", branch: "main" From 7c89913768984475c8df86cf1c713754f06614ec Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 04:39:30 +0000 Subject: [PATCH 07858/10074] got: update 0.113 bottle. --- Formula/g/got.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/got.rb b/Formula/g/got.rb index c6353ca8afe3b..be02c54184511 100644 --- a/Formula/g/got.rb +++ b/Formula/g/got.rb @@ -12,13 +12,13 @@ class Got < Formula end bottle do - sha256 arm64_sequoia: "68c85a42020eab8fc3d8c682ac925ca722972404198b2c7129fd8bc15301a82a" - sha256 arm64_sonoma: "197a48d590f8151bc84c29c1eddc44ec3e093df6f34ef43f5cae7d2d9c9167de" - sha256 arm64_ventura: "89586da487f0f879033b928ddd73a8fa6f53d64b1f11f491c8a8803a48620c6f" - sha256 sonoma: "3f4cd4125196482e709e44dc99dd774c794b187049b0f796f4f705a95d3cd246" - sha256 ventura: "3df41972ed98834ef6c38086991aec8f9f38c8709c3a4e1cedcd0963f7850545" - sha256 arm64_linux: "4038503c0a1b9dd1d34c868cd1d3da6383f26b9cb0fdb645073b59491a75d039" - sha256 x86_64_linux: "e07cba7746ca57fa40d78a2df34c9f100d9d18c79637f16d5968ed3e65c68093" + sha256 arm64_sequoia: "72f75655bf3683761b1f8ddeecba24afb3face058dfa202cb5ba6b31006b652a" + sha256 arm64_sonoma: "6fa522d7b0bcc89c697510b8150e10967543c686ec9cd6286e3d8f7da19026f9" + sha256 arm64_ventura: "b18001240c484bb8f1e0f24167f90e40ae54b10996c420c5f965938e466ea6ad" + sha256 sonoma: "3f314d867ff6e0853e8592f4a9004c23c47dedb2a6b171c9013ddf8a9d01e0e4" + sha256 ventura: "d030d4c392b1193baab0c8d4a5e655d667946ca8c163dec0f205a1870eb41fe0" + sha256 arm64_linux: "95eee8ad7430d0d60d1c489d5273cbe030a3f629117d792a487b611768c88add" + sha256 x86_64_linux: "bbb1dd9920a21bb38167eb1f15aded62ccc85937c4e627d1840f7337e89076f4" end depends_on "bison" => :build From 429767fa0bfe5130b12c9340e44de8bfb43f2115 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 04:40:47 +0000 Subject: [PATCH 07859/10074] glab: update 1.60.1 bottle. --- Formula/g/glab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 37265c22f7512..459b9caf529f6 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -10,13 +10,13 @@ class Glab < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d4aa510d8dca7810b2cb5755554d31da52a8b0c25314b0307551805a0de8ef2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d4aa510d8dca7810b2cb5755554d31da52a8b0c25314b0307551805a0de8ef2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6d4aa510d8dca7810b2cb5755554d31da52a8b0c25314b0307551805a0de8ef2" - sha256 cellar: :any_skip_relocation, sonoma: "c8c1b77570e36a810673f25000c105410e9c06c36c6abfe8633e30ddc79ae9b9" - sha256 cellar: :any_skip_relocation, ventura: "c8c1b77570e36a810673f25000c105410e9c06c36c6abfe8633e30ddc79ae9b9" - sha256 cellar: :any_skip_relocation, arm64_linux: "f1d5348b03a6ce0ff2e766ca5b5b89045981f624c12c3c7270d147c541aa5055" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04b3859cbc70afd4a1a35448b970b45d4eea78b531d741e67602558d0e0e51e9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "11aed2cc9f5d9a41a6e44b656c02a8375cc23ae8c1d1919664396b4b42f91b29" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "11aed2cc9f5d9a41a6e44b656c02a8375cc23ae8c1d1919664396b4b42f91b29" + sha256 cellar: :any_skip_relocation, arm64_ventura: "11aed2cc9f5d9a41a6e44b656c02a8375cc23ae8c1d1919664396b4b42f91b29" + sha256 cellar: :any_skip_relocation, sonoma: "0828d326f3ac94daa760eaaa2b89bc954da27698d8062dab5c49b244cf4b64fa" + sha256 cellar: :any_skip_relocation, ventura: "0828d326f3ac94daa760eaaa2b89bc954da27698d8062dab5c49b244cf4b64fa" + sha256 cellar: :any_skip_relocation, arm64_linux: "78ce9db644666894ec6779afb91018f995d8ffbf8fc1644de4b6cc6450123193" + sha256 cellar: :any_skip_relocation, x86_64_linux: "361218cc4a461775b0c4eccdb3f9fe344731744deaf74a4b706758344f871ed0" end depends_on "go" => :build From 351bdf1fd381bf18d1ed2f1f43ec1ba139f0d489 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:09:07 +0000 Subject: [PATCH 07860/10074] qemu: update 10.0.2_1 bottle. --- Formula/q/qemu.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/q/qemu.rb b/Formula/q/qemu.rb index 762bf549121f9..0e2821bb7bad2 100644 --- a/Formula/q/qemu.rb +++ b/Formula/q/qemu.rb @@ -13,13 +13,13 @@ class Qemu < Formula end bottle do - sha256 arm64_sequoia: "2fbb46507db3640256480542b89188c6c0ffbea79331ad74af6d1aece2a957c0" - sha256 arm64_sonoma: "7bffbc3fca962f111f452e8b9f019c77f8611a1d77d09f90cbd69b1234b90619" - sha256 arm64_ventura: "9a4ab208884863423fe321d33411f0db53fd90a85c5e546a03485faf2732a3b4" - sha256 sonoma: "19570a46c5d9ecfc29e7f55c5d5940a08dd7ccb270dc4e86124268827550dd31" - sha256 ventura: "696f8a73d537069b1d4d808b4b02fd96d73ba9d66913201698610a082c671910" - sha256 arm64_linux: "b74ed8c16cf4a9002f9727b7ef34a76fd1553786f0acb2eb22fb4a87a79b1acf" - sha256 x86_64_linux: "b79fd2eae50f89ab74184a678291ffe671a7f0d66dfe9145eef615dab2d6e7e2" + sha256 arm64_sequoia: "fa1fc965e360177fab68eb784759a8f481c7c695bc70ec9cb988bc56184a1b93" + sha256 arm64_sonoma: "6c8d997801ce51a754e903cce76dff73641dbad5d47cf53185ce03d0bef1c301" + sha256 arm64_ventura: "129c97a6fcadf4fdae7ea3aba22c6f1c43d43c6ff683739c44558f9319793767" + sha256 sonoma: "18142439594ef786d3b6994fecee1ca01bd43b68afc75118327529693ca41209" + sha256 ventura: "e16854c8774fc9e103f5632e885b03e4ff457009b36e9b35bb7c6018d494a908" + sha256 arm64_linux: "770017fb8589e3133891e37d0437d7efcf66311ced261b4d4f0236875370c751" + sha256 x86_64_linux: "ba0572cb865851066e23d09f22b3816d51fd64c3cf75c9ea3dff5bcef9daa560" end depends_on "libtool" => :build From 8b78855e6ea951b2ac2d683b70db00814bf84f73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:12:21 +0000 Subject: [PATCH 07861/10074] newrelic-cli 0.99.0 --- Formula/n/newrelic-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/newrelic-cli.rb b/Formula/n/newrelic-cli.rb index efa5fc6d06b52..d48226f4866f2 100644 --- a/Formula/n/newrelic-cli.rb +++ b/Formula/n/newrelic-cli.rb @@ -1,8 +1,8 @@ class NewrelicCli < Formula desc "Command-line interface for New Relic" homepage "https://github.com/newrelic/newrelic-cli" - url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.98.4.tar.gz" - sha256 "1f3e82978a8c2fb362366d665047f919c1a6e7e7f93b60e256b85bc24e046da5" + url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.99.0.tar.gz" + sha256 "6c10d67cb6d9f83a22d526805162266f9383afd8b852a3bd06ee0e4b50044d4b" license "Apache-2.0" head "https://github.com/newrelic/newrelic-cli.git", branch: "main" From 892aba59d7fbb32dc6d19bf5ab7393ff3866b17d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:17:08 +0000 Subject: [PATCH 07862/10074] qsv 5.1.0 --- Formula/q/qsv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/qsv.rb b/Formula/q/qsv.rb index b66e3b468590a..aee0d270ac12f 100644 --- a/Formula/q/qsv.rb +++ b/Formula/q/qsv.rb @@ -1,8 +1,8 @@ class Qsv < Formula desc "Ultra-fast CSV data-wrangling toolkit" homepage "https://qsv.dathere.com/" - url "https://github.com/dathere/qsv/archive/refs/tags/5.0.3.tar.gz" - sha256 "3df998802030fd9a3e2cab12f2369ae75077ee74a7076c773298efbc30a4f61a" + url "https://github.com/dathere/qsv/archive/refs/tags/5.1.0.tar.gz" + sha256 "9bed0898cce8de237a0a04f8d28947720dbb6d0b2919cf297007a1a57569dfd2" license any_of: ["MIT", "Unlicense"] head "https://github.com/dathere/qsv.git", branch: "master" From 191ba0982dab034b9a9525f9b33b8db2192204b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:18:24 +0000 Subject: [PATCH 07863/10074] rqlite 8.38.0 --- Formula/r/rqlite.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 774df1e3a7baa..0a6cf5fa14392 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -1,8 +1,8 @@ class Rqlite < Formula desc "Lightweight, distributed relational database built on SQLite" homepage "https://www.rqlite.io/" - url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.37.4.tar.gz" - sha256 "3a5ded65609a7f4b9562ab676593f324784603d4de9047b8c80732d3f71f1e67" + url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.38.0.tar.gz" + sha256 "ea455cc813cb438b339489a96d9ca485191eb1ccbe7f52bcda87b80821e486f6" license "MIT" head "https://github.com/rqlite/rqlite.git", branch: "master" From 6353a2fa291ec110a37057c8a9c5611058afac90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:20:04 +0000 Subject: [PATCH 07864/10074] skaffold 2.16.1 --- Formula/s/skaffold.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/skaffold.rb b/Formula/s/skaffold.rb index 0db0875649bf7..7e850d0c2576f 100644 --- a/Formula/s/skaffold.rb +++ b/Formula/s/skaffold.rb @@ -2,8 +2,8 @@ class Skaffold < Formula desc "Easy and Repeatable Kubernetes Development" homepage "https://skaffold.dev/" url "https://github.com/GoogleContainerTools/skaffold.git", - tag: "v2.16.0", - revision: "7912f7ef4381533e3a9f98d7966211af1dd0f940" + tag: "v2.16.1", + revision: "95fb592deb61a4e290edca4925bd7c9c2fa93f6c" license "Apache-2.0" head "https://github.com/GoogleContainerTools/skaffold.git", branch: "main" From 765a534380d101acc79d68c3729ee5cb0c348507 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:29:38 +0000 Subject: [PATCH 07865/10074] newrelic-cli: update 0.99.0 bottle. --- Formula/n/newrelic-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/newrelic-cli.rb b/Formula/n/newrelic-cli.rb index d48226f4866f2..b0373c3a1676e 100644 --- a/Formula/n/newrelic-cli.rb +++ b/Formula/n/newrelic-cli.rb @@ -12,13 +12,13 @@ class NewrelicCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "56ba4fe0cf3b5e247e383f8bc8fc7e9b4e05bce2c23a9da60e3b73394c682792" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad06cf3b0fefb922ef1f646d3154bd37e6568b157d5cef938a7fb7972d717e65" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5776a8bad289858a9594e8340a4d6af74fc4d72aeea25bd131c18e2292bd846f" - sha256 cellar: :any_skip_relocation, sonoma: "12147a2aaa4f873df0d9b42bc99efd56069f5f71614f0624ae39a449b0280d35" - sha256 cellar: :any_skip_relocation, ventura: "a4ee118bef75ee12b6f80af59358aaca98a9414911d897136f5388dcd7e095bb" - sha256 cellar: :any_skip_relocation, arm64_linux: "89d06587c5fb2db2e68d3ba28bb236d93981d664152dd959d6c5cebad8896570" - sha256 cellar: :any_skip_relocation, x86_64_linux: "82eae2ebce90727ca33d58a74f1f086acfe4398e5931452b8efeb5a94e29c71e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0be523eb43e00bcd3a8db896f1c80bb0dd544234d2953d167c1149b8f224db5f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e49c8f41dd4d863a392363e02c76294ffbef611b642794e910078b35ccd7167c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "69fb8cc3a752867a384fdac902544f623f518f929c453b210716888a1bfe236f" + sha256 cellar: :any_skip_relocation, sonoma: "fcc714ef953023d798efb8c39ec536cac0fa8f73a911efb57a57575596924b5c" + sha256 cellar: :any_skip_relocation, ventura: "da1a13f17b99186f47785e6ea1ab40c2922ba1125672cc87e83167be9c67af38" + sha256 cellar: :any_skip_relocation, arm64_linux: "ae21526124ab69bc214205fee007f2ed38bdbd6a3d977c3c7da84b94250e9d59" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc8e70e2431a69fdb45840b4b8b73e57d7bdc9985f793193e066b94382d35a8d" end depends_on "go" => :build From 6159ed5c5068b0a682f0ead7b19241638bc2daa3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:32:56 +0000 Subject: [PATCH 07866/10074] rqlite: update 8.38.0 bottle. --- Formula/r/rqlite.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 0a6cf5fa14392..526d396d3d812 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -7,12 +7,12 @@ class Rqlite < Formula head "https://github.com/rqlite/rqlite.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "35c09f0ea09ea1398ed2b766a4985664fe92e57dcc769c13f2a15d0d17e3389d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9796dc964bb4225c11762eb936781c145bec06a6d56908881f8ee3850152c02" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce5355c27d6077d98b672faa3760cbc3a3b2970e4b54934ea2d302e7a8620c57" - sha256 cellar: :any_skip_relocation, sonoma: "daa6e6bdb03ab18959bb0e6056ef87103709e760c8c12a602ce1a0292033dcf0" - sha256 cellar: :any_skip_relocation, ventura: "2ebf129407de941fdf6737e8c27afe86e86ed11b6ee41929e9a8ba32cb2948d4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "849a289d0091efcbaffef224f17174916c436fe0907ebc3b3f7cc22732110d5d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aecad2297d27959987dba5ade6dc097e46a2bdbfc82287a98def683048834453" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "501eb08f130da93ed507671c70dad6cc6a1cd55485ef5b9905121d756263adf1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "518153b2d3768eadf88a8cf8e40d677ba87529ea9c66719201a8c51e28dc0250" + sha256 cellar: :any_skip_relocation, sonoma: "399abb8e207437398981f3e1072e724044af6b4107647923cbea342a46d588b6" + sha256 cellar: :any_skip_relocation, ventura: "8a51f53cb5d0c9ed724933894a219b5f1161ad93b8b1ebbf84946530611ead2b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "093bef068207780213279c404a53003898afface80535ceaa36724aa537f993e" end depends_on "go" => :build From 50249f895c24ccc9327c142e907b22fb4d962c71 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:02:42 -0500 Subject: [PATCH 07867/10074] mesheryctl 0.8.105 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 739529212b3ed..deb8d1a6c435a 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.104", - revision: "388e23a1d98b076b8943b67ce6b4cafe12cc5558" + tag: "v0.8.105", + revision: "fbf611ca5f51734b970498dfd7c75d558e750dad" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 07eecd9c6b0b7357f09058736b04090d9aa42c53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:46:22 +0000 Subject: [PATCH 07868/10074] mesheryctl: update 0.8.105 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index deb8d1a6c435a..cbf931ab0004e 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "899a17468b1b009285d261ae4f5bc681dd112c206ae0f565270a6662b556324e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "899a17468b1b009285d261ae4f5bc681dd112c206ae0f565270a6662b556324e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "899a17468b1b009285d261ae4f5bc681dd112c206ae0f565270a6662b556324e" - sha256 cellar: :any_skip_relocation, sonoma: "c4be49943bd4f41aba14a545c144051cf3b289a806b6682f197edf6a48f5b765" - sha256 cellar: :any_skip_relocation, ventura: "c4be49943bd4f41aba14a545c144051cf3b289a806b6682f197edf6a48f5b765" - sha256 cellar: :any_skip_relocation, arm64_linux: "faf5662b415f617ab9db8be2d42863d0151511877eb8d3c670a00d9bd24fb2a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dff5e25755e676bfc61efeed41cce873a6738781f7345bfd28bb08f75635abb2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2898b653a377b8528fa533927b7b0ee1eaf04415f33f478eb766156cfa5eaa9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2898b653a377b8528fa533927b7b0ee1eaf04415f33f478eb766156cfa5eaa9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b2898b653a377b8528fa533927b7b0ee1eaf04415f33f478eb766156cfa5eaa9" + sha256 cellar: :any_skip_relocation, sonoma: "a3987183d9e151ce1d28b96230fe071e1e926b370422bdbe5251fa13c8f2b263" + sha256 cellar: :any_skip_relocation, ventura: "a3987183d9e151ce1d28b96230fe071e1e926b370422bdbe5251fa13c8f2b263" + sha256 cellar: :any_skip_relocation, arm64_linux: "747cf4d8c4f11e931919666a889e9c0727a9a57133a74c039d1df76e59c2876f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d7db0cb29dbf8bfaf4ee3929e125bade48c985782dbc16697506795979c4e54" end depends_on "go" => :build From eaefdd208e0776b4a4ecc0a77ede5206f984b523 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:46:23 +0000 Subject: [PATCH 07869/10074] skaffold: update 2.16.1 bottle. --- Formula/s/skaffold.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/skaffold.rb b/Formula/s/skaffold.rb index 7e850d0c2576f..b676325aa9932 100644 --- a/Formula/s/skaffold.rb +++ b/Formula/s/skaffold.rb @@ -8,13 +8,13 @@ class Skaffold < Formula head "https://github.com/GoogleContainerTools/skaffold.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "16e73e45fca368c8214236995d0c35b192764306d468799d3a9e77ffa2591efd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc974754e526c5067077d344f1b66f88848a9e8f933789a0324a36cca8010561" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3c6e4771736a4cd5d8b1d904493a894d70fdec4827b2a8c6d44296ebd0b65db5" - sha256 cellar: :any_skip_relocation, sonoma: "16bfdeb146f0ab00f055f1116304d95806ba5508c6993f115124bd30aaa13416" - sha256 cellar: :any_skip_relocation, ventura: "4bd83e35ad8540593fa916ea5a871dec0fb288cf2c278ce91f46f0a7b749b069" - sha256 cellar: :any_skip_relocation, arm64_linux: "4ac1717855e4f17f892888c29b9203be1fc61ec4d36bb9349b3c8e54915dfb52" - sha256 cellar: :any_skip_relocation, x86_64_linux: "17f9e9b54277a851a4e01adf13b2cb6386452f6fe5a32c10139d7f1601121237" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "da74805a5e0303550d1b4b9458909a0ceda5ef187e7655f349bfc6eb734a25cc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4f7153ad45855c062b85cdfb448ad8b91ffc93a9b6d46186781301dd95566a5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d98bd0a90396c3601e76f6e3e11765536671ffd877fe8b8bb952f42deafa9d11" + sha256 cellar: :any_skip_relocation, sonoma: "86ae70e14ccf3d0d5a56b41f1762f973b0f021cf5d0bfbd861caa2c82a030ed4" + sha256 cellar: :any_skip_relocation, ventura: "73e002987e5d6fef0f608e0d547847a31cf0f051b6c4afac21383b675f72136e" + sha256 cellar: :any_skip_relocation, arm64_linux: "17ef5e278367b76792ed55c9f8d2f85574b08f02aca17edc4cdfd1ac2b149b79" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9bd0ab209037e2a9b76d9a4fe8d81ff97e73c42540050a4ded4797cc663f0314" end depends_on "go" => :build From b6161f0960651e02db26d807d24b2f06b47dc125 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:46:37 +0000 Subject: [PATCH 07870/10074] qsv: update 5.1.0 bottle. --- Formula/q/qsv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/q/qsv.rb b/Formula/q/qsv.rb index aee0d270ac12f..c25a3f04319dd 100644 --- a/Formula/q/qsv.rb +++ b/Formula/q/qsv.rb @@ -15,13 +15,13 @@ class Qsv < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b101516623fba87ffe16e879d6b6aa0c0c327dee7d3150633c79e43464afd607" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "561ed5fe0cc5b0259bbb66fa2b2380dac8d965751107da2a85ff7b8053f9e404" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3f565a3366cc8e9e5e0e6a490b2e8154490b1265993f7f721c66f63103311f95" - sha256 cellar: :any_skip_relocation, sonoma: "cf8c715c0373702bf144fb9894373d37be21fcc535e00e499f2ed76a5939c1fb" - sha256 cellar: :any_skip_relocation, ventura: "2f94499e561a9e6b94aa17b46995bdf3f408be508bf3087fb09721c65efb5984" - sha256 cellar: :any_skip_relocation, arm64_linux: "46329a37301014303e1f2eb8fec47bdd86a0f57c99eaa29ecdcdcd81e1f01afa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cdb21b32db5699f380fd4783e342cdfdfa4ebab21bc810ce79bc6a4d3202ec29" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "243f7f28836c546e018a36ea0788eb1d58268d93a67b0f613cc7608baddb61b2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee4ea68fc70b1425682668d71bcb8e7c95c11730c6c35b80c9fffc5d4e4df742" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2073e3fced0e3c6eac7d9a82eaa8826e9351f957154a6518c0597472c7a3776b" + sha256 cellar: :any_skip_relocation, sonoma: "002b6176e87d61dbdfcc366d5c73448e354b4f21f82d4a9c72c550ab207b757e" + sha256 cellar: :any_skip_relocation, ventura: "a85210ffe5b8ea93d2f7eb46b97d3e87f03e6e881e08f3c717592a57aaa7c717" + sha256 cellar: :any_skip_relocation, arm64_linux: "84939af77a2217dc553e0aed84018d7795759f7e469d05e62ed38b899a35394e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d294a8766c948fad6a9bed4581616729bd6d73ede3bfd772e04b7191a42daa01" end depends_on "cmake" => :build # for libz-ng-sys From c9d195616d4f6423552dba593d1375153ba55b79 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:53:46 +0000 Subject: [PATCH 07871/10074] cdk8s 2.200.104 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 94c067a849e5f..0cc79a13d45d4 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.103.tgz" - sha256 "07aa38f5c01d2ece383655aff67eadb7c4b4971ffc31f1079901d12595bf5b58" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.104.tgz" + sha256 "1d5233238d09bff6b54432afe3bf654f31dae3c031d9f80b31ae0ffb4375ca85" license "Apache-2.0" bottle do From b5e92c770d7f1d011cd7e883440861421ac78cb0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:00:23 +0000 Subject: [PATCH 07872/10074] fabric-ai 1.4.210 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index e23be176acc00..6f5c727e032d3 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.209.tar.gz" - sha256 "0c1d71fb4de4aa704c22592a0799df057f0d452e9dd679ef6715ed13affd28ca" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.210.tar.gz" + sha256 "3c567cb9b8a0b54060a3fb704cded98d93dbb20b9ae1bc72c9b261ca6db22533" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 5c1a9b1e0d37fb4cab59247701516f1f581edea2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:06:30 +0000 Subject: [PATCH 07873/10074] jackett 0.22.2026 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 1747a59f0acbb..82a8f038de899 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2024.tar.gz" - sha256 "6761666ad5e075b2de221b4db31d5399ad59b9667291d083ef52ad948e44f0f7" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2026.tar.gz" + sha256 "1fcdd22f6cca08feb3af93ac6a69f49918b7be08c958b6bfeacad5353b62d32e" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From b6dbc044725b6cdb09381234ca45bb1b4414cfbc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:20:41 +0000 Subject: [PATCH 07874/10074] pytest 8.4.1 --- Formula/p/pytest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pytest.rb b/Formula/p/pytest.rb index 9c9cc957b00b5..0accb9804044f 100644 --- a/Formula/p/pytest.rb +++ b/Formula/p/pytest.rb @@ -3,8 +3,8 @@ class Pytest < Formula desc "Simple powerful testing with Python" homepage "https://docs.pytest.org/en/latest/" - url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" - sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" + url "https://files.pythonhosted.org/packages/08/ba/45911d754e8eba3d5a841a5ce61a65a685ff1798421ac054f85aa8747dfb/pytest-8.4.1.tar.gz" + sha256 "7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c" license "MIT" bottle do From cb1a795af691f58b70f01fa2ab2de68e7615c085 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:28:52 +0000 Subject: [PATCH 07875/10074] vitess 22.0.1 --- Formula/v/vitess.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vitess.rb b/Formula/v/vitess.rb index 4bb6326ce7860..4da1061f3eabc 100644 --- a/Formula/v/vitess.rb +++ b/Formula/v/vitess.rb @@ -1,8 +1,8 @@ class Vitess < Formula desc "Database clustering system for horizontal scaling of MySQL" homepage "https://vitess.io" - url "https://github.com/vitessio/vitess/archive/refs/tags/v22.0.0.tar.gz" - sha256 "578203a3235ee9a316856b9bfa46c7029563776e38b120a12694fac80d8c789e" + url "https://github.com/vitessio/vitess/archive/refs/tags/v22.0.1.tar.gz" + sha256 "0e6a985b8c5298265f5acc171af3436c9286ea2474d133e76fcf280179a18c38" license "Apache-2.0" bottle do From feb19abac27013248c267f3ff920f295ba8504f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:51:02 +0000 Subject: [PATCH 07876/10074] aliyun-cli 3.0.284 --- Formula/a/aliyun-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 33befcb2301ae..90eb0ed37eb05 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -2,8 +2,8 @@ class AliyunCli < Formula desc "Universal Command-Line Interface for Alibaba Cloud" homepage "https://github.com/aliyun/aliyun-cli" url "https://github.com/aliyun/aliyun-cli.git", - tag: "v3.0.283", - revision: "b7d4806a60fa9a7571889cbc91dfdc300099cb0e" + tag: "v3.0.284", + revision: "065a32cb374349c61d0d054eef2c26c2197ebe0e" license "Apache-2.0" head "https://github.com/aliyun/aliyun-cli.git", branch: "master" From a1064490e95ff1de173927a85d6561b92e2c9538 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:51:23 +0000 Subject: [PATCH 07877/10074] angular-cli 20.0.3 --- Formula/a/angular-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index 7b95f1013b793..5929f964ff121 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -1,8 +1,8 @@ class AngularCli < Formula desc "CLI tool for Angular" homepage "https://angular.dev/cli/" - url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.2.tgz" - sha256 "b174fc767d1e3507108df8c190b90783f5fa91375966192565db704f40dec3ac" + url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.3.tgz" + sha256 "cfaac95473360b3756b9fac72f7aa3ea89701cd5b28b9e19a98eaf1a35e97a5c" license "MIT" bottle do From bbb055f3547a4527f256d9344dbafe8477e45d1b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:53:06 +0000 Subject: [PATCH 07878/10074] bibtexconv 2.0.3 --- Formula/b/bibtexconv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bibtexconv.rb b/Formula/b/bibtexconv.rb index d87a8a1c448e2..c6b0090ec42d6 100644 --- a/Formula/b/bibtexconv.rb +++ b/Formula/b/bibtexconv.rb @@ -1,8 +1,8 @@ class Bibtexconv < Formula desc "BibTeX file converter" homepage "https://github.com/dreibh/bibtexconv" - url "https://github.com/dreibh/bibtexconv/archive/refs/tags/bibtexconv-2.0.2.tar.gz" - sha256 "c9c01c3cd973a773af0b9854f08df31c34c64e6c118b3400db31b4d7fc2ae235" + url "https://github.com/dreibh/bibtexconv/archive/refs/tags/bibtexconv-2.0.3.tar.gz" + sha256 "aa1b001cc74d7690b7f4a3cf166f0935a0d8215c01aa6dd078aaec53fb87939d" license "GPL-3.0-or-later" head "https://github.com/dreibh/bibtexconv.git", branch: "master" From 7ad76c9cd054625594f6c97af8c035d97fdd97df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:55:03 +0000 Subject: [PATCH 07879/10074] chainloop-cli 1.8.0 --- Formula/c/chainloop-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index f038a6bc2d75d..7dcc9c5c98190 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,8 +1,8 @@ class ChainloopCli < Formula desc "CLI for interacting with Chainloop" homepage "https://docs.chainloop.dev" - url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.7.0.tar.gz" - sha256 "a9528b352eca86cc95a9ea75ac089e97597040fc4cd0b4d4de8b0199f1cce9c1" + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.8.0.tar.gz" + sha256 "126e0c5f47f19d7852abda3fa693fafb296ed73333163de0c57611b83912f3cf" license "Apache-2.0" head "https://github.com/chainloop-dev/chainloop.git", branch: "main" From 7a9d3c457b3fce13055bb9e65b3534182c894548 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:55:52 +0000 Subject: [PATCH 07880/10074] cloudflare-wrangler 4.20.2 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 5a6dbc7c8846e..ca7fb1d501dae 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.1.tgz" - sha256 "f899f3bdfb4a36a88cba25964c2e87c8a0c7b07ffa036b9be6b115aec68cab7b" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.2.tgz" + sha256 "c5c481765a0c6aa50058ef99f261ac349d46b0410dfe56847077a6ded51f949f" license any_of: ["Apache-2.0", "MIT"] bottle do From f6f6b6f668f420e1dd44f3995a53822199e501bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:57:11 +0000 Subject: [PATCH 07881/10074] cubejs-cli 1.3.22 --- Formula/c/cubejs-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index 8d536494539c3..eac42915bfd72 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -1,8 +1,8 @@ class CubejsCli < Formula desc "Cube.js command-line interface" homepage "https://cube.dev/" - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.21.tgz" - sha256 "d13577cc6d30660521ca086929dbfb48616d1284fe1d13efefb71fe67269b1b4" + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.22.tgz" + sha256 "19e8c2b6d56472baecc290a07ba067e803cd0778741bbfbea8ae545d713e2906" license "Apache-2.0" bottle do From 8d549b1620596162fa750ecc81afae0177006c92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:00:18 +0000 Subject: [PATCH 07882/10074] esphome 2025.6.0 --- Formula/e/esphome.rb | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index aad5b79f2d8e2..75046f2bb955d 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -3,10 +3,9 @@ class Esphome < Formula desc "Make creating custom firmwares for ESP32/ESP8266 super easy" homepage "https://github.com/esphome/esphome" - url "https://files.pythonhosted.org/packages/67/62/c1612b9db49a71c0a30c40aa26518df6273b68b61cd83d1678b034a5bbc0/esphome-2025.5.2.tar.gz" - sha256 "f1a8c98a480750a6fa1028d3d656ee3307d40e9336bf5b79081dc01a5f0021c7" + url "https://files.pythonhosted.org/packages/03/7a/bb283a36282e9ab6daa0a876eac70b9200853b820a7f981c7750b3c9aedd/esphome-2025.6.0.tar.gz" + sha256 "a8aa51e18853f00d03135f93d93238d9c133b5ca2600985a8e3cf5ccde1f92b5" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "78663f9a7099251307b2c1766713f550d57a99413b45e32c0daee3cb2d7a2f33" @@ -25,8 +24,8 @@ class Esphome < Formula depends_on "python@3.13" resource "aioesphomeapi" do - url "https://files.pythonhosted.org/packages/0f/02/385ddae872a565afb05479b0c0488662e7757cbee9f155a60396c074a0c2/aioesphomeapi-30.2.0.tar.gz" - sha256 "a7d0f05e9449aecb7eb25de88c737b1f1d3c32f57e4e478e57f192eea1446b88" + url "https://files.pythonhosted.org/packages/f8/9d/f680cd706a14274cfb2ecd555090418ba97869b9dbf6a608b2bf6ddb060a/aioesphomeapi-32.2.3.tar.gz" + sha256 "5262473190edf7390ea43c4be972f432e9e695022e675e6ef05bde4d645d27cc" end resource "aiohappyeyeballs" do @@ -65,8 +64,8 @@ class Esphome < Formula end resource "bottle" do - url "https://files.pythonhosted.org/packages/f5/3b/efa9540213c71be3500e14592c5823bd3f9ddd881d306e01b5dd490ddab5/bottle-0.13.3.tar.gz" - sha256 "1c23aeb30aa8a13f39c60c0da494530ddd5de3da235bc431b818a50d999de49f" + url "https://files.pythonhosted.org/packages/7a/71/cca6167c06d00c81375fd668719df245864076d284f7cb46a694cbeb5454/bottle-0.13.4.tar.gz" + sha256 "787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47" end resource "cairocffi" do @@ -75,8 +74,8 @@ class Esphome < Formula end resource "cairosvg" do - url "https://files.pythonhosted.org/packages/d5/e6/ec5900b724e3c44af7f6f51f719919137284e5da4aabe96508baec8a1b40/CairoSVG-2.7.1.tar.gz" - sha256 "432531d72347291b9a9ebfb6777026b607563fd8719c46ee742db0aef7271ba0" + url "https://files.pythonhosted.org/packages/ab/b9/5106168bd43d7cd8b7cc2a2ee465b385f14b63f4c092bb89eee2d48c8e67/cairosvg-2.8.2.tar.gz" + sha256 "07cbf4e86317b27a92318a4cac2a4bb37a5e9c1b8a27355d06874b22f85bef9f" end resource "chacha20poly1305-reuseable" do @@ -84,11 +83,6 @@ class Esphome < Formula sha256 "dd8be876e25dfc51909eb35602b77a76e0d01a364584756ab3fa848e2407e4ec" end - resource "chardet" do - url "https://files.pythonhosted.org/packages/f3/0d/f7b6ab21ec75897ed80c17d79b15951a719226b9fababf1e40ea74d69079/chardet-5.2.0.tar.gz" - sha256 "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7" - end - resource "charset-normalizer" do url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" @@ -235,8 +229,13 @@ class Esphome < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "semantic-version" do @@ -270,8 +269,8 @@ class Esphome < Formula end resource "tornado" do - url "https://files.pythonhosted.org/packages/59/45/a0daf161f7d6f36c3ea5fc0c2de619746cc3dd4c76402e9db545bd920f63/tornado-6.4.2.tar.gz" - sha256 "92bad5b4746e9879fd7bf1eb21dce4e3fc5128d71601f80005afa39237ad620b" + url "https://files.pythonhosted.org/packages/51/89/c72771c81d25d53fe33e3dca61c233b665b2780f21820ba6fd2c6793c12b/tornado-6.5.1.tar.gz" + sha256 "84ceece391e8eb9b2b95578db65e920d2a61070260594819589609ba9bc6308c" end resource "tzdata" do From 237ca67b03454f4e8e95dc561dad4fae19ce8e6c Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Wed, 18 Jun 2025 13:03:54 +0200 Subject: [PATCH 07883/10074] zeek: fix HEAD build We had custom patches in place to fix the build. This has been merged upstream in the meantime, so the patches are neither needed nor do they apply anymore. --- Formula/z/zeek.rb | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/Formula/z/zeek.rb b/Formula/z/zeek.rb index 389a8a6fe1f17..ccefb197ed2cf 100644 --- a/Formula/z/zeek.rb +++ b/Formula/z/zeek.rb @@ -47,26 +47,28 @@ def install # Avoid references to the Homebrew shims directory inreplace "auxil/spicy/hilti/toolchain/src/config.cc.in", "${CMAKE_CXX_COMPILER}", ENV.cxx - # Benchmarks are not installed, but building them on Linux breaks in the - # bundled google-benchmark dependency. Exclude the benchmark targets and - # their library dependencies. - # - # TODO: Revisit this for the next release including - # https://github.com/zeek/spicy/pull/2068. With that patch we should be - # able to disable test and benchmark binaries with a CMake flag. - inreplace "auxil/spicy/hilti/runtime/CMakeLists.txt", - "add_executable(hilti-rt-fiber-benchmark src/benchmarks/fiber.cc)", - "add_executable(hilti-rt-fiber-benchmark EXCLUDE_FROM_ALL src/benchmarks/fiber.cc)" - inreplace "auxil/spicy/spicy/runtime/tests/benchmarks/CMakeLists.txt", - "add_executable(spicy-rt-parsing-benchmark parsing.cc ${_generated_sources})", - "add_executable(spicy-rt-parsing-benchmark EXCLUDE_FROM_ALL parsing.cc ${_generated_sources})" - inreplace "auxil/spicy/3rdparty/justrx/src/tests/CMakeLists.txt", - "add_executable(bench benchmark.cc)", - "add_executable(bench EXCLUDE_FROM_ALL benchmark.cc)" - (buildpath/"auxil/spicy/3rdparty/CMakeLists.txt").append_lines <<~CMAKE - set_target_properties(benchmark PROPERTIES EXCLUDE_FROM_ALL ON) - set_target_properties(benchmark_main PROPERTIES EXCLUDE_FROM_ALL ON) - CMAKE + unless build.head? + # Benchmarks are not installed, but building them on Linux breaks in the + # bundled google-benchmark dependency. Exclude the benchmark targets and + # their library dependencies. + # + # This is fixed on Zeek's `master` branch and will be available with + # zeek-8.0. There there is a CMake variable `SPICY_ENABLE_TESTS` which + # defaults to `OFF`. + inreplace "auxil/spicy/hilti/runtime/CMakeLists.txt", + "add_executable(hilti-rt-fiber-benchmark src/benchmarks/fiber.cc)", + "add_executable(hilti-rt-fiber-benchmark EXCLUDE_FROM_ALL src/benchmarks/fiber.cc)" + inreplace "auxil/spicy/spicy/runtime/tests/benchmarks/CMakeLists.txt", + "add_executable(spicy-rt-parsing-benchmark parsing.cc ${_generated_sources})", + "add_executable(spicy-rt-parsing-benchmark EXCLUDE_FROM_ALL parsing.cc ${_generated_sources})" + inreplace "auxil/spicy/3rdparty/justrx/src/tests/CMakeLists.txt", + "add_executable(bench benchmark.cc)", + "add_executable(bench EXCLUDE_FROM_ALL benchmark.cc)" + (buildpath/"auxil/spicy/3rdparty/CMakeLists.txt").append_lines <<~CMAKE + set_target_properties(benchmark PROPERTIES EXCLUDE_FROM_ALL ON) + set_target_properties(benchmark_main PROPERTIES EXCLUDE_FROM_ALL ON) + CMAKE + end system "cmake", "-S", ".", "-B", "build", "-DBROKER_DISABLE_TESTS=on", From e603f61ef0b72d95f35bc1f4bc03a2219d336997 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:06:48 +0000 Subject: [PATCH 07884/10074] kubevpn 2.7.19 --- Formula/k/kubevpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 6003d896d126d..a61b7a2083221 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -1,8 +1,8 @@ class Kubevpn < Formula desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network" homepage "https://www.kubevpn.dev" - url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.18.tar.gz" - sha256 "55c2c1f2ca8a36d35671b8253db3abf6060fe7c29e085107ebcc5ac5e9d6ed73" + url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.19.tar.gz" + sha256 "4277b20cabc0667e9ca2be89f000bc740819839e59f8c3b56c4987d68c2fa4c4" license "MIT" head "https://github.com/kubenetworks/kubevpn.git", branch: "master" From 913262ac744fc145397e4af98fa7c1643e42b0e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:11:09 +0000 Subject: [PATCH 07885/10074] mx 7.55.7 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index d9b5393981b21..d441032261202 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.55.5.tar.gz" - sha256 "ebe8b8f06515bb7dd3065c2d896a3406e007327bf74225ce4563c58b21dfe81b" + url "https://github.com/graalvm/mx/archive/refs/tags/7.55.7.tar.gz" + sha256 "65f23d4aa2f85015a85a17b20cf2ddc12742e2beb65564280b2afaabbdcaeab0" license "GPL-2.0-only" livecheck do From fdc2a598cf5877f065faa4c56fa17c144b95abd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:11:41 +0000 Subject: [PATCH 07886/10074] nelm 1.7.0 --- Formula/n/nelm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nelm.rb b/Formula/n/nelm.rb index 49afe5b28369a..09f662fa3e56d 100644 --- a/Formula/n/nelm.rb +++ b/Formula/n/nelm.rb @@ -1,8 +1,8 @@ class Nelm < Formula desc "Kubernetes deployment tool that manages and deploys Helm Charts" homepage "https://github.com/werf/nelm" - url "https://github.com/werf/nelm/archive/refs/tags/v1.6.0.tar.gz" - sha256 "ea779e6639ceda003f053ceee40a91c520be668019438b2faa42f83dfcce581c" + url "https://github.com/werf/nelm/archive/refs/tags/v1.7.0.tar.gz" + sha256 "5e32d9cf1a6053bc5a2adbacfbcd791e8e73ca43456e0891f3f590688594320a" license "Apache-2.0" head "https://github.com/werf/nelm.git", branch: "main" From 250ef5544647a07e140c7b1274c9ace98fe35783 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:14:02 +0000 Subject: [PATCH 07887/10074] oxker 0.10.4 --- Formula/o/oxker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxker.rb b/Formula/o/oxker.rb index bec7ef9666d98..2231e8c62dca0 100644 --- a/Formula/o/oxker.rb +++ b/Formula/o/oxker.rb @@ -1,8 +1,8 @@ class Oxker < Formula desc "Terminal User Interface (TUI) to view & control docker containers" homepage "https://github.com/mrjackwills/oxker" - url "https://github.com/mrjackwills/oxker/archive/refs/tags/v0.10.3.tar.gz" - sha256 "6d27d6e9dfbe38270560751f932cd72659b73d4891117042aa21eba800f2ad9e" + url "https://github.com/mrjackwills/oxker/archive/refs/tags/v0.10.4.tar.gz" + sha256 "97c124e29b8ee3e92162c23f34aca78f585fed1a49727d865f06d5c02348805c" license "MIT" head "https://github.com/mrjackwills/oxker.git", branch: "main" From dd02b9115743ce69522d41e6b4a4119c939a7696 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:19:59 +0000 Subject: [PATCH 07888/10074] sql-formatter 15.6.5 --- Formula/s/sql-formatter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sql-formatter.rb b/Formula/s/sql-formatter.rb index e0dc60db5a4dd..9b66103de5063 100644 --- a/Formula/s/sql-formatter.rb +++ b/Formula/s/sql-formatter.rb @@ -1,8 +1,8 @@ class SqlFormatter < Formula desc "Whitespace formatter for different query languages" homepage "https://sql-formatter-org.github.io/sql-formatter/" - url "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.6.4.tgz" - sha256 "87eed4f3a0d0b64a35ebb790593ccd4d0f2066cb05865455191f6e6ba05bb81b" + url "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.6.5.tgz" + sha256 "8d1f00e8d478f9e17e3f4e1a34d01317a82909c241f89652597c17a53d569f83" license "MIT" bottle do From 7faaea6781ba9af6155b9a057922e95ecd8d4fe0 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 18 Jun 2025 12:29:08 +0100 Subject: [PATCH 07889/10074] vipsdisp 4.0.0 --- Formula/v/vipsdisp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vipsdisp.rb b/Formula/v/vipsdisp.rb index 367da2869b3ca..3c80e25710bdf 100644 --- a/Formula/v/vipsdisp.rb +++ b/Formula/v/vipsdisp.rb @@ -1,8 +1,8 @@ class Vipsdisp < Formula desc "Viewer for large images" homepage "https://github.com/jcupitt/vipsdisp" - url "https://github.com/jcupitt/vipsdisp/releases/download/v3.1.0/vipsdisp-3.1.0.tar.xz" - sha256 "5c40e71c9c60232dcbf2e1c389295a4a102a27603bce994dbb2e35ff4f1844db" + url "https://github.com/jcupitt/vipsdisp/releases/download/v4.0.0/vipsdisp-4.0.0.tar.xz" + sha256 "7bbb6740b13d0b211af2efab83d3a0d6e4646b15f57a038ac44ad67f446c5b64" license "MIT" livecheck do From ee3d025d101583019e8835073775ad49f16691cc Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 18 Jun 2025 13:46:53 +0100 Subject: [PATCH 07890/10074] ninja 1.13.0 --- Formula/n/ninja.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/n/ninja.rb b/Formula/n/ninja.rb index 8c6fe2d33a7a5..40b26d7848559 100644 --- a/Formula/n/ninja.rb +++ b/Formula/n/ninja.rb @@ -1,8 +1,8 @@ class Ninja < Formula desc "Small build system for use with gyp or CMake" homepage "https://ninja-build.org/" - url "https://github.com/ninja-build/ninja/archive/refs/tags/v1.12.1.tar.gz" - sha256 "821bdff48a3f683bc4bb3b6f0b5fe7b2d647cf65d52aeb63328c91a6c6df285a" + url "https://github.com/ninja-build/ninja/archive/refs/tags/v1.13.0.tar.gz" + sha256 "f08641d00099a9e40d44ec0146f841c472ae58b7e6dd517bee3945cfd923cedf" license "Apache-2.0" head "https://github.com/ninja-build/ninja.git", branch: "master" @@ -31,7 +31,6 @@ def install bash_completion.install "misc/bash-completion" => "ninja" zsh_completion.install "misc/zsh-completion" => "_ninja" doc.install "doc/manual.asciidoc" - elisp.install "misc/ninja-mode.el" (share/"vim/vimfiles/syntax").install "misc/ninja.vim" end From 87406c442b4700285b4a7ab0f3b0980a7f8398c1 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 18 Jun 2025 14:13:25 +0100 Subject: [PATCH 07891/10074] bitcoin: stop skipping tests --- Formula/b/bitcoin.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Formula/b/bitcoin.rb b/Formula/b/bitcoin.rb index ee912687f4412..cb66d42bfffe9 100644 --- a/Formula/b/bitcoin.rb +++ b/Formula/b/bitcoin.rb @@ -60,12 +60,6 @@ class Bitcoin < Formula end end - # Skip two tests that currently fail in the brew CI - patch do - url "https://github.com/fanquake/bitcoin/commit/9b03fb7603709395faaf0fac409465660bbd7d81.patch?full_index=1" - sha256 "1d56308672024260e127fbb77f630b54a0509c145e397ff708956188c96bbfb3" - end - def install # https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#berkeley-db # https://github.com/bitcoin/bitcoin/blob/master/depends/packages/bdb.mk From d6430a863414047cfc5614ac9bd7bb33ac908d2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:13:39 +0000 Subject: [PATCH 07892/10074] nelm: update 1.7.0 bottle. --- Formula/n/nelm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nelm.rb b/Formula/n/nelm.rb index 09f662fa3e56d..8b75e77c97637 100644 --- a/Formula/n/nelm.rb +++ b/Formula/n/nelm.rb @@ -7,13 +7,13 @@ class Nelm < Formula head "https://github.com/werf/nelm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb80baf986ac5910c4707ee15354bcf1a1b38af2d797be7e6c045903da1bff0d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "406bdbb8cd2acfa7e0738851434171f86fb0ba8f90edc79a6cbabdc0b6317781" - sha256 cellar: :any_skip_relocation, arm64_ventura: "612386d360f82d1bed216863d4c862a1903db14a6db301520ac761c8db5df5fe" - sha256 cellar: :any_skip_relocation, sonoma: "cfb9fa5af7a6c98ed167fa4a81418a07ae627fc0e09fe7898905f564ba93586a" - sha256 cellar: :any_skip_relocation, ventura: "2f0a3e6ff2dd23be91269423370cdbe1296609565f6eebd0415924b5bac4eb5f" - sha256 cellar: :any_skip_relocation, arm64_linux: "c9a3d5bfc1780a2055494679a862faf80a07972c903837ff10d3accb4bb0ec83" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c4d75f845d3c732eadd734c083ef8432f77cbdb1cb269b1817e15bad1857a3c4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c6c3c9856931f220b5c0e1e0d498cfabd841e4cb0f03d92a78c350e37e582f2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f079679e7c43956e779fd4f5a610dcbf6c929c3aa64e9267ab968b3e8df5907" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fd04ac791a265e1737a44c256506c906dfc1074133eaaf5c9c9715d829940d0d" + sha256 cellar: :any_skip_relocation, sonoma: "43a68aecb01d19476d2f40bac6fb4ebe742aefc7308dc9d190981c46117fc5c3" + sha256 cellar: :any_skip_relocation, ventura: "60be66ea85300b8c11530b79496dad2f22ca2f5773266b61abc8600d07fd9cae" + sha256 cellar: :any_skip_relocation, arm64_linux: "3a4ec46df0775341ce7af9c3bbcfea7bc86ee60859664507db1f227da45d1eb3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "260358569eaa9b6722d347a161b1e3fa2df1b962f29a9845b40f6d75c8322a2b" end depends_on "go" => :build From 0835fc113b3dd9e6418ee239317d7a1b125cf13a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:14:04 +0000 Subject: [PATCH 07893/10074] kubevpn: update 2.7.19 bottle. --- Formula/k/kubevpn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index a61b7a2083221..25defd0450ba3 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -7,13 +7,13 @@ class Kubevpn < Formula head "https://github.com/kubenetworks/kubevpn.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cbffdd8a8e6a922e5a2497a8d1fda056937e0877d1cd69de4b07eb142e98896" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7eb150140a4d77c67a1e3f00442aeec0803727cd241dab19e813e4b885a04ec" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9da23bb7a405580eef1c72bbc766e11a53fab50fc59d12908725526432de59c6" - sha256 cellar: :any_skip_relocation, sonoma: "b1f1ce87e72da3a014fb91229dd3e742ba53d2c85a618963db213a5f708d8452" - sha256 cellar: :any_skip_relocation, ventura: "2b13235846da1e81a5fa049ba525ace3351955951da3797d7231661e5b05547c" - sha256 cellar: :any_skip_relocation, arm64_linux: "4aa8f4e6c8b03d52d4c4b05dfe52686d5fd8251ab3b08dbf85e5a1e443aeb421" - sha256 cellar: :any_skip_relocation, x86_64_linux: "79015b550731e4a0e5bdfcfafe6a703674f6cc60395cad2dc230771d2104e833" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "10d434797f5c307759ed3ea1986f1989c2c944d8381a6694a88d0fb9914f96d6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d898983b55842e2f55a5f8124cd7a71ce302b64d3e6d94fa4220e64183e02ce8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "19319a1baa5865b7075b1be4930067940c15b08f4b894fd4830265a8b2cc1d9b" + sha256 cellar: :any_skip_relocation, sonoma: "4735055a8b2ee0dd71d2c1e6d148c1ffa49f14c4f7c36339e4508d196b80a696" + sha256 cellar: :any_skip_relocation, ventura: "dfbc79dff6ee6ebd53d8c4c1f8c03dc67af6e35c14f0522be5c4ba9da72112ed" + sha256 cellar: :any_skip_relocation, arm64_linux: "4311ec5028a17bb4a0cdd60f2c6142f2b6dec8199ad311e686ea1de75f6ffdc6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "76709c9df17e465571d221acc5de0598e7658a784d96b2dfda38b672f24a77f8" end depends_on "go" => :build From a8dca0f73205a3834d0d5b21ccfe339d47b6be3d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:14:11 +0000 Subject: [PATCH 07894/10074] chainloop-cli: update 1.8.0 bottle. --- Formula/c/chainloop-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 7dcc9c5c98190..1395569aad958 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -7,12 +7,12 @@ class ChainloopCli < Formula head "https://github.com/chainloop-dev/chainloop.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "be99be6c9a9c141a005d13927256cdeca2d3b15a1339799a4fea710641adb349" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "07901bf850e4a73b5d862f8e0be5b41f89ad24b541112ad80631ed9ef7f1ca09" - sha256 cellar: :any_skip_relocation, arm64_ventura: "24488b074ffb67fd77f49e5ac3fc62f212fbd630999fce879eca2a28f958596f" - sha256 cellar: :any_skip_relocation, sonoma: "1f6a66cb12f1736b8b31df10f3537a957f9dbd156eac3b5c4e0796809d1e77f9" - sha256 cellar: :any_skip_relocation, ventura: "58c56a06753baa99e684fb13ff483ef7537cd309c8eccf266dd4d1357c29d117" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4152cafd7974f0e3d4a11bc8e0ea16046dada2f3168b60b76c297cf527703530" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a25370f6c6202c067d60422c2b23dc6d47c5fdeeffc436d98824689bd72db735" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4510159c418a09d82d5f6146f303a07a720a45b50609fe6d6c2c97297a04352" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4709100f1b4dd775af3c4d2795da6bbe835870a48253df6f52ead33156df38bf" + sha256 cellar: :any_skip_relocation, sonoma: "9c72fd03055a955f4d97b0581bc7ea7fdda3b423a5ad2306e257d3795944bc89" + sha256 cellar: :any_skip_relocation, ventura: "762526243bb648202f94209f5e74362db9ce6d0a19763b34a73d79fbede8db65" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e0adbc90226df311aeea25f732756cf85b4669d5b7c0d429d14da475cef274b2" end depends_on "go" => :build From 5f0bb1c43811bc6883e485404e5a65526d491d22 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:14:16 +0000 Subject: [PATCH 07895/10074] aliyun-cli: update 3.0.284 bottle. --- Formula/a/aliyun-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 90eb0ed37eb05..79a64c7355572 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -8,12 +8,12 @@ class AliyunCli < Formula head "https://github.com/aliyun/aliyun-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ccb388993992671413570f10f504417e38e106d27d061293568b8ebb25fc221" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ccb388993992671413570f10f504417e38e106d27d061293568b8ebb25fc221" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0ccb388993992671413570f10f504417e38e106d27d061293568b8ebb25fc221" - sha256 cellar: :any_skip_relocation, sonoma: "f48a9172d905440be1eb8e221d716fa8fc55b0185e1a2ab0a87e05f5f30ae941" - sha256 cellar: :any_skip_relocation, ventura: "f48a9172d905440be1eb8e221d716fa8fc55b0185e1a2ab0a87e05f5f30ae941" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b055b9435a60b98b2e3f3cedb82658b94fcf439645f91619d30c2d0b92f7d42d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "80c23f376163331fb835358f8123428d9e637a2d32ff60fbc28f227b1403619c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "80c23f376163331fb835358f8123428d9e637a2d32ff60fbc28f227b1403619c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "80c23f376163331fb835358f8123428d9e637a2d32ff60fbc28f227b1403619c" + sha256 cellar: :any_skip_relocation, sonoma: "b1e359fd87cb9f231a6a028a7d46a32a1cf14b51614890b95d9afe80059f73a4" + sha256 cellar: :any_skip_relocation, ventura: "b1e359fd87cb9f231a6a028a7d46a32a1cf14b51614890b95d9afe80059f73a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e82840e076a6c9469bc994866de64c37d7e651e2932183d11397c61eeadd802f" end depends_on "go" => :build From 42a2ee75fbd2694435543676ff5fd286108fb0fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:15:20 +0000 Subject: [PATCH 07896/10074] fabric-ai: update 1.4.210 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 6f5c727e032d3..449f8833899a7 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c5ee049124db497a2ed7a431469142ec0814fb8b3e656e130bb9e5df146f808" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c5ee049124db497a2ed7a431469142ec0814fb8b3e656e130bb9e5df146f808" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4c5ee049124db497a2ed7a431469142ec0814fb8b3e656e130bb9e5df146f808" - sha256 cellar: :any_skip_relocation, sonoma: "b6f6637712fbd1b5ee83fc4a5388f701c25caf604eaf30cc06eac2ca84af877d" - sha256 cellar: :any_skip_relocation, ventura: "b6f6637712fbd1b5ee83fc4a5388f701c25caf604eaf30cc06eac2ca84af877d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cb7e196518b24c678f723fa33d4303f12a673c169a4527ccacaeae6549075cba" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b05692cdeec6e692cabb101e0e116bb96fd564c171609d818280fc92b343a2b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b05692cdeec6e692cabb101e0e116bb96fd564c171609d818280fc92b343a2b4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b05692cdeec6e692cabb101e0e116bb96fd564c171609d818280fc92b343a2b4" + sha256 cellar: :any_skip_relocation, sonoma: "494122948a4b2e48debcba40c300c399b2768cb657566f791f37371136b931c8" + sha256 cellar: :any_skip_relocation, ventura: "494122948a4b2e48debcba40c300c399b2768cb657566f791f37371136b931c8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5853f8fcd106ff987e92b02f0504528b5b624d2b48e2ae14ea92ea3061a96339" end depends_on "go" => :build From 9713a6c339dac66e6be7ae93d773e157846cb822 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:15:27 +0000 Subject: [PATCH 07897/10074] vitess: update 22.0.1 bottle. --- Formula/v/vitess.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vitess.rb b/Formula/v/vitess.rb index 4da1061f3eabc..191442baab56e 100644 --- a/Formula/v/vitess.rb +++ b/Formula/v/vitess.rb @@ -6,13 +6,13 @@ class Vitess < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a16a6abc713f036b56ce408a60f7133fdbe607e15aafd5ea17e4a0a613c9dd3f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "98eba4660c3560f37b844e64696150bd94340c78348934aed4a72d8cbec4aebf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "73ffb944b44b897c9dd208840f5d4f02dde196dcdd66b7db994ed8e41e097f28" - sha256 cellar: :any_skip_relocation, sonoma: "769c69de6a43a87539b779a114e3cf7d2f8e1fbab5e0f5da280df4f645d94fb9" - sha256 cellar: :any_skip_relocation, ventura: "0df7d6bfd7ce29c244988390eaa03bfd30eacc46fbd038d4192091fe115f6c00" - sha256 cellar: :any_skip_relocation, arm64_linux: "b44df86fd12e97c866c6f712e456c0ea4442053d3e572570b4b24feeac9b8a69" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6284282fca8d95b967a7b8ee7abdb11693168261121ae6c71bb395c34823d417" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "db0a99f71fbd8574507c5ceb58d614c13ce4b9cf39f5e0413993fd6494f0cd93" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb64693b02895cc485400b2d025f64d40ede2d14fda76e32af1ffb935bd1e220" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7ee3e21d62551620028558f157eba7520c9620588148cd417f98c9b6dd39ab80" + sha256 cellar: :any_skip_relocation, sonoma: "e63c59146c04bbeb674cb0f3a535146b6d14d9d685d546e99c51e307e599b214" + sha256 cellar: :any_skip_relocation, ventura: "508a2b5288196222786ac6772113f1b2df7df5c51589e594ccc4c19106ef8a06" + sha256 cellar: :any_skip_relocation, arm64_linux: "a7b34cd6fa22c026e94a667a68e3598c251fcfb7fb8e7caf21bab546e842bb55" + sha256 cellar: :any_skip_relocation, x86_64_linux: "475acb3982bb4167e4019f3126c7ec1541a173b43ecea92af4ee6efaa63961a0" end depends_on "go" => :build From 610c13627e8b176afdd981f3316478b59227987e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:42:31 +0000 Subject: [PATCH 07898/10074] sql-formatter: update 15.6.5 bottle. --- Formula/s/sql-formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/sql-formatter.rb b/Formula/s/sql-formatter.rb index 9b66103de5063..a545813227a44 100644 --- a/Formula/s/sql-formatter.rb +++ b/Formula/s/sql-formatter.rb @@ -6,7 +6,7 @@ class SqlFormatter < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "376430bf9d8477f476ceb6678de35f3679d2d7e009e62a21048d5e383b023054" + sha256 cellar: :any_skip_relocation, all: "0ed7b44ccc82479d7a8868229e7ee2ffb41672a01b702baae4fb39cb7973049d" end depends_on "node" From f388084cda2cb430ed8fea188ae91ff9be3f7560 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:42:36 +0000 Subject: [PATCH 07899/10074] oxker: update 0.10.4 bottle. --- Formula/o/oxker.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxker.rb b/Formula/o/oxker.rb index 2231e8c62dca0..21c921081dfff 100644 --- a/Formula/o/oxker.rb +++ b/Formula/o/oxker.rb @@ -7,13 +7,13 @@ class Oxker < Formula head "https://github.com/mrjackwills/oxker.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e02a7a9d1545f4e9d227c5fbb1046f72611e43bc4480270f573cb87c0a625cbf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a5cf4e716332ded13596d787d5c23f73897c7a77fbe086b480e1e1307f6d702" - sha256 cellar: :any_skip_relocation, arm64_ventura: "198fa27793541fb09603c68c74b516c3c702495c1b4ae935a17d8e3b1ed521e6" - sha256 cellar: :any_skip_relocation, sonoma: "a80cddf2f024cb60e2b5c3896671befa452d74541c330c80c2b5c5d35fbdf7a5" - sha256 cellar: :any_skip_relocation, ventura: "8c6b2986ce0c4bd11e40722188c53f746f4309b5d6348823dcece4f8dc8ac396" - sha256 cellar: :any_skip_relocation, arm64_linux: "e4414e8f4e92b3d7c8f745957f3d193f2120bf2c68146afd55b2a67dc6da28aa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc321af614e20ee574d398ddad12d4b50a5b75761464162aac094986ca7c4287" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9dae0b4e183f4132e9c14f95d3c91c4aad26ea07b5f7a9ef6dbb296a15f77fdd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7859d51bfc65b2275c1aaa8a79902d428be25985930b16df741e96572b6f6d8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "165457fa8c22d05c68129b41e28cad8f73160185dd970ce3e48fb8579f607f24" + sha256 cellar: :any_skip_relocation, sonoma: "f8c93adb35a8b3e01484fd54f007cfd333986f6e591ef4dfc3314eb34c9dc620" + sha256 cellar: :any_skip_relocation, ventura: "1e98f706e77035e0d03f8b8ed694e6e3c05f884daed87eda61a811d6c1ce77b7" + sha256 cellar: :any_skip_relocation, arm64_linux: "f397f49ea6d8e6792f16b14b0c3630befb4a72543d3ac16afd08b91a4fd47dfe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4826164f49977f1d12b389457ce74146857d751a8e149b572ebcb38658580c7f" end depends_on "rust" => :build From c71a130f8ac62fe7cb073249ad959b77f9f41e59 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:42:51 +0000 Subject: [PATCH 07900/10074] mx: update 7.55.7 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index d441032261202..feab07a0e483e 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "fe75c3b363df35c55b0e7fb79ec2857711ce069e2ae1828ac113572368d6d646" + sha256 cellar: :any_skip_relocation, all: "0c69098f8e0d932b909d0a75c97ce643f6e1274df6ec6aa41e83fa76188b68e4" end depends_on "openjdk" => :test From c172d14726dc7f58493584dea4605594fb5f7494 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:43:21 +0000 Subject: [PATCH 07901/10074] esphome: update 2025.6.0 bottle. --- Formula/e/esphome.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index 75046f2bb955d..1e3ca8ea14f0f 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -8,13 +8,13 @@ class Esphome < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "78663f9a7099251307b2c1766713f550d57a99413b45e32c0daee3cb2d7a2f33" - sha256 cellar: :any, arm64_sonoma: "8db91eb9d4c836e20c83d493681f35430b45483885977eaadfa56481e1276a0b" - sha256 cellar: :any, arm64_ventura: "943b81a3d9a22104f494f25898e69361da780eef06cadacdfc348aa0407c91aa" - sha256 cellar: :any, sonoma: "6d7a70904fb295980088854754890149421cb65412cffea98da9e808425df4a9" - sha256 cellar: :any, ventura: "e27b4d0d20e293d43db15086759cd112a71b7c4257a8948f5487ddbe29bddcde" - sha256 cellar: :any_skip_relocation, arm64_linux: "5afac2daade472de09aeebd36869349f2c58223a6f1f9590de9543929fe0cc26" - sha256 cellar: :any_skip_relocation, x86_64_linux: "63f8821a5ce2219cfbcb45009419bf39a66d6161a02038b8789580f39c2e20a6" + sha256 cellar: :any, arm64_sequoia: "fccd00db6bda7443a11cf3069392bc664aa75d728f0ea6fa139db5997288b82f" + sha256 cellar: :any, arm64_sonoma: "ff87e85d7943817538ffe8e27fbaac02c593157272c9403af1ff894fb0187827" + sha256 cellar: :any, arm64_ventura: "f26eac2d46e417469a06b5e55835c41ca8e5840ba090751703b97405118b9b99" + sha256 cellar: :any, sonoma: "42f45336fa0a29efadc3ca5c46d025588115595f33be6b8cf91a4af6acb51840" + sha256 cellar: :any, ventura: "6b9c1da3a363381160165544f373466f4ca14a6eedeaff20f38cf103da59b547" + sha256 cellar: :any_skip_relocation, arm64_linux: "f0c6b8296a426d6bc136b4397eb3274875ba2fedcbd45d4150513c16d33e58ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "52d61783338578045dbbc969129249f5617394cf8504e35b42f08e169f481f4d" end depends_on "certifi" From b2d3b454b8d5f9705a2372ed9fc1d70ca177c119 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:43:36 +0000 Subject: [PATCH 07902/10074] cloudflare-wrangler: update 4.20.2 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index ca7fb1d501dae..50e70324e138e 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "a73f8b3d9cd323a23216f08809d443f1abd6c6c153f32c3e7f689feac29e3b46" - sha256 cellar: :any, arm64_sonoma: "a73f8b3d9cd323a23216f08809d443f1abd6c6c153f32c3e7f689feac29e3b46" - sha256 cellar: :any, arm64_ventura: "a73f8b3d9cd323a23216f08809d443f1abd6c6c153f32c3e7f689feac29e3b46" - sha256 sonoma: "44b170c368be7a312ff22705b109845179369707b4814825f51f0155a32eaff5" - sha256 ventura: "44b170c368be7a312ff22705b109845179369707b4814825f51f0155a32eaff5" - sha256 cellar: :any_skip_relocation, arm64_linux: "a81b517511b3386afa28094aeb18a98e5b1705b9a04168872c81ef1dec4bcec7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4579763db20e7def7bdbc133fc4ce9115f5ff10bdb3d94ce08ecddbc5e8b2bd6" + sha256 cellar: :any, arm64_sequoia: "13aed39bc7e2124cd57a44c1f34804a5b59ee035db19db87a5561a9c32e4dd46" + sha256 cellar: :any, arm64_sonoma: "13aed39bc7e2124cd57a44c1f34804a5b59ee035db19db87a5561a9c32e4dd46" + sha256 cellar: :any, arm64_ventura: "13aed39bc7e2124cd57a44c1f34804a5b59ee035db19db87a5561a9c32e4dd46" + sha256 sonoma: "f077144e00ef1e8e14b03c6e4a9ffb20e48897ea5a2be75db58587bd07f3fe75" + sha256 ventura: "f077144e00ef1e8e14b03c6e4a9ffb20e48897ea5a2be75db58587bd07f3fe75" + sha256 cellar: :any_skip_relocation, arm64_linux: "dd54ab04be1210dd23edb468e2421ef0ba08b388f9b30f569bfb40f5edd37bf1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2601a7da0066f01f06ee2cd9587faf0dead6824a1a0dee313592337819e64cfd" end depends_on "node" From a98e788a6bd693c0fef8e797f29a0f1db38a8f67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:43:59 +0000 Subject: [PATCH 07903/10074] bibtexconv: update 2.0.3 bottle. --- Formula/b/bibtexconv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bibtexconv.rb b/Formula/b/bibtexconv.rb index c6b0090ec42d6..2540744083e57 100644 --- a/Formula/b/bibtexconv.rb +++ b/Formula/b/bibtexconv.rb @@ -7,13 +7,13 @@ class Bibtexconv < Formula head "https://github.com/dreibh/bibtexconv.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "fbc4cb16c766ea1a4de4122bfb71200e73c05f52a0be544caaf2744d4a8eee51" - sha256 cellar: :any, arm64_sonoma: "6647b330cce25a922b9a5208e760fef00487d8b7d6046450292bbcb2f1d6bd0d" - sha256 cellar: :any, arm64_ventura: "1834aeedf88c98f331c08e4f2e0f1e83b48e5a7e5525b16456396705b0d4c139" - sha256 cellar: :any, sonoma: "b3eb3ed7dc704e829491462fe927a41b61d3d96fd5e56333220410fe428ab014" - sha256 cellar: :any, ventura: "3d68a045124eddc823b08c7d256aecda7267963c95b5ace61d1c95e10e4a1dd2" - sha256 cellar: :any_skip_relocation, arm64_linux: "91d5174a92ecde399224489caf3d9d853a6ab40598c2868331bce68d4fcaa906" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29113580365e674fa8ab9cda06930f95ce61c103e22c6ea33257b9bd61919079" + sha256 cellar: :any, arm64_sequoia: "a6ea8db2a031b9a3b011af0163bccbc727f710d26f72cf7e51e34324fac2b585" + sha256 cellar: :any, arm64_sonoma: "e6c62a54f939845c2329216c42e7030fcfcac2562885e223e38e10c2eab8fb75" + sha256 cellar: :any, arm64_ventura: "28d2d4de8511c1493cdbecf96877a717adb6f6ff2821227779fc5d844ef823bb" + sha256 cellar: :any, sonoma: "debf16aa133776fab8b368b24ca57e08f463dc2442dec8ab64be1c0d1d71d376" + sha256 cellar: :any, ventura: "66230d76b581cde929ef6a9a05c3e42304e3068518930fc7ca561201452b4408" + sha256 cellar: :any_skip_relocation, arm64_linux: "77805012a4bab29ae2c7046e4338e260f1dc9fe0e38d378af6c42e630bd751c9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d8e561bb0cfa39a9542d8e36136aa69db4e05615b0333fa8b972931248c9d24" end depends_on "bison" => :build From e390555e2ec33de9581654f534b9c6971299cbb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:44:00 +0000 Subject: [PATCH 07904/10074] cubejs-cli: update 1.3.22 bottle. --- Formula/c/cubejs-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index eac42915bfd72..2818f49928757 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -6,13 +6,13 @@ class CubejsCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "d3470a4d445f932e8d8eea6e7b716f56cde046b2a09de21a6564905e02f48962" - sha256 cellar: :any, arm64_sonoma: "d3470a4d445f932e8d8eea6e7b716f56cde046b2a09de21a6564905e02f48962" - sha256 cellar: :any, arm64_ventura: "d3470a4d445f932e8d8eea6e7b716f56cde046b2a09de21a6564905e02f48962" - sha256 cellar: :any, sonoma: "b4ecfbc51259730b3fd53adac11e5de325bc9f6ef777321bf55f3e2e2b50361b" - sha256 cellar: :any, ventura: "b4ecfbc51259730b3fd53adac11e5de325bc9f6ef777321bf55f3e2e2b50361b" - sha256 cellar: :any_skip_relocation, arm64_linux: "cbf316e363c22c5860a7c8b600e7034a444e72795920ac85155702a2eaf1e345" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bb2cd62ab2b8ead6f3a6d45ca738c1a064059af5a6913f0a49798703a365f2aa" + sha256 cellar: :any, arm64_sequoia: "78718bb296ee4fab83a7ca7ea361df4e1cb764cd584d615f5830679b2f273d1c" + sha256 cellar: :any, arm64_sonoma: "78718bb296ee4fab83a7ca7ea361df4e1cb764cd584d615f5830679b2f273d1c" + sha256 cellar: :any, arm64_ventura: "78718bb296ee4fab83a7ca7ea361df4e1cb764cd584d615f5830679b2f273d1c" + sha256 cellar: :any, sonoma: "6902454b896ae752d242045c15b1b705075bc5e31d30bf65495e54c31e97b5a7" + sha256 cellar: :any, ventura: "6902454b896ae752d242045c15b1b705075bc5e31d30bf65495e54c31e97b5a7" + sha256 cellar: :any_skip_relocation, arm64_linux: "c1f61881beb4c0fef39cac82439b5da9b44b3107ca6d799fd2b0bdd59ef7c3bb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ff8c8c503762abeefd50e3f44473144ff71f2d07fc6078f24c66526fb65ded81" end depends_on "node" From 95294b0751536b622fec097efd8de66ce57f4f32 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:44:13 +0000 Subject: [PATCH 07905/10074] angular-cli: update 20.0.3 bottle. --- Formula/a/angular-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index 5929f964ff121..8632dc7b6ebfc 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -6,13 +6,13 @@ class AngularCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" - sha256 cellar: :any_skip_relocation, sonoma: "11a68cf4964052150d376f7d354a348e81acb107dd20743e16db4d13bfbf3c2d" - sha256 cellar: :any_skip_relocation, ventura: "11a68cf4964052150d376f7d354a348e81acb107dd20743e16db4d13bfbf3c2d" - sha256 cellar: :any_skip_relocation, arm64_linux: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c1beb5df0b92ee18e12b2b8ee119f7447f1c4bd0a81a2abb907707ab09138cc1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" + sha256 cellar: :any_skip_relocation, sonoma: "8c95163a96987396f3b083363184e632d414503f99c2306ddf29a35c0d7601fb" + sha256 cellar: :any_skip_relocation, ventura: "8c95163a96987396f3b083363184e632d414503f99c2306ddf29a35c0d7601fb" + sha256 cellar: :any_skip_relocation, arm64_linux: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" end depends_on "node" From b198b461ee6c973f0db2a7194f2db91c3e3d5dc8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:50:52 +0000 Subject: [PATCH 07906/10074] zeek: update 7.2.1 bottle. --- Formula/z/zeek.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/z/zeek.rb b/Formula/z/zeek.rb index ccefb197ed2cf..85251c240b863 100644 --- a/Formula/z/zeek.rb +++ b/Formula/z/zeek.rb @@ -12,13 +12,14 @@ class Zeek < Formula end bottle do - sha256 arm64_sequoia: "d85c899cfb82397bfc0d0a1062236eb9f89fb0c4eeb92ded5802075d0b5b0d9b" - sha256 arm64_sonoma: "8e317980b6728b45e31017e6773b950aca6a36c0c97436da9102303afc603e4c" - sha256 arm64_ventura: "8f7faf31cbe74dc1b1da6bbedd88346410f91d1893a30f77c75bbca580e98882" - sha256 sonoma: "0da4a6958a2ef671788752134fc548e640d86185fb3b7805f4d2e98672b553aa" - sha256 ventura: "b382e76061b33a4dc6f34891793377e4b615dceabb06f8c02e163ddf193b1bb8" - sha256 arm64_linux: "96ffdf8de675436a684d3c74e03430cf70a3c00902fa855693498a377985d0c1" - sha256 x86_64_linux: "35fd41a4861a8d49a2c41be8ce132f3e32a334235c740daf5c8c4adb1aad72c6" + rebuild 1 + sha256 arm64_sequoia: "6b9d73f5e6a6d555f41742983f2bbc1ffec5db7584e7b9676c6d8596348062bf" + sha256 arm64_sonoma: "ca30fa586b51db8f92a39c54d40edb011dc98dbfc6ee9895eae972cd892c33a3" + sha256 arm64_ventura: "8c4424c2caa16d2e9c93884a9e4f37a66df52a69d6c631fd97caa825f9a765cd" + sha256 sonoma: "1b061c0b27d2fdf90118d4b0c39a4c6aa38ab5f14ae0768385a39f2f5996c454" + sha256 ventura: "0739433183b73bf09561e3f90da4b87c4ab5dafabe615bb169026feb2928440d" + sha256 arm64_linux: "a180c1087293b43eec540f63aea314356d9406c51352fb4a93c7b4616313f8ca" + sha256 x86_64_linux: "40b61706e5d1a6c65ac774635e777a11f2eec6a0bb409465576359420a9e5c99" end depends_on "bison" => :build From ecf390d4284b942b37e6bc2c0501f3616f3d690b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:50:59 +0000 Subject: [PATCH 07907/10074] pytest: update 8.4.1 bottle. --- Formula/p/pytest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pytest.rb b/Formula/p/pytest.rb index 0accb9804044f..0b83b7e065e79 100644 --- a/Formula/p/pytest.rb +++ b/Formula/p/pytest.rb @@ -8,7 +8,7 @@ class Pytest < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "f0c435e983bf7756d5fc6aa7a8be8c5eecd904b34459232e616363a6972966a9" + sha256 cellar: :any_skip_relocation, all: "b8eeaf4dc6da8c010cdc9615085a2bed1df6c26749905bcfe6d7101026a47bdf" end depends_on "python@3.13" From c7652bc730f7799e4397ccd74e538124c0a02102 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:54:08 +0000 Subject: [PATCH 07908/10074] aws-cdk 2.1019.0 --- Formula/a/aws-cdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index b68e65a37b704..365116fe53fdb 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -1,8 +1,8 @@ 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.1018.1.tgz" - sha256 "053d8151f275e15643e978f363ab0d95ef6982ce2c610332f14963ccb4dd8d39" + url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1019.0.tgz" + sha256 "3fda9bf5a6a8ca3dcc2ea54b0f5521fe339deef835ab08d24b98848235ee7e14" license "Apache-2.0" bottle do From c4c5da4987a55cbff6326bad30262aa61d52c019 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:54:15 +0000 Subject: [PATCH 07909/10074] jackett: update 0.22.2026 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 82a8f038de899..721d4808b6188 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "a008222fd9f1a4f81c18df6d49de5a4fbe8a63c27e163a955060c4e6773d1723" - sha256 cellar: :any, arm64_sonoma: "fa4a417bb831c2d3bb0d475076a9f30d94628a1c09974fa7cf9982fc3f505271" - sha256 cellar: :any, arm64_ventura: "f0422ccc70dfe5ea00ddc80fc0390772d4850d0847481e6d2d3218c2e73a31cb" - sha256 cellar: :any, ventura: "42cdeb907bb36a7a6fc22d62211bd528d1d560844f14b84dcb23f8bb19fafe12" - sha256 cellar: :any_skip_relocation, arm64_linux: "9d2fe5cbaad4f2941e7711b0289f56dcafba13e4f50aaf1f5ddd50f16864404c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dfe4b4c51a833523a6f246c6e8cb5d1ce7bef73f3e5c80f3100b3983107f1934" + sha256 cellar: :any, arm64_sequoia: "37cad7e6bdc99c00fdbd0bb22e323182e6e73a353012e000811894c0f1ef75ea" + sha256 cellar: :any, arm64_sonoma: "6424fe4bc205783e75651fba119be09a92778a61861feea70678b0d299bf168f" + sha256 cellar: :any, arm64_ventura: "a254cfd48a96962b82517252eb01f597fabfb1e325b4148355e7fea41cd47a72" + sha256 cellar: :any, ventura: "ed6976650d23a6fb49402f39dfde689268af8a13968d0158e8dd73bfba8f4c3b" + sha256 cellar: :any_skip_relocation, arm64_linux: "e584f59b1e8e12c9fdfdc6a104140b63b1bcfaa3c77b9ca21a44a0f20025183b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "40a5a6271c3d50883f630dcb7bff4c5963ed67a375ff790b219f5398a84d4dca" end depends_on "dotnet@8" From 2ccea4251ab07695dc8718cce18679beb3448852 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:54:40 +0000 Subject: [PATCH 07910/10074] vipsdisp: update 4.0.0 bottle. --- Formula/v/vipsdisp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vipsdisp.rb b/Formula/v/vipsdisp.rb index 3c80e25710bdf..443a9c1ba3456 100644 --- a/Formula/v/vipsdisp.rb +++ b/Formula/v/vipsdisp.rb @@ -13,13 +13,13 @@ class Vipsdisp < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "c730d171fb0ff997048081609c182e91de7c462764255972070153d3f3957fcd" - sha256 cellar: :any, arm64_sonoma: "77e6eabacad3268d0fbbf4642b5a9860b7811d79b76223b4ea4a64b671d04191" - sha256 cellar: :any, arm64_ventura: "04dff97da157a1807ef04cf555d74c42fceea4f63fed8f569f1b5f41d7ce2146" - sha256 cellar: :any, sonoma: "ab4c0f5577e3e3d12fee9d18b7d4033b3930a7b861185eaa74891e6bc954e04a" - sha256 cellar: :any, ventura: "b53418e567653dd0da7087a0f48c21205eb9198871e18ccc51eff0f75ffc947a" - sha256 arm64_linux: "0337ec69ca9d8102849c8a000b075c1f6b09cb5841c703225b8678bcaa1b6ad8" - sha256 x86_64_linux: "59bba41fe00cac2d5012a4a3526233f1c3d77f8d926a0160d95b63c7c4c2360d" + sha256 cellar: :any, arm64_sequoia: "0f455d9ae47cdd745f618db40f4b80122781d5e2a3ee8ad07e545e268882c04a" + sha256 cellar: :any, arm64_sonoma: "1ad7f204fcc95075e59ca963092d8dce61fab7afbb9fd0797283734a71901a35" + sha256 cellar: :any, arm64_ventura: "380381c039fb4cfe865a47f2afe4243daa4e876b43f89b2972bc4655a4029319" + sha256 cellar: :any, sonoma: "eca523b5e38c37067ff551e0b7091c92a2b9f003d8bc01c9862e1291183fec9f" + sha256 cellar: :any, ventura: "5270221243ff26a91a7fcb84d0286dc102cbb112c5c38deb2ecd7ce78dd979a8" + sha256 arm64_linux: "e9e65b2c5e540a88943f22751fc3f340c962c828f2e855ae78043cf10abca538" + sha256 x86_64_linux: "e7b143d69ecd76a6487edc8814d42aca730b0cf1b2800fc833a2718d1c72edc1" end depends_on "meson" => :build From 6a0a419d3625f0be19224c0a616bffba141ef381 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:54:42 +0000 Subject: [PATCH 07911/10074] bashunit 0.21.0 --- Formula/b/bashunit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bashunit.rb b/Formula/b/bashunit.rb index dd81550672d02..95cd1c3f70cd3 100644 --- a/Formula/b/bashunit.rb +++ b/Formula/b/bashunit.rb @@ -1,8 +1,8 @@ class Bashunit < Formula desc "Simple testing library for bash scripts" homepage "https://bashunit.typeddevs.com" - url "https://github.com/TypedDevs/bashunit/releases/download/0.20.0/bashunit" - sha256 "d1eed647b705ff91a3ce233b06cf300fcaf540a411404e2287d50c66699773a8" + url "https://github.com/TypedDevs/bashunit/releases/download/0.21.0/bashunit" + sha256 "655f4e4af47d4f0f6c794e4906bc22f16d9e1cfb4e277f5fb3a679322205bc10" license "MIT" bottle do From f1dd604455efc8ddfc30543577269b2454e83365 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:54:55 +0000 Subject: [PATCH 07912/10074] ninja: update 1.13.0 bottle. --- Formula/n/ninja.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/n/ninja.rb b/Formula/n/ninja.rb index 40b26d7848559..86948c6642627 100644 --- a/Formula/n/ninja.rb +++ b/Formula/n/ninja.rb @@ -12,14 +12,13 @@ class Ninja < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "977f9c2ad831aed827b3cf8ad38606f64b11b4c1c6a170ecc0a2bf8118911b63" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "474df4968035d4949cc7d955302036f3e665d3bc6dc37fd221598bb3e1aef31b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1c7814f2fc23794608edce7b86d8dfcf20fd810acbd5a66515f8731aeafd0585" - sha256 cellar: :any_skip_relocation, sonoma: "8cf692e5eabf45fee86530ee3313fa68a3942405587606e3ee39cadc781e3ff5" - sha256 cellar: :any_skip_relocation, ventura: "e2fa65aa91a9ec6054bf01c693ca4c8a9c086270020c7c281d729dc3a5cef70e" - sha256 cellar: :any_skip_relocation, arm64_linux: "6e50a8c0ecd4e893f973b313e213fe3a8dd1ee883ac121ee5204f1f5fd818b03" - sha256 cellar: :any_skip_relocation, x86_64_linux: "99758937cfb53c0e214a4e752b50d38bf9e32e87ec31c7802b84953a802cbe6c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "60f60dca4793f8f81a4ba72809d49ee79cfb36eed2eb0555dfd735a7af7396f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "357970eb2a15833392163be15cd02e9a76157df1b0bb98a5acd5e0ba8f49d468" + sha256 cellar: :any_skip_relocation, arm64_ventura: "532af454e1545c1ed766f6548501627ae77bbaf2e1195855837728b78d72bd89" + sha256 cellar: :any_skip_relocation, sonoma: "17bfc6d443b17cb1d7056704139c4fd7a026d194f095115ae9988917981dca18" + sha256 cellar: :any_skip_relocation, ventura: "2c2b200597f74af5963e7a9d383e4a9052c45850e9b5433c0dbce775460774ee" + sha256 cellar: :any_skip_relocation, arm64_linux: "14ff87446ae39dea37b93a04dec35c452ef51c7a4d87e9a1b7f5306126c77374" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dda32b8743cdb0d0c2d88acc01adef28f2d7a911c18b80b1705505f798ab2693" end uses_from_macos "python" => [:build, :test], since: :catalina From c67e7b261474854d18297536bc7e785dee1b2575 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:55:11 +0000 Subject: [PATCH 07913/10074] bind 9.20.10 --- Formula/b/bind.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bind.rb b/Formula/b/bind.rb index 4bb8a5ef0826a..952f36fc99e58 100644 --- a/Formula/b/bind.rb +++ b/Formula/b/bind.rb @@ -8,8 +8,8 @@ class Bind < Formula # "version_scheme" because someone upgraded to 9.15.0, and required a # downgrade. - url "https://downloads.isc.org/isc/bind9/9.20.9/bind-9.20.9.tar.xz" - sha256 "3d26900ed9c9a859073ffea9b97e292c1248dad18279b17b05fcb23c3091f86d" + url "https://downloads.isc.org/isc/bind9/9.20.10/bind-9.20.10.tar.xz" + sha256 "0fb3ba2c337bb488ca68f5df296c435cd255058fb63d0822e91db0235c905716" license "MPL-2.0" version_scheme 1 head "https://gitlab.isc.org/isc-projects/bind9.git", branch: "main" From f2636a95b065ec355d9c0db3b910607398c1465a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:58:13 +0000 Subject: [PATCH 07914/10074] cog 0.15.7 --- Formula/c/cog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 87582d559ac05..dc3a3fd1b4296 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -1,8 +1,8 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://cog.run/" - url "https://github.com/replicate/cog/archive/refs/tags/v0.15.6.tar.gz" - sha256 "ceab500ceb76ac44843eab922bf5f0eb06d33f0f5122d747206aada55f4c3c5e" + url "https://github.com/replicate/cog/archive/refs/tags/v0.15.7.tar.gz" + sha256 "688e2cd187924bea1ec7efdd3c9074faa62f4f803526a56f41118def5f8c50ec" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" From b55e3b86175c4fa89b084cb915c70c16d57dc3ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:59:54 +0000 Subject: [PATCH 07915/10074] cycode 3.2.1 --- Formula/c/cycode.rb | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Formula/c/cycode.rb b/Formula/c/cycode.rb index 9edb2e16676a9..bcaea346afe24 100644 --- a/Formula/c/cycode.rb +++ b/Formula/c/cycode.rb @@ -3,8 +3,8 @@ class Cycode < Formula desc "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning" homepage "https://github.com/cycodehq/cycode-cli" - url "https://files.pythonhosted.org/packages/5d/0e/218047f13e200fcd1b7f372bf9b10b64a18cb1b66da798fb2ac8a937d4f6/cycode-3.2.0.tar.gz" - sha256 "b35b17ad7dfbf114997b2c916d3ed7420361483d88f0fdca5eb65028469a8420" + url "https://files.pythonhosted.org/packages/b2/94/3305cb2411246452a2bcbcb971cafd0e96c8e6f5a350bb56c1a56e5db4f6/cycode-3.2.1.tar.gz" + sha256 "d81780bc504029ee6e2543ce9c1d52b301b8cba5e1a33ef4e7c213ebc9b43440" license "MIT" bottle do @@ -110,8 +110,8 @@ class Cycode < Formula end resource "mcp" do - url "https://files.pythonhosted.org/packages/f2/df/8fefc0c6c7a5c66914763e3ff3893f9a03435628f6625d5e3b0dc45d73db/mcp-1.9.3.tar.gz" - sha256 "587ba38448e81885e5d1b84055cfcc0ca56d35cd0c58f50941cab01109405388" + url "https://files.pythonhosted.org/packages/06/f2/dc2450e566eeccf92d89a00c3e813234ad58e2ba1e31d11467a09ac4f3b9/mcp-1.9.4.tar.gz" + sha256 "cfb0bcd1a9535b42edaef89947b9e18a8feb49362e1cc059d6e7fc636f2cb09f" end resource "mdurl" do @@ -129,9 +129,14 @@ class Cycode < Formula sha256 "52fd46ee46f6c8667692682c1fd7134edc65a2d2d084ebec1d295a6087fc0291" end + resource "pathvalidate" do + url "https://files.pythonhosted.org/packages/fa/2a/52a8da6fe965dea6192eb716b357558e103aea0a1e9a8352ad575a8406ca/pathvalidate-3.3.1.tar.gz" + sha256 "b18c07212bfead624345bb8e1d6141cdcf15a39736994ea0b94035ad2b1ba177" + end + resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -185,8 +190,8 @@ class Cycode < Formula end resource "sentry-sdk" do - url "https://files.pythonhosted.org/packages/22/67/d552a5f8e5a6a56b2feea6529e2d8ccd54349084c84176d5a1f7295044bc/sentry_sdk-2.29.1.tar.gz" - sha256 "8d4a0206b95fa5fe85e5e7517ed662e3888374bdc342c00e435e10e6d831aa6d" + url "https://files.pythonhosted.org/packages/04/4c/af31e0201b48469786ddeb1bf6fd3dfa3a291cc613a0fe6a60163a7535f9/sentry_sdk-2.30.0.tar.gz" + sha256 "436369b02afef7430efb10300a344fb61a11fe6db41c2b11f41ee037d2dd7f45" end resource "shellingham" do From 82d67bc0fa9f4a8fde2947800103553664ce3e3d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:00:03 +0000 Subject: [PATCH 07916/10074] cyme 2.2.3 --- Formula/c/cyme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cyme.rb b/Formula/c/cyme.rb index ae245c52c2ecf..27e779daca268 100644 --- a/Formula/c/cyme.rb +++ b/Formula/c/cyme.rb @@ -1,8 +1,8 @@ class Cyme < Formula desc "List system USB buses and devices" homepage "https://github.com/tuna-f1sh/cyme" - url "https://github.com/tuna-f1sh/cyme/archive/refs/tags/v2.2.2.tar.gz" - sha256 "1455b2ecd42f5da64e1d679d248599f09805c8c3f84fb2cb41aa76d638d4c462" + url "https://github.com/tuna-f1sh/cyme/archive/refs/tags/v2.2.3.tar.gz" + sha256 "566f9d7ee9dd183ddcc9f5a51a08446e84ba73222149298f5f64c606032355b2" license "GPL-3.0-or-later" head "https://github.com/tuna-f1sh/cyme.git", branch: "main" From dab4bf4684ac3972ddea3b8a54d05dbb1d45a39d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:01:43 +0000 Subject: [PATCH 07917/10074] duck 9.1.6.43284 --- Formula/d/duck.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/duck.rb b/Formula/d/duck.rb index 75cde3e7205c5..3a1b4984d342c 100644 --- a/Formula/d/duck.rb +++ b/Formula/d/duck.rb @@ -1,8 +1,8 @@ class Duck < Formula desc "Command-line interface for Cyberduck (a multi-protocol file transfer tool)" homepage "https://duck.sh/" - url "https://dist.duck.sh/duck-src-9.1.4.43177.tar.gz" - sha256 "96d5447320dd094d1c37d70a8631e321f966dc927179c8b01638c33baf502795" + url "https://dist.duck.sh/duck-src-9.1.6.43284.tar.gz" + sha256 "e2619e3386877db4f703d90af9b86476230b0404c8bd0726771d937a5728016e" license "GPL-3.0-only" head "https://github.com/iterate-ch/cyberduck.git", branch: "master" From aea549154ed1e294472fef0d136af3efad956445 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:02:04 +0000 Subject: [PATCH 07918/10074] e2b 1.5.1 --- Formula/e/e2b.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/e2b.rb b/Formula/e/e2b.rb index 07fd6cef55d6a..3906beaf8cc44 100644 --- a/Formula/e/e2b.rb +++ b/Formula/e/e2b.rb @@ -1,8 +1,8 @@ class E2b < Formula desc "CLI to manage E2B sandboxes and templates" homepage "https://e2b.dev" - url "https://registry.npmjs.org/@e2b/cli/-/cli-1.5.0.tgz" - sha256 "1f3583ffda264af21c5716d695a31b9d6b1cd0e0a284f8962cad7d6655cb2216" + url "https://registry.npmjs.org/@e2b/cli/-/cli-1.5.1.tgz" + sha256 "e9f2b9ba395da1fbc93bc3fa583fb52cc2447632001a47f8810bb16cb56099bd" license "Apache-2.0" bottle do From 0de30bdad259b6b5636d928409aed47ef6c3f52a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:05:51 +0000 Subject: [PATCH 07919/10074] cdk8s: update 2.200.104 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 0cc79a13d45d4..6ea83f055a5ec 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" - sha256 cellar: :any_skip_relocation, sonoma: "b0a4e22781aca7815ab49089469f682a47784d343d87e38dcedca428ef794375" - sha256 cellar: :any_skip_relocation, ventura: "b0a4e22781aca7815ab49089469f682a47784d343d87e38dcedca428ef794375" - sha256 cellar: :any_skip_relocation, arm64_linux: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" + sha256 cellar: :any_skip_relocation, sonoma: "def6b962345a08e7a5150575489830117e9c88f7c82deb8fba4dacd004462769" + sha256 cellar: :any_skip_relocation, ventura: "def6b962345a08e7a5150575489830117e9c88f7c82deb8fba4dacd004462769" + sha256 cellar: :any_skip_relocation, arm64_linux: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" end depends_on "node" From 5023f8527e68b9871133eb7e8805a89e7ed8bcfa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:06:58 +0000 Subject: [PATCH 07920/10074] bashunit: update 0.21.0 bottle. --- Formula/b/bashunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bashunit.rb b/Formula/b/bashunit.rb index 95cd1c3f70cd3..4f1d55ee3c81c 100644 --- a/Formula/b/bashunit.rb +++ b/Formula/b/bashunit.rb @@ -6,7 +6,7 @@ class Bashunit < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "fdc32c2e50099ff5903284b4ca82eee66e515dfdc4c8f16a02577c6d320b2fe4" + sha256 cellar: :any_skip_relocation, all: "1df61ed3a723ee1ac730d3e2c061f22a8d9923ecf99542d94b662a4799a75df5" end def install From 4ee1fd480349bbd4f3481878ea56ceccd3ed30a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:08:21 +0000 Subject: [PATCH 07921/10074] keploy 2.6.10 --- Formula/k/keploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index fd754604c772a..8c5f0b49ebd73 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -1,8 +1,8 @@ class Keploy < Formula desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries" homepage "https://keploy.io" - url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.9.tar.gz" - sha256 "3767174a4f037610be309c8930ee329a0e73e1c426a9fbcb1d60f9ad95707de1" + url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.10.tar.gz" + sha256 "5232b54932095aaa356cbf9e7202caecc20d2a5246f9d1520e0ad97934c1ba92" license "Apache-2.0" head "https://github.com/keploy/keploy.git", branch: "main" From b32a5786df37d100e231128ec89d1e9ae3475227 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:09:05 +0000 Subject: [PATCH 07922/10074] kyma-cli 3.0.1 --- Formula/k/kyma-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kyma-cli.rb b/Formula/k/kyma-cli.rb index 0b19cc35bb25b..e4f0a6c52cae6 100644 --- a/Formula/k/kyma-cli.rb +++ b/Formula/k/kyma-cli.rb @@ -1,8 +1,8 @@ class KymaCli < Formula desc "Kyma command-line interface" homepage "https://kyma-project.io" - url "https://github.com/kyma-project/cli/archive/refs/tags/3.0.0.tar.gz" - sha256 "b92eb18d96d4a47e581dde9fca3fc084c5d52af342a8dc6eb682a09b3e5b12ef" + url "https://github.com/kyma-project/cli/archive/refs/tags/3.0.1.tar.gz" + sha256 "503a7a248e6c5bca55ddaf2366203c7e6f161335bcce9dc253d88e381c48732b" license "Apache-2.0" head "https://github.com/kyma-project/cli.git", branch: "main" From 0ead46d76ab5a3f3367467d02828b40a74e31b73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:13:49 +0000 Subject: [PATCH 07923/10074] aws-cdk: update 2.1019.0 bottle. --- Formula/a/aws-cdk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index 365116fe53fdb..cade30d7b7d76 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -6,7 +6,7 @@ class AwsCdk < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "39cd0fdb8bbe6753f9ad9994e9d656392e11bd5647909b038f4a490c8343029c" + sha256 cellar: :any_skip_relocation, all: "af10af9759ead9a24ce8370f2b73ff3ed34fa5a6eb026cba598142ebe315c67d" end depends_on "node" From 9ce784e4b21c11374d608471f644c5be53d9dbf6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:13:58 +0000 Subject: [PATCH 07924/10074] molecule 25.6.0 --- Formula/m/molecule.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/m/molecule.rb b/Formula/m/molecule.rb index 86468a31361ed..ae071b8280ecb 100644 --- a/Formula/m/molecule.rb +++ b/Formula/m/molecule.rb @@ -3,10 +3,9 @@ class Molecule < Formula desc "Automated testing for Ansible roles" homepage "https://molecule.readthedocs.io" - url "https://files.pythonhosted.org/packages/51/d8/3b029e082247fc988fa9869edf39dd3188d929db19f47e91181dff907db5/molecule-25.5.0.tar.gz" - sha256 "585d8ce0ad493be3ae94de096f8b4a896ab9010a7ea36a869fdf5e29bd668f4b" + url "https://files.pythonhosted.org/packages/84/a5/6a061c6d128a351ae884133162104aa3488ac74506c36221599d95b6d33d/molecule-25.6.0.tar.gz" + sha256 "0db208de58bececb0ca87bf2cc48e1017234e1e3ad947c179487737f884e7c7c" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "e5b06a38c2bc38fb543e89a9a299ae19cd4bc340830dcd87e984fb7db229abbb" @@ -32,8 +31,8 @@ class Molecule < Formula end resource "ansible-compat" do - url "https://files.pythonhosted.org/packages/30/66/5ab513ccbc8a5820056ee06eab293591a3ed0908eff47e7d3447a4280e20/ansible_compat-25.5.0.tar.gz" - sha256 "0b71052313596e128d2bf60166a1d2ac41c6d140a0ca97d56b878e3c23bfce42" + url "https://files.pythonhosted.org/packages/e4/44/2ef17ed44841f6144ab7802d52227d7096b98ab24dcdda90491ab90182c6/ansible_compat-25.6.0.tar.gz" + sha256 "c2b4bfeca6383b2047b2e1dea473cec4f1f9f2dd59beef71d6c47f632eaf97c9" end resource "ansible-core" do @@ -192,8 +191,8 @@ class Molecule < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcmatch" do From ae979c915f196262142569d7419af236c994d8ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:16:00 +0000 Subject: [PATCH 07925/10074] nuitka 2.7.9 --- Formula/n/nuitka.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index 8066ab6f52725..6a07c49e32b7d 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -3,8 +3,8 @@ class Nuitka < Formula desc "Python compiler written in Python" homepage "https://nuitka.net" - url "https://files.pythonhosted.org/packages/0a/3f/3294699ad8ebca820127b5606c77e52bb1bd5d7eea97e9dd5a6228884e80/Nuitka-2.7.7.tar.gz" - sha256 "327e697e1a3eea2608ca7dce228c2d7686d65e38af9907c98646695ba5df9edf" + url "https://files.pythonhosted.org/packages/13/a8/31b9b1ee9fa7d62c736f6c5d5aac1bcc908dbb5e7f2ea05a04c3c3fb917e/Nuitka-2.7.9.tar.gz" + sha256 "26feb16dc860fe913430bcd349815bac8df432a44f6b215bdd3dd775bd887762" license "Apache-2.0" bottle do From 597736e39322efac5ac3b2a4ee55a790c0c75e23 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 14:25:17 +0000 Subject: [PATCH 07926/10074] libogg: update 1.3.6 bottle. --- Formula/lib/libogg.rb | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Formula/lib/libogg.rb b/Formula/lib/libogg.rb index 2ecc1daf6d341..8468ae7b37bfe 100644 --- a/Formula/lib/libogg.rb +++ b/Formula/lib/libogg.rb @@ -15,18 +15,13 @@ class Libogg < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any, arm64_sequoia: "13592df33977148bd6ca571b333892b42b1d988289a47f4efd3979fd48964b3e" - sha256 cellar: :any, arm64_sonoma: "f5da0b4874b723ca02947cd2312df9cdd37bc7b6e000e9e6cdd9bbbb290dc0e9" - sha256 cellar: :any, arm64_ventura: "d241e81018d3b64ec0d491d5d43f5409496747d57fb8d0eff75c534bd84dd19a" - sha256 cellar: :any, arm64_monterey: "aa2b793e007a3eb86a8b225b91561ecf1dc941071596d23f810ca41e83904d5d" - sha256 cellar: :any, arm64_big_sur: "e528165137cd229e4ac1147bd9c5f6de5aafb815c25d00682a923baaa621bc1d" - sha256 cellar: :any, sonoma: "d8591422a6ab90f2d890e14cde9c608baac46166abcce2a27978a63573b0d243" - sha256 cellar: :any, ventura: "517e16f78d047709c010bd3f31e6497c93c562db71f9b2022395f0a2fcb4c62d" - sha256 cellar: :any, monterey: "6e8d8540b1cd602e3ed6f6713fcb82c423a69ca1620f447f4c67b03fe04589c2" - sha256 cellar: :any, big_sur: "7871f4d805f54347ab3ac20a7dbd31d78a122bf0cd2da441a45a2b1cf732551c" - sha256 cellar: :any_skip_relocation, arm64_linux: "55cda1cf81fe5e216a440b1f3ab4effdfbb0732270727f1ebf5a2566c982765f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "be528587bb8d4c822dfbee4bb30705c9511908d86ae5f5859eb9c59eb7459ef3" + sha256 cellar: :any, arm64_sequoia: "2423ff6b931f0393cd314052a7328a61fdd6f1d8519b65c4dff5ab560f82c52d" + sha256 cellar: :any, arm64_sonoma: "b6ec0e6b292eab3768d90933a2e663aa8a43951f601dab9bd418b1a6564f4925" + sha256 cellar: :any, arm64_ventura: "82439bd6c8699a8d97e99ba675199a4f7f85473a2a5e7242dfa471329eeb85e9" + sha256 cellar: :any, sonoma: "7a0ea60e18a7c1da00972c28055638f1ddd1335f3be74821cb9df40dab680f7b" + sha256 cellar: :any, ventura: "bff42905e8a218e8d1699740568c7bc42bf4316f21c6fce7e6a3c90ab0e816ea" + sha256 cellar: :any_skip_relocation, arm64_linux: "7262ddbb97a7421a59bc2cc3bc1574bbb6a440ec6d825a0b5794c79eb89adc8b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e4fb064699caad0097ce135c7212022d1dc230424fb3b63c379731ab44ea8e42" end depends_on "cmake" => :build From da14607eb424097df5be54aa322f6a296cdb406d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:26:07 +0000 Subject: [PATCH 07927/10074] cyme: update 2.2.3 bottle. --- Formula/c/cyme.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cyme.rb b/Formula/c/cyme.rb index 27e779daca268..a841c2ca9b25f 100644 --- a/Formula/c/cyme.rb +++ b/Formula/c/cyme.rb @@ -7,13 +7,13 @@ class Cyme < Formula head "https://github.com/tuna-f1sh/cyme.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9bc38d54aa6e1fc97369a3f8a4e79f2b014297917803d1fbf1fa836eac27b09c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a64b2c62c0a54aabc567c4bc93b6d4a31ac6232e01153a04f88daf7d1b35665e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c26d16f014c01049cbe33f192da8e23b9b3493a2726a5612c190e8eb67822ebe" - sha256 cellar: :any_skip_relocation, sonoma: "757d15265962a1adbd5894af34646ade55cc7ce4732e89ecfaf394781b57da1b" - sha256 cellar: :any_skip_relocation, ventura: "da5b11333322b2771528702f21a47c14b2bba3737ea750f43c1da0680494a424" - sha256 cellar: :any_skip_relocation, arm64_linux: "eddcf213a805c906f378cf930a82e9ffc957cac3313588d420164e15d780cfd5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "79681f45659a7100bc1aa4ef7af669e61b0c89450d10c2e931374ced734245e2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b472bfe15fa11e86fa90007edb1933a6784853bfe26cfa031b1b9e89f0852880" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e8f4a0c9e0d63b5069d1a81e9931e94a246bbdcaee7b83c22ab72f437b81a48" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3cbaf1c83b1c8b03bee209fd1e5ad7142d5a6ab598044b61454b31eae8210c5c" + sha256 cellar: :any_skip_relocation, sonoma: "37cb2c4f6b58949c44ef92c9f49181766ad1a51b0232a339add92601e6016dad" + sha256 cellar: :any_skip_relocation, ventura: "4ed3632feb1c633f7a6bdd68ff79c2edbc1fdeccc5fa89ec63d691dd1be2aa28" + sha256 cellar: :any_skip_relocation, arm64_linux: "e7ba7d8fdcf67e0c8ad7f29d9b633d3bf734712a944646b2d06f17e47d3664ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "324cd0f6ed32816d04551b36e945324a4f3ae3791dcd0f0afa6213c0854e8765" end depends_on "rust" => :build From 5c329fffdca57a26d424389d1dc25434cb1e522b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:26:08 +0000 Subject: [PATCH 07928/10074] cog: update 0.15.7 bottle. --- Formula/c/cog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index dc3a3fd1b4296..4b2a068b9c31f 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -7,12 +7,12 @@ class Cog < Formula head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "61c0adb7f4ff2d31666e6e929a3f5277faf9eb094288c523d5fc874294a449d1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "61c0adb7f4ff2d31666e6e929a3f5277faf9eb094288c523d5fc874294a449d1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "61c0adb7f4ff2d31666e6e929a3f5277faf9eb094288c523d5fc874294a449d1" - sha256 cellar: :any_skip_relocation, sonoma: "083a99db1bca8ee99a439261330e2791c9bceb365d49a9a77d41770524987a8a" - sha256 cellar: :any_skip_relocation, ventura: "083a99db1bca8ee99a439261330e2791c9bceb365d49a9a77d41770524987a8a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d0b3786a0505d46b3223a515a359e581840397128dc0994b3997784679af18cb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdb94f69060a75064df51b3b9f28a7454e4d12f11f9870a835ca37b1fc4099ca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdb94f69060a75064df51b3b9f28a7454e4d12f11f9870a835ca37b1fc4099ca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cdb94f69060a75064df51b3b9f28a7454e4d12f11f9870a835ca37b1fc4099ca" + sha256 cellar: :any_skip_relocation, sonoma: "434ac0a126916a4d0a54b6e224e04a04d7ec7648a0046c971b547ecb63326556" + sha256 cellar: :any_skip_relocation, ventura: "434ac0a126916a4d0a54b6e224e04a04d7ec7648a0046c971b547ecb63326556" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35af3fdf64279d6ac0d624b70d183765d19b65db1df4c7add8e90710f48f1544" end depends_on "go" => :build From 84b151efa8d69fbc489f635c3e4eb03b261525a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Jun 2025 22:52:24 +0000 Subject: [PATCH 07929/10074] cargo-bundle 0.7.0 cargo-bundle: needs openssl for linux build Signed-off-by: Rui Chen cargo-bundle: needs squashfs for linux test Signed-off-by: Rui Chen --- Formula/c/cargo-bundle.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-bundle.rb b/Formula/c/cargo-bundle.rb index 5dd5dff80de47..074052b66af07 100644 --- a/Formula/c/cargo-bundle.rb +++ b/Formula/c/cargo-bundle.rb @@ -1,8 +1,8 @@ class CargoBundle < Formula desc "Wrap rust executables in OS-specific app bundles" homepage "https://github.com/burtonageo/cargo-bundle" - url "https://github.com/burtonageo/cargo-bundle/archive/refs/tags/v0.6.1.tar.gz" - sha256 "18270c983636582c7723b2b6447c76330d8372feb53140eec693f6c2db5e7e81" + url "https://github.com/burtonageo/cargo-bundle/archive/refs/tags/v0.7.0.tar.gz" + sha256 "0655b249c7c31047d2d0cb2e9b4923a2fb394e7a09a2300fc533de4e38d68d03" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/burtonageo/cargo-bundle.git", branch: "master" @@ -18,9 +18,15 @@ class CargoBundle < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "65d1c04a423a5f9d8c17dc4cd83d7a2673c45f23f727e64a45f50dde0cdd0aa4" end + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "rustup" => :test + on_linux do + depends_on "squashfs" => :test + depends_on "openssl@3" + end + def install system "cargo", "install", *std_cargo_args end From 9a7f087a7869c6faa190f5364c1e065acd1f8558 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:27:34 +0000 Subject: [PATCH 07930/10074] keploy: update 2.6.10 bottle. --- Formula/k/keploy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index 8c5f0b49ebd73..e1715f67eac5c 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -7,12 +7,12 @@ class Keploy < Formula head "https://github.com/keploy/keploy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b00c33b44854410a5ee5d6e123d4410756ce0b7706419654cba558148c706d2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b00c33b44854410a5ee5d6e123d4410756ce0b7706419654cba558148c706d2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3b00c33b44854410a5ee5d6e123d4410756ce0b7706419654cba558148c706d2" - sha256 cellar: :any_skip_relocation, sonoma: "74f47f9b79f65b028f85dbc35ecef4250658acbd095351d68d13a5731a6e2be6" - sha256 cellar: :any_skip_relocation, ventura: "74f47f9b79f65b028f85dbc35ecef4250658acbd095351d68d13a5731a6e2be6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "681e0f312308d20a46a6802b1758033c97be921347eec92e13410e7dc21978a8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e22191ce01ca6949f32339af89e5507b5999a567e36227816ff3cb5d2b76664" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e22191ce01ca6949f32339af89e5507b5999a567e36227816ff3cb5d2b76664" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e22191ce01ca6949f32339af89e5507b5999a567e36227816ff3cb5d2b76664" + sha256 cellar: :any_skip_relocation, sonoma: "5d6e52acb8214b2e9a3fbfbfdfca4faa14eb22ac3030e0ed05d95ace2497e80d" + sha256 cellar: :any_skip_relocation, ventura: "5d6e52acb8214b2e9a3fbfbfdfca4faa14eb22ac3030e0ed05d95ace2497e80d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f311f1e766990c510fa361adc5370927718733a3f37a07ba5ec08dba19ed0d50" end depends_on "go" => :build From 4cb9d0aad5a532d38aedef7efd8b82f0562da228 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:30:40 +0000 Subject: [PATCH 07931/10074] e2b: update 1.5.1 bottle. --- Formula/e/e2b.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/e2b.rb b/Formula/e/e2b.rb index 3906beaf8cc44..8c66dbb0b4ff2 100644 --- a/Formula/e/e2b.rb +++ b/Formula/e/e2b.rb @@ -6,12 +6,12 @@ class E2b < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" - sha256 cellar: :any_skip_relocation, sonoma: "1ed2a8624dffca357ae8152b001f10713bd1428ecdc3e3f5ca7539d489465ad8" - sha256 cellar: :any_skip_relocation, ventura: "1ed2a8624dffca357ae8152b001f10713bd1428ecdc3e3f5ca7539d489465ad8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a1e96e6842e345c5b5fdc323abfbb4cbebd5ef01366c5d2d95d2e31031c9bd3b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "93719be97b6101a6673a7c3eef09974f4ce0026692a0849182f2490234355133" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "93719be97b6101a6673a7c3eef09974f4ce0026692a0849182f2490234355133" + sha256 cellar: :any_skip_relocation, arm64_ventura: "93719be97b6101a6673a7c3eef09974f4ce0026692a0849182f2490234355133" + sha256 cellar: :any_skip_relocation, sonoma: "fd4822c8dc891a751e7a621e30e0f24a5bf65c34a019e243a2a1fcfcb01a555f" + sha256 cellar: :any_skip_relocation, ventura: "fd4822c8dc891a751e7a621e30e0f24a5bf65c34a019e243a2a1fcfcb01a555f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "93719be97b6101a6673a7c3eef09974f4ce0026692a0849182f2490234355133" end depends_on "node" From fac2ae913fb3bf2ce423a007ed09afc4c5f9f9cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:31:46 +0000 Subject: [PATCH 07932/10074] kyma-cli: update 3.0.1 bottle. --- Formula/k/kyma-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kyma-cli.rb b/Formula/k/kyma-cli.rb index e4f0a6c52cae6..47b529d69baa9 100644 --- a/Formula/k/kyma-cli.rb +++ b/Formula/k/kyma-cli.rb @@ -15,12 +15,12 @@ class KymaCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4014dd109281c286199191b2b2fc55413c4693db0580a192c02cfc4a94b96594" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4014dd109281c286199191b2b2fc55413c4693db0580a192c02cfc4a94b96594" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4014dd109281c286199191b2b2fc55413c4693db0580a192c02cfc4a94b96594" - sha256 cellar: :any_skip_relocation, sonoma: "06ffb6fe90d8c3bc33e677490a6296f83aae63ac35a6656d5f2bd94ebb279a7a" - sha256 cellar: :any_skip_relocation, ventura: "06ffb6fe90d8c3bc33e677490a6296f83aae63ac35a6656d5f2bd94ebb279a7a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45737ddf5c24904e45ed8059c0fd608b43e8b58669c3a755053a2f4195c7f150" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e6685e148e4932a54e960c004c4ea707c6309dec3f065271c0182d12679d7f4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e6685e148e4932a54e960c004c4ea707c6309dec3f065271c0182d12679d7f4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e6685e148e4932a54e960c004c4ea707c6309dec3f065271c0182d12679d7f4" + sha256 cellar: :any_skip_relocation, sonoma: "365cf27c9193c8fbe476ee376c8743c8f6f98630499c559dd3f0dbe18892fc50" + sha256 cellar: :any_skip_relocation, ventura: "365cf27c9193c8fbe476ee376c8743c8f6f98630499c559dd3f0dbe18892fc50" + sha256 cellar: :any_skip_relocation, x86_64_linux: "85fb16be6927220bb2a41a5a70019fc37c6a7ef3b2f5758000024205adf57752" end depends_on "go" => :build From 4b112596e5f1e4e669e58f74e80ea9ae3cae66dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:24:34 +0000 Subject: [PATCH 07933/10074] yara-x 1.2.0 yara-x: add `elf` module error patch Signed-off-by: Rui Chen --- Formula/y/yara-x.rb | 51 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index 47abae9b8596e..925939b37b0e9 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -1,11 +1,17 @@ class YaraX < Formula desc "Tool to do pattern matching for malware research" homepage "https://virustotal.github.io/yara-x/" - url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.1.0.tar.gz" - sha256 "90bbe970a85ff2c707b2706a89cb165cd5b8c706451cfa4b25e0aaa77250a6da" license "BSD-3-Clause" head "https://github.com/VirusTotal/yara-x.git", branch: "main" + stable do + url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.2.0.tar.gz" + sha256 "f825a24bb2132d284fc9b2bdde1440f6a1f55d699388fee15f859b535e8074e3" + + # patch to fix `elf` module error, upstream commit ref, https://github.com/VirusTotal/yara-x/commit/ae9a6323ff5e6725fac69b76997db82aa53e713a + patch :DATA + end + livecheck do url :stable strategy :github_latest @@ -57,3 +63,44 @@ def install assert_match version.to_s, shell_output("#{bin}/yr --version") end end + +__END__ +diff --git a/lib/src/modules/elf/mod.rs b/lib/src/modules/elf/mod.rs +index 5384fcea7..7a38dc4de 100644 +--- a/lib/src/modules/elf/mod.rs ++++ b/lib/src/modules/elf/mod.rs +@@ -30,9 +30,11 @@ thread_local!( + fn main(data: &[u8], _meta: Option<&[u8]>) -> Result { + IMPORT_MD5_CACHE.with(|cache| *cache.borrow_mut() = None); + TLSH_CACHE.with(|cache| *cache.borrow_mut() = None); +- parser::ElfParser::new() +- .parse(data) +- .map_err(|e| ModuleError::InternalError { err: e.to_string() }) ++ ++ match parser::ElfParser::new().parse(data) { ++ Ok(elf) => Ok(elf), ++ Err(_) => Ok(ELF::new()), ++ } + } + + #[module_export] +diff --git a/lib/src/modules/lnk/mod.rs b/lib/src/modules/lnk/mod.rs +index 22f06a3a1..fd73767fe 100644 +--- a/lib/src/modules/lnk/mod.rs ++++ b/lib/src/modules/lnk/mod.rs +@@ -18,7 +18,12 @@ pub mod parser; + + #[module_main] + fn main(data: &[u8], _meta: Option<&[u8]>) -> Result { +- parser::LnkParser::new() +- .parse(data) +- .map_err(|e| ModuleError::InternalError { err: e.to_string() }) ++ match parser::LnkParser::new().parse(data) { ++ Ok(lnk) => Ok(lnk), ++ Err(_) => { ++ let mut lnk = Lnk::new(); ++ lnk.is_lnk = Some(false); ++ Ok(lnk) ++ } ++ } + } From b0f79b63a72f9b92cf9466d1d9689638ed86331b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Jun 2025 16:55:14 +0000 Subject: [PATCH 07934/10074] capnp 1.2.0 --- Formula/c/capnp.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/c/capnp.rb b/Formula/c/capnp.rb index 764af39c1ac19..9b9264dbccc18 100644 --- a/Formula/c/capnp.rb +++ b/Formula/c/capnp.rb @@ -1,10 +1,9 @@ class Capnp < Formula desc "Data interchange format and capability-based RPC system" homepage "https://capnproto.org/" - url "https://capnproto.org/capnproto-c++-1.1.0.tar.gz" - sha256 "07167580e563f5e821e3b2af1c238c16ec7181612650c5901330fa9a0da50939" + url "https://capnproto.org/capnproto-c++-1.2.0.tar.gz" + sha256 "ed00e44ecbbda5186bc78a41ba64a8dc4a861b5f8d4e822959b0144ae6fd42ef" license "MIT" - revision 1 head "https://github.com/capnproto/capnproto.git", branch: "master" livecheck do From 2c356e40e906a59ab51a0ced5752d5ca31ab6b57 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sun, 15 Jun 2025 14:19:39 -0400 Subject: [PATCH 07935/10074] fastnetmon: revision bump for capnp 1.2.0 --- Formula/f/fastnetmon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fastnetmon.rb b/Formula/f/fastnetmon.rb index 742879d8738b7..0d13b09e50847 100644 --- a/Formula/f/fastnetmon.rb +++ b/Formula/f/fastnetmon.rb @@ -4,7 +4,7 @@ class Fastnetmon < Formula url "https://github.com/pavel-odintsov/fastnetmon/archive/refs/tags/v1.2.8.tar.gz" sha256 "d16901b00963f395241c818d02ad2751f14e33fd32ed3cb3011641ab680e0d01" license "GPL-2.0-only" - revision 6 + revision 7 bottle do sha256 cellar: :any, arm64_sequoia: "37747a0c870b2d45176af6691f465706c183029ff935ed553dccad26d5b5928d" From d5e1b1982c2dfd224c0ac54e8142a0314c055492 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sun, 15 Jun 2025 14:19:54 -0400 Subject: [PATCH 07936/10074] librime: revision bump for capnp 1.2.0 --- Formula/lib/librime.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/lib/librime.rb b/Formula/lib/librime.rb index d565261c1de2d..ce38a7716d038 100644 --- a/Formula/lib/librime.rb +++ b/Formula/lib/librime.rb @@ -5,6 +5,7 @@ class Librime < Formula tag: "1.13.1", revision: "1c23358157934bd6e6d6981f0c0164f05393b497" license "BSD-3-Clause" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "cf413846de5257ed69c635bda821c97ad3a36ced35142c3f6fafd60900870b6b" From c6e27d692151a2019b9ad09e4f23c0e0fc56b1d8 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sun, 15 Jun 2025 14:20:04 -0400 Subject: [PATCH 07937/10074] surelog: revision bump for capnp 1.2.0 --- Formula/s/surelog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/surelog.rb b/Formula/s/surelog.rb index 1acc36f360051..8defd739d457c 100644 --- a/Formula/s/surelog.rb +++ b/Formula/s/surelog.rb @@ -4,7 +4,7 @@ class Surelog < Formula url "https://github.com/chipsalliance/Surelog/archive/refs/tags/v1.84.tar.gz" sha256 "ddcbc0d943ee52f2487b7a064c57a8239d525efd9a45b1f3e3e4a96a56cb3377" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/chipsalliance/Surelog.git", branch: "master" no_autobump! because: :requires_manual_review From e462d11707569d662e5808c8a9c76775a1b4109e Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sun, 15 Jun 2025 14:20:16 -0400 Subject: [PATCH 07938/10074] uhdm: revision bump for capnp 1.2.0 --- Formula/u/uhdm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/uhdm.rb b/Formula/u/uhdm.rb index 4b17728b1a8e9..0ba5dd475a92f 100644 --- a/Formula/u/uhdm.rb +++ b/Formula/u/uhdm.rb @@ -6,7 +6,7 @@ class Uhdm < Formula url "https://github.com/chipsalliance/UHDM/archive/refs/tags/v1.84.tar.gz" sha256 "bb2acbdd294dd05660c78ba34704440032935b8bc77cae352c853533b5a7c583" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/chipsalliance/UHDM.git", branch: "master" no_autobump! because: :requires_manual_review From 7e400cf6ae8125a0cae1ca0214e9e19128d02348 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 10:39:15 -0400 Subject: [PATCH 07939/10074] mvt 2.6.1 Signed-off-by: Rui Chen --- Formula/m/mvt.rb | 89 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 80 insertions(+), 9 deletions(-) diff --git a/Formula/m/mvt.rb b/Formula/m/mvt.rb index fa2d6467c7a56..429053d92b7ba 100644 --- a/Formula/m/mvt.rb +++ b/Formula/m/mvt.rb @@ -3,10 +3,10 @@ class Mvt < Formula desc "Mobile device forensic toolkit" homepage "https://docs.mvt.re/en/latest/" - url "https://files.pythonhosted.org/packages/cb/59/ebec439c4f00a2a2f290fe5123e0d697024e43b7d8cf107a057c79cc7298/mvt-2.6.0.tar.gz" - sha256 "5ef62cac4c84f9b6707bfc83c47f33afdf8e6a2a16bf8156701c5595969b8c29" + url "https://files.pythonhosted.org/packages/de/22/32aad49d0f07702a0cef255304a21f54d9958cb1628f192cf7332e3e4af1/mvt-2.6.1.tar.gz" + sha256 "dc13033369048752f4a9d06d579c9748237871d51e91a0d1dc76abb0e47f0a92" + # Adaptation of MPL-2.0 license :cannot_represent - revision 1 # Adaptation of MPL-2.0 head "https://github.com/mvt-project/mvt.git", branch: "main" bottle do @@ -19,6 +19,7 @@ class Mvt < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "f730b1521e0b8fa8ead07212b90539531a9a3bf3b3c53af868d1173f1dd0de5d" end + depends_on "rust" => :build # for pydantic_core depends_on "certifi" depends_on "cryptography" depends_on "libyaml" @@ -29,11 +30,21 @@ class Mvt < Formula sha256 "04c305f30a2ca25d5c54b3cd6ce9bb64c36e5f07967b23b3fb6aaecc851b90b6" end + resource "annotated-types" do + url "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz" + sha256 "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" + end + resource "appdirs" do url "https://files.pythonhosted.org/packages/d7/d8/05696357e0311f5b5c316d7b95f46c669dd9c15aaeecbb48c7d0aeb88c40/appdirs-1.4.4.tar.gz" sha256 "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" end + resource "betterproto" do + url "https://files.pythonhosted.org/packages/ff/2e/abfed7a721928e14aeb900182ff695be474c4ee5f07ef0874cc5ecd5b0b1/betterproto-1.2.5.tar.gz" + sha256 "74a3ab34646054f674d236d1229ba8182dc2eae86feb249b8590ef496ce9803d" + end + resource "charset-normalizer" do url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" @@ -44,6 +55,26 @@ class Mvt < Formula sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end + resource "grpclib" do + url "https://files.pythonhosted.org/packages/19/75/0f0d3524b38b35e5cd07334b754aa9bd0570140ad982131b04ebfa3b0374/grpclib-0.4.8.tar.gz" + sha256 "d8823763780ef94fed8b2c562f7485cf0bbee15fc7d065a640673667f7719c9a" + end + + resource "h2" do + url "https://files.pythonhosted.org/packages/1b/38/d7f80fd13e6582fb8e0df8c9a653dcc02b03ca34f4d72f34869298c5baf8/h2-4.2.0.tar.gz" + sha256 "c8a52129695e88b1a0578d8d2cc6842bbd79128ac685463b887ee278126ad01f" + end + + resource "hpack" do + url "https://files.pythonhosted.org/packages/2c/48/71de9ed269fdae9c8057e5a4c0aa7402e8bb16f2c6e90b3aa53327b113f8/hpack-4.1.0.tar.gz" + sha256 "ec5eca154f7056aa06f196a557655c5b009b382873ac8d1e66e79e87535f1dca" + end + + resource "hyperframe" do + url "https://files.pythonhosted.org/packages/02/e7/94f8232d4a74cc99514c13a9f995811485a6903d48e5d952771ef6322e30/hyperframe-6.1.0.tar.gz" + sha256 "f630908a00854a7adeabd6382b43923a4c4cd4b821fcb527e6ab9e15382a3b08" + end + resource "idna" do url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" @@ -69,9 +100,14 @@ class Mvt < Formula sha256 "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" end + resource "multidict" do + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" + end + resource "nskeyedunarchiver" do - url "https://files.pythonhosted.org/packages/50/68/8e48609f2c3554917d3c305e5ec9ba8f3d1ddcadba221d52c1f63b713ded/nskeyedunarchiver-1.5.2.tar.gz" - sha256 "d9a2d5d48ea9e2c78d31bfbfc4a97c02794192f3b4548342d727d54bdd20beba" + url "https://files.pythonhosted.org/packages/e8/d9/227a00737de97609b0b2d161905f03bb8e246df0498ec5735b83166eef8f/NSKeyedUnArchiver-1.5.tar.gz" + sha256 "eeda0480021817336e0ffeaca80377c1a8f08ecc5fc06be483b48c44bad414f4" end resource "packaging" do @@ -94,19 +130,39 @@ class Mvt < Formula sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end + resource "pydantic" do + url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" + sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + end + + resource "pydantic-core" do + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" + end + + resource "pydantic-settings" do + url "https://files.pythonhosted.org/packages/67/1d/42628a2c33e93f8e9acbde0d5d735fa0850f3e6a2f8cb1eb6c40b9a732ac/pydantic_settings-2.9.1.tar.gz" + sha256 "c509bf79d27563add44e8446233359004ed85066cd096d8b510f715e6ef5d268" + end + resource "pygments" do url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end + resource "python-dotenv" do + url "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz" + sha256 "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" + end + resource "pyyaml" do url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz" sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" end resource "requests" do - url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" - sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" + url "https://files.pythonhosted.org/packages/86/ec/535bf6f9bd280de6a4637526602a146a68fde757100ecf8c9333173392db/requests-2.32.2.tar.gz" + sha256 "dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289" end resource "rich" do @@ -124,14 +180,29 @@ class Mvt < Formula sha256 "e64139b4ec4f1f24c142ff7dcafe55a22b811a74d86d66560c8815687143037d" end + resource "stringcase" do + url "https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz" + sha256 "48a06980661908efe8d9d34eab2b6c13aefa2163b3ced26972902e3bdfd87008" + end + resource "tld" do url "https://files.pythonhosted.org/packages/df/a1/5723b07a70c1841a80afc9ac572fdf53488306848d844cd70519391b0d26/tld-0.13.1.tar.gz" sha256 "75ec00936cbcf564f67361c41713363440b6c4ef0f0c1592b5b0fbe72c17a350" end + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" + end + + resource "typing-inspection" do + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" + end + resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 4ab50e5dd4bf3ae99e75e68ac9335e962cb4a980 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:40:06 +0000 Subject: [PATCH 07940/10074] cycode: update 3.2.1 bottle. --- Formula/c/cycode.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cycode.rb b/Formula/c/cycode.rb index bcaea346afe24..e3d81d877c101 100644 --- a/Formula/c/cycode.rb +++ b/Formula/c/cycode.rb @@ -8,13 +8,13 @@ class Cycode < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "f7fec9e423c39ab687bb100806b1203b6e427484e3821cfbdddd4e9e9705eb52" - sha256 cellar: :any, arm64_sonoma: "e1053ca4a7599bab9bcfd9ff865691b05801788b473fd6780d5d22acedcaa8ac" - sha256 cellar: :any, arm64_ventura: "d4a3e87db4ff728c253d787d9587fde78a140c390e08c84e30b72171e41566c5" - sha256 cellar: :any, sonoma: "600e15f10e6f6e9738c6cda1ec809cd7f906dffb27770df4589b710666f11311" - sha256 cellar: :any, ventura: "c544c07f34dd5c82cfe58bbedb389152193377aa8b5045d63b2da38aa7bee5ce" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae2a001def524a92a566a55d7d7af5aa48d8085bfd25a6641f8ff4c8b3f9b727" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a267c0fa3ed8cffa5bcc85e7642c0679f8d58f6f5ac1fd9a16ac8ac52e978df8" + sha256 cellar: :any, arm64_sequoia: "c877cd711d285a6e4bcbcbdd11e81ef70bb8c8655d9a6244ab7aab794767a89c" + sha256 cellar: :any, arm64_sonoma: "3ca01897733340e041489c7ef187fd37ac9553499cfc0a9c5c25c1954f239086" + sha256 cellar: :any, arm64_ventura: "c3c71c6a54b79f7e7cbfdc878d5108dd4ee79c1edf45608a0130a29b3cf44fda" + sha256 cellar: :any, sonoma: "26853b0c855f652ef8c11af5a380c7987f6ce2261fea57f8f2f1485c960bc364" + sha256 cellar: :any, ventura: "6c71553df2384df554e72719c3b9a8060e006c5f2f1c20fbb66a22ce3b5fb37c" + sha256 cellar: :any_skip_relocation, arm64_linux: "e94bf234c7322cec20954153aa16b9420b5b0f3f341e43ea1b90829a2eb57a0f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3592a35f87b3504a876c7e2b58f04ebddf62afd6550b0834005ca22b74f5aeec" end depends_on "maturin" => :build # for mcp From cdea88f72ff726896c4ade12c973df076df7d162 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:42:50 +0000 Subject: [PATCH 07941/10074] nuitka: update 2.7.9 bottle. --- Formula/n/nuitka.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index 6a07c49e32b7d..398db5b5b4094 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -8,13 +8,13 @@ class Nuitka < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "12ee03d2ad52268852519b0db98fd7fb4a27ce091645afb241ac8e791c50fd2f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "181911612a715cb92bf9590c151bc467f6034f49096037791c5e0132b4e872ac" - sha256 cellar: :any_skip_relocation, arm64_ventura: "385e3c28fb79bded9404aa77a9dbb41550bfb8695f52e56f3f6813cd1a8fbeee" - sha256 cellar: :any_skip_relocation, sonoma: "8a63162f5cbaecb41cedfd355dccd1aba478045728a0461f7e9a50e577fa55e3" - sha256 cellar: :any_skip_relocation, ventura: "e5e4490558f126c0581eaa866b49736f036b79839200a94fcd94dba0045e7f34" - sha256 cellar: :any_skip_relocation, arm64_linux: "36060c2066851607209d0de4deb7670784841487c7eb392a8497263f74715c25" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f0afe97528c10078aa3b1c2bb6fb6a11554e1e4d76a5c413c725c8de927415a0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0af81ef3930480fe5f961ec0125c6e7f4ffb584e434e2d08d921d467cdae594c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e0c0635514da25a078cd19bf2f8e981cb01432ecdc932330d8e2dd741063cd8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8a13c9a87587d07a9794bc9b6bcdfa58f50abbb34504af7e247a3791c104e3cc" + sha256 cellar: :any_skip_relocation, sonoma: "4602d06cdf48160dd1472c1c2cba0b995a5035d4a3e1dd50019f0ab19e2f22e9" + sha256 cellar: :any_skip_relocation, ventura: "0eca856368c67a5d57c27c48634f628d0b6fa1f58815cea5745f25eba0d34e14" + sha256 cellar: :any_skip_relocation, arm64_linux: "12e607950cf7375e8f61c1e9b99ba164c98afe025f86fb4078b11275e4d28112" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b73c0f7638c8afca74bce8ce8c307c3b0e37c8bca71797b6a4685ed8533c8c6c" end depends_on "ccache" From 312ab72ba51a2af9008af36159585190cd9cf189 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 10:44:38 -0400 Subject: [PATCH 07942/10074] php-code-sniffer 3.13.2 Signed-off-by: Rui Chen --- Formula/p/php-code-sniffer.rb | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Formula/p/php-code-sniffer.rb b/Formula/p/php-code-sniffer.rb index b24ae3358ad2d..cb544f63ca718 100644 --- a/Formula/p/php-code-sniffer.rb +++ b/Formula/p/php-code-sniffer.rb @@ -1,10 +1,15 @@ class PhpCodeSniffer < Formula desc "Check coding standards in PHP, JavaScript and CSS" homepage "https://github.com/PHPCSStandards/PHP_CodeSniffer" - url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.13.1/phpcs.phar" - sha256 "13660e14bf4c08460baae8f8be79c1162403704a6f4dec447a7287781389938f" + url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.13.2/phpcs.phar" + sha256 "0c2bc9dbd070289f9a022f479fce6b7619eb081c62f8c92ed9e264c399a5773a" license "BSD-3-Clause" + livecheck do + url :stable + regex(/^v?(\d+(?:\.\d+)+)$/i) + end + bottle do sha256 cellar: :any_skip_relocation, all: "51853b80992256aebc14e93a4498c7d07a144ba339c575df1d052197ffc19fa8" end @@ -12,8 +17,8 @@ class PhpCodeSniffer < Formula depends_on "php" resource "phpcbf.phar" do - url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.13.1/phpcbf.phar" - sha256 "0d0184c2dd99505f77752d3c337c13ef5c3076dc11bb7303106b9d2263915fb0" + url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.13.2/phpcbf.phar" + sha256 "f98325b0e3ec71c949143ac416311ec63706e7e8220843700ad2bf0e58b5a401" livecheck do formula :parent From 1f6b3ba0f45a80586044db6fcb6ab6f6e64e4590 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:44:48 +0000 Subject: [PATCH 07943/10074] bind: update 9.20.10 bottle. --- Formula/b/bind.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bind.rb b/Formula/b/bind.rb index 952f36fc99e58..e7612417b8ea8 100644 --- a/Formula/b/bind.rb +++ b/Formula/b/bind.rb @@ -22,13 +22,13 @@ class Bind < Formula end bottle do - sha256 arm64_sequoia: "4d7c66beb88c5e5d8e3c20291db418aad51300de900ed72418c394dd81840c41" - sha256 arm64_sonoma: "2f3436e23ea82be7b6b3dd91775f939fde74a491b0e5c368df54c8444c6fe591" - sha256 arm64_ventura: "5245da53dc075ae58a340a551473413c2096a539f26f1e6429a63ba71e27114e" - sha256 sonoma: "bbaf7eab0093885d78c95e5f6e722dd24012fe212a082a7485463ee13604840d" - sha256 ventura: "87f3fab901cbb084953774a760f253899b05293d5b40b5cb423d5f12957a1268" - sha256 arm64_linux: "a706d84cd5c331a552807cf3ae1cfb6a84692a18fd77af2bbd25bd1eefdca61d" - sha256 x86_64_linux: "6e09280279e1450251a7da589d28a605560fb93096ab2e05beac7d5bc4699a10" + sha256 arm64_sequoia: "8dd3dfc5361b2083a5afc640aa0dc9f63ad7352ffa87e409f1c74425142c6ddc" + sha256 arm64_sonoma: "f0e71b2dead74a7c3bae9b6843677a2910bddf2cdb73c7a94628931254efb8be" + sha256 arm64_ventura: "238ae03fc5822828a752d9cf5330780ad1a141defb70f89d06c3e7e6f143c852" + sha256 sonoma: "6b36c4a7e53d7d539d3c261f09d84186591b38e4647db49efd008755cf3907b6" + sha256 ventura: "98d32dd540c4d1961f37d4e72bd4d6821e6256106bebf6a3a45ca4874285d03a" + sha256 arm64_linux: "3f5261075bd3f0de9ab10b7677a9b1dfcbd3c51277fada3dd1229c38ecce025c" + sha256 x86_64_linux: "ef313925072c10025e1ededbaf20bbf8f543482bd38631ab522857836308e637" end depends_on "pkgconf" => :build From 71ddcce7dc1b248924db1581a751a81e21943dba Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 14:49:50 +0000 Subject: [PATCH 07944/10074] pbc: update 1.0.0 bottle. --- Formula/p/pbc.rb | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/Formula/p/pbc.rb b/Formula/p/pbc.rb index 92933a62326d6..8a39a9528d17f 100644 --- a/Formula/p/pbc.rb +++ b/Formula/p/pbc.rb @@ -13,21 +13,13 @@ class Pbc < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "566ef59675030399f76d4f7c067ca04cecaa3ebb4d9102aa480dbe39c24ba487" - sha256 cellar: :any, arm64_sonoma: "4e89883c3b22eccfdf0904017650418af4c2f50bc9ae41a535235ac1d235f27f" - sha256 cellar: :any, arm64_ventura: "e22db03b394884a0f34163c74d87b6c33210aefd98cc751d2ab61108c667fdf0" - sha256 cellar: :any, arm64_monterey: "2397daa1cad88180149983c0f6557b6a48fa2124c24ac78a8d95dd0af9cac8a0" - sha256 cellar: :any, arm64_big_sur: "ac722f3534f9cf0679f2c999353a524d822d4068d8f9877a5967fe6fbcef9f04" - sha256 cellar: :any, sonoma: "3cdb93d8e2e6876981b58d28a7e4b67e299db718ab0a9ffef12d53164d2a7a9e" - sha256 cellar: :any, ventura: "903a04400b010de2e1c4311881dfaa8cfc9f04ee40a83f369a19fd334e6b4446" - sha256 cellar: :any, monterey: "dfe0e9676dd479513ec0cf524d6a225229de96aa058492a6319cdd914dd3509f" - sha256 cellar: :any, big_sur: "c14c0514c725c35d0dffbc7dc410ddc5be033e061ffc66d9c039033b0ca1e6e4" - sha256 cellar: :any, catalina: "83d464696ab79f463ec2dc930cbd9c3ecbdedde5c578e70a4994b2cd8fec1f6d" - sha256 cellar: :any, mojave: "85855bfe6dfe9a4fc0b0359f74aa7ea587283c1c724a6c4aee77972ecfc1d390" - sha256 cellar: :any, high_sierra: "adc712fd4cc68990b669922be5b8ab15e4d499176c09facb5b129c6d7c847262" - sha256 cellar: :any_skip_relocation, arm64_linux: "85ffa4238451ccfe2c90072b100d48a53d352e6209613bdee067f2347d088d47" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cefb9bc4223d88aa32583abbee1bf2af89e36760b8cabbe4af2e11819f993eb1" + sha256 cellar: :any, arm64_sequoia: "540e6c2c25f64b9f01683b78101895359c1e317f0c040e1d6dcae389414faff7" + sha256 cellar: :any, arm64_sonoma: "5c83b34f16294a88154eb2ca05a38730aafd3426dc5680ce92426e6377ee1f28" + sha256 cellar: :any, arm64_ventura: "b45ad43cbfe26bf2a5afd507c6f9dba996b7069635d04321466eec6805f64a64" + sha256 cellar: :any, sonoma: "87458237aa1d5e59deff3fde34155d58eba87df565e7f6c924f81171a6a634be" + sha256 cellar: :any, ventura: "339f7b3535980d063d87c42b9a22fc2b6ca882857347358f207bf6d9b8cd768e" + sha256 cellar: :any_skip_relocation, arm64_linux: "2bae3b376382982b1575a9f8b67b1cc476bedca4029a88cdb42f3407c8710f80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "77d9e6a22ef1c9a1253703a33e6c734aa3c223a031cf17cec702bc1f9c8d5834" end head do From d00a5ab360952bedfc42d2ba04a3ccce69956d73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:53:32 +0000 Subject: [PATCH 07945/10074] duck: update 9.1.6.43284 bottle. --- Formula/d/duck.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/duck.rb b/Formula/d/duck.rb index 3a1b4984d342c..318540683585b 100644 --- a/Formula/d/duck.rb +++ b/Formula/d/duck.rb @@ -12,13 +12,13 @@ class Duck < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "8452b267b2b6dc5b7f897bdd936630b4c20c74c98514089c3e7d1ea5424ad4f3" - sha256 cellar: :any, arm64_sonoma: "4b22313f07172072e458c058e7f1038d7a4d58593bc8e0ac126ab62f5a51c304" - sha256 cellar: :any, arm64_ventura: "139577fa21c0828e6f5b8881455282a0771289300ea91310ee10bef1d3d9f356" - sha256 cellar: :any, sonoma: "f942a951a01b823e6247b178b0da78bdab9094113cc858ddff68c1986c91def9" - sha256 cellar: :any, ventura: "9ba954249bc79a8afc1a55cc475fbafd13485f405007dc964fb033526bba9ee3" - sha256 arm64_linux: "95f1978f010a3009a79b9b381e59531b536b43f836e3acb3a1cf7a785165d3c9" - sha256 x86_64_linux: "d55145d694a6e3094243cdc1e4df1826b49cf5e1834fafbc4693f3a5432ce0a5" + sha256 cellar: :any, arm64_sequoia: "22fbb71f82f50e9b7be9ab9bd8560c5d9785868d1d26f54c83a54898801271ce" + sha256 cellar: :any, arm64_sonoma: "3eb0320f9bbe309dfe9042a0f17a3be2cf9370ca2aaa524f252cb97d8af1dccc" + sha256 cellar: :any, arm64_ventura: "d8168f1d5e856b9360ee4e5a4c293cc500776795b30c31d00bac0f68373ee6f3" + sha256 cellar: :any, sonoma: "06b08c6e24e60afecb0aabb367350774c2f6409f9cc7afab07875c970cfe978e" + sha256 cellar: :any, ventura: "7e3079ff69e78e88b6f417ce12f7a145a894e946d8858270d70fda8cdef1f791" + sha256 arm64_linux: "2dac6266c8f2f6a7b26037f5cad626000c0b07b94a206ef264bbec1527479a7c" + sha256 x86_64_linux: "9c609ac526a03bb5b0cdbd50e477cb819479d8c95ca571c4f26619ad07d4c3ee" end depends_on "ant" => :build From b514d8b62834abf96a3f3410cd642ecc1f0c1fff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:02:06 +0000 Subject: [PATCH 07946/10074] molecule: update 25.6.0 bottle. --- Formula/m/molecule.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/molecule.rb b/Formula/m/molecule.rb index ae071b8280ecb..0b009ed3fcf00 100644 --- a/Formula/m/molecule.rb +++ b/Formula/m/molecule.rb @@ -8,13 +8,13 @@ class Molecule < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "e5b06a38c2bc38fb543e89a9a299ae19cd4bc340830dcd87e984fb7db229abbb" - sha256 cellar: :any, arm64_sonoma: "333be3c67c93221f1b70fec38a3f0d55d06f72d659ed97b2e8e2db5fb75dc26a" - sha256 cellar: :any, arm64_ventura: "85954f4d7ff1683c9a218618cd97b2ca9cc2543bf66634162e4c48a10166df3f" - sha256 cellar: :any, sonoma: "f4cc0b08694cad35fae4f77665959f752b1d1fdbe926990f95d1e47207a3e8fa" - sha256 cellar: :any, ventura: "010d8d2f778fdc42ef3f3cf941915814484468fb2bf0f74b61ec62c031803213" - sha256 cellar: :any_skip_relocation, arm64_linux: "16f7d2e8ca52da9d01aca5ea05281931d907ff937a50b3fa4dd5985535f3fdb3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0fb5e5489b0bc31d77bd8b32f1b2037e05ee90a0ab23c01eaa324d599727cb87" + sha256 cellar: :any, arm64_sequoia: "dee9cc0b0372366e9b1aa05c3b06d3ac9bd9862f0f20f373cf699c03c23750bc" + sha256 cellar: :any, arm64_sonoma: "8ccd642a426fbea119b7d5683a4fc5dcc4c6b09350a0c78b517c1daa73e21868" + sha256 cellar: :any, arm64_ventura: "5634c22d1157f0646c4fb929aeaf6e3464c7907caab4edb081d95ab7a7b43c50" + sha256 cellar: :any, sonoma: "974e386a00ae15a0471e9f77b32216b99bf45c8dab6ac6b77c3491ccb6cca6b8" + sha256 cellar: :any, ventura: "159421177661a054eaa4692041f5ab890286649def3c79f15bfb3addcdaf68a6" + sha256 cellar: :any_skip_relocation, arm64_linux: "da476d38679d1a10cdd1e02dfa26cfca859053a211af193dc91deb396b67be4d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2fdb00206d7ab54bf3bb9d417233964f2ad58413dcbce06bc110d1df5e1cd65f" end depends_on "rust" => :build From 002bb1e06e2dbc8fd2ccf28909a2881217b06d75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:06:43 +0000 Subject: [PATCH 07947/10074] cargo-bundle: update 0.7.0 bottle. --- Formula/c/cargo-bundle.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/c/cargo-bundle.rb b/Formula/c/cargo-bundle.rb index 074052b66af07..c97e6022989b1 100644 --- a/Formula/c/cargo-bundle.rb +++ b/Formula/c/cargo-bundle.rb @@ -7,15 +7,13 @@ class CargoBundle < Formula head "https://github.com/burtonageo/cargo-bundle.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "97cee1a83c22efbcaac2b88f29faf09ff8f70957ae9150c3ac6bf645151f7081" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d7d7fd8160402ae2884ef7e88e95cdaa56e163b62150e325c306ca1a2879927" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aed77abf521dcc180bb87fe548ea79961d328c5443753aab5e982e46d0667a65" - sha256 cellar: :any_skip_relocation, arm64_monterey: "fa10b2892b2f4e59f8e5fb24921a07b70fcedadecc3e83c266e4c0da7de1b6d3" - sha256 cellar: :any_skip_relocation, sonoma: "bfbb27620b4052f85a3e950fde37d646c8946f3f99f221026f7432b04806b606" - sha256 cellar: :any_skip_relocation, ventura: "dca1765993664c75a803ad7570df1743e5c97b2d6d22db5a765ce6965f05a747" - sha256 cellar: :any_skip_relocation, monterey: "f5cf9c786583b5bdae6755e9b44610a13c16a3d27b88a4b69829936a2bb9f702" - sha256 cellar: :any_skip_relocation, arm64_linux: "63b58b43f66237882c46634aaa2bd5315d549f0c76507594c74c1198915a0159" - sha256 cellar: :any_skip_relocation, x86_64_linux: "65d1c04a423a5f9d8c17dc4cd83d7a2673c45f23f727e64a45f50dde0cdd0aa4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "49f92188a9b553281bde3587f9da999927eae7fafc9da9ec18c3f398107315f2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8377eb226753d48162ea960f7ccfbcd06df5918467a44ed66e00d6dcd99f3fc6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "546fc0d98ab85f734b95bf2912be0045fe7bef3a277e7a9cb085383d11307863" + sha256 cellar: :any_skip_relocation, sonoma: "d30f08ea539c9b8f2456f0f76a321f3a2f1d4c3ee826ba3fa11308420f109127" + sha256 cellar: :any_skip_relocation, ventura: "fb660dd523d66cf00f67c6e618aa7c68d21dd9c021e3062d2696dcb367b21733" + sha256 cellar: :any_skip_relocation, arm64_linux: "1a2e5e3a80eb8b3fb768725fa47d8f5640c44f9717484b9e4de82ea365bf5623" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b8b63d05107a7d76102fd5184e579b431056e5ba56631ca7c96d8be66829175" end depends_on "pkgconf" => :build From b39a678d3473b71e636fdc713475df67e9e29b0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:07:17 +0000 Subject: [PATCH 07948/10074] php-code-sniffer: update 3.13.2 bottle. --- Formula/p/php-code-sniffer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/php-code-sniffer.rb b/Formula/p/php-code-sniffer.rb index cb544f63ca718..81298c807f572 100644 --- a/Formula/p/php-code-sniffer.rb +++ b/Formula/p/php-code-sniffer.rb @@ -11,7 +11,7 @@ class PhpCodeSniffer < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "51853b80992256aebc14e93a4498c7d07a144ba339c575df1d052197ffc19fa8" + sha256 cellar: :any_skip_relocation, all: "a4a7a187b3e8ddcd4ca46f667b87def02da17d4bdcb811d3deff87b691c29f19" end depends_on "php" From 03bcc6cc3e91511a4963224436d50bb5b8a3a6eb Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 18 Jun 2025 17:08:51 +0200 Subject: [PATCH 07949/10074] btcli 9.7.0 Signed-off-by: botantony --- Formula/b/btcli.rb | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 5fb1acc6b153d..496c070dade84 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -3,8 +3,8 @@ class Btcli < Formula desc "Bittensor command-line tool" homepage "https://docs.bittensor.com/btcli" - url "https://files.pythonhosted.org/packages/55/cd/66e342138323b5943105185296eca8da3f794cacba5d5b2373a334e22520/bittensor_cli-9.6.0.tar.gz" - sha256 "f0528142800aeb8841b2c9556d0f6db86c22554c96eaded228c2dabf5b7e7ea4" + url "https://files.pythonhosted.org/packages/57/9c/12d9e44f81344776457753d4e386548c902b3b7cbd85bc17c3b75501a65e/bittensor_cli-9.7.0.tar.gz" + sha256 "dffef1dcc88a99cb3c1a95301b03efec70444dd83b1fa356c81fdfab3923c47f" license "MIT" head "https://github.com/opentensor/btcli.git", branch: "main" @@ -43,8 +43,8 @@ class Btcli < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiosignal" do @@ -92,9 +92,11 @@ class Btcli < Formula sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end + # click > 8.2.0 is unsupported + # https://github.com/opentensor/btcli/blob/v9.7.0/pyproject.toml#L21 resource "click" do - url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" - sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" + url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" + sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" end resource "frozenlist" do @@ -143,13 +145,13 @@ class Btcli < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "narwhals" do - url "https://files.pythonhosted.org/packages/df/d6/168a787b7800d6c89846b791e4f5ee6b94998a80c8c2838a019d3d71984d/narwhals-1.42.1.tar.gz" - sha256 "50a5635b11aeda98cf9c37e839fd34b0a24159f59a4dfae930290ad698320494" + url "https://files.pythonhosted.org/packages/37/d9/ec1bd9f85d30de741b281ef24dabbf029122b638ea19456ffa1b1d862205/narwhals-1.43.0.tar.gz" + sha256 "5a28119401fccb4d344704f806438a983bb0a5b3f4a638760d25b1d521a18a79" end resource "netaddr" do @@ -249,8 +251,8 @@ class Btcli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "websockets" do From 258b454abc4cf6032907558b542db0b181af56e5 Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 18 Jun 2025 17:13:22 +0200 Subject: [PATCH 07950/10074] erlang@27 27.3.4.1 --- Formula/e/erlang@27.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/e/erlang@27.rb b/Formula/e/erlang@27.rb index f76d80ab2eb7c..85b00d8781c4f 100644 --- a/Formula/e/erlang@27.rb +++ b/Formula/e/erlang@27.rb @@ -3,8 +3,8 @@ class ErlangAT27 < Formula homepage "https://www.erlang.org/" # Download tarball from GitHub; it is served faster than the official tarball. # Don't forget to update the documentation resource along with the url! - url "https://github.com/erlang/otp/releases/download/OTP-27.3.4/otp_src_27.3.4.tar.gz" - sha256 "c3a0a0b51df08f877eed88378f3d2da7026a75b8559803bd78071bb47cd4783b" + url "https://github.com/erlang/otp/releases/download/OTP-27.3.4.1/otp_src_27.3.4.1.tar.gz" + sha256 "2672f0c52b9ff39695b9c8f99cd1846ed9e47e21cd5b045ccdd08719a3019652" license "Apache-2.0" livecheck do @@ -39,9 +39,9 @@ class ErlangAT27 < Formula end resource "html" do - url "https://github.com/erlang/otp/releases/download/OTP-27.3.4/otp_doc_html_27.3.4.tar.gz" - mirror "https://fossies.org/linux/misc/otp_doc_html_27.3.4.tar.gz" - sha256 "58e0110a4fbcd8ad5ae4bace64a8082135e4ed19ac88d5fe9763bee6244c84d1" + url "https://github.com/erlang/otp/releases/download/OTP-27.3.4.1/otp_doc_html_27.3.4.1.tar.gz" + mirror "https://fossies.org/linux/misc/otp_doc_html_27.3.4.1.tar.gz" + sha256 "0bece398dde3fa4bd00492bd3c87b1bf665771c5181d37eefb3ce76f13a486bd" livecheck do formula :parent From 817affd319705f6f129ef95a5e64ee6f94664067 Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 18 Jun 2025 17:16:03 +0200 Subject: [PATCH 07951/10074] mac 11.18 Signed-off-by: botantony --- Formula/m/mac.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index ec9ae6037c366..ec9568a4d9791 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -1,9 +1,9 @@ class Mac < Formula desc "Monkey's Audio lossless codec" homepage "https://www.monkeysaudio.com" - url "https://monkeysaudio.com/files/MAC_1117_SDK.zip" - version "11.17" - sha256 "d6b221d08eb57028a452d06057b4cc74c5b5d47bc542aed36f5b79404fd16b96" + url "https://monkeysaudio.com/files/MAC_1118_SDK.zip" + version "11.18" + sha256 "843b3f2570665a23b50b43dfb6f0fcdf58b992242ab8d0d17f9cb65167aa9c37" license "BSD-3-Clause" livecheck do From f66ec8edacc91bd8c722c4cdea54245f7169caa0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:18:47 +0000 Subject: [PATCH 07952/10074] mvt: update 2.6.1 bottle. --- Formula/m/mvt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mvt.rb b/Formula/m/mvt.rb index 429053d92b7ba..25ae7fea19bdd 100644 --- a/Formula/m/mvt.rb +++ b/Formula/m/mvt.rb @@ -10,13 +10,13 @@ class Mvt < Formula head "https://github.com/mvt-project/mvt.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "4092f861896c006c689b1da9047a3df0d6dd3950d4ad408fc27f24b257c98bae" - sha256 cellar: :any, arm64_sonoma: "6e5dbf34333ebae041f760aa8593a18153aac79229b5a36b55b08d3d85d3ff9b" - sha256 cellar: :any, arm64_ventura: "037a663bf1d80895ed5bc0a2fe196795d48d412eda41faa776a90fba8f834af1" - sha256 cellar: :any, sonoma: "2224a1133e6c4d35c8988ac92de4df214a401720b1674e483eeafe73ebe42346" - sha256 cellar: :any, ventura: "f2a34bb94db82e6d339a6e3349caac0d5ea28870f9d8ec127100ac71e16e5ab9" - sha256 cellar: :any_skip_relocation, arm64_linux: "ec85cb48daa16ab046be32631074f976600b277173c1b9644607422db497ca0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f730b1521e0b8fa8ead07212b90539531a9a3bf3b3c53af868d1173f1dd0de5d" + sha256 cellar: :any, arm64_sequoia: "18e5b0cb9215344ff1bfc3152e1d13b0af57b22d02b96c5c5f4457fa76bd9c44" + sha256 cellar: :any, arm64_sonoma: "f560ddecb115f6af60a1ebf8f8539e9e7f5d16ccde4ba6fbbb42624cbbf2544f" + sha256 cellar: :any, arm64_ventura: "37fbb149c3dc926cb3e73d7f3786389ccb618c95bd0b37d7196bf3be89603673" + sha256 cellar: :any, sonoma: "a0c7320f7d483a9cbd68c6845d644fbe2f5e277bfeff2ba0aad9fbbbf972b40c" + sha256 cellar: :any, ventura: "2288fcd8f64dc35ff1b11f6e8dd959dbc2608a7370948eec5973b459eb6bf552" + sha256 cellar: :any_skip_relocation, arm64_linux: "5da706ca0fee18e90b93022d636203a26ea308069d065eca0e37f5b8b24e6ca1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1207a4ee3ef44f8701b40ab3d6c7d55fe10da489f1e1478284240a08867f9b68" end depends_on "rust" => :build # for pydantic_core From de3ec74573f90c704421c742c0c96cd9f2d78bca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:26:05 +0000 Subject: [PATCH 07953/10074] capnp: update 1.2.0 bottle. --- Formula/c/capnp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/capnp.rb b/Formula/c/capnp.rb index 9b9264dbccc18..e5fbfcac5cedc 100644 --- a/Formula/c/capnp.rb +++ b/Formula/c/capnp.rb @@ -12,13 +12,13 @@ class Capnp < Formula end bottle do - sha256 arm64_sequoia: "da943b772529cbb7c2440eb94cd2f10f46c6c8581ff71955c91eb525f02ef77c" - sha256 arm64_sonoma: "65f9b719ce1f34ad4ecf701c4746a8171373f6823cb49092240a72873a236e26" - sha256 arm64_ventura: "a189e48e415f6c948dc65316273d4e3ef61c382afc8e87b3e0f9ff39de1a756b" - sha256 sonoma: "b10e583f8c1e19e55799c99976bdcf1a72525159d1dafbbf34ce81e0e23e27f6" - sha256 ventura: "5b7db9d3f90102f106d9fb4c4f9a940d6c3f41ec88d37b43448935e98cd0d8c8" - sha256 arm64_linux: "c1e25a52e5c2c575e99556aaf4f201e62ee6bda6f9c4ad126e6f92a1a4949a0d" - sha256 x86_64_linux: "565ef7ec4280086a04817c3b66eacff9fb21bb572e83a29a9aba77535bce0d8b" + sha256 arm64_sequoia: "32850d9930ecb4a82632d22ba68f5dc3ee221d9b4b00e7bbcfd57fc093b0e6b9" + sha256 arm64_sonoma: "5627bf9b2d201d61d69cd4fefcbea4170bfc6c37bcdacd11f541a170191836a6" + sha256 arm64_ventura: "628e24ec584599abf82afa1f517fa92a6064a9511175f646d26fc0eded6a28f9" + sha256 sonoma: "fa74eafe82cb0fb8753552e68548a15106b9e2543263b837d6221c5962ee3a6f" + sha256 ventura: "32dcff1c319cd23a163fc233426cd57e7f7170209f9344ecc485122dad3d7631" + sha256 arm64_linux: "22fbab45d8401d46c54dd930009a3d527beced94406743a17c280466b0622e81" + sha256 x86_64_linux: "0b35a0dde079a841e258c6d364e32e6f4cd543d00e94f240ae67e0c461192576" end depends_on "cmake" => :build From 22fd86da5ed8a3fec4b5943c852ff5638e3deff0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:26:05 +0000 Subject: [PATCH 07954/10074] fastnetmon: update 1.2.8_7 bottle. --- Formula/f/fastnetmon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastnetmon.rb b/Formula/f/fastnetmon.rb index 0d13b09e50847..1f6258e45ced7 100644 --- a/Formula/f/fastnetmon.rb +++ b/Formula/f/fastnetmon.rb @@ -7,13 +7,13 @@ class Fastnetmon < Formula revision 7 bottle do - sha256 cellar: :any, arm64_sequoia: "37747a0c870b2d45176af6691f465706c183029ff935ed553dccad26d5b5928d" - sha256 cellar: :any, arm64_sonoma: "101c5df984cbbe9c23402a0602621a6ec675abadb124a359eb3becdc5fc5bbbb" - sha256 cellar: :any, arm64_ventura: "ee792d7c1934c1f8852fe4530823ffcf173de4ba653576cd6e70171981597484" - sha256 cellar: :any, sonoma: "c606cec9b8c22ba18ba313063412b845d1beab25730be7de4b889eddbc601c28" - sha256 cellar: :any, ventura: "ec55603dae665d2e264f7cf77138537a939f11e34f32640a1707f69b822a1400" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae5f0b9c65e75400022c60e28af22e173e1d469adb17f70d44cc3399d9732991" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3687963d946f1e6b0d8d0b5dc3c5ca6c2a269f2b0623c4b3c7e4e5d30d7d690c" + sha256 cellar: :any, arm64_sequoia: "49de71494f182fa5183947fd6917b59422b714321b20bbc379ae731fd426ee5a" + sha256 cellar: :any, arm64_sonoma: "fb7296f63926a399a1cb5d0f4f95d0dfdea15c6c129e61d2c64a50c5721a3de2" + sha256 cellar: :any, arm64_ventura: "172ad7f526a299ef747a0509a66799e6a3ddc75d7ae9612695bd55584b37d8ce" + sha256 cellar: :any, sonoma: "f93311495ca99e24b077a0bab5ca869bf93eabd7899ce836d8a33afd98b57cfa" + sha256 cellar: :any, ventura: "75b78647054bbb2ef61618fa9c634ba8db78327c72830731aa2e1e2590c90ff1" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a22a32431e7e39e9695ba026de9eb12a4462422b9f3675fd6c0012a1eea945b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fa2827b435c6c8786f183d8d3bda36653cf35c46e6b54ab2f9a5f77137e4b85c" end depends_on "cmake" => :build From 7c301722c3917bc1f0eaf74cb9774d57c73a5715 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:26:05 +0000 Subject: [PATCH 07955/10074] librime: update 1.13.1_1 bottle. --- Formula/lib/librime.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/librime.rb b/Formula/lib/librime.rb index ce38a7716d038..4a1a3c37d9cad 100644 --- a/Formula/lib/librime.rb +++ b/Formula/lib/librime.rb @@ -8,13 +8,13 @@ class Librime < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "cf413846de5257ed69c635bda821c97ad3a36ced35142c3f6fafd60900870b6b" - sha256 cellar: :any, arm64_sonoma: "a0f8ec80406b78209f9796a65364590f81620323b8068af4ad6a1af37e390656" - sha256 cellar: :any, arm64_ventura: "88ab106ef147e60b6f4d8220d0662891819da6209f0d1e9e02360f7095345669" - sha256 cellar: :any, sonoma: "945951fb791064e11b3889224ecb58c92f7eddd103034d444263dfe3a74a698a" - sha256 cellar: :any, ventura: "74a5240d68f3b45727523df8c4f469f95aa6aab40ef8f39dbdd201bf1f5b8614" - sha256 cellar: :any_skip_relocation, arm64_linux: "fa93377e6691b4d4d6a323beda9f27381d5b7f805a0a21287a4d42fccbd1a9bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aa8f6a3c5c42fbf14423d398f68eb17dc40cc43615e815c763ee97b31bb9c828" + sha256 cellar: :any, arm64_sequoia: "6950499f52c75ae9a9c59a7b1c710590963229860ba072a29bc856ae4ef29f1a" + sha256 cellar: :any, arm64_sonoma: "752f1dc2084618b465a2f000213c0da2ded44e1d5bb44bfe8e1c18934b5ee359" + sha256 cellar: :any, arm64_ventura: "bc4d9d173e73fe33f15bc47badbc380c0ea5926e134c9dbd23cfe4c845781d0d" + sha256 cellar: :any, sonoma: "4aa81809e4fec4fd278e6429bab0d478bcc5544c958897c491391367e4ddfc8e" + sha256 cellar: :any, ventura: "9199881c5f61ac797c9c217b957f0845b00f15f1489fddf6a3ed2689b83c73af" + sha256 cellar: :any_skip_relocation, arm64_linux: "362ab72184aa3cdef179d8fe7ef89083b0b34872c9416ec65fe1999e386bd9ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3010ba31f95bf8a53ab4c56b96056d8265a443accbbda1f41c74e490c95fef04" end depends_on "boost" => :build From de3aa81a5717d309996b232628d8d72a63806780 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:26:05 +0000 Subject: [PATCH 07956/10074] surelog: update 1.84_2 bottle. --- Formula/s/surelog.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/surelog.rb b/Formula/s/surelog.rb index 8defd739d457c..a650e089c7494 100644 --- a/Formula/s/surelog.rb +++ b/Formula/s/surelog.rb @@ -10,13 +10,13 @@ class Surelog < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "9ee2c25ec18fd1d9dd4f7793b6ba916671a576d1e79ea3f59b0c0ecd6f405def" - sha256 cellar: :any, arm64_sonoma: "8ec82893f6dae9ba5959bc4c7d7910afe640343ebd7ec40f66eae243c30815c2" - sha256 cellar: :any, arm64_ventura: "3e75f97f1b262e924733ef2a7a26a416e90f3b0cedb67341e0a0eadfcbdbd992" - sha256 cellar: :any, sonoma: "e7bec2531c7d241da26665a6baa89d6e7731a4e64066def102328cdd6ff6a75a" - sha256 cellar: :any, ventura: "284118733c63ad3344c973917b2b52ee91468f3d442851729995e27c5622736c" - sha256 cellar: :any_skip_relocation, arm64_linux: "d3e2bb045f895d6572ff5a3b23d28c304d4501587510cbb373b3200abd909a5a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "72570d5f28cac62d5bb5c5e72674a1e95b25cbb43b47fe57bbeb16d353cfe95b" + sha256 cellar: :any, arm64_sequoia: "727db7b3c19efd328fef24f1eae4d5790e37d6c47a570edcd87a63042486d076" + sha256 cellar: :any, arm64_sonoma: "3743df7ef2d3f379e55bc9d8e77fc9de3c9716a76bcb055a86ba5c52e027559c" + sha256 cellar: :any, arm64_ventura: "d489c736ba9d3ae719c3302d27e62a29a7072d28f5f42e41ed5218948e88436e" + sha256 cellar: :any, sonoma: "4ef650973f4b852bf578c0a2df59948e6754b637eb1bbc75e65bfd6f4942b9d2" + sha256 cellar: :any, ventura: "b1c5876a1bd6548646d385182550baf7e9a41f64eab6c7cdaf4d6b23075f4850" + sha256 cellar: :any_skip_relocation, arm64_linux: "6c6afd3cb1e3a200aa037ea9ef4a09e7a136fe30b963ca1d91242dc44332f535" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ecfa15659fbee451ba2f7e6649fb7796707edc5de841ce124b031a6162113005" end depends_on "antlr" => :build From dd3ec596882ac3f11ffeab0f2e3f9a436f8ff115 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:26:05 +0000 Subject: [PATCH 07957/10074] uhdm: update 1.84_2 bottle. --- Formula/u/uhdm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uhdm.rb b/Formula/u/uhdm.rb index 0ba5dd475a92f..1252537beed92 100644 --- a/Formula/u/uhdm.rb +++ b/Formula/u/uhdm.rb @@ -12,13 +12,13 @@ class Uhdm < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "670acc688d73fba8ac6565fca378f022b5d1f6f37699df288ee5e9dc38b8b656" - sha256 cellar: :any, arm64_sonoma: "255be8c70c052277b40458bbb152fd969c46ccf12ab9108e6f1dfad702d1ce37" - sha256 cellar: :any, arm64_ventura: "4b261cec78b1348d493ea3147509161746b1198fde4c6a5251fa346b0e3d13b5" - sha256 cellar: :any, sonoma: "73ea9f87f818f189e140a0871d93a130f038d5c082465209c025ee4eb65517b6" - sha256 cellar: :any, ventura: "5cbdabfcb3ea0e53e3b1682f544c1aff82613b71ce89d047fc393638ffd3a5d5" - sha256 cellar: :any_skip_relocation, arm64_linux: "b9f3fc34c3cf05f8674c551793cdf1492f151f93496016eb7a2e6ee8fe76726d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "84b61a7b60b854c05302fcac7cf6a6fecdf54682a879f062ff31fc4bbdbad012" + sha256 cellar: :any, arm64_sequoia: "19fcc355f0c97b73f365f5f8dc5ce72eefa83d08b780553058da783ddacb917d" + sha256 cellar: :any, arm64_sonoma: "812e9c2b03de83b4def63dc9c34412106a3ba5ab01bfb9da42b8a9756458cb2c" + sha256 cellar: :any, arm64_ventura: "dcfd52eac15acef073c1959bf116f6bfe5974a571a67748377ae8ec61f02c369" + sha256 cellar: :any, sonoma: "09774eae01e08f62741390bcc1bbbcbb1d96896c7caccfaeb1ac36cad38695c9" + sha256 cellar: :any, ventura: "5100d3f029ce0a76ef2c1c98b0436fa96a448032cc233565f24f1d641c13967b" + sha256 cellar: :any_skip_relocation, arm64_linux: "b2fe27ffa31d6ce11379a222b847493950059f02d02b493618b549a8ef27a81d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5d68f2dc934db9fd61b5048294bff8299b638c36bde5b56b4111e2c84c828fb2" end depends_on "cmake" => :build From ac6f62d9602bfc17023ff1661cdd73ab8336a0e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:32:30 +0000 Subject: [PATCH 07958/10074] yara-x: update 1.2.0 bottle. --- Formula/y/yara-x.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index 925939b37b0e9..75b4e8e9e91c6 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -18,13 +18,13 @@ class YaraX < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "241017c95d97f39e29730d0d51ede05cb5d943934a7d78fa51990a0aff3d9406" - sha256 cellar: :any, arm64_sonoma: "a3ef596bb84a5f2d0168dcc1079bd261a9ec8cd50646b738ffc9fecc0b15e60a" - sha256 cellar: :any, arm64_ventura: "8d3c52a044cca700e1c1d9e3b2d807f9760adbc513b787ed128994c4928ff504" - sha256 cellar: :any, sonoma: "85afc2e825ceba6a13e6ff6061be2bdd451af1d8a0293066c8cab13e28ccad77" - sha256 cellar: :any, ventura: "5f156f595d7860ce0ee015413bc04b38ee4dd348b3cfe714685d0b69948bfa8e" - sha256 cellar: :any_skip_relocation, arm64_linux: "7919951cd67ef7d57570c87763581d2c12ce381dc2951ac1e989df24f3bbc90c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f036347d37eb1ce446004253bf99ae9de37bf662bfe1a18808bf37802c8a95fe" + sha256 cellar: :any, arm64_sequoia: "8091bed57071a0e879a57e604eff39832ffb904120d1bb34f96666c6c455975a" + sha256 cellar: :any, arm64_sonoma: "e26f750314254c0b9ec5a2ef5d564b31658577f5a422f940760a8c36111dd475" + sha256 cellar: :any, arm64_ventura: "bc3f6a357cb9f432d7ef56962367f862925c28d286929cebadfff32ad95eb150" + sha256 cellar: :any, sonoma: "a7b5f6508bd875fe780bfa529c3de5336955cca4cbd168dab2f5857deefbb3ee" + sha256 cellar: :any, ventura: "c75158ee76e14430ea03f8175941a2a7a3a657780668e9647c24072335692c62" + sha256 cellar: :any_skip_relocation, arm64_linux: "dd53aea4851259f822ba58d5fa863fa406e71660dc376b9494e7b97b3c9de426" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5fbdf9d8ad0a2561e60172de60f5a44ed2ebc3cfe4e5a518314763e1f0b3e686" end depends_on "cargo-c" => :build From 4d63fbca65df9843d7bb8c93c3f5afa8901c143f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:33:01 +0000 Subject: [PATCH 07959/10074] mac: update 11.18 bottle. --- Formula/m/mac.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index ec9568a4d9791..6582d407048d0 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -14,13 +14,13 @@ class Mac < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "50b7eb5c1001618179374a2842782c9b6a7e369b4055ab582d4e3e56e9bacaae" - sha256 cellar: :any, arm64_sonoma: "8799b9ede0d4e0c25ce23159f5039d221361d9dab2dd5fbce2feac6f4a81a208" - sha256 cellar: :any, arm64_ventura: "a616bda4382bc62afbdae58f75ea9996af9e0473eeeabf8fab539e444d5dff49" - sha256 cellar: :any, sonoma: "8f0dab0a321b579aa639050b84933be468c9a20ebc2cde5b7fc2fbe87e16c445" - sha256 cellar: :any, ventura: "5ab3e0f0ef2e96df4e07da6a9de35f2cdeb16b910428de4468a6cdd7d62d8eef" - sha256 cellar: :any_skip_relocation, arm64_linux: "8a9c9cf6f716b858e399d83cd1f71ff6ab35a98543e712d649e905cf0f32c4b6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0cb6752bfd8b24350648b1328801be3978678424e854abb4cc0fdcf8bd56a7ed" + sha256 cellar: :any, arm64_sequoia: "3a2a9a2396303fd2ce1d219335ad6833edb82b20834de2aff87590cfa716fb62" + sha256 cellar: :any, arm64_sonoma: "d4034bea9b08ac0612d88b0d19cd9b1b00eef9c70031772a4826fe8c32641406" + sha256 cellar: :any, arm64_ventura: "4cd51298124c6a1701e1d9839a76185f9d4c2dd349f627b69c0fe514dc7380a4" + sha256 cellar: :any, sonoma: "2da0483897b20eabab41c330d4a54bd7e82bb76f54038583a124b80379c64a84" + sha256 cellar: :any, ventura: "579237665811ec2da3561186278893480c0849fe1a5ce5292cae0165e230d27c" + sha256 cellar: :any_skip_relocation, arm64_linux: "e216b2382a8e1b71858c27d9ca2439e9ea25d02b8c1a0b904ffeb1fbb4613f57" + sha256 cellar: :any_skip_relocation, x86_64_linux: "87fadf859260bc262cf2e2ebdce05d1470a28d582f5ca8f464ea2cbc13810b05" end depends_on "cmake" => :build From cb7b821ebc6a61c489e7ccf6f5952a582a04e47c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:55:55 +0000 Subject: [PATCH 07960/10074] bruno-cli 2.6.1 --- Formula/b/bruno-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bruno-cli.rb b/Formula/b/bruno-cli.rb index d92a8c03e6f93..63b2760cb8a59 100644 --- a/Formula/b/bruno-cli.rb +++ b/Formula/b/bruno-cli.rb @@ -1,8 +1,8 @@ class BrunoCli < Formula desc "CLI of the open-source IDE For exploring and testing APIs" homepage "https://www.usebruno.com/" - url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.6.0.tgz" - sha256 "6f90040703de5c9d0e9cdf99ea9231350fed1a48b41e4d6d35a8dca0bd6ab109" + url "https://registry.npmjs.org/@usebruno/cli/-/cli-2.6.1.tgz" + sha256 "b130251b8ff7121b6b788ce6da1ea225065cc6746e0ec4b514e5725842110a26" license "MIT" bottle do From 43a688863523097c70eeb841180bfd961f2fa0bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:57:56 +0000 Subject: [PATCH 07961/10074] clamav 1.4.3 --- Formula/c/clamav.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/clamav.rb b/Formula/c/clamav.rb index 4e3f6c02ecbfa..820fa05be2fdc 100644 --- a/Formula/c/clamav.rb +++ b/Formula/c/clamav.rb @@ -1,9 +1,9 @@ class Clamav < Formula desc "Anti-virus software" homepage "https://www.clamav.net/" - url "https://github.com/Cisco-Talos/clamav/releases/download/clamav-1.4.2/clamav-1.4.2.tar.gz" - mirror "https://www.clamav.net/downloads/production/clamav-1.4.2.tar.gz" - sha256 "8c92f8ade2a8f2c9d6688d1d63ee57f6caf965d74dce06d0971c6709c8e6c04c" + url "https://github.com/Cisco-Talos/clamav/releases/download/clamav-1.4.3/clamav-1.4.3.tar.gz" + mirror "https://www.clamav.net/downloads/production/clamav-1.4.3.tar.gz" + sha256 "d874cabf3d4765b35b518ef535658a1e6ec74802006a1d613f9f124aa1343210" license "GPL-2.0-or-later" head "https://github.com/Cisco-Talos/clamav.git", branch: "main" From 4f01e17df90c12455c38a466e00d61a96961a232 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:58:31 +0000 Subject: [PATCH 07962/10074] cloudflare-wrangler 4.20.3 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 50e70324e138e..7c3d89b24b2df 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.2.tgz" - sha256 "c5c481765a0c6aa50058ef99f261ac349d46b0410dfe56847077a6ded51f949f" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.3.tgz" + sha256 "3e66ac43892cb09d15db382a03a176f1e77429d9ab33fee9b9df3bbf1af6445b" license any_of: ["Apache-2.0", "MIT"] bottle do From c98a4369b68378f23cad25e3d56a7d2a8b4683b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:00:52 +0000 Subject: [PATCH 07963/10074] diesel 2.2.11 --- Formula/d/diesel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/diesel.rb b/Formula/d/diesel.rb index 71a871f755169..f2bdd77621600 100644 --- a/Formula/d/diesel.rb +++ b/Formula/d/diesel.rb @@ -1,8 +1,8 @@ class Diesel < Formula desc "Command-line tool for Rust ORM Diesel" homepage "https://diesel.rs" - url "https://github.com/diesel-rs/diesel/archive/refs/tags/v2.2.10.tar.gz" - sha256 "7b2bad8963a8c0617b2d2259b2edeb34f10f36615b9a86e2a4a71546a13d7047" + url "https://github.com/diesel-rs/diesel/archive/refs/tags/v2.2.11.tar.gz" + sha256 "d2fdb24e16b4a26775bf76833fbb410e97f68af1161a084a500bc79d8d06dc41" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/diesel-rs/diesel.git", branch: "master" From 0d9d8ead81af3be801ddf62d45a4531ff9430c85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:03:20 +0000 Subject: [PATCH 07964/10074] fern-api 0.64.12 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 267d6117b7fd2..a2608f58fded9 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.11.tgz" - sha256 "ae1edfe1a6afc02b281e684950075034d49588f6274b52127909bd6301a81a5e" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.12.tgz" + sha256 "7a30f71fe99737b4f3e23bd3163d96980d634ce55bb6cd1ec7992e4ca12efad2" license "Apache-2.0" bottle do From e5acf5f6abb7ff721059566223a40e3168add368 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:06:41 +0000 Subject: [PATCH 07965/10074] htmlhint 1.6.3 --- Formula/h/htmlhint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index cb0b65a66f3c2..076ac52a9debb 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -1,8 +1,8 @@ class Htmlhint < Formula desc "Static code analysis tool you need for your HTML" homepage "https://github.com/htmlhint/HTMLHint" - url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.2.tgz" - sha256 "23cd35a00b256e6df6a1471bfbc5a124492fc78bc263443ccb7143b4f79e374d" + url "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.3.tgz" + sha256 "2f525186e3d3066de002822a11672b98869b647be8de709c130861a60d245dec" license "MIT" bottle do From 33d849efedbd2864c199cf32fe624fe5ea3e3bce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:08:32 +0000 Subject: [PATCH 07966/10074] keploy 2.6.11 --- Formula/k/keploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index e1715f67eac5c..4469ed1f7f784 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -1,8 +1,8 @@ class Keploy < Formula desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries" homepage "https://keploy.io" - url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.10.tar.gz" - sha256 "5232b54932095aaa356cbf9e7202caecc20d2a5246f9d1520e0ad97934c1ba92" + url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.11.tar.gz" + sha256 "a4c636334a8a05f367f9c4a90ac35a70c78ea96d7a0d457e87cd1ea7ee88aaba" license "Apache-2.0" head "https://github.com/keploy/keploy.git", branch: "main" From f15d6dc9f8b292a7e35e957d343fc62321562f02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:09:01 +0000 Subject: [PATCH 07967/10074] kube-linter 0.7.4 --- Formula/k/kube-linter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kube-linter.rb b/Formula/k/kube-linter.rb index da9b409dacea9..6089eb1094827 100644 --- a/Formula/k/kube-linter.rb +++ b/Formula/k/kube-linter.rb @@ -1,8 +1,8 @@ class KubeLinter < Formula desc "Static analysis tool for Kubernetes YAML files and Helm charts" homepage "https://github.com/stackrox/kube-linter" - url "https://github.com/stackrox/kube-linter/archive/refs/tags/v0.7.3.tar.gz" - sha256 "eca8fa2358d18f087c9f7e0c04e75b199531d4337787f2d05c786190b38ee64b" + url "https://github.com/stackrox/kube-linter/archive/refs/tags/v0.7.4.tar.gz" + sha256 "c0f69e0fa67b27ca84efa180eb398290dfa0d7a7f6f2d1de82a935e0432dd793" license "Apache-2.0" head "https://github.com/stackrox/kube-linter.git", branch: "master" From 283c927cc23c718fcab003b46b6b046dbd1eb487 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:13:14 +0000 Subject: [PATCH 07968/10074] mcp-inspector 0.14.3 --- Formula/m/mcp-inspector.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mcp-inspector.rb b/Formula/m/mcp-inspector.rb index 1949cb3ae5602..faad4ed801310 100644 --- a/Formula/m/mcp-inspector.rb +++ b/Formula/m/mcp-inspector.rb @@ -1,8 +1,8 @@ class McpInspector < Formula desc "Visual testing tool for MCP servers" homepage "https://modelcontextprotocol.io/docs/tools/inspector" - url "https://registry.npmjs.org/@modelcontextprotocol/inspector/-/inspector-0.14.2.tgz" - sha256 "c7dbc1b3cfdba97e0566949bc7ac83aec8c826cb1c33695d1780b5a378853e75" + url "https://registry.npmjs.org/@modelcontextprotocol/inspector/-/inspector-0.14.3.tgz" + sha256 "403c0b277c400cc82abdf9d83381eafef9d2ee0a90ba8c7c7b7c714a820d2eba" license "MIT" bottle do From 5e310e2e35e1273236ea9d88dc456f23b7976d5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:16:11 +0000 Subject: [PATCH 07969/10074] ollama 0.9.2 --- Formula/o/ollama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index a256b0574bc6b..42935bde7c18b 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -2,8 +2,8 @@ class Ollama < Formula desc "Create, run, and share large language models (LLMs)" homepage "https://ollama.com/" url "https://github.com/ollama/ollama.git", - tag: "v0.9.1", - revision: "5a8eb0e1510a5a35b80649f2b88e9231716b6850" + tag: "v0.9.2", + revision: "ed567ef43b5822423bd165f5f57fb6bad5fce1b3" license "MIT" head "https://github.com/ollama/ollama.git", branch: "main" From 21f5bdcb0cbf38ed6156b85dea2e19c5abe3ca9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:19:43 +0000 Subject: [PATCH 07970/10074] python-markdown 3.8.1 --- Formula/p/python-markdown.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-markdown.rb b/Formula/p/python-markdown.rb index b22aebaa02d54..1ff1820bc6f5d 100644 --- a/Formula/p/python-markdown.rb +++ b/Formula/p/python-markdown.rb @@ -3,8 +3,8 @@ class PythonMarkdown < Formula desc "Python implementation of Markdown" homepage "https://python-markdown.github.io" - url "https://files.pythonhosted.org/packages/2f/15/222b423b0b88689c266d9eac4e61396fe2cc53464459d6a37618ac863b24/markdown-3.8.tar.gz" - sha256 "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" + url "https://files.pythonhosted.org/packages/db/7c/0738e5ff0adccd0b4e02c66d0446c03a3c557e02bb49b7c263d7ab56c57d/markdown-3.8.1.tar.gz" + sha256 "a2e2f01cead4828ee74ecca9623045f62216aef2212a7685d6eb9163f590b8c1" license "BSD-3-Clause" head "https://github.com/Python-Markdown/markdown.git", branch: "master" From 190d503209798ea6a4022888d951a45e4b6d9d25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:20:30 +0000 Subject: [PATCH 07971/10074] readsb 3.14.1683 --- Formula/r/readsb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index 8aba51dc1d467..35236bb236e9b 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -1,8 +1,8 @@ class Readsb < Formula desc "ADS-B decoder swiss knife" homepage "https://github.com/wiedehopf/readsb" - url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1682.tar.gz" - sha256 "180d652829c0bb13e1935f9ee4975b5f2c055281f113e5b0325e3444bd0f4685" + url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.14.1683.tar.gz" + sha256 "4c56d0908719eaf6d1f1ea069798970b684db5c74e3661354dd0cea960ebd9d8" license "GPL-3.0-or-later" bottle do From 4a0fe0502dd7ad8631d067d1da57a272c75378b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:20:54 +0000 Subject: [PATCH 07972/10074] renovate 40.61.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index bbd6ecb4206f2..da32339fcfa48 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.60.0.tgz" - sha256 "4cc997d7496513780eec56e1a4ad921ed0f32f60147bc14a8fd66e217039fcea" + url "https://registry.npmjs.org/renovate/-/renovate-40.61.0.tgz" + sha256 "da06096410f18a4f8a47e8254228ca33dc84ab4db3bb8bf1521c692d09301d9f" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 7e4b248982bcf17c096f2a5b9a31b9153f2c0a67 Mon Sep 17 00:00:00 2001 From: William Martin Date: Wed, 18 Jun 2025 19:25:51 +0200 Subject: [PATCH 07973/10074] gh 2.74.2 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/g/gh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index c0871dcf3bb58..179c53ef9acc7 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -1,8 +1,8 @@ class Gh < Formula desc "GitHub command-line tool" homepage "https://cli.github.com/" - url "https://github.com/cli/cli/archive/refs/tags/v2.74.1.tar.gz" - sha256 "ac894d0f16f78db34818c396aad542b1512a776b925a7639d5d5a30d205a103b" + url "https://github.com/cli/cli/archive/refs/tags/v2.74.2.tar.gz" + sha256 "58d383e75e1a6f3eb5e5694f232d1ed6f7f53681fda9c6a997e6e1be344edd94" license "MIT" head "https://github.com/cli/cli.git", branch: "trunk" From 64f3d82ae730aad6f1c76cb48605b63f4ba89cad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:29:07 +0000 Subject: [PATCH 07974/10074] zabbix 7.2.8 --- Formula/z/zabbix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zabbix.rb b/Formula/z/zabbix.rb index 57a25377287af..dfa3b23cc3914 100644 --- a/Formula/z/zabbix.rb +++ b/Formula/z/zabbix.rb @@ -1,8 +1,8 @@ class Zabbix < Formula desc "Availability and monitoring solution" homepage "https://www.zabbix.com/" - url "https://cdn.zabbix.com/zabbix/sources/stable/7.2/zabbix-7.2.7.tar.gz" - sha256 "323f7c1c2001c029f41c0207fe4493a072c5bde97b60ca3f591529037c0fa56f" + url "https://cdn.zabbix.com/zabbix/sources/stable/7.2/zabbix-7.2.8.tar.gz" + sha256 "2d0cb04f628b8501c99c1ccde70b95cc63fd9ff9c967370dbb27d542a805239c" license "AGPL-3.0-only" head "https://github.com/zabbix/zabbix.git", branch: "master" From bc185039b483b342046214667239ddeeea38c2eb Mon Sep 17 00:00:00 2001 From: svc-devtoolsbot <79531021+svc-devtoolsbot@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:03:57 -0400 Subject: [PATCH 07975/10074] mongosh 2.5.3 --- Formula/m/mongosh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mongosh.rb b/Formula/m/mongosh.rb index 98a05a061dd04..b5de3ca737d5f 100644 --- a/Formula/m/mongosh.rb +++ b/Formula/m/mongosh.rb @@ -1,8 +1,8 @@ class Mongosh < Formula desc "MongoDB Shell to connect, configure, query, and work with your MongoDB database" homepage "https://github.com/mongodb-js/mongosh" - url "https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-2.5.2.tgz" - sha256 "37f69f3a43968b2b7fe29075c68d2dae922b19ef573ed448ff4166108e0345ed" + url "https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-2.5.3.tgz" + sha256 "c10bb9ec0fdc8f2c3fae1a2b550f94625db85b0c9e106f812798e5a655d55caa" license "Apache-2.0" no_autobump! because: :requires_manual_review From c402264ae9ff3554d5c2a2ff8dd262004d5b2484 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:28:47 +0000 Subject: [PATCH 07976/10074] yara-x 1.2.1 yara-x: remove build patch Signed-off-by: Rui Chen --- Formula/y/yara-x.rb | 51 ++------------------------------------------- 1 file changed, 2 insertions(+), 49 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index 75b4e8e9e91c6..d985ec88b4ab4 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -1,17 +1,11 @@ class YaraX < Formula desc "Tool to do pattern matching for malware research" homepage "https://virustotal.github.io/yara-x/" + url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.2.1.tar.gz" + sha256 "e0457c0cd4f6a7a1c4c0e5df7453af49f3d8027453fd1fc053a1491ca1823122" license "BSD-3-Clause" head "https://github.com/VirusTotal/yara-x.git", branch: "main" - stable do - url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.2.0.tar.gz" - sha256 "f825a24bb2132d284fc9b2bdde1440f6a1f55d699388fee15f859b535e8074e3" - - # patch to fix `elf` module error, upstream commit ref, https://github.com/VirusTotal/yara-x/commit/ae9a6323ff5e6725fac69b76997db82aa53e713a - patch :DATA - end - livecheck do url :stable strategy :github_latest @@ -63,44 +57,3 @@ def install assert_match version.to_s, shell_output("#{bin}/yr --version") end end - -__END__ -diff --git a/lib/src/modules/elf/mod.rs b/lib/src/modules/elf/mod.rs -index 5384fcea7..7a38dc4de 100644 ---- a/lib/src/modules/elf/mod.rs -+++ b/lib/src/modules/elf/mod.rs -@@ -30,9 +30,11 @@ thread_local!( - fn main(data: &[u8], _meta: Option<&[u8]>) -> Result { - IMPORT_MD5_CACHE.with(|cache| *cache.borrow_mut() = None); - TLSH_CACHE.with(|cache| *cache.borrow_mut() = None); -- parser::ElfParser::new() -- .parse(data) -- .map_err(|e| ModuleError::InternalError { err: e.to_string() }) -+ -+ match parser::ElfParser::new().parse(data) { -+ Ok(elf) => Ok(elf), -+ Err(_) => Ok(ELF::new()), -+ } - } - - #[module_export] -diff --git a/lib/src/modules/lnk/mod.rs b/lib/src/modules/lnk/mod.rs -index 22f06a3a1..fd73767fe 100644 ---- a/lib/src/modules/lnk/mod.rs -+++ b/lib/src/modules/lnk/mod.rs -@@ -18,7 +18,12 @@ pub mod parser; - - #[module_main] - fn main(data: &[u8], _meta: Option<&[u8]>) -> Result { -- parser::LnkParser::new() -- .parse(data) -- .map_err(|e| ModuleError::InternalError { err: e.to_string() }) -+ match parser::LnkParser::new().parse(data) { -+ Ok(lnk) => Ok(lnk), -+ Err(_) => { -+ let mut lnk = Lnk::new(); -+ lnk.is_lnk = Some(false); -+ Ok(lnk) -+ } -+ } - } From 0f3dd8cb2451f0c730c8788ee288836459c416bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:17 +0000 Subject: [PATCH 07977/10074] diesel: update 2.2.11 bottle. --- Formula/d/diesel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/diesel.rb b/Formula/d/diesel.rb index f2bdd77621600..729d5823e45f0 100644 --- a/Formula/d/diesel.rb +++ b/Formula/d/diesel.rb @@ -7,13 +7,13 @@ class Diesel < Formula head "https://github.com/diesel-rs/diesel.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "97bec8a3bf972ded46e195a7b61eba9e255224fd6fcc070c8a086cd4055729e5" - sha256 cellar: :any, arm64_sonoma: "30203072dc2ee0738bd3bc129f47b7684a168e309c78c1afbc9dbe3e47e5780f" - sha256 cellar: :any, arm64_ventura: "a0c29e5dd9a63f3e906ddb6e12959e6ed5ce77c7e1b013b4cbfc31dce4500df5" - sha256 cellar: :any, sonoma: "dc260b121c3f39634c66a6dc74f6911290ed6d45565b4a35fa0f9fa829ebecfd" - sha256 cellar: :any, ventura: "ac6b6c4d5be5d8c6159c5cc8854cc4c105b5503507ad1612df2b01ae8f5f480c" - sha256 cellar: :any_skip_relocation, arm64_linux: "05b025b705196626075a6526bd658bee80d9c685e200eba8f4dbfc92a31b0a25" - sha256 cellar: :any_skip_relocation, x86_64_linux: "637290663af15469c48782dfef35b6d7aca557c96be99e3be5988e8a9e23a919" + sha256 cellar: :any, arm64_sequoia: "cb6a01fc55d2b30f4d2dd947e2f9934b5d67c2406397a492e53e505e999cd504" + sha256 cellar: :any, arm64_sonoma: "0c27438c7e7447f71682a2e4f4cbb08a84ae87f839e2dc1be8c8fd1b695c3125" + sha256 cellar: :any, arm64_ventura: "5f395b3ba120fd233e54ffe42b3e5efc26d73228da0949072157b9f52f219a70" + sha256 cellar: :any, sonoma: "c35dcd4b4230fe8555b94fe1af19af0340462ee16dc770456e968bdcd4c8ba25" + sha256 cellar: :any, ventura: "7e165c1532d958faacd270bd95232d7292b39c012efcae841517b19a2686ca5e" + sha256 cellar: :any_skip_relocation, arm64_linux: "62c344e2970dd86c0e93be0ee74090151190340564007f4ade0039000103e9d6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d030c73d1939f426b46f165faa1f454e74993c0fc68a4262d55abd864ed685b8" end depends_on "rust" => [:build, :test] From 32aa22358c1b769ab4dfc2fcfa7c363ea729b6a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:17 +0000 Subject: [PATCH 07978/10074] bruno-cli: update 2.6.1 bottle. --- Formula/b/bruno-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bruno-cli.rb b/Formula/b/bruno-cli.rb index 63b2760cb8a59..817303c3de6f0 100644 --- a/Formula/b/bruno-cli.rb +++ b/Formula/b/bruno-cli.rb @@ -6,13 +6,13 @@ class BrunoCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" - sha256 cellar: :any_skip_relocation, sonoma: "27f78613b8d60e5d7826da1d83968e818961bc7458cbe9799f915b8dad40041a" - sha256 cellar: :any_skip_relocation, ventura: "27f78613b8d60e5d7826da1d83968e818961bc7458cbe9799f915b8dad40041a" - sha256 cellar: :any_skip_relocation, arm64_linux: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "887868034d819e89df562a3e52f5355ec65aacdacd33dfc6531e5a35e6c3fce4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "61c5f10e1776ac03c81dc6009b90ec9c8e32603298c3a5175239a3bd5fa6f9f2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "61c5f10e1776ac03c81dc6009b90ec9c8e32603298c3a5175239a3bd5fa6f9f2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "61c5f10e1776ac03c81dc6009b90ec9c8e32603298c3a5175239a3bd5fa6f9f2" + sha256 cellar: :any_skip_relocation, sonoma: "695ef1c48cbccd18bb52a47fc43525120d60c7724c050667b837ad2ce2226e8d" + sha256 cellar: :any_skip_relocation, ventura: "695ef1c48cbccd18bb52a47fc43525120d60c7724c050667b837ad2ce2226e8d" + sha256 cellar: :any_skip_relocation, arm64_linux: "61c5f10e1776ac03c81dc6009b90ec9c8e32603298c3a5175239a3bd5fa6f9f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "61c5f10e1776ac03c81dc6009b90ec9c8e32603298c3a5175239a3bd5fa6f9f2" end depends_on "node" From 7be202fb71cd4bd98be0672416206edc85bc48e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:22 +0000 Subject: [PATCH 07979/10074] fern-api: update 0.64.12 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index a2608f58fded9..4c47b4d615f78 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "4f8438d672e54e07b87a6affdce963e5540af226dae82659449458d79be5528a" + sha256 cellar: :any_skip_relocation, all: "f7e3a489fbf5153316d88853f3eca5394aa7c1fb83862bca2eefea1288e8ea0a" end depends_on "node" From 2d8f0f1b2315597246a862a4619ca2a166bf55d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:25 +0000 Subject: [PATCH 07980/10074] python-markdown: update 3.8.1 bottle. --- Formula/p/python-markdown.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/python-markdown.rb b/Formula/p/python-markdown.rb index 1ff1820bc6f5d..0e192ea1fb7ee 100644 --- a/Formula/p/python-markdown.rb +++ b/Formula/p/python-markdown.rb @@ -9,7 +9,7 @@ class PythonMarkdown < Formula head "https://github.com/Python-Markdown/markdown.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "9236e8371fe094ff61d9d5de0ea231a1078e39757016b2d484b232d621f8985e" + sha256 cellar: :any_skip_relocation, all: "44ba2477ecc491890eeb41eee3099102b2be362489654e649545c058942e932a" end depends_on "python@3.13" From c3f13293d7fbfa97d87e58b7a7ece6b5244f8b33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:31 +0000 Subject: [PATCH 07981/10074] kube-linter: update 0.7.4 bottle. --- Formula/k/kube-linter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kube-linter.rb b/Formula/k/kube-linter.rb index 6089eb1094827..583dd1a7eb17b 100644 --- a/Formula/k/kube-linter.rb +++ b/Formula/k/kube-linter.rb @@ -7,13 +7,13 @@ class KubeLinter < Formula head "https://github.com/stackrox/kube-linter.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "14e3309afbcabd3cea1a1f8eb541292784173dff18aee0b758d16aec498ab085" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "14e3309afbcabd3cea1a1f8eb541292784173dff18aee0b758d16aec498ab085" - sha256 cellar: :any_skip_relocation, arm64_ventura: "14e3309afbcabd3cea1a1f8eb541292784173dff18aee0b758d16aec498ab085" - sha256 cellar: :any_skip_relocation, sonoma: "9a7fbdb017896891046e788bef36f69ece12459decb7747bb58d068e24d0fc8a" - sha256 cellar: :any_skip_relocation, ventura: "9a7fbdb017896891046e788bef36f69ece12459decb7747bb58d068e24d0fc8a" - sha256 cellar: :any_skip_relocation, arm64_linux: "8089c6cd97631953c26089b23c8086054b8deac772e36dfc5fb742bc5cae1245" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e382897dad9de7763e1b4b2631f38f3b0669f3beb9e97904f917a23138ac8571" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "83bab66d3d0155c4c1861234d8830112459c9198dc4bd369a57b8f41abf2a817" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "83bab66d3d0155c4c1861234d8830112459c9198dc4bd369a57b8f41abf2a817" + sha256 cellar: :any_skip_relocation, arm64_ventura: "83bab66d3d0155c4c1861234d8830112459c9198dc4bd369a57b8f41abf2a817" + sha256 cellar: :any_skip_relocation, sonoma: "91e2186859aa0fcb75051f90e3039375570aeaa441538fb3e86785beb20937de" + sha256 cellar: :any_skip_relocation, ventura: "91e2186859aa0fcb75051f90e3039375570aeaa441538fb3e86785beb20937de" + sha256 cellar: :any_skip_relocation, arm64_linux: "449e2e923903b36730dae87a82861bc751396306ef3778ad3f62ef50ef4a1d2b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "685e907d339ce4a2c86eb03c16d10060e4df345c1e34eeca3f1cff921bcc0565" end depends_on "go" => :build From 303486cfa4e0288cb4862137e3b4b9a36f99e0fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:31 +0000 Subject: [PATCH 07982/10074] ollama: update 0.9.2 bottle. --- Formula/o/ollama.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index 42935bde7c18b..68ed4c7f8c679 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -16,13 +16,13 @@ class Ollama < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "860e9fb81400a042bd87e826ea73918847a6431c522983eb241a61d9221dc0ea" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4ced40df78a32c70c99b9bd343243bb3e25a9cbb45c66e01855b709f441fb04" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8ec99028a37822107e09e9cec794d64a72f8717673660956b6691152e36bc448" - sha256 cellar: :any_skip_relocation, sonoma: "c4fedcfcb26af28513d9d9fd5d2531729d13900c6abb0115584bec4ba93c5f3b" - sha256 cellar: :any_skip_relocation, ventura: "4aeb99fb5db0104880a0034f4a13bdf9c78f28b0e232fe30fd29c470ace33752" - sha256 cellar: :any_skip_relocation, arm64_linux: "cf5270ea0398c76c97761302aadaf652fdc1f1bc116bf2e6a6c3540a588cf224" - sha256 cellar: :any_skip_relocation, x86_64_linux: "65e3990de502c0cdba1703eaff82326862b29aca14b84bdd5202bb92766cb79f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "feb750f5756745ff0fda6985ec30dc2ed97d5a595bf5112d95d1ff51d6712802" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0865068722f61daa9546750268b6725c91797004ca02a5346eca834ed1219f1b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e306c6c8598997ab687e234556daf07a2822f1faa982c8dbc2e7161d7cdf1d80" + sha256 cellar: :any_skip_relocation, sonoma: "0e9261865d611dd87304ccaafff2daf0009cbb3b0934cf65bb9a93f1d722bca4" + sha256 cellar: :any_skip_relocation, ventura: "45d89d9c0af14a93a2c750bd1e3a393f2aed5b4b6cb44aac35486a7034ac9d3c" + sha256 cellar: :any_skip_relocation, arm64_linux: "99138a22348e3c2b6156ade9bdecbb1dc1e21eeb2e1f19ed5b733cc28f5ba657" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3ebd6a49bba24e66f8619161aed4b557084599ba26304a2fab429f7927ac9fcf" end depends_on "cmake" => :build From 6d2f385675cbfbe4822ad240c5e474f6abf56f89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:31 +0000 Subject: [PATCH 07983/10074] clamav: update 1.4.3 bottle. --- Formula/c/clamav.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/clamav.rb b/Formula/c/clamav.rb index 820fa05be2fdc..9f4c51f907285 100644 --- a/Formula/c/clamav.rb +++ b/Formula/c/clamav.rb @@ -13,13 +13,13 @@ class Clamav < Formula end bottle do - sha256 arm64_sequoia: "4905fe4fabf8a82b668f3459579bbe866411e11e40b67186954e4e04a3bf24d3" - sha256 arm64_sonoma: "57e3cb64b82dbdbed45b7ca09772d0386a8d87d0841805af72e18ee2b10092dd" - sha256 arm64_ventura: "0d04eec631abc4cefba76b84d0ff19370e9cd9784f5d02e9eeceb06f92aae4c5" - sha256 sonoma: "555d9306b8715927159cd870985253cd1ca04b6c1e4ecea7bf189edafbe21ec4" - sha256 ventura: "538e09f3f9d312667e9f8fc75092f7a66e4776cdd329941787d1101b15761b38" - sha256 arm64_linux: "67030a88aa5aba70d7aa0d5026a18e6d8f7c8696178fbdd15c35a92190bf828d" - sha256 x86_64_linux: "94b058838c51f394fbe71a74bb68a77b6e5f50909f7d34c7419b48a233dea6eb" + sha256 arm64_sequoia: "251bf418c7dc47d360294ce30fdc3ff488999350856fd7d2b5389fb763563c3d" + sha256 arm64_sonoma: "527382622ca74f0c7e5510b14d76ba2f62dcf8eab59e557d4239d73c612520f8" + sha256 arm64_ventura: "f67aac9831164aa14f229686286fb5e539b3d6628bd0b19531f93fcb933a04e1" + sha256 sonoma: "f87e21de03dd8e9f6d3d0f42f549c335096a990d716f6168a44f7d7f32095366" + sha256 ventura: "8a708db9eb56b97e584fe54d252eff885c26d1055cc82fc882351845e213def4" + sha256 arm64_linux: "e5a7e558c3d1120eb35c232371dfd79f3b63a2550ae17ef8ee875db8a64f43a0" + sha256 x86_64_linux: "87e9d72cfd741c30f3098924b2c1f27ff56205449fbac34847e72af11e181447" end depends_on "cmake" => :build From efb2e45370088a6ea2dd45118e3d9bacd50b01a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:33 +0000 Subject: [PATCH 07984/10074] htmlhint: update 1.6.3 bottle. --- Formula/h/htmlhint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/htmlhint.rb b/Formula/h/htmlhint.rb index 076ac52a9debb..062fa6f61492d 100644 --- a/Formula/h/htmlhint.rb +++ b/Formula/h/htmlhint.rb @@ -6,7 +6,7 @@ class Htmlhint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "dfa94b36bec4e6b9609447ea44b30462fc1d1e8d2a190ead942e156b1cb30762" + sha256 cellar: :any_skip_relocation, all: "beb428615aec8f7104f3cffd5a1eb2c016c5a58d911f8aef359063f90d677299" end depends_on "node" From 956fcc0c582e2952889ff53123b09cc292ac18eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:35 +0000 Subject: [PATCH 07985/10074] zabbix: update 7.2.8 bottle. --- Formula/z/zabbix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/z/zabbix.rb b/Formula/z/zabbix.rb index dfa3b23cc3914..ae0689c522c89 100644 --- a/Formula/z/zabbix.rb +++ b/Formula/z/zabbix.rb @@ -12,13 +12,13 @@ class Zabbix < Formula end bottle do - sha256 arm64_sequoia: "2251764d8ccc48324ffcdee67ad581f726dce9139c458b591945c2eaa5697abe" - sha256 arm64_sonoma: "e7e0ead750c128921c3d31d529be0c9fae11916a35a17abe2706c2d3dec79569" - sha256 arm64_ventura: "4c689d287ebecab078da4a1cb36b94b51018c306c9a9598899edeed8107dfd36" - sha256 sonoma: "7bccc9f2c9e1c19aeb20364da8b0f34fdc57be9c4269068e277764bf570ba2ec" - sha256 ventura: "52f84a923659aa53ef8ffa626a95ad4e8beab94a1f4fd1d8789ba793977a8c81" - sha256 arm64_linux: "2b93617a958287994f9a47cd74ba1d62ec6082f67493cde5ab4ed0b4eb65750f" - sha256 x86_64_linux: "0537ba449e98fb87f6e400f84268ed59570dc197f80ebfd4beb23067f46c81c4" + sha256 arm64_sequoia: "873a97f1d21ebe8ac14ef68871e23c281cdd54a5bf5765bc3e1f1bf594628961" + sha256 arm64_sonoma: "f898114777835f3a90a44248d2e5d46bcc6b62ecffae4c30175d2302f0c0686a" + sha256 arm64_ventura: "c5e9c8cac1c925c4811886555643883b0b32f6b9808bddfa0a996362dd4c9fd5" + sha256 sonoma: "69d925ce77aa31fb47ecdfcae58f3a160286f7f0ec00be8f52b8890a2b244f1e" + sha256 ventura: "d30a2061b9c99f652774d769464013b308e4367f1f3a44ba6bed2311cd0f2660" + sha256 arm64_linux: "082d2b88f93de6b42fe598cbdcf2d0028d4d983495f5e300912273f01fa231c0" + sha256 x86_64_linux: "539bef184a64ae440a09b531b061fe2cdf5ea158338518ca84227baba6b5e3b3" end depends_on "pkgconf" => :build From c83d823fd0e2cd398ece226398c9d14675cb0641 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:38 +0000 Subject: [PATCH 07986/10074] gh: update 2.74.2 bottle. --- Formula/g/gh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gh.rb b/Formula/g/gh.rb index 179c53ef9acc7..4cb105b7b8781 100644 --- a/Formula/g/gh.rb +++ b/Formula/g/gh.rb @@ -14,12 +14,12 @@ class Gh < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "26441d2a56fd1e51f7694ec4bd9c0480d31fde68a6e54ad7a0a89d09e61594f9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "26441d2a56fd1e51f7694ec4bd9c0480d31fde68a6e54ad7a0a89d09e61594f9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "26441d2a56fd1e51f7694ec4bd9c0480d31fde68a6e54ad7a0a89d09e61594f9" - sha256 cellar: :any_skip_relocation, sonoma: "774ab42370fe3c535ff7ef4251ab9aa44c56c6c537784d192e9a7a22a0266bcd" - sha256 cellar: :any_skip_relocation, ventura: "0ed3d8a49edbaf4ebbe5a81951554addb2d31548415a65e0c58886bfd6344148" - sha256 cellar: :any_skip_relocation, x86_64_linux: "608c1c9a78d993b8f410cd659374dbe3f48f09d019604ee3b110d8483f611e60" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8d12facc23d7e2efdb21bc4eaa55058d8385609d1c8734685f406996074ff12" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8d12facc23d7e2efdb21bc4eaa55058d8385609d1c8734685f406996074ff12" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d8d12facc23d7e2efdb21bc4eaa55058d8385609d1c8734685f406996074ff12" + sha256 cellar: :any_skip_relocation, sonoma: "f3f8a873387da7e9087c2ce2e38ddcf9bdd8e5365033db59c10517972c741062" + sha256 cellar: :any_skip_relocation, ventura: "53d91576a846085b553ec452e38ebbca52202fa5957b5576140fdc8aa42965e8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f3e209130aadf0f998201e5b588498b6f538488bf55eadd4672822a7ab4a8161" end depends_on "go" => :build From 87288dcf27d7276f0af9fa0e779ef04bb593a115 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:40 +0000 Subject: [PATCH 07987/10074] readsb: update 3.14.1683 bottle. --- Formula/r/readsb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/readsb.rb b/Formula/r/readsb.rb index 35236bb236e9b..7b2a7621ad043 100644 --- a/Formula/r/readsb.rb +++ b/Formula/r/readsb.rb @@ -6,13 +6,13 @@ class Readsb < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "5c5fa49116b7c87e42dd0032918325bd7bbd0d940dd2e73990968a28a4dba7cc" - sha256 cellar: :any, arm64_sonoma: "fdd3e5c6838fc7a66224f9c457d929b62ae8b5825a015dcef960eddcb7b4c1db" - sha256 cellar: :any, arm64_ventura: "1854876b1a48e1226e50fdfa369547098bea94e6c1c31f7f27b77ca276130467" - sha256 cellar: :any, sonoma: "a3123c9e05f016d865308b7724ce9d6bf9941e3a576c2bc5a4b7a3cfc799691f" - sha256 cellar: :any, ventura: "1a171b804d92f3cf9a7d839b32c5d2f4e77334d5365ed83f1916e2afd9739a3b" - sha256 cellar: :any_skip_relocation, arm64_linux: "23f89fe2f22b76026c66322b9d185fe5b0e3a838545b0c68798d786cdd6044e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "214fd1e751f5972472eef7559e0c67327d870b1f5f9fc487be0a4030ec3f3fd0" + sha256 cellar: :any, arm64_sequoia: "e922e1b214845fba9e41a85510c742253f3168dd1c05f29ca5d0ca942e8dcc6b" + sha256 cellar: :any, arm64_sonoma: "c53c28f79c1bc185b53551390aa47f413d80686b8b7bad3343eccb23ff6a2963" + sha256 cellar: :any, arm64_ventura: "df6786c027075bc3f06c1d9a143648e8de062b62085f92f1046dba73f09e2198" + sha256 cellar: :any, sonoma: "5fece01277b304d3b69cb5d95198aa24a3a5c7a26039af3690089701e25b22fa" + sha256 cellar: :any, ventura: "2f9ab86cd9666a8aeaff6638c7942195ac7ba0d785593150b416564ce9fee21f" + sha256 cellar: :any_skip_relocation, arm64_linux: "e899a9a5195e1a794d0dca523342a6fce70bf596f695aa3d9e0f7c54aae2d0ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3c8af6ac11e21d9baf9b688e0988ecb0a21ad8dd52d732a69bc467ba6f140733" end depends_on "pkgconf" => :build From 4c676ad4912e18dfc998f93f4461ce7a2d96787f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:43 +0000 Subject: [PATCH 07988/10074] mcp-inspector: update 0.14.3 bottle. --- Formula/m/mcp-inspector.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcp-inspector.rb b/Formula/m/mcp-inspector.rb index faad4ed801310..b694dc3f5bdef 100644 --- a/Formula/m/mcp-inspector.rb +++ b/Formula/m/mcp-inspector.rb @@ -6,13 +6,13 @@ class McpInspector < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" - sha256 cellar: :any_skip_relocation, sonoma: "8ad16f2437079a09ce26f0ef5cd39fc05f3dfc05f68e7449033154a1ce096f3f" - sha256 cellar: :any_skip_relocation, ventura: "8ad16f2437079a09ce26f0ef5cd39fc05f3dfc05f68e7449033154a1ce096f3f" - sha256 cellar: :any_skip_relocation, arm64_linux: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fa93a4d876de1b7bde8c45aeaf1159405e23deb2183db982a875b1cb1bc056d3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a36c3e34f834dfed77d89954cfdd02cde892183b3c751505feb23208fa4b72d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a36c3e34f834dfed77d89954cfdd02cde892183b3c751505feb23208fa4b72d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3a36c3e34f834dfed77d89954cfdd02cde892183b3c751505feb23208fa4b72d" + sha256 cellar: :any_skip_relocation, sonoma: "8302b7b13196d83b351dfce81608c43640099a883026013e2443c685550e083f" + sha256 cellar: :any_skip_relocation, ventura: "8302b7b13196d83b351dfce81608c43640099a883026013e2443c685550e083f" + sha256 cellar: :any_skip_relocation, arm64_linux: "3a36c3e34f834dfed77d89954cfdd02cde892183b3c751505feb23208fa4b72d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3a36c3e34f834dfed77d89954cfdd02cde892183b3c751505feb23208fa4b72d" end depends_on "node" From 800a608c4216a05dc6192c8f536417d9e4bce4df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:46 +0000 Subject: [PATCH 07989/10074] renovate: update 40.61.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index da32339fcfa48..889aa78974b0f 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b05de741ef3406398d2b6ade05670ecfe5f1caebe744563d11c441ceb61c6ef6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b2911250f9b3f1883199a76b9dd5d1079ce62455050b8e581c41b4faeb11e40" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1946c698f7f8e057371090aee92e0a370d64111a9805e61c90be861ac2c776be" - sha256 cellar: :any_skip_relocation, sonoma: "468c2a427db1268f2ebd65a51702f9448634d3f00d9eb5587ca807ce324ab9b6" - sha256 cellar: :any_skip_relocation, ventura: "55703a6667adf734a0db70d993da09781a3103e29e7be00b572cb0805b495cca" - sha256 cellar: :any_skip_relocation, arm64_linux: "7a89e1317fcac192470b11de2fa5f0b38df091c2f6b02ee20a0718fed5a627b7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7919491f063cda19fb9f6ce68a2e9683fafcbaacffff73d7bd91e721992c56b4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "87c2bdc887a6ec8731ce923d313fb03cb870d7bc77134dea7de73b52498621b6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fee8fea4b1361b2fbcaeabceb8a47eb048e3e801f3557c39faef1388ecfa8613" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a6c133cce5889ec087662cc4c82561e850453f870760707da53fa798988c157a" + sha256 cellar: :any_skip_relocation, sonoma: "163119897c38d8f7fca1e00d9826525a7b57ca212d12c3518c5728368c86445b" + sha256 cellar: :any_skip_relocation, ventura: "f0393231d6da5551884ebe949832862304f0f96e84c16f30ebe9b15aa9dabc77" + sha256 cellar: :any_skip_relocation, arm64_linux: "805f21a2e316b40bb7929d9ac71b3f966011e84aff3148ce1c00bd2ae05e79d3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3702b99cbe081042a8e825c96b4c0ed0992a116568d9d46ecc6eaaf73327dfe" end depends_on "node@22" From 217472cb4af7d1a62da5dd5a54e918a153316fbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:49 +0000 Subject: [PATCH 07990/10074] keploy: update 2.6.11 bottle. --- Formula/k/keploy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index 4469ed1f7f784..89890a8a6d554 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -7,12 +7,12 @@ class Keploy < Formula head "https://github.com/keploy/keploy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e22191ce01ca6949f32339af89e5507b5999a567e36227816ff3cb5d2b76664" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e22191ce01ca6949f32339af89e5507b5999a567e36227816ff3cb5d2b76664" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e22191ce01ca6949f32339af89e5507b5999a567e36227816ff3cb5d2b76664" - sha256 cellar: :any_skip_relocation, sonoma: "5d6e52acb8214b2e9a3fbfbfdfca4faa14eb22ac3030e0ed05d95ace2497e80d" - sha256 cellar: :any_skip_relocation, ventura: "5d6e52acb8214b2e9a3fbfbfdfca4faa14eb22ac3030e0ed05d95ace2497e80d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f311f1e766990c510fa361adc5370927718733a3f37a07ba5ec08dba19ed0d50" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2bdc7810a3c6e290ac97424158cb5da9972e2657a1d0ef1e8fcb2ae1d13919d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2bdc7810a3c6e290ac97424158cb5da9972e2657a1d0ef1e8fcb2ae1d13919d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c2bdc7810a3c6e290ac97424158cb5da9972e2657a1d0ef1e8fcb2ae1d13919d" + sha256 cellar: :any_skip_relocation, sonoma: "acc68ed72d9a45867004c42ff596894bee41b34d8cc899cb0b229eadd3e782fd" + sha256 cellar: :any_skip_relocation, ventura: "acc68ed72d9a45867004c42ff596894bee41b34d8cc899cb0b229eadd3e782fd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee678b3c9b48ced304b034211b8b07d76f8524974be966dfa67cb09d90d5da89" end depends_on "go" => :build From 264201cdc2f4aa8ee210a995f41b76a6359fab00 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 14:23:29 -0400 Subject: [PATCH 07991/10074] autobump: add erlang@27 Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/e/erlang@27.rb | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 5f8749fa27bf3..0b2053b86dfe9 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1013,6 +1013,7 @@ erlang erlang_ls erlang@25 erlang@26 +erlang@27 erlfmt erofs-utils esbuild diff --git a/Formula/e/erlang@27.rb b/Formula/e/erlang@27.rb index 85b00d8781c4f..717415c998038 100644 --- a/Formula/e/erlang@27.rb +++ b/Formula/e/erlang@27.rb @@ -12,8 +12,6 @@ class ErlangAT27 < Formula regex(/^OTP[._-]v?(27(?:\.\d+)+)$/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "bff7f023ddbac233d5353e01a12078785a9b385f751589f17c8c89014040b80e" sha256 cellar: :any, arm64_sonoma: "410d02810f2aec83e88b3e56c0b9c0d3244c142fa9ce358631447f36b3a065c8" From 9c0c9ab20feffad1fa8c7dd454be01e30e47803a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:23:57 +0000 Subject: [PATCH 07992/10074] btcli: update 9.7.0 bottle. --- Formula/b/btcli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 496c070dade84..cd6bb58470bd7 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -11,13 +11,13 @@ class Btcli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "7a855c3b77bc12b92d18e3bb279885368adbc44d137109d0e7cb7289a926197b" - sha256 cellar: :any, arm64_sonoma: "c2a6d8207d25da2ea01199c9b2772bc0c1e130eccf3513c3f464e70280c715dd" - sha256 cellar: :any, arm64_ventura: "9f5187a2f102d812739f1660610bc0ca4a2e20316c139b2765ee23cf9e8c6fb4" - sha256 cellar: :any, sonoma: "50e99fac804d53b59676963cfdb999b15a72fb048e8e95da99a9055f2aaf72a0" - sha256 cellar: :any, ventura: "c95abb5c50538b523f1d808f2f10bf712209703a3e25efbcbb2d21cfe7c4ea55" - sha256 cellar: :any_skip_relocation, arm64_linux: "6fa7eabc4a7d131ff0d2652e92ad796e3faffccd923674e38b143f5ccddcd64b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f6a2a5fe0b58e2d402e67e3d3b75a5cf2e9fef272e5314c27b1f1c609d686304" + sha256 cellar: :any, arm64_sequoia: "e844c6d1a3c7bb3b9ff5af4fca25f5438b71839c3a84f78ed58c5a617d912db0" + sha256 cellar: :any, arm64_sonoma: "c5eed24e4219bcc2adf70ff68e0e1eec0e75acce55136c1fc63b41e7a14ffc49" + sha256 cellar: :any, arm64_ventura: "113c276a6bbe8d4626f6904f0f771d5edae4a200639fc5e81d4a4ea844aab692" + sha256 cellar: :any, sonoma: "d4b6bbd4e954200a6479a630b8e6066d33b11b98d7b7b0382a7711026169d5da" + sha256 cellar: :any, ventura: "a7cb57fe1b9871c97fa5c9b7304377a76c6d09765bc0cc51fa41f4778cc85d14" + sha256 cellar: :any_skip_relocation, arm64_linux: "1a826f142833ea0404d54e01fbc9475f6bd39311d55208cc0f4b7219e55a7155" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d2ce3b582f41045e786208e70027d684b63673d2799a9bfa4a615eb1643a7d39" end depends_on "cmake" => :build # for Levenshtein From d8983c884eb178ecd52f5bc4ae4962eb68fa5dc1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:35:08 +0000 Subject: [PATCH 07993/10074] mongosh: update 2.5.3 bottle. --- Formula/m/mongosh.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongosh.rb b/Formula/m/mongosh.rb index b5de3ca737d5f..2b8ab95e24c5a 100644 --- a/Formula/m/mongosh.rb +++ b/Formula/m/mongosh.rb @@ -8,13 +8,13 @@ class Mongosh < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "32289189aa582229ced4f80f2e79f4e207e81b0de86159e1e5e36397be19c055" - sha256 arm64_sonoma: "2165625b1a75d8c78fc2aeb960a120603f2f779d82025d2c11f82a55b4146bbc" - sha256 arm64_ventura: "ad2ca6e8ef371d7de6e009e31b2572f5997546266c998109bc7105a8bd7a222b" - sha256 sonoma: "5f25e8dd7a1a321f873f7776929c59ddeff6c5a954bc0d5da2962df5a5fc25d2" - sha256 ventura: "605b685c17e59c8cc3f6a8101f5126747ac8b55eb916c1e4beea18f13ffa9b6d" - sha256 cellar: :any_skip_relocation, arm64_linux: "c5bfafa398fea8718bce765e2ad707e0f402a8e24fc3878ac5f47ae92e9b6963" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d33558bdbc3eb0d6db07b47d1851b646e1e85bd1c0ac9b666647a13718eca5cc" + sha256 arm64_sequoia: "c320ba5bb477bcaca201ba183fdab797cc2c97f54f84256615b5efc350167567" + sha256 arm64_sonoma: "e20b4f5d4d7e3242bd4c2ae36194d05d549785f833d73f69d8ab54bc17fc2d61" + sha256 arm64_ventura: "0138679cbe59247f35a72949127893ec7d6f0891de0a69f2d2a4473b8732e8c5" + sha256 sonoma: "bcd35016ee684bd90cd359db1311413f133aa1a510a6c90c40ba875ebecd4fc5" + sha256 ventura: "3726c01776a118586380de595d75e50ad456b0504db944ad18901e8d24b9cc05" + sha256 cellar: :any_skip_relocation, arm64_linux: "046f467214c0521d5d21ea65444ccdb32c20f5d341fff92bd83a5718d5b623a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fdb91a9626f26ec62c5b215481df313ee2c620caee32d157e60235aeabcd561c" end depends_on "node" From d9e4cc55e67d0a97ec834cdee9b02669133aefd7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 18:54:36 +0000 Subject: [PATCH 07994/10074] yara-x: update 1.2.1 bottle. --- Formula/y/yara-x.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yara-x.rb b/Formula/y/yara-x.rb index d985ec88b4ab4..4155c29b1cf1f 100644 --- a/Formula/y/yara-x.rb +++ b/Formula/y/yara-x.rb @@ -12,13 +12,13 @@ class YaraX < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "8091bed57071a0e879a57e604eff39832ffb904120d1bb34f96666c6c455975a" - sha256 cellar: :any, arm64_sonoma: "e26f750314254c0b9ec5a2ef5d564b31658577f5a422f940760a8c36111dd475" - sha256 cellar: :any, arm64_ventura: "bc3f6a357cb9f432d7ef56962367f862925c28d286929cebadfff32ad95eb150" - sha256 cellar: :any, sonoma: "a7b5f6508bd875fe780bfa529c3de5336955cca4cbd168dab2f5857deefbb3ee" - sha256 cellar: :any, ventura: "c75158ee76e14430ea03f8175941a2a7a3a657780668e9647c24072335692c62" - sha256 cellar: :any_skip_relocation, arm64_linux: "dd53aea4851259f822ba58d5fa863fa406e71660dc376b9494e7b97b3c9de426" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5fbdf9d8ad0a2561e60172de60f5a44ed2ebc3cfe4e5a518314763e1f0b3e686" + sha256 cellar: :any, arm64_sequoia: "272efeec017cc0a10e1a97531ab3fc04cdf9e829dc203f0166b803399502f476" + sha256 cellar: :any, arm64_sonoma: "7efd2803640931f8f804af21c009c6df0dbfacb06ccf71442b328e520a36ea0a" + sha256 cellar: :any, arm64_ventura: "5cef330438cdf6d29a3287147d417cc06a02bb3b64dd999587089ada3b4fb3e3" + sha256 cellar: :any, sonoma: "a5db58245877394b54e8011244c62b9d4ea395baedf87f3bf5b51c2dbf173064" + sha256 cellar: :any, ventura: "ec5960a7853206a654a3e5e81e895b6834568b3ad88580d52e8c2349ac5d37a1" + sha256 cellar: :any_skip_relocation, arm64_linux: "a374a246b80b4ea6dec71c1bd783d32242367aa892862c760a0932a8a62d1ae5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45b3412a96d5827e46654e742af4096787bbecaa78e6305dd50acfbf582da63f" end depends_on "cargo-c" => :build From 085931792ac52b6a134db888169016cc5b78cfb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:54:44 +0000 Subject: [PATCH 07995/10074] cloudflare-wrangler: update 4.20.3 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 7c3d89b24b2df..0f9d357caaf6a 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "13aed39bc7e2124cd57a44c1f34804a5b59ee035db19db87a5561a9c32e4dd46" - sha256 cellar: :any, arm64_sonoma: "13aed39bc7e2124cd57a44c1f34804a5b59ee035db19db87a5561a9c32e4dd46" - sha256 cellar: :any, arm64_ventura: "13aed39bc7e2124cd57a44c1f34804a5b59ee035db19db87a5561a9c32e4dd46" - sha256 sonoma: "f077144e00ef1e8e14b03c6e4a9ffb20e48897ea5a2be75db58587bd07f3fe75" - sha256 ventura: "f077144e00ef1e8e14b03c6e4a9ffb20e48897ea5a2be75db58587bd07f3fe75" - sha256 cellar: :any_skip_relocation, arm64_linux: "dd54ab04be1210dd23edb468e2421ef0ba08b388f9b30f569bfb40f5edd37bf1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2601a7da0066f01f06ee2cd9587faf0dead6824a1a0dee313592337819e64cfd" + sha256 cellar: :any, arm64_sequoia: "949ec537bf3a98f94bd91c7c45f1fa3ecdb0758a292da7f96bc631f6405182ce" + sha256 cellar: :any, arm64_sonoma: "949ec537bf3a98f94bd91c7c45f1fa3ecdb0758a292da7f96bc631f6405182ce" + sha256 cellar: :any, arm64_ventura: "949ec537bf3a98f94bd91c7c45f1fa3ecdb0758a292da7f96bc631f6405182ce" + sha256 sonoma: "a706c9836ed9e6988ad12d01d6ce4df0e30acd592d32274ac10b3a32ce40a251" + sha256 ventura: "a706c9836ed9e6988ad12d01d6ce4df0e30acd592d32274ac10b3a32ce40a251" + sha256 cellar: :any_skip_relocation, arm64_linux: "71e0cba0cc9b1d4eca2785c0f6aedc0f6d60a60e46f9635dcac517ee146e3a71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "71f2b69363e2c154aa3eac08f25ecde9cbb7c6259d967ccb3db886e2f0a13b92" end depends_on "node" From d659363831706e775deebe1446b6a97b99014788 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:49:36 +0000 Subject: [PATCH 07996/10074] aws-c-mqtt 0.13.2 --- Formula/a/aws-c-mqtt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-c-mqtt.rb b/Formula/a/aws-c-mqtt.rb index 1eccbf4836f5a..f606f530a27a6 100644 --- a/Formula/a/aws-c-mqtt.rb +++ b/Formula/a/aws-c-mqtt.rb @@ -1,8 +1,8 @@ class AwsCMqtt < Formula desc "C99 implementation of the MQTT 3.1.1 specification" homepage "https://github.com/awslabs/aws-c-mqtt" - url "https://github.com/awslabs/aws-c-mqtt/archive/refs/tags/v0.13.1.tar.gz" - sha256 "c54d02c1e46f55bae8d5e6f9c4b0d78d84c1c9d9ac16ba8d78c3361edcd8b5bb" + url "https://github.com/awslabs/aws-c-mqtt/archive/refs/tags/v0.13.2.tar.gz" + sha256 "8d22b181e4c90f5c683e786aadb9fb59a30a699c332e96e16595216ef9058c2f" license "Apache-2.0" bottle do From 2acd7a5a1600395f9a3199f3a9c2a877b7968cc4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:49:49 +0000 Subject: [PATCH 07997/10074] aws-crt-cpp 0.32.9 --- Formula/a/aws-crt-cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-crt-cpp.rb b/Formula/a/aws-crt-cpp.rb index 9365a44affc00..7510bb75a22b2 100644 --- a/Formula/a/aws-crt-cpp.rb +++ b/Formula/a/aws-crt-cpp.rb @@ -1,8 +1,8 @@ class AwsCrtCpp < Formula desc "C++ wrapper around the aws-c-* libraries" homepage "https://github.com/awslabs/aws-crt-cpp" - url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.8.tar.gz" - sha256 "db44260452a0296341fb8e7b987e4c328f08f7829b9f1c740fed9c963e081e93" + url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.9.tar.gz" + sha256 "e7450d64151038750c2c003b860164d24671d2017859599a228eed0645b071af" license "Apache-2.0" bottle do From ef4d5d9861b9a099bc9be1948edfaf4c385b2326 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:50:11 +0000 Subject: [PATCH 07998/10074] aws-lc 1.53.1 --- Formula/a/aws-lc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-lc.rb b/Formula/a/aws-lc.rb index 4a9f2d3b73512..189b52ee76838 100644 --- a/Formula/a/aws-lc.rb +++ b/Formula/a/aws-lc.rb @@ -1,8 +1,8 @@ class AwsLc < Formula desc "General-purpose cryptographic library" homepage "https://github.com/aws/aws-lc" - url "https://github.com/aws/aws-lc/archive/refs/tags/v1.53.0.tar.gz" - sha256 "b7c3a456df40c0d19621848e8c7b70c1fa333f9e8f5aa72755890fb50c9963de" + url "https://github.com/aws/aws-lc/archive/refs/tags/v1.53.1.tar.gz" + sha256 "74137613ea4e322600400fdc2e21c83f08f4c68d368ebe006eab264e4e685e01" license all_of: ["Apache-2.0", "ISC", "OpenSSL", "MIT", "BSD-3-Clause"] livecheck do From bd3b4bac4d63b6cadffa5c48b9a49e133588c7c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:50:32 +0000 Subject: [PATCH 07999/10074] awscli 2.27.38 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 06fed43ef84ff..b524107d7c1a5 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.37.tar.gz" - sha256 "b8540d81770dead851f1d7b056f0680c57cc86c00d1490fe332de9be9fa9ea3b" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.38.tar.gz" + sha256 "49934b55dd7abd0c9385bce4b9024a1ff8053b43d65fa9271ead5945a9e81163" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 328a63fbcda6b70df2e15995a5e6d89d078b0e84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:54:38 +0000 Subject: [PATCH 08000/10074] cog 0.15.8 --- Formula/c/cog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 4b2a068b9c31f..d7f083ce4f1fc 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -1,8 +1,8 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://cog.run/" - url "https://github.com/replicate/cog/archive/refs/tags/v0.15.7.tar.gz" - sha256 "688e2cd187924bea1ec7efdd3c9074faa62f4f803526a56f41118def5f8c50ec" + url "https://github.com/replicate/cog/archive/refs/tags/v0.15.8.tar.gz" + sha256 "df1c9679cc7dc148ada46776fbdea3b6b76def204eeb8943ba5384419ada14ec" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" From 5458acf51416d615250a4cbcd2b8548f95dff92b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:57:06 +0000 Subject: [PATCH 08001/10074] doctl 1.131.0 --- Formula/d/doctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/doctl.rb b/Formula/d/doctl.rb index eb2e93614cc9b..78be6adce2379 100644 --- a/Formula/d/doctl.rb +++ b/Formula/d/doctl.rb @@ -1,8 +1,8 @@ class Doctl < Formula desc "Command-line tool for DigitalOcean" homepage "https://github.com/digitalocean/doctl" - url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.130.0.tar.gz" - sha256 "6fea58bab84cc10fc07cc676590c0c35459d8fbc5d7b4c8ad39e984795485b4e" + url "https://github.com/digitalocean/doctl/archive/refs/tags/v1.131.0.tar.gz" + sha256 "2db73f5f4cfcc2500dec92858e0a5032541e68e6c315603b3b7698029b8bf14e" license "Apache-2.0" head "https://github.com/digitalocean/doctl.git", branch: "main" From f3cedf4e5781a483f2fcac1fb3eb287a0e6d5c69 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:01:26 +0000 Subject: [PATCH 08002/10074] gosu 1.18.5 --- Formula/g/gosu.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gosu.rb b/Formula/g/gosu.rb index bb53632a2c0f1..d5d500a9dfa07 100644 --- a/Formula/g/gosu.rb +++ b/Formula/g/gosu.rb @@ -1,8 +1,8 @@ class Gosu < Formula desc "Pragmatic language for the JVM" homepage "https://gosu-lang.github.io/" - url "https://github.com/gosu-lang/gosu-lang/archive/refs/tags/v1.18.4.tar.gz" - sha256 "63156dcfada79e9809d006fe097283d397b95ed73cf6e2da29bea1a822ffeee3" + url "https://github.com/gosu-lang/gosu-lang/archive/refs/tags/v1.18.5.tar.gz" + sha256 "d3996d30fb3084190ace32f8a30ee6343c4d74e4e74f13078c24d03d2f4695df" license "Apache-2.0" head "https://github.com/gosu-lang/gosu-lang.git", branch: "master" From dcb77ceae78b6acabeb78b0f213135d0a3416a23 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:02:36 +0000 Subject: [PATCH 08003/10074] heroku 10.10.1 --- Formula/h/heroku.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/heroku.rb b/Formula/h/heroku.rb index e6513f7e43522..121e3897c0b3f 100644 --- a/Formula/h/heroku.rb +++ b/Formula/h/heroku.rb @@ -1,8 +1,8 @@ class Heroku < Formula desc "CLI for Heroku" homepage "https://www.npmjs.com/package/heroku/" - url "https://registry.npmjs.org/heroku/-/heroku-10.10.0.tgz" - sha256 "0270050995643d37f9f024ae258df3ad2a0d6c0b60291781d26724fe1adb1bbe" + url "https://registry.npmjs.org/heroku/-/heroku-10.10.1.tgz" + sha256 "1a7bd82790a94739d70601ebdc5b60c02459bc7c9a7e4c13f28444993bfd2347" license "ISC" bottle do From b14fc32122d91bdf72c44b7152df92f9afcd928b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:06:25 +0000 Subject: [PATCH 08004/10074] kubernetes-cli 1.33.2 --- Formula/k/kubernetes-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubernetes-cli.rb b/Formula/k/kubernetes-cli.rb index 837bd5c447f89..8d659a42eb5e1 100644 --- a/Formula/k/kubernetes-cli.rb +++ b/Formula/k/kubernetes-cli.rb @@ -2,8 +2,8 @@ class KubernetesCli < Formula desc "Kubernetes command-line interface" homepage "https://kubernetes.io/docs/reference/kubectl/" url "https://github.com/kubernetes/kubernetes.git", - tag: "v1.33.1", - revision: "8adc0f041b8e7ad1d30e29cc59c6ae7a15e19828" + tag: "v1.33.2", + revision: "a57b6f7709f6c2722b92f07b8b4c48210a51fc40" license "Apache-2.0" head "https://github.com/kubernetes/kubernetes.git", branch: "master" From dfdcfaba404bcde5e862959f6656eae0a2478c2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:10:54 +0000 Subject: [PATCH 08005/10074] mesa 25.1.4 --- Formula/m/mesa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesa.rb b/Formula/m/mesa.rb index 77fc8236ab885..cd00dc2e3748e 100644 --- a/Formula/m/mesa.rb +++ b/Formula/m/mesa.rb @@ -3,8 +3,8 @@ class Mesa < Formula desc "Graphics Library" homepage "https://www.mesa3d.org/" - url "https://archive.mesa3d.org/mesa-25.1.3.tar.xz" - sha256 "ffcb6cadb5fd356d56008e6308641dfe4b2929f30139f6585436ca6e3cddba7f" + url "https://archive.mesa3d.org/mesa-25.1.4.tar.xz" + sha256 "164872a5e792408aa72fecd52b7be6409724c4ad81700798675a7d801d976704" license all_of: [ "MIT", "Apache-2.0", # include/{EGL,GLES*,vk_video,vulkan}, src/egl/generate/egl.xml, src/mapi/glapi/registry/gl.xml From 03f30f18f37091415a93402931a1d4f8a0cd6534 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:16:04 +0000 Subject: [PATCH 08006/10074] proto 0.50.1 --- Formula/p/proto.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/proto.rb b/Formula/p/proto.rb index dbdd4e5c71b59..8bcc9652e2758 100644 --- a/Formula/p/proto.rb +++ b/Formula/p/proto.rb @@ -1,8 +1,8 @@ class Proto < Formula desc "Pluggable multi-language version manager" homepage "https://moonrepo.dev/proto" - url "https://github.com/moonrepo/proto/archive/refs/tags/v0.50.0.tar.gz" - sha256 "6cc874c96164e0d39a2eea19885b11398b370b79bb7e376cf61613296dd9dd65" + url "https://github.com/moonrepo/proto/archive/refs/tags/v0.50.1.tar.gz" + sha256 "713565d5653c537a7281478c06ca3d1e4ca95147dd76283c8a39ad30d11f7c65" license "MIT" head "https://github.com/moonrepo/proto.git", branch: "master" From 056ce295a4f4976351692228020fad0a75431ea0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:16:43 +0000 Subject: [PATCH 08007/10074] pyenv 2.6.3 --- Formula/p/pyenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pyenv.rb b/Formula/p/pyenv.rb index 4ab3527578331..b8c3bd696bd7c 100644 --- a/Formula/p/pyenv.rb +++ b/Formula/p/pyenv.rb @@ -1,8 +1,8 @@ class Pyenv < Formula desc "Python version management" homepage "https://github.com/pyenv/pyenv" - url "https://github.com/pyenv/pyenv/archive/refs/tags/v2.6.2.tar.gz" - sha256 "d6bf7d98f5cd47d7b309bbf8c1d246137e31831e3cd0e468061d0a6cdaee1eaa" + url "https://github.com/pyenv/pyenv/archive/refs/tags/v2.6.3.tar.gz" + sha256 "f558daace68867ad33e3d0f670fc04cf98d2a586c33eb5cbe5963ec46de422c3" license "MIT" version_scheme 1 head "https://github.com/pyenv/pyenv.git", branch: "master" From abe735e969d70ae0235df66d84d249a958020131 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:20:47 +0000 Subject: [PATCH 08008/10074] semgrep 1.126.0 --- Formula/s/semgrep.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/s/semgrep.rb b/Formula/s/semgrep.rb index ef2d7fed23173..4aadb8c99e364 100644 --- a/Formula/s/semgrep.rb +++ b/Formula/s/semgrep.rb @@ -4,8 +4,8 @@ class Semgrep < Formula desc "Easily detect and prevent bugs and anti-patterns in your codebase" homepage "https://semgrep.dev" url "https://github.com/semgrep/semgrep.git", - tag: "v1.125.0", - revision: "0d36271ada38faec72ca8c2c49f87f5b30d0b3de" + tag: "v1.126.0", + revision: "565749d86742061055c541bfb0660333f9e16bc4" license "LGPL-2.1-only" head "https://github.com/semgrep/semgrep.git", branch: "develop" @@ -252,8 +252,8 @@ class Semgrep < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcmatch" do From 55b51da73138ecd1c7d8cf943acd514707552ebf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:21:04 +0000 Subject: [PATCH 08009/10074] sf 2.93.7 --- Formula/s/sf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index 21e4fc2c589b2..0b3d642f47cc2 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -1,8 +1,8 @@ class Sf < Formula desc "Command-line toolkit for Salesforce development" homepage "https://developer.salesforce.com/tools/salesforcecli" - url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.92.7.tgz" - sha256 "29e4eb1ebd7d6c25f7cce6a902a03de094788afcf5600c3d58f5cf0d233ae633" + url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.93.7.tgz" + sha256 "3bdbd821c583c7b4e3ff79dd77f05090f7ebbfe0401847eca112b60306fcddbf" license "BSD-3-Clause" livecheck do From c7a9bea9150efb8a27d76602c559587c3c91772a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:24:30 +0000 Subject: [PATCH 08010/10074] ugrep 7.5.0 --- Formula/u/ugrep.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/ugrep.rb b/Formula/u/ugrep.rb index dafeccea4515f..df09fff786907 100644 --- a/Formula/u/ugrep.rb +++ b/Formula/u/ugrep.rb @@ -1,8 +1,8 @@ class Ugrep < Formula desc "Ultra fast grep with query UI, fuzzy search, archive search, and more" homepage "https://ugrep.com/" - url "https://github.com/Genivia/ugrep/archive/refs/tags/v7.4.3.tar.gz" - sha256 "105b495f4d2773802b5a71e2375ba07bca4e67fd6837e5fc1d00be5cf4938f16" + url "https://github.com/Genivia/ugrep/archive/refs/tags/v7.5.0.tar.gz" + sha256 "08ed29981e4e9ed07077139519a17273658d6097f90642a14d9dfdf07fb74ee9" license "BSD-3-Clause" bottle do From 18d4931a94d86534867a7c207e8f1197c60dbcfa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:51:09 +0000 Subject: [PATCH 08011/10074] ugrep: update 7.5.0 bottle. --- Formula/u/ugrep.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/ugrep.rb b/Formula/u/ugrep.rb index df09fff786907..8afa130b7ab6b 100644 --- a/Formula/u/ugrep.rb +++ b/Formula/u/ugrep.rb @@ -6,13 +6,13 @@ class Ugrep < Formula license "BSD-3-Clause" bottle do - sha256 arm64_sequoia: "e451587ccdfcc0a15454bebfca1a7f2cd0fc12a78e3491e443f1dc58372566f5" - sha256 arm64_sonoma: "7d4b883ee11da8b25b2f61ec5d026dbe77674339782064d133c1d6f1eee1d6ee" - sha256 arm64_ventura: "1333f5203fad9861ad274d1889da6f49c962dfe321b9d6050ea10c8f32471a1a" - sha256 sonoma: "eee3d694c71c94412d2ca08f1feee134af9b47556cf6bf7a9d2bda93c7b7df26" - sha256 ventura: "d35a6c5b6af5957056b62c3a7a50e0bcdc9b95989bedbdbb36426829c85b7bdc" - sha256 arm64_linux: "d300b60a9392d49aefff176bc28bbbd9d40bdd98c932e52d20a59827c61d891c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ebea2ef0eec2b79f8a62cec80e50d32b27df9c461cb0222138943e58f200e70f" + sha256 arm64_sequoia: "80ef6af211355394f755ac8eed4509da7b796c1aaae345d91143fbfb8848e26d" + sha256 arm64_sonoma: "f74e5ac31fc95e4024ba9a81c69ee132d99d04a76da3a399c4329c30e4ae42a9" + sha256 arm64_ventura: "308d7ef1bbbef4976e9099aed9221e0a5baab08be7fb0d3da25b6f0e7b5ff19e" + sha256 sonoma: "ae44222b4e6352ea6d2e2d93db3d6c47b9b85f134fca64cfa849c77de18e690c" + sha256 ventura: "82d872bce269b881df93402ae5a7c6bd959d0e3b7b0357109e8703f6e3a15d60" + sha256 arm64_linux: "fec5451d72d8c9ba9aa4981373bb40a0e1b14ce199da29ae14f62fa7e942b24f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d50d7e87b82652b8b5a81852c9ef9dcc0f90daa8bab26226e702780f2a323636" end depends_on "brotli" From 839ffcd14f28829c1978f70cb208db7364b60fcd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:52:53 +0000 Subject: [PATCH 08012/10074] proto: update 0.50.1 bottle. --- Formula/p/proto.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/proto.rb b/Formula/p/proto.rb index 8bcc9652e2758..7be79551c7f09 100644 --- a/Formula/p/proto.rb +++ b/Formula/p/proto.rb @@ -12,13 +12,13 @@ class Proto < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08d0c7a6630c3b9f7431ac7cc025b6d7c33f9da635a96504ac4f15a1fe903886" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa80492d03c860d704dbcb6bf690a6030555e78d5e2fe3598452fd7af2ed74a4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b3be9fed77b0798f5539ea59f5dddb63be4f4d401cd3468ff83e97c512bff32f" - sha256 cellar: :any_skip_relocation, sonoma: "40d648c1f77a2c6c307d06e7788e2034ce3d69e7329909268f0c8650b6c05b08" - sha256 cellar: :any_skip_relocation, ventura: "475182f48d8d3ea37d3a79af6feea4cec97d266281358f94b8ce668341ff0a46" - sha256 cellar: :any_skip_relocation, arm64_linux: "24e3f64f210908a00a5775d6de0f6e87a0d8901f542ad8e964a0cd04e29c4fce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "efe2260719d08cc1ad2ae0da9e9dec3d65172ba79267931135d9f72bd64fb912" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "af8aa94466c804a9cc6f7d3528d8fa3bc5a1f692ac71e1ca6d6ea75412ed8598" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "92a9dc64aa32df8b2b2a7038b666187cda90b3e4fdb19e4080c2c9cac684d25a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a0ffb7c0319ebde773c048c2c05091b6d9b3a709898febcf7a747a36fcfb4be6" + sha256 cellar: :any_skip_relocation, sonoma: "fbe567b5cc0ecbb2bc210c9f36900ac1a6727b218bbd55e915fa4e5e165f5ec0" + sha256 cellar: :any_skip_relocation, ventura: "f57810d85cea20b34040d1c90caf87bc72a36ba3fcf009fa1a6885f13b86b979" + sha256 cellar: :any_skip_relocation, arm64_linux: "e53077aa5e3587f928fbda0255c6896d4d1cb922bca27d3a08fd5f6d9d2e6c66" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e5f453cb23a69362024c821fa6cc4aee857969fd6d77a08cc74346045d8067c8" end depends_on "pkgconf" => :build From fa65899d273c04bcd86b0f9b413ff24d1ca094e8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:53:16 +0000 Subject: [PATCH 08013/10074] heroku: update 10.10.1 bottle. --- Formula/h/heroku.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/heroku.rb b/Formula/h/heroku.rb index 121e3897c0b3f..dc8ace7e3a6b8 100644 --- a/Formula/h/heroku.rb +++ b/Formula/h/heroku.rb @@ -6,13 +6,13 @@ class Heroku < Formula license "ISC" bottle do - sha256 arm64_sequoia: "efd4904a8c584c7348d4732cde3f257f4b374379c3faf7e549b2297c59d089d6" - sha256 arm64_sonoma: "36313d308586dd377e6cd585b0b954f942ad4290d81a8846f7ec8d95dcb82326" - sha256 arm64_ventura: "f4443ec1b325033b6b01cb6096e49ab2534fe49e889f7d1399aed989ed95c414" - sha256 sonoma: "f28191ab390d04fbc95a301f6ceff3d3b72e1dd1e40d11b7e03fd0eacb09994b" - sha256 ventura: "ea2576656f7c0b9650db8b522e935dccbd8ac27768656bdb9f48ea8ac9a5e147" - sha256 cellar: :any_skip_relocation, arm64_linux: "9051cd6f5f4555594dca48202650711623a9e241bc8a9a24e4db5ea7f96d63e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "63b4d7e2c0e04bf62e8d506387203b945904c5808de089c3f76bbf4fe57c43a1" + sha256 arm64_sequoia: "895ff9a3e28f1923edacfec1e0603c596e414980bf66f1bfb7edfccbc9b21e3b" + sha256 arm64_sonoma: "e7500e1903340af71da2abc9338e3706ca5707a690b248acfd60f0e7bdae87d8" + sha256 arm64_ventura: "b302e754c01f956239cef2f505276d544c1434dc7e7660b8be48f1fd2dd3d4fe" + sha256 sonoma: "d5f4f1efa3d184a44776bbfa9088d3e6dc8f214112d8bc1198ebec5b8c7aef83" + sha256 ventura: "10e308db7f3cd61798ccb01662154b8dac1a7994a9f5ace5dc7c244dbcfac7a1" + sha256 cellar: :any_skip_relocation, arm64_linux: "b85d1bc9886ccfea6c3c4079ca86b47cb5fe2d8c0e146376a1bcc37af44ca5b9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc982c139a6e266a46c70f1423a5a3df4f8784e86ab679eca07eee54e795b008" end depends_on "node" From 6ddeb2c81dd970516fe61569a29152949eb6573d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:53:42 +0000 Subject: [PATCH 08014/10074] gosu: update 1.18.5 bottle. --- Formula/g/gosu.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gosu.rb b/Formula/g/gosu.rb index d5d500a9dfa07..ead05940f7dd2 100644 --- a/Formula/g/gosu.rb +++ b/Formula/g/gosu.rb @@ -7,13 +7,13 @@ class Gosu < Formula head "https://github.com/gosu-lang/gosu-lang.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e12a8df75327b7a6f678e948de6e54c533b3268b6e2918c04fbe32ebf714008d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6717261ce99cace9a0f5b474aa4016dc42345e2e1d941bd9c23664e3c5f80f2f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7027e597cce5538becfa6e451faedc52d3ab1c85c175e5ba7df2e932e5e39811" - sha256 cellar: :any_skip_relocation, sonoma: "64a74e0f12b66a7be551dfe944c9d85cb4495d47dffac0d346e40696398efb67" - sha256 cellar: :any_skip_relocation, ventura: "0cae3bf8c24488c410d12773bc1e6f6ca566579ec1ced6831a9919ad31b842a2" - sha256 cellar: :any_skip_relocation, arm64_linux: "5f7ee715e0a2cd1002350f06f5c99f3cfbbb25c88d41930b9347430cff9683f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0aff995dbd2e47d5b759424448edf3a44e8005cc4ecbf1ac4a84510e6a2a37f6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "40f58d976da9281ff19334d0dc5aaa1c924904ceac1bd458d21b5ce5db68709a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "378b87a84955305fcae6225dd3afd339b372f9fb906aba9db1ab0e23cd6015f5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c3ed6b8d340d4e14adfee9e50c139d33083f06bc58aad8deedce37313a2f1869" + sha256 cellar: :any_skip_relocation, sonoma: "4526d3b2e5d5ef7e5fa198688868895d5dbee706534f4e264f960092f7b30911" + sha256 cellar: :any_skip_relocation, ventura: "10efc1ecb37a89c123a36a61a5289d1297b57177e6df627c6efc646165ddc112" + sha256 cellar: :any_skip_relocation, arm64_linux: "01d6c20a39a98660d7622e16bf45e407c651f6fea50b47dc650e9bac8b0f4d28" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d69ce54c12bf5340a5263e4087f7912f7161551f6a0ea51dc9658c3c38f0460f" end depends_on "maven" => :build From ae67cd60b7b165cb6312e59c8bd19dc4078dc846 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:54:20 +0000 Subject: [PATCH 08015/10074] doctl: update 1.131.0 bottle. --- Formula/d/doctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/doctl.rb b/Formula/d/doctl.rb index 78be6adce2379..b9ced89652cfa 100644 --- a/Formula/d/doctl.rb +++ b/Formula/d/doctl.rb @@ -7,12 +7,12 @@ class Doctl < Formula head "https://github.com/digitalocean/doctl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d088cc2b78fbdd00f18a95960bdaf0ad905587dd4fd90b8a7607500a944434c9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d088cc2b78fbdd00f18a95960bdaf0ad905587dd4fd90b8a7607500a944434c9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d088cc2b78fbdd00f18a95960bdaf0ad905587dd4fd90b8a7607500a944434c9" - sha256 cellar: :any_skip_relocation, sonoma: "49822a4b15157caabdc5354ca61a5f331dbe917037a9b8bfefa5dff15e4b6714" - sha256 cellar: :any_skip_relocation, ventura: "49822a4b15157caabdc5354ca61a5f331dbe917037a9b8bfefa5dff15e4b6714" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a84403184ab77232b9f1f0c7d66b6540d6016e27ce3cca61f6fe73e064c963bf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fceed93c15b4a865cb796905508972048f705f76ba1794b91ae6e740dd3c7df7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fceed93c15b4a865cb796905508972048f705f76ba1794b91ae6e740dd3c7df7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fceed93c15b4a865cb796905508972048f705f76ba1794b91ae6e740dd3c7df7" + sha256 cellar: :any_skip_relocation, sonoma: "8219dc7a6661033d2b933651727bebaa0735dea7efc33060e8b93aa3e6b3c586" + sha256 cellar: :any_skip_relocation, ventura: "8219dc7a6661033d2b933651727bebaa0735dea7efc33060e8b93aa3e6b3c586" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b2217a2b7738c465e2e1df3bad12d0b7d34d6a2a7a03ca8824e464b80de34c42" end depends_on "go" => :build From 3f666d5d7aae8ce4841dd0beb4795f62f70a98a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:54:25 +0000 Subject: [PATCH 08016/10074] cog: update 0.15.8 bottle. --- Formula/c/cog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index d7f083ce4f1fc..16db60de1b672 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -7,12 +7,12 @@ class Cog < Formula head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdb94f69060a75064df51b3b9f28a7454e4d12f11f9870a835ca37b1fc4099ca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdb94f69060a75064df51b3b9f28a7454e4d12f11f9870a835ca37b1fc4099ca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cdb94f69060a75064df51b3b9f28a7454e4d12f11f9870a835ca37b1fc4099ca" - sha256 cellar: :any_skip_relocation, sonoma: "434ac0a126916a4d0a54b6e224e04a04d7ec7648a0046c971b547ecb63326556" - sha256 cellar: :any_skip_relocation, ventura: "434ac0a126916a4d0a54b6e224e04a04d7ec7648a0046c971b547ecb63326556" - sha256 cellar: :any_skip_relocation, x86_64_linux: "35af3fdf64279d6ac0d624b70d183765d19b65db1df4c7add8e90710f48f1544" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c6b048e385a28507b106799abf9bc2052fa149f524abdbc74ba4ad3392e7f46" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c6b048e385a28507b106799abf9bc2052fa149f524abdbc74ba4ad3392e7f46" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1c6b048e385a28507b106799abf9bc2052fa149f524abdbc74ba4ad3392e7f46" + sha256 cellar: :any_skip_relocation, sonoma: "456bf113b2e4795deb2e9655922fb83b9559db4d52226170059f57da743d6ae6" + sha256 cellar: :any_skip_relocation, ventura: "456bf113b2e4795deb2e9655922fb83b9559db4d52226170059f57da743d6ae6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d3830c4bee5a82d54355708e0d590b877eb298da02b8704d4fff3112ffc122fa" end depends_on "go" => :build From 902d5074d3b093f372883fb4025c9b019cc4edbd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:54:38 +0000 Subject: [PATCH 08017/10074] awscli: update 2.27.38 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index b524107d7c1a5..f369f9ede13b9 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "cd8a4926ea8daaec7efd9e4f3130a29c049e32bde3e68087d15a602aa2b8e922" - sha256 cellar: :any, arm64_sonoma: "6a55ffcf0a8296eed3cd6d166f050e6df62b3eaa21dbbdcfd74805fb4e26b243" - sha256 cellar: :any, arm64_ventura: "edd834707bc48eb927e67ed12c516b31d3b2b962aa7252094ed44f80560d6072" - sha256 cellar: :any, sonoma: "9a0417c6d6c3612ac79fb74236c1b28f7b4f0d25efec089734dc1f1b02d6d38e" - sha256 cellar: :any, ventura: "153de4dc4bb57fa157c9dbc90af1acebe3cee1078aa136d657adfb3ec692b312" - sha256 cellar: :any_skip_relocation, arm64_linux: "3a45d634e9ee80b7048c6bfa36005b08e7e29ff2c19f9fdaecbca1f0c1c56a76" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a2bfa89671a17ed94d0c6a1978ba6b0481a7260b790d9b18d4034e70ee5ecf0e" + sha256 cellar: :any, arm64_sequoia: "378b48d29180c8cbbaee32060981a80cdec1dac2898475113777873198d07d11" + sha256 cellar: :any, arm64_sonoma: "239381bec66f1eadfd92c6be809f0fd3bf1424e154687f9fe490c53b2ef9a351" + sha256 cellar: :any, arm64_ventura: "f87a69945bb9d95ec53edc40693124ece8387c8610dfa1f3b8c48af76fc1cc3d" + sha256 cellar: :any, sonoma: "8663c7b86ebe15e0668f3b678fa2a545549eb7e8901b6d92160997cbbf27d273" + sha256 cellar: :any, ventura: "6763716e669ad950683f10ab40a6ba344067dc1c8918243b6d5c062d8df4cef3" + sha256 cellar: :any_skip_relocation, arm64_linux: "6173b7afe7556517f7f2965700f0fb98924ea9aa5f16e2b5ef3f11159612231b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "633c50c23c4dc65f02a22600a14388b0372d2f2a414f669a936f1d50de8e6fff" end depends_on "cmake" => :build From ded42530f91df8e7ceab2d68a1b08ae32387133a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:54:56 +0000 Subject: [PATCH 08018/10074] aws-lc: update 1.53.1 bottle. --- Formula/a/aws-lc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-lc.rb b/Formula/a/aws-lc.rb index 189b52ee76838..f6763ced88e49 100644 --- a/Formula/a/aws-lc.rb +++ b/Formula/a/aws-lc.rb @@ -11,13 +11,13 @@ class AwsLc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b32e904617a7d2edd9f48806dafbd628c5228cb81a3ad1bdbf0eeb5fa3d7e954" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7080e7a9dddea84e7b65acafd236c04bc27df75c8a6e5a3a6ceebce6095cda88" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fbd353cb57b9f146d1228c1083736dddd8f4545ceb3ad2e3ea7193e442e186a4" - sha256 cellar: :any_skip_relocation, sonoma: "cee9654455ffd802e4c0edad0387d73bc01aab0b3103db97d2d0df4ffe625e52" - sha256 cellar: :any_skip_relocation, ventura: "a243f0710a9799c4f5a3f779b783b83c0dd451c402ff74836045e079feb6a5f5" - sha256 cellar: :any_skip_relocation, arm64_linux: "4ee5f863f1d9f5a422348eb7d75e43c4dae8450074ecd64222709a6e1fc9e4b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "886cc92b621687abeb5ac0325c11fc542a03e6169e83d3bf6ba19ebeac9ef806" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7797774722a66a93873471402ec6d4b0dbb675299a613392a1dc684b970cdd22" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e8597271d0c1152e185035f36ad1188740a555ac9717f93b98ba6a60529e5a9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f8b4c162ca19610a2b6aec5896f94aa423e5e6e25a36914cfe43e3e9ef193889" + sha256 cellar: :any_skip_relocation, sonoma: "1603b0dc0a437d18a0a64ce5acea9924dde856273a13e0fc1322a4a76d41989f" + sha256 cellar: :any_skip_relocation, ventura: "d9f4f9df4bba7be6205d45b4646d410cf13006f3f3cc2e822782f1b86632b0f7" + sha256 cellar: :any_skip_relocation, arm64_linux: "c2356151192a160fbb5a7333771263193201236864944110cb89811cde5eee06" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e5b729bdb0998b87b0c199c44f81ec914376e5b04035d115d36439b041126d7a" end keg_only "it conflicts with OpenSSL" From 0c41947cc30900b8e2e8f47272ecd5248b14f212 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:56:48 +0000 Subject: [PATCH 08019/10074] pyenv: update 2.6.3 bottle. --- Formula/p/pyenv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pyenv.rb b/Formula/p/pyenv.rb index b8c3bd696bd7c..3283b7d9ce4dd 100644 --- a/Formula/p/pyenv.rb +++ b/Formula/p/pyenv.rb @@ -13,13 +13,13 @@ class Pyenv < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "6ab4b9017881cd41cab70ccaff3ffb08f9c46755e71aaca7e34b0aca197b9a20" - sha256 cellar: :any, arm64_sonoma: "83fee7855051714805ba0155df2cc8684a085321bb6ad1e3a1b3439031ff3bd3" - sha256 cellar: :any, arm64_ventura: "076bdcb06584ddc5e059fb409bacebd5c8c795b0e254544ca0c9f643804b3e96" - sha256 cellar: :any, sonoma: "040b9218f2d74662086b10ec4ffa7efb9f3a58821cde7eebfd73ad45f8dde364" - sha256 cellar: :any, ventura: "971b056a7df585fd2fc83228debb31b4969145d8d3f3101a2fda7510a11d6bb3" - sha256 cellar: :any_skip_relocation, arm64_linux: "81768d7e7ccf6989ee40a6f88c864941c5260f15c631bf4848a9a83e0094c833" - sha256 cellar: :any_skip_relocation, x86_64_linux: "84c74bc84ff084019e767641b0fbd54ce29bf750a646bc24d37087f6bf99fddf" + sha256 cellar: :any, arm64_sequoia: "3706882e55b1c36c67ba22771b3cd5009d041f5a118ec07a195f5f5f7e4fbfde" + sha256 cellar: :any, arm64_sonoma: "90e0bbd75cf27f9e91c0e46f7fdb348a4550c792e68811f096f7a6192120e678" + sha256 cellar: :any, arm64_ventura: "9de68684b721f80bbe3c02a55ecb7511df6dbcee0b7acba9533d3ae78eeaaf99" + sha256 cellar: :any, sonoma: "3c20a7741b4cc82cd9c1595925de8f1fba7b1737991d359f354a871e802d68d8" + sha256 cellar: :any, ventura: "e5a002f8d8cfd1644de277fb171bd92c6f1cd8aaca1f57f566bc2d74b6d90bb7" + sha256 cellar: :any_skip_relocation, arm64_linux: "ccfcea6135bc9c7969895dcf3c01421ad836b2281dacf8ad125c4108f3ed56a1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4093367183946c1a7f25db6879f048822196c0f84d59735bb3a9dba4d5fa87f" end depends_on "autoconf" From 246fe254f709c355f0e5d5560eabcf3969aa2d62 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 20:58:44 +0000 Subject: [PATCH 08020/10074] erlang@27: update 27.3.4.1 bottle. --- Formula/e/erlang@27.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/erlang@27.rb b/Formula/e/erlang@27.rb index 717415c998038..32e6dc99a9322 100644 --- a/Formula/e/erlang@27.rb +++ b/Formula/e/erlang@27.rb @@ -13,13 +13,13 @@ class ErlangAT27 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "bff7f023ddbac233d5353e01a12078785a9b385f751589f17c8c89014040b80e" - sha256 cellar: :any, arm64_sonoma: "410d02810f2aec83e88b3e56c0b9c0d3244c142fa9ce358631447f36b3a065c8" - sha256 cellar: :any, arm64_ventura: "6a3f201760e3a3e5d4f60d33fb5206d973951ebdf70fac185b7b68813d7bca15" - sha256 cellar: :any, sonoma: "39e25930331da9aa9ed78a45705a8674b8c8043ebe89af7753537f6f367758bf" - sha256 cellar: :any, ventura: "5b303edce6fd77cfda7128a7d1a0a363fcbbebe65c5900442ddba32f282d95a5" - sha256 cellar: :any_skip_relocation, arm64_linux: "f52a6c317ef6cdd39d6130e09168561181a7280f933516bbddb83005301260b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ee5948660a01bf6de0f81e29328a681e4e9de81431a59fd61364ddb874e99fe" + sha256 cellar: :any, arm64_sequoia: "2d8216284f095e9bcd9732cd1205134222c0cf88916a134141986c990bc382b1" + sha256 cellar: :any, arm64_sonoma: "b62a4294202a2e61e3568408ca94a8318e7962c74b5fac96509b3e3ea980514c" + sha256 cellar: :any, arm64_ventura: "354423ab8c4216c3adb82ee6b15e2277b4e996310adb0b44e35bec8174b2e11d" + sha256 cellar: :any, sonoma: "42564a5faa481f5e113320bddae77643ff5aa746beb40025258a116019132f91" + sha256 cellar: :any, ventura: "726bbe31138efe3f2f958cb0b1f3bae2f61b92468d9fe1553d7e1c5d4a5c04c9" + sha256 cellar: :any_skip_relocation, arm64_linux: "52066b2cf232bc6e960ddd77d54bf8487bd64db8a9b8ed68faff63fa15c50dcd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "21697e6bda655949f46deb91e0ebd9732419700b53a1ab3448e2899cc04e7970" end keg_only :versioned_formula From ea86745f5092a56fd8e9785aa579cf2f32e41057 Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 18 Jun 2025 22:59:37 +0200 Subject: [PATCH 08021/10074] eask-cli 0.11.6 (new formula) Signed-off-by: botantony --- Formula/e/eask-cli.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Formula/e/eask-cli.rb diff --git a/Formula/e/eask-cli.rb b/Formula/e/eask-cli.rb new file mode 100644 index 0000000000000..f30db2f62362c --- /dev/null +++ b/Formula/e/eask-cli.rb @@ -0,0 +1,22 @@ +class EaskCli < Formula + desc "CLI for building, running, testing, and managing your Emacs Lisp dependencies" + homepage "https://emacs-eask.github.io/" + url "https://github.com/emacs-eask/cli/archive/refs/tags/0.11.6.tar.gz" + sha256 "66faf98d76e6c6ca9b38f7721ef4aeba251181bc0aef4c692cf6d09a8988c896" + license "GPL-3.0-or-later" + + depends_on "node" + + def install + system "npm", "install", *std_npm_args + bin.install_symlink Dir["#{libexec}/bin/*"] + end + + test do + assert_match version.to_s, shell_output("#{bin}/eask --version") + + system bin/"eask", "create", "package", "test-project" + assert_path_exists testpath/"test-project" + assert_match "Emacs is not installed", shell_output("#{bin}/eask compile 2>&1") + end +end From 8ce20ffadb4b4268b004b59ece51f1171c0c870b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:00:15 +0000 Subject: [PATCH 08022/10074] kubernetes-cli: update 1.33.2 bottle. --- Formula/k/kubernetes-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubernetes-cli.rb b/Formula/k/kubernetes-cli.rb index 8d659a42eb5e1..1071cb3e88cea 100644 --- a/Formula/k/kubernetes-cli.rb +++ b/Formula/k/kubernetes-cli.rb @@ -13,13 +13,13 @@ class KubernetesCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfe3b28b44ac119c76b7d68396eea2dc5715208317ba8d70024a292908a66795" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee2df9d9511bdc5b3a7e38e6427d0aab88ad999501d727032828dfbe751e0ef8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a4446ef3c48d701b20eaf392eee1a83c815f394bbee6168d8b481e0805bda603" - sha256 cellar: :any_skip_relocation, sonoma: "fee0b134359e6e6f7cab5aace688b3eed584b771ded17ee2da6ea7c8f0a44c0c" - sha256 cellar: :any_skip_relocation, ventura: "6099cff31f345023541bef208efdf936fa8888f2666ba39c3ba197dd5f75517f" - sha256 cellar: :any_skip_relocation, arm64_linux: "f8003784d44c5a4db1360535383ee2b91f1924ec14dedf8d6ce29cd59dd0823b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6f253773fdd67c1a68f07b59f0a924b5b88d3b091f22a6f9c7f377261688f3b4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1e2e5650487db8b2a2441e03804151fc26e2a342bbc1597e2a1f29c47140165" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cfe5008e6c454f126bcf07ae2cacb88059c7737a69d8cb715a173306deda815" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e1c408fe97060c290bd76a79b1a9fd0efffb78656ca508469acb0d686a4f49c" + sha256 cellar: :any_skip_relocation, sonoma: "549acf5b9b39a4b9bfd0ab94884235c90d21dcbada54984f973a6084f403a223" + sha256 cellar: :any_skip_relocation, ventura: "bbdbeb57f463197e7aed87e115d17d2c1015f9f3a16f082eb9cb30676a5fb702" + sha256 cellar: :any_skip_relocation, arm64_linux: "23d14ef66c11e7121af280fc1a3a2510f64dba0cc957f90e8985bf6f8671b80d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5369f9b4a339daf07240df0ed5683ee486bbd1f4bee170f463b0d1b0cc640821" end depends_on "bash" => :build From 417d1326752e09ac2c08076d14845bd717ef80c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:05:10 +0000 Subject: [PATCH 08023/10074] sf: update 2.93.7 bottle. --- Formula/s/sf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index 0b3d642f47cc2..32053500d03b0 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -13,13 +13,13 @@ class Sf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" - sha256 cellar: :any_skip_relocation, sonoma: "8f5c57fee3b082ddb0f9a6e3aacc21bcbcc301064a8ea525e4e12af905b25f09" - sha256 cellar: :any_skip_relocation, ventura: "8f5c57fee3b082ddb0f9a6e3aacc21bcbcc301064a8ea525e4e12af905b25f09" - sha256 cellar: :any_skip_relocation, arm64_linux: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b1cbfeb732e2f2a29675fb9147bb912c46980fd34fde55e8a628827ca3704e0d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" + sha256 cellar: :any_skip_relocation, sonoma: "142bfec6c26fde737b70a971188b1854621db2247f3ac2221f7bdc0ea2df74e0" + sha256 cellar: :any_skip_relocation, ventura: "142bfec6c26fde737b70a971188b1854621db2247f3ac2221f7bdc0ea2df74e0" + sha256 cellar: :any_skip_relocation, arm64_linux: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" end depends_on "node" From 0da11c161b353f9e94d7e1289461d1e555f91394 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:18:18 +0000 Subject: [PATCH 08024/10074] aws-crt-cpp: update 0.32.9 bottle. --- Formula/a/aws-crt-cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-crt-cpp.rb b/Formula/a/aws-crt-cpp.rb index 7510bb75a22b2..060adee226689 100644 --- a/Formula/a/aws-crt-cpp.rb +++ b/Formula/a/aws-crt-cpp.rb @@ -6,13 +6,13 @@ class AwsCrtCpp < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "62bbaccce8159136f42ddfa91abae5b242371a8e640a7b1be9fb4bc84c910487" - sha256 cellar: :any, arm64_sonoma: "4460e396cdd8899104516f4dba6f6183784c5c9cc88101ab87235f5c15d3d892" - sha256 cellar: :any, arm64_ventura: "d1fcd9ced3bfc999164734eb16df9aa83cec301dc673a72cebb985e905945398" - sha256 cellar: :any, sonoma: "b10168d01be4c2922c92a129c8a8224418d8ff8490a303047555e6c2836d1e86" - sha256 cellar: :any, ventura: "9ca14a03b0362d39a633c6b0ec663f3449cab7aff41e7bf6d1d66589743e970f" - sha256 cellar: :any_skip_relocation, arm64_linux: "50f8c3c367f8eac1d7e23d82b242529a54c74afdcc44f3ebeebddf55ab994729" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4969f10a8061c23b37ca92da6296e9f8e7d25c766d1162eb8f6b67857dce8aa8" + sha256 cellar: :any, arm64_sequoia: "fbfee155450c85da8215a658b69ce596026e290c4fa52a8de01e49374eb9e057" + sha256 cellar: :any, arm64_sonoma: "e9ed1ff763c3a545663e4bf04c3ac82e5c094eac49e64f77ef0450817dc6f5b1" + sha256 cellar: :any, arm64_ventura: "7b25134fd9fa8c651ae1f7d6a1327bdf504e019466a1a050d93d388c966697dc" + sha256 cellar: :any, sonoma: "869950b841accb8474a88365874d222f2c5efab90f81aca102b6b542a72fe8e3" + sha256 cellar: :any, ventura: "7a10e7f5b9fd4336cda8e08049ef5296296abeea86d81f8fb5592097b1a95751" + sha256 cellar: :any_skip_relocation, arm64_linux: "e6bbbe9fd9cc90b1d900821cc4530f530c4f0411d3e4b4afa777699fff63b876" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2cf4e5d49da830296fbf794c3f40ae516dd8728eb8d89460094ca1535d86a37a" end depends_on "cmake" => :build From 65d280e9c681acd057f3a48304173b2c9eaedc44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:21:55 +0000 Subject: [PATCH 08025/10074] aws-c-mqtt: update 0.13.2 bottle. --- Formula/a/aws-c-mqtt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-c-mqtt.rb b/Formula/a/aws-c-mqtt.rb index f606f530a27a6..d1530ac409ed2 100644 --- a/Formula/a/aws-c-mqtt.rb +++ b/Formula/a/aws-c-mqtt.rb @@ -6,13 +6,13 @@ class AwsCMqtt < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "2c9a40bcf191ecc15b602df13e0aedc2a238f25b8b4124c58daa23258f7f4377" - sha256 cellar: :any, arm64_sonoma: "60ec9b96e20bd1bc87ec5855ab86e001c22c68f8b8db2d4e1e27aefb4fb00ac0" - sha256 cellar: :any, arm64_ventura: "01549a46706b48cc6b6c3cad711167afa3c11cfdd5a5b675fe2601a515222bd7" - sha256 cellar: :any, sonoma: "3cb326fb51b7f58d482b449eaa5aa4b48c785e883524e6b625e1b05bc8e0bbc9" - sha256 cellar: :any, ventura: "b654bc8709c63ed39da7add79eebc672288ff2f1d8b7fc55425c2a7b647c98aa" - sha256 cellar: :any_skip_relocation, arm64_linux: "3fec288790bff6b75e15f61d28dc2767cdd027709bc06e1093e1b4a5e38713ad" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8f8b230de45d27c392d155e925bd4e09a443fcd783c347e15de13db7e43d1a53" + sha256 cellar: :any, arm64_sequoia: "c65e5422e6f0ea47dc8ddd93f38e664d4909f00c4bd64f4fdd8e0bf03f1f67c3" + sha256 cellar: :any, arm64_sonoma: "11a3b01e5c4539cc499d9b966197557c8de444c18573f5acb3dcf4c5b03cfc2d" + sha256 cellar: :any, arm64_ventura: "d6c46d5f0ead6f091d88026b127cb55e61aa234fccbce21f50e586cf14b95f06" + sha256 cellar: :any, sonoma: "554876896e6c47e40be41864baab7d240dc1b2b78bda600f04da3e98aa081578" + sha256 cellar: :any, ventura: "d1790c6d2e2c2e7c7e81e277064adf6045dfa6c452db02ef8c096d9ba311d79c" + sha256 cellar: :any_skip_relocation, arm64_linux: "302e8622357e2662ddef72ff717147f18d3e015baf6b1f827d7c3d9ec485fe17" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ae12ac2b10a98afe944d60c28f69aeaf004dd9cd32ecb97710d4aff2142679ea" end depends_on "cmake" => :build From a6c2ac683eb615f533f06426bb55ac7bca183fb7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:33:10 +0000 Subject: [PATCH 08026/10074] semgrep: update 1.126.0 bottle. --- Formula/s/semgrep.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/semgrep.rb b/Formula/s/semgrep.rb index 4aadb8c99e364..13cd81528e446 100644 --- a/Formula/s/semgrep.rb +++ b/Formula/s/semgrep.rb @@ -15,13 +15,13 @@ class Semgrep < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "72ce510298dc48ff03500e68473a23954f0e01182a380ae23adf2219013771cd" - sha256 cellar: :any, arm64_sonoma: "774c6fcbbc65693229b1704b60c3fb924c11571e7c44c553388d1abba5e78e48" - sha256 cellar: :any, arm64_ventura: "1b0527600cce5efea61c57c47d154177258eafc89a0306dba1fb97e9e00496e1" - sha256 cellar: :any, sonoma: "dc739068f71b5fee5bde2e325e087246a8f4b64ca5193b3f81ee4087ef267f09" - sha256 cellar: :any, ventura: "b568aa37e70dde29ede257e7844aceaa5fee966c5c211a8fcf5e752322d6b437" - sha256 cellar: :any_skip_relocation, arm64_linux: "6701434581dd863b6bbd2e77a15e9839e6e31fbbd118fef94909c021712fdac7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d6bb523a77240416ddc34464ad14c1a1b74af745d5a463662e6db8d0421b1e3d" + sha256 cellar: :any, arm64_sequoia: "89c81bfde1ab612bcc97bd8154546eb23f7b7b87f283b776c44d25b517019bd2" + sha256 cellar: :any, arm64_sonoma: "ece5a594647709d036f1171848e11394db148f037729f17e9c053fbf0f488622" + sha256 cellar: :any, arm64_ventura: "2f80b9144e9eae0d24ae9180a54fb3ee68c049c3a4859bc9245ade3e244f7e50" + sha256 cellar: :any, sonoma: "dad269ed41d59c8e2963f293721354bc6c4426d66185794e8e5174e5155b8219" + sha256 cellar: :any, ventura: "9b825c1a29516b3116858a9e4b3fdbc661c9a3f24e644c1fef203cedd3a67434" + sha256 cellar: :any_skip_relocation, arm64_linux: "f72ddf6aba775961be829068afc405b8a0e6ff2577ae29e3b5a9a5e59f816eb2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9dcf99df88b510098aebd9bab60a061f099bf7f8f3b7d3437a9f7766baef2b4c" end depends_on "autoconf" => :build From 133b0bfb70c5a7029244a56ac40aee861fcf3cc1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:51:12 +0000 Subject: [PATCH 08027/10074] aws-iam-authenticator 0.7.3 --- Formula/a/aws-iam-authenticator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-iam-authenticator.rb b/Formula/a/aws-iam-authenticator.rb index 95399b1028d9e..50b29afc73fe7 100644 --- a/Formula/a/aws-iam-authenticator.rb +++ b/Formula/a/aws-iam-authenticator.rb @@ -1,8 +1,8 @@ class AwsIamAuthenticator < Formula desc "Use AWS IAM credentials to authenticate to Kubernetes" homepage "https://github.com/kubernetes-sigs/aws-iam-authenticator" - url "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/refs/tags/v0.7.2.tar.gz" - sha256 "6be693e219de64db593d96dd0f42db0940ddb1ebfb2b289b2f07215f33360d66" + url "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/refs/tags/v0.7.3.tar.gz" + sha256 "834f0b38eec0aac72d78aa07d4f970519f898c7a18a97f94ab0bb9b740730436" license "Apache-2.0" head "https://github.com/kubernetes-sigs/aws-iam-authenticator.git", branch: "master" From c3173bb98f06456c025f83944e435a414448c18c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:53:13 +0000 Subject: [PATCH 08028/10074] c2patool 0.19.0 --- Formula/c/c2patool.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/c2patool.rb b/Formula/c/c2patool.rb index 6f9fe45609e61..0e1fde9aa14fe 100644 --- a/Formula/c/c2patool.rb +++ b/Formula/c/c2patool.rb @@ -1,8 +1,8 @@ class C2patool < Formula desc "CLI for working with C2PA manifests and media assets" homepage "https://contentauthenticity.org" - url "https://github.com/contentauth/c2pa-rs/archive/refs/tags/c2patool-v0.18.0.tar.gz" - sha256 "4095081e6c9dd6f01fbcbe50d8ce8deb317b3b170b48cdcbbc8a722537e09a42" + url "https://github.com/contentauth/c2pa-rs/archive/refs/tags/c2patool-v0.19.0.tar.gz" + sha256 "4a4d4c45cb049069f00ef6cecac341881d80ef6430547050a3739ef7108f1681" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/contentauth/c2pa-rs.git", branch: "main" From f85a9e07dddfd96675012e0181e5dde5a59c22fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:01:41 +0000 Subject: [PATCH 08029/10074] fx 36.0.4 --- Formula/f/fx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fx.rb b/Formula/f/fx.rb index 232b91815c90d..b842277695ae7 100644 --- a/Formula/f/fx.rb +++ b/Formula/f/fx.rb @@ -1,8 +1,8 @@ class Fx < Formula desc "Terminal JSON viewer" homepage "https://fx.wtf" - url "https://github.com/antonmedv/fx/archive/refs/tags/36.0.3.tar.gz" - sha256 "1159bc6b556d39843f7e786b06ad8918e4d1a6e64f21539598d3a72dbbc9b1c7" + url "https://github.com/antonmedv/fx/archive/refs/tags/36.0.4.tar.gz" + sha256 "ad4de8252a2e9401ddd69577940d707caf22ef5ae833dc55818860163c542056" license "MIT" head "https://github.com/antonmedv/fx.git", branch: "master" From 0894944fac5888420dd003f2d75d616a2ecb6ef5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:04:55 +0000 Subject: [PATCH 08030/10074] hoverfly 1.11.2 --- Formula/h/hoverfly.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hoverfly.rb b/Formula/h/hoverfly.rb index 9eda95e5b6f4d..f7c7a17f7cff9 100644 --- a/Formula/h/hoverfly.rb +++ b/Formula/h/hoverfly.rb @@ -1,8 +1,8 @@ class Hoverfly < Formula desc "API simulations for development and testing" homepage "https://hoverfly.io/" - url "https://github.com/SpectoLabs/hoverfly/archive/refs/tags/v1.11.1.tar.gz" - sha256 "642a75619a0b405807fb6291ae36649c2fd8b554a22439ade702e49afab885fa" + url "https://github.com/SpectoLabs/hoverfly/archive/refs/tags/v1.11.2.tar.gz" + sha256 "9af2cb245eb3effb0cad97bf0feca8b5b2a48b3565c57afd47c129a2e8e32196" license "Apache-2.0" head "https://github.com/SpectoLabs/hoverfly.git", branch: "master" From 4ad44259002a7697118f6d44293e36eff8bd1c97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:05:43 +0000 Subject: [PATCH 08031/10074] immich-cli 2.2.69 --- Formula/i/immich-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/immich-cli.rb b/Formula/i/immich-cli.rb index 9c14f06e0209e..49265908e5907 100644 --- a/Formula/i/immich-cli.rb +++ b/Formula/i/immich-cli.rb @@ -1,8 +1,8 @@ class ImmichCli < Formula desc "Command-line interface for self-hosted photo manager Immich" homepage "https://immich.app/docs/features/command-line-interface" - url "https://registry.npmjs.org/@immich/cli/-/cli-2.2.68.tgz" - sha256 "b2597123269ed6425022a4029d37d5acfd8e32870ef2d299ddaa7ca280a3de94" + url "https://registry.npmjs.org/@immich/cli/-/cli-2.2.69.tgz" + sha256 "f66d6c9d774bda7bd22df3d8466d0ea81a02fc11a25e481840fe49596f3e6535" license "AGPL-3.0-only" bottle do From 2b3dfecd112d813dc85dedaf6f886cc48ad634a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:06:13 +0000 Subject: [PATCH 08032/10074] ipsw 3.1.615 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 78d43cff48774..78d6437ee94c7 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.614.tar.gz" - sha256 "27ad7b233dc2b3849da33c7032cfdd8e6d6447f20dc2b13c5978356084a0ac3f" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.615.tar.gz" + sha256 "5a99f18d49f45b142a224dfdbf79e0793adf062cf1b9a16885067f300ca422d0" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From 7252e0dab65766d5c61fb83a4cdf614e0c798e57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:08:43 +0000 Subject: [PATCH 08033/10074] aws-iam-authenticator: update 0.7.3 bottle. --- Formula/a/aws-iam-authenticator.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aws-iam-authenticator.rb b/Formula/a/aws-iam-authenticator.rb index 50b29afc73fe7..a8242596fdfef 100644 --- a/Formula/a/aws-iam-authenticator.rb +++ b/Formula/a/aws-iam-authenticator.rb @@ -16,12 +16,12 @@ class AwsIamAuthenticator < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "70ea63e77b5ed06c007d944fb266f502a8cd965cc2c1c560b145ef6106bdee20" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "195ffcafa2b4271d800d0e5174348808febe5e0444d36a0ff764c4d36bc332d6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2d0203aeaa13849a36d73c3563efeb52399402e12a3fd4fd53187cdbda93278d" - sha256 cellar: :any_skip_relocation, sonoma: "7d2ce9899159f308d0f1fbd3864dced5c9af2e3d0ccfa4d1d8e44b7f1cf4e890" - sha256 cellar: :any_skip_relocation, ventura: "9f76869fd8416254e40c8e4cca0a112d6332921b9eece446f6b9f7fde94f00ba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e36ddf678067611a030fa642d63e00c449764421ba9eeb831ef244419c604993" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "373bbaefe7cce1b2a7343f89967d0626ef3835d9f76e104f3107ab5f6ccc085a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5d6228e8350e2412b7f0475837d9bfe4b16271d59e8da0bf6f07effea7345b60" + sha256 cellar: :any_skip_relocation, arm64_ventura: "258995a7bb935f7f65dffae2f1ba652de6810028360ba787ff91289ecfd62b41" + sha256 cellar: :any_skip_relocation, sonoma: "dea373f24c54f54bbc4bd50d9c51d86053a9888e4ec0ad588cd2c2635cbbff4d" + sha256 cellar: :any_skip_relocation, ventura: "6c8179d352f7612a1f1d37b125e61add0990574f77cfa4aadd6120a8d7a79522" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6209eb41691bbfec658bb43d14b1b274c411f520773f87533f79d11d595b19c3" end depends_on "go" => :build From 7e81f25055faab8a0b530d218d34c71e3db5d1bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:10:40 +0000 Subject: [PATCH 08034/10074] c2patool: update 0.19.0 bottle. --- Formula/c/c2patool.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/c2patool.rb b/Formula/c/c2patool.rb index 0e1fde9aa14fe..08b188a6f47d1 100644 --- a/Formula/c/c2patool.rb +++ b/Formula/c/c2patool.rb @@ -12,13 +12,13 @@ class C2patool < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c68a75d8ed9f537fd95fa9d30041b5c03f2b6436098c258c98c135503b27d996" - sha256 cellar: :any, arm64_sonoma: "db2454972b9af1468985c486914a297fbe995dc6ff69e8757a489e0e4e0f755a" - sha256 cellar: :any, arm64_ventura: "cbc5c7d180202c7fe52be698cecabd23be26578bbd5730b19bb6507e2e3dbbe2" - sha256 cellar: :any, sonoma: "61dc8a5f672347161eba3b88c331499616c9a86054fa00e8880184d08a1de767" - sha256 cellar: :any, ventura: "ac2a65892cffd043b30519c8e8bb600685dc3adc615720e3abbe9955f3cc054f" - sha256 cellar: :any_skip_relocation, arm64_linux: "0a87b511e9b18a4d27e7a4f00b4a99dd20fda3632162afae32a246ce5b726d61" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d782e46fbeb7b605294c9365656a4646beaebacb28ce9a030cbbaa5bd5b58ec1" + sha256 cellar: :any, arm64_sequoia: "6138c93a468614800b2099ce8ceba2fd45aaf1ef9e27c62145f5b42b607f983b" + sha256 cellar: :any, arm64_sonoma: "4383a1f1da680c9565ce9305ff8a7299f59533d0b0a19e8384249668d3c21650" + sha256 cellar: :any, arm64_ventura: "1106b8500f6ecb5d26b307e34c1381ad68cc5398c06b02b454af68059761274f" + sha256 cellar: :any, sonoma: "b9c16f04d9ab4ecb46b68594092ccb25d2c9662f23b1eafe22067587666b1eaf" + sha256 cellar: :any, ventura: "333efc4e9a4c9bb3998cef278403c61bd656c1b51742b6627d788923be4a962b" + sha256 cellar: :any_skip_relocation, arm64_linux: "4670f71767a2e7ad3312fe9e279293ebe189b544b3d91a850af1e7aa14f5b037" + sha256 cellar: :any_skip_relocation, x86_64_linux: "82d7b29fc14f14878af8d8e8b0fff6a129e5dd752f8f2764b100935f6daf3e9c" end depends_on "pkgconf" => :build From a8df6d090a8de6fa2ac212a526ffc79e15c7c560 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:11:10 +0000 Subject: [PATCH 08035/10074] eask-cli: add 0.11.6 bottle. --- Formula/e/eask-cli.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/e/eask-cli.rb b/Formula/e/eask-cli.rb index f30db2f62362c..601e9c7d70dfc 100644 --- a/Formula/e/eask-cli.rb +++ b/Formula/e/eask-cli.rb @@ -5,6 +5,10 @@ class EaskCli < Formula sha256 "66faf98d76e6c6ca9b38f7721ef4aeba251181bc0aef4c692cf6d09a8988c896" license "GPL-3.0-or-later" + bottle do + sha256 cellar: :any_skip_relocation, all: "9676d69666ce4d2791896e92953bf91abe142a61584515b227fca15ef0111026" + end + depends_on "node" def install From 1e300d86dab49374a0a2d07f6cf49c3185a7fda6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:13:15 +0000 Subject: [PATCH 08036/10074] fx: update 36.0.4 bottle. --- Formula/f/fx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fx.rb b/Formula/f/fx.rb index b842277695ae7..f9ee410adcd09 100644 --- a/Formula/f/fx.rb +++ b/Formula/f/fx.rb @@ -7,12 +7,12 @@ class Fx < Formula head "https://github.com/antonmedv/fx.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fb640e32c4ba17005e324f08be8b1fed46be610b33b99037b37d27e3b7306b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fb640e32c4ba17005e324f08be8b1fed46be610b33b99037b37d27e3b7306b4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0fb640e32c4ba17005e324f08be8b1fed46be610b33b99037b37d27e3b7306b4" - sha256 cellar: :any_skip_relocation, sonoma: "f1efd63e0351c9ecaecc51809439f62111d1eac470ed44335cb444673110fccf" - sha256 cellar: :any_skip_relocation, ventura: "f1efd63e0351c9ecaecc51809439f62111d1eac470ed44335cb444673110fccf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6493e00ef4372ea1d73bb3a64b8906e93cc153b32153315c9f75a257a5acd976" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e67ca3e7d14b68ce85714d502c58fd02871fce850344b8d7d77ac2709e615c6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e67ca3e7d14b68ce85714d502c58fd02871fce850344b8d7d77ac2709e615c6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e67ca3e7d14b68ce85714d502c58fd02871fce850344b8d7d77ac2709e615c6" + sha256 cellar: :any_skip_relocation, sonoma: "01991bd17ab5fb88622d57ce7f17aa44c7fd74851b50509d6f4b720a58a107cd" + sha256 cellar: :any_skip_relocation, ventura: "01991bd17ab5fb88622d57ce7f17aa44c7fd74851b50509d6f4b720a58a107cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67ed00156edae0e2de5b99242b51f4d428ad390e82f05b7c8cd719f4f918ad61" end depends_on "go" => :build From 5239c13b09dd642408784cd34b96683b6038596d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:17:03 +0000 Subject: [PATCH 08037/10074] hoverfly: update 1.11.2 bottle. --- Formula/h/hoverfly.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/hoverfly.rb b/Formula/h/hoverfly.rb index f7c7a17f7cff9..5e57cf84d07f7 100644 --- a/Formula/h/hoverfly.rb +++ b/Formula/h/hoverfly.rb @@ -7,12 +7,12 @@ class Hoverfly < Formula head "https://github.com/SpectoLabs/hoverfly.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a5cf9d2f0a8a656da0a985dd617636f39fe2a2f0d55ee198ca7cc5009cc7b337" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5cf9d2f0a8a656da0a985dd617636f39fe2a2f0d55ee198ca7cc5009cc7b337" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a5cf9d2f0a8a656da0a985dd617636f39fe2a2f0d55ee198ca7cc5009cc7b337" - sha256 cellar: :any_skip_relocation, sonoma: "2f7c97b9e681aba53f9f1377322b0b777baa54263cc0e65c6939d87c9e0752cd" - sha256 cellar: :any_skip_relocation, ventura: "2f7c97b9e681aba53f9f1377322b0b777baa54263cc0e65c6939d87c9e0752cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "31607ae6c6d309161732d4dd67a220c1949febfd2f41aa0c1dae82aafbb39203" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a59bd314750a52eee309ceb87b3b735256b72cd9fe82bb8d1ae07a83139f51bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a59bd314750a52eee309ceb87b3b735256b72cd9fe82bb8d1ae07a83139f51bb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a59bd314750a52eee309ceb87b3b735256b72cd9fe82bb8d1ae07a83139f51bb" + sha256 cellar: :any_skip_relocation, sonoma: "1d4126ad0a90dbf4285a56eba5d526695ffdb7666ceb71acdba2c61f0e158d7f" + sha256 cellar: :any_skip_relocation, ventura: "1d4126ad0a90dbf4285a56eba5d526695ffdb7666ceb71acdba2c61f0e158d7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d9f50f5ec13d9ba260fc87715c37a11acabfa794b306e2ed1afdccb342aa5c9" end depends_on "go" => :build From b128c109af65ee7837486506cf52eb6a5aa46613 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:21:23 +0000 Subject: [PATCH 08038/10074] immich-cli: update 2.2.69 bottle. --- Formula/i/immich-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/immich-cli.rb b/Formula/i/immich-cli.rb index 49265908e5907..68a1bd198d18e 100644 --- a/Formula/i/immich-cli.rb +++ b/Formula/i/immich-cli.rb @@ -6,7 +6,7 @@ class ImmichCli < Formula license "AGPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, all: "2d1ebbfb3a8509ce7478397c4fae76be98536bc5d7e18a0379fa495c0d50d28a" + sha256 cellar: :any_skip_relocation, all: "1d98cbc9490ef5875946406ac9c182edcb2515a7788e997587db4285dfa90add" end depends_on "node" From 5b0e0fcaedc658bbf24e72ed1e96c327d373a3cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:21:50 +0000 Subject: [PATCH 08039/10074] ipsw: update 3.1.615 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 78d6437ee94c7..f30927913d307 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3942581309c8d1b13a2a132184dfd43e52253feb8c0a84eb8a7f10117e99a09" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "42d162e2efec4bad38435cf2b8ffd02f567478d0e2ba73cbaff04810f8ad256f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4543d26406703c34853096834647da8bf0128ef1ffeb873773806f0b22f7d44c" - sha256 cellar: :any_skip_relocation, sonoma: "fa9caf412c050439edfea04c8a0750ec17fde56adb2139c79fb2c36825f5cba3" - sha256 cellar: :any_skip_relocation, ventura: "4be315084c45a3f306afbe1db252f227a785c9aa1a0c006a1c999d1c9d50c8f1" - sha256 cellar: :any_skip_relocation, arm64_linux: "9cbd3de68f2113c771d37b801cc104e899ce26b61f20e338a2af4e6fdeae82b2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee847b10adb9322bee05612dc65e0dbd3ea44b069fe05486b5cbc43ed6e1dffe" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b3a210dffb79c7332636a3d0530a1f8f97bce7d36c935984ea546fc2ee7d395" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "739f8213c0791d1bafe582d19ee4904e641facb9d7b572efd64cf0f17b1cd301" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d39f12329829a0e8df3bdc517726d351053803501153ba45fc9de0e6712fea20" + sha256 cellar: :any_skip_relocation, sonoma: "8713b41b370d1cbdf61dc676ba633ae121062ea56f522a77894a3aa9dc6e5bb6" + sha256 cellar: :any_skip_relocation, ventura: "a13350a974ee0f30b7ce79d97ded2417989fbf603a1505fef45ad79a8fc8bad2" + sha256 cellar: :any_skip_relocation, arm64_linux: "fc29364d55770999ead2070133aa9dbe2a6e286b63a02bf7a372426a61759a41" + sha256 cellar: :any_skip_relocation, x86_64_linux: "86e0634e95ecf67ff42e62f016a969bc5a84c286836583a8de39dd11ae80cc69" end depends_on "go" => :build From dc1571a4ebccd5543e727001673da361464c293b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:11:17 +0000 Subject: [PATCH 08040/10074] livekit-cli 2.4.12 --- Formula/l/livekit-cli.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/l/livekit-cli.rb b/Formula/l/livekit-cli.rb index 0f85ce44710ba..ab95f3247ce24 100644 --- a/Formula/l/livekit-cli.rb +++ b/Formula/l/livekit-cli.rb @@ -1,8 +1,8 @@ class LivekitCli < Formula desc "Command-line interface to LiveKit" homepage "https://livekit.io" - url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.4.11.tar.gz" - sha256 "b09134d4cc908c7a7d5aed8e7b46ad016c606b11caf6b9d19ec33a139fac190d" + url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.4.12.tar.gz" + sha256 "9f0c6c6cff2e9293ff346b73ec20c2043c74d0c4c01664b77a94fb783b52ed28" license "Apache-2.0" head "https://github.com/livekit/livekit-cli.git", branch: "main" @@ -17,12 +17,6 @@ class LivekitCli < Formula depends_on "go" => :build - # version patch, upstream pr ref, https://github.com/livekit/livekit-cli/pull/596 - patch do - url "https://github.com/livekit/livekit-cli/commit/8e7e8070891df936b93a9fe2be65d0b3006ec76a.patch?full_index=1" - sha256 "df5c8bb76e062ac7b7102419033ea4f38a4b897db64dfe8fc84acc2023b1682d" - end - def install ldflags = "-s -w" system "go", "build", *std_go_args(ldflags:, output: bin/"lk"), "./cmd/lk" From ae80de500ee8df0d588cb00ce977d688ad762733 Mon Sep 17 00:00:00 2001 From: GitLab CLI Version Bump Bot Date: Thu, 19 Jun 2025 00:18:03 +0000 Subject: [PATCH 08041/10074] glab 1.60.2 --- Formula/g/glab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 459b9caf529f6..228d3754a424b 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -2,8 +2,8 @@ class Glab < Formula desc "Open-source GitLab command-line tool" homepage "https://gitlab.com/gitlab-org/cli" url "https://gitlab.com/gitlab-org/cli.git", - tag: "v1.60.1", - revision: "4f0ea8d59d11489757b986b327441e3c4c91e6a0" + tag: "v1.60.2", + revision: "001b8c4d5b83a7f96fd8dd4280a8f0d5eba5a3b9" license "MIT" head "https://gitlab.com/gitlab-org/cli.git", branch: "main" From e0abfcb05fa4e80d06d8e4a028a03417e17f71b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:18:24 +0000 Subject: [PATCH 08042/10074] livekit-cli: update 2.4.12 bottle. --- Formula/l/livekit-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/livekit-cli.rb b/Formula/l/livekit-cli.rb index ab95f3247ce24..ea9521649bf39 100644 --- a/Formula/l/livekit-cli.rb +++ b/Formula/l/livekit-cli.rb @@ -7,12 +7,12 @@ class LivekitCli < Formula head "https://github.com/livekit/livekit-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d61af9ce23289287ee5a924bc305fec9ab6e4dc89e83636dd46290c70143fef1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "652fd8b337c53edb6b585106e0ac58a8e354e17a4b8a60b99a6a61e057bb98ef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "87dd441e73d594f46579045b7aca9988677a538aacef36b1c122def3af6933b3" - sha256 cellar: :any_skip_relocation, sonoma: "7e6c78937fd9e872ec836cc325b4d45ad111e1173c9ef22a5f83543f820c4a63" - sha256 cellar: :any_skip_relocation, ventura: "b4a789ede296cbf110d38c0975bc10f7138a054998506dc1beacafb27443fd8c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "25a253b9a0a7ad7ffaeba871dfce0a2f3017e16b34446ff54aa4e27361dd1557" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd0340370403dabd0b046e0b3403fe62a23469faf9e7998b96eb419bd64f7cad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c27d470236be06b23be9e3cb1a41e963fa7f837fd34a194ac51d9a3c2c447c8b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b0a39944904896e3e84240ef026dafef9cae566aa4ab58c592e1dc4479b93ea" + sha256 cellar: :any_skip_relocation, sonoma: "c6730fc04d16834f42008b531ae86b6b19b386bc648a04fa199bf19dfd2b5f77" + sha256 cellar: :any_skip_relocation, ventura: "d8a772743c3051d147c2576c2c1e3be51b6e1823da5481d26b7d4524ea4a5cf9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d92058fce4370d1dd31ef84490b4485c9843bd30ecf7da4a471f5ba12594b75" end depends_on "go" => :build From 7366216e8a6d89a61d813520d8ccf1818352def1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:18:51 +0000 Subject: [PATCH 08043/10074] glab: update 1.60.2 bottle. --- Formula/g/glab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index 228d3754a424b..cb31ec5bec070 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -10,13 +10,13 @@ class Glab < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "11aed2cc9f5d9a41a6e44b656c02a8375cc23ae8c1d1919664396b4b42f91b29" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "11aed2cc9f5d9a41a6e44b656c02a8375cc23ae8c1d1919664396b4b42f91b29" - sha256 cellar: :any_skip_relocation, arm64_ventura: "11aed2cc9f5d9a41a6e44b656c02a8375cc23ae8c1d1919664396b4b42f91b29" - sha256 cellar: :any_skip_relocation, sonoma: "0828d326f3ac94daa760eaaa2b89bc954da27698d8062dab5c49b244cf4b64fa" - sha256 cellar: :any_skip_relocation, ventura: "0828d326f3ac94daa760eaaa2b89bc954da27698d8062dab5c49b244cf4b64fa" - sha256 cellar: :any_skip_relocation, arm64_linux: "78ce9db644666894ec6779afb91018f995d8ffbf8fc1644de4b6cc6450123193" - sha256 cellar: :any_skip_relocation, x86_64_linux: "361218cc4a461775b0c4eccdb3f9fe344731744deaf74a4b706758344f871ed0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9623bcd1676199d3b43ef2ffebd67cc4ff5ade9a0f90038bb5b148b09823a0fc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9623bcd1676199d3b43ef2ffebd67cc4ff5ade9a0f90038bb5b148b09823a0fc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9623bcd1676199d3b43ef2ffebd67cc4ff5ade9a0f90038bb5b148b09823a0fc" + sha256 cellar: :any_skip_relocation, sonoma: "21592419029ff4dca6dadef176c60c8648ad3d0c51d0df3316e944259ab27b71" + sha256 cellar: :any_skip_relocation, ventura: "21592419029ff4dca6dadef176c60c8648ad3d0c51d0df3316e944259ab27b71" + sha256 cellar: :any_skip_relocation, arm64_linux: "595623efa6d052cafba32b50548916515e7d09604fc8376162033cc4b717d871" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7fe5b8cd4ebd1ac4a8975b1bc3c895e0925977f0448be82106b9c5de3e9192e2" end depends_on "go" => :build From 8e8953b648567eaa6951230c9760083b73b1d6c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:34:56 +0000 Subject: [PATCH 08044/10074] mesa: update 25.1.4 bottle. --- Formula/m/mesa.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesa.rb b/Formula/m/mesa.rb index cd00dc2e3748e..e75a09a3aab91 100644 --- a/Formula/m/mesa.rb +++ b/Formula/m/mesa.rb @@ -23,13 +23,13 @@ class Mesa < Formula head "https://gitlab.freedesktop.org/mesa/mesa.git", branch: "main" bottle do - sha256 arm64_sequoia: "25a43786f25a951721f4f239ecbdac034ef452ab1d0eeab3310dbbaade9dceee" - sha256 arm64_sonoma: "7b7dbefe2293830585c8f135e140ed31db797cc8aa0aa5d41a28c8d35f712ae8" - sha256 arm64_ventura: "018397552a7884c4f685dfe4f56ec2d409f21bd72f323542b19f2020801599b8" - sha256 sonoma: "1b9e7c285a014162b986a16e6cbee2625d0b5629acd1e1016786d75f54857ca8" - sha256 ventura: "164f247aa653cb9d90cede241e758603eccc7d302c5f9d1dee09d04df6c67fb3" - sha256 arm64_linux: "1ec91c65076383f25c001274ae480040571eff960f0fd03fa53863eb7f67aa7b" - sha256 x86_64_linux: "32d10f3604285d30a1d4dfc7bfa04e2e0b061fba0f6ed62a3f17fe7c1698a047" + sha256 arm64_sequoia: "dd17eef64e27644e9aac783d284ea4a9d7d66e2fcf1153093318c0b8042fdcab" + sha256 arm64_sonoma: "c977906f7217949518a6119838b4455ae83e9f890e82dc19530f176ae366b070" + sha256 arm64_ventura: "bd46eb0d772759f6f7e16d5364a1e15671723a186a5de996fe48b4afd86443ee" + sha256 sonoma: "d09514ac076df5b969e9761bd8e02d608585ee80ca002559266bcfdcd868328f" + sha256 ventura: "fd4f815e74db4d0e155efb001c6f83588ba48cb3201411a8758512b732f457af" + sha256 arm64_linux: "ef4ccf7e27f4b699844f0ad8386126c5fe581bd3d61412294c0e5182c1dca1b0" + sha256 x86_64_linux: "31e0a2e10144ffe0d87687eae9c4e944e932422136aaf22c52577e6dd3c70d5e" end depends_on "bindgen" => :build From aec1fc0362d2eb6bffc7f59216d201d47da46aa4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:36:05 +0000 Subject: [PATCH 08045/10074] hermit 0.44.9 --- Formula/h/hermit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hermit.rb b/Formula/h/hermit.rb index 366beb86b761f..e5d3ed730cbca 100644 --- a/Formula/h/hermit.rb +++ b/Formula/h/hermit.rb @@ -1,8 +1,8 @@ class Hermit < Formula desc "Manages isolated, self-bootstrapping sets of tools in software projects" homepage "https://cashapp.github.io/hermit" - url "https://github.com/cashapp/hermit/archive/refs/tags/v0.44.8.tar.gz" - sha256 "9bc7a4142e0d10cccefbb637e9d3be46b441c8e80614044ab0d8940470b610d4" + url "https://github.com/cashapp/hermit/archive/refs/tags/v0.44.9.tar.gz" + sha256 "d7b04dc42286a77baf990254e853c00575bea9a8cd8982a9bbd96ec6295f008d" license "Apache-2.0" head "https://github.com/cashapp/hermit.git", branch: "master" From 6075c8ee9a1ec46a9eb3a6d27081a73f47b399f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:28:19 +0000 Subject: [PATCH 08046/10074] hermit: update 0.44.9 bottle. --- Formula/h/hermit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hermit.rb b/Formula/h/hermit.rb index e5d3ed730cbca..2445f22065ec5 100644 --- a/Formula/h/hermit.rb +++ b/Formula/h/hermit.rb @@ -7,13 +7,13 @@ class Hermit < Formula head "https://github.com/cashapp/hermit.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b56a205c2ccedf1190954e940fa8eccd675f6a2944e9302b2603344713c5a1ad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ea3e9c3d486fcd9e22923d7b81569a16895bdc400fd22651cb4681fce5d1691" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d6e2e0b2a7fcf04e3d8e0a9c500ac93b7467c3088d94ec56a08570c3b70cce78" - sha256 cellar: :any_skip_relocation, sonoma: "576cc5864a37c0b780e77b6ac7b87837a19eee8108992697c431154eff65bf4d" - sha256 cellar: :any_skip_relocation, ventura: "7b9364cea9afe0265d4526b94a6b9792c7309167ec34136afddd12892474a5e7" - sha256 cellar: :any_skip_relocation, arm64_linux: "6e30f258d750c56d219dd2c21a332721cc23a7daaf042da650210b65405803d4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ded6a6a78f7547f5d75c7f201b20c44d93e14905e598110bc4ec11d97c102f66" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7365e30853d588eb1a14d45f7ea46303dc1739d66402f5efe43958fb64e9c81c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b40617432e4d10498f4dc6d2b037b40e690de624c9dab18760e8a0324db3c512" + sha256 cellar: :any_skip_relocation, arm64_ventura: "79d6e2b4e7cb775dbe85292215e955a3312daf803b93f37923257a4662e63eda" + sha256 cellar: :any_skip_relocation, sonoma: "3f48985100c34f511728513689b2ef8a3e0beec5e13e2e22064ddd45f3778e53" + sha256 cellar: :any_skip_relocation, ventura: "16f9cfcfe5dd6203b9593e3e72e7c5adcb919d52cc483f55bfdfbf44a5e49150" + sha256 cellar: :any_skip_relocation, arm64_linux: "058095239d7aa8af10e5a907456785a7c86baeedd4332c3141bacea4bb537014" + sha256 cellar: :any_skip_relocation, x86_64_linux: "01051ae0b63bdc40585e1e4ca527f7c1a906563f1498bd524eb5dfb7d40e52e8" end depends_on "go" => :build From 52335fad75c884b30359d749ef8c91887428041a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:32:15 +0000 Subject: [PATCH 08047/10074] eask-cli: switch to use npmjs artifact Signed-off-by: Rui Chen --- Formula/e/eask-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eask-cli.rb b/Formula/e/eask-cli.rb index 601e9c7d70dfc..a7118abc0e641 100644 --- a/Formula/e/eask-cli.rb +++ b/Formula/e/eask-cli.rb @@ -1,8 +1,8 @@ class EaskCli < Formula desc "CLI for building, running, testing, and managing your Emacs Lisp dependencies" homepage "https://emacs-eask.github.io/" - url "https://github.com/emacs-eask/cli/archive/refs/tags/0.11.6.tar.gz" - sha256 "66faf98d76e6c6ca9b38f7721ef4aeba251181bc0aef4c692cf6d09a8988c896" + url "https://registry.npmjs.org/@emacs-eask/cli/-/cli-0.11.6.tgz" + sha256 "79b6d030347f2bebeec9e4d88b0743722e8667edcd126ebb9c93178ab4973a0a" license "GPL-3.0-or-later" bottle do From eeb20aa10770b01097f62703802f34949bcd6ca4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:38:43 +0000 Subject: [PATCH 08048/10074] libblastrampoline 5.13.1 libblastrampoline: remove build patch Signed-off-by: Rui Chen --- Formula/lib/libblastrampoline.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Formula/lib/libblastrampoline.rb b/Formula/lib/libblastrampoline.rb index 549d5e60a6eb7..6368bf30422ca 100644 --- a/Formula/lib/libblastrampoline.rb +++ b/Formula/lib/libblastrampoline.rb @@ -1,8 +1,8 @@ class Libblastrampoline < Formula desc "Using PLT trampolines to provide a BLAS and LAPACK demuxing library" homepage "https://github.com/JuliaLinearAlgebra/libblastrampoline" - url "https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/refs/tags/v5.13.0.tar.gz" - sha256 "45a73ab0e112df142d37117cd78a53c5d9b3ffd86a5f151d3103ec2274600364" + url "https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/refs/tags/v5.13.1.tar.gz" + sha256 "6df0eddd846db56b885056641cf02304862411bd0e641d444acf8f4eb2e33327" license all_of: [ "MIT", "BSD-2-Clause-Views", # include/common/f77blas.h @@ -21,13 +21,6 @@ class Libblastrampoline < Formula depends_on "openblas" => :test - # Apply commit from open PR to fix build with Xcode 16+ / LLVM 17+ - # PR ref: https://github.com/JuliaLinearAlgebra/libblastrampoline/pull/148 - patch do - url "https://github.com/JuliaLinearAlgebra/libblastrampoline/commit/c7e71924f47f4d016afe7ef994e30b46080ac918.patch?full_index=1" - sha256 "320360db93fe46e52ee21e8b817752ec3b1717b64a0f33b45617bcc6dfa206ae" - end - def install system "make", "-C", "src", "install", "prefix=#{prefix}" (pkgshare/"test").install "test/dgemm_test/dgemm_test.c" From ec244ae1eb6afc0aeba3f79ae144fa6553abdfad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:53:06 +0000 Subject: [PATCH 08049/10074] vlang 0.4.11 vlang: update vc Signed-off-by: Rui Chen --- Formula/v/vlang.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/v/vlang.rb b/Formula/v/vlang.rb index a9838e1e4d0dc..4e21f821162b9 100644 --- a/Formula/v/vlang.rb +++ b/Formula/v/vlang.rb @@ -2,8 +2,8 @@ class Vlang < Formula desc "V programming language" homepage "https://vlang.io" # NOTE: Keep this in sync with V compiler below when updating - url "https://github.com/vlang/v/archive/refs/tags/0.4.10.tar.gz" - sha256 "72541bab3a2f674dcc51f5147fead5a38b18c47a3705335d9c13aa75a0235849" + url "https://github.com/vlang/v/archive/refs/tags/0.4.11.tar.gz" + sha256 "7662e2977cbc2b3ce7918c0c19c8c0127d1fbf38ffc09edc9cd68187a80b528a" license "MIT" livecheck do @@ -40,8 +40,8 @@ class Vlang < Formula # For every vlang release there is a matching commit of the V compiler in the format # "[v:master] {short SHA of the vlang release commit} - {vlang version number}". # The sources of this V compiler commit need to be used here - url "https://github.com/vlang/vc/archive/66ea39be2275ac723225b9ca99d51ec1212c640d.tar.gz" - sha256 "c3b57600ad8081a525045d9877e245db834655fefdc79d05dcbed385e0ed0a68" + url "https://github.com/vlang/vc/archive/a17f1105aa18b604ed8dac8fa5ca9424362c6e15.tar.gz" + sha256 "90ab6634b4242a39931d2fcd7eabe7d708c8d893970c4db8e3e490242d69e9cb" on_big_sur :or_older do patch do From 0c931b3662a8c3f6c8d7f2de89eeb3ae7dd48637 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Wed, 18 Jun 2025 12:30:36 -0700 Subject: [PATCH 08050/10074] kingfisher 1.9.0 (new formula) Initial public release of MongoDB's Kingfisher application. Blazingly fast secret scanning and validation tool, that can scan files, git repos, github, and gitlab. Announced publicly on the MongoDB blog. --- Formula/k/kingfisher.rb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Formula/k/kingfisher.rb diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb new file mode 100644 index 0000000000000..0ea05d993686a --- /dev/null +++ b/Formula/k/kingfisher.rb @@ -0,0 +1,23 @@ +class Kingfisher < Formula + desc "MongoDB's blazingly fast secret scanning and validation tool" + homepage "https://github.com/mongodb/kingfisher" + url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.9.0.tar.gz" + sha256 "749c5532ee49d9a358e8be9f925abda5589002398fec664bbd54db029af13e88" + license "Apache-2.0" + + depends_on "boost" => :build + depends_on "cmake" => :build + depends_on "pkgconf" => :build + depends_on "rust" => :build + + def install + system "cargo", "install", "--features", "system-alloc", *std_cargo_args + end + + test do + assert_match version.to_s, shell_output("#{bin}/kingfisher --version") + + output = shell_output(bin/"kingfisher scan --git-url https://github.com/homebrew/.github") + assert_match "|Findings....................: 0", output + end +end From b2b4658971f6bfc23316bc95b78ea28c8bf4f139 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 04:11:08 +0000 Subject: [PATCH 08051/10074] kingfisher: add 1.9.0 bottle. --- Formula/k/kingfisher.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index 0ea05d993686a..bca19f7d49161 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -5,6 +5,15 @@ class Kingfisher < Formula sha256 "749c5532ee49d9a358e8be9f925abda5589002398fec664bbd54db029af13e88" license "Apache-2.0" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0eb0cd6fba2e9977739200896b5c28e7cffc15411f857cd92588f9e958d7cb3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d233a59ba04ccf23fec9bfe70941f8a0f4f80540cd8a553ccc39d6b21cc2a577" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6a3ef8a03d5fade6934c8e6d7dcfc9c8ad08cd1c39650fda4a75f45f0d7768a5" + sha256 cellar: :any_skip_relocation, sonoma: "276fbd7389fcf55c5b628cc1fcb92b944d6d54d16274aadc9f5d115c6cc7380c" + sha256 cellar: :any_skip_relocation, ventura: "8c194d7846d281bee9ad974f41e9628d55637bd2f2ede1a157019b0dd3833ceb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b23f276ef14ea3c135027104c67b74d0fe54781d38e82cb49e413f0d08b3e07" + end + depends_on "boost" => :build depends_on "cmake" => :build depends_on "pkgconf" => :build From d84ba357ea080adb34519827cecfd2dc476bba70 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 04:40:58 +0000 Subject: [PATCH 08052/10074] kingfisher: update 1.9.0 bottle. --- Formula/k/kingfisher.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index bca19f7d49161..948d9040ab747 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -11,6 +11,7 @@ class Kingfisher < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "6a3ef8a03d5fade6934c8e6d7dcfc9c8ad08cd1c39650fda4a75f45f0d7768a5" sha256 cellar: :any_skip_relocation, sonoma: "276fbd7389fcf55c5b628cc1fcb92b944d6d54d16274aadc9f5d115c6cc7380c" sha256 cellar: :any_skip_relocation, ventura: "8c194d7846d281bee9ad974f41e9628d55637bd2f2ede1a157019b0dd3833ceb" + sha256 cellar: :any_skip_relocation, arm64_linux: "7ddea66796e4dbfcb952c4fb5dd34663622d68e807ee260a527bb041a0a26c35" sha256 cellar: :any_skip_relocation, x86_64_linux: "3b23f276ef14ea3c135027104c67b74d0fe54781d38e82cb49e413f0d08b3e07" end From 3cfb6dd3b83e80e6eb5c03d45bb0f237b7bacd86 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 04:52:53 +0000 Subject: [PATCH 08053/10074] aerleon 1.10.0 --- Formula/a/aerleon.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/a/aerleon.rb b/Formula/a/aerleon.rb index b9353089d0d39..80636290b085d 100644 --- a/Formula/a/aerleon.rb +++ b/Formula/a/aerleon.rb @@ -3,8 +3,8 @@ class Aerleon < Formula desc "Generate firewall configs for multiple firewall platforms" homepage "https://aerleon.readthedocs.io/en/latest/" - url "https://files.pythonhosted.org/packages/ca/bd/87869c1cb33a2b4d269c6f66056c44453e643925731cb85e6861d1121be8/aerleon-1.9.0.tar.gz" - sha256 "850cd621dda750263db313d4473302b48b82adaaa9220e6fd0677cb7900f95f6" + url "https://files.pythonhosted.org/packages/ff/b1/5d996fe14f8f36597c1bec2d400166f63d5bf09e4af7876f9707c0f7830c/aerleon-1.10.0.tar.gz" + sha256 "e36f2969bdf6c3d2785f68044cdb4007ff171241b7a2dbef0b07b9be212cdcd1" license "Apache-2.0" head "https://github.com/aerleon/aerleon.git", branch: "main" @@ -40,8 +40,8 @@ class Aerleon < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end def install From b23e158fb8efd2a907102785581871da3d1e3cc3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:03:34 +0000 Subject: [PATCH 08054/10074] gotestsum 1.12.3 --- Formula/g/gotestsum.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gotestsum.rb b/Formula/g/gotestsum.rb index 6e8e4cf7e09f9..1b8950521fccb 100644 --- a/Formula/g/gotestsum.rb +++ b/Formula/g/gotestsum.rb @@ -1,8 +1,8 @@ class Gotestsum < Formula desc "Human friendly `go test` runner" homepage "https://github.com/gotestyourself/gotestsum" - url "https://github.com/gotestyourself/gotestsum/archive/refs/tags/v1.12.2.tar.gz" - sha256 "b54036d05128be9e285f5eede74e1070a0267dead3d4e4065f492b7ea39a2353" + url "https://github.com/gotestyourself/gotestsum/archive/refs/tags/v1.12.3.tar.gz" + sha256 "a78487894e411d8c96980b99201f165ba82281b5c20f10762638e0e6b5a75938" license "Apache-2.0" head "https://github.com/gotestyourself/gotestsum.git", branch: "main" From e5bca104c1ec71159c7137b1b0d902fe759bde7f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:13:56 +0000 Subject: [PATCH 08055/10074] vlang: update 0.4.11 bottle. --- Formula/v/vlang.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/v/vlang.rb b/Formula/v/vlang.rb index 4e21f821162b9..9712bad88c541 100644 --- a/Formula/v/vlang.rb +++ b/Formula/v/vlang.rb @@ -12,14 +12,13 @@ class Vlang < Formula end bottle do - rebuild 1 - sha256 arm64_sequoia: "61e324a5cb4f1e5fe36e22feece35f101900884c4ee2e184ed2b560861751a6c" - sha256 arm64_sonoma: "a781eaf96128ae65326af2541ff60e35ec8cd28d1ec6fdb2ed22484102af95d0" - sha256 arm64_ventura: "14224fb4505f57200c0bd125552913b83fcd1274ca3bfb435fc586036b9d77d3" - sha256 cellar: :any, sonoma: "ac31a04a8e221306fad1f9fd4e32bdb11f6788d7d6fbf1bdafc994ae4c79be91" - sha256 cellar: :any, ventura: "9d1829750ac5e28f8820dc46b9f9b025ef7a804613026e0b7848b0c153a89e4c" - sha256 cellar: :any_skip_relocation, arm64_linux: "9decc51a9efe05ef0c3b4026a191328afb77379ea318bdc3b2115c6738543c94" - sha256 cellar: :any_skip_relocation, x86_64_linux: "57484b27ff2dde605916de66bb00e53badeec8f683aa49e81f976b0ceccfee1b" + sha256 arm64_sequoia: "a3735ec7f94637ad3945dbe8012b5d34ba4b0d9472ca0bb53cb5e1eca0a56804" + sha256 arm64_sonoma: "58d3ce79037a28748b8294a454528978fa3b04397f9231683670d4d464f8a21e" + sha256 arm64_ventura: "956b679cce1d653ce24f4011cab9ba824a8d6113c83faa7bb9f357b498307a6b" + sha256 cellar: :any, sonoma: "4fab24a57cc5c1b731544a4bfa95f5e1e1d3605acc9d96e0785e55477013b91b" + sha256 cellar: :any, ventura: "655732a98842655b6e497f2277b7fc51d10028df4b1dd76b091cb6f2a5fb5827" + sha256 cellar: :any_skip_relocation, arm64_linux: "c90268705ef481141e9b2d6ab03640a38e6ef81e91ea8fa51626becf98a3e18e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ca28a45b129f75c9fb0403ede3bdbbe8ecd64037e9da301881b460392c422ff1" end depends_on "bdw-gc" From d557cd2358331de7a4d553ab81b76ca2783e4d04 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:14:27 +0000 Subject: [PATCH 08056/10074] openfast 4.1.0 --- Formula/o/openfast.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openfast.rb b/Formula/o/openfast.rb index c5b025f35d7ad..6f30a11b861c7 100644 --- a/Formula/o/openfast.rb +++ b/Formula/o/openfast.rb @@ -2,8 +2,8 @@ class Openfast < Formula desc "NREL-supported OpenFAST whole-turbine simulation code" homepage "https://openfast.readthedocs.io" url "https://github.com/openfast/openfast.git", - tag: "v4.0.5", - revision: "f4c0b48139479fcfdca10b4dfed6ef86fa1e0d7d" + tag: "v4.1.0", + revision: "8d2470b876a5229f9e4adf0391bda32096ed43b2" license "Apache-2.0" bottle do From 207d7e93c51e975d5eac8cb4c70e9582a584b099 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:15:18 +0000 Subject: [PATCH 08057/10074] oxlint 1.2.0 --- Formula/o/oxlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index f5ad70654e160..3809617f19ea3 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -1,8 +1,8 @@ class Oxlint < Formula desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust" homepage "https://oxc.rs/" - url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.1.0.tar.gz" - sha256 "bee1221b1a03ac20cb7225defd4c513645e58d375133542bf5349ee393931cb8" + url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.2.0.tar.gz" + sha256 "0625ba7fae24d11b534bdeb612f3d23402d201cc7e6537e4e6242b7acd24d726" license "MIT" head "https://github.com/oxc-project/oxc.git", branch: "main" From 830c59952f0ca8927041f544119ae1753edf0cae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:15:50 +0000 Subject: [PATCH 08058/10074] gotestsum: update 1.12.3 bottle. --- Formula/g/gotestsum.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gotestsum.rb b/Formula/g/gotestsum.rb index 1b8950521fccb..012d17db73fd8 100644 --- a/Formula/g/gotestsum.rb +++ b/Formula/g/gotestsum.rb @@ -7,12 +7,12 @@ class Gotestsum < Formula head "https://github.com/gotestyourself/gotestsum.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8b98801b467e6d6a9b1eeeae41eee2abba57d727a4aa2c80ac02067715a5979" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c8b98801b467e6d6a9b1eeeae41eee2abba57d727a4aa2c80ac02067715a5979" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c8b98801b467e6d6a9b1eeeae41eee2abba57d727a4aa2c80ac02067715a5979" - sha256 cellar: :any_skip_relocation, sonoma: "b0abdce26ad91243473e6be948adfe8b7fdf924a7c39fa79dd63fdca4d36f7dc" - sha256 cellar: :any_skip_relocation, ventura: "b0abdce26ad91243473e6be948adfe8b7fdf924a7c39fa79dd63fdca4d36f7dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eb0af3a5b3c0a9bdd33d9495851bedcc4faaa185721a41534154244a10fa9986" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d63c403ac8afa10f24baea91aba258d50d64651d4284ab38c60f8911737b5711" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d63c403ac8afa10f24baea91aba258d50d64651d4284ab38c60f8911737b5711" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d63c403ac8afa10f24baea91aba258d50d64651d4284ab38c60f8911737b5711" + sha256 cellar: :any_skip_relocation, sonoma: "4a11858688db5857259f4b706a90e6687866424c9f8a38a0b21243fc08072378" + sha256 cellar: :any_skip_relocation, ventura: "4a11858688db5857259f4b706a90e6687866424c9f8a38a0b21243fc08072378" + sha256 cellar: :any_skip_relocation, x86_64_linux: "138609040a3f0f13ee397a556134ef4193c3fe32b843b8c84e4e0b41c3aa98fb" end depends_on "go" => [:build, :test] From dd9ef25e91c740584f8e2875f699ceef7713c060 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:16:26 +0000 Subject: [PATCH 08059/10074] pkgconf 2.5.0 --- Formula/p/pkgconf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/pkgconf.rb b/Formula/p/pkgconf.rb index 4e630e2ccf3ef..164d6c3c04f4a 100644 --- a/Formula/p/pkgconf.rb +++ b/Formula/p/pkgconf.rb @@ -1,9 +1,9 @@ class Pkgconf < Formula desc "Package compiler and linker metadata toolkit" homepage "https://github.com/pkgconf/pkgconf" - url "https://distfiles.ariadne.space/pkgconf/pkgconf-2.4.3.tar.xz" - mirror "http://distfiles.ariadne.space/pkgconf/pkgconf-2.4.3.tar.xz" - sha256 "51203d99ed573fa7344bf07ca626f10c7cc094e0846ac4aa0023bd0c83c25a41" + url "https://distfiles.ariadne.space/pkgconf/pkgconf-2.5.0.tar.xz" + mirror "http://distfiles.ariadne.space/pkgconf/pkgconf-2.5.0.tar.xz" + sha256 "9f5f5f2d067b1c668d6cfd662791d8aae3ef06c670125601e39f1156bd3f409f" license "ISC" livecheck do From 21811c5d637f02e15a97f44569b671155cdc5cf5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:18:13 +0000 Subject: [PATCH 08060/10074] qshell 2.16.1 --- Formula/q/qshell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/qshell.rb b/Formula/q/qshell.rb index 6bbda66067b13..70262a98d2eb6 100644 --- a/Formula/q/qshell.rb +++ b/Formula/q/qshell.rb @@ -1,8 +1,8 @@ class Qshell < Formula desc "Shell Tools for Qiniu Cloud" homepage "https://github.com/qiniu/qshell" - url "https://github.com/qiniu/qshell/archive/refs/tags/v2.16.0.tar.gz" - sha256 "f0b9e9bec2e9f07b144d7fd660a60d419da07ae4c1882a7a6f7c5a9a7f969002" + url "https://github.com/qiniu/qshell/archive/refs/tags/v2.16.1.tar.gz" + sha256 "40748fe8f194111e94bc6cc483c71f19c07575133e8d356df06d47d67fa4e8c6" license "MIT" head "https://github.com/qiniu/qshell.git", branch: "master" From fd3c4761177058615af2be2c03a1adcb7b959c0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:19:28 +0000 Subject: [PATCH 08061/10074] rqlite 8.38.1 --- Formula/r/rqlite.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 526d396d3d812..e4bc87631e6d4 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -1,8 +1,8 @@ class Rqlite < Formula desc "Lightweight, distributed relational database built on SQLite" homepage "https://www.rqlite.io/" - url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.38.0.tar.gz" - sha256 "ea455cc813cb438b339489a96d9ca485191eb1ccbe7f52bcda87b80821e486f6" + url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.38.1.tar.gz" + sha256 "0e47a00411b701a9d0c98541b2b772ffaf8ecddb3edfe9903e7473c009dfdf7a" license "MIT" head "https://github.com/rqlite/rqlite.git", branch: "master" From 60df6daa3672e16e99503c773a24e84bc267b5dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:20:48 +0000 Subject: [PATCH 08062/10074] sing-box 1.11.14 --- Formula/s/sing-box.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sing-box.rb b/Formula/s/sing-box.rb index c59770ca67b23..78cd1288ac126 100644 --- a/Formula/s/sing-box.rb +++ b/Formula/s/sing-box.rb @@ -1,8 +1,8 @@ class SingBox < Formula desc "Universal proxy platform" homepage "https://sing-box.sagernet.org" - url "https://github.com/SagerNet/sing-box/archive/refs/tags/v1.11.13.tar.gz" - sha256 "903d61cb1ae3b4782f294e2429ede8c6929d764e61c04331fcc448c28e9adbba" + url "https://github.com/SagerNet/sing-box/archive/refs/tags/v1.11.14.tar.gz" + sha256 "0f68f46f979d9622386939bafa2adba20acf8f371f5c448c69154770c7759717" license "GPL-3.0-or-later" head "https://github.com/SagerNet/sing-box.git", branch: "dev-next" From 9451aea75f61543c9e0b1903a82060675a0280f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:22:35 +0000 Subject: [PATCH 08063/10074] swc 1.12.2 --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 90a8ac3f2ebf1..23a9062fd5f93 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.1.tar.gz" - sha256 "edcda9a9d5d9507289c84e8527a3a2e46012eb193ba012734f6b5f60ea931491" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.2.tar.gz" + sha256 "e5b6364de8bc0924c63b7f25482e904b16d7006a85d5d1f3e353ebd23b99559d" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From 250cc731171fbac1c29940dc0889c63090dedfca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:46:39 +0000 Subject: [PATCH 08064/10074] sing-box: update 1.11.14 bottle. --- Formula/s/sing-box.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sing-box.rb b/Formula/s/sing-box.rb index 78cd1288ac126..2f3248d9f6089 100644 --- a/Formula/s/sing-box.rb +++ b/Formula/s/sing-box.rb @@ -7,12 +7,12 @@ class SingBox < Formula head "https://github.com/SagerNet/sing-box.git", branch: "dev-next" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eee804c3030351aaabda149bfbdae9512ae5b31957a5090cec19806c8dd8252e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "de1d260f71a09370d7e518ae733628e33f3a0ded982b9c18c23638a0c52947e8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c896b1b307eb60d433aa36ffc43e4b8725c1c29ab81cc5b4f11f9b3907fb4040" - sha256 cellar: :any_skip_relocation, sonoma: "2222292e162571348020e6c66681debd83ff721645d1c319bc9a1aea4ef52815" - sha256 cellar: :any_skip_relocation, ventura: "a2e3c23df05276285d3e4735e65a9bc9ce559220a14824727555787f9e095bcd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7795e3be0ba0d4f20a9d5b6263689ac5e8d054ae8f75df78cf27f5ea101aa6fe" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5be9cb9bb5c720ce29ae467da63b9fd650b12d058493fd78a95c7bfd86de4745" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "62af042853a97ee1c5fcdd0166b96198f3071531283147df062280feb325541f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7bf102594aff1435b52cbe7311c3e03e4f733b33a44cdeeee3feb2e4404ba7ed" + sha256 cellar: :any_skip_relocation, sonoma: "6c2b35d6f88d34ca7a81af9797a068a3acf0f83f8278dd4945079baaeb08f883" + sha256 cellar: :any_skip_relocation, ventura: "312b010757c579b2f7d8035ce8c00e7a508b90263a4593c59571e8d3bd889124" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7f1d6c90a3c1ce2dd0864ce177b4151a60e0353bca21acffae703961423714e1" end depends_on "go" => :build From 037f01070c446727f5f06531101a7a748ad92bd3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:47:27 +0000 Subject: [PATCH 08065/10074] qshell: update 2.16.1 bottle. --- Formula/q/qshell.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/q/qshell.rb b/Formula/q/qshell.rb index 70262a98d2eb6..6e6acefe06cbd 100644 --- a/Formula/q/qshell.rb +++ b/Formula/q/qshell.rb @@ -7,13 +7,12 @@ class Qshell < Formula head "https://github.com/qiniu/qshell.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "54e0895a04e25a5389bf6581c15655c9c494752ffd0633ec34ed5f387343284f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "73ff629197d9611911b20554fc6d8facdf740ec4349509e77eaf8b4b7fb99af9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fafa0f83b863d64973e22fe5a4e16567874938e51024be431ffc64701f740f5b" - sha256 cellar: :any_skip_relocation, sonoma: "3c4ca827c917019ca343b5a50eb83023ce09ddd04967a9296e4a5fd9f303e0c4" - sha256 cellar: :any_skip_relocation, ventura: "e445640b9b3068b67019755a83247d9650527bdf6282e2535b93d6ff612ffa54" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5149b877deb02d7f1ac5559d7d6b98c247208ffc30d3b84c14228261945caa90" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d40bdded5fa597ae35519b8c1d130d9fdd2ba831b8b7607ca3c892a4d98df63a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d40bdded5fa597ae35519b8c1d130d9fdd2ba831b8b7607ca3c892a4d98df63a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d40bdded5fa597ae35519b8c1d130d9fdd2ba831b8b7607ca3c892a4d98df63a" + sha256 cellar: :any_skip_relocation, sonoma: "fb202dbbeefd821950a549a7bfa5f60e90ff33795752d426ed063f98fe2242a9" + sha256 cellar: :any_skip_relocation, ventura: "fb202dbbeefd821950a549a7bfa5f60e90ff33795752d426ed063f98fe2242a9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e7c7b373ea3d5ca50d4e48d844aebece5ea22a4d959a02833822e1a14915d17c" end depends_on "go" => :build From 15ba389d0e7ca47803cff4b270e0065f3ebdb0a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:48:09 +0000 Subject: [PATCH 08066/10074] rqlite: update 8.38.1 bottle. --- Formula/r/rqlite.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index e4bc87631e6d4..f4da1191dbc6f 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -7,12 +7,12 @@ class Rqlite < Formula head "https://github.com/rqlite/rqlite.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aecad2297d27959987dba5ade6dc097e46a2bdbfc82287a98def683048834453" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "501eb08f130da93ed507671c70dad6cc6a1cd55485ef5b9905121d756263adf1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "518153b2d3768eadf88a8cf8e40d677ba87529ea9c66719201a8c51e28dc0250" - sha256 cellar: :any_skip_relocation, sonoma: "399abb8e207437398981f3e1072e724044af6b4107647923cbea342a46d588b6" - sha256 cellar: :any_skip_relocation, ventura: "8a51f53cb5d0c9ed724933894a219b5f1161ad93b8b1ebbf84946530611ead2b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "093bef068207780213279c404a53003898afface80535ceaa36724aa537f993e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "28a2d8c8b8f52e444eae39c446b61f764fa154b114681234ee132cd849278ab1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f94f7650f3922c1bacc97aa5f81cf27165924d6d0f9f0cd08a446371bc9a3c8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "be6d909be66b376368679c8b40761d2e008abf257f130d0f31de1771279f8cbf" + sha256 cellar: :any_skip_relocation, sonoma: "0d6c95cb3e778da35780c417b72c307f7bbc72639766020d3dcccbf4fcefff95" + sha256 cellar: :any_skip_relocation, ventura: "47affc6fd0da4279ae750a6c749f55d332109d298f651ca27dedecca471b368c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67c7eb1942917c98b1e4f82283078d120f8e3801774e1dce9d9cb9bd640ca1a9" end depends_on "go" => :build From 95a3d09036fd688c9adfd67b23c997e6780eeeff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:48:29 +0000 Subject: [PATCH 08067/10074] oxlint: update 1.2.0 bottle. --- Formula/o/oxlint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 3809617f19ea3..19af7edb9ac37 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -12,13 +12,13 @@ class Oxlint < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4dc6f91e8c96ad5058714b7cf802bd88d3d3442bb071466f6dbf7728001e992" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "69ca54f7eb3c9e5dbf2962504483b6c388069ef1974489a9190fff284182a7e5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "297b62f17cfa4fd881c52409d4b57fb049c53d3b418862e68c1348f2b73bbc17" - sha256 cellar: :any_skip_relocation, sonoma: "cb0a53d02e19f8edadbd577fe4dcc2edeaa10ad89422b82e4e04b1d58c5dc473" - sha256 cellar: :any_skip_relocation, ventura: "a0f5db2ae9f7e264e82095e3bdf8cdaa353b0f7c01566f242aff78bd043a8cce" - sha256 cellar: :any_skip_relocation, arm64_linux: "59f2b401b276ef5c5ba756c8f057e01c50ad02bbc1f9e29aab5895aaf72e1d91" - sha256 cellar: :any_skip_relocation, x86_64_linux: "75d65ba9816e3e658b4d8666bdbd6944a5ba1cd30770a4682ee1df48144b1a12" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "01573d2dce3e12de45b105c8fb43b639a699c263f8e9b5d593f33d6023940f1a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "03e27b8fb529cf8100dee714fd652a248fce2093565fb8b03406df1a8822bd00" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5618470842f94a407535476742cb672a82642d0d230f89545cd2e2104c781d41" + sha256 cellar: :any_skip_relocation, sonoma: "5a03ccf73235f1f59edcb13624e4a2b14cde52e1ab946348f49b7d518d34bbd7" + sha256 cellar: :any_skip_relocation, ventura: "c1689d7fbf010d6fafd91e936afa9b074a245d48d7c50aa90a25df1e51671bbd" + sha256 cellar: :any_skip_relocation, arm64_linux: "d5a18a8e9d5c4b0ac9b83bf5780ee3ad724f4853a1a53c5b30de6a96bb5d728f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2a78d8d0d3b6be1dc33d8aa0283bc1fafe62f566308a9736d77ccdc97950820f" end depends_on "rust" => :build From d41c53aa30794358e709fc05d6ae48a6403db633 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:48:55 +0000 Subject: [PATCH 08068/10074] aerleon: update 1.10.0 bottle. --- Formula/a/aerleon.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/a/aerleon.rb b/Formula/a/aerleon.rb index 80636290b085d..5ad509f9711ef 100644 --- a/Formula/a/aerleon.rb +++ b/Formula/a/aerleon.rb @@ -9,14 +9,13 @@ class Aerleon < Formula head "https://github.com/aerleon/aerleon.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "389212deb7cf910a91832ac58ed041b870a18c871de006e282b257447cb21842" - sha256 cellar: :any, arm64_sonoma: "5b9ba1c8e6fa33c3bec7ecf9ef3b41a0ec4491fe6b2b09b8f1d9fc221134b2bd" - sha256 cellar: :any, arm64_ventura: "6ab075ded353df9f5208e34509754c9859d5da633be8a3f81874394dfd690727" - sha256 cellar: :any, sonoma: "028b7db26b68aa61e4ec40bb436f57ee24f7b12e22d3ebd73dd36797052e2f48" - sha256 cellar: :any, ventura: "05c7771b35e78f9e4d9bfd64259ac0436499e8a625f7fafc17f57aa135139304" - sha256 cellar: :any_skip_relocation, arm64_linux: "614d39a66e33e98f5cbf88981d40e3eb81530b39af63c15f5875c7aeafc7272d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "36eea78c33c7e127e0111415873ff23e282a1c25218a3ed4522901f67017de37" + sha256 cellar: :any, arm64_sequoia: "9a0ce912cd094bb361a61ad6e74ed7c19588c07a2bbf30e976bc1924dc013a41" + sha256 cellar: :any, arm64_sonoma: "40c9f1fa8de67228d7e21c15377c4f6bf6d2718fb91baf9132e171090c1b9502" + sha256 cellar: :any, arm64_ventura: "aba5f9c3d128f254ffcda39e935c7f28a0c36ae64b5d54ffd73cc1783e4a5cc5" + sha256 cellar: :any, sonoma: "09f5bf01a88afa1ef1592079f6f93e80035233d5bfb0677c6f7e20d6171bac68" + sha256 cellar: :any, ventura: "b7a17da4ed5ae27d30d3d3a9107e3f343a9e740ec3f807d22fedeb7d90d548d7" + sha256 cellar: :any_skip_relocation, arm64_linux: "b9406804bd917c6d2af99909f2eab61bfc38e101fe32f4334c8fb447c972f580" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4107ba183dc15fc6c92b31f22de1542d6564f6196a7be214fa13ff2b9b99ba5d" end depends_on "libyaml" From 69b7e1068f9ae5bf3a5e24ccdc2abe7b12cc4f24 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:49:41 +0000 Subject: [PATCH 08069/10074] libblastrampoline: update 5.13.1 bottle. --- Formula/lib/libblastrampoline.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libblastrampoline.rb b/Formula/lib/libblastrampoline.rb index 6368bf30422ca..38c0ab266fbdb 100644 --- a/Formula/lib/libblastrampoline.rb +++ b/Formula/lib/libblastrampoline.rb @@ -10,13 +10,13 @@ class Libblastrampoline < Formula ] bottle do - sha256 cellar: :any, arm64_sequoia: "43ccaf3f8b60d62df19f7aa6cb2147524dbcad2b743391629e8afcc807e2ed08" - sha256 cellar: :any, arm64_sonoma: "e17e7d1aafc744c300df2543e2f7791f659feb4bcc191a869145617e799bf94f" - sha256 cellar: :any, arm64_ventura: "9817ded0c469cc89c533e77acaff0312c8cf43505225b4c38103121dbfd29b52" - sha256 cellar: :any, sonoma: "6d059e97c5c3ee668c153b304162f053ff46e30557beaac3204950d07e17984b" - sha256 cellar: :any, ventura: "7358510d10d8ec9e53496fe0e74a8197db0c7dfeaa6b2346f56a53fb6587c42f" - sha256 cellar: :any_skip_relocation, arm64_linux: "97935472f38aa55f201b5fb5065dd432f6f7efe15b1dc08159d37d9446186db6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0b68aeb24b65b535907b939721660d166275cd14046758f77853518e7b513510" + sha256 cellar: :any, arm64_sequoia: "03497a53d3183dacd6edf1e39d73fe59947cd136255401fcffe25dce61a7139d" + sha256 cellar: :any, arm64_sonoma: "10f49ac34d432fa76c15b21a87bf2947fe4ec8d24cf9f4acbef1673a4d4fa967" + sha256 cellar: :any, arm64_ventura: "8a622b45cbe58c6d30bc9fdcb5d501d05b96893351982837fa9b587cb3892597" + sha256 cellar: :any, sonoma: "fe04097067b8f9839216a297cc3cacec98acce820c1a816e4fc9d79ce36bf212" + sha256 cellar: :any, ventura: "0ae48fe3914b9b2ffc998a360d40b9bdd7fe40f40408be4cf27250fdb8e319c6" + sha256 cellar: :any_skip_relocation, arm64_linux: "a443a4792ca5ac36b046b8235e0f0dcf2967097ff404302894cb489850fd0f6a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ae117c4ef95be2554f313e0bbeeea3e02a4c1f3793051afe8a0a5a457114886" end depends_on "openblas" => :test From 73651a3582bda8bded136c7c94732453d7ce22d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:53:03 +0000 Subject: [PATCH 08070/10074] swc: update 1.12.2 bottle. --- Formula/s/swc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 23a9062fd5f93..77d3322815b4f 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,13 +12,13 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e80bb5ccf03f374aad3e4e312ee89a5d1aa4aca331602b250f619544924f226c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "23b3bbd50d9c130aed5d1d0ca469bef2bcbc40bee9e76d24f8d8ac3ba6054d17" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aa4f6426f46cdebf81961d9651d0b30add7c0bf889ce1aaf5187cf5d69a61a78" - sha256 cellar: :any_skip_relocation, sonoma: "84db4decdade0552467feb4fb04f588d3c8b77cde11df68919cd1d4732108563" - sha256 cellar: :any_skip_relocation, ventura: "f7b5890f0dd4d0ed9c7cb1b79e10e3d31001c03bda91539e5703dfbca88b1d26" - sha256 cellar: :any_skip_relocation, arm64_linux: "1130f5399021216220c9a59fbc9cec8f32bad5a5ef93bd004a05a74e4dc290aa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c0087f4ab7bf6638731d07ba3b5eafc7011f68939bbf7fd71d247e6b1422ecd0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bbf84fcd27f158f0669f46e0f5b0851d4b44a712a08a37490ae2ac61219d5ac7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "266b79e4e9a3a690c7f8f09cbe698e5f756b74e69511587c517c6dccde09fc69" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ef35a93a433e5029532faeb69206cc8fbff93a38fdb0b036b7e595e1d4af39e4" + sha256 cellar: :any_skip_relocation, sonoma: "76241852b49384fbf1834b5fca99ea8fd92c750b666a32b8aedb397b6eb8e72e" + sha256 cellar: :any_skip_relocation, ventura: "b0841639838f4adbb927a3be74dd96aaa940ff68321833f363621e6f4784625c" + sha256 cellar: :any_skip_relocation, arm64_linux: "201e638d8f4c250be120cdc1abef7abafe01efbd69a6323c8911ea0a030bbcd1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e985064eff48432dc782292020aabed21f69ce7d6593ca6fe9c1a1adcb005c0a" end depends_on "rust" => :build From 9ada0131508a2f4ba6ad38e8f356c91ae1e78ea7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 07:49:14 +0000 Subject: [PATCH 08071/10074] ansible-lint 25.6.1 --- Formula/a/ansible-lint.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/a/ansible-lint.rb b/Formula/a/ansible-lint.rb index 80d5e758137b0..9d3bc703928de 100644 --- a/Formula/a/ansible-lint.rb +++ b/Formula/a/ansible-lint.rb @@ -3,8 +3,8 @@ class AnsibleLint < Formula desc "Checks ansible playbooks for practices and behaviour" homepage "https://ansible-lint.readthedocs.io/" - url "https://files.pythonhosted.org/packages/6e/8b/0832dda85d1a156a110a3ed1935381d88b4e3d50f80a569774e35c587f15/ansible_lint-25.6.0.tar.gz" - sha256 "7040afaa315ff3e035980d67653fda36d9a274e8c633ac3056908e5cdc10772e" + url "https://files.pythonhosted.org/packages/5c/27/f04e69b710efbfde20cfdcdb8eec3b3b1d4b6d480a80afa803386304e829/ansible_lint-25.6.1.tar.gz" + sha256 "6a1dd2b7a9f3f202c9e92a6c80296ff33ca863348c3acf978f80fb0d4536dce4" license all_of: ["MIT", "GPL-3.0-or-later"] bottle do @@ -25,8 +25,8 @@ class AnsibleLint < Formula depends_on "python@3.13" resource "ansible-compat" do - url "https://files.pythonhosted.org/packages/30/66/5ab513ccbc8a5820056ee06eab293591a3ed0908eff47e7d3447a4280e20/ansible_compat-25.5.0.tar.gz" - sha256 "0b71052313596e128d2bf60166a1d2ac41c6d140a0ca97d56b878e3c23bfce42" + url "https://files.pythonhosted.org/packages/e4/44/2ef17ed44841f6144ab7802d52227d7096b98ab24dcdda90491ab90182c6/ansible_compat-25.6.0.tar.gz" + sha256 "c2b4bfeca6383b2047b2e1dea473cec4f1f9f2dd59beef71d6c47f632eaf97c9" end resource "ansible-core" do From 80608027d8efdbb99d502ff2f1c972b0f5ff3ed2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 07:52:23 +0000 Subject: [PATCH 08072/10074] cdk8s 2.200.105 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 6ea83f055a5ec..f4924958a4322 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.104.tgz" - sha256 "1d5233238d09bff6b54432afe3bf654f31dae3c031d9f80b31ae0ffb4375ca85" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.105.tgz" + sha256 "98fdba0682761b4bc3d09882f46b359e605acd096b1262c5600b6825f7f9b8c3" license "Apache-2.0" bottle do From 78742662298aa8668970c2c4136c2d60cc4c259c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 07:55:06 +0000 Subject: [PATCH 08073/10074] dbml-cli 3.13.6 --- Formula/d/dbml-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dbml-cli.rb b/Formula/d/dbml-cli.rb index a7b7240844e75..eef050d7eae8b 100644 --- a/Formula/d/dbml-cli.rb +++ b/Formula/d/dbml-cli.rb @@ -1,8 +1,8 @@ class DbmlCli < Formula desc "Convert DBML file to SQL and vice versa" homepage "https://www.dbml.org/cli/" - url "https://registry.npmjs.org/@dbml/cli/-/cli-3.13.5.tgz" - sha256 "d981fa4e82ce33b140f1efa2e057f12dca83d25774b58dc5ed2ed92fb9ba2569" + url "https://registry.npmjs.org/@dbml/cli/-/cli-3.13.6.tgz" + sha256 "e06a2a912fff560fb66f92c78c010b1c050645b03f9cc2cb2508d954a3c68692" license "Apache-2.0" bottle do From 821fe691ce620a0bf0a6cf9363a303a291919ab6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 07:57:35 +0000 Subject: [PATCH 08074/10074] fedify 1.6.2 --- Formula/f/fedify.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fedify.rb b/Formula/f/fedify.rb index c46e9e1b66729..9e968329fd7bc 100644 --- a/Formula/f/fedify.rb +++ b/Formula/f/fedify.rb @@ -1,8 +1,8 @@ class Fedify < Formula desc "CLI toolchain for Fedify" homepage "https://fedify.dev/cli" - url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.6.1.tar.gz" - sha256 "3c67d0d0129062a035adce56f71aaa127e926b62f7aff599c39b785d6c5e9ff8" + url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.6.2.tar.gz" + sha256 "15b0350388a8d20187edd23e8aa3ffd581152a178b422459d90ad2bdefb13f64" license "MIT" head "https://github.com/fedify-dev/fedify.git", branch: "main" From 4c37e94253fcba9fd02cbdbcc84a049eead0a14f Mon Sep 17 00:00:00 2001 From: Anka Date: Thu, 19 Jun 2025 07:58:24 +0000 Subject: [PATCH 08075/10074] vespa-cli 8.536.21 --- Formula/v/vespa-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vespa-cli.rb b/Formula/v/vespa-cli.rb index b2d72ce8536a5..94c1d781d7419 100644 --- a/Formula/v/vespa-cli.rb +++ b/Formula/v/vespa-cli.rb @@ -1,8 +1,8 @@ class VespaCli < Formula desc "Command-line tool for Vespa.ai" homepage "https://vespa.ai" - url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.533.16.tar.gz" - sha256 "1fab196f5bb78bc121994530ca32ad061329d55231c709eeca446f6880d43f68" + url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.536.21.tar.gz" + sha256 "c7402f9dade42cf63d236c28e491e56cc8264aec9118c39f3645bd8f962d10dd" license "Apache-2.0" livecheck do From b994db08466424fa1a5a870f40acb0ff2543931f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:01:30 +0000 Subject: [PATCH 08076/10074] ipsw 3.1.616 --- Formula/i/ipsw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index f30927913d307..06e7a6bb97ca3 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.615.tar.gz" - sha256 "5a99f18d49f45b142a224dfdbf79e0793adf062cf1b9a16885067f300ca422d0" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.616.tar.gz" + sha256 "9d79fa220ecc91b08d4d6ee169c175a7a3d9de0b2056ab0efc45de9be0c0991f" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" From b5a6a681a0b64a5345cb66440e74322ece8837c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:01:51 +0000 Subject: [PATCH 08077/10074] jackett 0.22.2029 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 721d4808b6188..95faa5369f19c 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2026.tar.gz" - sha256 "1fcdd22f6cca08feb3af93ac6a69f49918b7be08c958b6bfeacad5353b62d32e" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2029.tar.gz" + sha256 "94ba4bb5cfbb02bd654c7b8ae9381769c7d71128419a4058233fa254d2d6fadc" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From a243ac864ae6efa68eae84b233a0e772d4eae6bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:03:14 +0000 Subject: [PATCH 08078/10074] kyverno 1.14.3 --- Formula/k/kyverno.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kyverno.rb b/Formula/k/kyverno.rb index 7d5256a562f71..92ca32ea4f88a 100644 --- a/Formula/k/kyverno.rb +++ b/Formula/k/kyverno.rb @@ -1,8 +1,8 @@ class Kyverno < Formula desc "Kubernetes Native Policy Management" homepage "https://kyverno.io/" - url "https://github.com/kyverno/kyverno/archive/refs/tags/v1.14.2.tar.gz" - sha256 "23107c7ff59919e60d8d2b2fad2e7f486c2862237c998d726916a90a548709ec" + url "https://github.com/kyverno/kyverno/archive/refs/tags/v1.14.3.tar.gz" + sha256 "bfde9fd9943719b94bf86d625a0de89163fcf7b83a2af38b76938671b6b59cec" license "Apache-2.0" head "https://github.com/kyverno/kyverno.git", branch: "main" From 9c3149c4c3405e7e79233d344755f7f96ba53236 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:05:23 +0000 Subject: [PATCH 08079/10074] limbo 0.0.22 --- Formula/l/limbo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/limbo.rb b/Formula/l/limbo.rb index a660044f73324..9299fb74b7659 100644 --- a/Formula/l/limbo.rb +++ b/Formula/l/limbo.rb @@ -1,8 +1,8 @@ class Limbo < Formula desc "Interactive SQL shell for Limbo" homepage "https://github.com/tursodatabase/limbo" - url "https://github.com/tursodatabase/limbo/archive/refs/tags/v0.0.21.tar.gz" - sha256 "f90fce1586897e9b1d6bb92350834e9a079b60ccbb4f069acfb1b5bdd0781974" + url "https://github.com/tursodatabase/limbo/archive/refs/tags/v0.0.22.tar.gz" + sha256 "e065f4c0ed0f257be3de956dec8227b3c5aa6b660e953c0673334c46f52c90d3" license "MIT" head "https://github.com/tursodatabase/limbo.git", branch: "main" From 3579cb61ead211fc28d6e4d9f65744de09851bef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:08:58 +0000 Subject: [PATCH 08080/10074] abi3audit: bump python resources --- Formula/a/abi3audit.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/a/abi3audit.rb b/Formula/a/abi3audit.rb index a76f05637c1fc..ee533cdf80fbd 100644 --- a/Formula/a/abi3audit.rb +++ b/Formula/a/abi3audit.rb @@ -6,7 +6,7 @@ class Abi3audit < Formula url "https://files.pythonhosted.org/packages/df/83/c2ba9ad764c3f432651ce396468b99995fb3fe97c29f7549d1c3cfb05112/abi3audit-0.0.21.tar.gz" sha256 "78f6155dfcf089657764bf194ddeac987111a5648eba54fcd6b486968db4d3fa" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "45ce7434dde77dbdd1160b08b01232887574ece25942c963e1a3d4568ae1f3b8" @@ -42,8 +42,8 @@ class Abi3audit < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -122,8 +122,8 @@ class Abi3audit < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 1c22880b9437560faa0f9c62f2af36c053e62e19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:09:24 +0000 Subject: [PATCH 08081/10074] airshare: bump python resources --- Formula/a/airshare.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/a/airshare.rb b/Formula/a/airshare.rb index 420b2f97bd0ec..cc4531f1dc8ee 100644 --- a/Formula/a/airshare.rb +++ b/Formula/a/airshare.rb @@ -6,7 +6,7 @@ class Airshare < Formula url "https://files.pythonhosted.org/packages/cb/a2/d59c18cd6a143bf860c29acb70552b7351fd7e0f56213be86b624601106b/Airshare-0.1.6.tar.gz" sha256 "138976933bcf2c0bc99f18901242544919e9fafe43735b4f83b19d4ae5964be7" license "MIT" - revision 16 + revision 17 no_autobump! because: :requires_manual_review @@ -28,8 +28,8 @@ class Airshare < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiosignal" do @@ -48,8 +48,8 @@ class Airshare < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -88,8 +88,8 @@ class Airshare < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "propcache" do @@ -123,8 +123,8 @@ class Airshare < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "yarl" do From 5e23630682bfd939e551333c2f904b1bd8202fab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:09:27 +0000 Subject: [PATCH 08082/10074] cdk8s: update 2.200.105 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index f4924958a4322..e779695fa3e6f 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" - sha256 cellar: :any_skip_relocation, sonoma: "def6b962345a08e7a5150575489830117e9c88f7c82deb8fba4dacd004462769" - sha256 cellar: :any_skip_relocation, ventura: "def6b962345a08e7a5150575489830117e9c88f7c82deb8fba4dacd004462769" - sha256 cellar: :any_skip_relocation, arm64_linux: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" + sha256 cellar: :any_skip_relocation, arm64_ventura: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" + sha256 cellar: :any_skip_relocation, sonoma: "2348c872f6c30b95d14ed61ad00581a8ed30e037374f60d304afa8e9f0c7c64e" + sha256 cellar: :any_skip_relocation, ventura: "2348c872f6c30b95d14ed61ad00581a8ed30e037374f60d304afa8e9f0c7c64e" + sha256 cellar: :any_skip_relocation, arm64_linux: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" end depends_on "node" From 42d68f42824964d999a527487eda53dcbb85b542 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:09:29 +0000 Subject: [PATCH 08083/10074] aiven-client: bump python resources --- Formula/a/aiven-client.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/a/aiven-client.rb b/Formula/a/aiven-client.rb index b6ff6afc869bc..48e6c46ec3f76 100644 --- a/Formula/a/aiven-client.rb +++ b/Formula/a/aiven-client.rb @@ -6,6 +6,7 @@ class AivenClient < Formula url "https://files.pythonhosted.org/packages/a0/62/55a75ab81c5d030ad45cf66ad35545abf907bab5608be234e6bb1c3fa1d6/aiven_client-4.7.3.tar.gz" sha256 "ec823cb3b5065417c6b4875c9c42f1810cad265f941974d618d602698647d29f" license "Apache-2.0" + revision 1 head "https://github.com/aiven/aiven-client.git", branch: "main" bottle do @@ -36,8 +37,8 @@ class AivenClient < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 0794b7011ab55878c0b15113abb3021a9adcfd47 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:10:24 +0000 Subject: [PATCH 08084/10074] apprise: bump python resources --- Formula/a/apprise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/apprise.rb b/Formula/a/apprise.rb index ef2836a86f711..b7077606cd63b 100644 --- a/Formula/a/apprise.rb +++ b/Formula/a/apprise.rb @@ -6,7 +6,7 @@ class Apprise < Formula url "https://files.pythonhosted.org/packages/f8/1e/fe19c88c3e1ff96f4ea757bae9f6350060ac28be523507053347aa5d67db/apprise-1.9.3.tar.gz" sha256 "f583667ea35b8899cd46318c6cb26f0faf6a4605b119174c2523a012590c65a6" license "BSD-3-Clause" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "efca83e33402cd9c97a47bc12239af471f75226c7e607d9cf9f545dc142469e8" @@ -38,13 +38,13 @@ class Apprise < Formula end resource "markdown" do - url "https://files.pythonhosted.org/packages/2f/15/222b423b0b88689c266d9eac4e61396fe2cc53464459d6a37618ac863b24/markdown-3.8.tar.gz" - sha256 "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" + url "https://files.pythonhosted.org/packages/db/7c/0738e5ff0adccd0b4e02c66d0446c03a3c557e02bb49b7c263d7ab56c57d/markdown-3.8.1.tar.gz" + sha256 "a2e2f01cead4828ee74ecca9623045f62216aef2212a7685d6eb9163f590b8c1" end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" + sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" end resource "pyyaml" do @@ -63,8 +63,8 @@ class Apprise < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 6e25edae850266488a8f41c1c0f197ca97a0c592 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:10:32 +0000 Subject: [PATCH 08085/10074] aqtinstall: bump python resources --- Formula/a/aqtinstall.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/a/aqtinstall.rb b/Formula/a/aqtinstall.rb index 88687f535ecfc..2ee67a2e1982f 100644 --- a/Formula/a/aqtinstall.rb +++ b/Formula/a/aqtinstall.rb @@ -6,7 +6,7 @@ class Aqtinstall < Formula url "https://files.pythonhosted.org/packages/76/19/24a588de6c25d43169d172dab47e63a63cd0d8f90e98cf86487acbf00ac7/aqtinstall-3.3.0.tar.gz" sha256 "9c7d85fbe7258be2d7d23fda33f8aff2e8b7536817255eaeaaf4226da8546a31" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "1800c98a44ca9f747a7cf2ce8e02ac2d59ce2942bf6af9ccf64a295061eee450" @@ -36,8 +36,8 @@ class Aqtinstall < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -131,8 +131,8 @@ class Aqtinstall < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 7638b1e69bda2e73cfab1d16c866af052ef45670 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:10:39 +0000 Subject: [PATCH 08086/10074] arjun: bump python resources --- Formula/a/arjun.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/a/arjun.rb b/Formula/a/arjun.rb index 480e4c9d45638..ea12b4fb2c02c 100644 --- a/Formula/a/arjun.rb +++ b/Formula/a/arjun.rb @@ -6,7 +6,7 @@ class Arjun < Formula url "https://files.pythonhosted.org/packages/04/22/c5b969720d2802de2248c2aac0414ee5ae234887cfe150564d591c73fb23/arjun-2.2.7.tar.gz" sha256 "b193cdaf97bf7b0e8cd91a41da778639e01fd9738d5f666a8161377f475ce72e" license "AGPL-3.0-only" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, all: "ea8658d86433b47effde30e4b32de75562122a4e5641af87362c2279d032ffb5" @@ -45,8 +45,8 @@ def python3 end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 2def587369c0b243fc2d05c6ae15aee9c5434017 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:10:46 +0000 Subject: [PATCH 08087/10074] athenacli: bump python resources --- Formula/a/athenacli.rb | 46 +++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Formula/a/athenacli.rb b/Formula/a/athenacli.rb index 7be5f05890122..783e64669a860 100644 --- a/Formula/a/athenacli.rb +++ b/Formula/a/athenacli.rb @@ -6,7 +6,7 @@ class Athenacli < Formula url "https://files.pythonhosted.org/packages/38/1a/d9cd6c68a4a1cd2ce779b163f8cec390ae82c684caa920d0360094886b1f/athenacli-1.6.8.tar.gz" sha256 "c7733433f2795d250e3c23b134136fea571ea9868c15f424875cd194eaeb7246" license "BSD-3-Clause" - revision 6 + revision 7 no_autobump! because: :requires_manual_review @@ -18,23 +18,23 @@ class Athenacli < Formula depends_on "python@3.13" resource "boto3" do - url "https://files.pythonhosted.org/packages/80/8b/31845869fb935b93d1f1a846d2a8e13dc91af4cf03ba701e2068c08b99af/boto3-1.35.37.tar.gz" - sha256 "470d981583885859fed2fd1c185eeb01cc03e60272d499bafe41b12625b158c8" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/57/a4/bc96ba621c869f723ce4cb4dadb53fdbb821d64ef1146f0749098ef342cf/botocore-1.35.37.tar.gz" - sha256 "b2b4d29bafd95b698344f2f0577bb67064adbf1735d8a0e3c7473daa59c23ba6" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "cli-helpers" do - url "https://files.pythonhosted.org/packages/ab/de/79529bd31c1664415d9554c0c5029f2137afe9808f35637bbcca977d9022/cli_helpers-2.3.1.tar.gz" - sha256 "b82a8983ceee21f180e6fd0ddb7ca8dae43c40e920951e3817f996ab204dae6a" + url "https://files.pythonhosted.org/packages/f9/7c/3344a9b856b9582df36c7a525f5710294f349499d16dcbf343453f70bdb8/cli_helpers-2.4.0.tar.gz" + sha256 "55903b705a212a473731db20fa26f58655e354078b99cb13c99ec06940287a4d" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "configobj" do @@ -43,8 +43,8 @@ class Athenacli < Formula end resource "fsspec" do - url "https://files.pythonhosted.org/packages/62/7c/12b0943011daaaa9c35c2a2e22e5eb929ac90002f08f1259d69aedad84de/fsspec-2024.9.0.tar.gz" - sha256 "4b0afb90c2f21832df142f292649035d80b421f60a9e1c027802e5a0da2b04e8" + url "https://files.pythonhosted.org/packages/00/f7/27f15d41f0ed38e8fcc488584b57e902b331da7f7c6dcda53721b15838fc/fsspec-2025.5.1.tar.gz" + sha256 "2e55e47a540b91843b755e83ded97c6e897fa0942b11490113f09e9c443c2475" end resource "jmespath" do @@ -53,13 +53,13 @@ class Athenacli < Formula end resource "prompt-toolkit" do - url "https://files.pythonhosted.org/packages/2d/4f/feb5e137aff82f7c7f3248267b97451da3644f6cdc218edfe549fb354127/prompt_toolkit-3.0.48.tar.gz" - sha256 "d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90" + url "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz" + sha256 "931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed" end resource "pyathena" do - url "https://files.pythonhosted.org/packages/8a/1b/4de841c95c9ed0e6e6eeabe82fc169b354d101396aa432f2bed35cc4a8d0/pyathena-3.9.0.tar.gz" - sha256 "4b11d49df03255c556e11f63d0e346cc25ea19675a7ac78ffd0537bcd84cb48f" + url "https://files.pythonhosted.org/packages/1c/09/0768a7f58d82b42544124d97d6bee5097397f6addf377e8b46e54c9b9f2b/pyathena-3.14.1.tar.gz" + sha256 "ff628261595b52bc2b74809c42ef89886f74be01371506e289fdb0bc4f653993" end resource "pygments" do @@ -73,13 +73,13 @@ class Athenacli < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "sqlparse" do @@ -93,13 +93,13 @@ class Athenacli < Formula end resource "tenacity" do - url "https://files.pythonhosted.org/packages/cd/94/91fccdb4b8110642462e653d5dcb27e7b674742ad68efd146367da7bdb10/tenacity-9.0.0.tar.gz" - sha256 "807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b" + url "https://files.pythonhosted.org/packages/0a/d4/2b0cd0fe285e14b36db076e78c93766ff1d529d70408bd1d2a5a84f1d929/tenacity-9.1.2.tar.gz" + sha256 "1169d376c297e7de388d18b4481760d478b0e99a777cad3a9c86e556f4b697cb" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From ed85f63d592acb79ac7ee1e55f9a6f7c3315c476 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:11:15 +0000 Subject: [PATCH 08088/10074] aws-sam-cli: bump python resources --- Formula/a/aws-sam-cli.rb | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Formula/a/aws-sam-cli.rb b/Formula/a/aws-sam-cli.rb index a7fc3eb0c3cae..302250373fc3e 100644 --- a/Formula/a/aws-sam-cli.rb +++ b/Formula/a/aws-sam-cli.rb @@ -6,7 +6,7 @@ class AwsSamCli < Formula url "https://files.pythonhosted.org/packages/b2/d2/eb5adcc65e317a7a1fc5be18cd62eb4a70402ebbe2bd3ba610f328d17fa8/aws_sam_cli-1.140.0.tar.gz" sha256 "ef9860ed0105424cf06593446b9f1648127b8ecaf62b7b457f02ca756bfc6c83" license "Apache-2.0" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "74dc91e166893aad6fdf4eb351b7239a1e44a55f1f711c432c8c5d47ce55682f" @@ -63,8 +63,8 @@ class AwsSamCli < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "boto3-stubs" do @@ -73,8 +73,8 @@ class AwsSamCli < Formula end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "botocore-stubs" do @@ -188,8 +188,8 @@ class AwsSamCli < Formula end resource "mypy-boto3-apigateway" do - url "https://files.pythonhosted.org/packages/9c/63/0e6511adc455896c7f61c48623d76bc9d9cdf98419324b04931003170397/mypy_boto3_apigateway-1.38.29.tar.gz" - sha256 "3ca765382e0b8bb74802ad8b66a97d5d1b120a7e178f55b991554d25866c01d3" + url "https://files.pythonhosted.org/packages/2e/fa/d5d9d490d062f1b933d2b8c22f0bf61200796cb951d5bddf24515d848439/mypy_boto3_apigateway-1.38.36.tar.gz" + sha256 "decaf1b47e8e4b27aeac3c2c09cde74219fe94f2ef6912f78e272882c095a23c" end resource "mypy-boto3-cloudformation" do @@ -198,8 +198,8 @@ class AwsSamCli < Formula end resource "mypy-boto3-ecr" do - url "https://files.pythonhosted.org/packages/0d/e9/3744b4262a82060f17dc2133107d2d3ea3c347906726f69740989f708321/mypy_boto3_ecr-1.38.6.tar.gz" - sha256 "09322f94861195a93a1678e16f2c9284d1ad61b464e39fc449710a22847babf2" + url "https://files.pythonhosted.org/packages/29/d5/0e46fd78c4d75018ee0720582227603746d0329daa130907c518990494f1/mypy_boto3_ecr-1.38.37.tar.gz" + sha256 "fed095a297b35c954eb80df0d4ee631c8241f5b0dafd8d5ef799cf4e8487814a" end resource "mypy-boto3-iam" do @@ -218,8 +218,8 @@ class AwsSamCli < Formula end resource "mypy-boto3-s3" do - url "https://files.pythonhosted.org/packages/79/a5/366aec375b77cfe7820b7b3213318b147aefda6f12a035691541a5d557d1/mypy_boto3_s3-1.38.26.tar.gz" - sha256 "38a45dee5782d5c07ddea07ea50965c4d2ba7e77617c19f613b4c9f80f961b52" + url "https://files.pythonhosted.org/packages/66/a7/cc2a5b095401b4d937ece53819ab9323572a82a6bbdc5a699b815fabe76b/mypy_boto3_s3-1.38.39.tar.gz" + sha256 "b272d1c9b359017ea7c5d79b4610ba93e91f557ad01da0d6e302bd7b7804f73b" end resource "mypy-boto3-schemas" do @@ -248,8 +248,8 @@ class AwsSamCli < Formula end resource "mypy-boto3-sts" do - url "https://files.pythonhosted.org/packages/51/24/638ceabff74e07855b59c3bb863b0c11e69ff7ec8fa8678ff6db9ee38318/mypy_boto3_sts-1.38.0.tar.gz" - sha256 "143a96f06bd17ec4bbb120e04b65e646cb4345e2d0d4c3c596f8aa0458d12707" + url "https://files.pythonhosted.org/packages/24/e5/a497cc0d322a04883d13e71cb2a0974fb87c4f0dac2ef474f6dd95705445/mypy_boto3_sts-1.38.38.tar.gz" + sha256 "7081cb6b32ae5ad4edb65ff9cecb5b625166747dbc7f47ee4f6b744441a643a2" end resource "mypy-boto3-xray" do @@ -263,8 +263,8 @@ class AwsSamCli < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -398,8 +398,8 @@ class AwsSamCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "watchdog" do From 2890fff847a88927983bd830c8d429e78ec327d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:11:21 +0000 Subject: [PATCH 08089/10074] aws-shell: bump python resources --- Formula/a/aws-shell.rb | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Formula/a/aws-shell.rb b/Formula/a/aws-shell.rb index bd70cfed1b221..07e51e18adea4 100644 --- a/Formula/a/aws-shell.rb +++ b/Formula/a/aws-shell.rb @@ -6,7 +6,7 @@ class AwsShell < Formula url "https://files.pythonhosted.org/packages/01/31/ee166a91c865a855af4f15e393974eadf57762629fc2a163a3eb3f470ac5/aws-shell-0.2.2.tar.gz" sha256 "fd1699ea5f201e7cbaacaeb34bf1eb88c8fe6dc6b248bce1b3d22b3e099a41e5" license "Apache-2.0" - revision 6 + revision 7 no_autobump! because: :requires_manual_review @@ -25,18 +25,18 @@ class AwsShell < Formula depends_on "python@3.13" resource "awscli" do - url "https://files.pythonhosted.org/packages/8d/b4/1fba68759bb17a353e5ecc04ffb40dbc65d64e8ea56b119c956ea606f108/awscli-1.35.5.tar.gz" - sha256 "e3a1801bbb5772423549dfce2bd55395292fc84dcfaf115a7268463462a6c3af" + url "https://files.pythonhosted.org/packages/be/b9/a4be1043737628a311884d559b8072a5a25876d86bc00fd62bfea6cf652b/awscli-1.40.38.tar.gz" + sha256 "ec9b69ff4600ef151df3336f0e7af4cf30280d27f9d8e67e09c4b386ceb1f154" end resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/29/10988ceaa300ddc628cb899875d85d9998e3da4803226398e002d95b2741/boto3-1.35.39.tar.gz" - sha256 "670f811c65e3c5fe4ed8c8d69be0b44b1d649e992c0fc16de43816d1188f88f1" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/f7/28/d83dbd69d7015892b53ada4fded79a5bc1b7d77259361eb8302f88c2da81/botocore-1.35.39.tar.gz" - sha256 "cb7f851933b5ccc2fba4f0a8b846252410aa0efac5bfbe93b82d10801f5f8e90" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "colorama" do @@ -50,8 +50,8 @@ class AwsShell < Formula end resource "docutils" do - url "https://files.pythonhosted.org/packages/2f/e0/3d435b34abd2d62e8206171892f174b180cd37b09d57b924ca5c2ef2219d/docutils-0.16.tar.gz" - sha256 "c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc" + url "https://files.pythonhosted.org/packages/6b/5c/330ea8d383eb2ce973df34d1239b3b21e91cd8c865d21ff82902d952f91f/docutils-0.19.tar.gz" + sha256 "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6" end resource "jmespath" do @@ -70,8 +70,8 @@ class AwsShell < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz" - sha256 "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end resource "python-dateutil" do @@ -90,18 +90,18 @@ class AwsShell < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From e056216c61cf56d9fe51effde38cb1296ca747cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:11:28 +0000 Subject: [PATCH 08090/10074] aws-sso-util: bump python resources --- Formula/a/aws-sso-util.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-sso-util.rb b/Formula/a/aws-sso-util.rb index d1b608867d5ad..258dc17bc626e 100644 --- a/Formula/a/aws-sso-util.rb +++ b/Formula/a/aws-sso-util.rb @@ -6,7 +6,7 @@ class AwsSsoUtil < Formula url "https://files.pythonhosted.org/packages/4f/64/f00272ecbc60703d0f1a3b17ab75d893c05ec5d60b0e6e9d59ef9b8b9c61/aws_sso_util-4.33.0.tar.gz" sha256 "e48d7f5911443450d28e1ac1613f81b9aa15babb1b2055b4531df87db43a09df" license "Apache-2.0" - revision 2 + revision 3 head "https://github.com/benkehoe/aws-sso-util.git", branch: "master" bottle do @@ -40,13 +40,13 @@ class AwsSsoUtil < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "charset-normalizer" do @@ -115,8 +115,8 @@ class AwsSsoUtil < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 6021f99e893de8ce4cf2b191bc7dd8984bc19141 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:11:35 +0000 Subject: [PATCH 08091/10074] awscli-local: bump python resources --- Formula/a/awscli-local.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/a/awscli-local.rb b/Formula/a/awscli-local.rb index f921bd8fbec25..a304f2ab0d5f6 100644 --- a/Formula/a/awscli-local.rb +++ b/Formula/a/awscli-local.rb @@ -6,7 +6,7 @@ class AwscliLocal < Formula url "https://files.pythonhosted.org/packages/25/f9/023c80ea27d67b0930f116597fd55a93f84de9b05d18b38c7d2d5d75c1c9/awscli-local-0.22.0.tar.gz" sha256 "3807cf2ee4bbdd4df4dfc8bef027f25bde523dcaf8119720f677ed95ebba66a4" license "Apache-2.0" - revision 1 + revision 2 no_autobump! because: :requires_manual_review @@ -25,13 +25,13 @@ class AwscliLocal < Formula depends_on "python@3.13" resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/29/10988ceaa300ddc628cb899875d85d9998e3da4803226398e002d95b2741/boto3-1.35.39.tar.gz" - sha256 "670f811c65e3c5fe4ed8c8d69be0b44b1d649e992c0fc16de43816d1188f88f1" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/f7/28/d83dbd69d7015892b53ada4fded79a5bc1b7d77259361eb8302f88c2da81/botocore-1.35.39.tar.gz" - sha256 "cb7f851933b5ccc2fba4f0a8b846252410aa0efac5bfbe93b82d10801f5f8e90" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "jmespath" do @@ -40,8 +40,8 @@ class AwscliLocal < Formula end resource "localstack-client" do - url "https://files.pythonhosted.org/packages/c4/40/6858a5fe70654ef4878188e0c330c8a22ce4dfc457e09231cb82228de075/localstack_client-2.7.tar.gz" - sha256 "14993119901a4bcbef7c32d899b24f4a58a875a6765693edf1064d66b8a68408" + url "https://files.pythonhosted.org/packages/22/11/4f10b87d634edd616d8063dd0ed1193be747e524e28801f826d72828b98f/localstack_client-2.10.tar.gz" + sha256 "732a07e23fffd6a581af2714bbe006ad6f884ac4f8ac955211a8a63321cdc409" end resource "python-dateutil" do @@ -50,18 +50,18 @@ class AwscliLocal < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 15e33ff2e3dda11f084a4ff1f457cf8a0f6069b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:11:54 +0000 Subject: [PATCH 08092/10074] awscli@1: bump python resources --- Formula/a/awscli@1.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli@1.rb b/Formula/a/awscli@1.rb index 2119b94176420..9a0514ad2502f 100644 --- a/Formula/a/awscli@1.rb +++ b/Formula/a/awscli@1.rb @@ -7,6 +7,7 @@ class AwscliAT1 < Formula url "https://files.pythonhosted.org/packages/71/1b/5c1faaad402c5f8cdd18641352b1d1a29311de751cd2414378689d0f694e/awscli-1.40.30.tar.gz" sha256 "ba426b2053d0ddb8749af7d2f99783f8c2674795382c2c9eedb458ad772ae270" license "Apache-2.0" + revision 1 livecheck do url "https://github.com/aws/aws-cli.git" @@ -82,8 +83,8 @@ class AwscliAT1 < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 22ebce66620c0dfc98a9ab5855fd9b9291b27a5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:00 +0000 Subject: [PATCH 08093/10074] awscurl: bump python resources --- Formula/a/awscurl.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/a/awscurl.rb b/Formula/a/awscurl.rb index 87784e7b89d06..2f28adf7d7d68 100644 --- a/Formula/a/awscurl.rb +++ b/Formula/a/awscurl.rb @@ -6,7 +6,7 @@ class Awscurl < Formula url "https://files.pythonhosted.org/packages/f0/53/68500d2e61aff7549f878a9227eea5c80eaf6ffcad7c134c576360b1bae7/awscurl-0.36.tar.gz" sha256 "9eb9d4949616d90dd7bf0d12a67eb3e1d3487bf08d75a7555d979811e5da1cb4" license "MIT" - revision 1 + revision 2 head "https://github.com/okigan/awscurl.git", branch: "master" bottle do @@ -20,8 +20,8 @@ class Awscurl < Formula uses_from_macos "libffi" resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "charset-normalizer" do @@ -65,8 +65,8 @@ class Awscurl < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 476d23ef29275dd654b0f696b7d640c1aeef9044 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:05 +0000 Subject: [PATCH 08094/10074] awslogs: bump python resources --- Formula/a/awslogs.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/a/awslogs.rb b/Formula/a/awslogs.rb index 70bbe95896213..b4ce0e1c8d9d5 100644 --- a/Formula/a/awslogs.rb +++ b/Formula/a/awslogs.rb @@ -6,7 +6,7 @@ class Awslogs < Formula url "https://files.pythonhosted.org/packages/15/f5/8f3bd0f4a927b1fbb3a5e6a5b036f29e4263977fb167b301bc4a5f4db2b9/awslogs-0.15.0.tar.gz" sha256 "19f223bb1c0703cea0689d94b1d293006529095e6ab8971f6b52289a2e545dd5" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/jorgebastida/awslogs.git", branch: "master" bottle do @@ -19,13 +19,13 @@ class Awslogs < Formula uses_from_macos "zlib" resource "boto3" do - url "https://files.pythonhosted.org/packages/80/8b/31845869fb935b93d1f1a846d2a8e13dc91af4cf03ba701e2068c08b99af/boto3-1.35.37.tar.gz" - sha256 "470d981583885859fed2fd1c185eeb01cc03e60272d499bafe41b12625b158c8" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/57/a4/bc96ba621c869f723ce4cb4dadb53fdbb821d64ef1146f0749098ef342cf/botocore-1.35.37.tar.gz" - sha256 "b2b4d29bafd95b698344f2f0577bb67064adbf1735d8a0e3c7473daa59c23ba6" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "jmespath" do @@ -39,23 +39,23 @@ class Awslogs < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "termcolor" do - url "https://files.pythonhosted.org/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5/termcolor-2.5.0.tar.gz" - sha256 "998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f" + url "https://files.pythonhosted.org/packages/ca/6c/3d75c196ac07ac8749600b60b03f4f6094d54e132c4d94ebac6ee0e0add0/termcolor-3.1.0.tar.gz" + sha256 "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 20c043eadfc74c0e245e3069f1db6ae7ecbbb38d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:11 +0000 Subject: [PATCH 08095/10074] awsume: bump python resources --- Formula/a/awsume.rb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Formula/a/awsume.rb b/Formula/a/awsume.rb index 838a20dbf94a2..0c85a7cefb006 100644 --- a/Formula/a/awsume.rb +++ b/Formula/a/awsume.rb @@ -6,7 +6,7 @@ class Awsume < Formula url "https://files.pythonhosted.org/packages/d7/08/264d5c0b1a2618c95f3a391e038830c18bcccce5f202b293acdb14b7ac63/awsume-4.5.4.tar.gz" sha256 "4c1f6336e1f9e36b2144761345967f50f43128363892cc62325577201e133b1b" license "MIT" - revision 1 + revision 2 head "https://github.com/trek10inc/awsume.git", branch: "master" no_autobump! because: :requires_manual_review @@ -28,13 +28,13 @@ class Awsume < Formula uses_from_macos "sqlite" resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/29/10988ceaa300ddc628cb899875d85d9998e3da4803226398e002d95b2741/boto3-1.35.39.tar.gz" - sha256 "670f811c65e3c5fe4ed8c8d69be0b44b1d649e992c0fc16de43816d1188f88f1" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/f7/28/d83dbd69d7015892b53ada4fded79a5bc1b7d77259361eb8302f88c2da81/botocore-1.35.39.tar.gz" - sha256 "cb7f851933b5ccc2fba4f0a8b846252410aa0efac5bfbe93b82d10801f5f8e90" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "colorama" do @@ -48,13 +48,13 @@ class Awsume < Formula end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" end resource "psutil" do - url "https://files.pythonhosted.org/packages/18/c7/8c6872f7372eb6a6b2e4708b88419fb46b857f7a2e1892966b851cc79fc9/psutil-6.0.0.tar.gz" - sha256 "8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2" + url "https://files.pythonhosted.org/packages/2a/80/336820c1ad9286a4ded7e845b2eccfcb27851ab8ac6abece774a6ff4d3de/psutil-7.0.0.tar.gz" + sha256 "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456" end resource "python-dateutil" do @@ -68,18 +68,18 @@ class Awsume < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From a9efe9edfbcdc05abb1eb59dd5be502ac6836408 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:17 +0000 Subject: [PATCH 08096/10074] b2-tools: bump python resources --- Formula/b/b2-tools.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/b/b2-tools.rb b/Formula/b/b2-tools.rb index e2aac6e6364be..f0f27eac7bd1d 100644 --- a/Formula/b/b2-tools.rb +++ b/Formula/b/b2-tools.rb @@ -6,7 +6,7 @@ class B2Tools < Formula url "https://files.pythonhosted.org/packages/1d/b7/0af30c4a6c0344e897a153f4f0022b041bf803562d047d6f0140940c2e8e/b2-4.3.3.tar.gz" sha256 "a66f78e91f8ac36721093b751d09d3d228957473ee3df50b5138e72290e32646" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8d9668cb85b020e41ebda2854aec79b644896488f061b336789108bf728be05" @@ -39,8 +39,8 @@ class B2Tools < Formula end resource "b2sdk" do - url "https://files.pythonhosted.org/packages/79/b3/ae7eb61b56eaf3fc96b222bd571273842b641279998052eb63877c52ce16/b2sdk-2.9.3.tar.gz" - sha256 "d8f94b3ca2f91852439673d27d6436b353dba1fc8db6b960f3d26c17539574ae" + url "https://files.pythonhosted.org/packages/cc/c7/fb3fb268c9981e51eac3e714e2aeebb34649ed4b458aed8a065fe7c19ddd/b2sdk-2.9.4.tar.gz" + sha256 "7e47ec9538c8cb483a91ee9e6e38dd0d93319b815aa0c4e8cd4cf8def8f2c8e6" end resource "charset-normalizer" do @@ -109,8 +109,8 @@ class B2Tools < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From a232b39325122ecf891dd826111e0f69dc55868c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:29 +0000 Subject: [PATCH 08097/10074] bagels: bump python resources --- Formula/b/bagels.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/b/bagels.rb b/Formula/b/bagels.rb index a47ca33239a20..49a049b681229 100644 --- a/Formula/b/bagels.rb +++ b/Formula/b/bagels.rb @@ -6,7 +6,7 @@ class Bagels < Formula url "https://files.pythonhosted.org/packages/83/3a/67fef626e22bce29970a5666702a7b2664541753abeaed653a0a694dd295/bagels-0.3.9.tar.gz" sha256 "fbb3bb64d7f6909864004866b00e112917738a6fdf470871ea77b4e2f67d2d28" license "GPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "a2c90dd7c2abc9499d871c0c8a2d473b18c24bf32bf53b733b9a596201329605" @@ -29,8 +29,8 @@ class Bagels < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiohttp-jinja2" do @@ -59,8 +59,8 @@ class Bagels < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -124,13 +124,13 @@ class Bagels < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "packaging" do @@ -154,8 +154,8 @@ class Bagels < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -224,8 +224,8 @@ class Bagels < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "werkzeug" do From 95329070d7c2fb18296f0c2f8d5bf1b72019650f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:35 +0000 Subject: [PATCH 08098/10074] bandcamp-dl: bump python resources --- Formula/b/bandcamp-dl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/b/bandcamp-dl.rb b/Formula/b/bandcamp-dl.rb index 941b7c807aba3..12add196b908e 100644 --- a/Formula/b/bandcamp-dl.rb +++ b/Formula/b/bandcamp-dl.rb @@ -6,7 +6,7 @@ class BandcampDl < Formula url "https://files.pythonhosted.org/packages/78/c2/2c11878a494ceef38ed5ac51dede216547cb14ef40a30f8f009fca0ceab6/bandcamp_downloader-0.0.17.tar.gz" sha256 "d5e47777d0b1a14e49ba72d78ffa9b150e72af51d28e981231a0bd32c1c2e159" license "Unlicense" - revision 1 + revision 2 head "https://github.com/iheanyi/bandcamp-dl.git", branch: "master" no_autobump! because: :requires_manual_review @@ -77,8 +77,8 @@ class BandcampDl < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From dcde9dabfd78713dbf2961967a03b8d9088e1ba8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:37 +0000 Subject: [PATCH 08099/10074] prowler 5.7.5 --- Formula/p/prowler.rb | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Formula/p/prowler.rb b/Formula/p/prowler.rb index 3e4d6d16bc711..0a55ea858871f 100644 --- a/Formula/p/prowler.rb +++ b/Formula/p/prowler.rb @@ -3,8 +3,8 @@ class Prowler < Formula desc "Tool for cloud security assessments, audits, incident response, and more" homepage "https://prowler.com/" - url "https://files.pythonhosted.org/packages/38/4e/8f16f3e25f5ba76d87fff77e17bec98a8203a51d543bac5fd126ce6342fd/prowler-5.7.4.tar.gz" - sha256 "231ba2688b002312b2c7a2e2c5ce6aa1b505ad8ec9b4e87cf0410848c6b1178d" + url "https://files.pythonhosted.org/packages/e7/7d/a248ae45bc54e705fdb84e90b3af111c04e823400f684f84dbaa67c8eee5/prowler-5.7.5.tar.gz" + sha256 "3c1bd9d21b7b7af0658bedaa7e37d4dd832571afe81222fd07ddcf5aeef8b0ce" license "Apache-2.0" bottle do @@ -43,8 +43,8 @@ class Prowler < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiosignal" do @@ -293,8 +293,8 @@ class Prowler < Formula end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/98/a2/8176b416ca08106b2ae30cd4a006c8176945f682c3a5b42f141c9173f505/google_api_core-2.25.0.tar.gz" - sha256 "9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a" + url "https://files.pythonhosted.org/packages/dc/21/e9d043e88222317afdbdb567165fdbc3b0aad90064c7e0c9eb0ad9955ad8/google_api_core-2.25.1.tar.gz" + sha256 "d2aaa0b13c78c61cb3f4282c464c046e45fbd75755683c9c525e6e8f7ed0a5e8" end resource "google-api-python-client" do @@ -468,13 +468,13 @@ class Prowler < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "narwhals" do - url "https://files.pythonhosted.org/packages/a2/7e/9484c2427453bd0024fd36cf7923de4367d749f0b216b9ca56b9dfc3c516/narwhals-1.42.0.tar.gz" - sha256 "a5e554782446d1197593312651352cd39b2025e995053d8e6bdfaa01a70a91d3" + url "https://files.pythonhosted.org/packages/df/d6/168a787b7800d6c89846b791e4f5ee6b94998a80c8c2838a019d3d71984d/narwhals-1.42.1.tar.gz" + sha256 "50a5635b11aeda98cf9c37e839fd34b0a24159f59a4dfae930290ad698320494" end resource "nest-asyncio" do @@ -483,8 +483,8 @@ class Prowler < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" + sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" end resource "opentelemetry-api" do @@ -693,8 +693,8 @@ class Prowler < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "websocket-client" do @@ -713,8 +713,8 @@ class Prowler < Formula end resource "xlsxwriter" do - url "https://files.pythonhosted.org/packages/a7/d1/e026d33dd5d552e5bf3a873dee54dad66b550230df8290d79394f09b2315/xlsxwriter-3.2.3.tar.gz" - sha256 "ad6fd41bdcf1b885876b1f6b7087560aecc9ae5a9cc2ba97dcac7ab2e210d3d5" + url "https://files.pythonhosted.org/packages/a7/47/7704bac42ac6fe1710ae099b70e6a1e68ed173ef14792b647808c357da43/xlsxwriter-3.2.5.tar.gz" + sha256 "7e88469d607cdc920151c0ab3ce9cf1a83992d4b7bc730c5ffdd1a12115a7dbe" end resource "yarl" do From c2b8c4922fffcb4918b338b52effd924af6c1d6d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:51 +0000 Subject: [PATCH 08100/10074] bbot: bump python resources --- Formula/b/bbot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bbot.rb b/Formula/b/bbot.rb index 098f0830f25fb..f6b59a7b3a70d 100644 --- a/Formula/b/bbot.rb +++ b/Formula/b/bbot.rb @@ -6,7 +6,7 @@ class Bbot < Formula url "https://files.pythonhosted.org/packages/11/0c/c5553229baf664055d1b9204e334d2c93001e08604dc18c0f6ecd272bcf9/bbot-2.5.0.tar.gz" sha256 "4481b9db248387ffb3cfd0fc9369dc5580bc8f810aa793f2b3bd5bf9fb1e2b16" license "GPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "fbd8caa2d756ced239a26f149b8740866051e9babfeb4bcdbe82f3b1d1da72a4" @@ -64,8 +64,8 @@ class Bbot < Formula end resource "cachetools" do - url "https://files.pythonhosted.org/packages/c0/b0/f539a1ddff36644c28a61490056e5bae43bd7386d9f9c69beae2d7e7d6d1/cachetools-6.0.0.tar.gz" - sha256 "f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf" + url "https://files.pythonhosted.org/packages/8a/89/817ad5d0411f136c484d535952aef74af9b25e0d99e90cdffbe121e6d628/cachetools-6.1.0.tar.gz" + sha256 "b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587" end resource "charset-normalizer" do @@ -184,8 +184,8 @@ class Bbot < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -284,8 +284,8 @@ class Bbot < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "websockets" do From d4ac9af442d3c1557f2978e825473f1b5dc0acad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:52 +0000 Subject: [PATCH 08101/10074] pulsarctl 4.0.5.1 --- Formula/p/pulsarctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulsarctl.rb b/Formula/p/pulsarctl.rb index 5de77cc4295d3..e9da196bcbcd2 100644 --- a/Formula/p/pulsarctl.rb +++ b/Formula/p/pulsarctl.rb @@ -1,8 +1,8 @@ class Pulsarctl < Formula desc "CLI for Apache Pulsar written in Go" homepage "https://streamnative.io/" - url "https://github.com/streamnative/pulsarctl/archive/refs/tags/v4.0.4.3.tar.gz" - sha256 "52786aef717bedc50611838b229285354e61b0f6f377e029e1e1d00780510a06" + url "https://github.com/streamnative/pulsarctl/archive/refs/tags/v4.0.5.1.tar.gz" + sha256 "60131175ba22e8464c20a1fa5ae9bb7597891f55dede28a2d2ebafc5c53ccfa9" license "Apache-2.0" head "https://github.com/streamnative/pulsarctl.git", branch: "master" From 0e3b39abb0a22e771b938c69e58a1585002d8cca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:12:57 +0000 Subject: [PATCH 08102/10074] borgmatic: bump python resources --- Formula/b/borgmatic.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/b/borgmatic.rb b/Formula/b/borgmatic.rb index 8018d8ea27164..7c7503db69852 100644 --- a/Formula/b/borgmatic.rb +++ b/Formula/b/borgmatic.rb @@ -6,7 +6,7 @@ class Borgmatic < Formula url "https://files.pythonhosted.org/packages/86/8c/0a80f219d9ca4c70cf345489b55a9c3e5c859c4d7bc99675ac1bc09eadb7/borgmatic-2.0.6.tar.gz" sha256 "cb102d0fbb0a3a8d2fa04f01bdf2f41c6b273f42f6b1cd5fd1481704db7f6905" license "GPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "e98c544410321956a6a96762731331a60983cda901db405a87547fe7d5441e8c" @@ -78,8 +78,8 @@ class Borgmatic < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From d4048636fd8640b7cfd426a0f67648b488e41606 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:13:03 +0000 Subject: [PATCH 08103/10074] bpython: bump python resources --- Formula/b/bpython.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/b/bpython.rb b/Formula/b/bpython.rb index 2cf02b388e54e..95aff90e08979 100644 --- a/Formula/b/bpython.rb +++ b/Formula/b/bpython.rb @@ -6,7 +6,7 @@ class Bpython < Formula url "https://files.pythonhosted.org/packages/ba/dd/cc02bf66f342a4673867fdf6c1f9fce90ec1e91e651b21bc4af4890101da/bpython-0.25.tar.gz" sha256 "c246fc909ef6dcc26e9d8cb4615b0e6b1613f3543d12269b19ffd0782166c65b" license "MIT" - revision 1 + revision 2 head "https://github.com/bpython/bpython.git", branch: "main" no_autobump! because: :requires_manual_review @@ -70,8 +70,8 @@ class Bpython < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From befdf58cdc3d5a0d811c93a46e3c7a7692ae61c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:13:15 +0000 Subject: [PATCH 08104/10074] breezy: bump python resources --- Formula/b/breezy.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/b/breezy.rb b/Formula/b/breezy.rb index 35663a47a8704..8c3be1b9b574c 100644 --- a/Formula/b/breezy.rb +++ b/Formula/b/breezy.rb @@ -8,6 +8,7 @@ class Breezy < Formula url "https://github.com/breezy-team/breezy/archive/refs/tags/brz-3.3.12.tar.gz" sha256 "9ce8a3af9f45ea85761bf8a924e719cb5b20dff3e3edb1220b5c99bb37a3e46f" license "GPL-2.0-or-later" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "3e18ef7813d0811d593f237d1abee991c3d1f73bed71aae45c5400d41c1e1391" @@ -55,8 +56,8 @@ class Breezy < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 28c363df42e919bbae799844c1f6200f3142c59d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:13:23 +0000 Subject: [PATCH 08105/10074] buku: bump python resources --- Formula/b/buku.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/b/buku.rb b/Formula/b/buku.rb index 45f557b2830df..1ac43d1f3727e 100644 --- a/Formula/b/buku.rb +++ b/Formula/b/buku.rb @@ -6,7 +6,7 @@ class Buku < Formula url "https://github.com/jarun/buku/archive/refs/tags/v5.0.tar.gz" sha256 "87e226b0062a17cb10bf02a6cefea08e859d74985e373b76496150ecda92d73e" license "GPL-3.0-or-later" - revision 1 + revision 2 head "https://github.com/jarun/buku.git", branch: "master" bottle do @@ -41,8 +41,8 @@ class Buku < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "flask" do @@ -101,18 +101,18 @@ class Buku < Formula end resource "types-python-dateutil" do - url "https://files.pythonhosted.org/packages/a9/60/47d92293d9bc521cd2301e423a358abfac0ad409b3a1606d8fbae1321961/types_python_dateutil-2.9.0.20241206.tar.gz" - sha256 "18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb" + url "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz" + sha256 "13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "webencodings" do From 0cf4c899a3217e2741c58cc97e544249721269d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:13:41 +0000 Subject: [PATCH 08106/10074] c7n: bump python resources --- Formula/c/c7n.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/c/c7n.rb b/Formula/c/c7n.rb index 10418a6a0241a..e1d0ddf1f84aa 100644 --- a/Formula/c/c7n.rb +++ b/Formula/c/c7n.rb @@ -6,6 +6,7 @@ class C7n < Formula url "https://github.com/cloud-custodian/cloud-custodian/archive/refs/tags/0.9.45.0.tar.gz" sha256 "e87dfe9b2a25e7457e88937b861a60d24522e249c9b84c399ea53d9735fbe6f2" license "Apache-2.0" + revision 1 livecheck do url :stable @@ -37,13 +38,13 @@ class C7n < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/47/b8/77a951fdcf732af2982f0f212a9419882163211956069bff9d58e242ce65/boto3-1.38.28.tar.gz" - sha256 "69395075d54be4552719ccadad9f65a3dee5bb3751701e8851d65d71974a791d" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/19/8c/6fb5a271e6da62377fd0e9dc5cff00343ae7c8b83130f14985f7b3924f0c/botocore-1.38.28.tar.gz" - sha256 "63d5977a10a375c3fc11c8e15e1ae5a4daaf450af135d55c170cc537648edf25" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "docutils" do @@ -107,13 +108,13 @@ class C7n < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "zipp" do - url "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz" - sha256 "dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end def install From cfdbf04913769da6872d5996b6ffd0a0f72109dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:14:16 +0000 Subject: [PATCH 08107/10074] renovate 40.62.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 889aa78974b0f..6a89af24ea4cd 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.61.0.tgz" - sha256 "da06096410f18a4f8a47e8254228ca33dc84ab4db3bb8bf1521c692d09301d9f" + url "https://registry.npmjs.org/renovate/-/renovate-40.62.0.tgz" + sha256 "935eb945fe071c1b54bd51062838775f86a877a1f27a0bc50100f5a5be6ac277" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From d0f2f6e63cb078d3dcff7d5f15092fac2cf9071d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:14:52 +0000 Subject: [PATCH 08108/10074] rollup 4.44.0 --- Formula/r/rollup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index ccef761bf3df2..228b19f4df109 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -1,8 +1,8 @@ class Rollup < Formula desc "Next-generation ES module bundler" homepage "https://rollupjs.org/" - url "https://registry.npmjs.org/rollup/-/rollup-4.43.0.tgz" - sha256 "6ffc5484b3201f57d5b115dab5d9df0cfa271b1a35493d0811f2dda6a9448887" + url "https://registry.npmjs.org/rollup/-/rollup-4.44.0.tgz" + sha256 "80bc159c0cd9dc82436b89ab7501bccf947d0ba048677933fa020b7f7a0b5aa1" license all_of: ["ISC", "MIT"] bottle do From 269446cab6ed06074bb3ab5d80b14fad573ec3bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:18:05 +0000 Subject: [PATCH 08109/10074] swc 1.12.3 --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 77d3322815b4f..13615ce7a1afe 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.2.tar.gz" - sha256 "e5b6364de8bc0924c63b7f25482e904b16d7006a85d5d1f3e353ebd23b99559d" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.3.tar.gz" + sha256 "32004452c5130f52121050a0246854bc913ce874a0115c026d314c77702e38c7" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From a1e6173a41566a70aaf957ee917ec836d1f3aea8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:20:27 +0000 Subject: [PATCH 08110/10074] fedify: update 1.6.2 bottle. --- Formula/f/fedify.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fedify.rb b/Formula/f/fedify.rb index 9e968329fd7bc..ef45e7eada43a 100644 --- a/Formula/f/fedify.rb +++ b/Formula/f/fedify.rb @@ -7,13 +7,13 @@ class Fedify < Formula head "https://github.com/fedify-dev/fedify.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6cc14a1818340780edbe593eb2b2e0cabe62956ddfdda2d7ccce86b2629d1e0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "25601c2018ab21d44845e603f9862400ce34aadf5782bc2514431409ca01bac9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dd8a069200938cb6d6a9f1e5ed2ee76370788e6ce540674c8833647b2162b5aa" - sha256 sonoma: "2f79f975395de9276e4f6d790e8657397fd2defee1d80f613809394af75a73ca" - sha256 ventura: "bc970a07eb535ac96a70351c80d6d0efaa25c8408faa84ca0e44337aa78c689b" - sha256 cellar: :any_skip_relocation, arm64_linux: "a15e1d148e20bedd27a713f041105a96dd2ccebc825cd682819c46b44b23d949" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b0885ada1dad0381a9ea81771506f5a7a72e8a982ae6907f54667b07630c7f76" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a90375931714ad1c215e4f6b3cf545b58236120c24f5132346ac16b0a4c7fd2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "488eb125a0c0a58e23c22ee6a5bd0a29d94f38aff7b5d432450b9a913fc48b16" + sha256 cellar: :any_skip_relocation, arm64_ventura: "77f6c9e086b37454605cf2997cf64ababe3f262680eb3d307383ff9bebfbb2e8" + sha256 sonoma: "f1a8738b1578eb1a68a4bec5151bc672bf4a147130cbb4c75178d371610ab255" + sha256 ventura: "549eddfb81348a429d01861743f75f4b1ac73377c58da3c8be634bffecb3f271" + sha256 cellar: :any_skip_relocation, arm64_linux: "1706fbfb2544c2556f6a15e38940d47077293a9630a9c7e02586a6d5a1fed9f6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "14929795eff8a4106ed4c1d542b92cdb69af881e1f200a555dac791a0f3dd2b7" end depends_on "deno" => :build From fd6f990895ef3b0e2ed53a8728bb4efbae6046d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:21:00 +0000 Subject: [PATCH 08111/10074] ansible-lint: update 25.6.1 bottle. --- Formula/a/ansible-lint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ansible-lint.rb b/Formula/a/ansible-lint.rb index 9d3bc703928de..c29a1453fe073 100644 --- a/Formula/a/ansible-lint.rb +++ b/Formula/a/ansible-lint.rb @@ -8,13 +8,13 @@ class AnsibleLint < Formula license all_of: ["MIT", "GPL-3.0-or-later"] bottle do - sha256 cellar: :any, arm64_sequoia: "6ddc3730388e4a5ea4ed35a66b8ac071ca106b6b28361224508bdae521d6d134" - sha256 cellar: :any, arm64_sonoma: "9e756112e2325fb3be02b6374f3227612b711f715d6fb4d31ad96ae8b4be3b70" - sha256 cellar: :any, arm64_ventura: "52094b8d5f0df92021f8843e57d4fcd762aecc313b3a2e2eea7c3c63913831cf" - sha256 cellar: :any, sonoma: "4fcddd49851b504f200438f3ff61d2cddf591297a79c32537c15c1bfec17550a" - sha256 cellar: :any, ventura: "2f1a6b7c090d0daec064592d4cf7c3331fc2334756dcc5478b1f876e22a4daa0" - sha256 cellar: :any_skip_relocation, arm64_linux: "06f958c5da0ea1417fe1878d6095cee420bb941aff1d863b1d0e51f171e4f928" - sha256 cellar: :any_skip_relocation, x86_64_linux: "61ac5e8a759be65852f8a99ed753fbd919e3c59b577460005a5782bea900933a" + sha256 cellar: :any, arm64_sequoia: "8532272fb86762a641b6dd047190a525908c58f7288c3eef93e81e70dd9e0320" + sha256 cellar: :any, arm64_sonoma: "1969cfb0dff40632e98307f1ecb048bffdb13ad322f9c77fd60c4d59218f2ea5" + sha256 cellar: :any, arm64_ventura: "58fdcfb21d6854c270e556830c64dc40d2b3251efd0df37f0614a63d13f3843d" + sha256 cellar: :any, sonoma: "268acb949368bea60f1c278292a9bf2484cb99d318a70cf5bf3771a20af8eced" + sha256 cellar: :any, ventura: "b75027c42dea77419d1a523e833bc372cbe94c228bc95818995b47b07b89a0f9" + sha256 cellar: :any_skip_relocation, arm64_linux: "0f51cc11f13d6b489cdf39d0b1c032f92733f16486d8a7b480e7d8f573a3beee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b40a7bba187836219683a80cbe3b667565f461783a1982c443c746245d6a29d" end depends_on "pkgconf" => :build From b5ffd06120aa01b96aa9bebe3f65d157d52e74c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:21:45 +0000 Subject: [PATCH 08112/10074] xwin 0.6.6 --- Formula/x/xwin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xwin.rb b/Formula/x/xwin.rb index 38e210a71ed44..502530c793e19 100644 --- a/Formula/x/xwin.rb +++ b/Formula/x/xwin.rb @@ -1,8 +1,8 @@ class Xwin < Formula desc "Microsoft CRT and Windows SDK headers and libraries loader" homepage "https://github.com/Jake-Shadle/xwin" - url "https://github.com/Jake-Shadle/xwin/archive/refs/tags/0.6.5.tar.gz" - sha256 "01fbb8c9b11d71388f0836cd112caf32a0b5c29e7307396594ec8391a815c19c" + url "https://github.com/Jake-Shadle/xwin/archive/refs/tags/0.6.6.tar.gz" + sha256 "3b2f5260813131670840f142676a01a8eba22064bd8f552561fd31c9ba16bb68" license "Apache-2.0" bottle do From f741532d88703836a4e4809e69e7a18691502aeb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:25:32 +0000 Subject: [PATCH 08113/10074] dbml-cli: update 3.13.6 bottle. --- Formula/d/dbml-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dbml-cli.rb b/Formula/d/dbml-cli.rb index eef050d7eae8b..4c62924d3e3f5 100644 --- a/Formula/d/dbml-cli.rb +++ b/Formula/d/dbml-cli.rb @@ -6,13 +6,13 @@ class DbmlCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cbb40548dd4f2155051c5ca300e1edc8cf5aeb254b032233fe20afd34eb2eee8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbb40548dd4f2155051c5ca300e1edc8cf5aeb254b032233fe20afd34eb2eee8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cbb40548dd4f2155051c5ca300e1edc8cf5aeb254b032233fe20afd34eb2eee8" - sha256 cellar: :any_skip_relocation, sonoma: "f48ac3665d9f77e9886340a6723f2f1ab4a274b8023cb7998e3e6a3f7f6d8de8" - sha256 cellar: :any_skip_relocation, ventura: "f48ac3665d9f77e9886340a6723f2f1ab4a274b8023cb7998e3e6a3f7f6d8de8" - sha256 cellar: :any_skip_relocation, arm64_linux: "cbb40548dd4f2155051c5ca300e1edc8cf5aeb254b032233fe20afd34eb2eee8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cbb40548dd4f2155051c5ca300e1edc8cf5aeb254b032233fe20afd34eb2eee8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a49e8f7d447b4935c1759ea4f0c6dfcf4ce5d81499b9a1b14338cb82bf8abe91" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a49e8f7d447b4935c1759ea4f0c6dfcf4ce5d81499b9a1b14338cb82bf8abe91" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a49e8f7d447b4935c1759ea4f0c6dfcf4ce5d81499b9a1b14338cb82bf8abe91" + sha256 cellar: :any_skip_relocation, sonoma: "b53a388e5e78d05017afea90f4d0ab2f0235f4a7e2eb9d09e46fe9fc52cb103a" + sha256 cellar: :any_skip_relocation, ventura: "b53a388e5e78d05017afea90f4d0ab2f0235f4a7e2eb9d09e46fe9fc52cb103a" + sha256 cellar: :any_skip_relocation, arm64_linux: "a49e8f7d447b4935c1759ea4f0c6dfcf4ce5d81499b9a1b14338cb82bf8abe91" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a49e8f7d447b4935c1759ea4f0c6dfcf4ce5d81499b9a1b14338cb82bf8abe91" end depends_on "node" From b8ecdeaeba7e052f7a53700f08dee6c268d453d6 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:29:59 +0100 Subject: [PATCH 08114/10074] emscripten: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/e/emscripten.rb | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/Formula/e/emscripten.rb b/Formula/e/emscripten.rb index 607a4609b842b..e7122784f1c01 100644 --- a/Formula/e/emscripten.rb +++ b/Formula/e/emscripten.rb @@ -237,9 +237,19 @@ def install end def post_install - return if File.exist?("#{Dir.home}/.emscripten") return if (libexec/".emscripten").exist? + if File.exist?("#{Dir.home}/.emscripten") + ohai "Skipping configuration generation" + puts <<~EOS + You have a ~/.emscripten configuration file, so the default configuration + file was not generated. To generate the default configuration: + rm ~/.emscripten + brew postinstall emscripten + EOS + return + end + system bin/"emcc", "--generate-config" inreplace libexec/".emscripten" do |s| s.change_make_var! "LLVM_ROOT", "'#{libexec}/llvm/bin'" @@ -248,18 +258,6 @@ def post_install end end - def caveats - return unless File.exist?("#{Dir.home}/.emscripten") - return if (libexec/".emscripten").exist? - - <<~EOS - You have a ~/.emscripten configuration file, so the default configuration - file was not generated. To generate the default configuration: - rm ~/.emscripten - brew postinstall emscripten - EOS - end - test do ENV["EM_CACHE"] = testpath From b2587c4bae016ecc1acb90cdd64c29f81797b42a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:00 +0100 Subject: [PATCH 08115/10074] mercurial: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/m/mercurial.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mercurial.rb b/Formula/m/mercurial.rb index 794342f2d2d98..9a76c84f0db7c 100644 --- a/Formula/m/mercurial.rb +++ b/Formula/m/mercurial.rb @@ -47,14 +47,14 @@ def install bash_completion.install share/"bash-completion/completions/hg" end - def caveats + def post_install return unless (opt_bin/"hg").exist? return unless deps.all? { |d| d.build? || d.test? || d.to_formula.any_version_installed? } cacerts_configured = `#{opt_bin}/hg config web.cacerts`.strip return if cacerts_configured.empty? - <<~EOS + opoo <<~EOS Homebrew has detected that Mercurial is configured to use a certificate bundle file as its trust store for TLS connections instead of using the default OpenSSL store. If you have trouble connecting to remote From b3faf952429d6de6df894f9ccf3325a0d4ff3698 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:31:21 +0000 Subject: [PATCH 08116/10074] aws-sam-cli: update 1.140.0_2 bottle. --- Formula/a/aws-sam-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-sam-cli.rb b/Formula/a/aws-sam-cli.rb index 302250373fc3e..9a072b0eca611 100644 --- a/Formula/a/aws-sam-cli.rb +++ b/Formula/a/aws-sam-cli.rb @@ -9,13 +9,13 @@ class AwsSamCli < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "74dc91e166893aad6fdf4eb351b7239a1e44a55f1f711c432c8c5d47ce55682f" - sha256 cellar: :any, arm64_sonoma: "6d652c341e2f8e6b3f3b9400023988307ef3e5fd332934679cfa47559ec14e94" - sha256 cellar: :any, arm64_ventura: "e2baa2cc6ebc55eeb5e4c58fd4152e98a22b879fb1a92a3dfc99913668968367" - sha256 cellar: :any, sonoma: "1fe36f8abc3d5eb8fdb8cf1829a2bd62f8224ba07acb816983248858b5b5b5be" - sha256 cellar: :any, ventura: "cd1632ff68c47d2acf2db80fbfdd96c0a17bc20e6f08536616a663de26bee028" - sha256 cellar: :any_skip_relocation, arm64_linux: "4875a410c05864f5ddd3516d3bd62f4b7608faf6daf848afd83df421332fc201" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db96a7435e4ebc052da2ff5023158290155eb37fd1e63e918aa6cff8ccf35015" + sha256 cellar: :any, arm64_sequoia: "ab5da610edd0d49b3d03fda08da8c513f59267aca60ec0eb04b90577d80c2eb1" + sha256 cellar: :any, arm64_sonoma: "ee2ab2edce10b1b533da8352e0ba842993417dddde84c0524bcbd086fca5ee26" + sha256 cellar: :any, arm64_ventura: "9738c80778e9ee00e7cfe939fd36826e2fee75cd1561ef4620df553bc02069ba" + sha256 cellar: :any, sonoma: "8c6aafed7b35ce9a456e6fcb47de41eef06410cd3fe6b3a2d2eb2c377b9c913a" + sha256 cellar: :any, ventura: "54d5fa09dfecc2afc713e875726f237ea6a7c65906924a28e4e9c80f509d54fd" + sha256 cellar: :any_skip_relocation, arm64_linux: "e2eef2cdd433f3200ad9508d419873e99954e9c1a4e0b635a7eb8030fd8a115b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b948eb0ade353d5d63cbb22119f7e0e2f60f428a6e5cb1e3066bc2f66eb76275" end depends_on "pkgconf" => :build From 9c155ba363182440910e3b2efb523b8ad7e308da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:31:23 +0000 Subject: [PATCH 08117/10074] athenacli: update 1.6.8_7 bottle. --- Formula/a/athenacli.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/a/athenacli.rb b/Formula/a/athenacli.rb index 783e64669a860..dcc0b08bd1601 100644 --- a/Formula/a/athenacli.rb +++ b/Formula/a/athenacli.rb @@ -11,8 +11,7 @@ class Athenacli < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "24bd2caf184bd92d6750107fd8e234adf75aa78bedc755972c488ba76f8daae4" + sha256 cellar: :any_skip_relocation, all: "5a240ff69a31aa6396802d1e0722e4d86073261d0b61105fb1dbb3a2d9ac94ee" end depends_on "python@3.13" From 76be826c5120940fe743eaa9ba010329691f7ebb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:31:32 +0000 Subject: [PATCH 08118/10074] aws-shell: update 0.2.2_7 bottle. --- Formula/a/aws-shell.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/a/aws-shell.rb b/Formula/a/aws-shell.rb index 07e51e18adea4..42bd0777a7a90 100644 --- a/Formula/a/aws-shell.rb +++ b/Formula/a/aws-shell.rb @@ -11,14 +11,13 @@ class AwsShell < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "68343e37f8a6d94ee2178cccbee3c5a3112c38cf65f9d03d3232dabcc87ff7fa" - sha256 cellar: :any, arm64_sonoma: "2a1e001d90c41624037deceac47a2cda6192e26172804407aa73cdf68466fbce" - sha256 cellar: :any, arm64_ventura: "c1d6c487c01fe878e670c7d5e42b6187e752e4b9eba67ce9dace722dc94eb68f" - sha256 cellar: :any, sonoma: "7790b68854fcecf340b2c70c1b655efde0e03c9cc8d209b8aa875bf7b124d6d7" - sha256 cellar: :any, ventura: "9ffc3d8ff317f7b9b5968daad25611ae574d524ea5d5c31cfbefe513dab3143c" - sha256 cellar: :any_skip_relocation, arm64_linux: "b9075338185a1be1b9a4a3d28c60c934c2af5dc87e143c0b614f9b89a7971815" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29913454d0b272eada94bd168a55f7e14fada5059bc072b69a65de8735ebe3ea" + sha256 cellar: :any, arm64_sequoia: "778c3c225df6ca360277f1c7213af46622acc28987a7a36b11ad3afc1085f07b" + sha256 cellar: :any, arm64_sonoma: "2fb0be31f58936ac4a8efec47e90266b5de81dadd8d24f53d6c0ba91be75a624" + sha256 cellar: :any, arm64_ventura: "8958273c3f70e0cbfba81ba95d7993635041f7bd8b71ebea0b92fe66519ad0ca" + sha256 cellar: :any, sonoma: "6d16dc12e7265e8a76439034c2e391ce499cd854a6383b0f1c16e64ff7b15039" + sha256 cellar: :any, ventura: "df25aac76dd7ad85debb2999bf28acf7579cfb231e92ac1ae4026d8f23d29b9f" + sha256 cellar: :any_skip_relocation, arm64_linux: "ec6509429837b0903b56e271e80dea64c5432022a2e794603f1fa10a28dc97bf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "194e8b0dbeb0492a831f0a2e38ea864970ec958c78ece6119b1c2c0ba1cd45ce" end depends_on "libyaml" From 913affefad12aa894f7ac38dbccf5c6697abbe02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:31:50 +0000 Subject: [PATCH 08119/10074] arjun: update 2.2.7_2 bottle. --- Formula/a/arjun.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/arjun.rb b/Formula/a/arjun.rb index ea12b4fb2c02c..8c8031f76f831 100644 --- a/Formula/a/arjun.rb +++ b/Formula/a/arjun.rb @@ -9,7 +9,7 @@ class Arjun < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, all: "ea8658d86433b47effde30e4b32de75562122a4e5641af87362c2279d032ffb5" + sha256 cellar: :any_skip_relocation, all: "3b44e35f9b4e94b3d942a42f602d0d9a8d7ae430543aa661bcf4d8e1148ec71a" end depends_on "certifi" From 8a0b11d4cf35b811e83e641f4185708e630b2c32 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:32:27 +0000 Subject: [PATCH 08120/10074] aqtinstall: update 3.3.0_2 bottle. --- Formula/a/aqtinstall.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aqtinstall.rb b/Formula/a/aqtinstall.rb index 2ee67a2e1982f..9693ad06f04fc 100644 --- a/Formula/a/aqtinstall.rb +++ b/Formula/a/aqtinstall.rb @@ -9,13 +9,13 @@ class Aqtinstall < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1800c98a44ca9f747a7cf2ce8e02ac2d59ce2942bf6af9ccf64a295061eee450" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d13e0b5e6231b627572bdadb2aa9dd21efd21f5ba3c60871331af940dc1217f6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3fef848cbf9f5fb81f2af90c70d283dc7c46afd272d0d797a227701f4025c9e5" - sha256 cellar: :any_skip_relocation, sonoma: "4ddfe08ab2fc3f6f10a5e6158cb9a7b1cf4f75ab5dd1bad37901b22ebcca4f27" - sha256 cellar: :any_skip_relocation, ventura: "8fc3dd98f7fc6a4a6b9bf7be0eef1966aaff6b5aa6d8d82eafe4bfb6f3231a82" - sha256 cellar: :any_skip_relocation, arm64_linux: "70568ba0757903863362359b25482e4a0d5a797146eb869dd55230c3417ed089" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07aa400bab836bf643bb068bc9c530ce337485553321ee1433f1911769a97287" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d607df4d563b4832c9543c3b857326d1c1f6aefa08f5d4b7832545c1dad463bf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "84379db7347c71f2dfce9c28fd417c94af3dbc7054d7c5b5ae29cb56b3817120" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c3e05c8ae9d66a3230add1eaffab7c7b1f35482910b86e5e8f45c7e0d960a8e8" + sha256 cellar: :any_skip_relocation, sonoma: "12fd27eb1bbfaf24af4d9568bb6469765ed1a0bc250631fbffe1c90357ea338c" + sha256 cellar: :any_skip_relocation, ventura: "c28fe34be333e0146003283deb7665df49c46c417b07c0aa0806a425b19a7f4f" + sha256 cellar: :any_skip_relocation, arm64_linux: "06bad6f0be45f822558d0322cc1fc16ed27f9435914d0d0abf3643f517ea179d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "65edf6bbb4646c2c54f254e8889c3fbaf7ccb889e84699f5292f14b0edf867c9" end depends_on "python@3.13" From 7dda6326449e23ef94dac87491beeec6069102ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:32:52 +0000 Subject: [PATCH 08121/10074] aws-sso-util: update 4.33.0_3 bottle. --- Formula/a/aws-sso-util.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-sso-util.rb b/Formula/a/aws-sso-util.rb index 258dc17bc626e..2a96a9a5b8dc2 100644 --- a/Formula/a/aws-sso-util.rb +++ b/Formula/a/aws-sso-util.rb @@ -10,13 +10,13 @@ class AwsSsoUtil < Formula head "https://github.com/benkehoe/aws-sso-util.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "68d18487c975bbc47e8f0eb4d0170bc7c60884b31918c145ea111d0659f1b41e" - sha256 cellar: :any, arm64_sonoma: "92904df19f2fc1c977af4b59799571cbced6fae71452545f327a2e9a3e047b85" - sha256 cellar: :any, arm64_ventura: "809ed01bb4972d16c37117227be92a6a4e9d443b978891f8c2ff4c5a29c3fb87" - sha256 cellar: :any, sonoma: "43d39bcdf25ec278797fc9e5f6847021b5ae7c1a2b56ca74c0560233d505033b" - sha256 cellar: :any, ventura: "03bbb571d7242982898f2fc063181d52af0f7f621cf399aee6bb22189c4abe32" - sha256 cellar: :any_skip_relocation, arm64_linux: "34057a787c1d2778eeaa9fe79a9ec69a9a3c32ccac0719927b590460f22776fa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f11cac4e63da93ddd604ccbc9505332a6cc89ea2dcba317b8f5d98d0b5e5872a" + sha256 cellar: :any, arm64_sequoia: "9b0de72d218774baa7fe3fc5cd7952945080f10f41360c5ac644ec727a718b22" + sha256 cellar: :any, arm64_sonoma: "6fd418debe55255e4d7bf2b619251d1a383f44f931e223d4bc1d6231a5147ad1" + sha256 cellar: :any, arm64_ventura: "3cf8890dc4fb3370a3813e86161ac6da5253798932c5b9de701cd1bd50810674" + sha256 cellar: :any, sonoma: "54bc1cef47b78f23d4cf3bbe9c14f94f094c40def535268ff85fc1fa506ca81d" + sha256 cellar: :any, ventura: "1fd983273a29a581c6aba4dc47af4346eadff4468ae7f9969c6dad086ebbfa71" + sha256 cellar: :any_skip_relocation, arm64_linux: "3444c15cb7f0fe88a3cd70ab244b13bca55ca1fd509ca7bd453b13762e1e83ff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "53134b0ef76fa56c95fa1ba0ee9cc989a987c0040d87256cae1621d745407a3d" end depends_on "rust" => :build # for rpds-py From 796ad044f309db6bf837e1a36fef25645c4e7662 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:33:02 +0000 Subject: [PATCH 08122/10074] awscli-local: update 0.22.0_2 bottle. --- Formula/a/awscli-local.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli-local.rb b/Formula/a/awscli-local.rb index a304f2ab0d5f6..0797f62670270 100644 --- a/Formula/a/awscli-local.rb +++ b/Formula/a/awscli-local.rb @@ -11,13 +11,12 @@ class AwscliLocal < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5809a256a92eec1365a7c9f071656a6893295fccf3160a00b29b284bd58b27b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5809a256a92eec1365a7c9f071656a6893295fccf3160a00b29b284bd58b27b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b5809a256a92eec1365a7c9f071656a6893295fccf3160a00b29b284bd58b27b" - sha256 cellar: :any_skip_relocation, sonoma: "7c1b34601976db26914738467119a50373a1d81f13eb915c4ec9364b95223ef2" - sha256 cellar: :any_skip_relocation, ventura: "7c1b34601976db26914738467119a50373a1d81f13eb915c4ec9364b95223ef2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b5809a256a92eec1365a7c9f071656a6893295fccf3160a00b29b284bd58b27b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d74091e363168f1b2e59db8592248b9cafe5512270e7ce82053c3869a962ef54" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d74091e363168f1b2e59db8592248b9cafe5512270e7ce82053c3869a962ef54" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d74091e363168f1b2e59db8592248b9cafe5512270e7ce82053c3869a962ef54" + sha256 cellar: :any_skip_relocation, sonoma: "57413987d73cbf61c0d836dde0d775941ba1dc784473ef102b21b3f078cf7207" + sha256 cellar: :any_skip_relocation, ventura: "57413987d73cbf61c0d836dde0d775941ba1dc784473ef102b21b3f078cf7207" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d74091e363168f1b2e59db8592248b9cafe5512270e7ce82053c3869a962ef54" end depends_on "awscli" => :test # awscli-local can work with any version of awscli From 1cac44de123ee7903c43bcc80cba6e3e35b7ae86 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:33:27 +0000 Subject: [PATCH 08123/10074] awscli@1: update 1.40.30_1 bottle. --- Formula/a/awscli@1.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli@1.rb b/Formula/a/awscli@1.rb index 9a0514ad2502f..791f3b69f045d 100644 --- a/Formula/a/awscli@1.rb +++ b/Formula/a/awscli@1.rb @@ -16,13 +16,13 @@ class AwscliAT1 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "2884acb5a893cb0c96234f99f0312760bcfd345fafa554a62daceeeacc4b8f2f" - sha256 cellar: :any, arm64_sonoma: "6410eaa3121eef23f46f2a2fbd4ba74fdac95fad3f80beeec1e86ba35ae8d1a6" - sha256 cellar: :any, arm64_ventura: "9f82252f9295c4506ccc6678cc5604e8b059f814c647d0f11ea5cd0005943988" - sha256 cellar: :any, sonoma: "1ae236931d97c1e026e6fc204a90d2e03008e98cfa238e2677e0dc1ad9b4c76d" - sha256 cellar: :any, ventura: "eb9080efbf23b3a09918619afb7435f6d7f80b6d99fe0f33f380058f74c6f103" - sha256 cellar: :any_skip_relocation, arm64_linux: "fb57a46d6a7d6959dcba22988b3dc01e8cbef1a59173e0aea0e369f06745bf5a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e6c1b0d52141b76a1a93c1e2f7dbde24270d62156d3a070674d76ebee3420b68" + sha256 cellar: :any, arm64_sequoia: "e5a55868c202e8a91a3d11c17b526419dd1448b4133387795acc6fa66b345691" + sha256 cellar: :any, arm64_sonoma: "741b2c8edd9f9e8fffdf8f96e176bbd6a2625cfd870c52fa139b258896a3c5e6" + sha256 cellar: :any, arm64_ventura: "1da4e2ac7876835a8f86ab06ac44f2e697544ecca36f14638c62bd09e573a1e1" + sha256 cellar: :any, sonoma: "a21c5448d3ab2517d8bb58df08d0e2a3ed8a3e4f46a63b04021f3d767cb2ee94" + sha256 cellar: :any, ventura: "cfa97c35cd15a7fe795ab603322fed05786a14525b8090369c7496503e50a992" + sha256 cellar: :any_skip_relocation, arm64_linux: "9b6087445e1b12586a71b7854a67823b697d121757e83c1ec443f7a13004c0bd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8dd0592cbe020262b18645a0d7a59723ae844c016d7e947a65c0233fde041a8b" end keg_only :versioned_formula From 0efeab1b4db6d2883ae066804301f44af0768876 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:33:39 +0000 Subject: [PATCH 08124/10074] awslogs: update 0.15.0_2 bottle. --- Formula/a/awslogs.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/a/awslogs.rb b/Formula/a/awslogs.rb index b4ce0e1c8d9d5..1010a3cf9e1a3 100644 --- a/Formula/a/awslogs.rb +++ b/Formula/a/awslogs.rb @@ -10,8 +10,7 @@ class Awslogs < Formula head "https://github.com/jorgebastida/awslogs.git", branch: "master" bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "c602aa4c060bd801847ba3c57c3c13294d4db1aa3864b51166d1ee2ef8f19f6b" + sha256 cellar: :any_skip_relocation, all: "617489d2d3480bce52c9af53c2cf2a4a75fb318334cc8ccaac560dd993a09cbf" end depends_on "python@3.13" From 0fd9899f7b806804b792656a1fef793aa2f47a4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:33:42 +0000 Subject: [PATCH 08125/10074] awscurl: update 0.36_2 bottle. --- Formula/a/awscurl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/awscurl.rb b/Formula/a/awscurl.rb index 2f28adf7d7d68..ff8ec41994a61 100644 --- a/Formula/a/awscurl.rb +++ b/Formula/a/awscurl.rb @@ -10,7 +10,7 @@ class Awscurl < Formula head "https://github.com/okigan/awscurl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "30ab3e1f3198bc3b9cb38d37c3ba8dc847d352d03c8a7c9499a256b46f1dd25b" + sha256 cellar: :any_skip_relocation, all: "15d54826d841737d0e72d464313313eef472520987081dc7d781a3b628e8f93b" end depends_on "certifi" From 3e2e139fc2a3124fa7a4455b355a34bf873a796b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:33:44 +0000 Subject: [PATCH 08126/10074] awsume: update 4.5.4_2 bottle. --- Formula/a/awsume.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/a/awsume.rb b/Formula/a/awsume.rb index 0c85a7cefb006..8d978eb71ac8f 100644 --- a/Formula/a/awsume.rb +++ b/Formula/a/awsume.rb @@ -12,14 +12,13 @@ class Awsume < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "ab01aea5f6d99ac21764de55e673902787fc14ec96fada280a0c360bec574d4a" - sha256 cellar: :any, arm64_sonoma: "b06023bea38dacbd5357be513bd216f43f4d5fe3972f024cd8d51761553032eb" - sha256 cellar: :any, arm64_ventura: "8d9db8a716aabe192870e491a0d94225231bbb1ab4a5093bd5462f7e60c8c036" - sha256 cellar: :any, sonoma: "2bf690210a7c40da2e7106dfcb689afee281bcf26b1e40339d75f749dd227364" - sha256 cellar: :any, ventura: "8fc54d5c65ee7e395dd2769036940187e04725c46ae89f010bec64c6537f6595" - sha256 cellar: :any_skip_relocation, arm64_linux: "46de6558e11715bea82a933bc59b3cdce76b5a726aee4faf239688b0ea04c7d2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f2fbc4bce74d218a3e42fa282d7b7e5d1033b47bac6c16f4c97bedf24469cfa0" + sha256 cellar: :any, arm64_sequoia: "030e2f49997fed0235ca111b48944bd6f855eaa2d2c59cabd9ba247e22e5ef7c" + sha256 cellar: :any, arm64_sonoma: "2ecc4d5fd1c6db43db69f746d3f6f1a9da807eda6514bb3c2769977ae2d9fb1b" + sha256 cellar: :any, arm64_ventura: "c85b9414c5695f72832ac4256ccf1b84b9bb6346b2956d7103a6c00307d4a036" + sha256 cellar: :any, sonoma: "57080492ae76c7fc09457d829fb89b8f3e9df1301d3e3c0f9b461cbe4f8b2963" + sha256 cellar: :any, ventura: "960c12f1976a0958516ae73e64c0f89bc3ab63f22f6e67caa136d525bce02101" + sha256 cellar: :any_skip_relocation, arm64_linux: "2b8581a1660f15ae4e36d19f4ff5d538ff1bead94da63d30f6fc1fd4c092bbeb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c69010da69cd156f883b7d9cacfce823861227c0a66f34fcac65ea38bf971aad" end depends_on "libyaml" From 044ab339fe6fdb28ca5dc953d86e9e4199ff2a75 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:33:58 +0000 Subject: [PATCH 08127/10074] b2-tools: update 4.3.3_2 bottle. --- Formula/b/b2-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/b2-tools.rb b/Formula/b/b2-tools.rb index f0f27eac7bd1d..a40df4d70ad8b 100644 --- a/Formula/b/b2-tools.rb +++ b/Formula/b/b2-tools.rb @@ -9,13 +9,13 @@ class B2Tools < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8d9668cb85b020e41ebda2854aec79b644896488f061b336789108bf728be05" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8d9668cb85b020e41ebda2854aec79b644896488f061b336789108bf728be05" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d8d9668cb85b020e41ebda2854aec79b644896488f061b336789108bf728be05" - sha256 cellar: :any_skip_relocation, sonoma: "31e83a7a76d20d3994bcec5bb1be4e95e6c1cf7a38a9f706eac49f0ec5326c2b" - sha256 cellar: :any_skip_relocation, ventura: "31e83a7a76d20d3994bcec5bb1be4e95e6c1cf7a38a9f706eac49f0ec5326c2b" - sha256 cellar: :any_skip_relocation, arm64_linux: "e669cda345803fd027a6be564b6e1137b5754e3c5dc3e445e4eaca4fb109c65b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e669cda345803fd027a6be564b6e1137b5754e3c5dc3e445e4eaca4fb109c65b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1464b66fe0af4ffdb4a8dd113617df64f7eca9516d1ef69f1c8c7e414b16c17c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1464b66fe0af4ffdb4a8dd113617df64f7eca9516d1ef69f1c8c7e414b16c17c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1464b66fe0af4ffdb4a8dd113617df64f7eca9516d1ef69f1c8c7e414b16c17c" + sha256 cellar: :any_skip_relocation, sonoma: "83b346f99f414a187b826e8eb769c0ca94c087bc1c99dd8d86db84a1775a5890" + sha256 cellar: :any_skip_relocation, ventura: "83b346f99f414a187b826e8eb769c0ca94c087bc1c99dd8d86db84a1775a5890" + sha256 cellar: :any_skip_relocation, arm64_linux: "976ca7a59472b971be687e68fa57edd1f59e155776f4f385da3363c04e7ae2cb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "976ca7a59472b971be687e68fa57edd1f59e155776f4f385da3363c04e7ae2cb" end depends_on "certifi" From 008cd576802c18e004816073e2329b6c10994756 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:35:18 +0000 Subject: [PATCH 08128/10074] bandcamp-dl: update 0.0.17_2 bottle. --- Formula/b/bandcamp-dl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bandcamp-dl.rb b/Formula/b/bandcamp-dl.rb index 12add196b908e..a943bd91a9e8c 100644 --- a/Formula/b/bandcamp-dl.rb +++ b/Formula/b/bandcamp-dl.rb @@ -12,7 +12,7 @@ class BandcampDl < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "0211c0e1d2b149b2ee8b7cfb62498a5e95d73f42e5054b54f82ec5e17d13dfb7" + sha256 cellar: :any_skip_relocation, all: "1f4c34ed1a9ae0ce495cee8d829d6661a48f3bbfa1ede20dc5ea54b726ef5abd" end depends_on "certifi" From e1fa0adf39b6da14aef7631795651b4046196541 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:37:03 +0000 Subject: [PATCH 08129/10074] pulsarctl: update 4.0.5.1 bottle. --- Formula/p/pulsarctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulsarctl.rb b/Formula/p/pulsarctl.rb index e9da196bcbcd2..deb13a1f59a39 100644 --- a/Formula/p/pulsarctl.rb +++ b/Formula/p/pulsarctl.rb @@ -18,12 +18,12 @@ class Pulsarctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f16114435ed35d092aa1215cfea1ca6c2dff90ef3d41d44e333366d040a7c63f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "52c604de1788bd352ab7dde49959341688363098aed227755092c159b918a0af" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cac58b9f3690ec507d5678c7acaf3edba2c9735319af1eb4a1710443a846aa99" - sha256 cellar: :any_skip_relocation, sonoma: "f05d27c25eb1fed4598301c2e8b53adf71204cf5a52c285e812496a7b237f54f" - sha256 cellar: :any_skip_relocation, ventura: "2f566672ad41a3839d13a447a5d26925ca4ea42810677de1e8e57fcb251225d7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6cc7ab4d377962bf746c83ca23c3f57a6f79c6e7489ee7f311f19db40412bb3b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "10390b41a673df679dd47cf5dfe98d2fb2613795e498bca3c79a05c7556e2fce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fd23f1ccd128a479aee07748fc89b1d46c8e23982a693d298a3261df7f1aa97" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7681a2714ae2a96eaf688aedc903c75f021902a4d4316205a0bb67310676aa5d" + sha256 cellar: :any_skip_relocation, sonoma: "3b4c4d2ed5cccbd3a1ed8fbdfd03862079cebfba2c04f3be1074a98b4a5412ab" + sha256 cellar: :any_skip_relocation, ventura: "dc4b085a577c7a0f5633bd026a108d8a904929eebd4314fd8cda06e028ff04c9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "88524ee5e3988567c8083e2ede3e1f6e41057b36100c5c82bb52723f6142aee8" end depends_on "go" => :build From 9f4ff09e9bdef89fa83205e809ffd27ab397e529 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:37:09 +0000 Subject: [PATCH 08130/10074] apprise: update 1.9.3_2 bottle. --- Formula/a/apprise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/apprise.rb b/Formula/a/apprise.rb index b7077606cd63b..f4fe524a8898f 100644 --- a/Formula/a/apprise.rb +++ b/Formula/a/apprise.rb @@ -9,13 +9,13 @@ class Apprise < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "efca83e33402cd9c97a47bc12239af471f75226c7e607d9cf9f545dc142469e8" - sha256 cellar: :any, arm64_sonoma: "7f839ea7e876f169d2681fd8b8929c3dea64f28670d4f6ac1efd1b9d5fde9f39" - sha256 cellar: :any, arm64_ventura: "3578cdef5e6ee0d226c1ee22999a28d22c9e83e2ca57684ed4b025e0c7fa39f2" - sha256 cellar: :any, sonoma: "479fdb08b2da41f4815691c88ad54d09d42337e2d095d66bcdd37786e28cd36a" - sha256 cellar: :any, ventura: "1a5047e13d554eba586031bc1d278bc5f641e77d5f3b5f074937f908b05c1940" - sha256 cellar: :any_skip_relocation, arm64_linux: "6439b294a7c9e49ceddfdca012bdcf9f6bd532c5de6b962818221666ebcd7ef8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "38c97c36594a2066ca1debd1ab23ab3ef0417adf9250a46b6380383b5ccd2c98" + sha256 cellar: :any, arm64_sequoia: "b2a2a2c4d22593b4f902920e37e90e26c36ae7433fa15f0b49d5b0a0bfd4da0b" + sha256 cellar: :any, arm64_sonoma: "1adb251b14e2a853a4c4d87078270bbe73b905097d345ada03a8132ddf0b7677" + sha256 cellar: :any, arm64_ventura: "13abcb9e42c91e1401d988d59ff7bbe680a76a81b452e46fcad758f156a0e23e" + sha256 cellar: :any, sonoma: "edf57c6280285d856f65cce0340cf891da6babc5e6f15d6a07071b6f78a1828d" + sha256 cellar: :any, ventura: "b34de266a4e33ad7f2477fd054fd4d46c1a32e613538f7c542dd31307bfcc663" + sha256 cellar: :any_skip_relocation, arm64_linux: "79d1048684dcd8869ece274486faa0dbc01251f99814f088f9220c866fdfef05" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fdf5fb4db8756632f304419f5ff5ee4d817eef5c0ddf74dfe9e905492fcc2417" end depends_on "certifi" From 9c3f4e5c63d8156614aa072fe9eef61ebd954bda Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:38:19 +0000 Subject: [PATCH 08131/10074] bpython: update 0.25_2 bottle. --- Formula/b/bpython.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bpython.rb b/Formula/b/bpython.rb index 95aff90e08979..131f8003dce27 100644 --- a/Formula/b/bpython.rb +++ b/Formula/b/bpython.rb @@ -12,13 +12,13 @@ class Bpython < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d60da6cf634294cda7f89a9d197be247defda0d7ba77c496a63bf5dacd22432" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a98ae347f658f3e58fcbbb30f04979b88825759baad584c43436e792e485c81" - sha256 cellar: :any_skip_relocation, arm64_ventura: "16cb7d1a3c0d87fba4a1f7ae50ee5fa75354d4d0541d385ef1c5ee8000642a3f" - sha256 cellar: :any_skip_relocation, sonoma: "3e8907e65b0fe7c9e5dbb6affb9f23be5bba9f83f613b908c269fc109ab5205a" - sha256 cellar: :any_skip_relocation, ventura: "6e1dcdc560f76f6b0ec201364bc18dce2a20db4aaa6685c019cb81cfb21a4bfa" - sha256 cellar: :any_skip_relocation, arm64_linux: "ec77b4e9f45e004fbac154adfeda3e88fe968101e598ae2aea1b5a74f4a8ec21" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b637086839e8ef3b5e8f289854a3ca524029a1c426ff74d7053af65b34cf3cb5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "43a263d6c3e63b737e4e17b9fba497945b4eed2047c5ffadf482b808ae0c8a59" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "86e7cb8e6e2e13d577a8c8c0af563c9f79e781e2c8e8fdae94623e7621a0f016" + sha256 cellar: :any_skip_relocation, arm64_ventura: "277fa9d83d7e25a4e647bdb8717ecb9dd3eded78238b1b7173c0a39e005ea23d" + sha256 cellar: :any_skip_relocation, sonoma: "ebd93b18c437c5ab683ec330e2ef1bfe8c5798e02d6176bbb1aab560d301b9b2" + sha256 cellar: :any_skip_relocation, ventura: "f6db96e943d8a5a628d27f474560757a55f90561f8030357f486be5ea84d3330" + sha256 cellar: :any_skip_relocation, arm64_linux: "93149a4f504fcb58489abc06b761ae8f2cc545928a582dfe99499b5950e33357" + sha256 cellar: :any_skip_relocation, x86_64_linux: "abbc3793c91f16115bbd341ab8dbc655d14669ffc4ceb9a80e04a24d6173df05" end depends_on "certifi" From f32867ea8278a27595edeb97537643c63af64086 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:43:44 +0000 Subject: [PATCH 08132/10074] openfast: update 4.1.0 bottle. --- Formula/o/openfast.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openfast.rb b/Formula/o/openfast.rb index 6f30a11b861c7..2cd2a03db6c99 100644 --- a/Formula/o/openfast.rb +++ b/Formula/o/openfast.rb @@ -7,13 +7,13 @@ class Openfast < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "13b6d12981d1050c198eacd342785c8e6f911c673beb11ed3e68da2f9b450733" - sha256 cellar: :any, arm64_sonoma: "bb3cbdf4dfd770336c51c4d8c4d4dc97ab67f235594dd96145dd83f9fea8c32e" - sha256 cellar: :any, arm64_ventura: "53274f132b55eefe596a518c08a97883c1d794931d77057fdec46c64228dcb97" - sha256 cellar: :any, sonoma: "0b5a6f2bad8e6586bc9d71462863b3d4c8fc849f9aa0cfc05defc92dc020b602" - sha256 cellar: :any, ventura: "e86c66c85984d6c1938d12098e142e698aeba352e337f83ae91ff7eb259881c0" - sha256 cellar: :any_skip_relocation, arm64_linux: "a2cc9a7b631ecc1d374b251587fcc702dbcdb832ed09d4db9c06580aa89d2255" - sha256 cellar: :any_skip_relocation, x86_64_linux: "efa451581abe6c72b25576bf6b9f9f098f7aae25d91d9ae5978002d4293de121" + sha256 cellar: :any, arm64_sequoia: "222c085d813b35f084bf25881c34fdf955bb520fa0e7b65a1c6b260b5198cdd1" + sha256 cellar: :any, arm64_sonoma: "494c5e36216b302269e921bf490366c36959d28a159c0037d2868f17f8109018" + sha256 cellar: :any, arm64_ventura: "4c554347d8d3c7e872cae227db7bacacda12db07a322f948e6cd9d2c290d7f2a" + sha256 cellar: :any, sonoma: "5cea9d06f4a0b9ef89eafb945b16e735892b3fd2a416dd9eb80e176b4c719b1e" + sha256 cellar: :any, ventura: "98e2267164a7054452a89a77f0a909a9ce4957d2e238939f65808309384628e0" + sha256 cellar: :any_skip_relocation, arm64_linux: "1b34ab2e020c3509bf0434f1e959e876b933feb7dc7b164c0f2425b267042cac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "093192f6ca0d346c782e8e7cfb60805b0f83e2c92ce074e05964315d75ec08d1" end depends_on "cmake" => :build From c4dd554e71023ca4c46ccb40185cbf17d44cfe2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:44:27 +0000 Subject: [PATCH 08133/10074] borgmatic: update 2.0.6_2 bottle. --- Formula/b/borgmatic.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/borgmatic.rb b/Formula/b/borgmatic.rb index 7c7503db69852..a1bf9cd08d8c4 100644 --- a/Formula/b/borgmatic.rb +++ b/Formula/b/borgmatic.rb @@ -9,13 +9,13 @@ class Borgmatic < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "e98c544410321956a6a96762731331a60983cda901db405a87547fe7d5441e8c" - sha256 cellar: :any, arm64_sonoma: "708606193f5b0f53aa346fb3b822a6d4b8f14107016d63805779e18bf9b857fb" - sha256 cellar: :any, arm64_ventura: "81c4f0df777ea6ae7fd9149e65d4d9438f14d030aea30a6ec6b1ea9b8fe555c3" - sha256 cellar: :any, sonoma: "62b79c8dfaa13dc67ed0b875d9fb1485f6f89646e5000b0107f4d6fd232444f5" - sha256 cellar: :any, ventura: "2bf966c4438b5efb05b0952f78ef371cca59857f0dbb5ce7e0641583b49de05f" - sha256 cellar: :any_skip_relocation, arm64_linux: "ba631506d6f992b0fc03e658ed9d4a07bb3884f46a5aadd8e0eebf748499e606" - sha256 cellar: :any_skip_relocation, x86_64_linux: "547305cf7fa3207e9a9ee89ca2ca7084bb71ca2e0a45da3b26c2af0ac957bbb4" + sha256 cellar: :any, arm64_sequoia: "f07e9807fe6d8cf01274987bf5f99cdc591379e6bd9d3819629ca4fb8f6d5a67" + sha256 cellar: :any, arm64_sonoma: "eae630489dda739b34b690db8d977f564794f6b88820a0f75a8f6e5c6aa8dec5" + sha256 cellar: :any, arm64_ventura: "56ba3943ab76d5f5dbf79690d8c939be86a3660d516c97733775fad8e904f0ce" + sha256 cellar: :any, sonoma: "eafec5d74e002767fbbfdefc567f95b14b6522b43f072b45f560cb50c3c0b0a6" + sha256 cellar: :any, ventura: "29e90a9c20eb04849e5f37cbc01337a6418f46c3de0595eed82449890909ca35" + sha256 cellar: :any_skip_relocation, arm64_linux: "2b7e030ae29986505bee4ffb494c90fb3121e7e3d18f0a3bc60fe6f37ec957db" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb9e4a5f52608d8b07b7c744638bbaec3e91a302ee1f7d44a4f3c59e672c20a3" end depends_on "rust" => :build # for rpds-py From 97098f6dfcab5b599ed7fbd8409f132e08cc11de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:46:13 +0000 Subject: [PATCH 08134/10074] vespa-cli: update 8.536.21 bottle. --- Formula/v/vespa-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/vespa-cli.rb b/Formula/v/vespa-cli.rb index 94c1d781d7419..e6e3024579b9c 100644 --- a/Formula/v/vespa-cli.rb +++ b/Formula/v/vespa-cli.rb @@ -14,12 +14,12 @@ class VespaCli < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccf680c2bf81dcd6b28fbcd482d9b5f7ccfa3ede50e6acf82319b0de2177634a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "82f62fcff5a548313f47080c3bdf380a5bd5bcb0639888d58f949107456cd9fd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a9c4d57817ddcc0416587427c70cb2d17f52f0e42a1e89cb913727362d86f35d" - sha256 cellar: :any_skip_relocation, sonoma: "35b1bd5b7aa2ba3f6bebd76162c018703d395aea44315f228d017d8a2739c335" - sha256 cellar: :any_skip_relocation, ventura: "97d4a983ba22044d384c5e4cf893fd49f17ab48a31b77daf9e72a67d126dcd20" - sha256 cellar: :any_skip_relocation, x86_64_linux: "65df98a9511de773f7b6fbd6b1a3377f1fab009097143fa957ec0f9af284935f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e48e026806f88123d7fa86c834a05ab9f19a31df11ef08aee25ee8f0ba80e3ef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c40433bc330913614a1a826e2e759a1176705baa68205c5e4709a1ce2dbe486d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4af6eb5edd7abfebe85739455a7e73f536a8502b530e55fce6669536319f383e" + sha256 cellar: :any_skip_relocation, sonoma: "29ab7540f02779ecefb2c8120e10fcbd8273a4eab48b8d15873838293f9c03d8" + sha256 cellar: :any_skip_relocation, ventura: "208f68b6a6a67545b68eca404594212b571c33d837d29128e3a92cdac3917ae6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1810c07a3a6f9c8c8f5c853703b1442bcdbe94c09e4acf0973bc8a8727a9c938" end depends_on "go" => :build From f30902919ef0a88fb37d15181b479092055a78ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:46:34 +0000 Subject: [PATCH 08135/10074] ipsw: update 3.1.616 bottle. --- Formula/i/ipsw.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 06e7a6bb97ca3..095741a079d9c 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -12,13 +12,13 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b3a210dffb79c7332636a3d0530a1f8f97bce7d36c935984ea546fc2ee7d395" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "739f8213c0791d1bafe582d19ee4904e641facb9d7b572efd64cf0f17b1cd301" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d39f12329829a0e8df3bdc517726d351053803501153ba45fc9de0e6712fea20" - sha256 cellar: :any_skip_relocation, sonoma: "8713b41b370d1cbdf61dc676ba633ae121062ea56f522a77894a3aa9dc6e5bb6" - sha256 cellar: :any_skip_relocation, ventura: "a13350a974ee0f30b7ce79d97ded2417989fbf603a1505fef45ad79a8fc8bad2" - sha256 cellar: :any_skip_relocation, arm64_linux: "fc29364d55770999ead2070133aa9dbe2a6e286b63a02bf7a372426a61759a41" - sha256 cellar: :any_skip_relocation, x86_64_linux: "86e0634e95ecf67ff42e62f016a969bc5a84c286836583a8de39dd11ae80cc69" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fcd592a9b0c104d32fdb433a3b8e595c659b83239175ef3784786704de518f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "18cd72609019eb0a3518b959d7a2f554651d19f07ada26ffdee44ccf18be32cb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7d2096d40b48f42bb7aca7736a74bf91edbc1e54af750df743bc98c4b4c14380" + sha256 cellar: :any_skip_relocation, sonoma: "e87999dc5829b7180cafd35e81e2120c410f893dba733b2c6730be4b0accd695" + sha256 cellar: :any_skip_relocation, ventura: "639b7f0aaaec6b696ae63d1d62fa01af02e5a005ab94257d9ca0031f91130315" + sha256 cellar: :any_skip_relocation, arm64_linux: "1c9832e92f0f228aabdae83d3c4b3f08e6151bee7ab23f3f77531a8a4b1eaa53" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4291bc35b8321c2e16828ee11650d8a936098e8ac95905e2b545fb7211a68dfe" end depends_on "go" => :build From 1523c182e9e6fbc14c27c759d1395834d2ef1dd5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:00 +0100 Subject: [PATCH 08136/10074] mmseqs2: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/m/mmseqs2.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Formula/m/mmseqs2.rb b/Formula/m/mmseqs2.rb index 74b2fec5e8d47..1f62c04d45f22 100644 --- a/Formula/m/mmseqs2.rb +++ b/Formula/m/mmseqs2.rb @@ -61,12 +61,6 @@ def install bash_completion.install "util/bash-completion.sh" => "mmseqs.sh" end - def caveats - on_intel do - "MMseqs2 requires at least SSE4.1 CPU instruction support." unless Hardware::CPU.sse4? - end - end - test do resource "homebrew-testdata" do url "https://github.com/soedinglab/MMseqs2/releases/download/12-113e3/MMseqs2-Regression-Minimal.zip" From ff79fbee3da2dbd0c6914fa2f8f8c9d845e52da7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:02 +0100 Subject: [PATCH 08137/10074] neko: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/n/neko.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Formula/n/neko.rb b/Formula/n/neko.rb index 3a1fd9e2231c7..618a7bd16bb74 100644 --- a/Formula/n/neko.rb +++ b/Formula/n/neko.rb @@ -55,12 +55,10 @@ def install end def caveats - if HOMEBREW_PREFIX.to_s != "/usr/local" - <<~EOS - You must add the following line to your .bashrc or equivalent: - export NEKOPATH="#{HOMEBREW_PREFIX}/lib/neko" - EOS - end + <<~EOS + You must add the following line to your .bashrc or equivalent: + export NEKOPATH="#{HOMEBREW_PREFIX}/lib/neko" + EOS end test do From cc4461013bf2dd8734300d96a54f4b135339c143 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:46:10 +0100 Subject: [PATCH 08138/10074] bash-completion: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/b/bash-completion.rb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Formula/b/bash-completion.rb b/Formula/b/bash-completion.rb index aad408364d7c7..cace4d40db875 100644 --- a/Formula/b/bash-completion.rb +++ b/Formula/b/bash-completion.rb @@ -61,23 +61,13 @@ def install end def caveats - s = <<~EOS + <<~EOS Add the following line to your ~/.bash_profile: [[ -r "#{etc}/profile.d/bash_completion.sh" ]] && . "#{etc}/profile.d/bash_completion.sh" - EOS - version_caveat = <<~EOS This formula is mainly for use with Bash 3. If you are using Homebrew's Bash or your system Bash is at least version 4.2, then you should install `bash-completion@2` instead. EOS - if Formula["bash"].any_version_installed? - s += version_caveat - else - on_linux do - s += version_caveat - end - end - s end test do From 36edebe483650d8949d46d844cb4413a921d1199 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:46:40 +0000 Subject: [PATCH 08139/10074] aiven-client: update 4.7.3_1 bottle. --- Formula/a/aiven-client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aiven-client.rb b/Formula/a/aiven-client.rb index 48e6c46ec3f76..bd1093adcfb8d 100644 --- a/Formula/a/aiven-client.rb +++ b/Formula/a/aiven-client.rb @@ -10,7 +10,7 @@ class AivenClient < Formula head "https://github.com/aiven/aiven-client.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "c635c653602c2f2435cf969eba6e678f0652a2aa8eeaf644d4d5bcba126bcc25" + sha256 cellar: :any_skip_relocation, all: "48480052c82e6d42e9f06cf61a030f807c3fecb16e4d2d674d4a58e93cd5f796" end depends_on "certifi" From b1eef2085054cffa91dda7c14ca4c4a2ba9f5e42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:47:13 +0000 Subject: [PATCH 08140/10074] airshare: update 0.1.6_17 bottle. --- Formula/a/airshare.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/airshare.rb b/Formula/a/airshare.rb index cc4531f1dc8ee..20aa7f3b82a09 100644 --- a/Formula/a/airshare.rb +++ b/Formula/a/airshare.rb @@ -11,13 +11,13 @@ class Airshare < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d38659e242909f9b0c97ec3e5ccb37597b0df71068facdef398d7f3d89c2b68b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b0b915618d820866bc4d1f4f159a278df6ee3eddc933d37c1b569c7138b2833" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6516cb932a1f57aca5fbd37a0cf5df33de5c76c959d23ddd809913fc1b119a54" - sha256 cellar: :any_skip_relocation, sonoma: "5551b05af92257ae7ddf8eb285a336dcea9cca186643afd63c12c93b9a299c61" - sha256 cellar: :any_skip_relocation, ventura: "ce720d0756d630ac0e926c39ae2685e13deb1dfb3eb2aaf5bbd3d90e7629e213" - sha256 cellar: :any_skip_relocation, arm64_linux: "c769f20c08acbeef2fe4e811fc36a7050d6d2ccacb023b6b8d5034ed8050be8a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "177b713cb8748755563c838899c055434d0685769481c8554b354886fd72fc4b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "943a48469f97b9e9edaad7520cab605f75ad91078f81a1406c5f8a36a2dcf18f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "410fda2633833000989fa212adde23b7f904683a66279eeb959fbe712659495e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e6a8eba479fcadfee6bb0e2b7c9a02d4a9531861980fdae0858c59cca578245a" + sha256 cellar: :any_skip_relocation, sonoma: "5d6d1530a125d3839e0e9b101122c420d86fb564d43a38c8f81f5970c772e60e" + sha256 cellar: :any_skip_relocation, ventura: "dbfaa54f18f9fb3c08a6f5d07b7d5c0cacccbbf6d1f6324294f797e1e4b18dae" + sha256 cellar: :any_skip_relocation, arm64_linux: "ca8dbfe91e37a9287a804622a1392dc25eaf20256b03506b3172704f15cf221b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6a842d22dd74de4a9b4c5038607e8f94479f14bb0c762dd2d824699f8ced6ee" end depends_on "python@3.13" From dcf107afcdfdbbe6a69066459d9557e3f2650e01 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:47:39 +0000 Subject: [PATCH 08141/10074] jackett: update 0.22.2029 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 95faa5369f19c..bcd5e5991e49a 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "37cad7e6bdc99c00fdbd0bb22e323182e6e73a353012e000811894c0f1ef75ea" - sha256 cellar: :any, arm64_sonoma: "6424fe4bc205783e75651fba119be09a92778a61861feea70678b0d299bf168f" - sha256 cellar: :any, arm64_ventura: "a254cfd48a96962b82517252eb01f597fabfb1e325b4148355e7fea41cd47a72" - sha256 cellar: :any, ventura: "ed6976650d23a6fb49402f39dfde689268af8a13968d0158e8dd73bfba8f4c3b" - sha256 cellar: :any_skip_relocation, arm64_linux: "e584f59b1e8e12c9fdfdc6a104140b63b1bcfaa3c77b9ca21a44a0f20025183b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "40a5a6271c3d50883f630dcb7bff4c5963ed67a375ff790b219f5398a84d4dca" + sha256 cellar: :any, arm64_sequoia: "2b19812099bcc6b557fb3fac73171529a89d79efe37ae38e93cd4e05ed6801ec" + sha256 cellar: :any, arm64_sonoma: "961088bf2cdad11f843bade39e32e9c2608caac69a4ed87fe38bc1ddb16092e8" + sha256 cellar: :any, arm64_ventura: "d4efd59e430c4c3f74d4c63e673ae46a74450031cfdde315d857fbce341370bd" + sha256 cellar: :any, ventura: "765f2de84a302d10a40ccf46527d9bb50e1f695f1e70d8f72ed278d18a9cc379" + sha256 cellar: :any_skip_relocation, arm64_linux: "dda7a92a927576b541d273cd4c47af7f4396616a7dd4f43c2600acdc18a0db4a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b9f2d171a5f950734673481da0e5af3511c323f475f0c7570b55f579561ffeac" end depends_on "dotnet@8" From 9efe626047e0f25ffbd15d0951bbce79e61098c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:47:40 +0000 Subject: [PATCH 08142/10074] abi3audit: update 0.0.21_2 bottle. --- Formula/a/abi3audit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/abi3audit.rb b/Formula/a/abi3audit.rb index ee533cdf80fbd..b317d1da809d1 100644 --- a/Formula/a/abi3audit.rb +++ b/Formula/a/abi3audit.rb @@ -9,13 +9,13 @@ class Abi3audit < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "45ce7434dde77dbdd1160b08b01232887574ece25942c963e1a3d4568ae1f3b8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "45ce7434dde77dbdd1160b08b01232887574ece25942c963e1a3d4568ae1f3b8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "45ce7434dde77dbdd1160b08b01232887574ece25942c963e1a3d4568ae1f3b8" - sha256 cellar: :any_skip_relocation, sonoma: "e729efcec694432e3b2040afde6d245fa5e64b94e4ba01c023b097ea1a3926d3" - sha256 cellar: :any_skip_relocation, ventura: "e729efcec694432e3b2040afde6d245fa5e64b94e4ba01c023b097ea1a3926d3" - sha256 cellar: :any_skip_relocation, arm64_linux: "97281f4d91d1221ed2f0806d4b314865a448226a922d65145e1609acee7b54c5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "97281f4d91d1221ed2f0806d4b314865a448226a922d65145e1609acee7b54c5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0beef9d71d709148388bb116d6bfc6a0338dda360230c8d12a0ad6801deb732" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0beef9d71d709148388bb116d6bfc6a0338dda360230c8d12a0ad6801deb732" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c0beef9d71d709148388bb116d6bfc6a0338dda360230c8d12a0ad6801deb732" + sha256 cellar: :any_skip_relocation, sonoma: "a245a21b30fc66c240529af93fbf6e5e31982de6e95e94ae537dacf43170a0c3" + sha256 cellar: :any_skip_relocation, ventura: "a245a21b30fc66c240529af93fbf6e5e31982de6e95e94ae537dacf43170a0c3" + sha256 cellar: :any_skip_relocation, arm64_linux: "292a7577ee3f2ed64badf4c3d082057028204e722b528de5f725d5d7a811611c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "292a7577ee3f2ed64badf4c3d082057028204e722b528de5f725d5d7a811611c" end depends_on "cmake" => :build From e15ca1837c32e9b13b963d8abd82e79cbb63ba67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:47:49 +0000 Subject: [PATCH 08143/10074] kyverno: update 1.14.3 bottle. --- Formula/k/kyverno.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kyverno.rb b/Formula/k/kyverno.rb index 92ca32ea4f88a..0192c9b10a109 100644 --- a/Formula/k/kyverno.rb +++ b/Formula/k/kyverno.rb @@ -14,13 +14,13 @@ class Kyverno < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd401806800e44d21518c1d4099ef2d87bdece7d21edfa31a693a20db936dad1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "783fd379425ab8ef3f144a3af476446ac2a8596bbf6b1c88d986dfc93bc7c6a7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "39bace51b95528db327f8f5b6bd775c14f8e595c44ec69138123f52fe8d62d92" - sha256 cellar: :any_skip_relocation, sonoma: "bc5282b112e682673e9c1d415a272af9194e73a92cfa42fa9601a17a832cbd51" - sha256 cellar: :any_skip_relocation, ventura: "5b7c3c0aaa095d5a71bf7cf902e1af30835607bf12d8b0576c006a9bf50e4ff0" - sha256 cellar: :any_skip_relocation, arm64_linux: "0f0636a33590f0626824508caecdd5bcf76f7ccb76f2f59148b622c5b2636b72" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e3cd00a3c791c025bdbc1fa4b9a36c39addf6df0a2d59195cbbe224f1ff097d6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3133404eddee0a39e1bf95eeccea6c5366e767cb6f450fb47402dea9a59638ae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0034e9ebc8531a4d586afc5ea27010d7c1d2c9afe309466e72ca6cd92deb730b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c3bec6bad97d62cfab2f69a74b735d9aa03b86a5e0fe5900f15460b3c04165ee" + sha256 cellar: :any_skip_relocation, sonoma: "eed762becad492ab5c7af8f1c76382009e9512200c805d1ffcc6b7257b69de8b" + sha256 cellar: :any_skip_relocation, ventura: "54a65904bccad50d44f5e06f04f6c3d6c729a95c70e4cf72c259bf5ba292ff89" + sha256 cellar: :any_skip_relocation, arm64_linux: "7d129a3a6bb43bd6b29d50db1cfe50065d40ab28c10c946a9716aa19a5dc854b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2e5b839a8c964d68bd8583a22db9edf929be15c10f352dce9d7aa4814a363af1" end depends_on "go" => :build From 982eb59155f34a8e36a1f20c4cffb30e945b8b36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:47:54 +0000 Subject: [PATCH 08144/10074] limbo: update 0.0.22 bottle. --- Formula/l/limbo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/limbo.rb b/Formula/l/limbo.rb index 9299fb74b7659..f438c9d663bd4 100644 --- a/Formula/l/limbo.rb +++ b/Formula/l/limbo.rb @@ -12,13 +12,13 @@ class Limbo < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "438f60112acb8fe48d1f04a5c4e9fdb14633ba74c6dd5ae28a5961c1159ff2af" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d76706210af9ab695c190301906c2388e86c1bea8617463681f7a9094fae323e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4997feea9689fe65188e81249c368561fab1bd2ae27d2a891b75587ba544b5dd" - sha256 cellar: :any_skip_relocation, sonoma: "a35592c83890af03b48fefa46315bbb02160a128cd672d6f9cba50c309ef42b1" - sha256 cellar: :any_skip_relocation, ventura: "6410c2c473ba9a4e8e22b7ad13baed75326560c0746fcb51ade34a4ec4eb9f70" - sha256 cellar: :any_skip_relocation, arm64_linux: "80cd28842184acffc40f32e41ee75ce69f1f4b93f2ab7f364c9d6da1b5922525" - sha256 cellar: :any_skip_relocation, x86_64_linux: "92dc78a2dc34953ce134e2236eeccb14f7f9af8d0d5d2fc4d1953aef88cac97d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9084312f47b1a4728191d7c8fd668a2370eea706b69b6e169d30607563f620c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f366ac109efc0adbb8b110c00b624687ae298cdcecddf8e2b5cb553d87d9913" + sha256 cellar: :any_skip_relocation, arm64_ventura: "404ce7a766654d3a3792207eef8547bbdf698d898af2b284531d94b9001f23d7" + sha256 cellar: :any_skip_relocation, sonoma: "fb8fcb114abac4554dc183a92e26f5dfcc02385d7213c6c78a32584e26aa871b" + sha256 cellar: :any_skip_relocation, ventura: "7dc9ea985267d40a3b1377fed2ce6ab7c3f191d6773f83ec39b1956f487eb700" + sha256 cellar: :any_skip_relocation, arm64_linux: "a52a85b519b3d278f3b12dbae03b8596055312f4d584c12fcb6c87d3f5471387" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a45203bc6edca65de1a05536f7e43d8975f6cbdec0b8e694c32f14fd7c35b2e5" end depends_on "rust" => :build From d07c5e5730db4d9450e43c782de68ddd4ffb2eb5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:02 +0100 Subject: [PATCH 08145/10074] openconnect: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/o/openconnect.rb | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/Formula/o/openconnect.rb b/Formula/o/openconnect.rb index 453769c155412..6dec0a4e57a92 100644 --- a/Formula/o/openconnect.rb +++ b/Formula/o/openconnect.rb @@ -80,20 +80,19 @@ def install system "make", "install" end - def caveats - s = <<~EOS - A `vpnc-script` has been installed at #{etc}/vpnc/vpnc-script. - EOS - - s += if (etc/"vpnc/vpnc-script.default").exist? - <<~EOS - - To avoid destroying any local changes you have made, a newer version of this script has + def post_install + if (etc/"vpnc/vpnc-script.default").exist? + opoo <<~EOS + To avoid destroying any local changes you have made, a newer version of `vpnc-script` has been installed as `vpnc-script.default`. EOS - end.to_s + end + end - s + def caveats + <<~EOS + A `vpnc-script` has been installed at #{etc}/vpnc/vpnc-script. + EOS end test do From 3e2436a84e8fc5bfa84856de9d1648d5be78173c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:56:24 +0000 Subject: [PATCH 08146/10074] bagels: update 0.3.9_2 bottle. --- Formula/b/bagels.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bagels.rb b/Formula/b/bagels.rb index 49a049b681229..a8467652f37e7 100644 --- a/Formula/b/bagels.rb +++ b/Formula/b/bagels.rb @@ -9,13 +9,13 @@ class Bagels < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "a2c90dd7c2abc9499d871c0c8a2d473b18c24bf32bf53b733b9a596201329605" - sha256 cellar: :any, arm64_sonoma: "453b39b334cef33ffd546c4436c875bee30e94e1efecedf31b2a4f82970a3558" - sha256 cellar: :any, arm64_ventura: "15ee1a4e41ed2dd14a0ae2f59d0509af2da9d73cbd348e46404535754bd63c5d" - sha256 cellar: :any, sonoma: "c370824aac5df92152fc77c47199c056bb5aae8e25309c1390f81fc2cd06cc16" - sha256 cellar: :any, ventura: "589aba11c7c7caae6be38944a21f30274ee744a30fab9431a2b173647ae0d49e" - sha256 cellar: :any_skip_relocation, arm64_linux: "5435b8353fdb040c8b7583d4e1ec0d040f01fad9a17b5a4779898f3f6d704661" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d5a37b5c2ef70840b8a0647117ed2028d1fd82bc48d17f9dc6e2033934883c2" + sha256 cellar: :any, arm64_sequoia: "2dc3a6c56b413a408467a7d53802b19bab97103b17942df37d1e68c6ec8d6a88" + sha256 cellar: :any, arm64_sonoma: "62fbf7c321f1d42c539aba88f1eb081e7a16dc42fc4861b098efaad9e1e83371" + sha256 cellar: :any, arm64_ventura: "a1068402d8ff67ef499f5ddd76f3ef3c5708a4c8b915d0f97cca8cbd17071313" + sha256 cellar: :any, sonoma: "8dc4b9dbacafcdede200e697bc7db9ab05ab2cee133b886d33cc96334053b055" + sha256 cellar: :any, ventura: "c9fb3eaa056d2742589a69b6ec9b8a6e1e82b7d023e010e6147b3ecde390b1c8" + sha256 cellar: :any_skip_relocation, arm64_linux: "4c0e6415c91a75a059762c4e000fe739d94731b05a72ee5d98b38864d7ec8629" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4165088e08bfbcf2d802987b65c5d3e2c5f5eab08086c8c8f94bc1ebf22f1acf" end depends_on "rust" => :build # for pydantic_core From b93c9e065feeb0da8d1bf6a61250e3ca32a09cf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:09:20 +0000 Subject: [PATCH 08147/10074] buku: update 5.0_2 bottle. --- Formula/b/buku.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/buku.rb b/Formula/b/buku.rb index 1ac43d1f3727e..bff950de80347 100644 --- a/Formula/b/buku.rb +++ b/Formula/b/buku.rb @@ -10,13 +10,13 @@ class Buku < Formula head "https://github.com/jarun/buku.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9596441b80dedb61bc7cd57743e861cf781966c4530e15731def2e8d223f0e65" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "032d6166f20300d2e6e3e9cf28080b76c3ee563ba93eeeabdf95380df4bbd3a6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d69cb7fb9ff02fba5712ba14a70a60713ea36a3ca9879754bf424b8bb11f7a4d" - sha256 cellar: :any_skip_relocation, sonoma: "6449b6131564ab87bba0e55613b8a8522ddce74558c6d8145365998004a3daf5" - sha256 cellar: :any_skip_relocation, ventura: "725dacb1ff25d9d8035b19907b816d79407354f5d8269e463214fe81411f393f" - sha256 cellar: :any_skip_relocation, arm64_linux: "7c8acec3e9ff92fb5fbc6e5202494ac09b0626880d043a83986c7c170bac9664" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7e803486c3a74df43a88a09df4d631a2b853dc3bfc4a8ac6ce78fa34fb5935f2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "69fc60603b898f2d6d26726efc388051de7e1c65b76f85f1cdc38132b8512c15" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2227b666af396d4d3d2a83622feb4a105781ecbc44a0fc1f061abe396bfb69cc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "21144834f453b881b0bb0fc83e87b8467ca1bf580ef17ba83fa532709ad65085" + sha256 cellar: :any_skip_relocation, sonoma: "e8ab85a315f80f9caf22f476615559eb820327e3fc1fb913e75683853376c402" + sha256 cellar: :any_skip_relocation, ventura: "5b6d6a07e316007a09ff5841061432e63cf72f160bbf03f416ae8658d40a4b98" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b7f74fe9f592922d6d705f6e7eab029d21c88473dfad893c7310b84e03cd709" + sha256 cellar: :any_skip_relocation, x86_64_linux: "53b1e28bf4469b9e5774dfa9d533705c1a914b6d8518dd6e3bf34056bcd33110" end depends_on "certifi" From 2fa48e95d881243b977069e629d1e1a2657b007f Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:18:58 +0000 Subject: [PATCH 08148/10074] openblas 0.3.30 --- Formula/o/openblas.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openblas.rb b/Formula/o/openblas.rb index 89d1616d5e722..b6ccafc136293 100644 --- a/Formula/o/openblas.rb +++ b/Formula/o/openblas.rb @@ -1,8 +1,8 @@ class Openblas < Formula desc "Optimized BLAS library" homepage "https://www.openblas.net/" - url "https://github.com/OpenMathLib/OpenBLAS/archive/refs/tags/v0.3.29.tar.gz" - sha256 "38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb" + url "https://github.com/OpenMathLib/OpenBLAS/archive/refs/tags/v0.3.30.tar.gz" + sha256 "27342cff518646afb4c2b976d809102e368957974c250a25ccc965e53063c95d" # The main license is BSD-3-Clause. Additionally, # 1. OpenBLAS is based on GotoBLAS2 so some code is under original BSD-2-Clause-Views # 2. lapack-netlib/ is a bundled LAPACK so it is BSD-3-Clause-Open-MPI From 7e0398ff6d2124ad25988cdce6f8f537ffcf1536 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:20:26 +0000 Subject: [PATCH 08149/10074] bbot: update 2.5.0_2 bottle. --- Formula/b/bbot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bbot.rb b/Formula/b/bbot.rb index f6b59a7b3a70d..52f3036ce07e7 100644 --- a/Formula/b/bbot.rb +++ b/Formula/b/bbot.rb @@ -9,13 +9,13 @@ class Bbot < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "fbd8caa2d756ced239a26f149b8740866051e9babfeb4bcdbe82f3b1d1da72a4" - sha256 cellar: :any, arm64_sonoma: "77bc3b1ebdd3d7ab52b2368af6dfbf992b8cc20d952fa0368543be84da821363" - sha256 cellar: :any, arm64_ventura: "293e06b94dfdae692e5f711974612afa23d2346bedd3e55049349374deed0ba6" - sha256 cellar: :any, sonoma: "53eccc64384385ed18f0147e273d5ddab55b00266eb6bcd7aee4b4af41715fe4" - sha256 cellar: :any, ventura: "331adefa6173668f80a65d340b17817e2701fb85946e4e1ce1a15fc281add61a" - sha256 cellar: :any_skip_relocation, arm64_linux: "3499d2a39f8c2a6f7a23b42e137dde890e5450729f4ffb8922ae9ec13686660f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0f9e9162957d5fdd9debd8f6b3ff8e286b9ee3c3068d77b2051acbe98797a2de" + sha256 cellar: :any, arm64_sequoia: "0c6a85b3c2d3a53733f79ab8f86822a99a7553b6d9f7e37272a5474a26553037" + sha256 cellar: :any, arm64_sonoma: "7ec41ca0369428e21fbe3bcd85b5db5937c0c55c56204b8a344b5bb3b89a3697" + sha256 cellar: :any, arm64_ventura: "e7f5026c6daf94e5e1ec6d030429cb09fff651e9f037e85c40a1fc30b94f8c16" + sha256 cellar: :any, sonoma: "f808f5c5d4e7169b1d1f5419b467529b891b2b438df7c1d1e213c8458558db1e" + sha256 cellar: :any, ventura: "853a4dd3b17495c5627e6d0c778cde31f959868d9a3611607daec2b898f605b2" + sha256 cellar: :any_skip_relocation, arm64_linux: "bf5cc40ac7e8e89be9abe49a220a6abe8aa882f7fbb44ccb563ca0082eec80b0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "de74eb59a36a7d1795d2bb8564d57d1880d57b378d9f937e747d842a98bc077b" end depends_on "cmake" => :build From 3fdec0172606c1d1bdec66e6645fcd32942d6694 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera Date: Thu, 19 Jun 2025 18:35:35 +0800 Subject: [PATCH 08150/10074] muon: revision bump (pkgconf 2.5.0) --- Formula/m/muon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/muon.rb b/Formula/m/muon.rb index fad7d2dc24765..d4c84b5df11a6 100644 --- a/Formula/m/muon.rb +++ b/Formula/m/muon.rb @@ -4,7 +4,7 @@ class Muon < Formula url "https://git.sr.ht/~lattis/muon/archive/0.4.0.tar.gz" sha256 "c2ce8302e886b2d3534ec38896a824dc83f43698d085d57bb19a751611d94e86" license "GPL-3.0-only" - revision 1 + revision 2 head "https://git.sr.ht/~lattis/muon", branch: "master" bottle do From e89268fc6c2e2589694060640262467a50b7ad02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:44:08 +0000 Subject: [PATCH 08151/10074] prowler: update 5.7.5 bottle. --- Formula/p/prowler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/prowler.rb b/Formula/p/prowler.rb index 0a55ea858871f..d52e4b77f6d76 100644 --- a/Formula/p/prowler.rb +++ b/Formula/p/prowler.rb @@ -8,13 +8,13 @@ class Prowler < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "fe3cda27ffe4b225a1c98232212035cae57be88c4e3c9d5e34451a2aedf51b81" - sha256 cellar: :any, arm64_sonoma: "1dec88ccf091523f62f7e346f8b5b3eab57d93f27509a1ffce3bae6f7f766394" - sha256 cellar: :any, arm64_ventura: "66435c0348df39501966f6112c001d2b01e859835fc08d800725811e2b86da14" - sha256 cellar: :any, sonoma: "e3a0d6c2844ec74693ec8b29533ec2cae6888128c8d7786125eab8d6ca70ac94" - sha256 cellar: :any, ventura: "240d87a293ded2fd7d5f28e43f3b6c2c9feba58573375890b2e04c871bca05a0" - sha256 cellar: :any_skip_relocation, arm64_linux: "d8e3f51d7813a692c8d3ab9fa95314b21cfad080d3857c991ef0ef684a7c3640" - sha256 cellar: :any_skip_relocation, x86_64_linux: "41328d1a844f16b66e29464b1658d82a4b776596447e0dfcaee5cca8cc9976f1" + sha256 cellar: :any, arm64_sequoia: "d38e47c995ce75b7415613e6de7709d823797983e3929c386978446f37e4f742" + sha256 cellar: :any, arm64_sonoma: "1514f1280fc8d8666bcac45f32c21445749f74c0abeee54c95b13f4ff17fcf0a" + sha256 cellar: :any, arm64_ventura: "5c4c1b2fd0e1aad02af19ed4500e4d2d66ac2815b5a608470a9110c10f01fa9a" + sha256 cellar: :any, sonoma: "168dd212a3181df4d63a0824e55346091d1b35e0fb97675d637d19b2eb1defe8" + sha256 cellar: :any, ventura: "baa42806a59edba77209169acd47224dbe73151a98f51ce4c873ba26e18c33dd" + sha256 cellar: :any_skip_relocation, arm64_linux: "57933effc3821e391284e65db853d47368dfd0b0e6a84be5f4e1530cb4c15549" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d285a995e087da13e6b09fe5b8616257dc0d2f4698270bf00c5af5b6c4fc2510" end depends_on "cmake" => :build From e5b0ceae7f14acfe548ec3d891250067b9be3843 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:44:55 +0000 Subject: [PATCH 08152/10074] c7n: update 0.9.45.0_1 bottle. --- Formula/c/c7n.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/c7n.rb b/Formula/c/c7n.rb index e1d0ddf1f84aa..651ab988935fa 100644 --- a/Formula/c/c7n.rb +++ b/Formula/c/c7n.rb @@ -14,13 +14,13 @@ class C7n < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "bb55312a86c7962e7f2831629729dc788e109d457d9f016e239e9d952bdedf14" - sha256 cellar: :any, arm64_sonoma: "8316069ee105e786fc692cf53db40e6bbe1b25fc4b4c00dc4074dedf4a5684f6" - sha256 cellar: :any, arm64_ventura: "d026c940a7ea84715ef5daed29e2aae3c8e0a68987ff4f9667f0bb05e739e259" - sha256 cellar: :any, sonoma: "ba8404585be106bc011d2552ce1499f118991f17307e54fecac154aedc63b2ff" - sha256 cellar: :any, ventura: "4ebed9b4fe1daba1ce4c28d88f47c4fc849c29babc411b183313173e631db99e" - sha256 cellar: :any_skip_relocation, arm64_linux: "e5ee62e351fe89126fe3ead92b74e42e8f8a73e283342f956fc712f397028497" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c8b8e8e231471b2c8bbd704c2c3f4da2d98fb2186e420adc1d0abcb34f19d6d2" + sha256 cellar: :any, arm64_sequoia: "3158bb7f23c6fe9e0889515664e34eed78ac9a464c0c01898dcb3023f56c89d1" + sha256 cellar: :any, arm64_sonoma: "fae457d381fc264697559713ad8efe3d006f33df1b9d322a695617f571bffa52" + sha256 cellar: :any, arm64_ventura: "2a78e219d1a6e5d41bf4e38c02fc2b54d98d409ec3e7f804dfddb03f1d063dbe" + sha256 cellar: :any, sonoma: "e261165caa4ab1e9ab47b212d835f75cdbb8f1c20b5f39fed2376cad74fb1e35" + sha256 cellar: :any, ventura: "e4e1362751a21d0df14de6553624096047b8e736a36ccc5db01211d78416d92b" + sha256 cellar: :any_skip_relocation, arm64_linux: "7e4bd86c9d7596e129550c4f08740a0c42656fd5bceca9dfefcdfceb9b640a08" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d0731a3727f5e090388b16d2d29e915a2798867242e59f8f3c4d4f724c2d74f" end depends_on "rust" => :build # for rpds-py From 71ebe6910ddfb56783f3bd8737f19ebb81539ccf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:52:01 +0000 Subject: [PATCH 08153/10074] balena-cli 22.1.1 --- Formula/b/balena-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index bc09871f83dad..536b592ab5d68 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -1,8 +1,8 @@ class BalenaCli < Formula desc "Command-line tool for interacting with the balenaCloud and balena API" homepage "https://docs.balena.io/reference/balena-cli/latest/" - url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.1.0.tgz" - sha256 "a178636550326bbe9b5e9d1c5c111d9199a2467ca9e4b12d137113a2b9981f7b" + url "https://registry.npmjs.org/balena-cli/-/balena-cli-22.1.1.tgz" + sha256 "2ae5970eaa2f09252e136578ddb68cd6d6fc7aa95e1f3d70a206ee5381060ac4" license "Apache-2.0" livecheck do From be8f0634615a47ef7f0da3fac93ad101115d8066 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:59:54 +0000 Subject: [PATCH 08154/10074] freetds 1.5.3 --- Formula/f/freetds.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/freetds.rb b/Formula/f/freetds.rb index 60c43d9e8475b..f587cc197eb16 100644 --- a/Formula/f/freetds.rb +++ b/Formula/f/freetds.rb @@ -1,8 +1,8 @@ class Freetds < Formula desc "Libraries to talk to Microsoft SQL Server and Sybase databases" homepage "https://www.freetds.org/" - url "https://www.freetds.org/files/stable/freetds-1.5.2.tar.bz2" - sha256 "7100a723bef1c0866f0a12c7081b410447959c8b9cc7500196c5c5d64042c056" + url "https://www.freetds.org/files/stable/freetds-1.5.3.tar.bz2" + sha256 "5cb66c46a60a83b8a2855e466148b6fa27962c7fd1dcb3f6e5d0ab17ec5ff6dd" license "GPL-2.0-or-later" livecheck do From 55b62b7aa304c1c1bce65fb636d8065e99664714 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:01:11 +0000 Subject: [PATCH 08155/10074] rollup: update 4.44.0 bottle. --- Formula/r/rollup.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index 228b19f4df109..c71a23bba4b9d 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -6,13 +6,13 @@ class Rollup < Formula license all_of: ["ISC", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "efa8434fafe110b300c7d71bcebda4414127d82600800fa59ecb980f5793a205" - sha256 cellar: :any, arm64_sonoma: "efa8434fafe110b300c7d71bcebda4414127d82600800fa59ecb980f5793a205" - sha256 cellar: :any, arm64_ventura: "efa8434fafe110b300c7d71bcebda4414127d82600800fa59ecb980f5793a205" - sha256 cellar: :any, sonoma: "5d89de859007f9b48d2cf94f353c4c22938755c4acd46a4fbc49417311e31885" - sha256 cellar: :any, ventura: "5d89de859007f9b48d2cf94f353c4c22938755c4acd46a4fbc49417311e31885" - sha256 cellar: :any_skip_relocation, arm64_linux: "fb2abc524f53ae010e9cde39e981302d397de6f526d1f0c56f63dd3d4e0a03dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "131e97256d0e8882072742e7884bc760f71855ba56f242e7fed75feca7e98217" + sha256 cellar: :any, arm64_sequoia: "e1c30aedada0555cb71b70249aa41497139c1d63e6d32c522283299586667855" + sha256 cellar: :any, arm64_sonoma: "e1c30aedada0555cb71b70249aa41497139c1d63e6d32c522283299586667855" + sha256 cellar: :any, arm64_ventura: "e1c30aedada0555cb71b70249aa41497139c1d63e6d32c522283299586667855" + sha256 cellar: :any, sonoma: "6c7b0934ac423ec6d674eeddd73ed845ec44874076e95e6b92d06cdfa3607e4f" + sha256 cellar: :any, ventura: "6c7b0934ac423ec6d674eeddd73ed845ec44874076e95e6b92d06cdfa3607e4f" + sha256 cellar: :any_skip_relocation, arm64_linux: "2c41433fb8f59283a526361b8403b8d027305bb0c2580b6760bdccd366ec6632" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b5dfa8d6892109f32c250e8d4ab0412d1b099784c0810518c17ed97d312dbe9d" end depends_on "node" From 3cefe91f24bc5c5aef6b2bfca179e2c0fd6d5ddd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:02:33 +0000 Subject: [PATCH 08156/10074] hut 0.7.0 --- Formula/h/hut.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hut.rb b/Formula/h/hut.rb index 61219b8998734..67b3e9e6aae5d 100644 --- a/Formula/h/hut.rb +++ b/Formula/h/hut.rb @@ -1,8 +1,8 @@ class Hut < Formula desc "CLI tool for sr.ht" homepage "https://sr.ht/~xenrox/hut" - url "https://git.sr.ht/~xenrox/hut/archive/v0.6.0.tar.gz" - sha256 "f6abe54b433c30557c49aa41d351ec97ef24b4bee3f9dbc91e7db8f366592f99" + url "https://git.sr.ht/~xenrox/hut/archive/v0.7.0.tar.gz" + sha256 "5975f940740dd816057ab3cf20cebde3ece3250891952a566f8555f73fb67b21" license "AGPL-3.0-or-later" head "https://git.sr.ht/~xenrox/hut", branch: "master" From 5707d79de8c93dc9f82f5a4f845150ebef202804 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:03:09 +0000 Subject: [PATCH 08157/10074] xwin: update 0.6.6 bottle. --- Formula/x/xwin.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/x/xwin.rb b/Formula/x/xwin.rb index 502530c793e19..a5d057762634a 100644 --- a/Formula/x/xwin.rb +++ b/Formula/x/xwin.rb @@ -6,15 +6,13 @@ class Xwin < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4037b8f7f0cc14cc0ceeef6bbcda2a8bc884eaf644c8a7fe28c5954a1bf1c526" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "024ef02449c4a8def7975e5a888029ad67057092f46bc3a834c986dc267d7d3d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "88a0344d220aa9b7efdf4eac804dc4f4d045a862658e73e5d4206006821acb8d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "b991244b55050f4b79a5e42245863ebdc624f8b42138ddd6741713a8f40d8e76" - sha256 cellar: :any_skip_relocation, sonoma: "8eb6be6eddc5bdaa98e9bedd06e15fe9dd98189ff5ee9f969093160eb91d0b3b" - sha256 cellar: :any_skip_relocation, ventura: "3b9c9cc7645f66e685ad98c7f9a450b45bfc36eddbcea151f25c857f132c28b9" - sha256 cellar: :any_skip_relocation, monterey: "ecee39a502597e5ce214487c8031c1b2679a835390b3385fbe0fafe7592d2ea2" - sha256 cellar: :any_skip_relocation, arm64_linux: "26d3fa39975e18376479c47984edfe5028031031ad9f8dd117a02a2cbe68232d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "244e179fcfcca8f1df7ca7d9490764602279f6dc45a678b5dfb2845ef5cb95ff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "65c002d60b8d19f4555ee0a3c4e6eddf72a4278085b36f4cde1069af415b4f34" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfabac7f5b9080b178f8706edf3816697b9ac8926f11316d9d7fa852b1601003" + sha256 cellar: :any_skip_relocation, arm64_ventura: "abfbdd2d64738f8266da31aa38e0f982b67b6df6b1f4ecefdeee685fef769aa7" + sha256 cellar: :any_skip_relocation, sonoma: "d5c37dd63f4f266715597925b34ef433593d9c45e8f5eca8e9c1ff9d064e1b8a" + sha256 cellar: :any_skip_relocation, ventura: "a4ac29056e3d880be60edad95495d3b72d57c05314886b41d830c5e01d800162" + sha256 cellar: :any_skip_relocation, arm64_linux: "a97e98f125560ed08a601a7fd280d03534510f787a7491e08aa7730be0843bab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f388d3eabb197df201e11d4ce023af348286b88933341aa903df738e94a37417" end depends_on "rust" => :build From d268d9b83c9cf35f00be8cbf188650b472742703 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:04:22 +0000 Subject: [PATCH 08158/10074] renovate: update 40.62.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 6a89af24ea4cd..4dfefe12b027f 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "87c2bdc887a6ec8731ce923d313fb03cb870d7bc77134dea7de73b52498621b6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fee8fea4b1361b2fbcaeabceb8a47eb048e3e801f3557c39faef1388ecfa8613" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a6c133cce5889ec087662cc4c82561e850453f870760707da53fa798988c157a" - sha256 cellar: :any_skip_relocation, sonoma: "163119897c38d8f7fca1e00d9826525a7b57ca212d12c3518c5728368c86445b" - sha256 cellar: :any_skip_relocation, ventura: "f0393231d6da5551884ebe949832862304f0f96e84c16f30ebe9b15aa9dabc77" - sha256 cellar: :any_skip_relocation, arm64_linux: "805f21a2e316b40bb7929d9ac71b3f966011e84aff3148ce1c00bd2ae05e79d3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3702b99cbe081042a8e825c96b4c0ed0992a116568d9d46ecc6eaaf73327dfe" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2737adb9cc2cce5c47974f99a6933b81d34ba47e292e565e3288846d010f3e35" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "693c4f623a1259c457ca6908b56ec01d3028c3ba1cddcc4bbdf1e606660759c5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "96938bfe3cb02daabd9a5f9430d76942ac9460ea75b493f843c114e571fc39ea" + sha256 cellar: :any_skip_relocation, sonoma: "9b512ef7d175c9681abcc9d14efcf5b07b859d1aec5df392b777a6606922928a" + sha256 cellar: :any_skip_relocation, ventura: "13235f3d75c35b84bd0aac8b284b7eb9f34147ef3027480796f01e1f8e919038" + sha256 cellar: :any_skip_relocation, arm64_linux: "d14e0d75e73c11432445edcbe09dc0c6025b0d2eb8fa49aae16d2c5a59eff55a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "467dfcd3b366ff22f1352e62e538fb6a71de986d8f6c30853097f0f850b1d5f8" end depends_on "node@22" From dbc6a3b05362c6998eb6e9514d8ddbdc11ac9585 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:07:58 +0000 Subject: [PATCH 08159/10074] swc: update 1.12.3 bottle. --- Formula/s/swc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 13615ce7a1afe..2f9a98531e17e 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,13 +12,13 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bbf84fcd27f158f0669f46e0f5b0851d4b44a712a08a37490ae2ac61219d5ac7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "266b79e4e9a3a690c7f8f09cbe698e5f756b74e69511587c517c6dccde09fc69" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ef35a93a433e5029532faeb69206cc8fbff93a38fdb0b036b7e595e1d4af39e4" - sha256 cellar: :any_skip_relocation, sonoma: "76241852b49384fbf1834b5fca99ea8fd92c750b666a32b8aedb397b6eb8e72e" - sha256 cellar: :any_skip_relocation, ventura: "b0841639838f4adbb927a3be74dd96aaa940ff68321833f363621e6f4784625c" - sha256 cellar: :any_skip_relocation, arm64_linux: "201e638d8f4c250be120cdc1abef7abafe01efbd69a6323c8911ea0a030bbcd1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e985064eff48432dc782292020aabed21f69ce7d6593ca6fe9c1a1adcb005c0a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cbf8777b768801f63ee9df9cc4a29a2f2472e9292b1f7cdbae289c917a473c79" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "89c577972d74a2f89dc9f5f24863d7f5de266dde955ec1383dcd7daac265f358" + sha256 cellar: :any_skip_relocation, arm64_ventura: "71f29758b939d625a28ec960b24c553e4584b04d03247cf8bd7677f987c14ef5" + sha256 cellar: :any_skip_relocation, sonoma: "f6503f6aad90cdb8841e50dc8a316d122281b4dc308cf7d7c2ca910f911325ae" + sha256 cellar: :any_skip_relocation, ventura: "16534a8004abf2cf4dbf03e4126c6825dd62295a6c3cf7cab90c15f0dd9183c3" + sha256 cellar: :any_skip_relocation, arm64_linux: "d3dd7b6ae2a8de52cdcc38da83428721a3db7af433c681848807900b5b38d4e8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f3aa8b5e1a8784bfa631d299468fca40223ff388d98675d6159c11807187541" end depends_on "rust" => :build From 08872a597b884c5ae59598d4147b3f6f58643d30 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:11:09 +0000 Subject: [PATCH 08160/10074] breezy: update 3.3.12_1 bottle. --- Formula/b/breezy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/breezy.rb b/Formula/b/breezy.rb index 8c3be1b9b574c..a34b546e0e6b9 100644 --- a/Formula/b/breezy.rb +++ b/Formula/b/breezy.rb @@ -11,13 +11,13 @@ class Breezy < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "3e18ef7813d0811d593f237d1abee991c3d1f73bed71aae45c5400d41c1e1391" - sha256 cellar: :any, arm64_sonoma: "40e9a76731804bdb3db3f8d6251317f12d1ac7f2410e665530c2aa3aca207caf" - sha256 cellar: :any, arm64_ventura: "a0eb5d4f144f1dfc4bf075548c21e6bfe6484d867c2cdaf9c21f910ae7d08717" - sha256 cellar: :any, sonoma: "b5ecaffeaa63c0d2cae280fd6419435a88eec8744480591ddb81849fb8e749f5" - sha256 cellar: :any, ventura: "46beb7e5f217a1c856cfca1998fcbbb340dca1b3fe26e19a69615ab369319e36" - sha256 cellar: :any_skip_relocation, arm64_linux: "bd65f0409958124bfbbae3f46f5866e75fa37fea5dec6b15ccb376b5eb03d509" - sha256 cellar: :any_skip_relocation, x86_64_linux: "06ba17c48f77f31cacc33015df2c524b909f2620da2e3391d57e646f08f5a65a" + sha256 cellar: :any, arm64_sequoia: "565798749e5d220bf2543a4daec0b5f7e8cc70a0e7b7cbde425ea185531ee63a" + sha256 cellar: :any, arm64_sonoma: "5025163b7fa90c358f2d5bbb489e91f396a8f7cc0a0f030600d7b96815daf1f4" + sha256 cellar: :any, arm64_ventura: "8c2f9e4e28fdd4f3afd1812a36c3115110d54f1239fde99d8bd85552b4d8fa65" + sha256 cellar: :any, sonoma: "c3c8d7e0dd472bba93e746e5aec1596d0c646f399376597ef69e1fd26a411e0f" + sha256 cellar: :any, ventura: "ef33102b4950aabbf1349aacc0f18a8a779fd03c81f0b705a6ed3ee4603bd347" + sha256 cellar: :any_skip_relocation, arm64_linux: "8fc77d180e8e761e517a74838b6775dbe627ba725ac4ad17b2f8ec8b6472be78" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ae2d4e720a7c31853a51626c12de01eea2dfb23e7cd188db775d8cfe259c7529" end depends_on "gettext" => :build From 1a9fd42ac99b8981fc6c14127f1803d2c01bae6b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:13:08 +0000 Subject: [PATCH 08161/10074] censys: bump python resources --- Formula/c/censys.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/censys.rb b/Formula/c/censys.rb index d748a36d7daa9..388ac0e81c0b8 100644 --- a/Formula/c/censys.rb +++ b/Formula/c/censys.rb @@ -6,7 +6,7 @@ class Censys < Formula url "https://files.pythonhosted.org/packages/f3/db/89a2a0709deeca690bee2bc77cb330c87f8bd2c41b7d8dfa2e5880048da6/censys-2.2.17.tar.gz" sha256 "da07d8589fc98b8878eec5772d275d199dda89a3340ce69cd6ab2dc5567e887f" license "Apache-2.0" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3700a636ba00613846ab7187a1e09667e95601b8fd872bbe2bbfadc57cba399d" @@ -67,8 +67,8 @@ class Censys < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From c4c419d28a094c2911d95f856621a425bfe0032e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:14:21 +0000 Subject: [PATCH 08162/10074] certbot: bump python resources --- Formula/c/certbot.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index e2d5a69b60b9d..29ce90a426216 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -6,6 +6,7 @@ class Certbot < Formula url "https://files.pythonhosted.org/packages/de/d7/6dbaabb3dd61a3a86cad455c65befa7512f1f8c60231f99ed1f2b576770f/certbot-4.1.1.tar.gz" sha256 "d1fdde3174bcf1d68f7a8dca070341acec28b78ef92ad2dd18b8d49959e96779" license "Apache-2.0" + revision 1 head "https://github.com/certbot/certbot.git", branch: "master" bottle do @@ -107,8 +108,8 @@ class Certbot < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 91831f77ff6ec687eebad3b541f887644b8d04b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:14:32 +0000 Subject: [PATCH 08163/10074] cf2tf: bump python resources --- Formula/c/cf2tf.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/c/cf2tf.rb b/Formula/c/cf2tf.rb index 0f218aba72448..d97fa1ac91be7 100644 --- a/Formula/c/cf2tf.rb +++ b/Formula/c/cf2tf.rb @@ -6,7 +6,7 @@ class Cf2tf < Formula url "https://files.pythonhosted.org/packages/ba/c4/cd7ddd8c942b71a2db200c42e9ed8c336111db94e2399d3903db6e77eef2/cf2tf-0.9.1.tar.gz" sha256 "cc334b8373412745b3790bed9db71e02d4c41e274e1774b3b23626bdd78bf357" license "GPL-3.0-only" - revision 1 + revision 2 head "https://github.com/DontShaveTheYak/cf2tf.git", branch: "master" bottle do @@ -80,8 +80,8 @@ class Cf2tf < Formula end resource "pytest" do - url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" - sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" + url "https://files.pythonhosted.org/packages/08/ba/45911d754e8eba3d5a841a5ce61a65a685ff1798421ac054f85aa8747dfb/pytest-8.4.1.tar.gz" + sha256 "7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c" end resource "pyyaml" do @@ -115,8 +115,8 @@ class Cf2tf < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 39df9d6135e5e6a5cc0708be39670e92f925d89b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:14:36 +0000 Subject: [PATCH 08164/10074] rclone 1.70.1 --- Formula/r/rclone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rclone.rb b/Formula/r/rclone.rb index 114830aa6365f..c27a4decf4a84 100644 --- a/Formula/r/rclone.rb +++ b/Formula/r/rclone.rb @@ -1,8 +1,8 @@ class Rclone < Formula desc "Rsync for cloud storage" homepage "https://rclone.org/" - url "https://github.com/rclone/rclone/archive/refs/tags/v1.70.0.tar.gz" - sha256 "7f258d7d3150f419dbccc22152198e8cf179c272c4e15726575343579bddf580" + url "https://github.com/rclone/rclone/archive/refs/tags/v1.70.1.tar.gz" + sha256 "d3d31bdf271a374748b0b1611d82d1a868e87471c31ed9715055b2ae36de7282" license "MIT" head "https://github.com/rclone/rclone.git", branch: "master" From caa36f63a8725d736adfbabbd8c490d120125b73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:14:43 +0000 Subject: [PATCH 08165/10074] cfn-lint: bump python resources --- Formula/c/cfn-lint.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/c/cfn-lint.rb b/Formula/c/cfn-lint.rb index ab68246a76cad..3753c0fdd8ac9 100644 --- a/Formula/c/cfn-lint.rb +++ b/Formula/c/cfn-lint.rb @@ -6,6 +6,7 @@ class CfnLint < Formula url "https://files.pythonhosted.org/packages/ca/4c/298568c3192763d8c6ebaef8c76d69d7154c362066a84c9cd4b64dc61c89/cfn_lint-1.36.0.tar.gz" sha256 "47721fe23755663e69b7d84fec61b1c15fab4e7d8c75ab624e738913bcb59489" license "MIT-0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "edf75b24542915056686298e1e9007b2f85b00ace959092657726771f3afed48" @@ -37,13 +38,13 @@ class CfnLint < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/f1/ca/e7c1b5f7118fa3520f70ca11082472b64e2ffc4d81e7a4373339e4770f3a/boto3-1.38.35.tar.gz" - sha256 "38a407e467b24914ce24e5816f53305288ea44072778f88d2b4b6a2cffbcb220" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/cd/2e/763918cd2b5af0345a38181bc5f16d1f6c32aad2a03b7738274cf068d864/botocore-1.38.35.tar.gz" - sha256 "3c7032948e066eed5f91d64cd51ee9664d1db9beaf3279ac27da608176bb3d54" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "jmespath" do @@ -82,8 +83,8 @@ class CfnLint < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -142,8 +143,8 @@ class CfnLint < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From c3594262d4d35b1d52aae62233fe97b6a2249adc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:14:53 +0000 Subject: [PATCH 08166/10074] cfripper: bump python resources --- Formula/c/cfripper.rb | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Formula/c/cfripper.rb b/Formula/c/cfripper.rb index 40c7e5b635271..c54f51ceeefbc 100644 --- a/Formula/c/cfripper.rb +++ b/Formula/c/cfripper.rb @@ -6,6 +6,7 @@ class Cfripper < Formula url "https://files.pythonhosted.org/packages/5b/5f/a6b15acb08f9c9d95786c5c38e5f8421027cf8ec6f0ce49c4765f7013c69/cfripper-1.17.2.tar.gz" sha256 "cc46bede7651eaac793e022065ff7dad7676e940184e245d81c40424657fde7a" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "b6315e804b913dde40a39f1457bccab096ffe93c3b306ab8441e5025b8478026" @@ -27,13 +28,13 @@ class Cfripper < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/e2/b5/f2cdcc4f909bd4a3b545571da9e7faa69a7ecc54bc5cc103f39dac53d115/boto3-1.38.15.tar.gz" - sha256 "dca60f7a3ead91c05cf471f7750e54d63b92bfc0e61fa122e2e3f5140e020a8d" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/00/35/0591b8cda1af4f308a0c073b838b02618547ae306504dc5a165a0ee88fd8/botocore-1.38.15.tar.gz" - sha256 "6adb3b1b0739153d5dc9758e5e06f7596290999c07ed8f9167ca62a1f97c6592" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "cfn-flip" do @@ -42,8 +43,8 @@ class Cfripper < Formula end resource "click" do - url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz" - sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "jmespath" do @@ -57,13 +58,13 @@ class Cfripper < Formula end resource "pycfmodel" do - url "https://files.pythonhosted.org/packages/fc/7f/bb9775014e12f8b77a6671945534e31a1f1984eaedfe6d94ce224cb28a9a/pycfmodel-1.1.0.tar.gz" - sha256 "cdf83900ea5f7d3082c42defbae0f88b5317bfa96c8cd6414b96111b0e5e633f" + url "https://files.pythonhosted.org/packages/7b/a4/82753381cef5f9b0153a730b426fc5adfa272ff612d6d4fd150a037231f8/pycfmodel-1.1.3.tar.gz" + sha256 "f42a2a05ab23dd3e204176037d359de6ec84a493a36d640a5beb86b4947e8880" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz" - sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -87,8 +88,8 @@ class Cfripper < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do @@ -97,18 +98,18 @@ class Cfripper < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspection" do - url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz" - sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From dbf3b25ff97c0c6b1e36b9425a5509426c29f581 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:15:06 +0000 Subject: [PATCH 08167/10074] chatblade: bump python resources --- Formula/c/chatblade.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/c/chatblade.rb b/Formula/c/chatblade.rb index 0da98ccab5e2f..29b30ffdc79eb 100644 --- a/Formula/c/chatblade.rb +++ b/Formula/c/chatblade.rb @@ -6,7 +6,7 @@ class Chatblade < Formula url "https://files.pythonhosted.org/packages/ff/02/e7dfd50d98139472851d03d793c39aebe1364a960648312d252137b0ec25/chatblade-0.7.0.tar.gz" sha256 "bfa5f96aa02b869df76e6f0910b0c2528c44de7b2f95ae08de7d192cb30c7892" license "GPL-3.0-only" - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "395c310d500fe697ceaf6282ba1f1d5c672b4fb23c94e50283ee8225b2c53bc6" @@ -84,8 +84,8 @@ class Chatblade < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -149,8 +149,8 @@ class Chatblade < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 3f46b00b011610036a933d461763364e2b16c2f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:15:15 +0000 Subject: [PATCH 08168/10074] check-jsonschema: bump python resources --- Formula/c/check-jsonschema.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/check-jsonschema.rb b/Formula/c/check-jsonschema.rb index 797be3b646127..fa58fd862046b 100644 --- a/Formula/c/check-jsonschema.rb +++ b/Formula/c/check-jsonschema.rb @@ -6,7 +6,7 @@ class CheckJsonschema < Formula url "https://files.pythonhosted.org/packages/51/8e/67e40a319334f5beed9943a4f28de527e27599e07600e10063fb5f18f8b0/check_jsonschema-0.33.0.tar.gz" sha256 "504fe09f268d2d25d58381d1ed1d5ae8f6e80e7f300e8b155317b40f9f6db8f6" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/python-jsonschema/check-jsonschema.git", branch: "main" bottle do @@ -134,8 +134,8 @@ class CheckJsonschema < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "webcolors" do From 1b496c402d815dc71fe1a6e9f50e5feb60a8a77e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:15:25 +0000 Subject: [PATCH 08169/10074] checkdmarc: bump python resources --- Formula/c/checkdmarc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index 7fdcb70df2c7e..6f8155b506e2f 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -6,7 +6,7 @@ class Checkdmarc < Formula url "https://files.pythonhosted.org/packages/de/86/0f0d08402bc7184d5cd04be366b66087c93cd8616f008f8b808888e3a0da/checkdmarc-5.8.6.tar.gz" sha256 "1e36d52fc73bdcad8f9904e47c3213c71126eb1ca69b6aa8e43f460cf8e4d52c" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/domainaware/checkdmarc.git", branch: "master" bottle do @@ -48,8 +48,8 @@ class Checkdmarc < Formula end resource "publicsuffixlist" do - url "https://files.pythonhosted.org/packages/84/a7/5e93777bf7989ef23694169637c3344f369c756453ea96f581e97e134b97/publicsuffixlist-1.0.2.20250608.tar.gz" - sha256 "0b8472c18bf1e5b36ea2be1a81704de97a682e4c47246300b81a1c67d15c1983" + url "https://files.pythonhosted.org/packages/68/99/b5da90350576ccdd09f7399448675ca17c1482692f4b3e8986e01a0ef098/publicsuffixlist-1.0.2.20250617.tar.gz" + sha256 "5042d7fc63f572f92632936efb3ce6432c1a2a464f24fd43f25af742618790e6" end resource "pyleri" do @@ -73,8 +73,8 @@ class Checkdmarc < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "xmltodict" do From fc12cb03e6725e9bf2ba3494585706c32a147c03 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:15:55 +0000 Subject: [PATCH 08170/10074] cloudflare-cli4: bump python resources --- Formula/c/cloudflare-cli4.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/c/cloudflare-cli4.rb b/Formula/c/cloudflare-cli4.rb index de088f5fa3996..5ac4a688067d6 100644 --- a/Formula/c/cloudflare-cli4.rb +++ b/Formula/c/cloudflare-cli4.rb @@ -6,7 +6,7 @@ class CloudflareCli4 < Formula url "https://github.com/cloudflare/python-cloudflare-cli4/archive/refs/tags/2.19.4.tar.gz" sha256 "7a3e9b71cad0a995d59b0c3e285e1cf16bd08d9998509f44d7c321abe803d22b" license "MIT" - revision 3 + revision 4 bottle do sha256 cellar: :any, arm64_sequoia: "a5af04e49d3f9da5cb3777b40cf430cee2ee79c80f72c8db44897731abc124f7" @@ -27,8 +27,8 @@ class CloudflareCli4 < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -57,8 +57,8 @@ class CloudflareCli4 < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 6536e941cd1d650ecd02c78407a73a6800c5c280 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:16:11 +0000 Subject: [PATCH 08171/10074] cloudformation-cli: bump python resources --- Formula/c/cloudformation-cli.rb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Formula/c/cloudformation-cli.rb b/Formula/c/cloudformation-cli.rb index e0da1dc8b32a2..683492e1a047a 100644 --- a/Formula/c/cloudformation-cli.rb +++ b/Formula/c/cloudformation-cli.rb @@ -6,7 +6,7 @@ class CloudformationCli < Formula url "https://files.pythonhosted.org/packages/12/ed/36f14b63957e99d9f2cbb5ac5671eed9fb93569e57add60534d47fc630e4/cloudformation-cli-0.2.39.tar.gz" sha256 "63bd83ad0b40b6ad21983dfe05f0717aeaa36cb3f935ef6825f8ca73d7a8e5a7" license "Apache-2.0" - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "d7cf3ff7af674875ebad5f166145c50f61402d1c6b6c96d2594c093545c1fdd1" @@ -40,13 +40,13 @@ class CloudformationCli < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "cfn-flip" do @@ -55,8 +55,8 @@ class CloudformationCli < Formula end resource "cfn-lint" do - url "https://files.pythonhosted.org/packages/7f/bd/67280945d60ccd89f9f1ef03e8d2a1eb3a617a97ff28fc9c26c801721ccd/cfn_lint-1.35.4.tar.gz" - sha256 "da38218367217b909884ec2efe361b3992868f140b1d5f37dc64a9e328d9ddb9" + url "https://files.pythonhosted.org/packages/ca/4c/298568c3192763d8c6ebaef8c76d69d7154c362066a84c9cd4b64dc61c89/cfn_lint-1.36.0.tar.gz" + sha256 "47721fe23755663e69b7d84fec61b1c15fab4e7d8c75ab624e738913bcb59489" end resource "charset-normalizer" do @@ -95,8 +95,8 @@ class CloudformationCli < Formula end resource "hypothesis" do - url "https://files.pythonhosted.org/packages/ae/59/7022ef95715701cd90ac0cf04582e3507492ab200f370fd7ef12d80dda75/hypothesis-6.135.4.tar.gz" - sha256 "c63f6fc56840558c5c5e2441dd91fad1709da60bde756b816d4b89944e50a52f" + url "https://files.pythonhosted.org/packages/89/d5/d0c7b1dd676c45807de5105e62eeea3c5bfb0ffdd1fe10b3efa3fea0f61e/hypothesis-6.135.11.tar.gz" + sha256 "de2881633c06bd96f8fd4f83b4e62a0c060d488dfe2ea61fe1ede0081e2f16af" end resource "idna" do @@ -170,8 +170,8 @@ class CloudformationCli < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -190,8 +190,8 @@ class CloudformationCli < Formula end resource "pytest" do - url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" - sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" + url "https://files.pythonhosted.org/packages/08/ba/45911d754e8eba3d5a841a5ce61a65a685ff1798421ac054f85aa8747dfb/pytest-8.4.1.tar.gz" + sha256 "7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c" end resource "pytest-localserver" do @@ -270,8 +270,8 @@ class CloudformationCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "werkzeug" do From 6d34bfff4acedf6d99d4e68c1f3253cb6e5665ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:16:18 +0000 Subject: [PATCH 08172/10074] cloudsplaining: bump python resources --- Formula/c/cloudsplaining.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/c/cloudsplaining.rb b/Formula/c/cloudsplaining.rb index f2293739c5c2e..e562532cab6e7 100644 --- a/Formula/c/cloudsplaining.rb +++ b/Formula/c/cloudsplaining.rb @@ -6,7 +6,7 @@ class Cloudsplaining < Formula url "https://files.pythonhosted.org/packages/6e/09/acb8e088d1c6cc6fc9d6d42c1e61168f36339f13b1ea8e54f9a7e93949d1/cloudsplaining-0.8.0.tar.gz" sha256 "02029432316a56551e58296496bc80e4778a58468273dbcd61df4ed2c369ede4" license "BSD-3-Clause" - revision 2 + revision 3 head "https://github.com/salesforce/cloudsplaining.git", branch: "master" bottle do @@ -30,13 +30,13 @@ class Cloudsplaining < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "cached-property" do @@ -75,8 +75,8 @@ class Cloudsplaining < Formula end resource "markdown" do - url "https://files.pythonhosted.org/packages/2f/15/222b423b0b88689c266d9eac4e61396fe2cc53464459d6a37618ac863b24/markdown-3.8.tar.gz" - sha256 "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" + url "https://files.pythonhosted.org/packages/db/7c/0738e5ff0adccd0b4e02c66d0446c03a3c557e02bb49b7c263d7ab56c57d/markdown-3.8.1.tar.gz" + sha256 "a2e2f01cead4828ee74ecca9623045f62216aef2212a7685d6eb9163f590b8c1" end resource "markupsafe" do @@ -135,8 +135,8 @@ class Cloudsplaining < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 06bb034c45e98aeb08a8a4a22255ab4a57fc0526 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:16:32 +0000 Subject: [PATCH 08173/10074] codecov-cli: bump python resources --- Formula/c/codecov-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codecov-cli.rb b/Formula/c/codecov-cli.rb index 6ea72f16beef8..4e4fb7d12b7f8 100644 --- a/Formula/c/codecov-cli.rb +++ b/Formula/c/codecov-cli.rb @@ -6,7 +6,7 @@ class CodecovCli < Formula url "https://files.pythonhosted.org/packages/3a/7e/7d916fa02a49d1f16fbb74498bdb95d005d008eb9792626b2468336297cb/codecov_cli-11.0.3.tar.gz" sha256 "0a6d92f51bc6bfb3c5bb6b59722ba3c32e1325f2d23562b4596e2c93782cadad" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/codecov/codecov-cli.git", branch: "main" no_autobump! because: :requires_manual_review @@ -26,8 +26,8 @@ class CodecovCli < Formula depends_on "python@3.13" resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -66,8 +66,8 @@ class CodecovCli < Formula end resource "sentry-sdk" do - url "https://files.pythonhosted.org/packages/22/67/d552a5f8e5a6a56b2feea6529e2d8ccd54349084c84176d5a1f7295044bc/sentry_sdk-2.29.1.tar.gz" - sha256 "8d4a0206b95fa5fe85e5e7517ed662e3888374bdc342c00e435e10e6d831aa6d" + url "https://files.pythonhosted.org/packages/04/4c/af31e0201b48469786ddeb1bf6fd3dfa3a291cc613a0fe6a60163a7535f9/sentry_sdk-2.30.0.tar.gz" + sha256 "436369b02afef7430efb10300a344fb61a11fe6db41c2b11f41ee037d2dd7f45" end resource "test-results-parser" do @@ -76,8 +76,8 @@ class CodecovCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 7438945535526d37f57a0301da32c245d7e14319 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:16:40 +0000 Subject: [PATCH 08174/10074] codelimit: bump python resources --- Formula/c/codelimit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codelimit.rb b/Formula/c/codelimit.rb index a019cbc5d5025..bbaa591bcf702 100644 --- a/Formula/c/codelimit.rb +++ b/Formula/c/codelimit.rb @@ -6,7 +6,7 @@ class Codelimit < Formula url "https://files.pythonhosted.org/packages/b2/35/88c6a31a680aaaa08906162e1a64187e8379c2f6fdf68a457d61e8a32ed1/codelimit-0.18.1.tar.gz" sha256 "208e814cb3320ce5d1f862fc984b4e09760595b9ed6362bdc11214e3ee155549" license "GPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "18071157d23bb1d0bb254b13d3eba3f3bdab625e53180e4c245582febe7e8f05" @@ -28,8 +28,8 @@ class Codelimit < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiosignal" do @@ -73,8 +73,8 @@ class Codelimit < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "pathspec" do @@ -128,8 +128,8 @@ class Codelimit < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "yarl" do From c262b647329bb0e73af9e8386c028396a156e178 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:17:01 +0000 Subject: [PATCH 08175/10074] conda-lock: bump python resources --- Formula/c/conda-lock.rb | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Formula/c/conda-lock.rb b/Formula/c/conda-lock.rb index d4bf5c02c63f4..4069446967e05 100644 --- a/Formula/c/conda-lock.rb +++ b/Formula/c/conda-lock.rb @@ -6,6 +6,7 @@ class CondaLock < Formula url "https://files.pythonhosted.org/packages/f4/f6/6fe5e9cfe57e9c12bf2a724f6fcc8775afbc164c88f35224a3714ac79518/conda_lock-3.0.3.tar.gz" sha256 "00d0771a08414759551b6a3a1e5a2ea47bcec21736047e346da90c29124d3928" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "d3a84dd165c9d072795e2e6c3cf161753dd53bb2e07d46569ea91292ed7fa080" @@ -155,8 +156,8 @@ class CondaLock < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "packaging" do @@ -175,8 +176,8 @@ class CondaLock < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -260,8 +261,8 @@ class CondaLock < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "virtualenv" do @@ -269,6 +270,11 @@ class CondaLock < Formula sha256 "e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af" end + resource "xattr" do + url "https://files.pythonhosted.org/packages/62/bf/8b98081f9f8fd56d67b9478ff1e0f8c337cde08bcb92f0d592f0a7958983/xattr-1.1.4.tar.gz" + sha256 "b7b02ecb2270da5b7e7deaeea8f8b528c17368401c2b9d5f63e91f545b45d372" + end + resource "zstandard" do url "https://files.pythonhosted.org/packages/ed/f6/2ac0287b442160a89d726b17a9184a4c615bb5237db763791a7fd16d9df1/zstandard-0.23.0.tar.gz" sha256 "b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09" From d46bf9b0a1f70382c72a33eba12cfe5e5c1fd982 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:17:06 +0000 Subject: [PATCH 08176/10074] cookiecutter: bump python resources --- Formula/c/cookiecutter.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/cookiecutter.rb b/Formula/c/cookiecutter.rb index c178b5e1279e0..e0a853959043f 100644 --- a/Formula/c/cookiecutter.rb +++ b/Formula/c/cookiecutter.rb @@ -6,7 +6,7 @@ class Cookiecutter < Formula url "https://files.pythonhosted.org/packages/52/17/9f2cd228eb949a91915acd38d3eecdc9d8893dde353b603f0db7e9f6be55/cookiecutter-2.6.0.tar.gz" sha256 "db21f8169ea4f4fdc2408d48ca44859349de2647fbe494a9d6c3edfc0542c21c" license "BSD-3-Clause" - revision 7 + revision 8 head "https://github.com/cookiecutter/cookiecutter.git", branch: "master" bottle do @@ -119,8 +119,8 @@ class Cookiecutter < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 6d99bd264a90bcbf122e635dcedd07e0a18375e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:17:12 +0000 Subject: [PATCH 08177/10074] credstash: bump python resources --- Formula/c/credstash.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/c/credstash.rb b/Formula/c/credstash.rb index 4e30a33713160..401326a182e85 100644 --- a/Formula/c/credstash.rb +++ b/Formula/c/credstash.rb @@ -6,7 +6,7 @@ class Credstash < Formula url "https://files.pythonhosted.org/packages/b4/89/f929fda5fec87046873be2420a4c0cb40a82ab5e30c6d9cb22ddec41450b/credstash-1.17.1.tar.gz" sha256 "6c04e8734ef556ab459018da142dd0b244093ef176b3be5583e582e9a797a120" license "Apache-2.0" - revision 11 + revision 12 head "https://github.com/fugue/credstash.git", branch: "master" no_autobump! because: :requires_manual_review @@ -20,13 +20,13 @@ class Credstash < Formula depends_on "python@3.13" resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/29/10988ceaa300ddc628cb899875d85d9998e3da4803226398e002d95b2741/boto3-1.35.39.tar.gz" - sha256 "670f811c65e3c5fe4ed8c8d69be0b44b1d649e992c0fc16de43816d1188f88f1" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/f7/28/d83dbd69d7015892b53ada4fded79a5bc1b7d77259361eb8302f88c2da81/botocore-1.35.39.tar.gz" - sha256 "cb7f851933b5ccc2fba4f0a8b846252410aa0efac5bfbe93b82d10801f5f8e90" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "jmespath" do @@ -40,18 +40,18 @@ class Credstash < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 15fe886ebf004087f70748ff307296a3ce50b13e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:17:20 +0000 Subject: [PATCH 08178/10074] cruft: bump python resources --- Formula/c/cruft.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/cruft.rb b/Formula/c/cruft.rb index 9308693d577c3..8b42fdf53172e 100644 --- a/Formula/c/cruft.rb +++ b/Formula/c/cruft.rb @@ -6,7 +6,7 @@ class Cruft < Formula url "https://files.pythonhosted.org/packages/d1/7e/0e20012f2aa156e5d6a70483a8d90accb7ed4966dddb0c58987d9f6eba12/cruft-2.16.0.tar.gz" sha256 "184662853fbc1c16c0137fe0e9444e0cbe95e40362f5ebb2d9fae33d9223e73f" license "MIT" - revision 2 + revision 3 head "https://github.com/cruft/cruft.git", branch: "master" no_autobump! because: :requires_manual_review @@ -156,8 +156,8 @@ class Cruft < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 248e6c034f93ab3490d3413415f2e29d9aa6b848 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:17:42 +0000 Subject: [PATCH 08179/10074] datalad: bump python resources --- Formula/d/datalad.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/d/datalad.rb b/Formula/d/datalad.rb index 85c16eee92909..9d397aa5a06cd 100644 --- a/Formula/d/datalad.rb +++ b/Formula/d/datalad.rb @@ -6,7 +6,7 @@ class Datalad < Formula url "https://files.pythonhosted.org/packages/06/09/1cafa5d584ca92fe9e9381282103e2d92944aae2997085ca1aee111c5c1c/datalad-1.2.0.tar.gz" sha256 "4ea32977ee8dabc277fb08bdee375885427177768330b4e2f51c0c1502400a80" license "MIT" - revision 1 + revision 2 head "https://github.com/datalad/datalad.git", branch: "maint" bottle do @@ -36,13 +36,13 @@ class Datalad < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "chardet" do @@ -126,8 +126,8 @@ class Datalad < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "packaging" do @@ -191,8 +191,8 @@ class Datalad < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 8c2e6efc24494539b67460cc1557110ccab035e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:17:48 +0000 Subject: [PATCH 08180/10074] detect-secrets: bump python resources --- Formula/d/detect-secrets.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/detect-secrets.rb b/Formula/d/detect-secrets.rb index 265b4c8060c3d..77b4584c9cb6e 100644 --- a/Formula/d/detect-secrets.rb +++ b/Formula/d/detect-secrets.rb @@ -6,7 +6,7 @@ class DetectSecrets < Formula url "https://files.pythonhosted.org/packages/69/67/382a863fff94eae5a0cf05542179169a1c49a4c8784a9480621e2066ca7d/detect_secrets-1.5.0.tar.gz" sha256 "6bb46dcc553c10df51475641bb30fd69d25645cc12339e46c824c1e0c388898a" license "Apache-2.0" - revision 3 + revision 4 head "https://github.com/Yelp/detect-secrets.git", branch: "master" bottle do @@ -44,8 +44,8 @@ class DetectSecrets < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 7a6d31764f0dc12f54da53e069289a182b704257 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:17:55 +0000 Subject: [PATCH 08181/10074] dnsgen: bump python resources --- Formula/d/dnsgen.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/dnsgen.rb b/Formula/d/dnsgen.rb index b54715d720c7d..18153645ffec1 100644 --- a/Formula/d/dnsgen.rb +++ b/Formula/d/dnsgen.rb @@ -6,7 +6,7 @@ class Dnsgen < Formula url "https://files.pythonhosted.org/packages/5f/e1/1c7d86f51da5b93f3f99ac99e3ad051ed82234147ddd869f77a3959e6abc/dnsgen-1.0.4.tar.gz" sha256 "1087e9e5c323918aa3511e592759716116a208012aee024ffdbeac5fce573a0c" license "MIT" - revision 1 + revision 2 head "https://github.com/AlephNullSK/dnsgen.git", branch: "master" bottle do @@ -52,8 +52,8 @@ class Dnsgen < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 4a036e95877d123951c40a34593d4b8b553237ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:18:03 +0000 Subject: [PATCH 08182/10074] stylelint 16.21.0 --- Formula/s/stylelint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/stylelint.rb b/Formula/s/stylelint.rb index 913d439bb3681..4494647a7b573 100644 --- a/Formula/s/stylelint.rb +++ b/Formula/s/stylelint.rb @@ -1,8 +1,8 @@ class Stylelint < Formula desc "Modern CSS linter" homepage "https://stylelint.io/" - url "https://registry.npmjs.org/stylelint/-/stylelint-16.20.0.tgz" - sha256 "743a70841c93ae3fdcac93d5ef3d30467d1783f4a1d238a301016a96358e0649" + url "https://registry.npmjs.org/stylelint/-/stylelint-16.21.0.tgz" + sha256 "bdfba071e2d7caa2c9fdb2229a584b660f2a00b815a00e81f6837e4e05d069bc" license "MIT" bottle do From 3cbcbdd3264ddd3ea3affe68c0d680773c363ad7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:18:34 +0000 Subject: [PATCH 08183/10074] dnsrobocert: bump python resources --- Formula/d/dnsrobocert.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/d/dnsrobocert.rb b/Formula/d/dnsrobocert.rb index d6d5976df628d..6f33c2ef09111 100644 --- a/Formula/d/dnsrobocert.rb +++ b/Formula/d/dnsrobocert.rb @@ -6,7 +6,7 @@ class Dnsrobocert < Formula url "https://files.pythonhosted.org/packages/5f/19/e8d64f9edb462c060c3fc95cae1410d7263fe8d66f80ff4a0253d7201758/dnsrobocert-3.26.1.tar.gz" sha256 "b4f49ce4ff6db7e845e46597e99d9d464d1ddb15bea3e9dee729643a0092a911" license "MIT" - revision 1 + revision 2 head "https://github.com/adferrand/dnsrobocert.git", branch: "master" bottle do @@ -29,8 +29,8 @@ class Dnsrobocert < Formula uses_from_macos "libxslt" resource "acme" do - url "https://files.pythonhosted.org/packages/c6/aa/8d598e7338fb9677a9084c27d86e51f3732c541be161d77a24e28f23b6f2/acme-4.0.0.tar.gz" - sha256 "972d6e0b160000ae833aaa9619901896336e5dc7ca82003fa6ff465bafcbdf52" + url "https://files.pythonhosted.org/packages/30/ca/ac80099cdcce9486f5c74220dac53e8b35c46afc27288881f4700adfe7f1/acme-4.1.1.tar.gz" + sha256 "0ffaaf6d3f41ff05772fd2b6170cf0b2b139f5134d7a70ee49f6e63ca20e8f9a" end resource "attrs" do @@ -44,18 +44,18 @@ class Dnsrobocert < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "certbot" do - url "https://files.pythonhosted.org/packages/00/91/a7acb7a9f7f065bf7f4aa356ecae039f229798eeceed205f397f329cd666/certbot-4.0.0.tar.gz" - sha256 "a867bfbb5126516c12d4c8a93909ef1e4d5309fc4e9f5b97b2d987b0ffd4bbe3" + url "https://files.pythonhosted.org/packages/de/d7/6dbaabb3dd61a3a86cad455c65befa7512f1f8c60231f99ed1f2b576770f/certbot-4.1.1.tar.gz" + sha256 "d1fdde3174bcf1d68f7a8dca070341acec28b78ef92ad2dd18b8d49959e96779" end resource "charset-normalizer" do @@ -289,8 +289,8 @@ class Dnsrobocert < Formula end resource "tencentcloud-sdk-python" do - url "https://files.pythonhosted.org/packages/f5/f6/215a203a0dea9c5ac9d5993fa7200dac9f28eafeefe87da806e84b2e9bb3/tencentcloud-sdk-python-3.0.1397.tar.gz" - sha256 "4456c7cb9080e206e8a570f2b6738e7fd5f3e145769bbe615daadadc9e314fab" + url "https://files.pythonhosted.org/packages/f1/28/56bb71542ec75838643c4479e8188c96d283733b09f7bf790543d553929c/tencentcloud-sdk-python-3.0.1405.tar.gz" + sha256 "c86b6aff1b2100fd4186f4ad139370c4c52ef6120bb532c5393e457224fd9ecd" end resource "tldextract" do @@ -304,8 +304,8 @@ class Dnsrobocert < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 46d495e22e6265a6d65725bb37fd282bb491d480 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:18:46 +0000 Subject: [PATCH 08184/10074] dnstwist: bump python resources --- Formula/d/dnstwist.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dnstwist.rb b/Formula/d/dnstwist.rb index 110977dd6a2a4..d5823833b3b3e 100644 --- a/Formula/d/dnstwist.rb +++ b/Formula/d/dnstwist.rb @@ -6,7 +6,7 @@ class Dnstwist < Formula url "https://files.pythonhosted.org/packages/e7/0e/88b4c5c7f3077c0d2e8544a14e321fce80b3cf0148a46dec9724e27c61d3/dnstwist-20250130.tar.gz" sha256 "8b6dd9c42a643a0e8b087903c0e6d75c0f6cebf94920ab0b7760ac2522c6bb42" license "Apache-2.0" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "366ec0adb71ee84d67b89ce4d469f92dbba2f294b1f71f29753277a0343ac268" @@ -35,8 +35,8 @@ class Dnstwist < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiosignal" do @@ -80,8 +80,8 @@ class Dnstwist < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "ppdeep" do @@ -110,8 +110,8 @@ class Dnstwist < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "yarl" do From dc1bfc2cabff45ce4d84c30596eda9e07d4785f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:18:54 +0000 Subject: [PATCH 08185/10074] docker-squash: bump python resources --- Formula/d/docker-squash.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/docker-squash.rb b/Formula/d/docker-squash.rb index f50bd5410d6a0..0aed0fbe84597 100644 --- a/Formula/d/docker-squash.rb +++ b/Formula/d/docker-squash.rb @@ -6,7 +6,7 @@ class DockerSquash < Formula url "https://files.pythonhosted.org/packages/77/ef/45dc63f3f0f3fba18306dac34d9be26f9dd0d1a0742a7f0ca39cf1a98b15/docker_squash-1.2.2.tar.gz" sha256 "74dd70412ddcf570bcd322567929062342793d1ec70c63b5371cc9e2808ae2ef" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, all: "8596d30c6281c38ee728fc5cb79e87b554d5b9b5215864e6bfaa9d12e8c2a3b5" @@ -41,8 +41,8 @@ class DockerSquash < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 17c701b784008f41c12e6eb7bbed34d47b852525 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:18:57 +0000 Subject: [PATCH 08186/10074] testkube 2.1.158 --- Formula/t/testkube.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 8c4b22ceae585..32c243c045efd 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -1,8 +1,8 @@ class Testkube < Formula desc "Kubernetes-native framework for test definition and execution" homepage "https://testkube.io" - url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.157.tar.gz" - sha256 "d61ee95059f21eb6277472256d0790dc915f1f8aa2b7fe3fbcbe6396fcb3249e" + url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.158.tar.gz" + sha256 "ea2a512116d286f8556d10e9d3f6c1e39861408804057cd56c9e35b27b4184dc" license "MIT" head "https://github.com/kubeshop/testkube.git", branch: "main" From abacee9b042d53afcc194e5bcb6827d5c9212c67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:19:02 +0000 Subject: [PATCH 08187/10074] dotdrop: bump python resources --- Formula/d/dotdrop.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/dotdrop.rb b/Formula/d/dotdrop.rb index 53e33835091a3..4fe302c7b8634 100644 --- a/Formula/d/dotdrop.rb +++ b/Formula/d/dotdrop.rb @@ -6,7 +6,7 @@ class Dotdrop < Formula url "https://files.pythonhosted.org/packages/66/a7/8c8f1d7268bcb0ae3f7e43d8b0da03ad0c1336baabbd4b9ce88a4b1d7b36/dotdrop-1.15.0.tar.gz" sha256 "7e7b5558a66ac514c3861e0bb31262d5972bc15fc97c1402aef8cccffd0bde61" license "GPL-3.0-or-later" - revision 3 + revision 4 no_autobump! because: :requires_manual_review @@ -85,8 +85,8 @@ class Dotdrop < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 781063b451c75bdd323f6d6f32e1844eaf205d5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:19:37 +0000 Subject: [PATCH 08188/10074] dstack: bump python resources --- Formula/d/dstack.rb | 57 +++++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index 7a21269b7164d..b29c7cfe48590 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -6,6 +6,7 @@ class Dstack < Formula url "https://files.pythonhosted.org/packages/cd/db/e2ca1c6ada04926341067acb21240c727d8418bf729df823814bce8ad4c4/dstack-0.19.13.tar.gz" sha256 "6924855443822206122ee119f9360589d94da07f476d1abc104e27d169c6e10b" license "MPL-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "8bd423050601caf423bc8360a889840bfa6eb1ab46bc60b40ee38dfbb8ea25c1" @@ -42,8 +43,8 @@ class Dstack < Formula end resource "alembic" do - url "https://files.pythonhosted.org/packages/20/89/bfb4fe86e3fc3972d35431af7bedbc60fa606e8b17196704a1747f7aa4c3/alembic-1.16.1.tar.gz" - sha256 "43d37ba24b3d17bc1eb1024fe0f51cd1dc95aeb5464594a02c6bb9ca9864bfa4" + url "https://files.pythonhosted.org/packages/9c/35/116797ff14635e496bbda0c168987f5326a6555b09312e9b817e360d1f56/alembic-1.16.2.tar.gz" + sha256 "e53c38ff88dadb92eb22f8b150708367db731d58ad7e9d417c9168ab516cbed8" end resource "alembic-postgresql-enum" do @@ -117,8 +118,8 @@ class Dstack < Formula end resource "azure-mgmt-resource" do - url "https://files.pythonhosted.org/packages/5e/2e/731c99e3d5d0caba951ea59d3ee9bfb3606eea9f9e59fddc1fe8c1d11dd5/azure_mgmt_resource-23.4.0.tar.gz" - sha256 "7cc0909184bd01439e245f5f2e20945a3668d45a6774e1f008227bb33a733d16" + url "https://files.pythonhosted.org/packages/50/4c/b27a3dfbedebbcc8e346a956a803528bd94a19fdf14b1de4bd781b03a6cc/azure_mgmt_resource-24.0.0.tar.gz" + sha256 "cf6b8995fcdd407ac9ff1dd474087129429a1d90dbb1ac77f97c19b96237b265" end resource "azure-mgmt-subscription" do @@ -137,13 +138,13 @@ class Dstack < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/cb/2f/4547f4b3cc7b63ec1266edaf923a675f3eae2057299aba8ecfe46f013c1a/boto3-1.38.34.tar.gz" - sha256 "25e76b9fec8db8e21adaf84df0de5c58fa779be121bc327e07e920c7c0870394" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/08/27/34dfe90dd51d16473985198e056b82d74afd355dc47daa10af2a4f117072/botocore-1.38.34.tar.gz" - sha256 "a105f4d941f329aa72c43ddf42371ec4bee50ab3619fc1ef35d0005520219612" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "cached-classproperty" do @@ -177,8 +178,8 @@ class Dstack < Formula end resource "fastapi" do - url "https://files.pythonhosted.org/packages/f4/55/ae499352d82338331ca1e28c7f4a63bfd09479b16395dce38cf50a39e2c2/fastapi-0.115.12.tar.gz" - sha256 "1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681" + url "https://files.pythonhosted.org/packages/20/64/ec0788201b5554e2a87c49af26b77a4d132f807a0fa9675257ac92c6aa0e/fastapi-0.115.13.tar.gz" + sha256 "55d1d25c2e1e0a0a50aceb1c8705cd932def273c102bff0b1c1da88b3c6eb307" end resource "filelock" do @@ -197,8 +198,8 @@ class Dstack < Formula end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/98/a2/8176b416ca08106b2ae30cd4a006c8176945f682c3a5b42f141c9173f505/google_api_core-2.25.0.tar.gz" - sha256 "9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a" + url "https://files.pythonhosted.org/packages/dc/21/e9d043e88222317afdbdb567165fdbc3b0aad90064c7e0c9eb0ad9955ad8/google_api_core-2.25.1.tar.gz" + sha256 "d2aaa0b13c78c61cb3f4282c464c046e45fbd75755683c9c525e6e8f7ed0a5e8" end resource "google-api-python-client" do @@ -217,8 +218,8 @@ class Dstack < Formula end resource "google-cloud-appengine-logging" do - url "https://files.pythonhosted.org/packages/cb/ec/ac5eed8660dd49a68d425c1e9594a40dc0c757d3d06af1e7731e5ff5d4ee/google_cloud_appengine_logging-1.6.1.tar.gz" - sha256 "f97bde36c7f7ff541123c2570813158bdda0c3f2385c8d32fdf1211c561ae56d" + url "https://files.pythonhosted.org/packages/e7/ea/85da73d4f162b29d24ad591c4ce02688b44094ee5f3d6c0cc533c2b23b23/google_cloud_appengine_logging-1.6.2.tar.gz" + sha256 "4890928464c98da9eecc7bf4e0542eba2551512c0265462c10f3a3d2a6424b90" end resource "google-cloud-audit-log" do @@ -227,8 +228,8 @@ class Dstack < Formula end resource "google-cloud-billing" do - url "https://files.pythonhosted.org/packages/e0/75/3154aa521af2028ae12ac45afefe1f4b1a4e9c1ddf4db8107be1aebf7d28/google_cloud_billing-1.16.2.tar.gz" - sha256 "49ed14e5b184731ec9207e0eaf0f72cbab4ac541a2017f939c1a3e3bb5966d04" + url "https://files.pythonhosted.org/packages/43/1d/3f540933471afd0a9fe9e7b7f6df04f608a45f19eac52a49662175ee32ba/google_cloud_billing-1.16.3.tar.gz" + sha256 "016a500a078efc2014820462ace53d7fdc31328de94b060f2383e74f1c976014" end resource "google-cloud-compute" do @@ -247,13 +248,13 @@ class Dstack < Formula end resource "google-cloud-storage" do - url "https://files.pythonhosted.org/packages/f3/08/52143124415a889bbab60a8ecede1e31ea0e8d992ca078317886f26dc3be/google_cloud_storage-3.1.0.tar.gz" - sha256 "944273179897c7c8a07ee15f2e6466a02da0c7c4b9ecceac2a26017cb2972049" + url "https://files.pythonhosted.org/packages/27/84/6afc2ffdf31f6247a6bab6ba070e073fb05e0fda56adf59ce52ac591a033/google_cloud_storage-3.1.1.tar.gz" + sha256 "f9c8f965cafd1d38509f8e2b070339e0e9e5bf050774653bf36213d4ea6104c0" end resource "google-cloud-tpu" do - url "https://files.pythonhosted.org/packages/45/1f/e3bbd2115e64258ed50e901c264408999e35aa593125cebc7cc087f43221/google_cloud_tpu-1.23.1.tar.gz" - sha256 "df0f8c6e825c0a48471bed825a79d31686390d2069e374f086e0953f5771357c" + url "https://files.pythonhosted.org/packages/bd/07/b2bce6a732be650e0ec4e29080668d272cb016dc797db675332dff581280/google_cloud_tpu-1.23.2.tar.gz" + sha256 "341223b4ac5fbca2a783b24096dc5e25d4cd4bd10298c3d248ac0f546dcd4205" end resource "google-crc32c" do @@ -392,8 +393,8 @@ class Dstack < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" + sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" end resource "opentelemetry-api" do @@ -537,8 +538,8 @@ class Dstack < Formula end resource "sentry-sdk" do - url "https://files.pythonhosted.org/packages/22/67/d552a5f8e5a6a56b2feea6529e2d8ccd54349084c84176d5a1f7295044bc/sentry_sdk-2.29.1.tar.gz" - sha256 "8d4a0206b95fa5fe85e5e7517ed662e3888374bdc342c00e435e10e6d831aa6d" + url "https://files.pythonhosted.org/packages/04/4c/af31e0201b48469786ddeb1bf6fd3dfa3a291cc613a0fe6a60163a7535f9/sentry_sdk-2.30.0.tar.gz" + sha256 "436369b02afef7430efb10300a344fb61a11fe6db41c2b11f41ee037d2dd7f45" end resource "simple-term-menu" do @@ -597,8 +598,8 @@ class Dstack < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "uvicorn" do @@ -607,8 +608,8 @@ class Dstack < Formula end resource "watchfiles" do - url "https://files.pythonhosted.org/packages/03/e2/8ed598c42057de7aa5d97c472254af4906ff0a59a66699d426fc9ef795d7/watchfiles-1.0.5.tar.gz" - sha256 "b7529b5dcc114679d43827d8c35a07c493ad6f083633d573d81c660abc5979e9" + url "https://files.pythonhosted.org/packages/2a/9a/d451fcc97d029f5812e898fd30a53fd8c15c7bbd058fd75cfc6beb9bd761/watchfiles-1.1.0.tar.gz" + sha256 "693ed7ec72cbfcee399e92c895362b6e66d63dac6b91e2c11ae03d10d503e575" end resource "websocket-client" do From 542e517e696951afa4e2dab96254c53605152eb8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:21:24 +0000 Subject: [PATCH 08189/10074] werf 2.38.0 --- Formula/w/werf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index bb6fcb8d147b6..192a3a58e4120 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -1,8 +1,8 @@ class Werf < Formula desc "Consistent delivery tool for Kubernetes" homepage "https://werf.io/" - url "https://github.com/werf/werf/archive/refs/tags/v2.37.1.tar.gz" - sha256 "44dc105ff3faa5121217dcdf3d1e4dccd7285357f1a0f5eed610b817d6d01c6f" + url "https://github.com/werf/werf/archive/refs/tags/v2.38.0.tar.gz" + sha256 "b6d61cc038fd8ab21261289cd3a1d735926693c88417694a4f8721b077bc65e8" license "Apache-2.0" head "https://github.com/werf/werf.git", branch: "main" From f4794fc7a6503d1f896ea1c6dbfaae7da7383aa0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:49:53 +0000 Subject: [PATCH 08190/10074] balena-cli: update 22.1.1 bottle. --- Formula/b/balena-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/balena-cli.rb b/Formula/b/balena-cli.rb index 536b592ab5d68..55fd732fe5d8c 100644 --- a/Formula/b/balena-cli.rb +++ b/Formula/b/balena-cli.rb @@ -13,13 +13,13 @@ class BalenaCli < Formula end bottle do - sha256 arm64_sequoia: "e2c86b019bdbf5ec7bf05ec1704dbb995ccc5e2fa892a8a52e6e83de5006d4e4" - sha256 arm64_sonoma: "dcf0aba7b1e8411febd1fbdd4c01348aedef9b5ce9bbc7bcbdfc11ee5aaf48f5" - sha256 arm64_ventura: "ac4dadc33ebb86db7d96f195624aa474864f1b79be03c8066d665d0d4e3832ec" - sha256 sonoma: "fdc455e65eae29b9f30b22f1532ddde39a80046c3f7b03353e0aaadd24bbbcb4" - sha256 ventura: "8a3763bdb9f82d0b1e4c54563860e48ca55875c186bc929b9e9e394bf6936f76" - sha256 cellar: :any_skip_relocation, arm64_linux: "e822306a0ee5fd02f1a9de8dbdf0c233cf4d1c84e17571b499c9c9962b35f982" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dbe65ccff3c33075733c2ae07826ff2aea8e00b84d0325466506adb4bf73fc44" + sha256 arm64_sequoia: "c6fd8168f35edd86ef1ae975d180f426f4c7a77910eb0722cb373f74860dfe4f" + sha256 arm64_sonoma: "01aadab49e31fab288fd0fbc011bd089c89425393312e285d5784bcedca8d85a" + sha256 arm64_ventura: "9d7d602d00d1dc91a7f08248d0bfe1e5bf3a960c3750314b5f33324b73479a78" + sha256 sonoma: "f369b15088e1654d1aac4c536421dc5669a4c4cfdc9d7ce1d2706b1dda83ecd8" + sha256 ventura: "93167a2e217454aa4b99a55bfd7c3069d32c5e89c8c3944bb8e1d85ae7d1e925" + sha256 cellar: :any_skip_relocation, arm64_linux: "dc4087e3c20bfe2c50d9b1ac31b2dd060b81070786070b20c861ea4707f2bb7c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ebf3fccb9ca6ae40607fc9c8a997c304c3520e0d5f4a88abfeb86c8c51c95850" end # need node@20, and also align with upstream, https://github.com/balena-io/balena-cli/blob/master/.github/actions/publish/action.yml#L21 From eceb78ff041d4c187c2c52bfdc5cfc8073db080f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:50:38 +0000 Subject: [PATCH 08191/10074] hut: update 0.7.0 bottle. --- Formula/h/hut.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/h/hut.rb b/Formula/h/hut.rb index 67b3e9e6aae5d..2293af53d3a11 100644 --- a/Formula/h/hut.rb +++ b/Formula/h/hut.rb @@ -7,14 +7,12 @@ class Hut < Formula head "https://git.sr.ht/~xenrox/hut", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b325236125aec42c74dbe8d208876f84960dc72b9315a5c259141f4aa361acfa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a794a6301290cd276f54adb4563f0fc6d36a64df5c8e551d31c586130bd7f7d0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6dba5c5dcd21ff2ac28fd7cf85d0b42137475c854041a649f7ebf48526d43d58" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f5dffbec031ad1234fe4aaf50ca4dd01cebcb809f1c3a7ef6db808e785b2d09d" - sha256 cellar: :any_skip_relocation, sonoma: "76608f5475592bdc30274a0ae0a1d49653d3cd176916d668015e18dcb199703a" - sha256 cellar: :any_skip_relocation, ventura: "37d5b0b11aa4ec0d8e2d33597d75f3493ea447ed00c3dacb03f24153eebb6c4d" - sha256 cellar: :any_skip_relocation, monterey: "5a7fb7cd6dad34620815d931b1d559cb62b5557c47da05e3a37b5e90c6e343ea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29634eb61ceaf3579e21f5eca143860c31d2938a33e60b6859df47bc43ba6040" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0accee6f54039fe7bf2320633dc848345253b6be579fcb47dc2cc816e437c8d9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f75e366c90393fe0c599be6e75281b403be956864e308701b201201bf3bb9ad" + sha256 cellar: :any_skip_relocation, arm64_ventura: "beae4d947bcf81b3a9a15dd1e5f6b866819d988978b83cae1e2ecf769b9c086f" + sha256 cellar: :any_skip_relocation, sonoma: "407c921c2225c840a8dea33ec53432a55af8eb30e96a0543369612208adf7a08" + sha256 cellar: :any_skip_relocation, ventura: "3258041942028708cd5291814b0dc8abe3651ecd08b8044af5b29614a9fc689c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "703718aaab915baab3c98e02386f865619ea9057f4c966993d408d4256ab5ee7" end depends_on "go" => :build From 962d46eb109bf03a7cfb325cc79ddc56b432fa7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:55:45 +0000 Subject: [PATCH 08192/10074] censys: update 2.2.17_2 bottle. --- Formula/c/censys.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/censys.rb b/Formula/c/censys.rb index 388ac0e81c0b8..1bd7851b4fa3e 100644 --- a/Formula/c/censys.rb +++ b/Formula/c/censys.rb @@ -9,13 +9,13 @@ class Censys < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3700a636ba00613846ab7187a1e09667e95601b8fd872bbe2bbfadc57cba399d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3700a636ba00613846ab7187a1e09667e95601b8fd872bbe2bbfadc57cba399d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3700a636ba00613846ab7187a1e09667e95601b8fd872bbe2bbfadc57cba399d" - sha256 cellar: :any_skip_relocation, sonoma: "5c8ca67692b25e3bb01d9898e4101f8b24921c36ab12e427f67c85e5d253c36c" - sha256 cellar: :any_skip_relocation, ventura: "5c8ca67692b25e3bb01d9898e4101f8b24921c36ab12e427f67c85e5d253c36c" - sha256 cellar: :any_skip_relocation, arm64_linux: "f8fdc980f9766e9acc4382019f24a45dd235709c180ad37e902978f2700dba44" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f8fdc980f9766e9acc4382019f24a45dd235709c180ad37e902978f2700dba44" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cafae782247afa58ef7425f4535fd6d46adb2229602f8ad2b939bbfe822db215" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cafae782247afa58ef7425f4535fd6d46adb2229602f8ad2b939bbfe822db215" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cafae782247afa58ef7425f4535fd6d46adb2229602f8ad2b939bbfe822db215" + sha256 cellar: :any_skip_relocation, sonoma: "79968ae2f589bb9f40652091388cffb64d99f84899c7d4381c02f27cb12c229c" + sha256 cellar: :any_skip_relocation, ventura: "79968ae2f589bb9f40652091388cffb64d99f84899c7d4381c02f27cb12c229c" + sha256 cellar: :any_skip_relocation, arm64_linux: "1fb86d66423289993858b72080b3fd0dab087d024933059806550d33781b7666" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1fb86d66423289993858b72080b3fd0dab087d024933059806550d33781b7666" end depends_on "certifi" From 06b723d0afb88d78a80b7cab0d7ddf575c29393d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:58:35 +0000 Subject: [PATCH 08193/10074] certbot: update 4.1.1_1 bottle. --- Formula/c/certbot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index 29ce90a426216..a114c484ad356 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -10,13 +10,13 @@ class Certbot < Formula head "https://github.com/certbot/certbot.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "a914663de082659e6764f7707c2af755b2ce20a6033e84c97da5a3d08d7d3019" - sha256 cellar: :any, arm64_sonoma: "522336962cd2c7bdf94aa437e27c9773abbbecf4e5210a28b2f4a9d63e00e984" - sha256 cellar: :any, arm64_ventura: "b33ea2ea30e15d573bbad7068ceb52acb958e552ba7a5dd35e98db7f788ccc21" - sha256 cellar: :any, sonoma: "1e3d5da5645d6d2001a84a728664d6a994c35df85433d134fa0974023c069547" - sha256 cellar: :any, ventura: "5de71287f5d5c1e014530635be508307f7cc1f78a75351670dbca863c2871734" - sha256 cellar: :any_skip_relocation, arm64_linux: "606746bb1e92f3fb80d077f4976d2b85742f9c06747b21ede8bcd055d3b8bb2f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c64175305a4ce5d4088db61d232929b9c22d72ac63e814a864ccd930084b42c5" + sha256 cellar: :any, arm64_sequoia: "cf4d73ed76a445b44f489545e4bb8a65d6364b5918e19784c7acde98b60e4820" + sha256 cellar: :any, arm64_sonoma: "bae52dfd72d227197fba7f86076e33940e1b0821e3c09e49ab8acd5c4b599f46" + sha256 cellar: :any, arm64_ventura: "3ad0ed4d8496253e98cd633ba83db35ebfc6f3ac3b4b291658f9256af1acb260" + sha256 cellar: :any, sonoma: "955b5f2364e1b3a9373e9657c51eb2c1402c305d0e81b23d1556909424bae92c" + sha256 cellar: :any, ventura: "3cf8f6583935190c6a213cf42f6b2ba5bad5c27ab49dcbc8bfdaeefb617b20be" + sha256 cellar: :any_skip_relocation, arm64_linux: "e8fc54c5312f808904764909e693fb0be8d7e168cce23413f4c90c3929945547" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5d82df18c1cace723512225b7ff2f25023276d93613eb460776e6c43fc70bf77" end depends_on "augeas" From 394d84c9474ccf1af27b93a22ccc18f6a6f97f7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:14:49 +0000 Subject: [PATCH 08194/10074] cf2tf: update 0.9.1_2 bottle. --- Formula/c/cf2tf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cf2tf.rb b/Formula/c/cf2tf.rb index d97fa1ac91be7..14898e617f23f 100644 --- a/Formula/c/cf2tf.rb +++ b/Formula/c/cf2tf.rb @@ -10,13 +10,13 @@ class Cf2tf < Formula head "https://github.com/DontShaveTheYak/cf2tf.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "3771a70ab84179447bc88760179f87a56aa25b6e9bb6633a5c7523d3102053ce" - sha256 cellar: :any, arm64_sonoma: "4c35dbc83b658c0b9456b4fdd3b2c38548a85bb765aa3c0f80ed41e3df73dcf4" - sha256 cellar: :any, arm64_ventura: "182672df00a7f14bc864471b3ab475226fd3c42d2aca051c64ef5720b9c7217b" - sha256 cellar: :any, sonoma: "fc6bf014869bae740aff6d79377cb819057e5605d3c12d312ca77fa94490c7df" - sha256 cellar: :any, ventura: "486ec64d2cc071ba2c7c9deb5b5222c867f6ff9569297a79ac5610dd9b82e35a" - sha256 cellar: :any_skip_relocation, arm64_linux: "2debd7332f03f38108977e62e08892573ff3b79134a2d234eed8f74c11511649" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13e6cfb22c28e73c36bbb7bd0941623627446d6d1c7a2a25e23cad5d779a3b22" + sha256 cellar: :any, arm64_sequoia: "dee1cafafadbec76e76e6c1067d69834d4480f1c4d29418dd62d6b8170960448" + sha256 cellar: :any, arm64_sonoma: "4c9da4fe4a216d2582bf4697113ae11fdb702de033e9c0c3de21a8fd0b188f85" + sha256 cellar: :any, arm64_ventura: "89c3cbd0df422c3f664b890e1276a4bceb32f4d5f3f915e5b2c2b5783d629be6" + sha256 cellar: :any, sonoma: "64848649aa0251117c930deb6127da1131312ec5c901326171534bdb167bcb5c" + sha256 cellar: :any, ventura: "58f4d020aa5449fbe06a5c7e799cb7d8ff9bdd2175e68b8b4f9fa975aeb42818" + sha256 cellar: :any_skip_relocation, arm64_linux: "c126b8ca45243d4eac7bec1c1c47f3d303ad3d46c5eb91090b38929f80255980" + sha256 cellar: :any_skip_relocation, x86_64_linux: "292c68f1d889a89319aec7ff6cb21e40f8e5530f1fe48435a0d3e53e739a5602" end depends_on "cmake" => :build From 7d07d6008baf094e026543bc029bc6b97dee1d35 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:15:01 +0000 Subject: [PATCH 08195/10074] renovate 41.0.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 4dfefe12b027f..d94fc9dbacff8 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-40.62.0.tgz" - sha256 "935eb945fe071c1b54bd51062838775f86a877a1f27a0bc50100f5a5be6ac277" + url "https://registry.npmjs.org/renovate/-/renovate-41.0.0.tgz" + sha256 "40a30cdef2762c4185c8fbedbba9217385ba0ab4ab2ffa0fee33c4652c67a718" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 688b59337c47bd9e85388bafe949fcadb765a97c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:29:29 +0000 Subject: [PATCH 08196/10074] cfn-lint: update 1.36.0_1 bottle. --- Formula/c/cfn-lint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cfn-lint.rb b/Formula/c/cfn-lint.rb index 3753c0fdd8ac9..1d4502600780d 100644 --- a/Formula/c/cfn-lint.rb +++ b/Formula/c/cfn-lint.rb @@ -9,13 +9,13 @@ class CfnLint < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "edf75b24542915056686298e1e9007b2f85b00ace959092657726771f3afed48" - sha256 cellar: :any, arm64_sonoma: "68078b44d3fd72ab5d6f85155478d446ace53d9f290e1394a9c52263cca1129e" - sha256 cellar: :any, arm64_ventura: "8850d54a7dd2b6da5170f11617e30b1e7eaebe642ded7b5973e2e5d85ee50b48" - sha256 cellar: :any, sonoma: "9ffdf9464c288c82b0442b8da46024ca1b84814670c15452611699722ec3d340" - sha256 cellar: :any, ventura: "fc7fa662cc9d8828783abc14cc9a5673fe101931a6d33ac7b28ce0582b9602d0" - sha256 cellar: :any_skip_relocation, arm64_linux: "98007471c05fdd71af30cc7ce6ee1eaac9c8306eead41dd7304dbc12039deba9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a095c3c416c5c718f42dd5f2d01865e4c5ee7af5f15337e153aca81bf9f897f8" + sha256 cellar: :any, arm64_sequoia: "d90028d8937600e4a05ee6820e0ec875611605be98b0939fc226ebdb404109e0" + sha256 cellar: :any, arm64_sonoma: "8853c0a1412b622f9397e240ce5a7580c0e5989cfd337e6b8c3c11e55e61ad7f" + sha256 cellar: :any, arm64_ventura: "11ca6199ddd8a4e486b4baaf730f173153f31be89373204f34c8ed6c3734e995" + sha256 cellar: :any, sonoma: "cba92d4bb62b97080cb2522b854e70a336a15252af0acb17e89f2cbe091534a5" + sha256 cellar: :any, ventura: "c44e763503a0b74e7ef5a89c195ab5d9e6be2a470fec782b561a463107630588" + sha256 cellar: :any_skip_relocation, arm64_linux: "782295fb8ff0cf405a38a075d82e19fccd09ef8a007bcd6df90ed473d34233af" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45c5dbfe23c5ef025533aada76a01e8abf04d8637df1f9ff481653cc16fa1b48" end depends_on "rust" => :build From 99e09e68be5caf89310f1387ca0ca462bef12ea7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:36:47 +0000 Subject: [PATCH 08197/10074] cfripper: update 1.17.2_1 bottle. --- Formula/c/cfripper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cfripper.rb b/Formula/c/cfripper.rb index c54f51ceeefbc..ff45acbf5f2f4 100644 --- a/Formula/c/cfripper.rb +++ b/Formula/c/cfripper.rb @@ -9,13 +9,13 @@ class Cfripper < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "b6315e804b913dde40a39f1457bccab096ffe93c3b306ab8441e5025b8478026" - sha256 cellar: :any, arm64_sonoma: "8d13f9f5c5ce466ab9ddc4a4b8ec5856c5f26c6aa04441657ffd723d142cdcc8" - sha256 cellar: :any, arm64_ventura: "32d1aac0572458428097ce30330d030f60d8963c16c4176aff29bae57142e15d" - sha256 cellar: :any, sonoma: "9272f2be2b198dd61f4218df52ac6f5c5fcc32548a0becbba8a728ac9496d3ba" - sha256 cellar: :any, ventura: "1309b356f3523067219f5217dcc88a4d0f33042fa27adc1c0425497334b81fee" - sha256 cellar: :any_skip_relocation, arm64_linux: "89f2d638ff2cc3a84af7c8ad91ad66ecaa99e661ae47a4993185a5be477391ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13edb3cc6a89ad2e5f56b8b33d2b85d931b451b03bbc6c3cc5c7ea19f41bf169" + sha256 cellar: :any, arm64_sequoia: "76f97ce48cb4bae745690b1c4fa9e81524ef68f9dd68d0909e57ef9cce2c83b0" + sha256 cellar: :any, arm64_sonoma: "4ebb06545d68a22c69887de7c175312aa86a98350c8a10fe90169ed0aae5a630" + sha256 cellar: :any, arm64_ventura: "f814179940427dd853e8176e1c133336512e22027caa47ea42008b8f23fca28e" + sha256 cellar: :any, sonoma: "20f9ed527e4763bf502a9d2ddce42f89496cf4387d499f97e559fadc3648f18b" + sha256 cellar: :any, ventura: "107cc0a2b02af1e767c0003a792a880965ec0ba945b1aa319079921fca04fe66" + sha256 cellar: :any_skip_relocation, arm64_linux: "0db7c32c89bd9ecd43f8d83aef120cb334ffd2de5f96e0104a89b6bf3f30ef53" + sha256 cellar: :any_skip_relocation, x86_64_linux: "433fa7dcf4d67ae46f879c34af86bed45c678be2f52e0c3ac56c3d01ab5866e6" end depends_on "rust" => :build # for pydantic_core From 6c718ce6d6917fd2fbf5d089446db43530e42921 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:47:15 +0000 Subject: [PATCH 08198/10074] chatblade: update 0.7.0_3 bottle. --- Formula/c/chatblade.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chatblade.rb b/Formula/c/chatblade.rb index 29b30ffdc79eb..f3fda8176bbe6 100644 --- a/Formula/c/chatblade.rb +++ b/Formula/c/chatblade.rb @@ -9,13 +9,13 @@ class Chatblade < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "395c310d500fe697ceaf6282ba1f1d5c672b4fb23c94e50283ee8225b2c53bc6" - sha256 cellar: :any, arm64_sonoma: "f158cdd72c3f6cccbfb132b7817fdcf508270aaad18efe376c38ac2a0242fa4e" - sha256 cellar: :any, arm64_ventura: "157a1956cc73037a9b42b8bc0f0acd04a2647eeb0fd36ecbbd2a051ef1b5f574" - sha256 cellar: :any, sonoma: "d3c6c03dbbbae7ae53fc4c9e8435d218532690b35123f8880279ea72d3a353d5" - sha256 cellar: :any, ventura: "122e515b072efded46c939270c5216a256055a12da78dca5c023f9c85bbbdaf4" - sha256 cellar: :any_skip_relocation, arm64_linux: "a5b15af77d54d059c3f6bab6de3e0fc15a613be4524cc3639b38d46a66640c60" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e6af70d4b29cbecf1d3e1d3496a3993cfd8f875bb035abb248e74220694e411c" + sha256 cellar: :any, arm64_sequoia: "e6593bf7e486ca2986bf05112eaa688dcbdba5f3a22c2bfa3b088ad2d3ee248e" + sha256 cellar: :any, arm64_sonoma: "e2061d3adce53314650a4ee3f0b13ac7f81f4eed83151ad07de9c77e300ed613" + sha256 cellar: :any, arm64_ventura: "ec735bf15a122017d82179c33efc24421c68f81a65cc8f357d0a0ce0abd5aef0" + sha256 cellar: :any, sonoma: "ccf76de751414d531b8933911c665574c7fd074eee4d475be94dcbac98f7eb13" + sha256 cellar: :any, ventura: "d863565a57e225314a46933bdcd3118ebf9650a29e56609821d4536538f455be" + sha256 cellar: :any_skip_relocation, arm64_linux: "defb74c974b6d1095851bf85f693b4ef69e4df57bd69fb2b706d8ec528139046" + sha256 cellar: :any_skip_relocation, x86_64_linux: "371c96607412311194678d268490295aa0a70d72098d7cbb8ad41b7a2ff396eb" end depends_on "rust" => :build From 99f4d4d1adeab966a6260cfdef2c8b3f82739ce8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:53:29 +0000 Subject: [PATCH 08199/10074] emscripten: update 4.0.10 bottle. --- Formula/e/emscripten.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/e/emscripten.rb b/Formula/e/emscripten.rb index e7122784f1c01..c36e3601fef98 100644 --- a/Formula/e/emscripten.rb +++ b/Formula/e/emscripten.rb @@ -16,13 +16,14 @@ class Emscripten < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "1480c2ec79819e33c90031e1ec0f7f0e1e48f0dd64d34133ad8a43198d6ae2e2" - sha256 cellar: :any, arm64_sonoma: "70c1954dfaea5d449efc76e29a5eb056b2991a207a17ff95196c46ffcf2f2a98" - sha256 cellar: :any, arm64_ventura: "42d26cc7cd7a9a5f3a58b7e4429dc8bc0e07281929b6dd2023608f277751972f" - sha256 cellar: :any, sonoma: "717d4c091c318c1ec5b51c73117eae924e674a94695c0531521ffcc0750dd8c1" - sha256 cellar: :any, ventura: "40d90edf001bed2750e8f785e13685255caef296a82a87e67b4b8ff0b84bfc0e" - sha256 cellar: :any_skip_relocation, arm64_linux: "0f5ac3896162da0803a28d8428a4e9571203e5c1c490556722e7a0a4a2a198c7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f3a1b27194857fb8de8a8945477741f9ad7680bb7df7c17a0d4b2411483a000b" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "1f56da0bad00cb262d6fcc86ab6c8a1ed1cb3b6ffb09d9f713d6b9ed03f3aabf" + sha256 cellar: :any, arm64_sonoma: "c3309002ed362f7b02546dc505e1ffb2c0f51ef3b30fb812e3719dcca43500b9" + sha256 cellar: :any, arm64_ventura: "f00fe21f8cea58e28d55af0239c7b6953192e04f72f94e60664c701717da8122" + sha256 cellar: :any, sonoma: "8f20761e28026782b229dc7f627c4ad693992132c638b20788fcbbea94ccab5b" + sha256 cellar: :any, ventura: "476e8635e2577cf0b2da6e29d1ec52b23a46288a8633fa87e16fa3ec3b6d08d2" + sha256 cellar: :any_skip_relocation, arm64_linux: "05a323d8bc54ae9da27d55b1828f98adc73248fbedffafe2f7a626ba003eed62" + sha256 cellar: :any_skip_relocation, x86_64_linux: "39cbd699d816cdafd43134337f4fd7f4a9c0500ea440bd7fb2574e4ae287303b" end depends_on "cmake" => :build From 738d21def3eda7f779495ce962f2297d53bb5068 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:53:29 +0000 Subject: [PATCH 08200/10074] mercurial: update 7.0.2 bottle. --- Formula/m/mercurial.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/m/mercurial.rb b/Formula/m/mercurial.rb index 9a76c84f0db7c..5df90adb46d33 100644 --- a/Formula/m/mercurial.rb +++ b/Formula/m/mercurial.rb @@ -13,13 +13,14 @@ class Mercurial < Formula end bottle do - sha256 arm64_sequoia: "adcdd94f98f4e8214b39b1146dfc80d506147de819550038c96b960ecff9eb0e" - sha256 arm64_sonoma: "3fe5462406773aa19b203c2ca413acfa8f71e1efe7ab1c36ddc547d878fda0d3" - sha256 arm64_ventura: "0429c995db285cbaeb2efc82b1d33ad2046cb664de0fc80ea08893ce2553a880" - sha256 sonoma: "e1821949354dd3457e591a72600497769e419a52d2fc64136ba74974e3fc20bf" - sha256 ventura: "9a7a4d71679097671e9fbc6c06c5d148c037676be4b08e163c936bb69a55654a" - sha256 arm64_linux: "7c5d9f264c42b27e1e2082feb8330eea70dc8e949230b3a2dbdf5796274a123a" - sha256 x86_64_linux: "5b9a76306427e100dd319136e80aede8e5b0dba734a1b788a57a9308f49c5932" + rebuild 1 + sha256 arm64_sequoia: "81528d88d49beaed01ccf668725a862c3b7b4f638788f20790eb7a2246bccff7" + sha256 arm64_sonoma: "8ef48fc75f27e4b43574019f6414c636917a94139add88608a209cb73a1904cd" + sha256 arm64_ventura: "1cfbc564e124c07a9755aa389f7cff7bd9cfd6c6f9064e5f3b25470abe5ef9e7" + sha256 sonoma: "015105ec965081a6883b1d33041ca4672783eaa9b4fc6a94c1a5c54baafda064" + sha256 ventura: "ce54da3809fdf9dc785ea4aacab36835d485f172251ed3419c5634c6c645ccf1" + sha256 arm64_linux: "61573ae598820e04f2973bd40798671b680e10f4bc408289055730156bc6ec55" + sha256 x86_64_linux: "c8c07fc5e3c6ceadc67489d42ae57b15123a61d02aa98e776ecd9baaf8e24793" end depends_on "python@3.13" From fe4fc31e8e0b0ac00a0cfafbb5c0d9c6d4c9c9ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:53:29 +0000 Subject: [PATCH 08201/10074] openconnect: update 9.12 bottle. --- Formula/o/openconnect.rb | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Formula/o/openconnect.rb b/Formula/o/openconnect.rb index 6dec0a4e57a92..33aa9a753dd68 100644 --- a/Formula/o/openconnect.rb +++ b/Formula/o/openconnect.rb @@ -13,16 +13,14 @@ class Openconnect < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 arm64_sequoia: "76a21b129bbc6a7dbcd67f88f4b2e2a0ca6cb3d5188b7ba763ef669013b58b7c" - sha256 arm64_sonoma: "a6594e9c2ba4bfa4f235839a9f504f354e82722ae1a2f6e7f3d9a17727ece429" - sha256 arm64_ventura: "c1f6c601ae384e7ccb83c875c762ab73134dac41ce77a8cfc0fd41d166dda58a" - sha256 arm64_monterey: "63304d1ce4715c73c59abd0777fc34f1f77e413c4ce4d1933d78b629abb7d95e" - sha256 sonoma: "330f76952b9e047eaab8fbc0e55378e600367504cded0c4c2879630559a0f6eb" - sha256 ventura: "c6b26f039f0ad3f5ce853111ebb62556885c48fba36cd63f48353f8dd8a12287" - sha256 monterey: "236d104feadaa7f99b8c10fef77adf469fa7499ffd55de499db04da7fd47a710" - sha256 arm64_linux: "a02ae24c78dd35967c78c1212f92e47867615fca7275aa37c9f0aad836014bf3" - sha256 x86_64_linux: "35d66b532fb2760b5265d32eca18f98fb8a938edcef09498fe6126e81c9fd085" + rebuild 3 + sha256 arm64_sequoia: "5f8451259fc62b9d9137d92ef27cb8674d429b06e4a3e2d30bd7352131126b24" + sha256 arm64_sonoma: "90a8abdf95806d378499c11c363e93ff20724d02d8366d3a0f3ad9c1484281a3" + sha256 arm64_ventura: "2c25aee8a4b6d654d03f3f66d3a2ef14193c1d4bf1c5be5a7ac8de1a39030411" + sha256 sonoma: "30ba2ca9744e4083be325a54aa62bbcb63044ffbfb1d1b22bfa1a6e4f7425e97" + sha256 ventura: "a4b0f68f401974f354e8116066306fb6c39932024911a4a64d524894ac387633" + sha256 arm64_linux: "02d74cdcd601f029c380d447f55b807ea503c88133484edca2a9757fc8d052c0" + sha256 x86_64_linux: "04741ae1bce5f7c984ddb98c787972f7186cb6b9d366e7e6ee743ea65927cafa" end head do From 262f27ff4338eee67c643c3858943cb8006f4ad3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:54:40 +0000 Subject: [PATCH 08202/10074] check-jsonschema: update 0.33.0_2 bottle. --- Formula/c/check-jsonschema.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/check-jsonschema.rb b/Formula/c/check-jsonschema.rb index fa58fd862046b..574a09acb7621 100644 --- a/Formula/c/check-jsonschema.rb +++ b/Formula/c/check-jsonschema.rb @@ -10,13 +10,13 @@ class CheckJsonschema < Formula head "https://github.com/python-jsonschema/check-jsonschema.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "a9c709bf0572b6f7a7ce55e0c96025ea0339fc88f14788bb000745f6718eb1c4" - sha256 cellar: :any, arm64_sonoma: "d27f5997aae3e3767e37484b9ea00278e13e0a026c0d96e4d6a1ba42ba552ed4" - sha256 cellar: :any, arm64_ventura: "597529eac0d01dcbaaeadec38b346e26e8a9f0d257ad31902ea039efc63d850d" - sha256 cellar: :any, sonoma: "07c014b598d443bcc0e87ccbef9f85edc736061f7df3e51b576117cbc2a9540f" - sha256 cellar: :any, ventura: "aa98b36493ee02d6b06beb815e5e3f2d17609f00ceedb6f472156b85911f9622" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae151ab3c059d1a55673074e0e70cfa1cedcc2317b9579e918e5e74ab72f4ec3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3ccd2882733ced5791bc3743cd1964bbcc8a76fbb79e654f4f613321d4e98d5c" + sha256 cellar: :any, arm64_sequoia: "450191b98a6035c85a1af2a6f4804eb0676155edd22bc3a23510c734e043d016" + sha256 cellar: :any, arm64_sonoma: "3e66d792ece6365d9aad51182d318cc77a6d35bc5c06e8ebf320ef6d53f508c5" + sha256 cellar: :any, arm64_ventura: "14369712ea6834c984a10f049a740c3b9ae867fe03657e107f970588728b0d83" + sha256 cellar: :any, sonoma: "cd1e7d983b03e39f60423ae88108c6272ffb0cd457c6483f9b42ec1cd7fe15dd" + sha256 cellar: :any, ventura: "7ae4ece8570f1fe0f581406a074371a2cc6e2bf572b8ebd777fc3b661e406e77" + sha256 cellar: :any_skip_relocation, arm64_linux: "d54b1e0c5dc200d308a3f7e04ec9dd37d39958d17ac1c97092a9a0a35952b094" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ad168a739bac4327197e4173087d7e48f382f9f17515903e741a7ed806cae69f" end depends_on "rust" => :build From 94e6c7316c307f2fc414ca3646903b265cb341ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:01:26 +0000 Subject: [PATCH 08203/10074] cloudflare-cli4: update 2.19.4_4 bottle. --- Formula/c/cloudflare-cli4.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-cli4.rb b/Formula/c/cloudflare-cli4.rb index 5ac4a688067d6..a5c2df64ac347 100644 --- a/Formula/c/cloudflare-cli4.rb +++ b/Formula/c/cloudflare-cli4.rb @@ -9,13 +9,13 @@ class CloudflareCli4 < Formula revision 4 bottle do - sha256 cellar: :any, arm64_sequoia: "a5af04e49d3f9da5cb3777b40cf430cee2ee79c80f72c8db44897731abc124f7" - sha256 cellar: :any, arm64_sonoma: "20cfd36aa45bef723d27ca30e728b9876109e8a9ebdc580b999a343395fa259f" - sha256 cellar: :any, arm64_ventura: "9d33a02ccf8e04b6f18b9868efa2f2958c1556ddb1f973edf05179dbaae961e8" - sha256 cellar: :any, sonoma: "e52ce4d74b12ffd1dc804d350bd65c65a2e4cd5ba9675cdcf3a608ae96965b17" - sha256 cellar: :any, ventura: "f72281daadc4b6298186e6bd4741c2496c39b5d844bf219e6ff07622117873d9" - sha256 cellar: :any_skip_relocation, arm64_linux: "0072275bd71000978f837e4455077dd120b622a30c2b3c4522d985c69d335eea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dde8e52d0ba02a7588abc5a38c548d2d090999b14c146ad037b3b69cbe00ed1e" + sha256 cellar: :any, arm64_sequoia: "4e99d97a47fb49afe45a6fd735a925e194e343e21891d0bfd9cbf0fdf5ccb838" + sha256 cellar: :any, arm64_sonoma: "969f4fd193ad16b357fe7735b8c7b57ee30f73fcb72e589b3ddb3cea49306638" + sha256 cellar: :any, arm64_ventura: "3c950067b3eb8e30490517c2a9748efc70268a684a8d06076afbf55510f0b1bf" + sha256 cellar: :any, sonoma: "0f2cb4d70b64dd89b87a3e7f790832947469c4fb57499370bfbc7f2e74c1358a" + sha256 cellar: :any, ventura: "f7e35e54ef1a37338e06ff732ac3bb2c210d81d55599d51d1c59a503ecc3cc19" + sha256 cellar: :any_skip_relocation, arm64_linux: "715ebdabb650dcbb0bd8d3de3699df7b28ee21296263996a6616c7b892b300bf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "850653460cd609ad8f95815c088bf75010007cc5339ca9d5bdc8e039deed9795" end depends_on "libyaml" From 9676013a59d35eb733cbc62a2efd21dc7eafed63 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:14:38 +0000 Subject: [PATCH 08204/10074] cloudsplaining: update 0.8.0_3 bottle. --- Formula/c/cloudsplaining.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudsplaining.rb b/Formula/c/cloudsplaining.rb index e562532cab6e7..aea748a6e0e75 100644 --- a/Formula/c/cloudsplaining.rb +++ b/Formula/c/cloudsplaining.rb @@ -10,13 +10,13 @@ class Cloudsplaining < Formula head "https://github.com/salesforce/cloudsplaining.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "ee37ddda13b58065f7bef47caf31091e91cbceddc7f5a9142e1e69dd88a1bcbd" - sha256 cellar: :any, arm64_sonoma: "f364f470b80e1fff1cff3c3815ddc44d4f6d59862fd8e57ce3d879078ceaced2" - sha256 cellar: :any, arm64_ventura: "8336328a62cab5384ec8c55e626638ad50c2e6494537fed1bf5094c33a243d31" - sha256 cellar: :any, sonoma: "c79e09ac0fdd27e79f449809d89557a84cee5b43d4dbf11a3b3f4a875d4e33d9" - sha256 cellar: :any, ventura: "d1196fed9771284659d539ca34d894926445223d5c4af15807f2cc4039dfbf52" - sha256 cellar: :any_skip_relocation, arm64_linux: "077b6ccde8c6c40c313a000700049c28a6a7b997d4d3e430c13d928d9769e57e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1bbba75f816193064411549d5770401aa5c180b1c298223920487df432436459" + sha256 cellar: :any, arm64_sequoia: "144f6f91e93f43e5e9bc34e4b179e33fe3c6cc1088d9031921613e15e7ea60d4" + sha256 cellar: :any, arm64_sonoma: "3b446b4905d74a0cb5f8f705e650e499b082b609e56a84f00b1e820c9ca57a86" + sha256 cellar: :any, arm64_ventura: "f315208139d57b28330489129f70ee12f4793c35ebf24427100bf3d7083c01d2" + sha256 cellar: :any, sonoma: "5a844fde80ad27f5296472e0de86aa5fbdd54c1a0ec270bb649ca674833676a9" + sha256 cellar: :any, ventura: "28d06d2663397c0a4becfcb430be77ba9658a1ad75f130a9618b4585d9b22eb2" + sha256 cellar: :any_skip_relocation, arm64_linux: "e9900e0fd5ec7a7ae9ddb9a73d6dfc3979b3462d8634a954517c23d65a5c127b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6763af972ac92a37d2aa14fff32edd408e775e804b7e794521cf08b67c9e9a69" end depends_on "rust" => :build # for orjson From 87ccfe21b33107a0be051f187acbe05a5770d658 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:17:55 +0000 Subject: [PATCH 08205/10074] codecov-cli: update 11.0.3_2 bottle. --- Formula/c/codecov-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codecov-cli.rb b/Formula/c/codecov-cli.rb index 4e4fb7d12b7f8..ec7072172895a 100644 --- a/Formula/c/codecov-cli.rb +++ b/Formula/c/codecov-cli.rb @@ -12,13 +12,13 @@ class CodecovCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "5b5bd1526ecfb25b6d23954b95b21a56e15a8a9b972b731c3ea5aa051e2295c3" - sha256 cellar: :any, arm64_sonoma: "fec967ee3ef0c8462db33a408060fe24fe2312348983bfd3b3974e092dce7453" - sha256 cellar: :any, arm64_ventura: "daeb99e7b149654e093c60e84ef205918d968376b620aba659f3e442818d3a84" - sha256 cellar: :any, sonoma: "6c1e4bac47549d7d297ae3a34a5368604c25d987be28300239e4c9c2b5df5b83" - sha256 cellar: :any, ventura: "bed3efb52068ac475f9f089a1edded15ad185d3dc64fbc169f5b2552e6b61828" - sha256 cellar: :any_skip_relocation, arm64_linux: "a6b2732d5753b0ea53e465fce020c1f38517cd127cf657650e8802fa00ffa0f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c5266e46169fa78c2190466589d7d455d69824320153d9f7e29672409e459373" + sha256 cellar: :any, arm64_sequoia: "ec5fafb332973aa8663135efabd0d6091e9293faa713635ea4c5d850d4938bab" + sha256 cellar: :any, arm64_sonoma: "c5f5670939d0b311cbc377dc8b953ffc02847d3bc1d69140f7a66a6aeff50415" + sha256 cellar: :any, arm64_ventura: "037551e31a523c03eb00779d6894bc1ce53c5a0702966903792c7832d4519a25" + sha256 cellar: :any, sonoma: "9598ff14e6f0b89c651d1c6a2c25738ad07983ea20a9b8228a5b9ec6f3195e6e" + sha256 cellar: :any, ventura: "cf57b5b73b4e64a01ee1c07531d3b5928e0ab118326fac7050806f41a9d98504" + sha256 cellar: :any_skip_relocation, arm64_linux: "a9bfd2caec063ad05d8b405dbb5f61dc93f0d8012e548e0d62e7da3dffea90d8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45124a3898a9ff63ecf1e7919fd2ef88ea9b122a4e32d1262406cd8e2a509021" end depends_on "rust" => :build From feb3b62a3f9020c4f42fde662faf0c0fa24111cb Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 19 Jun 2025 15:26:52 +0200 Subject: [PATCH 08206/10074] ortp 5.4.23 Signed-off-by: botantony --- Formula/o/ortp.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Formula/o/ortp.rb b/Formula/o/ortp.rb index 36f3e78370169..1bcb2db801dd6 100644 --- a/Formula/o/ortp.rb +++ b/Formula/o/ortp.rb @@ -4,16 +4,14 @@ class Ortp < Formula license "GPL-3.0-or-later" stable do - url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.4.21/ortp-5.4.21.tar.bz2" - sha256 "cec4ce593a813534e4aed04608434987ab249123f83ac6f4e03a72e8bdf0644d" - - depends_on "mbedtls" + url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.4.23/ortp-5.4.23.tar.bz2" + sha256 "771bbea3ad9329ed5064274cab2ab05de4b8b27fa6449859aaa41b9220faaf34" # bctoolbox appears to follow ortp's version. This can be verified at the GitHub mirror: # https://github.com/BelledonneCommunications/bctoolbox resource "bctoolbox" do - url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.4.21/bctoolbox-5.4.21.tar.bz2" - sha256 "68ec982af58022e9ce469a5868bf2b78267dcfd849a8c00bd6a3019c0692aba9" + url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.4.23/bctoolbox-5.4.23.tar.bz2" + sha256 "ea1ae5337251fd6b94f610414f37ecfe33e23bcb9998026f99ec03081cbaab30" livecheck do formula :parent From 53cdcd43556dd63d81bce75a7bf113cd5de92f5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:29:27 +0000 Subject: [PATCH 08207/10074] cloudformation-cli: update 0.2.39_3 bottle. --- Formula/c/cloudformation-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudformation-cli.rb b/Formula/c/cloudformation-cli.rb index 683492e1a047a..5f386ebc06cdc 100644 --- a/Formula/c/cloudformation-cli.rb +++ b/Formula/c/cloudformation-cli.rb @@ -9,13 +9,13 @@ class CloudformationCli < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "d7cf3ff7af674875ebad5f166145c50f61402d1c6b6c96d2594c093545c1fdd1" - sha256 cellar: :any, arm64_sonoma: "310c4ddd52e14b5e830c63934c220def21a146720c1c1665a25d19042ca55b0a" - sha256 cellar: :any, arm64_ventura: "8cd7176737542d793ac64d38407c4ea821c485289a7b72ccf76a22d9455578d3" - sha256 cellar: :any, sonoma: "21352c251b58e83afdae3466edfa2db2f768852573c2db3d7107f113e248641d" - sha256 cellar: :any, ventura: "1fb409fddbbdd9ce85ccf9e4ae7e8aa053bb1da50d3d1ec63cbb363eedec47a3" - sha256 cellar: :any_skip_relocation, arm64_linux: "6013f19ce2cc9db2f3b2703a10786bbae411fb19bd55f26ea22abe6a428492f3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9e6dd46d12e91ee207bf3fcea78256a131e1671d40562895cdb7798e8bd9569" + sha256 cellar: :any, arm64_sequoia: "c87bef4e76a1272141a9c4751893f2618d6396c569b8663ae1a88cae39a55f60" + sha256 cellar: :any, arm64_sonoma: "59ed4c86490e61b8082689cfe2d8aea717dc1a030c46bef27c122f4384a9314f" + sha256 cellar: :any, arm64_ventura: "baf4bba06f8902e98becc84dcfe2282b6bb69de6367f99114d4ac2d4ee05c204" + sha256 cellar: :any, sonoma: "0aab13f8b78a2c3b388879c4e4035e91de5ea54f19d0ab376bc459ff16099aa0" + sha256 cellar: :any, ventura: "c0137d830d636dc25fd2f3352f15484a6c756e1924bccf35f7689faaa01cc24c" + sha256 cellar: :any_skip_relocation, arm64_linux: "3f73d1796d2cd368b4580d4e2155a180ed37e0cb9f7950d297ff28332cd5b935" + sha256 cellar: :any_skip_relocation, x86_64_linux: "14f2c22c3324876752fd2ddae8cfe4d2186790a495b25f4cdd1be3c1f9202575" end depends_on "rust" => :build # for pydantic From 3a538dde1b444fa30f174a1c2f7b40db63e92f0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:53:08 +0000 Subject: [PATCH 08208/10074] aws-cdk 2.1019.1 --- Formula/a/aws-cdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index cade30d7b7d76..bf0c3fd460088 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -1,8 +1,8 @@ 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.1019.0.tgz" - sha256 "3fda9bf5a6a8ca3dcc2ea54b0f5521fe339deef835ab08d24b98848235ee7e14" + url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1019.1.tgz" + sha256 "dd3db32c8c3e81cef8e521390960ce5c86fbfe216d940db32590cc24a0eedcdb" license "Apache-2.0" bottle do From 590ffe7777eabbed80573d106cc0dde52696f5ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:59:06 +0000 Subject: [PATCH 08209/10074] cubejs-cli 1.3.23 --- Formula/c/cubejs-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index 2818f49928757..cc8efd14b38c7 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -1,8 +1,8 @@ class CubejsCli < Formula desc "Cube.js command-line interface" homepage "https://cube.dev/" - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.22.tgz" - sha256 "19e8c2b6d56472baecc290a07ba067e803cd0778741bbfbea8ae545d713e2906" + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.23.tgz" + sha256 "6f5a1005b3d38c9ebb4b352d25eba448007275dd2077f6c1b725a58016c53705" license "Apache-2.0" bottle do From a7b6503838ce475621829b4e42e0ee1f8e7f86be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:03:07 +0000 Subject: [PATCH 08210/10074] fern-api 0.64.13 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 4c47b4d615f78..70915f91a732e 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.12.tgz" - sha256 "7a30f71fe99737b4f3e23bd3163d96980d634ce55bb6cd1ec7992e4ca12efad2" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.13.tgz" + sha256 "ad022620254be18ca8a281f36b09e19dea81a63dce38a9e1dd197d7178f1acc8" license "Apache-2.0" bottle do From b5616b44a74d415a436ac935be64a37edf260290 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:04:50 +0000 Subject: [PATCH 08211/10074] fwupd 2.0.12 --- Formula/f/fwupd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fwupd.rb b/Formula/f/fwupd.rb index 421807be9f8b4..aa28ceb94a1de 100644 --- a/Formula/f/fwupd.rb +++ b/Formula/f/fwupd.rb @@ -3,8 +3,8 @@ class Fwupd < Formula desc "Firmware update daemon" homepage "https://github.com/fwupd/fwupd" - url "https://github.com/fwupd/fwupd/releases/download/2.0.11/fwupd-2.0.11.tar.xz" - sha256 "c9d822643c3f0ebe4e081906ac54479b2a52e33edc11aac76c207bc4e24b7141" + url "https://github.com/fwupd/fwupd/releases/download/2.0.12/fwupd-2.0.12.tar.xz" + sha256 "83eab17ef2e65249491aef5e99419827b43ac56d40c5b0747b59ee94b147215e" license "LGPL-2.1-or-later" head "https://github.com/fwupd/fwupd.git", branch: "main" From f742993b00eca16bc3840ed03d14c1a43c023f72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:12:37 +0000 Subject: [PATCH 08212/10074] codelimit: update 0.18.1_2 bottle. --- Formula/c/codelimit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/codelimit.rb b/Formula/c/codelimit.rb index bbaa591bcf702..7ac3e1953ad4a 100644 --- a/Formula/c/codelimit.rb +++ b/Formula/c/codelimit.rb @@ -9,13 +9,13 @@ class Codelimit < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "18071157d23bb1d0bb254b13d3eba3f3bdab625e53180e4c245582febe7e8f05" - sha256 cellar: :any, arm64_sonoma: "c5cdecb94c66b87c8b4d5807977afb05e470691b4c84e3ee684018485101113e" - sha256 cellar: :any, arm64_ventura: "58def15d46a033132a428c1b55ea007fe155071742521fb28866228f26183f13" - sha256 cellar: :any, sonoma: "880b989a838e0b115b4adf2bae43e024da5d7c792a0e3a3d68033326baac6404" - sha256 cellar: :any, ventura: "707acb498655fd56a9e398eb5e6f7c498a68cdc7215b1879e43fa7a4532fa538" - sha256 cellar: :any_skip_relocation, arm64_linux: "e3cba55a81fc138c4cfae16dfd5daaa244f735d48bdc157a85a2b4c341a8e5ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3c3a9ba5848dfa803f1d7a305a1980d17acc21a0a73b55480c27c4e071c1eae3" + sha256 cellar: :any, arm64_sequoia: "51d2b36247f381cb3a00a1d32638b13e306b248a6faf2d23d57f73d4f1ac41ca" + sha256 cellar: :any, arm64_sonoma: "6f94801c8c0a62be52f69fb7ca4888e3a6544efdda27dc2adcf91c2416ae26da" + sha256 cellar: :any, arm64_ventura: "429cb5137167ebbc8514f3b72e6f4c5fb31638f060beba15c190f7da709676e4" + sha256 cellar: :any, sonoma: "cd3f2af21686de51775d79de85b61d7853e4a32bf1ebecafe0af19b982402247" + sha256 cellar: :any, ventura: "8f6d581fe89d46a3128011793c045d2a886a1386e592911f26d3d728f8747786" + sha256 cellar: :any_skip_relocation, arm64_linux: "a999e3ad0fe82b29d24dd69135d7180c3d53b663df8cd0e9764155d77020820a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2009e7baacaf96f69ada640dc5bc66ea3cc8e150fb6d362c88de35148eef5fca" end depends_on "certifi" From c089130db2091f3c99f9a8195a411ec416202d00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:12:38 +0000 Subject: [PATCH 08213/10074] cruft: update 2.16.0_3 bottle. --- Formula/c/cruft.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cruft.rb b/Formula/c/cruft.rb index 8b42fdf53172e..1c3820f4093a1 100644 --- a/Formula/c/cruft.rb +++ b/Formula/c/cruft.rb @@ -12,13 +12,13 @@ class Cruft < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "ad39579e5cf67e9d038dcbb90428a2c3e2d570d70c6245138cb1876ba5136ea0" - sha256 cellar: :any, arm64_sonoma: "190c707c426a09da51c614293b3ce5045864b492227e7cfcc82d48271e7314ea" - sha256 cellar: :any, arm64_ventura: "b3b1e6260b9008152344573405a8a5330371c3e164d52735ee3c6d3762e7a584" - sha256 cellar: :any, sonoma: "0fcdf19675bf13a33bbed2a19ab926173ddfad61cb070002f34478b58f92767e" - sha256 cellar: :any, ventura: "1dd9db1dec2951bb2182ed9d179a17152bba07870d6fcb8bda4f32e6345f77dc" - sha256 cellar: :any_skip_relocation, arm64_linux: "7a4f67fafa0a04fd79a855ceb3cdb127c09f9cc8d28cda246461eaea7e714692" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2703585445ce3628a1a6b51bcbf85ccd381cc24f2ca822384976803e8f6e4816" + sha256 cellar: :any, arm64_sequoia: "eb02182e87cf02ddb00d5c0b380b36ef052c96af782b544997df341245146bd7" + sha256 cellar: :any, arm64_sonoma: "8a4fd594ee5664c3ff287491e935b7707578107fa712726fe412170156d8f3f7" + sha256 cellar: :any, arm64_ventura: "29beb4547181032a40c6aa014e44a682cbef11ecc2c407310a0e9f67465462d1" + sha256 cellar: :any, sonoma: "0d894ab7277c96aaf7085f6f20a109b9b3bd8d21298fbee9ab6f15a018befbc5" + sha256 cellar: :any, ventura: "d10c763b850702d2d87ac62c08188ada8d22a4bac008379c676dbd777a0948dd" + sha256 cellar: :any_skip_relocation, arm64_linux: "1eab11308a1ea7c0504e4ea634d8749af36d6d684281e76c513237699f874060" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4469fa25d7a41ce40fd6ad704afcbfa738ed32dd9ac33eecf9906a3fbe123f8e" end depends_on "certifi" From 3db98647450c3ac2b133d251b5d0f23f61749b1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:12:40 +0000 Subject: [PATCH 08214/10074] cookiecutter: update 2.6.0_8 bottle. --- Formula/c/cookiecutter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cookiecutter.rb b/Formula/c/cookiecutter.rb index e0a853959043f..db0e2f1450252 100644 --- a/Formula/c/cookiecutter.rb +++ b/Formula/c/cookiecutter.rb @@ -10,13 +10,13 @@ class Cookiecutter < Formula head "https://github.com/cookiecutter/cookiecutter.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "8f8ce1408891204a128493ae483cc386514fa6b5a7851050be410b169b70cc78" - sha256 cellar: :any, arm64_sonoma: "d096d39c167d199366b4e1e18a5435512f0cc6a73fcf3b744b0c3dc8ed1faf50" - sha256 cellar: :any, arm64_ventura: "ba5de2316f6697823e5cf0f4d895e3d503962d50f4f4cd921a567e43957d596d" - sha256 cellar: :any, sonoma: "e787f3ad1edc5e88e7ea01d92cfb36cfa536dbaf8fbce5159176fbd93c1d7a5c" - sha256 cellar: :any, ventura: "d6dbb71fc1d65c5c9b4cdc8dd0e948b67d09605abb337adb903a4de1ae5e167d" - sha256 cellar: :any_skip_relocation, arm64_linux: "d801ff52f60d426ef77646da8f065457a8e8706c2b8be6367bd3f55d561f513d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d754242f3e7a116e7862ca12fabc9122e075620ceb1c3d764190709b4101e5aa" + sha256 cellar: :any, arm64_sequoia: "06963169eb643901ab0e140039c830b64de47f6be4c18c89c6c0d01df315f824" + sha256 cellar: :any, arm64_sonoma: "669caeb267246e0eaf688acecfffb92f30a513cd00bcc0ff989cca32e8cf7816" + sha256 cellar: :any, arm64_ventura: "16af8d1afe921ce35f9a5dbb85123790d3f57a868618e09f1a85f80b692c73ce" + sha256 cellar: :any, sonoma: "3e255d74d461b7f9b6ff97af52b0dc999521ddc51e6cb2fc309e2870f32780d3" + sha256 cellar: :any, ventura: "7ba35d5f466876fd97b00f8c9c56507cfc71409988fe14d66e6b1e2d993e6ba1" + sha256 cellar: :any_skip_relocation, arm64_linux: "c8f81c293daf78e00e243f97a90b82128d38e7cafbde8d2011962c1c3c831dc1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "56b1aa874da1cb6bee10b64fe043f3886fc9b9f0c137607f2665b365957bf422" end depends_on "certifi" From 0e8d111ffe4528a6f56a62f33ce8cd7fd3b9745b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:12:46 +0000 Subject: [PATCH 08215/10074] credstash: update 1.17.1_12 bottle. --- Formula/c/credstash.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/c/credstash.rb b/Formula/c/credstash.rb index 401326a182e85..d4b966ce8dbb8 100644 --- a/Formula/c/credstash.rb +++ b/Formula/c/credstash.rb @@ -12,8 +12,7 @@ class Credstash < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "7e6b3ebdf98c6b6b822df0535c9c2b88f6aa118a4a431373eb49818705b72298" + sha256 cellar: :any_skip_relocation, all: "4e56325504c62536d06570183ad8d7251a003c40685ad6196ffed97f02276958" end depends_on "cryptography" From 0be271f4c3b2a40d605f2e0afa97ded3361dcf4e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:12:49 +0000 Subject: [PATCH 08216/10074] dnsgen: update 1.0.4_2 bottle. --- Formula/d/dnsgen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/dnsgen.rb b/Formula/d/dnsgen.rb index 18153645ffec1..bb9d8c2045f75 100644 --- a/Formula/d/dnsgen.rb +++ b/Formula/d/dnsgen.rb @@ -10,7 +10,7 @@ class Dnsgen < Formula head "https://github.com/AlephNullSK/dnsgen.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "eb3378e1d5287c2d53eb369225efc53f86773fc24e966f9b2444b3a06883e34f" + sha256 cellar: :any_skip_relocation, all: "594d413181417c628e90dfbd438513d88eaad991d3bfd4e6ef686aea9669f4fe" end depends_on "certifi" From 3b4bd355bef213f52bd9494730c00735ac4de816 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:12:50 +0000 Subject: [PATCH 08217/10074] conda-lock: update 3.0.3_1 bottle. --- Formula/c/conda-lock.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/conda-lock.rb b/Formula/c/conda-lock.rb index 4069446967e05..2ba2076671b1b 100644 --- a/Formula/c/conda-lock.rb +++ b/Formula/c/conda-lock.rb @@ -9,13 +9,13 @@ class CondaLock < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "d3a84dd165c9d072795e2e6c3cf161753dd53bb2e07d46569ea91292ed7fa080" - sha256 cellar: :any, arm64_sonoma: "0c19281444dca0cc2971e11ac506c1bac3aa186c47cb6d9e36e86b552a5ffb89" - sha256 cellar: :any, arm64_ventura: "1ba2481afabecaf64394823f5ff98c3a2d5c5656f9290df6106abe81c3c7d51f" - sha256 cellar: :any, sonoma: "e3b85c07c3fe97210058eefb83a9dc4bde7faa1bae6233a352970012cbe3c3ed" - sha256 cellar: :any, ventura: "2387decb992d7a3edb4bd7bc2dd9d1037f777e2d9971b045b72a93a4d224f633" - sha256 cellar: :any_skip_relocation, arm64_linux: "efd1c894b58b399c6d41dc238ec973038fb7861596733ec2a4fde8f70fb321fa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8436acb87edb58c84296a7a25868e6f882ad02339f5b0853c3eb5e23461b604e" + sha256 cellar: :any, arm64_sequoia: "a0248f317a28f782e6a22af718d18ef4e19e373c3075e8b90c9e2786a421aa1f" + sha256 cellar: :any, arm64_sonoma: "d743d9ec131e5e3be7a3fe0b575eaf9727b2e33ddad11359f980287af61fb284" + sha256 cellar: :any, arm64_ventura: "6e03697fae43586290a4eb22ee134179ec140538c2214226cc647506e1902d63" + sha256 cellar: :any, sonoma: "08465169f2a86e27b211dfd6fa712b5ba1c216214a25f9c8e738bae05d3bcd9a" + sha256 cellar: :any, ventura: "15c4670114bd0e9fe6659a1970fb75e3bed0d9cb884e70268b37cc6a693d91d6" + sha256 cellar: :any_skip_relocation, arm64_linux: "24a97834f35acc9909c7fe00c2bad337eb93744d1b4c4eda88ad986a8e832346" + sha256 cellar: :any_skip_relocation, x86_64_linux: "882b9246aa1af9daa8f1a66df5888b8e7d84fa914b7f2aaaa645a5c017189862" end depends_on "rust" => :build # for pydantic From a65d599221ab2d5baca31669eb4e599af16a3f2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:13:03 +0000 Subject: [PATCH 08218/10074] detect-secrets: update 1.5.0_4 bottle. --- Formula/d/detect-secrets.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/detect-secrets.rb b/Formula/d/detect-secrets.rb index 77b4584c9cb6e..4c21ca24aee60 100644 --- a/Formula/d/detect-secrets.rb +++ b/Formula/d/detect-secrets.rb @@ -10,13 +10,13 @@ class DetectSecrets < Formula head "https://github.com/Yelp/detect-secrets.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "dfe38094256d4eac4bbc51f4494e65dd444f8a0c7e271f233273754f6e3639a3" - sha256 cellar: :any, arm64_sonoma: "7c0722116900c5364c73515fca5f21999e7f7c4f18629f0695f347ffae3a272e" - sha256 cellar: :any, arm64_ventura: "3d5bdf3ab33233207e596622876a0a134d83a58025c158a0c7a9dc4874ec3e21" - sha256 cellar: :any, sonoma: "192d4d619fa97ddec7e2d16f955962afb1814ca8b8e22d9baf487cd7deab41ab" - sha256 cellar: :any, ventura: "31bd87e1ee4becadebac76bd35a86d387fb0bb0705de7ec7e12ad304ec64da34" - sha256 cellar: :any_skip_relocation, arm64_linux: "96218f5d2fe9aefbe544c3ccf9e9b8a02c472db32322e0e20c0475f93959a313" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4b80272b4ad1bb120494729bc5dd3b5dff805ec8cf2fd8803664fb929da64b44" + sha256 cellar: :any, arm64_sequoia: "31070714993ea18148c92d75ca9a04862aa0637630c0a5310bfac94646e18fb3" + sha256 cellar: :any, arm64_sonoma: "547304154066c8f09421bf3201b12255c4f205c6000af7755dfa3d87ec0ac2be" + sha256 cellar: :any, arm64_ventura: "185aa3d13dfb246a32910bf08a949cdb2ac6ae7ecbe02496242e8d3e6c951cc3" + sha256 cellar: :any, sonoma: "f93351bf059c62b9c828114b523c30de2b0f30a90b5374456995b0edaeecd602" + sha256 cellar: :any, ventura: "2d844f5428d5c712ee263b709be14032705ae6102c1537832e1a7c6d51a31bc8" + sha256 cellar: :any_skip_relocation, arm64_linux: "144aff2953b8c7c992334a2562fbff457be2d4b398fe502583bdba3b59026a90" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6470f6fbf104c17c2038877a296d80f6b8c0762c58050689ccdd562d3fe88777" end depends_on "certifi" From eabe2d678a825f16da26371f46cecd3619dc1144 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:13:21 +0000 Subject: [PATCH 08219/10074] stylelint: update 16.21.0 bottle. --- Formula/s/stylelint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/stylelint.rb b/Formula/s/stylelint.rb index 4494647a7b573..ff73ada882d4e 100644 --- a/Formula/s/stylelint.rb +++ b/Formula/s/stylelint.rb @@ -6,13 +6,13 @@ class Stylelint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" - sha256 cellar: :any_skip_relocation, sonoma: "b6d62415a7b218b13c8bf79d115c8277e15ef9ac3049e5b9a22cbea9044efbc0" - sha256 cellar: :any_skip_relocation, ventura: "b6d62415a7b218b13c8bf79d115c8277e15ef9ac3049e5b9a22cbea9044efbc0" - sha256 cellar: :any_skip_relocation, arm64_linux: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "658a1258491759d9909a54bada33ab7c480f51f0c8148c93a549553d3b5cf9b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "db5c39e665504b325ec57d3bfa5f24c6c5660a7eb1fb97c18caff4d39ddf2a4f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "db5c39e665504b325ec57d3bfa5f24c6c5660a7eb1fb97c18caff4d39ddf2a4f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "db5c39e665504b325ec57d3bfa5f24c6c5660a7eb1fb97c18caff4d39ddf2a4f" + sha256 cellar: :any_skip_relocation, sonoma: "5f6a47bec1047671cf8c156b041207a08aa365705909c96cdd917f4b908d26cd" + sha256 cellar: :any_skip_relocation, ventura: "5f6a47bec1047671cf8c156b041207a08aa365705909c96cdd917f4b908d26cd" + sha256 cellar: :any_skip_relocation, arm64_linux: "db5c39e665504b325ec57d3bfa5f24c6c5660a7eb1fb97c18caff4d39ddf2a4f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "db5c39e665504b325ec57d3bfa5f24c6c5660a7eb1fb97c18caff4d39ddf2a4f" end depends_on "node" From 34fcfb47306a17d297d102467841d191a4db7162 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:13:22 +0000 Subject: [PATCH 08220/10074] datalad: update 1.2.0_2 bottle. --- Formula/d/datalad.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/datalad.rb b/Formula/d/datalad.rb index 9d397aa5a06cd..8dbfe6d6d7ad1 100644 --- a/Formula/d/datalad.rb +++ b/Formula/d/datalad.rb @@ -10,13 +10,13 @@ class Datalad < Formula head "https://github.com/datalad/datalad.git", branch: "maint" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "96e2dd5da8ee88808da6908d74dc47d71c3f55a630afa3b6d353f56be02e2bbf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb4ac067b2e0450d0e597579e08883935616ffe994dfa554877dfc7e59e57311" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4d7aace15d4d388725c529a19d23fb7da993df6906ed786706068b9259716489" - sha256 cellar: :any_skip_relocation, sonoma: "7a7b12107807d052f492e4109636cc7afd3fffe956ab61fe7d50f3f5e80c9bb0" - sha256 cellar: :any_skip_relocation, ventura: "1730b1b8c6c45a9df579ff8a59768f02a72c7cd196718f585a571db2741584cf" - sha256 cellar: :any_skip_relocation, arm64_linux: "0be6f07ff3fde52e0eec76c15caa5683f937988fba6a966d0899aa84ddadceb1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3ceb4aa9fffd5ad76fd4c8d2b3989149eba10299b7e10dc4d9b43d8c0ac11483" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "98f0e948be4b658227d2f5c1f67f0df532032f36b344e4acb44726151c62f68d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "885948e377d8b53e8da39fe33c3ce28464cc3bca460c02f26bcb39d5f064abcf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "76037bde9dea3cab5d4746e97056c274d3eea08267f84ddbc1b5918e96265767" + sha256 cellar: :any_skip_relocation, sonoma: "81caa4171329cbcc775cad42681c13a877d12a5bc3c592723788e5bde19321f8" + sha256 cellar: :any_skip_relocation, ventura: "10e88f4bf1287ca6ae957bf8eaaf6fe78c8c77b569def9a815ce31f6eaabe782" + sha256 cellar: :any_skip_relocation, arm64_linux: "c65ae2582c4e368f07c3116e76f76550b503b57f7f3aca58ee4ba1fe76246280" + sha256 cellar: :any_skip_relocation, x86_64_linux: "750b7e3ea021b97b96190b6119f950a12b064cc39070098fe9cf893841fde953" end depends_on "certifi" From 8d205c42a58534aea7b5174c599ea7cc568e7f29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:16:28 +0000 Subject: [PATCH 08221/10074] mx 7.55.8 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index feab07a0e483e..a2eda84017416 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.55.7.tar.gz" - sha256 "65f23d4aa2f85015a85a17b20cf2ddc12742e2beb65564280b2afaabbdcaeab0" + url "https://github.com/graalvm/mx/archive/refs/tags/7.55.8.tar.gz" + sha256 "1f6eb852b17062dd300e92822142b01d884e21520dbcca5cd61d16b6ae71e802" license "GPL-2.0-only" livecheck do From d22ea6de1adb1208ef034946ac910c0facc501d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:17:55 +0000 Subject: [PATCH 08222/10074] nuitka 2.7.10 --- Formula/n/nuitka.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index 398db5b5b4094..f8f6aca6a9d3e 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -3,8 +3,8 @@ class Nuitka < Formula desc "Python compiler written in Python" homepage "https://nuitka.net" - url "https://files.pythonhosted.org/packages/13/a8/31b9b1ee9fa7d62c736f6c5d5aac1bcc908dbb5e7f2ea05a04c3c3fb917e/Nuitka-2.7.9.tar.gz" - sha256 "26feb16dc860fe913430bcd349815bac8df432a44f6b215bdd3dd775bd887762" + url "https://files.pythonhosted.org/packages/07/23/01d9537320d170abff79d9f61bd1e9500b464a503433c0fa0a76375f3fd2/Nuitka-2.7.10.tar.gz" + sha256 "c510c44027bcd9890deb00586ea87b00dc787addace0722095f041b1414395fa" license "Apache-2.0" bottle do From 459abc9dd89293ab2a958afcae43afda865dbec0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:19:08 +0000 Subject: [PATCH 08223/10074] docker-squash: update 1.2.2_2 bottle. --- Formula/d/docker-squash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/docker-squash.rb b/Formula/d/docker-squash.rb index 0aed0fbe84597..629336edcf7d9 100644 --- a/Formula/d/docker-squash.rb +++ b/Formula/d/docker-squash.rb @@ -9,7 +9,7 @@ class DockerSquash < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, all: "8596d30c6281c38ee728fc5cb79e87b554d5b9b5215864e6bfaa9d12e8c2a3b5" + sha256 cellar: :any_skip_relocation, all: "99d127dcc4e76e15b49ba990c01be8b99c22966dede5b7a7e854dfd3961361f6" end depends_on "certifi" From 47262d8ec67582b2c4ea12d44d61a7e3da59c0ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:21:02 +0000 Subject: [PATCH 08224/10074] testkube: update 2.1.158 bottle. --- Formula/t/testkube.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 32c243c045efd..dc1832c34ebb3 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -12,12 +12,12 @@ class Testkube < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7424a1a2c136811a73ee95308ce6a7e55bed9f64cfe7b4db619b8b72faba6fbf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7424a1a2c136811a73ee95308ce6a7e55bed9f64cfe7b4db619b8b72faba6fbf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7424a1a2c136811a73ee95308ce6a7e55bed9f64cfe7b4db619b8b72faba6fbf" - sha256 cellar: :any_skip_relocation, sonoma: "b4dcc286606862e51458dd4dd59f467a93c4df3f8410b04a88407a579952ca28" - sha256 cellar: :any_skip_relocation, ventura: "b4dcc286606862e51458dd4dd59f467a93c4df3f8410b04a88407a579952ca28" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5578b20beca2ee1aa6c7446ebb50449a32955c5378612dc86c3d872bb79c33de" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebe9b9d78c74f6af5ac0008af033a3ef4a221f5517b53d7c4290765f45741224" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebe9b9d78c74f6af5ac0008af033a3ef4a221f5517b53d7c4290765f45741224" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ebe9b9d78c74f6af5ac0008af033a3ef4a221f5517b53d7c4290765f45741224" + sha256 cellar: :any_skip_relocation, sonoma: "f9cb27ab0ec187d1f2bc130ef6f2e94f9b2c1753faf8bc478c93c7123a743334" + sha256 cellar: :any_skip_relocation, ventura: "f9cb27ab0ec187d1f2bc130ef6f2e94f9b2c1753faf8bc478c93c7123a743334" + sha256 cellar: :any_skip_relocation, x86_64_linux: "353b626bfe09d7a24acd7f043c2efda63cd27a53898953bdb75e6427fcbe72d2" end depends_on "go" => :build From 1237b1128766155b3611028748d681f906df1d60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:10:19 +0000 Subject: [PATCH 08225/10074] ansible: bump python resources Signed-off-by: Rui Chen --- Formula/a/ansible.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/a/ansible.rb b/Formula/a/ansible.rb index 15d86b29a9713..c832f19008f55 100644 --- a/Formula/a/ansible.rb +++ b/Formula/a/ansible.rb @@ -6,6 +6,7 @@ class Ansible < Formula url "https://files.pythonhosted.org/packages/83/31/1fe54cfce344fff6ef17933705c2a5ecf2af29301e8d1af13dd1b3f14e3f/ansible-11.7.0.tar.gz" sha256 "f9df37c71d407f65bcb9c5c06c9918e297d9ea74b5cdaf5926c4c9aa9e44db5f" license "GPL-3.0-or-later" + revision 1 head "https://github.com/ansible/ansible.git", branch: "devel" bottle do @@ -72,13 +73,13 @@ class Ansible < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/98/a1/f2b68cba5d1907e004f4d88a028eda35a4f619c1e81d764e5cf58491eb46/boto3-1.38.38.tar.gz" - sha256 "0fe6b7d1974851588ec1edd39c66d9525d539133e02c7f985f9ebec5e222c0db" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/22/f5/d05258ac4ae68769a956779192bfbd322e571ef9fc17a27f02d35c026b4b/botocore-1.38.38.tar.gz" - sha256 "acf9ae5b2d99c1f416f94fa5b4f8c044ecb76ffcb7fb1b1daec583f36892a8e2" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "cachetools" do @@ -227,8 +228,8 @@ class Ansible < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" + sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" end resource "openshift" do @@ -512,8 +513,8 @@ class Ansible < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From e7f18ea10544035ab32b9580737dc857f604843a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:24:52 +0000 Subject: [PATCH 08226/10074] ruby-lsp 0.24.2 --- Formula/r/ruby-lsp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruby-lsp.rb b/Formula/r/ruby-lsp.rb index e35028c786968..1af8e9fa50dff 100644 --- a/Formula/r/ruby-lsp.rb +++ b/Formula/r/ruby-lsp.rb @@ -1,8 +1,8 @@ class RubyLsp < Formula desc "Opinionated language server for Ruby" homepage "https://shopify.github.io/ruby-lsp" - url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.24.1.tar.gz" - sha256 "726928a197a35aff4bffb70e459973b7192a2720fbed112b9aaa2916cd5d624f" + url "https://github.com/Shopify/ruby-lsp/archive/refs/tags/v0.24.2.tar.gz" + sha256 "e764f4ce0d4f3fc603ff24121d85a025934dbb615b8d53950003b26054b13dc4" license "MIT" head "https://github.com/Shopify/ruby-lsp.git", branch: "main" From 89ac193b034cf9b5cecace67a59cb9bffde990f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:26:21 +0000 Subject: [PATCH 08227/10074] dnstwist: update 20250130_2 bottle. --- Formula/d/dnstwist.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dnstwist.rb b/Formula/d/dnstwist.rb index d5823833b3b3e..1043fd7d806be 100644 --- a/Formula/d/dnstwist.rb +++ b/Formula/d/dnstwist.rb @@ -9,13 +9,13 @@ class Dnstwist < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "366ec0adb71ee84d67b89ce4d469f92dbba2f294b1f71f29753277a0343ac268" - sha256 cellar: :any, arm64_sonoma: "374f1f149942aebe8e890ec038fce6eda557ec6bc5b7cb4f80e8eee6a59e1c52" - sha256 cellar: :any, arm64_ventura: "bbf0f1c3f9d1807e96192517840f29949ed4425b27f9aa58cd76bf3d3dcce258" - sha256 cellar: :any, sonoma: "9f9253f3532aa49a25693021147fcfb3cfb05a9ba1eae15213de94aaa3525bde" - sha256 cellar: :any, ventura: "789e566f70252c9351cbf04916ede41eb7457a06af724c6f471e292cf71108d3" - sha256 cellar: :any_skip_relocation, arm64_linux: "31ab6f3c78135a30ee41c3e739bad5a83ad608077a430ae5925af24844798437" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a0ea91569f0cc5fa1da1ec0292e8ac946afd4cf258d56aec68a7cce4db6c2940" + sha256 cellar: :any, arm64_sequoia: "237ec0100cf5e22352a3d1f589a00fd3ec9b72920d2d8870a9b89859ea50c846" + sha256 cellar: :any, arm64_sonoma: "82a48d4fa4804e58158a2b437dfc8e5c816091df6e24bfbc6561306ef992a5e6" + sha256 cellar: :any, arm64_ventura: "9aeb1455b93e4aaff7da0487743312857abf9e265d981835b503a37c3f802e42" + sha256 cellar: :any, sonoma: "6fd9fbcca0355d8144d72766ab0118c06737a7d62bd7ad64f39221fbfc463c1e" + sha256 cellar: :any, ventura: "bd54da5217d7b849d4f30fc47bfcfbf8cbbf1411902d948d51b6a5328ad3ddaf" + sha256 cellar: :any_skip_relocation, arm64_linux: "cd1cb281f9f8a3eeb8bfb69aa02f8de73792855d6857ee0e199e6b9ed91c3aff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d46d0e32a46845bdc4e23d31a7a052bb19388c4def636eb24b4f24f0e1835e35" end depends_on "certifi" From a282a737d0a9421e2b53201ffb8be2387ed71828 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:04:57 +0000 Subject: [PATCH 08228/10074] libcec 7.1.0 libcec: add cmake 4 workaround Signed-off-by: Rui Chen --- Formula/lib/libcec.rb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libcec.rb b/Formula/lib/libcec.rb index c1a031d9dd057..6835ca0cfd1fa 100644 --- a/Formula/lib/libcec.rb +++ b/Formula/lib/libcec.rb @@ -1,8 +1,8 @@ class Libcec < Formula desc "Control devices with TV remote control and HDMI cabling" homepage "https://libcec.pulse-eight.com/" - url "https://github.com/Pulse-Eight/libcec/archive/refs/tags/libcec-7.0.0.tar.gz" - sha256 "7f9e57ae9fad37649adb6749b8f1310a71ccf3e92ae8b2d1cc9e8ae2d1da83f8" + url "https://github.com/Pulse-Eight/libcec/archive/refs/tags/libcec-7.1.0.tar.gz" + sha256 "7fd60dfd25b0b116c58439bb70158c1d5fd8fd492ad2a1a3b39b826bb50b54f6" license "GPL-2.0-or-later" bottle do @@ -22,6 +22,11 @@ class Libcec < Formula resource "p8-platform" do url "https://github.com/Pulse-Eight/platform/archive/refs/tags/p8-platform-2.1.0.1.tar.gz" sha256 "064f8d2c358895c7e0bea9ae956f8d46f3f057772cb97f2743a11d478a0f68a0" + + livecheck do + url "https://github.com/Pulse-Eight/platform.git" + regex(/^p8-platform[._-]v?(\d+(?:\.\d+)+)$/i) + end end def install @@ -37,6 +42,10 @@ def install end resource("p8-platform").stage do + # upstream commit, https://github.com/Pulse-Eight/platform/commit/d7faed1c696b1a6a67f114a63a0f4c085f0f9195 + ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5" + odie "remove CMAKE_POLICY_VERSION_MINIMUM env" if resource("p8-platform").version > "2.1.0.1" + system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_RPATH=#{rpath}", *cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" From b186d73343552ef17452d4039df8a35eff749fbd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:15:37 +0000 Subject: [PATCH 08229/10074] scalingo 1.35.0 --- Formula/s/scalingo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scalingo.rb b/Formula/s/scalingo.rb index fc5ec8f112d90..eecc92f816ce6 100644 --- a/Formula/s/scalingo.rb +++ b/Formula/s/scalingo.rb @@ -1,8 +1,8 @@ class Scalingo < Formula desc "CLI for working with Scalingo's PaaS" homepage "https://doc.scalingo.com/cli" - url "https://github.com/Scalingo/cli/archive/refs/tags/1.34.0.tar.gz" - sha256 "76120c14d13065df48ddfb628aab0b59d9f32be43516607c1ecf3d258bc692f9" + url "https://github.com/Scalingo/cli/archive/refs/tags/1.35.0.tar.gz" + sha256 "3a7fe40b7419fac312631f8c8898437bfea0a3a14f47cc1afbba47184dd66177" license "BSD-4-Clause" bottle do @@ -25,11 +25,11 @@ def install test do expected = <<~END - +-------------------+-------+ - | CONFIGURATION KEY | VALUE | - +-------------------+-------+ - | region | | - +-------------------+-------+ + ┌───────────────────┬───────┐ + │ CONFIGURATION KEY │ VALUE │ + ├───────────────────┼───────┤ + │ region │ │ + └───────────────────┴───────┘ END assert_equal expected, shell_output("#{bin}/scalingo config") end From 77e20f95a52e0269ea0082505d820b5fc3092c7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:29:35 +0000 Subject: [PATCH 08230/10074] tmt 1.51.0 --- Formula/t/tmt.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/t/tmt.rb b/Formula/t/tmt.rb index 67a82f631be13..6d4bfd19e84e1 100644 --- a/Formula/t/tmt.rb +++ b/Formula/t/tmt.rb @@ -3,10 +3,9 @@ class Tmt < Formula desc "Test Management Tool" homepage "https://tmt.readthedocs.io" - url "https://files.pythonhosted.org/packages/98/43/e230f183ef0b5d34deff051b62153b4bb53495c60e46717c3ac940a7bff5/tmt-1.50.0.tar.gz" - sha256 "2ebecd1995a39a2e20b333931c6e2952f11a5a3c202a36a0f9084246ce42f5c4" + url "https://files.pythonhosted.org/packages/0e/9e/bc3a8b95f3b18897b0492f5b2ba39501788b7b570cf850cf8b268c4e4ec5/tmt-1.51.0.tar.gz" + sha256 "b3441f2475d1124ee83d900b60460fd7cfc38de4cc21496aa9e946188bac1295" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "6185b54a53143059a4ed1b4d31785ae84fd590285a3e078b26786eb7ff62f48c" @@ -109,8 +108,8 @@ class Tmt < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -159,8 +158,8 @@ class Tmt < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 342ea89f4a71dbdf32250ac35ee08487ceca27ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:33:25 +0000 Subject: [PATCH 08231/10074] yamlfmt 0.17.1 --- Formula/y/yamlfmt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yamlfmt.rb b/Formula/y/yamlfmt.rb index dc080bdb8f0d8..efc32b64c22c6 100644 --- a/Formula/y/yamlfmt.rb +++ b/Formula/y/yamlfmt.rb @@ -1,8 +1,8 @@ class Yamlfmt < Formula desc "Extensible command-line tool to format YAML files" homepage "https://github.com/google/yamlfmt" - url "https://github.com/google/yamlfmt/archive/refs/tags/v0.17.0.tar.gz" - sha256 "81a7f696332cc496b8bad40e03ddd98bbd26354b6745a3ef2d186e376891012c" + url "https://github.com/google/yamlfmt/archive/refs/tags/v0.17.1.tar.gz" + sha256 "5ec696bb4451bdee3354bcb01b22e6105937490b7e8ce5b72c28dddb0d3a414d" license "Apache-2.0" head "https://github.com/google/yamlfmt.git", branch: "main" From 1b385331bfff362b07a077c82be549c4b5e509b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:36:56 +0000 Subject: [PATCH 08232/10074] dotdrop: update 1.15.0_4 bottle. --- Formula/d/dotdrop.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dotdrop.rb b/Formula/d/dotdrop.rb index 4fe302c7b8634..770efd0c532a8 100644 --- a/Formula/d/dotdrop.rb +++ b/Formula/d/dotdrop.rb @@ -11,13 +11,13 @@ class Dotdrop < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08042de4c0ede1385937c384ac1dc5067625578ae65745918fb7237feca8ec16" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "71bfc7f0ccd8ed7ce1dc24505318774d419358c327fd0b0bc83fd98a3aa753d3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1dd6d5567d3c558ca5fe42d9f5e562f89988ef9049026722d13f287f2db7a9a7" - sha256 cellar: :any_skip_relocation, sonoma: "2c364ed720da7502a081e25e938b6d0302560bb5be8279a546c7ecb1de5a5657" - sha256 cellar: :any_skip_relocation, ventura: "c31b3366cdf96a7e99502a6b01a7d1605c83adcfbe7b97a773c6a2fc4b9cf133" - sha256 cellar: :any_skip_relocation, arm64_linux: "e937e2842688cbff6b5006a770b2170f1b2bcef9441a5cbe4c297dedc66ed5e2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04313eb9e1ef4f2470c84515f97c919142e020b7799b2a8ea2ed9b61dfd3f3af" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "599f338d0d361a3062194e842c1c361fc7c9424379a4bd8b515ba86a918046c7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "25a0505ab974e9bb7239bd52903a3b1c5bfe4f3280ac1427707491b83798e694" + sha256 cellar: :any_skip_relocation, arm64_ventura: "60161674d744173b618ee9344e8fa0e96372de9b8a5da0578f29c6ff6c352bda" + sha256 cellar: :any_skip_relocation, sonoma: "311b8482ac961cd84a4844f1630b045d5c2795e9f7e41a57070b80912657b068" + sha256 cellar: :any_skip_relocation, ventura: "51ae972a4796c694a380f2c596330554d2d160c010aad0b633c382c8c6ddfdb3" + sha256 cellar: :any_skip_relocation, arm64_linux: "4c46f020d352431bd1dd2d12e24fb6cc4f46489588737bc397b4b7357ceea925" + sha256 cellar: :any_skip_relocation, x86_64_linux: "959f783fa9de2bc361999c65733ee7408726d468dec4dbe51051f671c2c7af83" end depends_on "certifi" From 6a82d2265a64b2336785bec77d3bd274c641b2a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:39:19 +0000 Subject: [PATCH 08233/10074] werf: update 2.38.0 bottle. --- Formula/w/werf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index 192a3a58e4120..ec9508b207674 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -15,13 +15,13 @@ class Werf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cac72e78a8ce2d07de7b612e3b5b6b31aa96296e47fb3fb975f49b5f5b1eac1e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bbca9ff7aef1d422abc2a07dea8b02316b3a7723799625c2f094081afcdcb7d4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "39c2a12b22e9e6f61807c6977b55236131863dab41d90244cf30b4c9ad66fc55" - sha256 cellar: :any_skip_relocation, sonoma: "e83f37c2ff00ec044cb94e9bf7987e37ffa1f99e8b7360f2dd94f6c5bfad6f56" - sha256 cellar: :any_skip_relocation, ventura: "9ebdc1b06ad4038380f25f96cf3ec3613dc9485b44c7e3f667fbbd2d3c22751a" - sha256 cellar: :any_skip_relocation, arm64_linux: "fe7fe2e865ad88f6cc94d6659d149124e59f418502f8ef8dc2de24790d4fd6c0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "220ff0484f1900edb67984738189befedb9dd9bf93437bd1ea73e97f242f75b6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb22f0c6158b18519b0bb6332086519adcf3bc5b3948e78f0a1f2abef80b6fef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "459d00e58f366555a4c52103a619aa2e2f95500725236a7e6bcac4923ee95b0e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2f2877cc0ba8d5041c668b95f6280ceb67be4640836e40c5c58bb5c3c0a6e221" + sha256 cellar: :any_skip_relocation, sonoma: "13b3529ef88a62bb45f61fe13e12c3a20062c2ec868568c679c531dd73e4327c" + sha256 cellar: :any_skip_relocation, ventura: "5ac9abececbf0d53a0c6b5ffab02a775d0579a68b6c446931c241de8f7d0b3f4" + sha256 cellar: :any_skip_relocation, arm64_linux: "0dd7566f233677bc935eb66f8d7b368bfbda8ba713d2ddf6aa4ba232ccfc6099" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5cd99d6b019b2b3a6a84e7869a643bff691729b2069b5365036331ad8972307" end depends_on "go" => :build From 56d3899a846471359ecd212b6e1ead5fd1053f3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:40:19 +0000 Subject: [PATCH 08234/10074] rclone: update 1.70.1 bottle. --- Formula/r/rclone.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rclone.rb b/Formula/r/rclone.rb index c27a4decf4a84..f459ac036da26 100644 --- a/Formula/r/rclone.rb +++ b/Formula/r/rclone.rb @@ -7,13 +7,13 @@ class Rclone < Formula head "https://github.com/rclone/rclone.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "98aa2f624411711b0ffca589714e3f3a929d86b0c8ccc2747b329b5ef8c2fd62" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a2238e1ee5ff039cf1ff65ebe5d0f14e72ce482dc4f2fb13ca9e17e77e74157" - sha256 cellar: :any_skip_relocation, arm64_ventura: "309522e3eebc704a7b3e81f143196cb30f99d30f93914f82f4f35acf70cc23bf" - sha256 cellar: :any_skip_relocation, sonoma: "7fd9b9e1230724f44a212b0486e7c007d59004935f382165ee3cb0628e530274" - sha256 cellar: :any_skip_relocation, ventura: "937e8a685bd7f7409c0de13e5ab0650aecf61544d55d6ec8d3d4faa96fdaf011" - sha256 cellar: :any_skip_relocation, arm64_linux: "d4219450b419be05d2ac998a421d070049f93976adce88b0d509b8ee575c3243" - sha256 cellar: :any_skip_relocation, x86_64_linux: "64f02ecfc7355fd5bca2ab45f86c94ee5bf6e684a0db50a7eadf243836af40a4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5c0270d59f9c6f023b9d5996354b0b6d60afe204542f3853ec8de9cf47900b3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "41bff1bfe78880fc27b564c0a527564de342febc994737d189e31e6909ccadf8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dea5e094aa0f6483b6f2885254ba668cad98cf97315d41bd0a93ec26952376ad" + sha256 cellar: :any_skip_relocation, sonoma: "837e312010eda7aef323a8079ee0ccdc9ff83f49d7ea8c46ad063f8bdfab7d09" + sha256 cellar: :any_skip_relocation, ventura: "8408379762f8abd9c82898fe5b501705c5bab39d15b6fc87ad53838b023dc16c" + sha256 cellar: :any_skip_relocation, arm64_linux: "0854c4431f096cd50e88b0e3bae0fcfc1fb9926195938d2dd444485e7f9bbb37" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eee949b8f9fadef40764be13a33ace096396d58d02dee1c1dfde145454a2af99" end depends_on "go" => :build From 01c806e7a944947c9e7f71763078315121b41389 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:42:17 +0000 Subject: [PATCH 08235/10074] dnsrobocert: update 3.26.1_2 bottle. --- Formula/d/dnsrobocert.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dnsrobocert.rb b/Formula/d/dnsrobocert.rb index 6f33c2ef09111..5faa80aa33b4c 100644 --- a/Formula/d/dnsrobocert.rb +++ b/Formula/d/dnsrobocert.rb @@ -10,13 +10,13 @@ class Dnsrobocert < Formula head "https://github.com/adferrand/dnsrobocert.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "edd941adc333a9370fd72bbae9531a3fd9f717e449f76933d3c50f2605a86c63" - sha256 cellar: :any, arm64_sonoma: "4117d83082e87e5d5c2bf40294360219b5c25cf2511377c8ef948834f6ad330a" - sha256 cellar: :any, arm64_ventura: "2fd13c9437034a0c6fbec69fd6aac6c7e10a06194db316484d7760b7e79a730a" - sha256 cellar: :any, sonoma: "7d72ed2a9200ef96216e92ea6836dfc21220b0c960e2d6b7379572a7ff4eb18f" - sha256 cellar: :any, ventura: "eb4e727d2ad2d32af8bbe9d0eb2c76ef22a8950fe7f3394b22300174e08e19d7" - sha256 cellar: :any_skip_relocation, arm64_linux: "8db4901ada08e6d61f36886e56e5e1064af584a29dc5499ef6aa3f2e7f4b0ce3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bde93313cb61d83a3636ee3a5c8b4c729b29b0ef3c3fd88bee326510bd60c9b0" + sha256 cellar: :any, arm64_sequoia: "7ee2c69b5dcd77e93b3011f6c7662b96e5f0c927898b94c10f9b10916e062fa1" + sha256 cellar: :any, arm64_sonoma: "1a78c73983035f12c00aade2c10fab5de47fc19c2a9fce712e3847e1ae14a312" + sha256 cellar: :any, arm64_ventura: "f2d41072bea855bca8ed095fc48975981c77f20a387b2d6a7406693b0c54c21a" + sha256 cellar: :any, sonoma: "600a9ebcb49e69d430bcf97b99d0c309bedb142b08d7f32372858cf19f5f03cb" + sha256 cellar: :any, ventura: "b86e44b4c0a464f313c246fb88acf88dfedceec095f175faae85429e6c123354" + sha256 cellar: :any_skip_relocation, arm64_linux: "b166afa7f12b1cf350256d9b2c63e2ced75bde8a0dd02c4e7c3ae5ac3fa0fdb9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "20900441de05dc559f2458efed7d1fd643c31b382d43d1bb27469eaa9b6dd545" end depends_on "rust" => :build From 153ab66a7dcb872cf4aceea8f12fa8383a082d9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:51:06 +0000 Subject: [PATCH 08236/10074] ortp: update 5.4.23 bottle. --- Formula/o/ortp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ortp.rb b/Formula/o/ortp.rb index 1bcb2db801dd6..9c5879df4405e 100644 --- a/Formula/o/ortp.rb +++ b/Formula/o/ortp.rb @@ -24,13 +24,13 @@ class Ortp < Formula no_autobump! because: "resources cannot be updated automatically" bottle do - sha256 cellar: :any, arm64_sequoia: "3c262dabf3721f3f9c254b5085ecc68add887eac5163ecaabb001cf53e8d2dd4" - sha256 cellar: :any, arm64_sonoma: "7223f886e41bda862bdc4d80d9df19bcaf0f7bdca21bc8b90c3b5abf24309cdd" - sha256 cellar: :any, arm64_ventura: "f6d9ac85207989bad05aecb5a9b2993978141a5445b9480b6c43f4d29cef73ef" - sha256 cellar: :any, sonoma: "1dc8a92abc001c7b42e990688e1e080f0b4c175b91883c3f60ab63f50d82865b" - sha256 cellar: :any, ventura: "8a3ae3d1a00622bfce1c85ef809ff3b2848bce64df06f511735837e63845882c" - sha256 cellar: :any_skip_relocation, arm64_linux: "a54d5589fd1893f4ee79404bb0e1843c38fd9ca43e877ae3edecd25dc551a0f1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "558b10114f9d35920068ffa6353fed0363db08229e259242fbf68d41284bf418" + sha256 cellar: :any, arm64_sequoia: "011ec7b25bf8731b741fbc5bd3291dd5319b6f3f74bd85ab9c5aa21516c80956" + sha256 cellar: :any, arm64_sonoma: "1b65fd3dce5259fd9d063334c2496731a6876c7ced49658799d25b129e9ef71c" + sha256 cellar: :any, arm64_ventura: "ea80dbabce736fd63053e4ab29df86b064d51e6cc7ced3b4cedf4ee317dc8890" + sha256 cellar: :any, sonoma: "2396df6cfd71accdd4d380720e78fa0cc66acd45f542546ae1e1d7c170a6f274" + sha256 cellar: :any, ventura: "2c531584fcc42b47895e5d91a40ae27446e390fc39dcaf0ef594761cda2bf40f" + sha256 cellar: :any_skip_relocation, arm64_linux: "86f52d16c92199cf5851380139ae31d8e462983d6e4686c7adc510676472f6ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f43fd2fc2f3f73970595c391a05441ee5f0c16f9a093fd7c53d1b934b2b2eee0" end head do From 99a401e798e606a0039a571687c939bc729bea76 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:52:17 +0000 Subject: [PATCH 08237/10074] checkdmarc: update 5.8.6_2 bottle. --- Formula/c/checkdmarc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkdmarc.rb b/Formula/c/checkdmarc.rb index 6f8155b506e2f..9885db517a9dd 100644 --- a/Formula/c/checkdmarc.rb +++ b/Formula/c/checkdmarc.rb @@ -10,7 +10,7 @@ class Checkdmarc < Formula head "https://github.com/domainaware/checkdmarc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "bb94624ba5d0c93ce57b5450b65d7f7ea3012e6e79da3858b57f6578750db734" + sha256 cellar: :any_skip_relocation, all: "6453b2bbf9d383ed7d84e9dc6d225d5d5da59f3f1e5a3be45c83d3a586372677" end depends_on "certifi" From b7048ed0c3e3afa5dc2e1c9d37eef157e1ccd798 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:05:51 +0000 Subject: [PATCH 08238/10074] aws-cdk: update 2.1019.1 bottle. --- Formula/a/aws-cdk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index bf0c3fd460088..03ef8d4eaa141 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -6,7 +6,7 @@ class AwsCdk < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "af10af9759ead9a24ce8370f2b73ff3ed34fa5a6eb026cba598142ebe315c67d" + sha256 cellar: :any_skip_relocation, all: "41fc612c93aa18160a3af7da0fcfb9a4367f06925188bea28e23522f2bd068d2" end depends_on "node" From 4a3f75da19502aa232bf06fce4dd3e422229204b Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:05:53 -0400 Subject: [PATCH 08239/10074] flagd 0.12.5 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/f/flagd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flagd.rb b/Formula/f/flagd.rb index cf1515ef1bd3d..0bc458cff332e 100644 --- a/Formula/f/flagd.rb +++ b/Formula/f/flagd.rb @@ -2,8 +2,8 @@ class Flagd < Formula desc "Feature flag daemon with a Unix philosophy" homepage "https://github.com/open-feature/flagd" url "https://github.com/open-feature/flagd.git", - tag: "flagd/v0.12.4", - revision: "cb2b8eeb9c5496272b1f22d63f8eaa5d220707f5" + tag: "flagd/v0.12.5", + revision: "23e15540a737265c1244e4bf7ddcf04a9c5c60af" license "Apache-2.0" head "https://github.com/open-feature/flagd.git", branch: "main" From 3a3ed885e96d84790dc33a11efb029d4d90f1ac5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:07:39 +0000 Subject: [PATCH 08240/10074] renovate: update 41.0.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index d94fc9dbacff8..6204e057ff896 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2737adb9cc2cce5c47974f99a6933b81d34ba47e292e565e3288846d010f3e35" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "693c4f623a1259c457ca6908b56ec01d3028c3ba1cddcc4bbdf1e606660759c5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "96938bfe3cb02daabd9a5f9430d76942ac9460ea75b493f843c114e571fc39ea" - sha256 cellar: :any_skip_relocation, sonoma: "9b512ef7d175c9681abcc9d14efcf5b07b859d1aec5df392b777a6606922928a" - sha256 cellar: :any_skip_relocation, ventura: "13235f3d75c35b84bd0aac8b284b7eb9f34147ef3027480796f01e1f8e919038" - sha256 cellar: :any_skip_relocation, arm64_linux: "d14e0d75e73c11432445edcbe09dc0c6025b0d2eb8fa49aae16d2c5a59eff55a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "467dfcd3b366ff22f1352e62e538fb6a71de986d8f6c30853097f0f850b1d5f8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "68c28de82b6e999f3bf90f8ae52c39f5fab05d4e9371330ca6b9966dfe75563d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d08d3bc3a713545801b968d5f71669e36ad2e13572e01aec276cb93d3ce5ba36" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b3a8bdc0dd22f9ae6a4f247199b7bc2d40ad245733526243f3a7d1797314388c" + sha256 cellar: :any_skip_relocation, sonoma: "1cf50a6b50aac35f10f3bc88d922152e2924b29153af867fc02c32466b326928" + sha256 cellar: :any_skip_relocation, ventura: "3c03755cbc89b4318eaeebfaaf7f8411b25b00186aeb3300aaafcfaad2a38d6d" + sha256 cellar: :any_skip_relocation, arm64_linux: "4e5b962edbcddc852644a72445b271fdd28c0878c277ea181184acebf3f551a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f65e5c83f9cc56eed682bdde78821d06abf42005ef6eaff244c62ce098736b65" end depends_on "node@22" From 34a1612237e4a4c43d678bdd9e98e350bd3aa2f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:17:22 +0000 Subject: [PATCH 08241/10074] dvc: bump python resources --- Formula/d/dvc.rb | 53 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/Formula/d/dvc.rb b/Formula/d/dvc.rb index 7f0d0747cfa2f..f623f48082f93 100644 --- a/Formula/d/dvc.rb +++ b/Formula/d/dvc.rb @@ -6,6 +6,7 @@ class Dvc < Formula url "https://files.pythonhosted.org/packages/4a/9c/15060558c132a05d973fc8cb94a31eabb319c43d050945f2917c75ede3e1/dvc-3.60.1.tar.gz" sha256 "fe126823d22d0e51115ba695ccbbfac66a4163ff582a2541d7f4599464056ece" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "33a2d31dedcd018c94bd147cd270ceeab1e73b9b82cb4d7491604e99e6946b04" @@ -39,8 +40,8 @@ class Dvc < Formula end resource "aiobotocore" do - url "https://files.pythonhosted.org/packages/9c/4c/113c4f5611103bba8e5252805fbee7944f5d9541addba9a96b091c0c4308/aiobotocore-2.22.0.tar.gz" - sha256 "11091477266b75c2b5d28421c1f2bc9a87d175d0b8619cb830805e7a113a170b" + url "https://files.pythonhosted.org/packages/9d/25/4b06ea1214ddf020a28df27dc7136ac9dfaf87929d51e6f6044dd350ed67/aiobotocore-2.23.0.tar.gz" + sha256 "0333931365a6c7053aee292fe6ef50c74690c4ae06bb019afdf706cb6f2f5e32" end resource "aiohappyeyeballs" do @@ -49,8 +50,8 @@ class Dvc < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiohttp-retry" do @@ -159,13 +160,13 @@ class Dvc < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/7e/3f/135ec0771e6d0e1af2ad7023a15df6677d96112072838d948c9b5075efe1/boto3-1.37.3.tar.gz" - sha256 "21f3ce0ef111297e63a6eb998a25197b8c10982970c320d4c6e8db08be2157be" + url "https://files.pythonhosted.org/packages/e7/96/fc74d8521d2369dd8c412438401ff12e1350a1cd3eab5c758ed3dd5e5f82/boto3-1.38.27.tar.gz" + sha256 "94bd7fdd92d5701b362d4df100d21e28f8307a67ff56b6a8b0398119cf22f859" end resource "botocore" do - url "https://files.pythonhosted.org/packages/74/fb/b243ab806d2e1e6b8a475b731cc59a1f1e4709eded4884b988a27bbc996b/botocore-1.37.3.tar.gz" - sha256 "fe8403eb55a88faf9b0f9da6615e5bee7be056d75e17af66c3c8f0a3b0648da4" + url "https://files.pythonhosted.org/packages/36/5e/67899214ad57f7f26af5bd776ac5eb583dc4ecf5c1e52e2cbfdc200e487a/botocore-1.38.27.tar.gz" + sha256 "9788f7efe974328a38cbade64cc0b1e67d27944b899f88cb786ae362973133b6" end resource "cachetools" do @@ -294,8 +295,8 @@ class Dvc < Formula end resource "dvc-s3" do - url "https://files.pythonhosted.org/packages/dc/1a/a372da6a26da7bcf1dee1b50107d7756cebb76e5883d15fdb7d250e93ca7/dvc_s3-3.2.1.tar.gz" - sha256 "436df64d02506963b0225d5272d95918595f5f86b0ad5a9beeeb105bb2ac3d24" + url "https://files.pythonhosted.org/packages/24/72/44033cb2e85a7e68ac0bf8d96ece272f6818a28135678090fc8d03ef54b8/dvc_s3-3.2.2.tar.gz" + sha256 "0ea72c9b6b000dfea1a834d4106733b6cdc745d0a6ee1d5c0a5b8c8344671716" end resource "dvc-ssh" do @@ -374,8 +375,8 @@ class Dvc < Formula end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/98/a2/8176b416ca08106b2ae30cd4a006c8176945f682c3a5b42f141c9173f505/google_api_core-2.25.0.tar.gz" - sha256 "9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a" + url "https://files.pythonhosted.org/packages/dc/21/e9d043e88222317afdbdb567165fdbc3b0aad90064c7e0c9eb0ad9955ad8/google_api_core-2.25.1.tar.gz" + sha256 "d2aaa0b13c78c61cb3f4282c464c046e45fbd75755683c9c525e6e8f7ed0a5e8" end resource "google-api-python-client" do @@ -404,8 +405,8 @@ class Dvc < Formula end resource "google-cloud-storage" do - url "https://files.pythonhosted.org/packages/f3/08/52143124415a889bbab60a8ecede1e31ea0e8d992ca078317886f26dc3be/google_cloud_storage-3.1.0.tar.gz" - sha256 "944273179897c7c8a07ee15f2e6466a02da0c7c4b9ecceac2a26017cb2972049" + url "https://files.pythonhosted.org/packages/27/84/6afc2ffdf31f6247a6bab6ba070e073fb05e0fda56adf59ce52ac591a033/google_cloud_storage-3.1.1.tar.gz" + sha256 "f9c8f965cafd1d38509f8e2b070339e0e9e5bf050774653bf36213d4ea6104c0" end resource "google-crc32c" do @@ -509,8 +510,8 @@ class Dvc < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "networkx" do @@ -524,8 +525,8 @@ class Dvc < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" + sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" end resource "omegaconf" do @@ -609,8 +610,8 @@ class Dvc < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -619,8 +620,8 @@ class Dvc < Formula end resource "pydot" do - url "https://files.pythonhosted.org/packages/d1/c3/6034ed1ebf2e3ba95a0e35fa7c43104e40444c0ed2b5325702c63e824dbf/pydot-4.0.0.tar.gz" - sha256 "12f16493337cade2f7631b87c8ccd299ba2e251f3ee5d0732a058df2887afe97" + url "https://files.pythonhosted.org/packages/50/35/b17cb89ff865484c6a20ef46bf9d95a5f07328292578de0b295f4a6beec2/pydot-4.0.1.tar.gz" + sha256 "c2148f681c4a33e08bf0e26a9e5f8e4099a82e0e2a068098f32ce86577364ad5" end resource "pydrive2" do @@ -699,8 +700,8 @@ class Dvc < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/39/24/1390172471d569e281fcfd29b92f2f73774e95972c965d14b6c802ff2352/s3transfer-0.11.3.tar.gz" - sha256 "edae4977e3a122445660c7c114bba949f9d191bae3b34a096f18a1c8c354527a" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "scmrepo" do @@ -799,8 +800,8 @@ class Dvc < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "vine" do From 55672e5113669b96bed9183b3721010250b545e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:18:23 +0000 Subject: [PATCH 08242/10074] cubejs-cli: update 1.3.23 bottle. --- Formula/c/cubejs-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index cc8efd14b38c7..d562902f2f8c2 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -6,13 +6,13 @@ class CubejsCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "78718bb296ee4fab83a7ca7ea361df4e1cb764cd584d615f5830679b2f273d1c" - sha256 cellar: :any, arm64_sonoma: "78718bb296ee4fab83a7ca7ea361df4e1cb764cd584d615f5830679b2f273d1c" - sha256 cellar: :any, arm64_ventura: "78718bb296ee4fab83a7ca7ea361df4e1cb764cd584d615f5830679b2f273d1c" - sha256 cellar: :any, sonoma: "6902454b896ae752d242045c15b1b705075bc5e31d30bf65495e54c31e97b5a7" - sha256 cellar: :any, ventura: "6902454b896ae752d242045c15b1b705075bc5e31d30bf65495e54c31e97b5a7" - sha256 cellar: :any_skip_relocation, arm64_linux: "c1f61881beb4c0fef39cac82439b5da9b44b3107ca6d799fd2b0bdd59ef7c3bb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ff8c8c503762abeefd50e3f44473144ff71f2d07fc6078f24c66526fb65ded81" + sha256 cellar: :any, arm64_sequoia: "037778f7500b282d5c9f7e383f401f049e8a59a0bb44d567498d065a324c79da" + sha256 cellar: :any, arm64_sonoma: "037778f7500b282d5c9f7e383f401f049e8a59a0bb44d567498d065a324c79da" + sha256 cellar: :any, arm64_ventura: "037778f7500b282d5c9f7e383f401f049e8a59a0bb44d567498d065a324c79da" + sha256 cellar: :any, sonoma: "c70dc30bf6fc2adfc34fe63089b64097532c6a3a9911f28c3df701658b54b756" + sha256 cellar: :any, ventura: "c70dc30bf6fc2adfc34fe63089b64097532c6a3a9911f28c3df701658b54b756" + sha256 cellar: :any_skip_relocation, arm64_linux: "5108d130ae01d5547b737d8e0f4bfa56b2dd4e8df7590db62179d9a21220c577" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ad15498b4f277b94f5183a86f80e6832c262cd8876264af5fb84ee188c973aad" end depends_on "node" From 6497b1815ac57807560f5db1dc46c7557e9299d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:18:44 +0000 Subject: [PATCH 08243/10074] easyeda2kicad: bump python resources --- Formula/e/easyeda2kicad.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/easyeda2kicad.rb b/Formula/e/easyeda2kicad.rb index ca8f5feff34d3..4fc75383e617b 100644 --- a/Formula/e/easyeda2kicad.rb +++ b/Formula/e/easyeda2kicad.rb @@ -6,7 +6,7 @@ class Easyeda2kicad < Formula url "https://files.pythonhosted.org/packages/f1/78/fde265892294c733590a9089f37cc8ea1478b9c632d76c0a11b8f20fe6f3/easyeda2kicad-0.8.0.tar.gz" sha256 "a781be6d1076f6e06886a4292373eb930c9921de4c709d6dd91bb6ea104f4a4b" license "AGPL-3.0-or-later" - revision 1 + revision 2 head "https://github.com/uPesy/easyeda2kicad.py.git", branch: "master" no_autobump! because: :requires_manual_review @@ -30,8 +30,8 @@ class Easyeda2kicad < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -45,8 +45,8 @@ class Easyeda2kicad < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -70,8 +70,8 @@ class Easyeda2kicad < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 5f91bfd39efafacc39156885d031b213b60e641f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:19:32 +0000 Subject: [PATCH 08244/10074] esphome: bump python resources --- Formula/e/esphome.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index 1e3ca8ea14f0f..c8496a15e36ab 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -6,6 +6,7 @@ class Esphome < Formula url "https://files.pythonhosted.org/packages/03/7a/bb283a36282e9ab6daa0a876eac70b9200853b820a7f981c7750b3c9aedd/esphome-2025.6.0.tar.gz" sha256 "a8aa51e18853f00d03135f93d93238d9c133b5ca2600985a8e3cf5ccde1f92b5" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "fccd00db6bda7443a11cf3069392bc664aa75d728f0ea6fa139db5997288b82f" @@ -83,6 +84,11 @@ class Esphome < Formula sha256 "dd8be876e25dfc51909eb35602b77a76e0d01a364584756ab3fa848e2407e4ec" end + resource "chardet" do + url "https://files.pythonhosted.org/packages/f3/0d/f7b6ab21ec75897ed80c17d79b15951a719226b9fababf1e40ea74d69079/chardet-5.2.0.tar.gz" + sha256 "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7" + end + resource "charset-normalizer" do url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" @@ -284,8 +290,8 @@ class Esphome < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "uvicorn" do From 994977fecbfd7325967e8e151949927546c596df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:19:42 +0000 Subject: [PATCH 08245/10074] evernote-backup: bump python resources --- Formula/e/evernote-backup.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/e/evernote-backup.rb b/Formula/e/evernote-backup.rb index 7ec0e05cf015d..b3ba838686526 100644 --- a/Formula/e/evernote-backup.rb +++ b/Formula/e/evernote-backup.rb @@ -6,7 +6,7 @@ class EvernoteBackup < Formula url "https://files.pythonhosted.org/packages/77/09/021f30d5e05df5587f0621b4144b687d94af331fefa54f5a14b7cd2d80d1/evernote_backup-1.13.1.tar.gz" sha256 "564c39cd92633e9e9492346363bd3f85175c15a9f73d5c34d35835a2ef05e197" license "MIT" - revision 1 + revision 2 no_autobump! because: :requires_manual_review @@ -49,8 +49,8 @@ class EvernoteBackup < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" + sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" end resource "requests" do @@ -79,8 +79,8 @@ class EvernoteBackup < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "xmltodict" do From b77b8f99a9a44785fb734c3147118407802e3945 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:20:36 +0000 Subject: [PATCH 08246/10074] fern-api: update 0.64.13 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 70915f91a732e..33be2ac5d13b1 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "f7e3a489fbf5153316d88853f3eca5394aa7c1fb83862bca2eefea1288e8ea0a" + sha256 cellar: :any_skip_relocation, all: "9fdf11e3fa085ebcbe09aeeb0653ed8cd18197dd07d7bf62581b6e9280fa517e" end depends_on "node" From 8ba9b30c6dd0118a9242cc9f9fd737feb74721b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:20:36 +0000 Subject: [PATCH 08247/10074] flit: bump python resources --- Formula/f/flit.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/f/flit.rb b/Formula/f/flit.rb index 5c4dda5a40d25..858006240ba19 100644 --- a/Formula/f/flit.rb +++ b/Formula/f/flit.rb @@ -6,7 +6,7 @@ class Flit < Formula url "https://files.pythonhosted.org/packages/50/9c/0608c91a5b6c013c63548515ae31cff6399cd9ce891bd9daee8c103da09b/flit-3.12.0.tar.gz" sha256 "1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/pypa/flit.git", branch: "main" bottle do @@ -47,8 +47,8 @@ class Flit < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From e95171864129bd2bc1b19d8cb7323beb3fad1fbe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:20:50 +0000 Subject: [PATCH 08248/10074] forbidden: bump python resources --- Formula/f/forbidden.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/f/forbidden.rb b/Formula/f/forbidden.rb index 163fbaacb9a18..f7377457bccf1 100644 --- a/Formula/f/forbidden.rb +++ b/Formula/f/forbidden.rb @@ -6,7 +6,7 @@ class Forbidden < Formula url "https://files.pythonhosted.org/packages/ed/80/eb80e899c8ac2357aa9b001600e64177a1a68c32b466becadf1eb0a09e01/forbidden-13.2.tar.gz" sha256 "e560b121b1419393695505a4bf61ab82230a34bffc9b1779ca75a33ab3f62916" license "MIT" - revision 1 + revision 2 head "https://github.com/ivan-sincek/forbidden.git", branch: "main" bottle do @@ -93,8 +93,8 @@ class Forbidden < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 3e1705f511e42ec28bbeba5480dde67d43e50999 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:20:57 +0000 Subject: [PATCH 08249/10074] fred: bump python resources --- Formula/f/fred.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/f/fred.rb b/Formula/f/fred.rb index 6739cc79af079..5a9c20a6eb814 100644 --- a/Formula/f/fred.rb +++ b/Formula/f/fred.rb @@ -6,7 +6,7 @@ class Fred < Formula url "https://files.pythonhosted.org/packages/ff/22/44051587a95461a3fb0cd57e5ba215f3c4d3086544294e5ac79ab0028c20/fred_py_api-1.2.0.tar.gz" sha256 "4e588b6f5349461436aad2fc20ff4ca97b3b69fb0daa24c0e12ab837dedad90f" license "MIT" - revision 2 + revision 3 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" @@ -22,8 +22,8 @@ class Fred < Formula depends_on "python@3.13" resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -47,8 +47,8 @@ class Fred < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 5551917be60b2d556e7b418e796ea182c9d6f341 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:21:05 +0000 Subject: [PATCH 08250/10074] gallery-dl: bump python resources --- Formula/g/gallery-dl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/gallery-dl.rb b/Formula/g/gallery-dl.rb index d5254e6254e60..5388f4728b317 100644 --- a/Formula/g/gallery-dl.rb +++ b/Formula/g/gallery-dl.rb @@ -6,7 +6,7 @@ class GalleryDl < Formula url "https://files.pythonhosted.org/packages/a6/3e/e9c024254ff37553d02601205db34fdb854c9b556ee669679702807a50be/gallery_dl-1.29.7.tar.gz" sha256 "5fabac1ca7279420bb3ebff5bff8cee80478f48ffb314a42f4ed580f122c0117" license "GPL-2.0-only" - revision 1 + revision 2 head "https://github.com/mikf/gallery-dl.git", branch: "master" bottle do @@ -32,8 +32,8 @@ class GalleryDl < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 49f1b1e90880d103f52fd2eefec9fa57a50ca65d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:21:19 +0000 Subject: [PATCH 08251/10074] gamdl: bump python resources --- Formula/g/gamdl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/gamdl.rb b/Formula/g/gamdl.rb index 7450d9042ace3..71fa01b259d04 100644 --- a/Formula/g/gamdl.rb +++ b/Formula/g/gamdl.rb @@ -6,7 +6,7 @@ class Gamdl < Formula url "https://files.pythonhosted.org/packages/ad/4d/7a075db421a05866245974161e5e11f524ebaa97b55069beece758410e30/gamdl-2.4.2.tar.gz" sha256 "871ae15397949f3e7187a50bd03f51d5894f2457ff6eea08064233062a820b66" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "7a2e4e4038a0d8d815f2167864e092c2f0199cef5085fe3bf6b179712e556877" @@ -109,8 +109,8 @@ class Gamdl < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 4a449485037c92cc065eceba9da64254e82db76c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:21:33 +0000 Subject: [PATCH 08252/10074] gcalcli: bump python resources --- Formula/g/gcalcli.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/g/gcalcli.rb b/Formula/g/gcalcli.rb index d96ed6781f8d2..2962461654a34 100644 --- a/Formula/g/gcalcli.rb +++ b/Formula/g/gcalcli.rb @@ -6,7 +6,7 @@ class Gcalcli < Formula url "https://files.pythonhosted.org/packages/68/b8/c3f3b8c73c9740eeb592e31f3f1092485ce8809fd7137d7c776a0b0d3567/gcalcli-4.5.1.tar.gz" sha256 "bbc8d6b9ce40d0be0535ffec3bb3384761400c7fbf1d67716e7d0e5fe9c6f2d5" license "MIT" - revision 2 + revision 3 head "https://github.com/insanum/gcalcli.git", branch: "master" bottle do @@ -51,8 +51,8 @@ class Gcalcli < Formula end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/98/a2/8176b416ca08106b2ae30cd4a006c8176945f682c3a5b42f141c9173f505/google_api_core-2.25.0.tar.gz" - sha256 "9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a" + url "https://files.pythonhosted.org/packages/dc/21/e9d043e88222317afdbdb567165fdbc3b0aad90064c7e0c9eb0ad9955ad8/google_api_core-2.25.1.tar.gz" + sha256 "d2aaa0b13c78c61cb3f4282c464c046e45fbd75755683c9c525e6e8f7ed0a5e8" end resource "google-api-python-client" do @@ -91,8 +91,8 @@ class Gcalcli < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" + sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" end resource "parsedatetime" do @@ -126,8 +126,8 @@ class Gcalcli < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -186,8 +186,8 @@ class Gcalcli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 5434c5db4ac9a3356988b2222f97149f0f9bfa10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:21:48 +0000 Subject: [PATCH 08253/10074] gdown: bump python resources --- Formula/g/gdown.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/gdown.rb b/Formula/g/gdown.rb index b55b977178c80..c255b113daf5c 100644 --- a/Formula/g/gdown.rb +++ b/Formula/g/gdown.rb @@ -6,7 +6,7 @@ class Gdown < Formula url "https://files.pythonhosted.org/packages/09/6a/37e6b70c5bda3161e40265861e63b64a86bfc6ca6a8f1c35328a675c84fd/gdown-5.2.0.tar.gz" sha256 "2145165062d85520a3cd98b356c9ed522c5e7984d408535409fd46f94defc787" license "MIT" - revision 1 + revision 2 head "https://github.com/wkentaro/gdown.git", branch: "main" bottle do @@ -62,8 +62,8 @@ class Gdown < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 7900f9e8348a394eb34e6f7f0edecc43a9741dad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:22:18 +0000 Subject: [PATCH 08254/10074] git-remote-codecommit: bump python resources --- Formula/g/git-remote-codecommit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/git-remote-codecommit.rb b/Formula/g/git-remote-codecommit.rb index 104ca7ffcecae..68276c00962de 100644 --- a/Formula/g/git-remote-codecommit.rb +++ b/Formula/g/git-remote-codecommit.rb @@ -6,7 +6,7 @@ class GitRemoteCodecommit < Formula url "https://files.pythonhosted.org/packages/6c/a0/feb4dfa42e8cb1a0bd91667233254e49696cf6618f51ad5629f6efd89dae/git-remote-codecommit-1.17.tar.gz" sha256 "fd4a9ba3fbd88cd455a8e2087765e415da0beaae9932d4e84010069a536de24e" license "Apache-2.0" - revision 3 + revision 4 head "https://github.com/aws/git-remote-codecommit.git", branch: "master" no_autobump! because: :requires_manual_review @@ -19,8 +19,8 @@ class GitRemoteCodecommit < Formula depends_on "python@3.13" resource "botocore" do - url "https://files.pythonhosted.org/packages/c7/b6/f73335bd06007e09ae027bb1568fca59f0ffc7773eb295db369b182d7759/botocore-1.35.38.tar.gz" - sha256 "55d9305c44e5ba29476df456120fa4fb919f03f066afa82f2ae400485e7465f4" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "jmespath" do @@ -34,13 +34,13 @@ class GitRemoteCodecommit < Formula end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From a5729d7e64c7cd5a4bd193ef356f2d857d5df5c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:22:24 +0000 Subject: [PATCH 08255/10074] git-review: bump python resources --- Formula/g/git-review.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/git-review.rb b/Formula/g/git-review.rb index cdf4e7e1cbab5..45de061be197e 100644 --- a/Formula/g/git-review.rb +++ b/Formula/g/git-review.rb @@ -6,7 +6,7 @@ class GitReview < Formula url "https://files.pythonhosted.org/packages/da/92/ddc922d34061791a4d0fd483ee4ffc5e026e93783b70fe5a29a129d0cf63/git_review-2.5.0.tar.gz" sha256 "1bcffaef02848a5a3b066e8268c7d700a77cbd8b2e56b128d30f60cd431cf0a8" license "Apache-2.0" - revision 1 + revision 2 head "https://opendev.org/opendev/git-review.git", branch: "master" bottle do @@ -34,8 +34,8 @@ class GitReview < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 0732668a435804edadffea187b53288d8ca85b08 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:23:02 +0000 Subject: [PATCH 08256/10074] glances: bump python resources --- Formula/g/glances.rb | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Formula/g/glances.rb b/Formula/g/glances.rb index f846c48186878..bac59e82dcc61 100644 --- a/Formula/g/glances.rb +++ b/Formula/g/glances.rb @@ -6,7 +6,7 @@ class Glances < Formula url "https://files.pythonhosted.org/packages/e0/df/96cd0ff650bd491a73815171131304d9c0d15d90ef44fed26324558aabf0/glances-4.3.1.tar.gz" sha256 "952c4985b9c1ff9d9ebd23760a2dd124fa2315cf02acfa68f3b7e1c51e087c8c" license "LGPL-3.0-or-later" - revision 3 + revision 4 bottle do sha256 cellar: :any, arm64_sequoia: "3a3719aff2beb674cced59b1388a18895a8d63bb2180085a7e84fc35b605f2c8" @@ -90,8 +90,8 @@ class Glances < Formula end resource "fastapi" do - url "https://files.pythonhosted.org/packages/f4/55/ae499352d82338331ca1e28c7f4a63bfd09479b16395dce38cf50a39e2c2/fastapi-0.115.12.tar.gz" - sha256 "1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681" + url "https://files.pythonhosted.org/packages/20/64/ec0788201b5554e2a87c49af26b77a4d132f807a0fa9675257ac92c6aa0e/fastapi-0.115.13.tar.gz" + sha256 "55d1d25c2e1e0a0a50aceb1c8705cd932def273c102bff0b1c1da88b3c6eb307" end resource "geomet" do @@ -115,8 +115,8 @@ class Glances < Formula end resource "ibmcloudant" do - url "https://files.pythonhosted.org/packages/d2/e3/784ca6970caa0eac6508eff449f21d7ad67ce62c55ee2f58e64d0bc66928/ibmcloudant-0.10.3.tar.gz" - sha256 "1160140849cb73fa5b463bed4c4e40611d9e247087af5e477f6e3308837f4226" + url "https://files.pythonhosted.org/packages/f8/28/d4344e8a86c2869b9ae76f32233a66ef52ab2cf20bf5fc80ce2f0594a5e5/ibmcloudant-0.10.4.tar.gz" + sha256 "45271df0e5c24d4731e7221f134d06bc34077c238727c8670b36fc6f44348aaf" end resource "idna" do @@ -150,8 +150,8 @@ class Glances < Formula end resource "kafka-python" do - url "https://files.pythonhosted.org/packages/01/cf/f55532155c7e2c54fdbdceb1412425f894fd0a6897575fa3454e541ce186/kafka_python-2.2.11.tar.gz" - sha256 "8ff8bcc158f48b47ba516536a5b1287db75a8ceff13d639da917ec52e171acde" + url "https://files.pythonhosted.org/packages/1e/26/bec496da574bbacf53b8a5a6048f76b6f76d89e932369bd974573af20971/kafka_python-2.2.12.tar.gz" + sha256 "bf73f7a74b596a34cfe4d22ffa53352fff0bd2b61acfa409235ed5da72a98bc1" end resource "markupsafe" do @@ -160,8 +160,8 @@ class Glances < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "netifaces2" do @@ -200,8 +200,8 @@ class Glances < Formula end resource "podman" do - url "https://files.pythonhosted.org/packages/fa/5c/ff701e438360a526a728eae3c18ee439c0875e4b937947f1cd04497ae17e/podman-5.4.0.1.tar.gz" - sha256 "ee537aaa44ba530fad7cd939d886a7632f9f7018064e7831e8cb614c54cb1789" + url "https://files.pythonhosted.org/packages/bf/e1/0fee9214caa0fd132fae78d71136a02bbb026711f23ad5063a7fea41a644/podman-5.5.0.tar.gz" + sha256 "4416af01d1a236185eb0110488241318eb3fb07337720a955246d807441d8b71" end resource "potsdb" do @@ -230,8 +230,8 @@ class Glances < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -255,8 +255,8 @@ class Glances < Formula end resource "pymongo" do - url "https://files.pythonhosted.org/packages/74/0c/1fb60383ab4b20566407b87f1a95b7f5cda83e8d5594da6fc84e2a543405/pymongo-4.13.0.tar.gz" - sha256 "92a06e3709e3c7e50820d352d3d4e60015406bcba69808937dac2a6d22226fde" + url "https://files.pythonhosted.org/packages/4b/5a/d664298bf54762f0c89b8aa2c276868070e06afb853b4a8837de5741e5f9/pymongo-4.13.2.tar.gz" + sha256 "0f64c6469c2362962e6ce97258ae1391abba1566a953a492562d2924b44815c2" end resource "pysmart-smartx" do @@ -290,8 +290,8 @@ class Glances < Formula end resource "pyzmq" do - url "https://files.pythonhosted.org/packages/b1/11/b9213d25230ac18a71b39b3723494e57adebe36e066397b961657b3b41c1/pyzmq-26.4.0.tar.gz" - sha256 "4bd13f85f80962f91a651a7356fe0472791a5f7a92f227822b5acf44795c626d" + url "https://files.pythonhosted.org/packages/f1/06/50a4e9648b3e8b992bef8eb632e457307553a89d294103213cfd47b3da69/pyzmq-27.0.0.tar.gz" + sha256 "b1f08eeb9ce1510e6939b6e5dcd46a17765e2333daae78ecf4606808442e52cf" end resource "reactivex" do @@ -340,8 +340,8 @@ class Glances < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "uvicorn" do From b0b6a8ffd9a6bc9e41382cfeb07d3b48fdc73651 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:23:09 +0000 Subject: [PATCH 08257/10074] goolabs: bump python resources --- Formula/g/goolabs.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/goolabs.rb b/Formula/g/goolabs.rb index bf1e3f958be7d..ed0bd22a3993a 100644 --- a/Formula/g/goolabs.rb +++ b/Formula/g/goolabs.rb @@ -6,7 +6,7 @@ class Goolabs < Formula url "https://files.pythonhosted.org/packages/ce/86/2d3b5bd85311ee3a7ae7a661b3619095431503cd0cae03048c646b700cad/goolabs-0.4.0.tar.gz" sha256 "4f768a5b98960c507f5ba4e1ca14d45e3139388669148a2750d415c312281527" license "MIT" - revision 12 + revision 13 no_autobump! because: :requires_manual_review @@ -43,8 +43,8 @@ class Goolabs < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From f15a51624651de5f4307694c06a1c40264600746 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:23:50 +0000 Subject: [PATCH 08258/10074] gptme: bump python resources --- Formula/g/gptme.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gptme.rb b/Formula/g/gptme.rb index 656bb069383e7..f59f7c46410bc 100644 --- a/Formula/g/gptme.rb +++ b/Formula/g/gptme.rb @@ -6,7 +6,7 @@ class Gptme < Formula url "https://files.pythonhosted.org/packages/5e/82/8d6200fabd2dfaee7ab62713a51174b2634d0ef47cea17a1c67871625c43/gptme-0.27.0.tar.gz" sha256 "6d2ebc20275d028a6f013a05e9b6a93d7bc02fc39ecb6ec3003d573c0690f11c" license "MIT" - revision 2 + revision 3 head "https://github.com/ErikBjare/gptme.git", branch: "master" bottle do @@ -144,8 +144,8 @@ class Gptme < Formula end resource "openai" do - url "https://files.pythonhosted.org/packages/ec/7a/9ad4a61f1502f0e59d8c27fb629e28a63259a44d8d31cd2314e1534a2d9f/openai-1.86.0.tar.gz" - sha256 "c64d5b788359a8fdf69bd605ae804ce41c1ce2e78b8dd93e2542e0ee267f1e4b" + url "https://files.pythonhosted.org/packages/5a/ea/bbeef604d1fe0f7e9111745bb8a81362973a95713b28855beb9a9832ab12/openai-1.88.0.tar.gz" + sha256 "122d35e42998255cf1fc84560f6ee49a844e65c054cd05d3e42fda506b832bb1" end resource "parso" do @@ -184,8 +184,8 @@ class Gptme < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -264,8 +264,8 @@ class Gptme < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 346b6caceb64587196a9769b7f01020107024d16 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:24:04 +0000 Subject: [PATCH 08259/10074] grayskull: bump python resources --- Formula/g/grayskull.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/grayskull.rb b/Formula/g/grayskull.rb index 0d9788e71f1d0..516bad1fce362 100644 --- a/Formula/g/grayskull.rb +++ b/Formula/g/grayskull.rb @@ -6,7 +6,7 @@ class Grayskull < Formula url "https://files.pythonhosted.org/packages/34/36/2af84868cd2ca7af815ec58e7ab2828e3a8b8eedc30c0b180b633bc6d94a/grayskull-2.9.1.tar.gz" sha256 "348e3b7cf994ddfec6775d18556ddd3a39df77ddb2855f861a97330a256826b9" license "Apache-2.0" - revision 2 + revision 3 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "693f52b69fb1760407716e4064edd08504488784eb522520bcb8221ebaa651bd" @@ -119,8 +119,8 @@ class Grayskull < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From bd633595ac943b5563c5409de639fb731a56d93c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:24:17 +0000 Subject: [PATCH 08260/10074] grip: bump python resources --- Formula/g/grip.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/g/grip.rb b/Formula/g/grip.rb index b2be40a2f78b5..8b1c9647d9fbc 100644 --- a/Formula/g/grip.rb +++ b/Formula/g/grip.rb @@ -6,7 +6,7 @@ class Grip < Formula url "https://files.pythonhosted.org/packages/f4/3f/e8bc3ea1f24877292fa3962ad9e0234ad4bc787dc1eb5bd08c35afd0ceca/grip-4.6.2.tar.gz" sha256 "3cf6dce0aa06edd663176914069af83f19dcb90f3a9c401271acfa71872f8ce3" license "MIT" - revision 12 + revision 13 no_autobump! because: :requires_manual_review @@ -64,8 +64,8 @@ class Grip < Formula end resource "markdown" do - url "https://files.pythonhosted.org/packages/2f/15/222b423b0b88689c266d9eac4e61396fe2cc53464459d6a37618ac863b24/markdown-3.8.tar.gz" - sha256 "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" + url "https://files.pythonhosted.org/packages/db/7c/0738e5ff0adccd0b4e02c66d0446c03a3c557e02bb49b7c263d7ab56c57d/markdown-3.8.1.tar.gz" + sha256 "a2e2f01cead4828ee74ecca9623045f62216aef2212a7685d6eb9163f590b8c1" end resource "markupsafe" do @@ -89,8 +89,8 @@ class Grip < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "werkzeug" do From ff7105ce9944649d40239a2d2198228abed80dc3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:24:24 +0000 Subject: [PATCH 08261/10074] grokmirror: bump python resources --- Formula/g/grokmirror.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/grokmirror.rb b/Formula/g/grokmirror.rb index be5560dabc74a..64801f6162215 100644 --- a/Formula/g/grokmirror.rb +++ b/Formula/g/grokmirror.rb @@ -6,7 +6,7 @@ class Grokmirror < Formula url "https://files.pythonhosted.org/packages/26/91/af8831185ef4e5bef5d210039ab67abdc8c27a09a585d3963a10cf774789/grokmirror-2.0.12.tar.gz" sha256 "5264b6b2030bcb48ff5610173dacaba227b77b6ed39b17fc473bed91d4eb218b" license "GPL-3.0-or-later" - revision 1 + revision 2 head "https://github.com/mricon/grokmirror.git", branch: "master" bottle do @@ -32,8 +32,8 @@ class Grokmirror < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 67b5133bed2cecd42bab99a32fcddb299fa22eb8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:24:43 +0000 Subject: [PATCH 08262/10074] homeassistant-cli: bump python resources --- Formula/h/homeassistant-cli.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/h/homeassistant-cli.rb b/Formula/h/homeassistant-cli.rb index 10d84a574ca79..d4866e96634b4 100644 --- a/Formula/h/homeassistant-cli.rb +++ b/Formula/h/homeassistant-cli.rb @@ -6,7 +6,7 @@ class HomeassistantCli < Formula url "https://files.pythonhosted.org/packages/b2/98/fd5e7beb7cc135f80d78b32c85ac15f3ba9219063b794b1d184fb07fd84b/homeassistant-cli-0.9.6.tar.gz" sha256 "9b9b705eaf6ee40dc6a732f3458c78ba37b62b7330bc17b132e6fee385ec8606" license "Apache-2.0" - revision 16 + revision 17 head "https://github.com/home-assistant-ecosystem/home-assistant-cli.git", branch: "dev" no_autobump! because: :requires_manual_review @@ -29,8 +29,8 @@ class HomeassistantCli < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiosignal" do @@ -44,8 +44,8 @@ class HomeassistantCli < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -99,8 +99,8 @@ class HomeassistantCli < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "netdisco" do @@ -159,8 +159,8 @@ class HomeassistantCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "yarl" do From ec2574e7fa69b3bfc9b768bdb8d1198037ce529c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:24:58 +0000 Subject: [PATCH 08263/10074] howdoi: bump python resources --- Formula/h/howdoi.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/h/howdoi.rb b/Formula/h/howdoi.rb index 7b48207021dde..db617f65bec6d 100644 --- a/Formula/h/howdoi.rb +++ b/Formula/h/howdoi.rb @@ -6,7 +6,7 @@ class Howdoi < Formula url "https://files.pythonhosted.org/packages/6d/43/0e8166583575bd500c0f8f1a4ab9429af9466feb6fcdc006e88de8fd23e9/howdoi-2.0.20.tar.gz" sha256 "51cd40c53e0c0f8f8da88f480eb7423183be2350ab4f0a4d9d4763ca6ac3e2a9" license "MIT" - revision 10 + revision 11 no_autobump! because: :requires_manual_review @@ -134,8 +134,8 @@ class Howdoi < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wrapt" do From 9ae05de4f36c26ae7273636f412dd3df302a45f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:25:09 +0000 Subject: [PATCH 08264/10074] http-prompt: bump python resources --- Formula/h/http-prompt.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/h/http-prompt.rb b/Formula/h/http-prompt.rb index f7babd41e2a76..c080fd778f8b5 100644 --- a/Formula/h/http-prompt.rb +++ b/Formula/h/http-prompt.rb @@ -6,7 +6,7 @@ class HttpPrompt < Formula url "https://files.pythonhosted.org/packages/bf/e2/bc5b0df107afcac65fde7015df48cbe9b4d877d1d0818203544ed1a41d4c/http-prompt-2.1.0.tar.gz" sha256 "eee71a00fed0b8a2a35bb338b269be7a20e8a1a6f6465a65561d76a21521e7f3" license "MIT" - revision 12 + revision 13 head "https://github.com/httpie/http-prompt.git", branch: "master" no_autobump! because: :requires_manual_review @@ -61,8 +61,8 @@ class HttpPrompt < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "parsimonious" do @@ -121,8 +121,8 @@ class HttpPrompt < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 4c598131d217921af935751acdcbe13bf43a83e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:28:08 +0000 Subject: [PATCH 08265/10074] dstack: update 0.19.13_1 bottle. --- Formula/d/dstack.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index b29c7cfe48590..2b1860097c999 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -9,13 +9,13 @@ class Dstack < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "8bd423050601caf423bc8360a889840bfa6eb1ab46bc60b40ee38dfbb8ea25c1" - sha256 cellar: :any, arm64_sonoma: "8ca2b4342ecbd9f2f8d44e1cf58cd5e2da8561707a4cbfc96a5157fd5e34d6af" - sha256 cellar: :any, arm64_ventura: "31e6d8ed382c03e705e93298af6c71a322bd7a27bf93dd047fe3266cf8457efb" - sha256 cellar: :any, sonoma: "030ae51bf678a62279a492209c9f1f3bf59123085f1948a328fa18cb4737bc76" - sha256 cellar: :any, ventura: "8ca04d3b928c27e1582bf88b1d1b55c333b8483b5f57ea3f31f59503b7073747" - sha256 cellar: :any_skip_relocation, arm64_linux: "19e838ceffe6e0556f6df8c640aedf39cda064915f02c3dbe73da63e93055f87" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15e171632249f6c7eede35cb3938f2ec058ef4805a9687d6ac9b1f1d700cdce9" + sha256 cellar: :any, arm64_sequoia: "07a10a53cb2db0c035da5b4029feba7b275dc0b1a49df3e925be2b6445d6812f" + sha256 cellar: :any, arm64_sonoma: "4700bd5ed281eba090e1c2224542e27b06e75ac2871bfb62f0bd71c1ccea56d6" + sha256 cellar: :any, arm64_ventura: "188cdf8144ed93c7423f8a2e26b158b2adebab6ae9193e884cbde719efc2a879" + sha256 cellar: :any, sonoma: "4741592d7f82643109d654988a019276e777c88eb41a7e8000b45832a280a349" + sha256 cellar: :any, ventura: "6f3a1833eea40ddc8a5f9533f1f95bff21832c1b765d9683c5a02bbc9c958f79" + sha256 cellar: :any_skip_relocation, arm64_linux: "bd73ff4645f0e2ae8232dbd22e55062d79a6c9d78363f3bb1ed73c3f4825054f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0f0b5ed08042be72df7824ba2701a582a2e401ab9a4bb62ea6609097c9b08a0b" end # `pkgconf` and `rust` are for bcrypt. From 5b97d72b9f9070fd5c8894cea1ca335ea0c4b856 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:28:49 +0000 Subject: [PATCH 08266/10074] mx: update 7.55.8 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index a2eda84017416..b3d33b96a2893 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "0c69098f8e0d932b909d0a75c97ce643f6e1274df6ec6aa41e83fa76188b68e4" + sha256 cellar: :any_skip_relocation, all: "1c9ef45d7a7b4c02f517a0c44ff97664edb3f80f83ea30d32a2802fbd523034a" end depends_on "openjdk" => :test From 6a020238416755c0e3bd1cc2a9185f15910994f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:32:57 +0000 Subject: [PATCH 08267/10074] fwupd: update 2.0.12 bottle. --- Formula/f/fwupd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fwupd.rb b/Formula/f/fwupd.rb index aa28ceb94a1de..23e2902d89c45 100644 --- a/Formula/f/fwupd.rb +++ b/Formula/f/fwupd.rb @@ -9,13 +9,13 @@ class Fwupd < Formula head "https://github.com/fwupd/fwupd.git", branch: "main" bottle do - sha256 arm64_sequoia: "145ae016c36176b303933ec91e949bbac2d7a639e2d23b95c21801365985776d" - sha256 arm64_sonoma: "185912200a378ae42ee95ef6f64e8eec22a4deb3694065bf8360bd7aa4c74d6d" - sha256 arm64_ventura: "b3b269d9d345876cbdc2c0858d4696c5047749380b6327147d0930ef106c3530" - sha256 sonoma: "a7754e784b85ea0b5fec27c6ac43880001b59df6d075a4a09824ce81a492482c" - sha256 ventura: "03f8c44a433c56bbd9925ad95d81d7c27deb57b4379821674d96b67beba6dc7e" - sha256 arm64_linux: "5ba3bd968c6ef9c60388bf11e63bd2e2300f633f1a4f93347bdb314e44100f27" - sha256 x86_64_linux: "0c90d7e035fb1b597725aa1c261628c444fc1e8945f33dc78c9e950d49a6b9ef" + sha256 arm64_sequoia: "999ce90d7b9597c8b945ec4d95e56221a62ac2fca2ad60939c9ac657dd434db6" + sha256 arm64_sonoma: "eb924164608503d5a030869e574e1073cc5c37ce4bd55ef83175c65ab25e77d7" + sha256 arm64_ventura: "4e4b37c40dad2a6632ea3f7b2cc7c98c8f7c71a2b412e2f83e0e036359fa27d1" + sha256 sonoma: "f20951f01d358e6adaee88412b7a27ff5e3b9550b8cab5d3f1b2a3bac825ad66" + sha256 ventura: "b02cdb0d46b5259d8cc28d259e9afd06445e903edf9bddff5737175c73893245" + sha256 arm64_linux: "2c2c129ababa59d73b08d19b5276be793e58fca55610298a73ba445b58f6912b" + sha256 x86_64_linux: "32a56c37990ab669208739a774c8e22c93944e21eb09a60420bb29d2e987ced3" end depends_on "gettext" => :build From c2a21c27576c6a4dca59bdca699abf16e987cbba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:37:24 +0000 Subject: [PATCH 08268/10074] nuitka: update 2.7.10 bottle. --- Formula/n/nuitka.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nuitka.rb b/Formula/n/nuitka.rb index f8f6aca6a9d3e..68559939bfdac 100644 --- a/Formula/n/nuitka.rb +++ b/Formula/n/nuitka.rb @@ -8,13 +8,13 @@ class Nuitka < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0af81ef3930480fe5f961ec0125c6e7f4ffb584e434e2d08d921d467cdae594c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e0c0635514da25a078cd19bf2f8e981cb01432ecdc932330d8e2dd741063cd8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8a13c9a87587d07a9794bc9b6bcdfa58f50abbb34504af7e247a3791c104e3cc" - sha256 cellar: :any_skip_relocation, sonoma: "4602d06cdf48160dd1472c1c2cba0b995a5035d4a3e1dd50019f0ab19e2f22e9" - sha256 cellar: :any_skip_relocation, ventura: "0eca856368c67a5d57c27c48634f628d0b6fa1f58815cea5745f25eba0d34e14" - sha256 cellar: :any_skip_relocation, arm64_linux: "12e607950cf7375e8f61c1e9b99ba164c98afe025f86fb4078b11275e4d28112" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b73c0f7638c8afca74bce8ce8c307c3b0e37c8bca71797b6a4685ed8533c8c6c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1d316bace4bfc0626895c557a61d504aa451cb34a3402a41c0d0d626122e44e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c866b905e11139226c9aa72499c1220d8517778a2199dae861506ec19d3e99be" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3ca5a7d27770ac20d661b7b95921451b4007751d6519fcbe076be6057af495bb" + sha256 cellar: :any_skip_relocation, sonoma: "b9387789345a7519c30303107a93ac74fe5fb9352998a2bde5f4781a74e38d4e" + sha256 cellar: :any_skip_relocation, ventura: "3caa9ddbf313d86e80e79e5ed66f62bf1ee8323d70f21837ac9709a1f5ea5460" + sha256 cellar: :any_skip_relocation, arm64_linux: "542e627e54e47baef9d9eac2a16bb510b8e3a04c2018ebafb8fb76235ff2035e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d92bf282607e64d465f30b1fe44bc2cac6d0b834ddfc3369cfe60d8a66774cb4" end depends_on "ccache" From f958c6b785ed698eec8a898b16225593ed946a82 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:40:40 +0000 Subject: [PATCH 08269/10074] ruby-lsp: update 0.24.2 bottle. --- Formula/r/ruby-lsp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ruby-lsp.rb b/Formula/r/ruby-lsp.rb index 1af8e9fa50dff..2f14ee0ed9482 100644 --- a/Formula/r/ruby-lsp.rb +++ b/Formula/r/ruby-lsp.rb @@ -7,13 +7,13 @@ class RubyLsp < Formula head "https://github.com/Shopify/ruby-lsp.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "2a5612e33bbb5ebe64b5480d8212fa042a775516dc853d8108df3f3ef5462f8e" - sha256 cellar: :any, arm64_sonoma: "67303313bb8db857fcb1aac091e3bc3f28277420daaf971344cfc2f2814ec77b" - sha256 cellar: :any, arm64_ventura: "808f540e70be843c9f120a7f787bfcde3fd76013d082a3af0d6f6d56e7e428c5" - sha256 cellar: :any, sonoma: "54368f3d6c63feeee0e7195c09ebbed8111ede43c9d2429e14abb680d0ab3683" - sha256 cellar: :any, ventura: "f9d28bd7abfa9e8a7e25507fecc3613204025dc5447f0af22c80d9ae344f3b05" - sha256 cellar: :any_skip_relocation, arm64_linux: "07e2b77b332d31f8b9468c5a39f30128ec844612862f0f1ce59730677077c30e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "711ca1ddd9b2619664f4b712219694b3d8e8bc4d876aa974f4a39b5710fb2c56" + sha256 cellar: :any, arm64_sequoia: "ea962993b359c1df58a52c330e38e6fbffbb2030dec7a744d119afe7e3dcfd46" + sha256 cellar: :any, arm64_sonoma: "40d06ea967092965bfab6131b66b13cdfde409c5e3f6caee2fed56d7b8320b9a" + sha256 cellar: :any, arm64_ventura: "75062efa7fca20fc295b89ddb80362a2510486a2c44dbd611a2d68a84330cc50" + sha256 cellar: :any, sonoma: "c789fc224805afc04e922bcf1d6b8d71da4b6ceb82ddfed90a938fd670fc5e55" + sha256 cellar: :any, ventura: "b7ebdf9bf8419fd0c4219f1758e112094566bc041bd411271a5524586df6a97f" + sha256 cellar: :any_skip_relocation, arm64_linux: "8de4df8bce866cb9b99cc5ab0d26560fa05d125a9949ecd0aec9c2367f3da19a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "960a8fe088e0c7eee815b073653065c421d2bbccfe312e146bfcf386bd2fd2d3" end depends_on "ruby" From f85d3568b225d419e504133d95a8e155929df951 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:43:52 +0000 Subject: [PATCH 08270/10074] scalingo: update 1.35.0 bottle. --- Formula/s/scalingo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/scalingo.rb b/Formula/s/scalingo.rb index eecc92f816ce6..42d8a84a138e4 100644 --- a/Formula/s/scalingo.rb +++ b/Formula/s/scalingo.rb @@ -6,12 +6,12 @@ class Scalingo < Formula license "BSD-4-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ccfca4d80c75ff9ae1d09c5ccd1282ed7b7d085887bc20fef18534f65c12b84" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ccfca4d80c75ff9ae1d09c5ccd1282ed7b7d085887bc20fef18534f65c12b84" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1ccfca4d80c75ff9ae1d09c5ccd1282ed7b7d085887bc20fef18534f65c12b84" - sha256 cellar: :any_skip_relocation, sonoma: "512bf0121d3fb2c40ed08117c635a5aa221323bbdb90bdca786e29fc2774ba35" - sha256 cellar: :any_skip_relocation, ventura: "512bf0121d3fb2c40ed08117c635a5aa221323bbdb90bdca786e29fc2774ba35" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e3638077a67aaeaa879eca09ed286a8e64ab5cc2f5fdf7b5aa82360d3486834b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "45b07f9f709820a287d40868f2cb23b3671625a4a4a6f824bb23921f346a0e90" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "45b07f9f709820a287d40868f2cb23b3671625a4a4a6f824bb23921f346a0e90" + sha256 cellar: :any_skip_relocation, arm64_ventura: "45b07f9f709820a287d40868f2cb23b3671625a4a4a6f824bb23921f346a0e90" + sha256 cellar: :any_skip_relocation, sonoma: "933198e3cb45afdd6170be72c597b51dffe673e1c3f4c85336ea4bc5dfbc5ae0" + sha256 cellar: :any_skip_relocation, ventura: "933198e3cb45afdd6170be72c597b51dffe673e1c3f4c85336ea4bc5dfbc5ae0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d66ae312a3c58ef4f53ef30ee77920fd0a7a8ca1f4b200ff94c9bdfd66e51486" end depends_on "go" => :build From bc63e30ada8df382f68056dcdd565e7eec3de185 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:50:35 +0000 Subject: [PATCH 08271/10074] yamlfmt: update 0.17.1 bottle. --- Formula/y/yamlfmt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yamlfmt.rb b/Formula/y/yamlfmt.rb index efc32b64c22c6..0f1eadbd0dafe 100644 --- a/Formula/y/yamlfmt.rb +++ b/Formula/y/yamlfmt.rb @@ -7,12 +7,12 @@ class Yamlfmt < Formula head "https://github.com/google/yamlfmt.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d1faa679b50521880ed55505aed324e40f708da0eba355f6159d5d31f5112b50" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1faa679b50521880ed55505aed324e40f708da0eba355f6159d5d31f5112b50" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d1faa679b50521880ed55505aed324e40f708da0eba355f6159d5d31f5112b50" - sha256 cellar: :any_skip_relocation, sonoma: "60c0b0141ff0c6f5f23d1f997b147e4df2adfc38f9f4954382ef504c226491d6" - sha256 cellar: :any_skip_relocation, ventura: "60c0b0141ff0c6f5f23d1f997b147e4df2adfc38f9f4954382ef504c226491d6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ad00144302b5bdf0194fa932dcbac8a81138f58f483f2e112abd6baa55aeb53e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9967d4470f8013dba71c383bb30e8001408e94027087b1a870291b2cef820ecc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9967d4470f8013dba71c383bb30e8001408e94027087b1a870291b2cef820ecc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9967d4470f8013dba71c383bb30e8001408e94027087b1a870291b2cef820ecc" + sha256 cellar: :any_skip_relocation, sonoma: "9ebd685d2bb6f3b4e01ed8be2017f09a2f4be049fb9cbffb30f273e5d7ff3fd6" + sha256 cellar: :any_skip_relocation, ventura: "9ebd685d2bb6f3b4e01ed8be2017f09a2f4be049fb9cbffb30f273e5d7ff3fd6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "621fc16b6e71841c9daeb13d9e56c373f8816dad3c839eff7f1298d363b620ab" end depends_on "go" => :build From 0cb23aae968921e94a97b8e3a794b24ec9f74125 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:03:55 +0000 Subject: [PATCH 08272/10074] flagd: update 0.12.5 bottle. --- Formula/f/flagd.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/flagd.rb b/Formula/f/flagd.rb index 0bc458cff332e..8d0a459281651 100644 --- a/Formula/f/flagd.rb +++ b/Formula/f/flagd.rb @@ -20,12 +20,12 @@ class Flagd < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e83b2115cb9670309511f6e1313d54fff6a18b8906ea51157c75b70af7afc3a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "14f1b213c31b4f38b63c45603b0eb697cb370149a5e6f5290d0504869d24ae46" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1b87cc7d2654b7b28be4dc884bcda1c6458ac59bd1b39dbef5c3b8613443ec72" - sha256 cellar: :any_skip_relocation, sonoma: "170d65621ac42851963ae5abf5bcb233af321351731a6732c2bc09881e1d60bf" - sha256 cellar: :any_skip_relocation, ventura: "319070d717a541b3fded62e8d1f0e3a04756226cc4adf58eedad0833c0edf740" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5a56312659d810062fafd8d81bca327f40cc67cbfcfb327ce647226a82a4a6e0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "89fcdf347ff89ad6523896f13caa2c631e88b5950f23a59422d127ef90e84f09" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "715f588ee2e41625f928b1f1ffe602ebae636f93da2087987665e655cab166e9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0dca190752fb6cd11e4a820a219c26e9260f9129fd83b47744aa8f1455925fae" + sha256 cellar: :any_skip_relocation, sonoma: "58c466f59438c7000e6762e6b3c5e911144feac0adc149d14c8259d4e524fa87" + sha256 cellar: :any_skip_relocation, ventura: "b93a8fec44b9e4346c77a71844e8b77fdbe2404827bb77e498b0f2e42987a5fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9ccfa9a1d4a76f3cbf692f3a868832a7373be78ffd2a019fe4fd7a4a9bb1de88" end depends_on "go" => :build From eb0d96ad926724c5ed9d3b1e4c1f2a1af5fe74b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:06:20 +0000 Subject: [PATCH 08273/10074] tmt: update 1.51.0 bottle. --- Formula/t/tmt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tmt.rb b/Formula/t/tmt.rb index 6d4bfd19e84e1..7b84b3ac724a6 100644 --- a/Formula/t/tmt.rb +++ b/Formula/t/tmt.rb @@ -8,13 +8,13 @@ class Tmt < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "6185b54a53143059a4ed1b4d31785ae84fd590285a3e078b26786eb7ff62f48c" - sha256 cellar: :any, arm64_sonoma: "1719f6f7b72bd9be1bddf268881028269721fcbc93fd8e9df2ff1982b4179765" - sha256 cellar: :any, arm64_ventura: "af6c0c3f55f199f98aabff8a13b1200e5ef651776d5182fda5baffb19237cdfc" - sha256 cellar: :any, sonoma: "5c2de862f3fe9cd721cbd3912b2e560d93c2ab9cb678580a811dbea148ec01fe" - sha256 cellar: :any, ventura: "9908549886d659100d7ec72239c593f669047d523858d87836a75c3312d879ef" - sha256 cellar: :any_skip_relocation, arm64_linux: "a87fa95e33b65959a061eb42e6abb959c67aa742046eddc776219c6eecb0ae02" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6bad3fb50b096c749d0bf61953a68c16a5bdf7f1db7fe1a0c31b21c9be6fcd7d" + sha256 cellar: :any, arm64_sequoia: "ce8a23522f3f02d6193a0fd9a8799c22905aa68860a8e42c486c053211af86ed" + sha256 cellar: :any, arm64_sonoma: "bdc11f5a6d3d13f204ffc79ccb523b5892028d1eafd96668c65f36c9bd57faf1" + sha256 cellar: :any, arm64_ventura: "d769d9b6cd6a5c7f4dbf04ef800d7325050a0b36163b05309a619453757aae86" + sha256 cellar: :any, sonoma: "97d4f11a40195da30269afcaf7d81cf7ff797607ccd342f6c59eba8f6770041d" + sha256 cellar: :any, ventura: "16f36b9a14daa795ff8a86783ac05591f467e3af9da2fc18e7adde6d164c3391" + sha256 cellar: :any_skip_relocation, arm64_linux: "a6a494891cb57b0a79e86c1487e75ca5e33a87d2c39158eb8128f3636c7c69a9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7426295481b17522946a59daa297f4271ce8d17c746ab81749e85295f3daafbe" end depends_on "rust" => :build # for rpds-py From 1b46f905dd2330059b3fa664adfa6d583ddee0c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:06:23 +0000 Subject: [PATCH 08274/10074] freetds: update 1.5.3 bottle. --- Formula/f/freetds.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/freetds.rb b/Formula/f/freetds.rb index f587cc197eb16..66eb18b192783 100644 --- a/Formula/f/freetds.rb +++ b/Formula/f/freetds.rb @@ -11,13 +11,13 @@ class Freetds < Formula end bottle do - sha256 arm64_sequoia: "34b68f15856b88130e78e4a2fb9fc5bd488c5376287fffb77191a29012bc8b31" - sha256 arm64_sonoma: "8e4599c06d73ce7ea11774f1e0dc52cb47c46b6124a81225809caa155132a7f4" - sha256 arm64_ventura: "fba040b11c7e380402d4257fae64bd1a6d551147155f544701792745dc010eac" - sha256 sonoma: "9a1a9b40cc221055d2ed01e2a94477970fc7d156fd15303a831becbed38c50df" - sha256 ventura: "63b30da37a69f7035ade295ed1c9c1ea9e8d57565c3db858bb2eb8e444d49ebd" - sha256 arm64_linux: "a4f93c5ffdd1ae2cfd43ef1032a24efa4a6cb650fe89d703714a546f8791ca82" - sha256 x86_64_linux: "96cba8506e16e5fb8af543b51f728f522846cb9c8832d7788e891c9dd72fcb5f" + sha256 arm64_sequoia: "6d432bcbcd95bb679a2ab166c896f4aab6ac577f0b8e677eb545e82a08194b5c" + sha256 arm64_sonoma: "e10692ae34aa0ea6ec343f1c672a83db63c62146c76ba4cc662469fdaa216017" + sha256 arm64_ventura: "20e1716f3d664aa481d5798ef42a9ba317cbab22f3fe2825fc9016cc9c9c380c" + sha256 sonoma: "1ac84f3acb605816db10f61b274862a8fcad1652e4abc29111796c6c95153ad1" + sha256 ventura: "23bc98b9e70c5d2d835f741b428e32f13720a83a0caa03f949c3db3dfba901ae" + sha256 arm64_linux: "b7c199b94a458e3a670615cb4e4d5c544a7ea8ebdef59ed8ca7c69089ec26e7e" + sha256 x86_64_linux: "6fe5ffa98bbd2e92511da5f49fc738d915912c397f14135d4e6545e09d651fb4" end head do From 6b7a1bafb6cf554dc9bcd27fbf65afd82d67cd8a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:18:55 +0000 Subject: [PATCH 08275/10074] easyeda2kicad: update 0.8.0_2 bottle. --- Formula/e/easyeda2kicad.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/easyeda2kicad.rb b/Formula/e/easyeda2kicad.rb index 4fc75383e617b..d90b1300805aa 100644 --- a/Formula/e/easyeda2kicad.rb +++ b/Formula/e/easyeda2kicad.rb @@ -12,13 +12,13 @@ class Easyeda2kicad < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "b7633baccb1d349a9033a5087e89e62a46c5868867a6a0bd848771793f87a0e7" - sha256 cellar: :any, arm64_sonoma: "8b4ef42257e4e4b65b310937bf8be924d32b783f74861d8079b333191b0395a6" - sha256 cellar: :any, arm64_ventura: "04618b2f9c21f68c67e50e32c9e320964a7fbabaa87feafb44247eb8c6eb03c8" - sha256 cellar: :any, sonoma: "3be194ac4a6a38447dbaadbb45e754725170173ea435d23f94e76c1b234c37a5" - sha256 cellar: :any, ventura: "30c09fef7e23b436b8d1f9ff76fdbcbdf67aaa5a373386d202e84cb07a0b6dc3" - sha256 cellar: :any_skip_relocation, arm64_linux: "9f1bb0696e102a011ab2e77892fe7fd651890cac8ea4b3a383fbd09dca845dfc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1dca63ab329b72627e5c6d87ace9536aee6b4b940b25982f8d960948b42c9f64" + sha256 cellar: :any, arm64_sequoia: "ca4a1da140fed0775fce219fdc949815dbc2f40caeb84265e2a68b630ad79a9c" + sha256 cellar: :any, arm64_sonoma: "0e4978fcf4183050761e4b428e20c5458aaa9f1985a75fa8705b30691e62c18f" + sha256 cellar: :any, arm64_ventura: "77002318fed574154a9d70f276b74ed051c394b6f10b534ec7229ebec4136a40" + sha256 cellar: :any, sonoma: "eba8a9cac3e6abf87eca3821848aebff82f63f189689fdc4f38c5a167b241fc8" + sha256 cellar: :any, ventura: "097bbdd985c8b6c1a6f6f40b060b45edf4d92b2551b7acb4dd815559d2e15e02" + sha256 cellar: :any_skip_relocation, arm64_linux: "b0c1e471d05a94eb20b07b1ed2c49689f07c48fd48642652f7c2a8b78d96724a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a821a9287213946bbe364302f95659ab250a1aea2a69a1a661d9398d0efd9e40" end depends_on "rust" => :build From 1f28fd0ac6f19fabeb623bf85c469ed92e65a7d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:23:32 +0000 Subject: [PATCH 08276/10074] gptline: bump python resources gptline: needs `lxml-html-clean` Signed-off-by: Rui Chen --- Formula/g/gptline.rb | 14 +++++++------- pypi_formula_mappings.json | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/g/gptline.rb b/Formula/g/gptline.rb index 9efb7d601adcb..839e4c7bae706 100644 --- a/Formula/g/gptline.rb +++ b/Formula/g/gptline.rb @@ -6,7 +6,7 @@ class Gptline < Formula url "https://files.pythonhosted.org/packages/5b/28/d15a9a5b349c77a051a633e13141151314f352067ec7d516220bd6b20fcf/gptline-1.0.8.tar.gz" sha256 "4a0a0b5fa4f23e5f2ad7ac5bf44a9143e5de3757b0b8eefe5d78a7757d1d34bb" license "GPL-3.0-only" - revision 7 + revision 8 head "https://github.com/gnachman/gptline.git", branch: "main" no_autobump! because: :requires_manual_review @@ -154,8 +154,8 @@ class Gptline < Formula end resource "openai" do - url "https://files.pythonhosted.org/packages/ec/7a/9ad4a61f1502f0e59d8c27fb629e28a63259a44d8d31cd2314e1534a2d9f/openai-1.86.0.tar.gz" - sha256 "c64d5b788359a8fdf69bd605ae804ce41c1ce2e78b8dd93e2542e0ee267f1e4b" + url "https://files.pythonhosted.org/packages/5a/ea/bbeef604d1fe0f7e9111745bb8a81362973a95713b28855beb9a9832ab12/openai-1.88.0.tar.gz" + sha256 "122d35e42998255cf1fc84560f6ee49a844e65c054cd05d3e42fda506b832bb1" end resource "prompt-toolkit" do @@ -164,8 +164,8 @@ class Gptline < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -259,8 +259,8 @@ class Gptline < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index 7873c5198fe3e..d5b0323d5c4df 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -401,7 +401,8 @@ "exclude_packages": ["certifi"] }, "gptline": { - "exclude_packages": ["certifi", "pillow"] + "exclude_packages": ["certifi", "pillow"], + "extra_packages": ["lxml-html-clean"] }, "gptme": { "exclude_packages": ["certifi", "pillow"] From b085af390fced32e181c70084a3745dc57920085 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:26:41 +0000 Subject: [PATCH 08277/10074] evernote-backup: update 1.13.1_2 bottle. --- Formula/e/evernote-backup.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/evernote-backup.rb b/Formula/e/evernote-backup.rb index b3ba838686526..fefc5c79a96bf 100644 --- a/Formula/e/evernote-backup.rb +++ b/Formula/e/evernote-backup.rb @@ -11,13 +11,13 @@ class EvernoteBackup < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c75cc66e5a495fe611aa9dbf89c88164fcdafb8f871a01c5b114447465f9b15b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeddac93f09fe8b65c6f3b3623b137e587c432e82190d55281ab0c8eb4e4ec7a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a6a5ec3b0e34b9e4fb5ba960b4393e370ea75ef0489fa9ad9b2d6656acb122b7" - sha256 cellar: :any_skip_relocation, sonoma: "75aa26f205a78318ef8caee2a92b9bbe3efa3ac1e1cae2aa0d99573ceaca4372" - sha256 cellar: :any_skip_relocation, ventura: "2089a26a8a7d9f47eb92c7ac2fa7a21c70bec848decbd1185dba2f7c97d5f446" - sha256 cellar: :any_skip_relocation, arm64_linux: "b95f6cde456462a8331c8063ab13f30ba9b93da131f27d2b4cc89ac0612193c8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aab8ed22b2174b9435f3986a14cd6e78003d98077c81701105fb62d8bf699fd4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7060917b0212fc5c5973287ee48ac45ca0eebcea78f76b5f001f5e40f078b78c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d672368149ed96daffbd216bb666d00226273d7d5e488504a19a13934f2e5084" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2eb9f36dc86fdd93876b0086f7a20117b71f6391bc155a8998c7e99766031b47" + sha256 cellar: :any_skip_relocation, sonoma: "4e775c13acf5894978f9078d754be052ee8fd2fb8d4520857bc266919167030e" + sha256 cellar: :any_skip_relocation, ventura: "6f3124baa58fd60064dd9eca526b05d472ebb30f2ce7867d494e81c7b7b65f99" + sha256 cellar: :any_skip_relocation, arm64_linux: "4ea886c7450874e65a8463a7c64d71cdcc00c151cd2c32c62ed6b57a5c5d43a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb860c214d98a8d6561649c738533bd2c3841812d7f18baf0b16661029427c40" end depends_on "certifi" From ac217a70c7763304f255d860517b30ea7bc4f2c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:20:11 +0000 Subject: [PATCH 08278/10074] fdroidserver: bump python resources Signed-off-by: Rui Chen --- Formula/f/fdroidserver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fdroidserver.rb b/Formula/f/fdroidserver.rb index 63f0cbe46d5a4..d576cb8efa61d 100644 --- a/Formula/f/fdroidserver.rb +++ b/Formula/f/fdroidserver.rb @@ -6,7 +6,7 @@ class Fdroidserver < Formula url "https://files.pythonhosted.org/packages/bd/81/728a7426ef7db26bee1a1737dbafe48f4253b249155ec1d6910ecad0c30c/fdroidserver-2.4.0.tar.gz" sha256 "15d91bb8ca0fbc81a346ec222d910af064670c51f20a2b649ef2834c0555d19c" license "AGPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "94d05bd59d72e0430cf7f8ec19c66e56f4c436cfef6dabd41186e0123fee0be5" @@ -135,8 +135,8 @@ class Fdroidserver < Formula end resource "fonttools" do - url "https://files.pythonhosted.org/packages/b6/a9/3319c6ae07fd9dde51064ddc6d82a2b707efad8ed407d700a01091121bbc/fonttools-4.58.2.tar.gz" - sha256 "4b491ddbfd50b856e84b0648b5f7941af918f6d32f938f18e62b58426a8d50e2" + url "https://files.pythonhosted.org/packages/2e/5a/1124b2c8cb3a8015faf552e92714040bcdbc145dfa29928891b02d147a18/fonttools-4.58.4.tar.gz" + sha256 "928a8009b9884ed3aae17724b960987575155ca23c6f0b8146e400cc9e0d44ba" end resource "future" do @@ -260,8 +260,8 @@ class Fdroidserver < Formula end resource "pydot" do - url "https://files.pythonhosted.org/packages/d1/c3/6034ed1ebf2e3ba95a0e35fa7c43104e40444c0ed2b5325702c63e824dbf/pydot-4.0.0.tar.gz" - sha256 "12f16493337cade2f7631b87c8ccd299ba2e251f3ee5d0732a058df2887afe97" + url "https://files.pythonhosted.org/packages/50/35/b17cb89ff865484c6a20ef46bf9d95a5f07328292578de0b295f4a6beec2/pydot-4.0.1.tar.gz" + sha256 "c2148f681c4a33e08bf0e26a9e5f8e4099a82e0e2a068098f32ce86577364ad5" end resource "pygments" do @@ -340,8 +340,8 @@ class Fdroidserver < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From dae1856b0493970bf4dbef93f03d3957dbe929b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:30:28 +0000 Subject: [PATCH 08279/10074] flit: update 3.12.0_2 bottle. --- Formula/f/flit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/flit.rb b/Formula/f/flit.rb index 858006240ba19..0a7761638f6f7 100644 --- a/Formula/f/flit.rb +++ b/Formula/f/flit.rb @@ -10,7 +10,7 @@ class Flit < Formula head "https://github.com/pypa/flit.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "ac29da4b69781a3dd6268df613a9c3899553e1a13d14a1b2bf2aeba330ed4e6b" + sha256 cellar: :any_skip_relocation, all: "32af7889fc49c461be0a541f70c0c6300b1f12e44e7292fbfbca444c8c66b537" end depends_on "certifi" From f83533bee87053734990eed996090d141757bde3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:19:07 +0000 Subject: [PATCH 08280/10074] enex2notion: bump python resources Signed-off-by: Rui Chen --- Formula/e/enex2notion.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/e/enex2notion.rb b/Formula/e/enex2notion.rb index 7e64dc85e5629..d849755fec69d 100644 --- a/Formula/e/enex2notion.rb +++ b/Formula/e/enex2notion.rb @@ -6,7 +6,7 @@ class Enex2notion < Formula url "https://files.pythonhosted.org/packages/de/5c/c0ce22d810226345411b03177f9b43c35b82c3a671d5d73f56fc43b0858e/enex2notion-0.3.1.tar.gz" sha256 "f11d8a7b6c135b4d08c63e1256279d56b3798cdd48ad3b6e39c0770dc3bd82e6" license "MIT" - revision 12 + revision 13 no_autobump! because: :requires_manual_review @@ -143,8 +143,8 @@ class Enex2notion < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "w3lib" do From 3853dc7722f556ca8fb462bc37173d09aaa0f0fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:23:47 +0000 Subject: [PATCH 08281/10074] renovate 41.1.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 6204e057ff896..adb8c4d82baba 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.0.0.tgz" - sha256 "40a30cdef2762c4185c8fbedbba9217385ba0ab4ab2ffa0fee33c4652c67a718" + url "https://registry.npmjs.org/renovate/-/renovate-41.1.0.tgz" + sha256 "26b0484e6524b4dd93ea11de19c69d1b500772db6e7cdd1d917165402465a3c0" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From ba05f4af6a270d1c4c63987eba8372fde30bb1cd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 16:37:08 +0000 Subject: [PATCH 08282/10074] openblas: update 0.3.30 bottle. --- Formula/o/openblas.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openblas.rb b/Formula/o/openblas.rb index b6ccafc136293..60e024b12bb6a 100644 --- a/Formula/o/openblas.rb +++ b/Formula/o/openblas.rb @@ -17,13 +17,13 @@ class Openblas < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "0cef0ab521810fae27b78f5d9f0a2fc42a74d52b568b70b2a5ecc229711c0920" - sha256 cellar: :any, arm64_sonoma: "88e8c3f9d4af71ebfcd068cdc95017deda958d2666fb29de1c88f8f77dd8d57d" - sha256 cellar: :any, arm64_ventura: "3a0e4b4da3526b6e939d51f9ae3d5d3123b3e70a28962384851f04a521475b71" - sha256 cellar: :any, sonoma: "56dc157bbb4fae7ac26abe2e481d5fa0cb76062c84d8da88cf3cf1cb17ff4ba0" - sha256 cellar: :any, ventura: "15432ddfd653901f19a86b6377458ba442f10112569b2b8cf60e5fe5e7b2c178" - sha256 cellar: :any_skip_relocation, arm64_linux: "ced93cd8441bd4939aa2835000ba3a8ea0394cb850594b20077798ce9605b940" - sha256 cellar: :any_skip_relocation, x86_64_linux: "20cfbd105f1fd674475da44c41fda406ac10a9cf8d1ae521b337ad046e957a29" + sha256 cellar: :any, arm64_sequoia: "19429463a737ea1ca72573210238f7d5000731431a442679d9c00b215722fdbd" + sha256 cellar: :any, arm64_sonoma: "81233b55f062b049f559ed43f37674648e0b7dfe06a6dc7f776251fc46144811" + sha256 cellar: :any, arm64_ventura: "4351d5aa370ac2f7cb661062b9b272fdf7ef7373d0b2dfe10f5a2c2cf9ffc95b" + sha256 cellar: :any, sonoma: "0cc19e345f5e4b4f0b32e9dc39247a0f97adbb48c10dd9e4655d00822b1c9539" + sha256 cellar: :any, ventura: "f6bb911cce1ea42486696f1dfc50bd22c8ec6ce6d972047a7c8ca58778c8d320" + sha256 cellar: :any_skip_relocation, arm64_linux: "644c21828d8f3fdaf5d6cabdd815abf71b2bd7446a4a5d9640411fb64028d9a1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "47a79133b44870b5f5e23c546efb25da93edd4671ba2bd56a1aa43907054df81" end keg_only :shadowed_by_macos, "macOS provides BLAS in Accelerate.framework" From e6411f4130e47ffaf11025ace978c564b173a3e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:40:37 +0000 Subject: [PATCH 08283/10074] esphome: update 2025.6.0_1 bottle. --- Formula/e/esphome.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index c8496a15e36ab..ec1a29985cf3b 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -9,13 +9,13 @@ class Esphome < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "fccd00db6bda7443a11cf3069392bc664aa75d728f0ea6fa139db5997288b82f" - sha256 cellar: :any, arm64_sonoma: "ff87e85d7943817538ffe8e27fbaac02c593157272c9403af1ff894fb0187827" - sha256 cellar: :any, arm64_ventura: "f26eac2d46e417469a06b5e55835c41ca8e5840ba090751703b97405118b9b99" - sha256 cellar: :any, sonoma: "42f45336fa0a29efadc3ca5c46d025588115595f33be6b8cf91a4af6acb51840" - sha256 cellar: :any, ventura: "6b9c1da3a363381160165544f373466f4ca14a6eedeaff20f38cf103da59b547" - sha256 cellar: :any_skip_relocation, arm64_linux: "f0c6b8296a426d6bc136b4397eb3274875ba2fedcbd45d4150513c16d33e58ab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "52d61783338578045dbbc969129249f5617394cf8504e35b42f08e169f481f4d" + sha256 cellar: :any, arm64_sequoia: "ddf46c056564ed51575bd87af7ffa804008ef19977c7f65f42ae17df309e98c0" + sha256 cellar: :any, arm64_sonoma: "3244b63c091e8a0e566051c7b9730c91e1575d4975bf95bdb4ed0a2f52fe3e72" + sha256 cellar: :any, arm64_ventura: "817cb871e4d4f8fd3de8c1098dc79d14bc3be5bdf73d1a7773efb32eb3ce1a58" + sha256 cellar: :any, sonoma: "fc392ea4c4eddab7b065694f67482b22163710495991f5092ac1fef29c6da181" + sha256 cellar: :any, ventura: "205ad9820bda08c3eb28f0d8103c507b9d9aeefe39d4148a54464a052a7784ff" + sha256 cellar: :any_skip_relocation, arm64_linux: "dbfad7e9ed23f72f7cc92ea6a6421ae91159b203d2962220c3194e6daa798c60" + sha256 cellar: :any_skip_relocation, x86_64_linux: "546d9dbb7d26f3b8cc0fe4ba18fc46591596c89bf8541cbcbeb7dc61bc0f4e79" end depends_on "certifi" From 12fcfc3364ae3701a6deabe8992163eaf72b706b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:41:07 +0000 Subject: [PATCH 08284/10074] fred: update 1.2.0_3 bottle. --- Formula/f/fred.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fred.rb b/Formula/f/fred.rb index 5a9c20a6eb814..28626efc5f147 100644 --- a/Formula/f/fred.rb +++ b/Formula/f/fred.rb @@ -9,13 +9,13 @@ class Fred < Formula revision 3 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" - sha256 cellar: :any_skip_relocation, sonoma: "12895b8db5c519c9ef051229b13b8bf10a2bb87650a1dcaec0cb87acfec73cbc" - sha256 cellar: :any_skip_relocation, ventura: "12895b8db5c519c9ef051229b13b8bf10a2bb87650a1dcaec0cb87acfec73cbc" - sha256 cellar: :any_skip_relocation, arm64_linux: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fcb2199459dbbeae33578b27e4328ac2514c4aecd434e3b1c5c664137e5d9a18" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5196561738312e479a8c55346ff7b2e62b67c3188920d5ec2e891758001de2e3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5196561738312e479a8c55346ff7b2e62b67c3188920d5ec2e891758001de2e3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5196561738312e479a8c55346ff7b2e62b67c3188920d5ec2e891758001de2e3" + sha256 cellar: :any_skip_relocation, sonoma: "1359952e7fc17c1541a7e84499ea9188701efd79e38139a2ec4bdf54d16358c3" + sha256 cellar: :any_skip_relocation, ventura: "1359952e7fc17c1541a7e84499ea9188701efd79e38139a2ec4bdf54d16358c3" + sha256 cellar: :any_skip_relocation, arm64_linux: "5196561738312e479a8c55346ff7b2e62b67c3188920d5ec2e891758001de2e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5196561738312e479a8c55346ff7b2e62b67c3188920d5ec2e891758001de2e3" end depends_on "certifi" From 7330637ecb9006190117ff548a5aed99b01c864b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:47:29 +0000 Subject: [PATCH 08285/10074] gallery-dl: update 1.29.7_2 bottle. --- Formula/g/gallery-dl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gallery-dl.rb b/Formula/g/gallery-dl.rb index 5388f4728b317..76668c1dc4223 100644 --- a/Formula/g/gallery-dl.rb +++ b/Formula/g/gallery-dl.rb @@ -10,7 +10,7 @@ class GalleryDl < Formula head "https://github.com/mikf/gallery-dl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "8b7e42b908a2fd701824ed41230e227bc35d80af92a9c40be8afbaaf8cde458d" + sha256 cellar: :any_skip_relocation, all: "b7648510b9785f9cc280d13e3172ca632d7dfa81c6b5dc7970407718588abe93" end depends_on "certifi" From 2546ab0f41b0ae657fdd6f3443beba1ecb3c9f7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:53:55 +0000 Subject: [PATCH 08286/10074] aws-nuke 3.56.2 --- Formula/a/aws-nuke.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-nuke.rb b/Formula/a/aws-nuke.rb index 84b4dbca23e4a..88f6724f4e1ea 100644 --- a/Formula/a/aws-nuke.rb +++ b/Formula/a/aws-nuke.rb @@ -1,8 +1,8 @@ class AwsNuke < Formula desc "Nuke a whole AWS account and delete all its resources" homepage "https://github.com/ekristen/aws-nuke" - url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.56.1.tar.gz" - sha256 "9efa902ba1ad227f79069ac2424b61db66607aa572cfc74730066b13f38a6250" + url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.56.2.tar.gz" + sha256 "d43ab2e77994e5c9ec19651d998624cb9e68408dc0fa31aab2e6e830910f6fde" license "MIT" head "https://github.com/ekristen/aws-nuke.git", branch: "main" From d0b3346cb08680494f7b48a642a3b7b0f53ed91a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:57:27 +0000 Subject: [PATCH 08287/10074] gdown: update 5.2.0_2 bottle. --- Formula/g/gdown.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gdown.rb b/Formula/g/gdown.rb index c255b113daf5c..82bb082091a1c 100644 --- a/Formula/g/gdown.rb +++ b/Formula/g/gdown.rb @@ -10,7 +10,7 @@ class Gdown < Formula head "https://github.com/wkentaro/gdown.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "3e130d64e7245977d80f9e901685495e2d9c1282d4454481b85ff74a722f7117" + sha256 cellar: :any_skip_relocation, all: "1d8b7b2df70c5754b15d09637e0c66f8ce3bae5ca8aa726e11f9e9b2dd19ca9a" end depends_on "certifi" From 3b372c0adaaf83e40a74bb743aafdc6380992508 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:00:11 +0000 Subject: [PATCH 08288/10074] duplicity 3.0.5 --- Formula/d/duplicity.rb | 195 +++++++++++++++++++---------------------- 1 file changed, 90 insertions(+), 105 deletions(-) diff --git a/Formula/d/duplicity.rb b/Formula/d/duplicity.rb index a263da7649824..02f623241b66c 100644 --- a/Formula/d/duplicity.rb +++ b/Formula/d/duplicity.rb @@ -5,8 +5,8 @@ class Duplicity < Formula homepage "https://gitlab.com/duplicity/duplicity" # TODO: Restore `depends_on "cryptography"` once pydrive2 replaces oauth2client # Issue ref: https://github.com/iterative/PyDrive2/issues/361 - url "https://files.pythonhosted.org/packages/56/e7/6399a29be736641d893a5d24401729e89fe180c18ab001f803780fa9c93c/duplicity-3.0.4.0.tar.gz" - sha256 "a5a6454041b21db1b97033d37b297b301b9c0bf3faa459c89b5eafb5ff7e0103" + url "https://files.pythonhosted.org/packages/22/ce/5f9cb25fc6cb358aa055e003609a241141946599d23ab4e2d550941391a1/duplicity-3.0.5.tar.gz" + sha256 "34fab6cd4e1052b0b96d7750368dbbb149a504ff34401ac8bee5c594f42f4d3b" license "GPL-2.0-or-later" bottle do @@ -44,49 +44,44 @@ class Duplicity < Formula sha256 "a785b8d837625e9b61c39108532d95b85274acd679693b71ebb5156848fcf814" end - resource "atom" do - url "https://files.pythonhosted.org/packages/26/6b/101fc3344cc4cae7738665b87173762e279fbcf08bd47466adcbeeaf64ad/atom-0.11.0.tar.gz" - sha256 "4ab93fc3cc7b6a078253b116e9f6235d2913eb9bb49adbc31a258e1017f2aee0" - end - resource "attrs" do - url "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz" - sha256 "1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "azure-core" do - url "https://files.pythonhosted.org/packages/cc/ee/668328306a9e963a5ad9f152cd98c7adad86c822729fd1d2a01613ad1e67/azure_core-1.32.0.tar.gz" - sha256 "22b3c35d6b2dae14990f6c1be2912bf23ffe50b220e708a28ab1bb92b1c730e5" + url "https://files.pythonhosted.org/packages/c9/29/ff7a519a315e41c85bab92a7478c6acd1cf0b14353139a08caee4c691f77/azure_core-1.34.0.tar.gz" + sha256 "bdb544989f246a0ad1c85d72eeb45f2f835afdcbc5b45e43f0dbde7461c81ece" end resource "azure-storage-blob" do - url "https://files.pythonhosted.org/packages/aa/ff/f6e81d15687510d83a06cafba9ac38d17df71a2bb18f35a0fb169aee3af3/azure_storage_blob-12.24.1.tar.gz" - sha256 "052b2a1ea41725ba12e2f4f17be85a54df1129e13ea0321f5a2fcc851cbf47d4" + url "https://files.pythonhosted.org/packages/8b/f3/f764536c25cc3829d36857167f03933ce9aee2262293179075439f3cd3ad/azure_storage_blob-12.25.1.tar.gz" + sha256 "4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b" end resource "b2sdk" do - url "https://files.pythonhosted.org/packages/d5/d1/a2935719662b392ef8e5cc2035c62c8c62d652ec3693ae78142028e0e44b/b2sdk-2.8.0.tar.gz" - sha256 "e5a75b20b37b45d17fdb7fae491c8bb5d8adac67d99383cda3506f6b10c96710" + url "https://files.pythonhosted.org/packages/cc/c7/fb3fb268c9981e51eac3e714e2aeebb34649ed4b458aed8a065fe7c19ddd/b2sdk-2.9.4.tar.gz" + sha256 "7e47ec9538c8cb483a91ee9e6e38dd0d93319b815aa0c4e8cd4cf8def8f2c8e6" end resource "bcrypt" do - url "https://files.pythonhosted.org/packages/56/8c/dd696962612e4cd83c40a9e6b3db77bfe65a830f4b9af44098708584686c/bcrypt-4.2.1.tar.gz" - sha256 "6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe" + url "https://files.pythonhosted.org/packages/bb/5d/6d7433e0f3cd46ce0b43cd65e1db465ea024dbb8216fb2404e919c2ad77b/bcrypt-4.3.0.tar.gz" + sha256 "3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18" end resource "boto3" do - url "https://files.pythonhosted.org/packages/79/af/2082fde2cbd81f8b60fd46e3ac07a0f841abfdb9818b818d560e42b5c444/boto3-1.36.26.tar.gz" - sha256 "523b69457eee55ac15aa707c0e768b2a45ca1521f95b2442931090633ec72458" + url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" + sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" end resource "botocore" do - url "https://files.pythonhosted.org/packages/69/db/caa8778cf98ecbe0ad0efd7fbf673e2d036373386582e15dffff80bf16e1/botocore-1.36.26.tar.gz" - sha256 "4a63bcef7ecf6146fd3a61dc4f9b33b7473b49bdaf1770e9aaca6eee0c9eab62" + url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" + sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" end resource "boxsdk" do - url "https://files.pythonhosted.org/packages/ef/14/d07883d4d5bce18c4b537147541dde15efc9fc5c4a6f61cafb546b59697e/boxsdk-3.13.0.tar.gz" - sha256 "c01350bdb0d24aa7927a64f6e9e8d7899be2ff43ea0e1410d4a1a273763146d2" + url "https://files.pythonhosted.org/packages/bf/d7/c1a95bb602d7f90a85a68d8e6f11954e50c255110d39e2167c7796252622/boxsdk-3.14.0.tar.gz" + sha256 "7918b1929368724662474fffa417fa0457a523d089b8185260efbedd28c4f9b1" end resource "cachetools" do @@ -105,8 +100,8 @@ class Duplicity < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "clint" do @@ -130,8 +125,8 @@ class Duplicity < Formula end resource "ecdsa" do - url "https://files.pythonhosted.org/packages/5e/d0/ec8ac1de7accdcf18cfe468653ef00afd2f609faf67c423efbd02491051b/ecdsa-0.19.0.tar.gz" - sha256 "60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8" + url "https://files.pythonhosted.org/packages/c0/1f/924e3caae75f471eae4b26bd13b698f6af2c44279f67af317439c2f4c46a/ecdsa-0.19.1.tar.gz" + sha256 "478cba7b62555866fcb3bb3fe985e06decbdb68ef55713c4e5ab98c57d508e61" end resource "fasteners" do @@ -145,18 +140,18 @@ class Duplicity < Formula end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/b8/b7/481c83223d7b4f02c7651713fceca648fa3336e1571b9804713f66bca2d8/google_api_core-2.24.1.tar.gz" - sha256 "f8b36f5456ab0dd99a1b693a40a31d1e7757beea380ad1b38faaf8941eae9d8a" + url "https://files.pythonhosted.org/packages/dc/21/e9d043e88222317afdbdb567165fdbc3b0aad90064c7e0c9eb0ad9955ad8/google_api_core-2.25.1.tar.gz" + sha256 "d2aaa0b13c78c61cb3f4282c464c046e45fbd75755683c9c525e6e8f7ed0a5e8" end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/0a/50/c8d2d3c4e65e081c4c07b15e4fe35671676c5ecdb3674a167229e83ce49a/google_api_python_client-2.161.0.tar.gz" - sha256 "324c0cce73e9ea0a0d2afd5937e01b7c2d6a4d7e2579cdb6c384f9699d6c9f37" + url "https://files.pythonhosted.org/packages/02/69/c0cec6be5878d4de161f64096edb3d4a2d1a838f036b8425ea8358d0dfb3/google_api_python_client-2.172.0.tar.gz" + sha256 "dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6" end resource "google-auth" do - url "https://files.pythonhosted.org/packages/c6/eb/d504ba1daf190af6b204a9d4714d457462b486043744901a6eeea711f913/google_auth-2.38.0.tar.gz" - sha256 "8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "google-auth-httplib2" do @@ -165,13 +160,13 @@ class Duplicity < Formula end resource "google-auth-oauthlib" do - url "https://files.pythonhosted.org/packages/cc/0f/1772edb8d75ecf6280f1c7f51cbcebe274e8b17878b382f63738fd96cee5/google_auth_oauthlib-1.2.1.tar.gz" - sha256 "afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263" + url "https://files.pythonhosted.org/packages/fb/87/e10bf24f7bcffc1421b84d6f9c3377c30ec305d082cd737ddaa6d8f77f7c/google_auth_oauthlib-1.2.2.tar.gz" + sha256 "11046fb8d3348b296302dd939ace8af0a724042e8029c1b872d87fabc9f41684" end resource "googleapis-common-protos" do - url "https://files.pythonhosted.org/packages/54/d2/c08f0d9f94b45faca68e355771329cba2411c777c8713924dd1baee0e09c/googleapis_common_protos-1.68.0.tar.gz" - sha256 "95d38161f4f9af0d9423eed8fb7b64ffd2568c3464eb542ff02c5bfa1953ab3c" + url "https://files.pythonhosted.org/packages/39/24/33db22342cf4a2ea27c9955e6713140fedd51e8b141b5ce5260897020f1a/googleapis_common_protos-1.70.0.tar.gz" + sha256 "0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257" end resource "httplib2" do @@ -180,8 +175,8 @@ class Duplicity < Formula end resource "humanize" do - url "https://files.pythonhosted.org/packages/5b/8c/4f2f0784d08a383b5de3d3b1d65a6f204cc5dc487621c91c550388d756af/humanize-4.12.1.tar.gz" - sha256 "1338ba97415c96556758a6e2f65977ed406dddf4620d4c6db9bbdfd07f0f1232" + url "https://files.pythonhosted.org/packages/22/d1/bbc4d251187a43f69844f7fd8941426549bbe4723e8ff0a7441796b0789f/humanize-4.12.3.tar.gz" + sha256 "8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0" end resource "idna" do @@ -219,6 +214,11 @@ class Duplicity < Formula sha256 "70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d" end + resource "jeepney" do + url "https://files.pythonhosted.org/packages/7b/6f/357efd7602486741aa73ffc0617fb310a29b588ed0fd69c2399acbb85b0c/jeepney-0.9.0.tar.gz" + sha256 "cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732" + end + resource "jmespath" do url "https://files.pythonhosted.org/packages/00/2a/e867e8531cf3e36b41201936b7fa7ba7b5702dbef42922193f05c8976cd6/jmespath-1.0.1.tar.gz" sha256 "90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe" @@ -235,8 +235,8 @@ class Duplicity < Formula end resource "keystoneauth1" do - url "https://files.pythonhosted.org/packages/59/f8/39aa1ac0c7fb9e7c8849f17e663eac208262689b7b9db02861b5e1093500/keystoneauth1-5.10.0.tar.gz" - sha256 "34b870dbbcf806cdb5aec98483b62820a6568d364eca7b1174ca6a8b5a9c77ed" + url "https://files.pythonhosted.org/packages/8f/ba/faa527d4db6ce2d2840c2a04d26152fa9fa47808299ebd23ff8e716503c8/keystoneauth1-5.11.1.tar.gz" + sha256 "806f12c49b7f4b2cad3f5a460f7bdd81e4247c81b6042596a7fea8575f6591f3" end resource "logfury" do @@ -245,8 +245,8 @@ class Duplicity < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8/lxml-5.3.1.tar.gz" - sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "mediafire" do @@ -260,18 +260,18 @@ class Duplicity < Formula end resource "mock" do - url "https://files.pythonhosted.org/packages/66/ab/41d09a46985ead5839d8be987acda54b5bb93f713b3969cc0be4f81c455b/mock-5.1.0.tar.gz" - sha256 "5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d" + url "https://files.pythonhosted.org/packages/07/8c/14c2ae915e5f9dca5a22edd68b35be94400719ccfa068a03e0fb63d0f6f6/mock-5.2.0.tar.gz" + sha256 "4e460e818629b4b173f32d08bf30d3af8123afbb8e04bb5707a1fd4799e503f0" end resource "more-itertools" do - url "https://files.pythonhosted.org/packages/88/3b/7fa1fe835e2e93fd6d7b52b2f95ae810cf5ba133e1845f726f5a992d62c2/more-itertools-10.6.0.tar.gz" - sha256 "2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b" + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "netaddr" do @@ -285,8 +285,8 @@ class Duplicity < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" + sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" end resource "os-diskconfig-python-novaclient-ext" do @@ -309,11 +309,6 @@ class Duplicity < Formula sha256 "6d39ff4174496a0f795d11f20240805a16bbf452091cf8eb9bd1d5ae2fca449d" end - resource "oslo-config" do - url "https://files.pythonhosted.org/packages/3c/ac/aa17577d353a8c90b758a0edb1a94de7fffa24283c7f82cd2c485cb0a740/oslo_config-9.7.1.tar.gz" - sha256 "5558b34bcc2b52f2208e80fcad955a4f7b2c41bb245b6451d43a621ad1263bbd" - end - resource "oslo-i18n" do url "https://files.pythonhosted.org/packages/cc/94/8ab2746a3251e805be8f7fd5243df44fe6289269ce9f7105bdbe418be90d/oslo_i18n-6.5.1.tar.gz" sha256 "ea856a70c5af7c76efb6590994231289deabe23be8477159d37901cef33b109d" @@ -325,13 +320,13 @@ class Duplicity < Formula end resource "oslo-utils" do - url "https://files.pythonhosted.org/packages/f1/98/0c74172604f4ea9db117933fa9794e82a66438481a1e5a538584479c92f8/oslo_utils-8.2.0.tar.gz" - sha256 "dcf78d14b968fb7b14263c77278b2b930a7861d3caa887d3a58b2890f6659835" + url "https://files.pythonhosted.org/packages/9e/45/f381d0308a7679975ec0e8409ce133136ea96c1ed6a314eb31dcd700c7d8/oslo_utils-9.0.0.tar.gz" + sha256 "d45a1b90ea1496589562d38fe843fda7fa247f9a7e61784885991d20fb663a43" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "paramiko" do @@ -355,18 +350,18 @@ class Duplicity < Formula end resource "prettytable" do - url "https://files.pythonhosted.org/packages/02/7b/18bb59d7c3a4ac9ac7d986cfe49dd3c2e5f5ae3e65ca3db8816764e0c1df/prettytable-3.14.0.tar.gz" - sha256 "b804b8d51db23959b96b329094debdbbdf10c8c3aa75958c5988cfd7f78501dd" + url "https://files.pythonhosted.org/packages/99/b1/85e18ac92afd08c533603e3393977b6bc1443043115a47bb094f3b98f94f/prettytable-3.16.0.tar.gz" + sha256 "3c64b31719d961bf69c9a7e03d0c1e477320906a98da63952bc6698d6164ff57" end resource "proto-plus" do - url "https://files.pythonhosted.org/packages/26/79/a5c6cbb42268cfd3ddc652dc526889044a8798c688a03ff58e5e92b743c8/proto_plus-1.26.0.tar.gz" - sha256 "6e93d5f5ca267b54300880fff156b6a3386b3fa3f43b1da62e680fc0c586ef22" + url "https://files.pythonhosted.org/packages/f4/ac/87285f15f7cce6d4a008f33f1757fb5a13611ea8914eb58c3d0d26243468/proto_plus-1.26.1.tar.gz" + sha256 "21a515a4c4c0088a773899e23c7bbade3d18f9c66c73edd4c7ee3816bc96a012" end resource "protobuf" do - url "https://files.pythonhosted.org/packages/f7/d1/e0a911544ca9993e0f17ce6d3cc0932752356c1b0a834397f28e63479344/protobuf-5.29.3.tar.gz" - sha256 "5da0f41edaf117bde316404bad1a486cb4ededf8e4a54891296f648e8e076620" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "psutil" do @@ -385,8 +380,8 @@ class Duplicity < Formula end resource "pyasn1-modules" do - url "https://files.pythonhosted.org/packages/1d/67/6afbf0d507f73c32d21084a79946bfcfca5fbc62a72057e9c23797a737c9/pyasn1_modules-0.4.1.tar.gz" - sha256 "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c" + url "https://files.pythonhosted.org/packages/e9/e6/78ebbb10a8c8e4b61a59249394a4a594c1a7af95593dc933a349c8d00964/pyasn1_modules-0.4.2.tar.gz" + sha256 "677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6" end resource "pycparser" do @@ -415,8 +410,8 @@ class Duplicity < Formula end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/8b/1a/3544f4f299a47911c2ab3710f534e52fea62a633c96806995da5d25be4b2/pyparsing-3.2.1.tar.gz" - sha256 "61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "pyrax" do @@ -429,24 +424,14 @@ class Duplicity < Formula sha256 "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" end - resource "python-gettext" do - url "https://files.pythonhosted.org/packages/f6/c8/85df0d3956bebdbaff936df47a5705be9e0b42404589a07065a39c8324e5/python-gettext-5.0.tar.gz" - sha256 "869af1ea45e3dab6180557259824c2a62f1800e1286226af912431fe75c5084c" - end - - resource "python-keystoneclient" do - url "https://files.pythonhosted.org/packages/ea/5e/2d6700c6e36c288ec7e6d24ad49ef400311e8d2b2d926b16906f12c1cb26/python-keystoneclient-5.5.0.tar.gz" - sha256 "c2f5934f95576936c98e45bf599ad48bcb0ac451593e5f8344ebf52cb0f411f5" - end - resource "python-novaclient" do - url "https://files.pythonhosted.org/packages/96/b4/c2bddc1fd99375cfe7d09a03dcc99d23b4600b15dd4fc21388b32a8a10c0/python-novaclient-18.8.0.tar.gz" - sha256 "66d0d81dee69bdc6937cca3b878261f1834959c607891527a78927a01cea8800" + url "https://files.pythonhosted.org/packages/ad/5c/a6aa34de5b0d45dfd89768f096cbe81f9b453f964b2982d5059ad0a50452/python_novaclient-18.9.0.tar.gz" + sha256 "cf6a4b8f01ec543d5a75c01c218474ba9b063bd9fd3743821fedc68a845cab4e" end resource "python-swiftclient" do - url "https://files.pythonhosted.org/packages/1e/aa/77250fe47fcc62d4e97c921e853eaa717d1bd538527c2f249b29cc903a21/python-swiftclient-4.6.0.tar.gz" - sha256 "d4d18540413893fc16ad87791d740f823f763435e8212e68eb53d60da2638233" + url "https://files.pythonhosted.org/packages/57/a7/a30bf9fd517d7cc75fb111540c9962c166b9e9539d2ba2afab14a6aa1aa3/python_swiftclient-4.8.0.tar.gz" + sha256 "44162cab469368cafdc25e0c8c4e95a2b9db1a44456a48ce080fe2ca9a4b3863" end resource "pyyaml" do @@ -475,8 +460,8 @@ class Duplicity < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -489,24 +474,24 @@ class Duplicity < Formula sha256 "7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6" end - resource "rfc3986" do - url "https://files.pythonhosted.org/packages/85/40/1520d68bfa07ab5a6f065a186815fb6610c86fe957bc065754e47f7b0840/rfc3986-2.0.0.tar.gz" - sha256 "97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c" - end - resource "rsa" do - url "https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-4.9.tar.gz" - sha256 "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" + url "https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4/rsa-4.9.1.tar.gz" + sha256 "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/62/45/2323b5928f86fd29f9afdcef4659f68fa73eaa5356912b774227f5cf46b5/s3transfer-0.11.2.tar.gz" - sha256 "3b39185cb72f5acc77db1a58b6e25b977f28d20496b6e58d6813d75f464d632f" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" + end + + resource "secretstorage" do + url "https://files.pythonhosted.org/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691/SecretStorage-3.3.3.tar.gz" + sha256 "2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/92/ec/089608b791d210aec4e7f97488e67ab0d33add3efccb83a056cbafe3a2a6/setuptools-75.8.0.tar.gz" - sha256 "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -530,23 +515,23 @@ class Duplicity < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzdata" do - url "https://files.pythonhosted.org/packages/43/0f/fa4723f22942480be4ca9527bbde8d43f6c3f2fe8412f00e7f5f6746bc8b/tzdata-2025.1.tar.gz" - sha256 "24894909e88cdb28bd1636c6887801df64cb485bd593f2fd83ef29075a81d694" + url "https://files.pythonhosted.org/packages/95/32/1a225d6164441be760d75c2c42e2780dc0873fe382da3e98a2e1e48361e5/tzdata-2025.2.tar.gz" + sha256 "b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9" end resource "uritemplate" do - url "https://files.pythonhosted.org/packages/d2/5a/4742fdba39cd02a56226815abfa72fe0aa81c33bed16ed045647d6000eba/uritemplate-4.1.1.tar.gz" - sha256 "4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" + url "https://files.pythonhosted.org/packages/98/60/f174043244c5306c9988380d2cb10009f91563fc4b31293d27e17201af56/uritemplate-4.2.0.tar.gz" + sha256 "480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 568929d4050f3d8bfb8e74a220eb9fef35e684f2 Mon Sep 17 00:00:00 2001 From: Jon Simons Date: Thu, 19 Jun 2025 10:51:33 -0400 Subject: [PATCH 08289/10074] ovsx 0.10.4 (new formula) --- Formula/o/ovsx.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Formula/o/ovsx.rb diff --git a/Formula/o/ovsx.rb b/Formula/o/ovsx.rb new file mode 100644 index 0000000000000..1578d7237fef4 --- /dev/null +++ b/Formula/o/ovsx.rb @@ -0,0 +1,19 @@ +class Ovsx < Formula + desc "Command-line interface for Eclipse Open VSX" + homepage "https://www.npmjs.com/package/ovsx" + url "https://registry.npmjs.org/ovsx/-/ovsx-0.10.4.tgz" + sha256 "45a08bdd15d3ab8b91697831ae57ade1771c659420e10dc8c3357f3f04a3e35e" + license "EPL-2.0" + + depends_on "node" + + def install + system "npm", "install", *std_npm_args + bin.install_symlink Dir[libexec/"bin/*"] + end + + test do + error = shell_output(bin/"ovsx verify-pat 2>&1", 1) + assert_match "Unable to read the namespace's name", error + end +end From 1ab47260f1c8d5411400b9f1518f0eab756745fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:02:07 +0000 Subject: [PATCH 08290/10074] gamdl: update 2.4.2_2 bottle. --- Formula/g/gamdl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gamdl.rb b/Formula/g/gamdl.rb index 71fa01b259d04..a2ba4adac6d37 100644 --- a/Formula/g/gamdl.rb +++ b/Formula/g/gamdl.rb @@ -9,13 +9,13 @@ class Gamdl < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "7a2e4e4038a0d8d815f2167864e092c2f0199cef5085fe3bf6b179712e556877" - sha256 cellar: :any, arm64_sonoma: "7b8ef5ed139c12095cf51e7018625f77c6c2d1ef5fcc12d9748acd5ab7faad12" - sha256 cellar: :any, arm64_ventura: "5eda3fb1f5f1b22796ede08e4cd43d5049cf845926de31e1f574dd4fd31eafcb" - sha256 cellar: :any, sonoma: "75d5332add3018d20d67dcc9ab5d2fb1980d58f67cb987854cb584cd163213be" - sha256 cellar: :any, ventura: "cd3afec7731d5567dce316d6ca8a3c46fa9d99e844e123674f4ceb1ff50154e7" - sha256 cellar: :any_skip_relocation, arm64_linux: "f1db27831afb8a32851944762714e17fbc410e177d727f208fd1e3df4dd40f76" - sha256 cellar: :any_skip_relocation, x86_64_linux: "81cb728467227adacb9c4cf036ec2c8b241c3a8ef1cb0dcb23b268d62a29c63a" + sha256 cellar: :any, arm64_sequoia: "352d64fb8f8dc066d0fd3720654ffe52f8520e2254ce592dbe5a96f513c9aeec" + sha256 cellar: :any, arm64_sonoma: "0b21f64921a117e772e98214a87e9b307f9229741bab964e0e5a4050a9b5a731" + sha256 cellar: :any, arm64_ventura: "86bb3b0b7ea9455ff52306daf87cae9b897631a746bf9c9f2b747e6c80b1d844" + sha256 cellar: :any, sonoma: "21aaac228864a5eef0b4d5b96e38ae3ae87d57aefa30f8e56d64c1b63db13699" + sha256 cellar: :any, ventura: "b57ad11ab65e47363264b17703f9517e14d107fa8292473ad3c9eb9ac056a4c7" + sha256 cellar: :any_skip_relocation, arm64_linux: "099b4e30b35377719d27b75f0c33cc43a1be827eac98833ba52db5e8db178451" + sha256 cellar: :any_skip_relocation, x86_64_linux: "54b8634294d2e51ab213cac6e65d060e1d274f71f67a8b18d37c5e66d0d68249" end depends_on "certifi" From 05a5f9556bf09f88e66a3b9da209173ed9fc0277 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:03:07 +0000 Subject: [PATCH 08291/10074] gitlab-runner 18.1.0 --- Formula/g/gitlab-runner.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitlab-runner.rb b/Formula/g/gitlab-runner.rb index 3a3f350a6424c..c85cffb569a27 100644 --- a/Formula/g/gitlab-runner.rb +++ b/Formula/g/gitlab-runner.rb @@ -2,8 +2,8 @@ class GitlabRunner < Formula desc "Official GitLab CI runner" homepage "https://gitlab.com/gitlab-org/gitlab-runner" url "https://gitlab.com/gitlab-org/gitlab-runner.git", - tag: "v18.0.3", - revision: "4e717029caf97ec9d98fb87cfa7cee462ac0f81c" + tag: "v18.1.0", + revision: "0731d300775d6114bb4b5ffffc9f0f0af0005d37" license "MIT" head "https://gitlab.com/gitlab-org/gitlab-runner.git", branch: "main" From 8572a6fcde06c4532d2e3b76e7b6eeddeffd7b4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:03:41 +0000 Subject: [PATCH 08292/10074] gopls 0.19.1 --- Formula/g/gopls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gopls.rb b/Formula/g/gopls.rb index ee9093aab92f6..4737e271f1ba4 100644 --- a/Formula/g/gopls.rb +++ b/Formula/g/gopls.rb @@ -1,8 +1,8 @@ class Gopls < Formula desc "Language server for the Go language" homepage "https://github.com/golang/tools/tree/master/gopls" - url "https://github.com/golang/tools/archive/refs/tags/gopls/v0.19.0.tar.gz" - sha256 "31fb294f11d5a939a347c4c62ff2b9a92d739a5feab73e7b795bb041367da0c4" + url "https://github.com/golang/tools/archive/refs/tags/gopls/v0.19.1.tar.gz" + sha256 "11fc066d0ad6627668ab4dc4d4a34e6e0b47de51bfcc86c3f58018a020e7a071" license "BSD-3-Clause" head "https://github.com/golang/tools.git", branch: "master" From 1d7f4d01d957d84390516b91c33cdd6c349c1775 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:06:20 +0000 Subject: [PATCH 08293/10074] git-remote-codecommit: update 1.17_4 bottle. --- Formula/g/git-remote-codecommit.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/g/git-remote-codecommit.rb b/Formula/g/git-remote-codecommit.rb index 68276c00962de..d3f94ce690620 100644 --- a/Formula/g/git-remote-codecommit.rb +++ b/Formula/g/git-remote-codecommit.rb @@ -12,8 +12,7 @@ class GitRemoteCodecommit < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "57289c92fc9b5e8f368be1df7f694b0e14fbe801ead3a9818f8e9cbeba416cad" + sha256 cellar: :any_skip_relocation, all: "6403e992fba39a49e3faa313955b9066ec7459930147d24d3ba1e325de4d4855" end depends_on "python@3.13" From 2828faff9d78cd7bfd04ed3ccd7c7eeb506bc53a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:07:12 +0000 Subject: [PATCH 08294/10074] krakend 2.10.1 --- Formula/k/krakend.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/krakend.rb b/Formula/k/krakend.rb index ca5076e04b819..f308cdf604f46 100644 --- a/Formula/k/krakend.rb +++ b/Formula/k/krakend.rb @@ -1,8 +1,8 @@ class Krakend < Formula desc "Ultra-High performance API Gateway built in Go" homepage "https://www.krakend.io/" - url "https://github.com/krakendio/krakend-ce/archive/refs/tags/v2.10.0.tar.gz" - sha256 "3495b24b7a4506b9c6eccdc39e2fb21f0425170ac0942185d975260dc9cf4069" + url "https://github.com/krakendio/krakend-ce/archive/refs/tags/v2.10.1.tar.gz" + sha256 "1fa65d8bc41aefba3264762acffabbc6f06d1ca1228c2ad71d3fc2118af8bec2" license "Apache-2.0" head "https://github.com/krakendio/krakend-ce.git", branch: "master" From 4f5a55f3fb2f1376fe8a5cdad88640f4a0c78f14 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:09:07 +0000 Subject: [PATCH 08295/10074] gcalcli: update 4.5.1_3 bottle. --- Formula/g/gcalcli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gcalcli.rb b/Formula/g/gcalcli.rb index 2962461654a34..96e716f312c2d 100644 --- a/Formula/g/gcalcli.rb +++ b/Formula/g/gcalcli.rb @@ -10,13 +10,13 @@ class Gcalcli < Formula head "https://github.com/insanum/gcalcli.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "f32a70b0e7ed4dfed986d3d669ad11deac0e262594924125674f09057a50268a" - sha256 cellar: :any, arm64_sonoma: "3701b03c65fda371645faebb9d7af2385adbaa97d58f3828bca97ab9edc5caca" - sha256 cellar: :any, arm64_ventura: "6617a5b8512e6045bcbf9744ae676adecbe4f51f00a3ba20e65539f65e398497" - sha256 cellar: :any, sonoma: "2364696b1f8006d464d8d4b6940a52b711d16e2e8d7209863d64d69f79e84f5e" - sha256 cellar: :any, ventura: "bc66ee39bb7585c02aee3c005b694b9ac9a0bc0fa848276199371217a69fcaec" - sha256 cellar: :any_skip_relocation, arm64_linux: "b4d95a6c92a0e47c1bc6b333634085dbaee86c364ac32d49dbf3b9ff3fe02d3c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c83d8bb5ced30787fd6d4c469891748588216b85450fb18c8610e5e065d87c6e" + sha256 cellar: :any, arm64_sequoia: "cc6f4593f6d2e520c6fe1c02a37d15575e330c1ea2a1ed4639e3dcfe2bd02d00" + sha256 cellar: :any, arm64_sonoma: "af8edb3928b53d2df41610119601c0d6adb9cc9c7031ab3784935f64a1898958" + sha256 cellar: :any, arm64_ventura: "ab0fc15bda029131700f5504b3a85511b628edc4bdd2587e14c55ee251ff8141" + sha256 cellar: :any, sonoma: "79de673d6473792851ad018ffadd293e37bf34be32cf9243f3dbdb4961c969ee" + sha256 cellar: :any, ventura: "4fcfc85f17bd34211368f25c424609cbdb9f13e89800ab35e77f7e49b2a648d2" + sha256 cellar: :any_skip_relocation, arm64_linux: "7aae161db786b6c7076c5d6b0b93668e7d4f02b53cc45526a653e8640d3bb3fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f57c7b7d9a3dfa8e5f35085d3fd5f4e0803497652ad30f181f3f09a35579e331" end depends_on "cmake" => :build # for google_api_python_client_stubs From e1127757d1058dd9b633d9a74053816a9ec9dc9a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:14:48 +0000 Subject: [PATCH 08296/10074] git-review: update 2.5.0_2 bottle. --- Formula/g/git-review.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-review.rb b/Formula/g/git-review.rb index 45de061be197e..c9bb27df7979a 100644 --- a/Formula/g/git-review.rb +++ b/Formula/g/git-review.rb @@ -10,7 +10,7 @@ class GitReview < Formula head "https://opendev.org/opendev/git-review.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "1848e410460ae0a20ba65e6dea9357907a5cd38b5f7afcf235702cf36b44c6fb" + sha256 cellar: :any_skip_relocation, all: "e403d3a14381f154f428561ae52e2f918cb5811510359206d348d557e52dafd1" end depends_on "certifi" From 89852fec535c69ca370eaaf3f568a9151e28d385 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:15:12 +0000 Subject: [PATCH 08297/10074] goolabs: update 0.4.0_13 bottle. --- Formula/g/goolabs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/goolabs.rb b/Formula/g/goolabs.rb index ed0bd22a3993a..c349183bdffcc 100644 --- a/Formula/g/goolabs.rb +++ b/Formula/g/goolabs.rb @@ -11,7 +11,7 @@ class Goolabs < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "867db6169181acdabe1e9aa89ffe6b0b86af6465c9f3cb2690ca89b1b69dd713" + sha256 cellar: :any_skip_relocation, all: "b92fcd048d0f353a8ece560fad57fe26567ced4eced08fa560d36c18cc8be3bf" end depends_on "certifi" From 4a33cb4100756903f458d96a5ce416c14ab893d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:16:41 +0000 Subject: [PATCH 08298/10074] python-markdown 3.8.2 --- Formula/p/python-markdown.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-markdown.rb b/Formula/p/python-markdown.rb index 0e192ea1fb7ee..e42bea34493dd 100644 --- a/Formula/p/python-markdown.rb +++ b/Formula/p/python-markdown.rb @@ -3,8 +3,8 @@ class PythonMarkdown < Formula desc "Python implementation of Markdown" homepage "https://python-markdown.github.io" - url "https://files.pythonhosted.org/packages/db/7c/0738e5ff0adccd0b4e02c66d0446c03a3c557e02bb49b7c263d7ab56c57d/markdown-3.8.1.tar.gz" - sha256 "a2e2f01cead4828ee74ecca9623045f62216aef2212a7685d6eb9163f590b8c1" + url "https://files.pythonhosted.org/packages/d7/c2/4ab49206c17f75cb08d6311171f2d65798988db4360c4d1485bd0eedd67c/markdown-3.8.2.tar.gz" + sha256 "247b9a70dd12e27f67431ce62523e675b866d254f900c4fe75ce3dda62237c45" license "BSD-3-Clause" head "https://github.com/Python-Markdown/markdown.git", branch: "master" From 57f3f4db0f7e4c73949afee8e9d94062812d6787 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:19:29 +0000 Subject: [PATCH 08299/10074] forbidden: update 13.2_2 bottle. --- Formula/f/forbidden.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/forbidden.rb b/Formula/f/forbidden.rb index f7377457bccf1..091feaa016f5f 100644 --- a/Formula/f/forbidden.rb +++ b/Formula/f/forbidden.rb @@ -10,13 +10,13 @@ class Forbidden < Formula head "https://github.com/ivan-sincek/forbidden.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "982a7c02aff4742964dc98742c4295469391bc74ab77e10f9c7ae2c8fdd3bdf5" - sha256 cellar: :any, arm64_sonoma: "7370f2a1aac5012366ed4d05e5346396c853e6abefbfa790e5010ab3e7e6c2f2" - sha256 cellar: :any, arm64_ventura: "6a285ffdd2ad660f8596130405c00e796f3c98bcb043865e7a00a4e188d37677" - sha256 cellar: :any, sonoma: "3d8e33dc5de2d1623c38344e078148c6ffc14a990c58631fc4fa6acc348e895d" - sha256 cellar: :any, ventura: "b16fb162c6b5385ea2d300b52b1282a4eac092718c82bcd18d3d305abf93c57d" - sha256 cellar: :any_skip_relocation, arm64_linux: "d295e60830896f3756e79caba62b7cc2a102913c209bd46b6a8d075cbfa12c71" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b21489768fe7143d1fe323c8250746be41f7133d86dae0755260572321a81aa5" + sha256 cellar: :any, arm64_sequoia: "338fc74fc80d702b0ecd8998de75a0fc5b55aec7e6543ba2bbf832e5d029efda" + sha256 cellar: :any, arm64_sonoma: "414cad61bcaf7c10d4879dce53bca4aa8345239b8ed20a521b6779f95e82b841" + sha256 cellar: :any, arm64_ventura: "7c56a0e989db7403ea6ded63c49eae50f6f9c7a3a5e9e5ba2699871164fb6eb4" + sha256 cellar: :any, sonoma: "f00eb8d16fc870eda75f6da3f5c6b8016742ee8cea02731a8acfd6962459bfa2" + sha256 cellar: :any, ventura: "483dc0bb41d07e62b72cf6c4b37f4d0d83fc253ee95e25d624314c2e15312bdc" + sha256 cellar: :any_skip_relocation, arm64_linux: "3e09e5f7971346a8927a3f4b09642c0118a21e0decd01ccf6c926dde55a125ac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "411a66506f536bd7b531ad495249d77f9a5161a5f6b235acd07b2938972afd35" end depends_on "certifi" From abf0bf237ccc8e1e54733f2f773f0ca22d5160e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:21:19 +0000 Subject: [PATCH 08300/10074] tailwindcss-language-server 0.14.23 --- Formula/t/tailwindcss-language-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailwindcss-language-server.rb b/Formula/t/tailwindcss-language-server.rb index 5a542bf97df03..6a3778ba6be43 100644 --- a/Formula/t/tailwindcss-language-server.rb +++ b/Formula/t/tailwindcss-language-server.rb @@ -1,8 +1,8 @@ class TailwindcssLanguageServer < Formula desc "LSP for TailwindCSS" homepage "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server" - url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.22.tar.gz" - sha256 "5b1b1b8bc19a3a7b33d4829da67a0052ae8cc1b05d6cdf27d51f0a5d2e0c5e53" + url "https://github.com/tailwindlabs/tailwindcss-intellisense/archive/refs/tags/v0.14.23.tar.gz" + sha256 "31b06eb01c6f446c3e5dbc0e116eac7dd039c57cd7f74dff693c7af44319b857" license "MIT" livecheck do From 9e45c8a9c1fa6ae58801ce4a125b7ad3911a3e1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:21:46 +0000 Subject: [PATCH 08301/10074] terragrunt 0.81.8 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index b4794267e1a57..2e0f787376ae4 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.7.tar.gz" - sha256 "44702caebb7984e077b5126326956b0c11b100f0215661c34fa4c3ae88527f23" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.8.tar.gz" + sha256 "e41bcfdefaf0daa76ea481d9a796ce2a64c6fab588ea5dbbf1c64f4e9dfb83e9" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From c7234f8a96cb738ee66a29ba92462edbb3957592 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:21:59 +0000 Subject: [PATCH 08302/10074] tevent 0.17.0 --- Formula/t/tevent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tevent.rb b/Formula/t/tevent.rb index 1bbddcc1fc669..5ab36b52ca663 100644 --- a/Formula/t/tevent.rb +++ b/Formula/t/tevent.rb @@ -1,8 +1,8 @@ class Tevent < Formula desc "Event system based on the talloc memory management library" homepage "https://tevent.samba.org" - url "https://www.samba.org/ftp/tevent/tevent-0.16.2.tar.gz" - sha256 "f0bbd29dfabbcbbce9f4718fc165410cdd4f7d8ee1f3dfc54618d4c03199cea3" + url "https://www.samba.org/ftp/tevent/tevent-0.17.0.tar.gz" + sha256 "7702fb373b69da2960b86134b6a9ec6fa0b949a01756fec00a4a6a43575c8361" license "LGPL-3.0-or-later" livecheck do From f92b15e3cf6402a51e504ffaad7b40610f5badd5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:23:26 +0000 Subject: [PATCH 08303/10074] tun2proxy 0.7.11 --- Formula/t/tun2proxy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tun2proxy.rb b/Formula/t/tun2proxy.rb index 78acbbad46342..db807328147dd 100644 --- a/Formula/t/tun2proxy.rb +++ b/Formula/t/tun2proxy.rb @@ -1,8 +1,8 @@ class Tun2proxy < Formula desc "Tunnel (TUN) interface for SOCKS and HTTP proxies" homepage "https://github.com/tun2proxy/tun2proxy" - url "https://github.com/tun2proxy/tun2proxy/archive/refs/tags/v0.7.10.tar.gz" - sha256 "792b1267d47380289745dca1300d2e42a1c6f3f33af475a54031b0b56c4ff61c" + url "https://github.com/tun2proxy/tun2proxy/archive/refs/tags/v0.7.11.tar.gz" + sha256 "0452e8995447f458544b005f80c34961da11fe926f1d17c5833d09ab77ff4019" license "MIT" head "https://github.com/tun2proxy/tun2proxy.git", branch: "master" From ed1bc1ee5f4218dd3d2375c5cd9aae65de60bccf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:24:15 +0000 Subject: [PATCH 08304/10074] vercel-cli 43.3.0 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 78427328dd03e..bf75cf9a87312 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-43.2.0.tgz" - sha256 "8cc495c361455a637d856e9d7c1bedfea9e831490209cce53da8fd554cd34346" + url "https://registry.npmjs.org/vercel/-/vercel-43.3.0.tgz" + sha256 "a2b6d15841665c6716d2db722c6ea56864e8f6b1373004ee6d69b11cc823852b" license "Apache-2.0" bottle do From fd4df57b1448bdcf58552b40ef9ccf5706f4a794 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:24:39 +0000 Subject: [PATCH 08305/10074] dvc: update 3.60.1_1 bottle. --- Formula/d/dvc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dvc.rb b/Formula/d/dvc.rb index f623f48082f93..1a12f44b2e3a9 100644 --- a/Formula/d/dvc.rb +++ b/Formula/d/dvc.rb @@ -9,13 +9,13 @@ class Dvc < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "33a2d31dedcd018c94bd147cd270ceeab1e73b9b82cb4d7491604e99e6946b04" - sha256 cellar: :any, arm64_sonoma: "1fddeee1191fd9558c1db7ae466e2107785615457501019f2f8e1e5b5803a356" - sha256 cellar: :any, arm64_ventura: "ccd27635ef9dc583f927ea5baf68c960263fde7f38d9d5d3d1923ec78f2736e5" - sha256 cellar: :any, sonoma: "e3ee163f769ae9821d041aba81d3d974c2ec3bd8b47102a1b56dbf37ad41a9ad" - sha256 cellar: :any, ventura: "2214c49a37c54a5e8671b0aa71109ddae080ba381cbdf7e1b2a1c8881f2f48bf" - sha256 cellar: :any_skip_relocation, arm64_linux: "b025b7edcd3bcbdc1122743531be1ca62b112f1eccb42c93d3264776357a812a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d808072c693d7ab1adbfb93f6b7e806cf35ab21846948c7ce83f7d4dfc9c653a" + sha256 cellar: :any, arm64_sequoia: "b21d7463e073b0e8710bfde891237fde8920fe54e3004691aa3d0365607fd844" + sha256 cellar: :any, arm64_sonoma: "9520371c352994c6cac6d31ec47742b7d45926893538545d8870adaaa3294e09" + sha256 cellar: :any, arm64_ventura: "62ee05618d1adbdd714c2c59cfbb01e8ec327bc23b83d636641bd604da3ed222" + sha256 cellar: :any, sonoma: "da2bc146acf1d0f82ef2c0f8443745256f715526c8b330d413b8e44aa98eaa12" + sha256 cellar: :any, ventura: "caf3b5cfd28ec14b78017f1027686f5103509ff3d483397c9ca23c95a9297ca1" + sha256 cellar: :any_skip_relocation, arm64_linux: "0299a6e3399e278adcc575f8cc85d18becf3bef45c05de747827a195402a617f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e8ce9d304bf7c16c44c6debc5d6e5a598aac1ce5e11c27a4aecc5b54750eb653" end depends_on "cmake" => :build # for pyarrow From 6c30bb896e12c698b47556f28cba39afc270d80e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:25:14 +0000 Subject: [PATCH 08306/10074] web-ext 8.8.0 --- Formula/w/web-ext.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/web-ext.rb b/Formula/w/web-ext.rb index 9c827dece588c..ec494b3f867b0 100644 --- a/Formula/w/web-ext.rb +++ b/Formula/w/web-ext.rb @@ -1,8 +1,8 @@ class WebExt < Formula desc "Command-line tool to help build, run, and test web extensions" homepage "https://github.com/mozilla/web-ext" - url "https://registry.npmjs.org/web-ext/-/web-ext-8.7.1.tgz" - sha256 "574c1caa9265b6d47c5aeb907df0d189196c8b70273e523f96650922ffd678b7" + url "https://registry.npmjs.org/web-ext/-/web-ext-8.8.0.tgz" + sha256 "1efa644ae65069bf8b3c0a343fdd9bc500ffd0a0989999eb567a15fb2a49ab8d" license "MPL-2.0" bottle do From 739990206f6f99676004deadd6e32c1983291ada Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:28:43 +0000 Subject: [PATCH 08307/10074] grip: update 4.6.2_13 bottle. --- Formula/g/grip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grip.rb b/Formula/g/grip.rb index 8b1c9647d9fbc..115a56886a54f 100644 --- a/Formula/g/grip.rb +++ b/Formula/g/grip.rb @@ -11,13 +11,13 @@ class Grip < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7431d3f00e4d7464fd4aa8ce79661ca750ce7fe17676d6badb2996a195302bb3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf20a2d5e9ff2f7fc2866a18cbab1ba0397c4088e67f5f01a727ca56ac77139d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f4f14fcb207c7c4036af417e4bb01aadcf47b69a14277791583373c51db54573" - sha256 cellar: :any_skip_relocation, sonoma: "90d0bae6c4f7d8a59564fa35e42e62807dcea1f2385286c84404f626ff12d1ef" - sha256 cellar: :any_skip_relocation, ventura: "e1ecea1ed896aded7fe8f322b2a32c88e9ca9ec4b98c5e19842f563e5730868a" - sha256 cellar: :any_skip_relocation, arm64_linux: "a738ca73123bf780638aeb1f82c665a7196901a0ee1ae63cf9df3b20bdfb6aff" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7cc67fb02edae6f02de193abc95a92d37c6e55f1d7546831ab9613ac5b0400b4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4840088fa28108fd1d0be591418185e2aa6b0c2dac70389b0bcb61899270ab87" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "48de4a1897a6a69ede5cf97a6b26643e8e9e4b73820933c6177c5c1cc0da12e6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1d1eddaa5af475a7465d04a0d3c3626d3279f48b5352cd3c51e10892f0606acf" + sha256 cellar: :any_skip_relocation, sonoma: "49f3e8bffb4d294e9fa87171ccbd5fd55ce1ad0b2adf4e2303dc976bab4d3082" + sha256 cellar: :any_skip_relocation, ventura: "ec1a3636f9771445503e405e4a0682c0e424219e92c79ada076b7dabf1b32855" + sha256 cellar: :any_skip_relocation, arm64_linux: "ad82cbc481a0b81a7a81e269817ed1f50900f82811c5630b5b4605f00bd4131d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "00b10ce75c97aa5d3c0ddc8b8390fac1a0a24b2f565a7e0fe0790c037cef6b35" end depends_on "certifi" From 976ff0bcd15fedaab4c86344cfa24df3ba9e9fde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:30:44 +0000 Subject: [PATCH 08308/10074] grayskull: update 2.9.1_3 bottle. --- Formula/g/grayskull.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grayskull.rb b/Formula/g/grayskull.rb index 516bad1fce362..07a481077875c 100644 --- a/Formula/g/grayskull.rb +++ b/Formula/g/grayskull.rb @@ -9,13 +9,13 @@ class Grayskull < Formula revision 3 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "693f52b69fb1760407716e4064edd08504488784eb522520bcb8221ebaa651bd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7e80dfa4f880814cee04fc4a8ba1965a04f049f8e7389d0eb2624d9ed58cb33" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c81060c1c677af2853395dca5c6fa7e0e000ab6c0df02774f901d5ba519fbe55" - sha256 cellar: :any_skip_relocation, sonoma: "1764abca9b6669d68d38b6f0cc177c8780b48b07447c4044fe646ae67af7099b" - sha256 cellar: :any_skip_relocation, ventura: "e66ee842c111a50596c92ab1e69fd3f96de6dd3fe1473208694e17b0d19d6ac5" - sha256 cellar: :any_skip_relocation, arm64_linux: "8632ef9b5fbe2e9d53743bc799a60f59e76a4d53f58c06aac1f3b15fc18704b2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "59a29cdfa82ebcdb2ab5f025448626c0cab9715d144a21b3530ecf660a9852fa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c056deda6cb6e2688541e3bd737fc19e7ce83c4eb5701cb1ee4ebdf121ab17c0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d61ce33b245a0e9f3d2480dd9230c186441b6dfddce5903a736791875f66ae1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9f52cfe971a1abbad32e985f0f051ff6324d81bf04892bb687475b0a45164983" + sha256 cellar: :any_skip_relocation, sonoma: "49aa3014fca0beaf80370af06c93272fac2a96f9d3cd0096eb45bd1f91239305" + sha256 cellar: :any_skip_relocation, ventura: "60e0c95bd7019a09ab18817b38cb051dabe0fbc38c2d0f72b3c10724a102e8c3" + sha256 cellar: :any_skip_relocation, arm64_linux: "21c8ce61c687beea095f323a65bc87455f5347ec9e9a86afd81ff1f6e8a3bd80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "836c745eb74be8707c5d8eb6977d17d594e661819ffcd1391c05e4deba85fec9" end depends_on "cmake" => :build From 21efa8a5163c264cdc4530af6fb7e984ee4b5c77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:36:14 +0000 Subject: [PATCH 08309/10074] grokmirror: update 2.0.12_2 bottle. --- Formula/g/grokmirror.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/grokmirror.rb b/Formula/g/grokmirror.rb index 64801f6162215..4b8a47105fe7f 100644 --- a/Formula/g/grokmirror.rb +++ b/Formula/g/grokmirror.rb @@ -10,7 +10,7 @@ class Grokmirror < Formula head "https://github.com/mricon/grokmirror.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "7b8bbf3ab40f5d64b3cba22f26f4dc20a85b5fbb77a0113237447ee999e3e072" + sha256 cellar: :any_skip_relocation, all: "4de1569ba23de28ebadb9ef38e82f7f68fe3c60877fa522c68e106a0c18cc231" end depends_on "certifi" From 6c525e5f803fa612d99542655f3b48485804a764 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:40:34 +0000 Subject: [PATCH 08310/10074] homeassistant-cli: update 0.9.6_17 bottle. --- Formula/h/homeassistant-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/homeassistant-cli.rb b/Formula/h/homeassistant-cli.rb index d4866e96634b4..e4d1a3d0bbfa1 100644 --- a/Formula/h/homeassistant-cli.rb +++ b/Formula/h/homeassistant-cli.rb @@ -12,13 +12,13 @@ class HomeassistantCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ffe04861c28f2f361b5212418fcb9a952d7f95126aeeb6cd404b372edb86503" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "94782f6bae5b3c5e8971e65dfa66b48eaad9843860d92690ef7e9e689bfb1152" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fd9581ab2f178dc788fae9a86fee4e993b1abfc130f75bbd37b96eb49d15f479" - sha256 cellar: :any_skip_relocation, sonoma: "41789b6971749b72f433fa4cd5a55e09217983702d7069f4eb19ba65bc9b051d" - sha256 cellar: :any_skip_relocation, ventura: "c42b4c776c50686398e88a9c5a6184b3ae8b96aa34039966c14e9bfce29a25f6" - sha256 cellar: :any_skip_relocation, arm64_linux: "0967c8d372a68a649d27f42be787658fdf736b665e43b22f529728b2eea7802d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f6bb63ad3f3201e8ba4d4fc6dca82a71779ef6bd3b045b1108c8bdebf8980510" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "686ebf7592d8aa13f28a8c77c486e125235838b58be49ccabec14a886d016725" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "50de04efe64b3ad063963979ee99aa5c3567f4785d246149bd18894697ebbb7d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "70781f95a6f1011bf3c21490822a644d33bf4ebd018d0e6919492ed0bac840f6" + sha256 cellar: :any_skip_relocation, sonoma: "cd9350f48a7149e078c69390b38e6b978cf08be79dea9de90d0497630fa5b646" + sha256 cellar: :any_skip_relocation, ventura: "9b9123363fac8a300c57959807f5397300922ab6475e5dd7a5154f2fe91399d2" + sha256 cellar: :any_skip_relocation, arm64_linux: "42fe4722accd0ca6e96e32cf8777afec0d3866378125f4298aca5869f06b655a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c65662a6d73bd47c3942ecf51dc5c15d02b3db0c39ec240572702595e0bcf89" end depends_on "python@3.13" From 0ed092aa33cfaa2fbb05398775098a1904ff1d3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:48:46 +0000 Subject: [PATCH 08311/10074] howdoi: update 2.0.20_11 bottle. --- Formula/h/howdoi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/howdoi.rb b/Formula/h/howdoi.rb index db617f65bec6d..0eb2059e25dab 100644 --- a/Formula/h/howdoi.rb +++ b/Formula/h/howdoi.rb @@ -11,13 +11,13 @@ class Howdoi < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "5556eff975c34c0df9feaf9ecd8c2cebc6f68666d5368c14a8c2c99f949d128e" - sha256 cellar: :any, arm64_sonoma: "04ac64e8f96b0eb00d9b97ba0be6a68e584c28c0363afb6b748e9b029a941c84" - sha256 cellar: :any, arm64_ventura: "d2daf2734d312911569a0c7916c3a074d047fec78fefcfd84cd0fd2a6e0c30cb" - sha256 cellar: :any, sonoma: "07593689cedf57ce83e4d31c21e2bc76ded669e5fb26b3cf9ad5b511a4fefe8c" - sha256 cellar: :any, ventura: "72953deabb173697a99b74b5351e25aba5a32434e69cca3925dd06eef9cf4113" - sha256 cellar: :any_skip_relocation, arm64_linux: "d5b9dd665be4baeca5dc9f852ad536d5f055cbec092dc401e17abb3f8b8d595d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eef43b32e1bf231d4c9fe1829e847134caaa71b80b4011da3622e961ac56d392" + sha256 cellar: :any, arm64_sequoia: "a54cdb278b5e996d327c50f5014f1d92382e45950a5e9f9ee4d30a6ac9ee4bfd" + sha256 cellar: :any, arm64_sonoma: "0e05063e5a28811e3d295ee5ef59e6d7aa3a4a93f9a87d42beb020a3929e3017" + sha256 cellar: :any, arm64_ventura: "02bde8e2e75760ef734b43af77b712c762297dd166d739181e2058536afe79b9" + sha256 cellar: :any, sonoma: "44dd7e7ca1493f4440892896fc2db11d69d1a08315a3897b3713ddb49e4f9c4f" + sha256 cellar: :any, ventura: "f1caca3bed29d1126017419143394f358418f08cf1987ade4162f01806a358c8" + sha256 cellar: :any_skip_relocation, arm64_linux: "c572ed8ff55309757e6ffa02d7c77dc6c01c8745157831d6ebbfcb03c88a41fb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4044b26cd5dc33232f489a21510012e386391d3697b97de414ff1c77aaa2b309" end depends_on "certifi" From b36a8674b03e0d59001dd97b9c44e661f465d7c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:48:57 +0000 Subject: [PATCH 08312/10074] gptme: update 0.27.0_3 bottle. --- Formula/g/gptme.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gptme.rb b/Formula/g/gptme.rb index f59f7c46410bc..629009433aa59 100644 --- a/Formula/g/gptme.rb +++ b/Formula/g/gptme.rb @@ -10,13 +10,13 @@ class Gptme < Formula head "https://github.com/ErikBjare/gptme.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "7484af5292adb27d27d837a7a0af5b3a6dfbe7af80351a92e4e233e5c46f83fe" - sha256 cellar: :any, arm64_sonoma: "f9e0b7932cde7f7e1e5f53c7edac2f7e7a242a6607dbd29ca83eef5c085ed647" - sha256 cellar: :any, arm64_ventura: "35817ddbdb8eef12958f5cda311f5bfa6f0e1414134f2805724b7e8f4a994312" - sha256 cellar: :any, sonoma: "b5ac7fc5aa195fdbc7db675fa257b4a94afb9502a2fd1ecd0dc5c7c08a383b75" - sha256 cellar: :any, ventura: "38dbb0137bfcc39dfd555bf0b768d83dcc58397e5fa5355770540edbe00e66b9" - sha256 cellar: :any_skip_relocation, arm64_linux: "3215bf39eaa9a72c20a707a7011bda7279fc25a34b5b394e8c688ea7cf76f2a0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "462059e69ab67f78bb4b64b3fa579343f73b2a40e5e60ba11bd1c30dc18685c0" + sha256 cellar: :any, arm64_sequoia: "a9cc31d5fbf414bac4a5f4f5871f175c1a05081380b26c3f394e82acada803c8" + sha256 cellar: :any, arm64_sonoma: "027c933dcb66e14260f89b2c0f635b97a84bd4769c0887b7cdbbcbfe90203e0f" + sha256 cellar: :any, arm64_ventura: "bdea219c75ab7f7f6ca8d7a3a0d950b8a9297b76f8ad004e1b81c8cddec52eea" + sha256 cellar: :any, sonoma: "e99d5e1e7e837b39b9d871eb09161e6372f66eac3d97ca05fbf6ca690c4ba385" + sha256 cellar: :any, ventura: "b1d4771841989a53e27e62f346ad9b3391b71c18f5e12fda21ed3039bafc2111" + sha256 cellar: :any_skip_relocation, arm64_linux: "c7b00248979eb3c367d2a0cf8c43cf715666a2fa5a7772af5436f6c8e8805cc7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6be5e8de310ec0f6af97a98c18f6a069358291fcb619289e632a66a787d9c59" end depends_on "rust" => :build From 9d53cf4a25441ba27306602c7b304fe833339b5c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:50:19 +0000 Subject: [PATCH 08313/10074] http-prompt: update 2.1.0_13 bottle. --- Formula/h/http-prompt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/http-prompt.rb b/Formula/h/http-prompt.rb index c080fd778f8b5..d240585eed827 100644 --- a/Formula/h/http-prompt.rb +++ b/Formula/h/http-prompt.rb @@ -12,13 +12,13 @@ class HttpPrompt < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "46c04a51a98a30cf89419af3cb9451e8e77fc07c7073ba55fbe4eb97cf189b9a" - sha256 cellar: :any, arm64_sonoma: "81f84f831dc105e50f1f728ac75295d4d7578c3548e273b0ff5d383ca67ea519" - sha256 cellar: :any, arm64_ventura: "b16ff6d6a0e929e06e7b313e31d76bdb5b3deed58fe0789bffff804d5c369076" - sha256 cellar: :any, sonoma: "83bb2b5e2f453636747c09a9685f5fff1e602d6784927e4af7b32f4ccfae4dc7" - sha256 cellar: :any, ventura: "0138720ad89613031315237d087bb659ddd6c8cbd6a4a855d5b59dc40df26b4c" - sha256 cellar: :any_skip_relocation, arm64_linux: "a1aaabc4d6a32d2bf63453ca1ab1a8a6f4dfbbc5368f1f9be6685f82a0b588a3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bdc91e5f1f00b48530a123c24d565108f1e48cee2da7d715147d3cb585c0c067" + sha256 cellar: :any, arm64_sequoia: "2d177349053398b4129743d5ea5858816b95e1c8c2aecbaaa31419e8ee64db8b" + sha256 cellar: :any, arm64_sonoma: "0d02cd0776969b748f4f2afc8536d29b85a6ef999128e874f42d2ceaf0e3ec07" + sha256 cellar: :any, arm64_ventura: "96ac17cc88394d14e629142f70816a60f7f4f95140d2b58bb61048106f35fcce" + sha256 cellar: :any, sonoma: "500c9b1334a8f97fc5bc0207c2052c39a857bb0aca93f1a8e0792e8a49cfe4c0" + sha256 cellar: :any, ventura: "57a8a9642c71f1072dfb9cb0c129a6ee2957a207197966669be3374ae769118e" + sha256 cellar: :any_skip_relocation, arm64_linux: "b5cf1c51f18207481c821f7685f800bfb31aa9a2576fa849ab92d2faed6d79b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "43b0623410fa8b352543efd00b9fdc887003a1548c908371aa2626ee51dfa52d" end depends_on "certifi" From cbed4097dd8f51228f92d814209cb8900a8c9352 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 19 Jun 2025 19:53:30 +0200 Subject: [PATCH 08314/10074] nx 21.2.1 --- Formula/n/nx.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index 7bd2883a3295d..3c5512df9531c 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -1,12 +1,10 @@ class Nx < Formula desc "Smart, Fast and Extensible Build System" homepage "https://nx.dev" - url "https://registry.npmjs.org/nx/-/nx-21.2.0.tgz" - sha256 "187250adb2505d659caebf8644e9c47b185a4f7efba508d75b97ce0e515e2cca" + url "https://registry.npmjs.org/nx/-/nx-21.2.1.tgz" + sha256 "6b07809bf959112ad9c6764e6366a8d13bb445dc7674239381249cd2fd6901d1" license "MIT" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" sha256 cellar: :any, arm64_sonoma: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" From 24b5d30c98f7bb31e5415b70505e0e461c7ebe6c Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 19 Jun 2025 19:56:10 +0200 Subject: [PATCH 08315/10074] portmidi 2.0.6 Signed-off-by: botantony --- Formula/p/portmidi.rb | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/Formula/p/portmidi.rb b/Formula/p/portmidi.rb index 32b33dacc58d0..d2767da41c476 100644 --- a/Formula/p/portmidi.rb +++ b/Formula/p/portmidi.rb @@ -1,14 +1,11 @@ class Portmidi < Formula desc "Cross-platform library for real-time MIDI I/O" homepage "https://github.com/PortMidi/portmidi" - url "https://github.com/PortMidi/portmidi/archive/refs/tags/v2.0.4.tar.gz" - sha256 "64893e823ae146cabd3ad7f9a9a9c5332746abe7847c557b99b2577afa8a607c" + url "https://github.com/PortMidi/portmidi/archive/refs/tags/v2.0.6.tar.gz" + sha256 "81d22b34051621cd56c8d5ef12908ef2a59764c9cdfba6dae47aabddb71ac914" license "MIT" - revision 1 version_scheme 1 - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "a02a8f130081aeda7fd82a826b510f4b2afdcf7af21cffe1d22963fcd3560065" sha256 cellar: :any, arm64_sonoma: "c24a75dda06927ed08b718df274d6eae2f6f8ded0601673ccd4311a210f89681" @@ -29,16 +26,6 @@ class Portmidi < Formula depends_on "alsa-lib" end - # Upstream patch, should be included in 2.0.5 - # Fixes the following CMake error: - # The link interface of target "PortMidi::portmidi" contains: - # Threads::Threads - # but the target was not found. - patch do - url "https://github.com/PortMidi/portmidi/commit/a47be8c58b25e2c122588e0b56306c0cfdce756c.patch?full_index=1" - sha256 "aeeb22a3809fb79d370003936a6d5b110d33cfc88b39fc0f83d060e1b79dab4c" - end - def install if OS.mac? && MacOS.version <= :sierra # Fix "fatal error: 'os/availability.h' file not found" on 10.11 and From 09771a44e75e60bf40eb1072d0ef480bdcb9a42d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:24:35 +0000 Subject: [PATCH 08316/10074] aws-nuke: update 3.56.2 bottle. --- Formula/a/aws-nuke.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-nuke.rb b/Formula/a/aws-nuke.rb index 88f6724f4e1ea..9f91b42fcd6cb 100644 --- a/Formula/a/aws-nuke.rb +++ b/Formula/a/aws-nuke.rb @@ -7,13 +7,13 @@ class AwsNuke < Formula head "https://github.com/ekristen/aws-nuke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5709c1690352bf0bbdf8e162baefb09977fa7dcd5ff9979c18ff87e75c74ed18" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5709c1690352bf0bbdf8e162baefb09977fa7dcd5ff9979c18ff87e75c74ed18" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5709c1690352bf0bbdf8e162baefb09977fa7dcd5ff9979c18ff87e75c74ed18" - sha256 cellar: :any_skip_relocation, sonoma: "d2808e80152ae150465e6293e7c6eb9323305a00dd953573070e0c68ef5b984b" - sha256 cellar: :any_skip_relocation, ventura: "d2808e80152ae150465e6293e7c6eb9323305a00dd953573070e0c68ef5b984b" - sha256 cellar: :any_skip_relocation, arm64_linux: "4007dedb707c356564e31916c3718801c74c083fab0dbb9ae02cf8028be2870c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "59ce6b058de98a34298d325c29808a9e77641a52ab13e92510900bf4a2d359bb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "105469d3f53925908e03a64036ebec65c1e716e30175ffc13db1159bae69a55a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "105469d3f53925908e03a64036ebec65c1e716e30175ffc13db1159bae69a55a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "105469d3f53925908e03a64036ebec65c1e716e30175ffc13db1159bae69a55a" + sha256 cellar: :any_skip_relocation, sonoma: "ed3ca3a072681260466b067569769e708d23c9fe9a5e74fe451c9988383164f2" + sha256 cellar: :any_skip_relocation, ventura: "ed3ca3a072681260466b067569769e708d23c9fe9a5e74fe451c9988383164f2" + sha256 cellar: :any_skip_relocation, arm64_linux: "12358b18822236b3ba9e238d9804e9a5d65b5824b6c8d34349276d43bccf21c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "022ce63a421ffc1d5b3aef7f7007e26b9cfdb5b472be612bad6cc23cec37108c" end depends_on "go" => :build From ee5c3efc14df2330e5cd19dcc385e2b4c7bcdd5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:28:30 +0000 Subject: [PATCH 08317/10074] gitlab-runner: update 18.1.0 bottle. --- Formula/g/gitlab-runner.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gitlab-runner.rb b/Formula/g/gitlab-runner.rb index c85cffb569a27..52e3f08bb780a 100644 --- a/Formula/g/gitlab-runner.rb +++ b/Formula/g/gitlab-runner.rb @@ -13,12 +13,12 @@ class GitlabRunner < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d58629f88bbc2d42478a8104a1526bee5bb1e637812c7dc5b2f99052b8ee8ad1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d58629f88bbc2d42478a8104a1526bee5bb1e637812c7dc5b2f99052b8ee8ad1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d58629f88bbc2d42478a8104a1526bee5bb1e637812c7dc5b2f99052b8ee8ad1" - sha256 cellar: :any_skip_relocation, sonoma: "05f2860f67d01b15cf9541473423a066b1afc41d67610a4ba177af5b9c5712f8" - sha256 cellar: :any_skip_relocation, ventura: "05f2860f67d01b15cf9541473423a066b1afc41d67610a4ba177af5b9c5712f8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "240b30e55d3c679f2dd039cefd4da1f350005cacec4075bc28faec16ba95981d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1477f3c830ec5067c1a00b228dead5fe8b2c3abfcd7424d4e31c286935f9022" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1477f3c830ec5067c1a00b228dead5fe8b2c3abfcd7424d4e31c286935f9022" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e1477f3c830ec5067c1a00b228dead5fe8b2c3abfcd7424d4e31c286935f9022" + sha256 cellar: :any_skip_relocation, sonoma: "2b81df9e7eb13c1017e9569d98a10faf82437139733f4a60731cc06fe8b9ad84" + sha256 cellar: :any_skip_relocation, ventura: "2b81df9e7eb13c1017e9569d98a10faf82437139733f4a60731cc06fe8b9ad84" + sha256 cellar: :any_skip_relocation, x86_64_linux: "03876038b260677274cd160093511d2070f0223bb31fdf8d4224685a337a6c44" end depends_on "go" => :build From 52deb54793b3fa631db8dd5a336c3239fcba3c29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:35:12 +0000 Subject: [PATCH 08318/10074] gopls: update 0.19.1 bottle. --- Formula/g/gopls.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gopls.rb b/Formula/g/gopls.rb index 4737e271f1ba4..41b14d5ceffd8 100644 --- a/Formula/g/gopls.rb +++ b/Formula/g/gopls.rb @@ -13,12 +13,12 @@ class Gopls < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d0180b09330b40d0bb58174a6411808a542ce4086a0b19b3c6d6a79774a8087" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d0180b09330b40d0bb58174a6411808a542ce4086a0b19b3c6d6a79774a8087" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3d0180b09330b40d0bb58174a6411808a542ce4086a0b19b3c6d6a79774a8087" - sha256 cellar: :any_skip_relocation, sonoma: "8d8dc48ae991fae917c13027521584462b10bf398babbf3ba7d53261a2f931f2" - sha256 cellar: :any_skip_relocation, ventura: "8d8dc48ae991fae917c13027521584462b10bf398babbf3ba7d53261a2f931f2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07932bc79b818b1f1beb0e5f81d4c8f019382c9414ab6e71e672efb12db8e6c1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4ba39dd845e7ecac74894978488ba155376325949c29013466b815f196b223a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4ba39dd845e7ecac74894978488ba155376325949c29013466b815f196b223a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f4ba39dd845e7ecac74894978488ba155376325949c29013466b815f196b223a" + sha256 cellar: :any_skip_relocation, sonoma: "ae91dc1bd5c8cef79923913089ed6fa35f4d304794b8c5b9013078f394d054ee" + sha256 cellar: :any_skip_relocation, ventura: "ae91dc1bd5c8cef79923913089ed6fa35f4d304794b8c5b9013078f394d054ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "89bd5fa04588d18cc207677e58e17251127289daf7362efa64245c41a3d34063" end depends_on "go" => :build From cc6d70b4b7ff02f388144bb830605037b07012b5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 14:38:12 -0400 Subject: [PATCH 08319/10074] sherif 1.5.0 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/s/sherif.rb | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 Formula/s/sherif.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 0b2053b86dfe9..9fae8d6d6ba63 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3392,6 +3392,7 @@ shellcheck shellharden shellz shepherd +sherif sherlock shfmt showcert diff --git a/Formula/s/sherif.rb b/Formula/s/sherif.rb new file mode 100644 index 0000000000000..604c0ecd8a0ad --- /dev/null +++ b/Formula/s/sherif.rb @@ -0,0 +1,30 @@ +class Sherif < Formula + desc "Opinionated, zero-config linter for JavaScript monorepos" + homepage "https://github.com/QuiiBz/sherif" + url "https://registry.npmjs.org/sherif/-/sherif-1.5.0.tgz" + sha256 "9d34335e549940b1aa0ed4c2d96f6794863904ab30e9461c7bf8ff4dc879ca70" + license "MIT" + + depends_on "node" + + def install + system "npm", "install", *std_npm_args + bin.install_symlink Dir["#{libexec}/bin/*"] + end + + test do + (testpath/"package.json").write <<~JSON + { + "name": "test", + "version": "1.0.0", + "private": true, + "packageManager": "npm", + "workspaces": [ "." ] + } + JSON + (testpath/"test.js").write <<~JS + console.log('Hello, world!'); + JS + assert_match "No issues found", shell_output("#{bin}/sherif --no-install .") + end +end From 70387638c61ec7612c7c800610a4b046c41ff1f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:38:17 +0000 Subject: [PATCH 08320/10074] krakend: update 2.10.1 bottle. --- Formula/k/krakend.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/krakend.rb b/Formula/k/krakend.rb index f308cdf604f46..3a899ad69023e 100644 --- a/Formula/k/krakend.rb +++ b/Formula/k/krakend.rb @@ -7,13 +7,13 @@ class Krakend < Formula head "https://github.com/krakendio/krakend-ce.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1936b4b8e16dd401160e37fc64147b173cb1a229c783323ce8490b344796b06" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f67025ccba882e898086723f95ac596be9b8a732d092c1aec063928ca8f8fa9d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "724406a542178c49e459a8d593da7eb4d38c582e1953f0c4f33c50e54e7a10e2" - sha256 cellar: :any_skip_relocation, sonoma: "3a6b852318ad17ef331310546c8436ec2836687d0fe10690ae9c6ab30ebd9dc7" - sha256 cellar: :any_skip_relocation, ventura: "a16f3aa8a6fb755e7c753cfcc78cd8a028a2efcae819876314eac05d95aff2db" - sha256 cellar: :any_skip_relocation, arm64_linux: "e284a7d0101c7194b71bbaa6d44ed27128eab2e920495ebd5b17ebd82b483497" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e662d80c809c9c872301a6d7a451db4242849bb6826fd423f7f2dc9606a6a30d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2244be62e6e2879367218e39e29ee83c8428fe2a3fda096a65205be1974429ab" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0b77c4d61c7da6e02d8da83e510759e1de52e5fcc86cd6aa337f8c34c49d9f8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4e7a60fb925b9293c48480c648c5fb2f1d27fba8504e70827558cedbad7e7982" + sha256 cellar: :any_skip_relocation, sonoma: "7db6e72b5d1ae367b40e233d1e17197f489ee1d34aa73260628e520fe6cdf0f6" + sha256 cellar: :any_skip_relocation, ventura: "41b11391cb8ee48c390cc14f4f6b0cb2f664ece0d71d5bceaf6d0f6ee0bdd44a" + sha256 cellar: :any_skip_relocation, arm64_linux: "0a8931a602e13dcf42d0b12ee150b1297c753df2703717452d266379f62bd9f4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "66b354c4a36f74a5aada12edff011b115cce098a288bd504ffc9c73b4af5a0d9" end depends_on "go" => :build From 8853229ac46684ae16e97c3f9e3a2fe2f1fbc5b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:40:03 +0000 Subject: [PATCH 08321/10074] ovsx: add 0.10.4 bottle. --- Formula/o/ovsx.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/o/ovsx.rb b/Formula/o/ovsx.rb index 1578d7237fef4..49a5aa5d740bb 100644 --- a/Formula/o/ovsx.rb +++ b/Formula/o/ovsx.rb @@ -5,6 +5,15 @@ class Ovsx < Formula sha256 "45a08bdd15d3ab8b91697831ae57ade1771c659420e10dc8c3357f3f04a3e35e" license "EPL-2.0" + bottle do + sha256 arm64_sequoia: "a633010cca2d425de7134b9f8c7eaced43aada13ab1d11c243db08054d904a9a" + sha256 arm64_sonoma: "c50710959d1ad0db551e9cdf6bf281fb495ff6c3a2fc30dcd046f263fac9f5f8" + sha256 arm64_ventura: "2e532477591fb64f9e94f2f77f018d3951296b2d1ba26e9e4507af3bb001f335" + sha256 sonoma: "d7127cb21458be14c859a6942fe6830701c7a070234c942701a9b008fef7aa43" + sha256 ventura: "f2f6515837a2a78b950c810382b5bb00937d43e6d78125acc91b4fce8e673e08" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4bf7afe01906b628b1fbe5d894d1c05c8c3823581bf3e21a99857f84527b25dd" + end + depends_on "node" def install From 54246e4796b5892d3f472e0afe14504c888eb525 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 18:41:36 +0000 Subject: [PATCH 08322/10074] renovate: update 41.1.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index adb8c4d82baba..5b79601743f21 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "68c28de82b6e999f3bf90f8ae52c39f5fab05d4e9371330ca6b9966dfe75563d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d08d3bc3a713545801b968d5f71669e36ad2e13572e01aec276cb93d3ce5ba36" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b3a8bdc0dd22f9ae6a4f247199b7bc2d40ad245733526243f3a7d1797314388c" - sha256 cellar: :any_skip_relocation, sonoma: "1cf50a6b50aac35f10f3bc88d922152e2924b29153af867fc02c32466b326928" - sha256 cellar: :any_skip_relocation, ventura: "3c03755cbc89b4318eaeebfaaf7f8411b25b00186aeb3300aaafcfaad2a38d6d" - sha256 cellar: :any_skip_relocation, arm64_linux: "4e5b962edbcddc852644a72445b271fdd28c0878c277ea181184acebf3f551a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f65e5c83f9cc56eed682bdde78821d06abf42005ef6eaff244c62ce098736b65" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e390a9591f49454851092d8ede81a6a3535c730ddc315b956006d564dd72c902" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2fbf2e0e5167954b5849f06a9e3164556b7d9e5b8ec56a308d55a1da21cb508f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b102f11115949453fb786422d00f993305dd96a730ae304fe0e530381f74ff8d" + sha256 cellar: :any_skip_relocation, sonoma: "9af1880209ae0a8a17beea60cd5a648456e60f4f0e1c61aed29cf5305bbe06ef" + sha256 cellar: :any_skip_relocation, ventura: "981fc1bc500d0ee7a69aa6e0e6b848833905ec05f43c0bb30433c5a9f553f21a" + sha256 cellar: :any_skip_relocation, arm64_linux: "43b395cd07978268666d9709f7b85a2f9d61b6d7b97943f7a027f85ae11db60a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0c412a80a0a8a7044392b8655c08fcc278a3c49814c490453858bded107e7dc6" end depends_on "node@22" From dccf5a8a775f9f34b5663b9fc667e57b96ba2123 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:49:29 +0000 Subject: [PATCH 08323/10074] python-markdown: update 3.8.2 bottle. --- Formula/p/python-markdown.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/python-markdown.rb b/Formula/p/python-markdown.rb index e42bea34493dd..0d5dd96a0b0c8 100644 --- a/Formula/p/python-markdown.rb +++ b/Formula/p/python-markdown.rb @@ -9,7 +9,7 @@ class PythonMarkdown < Formula head "https://github.com/Python-Markdown/markdown.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "44ba2477ecc491890eeb41eee3099102b2be362489654e649545c058942e932a" + sha256 cellar: :any_skip_relocation, all: "ee968f18b08bb943a119a58c8fe1e3f0ec049deaddde07b27af2b5b269ec651f" end depends_on "python@3.13" From 87e57f8541f44f65b6410b1218485fd0cb82638a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:54:10 +0000 Subject: [PATCH 08324/10074] tailwindcss-language-server: update 0.14.23 bottle. --- Formula/t/tailwindcss-language-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailwindcss-language-server.rb b/Formula/t/tailwindcss-language-server.rb index 6a3778ba6be43..1c29a96674b76 100644 --- a/Formula/t/tailwindcss-language-server.rb +++ b/Formula/t/tailwindcss-language-server.rb @@ -13,13 +13,13 @@ class TailwindcssLanguageServer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" - sha256 cellar: :any_skip_relocation, sonoma: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" - sha256 cellar: :any_skip_relocation, ventura: "834a8ffdedf0ab4655e4ea86383fe57d5988bc4bcafc41f17d08bec5f2c7f94c" - sha256 cellar: :any_skip_relocation, arm64_linux: "e895228ef439e3e6ef2fd9b3a0b2ac01750ba6ef5c6bcb3e41e68e6ee12a8542" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e895228ef439e3e6ef2fd9b3a0b2ac01750ba6ef5c6bcb3e41e68e6ee12a8542" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ee957b1b9813f3c65c5c15f1ef5c2fc8fcc407607445176a8b243871b3c4d6b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ee957b1b9813f3c65c5c15f1ef5c2fc8fcc407607445176a8b243871b3c4d6b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3ee957b1b9813f3c65c5c15f1ef5c2fc8fcc407607445176a8b243871b3c4d6b" + sha256 cellar: :any_skip_relocation, sonoma: "3ee957b1b9813f3c65c5c15f1ef5c2fc8fcc407607445176a8b243871b3c4d6b" + sha256 cellar: :any_skip_relocation, ventura: "3ee957b1b9813f3c65c5c15f1ef5c2fc8fcc407607445176a8b243871b3c4d6b" + sha256 cellar: :any_skip_relocation, arm64_linux: "35a3d71b29adac6e061c4feb04df7b498969e61a35873605486ba70d0b141310" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35a3d71b29adac6e061c4feb04df7b498969e61a35873605486ba70d0b141310" end depends_on "pnpm@9" => :build From 5458c342708a04aa7cdf8cc1c7e8d9f4504c6c27 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 19 Jun 2025 15:56:54 +0200 Subject: [PATCH 08325/10074] nss 3.113 Signed-off-by: botantony --- Formula/n/nss.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/n/nss.rb b/Formula/n/nss.rb index 576cf25a653c5..6f8c3ee450530 100644 --- a/Formula/n/nss.rb +++ b/Formula/n/nss.rb @@ -1,8 +1,8 @@ class Nss < Formula desc "Libraries for security-enabled client and server applications" homepage "https://firefox-source-docs.mozilla.org/security/nss/index.html" - url "https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_112_RTM/src/nss-3.112.tar.gz" - sha256 "33ae72d43b275957252adc8639e84229d3ae692a57b6191b059d9456b8568a68" + url "https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_113_RTM/src/nss-3.113.tar.gz" + sha256 "acef06b512d3bd81c87a63b3c8653d258bb689d2191fc0e64decf5a1efa01c0f" license "MPL-2.0" livecheck do @@ -13,8 +13,6 @@ class Nss < Formula end end - no_autobump! because: :incompatible_version_format - bottle do sha256 cellar: :any, arm64_sequoia: "4e72f0ad434ec7ff3f524ae5b7c64f53a1cdcc8b3196686f9b13a7bd081d8a01" sha256 cellar: :any, arm64_sonoma: "0bf2d2b66fa934bfda7a19f3b23f70a80dfe173d04c8ff6818e4aa2a9e6fc507" From 5ef90f83b2864b2ffbc190dff7d6d5037dd2e9f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:03:59 +0000 Subject: [PATCH 08326/10074] tun2proxy: update 0.7.11 bottle. --- Formula/t/tun2proxy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tun2proxy.rb b/Formula/t/tun2proxy.rb index db807328147dd..fa0d8a39bacc2 100644 --- a/Formula/t/tun2proxy.rb +++ b/Formula/t/tun2proxy.rb @@ -12,13 +12,13 @@ class Tun2proxy < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "195b50697e8e92c435c08da66593f6e18777f601f248051e335ba76fbe7cffbe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "53efedae49319528165c679f3329d350b261cfbc6ed51e42161a82d8ff63e54e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "afee4c3fa6f79f052a595e4c5807eb7cb8820c649486e8a0c3cbe5e88a24fa73" - sha256 cellar: :any_skip_relocation, sonoma: "44429ff24fef093ebd55d1883664fb089d3a1e5e7e980e886cce095dee628eb2" - sha256 cellar: :any_skip_relocation, ventura: "ab638df3db3eb0e6fab929d9264395b9b5aa21101777852cddd9800e11ede89a" - sha256 cellar: :any_skip_relocation, arm64_linux: "cf7967b31c97ecfcbe5ef5353ad72504de3a991d195e645213350fe079cc6d67" - sha256 cellar: :any_skip_relocation, x86_64_linux: "86ddcfa36fcc088f7f369f402cf46d43f1a4387dc62ef0fa69513c6728ca5992" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cbe017b64e78b312c1fee551df9b16dbfa6f2217582fd1584a6c9760e068ffd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "14701d0364c5b6e7c484923fa2fe2b5db568acef8ab1b1891c619b75dba22621" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3038689699f6824d74706a50dd936d826cf9f19bdc2359fdc3c834b63df2bb2b" + sha256 cellar: :any_skip_relocation, sonoma: "1c04c6fb8e43088bdfd11dfe013fa84153b2a2415771e1ea87670175abf15342" + sha256 cellar: :any_skip_relocation, ventura: "3cbb5a28489b7cdc03955b191850d296cc583d54262a2a5d40cefe06f0f9d2bc" + sha256 cellar: :any_skip_relocation, arm64_linux: "cc689a7f09d1c12c15b2803eebbc6e08b300b7d68b5ad7d9601f6c3a78b2a1f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7b90894f730af22eb154662bd07e0f97a211ae1b4b04a087990aeb2d3e97ab61" end depends_on "rust" => :build From 414cd019ff8317845b63f1866180b4bd0b1ee946 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 19:05:03 +0000 Subject: [PATCH 08327/10074] ovsx: update 0.10.4 bottle. --- Formula/o/ovsx.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/o/ovsx.rb b/Formula/o/ovsx.rb index 49a5aa5d740bb..8c9bb575debc0 100644 --- a/Formula/o/ovsx.rb +++ b/Formula/o/ovsx.rb @@ -11,6 +11,7 @@ class Ovsx < Formula sha256 arm64_ventura: "2e532477591fb64f9e94f2f77f018d3951296b2d1ba26e9e4507af3bb001f335" sha256 sonoma: "d7127cb21458be14c859a6942fe6830701c7a070234c942701a9b008fef7aa43" sha256 ventura: "f2f6515837a2a78b950c810382b5bb00937d43e6d78125acc91b4fce8e673e08" + sha256 cellar: :any_skip_relocation, arm64_linux: "15fecb2efcaf44f7d51c7eb3913468c52c793bc3f93b7264ea1715b370b4b258" sha256 cellar: :any_skip_relocation, x86_64_linux: "4bf7afe01906b628b1fbe5d894d1c05c8c3823581bf3e21a99857f84527b25dd" end From 86a2a25065cd6f60c69f6144999207716bf2c6a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:10:28 +0000 Subject: [PATCH 08328/10074] vercel-cli: update 43.3.0 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index bf75cf9a87312..ae563b004606c 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e0d37be376a08d7047f30271e8dd95b636259997a541f5634c04edab7b4a093" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e0d37be376a08d7047f30271e8dd95b636259997a541f5634c04edab7b4a093" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6e0d37be376a08d7047f30271e8dd95b636259997a541f5634c04edab7b4a093" - sha256 cellar: :any_skip_relocation, sonoma: "9be46dfb1b5d67a4bb0c66c04e0603b59d03f9ebd28f687ab0b3b40f52343aa0" - sha256 cellar: :any_skip_relocation, ventura: "9be46dfb1b5d67a4bb0c66c04e0603b59d03f9ebd28f687ab0b3b40f52343aa0" - sha256 cellar: :any_skip_relocation, arm64_linux: "11f619e308f7e49153f1065bf3ad0fe5741547f25bd1b971f360c68d78b3c382" - sha256 cellar: :any_skip_relocation, x86_64_linux: "90a9b56eebded9e3a9c6e25e1bf0dff4188f097d423b77ccade60f8fe61b08ee" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d924f2171fbddd363f8ce6b647e66b30938e0319a82f274ebeb03a6c3ddaf78" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d924f2171fbddd363f8ce6b647e66b30938e0319a82f274ebeb03a6c3ddaf78" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7d924f2171fbddd363f8ce6b647e66b30938e0319a82f274ebeb03a6c3ddaf78" + sha256 cellar: :any_skip_relocation, sonoma: "286f8f9d030b6964170b28b679cf6c96bf0c8dff4415c13ec2a79785c10f8eb1" + sha256 cellar: :any_skip_relocation, ventura: "286f8f9d030b6964170b28b679cf6c96bf0c8dff4415c13ec2a79785c10f8eb1" + sha256 cellar: :any_skip_relocation, arm64_linux: "ee3966752416ac812706289128088022c3be35206c8b9464fee29f8fe2c5b98f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc23ab0e8e800408be4988ea18212784f667ed6eedd4b29f99f2255199c6acbb" end depends_on "node" From 1ca2e0f8b58bc689c8a3e0df34536f48b91b8465 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:10:38 +0000 Subject: [PATCH 08329/10074] terragrunt: update 0.81.8 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 2e0f787376ae4..a1668993969ec 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ca63cd9cc1cc05930dc764a3b03599b8d5347a9b2f2537e4035dc65bedd19a0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ca63cd9cc1cc05930dc764a3b03599b8d5347a9b2f2537e4035dc65bedd19a0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ca63cd9cc1cc05930dc764a3b03599b8d5347a9b2f2537e4035dc65bedd19a0" - sha256 cellar: :any_skip_relocation, sonoma: "024d629b99afe84eb48842d07bef7a9a2612ceb0a0dd7ec9ec9318db09d5ae04" - sha256 cellar: :any_skip_relocation, ventura: "024d629b99afe84eb48842d07bef7a9a2612ceb0a0dd7ec9ec9318db09d5ae04" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd5310b5618e607a053a6201b6ea9a6ba5fffa9f4778409e4f9aee25500df57a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c844d1e3a54aa95a5bef7b44f567f15a1ccea0c7f802fa3e0108d5c6d9eb3e5b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c844d1e3a54aa95a5bef7b44f567f15a1ccea0c7f802fa3e0108d5c6d9eb3e5b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c844d1e3a54aa95a5bef7b44f567f15a1ccea0c7f802fa3e0108d5c6d9eb3e5b" + sha256 cellar: :any_skip_relocation, sonoma: "be6745832a8ae4a1a1a9f451474882d00dc7b38cc09c9b54cfbe362e9e653482" + sha256 cellar: :any_skip_relocation, ventura: "be6745832a8ae4a1a1a9f451474882d00dc7b38cc09c9b54cfbe362e9e653482" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc48d312fbf50d0505606ef06da55da20ee0c8bf27c765677f628c03dabac6db" end depends_on "go" => :build From c616da9c75cc14f80f4cdbdb98517afa82952a87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:14:17 +0000 Subject: [PATCH 08330/10074] nx: update 21.2.1 bottle. --- Formula/n/nx.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nx.rb b/Formula/n/nx.rb index 3c5512df9531c..1325e1f67ce05 100644 --- a/Formula/n/nx.rb +++ b/Formula/n/nx.rb @@ -6,13 +6,13 @@ class Nx < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" - sha256 cellar: :any, arm64_sonoma: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" - sha256 cellar: :any, arm64_ventura: "3d69ab9b9ca6e037ee3cd91b7ac7105fa4b706b2301b38d48d5cd120186b1de8" - sha256 cellar: :any, sonoma: "4c6a19b58d5131dfb3cc313c9471b0519a2a6d9b7b6165f737cb406647c14921" - sha256 cellar: :any, ventura: "4c6a19b58d5131dfb3cc313c9471b0519a2a6d9b7b6165f737cb406647c14921" - sha256 cellar: :any_skip_relocation, arm64_linux: "941a169e2a792954cd4af6691eb0909acb75a04a629ce22fe7320e3ca93e829d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a12731c50cdf0c57320fb151d2be5460aee30f374f2a74236c73a80de1146d30" + sha256 cellar: :any, arm64_sequoia: "5ee808b274ad9c6e4d2fa86b869545f8eaca244b16556de2399f8242fcfcb39a" + sha256 cellar: :any, arm64_sonoma: "5ee808b274ad9c6e4d2fa86b869545f8eaca244b16556de2399f8242fcfcb39a" + sha256 cellar: :any, arm64_ventura: "5ee808b274ad9c6e4d2fa86b869545f8eaca244b16556de2399f8242fcfcb39a" + sha256 cellar: :any, sonoma: "73bde5e8b63ba4b0e004671ba4b3b515d2411d8f77b6b75e447075a58ed06d9f" + sha256 cellar: :any, ventura: "73bde5e8b63ba4b0e004671ba4b3b515d2411d8f77b6b75e447075a58ed06d9f" + sha256 cellar: :any_skip_relocation, arm64_linux: "945da8762e3d96981d02702670a789cf0dcf348373fa18cc3a2ebb39d2f00067" + sha256 cellar: :any_skip_relocation, x86_64_linux: "28a5c7bdd42cb657036d16aa9d577a197e07d3f1eb6e5d4b803e5127b77b89f9" end depends_on "node" From da3e3dd4e035c8885f4374d1fba8288517b9bc13 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:14:29 +0000 Subject: [PATCH 08331/10074] web-ext: update 8.8.0 bottle. --- Formula/w/web-ext.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/web-ext.rb b/Formula/w/web-ext.rb index ec494b3f867b0..7c4a747be5520 100644 --- a/Formula/w/web-ext.rb +++ b/Formula/w/web-ext.rb @@ -6,13 +6,13 @@ class WebExt < Formula license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "33ae8e47f8043f1e795c071c8f97580ba32eba2f300dc4017726f3b1a2a0777a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "33ae8e47f8043f1e795c071c8f97580ba32eba2f300dc4017726f3b1a2a0777a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "33ae8e47f8043f1e795c071c8f97580ba32eba2f300dc4017726f3b1a2a0777a" - sha256 cellar: :any_skip_relocation, sonoma: "2f60e52a9832aeeb3cfeea89a0107ec2638e18de4c0b67fdda42047a9c231d26" - sha256 cellar: :any_skip_relocation, ventura: "2f60e52a9832aeeb3cfeea89a0107ec2638e18de4c0b67fdda42047a9c231d26" - sha256 cellar: :any_skip_relocation, arm64_linux: "b7a001e6d87af957d2406a8110a80e94dc5c4b22c311442e9274fb0e0933d560" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b7a001e6d87af957d2406a8110a80e94dc5c4b22c311442e9274fb0e0933d560" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "51fad91b85c4d710f233be975765d8b8f4cd8710e01a84be697e50cb193b8683" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "51fad91b85c4d710f233be975765d8b8f4cd8710e01a84be697e50cb193b8683" + sha256 cellar: :any_skip_relocation, arm64_ventura: "51fad91b85c4d710f233be975765d8b8f4cd8710e01a84be697e50cb193b8683" + sha256 cellar: :any_skip_relocation, sonoma: "1d926fb0227b96570d70c26d7cdfbfe3f8650a298ef6886bbcdccdc6dcb101a1" + sha256 cellar: :any_skip_relocation, ventura: "1d926fb0227b96570d70c26d7cdfbfe3f8650a298ef6886bbcdccdc6dcb101a1" + sha256 cellar: :any_skip_relocation, arm64_linux: "5914c31daec581d29289a477f920b815d5133e1775780fe073894296b8981b5c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5914c31daec581d29289a477f920b815d5133e1775780fe073894296b8981b5c" end depends_on "node" From 6024dd41e42e900e54f5e0a6344ea955c7504ce0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:23:29 +0000 Subject: [PATCH 08332/10074] tevent: update 0.17.0 bottle. --- Formula/t/tevent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tevent.rb b/Formula/t/tevent.rb index 5ab36b52ca663..22faa914f8353 100644 --- a/Formula/t/tevent.rb +++ b/Formula/t/tevent.rb @@ -11,13 +11,13 @@ class Tevent < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4b1299df6043fe06db809e5a5a15d531eafa1e5cf342f49fee336a016522d6c0" - sha256 cellar: :any, arm64_sonoma: "669b3b3ce670629fca6c41ccd5f47b8dbde8f8dd4d4c7ebff9bf4e79bb3edcd9" - sha256 cellar: :any, arm64_ventura: "f31c16f2155d9ab99761f758df8c64464ade64525b3e0603261c6b2c68fdb58b" - sha256 cellar: :any, sonoma: "685425f7ed027ead68df7354672600841413b18f702484094ec2d3bf40bfdc35" - sha256 cellar: :any, ventura: "15bab6c124d0f8afc3d83ca9f8f20b79211fe1ce33ab06e60ce2552ad78c78e2" - sha256 cellar: :any_skip_relocation, arm64_linux: "91b7e00fe6fab5edf5cd35f2abffd2f842c456d9c3f098edf007d79eabc397be" - sha256 cellar: :any_skip_relocation, x86_64_linux: "36aa2419325a2300e1afcefaa32ef7982bbb44855a9ea104322c1c6e43f49a3c" + sha256 cellar: :any, arm64_sequoia: "28e48cf517dc531e4538ad6d49749c6a06b63fda86bfaf5541ed3198abf1ffbe" + sha256 cellar: :any, arm64_sonoma: "173ee038f789804174388a00094d632599a4d4c70393245359a13030c98f0433" + sha256 cellar: :any, arm64_ventura: "b7acddbdfcda8ac6b461bcd343053c0b1be49861851de0c2836a4905019b81c8" + sha256 cellar: :any, sonoma: "7c1a7d19ab1039b131f4de509fb70234e531511dfbf48f5a2b1d88d3f920edd8" + sha256 cellar: :any, ventura: "548e66b6f5c53d94fd7faa0ca9baae2636ee7ce4b1a488ad9295a8be2deadae9" + sha256 cellar: :any_skip_relocation, arm64_linux: "b72a6634dde042c3f388bc9d545a2154013608b165098f2628cd1a9563555bd5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4fd7bb86299828dc6d21b17c915e2e94e3b27c8b49e8ed213f0e6c7d7f429f6" end depends_on "cmocka" => :build From b11746cf3fed785bc9c0f54d5e58cb64b1d52e62 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:31:38 +0000 Subject: [PATCH 08333/10074] duplicity: update 3.0.5 bottle. --- Formula/d/duplicity.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/duplicity.rb b/Formula/d/duplicity.rb index 02f623241b66c..19ad1e931fd95 100644 --- a/Formula/d/duplicity.rb +++ b/Formula/d/duplicity.rb @@ -10,13 +10,13 @@ class Duplicity < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "5543e32ce82fd7bbbf389565c00a7159f3cf303d5eb047da47f1679e942d903e" - sha256 cellar: :any, arm64_sonoma: "adcad19340f8e1d64f54aa06e1152887bb5282373759ebe5badef8f0888ac930" - sha256 cellar: :any, arm64_ventura: "79d395b5b738c27844033f2b1341af9c8ce312042b550f19b33a59328255cc20" - sha256 cellar: :any, sonoma: "7a3e34120d8ab314a1d1f57de15ad8653f4ac5b2d485cc69acc81a66daf26841" - sha256 cellar: :any, ventura: "df1c485d16b843b9994bc4bdc9c25a3e5a2c18ef0fca6c0abe8d6b619365f437" - sha256 cellar: :any_skip_relocation, arm64_linux: "fa06657ba417eb8695b14d4d431bb22e368ccbe3c2883b05112f5816273b03a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dfc471b4aa51144d2f326b8b680d981aad058b38963541e406171defba64e906" + sha256 cellar: :any, arm64_sequoia: "791b48b07441ac3e8b2bd10b189d48db40b550c3fe4bd3862aa8a636d2a2c528" + sha256 cellar: :any, arm64_sonoma: "44c985dd6751c26db2e76db0c40e22d35000fe5a172a8cc3f5d4d1889c463cab" + sha256 cellar: :any, arm64_ventura: "4d123387b82d5531c61ce0b7d45600fd1b5ec7e8648caebff3e98f596ae114fb" + sha256 cellar: :any, sonoma: "487b5e658c92137f06165d6f419c4b449d573785409e8ca09a24b5bf27738c07" + sha256 cellar: :any, ventura: "19d77f566bcc82f0dec0d005d4999639d7be4017c38dcdc9712bccbe41cbb9ca" + sha256 cellar: :any_skip_relocation, arm64_linux: "de14cc7d9b5e5f6d2edc17d211ba658776a65ba3bdfcd3d3009fa20d0bc9bd69" + sha256 cellar: :any_skip_relocation, x86_64_linux: "779292e42fc42bd46834974991b19d8df2f75796fbb7cd51acf65c576881f969" end depends_on "gettext" => :build # for msgfmt From 40b5d0b229a8983d1b1571a8b3439a9fca0f3e0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:40:36 +0000 Subject: [PATCH 08334/10074] portmidi: update 2.0.6 bottle. --- Formula/p/portmidi.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Formula/p/portmidi.rb b/Formula/p/portmidi.rb index d2767da41c476..8c1ec40fb0590 100644 --- a/Formula/p/portmidi.rb +++ b/Formula/p/portmidi.rb @@ -7,17 +7,13 @@ class Portmidi < Formula version_scheme 1 bottle do - sha256 cellar: :any, arm64_sequoia: "a02a8f130081aeda7fd82a826b510f4b2afdcf7af21cffe1d22963fcd3560065" - sha256 cellar: :any, arm64_sonoma: "c24a75dda06927ed08b718df274d6eae2f6f8ded0601673ccd4311a210f89681" - sha256 cellar: :any, arm64_ventura: "2d722c4357f6263f73456060dc5d131eb0b3b34ea54bef1cfe47d15bdc4ed75f" - sha256 cellar: :any, arm64_monterey: "94415b613563629ea6425c629dc768e3c9319823870e948c4060742d24401588" - sha256 cellar: :any, arm64_big_sur: "f8ea203ccc085feee9e2e5c8f97ebcd59117f41331ac654dc542cfa8a901e2a9" - sha256 cellar: :any, sonoma: "ec2f3c4ed9b0fa14de06bf6802a8a111c7de434beaa0c3f082c99613cf12cc0f" - sha256 cellar: :any, ventura: "505796ff7499cb66673b8774af23109d1803cd0ca79e45de041d66985cb553e6" - sha256 cellar: :any, monterey: "7e348bdf4837001ff61ebad737ee19326a92c11ea2e122874abb39246a15b99e" - sha256 cellar: :any, big_sur: "3025725eb9196f45005ee6305883d78fb98fd6412569fdb2c3685e9f6f117009" - sha256 cellar: :any_skip_relocation, arm64_linux: "27c42711f68465a36ce8c41694202a58ad5ee05f1589ffcea67173f643c4576d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "af653a873aa1e1a5255269323d28c28b97c6860f52687dc4677020aa5bfbf7de" + sha256 cellar: :any, arm64_sequoia: "10ddde2d1f79d5af52f2efd790fa4a5bde8aa4d822c4bca874845abe3b7c0264" + sha256 cellar: :any, arm64_sonoma: "34068c161cdd3b13603881e7567b929c832dbdb17957f1f49ff5e26b0af4a4df" + sha256 cellar: :any, arm64_ventura: "0aed6c8f284be50da5a5dcc5960871f503f7b275b02f3a855738dd67a23128e9" + sha256 cellar: :any, sonoma: "a7fa48b88a0c8527e4cbe4d79de1204e97a2657660109c69822d94bf52f3156e" + sha256 cellar: :any, ventura: "c3ede6d5e5911726971a35681b0852e26cdcd93799d7fbbda92b8ae73e9268d7" + sha256 cellar: :any_skip_relocation, arm64_linux: "d00e36c34fb56e1333ade4cab1801852db7b5416c709354ad26ecc9bb44f2316" + sha256 cellar: :any_skip_relocation, x86_64_linux: "49b66f426a03a2fd27eca584c079b01e25b2cd23bb73f06cbc5fc3f187ddae90" end depends_on "cmake" => :build From 971f2b8a1d10ebd11fb82b4130895c0399be1f9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:49:35 +0000 Subject: [PATCH 08335/10074] awscli 2.27.39 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index f369f9ede13b9..67ddd41122c86 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.38.tar.gz" - sha256 "49934b55dd7abd0c9385bce4b9024a1ff8053b43d65fa9271ead5945a9e81163" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.39.tar.gz" + sha256 "bee2338b49adb4938a9ff365aca571a6e24b8310edad21a0b2adbb2dc4ca5567" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From a01e6d96ce70b4d8a699866144e7ed3f138d4268 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:52:32 +0000 Subject: [PATCH 08336/10074] code-cli 1.101.1 --- Formula/c/code-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/code-cli.rb b/Formula/c/code-cli.rb index b76c9799590a5..eccaa44f4524a 100644 --- a/Formula/c/code-cli.rb +++ b/Formula/c/code-cli.rb @@ -1,8 +1,8 @@ class CodeCli < Formula desc "Command-line interface built-in Visual Studio Code" homepage "https://github.com/microsoft/vscode" - url "https://github.com/microsoft/vscode/archive/refs/tags/1.101.0.tar.gz" - sha256 "f0890a88193722c201406f9738f483b3348c414b8dbabc079934a6073d069409" + url "https://github.com/microsoft/vscode/archive/refs/tags/1.101.1.tar.gz" + sha256 "fc015daead5b5a14422944af9b04eb241c78d5b7273888c46bb184d6651a7a2b" license "MIT" head "https://github.com/microsoft/vscode.git", branch: "main" From 1c2d9ffae1c1f672687849b9201b9aa71b98fd21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:55:25 +0000 Subject: [PATCH 08337/10074] dstack 0.19.15 --- Formula/d/dstack.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index 2b1860097c999..37259fa87177c 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -3,10 +3,9 @@ class Dstack < Formula desc "ML workflow orchestration system designed for reproducibility and collaboration" homepage "https://dstack.ai/" - url "https://files.pythonhosted.org/packages/cd/db/e2ca1c6ada04926341067acb21240c727d8418bf729df823814bce8ad4c4/dstack-0.19.13.tar.gz" - sha256 "6924855443822206122ee119f9360589d94da07f476d1abc104e27d169c6e10b" + url "https://files.pythonhosted.org/packages/10/27/6a30aeec0276a512f834c8d6dbcd744d54e81681a3c1c81b8273f266334b/dstack-0.19.15.tar.gz" + sha256 "5e7f740265b76070b9b01a2aeae46996e2351bc8fde475a4529d34625e0e8a6c" license "MPL-2.0" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "07a10a53cb2db0c035da5b4029feba7b275dc0b1a49df3e925be2b6445d6812f" @@ -138,13 +137,13 @@ class Dstack < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" - sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" - sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "cached-classproperty" do @@ -203,8 +202,8 @@ class Dstack < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/02/69/c0cec6be5878d4de161f64096edb3d4a2d1a838f036b8425ea8358d0dfb3/google_api_python_client-2.172.0.tar.gz" - sha256 "dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6" + url "https://files.pythonhosted.org/packages/8f/7e/7c6e43e54f611f0f97f1678ea567fe06fecd545bd574db05e204e5b136fe/google_api_python_client-2.173.0.tar.gz" + sha256 "b537bc689758f4be3e6f40d59a6c0cd305abafdea91af4bc66ec31d40c08c804" end resource "google-auth" do From ee296ac04fe70b072a06d70881070e2097ce725d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:58:21 +0000 Subject: [PATCH 08338/10074] glances: update 4.3.1_4 bottle. --- Formula/g/glances.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glances.rb b/Formula/g/glances.rb index bac59e82dcc61..501868b59e410 100644 --- a/Formula/g/glances.rb +++ b/Formula/g/glances.rb @@ -9,13 +9,13 @@ class Glances < Formula revision 4 bottle do - sha256 cellar: :any, arm64_sequoia: "3a3719aff2beb674cced59b1388a18895a8d63bb2180085a7e84fc35b605f2c8" - sha256 cellar: :any, arm64_sonoma: "2704c368ff9d3457fa8a177b0ba9fdae8aaa9631010349f9225746f2f0694056" - sha256 cellar: :any, arm64_ventura: "b30317f58cc7d4586e63496dc037d2c085af4bc1f01580f6543e510a8d3e3d37" - sha256 cellar: :any, sonoma: "05c6ca94e53b66806e60ba99a16929434eb0506abbcda99df93a57ff573879e7" - sha256 cellar: :any, ventura: "b685b3408c3a1ab6e616f4c764e6ba4b30dfa8c9458a7fc7f310e0ff1429a15d" - sha256 cellar: :any_skip_relocation, arm64_linux: "fbe851008e7ca484d9b4c233e8ee757432c4bbbd725793efc8142fb86e88d8c1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "996577afb61ee59095bdd98379eaa5ba69e81849a9760ba9acab2bc230a51955" + sha256 cellar: :any, arm64_sequoia: "ce57cbf56f260c30e3254a2226c7fba443495d05ff1ea84249977f7fdd53e7c4" + sha256 cellar: :any, arm64_sonoma: "740e906e8842eed363fff78e6963754f3c7bdecbc6a82647ddaa732c68e84d79" + sha256 cellar: :any, arm64_ventura: "f646b48968b54d10b96c8c167aad39d326a64ca57a40bca29c27513cd7f745bd" + sha256 cellar: :any, sonoma: "9bc854ecab8456cf671cc64c7b0818a9503b5a6795d73d7227a63324f8ae3173" + sha256 cellar: :any, ventura: "b200be9047565c161846c16d91d4bdde61d2bd4ac791ca8712a8ba494dc1f4b0" + sha256 cellar: :any_skip_relocation, arm64_linux: "fdeca40836e9d315bdf4875db9df188d1ea7b223f56090139baf1fa0023129d2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "da8113201c35e362603863a488d626ac7fc353da37567809eb94792a5bdebd19" end depends_on "cmake" => :build # for pyzmq From 584ce8083a8888568adde5dfcaaa45f8c1e8742d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:58:21 +0000 Subject: [PATCH 08339/10074] gomi 1.6.1 --- Formula/g/gomi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gomi.rb b/Formula/g/gomi.rb index 5bb2ad149f584..06df5effab6b7 100644 --- a/Formula/g/gomi.rb +++ b/Formula/g/gomi.rb @@ -1,8 +1,8 @@ class Gomi < Formula desc "Functions like rm but with the ability to restore files" homepage "https://gomi.dev" - url "https://github.com/babarot/gomi/archive/refs/tags/v1.6.0.tar.gz" - sha256 "9cdf4ec51e6629573bcec7779e1b30e0bafbbe10d499cc2e7bbae46a6b3d3621" + url "https://github.com/babarot/gomi/archive/refs/tags/v1.6.1.tar.gz" + sha256 "fd42c42f148a82ac9dc5b16c53dd8e2431397630d6a0ae788c2541e297326784" license "MIT" head "https://github.com/babarot/gomi.git", branch: "main" From bf86e63fb54a041b0d8ae3dc99865e529f14943a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:00:04 +0000 Subject: [PATCH 08340/10074] immich-cli 2.2.70 --- Formula/i/immich-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/immich-cli.rb b/Formula/i/immich-cli.rb index 68a1bd198d18e..a466a5569be20 100644 --- a/Formula/i/immich-cli.rb +++ b/Formula/i/immich-cli.rb @@ -1,8 +1,8 @@ class ImmichCli < Formula desc "Command-line interface for self-hosted photo manager Immich" homepage "https://immich.app/docs/features/command-line-interface" - url "https://registry.npmjs.org/@immich/cli/-/cli-2.2.69.tgz" - sha256 "f66d6c9d774bda7bd22df3d8466d0ea81a02fc11a25e481840fe49596f3e6535" + url "https://registry.npmjs.org/@immich/cli/-/cli-2.2.70.tgz" + sha256 "32d5cbff5f32591e34c9027a4ece246fa1a40ac8deab77d42ac39e53071e227c" license "AGPL-3.0-only" bottle do From ab1721cb111831e16c21abfb0c8f8fbd2a0c8ef5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:01:16 +0000 Subject: [PATCH 08341/10074] kerl 4.4.0 --- Formula/k/kerl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kerl.rb b/Formula/k/kerl.rb index 161562b929807..87e41ce96f6f1 100644 --- a/Formula/k/kerl.rb +++ b/Formula/k/kerl.rb @@ -1,8 +1,8 @@ class Kerl < Formula desc "Easy building and installing of Erlang/OTP instances" homepage "https://github.com/kerl/kerl" - url "https://github.com/kerl/kerl/archive/refs/tags/4.3.1.tar.gz" - sha256 "f1e761fbf49b08c468999a41684f292b943852131fe2cb68a76ea65aaaae9a31" + url "https://github.com/kerl/kerl/archive/refs/tags/4.4.0.tar.gz" + sha256 "0f32eb08172baffdca9264c5626f6d7fd650369365079fe21f8b8ab997885d8c" license "MIT" head "https://github.com/kerl/kerl.git", branch: "master" From 19cabd7f97af145fe10cfe131ecbccc8bb0a4c32 Mon Sep 17 00:00:00 2001 From: IT Service Account <117774934+IT-Flow-Service-Account@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:02:26 -0700 Subject: [PATCH 08342/10074] flow-cli 2.2.18 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/f/flow-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flow-cli.rb b/Formula/f/flow-cli.rb index 6b052468591e2..0f3dc4a002921 100644 --- a/Formula/f/flow-cli.rb +++ b/Formula/f/flow-cli.rb @@ -1,8 +1,8 @@ class FlowCli < Formula desc "Command-line interface that provides utilities for building Flow applications" homepage "https://onflow.org" - url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.17.tar.gz" - sha256 "3a521a45352aee7f8dfbba46f95bf5429c1c203b8562f711c19685be43af32a4" + url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.18.tar.gz" + sha256 "e904ad6ecf547e1d960a421a136b629363464f1d3aac555bace05b5d6410d42d" license "Apache-2.0" head "https://github.com/onflow/flow-cli.git", branch: "master" From 99133a1188ec5a9c710381b3098648435fcd2063 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:10:11 +0000 Subject: [PATCH 08343/10074] re-flex 6.0.0 --- Formula/r/re-flex.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/re-flex.rb b/Formula/r/re-flex.rb index 3f92e3f195217..ed87a17323c5e 100644 --- a/Formula/r/re-flex.rb +++ b/Formula/r/re-flex.rb @@ -1,8 +1,8 @@ class ReFlex < Formula desc "Regex-centric, fast and flexible scanner generator for C++" homepage "https://www.genivia.com/doc/reflex/html" - url "https://github.com/Genivia/RE-flex/archive/refs/tags/v5.5.0.tar.gz" - sha256 "9057d0d149259d3706e878c54a9c393ab22c7580f35bbd7ddea56e72db906da2" + url "https://github.com/Genivia/RE-flex/archive/refs/tags/v6.0.0.tar.gz" + sha256 "488a778577429408a3390b6aeac796eccaaa1297bb7573feccf3b608b9ae9d95" license "BSD-3-Clause" bottle do From bef1ae4441f8f1d9bbf63bade360a245ebc8b32e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:14:57 +0000 Subject: [PATCH 08344/10074] undercutf1 3.1.96 --- Formula/u/undercutf1.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/undercutf1.rb b/Formula/u/undercutf1.rb index a936023cbba1a..87d0f66c365f2 100644 --- a/Formula/u/undercutf1.rb +++ b/Formula/u/undercutf1.rb @@ -1,8 +1,8 @@ class Undercutf1 < Formula desc "F1 Live Timing TUI for all F1 sessions with variable delay to sync to your TV" homepage "https://github.com/JustAman62/undercut-f1" - url "https://github.com/JustAman62/undercut-f1/archive/refs/tags/v3.1.90.tar.gz" - sha256 "cec4089f0f3185de5d851777f7b4805fa0df6c61edd1dccb4ef4aad0a2b5cfd1" + url "https://github.com/JustAman62/undercut-f1/archive/refs/tags/v3.1.96.tar.gz" + sha256 "ff377e4bf8403510dcbe29dfbe6a9b2056234ca762dd96094943eba47618b744" license "GPL-3.0-only" head "https://github.com/JustAman62/undercut-f1.git", branch: "master" From 2339c9c4892c59602d6dbb684750ca892dd1ac14 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:18:18 +0000 Subject: [PATCH 08345/10074] code-cli: update 1.101.1 bottle. --- Formula/c/code-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/code-cli.rb b/Formula/c/code-cli.rb index eccaa44f4524a..3f116cd689e0e 100644 --- a/Formula/c/code-cli.rb +++ b/Formula/c/code-cli.rb @@ -12,13 +12,13 @@ class CodeCli < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b7d63f2f6fabc4a1bf8474eef18530448ba8979ba2007fa7a1ea8ee95d99b72c" - sha256 cellar: :any, arm64_sonoma: "f0db6d026f00ecd377d791d6fe2310bd9a3b8d2591a3b538038f4981305fc240" - sha256 cellar: :any, arm64_ventura: "a62601d81ca039361c5a893d4b503d5ecc59a2119489287b491220a33170e3d3" - sha256 cellar: :any, sonoma: "985728986aa6de81ef35ebcf94198be39b8527c777746c690275d18613ee3beb" - sha256 cellar: :any, ventura: "f235cc91b8cdf6b4377acfacd2a41b5fe7c956eb0c0d48b31819ac146422c7f2" - sha256 cellar: :any_skip_relocation, arm64_linux: "e297d7f63f1614acc8fcb163d51fff21b5496eedb8eddf41673446dda135fb8b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d506fab7c70f4cb11b47be6315812d980df17d44f9b4342c2990d79a4d4644f" + sha256 cellar: :any, arm64_sequoia: "b3b3a6b8bd9eadcd06bd864ad83598c5751835334e4f1f3d83d05b947edd08da" + sha256 cellar: :any, arm64_sonoma: "bfe4256581e80583d7515cc7a4a6be173392cc470b663340d3754dc9ec143948" + sha256 cellar: :any, arm64_ventura: "a7f8aa0806768c94ecd676afd7539b001788546300e40072767d15f7934384be" + sha256 cellar: :any, sonoma: "9e4ca03565aa6a401507dc2ea728c2279c8fc7e92ea06fbeb18aea53e3190c1f" + sha256 cellar: :any, ventura: "24316f30471fb179c1cc9975a28c1fab5cbf5512b58c5584a322d774d2baa85c" + sha256 cellar: :any_skip_relocation, arm64_linux: "c5fff0aa6cc4dd75df90a6dac668a506fe3c144f8bfedc3335426a0fd49f4f86" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81f2b19191aed49e73eb206ca434b4fec50bd274200117c985bacc717f7c6b20" end depends_on "pkgconf" => :build From 558efbc77304d89cfd62e7bd3131301a398a438a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 16:08:53 -0400 Subject: [PATCH 08346/10074] go-rice 1.0.3 (new formula) Signed-off-by: Rui Chen --- Formula/g/go-rice.rb | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Formula/g/go-rice.rb diff --git a/Formula/g/go-rice.rb b/Formula/g/go-rice.rb new file mode 100644 index 0000000000000..00ef3b4fa78e6 --- /dev/null +++ b/Formula/g/go-rice.rb @@ -0,0 +1,51 @@ +class GoRice < Formula + desc "Easily embed resources like HTML, JS, CSS, images, and templates in Go" + homepage "https://github.com/GeertJohan/go.rice" + url "https://github.com/GeertJohan/go.rice/archive/refs/tags/v1.0.3.tar.gz" + sha256 "dda8be9c9c594e164e664479001e7113d0f6571b3fc93253ef132096540f0673" + license "BSD-2-Clause" + head "https://github.com/GeertJohan/go.rice.git", branch: "master" + + depends_on "go" => [:build, :test] + + def install + ldflags = "-s -w -X main.BuildVersion=#{version}" + system "go", "build", *std_go_args(ldflags:, output: bin/"rice"), "./rice" + end + + test do + (testpath/"testproject").mkpath + cd "testproject" do + (testpath/"testproject/main.go").write <<~EOS + package main + + import ( + "fmt" + rice "github.com/GeertJohan/go.rice" + ) + + func main() { + box := rice.MustFindBox("templates") + str, err := box.String("test.txt") + if err != nil { + panic(err) + } + fmt.Print(str) + } + EOS + + (testpath/"testproject/templates").mkpath + (testpath/"testproject/templates/test.txt").write "Hello, rice!" + + # Initialize go module and get go.rice dependency + system "go", "mod", "init", "testproject" + system "go", "mod", "tidy" + + # Use go-rice to embed the resources + system bin/"rice", "embed-go" + + system "go", "build", "-o", "testbin" + assert_match "Hello, rice!", shell_output("./testbin") + end + end +end From 6f81b90c09569b4cd9d6cec4baa5ea1dba0405dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:09:47 +0000 Subject: [PATCH 08347/10074] localai 3.0.0 localai: update build Signed-off-by: Rui Chen --- Formula/l/localai.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/l/localai.rb b/Formula/l/localai.rb index 1e02bd93bc8e2..a27f4fb6623e7 100644 --- a/Formula/l/localai.rb +++ b/Formula/l/localai.rb @@ -3,8 +3,8 @@ class Localai < Formula desc "OpenAI alternative" homepage "https://localai.io" - url "https://github.com/mudler/LocalAI/archive/refs/tags/v2.28.0.tar.gz" - sha256 "b75f7cffb3b105c1f5e7cd4aa2d5c18cf461b6af0977d150d654d596f1dc8d79" + url "https://github.com/mudler/LocalAI/archive/refs/tags/v3.0.0.tar.gz" + sha256 "dfe1cc4fee4f7116b2a40300e2c3b31c0244a91ef42b8af625bcc79b49f59172" license "MIT" head "https://github.com/mudler/LocalAI.git", branch: "master" @@ -20,6 +20,7 @@ class Localai < Formula depends_on "abseil" => :build depends_on "cmake" => :build depends_on "go" => :build + depends_on "go-rice" => :build depends_on "grpc" => :build depends_on "protobuf" => :build depends_on "protoc-gen-go" => :build @@ -27,8 +28,8 @@ class Localai < Formula depends_on "python@3.13" => :build resource "grpcio-tools" do - url "https://files.pythonhosted.org/packages/05/d2/c0866a48c355a6a4daa1f7e27e210c7fa561b1f3b7c0bce2671e89cfa31e/grpcio_tools-1.71.0.tar.gz" - sha256 "38dba8e0d5e0fb23a034e09644fdc6ed862be2371887eee54901999e8f6792a8" + url "https://files.pythonhosted.org/packages/0b/62/5f7d3a6d394a7d0cf94abaa93e8224b7cdbc0677bdf2caabd20a62d4f5cb/grpcio_tools-1.73.0.tar.gz" + sha256 "69e2da77e7d52c7ea3e60047ba7d704d242b55c6c0ffb1a6147ace1b37ce881b" end def python3 From 0a71b8eb46945694727487cbd5d5712cb05e4de7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:12:17 +0000 Subject: [PATCH 08348/10074] snapcraft 8.9.5 snapcraft: update deps Signed-off-by: Rui Chen --- Formula/s/snapcraft.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Formula/s/snapcraft.rb b/Formula/s/snapcraft.rb index 73e05f097bd12..4808bd35de378 100644 --- a/Formula/s/snapcraft.rb +++ b/Formula/s/snapcraft.rb @@ -5,8 +5,8 @@ class Snapcraft < Formula homepage "https://snapcraft.io/" # Use git checkout so setuptools-scm and update-python-resources works url "https://github.com/canonical/snapcraft.git", - tag: "8.9.4", - revision: "b701455c788486936c1c59b47f1a72653dc59f9a" + tag: "8.9.5", + revision: "aee7fe47c935bf594a2b8f1712d7df3706b8b8a9" license "GPL-3.0-only" head "https://github.com/canonical/snapcraft.git", branch: "main" @@ -113,8 +113,8 @@ class Snapcraft < Formula end resource "craft-parts" do - url "https://files.pythonhosted.org/packages/f0/6f/e562ab023757609671fe1c1093a469b982bb86297aa610a6a49a6b3424f0/craft_parts-2.12.0.tar.gz" - sha256 "cd20fbb1d0b2b8476d162d939d26100c60d912d0a55b876b56464dee635226fb" + url "https://files.pythonhosted.org/packages/a9/25/53871293c3101864478812ffa35f72148c2597ceb116786dcf94c7451ce4/craft_parts-2.13.0.tar.gz" + sha256 "ed7e56f432f9b55003e196b54a679849d5c42169810e36e52e7a4518a0fe09e1" end resource "craft-platforms" do @@ -253,8 +253,8 @@ class Snapcraft < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" + sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" end resource "overrides" do @@ -288,8 +288,8 @@ class Snapcraft < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -428,8 +428,8 @@ class Snapcraft < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "validators" do From 089869adf5998509948f55e04e0e95161f24c24b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 15:42:38 -0400 Subject: [PATCH 08349/10074] vunnel 0.34.1 Signed-off-by: Rui Chen --- Formula/v/vunnel.rb | 66 ++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/Formula/v/vunnel.rb b/Formula/v/vunnel.rb index f85d970994c04..9d68eb6fd3bb7 100644 --- a/Formula/v/vunnel.rb +++ b/Formula/v/vunnel.rb @@ -3,8 +3,8 @@ class Vunnel < Formula desc "Tool for collecting vulnerability data from various sources" homepage "https://github.com/anchore/vunnel" - url "https://files.pythonhosted.org/packages/b1/32/b73fce2db11dcbbd14b55b07d9af417671ceed1672c34fa33a68ad673e42/vunnel-0.32.0.tar.gz" - sha256 "46c45ad8bcb3be55cc74b2c2c3ed5fd733b88ba5b4a40bb529c71a29fe707664" + url "https://files.pythonhosted.org/packages/f6/83/c65b3e981e20103d49b2b2d9404138d164066c3656657a90394f64ff8987/vunnel-0.34.1.tar.gz" + sha256 "cd6cedb3a039d794c25fdf61d686ae8bf669f0835b9b916b0da41704ad33ecf5" license "Apache-2.0" head "https://github.com/anchore/vunnel.git", branch: "main" @@ -27,13 +27,13 @@ class Vunnel < Formula uses_from_macos "libxslt" resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "click-default-group" do @@ -72,8 +72,8 @@ class Vunnel < Formula end resource "importlib-metadata" do - url "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz" - sha256 "310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580" + url "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz" + sha256 "d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000" end resource "iniconfig" do @@ -92,8 +92,8 @@ class Vunnel < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/80/61/d3dc048cd6c7be6fe45b80cedcbdd4326ba4d550375f266d9f4246d0f4bc/lxml-5.3.2.tar.gz" - sha256 "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "markupsafe" do @@ -102,8 +102,8 @@ class Vunnel < Formula end resource "mashumaro" do - url "https://files.pythonhosted.org/packages/f3/c1/7b687c8b993202e2eb49e559b25599d8e85f1b6d92ce676c8801226b8bdf/mashumaro-3.15.tar.gz" - sha256 "32a2a38a1e942a07f2cbf9c3061cb2a247714ee53e36a5958548b66bd116d0a9" + url "https://files.pythonhosted.org/packages/d7/92/4c1ac8d819fba3d6988876cadd922803818905a50d22d2027581366e8142/mashumaro-3.16.tar.gz" + sha256 "3844137cf053bbac30c4cbd0ee9984e839a5731a0ef96fd3dd9388359af3f2e1" end resource "mergedeep" do @@ -112,28 +112,33 @@ class Vunnel < Formula end resource "orjson" do - url "https://files.pythonhosted.org/packages/98/c7/03913cc4332174071950acf5b0735463e3f63760c80585ef369270c2b372/orjson-3.10.16.tar.gz" - sha256 "d2aaa5c495e11d17b9b93205f5fa196737ee3202f000aaebf028dc9a73750f10" + url "https://files.pythonhosted.org/packages/81/0b/fea456a3ffe74e70ba30e01ec183a9b26bec4d497f61dcfce1b601059c60/orjson-3.10.18.tar.gz" + sha256 "e8da3947d92123eda795b68228cafe2724815621fe35e8e320a9e9593a4bcd53" end resource "packageurl-python" do - url "https://files.pythonhosted.org/packages/68/7d/0bd319dc94c7956b4d864e87d3dc03739f125ce174671e3128edd566a63e/packageurl_python-0.16.0.tar.gz" - sha256 "69e3bf8a3932fe9c2400f56aaeb9f86911ecee2f9398dbe1b58ec34340be365d" + url "https://files.pythonhosted.org/packages/a9/b6/d28c4fa7535530879e7d64176f7ff081fb6308b50cac8e30f038a89e8fdd/packageurl_python-0.17.1.tar.gz" + sha256 "5db592a990b60bc02446033c50fb1803a26c5124cd72c5a2cd1b8ea1ae741969" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" + end + + resource "pygments" do + url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" + sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" end resource "pytest" do - url "https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40/pytest-8.3.5.tar.gz" - sha256 "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" + url "https://files.pythonhosted.org/packages/08/ba/45911d754e8eba3d5a841a5ce61a65a685ff1798421ac054f85aa8747dfb/pytest-8.4.1.tar.gz" + sha256 "7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c" end resource "pytest-snapshot" do @@ -152,8 +157,8 @@ class Vunnel < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "six" do @@ -177,8 +182,8 @@ class Vunnel < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "untokenize" do @@ -187,8 +192,8 @@ class Vunnel < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "xsdata" do @@ -202,8 +207,8 @@ class Vunnel < Formula end resource "zipp" do - url "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz" - sha256 "2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4" + url "https://files.pythonhosted.org/packages/e3/02/0f2892c661036d50ede074e376733dca2ae7c6eb617489437771209d4180/zipp-3.23.0.tar.gz" + sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" end resource "zstandard" do @@ -221,6 +226,7 @@ def install ENV.append_to_cflags "-Wno-implicit-function-declaration" if DevelopmentTools.clang_build_version >= 1403 # Fix python upper bound: https://github.com/anchore/vunnel/issues/809 + # upstream patch PR, https://github.com/anchore/vunnel/pull/823 inreplace "pyproject.toml", "<=3.13,>=3.11", ">=3.11" virtualenv_install_with_resources From 8eeef195927b74ca37d791b9d756216e7da8556e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:39:18 +0000 Subject: [PATCH 08350/10074] gomi: update 1.6.1 bottle. --- Formula/g/gomi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gomi.rb b/Formula/g/gomi.rb index 06df5effab6b7..92d388e343a8e 100644 --- a/Formula/g/gomi.rb +++ b/Formula/g/gomi.rb @@ -7,12 +7,12 @@ class Gomi < Formula head "https://github.com/babarot/gomi.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "59e166d3365b2f193c300d421760676d8837c2401470bb8e71982e94dc5086b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "59e166d3365b2f193c300d421760676d8837c2401470bb8e71982e94dc5086b0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "59e166d3365b2f193c300d421760676d8837c2401470bb8e71982e94dc5086b0" - sha256 cellar: :any_skip_relocation, sonoma: "0b3fbf987e5e742a2b755d5c630d7a8405f9c4e231d1d86da28a5e879fdf19cb" - sha256 cellar: :any_skip_relocation, ventura: "0b3fbf987e5e742a2b755d5c630d7a8405f9c4e231d1d86da28a5e879fdf19cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b70b33f949cd0384d6b53b469c340e642d7ce90317d130659026d7513be02df3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ebe115f655c00e6755d3e0eae1208fe80ba957b51a291574b109268dd8d6bcb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ebe115f655c00e6755d3e0eae1208fe80ba957b51a291574b109268dd8d6bcb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6ebe115f655c00e6755d3e0eae1208fe80ba957b51a291574b109268dd8d6bcb" + sha256 cellar: :any_skip_relocation, sonoma: "706809943057038c5131a01c1593c401cacab6dfc2b1da6f77ba73d6c1f73b46" + sha256 cellar: :any_skip_relocation, ventura: "706809943057038c5131a01c1593c401cacab6dfc2b1da6f77ba73d6c1f73b46" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1336b3d3bcb61d81006c1e8a491d3b83ca6b871d0323597a20187204160ad83b" end depends_on "go" => :build From c6a29e803963445a811f96488c9710e5b8bdfa86 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:44:24 +0000 Subject: [PATCH 08351/10074] kerl: update 4.4.0 bottle. --- Formula/k/kerl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/k/kerl.rb b/Formula/k/kerl.rb index 87e41ce96f6f1..b9e4718f4c404 100644 --- a/Formula/k/kerl.rb +++ b/Formula/k/kerl.rb @@ -7,7 +7,7 @@ class Kerl < Formula head "https://github.com/kerl/kerl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "d34f3efbff5f758fdb3677a1c7465fdfd781af94c4b0c87e5fedcc364241f644" + sha256 cellar: :any_skip_relocation, all: "9e44f6243554ba4b4ff9c6e84a77328a7fd893d842786f402d1a03dde413b3e9" end def install From cd37c2267fc442df413909abdbdbd5864ccb3477 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:45:04 +0000 Subject: [PATCH 08352/10074] immich-cli: update 2.2.70 bottle. --- Formula/i/immich-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/immich-cli.rb b/Formula/i/immich-cli.rb index a466a5569be20..06150b2284118 100644 --- a/Formula/i/immich-cli.rb +++ b/Formula/i/immich-cli.rb @@ -6,7 +6,7 @@ class ImmichCli < Formula license "AGPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, all: "1d98cbc9490ef5875946406ac9c182edcb2515a7788e997587db4285dfa90add" + sha256 cellar: :any_skip_relocation, all: "d7f5a2851f1df8662597cc3bb2a93369f40be4f8f4cbeea73266aac8fb5ad160" end depends_on "node" From e5b4789b86c4a3c083d3ecca205e71c6a4cfe9f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:49:12 +0000 Subject: [PATCH 08353/10074] httpie: bump python resources --- Formula/h/httpie.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/h/httpie.rb b/Formula/h/httpie.rb index a4cbe6ddc0775..3ad149305ca8b 100644 --- a/Formula/h/httpie.rb +++ b/Formula/h/httpie.rb @@ -6,7 +6,7 @@ class Httpie < Formula url "https://github.com/httpie/cli/archive/refs/tags/3.2.4.tar.gz" sha256 "b185cd8d81325f97c773582e50f1c5e047c2d8575b53d676469c9daf2a52f341" license "BSD-3-Clause" - revision 2 + revision 3 head "https://github.com/httpie/cli.git", branch: "master" bottle do @@ -48,8 +48,8 @@ class Httpie < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "pygments" do @@ -83,8 +83,8 @@ class Httpie < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 5b118562c49a960a358ff98f77a90696610daf63 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:49:59 +0000 Subject: [PATCH 08354/10074] awscli: update 2.27.39 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 67ddd41122c86..4b8d57f454185 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "378b48d29180c8cbbaee32060981a80cdec1dac2898475113777873198d07d11" - sha256 cellar: :any, arm64_sonoma: "239381bec66f1eadfd92c6be809f0fd3bf1424e154687f9fe490c53b2ef9a351" - sha256 cellar: :any, arm64_ventura: "f87a69945bb9d95ec53edc40693124ece8387c8610dfa1f3b8c48af76fc1cc3d" - sha256 cellar: :any, sonoma: "8663c7b86ebe15e0668f3b678fa2a545549eb7e8901b6d92160997cbbf27d273" - sha256 cellar: :any, ventura: "6763716e669ad950683f10ab40a6ba344067dc1c8918243b6d5c062d8df4cef3" - sha256 cellar: :any_skip_relocation, arm64_linux: "6173b7afe7556517f7f2965700f0fb98924ea9aa5f16e2b5ef3f11159612231b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "633c50c23c4dc65f02a22600a14388b0372d2f2a414f669a936f1d50de8e6fff" + sha256 cellar: :any, arm64_sequoia: "34c3bdf0996b8347640b31cf66e6cb2b863044476bf80b75912acf627c54a22e" + sha256 cellar: :any, arm64_sonoma: "9e03814d69038c3b2002ab2fe47af5ae3da671b28db921219d47e549bf0d8f35" + sha256 cellar: :any, arm64_ventura: "b801fca519e0945f7a6078d4411078d9249684289f0de166f4fe5e5a46df90c5" + sha256 cellar: :any, sonoma: "9724ffb15a9a9140db0bfd4157cbcd42efb70d499bd72730a09023948aaa5c87" + sha256 cellar: :any, ventura: "d01e916635ababf1af35ad4ed41ab565a2277171f4f583c24633bd7eeafe20b5" + sha256 cellar: :any_skip_relocation, arm64_linux: "613b0143e37ba0d33baa666c060f1b3ab728b50868f4e997f220b26608b8039a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4057aee0935e315ed4a898fc2689fc32fd1edb0fc7d763efee0612d300ed9ec9" end depends_on "cmake" => :build From 1353f52d7c357558fd889bba84e8fcbda259e8ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:50:08 +0000 Subject: [PATCH 08355/10074] huggingface-cli: bump python resources --- Formula/h/huggingface-cli.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index 209e673646ca0..c08a1edcc906c 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -6,6 +6,7 @@ class HuggingfaceCli < Formula url "https://files.pythonhosted.org/packages/91/8a/1362d565fefabaa4185cf3ae842a98dbc5b35146f5694f7080f043a6952f/huggingface_hub-0.33.0.tar.gz" sha256 "aa31f70d29439d00ff7a33837c03f1f9dd83971ce4e29ad664d63ffb17d3bb97" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "ef7af4927a9f1885cd426f87d8149bf880c6403e8662f8b34618849fae0e655d" @@ -45,8 +46,8 @@ class HuggingfaceCli < Formula end resource "hf-xet" do - url "https://files.pythonhosted.org/packages/75/dc/dc091aeeb671e71cbec30e84963f9c0202c17337b24b0a800e7d205543e8/hf_xet-1.1.3.tar.gz" - sha256 "a5f09b1dd24e6ff6bcedb4b0ddab2d81824098bb002cf8b4ffa780545fa348c3" + url "https://files.pythonhosted.org/packages/8d/11/b480bb7515db97d5b2b703927a59bbdd3f87e68d47dff5591aada467b4a9/hf_xet-1.1.4.tar.gz" + sha256 "875158df90cb13547752532ed73cad9dfaad3b29e203143838f67178418d08a4" end resource "idna" do @@ -95,8 +96,8 @@ class HuggingfaceCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 9dffe742de4661326dc88d2ed05df8936de10c26 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:50:24 +0000 Subject: [PATCH 08356/10074] instaloader: bump python resources --- Formula/i/instaloader.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/i/instaloader.rb b/Formula/i/instaloader.rb index 06ad7f2b9e7c5..9d34b6a2486c2 100644 --- a/Formula/i/instaloader.rb +++ b/Formula/i/instaloader.rb @@ -6,7 +6,7 @@ class Instaloader < Formula url "https://files.pythonhosted.org/packages/d8/67/2adb34f2fc306d5fe8610c946f4b1fc4fb517b10034ef60f61d7674556b1/instaloader-4.14.1.tar.gz" sha256 "a41a7372a18fb096b3ed545469479884de9cf768e12020c0e0e67c488d9d599c" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, all: "1aa46251742b2ae2484776816525af5bff44cf8d4a2ceb7bcda19d5cad116e9e" @@ -31,8 +31,8 @@ class Instaloader < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From d47c2df52aba9bb91ee3153c97a4de24066455df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:50:31 +0000 Subject: [PATCH 08357/10074] instalooter: bump python resources --- Formula/i/instalooter.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/i/instalooter.rb b/Formula/i/instalooter.rb index b7156e551e8b2..67057fd8e5220 100644 --- a/Formula/i/instalooter.rb +++ b/Formula/i/instalooter.rb @@ -6,7 +6,7 @@ class Instalooter < Formula url "https://files.pythonhosted.org/packages/30/13/907e6aaba6280e1001080ab47e750068ffc5fb7174203985b3c9d678e3f2/instalooter-2.4.4.tar.gz" sha256 "fb9b4a948702361a161cc42e58857e3a6c9dafd9e22568b07bc0d0b09c3c34a9" license "GPL-3.0-or-later" - revision 12 + revision 13 no_autobump! because: :requires_manual_review @@ -89,8 +89,8 @@ class Instalooter < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "verboselogs" do From 83f00b25491dece29e2f9c8a33517175134fd0b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:50:36 +0000 Subject: [PATCH 08358/10074] internetarchive: bump python resources --- Formula/i/internetarchive.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/i/internetarchive.rb b/Formula/i/internetarchive.rb index 9bea317462b6b..ddb43c4974890 100644 --- a/Formula/i/internetarchive.rb +++ b/Formula/i/internetarchive.rb @@ -6,7 +6,7 @@ class Internetarchive < Formula url "https://files.pythonhosted.org/packages/e9/69/b7e8aebae4be5f633491b90e620af92335723070313ea12ceaedfc0c3759/internetarchive-5.4.0.tar.gz" sha256 "869d6606210d333c7faca709196fad9bdcb925b614c134920ce8eb24b82ecffd" license "AGPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 cellar: :any_skip_relocation, all: "bae0d5d6b23d088f521738574c7e597e2578fcb0966e7528cb84218def47d0df" @@ -46,8 +46,8 @@ class Internetarchive < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 7237348a5649e416059c0ac374686278ccf917c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:50:41 +0000 Subject: [PATCH 08359/10074] iocextract: bump python resources --- Formula/i/iocextract.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/i/iocextract.rb b/Formula/i/iocextract.rb index 4a895010daee5..a58f4213d189c 100644 --- a/Formula/i/iocextract.rb +++ b/Formula/i/iocextract.rb @@ -6,7 +6,7 @@ class Iocextract < Formula url "https://files.pythonhosted.org/packages/ad/4b/19934df6cd6a0f6923aabae391a67b630fdd03c12c1226377c99a747a4f1/iocextract-1.16.1.tar.gz" sha256 "ec1389a76a5083f643652579610e8313d27ed5821fc57e7b046c23ddec181d44" license "GPL-2.0-only" - revision 7 + revision 8 head "https://github.com/InQuest/iocextract.git", branch: "master" no_autobump! because: :requires_manual_review @@ -45,8 +45,8 @@ class Iocextract < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 7fded1497a593ccb261913d6ae111ec48bf633c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:50:49 +0000 Subject: [PATCH 08360/10074] jenkins-job-builder: bump python resources --- Formula/j/jenkins-job-builder.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/j/jenkins-job-builder.rb b/Formula/j/jenkins-job-builder.rb index 46d7ceedea23a..784e8d3136407 100644 --- a/Formula/j/jenkins-job-builder.rb +++ b/Formula/j/jenkins-job-builder.rb @@ -6,7 +6,7 @@ class JenkinsJobBuilder < Formula url "https://files.pythonhosted.org/packages/0d/a9/0ae4ef563aae6bfe21f316f4915b05e4b2c0edbb63b17eac9ed9398630df/jenkins-job-builder-6.4.2.tar.gz" sha256 "1be0d545dea8dc6c13745367264a2d22276bc5ec496527600865d30382a72490" license "Apache-2.0" - revision 4 + revision 5 bottle do sha256 cellar: :any, arm64_sequoia: "3deba4ef05df4b1fe3feeba2f7f9da7331de564bfb6fba4eb8f67be0c932e70a" @@ -93,8 +93,8 @@ class JenkinsJobBuilder < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 03efc093914d74e993ed54914672a60b19ca7396 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:51:10 +0000 Subject: [PATCH 08361/10074] jupyterlab: bump python resources --- Formula/j/jupyterlab.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/j/jupyterlab.rb b/Formula/j/jupyterlab.rb index d86f83367dadd..b9716657d84ec 100644 --- a/Formula/j/jupyterlab.rb +++ b/Formula/j/jupyterlab.rb @@ -9,7 +9,7 @@ class Jupyterlab < Formula "BSD-3-Clause", "MIT", # semver.py ] - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "73ef3afa324330b81d0a43164608693b5cd1ca7c810c33fb68520c441e023132" @@ -401,8 +401,8 @@ class Jupyterlab < Formula end resource "pyzmq" do - url "https://files.pythonhosted.org/packages/b1/11/b9213d25230ac18a71b39b3723494e57adebe36e066397b961657b3b41c1/pyzmq-26.4.0.tar.gz" - sha256 "4bd13f85f80962f91a651a7356fe0472791a5f7a92f227822b5acf44795c626d" + url "https://files.pythonhosted.org/packages/f1/06/50a4e9648b3e8b992bef8eb632e457307553a89d294103213cfd47b3da69/pyzmq-27.0.0.tar.gz" + sha256 "b1f08eeb9ce1510e6939b6e5dcd46a17765e2333daae78ecf4606808442e52cf" end resource "referencing" do @@ -501,8 +501,8 @@ class Jupyterlab < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 768815501019707b02d07d9bdf952f9878d53cbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:51:12 +0000 Subject: [PATCH 08362/10074] flow-cli: update 2.2.18 bottle. --- Formula/f/flow-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flow-cli.rb b/Formula/f/flow-cli.rb index 0f3dc4a002921..ae340e819ea47 100644 --- a/Formula/f/flow-cli.rb +++ b/Formula/f/flow-cli.rb @@ -14,13 +14,13 @@ class FlowCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d972e2044ed900d8a072c036258076d9eea2b1c6699a9b93834e6c4bdc96ba9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d79b4841e8ca3b70021f5180346757e567995723011d275148826dfe825ef0e0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bcb02a8595b495873a636af8f3d245a0baecd1681087bcefa5112e8e732f5086" - sha256 cellar: :any_skip_relocation, sonoma: "5b5125bccddcc5fd06e9e34c305293028edcedcb96f948e94f490aaccc1c6ff1" - sha256 cellar: :any_skip_relocation, ventura: "fcfc76987971aaa1c4e519dfbb1f1c783a14083537d2f71141dea47e083cd88b" - sha256 cellar: :any_skip_relocation, arm64_linux: "be7259406c2d75104924fb3a9577a18b048a33c584f9d6fa1a172c0340a2b366" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1d3ded47c7d787b9745eec74ebb66cfca59c14370a7d6988b5ac40f5a1c4fea4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fd4b0791e305977b4df6d950f0de0cbc30e13f93ab4b984075eaa7d12558f9a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c992345355271f5da6e10fd5fa48e4f92fb0aeb12dbd5d6fc3c1229759cbfec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b2816b5ad6635bea8b5fc6b0f0d85c4c460a8d04b152c4163571f1ccebb0111b" + sha256 cellar: :any_skip_relocation, sonoma: "8ad852f979e0aadece0d4a90d65ac8477b9ef2120f3c10c2b2c9b78e7e6377f6" + sha256 cellar: :any_skip_relocation, ventura: "c5630af150a617cb544b04e1e29c98492aa7aeb62fbba779e0be69f913c7dad2" + sha256 cellar: :any_skip_relocation, arm64_linux: "e4bdd17745e7da5d84846a8efdb80d3b9ec46ac476c60eb4a2145cde80e597d1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d1f62732f6f52d84416d32cb975331b39565e7ab15bb16a3aa374b78839ec247" end depends_on "go" => :build From f3f56ab390ac4bf530f5839a80b577f14241889d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:51:20 +0000 Subject: [PATCH 08363/10074] kaskade: bump python resources --- Formula/k/kaskade.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/k/kaskade.rb b/Formula/k/kaskade.rb index f5a15b0df2da6..2302293adb0f5 100644 --- a/Formula/k/kaskade.rb +++ b/Formula/k/kaskade.rb @@ -6,7 +6,7 @@ class Kaskade < Formula url "https://files.pythonhosted.org/packages/b5/6a/4a51af28c5537eb45ab7199a3220e25385171767e86ffabfb908ced2635e/kaskade-4.0.5.tar.gz" sha256 "7eedc2040f8c32a1870dcd1018ac0e20e4feab3b9a45a8152764dcc11a6e860e" license "MIT" - revision 1 + revision 2 head "https://github.com/sauljabin/kaskade.git", branch: "main" bottle do @@ -46,8 +46,8 @@ class Kaskade < Formula end resource "cachetools" do - url "https://files.pythonhosted.org/packages/c0/b0/f539a1ddff36644c28a61490056e5bae43bd7386d9f9c69beae2d7e7d6d1/cachetools-6.0.0.tar.gz" - sha256 "f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf" + url "https://files.pythonhosted.org/packages/8a/89/817ad5d0411f136c484d535952aef74af9b25e0d99e90cdffbe121e6d628/cachetools-6.1.0.tar.gz" + sha256 "b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587" end resource "charset-normalizer" do @@ -66,8 +66,8 @@ class Kaskade < Formula end resource "confluent-kafka" do - url "https://files.pythonhosted.org/packages/a0/c5/22087627478d2cc97b864dd1774c1e2d4007acc22b8f78aec5a7a41f6436/confluent_kafka-2.10.0.tar.gz" - sha256 "30a346908f3ad49c4bc1cb5557e7a8ce484190f8633aa18f9b87b2620809ac13" + url "https://files.pythonhosted.org/packages/97/0e/8a2e69d0d7fd4f00488856fc6ffa2b525233fba559885daf9c808514ba11/confluent_kafka-2.10.1.tar.gz" + sha256 "536c76f6c39a93c367a70016781cf7e73808300228b8e33b444c846fdef801e4" end resource "fastavro" do @@ -176,8 +176,8 @@ class Kaskade < Formula end resource "textual" do - url "https://files.pythonhosted.org/packages/6d/96/02751746cf6950e9e8968186cb42eed1e52d91e2c80cc52bb19589e25900/textual-3.3.0.tar.gz" - sha256 "aa162b92dde93c5231e3689cdf26b141e86a77ac0a5ba96069bc9547e44119ae" + url "https://files.pythonhosted.org/packages/1b/cf/b4a02ae702ccb3ba0e5de0aaf3197f95585f480ce9f6ed0a5936f6eb2609/textual-3.4.0.tar.gz" + sha256 "f697c3b9371bbc30c11453a094d700e95cf7c2115f68bad35f0249de67996c99" end resource "typing-extensions" do @@ -191,8 +191,8 @@ class Kaskade < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From cd35823ecd009858e600baa2d795bc9969ff4353 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:51:38 +0000 Subject: [PATCH 08364/10074] keeper-commander: bump python resources --- Formula/k/keeper-commander.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index 8431af055f51f..fc81e23c81bfd 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -6,7 +6,7 @@ class KeeperCommander < Formula url "https://files.pythonhosted.org/packages/d6/56/5911f0e6eeee11d2e72ee7ab3130513e8ad60e480eb4e108a50922c2fbf8/keepercommander-17.1.1.tar.gz" sha256 "03abf94fb594ff6eec63a1ac9076c8a7e839723e13b0ade9afabcfc123270969" license "MIT" - revision 1 + revision 2 head "https://github.com/Keeper-Security/Commander.git", branch: "master" bottle do @@ -128,8 +128,8 @@ class KeeperCommander < Formula end resource "fonttools" do - url "https://files.pythonhosted.org/packages/b6/a9/3319c6ae07fd9dde51064ddc6d82a2b707efad8ed407d700a01091121bbc/fonttools-4.58.2.tar.gz" - sha256 "4b491ddbfd50b856e84b0648b5f7941af918f6d32f938f18e62b58426a8d50e2" + url "https://files.pythonhosted.org/packages/2e/5a/1124b2c8cb3a8015faf552e92714040bcdbc145dfa29928891b02d147a18/fonttools-4.58.4.tar.gz" + sha256 "928a8009b9884ed3aae17724b960987575155ca23c6f0b8146e400cc9e0d44ba" end resource "fpdf2" do @@ -173,8 +173,8 @@ class KeeperCommander < Formula end resource "limits" do - url "https://files.pythonhosted.org/packages/f3/93/1d0d9feedbf58220be4160f5f3fbe51f52449d0699f896b32ce731756e30/limits-5.2.0.tar.gz" - sha256 "b6b659774f17befef2dd30a76dcd2bdecf3852e73b6627143d44ab4deda94b48" + url "https://files.pythonhosted.org/packages/79/32/95d4908a730213a5db40462b0e20c1b93a688b33eade8c4981bbf0ca08de/limits-5.4.0.tar.gz" + sha256 "27ebf55118e3c9045f0dbc476f4559b26d42f4b043db670afb8963f36cf07fd9" end resource "markdown-it-py" do @@ -228,8 +228,8 @@ class KeeperCommander < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -308,8 +308,8 @@ class KeeperCommander < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 56de6c8e3598305d6b43bfa804d08d910dcf2ccd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:51:43 +0000 Subject: [PATCH 08365/10074] re-flex: update 6.0.0 bottle. --- Formula/r/re-flex.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/re-flex.rb b/Formula/r/re-flex.rb index ed87a17323c5e..49ca7cdea598d 100644 --- a/Formula/r/re-flex.rb +++ b/Formula/r/re-flex.rb @@ -6,13 +6,13 @@ class ReFlex < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5392f526e1af262b2dba7bb256d9c28b91eba0be64312f5c3e7e2d142adeeeab" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30a294a8558a94aab49f015c0fc938706e9ff22ca0b152ce5159558be0aeeeba" - sha256 cellar: :any_skip_relocation, arm64_ventura: "096ddf1973454385f5a32f0f40b5c3bfa8cb271424f9e5d5728e950528a0d651" - sha256 cellar: :any_skip_relocation, sonoma: "5ae7249954011836464044831c3ba61a3d33c4c2314693cf6b23cd0fc2b4b5d9" - sha256 cellar: :any_skip_relocation, ventura: "f5e8b15e768952f1772348ed57eb5cfeeadc27ff091f3e8edbdbfa0e7e6c2a92" - sha256 cellar: :any_skip_relocation, arm64_linux: "3f1911702d41fda102d0277be10ee048e2fc910228398906f14bd434f0b640f6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d8be16a41e24b9e23524278f86ed366452ddf45e09de53933b2cb6a262ae4525" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd73a376e5f349bc84f937515f67e019575c7faff08d44d83d9f1025640344fc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c735181cd7b4c1e01cd69ecbbf7726fec1fa0810f954b0dadc736a375e0e6806" + sha256 cellar: :any_skip_relocation, arm64_ventura: "42ed5e3f6a0687fcc791620a482173ff7851c47f5b8f7e322aa4a3232c89f0bb" + sha256 cellar: :any_skip_relocation, sonoma: "3f7f277cb2b2e7a9c39d803d22e0adc07c2b917abac74ef3ceb4f86980373440" + sha256 cellar: :any_skip_relocation, ventura: "e8012a5ccafe1183da6036ea631c56de478bb2f49b07b7e91b16afb21e638838" + sha256 cellar: :any_skip_relocation, arm64_linux: "439ee2accbe09eb7469cdaed53a10605c0c78dfa77804ad03a84af9e4066010e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1149cb16ee52afef10cc2c5ef4397480d0dab377381a1d9ebc1399cb4c7d872f" end depends_on "pcre2" From 9eda0a087d993fe5638cab554df18275b5ace9b4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:51:57 +0000 Subject: [PATCH 08366/10074] lexicon: bump python resources --- Formula/l/lexicon.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/l/lexicon.rb b/Formula/l/lexicon.rb index 5031a3d58e084..c9c295e9d0552 100644 --- a/Formula/l/lexicon.rb +++ b/Formula/l/lexicon.rb @@ -6,7 +6,7 @@ class Lexicon < Formula url "https://files.pythonhosted.org/packages/60/58/055f9552cafeeac094a5e0334fe0eaf4cbf8e1485cc545a26c079ca632f1/dns_lexicon-3.21.1.tar.gz" sha256 "7cd19f692b384fe5eaa47cce334d24c78ae2eba1d2fb24d2b8a05e04fe294497" license "MIT" - revision 1 + revision 2 head "https://github.com/AnalogJ/lexicon.git", branch: "master" bottle do @@ -38,13 +38,13 @@ class Lexicon < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/cb/2f/4547f4b3cc7b63ec1266edaf923a675f3eae2057299aba8ecfe46f013c1a/boto3-1.38.34.tar.gz" - sha256 "25e76b9fec8db8e21adaf84df0de5c58fa779be121bc327e07e920c7c0870394" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/08/27/34dfe90dd51d16473985198e056b82d74afd355dc47daa10af2a4f117072/botocore-1.38.34.tar.gz" - sha256 "a105f4d941f329aa72c43ddf42371ec4bee50ab3619fc1ef35d0005520219612" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "charset-normalizer" do @@ -108,8 +108,8 @@ class Lexicon < Formula end resource "oci" do - url "https://files.pythonhosted.org/packages/66/a6/6e9b94efabf8effc2060ee2e8f1b2f106f9c930052f7ab01fdb188177fad/oci-2.154.1.tar.gz" - sha256 "44b034ca7c08e3809d9a4244b075af9fdd1d45cf8f05cee57722b59a15d3a04f" + url "https://files.pythonhosted.org/packages/bf/be/d429f4fbd481670deb6613d4702eb135eca903a0001478e4dc6b78c9d904/oci-2.154.2.tar.gz" + sha256 "4927255e3a573e56ad10a904d498fc8de306eee379157ecf7dcfef1cd53713b1" end resource "platformdirs" do @@ -198,8 +198,8 @@ class Lexicon < Formula end resource "tencentcloud-sdk-python" do - url "https://files.pythonhosted.org/packages/36/0c/a0748798768fa72dd6988528fd1516f0bcb141ec7a66ca9ae563355b401a/tencentcloud-sdk-python-3.0.1398.tar.gz" - sha256 "e8db9ce7299b0da136adac5db1b17d5297be998538b39ece4f3ecc5cab9ed9f4" + url "https://files.pythonhosted.org/packages/3f/d0/ad12b31d45a231b9c677054993e96dba8b56b51953d547a3364911f2ed63/tencentcloud-sdk-python-3.0.1406.tar.gz" + sha256 "32db061f62b067e3b01b11b6b611794d45072a17c0dfdd850932944e5a0d12ba" end resource "tldextract" do @@ -213,8 +213,8 @@ class Lexicon < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 370b3d335bb45d6d74cc4283458e4136d8a9de22 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:52:04 +0000 Subject: [PATCH 08367/10074] linode-cli: bump python resources --- Formula/l/linode-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/l/linode-cli.rb b/Formula/l/linode-cli.rb index 3fbf819df2f8d..dc586449c54c3 100644 --- a/Formula/l/linode-cli.rb +++ b/Formula/l/linode-cli.rb @@ -6,7 +6,7 @@ class LinodeCli < Formula url "https://files.pythonhosted.org/packages/77/37/d83ddb34bebeb42a2586b281a6bbb3c63e18d82a6521564ff10d5c686c08/linode_cli-5.59.0.tar.gz" sha256 "82749f54390d215947d0396b147c3f1131cc172cfad81bc86487b7f5bc56607d" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/linode/linode-cli.git", branch: "main" bottle do @@ -104,8 +104,8 @@ class LinodeCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From f64a55a56d21e2d9591cf9b548ac252802ef6e78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:52:20 +0000 Subject: [PATCH 08368/10074] localstack: bump python resources --- Formula/l/localstack.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/l/localstack.rb b/Formula/l/localstack.rb index b6d9581b3e44c..cd887e7f8ba0e 100644 --- a/Formula/l/localstack.rb +++ b/Formula/l/localstack.rb @@ -6,7 +6,7 @@ class Localstack < Formula url "https://files.pythonhosted.org/packages/11/7a/6030f1bfebf4cbef70d01fec2b76653a363da10d5ae30ee60487fa81e040/localstack-4.5.0.tar.gz" sha256 "f8ebf3a9af1826c595cfe4196c6d52792152db374e437e1a574ac52aedc53a18" license "Apache-2.0" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "a690ce426b00e0eb39eac29f3fe1697bb5c85cc6dea8f650e8aab048e536a953" @@ -29,8 +29,8 @@ class Localstack < Formula end resource "cachetools" do - url "https://files.pythonhosted.org/packages/c0/b0/f539a1ddff36644c28a61490056e5bae43bd7386d9f9c69beae2d7e7d6d1/cachetools-6.0.0.tar.gz" - sha256 "f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf" + url "https://files.pythonhosted.org/packages/8a/89/817ad5d0411f136c484d535952aef74af9b25e0d99e90cdffbe121e6d628/cachetools-6.1.0.tar.gz" + sha256 "b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587" end resource "charset-normalizer" do @@ -164,8 +164,8 @@ class Localstack < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 00b8ff37969160c55995f2d48de49a08516d8a89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:52:31 +0000 Subject: [PATCH 08369/10074] locust: bump python resources --- Formula/l/locust.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index cd826d24a4d1f..51cbd31313ecb 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -6,7 +6,7 @@ class Locust < Formula url "https://files.pythonhosted.org/packages/84/f2/c3f3d328ae75c9dfdab6c895cdb49844bbd3f930375e349104d15d62165d/locust-2.37.10.tar.gz" sha256 "4ae1df1f5155cc7df5aa3eee333c1fa87c1a3ac4815a47f7e62d8cdeadc1fd45" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "a5eb4811b52cd83eacb1fce89552fe56c48df768dd464d36a728e89432628ee6" @@ -75,8 +75,8 @@ class Locust < Formula end resource "geventhttpclient" do - url "https://files.pythonhosted.org/packages/29/26/018524ea81b2021dc2fe60e1a9c3f5eb347e09a5364cdcb7b92d7e7d3c28/geventhttpclient-2.3.3.tar.gz" - sha256 "3e74c1570d01dd09cabdfe2667fbf072520ec9bb3a31a0fd1eae3d0f43847f9b" + url "https://files.pythonhosted.org/packages/89/19/1ca8de73dcc0596d3df01be299e940d7fc3bccbeb6f62bb8dd2d427a3a50/geventhttpclient-2.3.4.tar.gz" + sha256 "1749f75810435a001fc6d4d7526c92cf02b39b30ab6217a886102f941c874222" end resource "greenlet" do @@ -105,8 +105,8 @@ class Locust < Formula end resource "locust-cloud" do - url "https://files.pythonhosted.org/packages/bd/7c/d9cbbd051490aeedfbd6ddda8ad48f77dd848ee490f6ebd166d20db5911e/locust_cloud-1.23.1.tar.gz" - sha256 "a09161752b8c9a9205e97cef5223ee3ad967bc2d91c52d61952aaa3da6802a55" + url "https://files.pythonhosted.org/packages/a0/ce/60fa27ebf214c3ddf159634006a607ef73a44e3657a32ca2630738e7c2ba/locust_cloud-1.23.2.tar.gz" + sha256 "614051174a96672fdba3a77ba2c4bcb537fe28ad32bf4bfdb715429aabe395be" end resource "markupsafe" do @@ -115,8 +115,8 @@ class Locust < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "platformdirs" do @@ -140,8 +140,8 @@ class Locust < Formula end resource "pyzmq" do - url "https://files.pythonhosted.org/packages/b1/11/b9213d25230ac18a71b39b3723494e57adebe36e066397b961657b3b41c1/pyzmq-26.4.0.tar.gz" - sha256 "4bd13f85f80962f91a651a7356fe0472791a5f7a92f227822b5acf44795c626d" + url "https://files.pythonhosted.org/packages/f1/06/50a4e9648b3e8b992bef8eb632e457307553a89d294103213cfd47b3da69/pyzmq-27.0.0.tar.gz" + sha256 "b1f08eeb9ce1510e6939b6e5dcd46a17765e2333daae78ecf4606808442e52cf" end resource "requests" do @@ -160,8 +160,8 @@ class Locust < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "websocket-client" do From d67232fef7362dff9d3fef4dc697be2b61b6fba5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:52:40 +0000 Subject: [PATCH 08370/10074] mcpm: bump python resources --- Formula/m/mcpm.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 60c62e0d0bc41..a30238c970f27 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -6,6 +6,7 @@ class Mcpm < Formula url "https://files.pythonhosted.org/packages/72/a7/c2b9f9e65e7d0a6b51d70e0903c7c2d055fce5f6661064d6d359e4441d3c/mcpm-1.13.5.tar.gz" sha256 "1528af5e209af23dd44c4e6b1e0dc2394ce98a9f54b514086864db7ce2278bdf" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "f26faf127b17d59b9f0add0ddb6ee6e0056594aec8324897b4649ee7c2613a30" @@ -51,8 +52,8 @@ class Mcpm < Formula end resource "duckdb" do - url "https://files.pythonhosted.org/packages/3e/82/680b108da1870e48d98464ddcf03820f983421b5bbd8dd8beff98d583db7/duckdb-1.3.0.tar.gz" - sha256 "09aaa4b1dca24f4d1f231e7ae66b6413e317b7e04e2753541d42df6c8113fac7" + url "https://files.pythonhosted.org/packages/35/ab/d89a4dd14311d5a0081711bc66db3fad73f7645fa7eb3844c423d2fa0a17/duckdb-1.3.1.tar.gz" + sha256 "8e101990a879533b1d33f003df2eb2a3c4bc7bdf976bd7ef7c32342047935327" end resource "h11" do @@ -181,8 +182,8 @@ class Mcpm < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "uvicorn" do From d171d74ff7a76b7339d367ccd9d3f55944eb2b20 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:52:53 +0000 Subject: [PATCH 08371/10074] meta-package-manager: bump python resources --- Formula/m/meta-package-manager.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/m/meta-package-manager.rb b/Formula/m/meta-package-manager.rb index 2f175ff896d10..ee693832627a9 100644 --- a/Formula/m/meta-package-manager.rb +++ b/Formula/m/meta-package-manager.rb @@ -7,7 +7,7 @@ class MetaPackageManager < Formula url "https://files.pythonhosted.org/packages/5b/49/d4e663f67c2376f4e26864fa10ec78a6047f765d580daa6a510766ef2d2b/meta_package_manager-5.21.0.tar.gz" sha256 "9d438f4cf34b2bebbd46525759f6d5305d98e9ff02975be4e1b18befc4fffffa" license "GPL-2.0-or-later" - revision 1 + revision 2 head "https://github.com/kdeldycke/meta-package-manager.git", branch: "main" bottle do @@ -189,8 +189,8 @@ class MetaPackageManager < Formula end resource "pytest" do - url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" - sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" + url "https://files.pythonhosted.org/packages/08/ba/45911d754e8eba3d5a841a5ce61a65a685ff1798421ac054f85aa8747dfb/pytest-8.4.1.tar.gz" + sha256 "7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c" end resource "python-dateutil" do @@ -279,8 +279,8 @@ class MetaPackageManager < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcmatch" do From 9bb29b3475611e6d42a4a4711d0864d11f843a5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:53:02 +0000 Subject: [PATCH 08372/10074] mkdocs-material: bump python resources --- Formula/m/mkdocs-material.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mkdocs-material.rb b/Formula/m/mkdocs-material.rb index 28691eca49a4d..91bade7eb6d4b 100644 --- a/Formula/m/mkdocs-material.rb +++ b/Formula/m/mkdocs-material.rb @@ -5,7 +5,7 @@ class MkdocsMaterial < Formula url "https://files.pythonhosted.org/packages/b3/fa/0101de32af88f87cf5cc23ad5f2e2030d00995f74e616306513431b8ab4b/mkdocs_material-9.6.14.tar.gz" sha256 "39d795e90dce6b531387c255bd07e866e027828b7346d3eba5ac3de265053754" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "409a085d93b42f0e9edd54d089f36b4fb94b03a36f0198994081583eba6467b0" @@ -33,8 +33,8 @@ class MkdocsMaterial < Formula end resource "certifi" do - url "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz" - sha256 "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" + url "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz" + sha256 "d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b" end resource "charset-normalizer" do @@ -68,8 +68,8 @@ class MkdocsMaterial < Formula end resource "markdown" do - url "https://files.pythonhosted.org/packages/2f/15/222b423b0b88689c266d9eac4e61396fe2cc53464459d6a37618ac863b24/markdown-3.8.tar.gz" - sha256 "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" + url "https://files.pythonhosted.org/packages/d7/c2/4ab49206c17f75cb08d6311171f2d65798988db4360c4d1485bd0eedd67c/markdown-3.8.2.tar.gz" + sha256 "247b9a70dd12e27f67431ce62523e675b866d254f900c4fe75ce3dda62237c45" end resource "markupsafe" do @@ -153,8 +153,8 @@ class MkdocsMaterial < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "watchdog" do From ac2274e4e78e2407a19183c64d5bd05b872f81c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:53:08 +0000 Subject: [PATCH 08373/10074] mongo-orchestration: bump python resources --- Formula/m/mongo-orchestration.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongo-orchestration.rb b/Formula/m/mongo-orchestration.rb index ab3957d7fd91e..3c38545e31bb5 100644 --- a/Formula/m/mongo-orchestration.rb +++ b/Formula/m/mongo-orchestration.rb @@ -6,7 +6,7 @@ class MongoOrchestration < Formula url "https://files.pythonhosted.org/packages/73/8f/f087958ff2ce6b0f06d5be16717e48d2009d598e4ae26270437b473a211a/mongo_orchestration-0.11.0.tar.gz" sha256 "6f53db5cb6bc1ab4a8f282f2638e1c2d35b7fdcb15f6c8e034acf5d0676e3df5" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/10gen/mongo-orchestration.git", branch: "master" bottle do @@ -23,8 +23,8 @@ class MongoOrchestration < Formula depends_on "python@3.13" resource "bottle" do - url "https://files.pythonhosted.org/packages/f5/3b/efa9540213c71be3500e14592c5823bd3f9ddd881d306e01b5dd490ddab5/bottle-0.13.3.tar.gz" - sha256 "1c23aeb30aa8a13f39c60c0da494530ddd5de3da235bc431b818a50d999de49f" + url "https://files.pythonhosted.org/packages/7a/71/cca6167c06d00c81375fd668719df245864076d284f7cb46a694cbeb5454/bottle-0.13.4.tar.gz" + sha256 "787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47" end resource "charset-normalizer" do @@ -58,8 +58,8 @@ class MongoOrchestration < Formula end resource "pymongo" do - url "https://files.pythonhosted.org/packages/74/0c/1fb60383ab4b20566407b87f1a95b7f5cda83e8d5594da6fc84e2a543405/pymongo-4.13.0.tar.gz" - sha256 "92a06e3709e3c7e50820d352d3d4e60015406bcba69808937dac2a6d22226fde" + url "https://files.pythonhosted.org/packages/4b/5a/d664298bf54762f0c89b8aa2c276868070e06afb853b4a8837de5741e5f9/pymongo-4.13.2.tar.gz" + sha256 "0f64c6469c2362962e6ce97258ae1391abba1566a953a492562d2924b44815c2" end resource "requests" do @@ -68,8 +68,8 @@ class MongoOrchestration < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 5098f11fda2e7b2db42a8759be774c15f9316006 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:53:21 +0000 Subject: [PATCH 08374/10074] moodle-dl: bump python resources --- Formula/m/moodle-dl.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/m/moodle-dl.rb b/Formula/m/moodle-dl.rb index 6dab2debb49eb..bcc85dd565632 100644 --- a/Formula/m/moodle-dl.rb +++ b/Formula/m/moodle-dl.rb @@ -6,6 +6,7 @@ class MoodleDl < Formula url "https://files.pythonhosted.org/packages/0b/44/9c283a04b0ede0bcaa2f3595b523cb115c662fe349f215631484035126d1/moodle_dl-2.3.13.tar.gz" sha256 "7a6d813b3241497fb79a34a428aa266b2d2d3c175e05d46752e0a8040adaddce" license "GPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "4edaba781d9d735a2716e1eb87a7453754556d33293d0dd002840dedaac4f1c9" @@ -127,8 +128,8 @@ class MoodleDl < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "xmpppy" do From e0ba6d42c66641d527a8235db4ac29c24545bc6b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:53:41 +0000 Subject: [PATCH 08375/10074] moto: bump python resources --- Formula/m/moto.rb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Formula/m/moto.rb b/Formula/m/moto.rb index ee952ae65c740..fa822b90fbbb5 100644 --- a/Formula/m/moto.rb +++ b/Formula/m/moto.rb @@ -6,6 +6,7 @@ class Moto < Formula url "https://files.pythonhosted.org/packages/39/c0/eb2c997ffb22af6878a5d369284ad0bf2356d6b22686b5350f749d7a7db7/moto-5.1.6.tar.gz" sha256 "baf7afa9d4a92f07277b29cf466d0738f25db2ed2ee12afcb1dc3f2c540beebd" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "ec6d1bb819eb3756b96d73d29c7bdbcb93b646207d2451ba9767d06ca3979e80" @@ -39,8 +40,8 @@ class Moto < Formula end resource "aws-sam-translator" do - url "https://files.pythonhosted.org/packages/a2/f8/100c32414efc036d6aba7b2591773e9c86f999ab0030850d26e672ed513d/aws_sam_translator-1.98.0.tar.gz" - sha256 "fe9fdf51b593aca4cde29f555e272b00d90662315c8078e9f5f3448dd962c66b" + url "https://files.pythonhosted.org/packages/ef/78/ac6761ff3f37a1e989ddb62c9a58c4d289ad2ca2bdb3bed1319f4ae49e16/aws_sam_translator-1.99.0.tar.gz" + sha256 "be326054a7ee2f535fcd914db85e5d50bdf4054313c14888af69b6de3187cdf8" end resource "aws-xray-sdk" do @@ -54,13 +55,13 @@ class Moto < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/c4/22/df130d30dcc73b726c3d254ed855806853b86b987052517337587085b6db/boto3-1.38.36.tar.gz" - sha256 "efe0aaa060f8fedd76e5c942055f051aee0432fc722d79d8830a9fd9db83593e" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/2e/15/d218917f2d568f6fa92ad3831b31ecc4ee514d775a142385aa87c672bc08/botocore-1.38.36.tar.gz" - sha256 "4a1ced1a4218bdff0ed5b46abb54570d473154ddefafa5d121a8d96e4b76ebc1" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "cfn-lint" do @@ -289,8 +290,8 @@ class Moto < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "werkzeug" do From a1c7cc983780dade8ea104cc0f905a09ec9e0cd5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:54:05 +0000 Subject: [PATCH 08376/10074] nbdime: bump python resources --- Formula/n/nbdime.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/n/nbdime.rb b/Formula/n/nbdime.rb index 17dfc2b19135f..ea5321a5bba8f 100644 --- a/Formula/n/nbdime.rb +++ b/Formula/n/nbdime.rb @@ -6,7 +6,7 @@ class Nbdime < Formula url "https://files.pythonhosted.org/packages/a6/f1/4be57ecea4d55d322f05a0f89e0b73d7a8d90a16dbf01168eab3e7bf5939/nbdime-4.0.2.tar.gz" sha256 "d8279f8f4b236c0b253b20d60c4831bb67843ed8dbd6e09f234eb011d36f1bf2" license "BSD-3-Clause" - revision 2 + revision 3 bottle do sha256 cellar: :any_skip_relocation, all: "9023f85b8abe4f3c6822ad39e9f83aee318711c9c99fef3a6ad802701aac5011" @@ -52,8 +52,8 @@ class Nbdime < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 78e5777ce145f689c8980e8431a4cac3b663f939 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:54:12 +0000 Subject: [PATCH 08377/10074] notifiers: bump python resources --- Formula/n/notifiers.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/n/notifiers.rb b/Formula/n/notifiers.rb index 07dbf8abd85d0..dd22e07c56162 100644 --- a/Formula/n/notifiers.rb +++ b/Formula/n/notifiers.rb @@ -6,7 +6,7 @@ class Notifiers < Formula url "https://files.pythonhosted.org/packages/f2/da/a8c87ce1f82ed0a3940ff80cf74c2e565ffdf1e35aa1e981856f8dd8dc4a/notifiers-1.3.6.tar.gz" sha256 "070d69dc34892b0675bdbca8529fb13d542f0c84052c6fef48fe2ab1d98d661f" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "1b116d74939f28c243a2e3743afc11625f469cff5ef3415ba37ef97af043844e" @@ -73,8 +73,8 @@ class Notifiers < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "zipp" do From ad1c3c88453dc472bda412cc62c08d5fbeaece9a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:54:21 +0000 Subject: [PATCH 08378/10074] okta-awscli: bump python resources --- Formula/o/okta-awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/okta-awscli.rb b/Formula/o/okta-awscli.rb index 009973db85c12..5810862907cf2 100644 --- a/Formula/o/okta-awscli.rb +++ b/Formula/o/okta-awscli.rb @@ -6,7 +6,7 @@ class OktaAwscli < Formula url "https://files.pythonhosted.org/packages/ed/2c/153d8ba330660d756fe6373fb4d1c13b99e63675570042de45aedf300bb7/okta-awscli-0.5.5.tar.gz" sha256 "a8b1277914b992fc24e934edaf1947291723ce386f2191a8952e7c008f2e77fa" license "Apache-2.0" - revision 4 + revision 5 bottle do sha256 cellar: :any_skip_relocation, all: "5fdbf1d0d36d91b4276cbd3953da14306952ac001ab6894ba7577d7a1241018f" @@ -21,13 +21,13 @@ class OktaAwscli < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/cb/2f/4547f4b3cc7b63ec1266edaf923a675f3eae2057299aba8ecfe46f013c1a/boto3-1.38.34.tar.gz" - sha256 "25e76b9fec8db8e21adaf84df0de5c58fa779be121bc327e07e920c7c0870394" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/08/27/34dfe90dd51d16473985198e056b82d74afd355dc47daa10af2a4f117072/botocore-1.38.34.tar.gz" - sha256 "a105f4d941f329aa72c43ddf42371ec4bee50ab3619fc1ef35d0005520219612" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "charset-normalizer" do @@ -86,8 +86,8 @@ class OktaAwscli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "validators" do From 3d0721bab942f61530112064dd31bd48fb5d0932 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:54:31 +0000 Subject: [PATCH 08379/10074] onionprobe: bump python resources --- Formula/o/onionprobe.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/o/onionprobe.rb b/Formula/o/onionprobe.rb index b94fbe8d2d250..d1a065b2c0ca7 100644 --- a/Formula/o/onionprobe.rb +++ b/Formula/o/onionprobe.rb @@ -6,7 +6,7 @@ class Onionprobe < Formula url "https://files.pythonhosted.org/packages/17/7c/e016a43640336dd392cd7abcac375341b499f95cf6ebc92ce5eda5e4845f/onionprobe-1.3.0.tar.gz" sha256 "3024e0c737e38f4b9dce265d9e2bd7ef03879c46b2cd40c336a5161eb0affbd7" license "GPL-3.0-or-later" - revision 1 + revision 2 head "https://gitlab.torproject.org/tpo/onion-services/onionprobe.git", branch: "main" bottle do @@ -61,8 +61,8 @@ class Onionprobe < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 5f4f63f86a16dc097276ab5cf6f11482ba089e36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:55:23 +0000 Subject: [PATCH 08380/10074] osc-cli: bump python resources --- Formula/o/osc-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/o/osc-cli.rb b/Formula/o/osc-cli.rb index 1991e195f62e8..2b84b338d28b4 100644 --- a/Formula/o/osc-cli.rb +++ b/Formula/o/osc-cli.rb @@ -6,7 +6,7 @@ class OscCli < Formula url "https://files.pythonhosted.org/packages/02/cd/f1b796f5e7a301f6a3c0b910be07188cbfd329d2758e036d24ef26b4ee96/osc-sdk-1.11.0.tar.gz" sha256 "d3b71b326b0698da1b9a503cd511a992fe578375fd01b30bdec0d63d8328af66" license "BSD-3-Clause" - revision 8 + revision 9 no_autobump! because: :requires_manual_review @@ -64,8 +64,8 @@ class OscCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "xmltodict" do From 0b9c06f2489b82ac623aa206e8b1bc7fafeeb2ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:55:28 +0000 Subject: [PATCH 08381/10074] osc: bump python resources --- Formula/o/osc.rb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Formula/o/osc.rb b/Formula/o/osc.rb index cb59fc27af6e6..fda0086620fae 100644 --- a/Formula/o/osc.rb +++ b/Formula/o/osc.rb @@ -6,6 +6,7 @@ class Osc < Formula url "https://github.com/openSUSE/osc/archive/refs/tags/1.16.0.tar.gz" sha256 "42c7d41bbb6e365a65efcb557eee7cded0bb2abeaa30c94877ebc5bc784c1076" license "GPL-2.0-or-later" + revision 1 head "https://github.com/openSUSE/osc.git", branch: "master" livecheck do @@ -35,13 +36,18 @@ class Osc < Formula end resource "ruamel-yaml" do - url "https://files.pythonhosted.org/packages/ea/46/f44d8be06b85bc7c4d8c95d658be2b68f27711f279bf9dd0612a5e4794f5/ruamel.yaml-0.18.10.tar.gz" - sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58" + url "https://files.pythonhosted.org/packages/39/87/6da0df742a4684263261c253f00edd5829e6aca970fff69e75028cccc547/ruamel.yaml-0.18.14.tar.gz" + sha256 "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" + end + + resource "ruamel-yaml-clib" do + url "https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz" + sha256 "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 668cf55bea262f1f892828780a5e69841b3d64c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:55:35 +0000 Subject: [PATCH 08382/10074] parliament: bump python resources --- Formula/p/parliament.rb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Formula/p/parliament.rb b/Formula/p/parliament.rb index e52f20049fc9b..4a2e2e5476939 100644 --- a/Formula/p/parliament.rb +++ b/Formula/p/parliament.rb @@ -6,6 +6,7 @@ class Parliament < Formula url "https://files.pythonhosted.org/packages/a6/12/92bbf5db0eac6d901ccca51f001b64a4a57f8b06d7189147cd3c9ee570ce/parliament-1.6.4.tar.gz" sha256 "ea6b930de2afd2f1591d5624b56b8c9361e746c76ce50a9586cab209054dfa4c" license "BSD-3-Clause" + revision 1 head "https://github.com/duo-labs/parliament.git", branch: "main" bottle do @@ -22,13 +23,13 @@ class Parliament < Formula depends_on "python@3.13" resource "boto3" do - url "https://files.pythonhosted.org/packages/61/ce/d6fbf9cdda1b40023ef60507adc1de1d7ba0786dc73ddca59f4bed487e40/boto3-1.38.3.tar.gz" - sha256 "655d51abcd68a40a33c52dbaa2ca73fc63c746b894e2ae22ed8ddc1912ddd93f" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/92/ee/b47c0286ada750271897f5cc3e40b4405f1218ff392cd15df993893f0099/botocore-1.38.3.tar.gz" - sha256 "790f8f966201781f5fcf486d48b4492e9f734446bbf9d19ef8159d08be854243" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "jmespath" do @@ -57,13 +58,13 @@ class Parliament < Formula end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/fc/9e/73b14aed38ee1f62cd30ab93cd0072dec7fb01f3033d116875ae3e7b8b44/s3transfer-0.12.0.tar.gz" - sha256 "8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "setuptools" do - url "https://files.pythonhosted.org/packages/bb/71/b6365e6325b3290e14957b2c3a804a529968c77a049b2ed40c095f749707/setuptools-79.0.1.tar.gz" - sha256 "128ce7b8f33c3079fd1b067ecbb4051a66e8526e7b65f6cec075dfc650ddfa88" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -72,8 +73,8 @@ class Parliament < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From c3fb4749719052ece56d9dea9bf7c51f386056a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:55:56 +0000 Subject: [PATCH 08383/10074] pass-import: bump python resources --- Formula/p/pass-import.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/pass-import.rb b/Formula/p/pass-import.rb index 4dccbf626ee20..104fa2b29e3ad 100644 --- a/Formula/p/pass-import.rb +++ b/Formula/p/pass-import.rb @@ -6,7 +6,7 @@ class PassImport < Formula url "https://files.pythonhosted.org/packages/f1/69/1d763287f49eb2d43f14280a1af9f6c2aa54a306071a4723a9723a6fb613/pass-import-3.5.tar.gz" sha256 "e3e5ec38f58511904a82214f8a80780729dfe84628d7c5d6b1cedee20ff3fb23" license "GPL-3.0-or-later" - revision 4 + revision 5 head "https://github.com/roddhjav/pass-import.git", branch: "master" no_autobump! because: :requires_manual_review @@ -51,8 +51,8 @@ class PassImport < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "zxcvbn" do From ae2aa80d6a43ad384d445a6f92b62b18e4bbfa30 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:56:06 +0000 Subject: [PATCH 08384/10074] pdm: bump python resources --- Formula/p/pdm.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 1ed9d261e5a34..ccd21397e51af 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -6,6 +6,7 @@ class Pdm < Formula url "https://files.pythonhosted.org/packages/f9/d6/ac4290999053e6afd21dc5406474e3b290e0ed1a600e320821a0b02bd659/pdm-2.25.2.tar.gz" sha256 "bff8e95c2737f68a41a8987e363803e587aea10dc9b95c34a9d3a5a117a8485f" license "MIT" + revision 1 head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do @@ -177,8 +178,8 @@ class Pdm < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "virtualenv" do From e580586abb313786044cf8a34eca76f9db913766 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:56:29 +0000 Subject: [PATCH 08385/10074] pip-audit: bump python resources --- Formula/p/pip-audit.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/p/pip-audit.rb b/Formula/p/pip-audit.rb index 2382bfa179e13..4c7d5294535f0 100644 --- a/Formula/p/pip-audit.rb +++ b/Formula/p/pip-audit.rb @@ -6,7 +6,7 @@ class PipAudit < Formula url "https://files.pythonhosted.org/packages/cc/7f/28fad19a9806f796f13192ab6974c07c4a04d9cbb8e30dd895c3c11ce7ee/pip_audit-2.9.0.tar.gz" sha256 "0b998410b58339d7a231e5aa004326a294e4c7c6295289cdc9d5e1ef07b1f44d" license "Apache-2.0" - revision 1 + revision 2 version_scheme 1 bottle do @@ -73,8 +73,8 @@ class PipAudit < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "packageurl-python" do @@ -138,8 +138,8 @@ class PipAudit < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 4855d4f4513559508b146ece16461f1d958389f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:56:37 +0000 Subject: [PATCH 08386/10074] platformio: bump python resources --- Formula/p/platformio.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/p/platformio.rb b/Formula/p/platformio.rb index a337406af2992..379f3a6b376c0 100644 --- a/Formula/p/platformio.rb +++ b/Formula/p/platformio.rb @@ -6,7 +6,7 @@ class Platformio < Formula url "https://files.pythonhosted.org/packages/2f/c5/ba3c1ba120b0466bb621615e4075a5c4752400c6adbf2a15edd91b9aefe9/platformio-6.1.18.tar.gz" sha256 "6ea19c66fba3c5272378afa6ae11abbf883243dd8e503ac5f4ff8ac277ccc7c6" license "Apache-2.0" - revision 2 + revision 3 head "https://github.com/platformio/platformio-core.git", branch: "develop" bottle do @@ -27,8 +27,8 @@ class Platformio < Formula end resource "bottle" do - url "https://files.pythonhosted.org/packages/f5/3b/efa9540213c71be3500e14592c5823bd3f9ddd881d306e01b5dd490ddab5/bottle-0.13.3.tar.gz" - sha256 "1c23aeb30aa8a13f39c60c0da494530ddd5de3da235bc431b818a50d999de49f" + url "https://files.pythonhosted.org/packages/7a/71/cca6167c06d00c81375fd668719df245864076d284f7cb46a694cbeb5454/bottle-0.13.4.tar.gz" + sha256 "787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47" end resource "chardet" do @@ -107,8 +107,8 @@ class Platformio < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "uvicorn" do From 9889d20893c9fbb96c5908b4e1b54700d7afae8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:56:46 +0000 Subject: [PATCH 08387/10074] pocsuite3: bump python resources --- Formula/p/pocsuite3.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/p/pocsuite3.rb b/Formula/p/pocsuite3.rb index 775341270c4da..e624db1e3835d 100644 --- a/Formula/p/pocsuite3.rb +++ b/Formula/p/pocsuite3.rb @@ -6,7 +6,7 @@ class Pocsuite3 < Formula url "https://files.pythonhosted.org/packages/12/33/a9f77b222075f034c04c615de19c9ef0f93457d9b627e95cc40d07949e70/pocsuite3-2.1.0.tar.gz" sha256 "4107396b5fbbeeb65b27b574c6fb5a40831d1983ad4fd2f9a83c87006bed98e6" license "GPL-2.0-only" - revision 1 + revision 2 head "https://github.com/knownsec/pocsuite3.git", branch: "master" bottle do @@ -70,8 +70,8 @@ class Pocsuite3 < Formula end resource "jq" do - url "https://files.pythonhosted.org/packages/ba/32/3eaca3ac81c804d6849da2e9f536ac200f4ad46a696890854c1f73b2f749/jq-1.8.0.tar.gz" - sha256 "53141eebca4bf8b4f2da5e44271a8a3694220dfd22d2b4b2cfb4816b2b6c9057" + url "https://files.pythonhosted.org/packages/af/f7/d88a49335beeb2b51945e4c57fa570f412b5f0200064e9130defb3293a16/jq-1.9.1.tar.gz" + sha256 "fa138b9062a854908cfccd7fbb2375a77c44612c7212172834990b2f9664a7b7" end resource "lxml" do @@ -140,8 +140,8 @@ class Pocsuite3 < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From ce094cfa44ac3d45770faa132f86228f94239bd4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:56:59 +0000 Subject: [PATCH 08388/10074] poetry: bump python resources --- Formula/p/poetry.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/poetry.rb b/Formula/p/poetry.rb index 7c76f53620ea2..e9444483e4346 100644 --- a/Formula/p/poetry.rb +++ b/Formula/p/poetry.rb @@ -6,7 +6,7 @@ class Poetry < Formula url "https://files.pythonhosted.org/packages/db/12/1c8d8b2c6017a33a9c9c708c6d2bb883af7f447520a466dc21d2c74ecfe1/poetry-2.1.3.tar.gz" sha256 "f2c9bd6790b19475976d88ea4553bcc3533c0dc73f740edc4fffe9e2add50594" license "MIT" - revision 1 + revision 2 head "https://github.com/python-poetry/poetry.git", branch: "master" bottle do @@ -144,8 +144,8 @@ class Poetry < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "packaging" do @@ -154,8 +154,8 @@ class Poetry < Formula end resource "pbs-installer" do - url "https://files.pythonhosted.org/packages/39/56/014f660dbe4e5497c07640fe9d3e46189a8e0af29b77d59e362bce034f83/pbs_installer-2025.6.10.tar.gz" - sha256 "31737014878c778f8c2d03d6a2a240bff37c56c25acf90f5b14f1a75f5b703b4" + url "https://files.pythonhosted.org/packages/2f/02/bd162be66772b5dbdfd719d4ced63e14730d8260417db1c43ac8017e2b3e/pbs_installer-2025.6.12.tar.gz" + sha256 "ae2d3990848652dca699a680b00ea8e19b970cb6172967cb00539bfeed5a7465" end resource "pkginfo" do @@ -219,8 +219,8 @@ class Poetry < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "virtualenv" do From 221b1d2b16e1adf230d4d1c5c32040ed70d34b4b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 15:46:50 -0400 Subject: [PATCH 08389/10074] xgboost: add livecheck Signed-off-by: Rui Chen xgboost: use github_latest Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com> --- Formula/x/xgboost.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/x/xgboost.rb b/Formula/x/xgboost.rb index 6f6af7817cb82..8da8fbc818791 100644 --- a/Formula/x/xgboost.rb +++ b/Formula/x/xgboost.rb @@ -5,6 +5,11 @@ class Xgboost < Formula sha256 "8f909899f5dc64d4173662a3efa307100713e3c2e2b831177c2e56af0e816caf" license "Apache-2.0" + livecheck do + url :stable + strategy :github_latest + end + bottle do sha256 cellar: :any, arm64_sequoia: "0108fade9438c03731df3192e4cb13c1f074748b06c82c6a802be70317ace74d" sha256 cellar: :any, arm64_sonoma: "85f022ecd9d4e9451b1a5e1e02d674f1b5eef42c0ee17619d1fbe37a66109d0c" From 057110a79a0ccb10f57e05a5304a0f29886c4801 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 22:02:01 +0000 Subject: [PATCH 08390/10074] enex2notion: update 0.3.1_13 bottle. --- Formula/e/enex2notion.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/enex2notion.rb b/Formula/e/enex2notion.rb index d849755fec69d..c2f673be582eb 100644 --- a/Formula/e/enex2notion.rb +++ b/Formula/e/enex2notion.rb @@ -11,13 +11,13 @@ class Enex2notion < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eda6f72227a63f019da0f86b2457f6b28dde7bb742cdd935cd92e8558f6a7816" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3db8e5a90b0cafbd60ddcbd49e92db335313aebc4d7ee80e74ed09fa789f4426" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3c4644b2590b8615fe6cccf2cea791363dc5a8e4fe3aeaf05d6198aa1037583f" - sha256 cellar: :any_skip_relocation, sonoma: "271223bd5e902e6b2fac79c0481e42f19323773d6d74ee3768bba51687c56a6f" - sha256 cellar: :any_skip_relocation, ventura: "96d410591e183f9c4f6004520773d2d6fefbe058fcd783070e3bf82bdf2a8f82" - sha256 cellar: :any_skip_relocation, arm64_linux: "c3b6076e61c285f35c553d8c1b250a843453e63044be17c4a0200883add608c8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a0dd40b4f50d82fb395982611a2751493f13df5fe17afabf677898d10dcde4a5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "451d06590098d5e5eeaa6062c0fdad9fa7246de643f8ed885235bb453af15d4d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "faf58471255749032a2ef7724ba27b0caa7a2cc95ea6852e05f748171f3b0ce5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9948f2b329fb0fefdc15100451dd80edef814ca25ac2ad722ac2482864ae84da" + sha256 cellar: :any_skip_relocation, sonoma: "01e9768795e293f7a416b17f635eee77845646e1768d81aa7887cf4df0bb0325" + sha256 cellar: :any_skip_relocation, ventura: "6666d672723a7f8a5a6429f908c5906e941f98ace6ccc85e72e0f897d7923336" + sha256 cellar: :any_skip_relocation, arm64_linux: "ed13792f2e06969ff27e56b9262adc896060680751fbb307b365819003fcc563" + sha256 cellar: :any_skip_relocation, x86_64_linux: "31b4260298e692f8dd1930aa34c58f278834f5ce52312613a47c0b79f0492ae1" end depends_on "certifi" From 1bc0404147cbf9493f30d267a0a984d3b70b549c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 22:02:03 +0000 Subject: [PATCH 08391/10074] fdroidserver: update 2.4.0_2 bottle. --- Formula/f/fdroidserver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fdroidserver.rb b/Formula/f/fdroidserver.rb index d576cb8efa61d..749a0d8c11024 100644 --- a/Formula/f/fdroidserver.rb +++ b/Formula/f/fdroidserver.rb @@ -9,13 +9,13 @@ class Fdroidserver < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "94d05bd59d72e0430cf7f8ec19c66e56f4c436cfef6dabd41186e0123fee0be5" - sha256 cellar: :any, arm64_sonoma: "07dc656e498196d546e09f3142171caa64e8eaa143c8c8072735634d1bf90ed8" - sha256 cellar: :any, arm64_ventura: "45b163314414c5b6636fd0b7dabf84a12532a00404ed3110d931867dde712b3f" - sha256 cellar: :any, sonoma: "9dd084d8477069c027f78d33e8d9eb4317087f3509132d271b0b82311da07658" - sha256 cellar: :any, ventura: "94a7759ec4cfb15f76c4abb17b3a3ea2868ca20aeaad5a21c8766c737a5126e9" - sha256 cellar: :any_skip_relocation, arm64_linux: "70aed828b1e835ab2f66d5e50d65efd86d3e6e21b1cb688776b7a0db44312f0c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "31a1b61fe0f768079da110ef0a4e03734dd6d5b00b538b0d5a83422a0d6eefaa" + sha256 cellar: :any, arm64_sequoia: "8d6016906c121f0002fae6c469f01c812fbb4518aebc1baaffa81f19f27ed563" + sha256 cellar: :any, arm64_sonoma: "16ca987ab6f11fc0467431cdbe011fa69865fab15cff3f9a5c6c04db4386da8a" + sha256 cellar: :any, arm64_ventura: "5490efa112894e0987dfb59591d63d6d6e74b1cfc9ed3d2053439fc8a3bcb370" + sha256 cellar: :any, sonoma: "458200d25496f767ef8c882be55a1b24d87cd830cdb2daf3bfeba52f65b48ae4" + sha256 cellar: :any, ventura: "9ac3a07857d89827b13d0cda348b6284bfa22f8ba7f9ba16e014fe550cd3be9a" + sha256 cellar: :any_skip_relocation, arm64_linux: "c80a192d684381098082c4813028a5724dd62e4bd553d3568df140c7c7af607c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f2a78a34e51689f9792bdef1ed77c88ecbdd4e709fbfa78c3db9a654a2a6975" end depends_on "ninja" => :build From 94cd705b3571755f0ca63019fbec97b59d19ba0f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 22:02:05 +0000 Subject: [PATCH 08392/10074] gptline: update 1.0.8_8 bottle. --- Formula/g/gptline.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gptline.rb b/Formula/g/gptline.rb index 839e4c7bae706..9c5f2e3c51898 100644 --- a/Formula/g/gptline.rb +++ b/Formula/g/gptline.rb @@ -12,13 +12,13 @@ class Gptline < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "df4b1fd81621704cef1c93da0efc651a7ac3f58d7763baed637394aa368e175d" - sha256 cellar: :any, arm64_sonoma: "c0ec2004d53817d97123bfed5842e6d5b470651b936c1549264b4a7a5a1f63bc" - sha256 cellar: :any, arm64_ventura: "b8389d1dae6bfc6b7b0090f81c6958d266825de79c994f4707d76c4c2931b301" - sha256 cellar: :any, sonoma: "8cd8ee615a5520d84c2fe27e733137151198011ca1b388e02cdab6a96fb12ff1" - sha256 cellar: :any, ventura: "3bec3cdaf42465e1be7ad3a032ae2d87c2371ae12f99c1f5664c6db50fae1891" - sha256 cellar: :any_skip_relocation, arm64_linux: "8f778de29854b28ca360c0b46e0feb553e6ecbb76658a90215bc2d21d4b925c2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3262297984ad022d04e236d7b32dc58fab4742a3250656dc609a695e853c3968" + sha256 cellar: :any, arm64_sequoia: "a98d0665383cfea137900164482c617862307fb3fd03fbdb3066ec94b88dfc38" + sha256 cellar: :any, arm64_sonoma: "b863ad462a3d726963ef7a9c40d088aa4f3cb8fc7f687a765c8517f73589b191" + sha256 cellar: :any, arm64_ventura: "5c042497493a6386e30b2fe47e7b33635a0283d4048b498ee69516484a42ae73" + sha256 cellar: :any, sonoma: "3380eb2e4507d1c1b594ea47d561e670da6be4a926fcd26675b9c1841e32e79b" + sha256 cellar: :any, ventura: "67c4331fb8113d3ade701d83379356eeae6e24e785a54b572cbd44221495d744" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb351ae3785fec52a6105856fcf9d737f379022e2e2f04ee515e7daa40755ff3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "19042d72bb1946101d5081d7fcf37dc653aeee193b5bd2c019e777ddaf7fc8ff" end depends_on "pkgconf" => :build From 0e8388710254e44083cc7edd8d8d5856c1447248 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 22:03:07 +0000 Subject: [PATCH 08393/10074] ansible: update 11.7.0_1 bottle. --- Formula/a/ansible.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ansible.rb b/Formula/a/ansible.rb index c832f19008f55..f34e808ead6da 100644 --- a/Formula/a/ansible.rb +++ b/Formula/a/ansible.rb @@ -10,13 +10,13 @@ class Ansible < Formula head "https://github.com/ansible/ansible.git", branch: "devel" bottle do - sha256 cellar: :any, arm64_sequoia: "db70b83a325493157792a450d1ef915bfeb914e55316b3fca72f0f11f2038504" - sha256 cellar: :any, arm64_sonoma: "7239b58ab84753bd29b96de4771059058ca526f1a6a14002b9e8a1144c18f81b" - sha256 cellar: :any, arm64_ventura: "ba248bd1a7e5ad7adc1c76c01509d82b8d76eb9bf987c9b74ef694d0058c25f8" - sha256 cellar: :any, sonoma: "77fd10d92ccbd8d9b34f246ec4ea703cb9fe0357846c7608f91f18547952fcf3" - sha256 cellar: :any, ventura: "7123b7b3ec0d27cfe7a1275ece49ead89e3e38bb65b880b6a9ea3bb4785ae47e" - sha256 cellar: :any_skip_relocation, arm64_linux: "19d9ebe3a265bf9b2499bbe1fd26220635a9e0396bd6010570fe9f837b0b0636" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9d0ac5d372cb8ed4ac830f2891d808cbf1748856a703deb45141cf9dfe6f5e4" + sha256 cellar: :any, arm64_sequoia: "abefebce261090b66f3ece78040353d7d8a722505a826dfec997e63b4f8811f3" + sha256 cellar: :any, arm64_sonoma: "50557b11881618da83859ead27f3e97df113d47d8d30cd1f9ac8eec06f36d2f7" + sha256 cellar: :any, arm64_ventura: "326f27382908fb3eefb786ccaac17182d5cb77d7b0d85945117261ccb0eceb38" + sha256 cellar: :any, sonoma: "ddcd68d54a6de328cd151c65f462fde4c7b5a432a2ffa584b1c01c56c106e2cc" + sha256 cellar: :any, ventura: "757bea3d641eed86d3c7ef677062c92f8ba0599d582322f85422c970270d60d4" + sha256 cellar: :any_skip_relocation, arm64_linux: "32dce3bbe9807e0663a19ecbe61c10d87730e28db20afc7f34aab4d0b3ea7583" + sha256 cellar: :any_skip_relocation, x86_64_linux: "091a32e9ca0de3fe37310e04b5cbf2a0d2eacef7a06ec2ac0950ef5824aa84ca" end # `pkgconf` and `rust` are for bcrypt From c50c0f28ed3be254d9213bca0510fa6e05eabbc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:03:56 +0000 Subject: [PATCH 08394/10074] nss: update 3.113 bottle. --- Formula/n/nss.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nss.rb b/Formula/n/nss.rb index 6f8c3ee450530..55b07d23d0a72 100644 --- a/Formula/n/nss.rb +++ b/Formula/n/nss.rb @@ -14,13 +14,13 @@ class Nss < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4e72f0ad434ec7ff3f524ae5b7c64f53a1cdcc8b3196686f9b13a7bd081d8a01" - sha256 cellar: :any, arm64_sonoma: "0bf2d2b66fa934bfda7a19f3b23f70a80dfe173d04c8ff6818e4aa2a9e6fc507" - sha256 cellar: :any, arm64_ventura: "e2a172b4b28503ef2302946100d9bff8afb9c8769cfbf9f6448b3fb759487224" - sha256 cellar: :any, sonoma: "2034cc1733005f30d3508c8b52c8e31db1d8861b07dc485c33cd3754a7169480" - sha256 cellar: :any, ventura: "5836146efde7dc0a87c1bb2110260c1e8ad51270f88887a8d18ce6e986195853" - sha256 cellar: :any_skip_relocation, arm64_linux: "503ce679bec3fcb20a05fb4a204e62065fa0530fc8f4bf890f0c15ad9fb77246" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c52562e4be166b7631336ed06ef7fc347c6968cac2c0e5a201988eab7b4b9f60" + sha256 cellar: :any, arm64_sequoia: "238a1f3d2ceecfae126831beeb2cd6f01d307cadf9cedfc144a53cbbc716b58c" + sha256 cellar: :any, arm64_sonoma: "e8e2fd47780cddbb5eb3d09354ef0e2fec7bd6ff4bfb73093b0972bd05663a17" + sha256 cellar: :any, arm64_ventura: "103055dc50bb74f0b798691c4878724e773e21573884a2c0d797dc66791dcda9" + sha256 cellar: :any, sonoma: "eed8d57cd796e632c4eb6e64671da650d6a94840773abdb7d7a7bab3701ab7c0" + sha256 cellar: :any, ventura: "16a1b51177e407f8c2d35a9166afd67acf24552dbb4446855d703b38d4c82dbe" + sha256 cellar: :any_skip_relocation, arm64_linux: "63213139341499551a5081748c0725f06ff8a7eda0ebbc82c64c4f9411f8468f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c73df754ded7d56b01a58a7850c8ae8821920a40466a9bdda568c112d55ad744" end depends_on "nspr" From 46ea673793c06c7ab67636bbd94acaf7ea4b90ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:05:24 +0000 Subject: [PATCH 08395/10074] dstack: update 0.19.15 bottle. --- Formula/d/dstack.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index 37259fa87177c..b30672e6c7969 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -8,13 +8,13 @@ class Dstack < Formula license "MPL-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "07a10a53cb2db0c035da5b4029feba7b275dc0b1a49df3e925be2b6445d6812f" - sha256 cellar: :any, arm64_sonoma: "4700bd5ed281eba090e1c2224542e27b06e75ac2871bfb62f0bd71c1ccea56d6" - sha256 cellar: :any, arm64_ventura: "188cdf8144ed93c7423f8a2e26b158b2adebab6ae9193e884cbde719efc2a879" - sha256 cellar: :any, sonoma: "4741592d7f82643109d654988a019276e777c88eb41a7e8000b45832a280a349" - sha256 cellar: :any, ventura: "6f3a1833eea40ddc8a5f9533f1f95bff21832c1b765d9683c5a02bbc9c958f79" - sha256 cellar: :any_skip_relocation, arm64_linux: "bd73ff4645f0e2ae8232dbd22e55062d79a6c9d78363f3bb1ed73c3f4825054f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0f0b5ed08042be72df7824ba2701a582a2e401ab9a4bb62ea6609097c9b08a0b" + sha256 cellar: :any, arm64_sequoia: "95c8d093da9f863dfadd2d4c09d2b560fc940b69ac2b9efb2c81daddf7b659b6" + sha256 cellar: :any, arm64_sonoma: "ea5d6cc5317c678be4e38f3ac21a9155f8c124081c836dae4c11511ddb61b029" + sha256 cellar: :any, arm64_ventura: "018ccc520df5e94edd0e34f1b33496a8baf1ad9470089201bbf7c3761d7b14f3" + sha256 cellar: :any, sonoma: "2e011fcd0633aac0c740d4337de83e7a2a6c399aa8b528953f4c21a666a500ed" + sha256 cellar: :any, ventura: "b7edc0fb1110251c5147e61f8f8e99d72d692e71ab2fbc35d739fdfd9dc5b90a" + sha256 cellar: :any_skip_relocation, arm64_linux: "02f2051432303328ef057f8f7f5210cdefc12bd1173ebd2ce50202629695c932" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c09d9f86f868e3c53a8391cd57d48e303c3e1705eb0c726946c60b2bcf076c1" end # `pkgconf` and `rust` are for bcrypt. From 03e64ec28f283a60f96f362b4ab3d19d2edf8315 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:56:20 +0000 Subject: [PATCH 08396/10074] pieces-cli: bump python resources Signed-off-by: Rui Chen --- Formula/p/pieces-cli.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/p/pieces-cli.rb b/Formula/p/pieces-cli.rb index f3194f8d941c1..65ca897a4a5f4 100644 --- a/Formula/p/pieces-cli.rb +++ b/Formula/p/pieces-cli.rb @@ -7,6 +7,7 @@ class PiecesCli < Formula sha256 "9b3656716c6cdb41aa0c7e2d054f7e59a5e00a5bbf2dc4437bcb769141e2fc60" license "MIT" + revision 1 livecheck do url "https://builds.pieces.app/stages/production/pieces_cli/version" @@ -103,8 +104,8 @@ class PiecesCli < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -183,8 +184,8 @@ class PiecesCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "uvicorn" do From eca8b61f6e2c0c9e59ec443c62076b3628fe6308 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:54:47 +0000 Subject: [PATCH 08397/10074] onlykey-agent: bump python resources --- Formula/o/onlykey-agent.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/o/onlykey-agent.rb b/Formula/o/onlykey-agent.rb index f84f4963ac3ac..e9b22d116c757 100644 --- a/Formula/o/onlykey-agent.rb +++ b/Formula/o/onlykey-agent.rb @@ -6,7 +6,7 @@ class OnlykeyAgent < Formula url "https://files.pythonhosted.org/packages/68/80/e89b6c3680bedb1e14e99f0539ac805bddc7d8dd87c58805c64484966b7c/onlykey-agent-1.1.15.tar.gz" sha256 "49b19bec28dc0fb7053ef01266d8a9e7a078bb146214a641bdbb1feac6fc7ddb" license "LGPL-3.0-only" - revision 6 + revision 7 no_autobump! because: :requires_manual_review @@ -30,8 +30,8 @@ class OnlykeyAgent < Formula depends_on "python@3.13" resource "aenum" do - url "https://files.pythonhosted.org/packages/e3/52/6ad8f63ec8da1bf40f96996d25d5b650fdd38f5975f8c813732c47388f18/aenum-3.1.16-py3-none-any.whl" - sha256 "9035092855a98e41b66e3d0998bd7b96280e85ceb3a04cc035636138a1943eaf" + url "https://files.pythonhosted.org/packages/d0/f8/33e75863394f42e429bb553e05fda7c59763f0fd6848de847a25b3fbccf6/aenum-3.1.15.tar.gz" + sha256 "8cbd76cd18c4f870ff39b24284d3ea028fbe8731a58df3aa581e434c575b9559" end resource "backports-shutil-which" do @@ -180,8 +180,8 @@ class OnlykeyAgent < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 22b54a87fe89a6107686bf5d0710e8a2a5e92356 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:26:48 +0000 Subject: [PATCH 08398/10074] undercutf1: update 3.1.96 bottle. --- Formula/u/undercutf1.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/u/undercutf1.rb b/Formula/u/undercutf1.rb index 87d0f66c365f2..d9370c053f7ce 100644 --- a/Formula/u/undercutf1.rb +++ b/Formula/u/undercutf1.rb @@ -7,12 +7,12 @@ class Undercutf1 < Formula head "https://github.com/JustAman62/undercut-f1.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "173621d296459284e8711ada683c8243f0ba1a5bf9ae4f11b1e3c1f2029239b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "87303fe03f08e9ef9c29b86a8a58548a5d56c2d75c1358de67d6c43a3c8d4acc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e11408bcc3ddfaef0f75f42f570eb995537569a53364c863721a8a61273d8d15" - sha256 cellar: :any_skip_relocation, ventura: "a8d3c4b16c2111d04d1ea791baa2ec90c21bee67714bdb0a5da9e542c6ec8247" - sha256 cellar: :any_skip_relocation, arm64_linux: "c034ce27e4ee20981ee12aa8738ed40b7da0391938cc44f690e2155191bf0635" - sha256 cellar: :any_skip_relocation, x86_64_linux: "105feeb71fecf1dd3ccc7371f0b35e75dc337e41f0a64b444787716721fa9fcb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "539fbd3440783df46b6619222491729137e8d3488094cd59ef7e0e35334011f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "487f2d6ee9da701aecb3d23b90875fec7f23e4c775667d210073daf3e056089c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f73cb7559c624e924bba7384c3bfdc2ec0648f0e9070ea83de2eacdbbc2f4e08" + sha256 cellar: :any_skip_relocation, ventura: "7817cd318fff6fe788129fd6af7c922f5c826d806ce4e99928037861ad476fc8" + sha256 cellar: :any_skip_relocation, arm64_linux: "4e43e3142b9893aa45bd62ed879d907481c4e6a64c320cafa76e329a6f87bf25" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9ba9e0f377439c2d4832e6391783eb42943e1bcab85ec9d96fece3b42f05cd22" end depends_on "dotnet" From 6213d9078a9d99508419bbff5f4ce285bdbc305b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:28:46 +0000 Subject: [PATCH 08399/10074] snapcraft: update 8.9.5 bottle. --- Formula/s/snapcraft.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/snapcraft.rb b/Formula/s/snapcraft.rb index 4808bd35de378..72c84519ea995 100644 --- a/Formula/s/snapcraft.rb +++ b/Formula/s/snapcraft.rb @@ -16,12 +16,12 @@ class Snapcraft < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "8b0d454f27be2c829ddb835720578ef306ffaef6a6fdb8759c71501b17129709" - sha256 cellar: :any, arm64_sonoma: "56a8e7aaa8eaf1d0e3d85eaba2640837ffe90f9f4ebc2d6d270aba1ea5d6ec81" - sha256 cellar: :any, arm64_ventura: "95ebdf9a4038a31d654649bd708e18344302d422189d6a3f170724c8c5ca8e9b" - sha256 cellar: :any, sonoma: "ce37821e17043c5b13536858a5f9bacde0544d6bbe7e4c318b7c43c106d91625" - sha256 cellar: :any, ventura: "7f3a66a721682609dfcfb21543ec4ee3d3390a162c462c50a1ea37149a38446c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "17e48be6cc3548a2309b3a065328642f58268224a26ea27655d9c3d753dedeea" + sha256 cellar: :any, arm64_sequoia: "60aa4446c2ce2fd01506d1ddaed242bed87851fe622d61116fcbdc421c54dece" + sha256 cellar: :any, arm64_sonoma: "49cbb7ddd8bb721b466ef1f665c9fbb24adb947c2c32f1261037d65c182f143e" + sha256 cellar: :any, arm64_ventura: "f4bf6bd504a82a602b0086fdc5c0c8c065a479721a78718f713c15d508d668e0" + sha256 cellar: :any, sonoma: "5ee23ab4d183f4bc399a285ff9fee04e579e063aa106dae04541c506f8b97ada" + sha256 cellar: :any, ventura: "56e4b2175976c4958fa43c811cc7f8e2fb70b7314cc02b33562e6c3eea7a44ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4c62e778e4ed1f53690167d92db1ec1b865d3ddd75283036f5dcbd3f7d5a1792" end depends_on "rust" => :build # for pydantic_core From e06a50a15b741633914faab82135a881d696e3cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:30:26 +0000 Subject: [PATCH 08400/10074] httpie: update 3.2.4_3 bottle. --- Formula/h/httpie.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/httpie.rb b/Formula/h/httpie.rb index 3ad149305ca8b..5b5446642033c 100644 --- a/Formula/h/httpie.rb +++ b/Formula/h/httpie.rb @@ -10,13 +10,13 @@ class Httpie < Formula head "https://github.com/httpie/cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b99aff655ab8469fa69e0a8cae8efb43d13107c735e0fb79d2780e8e3bf464c4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b31f20a713d14dbe4ee1248310f100c7fc3b717998ef18f5197662d3499b13b0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "64f8087341c2bd93b6ef4c95ab92e98abfe9dfc47c3511ff9cbf4e33724cdf87" - sha256 cellar: :any_skip_relocation, sonoma: "5eafa16075ebe19f80dc8219c231947bae6fde8bf0e5198571ef9071c9120d51" - sha256 cellar: :any_skip_relocation, ventura: "01cd4da081d31bb602d7601746bd629288584b8295b6508e0d157c6afcc50763" - sha256 cellar: :any_skip_relocation, arm64_linux: "10f5278ad4a81e3358ec76b54f4dc691927ddbe372609bd090c0448fc7e9b220" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a0171e4b6c32e2e33d0ce663e75488f19a98567e78d92e4ed0d8000c1603184f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad6f4550d781c22d796e23ba8e92fb03b34906da05fd527a7f9fb57930157458" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "eda7c60d40adb6aa1c0b29fcc13c874327e2d8856ddd8740e00894da3dc46077" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7801dbbc9b305f9cc1d1fe31c5fe0bc912a5287f3cc142e0b303b71797f9446b" + sha256 cellar: :any_skip_relocation, sonoma: "5a1f7841e53bd6341fdf80acc2c329b4cadef07889b2afcdf90c7466de568b2e" + sha256 cellar: :any_skip_relocation, ventura: "06f5697bb8d7e656083a84b3982dc0d6d6e56dd47b80011c3a142d66b433d70f" + sha256 cellar: :any_skip_relocation, arm64_linux: "40791df8fe2938242a5c75c65cce7ddfca12b1f95d3e06ed85fd1bfc2bd236e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2b4746efa50922ae0839f4aceb892ba60dabfa6ff706bb83f9d6592c4ff42593" end depends_on "certifi" From 1eeb619d23a546803dd55349b86f1565d57224a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:36:18 +0000 Subject: [PATCH 08401/10074] instaloader: update 4.14.1_2 bottle. --- Formula/i/instaloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/instaloader.rb b/Formula/i/instaloader.rb index 9d34b6a2486c2..4cedd68674c0b 100644 --- a/Formula/i/instaloader.rb +++ b/Formula/i/instaloader.rb @@ -9,7 +9,7 @@ class Instaloader < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, all: "1aa46251742b2ae2484776816525af5bff44cf8d4a2ceb7bcda19d5cad116e9e" + sha256 cellar: :any_skip_relocation, all: "084bbde5b63607e0e3b84bb4fc8c3447422a5ad409d37fc6baa6eb42a9e5b94e" end depends_on "certifi" From 02f683f70daa776e5e46733b2e698a76d4f2ce02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:39:08 +0000 Subject: [PATCH 08402/10074] huggingface-cli: update 0.33.0_1 bottle. --- Formula/h/huggingface-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index c08a1edcc906c..5c0758d68b4bf 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -9,12 +9,12 @@ class HuggingfaceCli < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "ef7af4927a9f1885cd426f87d8149bf880c6403e8662f8b34618849fae0e655d" - sha256 cellar: :any, arm64_sonoma: "92c07adc87e4ccdf58682f88c19beb6fe9fd581027d60ed58ffc3de9a1fdbe5e" - sha256 cellar: :any, arm64_ventura: "3a21ef63a559260100c0ef7ab37b7a48df90f8adf8a341f16e92892bb36adf4e" - sha256 cellar: :any, sonoma: "a6d91e95d8dc5af454f33e0c29a390b8eb1586229bb17026a77e0b7d80b74deb" - sha256 cellar: :any, ventura: "4d4f16ec7cf4a0b02b680dfbb6c64a45346f6f62226761a6879bad724220c45b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e8231fda335cbb0c4bfae27600d28dfac57b9f0c3bda36df94936e7d874c9e5c" + sha256 cellar: :any, arm64_sequoia: "9ea6f6c0c5c87685e4f0ab323a39ab5aae4638695b8e64459a2494a96d679b8f" + sha256 cellar: :any, arm64_sonoma: "41d7cf51120054e731bd50956233710414dc0aa704498f6620e40239e96acba8" + sha256 cellar: :any, arm64_ventura: "2a1cc83ee28f3a5be8b10a4e48ce869458cbc40baa76ddcf298875e18cd767e1" + sha256 cellar: :any, sonoma: "f720281a9670b9a9a4608813d485a53879e08c9a298cdc7122e16a89e72ccc07" + sha256 cellar: :any, ventura: "6d78a8eff0bde13dc4b9d612b90413b4fb122ba4781a870fb656955cd17505fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c2c5ca916403694b0c434bc29313936e5442c5063d4de983cb2dd70f1fd4c86e" end depends_on "maturin" => :build # for `hf-xet` From 8a75bad29ed46c1894ce0f519335bcb9033df745 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:40:54 +0000 Subject: [PATCH 08403/10074] internetarchive: update 5.4.0_2 bottle. --- Formula/i/internetarchive.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/internetarchive.rb b/Formula/i/internetarchive.rb index ddb43c4974890..88ca225a10817 100644 --- a/Formula/i/internetarchive.rb +++ b/Formula/i/internetarchive.rb @@ -9,7 +9,7 @@ class Internetarchive < Formula revision 2 bottle do - sha256 cellar: :any_skip_relocation, all: "bae0d5d6b23d088f521738574c7e597e2578fcb0966e7528cb84218def47d0df" + sha256 cellar: :any_skip_relocation, all: "d478496dbce1963f4cb7ca2182750ddafb09251f2ce65471ce704230f990dcee" end depends_on "certifi" From 100fc5dcd4479f67f00b2c5b82411c24e00a275f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:45:02 +0000 Subject: [PATCH 08404/10074] iocextract: update 1.16.1_8 bottle. --- Formula/i/iocextract.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/iocextract.rb b/Formula/i/iocextract.rb index a58f4213d189c..3513782e6cf4c 100644 --- a/Formula/i/iocextract.rb +++ b/Formula/i/iocextract.rb @@ -12,13 +12,13 @@ class Iocextract < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "10e966846d98d6ed172406aef7361d6133a6294e8a85ba9e208439a6b20324fc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "24264d9de289813a4ff0ba5f2c13a627406865c6a132cd32299c2f9ff926bab6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cb402c4aab73475a1b010a7c79afba3a072bd64673c95e577cdfae06741e8ac9" - sha256 cellar: :any_skip_relocation, sonoma: "24fb0c25b6e82a36ffc21f8cfbdd808d9edb77b3c732f8901e3af963b9a8abd1" - sha256 cellar: :any_skip_relocation, ventura: "10ad09f738cc9a67c86bc2bd24457676292ead6073a1013407793e4f55910026" - sha256 cellar: :any_skip_relocation, arm64_linux: "9f0b19b12d2dae8bec0f80bd5b0d597c68ba4eea0acad10b2e0c0d228d7c5b76" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ad5406107eceaf48f7a92b5125b0a631ee2e63fc0e33f693f03d30778a3e8ef" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9201c8ee75261633b76636bb1e7d051d8c71ea2d2910d681ece7bceccad75f3a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b3831b339d144ed98f9c483a690db69433fc95a26672d8c3db0054b6d5ad5b9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "525e6ee333e21f8017f19e516de4a0e18bcccf85f014dee030806917f0464c2e" + sha256 cellar: :any_skip_relocation, sonoma: "fcfdc5526ade0f51277f83ae66ab64bf0c9ce843e576e28aef18bfdd78433e2c" + sha256 cellar: :any_skip_relocation, ventura: "a87de6601c6811989dec795aff47c6669848e79374cfdd93d7d2e15a39cc59a7" + sha256 cellar: :any_skip_relocation, arm64_linux: "ce5d3655d0e9883a3b9e66133cfc06478e12564524a3dc15e58389523b34582f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc7d6d5e1a009d6971338f0890ed8c36474aa646d1c292820bd02735895313a7" end depends_on "certifi" From 81f14917e0147d6f7f70601f6afa73e704a3fe51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:45:12 +0000 Subject: [PATCH 08405/10074] instalooter: update 2.4.4_13 bottle. --- Formula/i/instalooter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/instalooter.rb b/Formula/i/instalooter.rb index 67057fd8e5220..12351a121cf80 100644 --- a/Formula/i/instalooter.rb +++ b/Formula/i/instalooter.rb @@ -11,13 +11,13 @@ class Instalooter < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbcdd03359d428f9f574c73757483c0b36ec4d45c5967c9b58b62decef063143" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbcdd03359d428f9f574c73757483c0b36ec4d45c5967c9b58b62decef063143" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fbcdd03359d428f9f574c73757483c0b36ec4d45c5967c9b58b62decef063143" - sha256 cellar: :any_skip_relocation, sonoma: "aeeb5713a27c20566e52a9046067e2d793c5af4371e84d8c95d8d873afaa6335" - sha256 cellar: :any_skip_relocation, ventura: "aeeb5713a27c20566e52a9046067e2d793c5af4371e84d8c95d8d873afaa6335" - sha256 cellar: :any_skip_relocation, arm64_linux: "24630854e7e3b29b8c556988f86bf9879f34a0dc8a9b19449df7aae90944c1bd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "24630854e7e3b29b8c556988f86bf9879f34a0dc8a9b19449df7aae90944c1bd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "650ba75e01cb3e3afdf79bb83d6c5d03fabbc3c77895d1a52640ec41482658ab" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "650ba75e01cb3e3afdf79bb83d6c5d03fabbc3c77895d1a52640ec41482658ab" + sha256 cellar: :any_skip_relocation, arm64_ventura: "650ba75e01cb3e3afdf79bb83d6c5d03fabbc3c77895d1a52640ec41482658ab" + sha256 cellar: :any_skip_relocation, sonoma: "0096f0e3c96a64baf16c2b5d89db7ddff5646ba33db9cc395a8f05d638d304bb" + sha256 cellar: :any_skip_relocation, ventura: "0096f0e3c96a64baf16c2b5d89db7ddff5646ba33db9cc395a8f05d638d304bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "f4209df4ce3676ceb3f8ed39a02e9fea1db6c057add62314c411e38f9f2fef80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4209df4ce3676ceb3f8ed39a02e9fea1db6c057add62314c411e38f9f2fef80" end depends_on "certifi" From 53893a7d7aff2f95d8f6dd4b7725434af97f492f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:49:10 +0000 Subject: [PATCH 08406/10074] jenkins-job-builder: update 6.4.2_5 bottle. --- Formula/j/jenkins-job-builder.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jenkins-job-builder.rb b/Formula/j/jenkins-job-builder.rb index 784e8d3136407..ee2089b365bab 100644 --- a/Formula/j/jenkins-job-builder.rb +++ b/Formula/j/jenkins-job-builder.rb @@ -9,13 +9,13 @@ class JenkinsJobBuilder < Formula revision 5 bottle do - sha256 cellar: :any, arm64_sequoia: "3deba4ef05df4b1fe3feeba2f7f9da7331de564bfb6fba4eb8f67be0c932e70a" - sha256 cellar: :any, arm64_sonoma: "8946d6b397287af825c7f41bda0b330ca6ad28994a4696cb825ac6e64774b832" - sha256 cellar: :any, arm64_ventura: "2ab5960ca2a23201134e410a195edad7f52129da30b18032649506a373a6bcf5" - sha256 cellar: :any, sonoma: "54911d1cc80760d117c339d2fbf8dd64bd965a1334068e829eada612fe01a4e4" - sha256 cellar: :any, ventura: "e259d88652fecc14909ac772b5d459d1b4c131fffac7f3d590876045cadbe5cd" - sha256 cellar: :any_skip_relocation, arm64_linux: "316a3d03d3e31890c24907db278f3be1bb5558a1931bf06c6800de8f5f528d95" - sha256 cellar: :any_skip_relocation, x86_64_linux: "34aa9e4c292557b3cf7dfe8d4a78d5538886a7db1122bb206f06cb9563a8c14a" + sha256 cellar: :any, arm64_sequoia: "8c31e9b4c50d3fc2e48e228cbe57b7aa6e8053a58a8cee46a632f1865b151c44" + sha256 cellar: :any, arm64_sonoma: "776768b45c19c5f4e5dc769d990616a4d7773c5c0040f7b14a6f6fc909e77c86" + sha256 cellar: :any, arm64_ventura: "459ef736b97533e0efcac6274ccf065d8243b5dda5e32986a8c1d1a0ad102952" + sha256 cellar: :any, sonoma: "e755eed3288a4926ee62dc19466962fff6321aa2e376197d8d49c991302d1166" + sha256 cellar: :any, ventura: "cf2169f1544686e571c7b719385d3acf9e2e44c6305224aabbae5ecdaba01746" + sha256 cellar: :any_skip_relocation, arm64_linux: "e906a00b4e1672797437f806e5aeffe787efad71ab9f5abf63c0b89851f8ebe6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ba5dc6271271dcf68b9ff3649c8b768c2dc27e10f4aef49154094b28d8fa4a5a" end depends_on "certifi" From a4cd21e5075385d061f04871bab5eaffcfff0037 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:53:06 +0000 Subject: [PATCH 08407/10074] carapace 1.3.3 --- Formula/c/carapace.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/carapace.rb b/Formula/c/carapace.rb index 4b3108866039d..f1cd828786c31 100644 --- a/Formula/c/carapace.rb +++ b/Formula/c/carapace.rb @@ -1,8 +1,8 @@ class Carapace < Formula desc "Multi-shell multi-command argument completer" homepage "https://carapace.sh" - url "https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v1.3.2.tar.gz" - sha256 "9c11dad96140430ed2b48495e5658c67680c3d78351e65c82aad455b1c62618f" + url "https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v1.3.3.tar.gz" + sha256 "0de73fc9338eb034a0c2bdbda72880f1de12ac0bc686d814beb1975a310264fc" license "MIT" head "https://github.com/carapace-sh/carapace-bin.git", branch: "master" From 80dafe5faf4a289db52bcea0d955dfed48d59d19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:59:29 +0000 Subject: [PATCH 08408/10074] esptool 4.9.0 --- Formula/e/esptool.rb | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/Formula/e/esptool.rb b/Formula/e/esptool.rb index ef2892ca2a36d..84a7544557ddc 100644 --- a/Formula/e/esptool.rb +++ b/Formula/e/esptool.rb @@ -3,10 +3,9 @@ class Esptool < Formula desc "ESP8266 and ESP32 serial bootloader utility" homepage "https://docs.espressif.com/projects/esptool/en/latest/esp32/" - url "https://files.pythonhosted.org/packages/5c/6b/3ce9bb7f36bdef3d6ae71646a1d3b7d59826a478f3ed8a783a93a2f8f537/esptool-4.8.1.tar.gz" - sha256 "dc4ef26b659e1a8dcb019147c0ea6d94980b34de99fbe09121c7941c8b254531" + url "https://files.pythonhosted.org/packages/ae/7f/6eff54ced5fba62ec99fc78b10211977aec841c2a63cbae75b6a9de36f77/esptool-4.9.0.tar.gz" + sha256 "f636b4552f3873cdf94cfaf2d5c37f5407f1f33df73643efee513867310b6a8e" license "GPL-2.0-or-later" - revision 1 bottle do rebuild 1 @@ -24,23 +23,23 @@ class Esptool < Formula depends_on "python@3.13" resource "argcomplete" do - url "https://files.pythonhosted.org/packages/7f/03/581b1c29d88fffaa08abbced2e628c34dd92d32f1adaed7e42fc416938b0/argcomplete-3.5.2.tar.gz" - sha256 "23146ed7ac4403b70bd6026402468942ceba34a6732255b9edf5b7354f68a6bb" + url "https://files.pythonhosted.org/packages/16/0f/861e168fc813c56a78b35f3c30d91c6757d1fd185af1110f1aec784b35d0/argcomplete-3.6.2.tar.gz" + sha256 "d0519b1bc867f5f4f4713c41ad0aba73a4a5f007449716b16f385f2166dc6adf" end resource "bitarray" do - url "https://files.pythonhosted.org/packages/0d/c7/a85f206e6b2fddb93964efe53685ad8da7d856e6975b005ed6a88f25b010/bitarray-2.9.3.tar.gz" - sha256 "9eff55cf189b0c37ba97156a00d640eb7392db58a8049be6f26ff2712b93fa89" + url "https://files.pythonhosted.org/packages/b8/0d/15826c7c2d49a4518a1b24b0d432f1ecad2e0b68168f942058b5de498498/bitarray-3.4.2.tar.gz" + sha256 "78ed2b911aabede3a31e3329b1de8abdc8104bd5e0545184ddbd9c7f668f4059" end resource "bitstring" do - url "https://files.pythonhosted.org/packages/d8/d0/d6f57409bb50f54fe2894ec5a50b5c04cb41aa814c3bdb8a7eeb4a0f7697/bitstring-4.2.3.tar.gz" - sha256 "e0c447af3fda0d114f77b88c2d199f02f97ee7e957e6d719f40f41cf15fbb897" + url "https://files.pythonhosted.org/packages/15/a8/a80c890db75d5bdd5314b5de02c4144c7de94fd0cefcae51acaeb14c6a3f/bitstring-4.3.1.tar.gz" + sha256 "a08bc09d3857216d4c0f412a1611056f1cc2b64fd254fb1e8a0afba7cfa1a95a" end resource "ecdsa" do - url "https://files.pythonhosted.org/packages/5e/d0/ec8ac1de7accdcf18cfe468653ef00afd2f609faf67c423efbd02491051b/ecdsa-0.19.0.tar.gz" - sha256 "60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8" + url "https://files.pythonhosted.org/packages/c0/1f/924e3caae75f471eae4b26bd13b698f6af2c44279f67af317439c2f4c46a/ecdsa-0.19.1.tar.gz" + sha256 "478cba7b62555866fcb3bb3fe985e06decbdb68ef55713c4e5ab98c57d508e61" end resource "intelhex" do @@ -64,8 +63,8 @@ class Esptool < Formula end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end def install From 296c96ff07d4da825381a3fd6220315bb2203fc1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:00:00 +0000 Subject: [PATCH 08409/10074] fabric-ai 1.4.211 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 449f8833899a7..80fe27db7070f 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.210.tar.gz" - sha256 "3c567cb9b8a0b54060a3fb704cded98d93dbb20b9ae1bc72c9b261ca6db22533" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.211.tar.gz" + sha256 "c5f35cdecbe20beda37cf0f555baedafa930667c328f9dcf141c45663d74dceb" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 486c0314fbe74db6a3a295b8b1834f52756b2f81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:00:43 +0000 Subject: [PATCH 08410/10074] fern-api 0.64.14 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 33be2ac5d13b1..eade95c082adc 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.13.tgz" - sha256 "ad022620254be18ca8a281f36b09e19dea81a63dce38a9e1dd197d7178f1acc8" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.14.tgz" + sha256 "33f386e01d5e5285c85fa476cbda26e91a0d441ee5288263850b4bfa1feaec95" license "Apache-2.0" bottle do From c223bb417ee43c827c656e21c7c0822e137c20a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:02:36 +0000 Subject: [PATCH 08411/10074] gitea 1.24.1 --- Formula/g/gitea.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitea.rb b/Formula/g/gitea.rb index 42d39a4ef6784..3907bc899a6b3 100644 --- a/Formula/g/gitea.rb +++ b/Formula/g/gitea.rb @@ -1,8 +1,8 @@ class Gitea < Formula desc "Painless self-hosted all-in-one software development service" homepage "https://about.gitea.com/" - url "https://dl.gitea.com/gitea/1.24.0/gitea-src-1.24.0.tar.gz" - sha256 "1c6bf91f6c7706d300a02f8cbe30e5edfd5e341f3deff365d611dc0d97f54fd2" + url "https://dl.gitea.com/gitea/1.24.1/gitea-src-1.24.1.tar.gz" + sha256 "c27cc4dde9744e8961f72a42b6a15ca127aa3dc6c153dea587fd420ac04d1493" license "MIT" head "https://github.com/go-gitea/gitea.git", branch: "main" From fae8bca5200e026abfe5812627d123b9f611ca99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:11:13 +0000 Subject: [PATCH 08412/10074] kaskade: update 4.0.5_2 bottle. --- Formula/k/kaskade.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kaskade.rb b/Formula/k/kaskade.rb index 2302293adb0f5..09559ec1b6e66 100644 --- a/Formula/k/kaskade.rb +++ b/Formula/k/kaskade.rb @@ -10,13 +10,13 @@ class Kaskade < Formula head "https://github.com/sauljabin/kaskade.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "43d68fada61340f7bc8944e4a66e30771683c68071786d06cdb19ca0ecb119d6" - sha256 cellar: :any, arm64_sonoma: "a9926c931ae50ea256c431e7b2b0058e7e4115be343a719c76e4e7f905c752bb" - sha256 cellar: :any, arm64_ventura: "bb4394f0b9df844fe0bf8b3bf0f6ec78b3e6da85289bb4fcd09161562cb6ca33" - sha256 cellar: :any, sonoma: "c19529a2356921b0791b2c7a965c569b7d119e1c6217de367ccd9687350041cb" - sha256 cellar: :any, ventura: "38837b615cad246a9df79d037504183aa44c59034eead1a53e5f5c54a431dada" - sha256 cellar: :any_skip_relocation, arm64_linux: "4c64969560b0fa41c1817c8f6b472c6fb46a42844c8b11502c71b36defa1700f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9adfea964d552b9d600e2f2fe6004537da448a1d78827fb13c84498853bcded9" + sha256 cellar: :any, arm64_sequoia: "f4442f502b4445c91afcfb69d9af27548f22e1e7e15b7ab73d4677ba7ef72998" + sha256 cellar: :any, arm64_sonoma: "619ad63b2551c8740fac3710dd902b256fa12cc32c1dbe01c28ebd4a4bfe6eb9" + sha256 cellar: :any, arm64_ventura: "c75a2c7b8f19299978e0f05193c52d4e8f52d5076041ad203b4a476d77ffdde4" + sha256 cellar: :any, sonoma: "af2dcfffceb9d35d95a239c49cdcec6d0de7731467bff3c5d548ac045486c02d" + sha256 cellar: :any, ventura: "16e64a4c4d38f41161cf1e8367f439c56a143049ca927c66eab125dd06d69fda" + sha256 cellar: :any_skip_relocation, arm64_linux: "02ca08702b04eb1b50f8e59700bca24bd28fe7497219e80775de2baf655d0052" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f74b75627c3af18117dd7ef2d59cbf616c80c46d80dc0bf74b583e42673312d7" end depends_on "rust" => :build # for rpds-py From f64b65ba5866cdfc24c16750bfeefeb0d717d093 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:12:09 +0000 Subject: [PATCH 08413/10074] linode-cli: update 5.59.0_2 bottle. --- Formula/l/linode-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/linode-cli.rb b/Formula/l/linode-cli.rb index dc586449c54c3..922f50fca350c 100644 --- a/Formula/l/linode-cli.rb +++ b/Formula/l/linode-cli.rb @@ -10,13 +10,13 @@ class LinodeCli < Formula head "https://github.com/linode/linode-cli.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "6ff93727f2db4eca2ddcee7c36e5a67110d285007810a4f946f0f9ed8e266819" - sha256 cellar: :any, arm64_sonoma: "3a5bf4b9374caf3397e17e0433dcaf06405e01ff3ca10c0ef1ac2c95e2f31405" - sha256 cellar: :any, arm64_ventura: "02684437858780b0d2001b6f89ec700e68aedaab3a743ab7aaf1a8f487f479c5" - sha256 cellar: :any, sonoma: "58a4f1aebc3bde8e903a8f365f4cfbc47e0744a74c6019b40cb553794ee20683" - sha256 cellar: :any, ventura: "781e5152910f1331e2961e68f0cb559931f0b70c2565857c7e7d7a3badaedae7" - sha256 cellar: :any_skip_relocation, arm64_linux: "41b8e1bb9ef4f72fd3c62d5d4638fede67ecbb9699d0609a2a986f7964397645" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0ca9988d3fa298832f9281d0dd3d3fc95375d618429386a96a40057f96a2fb11" + sha256 cellar: :any, arm64_sequoia: "5a113e56c26bf6de4d4c9feba8f0a719de0e035535fd0c033ffbb13461d8599c" + sha256 cellar: :any, arm64_sonoma: "bd1d43d881d95df92b7715d13b381e138a44e43737d2084fb47e281c3d5788d3" + sha256 cellar: :any, arm64_ventura: "0f31a2e8d2ae1b9469b9ec2f9fe78b9d5d0df353322b273347096d32cf603730" + sha256 cellar: :any, sonoma: "ad16c98829174f69c2aa0625ae6e0a3c07e0005b0df70281480d9867a7ea02bf" + sha256 cellar: :any, ventura: "0397373a5ba0ded1881263019ad93134874d309866dbcea2ca892a3b89539f6f" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b9d15900165069418f52707f4f2c5232a327522b42733bc09b34889f0dabfba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a034fbc222d03edb98946db43100a2503bc3d6a66981861d6cadeb2af61eb59a" end depends_on "certifi" From 6c664c1faacc56e81284c3b59eb04501910f2b53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:16:18 +0000 Subject: [PATCH 08414/10074] oxker 0.10.5 --- Formula/o/oxker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxker.rb b/Formula/o/oxker.rb index 21c921081dfff..18c53b78ddc81 100644 --- a/Formula/o/oxker.rb +++ b/Formula/o/oxker.rb @@ -1,8 +1,8 @@ class Oxker < Formula desc "Terminal User Interface (TUI) to view & control docker containers" homepage "https://github.com/mrjackwills/oxker" - url "https://github.com/mrjackwills/oxker/archive/refs/tags/v0.10.4.tar.gz" - sha256 "97c124e29b8ee3e92162c23f34aca78f585fed1a49727d865f06d5c02348805c" + url "https://github.com/mrjackwills/oxker/archive/refs/tags/v0.10.5.tar.gz" + sha256 "d8c79a1732320d84d149b0db892f3875a6513c7c36b05b4c37d22dfebdf5dee0" license "MIT" head "https://github.com/mrjackwills/oxker.git", branch: "main" From 00416c6af3fc6edfe5d46fb1decb2d424085a197 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 19:20:57 -0400 Subject: [PATCH 08415/10074] ansible@9: bump python resources Signed-off-by: Rui Chen --- Formula/a/ansible@9.rb | 202 ++++++++++++++++++++--------------------- 1 file changed, 99 insertions(+), 103 deletions(-) diff --git a/Formula/a/ansible@9.rb b/Formula/a/ansible@9.rb index 31b8fda7b1092..e7be12e8ee69a 100644 --- a/Formula/a/ansible@9.rb +++ b/Formula/a/ansible@9.rb @@ -6,6 +6,7 @@ class AnsibleAT9 < Formula url "https://files.pythonhosted.org/packages/d1/63/a136e8c5ff5768c26edb2098dca116bd9cf430d8921fbbc4e199dca51655/ansible-9.13.0.tar.gz" sha256 "b389a97d1e85c2b2ad6ace9e94f410111f69cc5aa3845c930c873b34c0ddd6e2" license "GPL-3.0-or-later" + revision 1 no_autobump! because: :requires_manual_review @@ -73,38 +74,38 @@ class AnsibleAT9 < Formula end resource "bcrypt" do - url "https://files.pythonhosted.org/packages/56/8c/dd696962612e4cd83c40a9e6b3db77bfe65a830f4b9af44098708584686c/bcrypt-4.2.1.tar.gz" - sha256 "6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe" + url "https://files.pythonhosted.org/packages/bb/5d/6d7433e0f3cd46ce0b43cd65e1db465ea024dbb8216fb2404e919c2ad77b/bcrypt-4.3.0.tar.gz" + sha256 "3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18" end resource "boto3" do - url "https://files.pythonhosted.org/packages/d1/b3/146636e2e20421b94e85ee1deffa59448d713664df794f83686ae162ea0b/boto3-1.35.75.tar.gz" - sha256 "a30b7ef273fbcb41390d6495f3b3e95c6fae496366447238095b00825cb5a52a" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/1d/76/07c65844c2c87a0ffc279e40d0eb668732fd54081adb3f7887933258ee25/botocore-1.35.75.tar.gz" - sha256 "7c7d272d9794d07f0c40caa110a266e910103559340b5a5d252857928e920a4a" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "cachetools" do - url "https://files.pythonhosted.org/packages/c3/38/a0f315319737ecf45b4319a8cd1f3a908e29d9277b46942263292115eee7/cachetools-5.5.0.tar.gz" - sha256 "2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a" + url "https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz" + sha256 "1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "cliff" do - url "https://files.pythonhosted.org/packages/62/44/e9073c882c9765074a1043f5004f31fd97c5c6571836e59987fa28781805/cliff-4.8.0.tar.gz" - sha256 "23eff502e603cf0aa841eaea6662a42cd3064169162b3e596b20226400e34dfd" + url "https://files.pythonhosted.org/packages/af/9f/c29775d39263b2c9054dc608e0d604db50ccc4a21be5fcd862cf41e1c033/cliff-4.10.0.tar.gz" + sha256 "8c1f5b682741a03b0c4607c82e8af41d4e9c2859024646562f86cdeb2959a86d" end resource "cmd2" do - url "https://files.pythonhosted.org/packages/2a/8a/42bfec2be9da0fe22519404329da302c1ca4e0d2a01a5cdf8b8785a91926/cmd2-2.5.7.tar.gz" - sha256 "0219e2bb75075fa16deffb88edf86efdd2a87439d1fa7b94fdea4b929a3dc914" + url "https://files.pythonhosted.org/packages/a2/6a/bbd2cb85f5da7c6a53fea13ac1b15c4b1b31bfc5cbada31a0ee6be92e2e8/cmd2-2.6.1.tar.gz" + sha256 "650a5892bf29b233d3d6775b5e3cc813648cff0d79134f707981f66baaed9f42" end resource "debtcollector" do @@ -113,8 +114,8 @@ class AnsibleAT9 < Formula end resource "decorator" do - url "https://files.pythonhosted.org/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz" - sha256 "637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330" + url "https://files.pythonhosted.org/packages/43/fa/6d96a0978d19e17b68d634497769987b16c8f4cd0a7a05048bec693caa6b/decorator-5.2.1.tar.gz" + sha256 "65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360" end resource "dnspython" do @@ -128,13 +129,13 @@ class AnsibleAT9 < Formula end resource "dogpile-cache" do - url "https://files.pythonhosted.org/packages/81/3b/83ce66995ce658ad63b86f7ca83943c466133108f20edc7056d4e0f41347/dogpile.cache-1.3.3.tar.gz" - sha256 "f84b8ed0b0fb297d151055447fa8dcaf7bae566d4dbdefecdcc1f37662ab588b" + url "https://files.pythonhosted.org/packages/e8/07/2257f13f9cd77e71f62076d220b7b59e1f11a70b90eb1e3ef8bdf0f14b34/dogpile_cache-1.4.0.tar.gz" + sha256 "b00a9e2f409cf9bf48c2e7a3e3e68dac5fa75913acbf1a62f827c812d35f3d09" end resource "durationpy" do - url "https://files.pythonhosted.org/packages/31/e9/f49c4e7fccb77fa5c43c2480e09a857a78b41e7331a75e128ed5df45c56b/durationpy-0.9.tar.gz" - sha256 "fd3feb0a69a0057d582ef643c355c40d2fa1c942191f914d12203b1a01ac722a" + url "https://files.pythonhosted.org/packages/9d/a4/e44218c2b394e31a6dd0d6b095c4e1f32d0be54c2a4b250032d717647bab/durationpy-0.10.tar.gz" + sha256 "1fa6893409a6e739c9c72334fc65cca1f355dbdd93405d30f726deb5bde42fba" end resource "future" do @@ -143,8 +144,8 @@ class AnsibleAT9 < Formula end resource "google-auth" do - url "https://files.pythonhosted.org/packages/6a/71/4c5387d8a3e46e3526a8190ae396659484377a73b33030614dd3b28e7ded/google_auth-2.36.0.tar.gz" - sha256 "545e9618f2df0bcbb7dcbc45a546485b1212624716975a1ea5ae8149ce769ab1" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "idna" do @@ -158,8 +159,8 @@ class AnsibleAT9 < Formula end resource "jinja2" do - url "https://files.pythonhosted.org/packages/ed/55/39036716d19cab0747a5020fc7e907f362fbf48c984b14e62127f7e68e5d/jinja2-3.1.4.tar.gz" - sha256 "4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369" + url "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz" + sha256 "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" end resource "jmespath" do @@ -178,8 +179,8 @@ class AnsibleAT9 < Formula end resource "junos-eznc" do - url "https://files.pythonhosted.org/packages/52/28/05d6d7a15e231b91f2e3133f29ab235f7798393d30a39a8611a12a90cf55/junos-eznc-2.7.2.tar.gz" - sha256 "7c7e6f8e9bb9d0d034ffaeb592e400dd114f03db44c3bb608c951e88483c825d" + url "https://files.pythonhosted.org/packages/4e/fb/8636537d3832ab752501296ac8a85b2d0b13da169ca95024584434d77836/junos-eznc-2.7.4.tar.gz" + sha256 "c9d90f8ecea908b0b8bf3f47ccc4c7afc212dddcd275a426e5c0104f40418d59" end resource "jxmlease" do @@ -193,18 +194,18 @@ class AnsibleAT9 < Formula end resource "keystoneauth1" do - url "https://files.pythonhosted.org/packages/81/90/4057a98c59f5634c7404c09b849e030c528ed65924eea4cd4e01e43634ff/keystoneauth1-5.9.1.tar.gz" - sha256 "fb0c66d842d5b964752264fff20b3b4ab73610d66d9b8d20d0dcf796ba09dc43" + url "https://files.pythonhosted.org/packages/8f/ba/faa527d4db6ce2d2840c2a04d26152fa9fa47808299ebd23ff8e716503c8/keystoneauth1-5.11.1.tar.gz" + sha256 "806f12c49b7f4b2cad3f5a460f7bdd81e4247c81b6042596a7fea8575f6591f3" end resource "kubernetes" do - url "https://files.pythonhosted.org/packages/7e/bd/ffcd3104155b467347cd9b3a64eb24182e459579845196b3a200569c8912/kubernetes-31.0.0.tar.gz" - sha256 "28945de906c8c259c1ebe62703b56a03b714049372196f854105afe4e6d014c0" + url "https://files.pythonhosted.org/packages/ae/52/19ebe8004c243fdfa78268a96727c71e08f00ff6fe69a301d0b7fcbce3c2/kubernetes-33.1.0.tar.gz" + sha256 "f64d829843a54c251061a8e7a14523b521f2dc5c896cf6d65ccf348648a88993" end resource "lxml" do - url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz" - sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "markupsafe" do @@ -213,8 +214,8 @@ class AnsibleAT9 < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "ncclient" do @@ -227,19 +228,14 @@ class AnsibleAT9 < Formula sha256 "5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a" end - resource "netifaces" do - url "https://files.pythonhosted.org/packages/a6/91/86a6eac449ddfae239e93ffc1918cf33fd9bab35c04d1e963b311e347a73/netifaces-0.11.0.tar.gz" - sha256 "043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32" - end - resource "ntc-templates" do - url "https://files.pythonhosted.org/packages/8d/48/34dfcabb7cd60f006166f7a7162bc12399391f7d4863071d02880faad2af/ntc_templates-7.4.0.tar.gz" - sha256 "898948948983237a0cc739b55d19890148badc0f6521f85245bca9e7d953f4e2" + url "https://files.pythonhosted.org/packages/ad/93/9cb55fac6752b9e9c18412521f95aef43adb7651719dfead1e000a5e3956/ntc_templates-7.9.0.tar.gz" + sha256 "df4b4520c3dd41b33ad0746ea7742c63b13eb2860579c7648c348167af5432e2" end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "openshift" do @@ -248,8 +244,8 @@ class AnsibleAT9 < Formula end resource "openstacksdk" do - url "https://files.pythonhosted.org/packages/32/7b/42529e0014cf5c3e1a4f4c07ed43c1df357d57f5f61ca15cbdbfdd229654/openstacksdk-4.1.0.tar.gz" - sha256 "ccac9b158e3d36b959a3bdce71bd4f883d7758fef6856841c855ff2b22c941ea" + url "https://files.pythonhosted.org/packages/52/7a/07813f7501792e6bd7e79a75cd94a5bbce20c7fd2679822d44397201b00a/openstacksdk-4.6.0.tar.gz" + sha256 "e47e166c4732e9aea65228e618d490e4be5df06526a1b95e2d5995d7d0977d3d" end resource "os-client-config" do @@ -263,48 +259,48 @@ class AnsibleAT9 < Formula end resource "osc-lib" do - url "https://files.pythonhosted.org/packages/dc/db/0a907d200719f755f00579f116526abea404a8a7961d8cd4019f1e1235ed/osc-lib-3.2.0.tar.gz" - sha256 "5f706be145daf0e58068e3763ec56bde2f43ed229a738628e4c0fb1defb4ed9e" + url "https://files.pythonhosted.org/packages/a4/b1/ea4cb7eb0ab0702e08606f6072efafa8b6a35ecea520570bee9e44b54b31/osc_lib-4.0.2.tar.gz" + sha256 "403f9d4cc1b13d934a3483b43afaf50886447a224fec74ada2b6c7087ad3d77d" end resource "oslo-config" do - url "https://files.pythonhosted.org/packages/2e/e9/2cac91d42e8fb86b17ef8f350b523f70282fbc9f3a0785884e455b132e50/oslo.config-9.7.0.tar.gz" - sha256 "b371ebf3f9a63e92b81d5c72b84d2f96f40553532699c68e1c5cd8ca9eca088b" + url "https://files.pythonhosted.org/packages/69/be/da0a7c7785791ffae3a3365a8e9b88e5ee18837e564068c5ebc824beeb60/oslo_config-9.8.0.tar.gz" + sha256 "eea8009504abee672137c58bdabdaba185f496b93c85add246e2cdcebe9d08aa" end resource "oslo-context" do - url "https://files.pythonhosted.org/packages/99/f3/1a7fa94ca9d7807f193c83ea403f8526e19301f0cecbf20bd6f35c29fcfb/oslo.context-5.7.0.tar.gz" - sha256 "398c460b9cf7cb397ede7962223e4b88078fb2fbc53665a47a34e1b28890f4ce" + url "https://files.pythonhosted.org/packages/2a/6c/e1e7db0505ff70881336fb6865846885d1ff24fa7fd8e5cdd91016c35f07/oslo_context-6.0.0.tar.gz" + sha256 "151e8228982d3885ed3fed288e8cddb26f894fb40cb8132129fa9e5b3e0ef0bd" end resource "oslo-i18n" do - url "https://files.pythonhosted.org/packages/ca/a5/9ecdc0b2620efae576a7688283d34a2c273989e6e850ee9be8116296b7d5/oslo.i18n-6.5.0.tar.gz" - sha256 "9393bcae92eadc5f771132d1c6ab239b19896ff6d885e3afc21a9faa4de924d3" + url "https://files.pythonhosted.org/packages/cc/94/8ab2746a3251e805be8f7fd5243df44fe6289269ce9f7105bdbe418be90d/oslo_i18n-6.5.1.tar.gz" + sha256 "ea856a70c5af7c76efb6590994231289deabe23be8477159d37901cef33b109d" end resource "oslo-log" do - url "https://files.pythonhosted.org/packages/2b/62/e06b206d07a5761fbe40b1538c0163ae58b29955606b682ed3611e64ab98/oslo.log-6.2.0.tar.gz" - sha256 "2b151d9c3f2b2ecc12c06d0fb7dbf2e9047afdaec3644827fa1e10b354369563" + url "https://files.pythonhosted.org/packages/72/e9/ed065144ab6dec839fe7bafebfa803b775eb2149db33878ca5ff613f6b11/oslo_log-7.1.0.tar.gz" + sha256 "9a2b3c18be6f59152dfe25f34deabe71343db7fb8248a633967fb6a04707629d" end resource "oslo-serialization" do - url "https://files.pythonhosted.org/packages/1e/4e/54d2fc3c2a9620a9a7572bb89ca7bc2b02a1e0e511004f27eced4c613759/oslo.serialization-5.6.0.tar.gz" - sha256 "4c7d4e12da853cc4f04b9123041134e886e8c9ff57ab57c1962d3ad4a87b7f7c" + url "https://files.pythonhosted.org/packages/a7/44/e7f2aaef66d7a02c74ce425f2bad8c4aaf11f39bb02fea98eeb7452a0910/oslo_serialization-5.7.0.tar.gz" + sha256 "bdc4d3dd97b80639b3505e46d9aa439fc95028814177f30b91743e81366c3be7" end resource "oslo-utils" do - url "https://files.pythonhosted.org/packages/11/c0/c78c13a54bd920baf2e756e9b8f92be320b311e83c3998b69f7b84da29f9/oslo.utils-8.0.0.tar.gz" - sha256 "906fcf1c86f671f224c1925b2a8d375a0539143fb6158b13e202a79dd8e6c694" + url "https://files.pythonhosted.org/packages/9e/45/f381d0308a7679975ec0e8409ce133136ea96c1ed6a314eb31dcd700c7d8/oslo_utils-9.0.0.tar.gz" + sha256 "d45a1b90ea1496589562d38fe843fda7fa247f9a7e61784885991d20fb663a43" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "paramiko" do - url "https://files.pythonhosted.org/packages/1b/0f/c00296e36ff7485935b83d466c4f2cf5934b84b0ad14e81796e1d9d3609b/paramiko-3.5.0.tar.gz" - sha256 "ad11e540da4f55cedda52931f1a3f812a8238a7af7f62a60de538cd80bb28124" + url "https://files.pythonhosted.org/packages/7d/15/ad6ce226e8138315f2451c2aeea985bf35ee910afb477bae7477dc3a8f3b/paramiko-3.5.1.tar.gz" + sha256 "b2c665bc45b2b215bd7d7f039901b14b067da00f3a11e6640995fd58f2664822" end resource "passlib" do @@ -313,8 +309,8 @@ class AnsibleAT9 < Formula end resource "pbr" do - url "https://files.pythonhosted.org/packages/b2/35/80cf8f6a4f34017a7fe28242dc45161a1baa55c41563c354d8147e8358b2/pbr-6.1.0.tar.gz" - sha256 "788183e382e3d1d7707db08978239965e8b9e4e5ed42669bf4758186734d5f24" + url "https://files.pythonhosted.org/packages/01/d2/510cc0d218e753ba62a1bc1434651db3cd797a9716a0a66cc714cb4f0935/pbr-6.1.1.tar.gz" + sha256 "93ea72ce6989eb2eed99d0f75721474f69ad88128afdef5ac377eb797c4bf76b" end resource "pexpect" do @@ -323,23 +319,23 @@ class AnsibleAT9 < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz" - sha256 "357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "prettytable" do - url "https://files.pythonhosted.org/packages/3b/8a/de4dc1a6098621781c266b3fb3964009af1e9023527180cb8a3b0dd9d09e/prettytable-3.12.0.tar.gz" - sha256 "f04b3e1ba35747ac86e96ec33e3bb9748ce08e254dc2a1c6253945901beec804" + url "https://files.pythonhosted.org/packages/99/b1/85e18ac92afd08c533603e3393977b6bc1443043115a47bb094f3b98f94f/prettytable-3.16.0.tar.gz" + sha256 "3c64b31719d961bf69c9a7e03d0c1e477320906a98da63952bc6698d6164ff57" end resource "proxmoxer" do - url "https://files.pythonhosted.org/packages/e3/99/eb6129acd6552178b5fb20d101e43f1c78695140f1c3c2769f5dcb37a56d/proxmoxer-2.1.0.tar.gz" - sha256 "d92993782e74ed8a76ff355dc050f58aa039fa697f9349a68e643552bd0fa62e" + url "https://files.pythonhosted.org/packages/6a/54/dc2919eed681ca31220a9021e35935a3995335069b520279b4d55b9df822/proxmoxer-2.2.0.tar.gz" + sha256 "3ed63a58e5c0822841afdb3801f9d913a4996955c1c54f7319b5842ba2615006" end resource "psutil" do - url "https://files.pythonhosted.org/packages/26/10/2a30b13c61e7cf937f4adf90710776b7918ed0a9c434e2c38224732af310/psutil-6.1.0.tar.gz" - sha256 "353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a" + url "https://files.pythonhosted.org/packages/2a/80/336820c1ad9286a4ded7e845b2eccfcb27851ab8ac6abece774a6ff4d3de/psutil-7.0.0.tar.gz" + sha256 "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456" end resource "ptyprocess" do @@ -353,8 +349,8 @@ class AnsibleAT9 < Formula end resource "pyasn1-modules" do - url "https://files.pythonhosted.org/packages/1d/67/6afbf0d507f73c32d21084a79946bfcfca5fbc62a72057e9c23797a737c9/pyasn1_modules-0.4.1.tar.gz" - sha256 "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c" + url "https://files.pythonhosted.org/packages/e9/e6/78ebbb10a8c8e4b61a59249394a4a594c1a7af95593dc933a349c8d00964/pyasn1_modules-0.4.2.tar.gz" + sha256 "677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6" end resource "pynacl" do @@ -363,13 +359,13 @@ class AnsibleAT9 < Formula end resource "pynetbox" do - url "https://files.pythonhosted.org/packages/1a/f9/e6c524e5ddc4c2788ab2f5ee1ab2d9afad49cad9c7cd3a372cf5b8433ed3/pynetbox-7.4.1.tar.gz" - sha256 "3f82b5964ca77a608aef6cc2fc48a3961f7667fbbdbb60646655373e3dae00c3" + url "https://files.pythonhosted.org/packages/d3/0b/695021a23c373991d07c1e4cb510287a521318cfc4b29f68ebbecb19fcd2/pynetbox-7.5.0.tar.gz" + sha256 "780064c800fb8c079c9828df472203146442ed3dd0b522a28a501204eb00c066" end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/8c/d5/e5aeee5387091148a19e1145f63606619cb5f20b83fccb63efae6474e7b2/pyparsing-3.2.0.tar.gz" - sha256 "cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "pyperclip" do @@ -403,13 +399,13 @@ class AnsibleAT9 < Formula end resource "python-keystoneclient" do - url "https://files.pythonhosted.org/packages/ea/5e/2d6700c6e36c288ec7e6d24ad49ef400311e8d2b2d926b16906f12c1cb26/python-keystoneclient-5.5.0.tar.gz" - sha256 "c2f5934f95576936c98e45bf599ad48bcb0ac451593e5f8344ebf52cb0f411f5" + url "https://files.pythonhosted.org/packages/91/d9/e6b430abdd77caccfc0f47005f7ff2125d143b16bd6f9aaa46ceaac75b90/python_keystoneclient-5.6.0.tar.gz" + sha256 "721de2aec7710076389c674ee27b6712e97d86c7e0ff487b0b4409c8fcee10e7" end resource "python-neutronclient" do - url "https://files.pythonhosted.org/packages/6e/b2/b2cb8b08085e419907a28932ca55a2d54b71bd41aedb10f9faf03410e218/python-neutronclient-11.3.1.tar.gz" - sha256 "53cd9923f43a3b0772a40e3561f74655adc8038f90261ab3de05b6211d12edcb" + url "https://files.pythonhosted.org/packages/4d/eb/1f7ad4655f0241bff363ef9c75ec27198b55da0317c2f4e59dbea63d203a/python_neutronclient-11.5.0.tar.gz" + sha256 "a1390c324e71164827e4ac77fd51d626c37019f2416b21514a762e2fc050b574" end resource "python-string-utils" do @@ -418,8 +414,8 @@ class AnsibleAT9 < Formula end resource "pytz" do - url "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz" - sha256 "2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "pywinrm" do @@ -433,8 +429,8 @@ class AnsibleAT9 < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-credssp" do @@ -468,13 +464,13 @@ class AnsibleAT9 < Formula end resource "rsa" do - url "https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-4.9.tar.gz" - sha256 "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" + url "https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4/rsa-4.9.1.tar.gz" + sha256 "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/c0/0a/1cdbabf9edd0ea7747efdf6c9ab4e7061b085aa7f9bfc36bb1601563b069/s3transfer-0.10.4.tar.gz" - sha256 "29edc09801743c21eb5ecbc617a152df41d3c287f67b615f73e5f750583666a7" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "scp" do @@ -483,8 +479,8 @@ class AnsibleAT9 < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz" - sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "shade" do @@ -498,8 +494,8 @@ class AnsibleAT9 < Formula end resource "stevedore" do - url "https://files.pythonhosted.org/packages/4a/e9/4eedccff8332cc40cc60ddd3b28d4c3e255ee7e9c65679fa4533ab98f598/stevedore-5.4.0.tar.gz" - sha256 "79e92235ecb828fe952b6b8b0c6c87863248631922c8e8e0fa5b17b232c4514d" + url "https://files.pythonhosted.org/packages/28/3f/13cacea96900bbd31bb05c6b74135f85d15564fc583802be56976c940470/stevedore-5.4.1.tar.gz" + sha256 "3135b5ae50fe12816ef291baff420acb727fcd356106e3e9cbfa9e5985cd6f4b" end resource "textfsm" do @@ -513,18 +509,18 @@ class AnsibleAT9 < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzdata" do - url "https://files.pythonhosted.org/packages/e1/34/943888654477a574a86a98e9896bae89c7aa15078ec29f490fef2f1e5384/tzdata-2024.2.tar.gz" - sha256 "7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc" + url "https://files.pythonhosted.org/packages/95/32/1a225d6164441be760d75c2c42e2780dc0873fe382da3e98a2e1e48361e5/tzdata-2025.2.tar.gz" + sha256 "b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do @@ -538,8 +534,8 @@ class AnsibleAT9 < Formula end resource "wrapt" do - url "https://files.pythonhosted.org/packages/24/a1/fc03dca9b0432725c2e8cdbf91a349d2194cf03d8523c124faebe581de09/wrapt-1.17.0.tar.gz" - sha256 "16187aa2317c731170a88ef35e8937ae0f533c402872c1ee5e6d079fcf320801" + url "https://files.pythonhosted.org/packages/c3/fc/e91cc220803d7bc4db93fb02facd8461c37364151b8494762cc88b0fbcef/wrapt-1.17.2.tar.gz" + sha256 "41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3" end resource "xmltodict" do From 6dac44a9bfe600fd30b63344207ae70e9248f3a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:26:16 +0000 Subject: [PATCH 08416/10074] ubi 0.7.2 --- Formula/u/ubi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/ubi.rb b/Formula/u/ubi.rb index f489b75aec913..62e1396d96268 100644 --- a/Formula/u/ubi.rb +++ b/Formula/u/ubi.rb @@ -1,8 +1,8 @@ class Ubi < Formula desc "Universal Binary Installer" homepage "https://github.com/houseabsolute/ubi" - url "https://github.com/houseabsolute/ubi/archive/refs/tags/v0.7.1.tar.gz" - sha256 "fafd4bda8207580ae44ad54c78be990f6a0e0fec6a8387b4d916953c6278f30d" + url "https://github.com/houseabsolute/ubi/archive/refs/tags/v0.7.2.tar.gz" + sha256 "e9f6a2d688476c0ebb89164c0e54fdbd97f4c31fced855ef9d3bb37bfdc4852c" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/houseabsolute/ubi.git", branch: "master" From ad97754f34c261fd9688a035cd35482d202d9fd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:26:53 +0000 Subject: [PATCH 08417/10074] lexicon: update 3.21.1_2 bottle. --- Formula/l/lexicon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lexicon.rb b/Formula/l/lexicon.rb index c9c295e9d0552..34d7370bd3a55 100644 --- a/Formula/l/lexicon.rb +++ b/Formula/l/lexicon.rb @@ -10,13 +10,13 @@ class Lexicon < Formula head "https://github.com/AnalogJ/lexicon.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "fa0104146270c11c7c93934b41521657b8143544b4fd971ded5a1fe3830cd664" - sha256 cellar: :any, arm64_sonoma: "14f664fc953bebf8bb41dddcc2381f5ed57f7bbe5223be7d5c37a113abf9e2e8" - sha256 cellar: :any, arm64_ventura: "94394a18ba77df8856998987c7bc2fd49667a1d3fac1e1544b3882e8f03d160d" - sha256 cellar: :any, sonoma: "97e81410239efb4ebf6d26eb9067b4495af5d3921771b12c1898c64583bb08b7" - sha256 cellar: :any, ventura: "b24d6a1c58a94ae0cf0fdcba48d059a7bd89a70d5be146c016a53bd023215910" - sha256 cellar: :any_skip_relocation, arm64_linux: "8375a00ac4a7f65308d60062a905c29e495f3cefb58947a9c9e252ca6791218b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b956c4aa8c29f0c9f5dad1a4f899088ab4613635129058eb7a43b9e82803800a" + sha256 cellar: :any, arm64_sequoia: "449d3662dc320e6bd42373f89c894404b4178d55400ac790dd3300c6df0f0c26" + sha256 cellar: :any, arm64_sonoma: "712d663cc41170921480536a3c3bdccfc56a67b3d7e9bc7ce765e61034220903" + sha256 cellar: :any, arm64_ventura: "337c03bfcac0878a9b32ff4d3859a7169a2cfcc3fa7808fc2830048e38efe8c1" + sha256 cellar: :any, sonoma: "12473ef993803c9a3f31afa658b768e07c8468a6b084ec698903d5037f531c3c" + sha256 cellar: :any, ventura: "4d65bc6967e1b4b2fabf11ee23c24cc28f7686c1e1f2fc49c8878ded22e2420c" + sha256 cellar: :any_skip_relocation, arm64_linux: "6c222fcc64661d79ff84199d0ccb795edf90e2cabec32274a81c18a7f5ce3815" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b568aa7626a50f193627f44ec00e524d34d2a4a0a0b6f0357a92783d6e902f8e" end depends_on "certifi" From 78c9827acfdf8cfb84ca05223454c9c6236857b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:27:20 +0000 Subject: [PATCH 08418/10074] keeper-commander: update 17.1.1_2 bottle. --- Formula/k/keeper-commander.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index fc81e23c81bfd..78014a53c3204 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -10,13 +10,13 @@ class KeeperCommander < Formula head "https://github.com/Keeper-Security/Commander.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "3fa374b9dd296a013db067102378b76e2b6a8ebbc5d98345cb83155ecb71eedd" - sha256 cellar: :any, arm64_sonoma: "942c51ec4d681eba83598e57acda3c5a0ed3f51f095c9269af42617a1926b1e0" - sha256 cellar: :any, arm64_ventura: "4fd3d63803b9a48d4a83507cd01d211e35d95f5a57f14b867d809856dab44139" - sha256 cellar: :any, sonoma: "8db9b0ea4adc8519a6f09c12f25538ee795856aebded17e9a398ae1db9406f67" - sha256 cellar: :any, ventura: "c57bddbd5e5596f47624d3c31d19188402589adf87b31995ee9e3c0da2aa5f91" - sha256 cellar: :any_skip_relocation, arm64_linux: "c4dccd333f0283664c8965b849ee05a4b31c01108001990288266be5db1383d9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd5f161afe881805012b007bcd86606f77a416307efb4e366f5045633a3500a4" + sha256 cellar: :any, arm64_sequoia: "1902cbff976c090c1fcc1679179b71ddf140ecb534c3f9296e8d6a58bd659d5a" + sha256 cellar: :any, arm64_sonoma: "394cbfd89b9f2324429b43869f7a2c4ff9fce355e87a8a814d77c38541bbbd57" + sha256 cellar: :any, arm64_ventura: "05009c9421d7be38b13c8c0ade2075552f382d5399240ecd4f45c9b97cb096c4" + sha256 cellar: :any, sonoma: "3507587a0d0c165d114df0babe0c3cee3d0cc179b30d18e88ca1ecaf9e9ea040" + sha256 cellar: :any, ventura: "770224956f0b8b489dadcba274c1520ef910b4b5bbf1a90cf971cd451c5e9c00" + sha256 cellar: :any_skip_relocation, arm64_linux: "750633726358ee19590c328714ec96b5906e74bd8537e194ec83dd6f1cbf22ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1c230cbc9d0bb05303ba4fdfcb74dfe866fbbd551e87f1d551f8380433d5047d" end depends_on "pkgconf" => :build From 4d4d885929a38d67d30399439e66238335b103b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:32:53 +0000 Subject: [PATCH 08419/10074] locust: update 2.37.10_2 bottle. --- Formula/l/locust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 51cbd31313ecb..7d4305b6bcb0c 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -9,13 +9,13 @@ class Locust < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "a5eb4811b52cd83eacb1fce89552fe56c48df768dd464d36a728e89432628ee6" - sha256 cellar: :any, arm64_sonoma: "be4b8107f81a4eba2a69bce3ba0faadba795c61cf23d6c0d0ac87fb1e4ef419c" - sha256 cellar: :any, arm64_ventura: "9ce318f44675d029e5c4400c8a65dcd53fbbb8113ea5b80b6414bc3059efea3d" - sha256 cellar: :any, sonoma: "e48ebd0763c29e585eff17672df05dbf252a9f1f4b9477c2f1e9580241290125" - sha256 cellar: :any, ventura: "0d5182836700df720825141b9b93ca6dbe26815f273e1fe21a6dfa1df1af580e" - sha256 cellar: :any_skip_relocation, arm64_linux: "f99f5c9a2d06c44603844a942374f35c48c3963d6f38aaf778b58ebabfb2a065" - sha256 cellar: :any_skip_relocation, x86_64_linux: "838af3f2ee36226413515cb8adfb182706dd0eb9352561e1fc78d7af1bdc2e3f" + sha256 cellar: :any, arm64_sequoia: "6ea595d9effd55dde6a5dde56301f49dbe0eeef96e8f70cd44cdb7151c8e001f" + sha256 cellar: :any, arm64_sonoma: "9d82026275cc14303041651fda9c321f57f7b98a9c83c11b831b292e82dfc9d8" + sha256 cellar: :any, arm64_ventura: "d9e378d1c09f118249bbca3bca4a1c6d1b44ddf2c4bfc121659cc075b1834749" + sha256 cellar: :any, sonoma: "93481078094651fd8819cad7891630e236fc54772bd1ddc7605b125368331731" + sha256 cellar: :any, ventura: "deb7ab2f1a5ecf40302f20cefcce6edf746119ad4f3d0d4fb8998086c5545265" + sha256 cellar: :any_skip_relocation, arm64_linux: "780017557053d2dc9e18dda6723c49574311800e680937368d08084705ffd34e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "69c8c1df7296885d86e6f95039b32240a01e51a55db16ff01f5f1ae74b20d6ef" end depends_on "cmake" => :build # for pyzmq From ccc99210e209559a301e9803a9e065689a8c6824 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 19:34:36 -0400 Subject: [PATCH 08420/10074] gorilla-cli: bump python resources Signed-off-by: Rui Chen --- Formula/g/gorilla-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/gorilla-cli.rb b/Formula/g/gorilla-cli.rb index a878293583c46..ce178f99ac1fa 100644 --- a/Formula/g/gorilla-cli.rb +++ b/Formula/g/gorilla-cli.rb @@ -6,7 +6,7 @@ class GorillaCli < Formula url "https://files.pythonhosted.org/packages/cd/2b/7a64f9ad59009e72ddf73d055195b4bf23e15599a61e66f1458b4025b9e5/gorilla-cli-0.0.10.tar.gz" sha256 "bf375230a06fac99ba56f14f49474466036f072751cd1d5a1908e8ace561856c" license "Apache-2.0" - revision 3 + revision 4 bottle do rebuild 1 @@ -70,8 +70,8 @@ class GorillaCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From ceb3010c8d151e6211bfbd569b0a800d5ffaca2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:37:19 +0000 Subject: [PATCH 08421/10074] mongo-orchestration: update 0.11.0_2 bottle. --- Formula/m/mongo-orchestration.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongo-orchestration.rb b/Formula/m/mongo-orchestration.rb index 3c38545e31bb5..e20d903b6ae4f 100644 --- a/Formula/m/mongo-orchestration.rb +++ b/Formula/m/mongo-orchestration.rb @@ -10,13 +10,13 @@ class MongoOrchestration < Formula head "https://github.com/10gen/mongo-orchestration.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfd1a392fdd07a640132664c00d5fb4a4713123b6893ebd6cdd3bb71107084d4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "be90eb1da97fbd735c843f2eb3dfa47bad2c50751f2ec7997318ef529eb6dc4b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1a8391a450907ccef446f1c816184a8413411f54e04f2c57909e95ea391d194b" - sha256 cellar: :any_skip_relocation, sonoma: "362e3b77ac394d9d3bf00840b3eafb668e9cc736772ddf4237a806e309303360" - sha256 cellar: :any_skip_relocation, ventura: "7631b1af15e3c3e7488a3b8ac817d568171ab7582be5a98fc68eeaf259ce00a0" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b3821a6c27dbd03bdb52ab7454e82f8642eda3afeaf7c8008c0391e9397e474" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d1a98cb7e9f11d69ad9bf23f28ee2f0cd83ad3f6e1e41f78e8ccafc539479bc8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cf1ca98e8cc1d53a511e305356720f88c7df9fe43ca546c964e68d2f04c0b34" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed5fdb25d4244126dacbecdd7e690bec21e0178b82309084acd5ba2c9e0e7742" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a395a66ec70d7ab1da4ed99fb3bc5f979cc4b79089ce528273e1e116597fcd6" + sha256 cellar: :any_skip_relocation, sonoma: "2a5d766859713b3e0118fb349ba6f080787cde06cfadeef5f4343a412fc72147" + sha256 cellar: :any_skip_relocation, ventura: "8ee4a65d23ea5b3e4a62ba36da59c0d2ee4cf0de7aee9216dadb608a9b20dfa0" + sha256 cellar: :any_skip_relocation, arm64_linux: "25276e23929a2d1ee969b9256613d356be8ac00e1b6809809aecc74e93322a39" + sha256 cellar: :any_skip_relocation, x86_64_linux: "65ed36ee9e206f5b3c1f80b45abeae3f23820e532a4332c4f48f0d8b03faefdb" end depends_on "certifi" From baf90f1c934afe5b161b336168932e2f2446f501 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:39:08 +0000 Subject: [PATCH 08422/10074] mkdocs-material: update 9.6.14_2 bottle. --- Formula/m/mkdocs-material.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mkdocs-material.rb b/Formula/m/mkdocs-material.rb index 91bade7eb6d4b..22b23599e1f27 100644 --- a/Formula/m/mkdocs-material.rb +++ b/Formula/m/mkdocs-material.rb @@ -8,13 +8,13 @@ class MkdocsMaterial < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "409a085d93b42f0e9edd54d089f36b4fb94b03a36f0198994081583eba6467b0" - sha256 cellar: :any, arm64_sonoma: "d877b06ddf6cf25e89dad5f7d64581d7de8ea14310463fd2dedccb5824a85963" - sha256 cellar: :any, arm64_ventura: "619499f8b8ac6ffb9c90bbd3d52cf7a24b213f9e9bf8a9b2164d2d3bf9573865" - sha256 cellar: :any, sonoma: "2496c9ae196251fb848df6c1a55bb9f4590075da3c99299d175cd30250f52b96" - sha256 cellar: :any, ventura: "1624a4dcf2c48ee0cf8d4395372e415062d5b46530e3612b5c8b8fd6cc5b4288" - sha256 cellar: :any_skip_relocation, arm64_linux: "27222dad1a16cf578102e92efe7ba098ba0d98c36d977772662602e307e9232e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bc93bd10aa7353966c30d7fe4f4d0c113808f8fdffa3e2f13815bad1db4ce11f" + sha256 cellar: :any, arm64_sequoia: "8bd31294c7adbda8a4f2c391ffc0b3ada7c62a2438acb3094ea541c56fd97fd1" + sha256 cellar: :any, arm64_sonoma: "15eb04e9b3415c96e7c637714e631406fb3483768b1b654b6577da8afa6d6ccb" + sha256 cellar: :any, arm64_ventura: "2974b25cf5365df0040b8acdf3f3ca70321f6214687d06842d1157074a0b12c4" + sha256 cellar: :any, sonoma: "b0d021f407e35e8cde03505c9060dc746ffbc13acc15537673cf809d42b5fd24" + sha256 cellar: :any, ventura: "503e92f1d9bf5e8068695456504a5487b499a7ea9e558f87a9ccd6fb15ac8c38" + sha256 cellar: :any_skip_relocation, arm64_linux: "5567a7a54a65da120c39f6c81bf63c1af73bb1d3049e500f91658e8a1ade0d16" + sha256 cellar: :any_skip_relocation, x86_64_linux: "71100951063b1fe7ae02cb6c8d4bcaae2725a407baa0a2c13dcbae05ddb884ff" end depends_on "libyaml" From fc20778b2043f2471805fd3e85232da04b64fd26 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 19:15:28 -0400 Subject: [PATCH 08423/10074] aider: bump python resources Signed-off-by: Rui Chen aider: update repo location Signed-off-by: Rui Chen --- Formula/a/aider.rb | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Formula/a/aider.rb b/Formula/a/aider.rb index 3ec22ad96beae..8485d64ec75b3 100644 --- a/Formula/a/aider.rb +++ b/Formula/a/aider.rb @@ -6,7 +6,8 @@ class Aider < Formula url "https://files.pythonhosted.org/packages/76/94/8cbf0e10a01bd24c68a0b14e256b75abaa4bae662f955669e14fc5902b0e/aider_chat-0.84.0.tar.gz" sha256 "b5001eaae8741816c28fa7a06adb616f2ba5293553de94ee123b99038c98fae0" license "Apache-2.0" - head "https://github.com/paul-gauthier/aider.git", branch: "main" + revision 1 + head "https://github.com/Aider-AI/aider.git", branch: "main" no_autobump! because: :requires_manual_review @@ -182,13 +183,13 @@ class Aider < Formula end resource "grpcio" do - url "https://files.pythonhosted.org/packages/fe/45/ff8c80a5a2e7e520d9c4d3c41484a11d33508253f6f4dd06d2c4b4158999/grpcio-1.72.1.tar.gz" - sha256 "87f62c94a40947cec1a0f91f95f5ba0aa8f799f23a1d42ae5be667b6b27b959c" + url "https://files.pythonhosted.org/packages/8e/7b/ca3f561aeecf0c846d15e1b38921a60dffffd5d4113931198fbf455334ee/grpcio-1.73.0.tar.gz" + sha256 "3af4c30918a7f0d39de500d11255f8d9da4f30e94a2033e70fe2a720e184bd8e" end resource "grpcio-status" do - url "https://files.pythonhosted.org/packages/50/b8/e563262a30065d3b52b61ca92c427fe2a1b04ba5dfca0415ae0df8ecdac8/grpcio_status-1.72.1.tar.gz" - sha256 "627111a87afa920eafb42cc6c50db209d263e07fa51fbb084981ef636566be7b" + url "https://files.pythonhosted.org/packages/6d/07/1c7b5ec7c72b8e2efc32cf82e2fe72497c579c8fa94edb8c3e430874cd42/grpcio_status-1.73.0.tar.gz" + sha256 "a2b7f430568217f884fe52a5a0133b6f4c9338beae33fb5370134a8eaf58f974" end resource "h11" do @@ -197,8 +198,8 @@ class Aider < Formula end resource "hf-xet" do - url "https://files.pythonhosted.org/packages/95/be/58f20728a5b445f8b064e74f0618897b3439f5ef90934da1916b9dfac76f/hf_xet-1.1.2.tar.gz" - sha256 "3712d6d4819d3976a1c18e36db9f503e296283f9363af818f50703506ed63da3" + url "https://files.pythonhosted.org/packages/8d/11/b480bb7515db97d5b2b703927a59bbdd3f87e68d47dff5591aada467b4a9/hf_xet-1.1.4.tar.gz" + sha256 "875158df90cb13547752532ed73cad9dfaad3b29e203143838f67178418d08a4" end resource "httpcore" do @@ -562,8 +563,8 @@ class Aider < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "watchfiles" do From 383df1d588c45eb5887cb3296d1f45fbbb526c0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:55:31 +0000 Subject: [PATCH 08424/10074] nbdime: update 4.0.2_3 bottle. --- Formula/n/nbdime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/nbdime.rb b/Formula/n/nbdime.rb index ea5321a5bba8f..2a78325c9173a 100644 --- a/Formula/n/nbdime.rb +++ b/Formula/n/nbdime.rb @@ -9,7 +9,7 @@ class Nbdime < Formula revision 3 bottle do - sha256 cellar: :any_skip_relocation, all: "9023f85b8abe4f3c6822ad39e9f83aee318711c9c99fef3a6ad802701aac5011" + sha256 cellar: :any_skip_relocation, all: "eba35bc3844a4ae0edb99d30c4a83fe69673946d7bda5e886d9901e7db6b9b08" end depends_on "certifi" From 51d91d3f5ece3ce95beb2068bfe7883e1dd6e16b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:55:55 +0000 Subject: [PATCH 08425/10074] mcpm: update 1.13.5_1 bottle. --- Formula/m/mcpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index a30238c970f27..3227581903837 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -9,13 +9,13 @@ class Mcpm < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "f26faf127b17d59b9f0add0ddb6ee6e0056594aec8324897b4649ee7c2613a30" - sha256 cellar: :any, arm64_sonoma: "e2cf36d41c7835560c4aad6d4dfe29d1fd190e5f0c3602ea8428e07403eff93d" - sha256 cellar: :any, arm64_ventura: "c45c350684557b809e854caa7da8147750d300df3377c72ecb3b2bf6c58082e8" - sha256 cellar: :any, sonoma: "55ae038c94517c99eef9c80c325c400b8a8bb916a404c5ad825bdab121dfdc97" - sha256 cellar: :any, ventura: "138b4b473eea6568cd386d8183e8baf7918434372fe8995b24c6044e91ca3d90" - sha256 cellar: :any_skip_relocation, arm64_linux: "f880f5797a1aedd83e3789155e6e22434e4166c8b31d679514717a38dc3b3a61" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bb1e4bd2adcb4f96fb6ae0809afcbe16668ea6238feee8862e04771fe5c04c9b" + sha256 cellar: :any, arm64_sequoia: "96417327c6ad2ef2a8aaf08dccc5c2351984536fe2d3d03e853afec0295885f8" + sha256 cellar: :any, arm64_sonoma: "35b7c732a94a0c245fa96fee775875f1700c4e05569e76fc0f3e20756f2c985f" + sha256 cellar: :any, arm64_ventura: "da5e3fc89726463874b9b8d0f47fc080518c97419d9ed2ce18f961839c7a0698" + sha256 cellar: :any, sonoma: "b66919da2ad84ed6f905ad4174bcd08509be3dcb777388ac92040e11a4e5f7bb" + sha256 cellar: :any, ventura: "439012da62c37650fbb84cee61606337332164b7159d69513f91955fcc0a1df9" + sha256 cellar: :any_skip_relocation, arm64_linux: "ad51046c21ca947dce9afbe35383a91cb90073e47ec538d91adf00b2496c853a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5b97671d73129c0ca3505644b9c0926e0acec66785f354259836d500f6e86f6" end depends_on "rust" => :build From aa5a015948e66a0e7573936b31decf61abba269a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:56:27 +0000 Subject: [PATCH 08426/10074] meta-package-manager: update 5.21.0_2 bottle. --- Formula/m/meta-package-manager.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/meta-package-manager.rb b/Formula/m/meta-package-manager.rb index ee693832627a9..bae4f41478d44 100644 --- a/Formula/m/meta-package-manager.rb +++ b/Formula/m/meta-package-manager.rb @@ -11,13 +11,13 @@ class MetaPackageManager < Formula head "https://github.com/kdeldycke/meta-package-manager.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "91dec132db597dcfe52a5c044ea80525e088eb5e1fd4401dab94c50f81aee33a" - sha256 cellar: :any, arm64_sonoma: "ccd913205ae3b36d475e17fef41013c2b5b307c963b635f6a614fbdc7b1db1b3" - sha256 cellar: :any, arm64_ventura: "f35566bd8fece7883d78d17515ff34eb2ca57f76ecd9142b18ad40c5530cbb39" - sha256 cellar: :any, sonoma: "f52e6fe74c5e50a1034316e2164a798888321624b0e1c5eb5c8a83bb97451143" - sha256 cellar: :any, ventura: "117d4c29f673a86e0424afac3f3c2731a09a7a1e0ec3e2088780d2a942534c5d" - sha256 cellar: :any_skip_relocation, arm64_linux: "9de9fbdb0ad16ad6a6fa7365bd7d3e7b43599ad6071eba452aeb4b3d6ad53a62" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6236e4c92aa2ab3772ab121659249a47e513025066e99e982ed9a995e142180b" + sha256 cellar: :any, arm64_sequoia: "3b76194c131eec7f94c39eb56af545aca112f7a2abab10b190f2473d161f8716" + sha256 cellar: :any, arm64_sonoma: "b8dd2d1ee0388db84b26a3b1ec2ea0d37eee72f5ce50ce2821d4c4a145fbec60" + sha256 cellar: :any, arm64_ventura: "3c09ac51da7a00f7b733440d9d7630226cf68a45d85ef8ba27aa371f2e76f565" + sha256 cellar: :any, sonoma: "fb3b8eee8b71b57c7164d96c1efcf01df3fcd8d486a42839f3c64f5b9fcfd6e5" + sha256 cellar: :any, ventura: "2c811dd3897778fb90dce7a74a6f31907bd945592a637b80a0bc55f9c45f4b09" + sha256 cellar: :any_skip_relocation, arm64_linux: "55a2543423f626da0297a66a9cc64fec0f4e8c1faaa853a01e149136e6a33d86" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bb0f47a483a944b6baab6f6f0c2c981217f5d73c627ca95330c67e7433196b43" end depends_on "rust" => :build # for rpds-py From f906f1d2fb6fc76474b3319e82a95e2567ed672a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:59:07 +0000 Subject: [PATCH 08427/10074] go-rice: add 1.0.3 bottle. --- Formula/g/go-rice.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/g/go-rice.rb b/Formula/g/go-rice.rb index 00ef3b4fa78e6..70250e61a4fd7 100644 --- a/Formula/g/go-rice.rb +++ b/Formula/g/go-rice.rb @@ -6,6 +6,15 @@ class GoRice < Formula license "BSD-2-Clause" head "https://github.com/GeertJohan/go.rice.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d46108d4a8f53e1f8e3d4837ca941af6f3c866b247ff7c58d3bf8b65d34c43fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d46108d4a8f53e1f8e3d4837ca941af6f3c866b247ff7c58d3bf8b65d34c43fd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d46108d4a8f53e1f8e3d4837ca941af6f3c866b247ff7c58d3bf8b65d34c43fd" + sha256 cellar: :any_skip_relocation, sonoma: "52269f53fda001ba801a35a19c774755f8b183f3bf9d99474d852945b915e1dd" + sha256 cellar: :any_skip_relocation, ventura: "52269f53fda001ba801a35a19c774755f8b183f3bf9d99474d852945b915e1dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "acfb2a6c644ea76394bae1d3cb7607ad96ba33c478a0864e844373738d36c27a" + end + depends_on "go" => [:build, :test] def install From f110112b49d38132a310c4830b1ba51b87859d23 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:59:07 +0000 Subject: [PATCH 08428/10074] localai: update 3.0.0 bottle. --- Formula/l/localai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/localai.rb b/Formula/l/localai.rb index a27f4fb6623e7..7dcbd24d7d161 100644 --- a/Formula/l/localai.rb +++ b/Formula/l/localai.rb @@ -9,12 +9,12 @@ class Localai < Formula head "https://github.com/mudler/LocalAI.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b50f832facfac7f166ca59de5d3b7f241b10bcfe0dcdee6afec90b3d557e1812" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c82bb99e40beb0bb781ecf1087d0a0c3deeca7f2423d177c831e5ee639db516" - sha256 cellar: :any_skip_relocation, arm64_ventura: "27a1f5a845087a4604800f0eee1642747f95f68a4f9eb268f6180aba2cbd4638" - sha256 cellar: :any_skip_relocation, sonoma: "dc8a9eb26fe99a47a098f82f050302a548f6f529b86c14f1b90f5f602e204b07" - sha256 cellar: :any_skip_relocation, ventura: "71df6ef43bb378c2fac806673579b47e5a717e0805a17227fd9ddea6b0070043" - sha256 x86_64_linux: "3a36fc178cc6108855d3f75d2c7751d616e9a176901ecc5dc6dca9e2ff5e134e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6736e4c9ea160f01e9f679af47c5ae8ccd6e62e5f859c13eec7a7b814d673cdf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "78c6b420b7774f0e4db13875b6aea4a5519357b26a01898d9d5075ec7bc6ea91" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ca3d05f93c9e606deaffa442e150667a49e61d3a2b38a8ed94de0498fef49e31" + sha256 cellar: :any_skip_relocation, sonoma: "99332128a15f4db598d4b033474e2769372a43994642e544a6d54d98a5c56954" + sha256 cellar: :any_skip_relocation, ventura: "c8c2a8e818e588846300a67d8bae0dcfaa17b74d79a204bbb7de2aeb43989c6e" + sha256 x86_64_linux: "22e4e42166bb2917c51aff02646633b5c59d61227b7e47bc115b947f4064dd24" end depends_on "abseil" => :build From 8f9ac2108adfd15c4cfd7b6d439ddd5d417c303a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:59:45 +0000 Subject: [PATCH 08429/10074] vunnel: update 0.34.1 bottle. --- Formula/v/vunnel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vunnel.rb b/Formula/v/vunnel.rb index 9d68eb6fd3bb7..0f639c93daf65 100644 --- a/Formula/v/vunnel.rb +++ b/Formula/v/vunnel.rb @@ -9,13 +9,13 @@ class Vunnel < Formula head "https://github.com/anchore/vunnel.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "87fa0a101db2d9fcf823f738af97a61f00eb8b63694923ddfd4942645d6fd19f" - sha256 cellar: :any, arm64_sonoma: "bc55953b48f239f16858b93b17b0c23980bb4f33f043cc6cf1fca5f9a3d00108" - sha256 cellar: :any, arm64_ventura: "0b1cbd94443c0ba866065cc1956c2a87d46bb1f0bb6be64105a6111e89766932" - sha256 cellar: :any, sonoma: "eaf3b39a580a9edc8cbc7a9c8d7aba21b10539a0980c874e4beaebd364e01d10" - sha256 cellar: :any, ventura: "cd253fb9ac4e40888f13072b95183987c118bf6603645dcf46c78ea055b8dd0e" - sha256 cellar: :any_skip_relocation, arm64_linux: "4313a1ce84ede159ce7538fd4a4098ae5e6aab22926a826c8c911ea3e9133b94" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7175ecb66d5657fd2fb9e74723be7a39165edc03698c0ba6f5fc66e57d8b0162" + sha256 cellar: :any, arm64_sequoia: "27ce138645f26c327ccd6ce24e82394af42d72fc549831a7b4fc91c0cb04defa" + sha256 cellar: :any, arm64_sonoma: "e2f05505a7d5239ba418c0190dfccdecb925af1c8266bf8564a7aaa91168a6b9" + sha256 cellar: :any, arm64_ventura: "0226b2bca0a7ba098e7d14622a48eb40ac23d58164329f2044e9a0f01f103ef9" + sha256 cellar: :any, sonoma: "398c56b01d16b22b1b3fbb3626799ab760c436ad61f89ca428e098461c34c314" + sha256 cellar: :any, ventura: "79a138fd90ed63563a98c737b7ad69ea35acc35ec8de9159f06f0519694115bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "aee4188e62464ca7771d65a40c22db22532198eeb97f293025bb2f95f1f75b3d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9d4b3f6e309ad30797b3a82c6120540b78258a7e9b7bcd1bfb70da3383b41500" end depends_on "rust" => :build From a788d94b796512c833608946a0e172796b181eaf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:00:10 +0000 Subject: [PATCH 08430/10074] sherif: add 1.5.0 bottle. --- Formula/s/sherif.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/s/sherif.rb b/Formula/s/sherif.rb index 604c0ecd8a0ad..717335ee417e6 100644 --- a/Formula/s/sherif.rb +++ b/Formula/s/sherif.rb @@ -5,6 +5,15 @@ class Sherif < Formula sha256 "9d34335e549940b1aa0ed4c2d96f6794863904ab30e9461c7bf8ff4dc879ca70" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0f5b57ffef3fde2495c113e8b359cd5c9bbba8684b5af005899577003faa887" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0f5b57ffef3fde2495c113e8b359cd5c9bbba8684b5af005899577003faa887" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b0f5b57ffef3fde2495c113e8b359cd5c9bbba8684b5af005899577003faa887" + sha256 cellar: :any_skip_relocation, sonoma: "a138edf56a70d681774c156503f69cb76cb34d37a15e5085da729d44f3f2d771" + sha256 cellar: :any_skip_relocation, ventura: "a138edf56a70d681774c156503f69cb76cb34d37a15e5085da729d44f3f2d771" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e316ba6057c8c942c27283006dbffb9858befaf24480f1b66351beb3ed2c3439" + end + depends_on "node" def install From 53640e9d34349e56a992ddb601c6de89fd2a0112 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:00:44 +0000 Subject: [PATCH 08431/10074] libcec: update 7.1.0 bottle. --- Formula/lib/libcec.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libcec.rb b/Formula/lib/libcec.rb index 6835ca0cfd1fa..dbf5e50d2291f 100644 --- a/Formula/lib/libcec.rb +++ b/Formula/lib/libcec.rb @@ -6,13 +6,13 @@ class Libcec < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "6c3e6496b7aa4fc0b2ccb840c23b2881ce4f0d1a4419854c1e21e6e316a98b7f" - sha256 cellar: :any, arm64_sonoma: "de4f26ed875eb592e3fc420963d62ffe939f38745951eacdb431517d3c297eed" - sha256 cellar: :any, arm64_ventura: "a3f634f61d5a27f31057a3e5deec39973d7bbdda09a8cefeeb903bf155411587" - sha256 cellar: :any, sonoma: "559cbd188d933dad82b923434da5cbdcbc8f59972f157d04b518e968a05a62dc" - sha256 cellar: :any, ventura: "a942eaf1c28a2ac335203421541da6347dc4f5bd5da1ce5015241d79dc845d73" - sha256 cellar: :any_skip_relocation, arm64_linux: "8dc79b71ae7d6917a919038ee0aa6a75adf4f97a6ea49dd389ee54efc53d5e9d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "916e33306e1006b5a8c5337c8ed5341c445598bb5eb90de65137ff1bbc0a1225" + sha256 cellar: :any, arm64_sequoia: "5d628750a848f9fe50e393d2c188fda70aa698c19a20bbbe7dc457d5c8ddce4e" + sha256 cellar: :any, arm64_sonoma: "d43c94ebd2342cf25142ac4a489836d7f48547ea3c4da91f11cde2f9e319d401" + sha256 cellar: :any, arm64_ventura: "3c2c98844f1c667bf427d61f2c8d0fa56c1dea1f9ae4aa70fa67883358826976" + sha256 cellar: :any, sonoma: "eadbe1896553e66368673fafafa958de45215947dc5991e33238e607a2f9ce57" + sha256 cellar: :any, ventura: "ef7a56b4a3c551e42823704361cc09c05c5ebd372eb3c70d9f69700a7a1cdf2b" + sha256 cellar: :any_skip_relocation, arm64_linux: "3624133784229fd025d4b4d067ec8efaaac2724b968fe09b0ab8498cb4f1ebda" + sha256 cellar: :any_skip_relocation, x86_64_linux: "05c12de1b683cf73a0a6a9034566c9be66e62bc51bb84e399fe913e6f6a84dff" end depends_on "cmake" => :build From 5c9cd22e46486f7ac4b01a9c8308bcf630489bf4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:05:31 +0000 Subject: [PATCH 08432/10074] moodle-dl: update 2.3.13_1 bottle. --- Formula/m/moodle-dl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moodle-dl.rb b/Formula/m/moodle-dl.rb index bcc85dd565632..bfc2fa6721c8d 100644 --- a/Formula/m/moodle-dl.rb +++ b/Formula/m/moodle-dl.rb @@ -9,13 +9,13 @@ class MoodleDl < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4edaba781d9d735a2716e1eb87a7453754556d33293d0dd002840dedaac4f1c9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "62550b7e608fc4dad74af47a99eae725913d28850f12a781ba2d166fafb9a2af" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6c5967df3f89b9ab620d22f60f2b3bfcb6bb927bc503166000962bd0efcd8953" - sha256 cellar: :any_skip_relocation, sonoma: "9f42ac47c652fb79c1c8142b2e4ae703d2bcfdb32563e6b83720e6fa98e1c247" - sha256 cellar: :any_skip_relocation, ventura: "e6d57095cf2fe5267bd38c73e43bfb6523a2923ac27c558ca4dc6de94fab8169" - sha256 cellar: :any_skip_relocation, arm64_linux: "8f758c3bc202c784a219c519043807a628c78499eafc091b886828b20ca9e105" - sha256 cellar: :any_skip_relocation, x86_64_linux: "17f020ecba04b74fe8bd814888ae07379275625fea606e4a9f5f36b450bc0e10" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad089a0c6aed2beff6e375c381127c27ef20374b583db420b55d41650badb0b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "11a4ff909916af5a9cea84ef61b6e7f05d91009e6298bb02ac4a47d4e4216475" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3bc09a719417b35c02e542565e73abd7000b28b139ddcea07c941af3ca095a7c" + sha256 cellar: :any_skip_relocation, sonoma: "3bee834ce11f0b03eded23bfc5fe629cb913fe68f3711e2551b0c6ee046856d1" + sha256 cellar: :any_skip_relocation, ventura: "2fa962b23537eba151e9001fe1a610e0f8a796856d0834da0ea7c1a2d0b36c6c" + sha256 cellar: :any_skip_relocation, arm64_linux: "54657f0936a9afbe3897630e84faabc9a19e7bdf92742922ac650e6d67167ec6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "56ed677f39305e25233ad5ab09f1721735e2402c2164067a941a3e22e504ec45" end depends_on "certifi" From ad0b9949bdb7d0e119a07fa49f2e8b56f789ff8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:07:40 +0000 Subject: [PATCH 08433/10074] okta-awscli: update 0.5.5_5 bottle. --- Formula/o/okta-awscli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/okta-awscli.rb b/Formula/o/okta-awscli.rb index 5810862907cf2..9c00fcb477d21 100644 --- a/Formula/o/okta-awscli.rb +++ b/Formula/o/okta-awscli.rb @@ -9,7 +9,7 @@ class OktaAwscli < Formula revision 5 bottle do - sha256 cellar: :any_skip_relocation, all: "5fdbf1d0d36d91b4276cbd3953da14306952ac001ab6894ba7577d7a1241018f" + sha256 cellar: :any_skip_relocation, all: "d279e4c3b084f2de087c01d4b05af5da5cc14e52469440f35ae7d74abe676c09" end depends_on "certifi" From 7f32933eeb8f0fffe4df00808d572e288d0364a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:10:36 +0000 Subject: [PATCH 08434/10074] osc-cli: update 1.11.0_9 bottle. --- Formula/o/osc-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/osc-cli.rb b/Formula/o/osc-cli.rb index 2b84b338d28b4..5c2f47d1e3deb 100644 --- a/Formula/o/osc-cli.rb +++ b/Formula/o/osc-cli.rb @@ -11,13 +11,13 @@ class OscCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbdb9054c1453179f2d263b5982582ba142a6656a822bc085241b02f3fd1265c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbdb9054c1453179f2d263b5982582ba142a6656a822bc085241b02f3fd1265c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dbdb9054c1453179f2d263b5982582ba142a6656a822bc085241b02f3fd1265c" - sha256 cellar: :any_skip_relocation, sonoma: "1560352637ab7bd7d48dfd9efabdb2fa508adc081d707416a48b4c2096fcb54f" - sha256 cellar: :any_skip_relocation, ventura: "1560352637ab7bd7d48dfd9efabdb2fa508adc081d707416a48b4c2096fcb54f" - sha256 cellar: :any_skip_relocation, arm64_linux: "8caa74902e4f0660499891159a7fc666c224a312bee83ced94ac3b9379588e18" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8caa74902e4f0660499891159a7fc666c224a312bee83ced94ac3b9379588e18" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7235b2b658f8bbb90bb5137056fb050ca83e1b7d5d18c1a31e2eaa66d83b6aa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7235b2b658f8bbb90bb5137056fb050ca83e1b7d5d18c1a31e2eaa66d83b6aa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c7235b2b658f8bbb90bb5137056fb050ca83e1b7d5d18c1a31e2eaa66d83b6aa" + sha256 cellar: :any_skip_relocation, sonoma: "19a5cb9c5204c8b1b3bc76a9b61cb8a7c7a419fb98dde5794c034590850d405d" + sha256 cellar: :any_skip_relocation, ventura: "19a5cb9c5204c8b1b3bc76a9b61cb8a7c7a419fb98dde5794c034590850d405d" + sha256 cellar: :any_skip_relocation, arm64_linux: "4305632f73a966761815f07ed20f13644c37f0e8303c23963587d419e55d96b6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4305632f73a966761815f07ed20f13644c37f0e8303c23963587d419e55d96b6" end depends_on "certifi" From f1995d2ccaad670508701a3965c8c8d7b421ffa7 Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 20 Jun 2025 02:10:54 +0200 Subject: [PATCH 08435/10074] cbonsai 1.4.0 --- Formula/c/cbonsai.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/c/cbonsai.rb b/Formula/c/cbonsai.rb index 743d4e046dcea..76a47e38c29c2 100644 --- a/Formula/c/cbonsai.rb +++ b/Formula/c/cbonsai.rb @@ -1,12 +1,10 @@ class Cbonsai < Formula desc "Console Bonsai is a bonsai tree generator, written in C using ncurses" homepage "https://gitlab.com/jallbrit/cbonsai" - url "https://gitlab.com/jallbrit/cbonsai/-/archive/v1.3.1/cbonsai-v1.3.1.tar.gz" - sha256 "62aa7e0eaf3098b7a6a2787146bd2531437df6ad0e604b0f9176128797efd8f9" + url "https://gitlab.com/jallbrit/cbonsai/-/archive/v1.4.0/cbonsai-v1.4.0.tar.gz" + sha256 "670a463f26a8e1e9d0cfde41079526c9fa73f1dda0625fc1fa6b8f4d2544a17b" license "GPL-3.0-or-later" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "b7f0d998d2d9d8c57df4af660020fad67ca426ad8ede10842301f0cdf4ced6e2" sha256 cellar: :any, arm64_sonoma: "d751d0aff3de34a8d5f64a063a16d632fcf4aeb3decd78eccc89e50de7363057" From af0befea6d60eeb5917e052cd6dbb2afadc8b463 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 19:32:08 -0400 Subject: [PATCH 08436/10074] dolphie: bump python resources Signed-off-by: Rui Chen --- Formula/d/dolphie.rb | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/Formula/d/dolphie.rb b/Formula/d/dolphie.rb index 78e0c89804edc..60096180b507d 100644 --- a/Formula/d/dolphie.rb +++ b/Formula/d/dolphie.rb @@ -6,6 +6,7 @@ class Dolphie < Formula url "https://files.pythonhosted.org/packages/50/0b/71afd6b459ce5cfdbf581aa45276a957b705f0908661a0d98c90c54cd1ca/dolphie-6.10.1.tar.gz" sha256 "81c1c3254efced0f0810d143389c9a9a3fbe779a9f608aae8c34d82158c7bb45" license "GPL-3.0-or-later" + revision 1 no_autobump! because: "some resources have to be updated manually" @@ -106,8 +107,8 @@ class Dolphie < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -121,8 +122,8 @@ class Dolphie < Formula end resource "textual" do - url "https://files.pythonhosted.org/packages/34/99/8408761a1a1076b2bb69d4859ec110d74be7515552407ac1cb6b68630eb6/textual-3.2.0.tar.gz" - sha256 "d2f3b0c39e02535bb5f2aec1c45e10bd3ee7508ed1e240b7505c3cf02a6f00ed" + url "https://files.pythonhosted.org/packages/1b/cf/b4a02ae702ccb3ba0e5de0aaf3197f95585f480ce9f6ed0a5936f6eb2609/textual-3.4.0.tar.gz" + sha256 "f697c3b9371bbc30c11453a094d700e95cf7c2115f68bad35f0249de67996c99" end resource "tree-sitter" do @@ -131,8 +132,8 @@ class Dolphie < Formula end resource "tree-sitter-bash" do - url "https://github.com/tree-sitter/tree-sitter-bash/archive/refs/tags/v0.23.3.tar.gz" - sha256 "c682b81d0fe953d19f6632db3ba6e4f2db1efe1784f7a28bc5fcf6355d67335b" + url "https://github.com/tree-sitter/tree-sitter-bash/archive/refs/tags/v0.25.0.tar.gz" + sha256 "9d6bad618e712b51ff060515b0ce6872e33727148f35becb8aa3ad80044c2348" end resource "tree-sitter-css" do @@ -190,14 +191,19 @@ class Dolphie < Formula sha256 "7d52a7d4884f307aabc872867c69084d94456d8afcdc63b0a73031a8b29036dc" end + resource "tree-sitter-xml" do + url "https://github.com/tree-sitter-grammars/tree-sitter-xml/archive/refs/tags/v0.7.0.tar.gz" + sha256 "4330a6b3685c2f66d108e1df0448eb40c468518c3a66f2c1607a924c262a3eb9" + end + resource "tree-sitter-yaml" do - url "https://github.com/tree-sitter-grammars/tree-sitter-yaml/archive/refs/tags/v0.7.0.tar.gz" - sha256 "8182760587f14d5131161dee3605613ccebe86062909f0879edf63b4bdd99d44" + url "https://github.com/tree-sitter-grammars/tree-sitter-yaml/archive/refs/tags/v0.7.1.tar.gz" + sha256 "0626a1d89d713a46acd0581b745d3dcfe0b3714279eb6cf858fe78ff850a5a2b" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "uc-micro-py" do @@ -206,8 +212,8 @@ class Dolphie < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "zstandard" do From 001beee27aba10af5eaa0213c8e2437fd11de077 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:13:25 +0000 Subject: [PATCH 08437/10074] moto: update 5.1.6_1 bottle. --- Formula/m/moto.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moto.rb b/Formula/m/moto.rb index fa822b90fbbb5..5328d60e4b6c4 100644 --- a/Formula/m/moto.rb +++ b/Formula/m/moto.rb @@ -9,13 +9,13 @@ class Moto < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "ec6d1bb819eb3756b96d73d29c7bdbcb93b646207d2451ba9767d06ca3979e80" - sha256 cellar: :any, arm64_sonoma: "3a7e22462edbf10103c0110b39904051cd06c3cd2034fbc2e0cac49b84ed4f03" - sha256 cellar: :any, arm64_ventura: "abb0f9f38e7ce7e5887def7f7a78cc6dc61e17cef74fe6dcd8a22715af40220e" - sha256 cellar: :any, sonoma: "063ae460f20bb3ad1d8bb6741553477b649efa40acdecbf8461932e563adacae" - sha256 cellar: :any, ventura: "2b9970e751f2f4eb7e29b8ca72d4c3c0d74c3b49ed9b9e002f8b1b43e3f6bb5c" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae93eb5bafc1a3ff26ba63445207de9e02f8b9756f19b7e57501f2a6f5dfc55b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e6ada09c259516550992d1c4e6730ff29bdb75d79cf49d04dbaffee2eaae57ea" + sha256 cellar: :any, arm64_sequoia: "97d144a7e22e3345d0f30dc63f93ded8fceb5f8bcf6458e88c8f77a838de9102" + sha256 cellar: :any, arm64_sonoma: "54203b63bba1685d863cda116fbfcce5cb336b959d0346571261b58487f60fa7" + sha256 cellar: :any, arm64_ventura: "37e4e5af83792c9481c73cd9c07cd1bc92948c106d3fa92ba630763daf53a9a1" + sha256 cellar: :any, sonoma: "334f634dec6061bf08b928d20e0c14e4b8b20a79e2231276ef7c97e2d422bb2c" + sha256 cellar: :any, ventura: "a99bbe7c2319fe846ee29c4160fc6127bf9710313e3b41066a81bac021f78cc9" + sha256 cellar: :any_skip_relocation, arm64_linux: "32759775e3b7e47e50a6625e3752a799df93ef69feb43a864bd4a1ff37e79d8d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b863255c8a0f5e3718dc9e333463e19a1b1db98bcc8e96d747d585fdeb7ab91" end depends_on "rust" => :build # for pydantic_core From 15398a00fad51d4444c137f4e443da104d2b8a36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:15:43 +0000 Subject: [PATCH 08438/10074] parliament: update 1.6.4_1 bottle. --- Formula/p/parliament.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/parliament.rb b/Formula/p/parliament.rb index 4a2e2e5476939..facdedde5f6aa 100644 --- a/Formula/p/parliament.rb +++ b/Formula/p/parliament.rb @@ -10,13 +10,13 @@ class Parliament < Formula head "https://github.com/duo-labs/parliament.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "d9403346c9966ef7acf2569c4eb997136dc526a81b9579f455ac63620fe3c2da" - sha256 cellar: :any, arm64_sonoma: "9a65b166b6ccfca15fddf77d536eae03cd77902913cdba068c4eb09bc5551615" - sha256 cellar: :any, arm64_ventura: "b3cc44cfbdfdcdbb07782df04b2c2be92f97d5fd237da1fe6b758b0e247fc9d4" - sha256 cellar: :any, sonoma: "47f8fb5e12e69fbcc66a96db6d13d68658121bb862bb0fa7521db1bdbdca6647" - sha256 cellar: :any, ventura: "6fd5021c681409134fbf7f4ff46bc32a3893446ba03f0754901d69ec28bb8652" - sha256 cellar: :any_skip_relocation, arm64_linux: "4443335de6c820bfeb4f6664b11b7cf647cf4a0c6cc6742d004d5402839d5f82" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e903562d94d8918dfeeba821465831ec0d8462be17cd5e17d4cbbe950f83d44" + sha256 cellar: :any, arm64_sequoia: "cf05669f84a4239aae9ec611ad81bc1bc4d6c325c88822f94e3b547f6e94a868" + sha256 cellar: :any, arm64_sonoma: "fb00cf494a63ad6c210b0cc52e80d6a34160f7e88f9659a373dd8adde43dd8ff" + sha256 cellar: :any, arm64_ventura: "7a31c5049a383bd602dcb99decde918aeda711922cbdb7e7a41700a977f07963" + sha256 cellar: :any, sonoma: "670267222577df36ecf9b98e7f20ea5dad3de0c2b6497964135499ee9ff30cb5" + sha256 cellar: :any, ventura: "ebf99bfb60fd2e7390eab8f0aee76ea11446c2430cd40cd70ef57df684fd8a7d" + sha256 cellar: :any_skip_relocation, arm64_linux: "ca0b3b8f9be5e3cbff82df3eda432005d51a0516e6af88dd49133f5a1abfdd67" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fbc18a72415b1d0d7d8f516e6832df6eb5acc626139ccf7b861890215b7ddbcf" end depends_on "libyaml" From 05c9af4441ee0a5f115fbc1411cfeb8ffdc28298 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:16:25 +0000 Subject: [PATCH 08439/10074] notifiers: update 1.3.6_2 bottle. --- Formula/n/notifiers.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/notifiers.rb b/Formula/n/notifiers.rb index dd22e07c56162..32c5a344e4521 100644 --- a/Formula/n/notifiers.rb +++ b/Formula/n/notifiers.rb @@ -9,13 +9,13 @@ class Notifiers < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "1b116d74939f28c243a2e3743afc11625f469cff5ef3415ba37ef97af043844e" - sha256 cellar: :any, arm64_sonoma: "93977d533a3b7731a895260a7c7e7e8491623518061899887986fe17a2d4f55b" - sha256 cellar: :any, arm64_ventura: "ebac627702b08f4bf5c5fb6886e8fda06f8c3ca1f6c7500def3f621e3af523b1" - sha256 cellar: :any, sonoma: "d3adb78004b1760ad7d11ebe8c9f51ba97180e0c69793afe7170846e101a34ec" - sha256 cellar: :any, ventura: "c828875699ac7bdb9c340faf205b26f30810274d66e3b9c84d6033e7fc861f48" - sha256 cellar: :any_skip_relocation, arm64_linux: "d26b89957db1c63a73a0dc2fa16ab269b5fd3ddf752a731bb4e41b0313773e7f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15314cc0d684e9b2ff4d03ca5a86a2929d39911404d196be81c9bf36396cb8ad" + sha256 cellar: :any, arm64_sequoia: "0637bb3675b3356c37dce045581e65d2da9283ceb7c110417c1155a51835deb5" + sha256 cellar: :any, arm64_sonoma: "dc7d48a5a4ed68a79c1283c7ca50f2ebb41db20873fbcff2bf912f2cde8866e4" + sha256 cellar: :any, arm64_ventura: "5965974db5b317abff2529cd8141ff788b9c5178f6b63359bf4a6af216ac3f0d" + sha256 cellar: :any, sonoma: "0339f4b0978405a1f3e5e26728635fb553085906d8df21c52474996b80e9b12c" + sha256 cellar: :any, ventura: "71c0d272547f189249a7d1403860ab965d39108ff4ada03ee256d777a8e2b192" + sha256 cellar: :any_skip_relocation, arm64_linux: "b0d27dca6998ad4666103909c60ced1757347e8bdd1b63b2afa48decaa0860d2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78c31bb847915cf426d38beec2f1585f229686c322d1bdd8ccafa646b8c7a399" end depends_on "rust" => :build # for rpds-py From fc05e5dfc9ae6aa45e7de9244606410734cc9089 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:20:40 +0000 Subject: [PATCH 08440/10074] osc: update 1.16.0_1 bottle. --- Formula/o/osc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/osc.rb b/Formula/o/osc.rb index fda0086620fae..53044b15816a7 100644 --- a/Formula/o/osc.rb +++ b/Formula/o/osc.rb @@ -15,13 +15,13 @@ class Osc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6549ef1d187b7c34e1cd688ad82fa78bd0c5cdba26b4506cda8ee7abdfe40954" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6549ef1d187b7c34e1cd688ad82fa78bd0c5cdba26b4506cda8ee7abdfe40954" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6549ef1d187b7c34e1cd688ad82fa78bd0c5cdba26b4506cda8ee7abdfe40954" - sha256 cellar: :any_skip_relocation, sonoma: "0543459f2abebc2e929b009ec039ec6a3ef97e2df0a0b410b123666eacb94c08" - sha256 cellar: :any_skip_relocation, ventura: "0543459f2abebc2e929b009ec039ec6a3ef97e2df0a0b410b123666eacb94c08" - sha256 cellar: :any_skip_relocation, arm64_linux: "6549ef1d187b7c34e1cd688ad82fa78bd0c5cdba26b4506cda8ee7abdfe40954" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6549ef1d187b7c34e1cd688ad82fa78bd0c5cdba26b4506cda8ee7abdfe40954" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d69ed1cd160424eee722ed24fda796a07d4693a1e1cd17905dee182f9283e33e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "588ecf4c022cbf6ded7fec8b07f973880ff1d371ff97cf5e045eaaf0b111a756" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cfd27ac88ca91b9eb851cd0e8c854d8507bae60ea5824d074a9f68e9da77f02c" + sha256 cellar: :any_skip_relocation, sonoma: "6bf4323023018b0e128d34cb78f35a1110fae80a9ae89d1e6ffa74a984d457a4" + sha256 cellar: :any_skip_relocation, ventura: "d378d113c590d10ef7a41e41ad3052ea82b6b69db8422d7e6bb7c6cfddc72cf7" + sha256 cellar: :any_skip_relocation, arm64_linux: "8cfa9033532ecd4b25ebc248a0c0de5b42ae29d5255dc7e2d95209b2784225cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fdd465e79a97c3f19b131ef8f6876167d9983a92c43814902c46ea52262cddde" end depends_on "cryptography" From 7da907b62de7102014fb7d401dace9981c948010 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 00:23:52 +0000 Subject: [PATCH 08441/10074] go-rice: update 1.0.3 bottle. --- Formula/g/go-rice.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/g/go-rice.rb b/Formula/g/go-rice.rb index 70250e61a4fd7..9b4ce2c6d475a 100644 --- a/Formula/g/go-rice.rb +++ b/Formula/g/go-rice.rb @@ -12,6 +12,7 @@ class GoRice < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "d46108d4a8f53e1f8e3d4837ca941af6f3c866b247ff7c58d3bf8b65d34c43fd" sha256 cellar: :any_skip_relocation, sonoma: "52269f53fda001ba801a35a19c774755f8b183f3bf9d99474d852945b915e1dd" sha256 cellar: :any_skip_relocation, ventura: "52269f53fda001ba801a35a19c774755f8b183f3bf9d99474d852945b915e1dd" + sha256 cellar: :any_skip_relocation, arm64_linux: "49d002fe74359b8e0f97bc5a488b21a32d7844f4b89e02845817f9bea5b3c289" sha256 cellar: :any_skip_relocation, x86_64_linux: "acfb2a6c644ea76394bae1d3cb7607ad96ba33c478a0864e844373738d36c27a" end From 2712d0668e45db39a720ab35f8428f16063f2e91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:25:38 +0000 Subject: [PATCH 08442/10074] pdm: update 2.25.2_1 bottle. --- Formula/p/pdm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index ccd21397e51af..3dd326f491710 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -10,13 +10,13 @@ class Pdm < Formula head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "afc93f80438217d58358f4e75997d5ddf3a9a3897564bb3ddf61ccb61390461b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "afc93f80438217d58358f4e75997d5ddf3a9a3897564bb3ddf61ccb61390461b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "afc93f80438217d58358f4e75997d5ddf3a9a3897564bb3ddf61ccb61390461b" - sha256 cellar: :any_skip_relocation, sonoma: "430367984bbad875d93757501cbc650f60dd8820c60fff1abbfaada44a1d943d" - sha256 cellar: :any_skip_relocation, ventura: "430367984bbad875d93757501cbc650f60dd8820c60fff1abbfaada44a1d943d" - sha256 cellar: :any_skip_relocation, arm64_linux: "498f2a49380939064d39da5be12100342f19e3dd1ab5787548f4d3c0cf520867" - sha256 cellar: :any_skip_relocation, x86_64_linux: "498f2a49380939064d39da5be12100342f19e3dd1ab5787548f4d3c0cf520867" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf8d301f8eb9bceba4e295fe5555efc190c3427751e2890d6f89bd7e3e70d785" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf8d301f8eb9bceba4e295fe5555efc190c3427751e2890d6f89bd7e3e70d785" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cf8d301f8eb9bceba4e295fe5555efc190c3427751e2890d6f89bd7e3e70d785" + sha256 cellar: :any_skip_relocation, sonoma: "2747ef7fc1f657990af50baf3b392e3e857d438d9ca5f7c9dd8948a5c345aace" + sha256 cellar: :any_skip_relocation, ventura: "2747ef7fc1f657990af50baf3b392e3e857d438d9ca5f7c9dd8948a5c345aace" + sha256 cellar: :any_skip_relocation, arm64_linux: "6967be5139cb9482320f979de0c6bc2d669f595f6ee364b7108858063ca1f68d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6967be5139cb9482320f979de0c6bc2d669f595f6ee364b7108858063ca1f68d" end depends_on "certifi" From 8bb15e53cd86b93b4fa7d5f4dd09931bcb8406c1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 00:26:31 +0000 Subject: [PATCH 08443/10074] sherif: update 1.5.0 bottle. --- Formula/s/sherif.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/sherif.rb b/Formula/s/sherif.rb index 717335ee417e6..2fc6fb483f5c1 100644 --- a/Formula/s/sherif.rb +++ b/Formula/s/sherif.rb @@ -11,6 +11,7 @@ class Sherif < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "b0f5b57ffef3fde2495c113e8b359cd5c9bbba8684b5af005899577003faa887" sha256 cellar: :any_skip_relocation, sonoma: "a138edf56a70d681774c156503f69cb76cb34d37a15e5085da729d44f3f2d771" sha256 cellar: :any_skip_relocation, ventura: "a138edf56a70d681774c156503f69cb76cb34d37a15e5085da729d44f3f2d771" + sha256 cellar: :any_skip_relocation, arm64_linux: "7d2886489f1f4e7cada411a3a2a7ce3b829678db6dc98c4bf7a93b1ed30fa298" sha256 cellar: :any_skip_relocation, x86_64_linux: "e316ba6057c8c942c27283006dbffb9858befaf24480f1b66351beb3ed2c3439" end From 59ec36d531c077888bdf00295a54701903aee7af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:26:57 +0000 Subject: [PATCH 08444/10074] pass-import: update 3.5_5 bottle. --- Formula/p/pass-import.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pass-import.rb b/Formula/p/pass-import.rb index 104fa2b29e3ad..332691974da8b 100644 --- a/Formula/p/pass-import.rb +++ b/Formula/p/pass-import.rb @@ -12,13 +12,13 @@ class PassImport < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "db18ad714373d6ea334b5c030d8854f69ae5e2d4cbce1a55366fbf788001386c" - sha256 cellar: :any, arm64_sonoma: "2ecbea7df07231767591b191ab87d5e2adb3dbd072213c656ad53ef9c2f22dc3" - sha256 cellar: :any, arm64_ventura: "f084d9c0dff2280645aa06b71b8c3143dbfa19d1821f9f7710e02aa88048c55b" - sha256 cellar: :any, sonoma: "dec4ea452903371dbfe29baee36e7cea3cb881a3c6727ace07ab4cf4c0da36a7" - sha256 cellar: :any, ventura: "940425c033875623552ae751a1e1a80af81e49a0ed9cdbb6b8193839f4ecb7bf" - sha256 cellar: :any_skip_relocation, arm64_linux: "607eb970dc38629e48c517360413de962f13c0605cb8273f131cf13290a69c9f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c85d9db2b932d531631b838650455d9004fd86d21e71879a88c06e1b0b3567e5" + sha256 cellar: :any, arm64_sequoia: "59113cfc585169c49622aff41d2e9d816d3e44df9978d5b3c80d469abf6e879d" + sha256 cellar: :any, arm64_sonoma: "434d68c3443172d74cba7292657dc1e9e9a03c1ce1c781cb7002cc34d701d8ff" + sha256 cellar: :any, arm64_ventura: "0063ce827cea806f2223ae3c01c57912e06716770911f630c864271698880d89" + sha256 cellar: :any, sonoma: "886c4535d374cd68f9902119b43c9733a23f0c99fdd0879aa682c9e01bda9425" + sha256 cellar: :any, ventura: "99635afc19cd18f9c90d538d0e21ca0f71fb4dc7110320b451cc375fc016d3e1" + sha256 cellar: :any_skip_relocation, arm64_linux: "8c26ce676ee18c6e0b30305d8808a9bf22d6baa9dbef19a1d359c96fe7f4710c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9d80cb51ceebc3365946d91bd31998ad42b6808d136221c06c32f1358bf3179" end depends_on "certifi" From 3a2905ac897abe3b370343f79edbf7a44f127a74 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:29:26 +0000 Subject: [PATCH 08445/10074] pip-audit: update 2.9.0_2 bottle. --- Formula/p/pip-audit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pip-audit.rb b/Formula/p/pip-audit.rb index 4c7d5294535f0..135f09c8ebd04 100644 --- a/Formula/p/pip-audit.rb +++ b/Formula/p/pip-audit.rb @@ -10,13 +10,13 @@ class PipAudit < Formula version_scheme 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "774a9396e479c5d9a236e642341d1595af0a2538b87a82fdfac67a316a9c7100" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "10e21a12c817730ba86daf5ead9f2538540abfc7826d3138126b9115f284632f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b2ee149df4492435e17bb196aed824da03d611e685f3e482a5a33a9d74d34370" - sha256 cellar: :any_skip_relocation, sonoma: "7534f2c8397400dac6c05a77cc0f1a794581ffd85820a95c1248f0684b8d7aae" - sha256 cellar: :any_skip_relocation, ventura: "14a8c28719a87420661648ac55073b13567c2bdb482ab97ab5e915c557e61430" - sha256 cellar: :any_skip_relocation, arm64_linux: "df40614851ddf96234d4d295282f9a0982818784e2fab422d6571419279cdcaa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "157dc0649e3950d882be75a8d3e7d2250c0e687c78be6c2fd260733b08c0156b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e34f921d9921943a4a123987c874df5c89d07ba0a5d4c60065251644a3fe9868" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5981e7986ddafa011aece4428eb735d6d6ea162765fe6d3597a2d5a118c87e64" + sha256 cellar: :any_skip_relocation, arm64_ventura: "95ad2d03de26f4252cc219a6a351b7a31883bbed4c6d6a74ad770ca63de52852" + sha256 cellar: :any_skip_relocation, sonoma: "bf496524833d2b510d3fdd320876a5766fdf20622b13a356b611db5b76271f86" + sha256 cellar: :any_skip_relocation, ventura: "1f8639ea60cceb9dc3912f78abb26acdb9492825c33cba6044d078e52dfd0cb3" + sha256 cellar: :any_skip_relocation, arm64_linux: "172c0c9419ac34fe517ddcdaa80802657345c3684707ac71ee8a8c742df62839" + sha256 cellar: :any_skip_relocation, x86_64_linux: "28269bf77c15509cc8863faf46258790bdda6cec4d0c7321137188773b0053d8" end depends_on "certifi" From 493ce71f070cf9785136da48febe52389b5e5e84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:33:50 +0000 Subject: [PATCH 08446/10074] platformio: update 6.1.18_3 bottle. --- Formula/p/platformio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/platformio.rb b/Formula/p/platformio.rb index 379f3a6b376c0..a74972d8499cd 100644 --- a/Formula/p/platformio.rb +++ b/Formula/p/platformio.rb @@ -10,7 +10,7 @@ class Platformio < Formula head "https://github.com/platformio/platformio-core.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, all: "62290c84ef5f14e288a403cf6dcb9ec9f0a3db069fc8c91bb1ce40ec24241d02" + sha256 cellar: :any_skip_relocation, all: "d3b937c46359883226dbd06ae3c955020120398448381c9ee957473efe3b8100" end depends_on "certifi" From ac8878a93806b878226573961d3aa98e3dba22ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:40:49 +0000 Subject: [PATCH 08447/10074] carapace: update 1.3.3 bottle. --- Formula/c/carapace.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/carapace.rb b/Formula/c/carapace.rb index f1cd828786c31..dd9da995e8482 100644 --- a/Formula/c/carapace.rb +++ b/Formula/c/carapace.rb @@ -7,12 +7,12 @@ class Carapace < Formula head "https://github.com/carapace-sh/carapace-bin.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c40bf23d36cc6931677739415ba1e18987ae751c2e6fe56200485206f5310b76" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "417d53d73345f55e9962e3cb92ad5cb2d5392de6657532750752c4ee2a2590d3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7854e5fa9a51023c20311dcd498b96ea3e6372a14f458f40038935f3a1d677a7" - sha256 cellar: :any_skip_relocation, sonoma: "eeca7628917e0f61c4ea42368e3b7982e339f98ea272bc3ac67a99ae4e0b7085" - sha256 cellar: :any_skip_relocation, ventura: "1092806ce40c2799213a9bed89afcdeed5e3e645cecc4c756f10a4ab270c0b01" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4398ffe2ab6458524eb28d5c7459187e061ac04f1376dba1b320598d4bea6416" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f762830305f84a52eaf6920d414f2f81ddfea074f2702e774640069682dddce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "939602d44b2a985c4bb4b8114e9f31538738842fbc4d7b9855d4fd58c2952298" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b7b8b4a59d26dd8b62caa25432dc203e5c1b394d3fb81b61bf3c3b1d7218ad9a" + sha256 cellar: :any_skip_relocation, sonoma: "068bcc3fc81f2608dfd837e3eb4561213953fd1a6c96c1886f5d23871a1d400a" + sha256 cellar: :any_skip_relocation, ventura: "67db36aab975ff46dd5d491ae099b6ded6ff60978e926218e4ddbef1b5695a83" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe5c05921af0465071703f6d305f291b3baff7feb2855924a84ff0ebe01ee265" end depends_on "go" => :build From 4d1bcdd55363c615bf1393627b5567c1ec878698 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:42:52 +0000 Subject: [PATCH 08448/10074] pocsuite3: update 2.1.0_2 bottle. --- Formula/p/pocsuite3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pocsuite3.rb b/Formula/p/pocsuite3.rb index e624db1e3835d..eaff873c8e0a1 100644 --- a/Formula/p/pocsuite3.rb +++ b/Formula/p/pocsuite3.rb @@ -10,13 +10,13 @@ class Pocsuite3 < Formula head "https://github.com/knownsec/pocsuite3.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "cd0daf3ae9a8f4d47ae60636e53445a4e41e7ce878017327edefe373f351405e" - sha256 cellar: :any, arm64_sonoma: "1e07cc06cc17a60cde12e817a6ed6eed272649f19b53482f88b3955d39fa7426" - sha256 cellar: :any, arm64_ventura: "da194c7ff025ec83b890645afa45c9699d36f8fab95f5e953f272de31550738a" - sha256 cellar: :any, sonoma: "7359318dc73592450615c6fce4cad6515515f9ca9f1f3819ed016d798769793d" - sha256 cellar: :any, ventura: "a6bb536340334ddcd7e5078fe3fae72f604182cf1344c9e231e1a4c744443b80" - sha256 cellar: :any_skip_relocation, arm64_linux: "7df29aaf2e850fd4d587b98b73f80cca8ba82186ec0b1ad844ff86a132346d52" - sha256 cellar: :any_skip_relocation, x86_64_linux: "538d485d1d105bb71f05a725dace8e53f57fa8c85cc0ab10b43fef1639ecdec0" + sha256 cellar: :any, arm64_sequoia: "d3582267466e59ef3a754416646a4b693b01d563aa2c17fa6ba885fb6b052860" + sha256 cellar: :any, arm64_sonoma: "d25c91cc7d370238cd956aa39428c49aff61c82115be36fd6ab7b690d508ca07" + sha256 cellar: :any, arm64_ventura: "c1051d8c1db2ff714e7b4ecf5efd360c0843e78c9fba1fb9fc7283f5df8b09d2" + sha256 cellar: :any, sonoma: "cf4fd217e3d10cad71b88ad3e0fe445452345a6f8ece3f91b61124b1f64ee179" + sha256 cellar: :any, ventura: "7f85c3b62deb9683b83437993c7164910997ce7e497082f6a77120b99dc865d8" + sha256 cellar: :any_skip_relocation, arm64_linux: "311d11fc2582da7cc9d310a7f1fb18ad9b6940b314bffc65f59c244c985920ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "af881c92e4e9f46054990953ee62c13b5ac62767bdeb7bc6797af6929c900967" end depends_on "pkgconf" => :build From 0d8e88759d7c6ec0ce3d9a86c3397778a65de1a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:46:15 +0000 Subject: [PATCH 08449/10074] poetry: update 2.1.3_2 bottle. --- Formula/p/poetry.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/poetry.rb b/Formula/p/poetry.rb index e9444483e4346..1f5c183aedf45 100644 --- a/Formula/p/poetry.rb +++ b/Formula/p/poetry.rb @@ -10,13 +10,13 @@ class Poetry < Formula head "https://github.com/python-poetry/poetry.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "c9db695d9e9bac67ab7ac8ce8ef80b67f922be58a3e619538385b43987720ec8" - sha256 cellar: :any, arm64_sonoma: "3edb4f8f6233436c1c4057217481018b98143ce5adba85ff7dd11439c7061f98" - sha256 cellar: :any, arm64_ventura: "335afd674aa7ad2b6d759e5efe9e24d223af1f4bee49fb6c3daf06505ba95d08" - sha256 cellar: :any, sonoma: "b2785ddf546aa51febbb5917d4028f1888235acf63ac6b1adb0ec32b3812e80b" - sha256 cellar: :any, ventura: "afe4713f8cd040f22b331ff6341658e35e6f40fe11ca552f8856f9afbfa320e6" - sha256 cellar: :any_skip_relocation, arm64_linux: "7fd381f404fb405daaca6699159628d29382f5469efdf2a60e364348a10f8391" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c0013cf0037ff88f6b9a739194ddfb6e63cea178a7b720c47fd682a058fb49f5" + sha256 cellar: :any, arm64_sequoia: "bc9f7200f3f721790cca4a2542152fa19cf0f9dcc837ebe88dc535142ff15b43" + sha256 cellar: :any, arm64_sonoma: "6bdfeaf69174b39789c2a1889e0472729eb573b5023ad97bfb32580431a13424" + sha256 cellar: :any, arm64_ventura: "b793a432eb1b67f683fd3c43b763b08bb452df52662c22cc11af9a9fcf11db97" + sha256 cellar: :any, sonoma: "b7d1e5de6d01a056676d2215d44e6a6f75db823d20f23ab9c54a69010ffa98d4" + sha256 cellar: :any, ventura: "a6d956db4fe0b661e6f10b2dac7048e86c2b8d8f97048a0ab4d87ed603da8d03" + sha256 cellar: :any_skip_relocation, arm64_linux: "a94e1eb07e0bea206bed1b19e3898f03a42251a86c4ee61cf8db5d9d612d9ba5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "84e0a36d6371e00a234a12851b105c2e5756c78e5b984b9c62ed03a4ce127fb7" end depends_on "cmake" => :build # for rapidfuzz From 9acb5386db49e9663d96b4a721b10fe4432592dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:50:09 +0000 Subject: [PATCH 08450/10074] fabric-ai: update 1.4.211 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 80fe27db7070f..519cd26cddcf1 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b05692cdeec6e692cabb101e0e116bb96fd564c171609d818280fc92b343a2b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b05692cdeec6e692cabb101e0e116bb96fd564c171609d818280fc92b343a2b4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b05692cdeec6e692cabb101e0e116bb96fd564c171609d818280fc92b343a2b4" - sha256 cellar: :any_skip_relocation, sonoma: "494122948a4b2e48debcba40c300c399b2768cb657566f791f37371136b931c8" - sha256 cellar: :any_skip_relocation, ventura: "494122948a4b2e48debcba40c300c399b2768cb657566f791f37371136b931c8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5853f8fcd106ff987e92b02f0504528b5b624d2b48e2ae14ea92ea3061a96339" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a0ab18a8ba4ab294664465f9e9b0abc4e546d942242af648d91a020b9fd423f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a0ab18a8ba4ab294664465f9e9b0abc4e546d942242af648d91a020b9fd423f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2a0ab18a8ba4ab294664465f9e9b0abc4e546d942242af648d91a020b9fd423f" + sha256 cellar: :any_skip_relocation, sonoma: "efc148d1efd1ff468ce901c2b4d2a77460488909cad3d8994fb9074bf2ec057b" + sha256 cellar: :any_skip_relocation, ventura: "efc148d1efd1ff468ce901c2b4d2a77460488909cad3d8994fb9074bf2ec057b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9e1f1227b84320cd149223700d8ddcbfb6bf4fe774b7a7fd06d0475dcaf23754" end depends_on "go" => :build From 39335aa15ca5f9dc8b26ef414104640abfd8b196 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:52:08 +0000 Subject: [PATCH 08451/10074] esptool: update 4.9.0 bottle. --- Formula/e/esptool.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/e/esptool.rb b/Formula/e/esptool.rb index 84a7544557ddc..a953af5bc5eab 100644 --- a/Formula/e/esptool.rb +++ b/Formula/e/esptool.rb @@ -8,14 +8,13 @@ class Esptool < Formula license "GPL-2.0-or-later" bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "aad39de44889bb764d3fd6cca00df3348cdb04ff7f0076e6e367e5dea8bd8fd7" - sha256 cellar: :any, arm64_sonoma: "90745c064cd63eb2a562a5f6d5059912539157c29f164495928122784e90a274" - sha256 cellar: :any, arm64_ventura: "eebafbba9715281b8d4a3bcb298f2bc38605cb8c4679ac3d4d9c5112fce82cc4" - sha256 cellar: :any, sonoma: "2924d5ea64cf8dbc011a8c1124efc2b093bc984667a5b14366c690c6d4ae637b" - sha256 cellar: :any, ventura: "acf99fe8d78ef16a6260ea395bfaa2eb67ebe2ea15e0e43a2deaa9af90cf9505" - sha256 cellar: :any_skip_relocation, arm64_linux: "f402b3940ce5f8d4cc13784f034fd15acca3fdf84db22c5e78286aac978e822b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4f9a9f990ee858a111961f260c9d270e068f0b07f5dbbab15c72c12e40446564" + sha256 cellar: :any, arm64_sequoia: "9d7bfe3d0482ad121125be310caf3ed21010e49ad6854953ce4711f185ae3eca" + sha256 cellar: :any, arm64_sonoma: "7845fb593d7704827c3742a5c61ef8412478a727e9735507e87a8a65a593a448" + sha256 cellar: :any, arm64_ventura: "eacb39e29373f8e86ad8a688d54c45f2e3f529ae360f15134a875191c7e517fd" + sha256 cellar: :any, sonoma: "06ba8bc5c32b93a7d7fecba52f0e647863a6a0ab6606038a25812d72ad5042fa" + sha256 cellar: :any, ventura: "8decd9ea16775c77607fb03608343c86f60140a4e5f0cf677435767dcb36dd4a" + sha256 cellar: :any_skip_relocation, arm64_linux: "eb325b24b3d729fe30ddeba68d7695913bcdcc0422a2b843e75c5825331afe77" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eea54c12fddc6030cd3e6e352b1867e3a678599e326df1b832efc904e97cade2" end depends_on "cryptography" From 23d59917012ff688332ca00cba7a12cf49e5aa7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:58:09 +0000 Subject: [PATCH 08452/10074] fern-api: update 0.64.14 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index eade95c082adc..6617e62dcfadd 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "9fdf11e3fa085ebcbe09aeeb0653ed8cd18197dd07d7bf62581b6e9280fa517e" + sha256 cellar: :any_skip_relocation, all: "c197b63ab4825eaf2e253fb875e354eafdbfe466d0fc3ad58a418d479b2b8627" end depends_on "node" From 6fa66e5676974d516cfb18aa9a81e63bc12f75bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 00:59:05 +0000 Subject: [PATCH 08453/10074] onlykey-agent: update 1.1.15_7 bottle. --- Formula/o/onlykey-agent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/onlykey-agent.rb b/Formula/o/onlykey-agent.rb index e9b22d116c757..36cddf2fc2056 100644 --- a/Formula/o/onlykey-agent.rb +++ b/Formula/o/onlykey-agent.rb @@ -11,13 +11,13 @@ class OnlykeyAgent < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "96b32e7cc840fe0bf3bf1436377dac7ff1ade862912b39e9a6d9e181f51aab8a" - sha256 cellar: :any, arm64_sonoma: "7974b523c467d1596f4510eee8e28b606c9b0047927f3424690a29e6dd39bafe" - sha256 cellar: :any, arm64_ventura: "76775fb1b788a3400c2f20f2be653f182ebd7dbf559173bdb49532747f952243" - sha256 cellar: :any, sonoma: "afb6da530494e63195026ed3175d0e6d44767385cff7f641126a8bf0ccd3f519" - sha256 cellar: :any, ventura: "4bbd217022a81f2c23fa42f33d100013d83a8c869bfd29fc3844198817e55458" - sha256 cellar: :any_skip_relocation, arm64_linux: "787ee6247ea864dae1fa303d55457525f17e2b34b3cb73cc422dcf5343cb97d6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d49aa8266003774df76336a85cf8430f1e6faf66fbf90abbb4ae68b9b6a5935" + sha256 cellar: :any, arm64_sequoia: "eb5300e3bdc15543277592ff0fb8af3b7b30493a7d48ce88e7fcaa3d7479db78" + sha256 cellar: :any, arm64_sonoma: "d2f4dc6df76189333ef590b584ffdc4a7f2ade77a11ab412838167c58940f6d5" + sha256 cellar: :any, arm64_ventura: "cecb79179fc8e733001bddee588fc6647115f3663331eca8b0fc1a7baa198bf0" + sha256 cellar: :any, sonoma: "08c3f58b38f58278a1c8400afe910ad7695b59387517abee1f36a2c2508cc0d0" + sha256 cellar: :any, ventura: "a79e3827dee4bab6bee361396f7d542a909e98e75218ae46f1bf0fa39fb42704" + sha256 cellar: :any_skip_relocation, arm64_linux: "43fe811673319574345e943f66680a221fe53b3dcea9c18416419947f81a51a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4aa0329eb4c8c0f3aa2f8630689ed84f564956afc1d28bb258c9c06f82fb5fb3" end depends_on "pkgconf" => :build From 2627f7ab0049c021c3125eb5543eb550e18351aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:00:40 +0000 Subject: [PATCH 08454/10074] localstack: update 4.5.0_2 bottle. --- Formula/l/localstack.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/localstack.rb b/Formula/l/localstack.rb index cd887e7f8ba0e..d11ec9fc385f1 100644 --- a/Formula/l/localstack.rb +++ b/Formula/l/localstack.rb @@ -9,12 +9,12 @@ class Localstack < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "a690ce426b00e0eb39eac29f3fe1697bb5c85cc6dea8f650e8aab048e536a953" - sha256 cellar: :any, arm64_sonoma: "ebd226d643f856bf52b6b5e4c6e57a8ee5e1e57f71090336834536331ff73b0c" - sha256 cellar: :any, arm64_ventura: "09f767c8bb65c38b1d20968dba65df5add49152b045a14d203274165aaa2ebac" - sha256 cellar: :any, sonoma: "4f8a73df338a4e066e35a3534b39051387ea5fe5a73594af68cfbe637bcf701d" - sha256 cellar: :any, ventura: "ad0a61c3a417c9fd191611efe4401a094afc6768d182910aa99cab6f03fd93cf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2094a07e3835f5c39cf750859b8c80bff758e5ecf8f20f8b3651d98ad425c0a1" + sha256 cellar: :any, arm64_sequoia: "a808952ca136ccb2cd3f489d6bba4dd31710e740c314aac86f26b24ed6d6d0e3" + sha256 cellar: :any, arm64_sonoma: "8d5eece533c30d28971e626ed7fcd6681e8a5c56f046a17cd31b59596373c5f4" + sha256 cellar: :any, arm64_ventura: "24901bb64cd78513b8a35e7c1760c79e4004c6e524631e1e5ef2ce47c712ea87" + sha256 cellar: :any, sonoma: "f1cbde3635a53b8faba1c555008d0ce98a41eadc13fa089f078f4cc27a6e022d" + sha256 cellar: :any, ventura: "26e93cd278974896661242d1d3f0e7ff915a39f5d49a27df8a3a2fc31a15d599" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e73ec7ce61c3625b1c223be0afe7aad256335befdd792b5e5e41da755e7d9669" end depends_on "docker" => :test From 1ca1c3fed7f2fff0664789d231d942aa0c9e754e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:02:59 +0000 Subject: [PATCH 08455/10074] gitea: update 1.24.1 bottle. --- Formula/g/gitea.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gitea.rb b/Formula/g/gitea.rb index 3907bc899a6b3..3ffbf71aebf59 100644 --- a/Formula/g/gitea.rb +++ b/Formula/g/gitea.rb @@ -14,12 +14,12 @@ class Gitea < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "45a60ad98b94adcf71ef8cca1d6ea4b9d9b15900f6ed4a27cc93e0509f472f29" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "405b556fa8afa05ba327cc010c91d56a8ce5ccb6317415b9b16cf030f2a62ed0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9c6fba103d82985e3b2ab5733f0b6bc9683c855ca84e95a2e6430183c88aa076" - sha256 cellar: :any_skip_relocation, sonoma: "ea83a8da4e837ec85cab91a89fd869516dc71ba81242ba83665434ffd0d8f9ca" - sha256 cellar: :any_skip_relocation, ventura: "d8fdeb1924d1d712db2facae99e327f1bff6d21f458b64f366d7102858c9271a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ce8003c392ec03e08127f84cfe2b4e83de60b1aa5fbd36b8b84efa656ab1a22c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "73db4e5c887380cba51e892275b547be7b0bb6d1307746a032a0fdc093e89bba" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a363b3497f5c17f7d83d490f148dd9477e9835fbf73d05491a806ee50b07c76" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e59d0d6e8c0ca822a3577db2f56bb0f93c53df1746b9b18e7edea66ef6435984" + sha256 cellar: :any_skip_relocation, sonoma: "04bf7c1225dcdc96cf3cbb71bc94b5215facd71ad9027cec0ecccf1e02746ff0" + sha256 cellar: :any_skip_relocation, ventura: "1f648a64a649278b48a99df5fb4f63cdba4dc5dc4506934ef53d368138d98387" + sha256 cellar: :any_skip_relocation, x86_64_linux: "062651b1adccc6f5c8253820f33d7e28ce5fb75f3cadd2175c08157820bd3ea5" end depends_on "go" => :build From c985eeeb5163534e3c3d8d49d5a31a024fca382b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:06:56 +0000 Subject: [PATCH 08456/10074] oxker: update 0.10.5 bottle. --- Formula/o/oxker.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxker.rb b/Formula/o/oxker.rb index 18c53b78ddc81..4c689a7ae8867 100644 --- a/Formula/o/oxker.rb +++ b/Formula/o/oxker.rb @@ -7,13 +7,13 @@ class Oxker < Formula head "https://github.com/mrjackwills/oxker.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9dae0b4e183f4132e9c14f95d3c91c4aad26ea07b5f7a9ef6dbb296a15f77fdd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7859d51bfc65b2275c1aaa8a79902d428be25985930b16df741e96572b6f6d8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "165457fa8c22d05c68129b41e28cad8f73160185dd970ce3e48fb8579f607f24" - sha256 cellar: :any_skip_relocation, sonoma: "f8c93adb35a8b3e01484fd54f007cfd333986f6e591ef4dfc3314eb34c9dc620" - sha256 cellar: :any_skip_relocation, ventura: "1e98f706e77035e0d03f8b8ed694e6e3c05f884daed87eda61a811d6c1ce77b7" - sha256 cellar: :any_skip_relocation, arm64_linux: "f397f49ea6d8e6792f16b14b0c3630befb4a72543d3ac16afd08b91a4fd47dfe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4826164f49977f1d12b389457ce74146857d751a8e149b572ebcb38658580c7f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6bbdfda2462128afbb22b9d2f2339fcde3755c33adeb401b01e5ad5921644f5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee21610c29540759038ff8f31f3dd11c809c6e2784644125432b76d53ed8a940" + sha256 cellar: :any_skip_relocation, arm64_ventura: "771e84d6fe6dce8c77e96f2595f4f62b5cb29b8876b8b6c54d66fb92478e2bc9" + sha256 cellar: :any_skip_relocation, sonoma: "c073241a7b1eca4bb481952924c4af1014882d7a0f191bdc52e12aa4352ab908" + sha256 cellar: :any_skip_relocation, ventura: "0e3f8baba042ec37a564da20f07d36610c0cdb0f07b813ba01c4d5d101ee5533" + sha256 cellar: :any_skip_relocation, arm64_linux: "5f45e11a6f1f5659d325e63ae33c85a5b625f25e7abc66255924eed8cb68b9ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b9f56e0e566f6adf60002c2ae8601ee988e76c7448519d707f5db4638990a486" end depends_on "rust" => :build From ce8daf57ab99e6c0014b39bcd948813af708a061 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:25:59 +0000 Subject: [PATCH 08457/10074] policy_sentry: bump python resources --- Formula/p/policy_sentry.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/policy_sentry.rb b/Formula/p/policy_sentry.rb index 358b8dd04a4d7..248916d39296a 100644 --- a/Formula/p/policy_sentry.rb +++ b/Formula/p/policy_sentry.rb @@ -6,7 +6,7 @@ class PolicySentry < Formula url "https://files.pythonhosted.org/packages/bc/4b/e03bbe626379bfee06c944a01ef25ad14ce30bc9dd86988dfda1cf343347/policy_sentry-0.14.0.tar.gz" sha256 "5c52cebebad26e2360393f34af523c1685541d67b0dfd721b0779dbe9e327f1a" license "MIT" - revision 1 + revision 2 head "https://github.com/salesforce/policy_sentry.git", branch: "master" bottle do @@ -75,8 +75,8 @@ class PolicySentry < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 67f32e348c12a40743ce81bc036c05873d69ee8c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:26:15 +0000 Subject: [PATCH 08458/10074] principalmapper: bump python resources --- Formula/p/principalmapper.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/p/principalmapper.rb b/Formula/p/principalmapper.rb index 87172563e2e9e..2027ff2c0ab08 100644 --- a/Formula/p/principalmapper.rb +++ b/Formula/p/principalmapper.rb @@ -6,7 +6,7 @@ class Principalmapper < Formula url "https://files.pythonhosted.org/packages/3f/8c/3d2efe475e9244bd45e3a776ea8207f34a9bb15caaa02f6c95e473b2ada2/principalmapper-1.1.5.tar.gz" sha256 "04cb9dcff0cc512df4714b3c4ea63a261001f271f95c8a453b2805290c57bbc2" license "AGPL-3.0-or-later" - revision 4 + revision 5 bottle do rebuild 1 @@ -16,8 +16,8 @@ class Principalmapper < Formula depends_on "python@3.13" resource "botocore" do - url "https://files.pythonhosted.org/packages/c7/b6/f73335bd06007e09ae027bb1568fca59f0ffc7773eb295db369b182d7759/botocore-1.35.38.tar.gz" - sha256 "55d9305c44e5ba29476df456120fa4fb919f03f066afa82f2ae400485e7465f4" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "jmespath" do @@ -26,18 +26,18 @@ class Principalmapper < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz" - sha256 "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pydot" do - url "https://files.pythonhosted.org/packages/85/10/4e4da8c271540dc35914e927546cbb821397f0f9477f4079cd8732946699/pydot-3.0.2.tar.gz" - sha256 "9180da540b51b3aa09fbf81140b3edfbe2315d778e8589a7d0a4a69c41332bae" + url "https://files.pythonhosted.org/packages/50/35/b17cb89ff865484c6a20ef46bf9d95a5f07328292578de0b295f4a6beec2/pydot-4.0.1.tar.gz" + sha256 "c2148f681c4a33e08bf0e26a9e5f8e4099a82e0e2a068098f32ce86577364ad5" end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/83/08/13f3bce01b2061f2bbd582c9df82723de943784cf719a35ac886c652043a/pyparsing-3.1.4.tar.gz" - sha256 "f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "python-dateutil" do @@ -46,13 +46,13 @@ class Principalmapper < Formula end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end # Support Python 3.10, remove on next release From ce6a827b350b9193076a12f72ee38ca385cb0c12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:26:28 +0000 Subject: [PATCH 08459/10074] pwntools: bump python resources --- Formula/p/pwntools.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/pwntools.rb b/Formula/p/pwntools.rb index a8d7bb9cbe1a9..928cdd4a5bc54 100644 --- a/Formula/p/pwntools.rb +++ b/Formula/p/pwntools.rb @@ -6,7 +6,7 @@ class Pwntools < Formula url "https://files.pythonhosted.org/packages/21/94/1f39d5a770226b9d240c9900c5c912788fb31f8f189aacd81153c0d59f67/pwntools-4.14.1.tar.gz" sha256 "60f04976d1722120d18b9d50553408a024664b5cf888f36f258afca4bf035cac" license "MIT" - revision 1 + revision 2 head "https://github.com/Gallopsled/pwntools.git", branch: "dev" bottle do @@ -155,8 +155,8 @@ class Pwntools < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "zstandard" do From 07622fe2c84b584bbef95d4a7dc4a0dc65e47f0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:27:10 +0000 Subject: [PATCH 08460/10074] rich-cli: bump python resources --- Formula/r/rich-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/r/rich-cli.rb b/Formula/r/rich-cli.rb index 71b1601365044..d45a10c8854c8 100644 --- a/Formula/r/rich-cli.rb +++ b/Formula/r/rich-cli.rb @@ -6,7 +6,7 @@ class RichCli < Formula url "https://files.pythonhosted.org/packages/ca/55/e35962573948a148a4f63416d95d25fe75feb06d9ae2f9bb35adc416f894/rich-cli-1.8.0.tar.gz" sha256 "7f99ed213fb18c25999b644335f74d2be621a3a68593359e7fc62e95fe7e9a8a" license "MIT" - revision 7 + revision 8 no_autobump! because: :requires_manual_review @@ -68,8 +68,8 @@ class RichCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 8ba4aa3ac4ea7f067ead2bf6d34eae1ce2664e4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:27:26 +0000 Subject: [PATCH 08461/10074] s4cmd: bump python resources --- Formula/s/s4cmd.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Formula/s/s4cmd.rb b/Formula/s/s4cmd.rb index 97245c3b59422..1363c82fea511 100644 --- a/Formula/s/s4cmd.rb +++ b/Formula/s/s4cmd.rb @@ -6,7 +6,7 @@ class S4cmd < Formula url "https://files.pythonhosted.org/packages/42/b4/0061f4930958cd790098738659c1c39f8feaf688e698142435eedaa4ae34/s4cmd-2.1.0.tar.gz" sha256 "42566058a74d3e1e553351966efaaffa08e4b6ac28a19e72a51be21151ea9534" license "Apache-2.0" - revision 3 + revision 4 head "https://github.com/bloomreach/s4cmd.git", branch: "master" no_autobump! because: :requires_manual_review @@ -19,13 +19,13 @@ class S4cmd < Formula depends_on "python@3.13" resource "boto3" do - url "https://files.pythonhosted.org/packages/80/8b/31845869fb935b93d1f1a846d2a8e13dc91af4cf03ba701e2068c08b99af/boto3-1.35.37.tar.gz" - sha256 "470d981583885859fed2fd1c185eeb01cc03e60272d499bafe41b12625b158c8" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/57/a4/bc96ba621c869f723ce4cb4dadb53fdbb821d64ef1146f0749098ef342cf/botocore-1.35.37.tar.gz" - sha256 "b2b4d29bafd95b698344f2f0577bb67064adbf1735d8a0e3c7473daa59c23ba6" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "jmespath" do @@ -39,23 +39,23 @@ class S4cmd < Formula end resource "pytz" do - url "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz" - sha256 "2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From acc6e118b7f499a33b75a17e4b166d4d2926392c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:27:40 +0000 Subject: [PATCH 08462/10074] safety: bump python resources --- Formula/s/safety.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/safety.rb b/Formula/s/safety.rb index eb53fde8742fb..35916e431afdb 100644 --- a/Formula/s/safety.rb +++ b/Formula/s/safety.rb @@ -6,7 +6,7 @@ class Safety < Formula url "https://files.pythonhosted.org/packages/33/af/f135abb8d147629e9a27f436db5135314adc864a98b62922b33d6f05c836/safety-3.5.2.tar.gz" sha256 "ecbb2e76f9574284f2c0e168e71ec92b39018ae9516b3b00f132de57ecaa09cb" license "MIT" - revision 1 + revision 2 head "https://github.com/pyupio/safety.git", branch: "main" bottle do @@ -211,8 +211,8 @@ class Safety < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 12b56050be727752d3a26933fab12265a8a9a44d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:28:02 +0000 Subject: [PATCH 08463/10074] sceptre: bump python resources --- Formula/s/sceptre.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sceptre.rb b/Formula/s/sceptre.rb index 1a485905e2bda..273fa613bd839 100644 --- a/Formula/s/sceptre.rb +++ b/Formula/s/sceptre.rb @@ -6,7 +6,7 @@ class Sceptre < Formula url "https://files.pythonhosted.org/packages/32/0b/e3249a42ab6cab8cf9e2c5261a95740daa0b74edf1aaecf5c17293e67784/sceptre-4.5.3.tar.gz" sha256 "84ebc52b59e980b5d25926bbe7116edfbe428dd34ef47014e7f3b200136dc7a0" license "Apache-2.0" - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "b7c2edd747ed4d1fffae9f2d1a41071484f4a25110728b68df2c6813451699ec" @@ -28,13 +28,13 @@ class Sceptre < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/f1/ca/e7c1b5f7118fa3520f70ca11082472b64e2ffc4d81e7a4373339e4770f3a/boto3-1.38.35.tar.gz" - sha256 "38a407e467b24914ce24e5816f53305288ea44072778f88d2b4b6a2cffbcb220" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/cd/2e/763918cd2b5af0345a38181bc5f16d1f6c32aad2a03b7738274cf068d864/botocore-1.38.35.tar.gz" - sha256 "3c7032948e066eed5f91d64cd51ee9664d1db9beaf3279ac27da608176bb3d54" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "cfn-flip" do @@ -153,8 +153,8 @@ class Sceptre < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From e2e4899ee73a060b423a048fab52c868bb195444 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:28:15 +0000 Subject: [PATCH 08464/10074] schemathesis: bump python resources --- Formula/s/schemathesis.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/s/schemathesis.rb b/Formula/s/schemathesis.rb index 9d7c092ccb41e..55b7163468fd0 100644 --- a/Formula/s/schemathesis.rb +++ b/Formula/s/schemathesis.rb @@ -6,6 +6,7 @@ class Schemathesis < Formula url "https://files.pythonhosted.org/packages/50/80/0536e1410009a22bda88a3c32dfa06702fce1a8a5075aa1d76af616a4c95/schemathesis-4.0.2.tar.gz" sha256 "5783ee87422281e9414a26babafd7bf47d7f52f465f5801f2e316781026d5a93" license "MIT" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "d376c5bf5b81cc84f6f74d41ef7f7288041df2fcf1dc33d2882d3bd841ea64fe" @@ -90,8 +91,8 @@ class Schemathesis < Formula end resource "hypothesis" do - url "https://files.pythonhosted.org/packages/c8/8e/6176e9b3e51fbab6dab1e572116605dbc54eadda0c60dd45927f601d3c60/hypothesis-6.135.10.tar.gz" - sha256 "ce224e310012e40b8e3aa6edba226c032c57bbcbdccad41212ab6d2d74b602cf" + url "https://files.pythonhosted.org/packages/63/03/28f2158273fa2119641f793b7a73bbf8b38257800e18c825324cff6c9f8d/hypothesis-6.135.12.tar.gz" + sha256 "d2aeed8db7defc368841cbfb021d703cf98102827460bee7ba0d2e2aab6580f6" end resource "hypothesis-graphql" do @@ -175,8 +176,8 @@ class Schemathesis < Formula end resource "pytest" do - url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" - sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" + url "https://files.pythonhosted.org/packages/08/ba/45911d754e8eba3d5a841a5ce61a65a685ff1798421ac054f85aa8747dfb/pytest-8.4.1.tar.gz" + sha256 "7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c" end resource "pytest-subtests" do @@ -270,8 +271,8 @@ class Schemathesis < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "webcolors" do From 9cd91be48dec48d8b137ccb95a46c598153b27d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:28:57 +0000 Subject: [PATCH 08465/10074] scoutsuite: bump python resources --- Formula/s/scoutsuite.rb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Formula/s/scoutsuite.rb b/Formula/s/scoutsuite.rb index 0e788f2f06cf7..c4e9940413f8d 100644 --- a/Formula/s/scoutsuite.rb +++ b/Formula/s/scoutsuite.rb @@ -6,7 +6,7 @@ class Scoutsuite < Formula url "https://files.pythonhosted.org/packages/a9/41/4f375fac81c66e1475c3ae18753a86191f253cdf24c29f28c8861d6bb984/scoutsuite-5.14.0.tar.gz" sha256 "b021ad340196865093fb5d6e247f2596ec856e24cb39eb6e3e886923befd1208" license "GPL-2.0-only" - revision 3 + revision 4 head "https://github.com/nccgroup/ScoutSuite.git", branch: "master" no_autobump! because: :requires_manual_review @@ -53,8 +53,8 @@ class Scoutsuite < Formula end resource "aliyun-python-sdk-ram" do - url "https://files.pythonhosted.org/packages/28/89/382d69161f458879ff6066db61c511de8fa642e1ce1782994a095a51d365/aliyun-python-sdk-ram-3.3.0.tar.gz" - sha256 "0809c078d1af2ee47736d1f2af161e1ba96b998a5d484e7b3ed71addec55cb43" + url "https://files.pythonhosted.org/packages/27/9c/8248e66c6b81ede261ad6b96fbe2752c62d4fb73cf8a4e6b2afe62e82a81/aliyun-python-sdk-ram-3.3.1.tar.gz" + sha256 "0fd482d57767862cd9dbd6c992ba3c442b8e199d43bdf2b336b5d41a4edc7957" end resource "aliyun-python-sdk-rds" do @@ -163,13 +163,13 @@ class Scoutsuite < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/f1/ca/e7c1b5f7118fa3520f70ca11082472b64e2ffc4d81e7a4373339e4770f3a/boto3-1.38.35.tar.gz" - sha256 "38a407e467b24914ce24e5816f53305288ea44072778f88d2b4b6a2cffbcb220" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/cd/2e/763918cd2b5af0345a38181bc5f16d1f6c32aad2a03b7738274cf068d864/botocore-1.38.35.tar.gz" - sha256 "3c7032948e066eed5f91d64cd51ee9664d1db9beaf3279ac27da608176bb3d54" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "cachetools" do @@ -223,8 +223,8 @@ class Scoutsuite < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/02/69/c0cec6be5878d4de161f64096edb3d4a2d1a838f036b8425ea8358d0dfb3/google_api_python_client-2.172.0.tar.gz" - sha256 "dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6" + url "https://files.pythonhosted.org/packages/8f/7e/7c6e43e54f611f0f97f1678ea567fe06fecd545bd574db05e204e5b136fe/google_api_python_client-2.173.0.tar.gz" + sha256 "b537bc689758f4be3e6f40d59a6c0cd305abafdea91af4bc66ec31d40c08c804" end resource "google-auth" do @@ -418,13 +418,13 @@ class Scoutsuite < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "oci" do - url "https://files.pythonhosted.org/packages/66/a6/6e9b94efabf8effc2060ee2e8f1b2f106f9c930052f7ab01fdb188177fad/oci-2.154.1.tar.gz" - sha256 "44b034ca7c08e3809d9a4244b075af9fdd1d45cf8f05cee57722b59a15d3a04f" + url "https://files.pythonhosted.org/packages/bf/be/d429f4fbd481670deb6613d4702eb135eca903a0001478e4dc6b78c9d904/oci-2.154.2.tar.gz" + sha256 "4927255e3a573e56ad10a904d498fc8de306eee379157ecf7dcfef1cd53713b1" end resource "opentelemetry-api" do @@ -563,8 +563,8 @@ class Scoutsuite < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "websocket-client" do From 86dc9924e06bfd200fa55ade3f7da90774094ba7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:29:08 +0000 Subject: [PATCH 08466/10074] scrapy: bump python resources --- Formula/s/scrapy.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/scrapy.rb b/Formula/s/scrapy.rb index 40561d14af5e2..979166e7cee31 100644 --- a/Formula/s/scrapy.rb +++ b/Formula/s/scrapy.rb @@ -6,7 +6,7 @@ class Scrapy < Formula url "https://files.pythonhosted.org/packages/a7/50/c0cf8ac73fd3f642c5aa6eb2c317eaf0132637b451d90db8041bb65cb9ca/scrapy-2.13.2.tar.gz" sha256 "19d984e82847ab08efa150dc329fa615c71f8e99bb97fd97a64a5c29e9a2d5d7" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/scrapy/scrapy.git", branch: "master" bottle do @@ -172,8 +172,8 @@ class Scrapy < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "w3lib" do From b4242598006c96ad25f73234c79953a172639392 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:29:17 +0000 Subject: [PATCH 08467/10074] search-that-hash: bump python resources --- Formula/s/search-that-hash.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/search-that-hash.rb b/Formula/s/search-that-hash.rb index fa681053360a8..485cf1ba32687 100644 --- a/Formula/s/search-that-hash.rb +++ b/Formula/s/search-that-hash.rb @@ -6,7 +6,7 @@ class SearchThatHash < Formula url "https://files.pythonhosted.org/packages/5e/b9/a304a92ba77a9e18b3023b66634e71cded5285cef7e3b56d3c1874e9d84e/search-that-hash-0.2.8.tar.gz" sha256 "384498abbb9a611aa173b20d06b135e013674670fecc01b34d456bfe536e0bca" license "GPL-3.0-or-later" - revision 10 + revision 11 head "https://github.com/HashPals/Search-That-Hash.git", branch: "main" no_autobump! because: :requires_manual_review @@ -115,8 +115,8 @@ class SearchThatHash < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 899d1b6c757bffd4c8eb5b51ef8c63a7044a4ada Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:29:39 +0000 Subject: [PATCH 08468/10074] sherlock: bump python resources --- Formula/s/sherlock.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sherlock.rb b/Formula/s/sherlock.rb index 3dc0bf6c540b1..e2715d498f76e 100644 --- a/Formula/s/sherlock.rb +++ b/Formula/s/sherlock.rb @@ -6,7 +6,7 @@ class Sherlock < Formula url "https://files.pythonhosted.org/packages/0a/95/b4f7a399c43d1d57a703ddf08513411bbb0bfc6bbaabab7ad4e2c534bba7/sherlock_project-0.15.0.tar.gz" sha256 "1ae2ef98a0d482039ff00743e702f28ddf4a0d6260b0fbc2579d680469874910" license "MIT" - revision 1 + revision 2 head "https://github.com/sherlock-project/sherlock.git", branch: "master" bottle do @@ -99,8 +99,8 @@ class Sherlock < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 6db4ca4e498772efad4120bcbfcaf1f6c9815b0e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:29:46 +0000 Subject: [PATCH 08469/10074] shodan: bump python resources --- Formula/s/shodan.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/s/shodan.rb b/Formula/s/shodan.rb index 02535f2c3fe63..429009fee20b2 100644 --- a/Formula/s/shodan.rb +++ b/Formula/s/shodan.rb @@ -6,7 +6,7 @@ class Shodan < Formula url "https://files.pythonhosted.org/packages/c5/06/c6dcc975a1e7d89bc764fd271da8138b318e18080b48e7f1acd2ab63df28/shodan-1.31.0.tar.gz" sha256 "c73275386ea02390e196c35c660706a28dd4d537c5a21eb387ab6236fac251f6" license "MIT" - revision 4 + revision 5 head "https://github.com/achillean/shodan-python.git", branch: "master" no_autobump! because: :requires_manual_review @@ -64,13 +64,13 @@ class Shodan < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "xlsxwriter" do - url "https://files.pythonhosted.org/packages/a7/d1/e026d33dd5d552e5bf3a873dee54dad66b550230df8290d79394f09b2315/xlsxwriter-3.2.3.tar.gz" - sha256 "ad6fd41bdcf1b885876b1f6b7087560aecc9ae5a9cc2ba97dcac7ab2e210d3d5" + url "https://files.pythonhosted.org/packages/a7/47/7704bac42ac6fe1710ae099b70e6a1e68ed173ef14792b647808c357da43/xlsxwriter-3.2.5.tar.gz" + sha256 "7e88469d607cdc920151c0ab3ce9cf1a83992d4b7bc730c5ffdd1a12115a7dbe" end # Drop setuptools dep From f996be31b63ee1552b98cd26e35afce7118c37f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:29:52 +0000 Subject: [PATCH 08470/10074] shub: bump python resources --- Formula/s/shub.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/shub.rb b/Formula/s/shub.rb index eb12b806dd514..ab3711aa7c984 100644 --- a/Formula/s/shub.rb +++ b/Formula/s/shub.rb @@ -6,7 +6,7 @@ class Shub < Formula url "https://files.pythonhosted.org/packages/70/ad/b4fa99366cd3c8db8812438fb1e8b6f8a10b2935b0ee28ac238ade864a8f/shub-2.15.4.tar.gz" sha256 "abd656f488449a6f88084cfc6f0e5bf1e015377f9777a02f35ae5dd44179434a" license "BSD-3-Clause" - revision 5 + revision 6 head "https://github.com/scrapinghub/shub.git", branch: "master" bottle do @@ -89,8 +89,8 @@ class Shub < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From d93243a2d03a6b7cb253cc767bdae1bb2bed2c0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:30:03 +0000 Subject: [PATCH 08471/10074] onionprobe: update 1.3.0_2 bottle. --- Formula/o/onionprobe.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/onionprobe.rb b/Formula/o/onionprobe.rb index d1a065b2c0ca7..f6a4d96d3aa05 100644 --- a/Formula/o/onionprobe.rb +++ b/Formula/o/onionprobe.rb @@ -10,13 +10,13 @@ class Onionprobe < Formula head "https://gitlab.torproject.org/tpo/onion-services/onionprobe.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "a89081bed317a7c1c032075ed7e4a1fce938e4d1ae17f7c300a5a332951ecbe2" - sha256 cellar: :any, arm64_sonoma: "9cce11e7fc23e9b3bf07c4eb19fd9f90b5d77888ce42f91218426ec77b62ae32" - sha256 cellar: :any, arm64_ventura: "da49763babba97351f1e5b5ef978acb89bf06f23e8545eaf7269642b5ac1c5a5" - sha256 cellar: :any, sonoma: "ec2683d60ca0cf567f8ee2fb82c54bac943788821fb325d9616e6a9a9e015924" - sha256 cellar: :any, ventura: "5d8125b3b26ae3ecc72572e1fb212e92e60b13b89999cefa3169b70dcb189ece" - sha256 cellar: :any_skip_relocation, arm64_linux: "9af984f808752a22916def4e94f701899d0ca3c2fa3c6a54234851d8d9b7751d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "81c9f6998872e11954555df70790e6faf9acce51604ca1eeb8ebc0f035f5062c" + sha256 cellar: :any, arm64_sequoia: "dd389ea645f8a7dbfbfeef56aa9db006e4e94854dc2f61b49970144474a3f3db" + sha256 cellar: :any, arm64_sonoma: "cf65c365e72ccbcc19eda73c19238af4b532d765b16719960f11d60d8585f48c" + sha256 cellar: :any, arm64_ventura: "92d31475c3ee88abb8a22b8b68247db5cd9eb9324d902e11c15a863378323985" + sha256 cellar: :any, sonoma: "f5690d02b98e4442b59440a91b9ae572e0dc69b2ea71c9e7c14be5c7691105dd" + sha256 cellar: :any, ventura: "38bac0342ce6bd5418f7e5e1fae17141bd60177d99bbe8dc1949c170f06f071c" + sha256 cellar: :any_skip_relocation, arm64_linux: "25065ff2a3322240e1d0dd32f663d789ec762032f832feadc3c78dec9f56e902" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d532200a385c20513777485da47f258185f4edafffcd09b28dc3de0193ef3a42" end depends_on "certifi" From 801ee1e512fafb2b0f191606a4e3b015c009ee0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:30:21 +0000 Subject: [PATCH 08472/10074] sickchill: bump python resources --- Formula/s/sickchill.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sickchill.rb b/Formula/s/sickchill.rb index 6e218c3cb14e4..298cd315fcd45 100644 --- a/Formula/s/sickchill.rb +++ b/Formula/s/sickchill.rb @@ -6,7 +6,7 @@ class Sickchill < Formula url "https://files.pythonhosted.org/packages/31/fc/337b2989dc67bbb505cea34a05c029cbba3056311177586835f704ddc13a/sickchill-2024.3.1.tar.gz" sha256 "e7079bb77b415eb6697a63d9018db1ad317d06ad285d0d77893747cbf000aa17" license "GPL-3.0-or-later" - revision 2 + revision 3 no_autobump! because: :requires_manual_review @@ -173,8 +173,8 @@ class Sickchill < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "new-rtorrent-python" do @@ -183,8 +183,8 @@ class Sickchill < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "packaging" do @@ -348,8 +348,8 @@ class Sickchill < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "validators" do From f00a30aca278e37bbfd4201db53a82ed8c9bec94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:30:39 +0000 Subject: [PATCH 08473/10074] sigstore: bump python resources --- Formula/s/sigstore.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index 4ee21fabe53ef..546f241df04e0 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -6,7 +6,7 @@ class Sigstore < Formula url "https://files.pythonhosted.org/packages/10/dc/fb0306a86bd1bc79f99f2f53b2421a11c42d2bbd106f7ccf0acfb460b5db/sigstore-3.6.3.tar.gz" sha256 "9f957ef239b77695992b62823f79fc9554a589572dcc7bc0c1566a31b4bafc10" license "Apache-2.0" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "8fbf7156312dca191d8b2a0f79e623e14b85665eab5bd80c4f8a9ebe6f14be46" @@ -92,8 +92,8 @@ class Sigstore < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "platformdirs" do @@ -107,8 +107,8 @@ class Sigstore < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -192,8 +192,8 @@ class Sigstore < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From bf4b208cbe27dc1238bcdfda6d2d05afd86e567b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:30:54 +0000 Subject: [PATCH 08474/10074] slither-analyzer: bump python resources --- Formula/s/slither-analyzer.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/s/slither-analyzer.rb b/Formula/s/slither-analyzer.rb index 3ee85f4557fd8..5d6fa0b54774f 100644 --- a/Formula/s/slither-analyzer.rb +++ b/Formula/s/slither-analyzer.rb @@ -6,7 +6,7 @@ class SlitherAnalyzer < Formula url "https://files.pythonhosted.org/packages/f9/d7/327729240d0ab0291cf3e9b36f05e135676ffea796e4a74ec6b7ef7ad2dd/slither_analyzer-0.11.3.tar.gz" sha256 "09953ddb89d9ab182aa5826bda6fa3da482c82b5ffa371e34b35ba766044616e" license "AGPL-3.0-only" - revision 1 + revision 2 head "https://github.com/crytic/slither.git", branch: "master" no_autobump! because: :requires_manual_review @@ -31,8 +31,8 @@ class SlitherAnalyzer < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiosignal" do @@ -136,8 +136,8 @@ class SlitherAnalyzer < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "packaging" do @@ -166,8 +166,8 @@ class SlitherAnalyzer < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -221,8 +221,8 @@ class SlitherAnalyzer < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 93bdae36c03542c043e9481f1b4c9c186e758f08 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:31:09 +0000 Subject: [PATCH 08475/10074] snakemake: bump python resources --- Formula/s/snakemake.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index 96fe0f20d7496..d4ef27556eb2c 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -6,6 +6,7 @@ class Snakemake < Formula url "https://files.pythonhosted.org/packages/01/59/b3e9d89c09af0710fc45f51a9032d5d4f56e4442327c72a3585e39a0688d/snakemake-9.6.0.tar.gz" sha256 "df7c24dd278d2420d04f15f14189427d0d4dae8ab55ca7094f53f92f1930b37c" license "MIT" + revision 1 head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do @@ -195,8 +196,8 @@ class Snakemake < Formula end resource "snakemake-interface-executor-plugins" do - url "https://files.pythonhosted.org/packages/61/9d/ca71ec355208cb3f4b2dfb590a09f5081b17e6272cdb904c97de5ee93996/snakemake_interface_executor_plugins-9.3.5.tar.gz" - sha256 "483b4c6b70f92170c4d87cfe213fad4ecab58abfeaee1ec428d3403026745265" + url "https://files.pythonhosted.org/packages/6a/62/0bf04bc7cf11d9019040e2a0957830ae5bee48ad5ee817c260145f3d99fc/snakemake_interface_executor_plugins-9.3.6.tar.gz" + sha256 "9c99540fd3f0ae751440b7e0a4f82323561f89e6205b12613d409374a450b84b" end resource "snakemake-interface-logger-plugins" do @@ -230,8 +231,8 @@ class Snakemake < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wrapt" do From c153d73e78c2aa872dd51fdb94b456cc47e4ac4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:31:28 +0000 Subject: [PATCH 08476/10074] sphinx-doc: bump python resources --- Formula/s/sphinx-doc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sphinx-doc.rb b/Formula/s/sphinx-doc.rb index 478002a0d1f09..4c1f36aa8b95d 100644 --- a/Formula/s/sphinx-doc.rb +++ b/Formula/s/sphinx-doc.rb @@ -6,7 +6,7 @@ class SphinxDoc < Formula url "https://files.pythonhosted.org/packages/38/ad/4360e50ed56cb483667b8e6dadf2d3fda62359593faabbe749a27c4eaca6/sphinx-8.2.3.tar.gz" sha256 "398ad29dee7f63a75888314e9424d40f52ce5a6a87ae88e7071e80af296ec348" license "BSD-2-Clause" - revision 2 + revision 3 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "0327e610dfb142ad68cbcf3abb6c6c33a8423c7535587d7c034cacee66c5b595" @@ -127,8 +127,8 @@ class SphinxDoc < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 2062e7e42ad789524515bac8e2d14321a4298db2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:31:35 +0000 Subject: [PATCH 08477/10074] streamlink: bump python resources --- Formula/s/streamlink.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/streamlink.rb b/Formula/s/streamlink.rb index 39eb083bc1f1f..f37370d550879 100644 --- a/Formula/s/streamlink.rb +++ b/Formula/s/streamlink.rb @@ -6,7 +6,7 @@ class Streamlink < Formula url "https://files.pythonhosted.org/packages/07/83/8779287122de41b79763810204ce52bf644542396dd0273ad2fa177db80d/streamlink-7.4.0.tar.gz" sha256 "2cc90e5a978800c9e5b113d0b26db1079451f43441a0476255c2e99fd65e60bb" license "BSD-2-Clause" - revision 1 + revision 2 head "https://github.com/streamlink/streamlink.git", branch: "master" bottle do @@ -103,8 +103,8 @@ class Streamlink < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "websocket-client" do From e2f9994e24e7f6845b6ab5d83f9810ceadcab3c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:31:48 +0000 Subject: [PATCH 08478/10074] streamrip: bump python resources --- Formula/s/streamrip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/streamrip.rb b/Formula/s/streamrip.rb index e834168a50512..08f34de826b46 100644 --- a/Formula/s/streamrip.rb +++ b/Formula/s/streamrip.rb @@ -6,7 +6,7 @@ class Streamrip < Formula url "https://files.pythonhosted.org/packages/b8/c9/6997772e0217f3081e4e692c7b8b104aaa564c008f2593341e81bbbd2396/streamrip-2.1.0.tar.gz" sha256 "e59b4b406f9ac77eb59c927a1a082644e0902152ffeb6212b6b24af7fbef5540" license "GPL-3.0-only" - revision 2 + revision 3 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7611859c2d4a04473ba3abbc251c0283c4e575f8c8fd27db56a20bba2dcab9bf" @@ -126,8 +126,8 @@ class Streamrip < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "mutagen" do @@ -176,8 +176,8 @@ class Streamrip < Formula end resource "pytest" do - url "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz" - sha256 "14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6" + url "https://files.pythonhosted.org/packages/08/ba/45911d754e8eba3d5a841a5ce61a65a685ff1798421ac054f85aa8747dfb/pytest-8.4.1.tar.gz" + sha256 "7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c" end resource "pytest-asyncio" do @@ -211,8 +211,8 @@ class Streamrip < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "yarl" do From 3ddc9ed6f620d0fc12f390dea1f2f0c669a1e03b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:32:01 +0000 Subject: [PATCH 08479/10074] subliminal: bump python resources --- Formula/s/subliminal.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/subliminal.rb b/Formula/s/subliminal.rb index 8b76ae04c439c..5f7bb4fe36af5 100644 --- a/Formula/s/subliminal.rb +++ b/Formula/s/subliminal.rb @@ -6,7 +6,7 @@ class Subliminal < Formula url "https://files.pythonhosted.org/packages/50/fc/24c86cc9bf5ef2543a14cbff1e71a81165e760e2dfc61814ac3d7d9bfa9d/subliminal-2.3.2.tar.gz" sha256 "e9adee230b8bf46e27214da71ada18a3a0107d968005a25be3db5bc5855fb433" license "MIT" - revision 1 + revision 2 head "https://github.com/Diaoul/subliminal.git", branch: "main" bottle do @@ -184,8 +184,8 @@ class Subliminal < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From f30f821d181e5d510863c6b29352eae6a232d956 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:32:08 +0000 Subject: [PATCH 08480/10074] svtplay-dl: bump python resources --- Formula/s/svtplay-dl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/svtplay-dl.rb b/Formula/s/svtplay-dl.rb index f0907086c3b60..31f4b052d9ef7 100644 --- a/Formula/s/svtplay-dl.rb +++ b/Formula/s/svtplay-dl.rb @@ -6,7 +6,7 @@ class SvtplayDl < Formula url "https://files.pythonhosted.org/packages/90/dd/c20e5a5bed00ec886ff9bb6a3ff778c807dbe2dad17776ee4ad11040ed40/svtplay_dl-4.113.tar.gz" sha256 "953581c6c1d272a5c559d2662ed13d0547910eb9878d4c839a7505e4fbe1ffb4" license "MIT" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "f64583102f3204aab723fca1608176f59ea3a191a879180396a0a527ca4a5d0e" @@ -49,8 +49,8 @@ class SvtplayDl < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 755ae385b57dc840c1b3a1dbb8deee906ce5ebe3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:32:18 +0000 Subject: [PATCH 08481/10074] sysaidmin: bump python resources --- Formula/s/sysaidmin.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/s/sysaidmin.rb b/Formula/s/sysaidmin.rb index 0a3e871a4ed29..fefac513ab780 100644 --- a/Formula/s/sysaidmin.rb +++ b/Formula/s/sysaidmin.rb @@ -6,7 +6,7 @@ class Sysaidmin < Formula url "https://files.pythonhosted.org/packages/01/d8/f2b32cc85a544d1487bbdda7ec48d214c0e551d2d0ae6bbbb49d707fe297/sysaidmin-0.2.5.tar.gz" sha256 "77c40710cead7bdcc6cb98b38d74dd05e1e1c24dbc450e3b983869a7c06da91f" license "AGPL-3.0-or-later" - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "7ddcaf4fa5fbc0046f0450a8f2ad74ca75f10446897729733eb7cf494f69f99b" @@ -93,18 +93,18 @@ class Sysaidmin < Formula end resource "openai" do - url "https://files.pythonhosted.org/packages/ec/7a/9ad4a61f1502f0e59d8c27fb629e28a63259a44d8d31cd2314e1534a2d9f/openai-1.86.0.tar.gz" - sha256 "c64d5b788359a8fdf69bd605ae804ce41c1ce2e78b8dd93e2542e0ee267f1e4b" + url "https://files.pythonhosted.org/packages/5a/ea/bbeef604d1fe0f7e9111745bb8a81362973a95713b28855beb9a9832ab12/openai-1.88.0.tar.gz" + sha256 "122d35e42998255cf1fc84560f6ee49a844e65c054cd05d3e42fda506b832bb1" end resource "openai-agents" do - url "https://files.pythonhosted.org/packages/5d/82/75e18932102756e3c6e2c8a63f6a3a3058b32580f7aa53d87daab4f2a26b/openai_agents-0.0.17.tar.gz" - sha256 "44f9c8e80b461c64cfdcf55d162ca8bb0594f4b2ada48daf1be34a8d4cd0759f" + url "https://files.pythonhosted.org/packages/53/a3/301c6302bd2142c44674b4ccfb90d3da6771e17cef2e9fa2744256fd8dca/openai_agents-0.0.19.tar.gz" + sha256 "4090d683ef7257b3f6299f76e477ad51a970fd76de7c55df65f4bc5029580f2b" end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -168,8 +168,8 @@ class Sysaidmin < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "uvicorn" do From f29d749255074ddfc3dca7c7035f7bf0b03ed609 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:32:27 +0000 Subject: [PATCH 08482/10074] terraform-iam-policy-validator: bump python resources --- Formula/t/terraform-iam-policy-validator.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/t/terraform-iam-policy-validator.rb b/Formula/t/terraform-iam-policy-validator.rb index e72724d61a15e..4547c03f4f9ed 100644 --- a/Formula/t/terraform-iam-policy-validator.rb +++ b/Formula/t/terraform-iam-policy-validator.rb @@ -6,6 +6,7 @@ class TerraformIamPolicyValidator < Formula url "https://files.pythonhosted.org/packages/89/6b/bdb90f2fcb4a0033f138d52d5b24af9a2f8a84703ef94cbc31d51f0afaed/tf_policy_validator-0.0.9.tar.gz" sha256 "ec8496bb8d45642a61f36dba95c867ac8ca5438bfc5bebafe8e3eec03a50d181" license "MIT-0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "4b0cecd4db6c316acf78e7388a5935c24a07b569d530f741025dbc77b18a8772" @@ -21,13 +22,13 @@ class TerraformIamPolicyValidator < Formula depends_on "python@3.13" resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "jmespath" do @@ -56,8 +57,8 @@ class TerraformIamPolicyValidator < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 33e33c4f0d7e97e3eab8a51978f54357b656c219 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:32:36 +0000 Subject: [PATCH 08483/10074] terraform-local: bump python resources --- Formula/t/terraform-local.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/t/terraform-local.rb b/Formula/t/terraform-local.rb index 0dee885612d1b..57e1d1ce62224 100644 --- a/Formula/t/terraform-local.rb +++ b/Formula/t/terraform-local.rb @@ -6,6 +6,7 @@ class TerraformLocal < Formula url "https://files.pythonhosted.org/packages/29/a4/97ef909b1e70e117032227bac56e1c23cee01551a586c5f67bb8d4885e1b/terraform_local-0.23.1.tar.gz" sha256 "c56b025bef52d4af2246d49f00c3103f2678326e7eefbed8b74ae34a1478fe06" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any_skip_relocation, all: "80f734bb8fb6f72f4807ed7d4bc156895a53176a0a9b2324ed628e4ec8aae351" @@ -15,13 +16,13 @@ class TerraformLocal < Formula depends_on "python@3.13" resource "boto3" do - url "https://files.pythonhosted.org/packages/ad/95/99046c55799732d97b0f9a0bb99b64760f07dd55ac793393a6c4e847d8d6/boto3-1.38.33.tar.gz" - sha256 "6467909c1ae01ff67981f021bb2568592211765ec8a9a1d2c4529191e46c3541" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9d/aa/1521d7e1dcb76af8dca81539eec141ee3581a32e0dc1f31d092b59feb06a/botocore-1.38.33.tar.gz" - sha256 "dbe8fea9d0426c644c89ef2018ead886ccbcc22901a02b377b4e65ce1cb69a2b" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "jmespath" do @@ -65,8 +66,8 @@ class TerraformLocal < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 9cd873b555fc5818107e2930cdb07b0f6835f512 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:32:43 +0000 Subject: [PATCH 08484/10074] toot: bump python resources --- Formula/t/toot.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/toot.rb b/Formula/t/toot.rb index 05368d43b9017..802dc62a04e29 100644 --- a/Formula/t/toot.rb +++ b/Formula/t/toot.rb @@ -6,7 +6,7 @@ class Toot < Formula url "https://files.pythonhosted.org/packages/e1/5a/8c8c1dfb8188e14f94cda467f03924b23e7f7e1194249bdd1240363873ac/toot-0.48.1.tar.gz" sha256 "99629e24bc4ef3fb22162b7742f4053648279f5e7e34b5ad53224b5d3e05a66c" license "GPL-3.0-only" - revision 1 + revision 2 head "https://github.com/ihabunek/toot.git", branch: "master" bottle do @@ -73,8 +73,8 @@ class Toot < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "urwid" do From 08baf342881a2dd93332773fe5a7696bdd9e32b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:32:53 +0000 Subject: [PATCH 08485/10074] trafilatura: bump python resources --- Formula/t/trafilatura.rb | 49 ++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/Formula/t/trafilatura.rb b/Formula/t/trafilatura.rb index f1c9ba4ea84a1..004b9950d624d 100644 --- a/Formula/t/trafilatura.rb +++ b/Formula/t/trafilatura.rb @@ -6,6 +6,7 @@ class Trafilatura < Formula url "https://files.pythonhosted.org/packages/06/25/e3ebeefdebfdfae8c4a4396f5a6ea51fc6fa0831d63ce338e5090a8003dc/trafilatura-2.0.0.tar.gz" sha256 "ceb7094a6ecc97e72fea73c7dba36714c5c5b577b6470e4520dca893706d6247" license "GPL-3.0-or-later" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "505f84b8d24a77ceb6d76724565c4aa15328b1387e0ddfde87a559fe9fe5f3d9" @@ -24,13 +25,13 @@ class Trafilatura < Formula uses_from_macos "libxslt" resource "babel" do - url "https://files.pythonhosted.org/packages/2a/74/f1bc80f23eeba13393b7222b11d95ca3af2c1e28edca18af487137eefed9/babel-2.16.0.tar.gz" - sha256 "d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316" + url "https://files.pythonhosted.org/packages/7d/6b/d52e42361e1aa00709585ecc30b3f9684b3ab62530771402248b1b1d6240/babel-2.17.0.tar.gz" + sha256 "0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "courlan" do @@ -39,28 +40,28 @@ class Trafilatura < Formula end resource "dateparser" do - url "https://files.pythonhosted.org/packages/1a/b2/f6b29ab17d7959eb1a0a5c64f5011dc85051ad4e25e401cbddcc515db00f/dateparser-1.2.0.tar.gz" - sha256 "7975b43a4222283e0ae15be7b4999d08c9a70e2d378ac87385b1ccf2cffbbb30" + url "https://files.pythonhosted.org/packages/bd/3f/d3207a05f5b6a78c66d86631e60bfba5af163738a599a5b9aa2c2737a09e/dateparser-1.2.1.tar.gz" + sha256 "7e4919aeb48481dbfc01ac9683c8e20bfe95bb715a38c1e9f6af889f4f30ccc3" end resource "htmldate" do - url "https://files.pythonhosted.org/packages/7d/d9/2aa3b95ef02b60c5953031faba2e966155ef6c57aeac1a6d61d95acf9b4f/htmldate-1.9.2.tar.gz" - sha256 "89553fb6e0942a18951a623e28ce3ce4a2e8543b3908e951eea356ec0346cbe4" + url "https://files.pythonhosted.org/packages/a5/26/aaae4cab984f0b7dd0f5f1b823fa2ed2fd4a2bb50acd5bd2f0d217562678/htmldate-1.9.3.tar.gz" + sha256 "ac0caf4628c3ded4042011e2d60dc68dfb314c77b106587dd307a80d77e708e9" end resource "justext" do - url "https://files.pythonhosted.org/packages/b1/59/93ce612fce25c274efc88ec4d65963ce80fce96b9048e9fc1e430d893a9e/justext-3.0.1.tar.gz" - sha256 "b6ed2fb6c5d21618e2e34b2295c4edfc0bcece3bd549ed5c8ef5a8d20f0b3451" + url "https://files.pythonhosted.org/packages/49/f3/45890c1b314f0d04e19c1c83d534e611513150939a7cf039664d9ab1e649/justext-3.0.2.tar.gz" + sha256 "13496a450c44c4cd5b5a75a5efcd9996066d2a189794ea99a49949685a0beb05" end resource "lxml" do - url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz" - sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "lxml-html-clean" do - url "https://files.pythonhosted.org/packages/81/f2/fe319e3c5cb505a361b95d1e0d0d793fe28d4dcc2fc39d3cae9324dc4233/lxml_html_clean-0.4.1.tar.gz" - sha256 "40c838bbcf1fc72ba4ce811fbb3135913017b27820d7c16e8bc412ae1d8bc00b" + url "https://files.pythonhosted.org/packages/79/b6/466e71db127950fb8d172026a8f0a9f0dc6f64c8e78e2ca79f252e5790b8/lxml_html_clean-0.4.2.tar.gz" + sha256 "91291e7b5db95430abf461bc53440964d58e06cc468950f9e47db64976cebcb3" end resource "python-dateutil" do @@ -69,8 +70,8 @@ class Trafilatura < Formula end resource "pytz" do - url "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz" - sha256 "2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "regex" do @@ -79,23 +80,23 @@ class Trafilatura < Formula end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "tld" do - url "https://files.pythonhosted.org/packages/19/2b/678082222bc1d2823ea8384c6806085b85226ff73885c703fe0c7143ef64/tld-0.13.tar.gz" - sha256 "93dde5e1c04bdf1844976eae440706379d21f4ab235b73c05d7483e074fb5629" + url "https://files.pythonhosted.org/packages/df/a1/5723b07a70c1841a80afc9ac572fdf53488306848d844cd70519391b0d26/tld-0.13.1.tar.gz" + sha256 "75ec00936cbcf564f67361c41713363440b6c4ef0f0c1592b5b0fbe72c17a350" end resource "tzlocal" do - url "https://files.pythonhosted.org/packages/04/d3/c19d65ae67636fe63953b20c2e4a8ced4497ea232c43ff8d01db16de8dc0/tzlocal-5.2.tar.gz" - sha256 "8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e" + url "https://files.pythonhosted.org/packages/8b/2e/c14812d3d4d9cd1773c6be938f89e5735a1f11a9f184ac3639b93cef35d5/tzlocal-5.3.1.tar.gz" + sha256 "cceffc7edecefea1f595541dbd6e990cb1ea3d19bf01b2809f362a03dd7921fd" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 6ad2834843e196771265616504a35c42c24b9c87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:33:03 +0000 Subject: [PATCH 08486/10074] trailscraper: bump python resources --- Formula/t/trailscraper.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/t/trailscraper.rb b/Formula/t/trailscraper.rb index c75dfbb57b695..fd88363ca1b0c 100644 --- a/Formula/t/trailscraper.rb +++ b/Formula/t/trailscraper.rb @@ -6,7 +6,7 @@ class Trailscraper < Formula url "https://files.pythonhosted.org/packages/dd/1e/34d60a04f97291d8c3c316a4f61d22b0870100adc704e8bedfb4930c0401/trailscraper-0.9.1.tar.gz" sha256 "96278fcd08aba2c684cad5e73972149d3f756ef52f146532440793ddcbbf9230" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/flosell/trailscraper.git", branch: "master" no_autobump! because: :requires_manual_review @@ -74,8 +74,8 @@ class Trailscraper < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -94,8 +94,8 @@ class Trailscraper < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 22a9eb98b67da43c6a0e4c2e5a1d7d8ffd59cb0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:33:30 +0000 Subject: [PATCH 08487/10074] tvnamer: bump python resources --- Formula/t/tvnamer.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tvnamer.rb b/Formula/t/tvnamer.rb index f3a8dd46ade55..1cafe0681c08b 100644 --- a/Formula/t/tvnamer.rb +++ b/Formula/t/tvnamer.rb @@ -6,7 +6,7 @@ class Tvnamer < Formula url "https://files.pythonhosted.org/packages/7e/07/688dc96a86cf212ffdb291d2f012bc4a41ee78324a2eda4c98f05f5e3062/tvnamer-3.0.4.tar.gz" sha256 "dc2ea8188df6ac56439343630466b874c57756dd0b2538dd8e7905048f425f04" license "Unlicense" - revision 9 + revision 10 head "https://github.com/dbr/tvnamer.git", branch: "master" no_autobump! because: :requires_manual_review @@ -44,8 +44,8 @@ class Tvnamer < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From d2590b86120ed1927a916df11a0cfe14a7cdfff6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:33:37 +0000 Subject: [PATCH 08488/10074] twarc: bump python resources --- Formula/t/twarc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/t/twarc.rb b/Formula/t/twarc.rb index 7a0f07389c513..fe9eefe73c18b 100644 --- a/Formula/t/twarc.rb +++ b/Formula/t/twarc.rb @@ -6,7 +6,7 @@ class Twarc < Formula url "https://files.pythonhosted.org/packages/8a/ed/ac80b24ece6ee552f6deb39be34f01491cff4018cca8c5602c901dc08ecf/twarc-2.14.0.tar.gz" sha256 "fa8ee3052d8b9678231bea95d1bdcbabb3968d35c56a8d1fcedc8982e8c66a66" license "MIT" - revision 10 + revision 11 no_autobump! because: :requires_manual_review @@ -53,8 +53,8 @@ class Twarc < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "python-dateutil" do @@ -83,8 +83,8 @@ class Twarc < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 8b8b566b90159353a1dd4e4137437e72566f464d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:33:45 +0000 Subject: [PATCH 08489/10074] twine: bump python resources --- Formula/t/twine.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/twine.rb b/Formula/t/twine.rb index ac32320ba11dc..761e7f650ee67 100644 --- a/Formula/t/twine.rb +++ b/Formula/t/twine.rb @@ -6,7 +6,7 @@ class Twine < Formula url "https://files.pythonhosted.org/packages/c8/a2/6df94fc5c8e2170d21d7134a565c3a8fb84f9797c1dd65a5976aaf714418/twine-6.1.0.tar.gz" sha256 "be324f6272eff91d07ee93f251edf232fc647935dd585ac003539b42404a8dbd" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/pypa/twine.git", branch: "main" bottle do @@ -119,8 +119,8 @@ class Twine < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 4d300e04cab41b6b5e17b5950ce092d83f1c966a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:33:56 +0000 Subject: [PATCH 08490/10074] urlwatch: bump python resources --- Formula/u/urlwatch.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/u/urlwatch.rb b/Formula/u/urlwatch.rb index 45ae64cd843b7..ef5eb1f4693c6 100644 --- a/Formula/u/urlwatch.rb +++ b/Formula/u/urlwatch.rb @@ -6,7 +6,7 @@ class Urlwatch < Formula url "https://files.pythonhosted.org/packages/76/a3/e3bc54a669fa3ec440ea9d8db64590e761343b02b6ae9fcfcdc05c28d9ea/urlwatch-2.29.tar.gz" sha256 "f317ca8b123b15af510ec9e08bf885d8a8b574f502253e5ded200d757366da98" license "BSD-3-Clause" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "c12fede92c94a73a4c005858e1c8db0d12f5d579f4c552d383d8b513954c9122" @@ -91,8 +91,8 @@ class Urlwatch < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 350090ff561a3b3e9e77119508b1cdd16c82e4f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:26:13 +0000 Subject: [PATCH 08491/10074] aws-c-s3 0.8.2 --- Formula/a/aws-c-s3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-c-s3.rb b/Formula/a/aws-c-s3.rb index ba38bf4c8de64..08d722f3ab872 100644 --- a/Formula/a/aws-c-s3.rb +++ b/Formula/a/aws-c-s3.rb @@ -1,8 +1,8 @@ class AwsCS3 < Formula desc "C99 library implementation for communicating with the S3 service" homepage "https://github.com/awslabs/aws-c-s3" - url "https://github.com/awslabs/aws-c-s3/archive/refs/tags/v0.8.1.tar.gz" - sha256 "c8b09780691d2b94e50d101c68f01fa2d1c3debb0ff3aed313d93f0d3c9af663" + url "https://github.com/awslabs/aws-c-s3/archive/refs/tags/v0.8.2.tar.gz" + sha256 "7c8d8a36ce209114282bbdd7997b64f04b5be7f0614cdebc5bf6a31c665ab6ee" license "Apache-2.0" bottle do From 07e8260b5eaa68ddba918aef669e6afe1fe970ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:28:04 +0000 Subject: [PATCH 08492/10074] calicoctl 3.30.2 --- Formula/c/calicoctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/calicoctl.rb b/Formula/c/calicoctl.rb index 6912ccad19058..94d404040efd7 100644 --- a/Formula/c/calicoctl.rb +++ b/Formula/c/calicoctl.rb @@ -2,8 +2,8 @@ class Calicoctl < Formula desc "Calico CLI tool" homepage "https://www.projectcalico.org" url "https://github.com/projectcalico/calico.git", - tag: "v3.30.1", - revision: "393b14e729a67f9bc9a96eba65ff0be5f2f7b94a" + tag: "v3.30.2", + revision: "cf50b562271b7c2ad896af0488d48eddabbb74eb" license "Apache-2.0" head "https://github.com/projectcalico/calico.git", branch: "master" From 54b8d6b88da0b493354105e0f9caafba81bd0d97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:39:08 +0000 Subject: [PATCH 08493/10074] less 679 --- Formula/l/less.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/less.rb b/Formula/l/less.rb index 32e79d9d2ff09..bd177164fdc99 100644 --- a/Formula/l/less.rb +++ b/Formula/l/less.rb @@ -1,8 +1,8 @@ class Less < Formula desc "Pager program similar to more" homepage "https://www.greenwoodsoftware.com/less/index.html" - url "https://www.greenwoodsoftware.com/less/less-678.tar.gz" - sha256 "4c085364f3028290d34647df27f56018c365dc4c0092ab7de74ed8fe89014fe7" + url "https://www.greenwoodsoftware.com/less/less-679.tar.gz" + sha256 "9b68820c34fa8a0af6b0e01b74f0298bcdd40a0489c61649b47058908a153d78" license "GPL-3.0-or-later" livecheck do From f8312f0ae2b947e8a4b920975640cfdfe28fa0cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:44:18 +0000 Subject: [PATCH 08494/10074] oils-for-unix 0.30.0 --- Formula/o/oils-for-unix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index 60a5b2e9c8608..49821776318bd 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -1,8 +1,8 @@ class OilsForUnix < Formula desc "Bash-compatible Unix shell with more consistent syntax and semantics" homepage "https://oils.pub/" - url "https://oils.pub/download/oils-for-unix-0.29.0.tar.gz" - sha256 "34fdb53f1dbd2b8742ef74cd3a46d87abfcda18d0d645f29762c4fddb9a2b3ac" + url "https://oils.pub/download/oils-for-unix-0.30.0.tar.gz" + sha256 "d1d79dd41d0775b376184e6cd4cf8a1ea369aa9d9383abcc7d96725e2ffb82f2" license "Apache-2.0" livecheck do From 250b46c0288de9823783fa267177c7faf7b736ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:49:50 +0000 Subject: [PATCH 08495/10074] sherif 1.6.1 --- Formula/s/sherif.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sherif.rb b/Formula/s/sherif.rb index 2fc6fb483f5c1..100b39a2f9367 100644 --- a/Formula/s/sherif.rb +++ b/Formula/s/sherif.rb @@ -1,8 +1,8 @@ class Sherif < Formula desc "Opinionated, zero-config linter for JavaScript monorepos" homepage "https://github.com/QuiiBz/sherif" - url "https://registry.npmjs.org/sherif/-/sherif-1.5.0.tgz" - sha256 "9d34335e549940b1aa0ed4c2d96f6794863904ab30e9461c7bf8ff4dc879ca70" + url "https://registry.npmjs.org/sherif/-/sherif-1.6.1.tgz" + sha256 "416172fbd1ec78120e8f90a8fb195a87030c2326a8ec3fd28d0af72aa51ecf68" license "MIT" bottle do From fa13717140208fc9a0997037ed2a39d6e646f6bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:51:48 +0000 Subject: [PATCH 08496/10074] swc 1.12.4 --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 2f9a98531e17e..552e007925665 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.3.tar.gz" - sha256 "32004452c5130f52121050a0246854bc913ce874a0115c026d314c77702e38c7" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.4.tar.gz" + sha256 "985b47d6dfd3e9d84a1274b8f7964bb3d957e286d649276af4b097f0e36e6eb0" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From fa27ea725703a564f80e3b911c440e5e6e979df4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:11:39 +0000 Subject: [PATCH 08497/10074] pieces-cli: update 1.15.2_1 bottle. --- Formula/p/pieces-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pieces-cli.rb b/Formula/p/pieces-cli.rb index 65ca897a4a5f4..93be6468e92fe 100644 --- a/Formula/p/pieces-cli.rb +++ b/Formula/p/pieces-cli.rb @@ -19,13 +19,13 @@ class PiecesCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "c2b5def802f84cee4acf135b6633cebd0678313eb5806dba168df1008139d46d" - sha256 cellar: :any, arm64_sonoma: "9e9959a4091e57bdf5ed0d2cfc7ef24504a799d8f3929bb6820b5839c53b76c0" - sha256 cellar: :any, arm64_ventura: "90cffff7e94b79916db43354edc3bb4fb36f2359cca5e9ce38b77c7bde994e7e" - sha256 cellar: :any, sonoma: "ac7f70cb824a20dc706ce68571f462b82f16672299e19d1654079d1aa90b3e60" - sha256 cellar: :any, ventura: "45a464614bfe5dfa7c8ebee68e4653a8c3e51adfb3b2013f30289f4d6212bdff" - sha256 cellar: :any_skip_relocation, arm64_linux: "1704727be2bdad177c26778c65558d7bed376a893ce1546dd92a84e4e3f4b2dd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5ee86c58244e330f5f92bd6ad737e205492862398e9df8152892a8d3fa13a0b3" + sha256 cellar: :any, arm64_sequoia: "da0252c7929a51d81e29b102d0e69f45b3403df80b8388a7bb75f0a7f5c0484d" + sha256 cellar: :any, arm64_sonoma: "72b48afbcb9af33e228e75d3ccce8460ce2c1e873b6260f799cf6002a1260acf" + sha256 cellar: :any, arm64_ventura: "4085abd35af48ad50b57570da1c8529afbcfcfbab6d407eb139987fbfbec1648" + sha256 cellar: :any, sonoma: "f9ce2be52f0d32aab4a8c0d4fa3e206eb58cbf2033258e1c98d0f1420c4c9933" + sha256 cellar: :any, ventura: "c0537893a413323a7a52baa70c0412d8f6aa5a41d455ec7db0a978bf70c6a4b0" + sha256 cellar: :any_skip_relocation, arm64_linux: "1f9497b4e411330d6781fc88514bac670795998a90cbc558cc57534477690cad" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9c062f1bd086f8a620de3ad13eb30a164b1bee9a00f6e43e3baaa3200744537" end depends_on "rust" => :build From 7016ff4ec6e9e42a4ca0be892598b03173e0cddf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:13:28 +0000 Subject: [PATCH 08498/10074] ansible@9: update 9.13.0_1 bottle. --- Formula/a/ansible@9.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ansible@9.rb b/Formula/a/ansible@9.rb index e7be12e8ee69a..46678d32700d7 100644 --- a/Formula/a/ansible@9.rb +++ b/Formula/a/ansible@9.rb @@ -11,13 +11,13 @@ class AnsibleAT9 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "c012d30879a0e1dcf6a004fbd4c5e8d8ef2a084c84b34a71ee2ab3056551f88c" - sha256 cellar: :any, arm64_sonoma: "0564af7e55f39d80d8baa623a49ae3a377a935bb1e390e51a86d97e0b1ad488e" - sha256 cellar: :any, arm64_ventura: "d8eadf2aeaf60993f490210e225f19c6a0a7490434d47a15978c9fb7bb1022a3" - sha256 cellar: :any, sonoma: "285d0bf9d99011996da135b3b1aa8e48a172552854d67a2d8ba3289d26ee5d11" - sha256 cellar: :any, ventura: "57a8fdb4346d739444f5799480c9ce0d7b7dd364d274968dd9103d3f051446ac" - sha256 cellar: :any_skip_relocation, arm64_linux: "e45d22caa74bc699b3bb776e2e77d4f651b3c0a02c7182c777571b8336271342" - sha256 cellar: :any_skip_relocation, x86_64_linux: "00f6850d17d9fcfd5ba2ce658fcc34eb2e353f72a22fc71837aaaf8f13739b7f" + sha256 cellar: :any, arm64_sequoia: "3724755cf085d1f0fb7e6a453c1668494bfa9da897aad0551680645710466134" + sha256 cellar: :any, arm64_sonoma: "74b38329ac2ebdd120da51b69815917b398b0326818ba6481dd606fbad36abf5" + sha256 cellar: :any, arm64_ventura: "8ef65f7ef64a597753ab4de4736550cb8a1d7e2e12f85ecc42b480fe992cc6c2" + sha256 cellar: :any, sonoma: "c277ef8bc1ff8493b332b2fef7e037143c88a49372e21af2cf65f953c37547cd" + sha256 cellar: :any, ventura: "e8c6415ccb0ef9b178dec3502488b107263e6fac8a88e2ce940917505f14d132" + sha256 cellar: :any_skip_relocation, arm64_linux: "3047313d205928e372824d83c4ec2a887b9d3352219898a0b73893c8356d605a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "17778565c41b2703bce8cc8683fe92b5ce3d4a5c8407656bd7dbb229eb26447d" end keg_only :versioned_formula From 122c857bb624faee2524774badb1eabd8fca4d37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:13:29 +0000 Subject: [PATCH 08499/10074] aider: update 0.84.0_1 bottle. --- Formula/a/aider.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aider.rb b/Formula/a/aider.rb index 8485d64ec75b3..775bf55704850 100644 --- a/Formula/a/aider.rb +++ b/Formula/a/aider.rb @@ -12,12 +12,12 @@ class Aider < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "a1245af11a730a757f2a2d28c3ddefd671a813ac28553f850c76cbae14816ff6" - sha256 cellar: :any, arm64_sonoma: "aeb08bc4240e4b1d8ca8806d76d04a5210f87fd869c4de5b02e27fbd52213035" - sha256 cellar: :any, arm64_ventura: "2b64f54cbc1af6ce8c6fbbb9ced3a4904fd158998fdff237d702c1689158c745" - sha256 cellar: :any, sonoma: "99409ce0e3b254ba3dc159772c016925def739877680cfb575725cb1f3299f35" - sha256 cellar: :any, ventura: "dc8d14216fdcaae9126005b3689ba3a97d0727f5002a019d47e7b8e219c11221" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf816c3bd0f62051a52570a389830a91aaff74b161cfba60fb39037e4a9b8cdc" + sha256 cellar: :any, arm64_sequoia: "2ebf8800fb5162238196d04b27e099728f2d639cd3517fabb392107fa1c7857e" + sha256 cellar: :any, arm64_sonoma: "8e5411c0b630c158398629c0e16ed9a27dfcae7382b3f2d6a7e33a8cfbd5aec2" + sha256 cellar: :any, arm64_ventura: "1d43691d9dcdb723cea9c6bb711dd8ec2975f8ddaa9d2e02dbdd1b6378153849" + sha256 cellar: :any, sonoma: "756bedd14719dec3139f615736ce05867d67352b14e3608e5fd54cc2e2b4f188" + sha256 cellar: :any, ventura: "6e5c18bf1cd2fc4fecb86249282573c6333d56df3a3269bdbd3ca83c3a559fe8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7a60a91d01195ed0d5334c1eee9624494ee90bda202b4c5e62764a028a94d260" end depends_on "maturin" => :build # for `hf-xet` From 40398fd7a86f731f10cd593b68eb23ed4e118a32 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:13:49 +0000 Subject: [PATCH 08500/10074] ubi: update 0.7.2 bottle. --- Formula/u/ubi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/ubi.rb b/Formula/u/ubi.rb index 62e1396d96268..e5480a0246410 100644 --- a/Formula/u/ubi.rb +++ b/Formula/u/ubi.rb @@ -7,13 +7,13 @@ class Ubi < Formula head "https://github.com/houseabsolute/ubi.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7c60353904b43b071ac952b92758d3fa607afd6128a2022e38a77d6bd5ed591" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b134f519224f44e1541ac4028480357c03de1b6df034aab6b3256831aa794d1d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0adb188448df5da624c2f9ceec8b1b84122576f94b6462886bc56cb3e3e85991" - sha256 cellar: :any_skip_relocation, sonoma: "528672b6c2574b668944495a60da5c448a968922646f3cb758504e874a0addf8" - sha256 cellar: :any_skip_relocation, ventura: "6ba488cb4ec85807d44c3be381efe52306ea17389721c2671105a4912b11d2f4" - sha256 cellar: :any_skip_relocation, arm64_linux: "d7326d2464f576ce716154d66c4a721703d5966bd05c55af8d28f2c10dc6c091" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a9e5d98fc060b5d6fb875c883a1cecb74be884110fd46a86b569df67cebb4a1" + sha256 cellar: :any, arm64_sequoia: "143dd359448347b21815b5d25d6cdae257a5d864787da673fe0ab41c52a1dce3" + sha256 cellar: :any, arm64_sonoma: "3a8f1a6cc60b635fe3b90d29a416eafc9821175a7425b61b42e1d3bb6a90ebb0" + sha256 cellar: :any, arm64_ventura: "621c75822f06a98d4815fd8bf9d1f050adb2a49db8df9a30dc0edea0decb6ff0" + sha256 cellar: :any, sonoma: "13267cc89276298338ad24b8576db841675f576ab72c2edaba189990999d8f03" + sha256 cellar: :any, ventura: "9e6f36d86708cb9ad30305a66dbcb86bada5c63e869b5dd8aba43f5fcb3605f3" + sha256 cellar: :any_skip_relocation, arm64_linux: "c10ebde4475f1673b9ebd3899219cd5f00d90fb596a282f160eeb7408712b648" + sha256 cellar: :any_skip_relocation, x86_64_linux: "262c1dcf67a9969c5e359e705faac2bd2221eb032847b5bc78fb988d2cb0d445" end depends_on "pkgconf" => :build From 810c39b2c915d71cd06c72b9cdd0348abc13a97e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:14:05 +0000 Subject: [PATCH 08501/10074] dolphie: update 6.10.1_1 bottle. --- Formula/d/dolphie.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dolphie.rb b/Formula/d/dolphie.rb index 60096180b507d..f426ffbc737a2 100644 --- a/Formula/d/dolphie.rb +++ b/Formula/d/dolphie.rb @@ -11,13 +11,13 @@ class Dolphie < Formula no_autobump! because: "some resources have to be updated manually" bottle do - sha256 cellar: :any, arm64_sequoia: "bcf56bd0619c58c4bb3c87e87f6d142ca2e29cf6b33b952685f0350b0be99ff7" - sha256 cellar: :any, arm64_sonoma: "079e391c2ca406995e757365521078135ec78a8aef299215bb966497adecd872" - sha256 cellar: :any, arm64_ventura: "7d8600a870d06e33a6e7e3715294efa62811009ee4809e1a0ee4b6d4603a1583" - sha256 cellar: :any, sonoma: "03d775a0e5ab843d644423dc9f0da277cac5446f05cc6c52dd65bc191b99c6d5" - sha256 cellar: :any, ventura: "f5b08e001ccc124d3463b0f0a5fb3c56055e58ee89737e58925bdbde575188fc" - sha256 cellar: :any_skip_relocation, arm64_linux: "a160d6d352d12aa2f8ca6e08e9357ae3fd97e044679fee8a14894e9e56eb230a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e50d4cf9ce11b3e14c1d6ea1f19430bceff271191b7a2529c8d61d0ad8ac2487" + sha256 cellar: :any, arm64_sequoia: "372e05e6aad3337d21ab89d35b094f3cabadcb03a5318b94cf8016f0cce7fbae" + sha256 cellar: :any, arm64_sonoma: "5f83acdae31a5c7b110fed3b7cabfc1a715a67ed2762a35feaa528bf8f87fa3c" + sha256 cellar: :any, arm64_ventura: "ddbc591bb8e2c01b369c391a1df9efc93d5566eaebfdd95751b77fc0a237c8b5" + sha256 cellar: :any, sonoma: "9e7efbf9f5cf4ed9cbdf3c4c9ca3597e00145f1ace9795f2ea1597c83a40300e" + sha256 cellar: :any, ventura: "1b393474a5d78685dcd8ac1abf63c9d170f900672b42dbb22825e72ab99d1099" + sha256 cellar: :any_skip_relocation, arm64_linux: "cbb160ba4b30de073326f65c0c5a67133d9be67caca25325b3e8c7c7fcb979eb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7f7844215d376698efa1c536c7a36c628d63e74b6206a23c10343ca2f2c7fde8" end depends_on "rust" => :build # for orjson From 627fdc14fcf685546e39b53901ecc7cd7ef3a35d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:14:24 +0000 Subject: [PATCH 08502/10074] gorilla-cli: update 0.0.10_4 bottle. --- Formula/g/gorilla-cli.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/g/gorilla-cli.rb b/Formula/g/gorilla-cli.rb index ce178f99ac1fa..f28808101d509 100644 --- a/Formula/g/gorilla-cli.rb +++ b/Formula/g/gorilla-cli.rb @@ -9,8 +9,7 @@ class GorillaCli < Formula revision 4 bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "ba6432daac48104b89bfd8d0ebc549e05f9b010f4e2c9be42349ba7959560af6" + sha256 cellar: :any_skip_relocation, all: "39e144adcabac123d99a50aee4cf41ea1eb80adb5b842360e78adba87a92ac02" end # service is down: https://github.com/gorilla-llm/gorilla-cli/issues/64 From ce7eaac74bb55d866edd62ad955cdc7cc40b2ae4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:15:43 +0000 Subject: [PATCH 08503/10074] policy_sentry: update 0.14.0_2 bottle. --- Formula/p/policy_sentry.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/policy_sentry.rb b/Formula/p/policy_sentry.rb index 248916d39296a..34e0f2cfc8bb4 100644 --- a/Formula/p/policy_sentry.rb +++ b/Formula/p/policy_sentry.rb @@ -10,13 +10,13 @@ class PolicySentry < Formula head "https://github.com/salesforce/policy_sentry.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "46b843bf087131b63755a97e8c63205c4cd5e7beb16715b5c21a878b4c0c23d2" - sha256 cellar: :any, arm64_sonoma: "d875fc4b379c60174e3f4ed246d9bc67bc1057ea1a2f9dc0c0cd81fc5f90eb12" - sha256 cellar: :any, arm64_ventura: "81bcf9bc3681e0dd59addfccfd5a6574e0b75d061e9fa59dfeb8fb180fc91d58" - sha256 cellar: :any, sonoma: "c0e378611ba7ec8dc6bd38f849989f6ea05fa74bc481738e30af78f9f469ca50" - sha256 cellar: :any, ventura: "b011280dfa732d387a00809aacd2056767c782f6657bf6eede023d3b2814a946" - sha256 cellar: :any_skip_relocation, arm64_linux: "a6d0a280944eaeef9e022ca9c285848f3ee805b323a0979f665f760075fe5b1e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d57d65a28701c75b73bc65d8e8f02ca9cf311ddef4f88576c22216140697df5b" + sha256 cellar: :any, arm64_sequoia: "c4bfdf7d1ca10359b721ad58fba1b33e631fd57fba623ba3e3cef243a0d68f26" + sha256 cellar: :any, arm64_sonoma: "a7d31909c5732e8dd10570a155c97cc0a03dd18a4a35ed158687019738873601" + sha256 cellar: :any, arm64_ventura: "a1e515dbe0a2da72a4e40a52199bb653041bb283760b7c1c4027efd790500bcd" + sha256 cellar: :any, sonoma: "c7652fbf34b514c7c9f272b3b749fab80ddd57f94bcb6573113a1093f3bc4264" + sha256 cellar: :any, ventura: "e1c42231dd7f07dda17e4610c5b114361db50f1bf08a14cf4f8e9f0a20103be4" + sha256 cellar: :any_skip_relocation, arm64_linux: "5c61b11ed32c270e2c5df8b87db0c6ff3036d213bd47e85a107def54fb2a7165" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f26e8bafd4c6bf15034feb1f7a6332a089ddccbd511c0891d9e89fdc241ef82d" end depends_on "rust" => :build # for orjson From d1e94dac887c2bf9c7e750d29209ee0ed96f22dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:15:46 +0000 Subject: [PATCH 08504/10074] s4cmd: update 2.1.0_4 bottle. --- Formula/s/s4cmd.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/s/s4cmd.rb b/Formula/s/s4cmd.rb index 1363c82fea511..d1357ce6563c1 100644 --- a/Formula/s/s4cmd.rb +++ b/Formula/s/s4cmd.rb @@ -12,8 +12,7 @@ class S4cmd < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "43d2483c9cb4dcbe9c834c42ba1b972a1d1702e03078513d9dc9baa76655fc9b" + sha256 cellar: :any_skip_relocation, all: "a8e1ae545f2d58cbbd80828342d8732952e47628c4a5640150e9151c9195052d" end depends_on "python@3.13" From cfac94a932db7dd6bc1de215bc071fa0593af79d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:15:47 +0000 Subject: [PATCH 08505/10074] principalmapper: update 1.1.5_5 bottle. --- Formula/p/principalmapper.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/p/principalmapper.rb b/Formula/p/principalmapper.rb index 2027ff2c0ab08..ccca2464fd4b2 100644 --- a/Formula/p/principalmapper.rb +++ b/Formula/p/principalmapper.rb @@ -9,8 +9,7 @@ class Principalmapper < Formula revision 5 bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "74cc8482977efe4ff30d7a6d0bc3e97b764144359dc8f172410e3cf579afab34" + sha256 cellar: :any_skip_relocation, all: "92bf9195e8e64c0c3a776f4375e99b3aa236c82b374255be01d3b8fc3db67449" end depends_on "python@3.13" From c2a059f20109543d4967c84c05fad879faf266bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:15:50 +0000 Subject: [PATCH 08506/10074] rich-cli: update 1.8.0_8 bottle. --- Formula/r/rich-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/rich-cli.rb b/Formula/r/rich-cli.rb index d45a10c8854c8..59e55c577e703 100644 --- a/Formula/r/rich-cli.rb +++ b/Formula/r/rich-cli.rb @@ -11,7 +11,7 @@ class RichCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "52c721e712da1c8e97a183ceef13a252d413dc8e33dd7b69616a7271ff086b1a" + sha256 cellar: :any_skip_relocation, all: "28895eff8f7b7900e8a29d58013b9c376f510f173e80713b3448b9d8157eebca" end depends_on "certifi" From 4b6ab09b50250d6fc2f3447c9d4b4e39fb53cdba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:15:54 +0000 Subject: [PATCH 08507/10074] pwntools: update 4.14.1_2 bottle. --- Formula/p/pwntools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pwntools.rb b/Formula/p/pwntools.rb index 928cdd4a5bc54..dfc27325ce8ac 100644 --- a/Formula/p/pwntools.rb +++ b/Formula/p/pwntools.rb @@ -10,13 +10,13 @@ class Pwntools < Formula head "https://github.com/Gallopsled/pwntools.git", branch: "dev" bottle do - sha256 cellar: :any, arm64_sequoia: "5ae3380e9dd319159411c2f804051c4115c4e64156391f5f66110bc412ff5623" - sha256 cellar: :any, arm64_sonoma: "c75dc71087b673c5895939985484f650c0804333bc2c1d5cddc1b0f6c13d4ec2" - sha256 cellar: :any, arm64_ventura: "89837bc4a60e49ce281d66c1351ed2950525489175305ffa3b2de26b1c5d9bfa" - sha256 cellar: :any, sonoma: "f0d07e2ecb215b0ea92aa230c68658329fd793280c84adb586517cd564efbda7" - sha256 cellar: :any, ventura: "1d486b79e49e49b319d570d5398afd55e581c4bb7823192191b938efda6f4819" - sha256 cellar: :any_skip_relocation, arm64_linux: "411119be95e13389ba0ad1dbbadd7d0746172ff7048680f55ebcd2e01155c281" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13ba48bc33570e2ad320f39477f847474e16f8ae5186c9b5de5b34c7a8de6fc1" + sha256 cellar: :any, arm64_sequoia: "f989c54c821d844d3ba9cb6b6d20bd6253a0633ef4c06631fc55986f8bdf95d6" + sha256 cellar: :any, arm64_sonoma: "03ce8629560c18870072c7a0722b9ef82d0be01408787a0d4a269ea49b399748" + sha256 cellar: :any, arm64_ventura: "1e74bc2bd0e533f8b1ab400caae515ac61401f55a082533a2c15e2b1debe1411" + sha256 cellar: :any, sonoma: "f094cfbe2a8c4a5c0e1470ec079e90b8ac77f1eb03b63d5b604815b0552696b8" + sha256 cellar: :any, ventura: "77ce1fb93f28f53fb666576b165fbcae55b4b7b0924852efeec130c06e6efa81" + sha256 cellar: :any_skip_relocation, arm64_linux: "8842124753021cd26a280b565e8a8141daf1e4c65eec4643526fa74e19123a40" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d7ef2229cb2319833ff334d3a5afde9270d871a026f102440dc2391e840a43db" end depends_on "rust" => :build # for bcrypt From 51c1c2e86a6a182f4478784eb1d9d01d6a0c4b10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:16:03 +0000 Subject: [PATCH 08508/10074] sceptre: update 4.5.3_3 bottle. --- Formula/s/sceptre.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sceptre.rb b/Formula/s/sceptre.rb index 273fa613bd839..c37e80b1b2332 100644 --- a/Formula/s/sceptre.rb +++ b/Formula/s/sceptre.rb @@ -9,13 +9,13 @@ class Sceptre < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "b7c2edd747ed4d1fffae9f2d1a41071484f4a25110728b68df2c6813451699ec" - sha256 cellar: :any, arm64_sonoma: "b53524bd9d737b5f9c393ce64110a807588998d4ebb148cf622011d5233e0d28" - sha256 cellar: :any, arm64_ventura: "d05bcad2ed840722d9b47cd54a441b04f681818e6ee633b09cb772fca86534e4" - sha256 cellar: :any, sonoma: "1f336324ad0541255abb4bda35fd9f2fbe7318001c9161defad4991346d71b39" - sha256 cellar: :any, ventura: "249ba8062c103c5baa8737d7670c344e6a0229d7a883c3bba5ae6f5838816efa" - sha256 cellar: :any_skip_relocation, arm64_linux: "0c562a5d71aa51017c9f1862a5a406bf7a345a5ad310563bd87a3ffa59719de3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e8715ee30054e456e204cea8c089e095ae24f8c66db45a38aaded9242fe26210" + sha256 cellar: :any, arm64_sequoia: "0cef0955107942bcc6b6c98c3e6948848de0eca717110fa16830378fdcb6efc8" + sha256 cellar: :any, arm64_sonoma: "c5b8379dacb404e7c286a27289d512a809f66f0bf18475b4774a602a54076be9" + sha256 cellar: :any, arm64_ventura: "ef53c96dfd02eaa96a11f239b9ba05ca1788ac53ec927c6e61b0694c94553808" + sha256 cellar: :any, sonoma: "474a38aa7eba4c81343d6fe5885fb5609cbba50468c0c3d50f527cbe5095de91" + sha256 cellar: :any, ventura: "9be5b62ead5267746495821bee882dce883e17d04549c27f72d9bec54638f166" + sha256 cellar: :any_skip_relocation, arm64_linux: "96025b896fbb351b0db9298733c63971d07fc16e2ba510ab8d9fb9ff44e4fff8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "989daa64fd40d9f2de6e3862ac41346d1ee1238edef951ebc9787a1619ca4c22" end depends_on "certifi" From 789ebfbdf73148203bf59df0e69c00e8c800fb40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:16:05 +0000 Subject: [PATCH 08509/10074] search-that-hash: update 0.2.8_11 bottle. --- Formula/s/search-that-hash.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/search-that-hash.rb b/Formula/s/search-that-hash.rb index 485cf1ba32687..bad2033955962 100644 --- a/Formula/s/search-that-hash.rb +++ b/Formula/s/search-that-hash.rb @@ -12,13 +12,13 @@ class SearchThatHash < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" - sha256 cellar: :any_skip_relocation, sonoma: "7116ea86cdc52dcc9b0579104e472cddf056c742a33028bfc1bc2879a8bd84a2" - sha256 cellar: :any_skip_relocation, ventura: "7116ea86cdc52dcc9b0579104e472cddf056c742a33028bfc1bc2879a8bd84a2" - sha256 cellar: :any_skip_relocation, arm64_linux: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1777e8d1108c556d85f0d9eb612825b14bb233a9606e37f00118090fdb7df578" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b25fd2d7c6f1e07177496073f1aecf468ffbc410a4948c5be859167304655eaf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b25fd2d7c6f1e07177496073f1aecf468ffbc410a4948c5be859167304655eaf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b25fd2d7c6f1e07177496073f1aecf468ffbc410a4948c5be859167304655eaf" + sha256 cellar: :any_skip_relocation, sonoma: "a5dd5d34866b491dc0ed38b5b1e15243bae496473108855637b74fc202fb21af" + sha256 cellar: :any_skip_relocation, ventura: "a5dd5d34866b491dc0ed38b5b1e15243bae496473108855637b74fc202fb21af" + sha256 cellar: :any_skip_relocation, arm64_linux: "b25fd2d7c6f1e07177496073f1aecf468ffbc410a4948c5be859167304655eaf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b25fd2d7c6f1e07177496073f1aecf468ffbc410a4948c5be859167304655eaf" end depends_on "certifi" From edb59310e8450455dee5ed62377ba3f4f8f317b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:16:10 +0000 Subject: [PATCH 08510/10074] safety: update 3.5.2_2 bottle. --- Formula/s/safety.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/safety.rb b/Formula/s/safety.rb index 35916e431afdb..76624b5adea0f 100644 --- a/Formula/s/safety.rb +++ b/Formula/s/safety.rb @@ -10,13 +10,13 @@ class Safety < Formula head "https://github.com/pyupio/safety.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "d2114f59b289d8fe2b13aa0f471f0d6347d16be40959ea31e65d6a127f177833" - sha256 cellar: :any, arm64_sonoma: "bb885994626f605de592f48f8165c4400b75262cae32357ead5d4fc5fc5e093a" - sha256 cellar: :any, arm64_ventura: "e789cd397c3306ffb8e4112d9453a9dd539a03303b5ae9f3899bb696e3dab957" - sha256 cellar: :any, sonoma: "75b352fb42a98c16fde56725fae800d6715e18f4cea1b1b0a155075f488d5266" - sha256 cellar: :any, ventura: "0819c3fbacd956059e339699005719ea8600d8f61f8d5cedcab687ebade17e1a" - sha256 cellar: :any_skip_relocation, arm64_linux: "28c98f5db9c2be18d20f64fb9d6f259d8fbe7426642d101f7bb179bf18c65b3b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f6077f71360aa94cc9a7a89629ec2a8af3c0e219d9fd37ce6151b6013a2fc694" + sha256 cellar: :any, arm64_sequoia: "a525d58d1363cb48f2aa34687eba86c695eb727e2b188ce0327d01a1c7a83a78" + sha256 cellar: :any, arm64_sonoma: "21c9cc0e1207bcc0c3d64d0ad395300d9d6cec849c98f30aeec3ee73d7ac2f49" + sha256 cellar: :any, arm64_ventura: "41f1012d0fd180396f0bdbaf21dac14908c2dede24896629f3a07da3ab58ea24" + sha256 cellar: :any, sonoma: "ad318c5e389f778a1a939afd5da36f72e4cca03577b5471bcb032eabfc856185" + sha256 cellar: :any, ventura: "62cd5405a345821000227f15f806a7c67596bf21f9f1d63080aee65b678ad725" + sha256 cellar: :any_skip_relocation, arm64_linux: "4f8c3be22ccdf34f89aac02bd8a9fd3680ab435e25d91c6223f6a8307d684f9b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7a46361fa030ab2c00a47422046e135d35fbdb6a4af224ab1d4cba132ac9358f" end depends_on "cmake" => :build From 6f9608190ec6afcad0240136a85e8c4f17e4f492 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:16:11 +0000 Subject: [PATCH 08511/10074] scrapy: update 2.13.2_2 bottle. --- Formula/s/scrapy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scrapy.rb b/Formula/s/scrapy.rb index 979166e7cee31..790b94bafc202 100644 --- a/Formula/s/scrapy.rb +++ b/Formula/s/scrapy.rb @@ -10,13 +10,13 @@ class Scrapy < Formula head "https://github.com/scrapy/scrapy.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f791d16101a8732b1224069ca07329ee1c85ff36fd7f0a47e7dd0f0653f0868" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "23616024438143df916db4832eaf22a1b937db7c25f56d8f5462cc3fad24c60d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "14363cbc578ecfeef58c1d7f15a551a73c403af737d16b540b767b91ea27bdbf" - sha256 cellar: :any_skip_relocation, sonoma: "ce8e80cde3a724e1a703d6d763082396fa76078a90393077a06d78efa7050fb5" - sha256 cellar: :any_skip_relocation, ventura: "dfa1d5947e693800028db9852401d41ddf77987a06e1d2a522123e8e67e41857" - sha256 cellar: :any_skip_relocation, arm64_linux: "965761b5e69bd385b40d1b298868caf8bc31e477278b5c9b75f22d8a2196a023" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5cfacb8733bae526b6df6779b1f8e866ea6e1ed4c7dfd1bc273cb9088be1725a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "44d06ee15a331fb14ed10d2667f203bfb89f18f6299a7d75df198b8b65f4a7ce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e913726eb0afbba4e89a2627022a59b78cf0b00723a3e199ff5b04142a7e2a5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6ffc4aa1d650555d13f7e82065a3a0f08ca126c834c571dfafadbcb6500a853a" + sha256 cellar: :any_skip_relocation, sonoma: "06ec03bf1b300da6d83e2750f53e48745a7dc1f8f14eb32ef419e9da1afa0622" + sha256 cellar: :any_skip_relocation, ventura: "20ddf8bffff03624555e789015e816611a889dd97f6d5e6559fa4b54687bf535" + sha256 cellar: :any_skip_relocation, arm64_linux: "046a9e1cc332b537fbd7c0d100f36a64f8927f3c2a90f0c090fa957dc934c1af" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7bd3e185757917a2fdf170873437c48ddab8ee4841ce2ed59dc0269cc67de18c" end depends_on "certifi" From 5b289b3bd36b7e3b9a261ed09ecfb830832cde58 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:16:11 +0000 Subject: [PATCH 08512/10074] schemathesis: update 4.0.2_1 bottle. --- Formula/s/schemathesis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/schemathesis.rb b/Formula/s/schemathesis.rb index 55b7163468fd0..86b430be81d31 100644 --- a/Formula/s/schemathesis.rb +++ b/Formula/s/schemathesis.rb @@ -9,13 +9,13 @@ class Schemathesis < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "d376c5bf5b81cc84f6f74d41ef7f7288041df2fcf1dc33d2882d3bd841ea64fe" - sha256 cellar: :any, arm64_sonoma: "cb0274778ef1c349b6a1e2e4f33cbbdccaf281a2c8d39fffd37fe037a0ddc48f" - sha256 cellar: :any, arm64_ventura: "ca77f7fb12b4399713f61665d5aa39a5805f816568462d725b61a20063069954" - sha256 cellar: :any, sonoma: "2f944ce59c3bd95a3937e897f311ece50bb16ee24c2ce64a20ab7e327df7314b" - sha256 cellar: :any, ventura: "0298c45407243bc3762ea458f1ea01b4e0ed20ff34aac656440cef6e7df11974" - sha256 cellar: :any_skip_relocation, arm64_linux: "35309467500be0bd9ce0fba4f43efd58adca78f2b4a320be431f10f6df047e49" - sha256 cellar: :any_skip_relocation, x86_64_linux: "449a0fd9ebe252c5a98eb38f8cf4a7c8576f8469ab6450c762c7701d1d0a9776" + sha256 cellar: :any, arm64_sequoia: "9bce4759cf0e34822844726d86da81f078928e84a7bbc462527ce5634b3c8ea4" + sha256 cellar: :any, arm64_sonoma: "4477b8bfc4e63f6cc7bb7dca99c55046e510db954a86235c7b4a35389e1372bf" + sha256 cellar: :any, arm64_ventura: "ecb945fe318d4cf1d355f0cc844bc09d761aee66a6cec8b1c4a7853ef9e6ab16" + sha256 cellar: :any, sonoma: "1a4d2dfbdd255993e54ac81c3e8e35b0fc9686ce4892f37b1ab56896c99015d0" + sha256 cellar: :any, ventura: "6b9d8e3e405ae2126573937050707e34679e3ea519692ccbffc8649f43c0e28a" + sha256 cellar: :any_skip_relocation, arm64_linux: "0c7578cfaac55867eb8128afe36e65b030feda3ac46df9e50248e67853eab72a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf4b4083caa1307ed849cf167efc64ac048088a1a1ff1d8cf8d14947580c773e" end depends_on "rust" => :build # for rpds-py From b19c10d36c6dfef377f20c8508bc82d31e32f635 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:16:17 +0000 Subject: [PATCH 08513/10074] shub: update 2.15.4_6 bottle. --- Formula/s/shub.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/shub.rb b/Formula/s/shub.rb index ab3711aa7c984..c40ba582258e9 100644 --- a/Formula/s/shub.rb +++ b/Formula/s/shub.rb @@ -10,13 +10,13 @@ class Shub < Formula head "https://github.com/scrapinghub/shub.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "0997f5ab806a2f48096d78e33791f2664da7092591dddedefab9f11f3369b925" - sha256 cellar: :any, arm64_sonoma: "991fd74d7f2db20c0d81d59c0311b11d3a9d8116dd343d1879d87ed42c58ef59" - sha256 cellar: :any, arm64_ventura: "310b987f859d279de478525db1fc50bcf8dced46b482febbdc232ff6b630adb9" - sha256 cellar: :any, sonoma: "9c8e963bac6146feaca7ea44ac2ad202f4130cbd85404acac0438d57e5d5ca0b" - sha256 cellar: :any, ventura: "be0b669636f87b7efd376a6d55c1e6b76462d345ce58b67b1bf7e4d99b217932" - sha256 cellar: :any_skip_relocation, arm64_linux: "114ffbc745abbc19f8dbfe27592423697aae0551421fab4086e1a5413f949422" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1088ae56ab4a4656c223745ace56ca9cb58c895b31d64fa61ae03efe262bdd7f" + sha256 cellar: :any, arm64_sequoia: "cf3fa1bed2a1955669a03d942809ae004d08d19fae60bf0e3141a4d0970a0d06" + sha256 cellar: :any, arm64_sonoma: "f2f758687c59c23081a66055a209a0e025773c8d0016e7187541621602905e6a" + sha256 cellar: :any, arm64_ventura: "999ee5cc57ccb598b3116644605344ceefd14b65346e64ed1931f7b8822d2bed" + sha256 cellar: :any, sonoma: "eb84226cb9787771f053445bff9719d0bc4c49c303eebffff523e5215a2ce2f8" + sha256 cellar: :any, ventura: "7116b7d683f796d9cec6299baee94c2ceb9ce23e8607ad69d9692fdaf36bf78c" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a1f94d37f9a681b4e5393ec6e3a37b9d4a88a7d80376bd790a784807168a757" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d484543326c271c81deceab68061220a8be2cd9c6eb295683d30986370b8dd3" end depends_on "certifi" From 98558511ce67ebafc480d9f2652db72a6e110b9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:16:31 +0000 Subject: [PATCH 08514/10074] shodan: update 1.31.0_5 bottle. --- Formula/s/shodan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/shodan.rb b/Formula/s/shodan.rb index 429009fee20b2..ab7e89e2ce5cf 100644 --- a/Formula/s/shodan.rb +++ b/Formula/s/shodan.rb @@ -12,7 +12,7 @@ class Shodan < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "94582064e80fba120a111bfeea00b8a1aaa7b88d1a1c2de1605c8f504c68eb22" + sha256 cellar: :any_skip_relocation, all: "3f6b9722526a2e6b4a1efd5f4395b3fc8bbc4c993b692ab5b8115361501378d2" end depends_on "certifi" From c1420f30603c4dba412e5f78be717e706fe9f14f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:27:26 +0000 Subject: [PATCH 08515/10074] sherlock: update 0.15.0_2 bottle. --- Formula/s/sherlock.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sherlock.rb b/Formula/s/sherlock.rb index e2715d498f76e..d7a8565695935 100644 --- a/Formula/s/sherlock.rb +++ b/Formula/s/sherlock.rb @@ -10,13 +10,13 @@ class Sherlock < Formula head "https://github.com/sherlock-project/sherlock.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f1934b007467c16c8de87cc46f4c5d99dd65ad36b485004cb7228d40ef94bcb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "71c275e214c1916309100009cd34f197b3f3ed7872b851939319aebb67249552" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b1932fd7ef54a8fdf29bd11d39828f209b30805658735be1c650e999dd97a383" - sha256 cellar: :any_skip_relocation, sonoma: "5469e2c619ceaa0365ca71bc950c80f2433f67a9f0cfd2aa1a880815d9106a8e" - sha256 cellar: :any_skip_relocation, ventura: "67c769539e1073ec378140d5e71d4bbed3d623a3d9374f26fe2f1a7bc8f6b8c7" - sha256 arm64_linux: "733c8baba8e85159b2edb22b8ee1db3a8b15289c0c725ac517a2ea6937d3d30e" - sha256 x86_64_linux: "f6cac35eea2e8e33bc2d6948fea26c3b9c46e19a349df1b9536f3ae8dab0be14" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd9a9a321ba763a03aa53add2b848e65b9b86e7f8d24230cdc510633eb45da39" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8aa05aca8555b6956a6dcf9041d2a4f0b1a7a11f4a15aa2092df1b37daabaa0f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "badc2b1c67f578be7384cd7d131b8f878e80197cbf5b8731078e6b9792ae8713" + sha256 cellar: :any_skip_relocation, sonoma: "1e7dea47e37e50b18d20c2621b8248195b4b75bbb24b39dfb6f8d48b575bb2c8" + sha256 cellar: :any_skip_relocation, ventura: "ee838adbb044201af8591c32ddbafb4a8751487ce107a35b072be5b334c36c95" + sha256 arm64_linux: "a58951491fdb00b3607578cfe9e73c02d60c79a9fbe305095c8bcff26c12fce7" + sha256 x86_64_linux: "243d2c0cf6bb97d5a0dc99b7a2e9df8f4e93fb14f07784d07118853e9e8b9e0b" end depends_on "cmake" => :build From 27112ccbbc093ebd37c5877a5ab1cdb168842067 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:30:32 +0000 Subject: [PATCH 08516/10074] cbonsai: update 1.4.0 bottle. --- Formula/c/cbonsai.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Formula/c/cbonsai.rb b/Formula/c/cbonsai.rb index 76a47e38c29c2..c6e8b60d2df3b 100644 --- a/Formula/c/cbonsai.rb +++ b/Formula/c/cbonsai.rb @@ -6,17 +6,13 @@ class Cbonsai < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "b7f0d998d2d9d8c57df4af660020fad67ca426ad8ede10842301f0cdf4ced6e2" - sha256 cellar: :any, arm64_sonoma: "d751d0aff3de34a8d5f64a063a16d632fcf4aeb3decd78eccc89e50de7363057" - sha256 cellar: :any, arm64_ventura: "5606c2d1882991d15e4e0e6457b258d2580caff4af08ff15f9019a9375d9d0af" - sha256 cellar: :any, arm64_monterey: "29f707c8334b23505e9f1963f9bc408038357402602df228ef1697a2e02ef16e" - sha256 cellar: :any, arm64_big_sur: "fa7453507eea38ba79fcfa206508a405db0d5f3d38498e90e7bd63200d16c7b8" - sha256 cellar: :any, sonoma: "f54742a3e343c6989e25f3ca484b24a798654b514e64505a1d2fb4e1fca3af5d" - sha256 cellar: :any, ventura: "7d51969cb0c181d86ddb3fccb770efdfcf2f438e1a2cefc758fcc2dc166219c0" - sha256 cellar: :any, monterey: "559b47b52fd88c4755a176832ad90b86499807aa91fb23919b0b529734dd8a39" - sha256 cellar: :any, big_sur: "f09aa06b6ea26cd7053de48b25c11a2a517d05fc7f40b61a024164868f42bedd" - sha256 cellar: :any_skip_relocation, arm64_linux: "f88dc991a65cfc6b31775e38ad0e4043443e4bce345ac6691e3fa116d9bc5dc6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "adab516beb445c4f2f03666bef052c660e3484c1f9e252d27c0741f91b2f40fb" + sha256 cellar: :any, arm64_sequoia: "9abcb2f41fe481c2522e5ee67650e2b8f9aa0e1281a5cd311e0c6f29db259251" + sha256 cellar: :any, arm64_sonoma: "6447b5054c28f1eca9782d0f58ee3056a8a1b79f80d097e7821475b36b7f478e" + sha256 cellar: :any, arm64_ventura: "e7555b1fb2aa994da464e734321b0819bc1171701e62bc7998400d1e626fb412" + sha256 cellar: :any, sonoma: "7c8ef6356003a372111ff02172d3f2363d575065877c03e7c2db674b3204bfcb" + sha256 cellar: :any, ventura: "34c2975c245adf3fb965b472b1a29cdbb33b5b9f449da68fb784ca1898065dc9" + sha256 cellar: :any_skip_relocation, arm64_linux: "ab26fdd20156b40ab3b187f26e6c6b3b8dcaa5668884cf9a66d425daac6886cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d07b32aa776db453df164c9090a2dc078af5e060e17bb9148f3b9a2b87dcb74" end depends_on "pkgconf" => :build From 0b002da8dadc0027da0ce9917c773bb1377dc324 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:32:47 +0000 Subject: [PATCH 08517/10074] sickchill: update 2024.3.1_3 bottle. --- Formula/s/sickchill.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sickchill.rb b/Formula/s/sickchill.rb index 298cd315fcd45..aa0c496cd8254 100644 --- a/Formula/s/sickchill.rb +++ b/Formula/s/sickchill.rb @@ -11,13 +11,13 @@ class Sickchill < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "923f0b8e0551c75c73f30ef2b3982df74b276f5cd8235ec728dd9d59e8efbd46" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "71bb986c915a95b3dd4b7776a5d4d87b4d7d62e7daed7c64684fb06096d9ed98" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4cb2d6f581f37ccfa1d912190fedcb982d8164166b24e2d570e344004eb9e1e4" - sha256 cellar: :any_skip_relocation, sonoma: "8eb3ecd9cd5d433057e12aad4132c57b3d1350e225b427c7d34b303c82b6b200" - sha256 cellar: :any_skip_relocation, ventura: "4b44710ffcfcf49708c8e81be56120e0cb86cab069b0d4d8b4b8bf502b3726f8" - sha256 cellar: :any_skip_relocation, arm64_linux: "4a96a798d1257022177afa041deb15c8fe117ad6fdd8c4b9e3b7c7d75787d293" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd1b44cc1e432e5015d7471a36cc3d39a6acb1b8fdaf7ef99911544c6d713d6e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0de949c3d5312e5235c4f3221e579a44215042d6e9855971454bab017a401af3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4bb1e6c596ddd8c99a708c85cb8c7c721496463d37b981b7d11d3b06f465ae8e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "98a95b2dda71e8f950c30e16e266490462a1dced84a9a5590d73c67c2580722a" + sha256 cellar: :any_skip_relocation, sonoma: "143b56432655a6b6949e48b2d5a9f5a575f86de225dba6ab8b1cce5d998fc4e8" + sha256 cellar: :any_skip_relocation, ventura: "16320aa1c8ba370423ba9b5378799013ceb865cd593b24b71dbcc85e4997a465" + sha256 cellar: :any_skip_relocation, arm64_linux: "3e19a4b29ed149e969e8903546cc4b5e9a6e1ba00b76accf846aa4cfc4f94308" + sha256 cellar: :any_skip_relocation, x86_64_linux: "31dd25adaa1c9e0dd51cc4907bd6565cf9af53bb42369eb682a7f5bffd1a4423" end depends_on "certifi" From 96f6d3e84cc1bf0b70af0785d9e18c470bb71454 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:30:28 +0000 Subject: [PATCH 08518/10074] sigma-cli: bump python resources Signed-off-by: Rui Chen --- Formula/s/sigma-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sigma-cli.rb b/Formula/s/sigma-cli.rb index f17b32107af14..2db443b968ca8 100644 --- a/Formula/s/sigma-cli.rb +++ b/Formula/s/sigma-cli.rb @@ -6,7 +6,7 @@ class SigmaCli < Formula url "https://files.pythonhosted.org/packages/5a/69/8c7583ddca7b3bb369a497526c56131b674eeae6cf6e4ccdb2f16922188c/sigma_cli-1.0.6.tar.gz" sha256 "5cd4471fcda44ea8e5671c81cc86bc685227107df57e128b75e125ee3d6d4123" license "LGPL-2.1-or-later" - revision 1 + revision 2 head "https://github.com/SigmaHQ/sigma-cli.git", branch: "main" bottle do @@ -97,8 +97,8 @@ class SigmaCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From bb8b4a2bc3797db4e75feec72473eb5383f11e55 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:36:47 +0000 Subject: [PATCH 08519/10074] imessage-exporter 2.8.0 imessage-exporter: update test Signed-off-by: Rui Chen --- Formula/i/imessage-exporter.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index 24c9194c6c417..46abc5382be09 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -1,8 +1,8 @@ class ImessageExporter < Formula desc "Command-line tool to export and inspect local iMessage database" homepage "https://github.com/ReagentX/imessage-exporter" - url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/2.7.1.tar.gz" - sha256 "4e02e3b395c33b9cca086336b9e3b6fc4830d9ff5b16de5d92fa6102e6502f1b" + url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/2.8.0.tar.gz" + sha256 "077e7215561de70c7385312c79d3209cacdd28bd7ee60c26ee420cb6d33759ce" license "GPL-3.0-only" bottle do @@ -28,6 +28,6 @@ def install test do assert_match version.to_s, shell_output(bin/"imessage-exporter --version") output = shell_output(bin/"imessage-exporter --diagnostics 2>&1") - assert_match "Invalid configuration: Database not found", output + assert_match "Invalid configuration", output end end From ac279e7599182d05294ec2848babdc6fcc280a00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:27:52 +0000 Subject: [PATCH 08520/10074] sail: bump python resources sail: pyyaml 6.0.2 Signed-off-by: Rui Chen --- Formula/s/sail.rb | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Formula/s/sail.rb b/Formula/s/sail.rb index 1a53f6c99d94e..72cc90efe9842 100644 --- a/Formula/s/sail.rb +++ b/Formula/s/sail.rb @@ -6,6 +6,7 @@ class Sail < Formula url "https://files.pythonhosted.org/packages/1c/64/2af3a1a9dfa005dc91a22535a29071e9255efeacf7e61dbefee920d01571/sailed_io-0.10.9.tar.gz" sha256 "cae38b97fada34a7681872661342c82b317d877eab882830c59610734eb53bdf" license "GPL-3.0-only" + revision 1 no_autobump! because: :requires_manual_review @@ -28,13 +29,13 @@ class Sail < Formula depends_on "python@3.13" resource "bcrypt" do - url "https://files.pythonhosted.org/packages/e4/7e/d95e7d96d4828e965891af92e43b52a4cd3395dc1c1ef4ee62748d0471d0/bcrypt-4.2.0.tar.gz" - sha256 "cf69eaf5185fd58f268f805b505ce31f9b9fc2d64b376642164e9244540c1221" + url "https://files.pythonhosted.org/packages/bb/5d/6d7433e0f3cd46ce0b43cd65e1db465ea024dbb8216fb2404e919c2ad77b/bcrypt-4.3.0.tar.gz" + sha256 "3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do @@ -48,8 +49,8 @@ class Sail < Formula end resource "deprecated" do - url "https://files.pythonhosted.org/packages/92/14/1e41f504a246fc224d2ac264c227975427a85caf37c3979979edb9b1b232/Deprecated-1.2.14.tar.gz" - sha256 "e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d53d01b3" + url "https://files.pythonhosted.org/packages/98/97/06afe62762c9a8a86af0cfb7bfdab22a43ad17138b07af5b1a58442690a2/deprecated-1.2.18.tar.gz" + sha256 "422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d" end resource "fabric" do @@ -58,8 +59,8 @@ class Sail < Formula end resource "filelock" do - url "https://files.pythonhosted.org/packages/9d/db/3ef5bb276dae18d6ec2124224403d1d67bccdbefc17af4cc8f553e341ab1/filelock-3.16.1.tar.gz" - sha256 "c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435" + url "https://files.pythonhosted.org/packages/0a/10/c23352565a6544bdc5353e0b15fc1c563352101f30e24bf500207a54df9a/filelock-3.18.0.tar.gz" + sha256 "adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2" end resource "idna" do @@ -78,13 +79,13 @@ class Sail < Formula end resource "jsonpickle" do - url "https://files.pythonhosted.org/packages/7b/c3/7b43eb963bfb3fa95385e677bb9d027c56d65d395d9f4bd52833affd1a4f/jsonpickle-3.3.0.tar.gz" - sha256 "ab467e601e5b1a1cd76f1819d014795165da071744ef30bf3786e9bc549de25a" + url "https://files.pythonhosted.org/packages/e4/a6/d07afcfdef402900229bcca795f80506b207af13a838d4d99ad45abf530c/jsonpickle-4.1.1.tar.gz" + sha256 "f86e18f13e2b96c1c1eede0b7b90095bbb61d99fedc14813c44dc2f361dbbae1" end resource "markupsafe" do - url "https://files.pythonhosted.org/packages/b4/d2/38ff920762f2247c3af5cbbbbc40756f575d9692d381d7c520f45deb9b8f/markupsafe-3.0.1.tar.gz" - sha256 "3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344" + url "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz" + sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" end resource "packaging" do @@ -128,13 +129,13 @@ class Sail < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wrapt" do - url "https://files.pythonhosted.org/packages/95/4c/063a912e20bcef7124e0df97282a8af3ff3e4b603ce84c481d6d7346be0a/wrapt-1.16.0.tar.gz" - sha256 "5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d" + url "https://files.pythonhosted.org/packages/c3/fc/e91cc220803d7bc4db93fb02facd8461c37364151b8494762cc88b0fbcef/wrapt-1.17.2.tar.gz" + sha256 "41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3" end def install From 1aaf141e5d7e28a2056f1142d566d0440acfc037 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:37:57 +0000 Subject: [PATCH 08521/10074] sigstore: update 3.6.3_2 bottle. --- Formula/s/sigstore.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index 546f241df04e0..8028e08819e7c 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -9,13 +9,13 @@ class Sigstore < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "8fbf7156312dca191d8b2a0f79e623e14b85665eab5bd80c4f8a9ebe6f14be46" - sha256 cellar: :any, arm64_sonoma: "12605e7df8ca63a3826a87448a48d0e42b49247fea1266d11ef43f2a8f8459b8" - sha256 cellar: :any, arm64_ventura: "6fe6e523c8b5d6dc138fa9166715bb1c8322ad2a2c74340e596bae0483fb5738" - sha256 cellar: :any, sonoma: "f28859ba7d09662acbe0918fc95943408451669a03c89f43b1c2818dcfdbc9c9" - sha256 cellar: :any, ventura: "f8e694bd34e1774c332e25a271a1ec8f702645919adbaa09af9fd761e5c6bc09" - sha256 cellar: :any_skip_relocation, arm64_linux: "ecbac6640357c70c3c2cf93e7ffbd8d80a8d2cc99e989477a7a8d40fcee7ad5d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "69ba2b8d5ebaf308fa5b9602b17de2c1c60982b00482b1c7bbf63cbcd9e0de0a" + sha256 cellar: :any, arm64_sequoia: "cb58eaddde081109295ab893f273ab1c3cee1a52015e05c7da45e6ed3ca03433" + sha256 cellar: :any, arm64_sonoma: "929e06d9791bfcfe6b3356c9b95719a9f43aae74ccf85486c536bb739ff71d77" + sha256 cellar: :any, arm64_ventura: "3a5145a14bd8cdd76f981e12839157566ea4131a63840c9a3fc002e48643539e" + sha256 cellar: :any, sonoma: "e6679fd76ae6001b99d876b0c53177b1223d0cfe8286344527af14a9b0353e9d" + sha256 cellar: :any, ventura: "fd2952fa590f9a3c095a9a06da012534c01c287022aeef03aeca19bbbe73a279" + sha256 cellar: :any_skip_relocation, arm64_linux: "5b308640bcaf1b818fea568bc8ed61ed6006f707442caf249c214d84c1760825" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4c934b9e20c2656bae1141483e7dd604e958b611063c3df172dd6e22d3044447" end depends_on "maturin" => :build # for rfc3161-client From c7e8541d0dd2240921ad081b8bd2f3e54a805b7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:46:39 +0000 Subject: [PATCH 08522/10074] snakemake: update 9.6.0_1 bottle. --- Formula/s/snakemake.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index d4ef27556eb2c..aae9f3d7dc458 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -10,13 +10,13 @@ class Snakemake < Formula head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "3c31d32429e798765f2e4ce49f3691827374b6639c16abcb28ba66dae1d1d4bf" - sha256 cellar: :any, arm64_sonoma: "272dab38d2e89a5dac98ed072ce82bde4a7efae87b09ddc59248d44f797ef3a0" - sha256 cellar: :any, arm64_ventura: "8710e26a0fbca2730a6cc37c15e1e1ddc0d5e9129722e34d569ec4d249d3b607" - sha256 cellar: :any, sonoma: "ef6b639b666aa8a203cea957b27c19c742167a51da8ea007d8ff3678db9f4712" - sha256 cellar: :any, ventura: "639e7d3c9a5032d45fcd67f847adc2b809f651326ee9eba98d6a12be1e6c637c" - sha256 cellar: :any_skip_relocation, arm64_linux: "adf584a74170019fe78f81d433877190a57ae12f5384239b322747dc3b4bbc30" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b3ae1d7666fef74a7175045311596e4b40c6f4684f4c9d088b91c4cce21bae1" + sha256 cellar: :any, arm64_sequoia: "1629820531ab4a8a8a6ee72669b490587fe8f7db57913da0be6f9ff64ae25fbb" + sha256 cellar: :any, arm64_sonoma: "e615a0a32cdb8c8f131932384c00f9d5142d47a9ba3b30b885aa6477d37a5625" + sha256 cellar: :any, arm64_ventura: "20a4826bdc6cef9a6f2d7614847485496eecaee13ded15a32e94328e857a7142" + sha256 cellar: :any, sonoma: "066c989fc019432ce41416080eb5ac3742c027443cf450227fc43e25fc66b142" + sha256 cellar: :any, ventura: "184aef7166c6afa019c0341b7478168367b1e3f7d3858bf5b9d7c09444d45e0f" + sha256 cellar: :any_skip_relocation, arm64_linux: "06762eadfddb29b9176ad30c7c4796350d8d2268218fda25821e8a8eb6f86980" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8fdbad04d27db8adee2c182e3773ff018a6d90854bb76186c196b68481eb94f2" end depends_on "rust" => :build From 8b9c6f16511743e396836e73a387570ec368bed9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:50:57 +0000 Subject: [PATCH 08523/10074] scoutsuite: update 5.14.0_4 bottle. --- Formula/s/scoutsuite.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scoutsuite.rb b/Formula/s/scoutsuite.rb index c4e9940413f8d..709ca990d89ce 100644 --- a/Formula/s/scoutsuite.rb +++ b/Formula/s/scoutsuite.rb @@ -12,13 +12,13 @@ class Scoutsuite < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "96db74400db7580417bd19dd9171c713dbd1de8a17ac86bb53c13c790cb4126f" - sha256 cellar: :any, arm64_sonoma: "b751753b949a7bb1374fa4865e0258c8bf3b0d08cbbeefe55dfc5ce44be27aa4" - sha256 cellar: :any, arm64_ventura: "dae86dc4b169aa3a2502cd8e0816dc93b4a9a4a224fc512af8860435e6fb6e01" - sha256 cellar: :any, sonoma: "8470ae6cafc4fc2f44193fb4bfbbf48d4f24137df80a6ebd9fcd6f318eaf3910" - sha256 cellar: :any, ventura: "3f45fc3af5042742176a5538c0b4453a73d88ba4b5a64f6feac91ab332fb89bc" - sha256 cellar: :any_skip_relocation, arm64_linux: "78c7f5e79b1d2a24f58dfdc0ac626a8a1f4f515462b7601ebd6b01da0bdbb444" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e4070a1c4c7bc420402f89235f0db1163539deb217baf57bb417a44bc90ca743" + sha256 cellar: :any, arm64_sequoia: "617a6f8b92f076b5eb121d447b2fc5e10451a00e4afe5380b80f56d40f5a09d5" + sha256 cellar: :any, arm64_sonoma: "92e3adfb05aa047a2ba078f3c741800c84011d08fb9943cf84fd37065f92fc1c" + sha256 cellar: :any, arm64_ventura: "527899b1beca122c9fc6404f5d3d9cce2a0e32fab0424b3a33bcd9eca38f81ea" + sha256 cellar: :any, sonoma: "0ab89a3891bfa958b2f1bc2cb9af8a6e1c8f9ed5a618f6b660c35fda58903ada" + sha256 cellar: :any, ventura: "87e712e1c870051ff1d5bec8079bf35f6e1fc7cef2dce6332ca92ce6ed3be602" + sha256 cellar: :any_skip_relocation, arm64_linux: "f4c81f66cc8b0aad64d23f40f9775257ab4d5ec09aa6126d0483db6fad9767c5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8f5f6a303930349211252b646046710ccfdd01d5bfe0adbb8215e67a0948a3ef" end depends_on "rust" => :build # for pydantic-core From 7c54174063c0f304b7a39e85f725dd135c3f25a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:56:08 +0000 Subject: [PATCH 08524/10074] streamlink: update 7.4.0_2 bottle. --- Formula/s/streamlink.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/streamlink.rb b/Formula/s/streamlink.rb index f37370d550879..6fe3bed7abcdc 100644 --- a/Formula/s/streamlink.rb +++ b/Formula/s/streamlink.rb @@ -10,13 +10,13 @@ class Streamlink < Formula head "https://github.com/streamlink/streamlink.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "deac593da19322359b04f42f2486493b19fa26d51dcc6726724a66f87650e215" - sha256 cellar: :any, arm64_sonoma: "e2aee888c28127a51ec92b5c8f75e08c42259620424195fa6ff98666d8221133" - sha256 cellar: :any, arm64_ventura: "8b43c2a04be6ad52f8eee3c238b7a7dbee6220941663e1d28ef695b07b9d1df0" - sha256 cellar: :any, sonoma: "1430d139b4f9132dc1e837e3cb2877e6c8a5f68840e9404937f2aa914e2fcd38" - sha256 cellar: :any, ventura: "97f2622f702e6ebbda6f1e0077dabf94c9d28fe59dce367d65a4279c87aaddbc" - sha256 cellar: :any_skip_relocation, arm64_linux: "f3761c89924e936eca79081aaca98346788af9426e877564783ba94e89230019" - sha256 cellar: :any_skip_relocation, x86_64_linux: "428f9d42198b6498f7d3217f5dc22fa785f4f867927b40e3fd99f9ac6db381f6" + sha256 cellar: :any, arm64_sequoia: "7fe266ad492edb5203d7ced61e28c039594b0589155ab090587dc77594aca6d2" + sha256 cellar: :any, arm64_sonoma: "fb09660666f0db4cd30a2f9153d9d4807e883b23893bbb202fba226e89dea4d8" + sha256 cellar: :any, arm64_ventura: "811be249f61e415b90a0baf9ef9acbfd1958a5910882851c184deaf67289633a" + sha256 cellar: :any, sonoma: "247453c9b701317f73571bfc4bdf2971a18836676341a9873ab7dd1926ea2a3d" + sha256 cellar: :any, ventura: "73947718b7a4daee42748a712f7ed01fc058f9b756178f07b38c8e66778a203e" + sha256 cellar: :any_skip_relocation, arm64_linux: "b1c08aa3d47c4cd7bd8eead2e811fa97ec9c171ed2e7aeeb43e9d2181d21c4d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8ad1e85d90f2bc145507276149795a6522491f6a9c3c8878aeef49befae93475" end depends_on "pkgconf" => :build From 953ce53380a14b1daa07cfbeaa86d325e28a2017 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:56:37 +0000 Subject: [PATCH 08525/10074] svtplay-dl: update 4.113_2 bottle. --- Formula/s/svtplay-dl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/svtplay-dl.rb b/Formula/s/svtplay-dl.rb index 31f4b052d9ef7..559d3f34ef2c0 100644 --- a/Formula/s/svtplay-dl.rb +++ b/Formula/s/svtplay-dl.rb @@ -9,13 +9,13 @@ class SvtplayDl < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "f64583102f3204aab723fca1608176f59ea3a191a879180396a0a527ca4a5d0e" - sha256 cellar: :any, arm64_sonoma: "050d44e2e55cdd96531cf7a732ff4f77a7944616dff7a5600d94620ec54190b0" - sha256 cellar: :any, arm64_ventura: "e1acf972470b7570b9d187fe8f7a29cb72aab64636dad1184dc782bed075b182" - sha256 cellar: :any, sonoma: "93af5984787d5bb2151bbb32cf563443bf079b72dcbf1a820003be1534cfca64" - sha256 cellar: :any, ventura: "cd1901e7f1494986b47003c4d38a47d38c88f8dc81543d2bf70114800c1b1dea" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae8bd052f0d5e2cc3ee8db8a2f7dfe318478bb2518ae501dc8389852b29473d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23acbb3e42de88175b7a8e15b87fda28b2162510f9c11a402c0e0e00dab8aa94" + sha256 cellar: :any, arm64_sequoia: "824ee79542471fd15d849f50f6828331c853229b109108a5551d0c263cb798c2" + sha256 cellar: :any, arm64_sonoma: "f288ab5c1b50145a28c8e40293f3e57358328b524878c29d4ef2a1fd8327cdfe" + sha256 cellar: :any, arm64_ventura: "3b7128941b7ffd4293d81c1cdee4ffceafd0a8586615918de7a8f83bcd68a6eb" + sha256 cellar: :any, sonoma: "b1795ee0221ae733b7f3cc505957e60c5c62d4d9e76469c99c74d89d5088d970" + sha256 cellar: :any, ventura: "1d173558c306a11c7363a86f26d5dafe00f147478ef5dc286512345fb595dc4e" + sha256 cellar: :any_skip_relocation, arm64_linux: "a74549ed69e1cd07b4205b1b47477b96ee92615ad94d38dfc4d005fb0abd8785" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eadfb6dbcf0c906310afe348fcb8fb11855c0f33c1029ac7acd542d89830eab5" end depends_on "certifi" From 4dcf20311daa13d6af9347f906b749b3c7a795f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:02:41 +0000 Subject: [PATCH 08526/10074] subliminal: update 2.3.2_2 bottle. --- Formula/s/subliminal.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/subliminal.rb b/Formula/s/subliminal.rb index 5f7bb4fe36af5..cb14f26fd59e3 100644 --- a/Formula/s/subliminal.rb +++ b/Formula/s/subliminal.rb @@ -10,13 +10,13 @@ class Subliminal < Formula head "https://github.com/Diaoul/subliminal.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "714aa3e649d1b327880692e595b250dd4d727689ccd532053b959d3eb3052601" - sha256 cellar: :any, arm64_sonoma: "60751318c6c71962743245dfdf7f807032039eb2eefa861bb647e6dddbd6efd0" - sha256 cellar: :any, arm64_ventura: "55fe4daf22a84f1fa32c78b0b1ef1897ff6d67d9c7c6714862c0a84bc2e2ef1c" - sha256 cellar: :any, sonoma: "981cf832217c4cb2e7a25c7357da43472e73aff72bc54731af840b189020ab85" - sha256 cellar: :any, ventura: "b23975960f3407dbc77e6d474a29c3041ba289651462ebb17b353e96f8cb3323" - sha256 cellar: :any_skip_relocation, arm64_linux: "2c52de75f72894350779953e81f7f5a25592e8d2392cd659c5567e59e496e3ea" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d047122d0a91a4f13454e701a2105115c43ddb65dd526a0690409336c680cfb0" + sha256 cellar: :any, arm64_sequoia: "7aa070c9a3d2426dffc709da012ae80e6419dc35e1eb372d177eedc70eb35c55" + sha256 cellar: :any, arm64_sonoma: "b128e27859ae0d5a7ebd82e2a4d3e5d1568db7f77378b9efbc2b51893c7844aa" + sha256 cellar: :any, arm64_ventura: "3d9180133e5cd7f212208636d4155bd2f1c32fae3968a859efaa74d3638f0006" + sha256 cellar: :any, sonoma: "3b937fd8d1113159d277dedf4a066f0b43e589a2ba07882eb24409186844ec7d" + sha256 cellar: :any, ventura: "6fd7a2e29599eb5c79510ea84336de029ec40066953929792c0b94da24820530" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a92b71f800b6cc8459f38ca72494911ada8e6deaf16f38654fc1dd3f260305a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a9ff97cabcf1083019380583ca4b454183c6c761344fc6ff0c1a95a3b53b767c" end depends_on "certifi" From dc5aee757c8e8d662305eb576d268f11463e7e64 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:02:57 +0000 Subject: [PATCH 08527/10074] streamrip: update 2.1.0_3 bottle. --- Formula/s/streamrip.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/streamrip.rb b/Formula/s/streamrip.rb index 08f34de826b46..a38282615fd63 100644 --- a/Formula/s/streamrip.rb +++ b/Formula/s/streamrip.rb @@ -9,13 +9,13 @@ class Streamrip < Formula revision 3 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7611859c2d4a04473ba3abbc251c0283c4e575f8c8fd27db56a20bba2dcab9bf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "844b1ce3da1263a4bb1805603a9d98d674569aed48245ddc9200f0d37971d5f6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d7df05531297d654229392d1b97632a68a305bc02879fd3c84ccee6f8e6be85e" - sha256 cellar: :any_skip_relocation, sonoma: "d4158de4e6f547af18d0b068699fe69cc2a8ec86caafb600e2ba4e2d42dbc6ca" - sha256 cellar: :any_skip_relocation, ventura: "0636b55505578696ce302e66fe66810efe54cf4d68cd31cdf9b49388673008db" - sha256 cellar: :any_skip_relocation, arm64_linux: "906f830d90a1eb26490a003df338d1f7a121dbe395c1007f72ab193a93afd40b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e42af98d655c1a0e41f9dfa24ad09f6e71e385461ec962b18e08af364b9ecf8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c136131df1bb9edf8c68e371a32fc099a82653302802752dbe1109ca9015ca4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "530d93900626dc0063507b481a49ac34eaa7708aba3473c8d59f07cf922058e1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c50d5c5582277a04c6b9f9ca378582f5c5310f8e8dd0e228e329ad788d3c8868" + sha256 cellar: :any_skip_relocation, sonoma: "d39c2e396b4525cc272f4c3946e7941fafddb31547042ddb1b44a1eb88f8dcf2" + sha256 cellar: :any_skip_relocation, ventura: "56c78fa4da3d5320d498e0b8ba4f9e5157869d0905bb850706292ecb994e6736" + sha256 cellar: :any_skip_relocation, arm64_linux: "79fda86e6f0861c6967fd4ff8700bc1d57aa541bdf151c8a3eccaa0ae53b6975" + sha256 cellar: :any_skip_relocation, x86_64_linux: "79defc759e7837a2b3257cbdf5607f4014fe8d0b2383bb58a5df25ab1fd714fa" end depends_on "certifi" From b7294c809e4d7911afc236d850f4e3dbad35f188 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:07:33 +0000 Subject: [PATCH 08528/10074] terraform-iam-policy-validator: update 0.0.9_1 bottle. --- Formula/t/terraform-iam-policy-validator.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/terraform-iam-policy-validator.rb b/Formula/t/terraform-iam-policy-validator.rb index 4547c03f4f9ed..97b55286fd140 100644 --- a/Formula/t/terraform-iam-policy-validator.rb +++ b/Formula/t/terraform-iam-policy-validator.rb @@ -9,13 +9,13 @@ class TerraformIamPolicyValidator < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "4b0cecd4db6c316acf78e7388a5935c24a07b569d530f741025dbc77b18a8772" - sha256 cellar: :any, arm64_sonoma: "406d9d44a6e7c4ea39254a5dad5de662538849dfd9ddaf358d41b6e224068e86" - sha256 cellar: :any, arm64_ventura: "f35b085934dff7cd7f02236c7da07fab2caf9a2d8026c75fb3a494e8ec2a2c2b" - sha256 cellar: :any, sonoma: "a74b95c1e83a7bc83446885f87ba91e64c68e0b96b6a40ae68b1550fcdc737aa" - sha256 cellar: :any, ventura: "0a2bffe8b19bb0e3115755283b0ed676487d5878b7b645ce001f2ed2a7eb7305" - sha256 cellar: :any_skip_relocation, arm64_linux: "c72485514e41a2e56f09c9c138107e0d2616ce894d5e342968a5f5919331230c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf2a79bef90563ce0712d9637a352ed4ff602c5051ed5e5ed646f603ae77274a" + sha256 cellar: :any, arm64_sequoia: "ea44c5c12ecb377b985e966cdf9b4fb78d667c1afc8551eb404604fd3f0b069c" + sha256 cellar: :any, arm64_sonoma: "6fcafd350702b3d9cf103ce0ececd465cdbd535651c7d451b6b7f2194ca86d2d" + sha256 cellar: :any, arm64_ventura: "60288f1c4b5c0a447e6b0b758776c8ade162a89bc64a91c69f82f7648a637bb4" + sha256 cellar: :any, sonoma: "061cc4acea3a16bb4c82a136356ba15505b2fe19f6724da8ad106fa4d62e7247" + sha256 cellar: :any, ventura: "23b3423630d67cb0caa04490c29bcfa9418e6655aebe898315220e027ffc8b32" + sha256 cellar: :any_skip_relocation, arm64_linux: "44d3d8ae748a9982f9ae3fb179b81920dbc4c781b573b68f9bdddd70fecfb4a8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8eb907b07e2d5ee3655dccb73b2db1eb8ff734d47a86eefa9e45391c3643d8a4" end depends_on "libyaml" From 0c479260d4d3ba6a60ae40d4a657ff994041c120 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:12:18 +0000 Subject: [PATCH 08529/10074] terraform-local: update 0.23.1_1 bottle. --- Formula/t/terraform-local.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/terraform-local.rb b/Formula/t/terraform-local.rb index 57e1d1ce62224..1945eba0a5f98 100644 --- a/Formula/t/terraform-local.rb +++ b/Formula/t/terraform-local.rb @@ -9,7 +9,7 @@ class TerraformLocal < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, all: "80f734bb8fb6f72f4807ed7d4bc156895a53176a0a9b2324ed628e4ec8aae351" + sha256 cellar: :any_skip_relocation, all: "686b02b4fa4cc2e94292dc2cca950722e7816b467fe055a3b7293ab0cf47d020" end depends_on "localstack" From 6b8cea56ccc8596694a23008877cad5d9dce9feb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:15:49 +0000 Subject: [PATCH 08530/10074] toot: update 0.48.1_2 bottle. --- Formula/t/toot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/toot.rb b/Formula/t/toot.rb index 802dc62a04e29..41e5aad462253 100644 --- a/Formula/t/toot.rb +++ b/Formula/t/toot.rb @@ -10,7 +10,7 @@ class Toot < Formula head "https://github.com/ihabunek/toot.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "3ff5d1887141275012fd857f2a97ae0df52711304e6fa40c8af9dc9013143d3f" + sha256 cellar: :any_skip_relocation, all: "c922069b58f58debf9079364c21308d700c50a91fe86d5203395a97c5e05b61f" end depends_on "certifi" From 0182b0b817da1aa3c79d173c14e3e0683bd002e4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 00:21:11 -0400 Subject: [PATCH 08531/10074] oxipng: update repo location Signed-off-by: Rui Chen --- Formula/o/oxipng.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/o/oxipng.rb b/Formula/o/oxipng.rb index e8ef6e759e5aa..0812afaffc766 100644 --- a/Formula/o/oxipng.rb +++ b/Formula/o/oxipng.rb @@ -1,7 +1,7 @@ class Oxipng < Formula desc "Multithreaded PNG optimizer written in Rust" - homepage "https://github.com/shssoichiro/oxipng" - url "https://github.com/shssoichiro/oxipng/archive/refs/tags/v9.1.5.tar.gz" + homepage "https://github.com/oxipng/oxipng" + url "https://github.com/oxipng/oxipng/archive/refs/tags/v9.1.5.tar.gz" sha256 "8f99d5c67efa2a7550023bf610b90e65d421375c9ed7f37097f83ae5c05f85bd" license "MIT" @@ -19,7 +19,7 @@ class Oxipng < Formula def install # Upstream uses qemu to cross compile for Linux aarch64, which is not desirable in brew. - # https://github.com/shssoichiro/oxipng/commit/1f2e0f336a826bd578a49c1dd477fb38773dd6ce + # https://github.com/oxipng/oxipng/commit/1f2e0f336a826bd578a49c1dd477fb38773dd6ce # # cargo allows setting the variable to some other non-empty string, but not fully # unsetting it, so remove the assignment from the source file. From 53f8c8f443c35eeb42916140c1790a4b436ae318 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:21:19 +0000 Subject: [PATCH 08532/10074] trailscraper: update 0.9.1_2 bottle. --- Formula/t/trailscraper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/trailscraper.rb b/Formula/t/trailscraper.rb index fd88363ca1b0c..eb57a986a8f31 100644 --- a/Formula/t/trailscraper.rb +++ b/Formula/t/trailscraper.rb @@ -12,13 +12,13 @@ class Trailscraper < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1eb0b1bb3d4fdf38360d75c253f1a9ef9dcc0494c2c1df509299d9615b8cd8c1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9bb7042b918ccc0bab783c10dde6f411060cbdda725f7b9b5ffe89890df05b10" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f51485167762fb753ae29bbf3a3fe231ca96a0333337df1f942da109f3251190" - sha256 cellar: :any_skip_relocation, sonoma: "6544e3a074c70f7f77e0d7e535d1f2772df382d8be1a6fabe7176530c8de47e7" - sha256 cellar: :any_skip_relocation, ventura: "5e8ac93ebaea1d1133143bdf17955c9e38a9db34cec52c1bcb0d51fffe30c409" - sha256 cellar: :any_skip_relocation, arm64_linux: "adf955e179c0b78720ea1b1c85114068318058255025f1609f151e2d0622030a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "670cf5ae8f3677890633c1b0ea9e39466ea1060d8716353f9ef1a9bbd162fb48" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4cb81dbd07d5b954c840c77d25d505eb5bbc0fab8a1ba9c46a29665122cf6b6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0f37017da786d814f17fc2b764664f0d2994c1b30fe3b256c3dd658b7250a26" + sha256 cellar: :any_skip_relocation, arm64_ventura: "78f1550ff391d81a34ecd071c63fd260644951c2029d5e0f4b53305b373591b7" + sha256 cellar: :any_skip_relocation, sonoma: "e4add39e6f156428ac78c1cdc034d26995eefc750070749fcb486f094d8449b5" + sha256 cellar: :any_skip_relocation, ventura: "2ebf657a5c1b51b31e545afc4565d2f18d0fdec4ff7045c0916dc21480e32672" + sha256 cellar: :any_skip_relocation, arm64_linux: "c2d1f045859402ee432b9237f614e9898d0f1d01b6576182e8c7d3d9c5290005" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a21e764f1726cb448636b2f58f899b15c288abefbf1217d6c011db742add58f1" end depends_on "python@3.13" From f3a9fcb7f75ac805aa2cd5fdd71092e7d62dac0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:23:13 +0000 Subject: [PATCH 08533/10074] tvnamer: update 3.0.4_10 bottle. --- Formula/t/tvnamer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/tvnamer.rb b/Formula/t/tvnamer.rb index 1cafe0681c08b..313d72f646f40 100644 --- a/Formula/t/tvnamer.rb +++ b/Formula/t/tvnamer.rb @@ -12,7 +12,7 @@ class Tvnamer < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "62bc0479abf31707d8f5f8e01c590e23d07d248f3e5dd8abc9475d871d25da3c" + sha256 cellar: :any_skip_relocation, all: "c488ea5258a320f51fb970cfb226dceb2ea35bf5c62df325577c4d25df1b5077" end depends_on "certifi" From 048621f9c8f930e8709ebf4dcda53e7a6f4acc91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:26:28 +0000 Subject: [PATCH 08534/10074] trafilatura: update 2.0.0_1 bottle. --- Formula/t/trafilatura.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/trafilatura.rb b/Formula/t/trafilatura.rb index 004b9950d624d..3f65abc3e9ac7 100644 --- a/Formula/t/trafilatura.rb +++ b/Formula/t/trafilatura.rb @@ -9,13 +9,13 @@ class Trafilatura < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "505f84b8d24a77ceb6d76724565c4aa15328b1387e0ddfde87a559fe9fe5f3d9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b3baf89879238df5adad51d5760dffd6d8b2037e46b324b2f16de6d7638c6d3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b553c17f86bafe9f26435dfd8cf62553edcacf246f60f2e3534b06430a519c2f" - sha256 cellar: :any_skip_relocation, sonoma: "6afd99392568f511f979a48743edee48540be464fc5e6c08ffd502afdc5bda5e" - sha256 cellar: :any_skip_relocation, ventura: "e01ee817069b9bae6800880153c0c7a9ff25eb02555f9968aa6a9edfc1024ced" - sha256 cellar: :any_skip_relocation, arm64_linux: "04e141a2de86a1dddef82a4200fb9388a9357fe8e02290831476ba38a16665f5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6410979b76f70b9e8ca8786d708e7713212afb61d59231c497c2d9b97287a254" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2dba5c5d97a84916d481391ceffc678b42466a3829aeafb46bc4eaed0e4adc20" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "537d9dfb34dca073daf17b627497a5f01c3d8c7c649fb3ba4194156750323ec9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cdd750558e244188d93bc09c5d394e5cfa3041d0628e067d7a83c885e526a936" + sha256 cellar: :any_skip_relocation, sonoma: "7689a1b38175c218e2769291ec522f518b2b486d32297f5e62eca77f4f0efa2f" + sha256 cellar: :any_skip_relocation, ventura: "b594755dc2b8b527781683d7d7ceb8690f4ed948d315f44a3ee4131003be7ff7" + sha256 cellar: :any_skip_relocation, arm64_linux: "83fb0dc11606bf0500168de65379dd48dff615e82ec37eed935be07f03aa5cda" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed1b1ed709a99b821733cfee07fb052148b9321a3040047b672ef9cebd02a314" end depends_on "certifi" From ed5243dbb67012100aa15d6910fc45bfe48318ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:29:47 +0000 Subject: [PATCH 08535/10074] twarc: update 2.14.0_11 bottle. --- Formula/t/twarc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/twarc.rb b/Formula/t/twarc.rb index fe9eefe73c18b..bd13382c21720 100644 --- a/Formula/t/twarc.rb +++ b/Formula/t/twarc.rb @@ -11,7 +11,7 @@ class Twarc < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "149044dd0698df45a5474b0d8dea9541aba2701f098c8f321b7e0bc01591f073" + sha256 cellar: :any_skip_relocation, all: "615f61acd8924f02a4c8dc0c1f905c59b1f8083afa54c7876490b33ad0cae1d7" end depends_on "certifi" From f1dd395c80421a4c4204dda9803ed41dbaa9181c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:32:28 +0000 Subject: [PATCH 08536/10074] calicoctl: update 3.30.2 bottle. --- Formula/c/calicoctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/calicoctl.rb b/Formula/c/calicoctl.rb index 94d404040efd7..f7624b479e2a5 100644 --- a/Formula/c/calicoctl.rb +++ b/Formula/c/calicoctl.rb @@ -14,12 +14,12 @@ class Calicoctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a43b680ee2dd892e49b37220690c4a32032168fe49d34a490443069431e3404b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a43b680ee2dd892e49b37220690c4a32032168fe49d34a490443069431e3404b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a43b680ee2dd892e49b37220690c4a32032168fe49d34a490443069431e3404b" - sha256 cellar: :any_skip_relocation, sonoma: "cbd48f77c616a7f751ae884d72488ea3db13499618a9dbc91ca669beeba65b5d" - sha256 cellar: :any_skip_relocation, ventura: "cbd48f77c616a7f751ae884d72488ea3db13499618a9dbc91ca669beeba65b5d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "813f4e05215835b654f8f481c82f97c95f5475c70819e11151231f99c231bac8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ee8e80f6748f234d5444a98570686f8fa587b4deec28e96f9395eff90b506a9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ee8e80f6748f234d5444a98570686f8fa587b4deec28e96f9395eff90b506a9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7ee8e80f6748f234d5444a98570686f8fa587b4deec28e96f9395eff90b506a9" + sha256 cellar: :any_skip_relocation, sonoma: "669ea26e220507c4baa5d5ed8470077f9ce58464c521e05e11043be813b893e3" + sha256 cellar: :any_skip_relocation, ventura: "669ea26e220507c4baa5d5ed8470077f9ce58464c521e05e11043be813b893e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "920fa79e063454a01c1d82a721c0ad16eae5039bd5625240b17b44a988b9517f" end depends_on "go" => :build From 9c5eb96d60039659034aece25f0b80e243090766 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:35:40 +0000 Subject: [PATCH 08537/10074] twine: update 6.1.0_2 bottle. --- Formula/t/twine.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/twine.rb b/Formula/t/twine.rb index 761e7f650ee67..c3571304dca01 100644 --- a/Formula/t/twine.rb +++ b/Formula/t/twine.rb @@ -10,13 +10,13 @@ class Twine < Formula head "https://github.com/pypa/twine.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "f267e6bc99b970880cb5a16ce31af3225a018f03f6ec7c0932477edbc5ab973c" - sha256 cellar: :any, arm64_sonoma: "f96b176ea05a893e4b676117773e90fdeefc7a419e582fb45b643241a57cb748" - sha256 cellar: :any, arm64_ventura: "ee062b8566a05d13a21be21b7730ebfa79c162ab1f1c39d3c4eae9fccf4945e9" - sha256 cellar: :any, sonoma: "2ce96b6f672b568ccacb2050d0929f08492a023756cc0165bfe4c73e67796941" - sha256 cellar: :any, ventura: "498764326f10538107c289332277ac570b269c2daf4077fce1ae72ad64823d4d" - sha256 cellar: :any_skip_relocation, arm64_linux: "2dc0cc2793ba0f7e5f6ccc4ee1d7f09cc797e2f6a5bfa96f584fdf53c38b0aad" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e780a1a9ab1c20d469849cc977a515a3dd58c02ed719eaa074ba7bd4dcd3d796" + sha256 cellar: :any, arm64_sequoia: "97e7aea69b7c5bab542b20d5fbdc49bf111440bb98b417ae7a9a35742fa1f413" + sha256 cellar: :any, arm64_sonoma: "612fa506b1317a53a06f941fd5083f1843bcb2c64e568be47a8780e7a0bf6d0f" + sha256 cellar: :any, arm64_ventura: "e2ca42a5c645ff4ea11f616ada7f91619431f44fb4073c519c538f1d1b1c6ab7" + sha256 cellar: :any, sonoma: "c5949503ab25c49f2e3d2e6bae22e3256a470e9204d72c23ee4adb5cf72a0418" + sha256 cellar: :any, ventura: "8a28848ef5bf33d1bd57e4dc19bd5fa12eb9c038e8d6aec4e19ce69dc9d3f4ba" + sha256 cellar: :any_skip_relocation, arm64_linux: "8cc23007063de60f67ad594b5862c677d93877caf584e628b803754e702d1811" + sha256 cellar: :any_skip_relocation, x86_64_linux: "34c3b51b306fb56f6e6c7ae4341129645514fd3f06e36ec385d81a0caf210ddd" end depends_on "rust" => :build From ea3e561411e7f104c612db1f538fd6b3dd9bccb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:35:58 +0000 Subject: [PATCH 08538/10074] oils-for-unix: update 0.30.0 bottle. --- Formula/o/oils-for-unix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index 49821776318bd..0779eac24d306 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -11,13 +11,13 @@ class OilsForUnix < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "458894469477f2983786c18e710fb7dcba117fca119fa663790dc7bcd87672ed" - sha256 cellar: :any, arm64_sonoma: "aabac2877de0025ec567ca0b7ee4fd5e2c027d7a95f20326f3637118ce2f5acd" - sha256 cellar: :any, arm64_ventura: "277b088921164cc8a30de0ca14c997f4668b3bc72a869ff18bfabce0887cbc18" - sha256 cellar: :any, sonoma: "4d13d4d2d8333adaed0548b3b115197c2e60a63514d06f6e0fc22329a626693b" - sha256 cellar: :any, ventura: "c884e5a9dc13ffec8be12cc3aab1ebea5beb5651551a1c58a8310162ee6f7885" - sha256 cellar: :any_skip_relocation, arm64_linux: "16f179fc7f86eb971cf518be492415cf53e4786b9e4cf82e56279cb455513b81" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e594b3ab097a968c7412e1e99d1b174df101bf9fcec02c5d4584d7040727c58" + sha256 cellar: :any, arm64_sequoia: "3064d0878d1d117ab2db4f54e3444371047d2348915cb8741cfe122259e8ef0d" + sha256 cellar: :any, arm64_sonoma: "de2fe5f8196dbe80e70228be83d2a2652b5aa47ec5f9b21bfec4a53ddca3b2c9" + sha256 cellar: :any, arm64_ventura: "93356216af355139e0fa5178848b73bd878fae8ef0cbb1d7ee7e36971cdd3b77" + sha256 cellar: :any, sonoma: "6884c51b1832e143640b94cb22e6320021bee39566d0194e56dd5344f7f30f23" + sha256 cellar: :any, ventura: "88d183e6e4117abd05e0834103f1eb20d9c10d39720e40588dc32a3e26c83db5" + sha256 cellar: :any_skip_relocation, arm64_linux: "14c6f57b7ad130793619bf81a20eeb9cf399b21fbd1be9df7dbc1c3f99943705" + sha256 cellar: :any_skip_relocation, x86_64_linux: "445cba301a0795546a26be93cbee4b21746b241e6ae86e1971d14f3e02bdf425" end depends_on "readline" From 6b7beee78248c94c8a7b589bc6ff9099fb4aa16e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:39:44 +0000 Subject: [PATCH 08539/10074] urlwatch: update 2.29_2 bottle. --- Formula/u/urlwatch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/urlwatch.rb b/Formula/u/urlwatch.rb index ef5eb1f4693c6..fc32a6eac4133 100644 --- a/Formula/u/urlwatch.rb +++ b/Formula/u/urlwatch.rb @@ -9,13 +9,13 @@ class Urlwatch < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "c12fede92c94a73a4c005858e1c8db0d12f5d579f4c552d383d8b513954c9122" - sha256 cellar: :any, arm64_sonoma: "76365d3da38d6c3beceecc4245890a8b69970ce6cb70e2e3045dcb4cc6ea419f" - sha256 cellar: :any, arm64_ventura: "ee4dfa6d3c9e4745c149cb3b1b8f7d04f53ba089b408df4006034cf92f1db99a" - sha256 cellar: :any, sonoma: "9451dfe8d9b0810ff944e74464cc251716a8249aaf34506e0b03d83dce7e1b9a" - sha256 cellar: :any, ventura: "13b3504f10fd6d537260cad2632ff4db449abd0a0ee890f4adfbe9635642897e" - sha256 cellar: :any_skip_relocation, arm64_linux: "80ef89d3689a7ed41eb0c077f629a9c2bd678d560771ca763614b2c9052a7847" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ac75856a7f6a299a04f668d27ecde44e9d0202fb491c06fb7b5c9950a9449362" + sha256 cellar: :any, arm64_sequoia: "14785843c477b914734aebaa654deaabcc89483b1694b94e95932d67d6858d12" + sha256 cellar: :any, arm64_sonoma: "057415a63be93184efc9667e21210d37f8de43623d2dc061f4733bd1851e3e27" + sha256 cellar: :any, arm64_ventura: "fdf1d86201da20c68b96a2b2cc1ed8219cef73f62d1f76acc6acb7a4157448f0" + sha256 cellar: :any, sonoma: "92a1a1ad70faa9b7bf14b55f56806a0cb77fe5d22448dc7696850bdcca59bc92" + sha256 cellar: :any, ventura: "34308d52b967a4dcf66200020d6103906bb7a944011fe91fec7bddc00a7bad36" + sha256 cellar: :any_skip_relocation, arm64_linux: "d468350ec4e7379aa2260cacbbf01e4660acbe6eeb1eebef6051b96c525c4935" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0cc505d2c507050283454878e43163d737c230742a0b7ce2eccc958b70f0cd6f" end depends_on "certifi" From 842aac34159e0fa92d37f8eb01acadd4a2c408ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:41:59 +0000 Subject: [PATCH 08540/10074] sherif: update 1.6.1 bottle. --- Formula/s/sherif.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sherif.rb b/Formula/s/sherif.rb index 100b39a2f9367..4a7f1a644456f 100644 --- a/Formula/s/sherif.rb +++ b/Formula/s/sherif.rb @@ -6,13 +6,13 @@ class Sherif < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0f5b57ffef3fde2495c113e8b359cd5c9bbba8684b5af005899577003faa887" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0f5b57ffef3fde2495c113e8b359cd5c9bbba8684b5af005899577003faa887" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b0f5b57ffef3fde2495c113e8b359cd5c9bbba8684b5af005899577003faa887" - sha256 cellar: :any_skip_relocation, sonoma: "a138edf56a70d681774c156503f69cb76cb34d37a15e5085da729d44f3f2d771" - sha256 cellar: :any_skip_relocation, ventura: "a138edf56a70d681774c156503f69cb76cb34d37a15e5085da729d44f3f2d771" - sha256 cellar: :any_skip_relocation, arm64_linux: "7d2886489f1f4e7cada411a3a2a7ce3b829678db6dc98c4bf7a93b1ed30fa298" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e316ba6057c8c942c27283006dbffb9858befaf24480f1b66351beb3ed2c3439" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "db665b67ba428ecbe45b2e073b31f8f0eecff7fb3ff2ba228605dd5eda5b7929" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "db665b67ba428ecbe45b2e073b31f8f0eecff7fb3ff2ba228605dd5eda5b7929" + sha256 cellar: :any_skip_relocation, arm64_ventura: "db665b67ba428ecbe45b2e073b31f8f0eecff7fb3ff2ba228605dd5eda5b7929" + sha256 cellar: :any_skip_relocation, sonoma: "92f725488d497b0431f3aa5421e48de0d76aed8aae3b177d728896c1fc5f82b6" + sha256 cellar: :any_skip_relocation, ventura: "92f725488d497b0431f3aa5421e48de0d76aed8aae3b177d728896c1fc5f82b6" + sha256 cellar: :any_skip_relocation, arm64_linux: "08781cd6ad44145185ecd7bf832faa60c21a8ff026069bbce5dee118e868e1ff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "673f31fb70dddbd872763ca0bb3890b1cfdf4817ea6ced0183a8bb8011079fe9" end depends_on "node" From b22db2c6a4da348a7181c9f0a55959cbff3475a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:45:06 +0000 Subject: [PATCH 08541/10074] slither-analyzer: update 0.11.3_2 bottle. --- Formula/s/slither-analyzer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/slither-analyzer.rb b/Formula/s/slither-analyzer.rb index 5d6fa0b54774f..ae3bdbfad88ce 100644 --- a/Formula/s/slither-analyzer.rb +++ b/Formula/s/slither-analyzer.rb @@ -12,13 +12,13 @@ class SlitherAnalyzer < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "ee9382ada729a8d7d2d1786c60147b11ca685d7075dabbd4c5626a2f2e1cfe58" - sha256 cellar: :any, arm64_sonoma: "1bf2461cb516386b97e246bf94e0c9299d9251a6e034e2446615c805babba946" - sha256 cellar: :any, arm64_ventura: "04bd39d51cc46f7e47a66828274afe00c735d049bf37f360d46cb9a8d50b99e3" - sha256 cellar: :any, sonoma: "97b945b157dd6a37961820bc278bc36697db48e3d28ac50284095c41c4149ae6" - sha256 cellar: :any, ventura: "d83c951f5968f42c06021a77c98b3aa62dc5c24d14ed70cceb46c440cf018b37" - sha256 cellar: :any_skip_relocation, arm64_linux: "79a4fb3e9bdfd48357b4d626fddeabff3c4046488a317b0e325cbc7568164bdf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "889efa3d882133a296d3c39a740a32c8a826bb506b7b7ac7b68a2a5d5165054a" + sha256 cellar: :any, arm64_sequoia: "0c202c7398f1698321960003d9faad20bf3fbc7c7f04d46e2b71a6289328607e" + sha256 cellar: :any, arm64_sonoma: "dcb6315b46b06a3345c2ae85b27645645986ad83b41e6f4542402e520b53ed05" + sha256 cellar: :any, arm64_ventura: "9d6508d4906ecf89df63240535364b86446bc6532d6217eae3d67cd39ad5fb50" + sha256 cellar: :any, sonoma: "319e286d59474836deb0cfaf35a36146b12c2e47c115017ef30b7b992227a8f4" + sha256 cellar: :any, ventura: "9ac1a7506762a7a9d286aa6b4868bb7746b955468e9dc4f314532499406f3436" + sha256 cellar: :any_skip_relocation, arm64_linux: "20e0334bfbb5240132c0daa6ad34eaf7a8d880671e1ddab846c1e9273fa1cde0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9daf8a04a16d26d54298c0d3a57e59e21449b64d4d85da497f70132aca8feaec" end depends_on "rust" => :build # for rpds-py From 00bb7d9c0057414d140af72c3255e08c439b344f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:48:08 +0000 Subject: [PATCH 08542/10074] muon: update 0.4.0_2 bottle. --- Formula/m/muon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/muon.rb b/Formula/m/muon.rb index d4c84b5df11a6..d235eb013c09c 100644 --- a/Formula/m/muon.rb +++ b/Formula/m/muon.rb @@ -8,13 +8,13 @@ class Muon < Formula head "https://git.sr.ht/~lattis/muon", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "c6f0a6432a429272a8dfe0fc8c463ff95cbed4059fcc49c0b2d83e0437e72ba3" - sha256 cellar: :any, arm64_sonoma: "edb4791c7f8790b96b4361e3a4886ad654b977a90f52fb9632b5e4af622e1e34" - sha256 cellar: :any, arm64_ventura: "328b33b0c04a614dbc4b5ec87b842530dc75b92ab729d4e0bd79b4922ea4e04f" - sha256 cellar: :any, sonoma: "9f5a94990f9ba7dad39a19b227ab8a43c1e1957a82cd49eff60a33d9015b3d0d" - sha256 cellar: :any, ventura: "1093a8dc08368070464f5c182b80df1196b6e4a04f70978072ae9f66f5297c99" - sha256 arm64_linux: "59e9b0a588a9beb8c1f5f5b953c368f0a5073e5a61884af80325b9b22a566f05" - sha256 x86_64_linux: "e9f55dec1f94791d47db778e7ae1288523f02ec2b3bf676976e678e8915d4aa1" + sha256 cellar: :any, arm64_sequoia: "05431b97ae9d2bf393df1d39f1c2d8c97621a279ddb5c3ed2d77d5bc0828fa44" + sha256 cellar: :any, arm64_sonoma: "629d8cb5edf13fad83e4a70630e11cd8469ba537a5c27f6aa424d96293018b27" + sha256 cellar: :any, arm64_ventura: "54d1a923f1982fd68822da1028df83fb0d7c7416897db97f487d4fc4908b1975" + sha256 cellar: :any, sonoma: "74d720c90af24ce5e64621d2ca8667fedcd26a93c1a1302b1defdeec0afa01a8" + sha256 cellar: :any, ventura: "95af6152a893fb24cbb4e98637e3f3c22c3de42286007ed4c88d20abf72ef74a" + sha256 arm64_linux: "d1b978c1b67aea55a70b7abea468c1502869b69dcab423a99a0f839ad9fd45b9" + sha256 x86_64_linux: "d1a74d5b71d07ab521b750a889c385849e1fe68fcf2eb00a5fe1e7b4a4526837" end depends_on "meson" => :build From 1323eca9a7793663fd9055225b1c88b07d38f983 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:48:08 +0000 Subject: [PATCH 08543/10074] pkgconf: update 2.5.0 bottle. --- Formula/p/pkgconf.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/p/pkgconf.rb b/Formula/p/pkgconf.rb index 164d6c3c04f4a..b233e8ecb5232 100644 --- a/Formula/p/pkgconf.rb +++ b/Formula/p/pkgconf.rb @@ -12,15 +12,14 @@ class Pkgconf < Formula end bottle do - rebuild 1 - sha256 arm64_sequoia: "3feba2e952500e4ab9261ac59a19e07c310d1147e31496f62b591e4b21b68683" - sha256 arm64_sonoma: "24e921aaf87bc253adf250761cb4bf717d14dec995d2f6302cf966f30f28fe59" - sha256 arm64_ventura: "2df66bd11baf8300451fb850f365c93e0a9cc47677887d1d0f2f575c148e4b52" - sha256 sequoia: "60803149fa486b8da14591ce5c016e37c9388c1ded2a88d9167a84926cc74957" - sha256 sonoma: "9f5e12ea8ab25db6afc5c09543d6840d72f6556b894d167ac79007e8f187feb0" - sha256 ventura: "3d7bbea2ca2d4d611c55dcd2d890628b2c4f45451fef6e39755f30acf1c4aeea" - sha256 arm64_linux: "6d8ad2faadd3f05fabbc70b12cf2cda9a4543fe7cb6d62bf6288db842461c57d" - sha256 x86_64_linux: "9177b7f842d88798bfd86929360ac3a412d3d7e0133f0e9b0dca0d5306c46dc1" + sha256 arm64_sequoia: "fd9e23c224f18006ca873acd92e8e22cbda749cd150ef7516122d394d1655f1f" + sha256 arm64_sonoma: "444c2f67483ed4246e7cdcd019947ed6672e7ac79afcee64e344a18735b521ae" + sha256 arm64_ventura: "f0edc798188e60e0fd82815f0f21b186a0d41310ce71d4aac17411219140bd2e" + sha256 sequoia: "ff125cd1355b46cc32f801e9aeac280659b9f67dd4adeebc3c8cbbad6646330d" + sha256 sonoma: "2196e245926fbd2fc400b05c67d93d2053de30d7971cda41ad55e11d0d2320c2" + sha256 ventura: "45d0102051d02a96394b8b28fa53caa0a4b28af871e1093c0435ccf0ef079971" + sha256 arm64_linux: "b23fff3027dc4144931bd826dd148b616574fa15848b60595ee876234d3da495" + sha256 x86_64_linux: "4b8ea4a65be2d9ea9f7c4f6ef9fddc182e097d34abf8249f23f54a77924ebe76" end head do From 22b28e3d801310b80affb9767f07dcc734d9cbd9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:49:49 +0000 Subject: [PATCH 08544/10074] sphinx-doc: update 8.2.3_3 bottle. --- Formula/s/sphinx-doc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sphinx-doc.rb b/Formula/s/sphinx-doc.rb index 4c1f36aa8b95d..9eb024acadcd8 100644 --- a/Formula/s/sphinx-doc.rb +++ b/Formula/s/sphinx-doc.rb @@ -9,13 +9,13 @@ class SphinxDoc < Formula revision 3 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0327e610dfb142ad68cbcf3abb6c6c33a8423c7535587d7c034cacee66c5b595" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd336a4b6ab42eccf230e964fa733c4dda083541f076886e0071c2b846e2d71b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a51861eff5cb5083595b84f612b6341a475e740d56c480704d782788eb1f1fd2" - sha256 cellar: :any_skip_relocation, sonoma: "45d13f735371849075197d1ce1f7e620ab083ce1c9654997733214c2f88c422c" - sha256 cellar: :any_skip_relocation, ventura: "d399905436750931809413ac80190e243a556067d06eb24910fcde73ec7e9857" - sha256 cellar: :any_skip_relocation, arm64_linux: "e7169e0520f16bf817fd05d21728220b07fdc5dc543b4fca1bbf54019a7b3765" - sha256 cellar: :any_skip_relocation, x86_64_linux: "81bf315cd81d59fe3291bda84d5ea24e397c8bfc8067abade268671947ad43e6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a23d9ca9320d872ff28ef6641905e310fb553cff81aa333b540244ee5e02525" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbbe5be730034172890daabc42ce65fe906b315b73575bdc2cf92fd367cf7273" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3cd93e8e752bbca189e1dbb78a930eab36da7fcbdc061eb34bb2a9b9f6ae140e" + sha256 cellar: :any_skip_relocation, sonoma: "005adc4e399e79b3bd90f4bdb12e52556d31f2e1eb4aaa8cc68f2914ea88f40c" + sha256 cellar: :any_skip_relocation, ventura: "a1864deff57d08ce829f260e9479717552dc19bbb57d485061fa925430543d61" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a56c5c8e830e3020bb8926506c7702c9f715b5d2195cebd68332ee3e52db757" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc63e87bd769de7d18ac37ac7c0602cd5d032cc3dee376b32a43844339097ded" end depends_on "certifi" From ce9d9f6d9b06762e0bd3ca9ad47c3892f1709d7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:51:42 +0000 Subject: [PATCH 08545/10074] swc: update 1.12.4 bottle. --- Formula/s/swc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 552e007925665..c107135a7e469 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,13 +12,13 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cbf8777b768801f63ee9df9cc4a29a2f2472e9292b1f7cdbae289c917a473c79" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "89c577972d74a2f89dc9f5f24863d7f5de266dde955ec1383dcd7daac265f358" - sha256 cellar: :any_skip_relocation, arm64_ventura: "71f29758b939d625a28ec960b24c553e4584b04d03247cf8bd7677f987c14ef5" - sha256 cellar: :any_skip_relocation, sonoma: "f6503f6aad90cdb8841e50dc8a316d122281b4dc308cf7d7c2ca910f911325ae" - sha256 cellar: :any_skip_relocation, ventura: "16534a8004abf2cf4dbf03e4126c6825dd62295a6c3cf7cab90c15f0dd9183c3" - sha256 cellar: :any_skip_relocation, arm64_linux: "d3dd7b6ae2a8de52cdcc38da83428721a3db7af433c681848807900b5b38d4e8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5f3aa8b5e1a8784bfa631d299468fca40223ff388d98675d6159c11807187541" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "42549e039f2789ea3d425c384e0872dc15b7300b92fdb0f486cc62921685aec4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aba0b68f45a96087de0074a9f0ed8652a18d70e91a9a4f98eaba5da597a56fc8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "acbbf46610064c5beceec9f22dbddd59831489c31c091ae9e4482eab76a7bdf5" + sha256 cellar: :any_skip_relocation, sonoma: "86c4846107c316e3bcc517d8398c7f207cf496e8f84b8aad230d073b74c83740" + sha256 cellar: :any_skip_relocation, ventura: "6096838d93ab68d2cbd8f31469598f63957338006f839784b39fd6612ddf4f99" + sha256 cellar: :any_skip_relocation, arm64_linux: "1d19ac53666dd69a7296277999db283b157544013dcd43c3336189664d810da4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6a7aef948f8c28c4268ce71f16598195bf7b155b600f120c633756cd82d01e9" end depends_on "rust" => :build From 306dbf4b3187d5cc6e078d44fd6867d583e61e55 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:53:02 +0000 Subject: [PATCH 08546/10074] less: update 679 bottle. --- Formula/l/less.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/less.rb b/Formula/l/less.rb index bd177164fdc99..646a5beddef40 100644 --- a/Formula/l/less.rb +++ b/Formula/l/less.rb @@ -11,13 +11,13 @@ class Less < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "502b8720691e823180290da162df33d6a3ee3276d32feb267c7e7dfa3b577668" - sha256 cellar: :any, arm64_sonoma: "3bbfb91b9a141230356b458272fe22205d6df4b6bf93029ecc295d3ec3df2adf" - sha256 cellar: :any, arm64_ventura: "451515a2c9a3004ed57982a65210e534fbf17ee35af14df5832b781386ec171f" - sha256 cellar: :any, sonoma: "f912635990a5ae7ea078abc98ca51ade4ea8aa9091713f9e3bcf3739274ea174" - sha256 cellar: :any, ventura: "3ebf4828bee4254a689cd89251ac7fcf73cbc6c34eb1ced8ffdd9e4cec96eb2c" - sha256 cellar: :any_skip_relocation, arm64_linux: "8edfc61f568168f8e20c92ef83966f6d64f04d8723e36ec574072f1106fc6614" - sha256 cellar: :any_skip_relocation, x86_64_linux: "32e65477589dd717159c9fa72dd9911fb5bdc492729639dec1e2c63dd5170be9" + sha256 cellar: :any, arm64_sequoia: "2c167ef66f66ea608f4d8c2a62daf90c54d209c492ca36373b6c4b21889c2124" + sha256 cellar: :any, arm64_sonoma: "c8d271ef876c5591a67460068226247fb597f1b802b2616c85ba43d6b6b842e4" + sha256 cellar: :any, arm64_ventura: "bd30a0f7e3b09305d58c8b943341d19480292bfc0316a60c731ef95e7d943170" + sha256 cellar: :any, sonoma: "6cb7136c30fc4695d509bb6fa174245f54fad777bdfc1cdd2d42e23708408128" + sha256 cellar: :any, ventura: "56563af2638138d67278c41a1cdfc42a4ffaa2c85c7d89f3ec350a5a2b4d3f05" + sha256 cellar: :any_skip_relocation, arm64_linux: "e7c4d002465a313676bc41faf9720028b932b49f83429bbaff52c1d94d62238a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f68b1ad54d048a50a5d738a1c38ad43c7a1789b9f8b5168d77fa8dc8ab21aa17" end head do From b18a71bbc1a874e8a37e5d3f585654d0daddf51c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:56:28 +0000 Subject: [PATCH 08547/10074] cbonsai 1.4.1 --- Formula/c/cbonsai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cbonsai.rb b/Formula/c/cbonsai.rb index c6e8b60d2df3b..b08260e55fdcd 100644 --- a/Formula/c/cbonsai.rb +++ b/Formula/c/cbonsai.rb @@ -1,8 +1,8 @@ class Cbonsai < Formula desc "Console Bonsai is a bonsai tree generator, written in C using ncurses" homepage "https://gitlab.com/jallbrit/cbonsai" - url "https://gitlab.com/jallbrit/cbonsai/-/archive/v1.4.0/cbonsai-v1.4.0.tar.gz" - sha256 "670a463f26a8e1e9d0cfde41079526c9fa73f1dda0625fc1fa6b8f4d2544a17b" + url "https://gitlab.com/jallbrit/cbonsai/-/archive/v1.4.1/cbonsai-v1.4.1.tar.gz" + sha256 "cfbe2d7b215393b1d4e110920cf4a24253ac8c7f6139fc3085ddc0dbce330de2" license "GPL-3.0-or-later" bottle do From 31fc1069deaa78c993050196a1b5fbf5fae2a87d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:04:03 +0000 Subject: [PATCH 08548/10074] git-extras 7.4.0 --- Formula/g/git-extras.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-extras.rb b/Formula/g/git-extras.rb index afb2bf9180e4a..f65ca13879002 100644 --- a/Formula/g/git-extras.rb +++ b/Formula/g/git-extras.rb @@ -1,8 +1,8 @@ class GitExtras < Formula desc "Small git utilities" homepage "https://github.com/tj/git-extras" - url "https://github.com/tj/git-extras/archive/refs/tags/7.3.0.tar.gz" - sha256 "89bae1a05731f4aaafb04066ea0186e181117b74fcfbf89d686cf205459220b7" + url "https://github.com/tj/git-extras/archive/refs/tags/7.4.0.tar.gz" + sha256 "aaab3bab18709ec6825a875961e18a00e0c7d8214c39d6e3a63aeb99fa11c56e" license "MIT" head "https://github.com/tj/git-extras.git", branch: "main" From 45cece010cc05a5c5cc81dd561af1d7f301a4f73 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:04:49 +0000 Subject: [PATCH 08549/10074] go-parquet-tools 1.32.3 --- Formula/g/go-parquet-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/go-parquet-tools.rb b/Formula/g/go-parquet-tools.rb index 648557e61aace..590b447f58b26 100644 --- a/Formula/g/go-parquet-tools.rb +++ b/Formula/g/go-parquet-tools.rb @@ -1,8 +1,8 @@ class GoParquetTools < Formula desc "Utility to deal with Parquet data" homepage "https://github.com/hangxie/parquet-tools" - url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.32.2.tar.gz" - sha256 "b15f02441ac10ce9b4d962d5db97e28733529cc83f81caa257eb4eebe22ff561" + url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.32.3.tar.gz" + sha256 "9ae12b505223fa5657cef397d9404e2fedfd189c1b07a010dce8830a73a90aa1" license "BSD-3-Clause" head "https://github.com/hangxie/parquet-tools.git", branch: "main" From 24f833174f1fe1b16b28f2ef8184d4907a6bc892 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:11:28 +0000 Subject: [PATCH 08550/10074] cbonsai: update 1.4.1 bottle. --- Formula/c/cbonsai.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cbonsai.rb b/Formula/c/cbonsai.rb index b08260e55fdcd..f6b2364fd007a 100644 --- a/Formula/c/cbonsai.rb +++ b/Formula/c/cbonsai.rb @@ -6,13 +6,13 @@ class Cbonsai < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "9abcb2f41fe481c2522e5ee67650e2b8f9aa0e1281a5cd311e0c6f29db259251" - sha256 cellar: :any, arm64_sonoma: "6447b5054c28f1eca9782d0f58ee3056a8a1b79f80d097e7821475b36b7f478e" - sha256 cellar: :any, arm64_ventura: "e7555b1fb2aa994da464e734321b0819bc1171701e62bc7998400d1e626fb412" - sha256 cellar: :any, sonoma: "7c8ef6356003a372111ff02172d3f2363d575065877c03e7c2db674b3204bfcb" - sha256 cellar: :any, ventura: "34c2975c245adf3fb965b472b1a29cdbb33b5b9f449da68fb784ca1898065dc9" - sha256 cellar: :any_skip_relocation, arm64_linux: "ab26fdd20156b40ab3b187f26e6c6b3b8dcaa5668884cf9a66d425daac6886cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3d07b32aa776db453df164c9090a2dc078af5e060e17bb9148f3b9a2b87dcb74" + sha256 cellar: :any, arm64_sequoia: "87acaebbc9ccbfa0498afe372a9e5929e517d1101db0c810934f8a207b723ee8" + sha256 cellar: :any, arm64_sonoma: "258a8ec97fa1633d7d2afb8175e3231ba3f71a71bb65d9355ce53ef03dc76601" + sha256 cellar: :any, arm64_ventura: "fabbe949cd5b6269de61806f6d35db18d06c7741713545dd80edaf1ab6963cd4" + sha256 cellar: :any, sonoma: "e871751b77d3bd14012d40e23c7c95eecd7490b671514cbc91aa7baa42281d47" + sha256 cellar: :any, ventura: "99596c38d7af3904b2b9fd0fc1b66fb3bb7bb1a7fb9419fb3af075522df84a3e" + sha256 cellar: :any_skip_relocation, arm64_linux: "b17b5ec41467258a18fa8054cb97f97e330fc86cc5b6daf36516d41af8d6bf67" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67d4b19d09853ab041fa86b89cf288e4ad38655f516ef784f3ab40feb35d6ce5" end depends_on "pkgconf" => :build From 246fc06526433df117d100eb9a202e9ee0581662 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:13:57 +0000 Subject: [PATCH 08551/10074] nmstatectl 2.2.46 --- Formula/n/nmstatectl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nmstatectl.rb b/Formula/n/nmstatectl.rb index 7bdf73f217318..7a0e85f193385 100644 --- a/Formula/n/nmstatectl.rb +++ b/Formula/n/nmstatectl.rb @@ -1,8 +1,8 @@ class Nmstatectl < Formula desc "Command-line tool that manages host networking settings in a declarative manner" homepage "https://nmstate.io/" - url "https://github.com/nmstate/nmstate/releases/download/v2.2.45/nmstate-2.2.45.tar.gz" - sha256 "af2cd67913c8bb0965ef8ee989276d0fb006f641e5a3e4fea0cf2587309feb59" + url "https://github.com/nmstate/nmstate/releases/download/v2.2.46/nmstate-2.2.46.tar.gz" + sha256 "7734a3065aac97ce523ab6e9dc54c0b2bc1052c2d8b2f36f28275926c8a1d93c" license "Apache-2.0" head "https://github.com/nmstate/nmstate.git", branch: "base" From 3d583d9e02e13f3b82a3eb96fdb366a3d44c6a89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:15:03 +0000 Subject: [PATCH 08552/10074] git-extras: update 7.4.0 bottle. --- Formula/g/git-extras.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-extras.rb b/Formula/g/git-extras.rb index f65ca13879002..dffe6784f5c00 100644 --- a/Formula/g/git-extras.rb +++ b/Formula/g/git-extras.rb @@ -7,7 +7,7 @@ class GitExtras < Formula head "https://github.com/tj/git-extras.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "0c40b2cdc071464b0edf01e763b279111aa8ec557132a25d3385f7ee92783623" + sha256 cellar: :any_skip_relocation, all: "ab7f49444bdd81c79d987f8e86668b225d6cc74f01b09ac91f7b35cde0a9bb98" end on_linux do From 4a47d9b3b901a976440286da0b3d9bc9d1647d33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:22:16 +0000 Subject: [PATCH 08553/10074] jupyterlab: update 4.4.3_3 bottle. --- Formula/j/jupyterlab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jupyterlab.rb b/Formula/j/jupyterlab.rb index b9716657d84ec..db8121ab4bad4 100644 --- a/Formula/j/jupyterlab.rb +++ b/Formula/j/jupyterlab.rb @@ -12,13 +12,13 @@ class Jupyterlab < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "73ef3afa324330b81d0a43164608693b5cd1ca7c810c33fb68520c441e023132" - sha256 cellar: :any, arm64_sonoma: "ddd36ec9820f5d0ffa4e08b38c5ea282b335458267bac89e52f4e2ddb8272260" - sha256 cellar: :any, arm64_ventura: "5b6c6cf6f395db614f1c766e41ddad9a9f4c4316e606b0a3d25909453bb82e88" - sha256 cellar: :any, sonoma: "fefa0a6097de47235272478f4bdf9cf5efc2d7f48259f43953740cf7089b9081" - sha256 cellar: :any, ventura: "4d1d52c30232265bb7695dd6aa8823fbf1e0957002660c499c5d4ad3de6c23fc" - sha256 cellar: :any_skip_relocation, arm64_linux: "32bce5311ea8b07b4d67339bbf0dd28475a1268b64c5e94fdd6cda2d6275fa39" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4891d939b214250cb97c174483f1f37e896592d2dbedd78650afd2c7a53b8c4d" + sha256 cellar: :any, arm64_sequoia: "5fe0ce0818286e20a9ee1826ff8493ac23bf5b4555168b7a25cc6daade364869" + sha256 cellar: :any, arm64_sonoma: "b0cf4a2cbdc9959e8714b5930fc23dfb9f9cd8e41acf253194bb5ab8d9c14663" + sha256 cellar: :any, arm64_ventura: "991fbc47a1a64929b062ea480fb53883072290a63162708dd5044f50e598798f" + sha256 cellar: :any, sonoma: "5c3d21abb329c1eef40b5b6a3fcaef4fb82f485ed5fbe50f32c689ac4d72b41d" + sha256 cellar: :any, ventura: "f6d497443608e39d203d1f133a1d8af154ec84ebd34ad20e11d470d05e05af38" + sha256 cellar: :any_skip_relocation, arm64_linux: "cfb5c662ba648f4d631ffc0513694b68b25a04c9918e7eb234024a0b435194a0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc16f603e84cd687c68b6060735fde964b9e223bbbf36ae6c138417d1e07d5d2" end depends_on "cmake" => :build # for ipykernel From 8167cd5a7088bb292ed57e61c256cd401338d1f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:25:31 +0000 Subject: [PATCH 08554/10074] sysaidmin: update 0.2.5_3 bottle. --- Formula/s/sysaidmin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sysaidmin.rb b/Formula/s/sysaidmin.rb index fefac513ab780..fc61a299a2922 100644 --- a/Formula/s/sysaidmin.rb +++ b/Formula/s/sysaidmin.rb @@ -9,13 +9,13 @@ class Sysaidmin < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "7ddcaf4fa5fbc0046f0450a8f2ad74ca75f10446897729733eb7cf494f69f99b" - sha256 cellar: :any, arm64_sonoma: "18bfe73bee5cfc8a537ff5348b09aa14c4358811cc4e9ba042cf445237b382bf" - sha256 cellar: :any, arm64_ventura: "e4317a9ec42c006cd92d9058d8ad5ce05eddcd79e629f6e3c4a9d01aa68c6823" - sha256 cellar: :any, sonoma: "b174c09569ac115e4d5cb029c96961519ca5d1f8a725b781b778ff6403d64e32" - sha256 cellar: :any, ventura: "29c6e4417d8d1fe998f3cede3f146438a8d4a856353dfecaf1caaca8866b0ec8" - sha256 cellar: :any_skip_relocation, arm64_linux: "018abea075e1a43b0b8aa370db57bdfa370e19c6e3b5bf06a8f64f98a47a2111" - sha256 cellar: :any_skip_relocation, x86_64_linux: "acfc9f9ab0ad9f3c190f94a646c337d2b4a85814e24baa28e5d49045f82d9d60" + sha256 cellar: :any, arm64_sequoia: "f349b0692c820b96eac95d4dd610902eecb3222cc8a219a818ee0ba47de8db21" + sha256 cellar: :any, arm64_sonoma: "b9040f0ac5c6a41bb0369aac161485e0a107996324978843316aa6928b74c834" + sha256 cellar: :any, arm64_ventura: "9139145caa1f5ebd84091cce4fd49b87870cd8635a2d8e055f27291b68ea070a" + sha256 cellar: :any, sonoma: "5cff7a13d6f5232eb72af3e6448f1d7fe1dc3decfb12572c7a99a94efede357d" + sha256 cellar: :any, ventura: "d60ace9468334c1693af5486aaa94c70074ec1aa741694bae08305405306f3c4" + sha256 cellar: :any_skip_relocation, arm64_linux: "148c47732b83bb73b4534bee100105af1450c67597dda165228adf8035afac1b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc64112bb29b0fb3288fc405c4d114ddbf4ca64d9c700a38d170f697cbf61f65" end depends_on "rust" => :build # for pydantic_core From 7430014a414e5bdd653d42997219ede56844a86b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 00:17:47 -0400 Subject: [PATCH 08555/10074] kbt 2.1.0 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/k/kbt.rb | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 Formula/k/kbt.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 9fae8d6d6ba63..3557c9ea1868f 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1804,6 +1804,7 @@ kaskade katago katana kbld +kbt kcat kcgi kcov diff --git a/Formula/k/kbt.rb b/Formula/k/kbt.rb new file mode 100644 index 0000000000000..3ac4a1654ea27 --- /dev/null +++ b/Formula/k/kbt.rb @@ -0,0 +1,24 @@ +class Kbt < Formula + desc "Keyboard tester in terminal" + homepage "https://github.com/bloznelis/kbt" + url "https://github.com/bloznelis/kbt/archive/refs/tags/2.1.0.tar.gz" + sha256 "8dd3b9c129b51e902f1b0aeb5a717c716d92f81ed76c2264a9131f8def428e93" + license "MIT" + head "https://github.com/bloznelis/kbt.git", branch: "master" + + depends_on "pkgconf" => :build + depends_on "rust" => :build + + on_linux do + depends_on "libx11" + end + + def install + system "cargo", "install", *std_cargo_args + end + + test do + # kbt is a TUI application + assert_match version.to_s, shell_output("#{bin}/kbt --version") + end +end From 3b8ab249c21b5dba156f585c358c8641121088ce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:26:20 +0000 Subject: [PATCH 08556/10074] imessage-exporter: update 2.8.0 bottle. --- Formula/i/imessage-exporter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index 46abc5382be09..31dc093b1f429 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -6,13 +6,13 @@ class ImessageExporter < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "440034dcd3eef669505e01befd1db069a05970ded10dcc7e738cee40bbe19812" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab8c2be26c0fcf942eb41e5b07dbd07d1737334a665615eda9bc87eddde56946" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6061991c50c97b0493a10a791ad6f1f51dafb73418cf85a7cbe326c1ba0f2707" - sha256 cellar: :any_skip_relocation, sonoma: "3bd17ea5ddca11d562dfb89633e652e3f46bf187632e4e21a3388bf1cbcd8af7" - sha256 cellar: :any_skip_relocation, ventura: "fb8e6aff799ed70fb06f00452339f08d9a7ce64e0dd44fad289c518dcae85c71" - sha256 cellar: :any_skip_relocation, arm64_linux: "1f5d9e44176717bcce7e06a8c4a10efb0b2534c21863fa249bf13119ae0f5f4e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc49028a93d5ff81b5655a99035119e8596cba6917684edc9bddcfa6c4f4f225" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "473d1c5313eb309db493a015f920ca1f190d5bcfa938bf30823243b647fee74c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "025424c1c8459033b2f9b17cdf442a82d63915777aab71a0424d1b7404e1110f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "88332ce2f9dd01132d4d589a963c04f29fa8457fe797d743f2426423d6875fe5" + sha256 cellar: :any_skip_relocation, sonoma: "f2a2166c5197b11a18b41243742c4e5d2871544da3b03b595fe41080119b6de8" + sha256 cellar: :any_skip_relocation, ventura: "e1150f655743ffe93c198be22e5ca9729cfe5a279efb1ee91d199b5628ddd0f7" + sha256 cellar: :any_skip_relocation, arm64_linux: "de62fd15c5db894f0899110a54ccf9bc813bec0049373a3809b4d4bcf7141aec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ab947b49f6d1bc4b83d648eac4a91d5267bf4bd66b6f0b198f68c36e0759f71c" end depends_on "rust" => :build From 91495d411f093a484907a86241471e79b5144558 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:27:34 +0000 Subject: [PATCH 08557/10074] go-parquet-tools: update 1.32.3 bottle. --- Formula/g/go-parquet-tools.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/go-parquet-tools.rb b/Formula/g/go-parquet-tools.rb index 590b447f58b26..8d3248c730fa8 100644 --- a/Formula/g/go-parquet-tools.rb +++ b/Formula/g/go-parquet-tools.rb @@ -7,12 +7,12 @@ class GoParquetTools < Formula head "https://github.com/hangxie/parquet-tools.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "51a0667b3eaa7f4e5c50b51d38813e256561f645d61d1045190c3419c5b83548" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "51a0667b3eaa7f4e5c50b51d38813e256561f645d61d1045190c3419c5b83548" - sha256 cellar: :any_skip_relocation, arm64_ventura: "51a0667b3eaa7f4e5c50b51d38813e256561f645d61d1045190c3419c5b83548" - sha256 cellar: :any_skip_relocation, sonoma: "c6040a06e774ab958156e8dd6f15e66b7545d5b641b1602dbfe78fad2c690c68" - sha256 cellar: :any_skip_relocation, ventura: "c6040a06e774ab958156e8dd6f15e66b7545d5b641b1602dbfe78fad2c690c68" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d24aca10b70d23616be8ff2984eea5e1b3ed36446f1ccf499144b10bf56542fd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff92d55ad1989f706438758f75492c85a2e53ab892f8ffa7f4239cc56202a177" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff92d55ad1989f706438758f75492c85a2e53ab892f8ffa7f4239cc56202a177" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ff92d55ad1989f706438758f75492c85a2e53ab892f8ffa7f4239cc56202a177" + sha256 cellar: :any_skip_relocation, sonoma: "3b5096e395c65c77ef8ec9722d108a7d5c765bd110c04bd9b05e6395702e1e00" + sha256 cellar: :any_skip_relocation, ventura: "3b5096e395c65c77ef8ec9722d108a7d5c765bd110c04bd9b05e6395702e1e00" + sha256 cellar: :any_skip_relocation, x86_64_linux: "10cd557107d96a41b921411fb14173fe80becba62aa17f98aa16b61109c1727e" end depends_on "go" => :build From 75514315850f8de38b76105918dbc3e8ac48c9d3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 05:27:56 +0000 Subject: [PATCH 08558/10074] sail: update 0.10.9_1 bottle. --- Formula/s/sail.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/s/sail.rb b/Formula/s/sail.rb index 72cc90efe9842..007885b220408 100644 --- a/Formula/s/sail.rb +++ b/Formula/s/sail.rb @@ -11,14 +11,13 @@ class Sail < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any, arm64_sequoia: "64c4f621752f55d5c49fce2d2e7226f2ed76d6a66b7ad2c3b8dbd780a2d0262a" - sha256 cellar: :any, arm64_sonoma: "cd7d6008737eb0e6f98147b14a5bd0cecf5d680af2342bf5b635e0c35ddb8d01" - sha256 cellar: :any, arm64_ventura: "c1bb8bf3cf10182d318d4fc986da4430fef370bee7e857ad1fd4716103f8b2bf" - sha256 cellar: :any, sonoma: "88510b600c23437d54ee747f9a92a1492c7f2372c7e3350f95d488c415e43c98" - sha256 cellar: :any, ventura: "32acc34eb90ddb5277fa4740588825c9ef0d01925a6398556870229494caf7aa" - sha256 cellar: :any_skip_relocation, arm64_linux: "99c9b5dda4a0dd6e921babdb0ddcd35cbb163ee9d2fe9ded023a96bb0c88cc93" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9905f463b19c8c4f7885e8871fbb808785279e0c14e32b881f90723cb09b46f5" + sha256 cellar: :any, arm64_sequoia: "e9e5943c6f42f1fd2edbb9a09bc78d4b2df7328ed4e3591ec744eada3a9e886a" + sha256 cellar: :any, arm64_sonoma: "0dcdee4bf5d8974310488fbd80137f419f032a5814b60a94ce2f94dbcd630f63" + sha256 cellar: :any, arm64_ventura: "4a87f1c0cd5d878b37c10c5c3e8a37f6a70c59cca9ea1c5dcc8c09140e2bc194" + sha256 cellar: :any, sonoma: "292237d8539621d929d2ef8711e1ee9fd44884d346c19363f44a9e25a2646658" + sha256 cellar: :any, ventura: "ba31b8c79d877f4e206e00945d02dfcf7887c2984be47c03b53ca5dea0a57cc8" + sha256 cellar: :any_skip_relocation, arm64_linux: "49e463474d1c03a05727ced97a4d9747d8a9eac2a4a939bf091e5a7da9ffc3ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "13efa98f4a9d42352730dac0d4a8fbac39a70f567399a924f703ba38987bfde8" end depends_on "rust" => :build From eec081d5b3d5267ac15e441e68fae6bb7a626e14 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 05:28:08 +0000 Subject: [PATCH 08559/10074] sigma-cli: update 1.0.6_2 bottle. --- Formula/s/sigma-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sigma-cli.rb b/Formula/s/sigma-cli.rb index 2db443b968ca8..2fa4e8bd18ab7 100644 --- a/Formula/s/sigma-cli.rb +++ b/Formula/s/sigma-cli.rb @@ -10,13 +10,13 @@ class SigmaCli < Formula head "https://github.com/SigmaHQ/sigma-cli.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "d754e6efa13fc89ab37488d821888bab525f4b927b0eed4a2b18b4fe6a8d81d4" - sha256 cellar: :any, arm64_sonoma: "ce7e0529cb58a9acb36a63c1d7d44657bbdda8f6414b74413184ce1f127d15dc" - sha256 cellar: :any, arm64_ventura: "50eb57cae0a0c1a8c575b7231cb122bf6b8ab4b884004fb8c336093cbbb2b85d" - sha256 cellar: :any, sonoma: "b345014c97a3fde1b375d36840a57aaa27d04c54f97f7b1307876187271032f3" - sha256 cellar: :any, ventura: "2e78b1d237e4ce3ee84a94102032f8416e20d1fe5d4522e0faca3637959777f0" - sha256 cellar: :any_skip_relocation, arm64_linux: "8faee91b2d30e606e21a1820bfce1303ab4995793b766614a604bcd368a6206c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3f5daea0b0200e2a48df2bf10c08bdca20835dc68424abff8196d0dfd968fe19" + sha256 cellar: :any, arm64_sequoia: "b18427249afea4d8a243dc8d06c3f23cbb20015c4159a37c7b867d92de385817" + sha256 cellar: :any, arm64_sonoma: "21821ebff6bae82c7ba5f8309ca7cbad60dab532281197549e99f546158c3363" + sha256 cellar: :any, arm64_ventura: "0fc3b0f2f62a3ac88819b7211c72d0419c108962e9b032467c2241202c8f6d99" + sha256 cellar: :any, sonoma: "52aba79993805b237e6d37075bca80fc2c58b81159ccdffcf13d23b629ae7d13" + sha256 cellar: :any, ventura: "83acc63f82aa04d8dc1222027f6d315a1eef3fc674eb25d18a1fdfd41dba5db3" + sha256 cellar: :any_skip_relocation, arm64_linux: "041979bbd2952ed0325189ac1ee3e8f86f9b8b4a4565f1849e3f2c48a8d07afd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a5eddb46141461fbb192ddad50745cd034f9e57b03d279d33afc88b755af5db0" end depends_on "certifi" From c8f29d448439d8c619bb2a806f7fba7dba744494 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:29:28 +0000 Subject: [PATCH 08560/10074] nmstatectl: update 2.2.46 bottle. --- Formula/n/nmstatectl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nmstatectl.rb b/Formula/n/nmstatectl.rb index 7a0e85f193385..257adaa757ec6 100644 --- a/Formula/n/nmstatectl.rb +++ b/Formula/n/nmstatectl.rb @@ -7,13 +7,13 @@ class Nmstatectl < Formula head "https://github.com/nmstate/nmstate.git", branch: "base" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "32ca21a11604f92b078aafc1a5875221d1ce7f753c14ea048c6fa4227d8b167c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "70bf85d428ea7b50b376a7c4231a030caf0a24bb0e464654739665ff436b8710" - sha256 cellar: :any_skip_relocation, arm64_ventura: "32719950099cec58d558210fb7143d0be9cc0a2cdb362b48d37c54fb821f5a2b" - sha256 cellar: :any_skip_relocation, sonoma: "ef9cec3f17a283e3b1119c9e14c68f5df186cd76cfe57a5d9dba1628a02ffc3c" - sha256 cellar: :any_skip_relocation, ventura: "3f7babdb73adc00847b97052088bc9b5d60267e1935ff152e4eb77060a8fb2c3" - sha256 cellar: :any_skip_relocation, arm64_linux: "b652bdf0a449bbedd860d5a7f331fc03193c2bc4d0dd3d85377c45424f8e0c2b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "39e08dd4ce5a51c7b79e57e4a4fe3f7b9f5453d3584cf89ee10089746c066ecd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8fe5f5bb22681db481b61293a8c99441136e5d0d2daebf9c798d675df3f47631" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "adf2babb7fdf9f70ec8163b83a6a70678cb2de05c324b53d28100d7a1efdf94b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0cc1c95b7d08bf0addf1790cdc03e7aaa43c057d9ff9f0ded5e35bad76b3891f" + sha256 cellar: :any_skip_relocation, sonoma: "b4ee4534769d31241349f03cd78c6389ae34043bc7be69845d04f91c6cd0e289" + sha256 cellar: :any_skip_relocation, ventura: "e8fcbe42755326433e47b2f1252fc25653a1053da245f02445d1581703391765" + sha256 cellar: :any_skip_relocation, arm64_linux: "f646d94b1cb8169cd333d62fc4c968e21c410f227103c2b1bbbdc2260f46764b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c481fa1c9d71ba4749bfb5af98be8efae63d9c3fe0117b7c7dd31751fa6cc8e2" end depends_on "rust" => :build From d3dec3045f15ab30598cfe2f323654186a9f05dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 05:30:46 +0000 Subject: [PATCH 08561/10074] aws-c-s3: update 0.8.2 bottle. --- Formula/a/aws-c-s3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-c-s3.rb b/Formula/a/aws-c-s3.rb index 08d722f3ab872..f353b3f55e6b9 100644 --- a/Formula/a/aws-c-s3.rb +++ b/Formula/a/aws-c-s3.rb @@ -6,13 +6,13 @@ class AwsCS3 < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "99b9f280005c8e44a685a7959490510d124fbcfcc522cae2ec1e313793a20a13" - sha256 cellar: :any, arm64_sonoma: "fd115e161c4589c38b0424d732a4d0bdedc76419fd330dc2ed72ff9653b3cb93" - sha256 cellar: :any, arm64_ventura: "99f2ac9243891c2db972afc1c16a7060ebb13ced2329c6ab6618b182bc427b8c" - sha256 cellar: :any, sonoma: "a94ef5a343b458955f10e13ec66cfcbfdfb609bbfb471686f681e0102a838221" - sha256 cellar: :any, ventura: "911810f1af9a6c287ddfb3207b0fd2bbf9662891b781c40c1df0005092cb8bd3" - sha256 cellar: :any_skip_relocation, arm64_linux: "6b6238293d9432e2dd2a40741cce2156e3e003a26141db6120048eb153a6dcdc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "461df7bccc8c250ea12cabb160a56c842c5d0706d3ee1af386700bd36c03f55c" + sha256 cellar: :any, arm64_sequoia: "8c70d18dea9f640a7165cab36758c0c20a5a21923a037b872e406d78733226fc" + sha256 cellar: :any, arm64_sonoma: "5e2cd0f7787e7fd1eb1fedfadfecc607065174de30c4c46defdd6e5dd7fc802c" + sha256 cellar: :any, arm64_ventura: "615a7d179013cfbdfa1d79d0c2b0d1002c7c607be16717df5a50b8c33105802c" + sha256 cellar: :any, sonoma: "dbd83740dbedb53ef7f90680d0270b39572f984291a4a78e1ad74f74729130e8" + sha256 cellar: :any, ventura: "1be7304e3cef8ff634fec1e1e8a9dc2dd3886e3cf9324422faa70d2d8b728f21" + sha256 cellar: :any_skip_relocation, arm64_linux: "3bdbf3170f36d8bf0f5ee4485b3e88c36269123af61b2673d448c86475cb5460" + sha256 cellar: :any_skip_relocation, x86_64_linux: "80747dd11bf4db1f0d003872d55757ee6eb8b4d81630b589aaa12a3a613c0169" end depends_on "cmake" => :build From 673e85fa9f2e1149e119fa0d1aa8672504f99b69 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:32:36 -0400 Subject: [PATCH 08562/10074] rustscan: update repo location Signed-off-by: Rui Chen --- Formula/r/rustscan.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rustscan.rb b/Formula/r/rustscan.rb index 489af91ea8c60..9691a5eab630f 100644 --- a/Formula/r/rustscan.rb +++ b/Formula/r/rustscan.rb @@ -1,7 +1,7 @@ class Rustscan < Formula desc "Modern Day Portscanner" - homepage "https://github.com/rustscan/rustscan" - url "https://github.com/RustScan/RustScan/archive/refs/tags/2.4.1.tar.gz" + homepage "https://github.com/bee-san/RustScan" + url "https://github.com/bee-san/RustScan/archive/refs/tags/2.4.1.tar.gz" sha256 "fa99c18a12d4c0939ab69ddb84ef7b85a1ea01d8fc86df227449d89473531765" license "GPL-3.0-or-later" From 74728e324e232516b17b5b588e75738ecdfe9ef8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:36:14 -0400 Subject: [PATCH 08563/10074] ratify: update repo location Signed-off-by: Rui Chen --- Formula/r/ratify.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ratify.rb b/Formula/r/ratify.rb index ccbf834f557a3..500b64d064091 100644 --- a/Formula/r/ratify.rb +++ b/Formula/r/ratify.rb @@ -1,10 +1,10 @@ class Ratify < Formula desc "Artifact Ratification Framework" homepage "https://ratify.dev" - url "https://github.com/ratify-project/ratify/archive/refs/tags/v1.4.0.tar.gz" + url "https://github.com/notaryproject/ratify/archive/refs/tags/v1.4.0.tar.gz" sha256 "36b18d2070d76a6e85aa86bf94e4e68350c6c277985d6bc8e87a28c78ebb08b8" license "Apache-2.0" - head "https://github.com/ratify-project/ratify.git", branch: "dev" + head "https://github.com/notaryproject/ratify.git", branch: "dev" bottle do rebuild 1 From 351ffc1d4c91fa2f33ca808ce0030b9053bb0e14 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:38:10 -0400 Subject: [PATCH 08564/10074] rathole: update repo location Signed-off-by: Rui Chen --- Formula/r/rathole.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/r/rathole.rb b/Formula/r/rathole.rb index 7d8e55011cd2b..efe1b71be2edf 100644 --- a/Formula/r/rathole.rb +++ b/Formula/r/rathole.rb @@ -1,7 +1,7 @@ class Rathole < Formula desc "Reverse proxy for NAT traversal" - homepage "https://github.com/rapiz1/rathole" - url "https://github.com/rapiz1/rathole/archive/refs/tags/v0.5.0.tar.gz" + homepage "https://github.com/rathole-org/rathole" + url "https://github.com/rathole-org/rathole/archive/refs/tags/v0.5.0.tar.gz" sha256 "c8698dc507c4c2f7e0032be24cac42dd6656ac1c52269875d17957001aa2de41" license "Apache-2.0" @@ -27,7 +27,7 @@ class Rathole < Formula depends_on "openssl@3" end - # rust 1.80 build patch, upstream bug report, https://github.com/rapiz1/rathole/issues/380 + # rust 1.80 build patch, upstream bug report, https://github.com/rathole-org/rathole/issues/380 patch do url "https://raw.githubusercontent.com/Homebrew/formula-patches/bd353c6adb3601f32de0fa87f3acd34a98da6ec1/rathole/rust-1.80.patch" sha256 "deca6178df16517f752c309f6290678cbddb24cd3839057f746d0817405965f9" From 0425fb1ceabacabce65bdc8b1b8709190507aab3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:42:04 -0400 Subject: [PATCH 08565/10074] restish: update repo location Signed-off-by: Rui Chen --- Formula/r/restish.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/restish.rb b/Formula/r/restish.rb index a228b661f3a73..f30413a4a0bc8 100644 --- a/Formula/r/restish.rb +++ b/Formula/r/restish.rb @@ -1,10 +1,10 @@ class Restish < Formula desc "CLI tool for interacting with REST-ish HTTP APIs" homepage "https://rest.sh/" - url "https://github.com/danielgtaylor/restish/archive/refs/tags/v0.21.0.tar.gz" + url "https://github.com/rest-sh/restish/archive/refs/tags/v0.21.0.tar.gz" sha256 "9a73e743a78d6a28e2ff0dba53499b23c945c45f78b4a0ab3aa4b6283491de5d" license "MIT" - head "https://github.com/danielgtaylor/restish.git", branch: "main" + head "https://github.com/rest-sh/restish.git", branch: "main" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8aa4ddbae64dffa735470d8981074ea73c0d12c1f2029fcfc9e734a9f348ea7" From 3fd8efbdfbb5f50043b862a5833481e9360b543a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:43:22 -0400 Subject: [PATCH 08566/10074] resvg: update repo location Signed-off-by: Rui Chen --- Formula/r/resvg.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/resvg.rb b/Formula/r/resvg.rb index edab3c1177390..61741bb66b559 100644 --- a/Formula/r/resvg.rb +++ b/Formula/r/resvg.rb @@ -1,10 +1,10 @@ class Resvg < Formula desc "SVG rendering tool and library" - homepage "https://github.com/RazrFalcon/resvg" + homepage "https://github.com/linebender/resvg" url "https://github.com/linebender/resvg/archive/refs/tags/v0.45.1.tar.gz" sha256 "02915519b7409f43110f3cbdc5f87724efd58da1d8516914bdabf060c8a9a178" license "MPL-2.0" - head "https://github.com/RazrFalcon/resvg.git", branch: "master" + head "https://github.com/linebender/resvg.git", branch: "master" bottle do sha256 cellar: :any, arm64_sequoia: "034dd22dbb4bf616d68ca85e3b2bdd929f780fcad78ba5b961daba8644f897da" From a4d407a0d01b8b19f5b8c09b77ce6f9118ab7aad Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:45:35 -0400 Subject: [PATCH 08567/10074] grails: update repo location Signed-off-by: Rui Chen --- Formula/g/grails.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grails.rb b/Formula/g/grails.rb index da24c6c2c6ad5..9f06d035e22da 100644 --- a/Formula/g/grails.rb +++ b/Formula/g/grails.rb @@ -1,7 +1,7 @@ class Grails < Formula desc "Web application framework for the Groovy language" homepage "https://grails.org" - url "https://github.com/grails/grails-core/releases/download/v6.2.3/grails-6.2.3.zip" + url "https://github.com/apache/grails-core/releases/download/v6.2.3/grails-6.2.3.zip" sha256 "b41e95efad66e2b93b4e26664f746a409ea70d43548e6c011e9695874a710b09" license "Apache-2.0" @@ -24,7 +24,7 @@ class Grails < Formula depends_on "openjdk@17" resource "cli" do - url "https://github.com/grails/grails-forge/releases/download/v6.2.3/grails-cli-6.2.3.zip" + url "https://github.com/apache/grails-forge/releases/download/v6.2.3/grails-cli-6.2.3.zip" sha256 "ef78a48238629a89d64996367d0424bc872978caf6c23c3cdae92b106e2b1731" livecheck do From e3d46c9ff01024807eff10fec75263ce88221321 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:46:21 -0400 Subject: [PATCH 08568/10074] gitoxide: update repo location Signed-off-by: Rui Chen --- Formula/g/gitoxide.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/g/gitoxide.rb b/Formula/g/gitoxide.rb index 462ae9027f938..279714d2056d7 100644 --- a/Formula/g/gitoxide.rb +++ b/Formula/g/gitoxide.rb @@ -1,10 +1,10 @@ class Gitoxide < Formula desc "Idiomatic, lean, fast & safe pure Rust implementation of Git" - homepage "https://github.com/Byron/gitoxide" - url "https://github.com/Byron/gitoxide/archive/refs/tags/v0.44.0.tar.gz" + homepage "https://github.com/GitoxideLabs/gitoxide" + url "https://github.com/GitoxideLabs/gitoxide/archive/refs/tags/v0.44.0.tar.gz" sha256 "1166627cd41daf68eb4e97591cd5daaccf94aa75bb454f657b93766a9bf70da9" license "Apache-2.0" - head "https://github.com/Byron/gitoxide.git", branch: "main" + head "https://github.com/GitoxideLabs/gitoxide.git", branch: "main" livecheck do url :stable @@ -29,7 +29,7 @@ class Gitoxide < Formula def install # Avoid requiring CMake or building a vendored zlib-ng. # Feature array corresponds to the default config (max) sans vendored zlib-ng. - # See: https://github.com/Byron/gitoxide/blob/b8db2072bb6a5625f37debe9e58d08461ece67dd/Cargo.toml#L88-L89 + # See: https://github.com/GitoxideLabs/gitoxide/blob/b8db2072bb6a5625f37debe9e58d08461ece67dd/Cargo.toml#L88-L89 features = %w[max-control gix-features/zlib-stock gitoxide-core-blocking-client http-client-curl] system "cargo", "install", "--no-default-features", "--features=#{features.join(",")}", *std_cargo_args generate_completions_from_executable(bin/"gix", "completions", "-s") From 25ebcf128e12197baa3fa5aafa23bdb2f044ec6d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:47:08 -0400 Subject: [PATCH 08569/10074] gitui: update repo location Signed-off-by: Rui Chen --- Formula/g/gitui.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/gitui.rb b/Formula/g/gitui.rb index baaf171f41287..c86f90c626d20 100644 --- a/Formula/g/gitui.rb +++ b/Formula/g/gitui.rb @@ -1,7 +1,7 @@ class Gitui < Formula desc "Blazing fast terminal-ui for git written in rust" - homepage "https://github.com/extrawurst/gitui" - url "https://github.com/extrawurst/gitui/archive/refs/tags/v0.27.0.tar.gz" + homepage "https://github.com/gitui-org/gitui" + url "https://github.com/gitui-org/gitui/archive/refs/tags/v0.27.0.tar.gz" sha256 "55a85f4a3ce97712b618575aa80f3c15ea4004d554e8899669910d7fb4ff6e4b" license "MIT" head "https://github.com/gitui-org/gitui.git", branch: "master" @@ -36,7 +36,7 @@ def install test do require "utils/linkage" - system "git", "clone", "https://github.com/extrawurst/gitui.git" + system "git", "clone", "https://github.com/gitui-org/gitui.git" (testpath/"gitui").cd { system "git", "checkout", "v0.7.0" } input, _, wait_thr = Open3.popen2 "script -q screenlog.ansi" From 2121fb1b79b877c9c912d95867a00141e3c19b12 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:48:02 -0400 Subject: [PATCH 08570/10074] git-quick-stats: update repo location Signed-off-by: Rui Chen --- Formula/g/git-quick-stats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/git-quick-stats.rb b/Formula/g/git-quick-stats.rb index 8f13e426b7ee2..4f216dc1c1857 100644 --- a/Formula/g/git-quick-stats.rb +++ b/Formula/g/git-quick-stats.rb @@ -1,7 +1,7 @@ class GitQuickStats < Formula desc "Simple and efficient way to access statistics in git" homepage "https://git-quick-stats.sh/" - url "https://github.com/arzzen/git-quick-stats/archive/refs/tags/2.6.2.tar.gz" + url "https://github.com/git-quick-stats/git-quick-stats/archive/refs/tags/2.6.2.tar.gz" sha256 "00d3989241de7efec1f5bcc4459467548e33f5c4a582b0e35c16ec14fb636bda" license "MIT" From 6037a249a6da29a76769e4442c21fe31f8acd0d7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:48:44 -0400 Subject: [PATCH 08571/10074] typedb: update repo location Signed-off-by: Rui Chen --- Formula/t/typedb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/typedb.rb b/Formula/t/typedb.rb index 7def5e5e45e5d..339c48dec98ad 100644 --- a/Formula/t/typedb.rb +++ b/Formula/t/typedb.rb @@ -1,7 +1,7 @@ class Typedb < Formula desc "Strongly-typed database with a rich and logical type system" homepage "https://typedb.com/" - url "https://github.com/vaticle/typedb/releases/download/2.23.0/typedb-all-mac-2.23.0.zip" + url "https://github.com/typedb/typedb/releases/download/2.23.0/typedb-all-mac-2.23.0.zip" sha256 "93a5540c02e3e4f4b7783a2d14a8907dcfde3c2b051984ca6b2df79abc3830ce" license "AGPL-3.0-or-later" From dbfafe48233d228ddc9352b94c1f6ae8c8fd818f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:49:34 -0400 Subject: [PATCH 08572/10074] search-that-hash: update repo location Signed-off-by: Rui Chen --- Formula/s/search-that-hash.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/search-that-hash.rb b/Formula/s/search-that-hash.rb index bad2033955962..5460ff21a4e6d 100644 --- a/Formula/s/search-that-hash.rb +++ b/Formula/s/search-that-hash.rb @@ -2,12 +2,12 @@ class SearchThatHash < Formula include Language::Python::Virtualenv desc "Searches Hash APIs to crack your hash quickly" - homepage "https://github.com/HashPals/Search-That-Hash" + homepage "https://github.com/bee-san/Search-That-Hash" url "https://files.pythonhosted.org/packages/5e/b9/a304a92ba77a9e18b3023b66634e71cded5285cef7e3b56d3c1874e9d84e/search-that-hash-0.2.8.tar.gz" sha256 "384498abbb9a611aa173b20d06b135e013674670fecc01b34d456bfe536e0bca" license "GPL-3.0-or-later" revision 11 - head "https://github.com/HashPals/Search-That-Hash.git", branch: "main" + head "https://github.com/bee-san/Search-That-Hash.git", branch: "main" no_autobump! because: :requires_manual_review @@ -121,7 +121,7 @@ class SearchThatHash < Formula def install # Switch build-system to poetry-core to avoid rust dependency on Linux. - # Remove when merged/released: https://github.com/HashPals/Search-That-Hash/pull/184 + # Remove when merged/released: https://github.com/bee-san/Search-That-Hash/pull/184 inreplace "pyproject.toml", 'requires = ["poetry>=0.12"]', 'requires = ["poetry-core>=1.0"]' inreplace "pyproject.toml", 'build-backend = "poetry.masonry.api"', 'build-backend = "poetry.core.masonry.api"' From 95a8221d89b1d35469a8cf62fea4ac78ff7e5729 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:50:33 -0400 Subject: [PATCH 08573/10074] sqlfmt: update repo location Signed-off-by: Rui Chen --- Formula/s/sqlfmt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqlfmt.rb b/Formula/s/sqlfmt.rb index 755b5952f5326..3a486ec5b31fc 100644 --- a/Formula/s/sqlfmt.rb +++ b/Formula/s/sqlfmt.rb @@ -1,10 +1,10 @@ class Sqlfmt < Formula desc "SQL formatter with width-aware output" homepage "https://sqlfum.pt/" - url "https://github.com/mjibson/sqlfmt/archive/refs/tags/v0.5.0.tar.gz" + url "https://github.com/maddyblue/sqlfmt/archive/refs/tags/v0.5.0.tar.gz" sha256 "0776e9505048fd88220c0ee9b481ca258b6abe7e7bb27204a4873f11e1d7c95b" license "Apache-2.0" - head "https://github.com/mjibson/sqlfmt.git", branch: "master" + head "https://github.com/maddyblue/sqlfmt.git", branch: "master" no_autobump! because: :requires_manual_review From 3fb27ac6a5ccd8e5411cbc8db5396be2f237a8dd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:51:24 -0400 Subject: [PATCH 08574/10074] sk: update repo location Signed-off-by: Rui Chen --- Formula/s/sk.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sk.rb b/Formula/s/sk.rb index 3759b3804d58e..1e319f61bb95c 100644 --- a/Formula/s/sk.rb +++ b/Formula/s/sk.rb @@ -1,10 +1,10 @@ class Sk < Formula desc "Fuzzy Finder in rust!" - homepage "https://github.com/lotabout/skim" - url "https://github.com/lotabout/skim/archive/refs/tags/v0.18.0.tar.gz" + homepage "https://github.com/skim-rs/skim" + url "https://github.com/skim-rs/skim/archive/refs/tags/v0.18.0.tar.gz" sha256 "028cabc0df171c34343fae340132a2b718aae4f405320b11c47f22173ca43b57" license "MIT" - head "https://github.com/lotabout/skim.git", branch: "master" + head "https://github.com/skim-rs/skim.git", branch: "master" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6868f9fe96ec5c0d7b8902d899c18890891e7544ac1bc28162eaf87b50f99093" From 2161b5eb39ce2df6b71c361e842233880ab7f722 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:53:31 -0400 Subject: [PATCH 08575/10074] scala@3.3: update repo location Signed-off-by: Rui Chen --- Formula/s/scala@3.3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/scala@3.3.rb b/Formula/s/scala@3.3.rb index 76dd9a03fc88f..f8ed105278567 100644 --- a/Formula/s/scala@3.3.rb +++ b/Formula/s/scala@3.3.rb @@ -1,7 +1,7 @@ class ScalaAT33 < Formula desc "JVM-based programming language" homepage "https://www.scala-lang.org/" - url "https://github.com/lampepfl/dotty/releases/download/3.3.6/scala3-3.3.6.tar.gz" + url "https://github.com/scala/scala3/releases/download/3.3.6/scala3-3.3.6.tar.gz" sha256 "7267524240ee289976fed1b8bc08c0045d5d290d3faee07c6b7137a4252b5b97" license "Apache-2.0" From 40e8489cdbeac4d7181dba5b8cc49a0256809d44 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:54:29 -0400 Subject: [PATCH 08576/10074] avahi: update repo location Signed-off-by: Rui Chen --- Formula/a/avahi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/avahi.rb b/Formula/a/avahi.rb index 9c978ee497e9b..09e99fa4c57de 100644 --- a/Formula/a/avahi.rb +++ b/Formula/a/avahi.rb @@ -1,7 +1,7 @@ class Avahi < Formula desc "Service Discovery for Linux using mDNS/DNS-SD" homepage "https://avahi.org" - url "https://github.com/lathiat/avahi/archive/refs/tags/v0.8.tar.gz" + url "https://github.com/avahi/avahi/archive/refs/tags/v0.8.tar.gz" sha256 "c15e750ef7c6df595fb5f2ce10cac0fee2353649600e6919ad08ae8871e4945f" license "LGPL-2.1-or-later" revision 2 From b06f0e783906c02bc855c774fd9feb7494d22114 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:55:09 -0400 Subject: [PATCH 08577/10074] ata: update repo location Signed-off-by: Rui Chen --- Formula/a/ata.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/ata.rb b/Formula/a/ata.rb index 8dc9c45464854..d731e12204679 100644 --- a/Formula/a/ata.rb +++ b/Formula/a/ata.rb @@ -1,7 +1,7 @@ class Ata < Formula desc "ChatGPT in the terminal" - homepage "https://github.com/rikhuijzer/ata" - url "https://github.com/rikhuijzer/ata/archive/refs/tags/v2.0.4.tar.gz" + homepage "https://github.com/transformrs/ata" + url "https://github.com/transformrs/ata/archive/refs/tags/v2.0.4.tar.gz" sha256 "a70498492fce7b46a2a62175886a801f61f9f530c5c6d01b664af2750d3af555" license "MIT" From 696d919048dc99880eae1940e157078f7150c63f Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:20:27 -0500 Subject: [PATCH 08578/10074] mesheryctl 0.8.107 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index cbf931ab0004e..191f3d3b7176e 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.105", - revision: "fbf611ca5f51734b970498dfd7c75d558e750dad" + tag: "v0.8.107", + revision: "bbca057d598a71330b5dacd34795d42097d2d3f4" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From c33c13a56c47c8910db452e8935cf7ac3a658317 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:00 +0100 Subject: [PATCH 08579/10074] mysql: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/m/mysql.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/m/mysql.rb b/Formula/m/mysql.rb index 9197bec61a062..5e88718b95f5c 100644 --- a/Formula/m/mysql.rb +++ b/Formula/m/mysql.rb @@ -148,6 +148,13 @@ def post_install # Make sure the var/mysql directory exists (var/"mysql").mkpath + if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) + opoo <<~EOS + A "#{my_cnf}" from another install may interfere with a Homebrew-built + server starting up correctly. + EOS + end + # Don't initialize database, it clashes when testing other MySQL-like implementations. return if ENV["HOMEBREW_GITHUB_ACTIONS"] @@ -159,7 +166,7 @@ def post_install end def caveats - s = <<~EOS + <<~EOS Upgrading from MySQL <8.4 to MySQL >9.0 requires running MySQL 8.4 first: - brew services stop mysql - brew install mysql@8.4 @@ -175,14 +182,6 @@ def caveats To connect run: mysql -u root EOS - if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) - s += <<~EOS - - A "#{my_cnf}" from another install may interfere with a Homebrew-built - server starting up correctly. - EOS - end - s end service do From 6cfcd22ebdd574c8a41c241ca87235db2fd4a148 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:01 +0100 Subject: [PATCH 08580/10074] mysql@8.0: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/m/mysql@8.0.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/m/mysql@8.0.rb b/Formula/m/mysql@8.0.rb index a45bd9525aabd..b0b863973492c 100644 --- a/Formula/m/mysql@8.0.rb +++ b/Formula/m/mysql@8.0.rb @@ -129,6 +129,13 @@ def post_install # Make sure the var/mysql directory exists (var/"mysql").mkpath + if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) + opoo <<~EOS + A "#{my_cnf}" from another install may interfere with a Homebrew-built + server starting up correctly. + EOS + end + # Don't initialize database, it clashes when testing other MySQL-like implementations. return if ENV["HOMEBREW_GITHUB_ACTIONS"] @@ -140,7 +147,7 @@ def post_install end def caveats - s = <<~EOS + <<~EOS We've installed your MySQL database without a root password. To secure it run: mysql_secure_installation @@ -149,14 +156,6 @@ def caveats To connect run: mysql -u root EOS - if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) - s += <<~EOS - - A "#{my_cnf}" from another install may interfere with a Homebrew-built - server starting up correctly. - EOS - end - s end service do From c18b8bcd0cf6f8493ecf6516f4fcdbbf74f67093 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:01 +0100 Subject: [PATCH 08581/10074] mysql@8.4: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/m/mysql@8.4.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/m/mysql@8.4.rb b/Formula/m/mysql@8.4.rb index c7e22d978c03f..256aa0eed64b2 100644 --- a/Formula/m/mysql@8.4.rb +++ b/Formula/m/mysql@8.4.rb @@ -148,6 +148,13 @@ def post_install # Make sure the var/mysql directory exists (var/"mysql").mkpath + if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) + opoo <<~EOS + A "#{my_cnf}" from another install may interfere with a Homebrew-built + server starting up correctly. + EOS + end + # Don't initialize database, it clashes when testing other MySQL-like implementations. return if ENV["HOMEBREW_GITHUB_ACTIONS"] @@ -159,7 +166,7 @@ def post_install end def caveats - s = <<~EOS + <<~EOS We've installed your MySQL database without a root password. To secure it run: mysql_secure_installation @@ -168,14 +175,6 @@ def caveats To connect run: mysql -u root EOS - if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) - s += <<~EOS - - A "#{my_cnf}" from another install may interfere with a Homebrew-built - server starting up correctly. - EOS - end - s end service do From d36f983ba412f3f633c9481b4f337248ad3d8aa2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:02 +0100 Subject: [PATCH 08582/10074] percona-server: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/p/percona-server.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/p/percona-server.rb b/Formula/p/percona-server.rb index e84e2009ce837..bf3f4dc271787 100644 --- a/Formula/p/percona-server.rb +++ b/Formula/p/percona-server.rb @@ -173,6 +173,13 @@ def post_install # Make sure the var/mysql directory exists (var/"mysql").mkpath + if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) + opoo <<~EOS + A "#{my_cnf}" from another install may interfere with a Homebrew-built + server starting up correctly. + EOS + end + # Don't initialize database, it clashes when testing other MySQL-like implementations. return if ENV["HOMEBREW_GITHUB_ACTIONS"] @@ -184,7 +191,7 @@ def post_install end def caveats - s = <<~EOS + <<~EOS We've installed your MySQL database without a root password. To secure it run: mysql_secure_installation @@ -193,14 +200,6 @@ def caveats To connect run: mysql -u root EOS - if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) - s += <<~EOS - - A "#{my_cnf}" from another install may interfere with a Homebrew-built - server starting up correctly. - EOS - end - s end service do From 337c82893c200890661d3502f893b424a8d43174 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:03 +0100 Subject: [PATCH 08583/10074] percona-server@8.0: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/p/percona-server@8.0.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/p/percona-server@8.0.rb b/Formula/p/percona-server@8.0.rb index b05ab8166c646..b981703289bac 100644 --- a/Formula/p/percona-server@8.0.rb +++ b/Formula/p/percona-server@8.0.rb @@ -195,6 +195,14 @@ def post_install # Make sure the var/mysql directory exists (var/"mysql").mkpath + if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) + opoo <<~EOS + + A "#{my_cnf}" from another install may interfere with a Homebrew-built + server starting up correctly. + EOS + end + # Don't initialize database, it clashes when testing other MySQL-like implementations. return if ENV["HOMEBREW_GITHUB_ACTIONS"] @@ -206,7 +214,7 @@ def post_install end def caveats - s = <<~EOS + <<~EOS We've installed your MySQL database without a root password. To secure it run: mysql_secure_installation @@ -215,14 +223,6 @@ def caveats To connect run: mysql -u root EOS - if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) - s += <<~EOS - - A "#{my_cnf}" from another install may interfere with a Homebrew-built - server starting up correctly. - EOS - end - s end service do From f44078ea345eb8756d769f5d521b6177fd71c4d0 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Jun 2025 10:30:01 +0100 Subject: [PATCH 08584/10074] mysql@5.7: remove dynamic caveats See https://github.com/Homebrew/brew/pull/20135 --- Formula/m/mysql@5.7.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/m/mysql@5.7.rb b/Formula/m/mysql@5.7.rb index a157f80b1dc4d..0da0a0852a364 100644 --- a/Formula/m/mysql@5.7.rb +++ b/Formula/m/mysql@5.7.rb @@ -118,6 +118,13 @@ def post_install # Make sure the var/mysql directory exists (var/"mysql").mkpath + if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) + opoo <<~EOS + A "#{my_cnf}" from another install may interfere with a Homebrew-built + server starting up correctly. + EOS + end + # Don't initialize database, it clashes when testing other MySQL-like implementations. return if ENV["HOMEBREW_GITHUB_ACTIONS"] @@ -129,7 +136,7 @@ def post_install end def caveats - s = <<~EOS + <<~EOS We've installed your MySQL database without a root password. To secure it run: mysql_secure_installation @@ -138,14 +145,6 @@ def caveats To connect run: mysql -uroot EOS - if (my_cnf = ["/etc/my.cnf", "/etc/mysql/my.cnf"].find { |x| File.exist? x }) - s += <<~EOS - - A "#{my_cnf}" from another install may interfere with a Homebrew-built - server starting up correctly. - EOS - end - s end service do From 6381de5841dffc18901e8a70bccfb88fa3542c9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 07:49:17 +0000 Subject: [PATCH 08585/10074] appwrite 8.0.2 --- Formula/a/appwrite.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/appwrite.rb b/Formula/a/appwrite.rb index 48991e34c5296..3f51127208181 100644 --- a/Formula/a/appwrite.rb +++ b/Formula/a/appwrite.rb @@ -1,8 +1,8 @@ class Appwrite < Formula desc "Command-line tool for Appwrite" homepage "https://appwrite.io" - url "https://registry.npmjs.org/appwrite-cli/-/appwrite-cli-8.0.1.tgz" - sha256 "08ceebcc882f579a3f1200aa9ccf74bdf67acb046092b01f6388576a7270e3e0" + url "https://registry.npmjs.org/appwrite-cli/-/appwrite-cli-8.0.2.tgz" + sha256 "a87f5ddb4b7119b1a40e272983be6f061f3d595ff0407f9cdfced0e2e8d9872d" license "BSD-3-Clause" bottle do From 1ce9053538a67ea5b5c7e5c51bc880aceb69e199 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 07:52:58 +0000 Subject: [PATCH 08586/10074] cdk8s 2.200.106 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index e779695fa3e6f..86cddfd0ab7f8 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.105.tgz" - sha256 "98fdba0682761b4bc3d09882f46b359e605acd096b1262c5600b6825f7f9b8c3" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.106.tgz" + sha256 "fc67c2828539ab5b757b37c01493cdd499170329d3d91c3f91ab715eedad818f" license "Apache-2.0" bottle do From 93f6423c404afa804c73d80f0df5e56bfe49ff1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 07:54:07 +0000 Subject: [PATCH 08587/10074] cfn-lint 1.36.1 --- Formula/c/cfn-lint.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/c/cfn-lint.rb b/Formula/c/cfn-lint.rb index 1d4502600780d..9b474d1b811f8 100644 --- a/Formula/c/cfn-lint.rb +++ b/Formula/c/cfn-lint.rb @@ -3,10 +3,9 @@ class CfnLint < Formula desc "Validate CloudFormation templates against the CloudFormation spec" homepage "https://github.com/aws-cloudformation/cfn-lint/" - url "https://files.pythonhosted.org/packages/ca/4c/298568c3192763d8c6ebaef8c76d69d7154c362066a84c9cd4b64dc61c89/cfn_lint-1.36.0.tar.gz" - sha256 "47721fe23755663e69b7d84fec61b1c15fab4e7d8c75ab624e738913bcb59489" + url "https://files.pythonhosted.org/packages/3a/72/3c792b1814226ebfb8944d8df707979a43f3e5ee2f3f8093ee17d7692656/cfn_lint-1.36.1.tar.gz" + sha256 "ccb85398fb1d8d8d87edafe207ab6a133c4ab9aefd3ff93591b6ad8c3ccab291" license "MIT-0" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "d90028d8937600e4a05ee6820e0ec875611605be98b0939fc226ebdb404109e0" @@ -33,18 +32,18 @@ class CfnLint < Formula end resource "aws-sam-translator" do - url "https://files.pythonhosted.org/packages/a2/f8/100c32414efc036d6aba7b2591773e9c86f999ab0030850d26e672ed513d/aws_sam_translator-1.98.0.tar.gz" - sha256 "fe9fdf51b593aca4cde29f555e272b00d90662315c8078e9f5f3448dd962c66b" + url "https://files.pythonhosted.org/packages/ef/78/ac6761ff3f37a1e989ddb62c9a58c4d289ad2ca2bdb3bed1319f4ae49e16/aws_sam_translator-1.99.0.tar.gz" + sha256 "be326054a7ee2f535fcd914db85e5d50bdf4054313c14888af69b6de3187cdf8" end resource "boto3" do - url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" - sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" - sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "jmespath" do From 9ead56eb324d05a8d97372a35a624ec87c809a1b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 07:59:34 +0000 Subject: [PATCH 08588/10074] fastfetch 2.46.0 --- Formula/f/fastfetch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fastfetch.rb b/Formula/f/fastfetch.rb index 7aaee710c9dac..f518dc0cec7d8 100644 --- a/Formula/f/fastfetch.rb +++ b/Formula/f/fastfetch.rb @@ -1,8 +1,8 @@ class Fastfetch < Formula desc "Like neofetch, but much faster because written mostly in C" homepage "https://github.com/fastfetch-cli/fastfetch" - url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.45.0.tar.gz" - sha256 "f336ab5fb651fc34759117d9ef081e8c9175cb1538900a8c7b4efdf94a1de85c" + url "https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.46.0.tar.gz" + sha256 "7e4e4ab8d3e0e2ad896f97effc58df4c8d23bb88273bbdf1221bd8f0a4beb736" license "MIT" head "https://github.com/fastfetch-cli/fastfetch.git", branch: "dev" From 3677a1fa3fd75e1ecc84779a93079fdd433549ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:00:30 +0000 Subject: [PATCH 08589/10074] fleet-cli 0.12.4 --- Formula/f/fleet-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fleet-cli.rb b/Formula/f/fleet-cli.rb index 0d0da0fea5fa1..d84ad45b801f0 100644 --- a/Formula/f/fleet-cli.rb +++ b/Formula/f/fleet-cli.rb @@ -1,8 +1,8 @@ class FleetCli < Formula desc "Manage large fleets of Kubernetes clusters" homepage "https://github.com/rancher/fleet" - url "https://github.com/rancher/fleet/archive/refs/tags/v0.12.3.tar.gz" - sha256 "88bcc4c2dd3cb2c23a1214dd1aed4113f17a7d9c8a3370f69d7264afe7de462e" + url "https://github.com/rancher/fleet/archive/refs/tags/v0.12.4.tar.gz" + sha256 "d47108917eca6c2fa981a6b10553907d27a9817d68d5057405abb01934d1afcd" license "Apache-2.0" head "https://github.com/rancher/fleet.git", branch: "master" From 1764797570f750af04b8b13830b109a0419be223 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:05:30 +0000 Subject: [PATCH 08590/10074] jackett 0.22.2032 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index bcd5e5991e49a..1f62aa299119e 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2029.tar.gz" - sha256 "94ba4bb5cfbb02bd654c7b8ae9381769c7d71128419a4058233fa254d2d6fadc" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2032.tar.gz" + sha256 "86bcb7d700462032dd33ebdf14043f2eee04872feabb2cf479a7367e8251e7ba" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 213a3484cf0c61086895584827896b64a0d78116 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:14:35 +0000 Subject: [PATCH 08591/10074] mongodb-atlas-cli 1.44.0 --- Formula/m/mongodb-atlas-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index 4540ed7876ba5..b4bfed0482245 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -1,8 +1,8 @@ class MongodbAtlasCli < Formula desc "Atlas CLI enables you to manage your MongoDB Atlas" homepage "https://www.mongodb.com/docs/atlas/cli/stable/" - url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.43.2.tar.gz" - sha256 "89be7e6cecd3620b73d257b710b9b2dbe04ce16bfd28adf4c656ed94968520ac" + url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.44.0.tar.gz" + sha256 "f7f6e48e89047775fd90de3f8c8aae3f8860aa846b50882b8f7f3bcbbe726dc5" license "Apache-2.0" head "https://github.com/mongodb/mongodb-atlas-cli.git", branch: "master" From a7667dabaad5e9b328c52497fb666550e45a3b90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:15:23 +0000 Subject: [PATCH 08592/10074] vdirsyncer: bump python resources --- Formula/v/vdirsyncer.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/v/vdirsyncer.rb b/Formula/v/vdirsyncer.rb index b9b6783509071..67f3667ccf786 100644 --- a/Formula/v/vdirsyncer.rb +++ b/Formula/v/vdirsyncer.rb @@ -6,7 +6,7 @@ class Vdirsyncer < Formula url "https://files.pythonhosted.org/packages/ee/c2/50eb6b430f447c062ae3cd07d1a354d768bdb1443580bd4ae16ec8c8296d/vdirsyncer-0.19.3.tar.gz" sha256 "e437851feb985dec3544654f8f9cf6dd109b0b03f7e19956086603092ffeb28f" license "BSD-3-Clause" - revision 2 + revision 3 head "https://github.com/pimutils/vdirsyncer.git", branch: "main" bottle do @@ -28,8 +28,8 @@ class Vdirsyncer < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/f2/84/ea27e6ad14747d8c51afe201fb88a5c8282b6278256d30a6f71f730add88/aiohttp-3.12.12.tar.gz" - sha256 "05875595d2483d96cb61fa9f64e75262d7ac6251a7e3c811d8e26f7d721760bd" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiohttp-oauthlib" do @@ -83,13 +83,13 @@ class Vdirsyncer < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "propcache" do @@ -103,8 +103,8 @@ class Vdirsyncer < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "yarl" do From 136647a3906b1b754dc7afb71377931c805da113 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:15:31 +0000 Subject: [PATCH 08593/10074] virt-manager: bump python resources --- Formula/v/virt-manager.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/v/virt-manager.rb b/Formula/v/virt-manager.rb index ec35a859458eb..4cd4c54d27518 100644 --- a/Formula/v/virt-manager.rb +++ b/Formula/v/virt-manager.rb @@ -7,7 +7,7 @@ class VirtManager < Formula url "https://releases.pagure.org/virt-manager/virt-manager-5.0.0.tar.xz" sha256 "bc89ae46e0c997bd754ed62a419ca39c6aadec27e3d8b850cea5282f0083f84a" license "GPL-2.0-or-later" - revision 1 + revision 2 head "https://github.com/virt-manager/virt-manager.git", branch: "main" no_autobump! because: :requires_manual_review @@ -54,8 +54,8 @@ class VirtManager < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 5f0a2157b7c07479085b6f54cb07754270375d5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:15:39 +0000 Subject: [PATCH 08594/10074] watson: bump python resources --- Formula/w/watson.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/w/watson.rb b/Formula/w/watson.rb index d6f543ebf46c2..6889f35c8293e 100644 --- a/Formula/w/watson.rb +++ b/Formula/w/watson.rb @@ -6,7 +6,7 @@ class Watson < Formula url "https://files.pythonhosted.org/packages/a9/61/868892a19ad9f7e74f9821c259702c3630138ece45bab271e876b24bb381/td-watson-2.1.0.tar.gz" sha256 "204384dc04653e0dbe8f833243bb833beda3d79b387fe173bfd33faecdd087c8" license "MIT" - revision 7 + revision 8 head "https://github.com/jazzband/Watson.git", branch: "master" no_autobump! because: :requires_manual_review @@ -70,8 +70,8 @@ class Watson < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From e37e790d8c3737a79d725a4f8c4b35316ae64bf0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:15:44 +0000 Subject: [PATCH 08595/10074] waybackpy: bump python resources --- Formula/w/waybackpy.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/w/waybackpy.rb b/Formula/w/waybackpy.rb index 0b3c344c1994e..66c55ec9a4a85 100644 --- a/Formula/w/waybackpy.rb +++ b/Formula/w/waybackpy.rb @@ -6,7 +6,7 @@ class Waybackpy < Formula url "https://files.pythonhosted.org/packages/34/ab/90085feb81e7fad7d00c736f98e74ec315159ebef2180a77c85a06b2f0aa/waybackpy-3.0.6.tar.gz" sha256 "497a371756aba7644eb7ada0ebd4edb15cb8c53bc134cc973bf023a12caff83f" license "MIT" - revision 7 + revision 8 no_autobump! because: :requires_manual_review @@ -38,8 +38,8 @@ class Waybackpy < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 319003db03c0aadd30eaed9573a8667799381cee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:15:52 +0000 Subject: [PATCH 08596/10074] woob: bump python resources --- Formula/w/woob.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/w/woob.rb b/Formula/w/woob.rb index d4d2c2211ba56..a891676b1b956 100644 --- a/Formula/w/woob.rb +++ b/Formula/w/woob.rb @@ -6,7 +6,7 @@ class Woob < Formula url "https://files.pythonhosted.org/packages/85/f3/a2dc1bb679de004aa1e48c8b77b5d5b9bca3007b2f25e0c39f850a009186/woob-3.7.tar.gz" sha256 "b1d7113ba87a9b947c13a1e3b4bb4fa616ba3037092b54912fc3fee2647d1b2f" license "LGPL-3.0-or-later" - revision 1 + revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "61d9a4d0ccec4886f29d11c97219a28d3a7798dbc8a747129d16bb608335b359" @@ -113,8 +113,8 @@ class Woob < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From c8fc4e35455268e138c422f716f80e106146bc33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:16:00 +0000 Subject: [PATCH 08597/10074] wtfis: bump python resources --- Formula/w/wtfis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wtfis.rb b/Formula/w/wtfis.rb index cd68cbde26d34..36b8ac3d13bf8 100644 --- a/Formula/w/wtfis.rb +++ b/Formula/w/wtfis.rb @@ -6,7 +6,7 @@ class Wtfis < Formula url "https://files.pythonhosted.org/packages/16/55/748b21d2d2e765e319cff417447006fc5d714b56317918da0d70ed8d7ee5/wtfis-0.11.0.tar.gz" sha256 "3a687d99d91c9bba15e45707acef68c3ebc9ffd571fb311c2d83423a62ee0e6f" license "MIT" - revision 1 + revision 2 head "https://github.com/pirxthepilot/wtfis.git", branch: "main" bottle do @@ -69,8 +69,8 @@ class Wtfis < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -124,13 +124,13 @@ class Wtfis < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "xlsxwriter" do - url "https://files.pythonhosted.org/packages/a7/d1/e026d33dd5d552e5bf3a873dee54dad66b550230df8290d79394f09b2315/xlsxwriter-3.2.3.tar.gz" - sha256 "ad6fd41bdcf1b885876b1f6b7087560aecc9ae5a9cc2ba97dcac7ab2e210d3d5" + url "https://files.pythonhosted.org/packages/a7/47/7704bac42ac6fe1710ae099b70e6a1e68ed173ef14792b647808c357da43/xlsxwriter-3.2.5.tar.gz" + sha256 "7e88469d607cdc920151c0ab3ce9cf1a83992d4b7bc730c5ffdd1a12115a7dbe" end def install From 090e8ba28f1debcfcb7560dec6d087f664d348f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:16:19 +0000 Subject: [PATCH 08598/10074] yewtube: bump python resources --- Formula/y/yewtube.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/y/yewtube.rb b/Formula/y/yewtube.rb index 5d044077ef045..d350fad877cc7 100644 --- a/Formula/y/yewtube.rb +++ b/Formula/y/yewtube.rb @@ -6,7 +6,7 @@ class Yewtube < Formula url "https://github.com/mps-youtube/yewtube/archive/refs/tags/v2.12.1.tar.gz" sha256 "012c1a8a185dd4ef81074631bca91e327ac4e634b36301a50ffbcd67838b847f" license "GPL-3.0-or-later" - revision 2 + revision 3 head "https://github.com/mps-youtube/yewtube.git", branch: "master" bottle do @@ -75,8 +75,8 @@ class Yewtube < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "youtube-search-python" do From 810efdb9b9f4efb9557432006179aa00af203537 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:16:24 +0000 Subject: [PATCH 08599/10074] yle-dl: bump python resources --- Formula/y/yle-dl.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/y/yle-dl.rb b/Formula/y/yle-dl.rb index 3e9f7924c2a4f..99d454e425882 100644 --- a/Formula/y/yle-dl.rb +++ b/Formula/y/yle-dl.rb @@ -6,6 +6,7 @@ class YleDl < Formula url "https://files.pythonhosted.org/packages/47/dc/e544bc64b9e44c68bfbbd36c0d293bae2800ef8d4bb313b6feb4619ca031/yle_dl-20250614.tar.gz" sha256 "ed3d3f80c26fdb0854a8c6c14179171a2ba4117ebabea3e137f589c2bd8815d4" license "GPL-3.0-or-later" + revision 1 head "https://github.com/aajanki/yle-dl.git", branch: "master" bottle do @@ -52,8 +53,8 @@ class YleDl < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def install From 5e9047a204df6e5b93e916d7213f4cf7f2a31593 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:16:30 +0000 Subject: [PATCH 08600/10074] yt-dlp: bump python resources --- Formula/y/yt-dlp.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/y/yt-dlp.rb b/Formula/y/yt-dlp.rb index 5fd2d095df2a2..0697bb6919b81 100644 --- a/Formula/y/yt-dlp.rb +++ b/Formula/y/yt-dlp.rb @@ -6,6 +6,7 @@ class YtDlp < Formula url "https://files.pythonhosted.org/packages/b7/fb/588a23e61586960273524d3aa726bd148116d422854f727f4d59c254cb6a/yt_dlp-2025.6.9.tar.gz" sha256 "751f53a3b61353522bf805fa30bbcbd16666126537e39706eab4f8c368f111ac" license "Unlicense" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "6485edbed38cc3d713fb84223195bf045ff52b47f48c4d67f4d0a1387538ccac" @@ -61,8 +62,8 @@ class YtDlp < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "websockets" do From d3e89bc3076a8a1a85468f78b96ebdd69e50b697 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:30:28 +0000 Subject: [PATCH 08601/10074] weaviate-cli 3.2.1 --- Formula/w/weaviate-cli.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/w/weaviate-cli.rb b/Formula/w/weaviate-cli.rb index ffa0988642eb0..f7c6aee6c206f 100644 --- a/Formula/w/weaviate-cli.rb +++ b/Formula/w/weaviate-cli.rb @@ -3,10 +3,9 @@ class WeaviateCli < Formula desc "Command-line interface for managing and interacting with Weaviate" homepage "https://pypi.org/project/weaviate-cli/" - url "https://files.pythonhosted.org/packages/6d/55/51608eb9c5005b81c62dd6c37f50451d262018caa4001a9f4f9b82033823/weaviate_cli-3.2.0.tar.gz" - sha256 "2f6476e25e04c2080eee6415dd817dd08a28887a268a5a54dbacbd2684ce60d7" + url "https://files.pythonhosted.org/packages/94/4a/0c9aff0b93bd5efe0a48954d41245f982af2d2ae96e195c965b21216d7dd/weaviate_cli-3.2.1.tar.gz" + sha256 "9982c6b80ee2695618df97b1e69f54739c82ca92c9de90c395da8c3c4bb8c573" license "BSD-3-Clause" - revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "30ab3e267a837fc91fc4ebbd82ad1ee947ad7b836cec7993bc6a2f42e540e850" @@ -173,8 +172,8 @@ class WeaviateCli < Formula end resource "weaviate-client" do - url "https://files.pythonhosted.org/packages/c2/b7/7b27a1530c0425a6b8fa9bcdf57a60b7f01e74aad6e452edafc221655bb2/weaviate_client-4.15.1.tar.gz" - sha256 "efa61c43f94eeb5039def03b76c1c4b845e8c17868d92f8e77cdcdfe5a4c611e" + url "https://files.pythonhosted.org/packages/7c/36/049a033f2887c29dcfc300a124be8c8c791be30d76a16088c71f30c55ceb/weaviate_client-4.15.2.tar.gz" + sha256 "d396f01341aa6534ae6f22c0a1e6382d7c462da14093cad8c4cccd4538efce49" end def install From c0eb3cb137b9442d78890f58ff7f03e0c32b5d80 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:31:46 +0000 Subject: [PATCH 08602/10074] yorkie 0.6.16 --- Formula/y/yorkie.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yorkie.rb b/Formula/y/yorkie.rb index eab380ffdc48b..c6eae7cf58fa8 100644 --- a/Formula/y/yorkie.rb +++ b/Formula/y/yorkie.rb @@ -1,8 +1,8 @@ class Yorkie < Formula desc "Document store for collaborative applications" homepage "https://yorkie.dev/" - url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.6.15.tar.gz" - sha256 "703004b671f9a894519e820d23a02dcfcecf1b729377474f454d898078385d53" + url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.6.16.tar.gz" + sha256 "3dc132a70d6cb673169597798f67b54f360797cdb5d353fcc3baf7acb195cb36" license "Apache-2.0" head "https://github.com/yorkie-team/yorkie.git", branch: "main" From da2fa6917632347d48dec2d22a72b5a47c3f5f4d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:55:17 +0000 Subject: [PATCH 08603/10074] yt-dlp: update 2025.6.9_1 bottle. --- Formula/y/yt-dlp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yt-dlp.rb b/Formula/y/yt-dlp.rb index 0697bb6919b81..738eba281b29b 100644 --- a/Formula/y/yt-dlp.rb +++ b/Formula/y/yt-dlp.rb @@ -9,13 +9,13 @@ class YtDlp < Formula revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6485edbed38cc3d713fb84223195bf045ff52b47f48c4d67f4d0a1387538ccac" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb1b42e9fa6e526573c7ef88d72bb88718b0355d8ead7b5cc80fabcb2873c5df" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4cbcbc3081adc683202df7d1143d764969e2902e7062b816a96d1b72c78594e8" - sha256 cellar: :any_skip_relocation, sonoma: "d9b9894dba9c049123fa386952789a1700f6c3e679b851b16fcced772bc89255" - sha256 cellar: :any_skip_relocation, ventura: "448a9b38d7a37b42cfaad9bfb5da8dd1c6f3f7ab07052383cca2dbb97c8c0966" - sha256 cellar: :any_skip_relocation, arm64_linux: "255b65b060d8f6f588d214e14216a88053aa543c89f46dd14926f2e8adfc5502" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bb1a036ffb63c14919d9157f9391fb4e63de071372c1985841771dcc50a44487" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3545eb35824b00af0c1d73f08faecfeb78d162bc85a0d98dcb1107975015f55b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d51001a1ba73b69e0626831e8a573d06a6d8d33e751cd26ee76876e3f61f5994" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4fc8bc9fdbdd75a9a5786798e9e6cab3ef0d653f7812331fdc750b47ff61965c" + sha256 cellar: :any_skip_relocation, sonoma: "4c97f5bf8f1a884585fad4637e0396b1c9da2f099f8d619ecca45b221a4a5dd2" + sha256 cellar: :any_skip_relocation, ventura: "216bb44971258a34daf431eea85b006e2559bb32024105abf4038f5659b11a0f" + sha256 cellar: :any_skip_relocation, arm64_linux: "b87db4c05b398d57029fe8ba9ca7c718e493ec5fce0f588a1261e53ae8a70fe0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e86f297dbadb865f59add7983f8759bbefbad4402e499eeff5410cf661f5744d" end head do From 1cf1aa5c9757bcec03d80707f06288d725adc19a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:55:46 +0000 Subject: [PATCH 08604/10074] yewtube: update 2.12.1_3 bottle. --- Formula/y/yewtube.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yewtube.rb b/Formula/y/yewtube.rb index d350fad877cc7..d9900fc547f78 100644 --- a/Formula/y/yewtube.rb +++ b/Formula/y/yewtube.rb @@ -10,13 +10,13 @@ class Yewtube < Formula head "https://github.com/mps-youtube/yewtube.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" - sha256 cellar: :any_skip_relocation, sonoma: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" - sha256 cellar: :any_skip_relocation, ventura: "4624482b337ce4db9ccfb08de2d05deba76e5b2bad09ed239fca736c230fc7ee" - sha256 cellar: :any_skip_relocation, arm64_linux: "87de0867cf79180493c927c54409ca65ddb66bef4198f7f8e470fda4bf188915" - sha256 cellar: :any_skip_relocation, x86_64_linux: "87de0867cf79180493c927c54409ca65ddb66bef4198f7f8e470fda4bf188915" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ea82ac26fb9703af32934e6b6ac71f7f5c9a178a0be897d238c507f9afeec5e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ea82ac26fb9703af32934e6b6ac71f7f5c9a178a0be897d238c507f9afeec5e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7ea82ac26fb9703af32934e6b6ac71f7f5c9a178a0be897d238c507f9afeec5e" + sha256 cellar: :any_skip_relocation, sonoma: "7ea82ac26fb9703af32934e6b6ac71f7f5c9a178a0be897d238c507f9afeec5e" + sha256 cellar: :any_skip_relocation, ventura: "7ea82ac26fb9703af32934e6b6ac71f7f5c9a178a0be897d238c507f9afeec5e" + sha256 cellar: :any_skip_relocation, arm64_linux: "cbf2ad3b093e73d86c4876171f925aafef56c81989ae951e8ca9192315bd22d2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cbf2ad3b093e73d86c4876171f925aafef56c81989ae951e8ca9192315bd22d2" end depends_on "certifi" From 4bf15c151cf4739e6164aaf1bad34ac6484497e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:56:11 +0000 Subject: [PATCH 08605/10074] yle-dl: update 20250614_1 bottle. --- Formula/y/yle-dl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yle-dl.rb b/Formula/y/yle-dl.rb index 99d454e425882..5720c6a66d2c4 100644 --- a/Formula/y/yle-dl.rb +++ b/Formula/y/yle-dl.rb @@ -10,13 +10,13 @@ class YleDl < Formula head "https://github.com/aajanki/yle-dl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "16c452960dab831d367fb8f042551c839ee92332df47344bc65f725069f59dc3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7eb56b68eceb4fa90324b6594784de64b75515aa35a8241c5d1f742eb59a705" - sha256 cellar: :any_skip_relocation, arm64_ventura: "651e39c6e62a996b1119b63909724780874869d658305ed7704447c2e35e6ac8" - sha256 cellar: :any_skip_relocation, sonoma: "3adbbcd49bd9b2df74ca125e3c7c6d4b1d1a4fdd69fb75a96bd8cf9b605810bf" - sha256 cellar: :any_skip_relocation, ventura: "203d59be94486a251f951d4d13d93dd531df15ed062524a9605a48d936c6deee" - sha256 cellar: :any_skip_relocation, arm64_linux: "13568a4adba9f1a869ef7dc14e02397f14ba6caca41c53f1f17c3d65a0e16f58" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ec160c0a6630ce544690835019eba89ba6760ad6c6d9675ae4a982130ba003d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b538a4dcb34db9704c829a14ff23eabad8c94be0e97fce384fa28afb9cf0c971" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0671419447f32e2f5d0d8cdcdcec31cd145b6deb26c55059e000ff8609d9bdc4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "408ef75bdf3c659db26cf9c5bde32bae8cf757acf6a46cffb146b7c685bf133c" + sha256 cellar: :any_skip_relocation, sonoma: "e1d612443f0c7431837290ab124faddf2a9009fe6fd6e87723848ad845abb34b" + sha256 cellar: :any_skip_relocation, ventura: "0ea187e48a7ce17a29b5ba97dc56146a805ffaafef7bf01ec61630949be21727" + sha256 cellar: :any_skip_relocation, arm64_linux: "cb2d794199c4c8d5664633641643c317153e4e8ed0de225feba52f39edbbaa22" + sha256 cellar: :any_skip_relocation, x86_64_linux: "29d8ecb5f2db3f2cafe2829132d2af5a9948f3a30038d3a16f0ad23ae064b10f" end depends_on "certifi" From 78cc965e3720f900c6f467c1bd055396fe1ed241 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:00:14 +0000 Subject: [PATCH 08606/10074] wtfis: update 0.11.0_2 bottle. --- Formula/w/wtfis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wtfis.rb b/Formula/w/wtfis.rb index 36b8ac3d13bf8..4bbeaff4919bc 100644 --- a/Formula/w/wtfis.rb +++ b/Formula/w/wtfis.rb @@ -10,13 +10,13 @@ class Wtfis < Formula head "https://github.com/pirxthepilot/wtfis.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "ed91333801f22261e34a0300c508dfdf377ee52275b3fdae86e2bc68d143ff51" - sha256 cellar: :any, arm64_sonoma: "e57f64a1d235091de9cb51841b68f7cb5c4e7aa01390a1fba9be7ae3070ccae5" - sha256 cellar: :any, arm64_ventura: "a3cdc76c5e2af7a75834164409f536b8ab45a0f43069a65294b9ca21c87a7dff" - sha256 cellar: :any, sonoma: "50831abfe6b688750fd618523c114153de045945ad958988b0138c2ae542cf47" - sha256 cellar: :any, ventura: "aa6ca967261fad0cad799fd6c809eac5b4fffa25962ebcfa1a4721e423e28cd7" - sha256 cellar: :any_skip_relocation, arm64_linux: "45231002e159b824b188530517bd8dc3c64af67f0578d6e549ea2de4ce7753a6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d2af98c949eb50dd4b69cdee353cb6845e17a4ffb10db7d80d54e447d5910ae6" + sha256 cellar: :any, arm64_sequoia: "c492bce8c680b6d841e386ef5e6de04d6e822f0bba755656662c356c0ecc9499" + sha256 cellar: :any, arm64_sonoma: "9acb74eddcc0a670940686b3e9dcee811fb40ef28fbcd053ce8251af8d2f8476" + sha256 cellar: :any, arm64_ventura: "0d8205bd6f499b500ed072daa836660696f62be1030155982dc878c06b16e7d5" + sha256 cellar: :any, sonoma: "546fef05cd03ec221fb1b16fb3f99f3a098f8c5d84315000761664b117ca3c4d" + sha256 cellar: :any, ventura: "41cb03c006fc628eae7159ac647f2a6cfd216331b603a30843156565a805c782" + sha256 cellar: :any_skip_relocation, arm64_linux: "fe946e68e96b8140b5f2f979b8bd0db8ada8dca9bf9cf98fb0f8b5f1fb5a04a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f1669e03df81d937db0fe54879a7b70ba050f9907867af043a4e20d07400349" end depends_on "rust" => :build From cc48d2b0ba90de97329311a8a963a8f85bcf379d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:00:30 +0000 Subject: [PATCH 08607/10074] waybackpy: update 3.0.6_8 bottle. --- Formula/w/waybackpy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/w/waybackpy.rb b/Formula/w/waybackpy.rb index 66c55ec9a4a85..09073ad8ae014 100644 --- a/Formula/w/waybackpy.rb +++ b/Formula/w/waybackpy.rb @@ -11,7 +11,7 @@ class Waybackpy < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "68e49e8c64baa02d545d06ed73e5c55c3ff160fbccc36d48be032dfe6658122f" + sha256 cellar: :any_skip_relocation, all: "0cdd02bf216c002bc9ba5e7f6f21bdfe5fec3594b6432031502eeb916e4fcdce" end depends_on "certifi" From 5a0cafb8de4a1bbb7dcb5dfd362c66070a3c75e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:00:39 +0000 Subject: [PATCH 08608/10074] woob: update 3.7_2 bottle. --- Formula/w/woob.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/woob.rb b/Formula/w/woob.rb index a891676b1b956..efe45fbc0b738 100644 --- a/Formula/w/woob.rb +++ b/Formula/w/woob.rb @@ -9,13 +9,13 @@ class Woob < Formula revision 2 bottle do - sha256 cellar: :any, arm64_sequoia: "61d9a4d0ccec4886f29d11c97219a28d3a7798dbc8a747129d16bb608335b359" - sha256 cellar: :any, arm64_sonoma: "24280f8376e15ec57b08a84777223e473a1e0cd081235c88361a8b53f98cc6f4" - sha256 cellar: :any, arm64_ventura: "0907a1d8e8df1e07a21d07051429b3812b41c2a148e295a614bbc9bf2585d2da" - sha256 cellar: :any, sonoma: "71b45c2c9bd6a02eb87ca939a11ebfc4c99b575862c778520a7821520f42261f" - sha256 cellar: :any, ventura: "0d212e73f09008df27667afe06df7ced2438108cd613634b2bc48ce32381798a" - sha256 cellar: :any_skip_relocation, arm64_linux: "3d4c97f824215f63df68b20fbdea9eae38b0e04be162513ce5bc76d14dc784e1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e03d522e119a069acd556e7062fe62199285bf3a5eea8743809c453bfb201938" + sha256 cellar: :any, arm64_sequoia: "e62eb09d517b12dc09c6b7b88df2f1415f4ad49d8c72b7c30aafc224704c3883" + sha256 cellar: :any, arm64_sonoma: "a20cc7ef042e2e008b40c89c548d83a14393033ed6497bfa71b4d5fa13e7ef05" + sha256 cellar: :any, arm64_ventura: "7537c3fdb8a09e665714cc6f553cd21a39bb252bd3fe3903f24c15669fe9f311" + sha256 cellar: :any, sonoma: "c65b237eda77de3ca0df4e7fd6a5ac3ab299b6751469e421523a661b0ba8b9ea" + sha256 cellar: :any, ventura: "121ebda764c3547f0d1d3a7c6770c2f9f19e893dbefa81cb98cf241c7a307b38" + sha256 cellar: :any_skip_relocation, arm64_linux: "0f059b7f43bd690b81653900faf4c3c4bf29e3e1dadc05cc196c8fa4f3891285" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bbedec5fd1f9288134f2cd5b46e851e15448ba8269aada43aba6d1517638bf7" end depends_on "certifi" From 70679902d25307ccd9fc31714a5aec88258d8d85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:00:40 +0000 Subject: [PATCH 08609/10074] watson: update 2.1.0_8 bottle. --- Formula/w/watson.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/watson.rb b/Formula/w/watson.rb index 6889f35c8293e..1889935c7fc01 100644 --- a/Formula/w/watson.rb +++ b/Formula/w/watson.rb @@ -12,13 +12,13 @@ class Watson < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e33ed3431baa054240b534f21ab3769efc330be8cb2374dcdfa821f0e388ab0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d63fd445c1f36a5b393f3fdd4d41311d4da25bc08b19ba1352ae5677000b3f5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "39acaa22fdc5b6f0bcf5a662b07c1bd5aa138b0a71dd0d5406e5e54c6f06485b" - sha256 cellar: :any_skip_relocation, sonoma: "7af3baf89a228b574cb153eabea6ac2bbffeefc900c7a40201f32d5161407ee9" - sha256 cellar: :any_skip_relocation, ventura: "9958984b3f44a94d90b5e6eac05b5c84566699ce60e4560b0f5a821d82fd53df" - sha256 cellar: :any_skip_relocation, arm64_linux: "63635ebe34f1f48ca8800004e0338ec425c64cdbaa20066813fd9a34ecedba82" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ef1c2533ef8c6c5d6c47ac05e5b1caa3059ae57bcc44021e115ca3dd0a31380" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "02a6250ae9fa9e9342bfb595db2b274aac190703442e23ca6269711dc96cbce5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "de5094e1fbc8b54ea86d7b4989694d308dff63003e5ce7139698a28d4efa6693" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a37d26adb860004501d6f0f826b3e0bf32ede90b0f1dc2f3356b053b617d4132" + sha256 cellar: :any_skip_relocation, sonoma: "c03aeeda0ede0287652d4ad14bea85d71b2c8bb4cccac4259ec6c35aed73b317" + sha256 cellar: :any_skip_relocation, ventura: "2bf6708abd82e70f6fa5dcd218edcdff9ada4beffc8c8924041f510ffd18403d" + sha256 cellar: :any_skip_relocation, arm64_linux: "0b1056f24f2d83cccbe118835e32999188078f9fecfc803aa5c3a2748586d23f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd7b5055e5834e22b6d6ad07b237d8ca60a67569f9b62ec46ca727e6c068f13b" end depends_on "certifi" From be3444b041fb5a6f7731fa410c24f340166149ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:01:00 +0000 Subject: [PATCH 08610/10074] virt-manager: update 5.0.0_2 bottle. --- Formula/v/virt-manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/v/virt-manager.rb b/Formula/v/virt-manager.rb index 4cd4c54d27518..1ee438c079ed9 100644 --- a/Formula/v/virt-manager.rb +++ b/Formula/v/virt-manager.rb @@ -13,7 +13,7 @@ class VirtManager < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "18246e2d3dc419a6a21247aa0696a9391c29939ecb7197da0845962cf101567a" + sha256 cellar: :any_skip_relocation, all: "f205fecc48043b81764267e7c45904768ba5cfea45db5b6baac6fa86aecf8242" end depends_on "docutils" => :build From 62d9dfcc21106476d8a03c030e08c33a8669bfa7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:01:25 +0000 Subject: [PATCH 08611/10074] vdirsyncer: update 0.19.3_3 bottle. --- Formula/v/vdirsyncer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vdirsyncer.rb b/Formula/v/vdirsyncer.rb index 67f3667ccf786..e720fd5b9a37a 100644 --- a/Formula/v/vdirsyncer.rb +++ b/Formula/v/vdirsyncer.rb @@ -10,13 +10,13 @@ class Vdirsyncer < Formula head "https://github.com/pimutils/vdirsyncer.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "007361e089ac71118de7526541e993302c8cbb2ee26b37d07c2c67a118001b94" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "242a983df10c717516ee4fca76cd64faaba3586813ea9c41416a80a526517b8e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "66e6b1b53186efb6780bbf90ba9a31072bf1b958be572182561fbf2a598f0acf" - sha256 cellar: :any_skip_relocation, sonoma: "b3310056836acc1d924a739eaece33e7a09f55e79e3826e4f52fdfccf4c8aad4" - sha256 cellar: :any_skip_relocation, ventura: "a3369f20bff63141d19556665530b84fb5bb932f11969e13cc2f1305ee68e0b1" - sha256 cellar: :any_skip_relocation, arm64_linux: "85f80daac07887385ecf887646e601bb7c9605471720d5493958edb97245565b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bf8ccf908f599e603ec7fb308aa8ff86fe21bd1ea47452cbd261115fa27b111b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "43138c7655b5032094d75ae8757b62f0e4c404b69ba2305d1e9c8698e7d20f82" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c9ef5a3f46004aa33770b661faa36ba9e0abf05273c1b5861839b56e434aa51b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "972e52600fb94bd5898202c434526cd419eaeb4c99b7f6cba072428b226dcdc1" + sha256 cellar: :any_skip_relocation, sonoma: "dafa07a55e5ff77fd0a7387361987c97c2c6a88c8045af12dbee817b5220e93d" + sha256 cellar: :any_skip_relocation, ventura: "91ad8c329283dd29e353c6291360bd72b23cedc91dba297f20f8b43c3b1afdb1" + sha256 cellar: :any_skip_relocation, arm64_linux: "4d353e8c2e836188e2c0da766bf5e8025fac38ef35eebace081db69f713212bd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "148b89340918a3c863b26372f1a38e3e6e28ef248817b820339c66ae212b44ab" end depends_on "certifi" From 1c1fc24fa47cc62fa40437527912dff7505f2914 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:01:31 +0000 Subject: [PATCH 08612/10074] fastfetch: update 2.46.0 bottle. --- Formula/f/fastfetch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastfetch.rb b/Formula/f/fastfetch.rb index f518dc0cec7d8..8a33c9d329539 100644 --- a/Formula/f/fastfetch.rb +++ b/Formula/f/fastfetch.rb @@ -12,13 +12,13 @@ class Fastfetch < Formula end bottle do - sha256 arm64_sequoia: "8c0e4fd7bde6211993faf5e0c1bab0e88201c94b5661fb4d8fc4c5e9d28f07b8" - sha256 arm64_sonoma: "9654ef45aabff70ac9e387b3a388240740213d320db9e3ba4bd3e37aaad1f9a6" - sha256 arm64_ventura: "ee36cb454f0dfc3cddd35a49d43a7493851fc02eecf304390e9f8c380f9e8042" - sha256 sonoma: "85257dbe3ffc636de71c042d742473037fc9953b9884eb944693829d2c3169e6" - sha256 ventura: "f2dac7e8635bac359dc5bb7fb1598e9bef7f04856024b57c2f39607f55459a64" - sha256 arm64_linux: "641e31b66baac37fbaac4c532c16f708d1be793bd7ddf9634d2db42ea1b89998" - sha256 x86_64_linux: "9ad91810578b5cb7cc39be3436beadcf3a390d243969859a856579efe85b8ac0" + sha256 arm64_sequoia: "f86cb30e7b82694d40aabba7135a5665b38eff6e905f8ea4969e7d693ca3e6fb" + sha256 arm64_sonoma: "220277797f3d260348e68b71379cf6fc9ee6a64f582f99736eefd6c5b6aa3c3d" + sha256 arm64_ventura: "65b5ef24209f8f45905cf143cafe01a41fbc8ef32d358d96cffb45061fae47c4" + sha256 sonoma: "8e97303b6849da42e1272df490072a382bc57b03bdc78ac28af4a5cbe5203afb" + sha256 ventura: "1ef31252faa1206a08458361b416636e9c90cbe16f262c98787ab60ac832d1fc" + sha256 arm64_linux: "8f25a7c8b230607b4fd0bb60d450c0b6fc903874631f59d5204632a5e9cec6cd" + sha256 x86_64_linux: "099271d06af8258f0c6b56f688c9f82ab791eb74a0b55d917329e72fa55ffe26" end depends_on "chafa" => :build From cbfd440f65e24f33b50a383f8af6a108e8b1be5e Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:43:42 +0000 Subject: [PATCH 08613/10074] pulumi 3.178.0 --- Formula/p/pulumi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index e9d963d2c10b1..3c1d1a1e180e0 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -2,8 +2,8 @@ class Pulumi < Formula desc "Cloud native development platform" homepage "https://pulumi.io/" url "https://github.com/pulumi/pulumi.git", - tag: "v3.177.0", - revision: "448663485ab203421ff62542585f7f4565c65c3f" + tag: "v3.178.0", + revision: "a620e304958303e49ccf8aa71ef985aecbf63c93" license "Apache-2.0" head "https://github.com/pulumi/pulumi.git", branch: "master" From 3d1d585cff956400fe4f55a12274f52d47b4e7f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:53:10 +0000 Subject: [PATCH 08614/10074] buildkit 0.23.1 --- Formula/b/buildkit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/buildkit.rb b/Formula/b/buildkit.rb index 98cfe742065b5..d55927b56fb49 100644 --- a/Formula/b/buildkit.rb +++ b/Formula/b/buildkit.rb @@ -2,8 +2,8 @@ class Buildkit < Formula desc "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit" homepage "https://github.com/moby/buildkit" url "https://github.com/moby/buildkit.git", - tag: "v0.23.0", - revision: "cc8ff80e5733eb0a0347176009232d6e40752f7f" + tag: "v0.23.1", + revision: "0a230574721405f79ff7361596ec55045f3685bc" license "Apache-2.0" head "https://github.com/moby/buildkit.git", branch: "master" From ac1b3ffb99c1b92dc9a4e6e9385549ed56593a4a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:57:17 +0000 Subject: [PATCH 08615/10074] drogon 1.9.11 --- Formula/d/drogon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/drogon.rb b/Formula/d/drogon.rb index 05ff9d9a476ff..d270feb358988 100644 --- a/Formula/d/drogon.rb +++ b/Formula/d/drogon.rb @@ -3,8 +3,8 @@ class Drogon < Formula homepage "https://drogon.org" # pull from git tag to get submodules url "https://github.com/drogonframework/drogon.git", - tag: "v1.9.10", - revision: "cbf63f8fc4d849bbb82eeb1c83fcf8ff953f19f3" + tag: "v1.9.11", + revision: "a22956b82b6b221ceeff83913c3014ce0d048555" license "MIT" head "https://github.com/drogonframework/drogon.git", branch: "master" From acec8596511bc879e9442c18683b5b16b107127a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:58:28 +0000 Subject: [PATCH 08616/10074] eza 0.21.5 --- Formula/e/eza.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eza.rb b/Formula/e/eza.rb index 1bd8aed8c80cf..3774896599d3f 100644 --- a/Formula/e/eza.rb +++ b/Formula/e/eza.rb @@ -1,8 +1,8 @@ class Eza < Formula desc "Modern, maintained replacement for ls" homepage "https://github.com/eza-community/eza" - url "https://github.com/eza-community/eza/archive/refs/tags/v0.21.4.tar.gz" - sha256 "dbe04448febef15b144e86551db633146864f4afb272f96c4d586e0bc8284ffb" + url "https://github.com/eza-community/eza/archive/refs/tags/v0.21.5.tar.gz" + sha256 "85aff87a87bc66130a43106ee64fdefa572d709f5e1ae33d7ef1de76329d2950" license "EUPL-1.2" bottle do From 2bc1f54afe525e61062f0d7d07cd6c60bc6b8fb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:00:26 +0000 Subject: [PATCH 08617/10074] gitlab-ci-local 4.61.0 --- Formula/g/gitlab-ci-local.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/g/gitlab-ci-local.rb b/Formula/g/gitlab-ci-local.rb index f4b7b387fa0f9..820a44dd6626d 100644 --- a/Formula/g/gitlab-ci-local.rb +++ b/Formula/g/gitlab-ci-local.rb @@ -1,10 +1,9 @@ class GitlabCiLocal < Formula desc "Run gitlab pipelines locally as shell executor or docker executor" homepage "https://github.com/firecow/gitlab-ci-local" - url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.60.1.tgz" - sha256 "2945d0322fd00ab9b734c6bda95a23b29162a906048ca8bda394466cb75a2f68" + url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.61.0.tgz" + sha256 "66367d6e77c88a538d78c7cf862bd3099c9da85e0255f7eb5a30bc69dc8a58a5" license "MIT" - revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8df418f3d52221f021eccfde1ac3feb75cec1f14491b3b0015437c3f6ab795e" From 74d1dbf9cd4a866842828488a319910d9c381724 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:32:42 +0000 Subject: [PATCH 08618/10074] gitlab-ci-local: update 4.61.0 bottle. --- Formula/g/gitlab-ci-local.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gitlab-ci-local.rb b/Formula/g/gitlab-ci-local.rb index 820a44dd6626d..2ffe5f602d7e7 100644 --- a/Formula/g/gitlab-ci-local.rb +++ b/Formula/g/gitlab-ci-local.rb @@ -6,13 +6,13 @@ class GitlabCiLocal < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8df418f3d52221f021eccfde1ac3feb75cec1f14491b3b0015437c3f6ab795e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8df418f3d52221f021eccfde1ac3feb75cec1f14491b3b0015437c3f6ab795e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a8df418f3d52221f021eccfde1ac3feb75cec1f14491b3b0015437c3f6ab795e" - sha256 cellar: :any_skip_relocation, sonoma: "8164c92a39c20fda63c5a14e6b2560b6c91b2db7635ac212e4d623746354f930" - sha256 cellar: :any_skip_relocation, ventura: "8164c92a39c20fda63c5a14e6b2560b6c91b2db7635ac212e4d623746354f930" - sha256 cellar: :any_skip_relocation, arm64_linux: "001682515a95f8b8113ea08519e02c65b6a008debd67965ed7fc9adb6f0b1e8a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fa5a41c2900efcd4c9a01c2b0fbf41359d4f401b37844222182feb7685cd4ae8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "53b37483422b9cf1a5cc5280f40951d1198949d5fa3e7cd724e3999fba80b558" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "53b37483422b9cf1a5cc5280f40951d1198949d5fa3e7cd724e3999fba80b558" + sha256 cellar: :any_skip_relocation, arm64_ventura: "53b37483422b9cf1a5cc5280f40951d1198949d5fa3e7cd724e3999fba80b558" + sha256 cellar: :any_skip_relocation, sonoma: "d212d1ac069309d7312d914cbb9ad136f915e314ef8c6802ccdfa655dd14f35d" + sha256 cellar: :any_skip_relocation, ventura: "d212d1ac069309d7312d914cbb9ad136f915e314ef8c6802ccdfa655dd14f35d" + sha256 cellar: :any_skip_relocation, arm64_linux: "53b37483422b9cf1a5cc5280f40951d1198949d5fa3e7cd724e3999fba80b558" + sha256 cellar: :any_skip_relocation, x86_64_linux: "53b37483422b9cf1a5cc5280f40951d1198949d5fa3e7cd724e3999fba80b558" end depends_on "node" From 0a6edeec1b6b11859594c64042006bf472a4c8ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:32:44 +0000 Subject: [PATCH 08619/10074] eza: update 0.21.5 bottle. --- Formula/e/eza.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/eza.rb b/Formula/e/eza.rb index 3774896599d3f..b2e69b4e1f3f3 100644 --- a/Formula/e/eza.rb +++ b/Formula/e/eza.rb @@ -6,13 +6,13 @@ class Eza < Formula license "EUPL-1.2" bottle do - sha256 cellar: :any, arm64_sequoia: "cde99ea220d3447d975c3a87333156c97631cb196772c6805d1b4442f9eddcc9" - sha256 cellar: :any, arm64_sonoma: "f51d4301fcaaff8c1a9d3c15ee35fc9623cff9ec6fac4e0fd359178640f71a0b" - sha256 cellar: :any, arm64_ventura: "d638b9bb8eb143bc16f8ede4456777bdc31a70ddbf7c50e9b387a9d2bfc78f75" - sha256 cellar: :any, sonoma: "efc2fa25806fa2338a7ced9e9a4cc7e0d37360f1a15e846a514355a3e345c3d8" - sha256 cellar: :any, ventura: "8f9f142d97468ee7f3e24401fd89ae437dc38d4eecbd06d30f41509c76804f2b" - sha256 cellar: :any_skip_relocation, arm64_linux: "dc082bca9b783112876c08d3f07881909c47cb60dff4774941131e4246037925" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db9c85d3b74aa56e285ab0d2475dc5c8c6bf2322ab7cb9aa064754a37d763504" + sha256 cellar: :any, arm64_sequoia: "bd079aaaaac26c8d96b7f7e26f3b1279e15dc5571ae7b3cd8eae836dd8483af9" + sha256 cellar: :any, arm64_sonoma: "7f81564cea8a7fc329ea6c7b2d25ad412a9797727dca738801c222a9098a4285" + sha256 cellar: :any, arm64_ventura: "d5575219f5b934c2c681424360490c7486210aa2112592eba4ff3becd149ed20" + sha256 cellar: :any, sonoma: "f3f3da7d27642cfd015ae3bb567aff2a17a39c0ce1870f4d78e387ce8ab5c1f3" + sha256 cellar: :any, ventura: "5fffc0f03c699dfdd22d7d8dccbe37117e5730f8ca36f2d24d833ca3646dd2b5" + sha256 cellar: :any_skip_relocation, arm64_linux: "1e0f9bb159c86c002d6f55ef82fff32aedf8aa0e21fd134a8f5a164a675b49cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "be5c944b76fcfcfc08f80f1dc6badce9b8864ccc2145ad0a82e25113e643ce6a" end depends_on "pandoc" => :build From 7d902eee050989499716844aeb279cc5c74a2be3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:32:47 +0000 Subject: [PATCH 08620/10074] pulumi: update 3.178.0 bottle. --- Formula/p/pulumi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index 3c1d1a1e180e0..c4360226381da 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -10,12 +10,12 @@ class Pulumi < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "deb0894eb6625db2556b22b1b96464981b5a297d8726a4263b7cbe304ff2b8b2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d45cae2d97556d953fa2e0e9c2a8ccf46c30d40f4cfb0de93ddb6c2ef92dc574" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a88bc4e93c2716d8173e0c8bc4c844efdda1f49aa40a0665e05dde4f48938a96" - sha256 cellar: :any_skip_relocation, sonoma: "d732f8c81fa0a7c0eca24e8289342541f6d4adc0a92b797f25967fc94b454a76" - sha256 cellar: :any_skip_relocation, ventura: "b0445f1bd39efb21631fd0578e02c3c6b9986d1883a3b18c64f9c7821d6ad33d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d1dd54b93dea33f4636ed7ce12d57ef04c230178c5d9107a0dbff2a3710844e7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6107e4fe3b3d4d0ef8c4a15f677f028dd78f8e51670a608c7e0e81770d8acb39" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd25094ff0a7e4b0636f2ef62801cbf5d4b583c2e3b83f5d55078e5300855564" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7e00a0666d6e8f734aa516d26af8a52f51d3a8e1d299d4ffa1e33013e4e7ed55" + sha256 cellar: :any_skip_relocation, sonoma: "a8ddc5f9e8d1a64f9b8fd01c6e0c3cd5a544222f59052561793ef3fed617092b" + sha256 cellar: :any_skip_relocation, ventura: "ac08432fe682a5e58fd4670c6a72acb87d0ba47b20d8e9be154429d75ca539a8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7862fb0de1747cfc1321cc02561ab1a3248e0440f5d7aab2d9d5c80bdf4a299e" end depends_on "go" => :build From d703a61571e287d97c0939671e0ffbc713f461be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:32:55 +0000 Subject: [PATCH 08621/10074] drogon: update 1.9.11 bottle. --- Formula/d/drogon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/drogon.rb b/Formula/d/drogon.rb index d270feb358988..d7b51f401e667 100644 --- a/Formula/d/drogon.rb +++ b/Formula/d/drogon.rb @@ -9,13 +9,13 @@ class Drogon < Formula head "https://github.com/drogonframework/drogon.git", branch: "master" bottle do - sha256 arm64_sequoia: "eaa532684adb01456ea16257408c2fc1e630ec7f369eaec77a9a18290c5c3b41" - sha256 arm64_sonoma: "8c5850884ec0ae09d4b17f37f3b3b8ff52c9b32f1160c95332a6208ab5085d45" - sha256 arm64_ventura: "452c23f0d15e9fae038387c4b7e9d151c80b9ce0f182a823b426e761bbb1dce6" - sha256 sonoma: "1f7d3528eafbd4fd89b546f930293184c08a1b96d3cafc849ed7b0d93d497c27" - sha256 ventura: "34690a0d3adc7ef0d65366be9f7c73baa7b3d2ca77368c1a71ded22f6584cdd5" - sha256 cellar: :any_skip_relocation, arm64_linux: "cbbff4e21d26ba23715324ed47a6d66be5bf6a935160ef30684f7ada91839ebc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4d380c27cc5a5230b12e1889fca7fd3e6fad564e13a56021a8c3d26cc88d49e" + sha256 arm64_sequoia: "59b637806180b7e5a9443091cbd70e98254b2372aa144ac1264c7e699a502919" + sha256 arm64_sonoma: "fe6f23a4a2c68e263204b89729118dc41799fb8aaed7dd75c6a53913b7eea207" + sha256 arm64_ventura: "3145d83dfb9f8d3be0a3d93bdcac5df5184c19eb448e5a26ab724d50cd24f9cf" + sha256 sonoma: "5fa607c6e5df73eb556b1e7598aa931039ce8eee4fd911cfc81a0d536798f9db" + sha256 ventura: "35da5590e6144993de4570c01c52caa88f3da941b82376582273fd23c706586b" + sha256 cellar: :any_skip_relocation, arm64_linux: "164824b7a40e178b8f1db45d9c0ab20b6d616fb3a0e412ad837a4175561368ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b3cd681f4cdde59fce58c8a194c2a55ebac32205178673bc6d2ffe4ea3da3ccc" end depends_on "cmake" => [:build, :test] From e85ebd04bc8f4563d81c1853df8fe697dd03f8a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:32:55 +0000 Subject: [PATCH 08622/10074] weaviate-cli: update 3.2.1 bottle. --- Formula/w/weaviate-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/weaviate-cli.rb b/Formula/w/weaviate-cli.rb index f7c6aee6c206f..0d2ac990e0abc 100644 --- a/Formula/w/weaviate-cli.rb +++ b/Formula/w/weaviate-cli.rb @@ -8,13 +8,13 @@ class WeaviateCli < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "30ab3e267a837fc91fc4ebbd82ad1ee947ad7b836cec7993bc6a2f42e540e850" - sha256 cellar: :any, arm64_sonoma: "996a13c61039e8e9b9e4bf2a1f8c1b9fedaf4a0db1f7d86d932b1d9654d4e57f" - sha256 cellar: :any, arm64_ventura: "a599199d45f436dc0136f51b0965f0e9e22a9bc5bd60e245723fdf1370aa9a88" - sha256 cellar: :any, sonoma: "345e9018e43696441e26b71d9766ee00636c1ac4e0cf40d2322ef8daeee69fc4" - sha256 cellar: :any, ventura: "00e6f78bb826168910e6ee42890bd7f1cc12c0f9b36c498379ef27d97787b4bb" - sha256 cellar: :any_skip_relocation, arm64_linux: "67ddd952df83fc45e7bd390ec9178dcd916a07d2813d4caa6235bb6cd49ce5d3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "df6e39e7465784df8a16d443d849651adb34bc3a9d0a4d0554fc340b0dc5ebb4" + sha256 cellar: :any, arm64_sequoia: "83d12311877e48ace3ea05ff67cd26225afd64f27472dbe508f733f2505d9879" + sha256 cellar: :any, arm64_sonoma: "8d9ac3295c2f7f6d16cd14f60645ad1dfc2c8106277a53396ade895b3c08ad64" + sha256 cellar: :any, arm64_ventura: "26b9ddfa29c25a4bed2265fbbbf4a6fe4d78913bca0b3f8a36a888e427c72a91" + sha256 cellar: :any, sonoma: "d838f9c372ab64c6134f8e357ccb6f5c04665aa2ad41027ff5fe10944076607a" + sha256 cellar: :any, ventura: "affde9f30106e4a4f8f285b8e3b6d9809e59d142d95e25a0b18facfa67a6b9bd" + sha256 cellar: :any_skip_relocation, arm64_linux: "fab5d6c1a2f719d6b11d857b114390345e66978f8a4424e3509504944199024e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eb74ff4e81f48026aeb62d52175e7289048ccc976cd16ef289de6390f2f7c104" end depends_on "ninja" => :build From 5b78a9de0e0d792838203d95e493e04901e9b2fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:33:02 +0000 Subject: [PATCH 08623/10074] buildkit: update 0.23.1 bottle. --- Formula/b/buildkit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/buildkit.rb b/Formula/b/buildkit.rb index d55927b56fb49..097d6a0d6169e 100644 --- a/Formula/b/buildkit.rb +++ b/Formula/b/buildkit.rb @@ -16,12 +16,12 @@ class Buildkit < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2481573f0d865f13f033c775255eb69e35be093f2557d40b2f593a30a2c34ee4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2481573f0d865f13f033c775255eb69e35be093f2557d40b2f593a30a2c34ee4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2481573f0d865f13f033c775255eb69e35be093f2557d40b2f593a30a2c34ee4" - sha256 cellar: :any_skip_relocation, sonoma: "9d5710634c47ed828391a2788357e01fbb3348a30b7419ef8846d36c86391b2c" - sha256 cellar: :any_skip_relocation, ventura: "9d5710634c47ed828391a2788357e01fbb3348a30b7419ef8846d36c86391b2c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5d957ceae55fc9fd8eee585e425332e19211fba81fde633578d25ae3ce529a24" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1bbdbc9c43bbd0c357d1ea4a3be4527479fb1242520d8950937e72ac2bdf3d6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1bbdbc9c43bbd0c357d1ea4a3be4527479fb1242520d8950937e72ac2bdf3d6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e1bbdbc9c43bbd0c357d1ea4a3be4527479fb1242520d8950937e72ac2bdf3d6" + sha256 cellar: :any_skip_relocation, sonoma: "b05c9321b291170b7d51cefa4f519c73178f2a7f2b6f5a34f5a9ef8dc5c62097" + sha256 cellar: :any_skip_relocation, ventura: "b05c9321b291170b7d51cefa4f519c73178f2a7f2b6f5a34f5a9ef8dc5c62097" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9c38618ef4ad626c5962ca041e81c3e1d80e94acb354b74b1888280286d1fb44" end depends_on "go" => :build From 25b4f39e4dcfb959d0f4bafeb48358ecf2ea19b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:33:22 +0000 Subject: [PATCH 08624/10074] yorkie: update 0.6.16 bottle. --- Formula/y/yorkie.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yorkie.rb b/Formula/y/yorkie.rb index c6eae7cf58fa8..33dc405486c0a 100644 --- a/Formula/y/yorkie.rb +++ b/Formula/y/yorkie.rb @@ -12,12 +12,12 @@ class Yorkie < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8cd35419c7290ed2d34765962a14d7d38bf7c26b87ea263e17e08740830ce97" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8cd35419c7290ed2d34765962a14d7d38bf7c26b87ea263e17e08740830ce97" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f8cd35419c7290ed2d34765962a14d7d38bf7c26b87ea263e17e08740830ce97" - sha256 cellar: :any_skip_relocation, sonoma: "8297a8b217b743add0807ea085443862aba7e2f7a6b13a866eb3d111fa3a7316" - sha256 cellar: :any_skip_relocation, ventura: "8297a8b217b743add0807ea085443862aba7e2f7a6b13a866eb3d111fa3a7316" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b37763515eb71707926e0602eaea5afb0a209202cd62d069bfa9bd361b271e0a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "08f609c64faa1ea08365b77f6338e2261c2962fafc1e94eeeb7d91d25f9371c2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5bad3f7fb3d4dfe2d3987cd25d7a36babde56109fcd25a45a66efde94cb38fdf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "af88fbaa23b9f5450233e0538c95a215de548e1a983964358de2cdc15f69d482" + sha256 cellar: :any_skip_relocation, sonoma: "931adf0e6be53e0a3915544013a14aac7fb2ea86bb3ce89d3db7d913dcb99e1b" + sha256 cellar: :any_skip_relocation, ventura: "d4af1d061e9fe44dee0b6c8e604a010228255944626454b369bd081a2aed32eb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd2f68bd0d6082ff8fd9b61423ff6f0295bcc7381b564f880b7fd88a62eef709" end depends_on "go" => :build From f0846977c000f8671ead631fdece174d500941f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:33:41 +0000 Subject: [PATCH 08625/10074] jackett: update 0.22.2032 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 1f62aa299119e..60e7f0b7bd665 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "2b19812099bcc6b557fb3fac73171529a89d79efe37ae38e93cd4e05ed6801ec" - sha256 cellar: :any, arm64_sonoma: "961088bf2cdad11f843bade39e32e9c2608caac69a4ed87fe38bc1ddb16092e8" - sha256 cellar: :any, arm64_ventura: "d4efd59e430c4c3f74d4c63e673ae46a74450031cfdde315d857fbce341370bd" - sha256 cellar: :any, ventura: "765f2de84a302d10a40ccf46527d9bb50e1f695f1e70d8f72ed278d18a9cc379" - sha256 cellar: :any_skip_relocation, arm64_linux: "dda7a92a927576b541d273cd4c47af7f4396616a7dd4f43c2600acdc18a0db4a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b9f2d171a5f950734673481da0e5af3511c323f475f0c7570b55f579561ffeac" + sha256 cellar: :any, arm64_sequoia: "53c88719fbdc91538b09d8564df5508255c7759d2b0f8ee377f6f23e599dbf23" + sha256 cellar: :any, arm64_sonoma: "04f5286bd2c6ab7d745e418a114e6b3873f24e1004eaf0df74d22aae313360c7" + sha256 cellar: :any, arm64_ventura: "97aaebfe2349238d265c92dbaef4e1b4dadc9124c7a718755fe798739b5454ac" + sha256 cellar: :any, ventura: "746a06e0db43188812a0aa808c4cd601923163879fb7eab7695561004bc9ea1e" + sha256 cellar: :any_skip_relocation, arm64_linux: "278a425f7f133e596560057b82a56100933157472405cdbfd3f29e0d13cde5d1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ad1bf8be1529a86ffa205f5a1dd8c99228d03a9937a476f30c420af2dc89af3" end depends_on "dotnet@8" From 5ca6b6bde663f354559eee659c91e658226de937 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:33:54 +0000 Subject: [PATCH 08626/10074] fleet-cli: update 0.12.4 bottle. --- Formula/f/fleet-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fleet-cli.rb b/Formula/f/fleet-cli.rb index d84ad45b801f0..487b8be52f9e0 100644 --- a/Formula/f/fleet-cli.rb +++ b/Formula/f/fleet-cli.rb @@ -12,13 +12,13 @@ class FleetCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ceb97e71a29896288761d41d1b4f3488c978751da329882e1182ffc33667ea70" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e4f749248a449c225e17df68ed854d31da374bf8439741006a4f241c1220f7a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce26fcf3c34996bfc1c5bc283a5083b2264aa5b6bfb447820406525b208c31d4" - sha256 cellar: :any_skip_relocation, sonoma: "4994db618498a04d4e3bb1ced22f2ffbdd68022abd1042725ee5f17691b64e22" - sha256 cellar: :any_skip_relocation, ventura: "d98c1181447c9f7650122a553ddea74d0124a13ed3038ad588497eddb944e066" - sha256 cellar: :any_skip_relocation, arm64_linux: "33816d5713a4a0072c820f7dd311f14f9f8910c797f99872ff81272e2641677d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b4585264fb80ca1ee633a79e2fee303a54f7d0491fcc3c2598c8f524653fb3c2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "76b309dd9cd9f63ec618d1558fcad9d400c5ba4f8ce1a27fcd41bce3deade22a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5358249b320567b20fe7306b68c1e4344a66255524c8380def2bc1e19f7ee35" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e181508dd531afed5d4a58151a5e7580c02ee550f1030ed899101b543bcd8f81" + sha256 cellar: :any_skip_relocation, sonoma: "79a541b67f1141ea46847000daf95679fea185beb6858b324def559e721b6bb2" + sha256 cellar: :any_skip_relocation, ventura: "0c4966e49c7a84e999a1db07957fd5017c74efa2d1552b74a4209d4d3ee35282" + sha256 cellar: :any_skip_relocation, arm64_linux: "ffe23773dfef369745f6e22f1953a2685ed60ad875580f25b4cefcda34da2c38" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d52f60fc1df41aa6c790e0ab9a8e7f1599f9089ebe0bf994e6082dbf4ce77076" end depends_on "go" => :build From d6d587fb1ca5b5aabc0cafe5f9d36c4c694f90f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:33:55 +0000 Subject: [PATCH 08627/10074] mesheryctl: update 0.8.107 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 191f3d3b7176e..efc1eabc11a95 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2898b653a377b8528fa533927b7b0ee1eaf04415f33f478eb766156cfa5eaa9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2898b653a377b8528fa533927b7b0ee1eaf04415f33f478eb766156cfa5eaa9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b2898b653a377b8528fa533927b7b0ee1eaf04415f33f478eb766156cfa5eaa9" - sha256 cellar: :any_skip_relocation, sonoma: "a3987183d9e151ce1d28b96230fe071e1e926b370422bdbe5251fa13c8f2b263" - sha256 cellar: :any_skip_relocation, ventura: "a3987183d9e151ce1d28b96230fe071e1e926b370422bdbe5251fa13c8f2b263" - sha256 cellar: :any_skip_relocation, arm64_linux: "747cf4d8c4f11e931919666a889e9c0727a9a57133a74c039d1df76e59c2876f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4d7db0cb29dbf8bfaf4ee3929e125bade48c985782dbc16697506795979c4e54" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a2c31aa9dcbf97e8842acb70659dd3175baa6941322188daa1c893a50cb88fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a2c31aa9dcbf97e8842acb70659dd3175baa6941322188daa1c893a50cb88fd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7a2c31aa9dcbf97e8842acb70659dd3175baa6941322188daa1c893a50cb88fd" + sha256 cellar: :any_skip_relocation, sonoma: "861e17ec49fc951ae87093d4dc10067675bf2e5edae25700e6f9d72ceb7c7d86" + sha256 cellar: :any_skip_relocation, ventura: "861e17ec49fc951ae87093d4dc10067675bf2e5edae25700e6f9d72ceb7c7d86" + sha256 cellar: :any_skip_relocation, arm64_linux: "383f6603a7e40f943e78e6f3350a5462ecdd4e36aa25b3c41d7b052cdbeef352" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d3a008b0b1308587b4d72aeaefef34a6691cacdb2bd0112ef93e11ff87cc94bf" end depends_on "go" => :build From dcb02fe7176143b38932c848f9f228544c217988 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:33:56 +0000 Subject: [PATCH 08628/10074] appwrite: update 8.0.2 bottle. --- Formula/a/appwrite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/appwrite.rb b/Formula/a/appwrite.rb index 3f51127208181..05c416b45aae9 100644 --- a/Formula/a/appwrite.rb +++ b/Formula/a/appwrite.rb @@ -6,7 +6,7 @@ class Appwrite < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, all: "fe27078b30500e6edb06198496cec4afb74727fa0744e23e61eada845bb645f2" + sha256 cellar: :any_skip_relocation, all: "0f5433ea9dce4a23a1a6aea59f062b6f3e12736ad6cbaa943f0d44fa6612c60a" end depends_on "node" From 45a03ea7ac5aee564fabbaf91e8a4cef6b3fc4be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:33:56 +0000 Subject: [PATCH 08629/10074] cfn-lint: update 1.36.1 bottle. --- Formula/c/cfn-lint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cfn-lint.rb b/Formula/c/cfn-lint.rb index 9b474d1b811f8..38c8c153d622f 100644 --- a/Formula/c/cfn-lint.rb +++ b/Formula/c/cfn-lint.rb @@ -8,13 +8,13 @@ class CfnLint < Formula license "MIT-0" bottle do - sha256 cellar: :any, arm64_sequoia: "d90028d8937600e4a05ee6820e0ec875611605be98b0939fc226ebdb404109e0" - sha256 cellar: :any, arm64_sonoma: "8853c0a1412b622f9397e240ce5a7580c0e5989cfd337e6b8c3c11e55e61ad7f" - sha256 cellar: :any, arm64_ventura: "11ca6199ddd8a4e486b4baaf730f173153f31be89373204f34c8ed6c3734e995" - sha256 cellar: :any, sonoma: "cba92d4bb62b97080cb2522b854e70a336a15252af0acb17e89f2cbe091534a5" - sha256 cellar: :any, ventura: "c44e763503a0b74e7ef5a89c195ab5d9e6be2a470fec782b561a463107630588" - sha256 cellar: :any_skip_relocation, arm64_linux: "782295fb8ff0cf405a38a075d82e19fccd09ef8a007bcd6df90ed473d34233af" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45c5dbfe23c5ef025533aada76a01e8abf04d8637df1f9ff481653cc16fa1b48" + sha256 cellar: :any, arm64_sequoia: "5ed763cbc6554857fd13d738bb0775af60abd8e874d6952f22206da820bfd0cd" + sha256 cellar: :any, arm64_sonoma: "2dd6b231ffbe044ebd6f1e71c4034988a7d9d6d33cd4ae9c7cf2150949a71104" + sha256 cellar: :any, arm64_ventura: "14ff6d396b4670e4ed3ed851de70616c8f308a35740700b8f583ccf22a903b98" + sha256 cellar: :any, sonoma: "4044ef2193830652b638338d4bcbd52fba99b9e815747fb194ca813a364f5cc0" + sha256 cellar: :any, ventura: "fb6c04f0b812e3d58eea9b5b02eccad0dfdd546540b4811ddc8c69ac80dc4f5b" + sha256 cellar: :any_skip_relocation, arm64_linux: "ff5df1c4047797647380a88604fe9a296ee6cb7337a797b82a683600feafc8ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e0cc4ffde0ae01bcb81b114e6b799c64046dcf6496d8bc2704c854f039f5487" end depends_on "rust" => :build From 4a76614bed7153a0671b18e7e0fadcdd946168e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:33:59 +0000 Subject: [PATCH 08630/10074] mongodb-atlas-cli: update 1.44.0 bottle. --- Formula/m/mongodb-atlas-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index b4bfed0482245..e74fb01aceb38 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -12,12 +12,12 @@ class MongodbAtlasCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "be152000ec7a0581b1d39ddc85d45ee949a456bdb388823174974fce72725a77" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "52dac8aa2eaf5bde08d853e7120acc8aa6ba81fec0cf52b3386e8cba3cbe2d47" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fc2e5fda12df7e6319523cfc54ab11442af88c7242a01da035bdd16405d55907" - sha256 cellar: :any_skip_relocation, sonoma: "b0ee174fc78e6527487d0f74a22b9108092cb399b6e38eb08412641af5a0420c" - sha256 cellar: :any_skip_relocation, ventura: "73bfda2353410b897b3b88d6e4cdb02e53266ea0835d1cb51367814327bc52ef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15c176f9a3489f2999ff96b522b838057671574775bca1f360e35ce444fc0710" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0207023b9a03516878d93089c8581dcd64c0bc7ce09b8380ab45779cd22c24f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "79466f7f50ab8d31ec934ac47b44ca55774751bd939257dfa3c9d0149247179b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "863a18066d4e134ba285b40e1593c0be6f1f2b1f25637934e939bf61e3e1f7ce" + sha256 cellar: :any_skip_relocation, sonoma: "eefa0e2a88d2cb0fd90f137ebc3329914588a7b93fe35445e22dd5bdfb8bbdd2" + sha256 cellar: :any_skip_relocation, ventura: "cdc34a2fa4ab0e9b937097b199ebb6f2fcdaef88f97afd1aa12aec663d0aea66" + sha256 cellar: :any_skip_relocation, x86_64_linux: "335b31124c4f34a236e7742b0fcef866ebdfa2289292d95e11740780261e71bc" end depends_on "go" => :build From e8820b353cc823f8652a2625dfe5b54dfa0f5138 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:34:20 +0000 Subject: [PATCH 08631/10074] cdk8s: update 2.200.106 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 86cddfd0ab7f8..df8d520d5966a 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" - sha256 cellar: :any_skip_relocation, arm64_ventura: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" - sha256 cellar: :any_skip_relocation, sonoma: "2348c872f6c30b95d14ed61ad00581a8ed30e037374f60d304afa8e9f0c7c64e" - sha256 cellar: :any_skip_relocation, ventura: "2348c872f6c30b95d14ed61ad00581a8ed30e037374f60d304afa8e9f0c7c64e" - sha256 cellar: :any_skip_relocation, arm64_linux: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" - sha256 cellar: :any_skip_relocation, x86_64_linux: "02f7e31bfad0228e7768cad262c7d14d550dfc37fdf77fce7c469aab1e1a8e27" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" + sha256 cellar: :any_skip_relocation, sonoma: "ac00362bcdc8e8f3184b66f82a2a51d40e3861a1463cb33ebcb2142b38d96d01" + sha256 cellar: :any_skip_relocation, ventura: "ac00362bcdc8e8f3184b66f82a2a51d40e3861a1463cb33ebcb2142b38d96d01" + sha256 cellar: :any_skip_relocation, arm64_linux: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" end depends_on "node" From c769701fe6ac79e77913ca6dbe2311691b186b7a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 01:52:03 -0400 Subject: [PATCH 08632/10074] streamvbyte: update repo location Signed-off-by: Rui Chen --- Formula/s/streamvbyte.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/s/streamvbyte.rb b/Formula/s/streamvbyte.rb index b85d44ede2d49..9edcccd547db7 100644 --- a/Formula/s/streamvbyte.rb +++ b/Formula/s/streamvbyte.rb @@ -1,10 +1,10 @@ class Streamvbyte < Formula desc "Fast integer compression in C" - homepage "https://github.com/lemire/streamvbyte" - url "https://github.com/lemire/streamvbyte/archive/refs/tags/v2.0.0.tar.gz" + homepage "https://github.com/fast-pack/streamvbyte" + url "https://github.com/fast-pack/streamvbyte/archive/refs/tags/v2.0.0.tar.gz" sha256 "51ca1c3b02648ea4b965d65b0e586891981f2e8184b056520e38ad70bcc43dd8" license "Apache-2.0" - head "https://github.com/lemire/streamvbyte.git", branch: "master" + head "https://github.com/fast-pack/streamvbyte.git", branch: "master" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "955cfd051b2957a90b5dcd3206023547acbc96298938bd489f7413eb2bc1721a" @@ -19,7 +19,8 @@ class Streamvbyte < Formula depends_on "cmake" => :build def install - system "cmake", "-S", ".", "-B", "build", *std_cmake_args + odie "Remove `-DCMAKE_POLICY_VERSION_MINIMUM=3.5`" if build.stable? && version > "2.0.0" + system "cmake", "-S", ".", "-B", "build", "-DCMAKE_POLICY_VERSION_MINIMUM=3.5", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" pkgshare.install "examples/example.c" From 9d3ac1d46f6c58456d849ead42a5f48c284534c0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 19:24:08 -0400 Subject: [PATCH 08633/10074] ansible@10: bump python resources Signed-off-by: Rui Chen --- Formula/a/ansible@10.rb | 146 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/Formula/a/ansible@10.rb b/Formula/a/ansible@10.rb index a1de2a5c3b52b..35ba9ee9fff62 100644 --- a/Formula/a/ansible@10.rb +++ b/Formula/a/ansible@10.rb @@ -6,7 +6,7 @@ class AnsibleAT10 < Formula url "https://files.pythonhosted.org/packages/d4/64/29fdff6fe7682342adb54802c1cd90b2272d382e1743089af88f90a1d986/ansible-10.7.0.tar.gz" sha256 "59d29e3de1080e740dfa974517d455217601b16d16880314d9be26145c68dc22" license "GPL-3.0-or-later" - revision 2 + revision 3 livecheck do url "https://pypi.org/rss/project/ansible/releases.xml" @@ -54,8 +54,8 @@ class AnsibleAT10 < Formula end resource "ansible-core" do - url "https://files.pythonhosted.org/packages/14/f2/0453c53a66145b10edf3aa64ee9fb18896a9ee93f7f741ef8ab6ddfa42b0/ansible_core-2.17.9.tar.gz" - sha256 "c24cdc2bab19b910bbdb4a1074af5745e16c78c618f15829e7ddcf699f69a510" + url "https://files.pythonhosted.org/packages/19/b2/f662d40226acaa504b185969255846ac5187c02a4bb2631954db5db60159/ansible_core-2.17.12.tar.gz" + sha256 "24fb30783fcd3e800b839b15a396a1f9d622c007bc358e98f2992156ace52671" end resource "ansible-pylibssh" do @@ -85,13 +85,13 @@ class AnsibleAT10 < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/6b/e6/40f8c1fb52c02adad1c104c4c4ac0488bf8f2b1397f24db07779322e420b/boto3-1.37.7.tar.gz" - sha256 "ac2e022edcd6a94a2adbb21f0ad373a16557ec14a8910366bee0bbc7138fc72a" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/53/4b/096b2fac3ba92ace94f69f238eea9948af568b487c3898e9a8881bfe506b/botocore-1.37.7.tar.gz" - sha256 "2faeac11766db912bc444669b04359080b7b83b2f57a3906c77c8105b70ce1e8" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "cachetools" do @@ -100,18 +100,18 @@ class AnsibleAT10 < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "cliff" do - url "https://files.pythonhosted.org/packages/62/74/c7fb720990b17da636064a7993506c230f7a913b752f0116ad2a2e39d621/cliff-4.9.1.tar.gz" - sha256 "5b392198293c0b9225d459be8ba710cf8248f1ee33006bdeb3d92fb0012592b4" + url "https://files.pythonhosted.org/packages/af/9f/c29775d39263b2c9054dc608e0d604db50ccc4a21be5fcd862cf41e1c033/cliff-4.10.0.tar.gz" + sha256 "8c1f5b682741a03b0c4607c82e8af41d4e9c2859024646562f86cdeb2959a86d" end resource "cmd2" do - url "https://files.pythonhosted.org/packages/f7/2a/018fe937e25e1db0cafeb358c117644a58cdba24f5bbee69c003faf0b454/cmd2-2.5.11.tar.gz" - sha256 "30a0d385021fbe4a4116672845e5695bbe56eb682f9096066776394f954a7429" + url "https://files.pythonhosted.org/packages/a2/6a/bbd2cb85f5da7c6a53fea13ac1b15c4b1b31bfc5cbada31a0ee6be92e2e8/cmd2-2.6.1.tar.gz" + sha256 "650a5892bf29b233d3d6775b5e3cc813648cff0d79134f707981f66baaed9f42" end resource "debtcollector" do @@ -135,13 +135,13 @@ class AnsibleAT10 < Formula end resource "dogpile-cache" do - url "https://files.pythonhosted.org/packages/cb/b7/2fa37f52b4f38bc8eb6d4923163dd822ca6f9e2f817378478a5de73b239e/dogpile_cache-1.3.4.tar.gz" - sha256 "4f0295575f5fdd3f7e13c84ba8e36656971d1869a2081b4737ec99ede378a8c0" + url "https://files.pythonhosted.org/packages/e8/07/2257f13f9cd77e71f62076d220b7b59e1f11a70b90eb1e3ef8bdf0f14b34/dogpile_cache-1.4.0.tar.gz" + sha256 "b00a9e2f409cf9bf48c2e7a3e3e68dac5fa75913acbf1a62f827c812d35f3d09" end resource "durationpy" do - url "https://files.pythonhosted.org/packages/31/e9/f49c4e7fccb77fa5c43c2480e09a857a78b41e7331a75e128ed5df45c56b/durationpy-0.9.tar.gz" - sha256 "fd3feb0a69a0057d582ef643c355c40d2fa1c942191f914d12203b1a01ac722a" + url "https://files.pythonhosted.org/packages/9d/a4/e44218c2b394e31a6dd0d6b095c4e1f32d0be54c2a4b250032d717647bab/durationpy-0.10.tar.gz" + sha256 "1fa6893409a6e739c9c72334fc65cca1f355dbdd93405d30f726deb5bde42fba" end resource "future" do @@ -150,8 +150,8 @@ class AnsibleAT10 < Formula end resource "google-auth" do - url "https://files.pythonhosted.org/packages/c6/eb/d504ba1daf190af6b204a9d4714d457462b486043744901a6eeea711f913/google_auth-2.38.0.tar.gz" - sha256 "8285113607d3b80a3f1543b75962447ba8a09fe85783432a784fdeef6ac094c4" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "idna" do @@ -185,8 +185,8 @@ class AnsibleAT10 < Formula end resource "junos-eznc" do - url "https://files.pythonhosted.org/packages/ce/85/963a0e6c344775b3e993d50f4d6d65b2e9796ca1a4e53c1eba5901cad0a5/junos-eznc-2.7.3.tar.gz" - sha256 "15a9aff9da4bf25dc3c7e54fdf98f3eff5dc4fe8edb79075f54039bcf7a71bd1" + url "https://files.pythonhosted.org/packages/4e/fb/8636537d3832ab752501296ac8a85b2d0b13da169ca95024584434d77836/junos-eznc-2.7.4.tar.gz" + sha256 "c9d90f8ecea908b0b8bf3f47ccc4c7afc212dddcd275a426e5c0104f40418d59" end resource "jxmlease" do @@ -200,18 +200,18 @@ class AnsibleAT10 < Formula end resource "keystoneauth1" do - url "https://files.pythonhosted.org/packages/59/f8/39aa1ac0c7fb9e7c8849f17e663eac208262689b7b9db02861b5e1093500/keystoneauth1-5.10.0.tar.gz" - sha256 "34b870dbbcf806cdb5aec98483b62820a6568d364eca7b1174ca6a8b5a9c77ed" + url "https://files.pythonhosted.org/packages/8f/ba/faa527d4db6ce2d2840c2a04d26152fa9fa47808299ebd23ff8e716503c8/keystoneauth1-5.11.1.tar.gz" + sha256 "806f12c49b7f4b2cad3f5a460f7bdd81e4247c81b6042596a7fea8575f6591f3" end resource "kubernetes" do - url "https://files.pythonhosted.org/packages/b7/e8/0598f0e8b4af37cd9b10d8b87386cf3173cb8045d834ab5f6ec347a758b3/kubernetes-32.0.1.tar.gz" - sha256 "42f43d49abd437ada79a79a16bd48a604d3471a117a8347e87db693f2ba0ba28" + url "https://files.pythonhosted.org/packages/ae/52/19ebe8004c243fdfa78268a96727c71e08f00ff6fe69a301d0b7fcbce3c2/kubernetes-33.1.0.tar.gz" + sha256 "f64d829843a54c251061a8e7a14523b521f2dc5c896cf6d65ccf348648a88993" end resource "lxml" do - url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8/lxml-5.3.1.tar.gz" - sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "markupsafe" do @@ -220,8 +220,8 @@ class AnsibleAT10 < Formula end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "ncclient" do @@ -235,13 +235,13 @@ class AnsibleAT10 < Formula end resource "ntc-templates" do - url "https://files.pythonhosted.org/packages/33/59/0d359a88a9d037bbf4383a123a692c22a10e281f2dd4a6ab7224b8f7908c/ntc_templates-7.7.0.tar.gz" - sha256 "c7b9c2f8306ff6ff1133b5a1614f9627b520bc27c3c514c4e95bf27e221f2a2d" + url "https://files.pythonhosted.org/packages/ad/93/9cb55fac6752b9e9c18412521f95aef43adb7651719dfead1e000a5e3956/ntc_templates-7.9.0.tar.gz" + sha256 "df4b4520c3dd41b33ad0746ea7742c63b13eb2860579c7648c348167af5432e2" end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "openshift" do @@ -250,8 +250,8 @@ class AnsibleAT10 < Formula end resource "openstacksdk" do - url "https://files.pythonhosted.org/packages/c2/9e/dc50e3821ba3dda7e94071a25f8daa34575d92752e94e0d3e8583064856e/openstacksdk-4.4.0.tar.gz" - sha256 "157437563d64f3f6feec1796fbd8552d56277332461778c4dbe76d1828fd31e0" + url "https://files.pythonhosted.org/packages/52/7a/07813f7501792e6bd7e79a75cd94a5bbce20c7fd2679822d44397201b00a/openstacksdk-4.6.0.tar.gz" + sha256 "e47e166c4732e9aea65228e618d490e4be5df06526a1b95e2d5995d7d0977d3d" end resource "os-client-config" do @@ -265,18 +265,18 @@ class AnsibleAT10 < Formula end resource "osc-lib" do - url "https://files.pythonhosted.org/packages/dc/db/0a907d200719f755f00579f116526abea404a8a7961d8cd4019f1e1235ed/osc-lib-3.2.0.tar.gz" - sha256 "5f706be145daf0e58068e3763ec56bde2f43ed229a738628e4c0fb1defb4ed9e" + url "https://files.pythonhosted.org/packages/a4/b1/ea4cb7eb0ab0702e08606f6072efafa8b6a35ecea520570bee9e44b54b31/osc_lib-4.0.2.tar.gz" + sha256 "403f9d4cc1b13d934a3483b43afaf50886447a224fec74ada2b6c7087ad3d77d" end resource "oslo-config" do - url "https://files.pythonhosted.org/packages/3c/ac/aa17577d353a8c90b758a0edb1a94de7fffa24283c7f82cd2c485cb0a740/oslo_config-9.7.1.tar.gz" - sha256 "5558b34bcc2b52f2208e80fcad955a4f7b2c41bb245b6451d43a621ad1263bbd" + url "https://files.pythonhosted.org/packages/69/be/da0a7c7785791ffae3a3365a8e9b88e5ee18837e564068c5ebc824beeb60/oslo_config-9.8.0.tar.gz" + sha256 "eea8009504abee672137c58bdabdaba185f496b93c85add246e2cdcebe9d08aa" end resource "oslo-context" do - url "https://files.pythonhosted.org/packages/a3/65/17722b5f616aa129cee9b5f4a34952ffac7845f7a2cb842472b27c990caa/oslo_context-5.7.1.tar.gz" - sha256 "0c511fe153732aff0c1b3b44abd2f51008a83c707bb929bee01e1255ac964889" + url "https://files.pythonhosted.org/packages/2a/6c/e1e7db0505ff70881336fb6865846885d1ff24fa7fd8e5cdd91016c35f07/oslo_context-6.0.0.tar.gz" + sha256 "151e8228982d3885ed3fed288e8cddb26f894fb40cb8132129fa9e5b3e0ef0bd" end resource "oslo-i18n" do @@ -295,13 +295,13 @@ class AnsibleAT10 < Formula end resource "oslo-utils" do - url "https://files.pythonhosted.org/packages/f1/98/0c74172604f4ea9db117933fa9794e82a66438481a1e5a538584479c92f8/oslo_utils-8.2.0.tar.gz" - sha256 "dcf78d14b968fb7b14263c77278b2b930a7861d3caa887d3a58b2890f6659835" + url "https://files.pythonhosted.org/packages/9e/45/f381d0308a7679975ec0e8409ce133136ea96c1ed6a314eb31dcd700c7d8/oslo_utils-9.0.0.tar.gz" + sha256 "d45a1b90ea1496589562d38fe843fda7fa247f9a7e61784885991d20fb663a43" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "paramiko" do @@ -325,13 +325,13 @@ class AnsibleAT10 < Formula end resource "platformdirs" do - url "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz" - sha256 "357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907" + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" end resource "prettytable" do - url "https://files.pythonhosted.org/packages/38/95/78080e58efbdde46cda8d4498737bf9687839ed4a9744b068cc730a073ed/prettytable-3.15.1.tar.gz" - sha256 "f0edb38060cb9161b2417939bfd5cd9877da73388fb19d1e8bf7987e8558896e" + url "https://files.pythonhosted.org/packages/99/b1/85e18ac92afd08c533603e3393977b6bc1443043115a47bb094f3b98f94f/prettytable-3.16.0.tar.gz" + sha256 "3c64b31719d961bf69c9a7e03d0c1e477320906a98da63952bc6698d6164ff57" end resource "proxmoxer" do @@ -355,8 +355,8 @@ class AnsibleAT10 < Formula end resource "pyasn1-modules" do - url "https://files.pythonhosted.org/packages/1d/67/6afbf0d507f73c32d21084a79946bfcfca5fbc62a72057e9c23797a737c9/pyasn1_modules-0.4.1.tar.gz" - sha256 "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c" + url "https://files.pythonhosted.org/packages/e9/e6/78ebbb10a8c8e4b61a59249394a4a594c1a7af95593dc933a349c8d00964/pyasn1_modules-0.4.2.tar.gz" + sha256 "677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6" end resource "pynacl" do @@ -365,13 +365,13 @@ class AnsibleAT10 < Formula end resource "pynetbox" do - url "https://files.pythonhosted.org/packages/1a/f9/e6c524e5ddc4c2788ab2f5ee1ab2d9afad49cad9c7cd3a372cf5b8433ed3/pynetbox-7.4.1.tar.gz" - sha256 "3f82b5964ca77a608aef6cc2fc48a3961f7667fbbdbb60646655373e3dae00c3" + url "https://files.pythonhosted.org/packages/d3/0b/695021a23c373991d07c1e4cb510287a521318cfc4b29f68ebbecb19fcd2/pynetbox-7.5.0.tar.gz" + sha256 "780064c800fb8c079c9828df472203146442ed3dd0b522a28a501204eb00c066" end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/8b/1a/3544f4f299a47911c2ab3710f534e52fea62a633c96806995da5d25be4b2/pyparsing-3.2.1.tar.gz" - sha256 "61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "pyperclip" do @@ -410,8 +410,8 @@ class AnsibleAT10 < Formula end resource "python-neutronclient" do - url "https://files.pythonhosted.org/packages/62/f5/43ac046c8bc32068faccd4d0b79e44c08ec96b7104a0ac70974c2a17ac76/python-neutronclient-11.4.0.tar.gz" - sha256 "8741219362e4bf9c2e43f2e6cae4d4991ed8f9df9063f43408a0b658b03d62e2" + url "https://files.pythonhosted.org/packages/4d/eb/1f7ad4655f0241bff363ef9c75ec27198b55da0317c2f4e59dbea63d203a/python_neutronclient-11.5.0.tar.gz" + sha256 "a1390c324e71164827e4ac77fd51d626c37019f2416b21514a762e2fc050b574" end resource "python-string-utils" do @@ -420,8 +420,8 @@ class AnsibleAT10 < Formula end resource "pytz" do - url "https://files.pythonhosted.org/packages/5f/57/df1c9157c8d5a05117e455d66fd7cf6dbc46974f832b1058ed4856785d8a/pytz-2025.1.tar.gz" - sha256 "c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "pywinrm" do @@ -435,8 +435,8 @@ class AnsibleAT10 < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-credssp" do @@ -470,13 +470,13 @@ class AnsibleAT10 < Formula end resource "rsa" do - url "https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-4.9.tar.gz" - sha256 "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" + url "https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4/rsa-4.9.1.tar.gz" + sha256 "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/0f/ec/aa1a215e5c126fe5decbee2e107468f51d9ce190b9763cb649f76bb45938/s3transfer-0.11.4.tar.gz" - sha256 "559f161658e1cf0a911f45940552c696735f5c74e64362e515f333ebed87d679" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "scp" do @@ -485,8 +485,8 @@ class AnsibleAT10 < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/d1/53/43d99d7687e8cdef5ab5f9ec5eaf2c0423c2b35133a2b7e7bc276fc32b21/setuptools-75.8.2.tar.gz" - sha256 "4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "shade" do @@ -515,18 +515,18 @@ class AnsibleAT10 < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzdata" do - url "https://files.pythonhosted.org/packages/43/0f/fa4723f22942480be4ca9527bbde8d43f6c3f2fe8412f00e7f5f6746bc8b/tzdata-2025.1.tar.gz" - sha256 "24894909e88cdb28bd1636c6887801df64cb485bd593f2fd83ef29075a81d694" + url "https://files.pythonhosted.org/packages/95/32/1a225d6164441be760d75c2c42e2780dc0873fe382da3e98a2e1e48361e5/tzdata-2025.2.tar.gz" + sha256 "b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 708b5b44141b7a0337785da7caf30af71be9d5bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:16:09 +0000 Subject: [PATCH 08634/10074] xml2rfc: bump python resources --- Formula/x/xml2rfc.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/x/xml2rfc.rb b/Formula/x/xml2rfc.rb index b599a6e8ecc58..571417a5df4bb 100644 --- a/Formula/x/xml2rfc.rb +++ b/Formula/x/xml2rfc.rb @@ -6,6 +6,7 @@ class Xml2rfc < Formula url "https://files.pythonhosted.org/packages/94/2a/bbd76ef42f69d07f7d736c113f4bdd050c7a8e7068f0f397d85185912756/xml2rfc-3.29.0.tar.gz" sha256 "82a1806095ea9a83caa9ee6923bf50f7b7686325042e3e023e34984a54c822db" license "BSD-3-Clause" + revision 1 head "https://github.com/ietf-tools/xml2rfc.git", branch: "main" no_autobump! because: :requires_manual_review @@ -105,8 +106,8 @@ class Xml2rfc < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From 13d39f2fac0b8ae1be74a66f6ec710c7bf932d62 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:18:37 +0000 Subject: [PATCH 08635/10074] parca 0.24.0 parca: remove build patch Signed-off-by: Rui Chen --- Formula/p/parca.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/p/parca.rb b/Formula/p/parca.rb index d2fe6df9a4fdd..e7b54c515bab7 100644 --- a/Formula/p/parca.rb +++ b/Formula/p/parca.rb @@ -1,8 +1,8 @@ class Parca < Formula desc "Continuous profiling for analysis of CPU and memory usage" homepage "https://www.parca.dev/" - url "https://github.com/parca-dev/parca/archive/refs/tags/v0.23.1.tar.gz" - sha256 "fb5f0c1778e257cc1dd48e883ce0904535b0be25816b02dc61bc5b054eb822a5" + url "https://github.com/parca-dev/parca/archive/refs/tags/v0.24.0.tar.gz" + sha256 "a6e70f0687a583e6dfe5adfac9a05722bdc264c3c6017c54b713d8d57603f170" license "Apache-2.0" head "https://github.com/parca-dev/parca.git", branch: "main" @@ -19,12 +19,6 @@ class Parca < Formula depends_on "node" => :build depends_on "pnpm" => :build - # remove unused `@ts-expect-error` directive, upstream pr ref, https://github.com/parca-dev/parca/pull/5518 - patch do - url "https://github.com/parca-dev/parca/commit/a99156d7a5c8f6a1a42f1f83f7af864cbc11fef8.patch?full_index=1" - sha256 "01d5f31de779146e333a55f4371f20f39a554d2b9f8e2fe78b9ba747650d14c6" - end - def install system "pnpm", "--dir", "ui", "install" system "pnpm", "--dir", "ui", "run", "build" From e9031dff1f59062e9eb9b804fe836923168c3c1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 13:58:46 +0000 Subject: [PATCH 08636/10074] docker-compose 2.37.2 --- Formula/d/docker-compose.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-compose.rb b/Formula/d/docker-compose.rb index 01732b2ad687e..70ac7a9187075 100644 --- a/Formula/d/docker-compose.rb +++ b/Formula/d/docker-compose.rb @@ -1,8 +1,8 @@ class DockerCompose < Formula desc "Isolated development environments using Docker" homepage "https://docs.docker.com/compose/" - url "https://github.com/docker/compose/archive/refs/tags/v2.37.1.tar.gz" - sha256 "63fc8a368a900bbba654ca0411cf4d875a3fedcb6a5d89aa8e817495e927a493" + url "https://github.com/docker/compose/archive/refs/tags/v2.37.2.tar.gz" + sha256 "80b8f8087ade39b74452ad4d8b3a9f2b1feb8139f10c7c3743ccff2dc1fd9240" license "Apache-2.0" head "https://github.com/docker/compose.git", branch: "main" From b18d9a7dbdac3f145e99913e5a068706ed43b5b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:01:30 +0000 Subject: [PATCH 08637/10074] firebase-cli 14.8.0 --- Formula/f/firebase-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 3827d2bef30e1..0f761a10ef500 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -1,8 +1,8 @@ class FirebaseCli < Formula desc "Firebase command-line tools" homepage "https://firebase.google.com/docs/cli/" - url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.7.0.tgz" - sha256 "c698fabb2248238be2fc46cb3a2e710b7374b588116e8cf5026d164399d4037a" + url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.8.0.tgz" + sha256 "da0b14115621ce46347ab2e966dd53d804e1a62ce33345ca016b8c6e4b9a6a71" license "MIT" bottle do From d6df9d593ca48ad864b1a37912b2a36713ade84c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:07:35 +0000 Subject: [PATCH 08638/10074] k8sgpt 0.4.19 --- Formula/k/k8sgpt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/k8sgpt.rb b/Formula/k/k8sgpt.rb index 617b77230cf83..ea609707eea4c 100644 --- a/Formula/k/k8sgpt.rb +++ b/Formula/k/k8sgpt.rb @@ -1,8 +1,8 @@ class K8sgpt < Formula desc "Scanning your k8s clusters, diagnosing, and triaging issues in simple English" homepage "https://k8sgpt.ai/" - url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.4.17.tar.gz" - sha256 "7e2b8649051f10a7b0d5229e7f81cf8d436d4feb6100d152202521f3b271c7c5" + url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.4.19.tar.gz" + sha256 "6b237d65cb1ebe4af1618eb6ff0b807cefbd5d46bd0d8ab40de73f2e1074fd10" license "Apache-2.0" head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main" From 2cc334d0da9965671627f479c6089680de3361ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:13:32 +0000 Subject: [PATCH 08639/10074] docker-compose: update 2.37.2 bottle. --- Formula/d/docker-compose.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-compose.rb b/Formula/d/docker-compose.rb index 70ac7a9187075..b09c38090ec78 100644 --- a/Formula/d/docker-compose.rb +++ b/Formula/d/docker-compose.rb @@ -15,12 +15,12 @@ class DockerCompose < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9344d9dcc58b72e422e4fcc5a880c1e3def26322ad5b88c5da28475b1724669" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca640ba682284de81dd6e9b5d3357b870e0cb260bf73be632d17b4024cd8de4f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "686239c1a310f15d6f6edd50ee3d2b75378a6a49f305546c482046843ffec284" - sha256 cellar: :any_skip_relocation, sonoma: "47746b2e6ed7471b5f14abb99530c9dad9eb337219027909ad5efcf0e9fa448b" - sha256 cellar: :any_skip_relocation, ventura: "73c0e0431f00d304b0f78af5af4c2d3891910a3b7c2fc839ce63678fde7dc7e2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e11887527a77ebd5a977affeb69a9cec7effb76b4c5744379c85ce80dc5dc14" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb8218af5dc43b91cca9489b5833958f6a086355b475dc40319264953d60e320" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aba630f43a492eed705559d0210fa31a876a861adc3a7a3692e731fc0e2ea2f1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0a5b7d4b0f53bc4fbe06bd5b49d95dd33b99b84aca05c7974b2c9bb1e745f407" + sha256 cellar: :any_skip_relocation, sonoma: "e2151718ce55c6a3a0be422e214974073d21884ceaa5d74b99ccb2aaada596dc" + sha256 cellar: :any_skip_relocation, ventura: "342e98a97fe4e639beffe0f330ae4a5f2f6073026025cdaafcfaaef74ec9c241" + sha256 cellar: :any_skip_relocation, x86_64_linux: "da14c795ea2496f5efca094630cec0444a4eac25bf164c43b5e9a64936b74a17" end depends_on "go" => :build From ad1ce9501b18252fd1632d41d293cbc7285974ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:13:58 +0000 Subject: [PATCH 08640/10074] mx 7.55.9 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index b3d33b96a2893..75fc154065332 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.55.8.tar.gz" - sha256 "1f6eb852b17062dd300e92822142b01d884e21520dbcca5cd61d16b6ae71e802" + url "https://github.com/graalvm/mx/archive/refs/tags/7.55.9.tar.gz" + sha256 "23d8c7ba2480378cba8b4c6e5438b961c59573a10b9e2ff33c05a1bcf6e067e1" license "GPL-2.0-only" livecheck do From c6682771e5543f6c1d83417557f7058bf8650cb1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:14:42 +0000 Subject: [PATCH 08641/10074] neonctl 2.11.0 --- Formula/n/neonctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/neonctl.rb b/Formula/n/neonctl.rb index 48e517cbe8ed9..e80b985ec34fd 100644 --- a/Formula/n/neonctl.rb +++ b/Formula/n/neonctl.rb @@ -1,8 +1,8 @@ class Neonctl < Formula desc "Neon CLI tool" homepage "https://neon.tech/docs/reference/neon-cli" - url "https://registry.npmjs.org/neonctl/-/neonctl-2.10.1.tgz" - sha256 "17aa0944f9f4703e6b288b642d243770e13f9e4b8e68b9b1514bf294e36689b9" + url "https://registry.npmjs.org/neonctl/-/neonctl-2.11.0.tgz" + sha256 "35d3245cf4ed4c57ad391d81fa9a9f961e29288b5ac2e0950fdf8a5b138b58ac" license "Apache-2.0" bottle do From 0c01e3817ddf566a095ea8799e9fc371440254a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:04:38 +0000 Subject: [PATCH 08642/10074] grokj2k 15.1.0 grokj2k: remove cmake 4 patch Signed-off-by: Rui Chen --- Formula/g/grokj2k.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Formula/g/grokj2k.rb b/Formula/g/grokj2k.rb index dbbec98ae6940..26a686c43a597 100644 --- a/Formula/g/grokj2k.rb +++ b/Formula/g/grokj2k.rb @@ -3,8 +3,8 @@ class Grokj2k < Formula homepage "https://github.com/GrokImageCompression/grok" # pull from git tag to get submodules url "https://github.com/GrokImageCompression/grok.git", - tag: "v15.0.0", - revision: "5f1a8a754fe6a5b3265616544adccd37f4a83e52" + tag: "v15.1.0", + revision: "8d516f767a9d511372f0a25a15edeff7f0908b80" license "AGPL-3.0-or-later" head "https://github.com/GrokImageCompression/grok.git", branch: "master" @@ -53,13 +53,6 @@ class Grokj2k < Formula cause "GNU compiler version must be at least 10.0" end - # Fix to cmake 4 compatibility - # PR ref: https://github.com/GrokImageCompression/grok/pull/376 - patch do - url "https://github.com/GrokImageCompression/grok/commit/40af3b5f2b9343d162a829e91868976ed2bbf563.patch?full_index=1" - sha256 "8e3d7b46efe3e12744383ade949e16d4a3046436c744cc728a4c1aecba26369a" - end - def install ENV.llvm_clang if OS.mac? && (DevelopmentTools.clang_build_version <= 1200) From 3946d088adde83a308b8502ea03b3154e13be0ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:18:30 +0000 Subject: [PATCH 08643/10074] phpunit 12.2.3 --- Formula/p/phpunit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index d71d6f987b63d..69b6b9947fb2f 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -1,8 +1,8 @@ class Phpunit < Formula desc "Programmer-oriented testing framework for PHP" homepage "https://phpunit.de" - url "https://phar.phpunit.de/phpunit-12.2.2.phar" - sha256 "0b30faab11cfd34ee93911c6a2c1d2003636f0b5c60ef29eefa723611768be02" + url "https://phar.phpunit.de/phpunit-12.2.3.phar" + sha256 "86fe1d62335f64fe9f4dbabbf65022d2e5234ae6898e76ba9e9a219ea9e166bd" license "BSD-3-Clause" livecheck do From 53cb3be4cb9e3c84eae1d8e79186a705ce51973f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:21:53 +0000 Subject: [PATCH 08644/10074] ansible@10: update 10.7.0_3 bottle. --- Formula/a/ansible@10.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ansible@10.rb b/Formula/a/ansible@10.rb index 35ba9ee9fff62..76989478ebbd0 100644 --- a/Formula/a/ansible@10.rb +++ b/Formula/a/ansible@10.rb @@ -17,13 +17,13 @@ class AnsibleAT10 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "eb35c6587563894c9c47c992eba095fd00c6ce48ff8a55cf21cdfcc24ce36d53" - sha256 cellar: :any, arm64_sonoma: "6fc1fd2c5a4873b4c1d235917d476f9fbb1ead387710486389bdf39a4325cbf6" - sha256 cellar: :any, arm64_ventura: "7dcae55d5cb95c8a65fa6613021032ea72ac9eb4e046c781362d2df62fbf072a" - sha256 cellar: :any, sonoma: "666e98a3739b8fdcfb528a5dc00fdbd0bfeaeac66f98f8bfb3b1bfb45f8050fe" - sha256 cellar: :any, ventura: "a61275ac9c5607c0d2beed46c00eab2c5f3ddf25336d5d9a055e992a77d083a8" - sha256 cellar: :any_skip_relocation, arm64_linux: "cc37d9aebc2cbdd484c41913f475226c22643a2c31872795f50174b1b39d9ff4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5b032d1d41e0e0f5d7e4d2adf57d02b0adc09cf0ea032932fd548620a806e1ac" + sha256 cellar: :any, arm64_sequoia: "65b73e6066472492def97cbfdf1d290e165a71e4c7116b5d51000cb3a7ba404c" + sha256 cellar: :any, arm64_sonoma: "cd8e723dd68a3300c24c168fa580d7235c8f3dc8f2904a2188f870534485c57b" + sha256 cellar: :any, arm64_ventura: "f66b068dd16ea904cc2fd9fa397e28f4fe9c4d2b799be4b336a985f3beec0f29" + sha256 cellar: :any, sonoma: "50cf57a5d21514b3abffce59f8a5ef8256c573949aca8b8d0fbf6ba2295726f5" + sha256 cellar: :any, ventura: "8f10ab304505aa7839e5ac4e0bc2c81c5cf6deadf3c8e8f914347dd8943295df" + sha256 cellar: :any_skip_relocation, arm64_linux: "14f8c8954c7fed3fdcac40baa04745dc4171f9b1702a301283522c5d3bacef85" + sha256 cellar: :any_skip_relocation, x86_64_linux: "14e8cdfd4ea29228fa9ef36a33d1678e0bf52b0278ec678b209c3796c4ab7776" end keg_only :versioned_formula From fb5cce99619f41c0f2afa4b27cc5b43ba3fe2bcb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:26:52 +0000 Subject: [PATCH 08645/10074] terramate 0.13.3 --- Formula/t/terramate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terramate.rb b/Formula/t/terramate.rb index df3a41594dc3f..d9a58b1a3d46c 100644 --- a/Formula/t/terramate.rb +++ b/Formula/t/terramate.rb @@ -1,8 +1,8 @@ class Terramate < Formula desc "Managing Terraform stacks with change detections and code generations" homepage "https://terramate.io/docs/" - url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.13.2.tar.gz" - sha256 "2604def6adadff105137781d5f3d6d020fc9bc9ade44a51669fbad145a08b0a8" + url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.13.3.tar.gz" + sha256 "9a77740bfa53d21ae021093700f228907b7f35e7dc43851e0eb360bce56ed3e7" license "MPL-2.0" head "https://github.com/terramate-io/terramate.git", branch: "main" From 965ae62ca93c49c92faf5ba5873a8f83e560bcfc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:27:49 +0000 Subject: [PATCH 08646/10074] firebase-cli: update 14.8.0 bottle. --- Formula/f/firebase-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 0f761a10ef500..ca5f5033e3601 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -6,13 +6,13 @@ class FirebaseCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d142c262159196f984860fb8e0ecd2c67792d5eaa957c35ab01ee194132f003b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d142c262159196f984860fb8e0ecd2c67792d5eaa957c35ab01ee194132f003b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d142c262159196f984860fb8e0ecd2c67792d5eaa957c35ab01ee194132f003b" - sha256 cellar: :any_skip_relocation, sonoma: "7689d4a47c8bbbd10a93d1cb3a42bac429f3d87e46c2e74257357d39eb06a8f1" - sha256 cellar: :any_skip_relocation, ventura: "7689d4a47c8bbbd10a93d1cb3a42bac429f3d87e46c2e74257357d39eb06a8f1" - sha256 cellar: :any_skip_relocation, arm64_linux: "0200548cf54ed11f0980cebb0c1e7d4ae8041ab3509a4dda6d7b917c1e642112" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0765797964e555ac3663593a0d0e2f1e26e2e67c298c60ee7867ab20a3ac3df7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1a13adf375826de73939c22908ae32daca15f23597b10cacd9d2bfb549eef87" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1a13adf375826de73939c22908ae32daca15f23597b10cacd9d2bfb549eef87" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a1a13adf375826de73939c22908ae32daca15f23597b10cacd9d2bfb549eef87" + sha256 cellar: :any_skip_relocation, sonoma: "e54c31feb96928d90f3d48ff966ee597ae9dacb906d8d127c78321959ad12dd7" + sha256 cellar: :any_skip_relocation, ventura: "e54c31feb96928d90f3d48ff966ee597ae9dacb906d8d127c78321959ad12dd7" + sha256 cellar: :any_skip_relocation, arm64_linux: "f2ae012cdb0aa285f8cb9a88c230772ed31283ae1b4b42f36f0973b052508c8c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1799687720a55912d7c619249dde9d562b30bb27ed40456c9018adef877d3b75" end depends_on "node" From cde925bc43f85e9c8ad111fca424480b36bdf735 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:27:57 +0000 Subject: [PATCH 08647/10074] k8sgpt: update 0.4.19 bottle. --- Formula/k/k8sgpt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/k8sgpt.rb b/Formula/k/k8sgpt.rb index ea609707eea4c..f5ff2d4d312fb 100644 --- a/Formula/k/k8sgpt.rb +++ b/Formula/k/k8sgpt.rb @@ -7,13 +7,13 @@ class K8sgpt < Formula head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c735ac98d8205eea964e0cfd3c43d952495c50aa6ac417092aaa6d9af5942abb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2193174a3b3b1e922f2349fc38fa00fa97a08631a55e5bdcb24015ec319d4c3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6876ab18c6d5f548f6df9227d848e94ebb7ceb57d1a1d4f882067730af0b72ef" - sha256 cellar: :any_skip_relocation, sonoma: "3d08733d4899cd6c3a5d82ecd05488ff04176e5b82abddc0339edbb1eedaef61" - sha256 cellar: :any_skip_relocation, ventura: "07e9dd30802b27a9ae2ac8a81889a2ccf3759ac16c02d947499779252562a20d" - sha256 cellar: :any_skip_relocation, arm64_linux: "b3ee62d99af2ed6fffc3449f8533b78a02bf194473533f3b086b5ef512580519" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cb3871f189c8f9f400ca743015878abb6b10272339b1efb482932de0398464e1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "80359e8e81588e65e3afac6e4e8f04cd98a4a848eebc37bf2b8b2359c36f9d04" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd984f79e295807a18e3f7ef63f0ba2d387cf05cfa23c77beb543b85e370615e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1623164fd59fb4032c85adbc5312b60fe060f307d82f65c1ebbd50e8a1abcb11" + sha256 cellar: :any_skip_relocation, sonoma: "f7b3efdbf67557d32f0301756413f1267ad961d5c037e2bb6080ece83619f9a5" + sha256 cellar: :any_skip_relocation, ventura: "81e9af735d1a65b56bb4f1ddfa9422b2539aa356c4dfaca5b9a0919d9f3bc21c" + sha256 cellar: :any_skip_relocation, arm64_linux: "eaf17023005bc801dc93aff7a2b0aac2a0f282477267385641ee209e136fc776" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e51ce2bf521eecff38a49229afcaef356c3dde138d210d15fde033c521cce3f0" end depends_on "go" => :build From 9757a0c2ec4aed99d7a04000a563a42ffa2d4977 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:30:08 +0000 Subject: [PATCH 08648/10074] weaviate 1.31.2 --- Formula/w/weaviate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/weaviate.rb b/Formula/w/weaviate.rb index d6206e4ab2eee..afbe7c026c27f 100644 --- a/Formula/w/weaviate.rb +++ b/Formula/w/weaviate.rb @@ -1,8 +1,8 @@ class Weaviate < Formula desc "Open-source vector database that stores both objects and vectors" homepage "https://weaviate.io/developers/weaviate/" - url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.31.1.tar.gz" - sha256 "390604bf9be07ad4b49178320eeb20864eafe86cd0864113d02043adab6be229" + url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.31.2.tar.gz" + sha256 "a3916c695848aa093f97a3c194c85660d458a014ac0a790a7c1a105229bb1e12" license "BSD-3-Clause" bottle do From f15fb6272e385e6d85df5e045811d3b7204e4f8a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:30:31 +0000 Subject: [PATCH 08649/10074] werf 2.38.1 --- Formula/w/werf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index ec9508b207674..f9d06e935bd8d 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -1,8 +1,8 @@ class Werf < Formula desc "Consistent delivery tool for Kubernetes" homepage "https://werf.io/" - url "https://github.com/werf/werf/archive/refs/tags/v2.38.0.tar.gz" - sha256 "b6d61cc038fd8ab21261289cd3a1d735926693c88417694a4f8721b077bc65e8" + url "https://github.com/werf/werf/archive/refs/tags/v2.38.1.tar.gz" + sha256 "bb680080e5da572d8e05b54bedb356531ca35d69a26174a5255c2ce28d6390c1" license "Apache-2.0" head "https://github.com/werf/werf.git", branch: "main" From 7d95ab4e41bc3391c4229c2a28ed785587f7bfa0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:32:44 +0000 Subject: [PATCH 08650/10074] mx: update 7.55.9 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 75fc154065332..a7667a658d3e1 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "1c9ef45d7a7b4c02f517a0c44ff97664edb3f80f83ea30d32a2802fbd523034a" + sha256 cellar: :any_skip_relocation, all: "e3ed41efd311b36b2a5ae5dbed6438df2ab5aa1d87b604a069e25d6457a55f0e" end depends_on "openjdk" => :test From 34021184126bbdb455069f15b83784bfb890d5f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:33:48 +0000 Subject: [PATCH 08651/10074] neonctl: update 2.11.0 bottle. --- Formula/n/neonctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/neonctl.rb b/Formula/n/neonctl.rb index e80b985ec34fd..aa91b268d00dc 100644 --- a/Formula/n/neonctl.rb +++ b/Formula/n/neonctl.rb @@ -6,13 +6,13 @@ class Neonctl < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" - sha256 cellar: :any_skip_relocation, sonoma: "52b18e57a55ec58d254189d256c57fc3c5f71242dfcd65a65f8406b1d95a6c94" - sha256 cellar: :any_skip_relocation, ventura: "52b18e57a55ec58d254189d256c57fc3c5f71242dfcd65a65f8406b1d95a6c94" - sha256 cellar: :any_skip_relocation, arm64_linux: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4fe8d2d0403e5b91e0486c3092f836a7bbb945af1e70b5287652909ed8d6a54d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef08c1a179d6c63fe5f5ee6eafade7ec0681ea890d5c84f385f8b48ced2106a1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef08c1a179d6c63fe5f5ee6eafade7ec0681ea890d5c84f385f8b48ced2106a1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ef08c1a179d6c63fe5f5ee6eafade7ec0681ea890d5c84f385f8b48ced2106a1" + sha256 cellar: :any_skip_relocation, sonoma: "e37b965eb3d0992e3e721b2c1e70c61406bac4f30e031235499ee79d9d02f221" + sha256 cellar: :any_skip_relocation, ventura: "e37b965eb3d0992e3e721b2c1e70c61406bac4f30e031235499ee79d9d02f221" + sha256 cellar: :any_skip_relocation, arm64_linux: "ef08c1a179d6c63fe5f5ee6eafade7ec0681ea890d5c84f385f8b48ced2106a1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef08c1a179d6c63fe5f5ee6eafade7ec0681ea890d5c84f385f8b48ced2106a1" end depends_on "node" From 6571e6a8faefa99425c9ab8a00c2b6eb5f75bead Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:09:01 +0000 Subject: [PATCH 08652/10074] phpunit: update 12.2.3 bottle. --- Formula/p/phpunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 69b6b9947fb2f..65544296fb9b9 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -12,7 +12,7 @@ class Phpunit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "cfa6ff13b8da63ffb5c452a7fbb34f5fafea55187e4a2fcfd645fbd64f862613" + sha256 cellar: :any_skip_relocation, all: "90d5245930c571ec874794d5f64f11b3f9112d95d4f1108825df40f472a42954" end depends_on "php" => :test From f292a46764fb53669c7c6f89c4cd86ffd86da756 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:09:43 +0000 Subject: [PATCH 08653/10074] terramate: update 0.13.3 bottle. --- Formula/t/terramate.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terramate.rb b/Formula/t/terramate.rb index d9a58b1a3d46c..bf582f205d9ea 100644 --- a/Formula/t/terramate.rb +++ b/Formula/t/terramate.rb @@ -7,12 +7,12 @@ class Terramate < Formula head "https://github.com/terramate-io/terramate.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dacc88bd71513a0f8ce638afdfd76809bef47d8f1054e60e05d3285ad25caa9d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dacc88bd71513a0f8ce638afdfd76809bef47d8f1054e60e05d3285ad25caa9d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dacc88bd71513a0f8ce638afdfd76809bef47d8f1054e60e05d3285ad25caa9d" - sha256 cellar: :any_skip_relocation, sonoma: "81322d1101c815c322887dec2efc1f7da5cf088aeb823d9d651e3aabe8eb8cc2" - sha256 cellar: :any_skip_relocation, ventura: "81322d1101c815c322887dec2efc1f7da5cf088aeb823d9d651e3aabe8eb8cc2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf56b95d7a813175189c93afc70288a3541b9b2d968e49e4ef26a5684ecb949c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "458e9fd5b0037fa6f3c2e725453d00125a39c4c31616f0e162c2c7d51ca10c2a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "458e9fd5b0037fa6f3c2e725453d00125a39c4c31616f0e162c2c7d51ca10c2a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "458e9fd5b0037fa6f3c2e725453d00125a39c4c31616f0e162c2c7d51ca10c2a" + sha256 cellar: :any_skip_relocation, sonoma: "e8048bc523078dc2b73fa822c2fb5a5844d1ef5d439a3227e1a2cee488e33605" + sha256 cellar: :any_skip_relocation, ventura: "e8048bc523078dc2b73fa822c2fb5a5844d1ef5d439a3227e1a2cee488e33605" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c72d252e0b7a7f6dc1ef72aa20754f4c8f83edbf9c4418d09f2f4a101c975413" end depends_on "go" => :build From 601b68e35fa69ce4735bb0bded0ebc9896d93e0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:10:05 +0000 Subject: [PATCH 08654/10074] weaviate: update 1.31.2 bottle. --- Formula/w/weaviate.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/w/weaviate.rb b/Formula/w/weaviate.rb index afbe7c026c27f..a85e25c1e7b3b 100644 --- a/Formula/w/weaviate.rb +++ b/Formula/w/weaviate.rb @@ -6,12 +6,12 @@ class Weaviate < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a55102d4654f177ee2225e087cf69b6f2822fbd0e28e672a98a6f1717e7c0ba5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a55102d4654f177ee2225e087cf69b6f2822fbd0e28e672a98a6f1717e7c0ba5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a55102d4654f177ee2225e087cf69b6f2822fbd0e28e672a98a6f1717e7c0ba5" - sha256 cellar: :any_skip_relocation, sonoma: "19c41b88806a22ff9261944fa35b24d04bc0b7dd7e87fb3809a7c7a0104453db" - sha256 cellar: :any_skip_relocation, ventura: "19c41b88806a22ff9261944fa35b24d04bc0b7dd7e87fb3809a7c7a0104453db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23ab067d45bed7394bbfd0fde4ae52b24ce13870027f5361f80499a985487d78" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "32d83de3e0b1f9cb26a392e8c1e6e81a3efaad993bb28624ab922c103a9e4c5f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "32d83de3e0b1f9cb26a392e8c1e6e81a3efaad993bb28624ab922c103a9e4c5f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "32d83de3e0b1f9cb26a392e8c1e6e81a3efaad993bb28624ab922c103a9e4c5f" + sha256 cellar: :any_skip_relocation, sonoma: "c1b226dae4aba57fea41e6fcc59c7653873a3b37a11008ce605c88bbb6259000" + sha256 cellar: :any_skip_relocation, ventura: "c1b226dae4aba57fea41e6fcc59c7653873a3b37a11008ce605c88bbb6259000" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d7af4614c3be8a7aa6089f907f93dbbf39b1afd7a6e758d6b1826576f08d5373" end depends_on "go" => :build From 3b259f2a8c9c31f3ba82ab21d79c24c3125320aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:10:21 +0000 Subject: [PATCH 08655/10074] werf: update 2.38.1 bottle. --- Formula/w/werf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index f9d06e935bd8d..e58514e5d4195 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -15,13 +15,13 @@ class Werf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb22f0c6158b18519b0bb6332086519adcf3bc5b3948e78f0a1f2abef80b6fef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "459d00e58f366555a4c52103a619aa2e2f95500725236a7e6bcac4923ee95b0e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2f2877cc0ba8d5041c668b95f6280ceb67be4640836e40c5c58bb5c3c0a6e221" - sha256 cellar: :any_skip_relocation, sonoma: "13b3529ef88a62bb45f61fe13e12c3a20062c2ec868568c679c531dd73e4327c" - sha256 cellar: :any_skip_relocation, ventura: "5ac9abececbf0d53a0c6b5ffab02a775d0579a68b6c446931c241de8f7d0b3f4" - sha256 cellar: :any_skip_relocation, arm64_linux: "0dd7566f233677bc935eb66f8d7b368bfbda8ba713d2ddf6aa4ba232ccfc6099" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c5cd99d6b019b2b3a6a84e7869a643bff691729b2069b5365036331ad8972307" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "84e36233ffe2cd0ae9bc54a89558ad9048908bcadefad7de68f34cf9ebc3be7a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "77990fe756c6fdcdd5a52f72f36c77781586a7b722223448afedb6735aa995d2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e82fff34cf9e1d1b8f8a1198f5705bbd7806e4cf14a687e68bac207d0e213759" + sha256 cellar: :any_skip_relocation, sonoma: "476ab3d7c7f9bc795042aa7894e7bbd0cc2ce7c258b02acfe1d33546360982bc" + sha256 cellar: :any_skip_relocation, ventura: "89aa2ca61439919b018cf2249318cefc8f4edafcdcdbe0009e1282d2099b425b" + sha256 cellar: :any_skip_relocation, arm64_linux: "d14224389f7c9a94541d18e0edb7799f2067b3c6f9334ed7e95882467876a100" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a06d8e3f33ac47356b8ab02f9f2b7a312401693133d9549d2b81e89502395ef5" end depends_on "go" => :build From b55f08bfdcb05f957d3b2f901a535acf74c8c501 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:10:38 +0000 Subject: [PATCH 08656/10074] grokj2k: update 15.1.0 bottle. --- Formula/g/grokj2k.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grokj2k.rb b/Formula/g/grokj2k.rb index 26a686c43a597..72f10eb6a7c58 100644 --- a/Formula/g/grokj2k.rb +++ b/Formula/g/grokj2k.rb @@ -14,13 +14,13 @@ class Grokj2k < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c449e121480cf29ababe0308798de24bf4bc6cae481b25f638ca66d7cf450799" - sha256 cellar: :any, arm64_sonoma: "3494b6e2d894c6aa91928372e0c945b7ad48263db85c11a309aa89625810df4a" - sha256 cellar: :any, arm64_ventura: "0146edbf0ea87f7bbd8d2ef16cbae48855e65dbabadc39b397311d1ba3cea210" - sha256 cellar: :any, sonoma: "14b7c8a41249a4b681443bdb9114357c4efda8d7af697f6fe109af98fa209a50" - sha256 cellar: :any, ventura: "1f5a312a4fc699b7471c7a173c76f37fb8f459228a88c62a27e02117bed869c5" - sha256 cellar: :any_skip_relocation, arm64_linux: "01752750f376fd888afabad5acfcd512503184be46049bea7cd7ea78e4643141" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed50ea40ee52f5381b72c02ee813620ccc2fbdbe26550f2d295171dad807c7ae" + sha256 cellar: :any, arm64_sequoia: "44060bd2dd60f53476caf5681c85006dbb3dd52a8b49c0f04cc83b8673868bb2" + sha256 cellar: :any, arm64_sonoma: "3106d2ed36a53006f28feb020a9649ecd42258ef82c12549d4fe2666f31f897d" + sha256 cellar: :any, arm64_ventura: "57376549d1514236cf0d72ea584c9573fc53bb53878a3db6ddf3fc3247a596e1" + sha256 cellar: :any, sonoma: "42291c77556e0491032b1f9c435a75a34eb04069ce121c6e659394c846d0081d" + sha256 cellar: :any, ventura: "6cb72236f5ab703ff3afa1dcf404495997cbe31ebbc118fdb31f99acec2076b5" + sha256 cellar: :any_skip_relocation, arm64_linux: "0835de9a6c263f4604415c43f529fd17309abb5bada419df33fd4ab73567fc40" + sha256 cellar: :any_skip_relocation, x86_64_linux: "779b58719e3bac4234a8c34245ab6eaa722d82b0e9fe8b9065531ad9a80afbb2" end depends_on "cmake" => :build From 5b960fb35fdf9b04eabe8c8e0bcca8d2d423c886 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:11:19 +0000 Subject: [PATCH 08657/10074] parca: update 0.24.0 bottle. --- Formula/p/parca.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/parca.rb b/Formula/p/parca.rb index e7b54c515bab7..91d6d2b78dc5a 100644 --- a/Formula/p/parca.rb +++ b/Formula/p/parca.rb @@ -7,12 +7,12 @@ class Parca < Formula head "https://github.com/parca-dev/parca.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "803754a46d4237e5be3309e230dd8a180cb367c7efe9b1d42a9b0a2d494fd5d1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d411a908e2c433b447a9a8c6bd55999c48da4bc3b556dc97a7b38015077dae5d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d411a908e2c433b447a9a8c6bd55999c48da4bc3b556dc97a7b38015077dae5d" - sha256 cellar: :any_skip_relocation, sonoma: "ad7cd30f86b9f6dfa1a1f953830b8cf013b0963fa884087b1062b9c26baed0e6" - sha256 cellar: :any_skip_relocation, ventura: "ad7cd30f86b9f6dfa1a1f953830b8cf013b0963fa884087b1062b9c26baed0e6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d0a6297c3de266f603d6682c3f672ef2bd295876d64f7bfbedaf35399229707" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fa27fe43d36fbc20c435166dba3a6c9469185c36c9e20662ed2242261cf99fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "990936082e88d67e290dd68c4deabe8128bcf0014801ce6e33acc0cada5c6c99" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8e57cdf205a217af6f088fc1faf5f9a733b3d4b571f36701545c3b7e7431f365" + sha256 cellar: :any_skip_relocation, sonoma: "9c84f3604a5c71a4f7b4563eba865a161d52136587d4b871d481c3585c8f8be1" + sha256 cellar: :any_skip_relocation, ventura: "cdc41c2a248ad03df9ce846575b33d78e6bd69f1c329e6220a9e605fb758fffc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3325bbd56f7414fb392a234865e50147209c5fc4595e727bb3fe8d06eea558dc" end depends_on "go" => :build From 871e3df41b329e9c821e2e11827900d706a66cb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:11:24 +0000 Subject: [PATCH 08658/10074] xml2rfc: update 3.29.0_1 bottle. --- Formula/x/xml2rfc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xml2rfc.rb b/Formula/x/xml2rfc.rb index 571417a5df4bb..a19eaea75a9a3 100644 --- a/Formula/x/xml2rfc.rb +++ b/Formula/x/xml2rfc.rb @@ -12,13 +12,13 @@ class Xml2rfc < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "4a9c95af44171456ab840bf3c014d453fa128693a55478f9357575d3b0e80fa0" - sha256 cellar: :any, arm64_sonoma: "ae444d4095b03d74295a9f6e5a0ad0d088271a958d514cfc0ff93a7c5aefb9fb" - sha256 cellar: :any, arm64_ventura: "868ddf48de69a6e6db75f4dca88e54f6aca5b7f35be1b02b791bf32fa678c6fe" - sha256 cellar: :any, sonoma: "7bf63bdca955ac300632f400c2747792c87772a7e4315e157c5b101a52ef3f72" - sha256 cellar: :any, ventura: "c500ca8e1d688138f3c28a389f75962d28bd48e2022a119a232ba49250471ac3" - sha256 cellar: :any_skip_relocation, arm64_linux: "b54ecb019d0a230368c0a7c3863b96ed8d18b42cc20e591efb2c4d7b466de7f9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc568630c6902abd390bbe27e56edf5430e16ccf7a2ff2caa806dfe871617ef1" + sha256 cellar: :any, arm64_sequoia: "1b58b51ba8053f789dbc61750af7c47eccae45ab496826aadf2ae34d683bb8fa" + sha256 cellar: :any, arm64_sonoma: "dfa4382a842b2c2a21d0b55576bc16660143b9015c8a34ed08bee36f6ab95233" + sha256 cellar: :any, arm64_ventura: "0bd04beeef67919b35edd8ff7181bdc0cca36df3b3dfb74b28b987c1c5f22863" + sha256 cellar: :any, sonoma: "b353c80310438079c9b8b5a54648144c9613d50bf6a0f9430583e2d1d2c09b36" + sha256 cellar: :any, ventura: "1bbb1720605cc429ddf061800c42ce7966c014ac4b76d8ca1b5ab0d0ba29373b" + sha256 cellar: :any_skip_relocation, arm64_linux: "9f16fef757aab60ab1647f3f5ca2080c548fb6b6251862d220cd59d3e84a13d5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3dd0eb0f94e4dcfc8b51dd45dac3d833bf1d05879bd54588942cc6a3746a5eba" end depends_on "libyaml" From 4a722c21d7c71c88678203cc166529237207aad9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:12:26 +0000 Subject: [PATCH 08659/10074] kbt: add 2.1.0 bottle. --- Formula/k/kbt.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/k/kbt.rb b/Formula/k/kbt.rb index 3ac4a1654ea27..fcd2985232892 100644 --- a/Formula/k/kbt.rb +++ b/Formula/k/kbt.rb @@ -6,6 +6,15 @@ class Kbt < Formula license "MIT" head "https://github.com/bloznelis/kbt.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0120aa35263ade59259cbd0160aede274aec0e9b596d1fa4d54af2456bb0a030" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bf5988a3d481965811ae1b35a2da6396e548b3691142a1285b73ec199aa74cf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c0b91f3101be3a1c6a433602c7f629091bf5a689ecd8ce18eef413baafc267c3" + sha256 cellar: :any_skip_relocation, sonoma: "ac9a8d2c6fbb46d83056267b83050a1384b66ceb48d7cfd784e80215e84baabc" + sha256 cellar: :any_skip_relocation, ventura: "24a8ec918a6dfea51eb963c9538e7523476ba09680eee1252dc17fd37bad9f71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "811dc47da36e5d3914fc3c14fd0e2c4a3a797e1fadfc12191947c889d3fbd805" + end + depends_on "pkgconf" => :build depends_on "rust" => :build From 33d54f772578c3de84db2ac06c26eab77df57a3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:53:55 +0000 Subject: [PATCH 08660/10074] bfs 4.0.8 --- Formula/b/bfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bfs.rb b/Formula/b/bfs.rb index 4e7512acada97..3ee730e3df81e 100644 --- a/Formula/b/bfs.rb +++ b/Formula/b/bfs.rb @@ -1,8 +1,8 @@ class Bfs < Formula desc "Breadth-first version of find" homepage "https://tavianator.com/projects/bfs.html" - url "https://github.com/tavianator/bfs/archive/refs/tags/4.0.7.tar.gz" - sha256 "37b11768b9b9bb50c7016d261317a4cd1ce047751681cfad528ccd700a65cd9e" + url "https://github.com/tavianator/bfs/archive/refs/tags/4.0.8.tar.gz" + sha256 "0b7bc99fca38baf2ce212b0f6b03f05cd614ea0504bc6360e901d6f718180036" license "0BSD" bottle do From e2e9c1a005d31b4d06a672bc4bc1fd499b9ebc42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:56:35 +0000 Subject: [PATCH 08661/10074] cloudflare-wrangler 4.20.4 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 0f9d357caaf6a..1939093a82fd9 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.3.tgz" - sha256 "3e66ac43892cb09d15db382a03a176f1e77429d9ab33fee9b9df3bbf1af6445b" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.4.tgz" + sha256 "3b7a16efb47a66b4efd97ebdbae1a5eb475f4058ee21e741db740b4c49b4deb8" license any_of: ["Apache-2.0", "MIT"] bottle do From e99951cab776300b142b4786033bf05aa8b88001 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:59:26 +0000 Subject: [PATCH 08662/10074] diffoscope 299 --- Formula/d/diffoscope.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/diffoscope.rb b/Formula/d/diffoscope.rb index 7c8e0952a4edf..3859b60ffc48e 100644 --- a/Formula/d/diffoscope.rb +++ b/Formula/d/diffoscope.rb @@ -3,8 +3,8 @@ class Diffoscope < Formula desc "In-depth comparison of files, archives, and directories" homepage "https://diffoscope.org" - url "https://files.pythonhosted.org/packages/c0/de/f2db42c95e2606171961c65ff243549ca3d7ac8d733b921e8a393db568da/diffoscope-298.tar.gz" - sha256 "9644b7e711df71f13c5f50f3d1353c1e6d09f462d342d9771576e75f3dd8c3e1" + url "https://files.pythonhosted.org/packages/ff/cb/b3046862f1a61cf4e8c744896be8c213ed7ad9caaeeda478d69f77978cf2/diffoscope-299.tar.gz" + sha256 "f40492b926e8ef38ba51bdda0bf0a350ad9f99b35db73506ee63f7be7a8e0465" license "GPL-3.0-or-later" bottle do From 7e09cb4377845ad6a4dbfde716f95876b7d46c77 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:02:47 +0000 Subject: [PATCH 08663/10074] github-keygen 1.401 --- Formula/g/github-keygen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/github-keygen.rb b/Formula/g/github-keygen.rb index 4c6022dd1550b..19f91c9c5285e 100644 --- a/Formula/g/github-keygen.rb +++ b/Formula/g/github-keygen.rb @@ -1,8 +1,8 @@ class GithubKeygen < Formula desc "Bootstrap GitHub SSH configuration" homepage "https://github.com/dolmen/github-keygen" - url "https://github.com/dolmen/github-keygen/archive/refs/tags/v1.400.tar.gz" - sha256 "fa74544609ed59f5b06938a981a32027edfb1234459854d5a6ce574c22f06052" + url "https://github.com/dolmen/github-keygen/archive/refs/tags/v1.401.tar.gz" + sha256 "0feb346de7927a3bcacadf2122b333041bb7b21b8262230265dc49a2d0f0b7ef" license "GPL-3.0-or-later" head "https://github.com/dolmen/github-keygen.git", branch: "release" From 32f89584fd7094172bf5bf6b34da67ddc990f6ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:03:05 +0000 Subject: [PATCH 08664/10074] glaze 5.5.1 --- Formula/g/glaze.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index ce80083bd34e6..942321f38f368 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -1,8 +1,8 @@ class Glaze < Formula desc "Extremely fast, in-memory JSON and interface library for modern C++" homepage "https://github.com/stephenberry/glaze" - url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.5.0.tar.gz" - sha256 "378ba049e37b4c318fe0bdb2c6803369576707e40bad777959ed706dc361fc6b" + url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.5.1.tar.gz" + sha256 "a30fedaffca7a0afdfa8e7b6f570fbbdc5fed6b0c8146c7922c0e11252d12404" license "MIT" bottle do From f531529460cea91b371b2c8477b043bcd1d5a924 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:05:03 +0000 Subject: [PATCH 08665/10074] immich-cli 2.2.71 --- Formula/i/immich-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/immich-cli.rb b/Formula/i/immich-cli.rb index 06150b2284118..73b87a6d2cc40 100644 --- a/Formula/i/immich-cli.rb +++ b/Formula/i/immich-cli.rb @@ -1,8 +1,8 @@ class ImmichCli < Formula desc "Command-line interface for self-hosted photo manager Immich" homepage "https://immich.app/docs/features/command-line-interface" - url "https://registry.npmjs.org/@immich/cli/-/cli-2.2.70.tgz" - sha256 "32d5cbff5f32591e34c9027a4ece246fa1a40ac8deab77d42ac39e53071e227c" + url "https://registry.npmjs.org/@immich/cli/-/cli-2.2.71.tgz" + sha256 "949e782beb40fb60aeff57cf04ac56b47eb2f1165c5073908fe999519c3be507" license "AGPL-3.0-only" bottle do From ba7dc1d1914fc06b131a7284dfd4e937235e3eef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:06:19 +0000 Subject: [PATCH 08666/10074] k8sgpt 0.4.20 --- Formula/k/k8sgpt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/k8sgpt.rb b/Formula/k/k8sgpt.rb index f5ff2d4d312fb..74f04eac80de6 100644 --- a/Formula/k/k8sgpt.rb +++ b/Formula/k/k8sgpt.rb @@ -1,8 +1,8 @@ class K8sgpt < Formula desc "Scanning your k8s clusters, diagnosing, and triaging issues in simple English" homepage "https://k8sgpt.ai/" - url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.4.19.tar.gz" - sha256 "6b237d65cb1ebe4af1618eb6ff0b807cefbd5d46bd0d8ab40de73f2e1074fd10" + url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.4.20.tar.gz" + sha256 "0068bf8eae3046ff1351f8ce08d4129ea41d56b628bd3114b2448ea9a74a424b" license "Apache-2.0" head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main" From 6c3a1fecbfb0b711e2488351479eac3403cc0e5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:06:37 +0000 Subject: [PATCH 08667/10074] keploy 2.6.12 --- Formula/k/keploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index 89890a8a6d554..cbf2e4188ffef 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -1,8 +1,8 @@ class Keploy < Formula desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries" homepage "https://keploy.io" - url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.11.tar.gz" - sha256 "a4c636334a8a05f367f9c4a90ac35a70c78ea96d7a0d457e87cd1ea7ee88aaba" + url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.12.tar.gz" + sha256 "ae69ff6b274360844a1d31efe5d50a44aae66b1ac57ccf467472a703a4fa5846" license "Apache-2.0" head "https://github.com/keploy/keploy.git", branch: "main" From 259e52361585ccc9ff9a198ee928deac1f98dcbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:09:36 +0000 Subject: [PATCH 08668/10074] llama.cpp 5720 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index cafeae74d648f..c5fbc9bb080bc 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b5670", - revision: "2c2caa444341d99c87ff153f142c2d4762a776a2" + tag: "b5720", + revision: "8308f98c7fb778e54bf75538f5234d8bd20915e9" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From 0a20d0d93a5c72be02737a7abd17a99fa51a270e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:11:51 +0000 Subject: [PATCH 08669/10074] mpich 4.3.1 --- Formula/m/mpich.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mpich.rb b/Formula/m/mpich.rb index d0cd851a3c0a7..8bd093ee12f83 100644 --- a/Formula/m/mpich.rb +++ b/Formula/m/mpich.rb @@ -1,9 +1,9 @@ class Mpich < Formula desc "Implementation of the MPI Message Passing Interface standard" homepage "https://www.mpich.org/" - url "https://www.mpich.org/static/downloads/4.3.0/mpich-4.3.0.tar.gz" - mirror "https://fossies.org/linux/misc/mpich-4.3.0.tar.gz" - sha256 "5e04132984ad83cab9cc53f76072d2b5ef5a6d24b0a9ff9047a8ff96121bcc63" + url "https://www.mpich.org/static/downloads/4.3.1/mpich-4.3.1.tar.gz" + mirror "https://fossies.org/linux/misc/mpich-4.3.1.tar.gz" + sha256 "acc11cb2bdc69678dc8bba747c24a28233c58596f81f03785bf2b7bb7a0ef7dc" license "mpich2" livecheck do From 5c3f964128b9853f25ae8dbc91daab83b5b51fa0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:18:00 +0000 Subject: [PATCH 08670/10074] rio 0.2.20 --- Formula/r/rio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rio.rb b/Formula/r/rio.rb index 9ca0e5893f1d7..e68bc602ff494 100644 --- a/Formula/r/rio.rb +++ b/Formula/r/rio.rb @@ -1,8 +1,8 @@ class Rio < Formula desc "Hardware-accelerated GPU terminal emulator powered by WebGPU" homepage "https://raphamorim.io/rio/" - url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.19.tar.gz" - sha256 "813dabd9ac7760e17408163fa4259ec9bc8e2017fffd140b37c18bdd677318fe" + url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.20.tar.gz" + sha256 "10c70fe13c4261593359fcf9ec489770cb056d07153d790193bfa8621ac4ca42" license "MIT" head "https://github.com/raphamorim/rio.git", branch: "main" From 14707b166de132967cf20e3c74f9361254626fcd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:22:02 +0000 Subject: [PATCH 08671/10074] terragrunt 0.81.10 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index a1668993969ec..8da966ad27617 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.8.tar.gz" - sha256 "e41bcfdefaf0daa76ea481d9a796ce2a64c6fab588ea5dbbf1c64f4e9dfb83e9" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.10.tar.gz" + sha256 "54813762ae2fe8668b8b90c4436a1d3761e5f2faddeef0ef32273d938399dc74" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From bc80ee18cf6c40fd74916399817cea96b9a2516d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:23:06 +0000 Subject: [PATCH 08672/10074] uncover 1.1.0 --- Formula/u/uncover.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uncover.rb b/Formula/u/uncover.rb index 348b8e5a72ef7..23021d762fd3a 100644 --- a/Formula/u/uncover.rb +++ b/Formula/u/uncover.rb @@ -1,8 +1,8 @@ class Uncover < Formula desc "Tool to discover exposed hosts on the internet using multiple search engines" homepage "https://github.com/projectdiscovery/uncover" - url "https://github.com/projectdiscovery/uncover/archive/refs/tags/v1.0.10.tar.gz" - sha256 "289255ef356cadff97a8cf3726c851f6b62d3ee4ba31a9b0aedc2ea017f9bc52" + url "https://github.com/projectdiscovery/uncover/archive/refs/tags/v1.1.0.tar.gz" + sha256 "63858b248a5e5729d2887a080359335bbf435965bc8c75acb26b377ff5db98ce" license "MIT" head "https://github.com/projectdiscovery/uncover.git", branch: "main" From 19223b425f817b2333ebf4784682bd73e328b1ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:24:17 +0000 Subject: [PATCH 08673/10074] wakatime-cli 1.115.4 --- Formula/w/wakatime-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wakatime-cli.rb b/Formula/w/wakatime-cli.rb index d9363f85cafc9..d68b53b426666 100644 --- a/Formula/w/wakatime-cli.rb +++ b/Formula/w/wakatime-cli.rb @@ -2,8 +2,8 @@ class WakatimeCli < Formula desc "Command-line interface to the WakaTime api" homepage "https://wakatime.com/" url "https://github.com/wakatime/wakatime-cli.git", - tag: "v1.115.3", - revision: "0d0dad60ca98ce9e9aa5aff4afeeb389d2b1a9ab" + tag: "v1.115.4", + revision: "85251e6360e46a71afd0a438b9241ecd70780910" license "BSD-3-Clause" version_scheme 1 From 02dd7843c9f213fc02f70aeaa171bc3166980600 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:24:49 +0000 Subject: [PATCH 08674/10074] wasmtime 34.0.0 --- Formula/w/wasmtime.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasmtime.rb b/Formula/w/wasmtime.rb index f45710ab000a3..c79ce56e99081 100644 --- a/Formula/w/wasmtime.rb +++ b/Formula/w/wasmtime.rb @@ -2,8 +2,8 @@ class Wasmtime < Formula desc "Standalone JIT-style runtime for WebAssembly, using Cranelift" homepage "https://wasmtime.dev/" url "https://github.com/bytecodealliance/wasmtime.git", - tag: "v33.0.0", - revision: "4ce8232ab9ac86bcb299ed670593ed26f69e63df" + tag: "v34.0.0", + revision: "26ed24aa0a489a658268edda82f4a6eaf0ef3282" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/bytecodealliance/wasmtime.git", branch: "main" From 4d909b251aec80f8e796bfb369fcd5969c4c3bd5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:26:26 +0000 Subject: [PATCH 08675/10074] zabbix 7.2.9 --- Formula/z/zabbix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zabbix.rb b/Formula/z/zabbix.rb index ae0689c522c89..254af1d135ed2 100644 --- a/Formula/z/zabbix.rb +++ b/Formula/z/zabbix.rb @@ -1,8 +1,8 @@ class Zabbix < Formula desc "Availability and monitoring solution" homepage "https://www.zabbix.com/" - url "https://cdn.zabbix.com/zabbix/sources/stable/7.2/zabbix-7.2.8.tar.gz" - sha256 "2d0cb04f628b8501c99c1ccde70b95cc63fd9ff9c967370dbb27d542a805239c" + url "https://cdn.zabbix.com/zabbix/sources/stable/7.2/zabbix-7.2.9.tar.gz" + sha256 "aa3ce352da4d2daaa542de3e1dcd06fba82df9a7dcc70e4821a0953f2f1d00e7" license "AGPL-3.0-only" head "https://github.com/zabbix/zabbix.git", branch: "master" From bc55fada45c6c015ccafa44859eb19763127a60b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 17:35:58 +0000 Subject: [PATCH 08676/10074] kbt: update 2.1.0 bottle. --- Formula/k/kbt.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/k/kbt.rb b/Formula/k/kbt.rb index fcd2985232892..67826a5afc959 100644 --- a/Formula/k/kbt.rb +++ b/Formula/k/kbt.rb @@ -12,6 +12,7 @@ class Kbt < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "c0b91f3101be3a1c6a433602c7f629091bf5a689ecd8ce18eef413baafc267c3" sha256 cellar: :any_skip_relocation, sonoma: "ac9a8d2c6fbb46d83056267b83050a1384b66ceb48d7cfd784e80215e84baabc" sha256 cellar: :any_skip_relocation, ventura: "24a8ec918a6dfea51eb963c9538e7523476ba09680eee1252dc17fd37bad9f71" + sha256 cellar: :any_skip_relocation, arm64_linux: "d293593b2dc1f1b6eb0b9121dd9b465b8ed9f662c5018abf830089c5a9ea2301" sha256 cellar: :any_skip_relocation, x86_64_linux: "811dc47da36e5d3914fc3c14fd0e2c4a3a797e1fadfc12191947c889d3fbd805" end From 978c95120c7a6f117c0d6e1250fe7963b5bdfac1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:17:40 +0000 Subject: [PATCH 08677/10074] bfs: update 4.0.8 bottle. --- Formula/b/bfs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/bfs.rb b/Formula/b/bfs.rb index 3ee730e3df81e..b3a7a5c50c01b 100644 --- a/Formula/b/bfs.rb +++ b/Formula/b/bfs.rb @@ -6,12 +6,12 @@ class Bfs < Formula license "0BSD" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8dcba1d6ff5edd6c47c68f4689c315e828d834055a87913af37028dd0f251179" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d1a1876b5e972cc74ba640fda2fed42bd34d107ef72933603c730c26e4b5ae8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5dbeac4b74cf47d565166dd94b1fcf895b16e82a06530058c7d759233a40a8b5" - sha256 cellar: :any_skip_relocation, sonoma: "b3e4aba61a16bbad6d94248347609f5b6d8d8380980b387c3841b2855be81d8d" - sha256 cellar: :any_skip_relocation, ventura: "1bf45e3a6083e516c0e60207323c4142735d800febe9c7bfc5093c4b27d031b0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3de17f4f074db0cc0357d028f01e68a0b4d2c7341a9f8e4727f7c6cc94c0f1ef" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2220d279772e57a1628bc6b7f06f9b2b59355f41bbe6673ab6a9b749e0c58cf0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d39198406126856fc36850d9eccf7d70d73a36d68c38a27af5372af39e7b8ccd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "354600bf744a829dd7d76e2647103ba7e1ed3b95a80a530559c1ddceb123b8aa" + sha256 cellar: :any_skip_relocation, sonoma: "f7db79a8f1670bc856933d3a8d968339ce69f240c07d1fcfbabede47fae31582" + sha256 cellar: :any_skip_relocation, ventura: "6a4a94b5363a21a671b924afe74422b4a73a7d93fc7c82280b913b79d7fffb6d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "608853d79a4ddd1b048c43e985c59fac82fa919b6b975b023c09d797c63facaf" end depends_on "oniguruma" From 43c5df6de50386229223e51f22378894e716f1c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:17:51 +0000 Subject: [PATCH 08678/10074] diffoscope: update 299 bottle. --- Formula/d/diffoscope.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/diffoscope.rb b/Formula/d/diffoscope.rb index 3859b60ffc48e..a9fafc487bbd3 100644 --- a/Formula/d/diffoscope.rb +++ b/Formula/d/diffoscope.rb @@ -8,13 +8,13 @@ class Diffoscope < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a609b8b49a28f694266b102879c4760ab189e2d182d62d1ae1a9bf8ff972d15" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a609b8b49a28f694266b102879c4760ab189e2d182d62d1ae1a9bf8ff972d15" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4a609b8b49a28f694266b102879c4760ab189e2d182d62d1ae1a9bf8ff972d15" - sha256 cellar: :any_skip_relocation, sonoma: "faa1e771fb5f004a1fc0bd424c1e26f62aff8252d5080dad70f47de242c17b7f" - sha256 cellar: :any_skip_relocation, ventura: "faa1e771fb5f004a1fc0bd424c1e26f62aff8252d5080dad70f47de242c17b7f" - sha256 cellar: :any_skip_relocation, arm64_linux: "0f54242ea58ec64b9a6bf43eda14cc88d9ccfb31672ff0ec05c0ff1c75dfd455" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0f54242ea58ec64b9a6bf43eda14cc88d9ccfb31672ff0ec05c0ff1c75dfd455" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebbe9b795e329a019b7d3de4a6677ada18dc10cd8fab6f7b8479533d39b8a605" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebbe9b795e329a019b7d3de4a6677ada18dc10cd8fab6f7b8479533d39b8a605" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ebbe9b795e329a019b7d3de4a6677ada18dc10cd8fab6f7b8479533d39b8a605" + sha256 cellar: :any_skip_relocation, sonoma: "f3c786bf57c3fc005d48393448d1d71a818d10fdc5b6053d542578b5ea90f60c" + sha256 cellar: :any_skip_relocation, ventura: "f3c786bf57c3fc005d48393448d1d71a818d10fdc5b6053d542578b5ea90f60c" + sha256 cellar: :any_skip_relocation, arm64_linux: "4332809b3c7522b2e6e1f5d4f738da10a2920cc9f43e32d65ee2d25b733eb42a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4332809b3c7522b2e6e1f5d4f738da10a2920cc9f43e32d65ee2d25b733eb42a" end depends_on "libarchive" From d9d0fe3e62448dcff1736901b0ff616a39e7e86a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:17:51 +0000 Subject: [PATCH 08679/10074] cloudflare-wrangler: update 4.20.4 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 1939093a82fd9..9681a91d85be0 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "949ec537bf3a98f94bd91c7c45f1fa3ecdb0758a292da7f96bc631f6405182ce" - sha256 cellar: :any, arm64_sonoma: "949ec537bf3a98f94bd91c7c45f1fa3ecdb0758a292da7f96bc631f6405182ce" - sha256 cellar: :any, arm64_ventura: "949ec537bf3a98f94bd91c7c45f1fa3ecdb0758a292da7f96bc631f6405182ce" - sha256 sonoma: "a706c9836ed9e6988ad12d01d6ce4df0e30acd592d32274ac10b3a32ce40a251" - sha256 ventura: "a706c9836ed9e6988ad12d01d6ce4df0e30acd592d32274ac10b3a32ce40a251" - sha256 cellar: :any_skip_relocation, arm64_linux: "71e0cba0cc9b1d4eca2785c0f6aedc0f6d60a60e46f9635dcac517ee146e3a71" - sha256 cellar: :any_skip_relocation, x86_64_linux: "71f2b69363e2c154aa3eac08f25ecde9cbb7c6259d967ccb3db886e2f0a13b92" + sha256 cellar: :any, arm64_sequoia: "fa44ec7445ce18eb341336948a67e2135e1f23da7bc80dc408ea5bc6a344b32c" + sha256 cellar: :any, arm64_sonoma: "fa44ec7445ce18eb341336948a67e2135e1f23da7bc80dc408ea5bc6a344b32c" + sha256 cellar: :any, arm64_ventura: "fa44ec7445ce18eb341336948a67e2135e1f23da7bc80dc408ea5bc6a344b32c" + sha256 sonoma: "acc57aeb126e35357390b7ebced46345a793eacb4822ec94852dd3473d5fa1d1" + sha256 ventura: "acc57aeb126e35357390b7ebced46345a793eacb4822ec94852dd3473d5fa1d1" + sha256 cellar: :any_skip_relocation, arm64_linux: "eb9f9e8220f39a89251ea2919445119288a4209a4472e095229b995384174048" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e1456e232549f9c4f956ab638ccca669b711b1b1d00c2ea73b8ee0b7417df178" end depends_on "node" From 9a7bda1b27d576c3a7c331d6d32528b11f62e4d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:01 +0000 Subject: [PATCH 08680/10074] glaze: update 5.5.1 bottle. --- Formula/g/glaze.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 942321f38f368..3b35b8414110e 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -6,7 +6,7 @@ class Glaze < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "4dcc60b3e795ad4ef346a67cd8c51505d66aa22e0e695b1fff216f2f830ad2f0" + sha256 cellar: :any_skip_relocation, all: "50e684a3f9a952f8731a59dbf36cd832f31a494432a3a5ec13add3b0bfbc5913" end depends_on "cmake" => [:build, :test] From 06968bbc78985eac3b94eb4f7a5b73512fb0249a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:11 +0000 Subject: [PATCH 08681/10074] k8sgpt: update 0.4.20 bottle. --- Formula/k/k8sgpt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/k8sgpt.rb b/Formula/k/k8sgpt.rb index 74f04eac80de6..1394f7f6ddd7b 100644 --- a/Formula/k/k8sgpt.rb +++ b/Formula/k/k8sgpt.rb @@ -7,13 +7,13 @@ class K8sgpt < Formula head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "80359e8e81588e65e3afac6e4e8f04cd98a4a848eebc37bf2b8b2359c36f9d04" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd984f79e295807a18e3f7ef63f0ba2d387cf05cfa23c77beb543b85e370615e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1623164fd59fb4032c85adbc5312b60fe060f307d82f65c1ebbd50e8a1abcb11" - sha256 cellar: :any_skip_relocation, sonoma: "f7b3efdbf67557d32f0301756413f1267ad961d5c037e2bb6080ece83619f9a5" - sha256 cellar: :any_skip_relocation, ventura: "81e9af735d1a65b56bb4f1ddfa9422b2539aa356c4dfaca5b9a0919d9f3bc21c" - sha256 cellar: :any_skip_relocation, arm64_linux: "eaf17023005bc801dc93aff7a2b0aac2a0f282477267385641ee209e136fc776" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e51ce2bf521eecff38a49229afcaef356c3dde138d210d15fde033c521cce3f0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4cb916ac2c4a629c0d30f6957dfdb50e489af549796154669a907b9de4373f8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d7a4d388152a92cde2d4b0a3294430b9a32757896c357c160b4e68cfed01801" + sha256 cellar: :any_skip_relocation, arm64_ventura: "901e5314ed59f03696a0db69717fcab9fabd60340ef927636c88fc5cf0e6afe1" + sha256 cellar: :any_skip_relocation, sonoma: "58fa0d9af2a36377dea6271a130b41743f924cf91c30fecd2e15260bbf4b4ddc" + sha256 cellar: :any_skip_relocation, ventura: "ed58b8cf99487c5e1ad5f4878046eeb1bdd9497c240602ccb60cbd0069aeb532" + sha256 cellar: :any_skip_relocation, arm64_linux: "c90c7f97086baabaf6c195513c36a7bdd95ef5875e036dfafb87736ca72da174" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7e5727ff93ff22a4c65531f520efbcf911417f5c18e0fe1993d1cde422da3d58" end depends_on "go" => :build From 371afc2f426fdd8853c63baf3bc6f560dcd1e8b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:12 +0000 Subject: [PATCH 08682/10074] rio: update 0.2.20 bottle. --- Formula/r/rio.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/rio.rb b/Formula/r/rio.rb index e68bc602ff494..1c1745a0c5ed7 100644 --- a/Formula/r/rio.rb +++ b/Formula/r/rio.rb @@ -12,11 +12,11 @@ class Rio < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d727079d95cdd8f8fb0df61ab63f8c06288e1d42297507006d373bf94cd3b22e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "376c9a9e3bedffdf15129c57554e54d02dc8062a4017242c2cfd80a2ba95c2f5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6618584881f637ad1e5373ce1e357c448a8078c34a96f270e2f65e5702156193" - sha256 cellar: :any_skip_relocation, sonoma: "27782152198224e60aab25379ee05bb30e27fe2a0a513da081c6729a41fa0c11" - sha256 cellar: :any_skip_relocation, ventura: "cbd3eb688ec0fc18131ad39f850dc7e2a2b80b5b5a431979331dadcf0fd8656d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fe8c0988a0c7e051c3178bff4d14961e5e48974d3788f93c81421ac0304a450" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "57edf06bbc52212b16502d6fc1657ca2347acdad243dbcea02e7c6517fa572d8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "66f8c4f77323528c013148f7d83d824cb5fe38f9cebc982299631912e379905c" + sha256 cellar: :any_skip_relocation, sonoma: "0b1f3d4f56e0fa28d4796e3b69d05b93a546c34eefbf472c3ef316859f9df91e" + sha256 cellar: :any_skip_relocation, ventura: "2ef2301553d2cd8f7df6ec7e13c3dbe64bf5be6c32407eeae98f860ae27af8c2" end depends_on "rust" => :build From 44041eeeb32c138b810f6b55e3c43da827929068 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:13 +0000 Subject: [PATCH 08683/10074] llama.cpp: update 5720 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index c5fbc9bb080bc..63958cc138cf5 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "15005bbaa9b5f254604634a82fa2ecfb75af11d14ef4ad4d1fb055ac107ffd11" - sha256 cellar: :any, arm64_sonoma: "eaf1dbabb726a33c87717a137fb733e7c4eb4276d05a2eac4acada9c9d6cd6b4" - sha256 cellar: :any, arm64_ventura: "147295eb783b108ad93d7daccb20e03864c4aed0bf46b5082e5382c7c3c10ce4" - sha256 cellar: :any, sonoma: "b115f82a4d3ecb50a6d3975468c3c5bcb378b3ea1f0d717a7eba83890e643d49" - sha256 cellar: :any, ventura: "a2ac504e95f27a748c003830e580bd1b6836c4a9db55fe611608ea811e8d5a6a" - sha256 cellar: :any_skip_relocation, arm64_linux: "37b7bb9d686128ea4610acd32131d88c7abcadc5eb182ba9cf956c9e58a7f8a4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e9ab199b5f63d3d3aa1f9cb43f8744050417df3cde702819f08e5d80d171630" + sha256 cellar: :any, arm64_sequoia: "6c42ca700f60a3d1141d6307d2da1f49e14ab15ae06017bdd9542afe0c997902" + sha256 cellar: :any, arm64_sonoma: "491260e5f4f90e3cea25356fc3b856d64193c7f63b8afcb4d29c4ef22728ab0a" + sha256 cellar: :any, arm64_ventura: "f021caf26e68a2265cf80f70b2961261874557ea90838467b19c6b99288521d4" + sha256 cellar: :any, sonoma: "fd6debbdff7010bc4b3a296889538e13834fc21ae523bbaf5666f3b7954f512b" + sha256 cellar: :any, ventura: "78d9e95bfc57f70d43ddb37e4a9303d5a91e901394c29a307ac17698a4650963" + sha256 cellar: :any_skip_relocation, arm64_linux: "b87ac7bf4e1ad9ba2b7b8044cb2b41d9a2cc7b677d94575b29abdd7433b17946" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b01684cf9f96c3d3466abf65d5d85e0a904bfd437955de865fc1815096ee63a5" end depends_on "cmake" => :build From 3eed11c087aa571ee403658e17f6c4f830f1e0d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:18 +0000 Subject: [PATCH 08684/10074] wakatime-cli: update 1.115.4 bottle. --- Formula/w/wakatime-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/w/wakatime-cli.rb b/Formula/w/wakatime-cli.rb index d68b53b426666..938be50a6b444 100644 --- a/Formula/w/wakatime-cli.rb +++ b/Formula/w/wakatime-cli.rb @@ -8,12 +8,12 @@ class WakatimeCli < Formula version_scheme 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b3c04175a831da198087d7d24d61f57c7dbef4e7768edaa44ad351d0bae2f5b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b3c04175a831da198087d7d24d61f57c7dbef4e7768edaa44ad351d0bae2f5b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8b3c04175a831da198087d7d24d61f57c7dbef4e7768edaa44ad351d0bae2f5b" - sha256 cellar: :any_skip_relocation, sonoma: "4811407c291065b4bbdac0a077447f1f6e1b3fe58352ae224234dd1ac496f3fa" - sha256 cellar: :any_skip_relocation, ventura: "4811407c291065b4bbdac0a077447f1f6e1b3fe58352ae224234dd1ac496f3fa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "85a03419a74b0c3daf71f21ec10ab7caff2160461d88a4d942ef711a3672def1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "937a4294dbbcd7fea4464d6210daa2364828285fcabf3ef8cd1d11f1ac57ee34" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "937a4294dbbcd7fea4464d6210daa2364828285fcabf3ef8cd1d11f1ac57ee34" + sha256 cellar: :any_skip_relocation, arm64_ventura: "937a4294dbbcd7fea4464d6210daa2364828285fcabf3ef8cd1d11f1ac57ee34" + sha256 cellar: :any_skip_relocation, sonoma: "1a31678a9a205310babf552fc49bb4d944ea746b4632543e83bbb7de95c175ad" + sha256 cellar: :any_skip_relocation, ventura: "1a31678a9a205310babf552fc49bb4d944ea746b4632543e83bbb7de95c175ad" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fab8bb433c14f151d2e1c74245ab04f2fde478f2f83fb2bc3f07a9b28687a220" end depends_on "go" => :build From 07138f18a72f66645e61080b41af38db0d9c02aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:18 +0000 Subject: [PATCH 08685/10074] uncover: update 1.1.0 bottle. --- Formula/u/uncover.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/u/uncover.rb b/Formula/u/uncover.rb index 23021d762fd3a..7b6a303060643 100644 --- a/Formula/u/uncover.rb +++ b/Formula/u/uncover.rb @@ -7,12 +7,12 @@ class Uncover < Formula head "https://github.com/projectdiscovery/uncover.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d03417b1d17d51e2d91369c9f0ab7e7a1499f0648f1dea1cc88f7a784c77a40b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c05b47cdc0686f5ad043080a7c26e910ab54e8240f494d0cd7ab247bb07fa363" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4f4ca83eb1da538ee2ed9b0cc93657dbf46eb2a2861b57857c445dd6a040ccc6" - sha256 cellar: :any_skip_relocation, sonoma: "201a8ba60d42fba4a063dc46107bf5ddb729ce55f4b0f888579f80a501a70f44" - sha256 cellar: :any_skip_relocation, ventura: "19c65572a1babe94a2c54c25d4e14a5511971272558ca7c18cb1221426184dd5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "30c42150478545b48e3711a0f5f34ad0c620b9aa59987882c25b4d2f46ae10b5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e53b9641ef3ca32670c2beef2889926f5dc3c1a24a2459b80c9bda3383a4f280" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a544836a98e20fecf8aa7668c32794faf19c83ad2470479458e18b2e48e2873" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e642d0ab1505914cf21378ae8c161c7469ffbf4532432661a8675e6765d0b4a0" + sha256 cellar: :any_skip_relocation, sonoma: "dfcfae2e612eb6f1ff71ef0b884b733b8df6ede3e153966c53bc94cf68f075fc" + sha256 cellar: :any_skip_relocation, ventura: "409b4f658ad90217918b7313aca3d9872695102447893881f155c06b7328543e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "066f5b2749c79734de3ec2d3f913f03230c331866ee199cae9557e26cbcab221" end depends_on "go" => :build From b60e64141170284dd22e49a8d20be1a27c9a4dce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:18 +0000 Subject: [PATCH 08686/10074] terragrunt: update 0.81.10 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 8da966ad27617..a3daf9158aaf8 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c844d1e3a54aa95a5bef7b44f567f15a1ccea0c7f802fa3e0108d5c6d9eb3e5b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c844d1e3a54aa95a5bef7b44f567f15a1ccea0c7f802fa3e0108d5c6d9eb3e5b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c844d1e3a54aa95a5bef7b44f567f15a1ccea0c7f802fa3e0108d5c6d9eb3e5b" - sha256 cellar: :any_skip_relocation, sonoma: "be6745832a8ae4a1a1a9f451474882d00dc7b38cc09c9b54cfbe362e9e653482" - sha256 cellar: :any_skip_relocation, ventura: "be6745832a8ae4a1a1a9f451474882d00dc7b38cc09c9b54cfbe362e9e653482" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc48d312fbf50d0505606ef06da55da20ee0c8bf27c765677f628c03dabac6db" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ef1e90e583ec694224b3b779670d25c9d54588d3fea693603e6b50744446e3b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ef1e90e583ec694224b3b779670d25c9d54588d3fea693603e6b50744446e3b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8ef1e90e583ec694224b3b779670d25c9d54588d3fea693603e6b50744446e3b" + sha256 cellar: :any_skip_relocation, sonoma: "a67f9f47d620dee8ed67dc57c3e5e352e927a223a51bd7ca18d7bd8bcfaea3c4" + sha256 cellar: :any_skip_relocation, ventura: "a67f9f47d620dee8ed67dc57c3e5e352e927a223a51bd7ca18d7bd8bcfaea3c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6bfd8e2c0919e8863c87e608dc4deffb26d1423711354f1263a30760abceb51f" end depends_on "go" => :build From f006078e81ee5e8c35e832152573b462ea3a73a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:21 +0000 Subject: [PATCH 08687/10074] immich-cli: update 2.2.71 bottle. --- Formula/i/immich-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/immich-cli.rb b/Formula/i/immich-cli.rb index 73b87a6d2cc40..4671aa6bfb2b4 100644 --- a/Formula/i/immich-cli.rb +++ b/Formula/i/immich-cli.rb @@ -6,7 +6,7 @@ class ImmichCli < Formula license "AGPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, all: "d7f5a2851f1df8662597cc3bb2a93369f40be4f8f4cbeea73266aac8fb5ad160" + sha256 cellar: :any_skip_relocation, all: "61d5aa6878406841a569149b76d382def72be16f5fa7476a043d7a50ac75c688" end depends_on "node" From bc858145127a17bb2c1a64f6dbccc93df9bc3124 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:27 +0000 Subject: [PATCH 08688/10074] zabbix: update 7.2.9 bottle. --- Formula/z/zabbix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/z/zabbix.rb b/Formula/z/zabbix.rb index 254af1d135ed2..2cc42ccfd1e63 100644 --- a/Formula/z/zabbix.rb +++ b/Formula/z/zabbix.rb @@ -12,13 +12,13 @@ class Zabbix < Formula end bottle do - sha256 arm64_sequoia: "873a97f1d21ebe8ac14ef68871e23c281cdd54a5bf5765bc3e1f1bf594628961" - sha256 arm64_sonoma: "f898114777835f3a90a44248d2e5d46bcc6b62ecffae4c30175d2302f0c0686a" - sha256 arm64_ventura: "c5e9c8cac1c925c4811886555643883b0b32f6b9808bddfa0a996362dd4c9fd5" - sha256 sonoma: "69d925ce77aa31fb47ecdfcae58f3a160286f7f0ec00be8f52b8890a2b244f1e" - sha256 ventura: "d30a2061b9c99f652774d769464013b308e4367f1f3a44ba6bed2311cd0f2660" - sha256 arm64_linux: "082d2b88f93de6b42fe598cbdcf2d0028d4d983495f5e300912273f01fa231c0" - sha256 x86_64_linux: "539bef184a64ae440a09b531b061fe2cdf5ea158338518ca84227baba6b5e3b3" + sha256 arm64_sequoia: "03d1c19f3b6024b61c3ef8ee6a4e9ca75d7901e47d1aeaa26db52b1cdcdf3407" + sha256 arm64_sonoma: "6fada655349f6ca8cc7157bece053feeb1651ee2d4192b2c332faae356ab2952" + sha256 arm64_ventura: "266783bf32d313e443582d17db6d38301050faca4883ed660da2387d9a02ee3d" + sha256 sonoma: "412f16c955772ae98849b9b50d1523074a137d038244382b03ce4833f05f49cd" + sha256 ventura: "2f477b20d7153f2bc0236c8cf0ec32225cee760c56cb0e4845ff9745345fa9c1" + sha256 arm64_linux: "fac0296b817c79651a9149a4db98c9ee0ec795eb45a39791c023386c5af7585b" + sha256 x86_64_linux: "2ce092fe3ef431cc2babe136cbe40ad703f2e05452589b69b38eda7f60e273b6" end depends_on "pkgconf" => :build From b89503bceec7d5d5030bf356a54ba73f03d8d57b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:32 +0000 Subject: [PATCH 08689/10074] keploy: update 2.6.12 bottle. --- Formula/k/keploy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index cbf2e4188ffef..fb0d7cbd68ba2 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -7,12 +7,12 @@ class Keploy < Formula head "https://github.com/keploy/keploy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2bdc7810a3c6e290ac97424158cb5da9972e2657a1d0ef1e8fcb2ae1d13919d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2bdc7810a3c6e290ac97424158cb5da9972e2657a1d0ef1e8fcb2ae1d13919d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c2bdc7810a3c6e290ac97424158cb5da9972e2657a1d0ef1e8fcb2ae1d13919d" - sha256 cellar: :any_skip_relocation, sonoma: "acc68ed72d9a45867004c42ff596894bee41b34d8cc899cb0b229eadd3e782fd" - sha256 cellar: :any_skip_relocation, ventura: "acc68ed72d9a45867004c42ff596894bee41b34d8cc899cb0b229eadd3e782fd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee678b3c9b48ced304b034211b8b07d76f8524974be966dfa67cb09d90d5da89" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7a6124c7b54f26a3712085ed3ec560bdc9d99dcb157c54586eddaba063a0703" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7a6124c7b54f26a3712085ed3ec560bdc9d99dcb157c54586eddaba063a0703" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c7a6124c7b54f26a3712085ed3ec560bdc9d99dcb157c54586eddaba063a0703" + sha256 cellar: :any_skip_relocation, sonoma: "e98882d262e1f5576d8d211c2d11704ef41bcead5a9c2150f7f331b35555c0c6" + sha256 cellar: :any_skip_relocation, ventura: "e98882d262e1f5576d8d211c2d11704ef41bcead5a9c2150f7f331b35555c0c6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea68f4fd6cf3f62f2b528ba0e2f34cac22fa2576e679507a6429540ece732d02" end depends_on "go" => :build From 31518a83ad9ad8ade65fe987c02ddd1668f5e35c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:18:38 +0000 Subject: [PATCH 08690/10074] wasmtime: update 34.0.0 bottle. --- Formula/w/wasmtime.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasmtime.rb b/Formula/w/wasmtime.rb index c79ce56e99081..4baadf8a58554 100644 --- a/Formula/w/wasmtime.rb +++ b/Formula/w/wasmtime.rb @@ -16,13 +16,13 @@ class Wasmtime < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "488214a476c016a4cf1555dc8916f6e21579830152933faae07e59d861e4c8ea" - sha256 cellar: :any, arm64_sonoma: "6a7a2f79af75aa9004c48ee5145a46bfbd58ea220e2bff40b2cb403dfd1c685b" - sha256 cellar: :any, arm64_ventura: "e2cba6084d4eaf266c6ce82694ce30037f1787d5fdff1419036a90242db08801" - sha256 cellar: :any, sonoma: "605d4d3edd7cd3591c623aee875714c7f784a39d1739fb94f5655875b1760a16" - sha256 cellar: :any, ventura: "bb253afccc96150139fb9ca8e3730c40a44295652be8484b8cfff8c2c369fe48" - sha256 cellar: :any_skip_relocation, arm64_linux: "eb3ada633cf4d97068e00a147e6798d75892d0fdd93337d5594b13ba119c5df8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a42211142ffdc44c4c018153a8ec0ebcfd434d2ef70520c9ec4112459ea0fdf7" + sha256 cellar: :any, arm64_sequoia: "b7f6d8cb106d34e6ef9a06c01f4d12b0544d4b7ba78930d5331ce93983533513" + sha256 cellar: :any, arm64_sonoma: "499ef8da5a159debf51ac29831c2c4f6114ec82db131c012521c78a7dfee4236" + sha256 cellar: :any, arm64_ventura: "c8a6dc5bc8754f27e543111c020c3a7ddd34f89329293ccb69ff2795047836e1" + sha256 cellar: :any, sonoma: "9ce36016a0d80bd0fd90122db2f4c6c8829759ede2b883a4e4b165dc1729e538" + sha256 cellar: :any, ventura: "17878306ebd9b8d74c948b6f6e5efdda229c16db95f48ff3ca47f97a571081f5" + sha256 cellar: :any_skip_relocation, arm64_linux: "e5a2fc0865780f7919948ac830afae564b45db9121652a2657e282ce322d8826" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1125edb7279509113bb2139c133d986087143801a2f73e761c57932d3145e164" end depends_on "cmake" => :build From bd9d11a1410fcc4bd06bd5a5d7e37cb6cd51ac39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:14:43 +0000 Subject: [PATCH 08691/10074] parallel-disk-usage 0.11.1 Signed-off-by: Rui Chen --- Formula/p/parallel-disk-usage.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/p/parallel-disk-usage.rb b/Formula/p/parallel-disk-usage.rb index 667cefb2655a5..0f827b9b084a8 100644 --- a/Formula/p/parallel-disk-usage.rb +++ b/Formula/p/parallel-disk-usage.rb @@ -1,8 +1,8 @@ class ParallelDiskUsage < Formula desc "Highly parallelized, blazing fast directory tree analyzer" homepage "https://github.com/KSXGitHub/parallel-disk-usage" - url "https://github.com/KSXGitHub/parallel-disk-usage/archive/refs/tags/0.11.0.tar.gz" - sha256 "a11e19906981c46d5cc694cfc2908163e88d84cd9f4f8b2d516487e5f150d588" + url "https://github.com/KSXGitHub/parallel-disk-usage/archive/refs/tags/0.11.1.tar.gz" + sha256 "77dc084baff20c5ef647693ab070300d2a873484f5f30ab1e4d7681eeb20fec7" license "Apache-2.0" head "https://github.com/KSXGitHub/parallel-disk-usage.git", branch: "master" @@ -18,12 +18,6 @@ class ParallelDiskUsage < Formula depends_on "rust" => :build - # rust 1.87 build patch, upstream pr ref, https://github.com/KSXGitHub/parallel-disk-usage/pull/276 - patch do - url "https://github.com/KSXGitHub/parallel-disk-usage/commit/20fe7513f96cfbc456b835faf36c003d039500e2.patch?full_index=1" - sha256 "cd7555caa0e2f976fe2dfab81be0077ac1b95977accf70a3d6975c86123207d3" - end - def install system "cargo", "install", "--features", "cli,cli-completions", *std_cargo_args From d3c50493f095006c964dd4b6d190a57334702d07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 19:31:26 +0000 Subject: [PATCH 08692/10074] sigstore: bump python resources --- Formula/s/sigstore.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index 8028e08819e7c..18d09523c05e8 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -6,7 +6,7 @@ class Sigstore < Formula url "https://files.pythonhosted.org/packages/10/dc/fb0306a86bd1bc79f99f2f53b2421a11c42d2bbd106f7ccf0acfb460b5db/sigstore-3.6.3.tar.gz" sha256 "9f957ef239b77695992b62823f79fc9554a589572dcc7bc0c1566a31b4bafc10" license "Apache-2.0" - revision 2 + revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "cb58eaddde081109295ab893f273ab1c3cee1a52015e05c7da45e6ed3ca03433" @@ -142,8 +142,8 @@ class Sigstore < Formula end resource "rfc3161-client" do - url "https://files.pythonhosted.org/packages/40/cd/84c91ba1a5f214ecfc2f63ba081436a971e8361a71a069a42f03f275168b/rfc3161_client-1.0.2.tar.gz" - sha256 "37c78277d78aab02baf17393c30f66d1c2ab1a398d3540b0657792c0ceb81858" + url "https://files.pythonhosted.org/packages/ed/d5/a304985ce0117de9984f1af40e458376804710a68036809f40745afdb808/rfc3161_client-1.0.3.tar.gz" + sha256 "e9b614a5a4596ab9aea44d3fe8a4995bd84ac7f20dcbfaa82b115224202d88d8" end resource "rfc8785" do From 25824a7d990e14aae4ffcaa80e61f3b415092520 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 19:49:27 +0000 Subject: [PATCH 08693/10074] parallel-disk-usage: update 0.11.1 bottle. --- Formula/p/parallel-disk-usage.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/parallel-disk-usage.rb b/Formula/p/parallel-disk-usage.rb index 0f827b9b084a8..b79497f806f28 100644 --- a/Formula/p/parallel-disk-usage.rb +++ b/Formula/p/parallel-disk-usage.rb @@ -7,13 +7,13 @@ class ParallelDiskUsage < Formula head "https://github.com/KSXGitHub/parallel-disk-usage.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "54a80c6cab3c8a5865b1b518f193f63d49dd6d7990d45d725407faa3afb55927" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30b5f5b49a939dd902b34b6d13be2aa49d632ca8fce5b5754ba397d358699ad1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "813b20404ed758b4e2fceecc75ef706871696c98930ad185f182fd14c96bc20b" - sha256 cellar: :any_skip_relocation, sonoma: "ab569a47c73fcfa96edf0bcb3015caee836d7630ed0b064533c9e258382fc0ec" - sha256 cellar: :any_skip_relocation, ventura: "27d6b6a2502e8c45bb315b12864ce6fe7a8d9c07ef2bccffc7dd1f4547fc72a3" - sha256 cellar: :any_skip_relocation, arm64_linux: "cbbbe4c829a923733c3c721b7699b0b61be65954fbca5454df55a7c683a11e4a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f233a9ade03a7211653eca2b211b91538a9c54a5f4ebfab3b0865c9b4eb168d4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d6cc0c555c307817f9ba2fca5e393a4572b2fbfdfab74e7e546cd48da83686a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e7f0f48aa05cceae8f5b2dedeb1360cc3b6c141f707f8767ec8e0a0779d7d03" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e331e254a262c5bf50cf709dc46f840e512a43c4a77d2b227db1222b7e15c909" + sha256 cellar: :any_skip_relocation, sonoma: "95532eeaf6091a081d2a2b3c3f6ee72918bd6cef8d30de96d3bc1f034139028d" + sha256 cellar: :any_skip_relocation, ventura: "7606fe68c4e3d01b4726051612fca0546f4a77f4a6e805e0bb265ef7d5f820c5" + sha256 cellar: :any_skip_relocation, arm64_linux: "6b514b30c76713b5f80a066bfcd83edcaa5e1749851f8705954b9b99fe60c0df" + sha256 cellar: :any_skip_relocation, x86_64_linux: "781da38254e684ff248a0dbce10df9850b72f4fddd7964d20f1048379b2cb344" end depends_on "rust" => :build From ae3dd9c5dffa07cdd848ceb16517a3c433c01429 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 19:50:33 +0000 Subject: [PATCH 08694/10074] awscli 2.27.40 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 4b8d57f454185..50fcf9967b4b3 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.39.tar.gz" - sha256 "bee2338b49adb4938a9ff365aca571a6e24b8310edad21a0b2adbb2dc4ca5567" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.40.tar.gz" + sha256 "a3a5a37d0124c47bb8b3d997001d53bcb3ad26ba5f6a72dc728e61c7d8c9f3c0" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 1af1a0ee473b5dc6f1a1916f6f6f9bd2ad2e8ec5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 19:51:26 +0000 Subject: [PATCH 08695/10074] awscli@1 1.40.40 --- Formula/a/awscli@1.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/a/awscli@1.rb b/Formula/a/awscli@1.rb index 791f3b69f045d..a1bf8a6b0d5f8 100644 --- a/Formula/a/awscli@1.rb +++ b/Formula/a/awscli@1.rb @@ -4,10 +4,9 @@ class AwscliAT1 < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" # awscli should only be updated every 10 releases on multiples of 10 - url "https://files.pythonhosted.org/packages/71/1b/5c1faaad402c5f8cdd18641352b1d1a29311de751cd2414378689d0f694e/awscli-1.40.30.tar.gz" - sha256 "ba426b2053d0ddb8749af7d2f99783f8c2674795382c2c9eedb458ad772ae270" + url "https://files.pythonhosted.org/packages/fe/2c/542994d2a55cb2a5f1e3bc7083ede15c659a59065a33cd00472b6e2d34cd/awscli-1.40.40.tar.gz" + sha256 "ea584bd86ad0ae3085867f01aab08e0b3aa5da0e4527d4897b6c67f238bc7430" license "Apache-2.0" - revision 1 livecheck do url "https://github.com/aws/aws-cli.git" @@ -33,8 +32,8 @@ class AwscliAT1 < Formula uses_from_macos "mandoc" resource "botocore" do - url "https://files.pythonhosted.org/packages/08/82/3ea41d7fdc822e445d20a381dfc080a962f8f86b237bf38afef9f1c89982/botocore-1.38.31.tar.gz" - sha256 "50daef3457ebcab25daaa28a087986575510529bdc3cc784f86e8cb187f7a4ff" + url "https://files.pythonhosted.org/packages/98/46/cb33f5a0b00086a97c4eebbc4e0211fe85d66d45e53a9545b33805f25b31/botocore-1.38.41.tar.gz" + sha256 "98e3fed636ebb519320c4b2d078db6fa6099b052b4bb9b5c66632a5a7fe72507" end resource "colorama" do From e598733048ce112ccfa848fa850ae57013c844c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 19:54:05 +0000 Subject: [PATCH 08696/10074] cbonsai 1.4.2 --- Formula/c/cbonsai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cbonsai.rb b/Formula/c/cbonsai.rb index f6b2364fd007a..a124e74687bf2 100644 --- a/Formula/c/cbonsai.rb +++ b/Formula/c/cbonsai.rb @@ -1,8 +1,8 @@ class Cbonsai < Formula desc "Console Bonsai is a bonsai tree generator, written in C using ncurses" homepage "https://gitlab.com/jallbrit/cbonsai" - url "https://gitlab.com/jallbrit/cbonsai/-/archive/v1.4.1/cbonsai-v1.4.1.tar.gz" - sha256 "cfbe2d7b215393b1d4e110920cf4a24253ac8c7f6139fc3085ddc0dbce330de2" + url "https://gitlab.com/jallbrit/cbonsai/-/archive/v1.4.2/cbonsai-v1.4.2.tar.gz" + sha256 "75cf844940e5ef825a74f2d5b1551fe81883551b600fecd00748c6aa325f5ab0" license "GPL-3.0-or-later" bottle do From 6a6c218e94f120c553009d4ea031f5995e571833 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 19:55:54 +0000 Subject: [PATCH 08697/10074] cloudflare-wrangler 4.20.5 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 9681a91d85be0..4b412b9d1fd97 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.4.tgz" - sha256 "3b7a16efb47a66b4efd97ebdbae1a5eb475f4058ee21e741db740b4c49b4deb8" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.5.tgz" + sha256 "d42526188dd6170953bcaca114cefc29033bde10e6bb2596c63e9ad5234f08ce" license any_of: ["Apache-2.0", "MIT"] bottle do From e064d21061ead6502d6ec206ae4564cdc2ad015b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 19:57:41 +0000 Subject: [PATCH 08698/10074] sigstore: update 3.6.3_3 bottle. --- Formula/s/sigstore.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index 18d09523c05e8..3f770463009d5 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -9,13 +9,13 @@ class Sigstore < Formula revision 3 bottle do - sha256 cellar: :any, arm64_sequoia: "cb58eaddde081109295ab893f273ab1c3cee1a52015e05c7da45e6ed3ca03433" - sha256 cellar: :any, arm64_sonoma: "929e06d9791bfcfe6b3356c9b95719a9f43aae74ccf85486c536bb739ff71d77" - sha256 cellar: :any, arm64_ventura: "3a5145a14bd8cdd76f981e12839157566ea4131a63840c9a3fc002e48643539e" - sha256 cellar: :any, sonoma: "e6679fd76ae6001b99d876b0c53177b1223d0cfe8286344527af14a9b0353e9d" - sha256 cellar: :any, ventura: "fd2952fa590f9a3c095a9a06da012534c01c287022aeef03aeca19bbbe73a279" - sha256 cellar: :any_skip_relocation, arm64_linux: "5b308640bcaf1b818fea568bc8ed61ed6006f707442caf249c214d84c1760825" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4c934b9e20c2656bae1141483e7dd604e958b611063c3df172dd6e22d3044447" + sha256 cellar: :any, arm64_sequoia: "2ccc403211b560c03a237571ff609db1bf0c58c4d547d252deee3bd1f78b801a" + sha256 cellar: :any, arm64_sonoma: "0549c4027a3e1e4b59aad695e0534e0cb2d2bf6d1ab52bd3063098c8cd17299a" + sha256 cellar: :any, arm64_ventura: "04d76da186f6b04a3159d2bcd8bcff234f49e050258bbd30e6a11108d1e505bb" + sha256 cellar: :any, sonoma: "a58b8aef58e3a16b7136d2410ce59d86989127323c3a098c55072995cf6a1fcb" + sha256 cellar: :any, ventura: "ad7a02b2dcdf578e3e09d48fbfea010e9ac4b88db04a035a6074f854a0d51b87" + sha256 cellar: :any_skip_relocation, arm64_linux: "e646102e5fc8a9d6b7512bbcadf4d04e025cbdefefbfeff120a200ec28f1c53c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1190733f41974d27887d9fb75bc7c3583faad9e581c693e31f59836030c4e0f7" end depends_on "maturin" => :build # for rfc3161-client From eb51ea5ad3366a054e810840bc2c034e87b0ab95 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:00:27 +0000 Subject: [PATCH 08699/10074] enzyme 0.0.183 --- Formula/e/enzyme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/enzyme.rb b/Formula/e/enzyme.rb index c068032d7ab32..282b1f177e797 100644 --- a/Formula/e/enzyme.rb +++ b/Formula/e/enzyme.rb @@ -1,8 +1,8 @@ class Enzyme < Formula desc "High-performance automatic differentiation of LLVM" homepage "https://enzyme.mit.edu" - url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.182.tar.gz" - sha256 "629ad8602a134b62284922a4e3a55d7100b533f56989b84a28a6f776a8e18a5e" + url "https://github.com/EnzymeAD/Enzyme/archive/refs/tags/v0.0.183.tar.gz" + sha256 "ea5a0f82d2e738aa2bba984e0117bda8d5db2a4a195c8ad7a32fa0c882ddbfde" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/EnzymeAD/Enzyme.git", branch: "main" From ce98fdade69b1b914557fbbe7f159ce87c1118e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:01:54 +0000 Subject: [PATCH 08700/10074] flake8 7.3.0 --- Formula/f/flake8.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/flake8.rb b/Formula/f/flake8.rb index 60dacb443acac..ca56fab9bc789 100644 --- a/Formula/f/flake8.rb +++ b/Formula/f/flake8.rb @@ -3,8 +3,8 @@ class Flake8 < Formula desc "Lint your Python code for style and logical errors" homepage "https://flake8.pycqa.org/" - url "https://files.pythonhosted.org/packages/e7/c4/5842fc9fc94584c455543540af62fd9900faade32511fab650e9891ec225/flake8-7.2.0.tar.gz" - sha256 "fa558ae3f6f7dbf2b4f22663e5343b6b6023620461f8d4ff2019ef4b5ee70426" + url "https://files.pythonhosted.org/packages/9b/af/fbfe3c4b5a657d79e5c47a2827a362f9e1b763336a52f926126aa6dc7123/flake8-7.3.0.tar.gz" + sha256 "fe044858146b9fc69b551a4b490d69cf960fcb78ad1edcb84e7fbb1b4a8e3872" license "MIT" head "https://github.com/PyCQA/flake8.git", branch: "main" @@ -26,13 +26,13 @@ class Flake8 < Formula end resource "pycodestyle" do - url "https://files.pythonhosted.org/packages/04/6e/1f4a62078e4d95d82367f24e685aef3a672abfd27d1a868068fed4ed2254/pycodestyle-2.13.0.tar.gz" - sha256 "c8415bf09abe81d9c7f872502a6eee881fbe85d8763dd5b9924bb0a01d67efae" + url "https://files.pythonhosted.org/packages/11/e0/abfd2a0d2efe47670df87f3e3a0e2edda42f055053c85361f19c0e2c1ca8/pycodestyle-2.14.0.tar.gz" + sha256 "c4b5b517d278089ff9d0abdec919cd97262a3367449ea1c8b49b91529167b783" end resource "pyflakes" do - url "https://files.pythonhosted.org/packages/cf/8b/aee1357b4c52be2b955e86bc2e5bba5492d6bf6d94138f056e63c349d2d9/pyflakes-3.3.0.tar.gz" - sha256 "1955be314ebe8e9bdd100d5877fe10f0fd47fb2497e4f365e981a1a87cc8d9d7" + url "https://files.pythonhosted.org/packages/45/dc/fd034dc20b4b264b3d015808458391acbf9df40b1e54750ef175d39180b1/pyflakes-3.4.0.tar.gz" + sha256 "b24f96fafb7d2ab0ec5075b7350b3d2d2218eab42003821c06344973d3ea2f58" end def install From 0a381407ec441b2468dca8c713fb9dc2d44ba973 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:03:47 +0000 Subject: [PATCH 08701/10074] glaze 5.5.2 --- Formula/g/glaze.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 3b35b8414110e..9cb21ceb72d35 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -1,8 +1,8 @@ class Glaze < Formula desc "Extremely fast, in-memory JSON and interface library for modern C++" homepage "https://github.com/stephenberry/glaze" - url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.5.1.tar.gz" - sha256 "a30fedaffca7a0afdfa8e7b6f570fbbdc5fed6b0c8146c7922c0e11252d12404" + url "https://github.com/stephenberry/glaze/archive/refs/tags/v5.5.2.tar.gz" + sha256 "92382568999829a531db5a3800a36d8699674d640d3862fcb7e79ee2879d95ec" license "MIT" bottle do From f4e1f6191102de1797702f7fd23965a3bf4ee77e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:05:34 +0000 Subject: [PATCH 08702/10074] harper 0.44.0 --- Formula/h/harper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index d01fd3e5828fb..6f83d295f37f6 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -1,8 +1,8 @@ class Harper < Formula desc "Grammar Checker for Developers" homepage "https://writewithharper.com/" - url "https://github.com/Automattic/harper/archive/refs/tags/v0.43.0.tar.gz" - sha256 "c49eefa86b96295ba033c1ab4324d195df26f3caec48ca885003a86ce64dcb63" + url "https://github.com/Automattic/harper/archive/refs/tags/v0.44.0.tar.gz" + sha256 "bb5bb86ded921a63629d3db2731282fe1cdfc755bdb6c88a9e6d006970bbdf84" license "Apache-2.0" head "https://github.com/Automattic/harper.git", branch: "master" From 1937be3d9f7ae0bbf692aade3bbbc7b14a306096 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:07:32 +0000 Subject: [PATCH 08703/10074] istioctl 1.26.2 --- Formula/i/istioctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/istioctl.rb b/Formula/i/istioctl.rb index 3d811fa2c4d3e..d064388aa8177 100644 --- a/Formula/i/istioctl.rb +++ b/Formula/i/istioctl.rb @@ -1,8 +1,8 @@ class Istioctl < Formula desc "Istio configuration command-line utility" homepage "https://istio.io/" - url "https://github.com/istio/istio/archive/refs/tags/1.26.1.tar.gz" - sha256 "98a5ddee12d5ca9bd57a5c5fb99b5b179a9cb1ebc2005e1fac680ce8255b90e4" + url "https://github.com/istio/istio/archive/refs/tags/1.26.2.tar.gz" + sha256 "fb3b3569165e8b1cf01c676b7ce9a903abf730446df7e2753f436072aefbfd5e" license "Apache-2.0" head "https://github.com/istio/istio.git", branch: "master" From 7a917c6aff56449f07605d53a046d8c18fcd91a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:20:58 +0000 Subject: [PATCH 08704/10074] pycodestyle 2.14.0 --- Formula/p/pycodestyle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pycodestyle.rb b/Formula/p/pycodestyle.rb index b31a76c353cbc..cfd92e5b4ad95 100644 --- a/Formula/p/pycodestyle.rb +++ b/Formula/p/pycodestyle.rb @@ -3,8 +3,8 @@ class Pycodestyle < Formula desc "Simple Python style checker in one Python file" homepage "https://pycodestyle.pycqa.org/" - url "https://github.com/PyCQA/pycodestyle/archive/refs/tags/2.13.0.tar.gz" - sha256 "b1a4db0d9b8285f6643bcdb41362be6d6c94b891b13ead09c57a2513c46b717b" + url "https://github.com/PyCQA/pycodestyle/archive/refs/tags/2.14.0.tar.gz" + sha256 "ffcf4dc55f1e5fbdc6dd6acf5db0fd07ded534ae376eee23a742e1410b48d9ae" license "MIT" head "https://github.com/PyCQA/pycodestyle.git", branch: "master" From a41253f1c8a9387148457a22bee1a7eeab9a3ccc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:21:28 +0000 Subject: [PATCH 08705/10074] cbonsai: update 1.4.2 bottle. --- Formula/c/cbonsai.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cbonsai.rb b/Formula/c/cbonsai.rb index a124e74687bf2..e30c58299ec24 100644 --- a/Formula/c/cbonsai.rb +++ b/Formula/c/cbonsai.rb @@ -6,13 +6,13 @@ class Cbonsai < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "87acaebbc9ccbfa0498afe372a9e5929e517d1101db0c810934f8a207b723ee8" - sha256 cellar: :any, arm64_sonoma: "258a8ec97fa1633d7d2afb8175e3231ba3f71a71bb65d9355ce53ef03dc76601" - sha256 cellar: :any, arm64_ventura: "fabbe949cd5b6269de61806f6d35db18d06c7741713545dd80edaf1ab6963cd4" - sha256 cellar: :any, sonoma: "e871751b77d3bd14012d40e23c7c95eecd7490b671514cbc91aa7baa42281d47" - sha256 cellar: :any, ventura: "99596c38d7af3904b2b9fd0fc1b66fb3bb7bb1a7fb9419fb3af075522df84a3e" - sha256 cellar: :any_skip_relocation, arm64_linux: "b17b5ec41467258a18fa8054cb97f97e330fc86cc5b6daf36516d41af8d6bf67" - sha256 cellar: :any_skip_relocation, x86_64_linux: "67d4b19d09853ab041fa86b89cf288e4ad38655f516ef784f3ab40feb35d6ce5" + sha256 cellar: :any, arm64_sequoia: "869d5f9329619e9bc7fafd702f44e2f3725cde753cc0c4b8653599b70153d0c1" + sha256 cellar: :any, arm64_sonoma: "71feed554a3774e5ded7a663fc43519ef0a9c633805495464326a0d078feed8c" + sha256 cellar: :any, arm64_ventura: "75af3e2e01e01d53c62a195d5f9f43d30f799a8126c342e668201dddcea5022b" + sha256 cellar: :any, sonoma: "2ec9072aa232ecf1242b783d7db8b61023532e28e1a11789dc9f49fdd185bc9d" + sha256 cellar: :any, ventura: "c9ce84ec6ca012fb023bd5648e585660ca47aaa525686aba6c2404ff22580a91" + sha256 cellar: :any_skip_relocation, arm64_linux: "5607d8b16bcd0d2f736cef0014baeef29eeec6fed5ffa98bbf017728d0d62a92" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b8bee402d858d1ade576595f3e0727f3f65bfab1b9a500c7de7a08fe861c935" end depends_on "pkgconf" => :build From 7422fc43aa47380e1f4ecd8d12d89ef8b6d9291b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:21:41 +0000 Subject: [PATCH 08706/10074] qbs 3.0.1 --- Formula/q/qbs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/qbs.rb b/Formula/q/qbs.rb index 91e4c6ba20ab3..a68d92e39df97 100644 --- a/Formula/q/qbs.rb +++ b/Formula/q/qbs.rb @@ -1,8 +1,8 @@ class Qbs < Formula desc "Build tool for developing projects across multiple platforms" homepage "https://wiki.qt.io/Qbs" - url "https://download.qt.io/official_releases/qbs/2.6.1/qbs-src-2.6.1.tar.gz" - sha256 "9f7f1a1f7daaa4a39fe3604f1851d0e520b576ee7750a7f97bf9401bcb849f2d" + url "https://download.qt.io/official_releases/qbs/3.0.1/qbs-src-3.0.1.tar.gz" + sha256 "154838d4a0647ebe9fab80bad9a8f6057c08f5723b6b06638b37cfd96bfa70be" license all_of: [ { any_of: ["LGPL-3.0-only", "GPL-2.0-only"] }, { any_of: ["LGPL-3.0-only", "LGPL-2.1-only" => { with: "Qt-LGPL-exception-1.1" }] }, From 69176fe80ccae5fc5ef2a017731ee509184acc15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:21:54 +0000 Subject: [PATCH 08707/10074] awscli@1: update 1.40.40 bottle. --- Formula/a/awscli@1.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli@1.rb b/Formula/a/awscli@1.rb index a1bf8a6b0d5f8..060af509877a0 100644 --- a/Formula/a/awscli@1.rb +++ b/Formula/a/awscli@1.rb @@ -15,13 +15,13 @@ class AwscliAT1 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e5a55868c202e8a91a3d11c17b526419dd1448b4133387795acc6fa66b345691" - sha256 cellar: :any, arm64_sonoma: "741b2c8edd9f9e8fffdf8f96e176bbd6a2625cfd870c52fa139b258896a3c5e6" - sha256 cellar: :any, arm64_ventura: "1da4e2ac7876835a8f86ab06ac44f2e697544ecca36f14638c62bd09e573a1e1" - sha256 cellar: :any, sonoma: "a21c5448d3ab2517d8bb58df08d0e2a3ed8a3e4f46a63b04021f3d767cb2ee94" - sha256 cellar: :any, ventura: "cfa97c35cd15a7fe795ab603322fed05786a14525b8090369c7496503e50a992" - sha256 cellar: :any_skip_relocation, arm64_linux: "9b6087445e1b12586a71b7854a67823b697d121757e83c1ec443f7a13004c0bd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8dd0592cbe020262b18645a0d7a59723ae844c016d7e947a65c0233fde041a8b" + sha256 cellar: :any, arm64_sequoia: "ab66d4ced59ff7b96bc9a2546d6e6f630d8913719564c2e59fe381a9d2bdc5eb" + sha256 cellar: :any, arm64_sonoma: "2be86f25a308d22313b32c3ee46a7237e1d54cdc3cab94151749cd2cafbaad64" + sha256 cellar: :any, arm64_ventura: "8dccb0040e6476eed04dda4fe742355f3299d0d8de346b395c1d7b5beda99323" + sha256 cellar: :any, sonoma: "e654f8f02a523fe7094208f65160f239deaf72d3104a83cfd37055a0f4cdf547" + sha256 cellar: :any, ventura: "ca9fa3308db79502dcfa847c891d8223c7e198d53a86fcb89de3a58ea76316e7" + sha256 cellar: :any_skip_relocation, arm64_linux: "2e7b789f1e6bcd0f6fb191ad64471acb46f1e8aa2a53e0b07ae596e8b11610b6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d435a121bcc652688d52bf96cbdbe0fb65b2ea1e820f665afb65df64ba08fd09" end keg_only :versioned_formula From 424e5c8e7c8b7c746a3871f20f8dbdf13f64b43e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:22:12 +0000 Subject: [PATCH 08708/10074] cloudflare-wrangler: update 4.20.5 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 4b412b9d1fd97..f2cc62e8caf70 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "fa44ec7445ce18eb341336948a67e2135e1f23da7bc80dc408ea5bc6a344b32c" - sha256 cellar: :any, arm64_sonoma: "fa44ec7445ce18eb341336948a67e2135e1f23da7bc80dc408ea5bc6a344b32c" - sha256 cellar: :any, arm64_ventura: "fa44ec7445ce18eb341336948a67e2135e1f23da7bc80dc408ea5bc6a344b32c" - sha256 sonoma: "acc57aeb126e35357390b7ebced46345a793eacb4822ec94852dd3473d5fa1d1" - sha256 ventura: "acc57aeb126e35357390b7ebced46345a793eacb4822ec94852dd3473d5fa1d1" - sha256 cellar: :any_skip_relocation, arm64_linux: "eb9f9e8220f39a89251ea2919445119288a4209a4472e095229b995384174048" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e1456e232549f9c4f956ab638ccca669b711b1b1d00c2ea73b8ee0b7417df178" + sha256 cellar: :any, arm64_sequoia: "03ccda80b06fadbbea1a1b48d8a2eeead4bb3afea7aa72c76fd5d34d87e1f4a4" + sha256 cellar: :any, arm64_sonoma: "03ccda80b06fadbbea1a1b48d8a2eeead4bb3afea7aa72c76fd5d34d87e1f4a4" + sha256 cellar: :any, arm64_ventura: "03ccda80b06fadbbea1a1b48d8a2eeead4bb3afea7aa72c76fd5d34d87e1f4a4" + sha256 sonoma: "9fe5a614da16251e8c2c218c41d0be288259b01b8e8e0630d56e0dfdb39bc85a" + sha256 ventura: "9fe5a614da16251e8c2c218c41d0be288259b01b8e8e0630d56e0dfdb39bc85a" + sha256 cellar: :any_skip_relocation, arm64_linux: "fc7dbbb09ecc0e8e7b31fe82f00646957ed61f3b7cdb223085efc3d949ae93e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5cddda95a8447b85a43c55791331ef54ad668aeb4f6d533c91962e2d8556b21f" end depends_on "node" From 966b9ddff688d8a7b1f04733383aa42d062ce9c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:22:23 +0000 Subject: [PATCH 08709/10074] flake8: update 7.3.0 bottle. --- Formula/f/flake8.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flake8.rb b/Formula/f/flake8.rb index ca56fab9bc789..1ffbd242cb9d3 100644 --- a/Formula/f/flake8.rb +++ b/Formula/f/flake8.rb @@ -9,13 +9,13 @@ class Flake8 < Formula head "https://github.com/PyCQA/flake8.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e7eedf77795b3bf2ff03d96c7a98c1c9d523be842146105a53ad0c240279937a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7eedf77795b3bf2ff03d96c7a98c1c9d523be842146105a53ad0c240279937a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e7eedf77795b3bf2ff03d96c7a98c1c9d523be842146105a53ad0c240279937a" - sha256 cellar: :any_skip_relocation, sonoma: "f32247c9430563c4741b6f86800fb47b42a2f451cd353cb33c1837bd7ed41456" - sha256 cellar: :any_skip_relocation, ventura: "f32247c9430563c4741b6f86800fb47b42a2f451cd353cb33c1837bd7ed41456" - sha256 cellar: :any_skip_relocation, arm64_linux: "e7eedf77795b3bf2ff03d96c7a98c1c9d523be842146105a53ad0c240279937a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e7eedf77795b3bf2ff03d96c7a98c1c9d523be842146105a53ad0c240279937a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "267809e6dbc558aa736d35ab4888565edfeb5ce2b745d5df46ffa527990435e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "267809e6dbc558aa736d35ab4888565edfeb5ce2b745d5df46ffa527990435e6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "267809e6dbc558aa736d35ab4888565edfeb5ce2b745d5df46ffa527990435e6" + sha256 cellar: :any_skip_relocation, sonoma: "c5d9c63f6473d3e0d349d8ef6dd6c291f22c116863c2851274ff10c73d88030a" + sha256 cellar: :any_skip_relocation, ventura: "c5d9c63f6473d3e0d349d8ef6dd6c291f22c116863c2851274ff10c73d88030a" + sha256 cellar: :any_skip_relocation, arm64_linux: "267809e6dbc558aa736d35ab4888565edfeb5ce2b745d5df46ffa527990435e6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "267809e6dbc558aa736d35ab4888565edfeb5ce2b745d5df46ffa527990435e6" end depends_on "python@3.13" From a0706dabef6f79a2b9d9fdc334d481c9cb189276 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:23:35 +0000 Subject: [PATCH 08710/10074] enzyme: update 0.0.183 bottle. --- Formula/e/enzyme.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/enzyme.rb b/Formula/e/enzyme.rb index 282b1f177e797..744d95c68f02a 100644 --- a/Formula/e/enzyme.rb +++ b/Formula/e/enzyme.rb @@ -7,13 +7,13 @@ class Enzyme < Formula head "https://github.com/EnzymeAD/Enzyme.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "1959e6fafe6af55733f3ef907c88b3e0444d6598ee4fc5142317a280660a2e0f" - sha256 cellar: :any, arm64_sonoma: "b09cf6ad8ce8c462ec3e4cc89d0b9899dfc17cb80445f104d0c6a3f33edc699f" - sha256 cellar: :any, arm64_ventura: "3323dd2217d0dd693622b2fdb586b1150b76541b2f02a253dda080ca3d7ad18c" - sha256 cellar: :any, sonoma: "bce3f6fd78730ef9f54b6ecd8838f8a5d34ae91f8842b1fc5302572328891ddf" - sha256 cellar: :any, ventura: "94f5a750875738d1fc31003ebfebe58d55e665e8e2f4714ae0258c197547cc72" - sha256 cellar: :any_skip_relocation, arm64_linux: "f4a469ef330740387314e515881b7edcf07245f3d762365a418cec7f63e1785a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad58b0657df1a9e07a0a7da6d28ec52d61028b3d3b7eac141ce2c4b6139e6f0" + sha256 cellar: :any, arm64_sequoia: "a5899ba70f888c1071aca62e1d3488e52de223fbc06cac0c6501b9d04849d00d" + sha256 cellar: :any, arm64_sonoma: "5eb70a8f3b5cd2ade6ad95ecaef8b01d0e9dadc25504d62bd49cf0ea77f76770" + sha256 cellar: :any, arm64_ventura: "2e8d01fdb157b8b83220c27610e00153dca16d63a4a3528248f8a602e8337581" + sha256 cellar: :any, sonoma: "cc9df88089b398ab7319f813b6b3162faf369fd70b20fbf1e77cf79ab0faa9d8" + sha256 cellar: :any, ventura: "87141ba3b614333f819e6ac3f45920badfa3249437fb6d53ed4bd373f4d5dc9e" + sha256 cellar: :any_skip_relocation, arm64_linux: "0bf8c3dff8fd624c898f84ab779d19b82764ae83a149e4c59266720839b64f29" + sha256 cellar: :any_skip_relocation, x86_64_linux: "62fd2507ae9f4b26582cdf06a0b374edfe97023354a2c051432dab1a0a2a799a" end depends_on "cmake" => :build From 3719817999bec2490d89ae6e731ba6562314636e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:23:42 +0000 Subject: [PATCH 08711/10074] awscli: update 2.27.40 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 50fcf9967b4b3..1857c180a46a0 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "34c3bdf0996b8347640b31cf66e6cb2b863044476bf80b75912acf627c54a22e" - sha256 cellar: :any, arm64_sonoma: "9e03814d69038c3b2002ab2fe47af5ae3da671b28db921219d47e549bf0d8f35" - sha256 cellar: :any, arm64_ventura: "b801fca519e0945f7a6078d4411078d9249684289f0de166f4fe5e5a46df90c5" - sha256 cellar: :any, sonoma: "9724ffb15a9a9140db0bfd4157cbcd42efb70d499bd72730a09023948aaa5c87" - sha256 cellar: :any, ventura: "d01e916635ababf1af35ad4ed41ab565a2277171f4f583c24633bd7eeafe20b5" - sha256 cellar: :any_skip_relocation, arm64_linux: "613b0143e37ba0d33baa666c060f1b3ab728b50868f4e997f220b26608b8039a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4057aee0935e315ed4a898fc2689fc32fd1edb0fc7d763efee0612d300ed9ec9" + sha256 cellar: :any, arm64_sequoia: "c2c1cc3f03b9476146ff8fb37fff2c851a61ace459ab7abea9026b52b5dbaaf4" + sha256 cellar: :any, arm64_sonoma: "57fed2fa1c568c841dd0750d649595d2c3b18d4bf6abff224eb99a969df024a0" + sha256 cellar: :any, arm64_ventura: "bf692a2f298932a50d6e21435bdacfb8395824a057dfb02735c97b126bc76154" + sha256 cellar: :any, sonoma: "a83776da18e304bf74735be64d28a51ee2c57a4cc450b1ec09e67faa7bfe4e80" + sha256 cellar: :any, ventura: "c584845cf48bf500a4b941c60d8944a8e880a4015b6ae6dec26333563f7f7793" + sha256 cellar: :any_skip_relocation, arm64_linux: "82997ca15b035982a9c518f46ed50cc601527a62ddc9a3bf12c2922c26f7fa34" + sha256 cellar: :any_skip_relocation, x86_64_linux: "06b02e7b0fa164a85a99fa75d873f0a24e77233067947b5d22149d3d2d0e2180" end depends_on "cmake" => :build From 4abaf6e12f232a787cdfac63831bd27dd20a48cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:25:43 +0000 Subject: [PATCH 08712/10074] glaze: update 5.5.2 bottle. --- Formula/g/glaze.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/glaze.rb b/Formula/g/glaze.rb index 9cb21ceb72d35..b99787dcc59c6 100644 --- a/Formula/g/glaze.rb +++ b/Formula/g/glaze.rb @@ -6,7 +6,7 @@ class Glaze < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "50e684a3f9a952f8731a59dbf36cd832f31a494432a3a5ec13add3b0bfbc5913" + sha256 cellar: :any_skip_relocation, all: "47f2952fd6472839c793fb851a502cc339c2344177ee735ea69ed5e3cbfae4a1" end depends_on "cmake" => [:build, :test] From 7b5e86ef5a0248126c3205edaa34ff57f12cbc98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:25:48 +0000 Subject: [PATCH 08713/10074] slumber 3.2.0 --- Formula/s/slumber.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/slumber.rb b/Formula/s/slumber.rb index 889fbe127b2fb..1dbb5f38ed54c 100644 --- a/Formula/s/slumber.rb +++ b/Formula/s/slumber.rb @@ -1,8 +1,8 @@ class Slumber < Formula desc "Terminal-based HTTP/REST client" homepage "https://slumber.lucaspickering.me/" - url "https://github.com/LucasPickering/slumber/archive/refs/tags/v3.1.3.tar.gz" - sha256 "bfe9ae09d8220bc4aa19f2525585afc17c64ced069c1dc670c32c2ae817078cc" + url "https://github.com/LucasPickering/slumber/archive/refs/tags/v3.2.0.tar.gz" + sha256 "dcd3f5d74abc6fa764164ead0cd52368d92122f395353ed43091ad1f02498d95" license "MIT" head "https://github.com/LucasPickering/slumber.git", branch: "master" From ce68554f07184995b26d519f4bb45949d5b858c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:27:27 +0000 Subject: [PATCH 08714/10074] subfinder 2.8.0 --- Formula/s/subfinder.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/subfinder.rb b/Formula/s/subfinder.rb index f197274701ae3..3e55d92b12a09 100644 --- a/Formula/s/subfinder.rb +++ b/Formula/s/subfinder.rb @@ -1,8 +1,8 @@ class Subfinder < Formula desc "Subdomain discovery tool" homepage "https://github.com/projectdiscovery/subfinder" - url "https://github.com/projectdiscovery/subfinder/archive/refs/tags/v2.7.1.tar.gz" - sha256 "11ddc1113ba6bfc6db1aeb8bdd97908ceed230e3e4911e9a6905c35f0795b2e2" + url "https://github.com/projectdiscovery/subfinder/archive/refs/tags/v2.8.0.tar.gz" + sha256 "d4273408c6eeeb9e69fe04e5d7400247502575841c79371dc680fc6b2e3aaaa8" license "MIT" head "https://github.com/projectdiscovery/subfinder.git", branch: "master" From 01016f50739dd1c4c90abf72ec1f0dd204d133d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:27:51 +0000 Subject: [PATCH 08715/10074] istioctl: update 1.26.2 bottle. --- Formula/i/istioctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/istioctl.rb b/Formula/i/istioctl.rb index d064388aa8177..5e917c11dbbdf 100644 --- a/Formula/i/istioctl.rb +++ b/Formula/i/istioctl.rb @@ -12,13 +12,13 @@ class Istioctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "029a531d1289d425a88f9aaa84c9492c943f93786da4814e88c2c99cf3d57821" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ef66e7b5ed5cf0b127bbb0d94c0cc8988d74f044fee620914642b4f8a48666d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "64a950bf512d41713972e66e2703f19d435a918378b68ab0408d7b9ae89e3021" - sha256 cellar: :any_skip_relocation, sonoma: "4d4cb0174d9ab8be189343674f89e05382d8d3d2ef19d14b7b0b828dd52d0410" - sha256 cellar: :any_skip_relocation, ventura: "99960f2e23e4d2c5708a4fdb972c0417a04e117e1c777c24b75c5cdc9aedb050" - sha256 cellar: :any_skip_relocation, arm64_linux: "1486bb6f306d63a1e77a076067251a4d026d900e63b933de27ce630a10225e19" - sha256 cellar: :any_skip_relocation, x86_64_linux: "febcfe909039be1cbd29f67e6b4e9d93a9d79dc942fb8f97bac2fac26da8f285" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "86a0b2e6360b6b88e5d652c875893a563d8cc5fb05d4a298761e49b991f238df" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7304c24e4392959f2733a299a3920f7efe4812b78d5d21967c24fadbbdff073e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a053c362212f0b5e2788a99c8416d2b71e285f7f4a036fe63cfced72fa482c2c" + sha256 cellar: :any_skip_relocation, sonoma: "1a65e9e7b14e6564c823d6a6c331643815a54f6bb13dfeb718f202780ae76326" + sha256 cellar: :any_skip_relocation, ventura: "70e997fb602b48f750af1c78b3671fc1daed07ddce7d92cfcad4d3859c04d7a4" + sha256 cellar: :any_skip_relocation, arm64_linux: "980026a1fcffd71f9d06d7c58d7ba1d48e32607dd29fbf40312797bdff56948e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5e50b86719fcf41e4e2eed6ece37c0d1c7ed137cb8c38088db73a2d3b13f5ff" end depends_on "go" => :build From afe0fb15681ab4f05fcf2cccef6fdf193782beca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:28:19 +0000 Subject: [PATCH 08716/10074] tarlz 0.28 --- Formula/t/tarlz.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tarlz.rb b/Formula/t/tarlz.rb index e68bbaf782c0a..ba030fb5088a7 100644 --- a/Formula/t/tarlz.rb +++ b/Formula/t/tarlz.rb @@ -1,9 +1,9 @@ class Tarlz < Formula desc "Data compressor" homepage "https://www.nongnu.org/lzip/tarlz.html" - url "https://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.27.1.tar.lz" - mirror "https://download-mirror.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.27.1.tar.lz" - sha256 "7091968e8f9b5333730e7a558ebf5aa9089d9f0528e6aea994c6f24a9d46a03f" + url "https://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.28.tar.lz" + mirror "https://download-mirror.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.28.tar.lz" + sha256 "ea413f51a9f158cbaaaa27451a2035d2e9322275daacf237f7f684347c09f229" license "GPL-2.0-or-later" livecheck do From 68f559537b5f0cae097dad9b1e0b0d76f6f08706 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:30:56 +0000 Subject: [PATCH 08717/10074] victorialogs 1.24.0 --- Formula/v/victorialogs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/victorialogs.rb b/Formula/v/victorialogs.rb index 88be6c4c5d62a..0c3a3048d297c 100644 --- a/Formula/v/victorialogs.rb +++ b/Formula/v/victorialogs.rb @@ -1,8 +1,8 @@ class Victorialogs < Formula desc "Open source user-friendly database for logs from VictoriaMetrics" homepage "https://docs.victoriametrics.com/victorialogs/" - url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.23.3-victorialogs.tar.gz" - sha256 "04a369496941462f7a56b9c4cea0ed5768fbd65ddd74009120e82079960ced49" + url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.24.0-victorialogs.tar.gz" + sha256 "eefcf5063b6bd122a0179e5cb03066da816396926f96065b6bebe5592de9dc97" license "Apache-2.0" # There are tags like `pmm-6401-v1.89.1` in the upstream repo. They don't From c3fadee4dde006b325b0d0c8aa7c4d5907308b6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:35:09 +0000 Subject: [PATCH 08718/10074] harper: update 0.44.0 bottle. --- Formula/h/harper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index 6f83d295f37f6..a8f1af358f84a 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -12,13 +12,13 @@ class Harper < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "293d7596af2b63d19f1b1eaee3f46fffb374f84aecd5c49e4fd68a152acd58b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "94242542d6bd8134db896545999d848392668e3553d20b5818367ee0f3478d85" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9cc2fd693ce04ebf2a5feb6e3f72dd87501c59b6912cdbbd764161a401f0d05b" - sha256 cellar: :any_skip_relocation, sonoma: "6b93928e41fbea2bcfba85575bf5a78e6b3edd58dd0453df0fe3ac302020ef61" - sha256 cellar: :any_skip_relocation, ventura: "30b1d771aaa7d7bda1861673fc4f4928435975707ebeb5b9b232ec61d50011e9" - sha256 cellar: :any_skip_relocation, arm64_linux: "8f9d526faee47c5483ba02f3e6379c7458ff2d715c69dbe8f47a8d755f6407ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4d05d140930d4219f38f23c39161ed32670f4a9607a30a24041ad586dc45a22" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7eab410f82e9ff7104e401f4b8763ea9676e760bbe7b992615327a1f136ef7af" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf2a2253bdb055167ded8c16a7eb21164ef316b579bab54b6a720048c996c12d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "299abc7bc2b80cf9667faf554e7d51bf78b8e66f42cd0cc59ece5af61b001da0" + sha256 cellar: :any_skip_relocation, sonoma: "f92267056856a07a415fd02b8e3eff2cc8a9ecd215b89a11f50ec45d74702ca3" + sha256 cellar: :any_skip_relocation, ventura: "50065c0f5f8cb69ed3ab8bb1eb40c3f10e5ddd4a7aa2b584a9b9dd16403ed978" + sha256 cellar: :any_skip_relocation, arm64_linux: "c24fee91372512fba6b7f5055051a982e4c3cf6a48fd0007d989c7852213e4c7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dbf0a7819312122cb8a9d42b5140cbf3f427307b0b6e04ae75bb98618e88c6f7" end depends_on "rust" => :build From 66e596f7b2c9e1e5de8c4f90cb720b7fe67bf4ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:46:52 +0000 Subject: [PATCH 08719/10074] victorialogs: update 1.24.0 bottle. --- Formula/v/victorialogs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/victorialogs.rb b/Formula/v/victorialogs.rb index 0c3a3048d297c..f20d57de7750a 100644 --- a/Formula/v/victorialogs.rb +++ b/Formula/v/victorialogs.rb @@ -14,13 +14,13 @@ class Victorialogs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fa4c6cab362eec0aad858f14382b99f23599448aff2fdf48303d25da9972710" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "27727ffd8141d166b2dccd6cbbbe33c763a41c2e38804387eedfdc632f24ed42" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d36fbf2a28b2732712f7304d48de09c1876236542fde2db62d641762e939c301" - sha256 cellar: :any_skip_relocation, sonoma: "2226b9db6887b8944465ca88a3ce08f2adc698ffa0d6c851ed93167022ab16af" - sha256 cellar: :any_skip_relocation, ventura: "38657a5b55d03ce19f7162ae092d9917fa8de83c2264c8543c7a2a5fcb39c145" - sha256 cellar: :any_skip_relocation, arm64_linux: "87499c9599f57e5e1f0bfa703c7a1094e81a03c46b884eb1b0b508709a97d054" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ac234cadd1d628e5f6cfb65ae43784d051a1c214ca3e3cef01c5141092fcc4be" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b2f176164819e5370a6a5f3d5c979090bc7727d556676d2f8431c7bfb7ac3a4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2d4ce7cdfb7087b58a20040f663eeb9ac1a26286fda5e0bfa87b7a8a4f7e8a3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6b5898efc8cf77754552ab7aad83f6d67aa8de32f7c6ea48a92fdd2fe92b1694" + sha256 cellar: :any_skip_relocation, sonoma: "614ddcc35c81749d3ee0bd495936695917241b445021cea14c62cd47d48ab93c" + sha256 cellar: :any_skip_relocation, ventura: "4263409a1240b725c2b99e1def8671fdf5883c480d9a6d794ca58fc4181df45e" + sha256 cellar: :any_skip_relocation, arm64_linux: "e080442ea1330c09140012c4958e2a1b690c5bd267a22d587abc8caf57bf4ce0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e2ea2683e68fd1b8f4951bf6ac5214951ed2c6ffac0f17e0cb393bc969c3b6d" end depends_on "go" => :build From 5a37e585ed825154f8d156a0102ad7e6a876550d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:46:57 +0000 Subject: [PATCH 08720/10074] slumber: update 3.2.0 bottle. --- Formula/s/slumber.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/slumber.rb b/Formula/s/slumber.rb index 1dbb5f38ed54c..483ef74376b77 100644 --- a/Formula/s/slumber.rb +++ b/Formula/s/slumber.rb @@ -7,13 +7,13 @@ class Slumber < Formula head "https://github.com/LucasPickering/slumber.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb9e7d2fb6f72272ee0dd27fcbb5601e878b6daa1c564c7dc4a315fc3dc70146" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bc67b9511473c9217ebe903a8fd86c5f604706af606cbe94c6bd8477dfd4304" - sha256 cellar: :any_skip_relocation, arm64_ventura: "661379a5e733966a9e43c28cfe9800174f0eb053c3cb2a928fad1ccf8d8df444" - sha256 cellar: :any_skip_relocation, sonoma: "13c275e1499104eb2e86924a2b26bb6e9241fc57575aeb03ae2ad7d6a5610138" - sha256 cellar: :any_skip_relocation, ventura: "cd9e336a19ab470981179d0117baaa2d12e6f98cca1613d31b544ab6ef361488" - sha256 cellar: :any_skip_relocation, arm64_linux: "3502913ff76389d530d9bc3e4311629a38c2b4dd2e07c1c7f2e0fb77f07ba978" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a2b52044c6b55a0021305c41800d11c4251e55a16afb3895b6f28af8892ef2f1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0dcece418e59817739e3a2fd7c6d2882bf55b9a2c5432d84aac8eaad8860b45b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e593f93abad659727f59a298ae44c1947742dc842d7e17ce231314cf3eb56cf3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c3fc180f5273c549b2a23833c31768b3ee1feda416e2ee2f8ada2e94a88f8433" + sha256 cellar: :any_skip_relocation, sonoma: "d659db420c63df323695811a89d5e884f873660f1af2171c32cb4d29e26fe888" + sha256 cellar: :any_skip_relocation, ventura: "ca8b1a461c051925d684e387ab92e837e93e7977c1df804bc4c6c559c37b3ed7" + sha256 cellar: :any_skip_relocation, arm64_linux: "700ec0b83b6bfa7a7586cf4d1c60c58cc453a02d9624b7200c73e6fb3fcb3355" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8f8c857687cafc558d7daaf3da169f1938a5b5697d880801fcf6b749840c58f4" end depends_on "rust" => :build From 5c84632b23b8cb5353005c3af6fb1bcf7fc72f26 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:47:11 +0000 Subject: [PATCH 08721/10074] pycodestyle: update 2.14.0 bottle. --- Formula/p/pycodestyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pycodestyle.rb b/Formula/p/pycodestyle.rb index cfd92e5b4ad95..357ece2b0cee2 100644 --- a/Formula/p/pycodestyle.rb +++ b/Formula/p/pycodestyle.rb @@ -9,7 +9,7 @@ class Pycodestyle < Formula head "https://github.com/PyCQA/pycodestyle.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "f8318ea63471f50206c5957f21508ee39131d6a8090162da679838386d98bc85" + sha256 cellar: :any_skip_relocation, all: "d8094f80d276313acebc67894ee71ba6eba7c8325c96d18b8637edf00b843384" end depends_on "python@3.13" From 829e12c286d424437d518bea52e2772fa09333f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:47:11 +0000 Subject: [PATCH 08722/10074] subfinder: update 2.8.0 bottle. --- Formula/s/subfinder.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/subfinder.rb b/Formula/s/subfinder.rb index 3e55d92b12a09..f2d8cf2c969c4 100644 --- a/Formula/s/subfinder.rb +++ b/Formula/s/subfinder.rb @@ -7,12 +7,12 @@ class Subfinder < Formula head "https://github.com/projectdiscovery/subfinder.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4012761b996c13be98b253acf2c97d9a0f56e6f090878c236b50d24334de427" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f1e29abdec31a55472ee3e056a4b1d2234a50006ebf4078f8699ad8ea6ad781" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b35928fb4541fd5e914ca969111b451289e8354c66addfd4d84301736baa1b2f" - sha256 cellar: :any_skip_relocation, sonoma: "2e0b98643729a615d017bf3bbd687dec08f2ff7d0baa890f5595f096fb888ff3" - sha256 cellar: :any_skip_relocation, ventura: "b05b08f4b8b6a8ba8c5739c5140db0140fc7fa582f70678d91aef4b458fd72b0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "63927484b1657c52e52e9ac6d035d3461832ce40b0b959e9125c7b599c991ef5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4bb33f0b28d7c5a0582927b1fbb47543dfc495af2f8ca6b8ac36585e6a061b7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d016d52ab0e1fd1a47cbcd4175d16436f0fc148e0883ce021324ce5f149b4ec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7284c7ab3e13f87e17c2ca36d4f52ac2a1fe9fff5a1182d50e88e3de2498ff59" + sha256 cellar: :any_skip_relocation, sonoma: "8cf9736a33684adcb7efeca52e55e01777f05927b4e5b97ae2fe2fbb882b297d" + sha256 cellar: :any_skip_relocation, ventura: "8094944b73a10f682b0b915b8f4978490cc895f237d1c40e3e2794f6ad07d35e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cbf3866c7396c20b2684c1883edf264c2ad8df5eaf9b8e9ba02f7f07ca8df4f0" end depends_on "go" => :build From 4697a7637d35bcb2b5acea8ba4c3b5fc28ff087b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:47:12 +0000 Subject: [PATCH 08723/10074] tarlz: update 0.28 bottle. --- Formula/t/tarlz.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tarlz.rb b/Formula/t/tarlz.rb index ba030fb5088a7..3322762b3817d 100644 --- a/Formula/t/tarlz.rb +++ b/Formula/t/tarlz.rb @@ -12,13 +12,13 @@ class Tarlz < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "af4911dacbbfaebef7ee440b13fb73f79150ee27cc267ea58b73b5fe7e2ffd61" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "361d64c7b4444195ab44b2f8b3162a549eb40d69a960a5e7881d9282b0484e51" - sha256 cellar: :any_skip_relocation, arm64_ventura: "af36ca5f1dbfa2b8b625cb584ff30a8094735383c604b32c9afb3d4b074b75e3" - sha256 cellar: :any_skip_relocation, sonoma: "f707b108966d4e44a95c02fc0cf57627961bb6effa9e0f5c71c157cfdf96cc0c" - sha256 cellar: :any_skip_relocation, ventura: "c0facb62b58f1da43b275032ab7ead7e2ac2c6210590ea46185a00f14c977331" - sha256 cellar: :any_skip_relocation, arm64_linux: "adb3e6380916c128b56719a3edefa725ab0bca627b7df0db6312ce2ab2f4146e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bda3fb03bac16c1a239cf2c2dc9328d7b05035d494641305fb49ef8e8a31dd5a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "66a9f9451248cf658474dd44f91865d6aa0c8aeb6d5f78064d3afcd23a73e5bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "067d4e8d42dc7a6e1875ec858e3b90610fd9759a13d043167c23bd24cf848229" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6672edbe3d55a5dd0dc268703f36daad3222af63b8b4c0c794f5cb0ea14b5172" + sha256 cellar: :any_skip_relocation, sonoma: "124ee7257932636042dc86f3713a456b6189d2517efd4ff5f56a6b86680a32ec" + sha256 cellar: :any_skip_relocation, ventura: "4a23ff1948306bbc161a4c9697f5a048da4b80c7125a4fe642bf49ca9518dadd" + sha256 cellar: :any_skip_relocation, arm64_linux: "048ad1ac7f02d110eb6c53c5dfd747d14a15ccc8eebe6fde1cbeb397ea255cae" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a26730354947d3bc94e513d59be2e52e4be7e5cad136affef8a146a6dbf1489b" end depends_on "lzlib" From bbb69d0275502c263bdd2537f29fa17963b45331 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:25:14 +0000 Subject: [PATCH 08724/10074] sigstore 3.6.4 --- Formula/s/sigstore.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index 3f770463009d5..101c76428e13d 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -3,10 +3,9 @@ class Sigstore < Formula desc "Codesigning tool for Python packages" homepage "https://github.com/sigstore/sigstore-python" - url "https://files.pythonhosted.org/packages/10/dc/fb0306a86bd1bc79f99f2f53b2421a11c42d2bbd106f7ccf0acfb460b5db/sigstore-3.6.3.tar.gz" - sha256 "9f957ef239b77695992b62823f79fc9554a589572dcc7bc0c1566a31b4bafc10" + url "https://files.pythonhosted.org/packages/c9/81/dca1dc73d250e9b37b7ba9b5083ba309896e4cffb1ab1800876f1287f3bb/sigstore-3.6.4.tar.gz" + sha256 "76f247a86738c9e076a243e0068ac68625848868890ed38491acc159752a46ac" license "Apache-2.0" - revision 3 bottle do sha256 cellar: :any, arm64_sequoia: "2ccc403211b560c03a237571ff609db1bf0c58c4d547d252deee3bd1f78b801a" From 5b20c377a07853b7c931062aa81f86531f958e12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 21:02:15 +0000 Subject: [PATCH 08725/10074] mpich: update 4.3.1 bottle. --- Formula/m/mpich.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mpich.rb b/Formula/m/mpich.rb index 8bd093ee12f83..961c5006d3617 100644 --- a/Formula/m/mpich.rb +++ b/Formula/m/mpich.rb @@ -12,13 +12,13 @@ class Mpich < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d3dca8bd92f54bef8002be665288e64224c06bc9d21e02f51159da5acaf0f366" - sha256 cellar: :any, arm64_sonoma: "13e3cdf67d22d9fe0a2e329a3e744ccefb9639347d993ee61db03fcc3ea94e7c" - sha256 cellar: :any, arm64_ventura: "ae8445c78a080da251f7feacf10c5af2536253957e2017e631019c2906222238" - sha256 cellar: :any, sonoma: "adb7e8ba25ae9220c61c39d894175a2552471989cb7847dea8b1af38b6349f24" - sha256 cellar: :any, ventura: "225a762f2f84644bd79521f473310223b18bfc6c55f4df26827006c6551292fe" - sha256 cellar: :any_skip_relocation, arm64_linux: "f048aa161a96151f3ee7cd8cd9ee7b1f3a827369ffdbd905c532097854103d3c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1f77974a6ff8587c775b90de3c499eb30328c2abc029515a76e094c490f2eb96" + sha256 cellar: :any, arm64_sequoia: "26b19ddaa079c787e0a5665c999a5a5bc3de8a8b75fe4e270cf4728aab122bf1" + sha256 cellar: :any, arm64_sonoma: "0e2907b9052bd594ef9a9136a93989bc92666f1e2b9099b385e03f50f5d8b7de" + sha256 cellar: :any, arm64_ventura: "10f31ee723eafb5f160ccbbcbc2b8e6526faa7736b362c607b3a8b23a589b37e" + sha256 cellar: :any, sonoma: "1423b89869d7afe1838bcaa57e2a17a5c251f016fbf8468e4c3ca049d4500d96" + sha256 cellar: :any, ventura: "342289b771ccbf881a9fc8f54fe8d4e65c907373b5634a5a4e8cb509613238d4" + sha256 cellar: :any_skip_relocation, arm64_linux: "a23d4e7f4e6a658e9efa8bf571578e721dbf0c8f2f3444a7657928d2a649ca61" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9df4b2cf8352ece5365b61ac5988962f85ffdd6b9cdeb9bf28f044729d4e35c4" end head do From bfe01ea56d3a877f2e7145d7006986a4fab7fe5b Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 20 Jun 2025 23:08:51 +0200 Subject: [PATCH 08726/10074] cppzmq 4.11.0 --- Formula/c/cppzmq.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/c/cppzmq.rb b/Formula/c/cppzmq.rb index 02967c0ae6100..e09a38c9d44f2 100644 --- a/Formula/c/cppzmq.rb +++ b/Formula/c/cppzmq.rb @@ -1,12 +1,10 @@ class Cppzmq < Formula desc "Header-only C++ binding for libzmq" homepage "https://www.zeromq.org" - url "https://github.com/zeromq/cppzmq/archive/refs/tags/v4.10.0.tar.gz" - sha256 "c81c81bba8a7644c84932225f018b5088743a22999c6d82a2b5f5cd1e6942b74" + url "https://github.com/zeromq/cppzmq/archive/refs/tags/v4.11.0.tar.gz" + sha256 "0fff4ff311a7c88fdb76fceefba0e180232d56984f577db371d505e4d4c91afd" license "MIT" - no_autobump! because: :requires_manual_review - bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "1be9fecbad4da621c4f608f0395efd58f1252f1898ea64620bdaf82a1b6fdc1e" From 663b69515468fd3d376124f119a8933e3ce4e06a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:24:17 +0000 Subject: [PATCH 08727/10074] scrcpy 3.3.1 Signed-off-by: Rui Chen --- Formula/s/scrcpy.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/s/scrcpy.rb b/Formula/s/scrcpy.rb index 9b793d17464dc..45c443a11c90d 100644 --- a/Formula/s/scrcpy.rb +++ b/Formula/s/scrcpy.rb @@ -1,8 +1,8 @@ class Scrcpy < Formula desc "Display and control your Android device" homepage "https://github.com/Genymobile/scrcpy" - url "https://github.com/Genymobile/scrcpy/archive/refs/tags/v3.3.tar.gz" - sha256 "6636f97f3a5446e3a1c845545108cf692bbd9cdc02cacfda099a2789ca7f6d56" + url "https://github.com/Genymobile/scrcpy/archive/refs/tags/v3.3.1.tar.gz" + sha256 "9999d2ff3605e1c5d1efb0b737ed6e240a93a928091ab356ba07199c92f52ace" license "Apache-2.0" livecheck do @@ -28,8 +28,8 @@ class Scrcpy < Formula depends_on "sdl2" resource "prebuilt-server" do - url "https://github.com/Genymobile/scrcpy/releases/download/v3.3/scrcpy-server-v3.3" - sha256 "351cb2edc7e4c2c75f09a7933fdabcf137be52e2602df154f24ec02db46e9e51" + url "https://github.com/Genymobile/scrcpy/releases/download/v3.3.1/scrcpy-server-v3.3.1", using: :nounzip + sha256 "a0f70b20aa4998fbf658c94118cd6c8dab6abbb0647a3bdab344d70bc1ebcbb8" livecheck do formula :parent From 67b6e2de0eb1faf641409e14464804eff43002b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:14:15 +0000 Subject: [PATCH 08728/10074] nak 0.14.3 nak: add go.sum patch Signed-off-by: Rui Chen --- Formula/n/nak.rb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Formula/n/nak.rb b/Formula/n/nak.rb index 330d729d9dce3..ba95c2bf76130 100644 --- a/Formula/n/nak.rb +++ b/Formula/n/nak.rb @@ -1,11 +1,20 @@ class Nak < Formula desc "CLI for doing all things nostr" homepage "https://github.com/fiatjaf/nak" - url "https://github.com/fiatjaf/nak/archive/refs/tags/v0.14.2.tar.gz" - sha256 "5d3d1688a36f16c5cb84cdd72298f54289309eb9d94d27b00e536329f8a26571" license "Unlicense" head "https://github.com/fiatjaf/nak.git", branch: "master" + stable do + url "https://github.com/fiatjaf/nak/archive/refs/tags/v0.14.3.tar.gz" + sha256 "cfc0fb5899aec2815669c00bd66a13e1f3be31469807bb89261ad3a0f125b6c1" + + # go.sum patch, upstream pr ref, https://github.com/fiatjaf/nak/pull/70 + patch do + url "https://github.com/fiatjaf/nak/commit/35ea2582d814ee2d4855fd27a2789c26f1ea2186.patch?full_index=1" + sha256 "32ce06fede5d111003c3fc73ea742b55574bab1462b5fcd9459cd282b9415195" + end + end + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "d066ec1cc25006bc7dbc8cfc621b186e54c4f3f3a56415092a8f1c13573f4d9b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "d066ec1cc25006bc7dbc8cfc621b186e54c4f3f3a56415092a8f1c13573f4d9b" From 68739d13d803d1a81bfb3472bd6c951dbf4d75a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 21:28:12 +0000 Subject: [PATCH 08729/10074] sigstore: update 3.6.4 bottle. --- Formula/s/sigstore.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sigstore.rb b/Formula/s/sigstore.rb index 101c76428e13d..a45803cbd664b 100644 --- a/Formula/s/sigstore.rb +++ b/Formula/s/sigstore.rb @@ -8,13 +8,13 @@ class Sigstore < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "2ccc403211b560c03a237571ff609db1bf0c58c4d547d252deee3bd1f78b801a" - sha256 cellar: :any, arm64_sonoma: "0549c4027a3e1e4b59aad695e0534e0cb2d2bf6d1ab52bd3063098c8cd17299a" - sha256 cellar: :any, arm64_ventura: "04d76da186f6b04a3159d2bcd8bcff234f49e050258bbd30e6a11108d1e505bb" - sha256 cellar: :any, sonoma: "a58b8aef58e3a16b7136d2410ce59d86989127323c3a098c55072995cf6a1fcb" - sha256 cellar: :any, ventura: "ad7a02b2dcdf578e3e09d48fbfea010e9ac4b88db04a035a6074f854a0d51b87" - sha256 cellar: :any_skip_relocation, arm64_linux: "e646102e5fc8a9d6b7512bbcadf4d04e025cbdefefbfeff120a200ec28f1c53c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1190733f41974d27887d9fb75bc7c3583faad9e581c693e31f59836030c4e0f7" + sha256 cellar: :any, arm64_sequoia: "ae549c2519b01d9fde123c5496691a9a24c55f91da96385d928338ebd8c44bbd" + sha256 cellar: :any, arm64_sonoma: "bb48d91d762b75481890c72a3138d102a9500a33a8c56f10f712ed25201a80be" + sha256 cellar: :any, arm64_ventura: "79e8ee237b417fd5d3f5dcb8916c24ba8093e4dafde49135a00a8ebb010d63cf" + sha256 cellar: :any, sonoma: "8d99a9e0f67cc27e6fa47fedd3ff8958ebd7d731ab4f0270f778a10c9cc07091" + sha256 cellar: :any, ventura: "22e4896dade599e1c54b391d0ec11d1fc2b177567632441a8e4ec1683e74ea4f" + sha256 cellar: :any_skip_relocation, arm64_linux: "43b3db485bdcab7ddaf1009be7bc334abbc9e0c1f65584b7e25b20a70ea88cbc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "443aa1d2e019b337a0f507cd832f9f8ec56d7a9259442dc99de008ae3dfd1bbd" end depends_on "maturin" => :build # for rfc3161-client From 259aa81815f0a337c0e38c0d841299315b982511 Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 20 Jun 2025 23:29:51 +0200 Subject: [PATCH 08730/10074] vcpkg 2025.06.20 Signed-off-by: botantony --- Formula/v/vcpkg.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/v/vcpkg.rb b/Formula/v/vcpkg.rb index e5fa0ee93ef61..b125c72624785 100644 --- a/Formula/v/vcpkg.rb +++ b/Formula/v/vcpkg.rb @@ -1,9 +1,9 @@ class Vcpkg < Formula desc "C++ Library Manager" homepage "https://github.com/microsoft/vcpkg" - url "https://github.com/microsoft/vcpkg-tool/archive/refs/tags/2025-06-02.tar.gz" - version "2025.06.02" - sha256 "eb80f9c56bff1d8349cbdd7804a320d7392a873a4b49c87cf1f378b4cd512c6e" + url "https://github.com/microsoft/vcpkg-tool/archive/refs/tags/2025-06-20.tar.gz" + version "2025.06.20" + sha256 "a5c13011d253db8e885c54d2da6f6460741fec307fe93ee38bf17ab34922a467" license "MIT" head "https://github.com/microsoft/vcpkg-tool.git", branch: "main" @@ -20,7 +20,7 @@ class Vcpkg < Formula end end - no_autobump! because: :requires_manual_review + no_autobump! because: :incompatible_version_format bottle do sha256 cellar: :any, arm64_sequoia: "e72e89dc6dc6a7ee947a8b9e54efc00f16bf39e3703da4a877f5ba03d5238cbd" From 437336c3124e84d54609136c5911a9ad4b4442b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 21:34:48 +0000 Subject: [PATCH 08731/10074] cppzmq: update 4.11.0 bottle. --- Formula/c/cppzmq.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/c/cppzmq.rb b/Formula/c/cppzmq.rb index e09a38c9d44f2..b55f55625d353 100644 --- a/Formula/c/cppzmq.rb +++ b/Formula/c/cppzmq.rb @@ -6,8 +6,7 @@ class Cppzmq < Formula license "MIT" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "1be9fecbad4da621c4f608f0395efd58f1252f1898ea64620bdaf82a1b6fdc1e" + sha256 cellar: :any_skip_relocation, all: "5aad9277c9ee7b3140a55c7602ffc5f2be20dd46ea77fcae0ca4bb75c47fb372" end depends_on "cmake" => :build From 713fe7eee0d0b25efc3d36b45af49aabc0fe353d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 21:40:22 +0000 Subject: [PATCH 08732/10074] qbs: update 3.0.1 bottle. --- Formula/q/qbs.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qbs.rb b/Formula/q/qbs.rb index a68d92e39df97..78f4e2e884fbe 100644 --- a/Formula/q/qbs.rb +++ b/Formula/q/qbs.rb @@ -16,11 +16,11 @@ class Qbs < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "546b89eedb0a9c77b99492f62dd202076d820a57791c5c0838ad05c240a6b409" - sha256 cellar: :any, arm64_ventura: "0064fe9dc16510cd84ff7da779c309296a45b904698231cd0e11309f7aff6f40" - sha256 cellar: :any, sonoma: "0c1f18f7ef4ecbf92980c755820a9e6007e559f11ab7d0c4bc8848ca185da3ec" - sha256 cellar: :any, ventura: "a8768d4dc02f5b323d1f3525c6d8f52772217cd47c288b9863248041bd9218d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9223cde738c5a7094813cf1aca6538dd9cd00ff20557f86acef4a46cc3b9f022" + sha256 cellar: :any, arm64_sonoma: "fe328df1d6c32474f2388970d86261de29fe4f22a4a5e03bc52f32d876721e4a" + sha256 cellar: :any, arm64_ventura: "c30ae5a40dc5bf110e56975c64f37d775998a6dd9e253d541874eb9b9113c0a8" + sha256 cellar: :any, sonoma: "2048bc6b964670cfd8822ddc9d6d1572212e958de0512b9a0324f76e9d3d94d2" + sha256 cellar: :any, ventura: "436a54b50d1649b28949259740708ca3d06c28e074e9739b76ea56e316ac85f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a0d1e3c2b56eb01630d127f612e6f037883bf9a9c7e4bf34d479feb33c77e757" end depends_on "cmake" => :build From dd32b01624b9b5aa6b7b3a6509e3423fd4f41909 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 21:51:13 +0000 Subject: [PATCH 08733/10074] vcpkg: update 2025.06.20 bottle. --- Formula/v/vcpkg.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vcpkg.rb b/Formula/v/vcpkg.rb index b125c72624785..1116ea1cc824d 100644 --- a/Formula/v/vcpkg.rb +++ b/Formula/v/vcpkg.rb @@ -23,13 +23,13 @@ class Vcpkg < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "e72e89dc6dc6a7ee947a8b9e54efc00f16bf39e3703da4a877f5ba03d5238cbd" - sha256 cellar: :any, arm64_sonoma: "89439508fa09654c9c1f2069cc028a288bff566be5ca07da804ef0f9a7a45e8e" - sha256 cellar: :any, arm64_ventura: "3a2923ce1239dff6825ce4cc4927a91c2b18151fd60acfcd7017c77c18dcc420" - sha256 cellar: :any, sonoma: "c6f8bf88e9c72affac7866601a2756a9259a48285cddd8c6bb6cad1ce8b4c9c3" - sha256 cellar: :any, ventura: "c3175fd1ed7a05217c743b409eb6c2d1df3ef49ce38452d260556c514af6406b" - sha256 cellar: :any_skip_relocation, arm64_linux: "f48a524bda37a5cbea20b524f42ced7bce7ffb2173114cd90684ef0631ddb269" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a7c770847ac233d589a397e24537ab7fd3cf1d6d1bdb2cbfbfc66ed554b1f08" + sha256 cellar: :any, arm64_sequoia: "c137688de0ad7bdc389c2bd9050a4db460e07c2fc349daf3dab2f263cd0177a0" + sha256 cellar: :any, arm64_sonoma: "6ba896fd6dd5f883377626ad30a7aa70dd72c97bb9fd97ee0cec7ac8d0db670c" + sha256 cellar: :any, arm64_ventura: "b2ff9fcb7cfe5eeab3d642c15445846a28ea4e2183aae3fb76e77643b100d534" + sha256 cellar: :any, sonoma: "15e0038fc0f36d2e86732e9de52737d759ce5a666996cce26f9381dd080580a4" + sha256 cellar: :any, ventura: "3f03db528a5863adce0b860940a8b5f6aff274dc0b72cb95defb23753b45cf8c" + sha256 cellar: :any_skip_relocation, arm64_linux: "79bcf72c64a96f50e75e2ef39c9998ac23fa543db09221ca6f62b3c761ef216a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5a12c6435af1fad099a80a48688a833228d2eb7fbc5522659a0050387d95ed75" end depends_on "cmake" => :build From dcf1593dfc15583769a007f565efdc0b9f54f741 Mon Sep 17 00:00:00 2001 From: IT Service Account <117774934+IT-Flow-Service-Account@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:11:42 -0700 Subject: [PATCH 08734/10074] flow-cli 2.2.19 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/f/flow-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flow-cli.rb b/Formula/f/flow-cli.rb index ae340e819ea47..cfe070920ef6c 100644 --- a/Formula/f/flow-cli.rb +++ b/Formula/f/flow-cli.rb @@ -1,8 +1,8 @@ class FlowCli < Formula desc "Command-line interface that provides utilities for building Flow applications" homepage "https://onflow.org" - url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.18.tar.gz" - sha256 "e904ad6ecf547e1d960a421a136b629363464f1d3aac555bace05b5d6410d42d" + url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.19.tar.gz" + sha256 "3823fadaf15b74bbbb586f8898da6526a4b9abbbe911eaa032f268d8a84b0b82" license "Apache-2.0" head "https://github.com/onflow/flow-cli.git", branch: "master" From f93750a044632b551bf508cd028c517d6df9c36a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:05:14 +0000 Subject: [PATCH 08735/10074] infat 2.5.1 infat: remove build patch Signed-off-by: Rui Chen infat: needs xcode 15.2 and above Signed-off-by: Rui Chen --- Formula/i/infat.rb | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Formula/i/infat.rb b/Formula/i/infat.rb index 55c48ee9dc8a6..b4d6cb1b6e0b6 100644 --- a/Formula/i/infat.rb +++ b/Formula/i/infat.rb @@ -1,8 +1,8 @@ class Infat < Formula desc "Tool to set default openers for file formats and url schemes on MacOS" homepage "https://github.com/philocalyst/infat" - url "https://github.com/philocalyst/infat/archive/refs/tags/v2.4.0.tar.gz" - sha256 "b0c0cad9dd995aff389fce829d62a61629fe8e07e7dd4a412ae010124c4cdb0d" + url "https://github.com/philocalyst/infat/archive/refs/tags/v2.5.1.tar.gz" + sha256 "d25397531b436eaf27e9ceb111033a39fa0fe7f74fbb908f6740a0684d5a52f3" license "MIT" bottle do @@ -13,14 +13,9 @@ class Infat < Formula sha256 cellar: :any_skip_relocation, ventura: "587fe0d7f058a82c2f0a6d2e2226c097e0dfe22dad062b0c5770ac3e2bfc967c" end + depends_on xcode: ["15.2", :build] depends_on :macos - uses_from_macos "swift" => :build - - # fix swift syntax error, upstream pr ref, https://github.com/philocalyst/infat/pull/25 - patch do - url "https://github.com/philocalyst/infat/commit/dd050ef6f3891fe683a4f2f430c415cf0460fa2c.patch?full_index=1" - sha256 "4efa99053e2455a39e9aa89221172a5c687f34511a4ebadeab2e136d974d3afa" - end + depends_on macos: :sonoma def install system "swift", "build", "--disable-sandbox", "-c", "release", "--static-swift-stdlib" From 74a2f91212f3842b7a9eb154615120e74d9f56c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:50:41 +0000 Subject: [PATCH 08736/10074] aws-c-event-stream 0.5.5 --- Formula/a/aws-c-event-stream.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-c-event-stream.rb b/Formula/a/aws-c-event-stream.rb index fc06c772f557a..a15b30de5b9db 100644 --- a/Formula/a/aws-c-event-stream.rb +++ b/Formula/a/aws-c-event-stream.rb @@ -1,8 +1,8 @@ class AwsCEventStream < Formula desc "C99 implementation of the vnd.amazon.eventstream content-type" homepage "https://github.com/awslabs/aws-c-event-stream" - url "https://github.com/awslabs/aws-c-event-stream/archive/refs/tags/v0.5.4.tar.gz" - sha256 "cef8b78e362836d15514110fb43a0a0c7a86b0a210d5fe25fd248a82027a7272" + url "https://github.com/awslabs/aws-c-event-stream/archive/refs/tags/v0.5.5.tar.gz" + sha256 "f6e55c8fd6afd7f904e08d36c3210e199ece5dc838f0f8457b43b72ec4d818e9" license "Apache-2.0" bottle do From 030b1317395a5d6e3d8b773b3dfbae9d0a2aabbd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:51:33 +0000 Subject: [PATCH 08737/10074] bbtools 39.28 --- Formula/b/bbtools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bbtools.rb b/Formula/b/bbtools.rb index 67e03a8a42cdb..312125b13aa24 100644 --- a/Formula/b/bbtools.rb +++ b/Formula/b/bbtools.rb @@ -1,8 +1,8 @@ class Bbtools < Formula desc "Brian Bushnell's tools for manipulating reads" homepage "https://jgi.doe.gov/data-and-tools/software-tools/bbtools/" - url "https://downloads.sourceforge.net/bbmap/BBMap_39.27.tar.gz" - sha256 "1215b4fa39480fb2eb668885b3cfd9cc42d5f773cd37c04e8115f6cb82789d97" + url "https://downloads.sourceforge.net/bbmap/BBMap_39.28.tar.gz" + sha256 "b82f3adf10585ead446c03cc6c1595fa0a829b468bf948946503512d1ee807a2" license "BSD-3-Clause" bottle do From 7e3220a609ad3a665153130a92ebe85e2961d556 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:52:55 +0000 Subject: [PATCH 08738/10074] cargo-expand 1.0.110 --- Formula/c/cargo-expand.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-expand.rb b/Formula/c/cargo-expand.rb index dd5d247346a2f..45e7c6eb79b06 100644 --- a/Formula/c/cargo-expand.rb +++ b/Formula/c/cargo-expand.rb @@ -1,8 +1,8 @@ class CargoExpand < Formula desc "Show what Rust code looks like with macros expanded" homepage "https://github.com/dtolnay/cargo-expand" - url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.109.tar.gz" - sha256 "e74de038564b2c38923fde020876d69e4f53e127b708198910f14673f1b86139" + url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.110.tar.gz" + sha256 "be2628aa4b16efeb0bca1c0137a37b79cb93cbb82843e2440461ba54f793d43e" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/dtolnay/cargo-expand.git", branch: "master" From 52d3541374e0bdfd58867f691b9bce5257aaa695 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:55:46 +0000 Subject: [PATCH 08739/10074] flow-cli: update 2.2.19 bottle. --- Formula/f/flow-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flow-cli.rb b/Formula/f/flow-cli.rb index cfe070920ef6c..a30bba4b5fd5d 100644 --- a/Formula/f/flow-cli.rb +++ b/Formula/f/flow-cli.rb @@ -14,13 +14,13 @@ class FlowCli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fd4b0791e305977b4df6d950f0de0cbc30e13f93ab4b984075eaa7d12558f9a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c992345355271f5da6e10fd5fa48e4f92fb0aeb12dbd5d6fc3c1229759cbfec" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b2816b5ad6635bea8b5fc6b0f0d85c4c460a8d04b152c4163571f1ccebb0111b" - sha256 cellar: :any_skip_relocation, sonoma: "8ad852f979e0aadece0d4a90d65ac8477b9ef2120f3c10c2b2c9b78e7e6377f6" - sha256 cellar: :any_skip_relocation, ventura: "c5630af150a617cb544b04e1e29c98492aa7aeb62fbba779e0be69f913c7dad2" - sha256 cellar: :any_skip_relocation, arm64_linux: "e4bdd17745e7da5d84846a8efdb80d3b9ec46ac476c60eb4a2145cde80e597d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d1f62732f6f52d84416d32cb975331b39565e7ab15bb16a3aa374b78839ec247" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "68b78bc5c7204d17b7821069505d77638c6bb72a21f528396cd08f2823e1b977" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52117a6db7962f58c5a97db45c1ddedf1a79942bc9d421736536640b4fa6922a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ab54c81fc6100ec406b35ec45f8860134a1f66978f9aabd38771816d92cb0bb0" + sha256 cellar: :any_skip_relocation, sonoma: "f99a26e9f1b590a5ddf6a8e16473113f367c8bfe2b320337763c1b1d1a27793a" + sha256 cellar: :any_skip_relocation, ventura: "4c31965ecd7a81b3795e99b57bb3268d80e8added779a1483f354f63431f86da" + sha256 cellar: :any_skip_relocation, arm64_linux: "001a0e274bbb328e227efb024dc6b5a9acc36773bf0c78bb6f064f8bcb24dfb8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aedd49ecfc15319d0ec8df9918b58d85ee6a77ab5ed180f83358015d3254cd1b" end depends_on "go" => :build From f02c8217b54afcc68277d62d3afea9a14518c915 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:02:44 +0000 Subject: [PATCH 08740/10074] immich-cli 2.2.72 --- Formula/i/immich-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/immich-cli.rb b/Formula/i/immich-cli.rb index 4671aa6bfb2b4..4586decbc2c8a 100644 --- a/Formula/i/immich-cli.rb +++ b/Formula/i/immich-cli.rb @@ -1,8 +1,8 @@ class ImmichCli < Formula desc "Command-line interface for self-hosted photo manager Immich" homepage "https://immich.app/docs/features/command-line-interface" - url "https://registry.npmjs.org/@immich/cli/-/cli-2.2.71.tgz" - sha256 "949e782beb40fb60aeff57cf04ac56b47eb2f1165c5073908fe999519c3be507" + url "https://registry.npmjs.org/@immich/cli/-/cli-2.2.72.tgz" + sha256 "5069431d9fe2ea0bdfe43be5ca739d16b2c619c88c2889e2837bdc435f5491fb" license "AGPL-3.0-only" bottle do From d93d35524b385533c17c0269653d449f1b383362 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:05:00 +0000 Subject: [PATCH 08741/10074] keeper-commander 17.1.2 --- Formula/k/keeper-commander.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index 78014a53c3204..dee38a06d44c8 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -3,10 +3,9 @@ class KeeperCommander < Formula desc "Command-line and SDK interface to Keeper Password Manager" homepage "https://docs.keeper.io/en/privileged-access-manager/commander-cli/overview" - url "https://files.pythonhosted.org/packages/d6/56/5911f0e6eeee11d2e72ee7ab3130513e8ad60e480eb4e108a50922c2fbf8/keepercommander-17.1.1.tar.gz" - sha256 "03abf94fb594ff6eec63a1ac9076c8a7e839723e13b0ade9afabcfc123270969" + url "https://files.pythonhosted.org/packages/4a/35/946cf22d05714e4b7dfbd5b60fad139f86dc0a583497663d7c31e8e5dca3/keepercommander-17.1.2.tar.gz" + sha256 "ac111f0935f339edd6bb6c166124b6afed6738aff42e2c6daffe615ee676b1f7" license "MIT" - revision 2 head "https://github.com/Keeper-Security/Commander.git", branch: "master" bottle do From 670fb3599fd7bbcd15ee343f11da65a008ea8b06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:05:16 +0000 Subject: [PATCH 08742/10074] kingfisher 1.10.0 --- Formula/k/kingfisher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index 948d9040ab747..984b6483c9e9a 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -1,8 +1,8 @@ class Kingfisher < Formula desc "MongoDB's blazingly fast secret scanning and validation tool" homepage "https://github.com/mongodb/kingfisher" - url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.9.0.tar.gz" - sha256 "749c5532ee49d9a358e8be9f925abda5589002398fec664bbd54db029af13e88" + url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.10.0.tar.gz" + sha256 "7184695f2ffe2eab2413af7f48e2962f83cf665d2525c13ade5427f389e313ec" license "Apache-2.0" bottle do From 9a841d4350c1602477c0586c494b1bec2ff45daf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:08:08 +0000 Subject: [PATCH 08743/10074] lmod 8.7.61 --- Formula/l/lmod.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lmod.rb b/Formula/l/lmod.rb index 31fa98a485f9d..a1cad045bc2f4 100644 --- a/Formula/l/lmod.rb +++ b/Formula/l/lmod.rb @@ -1,8 +1,8 @@ class Lmod < Formula desc "Lua-based environment modules system to modify PATH variable" homepage "https://lmod.readthedocs.io" - url "https://github.com/TACC/Lmod/archive/refs/tags/8.7.60.tar.gz" - sha256 "340bdafedc0d5cdad812ca7372667df95078fd068a09e4fdff23a3fb8a560572" + url "https://github.com/TACC/Lmod/archive/refs/tags/8.7.61.tar.gz" + sha256 "bbe5963f96de3cd5c51f4bdf9cf0c7633fd2db9cdd06478670ce61e1139422e0" license "MIT" bottle do From edf27f8c1cb7e690b330af020215f64d371e3164 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:08:30 +0000 Subject: [PATCH 08744/10074] luau 0.679 --- Formula/l/luau.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 56fdaf14bf0ca..25ac171551a16 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -1,8 +1,8 @@ class Luau < Formula desc "Fast, safe, gradually typed embeddable scripting language derived from Lua" homepage "https://luau.org" - url "https://github.com/luau-lang/luau/archive/refs/tags/0.678.tar.gz" - sha256 "3ed02ea5640ed9c2759bac307aa83665cceedf2beedfc3f5c5aa5f0e3683d4ad" + url "https://github.com/luau-lang/luau/archive/refs/tags/0.679.tar.gz" + sha256 "df2046d8f109ef31230864e81737dc137d25a5d316421426d5a68a8d1718605b" license "MIT" version_scheme 1 head "https://github.com/luau-lang/luau.git", branch: "master" From 32c5ddc0d3bf421af1c8443f4ce79d0925470b70 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:09:12 +0000 Subject: [PATCH 08745/10074] bbtools: update 39.28 bottle. --- Formula/b/bbtools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bbtools.rb b/Formula/b/bbtools.rb index 312125b13aa24..7fc9f597d91f9 100644 --- a/Formula/b/bbtools.rb +++ b/Formula/b/bbtools.rb @@ -6,13 +6,13 @@ class Bbtools < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "5e98fde7c34887db44115c9772808abde0752466f39c20f28eec693cbda99ad3" - sha256 cellar: :any, arm64_sonoma: "7d4644773b112e3bb689647cf55ea01fd1f2372da6c2d6e77d9adb1289ec35ba" - sha256 cellar: :any, arm64_ventura: "357bde548e0e72c51112d28b911961f6ad671cf7368c1f8280ca2b8c4ff59e47" - sha256 cellar: :any, sonoma: "cf5c54b526108895e8c056ecc13db0485f9693e65879590f33033e6a5403d88c" - sha256 cellar: :any, ventura: "5c02706c3fd026f1c581ccdfab1b1841a46d20c231e69fc84b657a5833d337d3" - sha256 cellar: :any_skip_relocation, arm64_linux: "ebbfeab5707248d20a96083101526fc32ff5eb5125af5d7fd52aa0f44a1b1983" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e3e80047ca70fd43fab885f410ad3cf43293a86218b7c05daa84cc671536d5d" + sha256 cellar: :any, arm64_sequoia: "d7179a4c8736bfc5185d647b94f431fd25f69e810ac5aa461eb2b3458d5d8138" + sha256 cellar: :any, arm64_sonoma: "98f5b3c299d3ec86010c6562fc79df69c7f3c05b51ba32a3b002768b206af0e7" + sha256 cellar: :any, arm64_ventura: "ee4256ffbe8e459b5377e4ae65d99d5b202478f64dbd6aaf711f9dd06719878d" + sha256 cellar: :any, sonoma: "d1dfc3ed77566931778b27e0c11e0fec6b8c8ad6dda38acee20808d5288f96b5" + sha256 cellar: :any, ventura: "0a7e8c902bb5fb720f0882837a4882f1dd16ce81fcb7c5d7de507774e1b899df" + sha256 cellar: :any_skip_relocation, arm64_linux: "694cc413647f9943bef9b773056c082a0a7f2f8ecdedd269e57ca73aa9f20040" + sha256 cellar: :any_skip_relocation, x86_64_linux: "be17ffc1ec15e81967b51c624e719360acbaab077c0b3aee69c3678ba8bb22f7" end depends_on "openjdk" From bee1d7d958bb2d93d362341ca19f1472cb41a2bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:11:46 +0000 Subject: [PATCH 08746/10074] cargo-expand: update 1.0.110 bottle. --- Formula/c/cargo-expand.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-expand.rb b/Formula/c/cargo-expand.rb index 45e7c6eb79b06..6813e011ee47a 100644 --- a/Formula/c/cargo-expand.rb +++ b/Formula/c/cargo-expand.rb @@ -7,13 +7,13 @@ class CargoExpand < Formula head "https://github.com/dtolnay/cargo-expand.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e65cb1237be60c47969e8cdab87da4134adaa9b8ddca72822fd2f89a4977fd3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "71fdfff6d5f1b6a85bbeaf21f3a868c0e77788003c35b27f7899e24bda83d175" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce681e4cb7f08efe1125b1123f12c268f3401af06540cafac3a6d68c9671b308" - sha256 cellar: :any_skip_relocation, sonoma: "6672aab651c3fcab1d56b1c75d758143aaff448569f46f25196e67d7cbb2eb93" - sha256 cellar: :any_skip_relocation, ventura: "6f1e9126dbd6c264db65a8334860dcec6cba1c6818a6bc39fd0c6a7845db1ef1" - sha256 cellar: :any_skip_relocation, arm64_linux: "1203aeaa1e0b034d65cbb2b007d07ff40e29b3f9f27a40313865d140f23785bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "054d6857fac5fea9cec7023457b48240126445747a7238a42231a3836383522f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "02c9e27253d09f09fa17e623fae5d3c4b5819308c9e0eb636f511411aea2cf7c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1899808a51a2259798aaf7809efca4f13b5a428aa5181be748e1bdf694448cc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b589c054d3e734e1ceb7bf03250955a5ab59ca45b1cbe7229ec7bd6b6ae25e6" + sha256 cellar: :any_skip_relocation, sonoma: "30065032502181d096fabe78860934e3896e55163f62941e8f5f44b31ac0d7e5" + sha256 cellar: :any_skip_relocation, ventura: "9df43dd91ba5738d2e5f1e9f03813581598d93e1be914fb90d66d904011c2566" + sha256 cellar: :any_skip_relocation, arm64_linux: "27219b85b9640ae57794a92f977552c5a27dd8c8b9a0469632614237a48bd688" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1adeb69efe952b2edcf551ba12e445186febfaf0db63c35002391bbd3c948b16" end depends_on "rust" => :build From 94d290a7d1579630c20b4cc5d9f7d1a61b079eeb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:17:00 +0000 Subject: [PATCH 08747/10074] rover 0.34.0 --- Formula/r/rover.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index 5dfb4948f27b3..42ba70a52e310 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -1,8 +1,8 @@ class Rover < Formula desc "CLI for managing and maintaining data graphs with Apollo Studio" homepage "https://www.apollographql.com/docs/rover/" - url "https://github.com/apollographql/rover/archive/refs/tags/v0.33.0.tar.gz" - sha256 "7663a4a7d2cd3321174de935a6c722b945229f1c92418ecafce3ea52b2c8e0df" + url "https://github.com/apollographql/rover/archive/refs/tags/v0.34.0.tar.gz" + sha256 "edbcb43f35d6ea3c9e39fa5fb808d4f568eed4c86ac805f2c650e85069f12559" license "MIT" head "https://github.com/apollographql/rover.git", branch: "main" From 58cd315342e2610e71689fd8837a36263f29548e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:23:18 +0000 Subject: [PATCH 08748/10074] vulkan-headers 1.4.319 --- Formula/v/vulkan-headers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-headers.rb b/Formula/v/vulkan-headers.rb index 8efd0f1c043df..a825b4a5d9337 100644 --- a/Formula/v/vulkan-headers.rb +++ b/Formula/v/vulkan-headers.rb @@ -1,8 +1,8 @@ class VulkanHeaders < Formula desc "Vulkan Header files and API registry" homepage "https://github.com/KhronosGroup/Vulkan-Headers" - url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.318.tar.gz" - sha256 "24df01da8a5c54ee19dfee92259b7edcf44693875fbf96ccdfec69d6e3eef0bc" + url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.319.tar.gz" + sha256 "d79d05def3aaa7f339f2b88b62f73072df0660fb50e9286554a043bab9f6c4dd" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Headers.git", branch: "main" From d1e527db13b5d6978416b6401e50d459175a5eda Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:23:18 +0000 Subject: [PATCH 08749/10074] vulkan-loader 1.4.319 --- Formula/v/vulkan-loader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-loader.rb b/Formula/v/vulkan-loader.rb index 52402294f06c2..2a73a9fca0ffe 100644 --- a/Formula/v/vulkan-loader.rb +++ b/Formula/v/vulkan-loader.rb @@ -1,8 +1,8 @@ class VulkanLoader < Formula desc "Vulkan ICD Loader" homepage "https://github.com/KhronosGroup/Vulkan-Loader" - url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.318.tar.gz" - sha256 "b0e9488ab13d1fa946d50d7905fa71ea0536151db846ae4d3b485f869639efcb" + url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.319.tar.gz" + sha256 "6f0bd0079c56518db0243854db822e39ba25602fd24cac34b6f43b75c764e743" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Loader.git", branch: "main" From e8cd3eeeb2325dad2826650f5d67361035322c79 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:23:18 +0000 Subject: [PATCH 08750/10074] vulkan-tools 1.4.319 --- Formula/v/vulkan-tools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-tools.rb b/Formula/v/vulkan-tools.rb index 835c98ff64716..6e8a5681802ea 100644 --- a/Formula/v/vulkan-tools.rb +++ b/Formula/v/vulkan-tools.rb @@ -1,8 +1,8 @@ class VulkanTools < Formula desc "Vulkan utilities and tools" homepage "https://github.com/KhronosGroup/Vulkan-Tools" - url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.318.tar.gz" - sha256 "ba45d517ac48aa92d34d5ed49bd65e7765d61c2be93f4db367d6d0e8b932dc5b" + url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.319.tar.gz" + sha256 "2237d15179237bf932bf715c21179520c4d54d41bc859e59802888ade452298a" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Tools.git", branch: "main" From 7c25972f27ee0832c9ad1bf3b378329743405576 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:23:18 +0000 Subject: [PATCH 08751/10074] vulkan-utility-libraries 1.4.319 --- Formula/v/vulkan-utility-libraries.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-utility-libraries.rb b/Formula/v/vulkan-utility-libraries.rb index 8b2153a756de9..71982a0f5025f 100644 --- a/Formula/v/vulkan-utility-libraries.rb +++ b/Formula/v/vulkan-utility-libraries.rb @@ -1,8 +1,8 @@ class VulkanUtilityLibraries < Formula desc "Utility Libraries for Vulkan" homepage "https://github.com/KhronosGroup/Vulkan-Utility-Libraries" - url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.318.tar.gz" - sha256 "5a6371c7982f2a07b718d4e79e86a059f065793e85b4d597af8c96e1a2e766e5" + url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.319.tar.gz" + sha256 "904a91a8cafbf49db9b020e48be486a73ac6370c6b826495341dd8fc2b7ecca4" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git", branch: "main" From acd2958b1021c9650929916682a346bad4e5a35e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:23:32 +0000 Subject: [PATCH 08752/10074] vulkan-profiles 1.4.319 --- Formula/v/vulkan-profiles.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-profiles.rb b/Formula/v/vulkan-profiles.rb index d4ae613dc523d..c03f21d86e973 100644 --- a/Formula/v/vulkan-profiles.rb +++ b/Formula/v/vulkan-profiles.rb @@ -1,8 +1,8 @@ class VulkanProfiles < Formula desc "Tools for Vulkan profiles" homepage "https://github.com/KhronosGroup/Vulkan-Profiles" - url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.318.tar.gz" - sha256 "7185af91cb6630db0add395d48eb1062751d2d7ca785c129c334aacdd4d7cac8" + url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.319.tar.gz" + sha256 "931e3c833ebf9d30f2ec6efd5fd580ba28cbf663544a9dd4cf7cef3a3b22ca33" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-Profiles.git", branch: "main" From 47332405463561eb39ee4aacdf51c3aa24a98e16 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:46:14 +0000 Subject: [PATCH 08753/10074] rover: update 0.34.0 bottle. --- Formula/r/rover.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index 42ba70a52e310..2c47d72860c77 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -7,13 +7,13 @@ class Rover < Formula head "https://github.com/apollographql/rover.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2719acdd9c4ce54aca611df35657e54679eae5171c5027c6bd301afb15f9ec1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7715772c85f5812fadc7dcb72fdba078553bea75927e3d4a66bee6d2f71e768" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8d981dbeae588dd14509a4534ac29ad68b081cc00e6ae5983249686210fa29eb" - sha256 cellar: :any_skip_relocation, sonoma: "7c833e67ba9fe13ceeb630811123fc7588cf8e2b64407f93bed07a417d87cb5d" - sha256 cellar: :any_skip_relocation, ventura: "7c7e3da3b9c44a698cbaa3c6ce033421d4cf6f8c482517b55eaf38932093daa8" - sha256 cellar: :any_skip_relocation, arm64_linux: "b925825710c3957d9d951b70c3edb371ef5cd48ac29e4be0fb9887dde474f3ac" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cb0a47d31665bd732254eda3194e363a366124e6e58c366e68e0719d549aa9a7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "75028e5170c644a0c4e685c21b7b2e76d36da1724a0161f79d2758a30e2402e4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b578e6f66af2fa02cb077ecb1a25c474300bf555a6f0894f71e0072dc1956455" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1f0699437c672f7a2daee9a6fc7fd1f7004e12741b090b2882eed141f853befd" + sha256 cellar: :any_skip_relocation, sonoma: "438dbd38631f8302551d58a1b545b691bbc2981b544475f1fba1396705bd532b" + sha256 cellar: :any_skip_relocation, ventura: "e94cb9425b30e563d1a1414f7bd1d277da54bfa96ad4c39a3d58e9bf0496d200" + sha256 cellar: :any_skip_relocation, arm64_linux: "8417c3a1f85a0412858de3a6ee0de0dcb030f3c30c891a3cfccde10ec7497fd9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "63851c0005531aacd47fdfb06a0a730dd2d7e6bf5ac5841c34d60935aaef3b9d" end depends_on "rust" => :build From 28f4c72f72b9c3377b3cdf5a6462c87dd98e9c70 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:47:43 +0000 Subject: [PATCH 08754/10074] vulkan-profiles: update 1.4.319 bottle. --- Formula/v/vulkan-profiles.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-profiles.rb b/Formula/v/vulkan-profiles.rb index c03f21d86e973..59830ff03633a 100644 --- a/Formula/v/vulkan-profiles.rb +++ b/Formula/v/vulkan-profiles.rb @@ -12,13 +12,13 @@ class VulkanProfiles < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "3e8ff5a2b703ec01e55668d36743a54fbecb733a0b44f797d7217cac9d032cb5" - sha256 cellar: :any, arm64_sonoma: "2bf9c01822cd055b3b7d6d8bedb0998a4eeae98af7d389891198c8e6b97e4aab" - sha256 cellar: :any, arm64_ventura: "0a11039bafdb5bd9355526e1180fb59623eb24c539c00ce6a5c38d19fee2079a" - sha256 cellar: :any, sonoma: "f21f368bb95ef92f53a2bd03e71bdd944cb886cc74f9a11fbb642a8701f5e7c8" - sha256 cellar: :any, ventura: "70a268f8d814b64da79909d33ba2254811f26ff2d5a89823292fca6e9a9e4e77" - sha256 cellar: :any_skip_relocation, arm64_linux: "1f9dcfdc59ea4edddd84b0145bb5c98d7fe8577475f796fef68cdf71a8a2b06c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5435c5a9d7e18d0338fd663396cfa4a621f5ac03553d9a5e5c1cac56c29e36ab" + sha256 cellar: :any, arm64_sequoia: "58ecdeee219ba3ec0674278764653c0b70a7b326880492a0ee4bee747b8f4879" + sha256 cellar: :any, arm64_sonoma: "fccb5bd077090a8ac23393bdc7dba6141dbb26541770a4c9019303e1e5146561" + sha256 cellar: :any, arm64_ventura: "8814df89b10967fa00eee6a0bffececa3d6e6f05b03ffd5194f3e21945681a9a" + sha256 cellar: :any, sonoma: "a4997991310bd2dfd69b92dcb8f0fd26a5c6e029b12310f0e221fe3eef105d85" + sha256 cellar: :any, ventura: "ff5daf6a4bad058f637ba045f6d9f6f4f99a437a1eabc950ed896c2d8705ca96" + sha256 cellar: :any_skip_relocation, arm64_linux: "dbebe219ed5cd997a82187295c1552b8235756c18bcab802422583a6710db94d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d997eb4f0b7500de8da914e0f1975c82405287da74658d954076c177d12f6033" end depends_on "cmake" => :build From 8fdd54ad0fdb127210f977b2168554d12cf5afc1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:49:58 +0000 Subject: [PATCH 08755/10074] luau: update 0.679 bottle. --- Formula/l/luau.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 25ac171551a16..0243e796ae9f2 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -13,13 +13,13 @@ class Luau < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "089b2889bdc68ae13c52b4cd3858068061eedbe671880ef9af7302c1d216f323" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5320bbf1dff94a2840fc35c8910f9cebc6f0d4108c5e017e4202b8df90ceb8dc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e42d15c6b4f3ec0a69bb7eead88b9bbef0d6445a6501e7b3e19359038d2dea28" - sha256 cellar: :any_skip_relocation, sonoma: "4d035226a701e56dcea59ec690074ca8ed39a15a1951312c92b31d108e1241e9" - sha256 cellar: :any_skip_relocation, ventura: "108c1aed15b3658c7eef78c8199856951eb890eccd58c46a04f227b76205e167" - sha256 cellar: :any_skip_relocation, arm64_linux: "0634e63eebd7f119e579247fc3600afe71d004ab9ca4e8b2938224442a91d288" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9ffa77930f582856c14c8b77dcff070bdb6d55883b1f02c8a90e9b42d456acd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f40c9363c94c88dc96334db2f88240358aae1f4c03cbd74fb8b7483b2758b26" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "44596aea00cdf1fcfb9f021f377672d903327227a8d2137ce95e331d6c7a776c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf16523836a27ab65d1fcc771362de2e6edff2f08531cf858ba51438bc813e08" + sha256 cellar: :any_skip_relocation, sonoma: "0ff62cc94330059616bec07b7419ecaa5cd6e51d6289032c70ffa9277b1f7972" + sha256 cellar: :any_skip_relocation, ventura: "abf38c8e4a20df8425751e3167ccb8f398fe67f9211bf225fa423ee17e9b69dc" + sha256 cellar: :any_skip_relocation, arm64_linux: "59b96cf108e83473a0501f171307258b391fce8129b2816342a2aff2bac2b2bf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5de8b6eb2f787e1be3c2cffe60f823f21c024111163d787cd0559715cfdd635f" end depends_on "cmake" => :build From 345539b97f6f92f5eb08aeedc7c00d22fa1d9777 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:52:15 +0000 Subject: [PATCH 08756/10074] nak: update 0.14.3 bottle. --- Formula/n/nak.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/nak.rb b/Formula/n/nak.rb index ba95c2bf76130..da287a6bb3e57 100644 --- a/Formula/n/nak.rb +++ b/Formula/n/nak.rb @@ -16,12 +16,12 @@ class Nak < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d066ec1cc25006bc7dbc8cfc621b186e54c4f3f3a56415092a8f1c13573f4d9b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d066ec1cc25006bc7dbc8cfc621b186e54c4f3f3a56415092a8f1c13573f4d9b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d066ec1cc25006bc7dbc8cfc621b186e54c4f3f3a56415092a8f1c13573f4d9b" - sha256 cellar: :any_skip_relocation, sonoma: "8ec7b2883d368e37643d6beb81cbca45c1794fbca9843777f512f271e7c85c7b" - sha256 cellar: :any_skip_relocation, ventura: "8ec7b2883d368e37643d6beb81cbca45c1794fbca9843777f512f271e7c85c7b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b921fec4e2af1eb83377b3db9e9999c3a9b8cdb5e7948477d735b4b65de4d180" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d251de9a637a5934ae6cd19a91fe99aa763b24c677329a8b8f28224a0e8c5ab8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d251de9a637a5934ae6cd19a91fe99aa763b24c677329a8b8f28224a0e8c5ab8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d251de9a637a5934ae6cd19a91fe99aa763b24c677329a8b8f28224a0e8c5ab8" + sha256 cellar: :any_skip_relocation, sonoma: "be23696629cf433910d33fb5d903cffd6ab4cf33cca1f667d25751477f30d682" + sha256 cellar: :any_skip_relocation, ventura: "be23696629cf433910d33fb5d903cffd6ab4cf33cca1f667d25751477f30d682" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ff549be87e4855a893c6f3e20a9a2e939ccfc0aff6f7d948f39af5d26a8a663" end depends_on "go" => :build From 5e459b61d78361bbc6c3eb5d49c65b34ed9b1ff5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:52:25 +0000 Subject: [PATCH 08757/10074] kingfisher: update 1.10.0 bottle. --- Formula/k/kingfisher.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index 984b6483c9e9a..3208409c3e92f 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -6,13 +6,13 @@ class Kingfisher < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0eb0cd6fba2e9977739200896b5c28e7cffc15411f857cd92588f9e958d7cb3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d233a59ba04ccf23fec9bfe70941f8a0f4f80540cd8a553ccc39d6b21cc2a577" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6a3ef8a03d5fade6934c8e6d7dcfc9c8ad08cd1c39650fda4a75f45f0d7768a5" - sha256 cellar: :any_skip_relocation, sonoma: "276fbd7389fcf55c5b628cc1fcb92b944d6d54d16274aadc9f5d115c6cc7380c" - sha256 cellar: :any_skip_relocation, ventura: "8c194d7846d281bee9ad974f41e9628d55637bd2f2ede1a157019b0dd3833ceb" - sha256 cellar: :any_skip_relocation, arm64_linux: "7ddea66796e4dbfcb952c4fb5dd34663622d68e807ee260a527bb041a0a26c35" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b23f276ef14ea3c135027104c67b74d0fe54781d38e82cb49e413f0d08b3e07" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c515037f42076c4c04d4ea5e1e4871f76ce09d43910593a3e2d105507c1d58ad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dba1ebe1f6743128eb9365da9943ed0105486312c9485fc476382af4cd14c2aa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe2f635f28d56c4307a82b19385e65a6ad6e77dfe3056d91a008ea63f77ef4d0" + sha256 cellar: :any_skip_relocation, sonoma: "2902c8dcff4c388f39979464aeaa313a5e1a65ebdaecbcbe1d275b26bedcebbc" + sha256 cellar: :any_skip_relocation, ventura: "f485ef6147627546814773e30058eb4d1e4cec7d7fd90083603c32905dad67e1" + sha256 cellar: :any_skip_relocation, arm64_linux: "770b3d80e2c35bbc295dcffeddb181ba76f18dbc54d43dca833b4f3a1b38826f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee16b3edf41046b99f22d0cf1f2cb1d18873400ad297955da814bba2a3c733fd" end depends_on "boost" => :build From 8f1fbdb3b168bf22a09b43919868adbb08b29289 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:56:10 +0000 Subject: [PATCH 08758/10074] scrcpy: update 3.3.1 bottle. --- Formula/s/scrcpy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scrcpy.rb b/Formula/s/scrcpy.rb index 45c443a11c90d..15c34f1e75472 100644 --- a/Formula/s/scrcpy.rb +++ b/Formula/s/scrcpy.rb @@ -11,13 +11,13 @@ class Scrcpy < Formula end bottle do - sha256 arm64_sequoia: "319a8337530bab6304ba3832d7567a440ab5eaf0c64febf7fe021fb92c73b5af" - sha256 arm64_sonoma: "d5b4313e9a3283df2c3fa82914989d02024061aa023b4d39472134a75165a8b9" - sha256 arm64_ventura: "859e4339042a0cbe616138afce3e00ca3bd5c754e9c7837b02bf2967bb26d38a" - sha256 sonoma: "81bb76ea84532e4bb3f2bdbb8b52c94655fa9db0dcd1e00f5c332e19a0293b3e" - sha256 ventura: "294fbb3474543067fb0bc2694f9199e8df76d6881de7d8c312c043cd5951ee15" - sha256 arm64_linux: "db78c3a7f231356db8a755fa2da69e3c6666675c3c6596de7844e057ebf3894a" - sha256 x86_64_linux: "b645c3038ce3ac22352f51b6addd8a3557162eb09617ca79f87b76d4eba783d2" + sha256 arm64_sequoia: "7e821e59631c1bad61a6f168b8e227dbe8eb74f36c78f078ae0cfb09a45bec7e" + sha256 arm64_sonoma: "4c019870c7b14df733d718f349268b5dec3aa293f8fd8602b46747b0ef85ef80" + sha256 arm64_ventura: "c11dc8a44d649bd5d4ad413626595faf556b1e7961395531fb26fc30c1514ae1" + sha256 sonoma: "22c3d3822a4217eca6a9d95b8a1c4fb5fbaec4e33c9fd6f7a3c99ca6d5ac51f8" + sha256 ventura: "c9de7076746b53c9dc57948a3d38516f94bedd3bf8ccbc07c6a9c082e2d46394" + sha256 arm64_linux: "7f70301aa8ea914ef2c4b9e43373e1dc2f6e88367583f9688a195de8d51c6d40" + sha256 x86_64_linux: "f6578b39537678d14a3c94d0121f6453f34eb379d5828a7ae3bc45b7b9fd7e13" end depends_on "meson" => :build From 057a50efb8e3fb9b9c09a766ede549a2cb3bc321 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:57:55 +0000 Subject: [PATCH 08759/10074] infat: update 2.5.1 bottle. --- Formula/i/infat.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Formula/i/infat.rb b/Formula/i/infat.rb index b4d6cb1b6e0b6..c0d843b70edfe 100644 --- a/Formula/i/infat.rb +++ b/Formula/i/infat.rb @@ -6,11 +6,9 @@ class Infat < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0c6702d59949d4907d64d028e6f905350a3d5651187b5735efc6f4b1ea03be5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d50bd17575624e9009127232147d00e83d189a90f3d5c0b5b123b5945e14131" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9f3e4319f818872bab982e1d4efafe6ee02a907f960a1b2aa2ca082dcd803924" - sha256 cellar: :any_skip_relocation, sonoma: "55e949bf1cd745eb1cc1737538460ad1230236d09039cfbec30d202067d8109c" - sha256 cellar: :any_skip_relocation, ventura: "587fe0d7f058a82c2f0a6d2e2226c097e0dfe22dad062b0c5770ac3e2bfc967c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6466855e24ccda05194b336d748c1d742e1527f7a6fef67b85b59c93f2fa6c67" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "422b1395feed2b3b4fca3b9b044ba4b3ec6d9109718c1e0cc2a20b27be3a2c26" + sha256 cellar: :any_skip_relocation, sonoma: "38ea665b9aa1e64fa4d066a37c51116204ce3eade08cfdd76406346f703c643b" end depends_on xcode: ["15.2", :build] From 4f585cac721fbab7a06e4a7b006ed6da3365d09f Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 20 Jun 2025 17:12:58 -0700 Subject: [PATCH 08760/10074] certbot: remove unused dialog dependency --- Formula/c/certbot.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/c/certbot.rb b/Formula/c/certbot.rb index a114c484ad356..95fa174b0cf4c 100644 --- a/Formula/c/certbot.rb +++ b/Formula/c/certbot.rb @@ -22,7 +22,6 @@ class Certbot < Formula depends_on "augeas" depends_on "certifi" depends_on "cryptography" - depends_on "dialog" depends_on "python@3.13" uses_from_macos "libffi" From ad8483078dffc31844b96f6bda8f9321557b2e00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 00:15:45 +0000 Subject: [PATCH 08761/10074] aws-c-event-stream: update 0.5.5 bottle. --- Formula/a/aws-c-event-stream.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-c-event-stream.rb b/Formula/a/aws-c-event-stream.rb index a15b30de5b9db..425a3bbed0e41 100644 --- a/Formula/a/aws-c-event-stream.rb +++ b/Formula/a/aws-c-event-stream.rb @@ -6,13 +6,13 @@ class AwsCEventStream < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "7bb1c234fc76207143274392938efa1c7912b82db36c2d7bd3e1ff31c2b21a97" - sha256 cellar: :any, arm64_sonoma: "22adf47866d7f196b5296469044723b94223a3c536590517605930a8c76461ec" - sha256 cellar: :any, arm64_ventura: "fea45020a2341c46d9671671bc59bc788c4301615d5365e44cde87fca734f0f6" - sha256 cellar: :any, sonoma: "50ab76b1c74f6639a8af58478426de6e91201d1f0a32a81d3d20b63c6da44de1" - sha256 cellar: :any, ventura: "7cb1403ff68bd39da60c9051539cb3b9f88447baf5e199e6805bcdb8ec2a2ea2" - sha256 cellar: :any_skip_relocation, arm64_linux: "c2903ade590868a253d877b9c85684fa1a128d263141a3360833ea67692bf3d4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d4bd0d80ba4c490b1e0548caad95670e5c6937e5056b8945e11c2f58bde41d36" + sha256 cellar: :any, arm64_sequoia: "c5283e19a63fb24c3567df23812da28ab0ac34fec7e0b8e39c84db04fc456eee" + sha256 cellar: :any, arm64_sonoma: "cbcc542a39652c448a124ce9e1d7288852f5da8f52add2fae23e65c5f3b622e4" + sha256 cellar: :any, arm64_ventura: "21e53582d5e7631f18f9c4f3fff90a037aeaba375a6f9f1daebc21ba0aa10c18" + sha256 cellar: :any, sonoma: "8ee6617040eb1f9f1ac07cb9efeb27cf8331359ea9749220af3e7bdb1246502b" + sha256 cellar: :any, ventura: "25fd40fde7fef95990b46097669b0a14aabd3c0be004f09f42d86bc992bb6220" + sha256 cellar: :any_skip_relocation, arm64_linux: "eb790dfa0ee008b68bc102355b375a0bb4a8b455f6a31e1265457b3b4d66b48e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f1b4ad68c75a3ba65e2c5bbeb34c921f648d01d5e4ef719a0956ce3a404d9cdb" end depends_on "cmake" => :build From 78c789ec88789c40f6add25cbb5c063c76f65487 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 01:15:45 +0000 Subject: [PATCH 08762/10074] immich-cli: update 2.2.72 bottle. --- Formula/i/immich-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/immich-cli.rb b/Formula/i/immich-cli.rb index 4586decbc2c8a..55fe2771c33ae 100644 --- a/Formula/i/immich-cli.rb +++ b/Formula/i/immich-cli.rb @@ -6,7 +6,7 @@ class ImmichCli < Formula license "AGPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, all: "61d5aa6878406841a569149b76d382def72be16f5fa7476a043d7a50ac75c688" + sha256 cellar: :any_skip_relocation, all: "96da3720a382c394caf3c0f7170e0e5678c474fcf37dfdb11f5fd80b1a8fe363" end depends_on "node" From 9f884b2624a2c8e05a59a7455dd0a1a18faa87bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 01:15:55 +0000 Subject: [PATCH 08763/10074] vulkan-headers: update 1.4.319 bottle. --- Formula/v/vulkan-headers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/v/vulkan-headers.rb b/Formula/v/vulkan-headers.rb index a825b4a5d9337..ae4fb816cd7ad 100644 --- a/Formula/v/vulkan-headers.rb +++ b/Formula/v/vulkan-headers.rb @@ -12,7 +12,7 @@ class VulkanHeaders < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "debcdbf8ed4caf0936a3a21747429dcc2f046e6281418c686d83a9229be0a796" + sha256 cellar: :any_skip_relocation, all: "20cd51c1ce4af4526aaf5372441a816d54e12e19daf1f1bbfabf0c48e063df5f" end depends_on "cmake" => :build From 8a69c3a31e45ed8696c69a7f3f8c5eea5cf2ccbe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 01:15:56 +0000 Subject: [PATCH 08764/10074] vulkan-loader: update 1.4.319 bottle. --- Formula/v/vulkan-loader.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/v/vulkan-loader.rb b/Formula/v/vulkan-loader.rb index 2a73a9fca0ffe..66bdd5e5aed7e 100644 --- a/Formula/v/vulkan-loader.rb +++ b/Formula/v/vulkan-loader.rb @@ -12,14 +12,14 @@ class VulkanLoader < Formula end bottle do - sha256 arm64_sequoia: "248307c9934f1e1af7dea6b73dcfedc9da85e796017db755babb6b210cf1421c" - sha256 arm64_sonoma: "d1eb60c647024a80f7a0724f964d8401a2e0b0eacd925114e9195821e3ba1db4" - sha256 arm64_ventura: "6e6532cf0b95c380dbe80ba3876abb65cf803c5299776f5dbb7c0a788037385d" - sha256 sequoia: "7f9d54a76a3a826955b70de5a0606f279235a9ea6dcb62ed249e649badf114fd" - sha256 sonoma: "258a016d53c6a689596a791f3fb36da24e3d447c93d6648379550e37db0dc6e3" - sha256 ventura: "66cf12dfba544c7ed897ef64e83948216378040b990aa3b5434df656d8537edc" - sha256 arm64_linux: "b6bc737cb8dd2b6459296b2ed678ef85f2bbf7a5078f25864be7a1a8a3ac5e5f" - sha256 x86_64_linux: "538a7cf933b6272bea94c733dd61e143fbfc299db917518bbc8ef6f64f77280c" + sha256 arm64_sequoia: "fdd46b86990fe224b691ac6a1a957fd347c54c8e22ebef7109ff98766f4207cf" + sha256 arm64_sonoma: "e1cd10cb4d02aa8cae004b8f18b8b9b6de71e559180a6569bc5265a5cf1c44ef" + sha256 arm64_ventura: "2aaba62bb1a002bdd5420cadec2c6f01f51fac1ea400ab8a804c5c1fe8625f35" + sha256 sequoia: "c54a277402559f933fae4ffe570882caaaffa1bb2ba9e4c391f1012b19dbbd0e" + sha256 sonoma: "8f66092ef5c37031d1ca10476c075808468b8fa61056f4fdf8983b9cc62b8235" + sha256 ventura: "5e8cedfd02469495be333ad59ec60189dac0e0443ce7fc2325920e716ec6c86b" + sha256 arm64_linux: "996622308b40c23a61dcf2cfc011aace891e75fed1e87274675a2d013c8239b6" + sha256 x86_64_linux: "72c428076dcdf1aaf80044b662abc60b75fde7fe816d6ba598c018276757e151" end depends_on "cmake" => :build From 5049d6d5efd146c30e02e6f63a457b657e91093c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 01:15:56 +0000 Subject: [PATCH 08765/10074] vulkan-tools: update 1.4.319 bottle. --- Formula/v/vulkan-tools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-tools.rb b/Formula/v/vulkan-tools.rb index 6e8a5681802ea..7424fb940c8f6 100644 --- a/Formula/v/vulkan-tools.rb +++ b/Formula/v/vulkan-tools.rb @@ -12,13 +12,13 @@ class VulkanTools < Formula end bottle do - sha256 arm64_sequoia: "1b1735e821405726a8d8cf93e44483130823fd4c8196983d09e1b1614199de0c" - sha256 arm64_sonoma: "9c0a4a03dc333a56246dc03c746d3de3770c75d2f843bb0b131088d1c19fefc6" - sha256 arm64_ventura: "93889deebac586edca2fbfe863fe1d0dc0a61f0c7541dee00f1cc5e24502e420" - sha256 cellar: :any, sonoma: "fe43d3b7a3a6fd2a49d96eb5a00c368c9bf187cf3a8a7647935a9e4d255a6419" - sha256 cellar: :any, ventura: "02ec19f445011c1f201fbd7478cd8c881c698b93970568a20001cbd0cbd04cb7" - sha256 arm64_linux: "23bae9dd627db1815304ecae55b065b24f408d2ecab6d8188339138704164561" - sha256 x86_64_linux: "18106e7ff4d2af4d9676f1b915b4a914ae3d70d663fc05340a9ab5e0c44cb327" + sha256 arm64_sequoia: "37f3fec2f8439ef46250341a4429cb6d592146adcc5cbeed720651e37596ba43" + sha256 arm64_sonoma: "c63fd3784c22c2d7bea36b7a20ff09f956afa8b5eb3263cfce1a4ab6a1e7299d" + sha256 arm64_ventura: "4363cd83b637c3ea6fabca83276a257317d0bb9b935e1b2f885853c6f773654d" + sha256 cellar: :any, sonoma: "85409a60b4ceeabd231259c84f166799954c72f1e3485af1189aeb8192e31a9f" + sha256 cellar: :any, ventura: "6cac1234524599389f55af60543dc38b79927ad66a4cb43071b922701c4aabe3" + sha256 arm64_linux: "9a4d677007b39043504cbf3566cfb0ffd125ecc9eb62513375d46c1ad76a9c5d" + sha256 x86_64_linux: "9fe1bc54618dcd8e72c35f551f144cbaed0eae588342c2b20569d31640701c35" end depends_on "cmake" => :build From bee6ccf5dbd063e697d01b9f20f78192b1ce7d3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 01:15:56 +0000 Subject: [PATCH 08766/10074] vulkan-utility-libraries: update 1.4.319 bottle. --- Formula/v/vulkan-utility-libraries.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/v/vulkan-utility-libraries.rb b/Formula/v/vulkan-utility-libraries.rb index 71982a0f5025f..257148bd6fc80 100644 --- a/Formula/v/vulkan-utility-libraries.rb +++ b/Formula/v/vulkan-utility-libraries.rb @@ -12,14 +12,14 @@ class VulkanUtilityLibraries < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f35466c200291dc2c6c732da22de07064ee64eedea4b51af94b0bb6646b65db" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "850516c3155ca39cc565dbca6dc484e2a73c18fc9bf3927ae3988e5b9c5be4df" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bd341d3a0c26f7472c7037bb8bab57f64b4eff7f136ce05e2eb5583590ba8233" - sha256 cellar: :any_skip_relocation, sequoia: "f55761e50059bc98cb7f8b61c29738802059c8d38e412b06cc24b5520141677b" - sha256 cellar: :any_skip_relocation, sonoma: "fc892dbcba34815954c68bd9131fa4c7b4afe9106322642a96c44543333733a8" - sha256 cellar: :any_skip_relocation, ventura: "30862cb58a732ca5307b1e7e34d253c8e194250eba558cdf3c3878825e9eb5db" - sha256 cellar: :any_skip_relocation, arm64_linux: "67704900021412207a7ab09599d67e48bb511e738ecfa2e7f0803e6a6fc2a942" - sha256 cellar: :any_skip_relocation, x86_64_linux: "098b87d407229575a1076d926f05e9b999cb1a635cb33e06ce005ce08e9e4e8c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0749f565deb9eeeda09769b9acdb79ab66116700133041080732f8b2e0efb12" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5946e132132ba9171b9692f7ba2649d36b5dd55f4c4f348d8534cd97e180e948" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c8574469cf483f1de82995e6fde9a1e7488d9e337e6dcf6dbd4f8a5f3f741d3c" + sha256 cellar: :any_skip_relocation, sequoia: "6b7a91bd65d974a7a0682909fc84ef687b985992a0a8d63130c8084d6bb7a43d" + sha256 cellar: :any_skip_relocation, sonoma: "5452761078c04f1dee1e4b078484d0004ae027b6825a094bad99987cda9f242c" + sha256 cellar: :any_skip_relocation, ventura: "59bf93cd29bdc96974e0f1cbe0809e450c51281c444cda482d978cc32d1cbbd1" + sha256 cellar: :any_skip_relocation, arm64_linux: "d2b034c856eb4cb5d0dde913426ac635c53e10c0d2fc663fbe60e061ac68d2b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45eb5f208bd06fc630f18528ac0d63a07d431e6632967888ce918577caea9d1e" end depends_on "cmake" => :build From 3393213f30058495065f85db51fb46c2e66240d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 01:16:16 +0000 Subject: [PATCH 08767/10074] keeper-commander: update 17.1.2 bottle. --- Formula/k/keeper-commander.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/keeper-commander.rb b/Formula/k/keeper-commander.rb index dee38a06d44c8..6d7c89361eae3 100644 --- a/Formula/k/keeper-commander.rb +++ b/Formula/k/keeper-commander.rb @@ -9,13 +9,13 @@ class KeeperCommander < Formula head "https://github.com/Keeper-Security/Commander.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "1902cbff976c090c1fcc1679179b71ddf140ecb534c3f9296e8d6a58bd659d5a" - sha256 cellar: :any, arm64_sonoma: "394cbfd89b9f2324429b43869f7a2c4ff9fce355e87a8a814d77c38541bbbd57" - sha256 cellar: :any, arm64_ventura: "05009c9421d7be38b13c8c0ade2075552f382d5399240ecd4f45c9b97cb096c4" - sha256 cellar: :any, sonoma: "3507587a0d0c165d114df0babe0c3cee3d0cc179b30d18e88ca1ecaf9e9ea040" - sha256 cellar: :any, ventura: "770224956f0b8b489dadcba274c1520ef910b4b5bbf1a90cf971cd451c5e9c00" - sha256 cellar: :any_skip_relocation, arm64_linux: "750633726358ee19590c328714ec96b5906e74bd8537e194ec83dd6f1cbf22ee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1c230cbc9d0bb05303ba4fdfcb74dfe866fbbd551e87f1d551f8380433d5047d" + sha256 cellar: :any, arm64_sequoia: "f797a1e7c78909936ad68575a39f1d0a14d0dc507009697c0165d9fe6e2e168b" + sha256 cellar: :any, arm64_sonoma: "280f52cb1f6f134eda162ce8fefd318b8984c335777900e5346df9e161d78f13" + sha256 cellar: :any, arm64_ventura: "431328798386a36357668609ccb88dd16b0db81110ce54f41d701c3565307e1d" + sha256 cellar: :any, sonoma: "afccbdb5d19e5b059a33623c6d80212190881930937a49481db7bd9d67172545" + sha256 cellar: :any, ventura: "e8e29e3b1c9cb9c29b29fde92a53fc49751bcb20947a9b7b59f468353972a4a0" + sha256 cellar: :any_skip_relocation, arm64_linux: "70473d105f78d244178167733657a3958ea2309e5a060df3a27ca0a5ca2e760c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4596bf7f37607640b63047d94ced81108085eebb3a6d6082c522454c292e4f10" end depends_on "pkgconf" => :build From 53b2bdabdd007be256a7553b2b050917be526792 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 01:18:25 +0000 Subject: [PATCH 08768/10074] lmod: update 8.7.61 bottle. --- Formula/l/lmod.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lmod.rb b/Formula/l/lmod.rb index a1cad045bc2f4..6e0f623609619 100644 --- a/Formula/l/lmod.rb +++ b/Formula/l/lmod.rb @@ -6,13 +6,13 @@ class Lmod < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "056e1f1a964646ac14d49ea7463066a37c5ea71873a836c5802101f9a06e9bc2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e69aa68c80897631eacfd5ed83c07182b82975a4d0fde7100755a4aa10c7938" - sha256 cellar: :any_skip_relocation, arm64_ventura: "20d42e35cc836b2204c75160076b8bfc0c0cfdc5fbb7293163ffd67e0597930a" - sha256 cellar: :any_skip_relocation, sonoma: "cb736a1c3863b7aa0246026ae92dacb5ec939a834ae7eaca361552db00c571ad" - sha256 cellar: :any_skip_relocation, ventura: "59362099789a5b6df054b487fd8596dbb67b005373e5a335142352c28a53aff1" - sha256 cellar: :any_skip_relocation, arm64_linux: "571adc367cb5532a142d29f691cbdc2d786493830916326b7f25270cb07f2d94" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d3908106cdce8f914f9ba1add655afa9fc909812a047c3cfa3b83d72857412b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "252557fcffbed9658b7bca14b6fd52b09ddadba6186b54f5f6dbe9fa94bdc397" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "77f7c974d876002b48ee77125318adabd19f0b1221369f0e894749794460b203" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b597f13a913d04aedfb8b53d31b94b9976b0686d217c0e07377aad9eb3606584" + sha256 cellar: :any_skip_relocation, sonoma: "2cb2e4a53d0fa2d00cbc4fddec9086c7b67e619ec4d9b903aad3c097bfc40d1c" + sha256 cellar: :any_skip_relocation, ventura: "e5bdc4468bb2048bdecf2cfb6b8eb9e249a4753332014574787ada5f19919512" + sha256 cellar: :any_skip_relocation, arm64_linux: "5cc6dac9d2213b53b86d4f309a4844991d9637676d3c7c30ca7013e80d89a135" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b1d645e9af27956cc6c0e662407c2babf62ba49dc243550a060b8d066b2a3122" end depends_on "luarocks" => :build From f0eb1b032dd0e8825ff91443124598b70ceda8a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:55:02 +0000 Subject: [PATCH 08769/10074] code-server 4.101.0 code-server: use node 22 Signed-off-by: Rui Chen --- Formula/c/code-server.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/code-server.rb b/Formula/c/code-server.rb index 4d7ec52626d8a..ec2b784c1b001 100644 --- a/Formula/c/code-server.rb +++ b/Formula/c/code-server.rb @@ -1,8 +1,8 @@ class CodeServer < Formula desc "Access VS Code through the browser" homepage "https://github.com/coder/code-server" - url "https://registry.npmjs.org/code-server/-/code-server-4.100.3.tgz" - sha256 "a85138ac3a382a9ba1df652a751901ec598fed24f673b8a8653de7be8335bfaa" + url "https://registry.npmjs.org/code-server/-/code-server-4.101.0.tgz" + sha256 "8dfbeef284313285e54e2a02608f90d83a35a20fa23120844b3f40c3f944d8d7" license "MIT" bottle do @@ -16,7 +16,7 @@ class CodeServer < Formula end depends_on "pkgconf" => :build - depends_on "node@20" + depends_on "node@22" uses_from_macos "python" => :build on_linux do From d5e8a81003e4431fccbe2dd13b6e7e7e99899771 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 21:38:36 -0400 Subject: [PATCH 08770/10074] arp-scan-rs 0.14.0 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/a/arp-scan-rs.rb | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Formula/a/arp-scan-rs.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 3557c9ea1868f..aedb717138370 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -126,6 +126,7 @@ arkade arm-none-eabi-gcc armadillo arp-scan +arp-scan-rs arping arrayfire artillery diff --git a/Formula/a/arp-scan-rs.rb b/Formula/a/arp-scan-rs.rb new file mode 100644 index 0000000000000..db7d8787c6793 --- /dev/null +++ b/Formula/a/arp-scan-rs.rb @@ -0,0 +1,19 @@ +class ArpScanRs < Formula + desc "ARP scan tool written in Rust for fast local network scans" + homepage "https://github.com/kongbytes/arp-scan-rs" + url "https://github.com/kongbytes/arp-scan-rs/archive/refs/tags/v0.14.0.tar.gz" + sha256 "9cd8ae882d47aef59f79ceedc797a9697b0f1b81916488a43a84b0a807b482fa" + license "AGPL-3.0-or-later" + head "https://github.com/kongbytes/arp-scan-rs.git", branch: "master" + + depends_on "rust" => :build + + def install + system "cargo", "install", *std_cargo_args + end + + test do + assert_match version.to_s, shell_output("#{bin}/arp-scan --version") + assert_match "Default network interface", shell_output("#{bin}/arp-scan -l") + end +end From b0d0625c779a9e296421ce1fb7896e1c1d0b579c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 21:41:46 -0400 Subject: [PATCH 08771/10074] mermaid-cli 11.6.0 (new formula) Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/mermaid-cli.rb | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 Formula/m/mermaid-cli.rb diff --git a/.github/autobump.txt b/.github/autobump.txt index 3557c9ea1868f..2a99f0bece75f 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2376,6 +2376,7 @@ memtester menhir mercurial mergiraf +mermaid-cli mesa meson meta-package-manager diff --git a/Formula/m/mermaid-cli.rb b/Formula/m/mermaid-cli.rb new file mode 100644 index 0000000000000..88aa4076a20d8 --- /dev/null +++ b/Formula/m/mermaid-cli.rb @@ -0,0 +1,37 @@ +class MermaidCli < Formula + desc "CLI for Mermaid library" + homepage "https://github.com/mermaid-js/mermaid-cli" + url "https://registry.npmjs.org/@mermaid-js/mermaid-cli/-/mermaid-cli-11.6.0.tgz" + sha256 "931a41e109b7d33d0da4881a4cef673f6d77b30219543f7496c5c003c64866df" + license "MIT" + + depends_on "node" + + def install + system "npm", "install", *std_npm_args + bin.install_symlink Dir["#{libexec}/bin/*"] + + node_modules = libexec/"lib/node_modules/@mermaid-js/mermaid-cli/node_modules" + + # Remove incompatible pre-built `bare-fs`/`bare-os` binaries + os = OS.kernel_name.downcase + arch = Hardware::CPU.intel? ? "x64" : Hardware::CPU.arch.to_s + node_modules.glob("{bare-fs,bare-os}/prebuilds/*") + .each { |dir| rm_r(dir) if dir.basename.to_s != "#{os}-#{arch}" } + end + + test do + assert_match version.to_s, shell_output("#{bin}/mmdc --version") + + (testpath/"diagram.mmd").write <<~EOS + graph TD; + A-->B; + A-->C; + B-->D; + C-->D; + EOS + + output = shell_output("#{bin}/mmdc -i diagram.mmd -o diagram.svg 2>&1", 1) + assert_match "Could not find Chrome", output + end +end From 8269797bd7d5a302814796f2afba688ee9b7315e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 02:34:43 +0000 Subject: [PATCH 08772/10074] exploitdb 2025-06-21 --- Formula/e/exploitdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 5075144f40619..961dab62815ac 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -2,8 +2,8 @@ class Exploitdb < Formula desc "Database of public exploits and corresponding vulnerable software" homepage "https://www.exploit-db.com/" url "https://gitlab.com/exploit-database/exploitdb.git", - tag: "2025-06-16", - revision: "3cfac1e6a496a600ff3e73f7e80023bdba66c121" + tag: "2025-06-21", + revision: "36fc0aac850f4dc000b796dac7dae4cf3e1f25c3" license "GPL-2.0-or-later" head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" From b0509c7422337f1b6f9fd21478087c0bc3dc821b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 02:59:48 +0000 Subject: [PATCH 08773/10074] exploitdb: update 2025-06-21 bottle. --- Formula/e/exploitdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 961dab62815ac..8b3750fe600f6 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -8,13 +8,13 @@ class Exploitdb < Formula head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9301cfae9e8c8ba96002ec81bad0d19655fcbbef0f0c28425e795bf2e4ff172" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6de682bf7ac76a5e87533912e3067d29cf7a43aace175b0d08e064c8b4417ec9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "48bb26663f6a0ae59c9c0c5c56ceba7c593ec547bf42dc6aa795e25de7758c8e" - sha256 cellar: :any_skip_relocation, sonoma: "6aa0d21997efb093033d7de89b7738b2f0edc5230c611fff351c05c5eded4adf" - sha256 cellar: :any_skip_relocation, ventura: "214e6febf35a2d0f510b8b528d854134289a24e62eba9cd7d9c72df86c1bf1d9" - sha256 cellar: :any_skip_relocation, arm64_linux: "5ae9c74ef8cc57955164c344229c56ee576e494d6d1571cd6f835ce56f720f09" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cb7899f5eb90f60dbca29b6e0afb1d2992e5133a92657b281216b26dc1e0195c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e4dfb3c148dea3dba78ed66129e3304c22280ff1acbcb49d09e6ec031ba0932" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "28de7b257d83082de61c518a0c052ef6bc7f79bc8f9491cdee365c526ad5e1cb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7a6958cf9bd62d3959aacdaf8d3e99beaf774089d4f40c4b606774673d56eab2" + sha256 cellar: :any_skip_relocation, sonoma: "b95d77f7c1d04928a065a1dd7d977035e4559ab83edf62d7d4968804202c561b" + sha256 cellar: :any_skip_relocation, ventura: "28f6df309dbb01350d655d3f5b5a9e6105594b8c7dcc6792a39e1af5559aaf3b" + sha256 cellar: :any_skip_relocation, arm64_linux: "c760ee8aa59a76413e3d302d520dc4d9df5ff2666112f35038cd8c6e5bdcdffd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ea4aa3d5b787466bc54656313509f699adb41781ea987955a8a9e3217e677db" end def install From 3b310b78b0414a9f4f17fd12e5197f23b62d9352 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 03:02:16 +0000 Subject: [PATCH 08774/10074] vulkan-validationlayers 1.4.319 --- Formula/v/vulkan-validationlayers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulkan-validationlayers.rb b/Formula/v/vulkan-validationlayers.rb index 3f8bb46adecb0..3bcf5004f7fbd 100644 --- a/Formula/v/vulkan-validationlayers.rb +++ b/Formula/v/vulkan-validationlayers.rb @@ -1,8 +1,8 @@ class VulkanValidationlayers < Formula desc "Vulkan layers that enable developers to verify correct use of the Vulkan API" homepage "https://github.com/KhronosGroup/Vulkan-ValidationLayers" - url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.318.tar.gz" - sha256 "4a1244932fe3a24afc25c1f043055c8bf56f4553f3f52c7a1ddfafa501951de5" + url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.319.tar.gz" + sha256 "e46cb2ba7190cd134497c9841c967e39b8e5f45d4c1cd85f0d3a827e8b4bf037" license "Apache-2.0" head "https://github.com/KhronosGroup/Vulkan-ValidationLayers.git", branch: "main" From e1f5c461a2cf2ac5c0d5dc6f48fd1e4170fe29e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 03:23:02 +0000 Subject: [PATCH 08775/10074] vulkan-validationlayers: update 1.4.319 bottle. --- Formula/v/vulkan-validationlayers.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vulkan-validationlayers.rb b/Formula/v/vulkan-validationlayers.rb index 3bcf5004f7fbd..347723d3fbd24 100644 --- a/Formula/v/vulkan-validationlayers.rb +++ b/Formula/v/vulkan-validationlayers.rb @@ -12,13 +12,13 @@ class VulkanValidationlayers < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6611e22641d12d50a87d657aeee66d5043ef66d4ce0e8c10921be596c4def6fd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b3a7515a31d3a0803fa25bf58aa5dddf95f9fee2bc9d15d62f2c569600af3694" - sha256 cellar: :any_skip_relocation, arm64_ventura: "83a677754f4b73b75c4026789d4e5b5bf027514b769736373a45db0db0bf0c20" - sha256 cellar: :any_skip_relocation, sonoma: "be280fa788ff1e473f3a3bd0c1dfdc436749d2734561c22ca27f5e7072b2442e" - sha256 cellar: :any_skip_relocation, ventura: "a92953994c1a5060402961e66929135a5adf086d6623b56808e1b1e810c99a81" - sha256 cellar: :any_skip_relocation, arm64_linux: "d99761ee5b0bdfe7d60e2cf94992ae6b05ec0d121983f778fbeb2eea990bb313" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3fb1d25cfa944ea45648e7202430803feda0a067cec6c537030e9dd6a92307c6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "414a648e748b725e1e91ad2d35f9866148cb69d5f9fc7ef2245880fde9bac608" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "913493a3d45f845c53067e6fb4b184ce238713fa58c26a05bda3c1944799874d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e819be1884a6374345cf88d4e376e4d9c17330888a75ffc3cd70dab82a231da6" + sha256 cellar: :any_skip_relocation, sonoma: "fa455d47a120e99eead2dea5e6529c9f5a2cf65d24681225ce5a619121805ca4" + sha256 cellar: :any_skip_relocation, ventura: "69ca977b4e09930010201a2a8ff80f95e6141e55b9c892688a28b1a6a3cc3d05" + sha256 cellar: :any_skip_relocation, arm64_linux: "93685988f9821371a1238d0ca5631be9958be4f1608f62b13227726b86c86b11" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f45ac541a4819e1d3d788cb3c3edb699ad55339ffcbeea0921628523c5714fcc" end depends_on "cmake" => :build From 86a58ed3d4594a0172de931334651e22efb6d223 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 03:28:57 +0000 Subject: [PATCH 08776/10074] code-server: update 4.101.0 bottle. --- Formula/c/code-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/code-server.rb b/Formula/c/code-server.rb index ec2b784c1b001..22f24da7f2192 100644 --- a/Formula/c/code-server.rb +++ b/Formula/c/code-server.rb @@ -6,13 +6,13 @@ class CodeServer < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "09e14227ff4b741288f6ced6167c23155a2e6f1e80ad3ed08a0d8f9a37dc6ac8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1696b9c600b76e5be899517c44c5b32e02cd44383af2c8e088a4f07bc5625fe0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ca625738f45d0495b2ebe5d33943d8edced735f7e84d06806c9a3868ec2414f" - sha256 cellar: :any_skip_relocation, sonoma: "d2fe2692846bcf26211c9a1fc079026c86a295758c18bda519519d67ada3677d" - sha256 cellar: :any_skip_relocation, ventura: "f52a6d36e616752505a3861e7486fb65e1ffb20c60165970f75ac1642d4594e5" - sha256 cellar: :any_skip_relocation, arm64_linux: "ccc372a687625ce6406fd8a0aa6b96298919bd90c885e2aaff31b73a6fb2943c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b8dacb160e8191384e2d106139f990fc3d3b701244e5cb86ca7a550dfca78d26" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f723acaa56b719eb0115a0fece6140f067234f815ee2fd1bc0e2a855da12f404" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7bd492cf7113271c5d7a594e926cf893a3dbc4c38d9ad0daef4914a7c61b701" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7f0398e4ccc61c27fb64848fc0ccc536450110b43592559e38b02c5957da0102" + sha256 cellar: :any_skip_relocation, sonoma: "753423a6fb6c567ac0465ff43188453c2b0d14cea596bff8fdcb99e105b5b4ad" + sha256 cellar: :any_skip_relocation, ventura: "1793924c824540491f5b8b600d0d3601e57ec59b7e86ec7fe6f692392ceea41b" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b39aa7c39cd1304ca9f67e9e9781683bd98f852cda7139e2a176b483441c4f5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a12d6cab8914f3fa26a8c402cc34bba8249a33619bd9f8a7d1ae1df1dcd8f843" end depends_on "pkgconf" => :build From e6073f4b5250f4c2756348ed406d10e676e0c990 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 23:01:41 -0400 Subject: [PATCH 08777/10074] draco: build shared library Signed-off-by: Rui Chen --- Formula/d/draco.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Formula/d/draco.rb b/Formula/d/draco.rb index c64340cc24cce..b29eb510920de 100644 --- a/Formula/d/draco.rb +++ b/Formula/d/draco.rb @@ -20,7 +20,12 @@ class Draco < Formula depends_on "cmake" => :build def install - system "cmake", "-S", ".", "-B", "build", *std_cmake_args + args = %W[ + -DBUILD_SHARED_LIBS=ON + -DCMAKE_INSTALL_RPATH=#{rpath} + ] + + system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" From 99fc88e2f99028f324509553b4f6c82d92ba648e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Jun 2025 18:57:10 -0400 Subject: [PATCH 08778/10074] squid 7.0.2 Signed-off-by: Rui Chen --- Formula/s/squid.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/squid.rb b/Formula/s/squid.rb index cf7273c35abc9..d1a2c74f66f05 100644 --- a/Formula/s/squid.rb +++ b/Formula/s/squid.rb @@ -1,8 +1,8 @@ class Squid < Formula desc "Advanced proxy caching server for HTTP, HTTPS, FTP, and Gopher" homepage "https://www.squid-cache.org/" - url "https://github.com/squid-cache/squid/releases/download/SQUID_6_13/squid-6.13.tar.xz" - sha256 "232e0567946ccc0115653c3c18f01e83f2d9cc49c43d9dead8b319af0b35ad52" + url "https://github.com/squid-cache/squid/releases/download/SQUID_7_0_2/squid-7.0.2.tar.bz2" + sha256 "e34d0759686e4a2baf411801aaf8a4863dc17f32ed4a1d988776110bad36c5ae" license "GPL-2.0-or-later" # The Git repository contains tags for a higher major version that isn't the @@ -12,6 +12,8 @@ class Squid < Formula strategy :github_latest end + no_autobump! because: :incompatible_version_format + bottle do sha256 arm64_sequoia: "d2cd4e77ccc3da42ec7ded1f1f1a4a2e754734e17bf369b0dd99d542642ac4bd" sha256 arm64_sonoma: "be53c543fec807a6841cc164cb9edb1433d26b8b4730bb0accacfdcebed45c63" @@ -41,15 +43,11 @@ def install # For --disable-eui, see: # https://www.squid-cache.org/mail-archive/squid-users/201304/0040.html args = %W[ - --disable-debug - --disable-dependency-tracking - --prefix=#{prefix} --localstatedir=#{var} --sysconfdir=#{etc} --enable-ssl --enable-ssl-crtd --disable-eui - --enable-pf-transparent --with-included-ltdl --with-gnutls=no --with-nettle=no @@ -60,8 +58,10 @@ def install --enable-storeio=yes ] + args << "--enable-pf-transparent" if OS.mac? + system "./bootstrap.sh" if build.head? - system "./configure", *args + system "./configure", *args, *std_configure_args system "make", "install" end From deab4977fc0913a4cbbb885b036c316e10674fed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 04:00:30 +0000 Subject: [PATCH 08779/10074] draco: update 1.5.7 bottle. --- Formula/d/draco.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/d/draco.rb b/Formula/d/draco.rb index b29eb510920de..ba79586a96adb 100644 --- a/Formula/d/draco.rb +++ b/Formula/d/draco.rb @@ -6,15 +6,14 @@ class Draco < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "19a11fa538c294619e4fa59d43b660a82b4dc7132280839c5cd9e646265cd837" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f4fe7b05ef229486843e184c0697489dbb3e989d1445000639a203ab46f6930" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3af268ae6b1611e6110f380caebb21c017909d63aa9d1fb06432410159038763" - sha256 cellar: :any_skip_relocation, arm64_monterey: "52eb3ca3d3ec7aa77a70d4b985096409ed2a4c17d27718426a43bf1c9427435b" - sha256 cellar: :any_skip_relocation, sonoma: "814aaa444d53214093d915e256f8a7ccc6677c59503e1ce706774ce567614976" - sha256 cellar: :any_skip_relocation, ventura: "e2b2177c30a62da96b47b4e0f433f279af482477561508e6637fa800e8b90add" - sha256 cellar: :any_skip_relocation, monterey: "e16ac56c7b5906c79b9c501ce9b17169a621156911613ccbb5f257809764b11d" - sha256 cellar: :any_skip_relocation, arm64_linux: "48d72a987891a5e9606a4103f3d5b32676e72054736db1a066b45773b19703fd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f36b1685009883d27bf08cd3d554ecb16c05fe25b127cedc9980f20d6897f654" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "444b7b20ea990dba3261cfd1fbbb76145321b9d473c90a2801190c4a85cef41c" + sha256 cellar: :any, arm64_sonoma: "0f361d8c3b0368784f533988d4a44519ef3e82a9ab3a69b2bd98f24282446b66" + sha256 cellar: :any, arm64_ventura: "89bca42ebd075b8d25de0e653a298257e29cd2436405dea7f9f4401bae8a7e95" + sha256 cellar: :any, sonoma: "7039e3c7e342942f71608d377ea316096701efba166a39c66ff601546bf32f2b" + sha256 cellar: :any, ventura: "aa05dd53ed7392292a81fc26c93ccc8b1aa99318ce673f817fe9c4204c0820c5" + sha256 cellar: :any_skip_relocation, arm64_linux: "c5629a81008066774b44c411651acc7f1d1159709dc75c4b64fcf6724bb4c5b5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08e5979a2f8db41ee122ecdddb83285038ca417aac3a9c5ef85e1d92656c8c45" end depends_on "cmake" => :build From 5c0862dda90c818363ae2961ec877e25e753d1f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 04:01:49 +0000 Subject: [PATCH 08780/10074] arp-scan-rs: add 0.14.0 bottle. --- Formula/a/arp-scan-rs.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/a/arp-scan-rs.rb b/Formula/a/arp-scan-rs.rb index db7d8787c6793..1eb61d47edc1a 100644 --- a/Formula/a/arp-scan-rs.rb +++ b/Formula/a/arp-scan-rs.rb @@ -6,6 +6,15 @@ class ArpScanRs < Formula license "AGPL-3.0-or-later" head "https://github.com/kongbytes/arp-scan-rs.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcd5eb8d1a5225c52e76fdeabc79fdff7d97ecf88ae25671a7c647cfb3867c31" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "76c6baf3ec726dcd760b513fcb2be26f5edbd68592e99e444a1b9ffeaee8878e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4121091ba5ad198c3498f015af7ca9b6ede928b8e43b525529b9e0554d3fa07f" + sha256 cellar: :any_skip_relocation, sonoma: "95a48cfa4db0dd5ae427484d1785ec5cc6bc1d741c3930ded3423dcaf8b7afbc" + sha256 cellar: :any_skip_relocation, ventura: "435b583d3a01fa0504ac92950115c41a72d23c96001f170fd9e3316465758b5b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "de71563f7071cdd6b37930ca4f20f2e9c3746f3befa53c9353822dc0dc838c70" + end + depends_on "rust" => :build def install From 377105f3c7205622242383f26bfc59e0043b194a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 04:01:52 +0000 Subject: [PATCH 08781/10074] mermaid-cli: add 11.6.0 bottle. --- Formula/m/mermaid-cli.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/m/mermaid-cli.rb b/Formula/m/mermaid-cli.rb index 88aa4076a20d8..756d1a59a85c4 100644 --- a/Formula/m/mermaid-cli.rb +++ b/Formula/m/mermaid-cli.rb @@ -5,6 +5,15 @@ class MermaidCli < Formula sha256 "931a41e109b7d33d0da4881a4cef673f6d77b30219543f7496c5c003c64866df" license "MIT" + bottle do + sha256 cellar: :any, arm64_sequoia: "1554c8ebf97a5d2c57a5bfee58f0033bdd376d68fe6f0d75c25471b08dc39edc" + sha256 cellar: :any, arm64_sonoma: "1554c8ebf97a5d2c57a5bfee58f0033bdd376d68fe6f0d75c25471b08dc39edc" + sha256 cellar: :any, arm64_ventura: "1554c8ebf97a5d2c57a5bfee58f0033bdd376d68fe6f0d75c25471b08dc39edc" + sha256 cellar: :any, sonoma: "e1c98aa4a1f5a240c0fd1ff09b3a223922f8e7a533e01f83d1a9db2570b00145" + sha256 cellar: :any, ventura: "e1c98aa4a1f5a240c0fd1ff09b3a223922f8e7a533e01f83d1a9db2570b00145" + sha256 cellar: :any_skip_relocation, x86_64_linux: "141bd60ec8618342e391e70117ee014da0fbc36c6c56f26b52aaa9310e0302aa" + end + depends_on "node" def install From 4dbdb043961e91dedba192b0ca1f0b6bf6217030 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 04:44:18 +0000 Subject: [PATCH 08782/10074] squid: update 7.0.2 bottle. --- Formula/s/squid.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/squid.rb b/Formula/s/squid.rb index d1a2c74f66f05..0ba0f009f7343 100644 --- a/Formula/s/squid.rb +++ b/Formula/s/squid.rb @@ -15,13 +15,13 @@ class Squid < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 arm64_sequoia: "d2cd4e77ccc3da42ec7ded1f1f1a4a2e754734e17bf369b0dd99d542642ac4bd" - sha256 arm64_sonoma: "be53c543fec807a6841cc164cb9edb1433d26b8b4730bb0accacfdcebed45c63" - sha256 arm64_ventura: "e7ef982e31124eb3b920cdc13351547b3bce8d574c8dddf18de73474dab7ae09" - sha256 sonoma: "472c374fa36f3e97a90d192d1fa4fcecfdd9cd45d5069e8c93ebd080ba581094" - sha256 ventura: "81747c30da12ba7291b8353836cea7708983d2e0775672462764076e5f1d4cdf" - sha256 arm64_linux: "11c4cde52a0d19d8768095309eeb87d9525d6f25992f51551ea40b87e56c1f02" - sha256 x86_64_linux: "86929f4464c2dd41698c7c68936bab3b9a716635cd57e5ab125086fcb23abca4" + sha256 arm64_sequoia: "fc55d5b5f7193e494077acfaf9da79163f44962d8f24d7bdaa739e0201378768" + sha256 arm64_sonoma: "ce666362fc3920145ec84d9531254bc9fb1a92b508e50f2abcd165b6e369b288" + sha256 arm64_ventura: "12f9597158777fbb661390e7adc0897fa6e612ea29b6ba2d215b0f02ac970f4b" + sha256 sonoma: "55798358539c094cdc9f98ab32bc98242a91f6b213be524984d5e2a6b1ee34ac" + sha256 ventura: "e25267b441e7cf447735c507cebe1823dbf59d7877cfa59016e0a27bb44300ec" + sha256 arm64_linux: "31831d1691b5620c39eab2792efc21ced6727a03964701853de1ca2513dff5f5" + sha256 x86_64_linux: "706caba4460341801429861d75907f45be7d6bf01240715b7388753ce4ab3ad3" end head do From 68b97768a71ddc8b6314fe22706bb078c7a15d90 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 04:54:04 +0000 Subject: [PATCH 08783/10074] aws-sam-cli 1.141.0 --- Formula/a/aws-sam-cli.rb | 41 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/Formula/a/aws-sam-cli.rb b/Formula/a/aws-sam-cli.rb index 9a072b0eca611..d48d305765db4 100644 --- a/Formula/a/aws-sam-cli.rb +++ b/Formula/a/aws-sam-cli.rb @@ -3,10 +3,9 @@ class AwsSamCli < Formula desc "CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM" homepage "https://aws.amazon.com/serverless/sam/" - url "https://files.pythonhosted.org/packages/b2/d2/eb5adcc65e317a7a1fc5be18cd62eb4a70402ebbe2bd3ba610f328d17fa8/aws_sam_cli-1.140.0.tar.gz" - sha256 "ef9860ed0105424cf06593446b9f1648127b8ecaf62b7b457f02ca756bfc6c83" + url "https://files.pythonhosted.org/packages/54/21/ff88a982c782b2065f7828edb36378d316cbe9531370bf6b3ac92225346c/aws_sam_cli-1.141.0.tar.gz" + sha256 "57e102ba5b184d350b89f41dcbe28d7e1fea3acf2f66266106fc1291836c2247" license "Apache-2.0" - revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "ab5da610edd0d49b3d03fda08da8c513f59267aca60ec0eb04b90577d80c2eb1" @@ -48,8 +47,8 @@ class AwsSamCli < Formula end resource "aws-sam-translator" do - url "https://files.pythonhosted.org/packages/a2/f8/100c32414efc036d6aba7b2591773e9c86f999ab0030850d26e672ed513d/aws_sam_translator-1.98.0.tar.gz" - sha256 "fe9fdf51b593aca4cde29f555e272b00d90662315c8078e9f5f3448dd962c66b" + url "https://files.pythonhosted.org/packages/ef/78/ac6761ff3f37a1e989ddb62c9a58c4d289ad2ca2bdb3bed1319f4ae49e16/aws_sam_translator-1.99.0.tar.gz" + sha256 "be326054a7ee2f535fcd914db85e5d50bdf4054313c14888af69b6de3187cdf8" end resource "binaryornot" do @@ -63,18 +62,18 @@ class AwsSamCli < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" - sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" + url "https://files.pythonhosted.org/packages/2f/3b/f421b30e32c33ce63f0de3b32ea12954039a4595c693db4ea4900babe742/boto3-1.38.41.tar.gz" + sha256 "c6710fc533c8e1f5d1f025c74ffe1222c3659094cd51c076ec50c201a54c8f22" end resource "boto3-stubs" do - url "https://files.pythonhosted.org/packages/54/6e/814f9b0b1db9b8d9e718954abe006890a946ed38a667ba457be12b94e0ae/boto3_stubs-1.38.29.tar.gz" - sha256 "e0b8b4f6cd742a473ed5772701485623606b61784be7f1217c0c90077efcbf2f" + url "https://files.pythonhosted.org/packages/9d/53/7dea202567586e14ea17ef386b6d7368e6730639c436fb471a368f56c0f1/boto3_stubs-1.38.39.tar.gz" + sha256 "a6066470f97da5810afeaa6d30028c4b198c9364c94180dc764597224321ae10" end resource "botocore" do - url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" - sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" + url "https://files.pythonhosted.org/packages/98/46/cb33f5a0b00086a97c4eebbc4e0211fe85d66d45e53a9545b33805f25b31/botocore-1.38.41.tar.gz" + sha256 "98e3fed636ebb519320c4b2d078db6fa6099b052b4bb9b5c66632a5a7fe72507" end resource "botocore-stubs" do @@ -83,8 +82,8 @@ class AwsSamCli < Formula end resource "cfn-lint" do - url "https://files.pythonhosted.org/packages/7f/bd/67280945d60ccd89f9f1ef03e8d2a1eb3a617a97ff28fc9c26c801721ccd/cfn_lint-1.35.4.tar.gz" - sha256 "da38218367217b909884ec2efe361b3992868f140b1d5f37dc64a9e328d9ddb9" + url "https://files.pythonhosted.org/packages/3a/72/3c792b1814226ebfb8944d8df707979a43f3e5ee2f3f8093ee17d7692656/cfn_lint-1.36.1.tar.gz" + sha256 "ccb85398fb1d8d8d87edafe207ab6a133c4ab9aefd3ff93591b6ad8c3ccab291" end resource "chardet" do @@ -158,8 +157,8 @@ class AwsSamCli < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -213,8 +212,8 @@ class AwsSamCli < Formula end resource "mypy-boto3-lambda" do - url "https://files.pythonhosted.org/packages/8f/e3/0436071b28942788bdd22d6f91847654a7b1d167fb9d86c5779108e49ee9/mypy_boto3_lambda-1.38.0.tar.gz" - sha256 "ece7b3848c045e1be81c4f2b7482002c17ce7cb70de850661146103a8cb1a3fb" + url "https://files.pythonhosted.org/packages/7a/0d/a42b8282e8c64f3e45b0437e2e19200608aeb1a82f83d74d6ba50181fb79/mypy_boto3_lambda-1.38.40.tar.gz" + sha256 "145c9f7de2da29fb651b21515c9052697f7579c821ee3ab7bcbf7ef4993dcd25" end resource "mypy-boto3-s3" do @@ -278,8 +277,8 @@ class AwsSamCli < Formula end resource "pyopenssl" do - url "https://files.pythonhosted.org/packages/c1/d4/1067b82c4fc674d6f6e9e8d26b3dff978da46d351ca3bac171544693e085/pyopenssl-24.3.0.tar.gz" - sha256 "49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36" + url "https://files.pythonhosted.org/packages/04/8c/cd89ad05804f8e3c17dea8f178c3f40eeab5694c30e0c9f5bcd49f576fc3/pyopenssl-25.1.0.tar.gz" + sha256 "8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b" end resource "python-dateutil" do @@ -363,8 +362,8 @@ class AwsSamCli < Formula end resource "tomlkit" do - url "https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz" - sha256 "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + url "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz" + sha256 "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" end resource "types-awscrt" do From b0d12827918c6b34051e42b5a7ddc94051bcdf28 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 19:05:33 -0400 Subject: [PATCH 08784/10074] tiledb 2.28.0 (new formula) Signed-off-by: Rui Chen --- Formula/t/tiledb.rb | 49 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Formula/t/tiledb.rb diff --git a/Formula/t/tiledb.rb b/Formula/t/tiledb.rb new file mode 100644 index 0000000000000..37138ae37a967 --- /dev/null +++ b/Formula/t/tiledb.rb @@ -0,0 +1,49 @@ +class Tiledb < Formula + desc "Universal storage engine" + homepage "https://tiledb.com/" + url "https://github.com/TileDB-Inc/TileDB/archive/refs/tags/2.28.0.tar.gz" + sha256 "de731cd0c8e82fe8cfca084b937dc0df41e451c8eb93071e4cc5aba7bbef854e" + license "MIT" + + depends_on "cmake" => :build + + depends_on "fmt" + depends_on "libmagic" + depends_on "lz4" + depends_on "openssl@3" + depends_on "spdlog" + depends_on "webp" + depends_on "zstd" + + uses_from_macos "bzip2" + uses_from_macos "zlib" + + def install + args = %w[ + -DTILEDB_EXPERIMENTAL_FEATURES=OFF + -DTILEDB_TESTS=OFF + -DTILEDB_VERBOSE=ON + -DTILEDB_WERROR=OFF + -DTILEDB_DISABLE_AUTO_VCPKG=ON + ] + + system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" + end + + test do + (testpath/"test.cpp").write <<~CPP + #include + #include + + int main() { + auto [major, minor, patch] = tiledb::version(); + std::cout << major << "." << minor << "." << patch << std::endl; + return 0; + } + CPP + system ENV.cxx, "test.cpp", "-std=c++17", "-I#{include}", "-L#{lib}", "-ltiledb", "-o", "test" + assert_match version.to_s, shell_output("./test") + end +end From 08968ea0587bdd6a2624851aa8b2483cc181bdf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:07:43 +0000 Subject: [PATCH 08785/10074] pdal 2.9.0 pdal: update build Signed-off-by: Rui Chen --- Formula/p/pdal.rb | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/Formula/p/pdal.rb b/Formula/p/pdal.rb index 725d50bd1ecbc..7038dbf97f908 100644 --- a/Formula/p/pdal.rb +++ b/Formula/p/pdal.rb @@ -1,10 +1,9 @@ class Pdal < Formula desc "Point data abstraction library" homepage "https://www.pdal.io/" - url "https://github.com/PDAL/PDAL/releases/download/2.8.4/PDAL-2.8.4-src.tar.bz2" - sha256 "c27dc79af0b26f9cb3209b694703e9d576f1b0c8c05b36206fd5e310494e75b5" + url "https://github.com/PDAL/PDAL/releases/download/2.9.0/PDAL-2.9.0-src.tar.bz2" + sha256 "f0be2f6575021d0c4751d5babd4c1096d4e5934f86f8461914e9f9c6dc63567d" license "BSD-3-Clause" - revision 1 head "https://github.com/PDAL/PDAL.git", branch: "master" livecheck do @@ -23,19 +22,25 @@ class Pdal < Formula end depends_on "cmake" => :build + depends_on "googletest" => :build depends_on "pkgconf" => :build + + depends_on "apache-arrow" + depends_on "curl" + depends_on "draco" depends_on "gdal" depends_on "hdf5" - depends_on "laszip" depends_on "libgeotiff" depends_on "libpq" depends_on "libxml2" + depends_on "lz4" depends_on "numpy" depends_on "openssl@3" depends_on "proj" + depends_on "tiledb" + depends_on "xerces-c" depends_on "zstd" - uses_from_macos "curl" uses_from_macos "zlib" on_linux do @@ -44,12 +49,18 @@ class Pdal < Formula def install args = %w[ - -DWITH_LASZIP=TRUE - -DBUILD_PLUGIN_GREYHOUND=ON + -DWITH_TESTS=OFF + -DENABLE_CTEST=OFF + -DBUILD_PLUGIN_ARROW=ON + -DBUILD_PLUGIN_TILEDB=ON -DBUILD_PLUGIN_ICEBRIDGE=ON + -DBUILD_PLUGIN_HDF=ON -DBUILD_PLUGIN_PGPOINTCLOUD=ON - -DBUILD_PLUGIN_PYTHON=ON - -DBUILD_PLUGIN_SQLITE=ON + -DBUILD_PLUGIN_E57=ON + -DBUILD_PLUGIN_DRACO=ON + -DBUILD_PGPOINTCLOUD_TESTS=OFF + -DWITH_ZSTD=ON + -DWITH_ZLIB=ON ] if OS.linux? libunwind = Formula["libunwind"] From ea3e4c73654ae52c47d92bbe86b9c12f4dad4626 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 04:58:26 +0000 Subject: [PATCH 08786/10074] code-server 4.101.1 --- Formula/c/code-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/code-server.rb b/Formula/c/code-server.rb index 22f24da7f2192..3ddf451d78a44 100644 --- a/Formula/c/code-server.rb +++ b/Formula/c/code-server.rb @@ -1,8 +1,8 @@ class CodeServer < Formula desc "Access VS Code through the browser" homepage "https://github.com/coder/code-server" - url "https://registry.npmjs.org/code-server/-/code-server-4.101.0.tgz" - sha256 "8dfbeef284313285e54e2a02608f90d83a35a20fa23120844b3f40c3f944d8d7" + url "https://registry.npmjs.org/code-server/-/code-server-4.101.1.tgz" + sha256 "1d95bf4bbe07a924df134213d734b14b245cbc6a5f631dedc8ea87bf8b2cd358" license "MIT" bottle do From 406110f89248e38df2982557a4b5beba618b6139 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 05:00:52 +0000 Subject: [PATCH 08787/10074] arp-scan-rs: update 0.14.0 bottle. --- Formula/a/arp-scan-rs.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/a/arp-scan-rs.rb b/Formula/a/arp-scan-rs.rb index 1eb61d47edc1a..eb0875110e820 100644 --- a/Formula/a/arp-scan-rs.rb +++ b/Formula/a/arp-scan-rs.rb @@ -12,6 +12,7 @@ class ArpScanRs < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "4121091ba5ad198c3498f015af7ca9b6ede928b8e43b525529b9e0554d3fa07f" sha256 cellar: :any_skip_relocation, sonoma: "95a48cfa4db0dd5ae427484d1785ec5cc6bc1d741c3930ded3423dcaf8b7afbc" sha256 cellar: :any_skip_relocation, ventura: "435b583d3a01fa0504ac92950115c41a72d23c96001f170fd9e3316465758b5b" + sha256 cellar: :any_skip_relocation, arm64_linux: "22825e69ba7b9bef557bfdf6145a5c5b5a53a655c294028c5e359f039d253253" sha256 cellar: :any_skip_relocation, x86_64_linux: "de71563f7071cdd6b37930ca4f20f2e9c3746f3befa53c9353822dc0dc838c70" end From 8d7b94e89041e467091c07ec37e6dddd8113e427 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 05:01:11 +0000 Subject: [PATCH 08788/10074] mermaid-cli: update 11.6.0 bottle. --- Formula/m/mermaid-cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/mermaid-cli.rb b/Formula/m/mermaid-cli.rb index 756d1a59a85c4..f7984e5c54072 100644 --- a/Formula/m/mermaid-cli.rb +++ b/Formula/m/mermaid-cli.rb @@ -11,6 +11,7 @@ class MermaidCli < Formula sha256 cellar: :any, arm64_ventura: "1554c8ebf97a5d2c57a5bfee58f0033bdd376d68fe6f0d75c25471b08dc39edc" sha256 cellar: :any, sonoma: "e1c98aa4a1f5a240c0fd1ff09b3a223922f8e7a533e01f83d1a9db2570b00145" sha256 cellar: :any, ventura: "e1c98aa4a1f5a240c0fd1ff09b3a223922f8e7a533e01f83d1a9db2570b00145" + sha256 cellar: :any_skip_relocation, arm64_linux: "71ed2b6ad6cc7c83ffa85b349b30bbe326cfe61afee8988ff27b601dec1a4c7a" sha256 cellar: :any_skip_relocation, x86_64_linux: "141bd60ec8618342e391e70117ee014da0fbc36c6c56f26b52aaa9310e0302aa" end From 68f49c48920a608d904bb2ce515a3afcfc8483a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 05:04:51 +0000 Subject: [PATCH 08789/10074] git-sync 4.4.2 --- Formula/g/git-sync.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-sync.rb b/Formula/g/git-sync.rb index c4816228d578c..db329c413c47e 100644 --- a/Formula/g/git-sync.rb +++ b/Formula/g/git-sync.rb @@ -1,8 +1,8 @@ class GitSync < Formula desc "Clones a git repository and keeps it synchronized with the upstream" homepage "https://github.com/kubernetes/git-sync" - url "https://github.com/kubernetes/git-sync/archive/refs/tags/v4.4.1.tar.gz" - sha256 "823574c624d95dddc931fd6853ef123d460578aec85bb6c0deaa60aa096d268d" + url "https://github.com/kubernetes/git-sync/archive/refs/tags/v4.4.2.tar.gz" + sha256 "62878584e4766b4cc94a9a7d49fe9c8c24dfcee69b4c83ece1bb1e1790b7f450" license "Apache-2.0" head "https://github.com/kubernetes/git-sync.git", branch: "master" From 9707dbc20aed8a7f6501d536fc40383df145eae7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 05:26:36 +0000 Subject: [PATCH 08790/10074] swc 1.12.5 --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index c107135a7e469..332257b33fcfc 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.4.tar.gz" - sha256 "985b47d6dfd3e9d84a1274b8f7964bb3d957e286d649276af4b097f0e36e6eb0" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.5.tar.gz" + sha256 "3dd71c2d34d9e1a3aaec769086ed126d1471787179dcac0c27cf896a178e94a2" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From df4397829ca6c040bce8cc51f2306c950a33b66f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 05:27:15 +0000 Subject: [PATCH 08791/10074] git-sync: update 4.4.2 bottle. --- Formula/g/git-sync.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-sync.rb b/Formula/g/git-sync.rb index db329c413c47e..71377fa3589de 100644 --- a/Formula/g/git-sync.rb +++ b/Formula/g/git-sync.rb @@ -7,12 +7,12 @@ class GitSync < Formula head "https://github.com/kubernetes/git-sync.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "72b49a898c83aef448141b406ae6e6dad7cb60bd136908cf0af81fccee8e19af" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "72b49a898c83aef448141b406ae6e6dad7cb60bd136908cf0af81fccee8e19af" - sha256 cellar: :any_skip_relocation, arm64_ventura: "72b49a898c83aef448141b406ae6e6dad7cb60bd136908cf0af81fccee8e19af" - sha256 cellar: :any_skip_relocation, sonoma: "a41d75a5cd5c100074f06b743406fb49f8a4d4685e3ed2fc06e0de58e257c8be" - sha256 cellar: :any_skip_relocation, ventura: "a41d75a5cd5c100074f06b743406fb49f8a4d4685e3ed2fc06e0de58e257c8be" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4a51a30d49f6db8d0b5bbdd8e8678188e9fa5765b54d35770db3d31d79a873c0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5554166349ab5111d40364a9d1af15b6db41e0db28ec1c30a324977dc2010c8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5554166349ab5111d40364a9d1af15b6db41e0db28ec1c30a324977dc2010c8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c5554166349ab5111d40364a9d1af15b6db41e0db28ec1c30a324977dc2010c8" + sha256 cellar: :any_skip_relocation, sonoma: "00358f17adf3bb83339129bef02f7031c9e1c2a64f043148baf0e329ebe1d6e5" + sha256 cellar: :any_skip_relocation, ventura: "00358f17adf3bb83339129bef02f7031c9e1c2a64f043148baf0e329ebe1d6e5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2802fa19c03b602a9988b64d7339d1046a03548359fd9f92f17f5247912f3d1a" end depends_on "go" => :build From bc1c4ac1ce6061646b4a5e0eb8bdbee42db42396 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 05:27:51 +0000 Subject: [PATCH 08792/10074] code-server: update 4.101.1 bottle. --- Formula/c/code-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/code-server.rb b/Formula/c/code-server.rb index 3ddf451d78a44..b0e281a72fd1c 100644 --- a/Formula/c/code-server.rb +++ b/Formula/c/code-server.rb @@ -6,13 +6,13 @@ class CodeServer < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f723acaa56b719eb0115a0fece6140f067234f815ee2fd1bc0e2a855da12f404" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7bd492cf7113271c5d7a594e926cf893a3dbc4c38d9ad0daef4914a7c61b701" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7f0398e4ccc61c27fb64848fc0ccc536450110b43592559e38b02c5957da0102" - sha256 cellar: :any_skip_relocation, sonoma: "753423a6fb6c567ac0465ff43188453c2b0d14cea596bff8fdcb99e105b5b4ad" - sha256 cellar: :any_skip_relocation, ventura: "1793924c824540491f5b8b600d0d3601e57ec59b7e86ec7fe6f692392ceea41b" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b39aa7c39cd1304ca9f67e9e9781683bd98f852cda7139e2a176b483441c4f5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a12d6cab8914f3fa26a8c402cc34bba8249a33619bd9f8a7d1ae1df1dcd8f843" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b238ba24fde40f37203648f66c51292671a25fcc842252fecee8f42ab43568b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b1da0875907e6bc247720547fc731c35b73ff54515c36f56b10c863c0937b80" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7dc4f6bcdeb92feccf9677df7a4ff4a4f843e6a400104441dd499496d988e771" + sha256 cellar: :any_skip_relocation, sonoma: "4603407b333051f4cb017a51577aa15d39e31506923e6ec55d70b211781deb6e" + sha256 cellar: :any_skip_relocation, ventura: "fa685582038e5aef970ac84d5f4bec6e093a60384b9331ef042bdb4d72e8a07c" + sha256 cellar: :any_skip_relocation, arm64_linux: "d6beef089984b3ff824f8912a9540120c1f926d7cd0fa9364a734b97f6f5c495" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ff5839709f290a120591111a4f5a1e8c5c14f9cfd5cf718861c6346fcc90e79" end depends_on "pkgconf" => :build From c8f64ac42581e2e3b2e98374fa3d92d61a607205 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 05:35:58 +0000 Subject: [PATCH 08793/10074] aws-sam-cli: update 1.141.0 bottle. --- Formula/a/aws-sam-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-sam-cli.rb b/Formula/a/aws-sam-cli.rb index d48d305765db4..48072c1fc897a 100644 --- a/Formula/a/aws-sam-cli.rb +++ b/Formula/a/aws-sam-cli.rb @@ -8,13 +8,13 @@ class AwsSamCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "ab5da610edd0d49b3d03fda08da8c513f59267aca60ec0eb04b90577d80c2eb1" - sha256 cellar: :any, arm64_sonoma: "ee2ab2edce10b1b533da8352e0ba842993417dddde84c0524bcbd086fca5ee26" - sha256 cellar: :any, arm64_ventura: "9738c80778e9ee00e7cfe939fd36826e2fee75cd1561ef4620df553bc02069ba" - sha256 cellar: :any, sonoma: "8c6aafed7b35ce9a456e6fcb47de41eef06410cd3fe6b3a2d2eb2c377b9c913a" - sha256 cellar: :any, ventura: "54d5fa09dfecc2afc713e875726f237ea6a7c65906924a28e4e9c80f509d54fd" - sha256 cellar: :any_skip_relocation, arm64_linux: "e2eef2cdd433f3200ad9508d419873e99954e9c1a4e0b635a7eb8030fd8a115b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b948eb0ade353d5d63cbb22119f7e0e2f60f428a6e5cb1e3066bc2f66eb76275" + sha256 cellar: :any, arm64_sequoia: "4b4c7b7a10d34297cbb7af6afbfd2ec3843639117fb2703f8cd681385de44ef1" + sha256 cellar: :any, arm64_sonoma: "e4be42df8e8275c37c84c96e7674e2914a0554c5e5aedee0765a414b675f7674" + sha256 cellar: :any, arm64_ventura: "7aa9cf8377ae488f3b3935afbc98d4285fbb92eb1f65535e2e1e3d9ea8bb4ec1" + sha256 cellar: :any, sonoma: "be1ef5b80d258c0929fb21da6610b1df381b6fb27ef5c79c56fd795f08b0adb7" + sha256 cellar: :any, ventura: "4c0b332a394a18a6cd9d4da62a524c2ab0895b88ce11ad4133afb3e312b3925b" + sha256 cellar: :any_skip_relocation, arm64_linux: "1a75250c0389fa6ce21fed4847ee535b6a00d22c5ef7738f0e914159f007b77b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac2f7c6e2a54157c3c10e42379df5e464182b7e9c7ee1e2ca0edced59e91e201" end depends_on "pkgconf" => :build From d57dbc002f5cb4adf643c30539bce328379cdd4a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 07:12:49 +0000 Subject: [PATCH 08794/10074] swc: update 1.12.5 bottle. --- Formula/s/swc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 332257b33fcfc..044461dcd3610 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,13 +12,13 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "42549e039f2789ea3d425c384e0872dc15b7300b92fdb0f486cc62921685aec4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aba0b68f45a96087de0074a9f0ed8652a18d70e91a9a4f98eaba5da597a56fc8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "acbbf46610064c5beceec9f22dbddd59831489c31c091ae9e4482eab76a7bdf5" - sha256 cellar: :any_skip_relocation, sonoma: "86c4846107c316e3bcc517d8398c7f207cf496e8f84b8aad230d073b74c83740" - sha256 cellar: :any_skip_relocation, ventura: "6096838d93ab68d2cbd8f31469598f63957338006f839784b39fd6612ddf4f99" - sha256 cellar: :any_skip_relocation, arm64_linux: "1d19ac53666dd69a7296277999db283b157544013dcd43c3336189664d810da4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f6a7aef948f8c28c4268ce71f16598195bf7b155b600f120c633756cd82d01e9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d4d9ba29217b7638d64aedc7b826ca0cc25c972274418d1fb06a70911ae9b1e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1892094ecefa8e4960c41ee2b6a5fa606dc1b501b4affb3e6e771a7c69bd0def" + sha256 cellar: :any_skip_relocation, arm64_ventura: "30cbfdc1f44c034d00809c68c647961371f338dad6858020a4005a4ef1caeeda" + sha256 cellar: :any_skip_relocation, sonoma: "d1ae3e7611dbf887aa734056bd9b89350811f1a3fc0ddc400d1121ef0e88b8d8" + sha256 cellar: :any_skip_relocation, ventura: "eb0a7fa3f0e021a500e0224142bce9fe253d74e229866be5843439a04b26fd85" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba3ff92a0ff232a3814ca7db0a27a2ebfa48ed525c5896a1de1080d8d5257326" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5ceda13a9f38618ec05551266e4ee20e431fc26b121db564289e0237d2ae44d1" end depends_on "rust" => :build From 2f65a52a4c9bdc73445adac1ccb5baa252ac6bb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 07:53:07 +0000 Subject: [PATCH 08795/10074] cdk8s 2.200.107 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index df8d520d5966a..15e857eeb7d7b 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.106.tgz" - sha256 "fc67c2828539ab5b757b37c01493cdd499170329d3d91c3f91ab715eedad818f" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.107.tgz" + sha256 "016e84b06979d9aa778de87f00677d1dc5b529d528919cbce23d624af01bdb74" license "Apache-2.0" bottle do From 4de2c92c4dfd72bc6fe20e60f4883eb767815b97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 08:05:07 +0000 Subject: [PATCH 08796/10074] jackett 0.22.2035 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 60e7f0b7bd665..802c40751c1d7 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2032.tar.gz" - sha256 "86bcb7d700462032dd33ebdf14043f2eee04872feabb2cf479a7367e8251e7ba" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2035.tar.gz" + sha256 "f388e81def14a3314b8e883b89a969a320d3bc274b3a51b88c1c3794a6f4cf49" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 2b5f1b51b2377bc5393e5b7aceaf253282f4522b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 08:10:14 +0000 Subject: [PATCH 08797/10074] mailpit 1.26.2 --- Formula/m/mailpit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mailpit.rb b/Formula/m/mailpit.rb index c1ca0226636fa..cbd45603399cf 100644 --- a/Formula/m/mailpit.rb +++ b/Formula/m/mailpit.rb @@ -1,8 +1,8 @@ class Mailpit < Formula desc "Web and API based SMTP testing" homepage "https://mailpit.axllent.org/" - url "https://github.com/axllent/mailpit/archive/refs/tags/v1.26.1.tar.gz" - sha256 "ec9a87ad777c7daf3e1ecfd731ad5728b51c177d64ec14f1eba2aa5748118fa6" + url "https://github.com/axllent/mailpit/archive/refs/tags/v1.26.2.tar.gz" + sha256 "f23984397854044d3a95428859aa0a3ea1b4f995ef8b7b7062c74ddf135e549a" license "MIT" bottle do From 1c881cebbeeb1bad2dda9fad4f36c7098609e8c0 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 21 Jun 2025 11:14:13 +0300 Subject: [PATCH 08798/10074] rnp 0.18.0 (new formula) --- Formula/r/rnp.rb | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Formula/r/rnp.rb diff --git a/Formula/r/rnp.rb b/Formula/r/rnp.rb new file mode 100644 index 0000000000000..1c6e96d48246c --- /dev/null +++ b/Formula/r/rnp.rb @@ -0,0 +1,36 @@ +class Rnp < Formula + desc "High performance C++ OpenPGP library used by Mozilla Thunderbird" + homepage "https://github.com/rnpgp/rnp" + url "https://github.com/rnpgp/rnp/releases/download/v0.18.0/rnp-v0.18.0.tar.gz" + sha256 "a90e3ac5b185a149665147f9284c0201a78431e81924883899244522fd3f9240" + license all_of: ["MIT", "BSD-2-Clause", "BSD-3-Clause"] + head "https://github.com/rnpgp/rnp.git", branch: "main" + + livecheck do + url :stable + regex(/^v?(\d+(?:\.\d+)+)$/i) + end + depends_on "cmake" => :build + depends_on "botan" + depends_on "json-c" + uses_from_macos "bzip2" + uses_from_macos "zlib" + + def install + system "cmake", "-S", ".", "-B", "build", *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" + end + + test do + (testpath/"message.txt").write "hello" + encr = testpath/"enc.rnp" + decr = testpath/"dec.rnp" + + system bin/"rnpkeys", "--generate-key", "--password=PASSWORD" + system bin/"rnp", "-c", "--password", "DUMMY", "--output", encr, "message.txt" + system bin/"rnp", "--decrypt", "--password", "DUMMY", "--output", decr, encr + + assert_equal "hello", decr.read + end +end From ababe21af43dc761f8684c2c88081fac4f013ea7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 09:50:53 +0000 Subject: [PATCH 08799/10074] jackett: update 0.22.2035 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 802c40751c1d7..2edd92eed42fd 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "53c88719fbdc91538b09d8564df5508255c7759d2b0f8ee377f6f23e599dbf23" - sha256 cellar: :any, arm64_sonoma: "04f5286bd2c6ab7d745e418a114e6b3873f24e1004eaf0df74d22aae313360c7" - sha256 cellar: :any, arm64_ventura: "97aaebfe2349238d265c92dbaef4e1b4dadc9124c7a718755fe798739b5454ac" - sha256 cellar: :any, ventura: "746a06e0db43188812a0aa808c4cd601923163879fb7eab7695561004bc9ea1e" - sha256 cellar: :any_skip_relocation, arm64_linux: "278a425f7f133e596560057b82a56100933157472405cdbfd3f29e0d13cde5d1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ad1bf8be1529a86ffa205f5a1dd8c99228d03a9937a476f30c420af2dc89af3" + sha256 cellar: :any, arm64_sequoia: "4ef6366ae7763c838295ffd8cc039b497cc098e356478c20aa84493a0c4b0383" + sha256 cellar: :any, arm64_sonoma: "f9521d34678b3a7836f1eef8e9fdd50d6eeada9727d799e3b5c37d19e4d7e20f" + sha256 cellar: :any, arm64_ventura: "8f3d243d16b05ca7929aea1303764649cabe086c273c6e945673a84a908e555b" + sha256 cellar: :any, ventura: "7449b49513adfda910238f18ee27284cca524d584f5298950c847dcee8fbddcb" + sha256 cellar: :any_skip_relocation, arm64_linux: "57f94877cb7c88969f640d7c95adf7e666b564d130bb27d2aa274cc8fdd41741" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5173692f7c2a90366431ebdbb74556dec6cb7d7489508916063326f1057a2a62" end depends_on "dotnet@8" From 8e51ec48080c626b9c83bdd550d1ecc75ccc8f44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 09:51:00 +0000 Subject: [PATCH 08800/10074] mailpit: update 1.26.2 bottle. --- Formula/m/mailpit.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mailpit.rb b/Formula/m/mailpit.rb index cbd45603399cf..2c832ade7e043 100644 --- a/Formula/m/mailpit.rb +++ b/Formula/m/mailpit.rb @@ -6,12 +6,12 @@ class Mailpit < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "324cc0ffcc19a83c543af76668faf60187a3f7c9d9fee0090d267f437df49d64" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a2cfc02c1de948eb03955617828b948510f88a77398e5c45e6f0ab48fb3ee7e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "73032fb234afdc4e02a7e621f8bdea8be25f85b71e39b7a25a057629ae19c502" - sha256 cellar: :any_skip_relocation, sonoma: "c406306c179c4dce84b952dadfead65be760413b37a2470e88c27bfa8f92ed0e" - sha256 cellar: :any_skip_relocation, ventura: "d0b67d62628ac9ad18c380c679d92fb3172d4395e895e1bec010da5119759719" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a02ca39f039ee56c675284373451cf4b2d8e8b598abe3253009d537f6f4318c8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d5eae2f9b54003b98936b84712e24d3e726389e9531725ea22fb13d51ae7042" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9ad67131a4d763080fe0b708326a93ff5c88db558a7b07d37427412548c591f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f1ad9d607f671ff267ef539bf7a620655bb0c0a379e027be80de5960a4dffa2d" + sha256 cellar: :any_skip_relocation, sonoma: "ba690178263630f9539b80ceb31f54e8b032bff235f46418fe02ffbeaf279289" + sha256 cellar: :any_skip_relocation, ventura: "07ca10cdf7fa2cbd67bf1bb936564875de8534f7e002e94fee528bd82c36245b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0805faa15f648bb34a0b815c5f8474f6ae48fcbdee741b3896e6ed7664457a3c" end depends_on "go" => :build From 490cc357403fd05cb79ed3b0f0896366870fec19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 10:21:29 +0000 Subject: [PATCH 08801/10074] rnp: add 0.18.0 bottle. --- Formula/r/rnp.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/r/rnp.rb b/Formula/r/rnp.rb index 1c6e96d48246c..85c0e84ff5d6d 100644 --- a/Formula/r/rnp.rb +++ b/Formula/r/rnp.rb @@ -10,6 +10,15 @@ class Rnp < Formula url :stable regex(/^v?(\d+(?:\.\d+)+)$/i) end + + bottle do + sha256 cellar: :any, arm64_sequoia: "3f32421017f5d7b8cbe686b773d77f7c489fc745aa187feb587b603a65a971eb" + sha256 cellar: :any, arm64_sonoma: "63ad3905d1286594f3f98de8343474a660929974cd25caa0ebe4e9af505b5e41" + sha256 cellar: :any, arm64_ventura: "1793864c5ac801908df2c185aaa75fdf1ec78b589f4d686a50fbc94f6ac2e357" + sha256 cellar: :any, sonoma: "6bbb2952df99c6b04c3cbc4c4465e6ce0eeebdebde37fe971d55f2f782b7b58b" + sha256 cellar: :any, ventura: "b1045aedf6befd06a9fc6c2399282298b74d034eb4d01b09eef31bcb94be6dda" + sha256 cellar: :any_skip_relocation, x86_64_linux: "426c2a6c95992b27f8b08631049fac856888caf66ef7bfd6d5c2afd50c9f98a8" + end depends_on "cmake" => :build depends_on "botan" depends_on "json-c" From 21a767ee56a5f1141f1fd313e861811038710e2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 10:35:32 +0000 Subject: [PATCH 08802/10074] cdk8s: update 2.200.107 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 15e857eeb7d7b..1992598496c11 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" - sha256 cellar: :any_skip_relocation, sonoma: "ac00362bcdc8e8f3184b66f82a2a51d40e3861a1463cb33ebcb2142b38d96d01" - sha256 cellar: :any_skip_relocation, ventura: "ac00362bcdc8e8f3184b66f82a2a51d40e3861a1463cb33ebcb2142b38d96d01" - sha256 cellar: :any_skip_relocation, arm64_linux: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6a9fbc3f107a9c3944bf99b58ff71dc3fc05f8badc1048c1216d906111ada561" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" + sha256 cellar: :any_skip_relocation, sonoma: "df7efacc6543e70ffa186341598b10cce45b14fbbbcb2fcaf4057bb43a9e037d" + sha256 cellar: :any_skip_relocation, ventura: "df7efacc6543e70ffa186341598b10cce45b14fbbbcb2fcaf4057bb43a9e037d" + sha256 cellar: :any_skip_relocation, arm64_linux: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" end depends_on "node" From bb74c0ebd020c93340b35e26720cbb4a91f1bf9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 10:56:40 +0000 Subject: [PATCH 08803/10074] folderify 4.1.1 --- Formula/f/folderify.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/folderify.rb b/Formula/f/folderify.rb index 52f980e11e34c..629222bbd99aa 100644 --- a/Formula/f/folderify.rb +++ b/Formula/f/folderify.rb @@ -1,8 +1,8 @@ class Folderify < Formula desc "Generate pixel-perfect macOS folder icons in the native style" homepage "https://github.com/lgarron/folderify" - url "https://github.com/lgarron/folderify/archive/refs/tags/v4.1.0.tar.gz" - sha256 "730d19480fcd59b7d5f4b799dc4199351c9442dc80447d7d62bc11fffbb1cb65" + url "https://github.com/lgarron/folderify/archive/refs/tags/v4.1.1.tar.gz" + sha256 "e3965b9b5afac55aa82fbeebb66a579d96a7ba98a2663f4f088a786043f234d7" license "MIT" head "https://github.com/lgarron/folderify.git", branch: "main" From b787b9c1121d4ea1833128d8d173fde83b81af2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:05:45 +0000 Subject: [PATCH 08804/10074] oha 1.9.0 --- Formula/o/oha.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oha.rb b/Formula/o/oha.rb index 2394ddc66bf2e..7b4547c836a26 100644 --- a/Formula/o/oha.rb +++ b/Formula/o/oha.rb @@ -1,8 +1,8 @@ class Oha < Formula desc "HTTP load generator, inspired by rakyll/hey with tui animation" homepage "https://github.com/hatoo/oha/" - url "https://github.com/hatoo/oha/archive/refs/tags/v1.8.0.tar.gz" - sha256 "c09dce5de2020529a03309b96c98e51f6b94c63a73191c281df32024d62c19a7" + url "https://github.com/hatoo/oha/archive/refs/tags/v1.9.0.tar.gz" + sha256 "e40a3898df0229ebea413f24527558a83d75df5cba2b970ece5aa9fad8fb12dc" license "MIT" head "https://github.com/hatoo/oha.git", branch: "master" From 6834ec6e36747bfb2af9616dfc07c8fc2a2df7ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:07:46 +0000 Subject: [PATCH 08805/10074] pocketbase 0.28.4 --- Formula/p/pocketbase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pocketbase.rb b/Formula/p/pocketbase.rb index 3cdd826c453dc..74684c7d3082a 100644 --- a/Formula/p/pocketbase.rb +++ b/Formula/p/pocketbase.rb @@ -1,8 +1,8 @@ class Pocketbase < Formula desc "Open source backend for your next project in 1 file" homepage "https://pocketbase.io/" - url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.28.3.tar.gz" - sha256 "6f0fe18279f9b98047d8379562e1e2d16a652babd431f72f806e8af8b7dfd47a" + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.28.4.tar.gz" + sha256 "87fa32132ce6674e0d89eb6140235f3d87f21c9a82289e703baa196c41829c20" license "MIT" bottle do From 2873cda28d327b7652f80c5e732283677dcbc886 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:11:54 +0000 Subject: [PATCH 08806/10074] solargraph 0.55.2 --- Formula/s/solargraph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/solargraph.rb b/Formula/s/solargraph.rb index 97743462a7e1d..9cbb20d5e23ef 100644 --- a/Formula/s/solargraph.rb +++ b/Formula/s/solargraph.rb @@ -3,8 +3,8 @@ class Solargraph < Formula homepage "https://solargraph.org" # Must be git, because solargraph.gemspec uses git ls-files url "https://github.com/castwide/solargraph.git", - tag: "v0.55.1", - revision: "aadbce6145c919bb76362ace00353dac2ab02363" + tag: "v0.55.2", + revision: "08f2af7e95c6a15501f37461f12816426acab1dc" license "MIT" bottle do From c342ba19f63f31d1efdcbfdc0adc90a84f322db1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:19:08 +0000 Subject: [PATCH 08807/10074] folderify: update 4.1.1 bottle. --- Formula/f/folderify.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/f/folderify.rb b/Formula/f/folderify.rb index 629222bbd99aa..810bf2c2c00cd 100644 --- a/Formula/f/folderify.rb +++ b/Formula/f/folderify.rb @@ -7,11 +7,11 @@ class Folderify < Formula head "https://github.com/lgarron/folderify.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbc34b44c1b557fc8135c950b1bae9896f385b0bc70043b08a20127ff179191e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c20a12ab6b000c4877828fbdfbe66bcf5dd9631899a606b6af1cf244df0d7cde" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d521b6ef4bb8c86350a48bd197fe10bebc94efce5031896878965ba1375fde1b" - sha256 cellar: :any_skip_relocation, sonoma: "efbd0ecf65b6b32b59941217457e17ce5fe1e5ff836b7ec822cf37612d57410c" - sha256 cellar: :any_skip_relocation, ventura: "36088b0dde07cff745173bf07d843f2368d20015420846d845de8c63d14a8b38" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b251c30a320ac3584fb8344d7fcbbe80ed645b19591999085c507cfefbc7300" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "37ca764d90341cc160190e2ab433f0f2594ed56f8420fc92911a55ef879c3022" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b3a912f08cf81f1efa8996903598aab99d52b7dc0a32991a1a1f9838f506a675" + sha256 cellar: :any_skip_relocation, sonoma: "520ae93a6795588771c02561d8b7820b598aa97e601d308690fd3da10955234e" + sha256 cellar: :any_skip_relocation, ventura: "c17c31e13c52554ebbbcabe1c2f7c710f37b5f9e7994173bf1fceb02ab658b25" end depends_on "rust" => :build From 188cf8864631e170a7454c56661e03e2c6fd0e43 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:22:35 +0000 Subject: [PATCH 08808/10074] oha: update 1.9.0 bottle. --- Formula/o/oha.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oha.rb b/Formula/o/oha.rb index 7b4547c836a26..d2fea1c32c338 100644 --- a/Formula/o/oha.rb +++ b/Formula/o/oha.rb @@ -7,13 +7,13 @@ class Oha < Formula head "https://github.com/hatoo/oha.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "720dacc70b5da848322d14e2c123629f17d62f8d38795e60a334c3137cad6918" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "847b9e1e0f85d79c3c77405ae08152cb4ddfdfa8e33fcd05c7e3f4619a327de1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fd38248ad25b39a3c0230aa6ea6cdf25387461d1f5f12f7f5352dde59790a44e" - sha256 cellar: :any_skip_relocation, sonoma: "e1bfbf08156b676f74baae9defdef6986bc2b8c8d3cf3b914140619292688d52" - sha256 cellar: :any_skip_relocation, ventura: "ab9eae1e4a28088cfd64254288d77007c043ab90122401b81a01dd754f9debe7" - sha256 cellar: :any_skip_relocation, arm64_linux: "7319f4969f55f0a581e0d233b5593fd54b32403decea445f58510456e21b588a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd3866d6dcf4784ce901f91d15abc57a7fb6ab940917137236d4a8fd3750ce50" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f2a59ce7ff583d75795933ae29d8b91efc42f8f7debbb21db0e581ce99247ce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea9528547af37cc252144138176c8e88b5a9e24a7cafa38d2fbfea02a77380cb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5f3a82b44db49a69c624bc9449f07645dbace03c6adf28878ec3c0efcaf322ab" + sha256 cellar: :any_skip_relocation, sonoma: "cfef79baad15279bb9702e142de789f7ea2f241ba359524fff585ad335556ce9" + sha256 cellar: :any_skip_relocation, ventura: "568539d5cc451dd9055d244451b82b4e5b6baf7af5117c1c2b5836a9da355282" + sha256 cellar: :any_skip_relocation, arm64_linux: "d8cb8e85be4d0762850e093f0c3e742e93bb33afc4381621f91ebd635ea6a7b3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2f8ccb80eef4bf079caff2c02669e6efaa64164eb86c60e570531e3ae8651d1c" end depends_on "cmake" => :build # for aws-lc-sys From 40677d0a872a3993359d9231d0815ab7bb048698 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Sat, 21 Jun 2025 19:22:38 +0800 Subject: [PATCH 08809/10074] ratarmount: update livecheck --- Formula/r/ratarmount.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Formula/r/ratarmount.rb b/Formula/r/ratarmount.rb index f5435ab0bb3e1..ed444bfbf8d43 100644 --- a/Formula/r/ratarmount.rb +++ b/Formula/r/ratarmount.rb @@ -8,6 +8,14 @@ class Ratarmount < Formula license "MIT" revision 1 + # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are + # labeled as "pre-release" on GitHub before the version is released, so it's + # necessary to use the `GithubLatest` strategy. + livecheck do + url :stable + strategy :github_latest + end + bottle do sha256 cellar: :any_skip_relocation, arm64_linux: "71afbf252f7c7f0c94fe39b89175f2abffc5f7ff84b64eaee8e77d0d846e52e8" sha256 cellar: :any_skip_relocation, x86_64_linux: "9834cce582b558270e76d63e92a7a1aed99e55f43401c46c6d2c2910c7a7b284" From 7d31468e8697da9355c0c1a9fc3b1771253c4bbe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:28:11 +0000 Subject: [PATCH 08810/10074] solargraph: update 0.55.2 bottle. --- Formula/s/solargraph.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/solargraph.rb b/Formula/s/solargraph.rb index 9cbb20d5e23ef..e69ac257c7817 100644 --- a/Formula/s/solargraph.rb +++ b/Formula/s/solargraph.rb @@ -8,13 +8,13 @@ class Solargraph < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "3739e1692c2d06eb51e10de850f7c0806956fe51926ff526bb3e4e192601d037" - sha256 cellar: :any, arm64_sonoma: "7fef1c9d0edb46a7663bbb8d847389e4b599c67f85978b307870ddbdb753307d" - sha256 cellar: :any, arm64_ventura: "a862ee05cf3091df9c653ed23c47f5151d83eb833805a1611f9d28df305ecce4" - sha256 cellar: :any, sonoma: "dda43057cba7871cb050e08dcb9b06e48bd349e0a4f59560c2188bc50d325205" - sha256 cellar: :any, ventura: "3eb8435314aca803758e53b8a9c1ff775a4f71459262d25077ddf245eb365df9" - sha256 cellar: :any_skip_relocation, arm64_linux: "6d32d70eec713ea4d5a3de6aec78e909edd2790cd39c17d11fe763a5585197bd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd3be549c806c69ecdd49727c4685e6c10403d3beb7419c98f5e0fbdcd4e2fe5" + sha256 cellar: :any, arm64_sequoia: "4229d61f66f488e12f2d47661be19604012112d818c25c30c53500175f240559" + sha256 cellar: :any, arm64_sonoma: "ab4556bd1fcaf83cb4337653474405a365f13379ddf4286e0ad5c89baf7e9dab" + sha256 cellar: :any, arm64_ventura: "510cdb05290ed777cf9e5d5ba31df41ae4c5f14daed9a1615135436ec5722b70" + sha256 cellar: :any, sonoma: "1e84c85944b83e28b1404bb4b4f902381f05b2bf61fc0d3021b66991a6100acf" + sha256 cellar: :any, ventura: "df59d4b36192c768d52c6cc87781335c1f9e5292fa204e36fa4bef658809d43d" + sha256 cellar: :any_skip_relocation, arm64_linux: "6bb694c23229f485ce2d8e3466540e5aae32b7c77b908b3c9ba5d512ca062758" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ce38b203f32e13120d032e2ebb02927e1f79aa342d644f710a6026802a28d673" end depends_on "ruby" # Requires >= Ruby 2.7 From f7a0d20eac2a6d08bbca2627a99a6749bd20dae7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:29:15 +0000 Subject: [PATCH 08811/10074] pocketbase: update 0.28.4 bottle. --- Formula/p/pocketbase.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pocketbase.rb b/Formula/p/pocketbase.rb index 74684c7d3082a..e3c91f6005f22 100644 --- a/Formula/p/pocketbase.rb +++ b/Formula/p/pocketbase.rb @@ -6,13 +6,13 @@ class Pocketbase < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "01819e0ba49db47de67e851d6684c7b2c3109eb2f7517e21f7f102f956353aca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "01819e0ba49db47de67e851d6684c7b2c3109eb2f7517e21f7f102f956353aca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "01819e0ba49db47de67e851d6684c7b2c3109eb2f7517e21f7f102f956353aca" - sha256 cellar: :any_skip_relocation, sonoma: "dccb126efe889e9bf85cd5ab3de3194ff8c686b398f25ea89c3c8a00f0a2e8bb" - sha256 cellar: :any_skip_relocation, ventura: "dccb126efe889e9bf85cd5ab3de3194ff8c686b398f25ea89c3c8a00f0a2e8bb" - sha256 cellar: :any_skip_relocation, arm64_linux: "e736bfdf1f3a7f0a6b21495d923160f24cfcf1c8a21b36b939713d622d92d9b6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5b68f5b3f351bafb6fc89a429d2ff1f94471e17ea837b0f97cbdfbb02048467" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "85deaee01ecf35c3b037f57efd49396ee6c4f0f2a11e2d3326b7a0b2af691847" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "85deaee01ecf35c3b037f57efd49396ee6c4f0f2a11e2d3326b7a0b2af691847" + sha256 cellar: :any_skip_relocation, arm64_ventura: "85deaee01ecf35c3b037f57efd49396ee6c4f0f2a11e2d3326b7a0b2af691847" + sha256 cellar: :any_skip_relocation, sonoma: "736a38c31c97486e21534428658d7e1a9879c3d5d810f64b8f26daea50b7207e" + sha256 cellar: :any_skip_relocation, ventura: "736a38c31c97486e21534428658d7e1a9879c3d5d810f64b8f26daea50b7207e" + sha256 cellar: :any_skip_relocation, arm64_linux: "d13a346280142e9f91b871079cdbc8a98cdea61a5be04092185485820f243b00" + sha256 cellar: :any_skip_relocation, x86_64_linux: "453bbc4a7b8c8647f91646bacaedd839c624a322b2e605e51b477f49717814ac" end depends_on "go" => :build From 809eab8d43cb52ff528567286b4bce5a7cd68e17 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 12:31:41 +0000 Subject: [PATCH 08812/10074] rnp: update 0.18.0 bottle. --- Formula/r/rnp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/r/rnp.rb b/Formula/r/rnp.rb index 85c0e84ff5d6d..50ecc1bf8d2be 100644 --- a/Formula/r/rnp.rb +++ b/Formula/r/rnp.rb @@ -17,6 +17,7 @@ class Rnp < Formula sha256 cellar: :any, arm64_ventura: "1793864c5ac801908df2c185aaa75fdf1ec78b589f4d686a50fbc94f6ac2e357" sha256 cellar: :any, sonoma: "6bbb2952df99c6b04c3cbc4c4465e6ce0eeebdebde37fe971d55f2f782b7b58b" sha256 cellar: :any, ventura: "b1045aedf6befd06a9fc6c2399282298b74d034eb4d01b09eef31bcb94be6dda" + sha256 cellar: :any_skip_relocation, arm64_linux: "f35c057bf0560cd0621089236490d8f2e1019cddbe6147b37c75324a82a93b99" sha256 cellar: :any_skip_relocation, x86_64_linux: "426c2a6c95992b27f8b08631049fac856888caf66ef7bfd6d5c2afd50c9f98a8" end depends_on "cmake" => :build From e0e216a3294b4c5e12301db7a31217dac30f40e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:22:28 +0000 Subject: [PATCH 08813/10074] yalantinglibs 1.2.0 yalantinglibs: add clang build patch Signed-off-by: Rui Chen --- Formula/y/yalantinglibs.rb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Formula/y/yalantinglibs.rb b/Formula/y/yalantinglibs.rb index 9c47ad82f3461..65d3f5af13ab2 100644 --- a/Formula/y/yalantinglibs.rb +++ b/Formula/y/yalantinglibs.rb @@ -1,11 +1,20 @@ class Yalantinglibs < Formula desc "Collection of modern C++ libraries" homepage "https://alibaba.github.io/yalantinglibs/en/" - url "https://github.com/alibaba/yalantinglibs/archive/refs/tags/lts1.1.1.tar.gz" - sha256 "0aca363801b004f4f679daea0122f76ace147299770d91f44c3a49d753664afa" license "Apache-2.0" head "https://github.com/alibaba/yalantinglibs.git", branch: "main" + stable do + url "https://github.com/alibaba/yalantinglibs/archive/refs/tags/lts1.2.0.tar.gz" + sha256 "1b541ae108bd10962244e2aeea0bbd58952e728d8b32eef7a439a888a1eddcee" + + # fix clang compilation error, upstream pr ref, https://github.com/alibaba/yalantinglibs/pull/947 + patch do + url "https://github.com/alibaba/yalantinglibs/commit/a9c55e6e24e38d2a640a67c0d6ae96095d973b41.patch?full_index=1" + sha256 "4435b0d9e68942477d312acca6bba080ac908d05f46eee4292f247ab4217c32d" + end + end + bottle do sha256 cellar: :any_skip_relocation, all: "6be6e3d108faa90a6b5812b445fd0488c63d3d3f2ab83e18e258d7cfb3f9382b" end From 745b4036354be181b5a6e0dd8852946534bd61dc Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 08:23:35 -0400 Subject: [PATCH 08814/10074] rtabmap: revision bump (pdal 2.9.0) Signed-off-by: Rui Chen rtabmap: update build patch Signed-off-by: Rui Chen --- Formula/r/rtabmap.rb | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/Formula/r/rtabmap.rb b/Formula/r/rtabmap.rb index 38e8f246051ab..e6b08e6bf685c 100644 --- a/Formula/r/rtabmap.rb +++ b/Formula/r/rtabmap.rb @@ -1,19 +1,12 @@ class Rtabmap < Formula desc "Visual and LiDAR SLAM library and standalone application" homepage "https://introlab.github.io/rtabmap" + url "https://github.com/introlab/rtabmap/archive/refs/tags/0.21.4.tar.gz" + sha256 "242f8da7c5d20f86a0399d6cfdd1a755e64e9117a9fa250ed591c12f38209157" license "BSD-3-Clause" - revision 10 + revision 11 head "https://github.com/introlab/rtabmap.git", branch: "master" - stable do - url "https://github.com/introlab/rtabmap/archive/refs/tags/0.21.4.tar.gz" - sha256 "242f8da7c5d20f86a0399d6cfdd1a755e64e9117a9fa250ed591c12f38209157" - - # Backport support for newer PCL - # Ref: https://github.com/introlab/rtabmap/commit/cbd3995b600fc2acc4cb57b81f132288a6c91188 - patch :DATA - end - # Upstream doesn't create releases for all tagged versions, so we use the # `GithubLatest` strategy. livecheck do @@ -57,6 +50,10 @@ class Rtabmap < Formula end def install + # Backport support for newer PCL + # Ref: https://github.com/introlab/rtabmap/commit/cbd3995b600fc2acc4cb57b81f132288a6c91188 + inreplace "corelib/src/CameraThread.cpp", "pcl/io/io.h", "pcl/common/io.h" if build.stable? + system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_RPATH=#{rpath}", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" @@ -115,18 +112,3 @@ def install assert_equal version.to_s, shell_output("./build/test").strip end end - -__END__ -diff --git a/corelib/src/CameraThread.cpp b/corelib/src/CameraThread.cpp -index a18fc2c1..d1486b20 100644 ---- a/corelib/src/CameraThread.cpp -+++ b/corelib/src/CameraThread.cpp -@@ -44,7 +44,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - #include - #include - --#include -+#include - - namespace rtabmap - { From 0ee71a5000e9b4f3ab5a8ba6a5bd18fcaf0b5c5e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Jun 2025 02:58:00 +0000 Subject: [PATCH 08815/10074] nghttp2 1.66.0 nghttp2: update build Signed-off-by: Rui Chen --- Formula/n/nghttp2.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/n/nghttp2.rb b/Formula/n/nghttp2.rb index 0d4a4f00ab155..c1db474c17670 100644 --- a/Formula/n/nghttp2.rb +++ b/Formula/n/nghttp2.rb @@ -1,9 +1,9 @@ class Nghttp2 < Formula desc "HTTP/2 C Library" homepage "https://nghttp2.org/" - url "https://github.com/nghttp2/nghttp2/releases/download/v1.65.0/nghttp2-1.65.0.tar.gz" - mirror "http://fresh-center.net/linux/www/nghttp2-1.65.0.tar.gz" - sha256 "8ca4f2a77ba7aac20aca3e3517a2c96cfcf7c6b064ab7d4a0809e7e4e9eb9914" + url "https://github.com/nghttp2/nghttp2/releases/download/v1.66.0/nghttp2-1.66.0.tar.gz" + mirror "http://fresh-center.net/linux/www/nghttp2-1.66.0.tar.gz" + sha256 "e178687730c207f3a659730096df192b52d3752786c068b8e5ee7aeb8edae05a" license "MIT" no_autobump! because: :requires_manual_review @@ -37,8 +37,7 @@ class Nghttp2 < Formula uses_from_macos "zlib" on_macos do - # macOS 12 or older - depends_on "llvm" => :build if DevelopmentTools.clang_build_version <= 1400 + depends_on "llvm" => :build if DevelopmentTools.clang_build_version <= 1500 end on_linux do @@ -46,7 +45,7 @@ class Nghttp2 < Formula end fails_with :clang do - build 1400 + build 1500 cause "Requires C++20 support" end @@ -56,7 +55,7 @@ class Nghttp2 < Formula end def install - ENV.llvm_clang if OS.mac? && DevelopmentTools.clang_build_version <= 1400 + ENV.llvm_clang if OS.mac? && DevelopmentTools.clang_build_version <= 1500 # fix for clang not following C++14 behaviour # https://github.com/macports/macports-ports/commit/54d83cca9fc0f2ed6d3f873282b6dd3198635891 From 07fc218b152860da43ca4f24f12f8a9c1820a811 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 17 Jun 2025 23:00:11 -0400 Subject: [PATCH 08816/10074] autobump: add libnghttp2,nghttp2 Signed-off-by: Rui Chen --- .github/autobump.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index 53b2a2a177dfa..d84fd4533cbf4 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2062,6 +2062,7 @@ libmxml libnetfilter_conntrack libnfs libnftnl +libnghttp2 libnghttp3 libnotify libntlm @@ -2582,6 +2583,7 @@ nexttrace nfdump nfpm nftables +nghttp2 nginx ngs ngt From 59e4f6d5434f670dde62ef32cead482e1f113ea5 Mon Sep 17 00:00:00 2001 From: Alex Kontos Date: Sat, 21 Jun 2025 14:29:49 +0100 Subject: [PATCH 08817/10074] biome: update to 2.0.4 --- Formula/b/biome.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/b/biome.rb b/Formula/b/biome.rb index ec994e733627b..f0a051e8f7934 100644 --- a/Formula/b/biome.rb +++ b/Formula/b/biome.rb @@ -1,14 +1,14 @@ class Biome < Formula desc "Toolchain of the web" homepage "https://biomejs.dev/" - url "https://github.com/biomejs/biome/archive/refs/tags/cli/v1.9.4.tar.gz" - sha256 "fc06a89e1b925e8b1dfaca98f7af1d8e04d27acdcaeff786e2806f8bc26283f9" + url "https://github.com/biomejs/biome/archive/refs/tags/@biomejs/biome@2.0.4.tar.gz" + sha256 "22b0af2a2cd09b5ad68fe28b352657aa29907d60e0119b64712699d49af50f95" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/biomejs/biome.git", branch: "main" livecheck do url :stable - regex(%r{^cli/v(\d+(?:\.\d+)+)$}i) + regex(%r{^@biomejs/biome@v?(\d+(?:\.\d+)+)$}i) end bottle do From d20fb0891b079b9539d99544e218a43ecc1ac268 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sat, 21 Jun 2025 22:43:18 +0900 Subject: [PATCH 08818/10074] noir 0.22.0 --- Formula/n/noir.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/noir.rb b/Formula/n/noir.rb index 23f7cce373c50..dc1f2a4846ed6 100644 --- a/Formula/n/noir.rb +++ b/Formula/n/noir.rb @@ -1,8 +1,8 @@ class Noir < Formula desc "Attack surface detector that identifies endpoints by static analysis" homepage "https://owasp.org/www-project-noir/" - url "https://github.com/owasp-noir/noir/archive/refs/tags/v0.21.1.tar.gz" - sha256 "378074556c31902c8db5d400e5be7cb0cee2bc223ac64ab88d381d5f9772e046" + url "https://github.com/owasp-noir/noir/archive/refs/tags/v0.22.0.tar.gz" + sha256 "9e4f2e58ff9920df4f690829c3a30707549b9e4c5d719abfb0c092d6fe5e073e" license "MIT" head "https://github.com/owasp-noir/noir.git", branch: "main" From aeb19549d947c38e0f1007afe9a66f82b0db7f98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:03:44 +0000 Subject: [PATCH 08819/10074] biome: update 2.0.4 bottle. --- Formula/b/biome.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/biome.rb b/Formula/b/biome.rb index f0a051e8f7934..c0f3a0c58d64a 100644 --- a/Formula/b/biome.rb +++ b/Formula/b/biome.rb @@ -12,13 +12,13 @@ class Biome < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8646b6bdf4f2b0996e739aee80668eb17d32a7aad4a356986521d812cc984cc2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "43540d1b4f59a61da1b7baca7cfa5db8a1aeb06e9a0f0673e49dfcf214a31af8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cb13597637d0123db60acc9e97cc4f08075f6734689d5e0a270a8a1ff419c756" - sha256 cellar: :any_skip_relocation, sonoma: "9c37ee00fd5771d88747a57e6957b8c7a2df6901f8f58a1883b8a77e909b6d9c" - sha256 cellar: :any_skip_relocation, ventura: "b6c80a4f53293569e04d7c6b25b27535521ac75ce858b128f7c0070023bf5648" - sha256 cellar: :any_skip_relocation, arm64_linux: "6373f7fa396319db672562c2581c2af4951a065c9c7a2465e963ca3e79f0152d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9fa4e736896fa3289074b6eec6accff439ed4484e1d8ef909e03945a93a3a60f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "84f558da423fcf12f9706ecd8c18c2275cc9a1b0893f68bc6fcdcc60a4ac9b77" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "be234f1885348b28d95fe4ce679326c50905e4b32e06c0b101df31eb5dbd1c6e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8e54e21ec833e9c09dd3e491e7e4167d5e03604ca2db5b728487a6c6d6038b84" + sha256 cellar: :any_skip_relocation, sonoma: "2bd0a7b6a306479e1423cf82393fc8bd9834e57d8d9b24138d350284c1bfd08d" + sha256 cellar: :any_skip_relocation, ventura: "fca8a17a629fe09d20a55443ac2423e0773114ee02a9b3786231a3d3f1da8010" + sha256 cellar: :any_skip_relocation, arm64_linux: "c15e6c0dd3fc1973c2d292eb4e9de02105e7a8606310fc518e3e9c42bde2bcb6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc6483434862eb4c809141cb38a6eb29db2e85619a256ddde68b584a7c236dde" end depends_on "rust" => :build From cd8939d44e8a149ede7c7ff1dbf6076b3e8f2db0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:05:12 +0000 Subject: [PATCH 08820/10074] noir: update 0.22.0 bottle. --- Formula/n/noir.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/noir.rb b/Formula/n/noir.rb index dc1f2a4846ed6..8b473fca253c2 100644 --- a/Formula/n/noir.rb +++ b/Formula/n/noir.rb @@ -9,13 +9,13 @@ class Noir < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "7b5a6a842c5f4ae0628d686a9966c5415ef9deda5a138b217a5597bab5fdfd5d" - sha256 cellar: :any, arm64_sonoma: "66c2f471904e9893c411a1241f38ba348e8342d7cea57586bfb5444fbd7e0e60" - sha256 cellar: :any, arm64_ventura: "c40d0585aa4035aaff8a090dce87add09dacfd31777aa8add43ec6abea92130f" - sha256 cellar: :any, sonoma: "5ac7dad66053613b84a5a241ffd3411c7c7ab7081d63ed6182b2b851c4889bf1" - sha256 cellar: :any, ventura: "081ce4e39b7c104804aec07dc5111cc0af483afcab1f00ffd83eb2757cb9d685" - sha256 cellar: :any_skip_relocation, arm64_linux: "fb4a21ac3352a72449b2158f1b1d530e7420fed8423a5d08a435a5676ef40d46" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dd6aa1ac39ad9e1dd29686452fba106f50b2b268fe717014a57635fe331bdfe4" + sha256 cellar: :any, arm64_sequoia: "1f07a47ee6cba9882fefd64ec929c2fab0db6236de7df0f156396272854a1270" + sha256 cellar: :any, arm64_sonoma: "109cbac29ea58cac8cbfaf0f0d9b57cb567dff7acc3f82cdd4c6658121bceb76" + sha256 cellar: :any, arm64_ventura: "7e6666c5a26730f5f9980922e0fc3ee58117a5aee7f4d09b75874301d39e7131" + sha256 cellar: :any, sonoma: "d4b4c2deb9a9355638451b07a79851de9d0a4728192833a70ba9753928a9d513" + sha256 cellar: :any, ventura: "911fa0aa3672a965af96c4f83e46a1b4670225a64a0704eda3cce991c30eb489" + sha256 cellar: :any_skip_relocation, arm64_linux: "573e6c05bc6a6e9b6f52ee9139289a003c7a3f012ec869093c94d650959a1956" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7a2ef22e85532b56f587a18d89da0db54cfe2e6af8d008ae7c1ca2d753a33647" end depends_on "crystal" => :build From a4aae3c0c17a611aa476a0d0705f9cb73efdb6d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:14:27 +0000 Subject: [PATCH 08821/10074] numpy 2.3.1 --- Formula/n/numpy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/numpy.rb b/Formula/n/numpy.rb index f2a7bd64a11a2..2c1d018702640 100644 --- a/Formula/n/numpy.rb +++ b/Formula/n/numpy.rb @@ -1,8 +1,8 @@ class Numpy < Formula desc "Package for scientific computing with Python" homepage "https://www.numpy.org/" - url "https://files.pythonhosted.org/packages/f3/db/8e12381333aea300890829a0a36bfa738cac95475d88982d538725143fd9/numpy-2.3.0.tar.gz" - sha256 "581f87f9e9e9db2cba2141400e160e9dd644ee248788d6f90636eeb8fd9260a6" + url "https://files.pythonhosted.org/packages/2e/19/d7c972dfe90a353dbd3efbbe1d14a5951de80c99c9dc1b93cd998d51dc0f/numpy-2.3.1.tar.gz" + sha256 "1ec9ae20a4226da374362cca3c62cd753faf2f951440b0e3b98e93c235441d2b" license "BSD-3-Clause" head "https://github.com/numpy/numpy.git", branch: "main" From 5807a5fa8aa7938367f7735c2ba3a866e1d0d8e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:18:54 +0000 Subject: [PATCH 08822/10074] pygments 2.19.2 --- Formula/p/pygments.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pygments.rb b/Formula/p/pygments.rb index fd6df4699ab43..45b0bd864cdb4 100644 --- a/Formula/p/pygments.rb +++ b/Formula/p/pygments.rb @@ -3,8 +3,8 @@ class Pygments < Formula desc "Generic syntax highlighter" homepage "https://pygments.org/" - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" license "BSD-2-Clause" head "https://github.com/pygments/pygments.git", branch: "master" From e7004425a2ea0940455449486d1bb444fe491dda Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:19:57 +0000 Subject: [PATCH 08823/10074] quasi88 0.7.2 --- Formula/q/quasi88.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/quasi88.rb b/Formula/q/quasi88.rb index 584c36dfb43d8..e73397d12d13f 100644 --- a/Formula/q/quasi88.rb +++ b/Formula/q/quasi88.rb @@ -1,8 +1,8 @@ class Quasi88 < Formula desc "PC-8801 emulator" homepage "https://www.eonet.ne.jp/~showtime/quasi88/" - url "https://www.eonet.ne.jp/~showtime/quasi88/release/quasi88-0.7.1.tgz" - sha256 "a9e7097e26cee6605ca3a467f6167b624dca4d11e3d99fd5c9886894b42cc05e" + url "https://www.eonet.ne.jp/~showtime/quasi88/release/quasi88-0.7.2.tgz" + sha256 "e747c1b391349e1dfcea4eb615322c225e0baa642cf6e068ea9ab137b56b0355" license "BSD-3-Clause" livecheck do From 48bc4d553fd88aa81dc541b3ed5dec0363fd16be Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 19:17:59 -0400 Subject: [PATCH 08824/10074] aws-google-auth: bump python resources Signed-off-by: Rui Chen --- Formula/a/aws-google-auth.rb | 79 ++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 35 deletions(-) diff --git a/Formula/a/aws-google-auth.rb b/Formula/a/aws-google-auth.rb index e1eed028900e1..30efa34572b78 100644 --- a/Formula/a/aws-google-auth.rb +++ b/Formula/a/aws-google-auth.rb @@ -6,7 +6,7 @@ class AwsGoogleAuth < Formula url "https://files.pythonhosted.org/packages/32/4c/3a1dd1781c9d3bb4a85921b3d3e6e32fc0f0bad61ace6a8e1bd1a59c5ba0/aws-google-auth-0.0.38.tar.gz" sha256 "7a044636df2f0ce6ceb01f8f57aba0b6a79ae58a91bef788b0ccc6474914e8ee" license "MIT" - revision 12 + revision 13 head "https://github.com/cevoaustralia/aws-google-auth.git", branch: "master" no_autobump! because: :requires_manual_review @@ -34,33 +34,33 @@ class AwsGoogleAuth < Formula end resource "beautifulsoup4" do - url "https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz" - sha256 "74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051" + url "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz" + sha256 "dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" end resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/29/10988ceaa300ddc628cb899875d85d9998e3da4803226398e002d95b2741/boto3-1.35.39.tar.gz" - sha256 "670f811c65e3c5fe4ed8c8d69be0b44b1d649e992c0fc16de43816d1188f88f1" + url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" + sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" end resource "botocore" do - url "https://files.pythonhosted.org/packages/f7/28/d83dbd69d7015892b53ada4fded79a5bc1b7d77259361eb8302f88c2da81/botocore-1.35.39.tar.gz" - sha256 "cb7f851933b5ccc2fba4f0a8b846252410aa0efac5bfbe93b82d10801f5f8e90" + url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" + sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "configparser" do - url "https://files.pythonhosted.org/packages/a5/2e/a8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1/configparser-7.1.0.tar.gz" - sha256 "eb82646c892dbdf773dae19c633044d163c3129971ae09b49410a303b8e0a5f7" + url "https://files.pythonhosted.org/packages/8b/ac/ea19242153b5e8be412a726a70e82c7b5c1537c83f61b20995b2eda3dcd7/configparser-7.2.0.tar.gz" + sha256 "b629cc8ae916e3afbd36d1b3d093f34193d851e11998920fdcfc4552218b7b70" end resource "filelock" do - url "https://files.pythonhosted.org/packages/9d/db/3ef5bb276dae18d6ec2124224403d1d67bccdbefc17af4cc8f553e341ab1/filelock-3.16.1.tar.gz" - sha256 "c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435" + url "https://files.pythonhosted.org/packages/0a/10/c23352565a6544bdc5353e0b15fc1c563352101f30e24bf500207a54df9a/filelock-3.18.0.tar.gz" + sha256 "adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2" end resource "idna" do @@ -89,8 +89,8 @@ class AwsGoogleAuth < Formula end resource "keyring" do - url "https://files.pythonhosted.org/packages/a5/1c/2bdbcfd5d59dc6274ffb175bc29aa07ecbfab196830e0cfbde7bd861a2ea/keyring-25.4.1.tar.gz" - sha256 "b07ebc55f3e8ed86ac81dd31ef14e81ace9dd9c3d4b5d77a6e9a2016d0d71a1b" + url "https://files.pythonhosted.org/packages/70/09/d904a6e96f76ff214be59e7aa6ef7190008f52a0ab6689760a98de0bf37d/keyring-25.6.0.tar.gz" + sha256 "0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66" end resource "keyrings-alt" do @@ -99,13 +99,13 @@ class AwsGoogleAuth < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz" - sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "more-itertools" do - url "https://files.pythonhosted.org/packages/51/78/65922308c4248e0eb08ebcbe67c95d48615cc6f27854b6f2e57143e9178f/more-itertools-10.5.0.tar.gz" - sha256 "5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6" + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" end resource "python-dateutil" do @@ -114,23 +114,23 @@ class AwsGoogleAuth < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "soupsieve" do - url "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz" - sha256 "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" + url "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz" + sha256 "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" end resource "tabulate" do @@ -138,14 +138,19 @@ class AwsGoogleAuth < Formula sha256 "0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c" end + resource "typing-extensions" do + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" + end + resource "tzlocal" do - url "https://files.pythonhosted.org/packages/04/d3/c19d65ae67636fe63953b20c2e4a8ced4497ea232c43ff8d01db16de8dc0/tzlocal-5.2.tar.gz" - sha256 "8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e" + url "https://files.pythonhosted.org/packages/8b/2e/c14812d3d4d9cd1773c6be938f89e5735a1f11a9f184ac3639b93cef35d5/tzlocal-5.3.1.tar.gz" + sha256 "cceffc7edecefea1f595541dbd6e990cb1ea3d19bf01b2809f362a03dd7921fd" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "jeepney" do @@ -173,9 +178,13 @@ def install end test do - auth_process = IO.popen bin/"aws-google-auth" - sleep 10 - Process.kill "TERM", auth_process.pid - assert_match "AWS Region:", auth_process.read + assert_match version.to_s, shell_output("#{bin}/aws-google-auth --version") + + require "pty" + PTY.spawn(bin/"aws-google-auth") do |r, _w, pid| + sleep 5 + Process.kill "TERM", pid + assert_match "AWS Region:", r.read_nonblock(1024) + end end end From e59612239aca845090ec1c90e905f7139ddfe2be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:48:21 +0000 Subject: [PATCH 08825/10074] pygments: update 2.19.2 bottle. --- Formula/p/pygments.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pygments.rb b/Formula/p/pygments.rb index 45b0bd864cdb4..9fcd6384a48ac 100644 --- a/Formula/p/pygments.rb +++ b/Formula/p/pygments.rb @@ -9,7 +9,7 @@ class Pygments < Formula head "https://github.com/pygments/pygments.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "98328d1e104147cef03596a6f3be5ef664810d9cae9cf17d6d8eaf2803285775" + sha256 cellar: :any_skip_relocation, all: "6fd25fda6e0590ec617b6ddaa4334b2770ecf3303027d83bd06bafd74aef8d42" end depends_on "python@3.13" From 177424b819ba4e4efd4567afac2052862ebb2288 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:48:50 +0000 Subject: [PATCH 08826/10074] quasi88: update 0.7.2 bottle. --- Formula/q/quasi88.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/q/quasi88.rb b/Formula/q/quasi88.rb index e73397d12d13f..2e8626a83ee96 100644 --- a/Formula/q/quasi88.rb +++ b/Formula/q/quasi88.rb @@ -11,15 +11,13 @@ class Quasi88 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "0eac8fdd1ee628be1f2f760272599513d3251ec2f0781d98da27fff0f5ab9917" - sha256 cellar: :any, arm64_sonoma: "5f6e0024ba90b4ea8d6db6615f01245ebb26ad6e914d5cd5720751b5b5d22399" - sha256 cellar: :any, arm64_ventura: "c5a10d08e47dfd4e46bb9248aa8ebdb6b85ceaaf26223d2190d01d28167c27d3" - sha256 cellar: :any, arm64_monterey: "52ae75a5b84dab5523b36ea0b827d783a79f419a605cc059fd453ea3e74562a3" - sha256 cellar: :any, sonoma: "42b152e68b2c5b4773be2fa8e54380f3059d3864fa82e6591e6ef7c72e0fa920" - sha256 cellar: :any, ventura: "b5ccd2b099ca8067fdf747d4a97380f58a11d069ddd725e7c7174c0dceb2a88a" - sha256 cellar: :any, monterey: "58db5d7edd11c2a23a92a679d954bd1e4b0be0db0fd52d0ef2adb0425f1d5668" - sha256 cellar: :any_skip_relocation, arm64_linux: "1eb324460bb466483fdd6bcf7d2c9b3f7c3f1b3458f14b14c85c9ae0ebc05468" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5bece28e3cc116e801cbcb9da47c2e3768d0a0e15b24d05bdb2ff0f51e06496b" + sha256 cellar: :any, arm64_sequoia: "dfde88a3d0109e08a765a3b996704f450c3014034984e9b1fd14fa1cb4f346b6" + sha256 cellar: :any, arm64_sonoma: "9ac1397a7e4769584ba3a52ff955a7ca26b19adbc3af1cef5c06a5be99e23d97" + sha256 cellar: :any, arm64_ventura: "4a8476606e46b13555c3cdb716eda570d8390f639c845512e1b2f68fe0360f7d" + sha256 cellar: :any, sonoma: "8ca3a6a2ef6dacb17481ce40c3ec5594ec18de0d933d022d9a6e48dc48f28bff" + sha256 cellar: :any, ventura: "cd36cbd67168d50e7c48563abe3a7c8ce4cafff2f115984d7f7e08624f257188" + sha256 cellar: :any_skip_relocation, arm64_linux: "49836a418eb5955a99ea459f28c25bb2eb652ab1395e52f1dd1c924bd2030fc8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "415a7b4883e98ea7dccdbb5148988c0b53aba6aff5bc2bee0bc24bb577b114ab" end depends_on "sdl2" From d77ffe0290472cbdcafc9e3e36e53313102953ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:52:06 +0000 Subject: [PATCH 08827/10074] yalantinglibs: update 1.2.0 bottle. --- Formula/y/yalantinglibs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/y/yalantinglibs.rb b/Formula/y/yalantinglibs.rb index 65d3f5af13ab2..1dde796e6603d 100644 --- a/Formula/y/yalantinglibs.rb +++ b/Formula/y/yalantinglibs.rb @@ -16,7 +16,7 @@ class Yalantinglibs < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "6be6e3d108faa90a6b5812b445fd0488c63d3d3f2ab83e18e258d7cfb3f9382b" + sha256 cellar: :any_skip_relocation, all: "d6a233acc309381d259aef2011824e13bfef421ca77f0b8c4f6ba8302df454ff" end depends_on "cmake" => :build From 43c66401c4b4cbc13ed120dadd365ea8d851ee11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:55:35 +0000 Subject: [PATCH 08828/10074] pdal: update 2.9.0 bottle. --- Formula/p/pdal.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pdal.rb b/Formula/p/pdal.rb index 7038dbf97f908..99e4fae692a07 100644 --- a/Formula/p/pdal.rb +++ b/Formula/p/pdal.rb @@ -12,13 +12,13 @@ class Pdal < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "64bb0d0e90ce547231899e349d64126c75c9a89e4564e57ede59eeca6c654e5e" - sha256 cellar: :any, arm64_sonoma: "6b051c39b6bb6c691cc76aca04fd53191515ac9ae64971185f601f5dfadbe32c" - sha256 cellar: :any, arm64_ventura: "7b44dbcbfdfac6af9dcf1d59f2cc37182224638c5289fc16374c465aae0a415b" - sha256 cellar: :any, sonoma: "4bc10dded0e56135067113caa32b25833dda96c80bb14673b840952b58e85f29" - sha256 cellar: :any, ventura: "725b858faef46f66946bc1e29ae644bef8f42c71295196a070bec68ec6222de2" - sha256 cellar: :any_skip_relocation, arm64_linux: "be97476fd1203ef225f9aa71469adac4aac70314af62aafe9abf8921e812f32c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e28a8d44c02b9f638c76824ad8a17a90cbb9f806bf4b5aba66a49a29ee91738b" + sha256 cellar: :any, arm64_sequoia: "df3625f29b78818e5612df608c7285c427d61a4f958a1bbc12f2c2acd6102a7d" + sha256 cellar: :any, arm64_sonoma: "0deebb7f4aed87f93e8a8312bfbb7b345ddaab7b38976f977cdb9cfd5d144265" + sha256 cellar: :any, arm64_ventura: "c16bb2d479d3012b3e68089d525679da0c033282cd4b8420f698e4e97c414c2e" + sha256 cellar: :any, sonoma: "7a67735f291181d21846502f6e8fa6d132b148ec524a78445f24324ce6ed8535" + sha256 cellar: :any, ventura: "a8c294bf0ac08b50c658d4a293ffc19960da1e17b360184c435607cf2e80a37f" + sha256 cellar: :any_skip_relocation, arm64_linux: "5a3edab3708912af7677213c85466ef1ba09e2cf01b527db65e9dc241e0f2383" + sha256 cellar: :any_skip_relocation, x86_64_linux: "135d54d4953876f23dcfa6dd5ce606cc29ffc8711ee549305aa1170bffcecfe2" end depends_on "cmake" => :build From 13d6e66d027e453d923f10d9269753b6b38617bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:55:35 +0000 Subject: [PATCH 08829/10074] rtabmap: update 0.21.4_11 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 e6b08e6bf685c..173e04c6fed61 100644 --- a/Formula/r/rtabmap.rb +++ b/Formula/r/rtabmap.rb @@ -17,11 +17,11 @@ class Rtabmap < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sonoma: "1d433bee617217b945cc97f14e98ef947b3966d804f884f047607fb51fb13852" - sha256 arm64_ventura: "1e9747b0eb5689899563716f8956590a882545c2f0a9e73df82cd4148f1f198c" - sha256 sonoma: "99d65d4e03958e697247bf67bbce34cd78356c48e06c119883252ab0eabc9f6f" - sha256 ventura: "6d1567f28fac55c42410af8f0946efd7f5513a21c66bdce68a609f90918a47df" - sha256 cellar: :any_skip_relocation, x86_64_linux: "78f9cf656952b8ca809bd8f68b6903727b9957aedb88f592e680de09ddbbbf37" + sha256 arm64_sonoma: "fbf0965fd170b388c8fdd66a91b179cb9c7c3f3b3f7d2b68146766cb9c7e4710" + sha256 arm64_ventura: "e03225f05160f3d002063c02fdf651a2eb9ee7ee35c6d375b69a43f428c42a9f" + sha256 sonoma: "8354568d383a42537112a71c0ec7d8f9404138643a645c07c1209a79dbd63756" + sha256 ventura: "1f1090acdf8d7aa10ae0e7c951b7d9f93c8c5d60973da1f85cc7ec1725f36e4b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d346715818367390b00615de1cb0b98a9f886ac9f4f61d2c42f07e5e129d2c3" end depends_on "cmake" => [:build, :test] From b838f8ef55b6472163d71f6b183bdcc4c85ce52a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:55:35 +0000 Subject: [PATCH 08830/10074] tiledb: add 2.28.0 bottle. --- Formula/t/tiledb.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/t/tiledb.rb b/Formula/t/tiledb.rb index 37138ae37a967..97b63edb876b2 100644 --- a/Formula/t/tiledb.rb +++ b/Formula/t/tiledb.rb @@ -5,6 +5,16 @@ class Tiledb < Formula sha256 "de731cd0c8e82fe8cfca084b937dc0df41e451c8eb93071e4cc5aba7bbef854e" license "MIT" + bottle do + sha256 cellar: :any, arm64_sequoia: "9468ff50f991980cd4a1f271157acda6c86180ade8ba9bb6d112c77a9376e791" + sha256 cellar: :any, arm64_sonoma: "40161d0f697370e27e84f0c0a070936a9e1cf0f648d1b3797f85c36dc16d2525" + sha256 cellar: :any, arm64_ventura: "a845576b2650eaa736ecc376f3870210930a90fc5a539cac056abeaa320ee2ef" + sha256 cellar: :any, sonoma: "1b49eb9525ee4fd3c1fe79c02ab9b63d8ea2fbf4ea235de722850b82fc9b71a2" + sha256 cellar: :any, ventura: "38d698425d8a9c8010c5fd6ea2db466979954f6c87ac1d07f2010cd7faa8cf1d" + sha256 cellar: :any_skip_relocation, arm64_linux: "eeb80c36f1f88dafe9bcd4982ca9089cc55338df63d13cfb2aaa6692a6db9648" + sha256 cellar: :any_skip_relocation, x86_64_linux: "367e2dddca418e1fcca9065fc02e3064cf3f6ade0586dde6d022016423895dec" + end + depends_on "cmake" => :build depends_on "fmt" From 73e6f96a50e5eea8b757cd0e72f039ac9f19cfd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fn=20=E2=8C=83=20=E2=8C=A5?= <70830482+FnControlOption@users.noreply.github.com> Date: Sat, 21 Jun 2025 07:56:49 -0700 Subject: [PATCH 08831/10074] lolcrab 0.4.1 (new formula) --- Formula/l/lolcrab.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Formula/l/lolcrab.rb diff --git a/Formula/l/lolcrab.rb b/Formula/l/lolcrab.rb new file mode 100644 index 0000000000000..c58731c1fc30f --- /dev/null +++ b/Formula/l/lolcrab.rb @@ -0,0 +1,19 @@ +class Lolcrab < Formula + desc "Make your console colorful, with OpenSimplex noise" + homepage "https://github.com/mazznoer/lolcrab" + url "https://github.com/mazznoer/lolcrab/archive/refs/tags/v0.4.1.tar.gz" + sha256 "b318f430e95a64dac1d92bb2a1aee2c2c0010ba74dbc5b26dc3d3dd82673dd37" + license "MIT" + head "https://github.com/mazznoer/lolcrab.git", branch: "main" + + depends_on "rust" => :build + + def install + system "cargo", "install", *std_cargo_args + end + + test do + assert_match "\e[38;", pipe_output(bin/"lolcrab", "lorem ipsum dolor sit amet") + assert_match "\e[48;", pipe_output("#{bin}/lolcrab -i", "lorem ipsum dolor sit amet") + end +end From d6d80dad63bafa96d34147e9a85b420647e878f6 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sat, 21 Jun 2025 11:30:40 +0800 Subject: [PATCH 08832/10074] swift-section 0.4.1 (new formula) swift-section: update build and test Signed-off-by: Rui Chen --- Formula/s/swift-section.rb | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Formula/s/swift-section.rb diff --git a/Formula/s/swift-section.rb b/Formula/s/swift-section.rb new file mode 100644 index 0000000000000..76de94c19fa53 --- /dev/null +++ b/Formula/s/swift-section.rb @@ -0,0 +1,37 @@ +class SwiftSection < Formula + desc "CLI tool for parsing mach-o files to obtain Swift information" + homepage "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection" + url "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection/archive/refs/tags/0.4.1.tar.gz" + sha256 "afe48172e28e7ee626edf051d58662b62b63ddb6780e830cafbe886007af8029" + license "MIT" + head "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection.git", branch: "main" + + # The Package.swift file requires Swift 5.10 or later. + # But it is actually only builable with Swift 6.1+ due to the usage of trailing commma in comma-separated lists. + depends_on xcode: ["16.3", :build] + depends_on :macos + + uses_from_macos "swift" => :build + + def install + system "swift", "build", "--disable-sandbox", "-c", "release" + bin.install ".build/release/swift-section" + end + + test do + (testpath/"test.swift").write <<~SWIFT + public struct MyTestStruct { + public let id: Int + public let name: String + public init(id: Int, name: String) { + self.id = id + self.name = name + } + } + SWIFT + + system "swiftc", "-emit-library", "-module-name", "Test", "Test.swift", "-o", "libTest.dylib" + system bin/"swift-section", "dump", "libTest.dylib", "-o", "output.txt", "-s", "types" + assert_match "MyTestStruct", (testpath/"output.txt").read + end +end From 2597f3ccb1a511178351c496d746c3e5bc0b8725 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:16:35 +0000 Subject: [PATCH 08833/10074] lolcrab: add 0.4.1 bottle. --- Formula/l/lolcrab.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/l/lolcrab.rb b/Formula/l/lolcrab.rb index c58731c1fc30f..b13b371000fd7 100644 --- a/Formula/l/lolcrab.rb +++ b/Formula/l/lolcrab.rb @@ -6,6 +6,15 @@ class Lolcrab < Formula license "MIT" head "https://github.com/mazznoer/lolcrab.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d410c8c3acea7346c1f07c55c8e0227f6410877e35a32f8a7b8beaff4a9f6b36" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3afa507cdc28da20d4a79c9c1454381126858e55e29ff966b5fde41b18c079c6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "63346783d7d4451971a0445bb81e8c53ba050c7c0790f2f2f6c9b3a182093c7d" + sha256 cellar: :any_skip_relocation, sonoma: "23839485ed95006cb6960ccee0c6b4ddb6c932492f76db97faea6512a70514c7" + sha256 cellar: :any_skip_relocation, ventura: "63f96e5f06ba3c43dda97dfe713e90428e981d54fc090173dcf2b6b178ffbf71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc1b66f9f87d0c806a6a62aa88e6d91913a6cad76148e13d8938c1fdfc8b7531" + end + depends_on "rust" => :build def install From 9de2274a1a688535547b5290dc20ea81a6d67716 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 11:26:08 -0400 Subject: [PATCH 08834/10074] certsync: bump python resources Signed-off-by: Rui Chen --- Formula/c/certsync.rb | 81 +++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 45 deletions(-) diff --git a/Formula/c/certsync.rb b/Formula/c/certsync.rb index 8ecce6ea5f602..50258b622d423 100644 --- a/Formula/c/certsync.rb +++ b/Formula/c/certsync.rb @@ -6,6 +6,7 @@ class Certsync < Formula url "https://files.pythonhosted.org/packages/c8/75/3928920bdbfb0af317446236fad17b47a1d6aad507f1ae2eed6bbf7e7ad9/certsync-0.1.6.tar.gz" sha256 "bbfffd10f36edcb8c4d2d5033f2a2e1e7d641e41d6c5bd11069e7b0827fa1c8d" license "MIT" + revision 1 no_autobump! because: :requires_manual_review @@ -32,8 +33,8 @@ class Certsync < Formula end resource "blinker" do - url "https://files.pythonhosted.org/packages/1e/57/a6a1721eff09598fb01f3c7cda070c1b6a0f12d63c83236edf79a440abcc/blinker-1.8.2.tar.gz" - sha256 "8f77b09d3bf7c795e969e9486f39c2c5e9c39d4ee07424be2bc594ece9642d83" + url "https://files.pythonhosted.org/packages/21/28/9b3f50ce0e048515135495f198351908d99540d69bfdc8c1d15b73dc55ce/blinker-1.9.0.tar.gz" + sha256 "b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf" end resource "certipy-ad" do @@ -41,19 +42,14 @@ class Certsync < Formula sha256 "03aa7e898eff2946c32494f82c2f156afbbc966fd157e599780ab19d638eaf50" end - resource "cffi" do - url "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz" - sha256 "1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824" - end - resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "dnspython" do @@ -67,13 +63,8 @@ class Certsync < Formula end resource "flask" do - url "https://files.pythonhosted.org/packages/41/e1/d104c83026f8d35dfd2c261df7d64738341067526406b40190bc063e829a/flask-3.0.3.tar.gz" - sha256 "ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842" - end - - resource "future" do - url "https://files.pythonhosted.org/packages/a7/b2/4140c69c6a66432916b26158687e821ba631a4c9273c474343badf84d3ba/future-1.0.0.tar.gz" - sha256 "bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05" + url "https://files.pythonhosted.org/packages/c0/de/e47735752347f4128bcf354e0da07ef311a78244eba9e3dc1d4a5ab21a98/flask-3.1.1.tar.gz" + sha256 "284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e" end resource "idna" do @@ -92,8 +83,8 @@ class Certsync < Formula end resource "jinja2" do - url "https://files.pythonhosted.org/packages/ed/55/39036716d19cab0747a5020fc7e907f362fbf48c984b14e62127f7e68e5d/jinja2-3.1.4.tar.gz" - sha256 "4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369" + url "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz" + sha256 "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" end resource "ldap3" do @@ -102,13 +93,13 @@ class Certsync < Formula end resource "ldapdomaindump" do - url "https://files.pythonhosted.org/packages/ac/7c/16f9d8a257bd82de90bd5963556a9a17f8105596f181dee5777437ef8900/ldapdomaindump-0.9.4.tar.gz" - sha256 "99dcda17050a96549966e53bc89e71da670094d53d9542b3b0d0197d035e6f52" + url "https://files.pythonhosted.org/packages/14/48/2757e0453f828e33f7b41e5489976fbe7d504d513e07da53eb904030a288/ldapdomaindump-0.10.0.tar.gz" + sha256 "cbc66b32a7787473ffd169c5319acde46c02fdc9d444556e6448e0def91d3299" end resource "markupsafe" do - url "https://files.pythonhosted.org/packages/b4/d2/38ff920762f2247c3af5cbbbbc40756f575d9692d381d7c520f45deb9b8f/markupsafe-3.0.1.tar.gz" - sha256 "3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344" + url "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz" + sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" end resource "pyasn1" do @@ -121,19 +112,14 @@ class Certsync < Formula sha256 "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c" end - resource "pycparser" do - url "https://files.pythonhosted.org/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz" - sha256 "491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" - end - resource "pycryptodome" do - url "https://files.pythonhosted.org/packages/13/52/13b9db4a913eee948152a079fe58d035bd3d1a519584155da8e786f767e6/pycryptodome-3.21.0.tar.gz" - sha256 "f7787e0d469bdae763b876174cf2e6c0f7be79808af26b1da96f1a64bcf47297" + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end resource "pycryptodomex" do - url "https://files.pythonhosted.org/packages/11/dc/e66551683ade663b5f07d7b3bc46434bf703491dbd22ee12d1f979ca828f/pycryptodomex-3.21.0.tar.gz" - sha256 "222d0bd05381dd25c32dd6065c071ebf084212ab79bab4599ba9e6a3e0009e6c" + url "https://files.pythonhosted.org/packages/c9/85/e24bf90972a30b0fcd16c73009add1d7d7cd9140c2498a68252028899e41/pycryptodomex-3.23.0.tar.gz" + sha256 "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da" end resource "pyopenssl" do @@ -142,13 +128,13 @@ class Certsync < Formula end resource "pyspnego" do - url "https://files.pythonhosted.org/packages/46/f5/1f938a781742d18475ac43a101ec8a9499e1655da0984e08b59e20012c04/pyspnego-0.11.1.tar.gz" - sha256 "e92ed8b0a62765b9d6abbb86a48cf871228ddb97678598dc01c9c39a626823f6" + url "https://files.pythonhosted.org/packages/6b/f8/53f1fc851dab776a183ffc9f29ebde244fbb467f5237f3ea809519fc4b2e/pyspnego-0.11.2.tar.gz" + sha256 "994388d308fb06e4498365ce78d222bf4f3570b6df4ec95738431f61510c971b" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-ntlm" do @@ -156,14 +142,19 @@ class Certsync < Formula sha256 "b29cc2462623dffdf9b88c43e180ccb735b4007228a542220e882c58ae56c668" end + resource "setuptools" do + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" + end + resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "tqdm" do - url "https://files.pythonhosted.org/packages/58/83/6ba9844a41128c62e810fddddd72473201f3eacde02046066142a2d96cc5/tqdm-4.66.5.tar.gz" - sha256 "e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad" + url "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz" + sha256 "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2" end # pypi artifact request, https://github.com/skelsec/unicrypto/issues/7 @@ -173,13 +164,13 @@ class Certsync < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "werkzeug" do - url "https://files.pythonhosted.org/packages/0f/e2/6dbcaab07560909ff8f654d3a2e5a60552d937c909455211b1b36d7101dc/werkzeug-3.0.4.tar.gz" - sha256 "34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306" + url "https://files.pythonhosted.org/packages/9f/69/83029f1f6300c5fb2471d621ab06f6ec6b3324685a2ce0f9777fd4a8b71e/werkzeug-3.1.3.tar.gz" + sha256 "60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746" end def install From f318218cc0ff73a5176fcfa35384233428622a26 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 11:31:52 -0400 Subject: [PATCH 08835/10074] charm-tools: bump python resources Signed-off-by: Rui Chen --- Formula/c/charm-tools.rb | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Formula/c/charm-tools.rb b/Formula/c/charm-tools.rb index 6372d022cdfbb..054447ec38347 100644 --- a/Formula/c/charm-tools.rb +++ b/Formula/c/charm-tools.rb @@ -6,6 +6,7 @@ class CharmTools < Formula url "https://files.pythonhosted.org/packages/da/8c/26dcc9b99c6fbacd989f5d54b7a3a976cfa5b8ac26f6992d134091add085/charm_tools-3.0.8.tar.gz" sha256 "ad1e8aaf8f6aece19f3f7db1d45010b471be998b54a0b2861f24b62912f24b9d" license "GPL-3.0-only" + revision 1 bottle do rebuild 2 @@ -42,10 +43,10 @@ class CharmTools < Formula sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end - # Using unreleased version for python 3.13 compatibility. + # missing pypi sdist issue, https://github.com/CheetahTemplate3/cheetah3/issues/69 resource "cheetah3" do - url "https://github.com/CheetahTemplate3/cheetah3/archive/8d82736c0e760ca9bcd01ffcdf95fbb424af116d.tar.gz" - sha256 "9d4782ec56b110891634370a19691b50d75d220649a51492b2cb96ad965a13b4" + url "https://github.com/CheetahTemplate3/cheetah3/archive/refs/tags/3.4.0.tar.gz" + sha256 "0f1fb60c0df8acec48561ba561d023b55498bd04e7b3763d4ca14adaf3d62405" end resource "colander" do @@ -144,8 +145,8 @@ class CharmTools < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requirements-parser" do @@ -164,8 +165,8 @@ class CharmTools < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz" - sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -184,13 +185,13 @@ class CharmTools < Formula end resource "types-setuptools" do - url "https://files.pythonhosted.org/packages/38/b1/a52ff157d80464beabb2f0e86881eca28fbc2d519f67ad2f274ef2fe9724/types_setuptools-80.7.0.20250516.tar.gz" - sha256 "57274b58e05434de42088a86074c9e630e5786f759cf9cc1e3015e886297ca21" + url "https://files.pythonhosted.org/packages/79/66/1b276526aad4696a9519919e637801f2c103419d2c248a6feb2729e034d1/types_setuptools-80.9.0.20250529.tar.gz" + sha256 "79e088ba0cba2186c8d6499cbd3e143abb142d28a44b042c28d3148b1e353c91" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "vergit" do From 73a1157cd5446534e3e1b940483c525db4949f9c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 11:35:45 -0400 Subject: [PATCH 08836/10074] charmcraft: bump python resources Signed-off-by: Rui Chen --- Formula/c/charmcraft.rb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Formula/c/charmcraft.rb b/Formula/c/charmcraft.rb index 54c343d6b1a8a..8edf2515cc7d6 100644 --- a/Formula/c/charmcraft.rb +++ b/Formula/c/charmcraft.rb @@ -6,6 +6,7 @@ class Charmcraft < Formula url "https://files.pythonhosted.org/packages/c3/91/5f40180d4dbb83b83ee67271095ce6879a0c6f9e8205d77769f00f81260c/charmcraft-3.5.1.tar.gz" sha256 "9eab52d66b0bfb00d8b0accca00b1592844396e728bff001e6e29ae7bbd741a0" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "d2f3080ce09f32fe473b8c3df8e2359a22b61ac6158d78cc7479479183e286ed" @@ -76,8 +77,8 @@ class Charmcraft < Formula end resource "craft-parts" do - url "https://files.pythonhosted.org/packages/f0/6f/e562ab023757609671fe1c1093a469b982bb86297aa610a6a49a6b3424f0/craft_parts-2.12.0.tar.gz" - sha256 "cd20fbb1d0b2b8476d162d939d26100c60d912d0a55b876b56464dee635226fb" + url "https://files.pythonhosted.org/packages/11/8d/b29a99115db9df78c7edbb0538ec68ba66def63072c5e826d4ddce44e46e/craft_parts-2.14.0.tar.gz" + sha256 "5d073024d13ec603cb93705574ab9530db6367467088b0c6662b30a31f8f302a" end resource "craft-platforms" do @@ -86,8 +87,8 @@ class Charmcraft < Formula end resource "craft-providers" do - url "https://files.pythonhosted.org/packages/69/d9/5c9195dbd410c978ef8f7172ddef7ab86d10f501560ee49dcdae1497e8f4/craft_providers-2.3.0.tar.gz" - sha256 "8b9f60d587d118e35e6cf0c28ffffafe5c8e40e3e6c49da3b171a3d18a070ffa" + url "https://files.pythonhosted.org/packages/a6/47/73461dd64daf6663f299618a603e1b084da4532f57cdcebb790e39486a07/craft_providers-2.3.1.tar.gz" + sha256 "27d91145ef0ebccfd60c700a369df543742c0d888309d0a04450cbc46b4defaf" end resource "craft-store" do @@ -211,8 +212,8 @@ class Charmcraft < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "overrides" do @@ -236,8 +237,8 @@ class Charmcraft < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -356,8 +357,8 @@ class Charmcraft < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wadllib" do From 3d50aa2c1bb0e5a2557cbf3c443d26b1feba5b8d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 15:39:36 +0000 Subject: [PATCH 08837/10074] lolcrab: update 0.4.1 bottle. --- Formula/l/lolcrab.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/l/lolcrab.rb b/Formula/l/lolcrab.rb index b13b371000fd7..b18ab7970439f 100644 --- a/Formula/l/lolcrab.rb +++ b/Formula/l/lolcrab.rb @@ -12,6 +12,7 @@ class Lolcrab < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "63346783d7d4451971a0445bb81e8c53ba050c7c0790f2f2f6c9b3a182093c7d" sha256 cellar: :any_skip_relocation, sonoma: "23839485ed95006cb6960ccee0c6b4ddb6c932492f76db97faea6512a70514c7" sha256 cellar: :any_skip_relocation, ventura: "63f96e5f06ba3c43dda97dfe713e90428e981d54fc090173dcf2b6b178ffbf71" + sha256 cellar: :any_skip_relocation, arm64_linux: "b0970ecc7deade605cac17219372b3d90e9f10cce2814c3a5bb6149e30528ef5" sha256 cellar: :any_skip_relocation, x86_64_linux: "cc1b66f9f87d0c806a6a62aa88e6d91913a6cad76148e13d8938c1fdfc8b7531" end From 72219806e92c752c8dfc4bc94169d493a3f7b0d3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 11:42:13 -0400 Subject: [PATCH 08838/10074] cobo-cli: bump python resources Signed-off-by: Rui Chen --- Formula/c/cobo-cli.rb | 58 ++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/Formula/c/cobo-cli.rb b/Formula/c/cobo-cli.rb index 824bf83d349b2..0a22e4af1e2fc 100644 --- a/Formula/c/cobo-cli.rb +++ b/Formula/c/cobo-cli.rb @@ -6,6 +6,7 @@ class CoboCli < Formula url "https://files.pythonhosted.org/packages/3a/07/a80c6fb19a005c81b20b344b6d3f4b3631563d732d6aa91acdc569503e49/cobo_cli-0.0.5.tar.gz" sha256 "ae08b589fbf097c4cdac82e3802be2bf2faa98d7c710102c68c27cf6518dd98c" license "MIT" + revision 1 bottle do rebuild 2 @@ -37,13 +38,13 @@ class CoboCli < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz" - sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" - sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "dataclasses-json" do @@ -80,18 +81,18 @@ class CoboCli < Formula end resource "marshmallow" do - url "https://files.pythonhosted.org/packages/bd/5c/cbfa41491d6c83b36471f2a2f75602349d20a8f88afd94f83c1e68bbc298/marshmallow-3.25.0.tar.gz" - sha256 "5ba94a4eb68894ad6761a505eb225daf7e5cb7b4c32af62d4a45e9d42665bc31" + url "https://files.pythonhosted.org/packages/ab/5e/5e53d26b42ab75491cda89b871dab9e97c840bf12c63ec58a1919710cd06/marshmallow-3.26.1.tar.gz" + sha256 "e6d8affb6cb61d39d26402096dc0aee12d5a26d490a121f118d2e81dc0719dc6" end resource "mypy-extensions" do - url "https://files.pythonhosted.org/packages/98/a4/1ab47638b92648243faf97a5aeb6ea83059cc3624972ab6b8d2316078d3f/mypy_extensions-1.0.0.tar.gz" - sha256 "75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782" + url "https://files.pythonhosted.org/packages/a2/6e/371856a3fb9d31ca8dac321cda606860fa4548858c0cc45d9d1d4ca2628b/mypy_extensions-1.1.0.tar.gz" + sha256 "52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558" end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pycparser" do @@ -100,18 +101,18 @@ class CoboCli < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/6a/c7/ca334c2ef6f2e046b1144fe4bb2a5da8a4c574e7f2ebf7e16b34a6a2fa92/pydantic-2.10.5.tar.gz" - sha256 "278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do - url "https://files.pythonhosted.org/packages/fc/01/f3e5ac5e7c25833db5eb555f7b7ab24cd6f8c322d3a3ad2d67a952dc0abc/pydantic_core-2.27.2.tar.gz" - sha256 "eb026e5a4c1fee05726072337ff51d1efb6f59090b7da90d30ea58625b1ffb39" + url "https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4/pydantic_core-2.33.2.tar.gz" + sha256 "7cb8bc3605c29176e1b105350d2e6474142d7c1bd1d9327c4a9bdb46bf827acc" end resource "pydantic-settings" do - url "https://files.pythonhosted.org/packages/73/7b/c58a586cd7d9ac66d2ee4ba60ca2d241fa837c02bca9bea80a9a8c3d22a9/pydantic_settings-2.7.1.tar.gz" - sha256 "10c9caad35e64bfb3c2fbf70a078c0e25cc92499782e5200747f942a065dec93" + url "https://files.pythonhosted.org/packages/c2/ef/3d61472b7801c896f9efd9bb8750977d9577098b05224c5c41820690155e/pydantic_settings-2.10.0.tar.gz" + sha256 "7a12e0767ba283954f3fd3fefdd0df3af21b28aa849c40c35811d52d682fa876" end resource "pynacl" do @@ -120,8 +121,8 @@ class CoboCli < Formula end resource "python-dotenv" do - url "https://files.pythonhosted.org/packages/bc/57/e84d88dfe0aec03b7a2d4327012c1627ab5f03652216c63d49846d7a6c58/python-dotenv-1.0.1.tar.gz" - sha256 "e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca" + url "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz" + sha256 "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" end resource "pyyaml" do @@ -130,8 +131,8 @@ class CoboCli < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "smmap" do @@ -145,13 +146,13 @@ class CoboCli < Formula end resource "tomli-w" do - url "https://files.pythonhosted.org/packages/d4/19/b65f1a088ee23e37cdea415b357843eca8b1422a7b11a9eee6e35d4ec273/tomli_w-1.1.0.tar.gz" - sha256 "49e847a3a304d516a169a601184932ef0f6b61623fe680f836a2aa7128ed0d33" + url "https://files.pythonhosted.org/packages/19/75/241269d1da26b624c0d5e110e8149093c759b7a286138f4efd61a60e75fe/tomli_w-1.2.0.tar.gz" + sha256 "2dd14fac5a47c27be9cd4c976af5a12d87fb1f0b4512f81d69cce3b35ae25021" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "typing-inspect" do @@ -159,9 +160,14 @@ class CoboCli < Formula sha256 "b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78" end + resource "typing-inspection" do + url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz" + sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28" + end + resource "urllib3" do - url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz" - sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "websocket-client" do From 1f38d049617b6707709b84cd7d019c157328ee20 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 11:48:19 -0400 Subject: [PATCH 08839/10074] gyb: bump python resources Signed-off-by: Rui Chen --- Formula/g/gyb.rb | 65 ++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/Formula/g/gyb.rb b/Formula/g/gyb.rb index ef838624362c0..016415ff80c43 100644 --- a/Formula/g/gyb.rb +++ b/Formula/g/gyb.rb @@ -9,6 +9,7 @@ class Gyb < Formula url "https://github.com/GAM-team/got-your-back/archive/refs/tags/v1.82.tar.gz" sha256 "9cd29c81c78fceebe1e7ed34627bb27d758a250ccae92aecf6bacf1da6dfed09" license "Apache-2.0" + revision 1 head "https://github.com/GAM-team/got-your-back.git", branch: "main" bottle do @@ -26,28 +27,28 @@ class Gyb < Formula depends_on "python@3.13" resource "cachetools" do - url "https://files.pythonhosted.org/packages/c3/38/a0f315319737ecf45b4319a8cd1f3a908e29d9277b46942263292115eee7/cachetools-5.5.0.tar.gz" - sha256 "2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a" + url "https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz" + sha256 "1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "google-api-core" do - url "https://files.pythonhosted.org/packages/28/c8/046abf3ea11ec9cc3ea6d95e235a51161039d4a558484a997df60f9c51e9/google_api_core-2.21.0.tar.gz" - sha256 "4a152fd11a9f774ea606388d423b68aa7e6d6a0ffe4c8266f74979613ec09f81" + url "https://files.pythonhosted.org/packages/dc/21/e9d043e88222317afdbdb567165fdbc3b0aad90064c7e0c9eb0ad9955ad8/google_api_core-2.25.1.tar.gz" + sha256 "d2aaa0b13c78c61cb3f4282c464c046e45fbd75755683c9c525e6e8f7ed0a5e8" end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/ff/36/a587319840f32c8a28b6700805ad18a70690f985538ea49e87e210118884/google_api_python_client-2.149.0.tar.gz" - sha256 "b9d68c6b14ec72580d66001bd33c5816b78e2134b93ccc5cf8f624516b561750" + url "https://files.pythonhosted.org/packages/8f/7e/7c6e43e54f611f0f97f1678ea567fe06fecd545bd574db05e204e5b136fe/google_api_python_client-2.173.0.tar.gz" + sha256 "b537bc689758f4be3e6f40d59a6c0cd305abafdea91af4bc66ec31d40c08c804" end resource "google-auth" do - url "https://files.pythonhosted.org/packages/a1/37/c854a8b1b1020cf042db3d67577c6f84cd1e8ff6515e4f5498ae9e444ea5/google_auth-2.35.0.tar.gz" - sha256 "f4c64ed4e01e8e8b646ef34c018f8bf3338df0c8e37d8b3bba40e7f574a3278a" + url "https://files.pythonhosted.org/packages/9e/9b/e92ef23b84fa10a64ce4831390b7a4c2e53c0132568d99d4ae61d04c8855/google_auth-2.40.3.tar.gz" + sha256 "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" end resource "google-auth-httplib2" do @@ -56,13 +57,13 @@ class Gyb < Formula end resource "google-auth-oauthlib" do - url "https://files.pythonhosted.org/packages/cc/0f/1772edb8d75ecf6280f1c7f51cbcebe274e8b17878b382f63738fd96cee5/google_auth_oauthlib-1.2.1.tar.gz" - sha256 "afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263" + url "https://files.pythonhosted.org/packages/fb/87/e10bf24f7bcffc1421b84d6f9c3377c30ec305d082cd737ddaa6d8f77f7c/google_auth_oauthlib-1.2.2.tar.gz" + sha256 "11046fb8d3348b296302dd939ace8af0a724042e8029c1b872d87fabc9f41684" end resource "googleapis-common-protos" do - url "https://files.pythonhosted.org/packages/53/3b/1599ceafa875ffb951480c8c74f4b77646a6b80e80970698f2aa93c216ce/googleapis_common_protos-1.65.0.tar.gz" - sha256 "334a29d07cddc3aa01dee4988f9afd9b2916ee2ff49d6b757155dc0d197852c0" + url "https://files.pythonhosted.org/packages/39/24/33db22342cf4a2ea27c9955e6713140fedd51e8b141b5ce5260897020f1a/googleapis_common_protos-1.70.0.tar.gz" + sha256 "0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257" end resource "httplib2" do @@ -76,18 +77,18 @@ class Gyb < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz" - sha256 "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "proto-plus" do - url "https://files.pythonhosted.org/packages/3e/fc/e9a65cd52c1330d8d23af6013651a0bc50b6d76bcbdf91fae7cd19c68f29/proto-plus-1.24.0.tar.gz" - sha256 "30b72a5ecafe4406b0d339db35b56c4059064e69227b8c3bda7462397f966445" + url "https://files.pythonhosted.org/packages/f4/ac/87285f15f7cce6d4a008f33f1757fb5a13611ea8914eb58c3d0d26243468/proto_plus-1.26.1.tar.gz" + sha256 "21a515a4c4c0088a773899e23c7bbade3d18f9c66c73edd4c7ee3816bc96a012" end resource "protobuf" do - url "https://files.pythonhosted.org/packages/b1/a4/4579a61de526e19005ceeb93e478b61d77aa38c8a85ad958ff16a9906549/protobuf-5.28.2.tar.gz" - sha256 "59379674ff119717404f7454647913787034f03fe7049cbef1d74a97bb4593f0" + url "https://files.pythonhosted.org/packages/52/f3/b9655a711b32c19720253f6f06326faf90580834e2e83f840472d752bc8b/protobuf-6.31.1.tar.gz" + sha256 "d8cac4c982f0b957a4dc73a80e2ea24fab08e679c0de9deb835f4a12d69aca9a" end resource "pyasn1" do @@ -96,18 +97,18 @@ class Gyb < Formula end resource "pyasn1-modules" do - url "https://files.pythonhosted.org/packages/1d/67/6afbf0d507f73c32d21084a79946bfcfca5fbc62a72057e9c23797a737c9/pyasn1_modules-0.4.1.tar.gz" - sha256 "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c" + url "https://files.pythonhosted.org/packages/e9/e6/78ebbb10a8c8e4b61a59249394a4a594c1a7af95593dc933a349c8d00964/pyasn1_modules-0.4.2.tar.gz" + sha256 "677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6" end resource "pyparsing" do - url "https://files.pythonhosted.org/packages/83/08/13f3bce01b2061f2bbd582c9df82723de943784cf719a35ac886c652043a/pyparsing-3.1.4.tar.gz" - sha256 "f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032" + url "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz" + sha256 "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requests-oauthlib" do @@ -116,18 +117,18 @@ class Gyb < Formula end resource "rsa" do - url "https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-4.9.tar.gz" - sha256 "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" + url "https://files.pythonhosted.org/packages/da/8a/22b7beea3ee0d44b1916c0c1cb0ee3af23b700b6da9f04991899d0c555d4/rsa-4.9.1.tar.gz" + sha256 "e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75" end resource "uritemplate" do - url "https://files.pythonhosted.org/packages/d2/5a/4742fdba39cd02a56226815abfa72fe0aa81c33bed16ed045647d6000eba/uritemplate-4.1.1.tar.gz" - sha256 "4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" + url "https://files.pythonhosted.org/packages/98/60/f174043244c5306c9988380d2cb10009f91563fc4b31293d27e17201af56/uritemplate-4.2.0.tar.gz" + sha256 "480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end def python3 From ca0dff456a6dd2f2d8f7499deff5277c35096131 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 12:02:10 -0400 Subject: [PATCH 08840/10074] openstackclient: bump python resources Signed-off-by: Rui Chen --- Formula/o/openstackclient.rb | 49 ++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/Formula/o/openstackclient.rb b/Formula/o/openstackclient.rb index c1e80fda83959..7c494b42969dd 100644 --- a/Formula/o/openstackclient.rb +++ b/Formula/o/openstackclient.rb @@ -6,6 +6,7 @@ class Openstackclient < Formula url "https://files.pythonhosted.org/packages/5d/30/a214551b710258ee6c878d9b77bcc43d300a6dacecb6e6662220c623e147/python_openstackclient-8.1.0.tar.gz" sha256 "9b9c42b3f6bc4b4b480a6254fc560acb019787831e094396dbf9ac9ae571ae4b" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "77ca980936cfd1bd790348e691691b2db95e7e5a03172895f6e3c79f2613bfca" @@ -51,8 +52,8 @@ class Openstackclient < Formula end resource "cmd2" do - url "https://files.pythonhosted.org/packages/f7/2a/018fe937e25e1db0cafeb358c117644a58cdba24f5bbee69c003faf0b454/cmd2-2.5.11.tar.gz" - sha256 "30a0d385021fbe4a4116672845e5695bbe56eb682f9096066776394f954a7429" + url "https://files.pythonhosted.org/packages/a2/6a/bbd2cb85f5da7c6a53fea13ac1b15c4b1b31bfc5cbada31a0ee6be92e2e8/cmd2-2.6.1.tar.gz" + sha256 "650a5892bf29b233d3d6775b5e3cc813648cff0d79134f707981f66baaed9f42" end resource "debtcollector" do @@ -106,8 +107,8 @@ class Openstackclient < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -116,18 +117,18 @@ class Openstackclient < Formula end resource "keystoneauth-websso" do - url "https://files.pythonhosted.org/packages/11/5d/9425fc595cda8fb1975536a0f512d9a84c153386e57d8339ee0cf554c286/keystoneauth_websso-0.2.2.tar.gz" - sha256 "de521a141319331a619ab2133dbb69f44dddceb92649d50a755a2257ac7127d6" + url "https://files.pythonhosted.org/packages/e9/e0/f1d7ffb3d50bd2bc99efcfeaf481c22778beed3af75bccb5f52ab0985850/keystoneauth_websso-0.2.3.tar.gz" + sha256 "2f404e4102f4df05f58c2976553771a0cc07deff29e475fa51ca31b7f566d647" end resource "keystoneauth1" do - url "https://files.pythonhosted.org/packages/d3/b1/21e3b5091920d22a93c382ecc8aa30a129aeb69e7e5976b09c276c2259a4/keystoneauth1-5.11.0.tar.gz" - sha256 "9af6a165fa0747ed739ffc34b115ea0d7cfc5630ee12948af94f03ed0f9c8934" + url "https://files.pythonhosted.org/packages/8f/ba/faa527d4db6ce2d2840c2a04d26152fa9fa47808299ebd23ff8e716503c8/keystoneauth1-5.11.1.tar.gz" + sha256 "806f12c49b7f4b2cad3f5a460f7bdd81e4247c81b6042596a7fea8575f6591f3" end resource "msgpack" do - url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz" - sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" + url "https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614/msgpack-1.1.1.tar.gz" + sha256 "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" end resource "multipart" do @@ -141,8 +142,8 @@ class Openstackclient < Formula end resource "openstacksdk" do - url "https://files.pythonhosted.org/packages/b8/72/0b7fe12a18f871dc57119651dba1a9c9976b8adcdfbad95b2e7224b06849/openstacksdk-4.5.0.tar.gz" - sha256 "ab7a1240207a6969ba09ceee8f16653805730677b4497a806cd956733651fe68" + url "https://files.pythonhosted.org/packages/52/7a/07813f7501792e6bd7e79a75cd94a5bbce20c7fd2679822d44397201b00a/openstacksdk-4.6.0.tar.gz" + sha256 "e47e166c4732e9aea65228e618d490e4be5df06526a1b95e2d5995d7d0977d3d" end resource "os-client-config" do @@ -306,8 +307,8 @@ class Openstackclient < Formula end resource "python-octaviaclient" do - url "https://files.pythonhosted.org/packages/32/16/5b225b7bf7bae9144a5539b6491d7510178a9728483b5f98f8f43fcb5e37/python_octaviaclient-3.11.0.tar.gz" - sha256 "233078d0b227f225bbb0ee9e07c3609e915cfef0617d9bf81cb317a60a5d3f55" + url "https://files.pythonhosted.org/packages/96/ca/276ce2e9e43c7c148b10d09f4a56f10d1d448792c9d20798395d522b6cc2/python_octaviaclient-3.11.1.tar.gz" + sha256 "33e25150cb13ab8ebe529a92285cefb515ec69ba14293baac16b36f6fd3dab4e" end resource "python-swiftclient" do @@ -326,8 +327,8 @@ class Openstackclient < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "requestsexceptions" do @@ -346,8 +347,8 @@ class Openstackclient < Formula end resource "setuptools" do - url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz" - sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257" + url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz" + sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" end resource "six" do @@ -361,8 +362,8 @@ class Openstackclient < Formula end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/f6/37/23083fcd6e35492953e8d2aaaa68b860eb422b34627b13f2ce3eb6106061/typing_extensions-4.13.2.tar.gz" - sha256 "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "tzdata" do @@ -371,13 +372,13 @@ class Openstackclient < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "warlock" do - url "https://files.pythonhosted.org/packages/de/cf/ba9ac96d09b797c377e2c12c0eb6b19565f3b2a2efb55932d319e319b622/warlock-2.0.1.tar.gz" - sha256 "99abbf9525b2a77f2cde896d3a9f18a5b4590db063db65e08207694d2e0137fc" + url "https://files.pythonhosted.org/packages/29/c2/3ba4daeddd47f1cfdbc703048cbee27bcbc50535261a2bbe36412565f3c9/warlock-2.1.0.tar.gz" + sha256 "82319ba017341e7fcdc81efc2be9dd2f8237a0da07c71476b5425651b317b1c9" end resource "wcwidth" do From 008e0abf263551c4e80db5687183654e4a9c71d7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 12:04:36 -0400 Subject: [PATCH 08841/10074] otterdog: bump python resources Signed-off-by: Rui Chen --- Formula/o/otterdog.rb | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Formula/o/otterdog.rb b/Formula/o/otterdog.rb index fc5391d307746..9342f28eae1b1 100644 --- a/Formula/o/otterdog.rb +++ b/Formula/o/otterdog.rb @@ -6,6 +6,7 @@ class Otterdog < Formula url "https://files.pythonhosted.org/packages/b9/00/7d9570b02427b3e9ca1beb31bb17640290bb11a2eb941653ffef10028ace/otterdog-1.0.4.tar.gz" sha256 "6caa83b75c826af27bee96e93f2bcece1385922d0717b767d5be0e8c5f0aea00" license "EPL-2.0" + revision 1 head "https://github.com/eclipse-csi/otterdog.git", branch: "main" # https://github.com/microsoft/playwright-python/issues/2579 @@ -38,8 +39,8 @@ class Otterdog < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/63/e7/fa1a8c00e2c54b05dc8cb5d1439f627f7c267874e3f7bb047146116020f9/aiohttp-3.11.18.tar.gz" - sha256 "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a" + url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" + sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" end resource "aiohttp-client-cache" do @@ -98,8 +99,8 @@ class Otterdog < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" - sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "gitdb" do @@ -138,8 +139,8 @@ class Otterdog < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -168,8 +169,8 @@ class Otterdog < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "playwright" do @@ -178,13 +179,13 @@ class Otterdog < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "pynacl" do @@ -198,8 +199,8 @@ class Otterdog < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rich" do @@ -233,13 +234,13 @@ class Otterdog < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install From 3692f0939031983b5fdb2845ba0330b8ec34f2d8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 12:05:56 -0400 Subject: [PATCH 08842/10074] recon-ng: bump python resources Signed-off-by: Rui Chen --- Formula/r/recon-ng.rb | 94 +++++++++++++++++++++---------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/Formula/r/recon-ng.rb b/Formula/r/recon-ng.rb index 43f7fc78e995c..3e9a9642a1ee5 100644 --- a/Formula/r/recon-ng.rb +++ b/Formula/r/recon-ng.rb @@ -10,7 +10,7 @@ class ReconNg < Formula url "https://github.com/lanmaster53/recon-ng/archive/refs/tags/v5.1.2.tar.gz" sha256 "18d05030b994c9b37f624628251d3376d590f3d1eec155f67aca88fa5f3490cc" license "GPL-3.0-only" - revision 1 + revision 2 no_autobump! because: :requires_manual_review @@ -34,28 +34,28 @@ class ReconNg < Formula uses_from_macos "libxslt" resource "aniso8601" do - url "https://files.pythonhosted.org/packages/cb/72/be3db445b03944bfbb2b02b82d00cb2a2bcf96275c4543f14bf60fa79e12/aniso8601-9.0.1.tar.gz" - sha256 "72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973" + url "https://files.pythonhosted.org/packages/8b/8d/52179c4e3f1978d3d9a285f98c706642522750ef343e9738286130423730/aniso8601-10.0.1.tar.gz" + sha256 "25488f8663dd1528ae1f54f94ac1ea51ae25b4d531539b8bc707fed184d16845" end resource "attrs" do - url "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz" - sha256 "5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346" + url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" + sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" end resource "blinker" do - url "https://files.pythonhosted.org/packages/1e/57/a6a1721eff09598fb01f3c7cda070c1b6a0f12d63c83236edf79a440abcc/blinker-1.8.2.tar.gz" - sha256 "8f77b09d3bf7c795e969e9486f39c2c5e9c39d4ee07424be2bc594ece9642d83" + url "https://files.pythonhosted.org/packages/21/28/9b3f50ce0e048515135495f198351908d99540d69bfdc8c1d15b73dc55ce/blinker-1.9.0.tar.gz" + sha256 "b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf" end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "click" do - url "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz" - sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz" + sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" end resource "dicttoxml" do @@ -74,8 +74,8 @@ class ReconNg < Formula end resource "flask" do - url "https://files.pythonhosted.org/packages/41/e1/d104c83026f8d35dfd2c261df7d64738341067526406b40190bc063e829a/flask-3.0.3.tar.gz" - sha256 "ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842" + url "https://files.pythonhosted.org/packages/c0/de/e47735752347f4128bcf354e0da07ef311a78244eba9e3dc1d4a5ab21a98/flask-3.1.1.tar.gz" + sha256 "284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e" end resource "flask-restful" do @@ -99,28 +99,28 @@ class ReconNg < Formula end resource "jinja2" do - url "https://files.pythonhosted.org/packages/ed/55/39036716d19cab0747a5020fc7e907f362fbf48c984b14e62127f7e68e5d/jinja2-3.1.4.tar.gz" - sha256 "4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369" + url "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz" + sha256 "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do - url "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz" - sha256 "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" + url "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz" + sha256 "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" end resource "lxml" do - url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz" - sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "markupsafe" do - url "https://files.pythonhosted.org/packages/b4/d2/38ff920762f2247c3af5cbbbbc40756f575d9692d381d7c520f45deb9b8f/markupsafe-3.0.1.tar.gz" - sha256 "3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344" + url "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz" + sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" end resource "mechanize" do @@ -129,18 +129,18 @@ class ReconNg < Formula end resource "mistune" do - url "https://files.pythonhosted.org/packages/ef/c8/f0173fe3bf85fd891aee2e7bcd8207dfe26c2c683d727c5a6cc3aec7b628/mistune-3.0.2.tar.gz" - sha256 "fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8" + url "https://files.pythonhosted.org/packages/c4/79/bda47f7dd7c3c55770478d6d02c9960c430b0cf1773b72366ff89126ea31/mistune-3.1.3.tar.gz" + sha256 "a7035c21782b2becb6be62f8f25d3df81ccb4d6fa477a6525b15af06539f02a0" end resource "packaging" do - url "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz" - sha256 "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pytz" do - url "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz" - sha256 "2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" end resource "pyyaml" do @@ -149,33 +149,33 @@ class ReconNg < Formula end resource "redis" do - url "https://files.pythonhosted.org/packages/e0/58/dcf97c3c09d429c3bb830d6075322256da3dba42df25359bd1c82b442d20/redis-5.1.1.tar.gz" - sha256 "f6c997521fedbae53387307c5d0bf784d9acc28d9f1d058abeac566ec4dbed72" + url "https://files.pythonhosted.org/packages/ea/9a/0551e01ba52b944f97480721656578c8a7c46b51b99d66814f85fe3a4f3e/redis-6.2.0.tar.gz" + sha256 "e821f129b75dde6cb99dd35e5c76e8c49512a5a0d8dfdc560b2fbd44b85ca977" end resource "referencing" do - url "https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz" - sha256 "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c" + url "https://files.pythonhosted.org/packages/2f/db/98b5c277be99dd18bfd91dd04e1b759cad18d1a338188c936e92f921c7e2/referencing-0.36.2.tar.gz" + sha256 "df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa" end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/55/64/b693f262791b818880d17268f3f8181ef799b0d187f6f731b1772e05a29a/rpds_py-0.20.0.tar.gz" - sha256 "d72a210824facfdaf8768cf2d7ca25a042c30320b3020de2fa04640920d4e121" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "rq" do - url "https://files.pythonhosted.org/packages/c5/1d/a020e8f3559293635dd6283d037bfc15f866136498da3db1e5416c65773d/rq-1.16.2.tar.gz" - sha256 "5c5b9ad5fbaf792b8fada25cc7627f4d206a9a4455aced371d4f501cc3f13b34" + url "https://files.pythonhosted.org/packages/83/f2/af00f6c89131ccd8dfe408e75ea631fd0c572785d7d69701b0a656171da0/rq-2.4.0.tar.gz" + sha256 "750bab5dbb7cf1ec8a0aa2ebe8949472fa58fc121afd446c7bf5f7797f5e0655" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "unicodecsv" do @@ -184,8 +184,8 @@ class ReconNg < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "webencodings" do @@ -194,13 +194,13 @@ class ReconNg < Formula end resource "werkzeug" do - url "https://files.pythonhosted.org/packages/0f/e2/6dbcaab07560909ff8f654d3a2e5a60552d937c909455211b1b36d7101dc/werkzeug-3.0.4.tar.gz" - sha256 "34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306" + url "https://files.pythonhosted.org/packages/9f/69/83029f1f6300c5fb2471d621ab06f6ec6b3324685a2ce0f9777fd4a8b71e/werkzeug-3.1.3.tar.gz" + sha256 "60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746" end resource "xlsxwriter" do - url "https://files.pythonhosted.org/packages/a6/c3/b36fa44a0610a0f65d2e65ba6a262cbe2554b819f1449731971f7c16ea3c/XlsxWriter-3.2.0.tar.gz" - sha256 "9977d0c661a72866a61f9f7a809e25ebbb0fb7036baa3b9fe74afcfca6b3cb8c" + url "https://files.pythonhosted.org/packages/a7/47/7704bac42ac6fe1710ae099b70e6a1e68ed173ef14792b647808c357da43/xlsxwriter-3.2.5.tar.gz" + sha256 "7e88469d607cdc920151c0ab3ce9cf1a83992d4b7bc730c5ffdd1a12115a7dbe" end # Replace `imp` for python 3.12: https://github.com/lanmaster53/recon-ng/pull/204 From 61125386a38e19bd5eca4d32753e70c65f82f1dc Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 12:08:44 -0400 Subject: [PATCH 08843/10074] sgr: bump python resources and deprecate Signed-off-by: Rui Chen --- Formula/s/sgr.rb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Formula/s/sgr.rb b/Formula/s/sgr.rb index b40d44644f0d3..33801d1fd94ce 100644 --- a/Formula/s/sgr.rb +++ b/Formula/s/sgr.rb @@ -6,7 +6,7 @@ class Sgr < Formula url "https://files.pythonhosted.org/packages/dd/61/7d6cf822edb39d2426f6f185c7fc4de0ad4b80e0da3e5f50d94952795c11/splitgraph-0.3.12.tar.gz" sha256 "76a4476002b5ac5a2b9fba36b6fcffd85b878bcc25f5aae411387e04a5532459" license "Apache-2.0" - revision 14 + revision 15 no_autobump! because: :requires_manual_review @@ -20,6 +20,8 @@ class Sgr < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "b1f7e6a756e02126681cd5d007315ce6e669769b187d6fa0c03e1d7db835d484" end + deprecate! date: "2025-06-21", because: :unmaintained + depends_on "rust" => :build # for pydantic depends_on "certifi" depends_on "cryptography" @@ -134,8 +136,8 @@ class Sgr < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -204,8 +206,8 @@ class Sgr < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end # Switch build-system to poetry-core to avoid rust dependency on Linux. From 853e478653c048290e19103cea0ac87c0f18cd2e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:11:39 +0000 Subject: [PATCH 08844/10074] gyb: update 1.82_1 bottle. --- Formula/g/gyb.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/g/gyb.rb b/Formula/g/gyb.rb index 016415ff80c43..665303cd15dc5 100644 --- a/Formula/g/gyb.rb +++ b/Formula/g/gyb.rb @@ -13,14 +13,13 @@ class Gyb < Formula head "https://github.com/GAM-team/got-your-back.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "13639e3e4d260b6ccd479c3df182713a84a572760e3ab024547191e2451d8269" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "634e92eab0fe3dcd78f78d4bb41afcdc7e59f9c41b0173a75e775865ad749e78" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d0576cedbd49932143f46d8c45403a1bab82673d2fe7c31f02c52fc803ee3afc" - sha256 cellar: :any_skip_relocation, sonoma: "f4cb28399d355bd65cd510920d7dce4f8938520978a7fb7a01241554dbf6f901" - sha256 cellar: :any_skip_relocation, ventura: "a57877c31dd762e0c1e6c0ebc58de904b9ecd22dad9c3ea7231b67e96fed1bc0" - sha256 cellar: :any_skip_relocation, arm64_linux: "1412409752e1a5f78caff35979987ab179a00cf5592c43c90bf6e1c7128ec0a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b8278d5b011c57823852f6df9a866255be2e5b2230a7f33b5820ead35d46573a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "82fe01ba45479d98880d0402fecda87902bfd50376f09371f70fa6c9cc44de87" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b278278f8d6096b6f3264bec75b3bf422639c9d4268331421463dc573e7b2b0c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5f1fcc3e4368d85f2eab92cab3f3c6710b95f569c58c074486ae90bf5d68600f" + sha256 cellar: :any_skip_relocation, sonoma: "e88326d2329a2be1761e10495e1c9eeb0099264eec04f96574451d405e837d35" + sha256 cellar: :any_skip_relocation, ventura: "0dbd278a81ca797e3889453a42c46ff2c4872c42d97eae256807128b8c720685" + sha256 cellar: :any_skip_relocation, arm64_linux: "3c3b8d13436be13a1fd5bc33f5a12aff1eb6e564307cf302e692c0ae7cf55197" + sha256 cellar: :any_skip_relocation, x86_64_linux: "03e01c1b3ee8ca1de0af6a91066ffb926e3278e57629a57cdc7c15b9281c464c" end depends_on "certifi" From 7239d1219bdfc7586486f4b2ac1b0d5a71ea42fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:13:01 +0000 Subject: [PATCH 08845/10074] charm-tools: update 3.0.8_1 bottle. --- Formula/c/charm-tools.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/c/charm-tools.rb b/Formula/c/charm-tools.rb index 054447ec38347..f913b5778b025 100644 --- a/Formula/c/charm-tools.rb +++ b/Formula/c/charm-tools.rb @@ -9,13 +9,12 @@ class CharmTools < Formula revision 1 bottle do - rebuild 2 - sha256 cellar: :any, arm64_sequoia: "a84b9723f0d44259ab4d50cac76af7786870e9c05e14ea5d63d3b14d914a8522" - sha256 cellar: :any, arm64_sonoma: "910a277a7dca782c8e6426ab34cacbfe358c9c72b2b3526b99f078cdbd5efdf4" - sha256 cellar: :any, arm64_ventura: "942c472efe4211cb003477a9606d239b6f1ac32e0a6eb0de9f7975ed7e3c0308" - sha256 cellar: :any, sonoma: "9bb7815b1072b158ec21d26de051bdce3b35e6c43290d980706d330bb9ca2bcf" - sha256 cellar: :any, ventura: "e07e53e79d4c44f56c79b86db8e7b7a6152d142dbb2a117096bb6a9a3c49b094" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c559d7728920c5fef26f86d3e24ef02d09159478593969b6ed1da32a778f2fc0" + sha256 cellar: :any, arm64_sequoia: "daaa2ae91f166f720af38309378156240ea81507e47587b6ab8486ddb3f9637b" + sha256 cellar: :any, arm64_sonoma: "db52b99fc42f7de27d78a8e9c4f08d428342239584901273340764b8fd72891e" + sha256 cellar: :any, arm64_ventura: "eb97682752d3dbce5512dd47e38beee9d0bbb5d009a95a357f52601978557b87" + sha256 cellar: :any, sonoma: "ccd09b73bd59a7878f4afeba4f35f86818fe2c9f569e7b00e0c822f2f7b59342" + sha256 cellar: :any, ventura: "68d192ff986662c94c2e366b51b4fe2cf637754f87c4d6b7be0b9450905f3427" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e225f5261746a71ca7f3cbe45fac5157887eb4cdda0682e19bbc34bf5c5a477e" end depends_on "certifi" From 8243e2c6799557711db76b3ac311701944b03b61 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 21 Jun 2025 17:40:43 +0200 Subject: [PATCH 08846/10074] asyncapi 3.2.0 --- Formula/a/asyncapi.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/a/asyncapi.rb b/Formula/a/asyncapi.rb index a95c96224381f..1623aab68fe2b 100644 --- a/Formula/a/asyncapi.rb +++ b/Formula/a/asyncapi.rb @@ -1,11 +1,11 @@ class Asyncapi < Formula desc "All in one CLI for all AsyncAPI tools" homepage "https://github.com/asyncapi/cli" - url "https://registry.npmjs.org/@asyncapi/cli/-/cli-3.1.1.tgz" - sha256 "7156fdd3ab24df4aaf513fa7fec736e3b7297417d5156db8a4dfce7edb1789c9" + url "https://registry.npmjs.org/@asyncapi/cli/-/cli-3.2.0.tgz" + sha256 "e8a9f2f2939362db86b8117ae8665ae7b4808490385d614580285900486cbd9f" license "Apache-2.0" - no_autobump! because: :requires_manual_review + no_autobump! because: :bumped_by_upstream bottle do sha256 cellar: :any, arm64_sequoia: "198a12f3799fb1d2e8477b8b48898eb42a8048a7c71a800eac8b3c97810f2fe8" From ca03377cb6bca6e4c692eb764f3c931807a156f0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 12:11:59 -0400 Subject: [PATCH 08847/10074] snowflake-cli: bump python resources Signed-off-by: Rui Chen --- Formula/s/snowflake-cli.rb | 59 ++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 18 deletions(-) diff --git a/Formula/s/snowflake-cli.rb b/Formula/s/snowflake-cli.rb index 36a36ea4555e4..f3e657b2d376e 100644 --- a/Formula/s/snowflake-cli.rb +++ b/Formula/s/snowflake-cli.rb @@ -6,6 +6,7 @@ class SnowflakeCli < Formula url "https://files.pythonhosted.org/packages/02/3f/6b0f9d91e465a13b2226457a3f29f96dfeeaa4adb1fd264168e232d498a2/snowflake_cli-3.9.1.tar.gz" sha256 "e56b59fde8ae82d460b40e83dee3151e09172406e5fe2f2d7d1a3e811bd75c17" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "c25fa399c44b5f67a1f1a8ea4b8669e95553cd8c8c5f070605e71d1bae4b1f04" @@ -36,13 +37,13 @@ class SnowflakeCli < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/c8/85/abba429fe0fc0b87db20b7b311deec062c613c5e74cfcaab2ad34e864bbf/boto3-1.38.32.tar.gz" - sha256 "3faa2c328a61745f3215a63039606a6fcf55d9afe1cc76e3a5e27b9db58cdbf6" + url "https://files.pythonhosted.org/packages/2f/3b/f421b30e32c33ce63f0de3b32ea12954039a4595c693db4ea4900babe742/boto3-1.38.41.tar.gz" + sha256 "c6710fc533c8e1f5d1f025c74ffe1222c3659094cd51c076ec50c201a54c8f22" end resource "botocore" do - url "https://files.pythonhosted.org/packages/9b/c2/c4c23c7ad746aba6edfa93ec9e6e14195efcf786425486f6a1b442734a8d/botocore-1.38.32.tar.gz" - sha256 "0899a090e352cb5eeaae2c7bb52a987b469d23912c7ece86664dfb5c2e074978" + url "https://files.pythonhosted.org/packages/98/46/cb33f5a0b00086a97c4eebbc4e0211fe85d66d45e53a9545b33805f25b31/botocore-1.38.41.tar.gz" + sha256 "98e3fed636ebb519320c4b2d078db6fa6099b052b4bb9b5c66632a5a7fe72507" end resource "charset-normalizer" do @@ -90,11 +91,6 @@ class SnowflakeCli < Formula sha256 "70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d" end - resource "jeepney" do - url "https://files.pythonhosted.org/packages/7b/6f/357efd7602486741aa73ffc0617fb310a29b588ed0fd69c2399acbb85b0c/jeepney-0.9.0.tar.gz" - sha256 "cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732" - end - resource "jinja2" do url "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz" sha256 "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" @@ -161,8 +157,8 @@ class SnowflakeCli < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "pyjwt" do @@ -210,11 +206,6 @@ class SnowflakeCli < Formula sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end - resource "secretstorage" do - url "https://files.pythonhosted.org/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691/SecretStorage-3.3.3.tar.gz" - sha256 "2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77" - end - resource "setuptools" do url "https://files.pythonhosted.org/packages/70/dc/3976b322de9d2e87ed0007cf04cc7553969b6c7b3f48a565d0333748fbcd/setuptools-80.3.1.tar.gz" sha256 "31e2c58dbb67c99c289f51c16d899afedae292b978f8051efaf6262d8212f927" @@ -276,8 +267,8 @@ class SnowflakeCli < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do @@ -285,6 +276,23 @@ class SnowflakeCli < Formula sha256 "72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5" end + resource "jeepney" do + on_linux do + url "https://files.pythonhosted.org/packages/7b/6f/357efd7602486741aa73ffc0617fb310a29b588ed0fd69c2399acbb85b0c/jeepney-0.9.0.tar.gz" + sha256 "cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732" + end + end + + resource "secretstorage" do + on_linux do + url "https://files.pythonhosted.org/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691/SecretStorage-3.3.3.tar.gz" + sha256 "2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77" + end + end + + # update urllib3 constraint, upstream pr ref, https://github.com/snowflakedb/snowflake-cli/pull/2439 + patch :DATA + def install # `shellingham` auto-detection doesn't work in Homebrew CI build environment so # defer installation to allow `typer` to use argument as shell for completions @@ -300,3 +308,18 @@ def install assert_match "No data", shell_output("#{bin}/snow connection list") end end + +__END__ +diff --git a/pyproject.toml b/pyproject.toml +index da13a13..71683db 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -43,7 +43,7 @@ dependencies = [ + "snowflake.core==1.4.0", + "tomlkit==0.13.2", + "typer==0.15.2", +- "urllib3>=1.24.3,<2.5", ++ "urllib3>=1.24.3,<2.6", + ] + classifiers = [ + "Development Status :: 5 - Production/Stable", From 639fdda503b70c6b1159fb2263c20384b7a887d4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 11:52:10 -0400 Subject: [PATCH 08848/10074] mentat: bump python resources Signed-off-by: Rui Chen --- Formula/m/mentat.rb | 74 ++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/Formula/m/mentat.rb b/Formula/m/mentat.rb index 16e64737cfb51..ec780ad74e692 100644 --- a/Formula/m/mentat.rb +++ b/Formula/m/mentat.rb @@ -6,7 +6,7 @@ class Mentat < Formula url "https://files.pythonhosted.org/packages/e0/8b/a808d6663065e3b446d3be521d7836f774f3b39bdd30f786d093aca383b6/mentat-1.0.8.tar.gz" sha256 "81679055448a495c3e7e55eeb8b59373dc0658cea6b2549d0ae48d26937494ba" license "Apache-2.0" - revision 3 + revision 4 head "https://github.com/AbanteAI/mentat.git", branch: "main" no_autobump! because: :requires_manual_review @@ -59,8 +59,8 @@ class Mentat < Formula end resource "charset-normalizer" do - url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz" - sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end resource "distro" do @@ -74,8 +74,8 @@ class Mentat < Formula end resource "gitdb" do - url "https://files.pythonhosted.org/packages/19/0d/bbb5b5ee188dec84647a4664f3e11b06ade2bde568dbd489d9d64adef8ed/gitdb-4.0.11.tar.gz" - sha256 "bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" + url "https://files.pythonhosted.org/packages/72/94/63b0fc47eb32792c7ba1fe1b694daec9a63620db1e313033d18140c2320a/gitdb-4.0.12.tar.gz" + sha256 "5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571" end resource "gitpython" do @@ -84,18 +84,18 @@ class Mentat < Formula end resource "h11" do - url "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz" - sha256 "8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" + url "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz" + sha256 "4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" end resource "httpcore" do - url "https://files.pythonhosted.org/packages/6a/41/d7d0a89eb493922c37d343b607bc1b5da7f5be7e383740b4753ad8943e90/httpcore-1.0.7.tar.gz" - sha256 "8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c" + url "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz" + sha256 "6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" end resource "httpx" do - url "https://files.pythonhosted.org/packages/10/df/676b7cf674dd1bdc71a64ad393c89879f75e4a0ab8395165b498262ae106/httpx-0.28.0.tar.gz" - sha256 "0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0" + url "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz" + sha256 "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" end resource "idna" do @@ -104,8 +104,8 @@ class Mentat < Formula end resource "iniconfig" do - url "https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz" - sha256 "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" + url "https://files.pythonhosted.org/packages/f2/97/ebf4da567aa6827c909642694d71c9fcf53e5b504f2d96afea02718862f3/iniconfig-2.1.0.tar.gz" + sha256 "3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7" end resource "jinja2" do @@ -114,13 +114,13 @@ class Mentat < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do - url "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz" - sha256 "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" + url "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz" + sha256 "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" end resource "markupsafe" do @@ -139,13 +139,13 @@ class Mentat < Formula end resource "packaging" do - url "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz" - sha256 "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz" + sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end resource "pluggy" do - url "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz" - sha256 "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" + url "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz" + sha256 "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" end resource "prompt-toolkit" do @@ -204,8 +204,8 @@ class Mentat < Formula end resource "referencing" do - url "https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz" - sha256 "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c" + url "https://files.pythonhosted.org/packages/2f/db/98b5c277be99dd18bfd91dd04e1b759cad18d1a338188c936e92f921c7e2/referencing-0.36.2.tar.gz" + sha256 "df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa" end resource "regex" do @@ -214,13 +214,13 @@ class Mentat < Formula end resource "requests" do - url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz" - sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/23/80/afdf96daf9b27d61483ef05b38f282121db0e38f5fd4e89f40f5c86c2a4f/rpds_py-0.21.0.tar.gz" - sha256 "ed6378c9d66d0de903763e7706383d60c33829581f0adff47b6535f1802fa6db" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "selenium" do @@ -234,13 +234,13 @@ class Mentat < Formula end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end resource "smmap" do - url "https://files.pythonhosted.org/packages/88/04/b5bf6d21dc4041000ccba7eb17dd3055feb237e7ffc2c20d3fae3af62baa/smmap-5.0.1.tar.gz" - sha256 "dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62" + url "https://files.pythonhosted.org/packages/44/cd/a040c4b3119bbe532e5b0732286f805445375489fceaec1f48306068ee3b/smmap-5.0.2.tar.gz" + sha256 "26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5" end resource "sniffio" do @@ -284,18 +284,18 @@ class Mentat < Formula end resource "trio-websocket" do - url "https://files.pythonhosted.org/packages/dd/36/abad2385853077424a11b818d9fd8350d249d9e31d583cb9c11cd4c85eda/trio-websocket-0.11.1.tar.gz" - sha256 "18c11793647703c158b1f6e62de638acada927344d534e3c7628eedcb746839f" + url "https://files.pythonhosted.org/packages/d1/3c/8b4358e81f2f2cfe71b66a267f023a91db20a817b9425dd964873796980a/trio_websocket-0.12.2.tar.gz" + sha256 "22c72c436f3d1e264d0910a3951934798dcc5b00ae56fc4ee079d46c7cf20fae" end resource "typing-extensions" do - url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz" - sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + url "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz" + sha256 "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" end resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "wcwidth" do From d1da9754781919d8a053aa06c5c3b82423d3c356 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:37:43 +0000 Subject: [PATCH 08849/10074] certsync: update 0.1.6_1 bottle. --- Formula/c/certsync.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/certsync.rb b/Formula/c/certsync.rb index 50258b622d423..d69be14e63837 100644 --- a/Formula/c/certsync.rb +++ b/Formula/c/certsync.rb @@ -11,14 +11,13 @@ class Certsync < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d38c1280c4ffa266263cf6dea0afd81658364172868df8fb342242f9438547c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0fa23ebc0fc9d92c3583dce167b6620c4560a2c86730debb0d4a69fae60a1d0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e294b4d99fd96c068963d13c0d66891f408c7e10df4a80a2027423338ce14e7f" - sha256 cellar: :any_skip_relocation, sonoma: "a2224c46485fc6adec9af07d0170d04185ad3d9cc26a721b3fab445659041007" - sha256 cellar: :any_skip_relocation, ventura: "9d797e826af6d62ae8218f879def10660e59c7edf7083829badcf730694225c5" - sha256 cellar: :any_skip_relocation, arm64_linux: "fa4cd398386f2229ff3b14e4ed8c6a81d2b242dfa7acb450f2ddabb4b3cf9a08" - sha256 cellar: :any_skip_relocation, x86_64_linux: "45804c56f0f9901374f4b4a545706524aa0d0966c003526eba836c4e3f26a169" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce9f96e07b826ca7f88e7324e519c77895a8067fb7a515467b01b8d340e11916" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "32fc1c809f36a9d0e28157ccf6d00ca9e42deaec653b5da3234daa3eed3add44" + sha256 cellar: :any_skip_relocation, arm64_ventura: "555abc7e5f9f99cce2a30ee4bdc16f026e88e671493031d131bb927c91aa7f76" + sha256 cellar: :any_skip_relocation, sonoma: "532555d93a5da39106b2f604aa15d2a1747b145c5a536ef2eefbd5581c37e586" + sha256 cellar: :any_skip_relocation, ventura: "998bf723887fe7f207080371812376b60fce993cfbd1f3c2385dd46f246010f2" + sha256 cellar: :any_skip_relocation, arm64_linux: "e8acb4485616f556af6d01c12d11e0d4ba99cc1fc50d5419d31a0745fb7dfe38" + sha256 cellar: :any_skip_relocation, x86_64_linux: "424a8c8dda9bf9297d5b125aa9ab017bf299c695b8d03836d1109042251fd658" end depends_on "certifi" From b3be0fac3aebba8ab7ed0dda93d9f4fcf1df80be Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Jun 2025 15:51:46 -0400 Subject: [PATCH 08850/10074] mapproxy 5.0.0 Signed-off-by: Rui Chen --- Formula/m/mapproxy.rb | 38 ++++++++++++++++++++++++++++++++++---- pypi_formula_mappings.json | 2 +- 2 files changed, 35 insertions(+), 5 deletions(-) diff --git a/Formula/m/mapproxy.rb b/Formula/m/mapproxy.rb index 108fe72a8d8c2..72e8a99f9973a 100644 --- a/Formula/m/mapproxy.rb +++ b/Formula/m/mapproxy.rb @@ -2,10 +2,9 @@ class Mapproxy < Formula include Language::Python::Virtualenv desc "Accelerating web map proxy" - # `mapproxy.org` is 404, upstream bug report, https://github.com/mapproxy/mapproxy/issues/983 - homepage "https://github.com/mapproxy/mapproxy" - url "https://files.pythonhosted.org/packages/bc/45/7c1317f12ba83c61e368a1710c4df1b0486c19c91adf195283312e3c7537/mapproxy-4.1.2.tar.gz" - sha256 "637854b593ebb85a82e968c88dff5901d2c26e180559503be7c721e08020417b" + homepage "https://mapproxy.org/" + url "https://files.pythonhosted.org/packages/34/64/3883ba519fd547f2f3bd376a1d72137f26ccd7cfea098368d0c180fd2c1a/mapproxy-5.0.0.tar.gz" + sha256 "c6d11ace3fd416320b5a872c8d0d45c488d093cf17af27e499ea25197bba6bde" license "Apache-2.0" bottle do @@ -18,13 +17,23 @@ class Mapproxy < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "630fb5e66fc85241899f06a7e3d79ae85610428969de3ae2c1d50733582f75f3" end + depends_on "pkgconf" => :build depends_on "rust" => :build # for rpds-py depends_on "certifi" + depends_on "geos" # for shapely depends_on "libyaml" + depends_on "numpy" # for shapely depends_on "pillow" depends_on "proj" depends_on "python@3.13" + uses_from_macos "libxml2", since: :ventura + uses_from_macos "libxslt" + + on_linux do + depends_on "patchelf" => :build # for shapely + end + resource "attrs" do url "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz" sha256 "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" @@ -45,6 +54,11 @@ class Mapproxy < Formula sha256 "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" end + resource "lxml" do + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" + end + resource "markupsafe" do url "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz" sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" @@ -70,12 +84,28 @@ class Mapproxy < Formula sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end + resource "shapely" do + url "https://files.pythonhosted.org/packages/ca/3c/2da625233f4e605155926566c0e7ea8dda361877f48e8b1655e53456f252/shapely-2.1.1.tar.gz" + sha256 "500621967f2ffe9642454808009044c21e5b35db89ce69f8a2042c2ffd0e2772" + end + resource "werkzeug" do url "https://files.pythonhosted.org/packages/9f/69/83029f1f6300c5fb2471d621ab06f6ec6b3324685a2ce0f9777fd4a8b71e/werkzeug-3.1.3.tar.gz" sha256 "60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746" end + def python3 + "python3.13" + end + def install + numpy_include = Formula["numpy"].opt_lib/Language::Python.site_packages(python3)/"numpy/_core/include" + geos_include = Formula["geos"].opt_include + geos_lib = Formula["geos"].opt_lib + + ENV.prepend "CFLAGS", "-I#{numpy_include} -I#{geos_include}" + ENV.prepend "LDFLAGS", "-L#{geos_lib}" + virtualenv_install_with_resources end diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index 7873c5198fe3e..c70aa4d8bf3e8 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -543,7 +543,7 @@ "exclude_packages": ["pillow", "numpy", "scipy"] }, "mapproxy": { - "exclude_packages": ["certifi", "pillow"], + "exclude_packages": ["certifi", "numpy", "pillow"], "extra_packages": ["pyproj"] }, "mat2": { From a55e887b372e27fb84b6aec0e93455001aeedf06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:54:23 +0000 Subject: [PATCH 08851/10074] cargo-binstall 1.14.0 --- Formula/c/cargo-binstall.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index b13fbfad00fc4..94db389ee5cd3 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -1,8 +1,8 @@ class CargoBinstall < Formula desc "Binary installation for rust projects" homepage "https://github.com/cargo-bins/cargo-binstall" - url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.13.0.tar.gz" - sha256 "23ad965be917d80d590f5e3dad1cb8a2b8860eec7f3c2d30f285644d1b32ee33" + url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.14.0.tar.gz" + sha256 "0bf1a100cdbce8fc80bd524ad305c698143a81135ab62570918ac997a1ae21e9" license "GPL-3.0-only" head "https://github.com/cargo-bins/cargo-binstall.git", branch: "main" From a135274a84aafd8ddb3dba58ceef14427de1038d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:55:03 +0000 Subject: [PATCH 08852/10074] aws-google-auth: update 0.0.38_13 bottle. --- Formula/a/aws-google-auth.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/a/aws-google-auth.rb b/Formula/a/aws-google-auth.rb index 30efa34572b78..cee71873d9fee 100644 --- a/Formula/a/aws-google-auth.rb +++ b/Formula/a/aws-google-auth.rb @@ -12,14 +12,13 @@ class AwsGoogleAuth < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d83df21489d783dd82daf5a8d34af0e370808d8fc6181850f68b4f518408b19" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1460955a61fb67dce62f5ce57824d605d3fed8d09bdce625d8e566a8d6cf3346" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7cbe808517b2acea5c6687547dec8ff6eb1c3b243d0527d0bf295f2e406d6f5d" - sha256 cellar: :any_skip_relocation, sonoma: "030b5fb22e8e19ba9c92bfa4355d34e3fd4faa44240cb1d41717e16d4a398c95" - sha256 cellar: :any_skip_relocation, ventura: "91450b77c9258af6395013fe8d9dbae84a23e3201264aa2341cf76ff01210865" - sha256 cellar: :any_skip_relocation, arm64_linux: "8335c8318f352b095f814cd58de9173d60ffb690833edf8dd3ec01d8120952d3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d9467bf78368ce2444a0ef687e7e00c765b15b54fa67438e105f394a5c6b46b4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5aa5e663cf4e5543319a0efdc433ce4321fd56fc27d59b1b541818ed2a723364" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1def88f9f052eb6c52333bdb24c0f59689f73fbece78526c1eca0165da0e45c2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8c68cd5fd69fcfec339aca179408621909d881a3e55797ec11c77ac5c9e47d49" + sha256 cellar: :any_skip_relocation, sonoma: "a12f25de391804efe998fa508e9f4dad1e1f8dec0e712b66f69653b2739f7b25" + sha256 cellar: :any_skip_relocation, ventura: "8739dc7f687df29ab90b75e6e952af83981ebec39b8ae7a0a3c69df87842ae8c" + sha256 cellar: :any_skip_relocation, arm64_linux: "6e081cd1ab493a8275dc79fa5dcd9e93418d5389e4f9a4b7a79a7ae44aa712ef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fade4b39b0832c04495e6938f5c3c8cef093a959dda4a69eb300c45a1099baf2" end depends_on "certifi" From b46aa70f6fb952ebd250768bd161801ea9b632b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:55:16 +0000 Subject: [PATCH 08853/10074] checkstyle 10.25.1 --- Formula/c/checkstyle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/checkstyle.rb b/Formula/c/checkstyle.rb index a0a9a8eee8883..8f5df118053d3 100644 --- a/Formula/c/checkstyle.rb +++ b/Formula/c/checkstyle.rb @@ -1,8 +1,8 @@ class Checkstyle < Formula desc "Check Java source against a coding standard" homepage "https://checkstyle.sourceforge.io/" - url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.25.0/checkstyle-10.25.0-all.jar" - sha256 "0a7cc68f98d5408cefe416798747032c966b0740e07515d621874a6f35ad380d" + url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.25.1/checkstyle-10.25.1-all.jar" + sha256 "7518a14b311cabf204070aefad7a187f1d773c785dccfb7b95dbf412e5354621" license "LGPL-2.1-or-later" bottle do From 2fc023e845c74b59e61916064d955fe57b036351 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:55:50 +0000 Subject: [PATCH 08854/10074] charmcraft: update 3.5.1_1 bottle. --- Formula/c/charmcraft.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/charmcraft.rb b/Formula/c/charmcraft.rb index 8edf2515cc7d6..701f87ab81df4 100644 --- a/Formula/c/charmcraft.rb +++ b/Formula/c/charmcraft.rb @@ -9,13 +9,13 @@ class Charmcraft < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "d2f3080ce09f32fe473b8c3df8e2359a22b61ac6158d78cc7479479183e286ed" - sha256 cellar: :any, arm64_sonoma: "5cc1b91eaf4c64a354de9e24aa3adc1b9ab208f5e24aada28ea1eb8e5448c22b" - sha256 cellar: :any, arm64_ventura: "a7edb1fadd5d46edda179945c5a496b19e2dbe3de1f71f0e212e53dcc2935400" - sha256 cellar: :any, sonoma: "f72fe685392fc7d487e128044e80c8bf3cf802b1bc1b4468e6f784ea3007d16f" - sha256 cellar: :any, ventura: "c16ddbda5a0b00ec73b374f4db57b9e9b30a418506e710a23d9a6cdd84f33fc0" - sha256 cellar: :any_skip_relocation, arm64_linux: "40667a67e6f50a060a52f3cb89961821e9fcace07a181cae4f1c0d5947542ee6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3fd1c5ee5293a52634a9304b2f0eb5d23bd86ed05a125f2d53001145f2e9c9ef" + sha256 cellar: :any, arm64_sequoia: "2b14848ced9615033ed6632ac3c76427d46990f6c8d83ded6cb69cf25ba7edd1" + sha256 cellar: :any, arm64_sonoma: "03e1e359389b2191a9fb06045509a69f5c5ae6339f23d49a35212b162a8da998" + sha256 cellar: :any, arm64_ventura: "5341fad556f1db956a94166eed747dd030566b72dd6da71e4fce8d4b3fb7cf25" + sha256 cellar: :any, sonoma: "7ae607c1cadf8af5700c510a1b68450a800b5f2dfee9a583ad690fa1383b7ce6" + sha256 cellar: :any, ventura: "87f7dc7e90506835312a5c15671ae25870f0ce3f0b8a08d66b093a049a1f4494" + sha256 cellar: :any_skip_relocation, arm64_linux: "348c625cb4a88da2ea74c692230860776e0ba3b78d9acfb39345b9b90a56add6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02d8159f7da718fe1f6293de44fc05797a8148b9cf5a7de60d022ad03dfee82b" end depends_on "rust" => :build From af14f842b781f4a36b5e734b2420b7906d9818e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:56:00 +0000 Subject: [PATCH 08855/10074] cobo-cli: update 0.0.5_1 bottle. --- Formula/c/cobo-cli.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/cobo-cli.rb b/Formula/c/cobo-cli.rb index 0a22e4af1e2fc..9482af4597878 100644 --- a/Formula/c/cobo-cli.rb +++ b/Formula/c/cobo-cli.rb @@ -9,14 +9,13 @@ class CoboCli < Formula revision 1 bottle do - rebuild 2 - sha256 cellar: :any, arm64_sequoia: "d5a8f6f864bce60e582cb73e9415a23ddbca53b543f29ea33eb67564110bf6cf" - sha256 cellar: :any, arm64_sonoma: "652be51343a462a3678ce3c57678694395c37c509a27a35bf1f32609850e8384" - sha256 cellar: :any, arm64_ventura: "d80cd0db285dc6e99f55079ad565efca256acf5254e893fea2daa8d6cfe83c2b" - sha256 cellar: :any, sonoma: "40d4ab83dfbd6ed44d1906c52c45e2b4dab041f6ad20a3eb5fd923a71fb51908" - sha256 cellar: :any, ventura: "3dd94d11b64260f1077fa488eb910fca49277a5e9fafb9b20d8f9a8e036a6bc2" - sha256 cellar: :any_skip_relocation, arm64_linux: "0fdfa10d3b87c9f44eebd3c6a3f67b3397849a2a0c49edd255b8f9132dfef43a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1642e5cb6304cbf47ef746d55d38789f67264103b6b0913e2ccf2027a25e6632" + sha256 cellar: :any, arm64_sequoia: "5d71e97d045b3ff66d8f3d76d9b3cdf80249c5f73bd38670da1a3dc35f7b2b97" + sha256 cellar: :any, arm64_sonoma: "af1cf59147a884f17ff75a4879d9101e048ffb8c5912ef8bc459d703241032e3" + sha256 cellar: :any, arm64_ventura: "0aad1f706006f77cedf8ca699c046473a01e4c0a3b9f36a4289797871e9909f8" + sha256 cellar: :any, sonoma: "d1e93f0c3c935a7f919f134260c97b61cc45b1f7133aa71b11c57aeb7a5ad15d" + sha256 cellar: :any, ventura: "980768c4b191eefa89282f595560c8a704daceb795b745b45fa9e0005524d149" + sha256 cellar: :any_skip_relocation, arm64_linux: "067da74d73c9eb25ea35c89e92bdef7957116df1eee7374cd63ba99e649e770d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6c822eb111fb809ff649f1fda461b03a2fe678cb8b38356aa1bf10ba720fbee" end depends_on "certifi" From e902e4802d0fddeef09d06bd32b374077688b0b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:56:20 +0000 Subject: [PATCH 08856/10074] openstackclient: update 8.1.0_1 bottle. --- Formula/o/openstackclient.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openstackclient.rb b/Formula/o/openstackclient.rb index 7c494b42969dd..b63fedbc16741 100644 --- a/Formula/o/openstackclient.rb +++ b/Formula/o/openstackclient.rb @@ -9,13 +9,13 @@ class Openstackclient < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "77ca980936cfd1bd790348e691691b2db95e7e5a03172895f6e3c79f2613bfca" - sha256 cellar: :any, arm64_sonoma: "70eaba865529e667546feb9335a37a28c9d726dea0d423fd9594fb09d0225087" - sha256 cellar: :any, arm64_ventura: "2d968e996776df02fd4d8931b9b204a8025ce29b9501d6950cf35195b1da03ed" - sha256 cellar: :any, sonoma: "f5129caced79082c49d287821c1ce025c42bddc5877e65a6aae0f8aeb8302c53" - sha256 cellar: :any, ventura: "9c8310bc8c3f75e21ab78b354b6149b1f4261c8a0607a7e8f06e6e519f1c8800" - sha256 cellar: :any_skip_relocation, arm64_linux: "fadc2d7216a2af18b8ae575befd90b940802022aadc139b6930d8fc539b3453a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a70cd83c3fcd47c02cd78d466b31e462c53c358ea7547f11eb5830956f84935" + sha256 cellar: :any, arm64_sequoia: "65db20de937459793ac3c8836148be6111d0e853087ff0a6483308f8735b3b84" + sha256 cellar: :any, arm64_sonoma: "02dd9907c9cc1153c68bdb55ba0ebfcee591c46a1eb900898721fa108da06e0e" + sha256 cellar: :any, arm64_ventura: "8a0ac81160b431452b016d15b7484c573fb17b84b362dba01a64a7e63b943dc0" + sha256 cellar: :any, sonoma: "02fb4725d98eaa076f03d83150448d084be310c32c9d970952c937823fd884eb" + sha256 cellar: :any, ventura: "1510ea3ede063348ec2bc3e6e27c3a5d90b7021c807abf0c21b260d7c3467d9f" + sha256 cellar: :any_skip_relocation, arm64_linux: "8bf2e8a85789888f53666dc3ddd550c986e16a3ffe1fcf0976703f84564f5834" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e39a3fa6c24d1b94d353e732246116336c077a124a77fb684062b8caf1e6854f" end depends_on "rust" => :build # for rpds-py From d00d2af7b3f67fd264f3ebfed2cd12f47b3ff6f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:56:49 +0000 Subject: [PATCH 08857/10074] otterdog: update 1.0.4_1 bottle. --- Formula/o/otterdog.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/otterdog.rb b/Formula/o/otterdog.rb index 9342f28eae1b1..c508d8ed887e1 100644 --- a/Formula/o/otterdog.rb +++ b/Formula/o/otterdog.rb @@ -13,13 +13,13 @@ class Otterdog < Formula no_autobump! because: "'playwright' resource lacks PyPI sdist" bottle do - sha256 cellar: :any, arm64_sequoia: "d6e2674502b6e73dca33248d54514905f60951bd0582f3ac5085c3bc01fb3df9" - sha256 cellar: :any, arm64_sonoma: "d97abc92f752ec7e3b394c6205a6cb033bc17a07ce6f843da038e31dc0e7ed24" - sha256 cellar: :any, arm64_ventura: "9f5dbe7c5b71e000dbdc332a7b846e535ffd3fe2cbf8103d476142fbc1d1e792" - sha256 cellar: :any, sonoma: "02f51b42d7ce4249fa6299187a6ca61246be5b573d296fa68e022a6d976f1b75" - sha256 cellar: :any, ventura: "e85ccf0d9363d8aeee60749b2a582fa83d23ad3ce5da1016657f20e31f718817" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b68419290d6b8f4cbffe254a7e091c26a426d697d685569b21aa10b8bd3ab8d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2faee2608164f732b270dedb89bde6693fb8ad3e65a65dca9118d95d6e78f26a" + sha256 cellar: :any, arm64_sequoia: "c6087e277fcfb03850309a68792f6494841b0711363a52ead246e567f5587b3f" + sha256 cellar: :any, arm64_sonoma: "7300fa75e9de7c66802010d16ebd4cd794bf5bf0c1b20ee63f91bbf250067218" + sha256 cellar: :any, arm64_ventura: "fb0de5b3b706543b9c620ea98ce09df178d75bd9210efd19b5d5df1e72a70448" + sha256 cellar: :any, sonoma: "501d9f23a75a39d40d4735f0373c44f8074dc5f7105c67ecf5168949073fb61d" + sha256 cellar: :any, ventura: "af9afb7ff5b02c71526f48fb735be1a4537c12c957190d2a74b8b5c5e4dd6af3" + sha256 cellar: :any_skip_relocation, arm64_linux: "2343131bbd2b6be7e5a7f0a2744faa3f65d30c6b744bb4922137bbba0753442a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b6f2a0d50fae55e1ca1f72278df8754fd005cf6311b6d948519bdce87d7e495e" end depends_on "rust" => :build From d6e225701475fe0f4b93cdbbc295394f8b6a0523 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 21 Jun 2025 12:28:45 -0400 Subject: [PATCH 08858/10074] plutovg 1.1.0 (new formula) --- Formula/p/plutovg.rb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Formula/p/plutovg.rb diff --git a/Formula/p/plutovg.rb b/Formula/p/plutovg.rb new file mode 100644 index 0000000000000..b9e44ddff37a3 --- /dev/null +++ b/Formula/p/plutovg.rb @@ -0,0 +1,27 @@ +class Plutovg < Formula + desc "Tiny 2D vector graphics library in C" + homepage "https://github.com/sammycage/plutovg" + url "https://github.com/sammycage/plutovg/archive/refs/tags/v1.1.0.tar.gz" + sha256 "8aa9860519c407890668c29998e8bb88896ef6a2e6d7ce5ac1e57f18d79e1525" + license "MIT" + + depends_on "cmake" => :build + + def install + args = %w[ + -DBUILD_SHARED_LIBS=ON + -DPLUTOVG_BUILD_EXAMPLES=OFF + ] + + system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" + (pkgshare/"examples").install "examples/smiley.c" + end + + test do + system ENV.cc, pkgshare/"examples/smiley.c", "-o", "smiley", "-I#{include}/plutovg", "-L#{lib}", "-lplutovg" + system testpath/"smiley" + assert File.size("smiley.png").positive? + end +end From 1df6aa18469eded1d4c797ccabd6ec25aa55194d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:59:24 +0000 Subject: [PATCH 08859/10074] ferron 1.3.2 --- Formula/f/ferron.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/ferron.rb b/Formula/f/ferron.rb index 093ccd3730410..41e08ee61647d 100644 --- a/Formula/f/ferron.rb +++ b/Formula/f/ferron.rb @@ -1,8 +1,8 @@ class Ferron < Formula desc "Fast, memory-safe web server written in Rust" homepage "https://www.ferronweb.org/" - url "https://github.com/ferronweb/ferron/archive/refs/tags/1.3.1.tar.gz" - sha256 "bee7a5989e557d366aec1e2dc005e269026a2f46a097e321a721a99e70570412" + url "https://github.com/ferronweb/ferron/archive/refs/tags/1.3.2.tar.gz" + sha256 "bcaa4859bd7197f3bd0cb020831b4634f00c5cc774206209924522695cdacfe8" license "MIT" head "https://github.com/ferronweb/ferron.git", branch: "develop" From 61fb8912bb91e411759a48bcc4ca1070869968b1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 17:00:34 +0000 Subject: [PATCH 08860/10074] swift-section: add 0.4.1 bottle. --- Formula/s/swift-section.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/s/swift-section.rb b/Formula/s/swift-section.rb index 76de94c19fa53..0a6fda3a98bb6 100644 --- a/Formula/s/swift-section.rb +++ b/Formula/s/swift-section.rb @@ -6,6 +6,10 @@ class SwiftSection < Formula license "MIT" head "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "edc22b3b35f2d1930d9499123a58f7a2d5d8db43789f9305bc9f4b9c428abcf5" + end + # The Package.swift file requires Swift 5.10 or later. # But it is actually only builable with Swift 6.1+ due to the usage of trailing commma in comma-separated lists. depends_on xcode: ["16.3", :build] From 9e63e4a3ea9ca1cbb6b3cdc3bb7b66078a4fbd64 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:04:19 +0000 Subject: [PATCH 08861/10074] leetgo 1.4.14 --- Formula/l/leetgo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/leetgo.rb b/Formula/l/leetgo.rb index 4bf9291b365b1..d8027a19a5da1 100644 --- a/Formula/l/leetgo.rb +++ b/Formula/l/leetgo.rb @@ -1,8 +1,8 @@ class Leetgo < Formula desc "CLI tool for LeetCode" homepage "https://github.com/j178/leetgo" - url "https://github.com/j178/leetgo/archive/refs/tags/v1.4.13.tar.gz" - sha256 "b92f1708b1420e85c6b97e41f8a09b127a42c387918cba950543e1713195384d" + url "https://github.com/j178/leetgo/archive/refs/tags/v1.4.14.tar.gz" + sha256 "09fd101c71b8eb7c7b26d5815925be00eb1d228d00c1e67759585e4fed26ca82" license "MIT" head "https://github.com/j178/leetgo.git", branch: "master" From e380d2ee6f73a4ef423b82b26629bfc2b5fa7d91 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:10:39 +0000 Subject: [PATCH 08862/10074] pciutils 3.14.0 --- Formula/p/pciutils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pciutils.rb b/Formula/p/pciutils.rb index 40b68d022a54d..0833d1bc1d9d1 100644 --- a/Formula/p/pciutils.rb +++ b/Formula/p/pciutils.rb @@ -1,8 +1,8 @@ class Pciutils < Formula desc "PCI utilities" homepage "https://github.com/pciutils/pciutils" - url "https://github.com/pciutils/pciutils/archive/refs/tags/v3.13.0.tar.gz" - sha256 "861fc26151a4596f5c3cb6f97d6c75c675051fa014959e26fb871c8c932ebc67" + url "https://github.com/pciutils/pciutils/archive/refs/tags/v3.14.0.tar.gz" + sha256 "9f99bb89876510435fbfc47bbc8653bc57e736a21915ec0404e0610460756cb8" license "GPL-2.0-or-later" bottle do From 3b84a2b92ab5259ee58cd7f6ed309c12c18661b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:15:52 +0000 Subject: [PATCH 08863/10074] sqruff 0.26.7 --- Formula/s/sqruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 60ebaa36ff3d4..bda3ae8dd834c 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -1,8 +1,8 @@ class Sqruff < Formula desc "Fast SQL formatter/linter" homepage "https://github.com/quarylabs/sqruff" - url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.6.tar.gz" - sha256 "5fa252e2710ffb18c7c07ffffea298ff2cfe1117d4279259fd1704d8dd1c7c7a" + url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.7.tar.gz" + sha256 "0f52f1866252afa3db165009052369055802c866c77cbf2ffda24e3c73cf7f4c" license "Apache-2.0" head "https://github.com/quarylabs/sqruff.git", branch: "main" From dcfd1863c495846c2c14702b0991158bb0c1a352 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:16:41 +0000 Subject: [PATCH 08864/10074] svgo 4.0.0 --- Formula/s/svgo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/svgo.rb b/Formula/s/svgo.rb index 240f886c5b48e..aa043303b3692 100644 --- a/Formula/s/svgo.rb +++ b/Formula/s/svgo.rb @@ -1,8 +1,8 @@ class Svgo < Formula desc "Nodejs-based tool for optimizing SVG vector graphics files" homepage "https://svgo.dev/" - url "https://github.com/svg/svgo/archive/refs/tags/v3.3.2.tar.gz" - sha256 "bf79f18acd85764bd12ed7335f2d8fdc7d11760e7c4ed8bd0dc39f1272825671" + url "https://github.com/svg/svgo/archive/refs/tags/v4.0.0.tar.gz" + sha256 "dabd71f420d29747e8a10b15c4fafff7477ff2de2846c20f8e84de3bc093adaf" license "MIT" bottle do From e82ce7a2d654ed14aa4363d2d7ffd0f5d0938495 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:20:32 +0000 Subject: [PATCH 08865/10074] sgr: update 0.3.12_15 bottle. --- Formula/s/sgr.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sgr.rb b/Formula/s/sgr.rb index 33801d1fd94ce..3ab4affcb5ed0 100644 --- a/Formula/s/sgr.rb +++ b/Formula/s/sgr.rb @@ -11,13 +11,13 @@ class Sgr < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "7485b10c51cb90010959f17809af83e7674462b8a1d84a5606bd5a0181c27629" - sha256 cellar: :any, arm64_sonoma: "932b534c9740339132f1fa769236206a753ba9a8d2aa4a128145c82f289fbe86" - sha256 cellar: :any, arm64_ventura: "808887ba8146bc6104a500749553d38a0cc097731a0fb7424de40a02aab937c3" - sha256 cellar: :any, sonoma: "84c0b5fb6184feaa0b8b515bd3c45fc8f993f2f9eb5bb0ed2dbbda267117674a" - sha256 cellar: :any, ventura: "21deb66a3b70da99d0a48f5e306956df5a77a98ea0ff4dbe35145a27e1fa36f9" - sha256 cellar: :any_skip_relocation, arm64_linux: "a386be11602cdf781dcc8f6b512937545cbd60e60b980bc664a5690840c4b32d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b1f7e6a756e02126681cd5d007315ce6e669769b187d6fa0c03e1d7db835d484" + sha256 cellar: :any, arm64_sequoia: "89236b60825df7faf2a732c50730fbd1eac0ff0991ffb90cf082e983124814b2" + sha256 cellar: :any, arm64_sonoma: "ba87ac70a1aa814b56c2fcfc9d59e1d0cba001fd3efba2e24d8c4ea7342842da" + sha256 cellar: :any, arm64_ventura: "20b15c267e6ec08bff4a7a6b99a6edc525e651db05e24e9aa21f2359dd24eeba" + sha256 cellar: :any, sonoma: "c321ad64b38b581cacfc0458a887b61cc8581d4a986eb361ce59c3a0b6f8e63c" + sha256 cellar: :any, ventura: "36367c852e3e7c212e17b3a5d603ae446711b56381bee4e96c3e0254f85f84b2" + sha256 cellar: :any_skip_relocation, arm64_linux: "c1ea6742f068b91669e5aecbe41ac63423a8e2b326fbfce435fef6a99220aef0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b7b4b49b7b877f1c934c839a13f29b3a392a8ced101800f3ccd8611fe1f72104" end deprecate! date: "2025-06-21", because: :unmaintained From 90f98c8df46e1dca0e6936f9fccb442488e4017f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:21:08 +0000 Subject: [PATCH 08866/10074] pciutils: update 3.14.0 bottle. --- Formula/p/pciutils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pciutils.rb b/Formula/p/pciutils.rb index 0833d1bc1d9d1..e0fd26469686f 100644 --- a/Formula/p/pciutils.rb +++ b/Formula/p/pciutils.rb @@ -6,8 +6,8 @@ class Pciutils < Formula license "GPL-2.0-or-later" bottle do - sha256 arm64_linux: "a90ffab769185ce520f0252389c17a5c7f74e233d858d4554cf92d0e66282db5" - sha256 x86_64_linux: "8642b280a07552b6b9e2d4a887963900158155ea00b5cd85558b0f481e8204a8" + sha256 arm64_linux: "04bcc2da98a252bebdd8b6206957de9b5d4409c58fe2533197fcc6b3a71eed5f" + sha256 x86_64_linux: "684b1f7d95352c1d14a3a9431c7cccf4e5326e6e80c517d092afd8bd7d860fdf" end depends_on :linux From c823232aa099995aa4bfa748bba8feef404e771f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:21:15 +0000 Subject: [PATCH 08867/10074] asyncapi: update 3.2.0 bottle. --- Formula/a/asyncapi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/asyncapi.rb b/Formula/a/asyncapi.rb index 1623aab68fe2b..1f56fb9095e69 100644 --- a/Formula/a/asyncapi.rb +++ b/Formula/a/asyncapi.rb @@ -8,13 +8,13 @@ class Asyncapi < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any, arm64_sequoia: "198a12f3799fb1d2e8477b8b48898eb42a8048a7c71a800eac8b3c97810f2fe8" - sha256 cellar: :any, arm64_sonoma: "198a12f3799fb1d2e8477b8b48898eb42a8048a7c71a800eac8b3c97810f2fe8" - sha256 cellar: :any, arm64_ventura: "198a12f3799fb1d2e8477b8b48898eb42a8048a7c71a800eac8b3c97810f2fe8" - sha256 cellar: :any, sonoma: "47ee08e3f36f98384a161d34f3d8eea341269da2016a07a1b214a8c76e857c67" - sha256 cellar: :any, ventura: "47ee08e3f36f98384a161d34f3d8eea341269da2016a07a1b214a8c76e857c67" - sha256 cellar: :any_skip_relocation, arm64_linux: "100636a8514bb785ac9359a45fcc4168f10e4c7c4e42bd9354afe5b78d6da078" - sha256 cellar: :any_skip_relocation, x86_64_linux: "34ffbb83acc1bdf4b85a990e9dc74945d4d1574aa4026be94e7b18e4a1748a48" + sha256 cellar: :any, arm64_sequoia: "d9ec6cb315aa2a5c5adf745642f0f21c17ad2c9c93fe3856332e867e55c91d20" + sha256 cellar: :any, arm64_sonoma: "d9ec6cb315aa2a5c5adf745642f0f21c17ad2c9c93fe3856332e867e55c91d20" + sha256 cellar: :any, arm64_ventura: "d9ec6cb315aa2a5c5adf745642f0f21c17ad2c9c93fe3856332e867e55c91d20" + sha256 sonoma: "eebcd8f05d19ba0ccac1c3b3a0a96e158a747bc00b1caa40e090b0033759ac6a" + sha256 ventura: "eebcd8f05d19ba0ccac1c3b3a0a96e158a747bc00b1caa40e090b0033759ac6a" + sha256 cellar: :any_skip_relocation, arm64_linux: "fdcfdca7796c80831cda900197d035f72e67459fb0003a503e3a1274b5fa3495" + sha256 cellar: :any_skip_relocation, x86_64_linux: "01dec2447f8b12e1f10c0dd1bb9f5e81ba6f90469c85aaa8f7482c041f652e93" end depends_on "node" From e7b5e1d9bce4789e1e92f6d1d6048a4fe14d8a13 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:28:51 +0000 Subject: [PATCH 08868/10074] mentat: update 1.0.8_4 bottle. --- Formula/m/mentat.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/m/mentat.rb b/Formula/m/mentat.rb index ec780ad74e692..16328bc5f5138 100644 --- a/Formula/m/mentat.rb +++ b/Formula/m/mentat.rb @@ -12,14 +12,13 @@ class Mentat < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "70908e1d24255383875aa9aa7d8bb2119923a5786f7dfe58ffdbb21548a71160" - sha256 cellar: :any, arm64_sonoma: "0e7fd8f07a03e6ceb8776679a14e37c1be7ad10e63b591604ae85ec1ba58e915" - sha256 cellar: :any, arm64_ventura: "da02fd79ddd6e866f7d9cdc4459548c24eaeb04d9c57fb0c3c4f5756b2a437c2" - sha256 cellar: :any, sonoma: "45d47f97037d79f06a20e6b28c43deac9d9cfe0968aca3881a19a0c3c2d95430" - sha256 cellar: :any, ventura: "30951808b6bbebe3cd919b11ff7b82fea0b3737773bb684dde2cc1619872c760" - sha256 cellar: :any_skip_relocation, arm64_linux: "217d8ab6cc5f2e324ebe8e23f36322e0c6deb979c590dc2d06708895861b270e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc06886c4c5577b995aae0dbcf6d3c34185f477bd51601752a0cc0bc8fbdf69a" + sha256 cellar: :any, arm64_sequoia: "e50b7be43330309d729ea40eea1e7172222bd6fd9282226e7612a0ba0f55901c" + sha256 cellar: :any, arm64_sonoma: "b0f2721975cfb85bfdbdf0e14864fde5813204bfe71cc4665285a3f300b986ed" + sha256 cellar: :any, arm64_ventura: "fbd9c362f348f654fb3dc2bd87cbf137bfe164e30016f6b0a27f3a4f88d2a3be" + sha256 cellar: :any, sonoma: "d7361bb825d6787a943d5d76c7210b182e89f659827f61dd7c68e96b0b4cba18" + sha256 cellar: :any, ventura: "3b00fb76bcb391bc612a7dc91dc4ab132b5ddea40048b5f179e8430035cdcb16" + sha256 cellar: :any_skip_relocation, arm64_linux: "cb19785824f62dd821aeddd5afdc5c924cbfa9ce72585e4feaa371ff89dd0b03" + sha256 cellar: :any_skip_relocation, x86_64_linux: "952d23319313d27a21f55f7c4d8503a4f0037671283999f5b4ed9b40dee1f66c" end # https://github.com/AbanteAI/archive-old-cli-mentat/commit/901f0726418e9e9a66bec78facecf3a45541002d From 3277f11ac4a95c64793dcedd2a7493419db0555a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:29:53 +0000 Subject: [PATCH 08869/10074] cargo-binstall: update 1.14.0 bottle. --- Formula/c/cargo-binstall.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index 94db389ee5cd3..4f3f6fdcd2a77 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -15,13 +15,13 @@ class CargoBinstall < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "81cf0d6d05c5bb00bc3546b6a134d22cafc7f35caaadbaec117fec7ae0030762" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "649f258038cd6987329df0e1065707eb61cea1cfcfda9ba6b409da95589f0d00" - sha256 cellar: :any_skip_relocation, arm64_ventura: "437ce4ddc1b6e17a9f4c0e9d767922a8a01594d570c243c8d8d49e18998c8a0b" - sha256 cellar: :any_skip_relocation, sonoma: "f022b66fe157459903bbfa560624457c7e06cee7e59d23feda4367952faebf0d" - sha256 cellar: :any_skip_relocation, ventura: "1bad25554956cf725b62af294aeede41d06045542aee6330bc40fc1b3896594b" - sha256 cellar: :any_skip_relocation, arm64_linux: "3960a32f0ff429b715bef3d4f74e143768f9e1c7874ab4f864b405c31d756d82" - sha256 cellar: :any_skip_relocation, x86_64_linux: "55d3576bf8d28d0b49f5452a943c3d04a3f70487f8b891e2dd35de3e9b0272ef" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "750c1b9f287fbdce9054cb8fd9b1d9f5d18a94a78abc364af885082c861b0c84" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f42dca0ab273e03f1fe0882a3e88899c95ae1854edf73c718198208c02982b9a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3389655928f5f496f5df20df026dd9b08b3ac99360de0ccb76de73aca1ef85f7" + sha256 cellar: :any_skip_relocation, sonoma: "f2239f04ea9171f60f11d18d64eccf96c7662272f25fe1a8dd13aecefd590a42" + sha256 cellar: :any_skip_relocation, ventura: "f8bfd995895758003ceb6cbbe8b364f9fc01659ef47752ebf027813e3e2c63df" + sha256 cellar: :any_skip_relocation, arm64_linux: "551e14cd052f0fdf9bd5eb89a829d49eab436e9c65a18b8002cb7e22b7195ad7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bab9b22b9f4f9ac05a5087d426124669897cdd42839728eae49f94d28223f90f" end depends_on "rust" => :build From 5e234696e8b4b15528e05837c4f3b638c9355a19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:30:07 +0000 Subject: [PATCH 08870/10074] recon-ng: update 5.1.2_2 bottle. --- Formula/r/recon-ng.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/r/recon-ng.rb b/Formula/r/recon-ng.rb index 3e9a9642a1ee5..b3132eea21b77 100644 --- a/Formula/r/recon-ng.rb +++ b/Formula/r/recon-ng.rb @@ -15,14 +15,13 @@ class ReconNg < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 7 - sha256 cellar: :any, arm64_sequoia: "73ef8f988840d76008deb366dcb3540b381b9344ea2dd1633262c2289939771f" - sha256 cellar: :any, arm64_sonoma: "9a8cc5fc58f28ddedd395df597f23d970be791a905c91076edeb23d11436f953" - sha256 cellar: :any, arm64_ventura: "b4f0da3f71e8a0d94b6d493c90c97df2cfb2cfb1b0d49fb33c6339a6fae27078" - sha256 cellar: :any, sonoma: "1f46df526536feb03ea35a060473d3c40603a75e144179ae401afec18676e19e" - sha256 cellar: :any, ventura: "8bdbc862e712b72ed9c9c57ee97fe633b931978a7fc21aee8a9fc88442d41123" - sha256 cellar: :any_skip_relocation, arm64_linux: "77f4480e02a113babc610250e12ba8d5f1a5f773ea1ce0c658ab10c69e368b5b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0f0239b38ecb651e92c002fdaaa8c350e55a035eb2b6f5ec595643aff81759b4" + sha256 cellar: :any, arm64_sequoia: "b3022b72e969dd9c1a810018fb105d5171d27a0a0e0eb5bd4cee62bdade8f4f6" + sha256 cellar: :any, arm64_sonoma: "763a7f192d9242141a0e77fe2e778a032b2f0fa09218463efcbad848f0dcacba" + sha256 cellar: :any, arm64_ventura: "5ea8640077ef223ae502943f6399e9962c753d8578637471b648c6f2c332df64" + sha256 cellar: :any, sonoma: "65f4d04ec50b741832ee4fa0717be5f66fe62136a0f687631cafcb9be168939d" + sha256 cellar: :any, ventura: "5d817070eeb81592672f521a2b6f9fd74f4a2851a54b7c751239ca825b8c9a9d" + sha256 cellar: :any_skip_relocation, arm64_linux: "ee1e6d9f356669caff93850da5fddf512b8a6c94b2663628766c23ee297ec4a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f3cfb871d04bb9a3eccae1f03c452c376d75a05dfe5b22fd1e67eea41f0741ba" end depends_on "rust" => :build # for rpds-py From 8040e7751fa1bd1256cf2bb87270869e1bedcd12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:31:59 +0000 Subject: [PATCH 08871/10074] checkstyle: update 10.25.1 bottle. --- Formula/c/checkstyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkstyle.rb b/Formula/c/checkstyle.rb index 8f5df118053d3..cdb730c842576 100644 --- a/Formula/c/checkstyle.rb +++ b/Formula/c/checkstyle.rb @@ -6,7 +6,7 @@ class Checkstyle < Formula license "LGPL-2.1-or-later" bottle do - sha256 cellar: :any_skip_relocation, all: "a5af7e6c3ed4589c47f3297fb8407f896625753a64e6684dea3e2f97acbd7967" + sha256 cellar: :any_skip_relocation, all: "392847a1ece277befc504c1bbfb9a0c40d90f15ec1c10ba42f39c5199a350b40" end depends_on "openjdk" From 174d8c9cd2c7a8f36ee13e63bcbf1d63853aed81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:35:34 +0000 Subject: [PATCH 08872/10074] snowflake-cli: update 3.9.1_1 bottle. --- Formula/s/snowflake-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snowflake-cli.rb b/Formula/s/snowflake-cli.rb index f3e657b2d376e..cb0aa4136e81d 100644 --- a/Formula/s/snowflake-cli.rb +++ b/Formula/s/snowflake-cli.rb @@ -9,13 +9,13 @@ class SnowflakeCli < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "c25fa399c44b5f67a1f1a8ea4b8669e95553cd8c8c5f070605e71d1bae4b1f04" - sha256 cellar: :any, arm64_sonoma: "dea9f58a70f9c54929bbfc9da491a3c7a57f2b06ab9681a9af89f0d6949aff40" - sha256 cellar: :any, arm64_ventura: "c5d2d49c6fb016387ac406367ed97ad38c01dfbc4b8541577fef50630c4cd2fa" - sha256 cellar: :any, sonoma: "85feeb53361d3d1e5e028f64dd1cf1cf5a098eba3adab7a84b36c31ad1d6ed1c" - sha256 cellar: :any, ventura: "89f3d5fa20ccc71fd67047aa3d8a669eb38e6b230472a07cf0f2d9fe5dcf9e1d" - sha256 cellar: :any_skip_relocation, arm64_linux: "03e0c002f3aa7024397168abc55395519eb037dba944fe9a91b2d6c4a75288fa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "18241d6586999572493693ca21806ab6d6c6baab3ef80ffb8176043b307def4a" + sha256 cellar: :any, arm64_sequoia: "d31965dda149883884fb7ba085e8b6c1249cf42dd756238934bfbcaebb1e1833" + sha256 cellar: :any, arm64_sonoma: "e71a6ee1ac765d93e11ec3d7d5de86c07673ebbc430ae03259ebc9356688cd9b" + sha256 cellar: :any, arm64_ventura: "70e04121aa00e406bad7c28a36d8e19254289fabf785507cb387ad0173b59480" + sha256 cellar: :any, sonoma: "29a11bb5edb96d8e2f93964109edc96dd8fa9f2f830b8e0e05aac5ae56301aec" + sha256 cellar: :any, ventura: "04e5db1bfef58d48e0951d0fd1bd184e041ad79278375f0f0876117b0ccfa5d0" + sha256 cellar: :any_skip_relocation, arm64_linux: "7595f170dc66745206473ab345abe04931fe60082d18c3e92d24de62f812109a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d9362a3c398803da5e2274f7110dfdbdbccfa8f37adf20c600180d4efdaac732" end depends_on "rust" => :build # for pydantic-core From ffd344df15b0c80399bd59a371f81e009b8583b4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:36:08 +0000 Subject: [PATCH 08873/10074] leetgo: update 1.4.14 bottle. --- Formula/l/leetgo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/leetgo.rb b/Formula/l/leetgo.rb index d8027a19a5da1..ab1f6dfcfdc94 100644 --- a/Formula/l/leetgo.rb +++ b/Formula/l/leetgo.rb @@ -7,12 +7,12 @@ class Leetgo < Formula head "https://github.com/j178/leetgo.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "45954b389fe71222e902d09271fe5c63ed72eeda290e26a000c830465e9650f9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bef911600ab27a0d9c98a62412b782428956cec8e1c32f631a3584e827f2dd0f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d1d12037661ed2e29b7998acffcc8c066a59d18484aa2940cf91e14716c20cf4" - sha256 cellar: :any_skip_relocation, sonoma: "54c98bfa56553cb85c4afba062b9f947d8667bd1fb62a3af96289a7c017ddd84" - sha256 cellar: :any_skip_relocation, ventura: "422f21ec5d06681330648c798867db1d630ba57d488850ec3c0a1ef839e733e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8671f9912142c044cf26bd06920dac2cf01c1949090b4e09573e7b3fb424a299" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "831132b6b0456b336940c9dcd24cb407e622980d98ca9f61d59dae27bf8982ce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c91f4abbd99dfe597af2fd911b9984b8a12541f084615d9bfafc13ddd3090c0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "805be64a0a8871d337b7f40b0be0b2f1060cfd2eb2df3df1a3e7a5891a011739" + sha256 cellar: :any_skip_relocation, sonoma: "cce6a910e029733e9ede40ce5899b3b532d079444f1bcadadfea553597ce4e1c" + sha256 cellar: :any_skip_relocation, ventura: "03ec177879c2983595b051035a2ada17985df47eac21f13fbd8f4054168da6e8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5e7173c8a68261e3947a57eca91d407b6501f7deca789f7d9fde3456837d884b" end depends_on "go" => :build From 2830c23cb3b639bbba9106ce44ae28abdf7258f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:40:13 +0000 Subject: [PATCH 08874/10074] ferron: update 1.3.2 bottle. --- Formula/f/ferron.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/ferron.rb b/Formula/f/ferron.rb index 41e08ee61647d..f1702539a2b94 100644 --- a/Formula/f/ferron.rb +++ b/Formula/f/ferron.rb @@ -7,13 +7,13 @@ class Ferron < Formula head "https://github.com/ferronweb/ferron.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b98b68a0735f52c6425ef1e005c537980c74c7444d0fbb58d8239c2fc88c3c23" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "92734901edf8f4af39d57b6216dacf95fe7c37928fa91cc45ee529d66b460145" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8657f0c6555b343769c7ff422daf8ec84e748fb0409d764778b763cb274367cf" - sha256 cellar: :any_skip_relocation, sonoma: "2467335cfe7aa1d10e8649225e63f20a96f1d1d21949f356ca39755dd5a9d261" - sha256 cellar: :any_skip_relocation, ventura: "21783fa27909b3445f8cf5e52fa77e51ccbdf18734138bbd4dd1e46fbbdd789f" - sha256 cellar: :any_skip_relocation, arm64_linux: "6ea696a97bc86e90a64519b9add26715f551cb9b60fa1da821954b2575cbbb8d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "74a2b18ef89d83e7fbbec0c1ec49920b22559563b1c40260990fda44e6a7d3c3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e98eaffd6a081ccb49931f1c94665a17b6bf9f3d05081df2bf4f64d95816c7e9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8cfa35abd41bcad3933d9c98e6a444716d43ddf02265fcc10a51bd17377b44a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9546e8a4828aa366984223a47254e00e054e297e49d3b383819b1766e9e98a82" + sha256 cellar: :any_skip_relocation, sonoma: "39640d38c65db25c08d71bcbd3a0c8a7c151af1f7ec61d90b54a32bf54030ef2" + sha256 cellar: :any_skip_relocation, ventura: "66dcdee5085887ac91c00770f79862bebf4bfcbfb97cde21e4f277ad55e58525" + sha256 cellar: :any_skip_relocation, arm64_linux: "8ceb8fd6a569a7ed357623ac2036cba598ed5174b37b0c8da0654c809b4f5e14" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b7039c4387a151c8d906a5466c450bd3e02dfcb124f03093a3609950098c3676" end depends_on "rust" => :build From dcc432daa370d1e00c5b8146184b338e2bd86eca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:40:20 +0000 Subject: [PATCH 08875/10074] plutovg: add 1.1.0 bottle. --- Formula/p/plutovg.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/p/plutovg.rb b/Formula/p/plutovg.rb index b9e44ddff37a3..b9739afaa9e8b 100644 --- a/Formula/p/plutovg.rb +++ b/Formula/p/plutovg.rb @@ -5,6 +5,15 @@ class Plutovg < Formula sha256 "8aa9860519c407890668c29998e8bb88896ef6a2e6d7ce5ac1e57f18d79e1525" license "MIT" + bottle do + sha256 cellar: :any, arm64_sequoia: "ac156e2c915c6512ff71be37db603ed4fe32329ee5074ed867fee3fd59fd7069" + sha256 cellar: :any, arm64_sonoma: "c7296dca832620899ced5f5752f32405b9db14bcb972c9cea0abae21dfd13952" + sha256 cellar: :any, arm64_ventura: "987a6642fd71f6594e1af68980b4f3ecca034cc7a0fbb02824b666e4cfd2c0e1" + sha256 cellar: :any, sonoma: "adae6b93c4dc216886d41269c758800efcf3da303c88dca1cf2438b0750924e6" + sha256 cellar: :any, ventura: "53072481855f74f313530d64e6ab0f21af5bc188b48becb60de1627782b1dfb8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bdde75991f4603eddaf7249b9b7387c7f605451ede7622ce3b67518b8d202350" + end + depends_on "cmake" => :build def install From 26d7e4ee06c1128be3f85a261928577bb143c75a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:42:11 +0000 Subject: [PATCH 08876/10074] svgo: update 4.0.0 bottle. --- Formula/s/svgo.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/s/svgo.rb b/Formula/s/svgo.rb index aa043303b3692..bc2e3fbf27c59 100644 --- a/Formula/s/svgo.rb +++ b/Formula/s/svgo.rb @@ -6,8 +6,7 @@ class Svgo < Formula license "MIT" bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "2833c2c786650c7a04428c9abfefea67dafb328090d109142ae2a659543be4cb" + sha256 cellar: :any_skip_relocation, all: "ec0f78a0a81069dcd687212bb5afc0a980197b1f762d35a47ec58f4c2a416473" end depends_on "node" From 2fecac2a8e1fdc9e43bc1444070af0f9d0027c28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:46:40 +0000 Subject: [PATCH 08877/10074] sqruff: update 0.26.7 bottle. --- Formula/s/sqruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index bda3ae8dd834c..3c0aec2a20881 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -7,13 +7,13 @@ class Sqruff < Formula head "https://github.com/quarylabs/sqruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6a95f0688e5757713198d087da0afa605f8b42345a40101e8d867ddf0016cb6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "088bcdb2e69fc1a294db643bf15cff9ae879e0a04c0c2477ae26ac804e0c0984" - sha256 cellar: :any_skip_relocation, arm64_ventura: "030bb909a90937ac2e72240653adce26def21386ad0325453d82bac36019c448" - sha256 cellar: :any_skip_relocation, sonoma: "ae19a7d9afab0fc6156ec37567c3dc484b8d885204ccc0c8f2b99db8d4054331" - sha256 cellar: :any_skip_relocation, ventura: "fab8dd697a0d1fe735e308ac950c34e86db423c04eb048978644ddc4cc4b995e" - sha256 cellar: :any_skip_relocation, arm64_linux: "9ef877720f5787e2a4973f08e2d74586767a7cba2dade1b0046c27c513dde143" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd16e099ee993c9c6315df05f57c9fe695a1501a793a31908d9f5cc5d0a81bb7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3dcbea0b08bf23ce829b97dbe0fa9ad476fda68a746811f84bea4da4a74c6d6a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "54804ed921f350735f8b80d9cfcf58802c4c29b1d6c6f91ca06b53e473c93b15" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1d1214949a1d40bde0cbd0c9c75618d57ff4d072686fdb9b750ed0534502c3f3" + sha256 cellar: :any_skip_relocation, sonoma: "61cb811ff9bf871429d5f29c7a0807f4968c5bd69efbc635daef43c4f0b0f0fe" + sha256 cellar: :any_skip_relocation, ventura: "1d23605d34e110c56c0dc6487c2fe680ae0be5c2fd75ef1011f1ed91b6edf28c" + sha256 cellar: :any_skip_relocation, arm64_linux: "67d88766a29d1e445ca44c45b58255d0e53d63f8dc3d57e532162f9966a14966" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e11a31f9be443157d867e3175eed88b3c81503258032ff3db21e8ab71d33cffc" end depends_on "rust" => :build From f5f0efa96b70b8b0a1889c015bdf372a019ba503 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:45 -0700 Subject: [PATCH 08878/10074] abi-compliance-checker: disable --- Formula/a/abi-compliance-checker.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/a/abi-compliance-checker.rb b/Formula/a/abi-compliance-checker.rb index f5eb485bd654f..006712d72002b 100644 --- a/Formula/a/abi-compliance-checker.rb +++ b/Formula/a/abi-compliance-checker.rb @@ -14,6 +14,7 @@ class AbiComplianceChecker < Formula end deprecate! date: "2024-06-05", because: :unmaintained + disable! date: "2025-06-21", because: :unmaintained uses_from_macos "perl" From ae421a1b0ee45165b70dc6688426fdd0509b652c Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:51 -0700 Subject: [PATCH 08879/10074] abi-dumper: disable --- Formula/a/abi-dumper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/a/abi-dumper.rb b/Formula/a/abi-dumper.rb index a74498441c464..7a071bc01af27 100644 --- a/Formula/a/abi-dumper.rb +++ b/Formula/a/abi-dumper.rb @@ -14,6 +14,7 @@ class AbiDumper < Formula end deprecate! date: "2024-06-05", because: :unmaintained + disable! date: "2025-06-21", because: :unmaintained depends_on "abi-compliance-checker" depends_on "elfutils" From 63e6b98d4a98419bfad56690cfc6a3ae36f66b23 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:51 -0700 Subject: [PATCH 08880/10074] antiword: disable --- Formula/a/antiword.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/a/antiword.rb b/Formula/a/antiword.rb index 4f86a25379fd7..6474d1d31eae6 100644 --- a/Formula/a/antiword.rb +++ b/Formula/a/antiword.rb @@ -28,6 +28,7 @@ class Antiword < Formula end deprecate! date: "2024-06-19", because: :repo_removed + disable! date: "2025-06-21", because: :repo_removed resource "testdoc.doc" do url "https://github.com/rsdoiel/antiword/raw/fe4b579067122a2d9d62647efb1ee7cfe3ca92bb/Docs/testdoc.doc" From fd1f33ff496ca5400059f1c7e3d7eda658ea14f7 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:51 -0700 Subject: [PATCH 08881/10074] ecm: disable --- Formula/e/ecm.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/e/ecm.rb b/Formula/e/ecm.rb index 63a8169eabe04..845ae3c3948d4 100644 --- a/Formula/e/ecm.rb +++ b/Formula/e/ecm.rb @@ -28,6 +28,7 @@ class Ecm < Formula end deprecate! date: "2024-06-18", because: :repo_removed + disable! date: "2025-06-21", because: :repo_removed def install system ENV.cc, "-o", "ecm", "ecm.c" From 5ce567d768dd70071b6b3fe5538d0c6f35f6d948 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:51 -0700 Subject: [PATCH 08882/10074] fastbit: disable --- Formula/f/fastbit.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/f/fastbit.rb b/Formula/f/fastbit.rb index 94a92b39b4ece..0bf503075dd60 100644 --- a/Formula/f/fastbit.rb +++ b/Formula/f/fastbit.rb @@ -29,6 +29,7 @@ class Fastbit < Formula end deprecate! date: "2024-06-18", because: :unmaintained + disable! date: "2025-06-21", because: :unmaintained depends_on "openjdk" From a45e97f90d6fc744bc278e90d83913e4cd2f93c2 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:51 -0700 Subject: [PATCH 08883/10074] gokart: disable --- Formula/g/gokart.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/g/gokart.rb b/Formula/g/gokart.rb index 505f88292256d..b6939688f277b 100644 --- a/Formula/g/gokart.rb +++ b/Formula/g/gokart.rb @@ -23,6 +23,7 @@ class Gokart < Formula end deprecate! date: "2024-06-20", because: :repo_archived + disable! date: "2025-06-21", because: :repo_archived depends_on "go" => [:build, :test] From 2535bbc3b5eda7c4fd809f2d74fe799eea9fc4bc Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:52 -0700 Subject: [PATCH 08884/10074] greed: disable --- Formula/g/greed.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/g/greed.rb b/Formula/g/greed.rb index 75105920b22ff..227082dc84f8e 100644 --- a/Formula/g/greed.rb +++ b/Formula/g/greed.rb @@ -22,6 +22,7 @@ class Greed < Formula end deprecate! date: "2024-06-07", because: :checksum_mismatch + disable! date: "2025-06-21", because: :checksum_mismatch uses_from_macos "ncurses" From 93e7d03471e435e67aeadba85e8fb0313d3bd23e Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:52 -0700 Subject: [PATCH 08885/10074] hyperkit: disable --- Formula/h/hyperkit.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/h/hyperkit.rb b/Formula/h/hyperkit.rb index 449a43e6bd975..db246f65d5c14 100644 --- a/Formula/h/hyperkit.rb +++ b/Formula/h/hyperkit.rb @@ -14,6 +14,7 @@ class Hyperkit < Formula # does not build for 13 and 14, and no upstream commits in the past two years deprecate! date: "2024-06-06", because: :unmaintained + disable! date: "2025-06-21", because: :unmaintained depends_on "ocaml" => :build depends_on "opam" => :build From 5cbfef96bda0370fdde83efff59a23f30729c914 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:52 -0700 Subject: [PATCH 08886/10074] negfix8: disable --- Formula/n/negfix8.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/n/negfix8.rb b/Formula/n/negfix8.rb index 86910ee9f9156..66282751a410f 100644 --- a/Formula/n/negfix8.rb +++ b/Formula/n/negfix8.rb @@ -14,6 +14,7 @@ class Negfix8 < Formula # https://github.com/chrishunt/negfix8/pull/2#issuecomment-1956815369 deprecate! date: "2024-06-10", because: :unmaintained + disable! date: "2025-06-21", because: :unmaintained depends_on "imagemagick" From 57b46596bc91cf2fb76c6ad4f02ca50441723c90 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:52 -0700 Subject: [PATCH 08887/10074] rc: disable --- Formula/r/rc.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/r/rc.rb b/Formula/r/rc.rb index b573e288f7ad7..37d79e4cbd379 100644 --- a/Formula/r/rc.rb +++ b/Formula/r/rc.rb @@ -27,6 +27,7 @@ class Rc < Formula end deprecate! date: "2024-06-10", because: :repo_removed + disable! date: "2025-06-21", because: :repo_removed uses_from_macos "libedit" From b04c673147fe2c023013a23e4724ef07cb9c1f87 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:52 -0700 Subject: [PATCH 08888/10074] skymaker: disable --- Formula/s/skymaker.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/skymaker.rb b/Formula/s/skymaker.rb index e2958e6e2f8fb..eb76d37884bfa 100644 --- a/Formula/s/skymaker.rb +++ b/Formula/s/skymaker.rb @@ -28,6 +28,7 @@ class Skymaker < Formula end deprecate! date: "2024-06-10", because: :unmaintained + disable! date: "2025-06-21", because: :unmaintained depends_on "autoconf" => :build depends_on "fftw" From dc7be3594fdecff30af014c7bda63a205ce64aa8 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:53 -0700 Subject: [PATCH 08889/10074] textract: disable --- Formula/t/textract.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/t/textract.rb b/Formula/t/textract.rb index 72ec4d0523231..4c0fb1d9ea7fe 100644 --- a/Formula/t/textract.rb +++ b/Formula/t/textract.rb @@ -24,6 +24,7 @@ class Textract < Formula # https://github.com/deanmalmgren/textract/issues/498 deprecate! date: "2024-06-18", because: :unmaintained + disable! date: "2025-06-21", because: :unmaintained depends_on "antiword" depends_on "flac" From 0d39f9a208c583766e56883fa69d8f4b9c562c46 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Jun 2025 10:53:53 -0700 Subject: [PATCH 08890/10074] typstfmt: disable --- Formula/t/typstfmt.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/t/typstfmt.rb b/Formula/t/typstfmt.rb index 02cd67c52c6a4..f315948481a8c 100644 --- a/Formula/t/typstfmt.rb +++ b/Formula/t/typstfmt.rb @@ -21,6 +21,7 @@ class Typstfmt < Formula end deprecate! date: "2024-06-08", because: :unmaintained + disable! date: "2025-06-21", because: :unmaintained depends_on "rust" => :build From 98ba24198e1cb14e65915cf1496f262e7960c68d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 14:07:30 -0400 Subject: [PATCH 08891/10074] theharvester: bump python resources Signed-off-by: Rui Chen --- Formula/t/theharvester.rb | 47 ++++++++++++++++++-------------------- pypi_formula_mappings.json | 2 +- 2 files changed, 23 insertions(+), 26 deletions(-) diff --git a/Formula/t/theharvester.rb b/Formula/t/theharvester.rb index 3e4fab00b5716..e9c2ac1f2c0bc 100644 --- a/Formula/t/theharvester.rb +++ b/Formula/t/theharvester.rb @@ -6,6 +6,7 @@ class Theharvester < Formula url "https://github.com/laramies/theHarvester/archive/refs/tags/4.8.0.tar.gz" sha256 "096f5de826a1cb6b1e27b785767ec1e291621ebece9c04d78e117c14f7a84119" license "GPL-2.0-only" + revision 1 head "https://github.com/laramies/theHarvester.git", branch: "master" bottle do @@ -20,6 +21,7 @@ class Theharvester < Formula depends_on "rust" => :build depends_on "certifi" + depends_on "cffi" depends_on "libyaml" depends_on "python@3.13" @@ -97,11 +99,6 @@ class Theharvester < Formula sha256 "da07d8589fc98b8878eec5772d275d199dda89a3340ce69cd6ab2dc5567e887f" end - resource "cffi" do - url "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz" - sha256 "1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824" - end - resource "charset-normalizer" do url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" @@ -143,8 +140,8 @@ class Theharvester < Formula end resource "frozenlist" do - url "https://files.pythonhosted.org/packages/ee/f4/d744cba2da59b5c1d88823cf9e8a6c74e4659e2b27604ed973be2a0bf5ab/frozenlist-1.6.0.tar.gz" - sha256 "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" + url "https://files.pythonhosted.org/packages/79/b1/b64018016eeb087db503b038296fd782586432b9c077fc5c7839e9cb6ef6/frozenlist-1.7.0.tar.gz" + sha256 "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" end resource "greenlet" do @@ -163,8 +160,8 @@ class Theharvester < Formula end resource "limits" do - url "https://files.pythonhosted.org/packages/f3/93/1d0d9feedbf58220be4160f5f3fbe51f52449d0699f896b32ce731756e30/limits-5.2.0.tar.gz" - sha256 "b6b659774f17befef2dd30a76dcd2bdecf3852e73b6627143d44ab4deda94b48" + url "https://files.pythonhosted.org/packages/79/32/95d4908a730213a5db40462b0e20c1b93a688b33eade8c4981bbf0ca08de/limits-5.4.0.tar.gz" + sha256 "27ebf55118e3c9045f0dbc476f4559b26d42f4b043db670afb8963f36cf07fd9" end resource "lxml" do @@ -183,8 +180,8 @@ class Theharvester < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/91/2f/a3470242707058fe856fe59241eee5635d79087100b7042a867368863a27/multidict-6.4.4.tar.gz" - sha256 "69ee9e6ba214b5245031b76233dd95408a0fd57fdb019ddcc1ead4790932a8e8" + url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" + sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" end resource "netaddr" do @@ -203,13 +200,13 @@ class Theharvester < Formula end resource "propcache" do - url "https://files.pythonhosted.org/packages/07/c8/fdc6686a986feae3541ea23dcaa661bd93972d3940460646c6bb96e21c40/propcache-0.3.1.tar.gz" - sha256 "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf" + url "https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz" + sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end resource "pycares" do - url "https://files.pythonhosted.org/packages/19/7a/01ef7ce35fc1312d6c1c07f3b87f329ad6daf41bb9cd57c8f017e0b653fa/pycares-4.8.0.tar.gz" - sha256 "2fc2ebfab960f654b3e3cf08a732486950da99393a657f8b44618ad3ed2d39c1" + url "https://files.pythonhosted.org/packages/f5/37/4d4f8ac929e98aad64781f37d9429e82ba65372fc89da0473cdbecdbbb03/pycares-4.9.0.tar.gz" + sha256 "8ee484ddb23dbec4d88d14ed5b6d592c1960d2e93c385d5e52b6fad564d82395" end resource "pycparser" do @@ -218,8 +215,8 @@ class Theharvester < Formula end resource "pydantic" do - url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz" - sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a" + url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz" + sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db" end resource "pydantic-core" do @@ -233,8 +230,8 @@ class Theharvester < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "python-dateutil" do @@ -318,8 +315,8 @@ class Theharvester < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz" - sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466" + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end resource "uvicorn" do @@ -338,13 +335,13 @@ class Theharvester < Formula end resource "xlsxwriter" do - url "https://files.pythonhosted.org/packages/a7/d1/e026d33dd5d552e5bf3a873dee54dad66b550230df8290d79394f09b2315/xlsxwriter-3.2.3.tar.gz" - sha256 "ad6fd41bdcf1b885876b1f6b7087560aecc9ae5a9cc2ba97dcac7ab2e210d3d5" + url "https://files.pythonhosted.org/packages/a7/47/7704bac42ac6fe1710ae099b70e6a1e68ed173ef14792b647808c357da43/xlsxwriter-3.2.5.tar.gz" + sha256 "7e88469d607cdc920151c0ab3ce9cf1a83992d4b7bc730c5ffdd1a12115a7dbe" end resource "yarl" do - url "https://files.pythonhosted.org/packages/62/51/c0edba5219027f6eab262e139f73e2417b0f4efffa23bf562f6e18f76ca5/yarl-1.20.0.tar.gz" - sha256 "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" + url "https://files.pythonhosted.org/packages/3c/fb/efaa23fa4e45537b827620f04cf8f3cd658b76642205162e072703a5b963/yarl-1.20.1.tar.gz" + sha256 "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" end def install diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index d5b0323d5c4df..25e3e4461c19e 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -911,7 +911,7 @@ "exclude_packages": ["pygit2"] }, "theharvester": { - "exclude_packages": ["certifi"] + "exclude_packages": ["cffi", "certifi"] }, "tmt": { "exclude_packages": ["certifi"] From 476899b8adfc1e4cc4e1ba83f9ece40a603f9964 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:55:14 +0000 Subject: [PATCH 08892/10074] enchant 2.8.10 --- Formula/e/enchant.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/enchant.rb b/Formula/e/enchant.rb index bd29857c451b6..45abef93c154e 100644 --- a/Formula/e/enchant.rb +++ b/Formula/e/enchant.rb @@ -1,8 +1,8 @@ class Enchant < Formula desc "Spellchecker wrapping library" homepage "https://rrthomas.github.io/enchant/" - url "https://github.com/rrthomas/enchant/releases/download/v2.8.9/enchant-2.8.9.tar.gz" - sha256 "a1ea39b3f7dcd4a4149fd8c406183339eaad717bdb0ed1b4b274bc282cca0e62" + url "https://github.com/rrthomas/enchant/releases/download/v2.8.10/enchant-2.8.10.tar.gz" + sha256 "6db791265ace652c63a6d24f376f4c562b742284d70d3ccb9e1ce8be45b288c9" license "LGPL-2.1-or-later" bottle do From cffbe03383b5cbec1908d96a9ae4c80e5eab270a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:55:28 +0000 Subject: [PATCH 08893/10074] erofs-utils 1.8.7 --- Formula/e/erofs-utils.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/e/erofs-utils.rb b/Formula/e/erofs-utils.rb index ea7c6c303b5a8..376d8b71245bd 100644 --- a/Formula/e/erofs-utils.rb +++ b/Formula/e/erofs-utils.rb @@ -1,10 +1,9 @@ class ErofsUtils < Formula desc "Utilities for Enhanced Read-Only File System" homepage "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" - url "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-1.8.6.tar.gz" - sha256 "5b221dc3fd6d151425b30534ede46fb7a90dc233a8659cba0372796b0a066547" + url "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-1.8.7.tar.gz" + sha256 "d84941a83369a9128f2d57b3014aac86e63ca1ab03000a9f5bb21c703f10d272" license "GPL-2.0-or-later" - revision 1 head "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git", branch: "master" livecheck do From 3f06a6b5029209e5427c7e7a9b92cfa8284654b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:56:19 +0000 Subject: [PATCH 08894/10074] fern-api 0.64.15 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 6617e62dcfadd..72d94896a5dcc 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.14.tgz" - sha256 "33f386e01d5e5285c85fa476cbda26e91a0d441ee5288263850b4bfa1feaec95" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.15.tgz" + sha256 "8994e1ce578d8b9e7c3545d4f905aeb63dfd64af6048f580b6ba0f73056fa57e" license "Apache-2.0" bottle do From d41f36db99250827796791945e0a017a7ba0f97e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:57:37 +0000 Subject: [PATCH 08895/10074] gitea 1.24.2 --- Formula/g/gitea.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitea.rb b/Formula/g/gitea.rb index 3ffbf71aebf59..64cafa9f19819 100644 --- a/Formula/g/gitea.rb +++ b/Formula/g/gitea.rb @@ -1,8 +1,8 @@ class Gitea < Formula desc "Painless self-hosted all-in-one software development service" homepage "https://about.gitea.com/" - url "https://dl.gitea.com/gitea/1.24.1/gitea-src-1.24.1.tar.gz" - sha256 "c27cc4dde9744e8961f72a42b6a15ca127aa3dc6c153dea587fd420ac04d1493" + url "https://dl.gitea.com/gitea/1.24.2/gitea-src-1.24.2.tar.gz" + sha256 "1015496a01a95821faaefce1d422ecdd98f62bc609efbeb43608772612ceeeff" license "MIT" head "https://github.com/go-gitea/gitea.git", branch: "main" From 58fe3d6da34229da43a558a9d1f9bcb03d7e904f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:59:41 +0000 Subject: [PATCH 08896/10074] infat 2.5.2 --- Formula/i/infat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/infat.rb b/Formula/i/infat.rb index c0d843b70edfe..0f4ceb6b23a7b 100644 --- a/Formula/i/infat.rb +++ b/Formula/i/infat.rb @@ -1,8 +1,8 @@ class Infat < Formula desc "Tool to set default openers for file formats and url schemes on MacOS" homepage "https://github.com/philocalyst/infat" - url "https://github.com/philocalyst/infat/archive/refs/tags/v2.5.1.tar.gz" - sha256 "d25397531b436eaf27e9ceb111033a39fa0fe7f74fbb908f6740a0684d5a52f3" + url "https://github.com/philocalyst/infat/archive/refs/tags/v2.5.2.tar.gz" + sha256 "145d37b264113f4826fcf2c7e2be3f58ffd0ebcb25031163daef8ee38589219e" license "MIT" bottle do From 0448ee2607f90887c820a65bbbddaca7e580ba4d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:07:38 +0000 Subject: [PATCH 08897/10074] theharvester: update 4.8.0_1 bottle. --- Formula/t/theharvester.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/theharvester.rb b/Formula/t/theharvester.rb index e9c2ac1f2c0bc..63e18e4c34cba 100644 --- a/Formula/t/theharvester.rb +++ b/Formula/t/theharvester.rb @@ -10,13 +10,13 @@ class Theharvester < Formula head "https://github.com/laramies/theHarvester.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "a250432f0fed3a8944bb5ecf1cf81152af6f277c1f509e4c7250cd45d1b20c3b" - sha256 cellar: :any, arm64_sonoma: "c7c6abe25cfa5f310f67d54e921018bde2ed2c8092153f77496bb0061a44a27d" - sha256 cellar: :any, arm64_ventura: "129eb021fa2716da4414c7a45f65f16e00c31065a02f599eaee1fc9a11f3c45a" - sha256 cellar: :any, sonoma: "e0811d3983165533b3b513f887fc739e99ae6ea24eda6eb5a802a9cc0e6b931a" - sha256 cellar: :any, ventura: "343e1bd1da584678a0962a0809008661750f4044c78cedb13d8f373a702aaf45" - sha256 cellar: :any_skip_relocation, arm64_linux: "35e615b15c750c3cded63a515e099680db58f992cba3ba9bf45eafb863a3a485" - sha256 cellar: :any_skip_relocation, x86_64_linux: "972fda5cd84b3cbc6b8579b0c2608adfd4188d2c231afab5aad76327d04ce322" + sha256 cellar: :any, arm64_sequoia: "1ca1c0833a9161dec1a7638add14c007259dcad59870b56761d7888da811ec2e" + sha256 cellar: :any, arm64_sonoma: "6103060dfee09c0fee20db8c1f6bfff94afed2336ea0ffe1d9831d0bd1fe3531" + sha256 cellar: :any, arm64_ventura: "931baabc928dfb48a68f37d880a6ce36795dbfdb84aae569d7f4aa719df871e9" + sha256 cellar: :any, sonoma: "eb3440e684686920c893eb66eb5d49da61bb3d3fed8fe41fbe004c797aa037ac" + sha256 cellar: :any, ventura: "4cf68e89c3148534471cde45c3d8e19f05ab93b4d639b612e93becc85bead116" + sha256 cellar: :any_skip_relocation, arm64_linux: "99f556d6c0f7290c25ca3b165f9f53b542a5799d2c03ab92e9ddb10e147f0664" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed36b6dac1f926db008f9ed7da1858571f98933d74896325b9a00770ddc7ea5b" end depends_on "rust" => :build From 608e7fa42fad109530f809ba75060e098e939005 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:08:29 +0000 Subject: [PATCH 08898/10074] podofo 1.0.1 --- Formula/p/podofo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/podofo.rb b/Formula/p/podofo.rb index 9cd189dfc7252..aa7fbf54c8c47 100644 --- a/Formula/p/podofo.rb +++ b/Formula/p/podofo.rb @@ -1,8 +1,8 @@ class Podofo < Formula desc "Library to work with the PDF file format" homepage "https://github.com/podofo/podofo" - url "https://github.com/podofo/podofo/archive/refs/tags/1.0.0.tar.gz" - sha256 "e44276d927838034b51c4c79001e7ae5c3fef90b6844824004c77f160c1a22ea" + url "https://github.com/podofo/podofo/archive/refs/tags/1.0.1.tar.gz" + sha256 "951ba6d2f5083650b8ebc959d66a232e15ea43b7c737230cedf23ed163f5051f" license all_of: ["LGPL-2.0-only", "GPL-2.0-only"] head "https://github.com/podofo/podofo.git", branch: "master" From bba06d47cab1404205702a34a7f3122018551681 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 20:11:03 +0000 Subject: [PATCH 08899/10074] plutovg: update 1.1.0 bottle. --- Formula/p/plutovg.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/plutovg.rb b/Formula/p/plutovg.rb index b9739afaa9e8b..18b036aef7153 100644 --- a/Formula/p/plutovg.rb +++ b/Formula/p/plutovg.rb @@ -11,6 +11,7 @@ class Plutovg < Formula sha256 cellar: :any, arm64_ventura: "987a6642fd71f6594e1af68980b4f3ecca034cc7a0fbb02824b666e4cfd2c0e1" sha256 cellar: :any, sonoma: "adae6b93c4dc216886d41269c758800efcf3da303c88dca1cf2438b0750924e6" sha256 cellar: :any, ventura: "53072481855f74f313530d64e6ab0f21af5bc188b48becb60de1627782b1dfb8" + sha256 cellar: :any_skip_relocation, arm64_linux: "e9b79f59f1df5754b7c031892e998e02aac551653ef94fdf9518cd072b0ce0e8" sha256 cellar: :any_skip_relocation, x86_64_linux: "bdde75991f4603eddaf7249b9b7387c7f605451ede7622ce3b67518b8d202350" end From c9d4340f80af1075871e930ec351e9aafa13fff1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:12:50 +0000 Subject: [PATCH 08900/10074] sqruff 0.26.8 --- Formula/s/sqruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 3c0aec2a20881..8dfa297fac076 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -1,8 +1,8 @@ class Sqruff < Formula desc "Fast SQL formatter/linter" homepage "https://github.com/quarylabs/sqruff" - url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.7.tar.gz" - sha256 "0f52f1866252afa3db165009052369055802c866c77cbf2ffda24e3c73cf7f4c" + url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.8.tar.gz" + sha256 "7c43959e659f6cbc75ea479ecd84428871786c5a14b420b27117f31633c289b6" license "Apache-2.0" head "https://github.com/quarylabs/sqruff.git", branch: "main" From 8c5605043607f02b349a9035513fdc4131850fe7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:17:06 +0000 Subject: [PATCH 08901/10074] zfind 0.4.7 --- Formula/z/zfind.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zfind.rb b/Formula/z/zfind.rb index 96c7d3bd120f3..5ff120182d62a 100644 --- a/Formula/z/zfind.rb +++ b/Formula/z/zfind.rb @@ -1,8 +1,8 @@ class Zfind < Formula desc "Search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter" homepage "https://github.com/laktak/zfind" - url "https://github.com/laktak/zfind/archive/refs/tags/v0.4.6.tar.gz" - sha256 "cdd17b981e20eab9d8daa59883c37e4be22e95af0e72d273ab5f45ce683f106a" + url "https://github.com/laktak/zfind/archive/refs/tags/v0.4.7.tar.gz" + sha256 "49bc01da8446c8a97182f9794032d851614f0efc75b4f4810a114491a08d3bd4" license "MIT" head "https://github.com/laktak/zfind.git", branch: "master" From 629279bdbc28655b5675e44860f18c6df0af3ff3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:33:47 +0000 Subject: [PATCH 08902/10074] erofs-utils: update 1.8.7 bottle. --- Formula/e/erofs-utils.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/erofs-utils.rb b/Formula/e/erofs-utils.rb index 376d8b71245bd..d587344dd2448 100644 --- a/Formula/e/erofs-utils.rb +++ b/Formula/e/erofs-utils.rb @@ -12,13 +12,13 @@ class ErofsUtils < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "03e075a445897ce1acaf6ddc02e62ddb705972ea6f26a31e2e5b991a841aeb73" - sha256 cellar: :any, arm64_sonoma: "f90df104dd53380797ec856b06802d9da4788212649f6ce4c4a6763ebc309651" - sha256 cellar: :any, arm64_ventura: "dcc67b92eea9b1f17038baed4c2413567a541951c9210ac988496833be0276fd" - sha256 cellar: :any, sonoma: "4c0a889e8005956e1501f974286d9ab5e060481e78069bd5fd681b3d885ae17f" - sha256 cellar: :any, ventura: "19c47bf9e4d9e2e9309232f9b72f65454c7a92a91de0993a26c3b9b6c3d833ff" - sha256 cellar: :any_skip_relocation, arm64_linux: "431c2a838f37fcef7bd49655e72aa754c7ade8184e138c727ae5ca60d1384528" - sha256 cellar: :any_skip_relocation, x86_64_linux: "26ff2d6669966a7967651ca4b59acac8316abae5042a7fbdf48eaeeff8d0045b" + sha256 cellar: :any, arm64_sequoia: "0158d7872fffdc11afce4b9936e725a7157090eeb2bba4cd17e91ac6ec303606" + sha256 cellar: :any, arm64_sonoma: "29efdcb10aa8fd8749a3211cbb90522d9668339e5c957874235f03a401ee0f64" + sha256 cellar: :any, arm64_ventura: "307b8119bb0c10d5f5535e69e070b1c3c575c9a7b95f0710e01ab8126506552a" + sha256 cellar: :any, sonoma: "81a86dacf10f5e4c5b12bfd5544a4b909d2275b6086262ec7443f8eecca4b0c4" + sha256 cellar: :any, ventura: "763aecf4e56152b0fa7a1b9726c28e18c9e57c10184deb2f5f90f3031f9600fe" + sha256 cellar: :any_skip_relocation, arm64_linux: "082e2e10e3c07b1fee4ab5af264ba58af10e23cf1c4b2e733f54059a26184ce9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "669254ff1c836bf46a1e8a24edc5aba39db7d57d5e892945725421f03f8e10c7" end depends_on "autoconf" => :build From 15b80b7b4f198217be5b987fc35117e6b793d2d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:33:50 +0000 Subject: [PATCH 08903/10074] fern-api: update 0.64.15 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 72d94896a5dcc..02ee08c203dc4 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "c197b63ab4825eaf2e253fb875e354eafdbfe466d0fc3ad58a418d479b2b8627" + sha256 cellar: :any_skip_relocation, all: "87cab77e495660e3514e1686beb89a73cc98a7f424e60e02da8490a3fe277430" end depends_on "node" From ecf3b271160513353f9accaed2f175dc3c90fab2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:34:08 +0000 Subject: [PATCH 08904/10074] gitea: update 1.24.2 bottle. --- Formula/g/gitea.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gitea.rb b/Formula/g/gitea.rb index 64cafa9f19819..7c17e423c99f2 100644 --- a/Formula/g/gitea.rb +++ b/Formula/g/gitea.rb @@ -14,12 +14,12 @@ class Gitea < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "73db4e5c887380cba51e892275b547be7b0bb6d1307746a032a0fdc093e89bba" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a363b3497f5c17f7d83d490f148dd9477e9835fbf73d05491a806ee50b07c76" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e59d0d6e8c0ca822a3577db2f56bb0f93c53df1746b9b18e7edea66ef6435984" - sha256 cellar: :any_skip_relocation, sonoma: "04bf7c1225dcdc96cf3cbb71bc94b5215facd71ad9027cec0ecccf1e02746ff0" - sha256 cellar: :any_skip_relocation, ventura: "1f648a64a649278b48a99df5fb4f63cdba4dc5dc4506934ef53d368138d98387" - sha256 cellar: :any_skip_relocation, x86_64_linux: "062651b1adccc6f5c8253820f33d7e28ce5fb75f3cadd2175c08157820bd3ea5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5619035d3d5c6a5b19a2c7bac3a8b1fa4fe71ae955dd3309da28900bfba319f2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "70f3c93d1126696676b68b46f484ff323cd4599c75a5e001a72ece8aa98317bd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7f2607ee84b5cbf68ac0b90f9ba1ebbc4f0531c18c5fc26f133e43d4da24c866" + sha256 cellar: :any_skip_relocation, sonoma: "cb61673286485958dff6a8e31e8128ba5404db514fc7fb1eda0b74a5b52d9b6d" + sha256 cellar: :any_skip_relocation, ventura: "74464f638bc83f7f028a1a61cf67011fce3826e96bf3df62b408242273f12917" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e86e4c96c01bbd0fff61ea2a8062987bd1f5f6934706893a24270a1d51114059" end depends_on "go" => :build From a930f591dd1394f7b4969c7f0cb0be8565d5af63 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:35:33 +0000 Subject: [PATCH 08905/10074] infat: update 2.5.2 bottle. --- Formula/i/infat.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/i/infat.rb b/Formula/i/infat.rb index 0f4ceb6b23a7b..3f26f8f5cea29 100644 --- a/Formula/i/infat.rb +++ b/Formula/i/infat.rb @@ -6,9 +6,9 @@ class Infat < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6466855e24ccda05194b336d748c1d742e1527f7a6fef67b85b59c93f2fa6c67" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "422b1395feed2b3b4fca3b9b044ba4b3ec6d9109718c1e0cc2a20b27be3a2c26" - sha256 cellar: :any_skip_relocation, sonoma: "38ea665b9aa1e64fa4d066a37c51116204ce3eade08cfdd76406346f703c643b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdaf5db6b238753ccc890899bc4531755c51e71076fe26d7654973972f4f31e3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0031bf440b8167044dd615171095001aad021afb0590e2f179612a0e8bcc9520" + sha256 cellar: :any_skip_relocation, sonoma: "e684dc96c078f68dd52cc15e1145789168bd7c4ee3fb4f245a56f3d664d41c6a" end depends_on xcode: ["15.2", :build] From e0e4036a14eb7fa01f1e281bb4af02688c95c964 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:36:07 +0000 Subject: [PATCH 08906/10074] podofo: update 1.0.1 bottle. --- Formula/p/podofo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/podofo.rb b/Formula/p/podofo.rb index aa7fbf54c8c47..5c2366c3e96af 100644 --- a/Formula/p/podofo.rb +++ b/Formula/p/podofo.rb @@ -12,13 +12,13 @@ class Podofo < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "746fab5e13fff37b542e22aa312460ef0a7f682d0753451860f10b749543ad08" - sha256 cellar: :any, arm64_sonoma: "f8c140ea8d95f9c79d1d8b0c779e2f8a42a668f2b9a1405d3c964b7bf7904abf" - sha256 cellar: :any, arm64_ventura: "8cf0efc5f48abb1287f0c51f8fba04507fea0243a3b0e079ce584e96254a5f3e" - sha256 cellar: :any, sonoma: "3f2dbdff549ecf6aebc768cd6acd3364d9451b1d6bb3a26d7f8feb381b52a164" - sha256 cellar: :any, ventura: "4985f589d79001c1a6fbcf4783f77cfcc0902fa93dd42b7ee5827d046df820be" - sha256 cellar: :any_skip_relocation, arm64_linux: "558bd4ab20e1971706cf525638d2706166d3ae9e5fa2b6338f8c38f168621a53" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1fbc9e09e5bee79e8fefd31fa9bfed573bb22e2241c3eb4dac467fcbbf76b6a0" + sha256 cellar: :any, arm64_sequoia: "4debfbd98658b333548a51fefe441891a5713a5d927d339b9fe46a23e8f18556" + sha256 cellar: :any, arm64_sonoma: "c156ce176e34b54866bb1372f733b7f9290cd09e8ad96edf9fbd4cb2fe0c8faf" + sha256 cellar: :any, arm64_ventura: "fffe5ed348def5cb2de2bf6b9fd76d0d91472c67b2d2269809b1edd9c6eedb5b" + sha256 cellar: :any, sonoma: "144715ffc6d38626db71fb922435ad32ca3dc40479e70fb5d377cc570d263fab" + sha256 cellar: :any, ventura: "ef570ef6ade873ecf77c248349084827a36b81324c088fa01d61475c44a445e0" + sha256 cellar: :any_skip_relocation, arm64_linux: "bbb6ba74be61c02d7f94b2ba9b1aa88f0360667b2fca0bcd55e2887c7cb6bb36" + sha256 cellar: :any_skip_relocation, x86_64_linux: "250317e562b5021279d51e06624a7ed8904ffd4108bec934d1b199d4ea912ffa" end depends_on "cmake" => :build From 2404a323c92fe51cec12c76cd07e47321b88a2e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:36:35 +0000 Subject: [PATCH 08907/10074] sqruff: update 0.26.8 bottle. --- Formula/s/sqruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 8dfa297fac076..6931c7542365c 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -7,13 +7,13 @@ class Sqruff < Formula head "https://github.com/quarylabs/sqruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3dcbea0b08bf23ce829b97dbe0fa9ad476fda68a746811f84bea4da4a74c6d6a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "54804ed921f350735f8b80d9cfcf58802c4c29b1d6c6f91ca06b53e473c93b15" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1d1214949a1d40bde0cbd0c9c75618d57ff4d072686fdb9b750ed0534502c3f3" - sha256 cellar: :any_skip_relocation, sonoma: "61cb811ff9bf871429d5f29c7a0807f4968c5bd69efbc635daef43c4f0b0f0fe" - sha256 cellar: :any_skip_relocation, ventura: "1d23605d34e110c56c0dc6487c2fe680ae0be5c2fd75ef1011f1ed91b6edf28c" - sha256 cellar: :any_skip_relocation, arm64_linux: "67d88766a29d1e445ca44c45b58255d0e53d63f8dc3d57e532162f9966a14966" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e11a31f9be443157d867e3175eed88b3c81503258032ff3db21e8ab71d33cffc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8648323864f7246413a41433a32f977e51d34d324e623c67f15a26cbab7ecef7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8948138d7e6d2d3030e4dfb6702ca3e85695c2fce24ccbdc6239087bd4803ad" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f61b9841439867728d58c2d68a0ecfb5c95cb889c5f29303a32bb74495f5d3f2" + sha256 cellar: :any_skip_relocation, sonoma: "632072f4ef16b658ff152880f1da929b238669ce00c03e6f2b8dd6802228cec9" + sha256 cellar: :any_skip_relocation, ventura: "1b72de3d880931b1c1c96afd2196b22d1622a8ae2dd3bcdb69680c2d1ce70ebf" + sha256 cellar: :any_skip_relocation, arm64_linux: "c0d3dbce19257478edd21974b01d945b66ded3526fd9bd24c7eda1b9ce0d0e99" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6902f4b410fd6085326901a76412f395c819d780e5a0d9c8336aa555df021423" end depends_on "rust" => :build From cc2032284a8677e61ebaa0741f1eb457e54cae17 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 22 Jun 2025 00:15:50 +0300 Subject: [PATCH 08908/10074] unciv 4.16.18 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/u/unciv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index 55b4028f2dd5d..134f11af40008 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -1,8 +1,8 @@ class Unciv < Formula desc "Open-source Android/Desktop remake of Civ V" homepage "https://github.com/yairm210/Unciv" - url "https://github.com/yairm210/Unciv/releases/download/4.16.17/Unciv.jar" - sha256 "a6df4604cd6899612f8910e6a2bba102a33b3f69311295fdacfbe4b1297a0c49" + url "https://github.com/yairm210/Unciv/releases/download/4.16.18/Unciv.jar" + sha256 "ed489f8ca0c4acb6e8ada29dac1c4ea929f3437b2867f5d4d677fcbc007c4f78" license "MPL-2.0" livecheck do From 1fcee752c5d14cd70764434ae7c1266e0af4a316 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 21 Jun 2025 17:54:10 -0400 Subject: [PATCH 08909/10074] lunasvg 3.3.0 (new formula) --- Formula/l/lunasvg.rb | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Formula/l/lunasvg.rb diff --git a/Formula/l/lunasvg.rb b/Formula/l/lunasvg.rb new file mode 100644 index 0000000000000..95d419a5be1bd --- /dev/null +++ b/Formula/l/lunasvg.rb @@ -0,0 +1,39 @@ +class Lunasvg < Formula + desc "SVG rendering and manipulation library in C++" + homepage "https://github.com/sammycage/lunasvg" + url "https://github.com/sammycage/lunasvg/archive/refs/tags/v3.3.0.tar.gz" + sha256 "06045afc30dbbdd87e219e0f5bc0526214a9d8059087ac67ce9df193a682c4b3" + license "MIT" + + depends_on "cmake" => :build + depends_on "plutovg" + + def install + args = %w[ + -DBUILD_SHARED_LIBS=ON + -DUSE_SYSTEM_PLUTOVG=ON + -DLUNASVG_BUILD_EXAMPLES=OFF + ] + + system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" + (pkgshare/"examples").install "examples/svg2png.cpp" + end + + test do + args = %W[ + -std=c++11 + -I#{include}/lunasvg + -I#{Formula["plutovg"].opt_include}/plutovg + -L#{lib} + -L#{Formula["plutovg"].opt_lib} + -llunasvg + -lplutovg + ] + + system ENV.cxx, pkgshare/"examples/svg2png.cpp", "-o", "svg2png", *args + system testpath/"svg2png", test_fixtures("test.svg") + assert File.size("test.svg.png").positive? + end +end From e58cd602c4a1e83007bc07e6a17a7ac0ae116659 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 21:57:27 +0000 Subject: [PATCH 08910/10074] unciv: update 4.16.18 bottle. --- Formula/u/unciv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index 134f11af40008..61e7d77d57f34 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -13,7 +13,7 @@ class Unciv < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "59133712cea0a5b1149f21b32e6b728fd06064d85a6544886bc671cc7b6d7f52" + sha256 cellar: :any_skip_relocation, all: "9daf839afb02edc2226999e865ac84e985f82c8a86ab70007ec239ab87c03582" end depends_on "openjdk" From ed79f3150d57607aaafb3a0dc4cba818eb783492 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 22:24:42 +0000 Subject: [PATCH 08911/10074] enchant: update 2.8.10 bottle. --- Formula/e/enchant.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/enchant.rb b/Formula/e/enchant.rb index 45abef93c154e..a50d193335f54 100644 --- a/Formula/e/enchant.rb +++ b/Formula/e/enchant.rb @@ -6,13 +6,13 @@ class Enchant < Formula license "LGPL-2.1-or-later" bottle do - sha256 arm64_sequoia: "0ee4cdb901464094d171471c561844363cb394caa9039752ef69dda4131da8b0" - sha256 arm64_sonoma: "7a09c1472767fbd434189c14dad79552b55aace339cc9508397d20cdb653bff7" - sha256 arm64_ventura: "7ca524fd6961a6707a19b85cba4d959c0160e9b0798e3433d834de8ee6e70881" - sha256 sonoma: "66664f0efb7caa91d559c9ba9da422240b065d6ab8efbbcdaf01e12790924e0d" - sha256 ventura: "c3e77e4dba9ad1532fe801f5bebe30163cd727625f8cc3475c027c60a05c0269" - sha256 arm64_linux: "318841bc2aa4d39078b12fbd553dd0021c6a31d480fde41a90f07463aaec382b" - sha256 x86_64_linux: "97365f0897d8adb6ea65746579e7a1271d75943ef85dfa6753e60f1565b6b88c" + sha256 arm64_sequoia: "dc1c11cc5660743587d0f08e6f58705d22c15f4f196e7eea7e9321c1d09240f9" + sha256 arm64_sonoma: "11066d69773226674fcc8a3b4554c7eaaa50749e2b2e2707c02d1dbec2421106" + sha256 arm64_ventura: "de0cb85d1334ec3ea00449ca6755a38fdb41476c76e44a0430c667ca3f790439" + sha256 sonoma: "e79dfdcc955608aeed8ba1c0ddbb501dcf6f3d08d1c6172f0dbd8415f6d05ac6" + sha256 ventura: "88ec4516a8267e27ac4625433a8b8b583f88e4de59b08e1078bb5459d8c7ab73" + sha256 arm64_linux: "e0794aa507a518a2e99ea785f895a9278f81af50d53be53c56cb149e2145314b" + sha256 x86_64_linux: "9a73e01a5e2865fbaccca0387b38a4de2ff87a7fe615629c91def193f4edeae2" end depends_on "pkgconf" => :build From 40e5d05e32765f8a9c106b1376b3f708274b14bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 22:24:43 +0000 Subject: [PATCH 08912/10074] lunasvg: add 3.3.0 bottle. --- Formula/l/lunasvg.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/l/lunasvg.rb b/Formula/l/lunasvg.rb index 95d419a5be1bd..7d86c02897dc4 100644 --- a/Formula/l/lunasvg.rb +++ b/Formula/l/lunasvg.rb @@ -5,6 +5,15 @@ class Lunasvg < Formula sha256 "06045afc30dbbdd87e219e0f5bc0526214a9d8059087ac67ce9df193a682c4b3" license "MIT" + bottle do + sha256 cellar: :any, arm64_sequoia: "16cfb6298fabbd5b71023ca7879b49bb1ee7bad1d91a540173ff02d3aa841b3f" + sha256 cellar: :any, arm64_sonoma: "a00160c03606ff6039d7b12401ce59cbd2fc2a8e63482c81112dec7828f357ab" + sha256 cellar: :any, arm64_ventura: "d602df1f3d4d246808d22c49ecf81e4a696734811ef4b81b769f0d2c4680eb32" + sha256 cellar: :any, sonoma: "c8188f17b54572252d434d3e0bfb837826c355fa6fe141812da2430be501ea1f" + sha256 cellar: :any, ventura: "1db019fe6dccb91f02ba0ee9daf2866ea72aa6a86598b8fc83efde71b613ff87" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4c9e3d41f146637461633611a259c12cb20ae9715b0c04af654ecf1bc5b34a14" + end + depends_on "cmake" => :build depends_on "plutovg" From a58bf546af471880e5015e907c8f2d107d72c5fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:00:59 +0000 Subject: [PATCH 08913/10074] kor 0.6.2 kor: add build patch Signed-off-by: Rui Chen --- Formula/k/kor.rb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Formula/k/kor.rb b/Formula/k/kor.rb index 4348fba36304b..8e66665b3fbdf 100644 --- a/Formula/k/kor.rb +++ b/Formula/k/kor.rb @@ -1,8 +1,8 @@ class Kor < Formula desc "CLI tool to discover unused Kubernetes resources" homepage "https://github.com/yonahd/kor" - url "https://github.com/yonahd/kor/archive/refs/tags/v0.6.1.tar.gz" - sha256 "d6c123fbaa0f1ad32e75cb0f33b493672845a4373b3fd116c369a9bcdcdf5940" + url "https://github.com/yonahd/kor/archive/refs/tags/v0.6.2.tar.gz" + sha256 "949b5857f126b4a237daae3670b115b6671fb8c233fd5569d2897635f867c2cd" license "MIT" head "https://github.com/yonahd/kor.git", branch: "main" @@ -17,11 +17,17 @@ class Kor < Formula depends_on "go" => :build + # skip kubeconfig for utility commands, upstream pr ref, https://github.com/yonahd/kor/pull/457 + patch do + url "https://github.com/yonahd/kor/commit/6c02951894e587c023e57a7ab2654136024bff70.patch?full_index=1" + sha256 "98b3dac34c1164831a25502f8c2723d227cdac8ade8e4f68b17b00057e149be4" + end + def install ldflags = "-s -w -X github.com/yonahd/kor/pkg/utils.Version=#{version}" system "go", "build", *std_go_args(ldflags:) - generate_completions_from_executable(bin/"kor", "completion") + generate_completions_from_executable(bin/"kor", "completion", shells: [:bash, :zsh, :fish, :pwsh]) end test do From 8e82eceb5031a68dadebfbb16c934110eba64048 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 22:49:15 +0000 Subject: [PATCH 08914/10074] aqua 2.53.3 --- Formula/a/aqua.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index ca53f82daea3d..fb1c9aa813904 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -1,8 +1,8 @@ class Aqua < Formula desc "Declarative CLI Version manager" homepage "https://aquaproj.github.io/" - url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.53.2.tar.gz" - sha256 "88f129148c94e3b5377e9b34888851d247db3b1c655a9c38ec6aef9a516cd932" + url "https://github.com/aquaproj/aqua/archive/refs/tags/v2.53.3.tar.gz" + sha256 "56f824f275e02b7061c5f826fa339f89f471f833d5820cc23067ebfaaa281f7d" license "MIT" head "https://github.com/aquaproj/aqua.git", branch: "main" From c5293d31bbf73bf6c76c791e763e9aabfeec6d50 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:11:02 +0000 Subject: [PATCH 08915/10074] sk 0.19.0 --- Formula/s/sk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sk.rb b/Formula/s/sk.rb index 1e319f61bb95c..c63a4a14055d0 100644 --- a/Formula/s/sk.rb +++ b/Formula/s/sk.rb @@ -1,8 +1,8 @@ class Sk < Formula desc "Fuzzy Finder in rust!" homepage "https://github.com/skim-rs/skim" - url "https://github.com/skim-rs/skim/archive/refs/tags/v0.18.0.tar.gz" - sha256 "028cabc0df171c34343fae340132a2b718aae4f405320b11c47f22173ca43b57" + url "https://github.com/skim-rs/skim/archive/refs/tags/v0.19.0.tar.gz" + sha256 "366da05e0e08fd765cc428d3007237b7960cc93f9d1a2462420fd57f40bea9d8" license "MIT" head "https://github.com/skim-rs/skim.git", branch: "master" From ce7c92850a7de596d30f992ec594eed6f60b25bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:11:46 +0000 Subject: [PATCH 08916/10074] spytrap-adb 0.3.5 --- Formula/s/spytrap-adb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/spytrap-adb.rb b/Formula/s/spytrap-adb.rb index abae53ac4077d..4cf9f78157900 100644 --- a/Formula/s/spytrap-adb.rb +++ b/Formula/s/spytrap-adb.rb @@ -1,8 +1,8 @@ class SpytrapAdb < Formula desc "Test a phone for stalkerware and suspicious configuration using usb debugging" homepage "https://github.com/spytrap-org/spytrap-adb" - url "https://github.com/spytrap-org/spytrap-adb/releases/download/v0.3.4/spytrap-adb-0.3.4.tar.gz" - sha256 "8553beb5c403f3cbcf7b5e7ded052e4b31efe8e798ec81e2bcc16aba315f5429" + url "https://github.com/spytrap-org/spytrap-adb/releases/download/v0.3.5/spytrap-adb-0.3.5.tar.gz" + sha256 "e33a342aa461b56a8d857c2c29b743658bd87b4ade7bed20399dea2cea01b0f8" license "GPL-3.0-or-later" bottle do From ed39a142f9b34f73dd1b7298130687d3ff20a989 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 19:11:56 -0400 Subject: [PATCH 08917/10074] acronym: update test Signed-off-by: Rui Chen --- Formula/a/acronym.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/acronym.rb b/Formula/a/acronym.rb index 4ea534a13183a..98a85e1327fad 100644 --- a/Formula/a/acronym.rb +++ b/Formula/a/acronym.rb @@ -82,6 +82,6 @@ def install end test do - assert_match "THERMOS", shell_output("#{bin}/acronym 'The missing package manager for macOS (or Linux)'") + assert_match "TEMPORAL", shell_output("#{bin}/acronym 'The missing package manager for macOS (or Linux)'") end end From edfcc3bf862b9091005ccca504839c5d22ec75c2 Mon Sep 17 00:00:00 2001 From: botantony Date: Sat, 21 Jun 2025 22:24:11 +0200 Subject: [PATCH 08918/10074] mlc 0.22.0 (new formula) Signed-off-by: botantony --- Formula/m/mlc.rb | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Formula/m/mlc.rb diff --git a/Formula/m/mlc.rb b/Formula/m/mlc.rb new file mode 100644 index 0000000000000..7661fec777f19 --- /dev/null +++ b/Formula/m/mlc.rb @@ -0,0 +1,41 @@ +class Mlc < Formula + desc "Check for broken links in markup files" + homepage "https://github.com/becheran/mlc" + url "https://github.com/becheran/mlc/archive/refs/tags/v0.22.0.tar.gz" + sha256 "18d22c96cf2fccd6937268db141c74f24fa3113d21ac55452d8a7eb05150b489" + license "MIT" + head "https://github.com/becheran/mlc.git", branch: "master" + + depends_on "pkgconf" => :build + depends_on "rust" => :build + + on_linux do + depends_on "openssl@3" + end + + def install + # Explicitly set linker to avoid Cargo defaulting to + # incorrect or outdated linker (e.g. x86_64-apple-darwin14-clang) + ENV["RUSTFLAGS"] = "-C linker=#{ENV.cc}" + + ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix + ENV["OPENSSL_NO_VENDOR"] = "1" + + system "cargo", "install", *std_cargo_args + end + + test do + assert_match version.to_s, shell_output("#{bin}/mlc --version") + + (testpath/"test.md").write <<~MARKDOWN + This link is valid: [test2](test2.md) + MARKDOWN + + (testpath/"test2.md").write <<~MARKDOWN + This link is not valid: [test3](test3.md) + MARKDOWN + + assert_match(/OK\s+1\nSkipped\s+0\nWarnings\s+0\nErrors\s+0/, shell_output("#{bin}/mlc #{testpath}/test.md")) + assert_match(/OK\s+1\nSkipped\s+0\nWarnings\s+0\nErrors\s+1/, shell_output("#{bin}/mlc .", 1)) + end +end From 587249e04b6d1599a6922ae7fc2b1d8dcfa16b52 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:31:28 +0000 Subject: [PATCH 08919/10074] spytrap-adb: update 0.3.5 bottle. --- Formula/s/spytrap-adb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/spytrap-adb.rb b/Formula/s/spytrap-adb.rb index 4cf9f78157900..bc07479002aed 100644 --- a/Formula/s/spytrap-adb.rb +++ b/Formula/s/spytrap-adb.rb @@ -6,13 +6,13 @@ class SpytrapAdb < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "767ab98c11d10e8e8511f5ae28fe2d4f8c0b22b33f25c2cedc7d4930f4a49fe7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1da4d2335d1376e64a7c7ff85e35a720b024ba221e961143d413af1770d17901" - sha256 cellar: :any_skip_relocation, arm64_ventura: "608c7bfa4cfb114233756f3e22752012de20440a87497135e1a47fdfb7524205" - sha256 cellar: :any_skip_relocation, sonoma: "26072c153a6aa612ea399f0d047edf7221c7074e2bfb4d398f0b6311d01cd47f" - sha256 cellar: :any_skip_relocation, ventura: "e3e6bf1cb665f4ede66a844472452a8301daf939039a969deb3fad2c5d4feb4a" - sha256 cellar: :any_skip_relocation, arm64_linux: "6ec460a61e435a13444af946629525bf1df71431da02c37ee3b18dac5fd07ed8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "669e16b037b182eab249fcd9f60678995c16ce97cabb25b8b8daf820eeb6c384" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4309532f2c887a32ef4a0f85176b3b767c4205a5b23b2df774f44372f41c8ced" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9405e4ed5fbe1ca731a3680a79c5ade64b34b1f7400564e547aa61b4865170d8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "43d5058fc2de380c055716f508f140ba0eff5a282841be511a538aabde113834" + sha256 cellar: :any_skip_relocation, sonoma: "135532f2cab5daf44e7317ef497934ed9bebfa524143bb9b7634af8be0a682f7" + sha256 cellar: :any_skip_relocation, ventura: "8720d4e3019e969e56bca91c765a19a89fc1f7ece8aee8afd951493fe62fd9a8" + sha256 cellar: :any_skip_relocation, arm64_linux: "c8eb6db8813e8a10e0b5df9d66beab230cc98e19a3282969f3607f986bfbcf3e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d2341a2950197714739dc5f7f7be663e31429d7fa187abe2086006171c96367" end depends_on "rust" => :build From 0f9a93afcd832b699ac1a89d32bc0443b6828eeb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:31:40 +0000 Subject: [PATCH 08920/10074] sk: update 0.19.0 bottle. --- Formula/s/sk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sk.rb b/Formula/s/sk.rb index c63a4a14055d0..c27b7285accbf 100644 --- a/Formula/s/sk.rb +++ b/Formula/s/sk.rb @@ -7,13 +7,13 @@ class Sk < Formula head "https://github.com/skim-rs/skim.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6868f9fe96ec5c0d7b8902d899c18890891e7544ac1bc28162eaf87b50f99093" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9431659a7982069217f83e05d3056ba129ea6992f1870ceff013471d6bd9fb3b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "57d6f0a86b72e1e127a3ff1554ddc95c1001ee82f67e8598b46a65eb80b32258" - sha256 cellar: :any_skip_relocation, sonoma: "42de4cacd02a57631206da340a0cf41c61024646249ff5b10e575548f8c52e8b" - sha256 cellar: :any_skip_relocation, ventura: "f6bf0f7d06c271897b7d4a40efd03a1ef9cb2ea4975fb559a08a2fa2f010c76b" - sha256 cellar: :any_skip_relocation, arm64_linux: "d36d7c3228f09efeb00b2ffaa959ebd0d624f56bc4110acb31a6e1e34d3ff7bb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "84e4800542eed80c43148e2cc06e81291c10452c831bcfbeb4c141e617034059" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7603b0471ba5c4386d7ba5cdaa0c07ed97cdbe774bffdb9739548e7cbb1c3fa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7176a261a5f936e4ad64ee15ec7c64403dee364ea640b6db1dcdae2e6350cf20" + sha256 cellar: :any_skip_relocation, arm64_ventura: "81e6201ed0ed52a1fed3e390586dd7c933bd33c6075fc226c57fe29e4843a9c6" + sha256 cellar: :any_skip_relocation, sonoma: "61cdf4ffc5d02d8ebea113b03862a9fb925138e3dc229180bd1c575bb5f4faa5" + sha256 cellar: :any_skip_relocation, ventura: "a1d2fc9aaab2dd999ca6dbe576441d1ebaa1d007fcda1242ed7eb1bcfa7ac176" + sha256 cellar: :any_skip_relocation, arm64_linux: "365dec3516f93150d7a03733e3264da5db470e1767da2a01a9c5322136d19085" + sha256 cellar: :any_skip_relocation, x86_64_linux: "df0101aaa80fd441ccc509eb50d43b39497f2e48ede33a99e4ce647e3b4babf2" end depends_on "rust" => :build From 2f5b13e7fb3d32b3b7beae419be5088687053b7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:31:47 +0000 Subject: [PATCH 08921/10074] aqua: update 2.53.3 bottle. --- Formula/a/aqua.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aqua.rb b/Formula/a/aqua.rb index fb1c9aa813904..5b64171aa4338 100644 --- a/Formula/a/aqua.rb +++ b/Formula/a/aqua.rb @@ -12,12 +12,12 @@ class Aqua < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ddc06948539a8d19d1c5c4bd3c4f4fe296d929a35876f89ba554b9a01808e7de" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ddc06948539a8d19d1c5c4bd3c4f4fe296d929a35876f89ba554b9a01808e7de" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ddc06948539a8d19d1c5c4bd3c4f4fe296d929a35876f89ba554b9a01808e7de" - sha256 cellar: :any_skip_relocation, sonoma: "1cdcb0e1a28020b058d3d4530c95e07dfe86a25e1f1a005feee5d4893e71380f" - sha256 cellar: :any_skip_relocation, ventura: "1cdcb0e1a28020b058d3d4530c95e07dfe86a25e1f1a005feee5d4893e71380f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b37a6f8790cee25ac93aa4bb45e0727e1aae83f9ee55951bb721fd6c96cdfc59" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "84e33a072953da721796d94ae3de06a9a618396298fb28fafd4e6b65a4b9f64e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "84e33a072953da721796d94ae3de06a9a618396298fb28fafd4e6b65a4b9f64e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "84e33a072953da721796d94ae3de06a9a618396298fb28fafd4e6b65a4b9f64e" + sha256 cellar: :any_skip_relocation, sonoma: "bdb0d3fe6083a63be49ce7e9c97678d0ac198367ec484db8e0889b3cac402792" + sha256 cellar: :any_skip_relocation, ventura: "bdb0d3fe6083a63be49ce7e9c97678d0ac198367ec484db8e0889b3cac402792" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6221b06fae09629c984a65c1a10b0d36a92ed851bb3b835a84ef59490ff7d357" end depends_on "go" => :build From 24d00e1f0a7824b9b0f90ef3399e2780035d5cb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:07:11 +0000 Subject: [PATCH 08922/10074] micromamba 2.3.0 micromamba: add llvm build dep for c++23 features Signed-off-by: Rui Chen --- Formula/m/micromamba.rb | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/Formula/m/micromamba.rb b/Formula/m/micromamba.rb index 952f63c0b0200..e312f8fc5bb58 100644 --- a/Formula/m/micromamba.rb +++ b/Formula/m/micromamba.rb @@ -1,10 +1,9 @@ class Micromamba < Formula desc "Fast Cross-Platform Package Manager" homepage "https://github.com/mamba-org/mamba" - url "https://github.com/mamba-org/mamba/archive/refs/tags/2.1.1.tar.gz" - sha256 "789d3d89fe8ca9f06344da21797e3d949ad1ff0ae4c633dc242a333e0ee37485" + url "https://github.com/mamba-org/mamba/archive/refs/tags/2.3.0.tar.gz" + sha256 "671432a2b64719baba54c9efda3662d321a1cc9ff3eba49047b83ffda9acf661" license "BSD-3-Clause" - revision 1 head "https://github.com/mamba-org/mamba.git", branch: "main" livecheck do @@ -48,7 +47,25 @@ class Micromamba < Formula uses_from_macos "krb5" uses_from_macos "zlib" + on_macos do + depends_on "llvm" if DevelopmentTools.clang_build_version <= 1600 + end + + fails_with :clang do + build 1600 + cause "Requires C++23 support for `std::ranges::views::join`" + end + def install + if OS.mac? && DevelopmentTools.clang_build_version <= 1600 + ENV.llvm_clang + + # Needed in order to find the C++ standard library + # See: https://github.com/Homebrew/homebrew-core/issues/178435 + ENV.prepend "LDFLAGS", "-L#{Formula["llvm"].opt_lib}/unwind -lunwind" + ENV.prepend_path "HOMEBREW_LIBRARY_PATHS", Formula["llvm"].opt_lib/"c++" + end + args = %W[ -DBUILD_LIBMAMBA=ON -DBUILD_SHARED=ON @@ -75,11 +92,13 @@ def caveats test do ENV["MAMBA_ROOT_PREFIX"] = testpath.to_s + assert_match version.to_s, shell_output("#{bin}/mamba --version").strip assert_match version.to_s, shell_output("#{bin}/micromamba --version").strip - python_version = "3.9.13" - system bin/"mamba", "create", "-n", "test", "python=#{python_version}", "-y", "-c", "conda-forge" - assert_match "Python #{python_version}", shell_output("#{bin}/mamba run -n test python --version").strip + # Using 'xtensor' (header-only package) to avoid "broken pipe" codesigning issue + # encountered on macOS 13-arm and 14-arm during CI. + system bin/"mamba", "create", "-n", "test", "xtensor", "-y", "-c", "conda-forge" + assert_path_exists testpath/"envs/test/include/xtensor.hpp" end end From 6a4bb18e1975674eada2697d6a74f8d6c94cb60b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 00:38:34 +0000 Subject: [PATCH 08923/10074] lunasvg: update 3.3.0 bottle. --- Formula/l/lunasvg.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/l/lunasvg.rb b/Formula/l/lunasvg.rb index 7d86c02897dc4..8d72e1f715aee 100644 --- a/Formula/l/lunasvg.rb +++ b/Formula/l/lunasvg.rb @@ -11,6 +11,7 @@ class Lunasvg < Formula sha256 cellar: :any, arm64_ventura: "d602df1f3d4d246808d22c49ecf81e4a696734811ef4b81b769f0d2c4680eb32" sha256 cellar: :any, sonoma: "c8188f17b54572252d434d3e0bfb837826c355fa6fe141812da2430be501ea1f" sha256 cellar: :any, ventura: "1db019fe6dccb91f02ba0ee9daf2866ea72aa6a86598b8fc83efde71b613ff87" + sha256 cellar: :any_skip_relocation, arm64_linux: "ae455197a5e27b7f38fb4dca0b2f7116966c3bd6df2dd2326e7e6f8d09efdbe6" sha256 cellar: :any_skip_relocation, x86_64_linux: "4c9e3d41f146637461633611a259c12cb20ae9715b0c04af654ecf1bc5b34a14" end From 89d615626cce29b35452c70760e351b0489d5e0b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 11:40:08 -0400 Subject: [PATCH 08924/10074] cloudiscovery: bump python resources Signed-off-by: Rui Chen --- Formula/c/cloudiscovery.rb | 79 +++++++++++++++++++++++++++++--------- 1 file changed, 60 insertions(+), 19 deletions(-) diff --git a/Formula/c/cloudiscovery.rb b/Formula/c/cloudiscovery.rb index ce9a357e97c50..8cb2796065a3d 100644 --- a/Formula/c/cloudiscovery.rb +++ b/Formula/c/cloudiscovery.rb @@ -6,7 +6,7 @@ class Cloudiscovery < Formula url "https://files.pythonhosted.org/packages/d3/c2/9a5f93ac5376f83903c8550bde45e2888da3fb092b63e02e19d6c852134c/cloudiscovery-2.4.4.tar.gz" sha256 "1170ea352a3c7d5643652ebe96b068482734cd995b9c92dc820206f1b87407e5" license "Apache-2.0" - revision 3 + revision 4 no_autobump! because: :requires_manual_review @@ -23,21 +23,27 @@ class Cloudiscovery < Formula deprecate! date: "2024-10-11", because: :unmaintained + depends_on "libyaml" depends_on "python@3.12" resource "boto3" do - url "https://files.pythonhosted.org/packages/b8/29/10988ceaa300ddc628cb899875d85d9998e3da4803226398e002d95b2741/boto3-1.35.39.tar.gz" - sha256 "670f811c65e3c5fe4ed8c8d69be0b44b1d649e992c0fc16de43816d1188f88f1" + url "https://files.pythonhosted.org/packages/2f/3b/f421b30e32c33ce63f0de3b32ea12954039a4595c693db4ea4900babe742/boto3-1.38.41.tar.gz" + sha256 "c6710fc533c8e1f5d1f025c74ffe1222c3659094cd51c076ec50c201a54c8f22" end resource "botocore" do - url "https://files.pythonhosted.org/packages/f7/28/d83dbd69d7015892b53ada4fded79a5bc1b7d77259361eb8302f88c2da81/botocore-1.35.39.tar.gz" - sha256 "cb7f851933b5ccc2fba4f0a8b846252410aa0efac5bfbe93b82d10801f5f8e90" + url "https://files.pythonhosted.org/packages/98/46/cb33f5a0b00086a97c4eebbc4e0211fe85d66d45e53a9545b33805f25b31/botocore-1.38.41.tar.gz" + sha256 "98e3fed636ebb519320c4b2d078db6fa6099b052b4bb9b5c66632a5a7fe72507" end resource "cachetools" do - url "https://files.pythonhosted.org/packages/c3/38/a0f315319737ecf45b4319a8cd1f3a908e29d9277b46942263292115eee7/cachetools-5.5.0.tar.gz" - sha256 "2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a" + url "https://files.pythonhosted.org/packages/8a/89/817ad5d0411f136c484d535952aef74af9b25e0d99e90cdffbe121e6d628/cachetools-6.1.0.tar.gz" + sha256 "b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587" + end + + resource "cfgv" do + url "https://files.pythonhosted.org/packages/11/74/539e56497d9bd1d484fd863dd69cbbfa653cd2aa27abfe35653494d85e94/cfgv-3.4.0.tar.gz" + sha256 "e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560" end resource "diagrams" do @@ -50,11 +56,26 @@ class Cloudiscovery < Formula sha256 "2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc" end + resource "distlib" do + url "https://files.pythonhosted.org/packages/0d/dd/1bec4c5ddb504ca60fc29472f3d27e8d4da1257a854e1d96742f15c1d02d/distlib-0.3.9.tar.gz" + sha256 "a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403" + end + + resource "filelock" do + url "https://files.pythonhosted.org/packages/0a/10/c23352565a6544bdc5353e0b15fc1c563352101f30e24bf500207a54df9a/filelock-3.18.0.tar.gz" + sha256 "adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2" + end + resource "graphviz" do url "https://files.pythonhosted.org/packages/fa/83/5a40d19b8347f017e417710907f824915fba411a9befd092e52746b63e9f/graphviz-0.20.3.zip" sha256 "09d6bc81e6a9fa392e7ba52135a9d49f1ed62526f96499325930e87ca1b5925d" end + resource "identify" do + url "https://files.pythonhosted.org/packages/a2/88/d193a27416618628a5eea64e3223acd800b40749a96ffb322a9b55a49ed1/identify-2.6.12.tar.gz" + sha256 "d8de45749f1efb108badef65ee8386f0f7bb19a7f26185f74de6367bffbaf0e6" + end + resource "ipaddress" do url "https://files.pythonhosted.org/packages/b9/9a/3e9da40ea28b8210dd6504d3fe9fe7e013b62bf45902b458d1cdc3c34ed9/ipaddress-1.0.23.tar.gz" sha256 "b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2" @@ -75,34 +96,54 @@ class Cloudiscovery < Formula sha256 "594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a" end + resource "nodeenv" do + url "https://files.pythonhosted.org/packages/43/16/fc88b08840de0e0a72a2f9d8c6bae36be573e475a6326ae854bcc549fc45/nodeenv-1.9.1.tar.gz" + sha256 "6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f" + end + + resource "platformdirs" do + url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz" + sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" + end + + resource "pre-commit" do + url "https://files.pythonhosted.org/packages/08/39/679ca9b26c7bb2999ff122d50faa301e49af82ca9c066ec061cfbc0c6784/pre_commit-4.2.0.tar.gz" + sha256 "601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146" + end + resource "python-dateutil" do url "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz" sha256 "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" end resource "pytz" do - url "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz" - sha256 "2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a" + url "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz" + sha256 "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" + end + + resource "pyyaml" do + url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz" + sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" end resource "s3transfer" do - url "https://files.pythonhosted.org/packages/a0/a8/e0a98fd7bd874914f0608ef7c90ffde17e116aefad765021de0f012690a2/s3transfer-0.10.3.tar.gz" - sha256 "4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c" + url "https://files.pythonhosted.org/packages/ed/5d/9dcc100abc6711e8247af5aa561fc07c4a046f72f659c3adea9a449e191a/s3transfer-0.13.0.tar.gz" + sha256 "f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177" end resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" end - resource "typed-ast" do - url "https://files.pythonhosted.org/packages/f9/7e/a424029f350aa8078b75fd0d360a787a273ca753a678d1104c5fa4f3072a/typed_ast-1.5.5.tar.gz" - sha256 "94282f7a354f36ef5dbce0ef3467ebf6a258e370ab33d5b40c249fa996e590dd" + resource "urllib3" do + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" end - resource "urllib3" do - url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz" - sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + resource "virtualenv" do + url "https://files.pythonhosted.org/packages/56/2c/444f465fb2c65f40c3a104fd0c495184c4f2336d65baf398e3c75d72ea94/virtualenv-20.31.2.tar.gz" + sha256 "e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af" end # drop setuptools dep, upstream pr ref, https://github.com/Cloud-Architects/cloudiscovery/pull/192 From 4c0db0cbce44b80092e94f5a144cf575fc4c7af3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 01:54:55 +0000 Subject: [PATCH 08925/10074] kor: update 0.6.2 bottle. --- Formula/k/kor.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kor.rb b/Formula/k/kor.rb index 8e66665b3fbdf..a4d3d3e9bdf5e 100644 --- a/Formula/k/kor.rb +++ b/Formula/k/kor.rb @@ -7,12 +7,12 @@ class Kor < Formula head "https://github.com/yonahd/kor.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9059c95c7a0fe71096bcd717a097be83d2cef975bf57c2fcd3d66fdfdebf7d3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "356db7a3454ae138d2055130f995eb4518716c8419e79aa0676d49f0ce4b1beb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "90b853401b7021051d2c9ea707a02bc5bd2954236b5168e62027464dfb93b171" - sha256 cellar: :any_skip_relocation, sonoma: "7c115047ad5faed758af251530e8686ff325ea28fae879dab427497489e0c452" - sha256 cellar: :any_skip_relocation, ventura: "5bcb1866d0bc23e5db1c8173b1c55c0c66566dd72d1000378c4474f8696ac531" - sha256 cellar: :any_skip_relocation, x86_64_linux: "17832fb24098cd7448a0c72c2c7dce7dc17e20c5028a791cdbb9e3eee53bab5c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "31275612e3e476d5047283d9ca94ed3e6ef837b2e5f8b0ab8b495d9789eae542" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf6d3c5ebb828e74eb0654983c9725b700e523a9ad65683d8008db9619618113" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8370d440712f082fe7e6a68e9d4e794f85c04213ee379ada103bffbad32bc513" + sha256 cellar: :any_skip_relocation, sonoma: "e4732b6723d5dc195bb5258085e4e5d5a3dee97429f76e41698ec9416f5ec672" + sha256 cellar: :any_skip_relocation, ventura: "91affdfcff34d36ad82f851b7b7ab90193464c5410b797dacd1174e9e88d54d8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4659212b65a1845b56de8f3688617729e3f443122510e192cbf2ee263dbcf652" end depends_on "go" => :build From 8dea31a798099f9cde9c8e67fe76b352b9e8cea2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 01:56:42 +0000 Subject: [PATCH 08926/10074] mlc: add 0.22.0 bottle. --- Formula/m/mlc.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/m/mlc.rb b/Formula/m/mlc.rb index 7661fec777f19..b24602387ab85 100644 --- a/Formula/m/mlc.rb +++ b/Formula/m/mlc.rb @@ -6,6 +6,15 @@ class Mlc < Formula license "MIT" head "https://github.com/becheran/mlc.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "50d59b381fee447f206cf88af1af1b2650c8d88ba52022dd9d71d22e283291cb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "93503ee4e365b6498cdd7db8721108745d2fab206548ffbfb3b30b54c2377fff" + sha256 cellar: :any_skip_relocation, arm64_ventura: "50e2b98f6c763773b63c2a7119d765b7b19ef833f0958fe2d12e5a871f56c725" + sha256 cellar: :any_skip_relocation, sonoma: "2c6ae6865883e5d173b404d6709033f2bae396625ba74bdc135a24c2a1471787" + sha256 cellar: :any_skip_relocation, ventura: "3e1b6206db3d2dd7dda58a2e11ec048531993d6b7a6da8926e9cc4f590eb41b6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c45544bb747af27fe6cf7dc4083e5c5d5be0beb94a989f825ca0de2e21956d86" + end + depends_on "pkgconf" => :build depends_on "rust" => :build From d17a08d3821bcf3828d207f6c2fa8fdbd79f6ef7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 01:58:25 +0000 Subject: [PATCH 08927/10074] cloudiscovery: update 2.4.4_4 bottle. --- Formula/c/cloudiscovery.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/c/cloudiscovery.rb b/Formula/c/cloudiscovery.rb index 8cb2796065a3d..2102da107ec80 100644 --- a/Formula/c/cloudiscovery.rb +++ b/Formula/c/cloudiscovery.rb @@ -11,14 +11,13 @@ class Cloudiscovery < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "166757c19b4069447bbb1a41e60be7e734d61f845cb0f951fe7410a099a87e57" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "064a3e7e97a886909f4fb368dcebef7707e3f8ecce081af90e096c01792fd6d1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9bf4aff37f693f03a1c5487cb10091b711d2da575107da81db51d5cafdce814b" - sha256 cellar: :any_skip_relocation, sonoma: "078273ecd102d192d38ded37f8f768467b592302c8b58b7b0d9e5097ee41e158" - sha256 cellar: :any_skip_relocation, ventura: "3e3e859e0ad0cfcf0ce7fa5a0063304194345ecb6c47c03c560b35fddb02c41c" - sha256 cellar: :any_skip_relocation, arm64_linux: "a3895cb0a39abcd9fdf74f527894fbe09dad23464b0356884abee1ff81f146ed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9d88b7b392ea5615d256ec973cd48d482570d6a8b6d3fc2f703a72443c042fa3" + sha256 cellar: :any, arm64_sequoia: "256b308ecc554b73243bb67c3c915c41803a6412945ee1673e8cfbb0458341ba" + sha256 cellar: :any, arm64_sonoma: "ce19aa2a03d018c44b919ecc49c54b3d315a768fb316b28fd8184e3f3af79df4" + sha256 cellar: :any, arm64_ventura: "d59e08945ea884a6d7afbb865d2dfa337d418d067650992dbd4baacbe580c09e" + sha256 cellar: :any, sonoma: "92c2c35b1e56b7ff6155b90ba40ba5c532fb1fbe5c93626864b2c9fc48761dd3" + sha256 cellar: :any, ventura: "c052b8e19b166db9e82edb7639de2172aa0957104ecac1f3ecc719ffa6a563e5" + sha256 cellar: :any_skip_relocation, arm64_linux: "8593099c3de3b948acb078b4081af7be5fcba58c5cbb2f0ea8b808adf26972f3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6f6eb22585831e39b87ea1cf6370d5846ba9aa987633425c803ee14d12ec0349" end deprecate! date: "2024-10-11", because: :unmaintained From d40740a3d13bbf200cee82418cb8824bb268a5ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 02:00:06 +0000 Subject: [PATCH 08928/10074] micromamba: update 2.3.0 bottle. --- Formula/m/micromamba.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/micromamba.rb b/Formula/m/micromamba.rb index e312f8fc5bb58..71ba7dc54713d 100644 --- a/Formula/m/micromamba.rb +++ b/Formula/m/micromamba.rb @@ -14,13 +14,13 @@ class Micromamba < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "9096bc7af168a8c500314ad3d6f95e4947f818dafa9f3f99dafe770edf07a03f" - sha256 cellar: :any, arm64_sonoma: "084d18b3a7909869444d6610d1f3fa002130255e159a5c6a6839e89b980486a0" - sha256 cellar: :any, arm64_ventura: "35e2d122905ef62f16804a9b6d9644a8a6dcde8d2386dd7dd8f8adbd97b7ab95" - sha256 cellar: :any, sonoma: "38fd69a101dec25b7732a8144ced92b1ce5d01492048a6bf11fe2142811b73a4" - sha256 cellar: :any, ventura: "1a68ed6490da6b44bce6c856167cc6352e6a0407ba3715765cccf754c2eed515" - sha256 cellar: :any_skip_relocation, arm64_linux: "4f8f9fd99152fa40e272ae2bcbd8a1c24dbfd7830bf0b385aecc780ec260c631" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0649381189dc04f27fdb2f7a1e2dee5b233025d722e35cfe69fa2472a545a04a" + sha256 cellar: :any, arm64_sequoia: "d1db7510ebc7520fbac4d5b645ae225ca6995118fc814297eef71bc0c6fa2fae" + sha256 cellar: :any, arm64_sonoma: "dc6e9cdbca7699214acef54cf812ddf88fc9b42e875318613951f2782d0a05c5" + sha256 cellar: :any, arm64_ventura: "acb7151ed7cb3c8dff85e3900d0d28d4627e56f32064f35b8cb04c20776bd4cd" + sha256 cellar: :any, sonoma: "37bbfa7a9b2a29d1ff0fd6181333410a0497c0cb15af2d190ae2a7699c036e6c" + sha256 cellar: :any, ventura: "cfe7699fe65306d4164468c80fe4961ed598e6dc8ac6d22e3f367794e6e7cba2" + sha256 cellar: :any_skip_relocation, arm64_linux: "b03da1f11c51a5bec1d7b0fb1c20e9d0928a72d2d7636cbaacb4ca06df05927b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "477a6db697c772293935161277569dff71b0f1371b0e4cbe25d8d22a48b0670b" end depends_on "cli11" => :build From e58340695a70652c48adb251f1d581a89a8dd664 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 02:35:57 +0000 Subject: [PATCH 08929/10074] cdncheck 1.1.24 --- Formula/c/cdncheck.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdncheck.rb b/Formula/c/cdncheck.rb index 72647ce6c779e..e00c5cc66046f 100644 --- a/Formula/c/cdncheck.rb +++ b/Formula/c/cdncheck.rb @@ -1,8 +1,8 @@ class Cdncheck < Formula desc "Utility to detect various technology for a given IP address" homepage "https://projectdiscovery.io" - url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.1.23.tar.gz" - sha256 "4bb9696c1e72f0c366e99aaaf9e01e2ff742f3204bb211214290362bb3652b53" + url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.1.24.tar.gz" + sha256 "c800e780760c4b300eea2f9e9e6bc2f9644a353342b775a53fe02271c90e6d88" license "MIT" head "https://github.com/projectdiscovery/cdncheck.git", branch: "main" From d13fe710ec2c6398cb0b346cf0fb7c31e9707ed1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 02:57:24 +0000 Subject: [PATCH 08930/10074] oils-for-unix 0.31.0 --- Formula/o/oils-for-unix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index 0779eac24d306..9db47d7e9d378 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -1,8 +1,8 @@ class OilsForUnix < Formula desc "Bash-compatible Unix shell with more consistent syntax and semantics" homepage "https://oils.pub/" - url "https://oils.pub/download/oils-for-unix-0.30.0.tar.gz" - sha256 "d1d79dd41d0775b376184e6cd4cf8a1ea369aa9d9383abcc7d96725e2ffb82f2" + url "https://oils.pub/download/oils-for-unix-0.31.0.tar.gz" + sha256 "fbd7b27dc6aa82dcee98a0a41e142db1921ffc60f6f2bfde0d8e95cf3ae3974c" license "Apache-2.0" livecheck do From 11f8c0847ac04cde0cab8bdd3ce5d0d7c76e3b95 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 02:59:56 +0000 Subject: [PATCH 08931/10074] pdm 2.25.3 --- Formula/p/pdm.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 3dd326f491710..40734f224b1ff 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -3,10 +3,9 @@ class Pdm < Formula desc "Modern Python package and dependency manager supporting the latest PEP standards" homepage "https://pdm-project.org" - url "https://files.pythonhosted.org/packages/f9/d6/ac4290999053e6afd21dc5406474e3b290e0ed1a600e320821a0b02bd659/pdm-2.25.2.tar.gz" - sha256 "bff8e95c2737f68a41a8987e363803e587aea10dc9b95c34a9d3a5a117a8485f" + url "https://files.pythonhosted.org/packages/bb/39/c90ab9757b546cdc14f38d2622881972a581956087be225a1091bcdf64fe/pdm-2.25.3.tar.gz" + sha256 "6d0820f805dacf64d55a7fe56777e7d8349a2ee35efc3006f29b4573d1311c84" license "MIT" - revision 1 head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do @@ -118,8 +117,8 @@ class Pdm < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "pyproject-hooks" do From 402b9923184c2520ff7b4c2f537b0a185568b742 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 03:05:52 +0000 Subject: [PATCH 08932/10074] sk 0.20.1 --- Formula/s/sk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sk.rb b/Formula/s/sk.rb index c27b7285accbf..9718aaa6a6c07 100644 --- a/Formula/s/sk.rb +++ b/Formula/s/sk.rb @@ -1,8 +1,8 @@ class Sk < Formula desc "Fuzzy Finder in rust!" homepage "https://github.com/skim-rs/skim" - url "https://github.com/skim-rs/skim/archive/refs/tags/v0.19.0.tar.gz" - sha256 "366da05e0e08fd765cc428d3007237b7960cc93f9d1a2462420fd57f40bea9d8" + url "https://github.com/skim-rs/skim/archive/refs/tags/v0.20.1.tar.gz" + sha256 "cf3d5e11e972e3ca77869876a0900c1eeade7df594f70f4853ca9a0520caea3b" license "MIT" head "https://github.com/skim-rs/skim.git", branch: "master" From a31c8bd4d204db8799b2d1db7d7f3829fd96265d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 03:10:23 +0000 Subject: [PATCH 08933/10074] numpy: update 2.3.1 bottle. --- Formula/n/numpy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/numpy.rb b/Formula/n/numpy.rb index 2c1d018702640..3c558ac3a862a 100644 --- a/Formula/n/numpy.rb +++ b/Formula/n/numpy.rb @@ -7,13 +7,13 @@ class Numpy < Formula head "https://github.com/numpy/numpy.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "9f6f60e2be311759e7efaba77eaca8745b746b5d48d2b1472e80f053c35c8de6" - sha256 cellar: :any, arm64_sonoma: "d0088dde5437fb81e49b2ebc04a561f738aad118737ef12e36fc1cb29715b7ac" - sha256 cellar: :any, arm64_ventura: "ee872d853a2bc5e877ba65abb53188b9eb36f59e4f3e57be560c94a0c4ad7bfc" - sha256 cellar: :any, sonoma: "b846369ec2021b66df32f17ba7963dd445ef5d2246c551c9d1b7bf69492a08ea" - sha256 cellar: :any, ventura: "9ab136f0b32d1630ff1378e0065a8cf67f19240dcca56d37e5ef8a40266a36ec" - sha256 cellar: :any_skip_relocation, arm64_linux: "6303dd05bb3f6bc76e779c6968e09b42ac4ed62cc9ec107b493b23eba9bd1626" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6fc94014a1a4c0479e619865109834491b776edfdae48dd5caffd19038b06217" + sha256 cellar: :any, arm64_sequoia: "b1f3ac9d59ade153b11e5d275615324f7395c552649a6285b81e40f681d05481" + sha256 cellar: :any, arm64_sonoma: "ee58cfffab4badcd67083a8d715ea6b35fd4b503a211822bf82b3195b85e874c" + sha256 cellar: :any, arm64_ventura: "47e048460edacf0c02839d7106fdf36bffa16a801391bfc5ee6ead4eea0aa4ca" + sha256 cellar: :any, sonoma: "13868cfaa70a68dfca5dbbb34818bfbd9d075149716e95657fabc572f0707cd2" + sha256 cellar: :any, ventura: "d3d9d0fbf1cb8dba37da1ad95e23fb540096c750c8f439c2b3192fc649e03252" + sha256 cellar: :any_skip_relocation, arm64_linux: "01e587dcc7af05b5ec6d5133fa43e69bf4992567d6deb72866d31fe7a01549b3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35730de24e498e410c6fb786be0462c12c8ca11b18f28d606712e3efe591e50d" end depends_on "gcc" => :build # for gfortran From 47d4662233ddc14d7f6cebfbce5ce83670340549 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 03:13:25 +0000 Subject: [PATCH 08934/10074] cdncheck: update 1.1.24 bottle. --- Formula/c/cdncheck.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cdncheck.rb b/Formula/c/cdncheck.rb index e00c5cc66046f..8575b9652630e 100644 --- a/Formula/c/cdncheck.rb +++ b/Formula/c/cdncheck.rb @@ -12,12 +12,12 @@ class Cdncheck < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "612857c3d9265caeea4910c88bdc28344436aa9a7d798bb4f12fc78fa8d94f3f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c33eeb88c29e82d90a15b3cedf5a63847e7170917647dd152a44ebd93edcf547" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1582764ed6017c3a1afede906ab7f748f1ec4b02ea7040d95bcd78830f479848" - sha256 cellar: :any_skip_relocation, sonoma: "7ac45aaec62f655a772dcfa83f3576359ad765fe8ffa56e28675e2b4b301f925" - sha256 cellar: :any_skip_relocation, ventura: "32ce5738f57f34e87a2339eb612145e5d4a66c3e40d5574e1126b7e3ca0c4463" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd1a2181e96d516976a558dedb9eaaf5f72efa295e0e5bed70834580beb9b969" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cd4f880efaa9f6a1a90ab52516eb3f256eac30929efcfd48918fad4cbd363b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c505d28dd6ecef0635bec295d17d4a754fc674a4d9abda94b8ea6d9b94dd627d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "655932e903fba428cad0a86d2d20c01aa327632ca49a700004eacd16a1288b4f" + sha256 cellar: :any_skip_relocation, sonoma: "3fbd7f0df77d66476f9501513e9bda7871e6f05142daf23c6d3772f17ed6cc9d" + sha256 cellar: :any_skip_relocation, ventura: "7dd295a9341f6c9dadfba484020b51d7d88cb543cea68543f0590ecfbb1b2ebd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1c62fac2f79bfe01041609fd0b1bf92eb53552bff375a5374871c9774b9dba73" end depends_on "go" => :build From 71a8afde70b57865304bf0b86be7b63d69c8d340 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 03:13:31 +0000 Subject: [PATCH 08935/10074] oils-for-unix: update 0.31.0 bottle. --- Formula/o/oils-for-unix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index 9db47d7e9d378..5087c486e351f 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -11,13 +11,13 @@ class OilsForUnix < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "3064d0878d1d117ab2db4f54e3444371047d2348915cb8741cfe122259e8ef0d" - sha256 cellar: :any, arm64_sonoma: "de2fe5f8196dbe80e70228be83d2a2652b5aa47ec5f9b21bfec4a53ddca3b2c9" - sha256 cellar: :any, arm64_ventura: "93356216af355139e0fa5178848b73bd878fae8ef0cbb1d7ee7e36971cdd3b77" - sha256 cellar: :any, sonoma: "6884c51b1832e143640b94cb22e6320021bee39566d0194e56dd5344f7f30f23" - sha256 cellar: :any, ventura: "88d183e6e4117abd05e0834103f1eb20d9c10d39720e40588dc32a3e26c83db5" - sha256 cellar: :any_skip_relocation, arm64_linux: "14c6f57b7ad130793619bf81a20eeb9cf399b21fbd1be9df7dbc1c3f99943705" - sha256 cellar: :any_skip_relocation, x86_64_linux: "445cba301a0795546a26be93cbee4b21746b241e6ae86e1971d14f3e02bdf425" + sha256 cellar: :any, arm64_sequoia: "820c02118a913abb567483808f29aeef84e38deabf84875b44f5fe059defa0fd" + sha256 cellar: :any, arm64_sonoma: "e12a7bdb4f8ca31a330541e39cf07e1483a532854f7790af7accb8076c78d9b2" + sha256 cellar: :any, arm64_ventura: "720fe923c9049fd17c70571032437aee225ddb106a03cd7899a3b24c6d775604" + sha256 cellar: :any, sonoma: "90b1dc1fc6cc4c5be3eccf9bb466ab2b42736b13f9644f20ebad066ee4c1a8b4" + sha256 cellar: :any, ventura: "1f83d11a05e8945efdb07a121bb8967c25a553577d8fbde5d47f64da41410f82" + sha256 cellar: :any_skip_relocation, arm64_linux: "c547a904e9d35a4473c197eabb5a325498e45fa86c73475cf931e310f49fdf16" + sha256 cellar: :any_skip_relocation, x86_64_linux: "95fa37ae64f649695c4e203e8f281f0543ffd2dcf8fd9a7781ac483e680daf65" end depends_on "readline" From a380144c7139cc074d08f809475db7da5f501e1b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 03:16:44 +0000 Subject: [PATCH 08936/10074] mlc: update 0.22.0 bottle. --- Formula/m/mlc.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/mlc.rb b/Formula/m/mlc.rb index b24602387ab85..994b8c3810845 100644 --- a/Formula/m/mlc.rb +++ b/Formula/m/mlc.rb @@ -12,6 +12,7 @@ class Mlc < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "50e2b98f6c763773b63c2a7119d765b7b19ef833f0958fe2d12e5a871f56c725" sha256 cellar: :any_skip_relocation, sonoma: "2c6ae6865883e5d173b404d6709033f2bae396625ba74bdc135a24c2a1471787" sha256 cellar: :any_skip_relocation, ventura: "3e1b6206db3d2dd7dda58a2e11ec048531993d6b7a6da8926e9cc4f590eb41b6" + sha256 cellar: :any_skip_relocation, arm64_linux: "fe1c4efd926fcf95d1960858c7df6d779cdf220534e49159286a1b818b5b381a" sha256 cellar: :any_skip_relocation, x86_64_linux: "c45544bb747af27fe6cf7dc4083e5c5d5be0beb94a989f825ca0de2e21956d86" end From 83010a903e4e414ea2d618fe466e5845a29d1de1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 03:20:11 +0000 Subject: [PATCH 08937/10074] sk: update 0.20.1 bottle. --- Formula/s/sk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sk.rb b/Formula/s/sk.rb index 9718aaa6a6c07..1b202dc168ea4 100644 --- a/Formula/s/sk.rb +++ b/Formula/s/sk.rb @@ -7,13 +7,13 @@ class Sk < Formula head "https://github.com/skim-rs/skim.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7603b0471ba5c4386d7ba5cdaa0c07ed97cdbe774bffdb9739548e7cbb1c3fa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7176a261a5f936e4ad64ee15ec7c64403dee364ea640b6db1dcdae2e6350cf20" - sha256 cellar: :any_skip_relocation, arm64_ventura: "81e6201ed0ed52a1fed3e390586dd7c933bd33c6075fc226c57fe29e4843a9c6" - sha256 cellar: :any_skip_relocation, sonoma: "61cdf4ffc5d02d8ebea113b03862a9fb925138e3dc229180bd1c575bb5f4faa5" - sha256 cellar: :any_skip_relocation, ventura: "a1d2fc9aaab2dd999ca6dbe576441d1ebaa1d007fcda1242ed7eb1bcfa7ac176" - sha256 cellar: :any_skip_relocation, arm64_linux: "365dec3516f93150d7a03733e3264da5db470e1767da2a01a9c5322136d19085" - sha256 cellar: :any_skip_relocation, x86_64_linux: "df0101aaa80fd441ccc509eb50d43b39497f2e48ede33a99e4ce647e3b4babf2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e1b9f6f24d8201025bc7a2971604439884e8d51ba8d208b8d648301d95c1733" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b1bb681f1657af3d9ea109a2e068fce50a0bfe336e87201d10ea094aaa62942" + sha256 cellar: :any_skip_relocation, arm64_ventura: "88a1db5e0a5031ebda14443ad1e0d111f2feebd02a77cec521200d9e77e380ee" + sha256 cellar: :any_skip_relocation, sonoma: "d4c0a8f746612ea30a94f53c6d7c34faad7b1c8d98f776929e26871d87e3f4b6" + sha256 cellar: :any_skip_relocation, ventura: "f5ec538e69225154bff53843ddc882bdd5d4908893ddb5d1fcea29960183f806" + sha256 cellar: :any_skip_relocation, arm64_linux: "014152e3bc81decb0c176a3fc5e447a3978e4300194429190e7a192695289d61" + sha256 cellar: :any_skip_relocation, x86_64_linux: "410a954f16724253954e4e69e2eca4464e8600d2f02ee86bfad3b67247509610" end depends_on "rust" => :build From 6ccf49087ce3d4c713e7ac6ddd15616ded2a8288 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 04:10:32 +0000 Subject: [PATCH 08938/10074] pdm: update 2.25.3 bottle. --- Formula/p/pdm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pdm.rb b/Formula/p/pdm.rb index 40734f224b1ff..19873d0f3bbe4 100644 --- a/Formula/p/pdm.rb +++ b/Formula/p/pdm.rb @@ -9,13 +9,13 @@ class Pdm < Formula head "https://github.com/pdm-project/pdm.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf8d301f8eb9bceba4e295fe5555efc190c3427751e2890d6f89bd7e3e70d785" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf8d301f8eb9bceba4e295fe5555efc190c3427751e2890d6f89bd7e3e70d785" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cf8d301f8eb9bceba4e295fe5555efc190c3427751e2890d6f89bd7e3e70d785" - sha256 cellar: :any_skip_relocation, sonoma: "2747ef7fc1f657990af50baf3b392e3e857d438d9ca5f7c9dd8948a5c345aace" - sha256 cellar: :any_skip_relocation, ventura: "2747ef7fc1f657990af50baf3b392e3e857d438d9ca5f7c9dd8948a5c345aace" - sha256 cellar: :any_skip_relocation, arm64_linux: "6967be5139cb9482320f979de0c6bc2d669f595f6ee364b7108858063ca1f68d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6967be5139cb9482320f979de0c6bc2d669f595f6ee364b7108858063ca1f68d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2e471b561605a8b3fd8f1664ae8e669290290df9308205a5e59c62550c48fdf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2e471b561605a8b3fd8f1664ae8e669290290df9308205a5e59c62550c48fdf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c2e471b561605a8b3fd8f1664ae8e669290290df9308205a5e59c62550c48fdf" + sha256 cellar: :any_skip_relocation, sonoma: "65f935318b2908503be4a3821b21e3d3aea687cc59f422ab0247b2b24cd0f676" + sha256 cellar: :any_skip_relocation, ventura: "65f935318b2908503be4a3821b21e3d3aea687cc59f422ab0247b2b24cd0f676" + sha256 cellar: :any_skip_relocation, arm64_linux: "0c61db7788668c0bdf8a28cf7d41748c95125d3fafd239c9dcb1f5d01448ee94" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0c61db7788668c0bdf8a28cf7d41748c95125d3fafd239c9dcb1f5d01448ee94" end depends_on "certifi" From 65a61c24f0dcfba77dbbce1df9f0cbe18115ab2d Mon Sep 17 00:00:00 2001 From: botantony Date: Sun, 22 Jun 2025 06:19:09 +0200 Subject: [PATCH 08939/10074] wtfutil 0.44.0 --- Formula/w/wtfutil.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/w/wtfutil.rb b/Formula/w/wtfutil.rb index 8d8a8d3910d19..5a9f078c63499 100644 --- a/Formula/w/wtfutil.rb +++ b/Formula/w/wtfutil.rb @@ -1,13 +1,11 @@ class Wtfutil < Formula desc "Personal information dashboard for your terminal" homepage "https://wtfutil.com" - url "https://github.com/wtfutil/wtf/archive/refs/tags/v0.43.0.tar.gz" - sha256 "bb48e38e479b26e0b956b163e4804e99cd49545214090c2fdf99e54382b3d651" + url "https://github.com/wtfutil/wtf/archive/refs/tags/v0.44.0.tar.gz" + sha256 "cadf8183be4b84256c50ed64a1a401890016885e305d2816b4293f8494463c14" license "MPL-2.0" head "https://github.com/wtfutil/wtf.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "03d23e7f87fdcd1c568743ca4bf4261f2d90b8f83932325521f14aee6a683c1d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "56f84f075efbdd2db2a81171b4e1574cb0b9aac21f600ab3a41d9662ae12093c" From f5ea1e1ffce512a7e778a5abed5cb52d5fd25ed1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 00:31:34 -0400 Subject: [PATCH 08940/10074] bash_unit: update repo location Signed-off-by: Rui Chen --- Formula/b/bash_unit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bash_unit.rb b/Formula/b/bash_unit.rb index 3dfb10c920545..ea03c07ede58b 100644 --- a/Formula/b/bash_unit.rb +++ b/Formula/b/bash_unit.rb @@ -1,7 +1,7 @@ class BashUnit < Formula desc "Bash unit testing enterprise edition framework for professionals" - homepage "https://github.com/pgrange/bash_unit" - url "https://github.com/pgrange/bash_unit/archive/refs/tags/v2.3.2.tar.gz" + homepage "https://github.com/bash-unit/bash_unit" + url "https://github.com/bash-unit/bash_unit/archive/refs/tags/v2.3.2.tar.gz" sha256 "368d1712d4c265909a5039ea91180dba1db5b15b5a02cf24cfb3b7547c0e9150" license "GPL-3.0-only" From ccd8132a9643792f595ca3fe4c0b6a0216480b03 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 00:32:05 -0400 Subject: [PATCH 08941/10074] edbrowse: update repo location Signed-off-by: Rui Chen --- Formula/e/edbrowse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/edbrowse.rb b/Formula/e/edbrowse.rb index 11bc65cb27c56..9a29f8ca54f33 100644 --- a/Formula/e/edbrowse.rb +++ b/Formula/e/edbrowse.rb @@ -1,10 +1,10 @@ class Edbrowse < Formula desc "Command-line editor and web browser" homepage "https://edbrowse.org" - url "https://github.com/CMB/edbrowse/archive/refs/tags/v3.8.12.tar.gz" + url "https://github.com/edbrowse/edbrowse/archive/refs/tags/v3.8.12.tar.gz" sha256 "b5125c7d13c2ed4491dc0d5a31116b244db62ae1c417ba5d29910311d1194632" license "GPL-2.0-or-later" - head "https://github.com/cmb/edbrowse.git", branch: "master" + head "https://github.com/edbrowse/edbrowse.git", branch: "master" bottle do sha256 cellar: :any, arm64_sequoia: "1059c249fdc4473bb94aecdb88165610ce77bb5ac7ef3b0f305de0547b9f95e2" From a3860b9e5eb39dbf2e22b0340a00a41f8095cded Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 00:32:16 -0400 Subject: [PATCH 08942/10074] erigon: update repo location Signed-off-by: Rui Chen --- Formula/e/erigon.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/e/erigon.rb b/Formula/e/erigon.rb index 460c1945d198d..058093e8c84fb 100644 --- a/Formula/e/erigon.rb +++ b/Formula/e/erigon.rb @@ -1,10 +1,10 @@ class Erigon < Formula desc "Implementation of Ethereum (execution client), on the efficiency frontier" - homepage "https://github.com/ledgerwatch/erigon" - url "https://github.com/ledgerwatch/erigon/archive/refs/tags/v2.55.1.tar.gz" + homepage "https://github.com/erigontech/erigon" + url "https://github.com/erigontech/erigon/archive/refs/tags/v2.55.1.tar.gz" sha256 "2e340bb5504f565bb9fe8c4d246dea50bd54bfcf6a91e9196aeb4fbda722ae9e" license all_of: ["GPL-3.0-or-later", "LGPL-3.0-or-later"] - head "https://github.com/ledgerwatch/erigon.git", branch: "devel" + head "https://github.com/erigontech/erigon.git", branch: "devel" no_autobump! because: :requires_manual_review @@ -20,7 +20,7 @@ class Erigon < Formula end # Upstream includes pre-built libsilkworm_capi inside silkworm-go and recommends copying to installation: - # https://github.com/ledgerwatch/erigon?tab=readme-ov-file#how-to-run-erigon-as-a-separate-user-eg-as-a-systemd-daemon + # https://github.com/erigontech/erigon?tab=readme-ov-file#how-to-run-erigon-as-a-separate-user-eg-as-a-systemd-daemon # Trying to build library from source only works with `conan` which would use their pre-built libraries. deprecate! date: "2024-02-29", because: "needs a pre-built copy of libsilkworm_capi" disable! date: "2025-03-04", because: "needs a pre-built copy of libsilkworm_capi" From 64466be8ba678d52a112f5629753b8e1336eb2c7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 00:32:27 -0400 Subject: [PATCH 08943/10074] krakend: update repo location Signed-off-by: Rui Chen --- Formula/k/krakend.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/krakend.rb b/Formula/k/krakend.rb index 3a899ad69023e..95cb19b24a8f0 100644 --- a/Formula/k/krakend.rb +++ b/Formula/k/krakend.rb @@ -1,10 +1,10 @@ class Krakend < Formula desc "Ultra-High performance API Gateway built in Go" homepage "https://www.krakend.io/" - url "https://github.com/krakendio/krakend-ce/archive/refs/tags/v2.10.1.tar.gz" + url "https://github.com/krakend/krakend-ce/archive/refs/tags/v2.10.1.tar.gz" sha256 "1fa65d8bc41aefba3264762acffabbc6f06d1ca1228c2ad71d3fc2118af8bec2" license "Apache-2.0" - head "https://github.com/krakendio/krakend-ce.git", branch: "master" + head "https://github.com/krakend/krakend-ce.git", branch: "master" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2244be62e6e2879367218e39e29ee83c8428fe2a3fda096a65205be1974429ab" From 2a4ae1f1c7ea79ca7f163d8a54016e16ecc60334 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 00:32:43 -0400 Subject: [PATCH 08944/10074] licensed: update repo location Signed-off-by: Rui Chen --- Formula/l/licensed.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/licensed.rb b/Formula/l/licensed.rb index fa5439725ec1d..48783fd4df607 100644 --- a/Formula/l/licensed.rb +++ b/Formula/l/licensed.rb @@ -1,7 +1,7 @@ class Licensed < Formula desc "Cache and verify the licenses of dependencies" - homepage "https://github.com/github/licensed" - url "https://github.com/github/licensed.git", + homepage "https://github.com/licensee/licensed" + url "https://github.com/licensee/licensed.git", tag: "v5.0.4", revision: "6f7a4675fdf69647f524af3facd1d55f6f221d46" license "MIT" From c18f315572659098a4ac71e1f092d731f8ac4556 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 00:32:51 -0400 Subject: [PATCH 08945/10074] lla: update repo location Signed-off-by: Rui Chen --- Formula/l/lla.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lla.rb b/Formula/l/lla.rb index 311c1943e29f7..1d675e8a64dc4 100644 --- a/Formula/l/lla.rb +++ b/Formula/l/lla.rb @@ -1,7 +1,7 @@ class Lla < Formula desc "High-performance, extensible alternative to ls" - homepage "https://github.com/triyanox/lla" - url "https://github.com/triyanox/lla/archive/refs/tags/v0.3.11.tar.gz" + homepage "https://github.com/chaqchase/lla" + url "https://github.com/chaqchase/lla/archive/refs/tags/v0.3.11.tar.gz" sha256 "dde64fa4acd90f4ae86ed485576cdfe42aab0de2cb674c88712e471968f8ae0a" license "MIT" From ec4849c5f682bb2d36e16503d2c62520c52c4042 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 00:33:02 -0400 Subject: [PATCH 08946/10074] llama.cpp: update repo location Signed-off-by: Rui Chen --- Formula/l/llama.cpp.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 63958cc138cf5..6abfa10892e05 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -1,12 +1,12 @@ class LlamaCpp < Formula desc "LLM inference in C/C++" - homepage "https://github.com/ggerganov/llama.cpp" + homepage "https://github.com/ggml-org/llama.cpp" # CMake uses Git to generate version information. - url "https://github.com/ggerganov/llama.cpp.git", + url "https://github.com/ggml-org/llama.cpp.git", tag: "b5720", revision: "8308f98c7fb778e54bf75538f5234d8bd20915e9" license "MIT" - head "https://github.com/ggerganov/llama.cpp.git", branch: "master" + head "https://github.com/ggml-org/llama.cpp.git", branch: "master" # llama.cpp publishes new tags too often # Having multiple updates in one day is not very convenient From 7b470cd9c9db0285ac45e051d73d7f969bc80063 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 00:33:19 -0400 Subject: [PATCH 08947/10074] whisper-cpp: update repo location Signed-off-by: Rui Chen --- Formula/w/whisper-cpp.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/w/whisper-cpp.rb b/Formula/w/whisper-cpp.rb index 8fab7ce6d69e7..b83cc4b647e85 100644 --- a/Formula/w/whisper-cpp.rb +++ b/Formula/w/whisper-cpp.rb @@ -1,10 +1,10 @@ class WhisperCpp < Formula desc "Port of OpenAI's Whisper model in C/C++" - homepage "https://github.com/ggerganov/whisper.cpp" - url "https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.7.5.tar.gz" + homepage "https://github.com/ggml-org/whisper.cpp" + url "https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.7.5.tar.gz" sha256 "2fda42b57b7b8427d724551bd041616d85401fb9382e42b0349132a28920a34f" license "MIT" - head "https://github.com/ggerganov/whisper.cpp.git", branch: "master" + head "https://github.com/ggml-org/whisper.cpp.git", branch: "master" livecheck do url :stable From 06dc9ab0a37f7bb76543a71f72d9a0b81b8b94ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 04:36:23 +0000 Subject: [PATCH 08948/10074] wtfutil: update 0.44.0 bottle. --- Formula/w/wtfutil.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Formula/w/wtfutil.rb b/Formula/w/wtfutil.rb index 5a9f078c63499..4f10c063a5b5f 100644 --- a/Formula/w/wtfutil.rb +++ b/Formula/w/wtfutil.rb @@ -7,17 +7,13 @@ class Wtfutil < Formula head "https://github.com/wtfutil/wtf.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "03d23e7f87fdcd1c568743ca4bf4261f2d90b8f83932325521f14aee6a683c1d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "56f84f075efbdd2db2a81171b4e1574cb0b9aac21f600ab3a41d9662ae12093c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3d811c8da851a06afb1aa0f1396755385a3eace99e2abdbf58719619efecdd3b" - sha256 cellar: :any_skip_relocation, arm64_monterey: "2dde8a7584268f28be28e4ff1e98f8895314c2950d88d002830f7ed79ec51c52" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "efb3e2fd24e639a315cc5e50acd8a20dc4b454a6a8aff0dfb2c169c9eac6afd9" - sha256 cellar: :any_skip_relocation, sonoma: "d2fcc48bf60123933d4c0fe276df7de4a51c2df2b3e2ae4eca15440a741e0487" - sha256 cellar: :any_skip_relocation, ventura: "1c66eb6d6b8c4a9b3167163371c1d774b9df6f1dd36155b380ee83e82ac8e13d" - sha256 cellar: :any_skip_relocation, monterey: "4183402aa957eead2c29e62f9e1d6afb0940568d6b387e360ae4e0fdcc61be35" - sha256 cellar: :any_skip_relocation, big_sur: "717dcf43f6c5d8f55c3f0aefd8e255ef91aab685a02b668ed27ce375e1bc404a" - sha256 cellar: :any_skip_relocation, arm64_linux: "7a68f406904f9637ea7e5db339604f6365e536504e1d2c33beace9d9f5036551" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c46aabfdfe08b790df12e07d83d93d0b1d10c4c963315979445ec220e2463372" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bde2bd16f98af0634e758e79203812a6016eecc4cf643ccd8ec3342e0402f0b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e816d26d87f97710245586be7c13c7211b086de42f36d15b9730fccced69207" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4b168bdf4b728205ced286a78cb4069b807a762aee32a2e6f1d7caee750241c6" + sha256 cellar: :any_skip_relocation, sonoma: "6b64030eee4547c8620a51bec0b3d4e1f9a444433d7c9a405e046c1830c7d667" + sha256 cellar: :any_skip_relocation, ventura: "4f69bff86d190ccd65681f17fcf0e2ad19122889b025cb8efd6040d59924850e" + sha256 cellar: :any_skip_relocation, arm64_linux: "0717b3b082e5edc5b488ff09c6f63e8c7771b24fc48fcb5a687ca24af834c018" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3430c5841458efee32a5f14c2166dbb6fa2a3e21e15d04045964cd5ba846de5" end depends_on "go" => :build From a5f8509335c14dde9064326e288ffdf1260e6e48 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:56:29 -0500 Subject: [PATCH 08949/10074] mesheryctl 0.8.108 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index efc1eabc11a95..af2276427b142 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.107", - revision: "bbca057d598a71330b5dacd34795d42097d2d3f4" + tag: "v0.8.108", + revision: "a7e901480f2df9ae07675b544394c38e9b13fab7" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 4c75121bfbecb77a366af27250acf8b6ead6922c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 05:30:20 +0000 Subject: [PATCH 08950/10074] mesheryctl: update 0.8.108 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index af2276427b142..5a6e888b1c327 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a2c31aa9dcbf97e8842acb70659dd3175baa6941322188daa1c893a50cb88fd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a2c31aa9dcbf97e8842acb70659dd3175baa6941322188daa1c893a50cb88fd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7a2c31aa9dcbf97e8842acb70659dd3175baa6941322188daa1c893a50cb88fd" - sha256 cellar: :any_skip_relocation, sonoma: "861e17ec49fc951ae87093d4dc10067675bf2e5edae25700e6f9d72ceb7c7d86" - sha256 cellar: :any_skip_relocation, ventura: "861e17ec49fc951ae87093d4dc10067675bf2e5edae25700e6f9d72ceb7c7d86" - sha256 cellar: :any_skip_relocation, arm64_linux: "383f6603a7e40f943e78e6f3350a5462ecdd4e36aa25b3c41d7b052cdbeef352" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3a008b0b1308587b4d72aeaefef34a6691cacdb2bd0112ef93e11ff87cc94bf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aaadcca75a9a314383bc78fbef8567c6eb6b68ae65f5052a7e3b83b3203d7215" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aaadcca75a9a314383bc78fbef8567c6eb6b68ae65f5052a7e3b83b3203d7215" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aaadcca75a9a314383bc78fbef8567c6eb6b68ae65f5052a7e3b83b3203d7215" + sha256 cellar: :any_skip_relocation, sonoma: "335e09ce340071188717366456bb5dd17a30033723555579af564cf97fb303b0" + sha256 cellar: :any_skip_relocation, ventura: "335e09ce340071188717366456bb5dd17a30033723555579af564cf97fb303b0" + sha256 cellar: :any_skip_relocation, arm64_linux: "642ac73871c15fb91c5744f61f20319fc30992cc9b84d5d3d433eee6a2d664de" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f508f1c2f54c3e204c13c2b3db082426f583f9f2ddc47f0b95924df257084333" end depends_on "go" => :build From 297f81456541614447392c6fbcf3672185b17d92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 07:52:05 +0000 Subject: [PATCH 08951/10074] cdk8s 2.200.108 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 1992598496c11..5b29fe01a359f 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.107.tgz" - sha256 "016e84b06979d9aa778de87f00677d1dc5b529d528919cbce23d624af01bdb74" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.108.tgz" + sha256 "576b64a7e3b50acf2c032dabc29a21ceeb2b905beb08d6ec56b5b0952502993e" license "Apache-2.0" bottle do From 97240612292d04424fee1826cb0a27f63b8244dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 08:01:01 +0000 Subject: [PATCH 08952/10074] jackett 0.22.2037 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 2edd92eed42fd..81690834e7388 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2035.tar.gz" - sha256 "f388e81def14a3314b8e883b89a969a320d3bc274b3a51b88c1c3794a6f4cf49" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2037.tar.gz" + sha256 "3655a5be77cb936c7ea497df5fc80464e9b7d8b58e5dd5adf27679b61359f306" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 839c1b8782ee77f2cdb5f99ada0251f3450d4baa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 08:12:06 +0000 Subject: [PATCH 08953/10074] rospo 0.15.0 --- Formula/r/rospo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rospo.rb b/Formula/r/rospo.rb index 9b3b66ba2f03b..ee951b7c3488c 100644 --- a/Formula/r/rospo.rb +++ b/Formula/r/rospo.rb @@ -1,8 +1,8 @@ class Rospo < Formula desc "Simple, reliable, persistent ssh tunnels with embedded ssh server" homepage "https://github.com/ferama/rospo" - url "https://github.com/ferama/rospo/archive/refs/tags/v0.14.0.tar.gz" - sha256 "a0a8d60e0d4c0a93a0fe5e781809fcf9c12d278c2624123b2ae2dc9fabbd63e7" + url "https://github.com/ferama/rospo/archive/refs/tags/v0.15.0.tar.gz" + sha256 "098c84c2c6904761065aeb7fdacdbd53b59fa12cc3d0368f1ca1712993323efa" license "MIT" bottle do From a8cae1305685959a0e87007431b7ad54b39aaafc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 08:17:08 +0000 Subject: [PATCH 08954/10074] txr 301 --- Formula/t/txr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/txr.rb b/Formula/t/txr.rb index 55f340f558736..37035956fae95 100644 --- a/Formula/t/txr.rb +++ b/Formula/t/txr.rb @@ -1,8 +1,8 @@ class Txr < Formula desc "Lisp-like programming language for convenient data munging" homepage "https://www.nongnu.org/txr/" - url "https://www.kylheku.com/cgit/txr/snapshot/txr-300.tar.bz2" - sha256 "05c63c509c5daa6fafc9e2321301f43751b249b3fac0827fca0e302323985528" + url "https://www.kylheku.com/cgit/txr/snapshot/txr-301.tar.bz2" + sha256 "9f48abae83556f95080a3b2968048ee881acfb37e20f780ae8bc8b03e069a62c" license "BSD-2-Clause" livecheck do From 0a1031d5ba601b7e2cf6aee7cfb91652e5cb01cd Mon Sep 17 00:00:00 2001 From: botantony Date: Sun, 22 Jun 2025 11:02:10 +0200 Subject: [PATCH 08955/10074] minify 2.23.8 (new formula) Signed-off-by: botantony --- Formula/m/minify.rb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Formula/m/minify.rb diff --git a/Formula/m/minify.rb b/Formula/m/minify.rb new file mode 100644 index 0000000000000..853053ca16c7d --- /dev/null +++ b/Formula/m/minify.rb @@ -0,0 +1,31 @@ +class Minify < Formula + desc "Minifier for HTML, CSS, JS, JSON, SVG, and XML" + homepage "https://go.tacodewolff.nl/minify" + url "https://github.com/tdewolff/minify/archive/refs/tags/v2.23.8.tar.gz" + sha256 "e06cf3d2a878821f9f138d187e652d6ac65c0eefda254573cd484eabc355760f" + license "MIT" + head "https://github.com/tdewolff/minify.git", branch: "master" + + depends_on "go" => :build + + def install + ldflags = %W[ + -s -w + -X main.Version=#{version} + ] + system "go", "build", *std_go_args(ldflags:), "./cmd/minify" + bash_completion.install "cmd/minify/bash_completion" + end + + test do + assert_match version.to_s, shell_output("#{bin}/minify --version") + + (testpath/"test.html").write <<~HTML +
+
test1
+
test2
+
+ HTML + assert_equal "
test1
test2
", shell_output("#{bin}/minify test.html") + end +end From 97cb674f172b23b11b4671e629dbc3558c3c5f5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 10:49:28 +0000 Subject: [PATCH 08956/10074] activemq 6.1.7 --- Formula/a/activemq.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/a/activemq.rb b/Formula/a/activemq.rb index 5b7af5d700155..4f4f32353e7a8 100644 --- a/Formula/a/activemq.rb +++ b/Formula/a/activemq.rb @@ -1,9 +1,9 @@ class Activemq < Formula desc "Apache ActiveMQ: powerful open source messaging server" homepage "https://activemq.apache.org/" - url "https://www.apache.org/dyn/closer.lua?path=activemq/6.1.6/apache-activemq-6.1.6-bin.tar.gz" - mirror "https://archive.apache.org/dist/activemq/6.1.6/apache-activemq-6.1.6-bin.tar.gz" - sha256 "32ac692da486d7e82819586dd3c5661bbbb5d6d42599832a494797058608f0a4" + url "https://www.apache.org/dyn/closer.lua?path=activemq/6.1.7/apache-activemq-6.1.7-bin.tar.gz" + mirror "https://archive.apache.org/dist/activemq/6.1.7/apache-activemq-6.1.7-bin.tar.gz" + sha256 "75cc41109a897745d44aca27358568f3cbe0cd58fc6bbff035a83c4ddf48d316" license "Apache-2.0" bottle do From 5aa918305662ebccff679ccb5ce3e78fb583a3d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 10:58:03 +0000 Subject: [PATCH 08957/10074] ferron 1.3.3 --- Formula/f/ferron.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/ferron.rb b/Formula/f/ferron.rb index f1702539a2b94..28553eeabd95d 100644 --- a/Formula/f/ferron.rb +++ b/Formula/f/ferron.rb @@ -1,8 +1,8 @@ class Ferron < Formula desc "Fast, memory-safe web server written in Rust" homepage "https://www.ferronweb.org/" - url "https://github.com/ferronweb/ferron/archive/refs/tags/1.3.2.tar.gz" - sha256 "bcaa4859bd7197f3bd0cb020831b4634f00c5cc774206209924522695cdacfe8" + url "https://github.com/ferronweb/ferron/archive/refs/tags/1.3.3.tar.gz" + sha256 "9b35497a457a205252d16e27611cae919c19871b2edf5a4d61928a2eb216baaf" license "MIT" head "https://github.com/ferronweb/ferron.git", branch: "develop" From 7a2843a23a84c20bc9a34bebcfe556d84d1eeeb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 10:58:32 +0000 Subject: [PATCH 08958/10074] flix 0.60.0 --- Formula/f/flix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flix.rb b/Formula/f/flix.rb index df5caaa05a0cb..be8f27d89376c 100644 --- a/Formula/f/flix.rb +++ b/Formula/f/flix.rb @@ -1,8 +1,8 @@ class Flix < Formula desc "Statically typed functional, imperative, and logic programming language" homepage "https://flix.dev/" - url "https://github.com/flix/flix/archive/refs/tags/v0.59.0.tar.gz" - sha256 "3900fb2f34107f4cc4015bc1f2277577e5b16fae10c39e556570c511cc0fca47" + url "https://github.com/flix/flix/archive/refs/tags/v0.60.0.tar.gz" + sha256 "be8578985461aca9bcd56c78e933821aa1849deb77974c7851a75bc659b9015f" license "Apache-2.0" head "https://github.com/flix/flix.git", branch: "master" From 6a4fc415105855f479382f6e6ff3b658323bb2e2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:09:55 +0000 Subject: [PATCH 08959/10074] onedpl 2022.9.0 --- Formula/o/onedpl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/onedpl.rb b/Formula/o/onedpl.rb index 671f8ba458d2d..427bba9a5e2e5 100644 --- a/Formula/o/onedpl.rb +++ b/Formula/o/onedpl.rb @@ -1,8 +1,8 @@ class Onedpl < Formula desc "C++ standard library algorithms with support for execution policies" homepage "https://github.com/oneapi-src/oneDPL" - url "https://github.com/oneapi-src/oneDPL/archive/refs/tags/oneDPL-2022.8.0-release.tar.gz" - sha256 "d500007e64efb778a72d34f25508db5b8e0f596eb2ec58f4c9211f9b461ef70b" + url "https://github.com/oneapi-src/oneDPL/archive/refs/tags/oneDPL-2022.9.0-release.tar.gz" + sha256 "b38844878af9ecee07ca719426b90fec77f79a35c7bc55154422cb0d7f654343" # Apache License Version 2.0 with LLVM exceptions license "Apache-2.0" => { with: "LLVM-exception" } From b7dc9ef0ab3222e0d37bfecdce214b750008f51a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:10:23 +0000 Subject: [PATCH 08960/10074] jackett: update 0.22.2037 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 81690834e7388..38f3c9b87c812 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "4ef6366ae7763c838295ffd8cc039b497cc098e356478c20aa84493a0c4b0383" - sha256 cellar: :any, arm64_sonoma: "f9521d34678b3a7836f1eef8e9fdd50d6eeada9727d799e3b5c37d19e4d7e20f" - sha256 cellar: :any, arm64_ventura: "8f3d243d16b05ca7929aea1303764649cabe086c273c6e945673a84a908e555b" - sha256 cellar: :any, ventura: "7449b49513adfda910238f18ee27284cca524d584f5298950c847dcee8fbddcb" - sha256 cellar: :any_skip_relocation, arm64_linux: "57f94877cb7c88969f640d7c95adf7e666b564d130bb27d2aa274cc8fdd41741" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5173692f7c2a90366431ebdbb74556dec6cb7d7489508916063326f1057a2a62" + sha256 cellar: :any, arm64_sequoia: "2eb0ec49e39e825c6e18ba9eb2e5ef9870f8febda00e3833d8cce23c462cc620" + sha256 cellar: :any, arm64_sonoma: "401d36f5d40c3d4af4b216f193a188c7acab710c6d2c66914c011b7f3d2fa9ce" + sha256 cellar: :any, arm64_ventura: "f3222b56c913aa4b931f196e671879536ce67a31101d766b243e5294376e9211" + sha256 cellar: :any, ventura: "cee221def99858da1c5b8ad338a53b336d96bb75beb13d8a209d4e54f0e29ce1" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b041c386e523cf3ed109242edcadf0e2260e6f2ec56ad9d06eec383208a5361" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef68a8a207ac13249a0dd1f995cefa07d2386b0ebe0b1b706a670b82e444f17e" end depends_on "dotnet@8" From ffbf33e86819b539149bd5c307f6b580cbdc1eb4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:13:22 +0000 Subject: [PATCH 08961/10074] cdk8s: update 2.200.108 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 5b29fe01a359f..4eb81b943f50c 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" - sha256 cellar: :any_skip_relocation, sonoma: "df7efacc6543e70ffa186341598b10cce45b14fbbbcb2fcaf4057bb43a9e037d" - sha256 cellar: :any_skip_relocation, ventura: "df7efacc6543e70ffa186341598b10cce45b14fbbbcb2fcaf4057bb43a9e037d" - sha256 cellar: :any_skip_relocation, arm64_linux: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "44f993e3316757c441a387e7336c17e6ae7a6bfa94aac0bc71b524213b8894a5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" + sha256 cellar: :any_skip_relocation, sonoma: "a1659699234a15add4fa06218948060f03dd58535e2df7870ee35bb0d31cca7e" + sha256 cellar: :any_skip_relocation, ventura: "a1659699234a15add4fa06218948060f03dd58535e2df7870ee35bb0d31cca7e" + sha256 cellar: :any_skip_relocation, arm64_linux: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" end depends_on "node" From 2f190a706d728cf8afd035cafbfeaa30cb005e3c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:15:59 +0000 Subject: [PATCH 08962/10074] activemq: update 6.1.7 bottle. --- Formula/a/activemq.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/activemq.rb b/Formula/a/activemq.rb index 4f4f32353e7a8..cc111320b73e2 100644 --- a/Formula/a/activemq.rb +++ b/Formula/a/activemq.rb @@ -7,13 +7,13 @@ class Activemq < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e821df7e834c39b56b15ed0cb9f98bfc472720fdad3cdbbe20f80f966964707" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c21bd6e87749ad70246e46c12e8773feeeacf4ea119a55ebcc6e098f887adf3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2aea4834f9c0175822102d8e8c4029f3af0345a536f66e67234e3e997077fd32" - sha256 cellar: :any_skip_relocation, sonoma: "8a1d7e1b0ecb2f26c6eed93b479b18d20e4a9471d200ccdad309770577431cff" - sha256 cellar: :any_skip_relocation, ventura: "806867bc7cbff9079f42e885d8765b4869ed257ea9f066d857c2303c4b910430" - sha256 cellar: :any_skip_relocation, arm64_linux: "8b95a03e459a9190375bd22a7806fac2372aa1c7893a61c38cb6acb91e8bf3c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ec9ab276b52229846bc56192b0fd45ad573e57738818b880c3a9149eedfd306c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ffcdd733fbb00cbcef28515f15aff088604215063c382a8184a143ed65ca712" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3dbb844e55f419657f65d86d99425b2bd29ca66b53d58a1bdb0039890da99d3f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b604447aa9fe306f8ac12c35645c909590fdb9bbd4b6f9ac5274784f71120d70" + sha256 cellar: :any_skip_relocation, sonoma: "202874674d48d07b7c60cb66a9e9fb9779c8fd9334a04ee9982b736d0cc77547" + sha256 cellar: :any_skip_relocation, ventura: "167acb4010c8bdf904cbec3de9b0eb8198dc90580aa505f69a6feed3369c8d85" + sha256 cellar: :any_skip_relocation, arm64_linux: "55883938464189ad58f8bc1ec6ab23a2f4b6516fcc5e58b2a4925ccc6869b327" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b96fdc871c690744d85ff3e1ec9e5ad79014496e4a4888fd479e2e695eb1827" end depends_on "java-service-wrapper" From 66eadbb5d754687dd9662b643ece47159395f70c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:17:16 +0000 Subject: [PATCH 08963/10074] rospo: update 0.15.0 bottle. --- Formula/r/rospo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rospo.rb b/Formula/r/rospo.rb index ee951b7c3488c..d161f6108f9d2 100644 --- a/Formula/r/rospo.rb +++ b/Formula/r/rospo.rb @@ -6,12 +6,12 @@ class Rospo < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a38299addf3e2fb0de87abb726fb40dc629af9d9b370ba656749efb7490e87ed" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a38299addf3e2fb0de87abb726fb40dc629af9d9b370ba656749efb7490e87ed" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a38299addf3e2fb0de87abb726fb40dc629af9d9b370ba656749efb7490e87ed" - sha256 cellar: :any_skip_relocation, sonoma: "c8f39e941e155718d2e6033d946952ac1095321a206491ca3908af8574e97187" - sha256 cellar: :any_skip_relocation, ventura: "c8f39e941e155718d2e6033d946952ac1095321a206491ca3908af8574e97187" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aa3e69f483e95ffa4457f8a0f9e68cbbd313c864cdb24c316d729f8ed5693c33" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "78ba435c179d319f9a69ab7ccb723016b6ae62c530233cb33c657439d0eded78" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "78ba435c179d319f9a69ab7ccb723016b6ae62c530233cb33c657439d0eded78" + sha256 cellar: :any_skip_relocation, arm64_ventura: "78ba435c179d319f9a69ab7ccb723016b6ae62c530233cb33c657439d0eded78" + sha256 cellar: :any_skip_relocation, sonoma: "0421d64f7b8d2a15bf72950f9f0d1ba9716c55a78f76a6d6395a19097ad116cf" + sha256 cellar: :any_skip_relocation, ventura: "0421d64f7b8d2a15bf72950f9f0d1ba9716c55a78f76a6d6395a19097ad116cf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "530ff6c3733b5f2ef745c4aced487c64a5c86baecdd28bf70d520ef2e9d090bd" end depends_on "go" => :build From 473950fa12abee0725301f13f59f3fba62ba5ed6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:18:42 +0000 Subject: [PATCH 08964/10074] tldx 1.2.4 --- Formula/t/tldx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb index c603375aee294..04093d4df8b7b 100644 --- a/Formula/t/tldx.rb +++ b/Formula/t/tldx.rb @@ -1,8 +1,8 @@ class Tldx < Formula desc "Domain Availability Research Tool" homepage "https://brandonyoung.dev/blog/introducing-tldx/" - url "https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.2.3.tar.gz" - sha256 "e4bc51c3b698d2fe52570aff891e6631c43d3a5afea66675abfbd6079183fcd9" + url "https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.2.4.tar.gz" + sha256 "5bc6836e033ae63187b17e523e808cfd8bb6525715163fdc158bf85f36a2b834" license "Apache-2.0" bottle do From 8758740700fbe7b6cca7427b92ef35987a56cbd7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:20:40 +0000 Subject: [PATCH 08965/10074] txr: update 301 bottle. --- Formula/t/txr.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/txr.rb b/Formula/t/txr.rb index 37035956fae95..57a60098103e5 100644 --- a/Formula/t/txr.rb +++ b/Formula/t/txr.rb @@ -11,12 +11,12 @@ class Txr < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3aed5d81c543b8a4cffb51dda400d11754e6754060c287c0106f7e911097c49e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ca9d8fac0a70b1bca8c227f95e0a044f5478dbeec2b39d45cdb8e4ae0a307c4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8f5223186feb95344f8817aad654b8707a0354efe1478470428d8da708d98f44" - sha256 cellar: :any_skip_relocation, sonoma: "7001f3bbbbbe457a9ff7f243aa14dd30fb5734a1cbb4403905807ec63c950876" - sha256 cellar: :any_skip_relocation, ventura: "17f1f5aa949003ac58959c99ea95068f04bd288ba57a911613748c9ec654bed8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c34623389b33a52a147599ce8e250632d12ca028046506d892ada2b870306e2a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a1a05796b6d9e0ef0b21ffb123961121cb3a501f908fa27164624021fb8b0f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "31078d7be1e5b1163ffbdf5e9cf3e0aa12b07dabcd7e3e4772d7d2306902c3eb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8665cdbb94720634c4d4e14094c98f4aa305b8622664a0c2feb8ef200129052d" + sha256 cellar: :any_skip_relocation, sonoma: "2c87559a2309dd9f39fbb21bcd73edb532444fe6aff893ecfc8c3d251f64c7ea" + sha256 cellar: :any_skip_relocation, ventura: "154e96e9d0ac11e7f034e1d7223f9f97ce70c70f7ac49407c1588592063031b9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "98198c32181375e0aa2d131e65b23eae96ae4f7e991166096c05aa61cd0ecdbb" end depends_on "pkgconf" => :build From 7b2fc963e4d93345fd0ef16e36e739b1cadc837f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:24:29 +0000 Subject: [PATCH 08966/10074] mapproxy: update 5.0.0 bottle. --- Formula/m/mapproxy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mapproxy.rb b/Formula/m/mapproxy.rb index 72e8a99f9973a..a00a981d3a0d8 100644 --- a/Formula/m/mapproxy.rb +++ b/Formula/m/mapproxy.rb @@ -8,13 +8,13 @@ class Mapproxy < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "871f3c9a9482530ee759786e06aded116afc98029d4c86b205561ed29f1ecaba" - sha256 cellar: :any, arm64_sonoma: "07f2c0822115c174bab8a8554866839450f23bc8ea7b3ef0da9ffb9eee93cba7" - sha256 cellar: :any, arm64_ventura: "85c355c56cf0f3115d99cb0f4e7a77fca23bccd5271f17aa62c5a5ab99cc2f83" - sha256 cellar: :any, sonoma: "111dbd46f8313ce3eb22264d177d55cb05b78ae99f37cb3aba2b5abfbaf2d411" - sha256 cellar: :any, ventura: "cb50e93811efc46a858ff0468bc7e5ee4d1e308835efc02918c846a1d90f185a" - sha256 cellar: :any_skip_relocation, arm64_linux: "ca806dd0e21f7d40e060bc36f5b07dcff23ee8a781da052bfbad65b6bc6397a0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "630fb5e66fc85241899f06a7e3d79ae85610428969de3ae2c1d50733582f75f3" + sha256 cellar: :any, arm64_sequoia: "8df2d554d13f6d38d8fa8f5a6b3e75df9572ff6f212ba908bdf233233bb15a30" + sha256 cellar: :any, arm64_sonoma: "0705b4099aa61c5496c4dc4d21a29d8225d7ad053953c1b2180a26a540999e79" + sha256 cellar: :any, arm64_ventura: "4d08f167ea6648fd2472b8afb411eb5cb534ac4cf8d4bc9b5feaa4c7340175de" + sha256 cellar: :any, sonoma: "7c7f7a7c1ac0c4f5af00abbf6a0f22b1851d3a5f3116106463c7fd121bda40ce" + sha256 cellar: :any, ventura: "864b9e03dd1d214ed7783dbcffe5358726694e4d3a4bf1eee22ae1fbbd178e4e" + sha256 cellar: :any_skip_relocation, arm64_linux: "188ef23f667e023b76ef8563429ccd13c0fdc09fd909de7b5e1de5e57bff52ff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ba03d00c33d36df33ad865048b9edc8e6352d18a6c1811d8be79623a9ecbdb4a" end depends_on "pkgconf" => :build From edd2878b0858237b0814f94ba975ef0c2c0b85a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:25:24 +0000 Subject: [PATCH 08967/10074] flix: update 0.60.0 bottle. --- Formula/f/flix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flix.rb b/Formula/f/flix.rb index be8f27d89376c..69f0dc0351cb3 100644 --- a/Formula/f/flix.rb +++ b/Formula/f/flix.rb @@ -12,13 +12,13 @@ class Flix < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c9b567af56ef5feb35c3f978fe948e6ba323d646bf15f517adf9e4239d274754" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3dd184c24d140fe2da4515589cdeb850d3b1ad8b25ea305f20d363cce8bdf28" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b24aebd165650371fa9f4dcdc4ed6814ead546dbc85c6c23d3e9c112d18ebdf6" - sha256 cellar: :any_skip_relocation, sonoma: "d5da4095b665078e856132095482abb9cab5e6169874fabdb3028a932361bf33" - sha256 cellar: :any_skip_relocation, ventura: "bec31420cdc3cb266d53aadc81ce26330e2ea66319bf4ccd97aff5a9bae08fdd" - sha256 cellar: :any_skip_relocation, arm64_linux: "a79989704b19e9dd89204d3d03d94fff5c5c825dc8022efda54c52af5e20b9e6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "110cdc103d242c92cec2fac8f92946e6e1e305ca8ff6027664dc3b1f9d2bcef4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fcfbe9a21adf53cf8111ed28004bb2659567f38e86efd24d84348f5ebbd9a12d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5e68c21fcec6284b4c0a895d630fc4a4fd6b02b246cec1b6d0184108648c3d6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c58c07f1358841dd99e0201052a768dcdb1c3a2726f945d2ea433b055261ad9c" + sha256 cellar: :any_skip_relocation, sonoma: "8cbf7eb79137ab6e425381ae4b2031bcf2e849d47e8d2ed2703264fd4abff57f" + sha256 cellar: :any_skip_relocation, ventura: "c9d5dfd2b4652688d946783f342aa1d25fac2755a15dad57770a9497accea3c6" + sha256 cellar: :any_skip_relocation, arm64_linux: "50b604765d3d75774d1252bea6c0d144c1e6cf3436dff36d414992092f86a2cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "54504ea2a1355a02d0a06307a5f23667df8748180afa02a961f8a2e7a84529c9" end depends_on "gradle" => :build From 582f5ed0edc192ecd0492876b8453d95c02c10f4 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 22 Jun 2025 12:49:06 +0100 Subject: [PATCH 08968/10074] nip4 9.0.10 --- Formula/n/nip4.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nip4.rb b/Formula/n/nip4.rb index bb057bbf80e49..3c66f0269fb59 100644 --- a/Formula/n/nip4.rb +++ b/Formula/n/nip4.rb @@ -1,8 +1,8 @@ class Nip4 < Formula desc "Image processing spreadsheet" homepage "https://github.com/jcupitt/nip4" - url "https://github.com/jcupitt/nip4/releases/download/v9.0.9-2/nip4-9.0.9-2.tar.xz" - sha256 "ed3cc21ae581b1b0725c68632ca6a97c21c5cd5169c24c71119daa0b8b026e38" + url "https://github.com/jcupitt/nip4/releases/download/v9.0.10/nip4-9.0.10.tar.xz" + sha256 "0e50978c042ff6a333fb9ca35ef0ebf6afbf0db43cbc5e122f2ab85cd6343c60" license "GPL-2.0-or-later" head "https://github.com/jcupitt/nip4.git", branch: "main" From 9679b0587b0a565abb01cb297f4ae88738dd70c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 12:40:54 +0000 Subject: [PATCH 08969/10074] onedpl: update 2022.9.0 bottle. --- Formula/o/onedpl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/onedpl.rb b/Formula/o/onedpl.rb index 427bba9a5e2e5..e09d58643e93f 100644 --- a/Formula/o/onedpl.rb +++ b/Formula/o/onedpl.rb @@ -12,7 +12,7 @@ class Onedpl < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "ac492d8a27791d6d828725a273b0473275bfc32ea4f9fc56406b9f171d049144" + sha256 cellar: :any_skip_relocation, all: "ad75b1275b00bcd6dc3c9bb5777e51692b730ee6aa1abf67138939ecf31d11c7" end depends_on "cmake" => :build From 09e8fb0d623a9c70aa5fcef9ad5482a6af34c2c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 12:42:24 +0000 Subject: [PATCH 08970/10074] nip4: update 9.0.10 bottle. --- Formula/n/nip4.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nip4.rb b/Formula/n/nip4.rb index 3c66f0269fb59..6c7bcdf381beb 100644 --- a/Formula/n/nip4.rb +++ b/Formula/n/nip4.rb @@ -9,13 +9,13 @@ class Nip4 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "94dfc45a48ac1b7a5a59574263a4dc10d227037db8112056b3d2b181422aa24a" - sha256 cellar: :any, arm64_sonoma: "9d19a8ad64f055c68aed6c2344ef40ffab5f8acc3d2d6edb2dcea224430fa34a" - sha256 cellar: :any, arm64_ventura: "29ebfcc9e16dc0b66c52e0a6964df8884e7104779825276768530016038bed94" - sha256 cellar: :any, sonoma: "ddf67099c010d19f6cce581d8f351e6c142c9c5f2fa06160b8ad53fb6060b665" - sha256 cellar: :any, ventura: "3e008b64a71c9ac42bc162c651f9a0f7b9bf3a341e145ef02a9e4eb42ca122d0" - sha256 arm64_linux: "f5011712faacc0538556a0dc6c91ef8088bd7bfb0efe1fb4fdd08618a5790cc8" - sha256 x86_64_linux: "c0a0134a2d2b04f8ee1ebe410a0f26b95bc617b28c4a787c556238eaf190fc60" + sha256 cellar: :any, arm64_sequoia: "fd238ac604bf55da890fc707bf1bb80ffadd9dc1ad766b144126c87962cc293b" + sha256 cellar: :any, arm64_sonoma: "d6ff750c01f07b31c36467d421a3f01484c7890baa2a377ad50aecb78a832b76" + sha256 cellar: :any, arm64_ventura: "35925f660cda79c56df59c1d6d41349963922a7d8dea9f5355a9eb7dda1c29a8" + sha256 cellar: :any, sonoma: "7ec3e005f73cad91afa08dbbfeefe515fc93ec6c09d5633e9c8fa55e3413e257" + sha256 cellar: :any, ventura: "6b4240a85a0e31e7194ae9ed6f46b30020b4a7f4d79841892444b37cd2ebb122" + sha256 arm64_linux: "5dadcb880663fe21aceeeb2c2ae9c12ad0b4ec9384fa18c91bb9b8038d8deadb" + sha256 x86_64_linux: "6d149e6b8c950983aac05133ffcea5ad0681bdab1da4363dfd7319da5aad9154" end depends_on "bison" => :build From c6085de9f63fb1127c07d30788a7598ac95f7ac4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 13:13:07 +0000 Subject: [PATCH 08971/10074] tldx: update 1.2.4 bottle. --- Formula/t/tldx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb index 04093d4df8b7b..70f6e210b8609 100644 --- a/Formula/t/tldx.rb +++ b/Formula/t/tldx.rb @@ -6,12 +6,12 @@ class Tldx < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b41c7f08e210436496144324df9278198b1106b863cf3c3d7bf28ce95ac7b7bb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b41c7f08e210436496144324df9278198b1106b863cf3c3d7bf28ce95ac7b7bb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b41c7f08e210436496144324df9278198b1106b863cf3c3d7bf28ce95ac7b7bb" - sha256 cellar: :any_skip_relocation, sonoma: "48aed93150ea50cc88f7d35c66a88b207262d486203c22e81173d4460e542b80" - sha256 cellar: :any_skip_relocation, ventura: "48aed93150ea50cc88f7d35c66a88b207262d486203c22e81173d4460e542b80" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5b95d2781e50ab796aa41f42f8c897fcc5b6c04a92b956b220bac25ba69b73fa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab5bbc8ef07c3f43a68179a3cd262fafd5343bd0aa65ff9cae8156551a85f080" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab5bbc8ef07c3f43a68179a3cd262fafd5343bd0aa65ff9cae8156551a85f080" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ab5bbc8ef07c3f43a68179a3cd262fafd5343bd0aa65ff9cae8156551a85f080" + sha256 cellar: :any_skip_relocation, sonoma: "27b519e5514e47309bce8a346a7c03102441ddacd4c4963ea68f1cc4cda08733" + sha256 cellar: :any_skip_relocation, ventura: "27b519e5514e47309bce8a346a7c03102441ddacd4c4963ea68f1cc4cda08733" + sha256 cellar: :any_skip_relocation, x86_64_linux: "98190d8631eff7b04f343ef9030aebb1241ba0eed74061d299eaa3d8ec15bb62" end depends_on "go" => :build From 0fc65b1f747bc22ac5a8e3cdaf78a30a2614d899 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 13:51:15 +0000 Subject: [PATCH 08972/10074] bkmr 4.25.1 --- Formula/b/bkmr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bkmr.rb b/Formula/b/bkmr.rb index 8a30380f921c9..5395b302302ad 100644 --- a/Formula/b/bkmr.rb +++ b/Formula/b/bkmr.rb @@ -1,8 +1,8 @@ class Bkmr < Formula desc "Unified CLI Tool for Bookmark, Snippet, and Knowledge Management" homepage "https://github.com/sysid/bkmr" - url "https://github.com/sysid/bkmr/archive/refs/tags/v4.24.0.tar.gz" - sha256 "f5819eca0f28c2e26f56cc31e54f5041ada9a9da34e8299aaaf8b033a752b725" + url "https://github.com/sysid/bkmr/archive/refs/tags/v4.25.1.tar.gz" + sha256 "329cb6e797e448e1f4f7e3545071d7db0a0fe68791982ae945787d0fc3d28c93" license "BSD-3-Clause" head "https://github.com/sysid/bkmr.git", branch: "main" From 1a3e4b704fd55d49564788032052beb97b51c402 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 13:52:05 +0000 Subject: [PATCH 08973/10074] cargo-binstall 1.14.1 --- Formula/c/cargo-binstall.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index 4f3f6fdcd2a77..7d177b714d6f6 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -1,8 +1,8 @@ class CargoBinstall < Formula desc "Binary installation for rust projects" homepage "https://github.com/cargo-bins/cargo-binstall" - url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.14.0.tar.gz" - sha256 "0bf1a100cdbce8fc80bd524ad305c698143a81135ab62570918ac997a1ae21e9" + url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.14.1.tar.gz" + sha256 "c0b8a16f8e1efc3b52ea8fdf41061384311a329919120e0d4c6fe37de70fa427" license "GPL-3.0-only" head "https://github.com/cargo-bins/cargo-binstall.git", branch: "main" From ca22e34053329a5cf2d937f7f9912071672c4b60 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 10:06:49 -0400 Subject: [PATCH 08974/10074] macos-term-size: update repo location Signed-off-by: Rui Chen --- Formula/m/macos-term-size.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/m/macos-term-size.rb b/Formula/m/macos-term-size.rb index 6ace6462d6d0b..813bd60e84421 100644 --- a/Formula/m/macos-term-size.rb +++ b/Formula/m/macos-term-size.rb @@ -1,10 +1,10 @@ class MacosTermSize < Formula desc "Get the terminal window size on macOS" - homepage "https://github.com/sindresorhus/macos-term-size" - url "https://github.com/sindresorhus/macos-term-size/archive/refs/tags/v1.0.0.tar.gz" - sha256 "5ec39d49a461e4495f20660609276b0630ef245bf8eb80c8447c090a5fefda3c" + homepage "https://github.com/sindresorhus/macos-terminal-size" + url "https://github.com/sindresorhus/macos-terminal-size/archive/refs/tags/v1.0.0.tar.gz" + sha256 "f8e4476549ef4446d979875e87a77365fcfecfe58df7e62a653a402e29c8a0dd" license "MIT" - head "https://github.com/sindresorhus/macos-term-size.git", branch: "main" + head "https://github.com/sindresorhus/macos-terminal-size.git", branch: "main" no_autobump! because: :requires_manual_review @@ -25,7 +25,7 @@ class MacosTermSize < Formula depends_on :macos def install - # https://github.com/sindresorhus/macos-term-size/blob/main/build#L6 + # https://github.com/sindresorhus/macos-terminal-size/blob/main/build#L6 system ENV.cc, "-std=c99", "term-size.c", "-o", "term-size" bin.install "term-size" end From 49ba826186f548411a0df5ba0c7e30b27ce7be60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:06:52 +0000 Subject: [PATCH 08975/10074] newsboat 2.40 newsboat: update url for https://github.blog/subscribe/` Signed-off-by: Rui Chen --- Formula/n/newsboat.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/n/newsboat.rb b/Formula/n/newsboat.rb index 0ab60cd70bee1..9de81efbcb232 100644 --- a/Formula/n/newsboat.rb +++ b/Formula/n/newsboat.rb @@ -1,8 +1,8 @@ class Newsboat < Formula desc "RSS/Atom feed reader for text terminals" homepage "https://newsboat.org/" - url "https://newsboat.org/releases/2.39/newsboat-2.39.tar.xz" - sha256 "62551a7d574d7fb3af7a87f9dbd0795e4d9420ca7136abc2265b4b06663be503" + url "https://newsboat.org/releases/2.40/newsboat-2.40.tar.xz" + sha256 "1e656636009ffad3aeb87f8d0e4c36d2e913eac155b5f3ec85d00e8287b477c2" license "MIT" head "https://github.com/newsboat/newsboat.git", branch: "master" @@ -102,7 +102,7 @@ def install end test do - (testpath/"urls.txt").write "https://github.com/blog/subscribe" + (testpath/"urls.txt").write "https://github.blog/subscribe/" assert_match "Newsboat - Exported Feeds", shell_output("LC_ALL=C #{bin}/newsboat -e -u urls.txt") end end From 1e6e99cff51de2786107de985fe21373369e79fe Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 10:08:23 -0400 Subject: [PATCH 08976/10074] onedpl: update repo location Signed-off-by: Rui Chen --- Formula/o/onedpl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/onedpl.rb b/Formula/o/onedpl.rb index e09d58643e93f..8ac4c559d24ab 100644 --- a/Formula/o/onedpl.rb +++ b/Formula/o/onedpl.rb @@ -1,7 +1,7 @@ class Onedpl < Formula desc "C++ standard library algorithms with support for execution policies" - homepage "https://github.com/oneapi-src/oneDPL" - url "https://github.com/oneapi-src/oneDPL/archive/refs/tags/oneDPL-2022.9.0-release.tar.gz" + homepage "https://github.com/uxlfoundation/oneDPL" + url "https://github.com/uxlfoundation/oneDPL/archive/refs/tags/oneDPL-2022.9.0-release.tar.gz" sha256 "b38844878af9ecee07ca719426b90fec77f79a35c7bc55154422cb0d7f654343" # Apache License Version 2.0 with LLVM exceptions license "Apache-2.0" => { with: "LLVM-exception" } From 2c45076224130c852869cab766ddbaea9aa3debb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:15:07 +0000 Subject: [PATCH 08977/10074] swift-section 0.5.0 --- Formula/s/swift-section.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swift-section.rb b/Formula/s/swift-section.rb index 0a6fda3a98bb6..e8205b87cb347 100644 --- a/Formula/s/swift-section.rb +++ b/Formula/s/swift-section.rb @@ -1,8 +1,8 @@ class SwiftSection < Formula desc "CLI tool for parsing mach-o files to obtain Swift information" homepage "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection" - url "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection/archive/refs/tags/0.4.1.tar.gz" - sha256 "afe48172e28e7ee626edf051d58662b62b63ddb6780e830cafbe886007af8029" + url "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection/archive/refs/tags/0.5.0.tar.gz" + sha256 "34de34e7319dbb084236fe48f9e2eee5e4c2698fa261165612721efd10f1cbc0" license "MIT" head "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection.git", branch: "main" From 07ef986db94adeb80b845aff908988bc993b39f6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:39:26 -0400 Subject: [PATCH 08978/10074] form: update repo location Signed-off-by: Rui Chen --- Formula/f/form.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/form.rb b/Formula/f/form.rb index 8826a468bf7d9..ed72a83da530e 100644 --- a/Formula/f/form.rb +++ b/Formula/f/form.rb @@ -1,7 +1,7 @@ class Form < Formula desc "Symbolic manipulation system" homepage "https://www.nikhef.nl/~form/" - url "https://github.com/vermaseren/form/releases/download/v4.3.1/form-4.3.1.tar.gz" + url "https://github.com/form-dev/form/releases/download/v4.3.1/form-4.3.1.tar.gz" sha256 "f1f512dc34fe9bbd6b19f2dfef05fcb9912dfb43c8368a75b796ec472ee8bbce" license "GPL-3.0-or-later" From 7fa8cbecca62730708656b6832a35c61619a733b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:39:53 -0400 Subject: [PATCH 08979/10074] gi-docgen: update repo location for `smartypants.py` Signed-off-by: Rui Chen --- Formula/g/gi-docgen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gi-docgen.rb b/Formula/g/gi-docgen.rb index 618671f241835..32d23d6f55df4 100644 --- a/Formula/g/gi-docgen.rb +++ b/Formula/g/gi-docgen.rb @@ -23,9 +23,9 @@ class GiDocgen < Formula depends_on "python@3.13" # Source for latest version is not available on PyPI, so using GitHub tarball instead. - # Issue ref: https://github.com/leohemsted/smartypants.py/issues/8 + # Issue ref: https://github.com/justinmayer/smartypants.py/issues/8 resource "smartypants" do - url "https://github.com/leohemsted/smartypants.py/archive/refs/tags/v2.0.1.tar.gz" + url "https://github.com/justinmayer/smartypants.py/archive/refs/tags/v2.0.1.tar.gz" sha256 "b98191911ff3b4144ef8ad53e776a2d0ad24bd508a905c6ce523597c40022773" end From 22826c06365d1a1d1ca968eeb2e5d3fa918cf21d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:40:09 -0400 Subject: [PATCH 08980/10074] neovim: update repo location for `tree-sitter-query` Signed-off-by: Rui Chen --- Formula/n/neovim.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/neovim.rb b/Formula/n/neovim.rb index 7a9af39b438ab..0fafd1fe80654 100644 --- a/Formula/n/neovim.rb +++ b/Formula/n/neovim.rb @@ -37,7 +37,7 @@ class Neovim < Formula end resource "tree-sitter-query" do - url "https://github.com/nvim-treesitter/tree-sitter-query/archive/refs/tags/v0.5.1.tar.gz" + url "https://github.com/tree-sitter-grammars/tree-sitter-query/archive/refs/tags/v0.5.1.tar.gz" sha256 "fe8c712880a529d454347cd4c58336ac2db22243bae5055bdb5844fb3ea56192" end From 9cb17c9a10db2c8cc04c2413dd903fc7313db3a9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:40:54 -0400 Subject: [PATCH 08981/10074] rgbds: update url Signed-off-by: Rui Chen --- Formula/r/rgbds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/rgbds.rb b/Formula/r/rgbds.rb index d65ff6fbb3cc2..0bbf4cde8cd7e 100644 --- a/Formula/r/rgbds.rb +++ b/Formula/r/rgbds.rb @@ -45,7 +45,7 @@ def install end test do - # Based on https://github.com/rednex/rgbds/blob/HEAD/test/asm/assert-const.asm + # Based on https://github.com/gbdev/rgbds/blob/HEAD/test/asm/assert-const.asm (testpath/"source.asm").write <<~ASM SECTION "rgbasm passing asserts", ROM0[0] Label: From 22ccc4fb79fe9f0c3fc744a74ba21b97379400ee Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:41:22 -0400 Subject: [PATCH 08982/10074] rtmpdump: update url for `RTMPDump-OpenSSL-1.1` Signed-off-by: Rui Chen --- Formula/r/rtmpdump.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/rtmpdump.rb b/Formula/r/rtmpdump.rb index 562f4193c6392..9918766278b68 100644 --- a/Formula/r/rtmpdump.rb +++ b/Formula/r/rtmpdump.rb @@ -37,7 +37,7 @@ class Rtmpdump < Formula conflicts_with "flvstreamer", because: "both install 'rtmpsrv', 'rtmpsuck' and 'streams' binary" # Patch for OpenSSL 1.1 compatibility - # Taken from https://github.com/JudgeZarbi/RTMPDump-OpenSSL-1.1 + # Taken from https://github.com/DJ-Huntress/RTMPDump-OpenSSL-1.1 patch :p0 do url "https://raw.githubusercontent.com/Homebrew/formula-patches/85fa66a9/rtmpdump/openssl-1.1.diff" sha256 "3c9167e642faa9a72c1789e7e0fb1ff66adb11d721da4bd92e648cb206c4a2bd" From eb492da9e2d407e30d9548b051c89d851b5d54d8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:41:48 -0400 Subject: [PATCH 08983/10074] snap: update repo location Signed-off-by: Rui Chen --- Formula/s/snap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/snap.rb b/Formula/s/snap.rb index 6a62b64457977..b9f1194051ef0 100644 --- a/Formula/s/snap.rb +++ b/Formula/s/snap.rb @@ -1,7 +1,7 @@ class Snap < Formula desc "Tool to work with .snap files" homepage "https://snapcraft.io/" - url "https://github.com/snapcore/snapd/releases/download/2.69/snapd_2.69.vendor.tar.xz" + url "https://github.com/canonical/snapd/releases/download/2.69/snapd_2.69.vendor.tar.xz" version "2.69" sha256 "e887f14d4dcd332e7dae65111932cbdd62a31d229f1527be38e660883e35e59f" license "GPL-3.0-only" From bbd44647687019590dd0b796be61f2b37f3bf65f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:42:01 -0400 Subject: [PATCH 08984/10074] tbb: update repo location Signed-off-by: Rui Chen --- Formula/t/tbb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/t/tbb.rb b/Formula/t/tbb.rb index 20168da0da29b..b2c381500c893 100644 --- a/Formula/t/tbb.rb +++ b/Formula/t/tbb.rb @@ -1,7 +1,7 @@ class Tbb < Formula desc "Rich and complete approach to parallelism in C++" homepage "https://uxlfoundation.github.io/oneTBB/" - url "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2022.1.0.tar.gz" + url "https://github.com/uxlfoundation/oneTBB/archive/refs/tags/v2022.1.0.tar.gz" sha256 "ed067603ece0dc832d2881ba5c516625ac2522c665d95f767ef6304e34f961b5" license "Apache-2.0" From 622ce84a2c0f539275eb2bd8f46c4a256be2de45 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:42:10 -0400 Subject: [PATCH 08985/10074] testssl: update repo location Signed-off-by: Rui Chen --- Formula/t/testssl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testssl.rb b/Formula/t/testssl.rb index 7bb028dfa6ac7..77f150af5d475 100644 --- a/Formula/t/testssl.rb +++ b/Formula/t/testssl.rb @@ -1,10 +1,10 @@ class Testssl < Formula desc "Tool which checks for the support of TLS/SSL ciphers and flaws" homepage "https://testssl.sh/" - url "https://github.com/drwetter/testssl.sh/archive/refs/tags/v3.2.1.tar.gz" + url "https://github.com/testssl/testssl.sh/archive/refs/tags/v3.2.1.tar.gz" sha256 "b10fcd6fc25ba3832858ac529bfe391d701b68f12b631482a19be98a9efb176e" license "GPL-2.0-only" - head "https://github.com/drwetter/testssl.sh.git", branch: "3.2" + head "https://github.com/testssl/testssl.sh.git", branch: "3.2" bottle do sha256 cellar: :any_skip_relocation, all: "7b4fe21825f9fdac284931109a0f0bc57b7187e6946115357cad507a86067290" From 4edb1e6c2b454a757cf3c41d71eed8387783cf2d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:42:28 -0400 Subject: [PATCH 08986/10074] ultralist: update repo location Signed-off-by: Rui Chen --- Formula/u/ultralist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/ultralist.rb b/Formula/u/ultralist.rb index 4f23707ae0027..74b64f10ac633 100644 --- a/Formula/u/ultralist.rb +++ b/Formula/u/ultralist.rb @@ -1,7 +1,7 @@ class Ultralist < Formula desc "Simple GTD-style task management for the command-line" homepage "https://ultralist.io" - url "https://github.com/ultralist/ultralist/archive/refs/tags/1.7.0.tar.gz" + url "https://github.com/gammons/ultralist/archive/refs/tags/1.7.0.tar.gz" sha256 "d4a524c94c1ea4a748711a1187246ed1fd00eaaafd5b8153ad23b42d36485f79" license "MIT" From 36eb2d5726fa83f539bbde74f3d63b1abdbf75b9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:45:40 -0400 Subject: [PATCH 08987/10074] fdroidcl: update repo location Signed-off-by: Rui Chen --- Formula/f/fdroidcl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/f/fdroidcl.rb b/Formula/f/fdroidcl.rb index 08168aeb100d0..72ed59b1acd4d 100644 --- a/Formula/f/fdroidcl.rb +++ b/Formula/f/fdroidcl.rb @@ -1,10 +1,10 @@ class Fdroidcl < Formula desc "F-Droid desktop client" - homepage "https://github.com/mvdan/fdroidcl" - url "https://github.com/mvdan/fdroidcl/archive/refs/tags/v0.8.0.tar.gz" + homepage "https://github.com/Hoverth/fdroidcl" + url "https://github.com/Hoverth/fdroidcl/archive/refs/tags/v0.8.0.tar.gz" sha256 "917bd9e33ec895ef7de5e82e08d36a36bdf82dc9fd810520cc657be2d8d44106" license "BSD-3-Clause" - head "https://github.com/mvdan/fdroidcl.git", branch: "master" + head "https://github.com/Hoverth/fdroidcl.git", branch: "master" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "43a2344ed4ad381157a0af5757f64b57f888184fa3c30aa44cf009bf00e0567d" From 8ae761282bb08682d897deac2f9a775e1aa9ef94 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:46:52 -0400 Subject: [PATCH 08988/10074] onednn: update repo location Signed-off-by: Rui Chen --- Formula/o/onednn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/onednn.rb b/Formula/o/onednn.rb index 3082c71d79b52..21ab9910139cd 100644 --- a/Formula/o/onednn.rb +++ b/Formula/o/onednn.rb @@ -1,10 +1,10 @@ class Onednn < Formula desc "Basic building blocks for deep learning applications" homepage "https://www.oneapi.io/open-source/" - url "https://github.com/oneapi-src/oneDNN/archive/refs/tags/v3.8.1.tar.gz" + url "https://github.com/uxlfoundation/oneDNN/archive/refs/tags/v3.8.1.tar.gz" sha256 "4b0638061a789a1efbefdcd2e85eb257c7b432b3b6a71ba8909e19d75f50b163" license "Apache-2.0" - head "https://github.com/oneapi-src/onednn.git", branch: "master" + head "https://github.com/uxlfoundation/oneDNN.git", branch: "master" livecheck do url :stable From 5206ebc75e7e07dd4bf411e89ecfa3fa0ca698ab Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:47:22 -0400 Subject: [PATCH 08989/10074] open-image-denoise: update repo location Signed-off-by: Rui Chen --- Formula/o/open-image-denoise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/open-image-denoise.rb b/Formula/o/open-image-denoise.rb index c0afe793bfe33..b7d37df621c4b 100644 --- a/Formula/o/open-image-denoise.rb +++ b/Formula/o/open-image-denoise.rb @@ -1,7 +1,7 @@ class OpenImageDenoise < Formula desc "High-performance denoising library for ray tracing" homepage "https://openimagedenoise.github.io" - url "https://github.com/OpenImageDenoise/oidn/releases/download/v2.3.3/oidn-2.3.3.src.tar.gz" + url "https://github.com/RenderKit/oidn/releases/download/v2.3.3/oidn-2.3.3.src.tar.gz" sha256 "ccf221535b4007607fb53d3ff5afa74de25413bb8ef5d03d215f46c7cc2f96cf" license "Apache-2.0" @@ -18,7 +18,7 @@ class OpenImageDenoise < Formula depends_on "cmake" => :build depends_on "ispc" => :build # clang: error: unknown argument: '-fopenmp-simd' - # https://github.com/OpenImageDenoise/oidn/issues/35 + # https://github.com/RenderKit/oidn/issues/35 depends_on macos: :high_sierra depends_on "tbb" From da2629bc43cef7d3dfa68b9ae8a2fc5710e39356 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:47:45 -0400 Subject: [PATCH 08990/10074] openblas: update url Signed-off-by: Rui Chen --- Formula/o/openblas.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/openblas.rb b/Formula/o/openblas.rb index 60e024b12bb6a..e1e58948a4322 100644 --- a/Formula/o/openblas.rb +++ b/Formula/o/openblas.rb @@ -52,7 +52,7 @@ def install end # Apple Silicon does not support SVE - # https://github.com/xianyi/OpenBLAS/issues/4212 + # https://github.com/OpenMathLib/OpenBLAS/issues/4212 ENV["NO_SVE"] = "1" if Hardware::CPU.arm? # Must call in two steps From 10fd9e8f375e1c324e88adcd383d136949dcc2dd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:48:14 -0400 Subject: [PATCH 08991/10074] osm2pgsql: update repo location Signed-off-by: Rui Chen --- Formula/o/osm2pgsql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/osm2pgsql.rb b/Formula/o/osm2pgsql.rb index 2e4c0270190ba..2979f132f31f5 100644 --- a/Formula/o/osm2pgsql.rb +++ b/Formula/o/osm2pgsql.rb @@ -1,10 +1,10 @@ class Osm2pgsql < Formula desc "OpenStreetMap data to PostgreSQL converter" homepage "https://osm2pgsql.org" - url "https://github.com/openstreetmap/osm2pgsql/archive/refs/tags/2.1.1.tar.gz" + url "https://github.com/osm2pgsql-dev/osm2pgsql/archive/refs/tags/2.1.1.tar.gz" sha256 "b084e4a79317043410ff13ece4350a801384bd34e6c2c5959fa1e1424ce195b0" license "GPL-2.0-only" - head "https://github.com/openstreetmap/osm2pgsql.git", branch: "master" + head "https://github.com/osm2pgsql-dev/osm2pgsql.git", branch: "master" bottle do sha256 arm64_sequoia: "ae6732f4577555118510370adccaeefe194a43638f3edf8c6fa7d74883b70daa" From 7cd922f92f668091d41bbcb51495bc083e36245e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:48:31 -0400 Subject: [PATCH 08992/10074] ospray: update repo location Signed-off-by: Rui Chen --- Formula/o/ospray.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/ospray.rb b/Formula/o/ospray.rb index a369c74cdcff8..f872281867291 100644 --- a/Formula/o/ospray.rb +++ b/Formula/o/ospray.rb @@ -1,10 +1,10 @@ class Ospray < Formula desc "Ray-tracing-based rendering engine for high-fidelity visualization" homepage "https://www.ospray.org/" - url "https://github.com/ospray/ospray/archive/refs/tags/v3.2.0.tar.gz" + url "https://github.com/RenderKit/ospray/archive/refs/tags/v3.2.0.tar.gz" sha256 "2c8108df2950bc5d1bc2a62f74629233dbe4f36e3f6a8ea032907d4a3fdc6750" license "Apache-2.0" - head "https://github.com/ospray/ospray.git", branch: "master" + head "https://github.com/RenderKit/ospray.git", branch: "master" livecheck do url :stable @@ -28,12 +28,12 @@ class Ospray < Formula depends_on "tbb" resource "rkcommon" do - url "https://github.com/ospray/rkcommon/archive/refs/tags/v1.14.0.tar.gz" + url "https://github.com/RenderKit/rkcommon/archive/refs/tags/v1.14.0.tar.gz" sha256 "5aef75afc8d4fccf9e70df4cbdf29a1b28b39ee51b5588b94b83a14c6a166d83" end resource "openvkl" do - url "https://github.com/openvkl/openvkl/archive/refs/tags/v2.0.1.tar.gz" + url "https://github.com/RenderKit/openvkl/archive/refs/tags/v2.0.1.tar.gz" sha256 "0c7faa9582a93e93767afdb15a6c9c9ba154af7ee83a6b553705797be5f8af62" end From 306c716acccd0d8b490943fd61e9d46fee5b2ed3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:49:48 -0400 Subject: [PATCH 08993/10074] hub: update repo location Signed-off-by: Rui Chen --- Formula/h/hub.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hub.rb b/Formula/h/hub.rb index 4512ddb09e4fd..898272fc03fa1 100644 --- a/Formula/h/hub.rb +++ b/Formula/h/hub.rb @@ -1,10 +1,10 @@ class Hub < Formula desc "Add GitHub support to git on the command-line" homepage "https://hub.github.com/" - url "https://github.com/github/hub/archive/refs/tags/v2.14.2.tar.gz" + url "https://github.com/mislav/hub/archive/refs/tags/v2.14.2.tar.gz" sha256 "e19e0fdfd1c69c401e1c24dd2d4ecf3fd9044aa4bd3f8d6fd942ed1b2b2ad21a" license "MIT" - head "https://github.com/github/hub.git", branch: "master" + head "https://github.com/mislav/hub.git", branch: "master" no_autobump! because: :requires_manual_review From 8d3fa7aa56e4d15344037976df9c4442e9841732 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:49:57 -0400 Subject: [PATCH 08994/10074] helmsman: update repo location Signed-off-by: Rui Chen --- Formula/h/helmsman.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/h/helmsman.rb b/Formula/h/helmsman.rb index df52b8a501b92..abd2ece192472 100644 --- a/Formula/h/helmsman.rb +++ b/Formula/h/helmsman.rb @@ -1,10 +1,10 @@ class Helmsman < Formula desc "Helm Charts as Code tool" - homepage "https://github.com/Praqma/helmsman" - url "https://github.com/Praqma/helmsman/archive/refs/tags/v4.0.1.tar.gz" + homepage "https://github.com/mkubaczyk/helmsman" + url "https://github.com/mkubaczyk/helmsman/archive/refs/tags/v4.0.1.tar.gz" sha256 "1fd57af9978681f0c148157e5ef7929b5154e6e79bc13c41711892340320254e" license "MIT" - head "https://github.com/Praqma/helmsman.git", branch: "master" + head "https://github.com/mkubaczyk/helmsman.git", branch: "master" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "b083ce72a651f9040fcd994a3c2472ea05689e460a1837d793ddd2fae40800ed" From 20817c8eedc5637a1a1388a7b3062efdac8a108d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:50:23 -0400 Subject: [PATCH 08995/10074] mantra: update repo location Signed-off-by: Rui Chen --- Formula/m/mantra.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mantra.rb b/Formula/m/mantra.rb index cefc536ae0ef2..0d8269c7f6aa3 100644 --- a/Formula/m/mantra.rb +++ b/Formula/m/mantra.rb @@ -1,10 +1,10 @@ class Mantra < Formula desc "Tool to hunt down API key leaks in JS files and pages" homepage "https://amoloht.github.io" - url "https://github.com/MrEmpy/mantra/archive/refs/tags/v2.0.tar.gz" + url "https://github.com/brosck/mantra/archive/refs/tags/v2.0.tar.gz" sha256 "f6eecb667fea6978cc53e8ff0f18f86b6ea6e25a651af24d00c941bdfd0c8ab2" license "GPL-3.0-only" - head "https://github.com/MrEmpy/mantra.git", branch: "main" + head "https://github.com/brosck/mantra.git", branch: "main" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c1c351dc805308006e2e3d5d0f4da28603a711b3044dc76813c63b5d0794a0d" From cf41ba33934db9846e74f2f2747986eda7e1bb44 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:50:43 -0400 Subject: [PATCH 08996/10074] mongo-orchestration: update repo location Signed-off-by: Rui Chen --- Formula/m/mongo-orchestration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mongo-orchestration.rb b/Formula/m/mongo-orchestration.rb index e20d903b6ae4f..eb134a1191f98 100644 --- a/Formula/m/mongo-orchestration.rb +++ b/Formula/m/mongo-orchestration.rb @@ -2,12 +2,12 @@ class MongoOrchestration < Formula include Language::Python::Virtualenv desc "REST API to manage MongoDB configurations on a single host" - homepage "https://github.com/10gen/mongo-orchestration" + homepage "https://github.com/mongodb-labs/mongo-orchestration" url "https://files.pythonhosted.org/packages/73/8f/f087958ff2ce6b0f06d5be16717e48d2009d598e4ae26270437b473a211a/mongo_orchestration-0.11.0.tar.gz" sha256 "6f53db5cb6bc1ab4a8f282f2638e1c2d35b7fdcb15f6c8e034acf5d0676e3df5" license "Apache-2.0" revision 2 - head "https://github.com/10gen/mongo-orchestration.git", branch: "master" + head "https://github.com/mongodb-labs/mongo-orchestration.git", branch: "master" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cf1ca98e8cc1d53a511e305356720f88c7df9fe43ca546c964e68d2f04c0b34" From 9b30b3aef31f1dd169838943138f26529d210125 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:53:21 -0400 Subject: [PATCH 08997/10074] checkmake: update repo location Signed-off-by: Rui Chen --- Formula/c/checkmake.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/checkmake.rb b/Formula/c/checkmake.rb index 0ffe96cc3fd6b..54606e2c28250 100644 --- a/Formula/c/checkmake.rb +++ b/Formula/c/checkmake.rb @@ -1,10 +1,10 @@ class Checkmake < Formula desc "Linter/analyzer for Makefiles" - homepage "https://github.com/mrtazz/checkmake" - url "https://github.com/mrtazz/checkmake/archive/refs/tags/0.2.2.tar.gz" + homepage "https://github.com/checkmake/checkmake" + url "https://github.com/checkmake/checkmake/archive/refs/tags/0.2.2.tar.gz" sha256 "4e5914f1ee3e5f384d605406f30799bf556a06b9785d5b0e555fd88b43daf19c" license "MIT" - head "https://github.com/mrtazz/checkmake.git", branch: "main" + head "https://github.com/checkmake/checkmake.git", branch: "main" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c64480b72e17320c970baf104cb6c69a2c9aa54365dd66c2a0a97a9ac0a2581d" From 155e6e80986b75a58f0c495d137e38dcccad9298 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:53:31 -0400 Subject: [PATCH 08998/10074] coq: update repo location Signed-off-by: Rui Chen --- Formula/c/coq.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/coq.rb b/Formula/c/coq.rb index 35bc8d6ec2339..f62a970f55eff 100644 --- a/Formula/c/coq.rb +++ b/Formula/c/coq.rb @@ -1,10 +1,10 @@ class Coq < Formula desc "Proof assistant for higher-order logic" homepage "https://coq.inria.fr/" - url "https://github.com/coq/coq/releases/download/V8.20.1/coq-8.20.1.tar.gz" + url "https://github.com/rocq-prover/rocq/releases/download/V8.20.1/coq-8.20.1.tar.gz" sha256 "09ad238cc7930d59564b032be2a8a1fd10d6ef845364d739072d04090a6d3cc2" license "LGPL-2.1-only" - head "https://github.com/coq/coq.git", branch: "master" + head "https://github.com/rocq-prover/rocq.git", branch: "master" livecheck do url :stable From a18242217923a48292e835710cae7309e9bbd4a5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:53:49 -0400 Subject: [PATCH 08999/10074] mask: update repo location Signed-off-by: Rui Chen --- Formula/m/mask.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mask.rb b/Formula/m/mask.rb index c4795608b014b..8620430917e26 100644 --- a/Formula/m/mask.rb +++ b/Formula/m/mask.rb @@ -1,6 +1,6 @@ class Mask < Formula desc "CLI task runner defined by a simple markdown file" - homepage "https://github.com/jakedeichert/mask/" + homepage "https://github.com/jacobdeichert/mask/" url "https://github.com/jacobdeichert/mask/archive/refs/tags/mask/0.11.6.tar.gz" sha256 "e76ae20a120c3ab44f1b14e73ff3f1b39d900bc66f8d2dab7fed4706bacd92fd" license "MIT" From 3c6e6f1ea886317c8b33f3179f0b318f6a47045c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:54:02 -0400 Subject: [PATCH 09000/10074] md2pdf: update repo location Signed-off-by: Rui Chen --- Formula/m/md2pdf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/md2pdf.rb b/Formula/m/md2pdf.rb index 969ee42e63022..513a92fcc57ae 100644 --- a/Formula/m/md2pdf.rb +++ b/Formula/m/md2pdf.rb @@ -1,10 +1,10 @@ class Md2pdf < Formula desc "CLI utility that generates PDF from Markdown" - homepage "https://github.com/solworktech/mdtopdf" - url "https://github.com/solworktech/mdtopdf/archive/refs/tags/v2.2.18.tar.gz" + homepage "https://github.com/solworktech/md2pdf" + url "https://github.com/solworktech/md2pdf/archive/refs/tags/v2.2.18.tar.gz" sha256 "c231d18742d9b0618bd1feaf1f3ab8864173a838b1847d9dcba6018fe5888f10" license "MIT" - head "https://github.com/solworktech/mdtopdf.git", branch: "master" + head "https://github.com/solworktech/md2pdf.git", branch: "master" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3f31a7fd7fc59f484e62023b815331c624d0caac12e8573e3dce5a72a53d9f7" From 4b2b796b995de8ef17bff1c040f01a05240ceecf Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:56:06 -0400 Subject: [PATCH 09001/10074] lmod: update url for `luafilesystem` Signed-off-by: Rui Chen --- Formula/l/lmod.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/l/lmod.rb b/Formula/l/lmod.rb index 6e0f623609619..f5db137a53a0c 100644 --- a/Formula/l/lmod.rb +++ b/Formula/l/lmod.rb @@ -33,7 +33,7 @@ class Lmod < Formula end resource "luafilesystem" do - url "https://github.com/keplerproject/luafilesystem/archive/refs/tags/v1_8_0.tar.gz" + url "https://github.com/lunarmodules/luafilesystem/archive/refs/tags/v1_8_0.tar.gz" sha256 "16d17c788b8093f2047325343f5e9b74cccb1ea96001e45914a58bbae8932495" end From 22d2b6796016522650d965b6c4239e59c2e3badb Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:56:26 -0400 Subject: [PATCH 09002/10074] dooit: update repo location Signed-off-by: Rui Chen --- Formula/d/dooit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dooit.rb b/Formula/d/dooit.rb index af12f71353b0e..08ae3d3bf442c 100644 --- a/Formula/d/dooit.rb +++ b/Formula/d/dooit.rb @@ -2,11 +2,11 @@ class Dooit < Formula include Language::Python::Virtualenv desc "TUI todo manager" - homepage "https://github.com/kraanzu/dooit" + homepage "https://github.com/dooit-org/dooit" url "https://files.pythonhosted.org/packages/cf/92/2a83069a1b7d2e7455f40c9c70ad63daeba0f68b52ed8e6e248144d7928c/dooit-3.2.3.tar.gz" sha256 "5ac238f2d781c438eabc5616428697c7e0905130e80d3b814126f64a925d0c70" license "MIT" - head "https://github.com/kraanzu/dooit.git", branch: "main" + head "https://github.com/dooit-org/dooit.git", branch: "main" bottle do sha256 cellar: :any, arm64_sequoia: "8047ea87fead5fee013e42473bfc468ecea6c4e92c5613e20fa351b6b6868102" From a028571fc598a0a2c27287fe1d752dfbd831037a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:56:53 -0400 Subject: [PATCH 09003/10074] datafusion: update repo location Signed-off-by: Rui Chen --- Formula/d/datafusion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/datafusion.rb b/Formula/d/datafusion.rb index fc1ad56c4971e..3dfe09288a989 100644 --- a/Formula/d/datafusion.rb +++ b/Formula/d/datafusion.rb @@ -1,10 +1,10 @@ class Datafusion < Formula desc "Apache Arrow DataFusion and Ballista query engines" homepage "https://arrow.apache.org/datafusion" - url "https://github.com/apache/arrow-datafusion/archive/refs/tags/48.0.0.tar.gz" + url "https://github.com/apache/datafusion/archive/refs/tags/48.0.0.tar.gz" sha256 "63f65035ccc7287a09f1ed0c7662f785986c5944fcce004d3bd728172273d4ca" license "Apache-2.0" - head "https://github.com/apache/arrow-datafusion.git", branch: "master" + head "https://github.com/apache/datafusion.git", branch: "master" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "8399694f51eadeaa2a4874954584e4c89ef08c4680217b044eca277cf7f114fb" From d005d59551d7349107bfff482de18af6afb921d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:18:53 +0000 Subject: [PATCH 09004/10074] bkmr: update 4.25.1 bottle. --- Formula/b/bkmr.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bkmr.rb b/Formula/b/bkmr.rb index 5395b302302ad..4c9667432235a 100644 --- a/Formula/b/bkmr.rb +++ b/Formula/b/bkmr.rb @@ -7,13 +7,13 @@ class Bkmr < Formula head "https://github.com/sysid/bkmr.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b23deb3faf99a17e8a7fb332320aec7f4c5c04ba79ca904756ebfd6f2f2114a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4860f7cbbd0c7117def65a35de00301c5dcc8795a92a42e0ac426a73a493bab" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7cbf27854a7d42e92669144c642612ac338ed58ac8f432296ddd2330bece2117" - sha256 cellar: :any_skip_relocation, sonoma: "647fae8678ea598b5c931d4a582d12e9612cdf6d0501121b3b6e7028db21eedc" - sha256 cellar: :any_skip_relocation, ventura: "3d46cb792f62c1276ebab3d1c28e57d73c31ddc3b4c41f941e44f2a99c2a15dc" - sha256 cellar: :any_skip_relocation, arm64_linux: "3bc99e5e4d2b5e10c18cc79596fd299f335946361d3feb00387402f5fed39ba3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3b9d81a5340c9ed1a001aac24715c6d7a6addbfe20dc5c3eb5ba8890dee80f58" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1778e1fe94b041203e86798c1341ce38d9a74eab6a9447ab783330f62f800ad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c866e567ecfc5452d8cebc4494ad0ddaca7d754545f706477c46ab95afd2e81c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c84da01f0b56a2b8afa0923d43631f2e5d6ad965357579272877b0a53a6d9ada" + sha256 cellar: :any_skip_relocation, sonoma: "fe0d73db2df7927f055c149b167ef803bce02515f65c3b2d8c824359ab4c8b16" + sha256 cellar: :any_skip_relocation, ventura: "a4c631580a023e44aa85e0613462a615efb799cf14887117697d3fe46a36367a" + sha256 cellar: :any_skip_relocation, arm64_linux: "06b472ffd80c417e66a40a0eb9c606b02ebeb868cc9706ae66ec5bcaa180158d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef55f6c724947ed133a613aebc598bc4c3727ac30d2cc7884366560315c4535b" end depends_on "rust" => :build From 552be418184b1e2fb0f33eb1b61881488d9068d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:19:09 +0000 Subject: [PATCH 09005/10074] cargo-binstall: update 1.14.1 bottle. --- Formula/c/cargo-binstall.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-binstall.rb b/Formula/c/cargo-binstall.rb index 7d177b714d6f6..6dccdf266c87c 100644 --- a/Formula/c/cargo-binstall.rb +++ b/Formula/c/cargo-binstall.rb @@ -15,13 +15,13 @@ class CargoBinstall < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "750c1b9f287fbdce9054cb8fd9b1d9f5d18a94a78abc364af885082c861b0c84" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f42dca0ab273e03f1fe0882a3e88899c95ae1854edf73c718198208c02982b9a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3389655928f5f496f5df20df026dd9b08b3ac99360de0ccb76de73aca1ef85f7" - sha256 cellar: :any_skip_relocation, sonoma: "f2239f04ea9171f60f11d18d64eccf96c7662272f25fe1a8dd13aecefd590a42" - sha256 cellar: :any_skip_relocation, ventura: "f8bfd995895758003ceb6cbbe8b364f9fc01659ef47752ebf027813e3e2c63df" - sha256 cellar: :any_skip_relocation, arm64_linux: "551e14cd052f0fdf9bd5eb89a829d49eab436e9c65a18b8002cb7e22b7195ad7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bab9b22b9f4f9ac05a5087d426124669897cdd42839728eae49f94d28223f90f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e756d1f071a4d1669c0371da45df63401c4a54635ed6d9b5579e11b5ec3727bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a55eb5ebd2c9ca7a859d5830f70333d9de4418f4247917de108006b5e901f6c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6d7d3b8ecd32bdd80cdbbc5ce55df4261c6f58252e23ef7eb64f4cc38e138ee7" + sha256 cellar: :any_skip_relocation, sonoma: "3d181608e59fe6b4effd60e1b8022b5c974ef775b5f7bbe4406b5e4b53dc22df" + sha256 cellar: :any_skip_relocation, ventura: "251824275a2a61dfb321616bd85f20dc22b9617c46d8afd2144877d5a80c92bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "6a2b67a82f0a03a455473f2cdb7da917f54f7295a230ad111fb2d22c0b4623f1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "485e823805d74a55ec0964a01047192b888805487bfec5848c501f2dcca2ecd5" end depends_on "rust" => :build From 4b110d5136bfb92bc0dc82660fd9c31c055a92be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:28:51 +0000 Subject: [PATCH 09006/10074] swift-section: update 0.5.0 bottle. --- Formula/s/swift-section.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/swift-section.rb b/Formula/s/swift-section.rb index e8205b87cb347..486d41b6050c0 100644 --- a/Formula/s/swift-section.rb +++ b/Formula/s/swift-section.rb @@ -7,7 +7,7 @@ class SwiftSection < Formula head "https://github.com/MxIris-Reverse-Engineering/MachOSwiftSection.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "edc22b3b35f2d1930d9499123a58f7a2d5d8db43789f9305bc9f4b9c428abcf5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "719b59f62cf442d4a49a9917edd1318009c38f2718b1ae951d9454f964aacbcd" end # The Package.swift file requires Swift 5.10 or later. From 269842f292e3946b9887453015f339220d2cd469 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 10:31:26 -0400 Subject: [PATCH 09007/10074] cahute: update repo location Signed-off-by: Rui Chen --- Formula/c/cahute.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cahute.rb b/Formula/c/cahute.rb index 1c72357c61580..a9ef29471a4ae 100644 --- a/Formula/c/cahute.rb +++ b/Formula/c/cahute.rb @@ -6,7 +6,7 @@ class Cahute < Formula url "https://ftp.cahuteproject.org/releases/cahute-0.6.tar.gz" sha256 "2fb0a8f0b14d75fb0d8a6fa07f3feda9b4cfaad11115340285e2c9414565059c" license "CECILL-2.1" - head "https://gitlab.com/cahuteproject/cahute.git", branch: "develop" + head "https://gitlab.com/cahute/cahute.git", branch: "develop" livecheck do url "https://ftp.cahuteproject.org/releases/" From 9111e67c731af385e111ec4b766bb25615d6f3a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:35:55 +0000 Subject: [PATCH 09008/10074] ferron: update 1.3.3 bottle. --- Formula/f/ferron.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/ferron.rb b/Formula/f/ferron.rb index 28553eeabd95d..90e0878ae716d 100644 --- a/Formula/f/ferron.rb +++ b/Formula/f/ferron.rb @@ -7,13 +7,13 @@ class Ferron < Formula head "https://github.com/ferronweb/ferron.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e98eaffd6a081ccb49931f1c94665a17b6bf9f3d05081df2bf4f64d95816c7e9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8cfa35abd41bcad3933d9c98e6a444716d43ddf02265fcc10a51bd17377b44a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9546e8a4828aa366984223a47254e00e054e297e49d3b383819b1766e9e98a82" - sha256 cellar: :any_skip_relocation, sonoma: "39640d38c65db25c08d71bcbd3a0c8a7c151af1f7ec61d90b54a32bf54030ef2" - sha256 cellar: :any_skip_relocation, ventura: "66dcdee5085887ac91c00770f79862bebf4bfcbfb97cde21e4f277ad55e58525" - sha256 cellar: :any_skip_relocation, arm64_linux: "8ceb8fd6a569a7ed357623ac2036cba598ed5174b37b0c8da0654c809b4f5e14" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b7039c4387a151c8d906a5466c450bd3e02dfcb124f03093a3609950098c3676" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "07f3a92c4ed0ad8e5e0bab77af454863a27a1c657fe7fe87816c2839208fc1f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6987125fcf426713e1bd373cd336ca06a93cbcaa1fb66dcb7731c78f75a1c082" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4d84cac1e3bc9e486b84ca8951c4ffecfdbad042d32a7ad8bf16605c0912a980" + sha256 cellar: :any_skip_relocation, sonoma: "2b18045b11c4706910dcf03cc5a31c1c240d25c6def10c68543f1d19619e22c4" + sha256 cellar: :any_skip_relocation, ventura: "0292cf725519065ea2ce78506d356cd5e6ea451386365e0c01067a61e3c4a234" + sha256 cellar: :any_skip_relocation, arm64_linux: "b3bdd2b0ee320cec205ad3ce04e486ef307250d5d5fc2368cf702429b73d073f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "097da7ff3dd7914e004f6a3ec7ce9edb4dee07fc865644bae238c70e99b72a2f" end depends_on "rust" => :build From 2d7e1cd81859c0fbdd45a3b308748bc4b3f0c662 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:38:28 +0000 Subject: [PATCH 09009/10074] minify: add 2.23.8 bottle. --- Formula/m/minify.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/m/minify.rb b/Formula/m/minify.rb index 853053ca16c7d..b905021689686 100644 --- a/Formula/m/minify.rb +++ b/Formula/m/minify.rb @@ -6,6 +6,15 @@ class Minify < Formula license "MIT" head "https://github.com/tdewolff/minify.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd074822109f9ded330a038e7bae7a1b098fc0744ba0b72a78d0aa408f049340" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd074822109f9ded330a038e7bae7a1b098fc0744ba0b72a78d0aa408f049340" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cd074822109f9ded330a038e7bae7a1b098fc0744ba0b72a78d0aa408f049340" + sha256 cellar: :any_skip_relocation, sonoma: "76273a14c6067dc001c03b837547871e36572804666cf4703a3c2a34ee7ac8b1" + sha256 cellar: :any_skip_relocation, ventura: "76273a14c6067dc001c03b837547871e36572804666cf4703a3c2a34ee7ac8b1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "444b36148ee861ac905580a924a737a3b7b262b0bfb7e41601f627bf4d87b1bc" + end + depends_on "go" => :build def install From 34bf9a8b469ab88ee042136811d7bafb1d49b34b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 11:03:52 -0400 Subject: [PATCH 09010/10074] fauna-shell: deprecate Signed-off-by: Rui Chen --- Formula/f/fauna-shell.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/f/fauna-shell.rb b/Formula/f/fauna-shell.rb index e817c6969f76d..dfd3bb4f64256 100644 --- a/Formula/f/fauna-shell.rb +++ b/Formula/f/fauna-shell.rb @@ -15,6 +15,9 @@ class FaunaShell < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "a682cf65cd7e19afb1a0c8af45d3d76325376311433592478c2412e091ba7cfd" end + # Fauna Service Winding Down, https://news.ycombinator.com/item?id=43414742 + deprecate! date: "2025-06-22", because: :unmaintained + depends_on "node" def install From b208f09f3f993be6ceed1feaa0de7cd4631a7bc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 15:11:10 +0000 Subject: [PATCH 09011/10074] macos-term-size: update 1.0.0 bottle. --- Formula/m/macos-term-size.rb | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/Formula/m/macos-term-size.rb b/Formula/m/macos-term-size.rb index 813bd60e84421..5ed64303d2fe7 100644 --- a/Formula/m/macos-term-size.rb +++ b/Formula/m/macos-term-size.rb @@ -9,17 +9,12 @@ class MacosTermSize < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08a0e517feb1a5fea5bb36871b5d3abbe781978e11e458574e92041f4cd07042" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3424acd9de93f00406b4a94e2320a01169a092704c8ab9c66e23f230979c9ff1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6bc40ca23b802dbca1e7895f476a61f62cabbd2ee4b149028cf7e9a57b1ee1cd" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f44cab0d2907e1fe48658f15eb8719e2df21e904df6b00ccd69b3dda4be38752" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "0d921643767d4c489f435e467e0f5bd9d50a1f8a93ccf2be116eb6987af36d86" - sha256 cellar: :any_skip_relocation, sonoma: "2876bb5510a2d431e9b6097223a224b8fd4a7239d7bf0d312d5b2935d0598b93" - sha256 cellar: :any_skip_relocation, ventura: "34b5f31903d75d3524c533e43a4edcdd5501d0fb93ea7c09e0ea3e7b4dc27f13" - sha256 cellar: :any_skip_relocation, monterey: "c9171245cbf3ba0231147e961ae6cb2e4d8e13a8c7abc64bad1a0e57a4274efb" - sha256 cellar: :any_skip_relocation, big_sur: "a19d9785c6b4d8ccf231187d4042174a0c70ce7cb81733880c01d5a24329d31d" - sha256 cellar: :any_skip_relocation, catalina: "c5134e35cdce944ea758f7d9a0b3275924bc1b323c42685835afea6646f07d85" - sha256 cellar: :any_skip_relocation, mojave: "37ad145efc846c8cad42a969a4ccfb74c8f18462f776414c852346f4c6c37c07" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "62b5941a4c8f70dc8ba5564ca015d47a4a6d816932df80672375e3942d097e18" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c658e365898186c4566c1786325e2dfb0f37bdc88cf5db7055c828f0d81b2674" + sha256 cellar: :any_skip_relocation, arm64_ventura: "67b30340e06a42f33552b16edc84c355529bbd92758c516587d76bb3571fc23c" + sha256 cellar: :any_skip_relocation, sonoma: "8f840f609d469c4cda3dc2c100b962116b86a1308543ea69372c72b1d8437d05" + sha256 cellar: :any_skip_relocation, ventura: "c322648a0cb287845237865d51194d5d4f45113237c43f90c0048f2d0281932b" end depends_on :macos From b4b7e069ea6556d3b7c10b63306de21cb7d57713 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 15:11:49 +0000 Subject: [PATCH 09012/10074] newsboat: update 2.40 bottle. --- Formula/n/newsboat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/newsboat.rb b/Formula/n/newsboat.rb index 9de81efbcb232..4dce6175511b3 100644 --- a/Formula/n/newsboat.rb +++ b/Formula/n/newsboat.rb @@ -7,13 +7,13 @@ class Newsboat < Formula head "https://github.com/newsboat/newsboat.git", branch: "master" bottle do - sha256 arm64_sequoia: "784097ba80326b979eb1911e3069703e74931f098b4b4b09e6860d55625436a9" - sha256 arm64_sonoma: "cb4fb9c1e39faebed2936c9024596c5aae56a04d5383d114b2764fa231314e79" - sha256 arm64_ventura: "0f259c3cfdc92b561aba4dab533c737000591552ee2741f2e18dd8b575ca1df4" - sha256 sonoma: "118530c4024a841179a291c9cb8cc510def37e0dadc51204423cc55d1d5ef12d" - sha256 ventura: "64d63a00c216d589829b44c64d8cc1ff6c833d8fb0eff4bd8f699be39aca7998" - sha256 arm64_linux: "c5fc2f3b3031c7959cd6aca3038143adc52f77525e92d9d2b043717f9985ac1a" - sha256 x86_64_linux: "9594e4b2d0db3616517b295e687cc0832b149a68546dcdce2ab9309a622ea32d" + sha256 arm64_sequoia: "62beb795654ad0e034cae9415b3d9762037dd5b7a6b084195338d66dfe12e5d4" + sha256 arm64_sonoma: "eaab1099251d9341a040788309e8de0cd3a2210eb45b8feaa15dd96303c3ad94" + sha256 arm64_ventura: "00456fdf96b6cf458a1ef3e68343ded5c41f4c41dea5af060c477c782b74e535" + sha256 sonoma: "a1f9d6d589a29fcead823ff5598eac302898403c3faa4936eb946224fa05a16a" + sha256 ventura: "c0f4e28fdd96b4e278f37f97ba42376a3fd896e938904e28e971d232c0663b5a" + sha256 arm64_linux: "a00dbb6fe0ed510fd078d1690c6a64881f674ac2af943e944ca1895d3282246a" + sha256 x86_64_linux: "c9ec61ffc627d29d3a32c984db34f6ae4cc641804b37aeb2b0b5918fb59aceec" end depends_on "asciidoctor" => :build From 4e9adc61f4f63d0050482ce71278d5593fda1b98 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 15:25:46 +0000 Subject: [PATCH 09013/10074] mage: update 1.15.0 bottle. --- Formula/m/mage.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/m/mage.rb b/Formula/m/mage.rb index 8f637815141a0..870badbd836ca 100644 --- a/Formula/m/mage.rb +++ b/Formula/m/mage.rb @@ -8,14 +8,14 @@ class Mage < Formula head "https://github.com/magefile/mage.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b81db54414e8059c020d3f75144337f216536a73742263d0efe306fcdbd1e140" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b81db54414e8059c020d3f75144337f216536a73742263d0efe306fcdbd1e140" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b81db54414e8059c020d3f75144337f216536a73742263d0efe306fcdbd1e140" - sha256 cellar: :any_skip_relocation, sonoma: "9f3ab340917962784ac8e7dd0e54112f6d60f7546de91aeb8373ba29c80cec26" - sha256 cellar: :any_skip_relocation, ventura: "9f3ab340917962784ac8e7dd0e54112f6d60f7546de91aeb8373ba29c80cec26" - sha256 cellar: :any_skip_relocation, arm64_linux: "c4f7a29602cc18739d9c7714860f36a3a6c1f12d2e8d6cd3b04b9a0f28ba25e2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3721ad24ae36b353b46e1b3fc9b6bc6abf3bc328102da949fe50441e4eebfe5" + rebuild 2 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d854917c87fca0539be1327468ea017de476cda7744fdd940591cd748fba1b37" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d854917c87fca0539be1327468ea017de476cda7744fdd940591cd748fba1b37" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d854917c87fca0539be1327468ea017de476cda7744fdd940591cd748fba1b37" + sha256 cellar: :any_skip_relocation, sonoma: "c8fea11b3b195466ee1a8977b4cf79e03076bf44ea18bb90f227025859fe639b" + sha256 cellar: :any_skip_relocation, ventura: "c8fea11b3b195466ee1a8977b4cf79e03076bf44ea18bb90f227025859fe639b" + sha256 cellar: :any_skip_relocation, arm64_linux: "8e6b55c77f8da7119b98edf75d7ac96b38929f785a87d04bc045a7c3b50d9fe5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2e003ef001493785054e1e95b8746f6503a28e66a431028fcd751d070139637a" end depends_on "go" From a2c9cda745d2bea2b4cf1a1a23754c2633b4cb31 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 15:28:35 +0000 Subject: [PATCH 09014/10074] texi2html: update 5.0 bottle. --- Formula/t/texi2html.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/t/texi2html.rb b/Formula/t/texi2html.rb index 7e4b0fa82e498..e6550760bf795 100644 --- a/Formula/t/texi2html.rb +++ b/Formula/t/texi2html.rb @@ -12,14 +12,14 @@ class Texi2html < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 3 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f76e24ff2903b5bc781b51c1fa641893343610b6827eed40af85063af2def71" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f76e24ff2903b5bc781b51c1fa641893343610b6827eed40af85063af2def71" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0f76e24ff2903b5bc781b51c1fa641893343610b6827eed40af85063af2def71" - sha256 cellar: :any_skip_relocation, sonoma: "cfe992664d07c79edc0c906993d4dea923de1ee43c431861cbea911825404e57" - sha256 cellar: :any_skip_relocation, ventura: "cfe992664d07c79edc0c906993d4dea923de1ee43c431861cbea911825404e57" - sha256 cellar: :any_skip_relocation, arm64_linux: "2b6ba2c5edb099dcc8e2a36a2aeebb010cd55458c55e14ba84c856997bb651d4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef3f56a762d93771772c74dc8469edc8caa802df76d9f17ea98e8db7a2ccfe35" + rebuild 4 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2abbe20da6fd14b3e73a4d7f08f366af564a2dc2e86b39de3291a9f7c3b9eec" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2abbe20da6fd14b3e73a4d7f08f366af564a2dc2e86b39de3291a9f7c3b9eec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a2abbe20da6fd14b3e73a4d7f08f366af564a2dc2e86b39de3291a9f7c3b9eec" + sha256 cellar: :any_skip_relocation, sonoma: "20ac4a12f76ccf5fe1ab324264c9b72f1b3d9cfedf981b7e743b636045e32f45" + sha256 cellar: :any_skip_relocation, ventura: "20ac4a12f76ccf5fe1ab324264c9b72f1b3d9cfedf981b7e743b636045e32f45" + sha256 cellar: :any_skip_relocation, arm64_linux: "e07d313b8d6ff0b95101597fffdd363fe7a935154ed310c4ec4d47214339f6e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ec47e69ea0775ca07947f7be4d5111ab308b2b472042b517e0bf0ea19b115d05" end on_macos do From 8064416098270ee769f07158ba0648c98940de68 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 11:29:47 -0400 Subject: [PATCH 09015/10074] onigmo 6.2.0 (new formula) Signed-off-by: Rui Chen --- Formula/o/onigmo.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Formula/o/onigmo.rb diff --git a/Formula/o/onigmo.rb b/Formula/o/onigmo.rb new file mode 100644 index 0000000000000..6586adebf2fe9 --- /dev/null +++ b/Formula/o/onigmo.rb @@ -0,0 +1,17 @@ +class Onigmo < Formula + desc "Regular expressions library forked from Oniguruma" + homepage "https://github.com/k-takata/Onigmo" + url "https://github.com/k-takata/Onigmo/releases/download/Onigmo-6.2.0/onigmo-6.2.0.tar.gz" + sha256 "c648496b5339953b925ebf44b8de356feda8d3428fa07dc1db95bfe2570feb76" + license "BSD-2-Clause" + head "https://github.com/k-takata/Onigmo.git", branch: "master" + + def install + system "./configure", *std_configure_args + system "make", "install" + end + + test do + assert_match(/#{prefix}/, shell_output("#{bin}/onigmo-config --prefix")) + end +end From b8a9d70df0ff72431a1a6983ec141bd6142955bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:17:03 +0000 Subject: [PATCH 09016/10074] tsnet-serve 1.3.2 tsnet-serve: update test Signed-off-by: Rui Chen --- Formula/t/tsnet-serve.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/t/tsnet-serve.rb b/Formula/t/tsnet-serve.rb index 87f7df8ac809d..981094bb0c60a 100644 --- a/Formula/t/tsnet-serve.rb +++ b/Formula/t/tsnet-serve.rb @@ -1,8 +1,8 @@ class TsnetServe < Formula desc "Expose HTTP applications to a Tailscale Tailnet network" homepage "https://github.com/shayne/tsnet-serve" - url "https://github.com/shayne/tsnet-serve/archive/refs/tags/v1.2.3.tar.gz" - sha256 "74eb6bc77187dc96fa0ca5a615347314ad3016887942fc4b66445250a0cf50ab" + url "https://github.com/shayne/tsnet-serve/archive/refs/tags/v1.3.2.tar.gz" + sha256 "05d11ec7ac4e1bdb2ce6a8db3999e314ceab51ee7b462df3ec75895704438cc7" license "MIT" head "https://github.com/shayne/tsnet-serve.git", branch: "main" @@ -34,7 +34,6 @@ def install sleep 1 output = logfile.read - assert_match "proxying traffic to #{backend}", output assert_match "tsnet starting with hostname \"#{hostname}\"", output assert_match "LocalBackend state is NeedsLogin", output ensure From 5ad41bb3c46192857ccae052c77d1ebe8cde2475 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 08:13:40 +0000 Subject: [PATCH 09017/10074] smartdns 0.12.2 smartdns: update build Signed-off-by: Rui Chen --- Formula/s/smartdns.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/s/smartdns.rb b/Formula/s/smartdns.rb index 0273296a67c10..e3ced88fef431 100644 --- a/Formula/s/smartdns.rb +++ b/Formula/s/smartdns.rb @@ -1,8 +1,8 @@ class Smartdns < Formula desc "Rule-based DNS server for fast IP resolution, DoT/DoQ/DoH/DoH3 supported" homepage "https://github.com/mokeyish/smartdns-rs" - url "https://github.com/mokeyish/smartdns-rs/archive/refs/tags/v0.12.0.tar.gz" - sha256 "67adf2fbb005e6f0a1d933b0c115bedc4b5652379c50562808d424ce9b33a1a3" + url "https://github.com/mokeyish/smartdns-rs/archive/refs/tags/v0.12.2.tar.gz" + sha256 "79f1692d5ee588fb3bfdb7d4af51e4fa3a65f115d1102493e9aa788b3225ca97" license "GPL-3.0-only" head "https://github.com/mokeyish/smartdns-rs.git", branch: "main" @@ -16,7 +16,6 @@ class Smartdns < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "78ee95d4f63c25abe9e932b1e06d3df17f41f1d52d40ca030ca23a74b379ca2e" end - depends_on "just" => :build depends_on "rust" => :build uses_from_macos "llvm" # for libclang @@ -28,7 +27,7 @@ class Smartdns < Formula end def install - system "just", "install", "--no-default-features", "--features", "homebrew", *std_cargo_args + system "cargo", "install", "--no-default-features", "--features", "homebrew", *std_cargo_args sbin.install bin/"smartdns" pkgetc.install "etc/smartdns/smartdns.conf" end From 4de6795b97a4170e44f282396eb925aef9c364e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 16:42:41 +0000 Subject: [PATCH 09018/10074] ruby@2.7: remove formula --- Formula/r/ruby@2.7.rb | 272 ------------------------------------------ 1 file changed, 272 deletions(-) delete mode 100644 Formula/r/ruby@2.7.rb diff --git a/Formula/r/ruby@2.7.rb b/Formula/r/ruby@2.7.rb deleted file mode 100644 index bfdbff960e93f..0000000000000 --- a/Formula/r/ruby@2.7.rb +++ /dev/null @@ -1,272 +0,0 @@ -class RubyAT27 < Formula - desc "Powerful, clean, object-oriented scripting language" - homepage "https://www.ruby-lang.org/" - url "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.8.tar.xz" - sha256 "f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb" - license "Ruby" - revision 1 - - no_autobump! because: :requires_manual_review - - bottle do - sha256 arm64_sonoma: "1145b53a7a873516f3408712c8ac546d0f36242c929d8a586d5209bbd136134e" - sha256 arm64_ventura: "3b37017d8a6c722b6ce8b44361d7893a8458c8696e84f393df01be87e4d67faa" - sha256 arm64_monterey: "732ed82a82fed5ceb49de4cd4be5c5c6f4151d02c157df689cbdb1eae668b0f5" - sha256 arm64_big_sur: "7d0763386880e2a4edb83e80151592d9ea074a87cd7091406798c74d3a6b7bea" - sha256 sonoma: "196867c803513c9676084c43be6a9348a73a0babfc741dfa6fd50817930e6141" - sha256 ventura: "34b05f1fce9e839d2039ff581f40f195ae590f803e2b8c5cbdd564130b775716" - sha256 monterey: "f10c957f760ae1b34d12629ad26c958556f9bc84ad0da848f3077a522b0ede5f" - sha256 big_sur: "695d5eaf8dee2c506365e15030a1d139e161c640d455c1eea5ae5d433a0d76de" - sha256 x86_64_linux: "e72683fb67d9a53c863389d2adb94a0f11bfc4f5abe35ce61e68b3ceb453a927" - end - - keg_only :versioned_formula - - # EOL: 2023-03-31 - # https://www.ruby-lang.org/en/downloads/branches/ - disable! date: "2024-06-15", because: :unsupported - - depends_on "pkgconf" => :build - depends_on "libyaml" - depends_on "openssl@3" - depends_on "readline" - - uses_from_macos "libxcrypt" - uses_from_macos "zlib" - - # Should be updated only when Ruby is updated (if an update is available). - # The exception is Rubygem security fixes, which mandate updating this - # formula & the versioned equivalents and bumping the revisions. - resource "rubygems" do - url "https://rubygems.org/rubygems/rubygems-3.4.10.tgz" - sha256 "55f1c67fa2ae96c9751b81afad5c0f2b3792c5b19cbba6d54d8df9fd821460d3" - end - - # Update the bundled openssl gem for compatibility with OpenSSL 3. - resource "openssl" do - url "https://github.com/ruby/openssl/archive/refs/tags/v3.1.0.tar.gz" - sha256 "3f099acd0b3bea791cbdde520f2d332a709bbd9144abcbe22189a20bac12c6de" - end - - # Update the bundled digest gem for compatibility with the newer openssl gem. - resource "digest" do - url "https://github.com/ruby/digest/archive/refs/tags/v3.1.1.tar.gz" - sha256 "27107e7a982ce090eb9d84f4fa2f0e537feb46389e5cdd50855f6b8f8531d280" - end - - def api_version - "2.7.0" - end - - def rubygems_bindir - HOMEBREW_PREFIX/"lib/ruby/gems/#{api_version}/bin" - end - - def install - # otherwise `gem` command breaks - ENV.delete("SDKROOT") - - %w[openssl digest].each do |r_name| - resource(r_name).stage do - %W[ext/#{r_name} test/#{r_name}].each { |stem| rm_r(buildpath/stem) } - (buildpath/"ext").install "ext/#{r_name}" - Pathname.new("lib").each_child do |child| - if child.directory? - child.each_child { |grandchild| (buildpath/"ext"/r_name/child).install grandchild } - next - end - - (buildpath/"ext"/r_name/"lib").install child - end - (buildpath/"ext"/r_name).install "#{r_name}.gemspec" - (buildpath/"test").install "test/#{r_name}" - end - end - - paths = %w[libyaml openssl@3 readline].map { |f| Formula[f].opt_prefix } - args = %W[ - --prefix=#{prefix} - --enable-shared - --disable-silent-rules - --with-sitedir=#{HOMEBREW_PREFIX}/lib/ruby/site_ruby - --with-vendordir=#{HOMEBREW_PREFIX}/lib/ruby/vendor_ruby - --with-opt-dir=#{paths.join(":")} - --without-gmp - ] - args << "--disable-dtrace" if OS.mac? && !MacOS::CLT.installed? - - # Correct MJIT_CC to not use superenv shim - args << "MJIT_CC=/usr/bin/#{DevelopmentTools.default_compiler}" - - system "./configure", *args - - # Ruby has been configured to look in the HOMEBREW_PREFIX for the - # sitedir and vendordir directories; however we don't actually want to create - # them during the install. - # - # These directories are empty on install; sitedir is used for non-rubygems - # third party libraries, and vendordir is used for packager-provided libraries. - inreplace "tool/rbinstall.rb" do |s| - s.gsub! 'prepare "extension scripts", sitelibdir', "" - s.gsub! 'prepare "extension scripts", vendorlibdir', "" - s.gsub! 'prepare "extension objects", sitearchlibdir', "" - s.gsub! 'prepare "extension objects", vendorarchlibdir', "" - end - - system "make" - system "make", "install" - - # A newer version of ruby-mode.el is shipped with Emacs - elisp.install Dir["misc/*.el"].reject { |f| f == "misc/ruby-mode.el" } - - # This is easier than trying to keep both current & versioned Ruby - # formulae repeatedly updated with Rubygem patches. - resource("rubygems").stage do - ENV.prepend_path "PATH", bin - - system bin/"ruby", "setup.rb", "--prefix=#{buildpath}/vendor_gem" - rg_in = lib/"ruby/#{api_version}" - rg_gems_in = lib/"ruby/gems/#{api_version}" - - # Remove bundled Rubygem and Bundler - rm_r rg_in/"bundler" - rm rg_in/"bundler.rb" - rm_r Dir[rg_gems_in/"gems/bundler-*"] - rm Dir[rg_gems_in/"specifications/default/bundler-*.gemspec"] - rm_r rg_in/"rubygems" - rm rg_in/"rubygems.rb" - rm bin/"gem" - - # Drop in the new version. - rg_in.install Dir[buildpath/"vendor_gem/lib/*"] - (rg_gems_in/"gems").install Dir[buildpath/"vendor_gem/gems/*"] - (rg_gems_in/"specifications/default").install Dir[buildpath/"vendor_gem/specifications/default/*"] - bin.install buildpath/"vendor_gem/bin/gem" => "gem" - (libexec/"gembin").install buildpath/"vendor_gem/bin/bundle" => "bundle" - (libexec/"gembin").install_symlink "bundle" => "bundler" - end - end - - def post_install - # Since Gem ships Bundle we want to provide that full/expected installation - # but to do so we need to handle the case where someone has previously - # installed bundle manually via `gem install`. - rm(%W[ - #{rubygems_bindir}/bundle - #{rubygems_bindir}/bundler - ].select { |file| File.exist?(file) }) - rm_r(Dir[HOMEBREW_PREFIX/"lib/ruby/gems/#{api_version}/gems/bundler-*"]) - rubygems_bindir.install_symlink Dir[libexec/"gembin/*"] - - # Customize rubygems to look/install in the global gem directory - # instead of in the Cellar, making gems last across reinstalls - config_file = lib/"ruby/#{api_version}/rubygems/defaults/operating_system.rb" - config_file.unlink if config_file.exist? - config_file.write rubygems_config(api_version) - - # Create the sitedir and vendordir that were skipped during install - %w[sitearchdir vendorarchdir].each do |dir| - mkdir_p `#{bin}/ruby -rrbconfig -e 'print RbConfig::CONFIG["#{dir}"]'` - end - end - - def rubygems_config(api_version) - <<~EOS - module Gem - class << self - alias :old_default_dir :default_dir - alias :old_default_path :default_path - alias :old_default_bindir :default_bindir - alias :old_ruby :ruby - alias :old_default_specifications_dir :default_specifications_dir - end - - def self.default_dir - path = [ - "#{HOMEBREW_PREFIX}", - "lib", - "ruby", - "gems", - "#{api_version}" - ] - - @homebrew_path ||= File.join(*path) - end - - def self.private_dir - path = if defined? RUBY_FRAMEWORK_VERSION then - [ - File.dirname(RbConfig::CONFIG['sitedir']), - 'Gems', - RbConfig::CONFIG['ruby_version'] - ] - elsif RbConfig::CONFIG['rubylibprefix'] then - [ - RbConfig::CONFIG['rubylibprefix'], - 'gems', - RbConfig::CONFIG['ruby_version'] - ] - else - [ - RbConfig::CONFIG['libdir'], - ruby_engine, - 'gems', - RbConfig::CONFIG['ruby_version'] - ] - end - - @private_dir ||= File.join(*path) - end - - def self.default_path - if Gem.user_home && File.exist?(Gem.user_home) - [user_dir, default_dir, old_default_dir, private_dir] - else - [default_dir, old_default_dir, private_dir] - end - end - - def self.default_bindir - "#{rubygems_bindir}" - end - - def self.ruby - "#{opt_bin}/ruby" - end - - # https://github.com/Homebrew/homebrew-core/issues/40872#issuecomment-542092547 - # https://github.com/Homebrew/homebrew-core/pull/48329#issuecomment-584418161 - def self.default_specifications_dir - File.join(Gem.old_default_dir, "specifications", "default") - end - end - EOS - end - - def caveats - <<~EOS - By default, binaries installed by gem will be placed into: - #{rubygems_bindir} - - You may want to add this to your PATH. - EOS - end - - test do - hello_text = shell_output("#{bin}/ruby -e 'puts :hello'") - assert_equal "hello\n", hello_text - - assert_equal api_version, shell_output("#{bin}/ruby -e 'print Gem.ruby_api_version'") - - ENV["GEM_HOME"] = testpath - system bin/"gem", "install", "json" - - (testpath/"Gemfile").write <<~EOS - source 'https://rubygems.org' - gem 'github-markup' - EOS - system bin/"bundle", "exec", "ls" # https://github.com/Homebrew/homebrew-core/issues/53247 - system bin/"bundle", "install", "--binstubs=#{testpath}/bin" - assert_path_exists testpath/"bin/github-markup", "github-markup is not installed in #{testpath}/bin" - end -end From 25cda6a708b2b5245311edf101b59aebce9bdf70 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 12:49:12 -0400 Subject: [PATCH 09019/10074] workflows/remove-disabled-packages: fix invalid base branch for pull request creation Signed-off-by: Rui Chen --- .github/workflows/remove-disabled-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-disabled-packages.yml b/.github/workflows/remove-disabled-packages.yml index 0dec3c028e53e..36af2d72f14e0 100644 --- a/.github/workflows/remove-disabled-packages.yml +++ b/.github/workflows/remove-disabled-packages.yml @@ -82,7 +82,7 @@ jobs: uses: Homebrew/actions/create-pull-request@master with: token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}} - base: HEAD + base: master head: ${{env.REMOVAL_BRANCH}} title: Remove disabled packages labels: CI-no-bottles From af1d4825ba9e719a0e028a4959ba5ea2c3b5b554 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 12:57:08 -0400 Subject: [PATCH 09020/10074] alias: remove `ruby@2` Signed-off-by: Rui Chen --- Aliases/ruby@2 | 1 - 1 file changed, 1 deletion(-) delete mode 120000 Aliases/ruby@2 diff --git a/Aliases/ruby@2 b/Aliases/ruby@2 deleted file mode 120000 index 369908ec4cc5b..0000000000000 --- a/Aliases/ruby@2 +++ /dev/null @@ -1 +0,0 @@ -../Formula/r/ruby@2.7.rb \ No newline at end of file From 7acc39be43952b18b370691a48f61dcceedb24ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:04:41 +0000 Subject: [PATCH 09021/10074] libtorrent-rakshasa 0.15.5 --- Formula/lib/libtorrent-rakshasa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libtorrent-rakshasa.rb b/Formula/lib/libtorrent-rakshasa.rb index 106e0a12ce4f4..2b4f8b53d0101 100644 --- a/Formula/lib/libtorrent-rakshasa.rb +++ b/Formula/lib/libtorrent-rakshasa.rb @@ -1,8 +1,8 @@ class LibtorrentRakshasa < Formula desc "BitTorrent library with a focus on high performance" homepage "https://github.com/rakshasa/libtorrent" - url "https://github.com/rakshasa/libtorrent/archive/refs/tags/v0.15.4.tar.gz" - sha256 "065ad92f861e170296e5b75771e999c9f6112a368a9600771c405a56ff6d15ea" + url "https://github.com/rakshasa/libtorrent/archive/refs/tags/v0.15.5.tar.gz" + sha256 "e3c1728c3dba615424db0b7e6ade105a9c041d02b8f5c8443ada06e50d21ed46" license "GPL-2.0-or-later" livecheck do From af24213aebf3b606944c363a9a7f33a643d6c4f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:04:41 +0000 Subject: [PATCH 09022/10074] rtorrent 0.15.5 --- Formula/r/rtorrent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rtorrent.rb b/Formula/r/rtorrent.rb index 0d3f712c2385d..2eb341c42b465 100644 --- a/Formula/r/rtorrent.rb +++ b/Formula/r/rtorrent.rb @@ -1,8 +1,8 @@ class Rtorrent < Formula desc "Ncurses BitTorrent client based on libtorrent-rakshasa" homepage "https://github.com/rakshasa/rtorrent" - url "https://github.com/rakshasa/rtorrent/releases/download/v0.15.4/rtorrent-0.15.4.tar.gz" - sha256 "39342070caf7506bce5ffe8527b5693d6cbe4fda851d54d505707c9063919fc4" + url "https://github.com/rakshasa/rtorrent/releases/download/v0.15.5/rtorrent-0.15.5.tar.gz" + sha256 "847a3fdb69188c621950a3a74eaf8dbc464118659c9638d10c7cf5df57508b17" license "GPL-2.0-or-later" bottle do From a0c0e10009961f1a627e72ca0fdf36e8d618b0b1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 13:06:16 -0400 Subject: [PATCH 09023/10074] chore(workflows): update default branch for homebrew actions Signed-off-by: Rui Chen --- .github/workflows/autobump.yml | 6 +++--- .../workflows/automerge-from-merge-queue.yml | 2 +- .github/workflows/automerge.yml | 4 ++-- .github/workflows/cache.yml | 4 ++-- .github/workflows/clean-up-closed-prs.yml | 2 +- .github/workflows/create-replacement-pr.yml | 16 ++++++++-------- .github/workflows/dispatch-build-bottle.yml | 18 +++++++++--------- .github/workflows/dispatch-rebottle.yml | 18 +++++++++--------- .github/workflows/publish-commit-bottles.yml | 16 ++++++++-------- .github/workflows/recreate-linux-runners.yml | 6 +++--- .github/workflows/remove-disabled-packages.yml | 14 +++++++------- .github/workflows/scheduled.yml | 4 ++-- .github/workflows/tests.yml | 16 ++++++++-------- .github/workflows/triage-ci.yml | 2 +- .github/workflows/triage.yml | 4 ++-- 15 files changed, 66 insertions(+), 66 deletions(-) diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index 804324557f3e1..e5f66d799a658 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -35,19 +35,19 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false test-bot: false - name: Configure Git user - uses: Homebrew/actions/git-user-config@master + uses: Homebrew/actions/git-user-config@main with: username: ${{ (github.event_name == 'workflow_dispatch' && github.actor) || 'BrewTestBot' }} - name: Set up commit signing - uses: Homebrew/actions/setup-commit-signing@master + uses: Homebrew/actions/setup-commit-signing@main with: signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }} diff --git a/.github/workflows/automerge-from-merge-queue.yml b/.github/workflows/automerge-from-merge-queue.yml index 5f4dadb33dfc6..abb56a9ae44f2 100644 --- a/.github/workflows/automerge-from-merge-queue.yml +++ b/.github/workflows/automerge-from-merge-queue.yml @@ -258,7 +258,7 @@ jobs: actions: write # to dispatch publish workflow steps: - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: false cask: false diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 20ed251fcd708..842d67ddf9142 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -41,7 +41,7 @@ jobs: pull-requests: read actions: read steps: - - uses: Homebrew/actions/find-related-workflow-run-id@master + - uses: Homebrew/actions/find-related-workflow-run-id@main with: run-id: ${{ github.event.workflow_run.id }} workflow-name: Triage tasks @@ -188,7 +188,7 @@ jobs: actions: write # to dispatch publish workflow steps: - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: false cask: false diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 7923e0b24cfeb..c80c44bc9081a 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: false cask: false @@ -65,7 +65,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: false cask: false diff --git a/.github/workflows/clean-up-closed-prs.yml b/.github/workflows/clean-up-closed-prs.yml index 5411d5f69d89d..bed26b3e44faf 100644 --- a/.github/workflows/clean-up-closed-prs.yml +++ b/.github/workflows/clean-up-closed-prs.yml @@ -33,7 +33,7 @@ jobs: checks: read # for `GitHub.get_workflow_run` steps: - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: false cask: false diff --git a/.github/workflows/create-replacement-pr.yml b/.github/workflows/create-replacement-pr.yml index 572646eed3aa7..0c3caa70df09f 100644 --- a/.github/workflows/create-replacement-pr.yml +++ b/.github/workflows/create-replacement-pr.yml @@ -62,7 +62,7 @@ jobs: id-token: write # for actions/attest-build-provenance steps: - name: Post comment once started - uses: Homebrew/actions/post-comment@master + uses: Homebrew/actions/post-comment@main with: token: ${{ secrets.GITHUB_TOKEN }} issue: ${{ env.PR }} @@ -72,7 +72,7 @@ jobs: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -118,7 +118,7 @@ jobs: - name: Configure Git user id: git-user-config - uses: Homebrew/actions/git-user-config@master + uses: Homebrew/actions/git-user-config@main with: username: BrewTestBot @@ -143,14 +143,14 @@ jobs: - name: Dismiss approvals if: fromJson(steps.reviewers.outputs.approved) - uses: Homebrew/actions/dismiss-approvals@master + uses: Homebrew/actions/dismiss-approvals@main with: token: ${{ secrets.GITHUB_TOKEN }} pr: ${{ env.PR }} message: Replacement PR dispatched - name: Set up commit signing - uses: Homebrew/actions/setup-commit-signing@master + uses: Homebrew/actions/setup-commit-signing@main with: signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }} @@ -206,7 +206,7 @@ jobs: - name: Push commits - uses: Homebrew/actions/git-try-push@master + uses: Homebrew/actions/git-try-push@main with: token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }} directory: ${{ steps.set-up-homebrew.outputs.repository-path }} @@ -278,7 +278,7 @@ jobs: run: gh pr ready --undo "$PR" --repo "$GITHUB_REPOSITORY" - name: Post comment on success - uses: Homebrew/actions/post-comment@master + uses: Homebrew/actions/post-comment@main with: token: ${{ secrets.GITHUB_TOKEN }} issue: ${{ env.PR }} @@ -288,7 +288,7 @@ jobs: - name: Post comment on failure if: ${{ !success() }} - uses: Homebrew/actions/post-comment@master + uses: Homebrew/actions/post-comment@main with: token: ${{ secrets.GITHUB_TOKEN }} issue: ${{ env.PR }} diff --git a/.github/workflows/dispatch-build-bottle.yml b/.github/workflows/dispatch-build-bottle.yml index c88755829fde5..0da87af579723 100644 --- a/.github/workflows/dispatch-build-bottle.yml +++ b/.github/workflows/dispatch-build-bottle.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -168,7 +168,7 @@ jobs: echo upload="${DISPATCH_BUILD_BOTTLE_UPLOAD}" - name: Pre-test steps - uses: Homebrew/actions/pre-build@master + uses: Homebrew/actions/pre-build@main with: bottles-directory: ${{ env.BOTTLES_DIR }} cleanup: ${{ matrix.cleanup }} @@ -185,7 +185,7 @@ jobs: - name: Post-build steps if: always() - uses: Homebrew/actions/post-build@master + uses: Homebrew/actions/post-build@main with: runner: ${{ matrix.runner }} cleanup: ${{ matrix.cleanup }} @@ -214,7 +214,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -229,12 +229,12 @@ jobs: - name: Configure Git user id: git-user-config - uses: Homebrew/actions/git-user-config@master + uses: Homebrew/actions/git-user-config@main with: username: ${{ (github.actor != 'github-actions[bot]' && github.actor) || 'BrewTestBot' }} - name: Set up commit signing - uses: Homebrew/actions/setup-commit-signing@master + uses: Homebrew/actions/setup-commit-signing@main with: signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }} @@ -261,7 +261,7 @@ jobs: echo "head_sha=$(git -C "$HOMEBREW_CORE_PATH" rev-parse HEAD)" >> "$GITHUB_OUTPUT" - name: Push commits - uses: Homebrew/actions/git-try-push@master + uses: Homebrew/actions/git-try-push@main with: token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}} directory: ${{steps.set-up-homebrew.outputs.repository-path}} @@ -272,7 +272,7 @@ jobs: - name: Open PR with bottle commit id: create-pr - uses: Homebrew/actions/create-pull-request@master + uses: Homebrew/actions/create-pull-request@main with: token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}} base: ${{github.ref}} @@ -350,7 +350,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post comment on failure - uses: Homebrew/actions/post-comment@master + uses: Homebrew/actions/post-comment@main with: token: ${{secrets.GITHUB_TOKEN}} issue: ${{inputs.issue}} diff --git a/.github/workflows/dispatch-rebottle.yml b/.github/workflows/dispatch-rebottle.yml index 2ec725ec4dc3d..f0f6fc1175e63 100644 --- a/.github/workflows/dispatch-rebottle.yml +++ b/.github/workflows/dispatch-rebottle.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -106,7 +106,7 @@ jobs: echo reason="${DISPATCH_REBOTTLE_REASON}" - name: Pre-test steps - uses: Homebrew/actions/pre-build@master + uses: Homebrew/actions/pre-build@main with: bottles-directory: ${{ env.BOTTLES_DIR }} @@ -120,7 +120,7 @@ jobs: - name: Post-build steps if: always() - uses: Homebrew/actions/post-build@master + uses: Homebrew/actions/post-build@main with: runner: ${{ matrix.runner }} bottles-directory: ${{ env.BOTTLES_DIR }} @@ -149,7 +149,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -164,12 +164,12 @@ jobs: - name: Setup git id: git-user-config - uses: Homebrew/actions/git-user-config@master + uses: Homebrew/actions/git-user-config@main with: username: ${{ (github.actor != 'github-actions[bot]' && github.actor) || 'BrewTestBot' }} - name: Set up commit signing - uses: Homebrew/actions/setup-commit-signing@master + uses: Homebrew/actions/setup-commit-signing@main with: signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }} @@ -196,7 +196,7 @@ jobs: echo "head_sha=$(git -C "$HOMEBREW_CORE_PATH" rev-parse HEAD)" >> "$GITHUB_OUTPUT" - name: Push commits - uses: Homebrew/actions/git-try-push@master + uses: Homebrew/actions/git-try-push@main with: token: ${{secrets.GITHUB_TOKEN}} directory: ${{steps.set-up-homebrew.outputs.repository-path}} @@ -207,7 +207,7 @@ jobs: - name: Open PR with bottle commit id: create-pr - uses: Homebrew/actions/create-pull-request@master + uses: Homebrew/actions/create-pull-request@main with: token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}} base: ${{github.ref}} @@ -290,7 +290,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post comment on failure - uses: Homebrew/actions/post-comment@master + uses: Homebrew/actions/post-comment@main with: token: ${{secrets.GITHUB_TOKEN}} issue: ${{inputs.issue}} diff --git a/.github/workflows/publish-commit-bottles.yml b/.github/workflows/publish-commit-bottles.yml index 3e9d920296311..04cab484694a6 100644 --- a/.github/workflows/publish-commit-bottles.yml +++ b/.github/workflows/publish-commit-bottles.yml @@ -228,7 +228,7 @@ jobs: - name: Post comment on failure if: ${{!success()}} - uses: Homebrew/actions/post-comment@master + uses: Homebrew/actions/post-comment@main with: token: ${{secrets.GITHUB_TOKEN}} issue: ${{inputs.pull_request}} @@ -278,7 +278,7 @@ jobs: repository-projects: write # for `gh pr edit` steps: - name: Post comment once started - uses: Homebrew/actions/post-comment@master + uses: Homebrew/actions/post-comment@main with: token: ${{secrets.GITHUB_TOKEN}} issue: ${{inputs.pull_request}} @@ -294,7 +294,7 @@ jobs: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -302,12 +302,12 @@ jobs: - name: Configure Git user id: git-user-config - uses: Homebrew/actions/git-user-config@master + uses: Homebrew/actions/git-user-config@main with: username: ${{ (github.actor != 'github-actions[bot]' && github.actor) || 'BrewTestBot' }} - name: Set up commit signing - uses: Homebrew/actions/setup-commit-signing@master + uses: Homebrew/actions/setup-commit-signing@main with: signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }} @@ -389,7 +389,7 @@ jobs: echo "head_sha=$(git -C "$REPO_PATH" rev-parse HEAD)" >> "$GITHUB_OUTPUT" - name: Push commits - uses: Homebrew/actions/git-try-push@master + uses: Homebrew/actions/git-try-push@main with: token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}} directory: ${{steps.set-up-homebrew.outputs.repository-path}} @@ -408,7 +408,7 @@ jobs: - name: Post comment on failure if: failure() - uses: Homebrew/actions/post-comment@master + uses: Homebrew/actions/post-comment@main with: token: ${{secrets.GITHUB_TOKEN}} issue: ${{inputs.pull_request}} @@ -488,7 +488,7 @@ jobs: (steps.approve.conclusion == 'failure' || steps.wait-until-in-sync.conclusion == 'failure' || steps.automerge.conclusion == 'failure') - uses: Homebrew/actions/post-comment@master + uses: Homebrew/actions/post-comment@main with: token: ${{secrets.GITHUB_TOKEN}} issue: ${{inputs.pull_request}} diff --git a/.github/workflows/recreate-linux-runners.yml b/.github/workflows/recreate-linux-runners.yml index 4b0d0898f3213..253ecf22dcb65 100644 --- a/.github/workflows/recreate-linux-runners.yml +++ b/.github/workflows/recreate-linux-runners.yml @@ -39,7 +39,7 @@ jobs: actions: read # for `gh run download` pull-requests: read # for `gh api` steps: - - uses: Homebrew/actions/find-related-workflow-run-id@master + - uses: Homebrew/actions/find-related-workflow-run-id@main if: github.event_name == 'workflow_run' with: run-id: ${{ github.event.workflow_run.id }} @@ -99,14 +99,14 @@ jobs: - name: Wait for idle runner id: killable - uses: Homebrew/actions/wait-for-idle-runner@master + uses: Homebrew/actions/wait-for-idle-runner@main with: runner_name: ${{ matrix.runner_name }} github_token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }} - name: Kill runner and create a new one if: ${{ steps.killable.outputs.runner-found == 'true' && steps.killable.outputs.runner-idle == 'true' }} - uses: Homebrew/actions/create-gcloud-instance@master + uses: Homebrew/actions/create-gcloud-instance@main with: runner_name: ${{ matrix.runner_name }} gcp_project_id: ${{ secrets.GCP_PROJECT_ID }} diff --git a/.github/workflows/remove-disabled-packages.yml b/.github/workflows/remove-disabled-packages.yml index 0dec3c028e53e..b0e7b6b1a6ddf 100644 --- a/.github/workflows/remove-disabled-packages.yml +++ b/.github/workflows/remove-disabled-packages.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -47,12 +47,12 @@ jobs: - name: Configure Git user id: git-user-config - uses: Homebrew/actions/git-user-config@master + uses: Homebrew/actions/git-user-config@main with: username: BrewTestBot - name: Set up commit signing - uses: Homebrew/actions/setup-commit-signing@master + uses: Homebrew/actions/setup-commit-signing@main with: signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }} @@ -62,13 +62,13 @@ jobs: - name: Remove disabled packages id: remove_disabled - uses: Homebrew/actions/remove-disabled-packages@master + uses: Homebrew/actions/remove-disabled-packages@main env: HOMEBREW_EVAL_ALL: 1 - name: Push commits if: fromJson(steps.remove_disabled.outputs.packages-removed) - uses: Homebrew/actions/git-try-push@master + uses: Homebrew/actions/git-try-push@main with: token: ${{ secrets.GITHUB_TOKEN }} directory: ${{ steps.set-up-homebrew.outputs.repository-path }} @@ -79,7 +79,7 @@ jobs: - name: Create pull request if: fromJson(steps.remove_disabled.outputs.packages-removed) - uses: Homebrew/actions/create-pull-request@master + uses: Homebrew/actions/create-pull-request@main with: token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}} base: HEAD @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create issue on failure - uses: Homebrew/actions/create-or-update-issue@master + uses: Homebrew/actions/create-or-update-issue@main with: title: Disabled package removal failed body: Run failed at ${{ env.RUN_URL }} diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 77843a4ae1f87..6cd5f800d54dc 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -115,7 +115,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1153e0c616071..d6c1b8301681f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -79,7 +79,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -198,7 +198,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -232,7 +232,7 @@ jobs: BOTTLES_DIR: ${{matrix.workdir || github.workspace}}/bottles steps: - name: Pre-test steps - uses: Homebrew/actions/pre-build@master + uses: Homebrew/actions/pre-build@main with: bottles-directory: ${{ env.BOTTLES_DIR }} cleanup: ${{ matrix.cleanup }} @@ -254,7 +254,7 @@ jobs: - name: Post-build steps if: always() - uses: Homebrew/actions/post-build@master + uses: Homebrew/actions/post-build@main with: runner: ${{ matrix.runner }} cleanup: ${{ matrix.cleanup }} @@ -326,7 +326,7 @@ jobs: steps: - name: Set up Homebrew id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master + uses: Homebrew/actions/setup-homebrew@main with: core: true cask: false @@ -366,7 +366,7 @@ jobs: TESTING_FORMULAE: ${{matrix.testing_formulae}} steps: - name: Pre-test steps - uses: Homebrew/actions/pre-build@master + uses: Homebrew/actions/pre-build@main with: bottles-directory: ${{ env.BOTTLES_DIR }} cleanup: ${{ matrix.cleanup }} @@ -385,7 +385,7 @@ jobs: - name: Steps summary and cleanup if: always() - uses: Homebrew/actions/post-build@master + uses: Homebrew/actions/post-build@main with: runner: ${{ runner.os == 'Linux' && format('{0}-deps', matrix.runner) || matrix.runner }} cleanup: ${{ matrix.cleanup }} diff --git a/.github/workflows/triage-ci.yml b/.github/workflows/triage-ci.yml index 1355cee72477b..7808992ee96a0 100644 --- a/.github/workflows/triage-ci.yml +++ b/.github/workflows/triage-ci.yml @@ -35,7 +35,7 @@ jobs: env: COMMENT_BODY_FILE: comment.txt steps: - - uses: Homebrew/actions/find-related-workflow-run-id@master + - uses: Homebrew/actions/find-related-workflow-run-id@main with: run-id: ${{ github.event.workflow_run.id }} workflow-name: Triage tasks diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 12cb6b53f50f7..fc9d798afe0b5 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -77,12 +77,12 @@ jobs: if: > github.actor != 'BrewTestBot' && !contains(github.event.pull_request.labels.*.name, 'CI-published-bottle-commits') - uses: Homebrew/actions/check-commit-format@master + uses: Homebrew/actions/check-commit-format@main with: token: ${{secrets.GITHUB_TOKEN}} - name: Label pull request - uses: Homebrew/actions/label-pull-requests@master + uses: Homebrew/actions/label-pull-requests@main if: always() with: token: ${{secrets.GITHUB_TOKEN}} From 5ddfdc73d621fa18bc3b79cf15c286c6efdca78b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:09:20 +0000 Subject: [PATCH 09024/10074] overarch 0.39.0 --- Formula/o/overarch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/overarch.rb b/Formula/o/overarch.rb index 52f878cdfbbfe..e453db41444e7 100644 --- a/Formula/o/overarch.rb +++ b/Formula/o/overarch.rb @@ -1,8 +1,8 @@ class Overarch < Formula desc "Data driven description of software architecture" homepage "https://github.com/soulspace-org/overarch" - url "https://github.com/soulspace-org/overarch/releases/download/v0.38.0/overarch.jar" - sha256 "87a35fdd8310e93b024180762e831c4c4643a382699e82c644403db6baa60c61" + url "https://github.com/soulspace-org/overarch/releases/download/v0.39.0/overarch.jar" + sha256 "69e58ec5c507815f62059470ac5b90debebaba4430e5314ddaee364938444c79" license "EPL-1.0" bottle do From 9399af0b9834081e6da88dab7739ca1612d69f5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:09:38 +0000 Subject: [PATCH 09025/10074] smartdns: update 0.12.2 bottle. --- Formula/s/smartdns.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/smartdns.rb b/Formula/s/smartdns.rb index e3ced88fef431..2678ccfb06a61 100644 --- a/Formula/s/smartdns.rb +++ b/Formula/s/smartdns.rb @@ -7,13 +7,13 @@ class Smartdns < Formula head "https://github.com/mokeyish/smartdns-rs.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b96963b9e21c1d8e21a9453411d50c42021d43d92fc8c5c6fb62cb10cb81545f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "68f75a1ff7ff80da5d5cace3ddf14c4f470b0988d9b1ef4f4b98a82bb4e1376a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "efba197a233c72b8e82fb141c3b323a4f4f0a85d912949ed4d778136f409354e" - sha256 cellar: :any_skip_relocation, sonoma: "12892a189356ac7c064f4ab6b6f7ea374fc67d72e41fb436c86495bb8305ce21" - sha256 cellar: :any_skip_relocation, ventura: "a9e0814d983a9d3fa5fe0fe9d8732e9a0d1619196194c3546d2bcade63bb9de2" - sha256 cellar: :any_skip_relocation, arm64_linux: "ed55429b36fc7e374336a2fb13c2bb7d43ba42658b6ef9e37cf43d897dbe8237" - sha256 cellar: :any_skip_relocation, x86_64_linux: "78ee95d4f63c25abe9e932b1e06d3df17f41f1d52d40ca030ca23a74b379ca2e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "45d7493797a71e04c7e08ea549f9727cb61830e4dda87545e24d25f049127bbc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "32da3a1bc6da7621d1e63da5f3cb4c62d6da0e85d25dbec8f51f9155717c3d66" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4793307c69ff0a43d277c2f952c536699ce1bba6479b9bdecfb49a4ed4814943" + sha256 cellar: :any_skip_relocation, sonoma: "6f1fb508390347136f31bcf86698f41d3f17ace1c8de346961638ed2e3908e03" + sha256 cellar: :any_skip_relocation, ventura: "a553a10ab6698defdf5d8dce0c9817f381cae11ced8c95dff2bc7b9422e7f944" + sha256 cellar: :any_skip_relocation, arm64_linux: "7672b026043c6876eab7addd25a323139e15b007421286618482e48501138f49" + sha256 cellar: :any_skip_relocation, x86_64_linux: "80392e5f5fc08199e1ec8fc51ba619ed0f62ceb4d9f764851af6c4e868a5dc29" end depends_on "rust" => :build From 9b786b94206df2e6cca4742f9513bb19e7da4078 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:14:01 +0000 Subject: [PATCH 09026/10074] scipy 1.16.0 --- Formula/s/scipy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/scipy.rb b/Formula/s/scipy.rb index d6908f02c57db..226c3893f0528 100644 --- a/Formula/s/scipy.rb +++ b/Formula/s/scipy.rb @@ -1,8 +1,8 @@ class Scipy < Formula desc "Software for mathematics, science, and engineering" homepage "https://www.scipy.org" - url "https://files.pythonhosted.org/packages/0f/37/6964b830433e654ec7485e45a00fc9a27cf868d622838f6b6d9c5ec0d532/scipy-1.15.3.tar.gz" - sha256 "eae3cf522bc7df64b42cad3925c876e1b0b6c35c1337c93e12c0f366f55b0eaf" + url "https://files.pythonhosted.org/packages/81/18/b06a83f0c5ee8cddbde5e3f3d0bb9b702abfa5136ef6d4620ff67df7eee5/scipy-1.16.0.tar.gz" + sha256 "b5ef54021e832869c8cfb03bc3bf20366cbcd426e02a58e8a58d7584dfbb8f62" license "BSD-3-Clause" head "https://github.com/scipy/scipy.git", branch: "main" From e8dbe77135daf77d2c406777e2021bbceea7ffe0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:15:09 +0000 Subject: [PATCH 09027/10074] snakemake 9.6.1 --- Formula/s/snakemake.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index aae9f3d7dc458..cbf1423d5c071 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -3,10 +3,9 @@ class Snakemake < Formula desc "Pythonic workflow system" homepage "https://snakemake.readthedocs.io/" - url "https://files.pythonhosted.org/packages/01/59/b3e9d89c09af0710fc45f51a9032d5d4f56e4442327c72a3585e39a0688d/snakemake-9.6.0.tar.gz" - sha256 "df7c24dd278d2420d04f15f14189427d0d4dae8ab55ca7094f53f92f1930b37c" + url "https://files.pythonhosted.org/packages/fd/ac/c87ed1bde69bc330443b0d148979548b85d1d63792969d056f50bb5315c0/snakemake-9.6.1.tar.gz" + sha256 "c93963c4dda0f134301bd821904a31db5c40cc82f197a1ed5ef4afe4fd47bba5" license "MIT" - revision 1 head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do From cd34af911f51c7782c23c733d62ddc4cd04e492a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:16:36 +0000 Subject: [PATCH 09028/10074] tabiew 0.10.0 --- Formula/t/tabiew.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tabiew.rb b/Formula/t/tabiew.rb index 46dfe1d82c1e9..29b01c69581af 100644 --- a/Formula/t/tabiew.rb +++ b/Formula/t/tabiew.rb @@ -1,8 +1,8 @@ class Tabiew < Formula desc "TUI to view and query tabular files (CSV,TSV, Parquet, etc.)" homepage "https://github.com/shshemi/tabiew" - url "https://github.com/shshemi/tabiew/archive/refs/tags/v0.9.4.tar.gz" - sha256 "4b466e72a17e9dc9d8cf59a92398eba1fde361932bc644c2c1badc937fba0e44" + url "https://github.com/shshemi/tabiew/archive/refs/tags/v0.10.0.tar.gz" + sha256 "48757f97eb0c02b0b5bf6244796da8b913b7fbd8602283865142add1cfc9f73d" license "MIT" bottle do From a372b22cd5a91ca94f518aa32e87cf7cda7ab2b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:17:23 +0000 Subject: [PATCH 09029/10074] tinymist 0.13.14 --- Formula/t/tinymist.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tinymist.rb b/Formula/t/tinymist.rb index f620e04830bfe..a63e557aa592f 100644 --- a/Formula/t/tinymist.rb +++ b/Formula/t/tinymist.rb @@ -1,8 +1,8 @@ class Tinymist < Formula desc "Language server for Typst" homepage "https://myriad-dreamin.github.io/tinymist/" - url "https://github.com/Myriad-Dreamin/tinymist/archive/refs/tags/v0.13.12.tar.gz" - sha256 "f7cb81e9aac04a5aafeb8f19161204174d9072935b93df9202f1583bed826c51" + url "https://github.com/Myriad-Dreamin/tinymist/archive/refs/tags/v0.13.14.tar.gz" + sha256 "65a5f90297ed89652802993d0b4b9504b2b5ec2b54fd23935b48976301a046d7" license "Apache-2.0" head "https://github.com/Myriad-Dreamin/tinymist.git", branch: "main" From 56b7d0c4d7ac30490feb67d52ea906a4f6341a28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:11:36 +0000 Subject: [PATCH 09030/10074] ratarmount 1.1.0 ratarmount: update resources Signed-off-by: Rui Chen --- Formula/r/ratarmount.rb | 94 ++++++++++++++++++++++++----------------- 1 file changed, 56 insertions(+), 38 deletions(-) diff --git a/Formula/r/ratarmount.rb b/Formula/r/ratarmount.rb index ed444bfbf8d43..8b7a6b4b6b011 100644 --- a/Formula/r/ratarmount.rb +++ b/Formula/r/ratarmount.rb @@ -3,10 +3,9 @@ class Ratarmount < Formula desc "Mount and efficiently access archives as filesystems" homepage "https://github.com/mxmlnkn/ratarmount" - url "https://github.com/mxmlnkn/ratarmount/archive/refs/tags/v1.0.0.tar.gz" - sha256 "fc5fadfc4dc268613eb3df832a0b3a3bc7fd40cd119b6aff83beaaa29ed05254" + url "https://github.com/mxmlnkn/ratarmount/archive/refs/tags/v1.1.0.tar.gz" + sha256 "0a3aa8606ed732f4fda11883590112aa51616c467da5a0b372867e13f37d112b" license "MIT" - revision 1 # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are # labeled as "pre-release" on GitHub before the version is released, so it's @@ -29,9 +28,9 @@ class Ratarmount < Formula depends_on "zlib" depends_on "zstd" - resource "cffi" do - url "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz" - sha256 "1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824" + resource "brotli" do + url "https://files.pythonhosted.org/packages/2f/c2/f9e977608bdf958650638c3f1e28f85a1b075f075ebbe77db8555463787b/Brotli-1.1.0.tar.gz" + sha256 "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724" end resource "fast-zip-decryption" do @@ -40,8 +39,8 @@ class Ratarmount < Formula end resource "indexed-gzip" do - url "https://files.pythonhosted.org/packages/f2/75/0eff2f73f451d8510a9ab90d96fb974b900cd68fcba0be1d21bc0da62dc2/indexed_gzip-1.9.4.tar.gz" - sha256 "6b415e4a29e799d5a21756ecf309325997992f046ee93526b8fe4ff511502b60" + url "https://files.pythonhosted.org/packages/e7/c4/54bb145774c8b1563308899580142dd17ff6da584ee8c8c6ee307733d14e/indexed_gzip-1.9.5.tar.gz" + sha256 "105366567759db6c7df866d869611ded3bb83d5c0e50fbb01d02c1922b98b457" end resource "indexed-zstd" do @@ -49,19 +48,49 @@ class Ratarmount < Formula sha256 "8b74378f9461fceab175215b65e1c489864ddb34bd816058936a627f0cca3a8b" end + resource "inflate64" do + url "https://files.pythonhosted.org/packages/e3/a7/974e6daa6c353cf080b540c18f11840e81b36d18106963a0a857b1fc2adf/inflate64-1.0.3.tar.gz" + sha256 "a89edd416c36eda0c3a5d32f31ff1555db2c5a3884aa8df95e8679f8203e12ee" + end + resource "libarchive-c" do - url "https://files.pythonhosted.org/packages/a0/f9/3b6cd86e683a06bc28b9c2e1d9fe0bd7215f2750fd5c85dce0df96db8eca/libarchive-c-5.1.tar.gz" - sha256 "7bcce24ea6c0fa3bc62468476c6d2f6264156db2f04878a372027c10615a2721" + url "https://files.pythonhosted.org/packages/26/23/e72434d5457c24113e0c22605cbf7dd806a2561294a335047f5aa8ddc1ca/libarchive_c-5.3.tar.gz" + sha256 "5ddb42f1a245c927e7686545da77159859d5d4c6d00163c59daff4df314dae82" + end + + resource "mfusepy" do + url "https://files.pythonhosted.org/packages/8b/37/b29c414d76e8d709b6e28b1ee18e6d4c6a605abca79c86e549aab9a6eea9/mfusepy-1.1.0.tar.gz" + sha256 "299926c1bb788fef3bea038b4a91109567c4f2a18f4ac05971dfcb00eba73c77" + end + + resource "multivolumefile" do + url "https://files.pythonhosted.org/packages/50/f0/a7786212b5a4cb9ba05ae84a2bbd11d1d0279523aea0424b6d981d652a14/multivolumefile-0.2.3.tar.gz" + sha256 "a0648d0aafbc96e59198d5c17e9acad7eb531abea51035d08ce8060dcad709d6" + end + + resource "psutil" do + url "https://files.pythonhosted.org/packages/2a/80/336820c1ad9286a4ded7e845b2eccfcb27851ab8ac6abece774a6ff4d3de/psutil-7.0.0.tar.gz" + sha256 "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456" end - resource "pycparser" do - url "https://files.pythonhosted.org/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz" - sha256 "491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" + resource "py7zr" do + url "https://files.pythonhosted.org/packages/97/62/d6f18967875aa60182198a0dd287d3a50d8aea1d844239ea00c016f7be88/py7zr-1.0.0.tar.gz" + sha256 "f6bfee81637c9032f6a9f0eb045a4bfc7a7ff4138becfc42d7cb89b54ffbfef1" end - resource "pygit2" do - url "https://files.pythonhosted.org/packages/b7/ea/17aa8ca38750f1ba69511ceeb41d29961f90eb2e0a242b668c70311efd4e/pygit2-1.17.0.tar.gz" - sha256 "fa2bc050b2c2d3e73b54d6d541c792178561a344f07e409f532d5bb97ac7b894" + resource "pybcj" do + url "https://files.pythonhosted.org/packages/ce/75/bbcf098abf68081fa27c09d642790daa99d9156132c8b0893e3fecd946ab/pybcj-1.0.6.tar.gz" + sha256 "70bbe2dc185993351955bfe8f61395038f96f5de92bb3a436acb01505781f8f2" + end + + resource "pycryptodomex" do + url "https://files.pythonhosted.org/packages/c9/85/e24bf90972a30b0fcd16c73009add1d7d7cd9140c2498a68252028899e41/pycryptodomex-3.23.0.tar.gz" + sha256 "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da" + end + + resource "pyppmd" do + url "https://files.pythonhosted.org/packages/f6/d7/b3084ff1ac6451ef7dd93d4f7627eeb121a3bed4f8a573a81978a43ddb06/pyppmd-1.2.0.tar.gz" + sha256 "cc04af92f1d26831ec96963439dfb27c96467b5452b94436a6af696649a121fd" end resource "python-xz" do @@ -69,6 +98,11 @@ class Ratarmount < Formula sha256 "398746593b706fa9fac59b8c988eab8603e1fe2ba9195111c0b45227a3a77db3" end + resource "pyzstd" do + url "https://files.pythonhosted.org/packages/8f/a2/54d860ccbd07e3c67e4d0321d1c29fc7963ac82cf801a078debfc4ef7c15/pyzstd-0.17.0.tar.gz" + sha256 "d84271f8baa66c419204c1dd115a4dec8b266f8a2921da21b81764fa208c1db6" + end + resource "rapidgzip" do url "https://files.pythonhosted.org/packages/0b/ac/0eee3d3279618a3c3810ac6b012b8ee7c1a9f239c9fa37529e619a31bb93/rapidgzip-0.14.3.tar.gz" sha256 "7d35f0af1657b4051a90c3c0c2c0d2433f3ce839db930fdbed3d6516de2a5df1" @@ -80,14 +114,13 @@ class Ratarmount < Formula end resource "ratarmountcore" do - url "https://files.pythonhosted.org/packages/a1/5a/5600a4abe37426e9f3206bed3519b392f01816679226f4058049ea0e4a7d/ratarmountcore-0.8.0.tar.gz" - sha256 "f1991a79b020b94e75c37c92c199677c80186db5f86a7a9717def68f1ae08207" + url "https://files.pythonhosted.org/packages/c6/71/f2fcb98674e9a9ecbd5db2fbb90c5cf95c69dd8c43c6684dd33c4a2d41ca/ratarmountcore-0.9.0.tar.gz" + sha256 "14f2e8bb9b61fe626085215c72e8bd2ad6a1ab021302fdfaf69fbc2fe525ba2f" + end - # Fix to use libfuse 3.16+ because of ABI problem - # Issue ref: https://github.com/mxmlnkn/ratarmount/issues/153 - # But it is resolved in 3.17.x - # Issue ref: https://github.com/libfuse/libfuse/issues/1029 - patch :DATA + resource "texttable" do + url "https://files.pythonhosted.org/packages/1c/dc/0aff23d6036a4d3bf4f1d8c8204c5c79c4437e25e0ae94ffe4bbb55ee3c2/texttable-1.7.0.tar.gz" + sha256 "2d2068fb55115807d3ac77a4ca68fa48803e84ebb0ee2340f858107a36522638" end def install @@ -100,18 +133,3 @@ def install assert_match "FUSE mountpoint could not be created", shell_output("#{bin}/ratarmount #{tarball} 2>&1", 1) end end - -__END__ -diff --git a/ratarmountcore/fusepy/fuse.py b/ratarmountcore/fusepy/fuse.py -index 5e8e976..aedfa06 100644 ---- a/ratarmountcore/fusepy/fuse.py -+++ b/ratarmountcore/fusepy/fuse.py -@@ -171,7 +171,7 @@ if fuse_version_major != 2 and not (fuse_version_major == 3 and _system == 'Linu - f"Found library {_libfuse_path} has wrong major version: {fuse_version_major}. " - "Expected FUSE 2!" - ) --if fuse_version_major == 3 and fuse_version_minor > 16: -+if fuse_version_major == 3 and fuse_version_minor > 17: - raise AttributeError( - f"Found library {_libfuse_path} is too new ({fuse_version_major}.{fuse_version_minor}) " - "and will not be used because FUSE 3 has no track record of ABI compatibility." From 705d7ea711294f0f0f63b73d078043e399f5932d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:25:56 +0000 Subject: [PATCH 09031/10074] tsnet-serve: update 1.3.2 bottle. --- Formula/t/tsnet-serve.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tsnet-serve.rb b/Formula/t/tsnet-serve.rb index 981094bb0c60a..2c8ecbe3fd1eb 100644 --- a/Formula/t/tsnet-serve.rb +++ b/Formula/t/tsnet-serve.rb @@ -7,12 +7,12 @@ class TsnetServe < Formula head "https://github.com/shayne/tsnet-serve.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f8d0695c024ea24eab8ade9740ac5d96065d1a8398d854e501c5091bb440127" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ab5b73daabbad4132d88f8cc621a7fb4013e7c17d5aaa78cef976e965c6d8e7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5c7900fd179c02cedae2c84b9b6d31061e664765509143c38b6f47098a4f6809" - sha256 cellar: :any_skip_relocation, sonoma: "7be21bdd228c27b326dedc4c4120d1460618fd062af2178eede6b4b19b5458a6" - sha256 cellar: :any_skip_relocation, ventura: "9f41448fa4d33ea24919013dd2079279724fc8a7c5ec50c2baf5f77663dfd3e8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "960f51f47faaff74445b535c61b5cf6cba1282110e11f4a3de6e49f167245e54" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e79d05ede181726fe1493fc6861d94f5fd5ecf115d63b43bfda78e75cea62928" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4858338aa9aa119ec3ffb6b6bcd8289b14c425643dc5cabb325d1f8569708c60" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a782710bea95a2736499ab7b1e1f371932956515f301d0a2ec80d4c43224c33e" + sha256 cellar: :any_skip_relocation, sonoma: "561db8d5942c4ece35f09fa0ad788448a816e2b0d5b9a3a0e05f91a40cbf5a5d" + sha256 cellar: :any_skip_relocation, ventura: "2caaa5230c882cdf6bca6ed21c5a92d17d2ce3380f7749685e324504f93efeb3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "040a566fb79644a0870e5f6b877e616555a92a148fbaff66cb327be3b62d8a1e" end depends_on "go" => :build From 2abfc09cb2564318c38fc254f55dba7131dc637c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:28:08 +0000 Subject: [PATCH 09032/10074] overarch: update 0.39.0 bottle. --- Formula/o/overarch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/overarch.rb b/Formula/o/overarch.rb index e453db41444e7..d5268ebde1b4f 100644 --- a/Formula/o/overarch.rb +++ b/Formula/o/overarch.rb @@ -6,7 +6,7 @@ class Overarch < Formula license "EPL-1.0" bottle do - sha256 cellar: :any_skip_relocation, all: "5bc83341d3d423b6fdbb78322f76682a6a37379e698e2b843632770175af30dd" + sha256 cellar: :any_skip_relocation, all: "424d816e9c9253b7f70eaa7b27f45f7f10a9822d525a767d46e33d6b30a72a2d" end head do From 96ac2174c0726a39af1215f322b8fb024fbb98b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:29:06 +0000 Subject: [PATCH 09033/10074] libtorrent-rakshasa: update 0.15.5 bottle. --- Formula/lib/libtorrent-rakshasa.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libtorrent-rakshasa.rb b/Formula/lib/libtorrent-rakshasa.rb index 2b4f8b53d0101..cb55fdf825a61 100644 --- a/Formula/lib/libtorrent-rakshasa.rb +++ b/Formula/lib/libtorrent-rakshasa.rb @@ -11,13 +11,13 @@ class LibtorrentRakshasa < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "5ebc5614ba838ec31f4d392de58a7df77a3abe73c221285fdc915945bfcedd09" - sha256 cellar: :any, arm64_sonoma: "3e35a23486cb3fe45569ae82c2032a0365d6d1199f223669565b7956b697eac1" - sha256 cellar: :any, arm64_ventura: "80a6138bca40845b6e135a7982439335c43da8c57086641ccc0d3420fa15ef68" - sha256 cellar: :any, sonoma: "c5e97092f4f77bf828d1dd229ee72f83d2012b3f9297156ea82515ecac710d37" - sha256 cellar: :any, ventura: "ff53d4ca1bc2d4ca615a098cc13b7be5647460a36703e907d5f2189d09349677" - sha256 cellar: :any_skip_relocation, arm64_linux: "5bb6d1392271938fa329797d503afd79e0da0b4bdc2f212d8d42d376f7cb3d9b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5cbede6223cedf70fb2b9a527df013e704a35fe673773007d7b0ffd5dd704331" + sha256 cellar: :any, arm64_sequoia: "7a7ded1ee559d96a35d6a034a82ecb2ac1e002e9b54ce1f5e39c20a6d940d8f3" + sha256 cellar: :any, arm64_sonoma: "8aecbef90659d95d360f7e22e7f58738ed5ca781e4717a1df82e76db75672f32" + sha256 cellar: :any, arm64_ventura: "e63c2537db1a67009a4aeddb38686953265acf417c6a9175a87b20f512ea49ec" + sha256 cellar: :any, sonoma: "52006abd3981cf21252cfb006cc7203cfc23e9ab9ec644ef1b013f26a1bc6785" + sha256 cellar: :any, ventura: "90ee9ae0a637fbe981b0fde0a23d5edc280c8122e1406aa2546698a752d5196f" + sha256 cellar: :any_skip_relocation, arm64_linux: "c60eff13d22cccb2327dad4cb1c1299f6eea2da927465286c825ee7d0743a407" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc137bfcedc79f3170dbcaa7fe34f3f47b50ec97a15a825c4ab5a367a97fed08" end depends_on "autoconf" => :build From 4102cf1f80612fc0fc0cb0b19298c1c55b2abf2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:29:06 +0000 Subject: [PATCH 09034/10074] rtorrent: update 0.15.5 bottle. --- Formula/r/rtorrent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rtorrent.rb b/Formula/r/rtorrent.rb index 2eb341c42b465..435ac80e3b231 100644 --- a/Formula/r/rtorrent.rb +++ b/Formula/r/rtorrent.rb @@ -6,13 +6,13 @@ class Rtorrent < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "74eff163aa464492cb149c2338b562412c6f95fd6e92ba78d240a594b48a07d7" - sha256 cellar: :any, arm64_sonoma: "7c967db0a885331036ca0757e484fb2443303c962c26e9e19413a7bd19d92ff3" - sha256 cellar: :any, arm64_ventura: "7ee458fa975015e3d9f8b892d371bc4bcd55d21353b58115cd871679f66d9cc6" - sha256 cellar: :any, sonoma: "b07ab4ce93bc8e231fdf4844be6211a64f956d396917905635433d5dc19ce3bb" - sha256 cellar: :any, ventura: "b5a1648b56241cf37bfdc090d2ae5e1304da4070fe56a28dc66b127c2ca3ea3e" - sha256 cellar: :any_skip_relocation, arm64_linux: "1dfc03adc646b35edb4b68c9b09a001293ccaedd5d73a531a96ebf0d59a8a232" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0c2502f64ea92b501dbe261a3cdbb43ba832ba5b5b0c0be804638acd3a2ee725" + sha256 cellar: :any, arm64_sequoia: "2fbedafd9b8ea6967606c71ecd7d3287ffc538377f0a961d487b27bfa8a4e8cc" + sha256 cellar: :any, arm64_sonoma: "a11c7ffe9cb63552cc4fbb28daa7791d60e30fe80366294dee8738c5c25afae6" + sha256 cellar: :any, arm64_ventura: "e1737b4bf3ef0889e2d966da6e1e75be865b919b683a5c56ce4d02ac9bc5a986" + sha256 cellar: :any, sonoma: "6d171127df1bea0a391b3a4a586eca3bee4ffe8e42f82a7ec88e565090012dba" + sha256 cellar: :any, ventura: "5679b89a2f0923d8b356d9fafa59ad2e761e0ee2044bcf0a3615fdd3033ec008" + sha256 cellar: :any_skip_relocation, arm64_linux: "1be0dbd4486293935fb0f15418354c347ba5c98ebbf5ee0db6075f27a362ecfd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b94d041e74fc24ef09ed45480578b75824c0572672dad8d081f0f767a9fac124" end depends_on "autoconf" => :build From 4560e94d220bf99d815f40debbdcc2cf98df4e6a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:00:49 +0000 Subject: [PATCH 09035/10074] hatari 2.6.0 hatari: emutos 1.4 Signed-off-by: Rui Chen --- Formula/h/hatari.rb | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Formula/h/hatari.rb b/Formula/h/hatari.rb index dd26c02846ea3..6b0f83dc98ab5 100644 --- a/Formula/h/hatari.rb +++ b/Formula/h/hatari.rb @@ -1,8 +1,8 @@ class Hatari < Formula desc "Atari ST/STE/TT/Falcon emulator" homepage "https://www.hatari-emu.org/" - url "https://framagit.org/hatari/releases/-/raw/main/v2.5/hatari-2.5.0.tar.bz2" - sha256 "d76c22fc3de69fb1bb4af3e8ba500b7e40f5a2a45d07783f24cb7101e53c3457" + url "https://framagit.org/hatari/releases/-/raw/main/v2.6/hatari-2.6.0.tar.bz2" + sha256 "bd98e4c1b218669087f579ab9491178f93e5409bb895b487c899d1f911e9603a" license "GPL-2.0-or-later" head "https://framagit.org/hatari/hatari.git", branch: "main" @@ -31,8 +31,13 @@ class Hatari < Formula # Download EmuTOS ROM image resource "emutos" do - url "https://downloads.sourceforge.net/project/emutos/emutos/1.3/emutos-1024k-1.3.zip" - sha256 "076d451f15ddf7b64530c14431142b026569b1e5d6becc1af37aa008db81333f" + url "https://downloads.sourceforge.net/project/emutos/emutos/1.4/emutos-1024k-1.4.zip" + sha256 "dc9fbef6455a24ee8955cccd565588c718ba675fd54bc5a749003ac4bbd7f7e1" + + livecheck do + url "https://sourceforge.net/projects/emutos/rss?path=/emutos" + regex(%r{/emutos[._-]1024k[._-](\d+(?:\.\d+)+)\.z}i) + end end def install From 06c5511c82b03b84224d6b5f295e8a5e7ab04d05 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:48:07 +0000 Subject: [PATCH 09036/10074] tinymist: update 0.13.14 bottle. --- Formula/t/tinymist.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tinymist.rb b/Formula/t/tinymist.rb index a63e557aa592f..d08e4a935be25 100644 --- a/Formula/t/tinymist.rb +++ b/Formula/t/tinymist.rb @@ -15,13 +15,13 @@ class Tinymist < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "335525bcc8838724822e6298b806edae38f6cda0ab301b97e485a8807188a33a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f30f0cdf15bf36c72045673f3f77b3a151a54b02b38d10e05585ff9d0d24a3a4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "22e6537840e41597fa49e7b4f356d70ed4c5bba8bc70582dc8e1651a1142634a" - sha256 cellar: :any_skip_relocation, sonoma: "cbd27529d898b7c0bc9eeeded47eebbe4dbe7657874df1796b5f21006e4c6e0b" - sha256 cellar: :any_skip_relocation, ventura: "8ca7479fdb608921995a6ee4915e2d5aeaa788e0c489074bda89e98974a20b19" - sha256 cellar: :any_skip_relocation, arm64_linux: "4791bd7361982b67e0a8eb2b369510fce7838fa29254bb35a0781b53565f2d95" - sha256 cellar: :any_skip_relocation, x86_64_linux: "43f78aa50ad6ab929e1d005cd288907916d40e8df3a932bc627db21fc5d960aa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b1874cea802c1427be1379d4687089dd2dd0fc1a5ab8ba4e3b9d6373ab1d872" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7825434cbc6a64b588b92013811a5fd67380fd6753723a2b54e41e295c8bb4b8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d1febcba3e119d4cd87d751a3390b6d89141532f0b1ed1592d5684b7d323e78d" + sha256 cellar: :any_skip_relocation, sonoma: "fb10f453075db815b295552ea29dd372ac9bc17db199d65b5dc8641075da0a3b" + sha256 cellar: :any_skip_relocation, ventura: "ea096f5a455031efb11c848426f81be6ae7cb6ea1b9afe38e559438427d04fdf" + sha256 cellar: :any_skip_relocation, arm64_linux: "3dfe4a9d9f768172438778bdbf37ee33ceaf5c6db810b5beaee8b10387d7e060" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e38da90107e6373ca7e1df79c21d122f9a13816bda9cd105c04f4aa48f5440c0" end depends_on "rust" => :build From 4fcfa3cd57ac5a876eb4d2bf5c3662223cd018c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:53:00 +0000 Subject: [PATCH 09037/10074] tabiew: update 0.10.0 bottle. --- Formula/t/tabiew.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tabiew.rb b/Formula/t/tabiew.rb index 29b01c69581af..fd5fc1305298d 100644 --- a/Formula/t/tabiew.rb +++ b/Formula/t/tabiew.rb @@ -6,13 +6,13 @@ class Tabiew < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef11e7b97169d0843d91ea84cb2508720d5e14ea4244a273d1c8da823bd5b316" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6086e407d6e3e6f7fb00972c1e2b03d4b5c83e5eff56ca851d45f4c213bc981b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dbc553069a5738242f2d8d592b758d8219f7a01fe6b9680845015884930d6389" - sha256 cellar: :any_skip_relocation, sonoma: "eceae1ef2d389972a3ef414b3bc0dc8f565e7bb93aa8c91d7e953ac0718525ea" - sha256 cellar: :any_skip_relocation, ventura: "afd72e67da0dcf5fd93fc5260ef97fd7d4301269c7c0d54cff82767d3bcc1b38" - sha256 cellar: :any_skip_relocation, arm64_linux: "67ac5f2c7b85568c6c5ef28a79079e159c926c89908460ded52d7e007f932b29" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd5507813514018a791c355965e06f1b0f2fe79abec74158bfc3eab5d3591562" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f16776fac1e4af90086f9eb98542091521477aa6173ef1553100009e8fb789e9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a756f95cac0129bf2d4b8fd7d2a317904eeb57da62604c78257f10f5a1edfb67" + sha256 cellar: :any_skip_relocation, arm64_ventura: "380e5682d8b0daf4d9dcf72bb82c1b9fe0d5c3fb9ed36bb10294d5ae7384179f" + sha256 cellar: :any_skip_relocation, sonoma: "82d2296613547edd8597e449c1ce3a50f76fc69c8166e34938df74720d9dd277" + sha256 cellar: :any_skip_relocation, ventura: "6b20fdbd967194d748ab6b0ef3242b4f6bfc22847feae21c20a144a51fe8f50e" + sha256 cellar: :any_skip_relocation, arm64_linux: "1f3a90edc9df6173aafdd976c2008e8efa1befd3fae5c130d411a0078172b398" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d5ae0f9042c0a050b87b1a0705102e8efd05f55b63f5df275d844c5ad79a0a6e" end depends_on "rust" => :build From f79abcb3cb7a4a0c55372e425908776b2f1d3b89 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 17:53:24 +0000 Subject: [PATCH 09038/10074] libnghttp2: update 1.66.0 bottle. --- Formula/lib/libnghttp2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libnghttp2.rb b/Formula/lib/libnghttp2.rb index cbedffcaea5b6..559232118099c 100644 --- a/Formula/lib/libnghttp2.rb +++ b/Formula/lib/libnghttp2.rb @@ -16,13 +16,13 @@ class Libnghttp2 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "492e4dadaeb76e53e56b15180eb4ab33d8e726d5766f258f94d3628382e7a8e2" - sha256 cellar: :any, arm64_sonoma: "fa2ef36dadacb754e7233697f80a8929010e249b35dff577c86d1cf88f0ece49" - sha256 cellar: :any, arm64_ventura: "8ae17c6bc3f4231f6239597d64c6cc17e9c552f9fd04c0c99cdae6c5caf8f273" - sha256 cellar: :any, sonoma: "523994aa28f56be6c23161889273d48ce9a964acfe3517768c41cf46359e27e8" - sha256 cellar: :any, ventura: "3a82bc9d1b8d32592ac19ed10d06d85405a8bfc1b180005acb757f46712f2081" - sha256 cellar: :any_skip_relocation, arm64_linux: "ca8b0e4aafcb18a1c12fa4457c849856f556e76507840ec95ded08f86f3b5e3f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ee76cd74e324adca6f90d555ae9417164b66290a83ade8d10c272967fa85853" + sha256 cellar: :any, arm64_sequoia: "41c3c42b773f4a02cdd9e4f7724e10aea9b6bd1ee2a78408fb02083725a1443f" + sha256 cellar: :any, arm64_sonoma: "85e76ae188d10f4d83851ef00582a643f2705f253ff51094c343a0cc027c2f58" + sha256 cellar: :any, arm64_ventura: "cd939c459dadf040f5268d14496986d3884ab19b95e5bd342bd9478f6f10d701" + sha256 cellar: :any, sonoma: "ad8bf90461b2644c68a52eac9f1bee68878a646d8f66cd4440e9896b8bb9df3d" + sha256 cellar: :any, ventura: "ca3275b8e548d6a0e3a614c7cf03f32ac9142917f270ee95e19489211e5b0ec7" + sha256 cellar: :any_skip_relocation, arm64_linux: "21619452882e67ec44b9c0a541a1928bc3f55838ae7fc83b5fd197d13100907b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ffa3bde661552df4e257400ac387aee06b9e2ef4d9ad4822c6b8ad571e2d488" end head do From 5b66b9db09faa7d62d52afa88a3baadcc5cc2e7d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 17:53:24 +0000 Subject: [PATCH 09039/10074] nghttp2: update 1.66.0 bottle. --- Formula/n/nghttp2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nghttp2.rb b/Formula/n/nghttp2.rb index c1db474c17670..f75f48d935024 100644 --- a/Formula/n/nghttp2.rb +++ b/Formula/n/nghttp2.rb @@ -9,13 +9,13 @@ class Nghttp2 < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "73507c5419805c1f355705a6da6d19675faa7df1db7b094e49147f73c4aca5a9" - sha256 arm64_sonoma: "7061b3fc947b387e23d8c83f037c1f795e9527bb23f68302d8002469a323738f" - sha256 arm64_ventura: "21df76f5d99ef51a4e60dc146725c50da4f638aa7e531a164ebb632b7e8162b3" - sha256 sonoma: "87ad83548afab293d8f235b5d7821e77e8cd5a689db449e07ece94cfedaab169" - sha256 ventura: "257ead75ec0f1999cf0c901efd7fdb2ae22942377fe8a806ab93d95b77f059ff" - sha256 arm64_linux: "d79b088b2f12cf0e605864e710100b7901f2333324539b0e313063b0d33de59f" - sha256 x86_64_linux: "1a923f926f8dd37a197164c955270b4a37297711031e6c204d03535aef8ffa12" + sha256 cellar: :any, arm64_sequoia: "20ea8dcfeed5fde8c9792199c2af43ab04f5d1c88e7a3907f99b9e0b89d23cd0" + sha256 cellar: :any, arm64_sonoma: "77896cb1a06e09459c9f8658010cbc63391a83da609ea5d1c02dd253be8d2ba4" + sha256 cellar: :any, arm64_ventura: "9bb9732aa5e6d6a7f29535c94f851995aeda41917d728e6e60690f0985261bda" + sha256 cellar: :any, sonoma: "4c717a81d420ff96dff267fa9ae9384cd4a6528643900843a6a7d8dc9f49c0fb" + sha256 cellar: :any, ventura: "f9d36daccc853e2d71d771e6d1d0fe8c71a0bf791a1626fa11723781bbd63ac8" + sha256 cellar: :any_skip_relocation, arm64_linux: "80bc5f0551dd694b145553635898067a618d7a1c1b27db74fff5af4d278588cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3ae3de4374e9293eff1c07cb0fc7ef960cfb7444da930bf0ede9e39c8836a17f" end head do From fa914ffdc7ddc0147ebc0b769c6fe79633a0974d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:56:59 +0000 Subject: [PATCH 09040/10074] snakemake: update 9.6.1 bottle. --- Formula/s/snakemake.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index cbf1423d5c071..2e4a230f8a3a4 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -9,13 +9,13 @@ class Snakemake < Formula head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "1629820531ab4a8a8a6ee72669b490587fe8f7db57913da0be6f9ff64ae25fbb" - sha256 cellar: :any, arm64_sonoma: "e615a0a32cdb8c8f131932384c00f9d5142d47a9ba3b30b885aa6477d37a5625" - sha256 cellar: :any, arm64_ventura: "20a4826bdc6cef9a6f2d7614847485496eecaee13ded15a32e94328e857a7142" - sha256 cellar: :any, sonoma: "066c989fc019432ce41416080eb5ac3742c027443cf450227fc43e25fc66b142" - sha256 cellar: :any, ventura: "184aef7166c6afa019c0341b7478168367b1e3f7d3858bf5b9d7c09444d45e0f" - sha256 cellar: :any_skip_relocation, arm64_linux: "06762eadfddb29b9176ad30c7c4796350d8d2268218fda25821e8a8eb6f86980" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8fdbad04d27db8adee2c182e3773ff018a6d90854bb76186c196b68481eb94f2" + sha256 cellar: :any, arm64_sequoia: "17ecefffd47f91c7f238fbb1aa479f74691c23ae329de8b4adadc43dfb101311" + sha256 cellar: :any, arm64_sonoma: "f37a1d38201bd762fcf4394c8f36907e49f7646c37f1335220ee4b8c1c1c8cce" + sha256 cellar: :any, arm64_ventura: "4b07ea11ef0f86b8b77eb3567a9045d2a64573874db0c6643c98b03c229d8878" + sha256 cellar: :any, sonoma: "5f6953281e2a3f2e0e1049b2d65590d446026019176e4d18fabfa2cae3e56822" + sha256 cellar: :any, ventura: "13236a5f3d74d8f47368a336caf5baa0e9944a076d6e0422c389f9da02313e67" + sha256 cellar: :any_skip_relocation, arm64_linux: "96d017656d7b9fb18733b3cda6250e8e6b1a66c2c1c098ffa370b5637314975f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b56fab77bca81c07e6c11676a169098dc7a583b98886b81fd256cc1ca759923" end depends_on "rust" => :build From 245818ea8fe65ec06412eb12d38c46666767d1d9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 14:16:47 -0400 Subject: [PATCH 09041/10074] libnghttp2: remove `no_autobump` Signed-off-by: Rui Chen --- Formula/lib/libnghttp2.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/lib/libnghttp2.rb b/Formula/lib/libnghttp2.rb index 559232118099c..b93cf84c6953c 100644 --- a/Formula/lib/libnghttp2.rb +++ b/Formula/lib/libnghttp2.rb @@ -13,8 +13,6 @@ class Libnghttp2 < Formula formula "nghttp2" end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "41c3c42b773f4a02cdd9e4f7724e10aea9b6bd1ee2a78408fb02083725a1443f" sha256 cellar: :any, arm64_sonoma: "85e76ae188d10f4d83851ef00582a643f2705f253ff51094c343a0cc027c2f58" From 38be8fe070152a72959fa3052189d459c8dfbad4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 14:16:56 -0400 Subject: [PATCH 09042/10074] nghttp2: remove `no_autobump` Signed-off-by: Rui Chen --- Formula/n/nghttp2.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/n/nghttp2.rb b/Formula/n/nghttp2.rb index f75f48d935024..8db3f9b2b4fd9 100644 --- a/Formula/n/nghttp2.rb +++ b/Formula/n/nghttp2.rb @@ -6,8 +6,6 @@ class Nghttp2 < Formula sha256 "e178687730c207f3a659730096df192b52d3752786c068b8e5ee7aeb8edae05a" license "MIT" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "20ea8dcfeed5fde8c9792199c2af43ab04f5d1c88e7a3907f99b9e0b89d23cd0" sha256 cellar: :any, arm64_sonoma: "77896cb1a06e09459c9f8658010cbc63391a83da609ea5d1c02dd253be8d2ba4" From 24df4518c0ee59fa1954971b2fb9ef2d02ea2a34 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 18:42:08 +0000 Subject: [PATCH 09043/10074] scipy: update 1.16.0 bottle. --- Formula/s/scipy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/scipy.rb b/Formula/s/scipy.rb index 226c3893f0528..1685ca2f1aa9d 100644 --- a/Formula/s/scipy.rb +++ b/Formula/s/scipy.rb @@ -7,13 +7,13 @@ class Scipy < Formula head "https://github.com/scipy/scipy.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "40cea0dc46f7aa2d88fc5a140f1fe386b55455de1cd09cefca45b8b45776a614" - sha256 cellar: :any, arm64_sonoma: "f7c9fe1a35de9df3a6d1a92511d2d4d8e5f7c1896c1110a7c54c79276bd2c55a" - sha256 cellar: :any, arm64_ventura: "961e2fa1986097233fdc3103e7acd39816be4a22ca5cd4fd326abf47827dd7f5" - sha256 cellar: :any, sonoma: "61704bc83e517fe3032a787f08cab4beb81fe4e48ad5aa9aa774183ba885f519" - sha256 cellar: :any, ventura: "4e20878042bf0982ce80c571507b33c3c654092c5679d24564c954e6cf943741" - sha256 cellar: :any_skip_relocation, arm64_linux: "ff04634fffe1e28ed408efbd1a9902c9eb74d279ce6e1202b87637763d439313" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3897bebc7e283cee35014239d82102cb0ddc96fe987c3ecf98e9ccc08c5c6a9f" + sha256 cellar: :any, arm64_sequoia: "68e792894b6bb09448a409d75ad4dc0bdc0085159da3dffa6c3ae90052f86123" + sha256 cellar: :any, arm64_sonoma: "192f60b8dc9b387d6ce9a1061c3bedfca19ed3d4a5e3e206754723b95b6d88ba" + sha256 cellar: :any, arm64_ventura: "7a21a95e060343afe3600e4b0b0b882c7734f8a103c9778ef8780774275ade51" + sha256 cellar: :any, sonoma: "8952115168ad99667c67f27030f72341ecfd45f4b452f37d2d5436ca30f85600" + sha256 cellar: :any, ventura: "75c13b75b1afd702e72d93d844de2a8c15e52dc01b5083065248eb5e432072a0" + sha256 cellar: :any_skip_relocation, arm64_linux: "aeafd3259c7b6d0bb1abb9dea14f9e120297948060e89f43832817f4235caa80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e677b7995f3e2652e74ae0f48840092ac67f40a79045aedebb4f0d4be3f8ae5e" end depends_on "meson" => :build From 081b54a60bc96d2a5db4774a664910518db31997 Mon Sep 17 00:00:00 2001 From: DITA-OT Bot Date: Sun, 22 Jun 2025 22:10:39 +0300 Subject: [PATCH 09044/10074] dita-ot 4.3.3 Created via GitHub Action --- Formula/d/dita-ot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dita-ot.rb b/Formula/d/dita-ot.rb index d9eba4a50bc86..16f7ecfac9cc1 100644 --- a/Formula/d/dita-ot.rb +++ b/Formula/d/dita-ot.rb @@ -1,8 +1,8 @@ class DitaOt < Formula desc "DITA Open Toolkit is an implementation of the OASIS DITA specification" homepage "https://www.dita-ot.org/" - url "https://github.com/dita-ot/dita-ot/releases/download/4.3.2/dita-ot-4.3.2.zip" - sha256 "e4cf98321289ee0edbf819b441d1fa5e155099dcfc02132f2e130700e07114b3" + url "https://github.com/dita-ot/dita-ot/releases/download/4.3.3/dita-ot-4.3.3.zip" + sha256 "1248908ffa2ec4dfee24c87a87cb57a737e51976f619c766073ed6e62bdf2286" license "Apache-2.0" livecheck do From b28428f0eee35df0dd4b2e9cf795ac60e0f05476 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 16:53:49 +0000 Subject: [PATCH 09045/10074] bob 4.1.1 bob: update test Signed-off-by: Rui Chen bob: update test Signed-off-by: Rui Chen --- Formula/b/bob.rb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Formula/b/bob.rb b/Formula/b/bob.rb index c2c30055fa10a..2dc8ee7015c49 100644 --- a/Formula/b/bob.rb +++ b/Formula/b/bob.rb @@ -1,8 +1,8 @@ class Bob < Formula desc "Version manager for neovim" homepage "https://github.com/MordechaiHadad/bob" - url "https://github.com/MordechaiHadad/bob/archive/refs/tags/v4.0.3.tar.gz" - sha256 "cb0b084ca0454fc17c387d9662b420764b2aa1152dfe035238b1d08bb7ab34f1" + url "https://github.com/MordechaiHadad/bob/archive/refs/tags/v4.1.1.tar.gz" + sha256 "2ed43e82505f462bcd8851579b55a5f37089825e1b717b3c928b2bfdbf5eecd0" license "MIT" bottle do @@ -32,13 +32,16 @@ def install JSON ENV["BOB_CONFIG"] = config_file - mkdir_p "#{testpath}/.local/share/bob" - mkdir_p "#{testpath}/.local/share/nvim-bin" + mkdir_p testpath/".local/share/bob" + mkdir_p testpath/".local/share/nvim-bin" neovim_version = "v0.11.0" system bin/"bob", "install", neovim_version assert_match neovim_version, shell_output("#{bin}/bob list") assert_path_exists testpath/".local/share/bob"/neovim_version - system bin/"bob", "erase" + + # failed to run `bob erase` in linux CI + # upstream bug report, https://github.com/MordechaiHadad/bob/issues/287 + system bin/"bob", "erase" unless OS.linux? end end From 7f88561dfe58b2586f168eb5c60e831808775484 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 19:54:56 +0000 Subject: [PATCH 09046/10074] dicebear 9.2.3 --- Formula/d/dicebear.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dicebear.rb b/Formula/d/dicebear.rb index b30b2d59550e0..f4422212b4405 100644 --- a/Formula/d/dicebear.rb +++ b/Formula/d/dicebear.rb @@ -1,8 +1,8 @@ class Dicebear < Formula desc "CLI for DiceBear - An avatar library for designers and developers" homepage "https://github.com/dicebear/dicebear" - url "https://registry.npmjs.org/dicebear/-/dicebear-9.2.2.tgz" - sha256 "ac1d4abf73dce99db7535b2ccf43a8d55a4219ffa526b96db31809e77fe4aa23" + url "https://registry.npmjs.org/dicebear/-/dicebear-9.2.3.tgz" + sha256 "23c6ed504ee7e4d6cdd5014df7ea857ce326ff0d4de8fcabdc8e6d1cde3aecf5" license "MIT" bottle do From f188a94406a745fe99ac2cf6e9b2b87d928788e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:02:09 +0000 Subject: [PATCH 09047/10074] keploy 2.6.13 --- Formula/k/keploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index fb0d7cbd68ba2..b71b45b5681cd 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -1,8 +1,8 @@ class Keploy < Formula desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries" homepage "https://keploy.io" - url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.12.tar.gz" - sha256 "ae69ff6b274360844a1d31efe5d50a44aae66b1ac57ccf467472a703a4fa5846" + url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.13.tar.gz" + sha256 "70e87c695028682604703b4501dc2a3611040bab2e110cd061c4106f44a22ee5" license "Apache-2.0" head "https://github.com/keploy/keploy.git", branch: "main" From 936759437cf7b0488b0f11453db6bd57e0828109 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 13 May 2025 21:21:16 +0200 Subject: [PATCH 09048/10074] gpsd 3.26.1 --- .github/autobump.txt | 1 + Formula/g/gpsd.rb | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 9174e6638c11d..88ced2e1ffe56 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1446,6 +1446,7 @@ gperftools gpg-tui gpgme gprof2dot +gpsd gpsim gptme gptscript diff --git a/Formula/g/gpsd.rb b/Formula/g/gpsd.rb index e3c99c4c27b48..c0f9c9e4c0ed2 100644 --- a/Formula/g/gpsd.rb +++ b/Formula/g/gpsd.rb @@ -1,9 +1,9 @@ class Gpsd < Formula desc "Global Positioning System (GPS) daemon" homepage "https://gpsd.gitlab.io/gpsd/" - url "https://download.savannah.gnu.org/releases/gpsd/gpsd-3.25.tar.xz" - mirror "https://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.25.tar.xz" - sha256 "7e5e53e5ab157dce560a2f22e20322ef1136d3ebde99162def833a3306de01e5" + url "https://download.savannah.gnu.org/releases/gpsd/gpsd-3.26.1.tar.xz" + mirror "https://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.26.1.tar.xz" + sha256 "45c0d4779324bd59a47cfcb7ac57180d2dbdf418603d398a079392dabf1f740c" license "BSD-2-Clause" head "https://gitlab.com/gpsd/gpsd.git", branch: "master" @@ -32,13 +32,14 @@ class Gpsd < Formula uses_from_macos "ncurses" - # Replace setuptools in SConscript for python 3.12+ - patch do - url "https://gitlab.com/gpsd/gpsd/-/commit/9157b1282d392b2cc220bafa44b656d6dac311df.diff" - sha256 "b2961524c4cd59858eb204fb04a8119a8554560a693093f1a37662d6f15326f9" - end - def install + if OS.linux? + ncurses = Formula["ncurses"] + + ENV.append "CFLAGS", "-I#{ncurses.opt_include}" + ENV.append "LDFLAGS", "-L#{ncurses.opt_lib} -Wl,-rpath,#{ncurses.opt_lib}" + end + system "scons", "chrpath=False", "python=False", "strip=False", "prefix=#{prefix}/" system "scons", "install" end From 429bb4d23edf106a3776acf143ee66190bbb15da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:23:13 +0000 Subject: [PATCH 09049/10074] dita-ot: update 4.3.3 bottle. --- Formula/d/dita-ot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dita-ot.rb b/Formula/d/dita-ot.rb index 16f7ecfac9cc1..efde77f8bec4a 100644 --- a/Formula/d/dita-ot.rb +++ b/Formula/d/dita-ot.rb @@ -13,13 +13,13 @@ class DitaOt < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7f739da85ad61e2851d2cf15ab1896d901158e024ac7a117b5f1abbe9669b72" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7f739da85ad61e2851d2cf15ab1896d901158e024ac7a117b5f1abbe9669b72" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a7f739da85ad61e2851d2cf15ab1896d901158e024ac7a117b5f1abbe9669b72" - sha256 cellar: :any_skip_relocation, sonoma: "5188796cddaf20adf640b8d238814e62daa08ac10a1f2bb07ea6570a3a2bdaa6" - sha256 cellar: :any_skip_relocation, ventura: "5188796cddaf20adf640b8d238814e62daa08ac10a1f2bb07ea6570a3a2bdaa6" - sha256 cellar: :any_skip_relocation, arm64_linux: "62292ce7f061c6f472eb259c39050f17da94be0b3d1da8bb9fa5e79c5b19c3ae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "62292ce7f061c6f472eb259c39050f17da94be0b3d1da8bb9fa5e79c5b19c3ae" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd925d8847c43b8a687966b5690a4f7a671526282c630424a5113103ec85e5a8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd925d8847c43b8a687966b5690a4f7a671526282c630424a5113103ec85e5a8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cd925d8847c43b8a687966b5690a4f7a671526282c630424a5113103ec85e5a8" + sha256 cellar: :any_skip_relocation, sonoma: "f1bdece1b81a2bd1d9c82d605c7921fa107065e1dc99c77ff36eccc2117ffea7" + sha256 cellar: :any_skip_relocation, ventura: "f1bdece1b81a2bd1d9c82d605c7921fa107065e1dc99c77ff36eccc2117ffea7" + sha256 cellar: :any_skip_relocation, arm64_linux: "55711435f2720e496c03305d15362aa38df8384c3cd178d0a9907a6fd2a60ddc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "55711435f2720e496c03305d15362aa38df8384c3cd178d0a9907a6fd2a60ddc" end depends_on "openjdk" From 208c815e21d14d7d7b8f6ead04aa22c1f09d1589 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:23:15 +0000 Subject: [PATCH 09050/10074] dicebear: update 9.2.3 bottle. --- Formula/d/dicebear.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dicebear.rb b/Formula/d/dicebear.rb index f4422212b4405..73178d09f6139 100644 --- a/Formula/d/dicebear.rb +++ b/Formula/d/dicebear.rb @@ -6,13 +6,13 @@ class Dicebear < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "5046d62bd429c224479312085090e5ffff58d13afc0296e39862a45478261a12" - sha256 cellar: :any, arm64_sonoma: "5046d62bd429c224479312085090e5ffff58d13afc0296e39862a45478261a12" - sha256 cellar: :any, arm64_ventura: "5046d62bd429c224479312085090e5ffff58d13afc0296e39862a45478261a12" - sha256 sonoma: "51873d0358db2c72a4d0750e0d385b91f4956acf2bad9e6b5a53b46c695f5db2" - sha256 ventura: "51873d0358db2c72a4d0750e0d385b91f4956acf2bad9e6b5a53b46c695f5db2" - sha256 cellar: :any_skip_relocation, arm64_linux: "9d49ce11619a7c5457a090a4b0c2a5f3c34ff7e2e36b7eac733c02b9c50f70d5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d8e5304c29b9f49af28a870360fc2964e32b884a2c59ebbd66ab028bda584ff7" + sha256 cellar: :any, arm64_sequoia: "cbb6b9a9a9d965f2eae51d3e7b30df230073f01397831ce6e3083dec6746b90e" + sha256 cellar: :any, arm64_sonoma: "cbb6b9a9a9d965f2eae51d3e7b30df230073f01397831ce6e3083dec6746b90e" + sha256 cellar: :any, arm64_ventura: "cbb6b9a9a9d965f2eae51d3e7b30df230073f01397831ce6e3083dec6746b90e" + sha256 sonoma: "b45e93566dd19218e0253e0005f7f767077864ab46b8f909e62bc903d49d061d" + sha256 ventura: "b45e93566dd19218e0253e0005f7f767077864ab46b8f909e62bc903d49d061d" + sha256 cellar: :any_skip_relocation, arm64_linux: "8703b3672a9cc7fa19567512b71e979c58e26c250910824c648588898229b57b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9fd8ef21b0a23751090def3f59fb06f354016ca2ad41bebb3307fbf4133bc58e" end depends_on "node" From 50b4ceedeb2c1f59bb44ec596a681f374dd02ccd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:23:38 +0000 Subject: [PATCH 09051/10074] keploy: update 2.6.13 bottle. --- Formula/k/keploy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index b71b45b5681cd..37f116243085a 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -7,12 +7,12 @@ class Keploy < Formula head "https://github.com/keploy/keploy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7a6124c7b54f26a3712085ed3ec560bdc9d99dcb157c54586eddaba063a0703" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7a6124c7b54f26a3712085ed3ec560bdc9d99dcb157c54586eddaba063a0703" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c7a6124c7b54f26a3712085ed3ec560bdc9d99dcb157c54586eddaba063a0703" - sha256 cellar: :any_skip_relocation, sonoma: "e98882d262e1f5576d8d211c2d11704ef41bcead5a9c2150f7f331b35555c0c6" - sha256 cellar: :any_skip_relocation, ventura: "e98882d262e1f5576d8d211c2d11704ef41bcead5a9c2150f7f331b35555c0c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea68f4fd6cf3f62f2b528ba0e2f34cac22fa2576e679507a6429540ece732d02" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7718427a7b13f832e4b116704a6af85e633c7bfdc248d913fe6f61b3b4e16d5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7718427a7b13f832e4b116704a6af85e633c7bfdc248d913fe6f61b3b4e16d5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f7718427a7b13f832e4b116704a6af85e633c7bfdc248d913fe6f61b3b4e16d5" + sha256 cellar: :any_skip_relocation, sonoma: "2a0a1b5b7f396178387c13278aa4a757e96ef10affd665581f8bd2b70ebbcd83" + sha256 cellar: :any_skip_relocation, ventura: "2a0a1b5b7f396178387c13278aa4a757e96ef10affd665581f8bd2b70ebbcd83" + sha256 cellar: :any_skip_relocation, x86_64_linux: "683e3e4611462529c62c31fe521db22e56058e6cba547fda321707bb0fe4eaa9" end depends_on "go" => :build From 994c7bf52f4229d57560a51b8606f732d810069b Mon Sep 17 00:00:00 2001 From: Brandon Young <32550081+Brandutchmen@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:33:21 -0700 Subject: [PATCH 09052/10074] tldx: inject version at build time via ldflags --- Formula/t/tldx.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb index 70f6e210b8609..bc870c0f79c12 100644 --- a/Formula/t/tldx.rb +++ b/Formula/t/tldx.rb @@ -17,10 +17,12 @@ class Tldx < Formula depends_on "go" => :build def install - system "go", "build", *std_go_args(ldflags: "-s -w") + system "go", "build", *std_go_args(ldflags: "-s -w -X github.com/brandonyoungdev/tldx/cmd.Version=#{version}") end test do assert_match "brew.sh is not available", shell_output("#{bin}/tldx brew --tlds sh") + + assert_match version.to_s, shell_output("#{bin}/tldx --version") end end From 7aae2463cc7b4a628d612e355b43164e03b6d867 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 22 Jun 2025 23:37:36 +0200 Subject: [PATCH 09053/10074] objfw: Fix head and release URL ObjFW switched from Fossil to Forgejo. --- Formula/o/objfw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/objfw.rb b/Formula/o/objfw.rb index 478f8369f7123..96682de08aeff 100644 --- a/Formula/o/objfw.rb +++ b/Formula/o/objfw.rb @@ -4,10 +4,10 @@ class Objfw < Formula url "https://objfw.nil.im/downloads/objfw-1.3.2.tar.gz" sha256 "8148df0d55d1a3218fe9965144b5c3ee2a7f4d8e43e430a6107e294043872cab" license "LGPL-3.0-only" - head "https://objfw.nil.im/", using: :fossil + head "https://git.nil.im/ObjFW/ObjFW.git", branch: "main" livecheck do - url "https://objfw.nil.im/wiki?name=Releases" + url "https://git.nil.im/ObjFW/ObjFW/releases" regex(/href=.*?objfw[._-]v?(\d+(?:\.\d+)+)\.t/i) end From dc114a6e84eda86343d691e9075bcab5290629d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 22:20:38 +0000 Subject: [PATCH 09054/10074] tldx: update 1.2.4 bottle. --- Formula/t/tldx.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/t/tldx.rb b/Formula/t/tldx.rb index bc870c0f79c12..bd281c3c6ffef 100644 --- a/Formula/t/tldx.rb +++ b/Formula/t/tldx.rb @@ -6,12 +6,13 @@ class Tldx < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab5bbc8ef07c3f43a68179a3cd262fafd5343bd0aa65ff9cae8156551a85f080" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab5bbc8ef07c3f43a68179a3cd262fafd5343bd0aa65ff9cae8156551a85f080" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ab5bbc8ef07c3f43a68179a3cd262fafd5343bd0aa65ff9cae8156551a85f080" - sha256 cellar: :any_skip_relocation, sonoma: "27b519e5514e47309bce8a346a7c03102441ddacd4c4963ea68f1cc4cda08733" - sha256 cellar: :any_skip_relocation, ventura: "27b519e5514e47309bce8a346a7c03102441ddacd4c4963ea68f1cc4cda08733" - sha256 cellar: :any_skip_relocation, x86_64_linux: "98190d8631eff7b04f343ef9030aebb1241ba0eed74061d299eaa3d8ec15bb62" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c612ef36e0440e412999867521b005966e45c8cd57b42e03cdec3817cb7efe7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c612ef36e0440e412999867521b005966e45c8cd57b42e03cdec3817cb7efe7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1c612ef36e0440e412999867521b005966e45c8cd57b42e03cdec3817cb7efe7" + sha256 cellar: :any_skip_relocation, sonoma: "3f82dc3db2fc83afd4056689c6c641e736f039a47cdfd2fbae71dddfb0752833" + sha256 cellar: :any_skip_relocation, ventura: "3f82dc3db2fc83afd4056689c6c641e736f039a47cdfd2fbae71dddfb0752833" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc5a475ee20d17587e1be1de815f5e34dc8fd4460c78f8979ebddd2b839f5db5" end depends_on "go" => :build From 9e1a979b781aa9edd706210863a87819b4255468 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 22:52:34 +0000 Subject: [PATCH 09055/10074] chezmoi 2.62.7 --- Formula/c/chezmoi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chezmoi.rb b/Formula/c/chezmoi.rb index e0b72483a28d0..cb3a619223668 100644 --- a/Formula/c/chezmoi.rb +++ b/Formula/c/chezmoi.rb @@ -1,8 +1,8 @@ class Chezmoi < Formula desc "Manage your dotfiles across multiple diverse machines, securely" homepage "https://chezmoi.io/" - url "https://github.com/twpayne/chezmoi/releases/download/v2.62.6/chezmoi-2.62.6.tar.gz" - sha256 "99e7a98b650f617fd373efcfdc8b09921af44d0f59409e1aad5df6c5f19f350a" + url "https://github.com/twpayne/chezmoi/releases/download/v2.62.7/chezmoi-2.62.7.tar.gz" + sha256 "d67af4b2ba35b15247f8a0bbcfd61147e05a2ac33cb67f403b6565837ee3861f" license "MIT" head "https://github.com/twpayne/chezmoi.git", branch: "master" From 514e52f5af0a2e1e4e1e7d86b8dcef7398c05a20 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:01:40 +0000 Subject: [PATCH 09056/10074] kingfisher 1.11.0 --- Formula/k/kingfisher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index 3208409c3e92f..bdcaf0dc88b6f 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -1,8 +1,8 @@ class Kingfisher < Formula desc "MongoDB's blazingly fast secret scanning and validation tool" homepage "https://github.com/mongodb/kingfisher" - url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.10.0.tar.gz" - sha256 "7184695f2ffe2eab2413af7f48e2962f83cf665d2525c13ade5427f389e313ec" + url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.11.0.tar.gz" + sha256 "89620091e07cd340e8f2c3653254bf2ea1d3aad1f921999d0b44dbf7453d29e7" license "Apache-2.0" bottle do From df3ca930b49e087541ea0d04e79cbcc36b324629 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:04:28 +0000 Subject: [PATCH 09057/10074] llama.cpp 5740 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index 6abfa10892e05..ac619a80cdb44 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggml-org/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggml-org/llama.cpp.git", - tag: "b5720", - revision: "8308f98c7fb778e54bf75538f5234d8bd20915e9" + tag: "b5740", + revision: "fa4a9f2a1ccda2573189a9d4995bdf0bceb41156" license "MIT" head "https://github.com/ggml-org/llama.cpp.git", branch: "master" From 7761b2237dab0174e4ac5b24d03bea3ee6fd7e38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:09:24 +0000 Subject: [PATCH 09058/10074] parallel 20250622 --- Formula/p/parallel.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/parallel.rb b/Formula/p/parallel.rb index 79b5915401677..10d95122bdcc0 100644 --- a/Formula/p/parallel.rb +++ b/Formula/p/parallel.rb @@ -1,9 +1,9 @@ class Parallel < Formula desc "Shell command parallelization utility" homepage "https://savannah.gnu.org/projects/parallel/" - url "https://ftp.gnu.org/gnu/parallel/parallel-20250522.tar.bz2" - mirror "https://ftpmirror.gnu.org/parallel/parallel-20250522.tar.bz2" - sha256 "b4b28f475f8cff8bb6ed4b03cc5a67041f18fc73fa256923b23181b56afdb2cb" + url "https://ftp.gnu.org/gnu/parallel/parallel-20250622.tar.bz2" + mirror "https://ftpmirror.gnu.org/parallel/parallel-20250622.tar.bz2" + sha256 "69f578cf11f1b124ba3c2b673a16641debe63aeb3d2ac4cec5ad65f8a53d489b" license "GPL-3.0-or-later" version_scheme 1 head "https://git.savannah.gnu.org/git/parallel.git", branch: "master" From 0d54a454836408586501e48e6428f9770376da36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:15:10 +0000 Subject: [PATCH 09059/10074] spotify_player 0.20.6 --- Formula/s/spotify_player.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/spotify_player.rb b/Formula/s/spotify_player.rb index 9987e002cec41..0d5ef5a072f95 100644 --- a/Formula/s/spotify_player.rb +++ b/Formula/s/spotify_player.rb @@ -1,8 +1,8 @@ class SpotifyPlayer < Formula desc "Command driven spotify player" homepage "https://github.com/aome510/spotify-player" - url "https://github.com/aome510/spotify-player/archive/refs/tags/v0.20.5.tar.gz" - sha256 "06a409144461fa965916d7d92817fda4be3801402eff8278a3fc7a38448d54e1" + url "https://github.com/aome510/spotify-player/archive/refs/tags/v0.20.6.tar.gz" + sha256 "87c3529a5b711a9c79bb0bac21fb65d280eec943f836920e0c02e8d9d17c75dd" license "MIT" head "https://github.com/aome510/spotify-player.git", branch: "master" From 2956ec71719fa5f6f677cdc585f42c468c1a1b04 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:17:57 +0000 Subject: [PATCH 09060/10074] v2ray 5.33.0 v2ray: update deps Signed-off-by: Rui Chen --- Formula/v/v2ray.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/v/v2ray.rb b/Formula/v/v2ray.rb index 8f89b2d58c545..7b8fa3a537854 100644 --- a/Formula/v/v2ray.rb +++ b/Formula/v/v2ray.rb @@ -1,8 +1,8 @@ class V2ray < Formula desc "Platform for building proxies to bypass network restrictions" homepage "https://v2fly.org/" - url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.32.0.tar.gz" - sha256 "537ee888deeaf2738e2124dfd12d74e1e62d7a7e8867fd90ac58e138e474da44" + url "https://github.com/v2fly/v2ray-core/archive/refs/tags/v5.33.0.tar.gz" + sha256 "44b768e0048cf2e68f885f08ceb95ee29eea16a5dbb3b4cb9920d55ce691fa9f" license all_of: ["MIT", "CC-BY-SA-4.0"] head "https://github.com/v2fly/v2ray-core.git", branch: "master" @@ -23,18 +23,18 @@ class V2ray < Formula depends_on "go" => :build resource "geoip" do - url "https://github.com/v2fly/geoip/releases/download/202505050146/geoip.dat" - sha256 "8023379316bca4713dcfa5ba4ea2fe7f4c127fff64a0cb7859d4756142b2c4dc" + url "https://github.com/v2fly/geoip/releases/download/202506050146/geoip.dat" + sha256 "58bf8f086473cad7df77f032815eb8d96bbd4a1aaef84c4f7da18cf1a3bb947a" end resource "geoip-only-cn-private" do - url "https://github.com/v2fly/geoip/releases/download/202505050146/geoip-only-cn-private.dat" - sha256 "f11dd802187c6630e35d7e40ce7879afb6f28413ece55fee68d95354b8cd4b41" + url "https://github.com/v2fly/geoip/releases/download/202506050146/geoip-only-cn-private.dat" + sha256 "1cc820dfe0c434f05fd92b8d9c2c41040c23c2bfe5847b573c8745c990d5bc98" end resource "geosite" do - url "https://github.com/v2fly/domain-list-community/releases/download/20250523165307/dlc.dat" - sha256 "b1d02c3b4f90830e8b4bda83a552da6d218407fe6833ddc8bb2c8b5372998c9f" + url "https://github.com/v2fly/domain-list-community/releases/download/20250608120644/dlc.dat" + sha256 "67ededbc0cb18f93415e2e003cb45cb04fc32ba4a829f7d18074d3bdd88ab629" end def install From b07534f09575c43ccb4674fc619740c5b36490c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:58:37 +0000 Subject: [PATCH 09061/10074] kingfisher: update 1.11.0 bottle. --- Formula/k/kingfisher.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index bdcaf0dc88b6f..d63cc42dc888f 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -6,13 +6,13 @@ class Kingfisher < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c515037f42076c4c04d4ea5e1e4871f76ce09d43910593a3e2d105507c1d58ad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dba1ebe1f6743128eb9365da9943ed0105486312c9485fc476382af4cd14c2aa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fe2f635f28d56c4307a82b19385e65a6ad6e77dfe3056d91a008ea63f77ef4d0" - sha256 cellar: :any_skip_relocation, sonoma: "2902c8dcff4c388f39979464aeaa313a5e1a65ebdaecbcbe1d275b26bedcebbc" - sha256 cellar: :any_skip_relocation, ventura: "f485ef6147627546814773e30058eb4d1e4cec7d7fd90083603c32905dad67e1" - sha256 cellar: :any_skip_relocation, arm64_linux: "770b3d80e2c35bbc295dcffeddb181ba76f18dbc54d43dca833b4f3a1b38826f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ee16b3edf41046b99f22d0cf1f2cb1d18873400ad297955da814bba2a3c733fd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ead6f31ffb651889cd8a419788861f7e2d8ff42f2e0a0093606f894c6ee3b2c4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1e737c02f675636f4de63bb58f09a21d8233dffad4a1089cc723b7c32a66400" + sha256 cellar: :any_skip_relocation, arm64_ventura: "163a6e183201c7159573cc0772ebe8324eaeaf413b1f59f6e0b94d046e79b47b" + sha256 cellar: :any_skip_relocation, sonoma: "058741fd2c8cce81d0f14582abbe03e3866640c42b6c180844425fe47582a10f" + sha256 cellar: :any_skip_relocation, ventura: "cd3538f4d5a6c9ebf6a21562247bca6735601cb40e22c97b80371c943ca52903" + sha256 cellar: :any_skip_relocation, arm64_linux: "70b3049dfc22e4b55efa2a850d58b44345a8329f97f429b4f935c77d5612e7f7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3ba7fdba68c2733fe3d223c542bf14d3ae24ee627b949657581f74950b0a1110" end depends_on "boost" => :build From d9791d82425001943cd54a077ff5524411fd11f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:58:43 +0000 Subject: [PATCH 09062/10074] chezmoi: update 2.62.7 bottle. --- Formula/c/chezmoi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chezmoi.rb b/Formula/c/chezmoi.rb index cb3a619223668..3e3f78ddbf6ee 100644 --- a/Formula/c/chezmoi.rb +++ b/Formula/c/chezmoi.rb @@ -14,13 +14,13 @@ class Chezmoi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1c51436df302126476bb3cc1b750a25f4d27fd7e7388de722f0164c84fd70d3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "53900423356abe2174773a50d724b54b7765b2d9d51a7dfa0c3b03c444d8153f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "855ed4b8da5c698273c5ac8c82f66e6e8c44671f3d930316221fda7c7ec51d15" - sha256 cellar: :any_skip_relocation, sonoma: "ea083d8ca4b36991e5b9cf2b7eb7b4dd3246fb3cb8c4999d8b6700b2e9b40004" - sha256 cellar: :any_skip_relocation, ventura: "83d065f14087171582ae89e2a20d2657c007344c43c837f0aa06359db3b0d96c" - sha256 cellar: :any_skip_relocation, arm64_linux: "c329ff8e8c7832be21e1ae97a16eb1d4592ab266fd8c62d706c74f964a5391e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3bb10af8d3a82337246730c7e9e52ccdf86626d41dc371f94fba47d1383137b8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "538c908ca5cb6da7592eb2846bda5cf8a1dc5041ecf01e742e5142ffb2901362" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "91cbb68053ae6f938120e4f03b7ccb9d75ada34c57b62d0b3520f5e99b90c5a7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e532387ca1eaa6fb521885bbef0d55e93d9ed61a595f53bf779e185c8f1d0c7" + sha256 cellar: :any_skip_relocation, sonoma: "3e222e0f16e7cec8674d6679d36492c8b8754cdbe48dc87bce32f3f2345c595e" + sha256 cellar: :any_skip_relocation, ventura: "30d5152c66d373de1740cbae4cbf08b3b36cd75694d9c47c883fc56906bf8340" + sha256 cellar: :any_skip_relocation, arm64_linux: "04ba79fe75d3131b4753991d1c4d9534ddb250b4bfe9ce22c22cec2cd9b25dd1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a78e9ae151d453f64a3039007abdee4d3af2ffe747fc8c7e86dee2c4dbcd96b" end depends_on "go" => :build From a236f14d30e19a92fed6f4ee8fe953e023c1ca8b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:58:53 +0000 Subject: [PATCH 09063/10074] parallel: update 20250622 bottle. --- Formula/p/parallel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/parallel.rb b/Formula/p/parallel.rb index 10d95122bdcc0..b4ce254c89856 100644 --- a/Formula/p/parallel.rb +++ b/Formula/p/parallel.rb @@ -14,7 +14,7 @@ class Parallel < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "4ac5d7a0937fb137d8656c3739331268098100c6cdf4aa46ce16aace2eb92254" + sha256 cellar: :any_skip_relocation, all: "a4c55c1f618f6f94511c2eebd5d7d66e0e711fb794db2ce32d7d22e6dbc96414" end conflicts_with "moreutils", because: "both install a `parallel` executable" From 220a3bcc11e0ed428082c3d0342242043f96e128 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:58:58 +0000 Subject: [PATCH 09064/10074] spotify_player: update 0.20.6 bottle. --- Formula/s/spotify_player.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/spotify_player.rb b/Formula/s/spotify_player.rb index 0d5ef5a072f95..faef0b6c9079e 100644 --- a/Formula/s/spotify_player.rb +++ b/Formula/s/spotify_player.rb @@ -7,13 +7,13 @@ class SpotifyPlayer < Formula head "https://github.com/aome510/spotify-player.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "586d9cd1b5f25763d9707b1bbdf3d0db8ff9a907f1d9366d54f0e6d0057357fe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a71e28d1925528ea43fe781886b60685f639c3c9b4dac8ae643d55dae84b06db" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b4c4842939847c22541616bd9e3e942c3e5a0c0aec3d78bc8332df8f652010e2" - sha256 cellar: :any_skip_relocation, sonoma: "fe4ce0b9f2eac32fc47b3f79c52ddf87f407e16c1e7cf2f1380043c7c7155a8b" - sha256 cellar: :any_skip_relocation, ventura: "bafdf2dad5b6648769ddb426204422a5228c9e8695fa56d39fc5abce66543915" - sha256 cellar: :any_skip_relocation, arm64_linux: "4335402911998567074f316703ecba218463d5e3bd647541919861c9edbdfa3c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d892b242d6d3ee55e3cccbc5026492f7876d14969c2556b7ef44d3e1decd5e40" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b29072af6f892bf5c156551ac92d823204cf34137024d86be75a145c73baaf41" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2dd2785af41488c08eed187247656051fab705c72d2df7cae109ff5e94181a66" + sha256 cellar: :any_skip_relocation, arm64_ventura: "805bfdea0373bc37fe78750fcc5026e374a8455575403f76c489ec832a0a5b59" + sha256 cellar: :any_skip_relocation, sonoma: "67c03b93dfd7a4869d6e717cea28781aa6291139534a66a0e3db9d2ab8879493" + sha256 cellar: :any_skip_relocation, ventura: "f27d8bc5c69f8fa46ec45d6cdda4db87162fada5abe70af9268111ceebfea96e" + sha256 cellar: :any_skip_relocation, arm64_linux: "93c88a00979d5b2ff2dd4eea4d77ea4e2264791e7b67f7f50bcc04991d02c720" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d84bbd36d50ea4c9e446dd75fe232ac9eefe7d70bb1070f076f3162f0adf67f" end depends_on "pkgconf" => :build From dedc37a52c06fc1e9732f6dd2c7b864fc3eefb35 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:59:07 +0000 Subject: [PATCH 09065/10074] llama.cpp: update 5740 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index ac619a80cdb44..d14cc34d6725f 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "6c42ca700f60a3d1141d6307d2da1f49e14ab15ae06017bdd9542afe0c997902" - sha256 cellar: :any, arm64_sonoma: "491260e5f4f90e3cea25356fc3b856d64193c7f63b8afcb4d29c4ef22728ab0a" - sha256 cellar: :any, arm64_ventura: "f021caf26e68a2265cf80f70b2961261874557ea90838467b19c6b99288521d4" - sha256 cellar: :any, sonoma: "fd6debbdff7010bc4b3a296889538e13834fc21ae523bbaf5666f3b7954f512b" - sha256 cellar: :any, ventura: "78d9e95bfc57f70d43ddb37e4a9303d5a91e901394c29a307ac17698a4650963" - sha256 cellar: :any_skip_relocation, arm64_linux: "b87ac7bf4e1ad9ba2b7b8044cb2b41d9a2cc7b677d94575b29abdd7433b17946" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b01684cf9f96c3d3466abf65d5d85e0a904bfd437955de865fc1815096ee63a5" + sha256 cellar: :any, arm64_sequoia: "80751fce5ed9229e7da24f55b04d6d3af8517aa30ee08e0c296e2f54d19b1727" + sha256 cellar: :any, arm64_sonoma: "0c29a01532a35bf605a42e0ca9415b5c1a2f8ddcc74c4eab5834905361db6072" + sha256 cellar: :any, arm64_ventura: "e5fbc88f0410f90099ee64c1253238f75da28a3e9b3b942db83857dbc71c8be0" + sha256 cellar: :any, sonoma: "1c4493c415a524f4c444ca6fe435045bc7e3c9541cd793827f3d7ed758591938" + sha256 cellar: :any, ventura: "967caf459d1ec6860ea04d7da17801837e8dfd9bf4a87acb7edbb569359e4fb0" + sha256 cellar: :any_skip_relocation, arm64_linux: "daa7724e7d728d7768c84e71f6f869c7724dd08632ac8da934c6b6607641d461" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1c5ab0d4fdbe39bd381406fc604489e40843fac0f791fcf29473501cebaabef" end depends_on "cmake" => :build From 1bbdd327deff1a980f3e86ee709a2838f5a3488d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 00:01:24 +0000 Subject: [PATCH 09066/10074] ratarmount: update 1.1.0 bottle. --- Formula/r/ratarmount.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ratarmount.rb b/Formula/r/ratarmount.rb index 8b7a6b4b6b011..5e63edc47a6f4 100644 --- a/Formula/r/ratarmount.rb +++ b/Formula/r/ratarmount.rb @@ -16,8 +16,8 @@ class Ratarmount < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "71afbf252f7c7f0c94fe39b89175f2abffc5f7ff84b64eaee8e77d0d846e52e8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9834cce582b558270e76d63e92a7a1aed99e55f43401c46c6d2c2910c7a7b284" + sha256 cellar: :any_skip_relocation, arm64_linux: "75c2fb63ec64abd1254c92cd05e4f3f220ff471f2d2f1b0a43f8359c50978b57" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c658441bdda3c1dfe3a20c01e8215bd5569793320488b65635219e6bb7144a11" end depends_on "libffi" From b91d9e7e55ec293272cc2167a8588e05a742405f Mon Sep 17 00:00:00 2001 From: Abhinav Gupta <187913561+abhinav-robot@users.noreply.github.com> Date: Mon, 23 Jun 2025 00:46:38 +0000 Subject: [PATCH 09067/10074] git-spice 0.15.0 git-spice: update no_autobump Signed-off-by: Rui Chen --- Formula/g/git-spice.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/git-spice.rb b/Formula/g/git-spice.rb index 5d47d300496e4..cc04df27d6cdd 100644 --- a/Formula/g/git-spice.rb +++ b/Formula/g/git-spice.rb @@ -1,12 +1,12 @@ class GitSpice < Formula desc "Manage stacked Git branches" homepage "https://abhinav.github.io/git-spice/" - url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.14.1.tar.gz" - sha256 "d03e4d1909ebc2b2c0ab4fb3cfb6248c8209de55eab4f2f564708f9cbd013b8e" + url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.15.0.tar.gz" + sha256 "445f41bef80212bb198b3d8a6cb4d9138b9c3dfbfb69ab557c2a29e062e1af3d" license "GPL-3.0-or-later" head "https://github.com/abhinav/git-spice.git", branch: "main" - no_autobump! because: :requires_manual_review + no_autobump! because: :bumped_by_upstream bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3962cd71cccfbcf207a34e553b8b996e4c4690344d62ae5fe88e3820eab9a0b0" From c4a6f65f20458ca6752b024bd066603fae132ce5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 21 Jun 2025 10:25:06 +0100 Subject: [PATCH 09068/10074] qemu: revert enabling spice --- Formula/q/qemu.rb | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/Formula/q/qemu.rb b/Formula/q/qemu.rb index 0e2821bb7bad2..5782b8dcce41a 100644 --- a/Formula/q/qemu.rb +++ b/Formula/q/qemu.rb @@ -4,7 +4,7 @@ class Qemu < Formula url "https://download.qemu.org/qemu-10.0.2.tar.xz" sha256 "ef786f2398cb5184600f69aef4d5d691efd44576a3cff4126d38d4c6fec87759" license "GPL-2.0-only" - revision 1 + revision 2 head "https://gitlab.com/qemu-project/qemu.git", branch: "master" livecheck do @@ -13,13 +13,13 @@ class Qemu < Formula end bottle do - sha256 arm64_sequoia: "fa1fc965e360177fab68eb784759a8f481c7c695bc70ec9cb988bc56184a1b93" - sha256 arm64_sonoma: "6c8d997801ce51a754e903cce76dff73641dbad5d47cf53185ce03d0bef1c301" - sha256 arm64_ventura: "129c97a6fcadf4fdae7ea3aba22c6f1c43d43c6ff683739c44558f9319793767" - sha256 sonoma: "18142439594ef786d3b6994fecee1ca01bd43b68afc75118327529693ca41209" - sha256 ventura: "e16854c8774fc9e103f5632e885b03e4ff457009b36e9b35bb7c6018d494a908" - sha256 arm64_linux: "770017fb8589e3133891e37d0437d7efcf66311ced261b4d4f0236875370c751" - sha256 x86_64_linux: "ba0572cb865851066e23d09f22b3816d51fd64c3cf75c9ea3dff5bcef9daa560" + sha256 arm64_sequoia: "2fbb46507db3640256480542b89188c6c0ffbea79331ad74af6d1aece2a957c0" + sha256 arm64_sonoma: "7bffbc3fca962f111f452e8b9f019c77f8611a1d77d09f90cbd69b1234b90619" + sha256 arm64_ventura: "9a4ab208884863423fe321d33411f0db53fd90a85c5e546a03485faf2732a3b4" + sha256 sonoma: "19570a46c5d9ecfc29e7f55c5d5940a08dd7ccb270dc4e86124268827550dd31" + sha256 ventura: "696f8a73d537069b1d4d808b4b02fd96d73ba9d66913201698610a082c671910" + sha256 arm64_linux: "b74ed8c16cf4a9002f9727b7ef34a76fd1553786f0acb2eb22fb4a87a79b1acf" + sha256 x86_64_linux: "b79fd2eae50f89ab74184a678291ffe671a7f0d66dfe9145eef615dab2d6e7e2" end depends_on "libtool" => :build @@ -43,19 +43,15 @@ class Qemu < Formula depends_on "nettle" depends_on "pixman" depends_on "snappy" - depends_on "spice-server" depends_on "vde" depends_on "zstd" uses_from_macos "bison" => :build uses_from_macos "flex" => :build uses_from_macos "bzip2" - uses_from_macos "curl" - uses_from_macos "cyrus-sasl" uses_from_macos "zlib" on_linux do - depends_on "alsa-lib" depends_on "attr" depends_on "cairo" depends_on "elfutils" @@ -66,7 +62,6 @@ class Qemu < Formula depends_on "libx11" depends_on "libxkbcommon" depends_on "mesa" - depends_on "pulseaudio" depends_on "systemd" end @@ -90,7 +85,6 @@ def install --enable-curses --enable-fdt=system --enable-libssh - --enable-spice --enable-vde --enable-virtfs --enable-zstd From 3f740e432c12462e4850c80e2c5e788590de6677 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 01:47:56 +0000 Subject: [PATCH 09069/10074] v2ray: update 5.33.0 bottle. --- Formula/v/v2ray.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/v2ray.rb b/Formula/v/v2ray.rb index 7b8fa3a537854..a12d61f18623b 100644 --- a/Formula/v/v2ray.rb +++ b/Formula/v/v2ray.rb @@ -12,12 +12,12 @@ class V2ray < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3869220ecb29fe0025534285af00ba2f3b6e11deb9bb7067e33fcdeed9e48af2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3869220ecb29fe0025534285af00ba2f3b6e11deb9bb7067e33fcdeed9e48af2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3869220ecb29fe0025534285af00ba2f3b6e11deb9bb7067e33fcdeed9e48af2" - sha256 cellar: :any_skip_relocation, sonoma: "2dfd86443c5a4b52c3066ac11b6c7016e99a0e4c5520125523817e4325a9c799" - sha256 cellar: :any_skip_relocation, ventura: "2dfd86443c5a4b52c3066ac11b6c7016e99a0e4c5520125523817e4325a9c799" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b12100d1ed31a5d52ac167936b799731fee19a3d5e35bc0ae8caaca69bab837a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e4c071729d39d58b71dee78c1a17658b74ad567d77cdddd23c25e869c3382c7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e4c071729d39d58b71dee78c1a17658b74ad567d77cdddd23c25e869c3382c7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5e4c071729d39d58b71dee78c1a17658b74ad567d77cdddd23c25e869c3382c7" + sha256 cellar: :any_skip_relocation, sonoma: "bcd3074a050b6d7cf30729b494307474779c6c325de267e89b7bb951d941f2dd" + sha256 cellar: :any_skip_relocation, ventura: "bcd3074a050b6d7cf30729b494307474779c6c325de267e89b7bb951d941f2dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dccfef2d653d5c804b173e3bf0894492de45ae69a3c0f5b3e95e34dcc562e988" end depends_on "go" => :build From 18fcbbc3946592fd9aff917a28a202999875872e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 01:48:01 +0000 Subject: [PATCH 09070/10074] git-spice: update 0.15.0 bottle. --- Formula/g/git-spice.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-spice.rb b/Formula/g/git-spice.rb index cc04df27d6cdd..c5d5668405ed0 100644 --- a/Formula/g/git-spice.rb +++ b/Formula/g/git-spice.rb @@ -9,12 +9,12 @@ class GitSpice < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3962cd71cccfbcf207a34e553b8b996e4c4690344d62ae5fe88e3820eab9a0b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3962cd71cccfbcf207a34e553b8b996e4c4690344d62ae5fe88e3820eab9a0b0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3962cd71cccfbcf207a34e553b8b996e4c4690344d62ae5fe88e3820eab9a0b0" - sha256 cellar: :any_skip_relocation, sonoma: "c102a8959d74358807163645acf5771a7617406da2b2673429cee0fe96801a50" - sha256 cellar: :any_skip_relocation, ventura: "c102a8959d74358807163645acf5771a7617406da2b2673429cee0fe96801a50" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a88d424b787b4b0e9c48c5aec8c0a340b2eb3e53ad026ea6217405210c08ed5d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7de5693f01d894d612683bdd5a30c4d309412c67071dd3c5418ab352070bc5a3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7de5693f01d894d612683bdd5a30c4d309412c67071dd3c5418ab352070bc5a3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7de5693f01d894d612683bdd5a30c4d309412c67071dd3c5418ab352070bc5a3" + sha256 cellar: :any_skip_relocation, sonoma: "2bafa57690a31c462b03b05a3c13c0defc2a0b91451c7ccf1f73ea135f98c997" + sha256 cellar: :any_skip_relocation, ventura: "2bafa57690a31c462b03b05a3c13c0defc2a0b91451c7ccf1f73ea135f98c997" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e1bd104ff9c34a53cd8fa25af451570fa2893fa94532bec96cb9e164402a3ca5" end depends_on "go" => :build From ea191967029f639c4dded670aca6ea6e3dca4ef7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:34:05 +0000 Subject: [PATCH 09071/10074] check-jsonschema 0.33.1 --- Formula/c/check-jsonschema.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/c/check-jsonschema.rb b/Formula/c/check-jsonschema.rb index 574a09acb7621..e182bb8e0c24b 100644 --- a/Formula/c/check-jsonschema.rb +++ b/Formula/c/check-jsonschema.rb @@ -3,10 +3,9 @@ class CheckJsonschema < Formula desc "JSON Schema CLI" homepage "https://github.com/python-jsonschema/check-jsonschema" - url "https://files.pythonhosted.org/packages/51/8e/67e40a319334f5beed9943a4f28de527e27599e07600e10063fb5f18f8b0/check_jsonschema-0.33.0.tar.gz" - sha256 "504fe09f268d2d25d58381d1ed1d5ae8f6e80e7f300e8b155317b40f9f6db8f6" + url "https://files.pythonhosted.org/packages/a1/89/0fd8397eb84bdf50ffbbfb1aeea6d21ce8c4eebef435b4ef14d05899f686/check_jsonschema-0.33.1.tar.gz" + sha256 "69ec6c1fcf3f7b6bd27dbff27959203eeca0b8f2ef0bb5cdb00ceb63312932ce" license "Apache-2.0" - revision 2 head "https://github.com/python-jsonschema/check-jsonschema.git", branch: "main" bottle do From 5dac2105b51f8f75e4526f65b000076fec502345 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:45:20 +0000 Subject: [PATCH 09072/10074] melange 0.26.13 --- Formula/m/melange.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index fe4d36c0d0395..a237f229b924c 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -1,8 +1,8 @@ class Melange < Formula desc "Build APKs from source code" homepage "https://github.com/chainguard-dev/melange" - url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.12.tar.gz" - sha256 "9c9476491a58f22528af57f30ac614f6454d72bb2cc6df9a6cf716e8211560b9" + url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.26.13.tar.gz" + sha256 "5da01b719c51613fc75821dc8edbb6509faa6145dfa5f8145879224f0b044466" license "Apache-2.0" head "https://github.com/chainguard-dev/melange.git", branch: "main" From 729e5caec50f77d4273e7df0c4c40bb64d3e53dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:49:52 +0000 Subject: [PATCH 09073/10074] pnpm 10.12.2 --- Formula/p/pnpm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index 78bbbd21508fe..410c8f4441ae3 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -1,8 +1,8 @@ class Pnpm < Formula desc "Fast, disk space efficient package manager" homepage "https://pnpm.io/" - url "https://registry.npmjs.org/pnpm/-/pnpm-10.12.1.tgz" - sha256 "889bac470ec93ccc3764488a19d6ba8f9c648ad5e50a9a6e4be3768a5de387a3" + url "https://registry.npmjs.org/pnpm/-/pnpm-10.12.2.tgz" + sha256 "07b2396c6c99a93b75b5f9ce22be9285c3b2533c49fec51b349d44798cf56b82" license "MIT" livecheck do From 499fe133c80cf1bcc023f8c5841b5a4c002e76ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:50:17 +0000 Subject: [PATCH 09074/10074] prettier 3.6.0 --- Formula/p/prettier.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/prettier.rb b/Formula/p/prettier.rb index 1a4ba416236d4..f3e1ea3d00194 100644 --- a/Formula/p/prettier.rb +++ b/Formula/p/prettier.rb @@ -1,8 +1,8 @@ class Prettier < Formula desc "Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML" homepage "https://prettier.io/" - url "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz" - sha256 "14841de7b71a93123d22997db22d088debb13976778d869e3622199108e85b4b" + url "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz" + sha256 "beef60291daec2fb569e300117ae380d3dba81cd248496ac66e50042b8686c31" license "MIT" head "https://github.com/prettier/prettier.git", branch: "main" From eb2f6c63a1be823d7a5310148ae6f669e1109d53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:50:50 +0000 Subject: [PATCH 09075/10074] psysh 0.12.9 --- Formula/p/psysh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/psysh.rb b/Formula/p/psysh.rb index 95dd7cc3692d5..8bfd55fdd6e29 100644 --- a/Formula/p/psysh.rb +++ b/Formula/p/psysh.rb @@ -1,8 +1,8 @@ class Psysh < Formula desc "Runtime developer console, interactive debugger and REPL for PHP" homepage "https://psysh.org/" - url "https://github.com/bobthecow/psysh/releases/download/v0.12.8/psysh-v0.12.8.tar.gz" - sha256 "3119a55735845612f889baff63a9b96d54e1f63c18d8426f685cd3055ed33a01" + url "https://github.com/bobthecow/psysh/releases/download/v0.12.9/psysh-v0.12.9.tar.gz" + sha256 "67c4f2c1c3fcf32177b0b740f0cf97818e6abc888ab2bfbde8a270b72371d630" license "MIT" bottle do From 55ba3936b3fa56bd4fb9f624fa78eebda4f22d0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:58:49 +0000 Subject: [PATCH 09076/10074] yeet 0.6.2 --- Formula/y/yeet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index 3170f836ad8c5..71cfeef6fac5f 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -1,8 +1,8 @@ class Yeet < Formula desc "Packaging tool that lets you declare build instructions in JavaScript" homepage "https://github.com/TecharoHQ/yeet" - url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.6.1.tar.gz" - sha256 "dcd0199495e5cbe9dded07ffe0ed4b86acb44a6d9d43998425ffef7fcc188d7e" + url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.6.2.tar.gz" + sha256 "2ea7d2bb1a37dbb401fdee0b304228b5165caad65e100423504de21aaaece15d" license "MIT" head "https://github.com/TecharoHQ/yeet.git", branch: "main" From da9465621c9e5ca818e39af7643b2eb23ae5cd1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 03:07:47 +0000 Subject: [PATCH 09077/10074] check-jsonschema: update 0.33.1 bottle. --- Formula/c/check-jsonschema.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/check-jsonschema.rb b/Formula/c/check-jsonschema.rb index e182bb8e0c24b..8b7e4c96eb78d 100644 --- a/Formula/c/check-jsonschema.rb +++ b/Formula/c/check-jsonschema.rb @@ -9,13 +9,13 @@ class CheckJsonschema < Formula head "https://github.com/python-jsonschema/check-jsonschema.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "450191b98a6035c85a1af2a6f4804eb0676155edd22bc3a23510c734e043d016" - sha256 cellar: :any, arm64_sonoma: "3e66d792ece6365d9aad51182d318cc77a6d35bc5c06e8ebf320ef6d53f508c5" - sha256 cellar: :any, arm64_ventura: "14369712ea6834c984a10f049a740c3b9ae867fe03657e107f970588728b0d83" - sha256 cellar: :any, sonoma: "cd1e7d983b03e39f60423ae88108c6272ffb0cd457c6483f9b42ec1cd7fe15dd" - sha256 cellar: :any, ventura: "7ae4ece8570f1fe0f581406a074371a2cc6e2bf572b8ebd777fc3b661e406e77" - sha256 cellar: :any_skip_relocation, arm64_linux: "d54b1e0c5dc200d308a3f7e04ec9dd37d39958d17ac1c97092a9a0a35952b094" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ad168a739bac4327197e4173087d7e48f382f9f17515903e741a7ed806cae69f" + sha256 cellar: :any, arm64_sequoia: "14081637fdaca8e7e01df4a938d1876b6a337d3327e069ba57ea2fda6c9ad07c" + sha256 cellar: :any, arm64_sonoma: "110beb235c3164c9c235ca9d84fe70cc22e05aa22aa12ff70fe24b282ab6f7ae" + sha256 cellar: :any, arm64_ventura: "7f03b789adb0c4129cbdbf77125720396ccc6e9d56af8970e52583cb7fbecaf3" + sha256 cellar: :any, sonoma: "3688122310b1c122911157014789f6c029b30e20dd2729228355fcf8ae9a40c0" + sha256 cellar: :any, ventura: "ff2328301e5ade0a3947e58268a78a166889d552ef2ac43c96682baa310c0924" + sha256 cellar: :any_skip_relocation, arm64_linux: "ed921996caed24865d93832b4d275f9abb85cd3b5fef7fbe07652f3917632fc5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78ad6a33bafb1803ae97d588c0b59f4e67566a77e497259f89ad73d99dbd7ebc" end depends_on "rust" => :build From 1dc30b2f7a013e592f0729171d3f9509d6d5f0f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 03:07:54 +0000 Subject: [PATCH 09078/10074] melange: update 0.26.13 bottle. --- Formula/m/melange.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/melange.rb b/Formula/m/melange.rb index a237f229b924c..e307fba15a7cf 100644 --- a/Formula/m/melange.rb +++ b/Formula/m/melange.rb @@ -12,12 +12,12 @@ class Melange < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5347f80492c6e153c90b2321dcc65d6c12b7c1d3c59c5426a0470860f2091566" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "341628c88218379b80450b5ab6091fca98af83a949ff418ae656b3fdae2c2a7e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "11fa364b42b11fa67bd5bdeb20bbf084808fa90ba59c018e76a4d3b647fcb3e0" - sha256 cellar: :any_skip_relocation, sonoma: "43d1076664ecd780aa0c442822286db9ddf884ff2caaf3f3cf7836bbf13575d1" - sha256 cellar: :any_skip_relocation, ventura: "e19860fcadb06e5a659cd79e2d0fb1a261541716ead65970f6af5ed865f45ddd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a0f69bf6a6779e80972c2b2205bb04f03116c1895f42a639d86c65f3c0c32195" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "11068b74303f2a0224712630e0637cb25358b9bf530e2775f894c279f1639e95" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0996a2fcc4e7336527a9fabf3ad671301131dfc286a28cffd9a2fca6c3686a0a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "612daa94188ea3253f38215e42d59d3cff5152da2be6a60f51bde6290fefb24e" + sha256 cellar: :any_skip_relocation, sonoma: "67f9503caa026320e1c07c25841b2effb39fba08487b64c65f550386f9cdcdd9" + sha256 cellar: :any_skip_relocation, ventura: "74f75410d0f007089bcbea3f461695e6c0844ef158569452e5a4c8192f71523c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f71cd8b25d40af1ab280f816fe899bc035361d26704e717688562361e1659562" end depends_on "go" => :build From 624410cdc1994ebc0001e85f374bc477e6032675 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 03:08:18 +0000 Subject: [PATCH 09079/10074] prettier: update 3.6.0 bottle. --- Formula/p/prettier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/prettier.rb b/Formula/p/prettier.rb index f3e1ea3d00194..15b510591a05b 100644 --- a/Formula/p/prettier.rb +++ b/Formula/p/prettier.rb @@ -7,7 +7,7 @@ class Prettier < Formula head "https://github.com/prettier/prettier.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "cb69b804b070304805b7b8cd627382b5ede99c8f10d2f904beec36588d84645d" + sha256 cellar: :any_skip_relocation, all: "5399d3e5e5aa3206987f586a2dd24f5126ae693a964a4b4dbed8dbb7f62a9875" end depends_on "node" From e5891350a551f50ae3f688b13345270a2786e0c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 03:09:36 +0000 Subject: [PATCH 09080/10074] psysh: update 0.12.9 bottle. --- Formula/p/psysh.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/psysh.rb b/Formula/p/psysh.rb index 8bfd55fdd6e29..24eb6e1ed1f6e 100644 --- a/Formula/p/psysh.rb +++ b/Formula/p/psysh.rb @@ -6,13 +6,13 @@ class Psysh < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7af2ac0c32da2877143af8acdd102ca56dbf11939c69447ca6c667a4919a09e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7af2ac0c32da2877143af8acdd102ca56dbf11939c69447ca6c667a4919a09e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f7af2ac0c32da2877143af8acdd102ca56dbf11939c69447ca6c667a4919a09e" - sha256 cellar: :any_skip_relocation, sonoma: "4ac72659f7e05d491e23124f7acc8c8379ada20040bfee36e056db2a136ddfb4" - sha256 cellar: :any_skip_relocation, ventura: "4ac72659f7e05d491e23124f7acc8c8379ada20040bfee36e056db2a136ddfb4" - sha256 cellar: :any_skip_relocation, arm64_linux: "f7af2ac0c32da2877143af8acdd102ca56dbf11939c69447ca6c667a4919a09e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f7af2ac0c32da2877143af8acdd102ca56dbf11939c69447ca6c667a4919a09e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fcbe60c7c8061b73002734ee99c45340a6bb8021ef13fc3a332f5bb253c4c7e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2fcbe60c7c8061b73002734ee99c45340a6bb8021ef13fc3a332f5bb253c4c7e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2fcbe60c7c8061b73002734ee99c45340a6bb8021ef13fc3a332f5bb253c4c7e" + sha256 cellar: :any_skip_relocation, sonoma: "41572ae18ef058a3b6d20b955d50170737bbebcf882e44bf2f06e603032922c3" + sha256 cellar: :any_skip_relocation, ventura: "41572ae18ef058a3b6d20b955d50170737bbebcf882e44bf2f06e603032922c3" + sha256 cellar: :any_skip_relocation, arm64_linux: "2fcbe60c7c8061b73002734ee99c45340a6bb8021ef13fc3a332f5bb253c4c7e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2fcbe60c7c8061b73002734ee99c45340a6bb8021ef13fc3a332f5bb253c4c7e" end depends_on "php" From b3aaa4dcfc36615332f9f0785160125042063ee6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:58:28 +0000 Subject: [PATCH 09081/10074] xmrig 6.24.0 xmrig: update test Signed-off-by: Rui Chen --- Formula/x/xmrig.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/x/xmrig.rb b/Formula/x/xmrig.rb index 115593f7e7932..800c98697efc4 100644 --- a/Formula/x/xmrig.rb +++ b/Formula/x/xmrig.rb @@ -1,8 +1,8 @@ class Xmrig < Formula desc "Monero (XMR) CPU miner" homepage "https://github.com/xmrig/xmrig" - url "https://github.com/xmrig/xmrig/archive/refs/tags/v6.23.0.tar.gz" - sha256 "3cced1a97cc2646956c7185932c59253b621603f99c64fc68c4a35c8247815f8" + url "https://github.com/xmrig/xmrig/archive/refs/tags/v6.24.0.tar.gz" + sha256 "3521c592a18ada781d79c919ea6c1b7e5a8bcfe2ec666789bc55fd88a2aee8d3" license "GPL-3.0-or-later" head "https://github.com/xmrig/xmrig.git", branch: "dev" @@ -71,7 +71,7 @@ def install if OS.mac? assert_match "#{test_server} DNS error: \"unknown node or service\"", output else - assert_match "#{test_server} 127.0.0.1 connect error: \"connection refused\"", output + assert_match(/#{Regexp.escape(test_server)} (?:::1|127\.0\.0\.1) connect error: "connection refused"/, output) end end end From fd8bfe39ad5cb5453343b20e240ddc86db91f2d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 03:13:35 +0000 Subject: [PATCH 09082/10074] yeet: update 0.6.2 bottle. --- Formula/y/yeet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yeet.rb b/Formula/y/yeet.rb index 71cfeef6fac5f..c57de43f30055 100644 --- a/Formula/y/yeet.rb +++ b/Formula/y/yeet.rb @@ -7,12 +7,12 @@ class Yeet < Formula head "https://github.com/TecharoHQ/yeet.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "adce749755dbd9fa70914a9060dfb69baa356f28d7e880f505b7a629f641916d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "adce749755dbd9fa70914a9060dfb69baa356f28d7e880f505b7a629f641916d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "adce749755dbd9fa70914a9060dfb69baa356f28d7e880f505b7a629f641916d" - sha256 cellar: :any_skip_relocation, sonoma: "5fe5a7dac77da8778f27e48ffe3364a043fb5a005a66a900c84d5463b41b463e" - sha256 cellar: :any_skip_relocation, ventura: "5fe5a7dac77da8778f27e48ffe3364a043fb5a005a66a900c84d5463b41b463e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a7b8fe20a7ceaeecd202b89c9841840b79300865461fe61cb7659cf91f27924a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a73b809122ba4331e99f81aa0276ce757ef59f83734c5a9a6c1c8e0e75e6a0b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a73b809122ba4331e99f81aa0276ce757ef59f83734c5a9a6c1c8e0e75e6a0b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a73b809122ba4331e99f81aa0276ce757ef59f83734c5a9a6c1c8e0e75e6a0b" + sha256 cellar: :any_skip_relocation, sonoma: "714bfb59a73c5db4ea5d65240ec2fe72e429f974b5aea08ee9e1de2b4f362d73" + sha256 cellar: :any_skip_relocation, ventura: "714bfb59a73c5db4ea5d65240ec2fe72e429f974b5aea08ee9e1de2b4f362d73" + sha256 cellar: :any_skip_relocation, x86_64_linux: "65de6d176c3167324e68370c1ba9cd7b8c6ddae2a1b3342c151783e9e8a619b5" end depends_on "go" => :build From dada65112371d7e25c924e7725db097f13335642 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 03:15:05 +0000 Subject: [PATCH 09083/10074] pnpm: update 10.12.2 bottle. --- Formula/p/pnpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index 410c8f4441ae3..1b1bd35ca9aed 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -13,13 +13,13 @@ class Pnpm < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "5fdfdfebd896ca3a78e601f99a23db1763b94a457e8726053c076f80030fda7b" - sha256 cellar: :any, arm64_sonoma: "5fdfdfebd896ca3a78e601f99a23db1763b94a457e8726053c076f80030fda7b" - sha256 cellar: :any, arm64_ventura: "5fdfdfebd896ca3a78e601f99a23db1763b94a457e8726053c076f80030fda7b" - sha256 cellar: :any, sonoma: "34754eddf2d783d7e9bcaac1a24ff51def98e9c5bca9e90a50dbc9276315a914" - sha256 cellar: :any, ventura: "34754eddf2d783d7e9bcaac1a24ff51def98e9c5bca9e90a50dbc9276315a914" - sha256 cellar: :any_skip_relocation, arm64_linux: "860c6a6638c26a9b5b61c6d955f9acc51c0c935e502888cfcc106b1d1e8559fa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "860c6a6638c26a9b5b61c6d955f9acc51c0c935e502888cfcc106b1d1e8559fa" + sha256 cellar: :any, arm64_sequoia: "dda8faa9134d3ef47c97394c84be3864e37d086d390794ea4c67011b2f6891c0" + sha256 cellar: :any, arm64_sonoma: "dda8faa9134d3ef47c97394c84be3864e37d086d390794ea4c67011b2f6891c0" + sha256 cellar: :any, arm64_ventura: "dda8faa9134d3ef47c97394c84be3864e37d086d390794ea4c67011b2f6891c0" + sha256 cellar: :any, sonoma: "7012f0ed1279721407877de8946d3010af5670d4a53b7e359a7f3d1b75c652e1" + sha256 cellar: :any, ventura: "7012f0ed1279721407877de8946d3010af5670d4a53b7e359a7f3d1b75c652e1" + sha256 cellar: :any_skip_relocation, arm64_linux: "dd90171ec13e78fea1e4c16939a9dab1a4911feb852fc4d76c9123e012292d5d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dd90171ec13e78fea1e4c16939a9dab1a4911feb852fc4d76c9123e012292d5d" end depends_on "node" => [:build, :test] From 093d6046564916ef0d0d98fe79339ee9a36990b7 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Mon, 23 Jun 2025 11:16:57 +0800 Subject: [PATCH 09084/10074] workflows/remove-disabled-packages: use default branch --- .github/workflows/remove-disabled-packages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/remove-disabled-packages.yml b/.github/workflows/remove-disabled-packages.yml index 36af2d72f14e0..ec9e86e0fceb8 100644 --- a/.github/workflows/remove-disabled-packages.yml +++ b/.github/workflows/remove-disabled-packages.yml @@ -81,12 +81,12 @@ jobs: if: fromJson(steps.remove_disabled.outputs.packages-removed) uses: Homebrew/actions/create-pull-request@master with: - token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}} - base: master - head: ${{env.REMOVAL_BRANCH}} + token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }} + base: ${{ github.event.repository.default_branch }} + head: ${{ env.REMOVAL_BRANCH }} title: Remove disabled packages labels: CI-no-bottles - body: This pull request was created automatically by the [`remove-disabled-packages`](${{env.RUN_URL}}) workflow. + body: This pull request was created automatically by the [`remove-disabled-packages`](${{ env.RUN_URL }}) workflow. create-issue: permissions: From 806a5dfe20e07f390c733e0c716bd7c0663fa241 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jun 2025 23:42:41 -0400 Subject: [PATCH 09085/10074] mosh: use `protobuf@29` Signed-off-by: Rui Chen --- Formula/m/mosh.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/m/mosh.rb b/Formula/m/mosh.rb index a91429bad7d2a..77af625e5cad1 100644 --- a/Formula/m/mosh.rb +++ b/Formula/m/mosh.rb @@ -4,7 +4,7 @@ class Mosh < Formula url "https://github.com/mobile-shell/mosh/releases/download/mosh-1.4.0/mosh-1.4.0.tar.gz" sha256 "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" license "GPL-3.0-or-later" - revision 26 + revision 27 no_autobump! because: :requires_manual_review @@ -26,7 +26,7 @@ class Mosh < Formula end depends_on "pkgconf" => :build - depends_on "protobuf" + depends_on "protobuf@29" uses_from_macos "ncurses" uses_from_macos "zlib" @@ -63,8 +63,6 @@ def install # `configure` does not recognise `--disable-debug` in `std_configure_args`. system "./configure", "--prefix=#{prefix}", "--enable-completion", "--disable-silent-rules" - # Mosh provides remote shell access, so let's run the tests to avoid shipping an insecure build. - system "make", "check" if OS.mac? # Fails on Linux. system "make", "install" end From 543ea8c4e39428c8b83a345475266c3711d8ea4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:27:42 +0000 Subject: [PATCH 09086/10074] mosh: update 1.4.0_27 bottle. --- Formula/m/mosh.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mosh.rb b/Formula/m/mosh.rb index 77af625e5cad1..379b1cf9312bd 100644 --- a/Formula/m/mosh.rb +++ b/Formula/m/mosh.rb @@ -9,13 +9,13 @@ class Mosh < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "332e33cd2cc6b612830b92757cd74fa5371b24518d0cdca5c41da9f342c0fc81" - sha256 cellar: :any, arm64_sonoma: "be86e68fe178fd4ec4997f320875438df088428f70e38f640a2c56ae5574d6c6" - sha256 cellar: :any, arm64_ventura: "c5eb7da2878edc09a82d6f30087bf0b025d2f1ac03a1de4a564bcc5d9d7ae24b" - sha256 cellar: :any, sonoma: "d5ba6c67df6d29aa90f5596c9ae613d237e0c448e2ac78f5ee7868d65f7dc748" - sha256 cellar: :any, ventura: "9a89c7a0008af27915b35b6e1fd8938ef2e7899484f2d19027836bd630f7f997" - sha256 cellar: :any_skip_relocation, arm64_linux: "37c7642af2e149bf8c7a26c72431c8fbe96775bda22d53cd2f2a747cf4f429b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5a8ac06965b89d7cab36d8b3526d781efb09420c9cf6bee7f74b75e740dd93c3" + sha256 cellar: :any, arm64_sequoia: "d4aa0af31c0309420645ce14b5e1228e7b75e5af15a5ced3dd7e15ba030b3ddc" + sha256 cellar: :any, arm64_sonoma: "48aeb25a75fd473537283ae4924c1fa1733414f9f2b53433ebd5a5c8dabcca41" + sha256 cellar: :any, arm64_ventura: "4d67834901b42ce933206bbc1a46c7c9afff80c547dfad7545d626499da7768c" + sha256 cellar: :any, sonoma: "78bc9fa2f01b21dfc8111ef524c139d0bb1305b999650db0d89d5e6608dcc00b" + sha256 cellar: :any, ventura: "9ac50b0ab7fa08a4c95f5d8a32294cc2bbf0e1cb0bb4946300e8c890387d0c53" + sha256 cellar: :any_skip_relocation, arm64_linux: "b24269d0aca0731d271d1c2af41c1a8d9e792efd7cb24fa208df18ec0338dcee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "056c10586c81961324d446365ef61d2d8a4f2f7a84d9ab23e1dd42f611dce7b6" end head do From fba4dc24379b29afacc44dc987d8f264372ec974 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:29:46 +0000 Subject: [PATCH 09087/10074] xmrig: update 6.24.0 bottle. --- Formula/x/xmrig.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xmrig.rb b/Formula/x/xmrig.rb index 800c98697efc4..9709d3876e59f 100644 --- a/Formula/x/xmrig.rb +++ b/Formula/x/xmrig.rb @@ -12,13 +12,13 @@ class Xmrig < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "7aebcfb6cadf35ffe4eac92bffbfccedce5d67b5edb2c03d11dc8a8e19e7510a" - sha256 cellar: :any, arm64_sonoma: "40a24c42e809a8763a08da603a8aa6fdbc0e97dbac1ecd278ddbd7c790a92aaf" - sha256 cellar: :any, arm64_ventura: "81bf509f30ba8e1d0d50920d25c8c32b384ab9b7d0c3fcd7eefa04aed1759023" - sha256 cellar: :any, sonoma: "f5013280fc516570dd3ac1eba3179df6adaa1addce30157f5510f8d1a7520ad5" - sha256 cellar: :any, ventura: "360b222904234396f2e6507e5fe6c1d7626e7232b84f09fd62c6343c8ce07f34" - sha256 cellar: :any_skip_relocation, arm64_linux: "65e8ad8887418e33e2afb5460bfc3ab616b8428c6997565727168a9a11558697" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f64e36541bd88460a922920ab032240082d89ed8512a9f3799bd9f288545dffc" + sha256 cellar: :any, arm64_sequoia: "f84460bc7617a39bbd1d1cc7f2fa93d0cdd692bd935ca313ff482fa81d8175da" + sha256 cellar: :any, arm64_sonoma: "76050f2e875de91d54caeb895b385f60a324515b359b314d2d0e303d5aa2d808" + sha256 cellar: :any, arm64_ventura: "499692d0ece7d0207b23e6f11a77d55f4cd96e99a57ebe787ff995232753bf3e" + sha256 cellar: :any, sonoma: "523eedc13a5e34ca81d8ab372449b633af5945c827cd74b826feed152b2bc5d3" + sha256 cellar: :any, ventura: "496fb01300b5ac730090858b2ec0bcb680935262c04964b0b0c6a066ef22ab31" + sha256 cellar: :any_skip_relocation, arm64_linux: "38467683be8b9ba68eab0fe01caa3a4fc03bcd4d758f4235d4002bae52f067c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5adb790b5d9a38b7348293fbce85964cee1396abfb68da54f18af699b88c1138" end depends_on "cmake" => :build From 47f522ccca0d94fdc25ee5e30e0be0f1700d32e0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Jun 2025 00:29:45 -0400 Subject: [PATCH 09088/10074] direwolf: revision bump (gpsd 3.26.1) Signed-off-by: Rui Chen --- Formula/d/direwolf.rb | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Formula/d/direwolf.rb b/Formula/d/direwolf.rb index 0f60820c6be96..066f8e322c4b5 100644 --- a/Formula/d/direwolf.rb +++ b/Formula/d/direwolf.rb @@ -1,15 +1,25 @@ class Direwolf < Formula desc "Software \"soundcard\" AX.25 packet modem/TNC and APRS encoder/decoder" homepage "https://github.com/wb2osz/direwolf" - url "https://github.com/wb2osz/direwolf/archive/refs/tags/1.7.tar.gz" - sha256 "6301f6a43e5db9ef754765875592a58933f6b78585e9272afc850acf7c5914be" license all_of: [ "GPL-2.0-or-later", "ISC", # external/misc/{strlcpy.c,strlcat.c} (Linux) :cannot_represent, # external/geotranz, see https://github.com/externpro/geotranz/blob/v2.4.2/readme.txt ] + revision 1 head "https://github.com/wb2osz/direwolf.git", branch: "master" + stable do + url "https://github.com/wb2osz/direwolf/archive/refs/tags/1.7.tar.gz" + sha256 "6301f6a43e5db9ef754765875592a58933f6b78585e9272afc850acf7c5914be" + + # cmake 4 build patch + patch do + url "https://github.com/wb2osz/direwolf/commit/c499496bbc237d0efdcacec5786607f5e17c1c7e.patch?full_index=1" + sha256 "3b5e2aeecf89284f1684b3e83f4de1bb80dc3bdd5b6ed626856be640718dc8a6" + end + end + no_autobump! because: :requires_manual_review bottle do From 3dab67c6164a8b503da932838aae7838d3eb09fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:15:03 +0000 Subject: [PATCH 09089/10074] zfind: update 0.4.7 bottle. --- Formula/z/zfind.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/z/zfind.rb b/Formula/z/zfind.rb index 5ff120182d62a..afd0695f34f93 100644 --- a/Formula/z/zfind.rb +++ b/Formula/z/zfind.rb @@ -7,12 +7,12 @@ class Zfind < Formula head "https://github.com/laktak/zfind.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1cf9f46226b201e7410a6ebc03f5441e71a8f229b684498afff2f7ad50a39b5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1cf9f46226b201e7410a6ebc03f5441e71a8f229b684498afff2f7ad50a39b5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e1cf9f46226b201e7410a6ebc03f5441e71a8f229b684498afff2f7ad50a39b5" - sha256 cellar: :any_skip_relocation, sonoma: "86b76cc1e99b774107a095bb1cdac248eea06407d6c2efc13fcab461678fb076" - sha256 cellar: :any_skip_relocation, ventura: "86b76cc1e99b774107a095bb1cdac248eea06407d6c2efc13fcab461678fb076" - sha256 cellar: :any_skip_relocation, x86_64_linux: "37ddf89957ee7412d9e7bc9a3b71d0403fc615d4a972b71332faa6e059fddce0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "42a14d6e1ee0eb40c0309c893b877c1e7440796eaf7209db195c576362f096e3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "42a14d6e1ee0eb40c0309c893b877c1e7440796eaf7209db195c576362f096e3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "42a14d6e1ee0eb40c0309c893b877c1e7440796eaf7209db195c576362f096e3" + sha256 cellar: :any_skip_relocation, sonoma: "f91bac0d8be49b7de9c64e288c9e8ce3430202d7fa6f258255fa97242dc52786" + sha256 cellar: :any_skip_relocation, ventura: "f91bac0d8be49b7de9c64e288c9e8ce3430202d7fa6f258255fa97242dc52786" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2f07a3ba2af17209191e615c27b235be99fc748fba24f932b15d6005b588a6fb" end depends_on "go" => :build From 45801375c38f2c892d707dbfa520bd3f1e900849 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:16:22 +0000 Subject: [PATCH 09090/10074] seaweedfs 3.92 --- Formula/s/seaweedfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/seaweedfs.rb b/Formula/s/seaweedfs.rb index 669559834d18b..3dd52936a4f04 100644 --- a/Formula/s/seaweedfs.rb +++ b/Formula/s/seaweedfs.rb @@ -2,8 +2,8 @@ class Seaweedfs < Formula desc "Fast distributed storage system" homepage "https://github.com/seaweedfs/seaweedfs" url "https://github.com/seaweedfs/seaweedfs.git", - tag: "3.91", - revision: "c26299b05a67135636664fbbe57d9328a67288ad" + tag: "3.92", + revision: "7324cb71717f87cd0cc957d983d2ad2e0ca82695" license "Apache-2.0" head "https://github.com/seaweedfs/seaweedfs.git", branch: "master" From d739eac837cec6671b2988ce64d3541d28383e42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:19:15 +0000 Subject: [PATCH 09091/10074] aws-vault: update 7.3.7 bottle. --- Formula/a/aws-vault.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-vault.rb b/Formula/a/aws-vault.rb index 4e85cc38d0e86..4547423f9bace 100644 --- a/Formula/a/aws-vault.rb +++ b/Formula/a/aws-vault.rb @@ -14,13 +14,12 @@ class AwsVault < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d977e625b3ac401635b1d95b4b18e4fc0b058f251f425c102b7b965e08b2ecf6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e85192e42b17524b0a1321b1d69beebfd2c0a10baf961e514bce2914eace59f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "578a68527779690f0f37b655af958895f8b6d854a34767a263dcf5a7e7a14e1d" - sha256 cellar: :any_skip_relocation, sonoma: "02d404644b13dc1667c7ccf0912be79ea2788cb339773f2e350b0cdda9d1f7d5" - sha256 cellar: :any_skip_relocation, ventura: "a1eb3f660e906283eb1d48d6c96b1f81a10060f7d0367735b219f3c103191921" - sha256 cellar: :any_skip_relocation, x86_64_linux: "61114565f6c9bf24fb99520e20f46494517ff949805299d178861e8e24b59d58" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "795b4e0fe692a302583766bae8744837dbeda4798a9e04f4f3a8cc4b2a5ac20d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a14b68a9d51cdd636b80a7f3872045065c10753016189471fe8c4bb56d45ff1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "222ef59f731e75e9adb0d882736f42ed4432764f398384e91de28709822982be" + sha256 cellar: :any_skip_relocation, sonoma: "60d91ad4cc42857e7a83d10fd6586fb5186026ecf4bc0fa3a14e0f88bc6f759d" + sha256 cellar: :any_skip_relocation, ventura: "245dda7e1d4c0cdc6ce0c151895c743a33e739bcd73ab34ca6418fe4e5e3594b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1c634aab3ab73dab7675c1b964f8959fd365737a7bab998b3a2f162442de153b" end depends_on "go" => :build From 46116068a55ba2afd48b60a6567ba93a47d1ae15 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 07:29:59 +0000 Subject: [PATCH 09092/10074] qemu: update 10.0.2_2 bottle. --- Formula/q/qemu.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/q/qemu.rb b/Formula/q/qemu.rb index 5782b8dcce41a..eb8931a48cdd9 100644 --- a/Formula/q/qemu.rb +++ b/Formula/q/qemu.rb @@ -13,13 +13,13 @@ class Qemu < Formula end bottle do - sha256 arm64_sequoia: "2fbb46507db3640256480542b89188c6c0ffbea79331ad74af6d1aece2a957c0" - sha256 arm64_sonoma: "7bffbc3fca962f111f452e8b9f019c77f8611a1d77d09f90cbd69b1234b90619" - sha256 arm64_ventura: "9a4ab208884863423fe321d33411f0db53fd90a85c5e546a03485faf2732a3b4" - sha256 sonoma: "19570a46c5d9ecfc29e7f55c5d5940a08dd7ccb270dc4e86124268827550dd31" - sha256 ventura: "696f8a73d537069b1d4d808b4b02fd96d73ba9d66913201698610a082c671910" - sha256 arm64_linux: "b74ed8c16cf4a9002f9727b7ef34a76fd1553786f0acb2eb22fb4a87a79b1acf" - sha256 x86_64_linux: "b79fd2eae50f89ab74184a678291ffe671a7f0d66dfe9145eef615dab2d6e7e2" + sha256 arm64_sequoia: "adb87194ee5c7d14f3ab91c1013113cae741b6b35b74ca7d228b5e583e987d8a" + sha256 arm64_sonoma: "a865b24e0c1bbeb41e1a7beff18c1dcc7791bc49ae5b4846356434d177942b9b" + sha256 arm64_ventura: "67f0523e0d58d3ab0c6708cdd3e96e01b06b2cfe660373e25b0821a52b051e9c" + sha256 sonoma: "4b398c9223f009c00daa3de514d77211913ea3f2d8c003cc1f3aa5b0c15d68bf" + sha256 ventura: "7e489886ed001b184809f7cded05ebc6767466157a51275e49e5b298121c847d" + sha256 arm64_linux: "57cbe6f3b46d2e37220ad221404ff923c4289b6f038c8c673f62a2e5a17f94ab" + sha256 x86_64_linux: "76418ea9f0742b620feb4f5bf46971229903ffc0279a1ef10539f5c53abbc2bc" end depends_on "libtool" => :build From 7ef48b0f9bf200c5df36b9c790acb8dd5000b6e9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:38:41 +0100 Subject: [PATCH 09093/10074] alloy-analyzer: rename from alloy. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/a/{alloy.rb => alloy-analyzer.rb} | 6 +----- formula_renames.json | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) rename Formula/a/{alloy.rb => alloy-analyzer.rb} (87%) diff --git a/Formula/a/alloy.rb b/Formula/a/alloy-analyzer.rb similarity index 87% rename from Formula/a/alloy.rb rename to Formula/a/alloy-analyzer.rb index c038075a7bd55..5f053eaa17b3a 100644 --- a/Formula/a/alloy.rb +++ b/Formula/a/alloy-analyzer.rb @@ -1,4 +1,4 @@ -class Alloy < Formula +class AlloyAnalyzer < Formula desc "Open-source language and analyzer for software modeling" homepage "https://alloytools.org" url "https://search.maven.org/remotecontent?filepath=org/alloytools/org.alloytools.alloy.dist/6.2.0/org.alloytools.alloy.dist-6.2.0.jar" @@ -12,10 +12,6 @@ class Alloy < Formula no_autobump! because: :requires_manual_review - bottle do - sha256 cellar: :any_skip_relocation, all: "e82b9d3a9c9882398cf30d603d668cfd94b774ddc19ba83e627529e611d64c5d" - end - depends_on "openjdk" conflicts_with "grafana-alloy", because: "both install `alloy` binaries" diff --git a/formula_renames.json b/formula_renames.json index 35e67b025447b..72893833ff48c 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -1,4 +1,5 @@ { + "alloy": "alloy-analyzer", "amtk": "libgedit-amtk", "annie": "lux", "ark": "velero", From 7ec8a0db695b6310888829126022d04ba162d29f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:41:22 +0100 Subject: [PATCH 09094/10074] grafana-alloy: fix alloy-analyzer conflict. --- Formula/g/grafana-alloy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/grafana-alloy.rb b/Formula/g/grafana-alloy.rb index 06e7411410300..66f91f6957a07 100644 --- a/Formula/g/grafana-alloy.rb +++ b/Formula/g/grafana-alloy.rb @@ -23,7 +23,7 @@ class GrafanaAlloy < Formula depends_on "systemd" # for go-systemd (dlopen-ed) end - conflicts_with "alloy", because: "both install `alloy` binaries" + conflicts_with "alloy-analyzer", because: "both install `alloy` binaries" def install ldflags = %W[ From 9dd4593ccd7aaa83e2769915ce0a15718d6b89ae Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:39:18 +0100 Subject: [PATCH 09095/10074] shuttle-cli: rename from shuttle. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/s/{shuttle.rb => shuttle-cli.rb} | 13 ++----------- formula_renames.json | 1 + 2 files changed, 3 insertions(+), 11 deletions(-) rename Formula/s/{shuttle.rb => shuttle-cli.rb} (61%) diff --git a/Formula/s/shuttle.rb b/Formula/s/shuttle-cli.rb similarity index 61% rename from Formula/s/shuttle.rb rename to Formula/s/shuttle-cli.rb index 826bc7580b65d..bdf02ed7e3b28 100644 --- a/Formula/s/shuttle.rb +++ b/Formula/s/shuttle-cli.rb @@ -1,4 +1,4 @@ -class Shuttle < Formula +class ShuttleCli < Formula desc "CLI for handling shared build and deploy tools between many projects" homepage "https://github.com/lunarway/shuttle" url "https://github.com/lunarway/shuttle/archive/refs/tags/v0.24.3.tar.gz" @@ -6,15 +6,6 @@ class Shuttle < Formula license "Apache-2.0" head "https://github.com/lunarway/shuttle.git", branch: "master" - bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "414eba11f78301d309539025b2a9bee382861c85a6ffb60a8d6088eccf49f309" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "414eba11f78301d309539025b2a9bee382861c85a6ffb60a8d6088eccf49f309" - sha256 cellar: :any_skip_relocation, arm64_ventura: "414eba11f78301d309539025b2a9bee382861c85a6ffb60a8d6088eccf49f309" - sha256 cellar: :any_skip_relocation, sonoma: "bc4f871490cdf6db9bf94893d38fec42bcf43c112551bd5be81a0a0881208467" - sha256 cellar: :any_skip_relocation, ventura: "bc4f871490cdf6db9bf94893d38fec42bcf43c112551bd5be81a0a0881208467" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c99e855c6690a5fbe1c25e42989b914ecd974f185c6229d83796dae55ad870f7" - end - depends_on "go" => :build conflicts_with "cargo-shuttle", because: "both install `shuttle` binaries" @@ -25,7 +16,7 @@ def install -X github.com/lunarway/shuttle/cmd.version=#{version} -X github.com/lunarway/shuttle/cmd.commit=#{tap.user} ] - system "go", "build", *std_go_args(ldflags:) + system "go", "build", *std_go_args(output: bin/"shuttle", ldflags:) generate_completions_from_executable(bin/"shuttle", "completion", shells: [:bash, :zsh]) end diff --git a/formula_renames.json b/formula_renames.json index 72893833ff48c..8e029e0c16ea3 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -152,6 +152,7 @@ "sdl": "sdl12-compat", "selenium-server-standalone": "selenium-server", "server-go": "openiothub-server", + "shuttle": "shuttle-cli", "singularity": "apptainer", "speedtest_cli": "speedtest-cli", "ssreflect": "math-comp", From 864b75a6a3b7a90a65746611714c9d98770b4a2c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:39:43 +0100 Subject: [PATCH 09096/10074] cargo-shuttle: fix sha256, shuttle-cli conflict name. --- Formula/c/cargo-shuttle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-shuttle.rb b/Formula/c/cargo-shuttle.rb index 3315c377c0779..19ed2ae26e722 100644 --- a/Formula/c/cargo-shuttle.rb +++ b/Formula/c/cargo-shuttle.rb @@ -2,7 +2,7 @@ class CargoShuttle < Formula desc "Build & ship backends without writing any infrastructure files" homepage "https://shuttle.dev" url "https://github.com/shuttle-hq/shuttle/archive/refs/tags/v0.55.0.tar.gz" - sha256 "e8a6741ef28375ec2b0839dbe79d8cb7375cd45098e78ca0d28166628df2e795" + sha256 "63b49f09d7bf9264ea72276ac6d785f7a7c1d4722734f24c4fcc9ea77fdda59e" license "Apache-2.0" head "https://github.com/shuttle-hq/shuttle.git", branch: "main" @@ -22,7 +22,7 @@ class CargoShuttle < Formula uses_from_macos "bzip2" - conflicts_with "shuttle", because: "both install `shuttle` binaries" + conflicts_with "shuttle-cli", because: "both install `shuttle` binaries" def install ENV["LIBGIT2_NO_VENDOR"] = "1" From 23d7de518f7b9c3122007b73c28dac491d025e58 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:40:10 +0100 Subject: [PATCH 09097/10074] chipmunk-physics: rename from chipmunk. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/c/chipmunk-physics.rb | 47 +++++++++++++++++++++++++ Formula/c/chipmunk.rb | 65 ----------------------------------- formula_renames.json | 1 + 3 files changed, 48 insertions(+), 65 deletions(-) create mode 100644 Formula/c/chipmunk-physics.rb delete mode 100644 Formula/c/chipmunk.rb diff --git a/Formula/c/chipmunk-physics.rb b/Formula/c/chipmunk-physics.rb new file mode 100644 index 0000000000000..d3d124fed9576 --- /dev/null +++ b/Formula/c/chipmunk-physics.rb @@ -0,0 +1,47 @@ +class ChipmunkPhysics < Formula + desc "2D rigid body physics library written in C" + homepage "https://chipmunk-physics.net/" + url "https://chipmunk-physics.net/release/Chipmunk-7.x/Chipmunk-7.0.3.tgz" + mirror "https://www.mirrorservice.org/sites/distfiles.macports.org/chipmunk/Chipmunk-7.0.3.tgz" + sha256 "048b0c9eff91c27bab8a54c65ad348cebd5a982ac56978e8f63667afbb63491a" + license "MIT" + head "https://github.com/slembcke/Chipmunk2D.git", branch: "master" + + livecheck do + url "https://chipmunk-physics.net/downloads.php" + regex(/>\s*Chipmunk2D\s+v?(\d+(?:\.\d+)+)\s* :build + + def install + inreplace "src/cpHastySpace.c", "#include ", "#include " if OS.linux? + + system "cmake", "-S", ".", "-B", "build", "-DBUILD_DEMOS=OFF", *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" + + doc.install Dir["doc/*"] + end + + test do + (testpath/"test.c").write <<~C + #include + #include + + int main(void){ + cpVect gravity = cpv(0, -100); + cpSpace *space = cpSpaceNew(); + cpSpaceSetGravity(space, gravity); + + cpSpaceFree(space); + return 0; + } + C + system ENV.cc, testpath/"test.c", "-o", testpath/"test", "-pthread", + "-I#{include}/chipmunk", "-L#{lib}", "-lchipmunk" + system "./test" + end +end diff --git a/Formula/c/chipmunk.rb b/Formula/c/chipmunk.rb deleted file mode 100644 index d87487b24f9da..0000000000000 --- a/Formula/c/chipmunk.rb +++ /dev/null @@ -1,65 +0,0 @@ -class Chipmunk < Formula - desc "2D rigid body physics library written in C" - homepage "https://chipmunk-physics.net/" - url "https://chipmunk-physics.net/release/Chipmunk-7.x/Chipmunk-7.0.3.tgz" - mirror "https://www.mirrorservice.org/sites/distfiles.macports.org/chipmunk/Chipmunk-7.0.3.tgz" - sha256 "048b0c9eff91c27bab8a54c65ad348cebd5a982ac56978e8f63667afbb63491a" - license "MIT" - head "https://github.com/slembcke/Chipmunk2D.git", branch: "master" - - livecheck do - url "https://chipmunk-physics.net/downloads.php" - regex(/>\s*Chipmunk2D\s+v?(\d+(?:\.\d+)+)\s* :build - - def install - inreplace "src/cpHastySpace.c", "#include ", "#include " if OS.linux? - - system "cmake", "-S", ".", "-B", "build", "-DBUILD_DEMOS=OFF", *std_cmake_args - system "cmake", "--build", "build" - system "cmake", "--install", "build" - - doc.install Dir["doc/*"] - end - - test do - (testpath/"test.c").write <<~C - #include - #include - - int main(void){ - cpVect gravity = cpv(0, -100); - cpSpace *space = cpSpaceNew(); - cpSpaceSetGravity(space, gravity); - - cpSpaceFree(space); - return 0; - } - C - system ENV.cc, testpath/"test.c", "-o", testpath/"test", "-pthread", - "-I#{include}/chipmunk", "-L#{lib}", "-lchipmunk" - system "./test" - end -end diff --git a/formula_renames.json b/formula_renames.json index 8e029e0c16ea3..07007e703bda6 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -19,6 +19,7 @@ "boot2docker": "docker-machine", "bro": "zeek", "cdiff": "ydiff", + "chipmunk": "chipmunk-physics", "cloog018": "cloog", "cloudflare-wrangler2": "cloudflare-wrangler", "commonmark": "cmark", From 384e896762ac9b4c3130c362bc2574b4baa67d82 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:40:38 +0100 Subject: [PATCH 09098/10074] cutter-cli: rename from cutter. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/c/cutter-cli.rb | 48 ++++++++++++++++++++++++++++++ Formula/c/cutter.rb | 65 ----------------------------------------- formula_renames.json | 1 + 3 files changed, 49 insertions(+), 65 deletions(-) create mode 100644 Formula/c/cutter-cli.rb delete mode 100644 Formula/c/cutter.rb diff --git a/Formula/c/cutter-cli.rb b/Formula/c/cutter-cli.rb new file mode 100644 index 0000000000000..8bde6ecb66849 --- /dev/null +++ b/Formula/c/cutter-cli.rb @@ -0,0 +1,48 @@ +class CutterCli < Formula + desc "Unit Testing Framework for C and C++" + homepage "https://github.com/clear-code/cutter" + url "https://osdn.mirror.constant.com/cutter/73761/cutter-1.2.8.tar.gz" + sha256 "bd5fcd6486855e48d51f893a1526e3363f9b2a03bac9fc23c157001447bc2a23" + license "LGPL-3.0-or-later" + head "https://github.com/clear-code/cutter.git", branch: "master" + + livecheck do + url "https://osdn.net/projects/cutter/releases/" + regex(%r{value=["'][^"']*?/rel/cutter/v?(\d+(?:\.\d+)+)["']}i) + end + + no_autobump! because: :requires_manual_review + + depends_on "gettext" => :build + depends_on "intltool" => :build + depends_on "pkgconf" => :build + depends_on "glib" + + uses_from_macos "perl" => :build + + on_macos do + depends_on "gettext" + end + + on_linux do + depends_on "perl-xml-parser" => :build + end + + def install + ENV.prepend_path "PERL5LIB", Formula["perl-xml-parser"].libexec/"lib/perl5" unless OS.mac? + + system "./configure", "--prefix=#{prefix}", + "--disable-glibtest", + "--disable-goffice", + "--disable-gstreamer", + "--disable-libsoup" + system "make" + system "make", "install" + end + + test do + touch "1.txt" + touch "2.txt" + system bin/"cut-diff", "1.txt", "2.txt" + end +end diff --git a/Formula/c/cutter.rb b/Formula/c/cutter.rb deleted file mode 100644 index a00cde037364f..0000000000000 --- a/Formula/c/cutter.rb +++ /dev/null @@ -1,65 +0,0 @@ -class Cutter < Formula - desc "Unit Testing Framework for C and C++" - homepage "https://github.com/clear-code/cutter" - url "https://osdn.mirror.constant.com/cutter/73761/cutter-1.2.8.tar.gz" - sha256 "bd5fcd6486855e48d51f893a1526e3363f9b2a03bac9fc23c157001447bc2a23" - license "LGPL-3.0-or-later" - head "https://github.com/clear-code/cutter.git", branch: "master" - - livecheck do - url "https://osdn.net/projects/cutter/releases/" - regex(%r{value=["'][^"']*?/rel/cutter/v?(\d+(?:\.\d+)+)["']}i) - end - - no_autobump! because: :requires_manual_review - - bottle do - sha256 arm64_sequoia: "64e7611a4932840b48802b8f628f0d1e8cbb7b639f774def7ab734679d35e1d4" - sha256 arm64_sonoma: "16bad5398ee66928c15164f769470028aca2912c9b634b45c11cd708f05de11f" - sha256 arm64_ventura: "37e55863dc6c7a518de33492c6afe7618604ffbc4871ea756bee1782325987e4" - sha256 arm64_monterey: "3e314f0acebc224eabaa266508356e09142f2834d7b6b2b1611d66eacc2496e3" - sha256 arm64_big_sur: "ac45c9987b4d770856db1f5e2c8fc20fb1ed882297c22691fe29fb153f7b9828" - sha256 sonoma: "3048a1973b5c6a8015a73e9b94b08497f8f05f65669c5d17db7b2daacc0652da" - sha256 ventura: "e1ca298daad5c2cd36945fbe4460938ae2412097fe71fe61587ecff9572e8bef" - sha256 monterey: "f6288d98ed9a5fd49d2223ae5a426bed1c9503672f971aae3d1433ebaf2f0d13" - sha256 big_sur: "3ac33f6c41d14b9d1fd3486fe811dda6219d45930b0359f4300b69c50a56572d" - sha256 catalina: "237aebfb6d39c2efcbbc27e550fbac0a6d1477b549416b69aa71c53c06dce231" - sha256 mojave: "70999a7a96da94c5de52da9edb4bf9b3fe5e7b2372d189ccc5a7328f0c21400c" - sha256 high_sierra: "ccff0989fe28eeb233bf0cc1f3681041d1945f6e3b0c2700899b8f02581426b6" - sha256 arm64_linux: "57ba9deb19adb6a9542dae1ccdc0b521d13a0dc4bfd97b8d689b54631cc763d9" - sha256 x86_64_linux: "1f0d55c82c767d2f7d947bdc054a43d381bc6c1b2b09adc2bd3e7e8381059eb2" - end - - depends_on "gettext" => :build - depends_on "intltool" => :build - depends_on "pkgconf" => :build - depends_on "glib" - - uses_from_macos "perl" => :build - - on_macos do - depends_on "gettext" - end - - on_linux do - depends_on "perl-xml-parser" => :build - end - - def install - ENV.prepend_path "PERL5LIB", Formula["perl-xml-parser"].libexec/"lib/perl5" unless OS.mac? - - system "./configure", "--prefix=#{prefix}", - "--disable-glibtest", - "--disable-goffice", - "--disable-gstreamer", - "--disable-libsoup" - system "make" - system "make", "install" - end - - test do - touch "1.txt" - touch "2.txt" - system bin/"cut-diff", "1.txt", "2.txt" - end -end diff --git a/formula_renames.json b/formula_renames.json index 07007e703bda6..06e27062870f0 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -26,6 +26,7 @@ "corepack": "node", "cppformat": "fmt", "crystal-lang": "crystal", + "cutter": "cutter-cli", "curl-openssl": "curl", "cv": "progress", "cyassl": "wolfssl", From ea658597e1368297381cd51978f618f868e595e9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:40:52 +0100 Subject: [PATCH 09099/10074] dash-shell: rename from dash. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/d/dash-shell.rb | 32 ++++++++++++++++++++++++++++ Formula/d/dash.rb | 46 ----------------------------------------- formula_renames.json | 1 + 3 files changed, 33 insertions(+), 46 deletions(-) create mode 100644 Formula/d/dash-shell.rb delete mode 100644 Formula/d/dash.rb diff --git a/Formula/d/dash-shell.rb b/Formula/d/dash-shell.rb new file mode 100644 index 0000000000000..fb7d097fde0bf --- /dev/null +++ b/Formula/d/dash-shell.rb @@ -0,0 +1,32 @@ +class DashShell < Formula + desc "POSIX-compliant descendant of NetBSD's ash (the Almquist SHell)" + homepage "http://gondor.apana.org.au/~herbert/dash/" + url "http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.12.tar.gz" + sha256 "6a474ac46e8b0b32916c4c60df694c82058d3297d8b385b74508030ca4a8f28a" + license "BSD-3-Clause" + head "https://git.kernel.org/pub/scm/utils/dash/dash.git", branch: "master" + + livecheck do + url "http://gondor.apana.org.au/~herbert/dash/files/" + regex(/href=.*?dash[._-]v?(\d+(?:\.\d+)+)\.t/i) + end + + no_autobump! because: :requires_manual_review + + depends_on "autoconf" => :build + depends_on "automake" => :build + + uses_from_macos "libedit" + + def install + ENV["ac_cv_func_stat64"] = "no" if OS.mac? && Hardware::CPU.arm? + system "./autogen.sh" if build.head? + system "./configure", "--with-libedit", *std_configure_args + system "make" + system "make", "install" + end + + test do + system bin/"dash", "-c", "echo Hello!" + end +end diff --git a/Formula/d/dash.rb b/Formula/d/dash.rb deleted file mode 100644 index 20961938dfe4d..0000000000000 --- a/Formula/d/dash.rb +++ /dev/null @@ -1,46 +0,0 @@ -class Dash < Formula - desc "POSIX-compliant descendant of NetBSD's ash (the Almquist SHell)" - homepage "http://gondor.apana.org.au/~herbert/dash/" - url "http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.12.tar.gz" - sha256 "6a474ac46e8b0b32916c4c60df694c82058d3297d8b385b74508030ca4a8f28a" - license "BSD-3-Clause" - head "https://git.kernel.org/pub/scm/utils/dash/dash.git", branch: "master" - - livecheck do - url "http://gondor.apana.org.au/~herbert/dash/files/" - regex(/href=.*?dash[._-]v?(\d+(?:\.\d+)+)\.t/i) - end - - no_autobump! because: :requires_manual_review - - bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a20260fdd5e1e0906fe213cbd842e2240e885ef1b29b0e848f7c8667d91eccd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc85379f2d9ff74f8e1afcf0d0cda498bd3ca785c911f0ae06e5486c7d5463f0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f3f177c287fb59e325e09b7b94f5d64e3b562da1a4f6183cc49e06a1763a3502" - sha256 cellar: :any_skip_relocation, arm64_monterey: "a5f99ef9dc765177761f70b92777cefb0f17df859cd263d1addc0669ed95a52d" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "5f729292d1177fb664cc5548ef9b454f875c93fa0a1fbcbe51708f9264d21e69" - sha256 cellar: :any_skip_relocation, sonoma: "a23a5f5c7d6166a0a3cc0dace982cbfa89479056bfb3b45c329a52dea918b0bd" - sha256 cellar: :any_skip_relocation, ventura: "909fda81a80744fd2e8ac80694258a2abf4ee52a7412fd2617d07fa61fb36586" - sha256 cellar: :any_skip_relocation, monterey: "5f282ad1ebb1967545d5fd96625943ef81fa89be33487da251c7fd780bb22564" - sha256 cellar: :any_skip_relocation, big_sur: "e7c20c1749cc4272f95828ba80ff122e7f451f887ba84892227017146759d69d" - sha256 cellar: :any_skip_relocation, arm64_linux: "59fefab5a530e94574f47321047cdea061cff60df562e33048af7a318b7a0492" - sha256 cellar: :any_skip_relocation, x86_64_linux: "22df39762896ca47c7d2463dd5a150a98ee005f382cfde38f6750f2a7937fd5a" - end - - depends_on "autoconf" => :build - depends_on "automake" => :build - - uses_from_macos "libedit" - - def install - ENV["ac_cv_func_stat64"] = "no" if OS.mac? && Hardware::CPU.arm? - system "./autogen.sh" if build.head? - system "./configure", "--with-libedit", *std_configure_args - system "make" - system "make", "install" - end - - test do - system bin/"dash", "-c", "echo Hello!" - end -end diff --git a/formula_renames.json b/formula_renames.json index 06e27062870f0..c71e852eeacbb 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -30,6 +30,7 @@ "curl-openssl": "curl", "cv": "progress", "cyassl": "wolfssl", + "dash": "dash-shell", "d-bus": "dbus", "docker-slim": "mintoolkit", "fbida": "exiftran", From ab5ae1a30bfd35ac932dec488f559f193bc41366 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:42:12 +0100 Subject: [PATCH 09100/10074] luanti: migrate to homebrew/cask. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/l/luanti.rb | 86 -------------------------------------------- formula_renames.json | 1 - tap_migrations.json | 2 ++ 3 files changed, 2 insertions(+), 87 deletions(-) delete mode 100644 Formula/l/luanti.rb diff --git a/Formula/l/luanti.rb b/Formula/l/luanti.rb deleted file mode 100644 index 96c4e200d5f7b..0000000000000 --- a/Formula/l/luanti.rb +++ /dev/null @@ -1,86 +0,0 @@ -class Luanti < Formula - desc "Free, open source voxel game engine and game" - homepage "https://www.luanti.org" - license "LGPL-2.1-or-later" - - stable do - url "https://github.com/luanti-org/luanti/archive/refs/tags/5.12.0.tar.gz" - sha256 "876867ac874492f20968f2c2eb4e403231e8e9f29e0e06efa512200bd5152355" - - resource "minetest_game" do - url "https://github.com/luanti-org/minetest_game/archive/refs/tags/5.8.0.tar.gz" - sha256 "33a3bb43b08497a0bdb2f49f140a2829e582d5c16c0ad52be1595c803f706912" - end - end - - livecheck do - url :stable - regex(/^v?(\d+(?:\.\d+)+)$/i) - end - - bottle do - sha256 arm64_linux: "1fd142a559c013099e3cf03f96e1707409f1afde051fdf3dd691a29666f88264" - sha256 x86_64_linux: "40e5c2756d0188f68d28f0418203c0b4b855b612303cd9a9e3b676bc067ebff6" - end - - head do - url "https://github.com/luanti-org/luanti.git", branch: "master" - - resource "minetest_game" do - url "https://github.com/luanti-org/minetest_game.git", branch: "master" - end - end - - depends_on "cmake" => :build - depends_on "curl" - depends_on "freetype" - depends_on "gettext" - depends_on "gmp" - depends_on "jpeg-turbo" - depends_on "jsoncpp" - depends_on "libogg" - depends_on "libpng" - depends_on "libvorbis" - depends_on "libx11" - depends_on "libxi" - depends_on "libxxf86vm" - depends_on :linux - depends_on "luajit" - depends_on "mesa" - depends_on "ncurses" - depends_on "openal-soft" - depends_on "openssl@3" - depends_on "sdl2" - depends_on "sqlite" - depends_on "xinput" - depends_on "zlib" - depends_on "zstd" - - def install - # Remove bundled libraries to prevent fallback - %w[lua gmp jsoncpp].each { |lib| rm_r(buildpath/"lib"/lib) } - - (buildpath/"games/minetest_game").install resource("minetest_game") - - args = %W[ - -DBUILD_CLIENT=1 - -DBUILD_SERVER=0 - -DENABLE_FREETYPE=1 - -DCMAKE_EXE_LINKER_FLAGS='-L#{Formula["freetype"].opt_lib}' - -DENABLE_GETTEXT=1 - -DCUSTOM_GETTEXT_PATH=#{Formula["gettext"].opt_prefix} - ] - - system "cmake", "-S", ".", "-B", "build", *std_cmake_args, *args - system "cmake", "--build", "build" - system "cmake", "--install", "build" - end - - test do - # engine got changed from minetest to luanti with 5.10.0 release - output = shell_output("#{bin}/luanti --version") - assert_match "USE_CURL=1", output - assert_match "USE_GETTEXT=1", output - assert_match "USE_SOUND=1", output - end -end diff --git a/formula_renames.json b/formula_renames.json index c71e852eeacbb..f72b365f8f2fa 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -111,7 +111,6 @@ "mkl-dnn": "onednn", "mobile-shell": "mosh", "mongo-c": "mongo-c-driver", - "minetest": "luanti", "mpich2": "mpich", "mps-youtube": "yewtube", "mr2": "zoro", diff --git a/tap_migrations.json b/tap_migrations.json index 8170a6385d18b..33e0939bbabc8 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -20,7 +20,9 @@ "inkscape": "homebrew/cask", "joplin": "homebrew/cask", "keybase": "homebrew/cask", + "luanti": "homebrew/cask", "meld": "homebrew/cask", + "minetest": "homebrew/cask/luanti", "mitmproxy": "homebrew/cask", "osxfuse": "homebrew/cask", "phantomjs": "homebrew/cask", From 712fd7b82d3383313e86e9d423bc1556ce435d5c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:42:25 +0100 Subject: [PATCH 09101/10074] nova-fairwinds: rename from nova. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/n/nova-fairwinds.rb | 27 +++++++++++++++++++++++++++ Formula/n/nova.rb | 35 ----------------------------------- formula_renames.json | 1 + 3 files changed, 28 insertions(+), 35 deletions(-) create mode 100644 Formula/n/nova-fairwinds.rb delete mode 100644 Formula/n/nova.rb diff --git a/Formula/n/nova-fairwinds.rb b/Formula/n/nova-fairwinds.rb new file mode 100644 index 0000000000000..48c439f4df519 --- /dev/null +++ b/Formula/n/nova-fairwinds.rb @@ -0,0 +1,27 @@ +class NovaFairwinds < Formula + desc "Find outdated or deprecated Helm charts running in your cluster" + homepage "https://github.com/FairwindsOps/nova" + url "https://github.com/FairwindsOps/nova/archive/refs/tags/v3.11.4.tar.gz" + sha256 "e4364254b385a84701ff649bb47114b5e7b5a59d3d1e61a12ea9663715164fd8" + license "Apache-2.0" + head "https://github.com/FairwindsOps/nova.git", branch: "master" + + depends_on "go" => :build + + def install + ldflags = "-s -w -X main.version=#{version} -X main.commit=#{tap.user}" + system "go", "build", *std_go_args(output: bin/"nova", ldflags:) + + generate_completions_from_executable(bin/"nova", "completion") + end + + test do + assert_match version.to_s, shell_output("#{bin}/nova version") + + system bin/"nova", "generate-config", "--config=nova.yaml" + assert_match "chart-ignore-list: []", (testpath/"nova.yaml").read + + output = shell_output("#{bin}/nova find --helm 2>&1", 255) + assert_match "try setting KUBERNETES_MASTER environment variable", output + end +end diff --git a/Formula/n/nova.rb b/Formula/n/nova.rb deleted file mode 100644 index bd511ab098f19..0000000000000 --- a/Formula/n/nova.rb +++ /dev/null @@ -1,35 +0,0 @@ -class Nova < Formula - desc "Find outdated or deprecated Helm charts running in your cluster" - homepage "https://github.com/FairwindsOps/nova" - url "https://github.com/FairwindsOps/nova/archive/refs/tags/v3.11.4.tar.gz" - sha256 "e4364254b385a84701ff649bb47114b5e7b5a59d3d1e61a12ea9663715164fd8" - license "Apache-2.0" - head "https://github.com/FairwindsOps/nova.git", branch: "master" - - bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c174a2a5eb9356b05a26436bccfe364e69cb5d72e6595f347431eee8cdb186ca" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c174a2a5eb9356b05a26436bccfe364e69cb5d72e6595f347431eee8cdb186ca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c174a2a5eb9356b05a26436bccfe364e69cb5d72e6595f347431eee8cdb186ca" - sha256 cellar: :any_skip_relocation, sonoma: "8a673713f994a9add1153d1a493b723a840267558442009aa947a93c28cc4de6" - sha256 cellar: :any_skip_relocation, ventura: "8a673713f994a9add1153d1a493b723a840267558442009aa947a93c28cc4de6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "331adffe27708f500644c742da1a3b7f6ff119aeaac9e3fe8b298440d098bbd1" - end - - depends_on "go" => :build - - def install - system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version} -X main.commit=#{tap.user}") - - generate_completions_from_executable(bin/"nova", "completion") - end - - test do - assert_match version.to_s, shell_output("#{bin}/nova version") - - system bin/"nova", "generate-config", "--config=nova.yaml" - assert_match "chart-ignore-list: []", (testpath/"nova.yaml").read - - output = shell_output("#{bin}/nova find --helm 2>&1", 255) - assert_match "try setting KUBERNETES_MASTER environment variable", output - end -end diff --git a/formula_renames.json b/formula_renames.json index f72b365f8f2fa..e6de9b5f3bcc2 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -119,6 +119,7 @@ "newsbeuter": "newsboat", "nimrod": "nim", "now-cli": "vercel-cli", + "nova": "nova-fairwinds", "objective-caml": "ocaml", "offline-imap": "offlineimap", "open-cobol": "gnucobol", From 748998c3efc8a0e723e1231ae2f484d3cef5aa81 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:42:39 +0100 Subject: [PATCH 09102/10074] onedrive-cli: rename from onedrive. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/o/{onedrive.rb => onedrive-cli.rb} | 7 +------ formula_renames.json | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) rename Formula/o/{onedrive.rb => onedrive-cli.rb} (81%) diff --git a/Formula/o/onedrive.rb b/Formula/o/onedrive-cli.rb similarity index 81% rename from Formula/o/onedrive.rb rename to Formula/o/onedrive-cli.rb index b68c3e28c2644..02690561a0043 100644 --- a/Formula/o/onedrive.rb +++ b/Formula/o/onedrive-cli.rb @@ -1,15 +1,10 @@ -class Onedrive < Formula +class OnedriveCli < Formula desc "Folder synchronization with OneDrive" homepage "https://github.com/abraunegg/onedrive" url "https://github.com/abraunegg/onedrive/archive/refs/tags/v2.5.6.tar.gz" sha256 "dda49ae9d0c042205ae8f375704c154fc7a9fc88aa21e307e7d83aa1954ad57e" license "GPL-3.0-only" - bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "ffed268ca06c52fc34d1c0936ff9874541ea0edd765e11c0ecd327cc0f252d79" - sha256 cellar: :any_skip_relocation, x86_64_linux: "59db371d3d004e737c0ebe46f81fe830dc70ce81d4cac2ec1c2559a6f30da02b" - end - depends_on "ldc" => :build depends_on "pkgconf" => :build depends_on "curl" diff --git a/formula_renames.json b/formula_renames.json index e6de9b5f3bcc2..8973175504637 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -122,6 +122,7 @@ "nova": "nova-fairwinds", "objective-caml": "ocaml", "offline-imap": "offlineimap", + "onedrive": "onedrive-cli", "open-cobol": "gnucobol", "opencv3": "opencv", "osh": "etsh", From 4ed7b3f6f2ab586ec1e7f3f1c97041078e71d4ec Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:43:33 +0100 Subject: [PATCH 09103/10074] openrct2: migrate to homebrew/cask. --- Formula/o/openrct2.rb | 100 ------------------------------------------ tap_migrations.json | 1 + 2 files changed, 1 insertion(+), 100 deletions(-) delete mode 100644 Formula/o/openrct2.rb diff --git a/Formula/o/openrct2.rb b/Formula/o/openrct2.rb deleted file mode 100644 index b3292cb859504..0000000000000 --- a/Formula/o/openrct2.rb +++ /dev/null @@ -1,100 +0,0 @@ -class Openrct2 < Formula - desc "Open source re-implementation of RollerCoaster Tycoon 2" - homepage "https://openrct2.io/" - url "https://github.com/OpenRCT2/OpenRCT2.git", - tag: "v0.4.23", - revision: "b8d73b523c906993a593a2c2b80d661dbe3da5ee" - license "GPL-3.0-only" - revision 1 - head "https://github.com/OpenRCT2/OpenRCT2.git", branch: "develop" - - bottle do - sha256 cellar: :any, arm64_sequoia: "cdd04cef69d9c4c56e75eee791d51295d5142461250934e72dc3f56accde2d68" - sha256 cellar: :any, arm64_sonoma: "3530881c112f7c8a880f1f5f3c778f3c64aa9ee90eba7c28fb026398f2780e84" - sha256 cellar: :any, sonoma: "9a7226b35e2187a64bece91a53172036c45b35610ae3fb380a1ad98cf076f8a3" - sha256 arm64_linux: "581606d8d9ecc464e2a18d641560ed4f363301335ec40b536662cc6551ebbdac" - sha256 x86_64_linux: "4ca2181aa36f3b62c973196364f9989e4de09c57b3ae6d0fae6ad4f7fa26468b" - end - - depends_on "cmake" => :build - depends_on "nlohmann-json" => :build - depends_on "pkgconf" => :build - - depends_on "duktape" - depends_on "flac" - depends_on "freetype" - depends_on "icu4c@77" - depends_on "libogg" - depends_on "libpng" - depends_on "libvorbis" - depends_on "libzip" - depends_on macos: :sonoma # Needs C++20 features not in Ventura - depends_on "openssl@3" - depends_on "sdl2" - depends_on "speexdsp" - - uses_from_macos "zlib" - - on_linux do - depends_on "curl" - depends_on "fontconfig" - depends_on "mesa" - end - - resource "title-sequences" do - url "https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.14/title-sequences.zip" - sha256 "140df714e806fed411cc49763e7f16b0fcf2a487a57001d1e50fce8f9148a9f3" - end - - resource "objects" do - url "https://github.com/OpenRCT2/objects/releases/download/v1.7.0/objects.zip" - sha256 "c6fdbcb85816fac7cd870cad63aa067376b6bca579991400e8941c0e2b78bbd2" - end - - resource "openmusic" do - url "https://github.com/OpenRCT2/OpenMusic/releases/download/v1.6/openmusic.zip" - sha256 "f097d3a4ccd39f7546f97db3ecb1b8be73648f53b7a7595b86cccbdc1a7557e4" - end - - resource "opensound" do - url "https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.5/opensound.zip" - sha256 "a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18" - end - - def install - # Avoid letting CMake download things during the build process. - (buildpath/"data/sequence").install resource("title-sequences") - (buildpath/"data/object").install resource("objects") - resource("openmusic").stage do - (buildpath/"data/assetpack").install Dir["assetpack/*"] - (buildpath/"data/object/official").install "object/official/music" - end - resource("opensound").stage do - (buildpath/"data/assetpack").install Dir["assetpack/*"] - (buildpath/"data/object/official").install "object/official/audio" - end - - args = %w[ - -DWITH_TESTS=OFF - -DDOWNLOAD_TITLE_SEQUENCES=OFF - -DDOWNLOAD_OBJECTS=OFF - -DDOWNLOAD_OPENMSX=OFF - -DDOWNLOAD_OPENSFX=OFF - -DMACOS_USE_DEPENDENCIES=OFF - -DDISABLE_DISCORD_RPC=ON - ] - args << "-DCMAKE_OSX_DEPLOYMENT_TARGET=#{MacOS.version}" if OS.mac? - - system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args - system "cmake", "--build", "build" - system "cmake", "--install", "build" - - # By default, the macOS build only looks for data in app bundle Resources. - libexec.install bin/"openrct2" - (bin/"openrct2").write_env_script "#{libexec}/openrct2", "--openrct2-data-path=#{pkgshare}", {} - end - - test do - assert_match "OpenRCT2, v#{version}", shell_output("#{bin}/openrct2 -v") - end -end diff --git a/tap_migrations.json b/tap_migrations.json index 33e0939bbabc8..959176d9cc73a 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -24,6 +24,7 @@ "meld": "homebrew/cask", "minetest": "homebrew/cask/luanti", "mitmproxy": "homebrew/cask", + "openrct2": "homebrew/cask", "osxfuse": "homebrew/cask", "phantomjs": "homebrew/cask", "quassel": "homebrew/cask", From f7b0525260d442638de4dca1f802e4899cd43fca Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:43:47 +0100 Subject: [PATCH 09104/10074] openttd: migrate to homebrew/cask. --- Formula/o/openttd.rb | 136 ------------------------------------------- tap_migrations.json | 1 + 2 files changed, 1 insertion(+), 136 deletions(-) delete mode 100644 Formula/o/openttd.rb diff --git a/Formula/o/openttd.rb b/Formula/o/openttd.rb deleted file mode 100644 index 61318d03d22fa..0000000000000 --- a/Formula/o/openttd.rb +++ /dev/null @@ -1,136 +0,0 @@ -class Openttd < Formula - desc "Simulation game based upon Transport Tycoon Deluxe" - homepage "https://www.openttd.org/" - url "https://cdn.openttd.org/openttd-releases/14.1/openttd-14.1-source.tar.xz" - sha256 "2c14c8f01f44148c4f2c88c169a30abcdb002eb128a92b9adb76baa76b013494" - license "GPL-2.0-only" - head "https://github.com/OpenTTD/OpenTTD.git", branch: "master" - - livecheck do - url "https://cdn.openttd.org/openttd-releases/latest.yaml" - strategy :yaml do |yaml| - yaml["latest"]&.map do |item| - next if item["name"] != "stable" - - item["version"]&.to_s - end - end - end - - bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "9bf761325d3daef0e00c49a0342f01c6644eeb8e02e4e5ea2a0e97ff9e082bb3" - sha256 cellar: :any, arm64_sonoma: "ae5d3950fa4f5657138cb1065b1cdbabb002e45bb477c36043b222337309adba" - sha256 cellar: :any, arm64_ventura: "96fc8bd75124c582c395b096510ac5a5181011324e864245405868b986e5c98a" - sha256 cellar: :any, sonoma: "21fe8f3bdf5dc3a72cb9611b803ded25636c2810011e92473ea746e8a408aa47" - sha256 cellar: :any, ventura: "ec77cc4c95af77799c2633ad0a923407d1bdc41b1f01f64c19c02e49fa4474a1" - sha256 arm64_linux: "08de4aa05ee549111d0864cd81896e025b36f4bf003b0a309a799e0b8692ee4d" - sha256 x86_64_linux: "3f9df17a1ca7f18ea2c30b5de7c02658d9dee44dbdf1561d34c9c58fe6043906" - end - - depends_on "cmake" => :build - depends_on "libpng" - depends_on "lzo" - depends_on macos: :catalina # needs C++20 - depends_on "xz" - - uses_from_macos "zlib" - - on_linux do - depends_on "fluid-synth" - depends_on "fontconfig" - depends_on "freetype" - depends_on "mesa" # no linkage as dynamically loaded by SDL2 - depends_on "sdl2" - end - - resource "opengfx" do - url "https://cdn.openttd.org/opengfx-releases/7.1/opengfx-7.1-all.zip" - sha256 "928fcf34efd0719a3560cbab6821d71ce686b6315e8825360fba87a7a94d7846" - - livecheck do - url "https://cdn.openttd.org/opengfx-releases/latest.yaml" - strategy :yaml do |yaml| - yaml["latest"]&.map do |item| - next if item["name"] != "stable" - - item["version"]&.to_s - end - end - end - end - - resource "openmsx" do - url "https://cdn.openttd.org/openmsx-releases/0.4.2/openmsx-0.4.2-all.zip" - sha256 "5a4277a2e62d87f2952ea5020dc20fb2f6ffafdccf9913fbf35ad45ee30ec762" - - livecheck do - url "https://cdn.openttd.org/openmsx-releases/latest.yaml" - strategy :yaml do |yaml| - yaml["latest"]&.map do |item| - next if item["name"] != "stable" - - item["version"]&.to_s - end - end - end - end - - resource "opensfx" do - url "https://cdn.openttd.org/opensfx-releases/1.0.3/opensfx-1.0.3-all.zip" - sha256 "e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759" - - livecheck do - url "https://cdn.openttd.org/opensfx-releases/latest.yaml" - strategy :yaml do |yaml| - yaml["latest"]&.map do |item| - next if item["name"] != "stable" - - item["version"]&.to_s - end - end - end - end - - def install - # Disable CMake fixup_bundle to prevent copying dylibs - inreplace "cmake/PackageBundle.cmake", "fixup_bundle(", "# \\0" - # Have CMake use our FIND_FRAMEWORK setting - inreplace "CMakeLists.txt", "set(CMAKE_FIND_FRAMEWORK LAST)", "" - - args = std_cmake_args(find_framework: "FIRST") - unless OS.mac? - args << "-DCMAKE_INSTALL_BINDIR=bin" - args << "-DCMAKE_INSTALL_DATADIR=#{share}" - end - - system "cmake", "-S", ".", "-B", "build", *args - system "cmake", "--build", "build" - if OS.mac? - cd "build" do - system "cpack || :" - end - else - system "cmake", "--install", "build" - end - - arch = Hardware::CPU.arm? ? "arm64" : "amd64" - app = "build/_CPack_Packages/#{arch}/Bundle/openttd-#{version}-macos-#{arch}/OpenTTD.app" - resources.each do |r| - if OS.mac? - (buildpath/"#{app}/Contents/Resources/baseset/#{r.name}").install r - else - (pkgshare/"baseset"/r.name).install r - end - end - - if OS.mac? - prefix.install app - bin.write_exec_script "#{prefix}/OpenTTD.app/Contents/MacOS/openttd" - end - end - - test do - assert_match "OpenTTD #{version}\n", shell_output("#{bin}/openttd -h") - end -end diff --git a/tap_migrations.json b/tap_migrations.json index 959176d9cc73a..38c0610a11afe 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -25,6 +25,7 @@ "minetest": "homebrew/cask/luanti", "mitmproxy": "homebrew/cask", "openrct2": "homebrew/cask", + "openttd": "homebrew/cask", "osxfuse": "homebrew/cask", "phantomjs": "homebrew/cask", "quassel": "homebrew/cask", From c6f84fa3e3195d4471cddd20b413aacc5b93d118 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:44:13 +0100 Subject: [PATCH 09105/10074] rio-terminal: rename from rio. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/r/{rio.rb => rio-terminal.rb} | 10 +--------- formula_renames.json | 1 + 2 files changed, 2 insertions(+), 9 deletions(-) rename Formula/r/{rio.rb => rio-terminal.rb} (65%) diff --git a/Formula/r/rio.rb b/Formula/r/rio-terminal.rb similarity index 65% rename from Formula/r/rio.rb rename to Formula/r/rio-terminal.rb index 1c1745a0c5ed7..ef79e32b7213b 100644 --- a/Formula/r/rio.rb +++ b/Formula/r/rio-terminal.rb @@ -1,4 +1,4 @@ -class Rio < Formula +class RioTerminal < Formula desc "Hardware-accelerated GPU terminal emulator powered by WebGPU" homepage "https://raphamorim.io/rio/" url "https://github.com/raphamorim/rio/archive/refs/tags/v0.2.20.tar.gz" @@ -11,14 +11,6 @@ class Rio < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end - bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fe8c0988a0c7e051c3178bff4d14961e5e48974d3788f93c81421ac0304a450" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "57edf06bbc52212b16502d6fc1657ca2347acdad243dbcea02e7c6517fa572d8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "66f8c4f77323528c013148f7d83d824cb5fe38f9cebc982299631912e379905c" - sha256 cellar: :any_skip_relocation, sonoma: "0b1f3d4f56e0fa28d4796e3b69d05b93a546c34eefbf472c3ef316859f9df91e" - sha256 cellar: :any_skip_relocation, ventura: "2ef2301553d2cd8f7df6ec7e13c3dbe64bf5be6c32407eeae98f860ae27af8c2" - end - depends_on "rust" => :build # Rio does work for Linux although it requires a specification of which # window manager will be used (x11 or wayland) otherwise will not work. diff --git a/formula_renames.json b/formula_renames.json index 8973175504637..883c5cb00e613 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -147,6 +147,7 @@ "repopack": "repomix", "resin-cli": "balena-cli", "richmd": "rich-cli", + "rio": "rio-terminal", "root6": "root", "rt-audio": "rtaudio", "rtx": "mise", From 7b0bb12111fe3462b7c3224f2d73e0b4eaf15f3c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:44:40 +0100 Subject: [PATCH 09106/10074] rasterio: fix rio-terminal conflict. --- Formula/r/rasterio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/rasterio.rb b/Formula/r/rasterio.rb index 67c1e9df64bfe..a3367d6d044bb 100644 --- a/Formula/r/rasterio.rb +++ b/Formula/r/rasterio.rb @@ -30,7 +30,7 @@ class Rasterio < Formula depends_on "patchelf" => :build end - conflicts_with "rio", because: "both install `rio` binaries" + conflicts_with "rio-terminal", because: "both install `rio` binaries" conflicts_with cask: "rio", because: "both install `rio` binaries" resource "affine" do From 1284cad937f47a9fbaa2e1a3277bc420c95bec62 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:46:03 +0000 Subject: [PATCH 09107/10074] seaweedfs: update 3.92 bottle. --- Formula/s/seaweedfs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/seaweedfs.rb b/Formula/s/seaweedfs.rb index 3dd52936a4f04..ccecafa3ef034 100644 --- a/Formula/s/seaweedfs.rb +++ b/Formula/s/seaweedfs.rb @@ -13,12 +13,12 @@ class Seaweedfs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d28ea1f5fad5adffd8fce2177a61b64f90197a01b5fe7421ed2b7d7c929e31e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "50282164a4fe20bde5acf4e4a75dae937c23a4e739863f0762b56b7c7f936f26" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a9e1058a460fd07b2b83cbf3563226179c3066b8bbe15a24f000467d18707e45" - sha256 cellar: :any_skip_relocation, sonoma: "9e976acc2e3da7db8e566f6e2db245c5d577daacebe47f007887c8a0c8690d44" - sha256 cellar: :any_skip_relocation, ventura: "7d2e449b47af3663cea098bb5e94bc0818b60e65ec2cbe3afe7534bca825d5d2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "105f86658ede3a39e0569ec51805182f9f744ebc014dd7fa6994de138c7455db" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "70fa5cdaff26ab1285e1e23a11eab8ed028ee7a2adbec9ac3bfcfd7894df1212" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0b3fe6aa2c3bfcb6bb36c3f72499b5645a8a20d86cf14b4c68d8c2d5ed1926d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b577a0bf124cf8ad2a5d12a102c6bc9febc37b04b008207766ab96b2cfb2e314" + sha256 cellar: :any_skip_relocation, sonoma: "aafd538f8985b720afb348f244b1f6450f37b59687e50778a0f80ce454d2e255" + sha256 cellar: :any_skip_relocation, ventura: "173a5bb7aab4d0f93af2d7aebaaf401a6be1682a358b5fcd8620d4f5cc6be6b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f7c3e10af107801a066e8e969dd97c83c5df8569608e23b64e60d9fa2e1b8cf" end depends_on "go" => :build From 8f22f75f162139287f068218c4ad0d209fe03fc9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:54:18 +0000 Subject: [PATCH 09108/10074] cdk8s 2.200.109 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 4eb81b943f50c..2d0e7bda943b3 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.108.tgz" - sha256 "576b64a7e3b50acf2c032dabc29a21ceeb2b905beb08d6ec56b5b0952502993e" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.109.tgz" + sha256 "2e8fdc6bf9ac80f08f9b1f94f929e7001734ed982ab46ee5112480bdd08625ef" license "Apache-2.0" bottle do From 33724126b4ea2a6562f2918a23d23a7b271ae77a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:58:34 +0000 Subject: [PATCH 09109/10074] dotbot 1.22.0 --- Formula/d/dotbot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dotbot.rb b/Formula/d/dotbot.rb index 8145dd6f3825a..b01d4516696c1 100644 --- a/Formula/d/dotbot.rb +++ b/Formula/d/dotbot.rb @@ -3,8 +3,8 @@ class Dotbot < Formula desc "Tool that bootstraps your dotfiles" homepage "https://github.com/anishathalye/dotbot" - url "https://files.pythonhosted.org/packages/8f/9f/c94c929cde5b1a295bb382e5ac139734166bd4a2c153c9bc98049e44436e/dotbot-1.21.0.tar.gz" - sha256 "f3dffc21bd603ae13d4097438c702e0b0f0ff0416d028ed20fa8906f39ec8953" + url "https://files.pythonhosted.org/packages/3d/64/753a02c8cd7451b7427b8639ed1defc7a3f0c4ab16f91b1676c8339007c7/dotbot-1.22.0.tar.gz" + sha256 "9927ccee53483b84fd3035593e470bdf313b3e77787e67663fdff7098786e6d9" license "MIT" bottle do From 65ddfe413eb13505e48111c46527cde91c90f7ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:05:12 +0000 Subject: [PATCH 09110/10074] jackett 0.22.2042 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 38f3c9b87c812..9b883e11ca797 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2037.tar.gz" - sha256 "3655a5be77cb936c7ea497df5fc80464e9b7d8b58e5dd5adf27679b61359f306" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2042.tar.gz" + sha256 "7ebc2965718861119eeced497cd7e5f2856c39d1405ce3584362a52fc06e879e" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 982fdf4c80244e04b123e33d3108cc1e8a53ab4d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:06:06 +0000 Subject: [PATCH 09111/10074] kanata 1.9.0 --- Formula/k/kanata.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kanata.rb b/Formula/k/kanata.rb index 9dbadfc01fe89..72f54dacabd62 100644 --- a/Formula/k/kanata.rb +++ b/Formula/k/kanata.rb @@ -1,8 +1,8 @@ class Kanata < Formula desc "Cross-platform software keyboard remapper for Linux, macOS and Windows" homepage "https://github.com/jtroo/kanata" - url "https://github.com/jtroo/kanata/archive/refs/tags/v1.8.1.tar.gz" - sha256 "77ca650559fd9b5af283404c9582ffe89182ee9d4ff4154e7e2e483e68eeff8d" + url "https://github.com/jtroo/kanata/archive/refs/tags/v1.9.0.tar.gz" + sha256 "754bed4c7317ae14c228288f3a24d23ab6c245e067f996336fc03b58f71c34b6" license "LGPL-3.0-only" head "https://github.com/jtroo/kanata.git", branch: "main" From 906002bd3825c00694f2182a54d64ef5a182775b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:11:27 +0000 Subject: [PATCH 09112/10074] cdk8s: update 2.200.109 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 2d0e7bda943b3..a641cac987e7a 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" - sha256 cellar: :any_skip_relocation, sonoma: "a1659699234a15add4fa06218948060f03dd58535e2df7870ee35bb0d31cca7e" - sha256 cellar: :any_skip_relocation, ventura: "a1659699234a15add4fa06218948060f03dd58535e2df7870ee35bb0d31cca7e" - sha256 cellar: :any_skip_relocation, arm64_linux: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f0ed0b008ee3996ed44e72a0a6ce9bf227f1372cddf9e630d3cd0caa8e5e9574" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" + sha256 cellar: :any_skip_relocation, sonoma: "a4d5fcc081f1f6369f4b09e10035caa4ad1f82f2faa2a769bb877e2b47a7d7dc" + sha256 cellar: :any_skip_relocation, ventura: "a4d5fcc081f1f6369f4b09e10035caa4ad1f82f2faa2a769bb877e2b47a7d7dc" + sha256 cellar: :any_skip_relocation, arm64_linux: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" end depends_on "node" From e5739e3afaf9382e05d9d1ad7711131703c772d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:11:30 +0000 Subject: [PATCH 09113/10074] mx 7.56.0 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index a7667a658d3e1..2fa91170f124e 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.55.9.tar.gz" - sha256 "23d8c7ba2480378cba8b4c6e5438b961c59573a10b9e2ff33c05a1bcf6e067e1" + url "https://github.com/graalvm/mx/archive/refs/tags/7.56.0.tar.gz" + sha256 "69e492d13102fd6c6a380bfb82839c591a0035552a0126600b0ee74769c660de" license "GPL-2.0-only" livecheck do From 0ec0fc8f9aca2b52fbc7c96cbfad27c5b3760846 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:12:18 +0000 Subject: [PATCH 09114/10074] newrelic-infra-agent 1.65.0 --- Formula/n/newrelic-infra-agent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/newrelic-infra-agent.rb b/Formula/n/newrelic-infra-agent.rb index 5d4845828ab53..b5d4368f9ea0c 100644 --- a/Formula/n/newrelic-infra-agent.rb +++ b/Formula/n/newrelic-infra-agent.rb @@ -2,8 +2,8 @@ class NewrelicInfraAgent < Formula desc "New Relic infrastructure agent" homepage "https://github.com/newrelic/infrastructure-agent" url "https://github.com/newrelic/infrastructure-agent.git", - tag: "1.64.0", - revision: "90fee1410132c4887dac5546699c6ebfb7f5aa19" + tag: "1.65.0", + revision: "fa8332b18557528f481016a5bc90c16f356427f6" license "Apache-2.0" head "https://github.com/newrelic/infrastructure-agent.git", branch: "master" From 9f32695d123973dbb9fd9922296c3d4cdfc7f5c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:14:48 +0000 Subject: [PATCH 09115/10074] oxlint 1.3.0 --- Formula/o/oxlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 19af7edb9ac37..5a2d0e3ca5e30 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -1,8 +1,8 @@ class Oxlint < Formula desc "Suite of high-performance tools for JavaScript and TypeScript written in Rust" homepage "https://oxc.rs/" - url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.2.0.tar.gz" - sha256 "0625ba7fae24d11b534bdeb612f3d23402d201cc7e6537e4e6242b7acd24d726" + url "https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.3.0.tar.gz" + sha256 "660fffae9e46724e5dab8dbb13fbe50becef537057790dcd659f85727dbaa823" license "MIT" head "https://github.com/oxc-project/oxc.git", branch: "main" From 43b92b8c14ce24c6a17d5c721d5f49bbff0a2b02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:16:42 +0000 Subject: [PATCH 09116/10074] dotbot: update 1.22.0 bottle. --- Formula/d/dotbot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dotbot.rb b/Formula/d/dotbot.rb index b01d4516696c1..ff9d3020980bb 100644 --- a/Formula/d/dotbot.rb +++ b/Formula/d/dotbot.rb @@ -8,13 +8,13 @@ class Dotbot < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "40779ef3cdfd085e415cc914e7fa56a46ed451ceed8ae0ed4e688f16c50acad8" - sha256 cellar: :any, arm64_sonoma: "0e2936c7ad172ce6eba810f0fadf695c7bfa3420a47e8433ec61be5262ab4a33" - sha256 cellar: :any, arm64_ventura: "6e42ee1ac22fc0faf6e1f704e1cfb1ee98007ef5f7443ebba158ce752431a3c1" - sha256 cellar: :any, sonoma: "1bd9f76f9ad0b514602aebb0b30c3d69db0b04f066990bab62a20cffe87c207d" - sha256 cellar: :any, ventura: "65cd5598599cec59f69d94163616856daede84aad13d253e0d2a362d357e1460" - sha256 cellar: :any_skip_relocation, arm64_linux: "6d8904144afa44ec2cec03f86cee27dbf383085f08f3a2b934e8c87b41e51c8b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "86b1ef5d51283f85ad579f4f32277a3ec7926f5357e3af375ae330574917e6e1" + sha256 cellar: :any, arm64_sequoia: "aed0b799fc07fcf7c87b8217a2312e16549542be0af8fd53e8849d67cea13e56" + sha256 cellar: :any, arm64_sonoma: "68a2d33f04bae44710a83be59d101f863ef67ec8a418d02f9dc7381d68841ff4" + sha256 cellar: :any, arm64_ventura: "d6aafa42ce883a7cd3948972deb99cf9401a80f88a57e2d3a0b136cdce7228b1" + sha256 cellar: :any, sonoma: "b4dc841fb2ceefb3b52994f2d84f148fed734eb5cd5e8c648a0dbc225bc11411" + sha256 cellar: :any, ventura: "77ad31d5353d96a71b6301230aa647191d8fa8717bc7c679eb0e6dd57af327c9" + sha256 cellar: :any_skip_relocation, arm64_linux: "20f3c17f485723abc6724835d1f34dfe7000803fedd6567bd60aca1d37e17b09" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f9be2d52555a8811e6639d73960c5569179ad95412265077e243df3834aa5788" end depends_on "libyaml" From 64e2e4d2789d4db077fdc01cd3efe20631892947 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:44:57 +0100 Subject: [PATCH 09117/10074] sloth-cli: rename from sloth. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/s/{sloth.rb => sloth-cli.rb} | 13 ++----------- formula_renames.json | 1 + 2 files changed, 3 insertions(+), 11 deletions(-) rename Formula/s/{sloth.rb => sloth-cli.rb} (53%) diff --git a/Formula/s/sloth.rb b/Formula/s/sloth-cli.rb similarity index 53% rename from Formula/s/sloth.rb rename to Formula/s/sloth-cli.rb index 4414966616a04..4708bfcd9ba00 100644 --- a/Formula/s/sloth.rb +++ b/Formula/s/sloth-cli.rb @@ -1,4 +1,4 @@ -class Sloth < Formula +class SlothCli < Formula desc "Prometheus SLO generator" homepage "https://sloth.dev/" url "https://github.com/slok/sloth/archive/refs/tags/v0.12.0.tar.gz" @@ -11,20 +11,11 @@ class Sloth < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end - bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "76a59c6254842dd76f9020868f4ec38388e645039ef51077192d1f5f0fe573d9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e37e3ca543f2167c514db79724840c8174179f8c465b114a94e8a717d7ff56e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b93c679c5217405d26f967617e4de9b35fd5ae0c57814a4fc00302481023bd0b" - sha256 cellar: :any_skip_relocation, sonoma: "95fd259914b02afb9489548a2420594eaeafc2afeebbe8d8772e37a5b3101036" - sha256 cellar: :any_skip_relocation, ventura: "1b9c32ba8aa94c9f087fee074c651c7540bd66b11b0d1966d66b79e6fafccc87" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6ee5d6b1c4cb80ee6b90d2f6081a2adc59d952ef3515599b00e8f0a4aa7bb047" - end - depends_on "go" => :build def install ldflags = "-s -w -X github.com/slok/sloth/internal/info.Version=#{version}" - system "go", "build", *std_go_args(ldflags:), "./cmd/sloth" + system "go", "build", *std_go_args(output: bin/"sloth", ldflags:), "./cmd/sloth" pkgshare.install "examples" end diff --git a/formula_renames.json b/formula_renames.json index 883c5cb00e613..bc0fe1eec046b 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -159,6 +159,7 @@ "server-go": "openiothub-server", "shuttle": "shuttle-cli", "singularity": "apptainer", + "sloth": "sloth-cli", "speedtest_cli": "speedtest-cli", "ssreflect": "math-comp", "tachyon": "alluxio", From fddeeae6f58756a0b3836d1a34528103aedf08f7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:45:15 +0100 Subject: [PATCH 09118/10074] squirrel-lang: rename from squirrel. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/s/{squirrel.rb => squirrel-lang.rb} | 17 +---------------- formula_renames.json | 1 + 2 files changed, 2 insertions(+), 16 deletions(-) rename Formula/s/{squirrel.rb => squirrel-lang.rb} (55%) diff --git a/Formula/s/squirrel.rb b/Formula/s/squirrel-lang.rb similarity index 55% rename from Formula/s/squirrel.rb rename to Formula/s/squirrel-lang.rb index 56ff669c8e314..2867701bd563f 100644 --- a/Formula/s/squirrel.rb +++ b/Formula/s/squirrel-lang.rb @@ -1,4 +1,4 @@ -class Squirrel < Formula +class SquirrelLang < Formula desc "High level, imperative, object-oriented programming language" homepage "http://www.squirrel-lang.org" url "https://downloads.sourceforge.net/project/squirrel/squirrel3/squirrel%203.2%20stable/squirrel_3_2_stable.tar.gz" @@ -16,21 +16,6 @@ class Squirrel < Formula no_autobump! because: :requires_manual_review - bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c208328e416371ac27e3ae7a78bfd4e319b972848e47647526d282ff36539eb1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "55b91fac014d0478c05c654b6a4d45edc116a7c4853933a7a8d1ee27643a61b5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "631ffa6eed034f912c1a23b1f52cca805632e175caa1a1dc22a4a7718fc61fe1" - sha256 cellar: :any_skip_relocation, arm64_monterey: "4a1b1eaad58270a2b924e75720f9c3a1ce63ca408868ce31637e26fd27d66062" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "0b4a46f4bce39d747dcf5e7ec4ee43afc76646ae6f4e8c0e7ae1601d147061f5" - sha256 cellar: :any_skip_relocation, sonoma: "ba1ea042885244cbc99365b811ec4da8636e538c3ee6eaf5c7b6db2f4557d3bc" - sha256 cellar: :any_skip_relocation, ventura: "9bd02555a226495fcb30c9f539359be571890111c920318f430ecca760c46cc0" - sha256 cellar: :any_skip_relocation, monterey: "c8822588938ec4e83897e6f883ccfad6f39ae6fff7279ea35e988a39c2da4c10" - sha256 cellar: :any_skip_relocation, big_sur: "bb230ed7a9aa535e40bbe4f127cd6d4325fed6be46b4a4dae58c39d01b169666" - sha256 cellar: :any_skip_relocation, catalina: "749bb90e798990994fa79d8846661f95fa7e150d3606b889c0351697c82add62" - sha256 cellar: :any_skip_relocation, arm64_linux: "6b1ea68a161e998f86c3b3e8a4111eea54037fed0a62a08afe6b413de78ebf79" - sha256 cellar: :any_skip_relocation, x86_64_linux: "747575d9f05e9496d0eecf8ea4d6db59711396eac5feca1ae2f61794a53a6a64" - end - conflicts_with "sq", because: "both install `sq` binaries" def install diff --git a/formula_renames.json b/formula_renames.json index bc0fe1eec046b..98226a5dab48b 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -162,6 +162,7 @@ "sloth": "sloth-cli", "speedtest_cli": "speedtest-cli", "ssreflect": "math-comp", + "squirrel": "squirrel-lang", "tachyon": "alluxio", "tensorflow": "libtensorflow", "tepl": "libgedit-tepl", From dcb5e63829fba5dcb22b1a3b6a20c4a75491ef7c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:45:26 +0100 Subject: [PATCH 09119/10074] sq: fix squirrel-lang conflict. --- Formula/s/sq.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/sq.rb b/Formula/s/sq.rb index fe03b8b5f25a6..922243e8bd3d3 100644 --- a/Formula/s/sq.rb +++ b/Formula/s/sq.rb @@ -19,7 +19,7 @@ class Sq < Formula uses_from_macos "sqlite" => :test - conflicts_with "squirrel", because: "both install `sq` binaries" + conflicts_with "squirrel-lang", because: "both install `sq` binaries" def install pkg = "github.com/neilotoole/sq/cli/buildinfo" From 132f199a34cad1a476fe9be2602876327c2e7bb3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 08:45:38 +0100 Subject: [PATCH 09120/10074] todoist-cli: rename from todoist. Needed for https://github.com/Homebrew/brew/pull/20134 --- Formula/t/todoist-cli.rb | 30 ++++++++++++++++++++++++++++++ Formula/t/todoist.rb | 38 -------------------------------------- formula_renames.json | 1 + 3 files changed, 31 insertions(+), 38 deletions(-) create mode 100644 Formula/t/todoist-cli.rb delete mode 100644 Formula/t/todoist.rb diff --git a/Formula/t/todoist-cli.rb b/Formula/t/todoist-cli.rb new file mode 100644 index 0000000000000..59937dd1bec45 --- /dev/null +++ b/Formula/t/todoist-cli.rb @@ -0,0 +1,30 @@ +class TodoistCli < Formula + desc "CLI for Todoist" + homepage "https://github.com/sachaos/todoist" + url "https://github.com/sachaos/todoist/archive/refs/tags/v0.22.0.tar.gz" + sha256 "b8220ec1ec14f298afed0e32e4028067b8833553a6976f99d7ee35b7a75d5a71" + license "MIT" + head "https://github.com/sachaos/todoist.git", branch: "master" + + depends_on "go" => :build + + def install + ldflags = "-s -w -X main.version=#{version}" + system "go", "build", *std_go_args(output: bin/"todoist", ldflags:) + end + + test do + assert_match version.to_s, shell_output("#{bin}/todoist --version") + + test_config = testpath/".config/todoist/config.json" + test_config.write <<~JSON + { + "token": "test_token" + } + JSON + chmod 0600, test_config + + output = shell_output("#{bin}/todoist list 2>&1") + assert_match "There is no task.", output + end +end diff --git a/Formula/t/todoist.rb b/Formula/t/todoist.rb deleted file mode 100644 index 68778640aa6b7..0000000000000 --- a/Formula/t/todoist.rb +++ /dev/null @@ -1,38 +0,0 @@ -class Todoist < Formula - desc "CLI for Todoist" - homepage "https://github.com/sachaos/todoist" - url "https://github.com/sachaos/todoist/archive/refs/tags/v0.22.0.tar.gz" - sha256 "b8220ec1ec14f298afed0e32e4028067b8833553a6976f99d7ee35b7a75d5a71" - license "MIT" - head "https://github.com/sachaos/todoist.git", branch: "master" - - bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a545ff334ff243fa80136cd50d3dd67d4dec54469e02550f359d60686dcbb3e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a545ff334ff243fa80136cd50d3dd67d4dec54469e02550f359d60686dcbb3e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4a545ff334ff243fa80136cd50d3dd67d4dec54469e02550f359d60686dcbb3e" - sha256 cellar: :any_skip_relocation, sonoma: "e226a4397f68b89ef40017e4c78cf9480eb4157c6525bbef69e66269bb3dacfc" - sha256 cellar: :any_skip_relocation, ventura: "e226a4397f68b89ef40017e4c78cf9480eb4157c6525bbef69e66269bb3dacfc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e390f5c218ded4bb493af4beff7bc48203cc3cac2d541225b685fe3929b3ce5b" - end - - depends_on "go" => :build - - def install - system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}") - end - - test do - assert_match version.to_s, shell_output("#{bin}/todoist --version") - - test_config = testpath/".config/todoist/config.json" - test_config.write <<~JSON - { - "token": "test_token" - } - JSON - chmod 0600, test_config - - output = shell_output("#{bin}/todoist list 2>&1") - assert_match "There is no task.", output - end -end diff --git a/formula_renames.json b/formula_renames.json index 98226a5dab48b..a8fab8b5f68aa 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -167,6 +167,7 @@ "tensorflow": "libtensorflow", "tepl": "libgedit-tepl", "thors-serializer": "thors-mongo", + "todoist": "todoist-cli", "todolist": "ultralist", "tomee-jax-rs": "tomee-plus", "transfig": "fig2dev", From b1f204d06659b75fd4fb15dbd69d456206b84827 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:19:13 +0000 Subject: [PATCH 09121/10074] rust-analyzer 2025-06-23 --- Formula/r/rust-analyzer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index cbde10a1d11e9..f860ae77a1ad3 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -2,8 +2,8 @@ class RustAnalyzer < Formula desc "Experimental Rust compiler front-end for IDEs" homepage "https://rust-analyzer.github.io/" url "https://github.com/rust-lang/rust-analyzer.git", - tag: "2025-06-16", - revision: "a207299344bf7797e4253c3f6130313e33c2ba6f" + tag: "2025-06-23", + revision: "0100bc737358e56f5dc2fc7d3c15b8a69cefb56b" license any_of: ["Apache-2.0", "MIT"] bottle do From b8e87e56c657fb697a0f61df41a72381c8cc6e68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:21:39 +0000 Subject: [PATCH 09122/10074] jackett: update 0.22.2042 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 9b883e11ca797..2dae511ab30e2 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "2eb0ec49e39e825c6e18ba9eb2e5ef9870f8febda00e3833d8cce23c462cc620" - sha256 cellar: :any, arm64_sonoma: "401d36f5d40c3d4af4b216f193a188c7acab710c6d2c66914c011b7f3d2fa9ce" - sha256 cellar: :any, arm64_ventura: "f3222b56c913aa4b931f196e671879536ce67a31101d766b243e5294376e9211" - sha256 cellar: :any, ventura: "cee221def99858da1c5b8ad338a53b336d96bb75beb13d8a209d4e54f0e29ce1" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b041c386e523cf3ed109242edcadf0e2260e6f2ec56ad9d06eec383208a5361" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef68a8a207ac13249a0dd1f995cefa07d2386b0ebe0b1b706a670b82e444f17e" + sha256 cellar: :any, arm64_sequoia: "65a212ef52ae316382575c0e0959a3b81e0e015f9c32fee09c26d1b644d6d333" + sha256 cellar: :any, arm64_sonoma: "11ed98db860dabcf7a4c53b0094d09fba80b7eab591d5d76bc437ddd7df0bf30" + sha256 cellar: :any, arm64_ventura: "517970845f2743604872a86a740ef3c72c0a85e6d85bbc006e67da29e32e3c70" + sha256 cellar: :any, ventura: "3298f5af90c07d8cbbe593c1b84508853db0ec3299206aaba640e09ba975a441" + sha256 cellar: :any_skip_relocation, arm64_linux: "b540f88af893abd6f96446f4c7a2b07fe7e0e39ea52b33ba5763ca600e5e6e23" + sha256 cellar: :any_skip_relocation, x86_64_linux: "955d3a536ab64373c69e89fd537f2fc49606c8441243433490652485cb3fb05b" end depends_on "dotnet@8" From b3c339be916715765de7f35db36df9f2545fb249 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:24:57 +0000 Subject: [PATCH 09123/10074] kanata: update 1.9.0 bottle. --- Formula/k/kanata.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kanata.rb b/Formula/k/kanata.rb index 72f54dacabd62..d4f4ecde98461 100644 --- a/Formula/k/kanata.rb +++ b/Formula/k/kanata.rb @@ -7,13 +7,13 @@ class Kanata < Formula head "https://github.com/jtroo/kanata.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "df97ed1a656d62fcba8d9bdc9d5a8904c8dfbbd82b630723b296ce564868151f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0b74a5893bc0f6bff10502462dac37f9842b47f0bd77cb22cb8148dcefccd07" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ca911a4ad48e270eb8d68f37f02bd447ddca389fcc8dc6138b795408abd3c9d" - sha256 cellar: :any_skip_relocation, sonoma: "0adac8827b4cf033a98aa81e6470a235ba54479e93f075db66ba3c4c0497747d" - sha256 cellar: :any_skip_relocation, ventura: "77ea8034460b27ba5eaa3589cf32af346699dab214334d801d90707fa612c96b" - sha256 cellar: :any_skip_relocation, arm64_linux: "e3a2eb12be9dbf1cb2e431f9ae84554863b6c136fbe48a593dfd1f6e42928201" - sha256 cellar: :any_skip_relocation, x86_64_linux: "924dbdd95380eae94d5e732fa3f0686b1b07c4c34d60f8838b7caab820f706a2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "97999cf53908cca6912d7da27f13b4188abc387f141bd0ef97753e98b674ea60" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f7fb8e3dee7b7092d10dd60d960a2859c6d8736ea88d0a62d8ec270720e3427" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f1375a69f5eb4e5edc83a659db28be8e011ec730fc9860de5b59ce94857ce8c1" + sha256 cellar: :any_skip_relocation, sonoma: "ceb73a123a86d0b203e181d0aa62caf7742b4b226233ef1d43d60035986c7745" + sha256 cellar: :any_skip_relocation, ventura: "20b9a3dbf798435571371282744d38861c311a847d852fb63816c388e15b2dc1" + sha256 cellar: :any_skip_relocation, arm64_linux: "55f4248daf9266c373a6e6216081569359cb00e8cc666fc2f1cc2d086a428fa8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc1c026c6aac48ebf3a6a587d2e4b5f4b886ce192752e325a53084a201100720" end depends_on "rust" => :build From 667ee885df116d9ff0be8726578d7f408484bc82 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:28:25 +0000 Subject: [PATCH 09124/10074] mx: update 7.56.0 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 2fa91170f124e..ee8cfcbe77c82 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "e3ed41efd311b36b2a5ae5dbed6438df2ab5aa1d87b604a069e25d6457a55f0e" + sha256 cellar: :any_skip_relocation, all: "212f7e89199cb0cdd781936d332c9d0e574db429d38e11039d43e0185cf081b1" end depends_on "openjdk" => :test From 155ef49a46aa6c8e37e6a00fbbc604e192113244 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:37:04 +0000 Subject: [PATCH 09125/10074] newrelic-infra-agent: update 1.65.0 bottle. --- Formula/n/newrelic-infra-agent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/newrelic-infra-agent.rb b/Formula/n/newrelic-infra-agent.rb index b5d4368f9ea0c..29c11033e7ee7 100644 --- a/Formula/n/newrelic-infra-agent.rb +++ b/Formula/n/newrelic-infra-agent.rb @@ -15,13 +15,13 @@ class NewrelicInfraAgent < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c3efb0b9d0b2c739c22b0c8f76d964b90777fb648b3d0850b14b3e421a6e80f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "68f2a63711dc0abeda29a874bf89b6c1201e185a34d1fdd4184910bf1cb6672f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "47f59f20f9f986f39065c96458702b94a79ea2de7b0b21c748954945e5b43861" - sha256 cellar: :any_skip_relocation, sonoma: "3b27d059e818daec5fc1e156542816c91b637b43a3949702830ce96eeb7a7b14" - sha256 cellar: :any_skip_relocation, ventura: "6878c0d430393df62194cc24a75d9f05bbc7d15473acb244be1346a6b91aa6cf" - sha256 cellar: :any_skip_relocation, arm64_linux: "1baf072a25148616b816f2d5958ed87e9e5e876ebe093b3ccbfa6840ac6ccbb9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "10758d54f803aff3a2a69ea6448c60f228d2fabf85c160b0f94731415ebe14b9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "55b4d968d0466c9657cac0f0c142e88aa6fa688fb3664295fe30444a410ae381" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "758e9f322d1a77cb60b1341334341695130cddf6e5bb2bb6215902deba45e6fb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a760d39c9b4a93f66147a24fd3780952ea17737d641c4a988e92090673c36488" + sha256 cellar: :any_skip_relocation, sonoma: "1aacd427ae83abf6acaeba80501e1941a6864e7976397d91b2a8038591db9002" + sha256 cellar: :any_skip_relocation, ventura: "5dea3e91994e75209fa638dea202c729608130973ff8767a20dae34df068d905" + sha256 cellar: :any_skip_relocation, arm64_linux: "cd29316b20d1311ea1ee0fc00b8f4d2488f387931b6480fa3081589dfeff5feb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5db0f724e72a85ef84421d9a0c0d830138cfd143fe95417525bc75d3a73ab0c4" end depends_on "go" => :build From 91e2006c5da4b2eb2593fcd493d48c7c5066a159 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 23 Jun 2025 11:36:41 +0200 Subject: [PATCH 09126/10074] argtable3 3.3.1 Signed-off-by: botantony --- Formula/a/argtable3.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/a/argtable3.rb b/Formula/a/argtable3.rb index 3a13e13838a97..aeca27e15d90a 100644 --- a/Formula/a/argtable3.rb +++ b/Formula/a/argtable3.rb @@ -1,9 +1,8 @@ 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.3.0.116da6c.tar.gz" - version "3.3.0" - sha256 "7c24a61d4ba780ce150adb33f9e815f8b45d65a1a709e63a9bc94ae201490cd2" + url "https://github.com/argtable/argtable3/archive/refs/tags/v3.3.1.tar.gz" + sha256 "8b28a4fb2cd621d8d16f34e30e1956aa488077f6a6b902e7fc9f07883e1519c1" license "BSD-3-Clause" head "https://github.com/argtable/argtable3.git", branch: "master" From 78f4149d8e44a2c03c838b91227f2c6121013204 Mon Sep 17 00:00:00 2001 From: Simon Olofsson Date: Mon, 23 Jun 2025 11:48:02 +0200 Subject: [PATCH 09127/10074] wireshark: update cask name to `wireshark-app` --- Formula/w/wireshark.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/w/wireshark.rb b/Formula/w/wireshark.rb index 04e30e816a54b..692af3caf9728 100644 --- a/Formula/w/wireshark.rb +++ b/Formula/w/wireshark.rb @@ -77,7 +77,7 @@ def caveats This formula only installs the command-line utilities by default. Install Wireshark.app with Homebrew Cask: - brew install --cask wireshark + brew install wireshark-app If your list of available capture interfaces is empty (default macOS behavior), install ChmodBPF: From e881203f81a990fce26dbc87dbebf15c9911e4a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:06:05 +0000 Subject: [PATCH 09128/10074] argtable3: update 3.3.1 bottle. --- Formula/a/argtable3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/argtable3.rb b/Formula/a/argtable3.rb index aeca27e15d90a..67be31034210e 100644 --- a/Formula/a/argtable3.rb +++ b/Formula/a/argtable3.rb @@ -17,13 +17,13 @@ class Argtable3 < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "635c0ac6efb8e89912496bf8d4ed32d0049e0dbc67208c68ac8f17c28b81c9c5" - sha256 cellar: :any, arm64_sonoma: "11b35a8824c4f7f0c75e219094fa9f0602a40e059a6973bac65c552e5e923977" - sha256 cellar: :any, arm64_ventura: "58361e9bcd9d10fdf9a4c95940fa5860d66bbb0de290f734bc976acd35746b4f" - sha256 cellar: :any, sonoma: "fb07c6448932f97c7d88283b28050418382f171f60fe63789149010701ae66fd" - sha256 cellar: :any, ventura: "c8301070f847c59bf5f287b05ab431bca82420366f6e83c515898ab528124bec" - sha256 cellar: :any_skip_relocation, arm64_linux: "05c8078e587693d75a00317b81e8e52ab72a89440749b0c165789636306a928b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "83498df70602200dfa267fbc1e15a9b84b22d8439269750366a4247174e316fc" + sha256 cellar: :any, arm64_sequoia: "08c1d4c1b1caf0027f5965d8f4a33a8634de5d1d2db97215c4cae4dd35a21d83" + sha256 cellar: :any, arm64_sonoma: "d12329601f98832b51f7d0887754b353116fc91389d7427526f2c7f2d493de64" + sha256 cellar: :any, arm64_ventura: "f49951ca0b688eadaac7d390a5f4cba099dd801c8e1fa772eae1bbd223ee955a" + sha256 cellar: :any, sonoma: "81aa7acce60ed7c0fbb3f7becf7b93065640a23accbace7b0b98758cc4b034b0" + sha256 cellar: :any, ventura: "e54312fdc0437c0fac0f877c1f644cea428c82174025607e23e31133a594a51d" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a6bd561754762b0b1c295c6d99882e4c98a11783675260c8a99dd3135789b7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "569f0abb77d2e4b88ab0e948309bbb78858387ecc9ed8544942020a4bc868ad4" end depends_on "cmake" => :build From f9ebf3f15331b628e0cebf9c8328540f02a741ec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:13:04 +0000 Subject: [PATCH 09129/10074] rust-analyzer: update 2025-06-23 bottle. --- Formula/r/rust-analyzer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rust-analyzer.rb b/Formula/r/rust-analyzer.rb index f860ae77a1ad3..3bda0bc4e8a3f 100644 --- a/Formula/r/rust-analyzer.rb +++ b/Formula/r/rust-analyzer.rb @@ -7,13 +7,13 @@ class RustAnalyzer < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e765006a8b7f1aedf64534b16b747dc7d21765208422fed6173a6b30f755a101" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e08421a0a79221fd31c4a4ef64ce5f553beaeb5e8ddb0ba99a51412a943a1203" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fbdf7a3d1af15029271efa2ac9bf7e3a7e4d3f815d170bff55bbbd6897ef4312" - sha256 cellar: :any_skip_relocation, sonoma: "b1c47b67af32259b8b233a7db645ae14a52a01db65f6f0083362f62e091b469c" - sha256 cellar: :any_skip_relocation, ventura: "f4cfebe82edd45134a63753866645ba39685aa08ffc241ae5709b884826f7892" - sha256 cellar: :any_skip_relocation, arm64_linux: "25655988305a76d7c14f2357dccf75f252a1cfbd098ead6ebbebddfa5b44cda8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b2a16071ee733ed075a7bcdd9a0e8636c8c8694aa9173db6eacbccd3c8e393d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c368a91d885fe86ee11c88a9e6bcf34e9a53be465230e9d44d2b6e61d2a1bd1b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "14c048b6387627a4af3a466cfe1ee8f7d3eba605efd5b3beb3c5d3461777756c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0b95c57d27d7537b834a45fd319c830db49e0570ce786a4e37a18eaab359e36b" + sha256 cellar: :any_skip_relocation, sonoma: "82bed943c88a90759aba8702aced43db327eec18b2a9ecee44bea21d448eb659" + sha256 cellar: :any_skip_relocation, ventura: "19dc420fbb86b4d5f477efd5af848b1a2196fda63303d0c6752c7347e1b2d8b0" + sha256 cellar: :any_skip_relocation, arm64_linux: "db9f3edbe304f7ba1b4b7784d858067d5039418e85bcee98362e7c99beb1f1ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9f73525ad0bc03f9c435bee15785dca86aedf244242bfe3f7cb0e26e460b56ee" end depends_on "rust" => :build From 7d10e471c6854c02155eea1d2d6ec43d14f67134 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:13:18 +0000 Subject: [PATCH 09130/10074] oxlint: update 1.3.0 bottle. --- Formula/o/oxlint.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oxlint.rb b/Formula/o/oxlint.rb index 5a2d0e3ca5e30..79b1b3d20b1ce 100644 --- a/Formula/o/oxlint.rb +++ b/Formula/o/oxlint.rb @@ -12,13 +12,13 @@ class Oxlint < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "01573d2dce3e12de45b105c8fb43b639a699c263f8e9b5d593f33d6023940f1a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "03e27b8fb529cf8100dee714fd652a248fce2093565fb8b03406df1a8822bd00" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5618470842f94a407535476742cb672a82642d0d230f89545cd2e2104c781d41" - sha256 cellar: :any_skip_relocation, sonoma: "5a03ccf73235f1f59edcb13624e4a2b14cde52e1ab946348f49b7d518d34bbd7" - sha256 cellar: :any_skip_relocation, ventura: "c1689d7fbf010d6fafd91e936afa9b074a245d48d7c50aa90a25df1e51671bbd" - sha256 cellar: :any_skip_relocation, arm64_linux: "d5a18a8e9d5c4b0ac9b83bf5780ee3ad724f4853a1a53c5b30de6a96bb5d728f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2a78d8d0d3b6be1dc33d8aa0283bc1fafe62f566308a9736d77ccdc97950820f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7674697d7bebe28b8be2204eb32587d97f6da8be0cf15d9197c78d4e3b47c520" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7eb52ba7ad2a798ed8a0f594c937c08f22f00d1036e19b793a552237239c52c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a794c0b06beb7de35df729f78e7b8f41fa067bfd3888968090568e6e0082da6c" + sha256 cellar: :any_skip_relocation, sonoma: "a5d15f9e9b28510d034ed8b6ac6777051b3940ab6fb1dcdd8e043ac0e82454ee" + sha256 cellar: :any_skip_relocation, ventura: "d9d5cfa20ec071509044592a6a683d26af9a962fd69dbe556cc59518f7d143c3" + sha256 cellar: :any_skip_relocation, arm64_linux: "8286e58843e98a8576650b1b0ef541c2eac6d7d67ce637c2a0af1efb0c693297" + sha256 cellar: :any_skip_relocation, x86_64_linux: "859234fcbced88031760d367bd44e3d0bd16c2730ee86382ae6aa96ddc621495" end depends_on "rust" => :build From 41c9a8dcf2e81d63943c4414379da8a6b681cb9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:14:14 +0000 Subject: [PATCH 09131/10074] hatari: update 2.6.0 bottle. --- Formula/h/hatari.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/h/hatari.rb b/Formula/h/hatari.rb index 6b0f83dc98ab5..b9dd649ff0994 100644 --- a/Formula/h/hatari.rb +++ b/Formula/h/hatari.rb @@ -7,15 +7,13 @@ class Hatari < Formula head "https://framagit.org/hatari/hatari.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "fd62555b198d19de0d5afa2dcf6538030b015edbecbb67e7f71b6b0650b51e4e" - sha256 cellar: :any, arm64_sonoma: "c621abae9b430a09f6389df198a246bab810281201b4d7e87fbaac311db06d22" - sha256 cellar: :any, arm64_ventura: "cacb7a21109dc0377d2e24bcf8f183ea94c295fcae57688e9703de1e0ed6eceb" - sha256 cellar: :any, arm64_monterey: "26032585bf8048b0987200009f9532d1a0281051644511269cc4918d94680b78" - sha256 cellar: :any, sonoma: "107fc887028fe359dc50681b60dca25b27bb498d333167874e021e4f8dc0f0b1" - sha256 cellar: :any, ventura: "0fc52a934a1d10afabf313998aadb3257cf1043d5232057c9b42714f9417b59a" - sha256 cellar: :any, monterey: "b3691b1718cea74b9fd1c859aaa7bae64732fb9d47ccc55ba8851628ee66e3c5" - sha256 cellar: :any_skip_relocation, arm64_linux: "de32a18236e652b50c7653df4f9accaf247f24c36577c96bec0af61ce2c4a8ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3a872e656f3ca0cf1d3db8447e745c81b8ad652580f0481e571deded52351f3" + sha256 cellar: :any, arm64_sequoia: "53dc32f79ae689f106dd520edfb9a1096f2869ad5ecd94b604c7a5fff49d73e5" + sha256 cellar: :any, arm64_sonoma: "b98449909d4e40320d346e224bdc11b55b85fb809f60311ad7ab0369e6d3a8b1" + sha256 cellar: :any, arm64_ventura: "48724c5659b9125142ca27f59ee8de9d622cfc5b1595a0c11c76791dfb204859" + sha256 cellar: :any, sonoma: "8a755dc9f4b831cae3643f8f90049ffaff37e4aa01f79f511180061dfdafcc48" + sha256 cellar: :any, ventura: "497de1a56b32c1b9025561640690eeb1dc9f3e9172bcc64226e2205e8a8eec47" + sha256 cellar: :any_skip_relocation, arm64_linux: "6577252c5abd6e8832bd7985e2909a5617a9d78211815cabbae6fa16cb2cc83b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a13089841344519383fd7010393ebb0cb639eae84771c82f908e973776630d1" end depends_on "cmake" => :build From bae3db60ccc691d15bb96886aea7f2a76d0ec0bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:15:19 +0000 Subject: [PATCH 09132/10074] onigmo: add 6.2.0 bottle. --- Formula/o/onigmo.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/o/onigmo.rb b/Formula/o/onigmo.rb index 6586adebf2fe9..a3edc26be5798 100644 --- a/Formula/o/onigmo.rb +++ b/Formula/o/onigmo.rb @@ -6,6 +6,15 @@ class Onigmo < Formula license "BSD-2-Clause" head "https://github.com/k-takata/Onigmo.git", branch: "master" + bottle do + sha256 cellar: :any, arm64_sequoia: "7dfc12c6ac3db48e2927137723a4d9ee1cf0b48d3188b142231b87add252e101" + sha256 cellar: :any, arm64_sonoma: "3e7750a967115b4f15803abf886f850cb8840f42c67749bb4b5c3bb96861273c" + sha256 cellar: :any, arm64_ventura: "982e2aa0d17a1a598740ba22040c8a33c37fc8995b75a0b86c5016975cf2aad6" + sha256 cellar: :any, sonoma: "7fbf4f9e56dd3c2059a690e45bcc65dc822cb0af307a7786daf9c1bb76ff7af0" + sha256 cellar: :any, ventura: "aae7be640b247269995fc92160e4251c47fb3c95302f549e59b8daeebb4074fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0f13dd8f0e389c3210abc32b970ab87259f40b37a057bc10a0cd6b4416f4b8fb" + end + def install system "./configure", *std_configure_args system "make", "install" From 1b24a1a08991d8ab67c10bb01081a7f6a34db34e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:18:52 +0000 Subject: [PATCH 09133/10074] bob: update 4.1.1 bottle. --- Formula/b/bob.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bob.rb b/Formula/b/bob.rb index 2dc8ee7015c49..6c32492d00095 100644 --- a/Formula/b/bob.rb +++ b/Formula/b/bob.rb @@ -6,13 +6,13 @@ class Bob < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "197aedb1360b5288d62570a28d4ab2799db3b23c5a66b7825d70b006a4eab70c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "abb9e82fa156473bf7477165601ce06461d34131dcedd97456341b8f24bec3e8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "59d937fb5ca0b8f8e360a4685be621be76f843583bcb1711b3cf6b79007b1b6f" - sha256 cellar: :any_skip_relocation, sonoma: "37a0ae66998c2dcec0a690d1a3c56e2ee3c5ec6ebe4345a28a43858e80910d25" - sha256 cellar: :any_skip_relocation, ventura: "ec91b851216fb3b9489a1f58279f4290662bb7cb6ba2b74c49305b9ab61ba1ab" - sha256 cellar: :any_skip_relocation, arm64_linux: "a9ab71e83cf296494c2fdcdefca38822f5cad293a94afdf13dba5c4a7afcfaee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "771d6922ebbff58d6c998d5c5217816d8f439a9c8462a4ce32886e7c183d0cce" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2e9793a1957841ab2743fd3f4749e94ed11b28388063e01f233ce35788574cd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d591774836a4ddb1bfa8f8843250dadc2c13c4359ae528d4359e237e8981281" + sha256 cellar: :any_skip_relocation, arm64_ventura: "261c373f5c07bb38f711c541c8e1a39d797b2b7d818ceda3f98421cb95a11c12" + sha256 cellar: :any_skip_relocation, sonoma: "7021cac89225b16ed3f045a3a1018e0413f0409efc826badb6595b88f3762a5c" + sha256 cellar: :any_skip_relocation, ventura: "8a4833e729b8910ff0ecd4d7b5554228b9d2e6e0fdb6539a87b4b1db69a05431" + sha256 cellar: :any_skip_relocation, arm64_linux: "c89993e243dd292b078c9aee2523ea15f424c84333f4e9056e33753db97dedd7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "69841b5b77b0c3cf4b7ed6f206aee679d0e5581499a447be0e1de2af79fde443" end depends_on "rust" => :build From 99eefc8c94738a149f15dd121b8c005cef57ae1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:56:56 +0000 Subject: [PATCH 09134/10074] conan 2.17.1 --- Formula/c/conan.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/c/conan.rb b/Formula/c/conan.rb index 181f8c6bd1fb7..b8b8e6a7c382d 100644 --- a/Formula/c/conan.rb +++ b/Formula/c/conan.rb @@ -3,10 +3,9 @@ class Conan < Formula desc "Distributed, open source, package manager for C/C++" homepage "https://conan.io" - url "https://files.pythonhosted.org/packages/7e/f5/d3de05f350c9ea40998543b11f38798d54ce0f0f88a558e1c7ed31a3123e/conan-2.17.0.tar.gz" - sha256 "91bca3c5b4a9b361d2a9155cf7e678707fccd738cdeb601b5ca398478f99a824" + url "https://files.pythonhosted.org/packages/70/f2/cdc0214d1bdbdf56275f805a8225e232f30cf00fefd9c4b1a2b4a731d8f3/conan-2.17.1.tar.gz" + sha256 "7605c8e9990382d37266e69b9f4f671cc23d6478c75b572be53829387f1cf8c8" license "MIT" - revision 1 head "https://github.com/conan-io/conan.git", branch: "develop" bottle do @@ -36,8 +35,8 @@ class Conan < Formula end resource "distro" do - url "https://files.pythonhosted.org/packages/fc/f8/98eea607f65de6527f8a2e8885fc8015d3e6f5775df186e443e0964a11c3/distro-1.9.0.tar.gz" - sha256 "2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed" + url "https://files.pythonhosted.org/packages/4b/89/eaa3a3587ebf8bed93e45aa79be8c2af77d50790d15b53f6dfc85b57f398/distro-1.8.0.tar.gz" + sha256 "02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8" end resource "fasteners" do From 0313d12066ccfced7b9de7154d5435dcded5dcc0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:00:03 +0000 Subject: [PATCH 09135/10074] excalidraw-converter 1.5.3 --- Formula/e/excalidraw-converter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/excalidraw-converter.rb b/Formula/e/excalidraw-converter.rb index fe0d571338cc3..4b4489e3dc785 100644 --- a/Formula/e/excalidraw-converter.rb +++ b/Formula/e/excalidraw-converter.rb @@ -1,8 +1,8 @@ class ExcalidrawConverter < Formula desc "Command-line tool for porting Excalidraw diagrams to Gliffy" homepage "https://github.com/sindrel/excalidraw-converter" - url "https://github.com/sindrel/excalidraw-converter/archive/refs/tags/v1.5.2.tar.gz" - sha256 "826087fecbfd48c5e0d832a342ba66c2cb74c06e5736218e199a2f531f1aebb9" + url "https://github.com/sindrel/excalidraw-converter/archive/refs/tags/v1.5.3.tar.gz" + sha256 "99b66ce4cfc8ee2c6650b2fefa69a6a3cf8790267914492d2337a84e0c47b3d6" license "MIT" head "https://github.com/sindrel/excalidraw-converter.git", branch: "master" From 487c2dc11be7a270ba2868b1ec313e429c3736fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:04:08 +0000 Subject: [PATCH 09136/10074] hubble 1.17.5 --- Formula/h/hubble.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hubble.rb b/Formula/h/hubble.rb index 4d000bd430f83..33a61b0d6a24e 100644 --- a/Formula/h/hubble.rb +++ b/Formula/h/hubble.rb @@ -1,8 +1,8 @@ class Hubble < Formula desc "Network, Service & Security Observability for Kubernetes using eBPF" homepage "https://github.com/cilium/hubble" - url "https://github.com/cilium/hubble/archive/refs/tags/v1.17.3.tar.gz" - sha256 "79afdd77b2b9406bb6cdd90c0a5990fdfe9457c08837af458a7bb7717b58d560" + url "https://github.com/cilium/hubble/archive/refs/tags/v1.17.5.tar.gz" + sha256 "ac0a7e58f611cb203e14f24c3b65b050931c4994794d884cbfecf5c4bf5aaf7f" license "Apache-2.0" head "https://github.com/cilium/hubble.git", branch: "main" From 9079f20e05627b6acd16f16f23ffdf4518a3c5cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:04:21 +0000 Subject: [PATCH 09137/10074] hugo 0.147.9 --- Formula/h/hugo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index 28d8d1b49c744..e5268f47a470e 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -1,8 +1,8 @@ class Hugo < Formula desc "Configurable static site generator" homepage "https://gohugo.io/" - url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.147.8.tar.gz" - sha256 "b2cf9f0b342bcdecab7f038e451072aa58bd1352c200bc32fcc9a5ce342fa2ff" + url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.147.9.tar.gz" + sha256 "66c05149b3d3e2979d440fc937b78df85246823aa1f15053d88b42fa514291a1" license "Apache-2.0" head "https://github.com/gohugoio/hugo.git", branch: "master" From 9b24254cbaac1302cc0ecff5b89a87da0d619e97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:07:30 +0000 Subject: [PATCH 09138/10074] libgr 0.73.17 --- Formula/lib/libgr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libgr.rb b/Formula/lib/libgr.rb index a60779dad02c4..6705e09502133 100644 --- a/Formula/lib/libgr.rb +++ b/Formula/lib/libgr.rb @@ -1,8 +1,8 @@ class Libgr < Formula desc "GR framework: a graphics library for visualisation applications" homepage "https://gr-framework.org/" - url "https://github.com/sciapp/gr/archive/refs/tags/v0.73.16.tar.gz" - sha256 "a9eb77caa0b28f46cd7e5c5318a56f75af28c9306fa802fbb10f7b3d332d71a6" + url "https://github.com/sciapp/gr/archive/refs/tags/v0.73.17.tar.gz" + sha256 "dafd6ee72d36226d4664ca32d85d0b68224d5dba710abb8a4578c427259858e1" license "MIT" bottle do From 65662a59e4fde40ff3a8f1e87f69a1830562b6a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:09:11 +0000 Subject: [PATCH 09139/10074] locust 2.37.11 --- Formula/l/locust.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index 7d4305b6bcb0c..b74ee423ede44 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -3,10 +3,9 @@ class Locust < Formula desc "Scalable user load testing tool written in Python" homepage "https://locust.io/" - url "https://files.pythonhosted.org/packages/84/f2/c3f3d328ae75c9dfdab6c895cdb49844bbd3f930375e349104d15d62165d/locust-2.37.10.tar.gz" - sha256 "4ae1df1f5155cc7df5aa3eee333c1fa87c1a3ac4815a47f7e62d8cdeadc1fd45" + url "https://files.pythonhosted.org/packages/4f/19/66cdab585f7d4385be615d3792402fc75a1bed7519e5283adbe7133dbc78/locust-2.37.11.tar.gz" + sha256 "89c79bc599aa57160bd41dd3876e35d8b9dee5abded78e35008d01fd8f1640ed" license "MIT" - revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "6ea595d9effd55dde6a5dde56301f49dbe0eeef96e8f70cd44cdb7151c8e001f" @@ -105,8 +104,8 @@ class Locust < Formula end resource "locust-cloud" do - url "https://files.pythonhosted.org/packages/a0/ce/60fa27ebf214c3ddf159634006a607ef73a44e3657a32ca2630738e7c2ba/locust_cloud-1.23.2.tar.gz" - sha256 "614051174a96672fdba3a77ba2c4bcb537fe28ad32bf4bfdb715429aabe395be" + url "https://files.pythonhosted.org/packages/28/02/54e2d499faffb74ec48ec581cd1c952483085f6f5075913a87b43d495f50/locust_cloud-1.24.1.tar.gz" + sha256 "96d0163f52e2c24dbe4f23577f5753655713725695e393634e4d15e053d24898" end resource "markupsafe" do From 7426d000989df285b8b73d754dbd34fd7bf56cfd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:15:01 +0000 Subject: [PATCH 09140/10074] pint 0.74.2 --- Formula/p/pint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pint.rb b/Formula/p/pint.rb index 495ea97f683b8..eed5a1e285370 100644 --- a/Formula/p/pint.rb +++ b/Formula/p/pint.rb @@ -1,8 +1,8 @@ class Pint < Formula desc "Prometheus rule linter/validator" homepage "https://cloudflare.github.io/pint/" - url "https://github.com/cloudflare/pint/archive/refs/tags/v0.74.1.tar.gz" - sha256 "74af409dd2075416d6b365ff7f9fcb02ea6424341b627089acdb245f1ec8cc0a" + url "https://github.com/cloudflare/pint/archive/refs/tags/v0.74.2.tar.gz" + sha256 "7cbb0209a6318799cff3a3f6356dc9a318a6b78f42d082b2041303989adec946" license "Apache-2.0" bottle do From 2948b65bb32b8f146a03adba525e08c5cdc90895 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:17:33 +0000 Subject: [PATCH 09141/10074] renovate 41.2.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 5b79601743f21..f7de58445a9a2 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.1.0.tgz" - sha256 "26b0484e6524b4dd93ea11de19c69d1b500772db6e7cdd1d917165402465a3c0" + url "https://registry.npmjs.org/renovate/-/renovate-41.2.0.tgz" + sha256 "fd0683392361ecaa18217a77fcc6eb52ae362917baae0a3cbef34180ef5443ea" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 85e6d62a2c4b85b73264cda761e6ca30e3d8de4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:19:04 +0000 Subject: [PATCH 09142/10074] scw 2.41.0 --- Formula/s/scw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/scw.rb b/Formula/s/scw.rb index 397230c16ef73..0da90a6ff905f 100644 --- a/Formula/s/scw.rb +++ b/Formula/s/scw.rb @@ -1,8 +1,8 @@ class Scw < Formula desc "Command-line Interface for Scaleway" homepage "https://www.scaleway.com/en/cli/" - url "https://github.com/scaleway/scaleway-cli/archive/refs/tags/v2.40.0.tar.gz" - sha256 "b9601d38edf0193f63de4794971f690e18234a0c83d42f1526d90fffd523681f" + url "https://github.com/scaleway/scaleway-cli/archive/refs/tags/v2.41.0.tar.gz" + sha256 "ba056eacd5a012a55789421d0d7579ee002ae298ca9a04a1d9a88eefb0d13ae7" license "Apache-2.0" livecheck do From 0acf6ebf00b3c337a12b65dffb4a6469e2f8bff2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:21:30 +0000 Subject: [PATCH 09143/10074] swagger-codegen 3.0.69 --- Formula/s/swagger-codegen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swagger-codegen.rb b/Formula/s/swagger-codegen.rb index 9615668a56e1b..2adc360de46d4 100644 --- a/Formula/s/swagger-codegen.rb +++ b/Formula/s/swagger-codegen.rb @@ -1,8 +1,8 @@ class SwaggerCodegen < Formula desc "Generate clients, server stubs, and docs from an OpenAPI spec" homepage "https://swagger.io/tools/swagger-codegen/" - url "https://github.com/swagger-api/swagger-codegen/archive/refs/tags/v3.0.68.tar.gz" - sha256 "05edb52130fe8c7d619338b23693aa284138fac2e73867ce5ab718e21b34ea45" + url "https://github.com/swagger-api/swagger-codegen/archive/refs/tags/v3.0.69.tar.gz" + sha256 "65a9c70119afaf3d780f9f50c75cf178c4f9a294adc0183749a36e2e9aa3d580" license "Apache-2.0" head "https://github.com/swagger-api/swagger-codegen.git", branch: "master" From 6baed800443a76985cae8d080f3a7f5227e0348e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:25:45 +0000 Subject: [PATCH 09144/10074] yorkie 0.6.17 --- Formula/y/yorkie.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yorkie.rb b/Formula/y/yorkie.rb index 33dc405486c0a..bb8a6919a7fe7 100644 --- a/Formula/y/yorkie.rb +++ b/Formula/y/yorkie.rb @@ -1,8 +1,8 @@ class Yorkie < Formula desc "Document store for collaborative applications" homepage "https://yorkie.dev/" - url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.6.16.tar.gz" - sha256 "3dc132a70d6cb673169597798f67b54f360797cdb5d353fcc3baf7acb195cb36" + url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.6.17.tar.gz" + sha256 "2c2e701c960933d8a791f06fe474b6b93f36047ee00718b7f24c98c091debf27" license "Apache-2.0" head "https://github.com/yorkie-team/yorkie.git", branch: "main" From 38a9b0b93e7a8d6faecf74cb273d97b1be01da63 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:26:16 +0000 Subject: [PATCH 09145/10074] zx 8.6.0 --- Formula/z/zx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zx.rb b/Formula/z/zx.rb index 1ef4260085b9a..6a8dee317a3e7 100644 --- a/Formula/z/zx.rb +++ b/Formula/z/zx.rb @@ -1,8 +1,8 @@ class Zx < Formula desc "Tool for writing better scripts" homepage "https://google.github.io/zx/" - url "https://registry.npmjs.org/zx/-/zx-8.5.5.tgz" - sha256 "7c44d107b7384ea89e452bd52b3d6580dbefd1a4b365df5ef4fc2bc955f35304" + url "https://registry.npmjs.org/zx/-/zx-8.6.0.tgz" + sha256 "467bdfce0825772793bc5934e8c6948bbe5e249f6021c66dd63a5c2b43dfc32b" license "Apache-2.0" bottle do From 84ad8a997ac7fcac98de7d6735af1591b8434ff8 Mon Sep 17 00:00:00 2001 From: Anka Date: Mon, 23 Jun 2025 11:34:44 +0000 Subject: [PATCH 09146/10074] vespa-cli 8.538.52 --- Formula/v/vespa-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vespa-cli.rb b/Formula/v/vespa-cli.rb index e6e3024579b9c..0462c39737d07 100644 --- a/Formula/v/vespa-cli.rb +++ b/Formula/v/vespa-cli.rb @@ -1,8 +1,8 @@ class VespaCli < Formula desc "Command-line tool for Vespa.ai" homepage "https://vespa.ai" - url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.536.21.tar.gz" - sha256 "c7402f9dade42cf63d236c28e491e56cc8264aec9118c39f3645bd8f962d10dd" + url "https://github.com/vespa-engine/vespa/archive/refs/tags/v8.538.52.tar.gz" + sha256 "27f0a6f75223230703218ae3f43cc17c18b371c230b3379991430e71219a5a01" license "Apache-2.0" livecheck do From ca5e5467daccc14aa0615271675c9b517b26be74 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:08:23 +0000 Subject: [PATCH 09147/10074] vespa-cli: update 8.538.52 bottle. --- Formula/v/vespa-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/vespa-cli.rb b/Formula/v/vespa-cli.rb index 0462c39737d07..dd1e037f9208a 100644 --- a/Formula/v/vespa-cli.rb +++ b/Formula/v/vespa-cli.rb @@ -14,12 +14,12 @@ class VespaCli < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e48e026806f88123d7fa86c834a05ab9f19a31df11ef08aee25ee8f0ba80e3ef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c40433bc330913614a1a826e2e759a1176705baa68205c5e4709a1ce2dbe486d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4af6eb5edd7abfebe85739455a7e73f536a8502b530e55fce6669536319f383e" - sha256 cellar: :any_skip_relocation, sonoma: "29ab7540f02779ecefb2c8120e10fcbd8273a4eab48b8d15873838293f9c03d8" - sha256 cellar: :any_skip_relocation, ventura: "208f68b6a6a67545b68eca404594212b571c33d837d29128e3a92cdac3917ae6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1810c07a3a6f9c8c8f5c853703b1442bcdbe94c09e4acf0973bc8a8727a9c938" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "98b924646a8a4d43dc90b03676f63facc86be64ff3acd4f20e000a7f3e3f3e9a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "318c92d4d2cd9d7f0c7653a88206ec16f08b0aad1209e1ff6705f1f384745769" + sha256 cellar: :any_skip_relocation, arm64_ventura: "93a1f8f8787de56f14cea83ff61fa28ea97173d0b6433284e5a0b1a8d6d564b4" + sha256 cellar: :any_skip_relocation, sonoma: "56077f0d4f2068acd7370952fd4807e7a77f31fa067aea1b72c912c217228f1c" + sha256 cellar: :any_skip_relocation, ventura: "975e7593793b11e951a29b0402828976dae8b8a935b62c65e6f03c332c5d9482" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35d3004c0f94cbc05331ef49c5ef4247232c10bb7c1a83b4ffc2cfc4e2154266" end depends_on "go" => :build From 06ae6ee01a724762064a8cd397ebc43b6f54a674 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:08:43 +0000 Subject: [PATCH 09148/10074] zx: update 8.6.0 bottle. --- Formula/z/zx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/z/zx.rb b/Formula/z/zx.rb index 6a8dee317a3e7..462356742fd57 100644 --- a/Formula/z/zx.rb +++ b/Formula/z/zx.rb @@ -6,7 +6,7 @@ class Zx < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "b00385cf958f092e4e870bdb21db616bd36718976a774040eec60b69a3ab578e" + sha256 cellar: :any_skip_relocation, all: "928c1a333a5b951fea8f198cfb1e9cd27637095435701072e6e5b5deeeccaa39" end depends_on "node" From c3f4c4a8f7603d67d537b1d22c3787cd50cb872a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:09:07 +0000 Subject: [PATCH 09149/10074] yorkie: update 0.6.17 bottle. --- Formula/y/yorkie.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yorkie.rb b/Formula/y/yorkie.rb index bb8a6919a7fe7..bc6a5afe50ce2 100644 --- a/Formula/y/yorkie.rb +++ b/Formula/y/yorkie.rb @@ -12,12 +12,12 @@ class Yorkie < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08f609c64faa1ea08365b77f6338e2261c2962fafc1e94eeeb7d91d25f9371c2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5bad3f7fb3d4dfe2d3987cd25d7a36babde56109fcd25a45a66efde94cb38fdf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "af88fbaa23b9f5450233e0538c95a215de548e1a983964358de2cdc15f69d482" - sha256 cellar: :any_skip_relocation, sonoma: "931adf0e6be53e0a3915544013a14aac7fb2ea86bb3ce89d3db7d913dcb99e1b" - sha256 cellar: :any_skip_relocation, ventura: "d4af1d061e9fe44dee0b6c8e604a010228255944626454b369bd081a2aed32eb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd2f68bd0d6082ff8fd9b61423ff6f0295bcc7381b564f880b7fd88a62eef709" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcb48b6eb728cc20d60cc6f35a5922e2f0c60447c5c6c0c123ee6b130e2b6635" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d92d06b1409ccd708224068ab5b2f5263d755085a0934d00af2356205a218c05" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe31ea8d6429ac4fe9c765a6f7a5946df40fc6ee69188fc8c62088492b1bcb38" + sha256 cellar: :any_skip_relocation, sonoma: "3c1b1e3af9b3d58aadbceecca86f1a64bbb5a100ee6a4592902c9d0e295cedcc" + sha256 cellar: :any_skip_relocation, ventura: "bbf2aa20bded4102f175a56a2580d044ece1a81e5b20da15c27c59648f0fe1e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eea1803a05e77798693ef246255a53d21f3ad3d084041fd2a6e51bf101c92cf2" end depends_on "go" => :build From 4064e31a148c804c175eb8d2c53a7c447ed98468 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:09:28 +0000 Subject: [PATCH 09150/10074] swagger-codegen: update 3.0.69 bottle. --- Formula/s/swagger-codegen.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/s/swagger-codegen.rb b/Formula/s/swagger-codegen.rb index 2adc360de46d4..73c1b4038fc8a 100644 --- a/Formula/s/swagger-codegen.rb +++ b/Formula/s/swagger-codegen.rb @@ -7,14 +7,13 @@ class SwaggerCodegen < Formula head "https://github.com/swagger-api/swagger-codegen.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "067dc9c02195e7137aa7b73981469c4eb620f5007cf4038dad747a3365597e9b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f6c0cece86d7e6b21d0992eb386c2cfdf60f87e02f94d927ebecb447a59a3a9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "59b7ec0c1577ebfebe2592c68e3cc171e5fd22ece000dff9ef13361a6497a30c" - sha256 cellar: :any_skip_relocation, sonoma: "4b067becfaa888349fa23ebe558c5da2069a5f0a55f2700c28f7705b2c8a722f" - sha256 cellar: :any_skip_relocation, ventura: "3f6c17cc526619ad01b8aee9e62c450c78976a7209da69a52a02fab00bd51b84" - sha256 cellar: :any_skip_relocation, arm64_linux: "e01b9efe675d920ba0cc1adbc59aa0356efbd26cb1f6fde3c12ae3d5147fa0bc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "73da380fb2738d1209a443ba96b4d81d5a2c90f7a93940907c2e06d91b11e907" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcae575890a52edf9ea29199558dbc51ebbb3a4daca69121364b561d76153e78" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6e6bc84d97c4364689689da1d11cc0c5b1876272c20baa9fa893ba9938d5e08" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5bf6233172f6c672a5f1188b825a005d73d33f25868b4c456952d5a330e1b830" + sha256 cellar: :any_skip_relocation, sonoma: "e4c4bc297e6404719495baa7302dfde7739274dd62c9238562258d59a0f6e8c8" + sha256 cellar: :any_skip_relocation, ventura: "fb340797bc5539dceec003b2d64d7c28720f77883f97142a05d2287bd52efb9d" + sha256 cellar: :any_skip_relocation, arm64_linux: "a469dfc63e8c239cdb4be7aea11973b510b56cb865ca662ea26a42432927165f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d48f8c2c0026cb0bb96aa6f2a37258d350e3f4d47232a0aefe21b32638bf4c10" end depends_on "maven" => :build From 7ccc957811fb73391ad7bb8a24d7b8bfd1c9c484 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:09:48 +0000 Subject: [PATCH 09151/10074] scw: update 2.41.0 bottle. --- Formula/s/scw.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/scw.rb b/Formula/s/scw.rb index 0da90a6ff905f..9a69754056db6 100644 --- a/Formula/s/scw.rb +++ b/Formula/s/scw.rb @@ -11,12 +11,12 @@ class Scw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb5abac55895b2f70e864b69803d6ff9d5d7fbc646ff6d57e39ea57d779869d6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb5abac55895b2f70e864b69803d6ff9d5d7fbc646ff6d57e39ea57d779869d6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "eb5abac55895b2f70e864b69803d6ff9d5d7fbc646ff6d57e39ea57d779869d6" - sha256 cellar: :any_skip_relocation, sonoma: "2c698b87b9f3684b02b39556270b83b197a4ebf8d29a9f4f0bb17501aab9d332" - sha256 cellar: :any_skip_relocation, ventura: "2c698b87b9f3684b02b39556270b83b197a4ebf8d29a9f4f0bb17501aab9d332" - sha256 cellar: :any_skip_relocation, x86_64_linux: "751e7e38296d08b8dac202137727096f52c242ed569f950b12c2185a83b4e377" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3c15047638fd6749cc5e8d963ed170df70012251fedda3f45f0fc8d7fcab2170" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c15047638fd6749cc5e8d963ed170df70012251fedda3f45f0fc8d7fcab2170" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3c15047638fd6749cc5e8d963ed170df70012251fedda3f45f0fc8d7fcab2170" + sha256 cellar: :any_skip_relocation, sonoma: "99b7cc0a2ded7fa8a0d9eaf996e8c9bbdabc3beddfb14b7d4658315eef06b702" + sha256 cellar: :any_skip_relocation, ventura: "99b7cc0a2ded7fa8a0d9eaf996e8c9bbdabc3beddfb14b7d4658315eef06b702" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1cb18f1190ab194a51b6c57790844e6dc81ac621bee4e24fd11c4b0c358c052c" end depends_on "go" => :build From 5883cc9e3b5968306a73d83949a29eb10cb3b0f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:10:02 +0000 Subject: [PATCH 09152/10074] renovate: update 41.2.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index f7de58445a9a2..6692a86667a92 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e390a9591f49454851092d8ede81a6a3535c730ddc315b956006d564dd72c902" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2fbf2e0e5167954b5849f06a9e3164556b7d9e5b8ec56a308d55a1da21cb508f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b102f11115949453fb786422d00f993305dd96a730ae304fe0e530381f74ff8d" - sha256 cellar: :any_skip_relocation, sonoma: "9af1880209ae0a8a17beea60cd5a648456e60f4f0e1c61aed29cf5305bbe06ef" - sha256 cellar: :any_skip_relocation, ventura: "981fc1bc500d0ee7a69aa6e0e6b848833905ec05f43c0bb30433c5a9f553f21a" - sha256 cellar: :any_skip_relocation, arm64_linux: "43b395cd07978268666d9709f7b85a2f9d61b6d7b97943f7a027f85ae11db60a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0c412a80a0a8a7044392b8655c08fcc278a3c49814c490453858bded107e7dc6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "07eb475daec00d8fd065a5de5840827d0ee5992045f6f97e45614baa9df2e396" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "864242a36a9467e9235834aabded6484c6a1bd2456adb1635aa9d0d7255b9d14" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8fbc4ae8433eb2b8172eb90db3ebec4cb0f99e5cb2d9883aa8ed5c3c841dfc67" + sha256 cellar: :any_skip_relocation, sonoma: "bd82720b29df759146b7552cc9706d08ef8bac069e7d052aa600842794327f9a" + sha256 cellar: :any_skip_relocation, ventura: "dc5d9b064994f452dd7ec1111c4ae338f14f524fa54f0e4ef06ab84664696dc2" + sha256 cellar: :any_skip_relocation, arm64_linux: "0e953b896a5f3daa4cb2a68a8e4deb54454938030a76300d14ca2dadeb736f63" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6cb75ab0f68363a6800fa74d56613721dad6c3023375f69b78f93ee8bdaf2a4" end depends_on "node@22" From 73e4d6b5970a41d9c2eec3b0f8e0fa2f40b4f793 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:10:22 +0000 Subject: [PATCH 09153/10074] pint: update 0.74.2 bottle. --- Formula/p/pint.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pint.rb b/Formula/p/pint.rb index eed5a1e285370..8b5d5d116ace8 100644 --- a/Formula/p/pint.rb +++ b/Formula/p/pint.rb @@ -6,12 +6,12 @@ class Pint < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aab53981c51bcd1e645f1d9a1c9e1069c40aa70fa61f778f4847564e2c73ad18" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4b3c544c10a983a49b25b422f1c3752f2bd8fddbf6682ed99a1f75444bd0c51" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e7bd90efa0b78fe0ead9e364d6c6c8009b78aa68801708f87e8881d806f1680a" - sha256 cellar: :any_skip_relocation, sonoma: "26d1c09e49cdccc1cb50d7467969da431d95df2ff1ee00cbc13c00c38669f96d" - sha256 cellar: :any_skip_relocation, ventura: "03f3a5e126ef6f6ffba7a1182f417b755f0da79a4a0af9b27cbc21e4bbc97e5f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3d6e8f8680a07695de2966e2343fcb2eed5d4670aa58907da03beb812f3ba940" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cdd6f6a73ef9021674a4817b9206438610ec3ca13b05afd738b2bce363c1d1c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e8bec4b4f1906f4220a290a1f38dfaf62d4b77ad9e401347c58e78198c7edca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e9a104cc3b2d3fbfbad0a0335912cec8396df4934ab58e4266f9de0aafd5add" + sha256 cellar: :any_skip_relocation, sonoma: "f13f24e0fb24b5515863da9f5f1462bc17749ce8e30f4e0137a1424382949f45" + sha256 cellar: :any_skip_relocation, ventura: "d285482c50cd146066891b73333ace2c0dba329d88892e3ee95d0533e85e48c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "403fa1d3f703ec4c6fa8dc1cdfeb786c1ec04e1cf13cb10239acd41a2fba92ec" end depends_on "go" => :build From ce5201616edb2702552896cf7d3adf832c2553b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:10:55 +0000 Subject: [PATCH 09154/10074] locust: update 2.37.11 bottle. --- Formula/l/locust.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/locust.rb b/Formula/l/locust.rb index b74ee423ede44..43ba61e4433ef 100644 --- a/Formula/l/locust.rb +++ b/Formula/l/locust.rb @@ -8,13 +8,13 @@ class Locust < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "6ea595d9effd55dde6a5dde56301f49dbe0eeef96e8f70cd44cdb7151c8e001f" - sha256 cellar: :any, arm64_sonoma: "9d82026275cc14303041651fda9c321f57f7b98a9c83c11b831b292e82dfc9d8" - sha256 cellar: :any, arm64_ventura: "d9e378d1c09f118249bbca3bca4a1c6d1b44ddf2c4bfc121659cc075b1834749" - sha256 cellar: :any, sonoma: "93481078094651fd8819cad7891630e236fc54772bd1ddc7605b125368331731" - sha256 cellar: :any, ventura: "deb7ab2f1a5ecf40302f20cefcce6edf746119ad4f3d0d4fb8998086c5545265" - sha256 cellar: :any_skip_relocation, arm64_linux: "780017557053d2dc9e18dda6723c49574311800e680937368d08084705ffd34e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "69c8c1df7296885d86e6f95039b32240a01e51a55db16ff01f5f1ae74b20d6ef" + sha256 cellar: :any, arm64_sequoia: "48d33175d084c1eb9c77106e33695c94d6117a79f0ca0290a6771bbe8946bd1c" + sha256 cellar: :any, arm64_sonoma: "c6140fa76d413d1722c750898d5d0d06fe063044139cd9ca4536cd263b469218" + sha256 cellar: :any, arm64_ventura: "8d4fd9d9e21d9cba85c385094b11ff7c27ce22a216785dfc3b74b2bbd6c5f92b" + sha256 cellar: :any, sonoma: "4a2cc2be7760e6280f14850b1d60987b68d02fda9b33458ab0ab2940f3a72ace" + sha256 cellar: :any, ventura: "2052b070781f8c02ee02cec884b812cb78c27a10c357bfe01ca9b1754a311741" + sha256 cellar: :any_skip_relocation, arm64_linux: "cd3758ea437e6110f94605304d6334937061da260d6e59c257e96e1737b048ed" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5157656c371a28a362c63be661ab979a87a87ac026374872d462ccc40b0ff41" end depends_on "cmake" => :build # for pyzmq From 5d6cd104f1ac8225af87f689a3f07949eafdd58e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:11:03 +0000 Subject: [PATCH 09155/10074] hugo: update 0.147.9 bottle. --- Formula/h/hugo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index e5268f47a470e..4fb7348ed8d2a 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -12,13 +12,13 @@ class Hugo < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aa376ddf3fea3e7435ff9c685ec63a27081271d1f0937e87a5f43938198ef77f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a293212cfaa3cac6ae0aef88acb7f71b4640e69165a2eab666d6fd23bfd1faf5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "56c5f63dca9744bc7bb612845438a3849a289553856107f0156214aff318f559" - sha256 cellar: :any_skip_relocation, sonoma: "52d65ee324a13e4b26541b875f89b286763f6555b2ad1b145225e20d0bc10ec9" - sha256 cellar: :any_skip_relocation, ventura: "7f30011d7dfbd5fa52b358df11d87b168901b9ca8652eae4d6c3bdfa80d8c85c" - sha256 cellar: :any_skip_relocation, arm64_linux: "e1759bce489f9f38652a6a0e5d07cd88bcf297125376fa889720dff77aa3f86e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d4b31e5aa5c8e314689832676f31eb8ccc6215817358fcf2e9a1b54bbbfe1cc5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b27b76bdc7c79fe4e6faff1f1afb3e88cd802ac8fe74cb03b99b4a124deda41" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc0199a51f441f83c5a0380cce7183249c84a4a3caa72407560891cfcbe70898" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cbb5a324425551d94b4590df2c651b4886f4a5db5bdec3005022022b0cbb6de7" + sha256 cellar: :any_skip_relocation, sonoma: "38654db7d77930d7bef8433533a445967825007e65172e260cccb4eef85bfcb7" + sha256 cellar: :any_skip_relocation, ventura: "12d42c7f7ee796406be01b31b30ce6fe646fa4283fdea1b46a653135174d194a" + sha256 cellar: :any_skip_relocation, arm64_linux: "9ef2d283c000cb5118598b43d108708ba0a446916b7e6b13298da247cc17c32f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f51b7d37bffde03efb3d30406635b5ffb259c8b55139cbf276fdd5730f05538" end depends_on "go" => :build From 1b24d8c63471555e4ec7b7159716112e425b8194 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:11:37 +0000 Subject: [PATCH 09156/10074] hubble: update 1.17.5 bottle. --- Formula/h/hubble.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hubble.rb b/Formula/h/hubble.rb index 33a61b0d6a24e..60e0600f60a91 100644 --- a/Formula/h/hubble.rb +++ b/Formula/h/hubble.rb @@ -15,13 +15,13 @@ class Hubble < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4210634cbfb63e325c4fcb0caa54d95600c68ee72efb43c0f6c0b7d37171b2c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5d729dec4e8f713d1e0e77ba55306ffb68a5a68c9a4c0f0acd5b70a96f3da651" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4d34e4e9eef900d79d172443b2d73fe6f41a34b96e3b1a5e48336bc12d650b86" - sha256 cellar: :any_skip_relocation, sonoma: "cae4b36388efba845b960cc11b96d1080f2c1005be4ea312c66d05bf44def11f" - sha256 cellar: :any_skip_relocation, ventura: "65c8bd611be75a636bd448ab9a13f20185001851497940796aaefeaf4ede1265" - sha256 cellar: :any_skip_relocation, arm64_linux: "48bb390c83f4682abef8122759a1d994ad631e3fbda78e028ed573e32f98f130" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aec6dcc7737747c056c029a1279b93e3141e82bd92aea0cf1f3804981860a495" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c43e6a40d2ec9a09f4338311821564c53cd51b4f6d77ec2c478d524e34aa09a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "db3577b93b4ceee1748d4a0f9ec496f4d5845a4e13b19f333dd9f9b866756331" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9d5f0cd4bf1ff71fabd3d0b3501876f00ba9c448a78b35ca00a93347b8377347" + sha256 cellar: :any_skip_relocation, sonoma: "c020d0d9f435bc510ce5beb5179de477a43dcadf7ae6bee43459fb322dc1c53e" + sha256 cellar: :any_skip_relocation, ventura: "211ece972b01aa149a97878c96975d67751578a116f748301f2212dbe195686c" + sha256 cellar: :any_skip_relocation, arm64_linux: "a2e4083010821994a723f3663f9b3fffe739e6cd91dcbe93a4f6cd6768b8df09" + sha256 cellar: :any_skip_relocation, x86_64_linux: "018e452d7084add8e6371ff0d0fcf8cdaabb4378894d5efb8ed4b581fa2e6a25" end depends_on "go" => :build From 6283d17f699ae35f235d6768075b447b6d06f23c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:12:38 +0000 Subject: [PATCH 09157/10074] conan: update 2.17.1 bottle. --- Formula/c/conan.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/conan.rb b/Formula/c/conan.rb index b8b8e6a7c382d..9e1d3fa7e56fe 100644 --- a/Formula/c/conan.rb +++ b/Formula/c/conan.rb @@ -9,13 +9,13 @@ class Conan < Formula head "https://github.com/conan-io/conan.git", branch: "develop" bottle do - sha256 cellar: :any, arm64_sequoia: "8d489dffbf880bd555b5c3f9b27b01b9a21270cc148d1f1fe31c3d5fa33a5264" - sha256 cellar: :any, arm64_sonoma: "65201c37b7dc96c5189e50f33ac4c77a6ec918970369c31497253b6cc1df89a7" - sha256 cellar: :any, arm64_ventura: "5775e44096158cc4072ce63877bb7e62a695e086de103d729794101f84659085" - sha256 cellar: :any, sonoma: "c3f4d8cbd298066d54e88258c50c36271e3bcf99521a88ac88dbdc7ceb943645" - sha256 cellar: :any, ventura: "61b20a4df35401b05fd4de744ab01b50f0a9136465d5a2688087d304d4ad27aa" - sha256 cellar: :any_skip_relocation, arm64_linux: "32e2b41cdf27157a6ed95ee6b305649b3d7a56e32b398e33b4b8392073876f78" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a5ba4b22404e01c829441789025d6081efb6219339157a056da769932f27b472" + sha256 cellar: :any, arm64_sequoia: "dde632465f9c51e8e1a1540e18e5f6eb6b226ed7da661a5ecb62fe740ff2bab6" + sha256 cellar: :any, arm64_sonoma: "5fc5035e771d182fb4f580fea868b118eafdc441f321b5019493ea42baeebfb3" + sha256 cellar: :any, arm64_ventura: "fbd74a25355a3e1ebb5f4c9ba4a5548df35132f60a4a96aacaedc0437563a365" + sha256 cellar: :any, sonoma: "6aff47a1436615ab4d9e2c07d5a8d6526dedb47cbf597164cf60ea302a3d6188" + sha256 cellar: :any, ventura: "68746b790ba339385d908d1c18bbb7edb5d0ce21b4598bd9573c76af62773415" + sha256 cellar: :any_skip_relocation, arm64_linux: "facaac48b1dd12aa7f85375a6aaa0d071e3d9d8282e196d3cbf4a9896cc27a9f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9632fb524eacfc0e10b159ad043817dc66b7722a5906408fdf3a7f217a425fd6" end depends_on "pkgconf" => :build From f58baff5d7f1f82c999571d3550a3cedef65c24c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:12:40 +0000 Subject: [PATCH 09158/10074] excalidraw-converter: update 1.5.3 bottle. --- Formula/e/excalidraw-converter.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/excalidraw-converter.rb b/Formula/e/excalidraw-converter.rb index 4b4489e3dc785..255da8f34f4b0 100644 --- a/Formula/e/excalidraw-converter.rb +++ b/Formula/e/excalidraw-converter.rb @@ -7,12 +7,12 @@ class ExcalidrawConverter < Formula head "https://github.com/sindrel/excalidraw-converter.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "63190c78be2ad83ec102ce1ef9172e6d7833557bc0e03dc754dab59f9a18f8dd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "63190c78be2ad83ec102ce1ef9172e6d7833557bc0e03dc754dab59f9a18f8dd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "63190c78be2ad83ec102ce1ef9172e6d7833557bc0e03dc754dab59f9a18f8dd" - sha256 cellar: :any_skip_relocation, sonoma: "782bbc476a600ac2d9de367f9523d9c1d5db68ab6d0c6f8b2045e80670714eef" - sha256 cellar: :any_skip_relocation, ventura: "782bbc476a600ac2d9de367f9523d9c1d5db68ab6d0c6f8b2045e80670714eef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2539667eb80a0c88d3366d2c65dd7c0d3d505d8bc38ef6724ef5d6eec8f3f074" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbf2a3cccd67292ad498e23cc277d71be3206d44d94b1460e47f35ce21662def" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbf2a3cccd67292ad498e23cc277d71be3206d44d94b1460e47f35ce21662def" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fbf2a3cccd67292ad498e23cc277d71be3206d44d94b1460e47f35ce21662def" + sha256 cellar: :any_skip_relocation, sonoma: "b505b20a3f8ec4f27cc8be1d9f225043b2ca3bfb7910d9b84759e06340af15a2" + sha256 cellar: :any_skip_relocation, ventura: "b505b20a3f8ec4f27cc8be1d9f225043b2ca3bfb7910d9b84759e06340af15a2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1604d38d0eb30d65c5283b0b79b88293d1491f49967af15f6fc5d6e63474380d" end depends_on "go" => :build From 57dc5cfd7b1cda122fe0c20b9643ce6b5250fc0a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:13:16 +0000 Subject: [PATCH 09159/10074] libgr: update 0.73.17 bottle. --- Formula/lib/libgr.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/lib/libgr.rb b/Formula/lib/libgr.rb index 6705e09502133..f49258a4f3486 100644 --- a/Formula/lib/libgr.rb +++ b/Formula/lib/libgr.rb @@ -6,11 +6,11 @@ class Libgr < Formula license "MIT" bottle do - sha256 arm64_sonoma: "78ef4c2f85700a0055b133da7be7b0204137577c98ad2da304ccf60f0f6813f3" - sha256 arm64_ventura: "d47d6eff87e5aa504546c5612c79f0b6a2829cbe6ccb61f18cde7f143a5fb415" - sha256 sonoma: "35697aafce1f55e52c564092901cd6d29e278e65267f009d02d5ce38ec99d423" - sha256 ventura: "7aa0b7f1aa20a9b7dce302339aa27eb8101f350b7aefb61ae7d36c8c98aeff7c" - sha256 x86_64_linux: "a0d2ea23a2e2041d57525c8bce1f1566b32945b2c8f147a12394f5e02f15cee1" + sha256 arm64_sonoma: "eda2929f078abdb61a78c62445ca3cf33f6781c154e746eb38b3e3994913c34e" + sha256 arm64_ventura: "bcfad24eed6c8cc1efbfa8773f1542410288cb1a670a218ef9cda0f715553a7e" + sha256 sonoma: "92af020b38817ecc3c2dbc5d386d53e7abe643a8f394db5236caaf44143a34c6" + sha256 ventura: "764b7395a66bd11320ea8c7a64d4ca2769bc7ee3aef9fdb67a0e7dc93fef52ca" + sha256 x86_64_linux: "f3a17380ee1c81dd4d4f8345c167723ac63dd589007a3987af527f8d48343482" end depends_on "cmake" => :build From 91c3eecdd0a6db5edf9def38972067fb03ef7109 Mon Sep 17 00:00:00 2001 From: botantony Date: Mon, 23 Jun 2025 14:44:36 +0200 Subject: [PATCH 09160/10074] aws-vault 7.4.0 --- Formula/a/aws-vault.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/a/aws-vault.rb b/Formula/a/aws-vault.rb index 4547423f9bace..d5fffa7d34d85 100644 --- a/Formula/a/aws-vault.rb +++ b/Formula/a/aws-vault.rb @@ -1,8 +1,8 @@ class AwsVault < Formula desc "Securely store and access AWS credentials in development environments" homepage "https://github.com/ByteNess/aws-vault" - url "https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.3.7.tar.gz" - sha256 "0c85433ed62ca119c0d3bebdb8ac668345fe041b9871c1b5ee8ea503f4bf3e3a" + url "https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.4.0.tar.gz" + sha256 "595aa99882f4e577fa68f1d45de76e87362cf5b1582782992734ba82afb706e9" license "MIT" head "https://github.com/ByteNess/aws-vault.git", branch: "main" @@ -11,8 +11,6 @@ class AwsVault < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "795b4e0fe692a302583766bae8744837dbeda4798a9e04f4f3a8cc4b2a5ac20d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a14b68a9d51cdd636b80a7f3872045065c10753016189471fe8c4bb56d45ff1" From e06de05d10bff5ba79c6569dbe33589ba8a7eb76 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:52:59 +0000 Subject: [PATCH 09161/10074] alloy-analyzer: add 6.2.0 bottle. --- Formula/a/alloy-analyzer.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/a/alloy-analyzer.rb b/Formula/a/alloy-analyzer.rb index 5f053eaa17b3a..da9be3bd89ae9 100644 --- a/Formula/a/alloy-analyzer.rb +++ b/Formula/a/alloy-analyzer.rb @@ -12,6 +12,10 @@ class AlloyAnalyzer < Formula no_autobump! because: :requires_manual_review + bottle do + sha256 cellar: :any_skip_relocation, all: "e6b7ea99c4d94c851e458306d370fcdd49b32426042bc21618972e37f3c5a907" + end + depends_on "openjdk" conflicts_with "grafana-alloy", because: "both install `alloy` binaries" From 5f21b8f83972efbc1132b88126b69ff484f4a7b2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:52:59 +0000 Subject: [PATCH 09162/10074] cargo-shuttle: update 0.55.0 bottle. --- Formula/c/cargo-shuttle.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-shuttle.rb b/Formula/c/cargo-shuttle.rb index 19ed2ae26e722..a2028f6a6e941 100644 --- a/Formula/c/cargo-shuttle.rb +++ b/Formula/c/cargo-shuttle.rb @@ -7,13 +7,14 @@ class CargoShuttle < Formula head "https://github.com/shuttle-hq/shuttle.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "79302d321300df5809f962361d20e3228b15288545b36573e58267894eb98381" - sha256 cellar: :any, arm64_sonoma: "959f8db81b4c1b99ddf26974df1653886e75c29ca8058119d36297c04b65b55b" - sha256 cellar: :any, arm64_ventura: "f6761d4a43a1ac123445e2da1563828bf01a51dd6fd10e0c00194c116aa4ada9" - sha256 cellar: :any, sonoma: "80e738313cc71a9f735589ec32cb2ca47ec4572669b3957663d581a5345d8fe7" - sha256 cellar: :any, ventura: "6ebb4a19c713ed2c2a2e90dd9a9c7465918f6a8f2301d1777875c70e3c6ea532" - sha256 cellar: :any_skip_relocation, arm64_linux: "1b35e09e5bd2af336faf8543d843442c87ac85065ca994cfbbeac3fe22201af2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7764b21c7a32741098395bb843c5282cf15228ad21541836ecb3f8ba742fe81e" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "d93f14aed3cdf581a01b4f0f979573e72268ce1cfc9c343bbf7f2ec8f091ebc1" + sha256 cellar: :any, arm64_sonoma: "9c940c83b037e820192022a602e9fd69ffc70e2c96883991069a6ccfc2ca2852" + sha256 cellar: :any, arm64_ventura: "c9718b976b49883d7ce15a15c45cb6a2b6c290d06859e032d7dd9556c128808b" + sha256 cellar: :any, sonoma: "f7d74083e990b5236b937feb0ae18c6e60b94ce1f46f67f756849f3830f641e0" + sha256 cellar: :any, ventura: "9feb45fde93a91de2cbc56c7bd324bbe90e0015b1dad3c9404630c4d1edb5526" + sha256 cellar: :any_skip_relocation, arm64_linux: "024ef07e6f498a0404df8a15b4f7d8bbd161312303adedaa838268f319b8c75b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "95311901cbdc1d7b7012af7d1ea210268e295512c9e57816c59c6607f34af2af" end depends_on "pkgconf" => :build From 075b04acf7477a660097270464010472da220cc8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:52:59 +0000 Subject: [PATCH 09163/10074] chipmunk-physics: add 7.0.3 bottle. --- Formula/c/chipmunk-physics.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/c/chipmunk-physics.rb b/Formula/c/chipmunk-physics.rb index d3d124fed9576..6de831cd72559 100644 --- a/Formula/c/chipmunk-physics.rb +++ b/Formula/c/chipmunk-physics.rb @@ -14,6 +14,16 @@ class ChipmunkPhysics < Formula no_autobump! because: :requires_manual_review + bottle do + sha256 cellar: :any, arm64_sequoia: "be1319def436cdfea53765897ce02cb7a223df465dbac30190d605c0d8c20738" + sha256 cellar: :any, arm64_sonoma: "4523898ac36348fbfdb179e9ea830cc5eb1ab5bc23ad7d5a12b7a32dc9f4c3dd" + sha256 cellar: :any, arm64_ventura: "327158f4df3225b40bf01d32424a82ff9a23395e13e403e0d02ba4bd76e04fc0" + sha256 cellar: :any, sonoma: "9afdb0a88e02dda8861e5f0e5d19b48f560ffcf85472c686e30106f9821744f6" + sha256 cellar: :any, ventura: "0ca08e1d68866462daea6c85370d6178ee49dda831b2cc692275e3bbad9efe33" + sha256 cellar: :any_skip_relocation, arm64_linux: "9a8d97795143af72a151cef0bd9456aa1dd6d3c64ca9150e23f291ea934b525f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "483b9cbddc9ae341718ffa758968de5bd458be486b2c43e871997eb95db9dd73" + end + depends_on "cmake" => :build def install From 55c5329cdc1a6a2408af5f066268c3527401fa10 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:52:59 +0000 Subject: [PATCH 09164/10074] cutter-cli: add 1.2.8 bottle. --- Formula/c/cutter-cli.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/c/cutter-cli.rb b/Formula/c/cutter-cli.rb index 8bde6ecb66849..24d34280322fe 100644 --- a/Formula/c/cutter-cli.rb +++ b/Formula/c/cutter-cli.rb @@ -13,6 +13,16 @@ class CutterCli < Formula no_autobump! because: :requires_manual_review + bottle do + sha256 arm64_sequoia: "97b85e3b955dc03407167d3278b8c2a1154847746b8be0966cd2651f32133db8" + sha256 arm64_sonoma: "6c6164fe937606eeeaafa7a2a8cd8315f6b529d28e1b3da1d2995d9a4e8b7ec6" + sha256 arm64_ventura: "ee484be0a35af855d8f9b5c25e1b841ef8e1781f7d9d7bf8c248969ae0600ff1" + sha256 sonoma: "16040692fc81643261f574bdde9b9a8b3f6ac949b63c1cf710077be08f7827c9" + sha256 ventura: "0d964e970ffe413a8cb4b5a18b7c81f31a5bbaba243e7f9f8b39f7318445cc64" + sha256 arm64_linux: "220949ddfc4298e40a2f41ee5dea07b8c6c1253ffb092acd5e834e010bb79b48" + sha256 x86_64_linux: "7dabd19a5056216d962fb2164a401984cae70c0de41b5e1b859fa10785af4a2f" + end + depends_on "gettext" => :build depends_on "intltool" => :build depends_on "pkgconf" => :build From f822a9eb9a9642414a662d31a5bf45229b0375ac Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:52:59 +0000 Subject: [PATCH 09165/10074] dash-shell: add 0.5.12 bottle. --- Formula/d/dash-shell.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/d/dash-shell.rb b/Formula/d/dash-shell.rb index fb7d097fde0bf..79f241e8b2e66 100644 --- a/Formula/d/dash-shell.rb +++ b/Formula/d/dash-shell.rb @@ -13,6 +13,16 @@ class DashShell < Formula no_autobump! because: :requires_manual_review + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ed8b5c3067b48a7ec6f8a11dbc3b76a48db45212fe136bf8ee921db004cdc6b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "50cacbfd6242b8a779665b21ddaa9f4e97c08eff5e0707d095d89dee599ba676" + sha256 cellar: :any_skip_relocation, arm64_ventura: "348d2957ace43b03c57eddd6c2697befd3a2afef45e2d9d91deb7833b3930edb" + sha256 cellar: :any_skip_relocation, sonoma: "1c383f58c7cc463ca50c897dcedc4eafeea3c819f007b8363e341dd31764e25b" + sha256 cellar: :any_skip_relocation, ventura: "d89ba70e81c7aa2df99f5188ef301aecd5dfa724bc50ab2dd5c3adc610cebcff" + sha256 cellar: :any_skip_relocation, arm64_linux: "04cb4135adf52aecc6371de7338eaf3e359ebdf102c4bb0ee4f760cd42bc47fd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc253f40ad6f25e27fdb7ea2851c3382336b2ce4b62141bfa223e7aed32355b5" + end + depends_on "autoconf" => :build depends_on "automake" => :build From 41942bbed791a4d14b2bd53a9b11eb71ba7997f1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:52:59 +0000 Subject: [PATCH 09166/10074] grafana-alloy: update 1.9.1 bottle. --- Formula/g/grafana-alloy.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/g/grafana-alloy.rb b/Formula/g/grafana-alloy.rb index 66f91f6957a07..230a26d38d1fb 100644 --- a/Formula/g/grafana-alloy.rb +++ b/Formula/g/grafana-alloy.rb @@ -7,12 +7,13 @@ class GrafanaAlloy < Formula head "https://github.com/grafana/alloy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5fa4ab718ee2c2a349ec18cfc32b64efa61b8c893373c4bf2d4e60865f972b3f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2878ce46352a891e0e1403bc2b6ba622fd04bcc8f7c4a11527afe84f6ceb0ba" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b7085ef27a3379c15b020ece45c2b3bd27da7d46c210719f2e917b5df2bfc7f3" - sha256 cellar: :any_skip_relocation, sonoma: "e699aa684016788397b9f7ec8ceef2cf51c776eb6eec3a8de76af00d1b76cf3b" - sha256 cellar: :any_skip_relocation, ventura: "804524c5b40a63fa3c02e08450abecb11a325440959984c1c2dad5f271497b70" - sha256 cellar: :any_skip_relocation, x86_64_linux: "77707c1e4a40bf5710c5751cea903427946072c2a87fdd25d1bb2b9ab360e6e5" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "591ddacbaca141b624d29106d529d0de4d17b2abab1e4304a14059608ce1c92f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8cdac5d397d056e0395f02b8fb282d0d501fcf8e4f5a244d26ae4c4a6bcd243a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1ec6f86d4d3656bc3235327a73a7ac5397ac14a7afc4daaeedc7ce44be2f3772" + sha256 cellar: :any_skip_relocation, sonoma: "24cfa5132721635ddc04e80ea9acf15f8fa5f71a67bcd2a55aa1621006b1ceee" + sha256 cellar: :any_skip_relocation, ventura: "59e14e87014c799c7f61f709f01e9f33eb913d2e4073a3349070024ff200ab18" + sha256 cellar: :any_skip_relocation, x86_64_linux: "69ce85c841c0463bd6c7ffaa4201eabf10b84d66d28d89b846bc80af2fb7f0f6" end depends_on "go" => :build From 2f0cb37a510df849bbe34e751bb1fbf2e13f273e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:52:59 +0000 Subject: [PATCH 09167/10074] nova-fairwinds: add 3.11.4 bottle. --- Formula/n/nova-fairwinds.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/n/nova-fairwinds.rb b/Formula/n/nova-fairwinds.rb index 48c439f4df519..42a8849431ade 100644 --- a/Formula/n/nova-fairwinds.rb +++ b/Formula/n/nova-fairwinds.rb @@ -6,6 +6,15 @@ class NovaFairwinds < Formula license "Apache-2.0" head "https://github.com/FairwindsOps/nova.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0937bfd91f4275eb6d901a99d5b8b50efd9d25c68fc1b1d173df95ea2ca01bb9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0937bfd91f4275eb6d901a99d5b8b50efd9d25c68fc1b1d173df95ea2ca01bb9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0937bfd91f4275eb6d901a99d5b8b50efd9d25c68fc1b1d173df95ea2ca01bb9" + sha256 cellar: :any_skip_relocation, sonoma: "ed7ecf87b7d0bbf9d49c82edc516987f83842c45d29c0bb6003c75056ba1d292" + sha256 cellar: :any_skip_relocation, ventura: "ed7ecf87b7d0bbf9d49c82edc516987f83842c45d29c0bb6003c75056ba1d292" + sha256 cellar: :any_skip_relocation, x86_64_linux: "db7a9d2a51acfbf5816113bf7ffe52f3d663145009bfc0c27534d7fa324c159c" + end + depends_on "go" => :build def install From 21994181d4dc48e0cb8be3ceca9d5d3207d44df5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:53:00 +0000 Subject: [PATCH 09168/10074] onedrive-cli: add 2.5.6 bottle. --- Formula/o/onedrive-cli.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/o/onedrive-cli.rb b/Formula/o/onedrive-cli.rb index 02690561a0043..825f857b4ad80 100644 --- a/Formula/o/onedrive-cli.rb +++ b/Formula/o/onedrive-cli.rb @@ -5,6 +5,11 @@ class OnedriveCli < Formula sha256 "dda49ae9d0c042205ae8f375704c154fc7a9fc88aa21e307e7d83aa1954ad57e" license "GPL-3.0-only" + bottle do + sha256 cellar: :any_skip_relocation, arm64_linux: "2c54f494cf6d5a696591c48c47beec7c26eaee439339190903fe13a3a9bb5830" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e724ac164f75c6bf48b24b288e135649c55f80bc732fcf2761e8cfb0ec0f33c0" + end + depends_on "ldc" => :build depends_on "pkgconf" => :build depends_on "curl" From 78151320e2ca9e4d1fd24d713dec17815c85b09b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:53:00 +0000 Subject: [PATCH 09169/10074] rasterio: update 1.4.3_1 bottle. --- Formula/r/rasterio.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/r/rasterio.rb b/Formula/r/rasterio.rb index a3367d6d044bb..bdb084e52697e 100644 --- a/Formula/r/rasterio.rb +++ b/Formula/r/rasterio.rb @@ -9,13 +9,14 @@ class Rasterio < Formula revision 1 bottle do - sha256 cellar: :any, arm64_sequoia: "4410576ace32e78400ed9d09167fdb8512765eec039229237a3db59dbdf3a673" - sha256 cellar: :any, arm64_sonoma: "f66b60551ec2f3d51a889d8738a4b0bec36b1212d05183fd0d0623dbcb9a6221" - sha256 cellar: :any, arm64_ventura: "26af3700f3b615d9eac3d871eb2e9efbae7f402294966b12108414ec57296eab" - sha256 cellar: :any, sonoma: "50ad9d3ac08ab03e08678ca3d6551016421b7b186fe95c362b9dbd67a8304214" - sha256 cellar: :any, ventura: "868807093a9173ae0a22dcc9426e4e7a38fce818789bbc9e51192eea11695887" - sha256 cellar: :any_skip_relocation, arm64_linux: "a3591bf74726a6e4663aad38970345a67c0bd75cd5eb553c8ca8b218cc6dacce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "00de49b47c6a04925b1575417950a468713913e3a64279ca8e02b77fb86b9131" + rebuild 1 + sha256 cellar: :any, arm64_sequoia: "4ef36558ac6e8d989f632c769937b8ccd9ced748c0b823db3e5cb71bf9eaa936" + sha256 cellar: :any, arm64_sonoma: "7694d294efc5a2d14ab956f41acae3cf82b76a730e665ce21183c9a4ba29fe98" + sha256 cellar: :any, arm64_ventura: "30e512537c68292a9fd0b94e53a8ac322928fdb5135ffbd99e00cad2a46a8bd2" + sha256 cellar: :any, sonoma: "b7a80a3acc90424d3ae0639353194ad86832e84f1584a94bcb5d2d442efc3584" + sha256 cellar: :any, ventura: "f226f12cd61b1b188fce44cd8880f9a1146c7dea3e54d948b43c6c8876b2207f" + sha256 cellar: :any_skip_relocation, arm64_linux: "40cce37129c3b70c087b1c08d38a93946f0fa595f1ea5d29e6f33bf8cc201caa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "03de82be905d85d0b06a221e202f511ff99af401d08d9cd60c2741eb2cb6f00b" end depends_on "cmake" => :build From 8c24e98f4eee8b7b0517e7ba4d278fbf1ad95dc3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:53:00 +0000 Subject: [PATCH 09170/10074] rio-terminal: add 0.2.20 bottle. --- Formula/r/rio-terminal.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Formula/r/rio-terminal.rb b/Formula/r/rio-terminal.rb index ef79e32b7213b..3037bdf16374f 100644 --- a/Formula/r/rio-terminal.rb +++ b/Formula/r/rio-terminal.rb @@ -11,6 +11,14 @@ class RioTerminal < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "63e09e743db4330037115be47c3a07574f783f3879e7f0ceda64b228ea26334a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa14fdda5addcc287151a57650214e38be7ab91a2d0ba81f3c4d16bfb1ae2981" + sha256 cellar: :any_skip_relocation, arm64_ventura: "072d52ac1161c68b075aff880a50733aa9e9c05d30c9ba20984912e1efdf9e2d" + sha256 cellar: :any_skip_relocation, sonoma: "86b53b046508dcd7a6e4ada2c3399e413f7a716053cb26d4bd1b49996368c7d5" + sha256 cellar: :any_skip_relocation, ventura: "0407e0ab3bc337af5587784cbec9f49c5da133377a9e15323aeb9e7d28edd2e6" + end + depends_on "rust" => :build # Rio does work for Linux although it requires a specification of which # window manager will be used (x11 or wayland) otherwise will not work. From 996fe3d9cd1405770cb9606949cb70d0f4499250 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:53:00 +0000 Subject: [PATCH 09171/10074] shuttle-cli: add 0.24.3 bottle. --- Formula/s/shuttle-cli.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/s/shuttle-cli.rb b/Formula/s/shuttle-cli.rb index bdf02ed7e3b28..3dcb8383e8b73 100644 --- a/Formula/s/shuttle-cli.rb +++ b/Formula/s/shuttle-cli.rb @@ -6,6 +6,15 @@ class ShuttleCli < Formula license "Apache-2.0" head "https://github.com/lunarway/shuttle.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6239f4fa616ca21a781595b6da437d6debcb1ad013242c33c3a54aba9764da64" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6239f4fa616ca21a781595b6da437d6debcb1ad013242c33c3a54aba9764da64" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6239f4fa616ca21a781595b6da437d6debcb1ad013242c33c3a54aba9764da64" + sha256 cellar: :any_skip_relocation, sonoma: "5aed20ea25a270dd87249277003e75da31e91988fb461b95596b727bb35df25c" + sha256 cellar: :any_skip_relocation, ventura: "5aed20ea25a270dd87249277003e75da31e91988fb461b95596b727bb35df25c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "be0bb28ca0505b75b4c6606f528eac6a2b6fdbb1e40e1ed3fb788793114daaff" + end + depends_on "go" => :build conflicts_with "cargo-shuttle", because: "both install `shuttle` binaries" From ae984ec1d35ab6fc6aba09715e9a0406902307c2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:53:00 +0000 Subject: [PATCH 09172/10074] sloth-cli: add 0.12.0 bottle. --- Formula/s/sloth-cli.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/s/sloth-cli.rb b/Formula/s/sloth-cli.rb index 4708bfcd9ba00..75eec1a88fce7 100644 --- a/Formula/s/sloth-cli.rb +++ b/Formula/s/sloth-cli.rb @@ -11,6 +11,15 @@ class SlothCli < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d1c990842a4c39840e5f0240f27d9da5157d7d8bc016f3391f52b3b6766bafcd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "170c93b4b71a8f35fc9ed555f4a04144978de36f33e591ce6f54826ec6ebc735" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a277f241361a71ab209b262a8e1398153f01dee27aa516d74964e60e58b0b065" + sha256 cellar: :any_skip_relocation, sonoma: "b59a01ec305744639a17c93f970bf0cdbdd46911762ff76a0df40bc5bcf41873" + sha256 cellar: :any_skip_relocation, ventura: "eac5fbb9da7a44730c8dfff467cfec9f4ea0e3c14ddd6c6eb7460ccdc148a0e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08c465be42d6e6b202aed56db3778072d4650aae2e78ac5aee752c6db0e1ea5b" + end + depends_on "go" => :build def install From 91348ea91da0becb869e538e92517ebdbec3ee89 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:53:00 +0000 Subject: [PATCH 09173/10074] sq: update 0.48.5 bottle. --- Formula/s/sq.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/s/sq.rb b/Formula/s/sq.rb index 922243e8bd3d3..111f7d7e5696a 100644 --- a/Formula/s/sq.rb +++ b/Formula/s/sq.rb @@ -6,13 +6,14 @@ class Sq < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f881ab58b02e1df585ada412ca80396084379ac06466d7652f1b7dbbe9e62d95" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "009e32cfa7b1bdfed2642c8b75e677ccd5811f3be6abcf5335d73a48920e738c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5e352f3207dda7031075cf6e4031a7274ba697139aaae5d51c3fb31b57515268" - sha256 cellar: :any_skip_relocation, sonoma: "e33bcf953cb6bbf0e7f89f7a77d127842aecb0a51da794ce70bfebcb1cd75d0a" - sha256 cellar: :any_skip_relocation, ventura: "53b3b4140bc973c5165e5e14f0314691c24dc1f1e2be90e9f44b86d408426917" - sha256 cellar: :any_skip_relocation, arm64_linux: "28c043142fcd8006a7f83674be8c19ae724188da40c169597033525c23c1d74e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "17617b679286e017c0fc9fb0e487caf28d5692a1e86ae502c619611a0931b4eb" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f7d17fcc389a770e377f4c1decb25b033b40ed0f3054982f4fcb73ffaa32f32" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ab356e5d43c53e4afbd823d3ed7205b148273fc79ed08e36428bc8b42a50de9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d2d2280b04a8a8b9cdd5ed35dd5686301c9708e580001948012b68ca5377cba7" + sha256 cellar: :any_skip_relocation, sonoma: "66320e44d65e85d579904c7f4dd8823a8fe9ec18a59e7e24b38fae78565656ad" + sha256 cellar: :any_skip_relocation, ventura: "5b7ab78293193479047eafccfce81247ea02d73905bff3ee35a637ac76f241c9" + sha256 cellar: :any_skip_relocation, arm64_linux: "8e5e69f47d93f1c7eabd2d38fae687102066278536e9f12dc130e437a7158294" + sha256 cellar: :any_skip_relocation, x86_64_linux: "436b94f41c3c115501602d3a4bacae43e6b0697dba66e4801527ad5d0b867b42" end depends_on "go" => :build From 8bc76dda95e526ca0dec2195c5e60be85de6a174 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:53:00 +0000 Subject: [PATCH 09174/10074] squirrel-lang: add 3.2 bottle. --- Formula/s/squirrel-lang.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/s/squirrel-lang.rb b/Formula/s/squirrel-lang.rb index 2867701bd563f..f9c621910c267 100644 --- a/Formula/s/squirrel-lang.rb +++ b/Formula/s/squirrel-lang.rb @@ -16,6 +16,16 @@ class SquirrelLang < Formula no_autobump! because: :requires_manual_review + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c69026132fadde7bb41e0e27e9b59a697bf8cd34890b2533decb9a5bf577f08c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc0172703a066072344effffa54a83bfa9cb9ed019e1dce5f95d555479d32d66" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c7e75c2f1186ed55390936d42640165a9d14e7545850d8a0e36429b385f75611" + sha256 cellar: :any_skip_relocation, sonoma: "a6cbfceef8cc3dd290df3502851c6825d556e1de243577a77e1d5ec791d53e2c" + sha256 cellar: :any_skip_relocation, ventura: "84b89afca8ac2aebb170f9465f60338bde3bea89f6fa5ef94b0d59c3e16147ca" + sha256 cellar: :any_skip_relocation, arm64_linux: "7a93f8baacd46111ca23a759b1982217b9f17b9191f638c6cd8773d377f1d6b1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d9107cb3585f85f4bed3a63a5f0ab579c559b805b316e955c4e1ee6e8fa23685" + end + conflicts_with "sq", because: "both install `sq` binaries" def install From 9da2cc895a065ef00114e15ad9a0dcac13bf2c8a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Jun 2025 12:53:00 +0000 Subject: [PATCH 09175/10074] todoist-cli: add 0.22.0 bottle. --- Formula/t/todoist-cli.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/t/todoist-cli.rb b/Formula/t/todoist-cli.rb index 59937dd1bec45..1ffdcc6d4f276 100644 --- a/Formula/t/todoist-cli.rb +++ b/Formula/t/todoist-cli.rb @@ -6,6 +6,15 @@ class TodoistCli < Formula license "MIT" head "https://github.com/sachaos/todoist.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b565b7bccb371408be79df4a27dd9cdf2d4338543986746de44b3db83f36046" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b565b7bccb371408be79df4a27dd9cdf2d4338543986746de44b3db83f36046" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6b565b7bccb371408be79df4a27dd9cdf2d4338543986746de44b3db83f36046" + sha256 cellar: :any_skip_relocation, sonoma: "541bfadda568102b4ce50990479db15588312bcf712f507fd8235c989fbb2b5b" + sha256 cellar: :any_skip_relocation, ventura: "541bfadda568102b4ce50990479db15588312bcf712f507fd8235c989fbb2b5b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "751b77cecda38891d3cadd3ffaee3b190f033e337ce1312721a4d4b1cfd4a9fc" + end + depends_on "go" => :build def install From 927bec20057632577b4ce41c71017650f41f5a63 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:56:30 +0000 Subject: [PATCH 09176/10074] aws-vault: update 7.4.0 bottle. --- Formula/a/aws-vault.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aws-vault.rb b/Formula/a/aws-vault.rb index d5fffa7d34d85..d15b68517c2a0 100644 --- a/Formula/a/aws-vault.rb +++ b/Formula/a/aws-vault.rb @@ -12,12 +12,12 @@ class AwsVault < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "795b4e0fe692a302583766bae8744837dbeda4798a9e04f4f3a8cc4b2a5ac20d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a14b68a9d51cdd636b80a7f3872045065c10753016189471fe8c4bb56d45ff1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "222ef59f731e75e9adb0d882736f42ed4432764f398384e91de28709822982be" - sha256 cellar: :any_skip_relocation, sonoma: "60d91ad4cc42857e7a83d10fd6586fb5186026ecf4bc0fa3a14e0f88bc6f759d" - sha256 cellar: :any_skip_relocation, ventura: "245dda7e1d4c0cdc6ce0c151895c743a33e739bcd73ab34ca6418fe4e5e3594b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1c634aab3ab73dab7675c1b964f8959fd365737a7bab998b3a2f162442de153b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e03acfa5e4f2012434737c874c788ba442d23fb30a85489b5843967986eb90a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "700fae47551c32bbb3d3c4ccfe2e9fc8900abe8e3c0b7b7c0a9a08c6028bdec1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "87415e2b25667b5a3c5b6d066ae3720e7283d2c83a1b15aaa9fbf61fb0638924" + sha256 cellar: :any_skip_relocation, sonoma: "ed3dd34aab4bbd6b83f99d30be16bc5e349b28267f3661cd96cd55614b87c9a5" + sha256 cellar: :any_skip_relocation, ventura: "513ed139f51016a6b6d675f20fe5a249dda8888190539554e73c4799c545bffd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf3f930927fd54a0750067d138bddf1029b336309be66f17cab4ab171f832d19" end depends_on "go" => :build From 19a23f9a8e42aa3dc639b79bb3c9396725581566 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:12:12 +0000 Subject: [PATCH 09177/10074] node@20 20.19.3 node@20: remove patches --- Formula/n/node@20.rb | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/Formula/n/node@20.rb b/Formula/n/node@20.rb index 15f408703e6b5..56ffe7b48b7c1 100644 --- a/Formula/n/node@20.rb +++ b/Formula/n/node@20.rb @@ -1,8 +1,8 @@ class NodeAT20 < Formula desc "Platform built on V8 to build network applications" homepage "https://nodejs.org/" - url "https://nodejs.org/dist/v20.19.2/node-v20.19.2.tar.xz" - sha256 "4a7ff611d5180f4e420204fa6f22f9f9deb2ac5e98619dd9a4de87edf5b03b6e" + url "https://nodejs.org/dist/v20.19.3/node-v20.19.3.tar.xz" + sha256 "99be7b9d268d48b93be568a23240398ceacb0782dc7055b9972305c000b0e292" license "MIT" livecheck do @@ -49,20 +49,6 @@ class NodeAT20 < Formula EOS end - # Fix build with Xcode 16.3. - patch do - url "https://github.com/Bo98/node/commit/3b5eb14cad3a493e99f84ca45871bd37570cae3d.patch?full_index=1" - sha256 "3a110c30ec63c4e5afbb48f27922a69c40d3939db5a5b6b20d40660f996ae27d" - end - patch do - url "https://github.com/Bo98/node/commit/e2ab76c1aeceaf866b8c5053cf71f199706d621d.patch?full_index=1" - sha256 "b306c7cfa910e025b1a23fda1da8f8613310a2d7b5c575d3718529db8d9e7fdd" - end - patch do - url "https://github.com/Bo98/node/commit/a56d782971c30164545e76a97b07ade373a3a565.patch?full_index=1" - sha256 "86af038fca81170d41e7c324864cc74fb098dbea6b8d28273b6b50ca53415979" - end - def install ENV.llvm_clang if OS.mac? && (DevelopmentTools.clang_build_version <= 1100) From 4de4cb3cafc614d3860e966184f318fc20277243 Mon Sep 17 00:00:00 2001 From: Alex Kontos Date: Mon, 23 Jun 2025 14:05:04 +0100 Subject: [PATCH 09178/10074] biome: update to 2.0.5 --- Formula/b/biome.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/biome.rb b/Formula/b/biome.rb index c0f3a0c58d64a..c98c5b2ad40a2 100644 --- a/Formula/b/biome.rb +++ b/Formula/b/biome.rb @@ -1,8 +1,8 @@ class Biome < Formula desc "Toolchain of the web" homepage "https://biomejs.dev/" - url "https://github.com/biomejs/biome/archive/refs/tags/@biomejs/biome@2.0.4.tar.gz" - sha256 "22b0af2a2cd09b5ad68fe28b352657aa29907d60e0119b64712699d49af50f95" + url "https://github.com/biomejs/biome/archive/refs/tags/@biomejs/biome@2.0.5.tar.gz" + sha256 "bb6e8c9692e7efd7e36f78d2f4f9d48c2cbc3f876ece716400eed024f42a2f15" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/biomejs/biome.git", branch: "main" From 1a1bfb03db342fc9ef8102227588a1dc7b686ccd Mon Sep 17 00:00:00 2001 From: nodenv bot <68817010+nodenv-bot@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:10:10 -0400 Subject: [PATCH 09179/10074] node-build 5.4.4 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/n/node-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 65f4aeb647794..80e1c1cfafbd9 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -1,8 +1,8 @@ class NodeBuild < Formula desc "Install NodeJS versions" homepage "https://github.com/nodenv/node-build" - url "https://github.com/nodenv/node-build/archive/refs/tags/v5.4.3.tar.gz" - sha256 "1ff1a2c1fb51b5456d4d9edfd6a6fa9cc83dbdf473e0a61d7816a0ed935af165" + url "https://github.com/nodenv/node-build/archive/refs/tags/v5.4.4.tar.gz" + sha256 "7890c05432cedd1e56d58fadb07fcd73c7e1cacd7f2f371d76d25b4f0f257467" license "MIT" head "https://github.com/nodenv/node-build.git", branch: "master" From c5edf61925269dec3090a08519b25d9b85f78ee6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:38:45 +0000 Subject: [PATCH 09180/10074] node-build: update 5.4.4 bottle. --- Formula/n/node-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 80e1c1cfafbd9..65cee1b5ec935 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -12,7 +12,7 @@ class NodeBuild < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "804cc4ca0054153bab77c54733f1f0dc4e52232650188c224a2f767aefdc52a2" + sha256 cellar: :any_skip_relocation, all: "7b12480ec1d2203b09b0c52182bf41c3208730dbeccd1f9bd2df6458f77e0847" end depends_on "autoconf" From 03fb1aa5981db34a125defba14200acd133c6c9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:41:26 +0000 Subject: [PATCH 09181/10074] github-keygen: update 1.401 bottle. --- Formula/g/github-keygen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/github-keygen.rb b/Formula/g/github-keygen.rb index 19f91c9c5285e..d98bf91619a50 100644 --- a/Formula/g/github-keygen.rb +++ b/Formula/g/github-keygen.rb @@ -7,7 +7,7 @@ class GithubKeygen < Formula head "https://github.com/dolmen/github-keygen.git", branch: "release" bottle do - sha256 cellar: :any_skip_relocation, all: "ce4d2d363e88f82852998fb401ac8bdbcffae2c1028c521bb3e99dc9e1fc598f" + sha256 cellar: :any_skip_relocation, all: "1aa3cea67da44906e941e9c8119b0e33c7eb70fa38d3e7ff0cfdca61082e00c0" end uses_from_macos "perl" From fc958b839ca7fdcd088ab1f5073b4d8023d20245 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Jun 2025 23:41:36 -0400 Subject: [PATCH 09182/10074] seal: update url for `hexl` Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: Rui Chen --- Formula/s/seal.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/s/seal.rb b/Formula/s/seal.rb index 34f753dc8631f..08efa3991b5bb 100644 --- a/Formula/s/seal.rb +++ b/Formula/s/seal.rb @@ -23,7 +23,7 @@ class Seal < Formula uses_from_macos "zlib" resource "hexl" do - url "https://github.com/intel/hexl/archive/refs/tags/v1.2.5.tar.gz" + url "https://github.com/IntelLabs/hexl/archive/refs/tags/v1.2.5.tar.gz" sha256 "3692e6e6183dbc49253e51e86c3e52e7affcac925f57db0949dbb4d34b558a9a" end @@ -40,6 +40,7 @@ def install -DHEXL_BENCHMARK=OFF -DHEXL_TESTING=OFF -DHEXL_EXPORT=ON + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ] system "cmake", "-S", ".", "-B", "build", *hexl_args, *std_cmake_args system "cmake", "--build", "build" @@ -55,6 +56,7 @@ def install -DSEAL_USE_INTEL_HEXL=#{Hardware::CPU.intel? ? "ON" : "OFF"} -DHEXL_DIR=#{lib}/cmake -DCMAKE_CXX_FLAGS=-I#{include} + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ] system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args From d975da4ac52bbbf70e2b94ea0b8a314e27538756 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:53:14 +0000 Subject: [PATCH 09183/10074] biome: update 2.0.5 bottle. --- Formula/b/biome.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/biome.rb b/Formula/b/biome.rb index c98c5b2ad40a2..46bfe8fedc50a 100644 --- a/Formula/b/biome.rb +++ b/Formula/b/biome.rb @@ -12,13 +12,13 @@ class Biome < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "84f558da423fcf12f9706ecd8c18c2275cc9a1b0893f68bc6fcdcc60a4ac9b77" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "be234f1885348b28d95fe4ce679326c50905e4b32e06c0b101df31eb5dbd1c6e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8e54e21ec833e9c09dd3e491e7e4167d5e03604ca2db5b728487a6c6d6038b84" - sha256 cellar: :any_skip_relocation, sonoma: "2bd0a7b6a306479e1423cf82393fc8bd9834e57d8d9b24138d350284c1bfd08d" - sha256 cellar: :any_skip_relocation, ventura: "fca8a17a629fe09d20a55443ac2423e0773114ee02a9b3786231a3d3f1da8010" - sha256 cellar: :any_skip_relocation, arm64_linux: "c15e6c0dd3fc1973c2d292eb4e9de02105e7a8606310fc518e3e9c42bde2bcb6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bc6483434862eb4c809141cb38a6eb29db2e85619a256ddde68b584a7c236dde" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1afe5e2090c89d15f3a0176fb9207ee50f4f8732899d6ed3815be5d261c389e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cb8c35ad8e64861e203aa003dad0ef164ccd3e19117c18b697efb706b9d844f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "345fad4f65dcbad8860ec9122a4a10270e2387d4450663ceea5f787adbcacd90" + sha256 cellar: :any_skip_relocation, sonoma: "0bf95dbca04121549ca5fd1be9e59f46c1e50392bc97a04aa45aa53412e1c699" + sha256 cellar: :any_skip_relocation, ventura: "26c2fee2f48f41d705736e88ed329df63f1575973633f24a6d398cb4e95be71e" + sha256 cellar: :any_skip_relocation, arm64_linux: "be21cf9825e1dfad8c70fdc854625bd8d8cb9f4d9fb4897c3c77bec4d8259bd9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea8614f571e18e0bee2059aba232ac0cdfb01cb1c672029c26315ab5a7598a70" end depends_on "rust" => :build From 9b7e7b8fa034e0c25eeb4ee84e2229a8bce181f0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Jun 2025 09:53:51 -0400 Subject: [PATCH 09184/10074] olsrd: revision bump (gpsd 3.26.1) Signed-off-by: Rui Chen --- Formula/o/olsrd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/olsrd.rb b/Formula/o/olsrd.rb index 8be508ab691fe..0de2a7b87b9f7 100644 --- a/Formula/o/olsrd.rb +++ b/Formula/o/olsrd.rb @@ -4,7 +4,7 @@ class Olsrd < Formula url "https://github.com/OLSR/olsrd/archive/refs/tags/v0.9.8.tar.gz" sha256 "ee9e524224e5d5304dcf61f1dc5485c569da09d382934ff85b233be3e24821a3" license "BSD-3-Clause" - revision 1 + revision 2 livecheck do url :stable From beae0161ec08c53e278ecc9fef7644bc7f825728 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:54:38 +0000 Subject: [PATCH 09185/10074] avrdude 8.1 --- Formula/a/avrdude.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/avrdude.rb b/Formula/a/avrdude.rb index 1ea65192646b5..31e3b6ca49b64 100644 --- a/Formula/a/avrdude.rb +++ b/Formula/a/avrdude.rb @@ -1,8 +1,8 @@ class Avrdude < Formula desc "Atmel AVR MCU programmer" homepage "https://www.nongnu.org/avrdude/" - url "https://github.com/avrdudes/avrdude/archive/refs/tags/v8.0.tar.gz" - sha256 "a689d70a826e2aa91538342c46c77be1987ba5feb9f7dab2606b8dae5d2a52d5" + url "https://github.com/avrdudes/avrdude/archive/refs/tags/v8.1.tar.gz" + sha256 "2d3016edd5281ea09627c20b865e605d4f5354fe98f269ce20522a5b910ab399" license "GPL-2.0-or-later" head "https://github.com/avrdudes/avrdude.git", branch: "main" From 898f9f3f10d3ea0c9db0bf3054f50ff5d2d36ea6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:57:17 +0000 Subject: [PATCH 09186/10074] chainloop-cli 1.9.0 --- Formula/c/chainloop-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 1395569aad958..15d876163621f 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,8 +1,8 @@ class ChainloopCli < Formula desc "CLI for interacting with Chainloop" homepage "https://docs.chainloop.dev" - url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.8.0.tar.gz" - sha256 "126e0c5f47f19d7852abda3fa693fafb296ed73333163de0c57611b83912f3cf" + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.9.0.tar.gz" + sha256 "b2506c3b48d9bf7b6e813a4b307b0fd45289ce22d4474991c454c15afc3d63b2" license "Apache-2.0" head "https://github.com/chainloop-dev/chainloop.git", branch: "main" From fb02eefaf3f1c64d26f522fecdc85b21bb6e52dc Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Jun 2025 14:04:02 +0000 Subject: [PATCH 09187/10074] onigmo: update 6.2.0 bottle. --- Formula/o/onigmo.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/o/onigmo.rb b/Formula/o/onigmo.rb index a3edc26be5798..65cc3f64aa96e 100644 --- a/Formula/o/onigmo.rb +++ b/Formula/o/onigmo.rb @@ -12,6 +12,7 @@ class Onigmo < Formula sha256 cellar: :any, arm64_ventura: "982e2aa0d17a1a598740ba22040c8a33c37fc8995b75a0b86c5016975cf2aad6" sha256 cellar: :any, sonoma: "7fbf4f9e56dd3c2059a690e45bcc65dc822cb0af307a7786daf9c1bb76ff7af0" sha256 cellar: :any, ventura: "aae7be640b247269995fc92160e4251c47fb3c95302f549e59b8daeebb4074fa" + sha256 cellar: :any_skip_relocation, arm64_linux: "a444a6283b28d04bf90227d5e489c4b5376ff6ac3878f685380dd9c96f879a75" sha256 cellar: :any_skip_relocation, x86_64_linux: "0f13dd8f0e389c3210abc32b970ab87259f40b37a057bc10a0cd6b4416f4b8fb" end From a49098c07e5e4152758bac4fe3c491b20fb531eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:05:17 +0000 Subject: [PATCH 09188/10074] ittapi 3.26.2 --- Formula/i/ittapi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/ittapi.rb b/Formula/i/ittapi.rb index 469676ba46c63..ca58728f1e986 100644 --- a/Formula/i/ittapi.rb +++ b/Formula/i/ittapi.rb @@ -1,8 +1,8 @@ class Ittapi < Formula desc "Intel Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API" homepage "https://github.com/intel/ittapi" - url "https://github.com/intel/ittapi/archive/refs/tags/v3.26.1.tar.gz" - sha256 "e070b01293cd9ebaed8e5dd1dd0a662735637b1d144bbdcb6ba18fd90683accf" + url "https://github.com/intel/ittapi/archive/refs/tags/v3.26.2.tar.gz" + sha256 "e4dd9c78c17efa4ab79290d6a1c66c686208382ae1a689554d18d640761d0316" license "GPL-2.0-only" head "https://github.com/intel/ittapi.git", branch: "master" From 64c0482569a420262061d371cab2bfc99c071eac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:06:31 +0000 Subject: [PATCH 09189/10074] kotlin 2.2.0 --- Formula/k/kotlin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kotlin.rb b/Formula/k/kotlin.rb index 1960f0bd4a56a..1c95a6f70a42e 100644 --- a/Formula/k/kotlin.rb +++ b/Formula/k/kotlin.rb @@ -1,8 +1,8 @@ class Kotlin < Formula desc "Statically typed programming language for the JVM" homepage "https://kotlinlang.org/" - url "https://github.com/JetBrains/kotlin/releases/download/v2.1.21/kotlin-compiler-2.1.21.zip" - sha256 "1ba08a8b45da99339a0601134cc037b54cf85e9bc0edbe76dcbd27c2d684a977" + url "https://github.com/JetBrains/kotlin/releases/download/v2.2.0/kotlin-compiler-2.2.0.zip" + sha256 "1adb6f1a5845ba0aa5a59e412e44c8e405236b957de1a9683619f1dca3b16932" license "Apache-2.0" # Upstream maintains multiple major/minor versions and the "latest" release From d5f7657e5feeb2d272e4a2dba7bab5227831e289 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:09:12 +0000 Subject: [PATCH 09190/10074] lol-html 2.5.0 --- Formula/l/lol-html.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lol-html.rb b/Formula/l/lol-html.rb index ed4abfc1f7812..365047e7c3b39 100644 --- a/Formula/l/lol-html.rb +++ b/Formula/l/lol-html.rb @@ -1,8 +1,8 @@ class LolHtml < Formula desc "Low output latency streaming HTML parser/rewriter with CSS selector-based API" homepage "https://github.com/cloudflare/lol-html" - url "https://github.com/cloudflare/lol-html/archive/refs/tags/v2.4.0.tar.gz" - sha256 "0fe9df689654735f1f4e1e6dd31aecbdb0e52f52784d082c9471a357144202e8" + url "https://github.com/cloudflare/lol-html/archive/refs/tags/v2.5.0.tar.gz" + sha256 "94a67aaa601b456fe8cf765456571854850162498da2cd0efcfeed2a3149aa9a" license "BSD-3-Clause" head "https://github.com/cloudflare/lol-html.git", branch: "master" From b170e20ad93cdad5aa7b733481272f33e18689d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:09:53 +0000 Subject: [PATCH 09191/10074] maturin 1.9.0 --- Formula/m/maturin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/maturin.rb b/Formula/m/maturin.rb index 193a23fabeb2f..097b4b85f81f7 100644 --- a/Formula/m/maturin.rb +++ b/Formula/m/maturin.rb @@ -1,8 +1,8 @@ class Maturin < Formula desc "Build and publish Rust crates as Python packages" homepage "https://github.com/PyO3/maturin" - url "https://github.com/PyO3/maturin/archive/refs/tags/v1.8.7.tar.gz" - sha256 "7fae57e8f14ea469c904f190774dd3c68a70fbc4c87b6a778b3e950e44cb8c24" + url "https://github.com/PyO3/maturin/archive/refs/tags/v1.9.0.tar.gz" + sha256 "84a74988960a19f4e6ffa6f3a349803403496ced10dd3ff83baf4feed88c3fd8" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/PyO3/maturin.git", branch: "main" From f0f185e09c94e7396daeb74eef869965fb2f19ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:17:02 +0000 Subject: [PATCH 09192/10074] renovate 41.4.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 6692a86667a92..13e018cb86b2e 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.2.0.tgz" - sha256 "fd0683392361ecaa18217a77fcc6eb52ae362917baae0a3cbef34180ef5443ea" + url "https://registry.npmjs.org/renovate/-/renovate-41.4.0.tgz" + sha256 "762e3215ef05b3cff2a03d2e82c2f88a50769b885eb1ed9621a8798c1292602e" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 5dc0190564fd0f00bd4b72faab1f411e4234ab98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:17:44 +0000 Subject: [PATCH 09193/10074] rqlite 8.38.2 --- Formula/r/rqlite.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index f4da1191dbc6f..4b03e4c5a89f9 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -1,8 +1,8 @@ class Rqlite < Formula desc "Lightweight, distributed relational database built on SQLite" homepage "https://www.rqlite.io/" - url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.38.1.tar.gz" - sha256 "0e47a00411b701a9d0c98541b2b772ffaf8ecddb3edfe9903e7473c009dfdf7a" + url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.38.2.tar.gz" + sha256 "b64e4168bb55286587d6d41b9fde7df06c3fb7f767c78d214d4b0b49915bb80b" license "MIT" head "https://github.com/rqlite/rqlite.git", branch: "master" From 73d0294e2554a0e0bfcc5d0431dd09ac77440815 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:23:06 +0000 Subject: [PATCH 09194/10074] typos-lsp 0.1.39 --- Formula/t/typos-lsp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/typos-lsp.rb b/Formula/t/typos-lsp.rb index 50da86f92c2a0..4e5bad9ebde41 100644 --- a/Formula/t/typos-lsp.rb +++ b/Formula/t/typos-lsp.rb @@ -1,8 +1,8 @@ class TyposLsp < Formula desc "Language Server for typos-cli" homepage "https://github.com/tekumara/typos-lsp" - url "https://github.com/tekumara/typos-lsp/archive/refs/tags/v0.1.38.tar.gz" - sha256 "27e8c28b8332bc51a30e95595125f6f2f265b81a16f867808a850ca5b516284f" + url "https://github.com/tekumara/typos-lsp/archive/refs/tags/v0.1.39.tar.gz" + sha256 "e947770d7f12b06886db41ac8a10fd5686c1dbb6042f9898dd899d0900d59762" license "MIT" livecheck do From b37326b8e0b3363ff1dd10e55508ff6fad6e3c02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:11:26 +0000 Subject: [PATCH 09195/10074] renovate: update 41.4.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 13e018cb86b2e..70679b4c29ba6 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "07eb475daec00d8fd065a5de5840827d0ee5992045f6f97e45614baa9df2e396" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "864242a36a9467e9235834aabded6484c6a1bd2456adb1635aa9d0d7255b9d14" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8fbc4ae8433eb2b8172eb90db3ebec4cb0f99e5cb2d9883aa8ed5c3c841dfc67" - sha256 cellar: :any_skip_relocation, sonoma: "bd82720b29df759146b7552cc9706d08ef8bac069e7d052aa600842794327f9a" - sha256 cellar: :any_skip_relocation, ventura: "dc5d9b064994f452dd7ec1111c4ae338f14f524fa54f0e4ef06ab84664696dc2" - sha256 cellar: :any_skip_relocation, arm64_linux: "0e953b896a5f3daa4cb2a68a8e4deb54454938030a76300d14ca2dadeb736f63" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e6cb75ab0f68363a6800fa74d56613721dad6c3023375f69b78f93ee8bdaf2a4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f76b0e37d93bbc0bd5d872c92b152efbc05f83ec23fe89cf3106859fcefbcd84" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d93a1659e5f8704ca940490bef40f714ed96e35902d326e2fff66a5f3ccda414" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1dcf690fa7a3a42b99f11a8c1d16d522407b8b5621db2babdb6758d79213db92" + sha256 cellar: :any_skip_relocation, sonoma: "207caed839f1cb382e923a905cfed9efc7166c306ee027f2fb4bfaa44e534b93" + sha256 cellar: :any_skip_relocation, ventura: "64b7746764a89071ba1b83a3853300c909c11864f44d73f721b8620972905c1f" + sha256 cellar: :any_skip_relocation, arm64_linux: "d2788aacd01e45f7335ae3f7ea9ddfbaf2d56f21c9c6eaaf316e2c9266035ad8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ff8c1bfbd5c35adca2e6e5d9c447f1eb2f0868b29737ebf869cbf6585a3326cf" end depends_on "node@22" From f9efd0bd95220bca548cb663bbcf5762c1695b69 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:11:27 +0000 Subject: [PATCH 09196/10074] typos-lsp: update 0.1.39 bottle. --- Formula/t/typos-lsp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/typos-lsp.rb b/Formula/t/typos-lsp.rb index 4e5bad9ebde41..aa4f320b2baa9 100644 --- a/Formula/t/typos-lsp.rb +++ b/Formula/t/typos-lsp.rb @@ -11,13 +11,13 @@ class TyposLsp < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e8b9eb12f8a0c7ad5d86e24e02a07c910e6655e078dff6e1d388ff79d3cfdfbe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b848aa4033ed6bc2da2bcbd98c4d1a1197a4b035d8c5fd9327e7f3298dd4f3e4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ba297c801ef04133beaadbb3cea32bf5abe7e610642fc1ceb1940c8812026c70" - sha256 cellar: :any_skip_relocation, sonoma: "51eef0b0733d6e9ec3a095d4aae29f1a1b56429ffb2147de9296ca604638848a" - sha256 cellar: :any_skip_relocation, ventura: "491914db885c600fce756b449902abf6919659c71f35fdb03e1d7db83a3b7adf" - sha256 cellar: :any_skip_relocation, arm64_linux: "42b1ad5768b5a791541cbb6a569adc921251766ad5415a6b4bfb5708df7d412e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c715e30eaacdccac5fea534a6d9c9f37039d18e36a3bd117b60cee3e5dd1221" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "55403c7e7e0b2aee6be005d00bc8dc473ca9cb3848b28ab5931eccace26a9dae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c9428f821cea5fef7e817e3cb106ac1eef96d04dee9c549546f7a139b2aeb404" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a6f64174382ef096a1c4c2e9590a85134f16642f7db134a42660d99d4bfa71d8" + sha256 cellar: :any_skip_relocation, sonoma: "3487b5020d1fc296d44a24559397922ec77af24af47195dbabf5dca9642727c8" + sha256 cellar: :any_skip_relocation, ventura: "c17cdbd4e46a2e93baa472f9114298d5925a47d4f035b4734ad5f8268939d2d1" + sha256 cellar: :any_skip_relocation, arm64_linux: "b2f67b5e694960d10c2b2583b20bf05a0b5cac986d673000996540c6fa4842f8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "18aa3629a81e166ebf1570c1dae325c8954fc985878604cce3fc0f60014da365" end depends_on "rust" => :build From 6b9d65e27c119ced5c7738bb4716ad642ee2e2d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:11:39 +0000 Subject: [PATCH 09197/10074] avrdude: update 8.1 bottle. --- Formula/a/avrdude.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/a/avrdude.rb b/Formula/a/avrdude.rb index 31e3b6ca49b64..3a6f0fc7976c5 100644 --- a/Formula/a/avrdude.rb +++ b/Formula/a/avrdude.rb @@ -7,15 +7,13 @@ class Avrdude < Formula head "https://github.com/avrdudes/avrdude.git", branch: "main" bottle do - sha256 arm64_sequoia: "5f07f2d83f042eb50e5c8deb859da2ea9311e1e64d85f019447812c5d2b8502b" - sha256 arm64_sonoma: "486585890c5ab7dc3c57e3be076e65d4a050c34cc3becbbe74cf257e3f8b0ad0" - sha256 arm64_ventura: "b2076d454725e67bda7bda9c14273372bc75b58cc8d8ca05402d7e05127a9997" - sha256 arm64_monterey: "2f5a803452cacd443bdbfb32acf4c9e25f43222518db5bf2cad81712dde50da2" - sha256 sonoma: "b3da9285a6b2c4d0a490362f3536e95e7364bc8ba95112b2eab123c69c3bc393" - sha256 ventura: "97d2a1fb9eab66186bb32320c0a4be603e22dc79271cc92f8c858ce818651120" - sha256 monterey: "d7f62c95f739d8fbeb35d45db9f3b49732e68df5d5bb99ddb19a156ed1e6971f" - sha256 arm64_linux: "9985c193d4ab02a2cda981313bf94228b7668a3e5c508cf7bcf5c8539def4127" - sha256 x86_64_linux: "6a89480ec589d1823abcb3496619bca89e257b914815b32f00b225e45beea62a" + sha256 arm64_sequoia: "99d020ca9145a289d74a52ff001e499e76d26a8afed895d8f39d7d92f7327a8e" + sha256 arm64_sonoma: "dfb5e436dd7a172c43e4e2929451ca851ff748843276525799736e8605884343" + sha256 arm64_ventura: "29b9741bb4b29391facdc339173f61273073fbed528d3ca3dadaf804f5a51805" + sha256 sonoma: "ace8f271d4765b29bc8717d5ea758fd097e5baf31570b88b84c8d4c35e4984ca" + sha256 ventura: "a50ea68b75610e2bd9125cd753edbaeb76447bdbe4b205063fba4843571eabb7" + sha256 arm64_linux: "8ccf60c11997fbf0ceaebd78f29516467186ca20a85cf720c815d8e3fd8d7972" + sha256 x86_64_linux: "84b6fbe6bd4f0a34e03c159910960f5c3d6f2e82c58ed6bad2c1eb42ae38e342" end depends_on "cmake" => :build From acba8017d7b4caa1bb332d0d136b98c9d623003d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:11:40 +0000 Subject: [PATCH 09198/10074] chainloop-cli: update 1.9.0 bottle. --- Formula/c/chainloop-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 15d876163621f..42c7493cec635 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -7,12 +7,12 @@ class ChainloopCli < Formula head "https://github.com/chainloop-dev/chainloop.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a25370f6c6202c067d60422c2b23dc6d47c5fdeeffc436d98824689bd72db735" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4510159c418a09d82d5f6146f303a07a720a45b50609fe6d6c2c97297a04352" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4709100f1b4dd775af3c4d2795da6bbe835870a48253df6f52ead33156df38bf" - sha256 cellar: :any_skip_relocation, sonoma: "9c72fd03055a955f4d97b0581bc7ea7fdda3b423a5ad2306e257d3795944bc89" - sha256 cellar: :any_skip_relocation, ventura: "762526243bb648202f94209f5e74362db9ce6d0a19763b34a73d79fbede8db65" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e0adbc90226df311aeea25f732756cf85b4669d5b7c0d429d14da475cef274b2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b95f14c059a1947f375eeddf4a1eacd9b45369068ee091b17b6dac0606fd63a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8859cca2b1386dacdce7524eadb8d4839ebd92d95b4a08c4fa714f30d724816b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a02e975403b49e278690c498939fac70a2da2e15aeb3f3f3b152616b4123d693" + sha256 cellar: :any_skip_relocation, sonoma: "201cf67cab6974ba94cabe235ee9f6456746495385ed8d98015f117dc318082f" + sha256 cellar: :any_skip_relocation, ventura: "89d805dfd3a888da07f5206e33c4c106c50e755151df406b6a4763ea95bc838d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "11be7808adb80a9b77620797d08df7ee78be6848ebf3cc34cb55f0b35fd2e326" end depends_on "go" => :build From e49f0d99aa73a2689ee4f5a1897138aa7a4f1dbe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:11:42 +0000 Subject: [PATCH 09199/10074] ittapi: update 3.26.2 bottle. --- Formula/i/ittapi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ittapi.rb b/Formula/i/ittapi.rb index ca58728f1e986..a39f93b46ccbd 100644 --- a/Formula/i/ittapi.rb +++ b/Formula/i/ittapi.rb @@ -7,13 +7,13 @@ class Ittapi < Formula head "https://github.com/intel/ittapi.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5424508c20204936d2fad669378ac204bc082015502cf15ed36550ba6f64c76" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad8d7db2bdfa50d5c4c298b2a570599bda56b71fcc7d08ac36cf7de96c6ff64f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "211f381413eef7fdbf6843fecdf4160dd8748dc1d652fae6dcd0c3d096825eb0" - sha256 cellar: :any_skip_relocation, sonoma: "0cc017753e4c3c83d108cfd2dd9e0d84f8d0c46ecbd53958cca0fb8f9154dab8" - sha256 cellar: :any_skip_relocation, ventura: "fa2e9c2e80eb616452e93de954e8b04afcfdb36cb9129f32e64b18a9a538e4d2" - sha256 cellar: :any_skip_relocation, arm64_linux: "1b35467fb43af71a19ab43bdf8cc72dff27ec833c4bb1155ae5d22f46aeb3d3f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea5b67f7f9f0d42188564fda3e430f4fd33ccecfb933e404e7f69ed3f12545a5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "83b8937c42a6fd65c510e63fa33ac1d4b45108f5d91f3cf40abe79ae971144e7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "57541a42af07f51f50e9db9cf4c9a75def6f3e0f1e8a6f743d3e8049c5be8954" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8b7f797b318177f72038f448f61ff1b677c8831fa736a0e848d0e66eb1d3dd77" + sha256 cellar: :any_skip_relocation, sonoma: "a8ad4a9ec70659bd1376d55378a6547e63ce6c0fa315aabea14c92c585a04d30" + sha256 cellar: :any_skip_relocation, ventura: "162a3879313c8f428eeecc7cfe8464ebe78b34dbe51d5bf1a525a9b01f620a65" + sha256 cellar: :any_skip_relocation, arm64_linux: "ead64ded5eb5e703d68806f5b194d37793a0416409038647f601ac641e4eda25" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a8cdf21327d4dabc5983844bba3c2be6e3d3f02afc90499ec45908d0cb4ab2d4" end depends_on "cmake" => :build From 1cc52c569e8df94f03088e8eeea6a0985bce411b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:11:43 +0000 Subject: [PATCH 09200/10074] rqlite: update 8.38.2 bottle. --- Formula/r/rqlite.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 4b03e4c5a89f9..fd4706bbcf96f 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -7,12 +7,12 @@ class Rqlite < Formula head "https://github.com/rqlite/rqlite.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "28a2d8c8b8f52e444eae39c446b61f764fa154b114681234ee132cd849278ab1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f94f7650f3922c1bacc97aa5f81cf27165924d6d0f9f0cd08a446371bc9a3c8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "be6d909be66b376368679c8b40761d2e008abf257f130d0f31de1771279f8cbf" - sha256 cellar: :any_skip_relocation, sonoma: "0d6c95cb3e778da35780c417b72c307f7bbc72639766020d3dcccbf4fcefff95" - sha256 cellar: :any_skip_relocation, ventura: "47affc6fd0da4279ae750a6c749f55d332109d298f651ca27dedecca471b368c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "67c7eb1942917c98b1e4f82283078d120f8e3801774e1dce9d9cb9bd640ca1a9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdf48c27c5bfc03f531b0cf691efe5c307cad121b01990c0c93bdc597fc35d9c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2238f5be8568fec962216741189dde918638bb6cba3379de924997f11d45e42b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bc1cbdf06ccb8130f66fda75108c9b0cf637b01eb415930336c4b93c30d5e429" + sha256 cellar: :any_skip_relocation, sonoma: "04a6659bd0fa9ae679be0f598e2eb52a07d178c31fd2c15b8eee455141a6e5a3" + sha256 cellar: :any_skip_relocation, ventura: "f5d4b144762e116f8887f94518f1a253f2e27d43d3f9ddc831b6e92235b7ec1e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4901fed10f4af2585793edd0ca8db3514b662c805e551978c5874170a5c93ea2" end depends_on "go" => :build From 1b80e5bb0fd0618ab8846d767e77f1f2033f2e10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:11:50 +0000 Subject: [PATCH 09201/10074] lol-html: update 2.5.0 bottle. --- Formula/l/lol-html.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lol-html.rb b/Formula/l/lol-html.rb index 365047e7c3b39..1959ce2057440 100644 --- a/Formula/l/lol-html.rb +++ b/Formula/l/lol-html.rb @@ -7,13 +7,13 @@ class LolHtml < Formula head "https://github.com/cloudflare/lol-html.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "5147b4f58bf5dd2f379559e569cf021a572b853568d1bf8d59416fe869754662" - sha256 cellar: :any, arm64_sonoma: "dc66ba33c71ca9ebf648f7382f44709f06620bedde3a55a614fca5296400bc8c" - sha256 cellar: :any, arm64_ventura: "a7be91540787540353ef9fe9ce687d777141e1d6fb6bb2603872ee933b726481" - sha256 cellar: :any, sonoma: "71bc45af79edf3ef82ee1f98e781b9a4c578c35bdeaffdaa8c390a2f78a1fa96" - sha256 cellar: :any, ventura: "47ecf2b443bbe11730c2600ba0a5d3f3827b6d060887b3d30a859b3f48830578" - sha256 cellar: :any_skip_relocation, arm64_linux: "093b5c6fd7b095a387d8469ac58b90773e8fea08fa568c610b85c9ed6f3f87ee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "915a8368d4c5a083aafa5d8745d2515fd331aa540b9683ba1afff952946f5bdb" + sha256 cellar: :any, arm64_sequoia: "9a5bf511b0e79fafebf68e51d8d70ce2849b7cac56441234176b45b0d4283984" + sha256 cellar: :any, arm64_sonoma: "b1071b1948acd68a50e8cb9f119533de8417bbc5ec0faa1c53fdd47e83ffe93e" + sha256 cellar: :any, arm64_ventura: "adca8690479cc493a5d8faccec5325382dceddef1700cfe0d1c2063d093ac280" + sha256 cellar: :any, sonoma: "441869e3e8e1c9807844c36e7cd0e21d25d2f4c753374554c6835bbc9d6448fd" + sha256 cellar: :any, ventura: "5b06c440efeee13f08a8560fc990c1c2ee960f75e77537e4ea471f478615f70f" + sha256 cellar: :any_skip_relocation, arm64_linux: "9c2095241f8b34ccc99cb2db8fa903a96348508638aadb468b4f89a79e9408d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "17393e6b70e0c070a3b363e44466bb4fa6f767936604c601c5aaae4a58381f87" end depends_on "cargo-c" => :build From c87590271830f98a2b1abcb75daa522e0e22d97e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:11:54 +0000 Subject: [PATCH 09202/10074] maturin: update 1.9.0 bottle. --- Formula/m/maturin.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/maturin.rb b/Formula/m/maturin.rb index 097b4b85f81f7..6a7ab79842639 100644 --- a/Formula/m/maturin.rb +++ b/Formula/m/maturin.rb @@ -7,13 +7,13 @@ class Maturin < Formula head "https://github.com/PyO3/maturin.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e8bed0d4652c1aeafbfbfa8cb5e3201014a91c94ae01539d8c16e9dab7270e1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19fd7ee33f51beaec3dd69e881eade9b9390f8bb445e179a1bb85612ca5ee675" - sha256 cellar: :any_skip_relocation, arm64_ventura: "43b1172b6379ebc165608d4c984ed8ab0ae2b08202e373219f120168175d4ebf" - sha256 cellar: :any_skip_relocation, sonoma: "eff5734ccd3956977cb1280db391ae26f5028be1832d3c3e0113210f6e84b7ba" - sha256 cellar: :any_skip_relocation, ventura: "d2f988f7b4cbc3219d4b0142849a7b9fbca3aa2afe8fb36596e78ff452b65840" - sha256 cellar: :any_skip_relocation, arm64_linux: "63f66ecbec4e6ce241e4f3b5dcc2ecc0d3e4c4a45093cff8e3dba6a246cc1b4c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "50fb25c2e867b69893c90835c3468b6b361ea9ec4804f6571f759b70993ee8e6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "762d234ff9e69a35cd8c66531e1e43d556f5b373ff31964e6140ac4642b776e7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2b3b03e06267c82096fe863345ec6e769bba61b2238de037c10c1c7b43440c4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "da19a2082cf98ec7f3865b77feb0ec84df8c5643e8e2d808cbdb09e676ef7c5d" + sha256 cellar: :any_skip_relocation, sonoma: "5e8e5aa807eed77ce9a82debff5449dd1aedd5c24659bed238e47d1bd8a26b40" + sha256 cellar: :any_skip_relocation, ventura: "63a08bc68cca44182bf96659e5b8b1f6af72d467f076baf1d4c0a67727d7db60" + sha256 cellar: :any_skip_relocation, arm64_linux: "6127227899ac597e337d1b353ce9cbce8f0d4f6ad3f86db8d9fc337dd429d1ff" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d824ad4f36121c93ccf6ddd849dca6fdad145ec7e9449b52136c148178c920d6" end depends_on "python@3.13" => :test From b165168b5945d0cb70e756ab8d1dfd8311f1811d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:12:26 +0000 Subject: [PATCH 09203/10074] kotlin: update 2.2.0 bottle. --- Formula/k/kotlin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/k/kotlin.rb b/Formula/k/kotlin.rb index 1c95a6f70a42e..7c413aee47b06 100644 --- a/Formula/k/kotlin.rb +++ b/Formula/k/kotlin.rb @@ -14,7 +14,7 @@ class Kotlin < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "6e6e5ee2272357a918c3b94dea13c00f9a943dac1d80becb8ed8d70e6e3ec876" + sha256 cellar: :any_skip_relocation, all: "3ecabf4a21cd7e6e014262f2462b8fb5f4c49d602427082f327df2ea1ae525f0" end depends_on "openjdk" From fd38d8df759e31e9d85e20209710283bd52daed2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:11:11 +0000 Subject: [PATCH 09204/10074] mujs 1.3.7 mujs: add build patch Signed-off-by: Rui Chen --- Formula/m/mujs.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/m/mujs.rb b/Formula/m/mujs.rb index bc57e3500f200..a7feb52029843 100644 --- a/Formula/m/mujs.rb +++ b/Formula/m/mujs.rb @@ -1,8 +1,8 @@ class Mujs < Formula desc "Embeddable Javascript interpreter" homepage "https://www.mujs.com/" - url "https://mujs.com/downloads/mujs-1.3.6.tar.gz" - sha256 "7cf3a5e622cff41903efff0334518fc94af063256752c38ba4618a5191e44f18" + url "https://mujs.com/downloads/mujs-1.3.7.tar.gz" + sha256 "fa15735edc4b3d27675d954b5703e36a158f19cfa4f265aa5388cd33aede1c70" license "ISC" head "https://github.com/ccxvii/mujs.git", branch: "master" @@ -27,6 +27,12 @@ class Mujs < Formula depends_on "readline" end + # update build for `utfdata.h`, upstream pr ref, https://github.com/ccxvii/mujs/pull/203 + patch do + url "https://github.com/ccxvii/mujs/commit/e21c6bfdce374e19800f2455f45828a90fce39da.patch?full_index=1" + sha256 "e10de8b9c3a62ffe121b61fe60b67ba8faa68eaace9a3b17a13f46a2cc795a11" + end + def install system "make", "prefix=#{prefix}", "release" system "make", "prefix=#{prefix}", "install" From 662a679e6cd11967d42ea068dd232d5f447b21d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:34:16 +0000 Subject: [PATCH 09205/10074] node@20: update 20.19.3 bottle. --- Formula/n/node@20.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/node@20.rb b/Formula/n/node@20.rb index 56ffe7b48b7c1..2c541e8cf97ff 100644 --- a/Formula/n/node@20.rb +++ b/Formula/n/node@20.rb @@ -11,13 +11,13 @@ class NodeAT20 < Formula end bottle do - sha256 arm64_sequoia: "be55f8d8c39ef95fc8679c5134e220170a1018b8260d4e0ef094bc1a2b4a9f75" - sha256 arm64_sonoma: "6da90926c6e9c66a8a7cf036fac648b725885e9df5c4555138db694035fecb8f" - sha256 arm64_ventura: "a8868e101395048bb17d35f6c70d61876e79de376b09bd6c3008c89caebe9619" - sha256 sonoma: "4f0d2148422fa01d70d1128f956625b75f2b6fb6e7e5e3fb51e32c982f5410cf" - sha256 ventura: "d850934c12a4c34c7219346a875d8038f55484ad0630a81d59fd1142b4032235" - sha256 arm64_linux: "7c0fddc0126df790140b7851ca49982e843c4fb94b35642b10cd08b1b16bdc17" - sha256 x86_64_linux: "d70ddaccae20469adb9fbbd4f02f96f8d6e1fa8230f0199672c2e3204146c490" + sha256 arm64_sequoia: "f60a47d995b7abc5e23d7dbda445754f33995b075fbd69e080f1b2f7f0dceafd" + sha256 arm64_sonoma: "b8bc4097b64077e93b02e2943f8dc34515b937ae477bcf64d97c4ae404a7c05e" + sha256 arm64_ventura: "b7c4b51b77b04e168a5b6bf6b1198c10d848a163c44e6410ab9c0849c72ac5ab" + sha256 sonoma: "27dcb333f911a10f78c16524d1802a9178f48c35522fc2b9f85b86446c62af42" + sha256 ventura: "301d6afed678c8edb5b9ff9b46db84dd091fe6fb97efe208e607b785a22750d6" + sha256 arm64_linux: "0286d73d90f4a03adb8a16e2961a55a79f6e9637b24374dc26105dc565995255" + sha256 x86_64_linux: "e33a56ba931b4133ddcf3b6e39b5f33c1a46cb81b5f0543a0092b5e35fb9cf75" end keg_only :versioned_formula From f8f35cb20fe3262c2a80b91fe3a03cfc21b9187c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Jun 2025 12:24:29 -0400 Subject: [PATCH 09206/10074] mpv: revision bump (mujs 1.3.7) Signed-off-by: Rui Chen --- Formula/m/mpv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mpv.rb b/Formula/m/mpv.rb index 9945682f56bec..8dadb551c5303 100644 --- a/Formula/m/mpv.rb +++ b/Formula/m/mpv.rb @@ -4,7 +4,7 @@ class Mpv < Formula url "https://github.com/mpv-player/mpv/archive/refs/tags/v0.40.0.tar.gz" sha256 "10a0f4654f62140a6dd4d380dcf0bbdbdcf6e697556863dc499c296182f081a3" license :cannot_represent - revision 1 + revision 2 head "https://github.com/mpv-player/mpv.git", branch: "master" bottle do From bbfe4d2692094fb552a44d45c4aa1e8e70686181 Mon Sep 17 00:00:00 2001 From: "Sebastian (Tiedtke) Huckleberry" Date: Mon, 23 Jun 2025 09:40:32 -0700 Subject: [PATCH 09207/10074] runme 3.14.1 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/r/runme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/runme.rb b/Formula/r/runme.rb index 574399b434156..c99ff5e9fd14c 100644 --- a/Formula/r/runme.rb +++ b/Formula/r/runme.rb @@ -1,8 +1,8 @@ class Runme < Formula desc "Execute commands inside your runbooks, docs, and READMEs" homepage "https://runme.dev/" - url "https://github.com/runmedev/runme/archive/refs/tags/v3.14.0.tar.gz" - sha256 "24d88f4c6eafe4b36893e06ea9395351a2363df88571c79f8b816698c57ef74e" + url "https://github.com/runmedev/runme/archive/refs/tags/v3.14.1.tar.gz" + sha256 "2a3c9a6a1370bc973364d43e2206e80e3c3e5602f3a704b5d401891226154d54" license "Apache-2.0" head "https://github.com/runmedev/runme.git", branch: "main" From 75918d6d62c70e38d8bd9a92d17aa5ad56e5269a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:06:55 +0000 Subject: [PATCH 09208/10074] libcec 7.1.1 libcec: update test Signed-off-by: Rui Chen --- Formula/lib/libcec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/lib/libcec.rb b/Formula/lib/libcec.rb index dbf5e50d2291f..6d6a4bf436f54 100644 --- a/Formula/lib/libcec.rb +++ b/Formula/lib/libcec.rb @@ -1,8 +1,8 @@ class Libcec < Formula desc "Control devices with TV remote control and HDMI cabling" homepage "https://libcec.pulse-eight.com/" - url "https://github.com/Pulse-Eight/libcec/archive/refs/tags/libcec-7.1.0.tar.gz" - sha256 "7fd60dfd25b0b116c58439bb70158c1d5fd8fd492ad2a1a3b39b826bb50b54f6" + url "https://github.com/Pulse-Eight/libcec/archive/refs/tags/libcec-7.1.1.tar.gz" + sha256 "7f7da95a4c1e7160d42ca37a3ac80cf6f389b317e14816949e0fa5e2edf4cc64" license "GPL-2.0-or-later" bottle do @@ -57,6 +57,6 @@ def install end test do - assert_match "libCEC version: #{version}", shell_output("#{bin}/cec-client --info") + assert_match "libCEC version: #{version}", shell_output("#{bin}/cec-client --list-devices") end end From 094c2de0d63b207b304d37a916115508f0122049 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:56:22 +0000 Subject: [PATCH 09209/10074] btrfs-progs 6.15 --- Formula/b/btrfs-progs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/btrfs-progs.rb b/Formula/b/btrfs-progs.rb index cf22c0683c45a..ba38e3be65a48 100644 --- a/Formula/b/btrfs-progs.rb +++ b/Formula/b/btrfs-progs.rb @@ -1,8 +1,8 @@ class BtrfsProgs < Formula desc "Userspace utilities to manage btrfs filesystems" homepage "https://btrfs.readthedocs.io/en/latest/" - url "https://mirrors.edge.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.14.tar.xz" - sha256 "df5ab804fcb36e291c42ad8361f801ad1e10241b43bd304fe50ce3df9e7e3da1" + url "https://mirrors.edge.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.15.tar.xz" + sha256 "57da428dd2199fd88d83ecf1cad05678ce78640ef7e52d7633be9887cef674bb" license all_of: [ "GPL-2.0-only", "LGPL-2.1-or-later", # libbtrfsutil From 3baa5868b522d170faa002b21dcb79c2dc865253 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:58:18 +0000 Subject: [PATCH 09210/10074] circleci 0.1.32580 --- Formula/c/circleci.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index bc345e149484b..ea8e11208e43c 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -3,8 +3,8 @@ class Circleci < Formula homepage "https://circleci.com/docs/2.0/local-cli/" # Updates should be pushed no more frequently than once per week. url "https://github.com/CircleCI-Public/circleci-cli.git", - tag: "v0.1.32367", - revision: "16777db75e7658684c7beedccfe0028aab9206b6" + tag: "v0.1.32580", + revision: "eeffe5201d9385906ffb75292fd4d88646d2a5ac" license "MIT" head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" From d5cdf8468e74d4c5a3aa5084174309a6d04b34bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:59:04 +0000 Subject: [PATCH 09211/10074] cloudquery 6.21.0 --- Formula/c/cloudquery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudquery.rb b/Formula/c/cloudquery.rb index 13d73796146bc..7da8ea4fe990e 100644 --- a/Formula/c/cloudquery.rb +++ b/Formula/c/cloudquery.rb @@ -1,8 +1,8 @@ class Cloudquery < Formula desc "Data movement tool to sync data from any source to any destination" homepage "https://www.cloudquery.io" - url "https://github.com/cloudquery/cloudquery/archive/refs/tags/cli-v6.20.5.tar.gz" - sha256 "29939d99b09d182a06ae3359b9b1e6c67b4bdd1eeeac790698481fd1d3e8b291" + url "https://github.com/cloudquery/cloudquery/archive/refs/tags/cli-v6.21.0.tar.gz" + sha256 "e92e4a2c8142d34fdf94f6333dd698093674fbe36ea0624290a12f318255e909" license "MPL-2.0" head "https://github.com/cloudquery/cloudquery.git", branch: "main" From 1284e06cd7c1dbd5d2054098ac600d0ab13c4fae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:01:54 +0000 Subject: [PATCH 09212/10074] docker-machine 0.16.2-gitlab.38 --- Formula/d/docker-machine.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/docker-machine.rb b/Formula/d/docker-machine.rb index a4e61003aa674..b7e81294d216e 100644 --- a/Formula/d/docker-machine.rb +++ b/Formula/d/docker-machine.rb @@ -1,9 +1,9 @@ class DockerMachine < Formula desc "Create Docker hosts locally and on cloud providers" homepage "https://docs.gitlab.com/runner/executors/docker_machine.html" - url "https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.37/docker-machine-v0.16.2-gitlab.37.tar.bz2" - version "0.16.2-gitlab.37" - sha256 "3ac1792674d7578ddb17b94858c5add32e50b8e19bb04adf359f7ff50ed0324a" + url "https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.38/docker-machine-v0.16.2-gitlab.38.tar.bz2" + version "0.16.2-gitlab.38" + sha256 "852e9a1fa425156cdc5040381b0c7d0f2831f084191b4ea54d5c8eeb59b5b1a9" license "Apache-2.0" head "https://gitlab.com/gitlab-org/ci-cd/docker-machine.git", branch: "master" From f8894378c405ec2670026b27b1180853ae773bc6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:04:55 +0000 Subject: [PATCH 09213/10074] fatal 2025.06.23.00 --- Formula/f/fatal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fatal.rb b/Formula/f/fatal.rb index c5ff4e190cd42..82f86f4d2a0c2 100644 --- a/Formula/f/fatal.rb +++ b/Formula/f/fatal.rb @@ -1,8 +1,8 @@ class Fatal < Formula desc "Facebook Template Library" homepage "https://www.facebook.com/groups/libfatal/" - url "https://github.com/facebook/fatal/releases/download/v2025.06.16.00/fatal-v2025.06.16.00.tar.gz" - sha256 "5d9e13011a8c08b6e0055caacafdc83947a728177240a5a47167bb15961f1b5b" + url "https://github.com/facebook/fatal/releases/download/v2025.06.23.00/fatal-v2025.06.23.00.tar.gz" + sha256 "eb7e864e1b390715c0224d7c08cf8fde5710f1f07bb2f058aff58edee9d3e3af" license "BSD-3-Clause" head "https://github.com/facebook/fatal.git", branch: "main" From 2eafeb2cc607eb0b1f33fd3471b4270fc2263247 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:12:41 +0000 Subject: [PATCH 09214/10074] lacework-cli 2.3.0 --- Formula/l/lacework-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lacework-cli.rb b/Formula/l/lacework-cli.rb index 709b98435cad5..eca1419b95894 100644 --- a/Formula/l/lacework-cli.rb +++ b/Formula/l/lacework-cli.rb @@ -2,8 +2,8 @@ class LaceworkCli < Formula desc "CLI for managing Lacework" homepage "https://docs.lacework.com/cli" url "https://github.com/lacework/go-sdk.git", - tag: "v2.2.0", - revision: "80646d5596b2180e888fe708d20c704f51a4b2f2" + tag: "v2.3.0", + revision: "dbd13dc3e3afdbca24851462d3e28c4d3ee60d55" license "Apache-2.0" head "https://github.com/lacework/go-sdk.git", branch: "main" From a8d2a9bfff134e8b0d9c6ac0b6286ac8a9ccee9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:19:06 +0000 Subject: [PATCH 09215/10074] netlify-cli 22.1.4 --- Formula/n/netlify-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 0a9b5c5d8ec5b..9034e622fe2fe 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -1,8 +1,8 @@ class NetlifyCli < Formula desc "Netlify command-line tool" homepage "https://www.netlify.com/docs/cli" - url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.3.tgz" - sha256 "08a2fa4599dda341690779fcdbc795de7da444094bd775014c66ec0d3474fe21" + url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.4.tgz" + sha256 "92ed79475eb9264cc606dddceeca29af58b6b6b88e51596667c11408c2d30c7c" license "MIT" bottle do From 94ed1d91cea53bc95f89902379310b0d3ee5146a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:26:18 +0000 Subject: [PATCH 09216/10074] rattler-index 0.23.1 --- Formula/r/rattler-index.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rattler-index.rb b/Formula/r/rattler-index.rb index f9f32242c12e3..c693d9869e088 100644 --- a/Formula/r/rattler-index.rb +++ b/Formula/r/rattler-index.rb @@ -1,8 +1,8 @@ class RattlerIndex < Formula desc "Index conda channels using rattler" homepage "https://github.com/conda/rattler" - url "https://github.com/conda/rattler/archive/refs/tags/rattler_index-v0.23.0.tar.gz" - sha256 "d6a3e7014a115551e9ba55247446c5b4b3d3edb748766cc225f377075c5543f0" + url "https://github.com/conda/rattler/archive/refs/tags/rattler_index-v0.23.1.tar.gz" + sha256 "9a4f44d6ffbb49978f7535ee100ef1845d1570c4bedf8d959073e05e3ca651fb" license "BSD-3-Clause" head "https://github.com/conda/rattler.git", branch: "main" From 217a5ac62fc161506cdbcf8e035a58dab4ead748 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:26:53 +0000 Subject: [PATCH 09217/10074] renovate 41.5.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 70679b4c29ba6..25e5b42e01814 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.4.0.tgz" - sha256 "762e3215ef05b3cff2a03d2e82c2f88a50769b885eb1ed9621a8798c1292602e" + url "https://registry.npmjs.org/renovate/-/renovate-41.5.0.tgz" + sha256 "5e75e23cd7c4cd8116734a4304471ca873b2cfc227c163c73c0952bf2a6bc606" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From b1853f0c248c72e41157af3485650d8b37c041b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:27:40 +0000 Subject: [PATCH 09218/10074] rosa-cli 1.2.54 --- Formula/r/rosa-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rosa-cli.rb b/Formula/r/rosa-cli.rb index bee56b9fb92ff..eae61887346cb 100644 --- a/Formula/r/rosa-cli.rb +++ b/Formula/r/rosa-cli.rb @@ -1,8 +1,8 @@ class RosaCli < Formula desc "RedHat OpenShift Service on AWS (ROSA) command-line interface" homepage "https://www.openshift.com/products/amazon-openshift" - url "https://github.com/openshift/rosa/archive/refs/tags/v1.2.53.tar.gz" - sha256 "4352b72f94d22d3a29aa20b4793c19472ca3c1ba1c689676bb37f8c7a453ecf6" + url "https://github.com/openshift/rosa/archive/refs/tags/v1.2.54.tar.gz" + sha256 "6bb473213ebb4088e44fbc294a27e5d46462f03fa91d0b46e0b3ed6a7a65d7c7" license "Apache-2.0" head "https://github.com/openshift/rosa.git", branch: "master" From 9cc02ab47c590c480dd159ad135915a0e0a1d0fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:30:31 +0000 Subject: [PATCH 09219/10074] snyk-cli 1.1297.3 --- Formula/s/snyk-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/snyk-cli.rb b/Formula/s/snyk-cli.rb index 4e9b02b2c9a1c..a46c1b2b0a35a 100644 --- a/Formula/s/snyk-cli.rb +++ b/Formula/s/snyk-cli.rb @@ -1,8 +1,8 @@ class SnykCli < Formula desc "Scans and monitors projects for security vulnerabilities" homepage "https://snyk.io" - url "https://registry.npmjs.org/snyk/-/snyk-1.1297.2.tgz" - sha256 "f90015b7a6bd05400f1e0b5942b862e2c647641110a19cda631284320e77974a" + url "https://registry.npmjs.org/snyk/-/snyk-1.1297.3.tgz" + sha256 "034931d85b947f8ce3fce11d40a96a2451da6e0251304be5d7c98c90a02295c8" license "Apache-2.0" bottle do From 641c101b184ad5e0dad1b2160f1498456905b574 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:35:37 +0000 Subject: [PATCH 09220/10074] vercel-cli 44.1.0 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index ae563b004606c..e92f5b64b7858 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-43.3.0.tgz" - sha256 "a2b6d15841665c6716d2db722c6ea56864e8f6b1373004ee6d69b11cc823852b" + url "https://registry.npmjs.org/vercel/-/vercel-44.1.0.tgz" + sha256 "33ef2c46bee8bd96bc12f0aa6019533ec6fba864b6bdbae309d23f2c9fa779fd" license "Apache-2.0" bottle do From e0dc1d5af720cc4ffc6780780c65e5a7ba86380c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:35:58 +0000 Subject: [PATCH 09221/10074] victoriametrics 1.120.0 --- Formula/v/victoriametrics.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/victoriametrics.rb b/Formula/v/victoriametrics.rb index 3e3d32df811e1..afe81b8e415e0 100644 --- a/Formula/v/victoriametrics.rb +++ b/Formula/v/victoriametrics.rb @@ -1,8 +1,8 @@ class Victoriametrics < Formula desc "Cost-effective and scalable monitoring solution and time series database" homepage "https://victoriametrics.com/" - url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.119.0.tar.gz" - sha256 "df88d2dbece7de3dc95ae20fdd4b172b96776c608eed6d83c3e0fc5dbf3c46ec" + url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.120.0.tar.gz" + sha256 "4f62f4b6d423cfd9573aabaea5b720d8cac6b43eceee8cdfaf22f82e270a7003" license "Apache-2.0" # There are tags like `pmm-6401-v1.89.1` in the upstream repo. They don't From f8c4040bf59d7052bd8602acf0e82a58a190cd5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:18:51 +0000 Subject: [PATCH 09222/10074] circleci: update 0.1.32580 bottle. --- Formula/c/circleci.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index ea8e11208e43c..8b7e0a9e695ea 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -9,12 +9,12 @@ class Circleci < Formula head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a530caf6cba45160560a0c65b62aed98f9692fe5497b985983ccf7fdcc4bf29" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a530caf6cba45160560a0c65b62aed98f9692fe5497b985983ccf7fdcc4bf29" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6a530caf6cba45160560a0c65b62aed98f9692fe5497b985983ccf7fdcc4bf29" - sha256 cellar: :any_skip_relocation, sonoma: "a492127bcec28ea03b9101cb2f894f066f95dcc291a125b3b55ffc6e9f460686" - sha256 cellar: :any_skip_relocation, ventura: "a492127bcec28ea03b9101cb2f894f066f95dcc291a125b3b55ffc6e9f460686" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2930ea50b61a985b357585e52b1b6f02f9e76ed919c36dacf4d987ef80b01e01" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd38bbbf993f239fe3e9bb0f7a76321ccb9f5f3b6e56a4a944bd32f3bae8e1f9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b418795106560b1550996995e385f518d62f2dce129ce96703f22a59764a03e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3dd314b7c7f530b629259fb6e4d87de4131b02fe6547e042bcc7efef7f520e78" + sha256 cellar: :any_skip_relocation, sonoma: "cda3c5ab6374d0f7d17a13e2b783fb1eb9780e9656cc177b783e8035630a6f3d" + sha256 cellar: :any_skip_relocation, ventura: "b441c72d09f751d2a67aa48201650e474441c91d21504f0ee2d7029507e534cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "10ed1116a17715c2637a8d50f469d3fd46b13e00962a9ed89d130eed506343fb" end depends_on "go" => :build From 97efd30019212e570c5b9ce847faeaa1c837c4e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:18:54 +0000 Subject: [PATCH 09223/10074] runme: update 3.14.1 bottle. --- Formula/r/runme.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/runme.rb b/Formula/r/runme.rb index c99ff5e9fd14c..f1d6ca5979f51 100644 --- a/Formula/r/runme.rb +++ b/Formula/r/runme.rb @@ -9,12 +9,12 @@ class Runme < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc0752ae0c5865acded0003fd1bb786e174b0ff5cee7a064b8c5253c9d6621d0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc0752ae0c5865acded0003fd1bb786e174b0ff5cee7a064b8c5253c9d6621d0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cc0752ae0c5865acded0003fd1bb786e174b0ff5cee7a064b8c5253c9d6621d0" - sha256 cellar: :any_skip_relocation, sonoma: "b0d7fd8e160e417eb50de94060c536737aa187b7fbdf83b854b3c7a88e662544" - sha256 cellar: :any_skip_relocation, ventura: "b0d7fd8e160e417eb50de94060c536737aa187b7fbdf83b854b3c7a88e662544" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0276b00ae5741544db5f8c2baa648ec8f803d39c3ee9a9ac53014ffb79c295be" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5a0d542668b2c118cb4de07bb19f89a7e38f9a2537fc800ed6994ec050d04c7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5a0d542668b2c118cb4de07bb19f89a7e38f9a2537fc800ed6994ec050d04c7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c5a0d542668b2c118cb4de07bb19f89a7e38f9a2537fc800ed6994ec050d04c7" + sha256 cellar: :any_skip_relocation, sonoma: "59d2373552223c4140dbd12858fd1923a444af0baee01dba24a9ade35956a2c6" + sha256 cellar: :any_skip_relocation, ventura: "59d2373552223c4140dbd12858fd1923a444af0baee01dba24a9ade35956a2c6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9ae874f606452464ab4c482218901a231024c73d2c31dc73696d28bef8bbdc24" end depends_on "go" => :build From 9ec114b165bcf77848ee7f31f5d04a18b39fa921 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:18:57 +0000 Subject: [PATCH 09224/10074] btrfs-progs: update 6.15 bottle. --- Formula/b/btrfs-progs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/btrfs-progs.rb b/Formula/b/btrfs-progs.rb index ba38e3be65a48..64d0793c24c6b 100644 --- a/Formula/b/btrfs-progs.rb +++ b/Formula/b/btrfs-progs.rb @@ -14,8 +14,8 @@ class BtrfsProgs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "ea074d46c9fd6b3b35240ed9e3ad45026a0eed804941a491bb9245d59b46dc4f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d6ba4dc9e3f31fe8b913337314c86f491211e2a46c36169e6644df1a68c8843f" + sha256 cellar: :any_skip_relocation, arm64_linux: "09122ababea7dd9ef230f39a101a04eda2e97aa45b6c1a6f6c5b961863b7e85a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d764ceb7de324ddf97c68fb19e336116d2af2a762d349229e45c8961147833ce" end depends_on "pkgconf" => :build From 87324ccce6285093d470469c68f18d9b38669076 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:18:58 +0000 Subject: [PATCH 09225/10074] fatal: update 2025.06.23.00 bottle. --- Formula/f/fatal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fatal.rb b/Formula/f/fatal.rb index 82f86f4d2a0c2..1104943a45331 100644 --- a/Formula/f/fatal.rb +++ b/Formula/f/fatal.rb @@ -7,7 +7,7 @@ class Fatal < Formula head "https://github.com/facebook/fatal.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "e6c126948efdaf04125a519b70ca4056f29287b2b6744714d641545cf4ac9a3a" + sha256 cellar: :any_skip_relocation, all: "41f61ff9e4d1875391de27c124b71fb00b593088f617c4a169a513cdc5dda118" end def install From 1aa7842e80fdb9ce6d6b9b6c77b54abfeca015c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:06 +0000 Subject: [PATCH 09226/10074] cloudquery: update 6.21.0 bottle. --- Formula/c/cloudquery.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cloudquery.rb b/Formula/c/cloudquery.rb index 7da8ea4fe990e..a1bc890b649ac 100644 --- a/Formula/c/cloudquery.rb +++ b/Formula/c/cloudquery.rb @@ -12,12 +12,12 @@ class Cloudquery < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "43b3f5a021785ebd78a44cbc28efb18b2dc485c43e0ecf352f2e05325b6ed9dc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "43b3f5a021785ebd78a44cbc28efb18b2dc485c43e0ecf352f2e05325b6ed9dc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "43b3f5a021785ebd78a44cbc28efb18b2dc485c43e0ecf352f2e05325b6ed9dc" - sha256 cellar: :any_skip_relocation, sonoma: "908b69eb7f6458fe793f89aff6c3225eb89f916dbd9db51008a639407f7550a7" - sha256 cellar: :any_skip_relocation, ventura: "908b69eb7f6458fe793f89aff6c3225eb89f916dbd9db51008a639407f7550a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e8ebda75a66507bac99074bd96f1a1c88b4db004af858dd480b631d347791f9a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7394d9afb796741a620d511ef7692a7b674804003e075781bc79cdbcb500743" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7394d9afb796741a620d511ef7692a7b674804003e075781bc79cdbcb500743" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a7394d9afb796741a620d511ef7692a7b674804003e075781bc79cdbcb500743" + sha256 cellar: :any_skip_relocation, sonoma: "27bcacaa7ebc0aff57871d009595da2229f396936c1297a3bb24e8e622102636" + sha256 cellar: :any_skip_relocation, ventura: "27bcacaa7ebc0aff57871d009595da2229f396936c1297a3bb24e8e622102636" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd83a5ba43e4e9f13c64f6f3f88ac79b2e88b41224f915115cff7f77a93987b1" end depends_on "go" => :build From ffccd873b2be5011ed5da54836e4b24fdb80b6ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:11 +0000 Subject: [PATCH 09227/10074] docker-machine: update 0.16.2-gitlab.38 bottle. --- Formula/d/docker-machine.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-machine.rb b/Formula/d/docker-machine.rb index b7e81294d216e..3b46b6a50f33b 100644 --- a/Formula/d/docker-machine.rb +++ b/Formula/d/docker-machine.rb @@ -8,12 +8,12 @@ class DockerMachine < Formula head "https://gitlab.com/gitlab-org/ci-cd/docker-machine.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2fe267cd164e4a07b4dfe00cd2cc9f27f43a603d3dab2430e902a027ba3f778" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2fe267cd164e4a07b4dfe00cd2cc9f27f43a603d3dab2430e902a027ba3f778" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d2fe267cd164e4a07b4dfe00cd2cc9f27f43a603d3dab2430e902a027ba3f778" - sha256 cellar: :any_skip_relocation, sonoma: "1b39735ecee37deed9255136719330ca95e3064fa18454bc3b7f4747f0ea41e6" - sha256 cellar: :any_skip_relocation, ventura: "1b39735ecee37deed9255136719330ca95e3064fa18454bc3b7f4747f0ea41e6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bfcc139368340357e8ee7a4262d033aca90567663458d725a3bee1f57aa2f117" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb1a08020d5e1e0d2c82d30c99c3fed3b21a4661a1a4e885b3c598d85f50b6ed" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb1a08020d5e1e0d2c82d30c99c3fed3b21a4661a1a4e885b3c598d85f50b6ed" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fb1a08020d5e1e0d2c82d30c99c3fed3b21a4661a1a4e885b3c598d85f50b6ed" + sha256 cellar: :any_skip_relocation, sonoma: "510544759483ea2dd246d174121046b6e151a4905650a18e3b2a34a21a198dce" + sha256 cellar: :any_skip_relocation, ventura: "510544759483ea2dd246d174121046b6e151a4905650a18e3b2a34a21a198dce" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c71549bdc5d0c785faf17987aca38811c0cb7cb7511640849c9cf9cd8789a433" end depends_on "go" => :build From a433d8b161ca05be26d9471054ddaf43c345a4bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:15 +0000 Subject: [PATCH 09228/10074] rattler-index: update 0.23.1 bottle. --- Formula/r/rattler-index.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rattler-index.rb b/Formula/r/rattler-index.rb index c693d9869e088..e75c4e4a60a2a 100644 --- a/Formula/r/rattler-index.rb +++ b/Formula/r/rattler-index.rb @@ -12,13 +12,13 @@ class RattlerIndex < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8af8738357043cf63cb9881221bde6434e1454b340bc93f826604eae85a967ea" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba32bb79abe8bad6cae4ebadeb3046c80ba4d60bcaa6e0e893bc217eff9b3a12" - sha256 cellar: :any_skip_relocation, arm64_ventura: "18ffea234cc8457421cd50d0791be4c7db2329bbcf84a8eb82c711fa7aefdf34" - sha256 cellar: :any_skip_relocation, sonoma: "a92ba6fca239685c242026066c54d4cf91b2b7dbefd251dd264ea3608b8ffd0c" - sha256 cellar: :any_skip_relocation, ventura: "f7361777df553d478ba0768108c8de4bf49e0d1dbb659d10cf1ad5ca2872b5fc" - sha256 cellar: :any_skip_relocation, arm64_linux: "9dec9bc57cba222ed1d86ba806d77f6450c8c32dd2b99f2822933411bafe19bf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2811d70dd7f033287b511ed8fb718d582b6ed76c40843ec258d7508440fc21ab" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fea6a07727ab821bd5a0df62f6c1100c293cbe288d2069f7352e3ddd9b65f95e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "10e4faa00b490a972d516efb9e27ed8f33219b7a331fa5d510973264ca914e62" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f48bb20d9978b346c7e72bfbcfa3615884a56cfec6cec187f3ef84337e20cc0a" + sha256 cellar: :any_skip_relocation, sonoma: "2190b25d5cfaa0484faf506b1deede0644e04cddb53c64fe690a240201be9d18" + sha256 cellar: :any_skip_relocation, ventura: "115356a058227f7664e27ee47bf16016647ea258fa337c5653007f9bbce44c07" + sha256 cellar: :any_skip_relocation, arm64_linux: "f42acfee309812ecc92cea30026a214a390d8bef0c42b093684dcbced346dd47" + sha256 cellar: :any_skip_relocation, x86_64_linux: "173513cde055c4f468e3e1d6083868b505ad87f4f82ecd1c9342720aa59eeddd" end depends_on "pkgconf" => :build From 2a22df12c4d899d8e9f6e021efeb5d7b0d773c01 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:23 +0000 Subject: [PATCH 09229/10074] lacework-cli: update 2.3.0 bottle. --- Formula/l/lacework-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/lacework-cli.rb b/Formula/l/lacework-cli.rb index eca1419b95894..c6fec0bb2b8a1 100644 --- a/Formula/l/lacework-cli.rb +++ b/Formula/l/lacework-cli.rb @@ -16,12 +16,12 @@ class LaceworkCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f5e9b458738d0a6c6e7b7ace80bef3011fb967d92c3d24822d311045b85d70b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f5e9b458738d0a6c6e7b7ace80bef3011fb967d92c3d24822d311045b85d70b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7f5e9b458738d0a6c6e7b7ace80bef3011fb967d92c3d24822d311045b85d70b" - sha256 cellar: :any_skip_relocation, sonoma: "9615ec345b2ad51e63f418a3f3592332699991581a3bb83981434d32681ac144" - sha256 cellar: :any_skip_relocation, ventura: "9615ec345b2ad51e63f418a3f3592332699991581a3bb83981434d32681ac144" - sha256 cellar: :any_skip_relocation, x86_64_linux: "380f5be0d8d47b794e7d6bc9ee09bdb7c7a166ec5b0508a9d4a09e65d1d8327e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d660889139b5b38f45ba013d6003dce30d14732eeee5428a1f350423d9344d2a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d660889139b5b38f45ba013d6003dce30d14732eeee5428a1f350423d9344d2a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d660889139b5b38f45ba013d6003dce30d14732eeee5428a1f350423d9344d2a" + sha256 cellar: :any_skip_relocation, sonoma: "07d843aa9e2fee77ffdb66cd6f7e16fb749c278fa608a697631754cdc6adbb3f" + sha256 cellar: :any_skip_relocation, ventura: "07d843aa9e2fee77ffdb66cd6f7e16fb749c278fa608a697631754cdc6adbb3f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d29f439eb25d79cfe23c600b07800fef2981d754a0f04f4b97461f4e6bc8fe7d" end depends_on "go" => :build From efa0eeec011ff87679a1062aa3a96ec0494e94dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:26 +0000 Subject: [PATCH 09230/10074] snyk-cli: update 1.1297.3 bottle. --- Formula/s/snyk-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snyk-cli.rb b/Formula/s/snyk-cli.rb index a46c1b2b0a35a..10c7314a7694f 100644 --- a/Formula/s/snyk-cli.rb +++ b/Formula/s/snyk-cli.rb @@ -6,13 +6,13 @@ class SnykCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "692747b95b6b9881b5e60f642ebc966fc836bf160dee2597da19f136847655a7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "692747b95b6b9881b5e60f642ebc966fc836bf160dee2597da19f136847655a7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "692747b95b6b9881b5e60f642ebc966fc836bf160dee2597da19f136847655a7" - sha256 cellar: :any_skip_relocation, sonoma: "ee3a14545c552e321b539f523fd01f0b58113ee6fa5f1eb595720a1f7cfe7209" - sha256 cellar: :any_skip_relocation, ventura: "ee3a14545c552e321b539f523fd01f0b58113ee6fa5f1eb595720a1f7cfe7209" - sha256 cellar: :any_skip_relocation, arm64_linux: "87dca87a4109802f4838fbf07273598b3f88663ac251856f097efa6276191d7f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc9958bac9e79d3b7ebdb3d917e0929f8868ae2877b5646b6dce3a0e65a59102" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcdb0972441c41855f4bb16f04406ba95c673a4e0c672eec5f2d5eb15f530a51" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcdb0972441c41855f4bb16f04406ba95c673a4e0c672eec5f2d5eb15f530a51" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dcdb0972441c41855f4bb16f04406ba95c673a4e0c672eec5f2d5eb15f530a51" + sha256 cellar: :any_skip_relocation, sonoma: "5373b204dcff5e577881a2724b126bce8806fb6ad2bb8d15d79b3beca2f2af70" + sha256 cellar: :any_skip_relocation, ventura: "5373b204dcff5e577881a2724b126bce8806fb6ad2bb8d15d79b3beca2f2af70" + sha256 cellar: :any_skip_relocation, arm64_linux: "0e38a954b17c85bc91cbc3f48546ae087ec5bf296ba1dc6b8e62a552500b933f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "224bfb5e04ff0b37dd4714c554167114e82356f12aec56d9e9b1eddc412591f5" end depends_on "node" From 225f7c922c67c598cad3d71d59bd646fa29f0b5c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:27 +0000 Subject: [PATCH 09231/10074] rosa-cli: update 1.2.54 bottle. --- Formula/r/rosa-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/rosa-cli.rb b/Formula/r/rosa-cli.rb index eae61887346cb..3791733baac94 100644 --- a/Formula/r/rosa-cli.rb +++ b/Formula/r/rosa-cli.rb @@ -12,12 +12,12 @@ class RosaCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9796c06d7d1710c41b9b140b944baedf306184b6957e0ba0743dbd343038f51" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a10c1b00979c0ddc77a0f4d71f752a4a6bc008ff7c7892ce5c87390c01d78795" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f8c745e93305763691ec054ec9c265d93d8a0d88b2753d86f55daa8a7535411d" - sha256 cellar: :any_skip_relocation, sonoma: "c4144c78301080388ca575123c69ebd7f482ac4c38916aabe83ee5a7cd811da4" - sha256 cellar: :any_skip_relocation, ventura: "1a1fef6f4d55fa55e3e65271f4deaec59749a64ab8bee65f93c0a7cc6ffeab6b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "639d242acb3115c00b14cfcfc3f21985ee91507d60f5168c2c4c21a3b8ede986" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "82adefb3337c42aa7ddac732761843fbb8d2fee3b5bedceb4bec0201640a2a93" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "18e300153fe5a989382f10e5cce2dadde7513d87bc18e8bc5aa54ea0c661b3ba" + sha256 cellar: :any_skip_relocation, arm64_ventura: "db96e6c794ef83fc5bd9fb397c6f11a7f9e0bd8ca7e64a39efd73d6e717a82ab" + sha256 cellar: :any_skip_relocation, sonoma: "768b478fc1d5bcbc317d28a5b7fd7004b7f1241824265c1b0915033a6aba7b8c" + sha256 cellar: :any_skip_relocation, ventura: "0a91695b82be6481ee1ce119d274c5931a15d00a33addda81d4c1d0061b23bef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c2ba21e8b6776ea781ba771eb9ec01418f3ea04c6e28b7a4d1df0f9723eb8955" end depends_on "go" => :build From 1725c6d491577630069b5f99883e28c3975e5abd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:29 +0000 Subject: [PATCH 09232/10074] victoriametrics: update 1.120.0 bottle. --- Formula/v/victoriametrics.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/victoriametrics.rb b/Formula/v/victoriametrics.rb index afe81b8e415e0..f2e6e7fcb979a 100644 --- a/Formula/v/victoriametrics.rb +++ b/Formula/v/victoriametrics.rb @@ -14,13 +14,13 @@ class Victoriametrics < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2286d872aec08ea21968fac5fb12e30fdcaeecdb249c6dbc81c65da8273e5536" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5f8770d881dde57e76cbf5aaff9ac7c1fed74de8da4a7fcc032623a429a0aba" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7b2024c784c17ced6a983067c673be75e902d66cb6fb0751706bebf8b6ef95dc" - sha256 cellar: :any_skip_relocation, sonoma: "f7032a6453c56cb72ad45176b89f380260de4798ee63d551c57bc71ce3f13a3e" - sha256 cellar: :any_skip_relocation, ventura: "8b82f40f65cdcbfcddd9b465f4a885b2ca111d79d6e0a2b6c22a2b325d5b057d" - sha256 cellar: :any_skip_relocation, arm64_linux: "d73add2afb7b8bc15751e421e1d73d14e36d4499ff80c755a6d22eee57f294de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d215b7bf9415178f3a04bbef7f079358376c85d24b8d9e8af61a362d16372e8c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb93384388c36c66c80bac5f3afcba7b6b87d971d17c8fa7c3aee177111e51d9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a54db64b4a7ec1d5f857da1a38671bec06d22f719365b6d3448cedd90f5d99ce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "16f7bf25bb7576c0dc5813693c2bdc40a1be2467027cf0965192a0d8898ad4c5" + sha256 cellar: :any_skip_relocation, sonoma: "5d6260065f93b3b352ca255415d499d79e161405c0e0a0858da83c3d5e32faaf" + sha256 cellar: :any_skip_relocation, ventura: "c94244bd5d3816f03697b05024f650e8edd74676df33dfcb938894991415cbd6" + sha256 cellar: :any_skip_relocation, arm64_linux: "58ba7d4f38466971d5cc4ce777ac51de73c77572b751c0c722b1e1ccd8d59d4b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9eddf5b3b2261f9be2759d85f277c258e3074896855a411963e70c1d48e5fd9f" end depends_on "go" => :build From 991fe4324ab70afcb0a9e31be36dc3a1e17a8b84 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:29 +0000 Subject: [PATCH 09233/10074] netlify-cli: update 22.1.4 bottle. --- Formula/n/netlify-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 9034e622fe2fe..4137c7937dee9 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -6,13 +6,13 @@ class NetlifyCli < Formula license "MIT" bottle do - sha256 arm64_sequoia: "f51fca6764a6ad40bbd7a74db9a6100f3222e2aece813872bd3f8165a25c4ec1" - sha256 arm64_sonoma: "abe91cbfb13c25b0dcce9f91d247d08f9b3e600a86ea628ce7269734c33194b1" - sha256 arm64_ventura: "cbddb1b8b0669657b862a885bc141ffaff826a6c87295893b1489fb886e8054f" - sha256 sonoma: "ec6d41ad02576073eca3c88c15effbf9ba8bcd6e32b08230f58c92d6464964d2" - sha256 ventura: "9e0186478b648b1070783f88845ba434864bf0868fc94a2d05d73bd009d20623" - sha256 cellar: :any_skip_relocation, arm64_linux: "71577fe8c9caa3a835090e0766322dc1fc0fdd8ec9ad683a618b55c06c6ac034" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f8e96412b64ab86100896007bbbc49ae40da36a0c9144c650d98e64dc93496dd" + sha256 arm64_sequoia: "6d90cbcfabbd7bd3f7bc7efd96979c5cae6fb4ab614e96bb653ad25704e3526a" + sha256 arm64_sonoma: "434e70090f0115f2c30b531c5108549031c09892ff04f8b13896c9ff63c04d41" + sha256 arm64_ventura: "2d0d7bd4cbbaad7bb0225fab4abb28b4b4c14e774338c40e0a83a2c5bbeb2d85" + sha256 sonoma: "4e0ceac499a72ca8bcf34074d32d9435a432065dc3753b0aa3df9b37b5c72d3d" + sha256 ventura: "b28bf61874b2a608cb488ac917f95c70410716b4e365062fa1fa32af6d9c1efe" + sha256 cellar: :any_skip_relocation, arm64_linux: "58091096835dc9156907a664c6fd4ff8a3972d9ecdb5047db73f9f7bef7d38d4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d0199380a60669df78c658fab6492d585e5414189a8f9e22b08be74fab6c4c00" end depends_on "pkgconf" => :build From c60bf93667d3968ded795af1473634b0c6abf9e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:50 +0000 Subject: [PATCH 09234/10074] vercel-cli: update 44.1.0 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index e92f5b64b7858..dbf4d28ae22db 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d924f2171fbddd363f8ce6b647e66b30938e0319a82f274ebeb03a6c3ddaf78" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d924f2171fbddd363f8ce6b647e66b30938e0319a82f274ebeb03a6c3ddaf78" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7d924f2171fbddd363f8ce6b647e66b30938e0319a82f274ebeb03a6c3ddaf78" - sha256 cellar: :any_skip_relocation, sonoma: "286f8f9d030b6964170b28b679cf6c96bf0c8dff4415c13ec2a79785c10f8eb1" - sha256 cellar: :any_skip_relocation, ventura: "286f8f9d030b6964170b28b679cf6c96bf0c8dff4415c13ec2a79785c10f8eb1" - sha256 cellar: :any_skip_relocation, arm64_linux: "ee3966752416ac812706289128088022c3be35206c8b9464fee29f8fe2c5b98f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cc23ab0e8e800408be4988ea18212784f667ed6eedd4b29f99f2255199c6acbb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "92c1a0ccb2a8dfeb1b2b98f684c6c6a4c63fc78fbc90d3fdfb934c0ee60a9f8b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "92c1a0ccb2a8dfeb1b2b98f684c6c6a4c63fc78fbc90d3fdfb934c0ee60a9f8b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "92c1a0ccb2a8dfeb1b2b98f684c6c6a4c63fc78fbc90d3fdfb934c0ee60a9f8b" + sha256 cellar: :any_skip_relocation, sonoma: "ab2c359e0172d88fe64860058e9b02b0623bbdb1e69928354a6abe26d2b59526" + sha256 cellar: :any_skip_relocation, ventura: "ab2c359e0172d88fe64860058e9b02b0623bbdb1e69928354a6abe26d2b59526" + sha256 cellar: :any_skip_relocation, arm64_linux: "14bfe80700143c54e223f3b07da4d05eaff2d67f5e909080edf4cc5f1b5f2a79" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b0ca5ed203ea1db6301a8763b73098580dee8033ad90cf9beacd3803aaeac0e" end depends_on "node" From 66bae0638faf756ab433048be2ca53dfb76eb7ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:50 +0000 Subject: [PATCH 09235/10074] renovate: update 41.5.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 25e5b42e01814..c0e78caf99080 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f76b0e37d93bbc0bd5d872c92b152efbc05f83ec23fe89cf3106859fcefbcd84" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d93a1659e5f8704ca940490bef40f714ed96e35902d326e2fff66a5f3ccda414" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1dcf690fa7a3a42b99f11a8c1d16d522407b8b5621db2babdb6758d79213db92" - sha256 cellar: :any_skip_relocation, sonoma: "207caed839f1cb382e923a905cfed9efc7166c306ee027f2fb4bfaa44e534b93" - sha256 cellar: :any_skip_relocation, ventura: "64b7746764a89071ba1b83a3853300c909c11864f44d73f721b8620972905c1f" - sha256 cellar: :any_skip_relocation, arm64_linux: "d2788aacd01e45f7335ae3f7ea9ddfbaf2d56f21c9c6eaaf316e2c9266035ad8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ff8c1bfbd5c35adca2e6e5d9c447f1eb2f0868b29737ebf869cbf6585a3326cf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "44a1657dbfcc7f7ead3cabc7c66a836260fde8d4d024ea395480e8148c354b2d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed22c02437be93d31b8ad9633c7351e71268a716aa25ab4528c77f703efeec35" + sha256 cellar: :any_skip_relocation, arm64_ventura: "94df434c278d348939d841e65cca2e11d884b00f3bcb27b958b7c77479fd6356" + sha256 cellar: :any_skip_relocation, sonoma: "ef5c0708d8976fa209777d3082828445060e8b4a78db6d3bfac93a044687660a" + sha256 cellar: :any_skip_relocation, ventura: "3a35bb72384a43a5fac5dc829a3f220b9499249103426c4342ba72649a295eaa" + sha256 cellar: :any_skip_relocation, arm64_linux: "3d0ede540f5c10f9efb667a9442a99b2a662785ab9012f767e4e311aedf7a3f5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "55940151de613858637417292142cfc88702502587f3b9167e54f85fd55c1129" end depends_on "node@22" From 0773949a1498e9bf56b9e834c5b1afc245e758ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:26:01 +0000 Subject: [PATCH 09236/10074] ramalama 0.9.3 ramalama: update test Signed-off-by: Rui Chen --- Formula/r/ramalama.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/r/ramalama.rb b/Formula/r/ramalama.rb index f07881dd62c9a..8614deffd28d0 100644 --- a/Formula/r/ramalama.rb +++ b/Formula/r/ramalama.rb @@ -3,8 +3,8 @@ class Ramalama < Formula desc "Goal of RamaLama is to make working with AI boring" homepage "https://github.com/containers/ramalama" - url "https://files.pythonhosted.org/packages/7e/f6/176978055ffc7483e089735860870848509e4825b74d3a275935df586318/ramalama-0.9.2.tar.gz" - sha256 "f8189c287c2915083c4571158651b008a667fcb6d02b5c66a93f14745e85f4c1" + url "https://files.pythonhosted.org/packages/18/8c/542586bc878db32826821fc5fa8b906d7bc949d5b6fd4b8e72dac8d82385/ramalama-0.9.3.tar.gz" + sha256 "c2445287bb13ea0271a6686f66b8a1ce27e7232975b29acb3471109f0cac72af" license "MIT" bottle do @@ -30,8 +30,6 @@ def install end test do - assert_match "invalidllm:latest was not found", shell_output("#{bin}/ramalama run invalidllm 2>&1", 1) - system bin/"ramalama", "pull", "tinyllama" list_output = shell_output("#{bin}/ramalama list") assert_match "tinyllama", list_output From ad36e9dbda13560142c191576e4f5a4ec28b743f Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 15:05:38 -0400 Subject: [PATCH 09237/10074] libgrapheme: update livecheck --- Formula/lib/libgrapheme.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/lib/libgrapheme.rb b/Formula/lib/libgrapheme.rb index 5c48900237833..907dbe863f8da 100644 --- a/Formula/lib/libgrapheme.rb +++ b/Formula/lib/libgrapheme.rb @@ -7,7 +7,8 @@ class Libgrapheme < Formula head "https://git.suckless.org/libgrapheme/", using: :git, branch: "master" livecheck do - url "git://git.suckless.org/libgrapheme" + url "https://dl.suckless.org/libgrapheme/" + regex(/href=.*?libgrapheme[._-]v?(\d+(?:\.\d+)+)\.t/i) end no_autobump! because: :requires_manual_review From 0b7f1d4eb5ad8c1dac7656edeec67e5c12dea4f8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:50:31 +0000 Subject: [PATCH 09238/10074] awscli 2.27.41 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 1857c180a46a0..3ea4747949c0d 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.40.tar.gz" - sha256 "a3a5a37d0124c47bb8b3d997001d53bcb3ad26ba5f6a72dc728e61c7d8c9f3c0" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.41.tar.gz" + sha256 "6025c0cf6fb95549251b78f997fafec29953af6c50c0d6e7076850f2bc2c860e" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 3e21c2e83b0b9227af1f3323314a218b5af31642 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:58:17 +0000 Subject: [PATCH 09239/10074] doppler 3.75.1 --- Formula/d/doppler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/doppler.rb b/Formula/d/doppler.rb index d2c2df29ac29f..6af46761737cf 100644 --- a/Formula/d/doppler.rb +++ b/Formula/d/doppler.rb @@ -1,8 +1,8 @@ class Doppler < Formula desc "CLI for interacting with Doppler secrets and configuration" homepage "https://docs.doppler.com/docs" - url "https://github.com/DopplerHQ/cli/archive/refs/tags/3.75.0.tar.gz" - sha256 "8e484862e225e34fbd1f632aa547322065bbe7bb5a35aa25f94f268939037578" + url "https://github.com/DopplerHQ/cli/archive/refs/tags/3.75.1.tar.gz" + sha256 "1487ff5cbc24a398f746a0fa07261abaaee89acffbf3861801f8c3cc58fde122" license "Apache-2.0" head "https://github.com/DopplerHQ/cli.git", branch: "master" From 9e527cad44c67d15e56ada4489a2caeab963a0b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:00:39 +0000 Subject: [PATCH 09240/10074] esphome 2025.6.1 --- Formula/e/esphome.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index ec1a29985cf3b..b83addd682f07 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -3,10 +3,9 @@ class Esphome < Formula desc "Make creating custom firmwares for ESP32/ESP8266 super easy" homepage "https://github.com/esphome/esphome" - url "https://files.pythonhosted.org/packages/03/7a/bb283a36282e9ab6daa0a876eac70b9200853b820a7f981c7750b3c9aedd/esphome-2025.6.0.tar.gz" - sha256 "a8aa51e18853f00d03135f93d93238d9c133b5ca2600985a8e3cf5ccde1f92b5" + url "https://files.pythonhosted.org/packages/e0/13/e4fbc5c54e2228fe40447f0109e0394cb76c779bf188cc93066739c4b348/esphome-2025.6.1.tar.gz" + sha256 "4dd4a6126f4c54f0bcf1face7a7851db0eae3f4f292c64311185aa5f9617ad6c" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "ddf46c056564ed51575bd87af7ffa804008ef19977c7f65f42ae17df309e98c0" @@ -84,11 +83,6 @@ class Esphome < Formula sha256 "dd8be876e25dfc51909eb35602b77a76e0d01a364584756ab3fa848e2407e4ec" end - resource "chardet" do - url "https://files.pythonhosted.org/packages/f3/0d/f7b6ab21ec75897ed80c17d79b15951a719226b9fababf1e40ea74d69079/chardet-5.2.0.tar.gz" - sha256 "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7" - end - resource "charset-normalizer" do url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" From 1623df979131464025084b4b54558bcd7419822b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:02:10 +0000 Subject: [PATCH 09241/10074] fabric-ai 1.4.212 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 519cd26cddcf1..881c76b2333c1 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.211.tar.gz" - sha256 "c5f35cdecbe20beda37cf0f555baedafa930667c328f9dcf141c45663d74dceb" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.212.tar.gz" + sha256 "94f2097c0624b320ebebca5cb212b133355d51231123658004e38ca1d17be4cc" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 777af38b1dbe1391a59e4c94f206ed3b642f9829 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:02:53 +0000 Subject: [PATCH 09242/10074] fern-api 0.64.16 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 02ee08c203dc4..25cee811492af 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.15.tgz" - sha256 "8994e1ce578d8b9e7c3545d4f905aeb63dfd64af6048f580b6ba0f73056fa57e" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.16.tgz" + sha256 "aaa8dbf3924d9464b90f7ea243b149b142bf1c42d3c98b28fce1dd1502f47726" license "Apache-2.0" bottle do From 8d55e316d67141bb02e751f4f71187c59b3543b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:06:26 +0000 Subject: [PATCH 09243/10074] gum 0.16.2 --- Formula/g/gum.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gum.rb b/Formula/g/gum.rb index 69c4c0a97af5d..a85e1d8492077 100644 --- a/Formula/g/gum.rb +++ b/Formula/g/gum.rb @@ -1,8 +1,8 @@ class Gum < Formula desc "Tool for glamorous shell scripts" homepage "https://github.com/charmbracelet/gum" - url "https://github.com/charmbracelet/gum/archive/refs/tags/v0.16.1.tar.gz" - sha256 "5e2bfe822c0c4c75379e462340d78d26065481263f215db5511ed2e3bb40ade5" + url "https://github.com/charmbracelet/gum/archive/refs/tags/v0.16.2.tar.gz" + sha256 "a8f53901447b13613e3445538e2c4d42fd7afb9dad9535debff1b64656b66867" license "MIT" head "https://github.com/charmbracelet/gum.git", branch: "main" From 28efdde1ca94944a6ee5400080a50d758be91710 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:03:48 +0000 Subject: [PATCH 09244/10074] edencommon 2025.06.23.00 edencommon: add build patch Signed-off-by: Rui Chen --- Formula/e/edencommon.rb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Formula/e/edencommon.rb b/Formula/e/edencommon.rb index f1349370c77ed..6ef9c7d8ef4f5 100644 --- a/Formula/e/edencommon.rb +++ b/Formula/e/edencommon.rb @@ -1,11 +1,20 @@ class Edencommon < Formula desc "Shared library for Watchman and Eden projects" homepage "https://github.com/facebookexperimental/edencommon" - url "https://github.com/facebookexperimental/edencommon/archive/refs/tags/v2025.05.26.00.tar.gz" - sha256 "3f769e27646f4ace5a918411b00a24e56505e9508fee7683465615fc5ea55569" license "MIT" head "https://github.com/facebookexperimental/edencommon.git", branch: "main" + stable do + url "https://github.com/facebookexperimental/edencommon/archive/refs/tags/v2025.06.23.00.tar.gz" + sha256 "17ee1df6339c5a6f3addc6e1291c17e8ecc6fb78d8fb973386940115d9b709e8" + + # Include missing headers in `SessionInfo.h` + patch do + url "https://github.com/facebookexperimental/edencommon/commit/aa34e40bf1d7b37178a6d56e9de8a43777171316.patch?full_index=1" + sha256 "f9ad9d2f18a65968cb5f981336a970fd3ad7d1e27a1d6c1976c8de8db9e984e1" + end + end + bottle do sha256 arm64_sequoia: "48aac8679494b64bf3f8e5f00772b00d871771b780ab50fa064ca2620fd6aecd" sha256 arm64_sonoma: "10e2d6f26c9f7f793f6d2d06dcab62d360fb6256093e4e2d7a476a21e888c039" From 530a5bd8952801b88e5c588309b974aaf4f0b64d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:03:48 +0000 Subject: [PATCH 09245/10074] fb303 2025.06.23.00 --- Formula/f/fb303.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fb303.rb b/Formula/f/fb303.rb index 8df6fef092361..c327be804858a 100644 --- a/Formula/f/fb303.rb +++ b/Formula/f/fb303.rb @@ -1,8 +1,8 @@ class Fb303 < Formula desc "Thrift functions for querying information from a service" homepage "https://github.com/facebook/fb303" - url "https://github.com/facebook/fb303/archive/refs/tags/v2025.05.26.00.tar.gz" - sha256 "6b72fb0e0186915c8226fe540356fa2c9d6d3b22b94297cc2e932517c5857039" + url "https://github.com/facebook/fb303/archive/refs/tags/v2025.06.23.00.tar.gz" + sha256 "664e2d74f1b3d9cd2251e705f66d55c6779337fabfeb6e41e109337416bc7ebb" license "Apache-2.0" head "https://github.com/facebook/fb303.git", branch: "main" From c03a5054f38e2b29e9aa50ea924427b801d5faae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:03:49 +0000 Subject: [PATCH 09246/10074] fbthrift 2025.06.23.00 --- Formula/f/fbthrift.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fbthrift.rb b/Formula/f/fbthrift.rb index 9247cdd825ff9..c3ef2089674cb 100644 --- a/Formula/f/fbthrift.rb +++ b/Formula/f/fbthrift.rb @@ -1,8 +1,8 @@ class Fbthrift < Formula desc "Facebook's branch of Apache Thrift, including a new C++ server" homepage "https://github.com/facebook/fbthrift" - url "https://github.com/facebook/fbthrift/archive/refs/tags/v2025.05.26.00.tar.gz" - sha256 "28b0ba5d5698369c17919d68656ee20e0a85c789f76a08b3e718ae97a7ddc235" + url "https://github.com/facebook/fbthrift/archive/refs/tags/v2025.06.23.00.tar.gz" + sha256 "dc177d830d5cf13980856c844b135772d78f9e9dd93c82b1fa927e045f46c4d8" license "Apache-2.0" head "https://github.com/facebook/fbthrift.git", branch: "main" From f217506850f1495beb5dca00e92e645754ca548f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:03:49 +0000 Subject: [PATCH 09247/10074] fizz 2025.06.23.00 --- Formula/f/fizz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fizz.rb b/Formula/f/fizz.rb index 2ab86cfb4719b..7e2dff672897c 100644 --- a/Formula/f/fizz.rb +++ b/Formula/f/fizz.rb @@ -1,8 +1,8 @@ class Fizz < Formula desc "C++14 implementation of the TLS-1.3 standard" homepage "https://github.com/facebookincubator/fizz" - url "https://github.com/facebookincubator/fizz/releases/download/v2025.05.26.00/fizz-v2025.05.26.00.tar.gz" - sha256 "87b4aa97635c14c8d072d8e49025b2daa0e44261073a04d35cd6804c9b4b2270" + url "https://github.com/facebookincubator/fizz/releases/download/v2025.06.23.00/fizz-v2025.06.23.00.tar.gz" + sha256 "1c5966926a1c1d1736a1c4c3c02e043cde609c1b7bcc94bee5449c2c733f7cea" license "BSD-3-Clause" head "https://github.com/facebookincubator/fizz.git", branch: "main" From 55813499e2c9d3cd3ef18e7306200fd2ebbe90c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:03:49 +0000 Subject: [PATCH 09248/10074] folly 2025.06.23.00 --- Formula/f/folly.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/folly.rb b/Formula/f/folly.rb index 85935c9ff46bc..c9ceb89bb1d66 100644 --- a/Formula/f/folly.rb +++ b/Formula/f/folly.rb @@ -1,8 +1,8 @@ class Folly < Formula desc "Collection of reusable C++ library artifacts developed at Facebook" homepage "https://github.com/facebook/folly" - url "https://github.com/facebook/folly/archive/refs/tags/v2025.05.26.00.tar.gz" - sha256 "330510aad0e2dadcb7c96a885066b1d5785c1b410f346784a8d9b708689cb860" + url "https://github.com/facebook/folly/archive/refs/tags/v2025.06.23.00.tar.gz" + sha256 "fa4cbe9accbb4fc84b40f610a7a3c1617a2ddc55a11acf9353c8edf5fd0e5547" license "Apache-2.0" head "https://github.com/facebook/folly.git", branch: "main" From 7e6c8421519b18943798c938d5d0aca2c07c10ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:03:49 +0000 Subject: [PATCH 09249/10074] mvfst 2025.06.23.00 --- Formula/m/mvfst.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mvfst.rb b/Formula/m/mvfst.rb index c91f5d7340641..e5e6910fa1f69 100644 --- a/Formula/m/mvfst.rb +++ b/Formula/m/mvfst.rb @@ -1,8 +1,8 @@ class Mvfst < Formula desc "QUIC transport protocol implementation" homepage "https://github.com/facebook/mvfst" - url "https://github.com/facebook/mvfst/archive/refs/tags/v2025.05.26.00.tar.gz" - sha256 "d56d87ee6efb45fe8f8986f28edabd7252b46de50533d86b14cbfcf46dc1a470" + url "https://github.com/facebook/mvfst/archive/refs/tags/v2025.06.23.00.tar.gz" + sha256 "22beec6c3d1d466bededa8dae7f8e4785bdd23d3f40b9cae2cc9df998479f481" license "MIT" head "https://github.com/facebook/mvfst.git", branch: "main" From c586f74f8eaaace40f2d22046c841d71505bf957 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:03:49 +0000 Subject: [PATCH 09250/10074] proxygen 2025.06.23.00 --- Formula/p/proxygen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/proxygen.rb b/Formula/p/proxygen.rb index f01b4435ce6b2..d05ebd4988102 100644 --- a/Formula/p/proxygen.rb +++ b/Formula/p/proxygen.rb @@ -1,8 +1,8 @@ class Proxygen < Formula desc "Collection of C++ HTTP libraries" homepage "https://github.com/facebook/proxygen" - url "https://github.com/facebook/proxygen/releases/download/v2025.05.26.00/proxygen-v2025.05.26.00.tar.gz" - sha256 "ff33675a53af01bafa28dfbbe0abe4f56fff426f2c2900ab7fd57a560851c09f" + url "https://github.com/facebook/proxygen/releases/download/v2025.06.23.00/proxygen-v2025.06.23.00.tar.gz" + sha256 "0d90bb5ef63b1a5302525480e65228f82262162a8e6086e2de5c69434a6d7ab3" license "BSD-3-Clause" head "https://github.com/facebook/proxygen.git", branch: "main" From f8aac014a249c5d15105eb166284e00579f2b4f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:03:49 +0000 Subject: [PATCH 09251/10074] wangle 2025.06.23.00 --- Formula/w/wangle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wangle.rb b/Formula/w/wangle.rb index ca0b49568e26b..945aebcf688a7 100644 --- a/Formula/w/wangle.rb +++ b/Formula/w/wangle.rb @@ -1,8 +1,8 @@ class Wangle < Formula desc "Modular, composable client/server abstractions framework" homepage "https://github.com/facebook/wangle" - url "https://github.com/facebook/wangle/archive/refs/tags/v2025.05.26.00.tar.gz" - sha256 "885bbe527fc03ea87b642556468ec6050188b81794f7699ce87ddcb68c9b5d0c" + url "https://github.com/facebook/wangle/archive/refs/tags/v2025.06.23.00.tar.gz" + sha256 "17590983cbb1a79bf21e8b03b34da0c8cd8bea93f0f80b387b136ce636f2ef9e" license "Apache-2.0" head "https://github.com/facebook/wangle.git", branch: "main" From e98c0e361584204a64271265ff0fa73e35bbaf43 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:03:49 +0000 Subject: [PATCH 09252/10074] watchman 2025.06.23.00 --- Formula/w/watchman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/watchman.rb b/Formula/w/watchman.rb index f5e90ecd3bc56..4c954992a04ed 100644 --- a/Formula/w/watchman.rb +++ b/Formula/w/watchman.rb @@ -3,8 +3,8 @@ class Watchman < Formula desc "Watch files and take action when they change" homepage "https://github.com/facebook/watchman" - url "https://github.com/facebook/watchman/archive/refs/tags/v2025.05.26.00.tar.gz" - sha256 "18efd17d976abcede44ffeee79159f626ed2d3df35d9c660555935e80afed7d5" + url "https://github.com/facebook/watchman/archive/refs/tags/v2025.06.23.00.tar.gz" + sha256 "ca8f92a19b6394b11af1c3655947d370cb9e7f5dd6bf4f298bd4e012f2f4f8b1" license "MIT" head "https://github.com/facebook/watchman.git", branch: "main" From 8b6cd69e5cf0c7587d81d196636c5dae47a46127 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:19:09 +0000 Subject: [PATCH 09253/10074] osslsigncode 2.10 --- Formula/o/osslsigncode.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/osslsigncode.rb b/Formula/o/osslsigncode.rb index 049ce117e2ccb..bedac73108628 100644 --- a/Formula/o/osslsigncode.rb +++ b/Formula/o/osslsigncode.rb @@ -1,8 +1,8 @@ class Osslsigncode < Formula desc "OpenSSL based Authenticode signing for PE/MSI/Java CAB files" homepage "https://github.com/mtrojnar/osslsigncode" - url "https://github.com/mtrojnar/osslsigncode/archive/refs/tags/2.9.tar.gz" - sha256 "3fe5488e442ad99f91410efeb7b029275366b5df9aa02371dcc89a8f8569ff55" + url "https://github.com/mtrojnar/osslsigncode/archive/refs/tags/2.10.tar.gz" + sha256 "2a864e6127ee2350fb648070fa0d459c534ac6400ca0048886aeab7afb250f65" license "GPL-3.0-or-later" bottle do From 98c096479be75b8445cbd9953f269fae8cbee3f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:22:01 +0000 Subject: [PATCH 09254/10074] doppler: update 3.75.1 bottle. --- Formula/d/doppler.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/doppler.rb b/Formula/d/doppler.rb index 6af46761737cf..5c926582376fb 100644 --- a/Formula/d/doppler.rb +++ b/Formula/d/doppler.rb @@ -7,12 +7,12 @@ class Doppler < Formula head "https://github.com/DopplerHQ/cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "16c1776f8ba531da5df3be67735536c3f1cc45d111872a91e0ef77f973008ed5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "16c1776f8ba531da5df3be67735536c3f1cc45d111872a91e0ef77f973008ed5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "16c1776f8ba531da5df3be67735536c3f1cc45d111872a91e0ef77f973008ed5" - sha256 cellar: :any_skip_relocation, sonoma: "6dc099de992e5cb5999553896be256a99fd5c57479bbec640a6a67ab337e394b" - sha256 cellar: :any_skip_relocation, ventura: "6dc099de992e5cb5999553896be256a99fd5c57479bbec640a6a67ab337e394b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "23c23f1560ef0f92b319916ff4e3e6cd9472c574355da71baa48409e41623688" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c6c9327df7c0c4b1e8c497fdd3acc7d8fb13c34fa8d38d6733e1203428b31b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c6c9327df7c0c4b1e8c497fdd3acc7d8fb13c34fa8d38d6733e1203428b31b4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9c6c9327df7c0c4b1e8c497fdd3acc7d8fb13c34fa8d38d6733e1203428b31b4" + sha256 cellar: :any_skip_relocation, sonoma: "bff18de552956fa3893a9f8eb2da726de251d7c20429798224eb3cec82e8dfe3" + sha256 cellar: :any_skip_relocation, ventura: "bff18de552956fa3893a9f8eb2da726de251d7c20429798224eb3cec82e8dfe3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08ce028ea8d6d035e69508e1a66294e84cc2fc6a14f9e6f29ea1e4c836ebb6bc" end depends_on "go" => :build From afc4a4a1d26a52cc11a488b2898387b24ff5579e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:23:22 +0000 Subject: [PATCH 09255/10074] renovate 41.6.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index c0e78caf99080..45b4f70166b1c 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.5.0.tgz" - sha256 "5e75e23cd7c4cd8116734a4304471ca873b2cfc227c163c73c0952bf2a6bc606" + url "https://registry.npmjs.org/renovate/-/renovate-41.6.0.tgz" + sha256 "d0abfb5f277003aa99dcb6e54911c76ae65df1d437d50dd9afab8a694dec2430" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 33f520ce489779629708a40782e519c0d0dbb632 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:24:37 +0000 Subject: [PATCH 09256/10074] fern-api: update 0.64.16 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 25cee811492af..be9eaa5ba0c4f 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "87cab77e495660e3514e1686beb89a73cc98a7f424e60e02da8490a3fe277430" + sha256 cellar: :any_skip_relocation, all: "2c33ae88806583054ad1f59ffb9ebbc0c1f066bd85db8a44c309bf5edf38759e" end depends_on "node" From b7819d2aaee6cc64b2155834b2740062b1eb4706 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:25:29 +0000 Subject: [PATCH 09257/10074] fabric-ai: update 1.4.212 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 881c76b2333c1..03d587e0a0882 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a0ab18a8ba4ab294664465f9e9b0abc4e546d942242af648d91a020b9fd423f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a0ab18a8ba4ab294664465f9e9b0abc4e546d942242af648d91a020b9fd423f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2a0ab18a8ba4ab294664465f9e9b0abc4e546d942242af648d91a020b9fd423f" - sha256 cellar: :any_skip_relocation, sonoma: "efc148d1efd1ff468ce901c2b4d2a77460488909cad3d8994fb9074bf2ec057b" - sha256 cellar: :any_skip_relocation, ventura: "efc148d1efd1ff468ce901c2b4d2a77460488909cad3d8994fb9074bf2ec057b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9e1f1227b84320cd149223700d8ddcbfb6bf4fe774b7a7fd06d0475dcaf23754" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "97c51657b76ac4675072ae0ed75dfb133c709d3f36da1d21769f08ded15c2b8b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "97c51657b76ac4675072ae0ed75dfb133c709d3f36da1d21769f08ded15c2b8b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "97c51657b76ac4675072ae0ed75dfb133c709d3f36da1d21769f08ded15c2b8b" + sha256 cellar: :any_skip_relocation, sonoma: "f198ff152eb9fa357947939479bf49f0d11ec5ab4d4b9a72fcb8edeb2adfa3b4" + sha256 cellar: :any_skip_relocation, ventura: "f198ff152eb9fa357947939479bf49f0d11ec5ab4d4b9a72fcb8edeb2adfa3b4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a8aa262dc27fb3d28d07d159c6cbe29e6f15874b34ee44dc1d4871bd11fda387" end depends_on "go" => :build From 66baa9f029d128ef226c3b2e0b556b93b746207f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:29:26 +0000 Subject: [PATCH 09258/10074] telegraf 1.35.1 --- Formula/t/telegraf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/telegraf.rb b/Formula/t/telegraf.rb index 7b46ced84d524..882dd9528f982 100644 --- a/Formula/t/telegraf.rb +++ b/Formula/t/telegraf.rb @@ -1,8 +1,8 @@ class Telegraf < Formula desc "Plugin-driven server agent for collecting & reporting metrics" homepage "https://www.influxdata.com/time-series-platform/telegraf/" - url "https://github.com/influxdata/telegraf/archive/refs/tags/v1.35.0.tar.gz" - sha256 "990ad5eba041aa5bf91f5ca107b86d19cbbe14eddb1e822950c2a30356a78a80" + url "https://github.com/influxdata/telegraf/archive/refs/tags/v1.35.1.tar.gz" + sha256 "788f9b86e628f49e341dae8eaebc585c12fe2bfcf893295e2600f75869cf6c11" license "MIT" head "https://github.com/influxdata/telegraf.git", branch: "master" From 58835d5fed7455e4d50a3c4e3f0faf8695ded591 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:29:53 +0000 Subject: [PATCH 09259/10074] testkube 2.1.159 --- Formula/t/testkube.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index dc1832c34ebb3..edda09e202f09 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -1,8 +1,8 @@ class Testkube < Formula desc "Kubernetes-native framework for test definition and execution" homepage "https://testkube.io" - url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.158.tar.gz" - sha256 "ea2a512116d286f8556d10e9d3f6c1e39861408804057cd56c9e35b27b4184dc" + url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.159.tar.gz" + sha256 "d2f6d40448b414cbc57db9f949a554ea4d45cfe11f619d902a35623b72ef2f80" license "MIT" head "https://github.com/kubeshop/testkube.git", branch: "main" From 09f356d8583b45a929c768ae21b3218c40bf8b9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:31:45 +0000 Subject: [PATCH 09260/10074] uv 0.7.14 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 8b1d2c1b63453..218e78c7c03e0 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://docs.astral.sh/uv/" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.13.tar.gz" - sha256 "0bad8f89f2ee0a741a8c21095e17e9fa090fb1124748e4bc12407417b5bfadd2" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.14.tar.gz" + sha256 "2da4a90351eff695e5d2cb9b5d5e95edb85abe3c271162042d9e3be673a48e73" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From f48a3155b097f8dbfce5be1f189b34c290085214 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:33:52 +0000 Subject: [PATCH 09261/10074] awscli: update 2.27.41 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 3ea4747949c0d..6c12163a38cab 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "c2c1cc3f03b9476146ff8fb37fff2c851a61ace459ab7abea9026b52b5dbaaf4" - sha256 cellar: :any, arm64_sonoma: "57fed2fa1c568c841dd0750d649595d2c3b18d4bf6abff224eb99a969df024a0" - sha256 cellar: :any, arm64_ventura: "bf692a2f298932a50d6e21435bdacfb8395824a057dfb02735c97b126bc76154" - sha256 cellar: :any, sonoma: "a83776da18e304bf74735be64d28a51ee2c57a4cc450b1ec09e67faa7bfe4e80" - sha256 cellar: :any, ventura: "c584845cf48bf500a4b941c60d8944a8e880a4015b6ae6dec26333563f7f7793" - sha256 cellar: :any_skip_relocation, arm64_linux: "82997ca15b035982a9c518f46ed50cc601527a62ddc9a3bf12c2922c26f7fa34" - sha256 cellar: :any_skip_relocation, x86_64_linux: "06b02e7b0fa164a85a99fa75d873f0a24e77233067947b5d22149d3d2d0e2180" + sha256 cellar: :any, arm64_sequoia: "0a517c39e43130315a449daecc67409f2306f957174d2daa9525548cf0707abe" + sha256 cellar: :any, arm64_sonoma: "6a5112438c77946c3a51ecbcacaab4c82ec96e496bf13724005f74273e0b3608" + sha256 cellar: :any, arm64_ventura: "f3d5082eab9d67437833f33900768b2b243a269add719781e0796f389d5f240c" + sha256 cellar: :any, sonoma: "de1e6c22d38c5af158851baf8e9222e0af956c285917a84b1fc56f651e9c727c" + sha256 cellar: :any, ventura: "25a0184c1a5df881594c5a8c48519a414961d9f66b5cdd2959c7d7b04a7f986a" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1186f1e121c70bf8286724a1b2ed93a861233c8efffa6cbb9b6cc37c23ad581" + sha256 cellar: :any_skip_relocation, x86_64_linux: "65f549f7e46cc577bcb1d365839395bb79db2c5a468253660ddd55f9d45fe6ad" end depends_on "cmake" => :build From b8ff1239618504c986a0d5c8dcb39b69494789c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:35:45 +0000 Subject: [PATCH 09262/10074] gum: update 0.16.2 bottle. --- Formula/g/gum.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gum.rb b/Formula/g/gum.rb index a85e1d8492077..d128fca322af1 100644 --- a/Formula/g/gum.rb +++ b/Formula/g/gum.rb @@ -7,12 +7,12 @@ class Gum < Formula head "https://github.com/charmbracelet/gum.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8aacadbda3e61aabf31430021f7865c9dd93899c8e22b1e97edc10a2d043fde9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8aacadbda3e61aabf31430021f7865c9dd93899c8e22b1e97edc10a2d043fde9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8aacadbda3e61aabf31430021f7865c9dd93899c8e22b1e97edc10a2d043fde9" - sha256 cellar: :any_skip_relocation, sonoma: "afdf239dce1114adce1aa5deaabb7b5bf173af3db113fa2f0a12348dda34fa7d" - sha256 cellar: :any_skip_relocation, ventura: "afdf239dce1114adce1aa5deaabb7b5bf173af3db113fa2f0a12348dda34fa7d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "254057325872566c8bf30413e604e645760f63d53fa045d4dc8e2a4953da5f8e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c62d6a70c600cfe99b692f3c2d642e87b1c0cb6a5284f51e8a44ce586ecc53b7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c62d6a70c600cfe99b692f3c2d642e87b1c0cb6a5284f51e8a44ce586ecc53b7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c62d6a70c600cfe99b692f3c2d642e87b1c0cb6a5284f51e8a44ce586ecc53b7" + sha256 cellar: :any_skip_relocation, sonoma: "d4bbf103641e5a4e705156fb4cac645ab02056ba1988fdfcdff56629b69e8c2b" + sha256 cellar: :any_skip_relocation, ventura: "d4bbf103641e5a4e705156fb4cac645ab02056ba1988fdfcdff56629b69e8c2b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3753b658cda311926c76e45d2c4f1677f0aa371f99b13f5f320758866be72e8e" end depends_on "go" => :build From 5b9e51300972b4848827a6fd2283427c4bf47811 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Mon, 23 Jun 2025 23:37:36 +0300 Subject: [PATCH 09263/10074] unciv 4.16.19 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/u/unciv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index 61e7d77d57f34..e3fc1c661e700 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -1,8 +1,8 @@ class Unciv < Formula desc "Open-source Android/Desktop remake of Civ V" homepage "https://github.com/yairm210/Unciv" - url "https://github.com/yairm210/Unciv/releases/download/4.16.18/Unciv.jar" - sha256 "ed489f8ca0c4acb6e8ada29dac1c4ea929f3437b2867f5d4d677fcbc007c4f78" + url "https://github.com/yairm210/Unciv/releases/download/4.16.19/Unciv.jar" + sha256 "62f41b480c243290366808933039c8ce0e652ea474b42023a943302b5f916c22" license "MPL-2.0" livecheck do From 43b5e13ca5f9fc90348b9069e26c8081f6a46987 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:42:23 +0000 Subject: [PATCH 09264/10074] esphome: update 2025.6.1 bottle. --- Formula/e/esphome.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/esphome.rb b/Formula/e/esphome.rb index b83addd682f07..710942628708d 100644 --- a/Formula/e/esphome.rb +++ b/Formula/e/esphome.rb @@ -8,13 +8,13 @@ class Esphome < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "ddf46c056564ed51575bd87af7ffa804008ef19977c7f65f42ae17df309e98c0" - sha256 cellar: :any, arm64_sonoma: "3244b63c091e8a0e566051c7b9730c91e1575d4975bf95bdb4ed0a2f52fe3e72" - sha256 cellar: :any, arm64_ventura: "817cb871e4d4f8fd3de8c1098dc79d14bc3be5bdf73d1a7773efb32eb3ce1a58" - sha256 cellar: :any, sonoma: "fc392ea4c4eddab7b065694f67482b22163710495991f5092ac1fef29c6da181" - sha256 cellar: :any, ventura: "205ad9820bda08c3eb28f0d8103c507b9d9aeefe39d4148a54464a052a7784ff" - sha256 cellar: :any_skip_relocation, arm64_linux: "dbfad7e9ed23f72f7cc92ea6a6421ae91159b203d2962220c3194e6daa798c60" - sha256 cellar: :any_skip_relocation, x86_64_linux: "546d9dbb7d26f3b8cc0fe4ba18fc46591596c89bf8541cbcbeb7dc61bc0f4e79" + sha256 cellar: :any, arm64_sequoia: "0a02184663e3c80b21b6b6a200a567ccde15d04e0929af1be4fb86e16be1881e" + sha256 cellar: :any, arm64_sonoma: "d8d62bcd326d83a91d4e3a413db1df1f0e6413d19cdf285673af025719100533" + sha256 cellar: :any, arm64_ventura: "74bacf28b16ece728b340ba2094918b4ddbf23a653afa528a8a8089fbb0cfaaa" + sha256 cellar: :any, sonoma: "8777069ec32ed81b90f0a4b824ef1959f3705b18ef97379a20bd7c49a8c3626f" + sha256 cellar: :any, ventura: "52e6fbf92344d71c4228f0018dbbbbfacb10875285ad774baa9ecfc1d953bc18" + sha256 cellar: :any_skip_relocation, arm64_linux: "795efeff1dea8991a190f3a6a550a1cad2f335cdcda608d40bceed413a1f589f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "62e7494c7d315d65550538f79d517fcde91595eba805c35d34bc936937ba4da8" end depends_on "certifi" From a84d54f3573c8b637326cf02220e36ccb7807158 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:47:12 +0000 Subject: [PATCH 09265/10074] osslsigncode: update 2.10 bottle. --- Formula/o/osslsigncode.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/o/osslsigncode.rb b/Formula/o/osslsigncode.rb index bedac73108628..e67b149dc1bb9 100644 --- a/Formula/o/osslsigncode.rb +++ b/Formula/o/osslsigncode.rb @@ -6,15 +6,13 @@ class Osslsigncode < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "fe12f26f3bd487dc6663ffdc0d6091547e52b4c3f00f003eff28d932d23bddcf" - sha256 cellar: :any, arm64_sonoma: "917f9ac6b5ceaa7558b47929da67fa0aa3a7b3d6e4d2e7fb40f582c29bde91a2" - sha256 cellar: :any, arm64_ventura: "3024c29dd0838b5fa7c57edab3ed3e2373515e65dd211421d8384fe9088642cb" - sha256 cellar: :any, arm64_monterey: "aa7c4c53ebf2aa83120b5883b0f8229e119fe1a4ac5bb97c1d3e9fcf141c1241" - sha256 cellar: :any, sonoma: "6278aff15a055a409edbc6aa4a69176befc7777325b3980afc58cd71737cf11a" - sha256 cellar: :any, ventura: "c09dfe8cb41d3af6327fb73695a7a5691c799b36f09331454b21a23e0e04ffbb" - sha256 cellar: :any, monterey: "a329dc07e46683d428cd6f8d9fe9b2bd6c02fc03b3f5c86dfbed1e5fdb244913" - sha256 cellar: :any_skip_relocation, arm64_linux: "16aed1f489966abf85c8f7390840d8c2d487d1ee95026da0ca95085809b0f87a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e35630485849326c73bc6135118ccc391fdef8afd579371432207dd0aaec5f05" + sha256 cellar: :any, arm64_sequoia: "fd8ad32f52ef057d933f19cbbc7079921473b57b535614844f3960740c98581a" + sha256 cellar: :any, arm64_sonoma: "1541f1c9e846fcdf5498891da0059be1a1ba9146a6a07f66dc02ccdd4c34a423" + sha256 cellar: :any, arm64_ventura: "acca14fc721a4925e89c4ef30296cb603df30c8293d1f780fa23ec441b4bbcf9" + sha256 cellar: :any, sonoma: "9fee24489fda92fc14e53f27973119ac57f4f05c7f91595cd675cb399e405131" + sha256 cellar: :any, ventura: "08ebace710cd6560aa21bcd1112b516fd8a1513c58c9b18cb4e5a5f005bd2f3f" + sha256 cellar: :any_skip_relocation, arm64_linux: "f9c903cc86a4244f0c4bc172167b25646cc1b0342c27a0488aa9ab019aa030f6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "97b07e1b0a71e98cac6810f3383533a908ec6349c7d2d54df23f21631ddeadfb" end depends_on "cmake" => :build From f0250d56a9c5af8a238f9a9b3607796ebac2ddb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:48:43 +0000 Subject: [PATCH 09266/10074] libcec: update 7.1.1 bottle. --- Formula/lib/libcec.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libcec.rb b/Formula/lib/libcec.rb index 6d6a4bf436f54..75cb72cb7530b 100644 --- a/Formula/lib/libcec.rb +++ b/Formula/lib/libcec.rb @@ -6,13 +6,13 @@ class Libcec < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "5d628750a848f9fe50e393d2c188fda70aa698c19a20bbbe7dc457d5c8ddce4e" - sha256 cellar: :any, arm64_sonoma: "d43c94ebd2342cf25142ac4a489836d7f48547ea3c4da91f11cde2f9e319d401" - sha256 cellar: :any, arm64_ventura: "3c2c98844f1c667bf427d61f2c8d0fa56c1dea1f9ae4aa70fa67883358826976" - sha256 cellar: :any, sonoma: "eadbe1896553e66368673fafafa958de45215947dc5991e33238e607a2f9ce57" - sha256 cellar: :any, ventura: "ef7a56b4a3c551e42823704361cc09c05c5ebd372eb3c70d9f69700a7a1cdf2b" - sha256 cellar: :any_skip_relocation, arm64_linux: "3624133784229fd025d4b4d067ec8efaaac2724b968fe09b0ab8498cb4f1ebda" - sha256 cellar: :any_skip_relocation, x86_64_linux: "05c12de1b683cf73a0a6a9034566c9be66e62bc51bb84e399fe913e6f6a84dff" + sha256 cellar: :any, arm64_sequoia: "efd0e7facb572876d72798c1b07df84e55ba4af2597645342784e667c9750f50" + sha256 cellar: :any, arm64_sonoma: "d886ddba0e875d545547820c13cf9b22d5c676253512008c8527aaf95454d3df" + sha256 cellar: :any, arm64_ventura: "be082ac4c53c7d700acb7b5f91e9bb965652c9056e76549d3e067fc734c5794f" + sha256 cellar: :any, sonoma: "0b819287c07576627c5029b3c57d295ef60fd8e8d8f25d6876b8362c7a03c2db" + sha256 cellar: :any, ventura: "0995d3ba61e560dd6627fc093301c6f99ae1488b75bc49c182c659ef1dd5091c" + sha256 cellar: :any_skip_relocation, arm64_linux: "680f4262c03b5a10e88bee7ba827762f84e38d943d68a8d0ca61485738f97128" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1e8795e972cddb728bd93304f2a97ded54988e0a5a253d13a6a2a683d0e2c2f" end depends_on "cmake" => :build From 7008a2ec35ead33d65e9d19b154ae35c81643fe8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:49:13 +0000 Subject: [PATCH 09267/10074] ramalama: update 0.9.3 bottle. --- Formula/r/ramalama.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ramalama.rb b/Formula/r/ramalama.rb index 8614deffd28d0..0400446a2af97 100644 --- a/Formula/r/ramalama.rb +++ b/Formula/r/ramalama.rb @@ -8,13 +8,13 @@ class Ramalama < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c509fb86607aff9d8b529666cc6e78f623261084ad8d1627d5806e12db35705" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c509fb86607aff9d8b529666cc6e78f623261084ad8d1627d5806e12db35705" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2c509fb86607aff9d8b529666cc6e78f623261084ad8d1627d5806e12db35705" - sha256 cellar: :any_skip_relocation, sonoma: "4c51cb354a54900c230a9d7b6570e2813fb42549e9c5918082423c89594ec51a" - sha256 cellar: :any_skip_relocation, ventura: "4c51cb354a54900c230a9d7b6570e2813fb42549e9c5918082423c89594ec51a" - sha256 cellar: :any_skip_relocation, arm64_linux: "209ee132e5bec74a579c642071c67a0916cec19aabfc2bd163f2c02a0c83b3e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "209ee132e5bec74a579c642071c67a0916cec19aabfc2bd163f2c02a0c83b3e5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1069dbb563a4b2060824fc1c3f1bfedaa08c03df82fb0e4689556dd494790cf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1069dbb563a4b2060824fc1c3f1bfedaa08c03df82fb0e4689556dd494790cf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a1069dbb563a4b2060824fc1c3f1bfedaa08c03df82fb0e4689556dd494790cf" + sha256 cellar: :any_skip_relocation, sonoma: "433b09bedd51bed5d5e9baa924ea3fc6cdc792cd868ddb31bb0486882e48fbd4" + sha256 cellar: :any_skip_relocation, ventura: "433b09bedd51bed5d5e9baa924ea3fc6cdc792cd868ddb31bb0486882e48fbd4" + sha256 cellar: :any_skip_relocation, arm64_linux: "cd363b1567699e5a3529733a123b75463cb69613e46ab44b7f3b1a9095c44f34" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd363b1567699e5a3529733a123b75463cb69613e46ab44b7f3b1a9095c44f34" end depends_on "llama.cpp" From 5acbb9df830684d8bfe2c00418ab59ce484447cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:50:05 +0000 Subject: [PATCH 09268/10074] mpv: update 0.40.0_2 bottle. --- Formula/m/mpv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mpv.rb b/Formula/m/mpv.rb index 8dadb551c5303..67b9ac998f6d7 100644 --- a/Formula/m/mpv.rb +++ b/Formula/m/mpv.rb @@ -8,13 +8,13 @@ class Mpv < Formula head "https://github.com/mpv-player/mpv.git", branch: "master" bottle do - sha256 arm64_sequoia: "075f2b0b6d833026b82de77f9d9f83c87d433bb5acab784280205171e9f3e963" - sha256 arm64_sonoma: "627375c7edf7973228eeef4d28388ce62174f7f9271e060caa867bec62ae4b11" - sha256 arm64_ventura: "8a54c14a9d145a19211ed6b2942436e1dacddcbe0a90cb45ef76ff3ccc4a9b21" - sha256 sonoma: "0dbbe3e8f84cbaf4b7e7683c446c1ea0bc60477d33fe54888cab47da9da92073" - sha256 ventura: "7fbcb23ec59afca855b5ec49dfbfa90f906c942bdd40b59c11f1a4497c4de837" - sha256 arm64_linux: "e52250cf1766f3e138d0f74bf34e9e0d305500c687e120784920a373ee8fbf1a" - sha256 x86_64_linux: "85efa3602606e59abf48705c91220416dbf3420cdef86229c9943c363763d10b" + sha256 arm64_sequoia: "8d833679b94acae40a7bb906179aea01032af2524874245dbfed9ef6786ac3c3" + sha256 arm64_sonoma: "82e29605ee3c819fe332283b96fed82bca87878510ffd9d6071e8264b8b7d0ca" + sha256 arm64_ventura: "5a7152b6b9fff8d1eb6b6e470f83f9a5fac2c01fd00eec9c3053f184e7daccb9" + sha256 sonoma: "f5fed567f0ed8c0f71b27c5c63784d6b61dbba4231fd63f73ccbc9e8e20bf773" + sha256 ventura: "4e7b70a4ee324c0254d76fd1b7262a31fafc84826a0e818c7f0d04c4e44e900a" + sha256 arm64_linux: "33a31a3ce61998ceead20fdc269ce869df44b42713a81ba1bfdf4bab80e1d834" + sha256 x86_64_linux: "0a7a6217ff4496a2dd12d9e0d08905b57ebe0b12b0d8788dcbbe505acf5d6f44" end depends_on "docutils" => :build From cf9c5a58c2a1e03bd50e8587224c3725794e7e93 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:50:05 +0000 Subject: [PATCH 09269/10074] mujs: update 1.3.7 bottle. --- Formula/m/mujs.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mujs.rb b/Formula/m/mujs.rb index a7feb52029843..5229dcdd19849 100644 --- a/Formula/m/mujs.rb +++ b/Formula/m/mujs.rb @@ -12,13 +12,13 @@ class Mujs < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "839b3fa73f32ef2b53a2e52af833fa2257786dd32bf6094f19dba18d4d47f274" - sha256 cellar: :any, arm64_sonoma: "84220bdaa3fc8a2e33185fb4e1b0426cf37a31f83bcfdeed90a2fb37e50780c1" - sha256 cellar: :any, arm64_ventura: "0765c40d6deb118da5f0f8edd014bd4de89d889bee4fed10a7b7c64c23affcee" - sha256 cellar: :any, sonoma: "8a354ea3d674b092ead9ed37be5d584c2ef8470ebbbad298c00af7fb7fbc0f8e" - sha256 cellar: :any, ventura: "20a7ee4f3d183a7fcae93ecedfd9562485b3462a6cc013e74e0cc66a5ad34ace" - sha256 cellar: :any_skip_relocation, arm64_linux: "2e7bab595f2280b58d8c3193370ed5d9f12e864b60ec18aec64c70e0122ad6c5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "16f8f85b13a69a0962fab110a0215ebd002220ab84878bd164cd3dd7171cf9db" + sha256 cellar: :any, arm64_sequoia: "52b7e1468b1d7b7a493f953fe52be4e91c8fc00223b97b9512b9aa8d787514cd" + sha256 cellar: :any, arm64_sonoma: "daf4da3709624eed9c6b5de2d6eaf53c0b3638fdb1be06f8bface0332bca81b9" + sha256 cellar: :any, arm64_ventura: "e5d5e280103b96ae1c4424b778d6bc04b5fd5930ea7e779ca728b0c0913c9953" + sha256 cellar: :any, sonoma: "650c453369a790c299d2a18d48e26180c500fc45dff44c096542e3cdd54c735d" + sha256 cellar: :any, ventura: "96dc1e1d6885f3668149484766172f053ae14ceff5edcf3ec25dc7c78b33b207" + sha256 cellar: :any_skip_relocation, arm64_linux: "10dcbc661f36958c88762bfaaa5ccbc3597d4a26a251a966129a7ed6a781dc4e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08acc6ab105fbb7517a610c2abdaf8439bda9059fb98673f1a825b67c8385092" end depends_on "pkgconf" => :test From 82a10f2ff62aaba9fbb72b4d7fc969b49ce87b0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:53:41 +0000 Subject: [PATCH 09270/10074] testkube: update 2.1.159 bottle. --- Formula/t/testkube.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index edda09e202f09..47da0e187b4c3 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -12,12 +12,12 @@ class Testkube < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebe9b9d78c74f6af5ac0008af033a3ef4a221f5517b53d7c4290765f45741224" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebe9b9d78c74f6af5ac0008af033a3ef4a221f5517b53d7c4290765f45741224" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ebe9b9d78c74f6af5ac0008af033a3ef4a221f5517b53d7c4290765f45741224" - sha256 cellar: :any_skip_relocation, sonoma: "f9cb27ab0ec187d1f2bc130ef6f2e94f9b2c1753faf8bc478c93c7123a743334" - sha256 cellar: :any_skip_relocation, ventura: "f9cb27ab0ec187d1f2bc130ef6f2e94f9b2c1753faf8bc478c93c7123a743334" - sha256 cellar: :any_skip_relocation, x86_64_linux: "353b626bfe09d7a24acd7f043c2efda63cd27a53898953bdb75e6427fcbe72d2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "97a35e9bd84f1739e23f9298e4b92828e68fa234e632978270737248174feb5e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "97a35e9bd84f1739e23f9298e4b92828e68fa234e632978270737248174feb5e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "97a35e9bd84f1739e23f9298e4b92828e68fa234e632978270737248174feb5e" + sha256 cellar: :any_skip_relocation, sonoma: "17bd83048ddc8b23ff3848f42c969a6b3c091dbff9ff8ebc89850f54ba0bf6cd" + sha256 cellar: :any_skip_relocation, ventura: "17bd83048ddc8b23ff3848f42c969a6b3c091dbff9ff8ebc89850f54ba0bf6cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e565b649e9ccc43ecea0d40287c8d26c9116edc997854a0226b7458d278158e5" end depends_on "go" => :build From 74da5c823536b33f5f34db8f43cb5509b5275626 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:54:29 +0000 Subject: [PATCH 09271/10074] renovate: update 41.6.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 45b4f70166b1c..7556f401583e7 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "44a1657dbfcc7f7ead3cabc7c66a836260fde8d4d024ea395480e8148c354b2d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed22c02437be93d31b8ad9633c7351e71268a716aa25ab4528c77f703efeec35" - sha256 cellar: :any_skip_relocation, arm64_ventura: "94df434c278d348939d841e65cca2e11d884b00f3bcb27b958b7c77479fd6356" - sha256 cellar: :any_skip_relocation, sonoma: "ef5c0708d8976fa209777d3082828445060e8b4a78db6d3bfac93a044687660a" - sha256 cellar: :any_skip_relocation, ventura: "3a35bb72384a43a5fac5dc829a3f220b9499249103426c4342ba72649a295eaa" - sha256 cellar: :any_skip_relocation, arm64_linux: "3d0ede540f5c10f9efb667a9442a99b2a662785ab9012f767e4e311aedf7a3f5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "55940151de613858637417292142cfc88702502587f3b9167e54f85fd55c1129" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "721df835106765b211604861520b2ea5fb21b9ec1102bace4a882c045fe78a86" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d046eb1e97fb137a1621c2487238e92704c6bde9355dda312cea00052d590f1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ce6ecaccd90b00088c8aa129afcd07a8be4c5b2a51f73ed2886882ada51903aa" + sha256 cellar: :any_skip_relocation, sonoma: "485cbbcff405b24292c074d013c033c915e276fe7de43995e153c572f479ced7" + sha256 cellar: :any_skip_relocation, ventura: "4826d093ee7a9fabbe39cc27aa03d6b39ecb0d991dcb956bf930fa22bf04455d" + sha256 cellar: :any_skip_relocation, arm64_linux: "30723c112998796946b6ade4141e85827c3d338aaa921a32eb5bd4a2f9b7801e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "468c390c5b18f8c0d30e30756e986f76dbbdb8468065d024a1d0546c4c832f1e" end depends_on "node@22" From 70259a27e1c4515bb1ac479c6077fc2983d94e32 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:11:33 +0000 Subject: [PATCH 09272/10074] libp11 0.4.16 libp11: configure `modulesdir` Signed-off-by: Rui Chen --- Formula/lib/libp11.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libp11.rb b/Formula/lib/libp11.rb index 687d7dcc34ce7..c579bd7dff4d6 100644 --- a/Formula/lib/libp11.rb +++ b/Formula/lib/libp11.rb @@ -1,8 +1,8 @@ class Libp11 < Formula desc "PKCS#11 wrapper library in C" homepage "https://github.com/OpenSC/libp11/wiki" - url "https://github.com/OpenSC/libp11/releases/download/libp11-0.4.13/libp11-0.4.13.tar.gz" - sha256 "d25dd9cff1b623e12d51b6d2c100e26063582d25c9a6f57c99d41f2da9567086" + url "https://github.com/OpenSC/libp11/releases/download/libp11-0.4.16/libp11-0.4.16.tar.gz" + sha256 "97777640492fa9e5831497e5892e291dfbf39a7b119d9cb6abb3ec8c56d17553" license "LGPL-2.1-or-later" livecheck do @@ -36,9 +36,13 @@ def install enginesdir = Utils.safe_popen_read("pkgconf", "--variable=enginesdir", "libcrypto").chomp enginesdir.sub!(openssl.prefix.realpath, prefix) + modulesdir = Utils.safe_popen_read("pkgconf", "--variable=modulesdir", "libcrypto").chomp + modulesdir.sub!(openssl.prefix.realpath, prefix) + system "./bootstrap" if build.head? system "./configure", "--disable-silent-rules", "--with-enginesdir=#{enginesdir}", + "--with-modulesdir=#{modulesdir}", *std_configure_args system "make", "install" pkgshare.install "examples/auth.c" From 230a07a80e62c49a2ecdcafd9ef97338caf708ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 21:06:57 +0000 Subject: [PATCH 09273/10074] unciv: update 4.16.19 bottle. --- Formula/u/unciv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index e3fc1c661e700..32c0bef8d7be7 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -13,7 +13,7 @@ class Unciv < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "9daf839afb02edc2226999e865ac84e985f82c8a86ab70007ec239ab87c03582" + sha256 cellar: :any_skip_relocation, all: "f87c65a2714987e4077d5b0b1896b1f3dec46543105816819a57440c76b2e2a8" end depends_on "openjdk" From c8e2a8afd7913b413d8ae47715b67b002135743b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:51:18 +0000 Subject: [PATCH 09274/10074] bazel 8.3.0 bazel: update test Signed-off-by: Rui Chen --- Formula/b/bazel.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/b/bazel.rb b/Formula/b/bazel.rb index 0cd622b8dc2d7..887756531b80b 100644 --- a/Formula/b/bazel.rb +++ b/Formula/b/bazel.rb @@ -1,8 +1,8 @@ class Bazel < Formula desc "Google's own build tool" homepage "https://bazel.build/" - url "https://github.com/bazelbuild/bazel/releases/download/8.2.1/bazel-8.2.1-dist.zip" - sha256 "b12b95cc02cc5ee19ff7a6a7f71f9496631f937c8e13a8f53ee0ff7b7700bc16" + url "https://github.com/bazelbuild/bazel/releases/download/8.3.0/bazel-8.3.0-dist.zip" + sha256 "c81cbf1a4d26cfb283c26c3544d47828679e42476e32e807151b9f647207530c" license "Apache-2.0" livecheck do @@ -126,7 +126,8 @@ def post_install ) STARLARK - system bin/"bazel", "build", "//:bazel-test" + # Explicitly disable repo contents cache + system bin/"bazel", "build", "//:bazel-test", "--repo_contents_cache=" assert_equal "Hi!\n", shell_output("bazel-bin/bazel-test") # Verify that `bazel` invokes Bazel's wrapper script, which delegates to From b14dde789e4f9c2097ebbdd4230b9aae6e1d1333 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 21:35:21 +0000 Subject: [PATCH 09275/10074] uv: update 0.7.14 bottle. --- Formula/u/uv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 218e78c7c03e0..1733b05316f01 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,13 +7,13 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bafb3c9f21375ece95a518de5ee0808e33e369a378bbca9ce2aebd6d4f935c2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a61e75e4822fe22e22aeff87e4ab13178c19c10eb6657f8dcd374611c2c0ca83" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0e9a18609bdeea403c385d4366c2cf753fbd9ff971dc71db0d4b595789b35f77" - sha256 cellar: :any_skip_relocation, sonoma: "a3f67c8076f47c79668f2cabad1c38712ae8c32e5ba13ccef3b37531588ae9c3" - sha256 cellar: :any_skip_relocation, ventura: "f6699a407de1dceebab007a34510d1d207eb610a8ab32561c279e4796416aefa" - sha256 cellar: :any_skip_relocation, arm64_linux: "7bd4b049d21d481f38c75f5bd27729ed99fb7f24c4875bf984906184d35b2aee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "64e26478e2a12700b807c9d21ba616fed9425a4cdddaea86897fb74c1498edc0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eee3638f2d94f80f4990f981e79993c4f61d0bb63a68549a8efe02f83fec7a78" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2879c538bf747e39374fea2ece6ac735529a6f83dc2b266a01278100bccf4ee8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2d1f76c253e7e4fe982334faa59eaba7d2eb27820e0119d30bb58097358c7668" + sha256 cellar: :any_skip_relocation, sonoma: "5ce1bf15b34e651df01586986997c296df43887f2ca9ebe8a0da4368d67c497c" + sha256 cellar: :any_skip_relocation, ventura: "146a14154e677b3f47102bd4441e4dcfa1468d91420d50d947ad24e63d59b269" + sha256 cellar: :any_skip_relocation, arm64_linux: "21d2ac6eef6604a7158be9ea83a4d67764aaf179db9fa44ed39cecb79acf90fc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "965c97ef2112abeab95483c744a8e6329067ef5a1debad665d81156e005c9be0" end depends_on "pkgconf" => :build From 7b2ea9ca28f2e3b029fdfcb7690cc0f264fa0451 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 24 Jun 2025 00:09:36 +0200 Subject: [PATCH 09276/10074] mise 2025.6.7 --- Formula/m/mise.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 16ddd1668ddce..66d4d2d5484db 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.5.tar.gz" - sha256 "34d43dd19846caf1bc249b7ef3d8298df48df2b95727a6e9695a2ded33c1c067" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.7.tar.gz" + sha256 "5b1ee17466b158ef1ba1059531c9863fa2122b72bba530b78d0f7bd3c08811c1" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" @@ -11,8 +11,6 @@ class Mise < Formula strategy :github_latest end - no_autobump! because: :bumped_by_upstream - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e5aea9bc0f0edbba348e2b1d92b1eed4170141023bea7418249f80df2a9508e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "1766fc7afe2ca1c9973c9e286c9cbb2339e292d897e9771359682887c6b95d3c" From d912216f85a74471c4ee330d2742a365346dfd6f Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 24 Jun 2025 00:12:40 +0200 Subject: [PATCH 09277/10074] nip4 9.0.10-1 --- Formula/n/nip4.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/n/nip4.rb b/Formula/n/nip4.rb index 6c7bcdf381beb..8789e74225a3f 100644 --- a/Formula/n/nip4.rb +++ b/Formula/n/nip4.rb @@ -1,13 +1,11 @@ class Nip4 < Formula desc "Image processing spreadsheet" homepage "https://github.com/jcupitt/nip4" - url "https://github.com/jcupitt/nip4/releases/download/v9.0.10/nip4-9.0.10.tar.xz" - sha256 "0e50978c042ff6a333fb9ca35ef0ebf6afbf0db43cbc5e122f2ab85cd6343c60" + url "https://github.com/jcupitt/nip4/releases/download/v9.0.10-1/nip4-9.0.10-1.tar.xz" + sha256 "1439698adb1e4bff149d77c40d180b2b9b03d30283df2f842fbaefc973f8c36c" license "GPL-2.0-or-later" head "https://github.com/jcupitt/nip4.git", branch: "main" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "fd238ac604bf55da890fc707bf1bb80ffadd9dc1ad766b144126c87962cc293b" sha256 cellar: :any, arm64_sonoma: "d6ff750c01f07b31c36467d421a3f01484c7890baa2a377ad50aecb78a832b76" From 2aa2766a43ad91c77e916fe504f0787b438f0625 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:30:32 +0000 Subject: [PATCH 09278/10074] mise: update 2025.6.7 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 66d4d2d5484db..24be16ecdcfc6 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -12,13 +12,13 @@ class Mise < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e5aea9bc0f0edbba348e2b1d92b1eed4170141023bea7418249f80df2a9508e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1766fc7afe2ca1c9973c9e286c9cbb2339e292d897e9771359682887c6b95d3c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d21bcc8c0f10fc701e697ac52fd32cdaca8ec56118c6b30d98edc57ddd841559" - sha256 cellar: :any_skip_relocation, sonoma: "f4b28ded123770a73bf9f411d146fa967799a881f5d74c9b923c8a2f8b6a0b4c" - sha256 cellar: :any_skip_relocation, ventura: "373c457a1ec0d23b3ef36f70495aff7e8ab7811c2a4f68a47c3557782563af5c" - sha256 cellar: :any_skip_relocation, arm64_linux: "4c34df4f6f292388ed873e591b69f815db25bf46e2443e8f33beffc6eb9c7a00" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1dedcf2e6ff729a28aaaa5d632f1ee3b4dcc143808515f684ce115cad8984824" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "496a8f249be90437e827679110ef9f4edd3a64dbb50c340957a89ef1f8bd554e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "33c925c6aa4268b2aabfbcd026804e6d16a5e1dba619a56be0a46747edce32d3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "32056673dd04edcb571bdfeb3caad165752a79b1e0117f5e9f2a40db6721c84c" + sha256 cellar: :any_skip_relocation, sonoma: "3780eb2c931d2c88d8adb4a820aa4ff84f6c204aa48cfefbbe5d74da388b72da" + sha256 cellar: :any_skip_relocation, ventura: "c74c78259650421386a1e29e76f4f3fb76e54fd0cbb88b58254f155498c05c78" + sha256 cellar: :any_skip_relocation, arm64_linux: "2e927d285d6f66135a2293b9d11aaacc4e768fcf177ef6a4128c222e1a822dd3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c2e773f9c660a07165572e33399c24009ab7083456b0c40579f3bc2c66054736" end depends_on "pkgconf" => :build From b8d62e31f7cebde2c5e8f2a7820e9830a3ae9a6b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:38:46 +0000 Subject: [PATCH 09279/10074] nip4: update 9.0.10-1 bottle. --- Formula/n/nip4.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nip4.rb b/Formula/n/nip4.rb index 8789e74225a3f..e53eb2b701562 100644 --- a/Formula/n/nip4.rb +++ b/Formula/n/nip4.rb @@ -7,13 +7,13 @@ class Nip4 < Formula head "https://github.com/jcupitt/nip4.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "fd238ac604bf55da890fc707bf1bb80ffadd9dc1ad766b144126c87962cc293b" - sha256 cellar: :any, arm64_sonoma: "d6ff750c01f07b31c36467d421a3f01484c7890baa2a377ad50aecb78a832b76" - sha256 cellar: :any, arm64_ventura: "35925f660cda79c56df59c1d6d41349963922a7d8dea9f5355a9eb7dda1c29a8" - sha256 cellar: :any, sonoma: "7ec3e005f73cad91afa08dbbfeefe515fc93ec6c09d5633e9c8fa55e3413e257" - sha256 cellar: :any, ventura: "6b4240a85a0e31e7194ae9ed6f46b30020b4a7f4d79841892444b37cd2ebb122" - sha256 arm64_linux: "5dadcb880663fe21aceeeb2c2ae9c12ad0b4ec9384fa18c91bb9b8038d8deadb" - sha256 x86_64_linux: "6d149e6b8c950983aac05133ffcea5ad0681bdab1da4363dfd7319da5aad9154" + sha256 cellar: :any, arm64_sequoia: "d515083872b8e16bfb40ae41c2cb3590a1be1ab13af3a66fde1c36e6af502d77" + sha256 cellar: :any, arm64_sonoma: "7b77a2288a3715753e14b88e2aad9ab87b3fcec2c5449da53c88f7734c071440" + sha256 cellar: :any, arm64_ventura: "5449572026bb559ae7df645ddb5b9d4c44b6878b1b5375a9a9f0309a154b1ca7" + sha256 cellar: :any, sonoma: "246e75a16058579dfb11eb0d9977636580474f7109d9f82ae86ed8ef18c3140b" + sha256 cellar: :any, ventura: "f72a601d0c82d33e94a7fef6bcc4018363366e12b3a0c7455fe9a5d8b97ed517" + sha256 arm64_linux: "3d8a3f2606868a12cc548a9d0d7d345659a22fe6af31eab8183f26dc1e3799b4" + sha256 x86_64_linux: "2a326517de7b3a116ead086e46f91f5543a8ca5825f93f6bd469577164c6b311" end depends_on "bison" => :build From 8ab53e8ad5488602c4b17908647a6467ed922e35 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:54:19 +0000 Subject: [PATCH 09280/10074] cloudflare-wrangler 4.21.0 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index f2cc62e8caf70..685e8931c809f 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.20.5.tgz" - sha256 "d42526188dd6170953bcaca114cefc29033bde10e6bb2596c63e9ad5234f08ce" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.21.0.tgz" + sha256 "c308cae79ac7bfe7c830a5132f6640d6e01fb218ca9e323cbc0fe65a1235ed32" license any_of: ["Apache-2.0", "MIT"] bottle do From 32d5071c4644e6f84e653eb352e4487513bbe7a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:58:02 +0000 Subject: [PATCH 09281/10074] fabric-ai 1.4.213 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 03d587e0a0882..759dace4e1096 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.212.tar.gz" - sha256 "94f2097c0624b320ebebca5cb212b133355d51231123658004e38ca1d17be4cc" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.213.tar.gz" + sha256 "6a90166b97df65d8a083ee7341bcd98e687ac70b33b8bc361df0b8c1949880e0" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From f1abfa4a5dabe4ab5267a000f9aaeb2073f21637 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:00:16 +0000 Subject: [PATCH 09282/10074] fx 37.0.0 --- Formula/f/fx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fx.rb b/Formula/f/fx.rb index f9ee410adcd09..31de7bd098e1b 100644 --- a/Formula/f/fx.rb +++ b/Formula/f/fx.rb @@ -1,8 +1,8 @@ class Fx < Formula desc "Terminal JSON viewer" homepage "https://fx.wtf" - url "https://github.com/antonmedv/fx/archive/refs/tags/36.0.4.tar.gz" - sha256 "ad4de8252a2e9401ddd69577940d707caf22ef5ae833dc55818860163c542056" + url "https://github.com/antonmedv/fx/archive/refs/tags/37.0.0.tar.gz" + sha256 "75c8c360bac4bccbab85b4873b7030a4ed88d8d4a6e718a935851be6454fe56b" license "MIT" head "https://github.com/antonmedv/fx.git", branch: "master" From c2d16edecfc021a47c57b4ff1d140acc64f65f35 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:08:09 +0000 Subject: [PATCH 09283/10074] minio 2025-06-13T11-33-47Z --- Formula/m/minio.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/minio.rb b/Formula/m/minio.rb index b053c64e8b740..c2418d7a345ed 100644 --- a/Formula/m/minio.rb +++ b/Formula/m/minio.rb @@ -2,9 +2,9 @@ class Minio < Formula desc "High Performance, Kubernetes Native Object Storage" homepage "https://min.io" url "https://github.com/minio/minio.git", - tag: "RELEASE.2025-05-24T17-08-30Z", - revision: "ecde75f9112f8410cb6cacb4b76193f1475b587e" - version "2025-05-24T17-08-30Z" + tag: "RELEASE.2025-06-13T11-33-47Z", + revision: "a6c538c5a113a588d49b4f3af36ae3046cfa5ac6" + version "2025-06-13T11-33-47Z" license "AGPL-3.0-or-later" version_scheme 1 head "https://github.com/minio/minio.git", branch: "master" From 5701794e2d18ec0882a5d282c93be9dfa2319218 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:59:05 +0000 Subject: [PATCH 09284/10074] fdroidserver 2.4.1 --- Formula/f/fdroidserver.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/f/fdroidserver.rb b/Formula/f/fdroidserver.rb index 749a0d8c11024..ed7d50a9bfc46 100644 --- a/Formula/f/fdroidserver.rb +++ b/Formula/f/fdroidserver.rb @@ -3,10 +3,9 @@ class Fdroidserver < Formula desc "Create and manage Android app repositories for F-Droid" homepage "https://f-droid.org" - url "https://files.pythonhosted.org/packages/bd/81/728a7426ef7db26bee1a1737dbafe48f4253b249155ec1d6910ecad0c30c/fdroidserver-2.4.0.tar.gz" - sha256 "15d91bb8ca0fbc81a346ec222d910af064670c51f20a2b649ef2834c0555d19c" + url "https://files.pythonhosted.org/packages/bf/d8/ce1b87f1dc8d4533fed73baa99acfc5e3f713ec40d56ea47e808790f43b4/fdroidserver-2.4.1.tar.gz" + sha256 "38de6905f415b36aebad04f6b2f79486091a13e2edd269c8bdca908d94b017cc" license "AGPL-3.0-or-later" - revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "8d6016906c121f0002fae6c469f01c812fbb4518aebc1baaffa81f19f27ed563" @@ -265,8 +264,8 @@ class Fdroidserver < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "pynacl" do From 322bf71abca3d21a3ad359ba07ca571b22529fc2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:09:39 +0000 Subject: [PATCH 09285/10074] netlify-cli 22.1.5 --- Formula/n/netlify-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 4137c7937dee9..6eaf2922e8253 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -1,8 +1,8 @@ class NetlifyCli < Formula desc "Netlify command-line tool" homepage "https://www.netlify.com/docs/cli" - url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.4.tgz" - sha256 "92ed79475eb9264cc606dddceeca29af58b6b6b88e51596667c11408c2d30c7c" + url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.5.tgz" + sha256 "1ea0752681ba454449ceb3d4ac69266f6d68ab52ac97581bf1540742249dab81" license "MIT" bottle do From 86d0af3d3ce8b1a23949127655f565a7ab470e26 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:09:55 +0000 Subject: [PATCH 09286/10074] ngt 2.4.3 --- Formula/n/ngt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/ngt.rb b/Formula/n/ngt.rb index 84ee65cd8793b..711f20417174c 100644 --- a/Formula/n/ngt.rb +++ b/Formula/n/ngt.rb @@ -1,8 +1,8 @@ class Ngt < Formula desc "Neighborhood graph and tree for indexing high-dimensional data" homepage "https://github.com/yahoojapan/NGT" - url "https://github.com/yahoojapan/NGT/archive/refs/tags/v2.4.2.tar.gz" - sha256 "728a97cb136d7f623c8dc77b24117972d32ccef23e3d857248c4fa065fde4fed" + url "https://github.com/yahoojapan/NGT/archive/refs/tags/v2.4.3.tar.gz" + sha256 "76c0d44330ae28eed76c07f2d54562da124157a125f34f421b4923504703e698" license "Apache-2.0" livecheck do From 0f8e964332109123f6c08f96951381ce747e0bb1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:11:12 +0000 Subject: [PATCH 09287/10074] oj 1.26.7 --- Formula/o/oj.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oj.rb b/Formula/o/oj.rb index c58ab788dddc8..63dce01d467bb 100644 --- a/Formula/o/oj.rb +++ b/Formula/o/oj.rb @@ -1,8 +1,8 @@ class Oj < Formula desc "JSON parser and visualization tool" homepage "https://github.com/ohler55/ojg" - url "https://github.com/ohler55/ojg/archive/refs/tags/v1.26.6.tar.gz" - sha256 "85754da53ac0b717e1c9068c71a73315bbe666e10520de488a84c4fd124d5d8c" + url "https://github.com/ohler55/ojg/archive/refs/tags/v1.26.7.tar.gz" + sha256 "b294f3b756cd7711d07268d839a514bfe23b7db74aa68f75d63d6db84ca7dafa" license "MIT" head "https://github.com/ohler55/ojg.git", branch: "develop" From 76fb3b6645a7047eec1dd7ede1183c59887dc309 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:11:35 +0000 Subject: [PATCH 09288/10074] fabric-ai: update 1.4.213 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 759dace4e1096..ec4ea245a4f94 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "97c51657b76ac4675072ae0ed75dfb133c709d3f36da1d21769f08ded15c2b8b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "97c51657b76ac4675072ae0ed75dfb133c709d3f36da1d21769f08ded15c2b8b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "97c51657b76ac4675072ae0ed75dfb133c709d3f36da1d21769f08ded15c2b8b" - sha256 cellar: :any_skip_relocation, sonoma: "f198ff152eb9fa357947939479bf49f0d11ec5ab4d4b9a72fcb8edeb2adfa3b4" - sha256 cellar: :any_skip_relocation, ventura: "f198ff152eb9fa357947939479bf49f0d11ec5ab4d4b9a72fcb8edeb2adfa3b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a8aa262dc27fb3d28d07d159c6cbe29e6f15874b34ee44dc1d4871bd11fda387" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "04d20c02bd45e775cd9df022a8d77da5473685fec45722aea38cf7010a5cd53b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "04d20c02bd45e775cd9df022a8d77da5473685fec45722aea38cf7010a5cd53b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "04d20c02bd45e775cd9df022a8d77da5473685fec45722aea38cf7010a5cd53b" + sha256 cellar: :any_skip_relocation, sonoma: "ea7b59e207dc988091ed3415d0f80fbbdc99934fd39c7c9eea4022f20890c33f" + sha256 cellar: :any_skip_relocation, ventura: "ea7b59e207dc988091ed3415d0f80fbbdc99934fd39c7c9eea4022f20890c33f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "feb25154535aef2e64a5d5a93759be549953e28ac597129a4b02d762a6cbc76e" end depends_on "go" => :build From 9338fd9780eef51511c1d00af41b87431a10c21f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:11:55 +0000 Subject: [PATCH 09289/10074] cloudflare-wrangler: update 4.21.0 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 685e8931c809f..b2d046fae25c4 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "03ccda80b06fadbbea1a1b48d8a2eeead4bb3afea7aa72c76fd5d34d87e1f4a4" - sha256 cellar: :any, arm64_sonoma: "03ccda80b06fadbbea1a1b48d8a2eeead4bb3afea7aa72c76fd5d34d87e1f4a4" - sha256 cellar: :any, arm64_ventura: "03ccda80b06fadbbea1a1b48d8a2eeead4bb3afea7aa72c76fd5d34d87e1f4a4" - sha256 sonoma: "9fe5a614da16251e8c2c218c41d0be288259b01b8e8e0630d56e0dfdb39bc85a" - sha256 ventura: "9fe5a614da16251e8c2c218c41d0be288259b01b8e8e0630d56e0dfdb39bc85a" - sha256 cellar: :any_skip_relocation, arm64_linux: "fc7dbbb09ecc0e8e7b31fe82f00646957ed61f3b7cdb223085efc3d949ae93e0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5cddda95a8447b85a43c55791331ef54ad668aeb4f6d533c91962e2d8556b21f" + sha256 cellar: :any, arm64_sequoia: "bb0792ae836f2171f6a11522c559be62b0f9f76c2156555ebb5476fede7006c0" + sha256 cellar: :any, arm64_sonoma: "bb0792ae836f2171f6a11522c559be62b0f9f76c2156555ebb5476fede7006c0" + sha256 cellar: :any, arm64_ventura: "bb0792ae836f2171f6a11522c559be62b0f9f76c2156555ebb5476fede7006c0" + sha256 sonoma: "be44f6c434eca7400ae69454f5a0e98773f9f8198c6122a63881126c1d2c031f" + sha256 ventura: "be44f6c434eca7400ae69454f5a0e98773f9f8198c6122a63881126c1d2c031f" + sha256 cellar: :any_skip_relocation, arm64_linux: "01d4f8d7c18b59efe111ff86c2b414dfac5beff0e251c133578a4129f2557e23" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bbda844577b50163dd768d54520afef178728bcf31ac07bf271b72810df68b5c" end depends_on "node" From 9172bc8d8b6c01611cf0dd270546b7e48f58042c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:16:12 +0000 Subject: [PATCH 09290/10074] runitor 1.4.1 --- Formula/r/runitor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/runitor.rb b/Formula/r/runitor.rb index da7a1b5a14211..e53ee3a93f784 100644 --- a/Formula/r/runitor.rb +++ b/Formula/r/runitor.rb @@ -1,8 +1,8 @@ class Runitor < Formula desc "Command runner with healthchecks.io integration" homepage "https://github.com/bdd/runitor" - url "https://github.com/bdd/runitor/archive/refs/tags/v1.4.0.tar.gz" - sha256 "7c245db0bbd211a62e8adab1d78ce59ab8cb02147c95d3713508a75cc0f09099" + url "https://github.com/bdd/runitor/archive/refs/tags/v1.4.1.tar.gz" + sha256 "192665c623bc96ed77f122510510c017197e1673ab92bb84546d652afe4416c0" license "0BSD" head "https://github.com/bdd/runitor.git", branch: "main" From bead34b8d469ef42aae8dbb1533a9ddbf95c07d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:19:25 +0000 Subject: [PATCH 09291/10074] fx: update 37.0.0 bottle. --- Formula/f/fx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fx.rb b/Formula/f/fx.rb index 31de7bd098e1b..59d7043282097 100644 --- a/Formula/f/fx.rb +++ b/Formula/f/fx.rb @@ -7,12 +7,12 @@ class Fx < Formula head "https://github.com/antonmedv/fx.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e67ca3e7d14b68ce85714d502c58fd02871fce850344b8d7d77ac2709e615c6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e67ca3e7d14b68ce85714d502c58fd02871fce850344b8d7d77ac2709e615c6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e67ca3e7d14b68ce85714d502c58fd02871fce850344b8d7d77ac2709e615c6" - sha256 cellar: :any_skip_relocation, sonoma: "01991bd17ab5fb88622d57ce7f17aa44c7fd74851b50509d6f4b720a58a107cd" - sha256 cellar: :any_skip_relocation, ventura: "01991bd17ab5fb88622d57ce7f17aa44c7fd74851b50509d6f4b720a58a107cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "67ed00156edae0e2de5b99242b51f4d428ad390e82f05b7c8cd719f4f918ad61" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "46d824809e86a85bbb1276c09c162ed9ea3dec022dea146dce112563c897408b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "46d824809e86a85bbb1276c09c162ed9ea3dec022dea146dce112563c897408b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "46d824809e86a85bbb1276c09c162ed9ea3dec022dea146dce112563c897408b" + sha256 cellar: :any_skip_relocation, sonoma: "a39294563af592665ea4ec02bce395466d501084d671444286e0dfda6afa2bd0" + sha256 cellar: :any_skip_relocation, ventura: "a39294563af592665ea4ec02bce395466d501084d671444286e0dfda6afa2bd0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4477b6f9e8efc10e29412c8eea8afebd422c6b8f0ba83977fe4650ec7a2f8d32" end depends_on "go" => :build From d7fb0c5546f84397098ad29061aa0589ebbc0a20 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:24:18 +0000 Subject: [PATCH 09292/10074] minio: update 2025-06-13T11-33-47Z bottle. --- Formula/m/minio.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/minio.rb b/Formula/m/minio.rb index c2418d7a345ed..c6c264d91c6c6 100644 --- a/Formula/m/minio.rb +++ b/Formula/m/minio.rb @@ -16,12 +16,12 @@ class Minio < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7a99a389dfc166dc25c6011b2ac592e948f54fa2945f89e4630201a79e00285" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8dd242afa2bffa2175f6e66730db2a3cae66768f898e59141040477515a6007" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d8534474113b6387ebb7810bffa6c0e7b3c3b2958546844a06337f72c3c7e001" - sha256 cellar: :any_skip_relocation, sonoma: "9df8eae2353fe570112ed0857f77489b905d66ebde8a0b4a34b009f259bea364" - sha256 cellar: :any_skip_relocation, ventura: "23ddff0c6418742665063f184b78f629dff9fa9a187002b216e127a8169e4f3d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7dcd802f59aa40e0ebcc2c011c0846c7a9da006d4116de1f7ed9119823a33662" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c9d59b70d7399a2def9cd933e5f462964707392e8b2736f90c9962a2c54130d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0cce7a79c03c376e1eb8eb8dd7c7642c1c7fdd0777080d0d20e5118d9f12ae2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "99cdc0803e8bc3b26ea5f0981643db3cf461726970801bf5bc9d7c68065c095b" + sha256 cellar: :any_skip_relocation, sonoma: "e1c641708041937ed68e0551a0166b10fb7ffd9c4b0e931dd7d8a7ff58b4b065" + sha256 cellar: :any_skip_relocation, ventura: "cf3d5e10d5bac4a646789396542b87a3b340dba56b4fb73663a0634c65ead408" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9c90279ca158609c82fccbf00f8093f050488440f062bb11a9c0bf7627b6cd15" end depends_on "go" => :build From 2efbe63adc84cb0dfc70019ca490267a96c51325 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:26:00 +0000 Subject: [PATCH 09293/10074] ngt: update 2.4.3 bottle. --- Formula/n/ngt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/ngt.rb b/Formula/n/ngt.rb index 711f20417174c..fafcea052d16b 100644 --- a/Formula/n/ngt.rb +++ b/Formula/n/ngt.rb @@ -11,13 +11,13 @@ class Ngt < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "fc98ef0b336fad132afe1813df78de725ecc70d9bbb7c5ebe75735a3c81eb69a" - sha256 cellar: :any, arm64_sonoma: "444bd0278f64d2f80cc6bda4a075aa63442f3122cba611048382435764945677" - sha256 cellar: :any, arm64_ventura: "0478eec6c88c2d7ac4efe1146ed5850ba7c2bbb1bc7b7757926f1f8fbdf3e8bb" - sha256 cellar: :any, sonoma: "88b771a6f2b9ad8840d3d4eceee2ae8a3aa04a83ef0b2ac699824b79174b60bc" - sha256 cellar: :any, ventura: "483952949b2c680e74bac746d668a35a761f63f73e0a7b946b11008dd2caef57" - sha256 cellar: :any_skip_relocation, arm64_linux: "43490875f943192073f0210c9661fa07b8eb002d53512d93f8328efe77d36461" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7009d18a4794d9c0fce5b1a6d6cd141ee2b94202054ea425c4723617fcfa7064" + sha256 cellar: :any, arm64_sequoia: "ad5b612b95d41ad915ea76831dcb40662bb701e27d91298397bcdff9ded65c7c" + sha256 cellar: :any, arm64_sonoma: "d489117295732b67a9a998c2817b7567904dd4b38a6faf94781fa6695c36ffe7" + sha256 cellar: :any, arm64_ventura: "73536d766b65e7c6073adbf9f4cc1ff05e87962914d7c8aa58b38d120584d2b4" + sha256 cellar: :any, sonoma: "055730e996b8a6fa6b1033da71777d5224616db5bf6c826abdd8cc595bc5b1b4" + sha256 cellar: :any, ventura: "07068d285455079f1bb5ef03ddb31df1f44b2615d4458d12c9b92397e81f53f3" + sha256 cellar: :any_skip_relocation, arm64_linux: "4ef5fc460c238553a56cc506276061c6979aac07c02b1e1e75e735776f34a03c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "66799a7d41079777438b8788d5e77dc46f229a9c2a1683c32287c4a5d79e8eef" end depends_on "cmake" => :build From 31feadb7203f769a2e0133850c1a01e4cd3db4a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:28:27 +0000 Subject: [PATCH 09294/10074] runitor: update 1.4.1 bottle. --- Formula/r/runitor.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/runitor.rb b/Formula/r/runitor.rb index e53ee3a93f784..0773d675884a8 100644 --- a/Formula/r/runitor.rb +++ b/Formula/r/runitor.rb @@ -12,12 +12,12 @@ class Runitor < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae097b06f663c5c098e966e5737cdda3a938960d6bb91362cec21f1ccce2e661" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae097b06f663c5c098e966e5737cdda3a938960d6bb91362cec21f1ccce2e661" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ae097b06f663c5c098e966e5737cdda3a938960d6bb91362cec21f1ccce2e661" - sha256 cellar: :any_skip_relocation, sonoma: "51ea31e203f0f305ea29997a2549ea4f45ee5f212e2ec54c299fadbbc0643420" - sha256 cellar: :any_skip_relocation, ventura: "51ea31e203f0f305ea29997a2549ea4f45ee5f212e2ec54c299fadbbc0643420" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e0b3720e73ce9e0ead9c92612d8fe7c7437b19996046b5975ac96c545db338e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5126ca445a8d5515158165a2de556eba26e2371ea5bcf18d4c6b6cd382781f1c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5126ca445a8d5515158165a2de556eba26e2371ea5bcf18d4c6b6cd382781f1c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5126ca445a8d5515158165a2de556eba26e2371ea5bcf18d4c6b6cd382781f1c" + sha256 cellar: :any_skip_relocation, sonoma: "0effd12000e9ee680cabca8c05a25dc33df6dd0816d6c5337f22eb7e4b2c4e89" + sha256 cellar: :any_skip_relocation, ventura: "0effd12000e9ee680cabca8c05a25dc33df6dd0816d6c5337f22eb7e4b2c4e89" + sha256 cellar: :any_skip_relocation, x86_64_linux: "385c34c59826cd643af53842d7517eab4a8315aa21705a7e7ce58cba0782eaf1" end depends_on "go" => :build From ab32724d55713a3adc8151dfa599c3cde36f902e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:29:54 +0000 Subject: [PATCH 09295/10074] oj: update 1.26.7 bottle. --- Formula/o/oj.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oj.rb b/Formula/o/oj.rb index 63dce01d467bb..760e79a397a98 100644 --- a/Formula/o/oj.rb +++ b/Formula/o/oj.rb @@ -7,13 +7,13 @@ class Oj < Formula head "https://github.com/ohler55/ojg.git", branch: "develop" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "659d69c48c89cb841e50608103d70ad2f23a58899fed7b22ea0ed64455fb8cbc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "659d69c48c89cb841e50608103d70ad2f23a58899fed7b22ea0ed64455fb8cbc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "659d69c48c89cb841e50608103d70ad2f23a58899fed7b22ea0ed64455fb8cbc" - sha256 cellar: :any_skip_relocation, sonoma: "8e8b7bbf89f0a231408f8ec64ab5b00d0578630b46e93f68bae6555021f82e06" - sha256 cellar: :any_skip_relocation, ventura: "8e8b7bbf89f0a231408f8ec64ab5b00d0578630b46e93f68bae6555021f82e06" - sha256 cellar: :any_skip_relocation, arm64_linux: "b4a0c6208cf9b1155b53e3da21bb99085048f484e45c44b6095cb3206c5bb2a9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dcc78d06b2bf62ae33dc906c2575cae01751f4bed9b2dd49ffaa041af9a6ce0b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d9e86dc9a78a0dc063e019ff7fc58f6fccb3f71d88d6a52cfa064b7c22711e0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d9e86dc9a78a0dc063e019ff7fc58f6fccb3f71d88d6a52cfa064b7c22711e0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2d9e86dc9a78a0dc063e019ff7fc58f6fccb3f71d88d6a52cfa064b7c22711e0" + sha256 cellar: :any_skip_relocation, sonoma: "a904cf940cdf2f1f66e00303c2b74c9fa0b48853a8108de83f66cbd4008c0e22" + sha256 cellar: :any_skip_relocation, ventura: "a904cf940cdf2f1f66e00303c2b74c9fa0b48853a8108de83f66cbd4008c0e22" + sha256 cellar: :any_skip_relocation, arm64_linux: "7bd99a97c0a256b47ad203cf55d7927b81035961f8f50e912f0f344086f3c428" + sha256 cellar: :any_skip_relocation, x86_64_linux: "925ff17621d79bbb188319c424a24f3a93f79865f0feef9c945108e4ce9df875" end depends_on "go" => :build From 667fe02f2910e587a6214e4e1a01ef2ad3e68594 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:05:05 -0400 Subject: [PATCH 09296/10074] tiledb: add livecheck By default livecheck checks the Git tags for `tiledb` but this is now incorrectly returning 10040-azr-osx-lnxto-ga as the latest version, from a `dlh/ch10040-azr-osx-lnxto-ga` tag. This adds a `livecheck` block that uses the standard regex for Git tags like `1.2.3`/`v1.2.3`, which will match stable tags in this repository and omit unstable tags (e.g., `1.2.3-rc0`) as well as one-off oddities like the aforementioned tag. --- Formula/t/tiledb.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/t/tiledb.rb b/Formula/t/tiledb.rb index 97b63edb876b2..6e0415e51a29f 100644 --- a/Formula/t/tiledb.rb +++ b/Formula/t/tiledb.rb @@ -5,6 +5,11 @@ class Tiledb < Formula sha256 "de731cd0c8e82fe8cfca084b937dc0df41e451c8eb93071e4cc5aba7bbef854e" license "MIT" + livecheck do + url :stable + regex(/^v?(\d+(?:\.\d+)+)$/i) + end + bottle do sha256 cellar: :any, arm64_sequoia: "9468ff50f991980cd4a1f271157acda6c86180ade8ba9bb6d112c77a9376e791" sha256 cellar: :any, arm64_sonoma: "40161d0f697370e27e84f0c0a070936a9e1cf0f648d1b3797f85c36dc16d2525" From 3220186ed3132c9520d2c3242c9d13ee98b32a9b Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:13:05 -0400 Subject: [PATCH 09297/10074] onigmo: add livecheck By default, livecheck checks the Git tags for `onigmo` but it is incorrectly returning 6.2.0_for_bregonig as the latest version, as upstream creates `_for_bregonig` tags for some versions. The formula uses a GitHub release asset in the `stable` URL, so this adds a `livecheck` block that uses the `GithubLatest` strategy (i.e., the release tags use an `Onigmo-1.2.3` format). --- Formula/o/onigmo.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/o/onigmo.rb b/Formula/o/onigmo.rb index 65cc3f64aa96e..e5824cc5596f0 100644 --- a/Formula/o/onigmo.rb +++ b/Formula/o/onigmo.rb @@ -6,6 +6,11 @@ class Onigmo < Formula license "BSD-2-Clause" head "https://github.com/k-takata/Onigmo.git", branch: "master" + livecheck do + url :stable + strategy :github_latest + end + bottle do sha256 cellar: :any, arm64_sequoia: "7dfc12c6ac3db48e2927137723a4d9ee1cf0b48d3188b142231b87add252e101" sha256 cellar: :any, arm64_sonoma: "3e7750a967115b4f15803abf886f850cb8840f42c67749bb4b5c3bb96861273c" From 5daa6fb3c1e1b580da24f99c626868288b70b803 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Jun 2025 19:21:05 -0400 Subject: [PATCH 09298/10074] mosh: revert `protobuf@29` change Signed-off-by: Rui Chen mosh: remove `make check` Signed-off-by: Rui Chen --- Formula/m/mosh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mosh.rb b/Formula/m/mosh.rb index 379b1cf9312bd..e692be078cc05 100644 --- a/Formula/m/mosh.rb +++ b/Formula/m/mosh.rb @@ -4,7 +4,7 @@ class Mosh < Formula url "https://github.com/mobile-shell/mosh/releases/download/mosh-1.4.0/mosh-1.4.0.tar.gz" sha256 "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" license "GPL-3.0-or-later" - revision 27 + revision 28 no_autobump! because: :requires_manual_review @@ -26,7 +26,7 @@ class Mosh < Formula end depends_on "pkgconf" => :build - depends_on "protobuf@29" + depends_on "protobuf" uses_from_macos "ncurses" uses_from_macos "zlib" From e7316570f4c532caf9bd2c223d8f1cf03edd9e78 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:23:46 -0400 Subject: [PATCH 09299/10074] breezy: add livecheck By default, livecheck checks the Git tags for `breezy` but it is incorrectly returning 32-2.0.1-2 as the latest version, from a `bzr-win32-2.0.1-2` tag. This adds a `livecheck` block with a regex that restricts matching to tags like `brz-1.2.3`, which aligns with what the formula is using. --- Formula/b/breezy.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/b/breezy.rb b/Formula/b/breezy.rb index a34b546e0e6b9..e246f4c27947c 100644 --- a/Formula/b/breezy.rb +++ b/Formula/b/breezy.rb @@ -10,6 +10,11 @@ class Breezy < Formula license "GPL-2.0-or-later" revision 1 + livecheck do + url :stable + regex(/^brz[._-]v?(\d+(?:\.\d+)+)$/i) + end + bottle do sha256 cellar: :any, arm64_sequoia: "565798749e5d220bf2543a4daec0b5f7e8cc70a0e7b7cbde425ea185531ee63a" sha256 cellar: :any, arm64_sonoma: "5025163b7fa90c358f2d5bbb489e91f396a8f7cc0a0f030600d7b96815daf1f4" From b0a3169aee133bce084d4ca91605f0772a55d77d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:26:26 +0000 Subject: [PATCH 09300/10074] netlify-cli: update 22.1.5 bottle. --- Formula/n/netlify-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 6eaf2922e8253..4204b64ff5daa 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -6,13 +6,13 @@ class NetlifyCli < Formula license "MIT" bottle do - sha256 arm64_sequoia: "6d90cbcfabbd7bd3f7bc7efd96979c5cae6fb4ab614e96bb653ad25704e3526a" - sha256 arm64_sonoma: "434e70090f0115f2c30b531c5108549031c09892ff04f8b13896c9ff63c04d41" - sha256 arm64_ventura: "2d0d7bd4cbbaad7bb0225fab4abb28b4b4c14e774338c40e0a83a2c5bbeb2d85" - sha256 sonoma: "4e0ceac499a72ca8bcf34074d32d9435a432065dc3753b0aa3df9b37b5c72d3d" - sha256 ventura: "b28bf61874b2a608cb488ac917f95c70410716b4e365062fa1fa32af6d9c1efe" - sha256 cellar: :any_skip_relocation, arm64_linux: "58091096835dc9156907a664c6fd4ff8a3972d9ecdb5047db73f9f7bef7d38d4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d0199380a60669df78c658fab6492d585e5414189a8f9e22b08be74fab6c4c00" + sha256 arm64_sequoia: "60861d7c03aa5450568e456aa6c86b13a58cfcae0353d56293712f80621dcb91" + sha256 arm64_sonoma: "234ec66bf09325f9a7761c656ffaa7e6d54af0805bd34ad6c432d48b3e730469" + sha256 arm64_ventura: "700ab0a0fce188bb025f5870c69dc42f483d1ffbfd1d07311f2827e365fa8e14" + sha256 sonoma: "c6beb4bd4c7aea27ac74c2ec8855c1c01d0698f97865d49d60b369efdc40501d" + sha256 ventura: "c02476a92f67d1634053863fd63fae65902a4f7a5e3c1d44b620dec10eb66747" + sha256 cellar: :any_skip_relocation, arm64_linux: "b531638e63b5fbec659558b71cc0b2aadfd9bd93cac82598afc777d72c26b88d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2921bc10f2917993b248b7faa693df36439deb46585b9ea0f58f2314f2d76ca6" end depends_on "pkgconf" => :build From 157a323b6caaf77480439c0147b5f6c585c26733 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:32:38 +0000 Subject: [PATCH 09301/10074] bazel: update 8.3.0 bottle. --- Formula/b/bazel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bazel.rb b/Formula/b/bazel.rb index 887756531b80b..bf1eac5396ff0 100644 --- a/Formula/b/bazel.rb +++ b/Formula/b/bazel.rb @@ -11,13 +11,13 @@ class Bazel < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8224a8feb8a996ee168e3ea0827a3c3b03f7548f073ac999c7492bec90083542" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cafc46ac731d4813486d8f2dcca404bd4c26b1a9dd1a7d5e3c969a91c9ec4cca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bf0164c7b1827eddeae7a5836b7cef7c7190bf4effaaa8200b4c112376d8b7e3" - sha256 cellar: :any_skip_relocation, sonoma: "741ea67f934716218cccab3f2ef504afc224a7e9ddc8e71eb2b86dcdbbcd934b" - sha256 cellar: :any_skip_relocation, ventura: "413a2f767535186f8111dcd0f99fe45a50d26b9ced44c448d2c37e67b9d3d007" - sha256 cellar: :any_skip_relocation, arm64_linux: "7a59f868eeb3da45fa932b604f195ee68280a943355f62a22faf1a3f4c5d76c9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "50aaa13f1ad8ae797ba2eb663c5e1d0a92e3321973cedf1f1e62a56fcb0dd265" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "132326dd57f0f5a0e42ebd8a712863904296eb7f42bc1fe4df38c6eb4a003fc7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0972cff8ccb60757427904c1e18e4ffc1dd7f8fe6699ca672b62db37c81e440" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c66f1bb88fb1851976e625b89aef13b3c7e0585d3ad3550b7ce3a131dd586bb2" + sha256 cellar: :any_skip_relocation, sonoma: "29c3085e845ee639486a98fc0adbb5d870598e0279dbb54476976240a79fbb90" + sha256 cellar: :any_skip_relocation, ventura: "27ab02a58fcb0852b44ed15f77480615fd68e98dff6823b26e179999673bf0bc" + sha256 cellar: :any_skip_relocation, arm64_linux: "28fc3f08ef33761901bf81ac5ce4f0750a9508cad1b9558d86e8c2037e22f235" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b53e7336f1f689b457ecc2b772489aa53c9730e1530fee9048f586b999bd02c1" end depends_on "python@3.13" => :build From 57a15db728b2d11eb1fbaa96e783a07b6014f713 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:32:44 +0000 Subject: [PATCH 09302/10074] mosh: update 1.4.0_28 bottle. --- Formula/m/mosh.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mosh.rb b/Formula/m/mosh.rb index e692be078cc05..ed811185dbf8b 100644 --- a/Formula/m/mosh.rb +++ b/Formula/m/mosh.rb @@ -9,13 +9,13 @@ class Mosh < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "d4aa0af31c0309420645ce14b5e1228e7b75e5af15a5ced3dd7e15ba030b3ddc" - sha256 cellar: :any, arm64_sonoma: "48aeb25a75fd473537283ae4924c1fa1733414f9f2b53433ebd5a5c8dabcca41" - sha256 cellar: :any, arm64_ventura: "4d67834901b42ce933206bbc1a46c7c9afff80c547dfad7545d626499da7768c" - sha256 cellar: :any, sonoma: "78bc9fa2f01b21dfc8111ef524c139d0bb1305b999650db0d89d5e6608dcc00b" - sha256 cellar: :any, ventura: "9ac50b0ab7fa08a4c95f5d8a32294cc2bbf0e1cb0bb4946300e8c890387d0c53" - sha256 cellar: :any_skip_relocation, arm64_linux: "b24269d0aca0731d271d1c2af41c1a8d9e792efd7cb24fa208df18ec0338dcee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "056c10586c81961324d446365ef61d2d8a4f2f7a84d9ab23e1dd42f611dce7b6" + sha256 cellar: :any, arm64_sequoia: "755a860faf4f4eb8715bb132abc76a8569b1b266c610fbd7ac4b7fe1ab48a539" + sha256 cellar: :any, arm64_sonoma: "1410eac2e92eadf9dcc717f3d4d80d0505b8a32799d40831f6af95f9e0622df4" + sha256 cellar: :any, arm64_ventura: "3ee966425def3198861ce28cda95106a572b1a9ee9a0fe4b1e7e7fc673f7b6a9" + sha256 cellar: :any, sonoma: "9d195badfc9d371c8e3f7e53606a1c8a35d2b28539013927632dae8c7c4619fa" + sha256 cellar: :any, ventura: "83cfdc9ce4e3e5dd72284c4525272217e57cde54b11d6c6043bde2fc62ff63c9" + sha256 cellar: :any_skip_relocation, arm64_linux: "2a8a37afa1b8ae7a1f5b3a48859e33f7b93a7529e53780dd50231668bd088fea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4fe1a8fc42c1ae159ccb9219f2c39ce6174c24df3f1f724887f6a7bc40fb321" end head do From f1a04baa8c02af994a51c167d8b56d6bbd6bda0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:17 +0000 Subject: [PATCH 09303/10074] edencommon: update 2025.06.23.00 bottle. --- Formula/e/edencommon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/edencommon.rb b/Formula/e/edencommon.rb index 6ef9c7d8ef4f5..d9b6ca1d97ca8 100644 --- a/Formula/e/edencommon.rb +++ b/Formula/e/edencommon.rb @@ -16,13 +16,13 @@ class Edencommon < Formula end bottle do - sha256 arm64_sequoia: "48aac8679494b64bf3f8e5f00772b00d871771b780ab50fa064ca2620fd6aecd" - sha256 arm64_sonoma: "10e2d6f26c9f7f793f6d2d06dcab62d360fb6256093e4e2d7a476a21e888c039" - sha256 arm64_ventura: "38affa4976a53be0cd777703da1e8cb64a1ac69ba27cfd0696b1d988cbade776" - sha256 cellar: :any, sonoma: "1590b8f06e2212cb4e5db5950df56137e483f7dadf20b019d4f54aea3a387404" - sha256 cellar: :any, ventura: "eb1187256cb796b0018eefa95df71943aeb26b6edbcc7b6e968b104713089eb3" - sha256 cellar: :any_skip_relocation, arm64_linux: "e137a34bb9d5d1da45bd88ca7847abfcf68b4681d587bd345461a584b736c2a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e2a16108710550917e34fc92fe04ee1b0e0b681f018207aa8a78b96674b37916" + sha256 arm64_sequoia: "c26a939886dd88c4b9bb6513290606a12d6a796438a3cac5f99c3ef1671f642a" + sha256 arm64_sonoma: "05155bc106b57b769b11dbc3da54673c02e0fc21554000b13861f82a18326be5" + sha256 arm64_ventura: "2ac0a00af0fe17e2031141fea40ca644e1a38593442a2ae949b0f4865135bf33" + sha256 cellar: :any, sonoma: "c8bf7887486ba015473e3836cf97f26fff6027db9781ce519834bde5941c2492" + sha256 cellar: :any, ventura: "4327305fb0d4200a8671bcb3df4ed422dac7be6c84527f664bba1e6a88786c50" + sha256 cellar: :any_skip_relocation, arm64_linux: "802dc7e6f52eb888d047d2854003392c09e37cbc9325643ba44d4ac99a89bb04" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8cb0f53069c1f15aa9d085e770e55b53173f5ad3ff340aabd225774190eccadb" end depends_on "cmake" => :build From ac6835034602dddfec6190269723e4b9c0e0df18 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:17 +0000 Subject: [PATCH 09304/10074] fb303: update 2025.06.23.00 bottle. --- Formula/f/fb303.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fb303.rb b/Formula/f/fb303.rb index c327be804858a..75f611ab34dc5 100644 --- a/Formula/f/fb303.rb +++ b/Formula/f/fb303.rb @@ -7,13 +7,13 @@ class Fb303 < Formula head "https://github.com/facebook/fb303.git", branch: "main" bottle do - sha256 arm64_sequoia: "f64d38f09cb770a48a0d872f7fe2a260ddeddcd5ea448b883dbf937c5dc4b678" - sha256 arm64_sonoma: "b683043963aa3bb973cea3dbe20493b239e142f0260fa1a66a5eb800bfd6a160" - sha256 arm64_ventura: "4f1bd4e77f675473e647ef71cbb21979c5e6e6689864505b66f6fea7ef5f5fb9" - sha256 cellar: :any, sonoma: "1e5e2eb99a504c5386348fd02699c155b036dcfe80c29569450251461d238ad0" - sha256 cellar: :any, ventura: "111f9773183cbb5aee96dc27b6588205baad5d488dc55a78189a69586234015c" - sha256 cellar: :any_skip_relocation, arm64_linux: "6261f63dd72451185bb8893ec8a14102c94db61a1692b2f354476be90be22d20" - sha256 cellar: :any_skip_relocation, x86_64_linux: "62bd28f7c0a5ea5c3fa8285b1b48bf534e9f61bc541f119b3957239c2362bc70" + sha256 arm64_sequoia: "142735b438aed14fc1213270955c27a9f72830c0241ac10195fe97f773543502" + sha256 arm64_sonoma: "342d6b8165d443940830f7a75e40a6fd54e70dc29d7765e122f90e013f076104" + sha256 arm64_ventura: "a07e4ac46ab83bdde3f8fb62ff5efcde4b63b838e8e510b351fa40f5dcfce11a" + sha256 cellar: :any, sonoma: "d44a4b37b1d50549892f3c262d974d55bdaac708cc8d52c548e16eda3eb6093c" + sha256 cellar: :any, ventura: "92b3d305acb4b6825b9fb2bc8e76e1131a934d8def9cc8fa5bf51ae48991c047" + sha256 cellar: :any_skip_relocation, arm64_linux: "0c24dbdc0c995c3a1e50df67602de6e67ef832a337068e7b81d5d318e1e55f53" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b838f78543d728de590c857312f56c3d6bc601bcc773e48a083330e6ed39b0df" end depends_on "cmake" => :build From 76d1a272cec434a7fab574d0adbca429671f1cfe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:17 +0000 Subject: [PATCH 09305/10074] fbthrift: update 2025.06.23.00 bottle. --- Formula/f/fbthrift.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fbthrift.rb b/Formula/f/fbthrift.rb index c3ef2089674cb..ee331cc80a1dd 100644 --- a/Formula/f/fbthrift.rb +++ b/Formula/f/fbthrift.rb @@ -7,13 +7,13 @@ class Fbthrift < Formula head "https://github.com/facebook/fbthrift.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "b95b8307579457492c23f010444b00aa413278c608d46fbaba75cb1c4e986651" - sha256 cellar: :any, arm64_sonoma: "878449eb40ce39eb9818741f772a24a803d8bbe62f49fbd89e9460240382e160" - sha256 cellar: :any, arm64_ventura: "7bd2fab743cf092e8cc675ec97fe2cc76beb5cf9bd8181e49fcf523d902d0477" - sha256 cellar: :any, sonoma: "206509dfa99535088a2f30cbe3255967a56ac503bad4496cb8a99f3390c79c08" - sha256 cellar: :any, ventura: "623830196aa2722d1908312433d76fe4a4145bf188c64d48bf7905b8f9e73efb" - sha256 cellar: :any_skip_relocation, arm64_linux: "3bd79beefa616afc2899cf3fe31277ddbbbe90ae90f61f6ef4d64139cb0b03f0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7d7180e4bfb2acac349878020d6198f03570e0a16c5d4d77b402198951d4c962" + sha256 cellar: :any, arm64_sequoia: "cfffdeaafcd247d88e1dee19fdf385c6818e922152dc9631bd4ba3d101851fa9" + sha256 cellar: :any, arm64_sonoma: "b295aefb819e9ecd6d3055fff8ad3b6851cd9c62763470a8e5b87bc1ffc099f5" + sha256 cellar: :any, arm64_ventura: "0268d0fad0321d46d52bec495827c6a218dbde44a42674bfa3a99aed54e0d653" + sha256 cellar: :any, sonoma: "8db6864e94f026d12d169bcf05af4ee437e1a7aa800cbbb218a29ed8da82e3db" + sha256 cellar: :any, ventura: "4aed270c064d8785a4d49e52c85f28dd33c00aa5df26b6874a0da10e5b5ba574" + sha256 cellar: :any_skip_relocation, arm64_linux: "783e55f70956a3e30e3122a06456227ac870a3158aec07d36574c0b30400fbe9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02fae836d531bc8d7f6ed59a8fa40c8b5d2c022e1d464d8da2b6767959c7456b" end depends_on "bison" => :build # Needs Bison 3.1+ From 4d2db930d4d64a99d399bb388573e36dda3c0294 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:18 +0000 Subject: [PATCH 09306/10074] fizz: update 2025.06.23.00 bottle. --- Formula/f/fizz.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fizz.rb b/Formula/f/fizz.rb index 7e2dff672897c..2c6184b0107db 100644 --- a/Formula/f/fizz.rb +++ b/Formula/f/fizz.rb @@ -7,13 +7,13 @@ class Fizz < Formula head "https://github.com/facebookincubator/fizz.git", branch: "main" bottle do - sha256 arm64_sequoia: "eb150241572d6b8989242e95778b2d10894515b896bb82d6d7e89e9118260f65" - sha256 arm64_sonoma: "137d0fc5b83cfd4b7e4fc0c36e32f0e1cb094e763d2ee9b35ffde113138fe5c3" - sha256 arm64_ventura: "b5c34a11184f171a4a6c2cbc3c1d229b31bca99da66ac4228a071f61f24abec6" - sha256 cellar: :any, sonoma: "08a175b25454dbb3b7648a8e20ae21811822688b3eed02f61e8063bf7ad78393" - sha256 cellar: :any, ventura: "fe4f0eef2b5b07ad31c1a37f35ac3fd8ab77ccfc60a7e61172740e38d4af0503" - sha256 cellar: :any_skip_relocation, arm64_linux: "385c1f6659e57c5a320445c5064fa8f7bb390496e9b70f280d28afec956ecca8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e024f7eb24b396d54e711e73edf7445b78f51015779d3b3ee285579216429dcb" + sha256 arm64_sequoia: "7067b64ec5621750062f0287f1b8be8e76905415829448613cd2f4e83a1d4b80" + sha256 arm64_sonoma: "0d65677cf321561e67879a1ec90dd616b72612009f3e03d90e31cfd9592f5758" + sha256 arm64_ventura: "c62a856ad6edde208058e2ccdb02e561516a17761f342ebf9ffae734bc67de4a" + sha256 cellar: :any, sonoma: "578199d0d0ffad744fcf17b8a6e1398093e6431b2b2408948263e0e2a6ca091d" + sha256 cellar: :any, ventura: "450987815d79c119f781b8237b47fda8166b49d051a3e2872ab95ecfe3a7e60c" + sha256 cellar: :any_skip_relocation, arm64_linux: "f18fbc5788bb2be0780c675b99a0d8f7152b6331c6b5938595a6446dd6594163" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c259afcc6779d1452a7a55a90b0ba570d50a895b9ee5c33553ccbd1d900659b0" end depends_on "cmake" => [:build, :test] From 68b459b6b39766d0db052d89c56fd87751857b87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:18 +0000 Subject: [PATCH 09307/10074] folly: update 2025.06.23.00 bottle. --- Formula/f/folly.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/folly.rb b/Formula/f/folly.rb index c9ceb89bb1d66..d22c69792b079 100644 --- a/Formula/f/folly.rb +++ b/Formula/f/folly.rb @@ -7,13 +7,13 @@ class Folly < Formula head "https://github.com/facebook/folly.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "42f3451808b8806dd7c54890567a6b58e35f3bb60f716bebd3ecd947e0c279ac" - sha256 cellar: :any, arm64_sonoma: "b759d7b90e22639817fbd69ad7c74210530c2dbe7ad2e2a4e986a7c1e80e7ac1" - sha256 cellar: :any, arm64_ventura: "fcabd12081cc6546dbeca89f0e19eb3b0c7c048f9d1c27dd2ab794cfdef79f66" - sha256 cellar: :any, sonoma: "3f74ecc4c30598ef839a0111213a656ad831d174acf124fe3ab1dc44aa875548" - sha256 cellar: :any, ventura: "dd4b6854f41cd3c2aae227f4a62ccf0e790a480733a7f5f5cd70b290d1761c2d" - sha256 cellar: :any_skip_relocation, arm64_linux: "82148e8b1a13a57ab34c08305faf7829c77db288fd2176e31ae1ed08f8214730" - sha256 cellar: :any_skip_relocation, x86_64_linux: "504b8795211dcf1d6d92cc481a5df9db506ab0c80f3f41d3364230efc087d44f" + sha256 cellar: :any, arm64_sequoia: "9351b97f66fd657d40049e776529be90e52e7c0d5ed8a59ac0a7c82f3eb3c53c" + sha256 cellar: :any, arm64_sonoma: "c610c1b2df2033cbee75718530acbcb29caa2e1a6ec504801617e22297b45f8b" + sha256 cellar: :any, arm64_ventura: "496f3168af5efcd5cf390496e7c312bfafa9bf0728c11df64c35236bdbb5fbe1" + sha256 cellar: :any, sonoma: "ed46289e366557705dc48a68d92139b17ba16f4361e5de0b77272c4d3c9bb4f9" + sha256 cellar: :any, ventura: "572ab0ccad223bef4d2612940da036cef709db0b30b7dc22d0277082cef2fbda" + sha256 cellar: :any_skip_relocation, arm64_linux: "5f43d19988e7b34dad1393c940097ef7a1890c3c6bc82702e1f9a1791e4b01a2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67aabf0f7e5ccf760a62749e31cc99d8228c328d900d50eb324be3e8e74a05eb" end depends_on "cmake" => :build From 7a06ec48a6ac25c7314ae34ff7bc8d71dfe8fc1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:18 +0000 Subject: [PATCH 09308/10074] mvfst: update 2025.06.23.00 bottle. --- Formula/m/mvfst.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mvfst.rb b/Formula/m/mvfst.rb index e5e6910fa1f69..d332f33cd8ce8 100644 --- a/Formula/m/mvfst.rb +++ b/Formula/m/mvfst.rb @@ -7,13 +7,13 @@ class Mvfst < Formula head "https://github.com/facebook/mvfst.git", branch: "main" bottle do - sha256 arm64_sequoia: "0dbae2c80bb201aae294a94ab38a1d965b2ff77ff905ddf2c539d287e505c59e" - sha256 arm64_sonoma: "0f1359b264daab2a7e4cd54625d5903d0c5a64400fd5aab0e1121daacf46ea77" - sha256 arm64_ventura: "3d7280d1328455cca2074787f2f350217542b85160dd71007929237bdc85c45a" - sha256 cellar: :any, sonoma: "cc6d7ee03b2331661221808cc15fa903a0c09ea612fcd363a42ce04235d215be" - sha256 cellar: :any, ventura: "68d5d514db377a25bb9eb50457568114a3588a5234ea5d68d55cc8e1e38c905a" - sha256 cellar: :any_skip_relocation, arm64_linux: "3c29074882a28a12d6eeb001a178773c6a09e6f7c7428bc4573d4efb8c574bf8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "333456a5889b9d470168c206d1762c4e9e02eb6e9ab7e9c920c2567058e2db00" + sha256 arm64_sequoia: "5ac87e420241f9ab1c3d7f5699f97ae8291957263170e39ce6f66aba3fbf1b8b" + sha256 arm64_sonoma: "9d2644eface954f234650f8793ba4a599628e76ea25959279dd38daee849c654" + sha256 arm64_ventura: "f69027bcda6b7a765a638c0dace65d6a33088130f9f23f7867f15a4d0591b218" + sha256 cellar: :any, sonoma: "ccec982b84f03b1385646cf3af25bb858abfe771c964a601e89419592b3a5f36" + sha256 cellar: :any, ventura: "a1dcb1855913392969875a479291c975e9864c2cac0541752a4f562b42bbfa0e" + sha256 cellar: :any_skip_relocation, arm64_linux: "182a40f0bee67960544b77eef4194fdd3714b92b0a228b5eb45773b53101f6bc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3c3e7586d9754787e4f92d4c6b5231360b16ca1482fba9c82f0cf7f4f3efb25e" end depends_on "cmake" => [:build, :test] From 1232e92d9b58aaa1e0b9542fa8d94076ef3c6ddb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:18 +0000 Subject: [PATCH 09309/10074] proxygen: update 2025.06.23.00 bottle. --- Formula/p/proxygen.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/proxygen.rb b/Formula/p/proxygen.rb index d05ebd4988102..682bf40675d8e 100644 --- a/Formula/p/proxygen.rb +++ b/Formula/p/proxygen.rb @@ -7,13 +7,13 @@ class Proxygen < Formula head "https://github.com/facebook/proxygen.git", branch: "main" bottle do - sha256 arm64_sequoia: "16b56d9895d67f7baf707458fe3bd4295912cf24d1ae87720b8b52d9d5598a49" - sha256 arm64_sonoma: "84c0157a32e0a91f9589d3b1d9422e80c85f4058c83942d3787628c93a354e17" - sha256 arm64_ventura: "6691e063863bf96db08daba549a3f270f7b28aad822dcb8475a3ed8d53c74ef8" - sha256 cellar: :any, sonoma: "ccc5d71b5c43924f6e6febdf5cf99f5a57a3b1c7ca3c9c0c3ce2acfc72b82575" - sha256 cellar: :any, ventura: "de05145008bf2a7d8984855d61da87ed0055a49a2e1563a1ca2a3d2b1ccd1bea" - sha256 cellar: :any_skip_relocation, arm64_linux: "39321c6b70717ede99f79240d1d89cc0fe91ba86f711f60056bbbc4ce3cabd0b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9551413fc478c9ce747fb3d89906c8f786cf48a020fd9cba3f562c139782c0cd" + sha256 arm64_sequoia: "507e1808e50cb0de735f8b89d000ee94955acd9ad6d5a6592aa9691c9b352813" + sha256 arm64_sonoma: "9f6c435dd5f7a65c526ad10e571cd89738b0123329fec51df968dc890f26c564" + sha256 arm64_ventura: "99eb4ab2abd930430c79e0ef2a2f3d129422ec0905de928b3f8f5a5fd6991609" + sha256 cellar: :any, sonoma: "4b0a322f7abf55b630adc132e1d3b577e7a1951750cb180acb9d422ad0d14e4c" + sha256 cellar: :any, ventura: "caef58dc2bdeb0b60495f3f7f2d5f21f9cb05f3f4e6cdaee19f719d4b0b4b876" + sha256 cellar: :any_skip_relocation, arm64_linux: "f6bca6d4f46014c77158e4adf0bd977d39675be2eee3bec523ce18617566194c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0559eda0d214c214c901406c325642f9c3eb850eb7529e4e7b6d02ac1202025e" end depends_on "cmake" => :build From 375643c895aa78296741fa0434a221f1200b3821 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:18 +0000 Subject: [PATCH 09310/10074] wangle: update 2025.06.23.00 bottle. --- Formula/w/wangle.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wangle.rb b/Formula/w/wangle.rb index 945aebcf688a7..fdf48984350dc 100644 --- a/Formula/w/wangle.rb +++ b/Formula/w/wangle.rb @@ -7,13 +7,13 @@ class Wangle < Formula head "https://github.com/facebook/wangle.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "6148f3efe2303ce0a874971d161e86c965449ee4569978924454db3e3179182a" - sha256 cellar: :any, arm64_sonoma: "b378cbea9e3da34c7219be7fface926d9e88d4cb0073693be5969664fa0b12f8" - sha256 cellar: :any, arm64_ventura: "efb355dfb89e079be2e2eab0eaae6e7020998c3d4f981141027f22ac6aa03111" - sha256 cellar: :any, sonoma: "5473e48625d55e8d7fec271841d9a36c076bbd0db460e3fbbcecb9885f78bc41" - sha256 cellar: :any, ventura: "53cdd14116d340234942fa64c906ba544d71dc09e8d96a806f8f79b415b674d5" - sha256 cellar: :any_skip_relocation, arm64_linux: "6caa5d0eb2d6e7c15289cd9f3a82dbe763a4db287d3fa119e054be541eefc115" - sha256 cellar: :any_skip_relocation, x86_64_linux: "62ad876c3eca55e9fb3d30e8271721f6a2b1cadf7f00ed8769884073adfbe715" + sha256 cellar: :any, arm64_sequoia: "e49e24ded9079fe578ff6a52b74d377b9e86337fbacbc8860557cfeea75727dd" + sha256 cellar: :any, arm64_sonoma: "a9dfd9fbbefe3c00d30bf0ec4c35b9a528dafbd0807d8fe94a58af50e264f2ad" + sha256 cellar: :any, arm64_ventura: "7d6db4d0b1e91c82c7ed99fb7fed4f7dbec5f0dcc7801929189f81b0282a9e9a" + sha256 cellar: :any, sonoma: "a4e062feb4205836c2386afe31e00480a9a0e3205e5ac73bb29fc1414c16fae7" + sha256 cellar: :any, ventura: "c7711fe0709b5bc44e68cbf3969300188e9b1201ec540587d3b23af979e54e18" + sha256 cellar: :any_skip_relocation, arm64_linux: "8e880bc01e9a2e5c8b177f8aeb415b9292dc522112100b29ad3193abae984153" + sha256 cellar: :any_skip_relocation, x86_64_linux: "210a3af8dcd3c8b1f7e9266dbca4709d7ebda78b77029a867ecab0711006c452" end depends_on "cmake" => [:build, :test] From 552ec0c58686434af1a9e22e0aaae248c387117c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:18 +0000 Subject: [PATCH 09311/10074] watchman: update 2025.06.23.00 bottle. --- Formula/w/watchman.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/watchman.rb b/Formula/w/watchman.rb index 4c954992a04ed..69d12cde7445c 100644 --- a/Formula/w/watchman.rb +++ b/Formula/w/watchman.rb @@ -9,13 +9,13 @@ class Watchman < Formula head "https://github.com/facebook/watchman.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "a826ec377130ecae1219e271e33227a4524ea50900110ff46b319199f5aaf9aa" - sha256 cellar: :any, arm64_sonoma: "da6893bb3ddf974e756e470ce7089a130f74db5dc214a5ff632bf7eab3cbb58d" - sha256 cellar: :any, arm64_ventura: "4039e68c9456d3bf490f8d39fe19b402bbcdca55df310937e5c727af6b48b028" - sha256 cellar: :any, sonoma: "09e910192a58ec457d8c5dd805a2bf47d54e5ea73f1b79cf4e96a6feea443f05" - sha256 cellar: :any, ventura: "b163d82c9239cae1e9ebc74aefb1f168aaf119e7ddff6e92972bd77f4ad8d773" - sha256 cellar: :any_skip_relocation, arm64_linux: "d2fb1dff4a78144080c4b2af718598640414cf9dbdf4b07d7f3e9914aea0315d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "232aedb6336858387df09d40c28fe21f1942154aebe7c88b5341de7649a298ad" + sha256 cellar: :any, arm64_sequoia: "dd650300246893fd7aea89e025f1813963c5caaac1c390ccafe1c354826ba1fb" + sha256 cellar: :any, arm64_sonoma: "83dd5a77ca35db070856dcc585a60326646f67cc0ec79d06f865822199cfa5a0" + sha256 cellar: :any, arm64_ventura: "7be6aee152a7727326293c85c49f89549bfd97c0e15714dded1fbf1a274cb625" + sha256 cellar: :any, sonoma: "88774a04346e20520797979a6b3d7a81f456c03b52c8bcc8965519c0fd6ca3e8" + sha256 cellar: :any, ventura: "a9363af979bacd7e914108c1501a4c6b283947424cc2d31bf78e3d9dca2aa923" + sha256 cellar: :any_skip_relocation, arm64_linux: "4b2070e9329266b7a44174243136dbe99d94adcccad7d09f1420fc247a130834" + sha256 cellar: :any_skip_relocation, x86_64_linux: "07b518fc9cab565038ec9d49948c812f77ebbca698a9f861a192a0b69c120917" end depends_on "cmake" => :build From 6f6c3f1cf4d36786d1515bd1d5eb5687a46189f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:33:57 +0000 Subject: [PATCH 09312/10074] libp11: update 0.4.16 bottle. --- Formula/lib/libp11.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libp11.rb b/Formula/lib/libp11.rb index c579bd7dff4d6..30fdbf13cf8d7 100644 --- a/Formula/lib/libp11.rb +++ b/Formula/lib/libp11.rb @@ -11,13 +11,13 @@ class Libp11 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "977ad78d2a417ee9375ce0964571619850c0341359ec1cf8ccd29e5fa739e974" - sha256 cellar: :any, arm64_sonoma: "904fc18f308574764d577787969935815cb4859063772537ab8d933dfb07bfe2" - sha256 cellar: :any, arm64_ventura: "621c22fec9d9f4a3f17b370bd92e97ca1ece49e7a813e863d64db4ed845105cc" - sha256 cellar: :any, sonoma: "e010e9fbaf03cc911d790fdbcd555f59f96babeb9cb6726e3df72f4f5cf08f2e" - sha256 cellar: :any, ventura: "f2fdf3fe55448304d0699d293f5ae42670d3a66d78007d2178d147455a95a1df" - sha256 cellar: :any_skip_relocation, arm64_linux: "d1ff1243ca21e160c7e34a254deef46a741561b45d9cbf356ec110cd535b97fe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4b5c9f823614a8048d5d01badef22552f87348814f0286a76119481f72acf940" + sha256 cellar: :any, arm64_sequoia: "b3552045716b3b73091ceca3106ecc3252344c5719d8b79fe72e372bc833c12a" + sha256 cellar: :any, arm64_sonoma: "5a34df1ff3e44371a025e099d6619163e9f1bbe1c3401cdf457c9d5892745b00" + sha256 cellar: :any, arm64_ventura: "2637f42b811baecfbe34b682c63ad9e2d4945e5bc752cfe1954941060542d814" + sha256 cellar: :any, sonoma: "616d6d08932fbaa5146558c034ac353078e8c482315f798537ac44a160d11e6e" + sha256 cellar: :any, ventura: "5ff7176868b03b686d989cf271878741de182d86d77ebf2313bea1e94f95948a" + sha256 cellar: :any_skip_relocation, arm64_linux: "9db183852e3b414c23ee0d2a4c5cb66994c1eb966af3e199cff703b3a5d5db82" + sha256 cellar: :any_skip_relocation, x86_64_linux: "971063937a7ee5f24b7fffcb6d339cd5b7cb713db777d6165c8a47a14fb3bf78" end head do From bc9643e77203ae4cf6c121328913c4684f31ed7a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:34:07 +0000 Subject: [PATCH 09313/10074] fdroidserver: update 2.4.1 bottle. --- Formula/f/fdroidserver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fdroidserver.rb b/Formula/f/fdroidserver.rb index ed7d50a9bfc46..158b07363636a 100644 --- a/Formula/f/fdroidserver.rb +++ b/Formula/f/fdroidserver.rb @@ -8,13 +8,13 @@ class Fdroidserver < Formula license "AGPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "8d6016906c121f0002fae6c469f01c812fbb4518aebc1baaffa81f19f27ed563" - sha256 cellar: :any, arm64_sonoma: "16ca987ab6f11fc0467431cdbe011fa69865fab15cff3f9a5c6c04db4386da8a" - sha256 cellar: :any, arm64_ventura: "5490efa112894e0987dfb59591d63d6d6e74b1cfc9ed3d2053439fc8a3bcb370" - sha256 cellar: :any, sonoma: "458200d25496f767ef8c882be55a1b24d87cd830cdb2daf3bfeba52f65b48ae4" - sha256 cellar: :any, ventura: "9ac3a07857d89827b13d0cda348b6284bfa22f8ba7f9ba16e014fe550cd3be9a" - sha256 cellar: :any_skip_relocation, arm64_linux: "c80a192d684381098082c4813028a5724dd62e4bd553d3568df140c7c7af607c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5f2a78a34e51689f9792bdef1ed77c88ecbdd4e709fbfa78c3db9a654a2a6975" + sha256 cellar: :any, arm64_sequoia: "b9012fba7e78e5039f93e0bb637637b3b3fb37bbad03b119431496b9f7f736e0" + sha256 cellar: :any, arm64_sonoma: "983e98e90e9cbfb9e573387649a9c1cbe52053f0dbad6260752767e6f450cc17" + sha256 cellar: :any, arm64_ventura: "b8f72a28708945261fdea57773ce84c5a50b6094c017e11ab1ad946536337c69" + sha256 cellar: :any, sonoma: "ff6108817f3879795b0e208075d636f05acc6b7922e6aeb8c9aa1de44700cb4d" + sha256 cellar: :any, ventura: "2f9774f18a16025bf93acf4682f9cc1758ba52b140ff806cb8bc0fc76f1be8f9" + sha256 cellar: :any_skip_relocation, arm64_linux: "ad88cae96d6f117a9298789c22b799a8b5e58548958400779120cbd98ff5d008" + sha256 cellar: :any_skip_relocation, x86_64_linux: "64dbf9340eeda9e402af721b8a2ee77b0e140241fcb2b6eee0a128f9fcdd8fd1" end depends_on "ninja" => :build From 415aa2f9ab32863fac6ec9c437cb669d73063085 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:34:37 +0000 Subject: [PATCH 09314/10074] telegraf: update 1.35.1 bottle. --- Formula/t/telegraf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/telegraf.rb b/Formula/t/telegraf.rb index 882dd9528f982..4dc47ef330b98 100644 --- a/Formula/t/telegraf.rb +++ b/Formula/t/telegraf.rb @@ -12,12 +12,12 @@ class Telegraf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f44c24aac697b39566d2303ae37cf8588b95692f9c2467835c1678cb0d1503a4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9265b9600b216a3876c26c9da23cc626b59cffe6c7ff7b2cdf5c70096b4f2ac3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30cc1c227cc94398051cc0c639a70c58b9555c4da90fd5af368e9a1c74d5cc74" - sha256 cellar: :any_skip_relocation, sonoma: "cacc1c62709517ca2483f479dbbf38419bf8d45dca35ef4cdc09da2a08d60f6e" - sha256 cellar: :any_skip_relocation, ventura: "9930cc62bbecdaaedf2cd9146844ba5f975eaf9c68eb9f5f29ed0ee3fbcf9ae7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0ff6d06dd1461d61d64d9a8aba32e39bcedc32c5b4d050dc69782b1833d17dd8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c38b1e0205ca070e53587c21627ae1d74eca0c3020f96ff821d515887307f27f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "be5844e03c0b12a7bb2d20e258ba4f8a5124e8ee2745199e7ad9b10ec517ed7a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e2d9dfc0be3b2505987a6b48b7c7be88e38ab4bbcb9c9e4ccf69620f238b062d" + sha256 cellar: :any_skip_relocation, sonoma: "188b8d261443d58ef0318cf0e62c90c27024bda9ea90dadecc73073351cdc2cf" + sha256 cellar: :any_skip_relocation, ventura: "ce1a5c80c6ad2b26e0098468e139e0779534d620e569de23cb65a0a2908c95e8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "65cb24e9bb33ecd2feca6fc60e817cdd2f404dfe0c2247006c7e03f2b5b12bd7" end depends_on "go" => :build From d497a329d7aea684a1a9c4e83c6afc0768469d94 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Mon, 23 Jun 2025 19:15:25 -0700 Subject: [PATCH 09315/10074] autopsy: disable --- Formula/a/autopsy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/a/autopsy.rb b/Formula/a/autopsy.rb index bdc7393cc0f8e..f284a2dfcf1e2 100644 --- a/Formula/a/autopsy.rb +++ b/Formula/a/autopsy.rb @@ -24,6 +24,7 @@ class Autopsy < Formula # Installs prebuilt binaries, broken on arm: https://github.com/Homebrew/homebrew-core/issues/175053 deprecate! date: "2024-06-22", because: :does_not_build + disable! date: "2025-06-23", because: :does_not_build depends_on "sleuthkit" From 6d27663c0d1665dcdda45de3d078a4111390fd19 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 02:27:05 +0000 Subject: [PATCH 09316/10074] ast-grep 0.38.6 --- Formula/a/ast-grep.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/ast-grep.rb b/Formula/a/ast-grep.rb index 9d80eccccf342..c03b066b1e0d3 100644 --- a/Formula/a/ast-grep.rb +++ b/Formula/a/ast-grep.rb @@ -1,8 +1,8 @@ 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.38.5.tar.gz" - sha256 "c02d534ca2ae22874675ce72ed694600059b68396e636ec653f19a581bd7972b" + url "https://github.com/ast-grep/ast-grep/archive/refs/tags/0.38.6.tar.gz" + sha256 "57191fc73ffff106edbd5bd47762042227c3544d08f31e033a4b93cdc08f4844" license "MIT" head "https://github.com/ast-grep/ast-grep.git", branch: "main" From bdcf2fc531f11c0c66ae509c3514e86aa357554c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 02:47:47 +0000 Subject: [PATCH 09317/10074] mcpm 1.13.6 --- Formula/m/mcpm.rb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 3227581903837..e2b9e689257ca 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -3,10 +3,9 @@ class Mcpm < Formula desc "Open source, community-driven MCP server and client manager" homepage "https://mcpm.sh/" - url "https://files.pythonhosted.org/packages/72/a7/c2b9f9e65e7d0a6b51d70e0903c7c2d055fce5f6661064d6d359e4441d3c/mcpm-1.13.5.tar.gz" - sha256 "1528af5e209af23dd44c4e6b1e0dc2394ce98a9f54b514086864db7ce2278bdf" + url "https://files.pythonhosted.org/packages/86/71/c0f52dbfbbc0a27e81d19552016080f571c5dfc07b7e6724a552491ac64e/mcpm-1.13.6.tar.gz" + sha256 "8402cd9f3cb12b002a3f6adbbfe269d323c6cc08acd09cc2b0b92facd84a83df" license "MIT" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "96417327c6ad2ef2a8aaf08dccc5c2351984536fe2d3d03e853afec0295885f8" @@ -117,13 +116,13 @@ class Mcpm < Formula end resource "pydantic-settings" do - url "https://files.pythonhosted.org/packages/67/1d/42628a2c33e93f8e9acbde0d5d735fa0850f3e6a2f8cb1eb6c40b9a732ac/pydantic_settings-2.9.1.tar.gz" - sha256 "c509bf79d27563add44e8446233359004ed85066cd096d8b510f715e6ef5d268" + url "https://files.pythonhosted.org/packages/c2/ef/3d61472b7801c896f9efd9bb8750977d9577098b05224c5c41820690155e/pydantic_settings-2.10.0.tar.gz" + sha256 "7a12e0767ba283954f3fd3fefdd0df3af21b28aa849c40c35811d52d682fa876" end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "python-dotenv" do @@ -167,8 +166,8 @@ class Mcpm < Formula end resource "starlette" do - url "https://files.pythonhosted.org/packages/8b/d0/0332bd8a25779a0e2082b0e179805ad39afad642938b371ae0882e7f880d/starlette-0.47.0.tar.gz" - sha256 "1f64887e94a447fed5f23309fb6890ef23349b7e478faa7b24a851cd4eb844af" + url "https://files.pythonhosted.org/packages/0a/69/662169fdb92fb96ec3eaee218cf540a629d629c86d7993d9651226a6789b/starlette-0.47.1.tar.gz" + sha256 "aef012dd2b6be325ffa16698f9dc533614fb1cebd593a906b90dc1025529a79b" end resource "typing-extensions" do From d497b2c86a6024584207d05077d4f61f4b3725eb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 02:48:36 +0000 Subject: [PATCH 09318/10074] miniflux 2.2.10 --- Formula/m/miniflux.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/miniflux.rb b/Formula/m/miniflux.rb index 780b96b2a32e1..0e6f2558ee598 100644 --- a/Formula/m/miniflux.rb +++ b/Formula/m/miniflux.rb @@ -1,8 +1,8 @@ class Miniflux < Formula desc "Minimalist and opinionated feed reader" homepage "https://miniflux.app" - url "https://github.com/miniflux/v2/archive/refs/tags/2.2.9.tar.gz" - sha256 "7735912fbb232fd588f16528ead4b3a7e5bd02688827120316ba5c60f5fc0bcd" + url "https://github.com/miniflux/v2/archive/refs/tags/2.2.10.tar.gz" + sha256 "a216b93a32d14a7a6ca48fd7f5e86b8a4e8c58b1bf5d83fc4d3aacaaaf4e6a48" license "Apache-2.0" bottle do From 5a039acfe9b0870fcbdefc2c9e29d59a44d9407d Mon Sep 17 00:00:00 2001 From: flow-bot Date: Mon, 23 Jun 2025 19:49:42 -0700 Subject: [PATCH 09319/10074] flow 0.274.0 --- Formula/f/flow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flow.rb b/Formula/f/flow.rb index a17caecd17fda..faaee2a9344fc 100644 --- a/Formula/f/flow.rb +++ b/Formula/f/flow.rb @@ -1,8 +1,8 @@ class Flow < Formula desc "Static type checker for JavaScript" homepage "https://flow.org/" - url "https://github.com/facebook/flow/archive/refs/tags/v0.273.1.tar.gz" - sha256 "f0444ff6c1f0c0f1acff72364c45839a817a695952cbd5d983bf0b122d18fcbc" + url "https://github.com/facebook/flow/archive/refs/tags/v0.274.0.tar.gz" + sha256 "0ccf31afc7242b845f799779771e52b3dd46254bc6b6dcf3576e63900452cbed" license "MIT" head "https://github.com/facebook/flow.git", branch: "main" From 5eebacbaa37d277a4f9101852accec5628c0b41d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 02:55:44 +0000 Subject: [PATCH 09320/10074] pulsarctl 4.0.5.2 --- Formula/p/pulsarctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulsarctl.rb b/Formula/p/pulsarctl.rb index deb13a1f59a39..54a97db15928d 100644 --- a/Formula/p/pulsarctl.rb +++ b/Formula/p/pulsarctl.rb @@ -1,8 +1,8 @@ class Pulsarctl < Formula desc "CLI for Apache Pulsar written in Go" homepage "https://streamnative.io/" - url "https://github.com/streamnative/pulsarctl/archive/refs/tags/v4.0.5.1.tar.gz" - sha256 "60131175ba22e8464c20a1fa5ae9bb7597891f55dede28a2d2ebafc5c53ccfa9" + url "https://github.com/streamnative/pulsarctl/archive/refs/tags/v4.0.5.2.tar.gz" + sha256 "23d1a759de7d150cf3b133a6958cf31035a584ad7b7b297a95eedb4e76cf35de" license "Apache-2.0" head "https://github.com/streamnative/pulsarctl.git", branch: "master" From e172ac0196fd23ff611d830b9f4370800809724f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 03:02:59 +0000 Subject: [PATCH 09321/10074] swc 1.12.6 --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 044461dcd3610..86707e69bcda7 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.5.tar.gz" - sha256 "3dd71c2d34d9e1a3aaec769086ed126d1471787179dcac0c27cf896a178e94a2" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.6.tar.gz" + sha256 "292817448a5fe1c8c82d721ce4154806efde082aaf513808528e1a9983e3273d" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From 5251a67a3dc32e4733eea4ec5ac04a69131c596e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 03:06:26 +0000 Subject: [PATCH 09322/10074] vulsio-gost 0.6.0 --- Formula/v/vulsio-gost.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vulsio-gost.rb b/Formula/v/vulsio-gost.rb index d130a79ed1696..58a83e866a763 100644 --- a/Formula/v/vulsio-gost.rb +++ b/Formula/v/vulsio-gost.rb @@ -1,8 +1,8 @@ class VulsioGost < Formula desc "Local CVE tracker & notification system" homepage "https://github.com/vulsio/gost" - url "https://github.com/vulsio/gost/archive/refs/tags/v0.5.1.tar.gz" - sha256 "03e1155c8c989f1980c7392ed6c899bf74dee1bf577f0838521dda977466f9ca" + url "https://github.com/vulsio/gost/archive/refs/tags/v0.6.0.tar.gz" + sha256 "95b92827e242d02ed6b44b2d268bc3f5a145243d1e2648b4f1804cb92c7d6862" license "MIT" bottle do From c46a9bba1af9e1207173c4c5b3b7283a5a426f7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 03:08:07 +0000 Subject: [PATCH 09323/10074] yamlfmt 0.17.2 --- Formula/y/yamlfmt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yamlfmt.rb b/Formula/y/yamlfmt.rb index 0f1eadbd0dafe..70201e1214bde 100644 --- a/Formula/y/yamlfmt.rb +++ b/Formula/y/yamlfmt.rb @@ -1,8 +1,8 @@ class Yamlfmt < Formula desc "Extensible command-line tool to format YAML files" homepage "https://github.com/google/yamlfmt" - url "https://github.com/google/yamlfmt/archive/refs/tags/v0.17.1.tar.gz" - sha256 "5ec696bb4451bdee3354bcb01b22e6105937490b7e8ce5b72c28dddb0d3a414d" + url "https://github.com/google/yamlfmt/archive/refs/tags/v0.17.2.tar.gz" + sha256 "bc186eddc322c9a12b0d22e15e1feb54f85ab2ecc9db2cb4837ab770d51a70ea" license "Apache-2.0" head "https://github.com/google/yamlfmt.git", branch: "main" From a11b9544205931d7f5fa1825b43609488d696a9e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 03:30:32 +0000 Subject: [PATCH 09324/10074] vulsio-gost: update 0.6.0 bottle. --- Formula/v/vulsio-gost.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/v/vulsio-gost.rb b/Formula/v/vulsio-gost.rb index 58a83e866a763..d27cfb459d325 100644 --- a/Formula/v/vulsio-gost.rb +++ b/Formula/v/vulsio-gost.rb @@ -6,12 +6,12 @@ class VulsioGost < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "df9dc1b779c37edd3d593f55245b103b98584ba75b87b4743bfc04c0f59067b2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "df9dc1b779c37edd3d593f55245b103b98584ba75b87b4743bfc04c0f59067b2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "df9dc1b779c37edd3d593f55245b103b98584ba75b87b4743bfc04c0f59067b2" - sha256 cellar: :any_skip_relocation, sonoma: "8050dfd7bd5560060a221fbfa7b6be492087f345c23ee9274bdfec1271d3af9d" - sha256 cellar: :any_skip_relocation, ventura: "8050dfd7bd5560060a221fbfa7b6be492087f345c23ee9274bdfec1271d3af9d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4a2ae9ca9d6b2d48bbe08312fe2e647319cf8881bc0393b017498f42acb8a20" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "48fcedb2f0050ce321a30cfaca9f46b95a92366efe1eb8dfd3537db9fe6e5c77" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "48fcedb2f0050ce321a30cfaca9f46b95a92366efe1eb8dfd3537db9fe6e5c77" + sha256 cellar: :any_skip_relocation, arm64_ventura: "48fcedb2f0050ce321a30cfaca9f46b95a92366efe1eb8dfd3537db9fe6e5c77" + sha256 cellar: :any_skip_relocation, sonoma: "74f6d4d83ccee13c11bfb4175d681aac086a6b18e780a9c3407abf5dd4227779" + sha256 cellar: :any_skip_relocation, ventura: "74f6d4d83ccee13c11bfb4175d681aac086a6b18e780a9c3407abf5dd4227779" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b6405bb9c5b14e65e07aa79dfb7f81074ab717570f50c95a1f5ad095fbd5566" end depends_on "go" => :build From c0d1d38739b7a92506b039be9f3ebe89a56272b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 03:30:52 +0000 Subject: [PATCH 09325/10074] yamlfmt: update 0.17.2 bottle. --- Formula/y/yamlfmt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/yamlfmt.rb b/Formula/y/yamlfmt.rb index 70201e1214bde..41ae442f9de61 100644 --- a/Formula/y/yamlfmt.rb +++ b/Formula/y/yamlfmt.rb @@ -7,12 +7,12 @@ class Yamlfmt < Formula head "https://github.com/google/yamlfmt.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9967d4470f8013dba71c383bb30e8001408e94027087b1a870291b2cef820ecc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9967d4470f8013dba71c383bb30e8001408e94027087b1a870291b2cef820ecc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9967d4470f8013dba71c383bb30e8001408e94027087b1a870291b2cef820ecc" - sha256 cellar: :any_skip_relocation, sonoma: "9ebd685d2bb6f3b4e01ed8be2017f09a2f4be049fb9cbffb30f273e5d7ff3fd6" - sha256 cellar: :any_skip_relocation, ventura: "9ebd685d2bb6f3b4e01ed8be2017f09a2f4be049fb9cbffb30f273e5d7ff3fd6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "621fc16b6e71841c9daeb13d9e56c373f8816dad3c839eff7f1298d363b620ab" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f5e9b4d6d6ee0fc7d7faddd555ecbc2934293c0072bec174d24f9db119c4dfd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f5e9b4d6d6ee0fc7d7faddd555ecbc2934293c0072bec174d24f9db119c4dfd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1f5e9b4d6d6ee0fc7d7faddd555ecbc2934293c0072bec174d24f9db119c4dfd" + sha256 cellar: :any_skip_relocation, sonoma: "121cb2ca2d54cee82d49d50ccb13ace8be01b19a4e055fcb6c50773f35d450f2" + sha256 cellar: :any_skip_relocation, ventura: "121cb2ca2d54cee82d49d50ccb13ace8be01b19a4e055fcb6c50773f35d450f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4ec1e9c1f7b02b01ff386ca0bd1f2c490c41133ddbdaac2398eebf13a2eea66d" end depends_on "go" => :build From c0676f0267b873fa6aff82adb814ff58e4b791ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 03:31:28 +0000 Subject: [PATCH 09326/10074] flow: update 0.274.0 bottle. --- Formula/f/flow.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flow.rb b/Formula/f/flow.rb index faaee2a9344fc..d3edc267a03ec 100644 --- a/Formula/f/flow.rb +++ b/Formula/f/flow.rb @@ -9,13 +9,13 @@ class Flow < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d30bb50478b8a899afc14a20ea364da6dcdf22286b615f2e513214a6e482d6c0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f81d82051d94920692f3de6d023ee8da89db931d52872cb9610622b16191be63" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2359d0b7715c796e71bb935a6ff61d2f536b43329bc5ade9d8567f863aa9d061" - sha256 cellar: :any_skip_relocation, sonoma: "e3ef7c7e5807e243b3ec73f8c6c48dad3ba303b6a3fbb65176041e64ad88324f" - sha256 cellar: :any_skip_relocation, ventura: "f9d30e1dc94cf7a974bce0c387438226c1eaf1dbcbbcc326effa1af009413d31" - sha256 cellar: :any_skip_relocation, arm64_linux: "d35774f57ddff697e9ab3d0846b8724c02aa4b717a3bda9ff5c197731f002e5b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "073fc0ba0110a0237e67c89bb7aac5c25c86190b41fbfffbd379c58490b129d1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f18fa6e836d9ff65f1a651a39b8c2a3f7d439aaa2568ffc26f4d2cb33296116" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b689f7bf1924697ea141cb84fcec70e989d3be06c55f6b3d7bc0c828a046e1b1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "df6a0b161e430a298f2888ae1b856472b6c07c5087abcf83c2768ed2b4157094" + sha256 cellar: :any_skip_relocation, sonoma: "f2e166ed68bc6f0094b4ed9430c841fd63dfffebcf0bd03c602f8a224b103c66" + sha256 cellar: :any_skip_relocation, ventura: "98f64575ffe164a4c0ea7e042ebbb26e2eaf246ffa727818c272c153227c233f" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1b8516d03bb87aa1b1e7f930b4dfeff013b08b39efbfd6c297d498394bef513" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc68823832b7be2a1b4ff5a3f48dcca23be193ccb75db634aa9f6cec9141a8a9" end depends_on "ocaml" => :build From e876adafa05e0779870e124f8e3da56c8670cfd4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 03:32:20 +0000 Subject: [PATCH 09327/10074] ast-grep: update 0.38.6 bottle. --- Formula/a/ast-grep.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ast-grep.rb b/Formula/a/ast-grep.rb index c03b066b1e0d3..8d8873e433812 100644 --- a/Formula/a/ast-grep.rb +++ b/Formula/a/ast-grep.rb @@ -7,13 +7,13 @@ class AstGrep < Formula head "https://github.com/ast-grep/ast-grep.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6434f44d17d28b9297bdf4876ca376edf589424b62f9f7d0f8087983abbab0f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "88f76581f66c890a668fc81613a5d37bc9b10e53a0baad14bb63f4fa1034d003" - sha256 cellar: :any_skip_relocation, arm64_ventura: "73be84f618f3960773a4b077e1198c636915f1ca9271bcdc4742771109d462a2" - sha256 cellar: :any_skip_relocation, sonoma: "cc2718439a572d417b91aa2686e728b0769a964ea4f3077f5b81edca9fdb5bb7" - sha256 cellar: :any_skip_relocation, ventura: "7dca9ed92fd33c602c42272530927ff9833d2531234841b2cb4d945f51375f7b" - sha256 cellar: :any_skip_relocation, arm64_linux: "21c83ea03f79b1e4b49549c1593fdd473a5fadc53b81aecef9fb74c7cb932336" - sha256 cellar: :any_skip_relocation, x86_64_linux: "37fd4f850ea02e9fd707ebde85c75ad9360f6c44ecf053a542bca49f40bffe66" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d65c157159c6bf541c221e0e920099730bb3a68c38f3f6dd29f4e3a38c7cd165" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea3a5fad5ac7fa70bbcefacab092d5538c7bee88e094f4d3131716e43d6c43d0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1aa8ba85ace51ae5fafeac2d17daf40c2086c486cac36a6c225362d448d8d063" + sha256 cellar: :any_skip_relocation, sonoma: "beef128ac40f0869f1230d6355601472c63dc57ed874000efa613400b6d97d76" + sha256 cellar: :any_skip_relocation, ventura: "efeb1daed52daa046c95e457e5dab4369abd452c6bdcee6cccf7d493277cb90b" + sha256 cellar: :any_skip_relocation, arm64_linux: "72312bb8abca1afef1635d5c0556d6b5b2061ae9056d5cf3563c4155f99b31da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c3c12bde4ecd19152ed8344ba937436ddf7ad0a572ebe0eeb21e703ef405707e" end depends_on "rust" => :build From d377d221d8f6f27db160b0dda8ab3b907a9b0dad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 03:32:29 +0000 Subject: [PATCH 09328/10074] pulsarctl: update 4.0.5.2 bottle. --- Formula/p/pulsarctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulsarctl.rb b/Formula/p/pulsarctl.rb index 54a97db15928d..827da8b6a6833 100644 --- a/Formula/p/pulsarctl.rb +++ b/Formula/p/pulsarctl.rb @@ -18,12 +18,12 @@ class Pulsarctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "10390b41a673df679dd47cf5dfe98d2fb2613795e498bca3c79a05c7556e2fce" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fd23f1ccd128a479aee07748fc89b1d46c8e23982a693d298a3261df7f1aa97" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7681a2714ae2a96eaf688aedc903c75f021902a4d4316205a0bb67310676aa5d" - sha256 cellar: :any_skip_relocation, sonoma: "3b4c4d2ed5cccbd3a1ed8fbdfd03862079cebfba2c04f3be1074a98b4a5412ab" - sha256 cellar: :any_skip_relocation, ventura: "dc4b085a577c7a0f5633bd026a108d8a904929eebd4314fd8cda06e028ff04c9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "88524ee5e3988567c8083e2ede3e1f6e41057b36100c5c82bb52723f6142aee8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "893e3bbd9c3e190f5f8b4ff8731a8799394fad100c55c2f7ba168fd4475d4c0e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "39d875c520db76d8c503dd08016be2c167b4856d14eede0152d6e0810431aaeb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6d3f8842e2145ebb016ce4b9ce09866978be11d6e336831b78e6b356af012f2b" + sha256 cellar: :any_skip_relocation, sonoma: "3b80d664d182dede6ba057ec5794ed8c00a5523dbb1227affc41c35d748524f3" + sha256 cellar: :any_skip_relocation, ventura: "72f3be6fc0c8cd08fa2d3150a1f3988a922e5a211cebf0c29bb885d7e3500de7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8aafda1ec6cda272cf8495079124fecc21d6372cd5fc9b823ad7462dec2718f7" end depends_on "go" => :build From adbfdf7bcbf7459a89b2b494bb260ba5c814ad88 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 04:19:28 +0000 Subject: [PATCH 09329/10074] swc: update 1.12.6 bottle. --- Formula/s/swc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 86707e69bcda7..717a227afe51b 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,13 +12,13 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d4d9ba29217b7638d64aedc7b826ca0cc25c972274418d1fb06a70911ae9b1e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1892094ecefa8e4960c41ee2b6a5fa606dc1b501b4affb3e6e771a7c69bd0def" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30cbfdc1f44c034d00809c68c647961371f338dad6858020a4005a4ef1caeeda" - sha256 cellar: :any_skip_relocation, sonoma: "d1ae3e7611dbf887aa734056bd9b89350811f1a3fc0ddc400d1121ef0e88b8d8" - sha256 cellar: :any_skip_relocation, ventura: "eb0a7fa3f0e021a500e0224142bce9fe253d74e229866be5843439a04b26fd85" - sha256 cellar: :any_skip_relocation, arm64_linux: "ba3ff92a0ff232a3814ca7db0a27a2ebfa48ed525c5896a1de1080d8d5257326" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5ceda13a9f38618ec05551266e4ee20e431fc26b121db564289e0237d2ae44d1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "230f66c58a9b97ed38128f053be6ff0c97e65f832cf90840694b21b5b1e2d728" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f4f37bda55e76aed3470dc6c694fff0e515f438c079054b74aaf0acaa981286" + sha256 cellar: :any_skip_relocation, arm64_ventura: "39119bbaf38513c01ba6cfc65f6ada8116ce673f3c2d88e4a48f83d05e5666a5" + sha256 cellar: :any_skip_relocation, sonoma: "267b42beeb9390516d2c61545e3f36c6a587260ee52737e0be69defe5cf6af18" + sha256 cellar: :any_skip_relocation, ventura: "fbba8304338fc8374b8b52441162e30e060a40edd5fc0a6ae3ece09271e39d98" + sha256 cellar: :any_skip_relocation, arm64_linux: "610f3919cae8d935d9553b5142a2ee23ab96df1b438d9d65a18baf0d48ac90ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9e1c8e846ae33fee930f8bb2466e7a1d67b75b0c360fa1dcae1d03b5f15c5e48" end depends_on "rust" => :build From 5904382dcbcf2abd2f999c8b7cfca60a72fca10c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 04:20:11 +0000 Subject: [PATCH 09330/10074] mcpm: update 1.13.6 bottle. --- Formula/m/mcpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index e2b9e689257ca..2fd01be28da48 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -8,13 +8,13 @@ class Mcpm < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "96417327c6ad2ef2a8aaf08dccc5c2351984536fe2d3d03e853afec0295885f8" - sha256 cellar: :any, arm64_sonoma: "35b7c732a94a0c245fa96fee775875f1700c4e05569e76fc0f3e20756f2c985f" - sha256 cellar: :any, arm64_ventura: "da5e3fc89726463874b9b8d0f47fc080518c97419d9ed2ce18f961839c7a0698" - sha256 cellar: :any, sonoma: "b66919da2ad84ed6f905ad4174bcd08509be3dcb777388ac92040e11a4e5f7bb" - sha256 cellar: :any, ventura: "439012da62c37650fbb84cee61606337332164b7159d69513f91955fcc0a1df9" - sha256 cellar: :any_skip_relocation, arm64_linux: "ad51046c21ca947dce9afbe35383a91cb90073e47ec538d91adf00b2496c853a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5b97671d73129c0ca3505644b9c0926e0acec66785f354259836d500f6e86f6" + sha256 cellar: :any, arm64_sequoia: "6fab8d8e0c7cbfb387d7e2aa628a41cc9ee95886ab8dab7fe51346866576df51" + sha256 cellar: :any, arm64_sonoma: "da23b7cded2181062908f48e8bf097d7fceecf84be250e8d9fe0a4a9a2824593" + sha256 cellar: :any, arm64_ventura: "a87c653aeff9d2dae65105919b21c484b4babea0776b2dab1abfd914c23d434d" + sha256 cellar: :any, sonoma: "9a1f79fc1dfd987aec495be523037e34cb15adb0149c905954b5327ae0a76323" + sha256 cellar: :any, ventura: "2c61ecda3b0add1b94c1aef2e2b156048c5b17c263290a38dbec2c16c306d1aa" + sha256 cellar: :any_skip_relocation, arm64_linux: "f947a5fb9eff2e3a2288a7469b5fb3ab7a12bdf498dbbea02a0f022b0089bfe2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "622fc8d501d097bc97e4adab9f0d058c85f83b7388b61e55c33c157263a1117b" end depends_on "rust" => :build From 3f160b6e0db048e6c6cdf4e757e99955e1603956 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:20:29 -0500 Subject: [PATCH 09331/10074] mesheryctl 0.8.109 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 5a6e888b1c327..4a0e61a1eabc4 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.108", - revision: "a7e901480f2df9ae07675b544394c38e9b13fab7" + tag: "v0.8.109", + revision: "10fc0567da98d381e952c5ca7918aa81d6a6d771" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 8bf01e077784d393d10bb321d869f75e4c989c44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 07:53:58 +0000 Subject: [PATCH 09332/10074] cargo-public-api 0.48.0 --- Formula/c/cargo-public-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cargo-public-api.rb b/Formula/c/cargo-public-api.rb index c3d231e650e0f..94d52b24094a3 100644 --- a/Formula/c/cargo-public-api.rb +++ b/Formula/c/cargo-public-api.rb @@ -1,8 +1,8 @@ class CargoPublicApi < Formula desc "List and diff the public API of Rust library crates" homepage "https://github.com/cargo-public-api/cargo-public-api" - url "https://github.com/cargo-public-api/cargo-public-api/archive/refs/tags/v0.47.1.tar.gz" - sha256 "d91316f162e504f6d23cffc674d2de788299a27407d170c2db734b79c2337323" + url "https://github.com/cargo-public-api/cargo-public-api/archive/refs/tags/v0.48.0.tar.gz" + sha256 "f212305aa341cb4d986d6531b25bc50f7cd3134c0ba6417f484e82f034c26a77" license "MIT" head "https://github.com/cargo-public-api/cargo-public-api.git", branch: "main" From 4234ab1ef9eb6f0af9c7c0dbf0e9d2f66ea7e5b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 07:54:46 +0000 Subject: [PATCH 09333/10074] cdk8s 2.200.110 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index a641cac987e7a..d96b6fd181366 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.109.tgz" - sha256 "2e8fdc6bf9ac80f08f9b1f94f929e7001734ed982ab46ee5112480bdd08625ef" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.110.tgz" + sha256 "84fcb17555e5ebe2ea86d627b66daec84e18b9798362206e84b924085b210a93" license "Apache-2.0" bottle do From 2e932cde97952d30b3df01c93b332eb3f6c922f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 07:57:48 +0000 Subject: [PATCH 09334/10074] cspell 9.1.2 --- Formula/c/cspell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cspell.rb b/Formula/c/cspell.rb index 3b6618974d644..3196de6ae9b0c 100644 --- a/Formula/c/cspell.rb +++ b/Formula/c/cspell.rb @@ -1,8 +1,8 @@ class Cspell < Formula desc "Spell checker for code" homepage "https://cspell.org" - url "https://registry.npmjs.org/cspell/-/cspell-9.1.1.tgz" - sha256 "794e56ad342837285e4c2aa3b9907b50ff073febbbfb4550c0a613ee9981da10" + url "https://registry.npmjs.org/cspell/-/cspell-9.1.2.tgz" + sha256 "170438975b31b4ee7637555cb2a5c247df035d77923ab23554f7cf3f11921b8e" license "MIT" bottle do From ec1e6d5c36b30a09c6d1b3e54b27a50d099d1bf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:10:03 +0000 Subject: [PATCH 09335/10074] cargo-public-api: update 0.48.0 bottle. --- Formula/c/cargo-public-api.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cargo-public-api.rb b/Formula/c/cargo-public-api.rb index 94d52b24094a3..d54b89438c422 100644 --- a/Formula/c/cargo-public-api.rb +++ b/Formula/c/cargo-public-api.rb @@ -7,13 +7,13 @@ class CargoPublicApi < Formula head "https://github.com/cargo-public-api/cargo-public-api.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d1795aeac86392044b183e9b2117ff67e7e758cfc8b22ff7176276300d70a40" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "751eca35a24cac6796d1f248a4f7d6171c89f579d0cad99b0a6de76df06d173c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7dc10ab897b029026d85034fa6377e6cbac2c2154d182da31410d25d60e5ad06" - sha256 cellar: :any_skip_relocation, sonoma: "4645db47215bf5d8277044d1d4827d85e5e4620ba98876513ca8903b5308db08" - sha256 cellar: :any_skip_relocation, ventura: "a24303eed3db33b31ea76db2f0c6cae6b8fd8ee3eaa93922c0b5b53304100c66" - sha256 cellar: :any_skip_relocation, arm64_linux: "69ff2da3dce7124e0c540092807ca89896ebd68f397231063a7cc2ffa04b2b1d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5fa3be24890d9551871cebc8ce7e7f5aa460acc32c9aa958984dd87897dca31c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3bd88051e40ba19b5f3aa60658fb18a07074d45df7de7883c510f47cfb8c2982" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f331d9767a7c0c9f8692d19bcb453498659b35d724abfca871381543fd4247ce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8f032fd574bdccefaab09926bd0fa6f465aee5f6aaf9890cf87ff897d7f32d29" + sha256 cellar: :any_skip_relocation, sonoma: "ec8cbe07ee55b6b5cde950e77543273501341c19fe897e700d6190da3250e361" + sha256 cellar: :any_skip_relocation, ventura: "bcda176c0ac5bebe13a8397a9ab985128cf3659d079035f3d2a3cef398a7c750" + sha256 cellar: :any_skip_relocation, arm64_linux: "104cebcf566589d9238ccee802b1410bd0456b7eeb4b52b3043b5560988aa9e5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7f77a29318de47bec2fea19da1a4aefa4b73157005c9837defb648977fa4ba10" end depends_on "pkgconf" => :build From c08ddc03ff05e4ac85787a6bf6a2ccdf13e06926 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:12:23 +0000 Subject: [PATCH 09336/10074] jackett 0.22.2052 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 2dae511ab30e2..ecf84f332ab9f 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2042.tar.gz" - sha256 "7ebc2965718861119eeced497cd7e5f2856c39d1405ce3584362a52fc06e879e" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2052.tar.gz" + sha256 "2e585e7a459f5b67db9bd7c9c13b20ec103c7db0957538575f0c4bf92d8f2d91" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From bd74d1430e466c1b14b5526de2b2acc226ebe2f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:21:28 +0000 Subject: [PATCH 09337/10074] mcpm 1.14.0 --- Formula/m/mcpm.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 2fd01be28da48..9f36235d1e704 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -3,8 +3,8 @@ class Mcpm < Formula desc "Open source, community-driven MCP server and client manager" homepage "https://mcpm.sh/" - url "https://files.pythonhosted.org/packages/86/71/c0f52dbfbbc0a27e81d19552016080f571c5dfc07b7e6724a552491ac64e/mcpm-1.13.6.tar.gz" - sha256 "8402cd9f3cb12b002a3f6adbbfe269d323c6cc08acd09cc2b0b92facd84a83df" + url "https://files.pythonhosted.org/packages/26/c5/c628d3480806599787451cded2b38b592f24178e5e178d026852315d34ea/mcpm-1.14.0.tar.gz" + sha256 "c533237300b27d322d73ada988fc6daabfd2705c4d24b092a832ce641255fe11" license "MIT" bottle do @@ -126,8 +126,8 @@ class Mcpm < Formula end resource "python-dotenv" do - url "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz" - sha256 "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" + url "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz" + sha256 "a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab" end resource "python-multipart" do From 859f52b85ac5fccbfc0749a5696845a9523d7c9a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:25:40 +0000 Subject: [PATCH 09338/10074] oci-cli 3.60.0 --- Formula/o/oci-cli.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index 9871e6c9646f9..70681817e5622 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -3,8 +3,8 @@ class OciCli < Formula desc "Oracle Cloud Infrastructure CLI" homepage "https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm" - url "https://files.pythonhosted.org/packages/e7/df/f6795aaf7c480ff95ff38cbbcfe84110f161392f44f8e6c614a63271b9a0/oci_cli-3.59.0.tar.gz" - sha256 "fd4cec2d138f218bd6edc0be03759469e10ae0538f1ef133c8820e513988094c" + url "https://files.pythonhosted.org/packages/0f/da/836717cc3ed2c0a7655fbfff41937d3d57a6d12c2fb9ad11b7842d89b154/oci_cli-3.60.0.tar.gz" + sha256 "469193f0151a6e0827022eb80405b64677c57402da5319bffb28e8c341e6ef8f" license any_of: ["UPL-1.0", "Apache-2.0"] head "https://github.com/oracle/oci-cli.git", branch: "master" @@ -44,8 +44,8 @@ class OciCli < Formula end resource "oci" do - url "https://files.pythonhosted.org/packages/bf/be/d429f4fbd481670deb6613d4702eb135eca903a0001478e4dc6b78c9d904/oci-2.154.2.tar.gz" - sha256 "4927255e3a573e56ad10a904d498fc8de306eee379157ecf7dcfef1cd53713b1" + url "https://files.pythonhosted.org/packages/e6/13/202dc541a7a92575a1984d57290b19498622c0a61b91d52ee5e418b4675c/oci-2.154.3.tar.gz" + sha256 "5cfa9bc2efeb3f2f5c88ab32ffb3317c9d351fbc5ad33c983a1cb211a26e94c5" end resource "prompt-toolkit" do From 1b223a09891850e59042788385dd2a05a26525c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:35:20 +0000 Subject: [PATCH 09339/10074] slackdump 3.1.5 --- Formula/s/slackdump.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/slackdump.rb b/Formula/s/slackdump.rb index 5eda3ff07d597..1941b3ca3d33b 100644 --- a/Formula/s/slackdump.rb +++ b/Formula/s/slackdump.rb @@ -1,8 +1,8 @@ class Slackdump < Formula desc "Export Slack data without admin privileges" homepage "https://github.com/rusq/slackdump" - url "https://github.com/rusq/slackdump/archive/refs/tags/v3.1.4.tar.gz" - sha256 "7bc0c9eacc444cb135f8f27b33596a77379ae9ee1230f532bf9b24770a1926e9" + url "https://github.com/rusq/slackdump/archive/refs/tags/v3.1.5.tar.gz" + sha256 "86339399bc37253a77bccf13bd7f61d82bb437781489a0745664af95fc5c70b1" license "GPL-3.0-only" head "https://github.com/rusq/slackdump.git", branch: "master" From d594f91a5bcdd859c9e6cdf9508222b62a754dab Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 24 Jun 2025 10:01:11 +0100 Subject: [PATCH 09340/10074] workflows/sync-default-branches: add sync workflow. Will allow migration of default branch to `main`. See https://github.com/Homebrew/brew/issues/17296 --- .github/workflows/sync-default-branches.yml | 63 +++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .github/workflows/sync-default-branches.yml diff --git a/.github/workflows/sync-default-branches.yml b/.github/workflows/sync-default-branches.yml new file mode 100644 index 0000000000000..1635b6bc49e44 --- /dev/null +++ b/.github/workflows/sync-default-branches.yml @@ -0,0 +1,63 @@ +name: Sync default branches + +on: + push: + branches: + - main + - master + pull_request: + paths: + - .github/workflows/sync-default-branches.yml + +permissions: {} + +defaults: + run: + shell: bash -xeuo pipefail {0} + +concurrency: + group: "sync-default-branches-${{ github.ref }}" + cancel-in-progress: true + +jobs: + sync: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Configure Git user + uses: Homebrew/actions/git-user-config@main + with: + username: github-actions[bot] + + - name: Determine source and target branches + id: branches + run: | + if [[ "${GITHUB_REF_NAME}" == "main" ]]; then + target="master" + source="main" + else + target="main" + source="master" + fi + echo "target=${target}" >> "$GITHUB_OUTPUT" + echo "source=${source}" >> "$GITHUB_OUTPUT" + + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + fetch-depth: 0 + persist-credentials: true + + - name: Setup target branch + run: | + git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}" + git reset --hard "origin/${SOURCE_BRANCH}" + env: + SOURCE_BRANCH: ${{ steps.branches.outputs.source }} + TARGET_BRANCH: ${{ steps.branches.outputs.target }} + + - name: Push target branch + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' + run: git push origin "${TARGET_BRANCH}" --force-with-lease + env: + TARGET_BRANCH: ${{ steps.branches.outputs.target }} From 7b1b7228439b86e725841a00203e974eb59eb4f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:05:16 +0000 Subject: [PATCH 09341/10074] jackett: update 0.22.2052 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index ecf84f332ab9f..53fdb611845d5 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "65a212ef52ae316382575c0e0959a3b81e0e015f9c32fee09c26d1b644d6d333" - sha256 cellar: :any, arm64_sonoma: "11ed98db860dabcf7a4c53b0094d09fba80b7eab591d5d76bc437ddd7df0bf30" - sha256 cellar: :any, arm64_ventura: "517970845f2743604872a86a740ef3c72c0a85e6d85bbc006e67da29e32e3c70" - sha256 cellar: :any, ventura: "3298f5af90c07d8cbbe593c1b84508853db0ec3299206aaba640e09ba975a441" - sha256 cellar: :any_skip_relocation, arm64_linux: "b540f88af893abd6f96446f4c7a2b07fe7e0e39ea52b33ba5763ca600e5e6e23" - sha256 cellar: :any_skip_relocation, x86_64_linux: "955d3a536ab64373c69e89fd537f2fc49606c8441243433490652485cb3fb05b" + sha256 cellar: :any, arm64_sequoia: "7fd59cd7efa542a156fb63643584dc9c45dc605acbf94442e84032cef406a095" + sha256 cellar: :any, arm64_sonoma: "65cf40776c8f12811a0419e45141838a9d5f936a5986eabe325fcab85f50caaa" + sha256 cellar: :any, arm64_ventura: "90250420d8b197782600140e111b5cf8315d7cbb5db611f5c93ad58dffcf89a3" + sha256 cellar: :any, ventura: "edbfafa5a846ef034ac943a19855419fdfe3d59a7b1da16beaae79fb096e2751" + sha256 cellar: :any_skip_relocation, arm64_linux: "bbc1fd5c11b7cacdecbaeae70688591ece5e8addfc32139a69cbee90c8246ba4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf7b861b0682297b5ea31ca49dafcf0ee2c46d4f326502519ea459fcf67a470f" end depends_on "dotnet@8" From e193691b2fe274807820748f5314ebff1cdda8f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:05:23 +0000 Subject: [PATCH 09342/10074] mesheryctl: update 0.8.109 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 4a0e61a1eabc4..86dab04462ce6 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aaadcca75a9a314383bc78fbef8567c6eb6b68ae65f5052a7e3b83b3203d7215" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aaadcca75a9a314383bc78fbef8567c6eb6b68ae65f5052a7e3b83b3203d7215" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aaadcca75a9a314383bc78fbef8567c6eb6b68ae65f5052a7e3b83b3203d7215" - sha256 cellar: :any_skip_relocation, sonoma: "335e09ce340071188717366456bb5dd17a30033723555579af564cf97fb303b0" - sha256 cellar: :any_skip_relocation, ventura: "335e09ce340071188717366456bb5dd17a30033723555579af564cf97fb303b0" - sha256 cellar: :any_skip_relocation, arm64_linux: "642ac73871c15fb91c5744f61f20319fc30992cc9b84d5d3d433eee6a2d664de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f508f1c2f54c3e204c13c2b3db082426f583f9f2ddc47f0b95924df257084333" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7eb6834e4a0a1ee142c5f2211543e168b25be3d0d933420821029db1c54ad26" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7eb6834e4a0a1ee142c5f2211543e168b25be3d0d933420821029db1c54ad26" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b7eb6834e4a0a1ee142c5f2211543e168b25be3d0d933420821029db1c54ad26" + sha256 cellar: :any_skip_relocation, sonoma: "66936630145b55bdc7677a7cdf61cb24d8e85e6d43d5dff09a6567ba9d0a8427" + sha256 cellar: :any_skip_relocation, ventura: "66936630145b55bdc7677a7cdf61cb24d8e85e6d43d5dff09a6567ba9d0a8427" + sha256 cellar: :any_skip_relocation, arm64_linux: "9f5cacaed042097ceab7c445ba80c10e3be70dd67eebab02db5fec5d2e8feb5b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a9e7c964a8f9f3e3338705ca816e5ce28b21cdcf3934af3e3b1918d4c6538ce4" end depends_on "go" => :build From 79f1ba2fa4cff74e863a7a03edfad0c87ca8a7d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:05:31 +0000 Subject: [PATCH 09343/10074] cdk8s: update 2.200.110 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index d96b6fd181366..e41921ca32803 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" - sha256 cellar: :any_skip_relocation, sonoma: "a4d5fcc081f1f6369f4b09e10035caa4ad1f82f2faa2a769bb877e2b47a7d7dc" - sha256 cellar: :any_skip_relocation, ventura: "a4d5fcc081f1f6369f4b09e10035caa4ad1f82f2faa2a769bb877e2b47a7d7dc" - sha256 cellar: :any_skip_relocation, arm64_linux: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d566add9b64f822257e786d6c171d4efa9371ffc564bfb546f1bf5939607444" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" + sha256 cellar: :any_skip_relocation, sonoma: "e8b213b1b839a8f61d6507655d401f1bdb3526e2679e64fd4336288564bbde48" + sha256 cellar: :any_skip_relocation, ventura: "e8b213b1b839a8f61d6507655d401f1bdb3526e2679e64fd4336288564bbde48" + sha256 cellar: :any_skip_relocation, arm64_linux: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" end depends_on "node" From 392c709fad367d6c34e13af8c5ff2a52f82cd990 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:05:42 +0000 Subject: [PATCH 09344/10074] cspell: update 9.1.2 bottle. --- Formula/c/cspell.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cspell.rb b/Formula/c/cspell.rb index 3196de6ae9b0c..2923f52d8e979 100644 --- a/Formula/c/cspell.rb +++ b/Formula/c/cspell.rb @@ -6,13 +6,13 @@ class Cspell < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" - sha256 cellar: :any_skip_relocation, sonoma: "77989511b517e120e9158e04de87d6a99303a8afac48e39096280d82f7f068c2" - sha256 cellar: :any_skip_relocation, ventura: "77989511b517e120e9158e04de87d6a99303a8afac48e39096280d82f7f068c2" - sha256 cellar: :any_skip_relocation, arm64_linux: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9a8b193beaf864701005cf44a94ea4bbbd7874ff08e5a89b2f760bb997c85de" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b489a02001fe7075c34a62d27d209b890b5c8911bffee8f1246d3547411a04cd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b489a02001fe7075c34a62d27d209b890b5c8911bffee8f1246d3547411a04cd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b489a02001fe7075c34a62d27d209b890b5c8911bffee8f1246d3547411a04cd" + sha256 cellar: :any_skip_relocation, sonoma: "7924a0b78f5f8fcf6148d101312d63356dd14537e2c1191df0bdbbc5a80c0618" + sha256 cellar: :any_skip_relocation, ventura: "7924a0b78f5f8fcf6148d101312d63356dd14537e2c1191df0bdbbc5a80c0618" + sha256 cellar: :any_skip_relocation, arm64_linux: "b489a02001fe7075c34a62d27d209b890b5c8911bffee8f1246d3547411a04cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b489a02001fe7075c34a62d27d209b890b5c8911bffee8f1246d3547411a04cd" end depends_on "node" From b7d0ed4bb91c21bd1bdbffa9566264654c7bb8c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:06:14 +0000 Subject: [PATCH 09345/10074] mcpm: update 1.14.0 bottle. --- Formula/m/mcpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcpm.rb b/Formula/m/mcpm.rb index 9f36235d1e704..b7cb025b917ca 100644 --- a/Formula/m/mcpm.rb +++ b/Formula/m/mcpm.rb @@ -8,13 +8,13 @@ class Mcpm < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "6fab8d8e0c7cbfb387d7e2aa628a41cc9ee95886ab8dab7fe51346866576df51" - sha256 cellar: :any, arm64_sonoma: "da23b7cded2181062908f48e8bf097d7fceecf84be250e8d9fe0a4a9a2824593" - sha256 cellar: :any, arm64_ventura: "a87c653aeff9d2dae65105919b21c484b4babea0776b2dab1abfd914c23d434d" - sha256 cellar: :any, sonoma: "9a1f79fc1dfd987aec495be523037e34cb15adb0149c905954b5327ae0a76323" - sha256 cellar: :any, ventura: "2c61ecda3b0add1b94c1aef2e2b156048c5b17c263290a38dbec2c16c306d1aa" - sha256 cellar: :any_skip_relocation, arm64_linux: "f947a5fb9eff2e3a2288a7469b5fb3ab7a12bdf498dbbea02a0f022b0089bfe2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "622fc8d501d097bc97e4adab9f0d058c85f83b7388b61e55c33c157263a1117b" + sha256 cellar: :any, arm64_sequoia: "1299894c705154f1992a0145a6dfe7f6a066796f1377561a4a3f9a0f664fd8cb" + sha256 cellar: :any, arm64_sonoma: "2e88d794c3909d64d98b04e564affde31736c66269e53ae833bad7eee22783ea" + sha256 cellar: :any, arm64_ventura: "64f337a19463911f4ba17d9dcc82827989aaa62e632d2fa6244b058aa79066ea" + sha256 cellar: :any, sonoma: "5c2d3f4208e5f513014a5f816f9aaf98b4c138f776bdbfa279a9b29338094510" + sha256 cellar: :any, ventura: "86c37b5e5e777558f7ba08fee0a86bb30c27398498834746434f70b4d9ab911b" + sha256 cellar: :any_skip_relocation, arm64_linux: "104dc88d99e667fb6dfc956d0d74de2efe9dd9235df97726508243074f148d89" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c99c5645781b750a160ae4b86dcdbae40435325153d7e13d5a99ec056c3ab96e" end depends_on "rust" => :build From e6988854d3ce8407cf0d18823b2c8d073bc3fff1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:06:45 +0000 Subject: [PATCH 09346/10074] oci-cli: update 3.60.0 bottle. --- Formula/o/oci-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index 70681817e5622..bf0639579ef83 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -9,13 +9,13 @@ class OciCli < Formula head "https://github.com/oracle/oci-cli.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "b080f34de5f36fa13ba7c802b3567bbc697f7a339b8ebe905624422bb80c4eef" - sha256 cellar: :any, arm64_sonoma: "50b9169101054d07463122605aae2d0acf2a4b5b5e653097fffaab9f446e29bf" - sha256 cellar: :any, arm64_ventura: "c6f99be244060020251426d44df7420a386e29f5e49c83574fd79190c723feb5" - sha256 cellar: :any, sonoma: "805761f31f28c3f704d60ce242bc074267b43646d326307584eb7ed7af18ff52" - sha256 cellar: :any, ventura: "69b78bc8d73f65e5e36ceaebad6157ef5498b738324cb82ba3d77e5ddafc8bef" - sha256 cellar: :any_skip_relocation, arm64_linux: "c222ff50f5d3136cc9e79ec741fffedc2b3eff2b9786e2775f0bc46f1150c829" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6c326fb291caa34f120839b98fd5db08d8a3e37cbc48d280556042de86c16e2d" + sha256 cellar: :any, arm64_sequoia: "5687917736f203f33d58708ecdb54c2f333a6598f88c58c3b01514a87273bad7" + sha256 cellar: :any, arm64_sonoma: "05b9381b59fcc592723a5a68d7e3a34b83b72575acacab9268454fe820be3ab5" + sha256 cellar: :any, arm64_ventura: "ee98e81cf6742f7323ff6afc7b209c9ca596939ee73cae59ff5042b6f67592bb" + sha256 cellar: :any, sonoma: "6c2d7331401c8d7241827d2ec4e78401b66b439212f189ddb031835b560ce38c" + sha256 cellar: :any, ventura: "73c359d35f4c826130378909b43e4320e77092c2fd22bedf8708570f476984fd" + sha256 cellar: :any_skip_relocation, arm64_linux: "f4583e9d1f4e04fcfe7d2b652d90fb79100163ed5d88c5b47bef6be4c9762ccc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "01c51712a686f4274e365bd89635df2cd5d36831b2c9d391977925f647b9073b" end depends_on "certifi" From 6cfa8185c4c8231af25eaf66c996782a4de78dc6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:08:09 +0000 Subject: [PATCH 09347/10074] miniflux: update 2.2.10 bottle. --- Formula/m/miniflux.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/miniflux.rb b/Formula/m/miniflux.rb index 0e6f2558ee598..a49a1d6f38abe 100644 --- a/Formula/m/miniflux.rb +++ b/Formula/m/miniflux.rb @@ -6,12 +6,12 @@ class Miniflux < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a844a312744c03a5fc807eb5e040f967997283789da0dd6815b0859edf5cb8bd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7aeb636b8ac11847dc819d8e503b8e37656cf17e867c6790b13666963277b049" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4d2d504906c6f36a3ecb38389c746ad5895b3d537a419daf66741132f4b82909" - sha256 cellar: :any_skip_relocation, sonoma: "a2ee9be699f5b904675e54e9b7b1804d986182bf3c8763a995b1c4758bd51432" - sha256 cellar: :any_skip_relocation, ventura: "9f0a2d1527eba1f1cd850f3789ef0e382e8cba4ef2d5f983c7dc8a80e9baf46a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e5d0528805e324b3c2139ff5079622e325c1751283b2c8744afee84263bcaa93" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "73c7700e6bf7c97e4bdaa1e71560fcb4d6462bacb8b869ef2c75e22ff5288abb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fd3fd2d04afcf389b8f42b26e7fff391ff776568d03dec75e9c598deb16a613" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dc225270a44cb83ff3e341a040d53bb81d8b6889c5752e5941d92cfc0fbcd3c9" + sha256 cellar: :any_skip_relocation, sonoma: "5bc0244eebc8f1ecd36060c4104b8f10c12e155228ef7ec473289647059b7d92" + sha256 cellar: :any_skip_relocation, ventura: "b5b7c1a0ca639f4e556c8c516ad96ca436a3683e2ef3775284698f2c544cc6a6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f843ee457b16e434832cb4ec5fd06c4e28976e608944a103f906422d0d44b2a8" end depends_on "go" => :build From 5a56541ecb4c138f38480eeca309b2a1d2de4623 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:08:36 +0000 Subject: [PATCH 09348/10074] slackdump: update 3.1.5 bottle. --- Formula/s/slackdump.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/slackdump.rb b/Formula/s/slackdump.rb index 1941b3ca3d33b..22eb56709c603 100644 --- a/Formula/s/slackdump.rb +++ b/Formula/s/slackdump.rb @@ -7,12 +7,12 @@ class Slackdump < Formula head "https://github.com/rusq/slackdump.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "52a150a46905f7929e15ffa102478db25179a70fa9e311b2a347fee632ed2b6b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "52a150a46905f7929e15ffa102478db25179a70fa9e311b2a347fee632ed2b6b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "52a150a46905f7929e15ffa102478db25179a70fa9e311b2a347fee632ed2b6b" - sha256 cellar: :any_skip_relocation, sonoma: "bccafeef938cca55a8672481deab416bc3ad0644e16b6fafda0b51c8e4795b4d" - sha256 cellar: :any_skip_relocation, ventura: "bccafeef938cca55a8672481deab416bc3ad0644e16b6fafda0b51c8e4795b4d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e0d1eaadd752299b3d495dfe9a84bce71571c6379aad8ec3e8b477a8acdf715" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ee39eb8525506ab19e3b2de8b4a2f069b625248f48219e84468066ada4e5f01" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ee39eb8525506ab19e3b2de8b4a2f069b625248f48219e84468066ada4e5f01" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3ee39eb8525506ab19e3b2de8b4a2f069b625248f48219e84468066ada4e5f01" + sha256 cellar: :any_skip_relocation, sonoma: "2efd7425f26f73e8b4c8397cedfb3c9e928b81caf3d8490554c22656d442e0b1" + sha256 cellar: :any_skip_relocation, ventura: "2efd7425f26f73e8b4c8397cedfb3c9e928b81caf3d8490554c22656d442e0b1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a02d208979b88a73b1dbec08123b3bcc8985dafd45ddefe974cd6f111c3847a" end depends_on "go" => :build From 475aef6cae677f87ba654cc5d49ddd7a91f4df15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:34:38 +0000 Subject: [PATCH 09349/10074] showcert 0.4.3 Co-authored-by: Ruoyu Zhong --- Formula/s/showcert.rb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Formula/s/showcert.rb b/Formula/s/showcert.rb index 8a8f75e1df890..1d9773d0323e9 100644 --- a/Formula/s/showcert.rb +++ b/Formula/s/showcert.rb @@ -3,8 +3,8 @@ class Showcert < Formula desc "X.509 TLS certificate reader and creator" homepage "https://github.com/yaroslaff/showcert" - url "https://files.pythonhosted.org/packages/73/3b/c12cf95dee088c8edfa5ae6ccff5866f2e8e179b5c7bb482282a3da967a7/showcert-0.3.3.tar.gz" - sha256 "bad2e4dacccc3cc448989249b433fd8e7072a31a53b07d0ea052fea8082bf483" + url "https://files.pythonhosted.org/packages/34/dd/896f93fb0787dd7b083d9b743116801418d77907e8988084f98b7f2cf354/showcert-0.4.3.tar.gz" + sha256 "005540cede93aaedf2f89261bcc132838b689fbb140fcad8e92c58706762f92c" license "MIT" head "https://github.com/yaroslaff/showcert.git", branch: "master" @@ -20,6 +20,7 @@ class Showcert < Formula depends_on "certifi" depends_on "cryptography" + depends_on "libmagic" depends_on "python@3.13" resource "pem" do @@ -28,8 +29,13 @@ class Showcert < Formula end resource "pyopenssl" do - url "https://files.pythonhosted.org/packages/9f/26/e25b4a374b4639e0c235527bbe31c0524f26eda701d79456a7e1877f4cc5/pyopenssl-25.0.0.tar.gz" - sha256 "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16" + url "https://files.pythonhosted.org/packages/04/8c/cd89ad05804f8e3c17dea8f178c3f40eeab5694c30e0c9f5bcd49f576fc3/pyopenssl-25.1.0.tar.gz" + sha256 "8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b" + end + + resource "python-magic" do + url "https://files.pythonhosted.org/packages/da/db/0b3e28ac047452d079d375ec6798bf76a036a08182dbb39ed38116a49130/python-magic-0.4.27.tar.gz" + sha256 "c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b" end def install From 82e7d1a3de0bb45caa8a9dadc5e38fe492592abc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 24 Jun 2025 11:38:53 +0100 Subject: [PATCH 09350/10074] workflows/sync-default-branches: speed up with partial clone. Let's avoid doing a full clone and instead use a partial clone and a `git ls-remote` to get the target SHA and just push that without needing to fully fetch it. --- .github/workflows/sync-default-branches.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sync-default-branches.yml b/.github/workflows/sync-default-branches.yml index 1635b6bc49e44..17fd90f0d48c9 100644 --- a/.github/workflows/sync-default-branches.yml +++ b/.github/workflows/sync-default-branches.yml @@ -45,19 +45,20 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: - fetch-depth: 0 + fetch-depth: 1 persist-credentials: true - - name: Setup target branch + - name: Get target SHA + id: sha run: | - git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}" - git reset --hard "origin/${SOURCE_BRANCH}" + TARGET_SHA=$(git ls-remote origin "refs/heads/${SOURCE_BRANCH}" | cut -f1) + echo "target=${TARGET_SHA}" >> "$GITHUB_OUTPUT" env: SOURCE_BRANCH: ${{ steps.branches.outputs.source }} - TARGET_BRANCH: ${{ steps.branches.outputs.target }} - name: Push target branch if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' - run: git push origin "${TARGET_BRANCH}" --force-with-lease + run: git push origin "${TARGET_SHA}:refs/heads/${TARGET_BRANCH}" --force-with-lease env: + TARGET_SHA: ${{ steps.sha.outputs.target }} TARGET_BRANCH: ${{ steps.branches.outputs.target }} From ff4d050a82eb182974f06e65978363477e1d5b1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:53:23 +0000 Subject: [PATCH 09351/10074] aws-vault 7.4.1 --- Formula/a/aws-vault.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-vault.rb b/Formula/a/aws-vault.rb index d15b68517c2a0..a209362bddbe2 100644 --- a/Formula/a/aws-vault.rb +++ b/Formula/a/aws-vault.rb @@ -1,8 +1,8 @@ class AwsVault < Formula desc "Securely store and access AWS credentials in development environments" homepage "https://github.com/ByteNess/aws-vault" - url "https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.4.0.tar.gz" - sha256 "595aa99882f4e577fa68f1d45de76e87362cf5b1582782992734ba82afb706e9" + url "https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.4.1.tar.gz" + sha256 "7bf3319017ad88da0236b98a4cc2c1489a52d533afb2780569b9555b53672d90" license "MIT" head "https://github.com/ByteNess/aws-vault.git", branch: "main" From 1580d2da59cb7d92c2ee0786f1f85942740b0135 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:58:41 +0000 Subject: [PATCH 09352/10074] crowdin 4.8.0 --- Formula/c/crowdin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/crowdin.rb b/Formula/c/crowdin.rb index 6adc1bdd8507c..14ba52edca1bb 100644 --- a/Formula/c/crowdin.rb +++ b/Formula/c/crowdin.rb @@ -1,8 +1,8 @@ class Crowdin < Formula desc "Command-line tool that allows to manage your resources with crowdin.com" homepage "https://support.crowdin.com/cli-tool/" - url "https://github.com/crowdin/crowdin-cli/releases/download/4.7.1/crowdin-cli.zip" - sha256 "1a8d7fa33d0517c0618c00e48ea8df728417e704414bff59f66fffa41bd3273f" + url "https://github.com/crowdin/crowdin-cli/releases/download/4.8.0/crowdin-cli.zip" + sha256 "e3e0f53beff7d9a61b66cd5a28010fb8aab7203999868ee85fecc4451ac6329c" license "MIT" livecheck do From 8a7b0f737269f101b3a09b3420c28e4b19bd5ee7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:59:11 +0000 Subject: [PATCH 09353/10074] cubejs-cli 1.3.24 --- Formula/c/cubejs-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index d562902f2f8c2..d6eedd31be80f 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -1,8 +1,8 @@ class CubejsCli < Formula desc "Cube.js command-line interface" homepage "https://cube.dev/" - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.23.tgz" - sha256 "6f5a1005b3d38c9ebb4b352d25eba448007275dd2077f6c1b725a58016c53705" + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.24.tgz" + sha256 "c7ed0c4c4b0ae4f3ee943fc0416b04066acb62e0c527d23506e97ef15d3d349a" license "Apache-2.0" bottle do From d6b55e0d0b39a68b9d841744ec09530025e437c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:06:38 +0000 Subject: [PATCH 09354/10074] gnunet 0.24.3 --- Formula/g/gnunet.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/gnunet.rb b/Formula/g/gnunet.rb index fe5e0f8cee823..2f22e559c3f7e 100644 --- a/Formula/g/gnunet.rb +++ b/Formula/g/gnunet.rb @@ -1,9 +1,9 @@ class Gnunet < Formula desc "Framework for distributed, secure and privacy-preserving applications" homepage "https://gnunet.org/" - url "https://ftp.gnu.org/gnu/gnunet/gnunet-0.24.2.tar.gz" - mirror "https://ftpmirror.gnu.org/gnunet/gnunet-0.24.2.tar.gz" - sha256 "2e4e4a907d9427f0c3dd4d6795cceaf72ccf397e9dc961f60edbef3006f6af47" + url "https://ftp.gnu.org/gnu/gnunet/gnunet-0.24.3.tar.gz" + mirror "https://ftpmirror.gnu.org/gnunet/gnunet-0.24.3.tar.gz" + sha256 "5b06897b0e84489bbb438278ec73e4362442b2e05a63e40023ec1d0cccc6c576" license "AGPL-3.0-or-later" bottle do From 2110676bffa0843e84803e4e4d27803ce121c234 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:10:03 +0000 Subject: [PATCH 09355/10074] jql 8.0.7 --- Formula/j/jql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jql.rb b/Formula/j/jql.rb index 683be71abd940..5c632b37b7404 100644 --- a/Formula/j/jql.rb +++ b/Formula/j/jql.rb @@ -1,8 +1,8 @@ class Jql < Formula desc "JSON query language CLI tool" homepage "https://github.com/yamafaktory/jql" - url "https://github.com/yamafaktory/jql/archive/refs/tags/jql-v8.0.6.tar.gz" - sha256 "8af2f6c794cffeba9bc2604cf68cd7ddaa6126ec038786060b463474e8a88b5b" + url "https://github.com/yamafaktory/jql/archive/refs/tags/jql-v8.0.7.tar.gz" + sha256 "05448d17d1036373633e0d6a4556481ccc3b309832bdc9363d4c6f5d9d4311a4" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/yamafaktory/jql.git", branch: "main" From 216044786437d4c0a1bab763d7793e92beb55403 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:10:40 +0000 Subject: [PATCH 09356/10074] kafkactl 5.10.0 --- Formula/k/kafkactl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kafkactl.rb b/Formula/k/kafkactl.rb index 511a4198672a8..c2922bbc01dfe 100644 --- a/Formula/k/kafkactl.rb +++ b/Formula/k/kafkactl.rb @@ -1,8 +1,8 @@ class Kafkactl < Formula desc "CLI for managing Apache Kafka" homepage "https://deviceinsight.github.io/kafkactl/" - url "https://github.com/deviceinsight/kafkactl/archive/refs/tags/v5.9.0.tar.gz" - sha256 "2ff3d87743ca25105154bfcd7047e4eb96c15a70d7e3f7224d3e318ccef468b7" + url "https://github.com/deviceinsight/kafkactl/archive/refs/tags/v5.10.0.tar.gz" + sha256 "c51ba608949a029151b90185c8977fad4cf24c0b0ea1f41f8b0da9434d252701" license "Apache-2.0" head "https://github.com/deviceinsight/kafkactl.git", branch: "main" From 1998cf818a304f9dfa2f695eccaa87509176c6a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:11:02 +0000 Subject: [PATCH 09357/10074] keploy 2.6.14 --- Formula/k/keploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index 37f116243085a..4782ef3ddd2ea 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -1,8 +1,8 @@ class Keploy < Formula desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries" homepage "https://keploy.io" - url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.13.tar.gz" - sha256 "70e87c695028682604703b4501dc2a3611040bab2e110cd061c4106f44a22ee5" + url "https://github.com/keploy/keploy/archive/refs/tags/v2.6.14.tar.gz" + sha256 "e54c568ff2e3364ce36f0ce122cd9c236535f604a1cd94344707c23074367538" license "Apache-2.0" head "https://github.com/keploy/keploy.git", branch: "main" From 7ddb7aca25afeaec72642a41e287c8ee96affe9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:13:42 +0000 Subject: [PATCH 09358/10074] libphonenumber 9.0.8 --- Formula/lib/libphonenumber.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libphonenumber.rb b/Formula/lib/libphonenumber.rb index 1d458431e9188..b45257f37ff00 100644 --- a/Formula/lib/libphonenumber.rb +++ b/Formula/lib/libphonenumber.rb @@ -1,8 +1,8 @@ class Libphonenumber < Formula desc "C++ Phone Number library by Google" homepage "https://github.com/google/libphonenumber" - url "https://github.com/google/libphonenumber/archive/refs/tags/v9.0.7.tar.gz" - sha256 "15b929c24e9071847893cc2bbeb29631eab819ec6561baaf51250852773348b0" + url "https://github.com/google/libphonenumber/archive/refs/tags/v9.0.8.tar.gz" + sha256 "06c7b1744fd74418bde502b00dcab73b8475e9a30764fc73b1deb30a3d452154" license "Apache-2.0" livecheck do From c24b47a29793f9725bc4a11950038a06bd967194 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:24:43 +0000 Subject: [PATCH 09359/10074] pnpm 10.12.3 --- Formula/p/pnpm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index 1b1bd35ca9aed..f622f81a751a6 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -1,8 +1,8 @@ class Pnpm < Formula desc "Fast, disk space efficient package manager" homepage "https://pnpm.io/" - url "https://registry.npmjs.org/pnpm/-/pnpm-10.12.2.tgz" - sha256 "07b2396c6c99a93b75b5f9ce22be9285c3b2533c49fec51b349d44798cf56b82" + url "https://registry.npmjs.org/pnpm/-/pnpm-10.12.3.tgz" + sha256 "e97173946a1f175e1d6c224527967a5f468b4821572faf6ac527fdecefac64cd" license "MIT" livecheck do From bba6aad12962252dc9a48bb44874e9b992e345f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:27:44 +0000 Subject: [PATCH 09360/10074] renovate 41.7.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 7556f401583e7..65b2a80b2415b 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.6.0.tgz" - sha256 "d0abfb5f277003aa99dcb6e54911c76ae65df1d437d50dd9afab8a694dec2430" + url "https://registry.npmjs.org/renovate/-/renovate-41.7.0.tgz" + sha256 "2b2b6b507b135e5a3bfc6fa54ffd3f7e3f501418a879c1184be2c8bd670354be" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 7372a49186e1fcdfe85bdf3ba0b8e6a032000741 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:32:27 +0000 Subject: [PATCH 09361/10074] snakemake 9.6.2 --- Formula/s/snakemake.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index 2e4a230f8a3a4..5a1cb6a1186be 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -3,8 +3,8 @@ class Snakemake < Formula desc "Pythonic workflow system" homepage "https://snakemake.readthedocs.io/" - url "https://files.pythonhosted.org/packages/fd/ac/c87ed1bde69bc330443b0d148979548b85d1d63792969d056f50bb5315c0/snakemake-9.6.1.tar.gz" - sha256 "c93963c4dda0f134301bd821904a31db5c40cc82f197a1ed5ef4afe4fd47bba5" + url "https://files.pythonhosted.org/packages/cf/44/d903047585b627872b81a3276906f73194bb597ceb6db54709be7a2c25b6/snakemake-9.6.2.tar.gz" + sha256 "906ab7b8c8af8b6b3d9c783fcc30d3c91a4dd6865f9270b7b62a858884d727b8" license "MIT" head "https://github.com/snakemake/snakemake.git", branch: "main" @@ -190,13 +190,13 @@ class Snakemake < Formula end resource "snakemake-interface-common" do - url "https://files.pythonhosted.org/packages/ab/b8/80d90564ca618d7af43b409c90881bac3ecf566ba41239bfb08582f5011c/snakemake_interface_common-1.18.0.tar.gz" - sha256 "2810abb68c1d2e5da69f271c9a0fc819dd9e62249c01db63793504011c7ad39a" + url "https://files.pythonhosted.org/packages/f6/85/3fd50b731dacc19d9bd2facb92612fe73bdb983eecadfd7cc7ddf570160d/snakemake_interface_common-1.19.4.tar.gz" + sha256 "99cfbbd01def8f75e67eb0fd244ab7ee3abb3b3f12597f6d14d0c8b92e407340" end resource "snakemake-interface-executor-plugins" do - url "https://files.pythonhosted.org/packages/6a/62/0bf04bc7cf11d9019040e2a0957830ae5bee48ad5ee817c260145f3d99fc/snakemake_interface_executor_plugins-9.3.6.tar.gz" - sha256 "9c99540fd3f0ae751440b7e0a4f82323561f89e6205b12613d409374a450b84b" + url "https://files.pythonhosted.org/packages/c5/02/9b3c4963076e8cdd27c4160d3ad60a74ae6d941fbc5c6eec007bf7ac1ade/snakemake_interface_executor_plugins-9.3.7.tar.gz" + sha256 "5df352e0260b7125b3c05bb959be6e46f4a2abd046c14ea9c2ab84415c05c391" end resource "snakemake-interface-logger-plugins" do From 7aac4309737a5d9b43e876e17d7de55a5b785032 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:38:15 +0000 Subject: [PATCH 09362/10074] vite 7.0.0 --- Formula/v/vite.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vite.rb b/Formula/v/vite.rb index b40153a3f92ba..efd52685cc0f4 100644 --- a/Formula/v/vite.rb +++ b/Formula/v/vite.rb @@ -1,8 +1,8 @@ class Vite < Formula desc "Next generation frontend tooling. It's fast!" homepage "https://vitejs.dev/" - url "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz" - sha256 "083dfbda7d984ea8884c23fc4e9778a0ef647442ecffb599026109d578753c0e" + url "https://registry.npmjs.org/vite/-/vite-7.0.0.tgz" + sha256 "510a787115279bd2fb53ab4d52c60ba90aac99c06bc06e4a9183a3483aec4ded" license "MIT" bottle do From 8a2ccd48478ba16135bdd1b04c3d1641fd81106e Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:14:00 -0400 Subject: [PATCH 09363/10074] amtterm: update head URL --- Formula/a/amtterm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/amtterm.rb b/Formula/a/amtterm.rb index 350e44fc881da..1103791b28448 100644 --- a/Formula/a/amtterm.rb +++ b/Formula/a/amtterm.rb @@ -4,7 +4,7 @@ class Amtterm < Formula url "https://www.kraxel.org/releases/amtterm/amtterm-1.7.tar.gz" sha256 "8c58b76b3237504d751bf3588fef25117248a0569523f0d86deaf696d14294d4" license "GPL-2.0-or-later" - head "https://git.kraxel.org/git/amtterm/", branch: "master", using: :git + head "https://github.com/kraxel/amtterm.git", branch: "master" livecheck do url "https://www.kraxel.org/releases/amtterm/" From 1600a5e9b9295d1d28d3eb1414b18f046d3b7e3e Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 21:43:09 -0400 Subject: [PATCH 09364/10074] dwm: update head URL --- Formula/d/dwm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/dwm.rb b/Formula/d/dwm.rb index d4b8dbb27d098..74692c462912e 100644 --- a/Formula/d/dwm.rb +++ b/Formula/d/dwm.rb @@ -4,7 +4,7 @@ class Dwm < Formula url "https://dl.suckless.org/dwm/dwm-6.5.tar.gz" sha256 "21d79ebfa9f2fb93141836c2666cb81f4784c69d64e7f1b2352f9b970ba09729" license "MIT" - head "https://git.suckless.org/dwm", using: :git, branch: "master" + head "https://git.suckless.org/dwm/", using: :git, branch: "master" livecheck do url "https://dl.suckless.org/dwm/" From c3232a6e141d571219e314a516d20b4c73a5d542 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:16:20 -0400 Subject: [PATCH 09365/10074] fuse-zip: update head URL --- Formula/f/fuse-zip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fuse-zip.rb b/Formula/f/fuse-zip.rb index 141fedf40147a..12f781ecaae85 100644 --- a/Formula/f/fuse-zip.rb +++ b/Formula/f/fuse-zip.rb @@ -4,7 +4,7 @@ class FuseZip < Formula url "https://bitbucket.org/agalanin/fuse-zip/downloads/fuse-zip-0.7.2.tar.gz" sha256 "3dd0be005677442f1fd9769a02dfc0b4fcdd39eb167e5697db2f14f4fee58915" license "GPL-3.0-or-later" - head "https://bitbucket.org/agalanin/fuse-zip", using: :hg + head "https://bitbucket.org/agalanin/fuse-zip.git", branch: "master" no_autobump! because: :requires_manual_review From ecebbc16880af6226001f3f1f40b3c6fc32829e1 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 21:43:18 -0400 Subject: [PATCH 09366/10074] ii: update head URL --- Formula/i/ii.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/ii.rb b/Formula/i/ii.rb index c1d0ef3cf62ff..817643c180aa1 100644 --- a/Formula/i/ii.rb +++ b/Formula/i/ii.rb @@ -4,7 +4,7 @@ class Ii < Formula url "https://dl.suckless.org/tools/ii-2.0.tar.gz" sha256 "4f67afcd208c07939b88aadbf21497a702ad0a07f9b5a6ce861f9f39ffe5425b" license "MIT" - head "https://git.suckless.org/ii", using: :git, branch: "master" + head "https://git.suckless.org/ii/", using: :git, branch: "master" livecheck do url "https://dl.suckless.org/tools/" From 12a30fc7f00ca41afc1f959179dba19f6e1e79a1 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:16:54 -0400 Subject: [PATCH 09367/10074] libcanberra: update head URL --- Formula/lib/libcanberra.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lib/libcanberra.rb b/Formula/lib/libcanberra.rb index 874b92968b958..7f2d6c697875d 100644 --- a/Formula/lib/libcanberra.rb +++ b/Formula/lib/libcanberra.rb @@ -40,7 +40,7 @@ class Libcanberra < Formula end head do - url "git://git.0pointer.de/libcanberra", branch: "master" + url "https://git.0pointer.net/libcanberra.git", branch: "master" depends_on "autoconf" => :build depends_on "automake" => :build From 3697491f4a014e4233bf2fb936ad23128972564f Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:17:42 -0400 Subject: [PATCH 09368/10074] monetdb: update head URL --- Formula/m/monetdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/monetdb.rb b/Formula/m/monetdb.rb index c2c37761ebf37..ed08741a77de5 100644 --- a/Formula/m/monetdb.rb +++ b/Formula/m/monetdb.rb @@ -4,7 +4,7 @@ class Monetdb < Formula url "https://www.monetdb.org/downloads/sources/Mar2025/MonetDB-11.53.3.tar.xz" sha256 "23e1f6a73ac721298f9b611f18930b8ceda34c6f497a4e458034b7131660c070" license "MPL-2.0" - head "https://dev.monetdb.org/hg/MonetDB", using: :hg + head "https://www.monetdb.org/hg/MonetDB", using: :hg livecheck do url "https://www.monetdb.org/downloads/sources/archive/" From 54b58fdc828934d24d1591d248d9e7e9da8a5cb5 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:18:46 -0400 Subject: [PATCH 09369/10074] octave: update head URL --- Formula/o/octave.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/octave.rb b/Formula/o/octave.rb index 9fb1b8ef619e7..42a1103c5b9ca 100644 --- a/Formula/o/octave.rb +++ b/Formula/o/octave.rb @@ -23,7 +23,7 @@ class Octave < Formula end head do - url "https://hg.savannah.gnu.org/hgweb/octave", branch: "default", using: :hg + url "https://hg.octave.org/octave", using: :hg depends_on "autoconf" => :build depends_on "automake" => :build From 6f12d9985e3a454e56a65c2421fb8007f2d36fc1 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:18:59 -0400 Subject: [PATCH 09370/10074] optipng: update head URL --- Formula/o/optipng.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/optipng.rb b/Formula/o/optipng.rb index 480c174f3550d..48148863819d9 100644 --- a/Formula/o/optipng.rb +++ b/Formula/o/optipng.rb @@ -4,7 +4,7 @@ class Optipng < Formula url "https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-7.9.1/optipng-7.9.1.tar.gz" sha256 "c2579be58c2c66dae9d63154edcb3d427fef64cb00ec0aff079c9d156ec46f29" license "Zlib" - head "http://hg.code.sf.net/p/optipng/mercurial", using: :hg + head "https://git.code.sf.net/p/optipng/code.git", branch: "tmp/main" bottle do sha256 cellar: :any, arm64_sequoia: "c2d204ed132d5c5268baf7b464e862e8201a5f80e0d3aa5891204ccccbdca28a" From 77fc0c351b0cf1ea713c2cde2e3f975aa4d8b099 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:19:15 -0400 Subject: [PATCH 09371/10074] percona-toolkit: update head URL --- Formula/p/percona-toolkit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/percona-toolkit.rb b/Formula/p/percona-toolkit.rb index 38783b1bd7121..bc8fb6eea30f3 100644 --- a/Formula/p/percona-toolkit.rb +++ b/Formula/p/percona-toolkit.rb @@ -4,7 +4,7 @@ class PerconaToolkit < Formula url "https://downloads.percona.com/downloads/percona-toolkit/3.7.0-2/source/tarball/percona-toolkit-3.7.0.tar.gz" sha256 "192c899dcfa26eca1b9e8692b7b687d143154902b6089afb03c14ea1b93e432d" license any_of: ["GPL-2.0-only", "Artistic-1.0-Perl"] - head "lp:percona-toolkit", using: :bzr + head "https://github.com/percona/percona-toolkit.git", branch: "3.x" livecheck do url "https://www.percona.com/products-api.php", post_form: { From 1a38cf77b4bbf016fd269b5ccb71ff6514d8fe6a Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:20:25 -0400 Subject: [PATCH 09372/10074] pidgin: update head URL params --- Formula/p/pidgin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pidgin.rb b/Formula/p/pidgin.rb index 19e7989cd250b..65e5a4e37110e 100644 --- a/Formula/p/pidgin.rb +++ b/Formula/p/pidgin.rb @@ -58,7 +58,7 @@ class Pidgin < Formula end head do - url "https://keep.imfreedom.org/pidgin/pidgin/", branch: "default", using: :hg + url "https://keep.imfreedom.org/pidgin/pidgin/", using: :hg depends_on "gobject-introspection" => :build depends_on "gstreamer" => :build From 2a174785f75a39f016518dc4f2515e404d1dfcd5 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:21:40 -0400 Subject: [PATCH 09373/10074] sic: update head URL params --- Formula/s/sic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/sic.rb b/Formula/s/sic.rb index 41603506d2389..507db785c6600 100644 --- a/Formula/s/sic.rb +++ b/Formula/s/sic.rb @@ -4,7 +4,7 @@ class Sic < Formula url "https://dl.suckless.org/tools/sic-1.3.tar.gz" sha256 "30478fab3ebc75f2eb5d08cbb5b2fedcaf489116e75a2dd7197e3e9c733d65d2" license "MIT" - head "https://git.suckless.org/sic", branch: "master", using: :git + head "https://git.suckless.org/sic/", using: :git, branch: "master" livecheck do url "https://dl.suckless.org/tools/" From 558e6163ba9226decf9d0c413b405da440ceccdb Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:22:50 -0400 Subject: [PATCH 09374/10074] texi2mdoc: add head URL --- Formula/t/texi2mdoc.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/t/texi2mdoc.rb b/Formula/t/texi2mdoc.rb index e6c186dc44272..3b8c4252b354d 100644 --- a/Formula/t/texi2mdoc.rb +++ b/Formula/t/texi2mdoc.rb @@ -4,6 +4,7 @@ class Texi2mdoc < Formula url "https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz" sha256 "7a45fd87c27cc8970a18db9ddddb2f09f18b8dd5152bf0ca377c3a5e7d304bfe" license "ISC" + head "anoncvs@mandoc.bsd.lv:/cvs", using: :cvs livecheck do url "https://mandoc.bsd.lv/texi2mdoc/snapshots/" From 1ef895ae2269e450a23368d97b308ebc2905dd6e Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:14:42 -0400 Subject: [PATCH 09375/10074] curlftpfs: remove inaccessible head URL --- Formula/c/curlftpfs.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/c/curlftpfs.rb b/Formula/c/curlftpfs.rb index 1d9941bb85633..87be4dba39719 100644 --- a/Formula/c/curlftpfs.rb +++ b/Formula/c/curlftpfs.rb @@ -5,7 +5,6 @@ class Curlftpfs < Formula sha256 "4eb44739c7078ba0edde177bdd266c4cfb7c621075f47f64c85a06b12b3c6958" license "GPL-2.0-only" revision 1 - head ":pserver:anonymous:@curlftpfs.cvs.sourceforge.net:/cvsroot/curlftpfs", using: :cvs no_autobump! because: :requires_manual_review From 90373521e6d4447809ecc923850511d86e240bbb Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:15:19 -0400 Subject: [PATCH 09376/10074] id3lib: remove inaccessible head URL --- Formula/i/id3lib.rb | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/Formula/i/id3lib.rb b/Formula/i/id3lib.rb index 8253752bc2d44..0065ac1a11313 100644 --- a/Formula/i/id3lib.rb +++ b/Formula/i/id3lib.rb @@ -1,24 +1,10 @@ class Id3lib < Formula desc "ID3 tag manipulation" homepage "https://id3lib.sourceforge.net/" + url "https://downloads.sourceforge.net/project/id3lib/id3lib/3.8.3/id3lib-3.8.3.tar.gz" + sha256 "2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079" license "LGPL-2.0-or-later" revision 1 - head ":pserver:anonymous:@id3lib.cvs.sourceforge.net:/cvsroot/id3lib", using: :cvs, module: "id3lib-devel" - - stable do - url "https://downloads.sourceforge.net/project/id3lib/id3lib/3.8.3/id3lib-3.8.3.tar.gz" - sha256 "2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079" - - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/e223e971/id3lib/id3lib-vbr-overflow.patch" - sha256 "0ec91c9d89d80f40983c04147211ced8b4a4d8a5be207fbe631f5eefbbd185c2" - end - - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/e223e971/id3lib/id3lib-main.patch" - sha256 "83c8d2fa54e8f88b682402b2a8730dcbcc8a7578681301a6c034fd53e1275463" - end - end no_autobump! because: :requires_manual_review @@ -47,6 +33,16 @@ class Id3lib < Formula uses_from_macos "zlib" + patch do + url "https://raw.githubusercontent.com/Homebrew/formula-patches/e223e971/id3lib/id3lib-main.patch" + sha256 "83c8d2fa54e8f88b682402b2a8730dcbcc8a7578681301a6c034fd53e1275463" + end + + patch do + url "https://raw.githubusercontent.com/Homebrew/formula-patches/e223e971/id3lib/id3lib-vbr-overflow.patch" + sha256 "0ec91c9d89d80f40983c04147211ced8b4a4d8a5be207fbe631f5eefbbd185c2" + end + patch do url "https://raw.githubusercontent.com/Homebrew/formula-patches/e223e971/id3lib/no-iomanip.h.patch" sha256 "da0bd9f3d17f1dd054720c17dfd15062eabdfc4d38126bb1b2ef5e8f39904925" From 375b5f721084c6d411b42caa00d86b214aa72006 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:15:33 -0400 Subject: [PATCH 09377/10074] myman: remove inaccessible head URL --- Formula/m/myman.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/m/myman.rb b/Formula/m/myman.rb index 782a4ba8aac3c..d31074dd87893 100644 --- a/Formula/m/myman.rb +++ b/Formula/m/myman.rb @@ -4,7 +4,6 @@ class Myman < Formula url "https://downloads.sourceforge.net/project/myman/myman-cvs/myman-cvs-2009-10-30/myman-wip-2009-10-30.tar.gz" sha256 "bf69607eabe4c373862c81bf56756f2a96eecb8eaa8c911bb2abda78b40c6d73" license "MIT" - head ":pserver:anonymous:@myman.cvs.sourceforge.net:/cvsroot/myman", using: :cvs no_autobump! because: :requires_manual_review From 560e7face6300321ef4549bf515f28a9e7ba29ae Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Mon, 23 Jun 2025 14:21:08 -0400 Subject: [PATCH 09378/10074] schroedinger: remove inaccessible head URL --- Formula/s/schroedinger.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Formula/s/schroedinger.rb b/Formula/s/schroedinger.rb index f1fb9f55cf2b4..cf66fb539008e 100644 --- a/Formula/s/schroedinger.rb +++ b/Formula/s/schroedinger.rb @@ -28,14 +28,6 @@ class Schroedinger < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "32c7db0617f2a2d01b89d446860529fc3520f377e601a460fadc5e3ce2bc0baa" end - head do - url "lp:schroedinger", using: :bzr - - depends_on "autoconf" => :build - depends_on "automake" => :build - depends_on "libtool" => :build - end - depends_on "pkgconf" => :build depends_on "orc" @@ -44,7 +36,6 @@ def install # Help old config scripts identify arm64 linux args << "--build=aarch64-unknown-linux-gnu" if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit? - system "autoreconf", "--force", "--install", "--verbose" if build.head? system "./configure", *args, *std_configure_args # The test suite is known not to build against Orc >0.4.16 in Schroedinger 1.0.11. From 69e0e9f2d7931fe0dd569c3d30843e4d4cfc3b5f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 24 Jun 2025 14:22:59 +0100 Subject: [PATCH 09379/10074] workflows/sync-default-branches: force push instead of force-with-lease. Force-with-lease doesn't work as expected with a shallow clone. --- .github/workflows/sync-default-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-default-branches.yml b/.github/workflows/sync-default-branches.yml index 17fd90f0d48c9..b171b3c9925e4 100644 --- a/.github/workflows/sync-default-branches.yml +++ b/.github/workflows/sync-default-branches.yml @@ -58,7 +58,7 @@ jobs: - name: Push target branch if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' - run: git push origin "${TARGET_SHA}:refs/heads/${TARGET_BRANCH}" --force-with-lease + run: git push origin "${TARGET_SHA}:refs/heads/${TARGET_BRANCH}" --force env: TARGET_SHA: ${{ steps.sha.outputs.target }} TARGET_BRANCH: ${{ steps.branches.outputs.target }} From dffa23c0d4838a5d733c6dfaebd6c745cf2aa30c Mon Sep 17 00:00:00 2001 From: Apify Service Account Date: Tue, 24 Jun 2025 12:03:59 +0000 Subject: [PATCH 09380/10074] apify-cli 0.21.8 --- Formula/a/apify-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/a/apify-cli.rb b/Formula/a/apify-cli.rb index b2c0af5690eff..ee5cda630fd57 100644 --- a/Formula/a/apify-cli.rb +++ b/Formula/a/apify-cli.rb @@ -1,11 +1,11 @@ class ApifyCli < Formula desc "Apify command-line interface" homepage "https://docs.apify.com/cli/" - url "https://registry.npmjs.org/apify-cli/-/apify-cli-0.21.7.tgz" - sha256 "bc5e57ace3d23f5f3b0943be63da7d064f8b6f69b86c5fe91d531b51cf35684c" + url "https://registry.npmjs.org/apify-cli/-/apify-cli-0.21.8.tgz" + sha256 "0fd9cfc99b928beaecde64f46d4e221a64e1dd2fc3b56550d541945fec1959e7" license "Apache-2.0" - no_autobump! because: :requires_manual_review + no_autobump! because: :bumped_by_upstream bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ae581a2de5d04f71ed21bff741bab73f275def98521c4646589f394442e14d9" From ed25222854d986db1fd68d4d89361d48d4458b14 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:30:27 +0000 Subject: [PATCH 09381/10074] jql: update 8.0.7 bottle. --- Formula/j/jql.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jql.rb b/Formula/j/jql.rb index 5c632b37b7404..74cbfb281df8a 100644 --- a/Formula/j/jql.rb +++ b/Formula/j/jql.rb @@ -7,13 +7,13 @@ class Jql < Formula head "https://github.com/yamafaktory/jql.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6860a78f88ccd0e124b2bbbfa76708fdebe1914ceaaa250dedfd9f67815d56f4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "225736c377075e9be9729971fc07a841f9d1e4e4da3620483a671901a3bbbb9e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "abc6c4a072ffee1cf7636a9999883b22d95a64958e2c6a12da3e00b7ca07c5ee" - sha256 cellar: :any_skip_relocation, sonoma: "4307e9108391a1645b879d2a1f62fcf037da7479d468b52af69a76b42918cf05" - sha256 cellar: :any_skip_relocation, ventura: "697f882b3ab3a92135f9f7275abdad329ed1d14a2fefebc807a24f837696db4d" - sha256 cellar: :any_skip_relocation, arm64_linux: "da2bac1654b7d3f89fab1a54e01f756b36de4618db8074ccab83e4e9127d185f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a247dea0d088ee3a9262d80e9ceb7b204209a6bdddba5bb98ce72aea24abfde" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "910e6bfa669d89502d5813e35f08c35045900781c753e8038edb598ea1b4a111" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4281cfe8a31d137ae341e2121c662f113787779bb51f188c3203ef0c88ec570" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4dfe01a97571a5588a076c9bec4f1c97d5931fc8c9955f2a6edcb778ff252f5f" + sha256 cellar: :any_skip_relocation, sonoma: "f5183bb93a90a40b6c0a49c27733e08a57bd7fd46ce9899d7141c5f2ab795539" + sha256 cellar: :any_skip_relocation, ventura: "cb9f39ccca3db2e3a96606edf6d26f229fd915dfb5f7d1653da42e922380f2ef" + sha256 cellar: :any_skip_relocation, arm64_linux: "4cc9c62b4d9990433b28b5e77e8de4985b7c1e23edd54f39f93619072ae65c67" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc7aa94d5c2f521c2aedefa9eccffc92df462287c74f96aae29388e3822e1530" end depends_on "rust" => :build From 2fafc8d8730e97e72feb26c28a880b35a6459ddb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:32:03 +0000 Subject: [PATCH 09382/10074] kafkactl: update 5.10.0 bottle. --- Formula/k/kafkactl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kafkactl.rb b/Formula/k/kafkactl.rb index c2922bbc01dfe..a7b5b7f84d18d 100644 --- a/Formula/k/kafkactl.rb +++ b/Formula/k/kafkactl.rb @@ -7,12 +7,12 @@ class Kafkactl < Formula head "https://github.com/deviceinsight/kafkactl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0547b414b97eec5225acb7d6cd57e65d953e5699a86b1aabac98f49b802e624" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0547b414b97eec5225acb7d6cd57e65d953e5699a86b1aabac98f49b802e624" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c0547b414b97eec5225acb7d6cd57e65d953e5699a86b1aabac98f49b802e624" - sha256 cellar: :any_skip_relocation, sonoma: "e0d3b04ea60e0b9629b0a90552a458bc8bb7471a89d2658f34f1ebe557625e6b" - sha256 cellar: :any_skip_relocation, ventura: "e0d3b04ea60e0b9629b0a90552a458bc8bb7471a89d2658f34f1ebe557625e6b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd0ee312b375827b917a2e30054b67b556bf5423c4e2c2e9eb76815e84b0de9a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "32ca932cf76f1450a60e8a47b521a20c971486773c0c5babadbe124238e95b23" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "32ca932cf76f1450a60e8a47b521a20c971486773c0c5babadbe124238e95b23" + sha256 cellar: :any_skip_relocation, arm64_ventura: "32ca932cf76f1450a60e8a47b521a20c971486773c0c5babadbe124238e95b23" + sha256 cellar: :any_skip_relocation, sonoma: "f82860fbd94c40183891a0ca035a36e8f3efbe6df4fb016f997df070a187dda2" + sha256 cellar: :any_skip_relocation, ventura: "f82860fbd94c40183891a0ca035a36e8f3efbe6df4fb016f997df070a187dda2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b9e674403b9462d608bc88eb84ede915b338849506af5959ac4a388619ae4fc8" end depends_on "go" => :build From 0a8e5b717d9f625e015c14179a8e1de78c6e9415 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:34:38 +0000 Subject: [PATCH 09383/10074] keploy: update 2.6.14 bottle. --- Formula/k/keploy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/keploy.rb b/Formula/k/keploy.rb index 4782ef3ddd2ea..8310f1e6dc1e3 100644 --- a/Formula/k/keploy.rb +++ b/Formula/k/keploy.rb @@ -7,12 +7,12 @@ class Keploy < Formula head "https://github.com/keploy/keploy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7718427a7b13f832e4b116704a6af85e633c7bfdc248d913fe6f61b3b4e16d5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7718427a7b13f832e4b116704a6af85e633c7bfdc248d913fe6f61b3b4e16d5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f7718427a7b13f832e4b116704a6af85e633c7bfdc248d913fe6f61b3b4e16d5" - sha256 cellar: :any_skip_relocation, sonoma: "2a0a1b5b7f396178387c13278aa4a757e96ef10affd665581f8bd2b70ebbcd83" - sha256 cellar: :any_skip_relocation, ventura: "2a0a1b5b7f396178387c13278aa4a757e96ef10affd665581f8bd2b70ebbcd83" - sha256 cellar: :any_skip_relocation, x86_64_linux: "683e3e4611462529c62c31fe521db22e56058e6cba547fda321707bb0fe4eaa9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3eca276b110a4f5cf8a417e558c23044831c59486b99a541e53f74fcaa59e116" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3eca276b110a4f5cf8a417e558c23044831c59486b99a541e53f74fcaa59e116" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3eca276b110a4f5cf8a417e558c23044831c59486b99a541e53f74fcaa59e116" + sha256 cellar: :any_skip_relocation, sonoma: "8a33edb88645b8fe1123fb8ce2ad795a1e3a52f92330dc7c4a3321565ae2a12e" + sha256 cellar: :any_skip_relocation, ventura: "8a33edb88645b8fe1123fb8ce2ad795a1e3a52f92330dc7c4a3321565ae2a12e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ebe9d80343d3085aecf0596d27fe9038e9be6b64a1b8dfbc9277827f15d69f2a" end depends_on "go" => :build From 79175baf8a224a59b48c66d567bbeb7e29b5f047 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:46:03 +0000 Subject: [PATCH 09384/10074] libphonenumber: update 9.0.8 bottle. --- Formula/lib/libphonenumber.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/lib/libphonenumber.rb b/Formula/lib/libphonenumber.rb index b45257f37ff00..59fb7e43b6794 100644 --- a/Formula/lib/libphonenumber.rb +++ b/Formula/lib/libphonenumber.rb @@ -11,13 +11,13 @@ class Libphonenumber < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "8c49b653c849e8feee536a4edf9db1312d19119ff9c1ebaf118919f53e3496bd" - sha256 cellar: :any, arm64_sonoma: "3aa14d308d08fc353a95ac8148c4d14fc2b8a052a054deaeb5f4a553a7326edc" - sha256 cellar: :any, arm64_ventura: "5fdf9e0c1e645cea7276b890ece0c62eba446c35a16a335e939038fbe6f9845c" - sha256 cellar: :any, sonoma: "698b5b23b22139c8dfd7149c93c0a6a748ec1ed89bc847787ebca8968f0edce1" - sha256 cellar: :any, ventura: "e7a5ffc45484bf4621cd45b75cae3efd78843bd4074b38ffe30366e134051801" - sha256 cellar: :any_skip_relocation, arm64_linux: "ca6d004ed21c200d75a12b285f3ce60b16901dc34053468ea9055fa922c37920" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed1a418bb9c01fb1c74176627854f8d730917fa81fedc47e52b18484c2af5d8a" + sha256 cellar: :any, arm64_sequoia: "ccf1910e340cd7a20c4662fbcf9157a2d5e1318b13489572b7788e95a978bcc2" + sha256 cellar: :any, arm64_sonoma: "1c2678f579b28692665357bcef94a4d3f622c0367f0f5ab501eff24cfc1017a2" + sha256 cellar: :any, arm64_ventura: "88b0b1ff49a56ef7f8c0ec5a34f150a91beb13cab364761979bbfcbc2d8e5122" + sha256 cellar: :any, sonoma: "f49ab6b3f7e54018c959d872f41b2477b925eb77bce7465defb33bfbfb2348ce" + sha256 cellar: :any, ventura: "df7fdb1c95cdc1d042cc03557da05a844bc4fbf661e111b9cb6ae414ef9b3f34" + sha256 cellar: :any_skip_relocation, arm64_linux: "edec309c1dc907f8eb87cf7f46ed3380230c89803231905416c9d0fce36e7c75" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a137c6eb80cbe1450f1c4fe0da8f5c97ed82e2a2e050ab8cc8b9bc600c33ee71" end depends_on "cmake" => [:build, :test] From a2b82fd12837178ca6bccec7e11c46a1e90c931e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:46:03 +0000 Subject: [PATCH 09385/10074] pnpm: update 10.12.3 bottle. --- Formula/p/pnpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index f622f81a751a6..75caf6dacafad 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -13,13 +13,13 @@ class Pnpm < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "dda8faa9134d3ef47c97394c84be3864e37d086d390794ea4c67011b2f6891c0" - sha256 cellar: :any, arm64_sonoma: "dda8faa9134d3ef47c97394c84be3864e37d086d390794ea4c67011b2f6891c0" - sha256 cellar: :any, arm64_ventura: "dda8faa9134d3ef47c97394c84be3864e37d086d390794ea4c67011b2f6891c0" - sha256 cellar: :any, sonoma: "7012f0ed1279721407877de8946d3010af5670d4a53b7e359a7f3d1b75c652e1" - sha256 cellar: :any, ventura: "7012f0ed1279721407877de8946d3010af5670d4a53b7e359a7f3d1b75c652e1" - sha256 cellar: :any_skip_relocation, arm64_linux: "dd90171ec13e78fea1e4c16939a9dab1a4911feb852fc4d76c9123e012292d5d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dd90171ec13e78fea1e4c16939a9dab1a4911feb852fc4d76c9123e012292d5d" + sha256 cellar: :any, arm64_sequoia: "32872b400613460d29c430d7ed3d5ad1e94815b278da34a167fa4b08253ea648" + sha256 cellar: :any, arm64_sonoma: "32872b400613460d29c430d7ed3d5ad1e94815b278da34a167fa4b08253ea648" + sha256 cellar: :any, arm64_ventura: "32872b400613460d29c430d7ed3d5ad1e94815b278da34a167fa4b08253ea648" + sha256 cellar: :any, sonoma: "504ae9c03a3a5417fdbdff2abe58bb609473f5041504ea8c62665cb79efd9613" + sha256 cellar: :any, ventura: "504ae9c03a3a5417fdbdff2abe58bb609473f5041504ea8c62665cb79efd9613" + sha256 cellar: :any_skip_relocation, arm64_linux: "338c9c7f8ef1380e2460a459d37c55d8b3635ad1401b03156d091d629c000ab4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "338c9c7f8ef1380e2460a459d37c55d8b3635ad1401b03156d091d629c000ab4" end depends_on "node" => [:build, :test] From 03270ccd3f55566f4fd224f285c58e370d0b2fa0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:48:31 +0000 Subject: [PATCH 09386/10074] vite: update 7.0.0 bottle. --- Formula/v/vite.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vite.rb b/Formula/v/vite.rb index efd52685cc0f4..9ab06a340f8c5 100644 --- a/Formula/v/vite.rb +++ b/Formula/v/vite.rb @@ -6,13 +6,13 @@ class Vite < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "a11cb80ae2e244ddbde6bd6eb09781c99a7cd492953f23c8fac7461195d85044" - sha256 cellar: :any, arm64_sonoma: "a11cb80ae2e244ddbde6bd6eb09781c99a7cd492953f23c8fac7461195d85044" - sha256 cellar: :any, arm64_ventura: "a11cb80ae2e244ddbde6bd6eb09781c99a7cd492953f23c8fac7461195d85044" - sha256 cellar: :any, sonoma: "2c9de8123361b9f1d4ea9c50ec3c31224442194c0a7058c1eae2b6fe8cac41bb" - sha256 cellar: :any, ventura: "2c9de8123361b9f1d4ea9c50ec3c31224442194c0a7058c1eae2b6fe8cac41bb" - sha256 cellar: :any_skip_relocation, arm64_linux: "7dc665f1110f8b2ea6f79830374b943993974f64c5a8b4cf1cc35ae01a9563b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ccc844708551ab9e69eb2a759c49624e1cf9f1435656b36f876a0d09e47e2feb" + sha256 cellar: :any, arm64_sequoia: "d1b3adf00b0d63f9b5bb30212cfa48ca2cbf2500b474ff853a7550be0952c860" + sha256 cellar: :any, arm64_sonoma: "d1b3adf00b0d63f9b5bb30212cfa48ca2cbf2500b474ff853a7550be0952c860" + sha256 cellar: :any, arm64_ventura: "d1b3adf00b0d63f9b5bb30212cfa48ca2cbf2500b474ff853a7550be0952c860" + sha256 cellar: :any, sonoma: "5ec2e13b8cf7c71473206d13af924cfb83330dc9fd9a8c6d67892ce082fe66c4" + sha256 cellar: :any, ventura: "5ec2e13b8cf7c71473206d13af924cfb83330dc9fd9a8c6d67892ce082fe66c4" + sha256 cellar: :any_skip_relocation, arm64_linux: "6dee6d4eb8a1ea03640babb62cc31fdc64aa9d7ed664fe718ded28a422878113" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed073fba1837ebc7d09f13e28c25018b13547426b202af736f3ed2a4076d10c1" end depends_on "node" From 8dc5e9ab21bd33ac963c7385ff9462ef6ce97b25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:48:56 +0000 Subject: [PATCH 09387/10074] cubejs-cli: update 1.3.24 bottle. --- Formula/c/cubejs-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index d6eedd31be80f..61207568672f5 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -6,13 +6,13 @@ class CubejsCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "037778f7500b282d5c9f7e383f401f049e8a59a0bb44d567498d065a324c79da" - sha256 cellar: :any, arm64_sonoma: "037778f7500b282d5c9f7e383f401f049e8a59a0bb44d567498d065a324c79da" - sha256 cellar: :any, arm64_ventura: "037778f7500b282d5c9f7e383f401f049e8a59a0bb44d567498d065a324c79da" - sha256 cellar: :any, sonoma: "c70dc30bf6fc2adfc34fe63089b64097532c6a3a9911f28c3df701658b54b756" - sha256 cellar: :any, ventura: "c70dc30bf6fc2adfc34fe63089b64097532c6a3a9911f28c3df701658b54b756" - sha256 cellar: :any_skip_relocation, arm64_linux: "5108d130ae01d5547b737d8e0f4bfa56b2dd4e8df7590db62179d9a21220c577" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ad15498b4f277b94f5183a86f80e6832c262cd8876264af5fb84ee188c973aad" + sha256 cellar: :any, arm64_sequoia: "3d241f54ab35c50ae3499c2b907bc7858bf069de155ccdcef1679fe076327fe0" + sha256 cellar: :any, arm64_sonoma: "3d241f54ab35c50ae3499c2b907bc7858bf069de155ccdcef1679fe076327fe0" + sha256 cellar: :any, arm64_ventura: "3d241f54ab35c50ae3499c2b907bc7858bf069de155ccdcef1679fe076327fe0" + sha256 cellar: :any, sonoma: "223fb9a9197417ca98e1af2c9494ded9ec72c0a880f1bda30dd0ad360f9ec4cf" + sha256 cellar: :any, ventura: "223fb9a9197417ca98e1af2c9494ded9ec72c0a880f1bda30dd0ad360f9ec4cf" + sha256 cellar: :any_skip_relocation, arm64_linux: "80aff9c33d7382c8e8ff6581ca7b7d339e790966bc28234367f794292980a81f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "04c7af038b3e5860e91b45f9dd942f8b18b039cb4ab445f95d1a3b97a6d4f1e9" end depends_on "node" From a83539d8b9a594a47752280748bb669fdb9c8ae1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:49:20 +0000 Subject: [PATCH 09388/10074] aws-vault: update 7.4.1 bottle. --- Formula/a/aws-vault.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aws-vault.rb b/Formula/a/aws-vault.rb index a209362bddbe2..32e5293c279a2 100644 --- a/Formula/a/aws-vault.rb +++ b/Formula/a/aws-vault.rb @@ -12,12 +12,12 @@ class AwsVault < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e03acfa5e4f2012434737c874c788ba442d23fb30a85489b5843967986eb90a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "700fae47551c32bbb3d3c4ccfe2e9fc8900abe8e3c0b7b7c0a9a08c6028bdec1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "87415e2b25667b5a3c5b6d066ae3720e7283d2c83a1b15aaa9fbf61fb0638924" - sha256 cellar: :any_skip_relocation, sonoma: "ed3dd34aab4bbd6b83f99d30be16bc5e349b28267f3661cd96cd55614b87c9a5" - sha256 cellar: :any_skip_relocation, ventura: "513ed139f51016a6b6d675f20fe5a249dda8888190539554e73c4799c545bffd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf3f930927fd54a0750067d138bddf1029b336309be66f17cab4ab171f832d19" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6f5f8774ff803d104fc4e32b763069c5d92fe9afa432016a1067d34f8a85322" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bfa49e8b1bb3f99fbcd40b1be5eea54ae72b3cb2410aa50e32aed838effe7988" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fbf74c96b7e9a5db48afb4a548980a9756b6098e0eb9fd45184d1193331d728f" + sha256 cellar: :any_skip_relocation, sonoma: "5b733c48565a013d562d24b32afd427bfcc9b06e52c7e3b064af15e3a116214e" + sha256 cellar: :any_skip_relocation, ventura: "27cb395f8086a07c79f6d476cecd255a1a1f4ff90bb6567207654628f7788b40" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb7d3643b2f8ec963d89277c9a46742721d9ab8af167e36becd122d217b25ad5" end depends_on "go" => :build From 759f78c262fbeeb15d47dbb7519685976dd1cce7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:49:41 +0000 Subject: [PATCH 09389/10074] showcert: update 0.4.3 bottle. --- Formula/s/showcert.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/showcert.rb b/Formula/s/showcert.rb index 1d9773d0323e9..8ba74e482d55f 100644 --- a/Formula/s/showcert.rb +++ b/Formula/s/showcert.rb @@ -9,13 +9,13 @@ class Showcert < Formula head "https://github.com/yaroslaff/showcert.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d61e6c0796b64151868481aa13a1b4842df867a3c48df2ae7a25b77355bc7afa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d61e6c0796b64151868481aa13a1b4842df867a3c48df2ae7a25b77355bc7afa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d61e6c0796b64151868481aa13a1b4842df867a3c48df2ae7a25b77355bc7afa" - sha256 cellar: :any_skip_relocation, sonoma: "d679947d8db84b21361a246b5cc297cb12d6be781b10a6fdd2b240dd576a7689" - sha256 cellar: :any_skip_relocation, ventura: "d679947d8db84b21361a246b5cc297cb12d6be781b10a6fdd2b240dd576a7689" - sha256 cellar: :any_skip_relocation, arm64_linux: "d74b7b5d28fc85eab96106abcd9b4c163bda93abec72f2a6d0a3b6c0714015a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d61e6c0796b64151868481aa13a1b4842df867a3c48df2ae7a25b77355bc7afa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d49605464727ec7dfb71f7859bea277eb0b5af731481d3ee873935055413668c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d49605464727ec7dfb71f7859bea277eb0b5af731481d3ee873935055413668c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d49605464727ec7dfb71f7859bea277eb0b5af731481d3ee873935055413668c" + sha256 cellar: :any_skip_relocation, sonoma: "9f7ada62f9442318e146a59d6ae3479cb4537dfec3330623063ea67427780bd7" + sha256 cellar: :any_skip_relocation, ventura: "9f7ada62f9442318e146a59d6ae3479cb4537dfec3330623063ea67427780bd7" + sha256 cellar: :any_skip_relocation, arm64_linux: "071cf3454db467672ba9643674b5ad742d9382f729d20986cd657983ca4fab91" + sha256 cellar: :any_skip_relocation, x86_64_linux: "071cf3454db467672ba9643674b5ad742d9382f729d20986cd657983ca4fab91" end depends_on "certifi" From 1eac076dac38e42ecd4c6378376c9d874d601cea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:49:45 +0000 Subject: [PATCH 09390/10074] crowdin: update 4.8.0 bottle. --- Formula/c/crowdin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/crowdin.rb b/Formula/c/crowdin.rb index 14ba52edca1bb..3a3c642e0c067 100644 --- a/Formula/c/crowdin.rb +++ b/Formula/c/crowdin.rb @@ -11,7 +11,7 @@ class Crowdin < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "c66fb3ec5cf9aae47a3655b43790a0201a13a842c884898b47fbdca36e705aaa" + sha256 cellar: :any_skip_relocation, all: "c38640b286212dfe7a0a19e572d88a5260ac18e5c42472bb1529858083d4fbc5" end depends_on "openjdk" From 6e78a42a23aad5fc109266510e1c3746726863db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:53:25 +0000 Subject: [PATCH 09391/10074] allure 2.34.1 --- Formula/a/allure.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/allure.rb b/Formula/a/allure.rb index f538d3895d9cd..a7bb3d6504210 100644 --- a/Formula/a/allure.rb +++ b/Formula/a/allure.rb @@ -1,8 +1,8 @@ class Allure < Formula desc "Flexible lightweight test report tool" homepage "https://github.com/allure-framework/allure2" - url "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.34.0/allure-commandline-2.34.0.zip" - sha256 "b0554db20cc0472cba2474733560a89805bfaa29c81f65b66763af2ecf80436c" + url "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.34.1/allure-commandline-2.34.1.zip" + sha256 "6eb2e037604744d4ba1f9cad3676cf286974aca48f7839d9b2f7688e1efd79f2" license "Apache-2.0" livecheck do From 1bedb4e66781683c206d76e2b9e89cef6aa68720 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:55:30 +0000 Subject: [PATCH 09392/10074] renovate: update 41.7.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 65b2a80b2415b..45fd6922528e3 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "721df835106765b211604861520b2ea5fb21b9ec1102bace4a882c045fe78a86" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d046eb1e97fb137a1621c2487238e92704c6bde9355dda312cea00052d590f1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce6ecaccd90b00088c8aa129afcd07a8be4c5b2a51f73ed2886882ada51903aa" - sha256 cellar: :any_skip_relocation, sonoma: "485cbbcff405b24292c074d013c033c915e276fe7de43995e153c572f479ced7" - sha256 cellar: :any_skip_relocation, ventura: "4826d093ee7a9fabbe39cc27aa03d6b39ecb0d991dcb956bf930fa22bf04455d" - sha256 cellar: :any_skip_relocation, arm64_linux: "30723c112998796946b6ade4141e85827c3d338aaa921a32eb5bd4a2f9b7801e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "468c390c5b18f8c0d30e30756e986f76dbbdb8468065d024a1d0546c4c832f1e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "afb05e6aebf6da45f277a67587669fbd8e56e7a4e42702a08dc99421c88d653f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "098a2ee1e97ce2d878cd7a5b6f19fd9eecefa3d343e75f82a3c289c4226e09ec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5d68735f844a1ea3360029f95fb6111f8b0e50a50d157949d37f17e615af8ebc" + sha256 cellar: :any_skip_relocation, sonoma: "37005553fd47e95363e9cd4526513335651c2ffb3957d4396fe89170c31d5f10" + sha256 cellar: :any_skip_relocation, ventura: "13a41232d0db3beeb5ec5133cacbbdf20c6b4f0de58af506ed5f728f267f093c" + sha256 cellar: :any_skip_relocation, arm64_linux: "7dae3c0ec3c5f5300f73a14b0a200f5597af79c3507acfcb498e0854dc813f03" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fef6b1e7f6f783e09bc839c1cb3679a6126ae60eef933c33071e6b49338ad91e" end depends_on "node@22" From 938adeb3facdff7dc49a1e9f4697d839cb0128fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:56:46 +0000 Subject: [PATCH 09393/10074] c-blosc2 2.19.0 --- Formula/c/c-blosc2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/c-blosc2.rb b/Formula/c/c-blosc2.rb index 34aa4efbf3806..7e4512660f2bc 100644 --- a/Formula/c/c-blosc2.rb +++ b/Formula/c/c-blosc2.rb @@ -1,8 +1,8 @@ class CBlosc2 < Formula desc "Fast, compressed, persistent binary data store library for C" homepage "https://www.blosc.org" - url "https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.18.0.tar.gz" - sha256 "9fce013de33a3f325937b6c29fd64342c1e71de38df6bb9eda09519583d8aabe" + url "https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.19.0.tar.gz" + sha256 "6aeb448ac490dee2a82fafab97382b62622a32a0e17a2d78d085ae8507f6ddd8" license "BSD-3-Clause" head "https://github.com/Blosc/c-blosc2.git", branch: "main" From a19ef3f5f82ce559b31fd34765d51017994a7693 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:58:04 +0000 Subject: [PATCH 09394/10074] checkstyle 10.26.0 --- Formula/c/checkstyle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/checkstyle.rb b/Formula/c/checkstyle.rb index cdb730c842576..ee297b9199600 100644 --- a/Formula/c/checkstyle.rb +++ b/Formula/c/checkstyle.rb @@ -1,8 +1,8 @@ class Checkstyle < Formula desc "Check Java source against a coding standard" homepage "https://checkstyle.sourceforge.io/" - url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.25.1/checkstyle-10.25.1-all.jar" - sha256 "7518a14b311cabf204070aefad7a187f1d773c785dccfb7b95dbf412e5354621" + url "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.26.0/checkstyle-10.26.0-all.jar" + sha256 "3a881656bdfda16424e423c8228b06ddc62109dbf1ea1da946ef97831d325cb0" license "LGPL-2.1-or-later" bottle do From 4ccf102b8830e7965ad0921ade69d6c0a3b5191a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:59:32 +0000 Subject: [PATCH 09395/10074] cpp-httplib 0.22.0 --- Formula/c/cpp-httplib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cpp-httplib.rb b/Formula/c/cpp-httplib.rb index cd2309591e43a..c599bb1758714 100644 --- a/Formula/c/cpp-httplib.rb +++ b/Formula/c/cpp-httplib.rb @@ -1,8 +1,8 @@ class CppHttplib < Formula desc "C++ header-only HTTP/HTTPS server and client library" homepage "https://github.com/yhirose/cpp-httplib" - url "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.21.0.tar.gz" - sha256 "99cfbce46981994d8f34ed21836510d7d408ffac91315bb22c9584a83e220e60" + url "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.22.0.tar.gz" + sha256 "fcfea48c8f2c386e7085ef8545c8a4875efa30fa6d5cf9dd31f03c6ad038da9d" license "MIT" bottle do From 063cc66a8a67ba2e41bf20745d899c1f41853975 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:05:14 +0000 Subject: [PATCH 09396/10074] snakemake: update 9.6.2 bottle. --- Formula/s/snakemake.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/snakemake.rb b/Formula/s/snakemake.rb index 5a1cb6a1186be..731e255007d75 100644 --- a/Formula/s/snakemake.rb +++ b/Formula/s/snakemake.rb @@ -9,13 +9,13 @@ class Snakemake < Formula head "https://github.com/snakemake/snakemake.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "17ecefffd47f91c7f238fbb1aa479f74691c23ae329de8b4adadc43dfb101311" - sha256 cellar: :any, arm64_sonoma: "f37a1d38201bd762fcf4394c8f36907e49f7646c37f1335220ee4b8c1c1c8cce" - sha256 cellar: :any, arm64_ventura: "4b07ea11ef0f86b8b77eb3567a9045d2a64573874db0c6643c98b03c229d8878" - sha256 cellar: :any, sonoma: "5f6953281e2a3f2e0e1049b2d65590d446026019176e4d18fabfa2cae3e56822" - sha256 cellar: :any, ventura: "13236a5f3d74d8f47368a336caf5baa0e9944a076d6e0422c389f9da02313e67" - sha256 cellar: :any_skip_relocation, arm64_linux: "96d017656d7b9fb18733b3cda6250e8e6b1a66c2c1c098ffa370b5637314975f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0b56fab77bca81c07e6c11676a169098dc7a583b98886b81fd256cc1ca759923" + sha256 cellar: :any, arm64_sequoia: "7cbddb73f2b8e710d4c912bb615beb78b383dfd6f1ed026ed9e41eb7672e1a4e" + sha256 cellar: :any, arm64_sonoma: "c3c3508117138d2729e4cbf7cb277c34f857ab711148634c8e017a97fe42cbc0" + sha256 cellar: :any, arm64_ventura: "6a3430ca32ec32c92a0eedf13a2a4fa83792bf316c68605730027589ddb8d3a2" + sha256 cellar: :any, sonoma: "43b8edff7de007c5eb57cea8737520867f2a49624da712f4d78b731b321f0bb7" + sha256 cellar: :any, ventura: "76a9d3a6109d170d78203f42b2c5543bd2257b8be1afd82fc6c929f08a71df56" + sha256 cellar: :any_skip_relocation, arm64_linux: "d12a4a8b2c1f580d1fbbab5f21d2dbf7fc0b73cff93fbc639fa9a3cc66f7c273" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4c1d1c1d25934294eac1d1ec15781edab1e3d0343cc0adcdfff8da342780a42b" end depends_on "rust" => :build From be6e57c482ae362125caad3fa697444b771422aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:07:19 +0000 Subject: [PATCH 09397/10074] jenkins 2.516 --- Formula/j/jenkins.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jenkins.rb b/Formula/j/jenkins.rb index 36652f2fd2c79..4446ddce7fba0 100644 --- a/Formula/j/jenkins.rb +++ b/Formula/j/jenkins.rb @@ -1,8 +1,8 @@ class Jenkins < Formula desc "Extendable open source continuous integration server" homepage "https://www.jenkins.io/" - url "https://get.jenkins.io/war/2.515/jenkins.war" - sha256 "d07c2a75c35c8451a65fc6508fed1add7bb75e25b9e7b25dd566f286b8ea0ce7" + url "https://get.jenkins.io/war/2.516/jenkins.war" + sha256 "c280303e33fec806a2ca14682da7f8ee9e1de4ff989ca359b2c4f2f4c6ee6034" license "MIT" livecheck do From d53c7c0d03dec7a37e2e2634bec5ed18ba041c85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:08:52 +0000 Subject: [PATCH 09398/10074] c-blosc2: update 2.19.0 bottle. --- Formula/c/c-blosc2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/c-blosc2.rb b/Formula/c/c-blosc2.rb index 7e4512660f2bc..3ac6ce7a0dfd7 100644 --- a/Formula/c/c-blosc2.rb +++ b/Formula/c/c-blosc2.rb @@ -7,13 +7,13 @@ class CBlosc2 < Formula head "https://github.com/Blosc/c-blosc2.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "06858fc531a6fa083376c0c4fdc251af286b32225615e786d245c3663ea5e9f7" - sha256 cellar: :any, arm64_sonoma: "2b58e26620bb98d4ad4f0f6de78279a7ab57a944db71067979263f530a20c14c" - sha256 cellar: :any, arm64_ventura: "7ba4828bf194b49498e7804f6b8f92db2e9f8fd902a47ab0f0b5ed9f55a85e99" - sha256 cellar: :any, sonoma: "b988b12dd846c3b589acd2e5c49953dced17923410cb37b0e7d74f3d9cbb497f" - sha256 cellar: :any, ventura: "f835ba5fa5ae34caa23080247e780373246606d039890675a565fd5c645b5eea" - sha256 cellar: :any_skip_relocation, arm64_linux: "c23e8e9b83acfb0e7e85934354a709b124040915c6dec3fc7fdd81c376d48477" - sha256 cellar: :any_skip_relocation, x86_64_linux: "187f6b60f7242355a1f04a3a4638687de809b1ceada5631391887a37e6c0f93b" + sha256 cellar: :any, arm64_sequoia: "65ebebb1fe4bd5922516d38ac8b704be1859b4985d4daff16b15439883d7f86a" + sha256 cellar: :any, arm64_sonoma: "6057d929ade251025504b13c309f9047971d003168d8882c0f9607789dccb8b3" + sha256 cellar: :any, arm64_ventura: "7bf2b8771eae2a7f155ba889823cb6c706ab9b298ac3dfc866586cfe177c0f4d" + sha256 cellar: :any, sonoma: "c4f3bb8c2cb401adeab6fbb74c4389f9082baa301dc8d6ae0f812070c6e3456e" + sha256 cellar: :any, ventura: "e40342b849909e7e825c984423d8161be8fef3a5473f341860c57f1265b25844" + sha256 cellar: :any_skip_relocation, arm64_linux: "cdaeb6519237799cb71e220766066d2dc378fef187fbef1c3a7d9c0fb5b9fb21" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a786f86b740ef4cd6ba7a82534aeb3113acd375aab74772305ae8c8eb0693930" end depends_on "cmake" => :build From ba89e5c6e4243b87c50dcd8296d05d6abb203d18 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Tue, 24 Jun 2025 10:10:11 -0400 Subject: [PATCH 09399/10074] graphicsmagick: update homepage URL --- Formula/g/graphicsmagick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/graphicsmagick.rb b/Formula/g/graphicsmagick.rb index 0660edc1d6b9c..3023b3b757832 100644 --- a/Formula/g/graphicsmagick.rb +++ b/Formula/g/graphicsmagick.rb @@ -1,6 +1,6 @@ class Graphicsmagick < Formula desc "Image processing tools collection" - homepage "http://www.graphicsmagick.org/" + homepage "https://graphicsmagick.sourceforge.io/" url "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.45/GraphicsMagick-1.3.45.tar.xz" sha256 "dcea5167414f7c805557de2d7a47a9b3147bcbf617b91f5f0f4afe5e6543026b" license "MIT" From d91464dee03b0d2bc001856a6cf689a88e9832b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:10:13 +0000 Subject: [PATCH 09400/10074] libssh 0.11.2 --- Formula/lib/libssh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libssh.rb b/Formula/lib/libssh.rb index f392a671a0b95..046f4464467e6 100644 --- a/Formula/lib/libssh.rb +++ b/Formula/lib/libssh.rb @@ -1,8 +1,8 @@ class Libssh < Formula desc "C library SSHv1/SSHv2 client and server protocols" homepage "https://www.libssh.org/" - url "https://www.libssh.org/files/0.11/libssh-0.11.1.tar.xz" - sha256 "14b7dcc72e91e08151c58b981a7b570ab2663f630e7d2837645d5a9c612c1b79" + url "https://www.libssh.org/files/0.11/libssh-0.11.2.tar.xz" + sha256 "69529fc18f5b601f0baf0e5a4501a2bc26df5e2f116f5f8f07f19fafaa6d04e7" license "LGPL-2.1-or-later" head "https://git.libssh.org/projects/libssh.git", branch: "master" From 03d48b34c39eefd58d958aafcb3c393ba6d82888 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:10:40 +0000 Subject: [PATCH 09401/10074] allure: update 2.34.1 bottle. --- Formula/a/allure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/allure.rb b/Formula/a/allure.rb index a7bb3d6504210..108d4acdfb642 100644 --- a/Formula/a/allure.rb +++ b/Formula/a/allure.rb @@ -11,7 +11,7 @@ class Allure < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "5a1d8d7db1fcd72d2efb93abb3c38a2537f8c7f3ac5badfe62d65923c4aae04f" + sha256 cellar: :any_skip_relocation, all: "8671464d1f75b3438591d2668848c61d47272eda34f851ada9b3e10e89d550ac" end depends_on "openjdk" From 351c2ef091fbc983b14e12801e4e6a717362b2d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:14:02 +0000 Subject: [PATCH 09402/10074] nickel 1.12.1 --- Formula/n/nickel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nickel.rb b/Formula/n/nickel.rb index af2d0941ac7db..c23b5301f2790 100644 --- a/Formula/n/nickel.rb +++ b/Formula/n/nickel.rb @@ -1,8 +1,8 @@ class Nickel < Formula desc "Better configuration for less" homepage "https://nickel-lang.org/" - url "https://github.com/tweag/nickel/archive/refs/tags/1.12.0.tar.gz" - sha256 "7c5fa70c5fde72dd8dc8e7a67d49df8699aaf4e71901ba983bc2fa4fa317de8c" + url "https://github.com/tweag/nickel/archive/refs/tags/1.12.1.tar.gz" + sha256 "b85323b64c082d73dd25b7235e0dc299066f2395fea8846cacb43cc1a70d5840" license "MIT" head "https://github.com/tweag/nickel.git", branch: "master" From 3accb14f1d30581d2c359280500cb5348dab80f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:14:59 +0000 Subject: [PATCH 09403/10074] odbc2parquet 8.0.1 --- Formula/o/odbc2parquet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/odbc2parquet.rb b/Formula/o/odbc2parquet.rb index 0f15037a0acd2..b04ed8c0755de 100644 --- a/Formula/o/odbc2parquet.rb +++ b/Formula/o/odbc2parquet.rb @@ -1,8 +1,8 @@ class Odbc2parquet < Formula desc "CLI to query an ODBC data source and write the result into a Parquet file" homepage "https://github.com/pacman82/odbc2parquet" - url "https://github.com/pacman82/odbc2parquet/archive/refs/tags/v8.0.0.tar.gz" - sha256 "d0f311edd3b6386b15c1510a03c9dae088ef3ce680912545e9f3ceecce340643" + url "https://github.com/pacman82/odbc2parquet/archive/refs/tags/v8.0.1.tar.gz" + sha256 "04d2d0e18e0a1c34d2551faccd5bb639c25132606d42bab41f47cb5de0a7f2e8" license "MIT" head "https://github.com/pacman82/odbc2parquet.git", branch: "main" From d27cdde83ca489926884995438448fdde09f56f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:15:03 +0000 Subject: [PATCH 09404/10074] checkstyle: update 10.26.0 bottle. --- Formula/c/checkstyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/checkstyle.rb b/Formula/c/checkstyle.rb index ee297b9199600..1ac0811237ebb 100644 --- a/Formula/c/checkstyle.rb +++ b/Formula/c/checkstyle.rb @@ -6,7 +6,7 @@ class Checkstyle < Formula license "LGPL-2.1-or-later" bottle do - sha256 cellar: :any_skip_relocation, all: "392847a1ece277befc504c1bbfb9a0c40d90f15ec1c10ba42f39c5199a350b40" + sha256 cellar: :any_skip_relocation, all: "f1524251280759d4726314613748358312ec70206f18cb118e4c435c5bc4b972" end depends_on "openjdk" From 9c818c66069dc65c9bdaf5cd036f373f040dee04 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:16:02 +0000 Subject: [PATCH 09405/10074] opentofu 1.10.0 --- Formula/o/opentofu.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/opentofu.rb b/Formula/o/opentofu.rb index 2ae33d54c795e..61c6c99f14533 100644 --- a/Formula/o/opentofu.rb +++ b/Formula/o/opentofu.rb @@ -1,8 +1,8 @@ class Opentofu < Formula desc "Drop-in replacement for Terraform. Infrastructure as Code Tool" homepage "https://opentofu.org/" - url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.9.1.tar.gz" - sha256 "8fc573e33db7336d307aa671ccea407bd6c3d092a84d22b65f4c1e9968502972" + url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.10.0.tar.gz" + sha256 "2c797b609c97b9398666a3d706f143375ec01634f6fb8f97d503f8be80c9298c" license "MPL-2.0" head "https://github.com/opentofu/opentofu.git", branch: "main" From e623323474e3d41e01bd265750dd19d929fb93c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:16:58 +0000 Subject: [PATCH 09406/10074] osc 1.17.0 --- Formula/o/osc.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/o/osc.rb b/Formula/o/osc.rb index 53044b15816a7..3882f5f658b77 100644 --- a/Formula/o/osc.rb +++ b/Formula/o/osc.rb @@ -3,10 +3,9 @@ class Osc < Formula desc "Command-line interface to work with an Open Build Service" homepage "https://openbuildservice.org" - url "https://github.com/openSUSE/osc/archive/refs/tags/1.16.0.tar.gz" - sha256 "42c7d41bbb6e365a65efcb557eee7cded0bb2abeaa30c94877ebc5bc784c1076" + url "https://github.com/openSUSE/osc/archive/refs/tags/1.17.0.tar.gz" + sha256 "12e1d4fcca71a5b8e23dfc6476292d6c70bdda240ac597b7664d6df7aea90469" license "GPL-2.0-or-later" - revision 1 head "https://github.com/openSUSE/osc.git", branch: "master" livecheck do From e10236eebf57dce8d2d76e1a6316d6690b6e905f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:18:03 +0000 Subject: [PATCH 09407/10074] pint 0.74.3 --- Formula/p/pint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pint.rb b/Formula/p/pint.rb index 8b5d5d116ace8..b0f9f5113708e 100644 --- a/Formula/p/pint.rb +++ b/Formula/p/pint.rb @@ -1,8 +1,8 @@ class Pint < Formula desc "Prometheus rule linter/validator" homepage "https://cloudflare.github.io/pint/" - url "https://github.com/cloudflare/pint/archive/refs/tags/v0.74.2.tar.gz" - sha256 "7cbb0209a6318799cff3a3f6356dc9a318a6b78f42d082b2041303989adec946" + url "https://github.com/cloudflare/pint/archive/refs/tags/v0.74.3.tar.gz" + sha256 "b463ecf811bc6e67a3f8cc6793963eb4d917a8dfa6f3e79e9c8a8c8fadff84cd" license "Apache-2.0" bottle do From 466b83a4096c78739e55327631eb9bc20b11afcd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:18:24 +0000 Subject: [PATCH 09408/10074] cpp-httplib: update 0.22.0 bottle. --- Formula/c/cpp-httplib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cpp-httplib.rb b/Formula/c/cpp-httplib.rb index c599bb1758714..b218347e0e592 100644 --- a/Formula/c/cpp-httplib.rb +++ b/Formula/c/cpp-httplib.rb @@ -6,7 +6,7 @@ class CppHttplib < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "43b18dd24ee06d5a37be3a088b37b9a2d7bc4d8dd126c9b8f394f3c33c396c96" + sha256 cellar: :any_skip_relocation, all: "6682d27b96ed236216b0192356aa2fe8744b7baf7fa06f8128f9f4c17eefd81d" end depends_on "cmake" => :build From ef0e947a5259911e3079de25b98aa548cc6d0d10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:20:12 +0000 Subject: [PATCH 09409/10074] rattler-index 0.23.2 --- Formula/r/rattler-index.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rattler-index.rb b/Formula/r/rattler-index.rb index e75c4e4a60a2a..eee22b2e21e80 100644 --- a/Formula/r/rattler-index.rb +++ b/Formula/r/rattler-index.rb @@ -1,8 +1,8 @@ class RattlerIndex < Formula desc "Index conda channels using rattler" homepage "https://github.com/conda/rattler" - url "https://github.com/conda/rattler/archive/refs/tags/rattler_index-v0.23.1.tar.gz" - sha256 "9a4f44d6ffbb49978f7535ee100ef1845d1570c4bedf8d959073e05e3ca651fb" + url "https://github.com/conda/rattler/archive/refs/tags/rattler_index-v0.23.2.tar.gz" + sha256 "a7635c5b85e2395f66a963eca1c5988d8a94ec413907bb4e7e656ba9f343580d" license "BSD-3-Clause" head "https://github.com/conda/rattler.git", branch: "main" From c051fc82c34f75eb878986679ec86f6dcfc5d3ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:21:02 +0000 Subject: [PATCH 09410/10074] rover 0.34.1 --- Formula/r/rover.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index 2c47d72860c77..19afd6bee4aaa 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -1,8 +1,8 @@ class Rover < Formula desc "CLI for managing and maintaining data graphs with Apollo Studio" homepage "https://www.apollographql.com/docs/rover/" - url "https://github.com/apollographql/rover/archive/refs/tags/v0.34.0.tar.gz" - sha256 "edbcb43f35d6ea3c9e39fa5fb808d4f568eed4c86ac805f2c650e85069f12559" + url "https://github.com/apollographql/rover/archive/refs/tags/v0.34.1.tar.gz" + sha256 "7d59913aecaf4aa13c6d513988c59ff2d76629c048344c3711a7a7a7780c8476" license "MIT" head "https://github.com/apollographql/rover.git", branch: "main" From 9f072920ed3f129602309be98d51b7142f14514c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:24:06 +0000 Subject: [PATCH 09411/10074] spidermonkey 128.12.0 --- Formula/s/spidermonkey.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/spidermonkey.rb b/Formula/s/spidermonkey.rb index f3295474945ff..94a95219ec5ba 100644 --- a/Formula/s/spidermonkey.rb +++ b/Formula/s/spidermonkey.rb @@ -1,9 +1,9 @@ class Spidermonkey < Formula desc "JavaScript-C Engine" homepage "https://spidermonkey.dev" - url "https://archive.mozilla.org/pub/firefox/releases/128.11.0esr/source/firefox-128.11.0esr.source.tar.xz" - version "128.11.0" - sha256 "f2ed90374a670fe5eccfd5bf36d2e311affd955d1f3507861c738b9aa7a1ffec" + url "https://archive.mozilla.org/pub/firefox/releases/128.12.0esr/source/firefox-128.12.0esr.source.tar.xz" + version "128.12.0" + sha256 "2bedeb86c6cb16cd3fce88d42ae4e245bafe2c6e9221ba8e445b8e02e89d973f" license "MPL-2.0" head "https://hg.mozilla.org/mozilla-central", using: :hg From 87778bac0b67d54338b4ecf6c9316c5f362a5637 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:24:26 +0000 Subject: [PATCH 09412/10074] sqruff 0.27.0 --- Formula/s/sqruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 6931c7542365c..12f39cc231f78 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -1,8 +1,8 @@ class Sqruff < Formula desc "Fast SQL formatter/linter" homepage "https://github.com/quarylabs/sqruff" - url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.26.8.tar.gz" - sha256 "7c43959e659f6cbc75ea479ecd84428871786c5a14b420b27117f31633c289b6" + url "https://github.com/quarylabs/sqruff/archive/refs/tags/v0.27.0.tar.gz" + sha256 "eca6f294ed6f8f9f59c992a4e5803dd7a18430959cc3647f117c21ffcf969810" license "Apache-2.0" head "https://github.com/quarylabs/sqruff.git", branch: "main" From 305535eef422d70f16397688007a5578a787e988 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:26:36 +0000 Subject: [PATCH 09413/10074] testkube 2.1.160 --- Formula/t/testkube.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 47da0e187b4c3..895431253dbfc 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -1,8 +1,8 @@ class Testkube < Formula desc "Kubernetes-native framework for test definition and execution" homepage "https://testkube.io" - url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.159.tar.gz" - sha256 "d2f6d40448b414cbc57db9f949a554ea4d45cfe11f619d902a35623b72ef2f80" + url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.160.tar.gz" + sha256 "e989a97a488e5c5baa2ac16d7fe62dc9019af75739d787c19f55b52e03b4e168" license "MIT" head "https://github.com/kubeshop/testkube.git", branch: "main" From dc593e55df4f628301e1c26197d26963e538d636 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:28:21 +0000 Subject: [PATCH 09414/10074] vercel-cli 44.2.0 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index dbf4d28ae22db..355b0e398c539 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-44.1.0.tgz" - sha256 "33ef2c46bee8bd96bc12f0aa6019533ec6fba864b6bdbae309d23f2c9fa779fd" + url "https://registry.npmjs.org/vercel/-/vercel-44.2.0.tgz" + sha256 "22e493701ca95d406934feef1ccdf8c54d7aec15576ef9b3b860ecd1dc95450e" license "Apache-2.0" bottle do From b30a79e59f03e22cf2751f811a0f4d444f825b93 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 24 Jun 2025 14:58:15 +0000 Subject: [PATCH 09415/10074] direwolf: update 1.7_1 bottle. --- Formula/d/direwolf.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/d/direwolf.rb b/Formula/d/direwolf.rb index 066f8e322c4b5..bf69119077445 100644 --- a/Formula/d/direwolf.rb +++ b/Formula/d/direwolf.rb @@ -23,15 +23,13 @@ class Direwolf < Formula no_autobump! because: :requires_manual_review bottle do - sha256 arm64_sequoia: "fb3b2a272641595f3ea481b05ac39409f75466cdf50fc9592b3cdddeca1b3d20" - sha256 arm64_sonoma: "f15cf78ea350bac7d0daf8663e54242eed663f577400de7630f8225c4e08e340" - sha256 arm64_ventura: "494d3a0854c7d919fa8446915bec34806b387c138fd23210c05ab3677c701faf" - sha256 arm64_monterey: "1c437d0c62b29032faf6eb115caef44b62bc7ef7525d5a137c09eec5015a0f49" - sha256 sonoma: "5ad4a23ede0053b7c587b99514c48982378ad7f5e4ae4871e8b8eea6dccb6249" - sha256 ventura: "e3064f51ee693453adc1e25a4dc7e7f1617f51d070dc209c847a7459968de0dc" - sha256 monterey: "16947ff3e289c953ddb75acb44215ab7f74a5128a20464cfb7f6332b4438f25d" - sha256 cellar: :any_skip_relocation, arm64_linux: "2dc92264176a4397db556c4add6b01609e6a0364a39359f4b9d04adee3b1ec97" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b20722ff017ed04a511f79061ad26959cdb92e5c7dc1080dbc22cc05c07e374" + sha256 arm64_sequoia: "f99bcf9fef1cc83130d68c43ae4da0bb86cf3020c53898272c9f3dc3fe1a69b6" + sha256 arm64_sonoma: "d99b828167a2e694d76319a97c1a5806be165f0005849fad1f3c2ed31b8b3486" + sha256 arm64_ventura: "32e606d1d65f94fb27a348abf01abadd78c74601c89c47d4ad84bc957fe0c071" + sha256 sonoma: "f34cd15417a27425220ab4f6624f6c90844eb7ac5c15785cccb9122a49537f9e" + sha256 ventura: "185a41a84b513d3bbc9427a55675abdcbdde62b0dca9b736f9016f135f6a5268" + sha256 cellar: :any_skip_relocation, arm64_linux: "29394877b827bdec83e7082dd20c31ff3481bccbbdb98f77c243b90788c60ff4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "89c355af2b949f2b14372ef9b9935a0de9aca700660987313d52f30887e51a8d" end depends_on "cmake" => :build From 063c81ce78711f806e35a68b1a7df650898ac44f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 24 Jun 2025 14:58:15 +0000 Subject: [PATCH 09416/10074] gpsd: update 3.26.1 bottle. --- Formula/g/gpsd.rb | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Formula/g/gpsd.rb b/Formula/g/gpsd.rb index c0f9c9e4c0ed2..713ab8705cf5b 100644 --- a/Formula/g/gpsd.rb +++ b/Formula/g/gpsd.rb @@ -15,16 +15,13 @@ class Gpsd < Formula no_autobump! because: :requires_manual_review bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "9a3bb3d5594e1b63686b3d40b42f1d8dedf396b03c952a6a758d74d374c08452" - sha256 cellar: :any, arm64_sonoma: "938cf9f4d6bd4ad1ab1ef1f553921dbc6db46810fff2715f25ad8c0aae4a1258" - sha256 cellar: :any, arm64_ventura: "12a924778ab1fcc13aff5d84ac712db09bc964f85fc57b7677f1566c5e870008" - sha256 cellar: :any, arm64_monterey: "7ce33dccf34d5beab1ebd4a98dfd1b3bb284be93a43e367e5bb446258da36144" - sha256 cellar: :any, sonoma: "db21b97f74091e71a97e6e0aa09352bc651c6dd95245d408b9ab11c1b4354a07" - sha256 cellar: :any, ventura: "2b7ae1f6de349089583d3a426f4240eca86cb98d478ed11a1156f8835664f4d1" - sha256 cellar: :any, monterey: "583ff8896e5f9f211c5487dc35cb54b1ccecb16b1b3d466c5ba8112ff90ea0fe" - sha256 cellar: :any_skip_relocation, arm64_linux: "fb850dbc722b6e0dbdd8340ec74918b905ae3122da9ff2037754e79f3970671d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "06b4c52b968483ec4a90e103696af37e423555b2c3808ce726feb0a1855f87b8" + sha256 cellar: :any, arm64_sequoia: "54e49549e87a088ae8fded07a143dbf8cdd016d9b0b7adbba6ac2b56b8bd9827" + sha256 cellar: :any, arm64_sonoma: "b167722509389681bbbc08adda95eeddfaa7ea6be024ab60fc2d719212a01c88" + sha256 cellar: :any, arm64_ventura: "5fd0ddadcb70eecd5489f8edc43cffeb22bf7c66d8fe1427d86fbec7e3e61bb9" + sha256 cellar: :any, sonoma: "6b28340a45b296b6d53262302f16f049c1e89d05d63a27c73c7f7f57800fbd86" + sha256 cellar: :any, ventura: "579f7f0ede210c94a98e5f3c2316ed24ef39b03eb990606dab320e0fc453852e" + sha256 cellar: :any_skip_relocation, arm64_linux: "2f1e1dc7c86b2b007721d43fff1861914f20532f7f1731c1388655128504fc4d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bae4fededf6c737937b9fd73e7ecde613a6c7ffcdafaa36b879eab89397ce64c" end depends_on "asciidoctor" => :build From e31654164d53f5355cd8cf53c402d79a08fe3ddd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 24 Jun 2025 14:58:15 +0000 Subject: [PATCH 09417/10074] olsrd: update 0.9.8_2 bottle. --- Formula/o/olsrd.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Formula/o/olsrd.rb b/Formula/o/olsrd.rb index 0de2a7b87b9f7..e588d56caaeee 100644 --- a/Formula/o/olsrd.rb +++ b/Formula/o/olsrd.rb @@ -14,17 +14,13 @@ class Olsrd < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "874cb9fc08951755b92d6f4310d46d3204bf67785ae95d96d07ef754f22fbb83" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6c4e30770465a800d9d40fbf7098db2cbcffb15c511fdff67f9e6efda615122" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5855775631424ec0e2b51d6f3a08a83e595865c4f3090c24756d77a36f2d088b" - sha256 cellar: :any_skip_relocation, arm64_monterey: "595f6879e8ea37977d87ce63927c7e731dde41717b070cec7faa8426e1c43109" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "46f59369b499e8dd35c9ae619ce0b893e0324778500a08007ece6c1329d19cdd" - sha256 cellar: :any_skip_relocation, sonoma: "e3a78a11535c74218df2662750962b39aab888ecd39e5c57571befaf0a608b5d" - sha256 cellar: :any_skip_relocation, ventura: "b8950dc67c22e934018c5898834001cfa8345f2828acee9fea14ce7b7131dc4f" - sha256 cellar: :any_skip_relocation, monterey: "a995c9cac2e2cb70a3235322c39fb259e634c932b45f0a64499c347003a03489" - sha256 cellar: :any_skip_relocation, big_sur: "5e94afd5a8ed394b3fae056b10af1575c6a4383500978c7afe0b1ee375c8b4bb" - sha256 cellar: :any_skip_relocation, arm64_linux: "d8073b7d08955c4be42a261b9445bb61780e5e4650c9f8aca128eae05287b873" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2acf80ab45800922a52d9df98d466e657ff8b7d2dedb05cd9cd1c18f09457388" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0aeb303759d085dad7b581e75104d268df5b320c64abe9030b55a10ab6cfbd6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b708682b004bbec11078438431bcfe45287081bfad38dc5642e3b66b8917d6b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5d0390ab383fd753be5a69c7cf979639928716aecbd30cf7125d226c9aec00cf" + sha256 cellar: :any_skip_relocation, sonoma: "b455eae0e98b02d306ac032239b28c361031d79ba60d05739da0cad83c01a60e" + sha256 cellar: :any_skip_relocation, ventura: "abaac5b8b0b1a3a783e76b8d2e68acb4d51c3c6a4086e5bd78d94f598ea28460" + sha256 cellar: :any_skip_relocation, arm64_linux: "b20249ebcbba2d3ca74f80ec36e6f412cf0bc7e14d80faff72f3e032b7e07f45" + sha256 cellar: :any_skip_relocation, x86_64_linux: "33113cc2b9ddad06caa174c9fc98e49b3aa4bbb01ede5b82945d7d9c597be727" end uses_from_macos "bison" => :build From 6c149cd051b434db29d9d48a1a996da99f5d9851 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:06:11 +0000 Subject: [PATCH 09418/10074] vercel-cli: update 44.2.0 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 355b0e398c539..44324816dd3f1 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "92c1a0ccb2a8dfeb1b2b98f684c6c6a4c63fc78fbc90d3fdfb934c0ee60a9f8b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "92c1a0ccb2a8dfeb1b2b98f684c6c6a4c63fc78fbc90d3fdfb934c0ee60a9f8b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "92c1a0ccb2a8dfeb1b2b98f684c6c6a4c63fc78fbc90d3fdfb934c0ee60a9f8b" - sha256 cellar: :any_skip_relocation, sonoma: "ab2c359e0172d88fe64860058e9b02b0623bbdb1e69928354a6abe26d2b59526" - sha256 cellar: :any_skip_relocation, ventura: "ab2c359e0172d88fe64860058e9b02b0623bbdb1e69928354a6abe26d2b59526" - sha256 cellar: :any_skip_relocation, arm64_linux: "14bfe80700143c54e223f3b07da4d05eaff2d67f5e909080edf4cc5f1b5f2a79" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b0ca5ed203ea1db6301a8763b73098580dee8033ad90cf9beacd3803aaeac0e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fb7438939a732efc31edf8f2cfbe7190034026e4497be074fcfffca3f42e68a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fb7438939a732efc31edf8f2cfbe7190034026e4497be074fcfffca3f42e68a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6fb7438939a732efc31edf8f2cfbe7190034026e4497be074fcfffca3f42e68a" + sha256 cellar: :any_skip_relocation, sonoma: "44ca38cc9082444ff5e1d6a6b62254e153037017831a39e5d97e010437806154" + sha256 cellar: :any_skip_relocation, ventura: "44ca38cc9082444ff5e1d6a6b62254e153037017831a39e5d97e010437806154" + sha256 cellar: :any_skip_relocation, arm64_linux: "13177102bb80d884b400521753352a6e9b57f57b4fe8bc097cf7a423f1860679" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c0fb25c1faf693cc3916153887d669e34785cdc61d05d35e876328d7e7c5a9f5" end depends_on "node" From ceb9dd5cdb87c48245c838c53f22f5804f419423 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:06:22 +0000 Subject: [PATCH 09419/10074] testkube: update 2.1.160 bottle. --- Formula/t/testkube.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 895431253dbfc..1b00078838eb5 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -12,12 +12,12 @@ class Testkube < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "97a35e9bd84f1739e23f9298e4b92828e68fa234e632978270737248174feb5e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "97a35e9bd84f1739e23f9298e4b92828e68fa234e632978270737248174feb5e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "97a35e9bd84f1739e23f9298e4b92828e68fa234e632978270737248174feb5e" - sha256 cellar: :any_skip_relocation, sonoma: "17bd83048ddc8b23ff3848f42c969a6b3c091dbff9ff8ebc89850f54ba0bf6cd" - sha256 cellar: :any_skip_relocation, ventura: "17bd83048ddc8b23ff3848f42c969a6b3c091dbff9ff8ebc89850f54ba0bf6cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e565b649e9ccc43ecea0d40287c8d26c9116edc997854a0226b7458d278158e5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c4459cf6ce5849cf58169c649557b574c05aeb502701cb0a8037c10b2677376" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c4459cf6ce5849cf58169c649557b574c05aeb502701cb0a8037c10b2677376" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8c4459cf6ce5849cf58169c649557b574c05aeb502701cb0a8037c10b2677376" + sha256 cellar: :any_skip_relocation, sonoma: "70e0518af426e5872c65c1f46b1a88571ebd1aeb02847bc06c21b94823caeace" + sha256 cellar: :any_skip_relocation, ventura: "70e0518af426e5872c65c1f46b1a88571ebd1aeb02847bc06c21b94823caeace" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a65db30dd959f045124053b3902273a739b940ce67b823f5fecfe52f7b2ac60" end depends_on "go" => :build From aa62db022a34b735a274dc1528fe6fd5bc0a9b24 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Jun 2025 22:50:03 +0000 Subject: [PATCH 09420/10074] assimp 6.0.2 --- Formula/a/assimp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/assimp.rb b/Formula/a/assimp.rb index 7f105355facad..45fc680818051 100644 --- a/Formula/a/assimp.rb +++ b/Formula/a/assimp.rb @@ -1,8 +1,8 @@ class Assimp < Formula desc "Portable library for importing many well-known 3D model formats" homepage "https://www.assimp.org/" - url "https://github.com/assimp/assimp/archive/refs/tags/v6.0.1.tar.gz" - sha256 "0c6ec0e601cab4700019c1e60b5cd332cc6355e63e59c11344693623c08a7d38" + url "https://github.com/assimp/assimp/archive/refs/tags/v6.0.2.tar.gz" + sha256 "d1822d9a19c9205d6e8bc533bf897174ddb360ce504680f294170cc1d6319751" # NOTE: BSD-2-Clause is omitted as contrib/Open3DGC/o3dgcArithmeticCodec.c is not used license all_of: [ "BSD-3-Clause", From 00f81645a542200c383b27daa4a14bcfaa35e4a6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Jun 2025 14:03:49 -0400 Subject: [PATCH 09421/10074] alias: add assimp@6 Signed-off-by: Rui Chen --- Aliases/assimp@6 | 1 + 1 file changed, 1 insertion(+) create mode 120000 Aliases/assimp@6 diff --git a/Aliases/assimp@6 b/Aliases/assimp@6 new file mode 120000 index 0000000000000..28e7837394f7b --- /dev/null +++ b/Aliases/assimp@6 @@ -0,0 +1 @@ +../Formula/a/assimp.rb \ No newline at end of file From 1f08a5204a7ead2dcb55667c610a299a80cdfc4c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Jun 2025 14:06:16 -0400 Subject: [PATCH 09422/10074] assimp@5 5.4.3 (new formula) Signed-off-by: Rui Chen --- Formula/a/assimp@5.rb | 85 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 Formula/a/assimp@5.rb diff --git a/Formula/a/assimp@5.rb b/Formula/a/assimp@5.rb new file mode 100644 index 0000000000000..35a7dc1c29a66 --- /dev/null +++ b/Formula/a/assimp@5.rb @@ -0,0 +1,85 @@ +class AssimpAT5 < Formula + desc "Portable library for importing many well-known 3D model formats" + homepage "https://www.assimp.org/" + url "https://github.com/assimp/assimp/archive/refs/tags/v5.4.3.tar.gz" + sha256 "66dfbaee288f2bc43172440a55d0235dfc7bf885dda6435c038e8000e79582cb" + # NOTE: BSD-2-Clause is omitted as contrib/Open3DGC/o3dgcArithmeticCodec.c is not used + license all_of: [ + "BSD-3-Clause", + "CC-PDDC", # code/AssetLib/Assjson/cencode.* (code from libb64) + "MIT", # code/AssetLib/M3D/m3d.h, contrib/{openddlparser,pugixml,rapidjson} + "BSL-1.0", # contrib/{clipper,utf8cpp} + "Unlicense", # contrib/zip + "Zlib", # contrib/unzip + ] + + livecheck do + url :stable + regex(/^v?(5(?:\.\d+)+)$/i) + end + + keg_only :versioned_formula + + depends_on "cmake" => :build + depends_on "ninja" => :build + + uses_from_macos "zlib" + + def install + args = %W[ + -DASSIMP_BUILD_TESTS=OFF + -DASSIMP_BUILD_ASSIMP_TOOLS=ON + -DCMAKE_INSTALL_RPATH=#{rpath} + ] + + system "cmake", " -S", ".", "-B", "build", "-G", "Ninja", *args, *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" + end + + test do + # Library test. + (testpath/"test.cpp").write <<~CPP + #include + int main() { + Assimp::Importer importer; + return 0; + } + CPP + system ENV.cc, "-std=c++11", "test.cpp", "-L#{lib}", "-lassimp", "-o", "test" + system "./test" + + # Application test. + (testpath/"test.obj").write <<~EOS + # WaveFront .obj file - a single square based pyramid + + # Start a new group: + g MySquareBasedPyramid + + # List of vertices: + # Front left + v -0.5 0 0.5 + # Front right + v 0.5 0 0.5 + # Back right + v 0.5 0 -0.5 + # Back left + v -0.5 0 -0.5 + # Top point (top of pyramid). + v 0 1 0 + + # List of faces: + # Square base (note: normals are placed anti-clockwise). + f 4 3 2 1 + # Triangle on front + f 1 2 5 + # Triangle on back + f 3 4 5 + # Triangle on left side + f 4 1 5 + # Triangle on right side + f 2 3 5 + EOS + system bin/"assimp", "export", "test.obj", "test.ply" + end +end From b4c2635f16f0cb22eccfc04fd2f354c648681b28 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 19:27:38 -0400 Subject: [PATCH 09423/10074] coal: revision bump (assimp 6.0.2) Signed-off-by: Rui Chen --- Formula/c/coal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/coal.rb b/Formula/c/coal.rb index 779714fc7872c..7aabb7fa60c9c 100644 --- a/Formula/c/coal.rb +++ b/Formula/c/coal.rb @@ -4,7 +4,7 @@ class Coal < Formula url "https://github.com/coal-library/coal/releases/download/v3.0.1/coal-3.0.1.tar.gz" sha256 "b9609301baefbbf45b4e0f80865abc2b2dcbb69c323a55b0cd95f141959c478c" license "BSD-2-Clause" - revision 1 + revision 2 head "https://github.com/coal-library/coal.git", branch: "devel" livecheck do From ca185bde985e26cb50b2c5dbc4756da4c3039ada Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 19:27:39 -0400 Subject: [PATCH 09424/10074] dartsim: revision bump (assimp 6.0.2) Signed-off-by: Rui Chen --- Formula/d/dartsim.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/dartsim.rb b/Formula/d/dartsim.rb index be1de6074f0ab..11cfdd70f28f5 100644 --- a/Formula/d/dartsim.rb +++ b/Formula/d/dartsim.rb @@ -4,7 +4,7 @@ class Dartsim < Formula url "https://github.com/dartsim/dart/archive/refs/tags/v6.15.0.tar.gz" sha256 "bbf954e283f464f6d0a8a5ab43ce92fd49ced357ccdd986c7cb4c29152df8692" license "BSD-2-Clause" - revision 2 + revision 3 bottle do sha256 arm64_sequoia: "57838cb631dac3c85c350663acee1b0582481212eac4a029d00792b58da5f814" From 26e88683c6999a64c9c2da143c9edad8abed8595 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 19:27:39 -0400 Subject: [PATCH 09425/10074] f3d: revision bump (assimp 6.0.2) Signed-off-by: Rui Chen f3d: use `assimp@5` Signed-off-by: Rui Chen --- Formula/f/f3d.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/f/f3d.rb b/Formula/f/f3d.rb index 9c90092852cdd..83291b43b0a91 100644 --- a/Formula/f/f3d.rb +++ b/Formula/f/f3d.rb @@ -4,6 +4,7 @@ class F3d < Formula url "https://github.com/f3d-app/f3d/archive/refs/tags/v3.1.0.tar.gz" sha256 "93ba23078133122e929d9c1e2946c86da1f08fe56b9ffae40ebfd8185e91380a" license "BSD-3-Clause" + revision 1 # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are # labeled as "pre-release" on GitHub before the version is released, so it's @@ -23,7 +24,7 @@ class F3d < Formula depends_on "cmake" => :build depends_on "alembic" - depends_on "assimp" + depends_on "assimp@5" depends_on "glew" depends_on "jsoncpp" depends_on "opencascade" From 974a02681cb8b08d33673aa03236dbae8ae8dfda Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 19:27:39 -0400 Subject: [PATCH 09426/10074] pioneer: revision bump (assimp 6.0.2) Signed-off-by: Rui Chen --- Formula/p/pioneer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/pioneer.rb b/Formula/p/pioneer.rb index 98709bc789aef..c96b91b781939 100644 --- a/Formula/p/pioneer.rb +++ b/Formula/p/pioneer.rb @@ -4,6 +4,7 @@ class Pioneer < Formula url "https://github.com/pioneerspacesim/pioneer/archive/refs/tags/20250501.tar.gz" sha256 "959902d98a79536bd44f25bd7b29e48da94aeac597228776b0f91635877f362e" license "GPL-3.0-only" + revision 1 head "https://github.com/pioneerspacesim/pioneer.git", branch: "master" bottle do From c7a1563a720db24aa41a9ca2e843b93d6f035e6a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 19:27:39 -0400 Subject: [PATCH 09427/10074] qt: revision bump (assimp 6.0.2) Signed-off-by: Rui Chen qt: use `assimp@5` Signed-off-by: Rui Chen qt: resolve build error on macOS 12 Monterey: Qt requires at least version 14 of the platform SDK, you're building against version 13.1. Signed-off-by: Rui Chen --- Formula/q/qt.rb | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/Formula/q/qt.rb b/Formula/q/qt.rb index 1840f47c71c91..f6db44d009b85 100644 --- a/Formula/q/qt.rb +++ b/Formula/q/qt.rb @@ -14,6 +14,7 @@ class Qt < Formula { "GPL-3.0-only" => { with: "Qt-GPL-exception-1.0" } }, "LGPL-3.0-only", ] + revision 1 head "https://code.qt.io/qt/qt5.git", branch: "dev" # The first-party website doesn't make version information readily available, @@ -43,7 +44,7 @@ class Qt < Formula depends_on "vulkan-loader" => [:build, :test] depends_on xcode: :build - depends_on "assimp" + depends_on "assimp@5" depends_on "brotli" depends_on "dbus" depends_on "double-conversion" @@ -139,6 +140,10 @@ class Qt < Formula sha256 "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" end + # Fix for `invalid use of attribute 'fallthrough'` with GCC <= 12 and gperf >= 3.2 + # https://bugreports.qt.io/browse/QTBUG-137278 (fixed in 6.9.2) + patch :DATA + def install python3 = "python3.13" @@ -220,6 +225,8 @@ def install # See https://bugreports.qt.io/browse/QTBUG-130922 cmake_args << "-DBUILD_qtwebengine=OFF" if MacOS::Xcode.version < "15.3" + cmake_args << "-DQT_FORCE_WARN_APPLE_SDK_AND_XCODE_CHECK=ON" if MacOS.version <= :monterey + %W[ -DCMAKE_OSX_DEPLOYMENT_TARGET=#{MacOS.version}.0 -DQT_FEATURE_ffmpeg=OFF @@ -412,3 +419,22 @@ def caveats assert_equal HOMEBREW_PREFIX.to_s, shell_output("#{bin}/qmake -query QT_INSTALL_PREFIX").chomp end end +__END__ +--- a/qtwebengine/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/gperf.py 2025-05-29 21:23:49.565413007 +0000 ++++ b/qtwebengine/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/gperf.py 2025-05-29 21:24:07.164764001 +0000 +@@ -35,8 +35,11 @@ + # https://savannah.gnu.org/bugs/index.php?53028 + gperf_output = re.sub(r'\bregister ', '', gperf_output) + # -Wimplicit-fallthrough needs an explicit fallthrough statement, +- # so replace gperf's /*FALLTHROUGH*/ comment with the statement. +- # https://savannah.gnu.org/bugs/index.php?53029 +- gperf_output = gperf_output.replace('/*FALLTHROUGH*/', +- ' [[fallthrough]];') ++ # so replace gperf 3.1's /*FALLTHROUGH*/ comment with the statement. ++ # https://savannah.gnu.org/bugs/index.php?53029 (fixed in 3.2) ++ if re.search( ++ r'/\* C\+\+ code produced by gperf version 3\.[01](\.\d+)? \*/', ++ gperf_output): ++ gperf_output = gperf_output.replace('/*FALLTHROUGH*/', ++ ' [[fallthrough]];') + # -Wpointer-to-int-cast warns about casting pointers to smaller ints From 88e1ef2776210ec172e78a9c9f218ed3d2481c7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:07:19 +0000 Subject: [PATCH 09428/10074] sqruff: update 0.27.0 bottle. --- Formula/s/sqruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sqruff.rb b/Formula/s/sqruff.rb index 12f39cc231f78..1cf4a430f6e73 100644 --- a/Formula/s/sqruff.rb +++ b/Formula/s/sqruff.rb @@ -7,13 +7,13 @@ class Sqruff < Formula head "https://github.com/quarylabs/sqruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8648323864f7246413a41433a32f977e51d34d324e623c67f15a26cbab7ecef7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8948138d7e6d2d3030e4dfb6702ca3e85695c2fce24ccbdc6239087bd4803ad" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f61b9841439867728d58c2d68a0ecfb5c95cb889c5f29303a32bb74495f5d3f2" - sha256 cellar: :any_skip_relocation, sonoma: "632072f4ef16b658ff152880f1da929b238669ce00c03e6f2b8dd6802228cec9" - sha256 cellar: :any_skip_relocation, ventura: "1b72de3d880931b1c1c96afd2196b22d1622a8ae2dd3bcdb69680c2d1ce70ebf" - sha256 cellar: :any_skip_relocation, arm64_linux: "c0d3dbce19257478edd21974b01d945b66ded3526fd9bd24c7eda1b9ce0d0e99" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6902f4b410fd6085326901a76412f395c819d780e5a0d9c8336aa555df021423" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "06aa43cd72c7a547d5b99bb89b8cf71bbbcef40583229e17d381c24a81460db7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "12d16d87bff5b28c226a364723131772109773b2d0e612df0d1f705081ccf4d1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f4200dfa79fa68db910aa5ea932f57cf84de41383d213f157836abedb6b9bf52" + sha256 cellar: :any_skip_relocation, sonoma: "240ceea346e455b7663184c1583dedcee605377afabf6579ab140951e6a882ea" + sha256 cellar: :any_skip_relocation, ventura: "685c60a24383537411a8b74c0e353b7826f7577af5aa565620533056a1579c5e" + sha256 cellar: :any_skip_relocation, arm64_linux: "4db683a37dae7e62cab2c4e0b200f24359346616a54f33581f23d67e5037b859" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5107aa70755ed38db9a1fd25798591cdb470b6678765fcfe8d79695d3d928ea5" end depends_on "rust" => :build From f3f8dec0135383cfa8dc79bee9f42152f1906944 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:07:28 +0000 Subject: [PATCH 09429/10074] apify-cli: update 0.21.8 bottle. --- Formula/a/apify-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/apify-cli.rb b/Formula/a/apify-cli.rb index ee5cda630fd57..a33ab1f134bf5 100644 --- a/Formula/a/apify-cli.rb +++ b/Formula/a/apify-cli.rb @@ -8,13 +8,13 @@ class ApifyCli < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ae581a2de5d04f71ed21bff741bab73f275def98521c4646589f394442e14d9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ae581a2de5d04f71ed21bff741bab73f275def98521c4646589f394442e14d9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5ae581a2de5d04f71ed21bff741bab73f275def98521c4646589f394442e14d9" - sha256 cellar: :any_skip_relocation, sonoma: "edc91262c7350a16c35917ac43cf9be41c5e869d828c65c57c58c63421943845" - sha256 cellar: :any_skip_relocation, ventura: "edc91262c7350a16c35917ac43cf9be41c5e869d828c65c57c58c63421943845" - sha256 cellar: :any_skip_relocation, arm64_linux: "cd63568b6c772830d022c8b1cd47369e6aa6bf965dd4f3b3aea3cc795cd0a98c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd63568b6c772830d022c8b1cd47369e6aa6bf965dd4f3b3aea3cc795cd0a98c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "82059a38023217d06a5db158dbcf63c0bbce45567b8dcfa84e2e2e09ae62b094" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "82059a38023217d06a5db158dbcf63c0bbce45567b8dcfa84e2e2e09ae62b094" + sha256 cellar: :any_skip_relocation, arm64_ventura: "82059a38023217d06a5db158dbcf63c0bbce45567b8dcfa84e2e2e09ae62b094" + sha256 cellar: :any_skip_relocation, sonoma: "51547e82bc9f56325d6782fbfd088d75c0ae0172e6565e2c15073127eefb7c0d" + sha256 cellar: :any_skip_relocation, ventura: "51547e82bc9f56325d6782fbfd088d75c0ae0172e6565e2c15073127eefb7c0d" + sha256 cellar: :any_skip_relocation, arm64_linux: "dbd8df1905b5fec2c5c53f95fa2d1a588604434a66a7e9d43d1ddf6bc429092d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dbd8df1905b5fec2c5c53f95fa2d1a588604434a66a7e9d43d1ddf6bc429092d" end depends_on "node" From 96f5c7f9672920dd12af9c0ccb8903d8d7c7fcd3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:08:44 +0000 Subject: [PATCH 09430/10074] nickel: update 1.12.1 bottle. --- Formula/n/nickel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nickel.rb b/Formula/n/nickel.rb index c23b5301f2790..19374922b81fc 100644 --- a/Formula/n/nickel.rb +++ b/Formula/n/nickel.rb @@ -12,13 +12,13 @@ class Nickel < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9095dcc4557e521e5bbe3b1547486e8f3ee1e7cbd1c418b048da27a4e0657fc3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "417b6824bd2e2fcdc3b606f11f5044065af05d431bc83479c2b726c5ef93312f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "06125c9b11ef0f9d07f1e027378defbb368dd50ddc17dc76d5d8eb19b6ada48f" - sha256 cellar: :any_skip_relocation, sonoma: "793450ce85ea59ae705779bdb9de9430c334f412f07d2e9d53835ed2778ab4da" - sha256 cellar: :any_skip_relocation, ventura: "f187e63164a60d7db69cdf16457d6a4ce2c9f966cf5045792dd02800bfe54b57" - sha256 cellar: :any_skip_relocation, arm64_linux: "a0371e0def463889b937a7ce42d724bfda39885d8bd7c317fc6226a49db68424" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ade8a36a0a297ef076ffd761d51f623f4891b00d4a4d701312c4e0e757de87d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0ecc1f6f575c0af9c8a155c57b563a3ca4314adee379693b310e4fba5e02026" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "edb3696ec0ba7c71ed81226242698afe453672423fe3aaab5d9f610ae272bd5c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b923beae3e1634b6056ab1da95d31e97d18e343e635c73fcc78ad07a11c8135c" + sha256 cellar: :any_skip_relocation, sonoma: "5fb1a80a629b9e129c43964e16c10a92e40f441ba010663da0feb22c8254f852" + sha256 cellar: :any_skip_relocation, ventura: "9e5d88eb13bac2d3cf05e2c36d3544c1312f7e8c5b2ec50fe85a88b4c95385d4" + sha256 cellar: :any_skip_relocation, arm64_linux: "c6cc9190e577cbb18e8e5fb6f5993e742552796715aa3374aa89d263f9a08309" + sha256 cellar: :any_skip_relocation, x86_64_linux: "87c18c17eaf22b538658f9b34856b42743ad0ba7bb19be62d5a7a50f47c24c92" end depends_on "rust" => :build From 19a774a5acceefef8e2d4ec7869dea7eaaa2082b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:08:57 +0000 Subject: [PATCH 09431/10074] odbc2parquet: update 8.0.1 bottle. --- Formula/o/odbc2parquet.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/odbc2parquet.rb b/Formula/o/odbc2parquet.rb index b04ed8c0755de..46954e594624e 100644 --- a/Formula/o/odbc2parquet.rb +++ b/Formula/o/odbc2parquet.rb @@ -7,13 +7,13 @@ class Odbc2parquet < Formula head "https://github.com/pacman82/odbc2parquet.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "ec29707b33d331e1289bacc553550225ecc0d4919ed6f0a37eb04631b7f5eb91" - sha256 cellar: :any, arm64_sonoma: "758e0d65f61d16d76f95b2c0c28ce1b7f4361cab11f476ea78b7104a7072ce58" - sha256 cellar: :any, arm64_ventura: "3396a7a65d0ab6c85f140aa75d85efc9fdd85338bc83af0b190790fd05c171b1" - sha256 cellar: :any, sonoma: "b57e6021b2ac0e23978793a886ad96b862ba992fdd24c2cf9052a7cbf64afaa6" - sha256 cellar: :any, ventura: "393a7afcc299f124264980c9db43abe8ca36f0ff3cbda29d71eb70d5d9a11ffc" - sha256 cellar: :any_skip_relocation, arm64_linux: "14ba98ea2068f86bb9f950cc06c0f396e90dd94addcbf1cf310a94ef55e33969" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0e622159247dcc3876ef43754e852e87f47061a98224d2ce962d93c25d9d2a2c" + sha256 cellar: :any, arm64_sequoia: "eb72da6e019650b691048dd17e2d3069025c0d08bdb9715c5a18bf1f0e135c04" + sha256 cellar: :any, arm64_sonoma: "13278a9e7cf97eda32214a90f47637f6ec5da6a59da17010e7537ce566393d5a" + sha256 cellar: :any, arm64_ventura: "76bced75bc4f1d23a2c30b10f5ad304b56ea6ac343fd8f9710eef51baf66bd28" + sha256 cellar: :any, sonoma: "8f16d9b3d6e9c562dd85d86e22a425a3dcaf67b935e76a2002906c46d2265218" + sha256 cellar: :any, ventura: "18d411f5ab14caa20c734b745bd9bfea79a5f21f9168f40643eaa74c343b1e7e" + sha256 cellar: :any_skip_relocation, arm64_linux: "b49ab661dd8bd673e4591affb4485c71cfa2a0f30bf2b6cbcbb167931410e2e2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1e9269ada8b5375e1a11ced92450fb7151dc1ecba8383b046035b32688cb2c59" end depends_on "pkgconf" => :build From 9f0fc336dfb74d5403c86e4c458b43bb85f4a8be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:09:45 +0000 Subject: [PATCH 09432/10074] pint: update 0.74.3 bottle. --- Formula/p/pint.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pint.rb b/Formula/p/pint.rb index b0f9f5113708e..64d1026e43706 100644 --- a/Formula/p/pint.rb +++ b/Formula/p/pint.rb @@ -6,12 +6,12 @@ class Pint < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cdd6f6a73ef9021674a4817b9206438610ec3ca13b05afd738b2bce363c1d1c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e8bec4b4f1906f4220a290a1f38dfaf62d4b77ad9e401347c58e78198c7edca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e9a104cc3b2d3fbfbad0a0335912cec8396df4934ab58e4266f9de0aafd5add" - sha256 cellar: :any_skip_relocation, sonoma: "f13f24e0fb24b5515863da9f5f1462bc17749ce8e30f4e0137a1424382949f45" - sha256 cellar: :any_skip_relocation, ventura: "d285482c50cd146066891b73333ace2c0dba329d88892e3ee95d0533e85e48c4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "403fa1d3f703ec4c6fa8dc1cdfeb786c1ec04e1cf13cb10239acd41a2fba92ec" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ac9d4f188ecdefb61038161f83177cd6cdb4fc1d4540f1e2de728e8a21e39d0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b63a507445db25353a57fc999536aedfa6d183cbebf0a2c032695d8483ddf53" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cbd7d7d6fdf51ae084e5d06aaa95bec936f3b10bfd3962361dc6e742a78d0405" + sha256 cellar: :any_skip_relocation, sonoma: "5b4639dca86f5f47e5e3bce8a9636e5c3a1f205ab0f305179ec2b2acd346996a" + sha256 cellar: :any_skip_relocation, ventura: "3869f21717c2d1a811f95c5e601c9d70dffa42dd52e017d4b9df4d7a6a23ba3b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "555dd712b8c153d4ca2f644c8aa5485a730a121436a41383b1a6149428459a21" end depends_on "go" => :build From a0217aa03838fe7b48930a94a55ce787f4d7b64f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:09:53 +0000 Subject: [PATCH 09433/10074] osc: update 1.17.0 bottle. --- Formula/o/osc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/osc.rb b/Formula/o/osc.rb index 3882f5f658b77..2ecb2b997e15d 100644 --- a/Formula/o/osc.rb +++ b/Formula/o/osc.rb @@ -14,13 +14,13 @@ class Osc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d69ed1cd160424eee722ed24fda796a07d4693a1e1cd17905dee182f9283e33e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "588ecf4c022cbf6ded7fec8b07f973880ff1d371ff97cf5e045eaaf0b111a756" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cfd27ac88ca91b9eb851cd0e8c854d8507bae60ea5824d074a9f68e9da77f02c" - sha256 cellar: :any_skip_relocation, sonoma: "6bf4323023018b0e128d34cb78f35a1110fae80a9ae89d1e6ffa74a984d457a4" - sha256 cellar: :any_skip_relocation, ventura: "d378d113c590d10ef7a41e41ad3052ea82b6b69db8422d7e6bb7c6cfddc72cf7" - sha256 cellar: :any_skip_relocation, arm64_linux: "8cfa9033532ecd4b25ebc248a0c0de5b42ae29d5255dc7e2d95209b2784225cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fdd465e79a97c3f19b131ef8f6876167d9983a92c43814902c46ea52262cddde" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "40ae5b66b864790321c7bdd8b0987c02e96865321f964c2ad3db98ee5d84ace8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bbe7cae9149eb1e592884ec10aacead23061f0ec129e67a2d0e78d9ce520a65e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f89db80a1817eba3ade8f4cf5c8bab0fb9b285da249363b09ceefcb0a715c523" + sha256 cellar: :any_skip_relocation, sonoma: "95d34cda80981cbd952941efca7fd1db43a0ddd7444124a1bc1e0ffe559bfef0" + sha256 cellar: :any_skip_relocation, ventura: "76e0782be2a526a22e2ea9b539173309ba9c7ab525145fc8eb2b48df12f1d940" + sha256 cellar: :any_skip_relocation, arm64_linux: "91ee2640c2121fcb3e7c20f2aff7d26108547cf46db615d6a6a1a650c8b95402" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d2d2ddd5e464a190b21b9ad7ebef8b7a576d0218498293c80ae3188f60db18d" end depends_on "cryptography" From d206ceaeaa02f0e627daf70613e956e9a0dccbd4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:10:19 +0000 Subject: [PATCH 09434/10074] rattler-index: update 0.23.2 bottle. --- Formula/r/rattler-index.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rattler-index.rb b/Formula/r/rattler-index.rb index eee22b2e21e80..7ab7bd5f3bc00 100644 --- a/Formula/r/rattler-index.rb +++ b/Formula/r/rattler-index.rb @@ -12,13 +12,13 @@ class RattlerIndex < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fea6a07727ab821bd5a0df62f6c1100c293cbe288d2069f7352e3ddd9b65f95e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "10e4faa00b490a972d516efb9e27ed8f33219b7a331fa5d510973264ca914e62" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f48bb20d9978b346c7e72bfbcfa3615884a56cfec6cec187f3ef84337e20cc0a" - sha256 cellar: :any_skip_relocation, sonoma: "2190b25d5cfaa0484faf506b1deede0644e04cddb53c64fe690a240201be9d18" - sha256 cellar: :any_skip_relocation, ventura: "115356a058227f7664e27ee47bf16016647ea258fa337c5653007f9bbce44c07" - sha256 cellar: :any_skip_relocation, arm64_linux: "f42acfee309812ecc92cea30026a214a390d8bef0c42b093684dcbced346dd47" - sha256 cellar: :any_skip_relocation, x86_64_linux: "173513cde055c4f468e3e1d6083868b505ad87f4f82ecd1c9342720aa59eeddd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "079f58c86ff5b97ff2657b3ab9ec55ecde07ab9a7fadca79a0946263d2c6cb0a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f9d1472111cf60b18374bff4aa68c5a9c7be8d2deaeafee82db533f452cc667" + sha256 cellar: :any_skip_relocation, arm64_ventura: "de95250da6afd4859b12ee9e7bfb2e49787e73b0b83687799824c3e7e536118c" + sha256 cellar: :any_skip_relocation, sonoma: "365201c3af57194b383193537b3893265f01ddd69a34ae1dcc7b9f4a75813d6d" + sha256 cellar: :any_skip_relocation, ventura: "edf7f02aa6f20aaf09ce93d1053a916d3925f8534fca31fcee66811e9cff9177" + sha256 cellar: :any_skip_relocation, arm64_linux: "07c893fe0708fd4f2e5ebab6623f0811ae2470ca37fade288bc1ed95295088da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "30ff0719014c1e1c22ede4eb2695e70a1d1d219ce835de454b341dd253ec0e8b" end depends_on "pkgconf" => :build From f117b7f93104cab8a51f6e310e1d089bf0de92da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:12:07 +0000 Subject: [PATCH 09435/10074] opentofu: update 1.10.0 bottle. --- Formula/o/opentofu.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/opentofu.rb b/Formula/o/opentofu.rb index 61c6c99f14533..82fd23f025ade 100644 --- a/Formula/o/opentofu.rb +++ b/Formula/o/opentofu.rb @@ -7,12 +7,12 @@ class Opentofu < Formula head "https://github.com/opentofu/opentofu.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "10e8e16af41570eaa36c2b1258308ba3dccda2ccaaa88be5f6f59849730ef1f7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "10e8e16af41570eaa36c2b1258308ba3dccda2ccaaa88be5f6f59849730ef1f7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "10e8e16af41570eaa36c2b1258308ba3dccda2ccaaa88be5f6f59849730ef1f7" - sha256 cellar: :any_skip_relocation, sonoma: "8b49cbe48ccf38ce2c7153649686db9ea0cc9b3f7d1d6da65dcbbfec9f65b641" - sha256 cellar: :any_skip_relocation, ventura: "8b49cbe48ccf38ce2c7153649686db9ea0cc9b3f7d1d6da65dcbbfec9f65b641" - sha256 cellar: :any_skip_relocation, x86_64_linux: "185f53c8518d3613ed1b5e7378c35a694839707a603d43a4a9b6bdde4ed84191" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7220385bc6aa61a0001ff0702f15512215fe83477962f7c893a211b0c49b33b8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7220385bc6aa61a0001ff0702f15512215fe83477962f7c893a211b0c49b33b8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7220385bc6aa61a0001ff0702f15512215fe83477962f7c893a211b0c49b33b8" + sha256 cellar: :any_skip_relocation, sonoma: "3345d20052184661419a37e26f5cad7ba859c9e8d0eee2246f975c9cb8ffe957" + sha256 cellar: :any_skip_relocation, ventura: "3345d20052184661419a37e26f5cad7ba859c9e8d0eee2246f975c9cb8ffe957" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d733c668565619acfdc3e759b401941b0e922bb92ebe126508dbc2587fd562d7" end depends_on "go" => :build From b053ade0652ca869bd2863a4323e1a187902d04d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:19:11 +0000 Subject: [PATCH 09436/10074] srgn 0.14.0 srgn: update test Signed-off-by: Rui Chen --- Formula/s/srgn.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/s/srgn.rb b/Formula/s/srgn.rb index b75abe5498a6f..08cbfc7ddc5a8 100644 --- a/Formula/s/srgn.rb +++ b/Formula/s/srgn.rb @@ -1,8 +1,8 @@ class Srgn < Formula desc "Code surgeon for precise text and code transplantation" homepage "https://github.com/alexpovel/srgn" - url "https://github.com/alexpovel/srgn/archive/refs/tags/srgn-v0.13.7.tar.gz" - sha256 "324e31e732646bcc0344ce0ecc684f0d852ee1ce370dae162a9b9544432c133a" + url "https://github.com/alexpovel/srgn/archive/refs/tags/srgn-v0.14.0.tar.gz" + sha256 "b6219c19214ad932b5df67c8ee00f32755014bf5ea2a1b6b57c6913c3124d202" license "MIT" head "https://github.com/alexpovel/srgn.git", branch: "main" @@ -25,10 +25,10 @@ def install end test do - assert_match "H____", pipe_output("#{bin}/srgn '[a-z]' '_'", "Hello") + assert_match "H____", pipe_output("#{bin}/srgn '[a-z]' -- '_'", "Hello") test_string = "Hide ghp_th15 and ghp_th4t" - assert_match "Hide * and *", pipe_output("#{bin}/srgn '(ghp_[[:alnum:]]+)' '*'", test_string) + assert_match "Hide * and *", pipe_output("#{bin}/srgn '(ghp_[[:alnum:]]+)' -- '*'", test_string) assert_match version.to_s, shell_output("#{bin}/srgn --version") end From 3fa2e8e1537262d8f6d9852bd7427f2f4c9b63d3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:28:46 +0000 Subject: [PATCH 09437/10074] jenkins: update 2.516 bottle. --- Formula/j/jenkins.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/j/jenkins.rb b/Formula/j/jenkins.rb index 4446ddce7fba0..e4df2c48258b2 100644 --- a/Formula/j/jenkins.rb +++ b/Formula/j/jenkins.rb @@ -11,7 +11,7 @@ class Jenkins < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "e6866c615d6583a0e2b1a3d8873f933ea364482d191802dd558e6946689c5684" + sha256 cellar: :any_skip_relocation, all: "3704f5f08c885a184ae7f3e43acaa5dc7013599bda409f26db88bce05c318b46" end head do From 1ab7d6940f6aae8d7893f84c2542f89434f89951 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:46:51 +0000 Subject: [PATCH 09438/10074] spidermonkey: update 128.12.0 bottle. --- Formula/s/spidermonkey.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/spidermonkey.rb b/Formula/s/spidermonkey.rb index 94a95219ec5ba..8e3629efe6dd7 100644 --- a/Formula/s/spidermonkey.rb +++ b/Formula/s/spidermonkey.rb @@ -15,13 +15,13 @@ class Spidermonkey < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "5fdcb42d55d4cb10207fe7974ef9ef4377bbf4802005657edc9592070dbf1eda" - sha256 cellar: :any, arm64_sonoma: "89d7665c6447840eca941b35ead5dce2b0adc28212ff43a9759da86ae8ef383f" - sha256 cellar: :any, arm64_ventura: "0c9aef5f5bf4e5d0c1e4e25a58f1be0b1c6783130cad369694a93f8b64cab4af" - sha256 cellar: :any, sonoma: "e747dcda8088f37eb4fccd4e5e8c50af00fed112fa20861381519f84455b05f5" - sha256 cellar: :any, ventura: "2fbeb982a3363d4fa3b490a1439b0bdc075f3b454062d3827f2a495f30872450" - sha256 arm64_linux: "583a2e47642d889caf22e576e671e8773d37c959e5e51072049996ff4de1cd37" - sha256 x86_64_linux: "671e900b493463f65929e487b900cba2461c715db70b65264afc01c1a8f31ffd" + sha256 cellar: :any, arm64_sequoia: "cfcdcf0ebe2b46cd7be1a57301670d17d14c52bc3d91450d41bcab106eb40178" + sha256 cellar: :any, arm64_sonoma: "003a7603ca8b69e456b45fe1a5c82dcdd58ad4eed4e9e7fe24648b8349b74a1a" + sha256 cellar: :any, arm64_ventura: "c7555ac7f1e021a7d5be7c171d84a3e85e61f311cdbc34910bad7b8fb7e053f9" + sha256 cellar: :any, sonoma: "37254d2e9e961bc8eab9fc3d592be37c9199c1342a251c0eb8a12c0f8ee495e4" + sha256 cellar: :any, ventura: "148c19d0673188c254afe46a4e398f28ab6e4d73a0cbe6b841147c35e7a88f57" + sha256 arm64_linux: "38e6c94f246424626d155d90a87faaa27009babfd95d8b6268a16fd3addb06c4" + sha256 x86_64_linux: "cd3906272ed38a26980635d003003245e88a8dc332628df32900d213629c81be" end depends_on "cbindgen" => :build From 394ed99b1fd5c7f991f3966ca2d27af2cb2c2499 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:15:14 +0000 Subject: [PATCH 09439/10074] recc 1.3.22 recc: add pkgconf build dep recc: needs curl for linux build Signed-off-by: Rui Chen --- Formula/r/recc.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index f393f7c186b87..46ed9aa0af2c5 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -1,8 +1,8 @@ class Recc < Formula desc "Remote Execution Caching Compiler" homepage "https://buildgrid.gitlab.io/recc" - url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.21/buildbox-1.3.21.tar.gz" - sha256 "5468c07bc5bcc4e5e5e56ab95584a78f46edf255889ed13ae223de1f2f191447" + url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.22/buildbox-1.3.22.tar.gz" + sha256 "e8d194422175d69691905801cde22fa172ef2e224ddcf1152a0f15f8a542e650" license "Apache-2.0" head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" @@ -16,6 +16,7 @@ class Recc < Formula depends_on "cmake" => :build depends_on "gettext" => :build # for envsubst + depends_on "pkgconf" => :build depends_on "tomlplusplus" => :build depends_on "abseil" depends_on "c-ares" @@ -25,6 +26,8 @@ class Recc < Formula depends_on "openssl@3" depends_on "protobuf" depends_on "re2" + + uses_from_macos "curl" uses_from_macos "zlib" on_macos do From b25174f7d7eb0d77eb433fcc2df871c069de3243 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:53:20 +0000 Subject: [PATCH 09440/10074] gnunet: update 0.24.3 bottle. --- Formula/g/gnunet.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gnunet.rb b/Formula/g/gnunet.rb index 2f22e559c3f7e..af0052d516ef4 100644 --- a/Formula/g/gnunet.rb +++ b/Formula/g/gnunet.rb @@ -7,13 +7,13 @@ class Gnunet < Formula license "AGPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "af2636acf5a11352456a134e374990d7fcd4580951426cdbcbe6bbb96a8d5b6a" - sha256 cellar: :any, arm64_sonoma: "8f322b053d7dc48f4d9fa35c438d0faabba5003bc1cd37b8da35527b261eac52" - sha256 cellar: :any, arm64_ventura: "8368079849ace95c5e63057f36980d65cc7c3a56796f91de911e4d7ee8fe6325" - sha256 cellar: :any, sonoma: "782b32ce257e45ab046dde173df3f10e1019305e0029b5e37e69318566cb4042" - sha256 cellar: :any, ventura: "526442ff3f6462f89f37af5988f399ddf36a1028dbb7b03cb1f745a923c3e2ea" - sha256 arm64_linux: "cfdd4c879da77eded343a97611d6acf40052c49c109c81c966bb813687dcbbf8" - sha256 x86_64_linux: "8c5d6ca2de92b9653ed6d6461d574a5269b077e37f3d73322efcf1ff003157a7" + sha256 cellar: :any, arm64_sequoia: "3670a3c8f1f1e082dfd57a4d85f8daed5c1cbce813313dfc38eff91f02659910" + sha256 cellar: :any, arm64_sonoma: "830722db294712776ea4c81401bfccbd93f81e644c60f6276d00023576f7ff3c" + sha256 cellar: :any, arm64_ventura: "34e55212d8190c3bbda7b025b348e73ecf256c13a5df189f192118ad5f870796" + sha256 cellar: :any, sonoma: "a33540c79e7a183871d70981c2a2acff5526cc888d82908931f1a88ff393c7f4" + sha256 cellar: :any, ventura: "ef3cf79a29c5e136107d0fe21c13b4d84faa5002e4f42668816089c44b5d563e" + sha256 arm64_linux: "f1bc3a03e892b24b9f6cd34aaf887f48b3ed19140a682e47bad9bd4fc5c88690" + sha256 x86_64_linux: "0255f6921844a49dde817c77d5048dfa556d829aa0e7e0d0107c416dbae19d71" end depends_on "meson" => :build From 4d03ba1ababaeb146788ec8e62b5b38465623f2d Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 24 Jun 2025 18:06:30 +0200 Subject: [PATCH 09441/10074] autocycler 0.5.0 --- Formula/a/autocycler.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/a/autocycler.rb b/Formula/a/autocycler.rb index d8d85e394674e..3958f238ed719 100644 --- a/Formula/a/autocycler.rb +++ b/Formula/a/autocycler.rb @@ -1,13 +1,11 @@ class Autocycler < Formula desc "Tool for generating consensus long-read assemblies for bacterial genomes" homepage "https://github.com/rrwick/Autocycler" - url "https://github.com/rrwick/Autocycler/archive/refs/tags/v0.4.0.tar.gz" - sha256 "028586ba433ddb6a21e4159c5e9075423c2ac4b0c60fbaa4744358cdfebf7d57" + url "https://github.com/rrwick/Autocycler/archive/refs/tags/v0.5.0.tar.gz" + sha256 "70efff324fc9b0a4ad70bef7984c4eb78b69b989011aa17eea4b5d75b5b9c5ff" license "GPL-3.0-or-later" head "https://github.com/rrwick/Autocycler.git", branch: "main" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "85ccc0eb7168ad90a9a199d5ce858b53967ee484cbf02ef6f67deca592a37835" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0969f41334ef0e8de7f958b7ab09143ec334c5a3edac84c211ad7abfd5fd3486" From 5ec0f206bf3f3c806d737f3a89135bd7db9bf706 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:15:15 +0000 Subject: [PATCH 09442/10074] rover: update 0.34.1 bottle. --- Formula/r/rover.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rover.rb b/Formula/r/rover.rb index 19afd6bee4aaa..ce3b3fa863d87 100644 --- a/Formula/r/rover.rb +++ b/Formula/r/rover.rb @@ -7,13 +7,13 @@ class Rover < Formula head "https://github.com/apollographql/rover.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "75028e5170c644a0c4e685c21b7b2e76d36da1724a0161f79d2758a30e2402e4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b578e6f66af2fa02cb077ecb1a25c474300bf555a6f0894f71e0072dc1956455" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1f0699437c672f7a2daee9a6fc7fd1f7004e12741b090b2882eed141f853befd" - sha256 cellar: :any_skip_relocation, sonoma: "438dbd38631f8302551d58a1b545b691bbc2981b544475f1fba1396705bd532b" - sha256 cellar: :any_skip_relocation, ventura: "e94cb9425b30e563d1a1414f7bd1d277da54bfa96ad4c39a3d58e9bf0496d200" - sha256 cellar: :any_skip_relocation, arm64_linux: "8417c3a1f85a0412858de3a6ee0de0dcb030f3c30c891a3cfccde10ec7497fd9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "63851c0005531aacd47fdfb06a0a730dd2d7e6bf5ac5841c34d60935aaef3b9d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7b50a0cb339c40848ca2112d430c3a6680753b1603947032e082b163c106e6a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa93c6719077378b0744d446f510553e47be736ff21e2a6b36b001a97fe15723" + sha256 cellar: :any_skip_relocation, arm64_ventura: "37e1f715a33dced96ad4dbf23e032e0ff695839d8687efafb26f4f15b11c82da" + sha256 cellar: :any_skip_relocation, sonoma: "0057741636956e61154b9da32f4775d21aa1b6318d0cdc4bed0d1cc95cc7ba08" + sha256 cellar: :any_skip_relocation, ventura: "7a6ffcc9b67eb4d91262cb3796a0ac5fcc55e66f9e7cdee001d511b6674b2c6f" + sha256 cellar: :any_skip_relocation, arm64_linux: "e4892fba36104dc01534f9a63058ddc6ff2c1683658a7d95e2b500ec0c03fc80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f0790d731a6ba9b3de9fe27396ae7e4d553f408a96bd08fbc28a3d9d7c5abcc9" end depends_on "rust" => :build From e1ce784afc13c67df36c1e19d1e7d607981e0352 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 24 Jun 2025 12:16:00 -0400 Subject: [PATCH 09443/10074] cycode: remove maturin issue comment Signed-off-by: Rui Chen --- Formula/c/cycode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cycode.rb b/Formula/c/cycode.rb index e3d81d877c101..3241475a87e16 100644 --- a/Formula/c/cycode.rb +++ b/Formula/c/cycode.rb @@ -19,7 +19,7 @@ class Cycode < Formula depends_on "maturin" => :build # for mcp depends_on "pkgconf" => :build - depends_on "rust" => :build # for mcp, upstream bug report, https://github.com/PyO3/maturin/issues/2642 + depends_on "rust" => :build # for mcp depends_on "certifi" depends_on "libyaml" depends_on "python@3.13" From bc93b5f04d73f50556f8626f4c26121ecde0a3e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:51:21 +0000 Subject: [PATCH 09444/10074] autocycler: update 0.5.0 bottle. --- Formula/a/autocycler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/autocycler.rb b/Formula/a/autocycler.rb index 3958f238ed719..a755fff68d739 100644 --- a/Formula/a/autocycler.rb +++ b/Formula/a/autocycler.rb @@ -7,13 +7,13 @@ class Autocycler < Formula head "https://github.com/rrwick/Autocycler.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "85ccc0eb7168ad90a9a199d5ce858b53967ee484cbf02ef6f67deca592a37835" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0969f41334ef0e8de7f958b7ab09143ec334c5a3edac84c211ad7abfd5fd3486" - sha256 cellar: :any_skip_relocation, arm64_ventura: "007926a3b46baa917a944c0d61964820bd8ab3779198f5c648f2a38bb5f211a8" - sha256 cellar: :any_skip_relocation, sonoma: "2afedeb613f52e319f265b5ebfc2f1ff7d58b7edccd49e9943a1a1bd1d6e25c6" - sha256 cellar: :any_skip_relocation, ventura: "fc87ea4795c07d2622573c26c4e0afff33ee7dfd3ee737b37cec90304cbf66bb" - sha256 cellar: :any_skip_relocation, arm64_linux: "f14428d82870689581a4be308fdbeb12a87155c2e4402f1e3da68aeeda764ec5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8aeab2771d3d4f19e0db987892f0f07c31ec06482c4ff0be352915f76fa2c1be" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "31b84a2f46567714a7e3f29a45e62ad5c6e18c0a63e7aed57b362595b6168ef7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c10330c8dbcdc227872e7e929440369c90b4126b2faa775c99ca9f26fc2f688" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e38084d730edde278ecc087622d1b0ac5e7bdb58c0ab35a9f23b4b882e16390e" + sha256 cellar: :any_skip_relocation, sonoma: "eb2758188d32e2faf4ebfce3ebcec0a3becab5cca4d38167d18d7275d93ddbe5" + sha256 cellar: :any_skip_relocation, ventura: "ff5e52582afbb9933ee9e0611955cba9189093688344efc372bac14c12f778db" + sha256 cellar: :any_skip_relocation, arm64_linux: "41df82eab0fb917af597dc822b2421da78a11a632553a092984dd31892ba4d37" + sha256 cellar: :any_skip_relocation, x86_64_linux: "710aeda2a8aaaee2bd01c3ebf3de93166ba391c8fcfca7b1631c6fce48296c86" end depends_on "rust" => :build From 9d54c42dc77d5713a5bb12fe13f0c347e8df3031 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:55:11 +0000 Subject: [PATCH 09445/10074] auditbeat 9.0.3 --- Formula/a/auditbeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/auditbeat.rb b/Formula/a/auditbeat.rb index db91b3ec0f600..2d76a5d9b7913 100644 --- a/Formula/a/auditbeat.rb +++ b/Formula/a/auditbeat.rb @@ -2,8 +2,8 @@ class Auditbeat < Formula desc "Lightweight Shipper for Audit Data" homepage "https://www.elastic.co/beats/auditbeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.2", - revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" + tag: "v9.0.3", + revision: "c394cb8e6470384d0c93b85f96c281dd6ec6592a" license "Apache-2.0" head "https://github.com/elastic/beats.git", branch: "main" From 6fc0076322cd80fffd54baf8688a5c619bcc6c89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:55:43 +0000 Subject: [PATCH 09446/10074] aws-crt-cpp 0.32.10 --- Formula/a/aws-crt-cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-crt-cpp.rb b/Formula/a/aws-crt-cpp.rb index 060adee226689..22fa87cf3b6fa 100644 --- a/Formula/a/aws-crt-cpp.rb +++ b/Formula/a/aws-crt-cpp.rb @@ -1,8 +1,8 @@ class AwsCrtCpp < Formula desc "C++ wrapper around the aws-c-* libraries" homepage "https://github.com/awslabs/aws-crt-cpp" - url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.9.tar.gz" - sha256 "e7450d64151038750c2c003b860164d24671d2017859599a228eed0645b071af" + url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.10.tar.gz" + sha256 "3ae101aa7a0a62d9868575b0e07a64536da1566283a5a314a4eee0326d808295" license "Apache-2.0" bottle do From 58ae9b94fbb869a47c9b7d417a98ac6fc0d01c6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:01:04 +0000 Subject: [PATCH 09447/10074] cue 0.13.2 --- Formula/c/cue.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cue.rb b/Formula/c/cue.rb index 0970aadf575ba..90b506b6c85ab 100644 --- a/Formula/c/cue.rb +++ b/Formula/c/cue.rb @@ -1,8 +1,8 @@ class Cue < Formula desc "Validate and define text-based and dynamic configuration" homepage "https://cuelang.org/" - url "https://github.com/cue-lang/cue/archive/refs/tags/v0.13.1.tar.gz" - sha256 "531dd591a164a351a2e7f2ecb38170ec129de2e7033d34d46887b34c70643942" + url "https://github.com/cue-lang/cue/archive/refs/tags/v0.13.2.tar.gz" + sha256 "3ed53c0b32e44491b3871fd22dd0cf2577a6b2ee9036c76801c261b75c4e44ee" license "Apache-2.0" head "https://github.com/cue-lang/cue.git", branch: "master" From bf6e71c27e1fe787efeafae95204cd54d6e65340 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:02:34 +0000 Subject: [PATCH 09448/10074] docker-compose 2.37.3 --- Formula/d/docker-compose.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-compose.rb b/Formula/d/docker-compose.rb index b09c38090ec78..855c3247cda90 100644 --- a/Formula/d/docker-compose.rb +++ b/Formula/d/docker-compose.rb @@ -1,8 +1,8 @@ class DockerCompose < Formula desc "Isolated development environments using Docker" homepage "https://docs.docker.com/compose/" - url "https://github.com/docker/compose/archive/refs/tags/v2.37.2.tar.gz" - sha256 "80b8f8087ade39b74452ad4d8b3a9f2b1feb8139f10c7c3743ccff2dc1fd9240" + url "https://github.com/docker/compose/archive/refs/tags/v2.37.3.tar.gz" + sha256 "b5b21d1886f41cdefe6f4f089503047b60c3f66322b7130636b54f5ccf374441" license "Apache-2.0" head "https://github.com/docker/compose.git", branch: "main" From 28b763fe605c74648be320e6f1ce1e00bc29a94b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:04:55 +0000 Subject: [PATCH 09449/10074] fern-api 0.64.19 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index be9eaa5ba0c4f..beb82601780a3 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.16.tgz" - sha256 "aaa8dbf3924d9464b90f7ea243b149b142bf1c42d3c98b28fce1dd1502f47726" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.19.tgz" + sha256 "b834328356d6e9ef46797920ffbfb5d56e30bf4a7629f3b2619ed62536698d7f" license "Apache-2.0" bottle do From 955079e51616ab5b4eab257364f7ceed5e6808e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:05:42 +0000 Subject: [PATCH 09450/10074] filebeat 9.0.3 --- Formula/f/filebeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/filebeat.rb b/Formula/f/filebeat.rb index 2feeef809f9f5..d597379888b65 100644 --- a/Formula/f/filebeat.rb +++ b/Formula/f/filebeat.rb @@ -2,8 +2,8 @@ class Filebeat < Formula desc "File harvester to ship log files to Elasticsearch or Logstash" homepage "https://www.elastic.co/products/beats/filebeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.2", - revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" + tag: "v9.0.3", + revision: "c394cb8e6470384d0c93b85f96c281dd6ec6592a" # Outside of the "x-pack" folder, source code in a given file is licensed # under the Apache License Version 2.0 license "Apache-2.0" From edf104cdc2b147d2d1514557747daa2fe437a0e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:07:46 +0000 Subject: [PATCH 09451/10074] ggshield 1.41.0 --- Formula/g/ggshield.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/g/ggshield.rb b/Formula/g/ggshield.rb index da79c8488299b..56fee4a61cc14 100644 --- a/Formula/g/ggshield.rb +++ b/Formula/g/ggshield.rb @@ -3,10 +3,9 @@ class Ggshield < Formula desc "Scanner for secrets and sensitive data in code" homepage "https://www.gitguardian.com" - url "https://files.pythonhosted.org/packages/da/85/9cf7b609e64c68edec72bad19e581354d9715d3dbf58a23a76b84a3ba0b4/ggshield-1.40.0.tar.gz" - sha256 "7ad3ac8ffef6b488a59363539e36e67e60fea58a221e41a08c871b63be956368" + url "https://files.pythonhosted.org/packages/66/f5/25c4bbc960cb90e162534f701f799395cd5416ca80aacbee2831ce942666/ggshield-1.41.0.tar.gz" + sha256 "0cb8cd0e86e2012bb210be5a62416352bee5e366c4573874ce5cb225bf440207" license "MIT" - revision 1 head "https://github.com/GitGuardian/ggshield.git", branch: "main" bottle do @@ -75,13 +74,13 @@ class Ggshield < Formula end resource "pygitguardian" do - url "https://files.pythonhosted.org/packages/24/55/d55df088734cbfc80bb48608b2fbe3840171396c249e0da8bf93229ebf49/pygitguardian-1.22.0.tar.gz" - sha256 "d3e7214e16f06f2ba7c5ca1bc809dc1e1e4dbc9199e09f1c1b2947174d8b043b" + url "https://files.pythonhosted.org/packages/dd/8d/1895b125fb9c5b8cec697190c92b7e135c9642c2c396ad1cac54286fe325/pygitguardian-1.23.0.tar.gz" + sha256 "53d4c3019cc25a792b4e6e8788f137b98d0558a596aa0ba7bd4e2304cfd949ed" end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "pyjwt" do From cf4725b1dc93532c98b6abecea1f032402a2ea1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:10:43 +0000 Subject: [PATCH 09452/10074] heartbeat 9.0.3 --- Formula/h/heartbeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/heartbeat.rb b/Formula/h/heartbeat.rb index 1259c6d9386ab..6af65d09b764a 100644 --- a/Formula/h/heartbeat.rb +++ b/Formula/h/heartbeat.rb @@ -2,8 +2,8 @@ class Heartbeat < Formula desc "Lightweight Shipper for Uptime Monitoring" homepage "https://www.elastic.co/beats/heartbeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.2", - revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" + tag: "v9.0.3", + revision: "c394cb8e6470384d0c93b85f96c281dd6ec6592a" license "Apache-2.0" head "https://github.com/elastic/beats.git", branch: "master" From 8b0f42af86eb78b77351f82048ee7a69c330cc8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:13:54 +0000 Subject: [PATCH 09453/10074] kubescape 3.0.35 --- Formula/k/kubescape.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubescape.rb b/Formula/k/kubescape.rb index 078c057c44c60..368c9ed0fcbae 100644 --- a/Formula/k/kubescape.rb +++ b/Formula/k/kubescape.rb @@ -1,8 +1,8 @@ class Kubescape < Formula desc "Kubernetes testing according to Hardening Guidance by NSA and CISA" homepage "https://kubescape.io" - url "https://github.com/kubescape/kubescape/archive/refs/tags/v3.0.34.tar.gz" - sha256 "1da5a3a7b1ef8f38569ee6277fa8cf9d747f9fe379c9283011c7464b7c1003de" + url "https://github.com/kubescape/kubescape/archive/refs/tags/v3.0.35.tar.gz" + sha256 "41f05a1821b5311bf3b7514056a82b67f68be662da0a9b89886ef12ee2c870ed" license "Apache-2.0" head "https://github.com/kubescape/kubescape.git", branch: "master" From 771c322fd7c5389cef6765fc0a67c17c01243155 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:14:12 +0000 Subject: [PATCH 09454/10074] kwctl 1.26.0 --- Formula/k/kwctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kwctl.rb b/Formula/k/kwctl.rb index eb660a446cee3..5246b1f16d0ef 100644 --- a/Formula/k/kwctl.rb +++ b/Formula/k/kwctl.rb @@ -1,8 +1,8 @@ class Kwctl < Formula desc "CLI tool for the Kubewarden policy engine for Kubernetes" homepage "https://www.kubewarden.io/" - url "https://github.com/kubewarden/kwctl/archive/refs/tags/v1.25.0.tar.gz" - sha256 "bcc1eb12b77d50c059353e6a78d7b4d7965cebd20bb7e6d69c7419ea1922e7d6" + url "https://github.com/kubewarden/kwctl/archive/refs/tags/v1.26.0.tar.gz" + sha256 "de4dd48a3765a7f186412d2a054c045714d663480a411402fcf4dd16543a2224" license "Apache-2.0" head "https://github.com/kubewarden/kwctl.git", branch: "main" From 75193b3511af53f7bfd6979ec0dfa1d692d85c2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:17:30 +0000 Subject: [PATCH 09455/10074] logstash 9.0.3 --- Formula/l/logstash.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/logstash.rb b/Formula/l/logstash.rb index c56a7f32912a0..0776bb2baae59 100644 --- a/Formula/l/logstash.rb +++ b/Formula/l/logstash.rb @@ -1,8 +1,8 @@ class Logstash < Formula desc "Tool for managing events and logs" homepage "https://www.elastic.co/products/logstash" - url "https://github.com/elastic/logstash/archive/refs/tags/v9.0.2.tar.gz" - sha256 "4832bd27b409ab1c11a148384020aff52a25cbb7a40c03266be596960591155d" + url "https://github.com/elastic/logstash/archive/refs/tags/v9.0.3.tar.gz" + sha256 "41a4506b69039775c0347d0dbb1544ab380d12ccba17d5c37cb1c3cc4f6896cc" license "Apache-2.0" version_scheme 1 head "https://github.com/elastic/logstash.git", branch: "main" From e53582d3fa96b48941a2e168cf0ecaf315fcc038 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:19:11 +0000 Subject: [PATCH 09456/10074] metricbeat 9.0.3 --- Formula/m/metricbeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/metricbeat.rb b/Formula/m/metricbeat.rb index a998c602b52f1..cf8bfe00dd032 100644 --- a/Formula/m/metricbeat.rb +++ b/Formula/m/metricbeat.rb @@ -2,8 +2,8 @@ class Metricbeat < Formula desc "Collect metrics from your systems and services" homepage "https://www.elastic.co/beats/metricbeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.2", - revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" + tag: "v9.0.3", + revision: "c394cb8e6470384d0c93b85f96c281dd6ec6592a" license "Apache-2.0" head "https://github.com/elastic/beats.git", branch: "master" From 41d4c8c76b26e07c365e86b95484992ebfd33cbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:20:46 +0000 Subject: [PATCH 09457/10074] mx 7.57.0 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index ee8cfcbe77c82..5e744694404e5 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.56.0.tar.gz" - sha256 "69e492d13102fd6c6a380bfb82839c591a0035552a0126600b0ee74769c660de" + url "https://github.com/graalvm/mx/archive/refs/tags/7.57.0.tar.gz" + sha256 "0215d57ccd06f65e435d797480dd938f49731de9cba61b0b02c768f0e6721ffc" license "GPL-2.0-only" livecheck do From 9ca05bb22c594d066e3572886eb6ff3c0f75cca2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:20:57 +0000 Subject: [PATCH 09458/10074] mydumper 0.19.3-2 --- Formula/m/mydumper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mydumper.rb b/Formula/m/mydumper.rb index d4c9383ce50e8..d3238d68d7443 100644 --- a/Formula/m/mydumper.rb +++ b/Formula/m/mydumper.rb @@ -1,8 +1,8 @@ class Mydumper < Formula desc "MySQL logical backup tool" homepage "https://github.com/mydumper/mydumper" - url "https://github.com/mydumper/mydumper/archive/refs/tags/v0.19.3-1.tar.gz" - sha256 "e78c2b02b33d5d1092c4782e4841bbba5c0531b024b63038524a3ab25606e2fa" + url "https://github.com/mydumper/mydumper/archive/refs/tags/v0.19.3-2.tar.gz" + sha256 "8db52befb7cca70fdad19376dc8abd3589d112bdbc8fb824fc0fb2f3ce087424" license "GPL-3.0-or-later" head "https://github.com/mydumper/mydumper.git", branch: "master" From fb2da10f2ce795951721e51d0957f77b973f3864 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:21:41 +0000 Subject: [PATCH 09459/10074] netdata 2.5.4 --- Formula/n/netdata.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/netdata.rb b/Formula/n/netdata.rb index 7406f7dfa791c..969945be7c9b1 100644 --- a/Formula/n/netdata.rb +++ b/Formula/n/netdata.rb @@ -1,8 +1,8 @@ class Netdata < Formula desc "Diagnose infrastructure problems with metrics, visualizations & alarms" homepage "https://www.netdata.cloud/" - url "https://github.com/netdata/netdata/releases/download/v2.5.3/netdata-v2.5.3.tar.gz" - sha256 "d0d17d5e6c64b520241371bcf60b5859ad482463327fcfbe5a6e0069415c58c6" + url "https://github.com/netdata/netdata/releases/download/v2.5.4/netdata-v2.5.4.tar.gz" + sha256 "acfbda16c7c5786f4b0feb1c8e195d6489c727010739797a04cc5f71d5ede041" license "GPL-3.0-or-later" livecheck do From 3329edc6764c3b56c59869784b7862f4b04f5e07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:22:02 +0000 Subject: [PATCH 09460/10074] netlify-cli 22.1.6 --- Formula/n/netlify-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 4204b64ff5daa..489dc49a63245 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -1,8 +1,8 @@ class NetlifyCli < Formula desc "Netlify command-line tool" homepage "https://www.netlify.com/docs/cli" - url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.5.tgz" - sha256 "1ea0752681ba454449ceb3d4ac69266f6d68ab52ac97581bf1540742249dab81" + url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.6.tgz" + sha256 "f641bc41394e03455d539603f0b095838df3ef0f2189bd7de192378aba7020b0" license "MIT" bottle do From a01979549dcafc555ad6d14c47d68f35fce4a240 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:25:25 +0000 Subject: [PATCH 09461/10074] packetbeat 9.0.3 --- Formula/p/packetbeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/packetbeat.rb b/Formula/p/packetbeat.rb index 67bccc416e751..80ed34c403411 100644 --- a/Formula/p/packetbeat.rb +++ b/Formula/p/packetbeat.rb @@ -2,8 +2,8 @@ class Packetbeat < Formula desc "Lightweight Shipper for Network Data" homepage "https://www.elastic.co/products/beats/packetbeat" url "https://github.com/elastic/beats.git", - tag: "v9.0.2", - revision: "26ce6f2d4c4de66c3b73a1acf3d1be01b817d791" + tag: "v9.0.3", + revision: "c394cb8e6470384d0c93b85f96c281dd6ec6592a" license "Apache-2.0" head "https://github.com/elastic/beats.git", branch: "master" From 78a87b3377619a123d6cdb3a55bb88074895a9be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:27:03 +0000 Subject: [PATCH 09462/10074] podman 5.5.2 --- Formula/p/podman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/podman.rb b/Formula/p/podman.rb index 427404d77c6ef..f921d1dd85749 100644 --- a/Formula/p/podman.rb +++ b/Formula/p/podman.rb @@ -1,8 +1,8 @@ class Podman < Formula desc "Tool for managing OCI containers and pods" homepage "https://podman.io/" - url "https://github.com/containers/podman/archive/refs/tags/v5.5.1.tar.gz" - sha256 "00d02f85ad27a46e77456fef1be81865a43147544ed2487e6c4c8decd0e3748f" + url "https://github.com/containers/podman/archive/refs/tags/v5.5.2.tar.gz" + sha256 "a2dbd8280cd92d4741f32f5a99d385d7fc6f0dd36bc9cc90a7273767e26d43d9" license all_of: ["Apache-2.0", "GPL-3.0-or-later"] head "https://github.com/containers/podman.git", branch: "main" From 1f6fdca88251c9716911599153a328da752a5ad4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:27:42 +0000 Subject: [PATCH 09463/10074] promptfoo 0.115.2 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 8050b4804c41d..b60f92744de53 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.115.1.tgz" - sha256 "1ad6cc3fcaa6b86320a015f41fa072266c629baa9c5c6409672195fb62611af2" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.115.2.tgz" + sha256 "51c1228627b873b609c31cba917c0a848c4cae7106d3f3662afabeefb1298a57" license "MIT" bottle do From 9339c7aabc127b643e1169641f2d26f1fa912330 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:32:13 +0000 Subject: [PATCH 09464/10074] showcert 0.4.4 --- Formula/s/showcert.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/showcert.rb b/Formula/s/showcert.rb index 8ba74e482d55f..61fc015092c0b 100644 --- a/Formula/s/showcert.rb +++ b/Formula/s/showcert.rb @@ -3,8 +3,8 @@ class Showcert < Formula desc "X.509 TLS certificate reader and creator" homepage "https://github.com/yaroslaff/showcert" - url "https://files.pythonhosted.org/packages/34/dd/896f93fb0787dd7b083d9b743116801418d77907e8988084f98b7f2cf354/showcert-0.4.3.tar.gz" - sha256 "005540cede93aaedf2f89261bcc132838b689fbb140fcad8e92c58706762f92c" + url "https://files.pythonhosted.org/packages/da/8c/c697a22f71578fa7ebb2769ab7a8abb651f68f9a9d5719b07d4b80a7bf31/showcert-0.4.4.tar.gz" + sha256 "cd59abab0de0f5541be2503cdeb700bbb2fb744906d28ef57c7e51d3bc2cdfce" license "MIT" head "https://github.com/yaroslaff/showcert.git", branch: "master" From 86fb1843b0b62b9e84613e2a55f5e5f85f0d35f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:38:25 +0000 Subject: [PATCH 09465/10074] vercel-cli 44.2.1 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 44324816dd3f1..70b1253eaffa4 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-44.2.0.tgz" - sha256 "22e493701ca95d406934feef1ccdf8c54d7aec15576ef9b3b860ecd1dc95450e" + url "https://registry.npmjs.org/vercel/-/vercel-44.2.1.tgz" + sha256 "49c7ccd8ff9d348eb9e7f975b8f7db67f1be74a870aa838e6bf24859d3cf0d83" license "Apache-2.0" bottle do From c509a41b181fc71f6d7fb942c535932a443ced6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:39:55 +0000 Subject: [PATCH 09466/10074] wasmtime 34.0.1 --- Formula/w/wasmtime.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasmtime.rb b/Formula/w/wasmtime.rb index 4baadf8a58554..6860f9884c62d 100644 --- a/Formula/w/wasmtime.rb +++ b/Formula/w/wasmtime.rb @@ -2,8 +2,8 @@ class Wasmtime < Formula desc "Standalone JIT-style runtime for WebAssembly, using Cranelift" homepage "https://wasmtime.dev/" url "https://github.com/bytecodealliance/wasmtime.git", - tag: "v34.0.0", - revision: "26ed24aa0a489a658268edda82f4a6eaf0ef3282" + tag: "v34.0.1", + revision: "ebdadc4e0d80c0692fe1d4baf628f081a34afefa" license "Apache-2.0" => { with: "LLVM-exception" } head "https://github.com/bytecodealliance/wasmtime.git", branch: "main" From fe14dc0ba37a6096ac4e0994ac885d864f22c537 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:46:56 +0000 Subject: [PATCH 09467/10074] docker-compose: update 2.37.3 bottle. --- Formula/d/docker-compose.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker-compose.rb b/Formula/d/docker-compose.rb index 855c3247cda90..892575f387ccf 100644 --- a/Formula/d/docker-compose.rb +++ b/Formula/d/docker-compose.rb @@ -15,12 +15,12 @@ class DockerCompose < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb8218af5dc43b91cca9489b5833958f6a086355b475dc40319264953d60e320" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aba630f43a492eed705559d0210fa31a876a861adc3a7a3692e731fc0e2ea2f1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0a5b7d4b0f53bc4fbe06bd5b49d95dd33b99b84aca05c7974b2c9bb1e745f407" - sha256 cellar: :any_skip_relocation, sonoma: "e2151718ce55c6a3a0be422e214974073d21884ceaa5d74b99ccb2aaada596dc" - sha256 cellar: :any_skip_relocation, ventura: "342e98a97fe4e639beffe0f330ae4a5f2f6073026025cdaafcfaaef74ec9c241" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da14c795ea2496f5efca094630cec0444a4eac25bf164c43b5e9a64936b74a17" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ad79e70ad2b2a8aad8dfe8a8722e7c68fe58c013186052c51b23f0dfc9fc782" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd8db594aa93d68785ba7be5b90b3052543d66cce83e4f4acaf34349afdc469b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "979d9caa0b3ee4a421207e236c759da8450e2aec47b06ef47e0643ee088a0306" + sha256 cellar: :any_skip_relocation, sonoma: "479bc1f480bb19a622c198b9fd880d5696f950cbb4538eb01c8996653091aee8" + sha256 cellar: :any_skip_relocation, ventura: "9f453e24c5b38743604b7c6d403f8f89af261ce2acd0791b03b95fbce66d1710" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02077f8dd442c610713fa293c714d4dff93b1cbfc80329364a2476849fb8cbed" end depends_on "go" => :build From 9b0da163f80ada80fb8021fd764063fc343c7ae7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:47:04 +0000 Subject: [PATCH 09468/10074] fern-api: update 0.64.19 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index beb82601780a3..4f64582124e1f 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "2c33ae88806583054ad1f59ffb9ebbc0c1f066bd85db8a44c309bf5edf38759e" + sha256 cellar: :any_skip_relocation, all: "0b91bb80187e9b0d047eedcb72a3d8b87f034280b8db40fbbb4a842ee865fe7e" end depends_on "node" From 77bb2e30cffe21a6b49425f95bd25b515bf32775 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:47:07 +0000 Subject: [PATCH 09469/10074] cue: update 0.13.2 bottle. --- Formula/c/cue.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cue.rb b/Formula/c/cue.rb index 90b506b6c85ab..a2e2a850d1fd2 100644 --- a/Formula/c/cue.rb +++ b/Formula/c/cue.rb @@ -7,12 +7,12 @@ class Cue < Formula head "https://github.com/cue-lang/cue.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "013fb591722c7861abcdfaf4de06031876f581cd1259495b7155abddf7bbb44e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "013fb591722c7861abcdfaf4de06031876f581cd1259495b7155abddf7bbb44e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "013fb591722c7861abcdfaf4de06031876f581cd1259495b7155abddf7bbb44e" - sha256 cellar: :any_skip_relocation, sonoma: "f6a365c109fc0140f8df79e1a52bd28da303355f2d9413b24f8109e06138de86" - sha256 cellar: :any_skip_relocation, ventura: "f6a365c109fc0140f8df79e1a52bd28da303355f2d9413b24f8109e06138de86" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dcfde5c0d2f8b69f843dcb8d0e814be62d32439060fc09ff85742f8ddea98c32" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4d1ac6e1d54df0f77f9968fb71a11b51e64dedd27ba5dd191d91cf6b59fe729" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4d1ac6e1d54df0f77f9968fb71a11b51e64dedd27ba5dd191d91cf6b59fe729" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a4d1ac6e1d54df0f77f9968fb71a11b51e64dedd27ba5dd191d91cf6b59fe729" + sha256 cellar: :any_skip_relocation, sonoma: "3964fbfd086c4b4be3a8aa5dbb4604589e59ac56a53fcffee361f7a2967e27f6" + sha256 cellar: :any_skip_relocation, ventura: "3964fbfd086c4b4be3a8aa5dbb4604589e59ac56a53fcffee361f7a2967e27f6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5704841dfc91122211cb7c28e669cad12832075201c6570a850c563002922597" end depends_on "go" => :build From f23b2111fdb8d18c51d0f76af82a0c7db486b476 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:47:45 +0000 Subject: [PATCH 09470/10074] auditbeat: update 9.0.3 bottle. --- Formula/a/auditbeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/auditbeat.rb b/Formula/a/auditbeat.rb index 2d76a5d9b7913..5c460c4d37d7b 100644 --- a/Formula/a/auditbeat.rb +++ b/Formula/a/auditbeat.rb @@ -8,13 +8,13 @@ class Auditbeat < Formula head "https://github.com/elastic/beats.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b0143dd46c7019ec8d4890c4b01dec71c91698bc6e535b00dec2474e26b7068" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6acb9dd9e1da9e11ccadd720eef67179fd45448a66c0b638939215f9c6fc0a6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1218a55aebd0b9575e9362f97f628a9c9a22b2cb05534c5ff87dc2e3ead6567d" - sha256 cellar: :any_skip_relocation, sonoma: "ed10c2a045ef874559f82082660eb65308675236dec0db1f5dd0d69f3a88798c" - sha256 cellar: :any_skip_relocation, ventura: "289f214029b112676b90bcded14380d6f4ea08202ed1135a742cf663d0095180" - sha256 cellar: :any_skip_relocation, arm64_linux: "b18439c7af0b302f41fe0a87377e7f4eb8c1c40c3fd668e838ed9158dd8bd00c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cfbd29223b4754a7d5a5c64b38d0e57dea17ee9839a9a1f855a9028431fd5929" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3e05450172bf0c1d1c8709d1ee1fbf73c84abe0e3cc2a648688e6993d6d9b50" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f85d9a52c5b14679d86376bbec954de1c86af04c0715fc7c66576176c0ab0f85" + sha256 cellar: :any_skip_relocation, arm64_ventura: "64b9c418a0b1b738a32216ed145d1476f3deff01b39d45511dcdaa80f54fc794" + sha256 cellar: :any_skip_relocation, sonoma: "9eaf90491661a4678bc4bb6b63ae84a734a40b9ac12e8bcf0302aee4d1d64acf" + sha256 cellar: :any_skip_relocation, ventura: "3899c540177ae0015378ee73ce2a3a27735736d67e50f98126843e2f264dad8b" + sha256 cellar: :any_skip_relocation, arm64_linux: "946296ef9bba943cda66cc2e0ddc58aa76d43508f21ad07d034c35f10d214d55" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c7673076a19bb6cd396d0d0078d622d69a39e98f3aea0f0ddaa0176e36618080" end depends_on "go" => :build From b158e4570e1ae9e341d8d6ce0258fb8ea42e8389 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:47:53 +0000 Subject: [PATCH 09471/10074] filebeat: update 9.0.3 bottle. --- Formula/f/filebeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/filebeat.rb b/Formula/f/filebeat.rb index d597379888b65..ecfd6b98e8789 100644 --- a/Formula/f/filebeat.rb +++ b/Formula/f/filebeat.rb @@ -10,13 +10,13 @@ class Filebeat < Formula head "https://github.com/elastic/beats.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "309576fdd5f119040f8aa87dacaf5f12a9aa8d4505bfa4654ef0533c4b6a283c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "44da6be600600bc22ab80bb23060b69cb9917b238913c0eee3a61fdc832a80cc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7cbb953f68ba770674e0a8ac74434eb62ee684a9f20901c0e611382febb8ec66" - sha256 cellar: :any_skip_relocation, sonoma: "b966dd8fe0f5c8ec14817db19eb71e967088f185a7f0c9be83229e4f2d99845f" - sha256 cellar: :any_skip_relocation, ventura: "a7bc3ed5db81f44a808d9f75cfff2f51ee156f7f4289840e53a4062c730540ac" - sha256 cellar: :any_skip_relocation, arm64_linux: "d152aef9b63e867321963a5b6059e9b5c83acde278ea29f57a24ce299e2c0ebc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d153dd34c44a587a3f1f444b76428d9b6b2c713d7f79e661be5c00c51f9de27" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1db04d20f77313f87714c3955a614f46713aff8a57bbd6e1949ae1660f0b4b90" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dccb866f2ccdb4415ee7ccd19f5b2f240c28cb7ac152681e44b3b5d1bb62d850" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d76cdb3d7e8aec2e2f47c2c7ad017d133781b2b5c7ad30c26ba4ea6285985649" + sha256 cellar: :any_skip_relocation, sonoma: "8fb2484d9f4ac50ec4dc740cadab161cdaf18d3b9698b023b2b6d9c2c216e158" + sha256 cellar: :any_skip_relocation, ventura: "ed4d94419f8d753d96933d133b8783a6c02ae48855995bd78dc09cb03d45321c" + sha256 cellar: :any_skip_relocation, arm64_linux: "4a319fbaa57c0015421eb674b001fc350799c848d9c54547493573592b9fc719" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15b5df44a3a0ee2a4742283c25c307aa4b473054ccee9314c0745bcb66039316" end depends_on "go" => :build From ed9a6eacb6803221b68e46f5791ddc2df029e384 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:47:54 +0000 Subject: [PATCH 09472/10074] ggshield: update 1.41.0 bottle. --- Formula/g/ggshield.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/ggshield.rb b/Formula/g/ggshield.rb index 56fee4a61cc14..217847815c09b 100644 --- a/Formula/g/ggshield.rb +++ b/Formula/g/ggshield.rb @@ -9,13 +9,13 @@ class Ggshield < Formula head "https://github.com/GitGuardian/ggshield.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "80c1a5f6d96ee2172da225703c00a1b09aaed0139a3e28c650c68940706c2c13" - sha256 cellar: :any, arm64_sonoma: "c0eaa8e123144e3f5ca879db61ce50e95a69815fb1d822c8d7b55d22678a4fc4" - sha256 cellar: :any, arm64_ventura: "e91013e7f74c03275a2b43cfcdaa966bf738c873a0e611cdc7a973ededdd61ce" - sha256 cellar: :any, sonoma: "92373616edd891dc932a93e80e438ad323c1e4694a3ef2b838ccd424eb63f72f" - sha256 cellar: :any, ventura: "ae15f21fdcac02d574f4f0c0bf8b31cc81960d76bcea59f8bcdc1fc591540bb9" - sha256 cellar: :any_skip_relocation, arm64_linux: "1d08536dc5430db36285f933dfcf0ead729db744f2626f6ffb6c7da130c99a62" - sha256 cellar: :any_skip_relocation, x86_64_linux: "88884bf4828497b2aacef144a770c9f9b62273fcc51cf960c28e53e6d7367f00" + sha256 cellar: :any, arm64_sequoia: "a3b14ebe680d12dfbdf93d815d43028f7dea61ba9051aedb458ce1a0f7d7154a" + sha256 cellar: :any, arm64_sonoma: "a97c07112c7da3167c7bd773b313fd03f7c538222ce096c7e162ffe2869e0e54" + sha256 cellar: :any, arm64_ventura: "cd5770ea2717f3a51a20a44795f1f662c7260c723d456b65206c93c3270c1f2f" + sha256 cellar: :any, sonoma: "6390b5b338e9ea9f8f543ac5397ff50ddc05826b2f6b62139aa09a734c60806d" + sha256 cellar: :any, ventura: "b44691730fc92ee73f886ecd8d7648f5706cf33246c1cbfd3e1f63284b721651" + sha256 cellar: :any_skip_relocation, arm64_linux: "5cc1932c5c259790df880f04ef4c99828d23b627facca134e2206f138607f5d4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ff433ce33f50962571dcdf949fddc8d064f6200fbe148904dd9cbd155b0ff82" end depends_on "certifi" From dccbaf11136f8b625c8f008e3aeaee1a6f3bdc2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:16:07 +0000 Subject: [PATCH 09473/10074] mx: update 7.57.0 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 5e744694404e5..cc5eabdcef546 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "212f7e89199cb0cdd781936d332c9d0e574db429d38e11039d43e0185cf081b1" + sha256 cellar: :any_skip_relocation, all: "d4e0d94619184be0d2b157bba85a56d824ab791727ac4684ee243836b88f711d" end depends_on "openjdk" => :test From 506fdd47e05a7ed5a27d4992519b701d1cadaa6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:19:46 +0000 Subject: [PATCH 09474/10074] mydumper: update 0.19.3-2 bottle. --- Formula/m/mydumper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mydumper.rb b/Formula/m/mydumper.rb index d3238d68d7443..20325dc6d3da2 100644 --- a/Formula/m/mydumper.rb +++ b/Formula/m/mydumper.rb @@ -13,13 +13,13 @@ class Mydumper < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "12029d778d48d042d0569120f35066ff35d321bafdb4574ee4976a9c7f5d8174" - sha256 cellar: :any, arm64_sonoma: "ae3ed1c7486bcf76eee921ee7d30975025815fb9b4fee7ba874610c449c5545a" - sha256 cellar: :any, arm64_ventura: "e34ecd329869d62a27bb2a862a0f28a8e2a81a33292015339577fc4a1c2d209e" - sha256 cellar: :any, sonoma: "3bc1002dcc24a8c184a9b5be18b58b3a493047200864335fc1db4c2b34f49ebb" - sha256 cellar: :any, ventura: "e9bc164be23ffa468f88b3c8f8c316ba5b3d5d5d05f8084a775a288c800d759b" - sha256 cellar: :any_skip_relocation, arm64_linux: "2ac77d4e561b4321e60e1d7abb2abe0252e450f984e431ccf1d7f8ef31e76d50" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a954b9706ff7c21606f8fd62d66e989f0f220df804f90820b904ef2d43f36cf" + sha256 cellar: :any, arm64_sequoia: "2523e308f56cb3c6559c06fd8bf8f59bb695c3534eeb5bb9a3a5a3fcaf3907d0" + sha256 cellar: :any, arm64_sonoma: "b6c3ac47efa7db272908cb2260186f957cda354f6f41bf1726e9bcd851810c3a" + sha256 cellar: :any, arm64_ventura: "0e37c1c270102fa76145310eb5452c0180171c0681c2e74a0d45850c352465db" + sha256 cellar: :any, sonoma: "d78423ecda9cdab523bbc7699af19ea33739a184e1f2bc8979df2d499926e963" + sha256 cellar: :any, ventura: "0a353a78aa665cc49deadcb56a32b7444a27134720fc94f59813959d214a568d" + sha256 cellar: :any_skip_relocation, arm64_linux: "729f759435df2552e44a8fdf2be79fd5a8b8d6839049b3401a3644bd9260d7c0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f77c28472a9b2971cc5dc7fa5a5d16134762599931b3097d806ae8bfcbeec2aa" end depends_on "cmake" => :build From 3b8a82a9dc9cf1a604be5817a448e9fb8111d2b4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:19:57 +0000 Subject: [PATCH 09475/10074] logstash: update 9.0.3 bottle. --- Formula/l/logstash.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/logstash.rb b/Formula/l/logstash.rb index 0776bb2baae59..57d3f36d1b4f7 100644 --- a/Formula/l/logstash.rb +++ b/Formula/l/logstash.rb @@ -13,13 +13,13 @@ class Logstash < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ba8e383cac8eb5798246c924bdef959e938e96c80180bdb838b9d4886077806" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb853eefffcdeb13d85400742cc510a2dd298dfcfa4aab236538b86a36e50caf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3300a397242f9912ac0b1d9c09ad92c64c8b87930d6f57ff9f88ef3b612f6825" - sha256 cellar: :any, sonoma: "26114af78c22a802e39dab8e884cb14ab42b4d26be591b9c953bc1d61ed5e28c" - sha256 cellar: :any, ventura: "eb9ee7b6d1f0ddebbb1f6105f32e1e41362a7bc3cfd540a23234599db21990d5" - sha256 cellar: :any_skip_relocation, arm64_linux: "1e4914260b5aa4eddad31e665f130d4b23d48e0dbe24ce3d2598a6b6a6bb6cf5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "78e2290521d6c421a508fb0bba461b763df0555ce6a1613fae6b7a8c2eb13ce9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2843c08b2a55d0ea84a219630cf3c6abfc4c2c14e3151e9c02b1c4fafd69cf1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "21adf06dec6664ad8ad30501c2644fff50ecd832dd90888da53dc8ee63d2a29f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c60b7efaaee40e2e3138dcc4a70947442ac2378a6a1559536ad6ebda8c7d9d14" + sha256 cellar: :any, sonoma: "ca55d99dadcd364e8466e651a484903d3ccac7d45b0c5188d04b6cfd8bd9ad9a" + sha256 cellar: :any, ventura: "a283fc64abd02b35dd55ab52b2a3c62d45ec5915247fd999dc67b13405753626" + sha256 cellar: :any_skip_relocation, arm64_linux: "bf2485abf2733cdabac5f6a361e284b9cc36a0484d575dd44bdb6786d0bea0bb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b4c902f65e69ce266d9deb61e13ad25ac3942bcb574d0ade3e232150a283168" end depends_on "openjdk@21" From a651f6b5ba5ad5e6657051ad84252857e1a6c586 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:20:50 +0000 Subject: [PATCH 09476/10074] heartbeat: update 9.0.3 bottle. --- Formula/h/heartbeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/heartbeat.rb b/Formula/h/heartbeat.rb index 6af65d09b764a..485caaf9f8aef 100644 --- a/Formula/h/heartbeat.rb +++ b/Formula/h/heartbeat.rb @@ -8,13 +8,13 @@ class Heartbeat < Formula head "https://github.com/elastic/beats.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "66ec91e74cd6cedf0740dc8e07a8005431f9109a57f4c8c0f888c6bf3b5b1360" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcec1d0a779fc24074f1a6938806838712090b3d2fe795ebd667d73c93f033c6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "019568450ff837fcaa1bc11bdd10747245d16239da96203b1c3c438633eddeb1" - sha256 cellar: :any_skip_relocation, sonoma: "6260bcc01f52e76aab7fa2757a71acd960c4b89061223ff9afc40d299b7527b8" - sha256 cellar: :any_skip_relocation, ventura: "1cb636a58791633addb819c52dc65852c037929f80f160f4925e99bd1b7036b9" - sha256 cellar: :any_skip_relocation, arm64_linux: "fe5d7cc8e56a8ed6be3344a90e7dd0f2b766dbe4f90ab85147c362eaf4b39a3a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ec07fccc523c365c4156f12cc91fbc00d21f075125ce695cd52f368e0967e46" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "799801c3353bcf19206e0604ec7246b279dd345f9bde6ee8f0cd8c1d57af07a7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb9d98d38f4955a6ddefb1a293ef7595c2a6e92a5530e8c541626a6ce19b46b0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "89841479e06ba5505a7646cbf81ed264f7b7c122a7261a915c51c068220ca4ac" + sha256 cellar: :any_skip_relocation, sonoma: "7a9ad45e8e809107f1c5c581e59584b168730865957f425899a56e18ae9c6f8c" + sha256 cellar: :any_skip_relocation, ventura: "e3d868aa4cba2fd3f882f7b3ae4afa6db14e0f4bbca0fb89cef764e6ba6a5e28" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb10c0daba5072a157aeecdcecf98a7cb3086eb1289c11646e978bae2bc9b83c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "830a3d92792f2f9d843d425897cd3b851b1a228bb2e54bd651565430565acdad" end depends_on "go" => :build From 554a84dfc252a5201c900b9e8d192bbc9b919aed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:26:32 +0000 Subject: [PATCH 09477/10074] metricbeat: update 9.0.3 bottle. --- Formula/m/metricbeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/metricbeat.rb b/Formula/m/metricbeat.rb index cf8bfe00dd032..d415171d2176f 100644 --- a/Formula/m/metricbeat.rb +++ b/Formula/m/metricbeat.rb @@ -8,13 +8,13 @@ class Metricbeat < Formula head "https://github.com/elastic/beats.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7184dde2765a70b162f4ee2ae3e04e467fcf585110989e66964036718c43e87b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb308f69b54e673ece4b81ca86b5a15b6ad6b25bc9caa3e7c02d6ad5b5396393" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dba60f7c6c0a6c50fa8b12eae582c7b947e4c8342c0b201e572f0be915621f91" - sha256 cellar: :any_skip_relocation, sonoma: "056ef77d0ddf8cd800882c6c0a6d255ea3fa8d2b3007839ed55dbca8bd5dc531" - sha256 cellar: :any_skip_relocation, ventura: "965dbbd7b8a75626e5c250d540c7f1d7c636e795c1c83acb28f6c2ab26da21fc" - sha256 cellar: :any_skip_relocation, arm64_linux: "ad86154b64c35d8bf948b9f883edbd83c400f6b47c8ffe982c737ca6d8facace" - sha256 cellar: :any_skip_relocation, x86_64_linux: "75f1083a35fb686a2ed8561bdebb90e94b476e4fb5e5a48a2efb0fc65e19a0a9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7d388a0685606f7043a8bb5e3ea65e792b5fc028a6dd39831a9aef8e4cc5a29" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "314a5e4f7d1da59bc767493777d633ad3c4415cdce8edd81ceb2b7ca812807a5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "91ab55825ecb0b1c15293f05cdd53729c42b3c909dbcd4d6be4eb08991060a16" + sha256 cellar: :any_skip_relocation, sonoma: "e3aa810413fc3afd7d190f8994691482215460b3d80590dad1cd3ec62181cb76" + sha256 cellar: :any_skip_relocation, ventura: "b81e6fb1f9f8584baf0930680159c3c53cec9631ea9de0e5ee4711a57ddec1eb" + sha256 cellar: :any_skip_relocation, arm64_linux: "b5a6ed5659441196da9a9f2315c0b0534264e5a9bc0e235f0bc6508de3fba5e6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "33a3ac38e2d985592d037234f19e6548b98f8c6340d547ca4d1c36e92094b698" end depends_on "go" => :build From cd9167e0b7200f830a36fcd6fd5c1f95e4993141 Mon Sep 17 00:00:00 2001 From: botantony Date: Tue, 24 Jun 2025 18:08:31 +0200 Subject: [PATCH 09478/10074] libmpdclient 2.23 --- Formula/lib/libmpdclient.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/lib/libmpdclient.rb b/Formula/lib/libmpdclient.rb index 4ff63e88d9792..6b12ee50991e6 100644 --- a/Formula/lib/libmpdclient.rb +++ b/Formula/lib/libmpdclient.rb @@ -1,8 +1,8 @@ class Libmpdclient < Formula desc "Library for MPD in the C, C++, and Objective-C languages" homepage "https://www.musicpd.org/libs/libmpdclient/" - url "https://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.22.tar.xz" - sha256 "eac15b82b5ba5ed0648af580221eb74657394f7fe768e966d9e9ebb27435429f" + url "https://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.23.tar.xz" + sha256 "4a1b6c7f783d8cac3d3b8e4cbe9ad021c45491e383de3b893ea4eedefbc71607" license "BSD-3-Clause" head "https://github.com/MusicPlayerDaemon/libmpdclient.git", branch: "master" @@ -11,8 +11,6 @@ class Libmpdclient < Formula regex(/href=.*?libmpdclient[._-]v?(\d+(?:\.\d+)+)\.t/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sequoia: "16973541660ff3601f6ea87f1553bac63e63cef2cce49a83d078293b0c66d56f" sha256 cellar: :any, arm64_sonoma: "3920adaed9ddbc3361b4f47aa15bd3f3fca316238b22b52ba22df4402f1482f9" From a6c0d46d0d556bd0059b51e80af93871cfebd182 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:30:16 +0000 Subject: [PATCH 09479/10074] aws-crt-cpp: update 0.32.10 bottle. --- Formula/a/aws-crt-cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-crt-cpp.rb b/Formula/a/aws-crt-cpp.rb index 22fa87cf3b6fa..e61c7be6c53af 100644 --- a/Formula/a/aws-crt-cpp.rb +++ b/Formula/a/aws-crt-cpp.rb @@ -6,13 +6,13 @@ class AwsCrtCpp < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "fbfee155450c85da8215a658b69ce596026e290c4fa52a8de01e49374eb9e057" - sha256 cellar: :any, arm64_sonoma: "e9ed1ff763c3a545663e4bf04c3ac82e5c094eac49e64f77ef0450817dc6f5b1" - sha256 cellar: :any, arm64_ventura: "7b25134fd9fa8c651ae1f7d6a1327bdf504e019466a1a050d93d388c966697dc" - sha256 cellar: :any, sonoma: "869950b841accb8474a88365874d222f2c5efab90f81aca102b6b542a72fe8e3" - sha256 cellar: :any, ventura: "7a10e7f5b9fd4336cda8e08049ef5296296abeea86d81f8fb5592097b1a95751" - sha256 cellar: :any_skip_relocation, arm64_linux: "e6bbbe9fd9cc90b1d900821cc4530f530c4f0411d3e4b4afa777699fff63b876" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2cf4e5d49da830296fbf794c3f40ae516dd8728eb8d89460094ca1535d86a37a" + sha256 cellar: :any, arm64_sequoia: "f1cd802d82b8782ad0aab1e623425edb629d576e7400d593ca8c02d1d948741b" + sha256 cellar: :any, arm64_sonoma: "fc53c487b002a89c156f7e6c49af0c1057f334c6c35d5e23446b08a1607e0851" + sha256 cellar: :any, arm64_ventura: "2d258dec2447485ed04120c9875da1ece66abb5032aa87af73826bcd28d6bc97" + sha256 cellar: :any, sonoma: "d4423ba724cf3205a4fc6352bae0d69a353ad391733321283796c2f05b35f152" + sha256 cellar: :any, ventura: "c890a9e4d2319f3c7740c764c00671b408e8e0d817dad6ab57278737eba9defc" + sha256 cellar: :any_skip_relocation, arm64_linux: "07e38190886550d997d88bcfe28f7c2e742b1962f24106b257663ab2ec6c9820" + sha256 cellar: :any_skip_relocation, x86_64_linux: "145437ce9bc9ecb3e52df345eeca4bc356d629b54190f519710612aa9a4b9e80" end depends_on "cmake" => :build From e5174c8b8ff33cca899bc8c664f611f4fc446d3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:01:33 +0000 Subject: [PATCH 09480/10074] libmpdclient: update 2.23 bottle. --- Formula/lib/libmpdclient.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/lib/libmpdclient.rb b/Formula/lib/libmpdclient.rb index 6b12ee50991e6..4b48cd3474cc8 100644 --- a/Formula/lib/libmpdclient.rb +++ b/Formula/lib/libmpdclient.rb @@ -12,15 +12,13 @@ class Libmpdclient < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "16973541660ff3601f6ea87f1553bac63e63cef2cce49a83d078293b0c66d56f" - sha256 cellar: :any, arm64_sonoma: "3920adaed9ddbc3361b4f47aa15bd3f3fca316238b22b52ba22df4402f1482f9" - sha256 cellar: :any, arm64_ventura: "23c5829dd8a2703925dbb711266cc62892d436bdc05fa2cbbf1dc280fd3e73f5" - sha256 cellar: :any, arm64_monterey: "076cb8bf82d2ff6a0ed354a09a649526d02fe7c43bab9febb3ec1ad20b6a5281" - sha256 cellar: :any, sonoma: "f659f9cc27081184571adaec90ab1ec3e58c6e2f3007ef2df205f4a0d58603c5" - sha256 cellar: :any, ventura: "a6888a6f14f59dcfbcd73cf9c9ee915d68480fa03bc8c296896ea03e3214bb53" - sha256 cellar: :any, monterey: "d634d83c7d8e29e6d68ee52000160d86bbd83dec4b59084844dd838e77ae9139" - sha256 cellar: :any_skip_relocation, arm64_linux: "701d45480ae1fd5bcbe909509ec75f7ee642ec514c4f5ed3498b5def651f615b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3e56f369d58e7d23eafe3d6d8dcfa0f5eca8daa9c732582f4938ff99abad183" + sha256 cellar: :any, arm64_sequoia: "a6bef70ce4043cd9f2a40eaff30f25530c73f71d769c73520525a2ef095ddcba" + sha256 cellar: :any, arm64_sonoma: "13230392618659e0d0d68fcc5c64e6081f9c070a8296665504b2dba5aa6f4fa5" + sha256 cellar: :any, arm64_ventura: "f4b4d3a292270d0be8264da107fb15ec1a4b4682cdc7bb7fb204bd353ec73d46" + sha256 cellar: :any, sonoma: "ae3542c31e96deb857b7d474afb329de63a6455fd7f8bc67287534f35dfbc9b7" + sha256 cellar: :any, ventura: "03ea3a304da416bfb27443d80812bf200675e60e52e81957a583cf4edf906ce5" + sha256 cellar: :any_skip_relocation, arm64_linux: "046a756590f8161c1d171822637eff72c372d875562de487ffc8a67a4b1e7893" + sha256 cellar: :any_skip_relocation, x86_64_linux: "adbd2b3430628a32ba6a2caf6bcd0237816f58505e88581df0719029df25ce0f" end depends_on "meson" => :build From 92ecbc3206beeeefb5eddcccfa0ed68cf44d2f5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:50:16 +0000 Subject: [PATCH 09481/10074] aws-c-s3 0.8.3 --- Formula/a/aws-c-s3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-c-s3.rb b/Formula/a/aws-c-s3.rb index f353b3f55e6b9..492cc60376c00 100644 --- a/Formula/a/aws-c-s3.rb +++ b/Formula/a/aws-c-s3.rb @@ -1,8 +1,8 @@ class AwsCS3 < Formula desc "C99 library implementation for communicating with the S3 service" homepage "https://github.com/awslabs/aws-c-s3" - url "https://github.com/awslabs/aws-c-s3/archive/refs/tags/v0.8.2.tar.gz" - sha256 "7c8d8a36ce209114282bbdd7997b64f04b5be7f0614cdebc5bf6a31c665ab6ee" + url "https://github.com/awslabs/aws-c-s3/archive/refs/tags/v0.8.3.tar.gz" + sha256 "c1c233317927091ee966bb297db2e6adbb596d6e5f981dbc724b0831b7e8f07d" license "Apache-2.0" bottle do From c16e4c2b72b7f6042a4b1922384dd8d36ee08d3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:50:47 +0000 Subject: [PATCH 09482/10074] awscli 2.27.42 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 6c12163a38cab..1e627fe0d72fa 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.41.tar.gz" - sha256 "6025c0cf6fb95549251b78f997fafec29953af6c50c0d6e7076850f2bc2c860e" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.42.tar.gz" + sha256 "5afbe036e37d12786510164ee715c25519d617e85153f252f37ede802c1c8c4f" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 651516110a9af685073cb82f5f6d7ec962401abf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:54:00 +0000 Subject: [PATCH 09483/10074] chainloop-cli 1.10.0 --- Formula/c/chainloop-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 42c7493cec635..580c779e3cc97 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,8 +1,8 @@ class ChainloopCli < Formula desc "CLI for interacting with Chainloop" homepage "https://docs.chainloop.dev" - url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.9.0.tar.gz" - sha256 "b2506c3b48d9bf7b6e813a4b307b0fd45289ce22d4474991c454c15afc3d63b2" + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.10.0.tar.gz" + sha256 "4d5f843ce013a016a32efbc3f9180a5d72275428451b4240f2f720d4f660be76" license "Apache-2.0" head "https://github.com/chainloop-dev/chainloop.git", branch: "main" From bcf42865a0bc3dc4abc5eb1f19643c09c15bfc01 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:54:32 +0000 Subject: [PATCH 09484/10074] circleci 0.1.32638 --- Formula/c/circleci.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index 8b7e0a9e695ea..ddd72b3e2f283 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -3,8 +3,8 @@ class Circleci < Formula homepage "https://circleci.com/docs/2.0/local-cli/" # Updates should be pushed no more frequently than once per week. url "https://github.com/CircleCI-Public/circleci-cli.git", - tag: "v0.1.32580", - revision: "eeffe5201d9385906ffb75292fd4d88646d2a5ac" + tag: "v0.1.32638", + revision: "2bfc35c9de336e78ca2bc1f806edad775e0b64ee" license "MIT" head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" From 37bd7bd4cd017367b403d8c091fa655d7300dbae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:55:13 +0000 Subject: [PATCH 09485/10074] cloudflare-wrangler 4.21.1 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index b2d046fae25c4..78cdfb189450f 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.21.0.tgz" - sha256 "c308cae79ac7bfe7c830a5132f6640d6e01fb218ca9e323cbc0fe65a1235ed32" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.21.1.tgz" + sha256 "fe26c3b94e789daf41ccf9bcaaed5ac392c741623121bd0e197572166cee25f4" license any_of: ["Apache-2.0", "MIT"] bottle do From 2db41d8083c4309eb40577357ef730a75479a8d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:57:01 +0000 Subject: [PATCH 09486/10074] cubejs-cli 1.3.25 --- Formula/c/cubejs-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index 61207568672f5..cae4239cc5803 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -1,8 +1,8 @@ class CubejsCli < Formula desc "Cube.js command-line interface" homepage "https://cube.dev/" - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.24.tgz" - sha256 "c7ed0c4c4b0ae4f3ee943fc0416b04066acb62e0c527d23506e97ef15d3d349a" + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.25.tgz" + sha256 "def354e3c1a0fa147de9a8780b66c5e4487b5b23e63db3bebc754351b896655a" license "Apache-2.0" bottle do From d3e49c78d4b265c500a8c33d58efdb8f933f1bdd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:57:51 +0000 Subject: [PATCH 09487/10074] dependabot 1.67.0 --- Formula/d/dependabot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index 3122f563a2149..8811b6c0e84a3 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -1,8 +1,8 @@ class Dependabot < Formula desc "Tool for testing and debugging Dependabot update jobs" homepage "https://github.com/dependabot/cli" - url "https://github.com/dependabot/cli/archive/refs/tags/v1.66.0.tar.gz" - sha256 "af61aba6b327d411275fd18af758862da82287abe260562ec7c7fb90c10bf852" + url "https://github.com/dependabot/cli/archive/refs/tags/v1.67.0.tar.gz" + sha256 "3f6f7fd63425872ccd606270c172e72af9f66aa8df29db90e6953447403c8196" license "MIT" head "https://github.com/dependabot/cli.git", branch: "main" From 6156bdfbf8d78f1047a54b072216a301137503c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 19:58:49 +0000 Subject: [PATCH 09488/10074] dockcheck 0.6.7 --- Formula/d/dockcheck.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dockcheck.rb b/Formula/d/dockcheck.rb index 4dc9c2f638eb3..7f5e4c8b75e37 100644 --- a/Formula/d/dockcheck.rb +++ b/Formula/d/dockcheck.rb @@ -1,8 +1,8 @@ class Dockcheck < Formula desc "CLI tool to automate docker image updates" homepage "https://github.com/mag37/dockcheck" - url "https://github.com/mag37/dockcheck/archive/refs/tags/v0.6.6.tar.gz" - sha256 "1081220968eeeffe2a701856394a6368250cdecd19b84ee8f008003eb591bd9a" + url "https://github.com/mag37/dockcheck/archive/refs/tags/v0.6.7.tar.gz" + sha256 "cead1f7ae95b2cafadb70638f41e9a17d24e70c79efe50b4aa4b557e7d67b28c" license "GPL-3.0-only" head "https://github.com/mag37/dockcheck.git", branch: "main" From 625f6717aba4adefbf4981a5801eedd1ac10a3b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:16:56 +0000 Subject: [PATCH 09489/10074] nginx 1.29.0 --- Formula/n/nginx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nginx.rb b/Formula/n/nginx.rb index ea8744fe0f28b..1fa7ddbc2b283 100644 --- a/Formula/n/nginx.rb +++ b/Formula/n/nginx.rb @@ -3,8 +3,8 @@ class Nginx < Formula homepage "https://nginx.org/" # Use "mainline" releases only (odd minor version number), not "stable" # See https://www.nginx.com/blog/nginx-1-12-1-13-released/ for why - url "https://nginx.org/download/nginx-1.27.5.tar.gz" - sha256 "e96acebb9c2a6db8a000c3dd1b32ecba1b810f0cd586232d4d921e376674dd0e" + url "https://nginx.org/download/nginx-1.29.0.tar.gz" + sha256 "109754dfe8e5169a7a0cf0db6718e7da2db495753308f933f161e525a579a664" license "BSD-2-Clause" head "https://github.com/nginx/nginx.git", branch: "master" From 54b276b4e86ec80cde5df8c5eca55fe40b9e0d95 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:21:49 +0000 Subject: [PATCH 09490/10074] pscale 0.246.0 --- Formula/p/pscale.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index c253632cee19d..83cd1c39eb38a 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -1,8 +1,8 @@ class Pscale < Formula desc "CLI for PlanetScale Database" homepage "https://www.planetscale.com/" - url "https://github.com/planetscale/cli/archive/refs/tags/v0.245.0.tar.gz" - sha256 "143f8f75bd398f848a646485ec646bfb2aad635f4626c28fa3f80e622cbd0a0c" + url "https://github.com/planetscale/cli/archive/refs/tags/v0.246.0.tar.gz" + sha256 "114da654288e3ca15ed2c1aed176ffd838e281b5f4ad99780a373768e21b3aae" license "Apache-2.0" head "https://github.com/planetscale/cli.git", branch: "main" From c691a696d7d9c89ae1d9326472b82c3f0dd27229 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:23:15 +0000 Subject: [PATCH 09491/10074] rattler-build 0.44.0 --- Formula/r/rattler-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rattler-build.rb b/Formula/r/rattler-build.rb index e4a6ed5a10fab..f05a17c283e4e 100644 --- a/Formula/r/rattler-build.rb +++ b/Formula/r/rattler-build.rb @@ -1,8 +1,8 @@ class RattlerBuild < Formula desc "Universal conda package builder" homepage "https://rattler.build" - url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.43.0.tar.gz" - sha256 "7f90dfefea9eba7115b68ab62996df909e3db7101e25bcbbff3b481a1b4a9663" + url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.44.0.tar.gz" + sha256 "4d8289439cd531c2e86d1ac3a603073784123386bd6409faf1461ea9e4f27a50" license "BSD-3-Clause" head "https://github.com/prefix-dev/rattler-build.git", branch: "main" From 6f930ef5e71748c779a8b79e4ca5f4b957235a1f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:23:50 +0000 Subject: [PATCH 09492/10074] repo 2.56 --- Formula/r/repo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/repo.rb b/Formula/r/repo.rb index 9d62ff6127de3..3bcde9928c708 100644 --- a/Formula/r/repo.rb +++ b/Formula/r/repo.rb @@ -4,8 +4,8 @@ class Repo < Formula desc "Repository tool for Android development" homepage "https://source.android.com/source/developing.html" url "https://gerrit.googlesource.com/git-repo.git", - tag: "v2.55.2", - revision: "b262d0e4619c406a2708856ed312091d21c5bf39" + tag: "v2.56", + revision: "99b5a17f2c951fe5979100c36e7e1dbb4c61b36c" license "Apache-2.0" version_scheme 1 From 0c93af984b6a194f28852a53ee6030e455013022 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:27:27 +0000 Subject: [PATCH 09493/10074] semgrep 1.127.0 --- Formula/s/semgrep.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/semgrep.rb b/Formula/s/semgrep.rb index 13cd81528e446..b0105835ef24b 100644 --- a/Formula/s/semgrep.rb +++ b/Formula/s/semgrep.rb @@ -4,8 +4,8 @@ class Semgrep < Formula desc "Easily detect and prevent bugs and anti-patterns in your codebase" homepage "https://semgrep.dev" url "https://github.com/semgrep/semgrep.git", - tag: "v1.126.0", - revision: "565749d86742061055c541bfb0660333f9e16bc4" + tag: "v1.127.0", + revision: "f079fe859a11490cb57a8106bbf56334b5b8bb39" license "LGPL-2.1-only" head "https://github.com/semgrep/semgrep.git", branch: "develop" @@ -57,8 +57,8 @@ class Semgrep < Formula end resource "bracex" do - url "https://files.pythonhosted.org/packages/d6/6c/57418c4404cd22fe6275b8301ca2b46a8cdaa8157938017a9ae0b3edf363/bracex-2.5.post1.tar.gz" - sha256 "12c50952415bfa773d2d9ccb8e79651b8cdb1f31a42f6091b804f6ba2b4a66b6" + url "https://files.pythonhosted.org/packages/63/9a/fec38644694abfaaeca2798b58e276a8e61de49e2e37494ace423395febc/bracex-2.6.tar.gz" + sha256 "98f1347cd77e22ee8d967a30ad4e310b233f7754dbf31ff3fceb76145ba47dc7" end resource "charset-normalizer" do @@ -202,8 +202,8 @@ class Semgrep < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "referencing" do From 9c36bd1547e27a15574a84586ea1ab458ec3cbde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:31:29 +0000 Subject: [PATCH 09494/10074] tarlz 0.28.1 --- Formula/t/tarlz.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tarlz.rb b/Formula/t/tarlz.rb index 3322762b3817d..a0184093134a0 100644 --- a/Formula/t/tarlz.rb +++ b/Formula/t/tarlz.rb @@ -1,9 +1,9 @@ class Tarlz < Formula desc "Data compressor" homepage "https://www.nongnu.org/lzip/tarlz.html" - url "https://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.28.tar.lz" - mirror "https://download-mirror.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.28.tar.lz" - sha256 "ea413f51a9f158cbaaaa27451a2035d2e9322275daacf237f7f684347c09f229" + url "https://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.28.1.tar.lz" + mirror "https://download-mirror.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.28.1.tar.lz" + sha256 "ab3c92b7f7f10c9539bc7be691fba648af21d4c89e55d81ec66d761f8dd8b5a9" license "GPL-2.0-or-later" livecheck do From 64f1c6c826476692fde5a859e64a95cdb22dc839 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:32:06 +0000 Subject: [PATCH 09495/10074] texlab 5.23.1 --- Formula/t/texlab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/texlab.rb b/Formula/t/texlab.rb index 63bf98f06a692..1fa9215f61382 100644 --- a/Formula/t/texlab.rb +++ b/Formula/t/texlab.rb @@ -1,8 +1,8 @@ class Texlab < Formula desc "Implementation of the Language Server Protocol for LaTeX" homepage "https://github.com/latex-lsp/texlab/" - url "https://github.com/latex-lsp/texlab/archive/refs/tags/v5.23.0.tar.gz" - sha256 "f14a3e100706cc217a6720057dea2e30b7c7a3a7297e6d28ea741a533500a1cf" + url "https://github.com/latex-lsp/texlab/archive/refs/tags/v5.23.1.tar.gz" + sha256 "32620d4a186222cef1140250c9c43b83ed873a4710d05a0075c7d8f6d1d4e1ec" license "GPL-3.0-only" head "https://github.com/latex-lsp/texlab.git", branch: "master" From 9e1f85d0111fe13f0f981fd1c9a722b3b968d387 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:36:02 +0000 Subject: [PATCH 09496/10074] xonsh 0.19.9 --- Formula/x/xonsh.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/x/xonsh.rb b/Formula/x/xonsh.rb index b12caec6e4c87..c4b89367c59d5 100644 --- a/Formula/x/xonsh.rb +++ b/Formula/x/xonsh.rb @@ -3,8 +3,8 @@ class Xonsh < Formula desc "Python-powered, cross-platform, Unix-gazing shell language and command prompt" homepage "https://xon.sh/" - url "https://files.pythonhosted.org/packages/4a/5a/7d28dffedef266b3cbde5c0ba63f7f861bd5ff5c35bfa80df269f61000b4/xonsh-0.19.3.tar.gz" - sha256 "f3a58752b12f02bf2b17b91e88a83615115bb4883032cf8ef36e451964f29e90" + url "https://files.pythonhosted.org/packages/ea/eb/8f544caca583c5f9f0ae7d852769fdb8ed5f63b67646a3c66a2d19357d56/xonsh-0.19.9.tar.gz" + sha256 "4cab4c4d7a98aab7477a296f12bc008beccf3d090c6944f0b3375d80a574c37d" license "BSD-2-Clause-Views" head "https://github.com/xonsh/xonsh.git", branch: "main" @@ -21,13 +21,13 @@ class Xonsh < Formula depends_on "python@3.13" resource "prompt-toolkit" do - url "https://files.pythonhosted.org/packages/a1/e1/bd15cb8ffdcfeeb2bdc215de3c3cffca11408d829e4b8416dcfe71ba8854/prompt_toolkit-3.0.50.tar.gz" - sha256 "544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab" + url "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz" + sha256 "931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed" end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "pyperclip" do @@ -36,8 +36,8 @@ class Xonsh < Formula end resource "setproctitle" do - url "https://files.pythonhosted.org/packages/c4/4d/6a840c8d2baa07b57329490e7094f90aac177a1d5226bc919046f1106860/setproctitle-1.3.5.tar.gz" - sha256 "1e6eaeaf8a734d428a95d8c104643b39af7d247d604f40a7bebcf3960a853c5e" + url "https://files.pythonhosted.org/packages/9e/af/56efe21c53ac81ac87e000b15e60b3d8104224b4313b6eacac3597bd183d/setproctitle-1.3.6.tar.gz" + sha256 "c9f32b96c700bb384f33f7cf07954bb609d35dd82752cef57fb2ee0968409169" end resource "wcwidth" do From 40dd187878429d12e7bf643ae4edd7f008b8b0c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:02:24 +0000 Subject: [PATCH 09497/10074] fdroidserver 2.4.2 Signed-off-by: Rui Chen --- Formula/f/fdroidserver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fdroidserver.rb b/Formula/f/fdroidserver.rb index 158b07363636a..7f1586be71d87 100644 --- a/Formula/f/fdroidserver.rb +++ b/Formula/f/fdroidserver.rb @@ -3,8 +3,8 @@ class Fdroidserver < Formula desc "Create and manage Android app repositories for F-Droid" homepage "https://f-droid.org" - url "https://files.pythonhosted.org/packages/bf/d8/ce1b87f1dc8d4533fed73baa99acfc5e3f713ec40d56ea47e808790f43b4/fdroidserver-2.4.1.tar.gz" - sha256 "38de6905f415b36aebad04f6b2f79486091a13e2edd269c8bdca908d94b017cc" + url "https://files.pythonhosted.org/packages/33/76/2b5b90013b559a4cdc8dd627a937523ba58196dab16e48d4badb54bf5da5/fdroidserver-2.4.2.tar.gz" + sha256 "5dc926f8306473c33082fc4fdd3356207e5874f91c00c0d76125f26ce35bbe1b" license "AGPL-3.0-or-later" bottle do From f82581b87ac433dca7a9ed95c23f37d5c12cde17 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:22:52 +0000 Subject: [PATCH 09498/10074] kwctl: update 1.26.0 bottle. --- Formula/k/kwctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kwctl.rb b/Formula/k/kwctl.rb index 5246b1f16d0ef..3c5f4d70c7d00 100644 --- a/Formula/k/kwctl.rb +++ b/Formula/k/kwctl.rb @@ -7,13 +7,13 @@ class Kwctl < Formula head "https://github.com/kubewarden/kwctl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "306ff1c2e1386cc48ff5569a1a9f7803348cfd9928c75868b4cbc1600c402f88" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4aa9af4a64641e86d1a5a3054b39fc609dff1824e6866bb367baa26fce56608b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5679c39c525e4f5c909741aba6645e4cc573bc617b535bebe27e937c6ef7b414" - sha256 cellar: :any_skip_relocation, sonoma: "f2b17fbe3cdebb992fae1602654fccfff5173ea9d7bc66a029103a7ca4dd806b" - sha256 cellar: :any_skip_relocation, ventura: "bd0824dc4e1d600722945fbff47277802af5ffffa4835ee752d341e2df0939f5" - sha256 cellar: :any_skip_relocation, arm64_linux: "23cbc4c5f71c6e9c8978e402c4f6e909361fd8698138c82e0a527348770331e8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c49165293a7977e3930a5f68832b45a212eba9b94cd3215f9af3d1fab98dde89" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8403bd9a9455cc509e8f19883d625367aa19970fccba4356f5840721ca1068f0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "055e87c984e6827749ba52ea53ad71b1709a337a3af2f2a3e9c29094de81d057" + sha256 cellar: :any_skip_relocation, arm64_ventura: "042de8495032a5c492e95e1c499bcf401af52dfbda407a68f03e31af8bcf132c" + sha256 cellar: :any_skip_relocation, sonoma: "6dbf407d0f210ca4a4fc68039929cf7ddd5f0d6826cf8bab90b42df52400e135" + sha256 cellar: :any_skip_relocation, ventura: "308e110f7e5bedb8714700ed872f2f0586b7f0f87e70ec341ada3e120f50bc95" + sha256 cellar: :any_skip_relocation, arm64_linux: "cddc4db844b34e2d29b703c157bbd3dd8eed7316fe6d1afcc6176a2ae0b70c41" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dac45ac1acd07349f5494b5bd26c0953958571547301ce8f345587f7360c306f" end depends_on "pkgconf" => :build From 5513bf8e214c0ff79d62ad2e4500cf8a583ed557 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 24 Jun 2025 17:23:05 -0400 Subject: [PATCH 09499/10074] passenger: revision bump (nginx 1.29.0) Signed-off-by: Rui Chen --- Formula/p/passenger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/passenger.rb b/Formula/p/passenger.rb index 980b90cef72f2..99a50bbe6c7fa 100644 --- a/Formula/p/passenger.rb +++ b/Formula/p/passenger.rb @@ -4,7 +4,7 @@ class Passenger < Formula url "https://github.com/phusion/passenger/releases/download/release-6.0.27/passenger-6.0.27.tar.gz" sha256 "82c830aee98feece09e84309c2d0c6bb3f7b22a3c8e33cfe93b5e0d498615d0f" license "MIT" - revision 1 + revision 2 head "https://github.com/phusion/passenger.git", branch: "stable-6.0" bottle do From f6725696d093f23c8e50911f037bac8c65b47d62 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:14 +0000 Subject: [PATCH 09500/10074] showcert: update 0.4.4 bottle. --- Formula/s/showcert.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/showcert.rb b/Formula/s/showcert.rb index 61fc015092c0b..9396dc29fa69f 100644 --- a/Formula/s/showcert.rb +++ b/Formula/s/showcert.rb @@ -9,13 +9,13 @@ class Showcert < Formula head "https://github.com/yaroslaff/showcert.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d49605464727ec7dfb71f7859bea277eb0b5af731481d3ee873935055413668c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d49605464727ec7dfb71f7859bea277eb0b5af731481d3ee873935055413668c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d49605464727ec7dfb71f7859bea277eb0b5af731481d3ee873935055413668c" - sha256 cellar: :any_skip_relocation, sonoma: "9f7ada62f9442318e146a59d6ae3479cb4537dfec3330623063ea67427780bd7" - sha256 cellar: :any_skip_relocation, ventura: "9f7ada62f9442318e146a59d6ae3479cb4537dfec3330623063ea67427780bd7" - sha256 cellar: :any_skip_relocation, arm64_linux: "071cf3454db467672ba9643674b5ad742d9382f729d20986cd657983ca4fab91" - sha256 cellar: :any_skip_relocation, x86_64_linux: "071cf3454db467672ba9643674b5ad742d9382f729d20986cd657983ca4fab91" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "90da77181390c80f50fae6279781ce216edb21fa4bbfa594c4bb1b7feca6d5aa" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "90da77181390c80f50fae6279781ce216edb21fa4bbfa594c4bb1b7feca6d5aa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "90da77181390c80f50fae6279781ce216edb21fa4bbfa594c4bb1b7feca6d5aa" + sha256 cellar: :any_skip_relocation, sonoma: "d91dcebe3a3b89859fb266969c92e1c9202fa7e1082fe2d6b45be5b0de2e968a" + sha256 cellar: :any_skip_relocation, ventura: "d91dcebe3a3b89859fb266969c92e1c9202fa7e1082fe2d6b45be5b0de2e968a" + sha256 cellar: :any_skip_relocation, arm64_linux: "ef20a912af681275e185e39900726edd3fb67fb6336f5a93bef85780b802f1fc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef20a912af681275e185e39900726edd3fb67fb6336f5a93bef85780b802f1fc" end depends_on "certifi" From 4807216730c8ab53ca45cc6512d6f8738a0e03da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:20 +0000 Subject: [PATCH 09501/10074] wasmtime: update 34.0.1 bottle. --- Formula/w/wasmtime.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasmtime.rb b/Formula/w/wasmtime.rb index 6860f9884c62d..49a905fde9538 100644 --- a/Formula/w/wasmtime.rb +++ b/Formula/w/wasmtime.rb @@ -16,13 +16,13 @@ class Wasmtime < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b7f6d8cb106d34e6ef9a06c01f4d12b0544d4b7ba78930d5331ce93983533513" - sha256 cellar: :any, arm64_sonoma: "499ef8da5a159debf51ac29831c2c4f6114ec82db131c012521c78a7dfee4236" - sha256 cellar: :any, arm64_ventura: "c8a6dc5bc8754f27e543111c020c3a7ddd34f89329293ccb69ff2795047836e1" - sha256 cellar: :any, sonoma: "9ce36016a0d80bd0fd90122db2f4c6c8829759ede2b883a4e4b165dc1729e538" - sha256 cellar: :any, ventura: "17878306ebd9b8d74c948b6f6e5efdda229c16db95f48ff3ca47f97a571081f5" - sha256 cellar: :any_skip_relocation, arm64_linux: "e5a2fc0865780f7919948ac830afae564b45db9121652a2657e282ce322d8826" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1125edb7279509113bb2139c133d986087143801a2f73e761c57932d3145e164" + sha256 cellar: :any, arm64_sequoia: "4228f8401abe94cf04b6899c2a449ac8583fe9634f846ba4453dfb15388216a3" + sha256 cellar: :any, arm64_sonoma: "612fc176a4fade789ea9ca36c4a2bc2bdb7d7a596bc11ab5aabe1bca79b9ad1a" + sha256 cellar: :any, arm64_ventura: "f68b8451d64b79714479f1315fc3148983f009d81a4f63121de225c7a1944b70" + sha256 cellar: :any, sonoma: "bf29df40ebe11677ce829e29d5c55857a3c40d8a1e7c9119318595aa04dbd870" + sha256 cellar: :any, ventura: "d3ef5efa171e7229e83885eb58723c004d5da01c7f81c8cb91ccdc6baa204f1f" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1b0b95645780058ba448608480742bfda8e08e4f0d219bd6d5a816e67559e0d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "03b13d82fc9324bf8d99310934be7c3c6ea15cd9ac6a7d23ef39953b5482cf45" end depends_on "cmake" => :build From a1aa7fa168e16d361375f228db0567d4d68474a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:21 +0000 Subject: [PATCH 09502/10074] aws-c-s3: update 0.8.3 bottle. --- Formula/a/aws-c-s3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aws-c-s3.rb b/Formula/a/aws-c-s3.rb index 492cc60376c00..d779ff46955ac 100644 --- a/Formula/a/aws-c-s3.rb +++ b/Formula/a/aws-c-s3.rb @@ -6,13 +6,13 @@ class AwsCS3 < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "8c70d18dea9f640a7165cab36758c0c20a5a21923a037b872e406d78733226fc" - sha256 cellar: :any, arm64_sonoma: "5e2cd0f7787e7fd1eb1fedfadfecc607065174de30c4c46defdd6e5dd7fc802c" - sha256 cellar: :any, arm64_ventura: "615a7d179013cfbdfa1d79d0c2b0d1002c7c607be16717df5a50b8c33105802c" - sha256 cellar: :any, sonoma: "dbd83740dbedb53ef7f90680d0270b39572f984291a4a78e1ad74f74729130e8" - sha256 cellar: :any, ventura: "1be7304e3cef8ff634fec1e1e8a9dc2dd3886e3cf9324422faa70d2d8b728f21" - sha256 cellar: :any_skip_relocation, arm64_linux: "3bdbf3170f36d8bf0f5ee4485b3e88c36269123af61b2673d448c86475cb5460" - sha256 cellar: :any_skip_relocation, x86_64_linux: "80747dd11bf4db1f0d003872d55757ee6eb8b4d81630b589aaa12a3a613c0169" + sha256 cellar: :any, arm64_sequoia: "7ee6d40ee24fec1f43f20ca25d4eed82aec15da13e11969372b1992ff9b09b3b" + sha256 cellar: :any, arm64_sonoma: "98193eaabe034bb863ba4b2f48e67aca58bc088e944480d981d7b43832c1bd75" + sha256 cellar: :any, arm64_ventura: "0addb81ae415dd7c1e5bba2d2fe2afe0ce34b32fb8809446bf6317bed9ba8b12" + sha256 cellar: :any, sonoma: "8effc4869efdae0400bd8ae972cc70c7b04e1c4eb201233338f4dd8ea1ffc721" + sha256 cellar: :any, ventura: "a4c6971eebb172cd171bf23232a2814bd9bb58e8c09407156eda7e27a5c356d7" + sha256 cellar: :any_skip_relocation, arm64_linux: "3e0baf3ac00b846a31e7dc5b8c0b9cc68255fbc573a96d5d52ec7dfc245b8235" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6dea919d435d33383756bb416d1c7ef4f3aa0bcacebc146d2d3b7ebaece3b897" end depends_on "cmake" => :build From 67d45d1b287dec496f2bbd3da6a777439f8de6e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:23 +0000 Subject: [PATCH 09503/10074] packetbeat: update 9.0.3 bottle. --- Formula/p/packetbeat.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/packetbeat.rb b/Formula/p/packetbeat.rb index 80ed34c403411..a41162106fe5b 100644 --- a/Formula/p/packetbeat.rb +++ b/Formula/p/packetbeat.rb @@ -8,13 +8,13 @@ class Packetbeat < Formula head "https://github.com/elastic/beats.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "506799b9cacf8bb24e94b54ad9ff191b2f1f388303961c0ee781295a2b1b5188" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cc2d3d0e55e3a4847a68e0f88dd9932306bf3fd62d0ca9045bf7d489abdc3ca" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f54dd6a6fa8a78047d3ba9e8777d311917c384fb6f3e442771dd567c8f1c8179" - sha256 cellar: :any_skip_relocation, sonoma: "c7ebf893b95059665bf36087b083e3a813f9f344a265f08637f379b5826a5113" - sha256 cellar: :any_skip_relocation, ventura: "34f50a8783523f9f8ea61a6dce204f5f283e30cd3054aff664d2b16754df72a5" - sha256 cellar: :any_skip_relocation, arm64_linux: "0bcd85648ef10a41233cedebddd96dac29ae06664e496c0a14bc61109274363c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "24513ce6458f2e7fff59462f35fa4182ac7693c358ba909c2c5a5c2d8bfbb416" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "95fca8cd8c4b06afcd42068e1f959b34b48d94c842445611f28c23b39ae750e5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d408c845ab9947e4440adf9f420bd8b7cc88e965e6de546435273c2cd29d634" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e9061303b628da6afeca9e88db82704da8b5d29b8dba9a0fb3133d754a9cb47f" + sha256 cellar: :any_skip_relocation, sonoma: "edce0fa85626e8a92150a8679acad8a27abab8673de9956c2332293f1c26ed48" + sha256 cellar: :any_skip_relocation, ventura: "cc867eec4ce2bcda0c35d96c79ce9c9390ad3d112ef61686afebfb68c630a2e3" + sha256 cellar: :any_skip_relocation, arm64_linux: "a1697565ec4f7a33e2d665cedd30d09dc37e45949e530bb9d8b61d55c8346305" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b7f738525c835bbd1d169e531ed7b981031c27cb45892f6a8836966407c76fd" end depends_on "go" => :build From d09df8ec149853f3ead9a4972058265a865fe74d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:27 +0000 Subject: [PATCH 09504/10074] rattler-build: update 0.44.0 bottle. --- Formula/r/rattler-build.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rattler-build.rb b/Formula/r/rattler-build.rb index f05a17c283e4e..f01bf7f4b9b64 100644 --- a/Formula/r/rattler-build.rb +++ b/Formula/r/rattler-build.rb @@ -15,13 +15,13 @@ class RattlerBuild < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0efd16b4964c8fe624d516deda12fc371fea18793473699de94a39d4c2035c3d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8a1fbacf47cc9cbbb1f9d8b6f3d8533e322337acf4d6c60b97b3b429cd8f68e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2d3ea9b6be0e1ec7f0f5710e8999e9021c515bfcd6e13eadd2e8b875ff0a6873" - sha256 cellar: :any_skip_relocation, sonoma: "d05b38138d18b39855b62ddcfae1c979639fa01e5cbc781b91a2c0aa23c90d04" - sha256 cellar: :any_skip_relocation, ventura: "1b68acf7b908c94931e887ec520f949df732db47ab185ebd57f8dc88d77e0121" - sha256 cellar: :any_skip_relocation, arm64_linux: "76065d81dbfd0a59547da091acb98864acbc6d10356ed4d1284b62cddd74b6f9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a7ea9a074ff5181152a4cb0e6287dd15aa59d82ed975d911dc18b22c4119a954" + sha256 cellar: :any, arm64_sequoia: "068106d81126bac3ddd4967547a4b9d912c9eb94994e20a9382fe39d52a0a4d9" + sha256 cellar: :any, arm64_sonoma: "8324540c84f2bbfb2fa4a244055f9c6b94e2a9af30b9e92ec02c1b906b0cbb7c" + sha256 cellar: :any, arm64_ventura: "ef0b9d9c9834d593a06d07160e1e977f6de982c216ed87daea5885f3619c69c9" + sha256 cellar: :any, sonoma: "d170358e08fab66127a456c82a03382fc1c30dac59a6ea066f135453d80ec6b3" + sha256 cellar: :any, ventura: "83894355a79a12a03bd7ec77cbca770031228261455917c12f3c445676b8bbcb" + sha256 cellar: :any_skip_relocation, arm64_linux: "677ffa078319f278a720c7ef6fe6f55685341d784ce5460cd8b39f190bc7be6c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "585fddf53b52c7ba20d4be4f34b1b3330fb3dd20454552f8dd6e1db4d585cf87" end depends_on "pkgconf" => :build From 9faabcac65c6dec18d75e67e51e0281cd97c2ee6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:28 +0000 Subject: [PATCH 09505/10074] awscli: update 2.27.42 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 1e627fe0d72fa..4ef2be5a372d4 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "0a517c39e43130315a449daecc67409f2306f957174d2daa9525548cf0707abe" - sha256 cellar: :any, arm64_sonoma: "6a5112438c77946c3a51ecbcacaab4c82ec96e496bf13724005f74273e0b3608" - sha256 cellar: :any, arm64_ventura: "f3d5082eab9d67437833f33900768b2b243a269add719781e0796f389d5f240c" - sha256 cellar: :any, sonoma: "de1e6c22d38c5af158851baf8e9222e0af956c285917a84b1fc56f651e9c727c" - sha256 cellar: :any, ventura: "25a0184c1a5df881594c5a8c48519a414961d9f66b5cdd2959c7d7b04a7f986a" - sha256 cellar: :any_skip_relocation, arm64_linux: "f1186f1e121c70bf8286724a1b2ed93a861233c8efffa6cbb9b6cc37c23ad581" - sha256 cellar: :any_skip_relocation, x86_64_linux: "65f549f7e46cc577bcb1d365839395bb79db2c5a468253660ddd55f9d45fe6ad" + sha256 cellar: :any, arm64_sequoia: "c15b56eb7f26812f5e1a68f78ce198ace79c90562ee263ba57c184a93ad6eba8" + sha256 cellar: :any, arm64_sonoma: "b24e2a64f5d52593f8795d8c41b0633b56ca24e38166615bfe25c841c14fe72f" + sha256 cellar: :any, arm64_ventura: "a7914bb8b42614c7501c808a8d7a2ba32191f9d526eaf7b142c3a58d429fa147" + sha256 cellar: :any, sonoma: "3600f98b38a27ffdcde55a5c3abdaecc76b0d5bdee91f04a853eabe3e9bb0460" + sha256 cellar: :any, ventura: "9aea1234487bfd6243b67b7ef834fae1ccdc1e58a077e65b68cd203578e86457" + sha256 cellar: :any_skip_relocation, arm64_linux: "590caa924a2dca41871d46d52108c92319fd17a52369594dea5ca1843517b230" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb6e9e8d7540b768740fb30c55d9de20196f5382587afff4e6dfd435fa0c2ccd" end depends_on "cmake" => :build From 5cc9a76c7053db5dca2b824822b1933b49871fb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:31 +0000 Subject: [PATCH 09506/10074] netlify-cli: update 22.1.6 bottle. --- Formula/n/netlify-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 489dc49a63245..92bc0a4899c56 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -6,13 +6,13 @@ class NetlifyCli < Formula license "MIT" bottle do - sha256 arm64_sequoia: "60861d7c03aa5450568e456aa6c86b13a58cfcae0353d56293712f80621dcb91" - sha256 arm64_sonoma: "234ec66bf09325f9a7761c656ffaa7e6d54af0805bd34ad6c432d48b3e730469" - sha256 arm64_ventura: "700ab0a0fce188bb025f5870c69dc42f483d1ffbfd1d07311f2827e365fa8e14" - sha256 sonoma: "c6beb4bd4c7aea27ac74c2ec8855c1c01d0698f97865d49d60b369efdc40501d" - sha256 ventura: "c02476a92f67d1634053863fd63fae65902a4f7a5e3c1d44b620dec10eb66747" - sha256 cellar: :any_skip_relocation, arm64_linux: "b531638e63b5fbec659558b71cc0b2aadfd9bd93cac82598afc777d72c26b88d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2921bc10f2917993b248b7faa693df36439deb46585b9ea0f58f2314f2d76ca6" + sha256 arm64_sequoia: "35c93b9a85217fe76b582ec1acc62fdf210708dae9a1aeee57585f2f6b1c4ff1" + sha256 arm64_sonoma: "da0ead36b0fa1bc4371d3180ca9297d696c128d36a8c450cd480a623f96dae2f" + sha256 arm64_ventura: "05902cf1a2b1290bef8ac3f3bc7b9ae9e4916785c7e8bc281a25231f5ecf4eb3" + sha256 sonoma: "d7f2dd8a37429a7e733f4e562eedb8ae6456f4d7fa848e379159d60d3ecd863f" + sha256 ventura: "3baa6367d23df19d4fcdc89608d3abfbdcd1959f0d995f5a5cb79bdd95cdea97" + sha256 cellar: :any_skip_relocation, arm64_linux: "c7725369d5250095e9c66a9dafce84ba9b3c41f5e70e79204ab9a50eb21da693" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9b2400d5ca2f1e81b58eb70efe16902dd6da54bdcadfd6a3ceab8dd27b1e833c" end depends_on "pkgconf" => :build From 849d8c37dd494d1464402f36c1c98dfd5a92fecd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:33 +0000 Subject: [PATCH 09507/10074] netdata: update 2.5.4 bottle. --- Formula/n/netdata.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/netdata.rb b/Formula/n/netdata.rb index 969945be7c9b1..acf88fcfa6876 100644 --- a/Formula/n/netdata.rb +++ b/Formula/n/netdata.rb @@ -12,12 +12,12 @@ class Netdata < Formula end bottle do - sha256 arm64_sequoia: "c85a85dfb55d01d950e966e1cfebaa91a61dcefc29b3a2bf0e93d3d5d71ae340" - sha256 arm64_sonoma: "09dbb4cd14ba10bcd6950c6f1289f5fee9dc7674c97ccb83322b61ee2f086508" - sha256 arm64_ventura: "bbd36345b3f44c60641c3e2df3dec965dc327dc9b7881ac2d58ad9e16c0e3021" - sha256 sonoma: "b58ea9b0d626883d0a9d8b270a235fdcca55ab67d8383fd35dea1c4f09423433" - sha256 ventura: "b68ed28d64bb9af359053ba49bea865da6b6d11a1f642ce2b5f36d369941b568" - sha256 x86_64_linux: "7b8800ea26d6d7990b616e1afcebd8f3a1785fcbe59bac91ef3ad99cbc84d85a" + sha256 arm64_sequoia: "34ad44b799c65e77d35d200a029ccea4e254823852f05fdb239e7ac286bceec2" + sha256 arm64_sonoma: "080f34b029fbb976a8e517ffa06be54a0a16a9d913e021462512ad54e2d5085c" + sha256 arm64_ventura: "c8e50625bcb3f052d5206d1e314bc9735abd8b2ed54a4741152e9625802e0e61" + sha256 sonoma: "b033a7aeb13cff9be2de65620177a5577d44271ecba2a338e57ba52efa291578" + sha256 ventura: "1920c4ee2240f6d8371ee20371d450d3038a670843a312ab7da3fa07ec84fc73" + sha256 x86_64_linux: "7b2a8e38dc0a095d0b06a68c3679f266f55c0530f5be02eca76a9f4ee61197b7" end depends_on "cmake" => :build From 6e9188cd2dae03b147d9e525e1ced2420d620246 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:37 +0000 Subject: [PATCH 09508/10074] repo: update 2.56 bottle. --- Formula/r/repo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/repo.rb b/Formula/r/repo.rb index 3bcde9928c708..4bb8fba8ad869 100644 --- a/Formula/r/repo.rb +++ b/Formula/r/repo.rb @@ -10,7 +10,7 @@ class Repo < Formula version_scheme 1 bottle do - sha256 cellar: :any_skip_relocation, all: "8073b29a0baaa89f40844d09ded4947639cc1c522ba230e9ce11b6f5b16d6d95" + sha256 cellar: :any_skip_relocation, all: "3b604bfd42b39b9adaec113ab0d61e1f80af184aa533f0b4e64044074ec33739" end uses_from_macos "python" From a98766b4b6d661160623e1914ea09ec5dd62517c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:39 +0000 Subject: [PATCH 09509/10074] chainloop-cli: update 1.10.0 bottle. --- Formula/c/chainloop-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 580c779e3cc97..2870fc1542ea0 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -7,12 +7,12 @@ class ChainloopCli < Formula head "https://github.com/chainloop-dev/chainloop.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b95f14c059a1947f375eeddf4a1eacd9b45369068ee091b17b6dac0606fd63a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8859cca2b1386dacdce7524eadb8d4839ebd92d95b4a08c4fa714f30d724816b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a02e975403b49e278690c498939fac70a2da2e15aeb3f3f3b152616b4123d693" - sha256 cellar: :any_skip_relocation, sonoma: "201cf67cab6974ba94cabe235ee9f6456746495385ed8d98015f117dc318082f" - sha256 cellar: :any_skip_relocation, ventura: "89d805dfd3a888da07f5206e33c4c106c50e755151df406b6a4763ea95bc838d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "11be7808adb80a9b77620797d08df7ee78be6848ebf3cc34cb55f0b35fd2e326" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d52aa5f3cd8e7d17b9e24956aca6b610cb508a3c5cd3c995fe4609fe968c68d9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0e9d8a19cb1f3ef21c97663534fdd4b24251378b80e66c015ac141333c2b91b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a0ec5797fc6af2bc00715d621cf645502b562631e9f23a29ac940a6bd316a7d0" + sha256 cellar: :any_skip_relocation, sonoma: "5632d7f0939e530d5b83b4e495d80213842e8d7c90f72cdd2a5353923e839934" + sha256 cellar: :any_skip_relocation, ventura: "24c03d951c29e6fa8c9febcb0c7ca4e529142bb5797dd8cd6eeeb18301f2c13f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ccf760772817def97bf1bab69f48842e2c2e7b6a663445816507429c9a3caf65" end depends_on "go" => :build From 28162e04f50bc1f40eb41dd851d4bf70fb1e68df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:39 +0000 Subject: [PATCH 09510/10074] vercel-cli: update 44.2.1 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 70b1253eaffa4..75bec7c2aaf93 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fb7438939a732efc31edf8f2cfbe7190034026e4497be074fcfffca3f42e68a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fb7438939a732efc31edf8f2cfbe7190034026e4497be074fcfffca3f42e68a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6fb7438939a732efc31edf8f2cfbe7190034026e4497be074fcfffca3f42e68a" - sha256 cellar: :any_skip_relocation, sonoma: "44ca38cc9082444ff5e1d6a6b62254e153037017831a39e5d97e010437806154" - sha256 cellar: :any_skip_relocation, ventura: "44ca38cc9082444ff5e1d6a6b62254e153037017831a39e5d97e010437806154" - sha256 cellar: :any_skip_relocation, arm64_linux: "13177102bb80d884b400521753352a6e9b57f57b4fe8bc097cf7a423f1860679" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c0fb25c1faf693cc3916153887d669e34785cdc61d05d35e876328d7e7c5a9f5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f00be657c2e7b6adfc675d12cdc89f2232694762104c39756383f98cfdbb61e3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f00be657c2e7b6adfc675d12cdc89f2232694762104c39756383f98cfdbb61e3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f00be657c2e7b6adfc675d12cdc89f2232694762104c39756383f98cfdbb61e3" + sha256 cellar: :any_skip_relocation, sonoma: "7f341557fbc2dca2955e841e764748b0ce6ceac0b3ce5bfc7423bfa47914a312" + sha256 cellar: :any_skip_relocation, ventura: "7f341557fbc2dca2955e841e764748b0ce6ceac0b3ce5bfc7423bfa47914a312" + sha256 cellar: :any_skip_relocation, arm64_linux: "a0562539b344e50945d33be3def61dc0fb4b8d166b51b748c124d7949f5d0f12" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8668a0bd90a26e556af85b7bb592eb7fdbb00312b19fcc7f5d21b8daf88f5ef" end depends_on "node" From 94ddb24b8adecec3db89df242777229574619071 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:40 +0000 Subject: [PATCH 09511/10074] pscale: update 0.246.0 bottle. --- Formula/p/pscale.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pscale.rb b/Formula/p/pscale.rb index 83cd1c39eb38a..58006fea184a7 100644 --- a/Formula/p/pscale.rb +++ b/Formula/p/pscale.rb @@ -7,12 +7,12 @@ class Pscale < Formula head "https://github.com/planetscale/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f041a0600f505aa4284aeb808fc53d7a0e18c1c5faa98c1e2cea3644b1c07c92" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b98bd8274c4c6789570d821b1758042d09d6e4059d25fca4dcc5da1f1b5ce81" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1ed445a1a1966ed2b4da582d461a7c46bf3e8d3257588235acb08d8025168063" - sha256 cellar: :any_skip_relocation, sonoma: "740b28940316f410fb804c53e32516f6ccd0b78a436a1f6cdf5560b62c40991a" - sha256 cellar: :any_skip_relocation, ventura: "0ec2ffff6198e83fa5334a5532f1ba48ed5ae3dd86c114560308a6f012b8e18c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "12b8c0b874cc52ef9d5bc92b9bfa88aea054da2166b12084ff00abcff152fa09" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "033c8104543d1a1329889f2863f43a309e3ef6b577ab2db7f511c3607758e246" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a08086c239f86794d1132576522e834f71740a508c29466067d3a9739d6fbb0a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f51bee0aa3f421d7989ece9df408ef9e72161230ad5112fbe5eefcfbfa7295f7" + sha256 cellar: :any_skip_relocation, sonoma: "031a7f05c81ac08406fb57a79176337a8d9dd1c0e37cb5e6991f6af5870787f5" + sha256 cellar: :any_skip_relocation, ventura: "18d63feff0818bf9fdc02cb4c151680e09f45d4d935f615fb349d036e1b5afdb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a3e9d4bbd85c4eac1f579b04bb71e38c457cc377981777a45169aa11e55991ed" end depends_on "go" => :build From 0a3e55ab0817b084ec536e08d6f2b83acf164330 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:43 +0000 Subject: [PATCH 09512/10074] cubejs-cli: update 1.3.25 bottle. --- Formula/c/cubejs-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index cae4239cc5803..d12754d918f3a 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -6,13 +6,13 @@ class CubejsCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "3d241f54ab35c50ae3499c2b907bc7858bf069de155ccdcef1679fe076327fe0" - sha256 cellar: :any, arm64_sonoma: "3d241f54ab35c50ae3499c2b907bc7858bf069de155ccdcef1679fe076327fe0" - sha256 cellar: :any, arm64_ventura: "3d241f54ab35c50ae3499c2b907bc7858bf069de155ccdcef1679fe076327fe0" - sha256 cellar: :any, sonoma: "223fb9a9197417ca98e1af2c9494ded9ec72c0a880f1bda30dd0ad360f9ec4cf" - sha256 cellar: :any, ventura: "223fb9a9197417ca98e1af2c9494ded9ec72c0a880f1bda30dd0ad360f9ec4cf" - sha256 cellar: :any_skip_relocation, arm64_linux: "80aff9c33d7382c8e8ff6581ca7b7d339e790966bc28234367f794292980a81f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "04c7af038b3e5860e91b45f9dd942f8b18b039cb4ab445f95d1a3b97a6d4f1e9" + sha256 cellar: :any, arm64_sequoia: "425ae1ef3b1609440a7dda79954a03cd858bcddc0d8c8bc3fcc6e49d5a42b5e1" + sha256 cellar: :any, arm64_sonoma: "425ae1ef3b1609440a7dda79954a03cd858bcddc0d8c8bc3fcc6e49d5a42b5e1" + sha256 cellar: :any, arm64_ventura: "425ae1ef3b1609440a7dda79954a03cd858bcddc0d8c8bc3fcc6e49d5a42b5e1" + sha256 cellar: :any, sonoma: "79935b71703b281d8385d991f12f3e1d671df4d95ea5ef43ca1d6e73c3f94d6e" + sha256 cellar: :any, ventura: "79935b71703b281d8385d991f12f3e1d671df4d95ea5ef43ca1d6e73c3f94d6e" + sha256 cellar: :any_skip_relocation, arm64_linux: "24a520d38bf7560e67b3c3babaaf0a870b9dbce716fa48c515dabe4f47a119e4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "275e88be7947fde89afe6c127dab1b33dcff8f27c8fc7e7fee831ea7c426b1c2" end depends_on "node" From 9b650d316cc35f037eec097f49153f47595c007b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:46 +0000 Subject: [PATCH 09513/10074] circleci: update 0.1.32638 bottle. --- Formula/c/circleci.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/circleci.rb b/Formula/c/circleci.rb index ddd72b3e2f283..ae034350f2c0b 100644 --- a/Formula/c/circleci.rb +++ b/Formula/c/circleci.rb @@ -9,12 +9,12 @@ class Circleci < Formula head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd38bbbf993f239fe3e9bb0f7a76321ccb9f5f3b6e56a4a944bd32f3bae8e1f9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b418795106560b1550996995e385f518d62f2dce129ce96703f22a59764a03e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3dd314b7c7f530b629259fb6e4d87de4131b02fe6547e042bcc7efef7f520e78" - sha256 cellar: :any_skip_relocation, sonoma: "cda3c5ab6374d0f7d17a13e2b783fb1eb9780e9656cc177b783e8035630a6f3d" - sha256 cellar: :any_skip_relocation, ventura: "b441c72d09f751d2a67aa48201650e474441c91d21504f0ee2d7029507e534cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "10ed1116a17715c2637a8d50f469d3fd46b13e00962a9ed89d130eed506343fb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6711a94c7279f9754062a29ae277d58ea7c8067c79b01ce95455b9c7f780c2c4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "884724b08b618078c0422d1640df0780a6f3c700c9f9668155ce2f822395cc77" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e8a3dcf024d48b4850eb73c204fa47bb8b977702d37e31daea06b37d2d76642e" + sha256 cellar: :any_skip_relocation, sonoma: "fbf46924162c910e51974d5f4d0b45f64ec755a05cfc9e2dad56f555e762ac8f" + sha256 cellar: :any_skip_relocation, ventura: "ea035bba7e0291803f458d0d33923c37ca05456e6e2f35cccc6cf67d622167c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0e4deb89f8933f9ca569fb11f454f818be0cc8c3796b888fc2f410cc36ebaceb" end depends_on "go" => :build From 624b3ee7649412b79ab2f3db25daef2ced13b07a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:46 +0000 Subject: [PATCH 09514/10074] cloudflare-wrangler: update 4.21.1 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 78cdfb189450f..360f2ded0a7d9 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "bb0792ae836f2171f6a11522c559be62b0f9f76c2156555ebb5476fede7006c0" - sha256 cellar: :any, arm64_sonoma: "bb0792ae836f2171f6a11522c559be62b0f9f76c2156555ebb5476fede7006c0" - sha256 cellar: :any, arm64_ventura: "bb0792ae836f2171f6a11522c559be62b0f9f76c2156555ebb5476fede7006c0" - sha256 sonoma: "be44f6c434eca7400ae69454f5a0e98773f9f8198c6122a63881126c1d2c031f" - sha256 ventura: "be44f6c434eca7400ae69454f5a0e98773f9f8198c6122a63881126c1d2c031f" - sha256 cellar: :any_skip_relocation, arm64_linux: "01d4f8d7c18b59efe111ff86c2b414dfac5beff0e251c133578a4129f2557e23" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bbda844577b50163dd768d54520afef178728bcf31ac07bf271b72810df68b5c" + sha256 cellar: :any, arm64_sequoia: "b85df058b028ab098245f2546865025135d73302cc9e57877d7afee7bc9d5a28" + sha256 cellar: :any, arm64_sonoma: "b85df058b028ab098245f2546865025135d73302cc9e57877d7afee7bc9d5a28" + sha256 cellar: :any, arm64_ventura: "b85df058b028ab098245f2546865025135d73302cc9e57877d7afee7bc9d5a28" + sha256 sonoma: "024b955bfd9600c577a8e24044fd786c66f2c048fab8e5adcd7dc3b12c84abd1" + sha256 ventura: "024b955bfd9600c577a8e24044fd786c66f2c048fab8e5adcd7dc3b12c84abd1" + sha256 cellar: :any_skip_relocation, arm64_linux: "3d688d0ce1f10c04aa74a911ee3872650d922a42877481727a759d232d40e234" + sha256 cellar: :any_skip_relocation, x86_64_linux: "89845e43b2c5410f2b1e50b8e52b72d5135256bffc7077ea85bae58ba679f0c8" end depends_on "node" From dd595d0732056eac46d1bfc6b98ae366836490ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:55 +0000 Subject: [PATCH 09515/10074] dependabot: update 1.67.0 bottle. --- Formula/d/dependabot.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index 8811b6c0e84a3..8a51c5239a1b3 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -7,12 +7,12 @@ class Dependabot < Formula head "https://github.com/dependabot/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7254ff551fe7686cc6a34ba78bc17239b80ceb847ae1c3b9655f09a8965e6fe4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7254ff551fe7686cc6a34ba78bc17239b80ceb847ae1c3b9655f09a8965e6fe4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7254ff551fe7686cc6a34ba78bc17239b80ceb847ae1c3b9655f09a8965e6fe4" - sha256 cellar: :any_skip_relocation, sonoma: "d81c0f34f3c546b12c2ce4ad0228c2f034982a13eb4d0380959219cc2e1675dd" - sha256 cellar: :any_skip_relocation, ventura: "d81c0f34f3c546b12c2ce4ad0228c2f034982a13eb4d0380959219cc2e1675dd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b5f93ebe400c770385709bd6e3819f4c4f16d4d6f7d21800f12f4b1c5a81ac1c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0" + sha256 cellar: :any_skip_relocation, sonoma: "85c45e578a938fc75f51044d7ada9f75d37eb44747a24642b2fb9c474ad49df5" + sha256 cellar: :any_skip_relocation, ventura: "85c45e578a938fc75f51044d7ada9f75d37eb44747a24642b2fb9c474ad49df5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4fe9485b24309304662ea132c5e58621631c1d8766278a2ee055af27d38e9f3" end depends_on "go" => :build From ee861957c93d0f39e07ff83874f3bf30f9546716 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:55 +0000 Subject: [PATCH 09516/10074] xonsh: update 0.19.9 bottle. --- Formula/x/xonsh.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/x/xonsh.rb b/Formula/x/xonsh.rb index c4b89367c59d5..0393890e0a229 100644 --- a/Formula/x/xonsh.rb +++ b/Formula/x/xonsh.rb @@ -9,13 +9,13 @@ class Xonsh < Formula head "https://github.com/xonsh/xonsh.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "212e3ac1cbed6411752019fccb36661194d7035104ead4c2d56925221db2ecb9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "58caf5480641341a5a1b8f1ce4a121ee0e87efb86765001c661b306978eb47a5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "272c475da0888539e6eebb9c3162286c77f34755324fbd352d55a0ae91adc4ad" - sha256 cellar: :any_skip_relocation, sonoma: "687c31bc390db348e5f9641388e026404697ae0e213bddf8ad9fb51e2554c5c1" - sha256 cellar: :any_skip_relocation, ventura: "07e190aa8a62386e4bc929d041efdc75db0b710d4f1db5dedc1c94432f55463c" - sha256 cellar: :any_skip_relocation, arm64_linux: "b94e2ec721c85e7e699262400da8644f4624ae539c008782a3ebd6c122605900" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5600cd2ebd22f95e8257cc56b8081505e195cb58d2d523c507107c8223d62cbd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "46b7167cd7cc3018619cf91cefdf3c6bcab8182dd32eb211ea172703741f0ed6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea656e4857c05466be82dffb1ea7a669ff0f667efba6a71a3ed79734995300ec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6e1ec515cf59d953ceb0914bcff2daeb9dacb152821ea8688225ec77639a8989" + sha256 cellar: :any_skip_relocation, sonoma: "a7f93373afa78c8413e5cc53c47509791e3cfa0b8565a1fd7ddc1c4ed669674d" + sha256 cellar: :any_skip_relocation, ventura: "f97d813fdf382815065cdae5acf7bcf0f497e93d9423f820af5567e6bc2941b9" + sha256 cellar: :any_skip_relocation, arm64_linux: "a3c62c2d6622995b724753eb0d26eb8aec3801f7a08a82990504db6a8d1df423" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9b9c1394a5fe80d60519c25f0737dacc8cc2008e2167250f588fabebe316aed7" end depends_on "python@3.13" From fa08c820751318b46c3bb8eba0caeaab0fc97fc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:23:57 +0000 Subject: [PATCH 09517/10074] dockcheck: update 0.6.7 bottle. --- Formula/d/dockcheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/dockcheck.rb b/Formula/d/dockcheck.rb index 7f5e4c8b75e37..3768f78c71a99 100644 --- a/Formula/d/dockcheck.rb +++ b/Formula/d/dockcheck.rb @@ -7,7 +7,7 @@ class Dockcheck < Formula head "https://github.com/mag37/dockcheck.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "d8edd9de5e2f47a8ad746ae64f75b6a33cfd51e15a8e887be7e173c7c3a9c549" + sha256 cellar: :any_skip_relocation, all: "2e97e5124048c31afc7fda841805e2add4c0c2769b51e2b9c5534f2c6ea96206" end depends_on "jq" From 312155a0e0d7703cc8f1a9c28d1dcf282d5a543a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:24:14 +0000 Subject: [PATCH 09518/10074] texlab: update 5.23.1 bottle. --- Formula/t/texlab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/texlab.rb b/Formula/t/texlab.rb index 1fa9215f61382..15d2636aca87b 100644 --- a/Formula/t/texlab.rb +++ b/Formula/t/texlab.rb @@ -7,13 +7,13 @@ class Texlab < Formula head "https://github.com/latex-lsp/texlab.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a1043fcddcb0b323119d934f6015bd7d527401c392bf04793334bc2ea968c4b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7167522c91211a8ae4e8c2ba08c45a962a6dadec308e2a6e3dd4ad783a0f11a4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "44a7e15a26ab19850128cbcc4b2ed9ca256727b1ece60e00d8b2f6edd100b35b" - sha256 cellar: :any_skip_relocation, sonoma: "d879eab56a0b9153dfb736f67d569e63a0dc7ab8589a40c6fbe6aa3f357865cc" - sha256 cellar: :any_skip_relocation, ventura: "c899201ff1089a31969284b8a4e08742b34c776558a0fed129e3a64fa85563fc" - sha256 cellar: :any_skip_relocation, arm64_linux: "bf43e55a7699f2c8f82f2fdf2f027e2a076067f71445373645b25dc6e7676628" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4bd341599a213d3acacee9e5dddaa4d8b5d2b19b9099248f33af398d2d578459" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1fee556e6a2c725957c32b65a59500bd7adb03cb57319eaa15666158c8b2605b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "29430f50ee9e097237afbf400c6c91d3951fe935473ab04f04473b6e1ff7cbe4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "29382baa39d72a6422765c4c2cbfcaa266d386182c647e1f8d0e16bb72ed661d" + sha256 cellar: :any_skip_relocation, sonoma: "ed41c572ab59bebb88e88aa24399844538105ba02741d0d3234968e88f4501fd" + sha256 cellar: :any_skip_relocation, ventura: "fad936dedcc53c4c8ebf1f78c24d08c20cbcc93d91f5478e5174525a273cf87e" + sha256 cellar: :any_skip_relocation, arm64_linux: "ccad48a8a8632a97b43968a01b7a2c1823c9c1205971ee96207568ff3152fbce" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3329bd28e85c19c343c61e6b4812c76649e72275a35bc0eaf018fd94a899718f" end depends_on "rust" => :build From e6f99ca05d52f9825837855224ccfc822031462d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:24:29 +0000 Subject: [PATCH 09519/10074] kubescape: update 3.0.35 bottle. --- Formula/k/kubescape.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubescape.rb b/Formula/k/kubescape.rb index 368c9ed0fcbae..fc06a10289ae3 100644 --- a/Formula/k/kubescape.rb +++ b/Formula/k/kubescape.rb @@ -12,13 +12,13 @@ class Kubescape < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "978a9d1af0ac3dc951a11516b5828b7d9f67c1c349a454a3594f61ca02b6235e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e1e3f19f5e4d999fa10312b0e9c68c33663591e1ffed4c6b398caadc60757e3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "97f4f10187c6469e5dc070572bf44930c9a82f71e8ba84be658a915fd0263ac6" - sha256 cellar: :any_skip_relocation, sonoma: "dc1d6cc50adbbbe6d83642c1fd76a8678d5e1660e30a3c5b8516d214f7c4ee83" - sha256 cellar: :any_skip_relocation, ventura: "ed137c92e456eb2837ab35a8a2cfa916cb00a5cd0b5f6813b0085088948e7d14" - sha256 cellar: :any_skip_relocation, arm64_linux: "9706c3860f04ca34a9497bfa19bfdf73950635242f8c42496546e93b48a7cf49" - sha256 cellar: :any_skip_relocation, x86_64_linux: "73e1a79f01f78472ceb10029afad1e8fcc209f692d94f92a8dd5033f3a55f396" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4af0cb9d1b63d1bd0de5b959a9b2b965dfa119b9faa38fd765fff66b568702b5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "79647706c824a3c8d077947297996fe47201aa4148a91840fb7781a0834c74db" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0b086d36a742325957c9aaa293c670d4232e56c50a6f56c24f11060e4920951d" + sha256 cellar: :any_skip_relocation, sonoma: "5a1a2c6c8b1afc5ea144b938bdb8cb9c3bb6f1decef743c61076221d59f2a0f8" + sha256 cellar: :any_skip_relocation, ventura: "ad94a2c3453828c3fe67094759ffbb07d8fb7b057d1f8e91f2e805762edc36f0" + sha256 cellar: :any_skip_relocation, arm64_linux: "82e4c501058e0f39c7add15a46871cf3da2dae9aa4f8aade0d8202b26c65546c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1de4ddc605040cfefe0cde10f1df7812f1633dce7697fc3aae5b7532585e799a" end depends_on "go" => :build From 330c040975b12fa4fe7553e63d78c26b44c40782 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:24:33 +0000 Subject: [PATCH 09520/10074] promptfoo: update 0.115.2 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index b60f92744de53..b3fdad16aa3ae 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "5a3322a90fc5683e86f054b3a64c900ca39273680fbfec2a1e786336c17620f6" - sha256 cellar: :any, arm64_sonoma: "f634c7f05d3a8b56210c3b62182398e097c93fc6727c55bdde9b5dc6a1dbee16" - sha256 cellar: :any, arm64_ventura: "e2ddf6cebe35154a2e8275187de5a3b55f03e561f8a5971ba99742a7ee3beeee" - sha256 sonoma: "57e8cb5e4ecf4b3365a386b0ff4ccdc995819fc4e7ae99bc22b23ca329e36e92" - sha256 ventura: "7e875b60078648276a9d090df5c23a8e4de180a49f661787c5eaf9b0da0dd9b3" - sha256 cellar: :any_skip_relocation, arm64_linux: "a83f83475144aedd82e6bd879a1143b63d267dd86fd444adf9c7e56d17680a7e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d8b6586d5ae178d8674f733ad61f998a3644f95aaa52ed0c5c76e951954e4053" + sha256 cellar: :any, arm64_sequoia: "63700e4c8ae085cf8874212b4fcf056971abcaf81305163843e311b45b03977c" + sha256 cellar: :any, arm64_sonoma: "be60b3e968d203270edd1d79f35189acc8be11390125618212300b24bf5ed7ba" + sha256 cellar: :any, arm64_ventura: "aa857d27f46b8cefcb998c409f234bcdc17f866608179cbca2773605fa59b712" + sha256 sonoma: "d5fd15840adef2c42a6c5c068f86d963b14e820963db79c26c0f5ed182310f06" + sha256 ventura: "04686f6b557876afc80814f9dc43d698b7d5e18c6e590a396d29fbc4ddc478e0" + sha256 cellar: :any_skip_relocation, arm64_linux: "d45b6f3834c27e296561d453242c597c73c5d7f54b5ee5dbfdc043860a72d56b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2cd6d6493e2747619ec33473a934bfb421d6c12de53fd4452e72648413f57898" end depends_on "node" From 520d276484bbd5d9621e001ae3b7fef5b0550fac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:27:38 +0000 Subject: [PATCH 09521/10074] podman: update 5.5.2 bottle. --- Formula/p/podman.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/podman.rb b/Formula/p/podman.rb index f921d1dd85749..645a7fcdcc6d0 100644 --- a/Formula/p/podman.rb +++ b/Formula/p/podman.rb @@ -17,12 +17,12 @@ class Podman < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "115239bfbda90cccd67139e8a5791476e5a8ffa5db8f25d4ba56d6973671cc09" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "23523719b10e300baa455be362c8a47424f970715852c1413ea229c44bc374d0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ebdde6e2342da97ec8d2c62f2b048bc07a16ff5cbc7d0d99d3ee43d8f2a74217" - sha256 cellar: :any_skip_relocation, sonoma: "15a296188af06c17d3a940407b5ada34ec6fa2e1c68b6c8493817c433b4cb4cb" - sha256 cellar: :any_skip_relocation, ventura: "7e4b1994d16195da4d169dbaa94e7a5b65d35547332c7e4adba6ada06cc762ea" - sha256 x86_64_linux: "836de35a08f680948e6454cf3463171f2ce00c9cd732806531aecb2561c4db49" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9134657b7ca8816cbc75356d431a0e6b1b5d6d27a628143b363b1bb763b2d811" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb6921023bc6a7677d0d1a260e58d92cd812d327fba47cec7e33c258a162a963" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4850203069b09650ea9fd4030a4783fdcda3cb6874327dd25d88bd804e643f96" + sha256 cellar: :any_skip_relocation, sonoma: "cfe5007950bf02bc1725c496938b0a80f8013018ae762a5dba7a4cd399927669" + sha256 cellar: :any_skip_relocation, ventura: "9240a6875577f4ca4fecd0335f49fe94e2f9985e2c27b39cc4d168a3e602d563" + sha256 x86_64_linux: "2411047a8529287a650eb770b2030049a68ee039dd9ea032811254a13556f2b9" end depends_on "go" => :build From e76587bc0b4e4a83f8fd3e26c49de61050e844f4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 24 Jun 2025 21:29:02 +0000 Subject: [PATCH 09522/10074] libssh: update 0.11.2 bottle. --- Formula/lib/libssh.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/lib/libssh.rb b/Formula/lib/libssh.rb index 046f4464467e6..4b4ddd9829a7a 100644 --- a/Formula/lib/libssh.rb +++ b/Formula/lib/libssh.rb @@ -7,15 +7,13 @@ class Libssh < Formula head "https://git.libssh.org/projects/libssh.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "ef7a07e8b469c92123e7b81ee8356820e1e6866d8e05b278cdd544d1c7d4bf97" - sha256 cellar: :any, arm64_sonoma: "0a6184ee3bcd7d1ef5deb30a1534d04a90ba4f6070eddd5a05fe75b9acc20ea1" - sha256 cellar: :any, arm64_ventura: "9de46491d931e959172d96481de25cae970c55d2b5212a8fae8224208940c42d" - sha256 cellar: :any, arm64_monterey: "a9f3409bf9da4337393b2594157adf571c6c3fd5d421de079fb1bcf544a1a16d" - sha256 cellar: :any, sonoma: "371ed72cfece039f5abec57b2c2f4a0c2782a0df85a9eab622df75ebcd28c63e" - sha256 cellar: :any, ventura: "09014e85c296ec5452ea0958b8169b5d0eee8534b6f4b7f1bdc6055dfb35607f" - sha256 cellar: :any, monterey: "8efb6ef891e6c9d2e9f7f1086d91663bcc54a4e6dec3a4c212f993ffc4a0abca" - sha256 cellar: :any_skip_relocation, arm64_linux: "3fffddb8d6a9c20bc983e6bc892cbeb196cdcf426458608688024a3951b3145f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2b711f58f15aad1d605cbecba2cc82d3375fdc422b9938c890f5a57c35918ed3" + sha256 cellar: :any, arm64_sequoia: "8f9af47712038dc23da1618d4a90e73e39f167bbc971a77b1c838445096aff63" + sha256 cellar: :any, arm64_sonoma: "910c57d5b9f6e9a1443cb99cc3dcafe528cca2b4fbf942bce68c10c681f517cc" + sha256 cellar: :any, arm64_ventura: "484200a3186f4b08dbe57d764fa3184cb91b32301684b5444b4a49a2baad2943" + sha256 cellar: :any, sonoma: "e675197970ebf2eaaf0a09ba417323c5be36c15e6efb758f96d8e87910541e5d" + sha256 cellar: :any, ventura: "2ee01705846bdf272265617a71108c7c502c3a8437b88b5506505a8e3e146c33" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba6ea1df0b7b1cb1ce54cce7a17fc246eae08d39c0dfbb1e3eba1d9dc30a4db9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "63ec535bbe923fd72ba0ec0c17c6b8244f21a20320f03c8f79b319fa3b7016d6" end depends_on "cmake" => :build From b5b78923f1cc6865c96b7f346a4fea91f4ee45a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:30:19 +0000 Subject: [PATCH 09523/10074] semgrep: update 1.127.0 bottle. --- Formula/s/semgrep.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/semgrep.rb b/Formula/s/semgrep.rb index b0105835ef24b..643322dc39fb2 100644 --- a/Formula/s/semgrep.rb +++ b/Formula/s/semgrep.rb @@ -15,13 +15,13 @@ class Semgrep < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "89c81bfde1ab612bcc97bd8154546eb23f7b7b87f283b776c44d25b517019bd2" - sha256 cellar: :any, arm64_sonoma: "ece5a594647709d036f1171848e11394db148f037729f17e9c053fbf0f488622" - sha256 cellar: :any, arm64_ventura: "2f80b9144e9eae0d24ae9180a54fb3ee68c049c3a4859bc9245ade3e244f7e50" - sha256 cellar: :any, sonoma: "dad269ed41d59c8e2963f293721354bc6c4426d66185794e8e5174e5155b8219" - sha256 cellar: :any, ventura: "9b825c1a29516b3116858a9e4b3fdbc661c9a3f24e644c1fef203cedd3a67434" - sha256 cellar: :any_skip_relocation, arm64_linux: "f72ddf6aba775961be829068afc405b8a0e6ff2577ae29e3b5a9a5e59f816eb2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9dcf99df88b510098aebd9bab60a061f099bf7f8f3b7d3437a9f7766baef2b4c" + sha256 cellar: :any, arm64_sequoia: "1cbf9e1d165e3bd9dc0bb9b70e45dc59cf6fef9b25a8bea1a6bfbd58df25d8d8" + sha256 cellar: :any, arm64_sonoma: "39bc100283e69555ec4603a6f7fc43569118523c701019f6f1e862ee0953ca74" + sha256 cellar: :any, arm64_ventura: "0f9bfd8874b79a6820f1ea1d62b466b69f498a22e3c6c6d0afa7054ebff26abb" + sha256 cellar: :any, sonoma: "63b6f86f8ae535c6b211569e262f04e858d761e55efd84ec0b187b27d5277490" + sha256 cellar: :any, ventura: "f9467f5f818ed13dbb278b41ff924e3491574bb442f02939a0b142af44ae5b1f" + sha256 cellar: :any_skip_relocation, arm64_linux: "061c02fb73f0b8bac8e1bfeee5749fa3f40722c42369ac1d58b75a360b97e33a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c309346381bc5033399edda4a7d03a9f2446d89bb99d500befa1c7a457778117" end depends_on "autoconf" => :build From 18d7252c5817374fbca18b69b3e41b9b6d364a12 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:53:36 +0000 Subject: [PATCH 09524/10074] tarlz: update 0.28.1 bottle. --- Formula/t/tarlz.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tarlz.rb b/Formula/t/tarlz.rb index a0184093134a0..1265348e9c8ad 100644 --- a/Formula/t/tarlz.rb +++ b/Formula/t/tarlz.rb @@ -12,13 +12,13 @@ class Tarlz < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "66a9f9451248cf658474dd44f91865d6aa0c8aeb6d5f78064d3afcd23a73e5bb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "067d4e8d42dc7a6e1875ec858e3b90610fd9759a13d043167c23bd24cf848229" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6672edbe3d55a5dd0dc268703f36daad3222af63b8b4c0c794f5cb0ea14b5172" - sha256 cellar: :any_skip_relocation, sonoma: "124ee7257932636042dc86f3713a456b6189d2517efd4ff5f56a6b86680a32ec" - sha256 cellar: :any_skip_relocation, ventura: "4a23ff1948306bbc161a4c9697f5a048da4b80c7125a4fe642bf49ca9518dadd" - sha256 cellar: :any_skip_relocation, arm64_linux: "048ad1ac7f02d110eb6c53c5dfd747d14a15ccc8eebe6fde1cbeb397ea255cae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a26730354947d3bc94e513d59be2e52e4be7e5cad136affef8a146a6dbf1489b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6ad4e0ffe9444a31b9dd00c618834f3929a075849575310215035d689fbac9c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "93ed3e0ca784a60679dec53ce55dc8948b81bb677fe5cd91d7f7847dc602577f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe03db2f1b10579d8ff7bbc962ab84351ea9299d9b19ae65550c9fe799fca8f3" + sha256 cellar: :any_skip_relocation, sonoma: "8dc7b46bdef760864e10f7922512fe8b4922cb196443488355f2fb1be31b6304" + sha256 cellar: :any_skip_relocation, ventura: "8bc7f3fcd10fafbd3f675688a34db7590539b7ea40f51202febedbb253e1ed7a" + sha256 cellar: :any_skip_relocation, arm64_linux: "5c6814a91403d1f9b976d9b803497b997fdb857aa2f25a4682d5a231b4353b3a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9a7dead1614f09e2a87c8f2cfd49baa970780b82b228f07bfd9dffe45ed84ef7" end depends_on "lzlib" From 2398625674f7de74e218ed09551c64305189f354 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:50:13 +0000 Subject: [PATCH 09525/10074] apt 3.1.3 --- Formula/a/apt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/apt.rb b/Formula/a/apt.rb index 5fe1222b6b400..1e9bc3953a82f 100644 --- a/Formula/a/apt.rb +++ b/Formula/a/apt.rb @@ -2,8 +2,8 @@ class Apt < Formula desc "Advanced Package Tool" homepage "https://wiki.debian.org/Apt" # Using git tarball as Debian does not retain old versions at deb.debian.org - url "https://salsa.debian.org/apt-team/apt/-/archive/3.1.2/apt-3.1.2.tar.bz2" - sha256 "57d8623e360e07c3936ba31a40a025261383cb2ab1099ffd0651cb35b45c9100" + url "https://salsa.debian.org/apt-team/apt/-/archive/3.1.3/apt-3.1.3.tar.bz2" + sha256 "309410ede37684bdd3807314bd98062e67e278faa6051743c73af08a3939b248" license "GPL-2.0-or-later" livecheck do From 667d55b87c56847fbaffba6e6cab679af5f22577 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:55:14 +0000 Subject: [PATCH 09526/10074] contentful-cli 3.8.9 --- Formula/c/contentful-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/contentful-cli.rb b/Formula/c/contentful-cli.rb index 455898004a7f0..d298fd1201e76 100644 --- a/Formula/c/contentful-cli.rb +++ b/Formula/c/contentful-cli.rb @@ -1,8 +1,8 @@ class ContentfulCli < Formula desc "Contentful command-line tools" homepage "https://github.com/contentful/contentful-cli" - url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.8.8.tgz" - sha256 "de28b9aaaea30c79543d867ac1f55f3638ecdf51ecef6a79d9c7ba3ed1cf6fdc" + url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.8.9.tgz" + sha256 "33fe546c9454aae8fb396894c0ccd6f616d2cf923caf4a94278cecbe197a2cb3" license "MIT" bottle do From d4d2fb670f91ddc5d9b742fa674685ea5e15f464 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:56:56 +0000 Subject: [PATCH 09527/10074] dependabot 1.67.1 --- Formula/d/dependabot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index 8a51c5239a1b3..1a3da47a543bc 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -1,8 +1,8 @@ class Dependabot < Formula desc "Tool for testing and debugging Dependabot update jobs" homepage "https://github.com/dependabot/cli" - url "https://github.com/dependabot/cli/archive/refs/tags/v1.67.0.tar.gz" - sha256 "3f6f7fd63425872ccd606270c172e72af9f66aa8df29db90e6953447403c8196" + url "https://github.com/dependabot/cli/archive/refs/tags/v1.67.1.tar.gz" + sha256 "d5ea07080038dcd569c8bf0992933398230b3fbf545d440a627c6d3fdc697b4d" license "MIT" head "https://github.com/dependabot/cli.git", branch: "main" From aab31fccb1012eb7015f3e0ec63e7a3a7644f12a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:58:47 +0000 Subject: [PATCH 09528/10074] eleventy 3.1.2 --- Formula/e/eleventy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eleventy.rb b/Formula/e/eleventy.rb index 96a690c8a3b4c..6254abb1b1555 100644 --- a/Formula/e/eleventy.rb +++ b/Formula/e/eleventy.rb @@ -1,8 +1,8 @@ class Eleventy < Formula desc "Simpler static site generator" homepage "https://www.11ty.dev" - url "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.1.1.tgz" - sha256 "eff794b0b2d435532af76a75a2049914923e9ab183c517b4061a1cb9d26bf195" + url "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.1.2.tgz" + sha256 "d2c9d4399fc628076392b21237d97cd9574e96accca830c38f678efb1c0ba829" license "MIT" head "https://github.com/11ty/eleventy.git", branch: "main" From cf0a46524dd63cfe72e21b85a8404bd70f6621ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:59:55 +0000 Subject: [PATCH 09529/10074] fern-api 0.64.20 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 4f64582124e1f..38ada7efb1f1a 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.19.tgz" - sha256 "b834328356d6e9ef46797920ffbfb5d56e30bf4a7629f3b2619ed62536698d7f" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.20.tgz" + sha256 "cc012cc43acb16c7c9d12e45defeca63f5d2497e34a23fcdf9c5599d138b558d" license "Apache-2.0" bottle do From 067215a5ac110fd5dd51d6319addd111e6d4bf0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:03:15 +0000 Subject: [PATCH 09530/10074] heroku 10.11.0 --- Formula/h/heroku.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/heroku.rb b/Formula/h/heroku.rb index dc8ace7e3a6b8..fbd9686438696 100644 --- a/Formula/h/heroku.rb +++ b/Formula/h/heroku.rb @@ -1,8 +1,8 @@ class Heroku < Formula desc "CLI for Heroku" homepage "https://www.npmjs.com/package/heroku/" - url "https://registry.npmjs.org/heroku/-/heroku-10.10.1.tgz" - sha256 "1a7bd82790a94739d70601ebdc5b60c02459bc7c9a7e4c13f28444993bfd2347" + url "https://registry.npmjs.org/heroku/-/heroku-10.11.0.tgz" + sha256 "bfff484804011b77c4e7b3733298034d16b0d8cfd70b5ae7d2e46e6a0fa80e92" license "ISC" bottle do From 74bb681390ce9e3184e11c86412eb9a458d511ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:04:48 +0000 Subject: [PATCH 09531/10074] infisical 0.41.86 --- Formula/i/infisical.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index ca2c64bb80127..8de66fc71b854 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -1,8 +1,8 @@ class Infisical < Formula desc "CLI for Infisical" homepage "https://infisical.com/docs/cli/overview" - url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.85.tar.gz" - sha256 "f530480aaa6961617ac17877615df50fdcacc413fbe0adad53795e58e166d2ac" + url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.41.86.tar.gz" + sha256 "12d756a656352112baa8ce047abc4bb3eeddf4fb1bf11e05faeedb514553052e" license "MIT" head "https://github.com/Infisical/infisical.git", branch: "main" From 1216685a599276747304bff1549ab7229e47211d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:08:08 +0000 Subject: [PATCH 09532/10074] fdroidserver: update 2.4.2 bottle. --- Formula/f/fdroidserver.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fdroidserver.rb b/Formula/f/fdroidserver.rb index 7f1586be71d87..7f4bf5f2cd6b1 100644 --- a/Formula/f/fdroidserver.rb +++ b/Formula/f/fdroidserver.rb @@ -8,13 +8,13 @@ class Fdroidserver < Formula license "AGPL-3.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "b9012fba7e78e5039f93e0bb637637b3b3fb37bbad03b119431496b9f7f736e0" - sha256 cellar: :any, arm64_sonoma: "983e98e90e9cbfb9e573387649a9c1cbe52053f0dbad6260752767e6f450cc17" - sha256 cellar: :any, arm64_ventura: "b8f72a28708945261fdea57773ce84c5a50b6094c017e11ab1ad946536337c69" - sha256 cellar: :any, sonoma: "ff6108817f3879795b0e208075d636f05acc6b7922e6aeb8c9aa1de44700cb4d" - sha256 cellar: :any, ventura: "2f9774f18a16025bf93acf4682f9cc1758ba52b140ff806cb8bc0fc76f1be8f9" - sha256 cellar: :any_skip_relocation, arm64_linux: "ad88cae96d6f117a9298789c22b799a8b5e58548958400779120cbd98ff5d008" - sha256 cellar: :any_skip_relocation, x86_64_linux: "64dbf9340eeda9e402af721b8a2ee77b0e140241fcb2b6eee0a128f9fcdd8fd1" + sha256 cellar: :any, arm64_sequoia: "2a1121ce163db3c67d32b30e10667c000571e12b2d637d1b438e86cf64d361e5" + sha256 cellar: :any, arm64_sonoma: "abfee552e53e4571f9142d6c0f9c93278b80b0add68aa11657eb226564c5f559" + sha256 cellar: :any, arm64_ventura: "8ea2ac8abc1462eb95554655fd6d1ba3b0ce73eabd552b9a4564ac96dbcbae2b" + sha256 cellar: :any, sonoma: "7644e0fb34c58585c1267d384cc9bb00958331bf2b266f1a31df3973656154f1" + sha256 cellar: :any, ventura: "fa4725b24f2d00d1b2954360b0ad0e906b47bfd3986c311825331b50f4f89d14" + sha256 cellar: :any_skip_relocation, arm64_linux: "72d345d6a950b14c30fb1551c7947f63f963d2d7f70ef79a790b13f1f6e08539" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c29de3c7626ef5a3bdb231624a6427fa2087bb1281c77f52b118c085605492ff" end depends_on "ninja" => :build From 8b9aa3b33c6998f41a2223a46ec76dfed6903378 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:08:15 +0000 Subject: [PATCH 09533/10074] nginx: update 1.29.0 bottle. --- Formula/n/nginx.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nginx.rb b/Formula/n/nginx.rb index 1fa7ddbc2b283..b5162ea4100f4 100644 --- a/Formula/n/nginx.rb +++ b/Formula/n/nginx.rb @@ -14,13 +14,13 @@ class Nginx < Formula end bottle do - sha256 arm64_sequoia: "972063bdf74564fca762d847ce7cde789e3b2b195d6cbf6a05927c8fda1f1b1c" - sha256 arm64_sonoma: "6ec8b8438449b35e333d29ff2bf53b525efe7a48d588ace187d75e61596501ab" - sha256 arm64_ventura: "adad8ede39f78697c70cba86e96822827a5661692a01f765dad9f47f98c53c3f" - sha256 sonoma: "e901bf7d34765ebf766f3385058da8159c7b7e897392745e4cc787e87a52f167" - sha256 ventura: "c4cc442a7b38cd644ccf0e85f63033109fe677bf66634ec322d958e3adb645d6" - sha256 arm64_linux: "570847468bb0e31f37e7859850ed848a0717d17a2f2d7d16963c3528b002f207" - sha256 x86_64_linux: "a65d15b224f4388f5c11272ffb6c1c83df981cd69838a63e5476e9ce58ffbf8f" + sha256 arm64_sequoia: "50900abde1b4990ddc538626fce1a683748b55b7a2e89f57f199878fc5b6d70a" + sha256 arm64_sonoma: "237b9bac7072a55ca66bac12e6f88d7c5192b71071046b0fbd32f3ff92231d8d" + sha256 arm64_ventura: "6f949735d9ec32d51b866c80fe9008579fc8a779ca6514fded20181676159307" + sha256 sonoma: "a30bb42867328b079e279a5a454fad0a7bc1b5fe2748c45bc868eb69f6f98864" + sha256 ventura: "a2927793839d3472d0dca459272814ef941fe7309bb766b0163f9e936308c704" + sha256 arm64_linux: "05405bf4ad00bee1261f098c5d83e1dcd3b7600d98c287177e29c5a8c86ae68c" + sha256 x86_64_linux: "1ba3c47a33161cdb8ced61844550d7fb0dae193a651f03e930fa81651c4ab903" end depends_on "openssl@3" From d93eb7fbb53715de9c53b39ef6416a7a73ece3db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:08:15 +0000 Subject: [PATCH 09534/10074] passenger: update 6.0.27_2 bottle. --- Formula/p/passenger.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/passenger.rb b/Formula/p/passenger.rb index 99a50bbe6c7fa..9fc82ba68e19b 100644 --- a/Formula/p/passenger.rb +++ b/Formula/p/passenger.rb @@ -8,13 +8,13 @@ class Passenger < Formula head "https://github.com/phusion/passenger.git", branch: "stable-6.0" bottle do - sha256 cellar: :any, arm64_sequoia: "fb575dc46a6e6d1d1a85e8ac4c90b3b6b1623e3b28e7b23b1ba0f3b7e44826cf" - sha256 cellar: :any, arm64_sonoma: "77fb3c9b9d992a403b279bb45d843220eb99dff0e0bff8a80f9b799d1c8bac30" - sha256 cellar: :any, arm64_ventura: "635617b7bd47cd784e4593b6618147379147ae4b9c144c4b1da92b0bb56e2ef8" - sha256 cellar: :any, sonoma: "44ddd90f8347de1294b9e264c0b27437f770b0a360c0833a0721590bfdb376b7" - sha256 cellar: :any, ventura: "bb7139dea38467bacc2720d2ce907c9e9e00cde7190770328fef81df2dcf1187" - sha256 cellar: :any_skip_relocation, arm64_linux: "fe4bc221df7cdb0fc10eb7b72a38b78e3ef5d4b404f96a1e2889bf379106270f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8214b7d4f61fba592c54c482cda3fe017b7261defff173a5ab254622b5ec3afd" + sha256 cellar: :any, arm64_sequoia: "7d587933f9606519d026d7221ea089397f2ec9fbfbd36c69df5f861d4e318562" + sha256 cellar: :any, arm64_sonoma: "16c00c531cfd959799928b021c85ed565fc756e7d9177426670384ef2f544dd2" + sha256 cellar: :any, arm64_ventura: "4aec8ca1d40ee97818108dd5f3737cd2f794fd2cbbe15ba9df011a0d7f7b970e" + sha256 cellar: :any, sonoma: "25a19834fb3612058936f28562a1f71c54a5a8434d806c52d55e0b78d1c0d04f" + sha256 cellar: :any, ventura: "6bcd6e8840ffe05c10da42aa3a10cc5b6fcb0661591f0ab667dfd5bd29e73036" + sha256 cellar: :any_skip_relocation, arm64_linux: "978c3bd1459fbc688ffb230ded1103f7c943bd640cadff7d5bca07442a8c5f19" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0dde58aaf00f72de06110cddca3d20d1127d14bd4398aeee4891aea3788beb15" end depends_on "httpd" => :build # to build the apache2 module From ee833b1b821d75a1d4cc812a738db433fd99594d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:08:48 +0000 Subject: [PATCH 09535/10074] recc: update 1.3.22 bottle. --- Formula/r/recc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/r/recc.rb b/Formula/r/recc.rb index 46ed9aa0af2c5..1c8a375b1fd7c 100644 --- a/Formula/r/recc.rb +++ b/Formula/r/recc.rb @@ -7,11 +7,11 @@ class Recc < Formula head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master" bottle do - sha256 arm64_sequoia: "c7d9bff286756f0f698fc27ea6476669699bc2f59f0ef1c19b76f4470e9b6624" - sha256 arm64_sonoma: "f2f46491ba69c6c4724eb763abe435e5eaf811f854d4e625fca61cf618f6ae70" - sha256 sonoma: "b91529ccfd42f43589380cb928251ade8dad5cb0601da4e29c2ee3e4dc5ac4c9" - sha256 arm64_linux: "fb144b83c69b8e45528d7cd57026cc1e10cbad22feb5d0052bb9fcfa1431b509" - sha256 x86_64_linux: "40d39b8c80eed62f630a70b3e0af2f3782c70ddfbcb4d253ce3366ee0563edb3" + sha256 arm64_sequoia: "72cabba1cc9ca88b915f39ac9019bf2bff7f0ee8508da80bfda9156acd6f3258" + sha256 arm64_sonoma: "1a6050613ace7cb8b58326485900bdf22aa66bfb63736821ea9abc9112757620" + sha256 sonoma: "5d8207d21111bd1974803afe40ff7652a22c5bc029a1b5a9b4067302bf4c5e49" + sha256 arm64_linux: "f47ae35ce1321679b2e54a7eaf77456a9f2402e0379be18832dc951838ec85da" + sha256 x86_64_linux: "0d05ffcb5528c27f76b8ad991d52266d82351390853dde6a452a170e85fa1b2c" end depends_on "cmake" => :build From f34fafbc4d918e934333c6cd8daa898af6e28501 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:08:49 +0000 Subject: [PATCH 09536/10074] srgn: update 0.14.0 bottle. --- Formula/s/srgn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/srgn.rb b/Formula/s/srgn.rb index 08cbfc7ddc5a8..f5124263e551d 100644 --- a/Formula/s/srgn.rb +++ b/Formula/s/srgn.rb @@ -7,13 +7,13 @@ class Srgn < Formula head "https://github.com/alexpovel/srgn.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "757bce0062da09576f735d0355461050cf686deff60af030bf9e5e45f19dcbee" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ffc0e826cdef2bb8c93ce0a2ababf9eccc7444861e17ff6ba7dbf549505c3c7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bbb71cd4e333a322e98b206c2d82846b05f26e1fdefda5bfb24b7c299d8a67f8" - sha256 cellar: :any_skip_relocation, sonoma: "af3b185c308534c5ecabfc6affd67a622bf95bdc9f8eb805a2420a0c010c9039" - sha256 cellar: :any_skip_relocation, ventura: "478896e4b048e539911f1b8c1439e7d2b86cff906fc59a834e86cb7f6f744668" - sha256 cellar: :any_skip_relocation, arm64_linux: "574a9af2b871bddf3e5c1ff5f3a1ba10158a79ae936d24065912589c910c438c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "415af58ce82dbbc7f728656bb41fbd74b7b9d78eb9d7bf68ef30843b0f789489" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "89afca697ec0afb55afbe31f14c294cc901d17c9abba1cb5f2d72f8e8b4f03b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0733ebd9f017acbd960e332e97d155e2f07a3b9d8ec262bc07d5cbeb7b8dfba9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "62dc6bf77bf3db36d74ca388ece0329272152ddf3518b7b7dce8dfa505a4e245" + sha256 cellar: :any_skip_relocation, sonoma: "c6117f3f6574d78d26834664f9cba9ad4ce8a74329dd8605010faf92ef8a8963" + sha256 cellar: :any_skip_relocation, ventura: "958ca75e594858d8a4a2eacee9cf226d42555314de543b5f9f31008725aab742" + sha256 cellar: :any_skip_relocation, arm64_linux: "e35a1375edadf7c3db18100f0b369f90d55d863b1fabaaaa731df1f148290fa2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d47e9c81e12337fb3c886452a2c226348c711eb480a4d69f03fc3e11c24a99c3" end depends_on "rust" => :build From 77af633499713f25013a2c39ce83f546cd1fc582 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:09:41 +0000 Subject: [PATCH 09537/10074] mago 0.25.0 --- Formula/m/mago.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mago.rb b/Formula/m/mago.rb index 478bb02713973..3de7ef37aa664 100644 --- a/Formula/m/mago.rb +++ b/Formula/m/mago.rb @@ -1,8 +1,8 @@ class Mago < Formula desc "Toolchain for PHP to help developers write better code" homepage "https://github.com/carthage-software/mago" - url "https://github.com/carthage-software/mago/archive/refs/tags/0.24.5.tar.gz" - sha256 "b9279e903bc02bcd639e297f7eb81da655ea9cdf3f230bd5687a2bd7fb0342bb" + url "https://github.com/carthage-software/mago/archive/refs/tags/0.25.0.tar.gz" + sha256 "2d79d7af0bd2a937df21cd1d0565b34590a9df3dcd5801a9ede7df9a414bb3f3" license any_of: ["Apache-2.0", "MIT"] bottle do From 9bd44c831d14ee11c5c0ce95cff677f95fbb73ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:11:26 +0000 Subject: [PATCH 09538/10074] moon 1.38.0 --- Formula/m/moon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index ec53e2393ae34..688e1e1ec8eff 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -1,8 +1,8 @@ class Moon < Formula desc "Task runner and repo management tool for the web ecosystem, written in Rust" homepage "https://moonrepo.dev/moon" - url "https://github.com/moonrepo/moon/archive/refs/tags/v1.37.3.tar.gz" - sha256 "d6007ebf5d5bd5d289dda839f185a1d736c0ae8a98de93323db17a1cb878a0f8" + url "https://github.com/moonrepo/moon/archive/refs/tags/v1.38.0.tar.gz" + sha256 "8ad0749135751e4cfc286e86115b878ecffe21674d3faea3ee6f052ba52e0712" license "MIT" head "https://github.com/moonrepo/moon.git", branch: "master" From 51affa36d6971acb62b877b672716fcabd296c9b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:14:07 +0000 Subject: [PATCH 09539/10074] oils-for-unix 0.32.0 --- Formula/o/oils-for-unix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index 5087c486e351f..f0d261659135c 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -1,8 +1,8 @@ class OilsForUnix < Formula desc "Bash-compatible Unix shell with more consistent syntax and semantics" homepage "https://oils.pub/" - url "https://oils.pub/download/oils-for-unix-0.31.0.tar.gz" - sha256 "fbd7b27dc6aa82dcee98a0a41e142db1921ffc60f6f2bfde0d8e95cf3ae3974c" + url "https://oils.pub/download/oils-for-unix-0.32.0.tar.gz" + sha256 "26dde977d20dd0a373a7d450d063fa50be672da4875d55e9749e8ff18eedd254" license "Apache-2.0" livecheck do From 6b49f4ee8c6f64f954e1b4416ed648b301d72174 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:15:10 +0000 Subject: [PATCH 09540/10074] opensearch 3.1.0 --- Formula/o/opensearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/opensearch.rb b/Formula/o/opensearch.rb index 0c0a5b308037e..70e3e73cf2af4 100644 --- a/Formula/o/opensearch.rb +++ b/Formula/o/opensearch.rb @@ -1,8 +1,8 @@ class Opensearch < Formula desc "Open source distributed and RESTful search engine" homepage "https://github.com/opensearch-project/OpenSearch" - url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/3.0.0.tar.gz" - sha256 "5701c0a0e801a27cb1fb6521c17138c43a0933e364fa2cfb5a62cfcdcb4e1270" + url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/3.1.0.tar.gz" + sha256 "7f682d85fb82c2caa9fe6dff0a0c1769df0b5ed96b993ac8cdd6485f3d103fda" license "Apache-2.0" bottle do From 20402e38fc687b09aabcfdd691252e5633197dab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:15:39 +0000 Subject: [PATCH 09541/10074] ov 0.42.0 --- Formula/o/ov.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ov.rb b/Formula/o/ov.rb index 86e91972b5c41..2b7bb6cb686c1 100644 --- a/Formula/o/ov.rb +++ b/Formula/o/ov.rb @@ -1,8 +1,8 @@ class Ov < Formula desc "Feature-rich terminal-based text viewer" homepage "https://noborus.github.io/ov/" - url "https://github.com/noborus/ov/archive/refs/tags/v0.41.0.tar.gz" - sha256 "5c3997c02770ff12e51abaabb60629869692653ae4ee5e5a015f3f28c070b48d" + url "https://github.com/noborus/ov/archive/refs/tags/v0.42.0.tar.gz" + sha256 "0532e0ca807dfcf6d77837117f90861051ab7cbecac9c6aa815294223cd1444c" license "MIT" head "https://github.com/noborus/ov.git", branch: "master" From 399bb271b6ac845461660c5aa1b8ad64ce396a67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:15:59 +0000 Subject: [PATCH 09542/10074] apt: update 3.1.3 bottle. --- Formula/a/apt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/apt.rb b/Formula/a/apt.rb index 1e9bc3953a82f..fd36494d6ab16 100644 --- a/Formula/a/apt.rb +++ b/Formula/a/apt.rb @@ -12,8 +12,8 @@ class Apt < Formula end bottle do - sha256 arm64_linux: "1697404c6b9289f3a011fbc4df833ee07be34462566f9cb00ffcbaf2dd39855f" - sha256 x86_64_linux: "de9998a9dd6ea8374f10eb1380c2cecbbef761fa75c76e713d3364b989adf608" + sha256 arm64_linux: "7e43fbe75cdba01f011d38a4f075f91cce96a92283274e4a634808760f7ec33a" + sha256 x86_64_linux: "42ed719a372e9df515606ff70a5a5b2039c31f716a9b30be91fb321c65b4e038" end keg_only "not linked to prevent conflicts with system apt" From fc8974aca32135d59a786383c849e5838beb1f65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:16:54 +0000 Subject: [PATCH 09543/10074] pkgconf 2.5.1 --- Formula/p/pkgconf.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/pkgconf.rb b/Formula/p/pkgconf.rb index b233e8ecb5232..49301ff2db96a 100644 --- a/Formula/p/pkgconf.rb +++ b/Formula/p/pkgconf.rb @@ -1,9 +1,9 @@ class Pkgconf < Formula desc "Package compiler and linker metadata toolkit" homepage "https://github.com/pkgconf/pkgconf" - url "https://distfiles.ariadne.space/pkgconf/pkgconf-2.5.0.tar.xz" - mirror "http://distfiles.ariadne.space/pkgconf/pkgconf-2.5.0.tar.xz" - sha256 "9f5f5f2d067b1c668d6cfd662791d8aae3ef06c670125601e39f1156bd3f409f" + url "https://distfiles.ariadne.space/pkgconf/pkgconf-2.5.1.tar.xz" + mirror "http://distfiles.ariadne.space/pkgconf/pkgconf-2.5.1.tar.xz" + sha256 "cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243" license "ISC" livecheck do From 56a99984990a8844ac09828544093a093408a1bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:17:39 +0000 Subject: [PATCH 09544/10074] promptfoo 0.115.3 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index b3fdad16aa3ae..02a862a5d30c0 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.115.2.tgz" - sha256 "51c1228627b873b609c31cba917c0a848c4cae7106d3f3662afabeefb1298a57" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.115.3.tgz" + sha256 "ec184b8814c7ef0838bebbc2d9c89308d54647911994b47d4f3c3df89b471c71" license "MIT" bottle do From 1c98084b347daa77436b24b5886b441974de3c55 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:23:09 +0000 Subject: [PATCH 09545/10074] eleventy: update 3.1.2 bottle. --- Formula/e/eleventy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/e/eleventy.rb b/Formula/e/eleventy.rb index 6254abb1b1555..bf6fbefa06ccc 100644 --- a/Formula/e/eleventy.rb +++ b/Formula/e/eleventy.rb @@ -7,7 +7,7 @@ class Eleventy < Formula head "https://github.com/11ty/eleventy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "5ad4a19fb02401364c5066a30b5dd4fe0e3c01c0947fd8ddb39477d49f0593b9" + sha256 cellar: :any_skip_relocation, all: "6fa69586d48a0b58842bd657083c0ce11b2759790e10491ff2b3ca587e970aa6" end depends_on "node" From 701bc3f759f3ffda62c9673dcd2028eb7ae421a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:23:26 +0000 Subject: [PATCH 09546/10074] fern-api: update 0.64.20 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 38ada7efb1f1a..98306d1575f5e 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "0b91bb80187e9b0d047eedcb72a3d8b87f034280b8db40fbbb4a842ee865fe7e" + sha256 cellar: :any_skip_relocation, all: "d23a22066f194c0a143c6735ed7be2e76282b5a5b5d9f8e6fd1cb297b97de559" end depends_on "node" From 080d9746905850a6a04ff97e6e461e8e7592a49d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:27:07 +0000 Subject: [PATCH 09547/10074] wasm-component-ld 0.5.14 --- Formula/w/wasm-component-ld.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wasm-component-ld.rb b/Formula/w/wasm-component-ld.rb index d19badd073c18..c2533d9fde7c5 100644 --- a/Formula/w/wasm-component-ld.rb +++ b/Formula/w/wasm-component-ld.rb @@ -1,8 +1,8 @@ class WasmComponentLd < Formula desc "Linker for creating WebAssembly components" homepage "https://wasi.dev" - url "https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v0.5.13.tar.gz" - sha256 "bd1f826cd4d0d47dba5fa55396c72bbab8b61f80b23a51a32b4b29e50ec172f8" + url "https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v0.5.14.tar.gz" + sha256 "ec54cfb88396753de52ed05977e4c6338bd16579f3ca96105a88adc017d25b6e" license "Apache-2.0" head "https://github.com/bytecodealliance/wasm-component-ld.git", branch: "main" From 01c221643fda7f5ca93bef007719ebee71040bf8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:39:17 +0000 Subject: [PATCH 09548/10074] infisical: update 0.41.86 bottle. --- Formula/i/infisical.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/infisical.rb b/Formula/i/infisical.rb index 8de66fc71b854..58e54994cc3c3 100644 --- a/Formula/i/infisical.rb +++ b/Formula/i/infisical.rb @@ -12,12 +12,12 @@ class Infisical < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "857158ede07931a0ed126717c6908dadcd305845a656f95101db5eb1e5c0a078" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "857158ede07931a0ed126717c6908dadcd305845a656f95101db5eb1e5c0a078" - sha256 cellar: :any_skip_relocation, arm64_ventura: "857158ede07931a0ed126717c6908dadcd305845a656f95101db5eb1e5c0a078" - sha256 cellar: :any_skip_relocation, sonoma: "53e57cd6653311bd60cffcf0853111b6661f690659bf1edc1dfe8dcc3380d1b6" - sha256 cellar: :any_skip_relocation, ventura: "53e57cd6653311bd60cffcf0853111b6661f690659bf1edc1dfe8dcc3380d1b6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef67ae02d8ea100c7b7dbdaa24948ecb37b49ff72650069ed3d4b0060be7f7c7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e47c53023c782eb86bce8cd9fa88f8daafee6a783800f607db0e9cfed757e57" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e47c53023c782eb86bce8cd9fa88f8daafee6a783800f607db0e9cfed757e57" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e47c53023c782eb86bce8cd9fa88f8daafee6a783800f607db0e9cfed757e57" + sha256 cellar: :any_skip_relocation, sonoma: "5f7c39532c50a12718a7563862bd64cd61065509eebde2208719ac9164cee5ec" + sha256 cellar: :any_skip_relocation, ventura: "5f7c39532c50a12718a7563862bd64cd61065509eebde2208719ac9164cee5ec" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d14ac04f0b78a830fff75b6060473cbf72c566cb11ba76afbd5b7d752190aa7" end depends_on "go" => :build From 91d536d374fbb74b3f61399e8d5fd7913e0b970f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:39:20 +0000 Subject: [PATCH 09549/10074] heroku: update 10.11.0 bottle. --- Formula/h/heroku.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/heroku.rb b/Formula/h/heroku.rb index fbd9686438696..574e1059f3024 100644 --- a/Formula/h/heroku.rb +++ b/Formula/h/heroku.rb @@ -6,13 +6,13 @@ class Heroku < Formula license "ISC" bottle do - sha256 arm64_sequoia: "895ff9a3e28f1923edacfec1e0603c596e414980bf66f1bfb7edfccbc9b21e3b" - sha256 arm64_sonoma: "e7500e1903340af71da2abc9338e3706ca5707a690b248acfd60f0e7bdae87d8" - sha256 arm64_ventura: "b302e754c01f956239cef2f505276d544c1434dc7e7660b8be48f1fd2dd3d4fe" - sha256 sonoma: "d5f4f1efa3d184a44776bbfa9088d3e6dc8f214112d8bc1198ebec5b8c7aef83" - sha256 ventura: "10e308db7f3cd61798ccb01662154b8dac1a7994a9f5ace5dc7c244dbcfac7a1" - sha256 cellar: :any_skip_relocation, arm64_linux: "b85d1bc9886ccfea6c3c4079ca86b47cb5fe2d8c0e146376a1bcc37af44ca5b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc982c139a6e266a46c70f1423a5a3df4f8784e86ab679eca07eee54e795b008" + sha256 arm64_sequoia: "5640c790b3c5aa2c18a79ab2bbc5c78bab4756c0b26992f4b77bb6adb6540b64" + sha256 arm64_sonoma: "43b7023d123ac85ce0e7df9cb1c3fa5ec504245e511b3aed326d1a60721d26a2" + sha256 arm64_ventura: "c47303d42eb23c56821bfe0fc91fbde92b161a3932c3dd726b4da36ef0a9c4eb" + sha256 sonoma: "74627fa71c8605f7ba54c4158ac44a070e66ae9c282dd40bbeb02f53a563ebb9" + sha256 ventura: "6800f775444fa5e0e82c96787a699633350e6ef248200bdb03d88a01b6a19942" + sha256 cellar: :any_skip_relocation, arm64_linux: "254a66588fd5c7428017695123fd8d8f172ebde1dd64b951a9c45ef5f47e4383" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a91cb6bf2f754f42d7057756bcedb2d360e0f74859edb21566490ac885bca145" end depends_on "node" From 4298a46a6473a83d3807d762de5beb6df00f706e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:39:27 +0000 Subject: [PATCH 09550/10074] mago: update 0.25.0 bottle. --- Formula/m/mago.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mago.rb b/Formula/m/mago.rb index 3de7ef37aa664..5068b54dd0756 100644 --- a/Formula/m/mago.rb +++ b/Formula/m/mago.rb @@ -6,13 +6,13 @@ class Mago < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0d07cb34f5e2978c48101015cd1573a42dc39778b54f4f76d6857caff730840" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30bc06034ed3b6a9761ce314b7b10bebb3941e83fb64d723187902cec3e9d5d6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "aafb7d69f3580d52bbeecf39ae6fbf7bcdbb28e03d365d6b5a1470e7abd29b05" - sha256 cellar: :any_skip_relocation, sonoma: "2aa4fb5d6a28f5f6ee91fcd5af80694af2b69b76d72683ee212e0c866ea53beb" - sha256 cellar: :any_skip_relocation, ventura: "e6d69301f18ea4f77535f1d1983d79fae1f03b15bb767bd7e5b2386c7fc4a53f" - sha256 cellar: :any_skip_relocation, arm64_linux: "177da59fc294fbfe99e81318f266ef2d69a29570f3dc0c1fbc612b2bb389fa7f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "20b2e572e73e8bc54cf6be8d29fc9dab64947d85f978ea5beab3dabc5452f2d2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a50f4f7e7dabafd0ea8d25e3b884d7bf8d908c4e0206b6a4bde726cd806be43e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d321a0b08fd7f33771f8cec364499a48e7fd08f7ab7b093757f97f1833dd3fa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cba777248486e05ee0d905604c1324fb5b3ed6845df3ac56e127fdb3be143ef1" + sha256 cellar: :any_skip_relocation, sonoma: "69272b7b6cfd7cf05c97e634a954760c5a3cdb5192b2a416eeff38140b2519d0" + sha256 cellar: :any_skip_relocation, ventura: "90ad8d1d3b0e94f07641c745b7fbf3162d6c353fb95ea0d87682324fdbe466ee" + sha256 cellar: :any_skip_relocation, arm64_linux: "6bdaf807097e0c0b0f78b23a0e0c35788f8f09ea7433011196171a6900a5e994" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a8c1b757b222947d219644e8718410a5bdbd5965c66090cf50689cd0c336d1f5" end depends_on "pkgconf" => :build From b552f4a82fb5a606451f9bcc05de0486febef1f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:13:07 +0000 Subject: [PATCH 09551/10074] node 24.3.0 node: npm 11.4.2 Signed-off-by: Rui Chen --- Formula/n/node.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/n/node.rb b/Formula/n/node.rb index ec5cdf569ec46..93e6ce436e7e9 100644 --- a/Formula/n/node.rb +++ b/Formula/n/node.rb @@ -1,8 +1,8 @@ class Node < Formula desc "Platform built on V8 to build network applications" homepage "https://nodejs.org/" - url "https://nodejs.org/dist/v24.2.0/node-v24.2.0.tar.xz" - sha256 "40143d43efbdeeb9537995f532126c494d63a31da332acb5022f76f00afc62ab" + url "https://nodejs.org/dist/v24.3.0/node-v24.3.0.tar.xz" + sha256 "eb688ef8a63fda9ebc0b5f907609a46e26db6d9aceefc0832009a98371e992ed" license "MIT" head "https://github.com/nodejs/node.git", branch: "main" @@ -60,8 +60,8 @@ class Node < Formula # We track major/minor from upstream Node releases. # We will accept *important* npm patch releases when necessary. resource "npm" do - url "https://registry.npmjs.org/npm/-/npm-11.3.0.tgz" - sha256 "1c2dd63f96799ed4bf92b7806d8509302a0f8da68ca452aae27f24388bb41df4" + url "https://registry.npmjs.org/npm/-/npm-11.4.2.tgz" + sha256 "8b469a56d85a61abd846e78690623ce956b4d49ae56f15ac76dea0dce3bd4b2b" end def install From fa2bedbf35daeb083e0b78adc8888bd97dda2b09 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:46:15 +0000 Subject: [PATCH 09552/10074] contentful-cli: update 3.8.9 bottle. --- Formula/c/contentful-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/contentful-cli.rb b/Formula/c/contentful-cli.rb index d298fd1201e76..7db35eeb86d16 100644 --- a/Formula/c/contentful-cli.rb +++ b/Formula/c/contentful-cli.rb @@ -6,13 +6,13 @@ class ContentfulCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "545f40ea5afd8b629a75d67e809e0db92c0e70daa6e1e8a7b4427839dad47597" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "545f40ea5afd8b629a75d67e809e0db92c0e70daa6e1e8a7b4427839dad47597" - sha256 cellar: :any_skip_relocation, arm64_ventura: "545f40ea5afd8b629a75d67e809e0db92c0e70daa6e1e8a7b4427839dad47597" - sha256 cellar: :any_skip_relocation, sonoma: "e6db3ae109bb33abc92d9d31368cc66a3d826dc19713487d0313fff004d28048" - sha256 cellar: :any_skip_relocation, ventura: "e6db3ae109bb33abc92d9d31368cc66a3d826dc19713487d0313fff004d28048" - sha256 cellar: :any_skip_relocation, arm64_linux: "545f40ea5afd8b629a75d67e809e0db92c0e70daa6e1e8a7b4427839dad47597" - sha256 cellar: :any_skip_relocation, x86_64_linux: "82fd349f267efa4366b2780156a3d72da004297e13b0f3b65d284134515cfd6c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "091de38bb0d1ab45e13cef927acc0f8bf1c60150b24512311ea75a97bbc8a514" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "091de38bb0d1ab45e13cef927acc0f8bf1c60150b24512311ea75a97bbc8a514" + sha256 cellar: :any_skip_relocation, arm64_ventura: "091de38bb0d1ab45e13cef927acc0f8bf1c60150b24512311ea75a97bbc8a514" + sha256 cellar: :any_skip_relocation, sonoma: "413bfc46f12709ca925c87984ff46b3d622fb4188a6a36f0a1dd2cab2bc3ce08" + sha256 cellar: :any_skip_relocation, ventura: "413bfc46f12709ca925c87984ff46b3d622fb4188a6a36f0a1dd2cab2bc3ce08" + sha256 cellar: :any_skip_relocation, arm64_linux: "091de38bb0d1ab45e13cef927acc0f8bf1c60150b24512311ea75a97bbc8a514" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d25086e609f853608ed44c27c31f4757c87f125acaae44df80e5260ed5f247d" end depends_on "node" From 6088ffe4941850a51194b6393f629bc53e20b358 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:46:19 +0000 Subject: [PATCH 09553/10074] dependabot: update 1.67.1 bottle. --- Formula/d/dependabot.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index 1a3da47a543bc..23859c303c353 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -7,12 +7,12 @@ class Dependabot < Formula head "https://github.com/dependabot/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0" - sha256 cellar: :any_skip_relocation, sonoma: "85c45e578a938fc75f51044d7ada9f75d37eb44747a24642b2fb9c474ad49df5" - sha256 cellar: :any_skip_relocation, ventura: "85c45e578a938fc75f51044d7ada9f75d37eb44747a24642b2fb9c474ad49df5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a4fe9485b24309304662ea132c5e58621631c1d8766278a2ee055af27d38e9f3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "903c28f2991765922a0c0d33002565b499e206ab5dfa0b7b75302d19bf5cb2bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "903c28f2991765922a0c0d33002565b499e206ab5dfa0b7b75302d19bf5cb2bb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "903c28f2991765922a0c0d33002565b499e206ab5dfa0b7b75302d19bf5cb2bb" + sha256 cellar: :any_skip_relocation, sonoma: "808154d0cf97f032c146f342fd3734753b8b90a9fd4dbdafcbf41690f427250e" + sha256 cellar: :any_skip_relocation, ventura: "808154d0cf97f032c146f342fd3734753b8b90a9fd4dbdafcbf41690f427250e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b318329155ade65fd3372ed07fe118c178d7e05fde64b63074fb85ae6bd0697e" end depends_on "go" => :build From 3f00c1330652d48868b451d56c80738359764743 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:50:12 +0000 Subject: [PATCH 09554/10074] oils-for-unix: update 0.32.0 bottle. --- Formula/o/oils-for-unix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index f0d261659135c..7db6054d07d2e 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -11,13 +11,13 @@ class OilsForUnix < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "820c02118a913abb567483808f29aeef84e38deabf84875b44f5fe059defa0fd" - sha256 cellar: :any, arm64_sonoma: "e12a7bdb4f8ca31a330541e39cf07e1483a532854f7790af7accb8076c78d9b2" - sha256 cellar: :any, arm64_ventura: "720fe923c9049fd17c70571032437aee225ddb106a03cd7899a3b24c6d775604" - sha256 cellar: :any, sonoma: "90b1dc1fc6cc4c5be3eccf9bb466ab2b42736b13f9644f20ebad066ee4c1a8b4" - sha256 cellar: :any, ventura: "1f83d11a05e8945efdb07a121bb8967c25a553577d8fbde5d47f64da41410f82" - sha256 cellar: :any_skip_relocation, arm64_linux: "c547a904e9d35a4473c197eabb5a325498e45fa86c73475cf931e310f49fdf16" - sha256 cellar: :any_skip_relocation, x86_64_linux: "95fa37ae64f649695c4e203e8f281f0543ffd2dcf8fd9a7781ac483e680daf65" + sha256 cellar: :any, arm64_sequoia: "0bc26590d3d6c987e1f88487874bd463d698a2a2cc67b312e093cf3d3acdd6b3" + sha256 cellar: :any, arm64_sonoma: "b7a526c27cad1e6fe645df68cf9b42b64ee59877ef9043e146051a2fbe3428c0" + sha256 cellar: :any, arm64_ventura: "1282e142ae7af7856ace88539a3a211b06d9dc495991ca6b588bcc0236c07f22" + sha256 cellar: :any, sonoma: "12af4348b5a821eea0db19a922be6dde729757f035d9f97eb7114693ca0d4214" + sha256 cellar: :any, ventura: "0c705ce544b77431e7c80abee91baac75ffe406da4e91f35221d529ff4f1681c" + sha256 cellar: :any_skip_relocation, arm64_linux: "af67c3d454778ddfd642a09035c6ace38168cdc2f3595bb07646ba0056157e4e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "110f40c090456268a7dda4a232577c4f4efe3ddfb355e51085b7bafe7f7dfe63" end depends_on "readline" From 7f1bfda30c878f9d0e0707e85fd6004f7107a43d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:50:42 +0000 Subject: [PATCH 09555/10074] ov: update 0.42.0 bottle. --- Formula/o/ov.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/ov.rb b/Formula/o/ov.rb index 2b7bb6cb686c1..efb675a232b52 100644 --- a/Formula/o/ov.rb +++ b/Formula/o/ov.rb @@ -7,12 +7,12 @@ class Ov < Formula head "https://github.com/noborus/ov.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "852ebaf323e65667877febffb2bd7db3c62593dd70d31d2e91a6b405011d5b31" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "852ebaf323e65667877febffb2bd7db3c62593dd70d31d2e91a6b405011d5b31" - sha256 cellar: :any_skip_relocation, arm64_ventura: "852ebaf323e65667877febffb2bd7db3c62593dd70d31d2e91a6b405011d5b31" - sha256 cellar: :any_skip_relocation, sonoma: "46c6f4f5673168790ef28b34fc7f796a3eba3fdd4bc3046bb505d7b2d055e556" - sha256 cellar: :any_skip_relocation, ventura: "46c6f4f5673168790ef28b34fc7f796a3eba3fdd4bc3046bb505d7b2d055e556" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2bfd9460de79d868cf5821be230eee996b6910fdf997dec955dc0501e6464496" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "06f375da38ba3f94a898811a6b9584e89a59b6cc222399f356b8d7696a9e5b0e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "06f375da38ba3f94a898811a6b9584e89a59b6cc222399f356b8d7696a9e5b0e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "06f375da38ba3f94a898811a6b9584e89a59b6cc222399f356b8d7696a9e5b0e" + sha256 cellar: :any_skip_relocation, sonoma: "2be984361bb6917a66311c637a7f6feaa3af54f3e7c6eeeda7d7304f2a3d2427" + sha256 cellar: :any_skip_relocation, ventura: "2be984361bb6917a66311c637a7f6feaa3af54f3e7c6eeeda7d7304f2a3d2427" + sha256 cellar: :any_skip_relocation, x86_64_linux: "757acfd3954824cbf99e7c7588de37b248ac32b9dcdf9042a4c6c0c0f9253b26" end depends_on "go" => :build From 141bde787db57ef694e3a76554f078d09dffc73e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:57:55 +0000 Subject: [PATCH 09556/10074] moon: update 1.38.0 bottle. --- Formula/m/moon.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moon.rb b/Formula/m/moon.rb index 688e1e1ec8eff..efd1c6580e532 100644 --- a/Formula/m/moon.rb +++ b/Formula/m/moon.rb @@ -12,13 +12,13 @@ class Moon < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "de334030263b6e4162d0be59b387318650878095c0ca9992c23ae19990df9a9f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9671fba10c5070352d68e75aac8ae9364cbc41709268dd8708ae33b9e0d3f129" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2142272e1b02927cf6ded3729197e59aefe053e050be5545d02cbf8686209d0f" - sha256 cellar: :any_skip_relocation, sonoma: "c8e874862d6a13f48c3bf92fb0db267140b354d9f9bbe4f46cf60428dfd34540" - sha256 cellar: :any_skip_relocation, ventura: "c68df6575d1d2a971b9c52bca356ed7773b43ad44d3d321f02e2bd6efe05f1f3" - sha256 cellar: :any_skip_relocation, arm64_linux: "81fad2c14bb9bc373537e92316298b20a0259f53df7855a68c67dfdd7780a960" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7fb723ce255d1bfc9279e55e424f3b55beb08a0d37ed4d2f136835f0d5fb51dc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdb79bc6629237e677a79f8a0c6015bc09123d5199a95b4330c8dbefd2219393" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc3003a78a90c6b04561d169385e5c78c3618ad25ec5273716c82a675d1104f7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5c441daae01d424aaada3c6d3f38881cf2201644ff36d4bc0684a0bb8662ace5" + sha256 cellar: :any_skip_relocation, sonoma: "ee943c2912e67ef4e21b6255385406e08d9a991ee168d44343d8e084f6fd92e6" + sha256 cellar: :any_skip_relocation, ventura: "1e3b47b07201edd36b1779bb8e0622d911462634397ee19fd937a8ce4d0e9bff" + sha256 cellar: :any_skip_relocation, arm64_linux: "03d0c12b41fa757c80e3ba08d314f3f0a14c08191528b3b1fbfcfa562aa4ece0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0132c9392eb79282f767e27c68cbfe39478c60cade87e4d937885a94e7bac715" end depends_on "pkgconf" => :build From c623f5d1ca6bd482ad236d9782f7cbb8bc1ae574 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 00:13:27 +0000 Subject: [PATCH 09557/10074] opensearch: update 3.1.0 bottle. --- Formula/o/opensearch.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/opensearch.rb b/Formula/o/opensearch.rb index 70e3e73cf2af4..eb4e597ec0b9e 100644 --- a/Formula/o/opensearch.rb +++ b/Formula/o/opensearch.rb @@ -6,13 +6,13 @@ class Opensearch < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "02c7d73c1f51d079efc702aeabc45e840dfbd6f9c3e3a5d5d39845b7e084f9b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "08a110cc034a792732c5612adfa6879b8d0cd360d0abb538f4987be274bdf829" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3ff98574221a06111ee8663c5a55f9de0661b3275f85c93fea08cc4b93a21abb" - sha256 cellar: :any_skip_relocation, sonoma: "9ac2af223ccdc1bc9df151bd53e56415c3ea5a3dd664e9ff6efd32734df83974" - sha256 cellar: :any_skip_relocation, ventura: "7316664aaad936f205d760e5e3292b3f567723d05acd4eaf7cf3c7818333a60b" - sha256 cellar: :any_skip_relocation, arm64_linux: "2af72cc2f707be2ca3ea709fbf1e597a923e4daa7a3e5610178bb697bb022eb8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c7f8b518e5898e1af368400a5053ee50e2df258bc05de53dfcc8549ffffab46f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "14c6a7df9cb6a0b2e732881a31b58b2e6a1d4e50de88d52f41cea2f3716d4a91" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f55ca1cf8350cd32015660b57eeda81d97fba0725f05bf87e37f86365d5bd7c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "54acb7e61c007fdec2d9ce0af1626ad7e863ba8a104fade952e8bac3e906fd28" + sha256 cellar: :any_skip_relocation, sonoma: "9185ecf2cfc924b7676a2a3ce010433e54cc5de5beea7b01f2894da865a361e0" + sha256 cellar: :any_skip_relocation, ventura: "9028211903fe956ff64df4bfe8add34feb5e7eab65fe68dd0ce8ddd159c34d3b" + sha256 cellar: :any_skip_relocation, arm64_linux: "c69e89426b143739bbbc3b02430483f605d7d7a55062a1a69083b39874059505" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc27344b4c320c2a3395ea5f72e5927154afd53ee31cb8ab4e6e602c5b41a732" end depends_on "gradle" => :build From 6dacd2933dfad8fd9016760cc15f99d66aae8b4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 00:17:02 +0000 Subject: [PATCH 09558/10074] promptfoo: update 0.115.3 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 02a862a5d30c0..6bde47707a00a 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "63700e4c8ae085cf8874212b4fcf056971abcaf81305163843e311b45b03977c" - sha256 cellar: :any, arm64_sonoma: "be60b3e968d203270edd1d79f35189acc8be11390125618212300b24bf5ed7ba" - sha256 cellar: :any, arm64_ventura: "aa857d27f46b8cefcb998c409f234bcdc17f866608179cbca2773605fa59b712" - sha256 sonoma: "d5fd15840adef2c42a6c5c068f86d963b14e820963db79c26c0f5ed182310f06" - sha256 ventura: "04686f6b557876afc80814f9dc43d698b7d5e18c6e590a396d29fbc4ddc478e0" - sha256 cellar: :any_skip_relocation, arm64_linux: "d45b6f3834c27e296561d453242c597c73c5d7f54b5ee5dbfdc043860a72d56b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2cd6d6493e2747619ec33473a934bfb421d6c12de53fd4452e72648413f57898" + sha256 cellar: :any, arm64_sequoia: "243755588787e4aeedf9121b4f306b366e8784304eeaf94d7a567d2baf992115" + sha256 cellar: :any, arm64_sonoma: "9333e3d4fadda4055898740809c654681c5d5a85eedcd25c77f559def611ca34" + sha256 cellar: :any, arm64_ventura: "5431777bd56a23d2b5f316b521ee7c20a62abfd253b68d706accbf4d302a3ba8" + sha256 sonoma: "5684329fe226b5bc5baddb7560bff681a770a99cc5b1308f56fa6644e75021e8" + sha256 ventura: "01eddf1c96cd224283253fa3aaf35b33ca31c3abeac6ce6baf9687d63f91ecfb" + sha256 cellar: :any_skip_relocation, arm64_linux: "eb3135f5ffcbbd8f2c44dfd964b5f04d7a324137bc775c72f16077ceea3f3f15" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a916715a416b5c55367ad66006e00cc94cf3d8fce0cedd22beab76ab461e9868" end depends_on "node" From 70faaf94f5ca3fcce658366f143e76808de91343 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 00:27:33 +0000 Subject: [PATCH 09559/10074] wasm-component-ld: update 0.5.14 bottle. --- Formula/w/wasm-component-ld.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wasm-component-ld.rb b/Formula/w/wasm-component-ld.rb index c2533d9fde7c5..15c77a0bdcbaf 100644 --- a/Formula/w/wasm-component-ld.rb +++ b/Formula/w/wasm-component-ld.rb @@ -7,13 +7,13 @@ class WasmComponentLd < Formula head "https://github.com/bytecodealliance/wasm-component-ld.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4625a98ad289db904f504b84a0a669be54038d0ec7cfaeced83059000880d1c9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "955adfe1877b6a0e2b2b3dfd80bdcf3e5c12febc3da4f6b6542f4556e2e3c7d1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ff3de87611752b9c709f0da0ac4016f9ec8f90f7388d80078dbce027e8de0bf7" - sha256 cellar: :any_skip_relocation, sonoma: "a658eb833d3206a390e57d6a6235112dadd6da832ae2af23605fec0fb9a70ac0" - sha256 cellar: :any_skip_relocation, ventura: "539305753eb9610cf57236d6d98072957eee03d7c238ae7b2825cf2e3228450f" - sha256 cellar: :any_skip_relocation, arm64_linux: "5787094a06258ada03c8bf49f464ae6a8e69bddba0b0d92c02f7c88def5ccc9a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "732c31ceef2b2d4cfd129622854dd170733f4c5b58ae937eb9039dcc5ad2ffdc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a3f0e52b139b949148dd0b3a9a3cad5255e6d757019606832ee1a3842982db2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d69c26d77f63da9dbb66bbf3a02c3df25e4bf0ba233e227eabc4492ef9a84e8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a9d5850cb956bf8439b908c1a34ecb89ee8b344f3bdb2d0827677e2848521586" + sha256 cellar: :any_skip_relocation, sonoma: "6ac867b17aa2bf804dddf3081a73198942354c2004b07bcf1edfd706c4bf7b4c" + sha256 cellar: :any_skip_relocation, ventura: "89710eb6bca05a4cb612bc40e642b067717e54d7b53dc3da3f8a3794842d09df" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b2610484aad80b6521bbf00ae0b168674177cd0170c3e9a64bcfbd87799edbb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d87962d4f8645777356a62643156bd1f0804661838db23a131093cb4c5ef0b00" end depends_on "rust" => :build From 71a7c57bc6be2eb6adb886db2dd5d1996dd989a9 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Tue, 24 Jun 2025 22:11:04 -0400 Subject: [PATCH 09560/10074] dolt 1.55.2 --- Formula/d/dolt.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index a56a79b6d5752..4625e2e147787 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,9 +1,10 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.56.0.tar.gz" - sha256 "9eb61d5bcba5524cca5c7e466a6440c483313f0892ce2e47d14bee0f2b4e0857" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.55.2.tar.gz" + sha256 "5f5b25d076a49c066eb08c10d3eb6a518051da7d498a9d49b437387b8a8b37b6" license "Apache-2.0" + version_scheme 1 head "https://github.com/dolthub/dolt.git", branch: "main" livecheck do From 99cacce6256ca28e74eb31ff4d473c9b9653e3c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:30:59 +0000 Subject: [PATCH 09561/10074] cloudflare-wrangler 4.21.2 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index 360f2ded0a7d9..fecdd81ab8f19 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.21.1.tgz" - sha256 "fe26c3b94e789daf41ccf9bcaaed5ac392c741623121bd0e197572166cee25f4" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.21.2.tgz" + sha256 "b301db48b533a64071a915bfe00c94a435086afd2d2ce87eb00f7d759892185f" license any_of: ["Apache-2.0", "MIT"] bottle do From 10dcbfb31ca4c2ad88bf6335b8ebb42a607e8b56 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:31:30 +0000 Subject: [PATCH 09562/10074] cog 0.15.9 --- Formula/c/cog.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 16db60de1b672..9ff03da1c8920 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -1,8 +1,8 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://cog.run/" - url "https://github.com/replicate/cog/archive/refs/tags/v0.15.8.tar.gz" - sha256 "df1c9679cc7dc148ada46776fbdea3b6b76def204eeb8943ba5384419ada14ec" + url "https://github.com/replicate/cog/archive/refs/tags/v0.15.9.tar.gz" + sha256 "59ad9222da7aaefe091805df6bb78723cf91bf077a077df545e9125a9d719397" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" From f164644897ab8ea138364698bc9efe774af4dd01 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:36:57 +0000 Subject: [PATCH 09563/10074] garnet 1.0.73 --- Formula/g/garnet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index b53d528d5c096..f662d58535865 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -1,8 +1,8 @@ class Garnet < Formula desc "High-performance cache-store" homepage "https://microsoft.github.io/garnet/" - url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.72.tar.gz" - sha256 "4eb6d3df129d0f3dbf718678ada6f67c1315f19452fa08627bd5e2e654e440b4" + url "https://github.com/microsoft/garnet/archive/refs/tags/v1.0.73.tar.gz" + sha256 "2e64935f7a6f0542428c681b1978393cde78fe52115350a572c5eca40ad96f92" license "MIT" bottle do From 778a83e8fea95b419b1727f1dcb45f4210faad50 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:41:39 +0000 Subject: [PATCH 09564/10074] kitex 0.14.1 --- Formula/k/kitex.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kitex.rb b/Formula/k/kitex.rb index 18ae1dfed60d5..4f76badf7467e 100644 --- a/Formula/k/kitex.rb +++ b/Formula/k/kitex.rb @@ -1,8 +1,8 @@ class Kitex < Formula desc "Golang RPC framework for microservices" homepage "https://github.com/cloudwego/kitex" - url "https://github.com/cloudwego/kitex/archive/refs/tags/v0.14.0.tar.gz" - sha256 "ec22ace925fc504e53b459e26b143401f4a023f30fccd690f825b808a6df748c" + url "https://github.com/cloudwego/kitex/archive/refs/tags/v0.14.1.tar.gz" + sha256 "a860e6ad8ff5207d9516299d3eec055042b2bd99a3df83bf3c32064c79976a46" license "Apache-2.0" head "https://github.com/cloudwego/kitex.git", branch: "develop" From 49f9677ab1400fd12ee2196c90f1265bfc0a3fdc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:46:37 +0000 Subject: [PATCH 09565/10074] mimirtool 2.16.1 --- Formula/m/mimirtool.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mimirtool.rb b/Formula/m/mimirtool.rb index ae8a81d140e5b..ada5a02c6a3d9 100644 --- a/Formula/m/mimirtool.rb +++ b/Formula/m/mimirtool.rb @@ -2,8 +2,8 @@ class Mimirtool < Formula desc "CLI for interacting with Grafana Mimir" homepage "https://grafana.com/docs/mimir/latest/operators-guide/tools/mimirtool/" url "https://github.com/grafana/mimir.git", - tag: "mimir-2.16.0", - revision: "b4f36dac3af7046a0a7a287bb88b503737e07c48" + tag: "mimir-2.16.1", + revision: "876d470fb15f9504a4016a0b60aa2ad4d1ba9a0a" license "AGPL-3.0-only" head "https://github.com/grafana/mimir.git", branch: "main" From 629d9b9e34f85283a1b0d32e681bea9a509177a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:48:40 +0000 Subject: [PATCH 09566/10074] node@22 22.17.0 --- Formula/n/node@22.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node@22.rb b/Formula/n/node@22.rb index aed23ecb68da8..b6a86d1a5b99d 100644 --- a/Formula/n/node@22.rb +++ b/Formula/n/node@22.rb @@ -1,8 +1,8 @@ class NodeAT22 < Formula desc "Platform built on V8 to build network applications" homepage "https://nodejs.org/" - url "https://nodejs.org/dist/v22.16.0/node-v22.16.0.tar.xz" - sha256 "720894f323e5c1ac24968eb2676660c90730d715cb7f090be71a668662a17c37" + url "https://nodejs.org/dist/v22.17.0/node-v22.17.0.tar.xz" + sha256 "7a3ef2aedb905ea7926e5209157266e2376a5db619d9ac0cba3c967f6f5db4f9" license "MIT" livecheck do From 07babca5fd0f020c3e85223dca5df5548db3816f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:54:16 +0000 Subject: [PATCH 09567/10074] renovate 41.8.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 45fd6922528e3..4c1848bac46a8 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.7.0.tgz" - sha256 "2b2b6b507b135e5a3bfc6fa54ffd3f7e3f501418a879c1184be2c8bd670354be" + url "https://registry.npmjs.org/renovate/-/renovate-41.8.0.tgz" + sha256 "4100add80c448427337c7ce765df8905cd06d8e651ba40f7e8edb71b01feabba" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 95e61f998a9ee31ffb36d5ee8bb9168cb10f2834 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:01:22 +0000 Subject: [PATCH 09568/10074] vercel-cli 44.2.2 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 75bec7c2aaf93..c173c0638856c 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-44.2.1.tgz" - sha256 "49c7ccd8ff9d348eb9e7f975b8f7db67f1be74a870aa838e6bf24859d3cf0d83" + url "https://registry.npmjs.org/vercel/-/vercel-44.2.2.tgz" + sha256 "fbccb7da7fb0d712bb78df8a93535f9778f254485b5a38509eb5c943fe1c447c" license "Apache-2.0" bottle do From ffcad24808763e7b575c800de502119ca7511ccd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:45:09 +0000 Subject: [PATCH 09569/10074] cloudflare-wrangler: update 4.21.2 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index fecdd81ab8f19..fbc3e5687ecc5 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "b85df058b028ab098245f2546865025135d73302cc9e57877d7afee7bc9d5a28" - sha256 cellar: :any, arm64_sonoma: "b85df058b028ab098245f2546865025135d73302cc9e57877d7afee7bc9d5a28" - sha256 cellar: :any, arm64_ventura: "b85df058b028ab098245f2546865025135d73302cc9e57877d7afee7bc9d5a28" - sha256 sonoma: "024b955bfd9600c577a8e24044fd786c66f2c048fab8e5adcd7dc3b12c84abd1" - sha256 ventura: "024b955bfd9600c577a8e24044fd786c66f2c048fab8e5adcd7dc3b12c84abd1" - sha256 cellar: :any_skip_relocation, arm64_linux: "3d688d0ce1f10c04aa74a911ee3872650d922a42877481727a759d232d40e234" - sha256 cellar: :any_skip_relocation, x86_64_linux: "89845e43b2c5410f2b1e50b8e52b72d5135256bffc7077ea85bae58ba679f0c8" + sha256 cellar: :any, arm64_sequoia: "e1827cbd08a96210da2b8ff57ef5c7407a337ad2801a77a276ebcf2a95c8c736" + sha256 cellar: :any, arm64_sonoma: "e1827cbd08a96210da2b8ff57ef5c7407a337ad2801a77a276ebcf2a95c8c736" + sha256 cellar: :any, arm64_ventura: "e1827cbd08a96210da2b8ff57ef5c7407a337ad2801a77a276ebcf2a95c8c736" + sha256 sonoma: "69cb1aaa337df9d65cbe43bb7d18dda2f47f536db3c0bdf687182621bf00b6f2" + sha256 ventura: "69cb1aaa337df9d65cbe43bb7d18dda2f47f536db3c0bdf687182621bf00b6f2" + sha256 cellar: :any_skip_relocation, arm64_linux: "44660993a25b7def4f9c0cf1d910c3451599d8ff9e204e3ff99248edc277397e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7cd10ea93842c8c9ca20a8bed6d2ffdcbee6f885b51d18982900aea2360164b3" end depends_on "node" From 960846c4953ce518111af3eb655085364a59a179 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:45:10 +0000 Subject: [PATCH 09570/10074] kitex: update 0.14.1 bottle. --- Formula/k/kitex.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kitex.rb b/Formula/k/kitex.rb index 4f76badf7467e..690d0057fa063 100644 --- a/Formula/k/kitex.rb +++ b/Formula/k/kitex.rb @@ -12,12 +12,12 @@ class Kitex < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd3442ef21a240deb4ac56e9d397dd28b869916bbebb45a6df9ac61a2fb000a5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd3442ef21a240deb4ac56e9d397dd28b869916bbebb45a6df9ac61a2fb000a5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bd3442ef21a240deb4ac56e9d397dd28b869916bbebb45a6df9ac61a2fb000a5" - sha256 cellar: :any_skip_relocation, sonoma: "b961c364704b7e3c79cebe40a447cc2d81b481c662442c4ef75f280711b33aed" - sha256 cellar: :any_skip_relocation, ventura: "b961c364704b7e3c79cebe40a447cc2d81b481c662442c4ef75f280711b33aed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "390ec2b9bd576efcccef4a0153750388bba65389858971aed6e819dc7e9088f1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "825df4134a567ebd0cda77ffd3405559dc6de97306ceb5bf237cce4623d3a086" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "825df4134a567ebd0cda77ffd3405559dc6de97306ceb5bf237cce4623d3a086" + sha256 cellar: :any_skip_relocation, arm64_ventura: "825df4134a567ebd0cda77ffd3405559dc6de97306ceb5bf237cce4623d3a086" + sha256 cellar: :any_skip_relocation, sonoma: "6f265a5fa49a06007356c7b93dddfb1a946bc40c65baa43b5dc963cd17ab8561" + sha256 cellar: :any_skip_relocation, ventura: "6f265a5fa49a06007356c7b93dddfb1a946bc40c65baa43b5dc963cd17ab8561" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ab48b9d13d512e833b899f677e027c41ebb6eb9248146288a69b7ec1f9c8921a" end depends_on "go" => [:build, :test] From 9c7dc5e18193dc133fe8e65ed2786abff8a1de87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:45:13 +0000 Subject: [PATCH 09571/10074] cog: update 0.15.9 bottle. --- Formula/c/cog.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index 9ff03da1c8920..f52a14a44a672 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -7,12 +7,12 @@ class Cog < Formula head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c6b048e385a28507b106799abf9bc2052fa149f524abdbc74ba4ad3392e7f46" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c6b048e385a28507b106799abf9bc2052fa149f524abdbc74ba4ad3392e7f46" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1c6b048e385a28507b106799abf9bc2052fa149f524abdbc74ba4ad3392e7f46" - sha256 cellar: :any_skip_relocation, sonoma: "456bf113b2e4795deb2e9655922fb83b9559db4d52226170059f57da743d6ae6" - sha256 cellar: :any_skip_relocation, ventura: "456bf113b2e4795deb2e9655922fb83b9559db4d52226170059f57da743d6ae6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3830c4bee5a82d54355708e0d590b877eb298da02b8704d4fff3112ffc122fa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9685e3a271b61c958e8c3d282fb6981c366be3d0d1438e1261facc4bc33b557" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9685e3a271b61c958e8c3d282fb6981c366be3d0d1438e1261facc4bc33b557" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f9685e3a271b61c958e8c3d282fb6981c366be3d0d1438e1261facc4bc33b557" + sha256 cellar: :any_skip_relocation, sonoma: "28f74968d40b36c7ecfc60dc81e998136a6d86970d1f4bdbf0e9acb444117831" + sha256 cellar: :any_skip_relocation, ventura: "28f74968d40b36c7ecfc60dc81e998136a6d86970d1f4bdbf0e9acb444117831" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8ce3b345da7a3d2869162f7ae999fbe38efa879dd67ed1328e2f9da3fbf917a1" end depends_on "go" => :build From fa50398b0a43b7ec8e70f9cdeb8d0d0f066a8b8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:45:20 +0000 Subject: [PATCH 09572/10074] renovate: update 41.8.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 4c1848bac46a8..3591d4b7afec1 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "afb05e6aebf6da45f277a67587669fbd8e56e7a4e42702a08dc99421c88d653f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "098a2ee1e97ce2d878cd7a5b6f19fd9eecefa3d343e75f82a3c289c4226e09ec" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5d68735f844a1ea3360029f95fb6111f8b0e50a50d157949d37f17e615af8ebc" - sha256 cellar: :any_skip_relocation, sonoma: "37005553fd47e95363e9cd4526513335651c2ffb3957d4396fe89170c31d5f10" - sha256 cellar: :any_skip_relocation, ventura: "13a41232d0db3beeb5ec5133cacbbdf20c6b4f0de58af506ed5f728f267f093c" - sha256 cellar: :any_skip_relocation, arm64_linux: "7dae3c0ec3c5f5300f73a14b0a200f5597af79c3507acfcb498e0854dc813f03" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fef6b1e7f6f783e09bc839c1cb3679a6126ae60eef933c33071e6b49338ad91e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cfd1f022aa4201a92e5ab13567c2c5220809500c9b228b48e41b2278d2bee0d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3e7d3c69f0bb63a4a10c45537772999e618f481b18c375caa405586038d5b31" + sha256 cellar: :any_skip_relocation, arm64_ventura: "290adae2d1fd84ed8356a2de300680d1d1acfdd40433bd34d9249778877c5a1c" + sha256 cellar: :any_skip_relocation, sonoma: "1ddc2ae0094d0c18c446e45d79f37c7de9c5bec7758fe64f6d900de64a572953" + sha256 cellar: :any_skip_relocation, ventura: "3999a4276f5851954f33bf55e0dccb67413d31971c80dacba08521adcbb9960c" + sha256 cellar: :any_skip_relocation, arm64_linux: "d7e7e2bd37905f3aeeaddd0401ad55113bbe528b8ac2c765583fce176ff9d312" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6537e286f979a8d700589002088af67aca2c4d9df27ce151c2247acf093461ca" end depends_on "node@22" From df4d0cf2ac8e3b943f08b9d37040a3dc84090a8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:45:21 +0000 Subject: [PATCH 09573/10074] mimirtool: update 2.16.1 bottle. --- Formula/m/mimirtool.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mimirtool.rb b/Formula/m/mimirtool.rb index ada5a02c6a3d9..9eb07b02bba20 100644 --- a/Formula/m/mimirtool.rb +++ b/Formula/m/mimirtool.rb @@ -17,13 +17,13 @@ class Mimirtool < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "28e5a0931ba134b497468a2f463c2be3aa46b108487571743ea63089288bbafc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "41821384aafbb860c72ec59d102d73f64d3ef3056fb253ea3d1207eb26d0a554" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a14c5fe71d7de72a30b98e92c9e3d9f2a7c04b39ab27aa0e7d2156706c827021" - sha256 cellar: :any_skip_relocation, sonoma: "8745d740719833ce966e41ff4940acaea9f550e8f7028a1778a0f429dbb90606" - sha256 cellar: :any_skip_relocation, ventura: "e455e12db8479fbaf6faa1bf646a1cc4c0df8a092289c39c8a43c749804d7fb8" - sha256 cellar: :any_skip_relocation, arm64_linux: "acfac3537d9c5ede709c59a61674f881e7a955fb7e868a35f313d56626463ae0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5edce97f22531f53937378a98faa840bf774ae3ec048aec8928e0a34be5c3974" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b679976666bd6b73e4481decafa95c4471ea3a7414920c5f45d6a86b5f8be99b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad1073266d969aac8c87136cf7ce503d50dd82637969d39a2ac8be030ce0efdc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8f0c89e74f2b3adb0aeffb966203467095b766e94ed32ab70a7b7b32f6235f83" + sha256 cellar: :any_skip_relocation, sonoma: "ed42a3b27cdaf1fb58dd111bc20f94e16f9b3dab1face15ed9867afe603c5d2e" + sha256 cellar: :any_skip_relocation, ventura: "8865ddf2f771ec27bec39a86be060801516f236796e9455cacbfbd09e6570d43" + sha256 cellar: :any_skip_relocation, arm64_linux: "5f686a182c3e37468e1a03be9dba877fe21d7aed3dd3aa78640cb0c603fdda45" + sha256 cellar: :any_skip_relocation, x86_64_linux: "82d2259917a65d67df9e2230928be1d06fd77b5855e4891576fa227757b723e2" end depends_on "go" => :build From 0faf565980e93507e152788ad590650aba11e1fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:45:32 +0000 Subject: [PATCH 09574/10074] dolt: update 1.55.2 bottle. --- Formula/d/dolt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 4625e2e147787..e0d32d59f65ce 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -13,13 +13,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fc6ae92b0c3603523c02976e9e7efa49781909e40cef33f7a9044d0ec8977b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8593268829046829b677ed25a034ffb8a91c393708b1ba9a3df61784611dd8da" - sha256 cellar: :any_skip_relocation, arm64_ventura: "57fe15a8c1da891e59b7ea4048af916315ef5b254a837fabfff1479ad31bcd84" - sha256 cellar: :any_skip_relocation, sonoma: "d1546081b64522261c82c381984b577f2bab5e42138cc110cf437bc3cd0a1cbf" - sha256 cellar: :any_skip_relocation, ventura: "44a75cdbe3bee8dba21a9dff22218d3fbd35773472358f70798959acfab2d0a9" - sha256 cellar: :any_skip_relocation, arm64_linux: "c504b601c449295427cf8a2b50afbd65c8a2c85a742049c17fb068578236d744" - sha256 cellar: :any_skip_relocation, x86_64_linux: "821e2c07e8d302b7a3ed9d4697bc55c30c5b3e5de2ba1b07fd64c2d7d504908e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c29ed37136cd692ad03baca3afa037cdcc883322fbd4787cbc37b93e55a8fa35" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c802cb2da09731170747aabbf92b6b2ee3afebf1ad7297916e322b286f0c962" + sha256 cellar: :any_skip_relocation, arm64_ventura: "623c6fc97c9e002d22ec79fd647f058934a7896da5e0494b374cc35fba7e826d" + sha256 cellar: :any_skip_relocation, sonoma: "25de71639128b58da530ab21e050714065df1ca1a85732c1b57312033b056776" + sha256 cellar: :any_skip_relocation, ventura: "1f36ae5e7e67dfadb93e3e958cbe90b5d5d85c330dfa9be74726002003de9cf5" + sha256 cellar: :any_skip_relocation, arm64_linux: "e1a92b140956ce26a3b1279e28ea270156ea599a56615058315beadecbcf9f6c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "976daeadba834ecfdd4710d0f60882483a348f9da5b42bdfb0eada2d1aedd43f" end depends_on "go" => :build From 572bb8b778bbb6658acbd6882fa8a9e8d671bb79 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:45:32 +0000 Subject: [PATCH 09575/10074] garnet: update 1.0.73 bottle. --- Formula/g/garnet.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/garnet.rb b/Formula/g/garnet.rb index f662d58535865..c04b2140eedb5 100644 --- a/Formula/g/garnet.rb +++ b/Formula/g/garnet.rb @@ -6,12 +6,12 @@ class Garnet < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "c4e06535b7d853c35d20bfdf0fdd672085e58db39c6b0f1c7cf963c53b90abd7" - sha256 cellar: :any, arm64_sonoma: "8b8f833ec07cea62b47c73c1ad0286976de83599dec5ebec7bbe27d7945e7ea7" - sha256 cellar: :any, arm64_ventura: "feca476dcd18167d93cdad5c7f3628a3e5038c98bf8b6d4336293b85cc6013d6" - sha256 cellar: :any, ventura: "56a0fa83d5cfc7ffc8da7ec93feceb25704a9a1fcd319224574c54fbbb8f6305" - sha256 cellar: :any_skip_relocation, arm64_linux: "2b12bc6dbbfc8e07588a3eb1b4d53c6c60dc6455079b46633bfa58ad5a7863e9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "516b0008ff79c6ad7683d52ff02cc562aa72a2e12c710b0a22f87fd900d5ef7d" + sha256 cellar: :any, arm64_sequoia: "e879b135c74fcbe721909be22dafa8ac3be168887dadb2ada70783cdb83cfe9e" + sha256 cellar: :any, arm64_sonoma: "36aba0cec388d1151aaab4518c73d5a4cc8e7456dd90b33406b382dc3b7bf889" + sha256 cellar: :any, arm64_ventura: "24f409e4bfea49f099af7224379712b6af5a5cba6ac4961ef8f127bc45ffe59c" + sha256 cellar: :any, ventura: "73cf8c7d456ddbfd5c221d83de2f957f947baf1c1329ea5f33bffba229dca6ee" + sha256 cellar: :any_skip_relocation, arm64_linux: "5c36013988bcf7006ee424cd2d7a93f9d4cbaa489a0046686ac4e1069a58c046" + sha256 cellar: :any_skip_relocation, x86_64_linux: "df8264f95194d21a98c2b5c2938ead66f59de67044897f1e0ad256a31a706dc9" end depends_on "valkey" => :test From eca17c6497d11053e39b4629dbbb84f22abf5ef6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:45:53 +0000 Subject: [PATCH 09576/10074] vercel-cli: update 44.2.2 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index c173c0638856c..d53cc43e5f0b3 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f00be657c2e7b6adfc675d12cdc89f2232694762104c39756383f98cfdbb61e3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f00be657c2e7b6adfc675d12cdc89f2232694762104c39756383f98cfdbb61e3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f00be657c2e7b6adfc675d12cdc89f2232694762104c39756383f98cfdbb61e3" - sha256 cellar: :any_skip_relocation, sonoma: "7f341557fbc2dca2955e841e764748b0ce6ceac0b3ce5bfc7423bfa47914a312" - sha256 cellar: :any_skip_relocation, ventura: "7f341557fbc2dca2955e841e764748b0ce6ceac0b3ce5bfc7423bfa47914a312" - sha256 cellar: :any_skip_relocation, arm64_linux: "a0562539b344e50945d33be3def61dc0fb4b8d166b51b748c124d7949f5d0f12" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d8668a0bd90a26e556af85b7bb592eb7fdbb00312b19fcc7f5d21b8daf88f5ef" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ab7978afc675ab9a81adb60711093d6b16c63a3beaa1cb070949fa1e43362b0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ab7978afc675ab9a81adb60711093d6b16c63a3beaa1cb070949fa1e43362b0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2ab7978afc675ab9a81adb60711093d6b16c63a3beaa1cb070949fa1e43362b0" + sha256 cellar: :any_skip_relocation, sonoma: "c144e6f3df23944533fb2fe47026ee0d0a9163df3e5bc8f514433a15349af94b" + sha256 cellar: :any_skip_relocation, ventura: "c144e6f3df23944533fb2fe47026ee0d0a9163df3e5bc8f514433a15349af94b" + sha256 cellar: :any_skip_relocation, arm64_linux: "60e2367da81824834aae44a8559989670337c248d48a85ac78be1b20ec93b2f9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b46def26ae993132baef661e1e48d601e69bc26c1e9398e5f6b5b5caa7ebe356" end depends_on "node" From 38ac039c5733dd83b0c2beba90d1a46eafa484f4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 24 Jun 2025 23:00:30 +0000 Subject: [PATCH 09577/10074] libfaketime 0.9.12 Signed-off-by: Rui Chen libfaketime: add macos arm build patch Signed-off-by: Rui Chen --- Formula/lib/libfaketime.rb | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/Formula/lib/libfaketime.rb b/Formula/lib/libfaketime.rb index 56f03c87b7db6..dffff7e2bb674 100644 --- a/Formula/lib/libfaketime.rb +++ b/Formula/lib/libfaketime.rb @@ -1,13 +1,11 @@ class Libfaketime < Formula desc "Report faked system time to programs" homepage "https://github.com/wolfcw/libfaketime" - url "https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.10.tar.gz" - sha256 "729ad33b9c750a50d9c68e97b90499680a74afd1568d859c574c0fe56fe7947f" + url "https://github.com/wolfcw/libfaketime/archive/refs/tags/v0.9.12.tar.gz" + sha256 "4fc32218697c052adcdc5ee395581f2554ca56d086ac817ced2be0d6f1f8a9fa" license "GPL-2.0-only" head "https://github.com/wolfcw/libfaketime.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do sha256 arm64_sequoia: "bfd710155f5264eb161cb1b25858b737bca3981693b1dbbe0cebfc7f75edd1c7" sha256 arm64_sonoma: "1f61121e94582fee4405d79d0cea2216f9cc1f148b3b8a4b0a030eb23ee24c4b" @@ -31,6 +29,9 @@ class Libfaketime < Formula depends_on macos: :sierra end + # upstream bug report, https://github.com/wolfcw/libfaketime/issues/506 + patch :DATA + def install system "make", "PREFIX=#{prefix}", "install" end @@ -49,3 +50,19 @@ def install assert_match "1230106542", shell_output("TZ=UTC #{bin}/faketime -f '2008-12-24 08:15:42' ./test").strip end end + +__END__ +diff --git a/src/Makefile.OSX b/src/Makefile.OSX +index 405c021..dae9880 100644 +--- a/src/Makefile.OSX ++++ b/src/Makefile.OSX +@@ -72,8 +72,7 @@ LIB_LDFLAGS += -dynamiclib -current_version 0.9.12 -compatibility_version 0.7 + ARCH := $(shell uname -m) + + ifeq ($(ARCH),arm64) +- CFLAGS += -arch arm64e -arch arm64 +- CFLAGS += -fptrauth-calls -fptrauth-returns ++ CFLAGS += -arch arm64 + endif + + SONAME = 1 From d1ea8246007aa4fe077c92d95219952547981232 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:40:38 +0000 Subject: [PATCH 09578/10074] util-linux 2.41.1 Co-authored-by: Ruoyu Zhong --- Formula/u/util-linux.rb | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/Formula/u/util-linux.rb b/Formula/u/util-linux.rb index 2da7aa2c63217..c881dd5b2377f 100644 --- a/Formula/u/util-linux.rb +++ b/Formula/u/util-linux.rb @@ -1,8 +1,8 @@ class UtilLinux < Formula desc "Collection of Linux utilities" homepage "https://github.com/util-linux/util-linux" - url "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.4.tar.xz" - sha256 "5c1daf733b04e9859afdc3bd87cc481180ee0f88b5c0946b16fdec931975fb79" + url "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.1.tar.xz" + sha256 "be9ad9a276f4305ab7dd2f5225c8be1ff54352f565ff4dede9628c1aaa7dec57" license all_of: [ "BSD-3-Clause", "BSD-4-Clause-UC", @@ -35,6 +35,11 @@ class UtilLinux < Formula keg_only :shadowed_by_macos, "macOS provides the uuid.h header" + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "gettext" => :build + depends_on "gtk-doc" => :build + depends_on "libtool" => :build depends_on "pkgconf" => :build uses_from_macos "libxcrypt" @@ -55,14 +60,18 @@ class UtilLinux < Formula conflicts_with "rename", because: "both install `rename` binaries" end - # uuid_time function compatibility fix on macos - # upstream patch PR, https://github.com/util-linux/util-linux/pull/3013 + # bits: only build when cpu_set_t is available. Needed for `--disable-bits`. + # Remove when included in a stable release; when doing so, also remove + # `autoconf`, `automake`, `gettext`, `gtk-doc`, and `libtool` build deps and + # the `autoreconf` call in the `install` method. patch do - url "https://github.com/util-linux/util-linux/commit/9445f477cfcfb3615ffde8f93b1b98c809ee4eca.patch?full_index=1" - sha256 "7a7fe4d32806e59f90ca0eb33a9b4eb306e59c9c148493cd6a57f0dea3eafc64" + url "https://github.com/util-linux/util-linux/commit/45f943a4b36f59814cf5a735e4975f2252afac26.patch?full_index=1" + sha256 "b372a7578ff397787f37e1aa1c03c8299c9b3e3f7ab8620c4af68c93ab2103b5" end def install + system "autoreconf", "--force", "--install", "--verbose" + args = %W[--disable-silent-rules --disable-asciidoc --with-bashcompletiondir=#{bash_completion}] if OS.mac? @@ -70,6 +79,7 @@ def install # https://github.com/util-linux/util-linux/issues/2389 ENV.append_to_cflags "-D_XOPEN_SOURCE_EXTENDED" if MacOS.version <= :ventura + args << "--disable-bits" # does not build on macOS args << "--disable-ipcs" # does not build on macOS args << "--disable-ipcrm" # does not build on macOS args << "--disable-wall" # already comes with macOS From b15a8e268277df9c8827f9b03d16bf9de7016c6d Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Wed, 25 Jun 2025 04:44:27 +0000 Subject: [PATCH 09579/10074] signal-cli: update 0.13.16 bottle. --- Formula/s/signal-cli.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Formula/s/signal-cli.rb b/Formula/s/signal-cli.rb index 455661695dcb3..8d6ede7b4cd5c 100644 --- a/Formula/s/signal-cli.rb +++ b/Formula/s/signal-cli.rb @@ -6,9 +6,12 @@ class SignalCli < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, sonoma: "1e9c2dd77659b66ac94a9a43cea827b9b80d40a995abaa921f61fc717bb14038" - sha256 cellar: :any_skip_relocation, ventura: "9a3ff50c00bbe03a757eda04f2d7609b69ca05e99a150ec953055086ebc556fe" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cbe8302507efe35c4fd40ff369b5bcf5ca357c19d28165f3350f71d5f7e3ffd8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "94c0f7224c501f5bd3d90c250f22805674b67e4616e921048c9cd38774129089" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ed2e6d6911af53eeb52eeb0be084b98bb56be52ee78187e4c619be10a54976a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "08568dce336f06b657c0aeb65cdbc985044fa43ac3cb49f8c741f4c726419584" + sha256 cellar: :any_skip_relocation, sonoma: "1e9c2dd77659b66ac94a9a43cea827b9b80d40a995abaa921f61fc717bb14038" + sha256 cellar: :any_skip_relocation, ventura: "9a3ff50c00bbe03a757eda04f2d7609b69ca05e99a150ec953055086ebc556fe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cbe8302507efe35c4fd40ff369b5bcf5ca357c19d28165f3350f71d5f7e3ffd8" end depends_on "cmake" => :build # For `boring-sys` crate in `libsignal-client` From fe4a597e7403e31cfb6fd54b420637a1fdd0d339 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:52:12 +0000 Subject: [PATCH 09580/10074] assimp: update 6.0.2 bottle. --- Formula/a/assimp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/assimp.rb b/Formula/a/assimp.rb index 45fc680818051..ba5c84a58b7fb 100644 --- a/Formula/a/assimp.rb +++ b/Formula/a/assimp.rb @@ -15,13 +15,13 @@ class Assimp < Formula head "https://github.com/assimp/assimp.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "a43d70a501a16ef7b9f278cea4a99798d080395e5ea50e452c2e0bd0fb07006a" - sha256 cellar: :any, arm64_sonoma: "ec2d87fa225a09cb108f9611ed10e6fc9f3b86413373f1babd9bd2be94318939" - sha256 cellar: :any, arm64_ventura: "18cb56c4bd3dfdf3f2ede01a944edec69f92b90b97a50aa856fc69cceaef901b" - sha256 cellar: :any, sonoma: "8ba45ccc2774bc0e17f811f836406cb3d5fe129f4a3c087ac2250cc3ab064f69" - sha256 cellar: :any, ventura: "c1fc0889307ab26168df04ed10c1133055aaf123034350dbc2bdb3c7f475d078" - sha256 cellar: :any_skip_relocation, arm64_linux: "9d5254106aabf9cc5097670753afc657b9d93c3003bef4d46225038561c10e42" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6a995c5ba9d96c7ff5f1a34bc184bc213f404a1a4e9de7769cc5b4c60f120a29" + sha256 cellar: :any, arm64_sequoia: "6ab85fd16cd1f86fc8ee199e49d4f57d9b23eb0e2b598e32d1450913862506a8" + sha256 cellar: :any, arm64_sonoma: "3ce55f76aaeb9b538266dfc81622bf6e33e1d4fdf2aebf69e442369378830a95" + sha256 cellar: :any, arm64_ventura: "ed951286fbf3dc3362927d2698df086e7da7ed6ae9be2fd83f4fba310431266b" + sha256 cellar: :any, sonoma: "1b6514222b86287994281fd61e7d30e5a087ecf143fc3f190afb9fc17048f061" + sha256 cellar: :any, ventura: "69f5e3ac41175e81f7431ea19ca6514790ce82107f71a843f739042394d221f5" + sha256 cellar: :any_skip_relocation, arm64_linux: "7c781ef6fdfe87c1074960fd21abfa8e43c6ff35955b15b29a1e0ef0ceaf08f8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e96dbe0de6b786a99551d144173516e4ae104bacb2c20ee0bcabd6af405ef90" end depends_on "cmake" => :build From 6113169399a9a905459790cd6dc06904b9669cc2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:52:12 +0000 Subject: [PATCH 09581/10074] assimp@5: add 5.4.3 bottle. --- Formula/a/assimp@5.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/a/assimp@5.rb b/Formula/a/assimp@5.rb index 35a7dc1c29a66..90d7dbbacc459 100644 --- a/Formula/a/assimp@5.rb +++ b/Formula/a/assimp@5.rb @@ -18,6 +18,16 @@ class AssimpAT5 < Formula regex(/^v?(5(?:\.\d+)+)$/i) end + bottle do + sha256 cellar: :any, arm64_sequoia: "88b53d2e04bf2557a8b9231ccf1d7924bb55917003fe16872c8f864de930feb4" + sha256 cellar: :any, arm64_sonoma: "74157cf837ac90bb9378ba79f75d9cbf8f4a3db379da1dc5f03db3748e2e8a42" + sha256 cellar: :any, arm64_ventura: "1b1d4f11a3c83bb8a7565c877397c86d4a06c952d3b4b85d8a756ce25516059e" + sha256 cellar: :any, sonoma: "72f6ba4406def81da38c77507f259cd9a1f28b8efb14983ce7780007cd951391" + sha256 cellar: :any, ventura: "17173cbe629f6dc15c3aecd382391aadeb74abd6c374760ad6143a5c16410138" + sha256 cellar: :any_skip_relocation, arm64_linux: "1dddf2d65a2c8f08efb3a198cd825952be67dd8785da42725dd50cda9eead96a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "74fb37f50e5dea840d202a0b0cc5c8b5e7589128e5a294e23209ca131277ad43" + end + keg_only :versioned_formula depends_on "cmake" => :build From 32346bbd1e6c515b3f75f33eec0a47929bc8c639 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:52:12 +0000 Subject: [PATCH 09582/10074] coal: update 3.0.1_2 bottle. --- Formula/c/coal.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/coal.rb b/Formula/c/coal.rb index 7aabb7fa60c9c..5bcddcd6a786f 100644 --- a/Formula/c/coal.rb +++ b/Formula/c/coal.rb @@ -13,13 +13,13 @@ class Coal < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e2d87ef2038acd5dcf9756b87f66d478603dcf2e98bc7eba3aa8ed2455a326ad" - sha256 cellar: :any, arm64_sonoma: "f2ef50d3e832c5c63512cb927cc5a7a9e8624f9aa045e58a1433b62e54d9b295" - sha256 cellar: :any, arm64_ventura: "5915881cfc9032d711eba837fdbaa076ab45b23dffce110114778a2e65d6ce2a" - sha256 cellar: :any, sonoma: "28b03d78e18bca9541c8a186667a2cd59d9bf00c63011c7128af67451e7cb019" - sha256 cellar: :any, ventura: "51a4cd079554920b83c11f3177af2b2e4aa6d8496384dea819ada476163ab09f" - sha256 cellar: :any_skip_relocation, arm64_linux: "f7a0eee745edc2ab275d7e4ae8fa3a7a4f8cf565da49e94c7a51d6aedb6367ab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3909470b234c0176b176fc89c8378c2f778450cadadfe96cdf4a604d4534c5f" + sha256 cellar: :any, arm64_sequoia: "93c89b2873259086699a57459a415d65ddd1dfce265bd6c7de2ee8363eb150b7" + sha256 cellar: :any, arm64_sonoma: "9f81a45edd66ba140010c12490a6eb8b80ca8a54d6f83543493114196fb7f84a" + sha256 cellar: :any, arm64_ventura: "620f933d21f49c2c6bf839d51fec7a422b121954a1ab38afee108a23be4bf384" + sha256 cellar: :any, sonoma: "f72dc67fe2f95b217a2c38e24f1d4f72c9a2bc65df0e0d71673fe1186a054f4f" + sha256 cellar: :any, ventura: "7c7b5a8a8333d93f7dcd39f71c34c1c647c9c4f9d699d7dcccb6d3fbb0024eb8" + sha256 cellar: :any_skip_relocation, arm64_linux: "96cf06bd85207f780e6129df13d3c39fa76849dd9ffd5b200910905af72bfbc6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b0df7e903422fecd27c66c998d6b7ed694292527e5089d973bf6d75635ec60ce" end depends_on "cmake" => :build From acea2216c6bbde56f8ae56e71b2db89395404318 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:52:12 +0000 Subject: [PATCH 09583/10074] dartsim: update 6.15.0_3 bottle. --- Formula/d/dartsim.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dartsim.rb b/Formula/d/dartsim.rb index 11cfdd70f28f5..ab26accdc0b47 100644 --- a/Formula/d/dartsim.rb +++ b/Formula/d/dartsim.rb @@ -7,13 +7,13 @@ class Dartsim < Formula revision 3 bottle do - sha256 arm64_sequoia: "57838cb631dac3c85c350663acee1b0582481212eac4a029d00792b58da5f814" - sha256 arm64_sonoma: "5b6c0a008105e1a5b1d2d3f0b84dca6505775c363cc0ec7871e06173430da721" - sha256 arm64_ventura: "f76dce0bfcfceddd7b0cf4b1d73f283336935870a43d152b49b52a68602dfe8e" - sha256 sonoma: "5ca7f3fce898de34e1dc012ed0aee14a0b870667f03ff190a6856ff834990dc6" - sha256 ventura: "2e3acef9d48405a5ab2a3e3a1df04379774a483cfa20e9d130132da14ab0b083" - sha256 arm64_linux: "386afa41680de20b295b29113e38210427bfccec0702068caaad1e44e57b6429" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b659c3c5a28cf073ea7b3ab319f9f2e692de6da6c8aa3869dea0697d2d0ced6c" + sha256 arm64_sequoia: "08cf5126898fd7f596cccffd2a0ce99c204357d6ccf8e093ad14b2ef013f71f3" + sha256 arm64_sonoma: "9f219a59641b0d1342cbb1cf56e2b176af0b9eaad21962c871089bd074817fe4" + sha256 arm64_ventura: "317d051f7b314ade07bbd8d093cbd2085b9bb1d7d79fa2aaf95e591cd2698fff" + sha256 sonoma: "7d048de514214568a192e23735b6daf555e1bf32cd662a5ad3b278baa8310e0d" + sha256 ventura: "e5beb4c71d2eb2e7eb8438316bf5fe94bdfe7d9d258d7b02ac3072197343fdda" + sha256 arm64_linux: "73d102f2bac6599cf0da600e936ccdb6513bb04d9599d0eac504813217e64701" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1fd1bfc80c63ec633749e1e74c171342f4103db609a8304c75151c3dd31c4c2e" end depends_on "cmake" => :build From 833fb4c060ee8d09b59de3644fa311c6bcee1a1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:52:12 +0000 Subject: [PATCH 09584/10074] f3d: update 3.1.0_1 bottle. --- Formula/f/f3d.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/f/f3d.rb b/Formula/f/f3d.rb index 83291b43b0a91..92558bd43d59c 100644 --- a/Formula/f/f3d.rb +++ b/Formula/f/f3d.rb @@ -15,11 +15,11 @@ class F3d < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "3cf7594f417b1575afd2a80428189fd708fe539d6ebb759764836e3785c5bcc3" - sha256 cellar: :any, arm64_ventura: "9deccf081a9c0ab81f6e764cefd30ac53232904ce1437cc5cfa8cbafab5228fb" - sha256 cellar: :any, sonoma: "8b0d0226fcaee32f1533a8b99bd5c6a21825d7c5b2e96a8d399b1e76a2c4c4a6" - sha256 cellar: :any, ventura: "db66d845d431e65fa8f06a6cf60312145d41fc06a6324985ada6e7c7a0b68aa6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "09ff4aabb781e0b0bb4e57df1c04d8cf0a341e8a2473042cb779a3c2feaa31ed" + sha256 cellar: :any, arm64_sonoma: "4fbdb80d0a0fced279e3125ebfca0b0365c0855ba391098fdb79a1047ac3da12" + sha256 cellar: :any, arm64_ventura: "0f026b208a2584cb5ddce7166e2fa1dc41ace112e9f1636f9cf93f3da465bd49" + sha256 cellar: :any, sonoma: "9b4d9d512c52ef679af9c47a47b43518744d6713095a39d38f8eb57efef05b4a" + sha256 cellar: :any, ventura: "259f9de6738a739a0b871db3af4e655a0060df368b487ea9f02d331d82f3e9df" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8544f5f7c2f9675f70a6e05db9c9f5017cba9113ff7f813519350749bdd8dbe" end depends_on "cmake" => :build From 335aab9b966f92bfe8bd0854b4cf761536e7637a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:52:12 +0000 Subject: [PATCH 09585/10074] pioneer: update 20250501_1 bottle. --- Formula/p/pioneer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pioneer.rb b/Formula/p/pioneer.rb index c96b91b781939..af20a8aaa1575 100644 --- a/Formula/p/pioneer.rb +++ b/Formula/p/pioneer.rb @@ -8,13 +8,13 @@ class Pioneer < Formula head "https://github.com/pioneerspacesim/pioneer.git", branch: "master" bottle do - sha256 arm64_sequoia: "3f0963e3b117f8b462cd62d28d0d4d6508d3a3cb72a71f23049f938ce5df6a2c" - sha256 arm64_sonoma: "9b016db2cf4b55cf30719eebdada5c22714e2cff5e0af527f22396a189127ce1" - sha256 arm64_ventura: "6395cbe506ea3c1ce1df39cbde8bdd182e8283611befd8ee8669ee6c9c4cbc82" - sha256 sonoma: "b8db4414b2f2075a425ad8db7d8fbe1e2bcb62ad053c4b8bd28b02a43f0f784c" - sha256 ventura: "2ba87a5173d1a17393017efa27b5c7c3b28f9ab3d5e7c493ce25e45507c88395" - sha256 arm64_linux: "5392c601ef313258e8c2d24fe0cec56462216610a32993f951982e5b6e9700d4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ab19f4af575a7c78812be7530e593d02a1bd931db8f320153de1ecb94ed51f56" + sha256 arm64_sequoia: "574d8bbe6db0b59bc597150357e398b585d43a73fc0d42caa35065431940bdf3" + sha256 arm64_sonoma: "1435e6d5b33fa91933bf3fd78dc18bb77e049865b30cc39c2e2b69d09d6c258e" + sha256 arm64_ventura: "ae2dc446aff1982e591b87bfe6ba1f299d1a3d086efe948838a1af08e8adb0f1" + sha256 sonoma: "63abc82602c824bc4e5e481ca5614903adc120b7a4e4df580e37ca3d6a0b7366" + sha256 ventura: "7cae2e2ac52da2fbf163cc15c9d4e0b1f20e698eb084cd7ce29be948d3c313a5" + sha256 arm64_linux: "551fc6bc1f0ac03a7b11e03b9b39e0a9e17dcc6ce3e11b4bf83a4b819e8cbdb2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c6ab627311d3943bdafbde7f773e0fff0257267ae95753b4d720ed309fc2423" end depends_on "cmake" => :build From 2ead8adfc2cd9363caae8123efc7b7d8addaf80a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:52:13 +0000 Subject: [PATCH 09586/10074] qt: update 6.9.0_1 bottle. --- Formula/q/qt.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qt.rb b/Formula/q/qt.rb index f6db44d009b85..1c93dd000a71a 100644 --- a/Formula/q/qt.rb +++ b/Formula/q/qt.rb @@ -27,11 +27,11 @@ class Qt < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sonoma: "861acfe809369d19c8cbc923afa94c62f48784f087a150e09d3522e5eeb15f9e" - sha256 cellar: :any, arm64_ventura: "f30408e5e2a56aef97597398e4d552da3286b9fb45ba040e405291584009bea8" - sha256 cellar: :any, sonoma: "1cb92af62ec86c41bd6901428356fc8908ab98706a1f4b1e7791f09fd6cad498" - sha256 cellar: :any, ventura: "3f55e107498966094f5b47f6e729728c7cc97d503f9deed8c59d87ca9f69cfa4" - sha256 x86_64_linux: "0f25abc1c0b90ec910b12b3d5c4db85e77e5f0888a2a8446f2d2dc5c973ede78" + sha256 cellar: :any, arm64_sonoma: "71178e8d39b2d61ecd4077e26997a6ba813d3b0159cdb6e3ca8a1b615d6b1a2f" + sha256 cellar: :any, arm64_ventura: "57a2d1d83efa9804b2286df9ff9ff0ea80a058ead20a59f9478951e73876e318" + sha256 cellar: :any, sonoma: "cc1193691023ea31e664b5170685c2fdfec4016de0cefbc18cfe017ed31d7a0a" + sha256 cellar: :any, ventura: "9051e4898c848f50a3919aa026dc082b043ac5e0343d3032e3d25f85d6de3035" + sha256 x86_64_linux: "69b20bb5da2b644a0f96564833a4bdace8701fd40ca2208e7dc5916ecabb0d50" end depends_on "cmake" => [:build, :test] From da683578b611125f0d09b5224d53107d15709850 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:57:24 +0000 Subject: [PATCH 09587/10074] cloc 2.06 --- Formula/c/cloc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloc.rb b/Formula/c/cloc.rb index 7fa7e553ab957..f21774193f5ad 100644 --- a/Formula/c/cloc.rb +++ b/Formula/c/cloc.rb @@ -1,8 +1,8 @@ class Cloc < Formula desc "Statistics utility to count lines of code" homepage "https://github.com/AlDanial/cloc/" - url "https://github.com/AlDanial/cloc/archive/refs/tags/v2.04.tar.gz" - sha256 "3e6f25000d920fdee1a57575c185236286ab5e05fda7b6ab2e36c34f1bb6afbc" + url "https://github.com/AlDanial/cloc/archive/refs/tags/v2.06.tar.gz" + sha256 "10d78427fda66aaa10ec733adb03d910c49376fe9068aacebb17aa657a7a3a05" license "GPL-2.0-or-later" head "https://github.com/AlDanial/cloc.git", branch: "master" From 21a61d5143f9c14bcf90bf552ca4c7043963f016 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 05:01:26 +0000 Subject: [PATCH 09588/10074] fern-api 0.64.21 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 98306d1575f5e..39cad67284b1c 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.20.tgz" - sha256 "cc012cc43acb16c7c9d12e45defeca63f5d2497e34a23fcdf9c5599d138b558d" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.21.tgz" + sha256 "61a78203184667dcb86768756c167aca6f13a0381dfd1f2be5c58d9d0fe4b710" license "Apache-2.0" bottle do From 52466f801ba1c34912944530db975bc67719a323 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 05:02:29 +0000 Subject: [PATCH 09589/10074] frpc 0.63.0 --- Formula/f/frpc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/frpc.rb b/Formula/f/frpc.rb index db738f5136045..a56025ae425c8 100644 --- a/Formula/f/frpc.rb +++ b/Formula/f/frpc.rb @@ -1,8 +1,8 @@ class Frpc < Formula desc "Client app of fast reverse proxy to expose a local server to the internet" homepage "https://github.com/fatedier/frp" - url "https://github.com/fatedier/frp/archive/refs/tags/v0.62.1.tar.gz" - sha256 "d0513f1c08f7a6b31f91ddeca64ccdec43726c20d20103de5220055daa04b903" + url "https://github.com/fatedier/frp/archive/refs/tags/v0.63.0.tar.gz" + sha256 "e5269cf3d545a90fe3773dd39abe6eb8511f02c1dc0cdf759a65d1e776dc1520" license "Apache-2.0" head "https://github.com/fatedier/frp.git", branch: "dev" From b34bf6f025745e4d0f0ee0819915574c91a34435 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 05:02:37 +0000 Subject: [PATCH 09590/10074] frps 0.63.0 --- Formula/f/frps.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/frps.rb b/Formula/f/frps.rb index 1b8a74d7531b7..a1eeb2e7ea11c 100644 --- a/Formula/f/frps.rb +++ b/Formula/f/frps.rb @@ -1,8 +1,8 @@ class Frps < Formula desc "Server app of fast reverse proxy to expose a local server to the internet" homepage "https://github.com/fatedier/frp" - url "https://github.com/fatedier/frp/archive/refs/tags/v0.62.1.tar.gz" - sha256 "d0513f1c08f7a6b31f91ddeca64ccdec43726c20d20103de5220055daa04b903" + url "https://github.com/fatedier/frp/archive/refs/tags/v0.63.0.tar.gz" + sha256 "e5269cf3d545a90fe3773dd39abe6eb8511f02c1dc0cdf759a65d1e776dc1520" license "Apache-2.0" head "https://github.com/fatedier/frp.git", branch: "dev" From 8666b6b23b1c16772df8599f08bfb114208e45e0 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Wed, 25 Jun 2025 00:18:17 +1000 Subject: [PATCH 09591/10074] backgroundremover 0.3.4 (new formula) --- Formula/b/backgroundremover.rb | 162 +++++++++++++++++++++++++++++++++ pypi_formula_mappings.json | 4 + 2 files changed, 166 insertions(+) create mode 100644 Formula/b/backgroundremover.rb diff --git a/Formula/b/backgroundremover.rb b/Formula/b/backgroundremover.rb new file mode 100644 index 0000000000000..1a5cde3cda9ac --- /dev/null +++ b/Formula/b/backgroundremover.rb @@ -0,0 +1,162 @@ +class Backgroundremover < Formula + include Language::Python::Virtualenv + + desc "Remove background from images and video using AI" + homepage "https://github.com/nadermx/backgroundremover" + url "https://files.pythonhosted.org/packages/81/c9/5c7d668bea7bb5ae6e069afe33c19e55ae95975a87a7e3a5bbd3d6199f74/backgroundremover-0.3.4.tar.gz" + sha256 "c4ce35da0194138c115017dba9f5dae38b7e2bfcf15a413ef04d8ce01e66e214" + license "MIT" + + depends_on "certifi" + depends_on "ffmpeg" + depends_on "llvm@16" # LLVM 20 PR: https://github.com/numba/llvmlite/pull/1092 + depends_on "numpy" + depends_on "pillow" + depends_on "python@3.13" + depends_on "scikit-image" + depends_on "scipy" + depends_on "torchvision" + + on_linux do + depends_on "patchelf" => :build + end + + resource "charset-normalizer" do + url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz" + sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" + end + + resource "commandlines" do + url "https://files.pythonhosted.org/packages/b9/4c/d380f7f9aaa12175b189cfe087e823cd9aa2a99afc95a8d6e028142311c9/commandlines-0.4.1.tar.gz" + sha256 "86b650b78470ac95966d7b1a9d215c16591bccb34b28ae2bb9026c3b4166fd64" + end + + resource "decorator" do + url "https://files.pythonhosted.org/packages/43/fa/6d96a0978d19e17b68d634497769987b16c8f4cd0a7a05048bec693caa6b/decorator-5.2.1.tar.gz" + sha256 "65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360" + end + + resource "ffmpeg-python" do + url "https://files.pythonhosted.org/packages/dd/5e/d5f9105d59c1325759d838af4e973695081fbbc97182baf73afc78dec266/ffmpeg-python-0.2.0.tar.gz" + sha256 "65225db34627c578ef0e11c8b1eb528bb35e024752f6f10b78c011f6f64c4127" + end + + resource "filetype" do + url "https://files.pythonhosted.org/packages/bb/29/745f7d30d47fe0f251d3ad3dc2978a23141917661998763bebb6da007eb1/filetype-1.2.0.tar.gz" + sha256 "66b56cd6474bf41d8c54660347d37afcc3f7d1970648de365c102ef77548aadb" + end + + resource "future" do + url "https://files.pythonhosted.org/packages/a7/b2/4140c69c6a66432916b26158687e821ba631a4c9273c474343badf84d3ba/future-1.0.0.tar.gz" + sha256 "bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05" + end + + resource "hsh" do + url "https://files.pythonhosted.org/packages/88/dd/c04f9a56e374e7fe5a0ac5032d0a059ef7338485bcd2ae1a05115081c4e1/hsh-1.1.0.tar.gz" + sha256 "c04e43ac538feafb029dba3c4972207a704f5fcdf0ee271ebdddd03d96b5df85" + end + + resource "idna" do + url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz" + sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" + end + + resource "imageio" do + url "https://files.pythonhosted.org/packages/0c/47/57e897fb7094afb2d26e8b2e4af9a45c7cf1a405acdeeca001fdf2c98501/imageio-2.37.0.tar.gz" + sha256 "71b57b3669666272c818497aebba2b4c5f20d5b37c81720e5e1a56d59c492996" + end + + resource "imageio-ffmpeg" do + url "https://files.pythonhosted.org/packages/44/bd/c3343c721f2a1b0c9fc71c1aebf1966a3b7f08c2eea8ed5437a2865611d6/imageio_ffmpeg-0.6.0.tar.gz" + sha256 "e2556bed8e005564a9f925bb7afa4002d82770d6b08825078b7697ab88ba1755" + end + + resource "llvmlite" do + # Fetch from Git hash for compatibility with the new version of `numba` below. + # Use git checkout to avoid .gitattributes causing checksum changes and unknown version info + url "https://github.com/numba/llvmlite.git", + revision: "ca123c3ae2a6f7db865661ae509862277ec5d692" + end + + resource "more-itertools" do + url "https://files.pythonhosted.org/packages/ce/a0/834b0cebabbfc7e311f30b46c8188790a37f89fc8d756660346fe5abfd09/more_itertools-10.7.0.tar.gz" + sha256 "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" + end + + resource "moviepy" do + url "https://files.pythonhosted.org/packages/de/61/15f9476e270f64c78a834e7459ca045d669f869cec24eed26807b8cd479d/moviepy-2.2.1.tar.gz" + sha256 "c80cb56815ece94e5e3e2d361aa40070eeb30a09d23a24c4e684d03e16deacb1" + end + + resource "numba" do + # Fetch from Git hash for numpy 2.1 and python 3.13 compatibility. + # Use git checkout to avoid .gitattributes causing checksum changes and unknown version info + url "https://github.com/numba/numba.git", + revision: "391511bcb0b97af8d311cd276a46030774bc30b7" + end + + resource "proglog" do + url "https://files.pythonhosted.org/packages/c2/af/c108866c452eda1132f3d6b3cb6be2ae8430c97e9309f38ca9dbd430af37/proglog-0.1.12.tar.gz" + sha256 "361ee074721c277b89b75c061336cb8c5f287c92b043efa562ccf7866cda931c" + end + + resource "pymatting" do + url "https://files.pythonhosted.org/packages/35/43/cd7a82913dfde95dfb653efd09c7b394a76b3865570050b674a36fc0078c/pymatting-1.1.14.tar.gz" + sha256 "75e2ec1e346dbd564c9a2cc8229b134ec939f49008fa570025db30003d0c46fc" + end + + resource "pysocks" do + url "https://files.pythonhosted.org/packages/bd/11/293dd436aea955d45fc4e8a35b6ae7270f5b8e00b53cf6c024c83b657a11/PySocks-1.7.1.tar.gz" + sha256 "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" + end + + resource "python-dotenv" do + url "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz" + sha256 "a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab" + end + + resource "requests" do + url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz" + sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" + end + + resource "six" do + url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz" + sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" + end + + resource "tqdm" do + url "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz" + sha256 "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2" + end + + resource "urllib3" do + url "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz" + sha256 "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" + end + + resource "waitress" do + url "https://files.pythonhosted.org/packages/bf/cb/04ddb054f45faa306a230769e868c28b8065ea196891f09004ebace5b184/waitress-3.0.2.tar.gz" + sha256 "682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f" + end + + def install + ENV["LLVM_CONFIG"] = Formula["llvm@16"].opt_bin/"llvm-config" + + venv = virtualenv_install_with_resources + + # We depend on the formula below, but they are separate formula, so install a `.pth` file to link them. + # NOTE: This is an exception to our usual policy as building them is complicated + site_packages = Language::Python.site_packages(venv.root/"bin/python3") + torchvision_pth_contents = "import site; site.addsitedir('#{Formula["torchvision"].opt_libexec/site_packages}')\n" + (venv.site_packages/"homebrew-torchvision.pth").write torchvision_pth_contents + + skimage_pth_contents = "import site; site.addsitedir('#{Formula["scikit-image"].opt_libexec/site_packages}')\n" + (venv.site_packages/"homebrew-scikit-image.pth").write skimage_pth_contents + end + + test do + system bin/"backgroundremover", "-i", test_fixtures("test.jpg"), "-o", testpath/"output.png" + assert_path_exists testpath/"output.png" + end +end diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index 1b4aa3f92b477..6d1f7c0146105 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -98,6 +98,10 @@ "badkeys": { "exclude_packages": ["cryptography"] }, + "backgroundremover": { + "exclude_packages": ["certifi", "numpy", "torch", "torchvision", "pillow", "scipy", "scikit-image"], + "extra_packages": ["imageio"] + }, "bagels": { "exclude_packages": ["numpy"] }, From 16e2f72a84fa845c017760e30fd128e3c15d766a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 05:23:08 +0000 Subject: [PATCH 09592/10074] frpc: update 0.63.0 bottle. --- Formula/f/frpc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/frpc.rb b/Formula/f/frpc.rb index a56025ae425c8..0a319e576d346 100644 --- a/Formula/f/frpc.rb +++ b/Formula/f/frpc.rb @@ -7,13 +7,13 @@ class Frpc < Formula head "https://github.com/fatedier/frp.git", branch: "dev" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "03d8fc5b6b3824a3bedeb16ec8143e323713f9be8a27dc1c2ff4d0074e52dc13" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "03d8fc5b6b3824a3bedeb16ec8143e323713f9be8a27dc1c2ff4d0074e52dc13" - sha256 cellar: :any_skip_relocation, arm64_ventura: "03d8fc5b6b3824a3bedeb16ec8143e323713f9be8a27dc1c2ff4d0074e52dc13" - sha256 cellar: :any_skip_relocation, sonoma: "fbf2624e561538a9b840afbef0e5d7a60c26dd0b7bf4b2f41d96c03136a006b4" - sha256 cellar: :any_skip_relocation, ventura: "fbf2624e561538a9b840afbef0e5d7a60c26dd0b7bf4b2f41d96c03136a006b4" - sha256 cellar: :any_skip_relocation, arm64_linux: "16bf7f6bbf18503d86f6ec7a3e007cd16422b329a8d25a8d74e537996d9bba6a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1cc7c7b3d48585edd09aabb7d4042c4cee5d6f3bf05c3e405d1b597022503237" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "df72c0a8e47c443bc47cd6a2313c9791fe0686cf049dfd09c6d641aa28e2653f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "df72c0a8e47c443bc47cd6a2313c9791fe0686cf049dfd09c6d641aa28e2653f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "df72c0a8e47c443bc47cd6a2313c9791fe0686cf049dfd09c6d641aa28e2653f" + sha256 cellar: :any_skip_relocation, sonoma: "1b520db6738c546e973ded73acb9a3e4edb4383c15861c9430ccbd9ac5901cf1" + sha256 cellar: :any_skip_relocation, ventura: "1b520db6738c546e973ded73acb9a3e4edb4383c15861c9430ccbd9ac5901cf1" + sha256 cellar: :any_skip_relocation, arm64_linux: "a9797b982d2fbf14e996b57f7fa4875997aa52e700aec32a36ff408877be437b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "45c0d4ee291bf23b9a3eaa278c21f15fd2bfc23f416c67176c2e2af93870d311" end depends_on "go" => :build From 69f5fb1963d13664be6ac5860f3aa9919264d22c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 05:23:29 +0000 Subject: [PATCH 09593/10074] fern-api: update 0.64.21 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 39cad67284b1c..f24b6578906c6 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "d23a22066f194c0a143c6735ed7be2e76282b5a5b5d9f8e6fd1cb297b97de559" + sha256 cellar: :any_skip_relocation, all: "818bda6caac47f3548a7647dc72c12849b27c38c1aa10fa935017e32f5f3d76f" end depends_on "node" From 0f24e3d25a8324a196afabf9033a361dec8618c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 05:23:46 +0000 Subject: [PATCH 09594/10074] frps: update 0.63.0 bottle. --- Formula/f/frps.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/frps.rb b/Formula/f/frps.rb index a1eeb2e7ea11c..0f680e2c4ff39 100644 --- a/Formula/f/frps.rb +++ b/Formula/f/frps.rb @@ -7,13 +7,13 @@ class Frps < Formula head "https://github.com/fatedier/frp.git", branch: "dev" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9807680d72d0c8d50be80a36b04827928aa0eeacc424931307b741a93b30522" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9807680d72d0c8d50be80a36b04827928aa0eeacc424931307b741a93b30522" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d9807680d72d0c8d50be80a36b04827928aa0eeacc424931307b741a93b30522" - sha256 cellar: :any_skip_relocation, sonoma: "f9c83a1cdb2d1a589352522fa297418e4eedf86b25a29f20a12f386b52e20fed" - sha256 cellar: :any_skip_relocation, ventura: "f9c83a1cdb2d1a589352522fa297418e4eedf86b25a29f20a12f386b52e20fed" - sha256 cellar: :any_skip_relocation, arm64_linux: "9827cf86b8f3040d5b552ed5dedc24d7d770db22bcf9ff0c5c3db08e0a205491" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1f80a9d6592bde266142dc3be2d572e8095635d6a641290ee10788e1f97a703a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "035d2bbb428e68047e3ea543122c367c402cb9a3dbc5c5b22deebecbd78e8f70" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "035d2bbb428e68047e3ea543122c367c402cb9a3dbc5c5b22deebecbd78e8f70" + sha256 cellar: :any_skip_relocation, arm64_ventura: "035d2bbb428e68047e3ea543122c367c402cb9a3dbc5c5b22deebecbd78e8f70" + sha256 cellar: :any_skip_relocation, sonoma: "34472a027798177700bce769f92ab6a16a715b8be996ffcbacf1069e7f60ee98" + sha256 cellar: :any_skip_relocation, ventura: "34472a027798177700bce769f92ab6a16a715b8be996ffcbacf1069e7f60ee98" + sha256 cellar: :any_skip_relocation, arm64_linux: "2f0fed08cae5550779d53c55f9bc53e53f3de5693148be9818a33ad0893dd991" + sha256 cellar: :any_skip_relocation, x86_64_linux: "60988fbbf497e623a36dd865cfd9916e45c3a59ef84e8e38ca662a59191b010c" end depends_on "go" => :build From 3bcb84f70992e6a7ef60680575419d10be5df7d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:00:08 +0000 Subject: [PATCH 09595/10074] deno 2.3.7 Co-authored-by: Ruoyu Zhong --- Formula/d/deno.rb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Formula/d/deno.rb b/Formula/d/deno.rb index 749d5fa5888d8..95cd10f11ee88 100644 --- a/Formula/d/deno.rb +++ b/Formula/d/deno.rb @@ -1,8 +1,8 @@ class Deno < Formula desc "Secure runtime for JavaScript and TypeScript" homepage "https://deno.com/" - url "https://github.com/denoland/deno/releases/download/v2.3.3/deno_src.tar.gz" - sha256 "1a0f6b294a02d3d43c84ee085f1b6d63452fd3899de7dc80e4c03ea8b9d73801" + url "https://github.com/denoland/deno/releases/download/v2.3.7/deno_src.tar.gz" + sha256 "6ca9f626931aa88c57d0f124fffac1d5682885e3b8ad34b8b90924757fffb0cf" license "MIT" head "https://github.com/denoland/deno.git", branch: "main" @@ -40,14 +40,17 @@ def llvm end def install - # Avoid vendored dependencies. inreplace "Cargo.toml" do |s| + # https://github.com/Homebrew/homebrew-core/pull/227966#issuecomment-3001448018 + s.gsub!(/^lto = true$/, 'lto = "thin"') + + # Avoid vendored dependencies. s.gsub!(/^libffi-sys = "(.+)"$/, 'libffi-sys = { version = "\\1", features = ["system"] }') s.gsub!(/^rusqlite = { version = "(.+)", features = \["unlock_notify", "bundled", "session"/, 'rusqlite = { version = "\\1", features = ["unlock_notify", "session"') end - inreplace "resolvers/npm_cache/Cargo.toml", + inreplace "libs/npm_cache/Cargo.toml", 'flate2 = { workspace = true, features = ["zlib-ng-compat"] }', "flate2 = { workspace = true }" From f29c44c476bfa5e6fe8ed0602d3db09058ee65dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 May 2025 17:26:01 +0000 Subject: [PATCH 09596/10074] systemd 257.6 Co-authored-by: Ruoyu Zhong --- Formula/s/systemd.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/s/systemd.rb b/Formula/s/systemd.rb index 8a622529aae14..07fa81dde57b9 100644 --- a/Formula/s/systemd.rb +++ b/Formula/s/systemd.rb @@ -3,8 +3,8 @@ class Systemd < Formula desc "System and service manager" homepage "https://systemd.io" - url "https://github.com/systemd/systemd/archive/refs/tags/v257.5.tar.gz" - sha256 "4d65f9482608cf9f7823df42a6d7796f0e0dfcfb94301df75effff86d40da33e" + url "https://github.com/systemd/systemd/archive/refs/tags/v257.6.tar.gz" + sha256 "1ac656c61e595cc6e653883d554caadd2053f323d9065c0daff69f83368b120c" license all_of: [ # Main license is LGPL-2.1-or-later while systemd-udevd is GPL-2.0-or-later "LGPL-2.1-or-later", @@ -63,8 +63,8 @@ class Systemd < Formula end resource "lxml" do - url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8/lxml-5.3.1.tar.gz" - sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" + url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz" + sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" end resource "markupsafe" do @@ -111,6 +111,6 @@ def install end test do - assert_match "temporary: /tmp", shell_output(bin/"systemd-path") + assert_match %r{temporary: (/var)?/tmp}, shell_output(bin/"systemd-path") end end From 42a67b125a585c1b6095e6c7889db19c22be0c53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 06:51:14 +0000 Subject: [PATCH 09597/10074] node@22: update 22.17.0 bottle. --- Formula/n/node@22.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/node@22.rb b/Formula/n/node@22.rb index b6a86d1a5b99d..bfc799cdd412d 100644 --- a/Formula/n/node@22.rb +++ b/Formula/n/node@22.rb @@ -11,13 +11,13 @@ class NodeAT22 < Formula end bottle do - sha256 arm64_sequoia: "f6a34ddf910b7f3ba4b611789063aadaae4620b7d6277d4f0ee078d6ec88987f" - sha256 arm64_sonoma: "0e3bca28afec6f2686dc8a48026fbdc3d2a2e926ef430bd76f25535ceb2dfa87" - sha256 arm64_ventura: "7b9e5801dcfa72870f178cb5c2c13888f385497fc90451f925cd325820190436" - sha256 sonoma: "ea2bf865b706b2983dd6a62384ff89640707b849b5de120c952ccd4bc334af48" - sha256 ventura: "a9e0914ae5626bee58bb6576635224c50e68c85dbc9489598ef3af98211a647e" - sha256 arm64_linux: "595dad3006df8ec2657b406da944852630babc5648603bb2a22d4ed95b19336a" - sha256 x86_64_linux: "7a651c186e7fbff474c3233d3030823694cd6cf85d6cb04640e064987dbf8626" + sha256 arm64_sequoia: "4e4642df24621c3682900e6e7476939255b9241d3851c7459a99dd1404049cde" + sha256 arm64_sonoma: "73241aa2c6b4ebc092778a2cb3ac07096bc93b36651ab65b712e856c39686a74" + sha256 arm64_ventura: "b7291ce913965729921de96a58c4bb905ac427d2c16ecf04ad936e04f3f9a80b" + sha256 sonoma: "59c5e3daab08a34630b514e586df80fbf24c057a876317f159c17b42864c7b97" + sha256 ventura: "bd1afd21c9200ba1ab868007a3da6fa6d12f44f47c698cda6e6931d8950d2e22" + sha256 arm64_linux: "9f9a24c951fc167d8319c01f935e4e7a13b404964443f379d5d8e72b9907c71a" + sha256 x86_64_linux: "a40db2d330534e1c319e6782a99b59d54b4de289594c1882f1ec623e6562c4b7" end keg_only :versioned_formula From 80f55e6a041cfd8bb6aa853f2dde9c17525f8f99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 07:07:56 +0000 Subject: [PATCH 09598/10074] cloc: update 2.06 bottle. --- Formula/c/cloc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloc.rb b/Formula/c/cloc.rb index f21774193f5ad..193713ce00224 100644 --- a/Formula/c/cloc.rb +++ b/Formula/c/cloc.rb @@ -7,13 +7,13 @@ class Cloc < Formula head "https://github.com/AlDanial/cloc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8283f66cc2a29eb0503f0d6ec5da6d032f8333d6792e969aaebd34149983292" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8283f66cc2a29eb0503f0d6ec5da6d032f8333d6792e969aaebd34149983292" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ddc04e8018a88a4506d58d5e1024da139c7e228584aba582dfc14e6a1afb12ab" - sha256 cellar: :any_skip_relocation, sonoma: "c20ebdf0cc4416b16cfbf89cda60ea4fd9b094ef4fd0aea3f61819248f589e9d" - sha256 cellar: :any_skip_relocation, ventura: "cabab725242716b2f3d908c0fe861d9175870305d9c5ab1d86d1ebfe0f584ea5" - sha256 cellar: :any_skip_relocation, arm64_linux: "273d53ef9f8f29740f74ed543e2a1d5ccfe1248483bd7ff2454e90f07fcd9624" - sha256 cellar: :any_skip_relocation, x86_64_linux: "91b5211f50ed444d66a1de4f851af9d180c7add1c443c3f7b294b8eddc55a5f6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe4188eee9b775b155e22cfa70c45df2b98e3873acc2ecde4680b8ad60605167" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe4188eee9b775b155e22cfa70c45df2b98e3873acc2ecde4680b8ad60605167" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dea4656e3a2afbd9e1b794a2af5293107474e0d3ddb2effc35d7c22af4f22484" + sha256 cellar: :any_skip_relocation, sonoma: "26e3648038206fb1275209efb8ecea59f898935edc39a2664b5bc1aeb558a78c" + sha256 cellar: :any_skip_relocation, ventura: "a65608ead2dfd9c37c0b752029d0b1183d6c1f95221f87fce919b082a82ea1fa" + sha256 cellar: :any_skip_relocation, arm64_linux: "592d22654dfd545f6145e652023aa00b13c977d0fb9e5ddeffb016ad2e109b77" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6091233b75cdeb91a58b8aca46b325c9e9b9778c9ac57549a9675f525fdca30d" end uses_from_macos "perl" From 0a579901ab17c452100e6222eb7c005f3d878468 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 07:08:24 +0000 Subject: [PATCH 09599/10074] libfaketime: update 0.9.12 bottle. --- Formula/lib/libfaketime.rb | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Formula/lib/libfaketime.rb b/Formula/lib/libfaketime.rb index dffff7e2bb674..b7d12b79637cd 100644 --- a/Formula/lib/libfaketime.rb +++ b/Formula/lib/libfaketime.rb @@ -7,18 +7,13 @@ class Libfaketime < Formula head "https://github.com/wolfcw/libfaketime.git", branch: "master" bottle do - sha256 arm64_sequoia: "bfd710155f5264eb161cb1b25858b737bca3981693b1dbbe0cebfc7f75edd1c7" - sha256 arm64_sonoma: "1f61121e94582fee4405d79d0cea2216f9cc1f148b3b8a4b0a030eb23ee24c4b" - sha256 arm64_ventura: "7f785f03ad7e595192943ab0857be128021577226f265f59f1427812a844d160" - sha256 arm64_monterey: "5e1401f985723d43a90e1789f6e765832245d1c9a70de598a978f0a4d06b4ea8" - sha256 arm64_big_sur: "8f8f919d1e7fcce1610432468d8b5a73209b863df199ea6c2faf3a541e526ade" - sha256 sonoma: "f96cbea8d4f2254f1a6aaed12b48a18c39a16b0da947380799b363ee161d5841" - sha256 ventura: "c0a4c19fab989e38a1dfefa0caef9ebf3a6f75d038b6f725aca7800482337857" - sha256 monterey: "0ec1aa518fba8d2e20ff358fdeac7ab640488eeb47dcbdf7900601d53c79b7ce" - sha256 big_sur: "d852f9c059965fb8750e5202c6b59ed6806dbc19d0aac339dfec71cca3856dbc" - sha256 catalina: "c826fdd7a0b8b1be7a8957665ddf3403bbc9e12f9da052a616e714c80c429602" - sha256 arm64_linux: "12776ac58f5b2a9c124452dda8c7eb796dace45efff485921461264f2b5d62c0" - sha256 x86_64_linux: "a30d8e38cbe2d90d06ceb803a766750c07c5b2034931db350b6eca7879343eae" + sha256 arm64_sequoia: "c030c10a9d07fc14da42e60bcc11d8a376439b7bffd59e419bbb76abd82727f9" + sha256 arm64_sonoma: "6e77335420fdca3480dbe4a8d8c208700d098986d2a1919b090d18e894ee1f68" + sha256 arm64_ventura: "ce35c8e69155c44bb30e3966ad6f61d4f8b6e6d4d75205f9d243cf1fea4b92f1" + sha256 sonoma: "73638e62bae905cfe0e2484f8c8a0a01ad064cdd68c5c55b8708a2ee8ebe9720" + sha256 ventura: "fb1d11b731aaf10df060a0a3b1376f55cd1e37924494ff20732bd62db0a3ff7d" + sha256 arm64_linux: "600785347f8e59a106e286b38c4fd82a2ba422be0fd6d453baf8d71179f56da4" + sha256 x86_64_linux: "feb25281dd8aec835459b0381734f5a2cd877738c23da58d636d2b7d95bc9a0f" end on_macos do From f57dcd14c08ba7588b85c6cc383ecf91aea0ede8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 07:53:07 +0000 Subject: [PATCH 09600/10074] cdk8s 2.200.111 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index e41921ca32803..5d35b3137ea2b 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.110.tgz" - sha256 "84fcb17555e5ebe2ea86d627b66daec84e18b9798362206e84b924085b210a93" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.111.tgz" + sha256 "f15d94a9a72bc45fa18fe1e1e9b50adbd38cef9e166c503c76e26b887dfeb363" license "Apache-2.0" bottle do From ccbb6cbe2175b08b03995165d104a28c44202915 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:05:01 +0000 Subject: [PATCH 09601/10074] jackett 0.22.2054 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 53fdb611845d5..d5517cde7b62c 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2052.tar.gz" - sha256 "2e585e7a459f5b67db9bd7c9c13b20ec103c7db0957538575f0c4bf92d8f2d91" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2054.tar.gz" + sha256 "51074991eb5b0343cd3c2929e62f28e25291e55a8d42fa5973b6d1b526ae0cfc" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 969f6fc955313ae693edc1b374b5aff3a4423a8e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:06:03 +0000 Subject: [PATCH 09602/10074] kingfisher 1.12.0 --- Formula/k/kingfisher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index d63cc42dc888f..b9ed118cd88a1 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -1,8 +1,8 @@ class Kingfisher < Formula desc "MongoDB's blazingly fast secret scanning and validation tool" homepage "https://github.com/mongodb/kingfisher" - url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.11.0.tar.gz" - sha256 "89620091e07cd340e8f2c3653254bf2ea1d3aad1f921999d0b44dbf7453d29e7" + url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.12.0.tar.gz" + sha256 "654b005b8163cf1626426c66b233e51583f6eb2b1287dd5766e240539a38f9cd" license "Apache-2.0" bottle do From 3ced8c20e9b310758938151c081617427451d974 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:06:35 +0000 Subject: [PATCH 09603/10074] kumactl 2.11.1 --- Formula/k/kumactl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kumactl.rb b/Formula/k/kumactl.rb index c005f77d0d516..6f1af07d2fec7 100644 --- a/Formula/k/kumactl.rb +++ b/Formula/k/kumactl.rb @@ -1,8 +1,8 @@ class Kumactl < Formula desc "Kuma control plane command-line utility" homepage "https://kuma.io/" - url "https://github.com/kumahq/kuma/archive/refs/tags/2.11.0.tar.gz" - sha256 "1887e12a27b779d41111347bc5181573165cf6063bbcd622b50977d26c4e2a59" + url "https://github.com/kumahq/kuma/archive/refs/tags/2.11.1.tar.gz" + sha256 "0a18d919efdbaae3ca725aa9c33fe7441e99d7ba230b84145f90018f1c00b267" license "Apache-2.0" head "https://github.com/kumahq/kuma.git", branch: "master" From 4624a772148a4bcfdf5d0d4305ea51305b8c4bac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:11:54 +0000 Subject: [PATCH 09604/10074] deno: update 2.3.7 bottle. --- Formula/d/deno.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/deno.rb b/Formula/d/deno.rb index 95cd10f11ee88..42e2d0d7b6a52 100644 --- a/Formula/d/deno.rb +++ b/Formula/d/deno.rb @@ -7,13 +7,13 @@ class Deno < Formula head "https://github.com/denoland/deno.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "07432bd06d78ad5d270b85b9f35273d2911c4a0a554c1460d8cc9eacdaf119bf" - sha256 cellar: :any, arm64_sonoma: "74d46c737a7be9028b564c54340244352327372662778e38de916f2d8849fc92" - sha256 cellar: :any, arm64_ventura: "a99890b56dffe5e0d71a1dc79d749e79b0c232d3c3efb5edbcc524ab734ee295" - sha256 cellar: :any, sonoma: "316c3b8a630cc3f6ef42411b0bd72704df5a767adb97ebb4d795258176063836" - sha256 cellar: :any, ventura: "918029d1791093215b965fbe670b6a7ae40b84ee17b412548f94e77f89f0afaa" - sha256 cellar: :any_skip_relocation, arm64_linux: "17250ba597369f378ad533124ff1364e9fb7b47262d23a582d3f7db8dad8477c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "453a4a5031669ca0f831bb022cbee922a9fd1c580349875555ab5ee548c2c646" + sha256 cellar: :any, arm64_sequoia: "f0b1a491adb767022a564bebd8c504e3b3929424b77f6ad12b42676d79937947" + sha256 cellar: :any, arm64_sonoma: "e01880f07ad28183c1d4ec0e620d2cc8777cd12e074f8b2c7056690b3910a6a7" + sha256 cellar: :any, arm64_ventura: "0527f634cccbc3b64573561fb08ba783a3cba375336c4af612f826de217a07ae" + sha256 cellar: :any, sonoma: "ba10a21f6c828c674911801da27268c7d4099aeba626e92472b4a46b1ad9522b" + sha256 cellar: :any, ventura: "c2634765edc2bc5c5d1403bb35c068aabaf4af2d00ff2b513545578fc4e4b756" + sha256 cellar: :any_skip_relocation, arm64_linux: "ac2d4d149ec587a35bea93aad98901983c0dce84f7d85944834e2b442d0237ef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "163f83fcec00e7db70786808defbbdc48b057e1d30b0fb4655d0f403338b6a6f" end depends_on "cmake" => :build From b9ba8ba1ed06106c61d5e16db5ba7a88b39f8c87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:17:15 +0000 Subject: [PATCH 09605/10074] prettier 3.6.1 --- Formula/p/prettier.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/prettier.rb b/Formula/p/prettier.rb index 15b510591a05b..761ae769c2b43 100644 --- a/Formula/p/prettier.rb +++ b/Formula/p/prettier.rb @@ -1,8 +1,8 @@ class Prettier < Formula desc "Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML" homepage "https://prettier.io/" - url "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz" - sha256 "beef60291daec2fb569e300117ae380d3dba81cd248496ac66e50042b8686c31" + url "https://registry.npmjs.org/prettier/-/prettier-3.6.1.tgz" + sha256 "0047d03b48293cc1c71f09c0e1043d198c75da4093c3aa4759b04ecde5728224" license "MIT" head "https://github.com/prettier/prettier.git", branch: "main" From cd765804671df92498a2dada6b4d7176a0e4e4b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:19:27 +0000 Subject: [PATCH 09606/10074] renovate 41.9.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 3591d4b7afec1..fac4dd75778d7 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.8.0.tgz" - sha256 "4100add80c448427337c7ce765df8905cd06d8e651ba40f7e8edb71b01feabba" + url "https://registry.npmjs.org/renovate/-/renovate-41.9.0.tgz" + sha256 "6e3d6680bf9443d6f5f9f1b32d3ffaa8a0d8e88765c19b666185f667eea37b3f" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 08a62cc3e4766dcf53d4b414c04c931d466077c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:24:22 +0000 Subject: [PATCH 09607/10074] templ 0.3.906 --- Formula/t/templ.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/templ.rb b/Formula/t/templ.rb index fc0f1d59f9422..67f820610598c 100644 --- a/Formula/t/templ.rb +++ b/Formula/t/templ.rb @@ -1,8 +1,8 @@ class Templ < Formula desc "Language for writing HTML user interfaces in Go" homepage "https://templ.guide" - url "https://github.com/a-h/templ/archive/refs/tags/v0.3.898.tar.gz" - sha256 "7b957bab2ec9d77a1155f7134429feb832aff6684258566c46d21044bcb97104" + url "https://github.com/a-h/templ/archive/refs/tags/v0.3.906.tar.gz" + sha256 "0a31891f20448209a232beb35edb30892fdd49b43efb119eddd4488b71d5731f" license "MIT" bottle do From 34a2a63a0b4a9c7d0d456c11b2c712576e3a55be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:24:40 +0000 Subject: [PATCH 09608/10074] terragrunt 0.82.0 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index a3daf9158aaf8..c10b7fe943083 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.81.10.tar.gz" - sha256 "54813762ae2fe8668b8b90c4436a1d3761e5f2faddeef0ef32273d938399dc74" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.82.0.tar.gz" + sha256 "cb2aa1449101e357a6d7797780407167ef4eb8e7a2b83b91e8fbc92c43214c8d" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 4a51578e637b5936a25ed85b32c06495a922a434 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:10:23 +0000 Subject: [PATCH 09609/10074] prettier: update 3.6.1 bottle. --- Formula/p/prettier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/prettier.rb b/Formula/p/prettier.rb index 761ae769c2b43..504bb65909c09 100644 --- a/Formula/p/prettier.rb +++ b/Formula/p/prettier.rb @@ -7,7 +7,7 @@ class Prettier < Formula head "https://github.com/prettier/prettier.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "5399d3e5e5aa3206987f586a2dd24f5126ae693a964a4b4dbed8dbb7f62a9875" + sha256 cellar: :any_skip_relocation, all: "37e712f4d269a9977236aaad2f35aee275b1ab6cb105e3d2f8720f2279d8e802" end depends_on "node" From 0a30d24c6f6dccaa0804728e55fc075e15e45078 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:10:26 +0000 Subject: [PATCH 09610/10074] templ: update 0.3.906 bottle. --- Formula/t/templ.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/templ.rb b/Formula/t/templ.rb index 67f820610598c..4c5dbe09ce787 100644 --- a/Formula/t/templ.rb +++ b/Formula/t/templ.rb @@ -6,12 +6,12 @@ class Templ < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c996089deed3bed467992b73b22e24e93f3f0318ab01a0693e217499a59652e5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c996089deed3bed467992b73b22e24e93f3f0318ab01a0693e217499a59652e5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c996089deed3bed467992b73b22e24e93f3f0318ab01a0693e217499a59652e5" - sha256 cellar: :any_skip_relocation, sonoma: "c77ceac08bd26e98c4d1857ee1161e8d52687d92a3bbd4d9a16f793b78778729" - sha256 cellar: :any_skip_relocation, ventura: "c77ceac08bd26e98c4d1857ee1161e8d52687d92a3bbd4d9a16f793b78778729" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3ae81640e92aa900cea2ed0b25e4c38cd519496a8b6c6ac905e402ec7a76ea1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2369906ae3f750d3094635fe33c8ae3ec0b5d5e646c44602b8665258eeb2dab" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2369906ae3f750d3094635fe33c8ae3ec0b5d5e646c44602b8665258eeb2dab" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c2369906ae3f750d3094635fe33c8ae3ec0b5d5e646c44602b8665258eeb2dab" + sha256 cellar: :any_skip_relocation, sonoma: "a317b26c379fdf6a72ed54d818794498d1475a14e598c4c04273414393f84051" + sha256 cellar: :any_skip_relocation, ventura: "a317b26c379fdf6a72ed54d818794498d1475a14e598c4c04273414393f84051" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc29e24659c290f61effc35212affd5b4540ba4dbcd5402e25290c1374d8f9cd" end depends_on "go" => :build From 8336b6ab30d11542d946ab87ac9b9701f50b04fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:10:27 +0000 Subject: [PATCH 09611/10074] jackett: update 0.22.2054 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index d5517cde7b62c..e8e0fe7f3f8cc 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "7fd59cd7efa542a156fb63643584dc9c45dc605acbf94442e84032cef406a095" - sha256 cellar: :any, arm64_sonoma: "65cf40776c8f12811a0419e45141838a9d5f936a5986eabe325fcab85f50caaa" - sha256 cellar: :any, arm64_ventura: "90250420d8b197782600140e111b5cf8315d7cbb5db611f5c93ad58dffcf89a3" - sha256 cellar: :any, ventura: "edbfafa5a846ef034ac943a19855419fdfe3d59a7b1da16beaae79fb096e2751" - sha256 cellar: :any_skip_relocation, arm64_linux: "bbc1fd5c11b7cacdecbaeae70688591ece5e8addfc32139a69cbee90c8246ba4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf7b861b0682297b5ea31ca49dafcf0ee2c46d4f326502519ea459fcf67a470f" + sha256 cellar: :any, arm64_sequoia: "2a5552783b601e00dc80fe0f0bc12c9c70a4fd3600e5e0ebcf080ac288c28737" + sha256 cellar: :any, arm64_sonoma: "6d09a085cfdae0ae7b13d949eb0aee6c58939fc2de0ca0aaac02f59e5694f1f7" + sha256 cellar: :any, arm64_ventura: "23cf9c6ea95e2a9ff9d1243855a73a33af0c294f4bdb8a6d4eedb728c6e7adf1" + sha256 cellar: :any, ventura: "a84f7a30ce3291d0b35200a0778db1644ccd0ee0bf668bf81810b37ad9d2ecb8" + sha256 cellar: :any_skip_relocation, arm64_linux: "80fafa1e5ceaa5ad8ea04e5712cb107a82c21fe714556bc38824b2a1f9c9df69" + sha256 cellar: :any_skip_relocation, x86_64_linux: "92313d574ec172ebc879cc6c50b120278cddfc461d93c71a36348a65fd9186de" end depends_on "dotnet@8" From 495107c775b1cf3c2eff94b0cea8acf9e96f2e92 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:10:28 +0000 Subject: [PATCH 09612/10074] kumactl: update 2.11.1 bottle. --- Formula/k/kumactl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kumactl.rb b/Formula/k/kumactl.rb index 6f1af07d2fec7..30257846f2885 100644 --- a/Formula/k/kumactl.rb +++ b/Formula/k/kumactl.rb @@ -12,12 +12,12 @@ class Kumactl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a14f8ecde3f956668c5a413efefaf62901e1af6bae83675be8192036ad93acb4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aec60ed322e4f7ad6646aefb1ba2393828d4c140a5b59a32d21cab24b3e2d100" - sha256 cellar: :any_skip_relocation, arm64_ventura: "92444fb885e08878477ef32998a416570f72af94b8ae29286315d447a02be728" - sha256 cellar: :any_skip_relocation, sonoma: "c9f9e0982545ca3da856771202859e5e6ddc6d90ec5e0a31d4dd4638bfb72ff2" - sha256 cellar: :any_skip_relocation, ventura: "d2f8381c0148b4c8691707a4c488ae9f19a0ba1fe69d88355cc892f7fa65da79" - sha256 cellar: :any_skip_relocation, x86_64_linux: "75e6fd85da20ffcb92ebdb1e883380826e071ba1f0113a892b6f8d214bf7cff2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "12ff3e10dfa59342a442b1715a109ef50eddcb7b5cade3076070e64227d90841" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c4f1bfb0df2d031e9654f993768f7c9fb31ed2a5229a8d40e5836a3c84c775c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "58087a53877d636c419376fdc64255b452656ea0686c2fbef1c10a505f1eac4a" + sha256 cellar: :any_skip_relocation, sonoma: "af2e194eeb1599bc7399fe82089306aedfd026d8b4df9cb59b53d70655a7beb1" + sha256 cellar: :any_skip_relocation, ventura: "6b185e4e7fc82c73915f142af2d88ecd5798a759b86ae6bdfe3b331319a13019" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1b55821da8620dfce86232ea8ba12674a76050ea52090239d3b9eb224686755" end depends_on "go" => :build From 093535fdd83890129ed5dad0c56aa825b6d3724b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:10:32 +0000 Subject: [PATCH 09613/10074] terragrunt: update 0.82.0 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index c10b7fe943083..8f4f3673815b2 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ef1e90e583ec694224b3b779670d25c9d54588d3fea693603e6b50744446e3b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ef1e90e583ec694224b3b779670d25c9d54588d3fea693603e6b50744446e3b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8ef1e90e583ec694224b3b779670d25c9d54588d3fea693603e6b50744446e3b" - sha256 cellar: :any_skip_relocation, sonoma: "a67f9f47d620dee8ed67dc57c3e5e352e927a223a51bd7ca18d7bd8bcfaea3c4" - sha256 cellar: :any_skip_relocation, ventura: "a67f9f47d620dee8ed67dc57c3e5e352e927a223a51bd7ca18d7bd8bcfaea3c4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6bfd8e2c0919e8863c87e608dc4deffb26d1423711354f1263a30760abceb51f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e2d86193e15c6d6ddb2286ae0e18cd51026ee4a262d856e3c01851961295989" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e2d86193e15c6d6ddb2286ae0e18cd51026ee4a262d856e3c01851961295989" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4e2d86193e15c6d6ddb2286ae0e18cd51026ee4a262d856e3c01851961295989" + sha256 cellar: :any_skip_relocation, sonoma: "42dae5cdb2c75f28cbffd7999dbf835223d0ef910b675baa3c3f7e98db7e5c26" + sha256 cellar: :any_skip_relocation, ventura: "42dae5cdb2c75f28cbffd7999dbf835223d0ef910b675baa3c3f7e98db7e5c26" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70478594eb489dbc8d46366ce3b2cf11f022179afac2d643be145bc9aca60023" end depends_on "go" => :build From 4e08ac74a3d567c11dffd9a5cb2ca2c58f952016 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:10:33 +0000 Subject: [PATCH 09614/10074] cdk8s: update 2.200.111 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 5d35b3137ea2b..e8dff77d5c4ad 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" - sha256 cellar: :any_skip_relocation, sonoma: "e8b213b1b839a8f61d6507655d401f1bdb3526e2679e64fd4336288564bbde48" - sha256 cellar: :any_skip_relocation, ventura: "e8b213b1b839a8f61d6507655d401f1bdb3526e2679e64fd4336288564bbde48" - sha256 cellar: :any_skip_relocation, arm64_linux: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "75b158b229fc1d7b0980e5e9e5c1b991df2a453c123be2ec4a06b343e15f62b9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" + sha256 cellar: :any_skip_relocation, sonoma: "cf9e59c14f77abf8f82e7042e61715e81651b407ae603a91f94c8c94aad6eb09" + sha256 cellar: :any_skip_relocation, ventura: "cf9e59c14f77abf8f82e7042e61715e81651b407ae603a91f94c8c94aad6eb09" + sha256 cellar: :any_skip_relocation, arm64_linux: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" end depends_on "node" From 74f2a9a9f4fea53f792685a98648e2224b216456 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:10:38 +0000 Subject: [PATCH 09615/10074] kingfisher: update 1.12.0 bottle. --- Formula/k/kingfisher.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index b9ed118cd88a1..33061037c1201 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -6,13 +6,13 @@ class Kingfisher < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ead6f31ffb651889cd8a419788861f7e2d8ff42f2e0a0093606f894c6ee3b2c4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1e737c02f675636f4de63bb58f09a21d8233dffad4a1089cc723b7c32a66400" - sha256 cellar: :any_skip_relocation, arm64_ventura: "163a6e183201c7159573cc0772ebe8324eaeaf413b1f59f6e0b94d046e79b47b" - sha256 cellar: :any_skip_relocation, sonoma: "058741fd2c8cce81d0f14582abbe03e3866640c42b6c180844425fe47582a10f" - sha256 cellar: :any_skip_relocation, ventura: "cd3538f4d5a6c9ebf6a21562247bca6735601cb40e22c97b80371c943ca52903" - sha256 cellar: :any_skip_relocation, arm64_linux: "70b3049dfc22e4b55efa2a850d58b44345a8329f97f429b4f935c77d5612e7f7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3ba7fdba68c2733fe3d223c542bf14d3ae24ee627b949657581f74950b0a1110" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8128485020e1eda98cbf53e6f516c29dacf0a829b415eacfcfc025bc99a072ab" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2acdc53e6571e2798e874129806518ad35702de344acdeeae9868a5dbdcd9601" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4ef139a9f2fd4619cf6cdd47843c94103b6049eaa2d3d6b83782b72a1903216d" + sha256 cellar: :any_skip_relocation, sonoma: "b67ae7877416d37eb529f4d64280ef6a612c2c926438c543fbfb38082fbc44d6" + sha256 cellar: :any_skip_relocation, ventura: "a954ae07f8e3b7c84e7293790b60e8cbace329c64cbf9a135a8b928cfda6f123" + sha256 cellar: :any_skip_relocation, arm64_linux: "d54c23387a826accd832e39927b3b72c25ce86afbe7d82d7a88e6863cbfe42d0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a028b38c2b5f8b41c5fcd3adf60075574c9af97c5bf21c3cd67903a857bb046f" end depends_on "boost" => :build From 92c82ef878c50204c8f0a10f6eadd12843304cc0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:16:44 +0000 Subject: [PATCH 09616/10074] renovate: update 41.9.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index fac4dd75778d7..3393bb6eaf449 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5cfd1f022aa4201a92e5ab13567c2c5220809500c9b228b48e41b2278d2bee0d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3e7d3c69f0bb63a4a10c45537772999e618f481b18c375caa405586038d5b31" - sha256 cellar: :any_skip_relocation, arm64_ventura: "290adae2d1fd84ed8356a2de300680d1d1acfdd40433bd34d9249778877c5a1c" - sha256 cellar: :any_skip_relocation, sonoma: "1ddc2ae0094d0c18c446e45d79f37c7de9c5bec7758fe64f6d900de64a572953" - sha256 cellar: :any_skip_relocation, ventura: "3999a4276f5851954f33bf55e0dccb67413d31971c80dacba08521adcbb9960c" - sha256 cellar: :any_skip_relocation, arm64_linux: "d7e7e2bd37905f3aeeaddd0401ad55113bbe528b8ac2c765583fce176ff9d312" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6537e286f979a8d700589002088af67aca2c4d9df27ce151c2247acf093461ca" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "51a28fcaaa162deb5a29964ea847c984b231cb8ae155cf245c7188f4defad163" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "47fb2abc04c7a972aa8272315de5bbacbd2bf709b94a5bf86f3fff39b183354d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf202ec2883c6cb72b5543b9a369827bd5dc1bf781b916c9d426b0cd70026562" + sha256 cellar: :any_skip_relocation, sonoma: "058ef5bff7a68fc4619d90a350b8ae39c34554239eeb85c68b88e0dc180d5592" + sha256 cellar: :any_skip_relocation, ventura: "8abcb1ee4d7610d1b5ad11b90e291b945267d95a8da9e55139dc2e31b9a31887" + sha256 cellar: :any_skip_relocation, arm64_linux: "5908285996ca610b0cf3e5467be80a885ff936d0663200d0af9957fb2804c043" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd858943a366151b1e64ce008750bd52e04ecf8c98ec2882262b308a59bdc70a" end depends_on "node@22" From 29afcc0fa135bd74d58efb7b811d2fa9a41bc529 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 10:21:54 +0000 Subject: [PATCH 09617/10074] node: update 24.3.0 bottle. --- Formula/n/node.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/node.rb b/Formula/n/node.rb index 93e6ce436e7e9..40bfae12247b3 100644 --- a/Formula/n/node.rb +++ b/Formula/n/node.rb @@ -12,13 +12,13 @@ class Node < Formula end bottle do - sha256 arm64_sequoia: "e88d6ae68a2c5a0a23c69e79274d7ffb2f79a3bfa6ab65df494312bc6d00aedc" - sha256 arm64_sonoma: "24fe223b14e125d4e6631f01a2b123ed25780a21fa0ef2f24fbbb05c08f1b707" - sha256 arm64_ventura: "6c1e84a522f6d2ae85ebcfe301f41928805286c30c7b55cead32b8137da09a39" - sha256 sonoma: "f5c2b4020409ef1943d3530a2eeb0ac3d49a26340c3249616037caa3e4bc6f49" - sha256 ventura: "95d71229eba75556b5e0c768e76d011bf1bb5d3f443189f0cf6ea362e1c253b9" - sha256 arm64_linux: "847a82a6b40ce00ea584f82c23c7b280dcd9eb3dd85a0b6e5dce7a8a2a127909" - sha256 x86_64_linux: "24840cbebc6e64c04d21d00785631b7e48ac0c0f218d19d0ae0599e8e5418aab" + sha256 arm64_sequoia: "5b25a3148f341fec74d1a1a3b88141dc2ee8d451715bd51ae33cae2b7fda1045" + sha256 arm64_sonoma: "a8839ee36ce2d54ee7f9cbdd0b5697551edd302f5617b07108809875bc0bb538" + sha256 arm64_ventura: "bc0e47a9ce5b0400a558a896c5208f4f7a01cbb3a44dcc941d390107601d6ab0" + sha256 sonoma: "f65c466b2b13705f0ac0966982fea3367e3732f5e1d3cfc10a68d719ad78d6e4" + sha256 ventura: "88409a3be611d9291856fa87412b4f14f6fae70682ad289fc10d05c8f31eeffe" + sha256 arm64_linux: "a13581ec50a021f54c41b94b6454e0932f02835a6be3d4bf0b550f4fca65acee" + sha256 x86_64_linux: "70597ddbf8669d9813e2ce1537db3b2f68f5f14ed498ffdec4122361630533ea" end depends_on "pkgconf" => :build From 0e822c38424814d176d4ed4a1478b398d9f70311 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 10:53:47 +0000 Subject: [PATCH 09618/10074] aws-cdk 2.1019.2 --- Formula/a/aws-cdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index 03ef8d4eaa141..cfc98ef1e0d18 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -1,8 +1,8 @@ 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.1019.1.tgz" - sha256 "dd3db32c8c3e81cef8e521390960ce5c86fbfe216d940db32590cc24a0eedcdb" + url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1019.2.tgz" + sha256 "4ed17a33a84bae13803e7b87780e186669ef98ce36a8de6df3f2560177457d24" license "Apache-2.0" bottle do From 396d4c2bacd8cd1e7df636c0c0e403bcbe0d2031 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 10:54:04 +0000 Subject: [PATCH 09619/10074] aws-vault 7.4.2 --- Formula/a/aws-vault.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aws-vault.rb b/Formula/a/aws-vault.rb index 32e5293c279a2..39af1cf405a48 100644 --- a/Formula/a/aws-vault.rb +++ b/Formula/a/aws-vault.rb @@ -1,8 +1,8 @@ class AwsVault < Formula desc "Securely store and access AWS credentials in development environments" homepage "https://github.com/ByteNess/aws-vault" - url "https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.4.1.tar.gz" - sha256 "7bf3319017ad88da0236b98a4cc2c1489a52d533afb2780569b9555b53672d90" + url "https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.4.2.tar.gz" + sha256 "9e4cc6cd1db472f25abe059097c8af2f5875d44130b85d076d171347ff7cd93e" license "MIT" head "https://github.com/ByteNess/aws-vault.git", branch: "main" From aa5ccf8e1cd33357c666f8a8d74197422a46ecd3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 10:59:23 +0000 Subject: [PATCH 09620/10074] cpuid 2.2.11 --- Formula/c/cpuid.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cpuid.rb b/Formula/c/cpuid.rb index 20589d8d8bffc..f0723d91a58ab 100644 --- a/Formula/c/cpuid.rb +++ b/Formula/c/cpuid.rb @@ -1,8 +1,8 @@ class Cpuid < Formula desc "CPU feature identification for Go" homepage "https://github.com/klauspost/cpuid" - url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.10.tar.gz" - sha256 "6064676aebe4848dff0aee73fe73efd0ecbf6f521faff94d266ce88283cf568b" + url "https://github.com/klauspost/cpuid/archive/refs/tags/v2.2.11.tar.gz" + sha256 "879274b71c36b718b245187a08a3ef717bd41275fa75843de9434755a31396a9" license "MIT" head "https://github.com/klauspost/cpuid.git", branch: "master" From b16bd56d3d0242b854ca9fbe8c2ae4a9c5e6ada5 Mon Sep 17 00:00:00 2001 From: GitLab CLI Version Bump Bot Date: Wed, 25 Jun 2025 11:01:17 +0000 Subject: [PATCH 09621/10074] glab 1.61.0 --- Formula/g/glab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index cb31ec5bec070..bab4bc9d7ef6e 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -2,8 +2,8 @@ class Glab < Formula desc "Open-source GitLab command-line tool" homepage "https://gitlab.com/gitlab-org/cli" url "https://gitlab.com/gitlab-org/cli.git", - tag: "v1.60.2", - revision: "001b8c4d5b83a7f96fd8dd4280a8f0d5eba5a3b9" + tag: "v1.61.0", + revision: "ef3ade5e9d4bd7edb8205489b0e29f486b6f0309" license "MIT" head "https://gitlab.com/gitlab-org/cli.git", branch: "main" From 10aa4ede49faa30dfd80ee19a652360921332e1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:03:13 +0000 Subject: [PATCH 09622/10074] fabric-ai 1.4.214 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index ec4ea245a4f94..d605d603cb165 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.213.tar.gz" - sha256 "6a90166b97df65d8a083ee7341bcd98e687ac70b33b8bc361df0b8c1949880e0" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.214.tar.gz" + sha256 "ff9e643882a013be3f05efebbe54ffe18e7c02dd4dd5781ff87e3c6bcfb7cb6b" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 6d49a60d14c24f1839eabe1edc9618e41931cf67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:03:41 +0000 Subject: [PATCH 09623/10074] fedify 1.7.0 --- Formula/f/fedify.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fedify.rb b/Formula/f/fedify.rb index ef45e7eada43a..9b7612104a65e 100644 --- a/Formula/f/fedify.rb +++ b/Formula/f/fedify.rb @@ -1,8 +1,8 @@ class Fedify < Formula desc "CLI toolchain for Fedify" homepage "https://fedify.dev/cli" - url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.6.2.tar.gz" - sha256 "15b0350388a8d20187edd23e8aa3ffd581152a178b422459d90ad2bdefb13f64" + url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.7.0.tar.gz" + sha256 "61b213c5538e43358817c5a5b0947a0f0cc4c0f6c899ad7fc7a27a82d56fdf9a" license "MIT" head "https://github.com/fedify-dev/fedify.git", branch: "main" From 13d1e2d026f275abb4a6c334278315b20b19137d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:18:18 +0000 Subject: [PATCH 09624/10074] mpi4py 4.1.0 --- Formula/m/mpi4py.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mpi4py.rb b/Formula/m/mpi4py.rb index 42dda9b806aca..2b50a621a3cd7 100644 --- a/Formula/m/mpi4py.rb +++ b/Formula/m/mpi4py.rb @@ -1,8 +1,8 @@ class Mpi4py < Formula desc "Python bindings for MPI" homepage "https://mpi4py.github.io/" - url "https://github.com/mpi4py/mpi4py/releases/download/4.0.3/mpi4py-4.0.3.tar.gz" - sha256 "de2710d73e25e115865a3ab63d34a54b2d8608b724f761c567b6ad58dd475609" + url "https://github.com/mpi4py/mpi4py/releases/download/4.1.0/mpi4py-4.1.0.tar.gz" + sha256 "817492796bce771ccd809a6051cf68d48689815493b567a696ce7679260449cd" license "BSD-3-Clause" bottle do From 5d8dd1d30e702ecb668ce0c76ea7749dee4f9ba6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:19:49 +0000 Subject: [PATCH 09625/10074] nickel 1.12.2 --- Formula/n/nickel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nickel.rb b/Formula/n/nickel.rb index 19374922b81fc..718620aad18e7 100644 --- a/Formula/n/nickel.rb +++ b/Formula/n/nickel.rb @@ -1,8 +1,8 @@ class Nickel < Formula desc "Better configuration for less" homepage "https://nickel-lang.org/" - url "https://github.com/tweag/nickel/archive/refs/tags/1.12.1.tar.gz" - sha256 "b85323b64c082d73dd25b7235e0dc299066f2395fea8846cacb43cc1a70d5840" + url "https://github.com/tweag/nickel/archive/refs/tags/1.12.2.tar.gz" + sha256 "1161b901c238d78dfb2529fee878f37d69c4187ba10d5bd0e2723836d19f7c15" license "MIT" head "https://github.com/tweag/nickel.git", branch: "master" From 536d646cbb3dec9eb42570275426f814b74a557a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:21:08 +0000 Subject: [PATCH 09626/10074] oh-my-posh 26.10.1 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 68af1c1365f9c..710394e4a0d41 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.9.0.tar.gz" - sha256 "c3bb16f34a8281c7fcf762993937f1b40332fa9cfd6c14546c590c3028d0c4aa" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.10.1.tar.gz" + sha256 "3f2b8685cf1c74ef49187fdef71357800fb176ee59fd179e8212efc397694688" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 8f9ce4f7528efb1ced6a60dfbbd627e5a6a0e107 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:27:00 +0000 Subject: [PATCH 09627/10074] renovate 41.10.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 3393bb6eaf449..5773e699f3c1a 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.9.0.tgz" - sha256 "6e3d6680bf9443d6f5f9f1b32d3ffaa8a0d8e88765c19b666185f667eea37b3f" + url "https://registry.npmjs.org/renovate/-/renovate-41.10.0.tgz" + sha256 "9909af174fd1d9f72296a85267b67d94f650f1e90f95c0d0f2c2231d383636fa" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 565110549b76cda49827e5ff0407c03dff9c4514 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:27:37 +0000 Subject: [PATCH 09628/10074] cpuid: update 2.2.11 bottle. --- Formula/c/cpuid.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cpuid.rb b/Formula/c/cpuid.rb index f0723d91a58ab..e0bb7d02f8101 100644 --- a/Formula/c/cpuid.rb +++ b/Formula/c/cpuid.rb @@ -7,13 +7,13 @@ class Cpuid < Formula head "https://github.com/klauspost/cpuid.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "407aa5d6b2f38800ef7c9163a0b36458accb97585c79216200fbafd66a734c0c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "407aa5d6b2f38800ef7c9163a0b36458accb97585c79216200fbafd66a734c0c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "407aa5d6b2f38800ef7c9163a0b36458accb97585c79216200fbafd66a734c0c" - sha256 cellar: :any_skip_relocation, sonoma: "ecfa112b44890d4e7f642b877c481cb42f97bbde314fc3f129a2c013dd897e60" - sha256 cellar: :any_skip_relocation, ventura: "ecfa112b44890d4e7f642b877c481cb42f97bbde314fc3f129a2c013dd897e60" - sha256 cellar: :any_skip_relocation, arm64_linux: "08f1cbad37f37822d1bb0ce32758b0ca0b6649fc89ba0328a658a446b2e8acba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8ce13ee61313acec4f188de11c6707403489972057906b950aaf19bf5af8c6f6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1372213b08a4965139affeee0157e343805d80adc6ec727ed1feaec5f5370c76" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1372213b08a4965139affeee0157e343805d80adc6ec727ed1feaec5f5370c76" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1372213b08a4965139affeee0157e343805d80adc6ec727ed1feaec5f5370c76" + sha256 cellar: :any_skip_relocation, sonoma: "18c1af9ee43ec37ea032847a7f42dc203a655b792606d708ef205ed8eaa719ef" + sha256 cellar: :any_skip_relocation, ventura: "18c1af9ee43ec37ea032847a7f42dc203a655b792606d708ef205ed8eaa719ef" + sha256 cellar: :any_skip_relocation, arm64_linux: "e0e528e28e5a99a5d6af40c0510f1a7a8cfb9017124459ceeae8d6e22142a965" + sha256 cellar: :any_skip_relocation, x86_64_linux: "12c84d9f6d0e4c33bfff7f12e5d189051bcd4164213dd220ee521067e7ad18c1" end depends_on "go" => :build From ccf26dffac4e11dae9aac5856dc3e6a4293d705b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:28:30 +0000 Subject: [PATCH 09629/10074] glab: update 1.61.0 bottle. --- Formula/g/glab.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glab.rb b/Formula/g/glab.rb index bab4bc9d7ef6e..9508866ca3da7 100644 --- a/Formula/g/glab.rb +++ b/Formula/g/glab.rb @@ -10,13 +10,13 @@ class Glab < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9623bcd1676199d3b43ef2ffebd67cc4ff5ade9a0f90038bb5b148b09823a0fc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9623bcd1676199d3b43ef2ffebd67cc4ff5ade9a0f90038bb5b148b09823a0fc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9623bcd1676199d3b43ef2ffebd67cc4ff5ade9a0f90038bb5b148b09823a0fc" - sha256 cellar: :any_skip_relocation, sonoma: "21592419029ff4dca6dadef176c60c8648ad3d0c51d0df3316e944259ab27b71" - sha256 cellar: :any_skip_relocation, ventura: "21592419029ff4dca6dadef176c60c8648ad3d0c51d0df3316e944259ab27b71" - sha256 cellar: :any_skip_relocation, arm64_linux: "595623efa6d052cafba32b50548916515e7d09604fc8376162033cc4b717d871" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7fe5b8cd4ebd1ac4a8975b1bc3c895e0925977f0448be82106b9c5de3e9192e2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cda2b9771fcea764ab91208a18fc62b2611da62fc3a1ebe9d2efe4b6374e28f0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cda2b9771fcea764ab91208a18fc62b2611da62fc3a1ebe9d2efe4b6374e28f0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cda2b9771fcea764ab91208a18fc62b2611da62fc3a1ebe9d2efe4b6374e28f0" + sha256 cellar: :any_skip_relocation, sonoma: "cb35915da03d1623544dba68e50daf9631d29e1dfded993c80e587ba863e78e5" + sha256 cellar: :any_skip_relocation, ventura: "cb35915da03d1623544dba68e50daf9631d29e1dfded993c80e587ba863e78e5" + sha256 cellar: :any_skip_relocation, arm64_linux: "39f4bec8fff357377e5f486f349e63f3338af1d06982ac72dd856fba9d762620" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d7a58547d93b708a64c436028ae02f467b3f125678513381d81ffd2a57ac8a48" end depends_on "go" => :build From d4bc26de235469083fa2c0b2a4dbc219823113a8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:29:39 +0000 Subject: [PATCH 09630/10074] aws-vault: update 7.4.2 bottle. --- Formula/a/aws-vault.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aws-vault.rb b/Formula/a/aws-vault.rb index 39af1cf405a48..df4d7bd824b89 100644 --- a/Formula/a/aws-vault.rb +++ b/Formula/a/aws-vault.rb @@ -12,12 +12,12 @@ class AwsVault < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6f5f8774ff803d104fc4e32b763069c5d92fe9afa432016a1067d34f8a85322" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bfa49e8b1bb3f99fbcd40b1be5eea54ae72b3cb2410aa50e32aed838effe7988" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fbf74c96b7e9a5db48afb4a548980a9756b6098e0eb9fd45184d1193331d728f" - sha256 cellar: :any_skip_relocation, sonoma: "5b733c48565a013d562d24b32afd427bfcc9b06e52c7e3b064af15e3a116214e" - sha256 cellar: :any_skip_relocation, ventura: "27cb395f8086a07c79f6d476cecd255a1a1f4ff90bb6567207654628f7788b40" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fb7d3643b2f8ec963d89277c9a46742721d9ab8af167e36becd122d217b25ad5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "641fb6cdd8f66ab75385bf01b6f5874c5aa4fcfad01b16072894f85f99cee45f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d98a596132b8746c4af2dcaf30040755d9b96dd748b838fd491b68aa54af73bb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a7b08b6942b2bb13c747c5b3c31469b4af0fb3169e47c4e661ad856e9714755b" + sha256 cellar: :any_skip_relocation, sonoma: "58d8982a55216b1a1019a976864f0bd6826b1cc34384412cbfb4a6cff090abd0" + sha256 cellar: :any_skip_relocation, ventura: "3903f6a40a6f73e03906342d2a01cb3de39dac54f7d492c1fe4027621972ec07" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d692e20389f50c6bc1e2851fd9e11795e861af27a4aceb16968e0573534eac84" end depends_on "go" => :build From 24170e53bc0653b909514e6bcde92a022c74863b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:31:25 +0000 Subject: [PATCH 09631/10074] aws-cdk: update 2.1019.2 bottle. --- Formula/a/aws-cdk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index cfc98ef1e0d18..dac2a67162e39 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -6,7 +6,7 @@ class AwsCdk < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "41fc612c93aa18160a3af7da0fcfb9a4367f06925188bea28e23522f2bd068d2" + sha256 cellar: :any_skip_relocation, all: "765a4f824b13fca850a55ac1e512b56c37f44fbae994d3b8a1ccb0d95754966a" end depends_on "node" From 0c6e2f10f3e75df64b586bf240eca93efe7fff7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:32:26 +0000 Subject: [PATCH 09632/10074] fabric-ai: update 1.4.214 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index d605d603cb165..7678ab25bf499 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "04d20c02bd45e775cd9df022a8d77da5473685fec45722aea38cf7010a5cd53b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "04d20c02bd45e775cd9df022a8d77da5473685fec45722aea38cf7010a5cd53b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "04d20c02bd45e775cd9df022a8d77da5473685fec45722aea38cf7010a5cd53b" - sha256 cellar: :any_skip_relocation, sonoma: "ea7b59e207dc988091ed3415d0f80fbbdc99934fd39c7c9eea4022f20890c33f" - sha256 cellar: :any_skip_relocation, ventura: "ea7b59e207dc988091ed3415d0f80fbbdc99934fd39c7c9eea4022f20890c33f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "feb25154535aef2e64a5d5a93759be549953e28ac597129a4b02d762a6cbc76e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f" + sha256 cellar: :any_skip_relocation, sonoma: "d2565c9305264c64cb49715834561f844f5360122112b0554d80378f93d73482" + sha256 cellar: :any_skip_relocation, ventura: "d2565c9305264c64cb49715834561f844f5360122112b0554d80378f93d73482" + sha256 cellar: :any_skip_relocation, x86_64_linux: "efff2c60bf0a3460e1e1b26d34de8d7ff046cfc32cda548710957a30294a0447" end depends_on "go" => :build From b611e745cdb63ccd0f0afc58a8e21fd62f976246 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:33:15 +0000 Subject: [PATCH 09633/10074] testkube 2.1.161 --- Formula/t/testkube.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index 1b00078838eb5..f597e87af6261 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -1,8 +1,8 @@ class Testkube < Formula desc "Kubernetes-native framework for test definition and execution" homepage "https://testkube.io" - url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.160.tar.gz" - sha256 "e989a97a488e5c5baa2ac16d7fe62dc9019af75739d787c19f55b52e03b4e168" + url "https://github.com/kubeshop/testkube/archive/refs/tags/v2.1.161.tar.gz" + sha256 "59d7a02c907d6f22476f360a21d98c999ed2bef0f2b822ec129fe36d5d2718c5" license "MIT" head "https://github.com/kubeshop/testkube.git", branch: "main" From 91c06f646a1a209eb77e922a8b185ce691457a65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:33:43 +0000 Subject: [PATCH 09634/10074] thanos 0.39.0 --- Formula/t/thanos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/thanos.rb b/Formula/t/thanos.rb index 894d85d90e6ee..e147cead79658 100644 --- a/Formula/t/thanos.rb +++ b/Formula/t/thanos.rb @@ -1,8 +1,8 @@ class Thanos < Formula desc "Highly available Prometheus setup with long term storage capabilities" homepage "https://thanos.io" - url "https://github.com/thanos-io/thanos/archive/refs/tags/v0.38.0.tar.gz" - sha256 "2c9fef368e612c24d3270b57685e8025dfc0cdf6c3717cce801483e6ec499104" + url "https://github.com/thanos-io/thanos/archive/refs/tags/v0.39.0.tar.gz" + sha256 "eb75c3b61361951145246f9ffb3953735dfb6739d2b5b17d609db93e3250958a" license "Apache-2.0" bottle do From ffe97f5618a60508f917b0df002aacf34222815d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:34:45 +0000 Subject: [PATCH 09635/10074] fedify: update 1.7.0 bottle. --- Formula/f/fedify.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fedify.rb b/Formula/f/fedify.rb index 9b7612104a65e..06b1318fe62c1 100644 --- a/Formula/f/fedify.rb +++ b/Formula/f/fedify.rb @@ -7,13 +7,13 @@ class Fedify < Formula head "https://github.com/fedify-dev/fedify.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a90375931714ad1c215e4f6b3cf545b58236120c24f5132346ac16b0a4c7fd2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "488eb125a0c0a58e23c22ee6a5bd0a29d94f38aff7b5d432450b9a913fc48b16" - sha256 cellar: :any_skip_relocation, arm64_ventura: "77f6c9e086b37454605cf2997cf64ababe3f262680eb3d307383ff9bebfbb2e8" - sha256 sonoma: "f1a8738b1578eb1a68a4bec5151bc672bf4a147130cbb4c75178d371610ab255" - sha256 ventura: "549eddfb81348a429d01861743f75f4b1ac73377c58da3c8be634bffecb3f271" - sha256 cellar: :any_skip_relocation, arm64_linux: "1706fbfb2544c2556f6a15e38940d47077293a9630a9c7e02586a6d5a1fed9f6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14929795eff8a4106ed4c1d542b92cdb69af881e1f200a555dac791a0f3dd2b7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a94891e7486a1f79cb26e64ce86fc31f2106927fc1358679b866937181104aa0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3073f614535d5bbae9b98f2bad9b5c6e570453e27aed8af53f76fe9f154a74e2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "94d8fa81cba0d526dd61cc3e72a4409d1e783e20c5f54dbaedd87cdf8ac4f814" + sha256 sonoma: "cd7ddf1ce6c22e4284a1b081377828186c8d363aacd78db966cbe14de0c6485c" + sha256 ventura: "43e5582409e528dda12f9f0a5a7aec9b4acf8481165320b89ba1b911921e3546" + sha256 cellar: :any_skip_relocation, arm64_linux: "390cb5d03d6c367a73430be9c98d0fbf9df4078c7cd6352b9c2377e46efbc30a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e4592a8ff57f6cabd32bb89e323a3ad7710177cc922077974ddd809ebbc3f2ac" end depends_on "deno" => :build From 096625db72d3bb497a7d1f2d24a7bcd56bbd6d23 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:35:27 +0000 Subject: [PATCH 09636/10074] uv 0.7.15 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 1733b05316f01..3f6969cf6dcaa 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://docs.astral.sh/uv/" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.14.tar.gz" - sha256 "2da4a90351eff695e5d2cb9b5d5e95edb85abe3c271162042d9e3be673a48e73" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.15.tar.gz" + sha256 "36137b3621e62d9101127f519d4e478bf820ebcfa4115f995d32ed707746ef56" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From cddb8cf5e28aa0196149fbe1b9ab49401d8bfd6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:37:43 +0000 Subject: [PATCH 09637/10074] xk6 1.0.1 --- Formula/x/xk6.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/x/xk6.rb b/Formula/x/xk6.rb index 951a30be2e409..7b93ad7e4a1ba 100644 --- a/Formula/x/xk6.rb +++ b/Formula/x/xk6.rb @@ -1,8 +1,8 @@ class Xk6 < Formula desc "Build k6 with extensions" homepage "https://k6.io" - url "https://github.com/grafana/xk6/archive/refs/tags/v1.0.0.tar.gz" - sha256 "4ca1f83301db00bffca583b116e31f892954333f1f539800a0803c141c68198c" + url "https://github.com/grafana/xk6/archive/refs/tags/v1.0.1.tar.gz" + sha256 "d9fe9610daf066ba988363b8a8d8b6b1769c8b1ffb60ce7de25706214390f7a1" license "Apache-2.0" head "https://github.com/grafana/xk6.git", branch: "master" From 9c918cbd08816254290c1e4d93c648e07898a481 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:38:28 +0000 Subject: [PATCH 09638/10074] youtubeuploader 1.25.1 --- Formula/y/youtubeuploader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/youtubeuploader.rb b/Formula/y/youtubeuploader.rb index d38f8eaf05c2d..1dc84f140093c 100644 --- a/Formula/y/youtubeuploader.rb +++ b/Formula/y/youtubeuploader.rb @@ -1,8 +1,8 @@ class Youtubeuploader < Formula desc "Scripted uploads to Youtube" homepage "https://github.com/porjo/youtubeuploader" - url "https://github.com/porjo/youtubeuploader/archive/refs/tags/v1.24.4.tar.gz" - sha256 "2409b0bb2f622eacba38794d24839318496e910ce33ddf2c8a139e17887b1087" + url "https://github.com/porjo/youtubeuploader/archive/refs/tags/v1.25.1.tar.gz" + sha256 "729d3cb5a6ff6a09742d9d9371a9c84fc21961d972c24694abed3b048c3d1b83" license "Apache-2.0" version_scheme 1 head "https://github.com/porjo/youtubeuploader.git", branch: "master" From 4fb88828f61ba8c0c9e1a4bd5eff1e8677e431b0 Mon Sep 17 00:00:00 2001 From: Denys Dovhan Date: Wed, 25 Jun 2025 15:10:15 +0300 Subject: [PATCH 09639/10074] spaceship 4.19.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/s/spaceship.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/spaceship.rb b/Formula/s/spaceship.rb index 4376f2434bb1a..0925f030fc499 100644 --- a/Formula/s/spaceship.rb +++ b/Formula/s/spaceship.rb @@ -1,8 +1,8 @@ class Spaceship < Formula desc "Zsh prompt for Astronauts" homepage "https://spaceship-prompt.sh/" - url "https://github.com/spaceship-prompt/spaceship-prompt/archive/refs/tags/v4.18.0.tar.gz" - sha256 "61d1745ca966430342cc397c168979a7b3605228837cde63e73891c1e4567311" + url "https://github.com/spaceship-prompt/spaceship-prompt/archive/refs/tags/v4.19.0.tar.gz" + sha256 "89c8127666b9990d8f126c7e806894c1777210413a4e837e4ce819ca1d04777f" license "MIT" head "https://github.com/spaceship-prompt/spaceship-prompt.git", branch: "master" From a19e95960fcd9b309678528a11e4cb1a8691b3ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:23:31 +0000 Subject: [PATCH 09640/10074] youtubeuploader: update 1.25.1 bottle. --- Formula/y/youtubeuploader.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/y/youtubeuploader.rb b/Formula/y/youtubeuploader.rb index 1dc84f140093c..11d8d91b45af0 100644 --- a/Formula/y/youtubeuploader.rb +++ b/Formula/y/youtubeuploader.rb @@ -17,12 +17,12 @@ class Youtubeuploader < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "306d23232c8eecb0705f0a5f0ad360a0149480f890059fb2d686b11e72b6f108" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "306d23232c8eecb0705f0a5f0ad360a0149480f890059fb2d686b11e72b6f108" - sha256 cellar: :any_skip_relocation, arm64_ventura: "306d23232c8eecb0705f0a5f0ad360a0149480f890059fb2d686b11e72b6f108" - sha256 cellar: :any_skip_relocation, sonoma: "f7cb2de9e8a4ba10fc55a271cd5c7de7e62913269c376427e050d5a0b2dc62a7" - sha256 cellar: :any_skip_relocation, ventura: "f7cb2de9e8a4ba10fc55a271cd5c7de7e62913269c376427e050d5a0b2dc62a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f48418f9540c2469c963192e3c15d914346900aad522cf144fe23f1a9e19b000" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "634979e6eda2d78597ba78ca2cbf1e0ada4fc0a1a81260ae42391180f789c6a4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "634979e6eda2d78597ba78ca2cbf1e0ada4fc0a1a81260ae42391180f789c6a4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "634979e6eda2d78597ba78ca2cbf1e0ada4fc0a1a81260ae42391180f789c6a4" + sha256 cellar: :any_skip_relocation, sonoma: "520ebb066a5ec08194412e8e39d4f87a71219819fee9430b55a0b1cd827afe4c" + sha256 cellar: :any_skip_relocation, ventura: "520ebb066a5ec08194412e8e39d4f87a71219819fee9430b55a0b1cd827afe4c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "11ba164d7f1330bb97cb6a0d62709577d9cf213bf05dd9adda1ff4c301477790" end depends_on "go" => :build From eaa82d2151cf1cc86763f586a82e297a6826e7c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:23:45 +0000 Subject: [PATCH 09641/10074] spaceship: update 4.19.0 bottle. --- Formula/s/spaceship.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/spaceship.rb b/Formula/s/spaceship.rb index 0925f030fc499..45bd1b474bfdb 100644 --- a/Formula/s/spaceship.rb +++ b/Formula/s/spaceship.rb @@ -9,13 +9,13 @@ class Spaceship < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f19f97eaa9c8a1e6023c70d60caef2c68a30c835c9e86ebec8e523df0cf68f55" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "39af573470a2ccbe82580979ac02176c605739a28b00b54b423add82340f1551" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3bccca808d0e02634751dfda4f73c2b7f9e7a4c2d178780db7116266e663c285" - sha256 cellar: :any_skip_relocation, sonoma: "29cb24daf6005013d04686775eb6179387d002aea7fba66c737396a71765c2d5" - sha256 cellar: :any_skip_relocation, ventura: "74d1cd64f2e89c1749dc9e1070f3ce1e9f3255680c47cf6be6b9fce214db3023" - sha256 cellar: :any_skip_relocation, arm64_linux: "c9fbe1ccc3718a6fe03aafbc047b0d087676dadafe47f46cc79679d66caa574a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da2eaba4f3e4ee2ed2a19165ca43246332f0c4bb70453e0a8063da10210c1feb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "13afdedcab4a857eb1dfb03a3fc2b94b78974b2ff126066412bf749ba7db74e3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b3e5da9244fc896f543805e204298e662c46824fd74e89d31500d8d0bc262ee" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f2006113b61bad51e000572f5e839b4faa0b16b5333e6d9a0c2e40623c3d5d7a" + sha256 cellar: :any_skip_relocation, sonoma: "fd329d0cde6e563ad2b968f567d72f3dac9653012bd7016317d73e9a0939add6" + sha256 cellar: :any_skip_relocation, ventura: "7ed73635a4caa510bbfd23b7fd71a61e2a4a1ee5529435e5430d123aba5ee5d5" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a0aba68a8a11e476e0f6da16553fba9980e2bde1e456db26e21e84bf3b3b9dc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1553d9113e76a821073746da978cf08621b4cce5461a730b82fbe7c542b6e10c" end depends_on "zsh-async" From 0aa8f0940227690e91a9e987f35c066bbc552d9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:24:23 +0000 Subject: [PATCH 09642/10074] uv: update 0.7.15 bottle. --- Formula/u/uv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 3f6969cf6dcaa..e8874f335ace2 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,13 +7,13 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eee3638f2d94f80f4990f981e79993c4f61d0bb63a68549a8efe02f83fec7a78" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2879c538bf747e39374fea2ece6ac735529a6f83dc2b266a01278100bccf4ee8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2d1f76c253e7e4fe982334faa59eaba7d2eb27820e0119d30bb58097358c7668" - sha256 cellar: :any_skip_relocation, sonoma: "5ce1bf15b34e651df01586986997c296df43887f2ca9ebe8a0da4368d67c497c" - sha256 cellar: :any_skip_relocation, ventura: "146a14154e677b3f47102bd4441e4dcfa1468d91420d50d947ad24e63d59b269" - sha256 cellar: :any_skip_relocation, arm64_linux: "21d2ac6eef6604a7158be9ea83a4d67764aaf179db9fa44ed39cecb79acf90fc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "965c97ef2112abeab95483c744a8e6329067ef5a1debad665d81156e005c9be0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c5b764dba32874af1a91feadc2c0111932144f6a09bf94bf92572ba7e91a5a7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4577a74fa6668fd9e11bbd44f48dd83799391fec8d4e32154a66331dbbd92b2b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "34bb6c40dba55ce4785cf3bf62ee5ccbbaf04fcdfb344e8ef3110709301a44c5" + sha256 cellar: :any_skip_relocation, sonoma: "82c8c1733e4dd48d40dc8bba9f78132eea3aeb93edc2b634b9dc8e26b025e0d9" + sha256 cellar: :any_skip_relocation, ventura: "57abb9254ed0c2cfae8f17effda0d864f558a2bceffdbc39753703a00a17037b" + sha256 cellar: :any_skip_relocation, arm64_linux: "519a33a14f0456e44c8097db42c3759da5290c6b54d2999242f3ce3efedb141c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "186fc3987c6fef1f6e08659eb6b2e5c748f837c0b31a67a91af33897fba457cd" end depends_on "pkgconf" => :build From 36bdbb18ae3a7c075182d927489a4d8f0a7f0bdc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:24:29 +0000 Subject: [PATCH 09643/10074] xk6: update 1.0.1 bottle. --- Formula/x/xk6.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/x/xk6.rb b/Formula/x/xk6.rb index 7b93ad7e4a1ba..5857ff6d61ef9 100644 --- a/Formula/x/xk6.rb +++ b/Formula/x/xk6.rb @@ -12,12 +12,12 @@ class Xk6 < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a53d435a0d34b78869b95185ab81b3366defcbce07e6a25358122b6322c47b2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a53d435a0d34b78869b95185ab81b3366defcbce07e6a25358122b6322c47b2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5a53d435a0d34b78869b95185ab81b3366defcbce07e6a25358122b6322c47b2" - sha256 cellar: :any_skip_relocation, sonoma: "06ff52c7eb50fd4acbada6a5e8b42a5b9c201143d56cb47264977b2f351f1d00" - sha256 cellar: :any_skip_relocation, ventura: "06ff52c7eb50fd4acbada6a5e8b42a5b9c201143d56cb47264977b2f351f1d00" - sha256 cellar: :any_skip_relocation, x86_64_linux: "571960d6e2bff838c0e4f639a11ed0c9cc47c3e1e5e150827e88fa97b0ae4eea" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "467be00d5f211ebf138622120f0bdab05d6356a531c09a143c24fda0d70aee13" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "467be00d5f211ebf138622120f0bdab05d6356a531c09a143c24fda0d70aee13" + sha256 cellar: :any_skip_relocation, arm64_ventura: "467be00d5f211ebf138622120f0bdab05d6356a531c09a143c24fda0d70aee13" + sha256 cellar: :any_skip_relocation, sonoma: "78ff3d0ccccb5d6db199d65c9607b9c2500e3b626d756754c73502c7feb8aef7" + sha256 cellar: :any_skip_relocation, ventura: "78ff3d0ccccb5d6db199d65c9607b9c2500e3b626d756754c73502c7feb8aef7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "615f0eab444cc0e1e7eed6f0ef8f1f2250ddeeba8882bd9999b01859a470204d" end depends_on "go" From 602e15c9fb448086b903dd08ab5a4cd39233aa04 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:24:47 +0000 Subject: [PATCH 09644/10074] thanos: update 0.39.0 bottle. --- Formula/t/thanos.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/thanos.rb b/Formula/t/thanos.rb index e147cead79658..2261a6bc29ef4 100644 --- a/Formula/t/thanos.rb +++ b/Formula/t/thanos.rb @@ -6,12 +6,12 @@ class Thanos < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3acd83c72283c5fb2993ae05d0aacadaa7776c1724b0e20ff8620b3187a4fbd6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "69b8eaaf4a0d6ef60c4827144d20b787db7a94854e3a20715187babffadbf92c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9b2549cbe1a0136d8e297f7a654007f05b206422de631be4453cf206b425863f" - sha256 cellar: :any_skip_relocation, sonoma: "93862084a575ebab8e795ec3f78ed4ab00cf2ba90087b09e537c696f89762cb1" - sha256 cellar: :any_skip_relocation, ventura: "1a058d173ff24cb2c8b384e5dd1c05bf35be149534003f89de6465ffe50a905a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "132fed8abc06556b1c3fd1d5927c4586ef2023c102814c2ba1963ecb6ae552e7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff3041e2da686d0c1e9a743ec8149191b9aa98e290b56dada3d2cc1ab2cadacf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1a47a10f4eb3938d2b503b8abeca5344850a9d215fc00a651c7c3ddcb588e84" + sha256 cellar: :any_skip_relocation, arm64_ventura: "52088ec1d73f9e2560b9cbd7ad979b53ebf93b2e2d22d04c5fb3e7808e06fcc0" + sha256 cellar: :any_skip_relocation, sonoma: "8af2ccf5b391c0e9a7214c67e1950f2e9d3d8c49575af782094c3bc6e24761a2" + sha256 cellar: :any_skip_relocation, ventura: "38d6657167ae52e0419a5e4c4315c5e2f497fbf8f69de21f984bee9772d227e2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "71d028e0371ba3e7310a2954ed493559b56073723edab6fe900be5deb89ce9f5" end depends_on "go" => :build From 15ad86df8cf3143d1fa9cc3406ea745aa3f3e4df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:24:50 +0000 Subject: [PATCH 09645/10074] testkube: update 2.1.161 bottle. --- Formula/t/testkube.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/testkube.rb b/Formula/t/testkube.rb index f597e87af6261..5b818b3876d7f 100644 --- a/Formula/t/testkube.rb +++ b/Formula/t/testkube.rb @@ -12,12 +12,12 @@ class Testkube < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c4459cf6ce5849cf58169c649557b574c05aeb502701cb0a8037c10b2677376" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c4459cf6ce5849cf58169c649557b574c05aeb502701cb0a8037c10b2677376" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8c4459cf6ce5849cf58169c649557b574c05aeb502701cb0a8037c10b2677376" - sha256 cellar: :any_skip_relocation, sonoma: "70e0518af426e5872c65c1f46b1a88571ebd1aeb02847bc06c21b94823caeace" - sha256 cellar: :any_skip_relocation, ventura: "70e0518af426e5872c65c1f46b1a88571ebd1aeb02847bc06c21b94823caeace" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6a65db30dd959f045124053b3902273a739b940ce67b823f5fecfe52f7b2ac60" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f67c3a58a4c323e2731c70290a193dd8b9dab6b0bc985255cbbd1bd3e312a83" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f67c3a58a4c323e2731c70290a193dd8b9dab6b0bc985255cbbd1bd3e312a83" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9f67c3a58a4c323e2731c70290a193dd8b9dab6b0bc985255cbbd1bd3e312a83" + sha256 cellar: :any_skip_relocation, sonoma: "bd07c592ce85ec0c45305aa2117ab87846eb84e982fa7603225c10d185d1e5bb" + sha256 cellar: :any_skip_relocation, ventura: "bd07c592ce85ec0c45305aa2117ab87846eb84e982fa7603225c10d185d1e5bb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb93d1d65e115b70dcf1a2d0af98de6861b8b5ed27f3912b13b78c24d5dafbdd" end depends_on "go" => :build From 66d96e90196cf767e60e4b6371fa637916d0f99e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:25:05 +0000 Subject: [PATCH 09646/10074] renovate: update 41.10.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 5773e699f3c1a..44c47bd89052f 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "51a28fcaaa162deb5a29964ea847c984b231cb8ae155cf245c7188f4defad163" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "47fb2abc04c7a972aa8272315de5bbacbd2bf709b94a5bf86f3fff39b183354d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bf202ec2883c6cb72b5543b9a369827bd5dc1bf781b916c9d426b0cd70026562" - sha256 cellar: :any_skip_relocation, sonoma: "058ef5bff7a68fc4619d90a350b8ae39c34554239eeb85c68b88e0dc180d5592" - sha256 cellar: :any_skip_relocation, ventura: "8abcb1ee4d7610d1b5ad11b90e291b945267d95a8da9e55139dc2e31b9a31887" - sha256 cellar: :any_skip_relocation, arm64_linux: "5908285996ca610b0cf3e5467be80a885ff936d0663200d0af9957fb2804c043" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd858943a366151b1e64ce008750bd52e04ecf8c98ec2882262b308a59bdc70a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "904582cf7055409fc10c8c05a82cff94a8bc6bedc181a25a9ce57bfe4aacad4f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "12bdb8c8e6f578ce5f42403d0b33f945b02766345719d88e2b9927abfa3fc570" + sha256 cellar: :any_skip_relocation, arm64_ventura: "529c04c6e5565ba9f558f8e36a48f0199e463ab61c6d9f36647bb2554692d201" + sha256 cellar: :any_skip_relocation, sonoma: "63b5432e5bb69030414110490230be3dcdcd1e97c13de06bef2c95a5fcbe8720" + sha256 cellar: :any_skip_relocation, ventura: "95effb7425cb0f0baf75cd414328aed54f97266b746c839cf591d0519a5eddb0" + sha256 cellar: :any_skip_relocation, arm64_linux: "bfe167b17ae32f7f6bcb0d9ba77f17a6676eafa5653e25b3fb8366af9a03a538" + sha256 cellar: :any_skip_relocation, x86_64_linux: "89743e80d20d7151548acbfe4a6d680ade35fb98da9364fb51dca233cc8b8249" end depends_on "node@22" From 2aff78f3bdf4eb6f194ed98e6e620de53fb2441e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:25:23 +0000 Subject: [PATCH 09647/10074] oh-my-posh: update 26.10.1 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 710394e4a0d41..97b76a9d78dc6 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "892a94ca2aeceb2baae23c12086ff0a031ad88a3fefbde0480cbd94caa20e927" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7e79248f1938a087c1e2734cea5303a3cd404b06ca885495336bb2df61e3c26" - sha256 cellar: :any_skip_relocation, arm64_ventura: "516472555a43790baea40caac5c006e45f52317b8d4e6d7538aa1bf03e1af63b" - sha256 cellar: :any_skip_relocation, sonoma: "91af0a95a4ded49cb76b4f1e077d5d095b66109ad5146e86342477128b8a427a" - sha256 cellar: :any_skip_relocation, ventura: "2a71a3d486e1cfccf3b058eec8d25150808efab73b2b0ae585739b78ed105850" - sha256 cellar: :any_skip_relocation, x86_64_linux: "74a767a10ff343cc4d77cc4638770c88f996e42ea65268885c9386196367a0ff" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5980e1a2513df348214f06d65666b90e5ab3bdd29eb959e65e79609b706b779b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc2f565858c60dd0d3d926bf4ceba676a9a096492a55ff46be563c1b179c8b90" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d64bd141f0ecd31e488dbe8d273ff092a7473952237c1096cfd8b9a163c705e0" + sha256 cellar: :any_skip_relocation, sonoma: "b6ff16488d1fb763783ead493464f9b52e183d005ab9cdc1cf44eba29ad7adc0" + sha256 cellar: :any_skip_relocation, ventura: "c93b52967713fc42b6de7421cffe48363f5ae023cb6bc176255b0f8c438631a4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d16cc0c449cb6d744910c2fdb5fbcbaaeaf7077452b0ccbc319884ac64244939" end depends_on "go" => :build From 3f505d693dc63691607eedab32c8884d88241eb2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:25:52 +0000 Subject: [PATCH 09648/10074] mpi4py: update 4.1.0 bottle. --- Formula/m/mpi4py.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mpi4py.rb b/Formula/m/mpi4py.rb index 2b50a621a3cd7..586efff007ca5 100644 --- a/Formula/m/mpi4py.rb +++ b/Formula/m/mpi4py.rb @@ -6,13 +6,13 @@ class Mpi4py < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any, arm64_sequoia: "0501e4b0090b389f28bf811e030cce459046822bb64e071f94d5c74964e84d26" - sha256 cellar: :any, arm64_sonoma: "b393c5ebd793e9e199cc2681d75a7eb88d2b76dded65415ba5f8f90cc340c24f" - sha256 cellar: :any, arm64_ventura: "c6eed01d56ba9ea0428fb4e1642841f0a1c5dfb557ef35ed6b4cd1ed8b4d31b4" - sha256 cellar: :any, sonoma: "744208f4b105609b87741f35086ea216e1398b4c6c09d9fb787bd4d22325f549" - sha256 cellar: :any, ventura: "299052d6163ebd6bec99ed7f6bf45335ac789b8997ebf6ddaf17d230f6cce39e" - sha256 arm64_linux: "7946ccf43c5b2b2c847aacd671197ab0cc490c809cd430650f464b9c2f16fe7f" - sha256 x86_64_linux: "3f62e99678a4742ac5f2fa8abcce5cead52a9c1bc884993e6547e063aea672a3" + sha256 cellar: :any, arm64_sequoia: "61a98a4cb90a3a16484e15c427afb8f98401ce4d6a5b4f40fdc419cb219799e7" + sha256 cellar: :any, arm64_sonoma: "92a9daced60284a5d9cd9969719d3a29c2014d794b1cc2c9f40ed5cdf1cc2006" + sha256 cellar: :any, arm64_ventura: "761063a583be9a8f05e2fa7dc63c8ebac069785dbd5e968ebd161ed449132b18" + sha256 cellar: :any, sonoma: "c8d291f48a76502621409a808db8a74492a4e3ebf66cd39402fabd550da912cb" + sha256 cellar: :any, ventura: "2d8eacea786cc0bc99690dfece29172c435c92fd4dbc621d6a296881bd9a9610" + sha256 arm64_linux: "3c4bbc35ab042230c0371df833fc924512ceadb2b315bf192b4b47c5dd78fc76" + sha256 x86_64_linux: "b7a29ffe65f402fb6040a6a000fb43b8ead0826b8d0426f62a8f48779cefd8af" end depends_on "open-mpi" From ed5b41e8ba6647999be4e5f4f9b3f0893981e3e1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:26:00 +0000 Subject: [PATCH 09649/10074] nickel: update 1.12.2 bottle. --- Formula/n/nickel.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/nickel.rb b/Formula/n/nickel.rb index 718620aad18e7..de8930e7798b9 100644 --- a/Formula/n/nickel.rb +++ b/Formula/n/nickel.rb @@ -12,13 +12,13 @@ class Nickel < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0ecc1f6f575c0af9c8a155c57b563a3ca4314adee379693b310e4fba5e02026" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "edb3696ec0ba7c71ed81226242698afe453672423fe3aaab5d9f610ae272bd5c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b923beae3e1634b6056ab1da95d31e97d18e343e635c73fcc78ad07a11c8135c" - sha256 cellar: :any_skip_relocation, sonoma: "5fb1a80a629b9e129c43964e16c10a92e40f441ba010663da0feb22c8254f852" - sha256 cellar: :any_skip_relocation, ventura: "9e5d88eb13bac2d3cf05e2c36d3544c1312f7e8c5b2ec50fe85a88b4c95385d4" - sha256 cellar: :any_skip_relocation, arm64_linux: "c6cc9190e577cbb18e8e5fb6f5993e742552796715aa3374aa89d263f9a08309" - sha256 cellar: :any_skip_relocation, x86_64_linux: "87c18c17eaf22b538658f9b34856b42743ad0ba7bb19be62d5a7a50f47c24c92" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6666f5ff4b381a85dcf538ba056203167e2c669e4173e41cef8eab1f13123057" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8903536a680884d3150006ee694ee13a3508defd8a68fec68380894f79c8d894" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8ca9716e70bdf8575fb7fabd5fe18775111fa748b1a598d2aec968eb6ea2969b" + sha256 cellar: :any_skip_relocation, sonoma: "5d4103a75a33975a5c2c1f452cbaef3d28e130d2d0ce2fac2bcb5d1bccd51ad6" + sha256 cellar: :any_skip_relocation, ventura: "9342e535eaec5f3c73a9297656c42d963cf72a619e9fe31984cacc96770ade8c" + sha256 cellar: :any_skip_relocation, arm64_linux: "7d6d876bf120d9a6774351ecc78a964530e229a190625e4a515baf05427de7dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a103224c932f06319875d59e95b88c312fd3160a67c6f9b80ff5b5ee852c1a7" end depends_on "rust" => :build From 2eb60a45b59f4b31b131370b794b3f7e1640683c Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 25 Jun 2025 21:23:51 +0800 Subject: [PATCH 09650/10074] openapi-generator 7.14.0 --- Formula/o/openapi-generator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openapi-generator.rb b/Formula/o/openapi-generator.rb index 55ca50e8e10cf..0832ed5dc3b6a 100644 --- a/Formula/o/openapi-generator.rb +++ b/Formula/o/openapi-generator.rb @@ -1,8 +1,8 @@ class OpenapiGenerator < Formula desc "Generate clients, server & docs from an OpenAPI spec (v2, v3)" homepage "https://openapi-generator.tech/" - url "https://search.maven.org/remotecontent?filepath=org/openapitools/openapi-generator-cli/7.13.0/openapi-generator-cli-7.13.0.jar" - sha256 "d06da46809b62fde9ca7a8ac9bd399bfba2651661b17e24caa530342d0681fe2" + url "https://search.maven.org/remotecontent?filepath=org/openapitools/openapi-generator-cli/7.14.0/openapi-generator-cli-7.14.0.jar" + sha256 "e03186835022ca02da4aa95e3967b6a3b6d44c2e5f7606e6d5c22466f519c757" license "Apache-2.0" livecheck do From 1c9a6890aeb0106d7c4775db894be8f283dce86d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:57:23 +0000 Subject: [PATCH 09651/10074] caf 1.1.0 --- Formula/c/caf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/caf.rb b/Formula/c/caf.rb index 609d433b5f94e..a29b1ec93fb6e 100644 --- a/Formula/c/caf.rb +++ b/Formula/c/caf.rb @@ -2,8 +2,8 @@ class Caf < Formula # Renamed from libccpa desc "Implementation of the Actor Model for C++" homepage "https://www.actor-framework.org/" - url "https://github.com/actor-framework/actor-framework/archive/refs/tags/1.0.2.tar.gz" - sha256 "ef4dd00ca7c59cd61dc336b6a8efbd6150ca85c404d213ecb61f6bcee4094ffc" + url "https://github.com/actor-framework/actor-framework/archive/refs/tags/1.1.0.tar.gz" + sha256 "9febd85d3a4f50dac760592043028a36bea62bba50c3ee2fc1eace954dd8ae27" license "BSD-3-Clause" head "https://github.com/actor-framework/actor-framework.git", branch: "master" From d7e51b5c14df175d710b750e0deec28c75806d6d Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Wed, 25 Jun 2025 00:12:10 -0500 Subject: [PATCH 09652/10074] mesheryctl 0.8.110 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 86dab04462ce6..9403f7cbc531c 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.109", - revision: "10fc0567da98d381e952c5ca7918aa81d6a6d771" + tag: "v0.8.110", + revision: "2a92033b37c1f27040dd791684eb3a1aadf4d731" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 3101d493f6edb4cd85c1b0eac8b942583ca17b5a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:58:30 +0000 Subject: [PATCH 09653/10074] systemd: update 257.6 bottle. --- Formula/s/systemd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/systemd.rb b/Formula/s/systemd.rb index 07fa81dde57b9..0091cd3543b91 100644 --- a/Formula/s/systemd.rb +++ b/Formula/s/systemd.rb @@ -30,8 +30,8 @@ class Systemd < Formula head "https://github.com/systemd/systemd.git", branch: "main" bottle do - sha256 arm64_linux: "6f8f6f3017a35c59abfb80c6fb609d2ba1a2ebad8c851ca0b5526f27945e1203" - sha256 x86_64_linux: "c7609af448f6ac3e55428f908769e4cec7382c0ad306674c7346cd46e3608ed3" + sha256 arm64_linux: "b9389e5eb75721ebf2004c7a621013bae667a90225a664c9eb8a7cc7f607b171" + sha256 x86_64_linux: "2f8c4c3b3276cb56a9a58a134381610d7ccdcc1f6c41f3a85e43981c372c1648" end keg_only "it will shadow system systemd if linked" From bbf8ba3ea94946d67c55a7f17831cbaded8476c9 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 25 Jun 2025 13:58:34 +0000 Subject: [PATCH 09654/10074] util-linux: update 2.41.1 bottle. --- Formula/u/util-linux.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/util-linux.rb b/Formula/u/util-linux.rb index c881dd5b2377f..683074cfce9d3 100644 --- a/Formula/u/util-linux.rb +++ b/Formula/u/util-linux.rb @@ -24,13 +24,13 @@ class UtilLinux < Formula end bottle do - sha256 arm64_sequoia: "f52b125dc397f644d8c39eaf445f0dba977daaf0c2c36a1cc8f8d5fda7fdc983" - sha256 arm64_sonoma: "a4a808c4f0d83572be37bb87f47c3caf0196e7dc6efda2292eb433f43a95cbde" - sha256 arm64_ventura: "5813684b14b36ef9eb21ae44778509a3b5317177d36424e5684f93e6d38dd2ed" - sha256 sonoma: "4e510ac6858c30bf51f48704554f479afa65651e9d70cecead695be3b27bab31" - sha256 ventura: "a3ffdf52748b08c8ac4a59685dad9d61c6bb97eec580b101e5e573412184ca41" - sha256 arm64_linux: "cedcefe892fdab71ae5330dae10d830b74f924758abff56320b2867f1c7a877c" - sha256 x86_64_linux: "5472eb4abe7ce0d30ff3548dda8da1edab2adc47b10acac6fc5f467171519616" + sha256 arm64_sequoia: "1ed6091b1cd6135e5edbf3af8ce133a8c635396ccb4a88b0aebab10dae51d7ea" + sha256 arm64_sonoma: "bad2071c7fb5571704d8e511e8e61657592b96b7da6967f2d9a2a6cb892630d8" + sha256 arm64_ventura: "722b33367d183c16b10930b98f2f068709b3ec5e20370d4bac576124cf59d24c" + sha256 sonoma: "0aec982c062e9b6d52b30af1b7e8a61101838c57c50f97d672493cbf2c0d7359" + sha256 ventura: "a41a404b85a68add9ce54101d2d3a4c136ad5bb45961c80b1664d57f8918af6d" + sha256 arm64_linux: "89d4ee94cf35ea60708f6b8449f51e91d6a551ae57021ec610abdcc8654bd579" + sha256 x86_64_linux: "5005dc92c395a10dd0585b191a3471dee8e9bd8b5794c5daea01e2a3c2d4f053" end keg_only :shadowed_by_macos, "macOS provides the uuid.h header" From 78bc7f75a5f0a6881033c72d47a6b214a4c78878 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:01:19 +0000 Subject: [PATCH 09655/10074] dagger 0.18.11 --- Formula/d/dagger.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dagger.rb b/Formula/d/dagger.rb index 07a86f24ff6c6..71c7452eddb9f 100644 --- a/Formula/d/dagger.rb +++ b/Formula/d/dagger.rb @@ -1,8 +1,8 @@ class Dagger < Formula desc "Portable devkit for CI/CD pipelines" homepage "https://dagger.io" - url "https://github.com/dagger/dagger/archive/refs/tags/v0.18.10.tar.gz" - sha256 "1dfad5897e59f52d9e084cc523667cbcad2e93f8e02b1b91b8663407a7cd559f" + url "https://github.com/dagger/dagger/archive/refs/tags/v0.18.11.tar.gz" + sha256 "3433234726aab1cf49d40077328ddb84214bd5da3403e5c7afa02f0c9e0f96a4" license "Apache-2.0" head "https://github.com/dagger/dagger.git", branch: "main" From a0f58b4dd6697a27433f7fcb7f372ecc2c28910e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:04:07 +0000 Subject: [PATCH 09656/10074] fabric-ai 1.4.215 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 7678ab25bf499..5396b65b8420a 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.214.tar.gz" - sha256 "ff9e643882a013be3f05efebbe54ffe18e7c02dd4dd5781ff87e3c6bcfb7cb6b" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.215.tar.gz" + sha256 "73b69dfa308040fe2941302d188a26cc72fa2c106d5c6ffd18f0184ecb08ca07" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 2d7f3979f60fd7013002a85abe8e20468ce8f8e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:06:10 +0000 Subject: [PATCH 09657/10074] geogram 1.9.6 --- Formula/g/geogram.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/geogram.rb b/Formula/g/geogram.rb index a82d2a29ec8e0..7e2bb665986a6 100644 --- a/Formula/g/geogram.rb +++ b/Formula/g/geogram.rb @@ -1,8 +1,8 @@ class Geogram < Formula desc "Programming library of geometric algorithms" homepage "https://github.com/BrunoLevy/geogram/wiki" - url "https://github.com/BrunoLevy/geogram/releases/download/v1.9.5/geogram_1.9.5.tar.gz" - sha256 "d560dd16d19bb9095f999d7fb6c3ba6b6380d0d4bd0fdb469614c118cf610e1e" + url "https://github.com/BrunoLevy/geogram/releases/download/v1.9.6/geogram_1.9.6.tar.gz" + sha256 "79dbe919737d8988668d6a72196a82389e0dfd8760250d26a28414afd558477f" license all_of: ["BSD-3-Clause", :public_domain, "LGPL-3.0-or-later", "MIT"] head "https://github.com/BrunoLevy/geogram.git", branch: "main" From 91b30c244bf88549178a6e417c88c16e198cd0a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:07:00 +0000 Subject: [PATCH 09658/10074] openapi-generator: update 7.14.0 bottle. --- Formula/o/openapi-generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/openapi-generator.rb b/Formula/o/openapi-generator.rb index 0832ed5dc3b6a..1bd8ec8d489c2 100644 --- a/Formula/o/openapi-generator.rb +++ b/Formula/o/openapi-generator.rb @@ -13,7 +13,7 @@ class OpenapiGenerator < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "ebd105ba0aa8f5caebe47027b68bb0e3cc754a96238ae2001876dba676cb681b" + sha256 cellar: :any_skip_relocation, all: "8d1701f1cfd34bac144e5089cb451605434054704079ac172930a4cf864d59c5" end head do From c7d1512aa62826cc6c372b2e3e3a352858ccc67e Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 25 Jun 2025 16:07:11 +0200 Subject: [PATCH 09659/10074] yaml2json 1.3.5 (new formula) Signed-off-by: botantony --- Formula/y/yaml2json.rb | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Formula/y/yaml2json.rb diff --git a/Formula/y/yaml2json.rb b/Formula/y/yaml2json.rb new file mode 100644 index 0000000000000..7e00ae993de96 --- /dev/null +++ b/Formula/y/yaml2json.rb @@ -0,0 +1,52 @@ +class Yaml2json < Formula + desc "Command-line tool convert from YAML to JSON" + homepage "https://github.com/bronze1man/yaml2json" + url "https://github.com/bronze1man/yaml2json/archive/refs/tags/v1.3.5.tar.gz" + sha256 "efde12ca8b3ab7df3d3eaef35ecfb6e0d54baed33c8d553e7fd611a79c4cee04" + license "MIT" + head "https://github.com/bronze1man/yaml2json.git", branch: "master" + + depends_on "go" => :build + + def install + system "go", "build", *std_go_args(ldflags: "-s -w") + end + + test do + assert_match version.to_s, shell_output("#{bin}/yaml2json --version 2>&1", 1) + + (testpath/"test.yaml").write <<~YAML + firstname: John + lastname: Doe + age: 25 + + items: + - item: Desk + color: black + + - item: Chair + color: brown + YAML + + (testpath/"expected.json").write <<~JSON + { + "age": 25, + "firstname": "John", + "lastname": "Doe", + "items": [ + { + "item": "Desk", + "color": "black" + }, + { + "item": "Chair", + "color": "brown" + } + ] + } + JSON + + assert_equal JSON.parse((testpath/"expected.json").read), + JSON.parse(shell_output("#{bin}/yaml2json < #{testpath}/test.yaml")) + end +end From d95b0588811a0c6d2b936bc4a1e7b0a4b2efcd87 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:10:12 +0000 Subject: [PATCH 09660/10074] huggingface-cli 0.33.1 --- Formula/h/huggingface-cli.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index 5c0758d68b4bf..993f5133f2389 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -3,10 +3,9 @@ class HuggingfaceCli < Formula desc "Client library for huggingface.co hub" homepage "https://huggingface.co/docs/huggingface_hub/index" - url "https://files.pythonhosted.org/packages/91/8a/1362d565fefabaa4185cf3ae842a98dbc5b35146f5694f7080f043a6952f/huggingface_hub-0.33.0.tar.gz" - sha256 "aa31f70d29439d00ff7a33837c03f1f9dd83971ce4e29ad664d63ffb17d3bb97" + url "https://files.pythonhosted.org/packages/a4/01/bfe0534a63ce7a2285e90dbb33e8a5b815ff096d8f7743b135c256916589/huggingface_hub-0.33.1.tar.gz" + sha256 "589b634f979da3ea4b8bdb3d79f97f547840dc83715918daf0b64209c0844c7b" license "Apache-2.0" - revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "9ea6f6c0c5c87685e4f0ab323a39ab5aae4638695b8e64459a2494a96d679b8f" @@ -46,8 +45,8 @@ class HuggingfaceCli < Formula end resource "hf-xet" do - url "https://files.pythonhosted.org/packages/8d/11/b480bb7515db97d5b2b703927a59bbdd3f87e68d47dff5591aada467b4a9/hf_xet-1.1.4.tar.gz" - sha256 "875158df90cb13547752532ed73cad9dfaad3b29e203143838f67178418d08a4" + url "https://files.pythonhosted.org/packages/ed/d4/7685999e85945ed0d7f0762b686ae7015035390de1161dcea9d5276c134c/hf_xet-1.1.5.tar.gz" + sha256 "69ebbcfd9ec44fdc2af73441619eeb06b94ee34511bbcf57cd423820090f5694" end resource "idna" do From 7c8109f77b5493849c5d78c2e700ecd189398925 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:12:02 +0000 Subject: [PATCH 09661/10074] k6 1.1.0 --- Formula/k/k6.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/k6.rb b/Formula/k/k6.rb index c5236e71d216d..c008aafa7637f 100644 --- a/Formula/k/k6.rb +++ b/Formula/k/k6.rb @@ -1,8 +1,8 @@ class K6 < Formula desc "Modern load testing tool, using Go and JavaScript" homepage "https://k6.io" - url "https://github.com/grafana/k6/archive/refs/tags/v1.0.0.tar.gz" - sha256 "790e8a1d1171262095edbd5df5a74f18406d11ea88098560d0f18b7614c8b880" + url "https://github.com/grafana/k6/archive/refs/tags/v1.1.0.tar.gz" + sha256 "b0c4b6a8a015387cef962a105e4ce3069e77376df118f25376af89b37c023f2e" license "AGPL-3.0-or-later" head "https://github.com/grafana/k6.git", branch: "master" From 4f79d0bdb871ccedac078b209bced05ee30d1d9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:12:17 +0000 Subject: [PATCH 09662/10074] kamel 2.7.0 --- Formula/k/kamel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kamel.rb b/Formula/k/kamel.rb index 8617faf2bb8db..0b05128f41d51 100644 --- a/Formula/k/kamel.rb +++ b/Formula/k/kamel.rb @@ -1,8 +1,8 @@ class Kamel < Formula desc "Apache Camel K CLI" homepage "https://camel.apache.org/" - url "https://github.com/apache/camel-k/archive/refs/tags/v2.6.0.tar.gz" - sha256 "64cbac848a8dc789062718ec8bc55e51fc95d176587c0c11719560d4d6d22304" + url "https://github.com/apache/camel-k/archive/refs/tags/v2.7.0.tar.gz" + sha256 "220e779be71e0e2c9e622346975abc5a70f7dd6b6c60daf3515bbcac46b92383" license "Apache-2.0" head "https://github.com/apache/camel-k.git", branch: "main" From 747739e00b99873727587740d0089f9d60237ead Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:17:12 +0000 Subject: [PATCH 09663/10074] maxwell 1.44.0 --- Formula/m/maxwell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/maxwell.rb b/Formula/m/maxwell.rb index 5ef2b9fda473f..a490bbf0f2def 100644 --- a/Formula/m/maxwell.rb +++ b/Formula/m/maxwell.rb @@ -1,8 +1,8 @@ class Maxwell < Formula desc "Reads MySQL binlogs and writes row updates as JSON to Kafka" homepage "https://maxwells-daemon.io/" - url "https://github.com/zendesk/maxwell/releases/download/v1.43.2/maxwell-1.43.2.tar.gz" - sha256 "8c00fa74a0717f2a5103b37c6d92138b247dca68264efe226d9e902713dd25da" + url "https://github.com/zendesk/maxwell/releases/download/v1.44.0/maxwell-1.44.0.tar.gz" + sha256 "fc0dcb98b701dc35b5190bd446d0eb9ec869e6c4d0b6945dbc3542e94e949a68" license "Apache-2.0" livecheck do From 80e05f733b1f4b18091531a3974bff47976f763b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:17:47 +0000 Subject: [PATCH 09664/10074] mihomo 1.19.11 --- Formula/m/mihomo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mihomo.rb b/Formula/m/mihomo.rb index 33cd9e3ae360c..34809141c3c48 100644 --- a/Formula/m/mihomo.rb +++ b/Formula/m/mihomo.rb @@ -1,8 +1,8 @@ class Mihomo < Formula desc "Another rule-based tunnel in Go, formerly known as ClashMeta" homepage "https://wiki.metacubex.one" - url "https://github.com/MetaCubeX/mihomo/archive/refs/tags/v1.19.10.tar.gz" - sha256 "a0ca7bb23fcfa067e8a58a9618879a507881dbca321a8eb0550948b1d26296c0" + url "https://github.com/MetaCubeX/mihomo/archive/refs/tags/v1.19.11.tar.gz" + sha256 "72730aff2c89f1cba60bfc9318e17ac8161db4e6c69bd24b54eb37f9fa646540" license "GPL-3.0-or-later" head "https://github.com/MetaCubeX/mihomo.git", branch: "main" From a088b7dcb6abb00d0b45e0bbfef41bd6566b9be2 Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 25 Jun 2025 16:20:06 +0200 Subject: [PATCH 09665/10074] docker 28.3.0 --- Formula/d/docker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker.rb b/Formula/d/docker.rb index c0de899d6a51b..00bc607652136 100644 --- a/Formula/d/docker.rb +++ b/Formula/d/docker.rb @@ -2,8 +2,8 @@ class Docker < Formula desc "Pack, ship and run any application as a lightweight container" homepage "https://www.docker.com/" url "https://github.com/docker/cli.git", - tag: "v28.2.2", - revision: "e6534b4eb700e592f25e7213568a02f3ce37460d" + tag: "v28.3.0", + revision: "38b7060a218775811da953650d8df7d492653f8f" license "Apache-2.0" head "https://github.com/docker/cli.git", branch: "master" From d54045b528d4842f6ef41b09ee5737df611d71cf Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 25 Jun 2025 16:20:07 +0200 Subject: [PATCH 09666/10074] docker-completion 28.3.0 --- Formula/d/docker-completion.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/docker-completion.rb b/Formula/d/docker-completion.rb index 61afbf6fc1951..df3765b60447a 100644 --- a/Formula/d/docker-completion.rb +++ b/Formula/d/docker-completion.rb @@ -1,8 +1,8 @@ class DockerCompletion < Formula desc "Bash, Zsh and Fish completion for Docker" homepage "https://www.docker.com/" - url "https://github.com/docker/cli/archive/refs/tags/v28.2.2.tar.gz" - sha256 "4a95c430381101c418e02e1ad87679237f3b59d909fa26d9fd36103d0cd36930" + url "https://github.com/docker/cli/archive/refs/tags/v28.3.0.tar.gz" + sha256 "0ac18927138cd2582e02277d365174a118b962f10084a6bef500a58de705e094" license "Apache-2.0" head "https://github.com/docker/cli.git", branch: "master" From fa559c5397c80100a7314ca2a659362dd5e8ed51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:21:07 +0000 Subject: [PATCH 09667/10074] oci-cli 3.61.0 --- Formula/o/oci-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index bf0639579ef83..4825bf15a19de 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -3,8 +3,8 @@ class OciCli < Formula desc "Oracle Cloud Infrastructure CLI" homepage "https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm" - url "https://files.pythonhosted.org/packages/0f/da/836717cc3ed2c0a7655fbfff41937d3d57a6d12c2fb9ad11b7842d89b154/oci_cli-3.60.0.tar.gz" - sha256 "469193f0151a6e0827022eb80405b64677c57402da5319bffb28e8c341e6ef8f" + url "https://files.pythonhosted.org/packages/1c/ca/2b9c61070fe093d756a4e3cae64b44ba8c56f182e4addd64d6dc3d836c70/oci_cli-3.61.0.tar.gz" + sha256 "1a34151f1dd3f506889500c6502dd7e0ad7ee02b9faf878f8af5c3a1ea89445d" license any_of: ["UPL-1.0", "Apache-2.0"] head "https://github.com/oracle/oci-cli.git", branch: "master" From 574ce90b55315ca8164985fa89868b0ac4e3e91c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:21:32 +0000 Subject: [PATCH 09668/10074] oh-my-posh 26.11.0 --- Formula/o/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 97b76a9d78dc6..fbabd78270b42 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.10.1.tar.gz" - sha256 "3f2b8685cf1c74ef49187fdef71357800fb176ee59fd179e8212efc397694688" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.11.0.tar.gz" + sha256 "cae4df0ef9a4530ec4625215d20fae74ba867ac6c81e6d1e04a6e89db2e4ac15" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" From 103fe138ae1fff86ce6ed976ad58cd9ec2397167 Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 25 Jun 2025 16:22:34 +0200 Subject: [PATCH 09669/10074] ortp 5.4.24 Signed-off-by: botantony --- Formula/o/ortp.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/o/ortp.rb b/Formula/o/ortp.rb index 9c5879df4405e..e5341de0c9c9c 100644 --- a/Formula/o/ortp.rb +++ b/Formula/o/ortp.rb @@ -4,14 +4,14 @@ class Ortp < Formula license "GPL-3.0-or-later" stable do - url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.4.23/ortp-5.4.23.tar.bz2" - sha256 "771bbea3ad9329ed5064274cab2ab05de4b8b27fa6449859aaa41b9220faaf34" + url "https://gitlab.linphone.org/BC/public/ortp/-/archive/5.4.24/ortp-5.4.24.tar.bz2" + sha256 "7976a6dbb63744db0eead97d8c3e99c19cbba137a3df0881e08ab39d91c34e50" # bctoolbox appears to follow ortp's version. This can be verified at the GitHub mirror: # https://github.com/BelledonneCommunications/bctoolbox resource "bctoolbox" do - url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.4.23/bctoolbox-5.4.23.tar.bz2" - sha256 "ea1ae5337251fd6b94f610414f37ecfe33e23bcb9998026f99ec03081cbaab30" + url "https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/5.4.24/bctoolbox-5.4.24.tar.bz2" + sha256 "8595738d22f2f41158cfc154c9951ae8c17affe109b5c4e556cac8fd56744598" livecheck do formula :parent From fbe12077716a0d795d2ace97a4a88f55a5d5a7af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:22:39 +0000 Subject: [PATCH 09670/10074] opentofu 1.10.1 --- Formula/o/opentofu.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/opentofu.rb b/Formula/o/opentofu.rb index 82fd23f025ade..1f849ead75f00 100644 --- a/Formula/o/opentofu.rb +++ b/Formula/o/opentofu.rb @@ -1,8 +1,8 @@ class Opentofu < Formula desc "Drop-in replacement for Terraform. Infrastructure as Code Tool" homepage "https://opentofu.org/" - url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.10.0.tar.gz" - sha256 "2c797b609c97b9398666a3d706f143375ec01634f6fb8f97d503f8be80c9298c" + url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.10.1.tar.gz" + sha256 "52e3821a7f3fc6a6bf70ba628bf7c9838f05990d47e293558dd494053a66ecde" license "MPL-2.0" head "https://github.com/opentofu/opentofu.git", branch: "main" From ca02ba8b31fc74a10261b7fa2fbcdea119737ba3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:32:24 +0000 Subject: [PATCH 09671/10074] tanka 0.33.0 --- Formula/t/tanka.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tanka.rb b/Formula/t/tanka.rb index 9243a3f8eba19..4e688a027d4cb 100644 --- a/Formula/t/tanka.rb +++ b/Formula/t/tanka.rb @@ -1,8 +1,8 @@ class Tanka < Formula desc "Flexible, reusable and concise configuration for Kubernetes using Jsonnet" homepage "https://tanka.dev" - url "https://github.com/grafana/tanka/archive/refs/tags/v0.32.0.tar.gz" - sha256 "5d328d3a499787b1eb5d20ddbe20119048636e972db6cd75a3bb83c415f1cce3" + url "https://github.com/grafana/tanka/archive/refs/tags/v0.33.0.tar.gz" + sha256 "1e18499f0eb96b250d1b1129fc8be7660d67b73bbaa225071d8aa6a90b3f58ef" license "Apache-2.0" head "https://github.com/grafana/tanka.git", branch: "main" From ce4145344c61e40959c40a75de4e512412fb6e80 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:34:59 +0000 Subject: [PATCH 09672/10074] vercel-cli 44.2.3 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index d53cc43e5f0b3..876abfd48ae3a 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-44.2.2.tgz" - sha256 "fbccb7da7fb0d712bb78df8a93535f9778f254485b5a38509eb5c943fe1c447c" + url "https://registry.npmjs.org/vercel/-/vercel-44.2.3.tgz" + sha256 "0256cd5cb704bf9aaefe5196fbc96b35de0dc351a5f4849461497dc3a901b840" license "Apache-2.0" bottle do From bb1da07c794e2a069948a79b633f8d6bab477d39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:35:27 +0000 Subject: [PATCH 09673/10074] mesheryctl: update 0.8.110 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 9403f7cbc531c..e5c2f67a1feb3 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7eb6834e4a0a1ee142c5f2211543e168b25be3d0d933420821029db1c54ad26" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7eb6834e4a0a1ee142c5f2211543e168b25be3d0d933420821029db1c54ad26" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b7eb6834e4a0a1ee142c5f2211543e168b25be3d0d933420821029db1c54ad26" - sha256 cellar: :any_skip_relocation, sonoma: "66936630145b55bdc7677a7cdf61cb24d8e85e6d43d5dff09a6567ba9d0a8427" - sha256 cellar: :any_skip_relocation, ventura: "66936630145b55bdc7677a7cdf61cb24d8e85e6d43d5dff09a6567ba9d0a8427" - sha256 cellar: :any_skip_relocation, arm64_linux: "9f5cacaed042097ceab7c445ba80c10e3be70dd67eebab02db5fec5d2e8feb5b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a9e7c964a8f9f3e3338705ca816e5ce28b21cdcf3934af3e3b1918d4c6538ce4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba689fa251ccb6ff18a2a6124ed86fe2fa518358585761c24c7bae4567b8f564" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba689fa251ccb6ff18a2a6124ed86fe2fa518358585761c24c7bae4567b8f564" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ba689fa251ccb6ff18a2a6124ed86fe2fa518358585761c24c7bae4567b8f564" + sha256 cellar: :any_skip_relocation, sonoma: "dad31abc84d74e936e8524713afb006098f6301e1f303a5ce42e37cb8b475890" + sha256 cellar: :any_skip_relocation, ventura: "dad31abc84d74e936e8524713afb006098f6301e1f303a5ce42e37cb8b475890" + sha256 cellar: :any_skip_relocation, arm64_linux: "4794e6a9e94ef2034cace991bbe7d8a3c254bd495e89ce24c6b9dc2e6883eec0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d476a1bbaaff359b47ae081900ed7b8167c5de3db90ede75e5552bc57bd53045" end depends_on "go" => :build From fb3bf6821cf132a106dbae13ed61a0d0ccc3bf58 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:35:47 +0000 Subject: [PATCH 09674/10074] wakatime-cli 1.115.5 --- Formula/w/wakatime-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wakatime-cli.rb b/Formula/w/wakatime-cli.rb index 938be50a6b444..cd2d92cd7e00d 100644 --- a/Formula/w/wakatime-cli.rb +++ b/Formula/w/wakatime-cli.rb @@ -2,8 +2,8 @@ class WakatimeCli < Formula desc "Command-line interface to the WakaTime api" homepage "https://wakatime.com/" url "https://github.com/wakatime/wakatime-cli.git", - tag: "v1.115.4", - revision: "85251e6360e46a71afd0a438b9241ecd70780910" + tag: "v1.115.5", + revision: "d091948eda7c7e32f563f2056348f992e3584517" license "BSD-3-Clause" version_scheme 1 From 089b3b390fb9f0d322f0dfe96977040c97e442a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:36:28 +0000 Subject: [PATCH 09675/10074] whisper-cpp 1.7.6 --- Formula/w/whisper-cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/whisper-cpp.rb b/Formula/w/whisper-cpp.rb index b83cc4b647e85..3640472de4e18 100644 --- a/Formula/w/whisper-cpp.rb +++ b/Formula/w/whisper-cpp.rb @@ -1,8 +1,8 @@ class WhisperCpp < Formula desc "Port of OpenAI's Whisper model in C/C++" homepage "https://github.com/ggml-org/whisper.cpp" - url "https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.7.5.tar.gz" - sha256 "2fda42b57b7b8427d724551bd041616d85401fb9382e42b0349132a28920a34f" + url "https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.7.6.tar.gz" + sha256 "166140e9a6d8a36f787a2bd77f8f44dd64874f12dd8359ff7c1f4f9acb86202e" license "MIT" head "https://github.com/ggml-org/whisper.cpp.git", branch: "master" From eec0c5a889e6e3166012da527da9115248f026bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:40:29 +0000 Subject: [PATCH 09676/10074] k6: update 1.1.0 bottle. --- Formula/k/k6.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/k6.rb b/Formula/k/k6.rb index c008aafa7637f..0bd138b82b760 100644 --- a/Formula/k/k6.rb +++ b/Formula/k/k6.rb @@ -7,12 +7,12 @@ class K6 < Formula head "https://github.com/grafana/k6.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "38ad23f362dcc33ac2b99cc9c5c50a2f8bd46bea7bd79ca32818584f381776b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "38ad23f362dcc33ac2b99cc9c5c50a2f8bd46bea7bd79ca32818584f381776b0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "38ad23f362dcc33ac2b99cc9c5c50a2f8bd46bea7bd79ca32818584f381776b0" - sha256 cellar: :any_skip_relocation, sonoma: "cf258efa6b268478028b8e1cf2bdc902dafb3d32079fb47602897256a74b72cb" - sha256 cellar: :any_skip_relocation, ventura: "cf258efa6b268478028b8e1cf2bdc902dafb3d32079fb47602897256a74b72cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a23290c9ad12400f796b7a0028190c78938b932610204c3d7d33ad1002850610" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a37835c471ced98d9c920a4e30a4b640130ef996b026fd6144b9a8c1b5b68c72" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a37835c471ced98d9c920a4e30a4b640130ef996b026fd6144b9a8c1b5b68c72" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a37835c471ced98d9c920a4e30a4b640130ef996b026fd6144b9a8c1b5b68c72" + sha256 cellar: :any_skip_relocation, sonoma: "0528425a72c2c5e742396a041aecd015cab7af1c9c620598d216a9458ca18dbd" + sha256 cellar: :any_skip_relocation, ventura: "0528425a72c2c5e742396a041aecd015cab7af1c9c620598d216a9458ca18dbd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e2d0ce5bbf15880b2c35d31108452ae8a149db04929d97cc2eddb2912fb37edf" end depends_on "go" => :build From 70f590db42d6ffb9112009be1d87b6d4ab794c85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:40:43 +0000 Subject: [PATCH 09677/10074] fabric-ai: update 1.4.215 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 5396b65b8420a..7b18619200b27 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f" - sha256 cellar: :any_skip_relocation, sonoma: "d2565c9305264c64cb49715834561f844f5360122112b0554d80378f93d73482" - sha256 cellar: :any_skip_relocation, ventura: "d2565c9305264c64cb49715834561f844f5360122112b0554d80378f93d73482" - sha256 cellar: :any_skip_relocation, x86_64_linux: "efff2c60bf0a3460e1e1b26d34de8d7ff046cfc32cda548710957a30294a0447" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "237946714814ff2e86fd2a82c326bb556287d0a18889fdac2cf3e387ce78f667" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "237946714814ff2e86fd2a82c326bb556287d0a18889fdac2cf3e387ce78f667" + sha256 cellar: :any_skip_relocation, arm64_ventura: "237946714814ff2e86fd2a82c326bb556287d0a18889fdac2cf3e387ce78f667" + sha256 cellar: :any_skip_relocation, sonoma: "2b34c1e56398f5c33a258b9f61e44adc64222b328b0d389a2e725a934416cbc5" + sha256 cellar: :any_skip_relocation, ventura: "2b34c1e56398f5c33a258b9f61e44adc64222b328b0d389a2e725a934416cbc5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b28e3d8019ddab9dcd8f6230c35eb966e6f60c2792e42a5c9cdf41fe35c4d5d0" end depends_on "go" => :build From abc621a06bcdd787eafd36652e77512d7e0fb22c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:40:49 +0000 Subject: [PATCH 09678/10074] dagger: update 0.18.11 bottle. --- Formula/d/dagger.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dagger.rb b/Formula/d/dagger.rb index 71c7452eddb9f..1c1c83208ff75 100644 --- a/Formula/d/dagger.rb +++ b/Formula/d/dagger.rb @@ -12,12 +12,12 @@ class Dagger < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "66c7895f1bcf0eaad31d7f36e7b31b6db5763c2fcbf9c6940e0f2769e1807e3a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "66c7895f1bcf0eaad31d7f36e7b31b6db5763c2fcbf9c6940e0f2769e1807e3a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "66c7895f1bcf0eaad31d7f36e7b31b6db5763c2fcbf9c6940e0f2769e1807e3a" - sha256 cellar: :any_skip_relocation, sonoma: "f3419dc1c4d285d23b7332b15126fbef14e4177f2702f5fedefd63255e5030e4" - sha256 cellar: :any_skip_relocation, ventura: "f3419dc1c4d285d23b7332b15126fbef14e4177f2702f5fedefd63255e5030e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3018b69dc4bf84c1b92b96d926a4f56c0dcbf26bcd6d2b2dfce5d3f0dc8a4063" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "43a3533b30d39ed2ea6ccec425966852b78a00206e2400656d5c02cd02742d90" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "43a3533b30d39ed2ea6ccec425966852b78a00206e2400656d5c02cd02742d90" + sha256 cellar: :any_skip_relocation, arm64_ventura: "43a3533b30d39ed2ea6ccec425966852b78a00206e2400656d5c02cd02742d90" + sha256 cellar: :any_skip_relocation, sonoma: "756907a46de1226598a041a9ff0b9a3dd45b766d192c87d519bea14a6a475b39" + sha256 cellar: :any_skip_relocation, ventura: "756907a46de1226598a041a9ff0b9a3dd45b766d192c87d519bea14a6a475b39" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9ee8a717043d2e5b2e9671b99bce8d7b4e7f69ab1671cb6c6aa0f07cb0d0b3ed" end depends_on "go" => :build From 63710b19f7466f8f195aa2d7b765a4d1d0cd14fe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:40:49 +0000 Subject: [PATCH 09679/10074] caf: update 1.1.0 bottle. --- Formula/c/caf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/caf.rb b/Formula/c/caf.rb index a29b1ec93fb6e..5d1282dd4cd91 100644 --- a/Formula/c/caf.rb +++ b/Formula/c/caf.rb @@ -8,13 +8,13 @@ class Caf < Formula head "https://github.com/actor-framework/actor-framework.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "9537e004e941d95aac0be101fdb15af8482210717eec4ff76dcb467837cbbe18" - sha256 cellar: :any, arm64_sonoma: "4b8e61e0a9dba95d2b2894b31a370cddacfc030bd1ac9d8876fa3c80e9ed88c6" - sha256 cellar: :any, arm64_ventura: "acbf088b4337573a0710635d25ae8bb4828a8913b552443206b1c92ed0a555cc" - sha256 cellar: :any, sonoma: "418ac2c0d3b64145b22f801ba4868490d9306babce62ce2e315da9ccf4b8228d" - sha256 cellar: :any, ventura: "0d94e1fd5b0d827b48ae36871873a7f574635ca36256616912bfc1a3f02b390a" - sha256 cellar: :any_skip_relocation, arm64_linux: "678ca206b7bbb125aaf83dd4cacc878c720379a8a38a6372cb6a3b5834e2cf34" - sha256 cellar: :any_skip_relocation, x86_64_linux: "891cd444eefd7ff0c2ca32273b9d7734a43a33f6758b343a126dfb99a8006b3d" + sha256 cellar: :any, arm64_sequoia: "7678c03ac5833969bc5ef720b398e774d1e3156d268d34ce9d95349e7f885823" + sha256 cellar: :any, arm64_sonoma: "34839f1a22902b556f3ece25edc7e1b3123768f17ed76f2a0e5a24ae0f13110b" + sha256 cellar: :any, arm64_ventura: "c2b9cac897daf44e7c17dcf6b52790a4ed3b74d36a96b61f1794bf3077be02df" + sha256 cellar: :any, sonoma: "aa3ca3370d07b8ed67d9e319eccf4412e8b7cd8a654eadd8df8fbf1f2c2feff3" + sha256 cellar: :any, ventura: "967061c8c7b2f3b6adc948623502333c7d680616a6fe21941374aba7f836ae01" + sha256 cellar: :any_skip_relocation, arm64_linux: "980f1e6bf7b3462f90c1251a2fc22ca9cdee8f81e1ae631fd34cdd48469aad7c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "18dd86732ab832bc6b035af48f3fcc8d05c6ec4dca5ec068d09f43fc3b724335" end depends_on "cmake" => :build From da6f3068a1d9ffbffc29c50081f436f06a1dd97b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:40:52 +0000 Subject: [PATCH 09680/10074] geogram: update 1.9.6 bottle. --- Formula/g/geogram.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/geogram.rb b/Formula/g/geogram.rb index 7e2bb665986a6..61d57bbe0aaa7 100644 --- a/Formula/g/geogram.rb +++ b/Formula/g/geogram.rb @@ -12,13 +12,13 @@ class Geogram < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "29687107bb45ab0d397d927f900a3534dbbb26ebb8b3574fcd2422dccd0144d1" - sha256 cellar: :any, arm64_sonoma: "7b4d6118e4949d4767ecf2c1f5d78c644350acbeb9568780abf0a34d0152118a" - sha256 cellar: :any, arm64_ventura: "ab91e6e70dcb12d181fd7b13efcf923ff3971c883f6ef1c4e1cac971da3867e1" - sha256 cellar: :any, sonoma: "28e36d51008b5787861e14c5c821144699b29602f555dab6bcd1a9379e6d7432" - sha256 cellar: :any, ventura: "283a675b700596c7536aad422bb5658b16c127ba6f0324763af56e877911c614" - sha256 cellar: :any_skip_relocation, arm64_linux: "27389e3bf7fc6336c68794710de6207b6ce1fc003c39ed6bc4dbac8b1bf79a25" - sha256 cellar: :any_skip_relocation, x86_64_linux: "59a3b9c57e27ee8128ae157e42c7cd0c89967fc6b205a44e68fe867018d4b92e" + sha256 cellar: :any, arm64_sequoia: "22064d4eb5697da2062d89f7799331892e5a7ee884a6df8e17b73f714e33fd2d" + sha256 cellar: :any, arm64_sonoma: "2a964845fbba0b4b9d775ac636732b77d722d0b2ba57cf933fec5c0878e673d2" + sha256 cellar: :any, arm64_ventura: "6409d086230bbc1d1ac4fbcfa5afb130361edfb67f99b39938924c70faad9003" + sha256 cellar: :any, sonoma: "68dfef9b699aa85f024e839c3b890df645890e55dbf5ab38d019e7581c57d4f0" + sha256 cellar: :any, ventura: "3ea71d80202019ee2ec11ca17074f65cb9aa07f892eea2125a5a8d8eae27895b" + sha256 cellar: :any_skip_relocation, arm64_linux: "94b9da54d7c72b6c31208f3bd1516275108753a33398869c885a2af28aa6ec26" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7b2d92bf98c570c42f3df59d39d2d1e42ba62554b1b993ccedf66e1dd39773a2" end depends_on "cmake" => :build From 3dabf1137f0bfe55dd72cafb3459f74d3cdaacc4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:44:30 +0000 Subject: [PATCH 09681/10074] kamel: update 2.7.0 bottle. --- Formula/k/kamel.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kamel.rb b/Formula/k/kamel.rb index 0b05128f41d51..bbe34b3bcd962 100644 --- a/Formula/k/kamel.rb +++ b/Formula/k/kamel.rb @@ -12,12 +12,12 @@ class Kamel < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0cb6f257d777d5a16c296a1d2f99b072f797930884a08984baf2f6174420329" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0cb6f257d777d5a16c296a1d2f99b072f797930884a08984baf2f6174420329" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b0cb6f257d777d5a16c296a1d2f99b072f797930884a08984baf2f6174420329" - sha256 cellar: :any_skip_relocation, sonoma: "6f7272988866ceefaa6f9877bdd6cabdbdcc7b35a163c2deb4235fefd8cd3988" - sha256 cellar: :any_skip_relocation, ventura: "6f7272988866ceefaa6f9877bdd6cabdbdcc7b35a163c2deb4235fefd8cd3988" - sha256 cellar: :any_skip_relocation, x86_64_linux: "93d45b6b754b21fdd7ad23ed720227b918d5fd74d2897323c800e7e7417c26f6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "94866f102414ebf2847d884ea8413849d8542144015258123963a61e4d7e71d8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec606d94e76dd467836a1e5dcb9e6f3b8a98459f5c2748181c8553e311dda518" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0be95ba7c330d904c297f623d855798cb59e7478e22838ee5da025f2d672100c" + sha256 cellar: :any_skip_relocation, sonoma: "ad402478408c92bf84410dbef0df8f0bacf4737a236499f08da453e1ddb761f6" + sha256 cellar: :any_skip_relocation, ventura: "395351fabedb60717cc1e452071cf013c9d7cf7b3d86070d7f66b8566f2b21d2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b76d52aec8f5c5d199f96a11cc65a80448064f8904b19537454d3d1d68c8e315" end depends_on "go" => :build From bc4f633f9aeb9c5c16298dafd98363b7abad93ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:47:22 +0000 Subject: [PATCH 09682/10074] mihomo: update 1.19.11 bottle. --- Formula/m/mihomo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mihomo.rb b/Formula/m/mihomo.rb index 34809141c3c48..effb31256bcd0 100644 --- a/Formula/m/mihomo.rb +++ b/Formula/m/mihomo.rb @@ -7,13 +7,13 @@ class Mihomo < Formula head "https://github.com/MetaCubeX/mihomo.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "65e28b3821978a0cceeef732f9d427c4353b70fd4f82720f6ac190855527f09c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "034cc7e6fca1de4d05c46384a80a02f85c648f98e7a171ba1e6e02fa33268aa0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a844f3c640b9c3c3f8f713e26adddb1909b19c7543169dd0befd49d1ab55195" - sha256 cellar: :any_skip_relocation, sonoma: "e4dec29cf05cab364e8eb24e69e051c24d8db396a95a8702965fd43efa4004ea" - sha256 cellar: :any_skip_relocation, ventura: "43f8f4b686fc953e0368ff758aa803ef7f0bbc415733d2d29645c19444861785" - sha256 cellar: :any_skip_relocation, arm64_linux: "e64c1d023fdaccf392c0bd5cc3901f2ffc59397667547b3e36ea814864df1b12" - sha256 cellar: :any_skip_relocation, x86_64_linux: "87bbcad993d18333922848b275de8ac461676ab5c0045ae66e9f87523716f9fa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "da4a0bc0ffa33edd0c6ba6646c12a823256b3414e204d1b71aa95dc4767804c5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3578e88f6e67f3707cce91af40c31efe6cf422f9c0d94ccc7c8b199bf0fc83b3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a6a94ad17d00ee381f2d5a986fefff4727ce841e49e43669517dc60f66db3988" + sha256 cellar: :any_skip_relocation, sonoma: "2be0f6b0d2db2b322c9819187e212f26754503b74453db2585d104ab874faafd" + sha256 cellar: :any_skip_relocation, ventura: "f89010117ec42805d22d0b2c217be33d74c5709b349b6ef993a41cbef3683286" + sha256 cellar: :any_skip_relocation, arm64_linux: "14b751f50e16f8ab95d5dc247d83ec5a9ec25f342f0a39125ee3664ea33f6295" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6eb23e788a5c8a320ff49e681a583e262c9dfd4553e6df0ad1ecaee558250ebe" end depends_on "go" => :build From 2fa24b3f0dbc1c4f84fc8cd1c052c556a3dc44bd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:48:04 +0000 Subject: [PATCH 09683/10074] huggingface-cli: update 0.33.1 bottle. --- Formula/h/huggingface-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/huggingface-cli.rb b/Formula/h/huggingface-cli.rb index 993f5133f2389..e3ab714a3e0fe 100644 --- a/Formula/h/huggingface-cli.rb +++ b/Formula/h/huggingface-cli.rb @@ -8,12 +8,12 @@ class HuggingfaceCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "9ea6f6c0c5c87685e4f0ab323a39ab5aae4638695b8e64459a2494a96d679b8f" - sha256 cellar: :any, arm64_sonoma: "41d7cf51120054e731bd50956233710414dc0aa704498f6620e40239e96acba8" - sha256 cellar: :any, arm64_ventura: "2a1cc83ee28f3a5be8b10a4e48ce869458cbc40baa76ddcf298875e18cd767e1" - sha256 cellar: :any, sonoma: "f720281a9670b9a9a4608813d485a53879e08c9a298cdc7122e16a89e72ccc07" - sha256 cellar: :any, ventura: "6d78a8eff0bde13dc4b9d612b90413b4fb122ba4781a870fb656955cd17505fa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2c5ca916403694b0c434bc29313936e5442c5063d4de983cb2dd70f1fd4c86e" + sha256 cellar: :any, arm64_sequoia: "417f4367bd01f3428796e0ad70c23966abfaf15f664185eb87069e21467c145f" + sha256 cellar: :any, arm64_sonoma: "4d5dce6b6ccc29e6531e0af04af7c08b6df63bfef12a329a3317992b92481556" + sha256 cellar: :any, arm64_ventura: "7c21bb5f86d760906989d5e107e4d5719740cf79fa843aae473c5023764b8aa6" + sha256 cellar: :any, sonoma: "5a2845d6938bd2b8db5e4d9d25f60afeaf090eeadb7f217d539a41c48c119967" + sha256 cellar: :any, ventura: "9c4941af7915e496d7a0590e9769ee2e5ca5cf79761046007333ab4954ece1e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "89b2a4e7d764e215f3c3d71a08b5a63cc532d94a1eee37b1a5553c983d16aba1" end depends_on "maturin" => :build # for `hf-xet` From aaba19b00f444a2d602c484a335620a76e5007d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:50:17 +0000 Subject: [PATCH 09684/10074] maxwell: update 1.44.0 bottle. --- Formula/m/maxwell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/maxwell.rb b/Formula/m/maxwell.rb index a490bbf0f2def..ad5de2dd1ee9c 100644 --- a/Formula/m/maxwell.rb +++ b/Formula/m/maxwell.rb @@ -11,7 +11,7 @@ class Maxwell < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "ed1b476d18951f81c7cd7bf171b60d077eac420a3b1b12d636d7297e714a53a3" + sha256 cellar: :any_skip_relocation, all: "7936717f581277493c6ad575ea46d192b8928105b5f03eb8c68ce1aa85de6441" end depends_on "openjdk" From ddb892e00efa6c79c4b6fd74928b9eb7c20a849a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:57:04 +0000 Subject: [PATCH 09685/10074] oh-my-posh: update 26.11.0 bottle. --- Formula/o/oh-my-posh.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index fbabd78270b42..01bf9195cbf9b 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -15,12 +15,12 @@ class OhMyPosh < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5980e1a2513df348214f06d65666b90e5ab3bdd29eb959e65e79609b706b779b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc2f565858c60dd0d3d926bf4ceba676a9a096492a55ff46be563c1b179c8b90" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d64bd141f0ecd31e488dbe8d273ff092a7473952237c1096cfd8b9a163c705e0" - sha256 cellar: :any_skip_relocation, sonoma: "b6ff16488d1fb763783ead493464f9b52e183d005ab9cdc1cf44eba29ad7adc0" - sha256 cellar: :any_skip_relocation, ventura: "c93b52967713fc42b6de7421cffe48363f5ae023cb6bc176255b0f8c438631a4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d16cc0c449cb6d744910c2fdb5fbcbaaeaf7077452b0ccbc319884ac64244939" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cfebf6829e43824038edfb73a2c0e5637cd41a1639162928406d7956e9d2a16" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a65236ad12302c75bf25e6324c3059c3e9db7cbda6b4d50b2c37d3872534b0a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "65ee013a3db89e7b97a10e8b9924c48b9f681842c9924f729675a7317514da1e" + sha256 cellar: :any_skip_relocation, sonoma: "ebfa12e88a33ad47f25d6dd24578ef5226318edfe602c27b4b7f157729d42fe4" + sha256 cellar: :any_skip_relocation, ventura: "f815ee5bc946df965503a91969abff4e1dbabd5f96530f1ac45856cce3a5a0d1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "83b8e5e8e23f76eca3f4beb82eff5f6578afa2e6de70f1f004c899cd6163dc0b" end depends_on "go" => :build From e97b4902c5000c3489951c4289f5c0b3f52ee800 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:00:30 +0000 Subject: [PATCH 09686/10074] ortp: update 5.4.24 bottle. --- Formula/o/ortp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ortp.rb b/Formula/o/ortp.rb index e5341de0c9c9c..f06c6d7e3d903 100644 --- a/Formula/o/ortp.rb +++ b/Formula/o/ortp.rb @@ -24,13 +24,13 @@ class Ortp < Formula no_autobump! because: "resources cannot be updated automatically" bottle do - sha256 cellar: :any, arm64_sequoia: "011ec7b25bf8731b741fbc5bd3291dd5319b6f3f74bd85ab9c5aa21516c80956" - sha256 cellar: :any, arm64_sonoma: "1b65fd3dce5259fd9d063334c2496731a6876c7ced49658799d25b129e9ef71c" - sha256 cellar: :any, arm64_ventura: "ea80dbabce736fd63053e4ab29df86b064d51e6cc7ced3b4cedf4ee317dc8890" - sha256 cellar: :any, sonoma: "2396df6cfd71accdd4d380720e78fa0cc66acd45f542546ae1e1d7c170a6f274" - sha256 cellar: :any, ventura: "2c531584fcc42b47895e5d91a40ae27446e390fc39dcaf0ef594761cda2bf40f" - sha256 cellar: :any_skip_relocation, arm64_linux: "86f52d16c92199cf5851380139ae31d8e462983d6e4686c7adc510676472f6ec" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f43fd2fc2f3f73970595c391a05441ee5f0c16f9a093fd7c53d1b934b2b2eee0" + sha256 cellar: :any, arm64_sequoia: "71409050d2220864ce6050815384d3fd7ca1294715f0c890dd2c00962c3d6790" + sha256 cellar: :any, arm64_sonoma: "eee10e4c4d3fbd04a5f21cb14f33c77ae5af92dd6403ee7ff806e6ef8c77e554" + sha256 cellar: :any, arm64_ventura: "4d11bc3f0ca5427f1cc3bdf877252fb65b5b7ed54567fe86457cf4349f5ee6ba" + sha256 cellar: :any, sonoma: "2ac05af428cbc254ba1e548876f0e2df4b1a8e36cb6ca81508c11f18fc370828" + sha256 cellar: :any, ventura: "864ff5c35a164f237f98ac889ebfc436e465ad00758988ff1983a58cd4d23839" + sha256 cellar: :any_skip_relocation, arm64_linux: "e31c7d60d5348a68cd438a3bcfa5301ddab50dad8aac17602541eadb4a89e1ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c7a1ea067f8df2596abd0ee46ab3688e25ad8031c4e4d3a0a8735f4e0260b307" end head do From 98bea4f00321cdf3bccda14c08f58113ced8b2bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:02:32 +0000 Subject: [PATCH 09687/10074] tanka: update 0.33.0 bottle. --- Formula/t/tanka.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tanka.rb b/Formula/t/tanka.rb index 4e688a027d4cb..ccc81246902ba 100644 --- a/Formula/t/tanka.rb +++ b/Formula/t/tanka.rb @@ -12,13 +12,13 @@ class Tanka < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "68f328c212a17e0770693e85a98492e7c7bd5db2717f253addda414898213394" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "68f328c212a17e0770693e85a98492e7c7bd5db2717f253addda414898213394" - sha256 cellar: :any_skip_relocation, arm64_ventura: "68f328c212a17e0770693e85a98492e7c7bd5db2717f253addda414898213394" - sha256 cellar: :any_skip_relocation, sonoma: "699264d6515427f4c916a519a014946b2d6d8483f70a9f7c8d05a5e9b805a67b" - sha256 cellar: :any_skip_relocation, ventura: "699264d6515427f4c916a519a014946b2d6d8483f70a9f7c8d05a5e9b805a67b" - sha256 cellar: :any_skip_relocation, arm64_linux: "93a66c137ec158f06004a53ac11fc6472e637f7a31aeecf77dbee1982b1f4f4f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ab0a88919e82c9def686caac9958e5e902234cba479cc562e8fabf22397187da" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "feb7cfaa607e2124d7ad863eba4be63a65e50717f8b84ceba4fde6fb5a4ee465" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "feb7cfaa607e2124d7ad863eba4be63a65e50717f8b84ceba4fde6fb5a4ee465" + sha256 cellar: :any_skip_relocation, arm64_ventura: "feb7cfaa607e2124d7ad863eba4be63a65e50717f8b84ceba4fde6fb5a4ee465" + sha256 cellar: :any_skip_relocation, sonoma: "b87820933d9f6ed422974a344737557a3ba91ab696b2dd8bc2071831bd621af3" + sha256 cellar: :any_skip_relocation, ventura: "b87820933d9f6ed422974a344737557a3ba91ab696b2dd8bc2071831bd621af3" + sha256 cellar: :any_skip_relocation, arm64_linux: "3b7814d3291301823ecdd656e56b35751a4e0d23754415a81947d810ef13cc23" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3aed090b96267bdafaa3b4a6c8543e740ee7bdab58a3a5ca9e92c25b9a9d4c4e" end depends_on "go" => :build From d44c85011dfb141630c4268b0037402c0b3bb7e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:32:02 +0000 Subject: [PATCH 09688/10074] systemd 257.7 --- Formula/s/systemd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/systemd.rb b/Formula/s/systemd.rb index 0091cd3543b91..74e805234cb1e 100644 --- a/Formula/s/systemd.rb +++ b/Formula/s/systemd.rb @@ -3,8 +3,8 @@ class Systemd < Formula desc "System and service manager" homepage "https://systemd.io" - url "https://github.com/systemd/systemd/archive/refs/tags/v257.6.tar.gz" - sha256 "1ac656c61e595cc6e653883d554caadd2053f323d9065c0daff69f83368b120c" + url "https://github.com/systemd/systemd/archive/refs/tags/v257.7.tar.gz" + sha256 "70ecf759260549486045d065555d2f8a0ac0b8523d8f58227559fbd6d7523b08" license all_of: [ # Main license is LGPL-2.1-or-later while systemd-udevd is GPL-2.0-or-later "LGPL-2.1-or-later", From 9d68f97410ffaa64af2f3223a90fcaea89828f7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:05:50 +0000 Subject: [PATCH 09689/10074] wakatime-cli: update 1.115.5 bottle. --- Formula/w/wakatime-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/w/wakatime-cli.rb b/Formula/w/wakatime-cli.rb index cd2d92cd7e00d..d403405fa89dd 100644 --- a/Formula/w/wakatime-cli.rb +++ b/Formula/w/wakatime-cli.rb @@ -8,12 +8,12 @@ class WakatimeCli < Formula version_scheme 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "937a4294dbbcd7fea4464d6210daa2364828285fcabf3ef8cd1d11f1ac57ee34" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "937a4294dbbcd7fea4464d6210daa2364828285fcabf3ef8cd1d11f1ac57ee34" - sha256 cellar: :any_skip_relocation, arm64_ventura: "937a4294dbbcd7fea4464d6210daa2364828285fcabf3ef8cd1d11f1ac57ee34" - sha256 cellar: :any_skip_relocation, sonoma: "1a31678a9a205310babf552fc49bb4d944ea746b4632543e83bbb7de95c175ad" - sha256 cellar: :any_skip_relocation, ventura: "1a31678a9a205310babf552fc49bb4d944ea746b4632543e83bbb7de95c175ad" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fab8bb433c14f151d2e1c74245ab04f2fde478f2f83fb2bc3f07a9b28687a220" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9c1161e167ffc591b2d8514c94d954d3766cd3b5a46c88911ff3628edf4fa05" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9c1161e167ffc591b2d8514c94d954d3766cd3b5a46c88911ff3628edf4fa05" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b9c1161e167ffc591b2d8514c94d954d3766cd3b5a46c88911ff3628edf4fa05" + sha256 cellar: :any_skip_relocation, sonoma: "38fe938762a5b947aa2d738e57f886a88cc1ae827c7e9b1e47d00d3155afdca4" + sha256 cellar: :any_skip_relocation, ventura: "38fe938762a5b947aa2d738e57f886a88cc1ae827c7e9b1e47d00d3155afdca4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0e5ca926ebf970350d91ac1abd8708981100af57b3935de6f31efb7fdc0b7e80" end depends_on "go" => :build From d1b636c0d90da3a6001bf2f576382ae4cb4b544f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 15:08:18 +0000 Subject: [PATCH 09690/10074] pkgconf: update 2.5.1 bottle. --- Formula/p/pkgconf.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/p/pkgconf.rb b/Formula/p/pkgconf.rb index 49301ff2db96a..1b58732fa1fae 100644 --- a/Formula/p/pkgconf.rb +++ b/Formula/p/pkgconf.rb @@ -12,14 +12,14 @@ class Pkgconf < Formula end bottle do - sha256 arm64_sequoia: "fd9e23c224f18006ca873acd92e8e22cbda749cd150ef7516122d394d1655f1f" - sha256 arm64_sonoma: "444c2f67483ed4246e7cdcd019947ed6672e7ac79afcee64e344a18735b521ae" - sha256 arm64_ventura: "f0edc798188e60e0fd82815f0f21b186a0d41310ce71d4aac17411219140bd2e" - sha256 sequoia: "ff125cd1355b46cc32f801e9aeac280659b9f67dd4adeebc3c8cbbad6646330d" - sha256 sonoma: "2196e245926fbd2fc400b05c67d93d2053de30d7971cda41ad55e11d0d2320c2" - sha256 ventura: "45d0102051d02a96394b8b28fa53caa0a4b28af871e1093c0435ccf0ef079971" - sha256 arm64_linux: "b23fff3027dc4144931bd826dd148b616574fa15848b60595ee876234d3da495" - sha256 x86_64_linux: "4b8ea4a65be2d9ea9f7c4f6ef9fddc182e097d34abf8249f23f54a77924ebe76" + sha256 arm64_sequoia: "6fabdc3d0a656e2d505aec4e39b2f8e354601ee141469554fa71eabc3386e18f" + sha256 arm64_sonoma: "bc7f9963756598248220da128a5f06ea0e6685aa7cd965a5ce357fcfaad2cdec" + sha256 arm64_ventura: "8d53ac0deb003f8866315c4c27a1aa4767467c9fa13c912f52cb29e37fbe7916" + sha256 sequoia: "a074f871aa476dec1101c13b4fcfbb9354a8b35bcb6e056f8411463913632071" + sha256 sonoma: "439e8e638986c4423f430719f28cd7c62e8d9a1b87ac658c069fd5da939784f8" + sha256 ventura: "e38acbfd930c9588f4d1eabe061b956948aaff32cccb30c457430779c1e4f7f5" + sha256 arm64_linux: "abdf9fbefab1d7b7219a619fb5bd44b58c00a71146a43cb24b71700c2ead369e" + sha256 x86_64_linux: "9df0ce4d9ebae822b763a9c18565d1596a40b2a2e5849c743e768a99f554f24b" end head do From 5e80d88c25e0b2836f75243d1cc7e45d95cade66 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:08:50 +0000 Subject: [PATCH 09691/10074] vercel-cli: update 44.2.3 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 876abfd48ae3a..a0060c08905d7 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ab7978afc675ab9a81adb60711093d6b16c63a3beaa1cb070949fa1e43362b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ab7978afc675ab9a81adb60711093d6b16c63a3beaa1cb070949fa1e43362b0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2ab7978afc675ab9a81adb60711093d6b16c63a3beaa1cb070949fa1e43362b0" - sha256 cellar: :any_skip_relocation, sonoma: "c144e6f3df23944533fb2fe47026ee0d0a9163df3e5bc8f514433a15349af94b" - sha256 cellar: :any_skip_relocation, ventura: "c144e6f3df23944533fb2fe47026ee0d0a9163df3e5bc8f514433a15349af94b" - sha256 cellar: :any_skip_relocation, arm64_linux: "60e2367da81824834aae44a8559989670337c248d48a85ac78be1b20ec93b2f9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b46def26ae993132baef661e1e48d601e69bc26c1e9398e5f6b5b5caa7ebe356" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce7f19dfecf7248418ce3bfa4aeb65577fe5b8dbbda46975711e0137e7f389e2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce7f19dfecf7248418ce3bfa4aeb65577fe5b8dbbda46975711e0137e7f389e2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ce7f19dfecf7248418ce3bfa4aeb65577fe5b8dbbda46975711e0137e7f389e2" + sha256 cellar: :any_skip_relocation, sonoma: "0c19a5131800dbef3a9079e7519a8c5096e0d326d83caaeee08be7ad65b3fb42" + sha256 cellar: :any_skip_relocation, ventura: "0c19a5131800dbef3a9079e7519a8c5096e0d326d83caaeee08be7ad65b3fb42" + sha256 cellar: :any_skip_relocation, arm64_linux: "5bd2acbdcaf0e30d86b9fa4af2241acf2d121a3eae0e55970a1a5d946c8a883d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "83c0702c5b36bd8653a0dd2abca64c3dc971237985cf91317dbdf0baeaa76567" end depends_on "node" From 0d132c901b8a8d54e4f573e0dc4203b891b22c29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:29:32 +0000 Subject: [PATCH 09692/10074] sentry-native 0.9.1 sentry-native: update deps Signed-off-by: Rui Chen --- Formula/s/sentry-native.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/s/sentry-native.rb b/Formula/s/sentry-native.rb index 28eac189a072b..f13924ff7d56e 100644 --- a/Formula/s/sentry-native.rb +++ b/Formula/s/sentry-native.rb @@ -1,8 +1,8 @@ class SentryNative < Formula desc "Sentry SDK for C, C++ and native applications" homepage "https://docs.sentry.io/platforms/native/" - url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.9.0.tar.gz" - sha256 "657391465eb6236d6e3f3eec1d25434178783328f1f0a744c99c9b049c6225e1" + url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.9.1.tar.gz" + sha256 "28234378f7673e9a88521e5a74d8272df83be87c7b743460a6c88dde21c5f9cd" license "MIT" bottle do @@ -22,13 +22,13 @@ class SentryNative < Formula # No recent tagged releases, use the latest commit resource "breakpad" do url "https://github.com/getsentry/breakpad.git", - revision: "ecff426597666af4231da8505a85a61169c5ab04" + revision: "7fbf89065fbb0d26526278a5e733270f83993cda" end # No recent tagged releases, use the latest commit resource "crashpad" do url "https://github.com/getsentry/crashpad.git", - revision: "b2653919b42cf310482a9e33620cf82e952b5d2d" + revision: "e24b0f9e760e27464fe2ed30fdd7be45a27a67ad" end # No recent tagged releases, use the latest commit From 0c4da26838617e298fe40dbdd80717549d753cde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:11:17 +0000 Subject: [PATCH 09693/10074] whisper-cpp: update 1.7.6 bottle. --- Formula/w/whisper-cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/whisper-cpp.rb b/Formula/w/whisper-cpp.rb index 3640472de4e18..db70d2939535a 100644 --- a/Formula/w/whisper-cpp.rb +++ b/Formula/w/whisper-cpp.rb @@ -12,13 +12,13 @@ class WhisperCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "60f2a5715f633cdb5a86adb6ccf8e4dc553c5b5e97839019d4edfb3151993da9" - sha256 cellar: :any, arm64_sonoma: "1fa55cf16d944d91ddb145c592bb9327a262124ab9b93e9e32191e728a0d05c8" - sha256 cellar: :any, arm64_ventura: "6029b6487ab798002960ce9d37488a2dece0fa0706f87b773d30a8dc5fb61357" - sha256 cellar: :any, sonoma: "8f43095a43f99de996b6c5d45319022cc27b9ac75774dd3b201e0a7fb3602dbc" - sha256 cellar: :any, ventura: "3eedd879a4ae545461f70d1c2b7c4e318e5696fdaf7fde8d2dcfc56281d1fcf5" - sha256 cellar: :any_skip_relocation, arm64_linux: "806baa21a25b3ca1fe8b1a69e201bdf34fce95e9bfa0ddd6a118037099f31c30" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9e5f09c4f11f4b1507f4d726c208523b4a1f360d11e454ee3c273b427cad2fc7" + sha256 cellar: :any, arm64_sequoia: "29883368e3c7eed0babb482ed2e01d39a92e563e36cd35f79330680df2e257ee" + sha256 cellar: :any, arm64_sonoma: "78f3de18bc9b26525c423341487192458de6f6f7c1e0a3d8c0ad9aafe0b08f6a" + sha256 cellar: :any, arm64_ventura: "cbff2b56f8b93e037c155d8f5a564c6f8f19c8e3f73e499aadd320b76f14285f" + sha256 cellar: :any, sonoma: "4a7b8c7e69d6c67d15141b6088a58c12b0437f710fbe62fa71b3eaa355201151" + sha256 cellar: :any, ventura: "767a6156cfa00c09d1f0fa5dd23b4395526e248609fd3235f3d6f1d61d6976d5" + sha256 cellar: :any_skip_relocation, arm64_linux: "29bbaf44240b251477cd81018e45f0c6abb0bc4df1191e67aceb6ca49028c19f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3f047b76ea1ad79bf18d9cd7c4535a4d8fc0379741db733f898e0564885d988f" end depends_on "cmake" => :build From b6d59c56f712d489d3265319f7087524535d3c72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:14:24 +0000 Subject: [PATCH 09694/10074] yaml2json: add 1.3.5 bottle. --- Formula/y/yaml2json.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/y/yaml2json.rb b/Formula/y/yaml2json.rb index 7e00ae993de96..08116e4642bf8 100644 --- a/Formula/y/yaml2json.rb +++ b/Formula/y/yaml2json.rb @@ -6,6 +6,15 @@ class Yaml2json < Formula license "MIT" head "https://github.com/bronze1man/yaml2json.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "81fdf8b90dfbef0a48912f42db8742d4ee5542d87a3f709504821ba7c4aae7f4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "81fdf8b90dfbef0a48912f42db8742d4ee5542d87a3f709504821ba7c4aae7f4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "81fdf8b90dfbef0a48912f42db8742d4ee5542d87a3f709504821ba7c4aae7f4" + sha256 cellar: :any_skip_relocation, sonoma: "3d2dd72115aaa4fc3e4cc60dc285c2d76f58283ea90241687ff3bd55fafdbe9d" + sha256 cellar: :any_skip_relocation, ventura: "3d2dd72115aaa4fc3e4cc60dc285c2d76f58283ea90241687ff3bd55fafdbe9d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d1ad585751d061cdf59a0b4722b31fb48c34f92159426cb2e74d313db63d0b1" + end + depends_on "go" => :build def install From 844975411e5cabbcc8a37ab75773f132c18127ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:14:34 +0000 Subject: [PATCH 09695/10074] docker: update 28.3.0 bottle. --- Formula/d/docker.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/docker.rb b/Formula/d/docker.rb index 00bc607652136..8f511eb7926fd 100644 --- a/Formula/d/docker.rb +++ b/Formula/d/docker.rb @@ -15,12 +15,12 @@ class Docker < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "960354449a9dd1ca73eae7afcce85e9e542431b4b8e6a4fa6ebcdd47b7adfd5e" - sha256 cellar: :any_skip_relocation, sonoma: "da26027d3fc8d77104bddd53bd946ae871716701869e85f839f777c524e4c6db" - sha256 cellar: :any_skip_relocation, ventura: "da26027d3fc8d77104bddd53bd946ae871716701869e85f839f777c524e4c6db" - sha256 cellar: :any_skip_relocation, x86_64_linux: "21887e7206a795d402ed30807661dbcdeeb1d63776d7c1057580b3f7fc08bde2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c95fb6f394791abf5157830f11dfbb9c2fc11633a908b962eddcba036e78ac8b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "45731be257bedf5a08daa9f8edbfca3bd3a72e2ff38e81ead4ba44455dfc071d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "feb2425d2e3f101982e9864f623f3ccb4720420343c983127fbd0da612edc1cf" + sha256 cellar: :any_skip_relocation, sonoma: "a8c7006859d506952902abb52cd679c33bc86f73c476139ed0b835bef2582325" + sha256 cellar: :any_skip_relocation, ventura: "288c96bbfb5b52cffbc21838505523af632336bee498d85739afbb27e73d87b3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "da9ebebc4b073a0c30eff765eab019cd81de26fa8c70bd9cca4cad09f534a582" end depends_on "go" => :build From 89f648c61e404bc9f0ddd948b23b6c67abb9714e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:14:34 +0000 Subject: [PATCH 09696/10074] docker-completion: update 28.3.0 bottle. --- Formula/d/docker-completion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/docker-completion.rb b/Formula/d/docker-completion.rb index df3765b60447a..4bf54d9da3df2 100644 --- a/Formula/d/docker-completion.rb +++ b/Formula/d/docker-completion.rb @@ -13,7 +13,7 @@ class DockerCompletion < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "d1e4eeba6a1ec5b740b3cffef871be8cb2e63164a5d55c8d7a50e91a6395f8ba" + sha256 cellar: :any_skip_relocation, all: "a19b77d3e86b286ff37b22699eeea211e1d9004a6cc9ea582c76f956af8552cf" end conflicts_with cask: "docker" From 02c075faf5d3b6416d3f0b04b1905a6e6d34b7f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:17:33 +0000 Subject: [PATCH 09697/10074] opentofu: update 1.10.1 bottle. --- Formula/o/opentofu.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/opentofu.rb b/Formula/o/opentofu.rb index 1f849ead75f00..3a08dfc9fb66f 100644 --- a/Formula/o/opentofu.rb +++ b/Formula/o/opentofu.rb @@ -7,12 +7,12 @@ class Opentofu < Formula head "https://github.com/opentofu/opentofu.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7220385bc6aa61a0001ff0702f15512215fe83477962f7c893a211b0c49b33b8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7220385bc6aa61a0001ff0702f15512215fe83477962f7c893a211b0c49b33b8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7220385bc6aa61a0001ff0702f15512215fe83477962f7c893a211b0c49b33b8" - sha256 cellar: :any_skip_relocation, sonoma: "3345d20052184661419a37e26f5cad7ba859c9e8d0eee2246f975c9cb8ffe957" - sha256 cellar: :any_skip_relocation, ventura: "3345d20052184661419a37e26f5cad7ba859c9e8d0eee2246f975c9cb8ffe957" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d733c668565619acfdc3e759b401941b0e922bb92ebe126508dbc2587fd562d7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "63944ff48f4910ccc4b92122d5b1a0480c2d1539aee4cddc514e4167a881d3c0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "63944ff48f4910ccc4b92122d5b1a0480c2d1539aee4cddc514e4167a881d3c0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "63944ff48f4910ccc4b92122d5b1a0480c2d1539aee4cddc514e4167a881d3c0" + sha256 cellar: :any_skip_relocation, sonoma: "698da1761efdee61452b1480f977d0785eb2ce4ceb816680e514bf9a8b4dfaa1" + sha256 cellar: :any_skip_relocation, ventura: "698da1761efdee61452b1480f977d0785eb2ce4ceb816680e514bf9a8b4dfaa1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe4fb59e70ec9323ee1264b2b9e7908a020b82fdc966de4c357e67355947b56b" end depends_on "go" => :build From a35f75c8ef424e75d9bb6a3fc57f11d599961526 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:19:29 +0000 Subject: [PATCH 09698/10074] oci-cli: update 3.61.0 bottle. --- Formula/o/oci-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oci-cli.rb b/Formula/o/oci-cli.rb index 4825bf15a19de..50963e59a90b3 100644 --- a/Formula/o/oci-cli.rb +++ b/Formula/o/oci-cli.rb @@ -9,13 +9,13 @@ class OciCli < Formula head "https://github.com/oracle/oci-cli.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "5687917736f203f33d58708ecdb54c2f333a6598f88c58c3b01514a87273bad7" - sha256 cellar: :any, arm64_sonoma: "05b9381b59fcc592723a5a68d7e3a34b83b72575acacab9268454fe820be3ab5" - sha256 cellar: :any, arm64_ventura: "ee98e81cf6742f7323ff6afc7b209c9ca596939ee73cae59ff5042b6f67592bb" - sha256 cellar: :any, sonoma: "6c2d7331401c8d7241827d2ec4e78401b66b439212f189ddb031835b560ce38c" - sha256 cellar: :any, ventura: "73c359d35f4c826130378909b43e4320e77092c2fd22bedf8708570f476984fd" - sha256 cellar: :any_skip_relocation, arm64_linux: "f4583e9d1f4e04fcfe7d2b652d90fb79100163ed5d88c5b47bef6be4c9762ccc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "01c51712a686f4274e365bd89635df2cd5d36831b2c9d391977925f647b9073b" + sha256 cellar: :any, arm64_sequoia: "910a54d56433983fc53cdb549f3dff5739af810867a42101106296e76b7e3535" + sha256 cellar: :any, arm64_sonoma: "a58d9fa7e09c095eb447d837d77b9523191634ecfafe5681af2d7fc72bc93dba" + sha256 cellar: :any, arm64_ventura: "1c7194a0f445209a1b90bea8b62e8739d87ce827695565165a4bb3bce63eefa6" + sha256 cellar: :any, sonoma: "4e15ec87b22a203c7728a0e649d61d5f59db57f04db00ad1166097c3282e5c27" + sha256 cellar: :any, ventura: "119dfe72f1511faa9375531c72635618c12be60bbeebf59de9fa062c82648543" + sha256 cellar: :any_skip_relocation, arm64_linux: "83710fcc5b843209d59289dbce5e0601c7589706edf4db2eb92c4faa47ec937c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2390db5d1f46b1e9f1022f2acf7d820dca64cfed733b8d3c228848f93a86b3e6" end depends_on "certifi" From a810fdf6093395377df61979b69b53f09377fab6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:26:16 +0000 Subject: [PATCH 09699/10074] rattler-index 0.24.0 rattler-index: update build Signed-off-by: Rui Chen --- Formula/r/rattler-index.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/r/rattler-index.rb b/Formula/r/rattler-index.rb index 7ab7bd5f3bc00..7942bb038a35c 100644 --- a/Formula/r/rattler-index.rb +++ b/Formula/r/rattler-index.rb @@ -1,8 +1,8 @@ class RattlerIndex < Formula desc "Index conda channels using rattler" homepage "https://github.com/conda/rattler" - url "https://github.com/conda/rattler/archive/refs/tags/rattler_index-v0.23.2.tar.gz" - sha256 "a7635c5b85e2395f66a963eca1c5988d8a94ec413907bb4e7e656ba9f343580d" + url "https://github.com/conda/rattler/archive/refs/tags/rattler_index-v0.24.0.tar.gz" + sha256 "385187a75dd8740f243b53b835957f2ed363f68c1267b58b7600bcf20305afd2" license "BSD-3-Clause" head "https://github.com/conda/rattler.git", branch: "main" @@ -29,7 +29,7 @@ class RattlerIndex < Formula end def install - system "cargo", "install", "--features", "native-tls", "--no-default-features", + system "cargo", "install", "--features", "native-tls,rattler_config", "--no-default-features", *std_cargo_args(path: "crates/rattler_index") end From cfd7fb94b397567f6302afd096369d14db37f7ff Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 16:36:07 +0000 Subject: [PATCH 09700/10074] yaml2json: update 1.3.5 bottle. --- Formula/y/yaml2json.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/y/yaml2json.rb b/Formula/y/yaml2json.rb index 08116e4642bf8..9dca919ade46d 100644 --- a/Formula/y/yaml2json.rb +++ b/Formula/y/yaml2json.rb @@ -12,6 +12,7 @@ class Yaml2json < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "81fdf8b90dfbef0a48912f42db8742d4ee5542d87a3f709504821ba7c4aae7f4" sha256 cellar: :any_skip_relocation, sonoma: "3d2dd72115aaa4fc3e4cc60dc285c2d76f58283ea90241687ff3bd55fafdbe9d" sha256 cellar: :any_skip_relocation, ventura: "3d2dd72115aaa4fc3e4cc60dc285c2d76f58283ea90241687ff3bd55fafdbe9d" + sha256 cellar: :any_skip_relocation, arm64_linux: "d0fb799728cbc565f86a7bf1d30f4abef6d91234237653f3d209ef65c54c68a4" sha256 cellar: :any_skip_relocation, x86_64_linux: "4d1ad585751d061cdf59a0b4722b31fb48c34f92159426cb2e74d313db63d0b1" end From 1ce00979439d0efc02a74a1b1a99999036ee40f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:38:49 +0000 Subject: [PATCH 09701/10074] sentry-native: update 0.9.1 bottle. --- Formula/s/sentry-native.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sentry-native.rb b/Formula/s/sentry-native.rb index f13924ff7d56e..10694884cee05 100644 --- a/Formula/s/sentry-native.rb +++ b/Formula/s/sentry-native.rb @@ -6,13 +6,13 @@ class SentryNative < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "92f60f762b599c4464e88f4a5f1dfcbb5bcded76c83efda30068f2025b49aa30" - sha256 cellar: :any, arm64_sonoma: "73d63538e190b5bd973b2c55a906cac7aaca39ad0715e42fccc63a959d479688" - sha256 cellar: :any, arm64_ventura: "93beb1ab0d866de14bdecf292117266181446fd8e262b244f5f7e1cce56fac40" - sha256 cellar: :any, sonoma: "3ed21be467d60d1aef72aca11ece1fcf9ace6730a24c7ab8e1342c58fb72e9db" - sha256 cellar: :any, ventura: "2d2682f719c05bf360d1f151759fb0df4a19aa3669b40c311b770242cbafe901" - sha256 cellar: :any_skip_relocation, arm64_linux: "1accca2d383866a4b2b8d8b995a0aa1d442a55a3749200cec577ab9d2b56aa4f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "132053f6c75c555413460b4416babf0e88050f27270b95f1f70c58a9e11743b9" + sha256 cellar: :any, arm64_sequoia: "3c732fe3076055a1d54591b0f99b8004617e6fc1531c558ca9791bcc88ce3a4e" + sha256 cellar: :any, arm64_sonoma: "294fdfdc007fb3a12ab08d2a5f3793153c8617c175a7a534573d7bf66f40923d" + sha256 cellar: :any, arm64_ventura: "647be17d117dac6b4c9134c1162ea3e2882617206ea7cacab42e8018081cf18c" + sha256 cellar: :any, sonoma: "9dc606d00db3e9bf857f049488ca76424871b2541f5d5bb3ee5dd63a3ac00961" + sha256 cellar: :any, ventura: "0a30ba139351038ab1ff54e392fcf96603b1a986924bfea6746b56f61e389688" + sha256 cellar: :any_skip_relocation, arm64_linux: "98b7eff4a8bae55ecdd13b3fed01cd61ff1f91fe761b0386fca740df993d1c08" + sha256 cellar: :any_skip_relocation, x86_64_linux: "38a08f7534e396dc1bb73a688a03f47474bd7be3f4249a8b95d7164805a74ee5" end depends_on "cmake" => :build From 7d2470cf4eebdcc879a9cb64d7c4bba38edbc70f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:53:10 +0000 Subject: [PATCH 09702/10074] addons-linter 7.16.0 --- Formula/a/addons-linter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/addons-linter.rb b/Formula/a/addons-linter.rb index 33112ee647774..5626f145ef7b9 100644 --- a/Formula/a/addons-linter.rb +++ b/Formula/a/addons-linter.rb @@ -1,8 +1,8 @@ class AddonsLinter < Formula desc "Firefox Add-ons linter, written in JavaScript" homepage "https://github.com/mozilla/addons-linter" - url "https://registry.npmjs.org/addons-linter/-/addons-linter-7.15.0.tgz" - sha256 "1db441516017f2dc9d5f626211f41e935ba2f21a8a77fbe08e752e7ea1f9e8bb" + url "https://registry.npmjs.org/addons-linter/-/addons-linter-7.16.0.tgz" + sha256 "0269ac4c5a282653c4320893f554a9351615cfe74943a42e2e0f735724270ca2" license "MPL-2.0" bottle do From 3f4236152c4913ca4aeb3ef2485f46db379f98c1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 16:53:18 +0000 Subject: [PATCH 09703/10074] systemd: update 257.7 bottle. --- Formula/s/systemd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/systemd.rb b/Formula/s/systemd.rb index 74e805234cb1e..4b929561132cd 100644 --- a/Formula/s/systemd.rb +++ b/Formula/s/systemd.rb @@ -30,8 +30,8 @@ class Systemd < Formula head "https://github.com/systemd/systemd.git", branch: "main" bottle do - sha256 arm64_linux: "b9389e5eb75721ebf2004c7a621013bae667a90225a664c9eb8a7cc7f607b171" - sha256 x86_64_linux: "2f8c4c3b3276cb56a9a58a134381610d7ccdcc1f6c41f3a85e43981c372c1648" + sha256 arm64_linux: "7ec33b429e6e076a79a662e9f2446c346f77488a83d8252c98a128aee8f97eae" + sha256 x86_64_linux: "55d66046687cab38171ddedb72d5a505208f8d440def4d3f3e15edeace3337eb" end keg_only "it will shadow system systemd if linked" From fc84d8ee4b1664da3c98f1a6d483be225d871627 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:55:42 +0000 Subject: [PATCH 09704/10074] blis 2.0 --- Formula/b/blis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/blis.rb b/Formula/b/blis.rb index e658f915f2031..11dab1f9e1500 100644 --- a/Formula/b/blis.rb +++ b/Formula/b/blis.rb @@ -1,8 +1,8 @@ class Blis < Formula desc "BLAS-like Library Instantiation Software Framework" homepage "https://github.com/flame/blis" - url "https://github.com/flame/blis/archive/refs/tags/1.1.tar.gz" - sha256 "847c035809b8994c077ade737a4813601db96c4cf0d903d08ba6a9b8ee0fe03e" + url "https://github.com/flame/blis/archive/refs/tags/2.0.tar.gz" + sha256 "08bbebd77914a6d1a43874ae5ec2f54fe6a77cba745f2532df28361b0f1ad1b3" license "BSD-3-Clause" head "https://github.com/flame/blis.git", branch: "master" From e8abfd0a8c3e312add8ea14da4184e6604a7eccf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:02:14 +0000 Subject: [PATCH 09705/10074] duplicity 3.0.5.1 --- Formula/d/duplicity.rb | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/Formula/d/duplicity.rb b/Formula/d/duplicity.rb index 19ad1e931fd95..06fc796062234 100644 --- a/Formula/d/duplicity.rb +++ b/Formula/d/duplicity.rb @@ -5,8 +5,8 @@ class Duplicity < Formula homepage "https://gitlab.com/duplicity/duplicity" # TODO: Restore `depends_on "cryptography"` once pydrive2 replaces oauth2client # Issue ref: https://github.com/iterative/PyDrive2/issues/361 - url "https://files.pythonhosted.org/packages/22/ce/5f9cb25fc6cb358aa055e003609a241141946599d23ab4e2d550941391a1/duplicity-3.0.5.tar.gz" - sha256 "34fab6cd4e1052b0b96d7750368dbbb149a504ff34401ac8bee5c594f42f4d3b" + url "https://files.pythonhosted.org/packages/02/20/c81f899d34c51760605919b4bae0512fd6e0e481ef4e2a77753762ec81e4/duplicity-3.0.5.1.tar.gz" + sha256 "06775fa3004e42ef30d2b0adcb8e7c808eafd8998f81e43be4c72648dae72b3e" license "GPL-2.0-or-later" bottle do @@ -70,13 +70,13 @@ class Duplicity < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/70/b0/a35b320e5084821de69a66962513dcc8aa37b7a5bc80e761685533e97be9/boto3-1.38.39.tar.gz" - sha256 "22cca12cfe1b24670de53e3b8f4c69bdf34a2bd3e3363f72393b6b03bb0d78bc" + url "https://files.pythonhosted.org/packages/90/96/c99c9dac902faae3896558809d130b1bf02df8abb6e4553ad87d018910f9/boto3-1.38.43.tar.gz" + sha256 "9b0ff0b34c9cf7328546c532c20b081f09055ff485f4d57c19146c36877048c5" end resource "botocore" do - url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz" - sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40" + url "https://files.pythonhosted.org/packages/1d/ff/8ace3f46fa1a32c09ee994b5401c7853613a283e134449fdc136bb753b40/botocore-1.38.43.tar.gz" + sha256 "c453c5c16c157c5427058bb3cc2c5ad35ee2e43336f0ccbfcc6092c5635505c6" end resource "boxsdk" do @@ -145,8 +145,8 @@ class Duplicity < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/02/69/c0cec6be5878d4de161f64096edb3d4a2d1a838f036b8425ea8358d0dfb3/google_api_python_client-2.172.0.tar.gz" - sha256 "dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6" + url "https://files.pythonhosted.org/packages/8f/7e/7c6e43e54f611f0f97f1678ea567fe06fecd545bd574db05e204e5b136fe/google_api_python_client-2.173.0.tar.gz" + sha256 "b537bc689758f4be3e6f40d59a6c0cd305abafdea91af4bc66ec31d40c08c804" end resource "google-auth" do @@ -210,8 +210,8 @@ class Duplicity < Formula end resource "jaraco-functools" do - url "https://files.pythonhosted.org/packages/ab/23/9894b3df5d0a6eb44611c36aec777823fc2e07740dabbd0b810e19594013/jaraco_functools-4.1.0.tar.gz" - sha256 "70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d" + url "https://files.pythonhosted.org/packages/49/1c/831faaaa0f090b711c355c6d8b2abf277c72133aab472b6932b03322294c/jaraco_functools-4.2.1.tar.gz" + sha256 "be634abfccabce56fa3053f8c7ebe37b682683a4ee7793670ced17bab0087353" end resource "jeepney" do @@ -285,8 +285,8 @@ class Duplicity < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" - sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "os-diskconfig-python-novaclient-ext" do @@ -424,6 +424,11 @@ class Duplicity < Formula sha256 "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" end + resource "python-gettext" do + url "https://files.pythonhosted.org/packages/f6/c8/85df0d3956bebdbaff936df47a5705be9e0b42404589a07065a39c8324e5/python-gettext-5.0.tar.gz" + sha256 "869af1ea45e3dab6180557259824c2a62f1800e1286226af912431fe75c5084c" + end + resource "python-novaclient" do url "https://files.pythonhosted.org/packages/ad/5c/a6aa34de5b0d45dfd89768f096cbe81f9b453f964b2982d5059ad0a50452/python_novaclient-18.9.0.tar.gz" sha256 "cf6a4b8f01ec543d5a75c01c218474ba9b063bd9fd3743821fedc68a845cab4e" From 4452de1c8990117bdce10c9f1f2f617f6f01e043 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:02:59 +0000 Subject: [PATCH 09706/10074] erofs-utils 1.8.8 --- Formula/e/erofs-utils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/erofs-utils.rb b/Formula/e/erofs-utils.rb index d587344dd2448..7188a1ee72a95 100644 --- a/Formula/e/erofs-utils.rb +++ b/Formula/e/erofs-utils.rb @@ -1,8 +1,8 @@ class ErofsUtils < Formula desc "Utilities for Enhanced Read-Only File System" homepage "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" - url "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-1.8.7.tar.gz" - sha256 "d84941a83369a9128f2d57b3014aac86e63ca1ab03000a9f5bb21c703f10d272" + url "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-1.8.8.tar.gz" + sha256 "927dba9186227f5279ab49dd60bd58f3cecef40c36845acaf6f1ffd006a094f4" license "GPL-2.0-or-later" head "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git", branch: "master" From edcad343e31fb3255f468c03a51baefbdb0d5a2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:04:40 +0000 Subject: [PATCH 09707/10074] freetds 1.5.4 --- Formula/f/freetds.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/freetds.rb b/Formula/f/freetds.rb index 66eb18b192783..2d2c2e6b64221 100644 --- a/Formula/f/freetds.rb +++ b/Formula/f/freetds.rb @@ -1,8 +1,8 @@ class Freetds < Formula desc "Libraries to talk to Microsoft SQL Server and Sybase databases" homepage "https://www.freetds.org/" - url "https://www.freetds.org/files/stable/freetds-1.5.3.tar.bz2" - sha256 "5cb66c46a60a83b8a2855e466148b6fa27962c7fd1dcb3f6e5d0ab17ec5ff6dd" + url "https://www.freetds.org/files/stable/freetds-1.5.4.tar.bz2" + sha256 "1d024ef418d74a3a8f2cca82f10f1561f1dde28dc3d6f65c815f07764d4f7ea8" license "GPL-2.0-or-later" livecheck do From 77ef4c5edc84cdb8f8e6b0b07886b3a3371aa7e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:08:15 +0000 Subject: [PATCH 09708/10074] jenkins-lts 2.504.3 --- Formula/j/jenkins-lts.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jenkins-lts.rb b/Formula/j/jenkins-lts.rb index 41e4370a391d4..83c5fcae340f3 100644 --- a/Formula/j/jenkins-lts.rb +++ b/Formula/j/jenkins-lts.rb @@ -1,8 +1,8 @@ class JenkinsLts < Formula desc "Extendable open source continuous integration server" homepage "https://www.jenkins.io/" - url "https://get.jenkins.io/war-stable/2.504.2/jenkins.war" - sha256 "e52347c01dd39116c364fb7ebab78d156bce8f6add28484ff571fe0d0faeabf6" + url "https://get.jenkins.io/war-stable/2.504.3/jenkins.war" + sha256 "ea8883431b8b5ef6b68fe0e5817c93dc0a11def380054e7de3136486796efeb0" license "MIT" livecheck do From ae63f15fba256ec5040b13addcb3cd73d1b4f425 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:08:47 +0000 Subject: [PATCH 09709/10074] jsrepo 2.4.2 --- Formula/j/jsrepo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 6e8cef8f6a78b..25f695a9aa249 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -1,8 +1,8 @@ class Jsrepo < Formula desc "Build and distribute your code" homepage "https://jsrepo.dev/" - url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.4.1.tgz" - sha256 "bd8b3ad23c587824725d6dd3a4ad8f78b23dc926f256b6206e490f7f468e8b3b" + url "https://registry.npmjs.org/jsrepo/-/jsrepo-2.4.2.tgz" + sha256 "cb48a4f074c11c95618150f3e27b43dcdb2f6bfabf65a38075021d40e6a7edd4" license "MIT" bottle do From 937a90f7686048320227691ab2cfa2bc289b60ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:04:14 +0000 Subject: [PATCH 09710/10074] flux 0.197.0 flux: pkg-config-wrapper 0.3.0 Signed-off-by: Rui Chen --- Formula/f/flux.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/f/flux.rb b/Formula/f/flux.rb index aa80adf576127..ae3ad9fc3e1ad 100644 --- a/Formula/f/flux.rb +++ b/Formula/f/flux.rb @@ -2,8 +2,8 @@ class Flux < Formula desc "Lightweight scripting language for querying databases" homepage "https://www.influxdata.com/products/flux/" url "https://github.com/influxdata/flux.git", - tag: "v0.196.1", - revision: "ba61b9b27df5368b0fbf05df5bbbfcfb60c96dd7" + tag: "v0.197.0", + revision: "6f5f1c0c24c7da7a705f9805c2782ba091599c5f" license "MIT" head "https://github.com/influxdata/flux.git", branch: "master" @@ -30,8 +30,8 @@ class Flux < Formula # NOTE: The version here is specified in the go.mod of influxdb. # If you're upgrading to a newer influxdb version, check to see if this needs upgraded too. resource "pkg-config-wrapper" do - url "https://github.com/influxdata/pkg-config/archive/refs/tags/v0.2.12.tar.gz" - sha256 "23b2ed6a2f04d42906f5a8c28c8d681d03d47a1c32435b5df008adac5b935f1a" + url "https://github.com/influxdata/pkg-config/archive/refs/tags/v0.3.0.tar.gz" + sha256 "769deabe12733224eaebbfff3b5a9d69491b0158bdf58bbbbc7089326d33a9c8" livecheck do url "https://raw.githubusercontent.com/influxdata/flux/v#{LATEST_VERSION}/go.mod" From d8f95efcdbdf451dfb0b9fc31c3f959e5cfd7f06 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:19:51 +0000 Subject: [PATCH 09711/10074] renovate 41.11.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 44c47bd89052f..a333b6d5e5bb5 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.10.0.tgz" - sha256 "9909af174fd1d9f72296a85267b67d94f650f1e90f95c0d0f2c2231d383636fa" + url "https://registry.npmjs.org/renovate/-/renovate-41.11.0.tgz" + sha256 "b85a93ec4c9a5590b3fd0769bec41fa94a8e866fe353259271de7ad90f8cea0a" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 6baf4fb8543125c6936759fc3d98fa6db3b52284 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:26:01 +0000 Subject: [PATCH 09712/10074] vcluster 0.26.0 --- Formula/v/vcluster.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vcluster.rb b/Formula/v/vcluster.rb index fd0effca131dd..3b82257160b42 100644 --- a/Formula/v/vcluster.rb +++ b/Formula/v/vcluster.rb @@ -2,8 +2,8 @@ class Vcluster < Formula desc "Creates fully functional virtual k8s cluster inside host k8s cluster's namespace" homepage "https://www.vcluster.com" url "https://github.com/loft-sh/vcluster.git", - tag: "v0.25.1", - revision: "89f49f6ff2e4ccf7def8b11a2d38c12486ac1326" + tag: "v0.26.0", + revision: "d051e46411124a9d6db423c62cff338c17bf7866" license "Apache-2.0" head "https://github.com/loft-sh/vcluster.git", branch: "main" From 79ec2adbb4c7f8679c0f7c0cc6fb878d1c0f257d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:26:33 +0000 Subject: [PATCH 09713/10074] vsce 3.6.0 --- Formula/v/vsce.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vsce.rb b/Formula/v/vsce.rb index 9e8d13c820ae8..24c06de801e88 100644 --- a/Formula/v/vsce.rb +++ b/Formula/v/vsce.rb @@ -1,8 +1,8 @@ class Vsce < Formula desc "Tool for packaging, publishing and managing VS Code extensions" homepage "https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce" - url "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.5.0.tgz" - sha256 "fd092586bad4c1684daf9c997fba789eb28a574e55b0646d7df94a258d8e2fae" + url "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.6.0.tgz" + sha256 "29d6d51254210bc9330120897ca27a084db3e8e7fec2f2cad96d418de53f6ee4" license "MIT" head "https://github.com/microsoft/vscode-vsce.git", branch: "main" From 5f46c351a32a7828f5762fc9875ac9995dbd4184 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Wed, 25 Jun 2025 17:26:57 +0000 Subject: [PATCH 09714/10074] moar 1.32.0 --- Formula/m/moar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moar.rb b/Formula/m/moar.rb index 92983ba29224a..261631673fada 100644 --- a/Formula/m/moar.rb +++ b/Formula/m/moar.rb @@ -1,8 +1,8 @@ class Moar < Formula desc "Nice to use pager for humans" homepage "https://github.com/walles/moar" - url "https://github.com/walles/moar/archive/refs/tags/v1.31.10.tar.gz" - sha256 "e15c301e7ee2a30407dad6941166260da233475d1058b60e8c8d07c6e65de92b" + url "https://github.com/walles/moar/archive/refs/tags/v1.32.0.tar.gz" + sha256 "72a9d62d62c84fb3a07f65fae27cdf9065d988d5f7d174f56f6eed7c74ec2247" license "BSD-2-Clause" head "https://github.com/walles/moar.git", branch: "master" From ffc63138fea7fa7d7c756006c59510fdde640032 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:28:28 +0000 Subject: [PATCH 09715/10074] z3 4.15.2 --- Formula/z/z3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/z3.rb b/Formula/z/z3.rb index a82d4fbcf5493..4a63280d83c6d 100644 --- a/Formula/z/z3.rb +++ b/Formula/z/z3.rb @@ -1,8 +1,8 @@ class Z3 < Formula desc "High-performance theorem prover" homepage "https://github.com/Z3Prover/z3" - url "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.15.1.tar.gz" - sha256 "ebf6eed5f2cb217d62abddaa94526189ae40bf3c415fb9c2e2128e099f16fda0" + url "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.15.2.tar.gz" + sha256 "3486bf5b35b185981cab0b0a81f870547648a1ca433085aa79afd17c44959751" license "MIT" head "https://github.com/Z3Prover/z3.git", branch: "master" From 6e28dfb6ffcd15af9a4aaec3eebda8f68efeeef5 Mon Sep 17 00:00:00 2001 From: nodenv bot <68817010+nodenv-bot@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:31:21 -0400 Subject: [PATCH 09716/10074] node-build 5.4.5 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/n/node-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 65cee1b5ec935..6c0b1470aacaf 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -1,8 +1,8 @@ class NodeBuild < Formula desc "Install NodeJS versions" homepage "https://github.com/nodenv/node-build" - url "https://github.com/nodenv/node-build/archive/refs/tags/v5.4.4.tar.gz" - sha256 "7890c05432cedd1e56d58fadb07fcd73c7e1cacd7f2f371d76d25b4f0f257467" + url "https://github.com/nodenv/node-build/archive/refs/tags/v5.4.5.tar.gz" + sha256 "186cfc8f18ea061364fc36b1eb754c73bd76564886390e6d2502ecf84a92d1da" license "MIT" head "https://github.com/nodenv/node-build.git", branch: "master" From ca6d01f844532f9a34dd17983ee8c3951e939d96 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:10:26 +0000 Subject: [PATCH 09717/10074] vcluster: update 0.26.0 bottle. --- Formula/v/vcluster.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vcluster.rb b/Formula/v/vcluster.rb index 3b82257160b42..d385c569a368d 100644 --- a/Formula/v/vcluster.rb +++ b/Formula/v/vcluster.rb @@ -16,13 +16,13 @@ class Vcluster < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "81c37d1618fa1e514c9b23d53c76c1d87b6d29564d85b778372e86b90fdcb661" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4aa6d675e06522f2de6bda5ee86f68ddc6cecb65a8bdfdec874c995217462f84" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1d185b79f0c86bc02dab3e9c52a3565ec49cca84d10eaf97fe1c42555a4744c0" - sha256 cellar: :any_skip_relocation, sonoma: "6bd189fdbef4027011c0079e1943f4f0a45bc239719cddd3d2ed1c61063ac4d9" - sha256 cellar: :any_skip_relocation, ventura: "ded7ddc1d1e404da295698931b81a96514538dd2fed9f5127579180dd721fddf" - sha256 cellar: :any_skip_relocation, arm64_linux: "b09e99b433879536af409c17288707512fd6453d2d10e6dd8a267f451530864f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5dea80d08497468163abcce4b43434f61ac2ac2baf8d5e7647d9181e765f2882" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c3bcaa3eed75f4e66283082d2e5cb31f12ec259747e597dc91bca331b76fbfc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d00fef58d52beed8e71babf383d5b07f9142ddfdb7234fae9e1d3f36dedb0058" + sha256 cellar: :any_skip_relocation, arm64_ventura: "93668e983085b7b1f9b66005958e3d2e22b7fd410e371c55ccf4694870b5e46d" + sha256 cellar: :any_skip_relocation, sonoma: "bb5d91ec80ade1ddfea4180163870ae68b4a9b81c9c286ee4cb69fac71f60d8f" + sha256 cellar: :any_skip_relocation, ventura: "b039f564b3cc4fda56ee32b0c71c18c365a7a7e47544fba7f8ec30a80bfdf748" + sha256 cellar: :any_skip_relocation, arm64_linux: "f050130dab40f146886e7dbb91ff90651e915af414f615eaeeaf10a7af515c52" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3388886200ffe1d4a3e41b4e0458695e93ee2805047213c790dad9bd0b6a868b" end depends_on "go" => :build From 3b2acfc4c5b5c6396a28bf0045edcb5b68d92215 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:21:35 +0000 Subject: [PATCH 09718/10074] shaderc 2025.3 shaderc: update deps Signed-off-by: Rui Chen --- Formula/s/shaderc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/s/shaderc.rb b/Formula/s/shaderc.rb index 08ebbaeb18c1f..c952516cbf42a 100644 --- a/Formula/s/shaderc.rb +++ b/Formula/s/shaderc.rb @@ -4,25 +4,25 @@ class Shaderc < Formula license "Apache-2.0" stable do - url "https://github.com/google/shaderc/archive/refs/tags/v2025.2.tar.gz" - sha256 "3fddc13bbb87411c6f7b8f447e87c1637933450087e70fc21da650041f4e0132" + url "https://github.com/google/shaderc/archive/refs/tags/v2025.3.tar.gz" + sha256 "a8e4a25e5c2686fd36981e527ed05e451fcfc226bddf350f4e76181371190937" resource "glslang" do # https://github.com/google/shaderc/blob/known-good/known_good.json url "https://github.com/KhronosGroup/glslang.git", - revision: "8b822ee8ac2c3e52926820f46ad858532a895951" + revision: "efd24d75bcbc55620e759f6bf42c45a32abac5f8" end resource "spirv-headers" do # https://github.com/google/shaderc/blob/known-good/known_good.json url "https://github.com/KhronosGroup/SPIRV-Headers.git", - revision: "54a521dd130ae1b2f38fef79b09515702d135bdd" + revision: "2a611a970fdbc41ac2e3e328802aed9985352dca" end resource "spirv-tools" do # https://github.com/google/shaderc/blob/known-good/known_good.json url "https://github.com/KhronosGroup/SPIRV-Tools.git", - revision: "f289d047f49fb60488301ec62bafab85573668cc" + revision: "33e02568181e3312f49a3cf33df470bf96ef293a" end end From 9273177cb3e3aa150776e4038e4e719701d8ec17 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:23:58 +0000 Subject: [PATCH 09719/10074] blis: update 2.0 bottle. --- Formula/b/blis.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/blis.rb b/Formula/b/blis.rb index 11dab1f9e1500..3420338dd3c4a 100644 --- a/Formula/b/blis.rb +++ b/Formula/b/blis.rb @@ -7,13 +7,13 @@ class Blis < Formula head "https://github.com/flame/blis.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "7b54027b039fa551a50e4fb6e99c79f732a5b34aff78092d733e22c823450ad9" - sha256 cellar: :any, arm64_sonoma: "0709aa01695e7ce672d9d8a0780d28fa3465f2cba5b49f976bd3c96f498c1448" - sha256 cellar: :any, arm64_ventura: "9630f05d848259bc7ffc9df96102b9655a0cd3284057dd77a5e59256b81a32ec" - sha256 cellar: :any, sonoma: "eb365f3d3d6fc8eb1df33f83f72b88ee33984438392b78bdc58e4657f7cec66b" - sha256 cellar: :any, ventura: "996841f0627e6a5f43d4f272bb0698e7fecb9f958fe05915c85b0814a6be34ac" - sha256 cellar: :any_skip_relocation, arm64_linux: "c9a2bf0a115a4af35026be884519a3b23e97535f5ffcedff0ae7a7a8582914b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "db5d4aed1ccf53d93eb65d37dd22cda09f5049e7c5fe4bd2f7db556ccaa57ad3" + sha256 cellar: :any, arm64_sequoia: "eaa5b7da801e3b1915288ce0938b19d5add45ba87ce3dab1277e2beb78d77654" + sha256 cellar: :any, arm64_sonoma: "ffd36f20fb15992d43255e6cd4ef2180d7415d54504d4793f9355e365e9bbc28" + sha256 cellar: :any, arm64_ventura: "90e2dad3813b09a2782a32a20555d5e2a9f046040bbcbda52f53ce6962a9b25d" + sha256 cellar: :any, sonoma: "2164b835421ca2348ea9345fb673e48f97590f763fba9067ce10a181d42e661a" + sha256 cellar: :any, ventura: "d8f4e5be9a956ac208b0aa9abde47dabac3968e194b008b1b5816cca934c538a" + sha256 cellar: :any_skip_relocation, arm64_linux: "e26aed017b11935a26a0390a2ce77619d9886ff9c760db40509f3ae106390dea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dca702952b8f726f414761a5714ba34a5ba69df4e4f1e5e94a45a2d55aaa023a" end uses_from_macos "python" => :build From bcb2aea25f73332380b62e232e7eaee6bfad4917 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 18:24:00 +0000 Subject: [PATCH 09720/10074] flux: update 0.197.0 bottle. --- Formula/f/flux.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/flux.rb b/Formula/f/flux.rb index ae3ad9fc3e1ad..2bc4a44aec1bf 100644 --- a/Formula/f/flux.rb +++ b/Formula/f/flux.rb @@ -13,12 +13,12 @@ class Flux < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b6686adac661513f008b49b99c017158de41036cc5a49ecab3354f65c1d94f23" - sha256 cellar: :any, arm64_sonoma: "0825082d32c9df11d1350e7dee2dc8a6cf6de47b7a1bfaca5272750227666570" - sha256 cellar: :any, arm64_ventura: "97fc685fa00d084bd8f0efd2e573cfb7f415f6ba1345fe9a36e5a395499869d7" - sha256 cellar: :any, sonoma: "e61e9d7e89ed29cfccb6d7855348dca8ce2d88ac8076f5b00d263374f7bca4a6" - sha256 cellar: :any, ventura: "9378570b7b39faa410f873c2d2973cf98c8e627aa9ea0e31efb435cdcc41a5ff" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ff900b3355d134a5d1ede2c417a4858656f4e307ae9894ab5be092037e2feef6" + sha256 cellar: :any, arm64_sequoia: "97de1a79669a9890e7d710ef00ca4ad477303d483b968b524a5f3b000b7d0f61" + sha256 cellar: :any, arm64_sonoma: "1ca9eb85d95123297eb05902831cdb0b9ddb27700129e47575769c1fbe2e153d" + sha256 cellar: :any, arm64_ventura: "b828e246911d416cb85083473f322e5365f39d88976a2967e0bdd09bce1258ad" + sha256 cellar: :any, sonoma: "8667d1ed59e6f177b8a6968b644a64c53e7b8864ee7103dbea7adf43265da09b" + sha256 cellar: :any, ventura: "f2c79724912aa01c5165b3e48433344a131256c056690521fabd53610c0a20b5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d193ecd70a69a9f1e6e0d3b530d6513294296b77e60f3c894c3d0b089a637666" end depends_on "go" => :build From 4d47eca55f9ba0cabe59d652275ef3c5e17a4541 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:24:17 +0000 Subject: [PATCH 09721/10074] erofs-utils: update 1.8.8 bottle. --- Formula/e/erofs-utils.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/erofs-utils.rb b/Formula/e/erofs-utils.rb index 7188a1ee72a95..4ddb30ba4c249 100644 --- a/Formula/e/erofs-utils.rb +++ b/Formula/e/erofs-utils.rb @@ -12,13 +12,13 @@ class ErofsUtils < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "0158d7872fffdc11afce4b9936e725a7157090eeb2bba4cd17e91ac6ec303606" - sha256 cellar: :any, arm64_sonoma: "29efdcb10aa8fd8749a3211cbb90522d9668339e5c957874235f03a401ee0f64" - sha256 cellar: :any, arm64_ventura: "307b8119bb0c10d5f5535e69e070b1c3c575c9a7b95f0710e01ab8126506552a" - sha256 cellar: :any, sonoma: "81a86dacf10f5e4c5b12bfd5544a4b909d2275b6086262ec7443f8eecca4b0c4" - sha256 cellar: :any, ventura: "763aecf4e56152b0fa7a1b9726c28e18c9e57c10184deb2f5f90f3031f9600fe" - sha256 cellar: :any_skip_relocation, arm64_linux: "082e2e10e3c07b1fee4ab5af264ba58af10e23cf1c4b2e733f54059a26184ce9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "669254ff1c836bf46a1e8a24edc5aba39db7d57d5e892945725421f03f8e10c7" + sha256 cellar: :any, arm64_sequoia: "ea5469d61a3b0ce1cc8281154c02c54080b1f9076b0712e23cf6f00115f6cc81" + sha256 cellar: :any, arm64_sonoma: "9da10827d7e0c56b72c411dbf3846293dd90aceaaae8be47d6a8339ef97f7cc5" + sha256 cellar: :any, arm64_ventura: "77eaa517da8a816e94dace158c266172bdcf8962f78e3807c8378459de6646b9" + sha256 cellar: :any, sonoma: "af32cd518b222a674c1a30bac7ba8aee6191c2146be6a21ec09e655e4b4ba162" + sha256 cellar: :any, ventura: "617e9aa287787cd335f64126772a433ca7285421f6473f718189289bf2e26479" + sha256 cellar: :any_skip_relocation, arm64_linux: "a3ba85aed797d0f1cdc05039a4f5f1084790ecb4bdb9090f1ba343506db28166" + sha256 cellar: :any_skip_relocation, x86_64_linux: "59fe3b30de1abce4f65bd3653d5d3cdb1e70996f50e4dc16283bb3f622266968" end depends_on "autoconf" => :build From c0ed851c6fefa3b192870b573d4af6f843af9704 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:24:30 +0000 Subject: [PATCH 09722/10074] jsrepo: update 2.4.2 bottle. --- Formula/j/jsrepo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jsrepo.rb b/Formula/j/jsrepo.rb index 25f695a9aa249..1e3357074e759 100644 --- a/Formula/j/jsrepo.rb +++ b/Formula/j/jsrepo.rb @@ -6,13 +6,13 @@ class Jsrepo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "90cfe5a77594b871ac72339bfe57c25dcb74297aac0ba764e63d0d1b900eed5b" - sha256 cellar: :any, arm64_sonoma: "90cfe5a77594b871ac72339bfe57c25dcb74297aac0ba764e63d0d1b900eed5b" - sha256 cellar: :any, arm64_ventura: "90cfe5a77594b871ac72339bfe57c25dcb74297aac0ba764e63d0d1b900eed5b" - sha256 cellar: :any, sonoma: "9c2ec2cf2a06de9d9d3ff3d6622339c94c7a02b6e844e9a3c468b2b898e64881" - sha256 cellar: :any, ventura: "9c2ec2cf2a06de9d9d3ff3d6622339c94c7a02b6e844e9a3c468b2b898e64881" - sha256 cellar: :any_skip_relocation, arm64_linux: "59370ff82350e180bf3deb361fa87077eeefe52724416fabbdbb5fad3de2ffcb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "36d9ef7223122749bb67d979cd497b750435e844901d5c7f858462710298f28a" + sha256 cellar: :any, arm64_sequoia: "2249b7c538846b9f248f0ff6e3025470629a25809ad9d596f345e45ab14cad77" + sha256 cellar: :any, arm64_sonoma: "2249b7c538846b9f248f0ff6e3025470629a25809ad9d596f345e45ab14cad77" + sha256 cellar: :any, arm64_ventura: "2249b7c538846b9f248f0ff6e3025470629a25809ad9d596f345e45ab14cad77" + sha256 cellar: :any, sonoma: "0e9cd7d9521894d382abdd663f43d321831395fcf38d567d58f5bae6b70ded85" + sha256 cellar: :any, ventura: "0e9cd7d9521894d382abdd663f43d321831395fcf38d567d58f5bae6b70ded85" + sha256 cellar: :any_skip_relocation, arm64_linux: "d9d133046eeffd2c34af38db6ad08f9e589f31a68f478791c4e20e7294776c28" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eaf4dc44ea9cec86bf7a5ae3a42b7247e46b466fb65e2f032912df384b327fba" end depends_on "node" From 33b38c9a39481058d4af82b4cf6969a6ee8c496d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:24:32 +0000 Subject: [PATCH 09723/10074] renovate: update 41.11.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index a333b6d5e5bb5..0c6a195d75879 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "904582cf7055409fc10c8c05a82cff94a8bc6bedc181a25a9ce57bfe4aacad4f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "12bdb8c8e6f578ce5f42403d0b33f945b02766345719d88e2b9927abfa3fc570" - sha256 cellar: :any_skip_relocation, arm64_ventura: "529c04c6e5565ba9f558f8e36a48f0199e463ab61c6d9f36647bb2554692d201" - sha256 cellar: :any_skip_relocation, sonoma: "63b5432e5bb69030414110490230be3dcdcd1e97c13de06bef2c95a5fcbe8720" - sha256 cellar: :any_skip_relocation, ventura: "95effb7425cb0f0baf75cd414328aed54f97266b746c839cf591d0519a5eddb0" - sha256 cellar: :any_skip_relocation, arm64_linux: "bfe167b17ae32f7f6bcb0d9ba77f17a6676eafa5653e25b3fb8366af9a03a538" - sha256 cellar: :any_skip_relocation, x86_64_linux: "89743e80d20d7151548acbfe4a6d680ade35fb98da9364fb51dca233cc8b8249" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8f47966b3916f2d69e4b85a3be06deb4b9dccd88e341a98c17ebd30037fb0e2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "975f84aba7d4d92de229c8c70f059a074769a8b76ca3b427d6410473856082de" + sha256 cellar: :any_skip_relocation, arm64_ventura: "13703d5bc6360f5b31c0cf523e77e7f13d4983f4f1ebf3e2bac0f08124c1470c" + sha256 cellar: :any_skip_relocation, sonoma: "49ca3042d7d01f85ddcaa5e3c6a2433f4f807b007f1ac138a010fe6d0df0e138" + sha256 cellar: :any_skip_relocation, ventura: "a583423301a909c712b3b77e1bf8e8418fd9daf0984b9fcfd5406da9d1fe9b75" + sha256 cellar: :any_skip_relocation, arm64_linux: "ad3dbcaded62975b3b5f28e477ffb58f89b62864ca24859d979c11cef59d9e4a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "98fdb2995b2a28a53228667bf3303b1d8ee185c9b794678dbb5872d208b18f0b" end depends_on "node@22" From 3c47c1f4293fd7a4a8c42078e5eddc7661db6dfb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:24:33 +0000 Subject: [PATCH 09724/10074] vsce: update 3.6.0 bottle. --- Formula/v/vsce.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vsce.rb b/Formula/v/vsce.rb index 24c06de801e88..c9010f1d06d0f 100644 --- a/Formula/v/vsce.rb +++ b/Formula/v/vsce.rb @@ -14,13 +14,13 @@ class Vsce < Formula end bottle do - sha256 arm64_sequoia: "79b880f77b49416ff0ba21016dfe1eff4910e4df3fb8a8cd2e1f25eb17ba7045" - sha256 arm64_sonoma: "a82fccb99b1aa0e4b3b330e5013a8d862e47db39b65e2fbf3ff960273139c713" - sha256 arm64_ventura: "306f32638193a0cab65039e2caa3c1b7e35d6f20c441ead9d05a1800b6f61457" - sha256 sonoma: "16dfb079980e1d9cd482a8bc7b9c087cf867a500aa9e6453f06512f4f57f96bc" - sha256 ventura: "97445cb532b20d1844e09091550d793365747c26a7f812127f3d99badb638646" - sha256 cellar: :any_skip_relocation, arm64_linux: "a84098be53b536513b3ea83b6edc146d6d399281c9dc8f448c6d476397c513b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d0e23870896000d924a0665940c67b1e8a63ea31d76d82ed661b4cd9c7ec8e3" + sha256 arm64_sequoia: "f4a024265d736f1f0d815351232fdb461d7918daa707bd31953c50b47f196b79" + sha256 arm64_sonoma: "332bd94089eedee0bbd9480e8108ced651a81f372cacbfb089737d9a1cbf8742" + sha256 arm64_ventura: "9abcf683fdba4eed174f2708b6516618254481aa66ed7fbe777db9d5f783bd73" + sha256 sonoma: "ead4ef36d2c06e4a2fa0aa19a08f91540fdcb0d3cc599da0d7b8a8589461535f" + sha256 ventura: "e7c1cd37efc587109b0e39b3d6c790dae435c0b8224f8a6e02d120bad776cbf6" + sha256 cellar: :any_skip_relocation, arm64_linux: "a8df8d6d3ad56f5027c732d429872a6f53a9e407a434fe4be3d36f2d716a6a42" + sha256 cellar: :any_skip_relocation, x86_64_linux: "69b3b50fc99ad1a9b22f4af14907d960d4ea58405cd40b5b7a5ac5223942536a" end depends_on "pkgconf" => :build From 0f9141b1fe2a234fb14dd88c2f519306780bbb52 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:24:37 +0000 Subject: [PATCH 09725/10074] jenkins-lts: update 2.504.3 bottle. --- Formula/j/jenkins-lts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/j/jenkins-lts.rb b/Formula/j/jenkins-lts.rb index 83c5fcae340f3..6c592c0109e43 100644 --- a/Formula/j/jenkins-lts.rb +++ b/Formula/j/jenkins-lts.rb @@ -11,7 +11,7 @@ class JenkinsLts < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "97b2a15aa6d90c72e0a714f22786395567d84813deddbae4778528f595fc2c0d" + sha256 cellar: :any_skip_relocation, all: "bc3e941ec6500a5259e13aa801ac441ed03a74165d38dd394dee34fcd543adea" end depends_on "openjdk@21" From 4a58d975c45c226a4968aa3e2bb6dee29dde054d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:24:42 +0000 Subject: [PATCH 09726/10074] moar: update 1.32.0 bottle. --- Formula/m/moar.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moar.rb b/Formula/m/moar.rb index 261631673fada..3401dda026e70 100644 --- a/Formula/m/moar.rb +++ b/Formula/m/moar.rb @@ -9,13 +9,13 @@ class Moar < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0258e92afafd77ef55c25e956744164ac4c9816885c23f085ac27ba99cc489c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0258e92afafd77ef55c25e956744164ac4c9816885c23f085ac27ba99cc489c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f0258e92afafd77ef55c25e956744164ac4c9816885c23f085ac27ba99cc489c" - sha256 cellar: :any_skip_relocation, sonoma: "fd97114ef494fb5209ded1d0b784264450e67668e747e1e73a15f3e3c414d643" - sha256 cellar: :any_skip_relocation, ventura: "fd97114ef494fb5209ded1d0b784264450e67668e747e1e73a15f3e3c414d643" - sha256 cellar: :any_skip_relocation, arm64_linux: "13ed078c45e6e3f4c53a4d37026eff51ba2f14f7c33b71e23d7e1869f9769133" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dca26758eca58fd294c34c99fe7cc8263a689bc5caf141af073bd1437fd995b2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6851742561f910bce17adbf650e2d7b9fed2df2e6b771be758a1ea16ef70e399" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6851742561f910bce17adbf650e2d7b9fed2df2e6b771be758a1ea16ef70e399" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6851742561f910bce17adbf650e2d7b9fed2df2e6b771be758a1ea16ef70e399" + sha256 cellar: :any_skip_relocation, sonoma: "cd7a9ecaa1b8daeb7df93e632600321bd267ea065c726a5f4ba521488440c6c4" + sha256 cellar: :any_skip_relocation, ventura: "cd7a9ecaa1b8daeb7df93e632600321bd267ea065c726a5f4ba521488440c6c4" + sha256 cellar: :any_skip_relocation, arm64_linux: "77a815ac335cd679fdab248c4cc11a51eb490d32dec6b2249ac688d79c06aea1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd97a16a7049165798c358eabd35fd916f7c9475fbebf606f73d495267e386ac" end depends_on "go" => :build From 056f07c173739e7f07df6bf1b7380f892e2e6fd2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:35:10 +0000 Subject: [PATCH 09727/10074] duplicity: update 3.0.5.1 bottle. --- Formula/d/duplicity.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/duplicity.rb b/Formula/d/duplicity.rb index 06fc796062234..f0e5cce2a0ad6 100644 --- a/Formula/d/duplicity.rb +++ b/Formula/d/duplicity.rb @@ -10,13 +10,13 @@ class Duplicity < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "791b48b07441ac3e8b2bd10b189d48db40b550c3fe4bd3862aa8a636d2a2c528" - sha256 cellar: :any, arm64_sonoma: "44c985dd6751c26db2e76db0c40e22d35000fe5a172a8cc3f5d4d1889c463cab" - sha256 cellar: :any, arm64_ventura: "4d123387b82d5531c61ce0b7d45600fd1b5ec7e8648caebff3e98f596ae114fb" - sha256 cellar: :any, sonoma: "487b5e658c92137f06165d6f419c4b449d573785409e8ca09a24b5bf27738c07" - sha256 cellar: :any, ventura: "19d77f566bcc82f0dec0d005d4999639d7be4017c38dcdc9712bccbe41cbb9ca" - sha256 cellar: :any_skip_relocation, arm64_linux: "de14cc7d9b5e5f6d2edc17d211ba658776a65ba3bdfcd3d3009fa20d0bc9bd69" - sha256 cellar: :any_skip_relocation, x86_64_linux: "779292e42fc42bd46834974991b19d8df2f75796fbb7cd51acf65c576881f969" + sha256 cellar: :any, arm64_sequoia: "345fd9fe5a960b080e851664c112231c29bc3632b37abbefce09a9c7ba194e07" + sha256 cellar: :any, arm64_sonoma: "1a49729ade7dfa8f5b57d4f39a21ab5af802d99d21a3b9b93f99e10738e803c7" + sha256 cellar: :any, arm64_ventura: "e827fc65c2f40b7884ec4ff440980b874579135e503bd58804bf7334671ac116" + sha256 cellar: :any, sonoma: "14fb0abe4982dbf0763766f84098e55c322d24ce76075a0df9251fab85cee31c" + sha256 cellar: :any, ventura: "ab0557019f425b0599663b6adcd140cb245a28d406d97e5779b1329a37e01f09" + sha256 cellar: :any_skip_relocation, arm64_linux: "d5de9d477346c4940de88c11be7a89141d71d74b81623eb0e6b81cec7e50e409" + sha256 cellar: :any_skip_relocation, x86_64_linux: "daa16a1debc3c01e8de455f576f4c6620b10e79ac101a28c8098f9669a543fe3" end depends_on "gettext" => :build # for msgfmt From d7c5aa1304e4b9e023edb74ca62dc63ce139b7a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:41:41 +0000 Subject: [PATCH 09728/10074] freetds: update 1.5.4 bottle. --- Formula/f/freetds.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/freetds.rb b/Formula/f/freetds.rb index 2d2c2e6b64221..84632bce7e38f 100644 --- a/Formula/f/freetds.rb +++ b/Formula/f/freetds.rb @@ -11,13 +11,13 @@ class Freetds < Formula end bottle do - sha256 arm64_sequoia: "6d432bcbcd95bb679a2ab166c896f4aab6ac577f0b8e677eb545e82a08194b5c" - sha256 arm64_sonoma: "e10692ae34aa0ea6ec343f1c672a83db63c62146c76ba4cc662469fdaa216017" - sha256 arm64_ventura: "20e1716f3d664aa481d5798ef42a9ba317cbab22f3fe2825fc9016cc9c9c380c" - sha256 sonoma: "1ac84f3acb605816db10f61b274862a8fcad1652e4abc29111796c6c95153ad1" - sha256 ventura: "23bc98b9e70c5d2d835f741b428e32f13720a83a0caa03f949c3db3dfba901ae" - sha256 arm64_linux: "b7c199b94a458e3a670615cb4e4d5c544a7ea8ebdef59ed8ca7c69089ec26e7e" - sha256 x86_64_linux: "6fe5ffa98bbd2e92511da5f49fc738d915912c397f14135d4e6545e09d651fb4" + sha256 arm64_sequoia: "e2d39065bdad88c14d75e029e39f9cf01f77e2c122e07c8a70b64d44017b1554" + sha256 arm64_sonoma: "297766108da331613944a346edef42808128b22b7a5a59cb92c606939d6e049e" + sha256 arm64_ventura: "ad86c54e8f7bb44364836eb3e427273e53f2c2d0240018bd3ad979ec995442df" + sha256 sonoma: "4d7d3a0e65cd04ba4c63a68dc39d3ad0a8cdc52010f356e4c1117d0ee3ea087b" + sha256 ventura: "79ce3d3a5016b066dc79e6cafd88fd57b3034d49cfef1ab607e7c7f30a05b3fd" + sha256 arm64_linux: "9c730658234286c9a0519bcfe7a4ca8cf92fbbb3a359c32538b11bd059a40ba5" + sha256 x86_64_linux: "a92decbd7230bb2df6a4fca029bf6093971f97fbbc058b84e036304d1dc73d8d" end head do From 493097c16208949b2429cee391e2e120051d0a1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:44:49 +0000 Subject: [PATCH 09729/10074] node-build: update 5.4.5 bottle. --- Formula/n/node-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 6c0b1470aacaf..a8cfd0fca151c 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -12,7 +12,7 @@ class NodeBuild < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "7b12480ec1d2203b09b0c52182bf41c3208730dbeccd1f9bd2df6458f77e0847" + sha256 cellar: :any_skip_relocation, all: "ca81cef6c277346a5232a5876c3f62a0334978981fc2bb8f71189e8dab9470f6" end depends_on "autoconf" From 4be241cc3afff73b38518e688432f8a6ce45849a Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 25 Jun 2025 20:47:52 +0200 Subject: [PATCH 09730/10074] bento 1.8.2 --- Formula/b/bento.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/b/bento.rb b/Formula/b/bento.rb index b8358a42b9195..91dac7e054a44 100644 --- a/Formula/b/bento.rb +++ b/Formula/b/bento.rb @@ -1,12 +1,10 @@ class Bento < Formula desc "Fancy stream processing made operationally mundane" homepage "https://warpstreamlabs.github.io/bento/" - url "https://github.com/warpstreamlabs/bento/archive/refs/tags/v1.8.1.tar.gz" - sha256 "819ab411d01e911620d85cdd7aaaa5614e10d5bc0455e8e6478d72800b4183cb" + url "https://github.com/warpstreamlabs/bento/archive/refs/tags/v1.8.2.tar.gz" + sha256 "55447f8726afa5ee7574ee641a0f42d6eb0c9d6e92a340d0641a085bb79ad15f" license "MIT" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "39333cf8839d3744dd150c931b0bbb3edf699c85c84ead51ce116bc355f07d3d" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb0868adc0786845615bb2e67b3c93d79bbacf96412d025cb4653d74fdd83937" From 647696b321644747d13947d2ffd1fbc348cb845f Mon Sep 17 00:00:00 2001 From: botantony Date: Wed, 25 Jun 2025 20:49:23 +0200 Subject: [PATCH 09731/10074] libwebm 1.0.0.32 --- Formula/lib/libwebm.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/lib/libwebm.rb b/Formula/lib/libwebm.rb index a42d0e077f307..c8b4974bbcc7f 100644 --- a/Formula/lib/libwebm.rb +++ b/Formula/lib/libwebm.rb @@ -1,12 +1,10 @@ class Libwebm < Formula desc "WebM container" homepage "https://www.webmproject.org/code/" - url "https://github.com/webmproject/libwebm/archive/refs/tags/libwebm-1.0.0.31.tar.gz" - sha256 "616cfdca1c869222dc60d5a49d112c1464040390e3876afca4d385347c6ce55e" + url "https://github.com/webmproject/libwebm/archive/refs/tags/libwebm-1.0.0.32.tar.gz" + sha256 "7fd5e085bda9f8031cf2ad2a1e52d9b7b29cba9c0b96ad2ce794ce89e4249eb8" license "BSD-3-Clause" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "49e659cf7620ec30ffecd7654da70d28120cd409ae68d7a48a646d2e57bcba1b" sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdcfe9ac4d4a025957c618aee58539cad66931b0d74e17f05b049337cbebe651" From fd418568a41d8bf217806ff5849b333f106d1f8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:54:47 +0000 Subject: [PATCH 09732/10074] addons-linter: update 7.16.0 bottle. --- Formula/a/addons-linter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/addons-linter.rb b/Formula/a/addons-linter.rb index 5626f145ef7b9..962a75f443bea 100644 --- a/Formula/a/addons-linter.rb +++ b/Formula/a/addons-linter.rb @@ -6,13 +6,13 @@ class AddonsLinter < Formula license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" - sha256 cellar: :any_skip_relocation, sonoma: "7681f1bae238e71b92e1684b42e53dd6b7ce609a318c63518566be79035c8365" - sha256 cellar: :any_skip_relocation, ventura: "7681f1bae238e71b92e1684b42e53dd6b7ce609a318c63518566be79035c8365" - sha256 cellar: :any_skip_relocation, arm64_linux: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef75198a14864c28a6e0acab3967aa0c380c261174bf6e821e5185bc27a7551f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "74adcea8c9f2f651f24d62a2a95d78b0955986055f5f39af7b755ed669b3e580" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "74adcea8c9f2f651f24d62a2a95d78b0955986055f5f39af7b755ed669b3e580" + sha256 cellar: :any_skip_relocation, arm64_ventura: "74adcea8c9f2f651f24d62a2a95d78b0955986055f5f39af7b755ed669b3e580" + sha256 cellar: :any_skip_relocation, sonoma: "4416bfb2071a8ad683a0a0335f5b9e833569f98b39eb24eb5856497e513db3ce" + sha256 cellar: :any_skip_relocation, ventura: "4416bfb2071a8ad683a0a0335f5b9e833569f98b39eb24eb5856497e513db3ce" + sha256 cellar: :any_skip_relocation, arm64_linux: "74adcea8c9f2f651f24d62a2a95d78b0955986055f5f39af7b755ed669b3e580" + sha256 cellar: :any_skip_relocation, x86_64_linux: "74adcea8c9f2f651f24d62a2a95d78b0955986055f5f39af7b755ed669b3e580" end depends_on "node" From 9eedf3aa575724cc17cdbf5e1ab79d8bf3cdded0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:06:30 +0000 Subject: [PATCH 09733/10074] bento: update 1.8.2 bottle. --- Formula/b/bento.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/bento.rb b/Formula/b/bento.rb index 91dac7e054a44..7005ff2ae46be 100644 --- a/Formula/b/bento.rb +++ b/Formula/b/bento.rb @@ -6,12 +6,12 @@ class Bento < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "39333cf8839d3744dd150c931b0bbb3edf699c85c84ead51ce116bc355f07d3d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb0868adc0786845615bb2e67b3c93d79bbacf96412d025cb4653d74fdd83937" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c640462164e09153ee415740f7d98c16410c213bac0b74a827f0bdbda8b510f1" - sha256 cellar: :any_skip_relocation, sonoma: "95c93920828f5d723f783a9389c480f9d0613644dc803e9aa868629a0149c2ea" - sha256 cellar: :any_skip_relocation, ventura: "187f832aefeefe5b845df3849fd67221c487caf837518fa056b0ea1f83eed14e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a86c2b4f2eb47c81ca7b410ab6a1dcf8637891c531a7757d03dff66a6fef5564" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6cb36363502faa446f49dc5f0d18109b83fb473b4afd699504909c97bbf8ffc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ade885c4083905f2b2ad78019e41fbef2cf5de9656a8e0f97208df761ee019ca" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ac4c517a04bbcfe01102a10f5867d1b558b33b9968aaf5982b3ba996f4d33340" + sha256 cellar: :any_skip_relocation, sonoma: "f34259911f3b1040c5ec0afe1641bf991228760d64d5f4c448644284db2c8037" + sha256 cellar: :any_skip_relocation, ventura: "70398a7c952bcff3fef77977d91a62e9485346916300263de9faa192eb3b9742" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a74bf11f16cb5fbb0e5676acced41b72890ecb6f2a2bee38e2cd9e005867f7cf" end depends_on "go" => :build From 9b06f6d97edff471bb87e4ec1c7305cda0856eea Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 19:08:22 +0000 Subject: [PATCH 09734/10074] shaderc: update 2025.3 bottle. --- Formula/s/shaderc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/shaderc.rb b/Formula/s/shaderc.rb index c952516cbf42a..90252848c1dbd 100644 --- a/Formula/s/shaderc.rb +++ b/Formula/s/shaderc.rb @@ -27,13 +27,13 @@ class Shaderc < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d754215b97ff59175e5b49ac7583837e004d6f0fff59fedd9b42fe5dc779bd9c" - sha256 cellar: :any, arm64_sonoma: "8fb423c7f2631260378576f9f90fa830aa78e1a6f1e059da9371ad73c3570da1" - sha256 cellar: :any, arm64_ventura: "ffc37dd4facbae80c0c6fd4a85621220898facaf2c2e66346d490e65302c86d8" - sha256 cellar: :any, sonoma: "cce9f7b41fbfc64373bb63c6e8b6884f635a56b531ce858bc14534c700677e40" - sha256 cellar: :any, ventura: "9c5bd57e3a5822fef1f0d42c187d9f77dd740068f8bd40d08cdb03710c29d7c1" - sha256 cellar: :any_skip_relocation, arm64_linux: "7bb01f0bdd6d5f06d4a0bdaa78707d30763b4f0fb3ca7815ce9790318472e10f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f7be1ea16a85ac988a3e25142dde846feec4477b6b6584730f8d1b3f55b5a8f3" + sha256 cellar: :any, arm64_sequoia: "45d6afe8db7c6f5fd474d0197aad4cf53c1995db94fecf06be9f001b643a2bea" + sha256 cellar: :any, arm64_sonoma: "9e80cb11cdaaf83b596865e0bec483064b176561ec565d6c07bfcdaf75def134" + sha256 cellar: :any, arm64_ventura: "9fbdda4c4302bfc05c5488241a589552af047948afae1024e605f44b579d7066" + sha256 cellar: :any, sonoma: "2974d91663843a12a3c1e14d3135dab3579ed89a378f1b327844bbbbcb5126a1" + sha256 cellar: :any, ventura: "6c1b78bb709695bcb96d219826fa544f92f7057caacfb22f823299f078fc40f2" + sha256 cellar: :any_skip_relocation, arm64_linux: "352c27770df628c5af02c00ac085fb1094e4c91ea7f41db20546d85fed02984e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4d8f7856920766b54b07cc91e1a2c0af700cbb67f23ba45b5bcb9fa3af3d38a" end head do From f168235d2f1030f8f4d7bad2a881b5068c1eb6c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:08:45 +0000 Subject: [PATCH 09735/10074] libwebm: update 1.0.0.32 bottle. --- Formula/lib/libwebm.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/lib/libwebm.rb b/Formula/lib/libwebm.rb index c8b4974bbcc7f..68694369a2ae1 100644 --- a/Formula/lib/libwebm.rb +++ b/Formula/lib/libwebm.rb @@ -6,15 +6,13 @@ class Libwebm < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "49e659cf7620ec30ffecd7654da70d28120cd409ae68d7a48a646d2e57bcba1b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdcfe9ac4d4a025957c618aee58539cad66931b0d74e17f05b049337cbebe651" - sha256 cellar: :any_skip_relocation, arm64_ventura: "21a08a2111b19d647ae24038c95ebafe8bcfb2db68d512e3e84615b27bf85c34" - sha256 cellar: :any_skip_relocation, arm64_monterey: "6233852ce953b18eb356b7af0f5433984d770cfa50a9bf067a67469e9a4aa489" - sha256 cellar: :any_skip_relocation, sonoma: "25960105fc505deab8de42959a2586cf14ae0aafb8fe8bce4ffcb389b43badd5" - sha256 cellar: :any_skip_relocation, ventura: "a6dedcb3fb10cf5363a2cd18f95c62fb8e35f4383f524d29f08541c9f9bcd26d" - sha256 cellar: :any_skip_relocation, monterey: "1c9bce06869370b1e3222777fb5c29fe9f1f9f281f4a830e45b7f3e37441b64c" - sha256 cellar: :any_skip_relocation, arm64_linux: "fe3eadf731b1ff0e1fea5a69a77f88e9643f6c27ce60202f80c583494b607fef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3ca54a3fe3b38d5c2ccb316ab18779dfa6c7fa5b4d9533be5be3cb5bb822e64f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "325dddc229395db23b900a46264df1437b31af109a4fa3a8c488eee5dff1aa7a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7afc749ec4d49cd5853f62861df3cfdac04caebd77478def12e69f97b2a52b0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3db90115b86d8d78e0630f7954167262a3caacf0ec71f1f8e8549d7a87dbecd1" + sha256 cellar: :any_skip_relocation, sonoma: "ccf6f6d11126683575f1eb158e8b0fe562a3b12594970114746751f1418b4dc3" + sha256 cellar: :any_skip_relocation, ventura: "2a1a22a88f4f5841edbfcd0147dca26f323e8d00f8c6e51b5ac163c6470e334d" + sha256 cellar: :any_skip_relocation, arm64_linux: "e04dd0c252829a72f8f70f14c0a4f250a71e439770db4718198618e9016afbd1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc19451f040265923fdc0413c0f78769872338ddda782625ff9a567c6c3be2f6" end depends_on "cmake" => :build From 10c5099685bc3efc3927cd3ed80b194117d0ecf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:48:28 +0000 Subject: [PATCH 09736/10074] act_runner 0.2.12 --- Formula/a/act_runner.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/act_runner.rb b/Formula/a/act_runner.rb index dc99d03087d98..89b9224bf6430 100644 --- a/Formula/a/act_runner.rb +++ b/Formula/a/act_runner.rb @@ -1,8 +1,8 @@ class ActRunner < Formula desc "Action runner for Gitea based on Gitea's fork of act" homepage "https://docs.gitea.com/usage/actions/act-runner" - url "https://gitea.com/gitea/act_runner/archive/v0.2.11.tar.gz" - sha256 "8b317700d1f3344d8664be9edb004914723a4aacc8f8b1b3719ca2260a5866b6" + url "https://gitea.com/gitea/act_runner/archive/v0.2.12.tar.gz" + sha256 "69969e1daa846c19dc934e98c811330c8ff88f444e119370ab100861fb3504ea" license "MIT" bottle do From ff51746d5e003e08daf9d9f36de73a2becdd9b74 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:49:22 +0000 Subject: [PATCH 09737/10074] angular-cli 20.0.4 --- Formula/a/angular-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index 8632dc7b6ebfc..e493ba7cd3322 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -1,8 +1,8 @@ class AngularCli < Formula desc "CLI tool for Angular" homepage "https://angular.dev/cli/" - url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.3.tgz" - sha256 "cfaac95473360b3756b9fac72f7aa3ea89701cd5b28b9e19a98eaf1a35e97a5c" + url "https://registry.npmjs.org/@angular/cli/-/cli-20.0.4.tgz" + sha256 "ba17cadf1e824b75309a31059aee89622c0fe9ef2dff612b7b522a2ebbc5fe07" license "MIT" bottle do From 6c2addec15fed9b70898c41d23881ff24c74f970 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:51:08 +0000 Subject: [PATCH 09738/10074] awscli 2.27.43 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 4ef2be5a372d4..8b88da5acf405 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.42.tar.gz" - sha256 "5afbe036e37d12786510164ee715c25519d617e85153f252f37ede802c1c8c4f" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.43.tar.gz" + sha256 "5c568b3775274f97f68102ba16e180468210a3160ee316ebb588fd37017ba42d" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 51b2580f40782209b67dca76bc66bfe0bd54a57d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:51:23 +0000 Subject: [PATCH 09739/10074] azurehound 2.6.0 --- Formula/a/azurehound.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/azurehound.rb b/Formula/a/azurehound.rb index 702043fd32afb..b72e84c9586dd 100644 --- a/Formula/a/azurehound.rb +++ b/Formula/a/azurehound.rb @@ -1,8 +1,8 @@ class Azurehound < Formula desc "Azure Data Exporter for BloodHound" homepage "https://github.com/SpecterOps/AzureHound" - url "https://github.com/SpecterOps/AzureHound/archive/refs/tags/v2.5.0.tar.gz" - sha256 "133c88761831991b237de0aaf4aaa2f15190afd4ee85ffed45a7c8caf523873a" + url "https://github.com/SpecterOps/AzureHound/archive/refs/tags/v2.6.0.tar.gz" + sha256 "57528df45381d5e009f2e50a602f2ef80bb54904a03b91c5ba72d73c820c83bb" license "GPL-3.0-or-later" head "https://github.com/SpecterOps/AzureHound.git", branch: "main" From 1e9ac326b0c5cdc53af16a59eb630b6524be6f11 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 15:43:27 -0400 Subject: [PATCH 09740/10074] ghc@9.6 9.6.7 Signed-off-by: Rui Chen ghc@9.6: remove build patch Signed-off-by: Rui Chen --- Formula/g/ghc@9.6.rb | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/Formula/g/ghc@9.6.rb b/Formula/g/ghc@9.6.rb index 6db9fe6dac492..84a943e9cfd1e 100644 --- a/Formula/g/ghc@9.6.rb +++ b/Formula/g/ghc@9.6.rb @@ -1,8 +1,8 @@ class GhcAT96 < Formula desc "Glorious Glasgow Haskell Compilation System" homepage "https://haskell.org/ghc/" - url "https://downloads.haskell.org/~ghc/9.6.6/ghc-9.6.6-src.tar.xz" - sha256 "008f7a04d89ad10baae6486c96645d7d726aaac7e1476199f6dd86c6bd9977ad" + url "https://downloads.haskell.org/~ghc/9.6.7/ghc-9.6.7-src.tar.xz" + sha256 "d053bf6ce1d588a75cfe8c9316269486e9d8fb89dcdf6fd92836fa2e3df61305" # We build bundled copies of libffi and GMP so GHC inherits the licenses license all_of: [ "BSD-3-Clause", @@ -11,12 +11,13 @@ class GhcAT96 < Formula ] livecheck do - url "https://www.haskell.org/ghc/download.html" - regex(/href=.*?download[._-]ghc[._-][^"' >]+?\.html[^>]*?>\s*?v?(9\.6(?:\.\d+)+)\s*? Date: Wed, 25 Jun 2025 19:54:19 +0000 Subject: [PATCH 09741/10074] chawan 0.2.1 --- Formula/c/chawan.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chawan.rb b/Formula/c/chawan.rb index e758445728ebb..9b79ef6b5835d 100644 --- a/Formula/c/chawan.rb +++ b/Formula/c/chawan.rb @@ -1,8 +1,8 @@ class Chawan < Formula desc "TUI web browser with CSS, inline image and JavaScript support" homepage "https://sr.ht/~bptato/chawan/" - url "https://git.sr.ht/~bptato/chawan/archive/v0.2.0.tar.gz" - sha256 "7bf23c2f41d777f951a189374cb8edf913a9bfb2102a1a0f274c587b8edb6a75" + url "https://git.sr.ht/~bptato/chawan/archive/v0.2.1.tar.gz" + sha256 "809f15bc283a27feef03a465f5cccf9247c6fcd2e57dca54aa0f1fb0e1bcf7b9" license "Unlicense" head "https://git.sr.ht/~bptato/chawan", branch: "master" From cbab34143c0c88768f3f8ac987d60a78ab110d59 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:55:36 +0000 Subject: [PATCH 09742/10074] code-cli 1.101.2 --- Formula/c/code-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/code-cli.rb b/Formula/c/code-cli.rb index 3f116cd689e0e..6a37b5367eb58 100644 --- a/Formula/c/code-cli.rb +++ b/Formula/c/code-cli.rb @@ -1,8 +1,8 @@ class CodeCli < Formula desc "Command-line interface built-in Visual Studio Code" homepage "https://github.com/microsoft/vscode" - url "https://github.com/microsoft/vscode/archive/refs/tags/1.101.1.tar.gz" - sha256 "fc015daead5b5a14422944af9b04eb241c78d5b7273888c46bb184d6651a7a2b" + url "https://github.com/microsoft/vscode/archive/refs/tags/1.101.2.tar.gz" + sha256 "d65d04e68ae04a372b1c6b13d0e8a72e2c919e491d4c3b2dcf997b22fc25a509" license "MIT" head "https://github.com/microsoft/vscode.git", branch: "main" From 969abb9be8858abd46a947f7ff0bd8587dc91595 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 25 Jun 2025 12:56:53 -0700 Subject: [PATCH 09743/10074] gemini-cli 0.1.3 (new formula) Signed-off-by: Patrick Linnane --- Formula/g/gemini-cli.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Formula/g/gemini-cli.rb diff --git a/Formula/g/gemini-cli.rb b/Formula/g/gemini-cli.rb new file mode 100644 index 0000000000000..461764b5c8fa4 --- /dev/null +++ b/Formula/g/gemini-cli.rb @@ -0,0 +1,20 @@ +class GeminiCli < Formula + desc "Interact with Google Gemini AI models from the command-line" + homepage "https://github.com/google-gemini/gemini-cli" + url "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.1.3.tgz" + sha256 "c12db51e176e9f1b0f5c329df7596d1099e9193c44c2ef6f3c5b39c0f568a184" + license "Apache-2.0" + + depends_on "node" + + def install + system "npm", "install", *std_npm_args + bin.install_symlink Dir["#{libexec}/bin/*"] + end + + test do + assert_match version.to_s, shell_output("#{bin}/gemini --version") + + assert_match "Please set an Auth method", shell_output("#{bin}/gemini --prompt Homebrew 2>&1", 1) + end +end From 18c85ba396ca860c80b7d49fb210b08efaa9a07a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:57:09 +0000 Subject: [PATCH 09744/10074] cubejs-cli 1.3.26 --- Formula/c/cubejs-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index d12754d918f3a..9e23515a7e90a 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -1,8 +1,8 @@ class CubejsCli < Formula desc "Cube.js command-line interface" homepage "https://cube.dev/" - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.25.tgz" - sha256 "def354e3c1a0fa147de9a8780b66c5e4487b5b23e63db3bebc754351b896655a" + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.3.26.tgz" + sha256 "e331f206a63f88099e27296f352bc222612575779ad83a807e68c85e51c92207" license "Apache-2.0" bottle do From b67d96868f0084aef1bc09d8d699aaffa8e3766e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:03:05 +0000 Subject: [PATCH 09745/10074] glooctl 1.19.2 --- Formula/g/glooctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/glooctl.rb b/Formula/g/glooctl.rb index 8c39493b49efa..1dff2db2e4ed5 100644 --- a/Formula/g/glooctl.rb +++ b/Formula/g/glooctl.rb @@ -4,8 +4,8 @@ class Glooctl < Formula # NOTE: Please wait until the newest stable release is finished building and # no longer marked as "Pre-release" before creating a PR for a new version. url "https://github.com/solo-io/gloo.git", - tag: "v1.19.1", - revision: "b01eac6c5d8a9566d3ac96904e8135db4f628090" + tag: "v1.19.2", + revision: "7ca3b633a3996a7626409c4311caeea111b752b5" license "Apache-2.0" head "https://github.com/solo-io/gloo.git", branch: "main" From 670f0485457ec6528fc736a39316e8c359cd1a35 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:04:34 +0000 Subject: [PATCH 09746/10074] act_runner: update 0.2.12 bottle. --- Formula/a/act_runner.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/act_runner.rb b/Formula/a/act_runner.rb index 89b9224bf6430..26f0c86f7b2ad 100644 --- a/Formula/a/act_runner.rb +++ b/Formula/a/act_runner.rb @@ -6,12 +6,12 @@ class ActRunner < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c8cccc7006059e30358e42621f03a27ce5628ff74456e3f81f7a02bf2922f5e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c8cccc7006059e30358e42621f03a27ce5628ff74456e3f81f7a02bf2922f5e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7c8cccc7006059e30358e42621f03a27ce5628ff74456e3f81f7a02bf2922f5e" - sha256 cellar: :any_skip_relocation, sonoma: "b8f417027f7afc1f87ea9fd1bb9f39f415e54ae5cc97f7ed640e0ed1ad61c1a8" - sha256 cellar: :any_skip_relocation, ventura: "b8f417027f7afc1f87ea9fd1bb9f39f415e54ae5cc97f7ed640e0ed1ad61c1a8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "06c6359d52d40562379404d8479db1ed2a8825c85cad93350e25be4968997048" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "07e84753c5906543b3abee4d105713b8ff0885c022cd2d0999f085df5a06b10e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "07e84753c5906543b3abee4d105713b8ff0885c022cd2d0999f085df5a06b10e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "07e84753c5906543b3abee4d105713b8ff0885c022cd2d0999f085df5a06b10e" + sha256 cellar: :any_skip_relocation, sonoma: "141985c7dba7d4afcddd002eb0d8aeeafc5f7d5abe3a16e7c4686473d9f454f6" + sha256 cellar: :any_skip_relocation, ventura: "141985c7dba7d4afcddd002eb0d8aeeafc5f7d5abe3a16e7c4686473d9f454f6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "38f33478207e72e5c722cfe3a4a222d3b2dcf9d6334f4c74e8c5553601125970" end depends_on "go" => :build From b7dde39e8c5456ea4bce44cee6f9371cbd663b94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:05:03 +0000 Subject: [PATCH 09747/10074] azurehound: update 2.6.0 bottle. --- Formula/a/azurehound.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/azurehound.rb b/Formula/a/azurehound.rb index b72e84c9586dd..2b6b990c5fdef 100644 --- a/Formula/a/azurehound.rb +++ b/Formula/a/azurehound.rb @@ -12,12 +12,12 @@ class Azurehound < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f2df09ff9b302a1dcdbbea7b01c4dbb087fb11d88ab001400c1adf15bbc60b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f2df09ff9b302a1dcdbbea7b01c4dbb087fb11d88ab001400c1adf15bbc60b0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0f2df09ff9b302a1dcdbbea7b01c4dbb087fb11d88ab001400c1adf15bbc60b0" - sha256 cellar: :any_skip_relocation, sonoma: "5221e3dca0df8110448a2789e7a63f3f3aa5c04c12129bd499c4c513aa47cd5d" - sha256 cellar: :any_skip_relocation, ventura: "5221e3dca0df8110448a2789e7a63f3f3aa5c04c12129bd499c4c513aa47cd5d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "184ef4b185b516dc43a13bbf887c985c52d7c712ef730e75a5f957cb8da94d68" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "983d1b65b8b4b5e7653662dc24df7b36a1d611878f5c63b464b0b9729b1a902d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "983d1b65b8b4b5e7653662dc24df7b36a1d611878f5c63b464b0b9729b1a902d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "983d1b65b8b4b5e7653662dc24df7b36a1d611878f5c63b464b0b9729b1a902d" + sha256 cellar: :any_skip_relocation, sonoma: "07df8f39824cc43a2709c6e47fc6e0d48ac40900ecb7b4ca16b9adab800d786f" + sha256 cellar: :any_skip_relocation, ventura: "07df8f39824cc43a2709c6e47fc6e0d48ac40900ecb7b4ca16b9adab800d786f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fef5bd02e8033df8dc3dc13705b9352f7c502e1880465b9328607dd69b222805" end depends_on "go" => :build From a2b731f3ece54ac9ac1502c11b0d0e81be835a43 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:07:48 +0000 Subject: [PATCH 09748/10074] grpc 1.73.1 --- Formula/g/grpc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grpc.rb b/Formula/g/grpc.rb index fdcbe882aee6a..f5b90c4a30358 100644 --- a/Formula/g/grpc.rb +++ b/Formula/g/grpc.rb @@ -2,8 +2,8 @@ class Grpc < Formula desc "Next generation open source RPC library and framework" homepage "https://grpc.io/" url "https://github.com/grpc/grpc.git", - tag: "v1.73.0", - revision: "95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b" + tag: "v1.73.1", + revision: "6eae42baf0dc7950a8c25d227575a0d24c9aa286" license "Apache-2.0" head "https://github.com/grpc/grpc.git", branch: "master" From 3cdbfadebe39bd006cbe1e45efc410aa11d8b153 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:13:55 +0000 Subject: [PATCH 09749/10074] chawan: update 0.2.1 bottle. --- Formula/c/chawan.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chawan.rb b/Formula/c/chawan.rb index 9b79ef6b5835d..ea54e72022dfb 100644 --- a/Formula/c/chawan.rb +++ b/Formula/c/chawan.rb @@ -7,13 +7,13 @@ class Chawan < Formula head "https://git.sr.ht/~bptato/chawan", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "947cea8a8995e723b23a1356a4124de83458d07e85ec0aa8e53429a8860c0cb7" - sha256 cellar: :any, arm64_sonoma: "dc1da334eaf9da2251992bd143b4867b7675712226c369bfecfba500963f5732" - sha256 cellar: :any, arm64_ventura: "819d155a57265cad1ffe38e7b15e0f42dddf09ef98a3893f80c95ea8bb73fd3b" - sha256 cellar: :any, sonoma: "a6a6e1e9e86de56ce0f189cae9244fca36f7cdd09431a1eb3b0b3cb47cb1a08f" - sha256 cellar: :any, ventura: "588dcc354363e1e7ce54d1ec7171bbadacfba7f08822e15d623fda1dc82a0d64" - sha256 cellar: :any_skip_relocation, arm64_linux: "9dcab93cc7449e5970674f10d9de472e2a97ef23476738cef37ff47b66be952a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e7e131a7b8240c9a62f98092b27c4a14d51d60122dc3c9d116a76f4bda9930d9" + sha256 cellar: :any, arm64_sequoia: "3f0217092e5152fefd0253c4e9863c87ed8a623efac564873cf2419066448d24" + sha256 cellar: :any, arm64_sonoma: "d1d3a3a660caf20421ee32fd74ee9124863ba3202b49c7f2f12da4e34887a8b1" + sha256 cellar: :any, arm64_ventura: "b6fb19cc483786b7481b8909bec324d076fddd1ec817a7b47f1ae27f7cca130a" + sha256 cellar: :any, sonoma: "2f7eeac0d054ee3a933a7fcddc1bb600ec6b82ffe8461b6ce38e4233391010c1" + sha256 cellar: :any, ventura: "48160700c2e9332ce964c7b40f2c7088b4d731c4c19c20353615e6089beff652" + sha256 cellar: :any_skip_relocation, arm64_linux: "eee9af4aa631c07dbde9e57f086cae993639a780cd0b0ba2a21e828bac40a894" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b688409bd2b741192d49fdb4d6ae7fee5b6bc2889d8bb60897f476f45c4c35fb" end depends_on "nim" => :build From 8d1193ed892b577c59660bfd8c277d5208c3ef4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:16:18 +0000 Subject: [PATCH 09750/10074] mockery 3.5.0 --- Formula/m/mockery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index f89fa774a1d99..f95c96316c290 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -1,8 +1,8 @@ class Mockery < Formula desc "Mock code autogenerator for Golang" homepage "https://github.com/vektra/mockery" - url "https://github.com/vektra/mockery/archive/refs/tags/v3.4.0.tar.gz" - sha256 "c1579e457912c946489ca6b59a1099380a899febe20dab6c24e9dce5fc494264" + url "https://github.com/vektra/mockery/archive/refs/tags/v3.5.0.tar.gz" + sha256 "02586a2dcd30de1ab48106224cfbba4306f7d16e9e552bb5202c57c24610e5c8" license "BSD-3-Clause" head "https://github.com/vektra/mockery.git", branch: "v3" From 2db93550d59e7ae9ad479bd55b2ffd808cf56c2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:18:59 +0000 Subject: [PATCH 09751/10074] angular-cli: update 20.0.4 bottle. --- Formula/a/angular-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/angular-cli.rb b/Formula/a/angular-cli.rb index e493ba7cd3322..69a9b772b1b0c 100644 --- a/Formula/a/angular-cli.rb +++ b/Formula/a/angular-cli.rb @@ -6,13 +6,13 @@ class AngularCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" - sha256 cellar: :any_skip_relocation, sonoma: "8c95163a96987396f3b083363184e632d414503f99c2306ddf29a35c0d7601fb" - sha256 cellar: :any_skip_relocation, ventura: "8c95163a96987396f3b083363184e632d414503f99c2306ddf29a35c0d7601fb" - sha256 cellar: :any_skip_relocation, arm64_linux: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4686f566838ba4cd119e82d3784a0354c120e97c975080f2c58b1a0fa5871b99" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" + sha256 cellar: :any_skip_relocation, sonoma: "a6d21866fac9edb7bd0a54451218e682c8e5cd6fbdc24dd11cdf764188f23a6d" + sha256 cellar: :any_skip_relocation, ventura: "a6d21866fac9edb7bd0a54451218e682c8e5cd6fbdc24dd11cdf764188f23a6d" + sha256 cellar: :any_skip_relocation, arm64_linux: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5080671fa7e997d0aa177abb03ce59ddb22306a6a96c14f27d9221be29beb81f" end depends_on "node" From 3305b5d43f020e1f39153fa0b51356b6a2a4fe2b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:19:49 +0000 Subject: [PATCH 09752/10074] openbao 2.3.1 --- Formula/o/openbao.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/openbao.rb b/Formula/o/openbao.rb index 5c1d6057e18ca..6ec7acdd76b5b 100644 --- a/Formula/o/openbao.rb +++ b/Formula/o/openbao.rb @@ -2,8 +2,8 @@ class Openbao < Formula desc "Provides a software solution to manage, store, and distribute sensitive data" homepage "https://openbao.org/" url "https://github.com/openbao/openbao.git", - tag: "v2.2.2", - revision: "8c0322c0423231836a1432fdad29dc2e99640da9" + tag: "v2.3.1", + revision: "e3cdbbde8eb48fb7ae92b1d34afb63012e805233" license "MPL-2.0" head "https://github.com/openbao/openbao.git", branch: "main" From 9ea6011a0f6fde331126010f25a21feef56c9c33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:22:58 +0000 Subject: [PATCH 09753/10074] promptfoo 0.115.4 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 6bde47707a00a..288d20627878f 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.115.3.tgz" - sha256 "ec184b8814c7ef0838bebbc2d9c89308d54647911994b47d4f3c3df89b471c71" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.115.4.tgz" + sha256 "4b9f7b31d5f9d0c6ba5bb4f60e19aad264d970155280ac74292c653b8e38d703" license "MIT" bottle do From 157d98f27d0d88b58f96b8a8a38fb1d0e86eafc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:26:57 +0000 Subject: [PATCH 09754/10074] sf 2.94.6 --- Formula/s/sf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index 32053500d03b0..83657eadf872e 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -1,8 +1,8 @@ class Sf < Formula desc "Command-line toolkit for Salesforce development" homepage "https://developer.salesforce.com/tools/salesforcecli" - url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.93.7.tgz" - sha256 "3bdbd821c583c7b4e3ff79dd77f05090f7ebbfe0401847eca112b60306fcddbf" + url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.94.6.tgz" + sha256 "7151c70799218ad2ce44ca9160f040170f335a4cbc4be06adc6f268cac0d90fe" license "BSD-3-Clause" livecheck do From ade548b08469cda1efa52948c1d64afa7cb3ac9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:29:59 +0000 Subject: [PATCH 09755/10074] code-cli: update 1.101.2 bottle. --- Formula/c/code-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/code-cli.rb b/Formula/c/code-cli.rb index 6a37b5367eb58..28e501dba7914 100644 --- a/Formula/c/code-cli.rb +++ b/Formula/c/code-cli.rb @@ -12,13 +12,13 @@ class CodeCli < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "b3b3a6b8bd9eadcd06bd864ad83598c5751835334e4f1f3d83d05b947edd08da" - sha256 cellar: :any, arm64_sonoma: "bfe4256581e80583d7515cc7a4a6be173392cc470b663340d3754dc9ec143948" - sha256 cellar: :any, arm64_ventura: "a7f8aa0806768c94ecd676afd7539b001788546300e40072767d15f7934384be" - sha256 cellar: :any, sonoma: "9e4ca03565aa6a401507dc2ea728c2279c8fc7e92ea06fbeb18aea53e3190c1f" - sha256 cellar: :any, ventura: "24316f30471fb179c1cc9975a28c1fab5cbf5512b58c5584a322d774d2baa85c" - sha256 cellar: :any_skip_relocation, arm64_linux: "c5fff0aa6cc4dd75df90a6dac668a506fe3c144f8bfedc3335426a0fd49f4f86" - sha256 cellar: :any_skip_relocation, x86_64_linux: "81f2b19191aed49e73eb206ca434b4fec50bd274200117c985bacc717f7c6b20" + sha256 cellar: :any, arm64_sequoia: "44fd128f7e18b35cd6f0f47eaa3953bd94a51a82fa1d8697fda9fec3b764cdb1" + sha256 cellar: :any, arm64_sonoma: "21d702fd15200d698924d91a6a972261c83dcfe1903510f530525b19e5b7110f" + sha256 cellar: :any, arm64_ventura: "77d325b0471fdef98198b6676533c710ceae854b9b0f9ee866e99f53a8020e45" + sha256 cellar: :any, sonoma: "242985874d51f0901a5e3ca3472b154bddf21aeae96a41bcb2720bee46f85ddf" + sha256 cellar: :any, ventura: "6fb744472babc35387fad14d9d506799360110963191167af84dfb559de5e83d" + sha256 cellar: :any_skip_relocation, arm64_linux: "3015e0ec4ad247019eb531652a06bb0d7cb6ca0e70474e454bce024b4b7a8376" + sha256 cellar: :any_skip_relocation, x86_64_linux: "26d83e8435bed81e775c7c9c7393ef5e9c0e29d68753aa15322dec75b371c3c8" end depends_on "pkgconf" => :build From aec79d43329d99255b3e1975b23544c6e7f79eb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:30:09 +0000 Subject: [PATCH 09756/10074] cubejs-cli: update 1.3.26 bottle. --- Formula/c/cubejs-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index 9e23515a7e90a..27146f08d1665 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -6,13 +6,13 @@ class CubejsCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "425ae1ef3b1609440a7dda79954a03cd858bcddc0d8c8bc3fcc6e49d5a42b5e1" - sha256 cellar: :any, arm64_sonoma: "425ae1ef3b1609440a7dda79954a03cd858bcddc0d8c8bc3fcc6e49d5a42b5e1" - sha256 cellar: :any, arm64_ventura: "425ae1ef3b1609440a7dda79954a03cd858bcddc0d8c8bc3fcc6e49d5a42b5e1" - sha256 cellar: :any, sonoma: "79935b71703b281d8385d991f12f3e1d671df4d95ea5ef43ca1d6e73c3f94d6e" - sha256 cellar: :any, ventura: "79935b71703b281d8385d991f12f3e1d671df4d95ea5ef43ca1d6e73c3f94d6e" - sha256 cellar: :any_skip_relocation, arm64_linux: "24a520d38bf7560e67b3c3babaaf0a870b9dbce716fa48c515dabe4f47a119e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "275e88be7947fde89afe6c127dab1b33dcff8f27c8fc7e7fee831ea7c426b1c2" + sha256 cellar: :any, arm64_sequoia: "1e0a1ff3f659bb319023a7aa770bea16077917abad56d14384d431eeb6438160" + sha256 cellar: :any, arm64_sonoma: "1e0a1ff3f659bb319023a7aa770bea16077917abad56d14384d431eeb6438160" + sha256 cellar: :any, arm64_ventura: "1e0a1ff3f659bb319023a7aa770bea16077917abad56d14384d431eeb6438160" + sha256 cellar: :any, sonoma: "a439fe2447de36fefb2e6cfd24c4e50c8208af8acf4baac0831ada3b887ce765" + sha256 cellar: :any, ventura: "a439fe2447de36fefb2e6cfd24c4e50c8208af8acf4baac0831ada3b887ce765" + sha256 cellar: :any_skip_relocation, arm64_linux: "165c7c766317cbdbc6f1fdd3869e2cf6fe5523c4c0ffd94baf2053ba1ba6dd8a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d6cf2f7f49dc311c085e13b9e6799c27580f5393b9e823df9469736551791ff" end depends_on "node" From 598021ebc1fbd09128943749ced32e56ecbe608f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:32:03 +0000 Subject: [PATCH 09757/10074] vercel-cli 44.2.5 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index a0060c08905d7..a52d9e6cdbb93 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-44.2.3.tgz" - sha256 "0256cd5cb704bf9aaefe5196fbc96b35de0dc351a5f4849461497dc3a901b840" + url "https://registry.npmjs.org/vercel/-/vercel-44.2.5.tgz" + sha256 "f75b11255d654f0edbc976bfd3078920191a65c70bb04a1c5b6da084ab0f3ee7" license "Apache-2.0" bottle do From 9ff15890698c10181b57041f856b594d02f1ca0c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:33:15 +0000 Subject: [PATCH 09758/10074] weaviate 1.31.3 --- Formula/w/weaviate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/weaviate.rb b/Formula/w/weaviate.rb index a85e25c1e7b3b..55dce06137623 100644 --- a/Formula/w/weaviate.rb +++ b/Formula/w/weaviate.rb @@ -1,8 +1,8 @@ class Weaviate < Formula desc "Open-source vector database that stores both objects and vectors" homepage "https://weaviate.io/developers/weaviate/" - url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.31.2.tar.gz" - sha256 "a3916c695848aa093f97a3c194c85660d458a014ac0a790a7c1a105229bb1e12" + url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.31.3.tar.gz" + sha256 "c11b9a7a1c03c0518d7f5ae381df3534fc6a3fb25e71345c7b2f8153205b1f1d" license "BSD-3-Clause" bottle do From b87ae832644272aaea9cb01d734ac80ef0af0062 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:55:55 +0000 Subject: [PATCH 09759/10074] coin3d 4.0.4 coin3d: add cmake 4 build patch Signed-off-by: Rui Chen --- Formula/c/coin3d.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/c/coin3d.rb b/Formula/c/coin3d.rb index e81a66c2c7718..6459e1c619e6e 100644 --- a/Formula/c/coin3d.rb +++ b/Formula/c/coin3d.rb @@ -2,11 +2,10 @@ class Coin3d < Formula desc "Open Inventor 2.1 API implementation (Coin)" homepage "https://coin3d.github.io/" license "BSD-3-Clause" - revision 2 stable do - url "https://github.com/coin3d/coin/releases/download/v4.0.3/coin-4.0.3-src.tar.gz" - sha256 "66e3f381401f98d789154eb00b2996984da95bc401ee69cc77d2a72ed86dfda8" + url "https://github.com/coin3d/coin/releases/download/v4.0.4/coin-4.0.4-src.tar.gz" + sha256 "80efd056a445050939a265db307d106ac7524105774d4be924a71b0cff23a719" resource "soqt" do url "https://github.com/coin3d/soqt/releases/download/v1.6.3/soqt-1.6.3-src.tar.gz" @@ -54,6 +53,7 @@ def python3 end def install + odie "Remove cmake 4 build patch" if build.stable? && resource("soqt").version > "1.6.3" system "cmake", "-S", ".", "-B", "_build", "-DCOIN_BUILD_MAC_FRAMEWORK=OFF", "-DCOIN_BUILD_DOCUMENTATION=ON", @@ -69,6 +69,7 @@ def install "-DSOQT_BUILD_MAC_FRAMEWORK=OFF", "-DSOQT_BUILD_DOCUMENTATION=OFF", "-DSOQT_BUILD_TESTS=OFF", + "-DCMAKE_POLICY_VERSION_MINIMUM=3.5", *std_cmake_args(find_framework: "FIRST") system "cmake", "--build", "_build" system "cmake", "--install", "_build" From a49d47e5daaa1f2d14187d19cbe9650eebc8059a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 16:47:43 -0400 Subject: [PATCH 09760/10074] mmseqs2: add cmake-4 removal note Signed-off-by: Rui Chen --- Formula/m/mmseqs2.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/m/mmseqs2.rb b/Formula/m/mmseqs2.rb index 1f62c04d45f22..07aa9a333f30c 100644 --- a/Formula/m/mmseqs2.rb +++ b/Formula/m/mmseqs2.rb @@ -39,6 +39,8 @@ class Mmseqs2 < Formula end def install + odie "Remove cmake 4 build patch" if build.stable? && version > "17-b804f" + args = %W[ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DHAVE_TESTS=0 From 1e30e9b8ddca6db6d95c0e74bd2a9678009a4ed9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:51:30 +0000 Subject: [PATCH 09761/10074] gemini-cli: add 0.1.3 bottle. --- Formula/g/gemini-cli.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/g/gemini-cli.rb b/Formula/g/gemini-cli.rb index 461764b5c8fa4..87f7944390029 100644 --- a/Formula/g/gemini-cli.rb +++ b/Formula/g/gemini-cli.rb @@ -5,6 +5,15 @@ class GeminiCli < Formula sha256 "c12db51e176e9f1b0f5c329df7596d1099e9193c44c2ef6f3c5b39c0f568a184" license "Apache-2.0" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" + sha256 cellar: :any_skip_relocation, sonoma: "d847e1e47173da79fd069d007e15ac3a10e1107cbc53135e38588e44c6d8e22d" + sha256 cellar: :any_skip_relocation, ventura: "d847e1e47173da79fd069d007e15ac3a10e1107cbc53135e38588e44c6d8e22d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" + end + depends_on "node" def install From e8e4011024075d9a3044c65c24d2748cce263cdb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:51:48 +0000 Subject: [PATCH 09762/10074] glooctl: update 1.19.2 bottle. --- Formula/g/glooctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/glooctl.rb b/Formula/g/glooctl.rb index 1dff2db2e4ed5..a319f1c439a3d 100644 --- a/Formula/g/glooctl.rb +++ b/Formula/g/glooctl.rb @@ -15,13 +15,13 @@ class Glooctl < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e13c0f5bc52baee4d6165a87a187c159b74b0ca5c8dd4bcd8303e5a8d3e6615" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "36a2c68a170960601144c5a922704f65559cd5e192e4286c123de8e4ea3d506d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4a639d110079fe6795fea9794a0bce3265256ef50a4da8c8e0270b13b067f8e5" - sha256 cellar: :any_skip_relocation, sonoma: "ff790216831eb4cd9a9abb9c655939008c62465c4f7f741e30ebdc6967abb68e" - sha256 cellar: :any_skip_relocation, ventura: "878a2d26f56df5048151b592d727f20bb3b0f15edf70943e7c18ea1507bd354e" - sha256 cellar: :any_skip_relocation, arm64_linux: "bcc232c8c1d7c5393feabb152f0e8e3799c7dcde234ca7d65a079a1daadc10fd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ce2894802fa1fc07e1eb91f0e83860ecf4512856c619fea901cf88d54d64536b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a650ded085bb69d3078ccd9f298215eeb8ae4709fd9f4daedc9c159b53731c17" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7799a7a96f5bfb57be124d1cec3ce5cd05091afe4ea5b2198b20da75b05a29a1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "59ffabfa7600b0674116b7788b57b755139cea63646ad81e8145ef599bf54368" + sha256 cellar: :any_skip_relocation, sonoma: "daaf5256b8ce3b0bff4a507ca6b5e42e64c4f3b21fb1116d6a34ccb2a4d759b1" + sha256 cellar: :any_skip_relocation, ventura: "28f987ac2ca5f5860fa121e674db0f3de27eaafe025e7efd40158050ab207ff0" + sha256 cellar: :any_skip_relocation, arm64_linux: "c882fed939c7068d7645531f31576b7ea488d2350c568010a61c523fb7e59856" + sha256 cellar: :any_skip_relocation, x86_64_linux: "abd8e0bbdfc11ea530119b7b70a33a8fc5d3fd6eb3e111de55382fa9005b7dca" end depends_on "go" => :build From 964a1988acd4fd1d98159bc640b3cb0084df7054 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 16:53:04 -0400 Subject: [PATCH 09763/10074] supertux: add upstream cmake 4 build support note Signed-off-by: Rui Chen --- Formula/s/supertux.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/supertux.rb b/Formula/s/supertux.rb index ea864db7e527a..11042e95622c0 100644 --- a/Formula/s/supertux.rb +++ b/Formula/s/supertux.rb @@ -46,6 +46,7 @@ class Supertux < Formula end def install + # Support cmake 4 build, upstream pr ref, https://github.com/SuperTux/supertux/pull/3290 ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5" args = [ From 5d5e82d1e9db47f3fdf2252ea8eea2a4445f9e7e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 16:57:04 -0400 Subject: [PATCH 09764/10074] transmission-cli: add cmake 4 build patch removal note Signed-off-by: Rui Chen --- Formula/t/transmission-cli.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/transmission-cli.rb b/Formula/t/transmission-cli.rb index 681cf55d8898d..9bd730424baf1 100644 --- a/Formula/t/transmission-cli.rb +++ b/Formula/t/transmission-cli.rb @@ -39,6 +39,8 @@ class TransmissionCli < Formula patch :DATA def install + odie "Remove cmake 4 build patch" if build.stable? && version > "4.0.6" + # CMake 4 compatibility for third-parties of miniupnpc ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5" From 1c1fbc095874eba90289dbf78974b5af37325506 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:00:23 +0000 Subject: [PATCH 09765/10074] rattler-index: update 0.24.0 bottle. --- Formula/r/rattler-index.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rattler-index.rb b/Formula/r/rattler-index.rb index 7942bb038a35c..0dee3bd63008c 100644 --- a/Formula/r/rattler-index.rb +++ b/Formula/r/rattler-index.rb @@ -12,13 +12,13 @@ class RattlerIndex < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "079f58c86ff5b97ff2657b3ab9ec55ecde07ab9a7fadca79a0946263d2c6cb0a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f9d1472111cf60b18374bff4aa68c5a9c7be8d2deaeafee82db533f452cc667" - sha256 cellar: :any_skip_relocation, arm64_ventura: "de95250da6afd4859b12ee9e7bfb2e49787e73b0b83687799824c3e7e536118c" - sha256 cellar: :any_skip_relocation, sonoma: "365201c3af57194b383193537b3893265f01ddd69a34ae1dcc7b9f4a75813d6d" - sha256 cellar: :any_skip_relocation, ventura: "edf7f02aa6f20aaf09ce93d1053a916d3925f8534fca31fcee66811e9cff9177" - sha256 cellar: :any_skip_relocation, arm64_linux: "07c893fe0708fd4f2e5ebab6623f0811ae2470ca37fade288bc1ed95295088da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "30ff0719014c1e1c22ede4eb2695e70a1d1d219ce835de454b341dd253ec0e8b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "08571e85fa0d379dd264f72b52d90a7db4bb15530a04c1a51c2dc0520ec0d8ce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a5a0e0f6cafb83a825b413a365dab3efc4617dd3e0acfc1631291d324c364f8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0ff8d58c771ecd709acfcb57a59d720db88c3e989e63cd897b68aff71ca40626" + sha256 cellar: :any_skip_relocation, sonoma: "4f81fc0cbf02a8e2aaa7d8a2aae209c0da97f778adf83369ef62d57742cfae08" + sha256 cellar: :any_skip_relocation, ventura: "fb5d56d1e376052f85d33d62d7e4162b089803d7d634375206ff146c3942998c" + sha256 cellar: :any_skip_relocation, arm64_linux: "cba3e84aa3e0026aac14318df5546a5d12921e12a483d83ac0105587bc063630" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e8e91fc5bce82b4648f16cc0dde76ab37d107048fc8fef59330c020caede4b6f" end depends_on "pkgconf" => :build From 37ab8d60925349fa2675055b8a2b358b7102d9d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:06:02 +0000 Subject: [PATCH 09766/10074] mockery: update 3.5.0 bottle. --- Formula/m/mockery.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mockery.rb b/Formula/m/mockery.rb index f95c96316c290..f1c31dfe85670 100644 --- a/Formula/m/mockery.rb +++ b/Formula/m/mockery.rb @@ -15,12 +15,12 @@ class Mockery < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "31e13ab8f668e28dcacb564c4ed837f78f8cf1c5ffa7b593ddb51016148df304" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "31e13ab8f668e28dcacb564c4ed837f78f8cf1c5ffa7b593ddb51016148df304" - sha256 cellar: :any_skip_relocation, arm64_ventura: "31e13ab8f668e28dcacb564c4ed837f78f8cf1c5ffa7b593ddb51016148df304" - sha256 cellar: :any_skip_relocation, sonoma: "14bc419a50659dbb608307dbe86aff9fe6b529d0189bdae04bb861e4baca1d89" - sha256 cellar: :any_skip_relocation, ventura: "14bc419a50659dbb608307dbe86aff9fe6b529d0189bdae04bb861e4baca1d89" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e6478eb1a5220ec758350ffddb1f914118a77f7b043dc2e278337a3a2e7bdadf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a291387bf9f3ec3fb1947f08e1cd686ae36502d226220ed513248aea6766fafd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a291387bf9f3ec3fb1947f08e1cd686ae36502d226220ed513248aea6766fafd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a291387bf9f3ec3fb1947f08e1cd686ae36502d226220ed513248aea6766fafd" + sha256 cellar: :any_skip_relocation, sonoma: "94bb183ece74ea3040bca9fe64e166901cd0bc10356fd787e47f664406ac8755" + sha256 cellar: :any_skip_relocation, ventura: "94bb183ece74ea3040bca9fe64e166901cd0bc10356fd787e47f664406ac8755" + sha256 cellar: :any_skip_relocation, x86_64_linux: "914def2eb5ad6dda1ff9d93ba5134f3791e59e9cd4ae63ab6a37fc72af640e5a" end depends_on "go" => :build From 8482fb85d148f8de093d658c35ece32046967309 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 25 Jun 2025 21:09:03 +0000 Subject: [PATCH 09767/10074] gemini-cli: update 0.1.3 bottle. --- Formula/g/gemini-cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/g/gemini-cli.rb b/Formula/g/gemini-cli.rb index 87f7944390029..2fb07b375a923 100644 --- a/Formula/g/gemini-cli.rb +++ b/Formula/g/gemini-cli.rb @@ -11,6 +11,7 @@ class GeminiCli < Formula sha256 cellar: :any_skip_relocation, arm64_ventura: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" sha256 cellar: :any_skip_relocation, sonoma: "d847e1e47173da79fd069d007e15ac3a10e1107cbc53135e38588e44c6d8e22d" sha256 cellar: :any_skip_relocation, ventura: "d847e1e47173da79fd069d007e15ac3a10e1107cbc53135e38588e44c6d8e22d" + sha256 cellar: :any_skip_relocation, arm64_linux: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" sha256 cellar: :any_skip_relocation, x86_64_linux: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" end From 4bff2173f03897f6aa1e8989d19b6595461ed668 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:50:43 +0000 Subject: [PATCH 09768/10074] vercel-cli: update 44.2.5 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index a52d9e6cdbb93..af8459cc6bc3f 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce7f19dfecf7248418ce3bfa4aeb65577fe5b8dbbda46975711e0137e7f389e2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce7f19dfecf7248418ce3bfa4aeb65577fe5b8dbbda46975711e0137e7f389e2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce7f19dfecf7248418ce3bfa4aeb65577fe5b8dbbda46975711e0137e7f389e2" - sha256 cellar: :any_skip_relocation, sonoma: "0c19a5131800dbef3a9079e7519a8c5096e0d326d83caaeee08be7ad65b3fb42" - sha256 cellar: :any_skip_relocation, ventura: "0c19a5131800dbef3a9079e7519a8c5096e0d326d83caaeee08be7ad65b3fb42" - sha256 cellar: :any_skip_relocation, arm64_linux: "5bd2acbdcaf0e30d86b9fa4af2241acf2d121a3eae0e55970a1a5d946c8a883d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "83c0702c5b36bd8653a0dd2abca64c3dc971237985cf91317dbdf0baeaa76567" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0a5af683d55cd7a35330e779764eb7fc6b8a2a3e5e744b051818156473fd555" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0a5af683d55cd7a35330e779764eb7fc6b8a2a3e5e744b051818156473fd555" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f0a5af683d55cd7a35330e779764eb7fc6b8a2a3e5e744b051818156473fd555" + sha256 cellar: :any_skip_relocation, sonoma: "43b55f9edc230501fb9be72d6e8bb99487c08ef3add373497cb6d3b6df767d6a" + sha256 cellar: :any_skip_relocation, ventura: "43b55f9edc230501fb9be72d6e8bb99487c08ef3add373497cb6d3b6df767d6a" + sha256 cellar: :any_skip_relocation, arm64_linux: "3df543cde58366aae6c70316e07afe5ecb76ffae37376e6bc5eaaa851a620f45" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9e74d8dd3db91ac22e88eeaa379385cc50999a22b17506bed26fadb5fe1e4dbc" end depends_on "node" From 6530db3f73c7ef8c258c201462a6a61edf59bee6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:51:04 +0000 Subject: [PATCH 09769/10074] promptfoo: update 0.115.4 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 288d20627878f..cdf907a8179bd 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,13 +6,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "243755588787e4aeedf9121b4f306b366e8784304eeaf94d7a567d2baf992115" - sha256 cellar: :any, arm64_sonoma: "9333e3d4fadda4055898740809c654681c5d5a85eedcd25c77f559def611ca34" - sha256 cellar: :any, arm64_ventura: "5431777bd56a23d2b5f316b521ee7c20a62abfd253b68d706accbf4d302a3ba8" - sha256 sonoma: "5684329fe226b5bc5baddb7560bff681a770a99cc5b1308f56fa6644e75021e8" - sha256 ventura: "01eddf1c96cd224283253fa3aaf35b33ca31c3abeac6ce6baf9687d63f91ecfb" - sha256 cellar: :any_skip_relocation, arm64_linux: "eb3135f5ffcbbd8f2c44dfd964b5f04d7a324137bc775c72f16077ceea3f3f15" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a916715a416b5c55367ad66006e00cc94cf3d8fce0cedd22beab76ab461e9868" + sha256 cellar: :any, arm64_sequoia: "74bd798cd0ece8f1fb7fe6c291119391d1a9c109525b2be4219df006988dab01" + sha256 cellar: :any, arm64_sonoma: "bad01b7fa23c233be80d618f98e7ae8e9fe34c071a956f43bf6010357beb5324" + sha256 cellar: :any, arm64_ventura: "04595b75e57c99a203db8101f01a321ffedf9492adf834e044bb5ee12653a03a" + sha256 sonoma: "06af89d689a78bacb2ade88a2255b96df7bda046fda8032813ccb43fe0db0bdc" + sha256 ventura: "7b27d01e190ce5af1d37a8e218bf3ac33e45a173d9357af132990a4fb397d387" + sha256 cellar: :any_skip_relocation, arm64_linux: "c61bd24d8a51ada0461b8693d568640641deb3a19494af14d900949c6df3a4be" + sha256 cellar: :any_skip_relocation, x86_64_linux: "62a68a5d0c961e477d32cec456308fda229d99419d38c22c39a7e379288c6b1a" end depends_on "node" From 7e2b77f51f8df9c4660f2ad208592a73bccafe82 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:58:26 +0000 Subject: [PATCH 09770/10074] sf: update 2.94.6 bottle. --- Formula/s/sf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index 83657eadf872e..2dfda1b5eba65 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -13,13 +13,13 @@ class Sf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" - sha256 cellar: :any_skip_relocation, sonoma: "142bfec6c26fde737b70a971188b1854621db2247f3ac2221f7bdc0ea2df74e0" - sha256 cellar: :any_skip_relocation, ventura: "142bfec6c26fde737b70a971188b1854621db2247f3ac2221f7bdc0ea2df74e0" - sha256 cellar: :any_skip_relocation, arm64_linux: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e42b8894ed553445df3002b7a81da83f76f0cda7f3c455bb436614dae91ac3c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "44f399ae485dfda50f41536a185331529e58f10883aeccc427b7a22a7174ed8a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "44f399ae485dfda50f41536a185331529e58f10883aeccc427b7a22a7174ed8a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "44f399ae485dfda50f41536a185331529e58f10883aeccc427b7a22a7174ed8a" + sha256 cellar: :any_skip_relocation, sonoma: "34ed9bbe24fd5d3f96020cb1f60a207d7249444279fa94b2a57c1587489dda38" + sha256 cellar: :any_skip_relocation, ventura: "34ed9bbe24fd5d3f96020cb1f60a207d7249444279fa94b2a57c1587489dda38" + sha256 cellar: :any_skip_relocation, arm64_linux: "44f399ae485dfda50f41536a185331529e58f10883aeccc427b7a22a7174ed8a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "44f399ae485dfda50f41536a185331529e58f10883aeccc427b7a22a7174ed8a" end depends_on "node" From 96a35178896889684118a0f84dfbca5ee9296ee4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 22:05:40 +0000 Subject: [PATCH 09771/10074] z3: update 4.15.2 bottle. --- Formula/z/z3.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/z/z3.rb b/Formula/z/z3.rb index 4a63280d83c6d..c397bf73b4f92 100644 --- a/Formula/z/z3.rb +++ b/Formula/z/z3.rb @@ -13,13 +13,13 @@ class Z3 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d19f7447a80f307621a2b3d6ae90b8698cacd6e866d7a879ac0ab75a00384ae0" - sha256 cellar: :any, arm64_sonoma: "bee07526673e8ce17a9b77cbd39d7ce8496013b2f0771e825961ca0845d20018" - sha256 cellar: :any, arm64_ventura: "4f60a16a1697703cd177121c9b7ea35c455b1feb941f39a3e3e97a19db30be86" - sha256 cellar: :any, sonoma: "ff50e422f6ab713da9548ec278afbef6e4d36788a337548c5f33f35fd43609c6" - sha256 cellar: :any, ventura: "1d2e608e99a850f8d1bb5c99ae2951b9f06b76475387f4cd6b6b1f4bf840c812" - sha256 cellar: :any_skip_relocation, arm64_linux: "7448874dcaad82beb35e44fe42cfa03d121e5aeaf1f769314c60d871271dac33" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3a2ff4a356931244f900557023d57b862b4953ca38f3b107ceaa32fd6fa176b" + sha256 cellar: :any, arm64_sequoia: "f7f15b8067b785c6131501f87a4c5c83aed3b1877ec3e6329692d1f144ee4085" + sha256 cellar: :any, arm64_sonoma: "09928918b5ab02f225d0161545d543cb7c6b3520328680deed2d663fdb4e56a8" + sha256 cellar: :any, arm64_ventura: "6f4623c97b742a73119dea2f3b98045362d2b888abb17657a8f85c691f8b5937" + sha256 cellar: :any, sonoma: "bfdacc628b9f9122d3c8ab1cde6984617fdd8452550bf5beef64932c2b37128d" + sha256 cellar: :any, ventura: "69a246e51631d635aa7c96d9cdac354cecd363bd209b78da12e8ce42bf98e490" + sha256 cellar: :any_skip_relocation, arm64_linux: "e994f9ed092486cd0929ad3dfe6b22d8fec1e6e9d67d6888254f2aa332d0d6d9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7db44ef8b09acd2e27f7539b923604ec74dd37f10f93c59c070b5971c91bcfd7" end depends_on "cmake" => :build From 70fde519740d9a25bdcfbceaa9079f588149acab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:07:16 +0000 Subject: [PATCH 09772/10074] weaviate: update 1.31.3 bottle. --- Formula/w/weaviate.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/w/weaviate.rb b/Formula/w/weaviate.rb index 55dce06137623..c9fea6bbcf73e 100644 --- a/Formula/w/weaviate.rb +++ b/Formula/w/weaviate.rb @@ -6,12 +6,12 @@ class Weaviate < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "32d83de3e0b1f9cb26a392e8c1e6e81a3efaad993bb28624ab922c103a9e4c5f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32d83de3e0b1f9cb26a392e8c1e6e81a3efaad993bb28624ab922c103a9e4c5f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "32d83de3e0b1f9cb26a392e8c1e6e81a3efaad993bb28624ab922c103a9e4c5f" - sha256 cellar: :any_skip_relocation, sonoma: "c1b226dae4aba57fea41e6fcc59c7653873a3b37a11008ce605c88bbb6259000" - sha256 cellar: :any_skip_relocation, ventura: "c1b226dae4aba57fea41e6fcc59c7653873a3b37a11008ce605c88bbb6259000" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d7af4614c3be8a7aa6089f907f93dbbf39b1afd7a6e758d6b1826576f08d5373" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b4970e8fe665c4a045840bce5128c0b483dc570f82d1a281c77c4e6ca39cb41" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b4970e8fe665c4a045840bce5128c0b483dc570f82d1a281c77c4e6ca39cb41" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b4970e8fe665c4a045840bce5128c0b483dc570f82d1a281c77c4e6ca39cb41" + sha256 cellar: :any_skip_relocation, sonoma: "061625fc101a895913969eea71028b3907c3b2771282913f4ac027759fe430a2" + sha256 cellar: :any_skip_relocation, ventura: "061625fc101a895913969eea71028b3907c3b2771282913f4ac027759fe430a2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ab893b43af5ff6663dba773840e7d94b9828eaed14e15a275118d39539c5043" end depends_on "go" => :build From 5c1b7bb8f11b5b1d6fcab49b67300137e788cc2c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:09:11 +0000 Subject: [PATCH 09773/10074] awscli: update 2.27.43 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 8b88da5acf405..8b920bdbd1b02 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "c15b56eb7f26812f5e1a68f78ce198ace79c90562ee263ba57c184a93ad6eba8" - sha256 cellar: :any, arm64_sonoma: "b24e2a64f5d52593f8795d8c41b0633b56ca24e38166615bfe25c841c14fe72f" - sha256 cellar: :any, arm64_ventura: "a7914bb8b42614c7501c808a8d7a2ba32191f9d526eaf7b142c3a58d429fa147" - sha256 cellar: :any, sonoma: "3600f98b38a27ffdcde55a5c3abdaecc76b0d5bdee91f04a853eabe3e9bb0460" - sha256 cellar: :any, ventura: "9aea1234487bfd6243b67b7ef834fae1ccdc1e58a077e65b68cd203578e86457" - sha256 cellar: :any_skip_relocation, arm64_linux: "590caa924a2dca41871d46d52108c92319fd17a52369594dea5ca1843517b230" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cb6e9e8d7540b768740fb30c55d9de20196f5382587afff4e6dfd435fa0c2ccd" + sha256 cellar: :any, arm64_sequoia: "57f3c1fbbd99df363ce1022cd00aee8884949939cfc67602f4e99f7632f36e1d" + sha256 cellar: :any, arm64_sonoma: "9ded20fee42ee4985928d267c40a928514b93587316e5f6cb75a46033ceee9a9" + sha256 cellar: :any, arm64_ventura: "129ec6e19bfea5c9400612c2aacc7ba667897644bdec49541572f27f0a46355a" + sha256 cellar: :any, sonoma: "770c6a0887a0d02fb7b948413693a66ebf38bdddc24dd96fce32b3c691ee8567" + sha256 cellar: :any, ventura: "1a709bd28316a81792435400d2ac53eb3ec3827cad87799ac60bfe349e33e592" + sha256 cellar: :any_skip_relocation, arm64_linux: "985d0472f10a1db2bd1ec6407385125dc639aac101ec40c4addbe3fba23d306a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0a35ec0c18da09e51535f2c9084d08b948b41fa17f59d140fea4ddabe9b1efec" end depends_on "cmake" => :build From 064563e708db8fb60255d6ad3f0cf8678391fa43 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:34:47 +0000 Subject: [PATCH 09774/10074] ghc@9.6: update 9.6.7 bottle. --- Formula/g/ghc@9.6.rb | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Formula/g/ghc@9.6.rb b/Formula/g/ghc@9.6.rb index 84a943e9cfd1e..83e0a6dae5568 100644 --- a/Formula/g/ghc@9.6.rb +++ b/Formula/g/ghc@9.6.rb @@ -19,16 +19,13 @@ class GhcAT96 < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "8d2a22c93cc1fe70b9a7ecf62827821d30fff6d0e28c1d3bc0112c8734f96cbf" - sha256 cellar: :any, arm64_sonoma: "892f3e1bc975073cd306ac0b0522befc7456eb2308d3de05a02d399a67ef9c7a" - sha256 cellar: :any, arm64_ventura: "c4f29aff74b822d0bdb1564459168cf2cd57e0e9a1573acd8302fcff10e18609" - sha256 cellar: :any, arm64_monterey: "dd173cc86b8f680233343bba11ac738f9a210a4fcb4ac45590b36bf7941018f4" - sha256 cellar: :any, sonoma: "9499925d23e2142feba32048df46024832e41e3b29d5c45ad0c31ea5d1859a8e" - sha256 cellar: :any, ventura: "ac8fc3d208583198cdfe21939ab617c221894227ec969c447f955bfc58fa8708" - sha256 cellar: :any, monterey: "ef74cf6cd94cb600ae549d4cc9572ee47ec816e7e7f4dc27aa6e3ce1e9517bcb" - sha256 cellar: :any_skip_relocation, arm64_linux: "384d705bd320ac0a02bd5a68a5b04c734b8eae30faf8b5ff22fe5cba44007e5c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "37e9edf08c38f365c93923036428244f9aa8fb094e44fdb2bf683172a6c81b8b" + sha256 cellar: :any, arm64_sequoia: "4dcf5e47d790fe743ca3b5c071619ca00630900c269e7bb279ac69b7cf705bb3" + sha256 cellar: :any, arm64_sonoma: "846e69dce0f0c5163b0814e9bb3f0f2e0cd0d935095811f0d070e92564e6f2d2" + sha256 cellar: :any, arm64_ventura: "bb1449611c052107ec0a6c4a9e883d8e5c79ab0116d36dd40074e7b5c918a7b5" + sha256 cellar: :any, sonoma: "9d2462a0b1d0b49b90c08c7274f0e55a3fa522e203133aceb3aa2bec264e7e23" + sha256 cellar: :any, ventura: "d4f0c1e17358fd3026d406f26fbfb6a26ab3e6c33b76dcca6092965f9fab55f6" + sha256 cellar: :any_skip_relocation, arm64_linux: "34873088d18d1e13e29d62aeb008fc9cafd657aa57c20be13d92a9d5988c958a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b1a0d894b2236f1cada48a5f48ff3c90b763189b575f2d06d949dd209f5dec5" end keg_only :versioned_formula From b5989e1d0050e13ff675e167d68c8b6553c2efa3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:44:03 +0000 Subject: [PATCH 09775/10074] openbao: update 2.3.1 bottle. --- Formula/o/openbao.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/openbao.rb b/Formula/o/openbao.rb index 6ec7acdd76b5b..582b0aa51483f 100644 --- a/Formula/o/openbao.rb +++ b/Formula/o/openbao.rb @@ -13,13 +13,13 @@ class Openbao < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "941565bdfa53e906e8a995e0a43c15e991857027ef1815de406e028ee9002833" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7f9a7ee02e583f70b3876ffdf869884d93d50f7cfae1cc91980c383e9259fc6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "02b9f76e6d7a923769370d0f5f5a68b9306fe0caa83af230bb404befb8c5cf08" - sha256 cellar: :any_skip_relocation, sonoma: "15e58ba93d2080919011b2d0605e0a4cda140fb51c304555f5f7fee3bea77a2b" - sha256 cellar: :any_skip_relocation, ventura: "3d02dfe624dcfaccc8974373569afc300a0a7c912795cc57eb84057df2db13c5" - sha256 cellar: :any_skip_relocation, arm64_linux: "e3c621968622f1ce1d153b713c3e7182589381d204ea3a8672d0f523e2505589" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e2dc436688c930ef4b54165560acb2d7e1acfebcf31f26392270ed2dbd45c4b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f843906679903c21a0c35d638a6dcca92f0b7e3dc316bb0d85f93ea452e619cd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94e7637c77a92f68298d6d0d749ac595a773c487061573d180c446fa70e987be" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6ea071b41242875fcae6c5400907b6dccc47764c148a44d41d9f21cae0877f77" + sha256 cellar: :any_skip_relocation, sonoma: "93bd2c3b0322ffa33609323441f33dbdab2f6d7feeb0f43af55c9b72549e8b59" + sha256 cellar: :any_skip_relocation, ventura: "31ad64268a5054f74109ebd7f13f369485b1644db52328a677797e22215e4d4e" + sha256 cellar: :any_skip_relocation, arm64_linux: "9b497cacf9142908e7e336c4fba7cd2a8274dc427a4b43202e1d25b5f72a57a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fee2e9e46c465fb69d283d79e86b66fe922327d360dcd3a6d1d7dd990d77144d" end depends_on "go" => :build From 014edd5c272b539292251c34ebf00502e8c0a6c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:50:51 +0000 Subject: [PATCH 09776/10074] grpc: update 1.73.1 bottle. --- Formula/g/grpc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grpc.rb b/Formula/g/grpc.rb index f5b90c4a30358..4760d4184f940 100644 --- a/Formula/g/grpc.rb +++ b/Formula/g/grpc.rb @@ -19,13 +19,13 @@ class Grpc < Formula end bottle do - sha256 arm64_sequoia: "02dbd7c0b6e30483d5c2ef9fe4809ac40235ad86a24271c490e8aa3031b18faa" - sha256 arm64_sonoma: "e00be39a03aea493d74fe853654a49112a7e4ae356dcda3dec9a72d7689f17fe" - sha256 arm64_ventura: "6396b8eb2790b1ba0b11dd0281b0cae36fbea527becb4e6e2f285a73d93fac8d" - sha256 cellar: :any, sonoma: "0ffb7a678ccb057e7e8bd3694791e437ec7b3549f4dc270daf6db4d9f41fab15" - sha256 cellar: :any, ventura: "542944ebbe437fb1da919bb949d992e3e9d7dd1b5bfa5b924fe314b6a097758e" - sha256 cellar: :any_skip_relocation, arm64_linux: "47c41e9b252dcb6712df9d1f5d480f75683e15857e1dd826063f0ca3112dbc58" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6cc4170e279f352dfcc11a59939491e6f5e736efdb374b7d993deb67282b4e6c" + sha256 arm64_sequoia: "114a0813e543060f9f93cc8169ba9afe5e85c4f285b31475b6fe839f269935fe" + sha256 arm64_sonoma: "2012193c405f7aff6ffbce6103b18ebd65d23d1bfe8e992c83de3a5435c195c4" + sha256 arm64_ventura: "8361bc9ca07b13146a5a9d23db53dd5423beda58392f249aa049af7187cfe701" + sha256 cellar: :any, sonoma: "44725c97de2f76002d4c0ff282bb5da3a65d74cc6183a750aba4180fe7a6cfd2" + sha256 cellar: :any, ventura: "bc17acaefd40dc08337f1549f67a45664d55a7fe7fd0768e9ca3a555c9560fae" + sha256 cellar: :any_skip_relocation, arm64_linux: "ba47eeb693a68897dd52993f79fc997fe61ed9aeb8c61788f5bde740d467b9d8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8246f318ba5faa7f38c077eacdf9ae75452fc9b7457745104e5fdf4516454e37" end depends_on "autoconf" => :build From 00363f6e99c124947da3e532e5ce9a2d725ababc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:53:47 +0000 Subject: [PATCH 09777/10074] cadence 1.6.3 --- Formula/c/cadence.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index 7aaf19aa8e2d1..275ac3499a9b1 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -1,8 +1,8 @@ class Cadence < Formula desc "Resource-oriented smart contract programming language" homepage "https://cadence-lang.org/" - url "https://github.com/onflow/cadence/archive/refs/tags/v1.6.2.tar.gz" - sha256 "2e59b54bc4d9b09c643f50a2e03afc1eae558d2f1bfbc116458d7916cc38271f" + url "https://github.com/onflow/cadence/archive/refs/tags/v1.6.3.tar.gz" + sha256 "85499d39a6bb69289456ea5d970cae66f5a87f93412cc9def8bc316903bf9fa2" license "Apache-2.0" head "https://github.com/onflow/cadence.git", branch: "master" From 70fb87370a5f0ce8eaa7f274a2f51e06dbc7c2af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:56:19 +0000 Subject: [PATCH 09778/10074] code-server 4.101.2 --- Formula/c/code-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/code-server.rb b/Formula/c/code-server.rb index b0e281a72fd1c..ce2797a7b1d44 100644 --- a/Formula/c/code-server.rb +++ b/Formula/c/code-server.rb @@ -1,8 +1,8 @@ class CodeServer < Formula desc "Access VS Code through the browser" homepage "https://github.com/coder/code-server" - url "https://registry.npmjs.org/code-server/-/code-server-4.101.1.tgz" - sha256 "1d95bf4bbe07a924df134213d734b14b245cbc6a5f631dedc8ea87bf8b2cd358" + url "https://registry.npmjs.org/code-server/-/code-server-4.101.2.tgz" + sha256 "6f53a281ac4c2db0ea61f7f48d82e80312e5627342838b26a6127f81267b8aca" license "MIT" bottle do From 784e6a945695c0ab18f62c349efcf417004abfa4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:56:54 +0000 Subject: [PATCH 09779/10074] convox 3.21.4 --- Formula/c/convox.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/convox.rb b/Formula/c/convox.rb index 1c3ee9b77fd36..0c0f90c8ede47 100644 --- a/Formula/c/convox.rb +++ b/Formula/c/convox.rb @@ -1,8 +1,8 @@ class Convox < Formula desc "Command-line interface for the Convox PaaS" homepage "https://convox.com/" - url "https://github.com/convox/convox/archive/refs/tags/3.21.3.tar.gz" - sha256 "2dfbb51b073b335adb505ed5c3a034aa34ed62572ea9e618b176559624f3e4d3" + url "https://github.com/convox/convox/archive/refs/tags/3.21.4.tar.gz" + sha256 "e37b17f128714f2e87a62bcd988c8e1badc684589e0cdf606317fdfca434bed8" license "Apache-2.0" version_scheme 1 head "https://github.com/convox/convox.git", branch: "master" From a1f9bf42af0142154ac7b47875868b5f27b7cc99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:00:14 +0000 Subject: [PATCH 09780/10074] emacs-dracula 1.8.3 --- Formula/e/emacs-dracula.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/emacs-dracula.rb b/Formula/e/emacs-dracula.rb index 780cb7ea53dfe..02da661ab27e4 100644 --- a/Formula/e/emacs-dracula.rb +++ b/Formula/e/emacs-dracula.rb @@ -1,8 +1,8 @@ class EmacsDracula < Formula desc "Dark color theme available for a number of editors" homepage "https://github.com/dracula/emacs" - url "https://github.com/dracula/emacs/archive/refs/tags/v1.8.2.tar.gz" - sha256 "986d7e2a096a5bc528ca51d72f1ec22070c14fe877833d4eebad679170822a31" + url "https://github.com/dracula/emacs/archive/refs/tags/v1.8.3.tar.gz" + sha256 "6650e5c83c419878785f555f8a23717b37eb50f897e95eedd9142f4a8d7ed616" license "MIT" head "https://github.com/dracula/emacs.git", branch: "master" From c06a3632103c457456c056486e413df6ec9fd8c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:01:33 +0000 Subject: [PATCH 09781/10074] fern-api 0.64.22 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index f24b6578906c6..787e901700951 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.21.tgz" - sha256 "61a78203184667dcb86768756c167aca6f13a0381dfd1f2be5c58d9d0fe4b710" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.22.tgz" + sha256 "c8d695e253ec4716667ffdac4cc7f0b727d179842417dd00f69e46fb51484412" license "Apache-2.0" bottle do From 214e64acaf2083637ddb22b86038e28ddee4af8a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 19:03:14 -0400 Subject: [PATCH 09782/10074] elm-format 0.8.8 Signed-off-by: Rui Chen --- Formula/e/elm-format.rb | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/Formula/e/elm-format.rb b/Formula/e/elm-format.rb index c8cc6bf811a5b..922a2bc573128 100644 --- a/Formula/e/elm-format.rb +++ b/Formula/e/elm-format.rb @@ -2,13 +2,11 @@ class ElmFormat < Formula desc "Elm source code formatter, inspired by gofmt" homepage "https://github.com/avh4/elm-format" url "https://github.com/avh4/elm-format.git", - tag: "0.8.7", - revision: "b5cca4c26b473dab06e5d73b98148637e4770d45" + tag: "0.8.8", + revision: "d07fddc8c0eef412dba07be4ab8768d6abcca796" license "BSD-3-Clause" head "https://github.com/avh4/elm-format.git", branch: "main" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "39551d3762854b22e3db540e1eb0187484cf50ce30233a70289ae0d6d29e1c27" sha256 cellar: :any_skip_relocation, arm64_sonoma: "25f339b466676ecaa1be5b3d5fa0d49a1ea6c4a8593be06837e85695a93bebff" @@ -22,10 +20,8 @@ class ElmFormat < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "c6b1ec84983f60bd9a7834c03074931a6f7a1c78ac640a4c6b94cbc1a10bb968" end - # Has been using pre-built GHC due to needing specific patch version of GHC - deprecate! date: "2024-07-27", because: :does_not_build - depends_on "cabal-install" => :build + depends_on "ghc@9.6" => :build depends_on "haskell-stack" => :build depends_on "hpack" => :build @@ -36,12 +32,6 @@ class ElmFormat < Formula end def install - # Currently, dependency constraints require an older `ghc` patch version than available - # in Homebrew. Try using Homebrew `ghc` on update. Optionally, consider adding `ghcup` - # as a lighter-weight alternative to `haskell-stack` for installing particular ghc version. - jobs = ENV.make_jobs - ENV.deparallelize { system "stack", "-j#{jobs}", "setup", "9.2.5", "--stack-root", buildpath/".stack" } - ENV.prepend_path "PATH", Dir[buildpath/".stack/programs/*/ghc-*/bin"].first system "cabal", "v2-update" # Directly running `cabal v2-install` fails: Invalid file name in tar archive: "avh4-lib-0.0.0.1/../" From 5cb8f5d89757c63385161ac5cf4b8f0c3ca4f41a Mon Sep 17 00:00:00 2001 From: Dirk Wilden Date: Tue, 24 Jun 2025 13:04:25 +0200 Subject: [PATCH 09783/10074] kafkactl: fix version format add v prefix to version variable to align with how kafkactl is build elsewhere Update Formula/k/kafkactl.rb Co-authored-by: Rui Chen --- Formula/k/kafkactl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/k/kafkactl.rb b/Formula/k/kafkactl.rb index a7b5b7f84d18d..12217e530100d 100644 --- a/Formula/k/kafkactl.rb +++ b/Formula/k/kafkactl.rb @@ -20,7 +20,7 @@ class Kafkactl < Formula def install ldflags = %W[ -s -w - -X github.com/deviceinsight/kafkactl/v5/cmd.Version=#{version} + -X github.com/deviceinsight/kafkactl/v5/cmd.Version=v#{version} -X github.com/deviceinsight/kafkactl/v5/cmd.GitCommit=#{tap.user} -X github.com/deviceinsight/kafkactl/v5/cmd.BuildTime=#{time.iso8601} ] From 6f066ea3326c028c9ba21d292459907f67b8d5d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:08:37 +0000 Subject: [PATCH 09784/10074] ktfmt 0.56 --- Formula/k/ktfmt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/ktfmt.rb b/Formula/k/ktfmt.rb index 99569875cd222..939d5ef726793 100644 --- a/Formula/k/ktfmt.rb +++ b/Formula/k/ktfmt.rb @@ -1,8 +1,8 @@ class Ktfmt < Formula desc "Kotlin code formatter" homepage "https://facebook.github.io/ktfmt/" - url "https://github.com/facebook/ktfmt/archive/refs/tags/v0.55.tar.gz" - sha256 "edcb30aea63af6b0665bced302b47ac70a9fdae639c626827bc85fddbc69ae39" + url "https://github.com/facebook/ktfmt/archive/refs/tags/v0.56.tar.gz" + sha256 "8bb880439fe8fb721fbcb16eabbd5f663b6998430d41ac45653e3f8a1c7541ea" license "Apache-2.0" bottle do From 1a55b60102ea26d8f944c0865f5ece87883d3a24 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:08:56 +0000 Subject: [PATCH 09785/10074] cadence: update 1.6.3 bottle. --- Formula/c/cadence.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cadence.rb b/Formula/c/cadence.rb index 275ac3499a9b1..b30f840460656 100644 --- a/Formula/c/cadence.rb +++ b/Formula/c/cadence.rb @@ -15,12 +15,12 @@ class Cadence < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7400ca3355d5bcf3952c4d68648c77fbe210b565ae95ca353eb555366caf93dc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7400ca3355d5bcf3952c4d68648c77fbe210b565ae95ca353eb555366caf93dc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7400ca3355d5bcf3952c4d68648c77fbe210b565ae95ca353eb555366caf93dc" - sha256 cellar: :any_skip_relocation, sonoma: "477690c717cf43fc4cc33976ceeabc2591f1e2ba425505e457b90198fe76682b" - sha256 cellar: :any_skip_relocation, ventura: "477690c717cf43fc4cc33976ceeabc2591f1e2ba425505e457b90198fe76682b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c28d3d7949884424c81e05e67ba645e8cc971442304238c49156da68a4503ac1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ed3947d579791eb7c79f724ba27d8f2a0e466d07c21577d0767dd1b8fc177d9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ed3947d579791eb7c79f724ba27d8f2a0e466d07c21577d0767dd1b8fc177d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9ed3947d579791eb7c79f724ba27d8f2a0e466d07c21577d0767dd1b8fc177d9" + sha256 cellar: :any_skip_relocation, sonoma: "3f13ac09f405fd2906ed101249b8ff0e37c6793c87c3a572ce770e716deed413" + sha256 cellar: :any_skip_relocation, ventura: "3f13ac09f405fd2906ed101249b8ff0e37c6793c87c3a572ce770e716deed413" + sha256 cellar: :any_skip_relocation, x86_64_linux: "57c3ca6f72452a7018b27cc722f18f2c00602d8d5256a0e3227cc82878c282f7" end depends_on "go" => :build From 4d9a9a3631290389a37ed9316267de3de8c36f4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:11:55 +0000 Subject: [PATCH 09786/10074] lmod 8.7.62 --- Formula/l/lmod.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lmod.rb b/Formula/l/lmod.rb index f5db137a53a0c..fa3a4b1051ec6 100644 --- a/Formula/l/lmod.rb +++ b/Formula/l/lmod.rb @@ -1,8 +1,8 @@ class Lmod < Formula desc "Lua-based environment modules system to modify PATH variable" homepage "https://lmod.readthedocs.io" - url "https://github.com/TACC/Lmod/archive/refs/tags/8.7.61.tar.gz" - sha256 "bbe5963f96de3cd5c51f4bdf9cf0c7633fd2db9cdd06478670ce61e1139422e0" + url "https://github.com/TACC/Lmod/archive/refs/tags/8.7.62.tar.gz" + sha256 "0f71bd67a629eca1bb5a15aaa98a9e3991f9a702c7ff58433a0e9f51431e96cb" license "MIT" bottle do From 9e86dfa5c3831d3322550c7d53bca8b9c297241b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:14:30 +0000 Subject: [PATCH 09787/10074] coin3d: update 4.0.4 bottle. --- Formula/c/coin3d.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/c/coin3d.rb b/Formula/c/coin3d.rb index 6459e1c619e6e..5455edb2faa47 100644 --- a/Formula/c/coin3d.rb +++ b/Formula/c/coin3d.rb @@ -19,11 +19,11 @@ class Coin3d < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "7a755e0c179f8d762196729ea039512ffc0814e929cd1f19c1026d151041b30e" - sha256 cellar: :any, arm64_ventura: "8742ecfd7f6ccea840603cb18083525d2711acee00fd9e0a6bb163f25b4e9029" - sha256 cellar: :any, sonoma: "38224963f262dd3b3a0ee96c8deb8c8bb092bfa9e01ea15465ad50fe0c3d36d0" - sha256 cellar: :any, ventura: "ac4d1a600375e93f86891c3b45c9fb5a93d6fef296d867a0d4e9dddcfcb774ab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9e5a6317d138ef6f2b147179e4e1ac4f029543d499d276f47d94958148fa4b28" + sha256 cellar: :any, arm64_sonoma: "1d0a00f874475b39591d10cb9547a4b71d02524c668775a3fa3c9f2aeb514fd2" + sha256 cellar: :any, arm64_ventura: "ba81941b962638fa968defb6b0420cd2067b2080a5ce68ec3b5a68270287961e" + sha256 cellar: :any, sonoma: "8632b7925921ce935bd7030420a270f374be62d58ec2b50dab44b1caa1ab2177" + sha256 cellar: :any, ventura: "4a4e57dfa965415f26fd8757f2358a8ca660070d647f63409e41caf0dd8832cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2572d61c237d74bc32c4c645b29720611eca19e8ae4528711a61acc910d32a95" end head do From 0e225d1cbf2e74db1399c113e9d9c4fef688ba4a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:19:18 +0000 Subject: [PATCH 09788/10074] emacs-dracula: update 1.8.3 bottle. --- Formula/e/emacs-dracula.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/e/emacs-dracula.rb b/Formula/e/emacs-dracula.rb index 02da661ab27e4..dccb51dfc0ceb 100644 --- a/Formula/e/emacs-dracula.rb +++ b/Formula/e/emacs-dracula.rb @@ -7,8 +7,7 @@ class EmacsDracula < Formula head "https://github.com/dracula/emacs.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "ed7fbe1661eb170cde9b14570c5b3af6cb83761d50ed5cc65fa3cdaf21bdabb9" + sha256 cellar: :any_skip_relocation, all: "fdd1a29498717bebf1d4eda6f8fdd4645d05d59a62c218407c5a32904780c97e" end depends_on "emacs" From 691050d24edec25eb7b1587d9e826e8625a51b07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:24:14 +0000 Subject: [PATCH 09789/10074] solargraph 0.55.3 --- Formula/s/solargraph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/solargraph.rb b/Formula/s/solargraph.rb index e69ac257c7817..b0ed037344a2d 100644 --- a/Formula/s/solargraph.rb +++ b/Formula/s/solargraph.rb @@ -3,8 +3,8 @@ class Solargraph < Formula homepage "https://solargraph.org" # Must be git, because solargraph.gemspec uses git ls-files url "https://github.com/castwide/solargraph.git", - tag: "v0.55.2", - revision: "08f2af7e95c6a15501f37461f12816426acab1dc" + tag: "v0.55.3", + revision: "0021d725088944f37183538595864a3c079b6fda" license "MIT" bottle do From 3167bd085010cfdbcaddbaae2f7d77ce659f5a1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:25:52 +0000 Subject: [PATCH 09790/10074] code-server: update 4.101.2 bottle. --- Formula/c/code-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/code-server.rb b/Formula/c/code-server.rb index ce2797a7b1d44..4a8583d7b01d7 100644 --- a/Formula/c/code-server.rb +++ b/Formula/c/code-server.rb @@ -6,13 +6,13 @@ class CodeServer < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b238ba24fde40f37203648f66c51292671a25fcc842252fecee8f42ab43568b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b1da0875907e6bc247720547fc731c35b73ff54515c36f56b10c863c0937b80" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7dc4f6bcdeb92feccf9677df7a4ff4a4f843e6a400104441dd499496d988e771" - sha256 cellar: :any_skip_relocation, sonoma: "4603407b333051f4cb017a51577aa15d39e31506923e6ec55d70b211781deb6e" - sha256 cellar: :any_skip_relocation, ventura: "fa685582038e5aef970ac84d5f4bec6e093a60384b9331ef042bdb4d72e8a07c" - sha256 cellar: :any_skip_relocation, arm64_linux: "d6beef089984b3ff824f8912a9540120c1f926d7cd0fa9364a734b97f6f5c495" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ff5839709f290a120591111a4f5a1e8c5c14f9cfd5cf718861c6346fcc90e79" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "87b17837fb2372caff6dc213558c18a54559d87d075ccfbfda507a418966cff6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "446b5b3a59f639aba664c835bedbd045d5d68fbe83dc90f198aba8a8c1642494" + sha256 cellar: :any_skip_relocation, arm64_ventura: "60dce0b3eba2d8d185269c39db158a75ce94601aaedb4d0fc95369f3ba94a6ec" + sha256 cellar: :any_skip_relocation, sonoma: "a37a468ec4c86b2b400dda15140e3c6909d2d4c5ad98c47c54163203e5811256" + sha256 cellar: :any_skip_relocation, ventura: "29c209f66546f99ac44381fd04e97a44eaf4dd2f0fba2d377f0ecbd4b755e845" + sha256 cellar: :any_skip_relocation, arm64_linux: "88a4a8a6b5c3947425e218c23bd17d6d082a8463028e342b5db1a5535ce46267" + sha256 cellar: :any_skip_relocation, x86_64_linux: "848b70ca5e2c43b76e896d8548eb7626710ed0ec3ae7918d58ba5b2c05f413f4" end depends_on "pkgconf" => :build From 235a01653fe744da330eb652e96bbf9697d304f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:26:15 +0000 Subject: [PATCH 09791/10074] svtplay-dl 4.127 --- Formula/s/svtplay-dl.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/s/svtplay-dl.rb b/Formula/s/svtplay-dl.rb index 559d3f34ef2c0..1e57a360a2aed 100644 --- a/Formula/s/svtplay-dl.rb +++ b/Formula/s/svtplay-dl.rb @@ -3,10 +3,9 @@ class SvtplayDl < Formula desc "Download videos from https://www.svtplay.se/" homepage "https://svtplay-dl.se/" - url "https://files.pythonhosted.org/packages/90/dd/c20e5a5bed00ec886ff9bb6a3ff778c807dbe2dad17776ee4ad11040ed40/svtplay_dl-4.113.tar.gz" - sha256 "953581c6c1d272a5c559d2662ed13d0547910eb9878d4c839a7505e4fbe1ffb4" + url "https://files.pythonhosted.org/packages/c5/2a/331900fe1a333853053e2e22e1159a7c08f5d75a0977cbac11a27825f533/svtplay_dl-4.127.tar.gz" + sha256 "3fcb2b30b9ca11b8c82e6495cc4afb9ba9d5eb6203e2a48e5be1c4c392c50baf" license "MIT" - revision 2 bottle do sha256 cellar: :any, arm64_sequoia: "824ee79542471fd15d849f50f6828331c853229b109108a5551d0c263cb798c2" From e3cf5bb934be68a3b8110ecb2daf5af807cc809e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:26:38 +0000 Subject: [PATCH 09792/10074] convox: update 3.21.4 bottle. --- Formula/c/convox.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/convox.rb b/Formula/c/convox.rb index 0c0f90c8ede47..ed39c7a7cce58 100644 --- a/Formula/c/convox.rb +++ b/Formula/c/convox.rb @@ -13,13 +13,13 @@ class Convox < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2f752f5389d47373025f4ebc653af95d1dcde8b69d30acc0136f5b6ee0dc91c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c15ee0569577203170cfffbfeac14861d4dad6b08cf17165c7fb12d8f23d6319" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d5a5a7061660e85fbdc53bb43d7d524dd39e9813e96d0344c405d339f107ad62" - sha256 cellar: :any_skip_relocation, sonoma: "0dc2f48bb43a73b3703a834c3c1d19d4b7e0cfbdf3189b0b1377da5982cf8610" - sha256 cellar: :any_skip_relocation, ventura: "ff644f619b1230d40c3e6693f60c2be760c60700e588d7f2e936ae7783fb7dd0" - sha256 cellar: :any_skip_relocation, arm64_linux: "5cb223f669197c326be9d0068c97f652df42b3f3807bd5123acc9a2d0e19eb16" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b3c0b3b5480c4d4b7fd2f3ab714fcdfa6e56140e02784c91852039ea775866b5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a0fe1f07c2b11222c49a8cfd866f3f579e4f28b2e32c3d645d51575d9be211e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "80386bbc5b1b8ab8bb845e26d18870db9cfbb8e97fa83591dfff9618e9f1c4c1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cf61fafe8eb9a77cc05e7dde22bb2fea6991254ae9f2c7337dd55ed0e967a1c5" + sha256 cellar: :any_skip_relocation, sonoma: "d271130f7dc8e393be423641371bcf17f07d9a49784456fbe90cffe334fff6ce" + sha256 cellar: :any_skip_relocation, ventura: "19dfb465c5bff357db4e6a4b52d587f9e54ba0ffc6c24c06649102fbc93f6595" + sha256 cellar: :any_skip_relocation, arm64_linux: "8f7b247db495c3ec37dc631960b759b0f07d00f80143b5f0d9510866359a989f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "195a2997fd18b2d1182fccbccab72734a1843deb0500e87ac9a990238bb9a145" end depends_on "go" => :build From 37df3b2ef79b458a0189c5ba25420eb8b6c6dc05 Mon Sep 17 00:00:00 2001 From: "Cloud Posse Bot (CI/CD)" Date: Thu, 26 Jun 2025 01:27:14 +0200 Subject: [PATCH 09793/10074] atmos 1.181.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/a/atmos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index b166f3152ed4f..749fe16e9794f 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -1,8 +1,8 @@ class Atmos < Formula desc "Universal Tool for DevOps and Cloud Automation" homepage "https://github.com/cloudposse/atmos" - url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.180.0.tar.gz" - sha256 "374ca29336e2bfaa8a4c1e46ff21c8779da41ee24a91cc56740031948facfcbe" + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.181.0.tar.gz" + sha256 "be9283c88831f9efd954ffb3590d49b62948f0cb3ba2d5d27b1ff87dccd08759" license "Apache-2.0" head "https://github.com/cloudposse/atmos.git", branch: "main" From f6720956b682040d2f31dfbc79e1f645c093557a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:28:19 +0000 Subject: [PATCH 09794/10074] fern-api: update 0.64.22 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 787e901700951..c6e8be4236937 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "818bda6caac47f3548a7647dc72c12849b27c38c1aa10fa935017e32f5f3d76f" + sha256 cellar: :any_skip_relocation, all: "03eafa2c74b32095430cef3adc947377de99ff82ad6a4ae6dfa96bac36ab64ec" end depends_on "node" From bb457f1deac049255bb4efadbdaf58606110f573 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:37:05 +0000 Subject: [PATCH 09795/10074] kafkactl: update 5.10.0 bottle. --- Formula/k/kafkactl.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/k/kafkactl.rb b/Formula/k/kafkactl.rb index 12217e530100d..6ae1e03133985 100644 --- a/Formula/k/kafkactl.rb +++ b/Formula/k/kafkactl.rb @@ -7,12 +7,13 @@ class Kafkactl < Formula head "https://github.com/deviceinsight/kafkactl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "32ca932cf76f1450a60e8a47b521a20c971486773c0c5babadbe124238e95b23" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32ca932cf76f1450a60e8a47b521a20c971486773c0c5babadbe124238e95b23" - sha256 cellar: :any_skip_relocation, arm64_ventura: "32ca932cf76f1450a60e8a47b521a20c971486773c0c5babadbe124238e95b23" - sha256 cellar: :any_skip_relocation, sonoma: "f82860fbd94c40183891a0ca035a36e8f3efbe6df4fb016f997df070a187dda2" - sha256 cellar: :any_skip_relocation, ventura: "f82860fbd94c40183891a0ca035a36e8f3efbe6df4fb016f997df070a187dda2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b9e674403b9462d608bc88eb84ede915b338849506af5959ac4a388619ae4fc8" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8e9335fdb4fa576340e429988675911a3aec62a5bd1ed2312e3cc74c1ba83cfb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e9335fdb4fa576340e429988675911a3aec62a5bd1ed2312e3cc74c1ba83cfb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8e9335fdb4fa576340e429988675911a3aec62a5bd1ed2312e3cc74c1ba83cfb" + sha256 cellar: :any_skip_relocation, sonoma: "800c386fd8f3d2c38b6be04e13da506b50604f4632b6ddc3dcbe3592e0310f02" + sha256 cellar: :any_skip_relocation, ventura: "800c386fd8f3d2c38b6be04e13da506b50604f4632b6ddc3dcbe3592e0310f02" + sha256 cellar: :any_skip_relocation, x86_64_linux: "539c1a9f7373d13d863cdebfdd32e48be1c6da8364b8d818cbeaf9afa99092a7" end depends_on "go" => :build From 9c7a7240685a2f3e85ba9ec36f2cc674637794ae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:45:15 +0000 Subject: [PATCH 09796/10074] lmod: update 8.7.62 bottle. --- Formula/l/lmod.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lmod.rb b/Formula/l/lmod.rb index fa3a4b1051ec6..60fc175998ee5 100644 --- a/Formula/l/lmod.rb +++ b/Formula/l/lmod.rb @@ -6,13 +6,13 @@ class Lmod < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "252557fcffbed9658b7bca14b6fd52b09ddadba6186b54f5f6dbe9fa94bdc397" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "77f7c974d876002b48ee77125318adabd19f0b1221369f0e894749794460b203" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b597f13a913d04aedfb8b53d31b94b9976b0686d217c0e07377aad9eb3606584" - sha256 cellar: :any_skip_relocation, sonoma: "2cb2e4a53d0fa2d00cbc4fddec9086c7b67e619ec4d9b903aad3c097bfc40d1c" - sha256 cellar: :any_skip_relocation, ventura: "e5bdc4468bb2048bdecf2cfb6b8eb9e249a4753332014574787ada5f19919512" - sha256 cellar: :any_skip_relocation, arm64_linux: "5cc6dac9d2213b53b86d4f309a4844991d9637676d3c7c30ca7013e80d89a135" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b1d645e9af27956cc6c0e662407c2babf62ba49dc243550a060b8d066b2a3122" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e81549c19b0b75dfb21f1e624591909f7e2950daddc4ce463a5a135a4e7c568f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "30c7b3d9a83506425e802992813af30dacdc2efe916b81c451623d3c303b352b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6a4aa26247f7f5cc59c00e06dde9b6bda4d4efe93a2e26a83c2b6df5e70f7323" + sha256 cellar: :any_skip_relocation, sonoma: "1812ff56b60f77dbbe64837d2788a5c1791a2fb0fdaa4bffe00feed9d2a7136b" + sha256 cellar: :any_skip_relocation, ventura: "0ecfcb8f61a30a67f6fb7bda1bb1f8b194731e8c41ca0b7fae357a08face64e2" + sha256 cellar: :any_skip_relocation, arm64_linux: "b1acfb037c9268ce745cb9661c4da50fad728b41a1cc40ef38dd31a0135509c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "17a31a0fb1e94e7edd87373abd115c1d637b490c0b441cb9dd0bf315c25dd65f" end depends_on "luarocks" => :build From 71a9b4d08b5b6b1ab5aab070c84cee5d05a16f65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 00:57:20 +0000 Subject: [PATCH 09797/10074] atmos: update 1.181.0 bottle. --- Formula/a/atmos.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index 749fe16e9794f..c88fa64f388dc 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -14,12 +14,12 @@ class Atmos < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c594612760e01054f12c7b9f122b6bd539344545aa31b45c478c77addcce17b3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "96e4d41c1ec4effd682af90cc655222b6c827b78aabed84f10653efbb1c91271" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1d04beace3a828dcf193aa88bc96148680ca7877a48a49f7b11b53de24f2d450" - sha256 cellar: :any_skip_relocation, sonoma: "09ce12878d37d0f431bbf7fde7217165297adc4c128da87312cb4d9ce5c86c1b" - sha256 cellar: :any_skip_relocation, ventura: "96a03557e0548f4892b209c6f66d618313afd88a12e8e5ab1268fa5e32c3d6c1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a112e9af6c2277e3cbbd47ae3f2c5d376a008f25b622558b5a1c11e910dc42e7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "714fe249ae977e31959698a238eb9c2fb282e75567b78dac96b39573d2dcdeb3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9e4a29c47576fdadbc02f5d3c34c2b56fbb48504b64522cdd2fd0b496cc6e24" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4c2f9182470780c7fa729662e6f8cc9eb86dc2282abe4da4b2ac62e3d15337d7" + sha256 cellar: :any_skip_relocation, sonoma: "24e82a90af782bd63c5bc14377b25103b502d700a5b7fc65819654d0a4a330d5" + sha256 cellar: :any_skip_relocation, ventura: "81b1e1f9f88daa94a24fc9cafcbee6bb6d31d0754ccfe082c98b03e4bb4f976c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "999b5b6fa5384d3ede44e56b1ff3a001bdab71f4c3689936ae83ee5d4a3bb445" end depends_on "go" => :build From d2223d5eccdaa8584e3afde23d9a0cf69e3d67cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 00:57:22 +0000 Subject: [PATCH 09798/10074] svtplay-dl: update 4.127 bottle. --- Formula/s/svtplay-dl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/svtplay-dl.rb b/Formula/s/svtplay-dl.rb index 1e57a360a2aed..31af10abea24f 100644 --- a/Formula/s/svtplay-dl.rb +++ b/Formula/s/svtplay-dl.rb @@ -8,13 +8,13 @@ class SvtplayDl < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "824ee79542471fd15d849f50f6828331c853229b109108a5551d0c263cb798c2" - sha256 cellar: :any, arm64_sonoma: "f288ab5c1b50145a28c8e40293f3e57358328b524878c29d4ef2a1fd8327cdfe" - sha256 cellar: :any, arm64_ventura: "3b7128941b7ffd4293d81c1cdee4ffceafd0a8586615918de7a8f83bcd68a6eb" - sha256 cellar: :any, sonoma: "b1795ee0221ae733b7f3cc505957e60c5c62d4d9e76469c99c74d89d5088d970" - sha256 cellar: :any, ventura: "1d173558c306a11c7363a86f26d5dafe00f147478ef5dc286512345fb595dc4e" - sha256 cellar: :any_skip_relocation, arm64_linux: "a74549ed69e1cd07b4205b1b47477b96ee92615ad94d38dfc4d005fb0abd8785" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eadfb6dbcf0c906310afe348fcb8fb11855c0f33c1029ac7acd542d89830eab5" + sha256 cellar: :any, arm64_sequoia: "110e4e83f5525bcce62e9233cdb2031c473ba2b3bc8ef13b7c87b51e9662a754" + sha256 cellar: :any, arm64_sonoma: "6fac900b8b4a32136af1a475b11bf927bab1a7cbf893504602882392d81b0c6f" + sha256 cellar: :any, arm64_ventura: "ecd3d0a541ff35c40c478de6dec90a9a582c4a2d8ebf2d20bb7f075d51553540" + sha256 cellar: :any, sonoma: "e081d679ffcb66711e9a12d31436a0339e1920740f38accc28b58bd61713ae16" + sha256 cellar: :any, ventura: "49d059be505810c027a7063417fc51f0c6033d046051b1dedde6876c47e1cb68" + sha256 cellar: :any_skip_relocation, arm64_linux: "c5097818e9c19e92dd4fd2df0f812ad4eff2ed7a1228edb0bf1cafa1a457f126" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0283672d0ec76927be8aaaa9992408263632bec6fc38f8b931b75d762b75311b" end depends_on "certifi" From 99e8734e44d6e28aaf4cf4adbee0db17e662bb78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 00:57:29 +0000 Subject: [PATCH 09799/10074] ktfmt: update 0.56 bottle. --- Formula/k/ktfmt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/ktfmt.rb b/Formula/k/ktfmt.rb index 939d5ef726793..1dc9c207a8182 100644 --- a/Formula/k/ktfmt.rb +++ b/Formula/k/ktfmt.rb @@ -6,13 +6,13 @@ class Ktfmt < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8725b050ed14f3f94dc7d27da9459e373f432561acce702bc9150f1d230ea13a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f204926b6dfdc82576df2bc1c3bc07e8cb11efe09273d3f1222209f2e4aa4d08" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6c0652f3b55cf5f237cca800bcdc3dcfbc12dec4d3deaa68e585b817f935db82" - sha256 cellar: :any_skip_relocation, sonoma: "e7eec80d393cf1ea4ae4c34f6cef8c9acb178ebf00c8edc3e1504a434db7d5f0" - sha256 cellar: :any_skip_relocation, ventura: "7b0c7e9412610d4c0feaa50dcd314e7e4c95831dc0053909a8e3a2caf39f66ed" - sha256 cellar: :any_skip_relocation, arm64_linux: "f538037d80577c10b67d3ec63bbbae42eb4e3070d397564bd298b49d6fa4bbc9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5ac466bd2e1869e4e78e57826bc919d30378b33129a02fd1b4f7ec2d36d46287" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d1f30f49423c0967f42fbdf26687536b2d03bc719f01a046422e3093ef851c54" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d26a9893debaa6aad0617dd8441e06255b512f26050435f1f86b5415450a882" + sha256 cellar: :any_skip_relocation, arm64_ventura: "472ef6776f1e18d7b682e6a20d749de3985b3a6d4b5bcee1a7b5cbf2a05e4b55" + sha256 cellar: :any_skip_relocation, sonoma: "fe62bf59abb2f6d08852b9f0f9526b71b6fa32b195d7f66c419a5aeea2c8e255" + sha256 cellar: :any_skip_relocation, ventura: "c5477affdade026f1831b803a7d943e6347d2fb26cfc48d7d3caca30caca6b80" + sha256 cellar: :any_skip_relocation, arm64_linux: "98836c7bf49943d3876f3ec1af3f5dcd86df70ee32a8d1820d7a7141acf36c51" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe2fe77d5e737b3e787b1f86e095e5021d8e7410661bd1dd41f7c9a78dcb0b04" end depends_on "gradle" => :build From f9aa374359b9df0e67737edae6c163f040d2fe01 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 00:57:35 +0000 Subject: [PATCH 09800/10074] solargraph: update 0.55.3 bottle. --- Formula/s/solargraph.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/solargraph.rb b/Formula/s/solargraph.rb index b0ed037344a2d..78aa67ab3fbdd 100644 --- a/Formula/s/solargraph.rb +++ b/Formula/s/solargraph.rb @@ -8,13 +8,13 @@ class Solargraph < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "4229d61f66f488e12f2d47661be19604012112d818c25c30c53500175f240559" - sha256 cellar: :any, arm64_sonoma: "ab4556bd1fcaf83cb4337653474405a365f13379ddf4286e0ad5c89baf7e9dab" - sha256 cellar: :any, arm64_ventura: "510cdb05290ed777cf9e5d5ba31df41ae4c5f14daed9a1615135436ec5722b70" - sha256 cellar: :any, sonoma: "1e84c85944b83e28b1404bb4b4f902381f05b2bf61fc0d3021b66991a6100acf" - sha256 cellar: :any, ventura: "df59d4b36192c768d52c6cc87781335c1f9e5292fa204e36fa4bef658809d43d" - sha256 cellar: :any_skip_relocation, arm64_linux: "6bb694c23229f485ce2d8e3466540e5aae32b7c77b908b3c9ba5d512ca062758" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ce38b203f32e13120d032e2ebb02927e1f79aa342d644f710a6026802a28d673" + sha256 cellar: :any, arm64_sequoia: "60b13326b0db2f666f5386bca9fa6f284fa37273b3cc628d3a8baa531a3f921c" + sha256 cellar: :any, arm64_sonoma: "af6a91eff9bfff02ea3e2118f9d6c32cf97859661547cdd3b5859b1f8713ef3a" + sha256 cellar: :any, arm64_ventura: "2d25c0d9ddea26ded79795495bf7ef51f43c7f317768afda4b29d7270bc72794" + sha256 cellar: :any, sonoma: "f67335d064c16634e7cdbcb84eb4eb5fe45b97add3b97aa7e46636a640e725dd" + sha256 cellar: :any, ventura: "6b98025c01d709ac645b8316f06ce5c42f6fe5b973a79f8a43c782bf2644a1b8" + sha256 cellar: :any_skip_relocation, arm64_linux: "a1a88c145c85c43b9e404ff71a04e8e3a249e9a33e3b804d8382f0e65fb4dbb0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b53bd82ef1b5df84838a26b90668c5836c2381fc847ed12e549f0f17f26086df" end depends_on "ruby" # Requires >= Ruby 2.7 From 40383b7eb74b6bd816c4dddb1bae5f142531b94b Mon Sep 17 00:00:00 2001 From: flow-bot Date: Wed, 25 Jun 2025 18:12:17 -0700 Subject: [PATCH 09801/10074] flow 0.274.1 --- Formula/f/flow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flow.rb b/Formula/f/flow.rb index d3edc267a03ec..778b7af4094a3 100644 --- a/Formula/f/flow.rb +++ b/Formula/f/flow.rb @@ -1,8 +1,8 @@ class Flow < Formula desc "Static type checker for JavaScript" homepage "https://flow.org/" - url "https://github.com/facebook/flow/archive/refs/tags/v0.274.0.tar.gz" - sha256 "0ccf31afc7242b845f799779771e52b3dd46254bc6b6dcf3576e63900452cbed" + url "https://github.com/facebook/flow/archive/refs/tags/v0.274.1.tar.gz" + sha256 "4cc125cb9274e9a20d78dfb3850b336651391d40cfd2ea4c04e8cf57261d4f0a" license "MIT" head "https://github.com/facebook/flow.git", branch: "main" From aca4fd73fdd7c84a010a925ef9837ff4622851ba Mon Sep 17 00:00:00 2001 From: Abhinav Gupta <187913561+abhinav-robot@users.noreply.github.com> Date: Thu, 26 Jun 2025 01:55:27 +0000 Subject: [PATCH 09802/10074] git-spice 0.15.1 --- Formula/g/git-spice.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-spice.rb b/Formula/g/git-spice.rb index c5d5668405ed0..7507e65656d1a 100644 --- a/Formula/g/git-spice.rb +++ b/Formula/g/git-spice.rb @@ -1,8 +1,8 @@ class GitSpice < Formula desc "Manage stacked Git branches" homepage "https://abhinav.github.io/git-spice/" - url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.15.0.tar.gz" - sha256 "445f41bef80212bb198b3d8a6cb4d9138b9c3dfbfb69ab557c2a29e062e1af3d" + url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.15.1.tar.gz" + sha256 "f10bbe6d27c68957d52859c81a0f91f11389d77c3f8ee32791040d80d5124e60" license "GPL-3.0-or-later" head "https://github.com/abhinav/git-spice.git", branch: "main" From 7da2b5a566ddcf89794dd6630d5a2d42b66379a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:25:37 +0000 Subject: [PATCH 09803/10074] aliyun-cli 3.0.285 --- Formula/a/aliyun-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 79a64c7355572..8bf54ed9938c6 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -2,8 +2,8 @@ class AliyunCli < Formula desc "Universal Command-Line Interface for Alibaba Cloud" homepage "https://github.com/aliyun/aliyun-cli" url "https://github.com/aliyun/aliyun-cli.git", - tag: "v3.0.284", - revision: "065a32cb374349c61d0d054eef2c26c2197ebe0e" + tag: "v3.0.285", + revision: "1501013f1f287c552d4ca568e0033c6239e9cea9" license "Apache-2.0" head "https://github.com/aliyun/aliyun-cli.git", branch: "master" From 8ede20b046a5cc1520597f06e863e42939050416 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:28:02 +0000 Subject: [PATCH 09804/10074] bmake 20250618 --- Formula/b/bmake.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bmake.rb b/Formula/b/bmake.rb index 1c86643e6bc13..735e09c956d24 100644 --- a/Formula/b/bmake.rb +++ b/Formula/b/bmake.rb @@ -1,8 +1,8 @@ class Bmake < Formula desc "Portable version of NetBSD make(1)" homepage "https://www.crufty.net/help/sjg/bmake.html" - url "https://www.crufty.net/ftp/pub/sjg/bmake-20250528.tar.gz" - sha256 "0dc389a5e0298aa585353b60796d5d632de660dade58d00acd60ad722846c9a3" + url "https://www.crufty.net/ftp/pub/sjg/bmake-20250618.tar.gz" + sha256 "9651ce09d31b64a90625ab52af54fd90bf78cfe706c86991d0b44cb3033c0eb7" license "BSD-3-Clause" livecheck do From c15492e93e6b26d0621235f5ace6dbae961f8557 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:31:24 +0000 Subject: [PATCH 09805/10074] ddns-go 6.11.0 --- Formula/d/ddns-go.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index 562e7d1006ee2..7606c1d20aaf8 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -1,8 +1,8 @@ class DdnsGo < Formula desc "Simple and easy-to-use DDNS" homepage "https://github.com/jeessy2/ddns-go" - url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.10.0.tar.gz" - sha256 "26655ad6b9d09dd75c16f588a17dab8f6927d1e56356be6a2d6d31b74bb83849" + url "https://github.com/jeessy2/ddns-go/archive/refs/tags/v6.11.0.tar.gz" + sha256 "49e2e3374911c5d0c1124dba1e6a565c2e810be9328d0b05d1cfbafb8c937958" license "MIT" head "https://github.com/jeessy2/ddns-go.git", branch: "master" From 8d33acba525971cdcf38985986c9f9ce53ddd119 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:32:09 +0000 Subject: [PATCH 09806/10074] dolt 1.55.3 --- Formula/d/dolt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index e0d32d59f65ce..240b83a3c3853 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,8 +1,8 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.55.2.tar.gz" - sha256 "5f5b25d076a49c066eb08c10d3eb6a518051da7d498a9d49b437387b8a8b37b6" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.55.3.tar.gz" + sha256 "36498ff0fc7c79e0011ae8811874531b0968f38804868ea87c84ad5db3d703dc" license "Apache-2.0" version_scheme 1 head "https://github.com/dolthub/dolt.git", branch: "main" From fe59153507b1ec3f79c5ed29883933f17898ddea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:36:35 +0000 Subject: [PATCH 09807/10074] hermit 0.44.10 --- Formula/h/hermit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hermit.rb b/Formula/h/hermit.rb index 2445f22065ec5..f773127aa4afa 100644 --- a/Formula/h/hermit.rb +++ b/Formula/h/hermit.rb @@ -1,8 +1,8 @@ class Hermit < Formula desc "Manages isolated, self-bootstrapping sets of tools in software projects" homepage "https://cashapp.github.io/hermit" - url "https://github.com/cashapp/hermit/archive/refs/tags/v0.44.9.tar.gz" - sha256 "d7b04dc42286a77baf990254e853c00575bea9a8cd8982a9bbd96ec6295f008d" + url "https://github.com/cashapp/hermit/archive/refs/tags/v0.44.10.tar.gz" + sha256 "45b5c9d9baa945a368dcbd996736f41207fb2daa7a348edecbff8856022b1595" license "Apache-2.0" head "https://github.com/cashapp/hermit.git", branch: "master" From 5f76c224e876319377b83af96871f212771f195e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:37:19 +0000 Subject: [PATCH 09808/10074] imessage-exporter 3.0.0 --- Formula/i/imessage-exporter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index 31dc093b1f429..840597ae58349 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -1,8 +1,8 @@ class ImessageExporter < Formula desc "Command-line tool to export and inspect local iMessage database" homepage "https://github.com/ReagentX/imessage-exporter" - url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/2.8.0.tar.gz" - sha256 "077e7215561de70c7385312c79d3209cacdd28bd7ee60c26ee420cb6d33759ce" + url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/3.0.0.tar.gz" + sha256 "88a0a6d04d6fae32ae7fe699c265b9ad9bfa04d11b69fd7aa50a83a2ff0a3dfb" license "GPL-3.0-only" bottle do From c4659c70f7eed0910a6577485164ddd2bccce8ce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:38:43 +0000 Subject: [PATCH 09809/10074] kingfisher 1.13.0 --- Formula/k/kingfisher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index 33061037c1201..3f900226c98f8 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -1,8 +1,8 @@ class Kingfisher < Formula desc "MongoDB's blazingly fast secret scanning and validation tool" homepage "https://github.com/mongodb/kingfisher" - url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.12.0.tar.gz" - sha256 "654b005b8163cf1626426c66b233e51583f6eb2b1287dd5766e240539a38f9cd" + url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.13.0.tar.gz" + sha256 "04a948795651c2ba0c58efcc68391977efbc9bfb9f8cc28fc95d9134b6b486e8" license "Apache-2.0" bottle do From 91a463c5b8ac4625d41b7c3b1c77de2335177266 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:41:59 +0000 Subject: [PATCH 09810/10074] git-spice: update 0.15.1 bottle. --- Formula/g/git-spice.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-spice.rb b/Formula/g/git-spice.rb index 7507e65656d1a..890172ef5ee71 100644 --- a/Formula/g/git-spice.rb +++ b/Formula/g/git-spice.rb @@ -9,12 +9,12 @@ class GitSpice < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7de5693f01d894d612683bdd5a30c4d309412c67071dd3c5418ab352070bc5a3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7de5693f01d894d612683bdd5a30c4d309412c67071dd3c5418ab352070bc5a3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7de5693f01d894d612683bdd5a30c4d309412c67071dd3c5418ab352070bc5a3" - sha256 cellar: :any_skip_relocation, sonoma: "2bafa57690a31c462b03b05a3c13c0defc2a0b91451c7ccf1f73ea135f98c997" - sha256 cellar: :any_skip_relocation, ventura: "2bafa57690a31c462b03b05a3c13c0defc2a0b91451c7ccf1f73ea135f98c997" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e1bd104ff9c34a53cd8fa25af451570fa2893fa94532bec96cb9e164402a3ca5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5996c91ef5186590d7afe73429b2568f8cdedfbd29f6a2f9e7b685f2d55adf2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5996c91ef5186590d7afe73429b2568f8cdedfbd29f6a2f9e7b685f2d55adf2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c5996c91ef5186590d7afe73429b2568f8cdedfbd29f6a2f9e7b685f2d55adf2" + sha256 cellar: :any_skip_relocation, sonoma: "2b757f83fb8a583ff389d8e3f4481ac40febb11690b977a97b6dfe6eee511060" + sha256 cellar: :any_skip_relocation, ventura: "2b757f83fb8a583ff389d8e3f4481ac40febb11690b977a97b6dfe6eee511060" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e9a1d2413cc3e6e79a4932ed5ff8d21df76d4b00477854669b488112f4f31dec" end depends_on "go" => :build From 93a69a6ddd226d0560de0ee4778f6fce4bc9b92c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:42:01 +0000 Subject: [PATCH 09811/10074] flow: update 0.274.1 bottle. --- Formula/f/flow.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flow.rb b/Formula/f/flow.rb index 778b7af4094a3..870e3983bfd96 100644 --- a/Formula/f/flow.rb +++ b/Formula/f/flow.rb @@ -9,13 +9,13 @@ class Flow < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f18fa6e836d9ff65f1a651a39b8c2a3f7d439aaa2568ffc26f4d2cb33296116" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b689f7bf1924697ea141cb84fcec70e989d3be06c55f6b3d7bc0c828a046e1b1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "df6a0b161e430a298f2888ae1b856472b6c07c5087abcf83c2768ed2b4157094" - sha256 cellar: :any_skip_relocation, sonoma: "f2e166ed68bc6f0094b4ed9430c841fd63dfffebcf0bd03c602f8a224b103c66" - sha256 cellar: :any_skip_relocation, ventura: "98f64575ffe164a4c0ea7e042ebbb26e2eaf246ffa727818c272c153227c233f" - sha256 cellar: :any_skip_relocation, arm64_linux: "f1b8516d03bb87aa1b1e7f930b4dfeff013b08b39efbfd6c297d498394bef513" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc68823832b7be2a1b4ff5a3f48dcca23be193ccb75db634aa9f6cec9141a8a9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d04cca2d0bcab5792fe164a2f2eaf58ddb5af4bb857eb3380f94e52e2469de16" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "318bcef0460d3f6ecc3c4464ab28529dad7568e7e450732733b994e04fd180f8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "19e968644ec098bc75eb79bb250e1ea357a771988d07cc017703aa6c1fe4a204" + sha256 cellar: :any_skip_relocation, sonoma: "3b9b4ff4b38dee1ce012da23a6508b1dd0cf93d3157d3b56685df0be9b946dd0" + sha256 cellar: :any_skip_relocation, ventura: "c8986e8d2c2a0f7db51812208c1209b9f47d35eed98deaef667ec88e6deb9f7e" + sha256 cellar: :any_skip_relocation, arm64_linux: "072b311ef232bcbdc8827609aba07b68b0c60a18ca19fffc7f0ebc5b777a4e98" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0fc395034a8ee909eee7ad558578def28f92af8d072b4693beede4972a77925f" end depends_on "ocaml" => :build From 668efa157784a8ba835c9627b31f5045afb2ae7e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:44:17 +0000 Subject: [PATCH 09812/10074] oils-for-unix 0.33.0 --- Formula/o/oils-for-unix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index 7db6054d07d2e..6435356ff6a0d 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -1,8 +1,8 @@ class OilsForUnix < Formula desc "Bash-compatible Unix shell with more consistent syntax and semantics" homepage "https://oils.pub/" - url "https://oils.pub/download/oils-for-unix-0.32.0.tar.gz" - sha256 "26dde977d20dd0a373a7d450d063fa50be672da4875d55e9749e8ff18eedd254" + url "https://oils.pub/download/oils-for-unix-0.33.0.tar.gz" + sha256 "1b0a89031d1c4d4302c51e253d7fbcd1d8b0131fcbd713372391376760ae9386" license "Apache-2.0" livecheck do From b433664fdf0d17b02059ea28016c954a992cf35a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:45:15 +0000 Subject: [PATCH 09813/10074] overtls 0.2.43 --- Formula/o/overtls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/overtls.rb b/Formula/o/overtls.rb index 4319cf22bdd6a..756a33eea8151 100644 --- a/Formula/o/overtls.rb +++ b/Formula/o/overtls.rb @@ -1,8 +1,8 @@ class Overtls < Formula desc "Simple proxy tunnel for bypassing the GFW" homepage "https://github.com/ShadowsocksR-Live/overtls" - url "https://github.com/ShadowsocksR-Live/overtls/archive/refs/tags/v0.2.42.tar.gz" - sha256 "28beb29bb65a054890da817112ac670ce054da1de182bffbc2150c17f4b1a806" + url "https://github.com/ShadowsocksR-Live/overtls/archive/refs/tags/v0.2.43.tar.gz" + sha256 "83e15b36dd6029af7142f1112b20764bffd1cebbfeca11c5c66b192214a92ae4" license "MIT" head "https://github.com/ShadowsocksR-Live/overtls.git", branch: "master" From eb49db4fa8f9dd586dc1896105f8154734a2ab3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:45:57 +0000 Subject: [PATCH 09814/10074] ddns-go: update 6.11.0 bottle. --- Formula/d/ddns-go.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/ddns-go.rb b/Formula/d/ddns-go.rb index 7606c1d20aaf8..c05bee6e7cbf2 100644 --- a/Formula/d/ddns-go.rb +++ b/Formula/d/ddns-go.rb @@ -7,12 +7,12 @@ class DdnsGo < Formula head "https://github.com/jeessy2/ddns-go.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee5a04b70ea5887cca0d59b4779d68167c2fa903e6bd25c2958f52b10ad97e12" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee5a04b70ea5887cca0d59b4779d68167c2fa903e6bd25c2958f52b10ad97e12" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ee5a04b70ea5887cca0d59b4779d68167c2fa903e6bd25c2958f52b10ad97e12" - sha256 cellar: :any_skip_relocation, sonoma: "983b28f284606bd888c173d2a03a7a56b5bcbe34ea987ef02d9c61c23f5e9489" - sha256 cellar: :any_skip_relocation, ventura: "983b28f284606bd888c173d2a03a7a56b5bcbe34ea987ef02d9c61c23f5e9489" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5eb2eecfd9be37dfa5604c51125a094a03eb6578bafa51ea5bb38a55c36732c1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "268430f07049ff6e9cbe6de43f4c17f7d07990dd202a856fb2c4f355cc51bf06" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "268430f07049ff6e9cbe6de43f4c17f7d07990dd202a856fb2c4f355cc51bf06" + sha256 cellar: :any_skip_relocation, arm64_ventura: "268430f07049ff6e9cbe6de43f4c17f7d07990dd202a856fb2c4f355cc51bf06" + sha256 cellar: :any_skip_relocation, sonoma: "0ef1bcb5d49bc55701bbf051e0d8857c8fa1aeb97f6c1d6e21978f0deef5b751" + sha256 cellar: :any_skip_relocation, ventura: "0ef1bcb5d49bc55701bbf051e0d8857c8fa1aeb97f6c1d6e21978f0deef5b751" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ea09e7667f741ae02b2bcad78a32e7ca7075414c29a8cc3f9cc3a273a2915e8" end depends_on "go" => :build From 1dc3fb866fc2ac6ca98fb4696061f9d50c427589 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:48:17 +0000 Subject: [PATCH 09815/10074] bmake: update 20250618 bottle. --- Formula/b/bmake.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bmake.rb b/Formula/b/bmake.rb index 735e09c956d24..99028740bf744 100644 --- a/Formula/b/bmake.rb +++ b/Formula/b/bmake.rb @@ -11,13 +11,13 @@ class Bmake < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a83f78f8861a49fd73773e1bf22b90e598811cfc1dda39aec433b48109acadfa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "af14fc3b9f056b85ef7814fdd64c35c51a758f65c62b9778a4387297b2abd647" - sha256 cellar: :any_skip_relocation, arm64_ventura: "13464297ea400c6fa8da53ef4b78aa959a4b35b0b450526362eef16f30b511af" - sha256 sonoma: "9a7bcc0516479d7e60f7f32e3d5edb53880f5afb5f538ac1f5c48e16cbe74695" - sha256 ventura: "b25cdc426784aa7a332445ee5ed42caf0720836665264ff7376adb47d463904f" - sha256 arm64_linux: "64d479442313687c9fb57a95cb516ab574b25d92086ee0d99e6df919eaba049a" - sha256 x86_64_linux: "b45148179ad8690da3e52df18ca235ff7f494ea7f50c743451d73d0ef98967c9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5990b32cd2844212de6c7dd92b5d59adbbbbb19c96d4f4979ca75026309cae22" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "50627bd7f9da343220854e9e108da6f15123cf42225fd6a79b75089502389c77" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b601d119275912f4bb2de5b96591d6fb2eff57565d4c9b071b7d02ea42cb896b" + sha256 sonoma: "75361c2334d09948a2711203b8dfed9bdd9c23038123d7cb46ee76709f033da6" + sha256 ventura: "392f6dbebd8a79bdde4e14c4513b66ee096394dea08f91754d8fe45aa10f4b75" + sha256 arm64_linux: "92fd21b5b6cccb3af28c5b7408d9a077e84910ea5c22bb932286c63c5ea8165b" + sha256 x86_64_linux: "c5b222158359e846077808ba7352ad70d90f7edf68a2dd1cd637ef3609a56a6c" end uses_from_macos "bc" => :build From af5525856ee4c6c981c8a5568c326e51aa40785a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:51:29 +0000 Subject: [PATCH 09816/10074] swc 1.12.7 --- Formula/s/swc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index 717a227afe51b..c4634698bbca2 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -1,8 +1,8 @@ class Swc < Formula desc "Super-fast Rust-based JavaScript/TypeScript compiler" homepage "https://swc.rs" - url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.6.tar.gz" - sha256 "292817448a5fe1c8c82d721ce4154806efde082aaf513808528e1a9983e3273d" + url "https://github.com/swc-project/swc/archive/refs/tags/v1.12.7.tar.gz" + sha256 "4b8a7988943ded37449c5be65d878ba9b810e656e41118ac848a30c79137e4cd" license "Apache-2.0" head "https://github.com/swc-project/swc.git", branch: "main" From e73d63671ba9b52c004f27a0647e76a2b5db64f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:51:36 +0000 Subject: [PATCH 09817/10074] hermit: update 0.44.10 bottle. --- Formula/h/hermit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hermit.rb b/Formula/h/hermit.rb index f773127aa4afa..9e944c6f8297b 100644 --- a/Formula/h/hermit.rb +++ b/Formula/h/hermit.rb @@ -7,13 +7,13 @@ class Hermit < Formula head "https://github.com/cashapp/hermit.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7365e30853d588eb1a14d45f7ea46303dc1739d66402f5efe43958fb64e9c81c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b40617432e4d10498f4dc6d2b037b40e690de624c9dab18760e8a0324db3c512" - sha256 cellar: :any_skip_relocation, arm64_ventura: "79d6e2b4e7cb775dbe85292215e955a3312daf803b93f37923257a4662e63eda" - sha256 cellar: :any_skip_relocation, sonoma: "3f48985100c34f511728513689b2ef8a3e0beec5e13e2e22064ddd45f3778e53" - sha256 cellar: :any_skip_relocation, ventura: "16f9cfcfe5dd6203b9593e3e72e7c5adcb919d52cc483f55bfdfbf44a5e49150" - sha256 cellar: :any_skip_relocation, arm64_linux: "058095239d7aa8af10e5a907456785a7c86baeedd4332c3141bacea4bb537014" - sha256 cellar: :any_skip_relocation, x86_64_linux: "01051ae0b63bdc40585e1e4ca527f7c1a906563f1498bd524eb5dfb7d40e52e8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b61a536b6cdd96d6c6d19a0978b77d3d9b94944403e4f12e6f11a7ebe2a2d40b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "09d927cf3a05830aca4c20f70fb37265b703f71cce25d05db1bc29d004bdbf6c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7882643db1096b06e18f7c3dab374a76f2d3bf3bf3beec397f125fad8886876d" + sha256 cellar: :any_skip_relocation, sonoma: "5d8251190e2a2fd9173a48e9c2a99d3d55f0f17145d4e3377701d80803945cfd" + sha256 cellar: :any_skip_relocation, ventura: "69eab62946c1483a2cc25a5fbe57533422853e481c5fe8ef873c58944b756b7a" + sha256 cellar: :any_skip_relocation, arm64_linux: "8a00b9ca0d96b0d6c0adc68b1b3fb91463cb08a0f558c9392df9fcae4550ed0a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "60ecad7ebff4a9fd5d35c6517b90bc7a4b61494b59bb68797a73c892f1655049" end depends_on "go" => :build From 786db996d5b5cd557c25ba5a61d3247c486c65cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:55:12 +0000 Subject: [PATCH 09818/10074] aliyun-cli: update 3.0.285 bottle. --- Formula/a/aliyun-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/aliyun-cli.rb b/Formula/a/aliyun-cli.rb index 8bf54ed9938c6..20e2c3f3cd33b 100644 --- a/Formula/a/aliyun-cli.rb +++ b/Formula/a/aliyun-cli.rb @@ -8,12 +8,12 @@ class AliyunCli < Formula head "https://github.com/aliyun/aliyun-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "80c23f376163331fb835358f8123428d9e637a2d32ff60fbc28f227b1403619c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "80c23f376163331fb835358f8123428d9e637a2d32ff60fbc28f227b1403619c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "80c23f376163331fb835358f8123428d9e637a2d32ff60fbc28f227b1403619c" - sha256 cellar: :any_skip_relocation, sonoma: "b1e359fd87cb9f231a6a028a7d46a32a1cf14b51614890b95d9afe80059f73a4" - sha256 cellar: :any_skip_relocation, ventura: "b1e359fd87cb9f231a6a028a7d46a32a1cf14b51614890b95d9afe80059f73a4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e82840e076a6c9469bc994866de64c37d7e651e2932183d11397c61eeadd802f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1c8e4c1024709b153c145bc05e91fbe03e5f7fee1d807e94e0f2e7f3be5b60b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1c8e4c1024709b153c145bc05e91fbe03e5f7fee1d807e94e0f2e7f3be5b60b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e1c8e4c1024709b153c145bc05e91fbe03e5f7fee1d807e94e0f2e7f3be5b60b" + sha256 cellar: :any_skip_relocation, sonoma: "72116c4905ef01ab5f9c1aecf662c5c89c940bf998c157a4f48625c15ec40201" + sha256 cellar: :any_skip_relocation, ventura: "72116c4905ef01ab5f9c1aecf662c5c89c940bf998c157a4f48625c15ec40201" + sha256 cellar: :any_skip_relocation, x86_64_linux: "af5a95659a51c9facfc514b3d5954062f24b5e0039c9ac33a752235f099c7193" end depends_on "go" => :build From 9e9e955659304550d194178f7c357645de0363cd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:55:21 +0000 Subject: [PATCH 09819/10074] imessage-exporter: update 3.0.0 bottle. --- Formula/i/imessage-exporter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index 840597ae58349..6de8a1bc2b647 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -6,13 +6,13 @@ class ImessageExporter < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "473d1c5313eb309db493a015f920ca1f190d5bcfa938bf30823243b647fee74c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "025424c1c8459033b2f9b17cdf442a82d63915777aab71a0424d1b7404e1110f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "88332ce2f9dd01132d4d589a963c04f29fa8457fe797d743f2426423d6875fe5" - sha256 cellar: :any_skip_relocation, sonoma: "f2a2166c5197b11a18b41243742c4e5d2871544da3b03b595fe41080119b6de8" - sha256 cellar: :any_skip_relocation, ventura: "e1150f655743ffe93c198be22e5ca9729cfe5a279efb1ee91d199b5628ddd0f7" - sha256 cellar: :any_skip_relocation, arm64_linux: "de62fd15c5db894f0899110a54ccf9bc813bec0049373a3809b4d4bcf7141aec" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ab947b49f6d1bc4b83d648eac4a91d5267bf4bd66b6f0b198f68c36e0759f71c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "50906e317222d31946be69ec91f37015ac1148824be86699c0c0d3c4598f857f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e2b54f50292d3c3c1b8b252f7e292c92b54b69fe322ffc6c4800d561c6e9068" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e27dd96633d5a6f34ae32e4f6e7c2cf9e233bd46f5190b753abab8d5f699913b" + sha256 cellar: :any_skip_relocation, sonoma: "6aed8c6844b6b0c68bd861166cfde23bd386bdedc04944aa9fb5dc19c6000091" + sha256 cellar: :any_skip_relocation, ventura: "65f8956c17815fc446238818ce7bf8f56531a32a96bd53866bff5e7d679c0586" + sha256 cellar: :any_skip_relocation, arm64_linux: "39160edb505676139437c89a81f18e5c00fda454041ed3968a543b7867a826c1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "76204d7e9e7e07e13f1da936729b1c41d04707421cea40fe5e399fbe22538a7c" end depends_on "rust" => :build From 8657c933875a1e0939abfc5a84ee9b7b8afeeb55 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:55:41 +0000 Subject: [PATCH 09820/10074] yt-dlp 2025.6.25 --- Formula/y/yt-dlp.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/y/yt-dlp.rb b/Formula/y/yt-dlp.rb index 738eba281b29b..bbf78daf4473a 100644 --- a/Formula/y/yt-dlp.rb +++ b/Formula/y/yt-dlp.rb @@ -3,10 +3,9 @@ class YtDlp < Formula desc "Feature-rich command-line audio/video downloader" homepage "https://github.com/yt-dlp/yt-dlp" - url "https://files.pythonhosted.org/packages/b7/fb/588a23e61586960273524d3aa726bd148116d422854f727f4d59c254cb6a/yt_dlp-2025.6.9.tar.gz" - sha256 "751f53a3b61353522bf805fa30bbcbd16666126537e39706eab4f8c368f111ac" + url "https://files.pythonhosted.org/packages/88/77/5e86a5345fe1cf5bad022a1b7323c9934c6a867e886fdc0cae44de8a0589/yt_dlp-2025.6.25.tar.gz" + sha256 "242b648e1a18ab04bdd4cc175a317fe8ec3ad7d0175eee9f981912624b3d6c8b" license "Unlicense" - revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "3545eb35824b00af0c1d73f08faecfeb78d162bc85a0d98dcb1107975015f55b" From 8e7c9d01f299199a17ec2a6a92e852b28ba0f0c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 03:04:14 +0000 Subject: [PATCH 09821/10074] dolt: update 1.55.3 bottle. --- Formula/d/dolt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 240b83a3c3853..02f5a02352407 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -13,13 +13,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c29ed37136cd692ad03baca3afa037cdcc883322fbd4787cbc37b93e55a8fa35" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c802cb2da09731170747aabbf92b6b2ee3afebf1ad7297916e322b286f0c962" - sha256 cellar: :any_skip_relocation, arm64_ventura: "623c6fc97c9e002d22ec79fd647f058934a7896da5e0494b374cc35fba7e826d" - sha256 cellar: :any_skip_relocation, sonoma: "25de71639128b58da530ab21e050714065df1ca1a85732c1b57312033b056776" - sha256 cellar: :any_skip_relocation, ventura: "1f36ae5e7e67dfadb93e3e958cbe90b5d5d85c330dfa9be74726002003de9cf5" - sha256 cellar: :any_skip_relocation, arm64_linux: "e1a92b140956ce26a3b1279e28ea270156ea599a56615058315beadecbcf9f6c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "976daeadba834ecfdd4710d0f60882483a348f9da5b42bdfb0eada2d1aedd43f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8599e13a75f5327c9960718aabdb2104be9069800982e895d04342fc00f325ee" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "37c1ec33520c95ad38868911dfada45e952bc7495596b5b3597a451c388be8b9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d2789b803f27b326f55425807715de4e241551572e14a8269e8af246454464c7" + sha256 cellar: :any_skip_relocation, sonoma: "89a87c4e725a0705475df4cc1d6efab610afca2ca0d2eee7de10757218137227" + sha256 cellar: :any_skip_relocation, ventura: "6ffb5b2557657a6b9b255fd7988281a8123b4e778b2935a8ece0312e19eae1a9" + sha256 cellar: :any_skip_relocation, arm64_linux: "feb1040605ec70f37aed80b3223d14b95aa18dcc509027598cbce94b048b87a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d4a465fd07cc3e1262c685dca99f587b78d1466da5be18490e6195a7f0915ef5" end depends_on "go" => :build From aa28b628f1376d02c85230471c3416650cb4a1ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 03:19:48 +0000 Subject: [PATCH 09822/10074] kingfisher: update 1.13.0 bottle. --- Formula/k/kingfisher.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index 3f900226c98f8..bb6740ac1b341 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -6,13 +6,13 @@ class Kingfisher < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8128485020e1eda98cbf53e6f516c29dacf0a829b415eacfcfc025bc99a072ab" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2acdc53e6571e2798e874129806518ad35702de344acdeeae9868a5dbdcd9601" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4ef139a9f2fd4619cf6cdd47843c94103b6049eaa2d3d6b83782b72a1903216d" - sha256 cellar: :any_skip_relocation, sonoma: "b67ae7877416d37eb529f4d64280ef6a612c2c926438c543fbfb38082fbc44d6" - sha256 cellar: :any_skip_relocation, ventura: "a954ae07f8e3b7c84e7293790b60e8cbace329c64cbf9a135a8b928cfda6f123" - sha256 cellar: :any_skip_relocation, arm64_linux: "d54c23387a826accd832e39927b3b72c25ce86afbe7d82d7a88e6863cbfe42d0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a028b38c2b5f8b41c5fcd3adf60075574c9af97c5bf21c3cd67903a857bb046f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4648d841a8ff951b48fb893e8bf79cd0bf4e874126fb3328e53b877c04eee105" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94c9f2bbfc3da9d91d894556a2c284421d74f7a2938a25ef3855646d51011b1c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "01c789956d6e287266193c2aff456aad1973e7fe1a9bf0b3cf99c34ebd1c8a42" + sha256 cellar: :any_skip_relocation, sonoma: "d2a9186fbb9311a0b1ae9114abd017250ed97a74e1ebfd8b57c779de4a4a4f68" + sha256 cellar: :any_skip_relocation, ventura: "35853adbcc7094931ff3a87db0af9f8962ef868e4efbcc83f91358b17ee245f3" + sha256 cellar: :any_skip_relocation, arm64_linux: "0192595d50ea0fb6bce2c5974ca5c5f6589b410d48a7824d3e46a0992eccf928" + sha256 cellar: :any_skip_relocation, x86_64_linux: "15d2c216a56dd5c6a60f8eae4175ee2b91c44fa319b372bd6af642da0638e311" end depends_on "boost" => :build From 03155366354a4bd84cc106c810b4aaf7dddaa426 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 03:33:07 +0000 Subject: [PATCH 09823/10074] oils-for-unix: update 0.33.0 bottle. --- Formula/o/oils-for-unix.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/oils-for-unix.rb b/Formula/o/oils-for-unix.rb index 6435356ff6a0d..b8b36041543f2 100644 --- a/Formula/o/oils-for-unix.rb +++ b/Formula/o/oils-for-unix.rb @@ -11,13 +11,13 @@ class OilsForUnix < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "0bc26590d3d6c987e1f88487874bd463d698a2a2cc67b312e093cf3d3acdd6b3" - sha256 cellar: :any, arm64_sonoma: "b7a526c27cad1e6fe645df68cf9b42b64ee59877ef9043e146051a2fbe3428c0" - sha256 cellar: :any, arm64_ventura: "1282e142ae7af7856ace88539a3a211b06d9dc495991ca6b588bcc0236c07f22" - sha256 cellar: :any, sonoma: "12af4348b5a821eea0db19a922be6dde729757f035d9f97eb7114693ca0d4214" - sha256 cellar: :any, ventura: "0c705ce544b77431e7c80abee91baac75ffe406da4e91f35221d529ff4f1681c" - sha256 cellar: :any_skip_relocation, arm64_linux: "af67c3d454778ddfd642a09035c6ace38168cdc2f3595bb07646ba0056157e4e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "110f40c090456268a7dda4a232577c4f4efe3ddfb355e51085b7bafe7f7dfe63" + sha256 cellar: :any, arm64_sequoia: "300f3f962bdbe88e2c33cdf736ad3aa28460c89e782397213d9dd142bf110a2a" + sha256 cellar: :any, arm64_sonoma: "35bb8c7a9333d9e28efa9cac106aa5d7b7119496bf2151b4a8dbc0b5045a55dc" + sha256 cellar: :any, arm64_ventura: "c9a6028e4f7ba1cde1eb9164f8b8209f00ccd108c7268f68422ed8673de280aa" + sha256 cellar: :any, sonoma: "6d888a2c2f7e05a0868bf060e510431ed79b1204db93298a198b99948a79d18f" + sha256 cellar: :any, ventura: "339c2c41b1e4d8bfccc7895c9a94f990c5bba831ec0bf262b9bc3576b0711b39" + sha256 cellar: :any_skip_relocation, arm64_linux: "c5b9900e8af5b9e1f54df4e19246b7d67901b9ea25553a2246f08157d38abcea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ae32ab40f33940f4d219b47d3925677294e94d5847abb7910f03021726eb70b7" end depends_on "readline" From c670dc458c2bdc3aa7606fe9cc8745846bb4cd15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 03:33:18 +0000 Subject: [PATCH 09824/10074] swc: update 1.12.7 bottle. --- Formula/s/swc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/swc.rb b/Formula/s/swc.rb index c4634698bbca2..a07afabf1e5bf 100644 --- a/Formula/s/swc.rb +++ b/Formula/s/swc.rb @@ -12,13 +12,13 @@ class Swc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "230f66c58a9b97ed38128f053be6ff0c97e65f832cf90840694b21b5b1e2d728" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f4f37bda55e76aed3470dc6c694fff0e515f438c079054b74aaf0acaa981286" - sha256 cellar: :any_skip_relocation, arm64_ventura: "39119bbaf38513c01ba6cfc65f6ada8116ce673f3c2d88e4a48f83d05e5666a5" - sha256 cellar: :any_skip_relocation, sonoma: "267b42beeb9390516d2c61545e3f36c6a587260ee52737e0be69defe5cf6af18" - sha256 cellar: :any_skip_relocation, ventura: "fbba8304338fc8374b8b52441162e30e060a40edd5fc0a6ae3ece09271e39d98" - sha256 cellar: :any_skip_relocation, arm64_linux: "610f3919cae8d935d9553b5142a2ee23ab96df1b438d9d65a18baf0d48ac90ba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9e1c8e846ae33fee930f8bb2466e7a1d67b75b0c360fa1dcae1d03b5f15c5e48" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c94e6ddfebae335d5283463717e0e223dc8f511f363b3c2be04d8a6a8cbd5f5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "abb8da4cfa57348b1b7dfe5b4f7a22b927dee9eac202ca2349fa44b4927b856e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4dbe1c9b90466b88c2085589f210700f8693c7ec01308d01ecdabf9e3a089f6c" + sha256 cellar: :any_skip_relocation, sonoma: "47d74e9def85a210ac6f1c28195ebb75cefe20449f6d6b84bc81cd4086f5d3c8" + sha256 cellar: :any_skip_relocation, ventura: "b97feb93ef05765cbca10f538ca27cea7262c4e77f90505b78f38b38804973ef" + sha256 cellar: :any_skip_relocation, arm64_linux: "225eabfaec0c1231ac0ca2fdc8e1af6c2787392eff647924208e0efbe306b781" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b16fb2312d60eff0716b97e49b5cdb154fce5ae5b2822ffceeb3af61839f1f3" end depends_on "rust" => :build From 795727dde6c5deead9f4f4576f482f5a355d5879 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 03:33:34 +0000 Subject: [PATCH 09825/10074] overtls: update 0.2.43 bottle. --- Formula/o/overtls.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/overtls.rb b/Formula/o/overtls.rb index 756a33eea8151..5fc049794b128 100644 --- a/Formula/o/overtls.rb +++ b/Formula/o/overtls.rb @@ -7,13 +7,13 @@ class Overtls < Formula head "https://github.com/ShadowsocksR-Live/overtls.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e3d4bd3739f98d72de5464c526e0851d2fb109f22d4e6dbdc7cb4445e88ca970" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7581d481bb3af741c877cca49f18c3d9f24db7639f235409cf6e102871f45c82" - sha256 cellar: :any_skip_relocation, arm64_ventura: "575a55a9baedee36c58bca1e229607d89952028d5fb9fd056118ab923c365de2" - sha256 cellar: :any_skip_relocation, sonoma: "c834aec5d5a72c3ab8cfcbba77a221b50dccd61e63683265e6ac93f3749901ab" - sha256 cellar: :any_skip_relocation, ventura: "1e6972dc2fb08ea5c614580d56863688b4753592a69b9bd157042ba381e948cf" - sha256 cellar: :any_skip_relocation, arm64_linux: "573b0fe3839bbf408211f0c811bbe12ec2a88c85a6969a1fa6760febe4dac4c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da5534fb2eb8c7f91a9232553524ee70346d8b9e4d432190882720da8ba52f33" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea575b3aa2e5d395a75647871034f572d57813f184ab58ddc8c977bad68b7449" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7886d01922c30ae4ed503e80d149c5cc4165ff1df9e25b0bd24739c6876c40c7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b7fd253d84be1d1fdfe04917982879c2f78629c970bc9bff12132e0cde316665" + sha256 cellar: :any_skip_relocation, sonoma: "c907e4cc453cf68bc8905f3e8a76c9bb4c3a75becb608f9b1bb1d961d8140ea1" + sha256 cellar: :any_skip_relocation, ventura: "7471ea2e25dd68f40d7eddb747dcc0ea60357f633441fd0effbc461606702c2a" + sha256 cellar: :any_skip_relocation, arm64_linux: "fc3fd3ff7cc00fe3dcf46b4c564810579d759e07a4eff8735a0d37d359f62d80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6558bad813a4f1a1725068d66c636ca77e707c0f068be222f0b7aa99a4d81b09" end depends_on "rust" => :build From 238fb0d46e61af936eb264645861282c6a19fe93 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 03:41:27 +0000 Subject: [PATCH 09826/10074] yt-dlp: update 2025.6.25 bottle. --- Formula/y/yt-dlp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yt-dlp.rb b/Formula/y/yt-dlp.rb index bbf78daf4473a..e2171e6fda71b 100644 --- a/Formula/y/yt-dlp.rb +++ b/Formula/y/yt-dlp.rb @@ -8,13 +8,13 @@ class YtDlp < Formula license "Unlicense" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3545eb35824b00af0c1d73f08faecfeb78d162bc85a0d98dcb1107975015f55b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d51001a1ba73b69e0626831e8a573d06a6d8d33e751cd26ee76876e3f61f5994" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4fc8bc9fdbdd75a9a5786798e9e6cab3ef0d653f7812331fdc750b47ff61965c" - sha256 cellar: :any_skip_relocation, sonoma: "4c97f5bf8f1a884585fad4637e0396b1c9da2f099f8d619ecca45b221a4a5dd2" - sha256 cellar: :any_skip_relocation, ventura: "216bb44971258a34daf431eea85b006e2559bb32024105abf4038f5659b11a0f" - sha256 cellar: :any_skip_relocation, arm64_linux: "b87db4c05b398d57029fe8ba9ca7c718e493ec5fce0f588a1261e53ae8a70fe0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e86f297dbadb865f59add7983f8759bbefbad4402e499eeff5410cf661f5744d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e3db1da3736c05ff3838216282355ae0294e4d30ed1786f6b3c2e91e6240355a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbd1411792da3fdd61c08d18beaae8a88300c63a21611d21523e72d8585b3ed5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a042dcfafcccd17f3b141f799d3dd88574b4ed8da44f250f4d6b0f971a6f89b5" + sha256 cellar: :any_skip_relocation, sonoma: "6f17c649cce1dc8d23d38b00501ef77b94c747697b37e2dd1325a57ac05b2d0a" + sha256 cellar: :any_skip_relocation, ventura: "55f77a0d89e75cc9f260b6cb3022c1597df49002f782f98eea24eba4c0d09483" + sha256 cellar: :any_skip_relocation, arm64_linux: "6e2682851169a4172648647c0356b35feeea31c233c457e2dffe222659d457a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a479fa0ec001e5cab1cbaa6834162e773fb356579b9ac0b214b8285a7a7cc313" end head do From 3643ba313b8d44292929c98432e69e67a3c84905 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Jun 2025 15:48:13 -0400 Subject: [PATCH 09827/10074] ghc: add livecheck Signed-off-by: Rui Chen ghc: update livecheck Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com> --- Formula/g/ghc.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/g/ghc.rb b/Formula/g/ghc.rb index eb067f51faf71..b5713080b42d7 100644 --- a/Formula/g/ghc.rb +++ b/Formula/g/ghc.rb @@ -7,12 +7,13 @@ class Ghc < Formula head "https://gitlab.haskell.org/ghc/ghc.git", branch: "master" livecheck do - url "https://www.haskell.org/ghc/download.html" - regex(/href=.*?download[._-]ghc[._-][^"' >]+?\.html[^>]*?>\s*?v?(\d+(?:\.\d+)+)\s*? Date: Wed, 25 Jun 2025 15:45:07 -0400 Subject: [PATCH 09828/10074] ghc@9.10 9.10.2 Signed-off-by: Rui Chen ghc@9.10: remove build patch Signed-off-by: Rui Chen --- Formula/g/ghc@9.10.rb | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Formula/g/ghc@9.10.rb b/Formula/g/ghc@9.10.rb index 52a46275d0da9..01f6d39701b7b 100644 --- a/Formula/g/ghc@9.10.rb +++ b/Formula/g/ghc@9.10.rb @@ -1,8 +1,8 @@ class GhcAT910 < Formula desc "Glorious Glasgow Haskell Compilation System" homepage "https://haskell.org/ghc/" - url "https://downloads.haskell.org/~ghc/9.10.1/ghc-9.10.1-src.tar.xz" - sha256 "bf386a302d4ee054791ffd51748900f15d71760fd199157922d120cc1f89e2f7" + url "https://downloads.haskell.org/~ghc/9.10.2/ghc-9.10.2-src.tar.xz" + sha256 "55fd40a005575ac6b33ea928beda81e8c56ffea354b6ac474ee9f9911f23a8de" # We build bundled copies of libffi and GMP so GHC inherits the licenses license all_of: [ "BSD-3-Clause", @@ -11,12 +11,13 @@ class GhcAT910 < Formula ] livecheck do - url "https://www.haskell.org/ghc/download.html" - regex(/href=.*?download[._-]ghc[._-][^"' >]+?\.html[^>]*?>\s*?v?(9\.10(?:\.\d+)+)\s*? Date: Wed, 25 Jun 2025 22:43:59 -0400 Subject: [PATCH 09829/10074] haskell-language-server: revision bump (ghc@9.10 9.10.2) Signed-off-by: Rui Chen --- Formula/h/haskell-language-server.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/h/haskell-language-server.rb b/Formula/h/haskell-language-server.rb index a6e51553b1507..5d9ad7fd80e3a 100644 --- a/Formula/h/haskell-language-server.rb +++ b/Formula/h/haskell-language-server.rb @@ -4,6 +4,7 @@ class HaskellLanguageServer < Formula url "https://github.com/haskell/haskell-language-server/releases/download/2.11.0.0/haskell-language-server-2.11.0.0-src.tar.gz" sha256 "d6c7ce94786346ee9acb1ef9fff0780b8035c4392523f27d328ad018257d7f5f" license "Apache-2.0" + revision 1 head "https://github.com/haskell/haskell-language-server.git", branch: "master" # we need :github_latest here because otherwise From b6386e839aaa16287d81b371853f866b710af776 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 04:27:31 +0000 Subject: [PATCH 09830/10074] elm-format: update 0.8.8 bottle. --- Formula/e/elm-format.rb | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Formula/e/elm-format.rb b/Formula/e/elm-format.rb index 922a2bc573128..9445af7f83d84 100644 --- a/Formula/e/elm-format.rb +++ b/Formula/e/elm-format.rb @@ -8,16 +8,12 @@ class ElmFormat < Formula head "https://github.com/avh4/elm-format.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "39551d3762854b22e3db540e1eb0187484cf50ce30233a70289ae0d6d29e1c27" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "25f339b466676ecaa1be5b3d5fa0d49a1ea6c4a8593be06837e85695a93bebff" - sha256 cellar: :any_skip_relocation, arm64_ventura: "81d3cdebad68b53ebe6d615e9362359a433c371804e38c9ac274a6657ab4a972" - sha256 cellar: :any_skip_relocation, arm64_monterey: "d95da1452e810b7b381ae898269325caa6da8a3224de231479a515ad9e8aaf6f" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "94f1a4809976df842ac5e63efcd66b564bf4cca7ff833c90a9218f3652956af2" - sha256 cellar: :any_skip_relocation, sonoma: "c69440ab4cbdacc7518c70b98d9a60f111423c53674820e1afff2c174a80f5cc" - sha256 cellar: :any_skip_relocation, ventura: "61520c04f08cbd3b0f0989718fb8b3df92ce41d2f1b2f68c1827bc4d0331e482" - sha256 cellar: :any_skip_relocation, monterey: "65b60d85cf68821087e2d5005778d552c15d7183d763bcdb893da033ec21ac38" - sha256 cellar: :any_skip_relocation, big_sur: "a0f4b8bde75fc24c1e8a3ab6693581a210f9c8a8886de800835c5623261e4fc1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c6b1ec84983f60bd9a7834c03074931a6f7a1c78ac640a4c6b94cbc1a10bb968" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "934f90684cfe8daa0b264f2a4f997b8b98799f2e4f520123bed0ff211faecb1a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "29a357d37c12d0d6d9d9d57ac44a767902b5bcce7d512377da3f9d77dd55d022" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d2c86bbe7f7c8324c84dddf9084302ed4d9cdaf558eb2e9a209e72752eb2ba80" + sha256 cellar: :any_skip_relocation, sonoma: "0d4770210d28927ef60c216da3d5f98aa697b072a91ff3e0f56150da8f9d6493" + sha256 cellar: :any_skip_relocation, ventura: "094a9cb5819053751ee3ecf0460dc3db6a074674786eb922dfeabfbb2b1cb972" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1b83a2583d58fdb638d9e507218ce1b08e8f68f342f7ad203a1cb404ce00c427" end depends_on "cabal-install" => :build From 4f6e35092d42ef6f94508d69bfe2787a4af8e99a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 05:01:20 +0000 Subject: [PATCH 09831/10074] fern-api 0.64.23 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index c6e8be4236937..80147a620f2c4 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.22.tgz" - sha256 "c8d695e253ec4716667ffdac4cc7f0b727d179842417dd00f69e46fb51484412" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.23.tgz" + sha256 "41673ebd128f747e9f5ea5dcca0b47cb0f0b5758381e8b3b1bb4a90f4a0eba6c" license "Apache-2.0" bottle do From eaa72e171ce5a3a33ff9d0571f48691a67226ca5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 05:02:26 +0000 Subject: [PATCH 09832/10074] gemini-cli 0.1.4 --- Formula/g/gemini-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gemini-cli.rb b/Formula/g/gemini-cli.rb index 2fb07b375a923..3cbbd7640e3b0 100644 --- a/Formula/g/gemini-cli.rb +++ b/Formula/g/gemini-cli.rb @@ -1,8 +1,8 @@ class GeminiCli < Formula desc "Interact with Google Gemini AI models from the command-line" homepage "https://github.com/google-gemini/gemini-cli" - url "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.1.3.tgz" - sha256 "c12db51e176e9f1b0f5c329df7596d1099e9193c44c2ef6f3c5b39c0f568a184" + url "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.1.4.tgz" + sha256 "400eb9b5cb8ec71c8a391444b5412882001d7fa3aedff3911ad0f8145110fca0" license "Apache-2.0" bottle do From cfd4da83ca88ef5f812a5e8438b3c25877174826 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Thu, 26 Jun 2025 11:21:14 +0800 Subject: [PATCH 09833/10074] sqlite-rsync 3.50.1 (new formula) Also making sure it's synced with other SQLite formulae. --- Formula/s/sqlite-rsync.rb | 54 +++++++++++++++++++++++++++++++++++ synced_versions_formulae.json | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 Formula/s/sqlite-rsync.rb diff --git a/Formula/s/sqlite-rsync.rb b/Formula/s/sqlite-rsync.rb new file mode 100644 index 0000000000000..602e6fc0b5732 --- /dev/null +++ b/Formula/s/sqlite-rsync.rb @@ -0,0 +1,54 @@ +class SqliteRsync < Formula + desc "SQLite remote copy tool" + homepage "https://www.sqlite.org/" + url "https://www.sqlite.org/2025/sqlite-src-3500100.zip" + version "3.50.1" + sha256 "9090597773c60a49caebb3c1ac57db626fac4d97cb51890815a8b529a4d9c3dc" + license "blessing" + + livecheck do + formula "sqlite" + end + + no_autobump! because: :incompatible_version_format + + uses_from_macos "tcl-tk" => :build + uses_from_macos "sqlite" => :test + + def install + tcl = if OS.mac? + MacOS.sdk_path/"System/Library/Frameworks/Tcl.framework" + else + Formula["tcl-tk"].opt_lib + end + + system "./configure", "--disable-debug", + "--with-tcl=#{tcl}", + "--prefix=#{prefix}" + system "make", "sqlite3_rsync" + bin.install "sqlite3_rsync" + end + + test do + dbpath = testpath/"school.sqlite" + copypath = testpath/"school.copy" + sqlpath = testpath/"school.sql" + sqlpath.write <<~SQL + create table students (name text, age integer); + insert into students (name, age) values ('Bob', 14); + insert into students (name, age) values ('Sue', 12); + insert into students (name, age) values ('Tim', 13); + SQL + system "sqlite3 #{dbpath} < #{sqlpath}" + cp dbpath, copypath + + addpath = testpath/"add.sql" + addpath.write <<~SQL + insert into students (name, age) values ('Frank', 15); + insert into students (name, age) values ('Clare', 11); + SQL + system "sqlite3 #{dbpath} < #{addpath}" + system bin/"sqlite3_rsync", dbpath, copypath + assert_match "Clare", pipe_output("sqlite3 #{copypath}", "select name from students where age = 11") + end +end diff --git a/synced_versions_formulae.json b/synced_versions_formulae.json index 87dadb0aaa377..e524a036433e3 100644 --- a/synced_versions_formulae.json +++ b/synced_versions_formulae.json @@ -26,7 +26,7 @@ ["boost", "boost-bcp", "boost-build", "boost-mpi", "boost-python3"], ["bundler-completion", "gem-completion", "rails-completion", "rake-completion", "ruby-completion"], ["cmake", "cmake-docs"], - ["dbhash", "lemon", "sqldiff", "sqlite", "sqlite-analyzer"], + ["dbhash", "lemon", "sqldiff", "sqlite", "sqlite-analyzer", "sqlite-rsync"], ["dmd", "dtools"], ["docker", "docker-completion"], ["etl", "synfig"], From 13f6db6a3aab767c12df010a2ad4cffb76996ffe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 05:06:32 +0000 Subject: [PATCH 09834/10074] kubevpn 2.7.20 --- Formula/k/kubevpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 25defd0450ba3..6be778d6a45c9 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -1,8 +1,8 @@ class Kubevpn < Formula desc "Offers a Cloud-Native Dev Environment that connects to your K8s cluster network" homepage "https://www.kubevpn.dev" - url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.19.tar.gz" - sha256 "4277b20cabc0667e9ca2be89f000bc740819839e59f8c3b56c4987d68c2fa4c4" + url "https://github.com/kubenetworks/kubevpn/archive/refs/tags/v2.7.20.tar.gz" + sha256 "359c30835c702453ee890b690991be9adba4fafc2808219e2ca7da216ba43f0d" license "MIT" head "https://github.com/kubenetworks/kubevpn.git", branch: "master" From 52c90e4d2a06915492170c085fdc097edc848c25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 05:16:18 +0000 Subject: [PATCH 09835/10074] rollup 4.44.1 --- Formula/r/rollup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index c71a23bba4b9d..35f50b18c0557 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -1,8 +1,8 @@ class Rollup < Formula desc "Next-generation ES module bundler" homepage "https://rollupjs.org/" - url "https://registry.npmjs.org/rollup/-/rollup-4.44.0.tgz" - sha256 "80bc159c0cd9dc82436b89ab7501bccf947d0ba048677933fa020b7f7a0b5aa1" + url "https://registry.npmjs.org/rollup/-/rollup-4.44.1.tgz" + sha256 "20a63906ba831de394bbc6b588047e50d161360592da6237d576d63fd0576fce" license all_of: ["ISC", "MIT"] bottle do From 4af9c113b32e2e62e8f377be970bdcebff04424b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 05:17:43 +0000 Subject: [PATCH 09836/10074] simdutf 7.3.2 --- Formula/s/simdutf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/simdutf.rb b/Formula/s/simdutf.rb index 16464a888e64c..74fc1f9cdd9cb 100644 --- a/Formula/s/simdutf.rb +++ b/Formula/s/simdutf.rb @@ -1,8 +1,8 @@ class Simdutf < Formula desc "Unicode conversion routines, fast" homepage "https://simdutf.github.io/simdutf/" - url "https://github.com/simdutf/simdutf/archive/refs/tags/v7.3.1.tar.gz" - sha256 "357da74bae9a130ddaa9df2508622de983a8be56db319891afef4184efa858bf" + url "https://github.com/simdutf/simdutf/archive/refs/tags/v7.3.2.tar.gz" + sha256 "ff5ee7fa9a02372819ca9fbb78983dd6e9a2140a13507c98fd9b91d2766bf9b5" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/simdutf/simdutf.git", branch: "master" From e1cd0f4941f813ad4593e2955190bbcfd2eb090b Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Thu, 26 Jun 2025 06:05:30 +0000 Subject: [PATCH 09837/10074] moar 1.32.1 --- Formula/m/moar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/moar.rb b/Formula/m/moar.rb index 3401dda026e70..bcdc3a1925e1c 100644 --- a/Formula/m/moar.rb +++ b/Formula/m/moar.rb @@ -1,8 +1,8 @@ class Moar < Formula desc "Nice to use pager for humans" homepage "https://github.com/walles/moar" - url "https://github.com/walles/moar/archive/refs/tags/v1.32.0.tar.gz" - sha256 "72a9d62d62c84fb3a07f65fae27cdf9065d988d5f7d174f56f6eed7c74ec2247" + url "https://github.com/walles/moar/archive/refs/tags/v1.32.1.tar.gz" + sha256 "e1e68d0065dbc20275bb84d212feba10d236e55a103f2e9cf5fc233565a877e6" license "BSD-2-Clause" head "https://github.com/walles/moar.git", branch: "master" From a57f75914d0a500c1a8ee748c72acfff839317cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 06:27:37 +0000 Subject: [PATCH 09838/10074] kubevpn: update 2.7.20 bottle. --- Formula/k/kubevpn.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubevpn.rb b/Formula/k/kubevpn.rb index 6be778d6a45c9..5c96632c4b98e 100644 --- a/Formula/k/kubevpn.rb +++ b/Formula/k/kubevpn.rb @@ -7,13 +7,13 @@ class Kubevpn < Formula head "https://github.com/kubenetworks/kubevpn.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "10d434797f5c307759ed3ea1986f1989c2c944d8381a6694a88d0fb9914f96d6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d898983b55842e2f55a5f8124cd7a71ce302b64d3e6d94fa4220e64183e02ce8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "19319a1baa5865b7075b1be4930067940c15b08f4b894fd4830265a8b2cc1d9b" - sha256 cellar: :any_skip_relocation, sonoma: "4735055a8b2ee0dd71d2c1e6d148c1ffa49f14c4f7c36339e4508d196b80a696" - sha256 cellar: :any_skip_relocation, ventura: "dfbc79dff6ee6ebd53d8c4c1f8c03dc67af6e35c14f0522be5c4ba9da72112ed" - sha256 cellar: :any_skip_relocation, arm64_linux: "4311ec5028a17bb4a0cdd60f2c6142f2b6dec8199ad311e686ea1de75f6ffdc6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "76709c9df17e465571d221acc5de0598e7658a784d96b2dfda38b672f24a77f8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3e97799441d2d17ede216e0fb3aab111e39187c6a8a9c8e7afbaa121f04a932" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "92a423df2b431ead75242ded8f8bebb31bfcc9178bb26e189924a6c8973dc7ce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "36c71505488142a0a802498bba952d779a9a80b106331af188ca11e358c7fcea" + sha256 cellar: :any_skip_relocation, sonoma: "faae1d2af1b483936991b1d89098836a25a43186a84165a07b2bea697b988547" + sha256 cellar: :any_skip_relocation, ventura: "821232195fba43dee07ab58efbfed9bcbd41659eff5df08b4a15ca8f66c62e7a" + sha256 cellar: :any_skip_relocation, arm64_linux: "b502aa67f12c04adba6065dd9dec905c0150ce0e1df7fb32f73f80ae5cc8b3eb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fb179966fa71ae3bf46016e3429b89702eefdbcf8b448999125fad853d3eea0f" end depends_on "go" => :build From 703cacc8658a0c9ab7f383ba072441aeb955a977 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 06:28:01 +0000 Subject: [PATCH 09839/10074] moar: update 1.32.1 bottle. --- Formula/m/moar.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/moar.rb b/Formula/m/moar.rb index bcdc3a1925e1c..7a2c4ce0b5705 100644 --- a/Formula/m/moar.rb +++ b/Formula/m/moar.rb @@ -9,13 +9,13 @@ class Moar < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6851742561f910bce17adbf650e2d7b9fed2df2e6b771be758a1ea16ef70e399" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6851742561f910bce17adbf650e2d7b9fed2df2e6b771be758a1ea16ef70e399" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6851742561f910bce17adbf650e2d7b9fed2df2e6b771be758a1ea16ef70e399" - sha256 cellar: :any_skip_relocation, sonoma: "cd7a9ecaa1b8daeb7df93e632600321bd267ea065c726a5f4ba521488440c6c4" - sha256 cellar: :any_skip_relocation, ventura: "cd7a9ecaa1b8daeb7df93e632600321bd267ea065c726a5f4ba521488440c6c4" - sha256 cellar: :any_skip_relocation, arm64_linux: "77a815ac335cd679fdab248c4cc11a51eb490d32dec6b2249ac688d79c06aea1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd97a16a7049165798c358eabd35fd916f7c9475fbebf606f73d495267e386ac" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "20c69cac1d5cbfee5b5f3e9846ea85a2298bb42d1c7b3ca2355cbeb119716cf8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "20c69cac1d5cbfee5b5f3e9846ea85a2298bb42d1c7b3ca2355cbeb119716cf8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "20c69cac1d5cbfee5b5f3e9846ea85a2298bb42d1c7b3ca2355cbeb119716cf8" + sha256 cellar: :any_skip_relocation, sonoma: "29782ca2eb04be68ee02a5c3ec7cba729e80cf92235cce1e4fbe1d4b79bb4f60" + sha256 cellar: :any_skip_relocation, ventura: "29782ca2eb04be68ee02a5c3ec7cba729e80cf92235cce1e4fbe1d4b79bb4f60" + sha256 cellar: :any_skip_relocation, arm64_linux: "1b029a7c272c491fa5223211a2163266aeea98cf3899449aa7eed51b44b57621" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f67229e596f3319fd9aaaefdb46f121c8fb82abac410a0aa82a475b250bace6" end depends_on "go" => :build From e0635f1d984cc515bb9e1e8b1a9c2c2eaa33a72d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 06:28:53 +0000 Subject: [PATCH 09840/10074] rollup: update 4.44.1 bottle. --- Formula/r/rollup.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/rollup.rb b/Formula/r/rollup.rb index 35f50b18c0557..8552edbbc9285 100644 --- a/Formula/r/rollup.rb +++ b/Formula/r/rollup.rb @@ -6,13 +6,13 @@ class Rollup < Formula license all_of: ["ISC", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "e1c30aedada0555cb71b70249aa41497139c1d63e6d32c522283299586667855" - sha256 cellar: :any, arm64_sonoma: "e1c30aedada0555cb71b70249aa41497139c1d63e6d32c522283299586667855" - sha256 cellar: :any, arm64_ventura: "e1c30aedada0555cb71b70249aa41497139c1d63e6d32c522283299586667855" - sha256 cellar: :any, sonoma: "6c7b0934ac423ec6d674eeddd73ed845ec44874076e95e6b92d06cdfa3607e4f" - sha256 cellar: :any, ventura: "6c7b0934ac423ec6d674eeddd73ed845ec44874076e95e6b92d06cdfa3607e4f" - sha256 cellar: :any_skip_relocation, arm64_linux: "2c41433fb8f59283a526361b8403b8d027305bb0c2580b6760bdccd366ec6632" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b5dfa8d6892109f32c250e8d4ab0412d1b099784c0810518c17ed97d312dbe9d" + sha256 cellar: :any, arm64_sequoia: "2a3a9c03b611402ba9c97251ce52c955408b4a4f6507fc7af17e8bb3b1692820" + sha256 cellar: :any, arm64_sonoma: "2a3a9c03b611402ba9c97251ce52c955408b4a4f6507fc7af17e8bb3b1692820" + sha256 cellar: :any, arm64_ventura: "2a3a9c03b611402ba9c97251ce52c955408b4a4f6507fc7af17e8bb3b1692820" + sha256 cellar: :any, sonoma: "6a5ce4c41d6b419a85f1fe41eba0b3e1221fae9e627d87fc7035be37e16e7bb0" + sha256 cellar: :any, ventura: "6a5ce4c41d6b419a85f1fe41eba0b3e1221fae9e627d87fc7035be37e16e7bb0" + sha256 cellar: :any_skip_relocation, arm64_linux: "ece2b58e00d1fcb74c911d20df9a462d8929bf6733b407eb57b5463a15591cfa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b1f37867b03574b42d6f48719292974b05edf836a172f9584aa20aeb34524a1" end depends_on "node" From 125e07a11c6456bf237d0d78676a76c6a91b563b Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Thu, 26 Jun 2025 01:53:39 -0500 Subject: [PATCH 09841/10074] mesheryctl 0.8.111 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index e5c2f67a1feb3..781a8247ebfb8 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.110", - revision: "2a92033b37c1f27040dd791684eb3a1aadf4d731" + tag: "v0.8.111", + revision: "cf8a6790015c2e0847b42dbea0c0d49b338ebb3c" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 0eccac9cf360e0bebdd7c878c592ec9211ab8b5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:43:24 +0000 Subject: [PATCH 09842/10074] mesheryctl: update 0.8.111 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 781a8247ebfb8..bcb5dce8651d9 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba689fa251ccb6ff18a2a6124ed86fe2fa518358585761c24c7bae4567b8f564" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba689fa251ccb6ff18a2a6124ed86fe2fa518358585761c24c7bae4567b8f564" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ba689fa251ccb6ff18a2a6124ed86fe2fa518358585761c24c7bae4567b8f564" - sha256 cellar: :any_skip_relocation, sonoma: "dad31abc84d74e936e8524713afb006098f6301e1f303a5ce42e37cb8b475890" - sha256 cellar: :any_skip_relocation, ventura: "dad31abc84d74e936e8524713afb006098f6301e1f303a5ce42e37cb8b475890" - sha256 cellar: :any_skip_relocation, arm64_linux: "4794e6a9e94ef2034cace991bbe7d8a3c254bd495e89ce24c6b9dc2e6883eec0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d476a1bbaaff359b47ae081900ed7b8167c5de3db90ede75e5552bc57bd53045" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "629a424fca636103d4a16c28334ae9c763b3052fb8fb385960132055afcb8374" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "629a424fca636103d4a16c28334ae9c763b3052fb8fb385960132055afcb8374" + sha256 cellar: :any_skip_relocation, arm64_ventura: "629a424fca636103d4a16c28334ae9c763b3052fb8fb385960132055afcb8374" + sha256 cellar: :any_skip_relocation, sonoma: "232f50e374ac72d45492ce3a98b3b362a04c6e66653eb7ef5e3d34b5ae20e1d4" + sha256 cellar: :any_skip_relocation, ventura: "232f50e374ac72d45492ce3a98b3b362a04c6e66653eb7ef5e3d34b5ae20e1d4" + sha256 cellar: :any_skip_relocation, arm64_linux: "1ce0cd36f59a2fc958e411ffbd720fdf78fbdd9f0fa1d223382179ff17a9ad72" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8edff5cf3397edd9ef8645ec4961ed0b2105571fc7a0bd2cdbcf62af49b64dcf" end depends_on "go" => :build From c7c372f34d83b8b1a5543e6542bdea47e18dfdea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:49:00 +0000 Subject: [PATCH 09843/10074] gemini-cli: update 0.1.4 bottle. --- Formula/g/gemini-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gemini-cli.rb b/Formula/g/gemini-cli.rb index 3cbbd7640e3b0..8f334c1098438 100644 --- a/Formula/g/gemini-cli.rb +++ b/Formula/g/gemini-cli.rb @@ -6,13 +6,13 @@ class GeminiCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" - sha256 cellar: :any_skip_relocation, sonoma: "d847e1e47173da79fd069d007e15ac3a10e1107cbc53135e38588e44c6d8e22d" - sha256 cellar: :any_skip_relocation, ventura: "d847e1e47173da79fd069d007e15ac3a10e1107cbc53135e38588e44c6d8e22d" - sha256 cellar: :any_skip_relocation, arm64_linux: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bc9cd3d3b48ff2936eef5fad4361ab41659873da9d2b1f03f06bd604d8e85b02" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" + sha256 cellar: :any_skip_relocation, sonoma: "340cb4b31b8d78dd5706e4663e2498a3cbf0000b4c436cb9f53e1b35a4fcbe89" + sha256 cellar: :any_skip_relocation, ventura: "340cb4b31b8d78dd5706e4663e2498a3cbf0000b4c436cb9f53e1b35a4fcbe89" + sha256 cellar: :any_skip_relocation, arm64_linux: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" end depends_on "node" From cfd68656387adb148d605bc10f3df5a88a121015 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:49:55 +0000 Subject: [PATCH 09844/10074] fern-api: update 0.64.23 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 80147a620f2c4..0c0d06829be59 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "03eafa2c74b32095430cef3adc947377de99ff82ad6a4ae6dfa96bac36ab64ec" + sha256 cellar: :any_skip_relocation, all: "c375db5c53d3ebb2b339da056e7bf2a1c97b2094b80840f0867b2981c780356f" end depends_on "node" From 8766006746c450c776b6ac019da8e195ccf90e4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:53:15 +0000 Subject: [PATCH 09845/10074] cdk8s 2.200.112 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index e8dff77d5c4ad..88b7795cea5c9 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.111.tgz" - sha256 "f15d94a9a72bc45fa18fe1e1e9b50adbd38cef9e166c503c76e26b887dfeb363" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.112.tgz" + sha256 "a6ca22b456f66a4dad4584a382a2fefc8ca93134d1efe91ea2caa44cd17b4e45" license "Apache-2.0" bottle do From d3abb6e61bc4a580053f71fc183d9aac8c24ab97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:56:43 +0000 Subject: [PATCH 09846/10074] diffoci 0.1.7 --- Formula/d/diffoci.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/diffoci.rb b/Formula/d/diffoci.rb index ee837cc98e502..90e60cc06958e 100644 --- a/Formula/d/diffoci.rb +++ b/Formula/d/diffoci.rb @@ -1,8 +1,8 @@ class Diffoci < Formula desc "Diff for Docker and OCI container images" homepage "https://github.com/reproducible-containers/diffoci" - url "https://github.com/reproducible-containers/diffoci/archive/refs/tags/v0.1.6.tar.gz" - sha256 "650554edbc7118e6fb7008865281e5dba6bc6d82a417a1e0e0ea05c1561ee402" + url "https://github.com/reproducible-containers/diffoci/archive/refs/tags/v0.1.7.tar.gz" + sha256 "86ff1f7d0a91934790369184fa88b5402c5b7b0ec87358c915b2fb1e97bd5c0d" license "Apache-2.0" head "https://github.com/reproducible-containers/diffoci.git", branch: "master" From 927ec97e6ef57ec41b423e18d9ca995bdb0a475e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 08:07:09 +0000 Subject: [PATCH 09847/10074] jackett 0.22.2056 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index e8e0fe7f3f8cc..281fdcd9b56aa 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2054.tar.gz" - sha256 "51074991eb5b0343cd3c2929e62f28e25291e55a8d42fa5973b6d1b526ae0cfc" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2056.tar.gz" + sha256 "d27510e4e58d09de048d6df145e3ee255a1ac056e4015d6ce0e720823fbd011b" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From a1edcfb162309bb57c6ab2029cfb8c296f52c884 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 08:07:34 +0000 Subject: [PATCH 09848/10074] joern 4.0.380 --- Formula/j/joern.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/joern.rb b/Formula/j/joern.rb index 12de618642d8d..2a4a0634ab70f 100644 --- a/Formula/j/joern.rb +++ b/Formula/j/joern.rb @@ -1,8 +1,8 @@ class Joern < Formula desc "Open-source code analysis platform based on code property graphs" homepage "https://joern.io/" - url "https://github.com/joernio/joern/archive/refs/tags/v4.0.370.tar.gz" - sha256 "26655cb5243414a563b65df89b7296423943490595792ade264a82c30e76f5ec" + url "https://github.com/joernio/joern/archive/refs/tags/v4.0.380.tar.gz" + sha256 "8c4f29b04f3eca831b288fc386da376dc69b14c0760de79ccbcfe9a25b62767b" license "Apache-2.0" livecheck do From 5194ee6fb537530aea633f3a3d86879ed4aec7e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 08:08:31 +0000 Subject: [PATCH 09849/10074] kingfisher 1.14.0 --- Formula/k/kingfisher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index bb6740ac1b341..4283eaf0af372 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -1,8 +1,8 @@ class Kingfisher < Formula desc "MongoDB's blazingly fast secret scanning and validation tool" homepage "https://github.com/mongodb/kingfisher" - url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.13.0.tar.gz" - sha256 "04a948795651c2ba0c58efcc68391977efbc9bfb9f8cc28fc95d9134b6b486e8" + url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.14.0.tar.gz" + sha256 "7e9053c8436d2833059c8ce6e798c0872a3f8c0db9ade8fd58ff5614afd02261" license "Apache-2.0" bottle do From 141750fea3a67be1b1bfaac86e5e834b1365b182 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 08:16:24 +0000 Subject: [PATCH 09850/10074] newrelic-infra-agent 1.65.1 --- Formula/n/newrelic-infra-agent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/newrelic-infra-agent.rb b/Formula/n/newrelic-infra-agent.rb index 29c11033e7ee7..d2cff6386817b 100644 --- a/Formula/n/newrelic-infra-agent.rb +++ b/Formula/n/newrelic-infra-agent.rb @@ -2,8 +2,8 @@ class NewrelicInfraAgent < Formula desc "New Relic infrastructure agent" homepage "https://github.com/newrelic/infrastructure-agent" url "https://github.com/newrelic/infrastructure-agent.git", - tag: "1.65.0", - revision: "fa8332b18557528f481016a5bc90c16f356427f6" + tag: "1.65.1", + revision: "003aeeba6c6c80767dd23260e67fa399353bd779" license "Apache-2.0" head "https://github.com/newrelic/infrastructure-agent.git", branch: "master" From abe8e00599523ad4d53496806dea5e124cf05298 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 08:22:16 +0000 Subject: [PATCH 09851/10074] renovate 41.12.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 0c6a195d75879..b205f9fe9890a 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.11.0.tgz" - sha256 "b85a93ec4c9a5590b3fd0769bec41fa94a8e866fe353259271de7ad90f8cea0a" + url "https://registry.npmjs.org/renovate/-/renovate-41.12.0.tgz" + sha256 "56803d1add422280e2ba2298de5d4e339819e662541a6d247acd948b5c9388e3" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 750814fbe81ba662e3c5ee38f4281fdb9ba5f9f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 09:34:03 +0000 Subject: [PATCH 09852/10074] renovate: update 41.12.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index b205f9fe9890a..785cab31fdb7a 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8f47966b3916f2d69e4b85a3be06deb4b9dccd88e341a98c17ebd30037fb0e2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "975f84aba7d4d92de229c8c70f059a074769a8b76ca3b427d6410473856082de" - sha256 cellar: :any_skip_relocation, arm64_ventura: "13703d5bc6360f5b31c0cf523e77e7f13d4983f4f1ebf3e2bac0f08124c1470c" - sha256 cellar: :any_skip_relocation, sonoma: "49ca3042d7d01f85ddcaa5e3c6a2433f4f807b007f1ac138a010fe6d0df0e138" - sha256 cellar: :any_skip_relocation, ventura: "a583423301a909c712b3b77e1bf8e8418fd9daf0984b9fcfd5406da9d1fe9b75" - sha256 cellar: :any_skip_relocation, arm64_linux: "ad3dbcaded62975b3b5f28e477ffb58f89b62864ca24859d979c11cef59d9e4a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "98fdb2995b2a28a53228667bf3303b1d8ee185c9b794678dbb5872d208b18f0b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "541836d258319f87e0b91e2c2dc6a5e5836170dd6ce68a33758f3a223bde5dbf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "479b652f12d29e0cfaf53292797ad5fd245a361aea93985d9e1797a77bc2dc9d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "484341539b1ca43f283214552d96b1b53b19f6c6989d40302322bc4da03ca33a" + sha256 cellar: :any_skip_relocation, sonoma: "153d594bf0f769146007364270f5e22d27285a77c45e4db1f85dc08bfbe523b4" + sha256 cellar: :any_skip_relocation, ventura: "b3e9d7a9d32372469176157a36a460c29fbf244562dab593cdef7e3967804af5" + sha256 cellar: :any_skip_relocation, arm64_linux: "0952cd369aec9bf4bd1101b7e7362e39d35234f79458d0eecc04fd694813f601" + sha256 cellar: :any_skip_relocation, x86_64_linux: "41e3a5469d24b4a0d51a5b4719d1de662def42231a5da98293309b849f8e3e87" end depends_on "node@22" From 5291c17f7975701a1f939188fd3eb04cb472525f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:28:35 +0000 Subject: [PATCH 09853/10074] simdutf: update 7.3.2 bottle. --- Formula/s/simdutf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/simdutf.rb b/Formula/s/simdutf.rb index 74fc1f9cdd9cb..123a9edd61089 100644 --- a/Formula/s/simdutf.rb +++ b/Formula/s/simdutf.rb @@ -12,13 +12,13 @@ class Simdutf < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "22f20ea2a72b4ba398b699e8e7c63e080e2f2ca7b75dfe5f678dfe4d20eb8e6e" - sha256 cellar: :any, arm64_sonoma: "e48a01edca981b998312a5bcef929859f8a526c68433b848fa6dd50eff1b020d" - sha256 cellar: :any, arm64_ventura: "90280bba99b3782aba0552b5f1d4a9c1cb44cee83f095a41f672a96fbfa22b2d" - sha256 cellar: :any, sonoma: "0bfb1790e3f85a06961a5ca6c0c7d830ca071b8ba9f869c1361f3e695bfe192f" - sha256 cellar: :any, ventura: "0d15d0fedc4d9c7ed3c90240f1edba99ccaec134ed019a8ad0360f97a3af6cd9" - sha256 cellar: :any_skip_relocation, arm64_linux: "99e15e4c689f27f18a631c4236a3f2a210fa3ef0faa11758cd95cbf5d7bf8753" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d5a7696f5b377f78c4045d33c39548d4f1debc4324e9e73b56a1cf0825fb2d76" + sha256 cellar: :any, arm64_sequoia: "cc43932d1b95f2da91e670b168b024cc9009d234f5ca7981a215299594efab41" + sha256 cellar: :any, arm64_sonoma: "db4bc4c8078f77a92bac528c37fd19621b88b93b31f4b7cd611d016fbc0fad6b" + sha256 cellar: :any, arm64_ventura: "8f015e41ee3b084b0a075fcf73616addd7d17000873dff5067bc390f5c9ba885" + sha256 cellar: :any, sonoma: "53af3db591207ee420f4f7f8140cca65f4ea4cc59182209f4a5e04ff2585aab5" + sha256 cellar: :any, ventura: "1d04ae8f5f40a0fd6ab5f8da9fdab9199991e3faf307e2b3d10d21d207e3a201" + sha256 cellar: :any_skip_relocation, arm64_linux: "b7d1a369d4c0e31ad638efcff085a07be71b7588464f4247330433a1c34b2e22" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4a024e6299de78ecd40b4d7e47a178bfa35f6de6267ef12ea2c204d66aa06cf" end depends_on "cmake" => :build From a9b00e6e8dddc897daafef341248bb9a2d407cb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:29:08 +0000 Subject: [PATCH 09854/10074] diffoci: update 0.1.7 bottle. --- Formula/d/diffoci.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/diffoci.rb b/Formula/d/diffoci.rb index 90e60cc06958e..affbddd43f2a4 100644 --- a/Formula/d/diffoci.rb +++ b/Formula/d/diffoci.rb @@ -7,12 +7,12 @@ class Diffoci < Formula head "https://github.com/reproducible-containers/diffoci.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "272794b529802bbfca33f07801190a23adb3506727b2d92e06af1d1b3b65f714" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "272794b529802bbfca33f07801190a23adb3506727b2d92e06af1d1b3b65f714" - sha256 cellar: :any_skip_relocation, arm64_ventura: "272794b529802bbfca33f07801190a23adb3506727b2d92e06af1d1b3b65f714" - sha256 cellar: :any_skip_relocation, sonoma: "2d68d1a0c3ea3d9fe1fc230151f3d671c3215a54869ef1278b1a8706bb1857cd" - sha256 cellar: :any_skip_relocation, ventura: "0b1dbe2f83d047a7f1833904eec6cdfcae6fb07e823f586cd9f7c3607162bb1a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e49d15e23b675401ff366c143fb50f819646f3211614b254de78d7c35d506d1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "94baef5d5a95a35f21622becbf6e538c1690c2266477ed37e240e4b4200e9253" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94baef5d5a95a35f21622becbf6e538c1690c2266477ed37e240e4b4200e9253" + sha256 cellar: :any_skip_relocation, arm64_ventura: "94baef5d5a95a35f21622becbf6e538c1690c2266477ed37e240e4b4200e9253" + sha256 cellar: :any_skip_relocation, sonoma: "ea0566a0a0f19b46e4cfd41f8ec6f86480c841e0295bc25ad90604c0846c352b" + sha256 cellar: :any_skip_relocation, ventura: "b9e81c35c29ae56494fdfab84567ab17b9e0fd993de2e9c4d91a77fd63e0d3fe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c2aad3bcf108466ce3eee0b7b541c09d591ccde343be82dfeff606af7d62dd2b" end depends_on "go" => :build From fc0c3b395fc977bde8e2ea4c6e9291549c9b8e4a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:29:33 +0000 Subject: [PATCH 09855/10074] cdk8s: update 2.200.112 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 88b7795cea5c9..735acc22ae67e 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" - sha256 cellar: :any_skip_relocation, sonoma: "cf9e59c14f77abf8f82e7042e61715e81651b407ae603a91f94c8c94aad6eb09" - sha256 cellar: :any_skip_relocation, ventura: "cf9e59c14f77abf8f82e7042e61715e81651b407ae603a91f94c8c94aad6eb09" - sha256 cellar: :any_skip_relocation, arm64_linux: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3225bdd474ac5f87a54ee4a19faf69e35c513519b0e1aace4fa114e1c2c50a49" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" + sha256 cellar: :any_skip_relocation, sonoma: "e81e563b50d4635cceb26ff63ef52c0c55e9c587e40eb0778827804ad9975398" + sha256 cellar: :any_skip_relocation, ventura: "e81e563b50d4635cceb26ff63ef52c0c55e9c587e40eb0778827804ad9975398" + sha256 cellar: :any_skip_relocation, arm64_linux: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" end depends_on "node" From b9139ff4db857fa2d0652c4b3c1fbe55a05e4dc7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:29:56 +0000 Subject: [PATCH 09856/10074] jackett: update 0.22.2056 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 281fdcd9b56aa..4c8db645f3a6d 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "2a5552783b601e00dc80fe0f0bc12c9c70a4fd3600e5e0ebcf080ac288c28737" - sha256 cellar: :any, arm64_sonoma: "6d09a085cfdae0ae7b13d949eb0aee6c58939fc2de0ca0aaac02f59e5694f1f7" - sha256 cellar: :any, arm64_ventura: "23cf9c6ea95e2a9ff9d1243855a73a33af0c294f4bdb8a6d4eedb728c6e7adf1" - sha256 cellar: :any, ventura: "a84f7a30ce3291d0b35200a0778db1644ccd0ee0bf668bf81810b37ad9d2ecb8" - sha256 cellar: :any_skip_relocation, arm64_linux: "80fafa1e5ceaa5ad8ea04e5712cb107a82c21fe714556bc38824b2a1f9c9df69" - sha256 cellar: :any_skip_relocation, x86_64_linux: "92313d574ec172ebc879cc6c50b120278cddfc461d93c71a36348a65fd9186de" + sha256 cellar: :any, arm64_sequoia: "cbb5784263401d0e855f61c764f7c5db200b661b0947eff80b05bf491bb91b33" + sha256 cellar: :any, arm64_sonoma: "42896395d3a92445817f1c5fcb89314c6dd2fe007ef60a036e57a3019dd7681d" + sha256 cellar: :any, arm64_ventura: "ba599358bc676f4c7de3dcc26744eff372a7c805d54fff6c28e4533eb174ea61" + sha256 cellar: :any, ventura: "a2b6283c6ad6f78bb2e49322db00253d63f2e3329e116709693ae2fa41ffd1f0" + sha256 cellar: :any_skip_relocation, arm64_linux: "fb1cde74e59504a5d04e6694f3a71457440a24666cfa155d6704efb976e89e6d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6ef553a01ffc4d1d3d65bb6edb806c71ac61a49e8037692d2fc41a979e2895f5" end depends_on "dotnet@8" From 2d132f5e56f2d2b3f93ccd81151d42e769dd55f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:30:23 +0000 Subject: [PATCH 09857/10074] newrelic-infra-agent: update 1.65.1 bottle. --- Formula/n/newrelic-infra-agent.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/newrelic-infra-agent.rb b/Formula/n/newrelic-infra-agent.rb index d2cff6386817b..38bc8b2ca615c 100644 --- a/Formula/n/newrelic-infra-agent.rb +++ b/Formula/n/newrelic-infra-agent.rb @@ -15,13 +15,13 @@ class NewrelicInfraAgent < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "55b4d968d0466c9657cac0f0c142e88aa6fa688fb3664295fe30444a410ae381" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "758e9f322d1a77cb60b1341334341695130cddf6e5bb2bb6215902deba45e6fb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a760d39c9b4a93f66147a24fd3780952ea17737d641c4a988e92090673c36488" - sha256 cellar: :any_skip_relocation, sonoma: "1aacd427ae83abf6acaeba80501e1941a6864e7976397d91b2a8038591db9002" - sha256 cellar: :any_skip_relocation, ventura: "5dea3e91994e75209fa638dea202c729608130973ff8767a20dae34df068d905" - sha256 cellar: :any_skip_relocation, arm64_linux: "cd29316b20d1311ea1ee0fc00b8f4d2488f387931b6480fa3081589dfeff5feb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5db0f724e72a85ef84421d9a0c0d830138cfd143fe95417525bc75d3a73ab0c4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "394c195e41f5dfbde04bbcb01ca7a7b7c7d803a36e65f69e05085bde67da9bdf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1399bec79d4c63382d3e0ecacb9e4066d05f9ecd9ba49527d170b44eb6ebcae" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3e8d4de6e32d04d104ee6d2e48b9c354ab54dc878d10dfe0a023b0a23826c416" + sha256 cellar: :any_skip_relocation, sonoma: "333b8a7c6ac08750c09438ee7dc45c7870a7ea62b5bb8b4f9bc528032015eb39" + sha256 cellar: :any_skip_relocation, ventura: "758ffa0b2c6e1d8e99d28ae1fb4321edfbd5f36ae2c1e5661084fefac5a1588f" + sha256 cellar: :any_skip_relocation, arm64_linux: "6e6edf33387a032df313076b65cd28630bf853f451e0fca8fa62821b04642f1c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b6a575aebf3ed260050f83ebf57014d6742f1f1ea100570632e648522255ac00" end depends_on "go" => :build From 6b06db0b41c5a257eb22fdd13a70ea270e4e1329 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:31:52 +0000 Subject: [PATCH 09858/10074] backgroundremover: add 0.3.4 bottle. --- Formula/b/backgroundremover.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/b/backgroundremover.rb b/Formula/b/backgroundremover.rb index 1a5cde3cda9ac..6956f38537ed7 100644 --- a/Formula/b/backgroundremover.rb +++ b/Formula/b/backgroundremover.rb @@ -7,6 +7,15 @@ class Backgroundremover < Formula sha256 "c4ce35da0194138c115017dba9f5dae38b7e2bfcf15a413ef04d8ce01e66e214" license "MIT" + bottle do + sha256 cellar: :any, arm64_sequoia: "3c3344a80840fb89ed313ddf247e865a32922e34137acafc918792807457a740" + sha256 cellar: :any, arm64_sonoma: "dff4df0e525717eed85839cbb76d9a7482f1abbfd187bfcb312af25667251da8" + sha256 cellar: :any, arm64_ventura: "2c5ce32042f136651e413031dc111a61674d7c16b97593ca8e092e9839f6f145" + sha256 cellar: :any, sonoma: "9434600455f3ca1f1b7f93186998af183ce022e2f3e1a117806c8cbf9fe14376" + sha256 cellar: :any, ventura: "55933bba8006cbd23f0281e01edef94f4041d1482fb01edfd2f1818d580f67c0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e294011c35e322a030140c359ca81289508994bc5b2ab8a99f61e9e86dc99e02" + end + depends_on "certifi" depends_on "ffmpeg" depends_on "llvm@16" # LLVM 20 PR: https://github.com/numba/llvmlite/pull/1092 From f2777c9506ccf0c4b05659cd44b8f51968923302 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:32:14 +0000 Subject: [PATCH 09859/10074] kingfisher: update 1.14.0 bottle. --- Formula/k/kingfisher.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index 4283eaf0af372..09057068d7b39 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -6,13 +6,13 @@ class Kingfisher < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4648d841a8ff951b48fb893e8bf79cd0bf4e874126fb3328e53b877c04eee105" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "94c9f2bbfc3da9d91d894556a2c284421d74f7a2938a25ef3855646d51011b1c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "01c789956d6e287266193c2aff456aad1973e7fe1a9bf0b3cf99c34ebd1c8a42" - sha256 cellar: :any_skip_relocation, sonoma: "d2a9186fbb9311a0b1ae9114abd017250ed97a74e1ebfd8b57c779de4a4a4f68" - sha256 cellar: :any_skip_relocation, ventura: "35853adbcc7094931ff3a87db0af9f8962ef868e4efbcc83f91358b17ee245f3" - sha256 cellar: :any_skip_relocation, arm64_linux: "0192595d50ea0fb6bce2c5974ca5c5f6589b410d48a7824d3e46a0992eccf928" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15d2c216a56dd5c6a60f8eae4175ee2b91c44fa319b372bd6af642da0638e311" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0930384427c97a52f6589e25afaf2a005fb1e56a0faa0bc3ab6d147426321d72" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f8accd617f642602e95b58d0d042c49e9993280bf0f047e8b6032ecbaa0276d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e32d18b41fe6c0a1ebf54773c93f93d73c1f1c2266c56c586a2a5f374337456" + sha256 cellar: :any_skip_relocation, sonoma: "0d2a1741b31e9585395f49395b34fb7cad0c08a3bc00fc779b2a2993c4929139" + sha256 cellar: :any_skip_relocation, ventura: "939349343bfccc5418b912bad272544e4230ca620d35a8548a0a0d37736b5719" + sha256 cellar: :any_skip_relocation, arm64_linux: "ac370a3517d4a03774b47a19f551c8b4417bb178f26e0672c9e3cdcc3d1448a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ad846aa35e623bfea51e24a5742790ecf2e8c89ec63117fefaa8083bdfd99f42" end depends_on "boost" => :build From 3f6a11759109f0bd28324b4439e70650268dd65d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:32:49 +0000 Subject: [PATCH 09860/10074] ghc@9.10: update 9.10.2 bottle. --- Formula/g/ghc@9.10.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/ghc@9.10.rb b/Formula/g/ghc@9.10.rb index 01f6d39701b7b..9b4d6cd70c5c5 100644 --- a/Formula/g/ghc@9.10.rb +++ b/Formula/g/ghc@9.10.rb @@ -19,13 +19,13 @@ class GhcAT910 < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "ec9bf60301efe6176480908497e6bbcf760c8933cb6e7e5f37ebb974511503ad" - sha256 cellar: :any, arm64_sonoma: "6adabdb9471ae60464844e605ea1b125072093c3545bbb6be58c97e068e4b179" - sha256 cellar: :any, arm64_ventura: "7873d62ffe85f56f79253dd01207e5d2ff9d517327908d24df0cddf0507a894d" - sha256 cellar: :any, sonoma: "468cb6b1d315ee7666776732ff81810ef758fafab73cb9e4625f2eae4eec6b53" - sha256 cellar: :any, ventura: "bdb6eb7758ff9cbe21ddd04b686adde591cccf4cc783f61f6dbd748d1d717d51" - sha256 cellar: :any_skip_relocation, arm64_linux: "594c60e3a2ad54c4b992c26e122f13b6ebe454583bb9cda468fc3896263feb51" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7094724850adb80577444deb76d26cd865c71f45d6afaae2f92cb9809cf7fd76" + sha256 cellar: :any, arm64_sequoia: "90bff9369a08cce9a666649dd21add3ec6876886c3da45f3f93127aa0fdbd5b8" + sha256 cellar: :any, arm64_sonoma: "bc2fa358b98a3c49e698300acfb43fafad5fbfac0b34a37435664f142d677df8" + sha256 cellar: :any, arm64_ventura: "37d77b7b2697f54dc1b350a9177f060b539f547c9628048c90df0986f6339656" + sha256 cellar: :any, sonoma: "a6db4da32e12152eafdf2ec8be9e9412a605f831c27124f401a35e502a1d0951" + sha256 cellar: :any, ventura: "53983bf4a1c87f24cd6e456c73f361a56a5c02345dc3599c79e3f71b24baacfc" + sha256 cellar: :any_skip_relocation, arm64_linux: "df93ff76aa8f2cbaf4a6c0798af4b561fd11ef4231d2faceba36c5b09d22a227" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6aa615af9a8ec3cd576670c6c1444f8fa8213fe88bb48d7121b37c1055625fcb" end keg_only :versioned_formula From 21673391cbc6e6b0764b05d25509d0cdfeda809e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:32:49 +0000 Subject: [PATCH 09861/10074] haskell-language-server: update 2.11.0.0_1 bottle. --- Formula/h/haskell-language-server.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/haskell-language-server.rb b/Formula/h/haskell-language-server.rb index 5d9ad7fd80e3a..17a94ff716445 100644 --- a/Formula/h/haskell-language-server.rb +++ b/Formula/h/haskell-language-server.rb @@ -15,13 +15,13 @@ class HaskellLanguageServer < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "24aa62e90da83646a9612ac91ae5cbda9e07483a92b32c1ba149099a1cf58c5d" - sha256 cellar: :any, arm64_sonoma: "b650a9c4d15038b8684d3b26915a6455468a2ed616a6bdf94caab869a67e19c3" - sha256 cellar: :any, arm64_ventura: "a666556a48a11502cbfc4328d84ecfe637401e7734dc4bf32b119dff6fb3136b" - sha256 cellar: :any, sonoma: "49258ec924ca410511930293a6fb6ffbbbfd025fde2693c32a96a2760e323829" - sha256 cellar: :any, ventura: "d869bdcd6429246fc8e0d40a9c9fcfc470665b99cf9bb67cf54fb3efefd85a95" - sha256 cellar: :any_skip_relocation, arm64_linux: "15dd391736a772ddc9cb298a26532f1c8cf08fd4f6ff6a967f4d54761057cec3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "20c2848958581b3fa31f2dff0659b411a344a8d1baa2d143ccf33239b0db3659" + sha256 cellar: :any, arm64_sequoia: "7be400445f57f8ee34805bb545c823c9931bda77403edef1fe3405ca08c92f9b" + sha256 cellar: :any, arm64_sonoma: "9fa7706a776f4dfcf82fcbcf383eb0c5c824a6acc06e81f616074353bc7ec6eb" + sha256 cellar: :any, arm64_ventura: "41e8c785115b01629f316c27fb74cc832d842c1539dc4764d892019c09c621be" + sha256 cellar: :any, sonoma: "2caa0b5cac34bfbe307395de3d663718f3114021bbef8787d2d3766846a6cf36" + sha256 cellar: :any, ventura: "9d12d6dd4f5724f7d2bd11abdc1b5f8da4188f6487fadc1ab4ee566f9e7dea49" + sha256 cellar: :any_skip_relocation, arm64_linux: "de58cd51f2fb307f4fab971c18a75893414ba74df714c9cbc8d1da230441e740" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c4b2199524258a615108132c1bb926f3d15016ad4841a9b7d27382241e226573" end depends_on "cabal-install" => [:build, :test] From 82904a8ac9158eb05d25adfb98e59508d6f96611 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:33:00 +0000 Subject: [PATCH 09862/10074] joern: update 4.0.380 bottle. --- Formula/j/joern.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/joern.rb b/Formula/j/joern.rb index 2a4a0634ab70f..ecd18feb7a7a5 100644 --- a/Formula/j/joern.rb +++ b/Formula/j/joern.rb @@ -12,13 +12,13 @@ class Joern < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff018940e4454e365f659f080089e55a981a5919f3f24322363866f8f083ca87" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff018940e4454e365f659f080089e55a981a5919f3f24322363866f8f083ca87" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ff018940e4454e365f659f080089e55a981a5919f3f24322363866f8f083ca87" - sha256 cellar: :any_skip_relocation, sonoma: "8530e24f243e90b62dda97fc82d23a752a3650fdf032431e18ae9f96a467b47d" - sha256 cellar: :any_skip_relocation, ventura: "5b00d473ac9299385b41bce7686fdd9766bcd6a24a666834e01c0385daa96fa1" - sha256 cellar: :any_skip_relocation, arm64_linux: "a27bc60be497d1d51585b5f1e0715e4dd7783601c8e0b0913b7c6cf8f8d8f4d3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f38b4cb3c57899a4e30250bc6fd4ff933553d350041444758ff4a59ae0ecfca8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8049644c6b11f1e6b199fa127d817c8707aba0b9fef86bd78c737331ff6aa71" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8049644c6b11f1e6b199fa127d817c8707aba0b9fef86bd78c737331ff6aa71" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a8049644c6b11f1e6b199fa127d817c8707aba0b9fef86bd78c737331ff6aa71" + sha256 cellar: :any_skip_relocation, sonoma: "8df227ff04d141efee03c76389c89ae176fbfe9be25775045c5d4c00f7cff049" + sha256 cellar: :any_skip_relocation, ventura: "93787589c5aff716079ff192e5140ec736e58772dada0b924b854bab6c290b59" + sha256 cellar: :any_skip_relocation, arm64_linux: "56113b53fc5b82add585b9a4808fc53595731df491967fb39ed829b5f2e94954" + sha256 cellar: :any_skip_relocation, x86_64_linux: "950ceabad1bf4cec168ec9a072b8f40bdf6672eaac1e35f54f3532f1c2daa33a" end depends_on "sbt" => :build From 995b7f063440d83790b0f9df50d914af9c1d806b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 26 Jun 2025 11:50:51 +0100 Subject: [PATCH 09863/10074] Prepare for migration to `main` branch Fix a few remaining `master` references. --- .github/workflows/autobump.yml | 3 +-- .github/workflows/automerge-from-merge-queue.yml | 2 +- .github/workflows/automerge.yml | 2 +- .github/workflows/cache.yml | 3 +-- .github/workflows/clean-up-closed-prs.yml | 2 +- .github/workflows/create-replacement-pr.yml | 4 ++-- .github/workflows/dispatch-build-bottle.yml | 10 +++++----- .github/workflows/dispatch-rebottle.yml | 6 +++--- .github/workflows/publish-commit-bottles.yml | 8 ++++++-- .github/workflows/remove-disabled-packages.yml | 5 ++--- .github/workflows/scheduled.yml | 6 ++---- .github/workflows/tests.yml | 12 ++++-------- cmd/determine-rebottle-runners.rb | 2 +- 13 files changed, 30 insertions(+), 35 deletions(-) diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index e5f66d799a658..0200bf9700887 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -28,8 +28,7 @@ jobs: if: github.repository_owner == 'Homebrew' runs-on: ubuntu-latest container: - # TODO: switch to main when we're pushing those images - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main env: GNUPGHOME: /tmp/gnupghome steps: diff --git a/.github/workflows/automerge-from-merge-queue.yml b/.github/workflows/automerge-from-merge-queue.yml index abb56a9ae44f2..6fe9e26d6256d 100644 --- a/.github/workflows/automerge-from-merge-queue.yml +++ b/.github/workflows/automerge-from-merge-queue.yml @@ -251,7 +251,7 @@ jobs: fromJson(needs.status-check.outputs.complete) && fromJson(needs.status-check.outputs.mergeable) container: - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main permissions: contents: read pull-requests: read diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 842d67ddf9142..bb2e52cca8126 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -181,7 +181,7 @@ jobs: fromJson(needs.status-check.outputs.complete) && fromJson(needs.status-check.outputs.mergeable) container: - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main permissions: contents: read pull-requests: read diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index c80c44bc9081a..3545a0724887f 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -34,8 +34,7 @@ jobs: if: github.repository_owner == 'Homebrew' runs-on: ubuntu-latest container: - # TODO: switch to main when we're pushing those images - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main outputs: runners: ${{ steps.determine-runners.outputs.runners }} steps: diff --git a/.github/workflows/clean-up-closed-prs.yml b/.github/workflows/clean-up-closed-prs.yml index bed26b3e44faf..f0de3ef9f6199 100644 --- a/.github/workflows/clean-up-closed-prs.yml +++ b/.github/workflows/clean-up-closed-prs.yml @@ -26,7 +26,7 @@ jobs: !github.event.pull_request.merged runs-on: ubuntu-latest container: - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main permissions: contents: read actions: write # for `gh run cancel` diff --git a/.github/workflows/create-replacement-pr.yml b/.github/workflows/create-replacement-pr.yml index 0c3caa70df09f..5cb6df6a1afdc 100644 --- a/.github/workflows/create-replacement-pr.yml +++ b/.github/workflows/create-replacement-pr.yml @@ -53,7 +53,7 @@ jobs: create: runs-on: ubuntu-latest container: - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main permissions: contents: read pull-requests: write # for `post-comment`, `gh api`, `gh pr edit` @@ -132,7 +132,7 @@ jobs: - name: Checkout replacement PR branch working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }} env: - START_POINT: ${{ inputs.autosquash && 'origin/master' || 'HEAD' }} + START_POINT: ${{ inputs.autosquash && 'origin/main' || 'HEAD' }} run: | if git ls-remote --exit-code --heads origin "$REPLACEMENT_BRANCH" then diff --git a/.github/workflows/dispatch-build-bottle.yml b/.github/workflows/dispatch-build-bottle.yml index 0da87af579723..86ac4461dd64b 100644 --- a/.github/workflows/dispatch-build-bottle.yml +++ b/.github/workflows/dispatch-build-bottle.yml @@ -55,7 +55,7 @@ jobs: prepare: runs-on: ubuntu-latest container: - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main outputs: runners: ${{steps.runner-matrix.outputs.result}} steps: @@ -85,7 +85,7 @@ jobs: return { runner: s, container: { - image: "ghcr.io/homebrew/ubuntu22.04:master", + image: "ghcr.io/homebrew/ubuntu22.04:main", options: "--user=linuxbrew -e GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED" }, workdir: "/github/home", @@ -96,7 +96,7 @@ jobs: }); - name: Ensure homebrew/core is up-to-date - if: endsWith(github.ref, 'master') + if: endsWith(github.ref, 'main') || endsWith(github.ref, 'master') run: brew update - name: Check for existing bottle @@ -203,7 +203,7 @@ jobs: needs: bottle if: inputs.upload container: - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main env: HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1 GH_REPO: ${{github.repository}} @@ -245,7 +245,7 @@ jobs: - name: Checkout branch for bottle commit working-directory: ${{steps.set-up-homebrew.outputs.repository-path}} - run: git checkout -b "$BOTTLE_BRANCH" origin/master + run: git checkout -b "$BOTTLE_BRANCH" origin/HEAD - name: Upload bottles to GitHub Packages id: upload diff --git a/.github/workflows/dispatch-rebottle.yml b/.github/workflows/dispatch-rebottle.yml index f0f6fc1175e63..4f894ca9619f1 100644 --- a/.github/workflows/dispatch-rebottle.yml +++ b/.github/workflows/dispatch-rebottle.yml @@ -60,7 +60,7 @@ jobs: setup: runs-on: ubuntu-latest container: - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main outputs: runners: ${{steps.determine-runners.outputs.runners}} steps: @@ -138,7 +138,7 @@ jobs: needs: bottle if: inputs.upload container: - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main env: HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1 GH_REPO: ${{github.repository}} @@ -180,7 +180,7 @@ jobs: - name: Checkout branch for bottle commit working-directory: ${{steps.set-up-homebrew.outputs.repository-path}} - run: git checkout -b "$BOTTLE_BRANCH" origin/master + run: git checkout -b "$BOTTLE_BRANCH" origin/HEAD - name: Upload bottles to GitHub Packages id: upload diff --git a/.github/workflows/publish-commit-bottles.yml b/.github/workflows/publish-commit-bottles.yml index 04cab484694a6..38e6019553300 100644 --- a/.github/workflows/publish-commit-bottles.yml +++ b/.github/workflows/publish-commit-bottles.yml @@ -172,7 +172,11 @@ jobs: requires_merge=false fi - if [[ "$branch" = "master" ]] + if [[ "$branch" = "main" ]] + then + branch="$head_repo_owner/main" + remote_branch="main" + elif [[ "$branch" = "master" ]] then branch="$head_repo_owner/master" remote_branch="master" @@ -267,7 +271,7 @@ jobs: !fromJson(needs.check.outputs.replace) runs-on: ${{inputs.large_runner && 'homebrew-large-bottle-upload' || 'ubuntu-latest'}} container: - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main volumes: - /mnt:/mnt permissions: diff --git a/.github/workflows/remove-disabled-packages.yml b/.github/workflows/remove-disabled-packages.yml index 483e46902bffe..d22e35d00b188 100644 --- a/.github/workflows/remove-disabled-packages.yml +++ b/.github/workflows/remove-disabled-packages.yml @@ -30,8 +30,7 @@ jobs: if: github.repository_owner == 'Homebrew' runs-on: ubuntu-latest container: - # TODO: switch to main when we're pushing those images - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main env: REMOVAL_BRANCH: remove-disabled-packages permissions: @@ -57,7 +56,7 @@ jobs: signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }} - name: Checkout removal branch - run: git checkout -b "$REMOVAL_BRANCH" origin/master + run: git checkout -b "$REMOVAL_BRANCH" origin/HEAD working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }} - name: Remove disabled packages diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 6cd5f800d54dc..63d051a509dc9 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -33,8 +33,7 @@ jobs: if: startsWith( github.repository, 'Homebrew/' ) runs-on: ubuntu-latest container: - # TODO: switch to main when we're pushing those images - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main outputs: json: ${{ steps.matrix.outputs.json }} env: @@ -98,8 +97,7 @@ jobs: if: startsWith( github.repository, 'Homebrew/' ) runs-on: ubuntu-latest container: - # TODO: switch to main when we're pushing those images - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main permissions: issues: write needs: create_matrix diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d6c1b8301681f..2ba102b957bfe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,8 +43,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: ${{ matrix.stable }} container: - # TODO: switch to main when we're pushing those images - image: ghcr.io/homebrew/ubuntu22.04:${{ matrix.stable && 'latest' || 'master'}} + image: ghcr.io/homebrew/ubuntu22.04:${{ matrix.stable && 'latest' || 'main'}} env: HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1 steps: @@ -70,8 +69,7 @@ jobs: if: github.repository_owner == 'Homebrew' && github.event_name != 'push' runs-on: ubuntu-latest container: - # TODO: switch to main when we're pushing those images - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main outputs: testing_formulae: ${{ steps.formulae-detect.outputs.testing_formulae }} added_formulae: ${{ steps.formulae-detect.outputs.added_formulae }} @@ -185,8 +183,7 @@ jobs: !fromJson(needs.setup_tests.outputs.syntax-only) runs-on: ubuntu-latest container: - # TODO: switch to main when we're pushing those images - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main outputs: runners: ${{steps.determine-runners.outputs.runners}} runners_present: ${{steps.determine-runners.outputs.runners_present}} @@ -314,8 +311,7 @@ jobs: fromJson(needs.setup_dep_tests.outputs.test-dependents) runs-on: ubuntu-latest container: - # TODO: switch to main when we're pushing those images - image: ghcr.io/homebrew/ubuntu22.04:master + image: ghcr.io/homebrew/ubuntu22.04:main outputs: runners: ${{steps.determine-dependent-runners.outputs.runners}} runners_present: ${{steps.determine-dependent-runners.outputs.runners_present}} diff --git a/cmd/determine-rebottle-runners.rb b/cmd/determine-rebottle-runners.rb index 942bb9e9e8920..b44a89b29eaaa 100755 --- a/cmd/determine-rebottle-runners.rb +++ b/cmd/determine-rebottle-runners.rb @@ -32,7 +32,7 @@ def linux_runner_spec(arch, timeout) { runner: linux_runner, container: { - image: "ghcr.io/homebrew/ubuntu22.04:master", + image: "ghcr.io/homebrew/ubuntu22.04:main", options: "--user=linuxbrew -e GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED", }, workdir: "/github/home", From 3023583abde4b4fec13dc069d5927d67b11f9b0b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 26 Jun 2025 11:51:11 +0100 Subject: [PATCH 09864/10074] pget: use homebrew-core/HEAD. --- Formula/p/pget.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pget.rb b/Formula/p/pget.rb index fadb3d1f919f2..06a837c329a36 100644 --- a/Formula/p/pget.rb +++ b/Formula/p/pget.rb @@ -29,7 +29,7 @@ def install end test do - file = "https://raw.githubusercontent.com/Homebrew/homebrew-core/master/README.md" + file = "https://raw.githubusercontent.com/Homebrew/homebrew-core/HEAD/README.md" system bin/"pget", "-p", "4", file assert_path_exists testpath/"README.md" From ade4e164bef7e52c11baae71675411bf49cad826 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:53:53 +0000 Subject: [PATCH 09865/10074] bwfmetaedit 25.04.1 --- Formula/b/bwfmetaedit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bwfmetaedit.rb b/Formula/b/bwfmetaedit.rb index 03051ab60574e..b3d6a1f1ef4b7 100644 --- a/Formula/b/bwfmetaedit.rb +++ b/Formula/b/bwfmetaedit.rb @@ -1,8 +1,8 @@ class Bwfmetaedit < Formula desc "Tool for embedding, validating, and exporting BWF file metadata" homepage "https://mediaarea.net/BWFMetaEdit" - url "https://mediaarea.net/download/binary/bwfmetaedit/25.04/BWFMetaEdit_CLI_25.04_GNU_FromSource.tar.xz" - sha256 "4e7f4606bc83829a9ac1742c10d0e5d730da2189cfcb8cab9b739211e094ce75" + url "https://mediaarea.net/download/binary/bwfmetaedit/25.04.1/BWFMetaEdit_CLI_25.04.1_GNU_FromSource.tar.xz" + sha256 "9a8830c32e561b2bac0467413de5d75d3853b7afdbbc8b830cbe6b4eb075c1b5" license "0BSD" livecheck do From 5e056b2b235bed363e3410ad5ee3424b37f328b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:55:44 +0000 Subject: [PATCH 09866/10074] cloudflare-wrangler 4.22.0 --- Formula/c/cloudflare-wrangler.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index fbc3e5687ecc5..c3b6e0d492b3e 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -1,8 +1,8 @@ class CloudflareWrangler < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-4.21.2.tgz" - sha256 "b301db48b533a64071a915bfe00c94a435086afd2d2ce87eb00f7d759892185f" + url "https://registry.npmjs.org/wrangler/-/wrangler-4.22.0.tgz" + sha256 "a4a8e78b2df1ad4370182931c542dc833849355c29c8fafd795379aab356b8f2" license any_of: ["Apache-2.0", "MIT"] bottle do From 137e25bbb1c91327d1f5d40d1585158062e0af10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:59:12 +0000 Subject: [PATCH 09867/10074] dstack 0.19.16 --- Formula/d/dstack.rb | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index b30672e6c7969..ed26327fcded9 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -3,8 +3,8 @@ class Dstack < Formula desc "ML workflow orchestration system designed for reproducibility and collaboration" homepage "https://dstack.ai/" - url "https://files.pythonhosted.org/packages/10/27/6a30aeec0276a512f834c8d6dbcd744d54e81681a3c1c81b8273f266334b/dstack-0.19.15.tar.gz" - sha256 "5e7f740265b76070b9b01a2aeae46996e2351bc8fde475a4529d34625e0e8a6c" + url "https://files.pythonhosted.org/packages/13/bb/dfc4bcc00ab4b311a2787b411b43171bee4171e4a35d5c7c0e87cd28880c/dstack-0.19.16.tar.gz" + sha256 "f36adc6556b54ef313e1869953056a3ad5102e2e5c0860ff48e315ad43058c3e" license "MPL-2.0" bottle do @@ -137,13 +137,13 @@ class Dstack < Formula end resource "boto3" do - url "https://files.pythonhosted.org/packages/5a/66/a26e7f20039ae3c57524baf26af43216c3959013f23308458f211cce78a5/boto3-1.38.40.tar.gz" - sha256 "fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503" + url "https://files.pythonhosted.org/packages/7b/7f/ea50e25a049072c0078045437d25fc9c8eaec4bd58f2cc340e6ed52e55cd/boto3-1.38.44.tar.gz" + sha256 "af1769dfb2a8a30eec24d0b74a8c17db2accc5a6224d4fab39dd36df6590f741" end resource "botocore" do - url "https://files.pythonhosted.org/packages/61/23/42cc861466a34e45bd1783c3b3a547d5f723a8d21f6151cd1e3d84adfba6/botocore-1.38.40.tar.gz" - sha256 "aefbfe835a7ebe9bbdd88df3999b0f8f484dd025af4ebb3f3387541316ce4349" + url "https://files.pythonhosted.org/packages/31/06/c6e652e8b449837218d83cedda9c54104cfd5d38dc97762044a40116b209/botocore-1.38.44.tar.gz" + sha256 "8d54795a084204e4cd7885d9307e4bfaccc96411dc0384f6ba240b515c45bf54" end resource "cached-classproperty" do @@ -202,8 +202,8 @@ class Dstack < Formula end resource "google-api-python-client" do - url "https://files.pythonhosted.org/packages/8f/7e/7c6e43e54f611f0f97f1678ea567fe06fecd545bd574db05e204e5b136fe/google_api_python_client-2.173.0.tar.gz" - sha256 "b537bc689758f4be3e6f40d59a6c0cd305abafdea91af4bc66ec31d40c08c804" + url "https://files.pythonhosted.org/packages/1a/fd/860fef0cf3edbad828e2ab4d2ddee5dfe8e595b6da748ac6c77e95bc7bef/google_api_python_client-2.174.0.tar.gz" + sha256 "9eb7616a820b38a9c12c5486f9b9055385c7feb18b20cbafc5c5a688b14f3515" end resource "google-auth" do @@ -287,13 +287,13 @@ class Dstack < Formula end resource "grpcio" do - url "https://files.pythonhosted.org/packages/8e/7b/ca3f561aeecf0c846d15e1b38921a60dffffd5d4113931198fbf455334ee/grpcio-1.73.0.tar.gz" - sha256 "3af4c30918a7f0d39de500d11255f8d9da4f30e94a2033e70fe2a720e184bd8e" + url "https://files.pythonhosted.org/packages/79/e8/b43b851537da2e2f03fa8be1aef207e5cbfb1a2e014fbb6b40d24c177cd3/grpcio-1.73.1.tar.gz" + sha256 "7fce2cd1c0c1116cf3850564ebfc3264fba75d3c74a7414373f1238ea365ef87" end resource "grpcio-status" do - url "https://files.pythonhosted.org/packages/6d/07/1c7b5ec7c72b8e2efc32cf82e2fe72497c579c8fa94edb8c3e430874cd42/grpcio_status-1.73.0.tar.gz" - sha256 "a2b7f430568217f884fe52a5a0133b6f4c9338beae33fb5370134a8eaf58f974" + url "https://files.pythonhosted.org/packages/f6/59/9350a13804f2e407d76b3962c548e023639fc1545056e342c6bad0d4fd30/grpcio_status-1.73.1.tar.gz" + sha256 "928f49ccf9688db5f20cd9e45c4578a1d01ccca29aeaabf066f2ac76aa886668" end resource "h11" do @@ -392,8 +392,8 @@ class Dstack < Formula end resource "oauthlib" do - url "https://files.pythonhosted.org/packages/98/8a/6ea75ff7acf89f43afb157604429af4661a9840b1f2cece602b6a13c1893/oauthlib-3.3.0.tar.gz" - sha256 "4e707cf88d7dfc22a8cce22ca736a2eef9967c1dd3845efc0703fc922353eeb2" + url "https://files.pythonhosted.org/packages/0b/5f/19930f824ffeb0ad4372da4812c50edbd1434f678c90c2733e1188edfc63/oauthlib-3.3.1.tar.gz" + sha256 "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9" end resource "opentelemetry-api" do @@ -452,8 +452,8 @@ class Dstack < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "pyjwt" do @@ -537,8 +537,8 @@ class Dstack < Formula end resource "sentry-sdk" do - url "https://files.pythonhosted.org/packages/04/4c/af31e0201b48469786ddeb1bf6fd3dfa3a291cc613a0fe6a60163a7535f9/sentry_sdk-2.30.0.tar.gz" - sha256 "436369b02afef7430efb10300a344fb61a11fe6db41c2b11f41ee037d2dd7f45" + url "https://files.pythonhosted.org/packages/d0/45/c7ef7e12d8434fda8b61cdab432d8af64fb832480c93cdaf4bdcab7f5597/sentry_sdk-2.31.0.tar.gz" + sha256 "fed6d847f15105849cdf5dfdc64dcec356f936d41abb8c9d66adae45e60959ec" end resource "simple-term-menu" do From ed1b22997ca58dec7c7923bf91f78b8aa3a140d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:00:28 +0000 Subject: [PATCH 09868/10074] eza 0.21.6 --- Formula/e/eza.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eza.rb b/Formula/e/eza.rb index b2e69b4e1f3f3..ac4dcee1a2763 100644 --- a/Formula/e/eza.rb +++ b/Formula/e/eza.rb @@ -1,8 +1,8 @@ class Eza < Formula desc "Modern, maintained replacement for ls" homepage "https://github.com/eza-community/eza" - url "https://github.com/eza-community/eza/archive/refs/tags/v0.21.5.tar.gz" - sha256 "85aff87a87bc66130a43106ee64fdefa572d709f5e1ae33d7ef1de76329d2950" + url "https://github.com/eza-community/eza/archive/refs/tags/v0.21.6.tar.gz" + sha256 "8433260eff7be158cfdfafc7dffd620d878c1470b937a88f8a20117591990c67" license "EUPL-1.2" bottle do From 4a16b651080704072e08313820630ccf21556a98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:04:46 +0000 Subject: [PATCH 09869/10074] imap-backup 15.1.3 --- Formula/i/imap-backup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/imap-backup.rb b/Formula/i/imap-backup.rb index de5a68907d074..bf190f026eac0 100644 --- a/Formula/i/imap-backup.rb +++ b/Formula/i/imap-backup.rb @@ -1,8 +1,8 @@ class ImapBackup < Formula desc "Backup GMail (or other IMAP) accounts to disk" homepage "https://github.com/joeyates/imap-backup" - url "https://github.com/joeyates/imap-backup/archive/refs/tags/v15.0.2.tar.gz" - sha256 "62d738d5d79d62e884bbd1ebac0cff5233c62e5a98a64f6a1d0f29a3c6e28ab2" + url "https://github.com/joeyates/imap-backup/archive/refs/tags/v15.1.3.tar.gz" + sha256 "1771ac25a2ef7186e2804d70d2803a871cc5bbcc9e8ee14bb0bc41b0bcd6fecb" license "MIT" livecheck do From 4100f780e1b19d8c9e2769b1723b9b7c19846deb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:06:02 +0000 Subject: [PATCH 09870/10074] k3sup 0.13.10 --- Formula/k/k3sup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/k3sup.rb b/Formula/k/k3sup.rb index 3c24a0884e44d..01c6fa62372e9 100644 --- a/Formula/k/k3sup.rb +++ b/Formula/k/k3sup.rb @@ -2,8 +2,8 @@ class K3sup < Formula desc "Utility to create k3s clusters on any local or remote VM" homepage "https://k3sup.dev" url "https://github.com/alexellis/k3sup.git", - tag: "0.13.9", - revision: "a1700f64dcffd249890b13cf6d97f4c120a53e08" + tag: "0.13.10", + revision: "5d97659e0d8bac3c3c497d4ff1d5d04a0c341b8b" license "MIT" head "https://github.com/alexellis/k3sup.git", branch: "master" From 1c8fe210e14cafab807669f9c7931b56995e20f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:10:00 +0000 Subject: [PATCH 09871/10074] chainloop-cli 1.11.0 --- Formula/c/chainloop-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 2870fc1542ea0..135ff52cc16e0 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,8 +1,8 @@ class ChainloopCli < Formula desc "CLI for interacting with Chainloop" homepage "https://docs.chainloop.dev" - url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.10.0.tar.gz" - sha256 "4d5f843ce013a016a32efbc3f9180a5d72275428451b4240f2f720d4f660be76" + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.11.0.tar.gz" + sha256 "b5c5112c416cfd4402375c41f6ae7e95e6a8859d31a3977ad8f125c0a4545bf0" license "Apache-2.0" head "https://github.com/chainloop-dev/chainloop.git", branch: "main" From ab610d764f1a82c4fde8ce86974134274cc123bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:10:31 +0000 Subject: [PATCH 09872/10074] miniserve 0.30.0 --- Formula/m/miniserve.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/miniserve.rb b/Formula/m/miniserve.rb index de3d8ba740b8c..9caef09bb40f9 100644 --- a/Formula/m/miniserve.rb +++ b/Formula/m/miniserve.rb @@ -1,8 +1,8 @@ class Miniserve < Formula desc "High performance static file server" homepage "https://github.com/svenstaro/miniserve" - url "https://github.com/svenstaro/miniserve/archive/refs/tags/v0.29.0.tar.gz" - sha256 "48351a8165bd51f3c855695af1c25032b502f873c80f52f98a538174951cbb9f" + url "https://github.com/svenstaro/miniserve/archive/refs/tags/v0.30.0.tar.gz" + sha256 "147bd2ecc9be81ae2adf1e9f4f2b77270555cfae669cc9ba0d2f6442387c58f0" license "MIT" bottle do From 794a3a29f1f931b6defa0e1c3a00ab3872fcd103 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:11:28 +0000 Subject: [PATCH 09873/10074] mx 7.57.1 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index cc5eabdcef546..52f5b05e8afda 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -1,8 +1,8 @@ class Mx < Formula desc "Command-line tool used for the development of Graal projects" homepage "https://github.com/graalvm/mx" - url "https://github.com/graalvm/mx/archive/refs/tags/7.57.0.tar.gz" - sha256 "0215d57ccd06f65e435d797480dd938f49731de9cba61b0b02c768f0e6721ffc" + url "https://github.com/graalvm/mx/archive/refs/tags/7.57.1.tar.gz" + sha256 "6a1153333da200e376e2e6d9780f792fffc02e4574db1d2c8697a9274b2da720" license "GPL-2.0-only" livecheck do From 3bf482b924bf7113004410376ee55f1418b531a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:15:22 +0000 Subject: [PATCH 09874/10074] pixi-pack 0.6.7 --- Formula/p/pixi-pack.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pixi-pack.rb b/Formula/p/pixi-pack.rb index f6adc32b0f04c..331f78b30b9fe 100644 --- a/Formula/p/pixi-pack.rb +++ b/Formula/p/pixi-pack.rb @@ -1,8 +1,8 @@ class PixiPack < Formula desc "Pack and unpack conda environments created with pixi" homepage "https://pixi.sh/latest/advanced/production_deployment/#pixi-pack" - url "https://github.com/quantco/pixi-pack/archive/refs/tags/v0.6.6.tar.gz" - sha256 "3ac701432aa850d27f5e02656f740f9710b39df41c9196b9c60ac2599d322982" + url "https://github.com/quantco/pixi-pack/archive/refs/tags/v0.6.7.tar.gz" + sha256 "43d795f8beba0553d11a65ff6e8606ee1d877313f07dbd0722d630cdcccaf0bb" license "BSD-3-Clause" head "https://github.com/quantco/pixi-pack.git", branch: "main" From 9b9517b10c95557ea95c83d6f981d5e1b1c7d2b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:22:10 +0000 Subject: [PATCH 09875/10074] tailwindcss 4.1.11 --- Formula/t/tailwindcss.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tailwindcss.rb b/Formula/t/tailwindcss.rb index 3b000c1e7c145..e7cf70595bbde 100644 --- a/Formula/t/tailwindcss.rb +++ b/Formula/t/tailwindcss.rb @@ -1,8 +1,8 @@ class Tailwindcss < Formula desc "Utility-first CSS framework" homepage "https://tailwindcss.com" - url "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.10.tgz" - sha256 "2d51660c111755aa2e0c795cb2ff26e5f43a426114bb7683c2d6f1152f16fec1" + url "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.11.tgz" + sha256 "d26ab44103a28804e1d1f4c280d8abaf6db7234c8d9eb940ec7dc435c5ad80df" license "MIT" head "https://github.com/tailwindlabs/tailwindcss.git", branch: "next" From cd658b16c5be8c14674a958ee48e5261f70b9d4f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:22:43 +0000 Subject: [PATCH 09876/10074] terragrunt 0.82.1 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 8f4f3673815b2..571a38aa2e225 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.82.0.tar.gz" - sha256 "cb2aa1449101e357a6d7797780407167ef4eb8e7a2b83b91e8fbc92c43214c8d" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.82.1.tar.gz" + sha256 "d0daab2a447848d82b5a1ba95d4af705a13cff198e1e2db526d0ed84c85b86c0" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From d4d0e6c5056c4b7bea48d0128f86b958c312f89b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:24:22 +0000 Subject: [PATCH 09877/10074] traefik 3.4.2 --- Formula/t/traefik.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/traefik.rb b/Formula/t/traefik.rb index 0a00e4606345b..00283e1a26cfd 100644 --- a/Formula/t/traefik.rb +++ b/Formula/t/traefik.rb @@ -1,8 +1,8 @@ class Traefik < Formula desc "Modern reverse proxy" homepage "https://traefik.io/" - url "https://github.com/traefik/traefik/releases/download/v3.4.1/traefik-v3.4.1.src.tar.gz" - sha256 "8d971571725057b2e8bdcc2441f9612f75fa3780cff62cfd52fbe3872786ca29" + url "https://github.com/traefik/traefik/releases/download/v3.4.2/traefik-v3.4.2.src.tar.gz" + sha256 "a30b7a70a7a7cfca4c87ebd73fe7d3726c83f84047ac3ee997e7d4ca42446de6" license "MIT" head "https://github.com/traefik/traefik.git", branch: "master" From 649c5f3135cfe0636e851364415cf0e76bfae34e Mon Sep 17 00:00:00 2001 From: Diffblue CI CProver <69641018+db-ci-cprover@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:55:22 +0000 Subject: [PATCH 09878/10074] cbmc 6.7.0 --- Formula/c/cbmc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cbmc.rb b/Formula/c/cbmc.rb index a6c472552ed06..43340fae2f8a3 100644 --- a/Formula/c/cbmc.rb +++ b/Formula/c/cbmc.rb @@ -2,8 +2,8 @@ class Cbmc < Formula desc "C Bounded Model Checker" homepage "https://www.cprover.org/cbmc/" url "https://github.com/diffblue/cbmc.git", - tag: "cbmc-6.6.0", - revision: "3c915ebe35448a20555c1ef55d51540b52c5c34a" + tag: "cbmc-6.7.0", + revision: "5d1438a883201a8983b1449eb2485df0821c819d" license "BSD-4-Clause" no_autobump! because: :requires_manual_review From b006402ef0cc27b4cac9992baeac017b0d80a6cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:19:34 +0000 Subject: [PATCH 09879/10074] traefik: update 3.4.2 bottle. --- Formula/t/traefik.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/traefik.rb b/Formula/t/traefik.rb index 00283e1a26cfd..aa673e7be8499 100644 --- a/Formula/t/traefik.rb +++ b/Formula/t/traefik.rb @@ -7,12 +7,12 @@ class Traefik < Formula head "https://github.com/traefik/traefik.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "195ff71ed7294b0d9c3a0059572720076d78e8751fbc8a393656c692c49bd3c3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "195ff71ed7294b0d9c3a0059572720076d78e8751fbc8a393656c692c49bd3c3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "195ff71ed7294b0d9c3a0059572720076d78e8751fbc8a393656c692c49bd3c3" - sha256 cellar: :any_skip_relocation, sonoma: "91f62f5c562908a1885f51fde90ad8e21e2b015b556315286dcc6283df31f21e" - sha256 cellar: :any_skip_relocation, ventura: "91f62f5c562908a1885f51fde90ad8e21e2b015b556315286dcc6283df31f21e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07ef81cdcdf65663ac5b2e8ef52bfda81b8a5b0576549e11ba104cfcb03d3af3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9573e666c32cbeb19833ec4e29af0901b49cba3d253622383afeacb478792dcd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9573e666c32cbeb19833ec4e29af0901b49cba3d253622383afeacb478792dcd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9573e666c32cbeb19833ec4e29af0901b49cba3d253622383afeacb478792dcd" + sha256 cellar: :any_skip_relocation, sonoma: "fde2149cd9ff0fc2521b78fac4f377a006f97992ef33734e7dd56d419bbebcc8" + sha256 cellar: :any_skip_relocation, ventura: "fde2149cd9ff0fc2521b78fac4f377a006f97992ef33734e7dd56d419bbebcc8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1a2f478206e3e285eabee798fc92dcb9d6927cbb6410a97fff97df95e462f2c0" end depends_on "go" => :build From da2c5898b4abef4be98f8b7215735adb551e051d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:20:06 +0000 Subject: [PATCH 09880/10074] tailwindcss: update 4.1.11 bottle. --- Formula/t/tailwindcss.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tailwindcss.rb b/Formula/t/tailwindcss.rb index e7cf70595bbde..4aa92486e47e8 100644 --- a/Formula/t/tailwindcss.rb +++ b/Formula/t/tailwindcss.rb @@ -15,13 +15,13 @@ class Tailwindcss < Formula end bottle do - sha256 arm64_sequoia: "b32e08318c735751564c6a75b9578f7b2ae93413e3f31dd1e74eece2f2ef5deb" - sha256 arm64_sonoma: "ee8eb6d6c733fee59bc87db9a9c633ad93b08e0a78cd86ba89656ffd701b07fd" - sha256 arm64_ventura: "ba0ce33052f61455ff1924f7f6d191ebe5274b1ff0de3b350752dd733f14e1b3" - sha256 sonoma: "d93a5bf374b2d5946257781a598518bbee04649c346d79740fa6aaf6988e7f34" - sha256 ventura: "3baaddac777ea7900686a3b155c47c4b08451b178b46dd22ead58a286e4c7893" - sha256 cellar: :any_skip_relocation, arm64_linux: "0482f2d6c4980e4bf1e8ce35fab6d76d62dd22d9295cc725f76edfb31a996338" - sha256 cellar: :any_skip_relocation, x86_64_linux: "37a6229509b451f0be2709d2c922b869e032664ddeca48c31afd46e6739cdf55" + sha256 arm64_sequoia: "2ccebd4786671ae09609ae61072d792ea9fb4f94540af032b2cf36e53de42d08" + sha256 arm64_sonoma: "81b52e5df136097b7cccb4c3d65cfcc17542dbece003c6aaa62d84102c09d4c0" + sha256 arm64_ventura: "9f1770823cf7bd9e692c795bdfab79c0ed4639dfa0987a60b1795345895d8d3c" + sha256 sonoma: "43017fc345cd06e72ad007a7ddfbaf7b4d82721c47ba0efdd83360307549f84a" + sha256 ventura: "19c3bbcd7e9c85bfc9670e756c1e58a0586c2cbcc4825439f04080efa99586f3" + sha256 cellar: :any_skip_relocation, arm64_linux: "f64042694901449e5baef9e43fc824a47d0a5b7311db4478470c4127c20b5de2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bfe605ba512197f80afff1110f7e8e17b79d5592b0aa25494e06f9eafafa33fa" end depends_on "node" From 1dcf3661538d36c2c02f8fb7158f1404e30e0e7f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:20:14 +0000 Subject: [PATCH 09881/10074] terragrunt: update 0.82.1 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 571a38aa2e225..a5b26c6777294 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e2d86193e15c6d6ddb2286ae0e18cd51026ee4a262d856e3c01851961295989" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e2d86193e15c6d6ddb2286ae0e18cd51026ee4a262d856e3c01851961295989" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4e2d86193e15c6d6ddb2286ae0e18cd51026ee4a262d856e3c01851961295989" - sha256 cellar: :any_skip_relocation, sonoma: "42dae5cdb2c75f28cbffd7999dbf835223d0ef910b675baa3c3f7e98db7e5c26" - sha256 cellar: :any_skip_relocation, ventura: "42dae5cdb2c75f28cbffd7999dbf835223d0ef910b675baa3c3f7e98db7e5c26" - sha256 cellar: :any_skip_relocation, x86_64_linux: "70478594eb489dbc8d46366ce3b2cf11f022179afac2d643be145bc9aca60023" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5948dbee67192680ea6ac1567c16b484e5998c307839dcff9bba05d129c125b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5948dbee67192680ea6ac1567c16b484e5998c307839dcff9bba05d129c125b4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5948dbee67192680ea6ac1567c16b484e5998c307839dcff9bba05d129c125b4" + sha256 cellar: :any_skip_relocation, sonoma: "e5c50ac7a251733de3385f8b40e8fd73af756a9dccbe12abcb0111e68b0b2b05" + sha256 cellar: :any_skip_relocation, ventura: "e5c50ac7a251733de3385f8b40e8fd73af756a9dccbe12abcb0111e68b0b2b05" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6d9ceb18cc1ff85b35c7979c3ed65a2a6d19df37dde67aed05cfdf4ca8a75193" end depends_on "go" => :build From 8b2988fc9201e40e55a72339462296f83ceb2760 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:20:44 +0000 Subject: [PATCH 09882/10074] bwfmetaedit: update 25.04.1 bottle. --- Formula/b/bwfmetaedit.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bwfmetaedit.rb b/Formula/b/bwfmetaedit.rb index b3d6a1f1ef4b7..46b7abac9f481 100644 --- a/Formula/b/bwfmetaedit.rb +++ b/Formula/b/bwfmetaedit.rb @@ -11,13 +11,13 @@ class Bwfmetaedit < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ada25a119a8c8c7e44971889d228b77bc2f09062eb5dcdc6671dbb8cd0ee5a8c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1d559f8aa1a0134eb6be9263845ca2ce2e0e1b5be84d8eb99a3bb684a74b4be" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b46ff3c597d15626a9b43b0e7ee92426e9cb4e9c68422f98d6ad7f8e8f35e071" - sha256 cellar: :any_skip_relocation, sonoma: "d39509378a55eb0278668436faaac2274a9d702488180300c8ed17880335f362" - sha256 cellar: :any_skip_relocation, ventura: "f7e1e0fe0fd5c8982325e0208d55b0cb2f68235d4ed4cf01c47ecb93b138dfad" - sha256 cellar: :any_skip_relocation, arm64_linux: "8abba81e78de3d8dc5512552bec11d7d5fead6598266f7f8a4f9a3469343999b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "66f8c9ff2de246093fd6829c4a80d56ad06e6d3e5ef5381949b50f1248fd36d7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d85b31fff2a4763c289f8152dcceb7e37ed12a9049c9c373e569dab3ccf787cf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "71765c38e82677ee12feadb978f5ef2cbeebdb02804341066ddc22dd06ca7238" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b18ba9f78bd452fb382de7852b066c28bc34049aa5a7158478dadfa6fae469f1" + sha256 cellar: :any_skip_relocation, sonoma: "c0093ca11665ba05239cd1f85a9d6e1a1cf41ea0e0bc8c685de456c53d713939" + sha256 cellar: :any_skip_relocation, ventura: "efe96dc3b69b7704fd8cd1f0722913c27fac7c6a92c2fecd4c5c8c9a3d243006" + sha256 cellar: :any_skip_relocation, arm64_linux: "738627e85ae70d8e6fdd20fe07959c2406270b19bab59c2cec493830245941ed" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ab0427146edc6638cd7bdc09f485ca1108e3fd89230407db72c1d27005bacf8" end def install From 2c616e191153a3492a6e91d00fd1dd81082d3e78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:20:49 +0000 Subject: [PATCH 09883/10074] k3sup: update 0.13.10 bottle. --- Formula/k/k3sup.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/k3sup.rb b/Formula/k/k3sup.rb index 01c6fa62372e9..c925be6bfcc9d 100644 --- a/Formula/k/k3sup.rb +++ b/Formula/k/k3sup.rb @@ -13,12 +13,12 @@ class K3sup < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e992cdffa70372fb9c34859b46743200e15c83413f29798c962501921043f79a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e992cdffa70372fb9c34859b46743200e15c83413f29798c962501921043f79a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e992cdffa70372fb9c34859b46743200e15c83413f29798c962501921043f79a" - sha256 cellar: :any_skip_relocation, sonoma: "65477f847cb4a33fec045e910c4313f0c8d7f7a3e5b07ad00eb34ae5dfd3dcbf" - sha256 cellar: :any_skip_relocation, ventura: "65477f847cb4a33fec045e910c4313f0c8d7f7a3e5b07ad00eb34ae5dfd3dcbf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b4dc6504f421b47e2d9afe45917df5affe3902e299cad7c861b91c5684050fc2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "417ff661cf30f1c1d103841d7941873ab4faf5ca47e3a31c89fe5572ccd60c6f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "417ff661cf30f1c1d103841d7941873ab4faf5ca47e3a31c89fe5572ccd60c6f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "417ff661cf30f1c1d103841d7941873ab4faf5ca47e3a31c89fe5572ccd60c6f" + sha256 cellar: :any_skip_relocation, sonoma: "ce23b0e0b23d7d755e4c9530c15700b37741508de4ce7415ac537289538b2479" + sha256 cellar: :any_skip_relocation, ventura: "ce23b0e0b23d7d755e4c9530c15700b37741508de4ce7415ac537289538b2479" + sha256 cellar: :any_skip_relocation, x86_64_linux: "79a72c2efdcb69a2a8dea4dcc39558c2099811fef9d1c480b19ef6bafa6f4eb7" end depends_on "go" => :build From 6c1a10e8bdf3c8180a419562913087106b1eb082 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:20:50 +0000 Subject: [PATCH 09884/10074] imap-backup: update 15.1.3 bottle. --- Formula/i/imap-backup.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/i/imap-backup.rb b/Formula/i/imap-backup.rb index bf190f026eac0..a702e1ac28e32 100644 --- a/Formula/i/imap-backup.rb +++ b/Formula/i/imap-backup.rb @@ -11,8 +11,7 @@ class ImapBackup < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "100a8693014f1b39e4bf99b501e27560b2db9b3175234fb77f30a8f3196b17c4" + sha256 cellar: :any_skip_relocation, all: "a87264885e50ff52c2b0cdf13ef77112dab17a16021612bd65388e7d3bf18da8" end # Requires Ruby >= 2.7 From 742fe8e8c140e0fbf774d3399677279267840c96 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:20:52 +0000 Subject: [PATCH 09885/10074] eza: update 0.21.6 bottle. --- Formula/e/eza.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/eza.rb b/Formula/e/eza.rb index ac4dcee1a2763..536f99dca7170 100644 --- a/Formula/e/eza.rb +++ b/Formula/e/eza.rb @@ -6,13 +6,13 @@ class Eza < Formula license "EUPL-1.2" bottle do - sha256 cellar: :any, arm64_sequoia: "bd079aaaaac26c8d96b7f7e26f3b1279e15dc5571ae7b3cd8eae836dd8483af9" - sha256 cellar: :any, arm64_sonoma: "7f81564cea8a7fc329ea6c7b2d25ad412a9797727dca738801c222a9098a4285" - sha256 cellar: :any, arm64_ventura: "d5575219f5b934c2c681424360490c7486210aa2112592eba4ff3becd149ed20" - sha256 cellar: :any, sonoma: "f3f3da7d27642cfd015ae3bb567aff2a17a39c0ce1870f4d78e387ce8ab5c1f3" - sha256 cellar: :any, ventura: "5fffc0f03c699dfdd22d7d8dccbe37117e5730f8ca36f2d24d833ca3646dd2b5" - sha256 cellar: :any_skip_relocation, arm64_linux: "1e0f9bb159c86c002d6f55ef82fff32aedf8aa0e21fd134a8f5a164a675b49cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "be5c944b76fcfcfc08f80f1dc6badce9b8864ccc2145ad0a82e25113e643ce6a" + sha256 cellar: :any, arm64_sequoia: "86e4dc1c265cde6b8a337d506792d44ae1ef100766a424d7cb615d79eb00362c" + sha256 cellar: :any, arm64_sonoma: "a1c5268397be7dbd6b50defbff8c51f68363713da191dd1ff6db6ef434e1b43c" + sha256 cellar: :any, arm64_ventura: "139b7ee477cdd6cd893153c04906e92f585efba6a32a488d90ec72960403285e" + sha256 cellar: :any, sonoma: "a4360c43b0a02d1ec38b72f31d517887ba4be161b03cccffc04224d9183be265" + sha256 cellar: :any, ventura: "e3147077b539c2b11f3e9533379e31f1a40fa4828b21dbd51cc068223e26e108" + sha256 cellar: :any_skip_relocation, arm64_linux: "7c49937a0cc5081a0ad37da39f31e1e8cb06eb7824ad80cf5f31d451622eb78d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c5b643d5cf3fb4cf7ed3be183a6002aa735ed6df4040d0ba3fed7df5281d591" end depends_on "pandoc" => :build From b24b15081e8df2063387eb73797430e779fac188 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:20:58 +0000 Subject: [PATCH 09886/10074] mx: update 7.57.1 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 52f5b05e8afda..73306064dd1de 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "d4e0d94619184be0d2b157bba85a56d824ab791727ac4684ee243836b88f711d" + sha256 cellar: :any_skip_relocation, all: "8a2043ee3aabb953e8da261fa1b9843c02c58afb4570db4e6a8a9f98bc4abe9a" end depends_on "openjdk" => :test From 360c708fce2aebd2018c1a799d7fac0867f0aba2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:21:13 +0000 Subject: [PATCH 09887/10074] pixi-pack: update 0.6.7 bottle. --- Formula/p/pixi-pack.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pixi-pack.rb b/Formula/p/pixi-pack.rb index 331f78b30b9fe..de158e46e8a1a 100644 --- a/Formula/p/pixi-pack.rb +++ b/Formula/p/pixi-pack.rb @@ -7,13 +7,13 @@ class PixiPack < Formula head "https://github.com/quantco/pixi-pack.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6070d28ff2c0954c5283f6867c2f68643ffb401b2b00a1807a01498a6bea8e2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32b85775ec9d1fee721915f2e03d60274b346d01d3ff1f9191c98395263bff2f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "59b785abf4358b18b5d7ca7ce66050131fe9251e984d9a7ca691184952f4d1f2" - sha256 cellar: :any_skip_relocation, sonoma: "e4d33fd816d968c23dd2ebd6d6ac79a86a0544893a5503e8bebffc2baf32e8ee" - sha256 cellar: :any_skip_relocation, ventura: "fd303579bc7c0188427a95861424cf7a57e6ed6455211ac7973f2871fb228ac9" - sha256 cellar: :any_skip_relocation, arm64_linux: "6853346d552d0ebc0977f1eaae6d3d711d96490293bc961a3ff70938c735e731" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2b94ca93de845143eecce6318c1f8eac285b2183c08b8268a212741ae2c1eb8b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5724d325024529c15335b958513027f4db6beef6fd695d2739c810486aa6ca09" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e70f6a14cb794e7c46a4ce2e16307c31aefed228a98fc7a82e44930cf0859d31" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6ed378899bbb28634cf931917dcf099927530410ab3929b596f40537049c3a4a" + sha256 cellar: :any_skip_relocation, sonoma: "36cce1afa0a4e588c56249b83f6e03324f2ff7a32f6a139b6d0423220e45088e" + sha256 cellar: :any_skip_relocation, ventura: "d195fede86de50f0d7c69339e90b324748a01f2bd95aa2a2c4def81470827523" + sha256 cellar: :any_skip_relocation, arm64_linux: "9d20b651f4304f97df4e068fb4c90ee56b3cd975ed4955086d25ed28acdb4384" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a2ec9d80701d3abdb0d47ebe8ce996cb77c7cc96159b5de5c12a55ca54438070" end depends_on "cmake" => :build From 6aca618cc944cf21e8a47a7030833edcfb081f45 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:21:17 +0000 Subject: [PATCH 09888/10074] cloudflare-wrangler: update 4.22.0 bottle. --- Formula/c/cloudflare-wrangler.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler.rb b/Formula/c/cloudflare-wrangler.rb index c3b6e0d492b3e..bd884b0289dc7 100644 --- a/Formula/c/cloudflare-wrangler.rb +++ b/Formula/c/cloudflare-wrangler.rb @@ -6,13 +6,13 @@ class CloudflareWrangler < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sequoia: "e1827cbd08a96210da2b8ff57ef5c7407a337ad2801a77a276ebcf2a95c8c736" - sha256 cellar: :any, arm64_sonoma: "e1827cbd08a96210da2b8ff57ef5c7407a337ad2801a77a276ebcf2a95c8c736" - sha256 cellar: :any, arm64_ventura: "e1827cbd08a96210da2b8ff57ef5c7407a337ad2801a77a276ebcf2a95c8c736" - sha256 sonoma: "69cb1aaa337df9d65cbe43bb7d18dda2f47f536db3c0bdf687182621bf00b6f2" - sha256 ventura: "69cb1aaa337df9d65cbe43bb7d18dda2f47f536db3c0bdf687182621bf00b6f2" - sha256 cellar: :any_skip_relocation, arm64_linux: "44660993a25b7def4f9c0cf1d910c3451599d8ff9e204e3ff99248edc277397e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7cd10ea93842c8c9ca20a8bed6d2ffdcbee6f885b51d18982900aea2360164b3" + sha256 cellar: :any, arm64_sequoia: "6bf8f1ed702b0a2a575952a82caa616b993f5f96ae6bd7d4be5a2294343df35c" + sha256 cellar: :any, arm64_sonoma: "6bf8f1ed702b0a2a575952a82caa616b993f5f96ae6bd7d4be5a2294343df35c" + sha256 cellar: :any, arm64_ventura: "6bf8f1ed702b0a2a575952a82caa616b993f5f96ae6bd7d4be5a2294343df35c" + sha256 sonoma: "32bc158464d612267d7f19b7db211b7a8f0c10b720c4a32605e8487ecce83871" + sha256 ventura: "32bc158464d612267d7f19b7db211b7a8f0c10b720c4a32605e8487ecce83871" + sha256 cellar: :any_skip_relocation, arm64_linux: "5bd1e7913f691894363a79de64b72ad8dd48db0ed4ce5c8d23141678ec7edceb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "499b7ef19f2fccc82637aef073f8833d1b3400f760efe81d467a622d87c3cdaa" end depends_on "node" From a5e7583bd63c4ddff53d2edb2cd7e396ce072e8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:21:19 +0000 Subject: [PATCH 09889/10074] chainloop-cli: update 1.11.0 bottle. --- Formula/c/chainloop-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 135ff52cc16e0..180e67977d550 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -7,12 +7,12 @@ class ChainloopCli < Formula head "https://github.com/chainloop-dev/chainloop.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d52aa5f3cd8e7d17b9e24956aca6b610cb508a3c5cd3c995fe4609fe968c68d9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0e9d8a19cb1f3ef21c97663534fdd4b24251378b80e66c015ac141333c2b91b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a0ec5797fc6af2bc00715d621cf645502b562631e9f23a29ac940a6bd316a7d0" - sha256 cellar: :any_skip_relocation, sonoma: "5632d7f0939e530d5b83b4e495d80213842e8d7c90f72cdd2a5353923e839934" - sha256 cellar: :any_skip_relocation, ventura: "24c03d951c29e6fa8c9febcb0c7ca4e529142bb5797dd8cd6eeeb18301f2c13f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ccf760772817def97bf1bab69f48842e2c2e7b6a663445816507429c9a3caf65" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "af959997722f2916d9577635da24053fae4097e16241ec41ca6c4e8b6659e1ee" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d01ae894343b24fd82d19d16ee9fe075af026a59d353a5bd317b7170fbe4462b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ba359b1abbbbbec9020933c8c45b8c8c63a93c6c62df7cfed11cd93116496cfd" + sha256 cellar: :any_skip_relocation, sonoma: "0efc360851c999ceaa03769e383e26e51a392eea787abd0c88f8351512f3f33c" + sha256 cellar: :any_skip_relocation, ventura: "d34355d59a3e39243efd97de4937764d0b20a41643b994d10b219b96d5142a79" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a7c517b8952f73cf3d8e41fdff10dcbf3f2460f2b471f7898f9de3f520736867" end depends_on "go" => :build From 0d8147f34e7bf9592568eff4ee7811c8b3f3dc36 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:21:22 +0000 Subject: [PATCH 09890/10074] dstack: update 0.19.16 bottle. --- Formula/d/dstack.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dstack.rb b/Formula/d/dstack.rb index ed26327fcded9..a346b4710148a 100644 --- a/Formula/d/dstack.rb +++ b/Formula/d/dstack.rb @@ -8,13 +8,13 @@ class Dstack < Formula license "MPL-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "95c8d093da9f863dfadd2d4c09d2b560fc940b69ac2b9efb2c81daddf7b659b6" - sha256 cellar: :any, arm64_sonoma: "ea5d6cc5317c678be4e38f3ac21a9155f8c124081c836dae4c11511ddb61b029" - sha256 cellar: :any, arm64_ventura: "018ccc520df5e94edd0e34f1b33496a8baf1ad9470089201bbf7c3761d7b14f3" - sha256 cellar: :any, sonoma: "2e011fcd0633aac0c740d4337de83e7a2a6c399aa8b528953f4c21a666a500ed" - sha256 cellar: :any, ventura: "b7edc0fb1110251c5147e61f8f8e99d72d692e71ab2fbc35d739fdfd9dc5b90a" - sha256 cellar: :any_skip_relocation, arm64_linux: "02f2051432303328ef057f8f7f5210cdefc12bd1173ebd2ce50202629695c932" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5c09d9f86f868e3c53a8391cd57d48e303c3e1705eb0c726946c60b2bcf076c1" + sha256 cellar: :any, arm64_sequoia: "9ebf21e9be0cd172c316544c5de77a9c6d132a9d118ecb0187c7befaa0afb7ce" + sha256 cellar: :any, arm64_sonoma: "66c050cc0f818b7eb9cdbd13a923ce966b5166721210979f414b4f224f51cc9b" + sha256 cellar: :any, arm64_ventura: "5e5ae7f128e5885ff2313765f49e7d32ee9be70b4b926895a19e166b2d7e3149" + sha256 cellar: :any, sonoma: "969e54ef3e3f8e5890078c59e9377f862afb01d5bf3ea0ac9a614ac0fcc30790" + sha256 cellar: :any, ventura: "6e244aa534572043c836a5a3e837288b12181d8d8768f337730a34926e73152d" + sha256 cellar: :any_skip_relocation, arm64_linux: "a060c7af95b20c9a95099fdcb25891ec6a88038bbcdbdefb4e221a1a097ac4ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5855adb6ec32f98825fd076cee3d99b01da2a957fe1019ae924643701de5850a" end # `pkgconf` and `rust` are for bcrypt. From 7bc0192cd41c0825a90f7c5596b0b2c1919b6d17 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:59:31 +0000 Subject: [PATCH 09891/10074] cbmc: update 6.7.0 bottle. --- Formula/c/cbmc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cbmc.rb b/Formula/c/cbmc.rb index 43340fae2f8a3..627cc013cbd64 100644 --- a/Formula/c/cbmc.rb +++ b/Formula/c/cbmc.rb @@ -9,13 +9,13 @@ class Cbmc < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "619e622f250caa0d40ca68371a7d7316275b705a823f43e3cabc89863bf8e34b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "81fd93129dad62a45ee0816001956f822358ca8b80af50ef8265c78563e953d8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "990dbaefff6e71286ed2409705c511aa0dbc2ba51aebbd064ca7720140014d8e" - sha256 cellar: :any_skip_relocation, sonoma: "69fb5b4876132ce6980a2801faf5d5b6e7a32071ea539feedb9840179856053c" - sha256 cellar: :any_skip_relocation, ventura: "b27e1306aa88d98c38077a6457fa5debaaaeaa0de0747b93a3fa24d3173e5a0d" - sha256 cellar: :any_skip_relocation, arm64_linux: "26d417c3c3b654e02ccbe0a272b45c48f4195befaa37367b64b16c7a743e7907" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea0a38ee6db636d7f1867eb0b26f2a475b936767c63d425311698d837cda9369" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7becbc8bbb8bf19e4117619a38bdd327382327e7ae5e9ea8d4a67eeae90b838" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbb4023fd3a987c09ad476a4b23bf4a4169c2f679ffeb7ff9fe7ff54fce64ab5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "57bcd93ceecdd9c6a6b502793f4430f5904350f8cfb0b70ba8a934e5c5fee7be" + sha256 cellar: :any_skip_relocation, sonoma: "f32ac34db6255e3beeabbd817411ae696032bddc68442c8a6ddcdf3de0147b0d" + sha256 cellar: :any_skip_relocation, ventura: "3a206657edd5de624267a31015ccda82fa1351d38b1b6289d8a14f7f80c947bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "f1ecddb0d843183648927b936b16ed1307b968f9f7140187907f61f34f2436ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f2952e3ae721388b49a2ec58eb1b55c291e904246009af1f699334aace3b70ac" end depends_on "cmake" => :build From 320f3a8435ba22985513042f5aa0a40a21151a65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 13:16:51 +0000 Subject: [PATCH 09892/10074] miniserve: update 0.30.0 bottle. --- Formula/m/miniserve.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/miniserve.rb b/Formula/m/miniserve.rb index 9caef09bb40f9..a200942403881 100644 --- a/Formula/m/miniserve.rb +++ b/Formula/m/miniserve.rb @@ -6,13 +6,13 @@ class Miniserve < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0737d1957f73bbd2eab87296da1781bc7bd4de476715fce743abf4dbf0bf4333" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ee123de7e3a28158c1f54c80212f2805b5456054c7eac394e37e2d5b5dcba4f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8e775b2fc727210da8bf295ecbc0dd02b013af0e0bb4a90e0dd540391074cdc3" - sha256 cellar: :any_skip_relocation, sonoma: "c8b4efb102194aa5934ff2a666b2dc602a676a4ae895e4099202974b4b464e06" - sha256 cellar: :any_skip_relocation, ventura: "b1535654a5a0e5c5907340965c8dcd3e2bbc3430afbbe794a70df7a1e98920c6" - sha256 cellar: :any_skip_relocation, arm64_linux: "e6762e154da3ffc86f85cc9d67a1bb9a2b666696e6f1490bf9ebec53dca88ca9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3abba9ddbbe7f139aa9cccbbd15d1eb3067e3e3881c437b9fea20274934a58d2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fa670597db1241a9a10e7426aac8cce9faa8a0608a756073485b0348e977329" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7cd1099ca626b285d7079383f7558b50253c0c767c58ce994a2ce63ad68a37a9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "76745540d42d6898b2ed36d3dcef7e24a4db959b30d46f3d77e47f667588ec7f" + sha256 cellar: :any_skip_relocation, sonoma: "ea8b4e5980907b378077175cca05c0cbc3b3bb06198eb66d2905a3e94717bf47" + sha256 cellar: :any_skip_relocation, ventura: "17349671b580a68e6a20bc0adb271269e11c0a7b1fe76d8cf29cdfe16dce332b" + sha256 cellar: :any_skip_relocation, arm64_linux: "748850013ce077b05dab37b7e9e526118135e494c2d64bad2591f27528a60bd4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b9fa7e693b64614603fa886d593ed05f489e0547d53a08e9733a6df0c706cf8" end depends_on "rust" => :build From ec455da75d504afc6d14821dbd7655da5292329a Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Thu, 26 Jun 2025 09:46:17 -0400 Subject: [PATCH 09893/10074] basex 12.0 --- Formula/b/basex.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/b/basex.rb b/Formula/b/basex.rb index 75978e300dd61..cc0b9385eb0e4 100644 --- a/Formula/b/basex.rb +++ b/Formula/b/basex.rb @@ -1,9 +1,9 @@ class Basex < Formula desc "Light-weight XML database and XPath/XQuery processor" homepage "https://basex.org" - url "https://files.basex.org/releases/11.9/BaseX119.zip" - version "11.9" - sha256 "e796d92ffa20343e3f5fccac3140baec2f0056fdde0564e6de229fc91edb3d53" + url "https://files.basex.org/releases/12.0/BaseX120.zip" + version "12.0" + sha256 "ffd4de680a768dc906efb17cf89dda4a99285d6c93157bd7c67c578299f9f197" license "BSD-3-Clause" livecheck do From 2c3f2d5d4df8776a1bcef1f8700a0eb07d4c76ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 13:56:36 +0000 Subject: [PATCH 09894/10074] clusterawsadm 2.8.4 --- Formula/c/clusterawsadm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/clusterawsadm.rb b/Formula/c/clusterawsadm.rb index 5c76ffd93fd3f..2e9082807e6da 100644 --- a/Formula/c/clusterawsadm.rb +++ b/Formula/c/clusterawsadm.rb @@ -2,8 +2,8 @@ class Clusterawsadm < Formula desc "Home for bootstrapping, AMI, EKS, and other helpers in Cluster API Provider AWS" homepage "https://cluster-api-aws.sigs.k8s.io/clusterawsadm/clusterawsadm.html" url "https://github.com/kubernetes-sigs/cluster-api-provider-aws.git", - tag: "v2.8.3", - revision: "3cced5006823e4c4aa21d427cb3be3e8d99a1566" + tag: "v2.8.4", + revision: "49658babd14cb9590f9fef8330243d530f7d6602" license "Apache-2.0" head "https://github.com/kubernetes-sigs/cluster-api-provider-aws.git", branch: "main" From d524be5f8fb0869d6af864bfff93f076ce280596 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 13:59:23 +0000 Subject: [PATCH 09895/10074] dsda-doom 0.29.1 --- Formula/d/dsda-doom.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dsda-doom.rb b/Formula/d/dsda-doom.rb index d364676c6b6e9..49e8961c2d6db 100644 --- a/Formula/d/dsda-doom.rb +++ b/Formula/d/dsda-doom.rb @@ -1,8 +1,8 @@ class DsdaDoom < Formula desc "Fork of prboom+ with a focus on speedrunning" homepage "https://github.com/kraflab/dsda-doom" - url "https://github.com/kraflab/dsda-doom/archive/refs/tags/v0.29.0.tar.gz" - sha256 "8a9e477c593320e488bbe0d0255ff23df8422869c397da3e222529e6a38db70d" + url "https://github.com/kraflab/dsda-doom/archive/refs/tags/v0.29.1.tar.gz" + sha256 "4ffb93a1f602fa0bf5ecad987eef52c0735035132f9b999111cf709d40a939b7" license "GPL-2.0-only" head "https://github.com/kraflab/dsda-doom.git", branch: "master" From e97411d5acc9c62b4a956f971bc6e4d2f7b054ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:00:29 +0000 Subject: [PATCH 09896/10074] erofs-utils 1.8.9 --- Formula/e/erofs-utils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/erofs-utils.rb b/Formula/e/erofs-utils.rb index 4ddb30ba4c249..1e7de826c0307 100644 --- a/Formula/e/erofs-utils.rb +++ b/Formula/e/erofs-utils.rb @@ -1,8 +1,8 @@ class ErofsUtils < Formula desc "Utilities for Enhanced Read-Only File System" homepage "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" - url "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-1.8.8.tar.gz" - sha256 "927dba9186227f5279ab49dd60bd58f3cecef40c36845acaf6f1ffd006a094f4" + url "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-1.8.9.tar.gz" + sha256 "145a6f7fe4941814d30099c3568448d37c819ccd030fc5bfbcaab21134e6176e" license "GPL-2.0-or-later" head "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git", branch: "master" From 27fa63d154eb42b225de704554f9c4ea9bf2eda0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:04:36 +0000 Subject: [PATCH 09897/10074] imap-backup 16.0.0 --- Formula/i/imap-backup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/imap-backup.rb b/Formula/i/imap-backup.rb index a702e1ac28e32..97ed74f7c846e 100644 --- a/Formula/i/imap-backup.rb +++ b/Formula/i/imap-backup.rb @@ -1,8 +1,8 @@ class ImapBackup < Formula desc "Backup GMail (or other IMAP) accounts to disk" homepage "https://github.com/joeyates/imap-backup" - url "https://github.com/joeyates/imap-backup/archive/refs/tags/v15.1.3.tar.gz" - sha256 "1771ac25a2ef7186e2804d70d2803a871cc5bbcc9e8ee14bb0bc41b0bcd6fecb" + url "https://github.com/joeyates/imap-backup/archive/refs/tags/v16.0.0.tar.gz" + sha256 "925aa2479b3f08f3a150c2f7015aa0cd4c83eeab4395e4cc6c14ff4d464e0e37" license "MIT" livecheck do From f7f3f5100c56b82a258cab8ebb6fe51f315b3413 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:11:09 +0000 Subject: [PATCH 09898/10074] netlify-cli 22.1.7 --- Formula/n/netlify-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 92bc0a4899c56..7fc969a6125c5 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -1,8 +1,8 @@ class NetlifyCli < Formula desc "Netlify command-line tool" homepage "https://www.netlify.com/docs/cli" - url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.6.tgz" - sha256 "f641bc41394e03455d539603f0b095838df3ef0f2189bd7de192378aba7020b0" + url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.7.tgz" + sha256 "f891d403497c11a969564c4f777345b74d173f0c1d6f1cfcb5e4e3c9b8b78029" license "MIT" bottle do From dc00e346e31d854273a620a9d65e84831f42a7bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:11:23 +0000 Subject: [PATCH 09899/10074] newrelic-cli 0.99.2 --- Formula/n/newrelic-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/newrelic-cli.rb b/Formula/n/newrelic-cli.rb index b0373c3a1676e..18ab4c73fa848 100644 --- a/Formula/n/newrelic-cli.rb +++ b/Formula/n/newrelic-cli.rb @@ -1,8 +1,8 @@ class NewrelicCli < Formula desc "Command-line interface for New Relic" homepage "https://github.com/newrelic/newrelic-cli" - url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.99.0.tar.gz" - sha256 "6c10d67cb6d9f83a22d526805162266f9383afd8b852a3bd06ee0e4b50044d4b" + url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.99.2.tar.gz" + sha256 "082968ff2349a084eb3318d4736dbc06ba10fef7a302a3774297ea88175db74d" license "Apache-2.0" head "https://github.com/newrelic/newrelic-cli.git", branch: "main" From 11e58002d9840248a63361779e639dd479547e78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:22:05 +0000 Subject: [PATCH 09900/10074] traefik 3.4.3 --- Formula/t/traefik.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/traefik.rb b/Formula/t/traefik.rb index aa673e7be8499..e062a80e0ac7f 100644 --- a/Formula/t/traefik.rb +++ b/Formula/t/traefik.rb @@ -1,8 +1,8 @@ class Traefik < Formula desc "Modern reverse proxy" homepage "https://traefik.io/" - url "https://github.com/traefik/traefik/releases/download/v3.4.2/traefik-v3.4.2.src.tar.gz" - sha256 "a30b7a70a7a7cfca4c87ebd73fe7d3726c83f84047ac3ee997e7d4ca42446de6" + url "https://github.com/traefik/traefik/releases/download/v3.4.3/traefik-v3.4.3.src.tar.gz" + sha256 "c901e670ce82b733978392cd48951c0770b68b9865e68f02966d17325b9ab7e4" license "MIT" head "https://github.com/traefik/traefik.git", branch: "master" From ed314a5af6f0a32ae78806eaa1d1cc97c393d9a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:23:10 +0000 Subject: [PATCH 09901/10074] vercel-cli 44.2.6 --- Formula/v/vercel-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index af8459cc6bc3f..86d6196ecaa1d 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -1,8 +1,8 @@ class VercelCli < Formula desc "Command-line interface for Vercel" homepage "https://vercel.com/home" - url "https://registry.npmjs.org/vercel/-/vercel-44.2.5.tgz" - sha256 "f75b11255d654f0edbc976bfd3078920191a65c70bb04a1c5b6da084ab0f3ee7" + url "https://registry.npmjs.org/vercel/-/vercel-44.2.6.tgz" + sha256 "fb9b21a03167574990d65d99ce9eaebedce986a37e2b371592009065fb8a0656" license "Apache-2.0" bottle do From 7f6f4921d8503550c948c4df9c172f52c8d832d8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:24:15 +0000 Subject: [PATCH 09902/10074] werf 2.39.0 --- Formula/w/werf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index e58514e5d4195..f0423d02b0088 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -1,8 +1,8 @@ class Werf < Formula desc "Consistent delivery tool for Kubernetes" homepage "https://werf.io/" - url "https://github.com/werf/werf/archive/refs/tags/v2.38.1.tar.gz" - sha256 "bb680080e5da572d8e05b54bedb356531ca35d69a26174a5255c2ce28d6390c1" + url "https://github.com/werf/werf/archive/refs/tags/v2.39.0.tar.gz" + sha256 "fcb2d6a3351d91f0cf945e16729bd98f9117ba27cfb36e63cf8d5857f1265324" license "Apache-2.0" head "https://github.com/werf/werf.git", branch: "main" From b8fd724d55e70fa3c7d4b670bda0754f10e16c0e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:31:22 +0000 Subject: [PATCH 09903/10074] newrelic-cli: update 0.99.2 bottle. --- Formula/n/newrelic-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/newrelic-cli.rb b/Formula/n/newrelic-cli.rb index 18ab4c73fa848..2f6ff28e3ed1a 100644 --- a/Formula/n/newrelic-cli.rb +++ b/Formula/n/newrelic-cli.rb @@ -12,13 +12,13 @@ class NewrelicCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0be523eb43e00bcd3a8db896f1c80bb0dd544234d2953d167c1149b8f224db5f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e49c8f41dd4d863a392363e02c76294ffbef611b642794e910078b35ccd7167c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "69fb8cc3a752867a384fdac902544f623f518f929c453b210716888a1bfe236f" - sha256 cellar: :any_skip_relocation, sonoma: "fcc714ef953023d798efb8c39ec536cac0fa8f73a911efb57a57575596924b5c" - sha256 cellar: :any_skip_relocation, ventura: "da1a13f17b99186f47785e6ea1ab40c2922ba1125672cc87e83167be9c67af38" - sha256 cellar: :any_skip_relocation, arm64_linux: "ae21526124ab69bc214205fee007f2ed38bdbd6a3d977c3c7da84b94250e9d59" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc8e70e2431a69fdb45840b4b8b73e57d7bdc9985f793193e066b94382d35a8d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2bc0473706ad735bbfca6547c91894ced92c446cb11b8e9ce327d11885c35239" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "18c21e03ac9848db0ea82fda8d13c1aad2029ff97da1da7ba383822f5b78d661" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d3d64481131e8133486d85816fe08ce674ce0a16aad21935f227bfd85b62075a" + sha256 cellar: :any_skip_relocation, sonoma: "c630cd7600516c48a4113086bdc57cd663ac695082681d79fc447c8f87c36d8d" + sha256 cellar: :any_skip_relocation, ventura: "e02823994342ca756077129f19b44ac80bc2e95f431ffe5faf4ea5808028e56f" + sha256 cellar: :any_skip_relocation, arm64_linux: "d2903599df3914c52ddbbde0ae72c96bfa9ff86eea723e4cf6543a3f79013f71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd2e1b73f7ce85c337d34e3272e5ac7b176068d3851c70103ddd9a290289faae" end depends_on "go" => :build From 59b664815f35caf6bb6a76673a761ae90ba97aa6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:31:54 +0000 Subject: [PATCH 09904/10074] imap-backup: update 16.0.0 bottle. --- Formula/i/imap-backup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/imap-backup.rb b/Formula/i/imap-backup.rb index 97ed74f7c846e..63a1368608584 100644 --- a/Formula/i/imap-backup.rb +++ b/Formula/i/imap-backup.rb @@ -11,7 +11,7 @@ class ImapBackup < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "a87264885e50ff52c2b0cdf13ef77112dab17a16021612bd65388e7d3bf18da8" + sha256 cellar: :any_skip_relocation, all: "f115714f1cece5ef09600bac4c6917f4a393369e3300d434bcbccda0699ddf86" end # Requires Ruby >= 2.7 From 81024098c007725c0a211a7044779a18c0bcefd3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:32:29 +0000 Subject: [PATCH 09905/10074] dsda-doom: update 0.29.1 bottle. --- Formula/d/dsda-doom.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dsda-doom.rb b/Formula/d/dsda-doom.rb index 49e8961c2d6db..49b366ca45c75 100644 --- a/Formula/d/dsda-doom.rb +++ b/Formula/d/dsda-doom.rb @@ -12,13 +12,13 @@ class DsdaDoom < Formula end bottle do - sha256 arm64_sequoia: "62d79a9e28f986ac5d317caf56fe7507d41324233e01ad58fae7f511b68bbb96" - sha256 arm64_sonoma: "904eb35ca00eb76c99f65db6d17128670d6741c63a610e95777daccea320ab46" - sha256 arm64_ventura: "73ec5cb58f3621d80d1269bf98019a8991ca249a9be2166bdede06f3d17fbca2" - sha256 sonoma: "6f089e319ad1807a4838fa4e62f90d0722144a994f3e4e72ba0a6bc2b165ce2f" - sha256 ventura: "9bbfc89050f4e7f48dd21d7c334c3dda14a9297e1b692b288d9f776326dd1232" - sha256 arm64_linux: "e010235a756f7d322ed9cabbacc59b874db7206051e8d5a4586deb2879678bca" - sha256 x86_64_linux: "11154eb148709feb22b9e65b4e8f55968023a454d9b90854bd9c8aee0f035e9c" + sha256 arm64_sequoia: "8e0be803f4ce526841a577548cc311a8ac0c23b77f8ba56a4845aa84cedb9ebf" + sha256 arm64_sonoma: "7be70c4425c3f279829e0df0d917774eef23e984967f461cdfb07fb5ac0778de" + sha256 arm64_ventura: "0403fc0d20145a048cb9c5fd0f70d518518a13e82e6d3df0a827e11e6d3092f5" + sha256 sonoma: "4374e90d7cdd3e119ff841fe2e320ba416080e11e3d6a7016e6201d23d5299fd" + sha256 ventura: "644b5ca52abcc76985aa8bdfbfde9b67d27d482fc44b6c2bdedce704359d3854" + sha256 arm64_linux: "1b77fe855c83dbbf7c53d61c7423316884e0d7262105d24f2ae67a4a32e0ee9b" + sha256 x86_64_linux: "e2cdb71a61e28ca7265d6c5b21830f28b0fcaeddf5688edbbb6891c4ba1e1a76" end depends_on "cmake" => :build From c1ad90c99b551202f1adee770fd692f643897813 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:32:52 +0000 Subject: [PATCH 09906/10074] erofs-utils: update 1.8.9 bottle. --- Formula/e/erofs-utils.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/erofs-utils.rb b/Formula/e/erofs-utils.rb index 1e7de826c0307..6ee504877ab1c 100644 --- a/Formula/e/erofs-utils.rb +++ b/Formula/e/erofs-utils.rb @@ -12,13 +12,13 @@ class ErofsUtils < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "ea5469d61a3b0ce1cc8281154c02c54080b1f9076b0712e23cf6f00115f6cc81" - sha256 cellar: :any, arm64_sonoma: "9da10827d7e0c56b72c411dbf3846293dd90aceaaae8be47d6a8339ef97f7cc5" - sha256 cellar: :any, arm64_ventura: "77eaa517da8a816e94dace158c266172bdcf8962f78e3807c8378459de6646b9" - sha256 cellar: :any, sonoma: "af32cd518b222a674c1a30bac7ba8aee6191c2146be6a21ec09e655e4b4ba162" - sha256 cellar: :any, ventura: "617e9aa287787cd335f64126772a433ca7285421f6473f718189289bf2e26479" - sha256 cellar: :any_skip_relocation, arm64_linux: "a3ba85aed797d0f1cdc05039a4f5f1084790ecb4bdb9090f1ba343506db28166" - sha256 cellar: :any_skip_relocation, x86_64_linux: "59fe3b30de1abce4f65bd3653d5d3cdb1e70996f50e4dc16283bb3f622266968" + sha256 cellar: :any, arm64_sequoia: "bf88ce7570102718eacf17d8d82477b8dafa0b06f20ae25aae0f009069cce458" + sha256 cellar: :any, arm64_sonoma: "5bc927550cead7e3c4e39745bedee218275db4148e369da38bb96e3c7ae35bc7" + sha256 cellar: :any, arm64_ventura: "ee95d6d32629cd8f57ac2f565f3a0274fbf9a6d5d084c1e18dc87544b0982a40" + sha256 cellar: :any, sonoma: "e8e03e1d15b3f7269f8d82a06b119232719bed44ac40c3aea8b0dd20f5080877" + sha256 cellar: :any, ventura: "fcbbeef2973d449073460d992916f4575b59ffd622d47f13e0c85aed38570264" + sha256 cellar: :any_skip_relocation, arm64_linux: "ebb9665ce6e1b6565ee1fa7a3f19a81454b9a98c29142fe3e99aa9ce425e9a7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1491f9fed511163cfb6ae5d2fb8c40164e35aded9b9c1d1bb55429cd7cca0910" end depends_on "autoconf" => :build From 652b182cc43b8d9ad488ff34c11ca4f1223264ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:33:09 +0000 Subject: [PATCH 09907/10074] clusterawsadm: update 2.8.4 bottle. --- Formula/c/clusterawsadm.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/clusterawsadm.rb b/Formula/c/clusterawsadm.rb index 2e9082807e6da..c4883358c4fbf 100644 --- a/Formula/c/clusterawsadm.rb +++ b/Formula/c/clusterawsadm.rb @@ -13,12 +13,12 @@ class Clusterawsadm < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "41bb8e909c8aba446a6ae586e9afe0e6337118ff51f2f8a289a7007b7b851257" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b62396ddfb38bb7f3b004e94f7c7131431fbf4095c28196a38016808e49fdab5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1f1ce88ad3ceecc5e93f64c4176e80422046b4fb5befedb368d70e90ee39c04d" - sha256 cellar: :any_skip_relocation, sonoma: "104c8d48635f4d3b0a15b4976006ec9c0dd8b1259343e873b3deba597c868d42" - sha256 cellar: :any_skip_relocation, ventura: "fb5f8dc2d32f63595d39bb220d2af0314925d5984786cb188ebf8d517e0175a3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f221c6d02a6003f93f080a9b6711654a37d7200a1369e9a5760eaac73ffa5053" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "000bd6559e318952155c155d05548dba25f9ebafd15430b7a18c9a1456e6e683" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba21fff18a7d5e1560dfa16bc3a9e1656cffc2a43bef0df7c06c87af95c665b5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b2391eb924d5c000c71d672c4acb98ebe509d8de968eae01bcd1d032ff13e33" + sha256 cellar: :any_skip_relocation, sonoma: "16d6de766e18a14f4503f894304c37433d796ce9cdf4e2fcb92ed51cac1d7dda" + sha256 cellar: :any_skip_relocation, ventura: "07fb08edbfec7f8165ae1e53db1f47aa3c1e02a2a92942f64a0afc76ea5eb075" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ea4f80b7a6751f98abcf6d57fd2b3089980fe1e3b6d138fec1cd95adba46975c" end depends_on "go" => :build From 13c28d8ca115bd62b9d074a7039671f2f7936a0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:35:52 +0000 Subject: [PATCH 09908/10074] basex: update 12.0 bottle. --- Formula/b/basex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/basex.rb b/Formula/b/basex.rb index cc0b9385eb0e4..ebab3ceb69769 100644 --- a/Formula/b/basex.rb +++ b/Formula/b/basex.rb @@ -14,7 +14,7 @@ class Basex < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "0682571302879f8041fa70fda9e44cbdc6d785bedc1f1d69a8a6da5c3884a2c8" + sha256 cellar: :any_skip_relocation, all: "05607e52e85895c35964198defc61f665b99d0174f74c28dc9d00b25a6ad4de7" end depends_on "openjdk" From 0085df30c9f2c64868c688938dac51b4e959d2b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:38:25 +0000 Subject: [PATCH 09909/10074] sqlite-rsync: add 3.50.1 bottle. --- Formula/s/sqlite-rsync.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/s/sqlite-rsync.rb b/Formula/s/sqlite-rsync.rb index 602e6fc0b5732..319a39e00a744 100644 --- a/Formula/s/sqlite-rsync.rb +++ b/Formula/s/sqlite-rsync.rb @@ -12,6 +12,15 @@ class SqliteRsync < Formula no_autobump! because: :incompatible_version_format + bottle do + sha256 arm64_sequoia: "36a923d7889f38166fb2b250b1693a7d3c6f5a030dea68bd080e915d55639bac" + sha256 arm64_sonoma: "b99b5af9b65feeaf2f4dec7ee96dbdbf9a2ad1fa6693fa90272b4b90435dc863" + sha256 arm64_ventura: "c1397c18bfa41c56a36cbf8c33d5d2b4a8d87b920b39f57bec8a76b165dd87f0" + sha256 cellar: :any, sonoma: "3584542d90962671d5b6bc711ef9f23163d67b2947f3f9fad725a155347f1dab" + sha256 cellar: :any, ventura: "4a1c13e4637a8fcd6ef032c538daf1301a8c7a403e90c8606c4bb6789f6d0ccc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e7718677ad793f8dc3d5809cfd5498d978f3e56f33acf2e8e1cfed4a66c5bcd" + end + uses_from_macos "tcl-tk" => :build uses_from_macos "sqlite" => :test From 8b08379de217c42bdfe88233a6cf8ba9c05c0377 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 26 Jun 2025 16:05:08 +0200 Subject: [PATCH 09910/10074] yek 0.21.0 (new formula) Signed-off-by: botantony Update Formula/y/yek.rb Co-authored-by: Rui Chen --- Formula/y/yek.rb | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Formula/y/yek.rb diff --git a/Formula/y/yek.rb b/Formula/y/yek.rb new file mode 100644 index 0000000000000..4f0e560037fa4 --- /dev/null +++ b/Formula/y/yek.rb @@ -0,0 +1,42 @@ +class Yek < Formula + desc "Fast Rust based tool to serialize text-based files for LLM consumption" + homepage "https://github.com/bodo-run/yek" + url "https://github.com/bodo-run/yek/archive/refs/tags/v0.21.0.tar.gz" + sha256 "2c0e863e0f49f690977910498a1b8dd151c625bf04b88a7d6ff20553590b6ccf" + license "MIT" + head "https://github.com/bodo-run/yek.git", branch: "main" + + livecheck do + url :stable + regex(/^v?(\d+(?:\.\d+)+)$/i) + end + + depends_on "pkgconf" => :build + depends_on "rust" => :build + + depends_on "openssl@3" + uses_from_macos "zlib" + + def install + ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix + ENV["OPENSSL_NO_VENDOR"] = "1" + + system "cargo", "install", *std_cargo_args + end + + test do + assert_match version.to_s, shell_output("#{bin}/yek --version") + + (testpath/"main.c").write <<~C + #include + #include + + int main(void) { + printf("%s\n", "Hello, world!"); + return EXIT_SUCCESS; + } + C + expected_file = shell_output("#{bin}/yek --output-dir #{testpath}") + assert_match ">>>> main.c", expected_file + end +end From ee867611bae25c4634ed9a96bf3d5f39ce1e88dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:40:30 +0000 Subject: [PATCH 09911/10074] vercel-cli: update 44.2.6 bottle. --- Formula/v/vercel-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/v/vercel-cli.rb b/Formula/v/vercel-cli.rb index 86d6196ecaa1d..de70f25e103f5 100644 --- a/Formula/v/vercel-cli.rb +++ b/Formula/v/vercel-cli.rb @@ -6,13 +6,13 @@ class VercelCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0a5af683d55cd7a35330e779764eb7fc6b8a2a3e5e744b051818156473fd555" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0a5af683d55cd7a35330e779764eb7fc6b8a2a3e5e744b051818156473fd555" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f0a5af683d55cd7a35330e779764eb7fc6b8a2a3e5e744b051818156473fd555" - sha256 cellar: :any_skip_relocation, sonoma: "43b55f9edc230501fb9be72d6e8bb99487c08ef3add373497cb6d3b6df767d6a" - sha256 cellar: :any_skip_relocation, ventura: "43b55f9edc230501fb9be72d6e8bb99487c08ef3add373497cb6d3b6df767d6a" - sha256 cellar: :any_skip_relocation, arm64_linux: "3df543cde58366aae6c70316e07afe5ecb76ffae37376e6bc5eaaa851a620f45" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9e74d8dd3db91ac22e88eeaa379385cc50999a22b17506bed26fadb5fe1e4dbc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec883c50683f3c69381289f800164c156b17a20e9214ca77fb5869c3a5039831" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec883c50683f3c69381289f800164c156b17a20e9214ca77fb5869c3a5039831" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ec883c50683f3c69381289f800164c156b17a20e9214ca77fb5869c3a5039831" + sha256 cellar: :any_skip_relocation, sonoma: "87cb3aeeea9743f5d5ea4e82696422564c52f3316368eabccd289a716efee3f1" + sha256 cellar: :any_skip_relocation, ventura: "87cb3aeeea9743f5d5ea4e82696422564c52f3316368eabccd289a716efee3f1" + sha256 cellar: :any_skip_relocation, arm64_linux: "16ee0cda3bc608dab29c8acae5dd0e6084f566a5f8478cb1e47bfbc24d0c2088" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c2978b1de1dd41fbac594ace353c94849a083835384cbe15902ec47a8f1e7c90" end depends_on "node" From 9fb21abb679134a23fb2e34450929e55348fb3b4 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:40:31 +0000 Subject: [PATCH 09912/10074] pulumi 3.180.0 --- Formula/p/pulumi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index c4360226381da..437b406324e31 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -2,8 +2,8 @@ class Pulumi < Formula desc "Cloud native development platform" homepage "https://pulumi.io/" url "https://github.com/pulumi/pulumi.git", - tag: "v3.178.0", - revision: "a620e304958303e49ccf8aa71ef985aecbf63c93" + tag: "v3.180.0", + revision: "1520431f8e6a4bbdadd3a7b325faaeec682ed6b5" license "Apache-2.0" head "https://github.com/pulumi/pulumi.git", branch: "master" From 502c294518b948cd05c2a828f0c74c2618c9f34f Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 26 Jun 2025 16:41:10 +0200 Subject: [PATCH 09913/10074] ace 8.0.4 Signed-off-by: botantony --- Formula/a/ace.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/ace.rb b/Formula/a/ace.rb index 1b6b3f6ef92a8..01fb2aa8f3f7a 100644 --- a/Formula/a/ace.rb +++ b/Formula/a/ace.rb @@ -1,8 +1,8 @@ class Ace < Formula desc "ADAPTIVE Communication Environment: OO network programming in C++" homepage "https://www.dre.vanderbilt.edu/~schmidt/ACE.html" - url "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_3/ACE+TAO-8.0.3.tar.bz2" - sha256 "aec961417e5b894a44de9b361fa45966b3267a79a01de1e813a5a4bc021b48bb" + url "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_4/ACE+TAO-8.0.4.tar.bz2" + sha256 "025f6bf99a7629d52b47aa5f2e023d2a14280c1c5330bdc660230778081dc0e3" license "DOC" livecheck do From 7504acf14084aa4f2458d5e459fbdb1be677cf08 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 26 Jun 2025 16:42:25 +0200 Subject: [PATCH 09914/10074] claude-squad 1.0.6 --- Formula/c/claude-squad.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/c/claude-squad.rb b/Formula/c/claude-squad.rb index e9e1bd45d9a57..eb1daf4cdb39e 100644 --- a/Formula/c/claude-squad.rb +++ b/Formula/c/claude-squad.rb @@ -1,13 +1,11 @@ class ClaudeSquad < Formula desc "Manage multiple AI agents like Claude Code, Aider and Codex in your terminal" homepage "https://smtg-ai.github.io/claude-squad/" - url "https://github.com/smtg-ai/claude-squad/archive/refs/tags/v1.0.5.tar.gz" - sha256 "ab5646523447aab20aeff50fd43cc884267c2885e6ab88646097d1f6dfd2c138" + url "https://github.com/smtg-ai/claude-squad/archive/refs/tags/v1.0.6.tar.gz" + sha256 "cbc5bac64af5e8f4d8d1d671cba7ff3b6fcb8232bad318ae28356586f30560ec" license "AGPL-3.0-only" head "https://github.com/smtg-ai/claude-squad.git", branch: "main" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" sha256 cellar: :any_skip_relocation, arm64_sonoma: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" From 8446ff7b1b3bd7cec0dfb3b33af635f8eb757f46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:50:26 +0000 Subject: [PATCH 09915/10074] netlify-cli: update 22.1.7 bottle. --- Formula/n/netlify-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 7fc969a6125c5..674fb23f0ffb4 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -6,13 +6,13 @@ class NetlifyCli < Formula license "MIT" bottle do - sha256 arm64_sequoia: "35c93b9a85217fe76b582ec1acc62fdf210708dae9a1aeee57585f2f6b1c4ff1" - sha256 arm64_sonoma: "da0ead36b0fa1bc4371d3180ca9297d696c128d36a8c450cd480a623f96dae2f" - sha256 arm64_ventura: "05902cf1a2b1290bef8ac3f3bc7b9ae9e4916785c7e8bc281a25231f5ecf4eb3" - sha256 sonoma: "d7f2dd8a37429a7e733f4e562eedb8ae6456f4d7fa848e379159d60d3ecd863f" - sha256 ventura: "3baa6367d23df19d4fcdc89608d3abfbdcd1959f0d995f5a5cb79bdd95cdea97" - sha256 cellar: :any_skip_relocation, arm64_linux: "c7725369d5250095e9c66a9dafce84ba9b3c41f5e70e79204ab9a50eb21da693" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9b2400d5ca2f1e81b58eb70efe16902dd6da54bdcadfd6a3ceab8dd27b1e833c" + sha256 arm64_sequoia: "386cdeeb6db161ff014bb69e276a8617e44166c67d7ebb4ea6e23c46e98b1296" + sha256 arm64_sonoma: "3b8631c1e15d9826a684ff3835c9af2b9fbb3a0c5f6a77ae3601fd31b96b7d42" + sha256 arm64_ventura: "e0107d847177c7cccea3193d9d6382637e01db29fcd331140cf6846eaf406146" + sha256 sonoma: "28349f11ce57e0cdbeb160a2cddf824371fe3e1f92ef1bd8826a9fc591ff2346" + sha256 ventura: "b19bf06386c3ada404cd5f66bf207951b1b70be6c5a3f97f8596661c8137de9a" + sha256 cellar: :any_skip_relocation, arm64_linux: "d8677da7f6cde744d93720a45818625bf6901da0c1518cf0f69ea09b3927747b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "71b95ba5a95e04094a69c68912277ef92fce9595ef8b9217c290f761dc62b98c" end depends_on "pkgconf" => :build From e179ff0a5bd74671753bed152fb101cc93f3cfbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:50:38 +0000 Subject: [PATCH 09916/10074] werf: update 2.39.0 bottle. --- Formula/w/werf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/werf.rb b/Formula/w/werf.rb index f0423d02b0088..67a64c5e24e49 100644 --- a/Formula/w/werf.rb +++ b/Formula/w/werf.rb @@ -15,13 +15,13 @@ class Werf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "84e36233ffe2cd0ae9bc54a89558ad9048908bcadefad7de68f34cf9ebc3be7a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "77990fe756c6fdcdd5a52f72f36c77781586a7b722223448afedb6735aa995d2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e82fff34cf9e1d1b8f8a1198f5705bbd7806e4cf14a687e68bac207d0e213759" - sha256 cellar: :any_skip_relocation, sonoma: "476ab3d7c7f9bc795042aa7894e7bbd0cc2ce7c258b02acfe1d33546360982bc" - sha256 cellar: :any_skip_relocation, ventura: "89aa2ca61439919b018cf2249318cefc8f4edafcdcdbe0009e1282d2099b425b" - sha256 cellar: :any_skip_relocation, arm64_linux: "d14224389f7c9a94541d18e0edb7799f2067b3c6f9334ed7e95882467876a100" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a06d8e3f33ac47356b8ab02f9f2b7a312401693133d9549d2b81e89502395ef5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "94e0ed35613647ea73a8fb757018a4ab8688c57fdb01d67c81fe5fba69be1eb0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b893178f316e31c8f40946df789c4facc9eeb7a1523c6b26195caf878ef022d8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a592ab2b9f1f6adbed8bd0282ff736af247d1bd39e28b296748ee361d8d852da" + sha256 cellar: :any_skip_relocation, sonoma: "2ef0bdc1a6f4b6b83a79533e680d4ebf18fce9cd92f96e53e0e2a8d5924026c2" + sha256 cellar: :any_skip_relocation, ventura: "727301a310da4fdc87b8491188f55127e6a62c690ad102118d48fbe01479ea22" + sha256 cellar: :any_skip_relocation, arm64_linux: "71b05e5a9fd2fcb7a83d89a49db4656ecb27f23ebc72a127b1269094fafc05c3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e718f25c8d605b0d07e37242c223c004aae67dc617ef7fcc8e4dad8ec32f196b" end depends_on "go" => :build From 4e18b85edf1004509b2408acf0fd01779da92854 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:59:18 +0000 Subject: [PATCH 09917/10074] fabric-ai 1.4.216 Signed-off-by: Rui Chen --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 7b18619200b27..6ba5108467ede 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.215.tar.gz" - sha256 "73b69dfa308040fe2941302d188a26cc72fa2c106d5c6ffd18f0184ecb08ca07" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.216.tar.gz" + sha256 "7ffb1742cf032b712142ee96fc1dbb8c9e4347e1681e0af2578ccfb9689e22c4" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 3d6ae7627746d8afb76a9e056141a4819a64826a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:57:26 +0000 Subject: [PATCH 09918/10074] yek: add 0.21.0 bottle. --- Formula/y/yek.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/y/yek.rb b/Formula/y/yek.rb index 4f0e560037fa4..a2d03824443d4 100644 --- a/Formula/y/yek.rb +++ b/Formula/y/yek.rb @@ -11,6 +11,15 @@ class Yek < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end + bottle do + sha256 cellar: :any, arm64_sequoia: "2d5276241deded5acf624a31b29ac860986c82fa12d46e3bc0dd697b86316730" + sha256 cellar: :any, arm64_sonoma: "e002487f80db2f64322b9110b33705159d36da98dba3916e832d88caf8143346" + sha256 cellar: :any, arm64_ventura: "a44f0bd71899bbb2bd95d3c1cf07e72b4a511c861e7bef2a1883e572df2c0f32" + sha256 cellar: :any, sonoma: "1627a4d75dd780a1ecf0c2f756327102ef247c30b612aa931e4067684c4a97af" + sha256 cellar: :any, ventura: "1117b2d2b0d74e8c3dd4214e5dda6ced03090ccea62d54d214d376aca945fa96" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a63bf23710982ff18db2e129a2001c7447007d24ca9b30be4a26de2c0b83f16" + end + depends_on "pkgconf" => :build depends_on "rust" => :build From 1e6dcbe7178f61113273c46eadc07fc11c08d2a2 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 26 Jun 2025 16:57:39 +0200 Subject: [PATCH 09919/10074] ldeep 1.0.87 --- Formula/l/ldeep.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/l/ldeep.rb b/Formula/l/ldeep.rb index d5be0daef6ca3..c6a6f2a798ab4 100644 --- a/Formula/l/ldeep.rb +++ b/Formula/l/ldeep.rb @@ -3,13 +3,11 @@ class Ldeep < Formula desc "LDAP enumeration utility" homepage "https://github.com/franc-pentest/ldeep" - url "https://files.pythonhosted.org/packages/e3/92/2914cb11ae0a1ee1aca4c6e7c5036c3ce83d0b20613ba13e9519e00cecdb/ldeep-1.0.86.tar.gz" - sha256 "4baeea7d1bcaa29867214c47992b2108c5ad0bb7cd09f82ca1c9270d538ae1f7" + url "https://files.pythonhosted.org/packages/28/4d/54d97255db812fc2a4ba2f166a1468ae6e8c17e2c29ee9ec70d6611fca6c/ldeep-1.0.87.tar.gz" + sha256 "b9349b8883fa6257c70ae75af9851340cad2ef40216231c02bd0ea7f88921eff" license "MIT" head "https://github.com/franc-pentest/ldeep.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "82bf16581a7e37876280738dbc31a2e17d697d05078b65aff8b7b5d6d0c8c871" sha256 cellar: :any_skip_relocation, arm64_sonoma: "83461409b70bf0a9152c2fb620d8c7779febb0315304ceeb0d745242adfab8ad" @@ -66,13 +64,13 @@ class Ldeep < Formula end resource "pycryptodome" do - url "https://files.pythonhosted.org/packages/44/e6/099310419df5ada522ff34ffc2f1a48a11b37fc6a76f51a6854c182dbd3e/pycryptodome-3.22.0.tar.gz" - sha256 "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723" + url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" + sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end resource "pycryptodomex" do - url "https://files.pythonhosted.org/packages/ba/d5/861a7daada160fcf6b0393fb741eeb0d0910b039ad7f0cd56c39afdd4a20/pycryptodomex-3.22.0.tar.gz" - sha256 "a1da61bacc22f93a91cbe690e3eb2022a03ab4123690ab16c46abb693a9df63d" + url "https://files.pythonhosted.org/packages/c9/85/e24bf90972a30b0fcd16c73009add1d7d7cd9140c2498a68252028899e41/pycryptodomex-3.23.0.tar.gz" + sha256 "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da" end resource "six" do From 6bfd52e24cc9b0aca4e20b28a260187b1a26e55c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:01:24 +0000 Subject: [PATCH 09920/10074] claude-squad: update 1.0.6 bottle. --- Formula/c/claude-squad.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/claude-squad.rb b/Formula/c/claude-squad.rb index eb1daf4cdb39e..1a4f25fc7fb85 100644 --- a/Formula/c/claude-squad.rb +++ b/Formula/c/claude-squad.rb @@ -7,12 +7,12 @@ class ClaudeSquad < Formula head "https://github.com/smtg-ai/claude-squad.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "48e8807b7069cc2d76610fa465202fdfdf31b40bc339358fbed88d4fcff39a7e" - sha256 cellar: :any_skip_relocation, sonoma: "76bc17370d29c5687287a72cbfa4a90e2999cd5f8ddda9ae42e84718b646660d" - sha256 cellar: :any_skip_relocation, ventura: "76bc17370d29c5687287a72cbfa4a90e2999cd5f8ddda9ae42e84718b646660d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fb5a9e2bc179d5d6927bb90363c375d8409534098ad2342586015e9ce2155b5d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffecddd650604eae9d3310add80b7dd038afbaf8a380c38e4e5228e67ed8b00c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffecddd650604eae9d3310add80b7dd038afbaf8a380c38e4e5228e67ed8b00c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ffecddd650604eae9d3310add80b7dd038afbaf8a380c38e4e5228e67ed8b00c" + sha256 cellar: :any_skip_relocation, sonoma: "06685cb47f88f02a82e76a416a491077ce161e7db9d7cf3680c1888214de9c51" + sha256 cellar: :any_skip_relocation, ventura: "06685cb47f88f02a82e76a416a491077ce161e7db9d7cf3680c1888214de9c51" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e37f2489bf1eb830a9ee08b4a7988f2d44488b174bf110e7fd1de538174d71e5" end depends_on "go" => :build From ee19b78a1c1c27b604ea961b13c21f1c9eaf8b09 Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 26 Jun 2025 17:03:00 +0200 Subject: [PATCH 09921/10074] ivtools: revision bump (ace 8.0.4) Signed-off-by: botantony --- Formula/i/ivtools.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/i/ivtools.rb b/Formula/i/ivtools.rb index 7b5dd5751b12e..16ffe960735df 100644 --- a/Formula/i/ivtools.rb +++ b/Formula/i/ivtools.rb @@ -4,7 +4,7 @@ class Ivtools < Formula url "https://github.com/vectaport/ivtools/archive/refs/tags/ivtools-2.1.1.tar.gz" sha256 "4fa680b9d0fd2af610e9012258e150249d9a8abbc3b1f65eb17d01c959142cfc" license "MIT" - revision 2 + revision 3 bottle do sha256 arm64_sequoia: "8e490b72b8f0d4ab14b666c5a0a5c1e7fb0a1ef009f16e68a287cdbe6baabc5e" From e319019d5f2cbc31cdbe2865c97f04bb2042d62a Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 26 Jun 2025 17:03:48 +0200 Subject: [PATCH 09922/10074] mac 11.19 Signed-off-by: botantony --- Formula/m/mac.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index 6582d407048d0..c6a6bcec457c3 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -1,9 +1,9 @@ class Mac < Formula desc "Monkey's Audio lossless codec" homepage "https://www.monkeysaudio.com" - url "https://monkeysaudio.com/files/MAC_1118_SDK.zip" - version "11.18" - sha256 "843b3f2570665a23b50b43dfb6f0fcdf58b992242ab8d0d17f9cb65167aa9c37" + url "https://monkeysaudio.com/files/MAC_1119_SDK.zip" + version "11.19" + sha256 "3849ac1324269a9934a83da1549b8f56f894d5b70f41cd332a8d8893d42a0fbc" license "BSD-3-Clause" livecheck do From d18a10e0dc52ec356a40e206460e4cab674ee733 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:06:24 +0000 Subject: [PATCH 09923/10074] pulumi: update 3.180.0 bottle. --- Formula/p/pulumi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pulumi.rb b/Formula/p/pulumi.rb index 437b406324e31..cdc4f42c83cd7 100644 --- a/Formula/p/pulumi.rb +++ b/Formula/p/pulumi.rb @@ -10,12 +10,12 @@ class Pulumi < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6107e4fe3b3d4d0ef8c4a15f677f028dd78f8e51670a608c7e0e81770d8acb39" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd25094ff0a7e4b0636f2ef62801cbf5d4b583c2e3b83f5d55078e5300855564" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7e00a0666d6e8f734aa516d26af8a52f51d3a8e1d299d4ffa1e33013e4e7ed55" - sha256 cellar: :any_skip_relocation, sonoma: "a8ddc5f9e8d1a64f9b8fd01c6e0c3cd5a544222f59052561793ef3fed617092b" - sha256 cellar: :any_skip_relocation, ventura: "ac08432fe682a5e58fd4670c6a72acb87d0ba47b20d8e9be154429d75ca539a8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7862fb0de1747cfc1321cc02561ab1a3248e0440f5d7aab2d9d5c80bdf4a299e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "42b19b4f950555bcc0396020878399b4eb790d48510cce84242439f4a729ee95" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e3891f3a3d95df54f3e80c234c5edcfb58122a82be7910bb4c5d3b522e262cb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c6de163092fd8fbd7eb933f565713f10b430697f484bdc572ce0543bb0b2427f" + sha256 cellar: :any_skip_relocation, sonoma: "07f2b512a51c644e882bcbea0d969f4b00ae98f5585a1ddfb852bafe247d62f9" + sha256 cellar: :any_skip_relocation, ventura: "23b6eeb6d5c5e7202fc17aee7d36b21a80ab745f526dc65f1790aca6a7175702" + sha256 cellar: :any_skip_relocation, x86_64_linux: "711210a5629011a85e9cb112cb27b4507112b34d04790b7874234016ae720469" end depends_on "go" => :build From 09ae151c12e3458bf8503d4ab0e9c674c61e8ab5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:09:46 +0000 Subject: [PATCH 09924/10074] fabric-ai: update 1.4.216 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 6ba5108467ede..5f6f000315cde 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "237946714814ff2e86fd2a82c326bb556287d0a18889fdac2cf3e387ce78f667" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "237946714814ff2e86fd2a82c326bb556287d0a18889fdac2cf3e387ce78f667" - sha256 cellar: :any_skip_relocation, arm64_ventura: "237946714814ff2e86fd2a82c326bb556287d0a18889fdac2cf3e387ce78f667" - sha256 cellar: :any_skip_relocation, sonoma: "2b34c1e56398f5c33a258b9f61e44adc64222b328b0d389a2e725a934416cbc5" - sha256 cellar: :any_skip_relocation, ventura: "2b34c1e56398f5c33a258b9f61e44adc64222b328b0d389a2e725a934416cbc5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b28e3d8019ddab9dcd8f6230c35eb966e6f60c2792e42a5c9cdf41fe35c4d5d0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cedb2fe4281918ddc13da63e297d47ae699e89010e4b79e9ad3bb6ffb86924f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cedb2fe4281918ddc13da63e297d47ae699e89010e4b79e9ad3bb6ffb86924f3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cedb2fe4281918ddc13da63e297d47ae699e89010e4b79e9ad3bb6ffb86924f3" + sha256 cellar: :any_skip_relocation, sonoma: "0731d2aa17cc0e9057d2d119f2c4c75ce070d8f8a8450e1ce52ac99fea10cffb" + sha256 cellar: :any_skip_relocation, ventura: "0731d2aa17cc0e9057d2d119f2c4c75ce070d8f8a8450e1ce52ac99fea10cffb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd7ccffc9bf88e6244787cd153905935e170f5f42325f01767620205f66e3c6c" end depends_on "go" => :build From c6906552fb0414bd6aaa303921019dbab07a188b Mon Sep 17 00:00:00 2001 From: botantony Date: Thu, 26 Jun 2025 17:09:46 +0200 Subject: [PATCH 09925/10074] puzzles 20250626 Signed-off-by: botantony --- Formula/p/puzzles.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/puzzles.rb b/Formula/p/puzzles.rb index f054e80c8fb12..c1e3f5c2739ed 100644 --- a/Formula/p/puzzles.rb +++ b/Formula/p/puzzles.rb @@ -2,9 +2,9 @@ class Puzzles < Formula desc "Collection of one-player puzzle games" homepage "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" # Extract https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles.tar.gz to get the version number - url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20250615.b589c5e.tar.gz" - version "20250615" - sha256 "a5ab317bef3b5d0cb6a532352eb938cde92bcb5a602489702c5ee4986c5c78a4" + url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20250626.fce4fcb.tar.gz" + version "20250626" + sha256 "615672a83c00dc5cab4c8bc528e494264c88608e1af1f6d47e95f4016e26f8cf" license "MIT" head "https://git.tartarus.org/simon/puzzles.git", branch: "main" From fc393d303af10acd3bfeba6c01b62815335b943a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:15:56 +0000 Subject: [PATCH 09926/10074] mac: update 11.19 bottle. --- Formula/m/mac.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mac.rb b/Formula/m/mac.rb index c6a6bcec457c3..66f006a71350e 100644 --- a/Formula/m/mac.rb +++ b/Formula/m/mac.rb @@ -14,13 +14,13 @@ class Mac < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any, arm64_sequoia: "3a2a9a2396303fd2ce1d219335ad6833edb82b20834de2aff87590cfa716fb62" - sha256 cellar: :any, arm64_sonoma: "d4034bea9b08ac0612d88b0d19cd9b1b00eef9c70031772a4826fe8c32641406" - sha256 cellar: :any, arm64_ventura: "4cd51298124c6a1701e1d9839a76185f9d4c2dd349f627b69c0fe514dc7380a4" - sha256 cellar: :any, sonoma: "2da0483897b20eabab41c330d4a54bd7e82bb76f54038583a124b80379c64a84" - sha256 cellar: :any, ventura: "579237665811ec2da3561186278893480c0849fe1a5ce5292cae0165e230d27c" - sha256 cellar: :any_skip_relocation, arm64_linux: "e216b2382a8e1b71858c27d9ca2439e9ea25d02b8c1a0b904ffeb1fbb4613f57" - sha256 cellar: :any_skip_relocation, x86_64_linux: "87fadf859260bc262cf2e2ebdce05d1470a28d582f5ca8f464ea2cbc13810b05" + sha256 cellar: :any, arm64_sequoia: "e7a4cef017c8e8a0fe26997623eb3e27f219dc3700ce0b80460cbd051196a537" + sha256 cellar: :any, arm64_sonoma: "bff4883b9926793850a4a6b559f03721cf694d8ed706f7ec054c77cd2129d2dc" + sha256 cellar: :any, arm64_ventura: "75143aa43e10791dfc7b6c9b179ab988856636fbd5fc011603aee8cd2a513809" + sha256 cellar: :any, sonoma: "87da1987e957c4067cfde9f9a7bd572150ce8c86ad764f4c1ecd4fd170edd7fb" + sha256 cellar: :any, ventura: "13c68e14e859637c4636c129207f8f7c51b836c8a7a26d347589795aa52a037f" + sha256 cellar: :any_skip_relocation, arm64_linux: "bd357625bc94ca71e38f42a1108c47723b8f616e766750646bac539109156104" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b33e3dc8c251083d4a4962c2cd1171b9e74765bf2726a9915ccc2a206ed01117" end depends_on "cmake" => :build From 566bc9895a5630c988e3a00372b6d14a096bef72 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 26 Jun 2025 15:17:29 +0000 Subject: [PATCH 09927/10074] sqlite-rsync: update 3.50.1 bottle. --- Formula/s/sqlite-rsync.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/s/sqlite-rsync.rb b/Formula/s/sqlite-rsync.rb index 319a39e00a744..d3e33f535641e 100644 --- a/Formula/s/sqlite-rsync.rb +++ b/Formula/s/sqlite-rsync.rb @@ -18,6 +18,7 @@ class SqliteRsync < Formula sha256 arm64_ventura: "c1397c18bfa41c56a36cbf8c33d5d2b4a8d87b920b39f57bec8a76b165dd87f0" sha256 cellar: :any, sonoma: "3584542d90962671d5b6bc711ef9f23163d67b2947f3f9fad725a155347f1dab" sha256 cellar: :any, ventura: "4a1c13e4637a8fcd6ef032c538daf1301a8c7a403e90c8606c4bb6789f6d0ccc" + sha256 cellar: :any_skip_relocation, arm64_linux: "71059f0bffbb31bfefacc3388e9d068ebddef63b93742452bc758dc5335f818a" sha256 cellar: :any_skip_relocation, x86_64_linux: "8e7718677ad793f8dc3d5809cfd5498d978f3e56f33acf2e8e1cfed4a66c5bcd" end From ba8e8ac99c3830e07ece62660b8ca49bdd4cf920 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:17:38 +0000 Subject: [PATCH 09928/10074] ldeep: update 1.0.87 bottle. --- Formula/l/ldeep.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/ldeep.rb b/Formula/l/ldeep.rb index c6a6f2a798ab4..f4bba651398d7 100644 --- a/Formula/l/ldeep.rb +++ b/Formula/l/ldeep.rb @@ -9,13 +9,13 @@ class Ldeep < Formula head "https://github.com/franc-pentest/ldeep.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "82bf16581a7e37876280738dbc31a2e17d697d05078b65aff8b7b5d6d0c8c871" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "83461409b70bf0a9152c2fb620d8c7779febb0315304ceeb0d745242adfab8ad" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1dcb56e2d8d6ebb2a983fdebfaf591a47c3f3f0647cb94ec30d87c2bd1fb0cac" - sha256 cellar: :any_skip_relocation, sonoma: "a559b26b2f5ac8fab7ebc490754ddb7d03f1760815128ac407f7a463f802d1c7" - sha256 cellar: :any_skip_relocation, ventura: "bd7a6866236560c1c0fac00466ce22dd655f50087c1bca9b1fefca7c32397972" - sha256 cellar: :any_skip_relocation, arm64_linux: "88cdcf3d796d293dad800ea38741a7ed0bece5a53e4ff89e81911dd6115c27cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d833e14e6074206f1aa205241c59e8b77fafa45fd675883dd832ea8ea523e6ad" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "60180b5bf0a264dc195b31eea8d81260fa5c46c05995a08bc5a5ef699f3d023c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0976a1294a56d208c4d49c79efc0cf65aab95acd463a5f975046912ab41855be" + sha256 cellar: :any_skip_relocation, arm64_ventura: "05bb105c20842f1be2997b2490384fd83904f2775b2826411d27b02f00b20d88" + sha256 cellar: :any_skip_relocation, sonoma: "173deb1b219daf6356b947b6900234bd5bb995e64bed099b15719542510b2b4f" + sha256 cellar: :any_skip_relocation, ventura: "7c6e6f2fb256842a3e45768f6577775ac50459ca8c238bbddb5e525a3dc58bef" + sha256 cellar: :any_skip_relocation, arm64_linux: "827b4bd6690bbdd349d2ea28ec8e650cf2dbefee97cdc12c4edbc5a44994467a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3fc9f8202d6c82da2caef62c42db71f01eb5531e6fa532ffbd8c64a0ec3979ef" end depends_on "cryptography" From fbc194398b80a105e2858a626b9b72bbfb027df4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 26 Jun 2025 15:20:31 +0000 Subject: [PATCH 09929/10074] yek: update 0.21.0 bottle. --- Formula/y/yek.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/y/yek.rb b/Formula/y/yek.rb index a2d03824443d4..f579375d22486 100644 --- a/Formula/y/yek.rb +++ b/Formula/y/yek.rb @@ -17,6 +17,7 @@ class Yek < Formula sha256 cellar: :any, arm64_ventura: "a44f0bd71899bbb2bd95d3c1cf07e72b4a511c861e7bef2a1883e572df2c0f32" sha256 cellar: :any, sonoma: "1627a4d75dd780a1ecf0c2f756327102ef247c30b612aa931e4067684c4a97af" sha256 cellar: :any, ventura: "1117b2d2b0d74e8c3dd4214e5dda6ced03090ccea62d54d214d376aca945fa96" + sha256 cellar: :any_skip_relocation, arm64_linux: "cdbafc81a9301d1bd455ae773111f8cbf43715b0341e6b310e53b2b56ba5c41e" sha256 cellar: :any_skip_relocation, x86_64_linux: "6a63bf23710982ff18db2e129a2001c7447007d24ca9b30be4a26de2c0b83f16" end From 40960d3cc96554199544381e59a0ea9c44373f29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:26:24 +0000 Subject: [PATCH 09930/10074] ace: update 8.0.4 bottle. --- Formula/a/ace.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/ace.rb b/Formula/a/ace.rb index 01fb2aa8f3f7a..ba1cfa3f0c372 100644 --- a/Formula/a/ace.rb +++ b/Formula/a/ace.rb @@ -16,13 +16,13 @@ class Ace < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "beab881a5b7e15b2ed1864cd2f7a67614efa23bd9bedfead91d39b9295961b06" - sha256 cellar: :any, arm64_sonoma: "b435bbae4181e2546fdc9ad94921c2410f1e4074ca8429e312d6272583df3d30" - sha256 cellar: :any, arm64_ventura: "a5838652c10aff691c4fb61bd40a51b0c148b468cf99b86bfa819fdb6bd6d072" - sha256 cellar: :any, sonoma: "0760f394c21ddea1fc54966c8ec4985efb9f97a2d28cecdee06f9a0b59971428" - sha256 cellar: :any, ventura: "6d57e6d354cb890dd008d36a5557b1e13454cd5a15b54c8ed7c9fc8ce544798d" - sha256 cellar: :any_skip_relocation, arm64_linux: "9bd5b17c2db2b7928732d6c8fc7444ac2e781d1021fa714ed5695e96d88d482c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "848d8135c3004cde97ef40b6fe4aca6a40b226c99d6c54499fc597caa5b76ee6" + sha256 cellar: :any, arm64_sequoia: "b0d97fc3d70cc2dbb5f52f151b744c6e78a650c78becb6f752c872f61728a027" + sha256 cellar: :any, arm64_sonoma: "1467891ce91f3cc5de68983f31e4f7c07aab2ea1af9501f9afcdc5576acb3694" + sha256 cellar: :any, arm64_ventura: "afaabd50fe955b796b1a8f3574323a27a88de790145ac47299860699fcdb0264" + sha256 cellar: :any, sonoma: "412f48e7f56c411f9662b1591ed19a6e6e53fb4df3333861d09a0a117fa76aa7" + sha256 cellar: :any, ventura: "a5e1325c2062b6502fb480e2631af4c4a6664570aac32ecbe1903de24184fd8e" + sha256 cellar: :any_skip_relocation, arm64_linux: "526b702ecbbcb663952ba3934a95657d5a69f59b0e22f20b51c85cccb0e24ba9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eff225a6701ee155fb016b7b42569b20307d950a5f1a6654d360669465b9000c" end def install From dc3fab5831860af8b14c13f71bce03606cf996b5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:26:24 +0000 Subject: [PATCH 09931/10074] ivtools: update 2.1.1_3 bottle. --- Formula/i/ivtools.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/ivtools.rb b/Formula/i/ivtools.rb index 16ffe960735df..640f536038ff7 100644 --- a/Formula/i/ivtools.rb +++ b/Formula/i/ivtools.rb @@ -7,13 +7,13 @@ class Ivtools < Formula revision 3 bottle do - sha256 arm64_sequoia: "8e490b72b8f0d4ab14b666c5a0a5c1e7fb0a1ef009f16e68a287cdbe6baabc5e" - sha256 arm64_sonoma: "089d3a1a83e7ab861c372e8624d4f5c1cf30170395c880527f5e40452f9c3332" - sha256 arm64_ventura: "f0e1133904428f8b10565f5429aee3e97dd525c25be3dc79c6d93b8fbff1bc4a" - sha256 sonoma: "ca9aeb46127c39266456e76adf83ab9ebea763512189525c0c87b1495d605055" - sha256 ventura: "5634c8c5cc630b4320e6b087451878491050fb0e03d620870caa1688a31ae3ac" - sha256 arm64_linux: "25d8f1dfb90b4a732d8c01f8320ed8a4e3ed4548bd4d73fa730cf9eb7d1a42c7" - sha256 x86_64_linux: "cfa432a860ad12324624892ce24da9b83092bba19212e7e435c40cac8b1f65eb" + sha256 arm64_sequoia: "7262323366f868c3b439fe7926a4ff4c82f4b9b4a7dc18105cdfeffa26406dc9" + sha256 arm64_sonoma: "e507c775197c8d39f0c13ed77571e1acebc9dbb56632360a6a1a4d8c3ec48beb" + sha256 arm64_ventura: "0c8d64c50a1f72143c5d98612e711e494ba99ba3a5eb6513931bd3cf1ae632c4" + sha256 sonoma: "9c69b393d8bfc1437fc7cdccc7a9d6aa4d694a116a7758286d7d430cef45f3b5" + sha256 ventura: "1e920e418388137fded7edba4556dfb6ba1ba97b4b0f343f6e7ff0b1fbe7af11" + sha256 arm64_linux: "0dd7793c88f54942638335dd7518f37572f25948224c4f5e1aac3203c0f4e8ec" + sha256 x86_64_linux: "e8b3d3a65e96abbc4ab804626390838ae1b5b518255bdedc50b4505c64430fe9" end depends_on "ace" From 773481fef5e63f7287f5292a551b4d433aca30e7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:31:25 +0000 Subject: [PATCH 09932/10074] puzzles: update 20250626 bottle. --- Formula/p/puzzles.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/puzzles.rb b/Formula/p/puzzles.rb index c1e3f5c2739ed..8785149aeb63e 100644 --- a/Formula/p/puzzles.rb +++ b/Formula/p/puzzles.rb @@ -20,13 +20,13 @@ class Puzzles < Formula no_autobump! because: :incompatible_version_format bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c24a6b8ed91580696c9eb3079e88e0e2bef9bc47ce6c688681c25abadf7f2ed" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6db2b3a4e1fecf6ad6c7fd88958dec3bda176dda9042231f651284c78b292bef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c46bb5a4f43c3b8ebcbc0256fe3873d62571272b5a9d64453bee8ffc9da4070d" - sha256 cellar: :any_skip_relocation, sonoma: "8227d5cc02a5a110c114aee8b041a0afc941d964a2b5663c829368eddbfc4ab9" - sha256 cellar: :any_skip_relocation, ventura: "b3f80d565d5df7dcf1ef58e9aa974e17be564b055b87e7d695fbae2114135f9e" - sha256 arm64_linux: "9306aae07bb3008f400a465d9fc56b262780e32f7bd0c75737bbf73cc5a6b903" - sha256 x86_64_linux: "38e34749de6190a7f35cc1bc494414ee749e6e0f41b7548c0072823c63023cfd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "497672e2a4f285614c1957a1abdc610e957f4369844427a68cec0d0050d92076" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7cea34f1622716decb258d617aede828744afd598ec1bea59adb680f881f6d14" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9dd7bc564281aed12263e256f6f79aa6d87671aed101869adff716a9e0c37de6" + sha256 cellar: :any_skip_relocation, sonoma: "fd492b41562a8a44c80f7637c90446a563ed850ae9f39d48917b9c11c4323901" + sha256 cellar: :any_skip_relocation, ventura: "df8ae960c2a5053208b68b0a07c7d425a66d4142f1166753aea22cfd6cc95788" + sha256 arm64_linux: "d8afc1aba61786d05ee57fc4edb9e085b97df8e2c55fa4b96282eb192d6b2ebd" + sha256 x86_64_linux: "ec581c16eb0c6613197ed28f6523e0e1b5e317e52868ee9ebab5fa1a8e62cbec" end depends_on "cmake" => :build From 1d4be76166b0bd45c457cd722fc4f220226caddd Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 17:30:24 +0000 Subject: [PATCH 09933/10074] qt 6.9.1 Signed-off-by: Rui Chen qt: add build patch for 6.9.1 Signed-off-by: Rui Chen --- Formula/q/qt.rb | 44 ++++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/Formula/q/qt.rb b/Formula/q/qt.rb index 1c93dd000a71a..fb1539c4387ef 100644 --- a/Formula/q/qt.rb +++ b/Formula/q/qt.rb @@ -3,10 +3,10 @@ class Qt < Formula desc "Cross-platform application and UI framework" homepage "https://www.qt.io/" - url "https://download.qt.io/official_releases/qt/6.9/6.9.0/single/qt-everywhere-src-6.9.0.tar.xz" - mirror "https://qt.mirror.constant.com/archive/qt/6.9/6.9.0/single/qt-everywhere-src-6.9.0.tar.xz" - mirror "https://mirrors.ukfast.co.uk/sites/qt.io/archive/qt/6.9/6.9.0/single/qt-everywhere-src-6.9.0.tar.xz" - sha256 "4f61e50551d0004a513fefbdb0a410595d94812a48600646fb7341ea0d17e1cb" + url "https://download.qt.io/official_releases/qt/6.9/6.9.1/single/qt-everywhere-src-6.9.1.tar.xz" + mirror "https://qt.mirror.constant.com/archive/qt/6.9/6.9.1/single/qt-everywhere-src-6.9.1.tar.xz" + mirror "https://mirrors.ukfast.co.uk/sites/qt.io/archive/qt/6.9/6.9.1/single/qt-everywhere-src-6.9.1.tar.xz" + sha256 "364fde2d7fa42dd7c9b2ea6db3d462dd54f3869e9fd0ca0a0ca62f750cd8329b" license all_of: [ "BSD-3-Clause", "GFDL-1.3-no-invariants-only", @@ -14,7 +14,6 @@ class Qt < Formula { "GPL-3.0-only" => { with: "Qt-GPL-exception-1.0" } }, "LGPL-3.0-only", ] - revision 1 head "https://code.qt.io/qt/qt5.git", branch: "dev" # The first-party website doesn't make version information readily available, @@ -24,8 +23,6 @@ class Qt < Formula regex(/^v?(\d+(?:\.\d+)+)$/i) end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sonoma: "71178e8d39b2d61ecd4077e26997a6ba813d3b0159cdb6e3ca8a1b615d6b1a2f" sha256 cellar: :any, arm64_ventura: "57a2d1d83efa9804b2286df9ff9ff0ea80a058ead20a59f9478951e73876e318" @@ -141,8 +138,18 @@ class Qt < Formula end # Fix for `invalid use of attribute 'fallthrough'` with GCC <= 12 and gperf >= 3.2 - # https://bugreports.qt.io/browse/QTBUG-137278 (fixed in 6.9.2) - patch :DATA + # upstream bug report, https://bugreports.qt.io/browse/QTBUG-137278 (fixed in 6.9.2) + patch do + url "https://raw.githubusercontent.com/Homebrew/formula-patches/196ba5754b09b668647a772fac2025fbb9c1b859/qt/6.9.0-fallthrough.patch" + sha256 "8450a2611badc612ff8da9f116263dea29266a73913922dbc96022be744e9560" + end + + # 6.9.1 patch to fix `std::unique_lock` usage + # upstream bug report, https://bugreports.qt.io/browse/QTBUG-138060 + patch do + url "https://raw.githubusercontent.com/Homebrew/formula-patches/e013656cb06ab4a1a54ca6fd9269647d4bf530bc/qt/6.9.1-unique_lock.patch" + sha256 "6bca73d693e8fc24a5b30109e8d652f666a7b5b0fe1f5ae76202f14044eda02c" + end def install python3 = "python3.13" @@ -419,22 +426,3 @@ def caveats assert_equal HOMEBREW_PREFIX.to_s, shell_output("#{bin}/qmake -query QT_INSTALL_PREFIX").chomp end end -__END__ ---- a/qtwebengine/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/gperf.py 2025-05-29 21:23:49.565413007 +0000 -+++ b/qtwebengine/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/gperf.py 2025-05-29 21:24:07.164764001 +0000 -@@ -35,8 +35,11 @@ - # https://savannah.gnu.org/bugs/index.php?53028 - gperf_output = re.sub(r'\bregister ', '', gperf_output) - # -Wimplicit-fallthrough needs an explicit fallthrough statement, -- # so replace gperf's /*FALLTHROUGH*/ comment with the statement. -- # https://savannah.gnu.org/bugs/index.php?53029 -- gperf_output = gperf_output.replace('/*FALLTHROUGH*/', -- ' [[fallthrough]];') -+ # so replace gperf 3.1's /*FALLTHROUGH*/ comment with the statement. -+ # https://savannah.gnu.org/bugs/index.php?53029 (fixed in 3.2) -+ if re.search( -+ r'/\* C\+\+ code produced by gperf version 3\.[01](\.\d+)? \*/', -+ gperf_output): -+ gperf_output = gperf_output.replace('/*FALLTHROUGH*/', -+ ' [[fallthrough]];') - # -Wpointer-to-int-cast warns about casting pointers to smaller ints From 27d8ea43d5427fc484cbbdd3f973bfe0d3801aa5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 17:30:24 +0000 Subject: [PATCH 09934/10074] qt-libiodbc 6.9.1 Signed-off-by: Rui Chen --- Formula/q/qt-libiodbc.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/q/qt-libiodbc.rb b/Formula/q/qt-libiodbc.rb index 9e456d4274663..894e7776d11da 100644 --- a/Formula/q/qt-libiodbc.rb +++ b/Formula/q/qt-libiodbc.rb @@ -1,16 +1,14 @@ class QtLibiodbc < Formula desc "Qt SQL Database Driver" homepage "https://www.qt.io/" - url "https://download.qt.io/official_releases/qt/6.9/6.9.0/submodules/qtbase-everywhere-src-6.9.0.tar.xz" - sha256 "c1800c2ea835801af04a05d4a32321d79a93954ee3ae2172bbeacf13d1f0598c" + url "https://download.qt.io/official_releases/qt/6.9/6.9.1/submodules/qtbase-everywhere-src-6.9.1.tar.xz" + sha256 "40caedbf83cc9a1959610830563565889878bc95f115868bbf545d1914acf28e" license any_of: ["GPL-2.0-only", "GPL-3.0-only", "LGPL-3.0-only"] livecheck do formula "qt" end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sonoma: "f9695d322f1580faa1ab097dcdf76133857556d6c2b1806b9ddc5376eef4bdcf" sha256 cellar: :any, arm64_ventura: "1c60ac29bcfe47d79fd1c39179a50c05c651db88b3afd30610c4f5614cef684a" From f9e087170095551e37ded8e8fad50cf7a1bcd242 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 17:30:24 +0000 Subject: [PATCH 09935/10074] qt-mariadb 6.9.1 Signed-off-by: Rui Chen --- Formula/q/qt-mariadb.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/q/qt-mariadb.rb b/Formula/q/qt-mariadb.rb index 542b171fbcb78..136877fdcffa9 100644 --- a/Formula/q/qt-mariadb.rb +++ b/Formula/q/qt-mariadb.rb @@ -1,16 +1,14 @@ class QtMariadb < Formula desc "Qt SQL Database Driver" homepage "https://www.qt.io/" - url "https://download.qt.io/official_releases/qt/6.9/6.9.0/submodules/qtbase-everywhere-src-6.9.0.tar.xz" - sha256 "c1800c2ea835801af04a05d4a32321d79a93954ee3ae2172bbeacf13d1f0598c" + url "https://download.qt.io/official_releases/qt/6.9/6.9.1/submodules/qtbase-everywhere-src-6.9.1.tar.xz" + sha256 "40caedbf83cc9a1959610830563565889878bc95f115868bbf545d1914acf28e" license any_of: ["GPL-2.0-only", "GPL-3.0-only", "LGPL-3.0-only"] livecheck do formula "qt" end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sonoma: "75e3067a257aafc396c73db5a337a1c33a7c30401da3accf5a2361e78b345a78" sha256 cellar: :any, arm64_ventura: "7b9a4a684d172d026ef92946bbe16a9cbbe4ef77b4d10681c68989a08c4c12df" From d22ba8e99ea908f3a783d97a9c38c4f8f1936b68 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 17:30:24 +0000 Subject: [PATCH 09936/10074] qt-mysql 6.9.1 Signed-off-by: Rui Chen --- Formula/q/qt-mysql.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/q/qt-mysql.rb b/Formula/q/qt-mysql.rb index 19e42b1f65e9d..3459971ff78c0 100644 --- a/Formula/q/qt-mysql.rb +++ b/Formula/q/qt-mysql.rb @@ -1,16 +1,14 @@ class QtMysql < Formula desc "Qt SQL Database Driver" homepage "https://www.qt.io/" - url "https://download.qt.io/official_releases/qt/6.9/6.9.0/submodules/qtbase-everywhere-src-6.9.0.tar.xz" - sha256 "c1800c2ea835801af04a05d4a32321d79a93954ee3ae2172bbeacf13d1f0598c" + url "https://download.qt.io/official_releases/qt/6.9/6.9.1/submodules/qtbase-everywhere-src-6.9.1.tar.xz" + sha256 "40caedbf83cc9a1959610830563565889878bc95f115868bbf545d1914acf28e" license any_of: ["GPL-2.0-only", "GPL-3.0-only", "LGPL-3.0-only"] livecheck do formula "qt" end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sonoma: "de4214b11bea15051888408a3e19201346a4e3b71f89c5e2c6853e2b44c7cf2e" sha256 cellar: :any, arm64_ventura: "28d5d9fcbd15e57c87aafaf93ce91f8469715e177f9187a75e2831d2d063a6be" From 9fa3c56f2e4823b5a98f919e90c51b18f5f84a8a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 17:30:24 +0000 Subject: [PATCH 09937/10074] qt-percona-server 6.9.1 Signed-off-by: Rui Chen --- Formula/q/qt-percona-server.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/q/qt-percona-server.rb b/Formula/q/qt-percona-server.rb index bf95386b0c608..f0f40d1398b84 100644 --- a/Formula/q/qt-percona-server.rb +++ b/Formula/q/qt-percona-server.rb @@ -1,16 +1,14 @@ class QtPerconaServer < Formula desc "Qt SQL Database Driver" homepage "https://www.qt.io/" - url "https://download.qt.io/official_releases/qt/6.9/6.9.0/submodules/qtbase-everywhere-src-6.9.0.tar.xz" - sha256 "c1800c2ea835801af04a05d4a32321d79a93954ee3ae2172bbeacf13d1f0598c" + url "https://download.qt.io/official_releases/qt/6.9/6.9.1/submodules/qtbase-everywhere-src-6.9.1.tar.xz" + sha256 "40caedbf83cc9a1959610830563565889878bc95f115868bbf545d1914acf28e" license any_of: ["GPL-2.0-only", "GPL-3.0-only", "LGPL-3.0-only"] livecheck do formula "qt" end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sonoma: "534a4ea601ef00f9b21e1d59e00950510183f9d797c6c2ad42f0795bb7eadf12" sha256 cellar: :any, arm64_ventura: "dd6b700419445afe0ba3d9fca087b618640f8eada89a7fbc0aeb620d014d8f54" From 68a35e7ef5616e3909ac16ff6ae8ba6fcfad9f84 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 17:30:24 +0000 Subject: [PATCH 09938/10074] qt-postgresql 6.9.1 Signed-off-by: Rui Chen --- Formula/q/qt-postgresql.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/q/qt-postgresql.rb b/Formula/q/qt-postgresql.rb index c3b56f5aa3a4d..affc4c7840345 100644 --- a/Formula/q/qt-postgresql.rb +++ b/Formula/q/qt-postgresql.rb @@ -1,16 +1,14 @@ class QtPostgresql < Formula desc "Qt SQL Database Driver" homepage "https://www.qt.io/" - url "https://download.qt.io/official_releases/qt/6.9/6.9.0/submodules/qtbase-everywhere-src-6.9.0.tar.xz" - sha256 "c1800c2ea835801af04a05d4a32321d79a93954ee3ae2172bbeacf13d1f0598c" + url "https://download.qt.io/official_releases/qt/6.9/6.9.1/submodules/qtbase-everywhere-src-6.9.1.tar.xz" + sha256 "40caedbf83cc9a1959610830563565889878bc95f115868bbf545d1914acf28e" license any_of: ["GPL-2.0-only", "GPL-3.0-only", "LGPL-3.0-only"] livecheck do formula "qt" end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sonoma: "b2b5248e5f9872d540b3864ea2eef265e9b1e46709734334cec94d32b7bbb77e" sha256 cellar: :any, arm64_ventura: "cfd40bd2d36b50323ff75e579ab892f6c5fc14fba69726ef96a186c995b33f47" From 099874a37414324140975045626951b5851db1cf Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 17:30:24 +0000 Subject: [PATCH 09939/10074] qt-unixodbc 6.9.1 Signed-off-by: Rui Chen --- Formula/q/qt-unixodbc.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/q/qt-unixodbc.rb b/Formula/q/qt-unixodbc.rb index 94de87b923456..363f5f6567224 100644 --- a/Formula/q/qt-unixodbc.rb +++ b/Formula/q/qt-unixodbc.rb @@ -1,16 +1,14 @@ class QtUnixodbc < Formula desc "Qt SQL Database Driver" homepage "https://www.qt.io/" - url "https://download.qt.io/official_releases/qt/6.9/6.9.0/submodules/qtbase-everywhere-src-6.9.0.tar.xz" - sha256 "c1800c2ea835801af04a05d4a32321d79a93954ee3ae2172bbeacf13d1f0598c" + url "https://download.qt.io/official_releases/qt/6.9/6.9.1/submodules/qtbase-everywhere-src-6.9.1.tar.xz" + sha256 "40caedbf83cc9a1959610830563565889878bc95f115868bbf545d1914acf28e" license any_of: ["GPL-2.0-only", "GPL-3.0-only", "LGPL-3.0-only"] livecheck do formula "qt" end - no_autobump! because: :requires_manual_review - bottle do sha256 cellar: :any, arm64_sonoma: "e2d985fca29dcb857cb55b7089b7fea68d2dececb867008812e16cca2ca03240" sha256 cellar: :any, arm64_ventura: "19780170d64a3158c29c59e3caa08bf5bf4c4b4dba329a1342f05ba931d5826a" From ff3a94c4f57c8bd4552346f037312995ea2c86ed Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 8 Jun 2025 13:34:06 -0400 Subject: [PATCH 09940/10074] autobump: add `qt*` formulae Signed-off-by: Rui Chen --- .github/autobump.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index 88ced2e1ffe56..5d0b8e89b01ba 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -3115,6 +3115,13 @@ qrcp qrtool qshell qsv +qt +qt-libiodbc +qt-mariadb +qt-mysql +qt-percona-server +qt-postgresql +qt-unixodbc qthreads qtkeychain quantlib From 1bd9308ecc9af14da119639de179164d2509326a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:49:39 +0000 Subject: [PATCH 09941/10074] traefik: update 3.4.3 bottle. --- Formula/t/traefik.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/traefik.rb b/Formula/t/traefik.rb index e062a80e0ac7f..b8cabf9fcc4bf 100644 --- a/Formula/t/traefik.rb +++ b/Formula/t/traefik.rb @@ -7,12 +7,12 @@ class Traefik < Formula head "https://github.com/traefik/traefik.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9573e666c32cbeb19833ec4e29af0901b49cba3d253622383afeacb478792dcd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9573e666c32cbeb19833ec4e29af0901b49cba3d253622383afeacb478792dcd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9573e666c32cbeb19833ec4e29af0901b49cba3d253622383afeacb478792dcd" - sha256 cellar: :any_skip_relocation, sonoma: "fde2149cd9ff0fc2521b78fac4f377a006f97992ef33734e7dd56d419bbebcc8" - sha256 cellar: :any_skip_relocation, ventura: "fde2149cd9ff0fc2521b78fac4f377a006f97992ef33734e7dd56d419bbebcc8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1a2f478206e3e285eabee798fc92dcb9d6927cbb6410a97fff97df95e462f2c0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d90ff9dccb773fa5fcf82f95b6fe4ca5714427b08715597a57735f151ca91ac" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d90ff9dccb773fa5fcf82f95b6fe4ca5714427b08715597a57735f151ca91ac" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2d90ff9dccb773fa5fcf82f95b6fe4ca5714427b08715597a57735f151ca91ac" + sha256 cellar: :any_skip_relocation, sonoma: "21697aecb02e618c7ff3b7dda8bd21ac0741bf025721c0c1814426879e3bb6ba" + sha256 cellar: :any_skip_relocation, ventura: "21697aecb02e618c7ff3b7dda8bd21ac0741bf025721c0c1814426879e3bb6ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a49f4d03d3706ff1caf314076b07087f7a856cf88f1f0cd8bf3a9e0f681e2e2f" end depends_on "go" => :build From 61fe367efa25192fcb2506f8ec7a0573f1142616 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 08:25:56 +0000 Subject: [PATCH 09942/10074] sqlboiler 4.19.2 sqlboiler: add version patch Signed-off-by: Rui Chen --- Formula/s/sqlboiler.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/s/sqlboiler.rb b/Formula/s/sqlboiler.rb index 30433e0548f01..01cff70b0e8e7 100644 --- a/Formula/s/sqlboiler.rb +++ b/Formula/s/sqlboiler.rb @@ -1,8 +1,8 @@ class Sqlboiler < Formula desc "Generate a Go ORM tailored to your database schema" homepage "https://github.com/volatiletech/sqlboiler" - url "https://github.com/volatiletech/sqlboiler/archive/refs/tags/v4.19.1.tar.gz" - sha256 "ba6fb59dcf9fc6ab14223a001c5d53156165563cb357521eff0e599eb61cef2a" + url "https://github.com/volatiletech/sqlboiler/archive/refs/tags/v4.19.2.tar.gz" + sha256 "27320df592ae8b143861baf4a93c0a5e142c1fdf61db62feeb98efcaeac8aa40" license "BSD-3-Clause" head "https://github.com/volatiletech/sqlboiler.git", branch: "master" @@ -17,6 +17,12 @@ class Sqlboiler < Formula depends_on "go" => :build + # version patch, upstream pr ref, https://github.com/aarondl/sqlboiler/pull/1454 + patch do + url "https://github.com/aarondl/sqlboiler/commit/6a39f792d9e8ee838697a63284a4bf999d02440d.patch?full_index=1" + sha256 "c8f816926066ad16ed9cfd87f20be230b9751686b0519fe088d04011ede246b8" + end + def install %w[mssql mysql psql sqlite3].each do |driver| f = "sqlboiler-#{driver}" From bb2686eb17da326896f0f74c6a2e0d6a5e615157 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Thu, 26 Jun 2025 17:45:00 +0200 Subject: [PATCH 09943/10074] pixi-pack 0.7.0 --- Formula/p/pixi-pack.rb | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/Formula/p/pixi-pack.rb b/Formula/p/pixi-pack.rb index de158e46e8a1a..2652a7ce2d944 100644 --- a/Formula/p/pixi-pack.rb +++ b/Formula/p/pixi-pack.rb @@ -1,8 +1,8 @@ class PixiPack < Formula desc "Pack and unpack conda environments created with pixi" homepage "https://pixi.sh/latest/advanced/production_deployment/#pixi-pack" - url "https://github.com/quantco/pixi-pack/archive/refs/tags/v0.6.7.tar.gz" - sha256 "43d795f8beba0553d11a65ff6e8606ee1d877313f07dbd0722d630cdcccaf0bb" + url "https://github.com/quantco/pixi-pack/archive/refs/tags/v0.7.1.tar.gz" + sha256 "02c9f66d35061ddfbd690a632aafe4415d451762b1e755010a8b33b81285f686" license "BSD-3-Clause" head "https://github.com/quantco/pixi-pack.git", branch: "main" @@ -30,10 +30,12 @@ def install system "cargo", "install", *std_cargo_args generate_completions_from_executable(bin/"pixi-pack", "completion", "-s") + generate_completions_from_executable(bin/"pixi-unpack", "completion", "-s") end test do assert_equal "pixi-pack #{version}", shell_output("#{bin}/pixi-pack --version").strip + assert_equal "pixi-unpack #{version}", shell_output("#{bin}/pixi-unpack --version").strip (testpath/"pixi.lock").write <<~YAML version: 6 @@ -43,16 +45,22 @@ def install - url: https://conda.anaconda.org/conda-forge/ packages: linux-64: - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.6.15-hbd8a1cb_0.conda + linux-aarch64: + - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.6.15-hbd8a1cb_0.conda + osx-64: + - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.6.15-hbd8a1cb_0.conda + osx-arm64: + - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.6.15-hbd8a1cb_0.conda packages: - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda - sha256: afee721baa6d988e27fef1832f68d6f32ac8cc99cdf6015732224c2841a09cea - md5: c27d1c142233b5bc9ca570c6e2e0c244 - arch: x86_64 - platform: linux + - conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.6.15-hbd8a1cb_0.conda + sha256: 7cfec9804c84844ea544d98bda1d9121672b66ff7149141b8415ca42dfcd44f6 + md5: 72525f07d72806e3b639ad4504c30ce5 + depends: + - __unix license: ISC - size: 159003 - timestamp: 1725018903918 + size: 151069 + timestamp: 1749990087500 YAML (testpath/"pixi.toml").write <<~TOML @@ -61,7 +69,10 @@ def install version = "0.1.0" TOML - system bin/"pixi-pack", "pack", "--platform", "linux-64" + system bin/"pixi-pack" assert_path_exists testpath/"environment.tar" + system bin/"pixi-unpack", "environment.tar" + assert_path_exists testpath/"env" + assert_path_exists testpath/"activate.sh" end end From e18badbd46981738b7d73fdf39770384a01b7fae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:54:34 +0000 Subject: [PATCH 09944/10074] bee 1.108 --- Formula/b/bee.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bee.rb b/Formula/b/bee.rb index 4a808c4f16d39..05742f0c0bfe8 100644 --- a/Formula/b/bee.rb +++ b/Formula/b/bee.rb @@ -1,8 +1,8 @@ class Bee < Formula desc "Tool for managing database changes" homepage "https://github.com/bluesoft/bee" - url "https://github.com/bluesoft/bee/releases/download/1.107/bee-1.107.zip" - sha256 "e73c17b6c28d343d9e53d11ea8c3274a0f4efd7247e446d9544a5e5ba568ff46" + url "https://github.com/bluesoft/bee/releases/download/1.108/bee-1.108.zip" + sha256 "ce6206ef8a23046f79bd96cd894886f31bb199f4070a08183d0e423bb76d811d" license "MPL-1.1" bottle do From 1a1b530742800ebd77e4cd4d9331b11ccb472a02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:56:53 +0000 Subject: [PATCH 09945/10074] chdig 25.6.1 --- Formula/c/chdig.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chdig.rb b/Formula/c/chdig.rb index e0834eacd35fd..3bc0d03ad4dcd 100644 --- a/Formula/c/chdig.rb +++ b/Formula/c/chdig.rb @@ -1,8 +1,8 @@ class Chdig < Formula desc "Dig into ClickHouse with TUI interface" homepage "https://github.com/azat/chdig" - url "https://github.com/azat/chdig/archive/refs/tags/v25.4.1.tar.gz" - sha256 "5956bccc99f5c86eef6095ee03dde53590dd03370b06cd04348074ea223f2297" + url "https://github.com/azat/chdig/archive/refs/tags/v25.6.1.tar.gz" + sha256 "e815466c2e16c50cd886f68a6e054c63b45389242f8e4967b5e76c44478beade" license "MIT" head "https://github.com/azat/chdig.git", branch: "main" From 3b9cc1d0117e5ed1663c5c88535a811a42569f47 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:57:32 +0000 Subject: [PATCH 09946/10074] claude-squad 1.0.7 --- Formula/c/claude-squad.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/claude-squad.rb b/Formula/c/claude-squad.rb index 1a4f25fc7fb85..50a12889b85bb 100644 --- a/Formula/c/claude-squad.rb +++ b/Formula/c/claude-squad.rb @@ -1,8 +1,8 @@ class ClaudeSquad < Formula desc "Manage multiple AI agents like Claude Code, Aider and Codex in your terminal" homepage "https://smtg-ai.github.io/claude-squad/" - url "https://github.com/smtg-ai/claude-squad/archive/refs/tags/v1.0.6.tar.gz" - sha256 "cbc5bac64af5e8f4d8d1d671cba7ff3b6fcb8232bad318ae28356586f30560ec" + url "https://github.com/smtg-ai/claude-squad/archive/refs/tags/v1.0.7.tar.gz" + sha256 "3dd3645ef175ce87f00227e6c2014592d11e764218e9beb86973ccee57a67ad4" license "AGPL-3.0-only" head "https://github.com/smtg-ai/claude-squad.git", branch: "main" From b012f34b707bfab4720b68d93bb7aa2fc1c7c66d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:00:08 +0000 Subject: [PATCH 09947/10074] cyclonedx-python 6.1.2 --- Formula/c/cyclonedx-python.rb | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Formula/c/cyclonedx-python.rb b/Formula/c/cyclonedx-python.rb index 2b27c3efad4aa..7d7e298c75954 100644 --- a/Formula/c/cyclonedx-python.rb +++ b/Formula/c/cyclonedx-python.rb @@ -3,8 +3,8 @@ class CyclonedxPython < Formula desc "Creates CycloneDX Software Bill of Materials (SBOM) from Python projects" homepage "https://cyclonedx.org/" - url "https://files.pythonhosted.org/packages/98/a5/796b6e58ea9a13af3a9776ff4a4c7ee9108debe9461a129d121257146cd3/cyclonedx_bom-6.1.1.tar.gz" - sha256 "2523a1879b5cd4fd77be68a000c718cde80c17908a8374a17414eb8c9aa7cf20" + url "https://files.pythonhosted.org/packages/bb/03/45bb74f062434fc3755cab3929be59c67a872fc21b5cb4af30f640954df0/cyclonedx_bom-6.1.2.tar.gz" + sha256 "1114dc68899eda9c280c40d242d6486089c0b661d8d0a0ab72a48134ea64f22c" license "Apache-2.0" head "https://github.com/CycloneDX/cyclonedx-python.git", branch: "main" @@ -45,8 +45,8 @@ class CyclonedxPython < Formula end resource "cyclonedx-python-lib" do - url "https://files.pythonhosted.org/packages/bf/70/c5ab120047230e2c9db8e04b55f9b547fcf52ec6a4a5155dd5a3a3185fd2/cyclonedx_python_lib-10.0.1.tar.gz" - sha256 "6c7a8c27a28279d22d92d4e0982e59beed3076a1aa4928a27830b0eaa2ca4f29" + url "https://files.pythonhosted.org/packages/3e/24/86a4949e59f8d79d42beef6041fd6ce842400addcec2f2a1bccb3208a5cd/cyclonedx_python_lib-10.2.0.tar.gz" + sha256 "b67a9ada847f91cf9584f3b82c144458c7887587a6ae94c0a3cac33fd2ec54e5" end resource "defusedxml" do @@ -75,8 +75,8 @@ class CyclonedxPython < Formula end resource "jsonschema" do - url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" - sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" + url "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz" + sha256 "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" end resource "jsonschema-specifications" do @@ -85,8 +85,8 @@ class CyclonedxPython < Formula end resource "license-expression" do - url "https://files.pythonhosted.org/packages/74/6f/8709031ea6e0573e6075d24ea34507b0eb32f83f10e1420f2e34606bf0da/license_expression-30.4.1.tar.gz" - sha256 "9f02105f9e0fcecba6a85dfbbed7d94ea1c3a70cf23ddbfb5adf3438a6f6fce0" + url "https://files.pythonhosted.org/packages/bb/79/efb4637d56dcd265cb9329ab502be0e01f4daed80caffdc5065b4b7956df/license_expression-30.4.3.tar.gz" + sha256 "49f439fea91c4d1a642f9f2902b58db1d42396c5e331045f41ce50df9b40b1f2" end resource "lxml" do @@ -95,8 +95,8 @@ class CyclonedxPython < Formula end resource "packageurl-python" do - url "https://files.pythonhosted.org/packages/68/7d/0bd319dc94c7956b4d864e87d3dc03739f125ce174671e3128edd566a63e/packageurl_python-0.16.0.tar.gz" - sha256 "69e3bf8a3932fe9c2400f56aaeb9f86911ecee2f9398dbe1b58ec34340be365d" + url "https://files.pythonhosted.org/packages/a9/b6/d28c4fa7535530879e7d64176f7ff081fb6308b50cac8e30f038a89e8fdd/packageurl_python-0.17.1.tar.gz" + sha256 "5db592a990b60bc02446033c50fb1803a26c5124cd72c5a2cd1b8ea1ae741969" end resource "packaging" do @@ -140,8 +140,8 @@ class CyclonedxPython < Formula end resource "rpds-py" do - url "https://files.pythonhosted.org/packages/0b/b3/52b213298a0ba7097c7ea96bee95e1947aa84cc816d48cebb539770cdf41/rpds_py-0.24.0.tar.gz" - sha256 "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e" + url "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz" + sha256 "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" end resource "six" do @@ -155,8 +155,8 @@ class CyclonedxPython < Formula end resource "types-python-dateutil" do - url "https://files.pythonhosted.org/packages/a9/60/47d92293d9bc521cd2301e423a358abfac0ad409b3a1606d8fbae1321961/types_python_dateutil-2.9.0.20241206.tar.gz" - sha256 "18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb" + url "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz" + sha256 "13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5" end resource "uri-template" do From 51513da872d4b6f5e6057713ee503d1ce85fa239 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:00:25 +0000 Subject: [PATCH 09948/10074] cyctl 0.21.1 --- Formula/c/cyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cyctl.rb b/Formula/c/cyctl.rb index 498e1b6654b8a..8425a27a18244 100644 --- a/Formula/c/cyctl.rb +++ b/Formula/c/cyctl.rb @@ -1,8 +1,8 @@ class Cyctl < Formula desc "Customizable UI for Kubernetes workloads" homepage "https://cyclops-ui.com/" - url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.21.0.tar.gz" - sha256 "66ba246cf702629157c0199e4adc1bf4285a3d323a794215c9e86496fd1132dc" + url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.21.1.tar.gz" + sha256 "f5c14b153cac83b6cd401eed86df219dce0fd4a8843858104cb470bdf691a714" license "Apache-2.0" head "https://github.com/cyclops-ui/cyclops.git", branch: "main" From 8fcd2e6fb5997a9bb87e52194a5a4e046543378c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:03:42 +0000 Subject: [PATCH 09949/10074] fastapi 0.115.14 --- Formula/f/fastapi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fastapi.rb b/Formula/f/fastapi.rb index e28493cb6e1a6..591b69764fb9b 100644 --- a/Formula/f/fastapi.rb +++ b/Formula/f/fastapi.rb @@ -3,8 +3,8 @@ class Fastapi < Formula desc "CLI for FastAPI framework" homepage "https://fastapi.tiangolo.com/" - url "https://files.pythonhosted.org/packages/20/64/ec0788201b5554e2a87c49af26b77a4d132f807a0fa9675257ac92c6aa0e/fastapi-0.115.13.tar.gz" - sha256 "55d1d25c2e1e0a0a50aceb1c8705cd932def273c102bff0b1c1da88b3c6eb307" + url "https://files.pythonhosted.org/packages/ca/53/8c38a874844a8b0fa10dd8adf3836ac154082cf88d3f22b544e9ceea0a15/fastapi-0.115.14.tar.gz" + sha256 "b1de15cdc1c499a4da47914db35d0e4ef8f1ce62b624e94e0e5824421df99739" license "MIT" bottle do @@ -112,13 +112,13 @@ class Fastapi < Formula end resource "pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end resource "python-dotenv" do - url "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz" - sha256 "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" + url "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz" + sha256 "a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab" end resource "python-multipart" do From 3cedd61c91b2a79046e05d179c8d1b6d51b16ca1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:04:14 +0000 Subject: [PATCH 09950/10074] fern-api 0.64.24 --- Formula/f/fern-api.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 0c0d06829be59..0be19c027b236 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -1,8 +1,8 @@ class FernApi < Formula desc "Stripe-level SDKs and Docs for your API" homepage "https://buildwithfern.com/" - url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.23.tgz" - sha256 "41673ebd128f747e9f5ea5dcca0b47cb0f0b5758381e8b3b1bb4a90f4a0eba6c" + url "https://registry.npmjs.org/fern-api/-/fern-api-0.64.24.tgz" + sha256 "17401c1a66e44271d24c3394c5584f285d69eec6c37fde2799e31da3056a7115" license "Apache-2.0" bottle do From 5178c911027b5e08f1051d81e008af7d73169d42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:06:08 +0000 Subject: [PATCH 09951/10074] gitlab-runner 18.1.1 --- Formula/g/gitlab-runner.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gitlab-runner.rb b/Formula/g/gitlab-runner.rb index 52e3f08bb780a..6ca89427b2948 100644 --- a/Formula/g/gitlab-runner.rb +++ b/Formula/g/gitlab-runner.rb @@ -2,8 +2,8 @@ class GitlabRunner < Formula desc "Official GitLab CI runner" homepage "https://gitlab.com/gitlab-org/gitlab-runner" url "https://gitlab.com/gitlab-org/gitlab-runner.git", - tag: "v18.1.0", - revision: "0731d300775d6114bb4b5ffffc9f0f0af0005d37" + tag: "v18.1.1", + revision: "2b813ade3b595454465a9ea9d09413592826511a" license "MIT" head "https://gitlab.com/gitlab-org/gitlab-runner.git", branch: "main" From 4c7fe3ee621b1d64b652b24775df613e9386b1a1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:07:20 +0000 Subject: [PATCH 09952/10074] grafana-alloy 1.9.2 --- Formula/g/grafana-alloy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grafana-alloy.rb b/Formula/g/grafana-alloy.rb index 230a26d38d1fb..9fb6cb190f5f7 100644 --- a/Formula/g/grafana-alloy.rb +++ b/Formula/g/grafana-alloy.rb @@ -1,8 +1,8 @@ class GrafanaAlloy < Formula desc "OpenTelemetry Collector distribution with programmable pipelines" homepage "https://grafana.com/oss/alloy-opentelemetry-collector/" - url "https://github.com/grafana/alloy/archive/refs/tags/v1.9.1.tar.gz" - sha256 "d9eaa0719b9264b47d30ad459d13535d9e51815afcb089245b10eabffb14793c" + url "https://github.com/grafana/alloy/archive/refs/tags/v1.9.2.tar.gz" + sha256 "e78e58b841730824875345ff496abce3e9df7e423fb64112c95e04e33f2253a9" license "Apache-2.0" head "https://github.com/grafana/alloy.git", branch: "main" From 4d7014e6a4c7354cf95317a824a0a06e3241c0f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:08:02 +0000 Subject: [PATCH 09953/10074] harper 0.45.0 --- Formula/h/harper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index a8f1af358f84a..491f2b872a1d4 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -1,8 +1,8 @@ class Harper < Formula desc "Grammar Checker for Developers" homepage "https://writewithharper.com/" - url "https://github.com/Automattic/harper/archive/refs/tags/v0.44.0.tar.gz" - sha256 "bb5bb86ded921a63629d3db2731282fe1cdfc755bdb6c88a9e6d006970bbdf84" + url "https://github.com/Automattic/harper/archive/refs/tags/v0.45.0.tar.gz" + sha256 "9b5a1e0172083363c1c489ac469a15aaf8040237e4d92477264efd83b448bfbc" license "Apache-2.0" head "https://github.com/Automattic/harper.git", branch: "master" From c7b9558a2dc5463fd019b3734efd4188301eab71 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:11:06 +0000 Subject: [PATCH 09954/10074] kyverno 1.14.4 --- Formula/k/kyverno.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kyverno.rb b/Formula/k/kyverno.rb index 0192c9b10a109..b31fb16d0e1da 100644 --- a/Formula/k/kyverno.rb +++ b/Formula/k/kyverno.rb @@ -1,8 +1,8 @@ class Kyverno < Formula desc "Kubernetes Native Policy Management" homepage "https://kyverno.io/" - url "https://github.com/kyverno/kyverno/archive/refs/tags/v1.14.3.tar.gz" - sha256 "bfde9fd9943719b94bf86d625a0de89163fcf7b83a2af38b76938671b6b59cec" + url "https://github.com/kyverno/kyverno/archive/refs/tags/v1.14.4.tar.gz" + sha256 "92daf7aa0cc283a86402f722879693cf1467d008ef9c2d2e77d6977d615835cb" license "Apache-2.0" head "https://github.com/kyverno/kyverno.git", branch: "main" From f8a8adc30f7f5ffd5ed9c240b254c1158b161ccb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:13:30 +0000 Subject: [PATCH 09955/10074] bee: update 1.108 bottle. --- Formula/b/bee.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/bee.rb b/Formula/b/bee.rb index 05742f0c0bfe8..4a4387e0eeabf 100644 --- a/Formula/b/bee.rb +++ b/Formula/b/bee.rb @@ -6,7 +6,7 @@ class Bee < Formula license "MPL-1.1" bottle do - sha256 cellar: :any_skip_relocation, all: "aeec7d4184e245f4f567dcc86e8df481bbb0c345fe2aa10f4d489cab451c9b60" + sha256 cellar: :any_skip_relocation, all: "a07d6c0865d5a21b1a6d5ab6198c7cf5137479ddb0a756d1ecd1665a479d7888" end depends_on "openjdk" From d4c9fce79d522d62c583abe3ae2905aec7238872 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:13:43 +0000 Subject: [PATCH 09956/10074] llama.cpp 5760 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index d14cc34d6725f..c9843218ff8e9 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggml-org/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggml-org/llama.cpp.git", - tag: "b5740", - revision: "fa4a9f2a1ccda2573189a9d4995bdf0bceb41156" + tag: "b5760", + revision: "e8215dbb96b8fb94a24c29cdd228166fb972dbfc" license "MIT" head "https://github.com/ggml-org/llama.cpp.git", branch: "master" From fb24afb2287c0151d52c23246e03fd8c35184c6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:14:37 +0000 Subject: [PATCH 09957/10074] claude-squad: update 1.0.7 bottle. --- Formula/c/claude-squad.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/claude-squad.rb b/Formula/c/claude-squad.rb index 50a12889b85bb..96ee3f3ce6de2 100644 --- a/Formula/c/claude-squad.rb +++ b/Formula/c/claude-squad.rb @@ -7,12 +7,12 @@ class ClaudeSquad < Formula head "https://github.com/smtg-ai/claude-squad.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffecddd650604eae9d3310add80b7dd038afbaf8a380c38e4e5228e67ed8b00c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffecddd650604eae9d3310add80b7dd038afbaf8a380c38e4e5228e67ed8b00c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ffecddd650604eae9d3310add80b7dd038afbaf8a380c38e4e5228e67ed8b00c" - sha256 cellar: :any_skip_relocation, sonoma: "06685cb47f88f02a82e76a416a491077ce161e7db9d7cf3680c1888214de9c51" - sha256 cellar: :any_skip_relocation, ventura: "06685cb47f88f02a82e76a416a491077ce161e7db9d7cf3680c1888214de9c51" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e37f2489bf1eb830a9ee08b4a7988f2d44488b174bf110e7fd1de538174d71e5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe712cc3be008b8d012e5955d9d2427620f2838808a58945f08a401974e1e1b1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe712cc3be008b8d012e5955d9d2427620f2838808a58945f08a401974e1e1b1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe712cc3be008b8d012e5955d9d2427620f2838808a58945f08a401974e1e1b1" + sha256 cellar: :any_skip_relocation, sonoma: "d575b578990779da2668e755be1207550ec3aa47a34df21fb64c2c054334bc8a" + sha256 cellar: :any_skip_relocation, ventura: "d575b578990779da2668e755be1207550ec3aa47a34df21fb64c2c054334bc8a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9104ee1bfdf0205766ee85dc264d1b4b5b12a683e08d17449f75b3732228c584" end depends_on "go" => :build From 9fa808c730f9e1b58c0d3fd9d41fac55ffd769ed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:17:09 +0000 Subject: [PATCH 09958/10074] sqlboiler: update 4.19.2 bottle. --- Formula/s/sqlboiler.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sqlboiler.rb b/Formula/s/sqlboiler.rb index 01cff70b0e8e7..8f4b83df96553 100644 --- a/Formula/s/sqlboiler.rb +++ b/Formula/s/sqlboiler.rb @@ -7,12 +7,12 @@ class Sqlboiler < Formula head "https://github.com/volatiletech/sqlboiler.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "08857ef511f690f8933d95b76105661e7649530a646684d723735191f57435c6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "08857ef511f690f8933d95b76105661e7649530a646684d723735191f57435c6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "08857ef511f690f8933d95b76105661e7649530a646684d723735191f57435c6" - sha256 cellar: :any_skip_relocation, sonoma: "9c69916334c39d17e4021dcb5d934d83fea64991a77819bb58576296e2d3ebc0" - sha256 cellar: :any_skip_relocation, ventura: "9c69916334c39d17e4021dcb5d934d83fea64991a77819bb58576296e2d3ebc0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "864792653086ae9530164a4e60696fde39cafbdd1111e048a51e6ca5ad119f08" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b4add434e7c891fa931251afed3a07c682f5fd25e1f87b744f3a2e851e5c2af" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b4add434e7c891fa931251afed3a07c682f5fd25e1f87b744f3a2e851e5c2af" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b4add434e7c891fa931251afed3a07c682f5fd25e1f87b744f3a2e851e5c2af" + sha256 cellar: :any_skip_relocation, sonoma: "76ca857d4f6e7247dded84268526b81f06e95b2d51c8146ea832d2f90bd3efb2" + sha256 cellar: :any_skip_relocation, ventura: "76ca857d4f6e7247dded84268526b81f06e95b2d51c8146ea832d2f90bd3efb2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c776177db9bc32682c923be3f363fcbb99129799e9f518088322ce14458b078d" end depends_on "go" => :build From 198e1b0cf65d5338b30858f0d11368350fb7899d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:17:55 +0000 Subject: [PATCH 09959/10074] odpi 5.6.0 --- Formula/o/odpi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/odpi.rb b/Formula/o/odpi.rb index fa14e3f9aace6..984b123d0db3e 100644 --- a/Formula/o/odpi.rb +++ b/Formula/o/odpi.rb @@ -1,8 +1,8 @@ class Odpi < Formula desc "Oracle Database Programming Interface for Drivers and Applications" homepage "https://oracle.github.io/odpi/" - url "https://github.com/oracle/odpi/archive/refs/tags/v5.5.1.tar.gz" - sha256 "8325384f9b332c4a3c91b5fa8189f26b07e8febba4310654d0b1b5d69687a0f6" + url "https://github.com/oracle/odpi/archive/refs/tags/v5.6.0.tar.gz" + sha256 "cccb2a6c2e6e5510095a33a3329929aa4a74477a3816b3e7327a3e71ceff9118" license any_of: ["Apache-2.0", "UPL-1.0"] bottle do From 5b6114d1e54346aba676a4f999644a87bdf2e902 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:18:12 +0000 Subject: [PATCH 09960/10074] ollama 0.9.3 --- Formula/o/ollama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index 68ed4c7f8c679..a95902e341fc4 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -2,8 +2,8 @@ class Ollama < Formula desc "Create, run, and share large language models (LLMs)" homepage "https://ollama.com/" url "https://github.com/ollama/ollama.git", - tag: "v0.9.2", - revision: "ed567ef43b5822423bd165f5f57fb6bad5fce1b3" + tag: "v0.9.3", + revision: "ba04902670cd5945ded682c1c9de2220475b9c38" license "MIT" head "https://github.com/ollama/ollama.git", branch: "main" From 02b09b57f4b7fd3595d237d0e14441ecb449f915 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:20:08 +0000 Subject: [PATCH 09961/10074] phpunit 12.2.4 --- Formula/p/phpunit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 65544296fb9b9..354552f20675c 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -1,8 +1,8 @@ class Phpunit < Formula desc "Programmer-oriented testing framework for PHP" homepage "https://phpunit.de" - url "https://phar.phpunit.de/phpunit-12.2.3.phar" - sha256 "86fe1d62335f64fe9f4dbabbf65022d2e5234ae6898e76ba9e9a219ea9e166bd" + url "https://phar.phpunit.de/phpunit-12.2.4.phar" + sha256 "a3ed58f26760892931a4cdf3862146e798086dbe465fdd5f04fc575812c9281e" license "BSD-3-Clause" livecheck do From 6c2cfcf8b1bcfcd03390de83a041557974daf242 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:20:46 +0000 Subject: [PATCH 09962/10074] pnpm 10.12.4 --- Formula/p/pnpm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index 75caf6dacafad..c65afc22d904a 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -1,8 +1,8 @@ class Pnpm < Formula desc "Fast, disk space efficient package manager" homepage "https://pnpm.io/" - url "https://registry.npmjs.org/pnpm/-/pnpm-10.12.3.tgz" - sha256 "e97173946a1f175e1d6c224527967a5f468b4821572faf6ac527fdecefac64cd" + url "https://registry.npmjs.org/pnpm/-/pnpm-10.12.4.tgz" + sha256 "cadfd9e6c9fcc2cb76fe7c0779a5250b632898aea5f53d833a73690c77a778d9" license "MIT" livecheck do From 9b5add1963689efd9f658a2c31a11b62655ba1b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:24:38 +0000 Subject: [PATCH 09963/10074] cyctl: update 0.21.1 bottle. --- Formula/c/cyctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cyctl.rb b/Formula/c/cyctl.rb index 8425a27a18244..3db4d84167399 100644 --- a/Formula/c/cyctl.rb +++ b/Formula/c/cyctl.rb @@ -7,12 +7,12 @@ class Cyctl < Formula head "https://github.com/cyclops-ui/cyclops.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a38330986b15a227cc6bddb0da656449f1364abcf2b6be67d606612c94f81c0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a38330986b15a227cc6bddb0da656449f1364abcf2b6be67d606612c94f81c0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2a38330986b15a227cc6bddb0da656449f1364abcf2b6be67d606612c94f81c0" - sha256 cellar: :any_skip_relocation, sonoma: "a18f239f4a2fe09259505b96572f73b370956626d9ce73c5dfcf8a034fcc0a5e" - sha256 cellar: :any_skip_relocation, ventura: "a18f239f4a2fe09259505b96572f73b370956626d9ce73c5dfcf8a034fcc0a5e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f01397a7c46ad79968459fd125f46f9e44c7480ee98c5341b9ed24bb2a096196" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a91093fae1c86d9f72483bd78e6b3d24257276cfc656ae5d62637616e301024c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a91093fae1c86d9f72483bd78e6b3d24257276cfc656ae5d62637616e301024c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a91093fae1c86d9f72483bd78e6b3d24257276cfc656ae5d62637616e301024c" + sha256 cellar: :any_skip_relocation, sonoma: "19a8bf0780b4bec03bda21046b752f0ee013089ea7b6f988b0a4ad0c914cf6ee" + sha256 cellar: :any_skip_relocation, ventura: "19a8bf0780b4bec03bda21046b752f0ee013089ea7b6f988b0a4ad0c914cf6ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c0f445325ef4060e628b0ee17b4204e6263846f482632163913e45aac934ecd" end depends_on "go" => :build From ed81b6f548e7634f461be6d8dd837a41ab02235b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:25:59 +0000 Subject: [PATCH 09964/10074] spot 2.14 --- Formula/s/spot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/spot.rb b/Formula/s/spot.rb index e00ffdb9f589d..d741928ce6684 100644 --- a/Formula/s/spot.rb +++ b/Formula/s/spot.rb @@ -1,8 +1,8 @@ class Spot < Formula desc "Platform for LTL and ω-automata manipulation" homepage "https://spot.lre.epita.fr" - url "https://www.lrde.epita.fr/dload/spot/spot-2.13.2.tar.gz" - sha256 "a412b3bbaef950215a2f71870ee24f01d722338b657cad9839f39acff1841011" + url "https://www.lrde.epita.fr/dload/spot/spot-2.14.tar.gz" + sha256 "cc267c96c96a40474669704114d02fb132ab30e8fa0ebca1a93f33e9d116024a" license "GPL-3.0-or-later" livecheck do From a015870b6ac5fc4ea4b354c139adc85e16816321 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:28:04 +0000 Subject: [PATCH 09965/10074] chdig: update 25.6.1 bottle. --- Formula/c/chdig.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/chdig.rb b/Formula/c/chdig.rb index 3bc0d03ad4dcd..99f04f0a07e6b 100644 --- a/Formula/c/chdig.rb +++ b/Formula/c/chdig.rb @@ -7,13 +7,13 @@ class Chdig < Formula head "https://github.com/azat/chdig.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b983bd8086b13f4c9b8656678f01a517c9a1dea76ce4c90d6c0931eab195beb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c0609d8c5284a2e7b717123e71036ec434fa4aa311c4cedf9fbec31b3d348e7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1b39d50f8782ae0b1c20a35254aac710c8705020189337fb98b859fca647582c" - sha256 cellar: :any_skip_relocation, sonoma: "3ac80eca9b7d94b9d9d1a1570fcd1494f0ac96bc1ea25dc4e6979703ad67a7fb" - sha256 cellar: :any_skip_relocation, ventura: "fc41f28455ef3bdd91b01f10994c1878917d8f4c8584e9442d4da8e83e4f18b9" - sha256 cellar: :any_skip_relocation, arm64_linux: "6d110d05f6b19f1d5db298a2b979e67f9df13e7b276254ce49fad2e18694c99f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c3a9dc13cd1c5fa758858c77cd83d169d98b382a6254cca0facc75c5e3330251" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb716fc06789ea84fcf2483c7536c206bf3c59c837dd7c4f2149f568b12c8b18" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e68352fb52cef094c4c2b206635cd657a8fdcd83c79944fcf6be2ed5dd1917e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0f90272896ed8a72e4ab715b2b20cce46ba0e1dfb0069ebccd23b523a19265dd" + sha256 cellar: :any_skip_relocation, sonoma: "f86384999cd9b25fc348bfc6d44d2f4966148029f011cea2ab14ea688869f3f8" + sha256 cellar: :any_skip_relocation, ventura: "6eb60a77bc5a0bf09e5426ca17fd31dd9b66e26caf814a6b903fc43d12cad4e2" + sha256 cellar: :any_skip_relocation, arm64_linux: "ab3ad815aa86776bf67615b80a4281975566dd25c5f8d86b2c899665700991f3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "898ef6312d233a82dca1dc3bc01010aa774c9dffd4d77944fe788a2b0250c7fd" end depends_on "rust" => :build From 629acf17214596911810dadc4d8860256df06bf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:31:20 +0000 Subject: [PATCH 09966/10074] yaf 2.16.3 --- Formula/y/yaf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yaf.rb b/Formula/y/yaf.rb index c74fd66482a5a..0380155c1e72d 100644 --- a/Formula/y/yaf.rb +++ b/Formula/y/yaf.rb @@ -1,8 +1,8 @@ class Yaf < Formula desc "Yet another flowmeter: processes packet data from pcap(3)" homepage "https://tools.netsa.cert.org/yaf/" - url "https://tools.netsa.cert.org/releases/yaf-2.16.2.tar.gz" - sha256 "4155794364a1a705841718919a7ef64514a8cb3b13d44211d36dff7ba8c35546" + url "https://tools.netsa.cert.org/releases/yaf-2.16.3.tar.gz" + sha256 "a394bc8bc2c2402a5bbdfd8c0c23948ddb1757a6856e076a38d0fdec8b93e61a" license "GPL-2.0-only" # NOTE: This should be updated to check the main `/yaf/download.html` From a0729ea71ae16b80c687b118bcbf4677b983e379 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:27:48 +0000 Subject: [PATCH 09967/10074] kyverno: update 1.14.4 bottle. --- Formula/k/kyverno.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kyverno.rb b/Formula/k/kyverno.rb index b31fb16d0e1da..4d291591302d1 100644 --- a/Formula/k/kyverno.rb +++ b/Formula/k/kyverno.rb @@ -14,13 +14,13 @@ class Kyverno < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3133404eddee0a39e1bf95eeccea6c5366e767cb6f450fb47402dea9a59638ae" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0034e9ebc8531a4d586afc5ea27010d7c1d2c9afe309466e72ca6cd92deb730b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c3bec6bad97d62cfab2f69a74b735d9aa03b86a5e0fe5900f15460b3c04165ee" - sha256 cellar: :any_skip_relocation, sonoma: "eed762becad492ab5c7af8f1c76382009e9512200c805d1ffcc6b7257b69de8b" - sha256 cellar: :any_skip_relocation, ventura: "54a65904bccad50d44f5e06f04f6c3d6c729a95c70e4cf72c259bf5ba292ff89" - sha256 cellar: :any_skip_relocation, arm64_linux: "7d129a3a6bb43bd6b29d50db1cfe50065d40ab28c10c946a9716aa19a5dc854b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e5b839a8c964d68bd8583a22db9edf929be15c10f352dce9d7aa4814a363af1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "97df955ad2cdd89672e0ac1be7f43d04e5706c09118bbdb0fa6f7cfafe372354" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a23bc09c0a0099eeb65530d1b03ee2f9e9f6f5b24b27b8963f446053baf8363b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "24874a3b0c55c044ca039429a62b815f580d05ce82ed8984db10a27874788419" + sha256 cellar: :any_skip_relocation, sonoma: "7a45f8a8ed0b740d13c3c5c7e85091d86422bb74775c8a7aed6a84f7b8364a64" + sha256 cellar: :any_skip_relocation, ventura: "fd97707ef8aaa457d69ee35cf1ec3c06aae51f2732654826ae4fcefedb6c367a" + sha256 cellar: :any_skip_relocation, arm64_linux: "e22d53b841490b247875b8136a9541275fad14bac872c58d778cafa74aef67fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4f72a24f56df9eeaa6ba0af2bc330654cddc5a45f233113eb9f5252a01e015b7" end depends_on "go" => :build From 167f0a9d0bcb0c052e5efee03871357a0a09b84b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:28:20 +0000 Subject: [PATCH 09968/10074] ollama: update 0.9.3 bottle. --- Formula/o/ollama.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index a95902e341fc4..6e84e9674d727 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -16,13 +16,13 @@ class Ollama < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "feb750f5756745ff0fda6985ec30dc2ed97d5a595bf5112d95d1ff51d6712802" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0865068722f61daa9546750268b6725c91797004ca02a5346eca834ed1219f1b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e306c6c8598997ab687e234556daf07a2822f1faa982c8dbc2e7161d7cdf1d80" - sha256 cellar: :any_skip_relocation, sonoma: "0e9261865d611dd87304ccaafff2daf0009cbb3b0934cf65bb9a93f1d722bca4" - sha256 cellar: :any_skip_relocation, ventura: "45d89d9c0af14a93a2c750bd1e3a393f2aed5b4b6cb44aac35486a7034ac9d3c" - sha256 cellar: :any_skip_relocation, arm64_linux: "99138a22348e3c2b6156ade9bdecbb1dc1e21eeb2e1f19ed5b733cc28f5ba657" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3ebd6a49bba24e66f8619161aed4b557084599ba26304a2fab429f7927ac9fcf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c97602bce14cab2190118ace8f00953e872088828bc2c1ae31d006f167ec202b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e291600d4fa244567927e1cfb0a7e71f877d123ae2ef39edb9adfa7f4b19dba4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3c0a14b9db43840b35fcdc7b2353bb58342ac18e709a1672d43a02f3b8033b7f" + sha256 cellar: :any_skip_relocation, sonoma: "815497f077bca9893cbfe781bfe9f5b1d7e3b6c806b10a5b0ba24ae5ae0a2028" + sha256 cellar: :any_skip_relocation, ventura: "ef2200218710dfcd2f4f6ecaac428e318b54d6e835be9eac70336569b9dea14a" + sha256 cellar: :any_skip_relocation, arm64_linux: "2e4363a17529067110a6fa0d5e482f6a8b968e3adec20a6e94e30f0a24485527" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d02cfad4e1a3e7ac8e34731cb0ca2fba3c16e85b1daca2ae9e42c63a0f40d6cb" end depends_on "cmake" => :build From bfc56c230593139bd7695cbf523edcf180850358 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:28:21 +0000 Subject: [PATCH 09969/10074] pnpm: update 10.12.4 bottle. --- Formula/p/pnpm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pnpm.rb b/Formula/p/pnpm.rb index c65afc22d904a..062800c463338 100644 --- a/Formula/p/pnpm.rb +++ b/Formula/p/pnpm.rb @@ -13,13 +13,13 @@ class Pnpm < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "32872b400613460d29c430d7ed3d5ad1e94815b278da34a167fa4b08253ea648" - sha256 cellar: :any, arm64_sonoma: "32872b400613460d29c430d7ed3d5ad1e94815b278da34a167fa4b08253ea648" - sha256 cellar: :any, arm64_ventura: "32872b400613460d29c430d7ed3d5ad1e94815b278da34a167fa4b08253ea648" - sha256 cellar: :any, sonoma: "504ae9c03a3a5417fdbdff2abe58bb609473f5041504ea8c62665cb79efd9613" - sha256 cellar: :any, ventura: "504ae9c03a3a5417fdbdff2abe58bb609473f5041504ea8c62665cb79efd9613" - sha256 cellar: :any_skip_relocation, arm64_linux: "338c9c7f8ef1380e2460a459d37c55d8b3635ad1401b03156d091d629c000ab4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "338c9c7f8ef1380e2460a459d37c55d8b3635ad1401b03156d091d629c000ab4" + sha256 cellar: :any, arm64_sequoia: "f6482b264d7f9f15383f6aedc856c9b745f48e1d819dc63f932de1d4b0a7e7aa" + sha256 cellar: :any, arm64_sonoma: "f6482b264d7f9f15383f6aedc856c9b745f48e1d819dc63f932de1d4b0a7e7aa" + sha256 cellar: :any, arm64_ventura: "f6482b264d7f9f15383f6aedc856c9b745f48e1d819dc63f932de1d4b0a7e7aa" + sha256 cellar: :any, sonoma: "1ec9276b0f0cbaadf9a3d866f36ef084d5c00dc65283fb08b56fc7e7d651b359" + sha256 cellar: :any, ventura: "1ec9276b0f0cbaadf9a3d866f36ef084d5c00dc65283fb08b56fc7e7d651b359" + sha256 cellar: :any_skip_relocation, arm64_linux: "6de72928cd67c7fceb4770226c314e73907c373d192a473b6f5033ce584c22fb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6de72928cd67c7fceb4770226c314e73907c373d192a473b6f5033ce584c22fb" end depends_on "node" => [:build, :test] From e0c3e73bc3f4f0e6dff76768f0583c0d85e7bbc6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:28:54 +0000 Subject: [PATCH 09970/10074] yaf: update 2.16.3 bottle. --- Formula/y/yaf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/y/yaf.rb b/Formula/y/yaf.rb index 0380155c1e72d..2fb1535de64e3 100644 --- a/Formula/y/yaf.rb +++ b/Formula/y/yaf.rb @@ -13,13 +13,13 @@ class Yaf < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "4beb4eaf87c7a5b45b77c97efe277f2059d5b74cfefeefed34b80a9ca7188e58" - sha256 cellar: :any, arm64_sonoma: "8faecf15789d73010ca49458a33cd257f940d36a23d4d4f21486bbe7a034ba96" - sha256 cellar: :any, arm64_ventura: "a751d045582697fff1c862a3cfd3769d2b3a8bfe649dce507235666a5b9ecfce" - sha256 cellar: :any, sonoma: "d9467f85042105d34e511bab134a4891e601bbb05f9d87875078a790019b1bb1" - sha256 cellar: :any, ventura: "301f74f55f414a56226694796136df4ad3c2d20148bdd6ac5fdaa0e705820ce1" - sha256 cellar: :any_skip_relocation, arm64_linux: "6c76480d475c395589adc5a943682fd9b6a0c9ce05aac31c13c255c4e4df8e36" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5b1513aec6289640e5edcd930116b75aaf2906910cbdc5e3467ab47de0babfd6" + sha256 cellar: :any, arm64_sequoia: "3b9520107551e1d3afeda2940035fbb147e38da2f0ed4d6bb30e2f46761200f7" + sha256 cellar: :any, arm64_sonoma: "f74e01d83a1d8de00b50b6eedb49543708d18b6c7200fd680782a803ccadeed2" + sha256 cellar: :any, arm64_ventura: "f2543a2e91462e708a6bd86cf619028adfbe171529bded72dd44fc4c3ab8aa1d" + sha256 cellar: :any, sonoma: "c58866c3ee6cab46384b635624fec9d90400f8c415c2113ed0f6836e78d4cd50" + sha256 cellar: :any, ventura: "14d13fe37c3e0cda4c86219b64169be9d578fce3a5ed47f86510ebf4827d0dc6" + sha256 cellar: :any_skip_relocation, arm64_linux: "333c7f4ed9bf678887ce7746d4216bf2838ef5557582c2a0ee3e4ce6c92b06e3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "05344e9c514be3f89d859f53b3e1e392b618a4a06de4caa09e5b40abe7a01b71" end depends_on "pkgconf" => :build From 3ece709c19f205d0ac81bb3d4b7b1546e69ce41b Mon Sep 17 00:00:00 2001 From: "Sebastian (Tiedtke) Huckleberry" Date: Thu, 26 Jun 2025 11:37:41 -0700 Subject: [PATCH 09971/10074] runme 3.14.2 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/r/runme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/runme.rb b/Formula/r/runme.rb index f1d6ca5979f51..338f78edb09db 100644 --- a/Formula/r/runme.rb +++ b/Formula/r/runme.rb @@ -1,8 +1,8 @@ class Runme < Formula desc "Execute commands inside your runbooks, docs, and READMEs" homepage "https://runme.dev/" - url "https://github.com/runmedev/runme/archive/refs/tags/v3.14.1.tar.gz" - sha256 "2a3c9a6a1370bc973364d43e2206e80e3c3e5602f3a704b5d401891226154d54" + url "https://github.com/runmedev/runme/archive/refs/tags/v3.14.2.tar.gz" + sha256 "af3d1fae4468f740ea9da6dffc9fbe010f391e0521377d46887bc5129f07a1fa" license "Apache-2.0" head "https://github.com/runmedev/runme.git", branch: "main" From 59d798cf9d2c8b686a9e27a30ff12c50c0daa8de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:06:16 +0000 Subject: [PATCH 09972/10074] kapacitor 1.8.0 Signed-off-by: Rui Chen --- Formula/k/kapacitor.rb | 59 ++++++++---------------------------------- 1 file changed, 11 insertions(+), 48 deletions(-) diff --git a/Formula/k/kapacitor.rb b/Formula/k/kapacitor.rb index 1f27b5d473260..9789095330641 100644 --- a/Formula/k/kapacitor.rb +++ b/Formula/k/kapacitor.rb @@ -1,41 +1,12 @@ class Kapacitor < Formula desc "Open source time series data processor" homepage "https://github.com/influxdata/kapacitor" + url "https://github.com/influxdata/kapacitor.git", + tag: "v1.8.0", + revision: "c5848b64d04a1dc4039611491891dd06872ef348" license "MIT" head "https://github.com/influxdata/kapacitor.git", branch: "master" - stable do - url "https://github.com/influxdata/kapacitor.git", - tag: "v1.7.7", - revision: "f59b0b1f0c0681f37a7aa62d79600009d2f168c8" - - # TODO: Remove when release uses flux >= 0.195.0 to get following fix for rust >= 1.78 - # Ref: https://github.com/influxdata/flux/commit/68c831c40b396f0274f6a9f97d77707c39970b02 - resource "flux" do - url "https://github.com/influxdata/flux/archive/refs/tags/v0.194.5.tar.gz" - sha256 "85229c86d307fdecccc7d940902fb83bfbd7cff7a308ace831e2487d36a6a8ca" - - # patch to fix build with rust 1.83, upstream pr ref, https://github.com/influxdata/flux/pull/5516 - patch do - url "https://github.com/influxdata/flux/commit/08b6cb784759242fd1455f1d28e653194745c0c6.patch?full_index=1" - sha256 "3c40b88897c1bd34c70f277e13320148cbee44b8ac7b8029be6bf4f541965302" - end - - # go1.22 patch for flux 0.194.5 - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/4928e7c7ac070ca64e2c62393c1e7ae95db7889f/kapacitor/flux-0.194.5-go1.22.patch" - sha256 "3290b34f688edad2dc10a4abd88ea2ee8821cd547ee99325fbbbe4652ad62bea" - end - end - - # build patch to upgrade flux so that it can be built with rust 1.72.0+ - # upstream PR ref, https://github.com/influxdata/kapacitor/pull/2811 - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/c004d4600a284d62ba74741ffb60f0474403478e/kapacitor/1.7.7.patch" - sha256 "c70370136bb4b32112157ce4cc9748a0287a6d9dc92e6651711baa75eb5514be" - end - end - livecheck do url :stable regex(/^v?(\d+(?:\.\d+)+)$/i) @@ -57,25 +28,17 @@ class Kapacitor < Formula # NOTE: The version here is specified in the go.mod of kapacitor. # If you're upgrading to a newer kapacitor version, check to see if this needs upgraded too. resource "pkg-config-wrapper" do - url "https://github.com/influxdata/pkg-config/archive/refs/tags/v0.2.12.tar.gz" - sha256 "23b2ed6a2f04d42906f5a8c28c8d681d03d47a1c32435b5df008adac5b935f1a" + url "https://github.com/influxdata/pkg-config/archive/refs/tags/v0.3.0.tar.gz" + sha256 "769deabe12733224eaebbfff3b5a9d69491b0158bdf58bbbbc7089326d33a9c8" end - def install - if build.stable? - # Workaround to skip dead_code lint. RUSTFLAGS workarounds didn't work. - flux_module = "github.com/influxdata/flux" - flux_version = File.read("go.mod")[/#{flux_module} v(\d+(?:\.\d+)+)/, 1] - odie "Check if `flux` resource can be removed!" if flux_version.blank? || Version.new(flux_version) >= "0.195" - (buildpath/"vendored_flux").install resource("flux") - inreplace "vendored_flux/libflux/flux-core/src/lib.rs", "#![allow(\n", "\\0 dead_code,\n" - (buildpath/"go.work").write <<~GOWORK - go 1.22 - use . - replace #{flux_module} => ./vendored_flux - GOWORK - end + # build patch for 1.8.0 release + patch do + url "https://raw.githubusercontent.com/Homebrew/formula-patches/2ce7d3fffb94533cc1940dfc0391806007b1644f/kapacitor/1.8.0.patch" + sha256 "1be60924e908504afb52bdefbddbcba65fb2812b63f430918406f68ad0d5e941" + end + def install resource("pkg-config-wrapper").stage do system "go", "build", *std_go_args, "-o", buildpath/"bootstrap/pkg-config" end From a2f43fdf3e07d96e858c8d4903cb25c1ff2274c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:48:06 +0000 Subject: [PATCH 09973/10074] llama.cpp: update 5760 bottle. --- Formula/l/llama.cpp.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index c9843218ff8e9..0fc82795c134c 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -19,13 +19,13 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "80751fce5ed9229e7da24f55b04d6d3af8517aa30ee08e0c296e2f54d19b1727" - sha256 cellar: :any, arm64_sonoma: "0c29a01532a35bf605a42e0ca9415b5c1a2f8ddcc74c4eab5834905361db6072" - sha256 cellar: :any, arm64_ventura: "e5fbc88f0410f90099ee64c1253238f75da28a3e9b3b942db83857dbc71c8be0" - sha256 cellar: :any, sonoma: "1c4493c415a524f4c444ca6fe435045bc7e3c9541cd793827f3d7ed758591938" - sha256 cellar: :any, ventura: "967caf459d1ec6860ea04d7da17801837e8dfd9bf4a87acb7edbb569359e4fb0" - sha256 cellar: :any_skip_relocation, arm64_linux: "daa7724e7d728d7768c84e71f6f869c7724dd08632ac8da934c6b6607641d461" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a1c5ab0d4fdbe39bd381406fc604489e40843fac0f791fcf29473501cebaabef" + sha256 cellar: :any, arm64_sequoia: "171dd1e37f8481a7564a79ec872e049a881e7d503beb1b87b70caa209ad0669d" + sha256 cellar: :any, arm64_sonoma: "33200195c0b5c922509abc424e5a57595beb5eb8b34081f1306337faacbb21c8" + sha256 cellar: :any, arm64_ventura: "675dbbbec417d229b747b6b86e9966d850cf4fc3e7e945ef1b0e3ebf1d95a463" + sha256 cellar: :any, sonoma: "e54a3a3b5b5b16f0f01f54f26f40b24865142e7e19c9277e24851b8cbeb2cbcb" + sha256 cellar: :any, ventura: "ba1292995cac82142852215c350b214ea4da3ec51a1f88bb69bab33dec458a88" + sha256 cellar: :any_skip_relocation, arm64_linux: "d81f04d48e7511866e7c117b38789b21abdfe8d85ba106759fc376448e59824d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "319e81e7332b659d7a15c5461de7cf32c4b2608d58e7699607d500b0e6539647" end depends_on "cmake" => :build From 0e1320a32f6f80a81fbaca47cfa6112afd31b30d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:58:36 +0000 Subject: [PATCH 09974/10074] fastapi: update 0.115.14 bottle. --- Formula/f/fastapi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fastapi.rb b/Formula/f/fastapi.rb index 591b69764fb9b..107cf8f2f4c6d 100644 --- a/Formula/f/fastapi.rb +++ b/Formula/f/fastapi.rb @@ -8,13 +8,13 @@ class Fastapi < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "190ecdd6622dd4f967e1226512542a582305c933b44805746ce50c53cb33fbd6" - sha256 cellar: :any, arm64_sonoma: "02b9573c5df5198bb87130102961d5d2384805832d63406a6b25f624193a41b9" - sha256 cellar: :any, arm64_ventura: "d2ea4f309558e4692c2e3f17bd82ca216e1e22a2eea80367427847cc6cde72a5" - sha256 cellar: :any, sonoma: "571fdb6fc209920bf18c66cda72a06393891261f341cec647c8301bb5ab975c3" - sha256 cellar: :any, ventura: "5c5419a70b64aa5a1c68e80e2339965fa36848c8f753fe274301537578b29317" - sha256 cellar: :any_skip_relocation, arm64_linux: "263148cee6e392062bf439d3fa7c6b8d2114a27034dbf813e980f8562d6d77b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "616dbe74118075a368615e2224d67a4567da53a23f1f875e29d68157bd932521" + sha256 cellar: :any, arm64_sequoia: "efeb13e818cf46ac8a08a4105970bee9ec053bfe1fb1572ba402dda91a8c22cc" + sha256 cellar: :any, arm64_sonoma: "459534a1848a0df4cf5afa6824977738f26de12891928e32a594f795919dbe01" + sha256 cellar: :any, arm64_ventura: "f05a43314af62bbc32c83cac0eef3f65e2866e2bddfd4c34d5eda519dff5c1d1" + sha256 cellar: :any, sonoma: "608f1bb8e525f864851ec25f5d38390a11adf0eedd581e14c8f79d4a5d600ae0" + sha256 cellar: :any, ventura: "7643c1b67b3911eecb586f3b10a7071f2165bac8a59f053b1af6e6d5806b9531" + sha256 cellar: :any_skip_relocation, arm64_linux: "3f374dbda7478404b32314fd40a3ea54abfa72065b76b8c650a0e9578c8b780b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "937e814542f1fd06f37e407ebf974754d23f9be9d95af3e0f2bbb0ed72bddfd1" end depends_on "rust" => :build # for pydantic From 9d0de9c62ad8f6a753fa8b59b4a51243531a22b2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:58:40 +0000 Subject: [PATCH 09975/10074] cyclonedx-python: update 6.1.2 bottle. --- Formula/c/cyclonedx-python.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cyclonedx-python.rb b/Formula/c/cyclonedx-python.rb index 7d7e298c75954..e34abcfa3f84e 100644 --- a/Formula/c/cyclonedx-python.rb +++ b/Formula/c/cyclonedx-python.rb @@ -9,13 +9,13 @@ class CyclonedxPython < Formula head "https://github.com/CycloneDX/cyclonedx-python.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "207bc5a3afa9ede34792825e9e5e0804b2d4f5ddcc1ce91df087edd87648c27a" - sha256 cellar: :any, arm64_sonoma: "fe19b0b8809615f6e5a3c318992d326e440b6115fcc6c4922306873f55734b98" - sha256 cellar: :any, arm64_ventura: "c3f219cd7b18cada9994055590c49767f75fc8932fd57d5e312e7f0e7300ab1c" - sha256 cellar: :any, sonoma: "d2e9e72dcc36a618823be8e687379277305c8c8629766dcb61331f9c90b38170" - sha256 cellar: :any, ventura: "ad3569ee277cf642f66a26b6200a72d8c2268675f7f2fab371e13b5a69bf1d61" - sha256 cellar: :any_skip_relocation, arm64_linux: "a0f9f5d14e014409d650d5467c01eb754f30a8f08749de4a9785392a2cfd1fad" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14989decb820fef2e8eb9d59ce44a79b80bc3b9481e8c2b6fd2bdbf4984eb564" + sha256 cellar: :any, arm64_sequoia: "fa0fb12f8f2ba7936cb304b9a4b0d15ab0f9079e5ffc971ff35a72ed605c2aca" + sha256 cellar: :any, arm64_sonoma: "3750d6ba4c420ac2657d8fda3ca8a2da25a14f837233ece5dae8eb99f74a7d46" + sha256 cellar: :any, arm64_ventura: "767dbbf3670ab3c78d66843e8c39a179da96c1cb9ef9d5fb4b54e16b9e0f5b9b" + sha256 cellar: :any, sonoma: "353e00659c7c878298b8a1ce6906c625e7aedf07d1131ec95fa352cd7b3fb4d3" + sha256 cellar: :any, ventura: "a0f02d549ff211ac6c9138ae438f3d5c57ea5ee4e63fbf00baa554c6390a4d9f" + sha256 cellar: :any_skip_relocation, arm64_linux: "de6eaf3c66bf268a6b12664c5d590162d362acc166ab57b85dfcde15b374756f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "adc9f82415f458424289170e51aebcff4a29bde65032470f37c976f4e2bf162d" end depends_on "rust" => :build # for rpds-py From b9eb7f71246ae8f0b88658c620586fe64fb3484b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:58:46 +0000 Subject: [PATCH 09976/10074] phpunit: update 12.2.4 bottle. --- Formula/p/phpunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 354552f20675c..9ab6317fca05e 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -12,7 +12,7 @@ class Phpunit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "90d5245930c571ec874794d5f64f11b3f9112d95d4f1108825df40f472a42954" + sha256 cellar: :any_skip_relocation, all: "7677b69f70abcd8ce38659e07b648e8e08c5519086ecbbd76d72857e82f4fe7f" end depends_on "php" => :test From 87dc0260e65410a70821867e0d0a19b7963484d1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:58:51 +0000 Subject: [PATCH 09977/10074] odpi: update 5.6.0 bottle. --- Formula/o/odpi.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/odpi.rb b/Formula/o/odpi.rb index 984b123d0db3e..f9fd14bb2ca93 100644 --- a/Formula/o/odpi.rb +++ b/Formula/o/odpi.rb @@ -6,13 +6,13 @@ class Odpi < Formula license any_of: ["Apache-2.0", "UPL-1.0"] bottle do - sha256 cellar: :any, arm64_sequoia: "bc20e1e7c5dae5d19e845cde1c3d0497c71015ebdb13d36cff8f08741a4131b8" - sha256 cellar: :any, arm64_sonoma: "80b473d1a752d762306c4ddf263a5574050ed86d8cbaa89875e6a42361a08ceb" - sha256 cellar: :any, arm64_ventura: "01459cd115f60ee3c8a6ba124960b1b489801542152b1b6d203c01f0713fa433" - sha256 cellar: :any, sonoma: "ec0f29e806f41a0ffa56b81f1c4352f46f2d7d82be5885a4a673372019c10047" - sha256 cellar: :any, ventura: "7746fe52f85d8de435e00b0199009f6684d9deb224b4346cf8d68b67e7be14cb" - sha256 cellar: :any_skip_relocation, arm64_linux: "deaa4b1012c15bb7d9bcd07bfe50c308ac13c31599d4463505981eda31e71b5b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2175bfc184bc703d0c92fda2a7c685b8b0079ebf71292d65633816f568047437" + sha256 cellar: :any, arm64_sequoia: "205136b93c6139fc76e9f81ad2e80437e0bdd0a4811928b0c8f1ea5e70208e00" + sha256 cellar: :any, arm64_sonoma: "0fdee06177f56ae9fb9b5c031a542ddd37d829712ddecff6d8b8ef86b19f7f43" + sha256 cellar: :any, arm64_ventura: "663fc84d64b0bf2ec93833dc83e3bb39e186ccd2e441c8058a79190ee159a5a2" + sha256 cellar: :any, sonoma: "0d2c5e33d13ff8df81409ad7de92fa98c5f67af313b43bd3afd08e66638a5592" + sha256 cellar: :any, ventura: "56553ba8e170a0ef75457bba30a8a1e8138c02109dbe3fd5e4c72a502b5f92b0" + sha256 cellar: :any_skip_relocation, arm64_linux: "b1b9405a8dc474e979684120bd2823c45a95efca8bbba39569d403cd41170d2e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b82f176dcff652923fc295bed47ff9412f8791a071397d7044d5b9273538c41" end def install From 15e71934fcf18db8957cbcb18c9897b18da37315 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:58:56 +0000 Subject: [PATCH 09978/10074] fern-api: update 0.64.24 bottle. --- Formula/f/fern-api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fern-api.rb b/Formula/f/fern-api.rb index 0be19c027b236..fb9877a816bfd 100644 --- a/Formula/f/fern-api.rb +++ b/Formula/f/fern-api.rb @@ -6,7 +6,7 @@ class FernApi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, all: "c375db5c53d3ebb2b339da056e7bf2a1c97b2094b80840f0867b2981c780356f" + sha256 cellar: :any_skip_relocation, all: "1cc4d1d62a420abf8962205e078ade896a7c0f89cec55cc46ebd522670981284" end depends_on "node" From 58a3d375af612719c8c371e0869e7e72a2b8690c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:59:00 +0000 Subject: [PATCH 09979/10074] harper: update 0.45.0 bottle. --- Formula/h/harper.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/harper.rb b/Formula/h/harper.rb index 491f2b872a1d4..23eaa492dcd3f 100644 --- a/Formula/h/harper.rb +++ b/Formula/h/harper.rb @@ -12,13 +12,13 @@ class Harper < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7eab410f82e9ff7104e401f4b8763ea9676e760bbe7b992615327a1f136ef7af" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf2a2253bdb055167ded8c16a7eb21164ef316b579bab54b6a720048c996c12d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "299abc7bc2b80cf9667faf554e7d51bf78b8e66f42cd0cc59ece5af61b001da0" - sha256 cellar: :any_skip_relocation, sonoma: "f92267056856a07a415fd02b8e3eff2cc8a9ecd215b89a11f50ec45d74702ca3" - sha256 cellar: :any_skip_relocation, ventura: "50065c0f5f8cb69ed3ab8bb1eb40c3f10e5ddd4a7aa2b584a9b9dd16403ed978" - sha256 cellar: :any_skip_relocation, arm64_linux: "c24fee91372512fba6b7f5055051a982e4c3cf6a48fd0007d989c7852213e4c7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dbf0a7819312122cb8a9d42b5140cbf3f427307b0b6e04ae75bb98618e88c6f7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "827295e282f9794fbf7f3c13d16e0ee593f2cfbe14c930c6a0bc36f9ed6724e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8cd214e446310ae145d75681ba5b1bdf691a8d7ef8238bf3b1649d3c412deba2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "663224b1bd1c4bee0b8cc83f8e8235851c62931e9cb33e4c835f441d7354da3f" + sha256 cellar: :any_skip_relocation, sonoma: "06522407727c98f4f1fb7d8b2dfe838d633a3320339ca9277fdec546e29a3041" + sha256 cellar: :any_skip_relocation, ventura: "e989522fd938935546355dcb1c5540004d6be19020fcbb6c6b2bc3a077340dd9" + sha256 cellar: :any_skip_relocation, arm64_linux: "fe9a6636d4c677297e3c072b919342e89cddf0878eca3983ef99ddf4e82bc2f9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "08a53f5d31cb76ae3803eafec70c123f1282de8ec7c4c222955132cd871fae28" end depends_on "rust" => :build From 382cea0a85de5413b0a04646deedf1bfe17a3914 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:59:01 +0000 Subject: [PATCH 09980/10074] gitlab-runner: update 18.1.1 bottle. --- Formula/g/gitlab-runner.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gitlab-runner.rb b/Formula/g/gitlab-runner.rb index 6ca89427b2948..19134280af2dd 100644 --- a/Formula/g/gitlab-runner.rb +++ b/Formula/g/gitlab-runner.rb @@ -13,12 +13,12 @@ class GitlabRunner < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1477f3c830ec5067c1a00b228dead5fe8b2c3abfcd7424d4e31c286935f9022" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1477f3c830ec5067c1a00b228dead5fe8b2c3abfcd7424d4e31c286935f9022" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e1477f3c830ec5067c1a00b228dead5fe8b2c3abfcd7424d4e31c286935f9022" - sha256 cellar: :any_skip_relocation, sonoma: "2b81df9e7eb13c1017e9569d98a10faf82437139733f4a60731cc06fe8b9ad84" - sha256 cellar: :any_skip_relocation, ventura: "2b81df9e7eb13c1017e9569d98a10faf82437139733f4a60731cc06fe8b9ad84" - sha256 cellar: :any_skip_relocation, x86_64_linux: "03876038b260677274cd160093511d2070f0223bb31fdf8d4224685a337a6c44" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea0fced61a91b10e414f4c42dc249db70a00de80e7ace07ea9ea072913905f4d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea0fced61a91b10e414f4c42dc249db70a00de80e7ace07ea9ea072913905f4d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ea0fced61a91b10e414f4c42dc249db70a00de80e7ace07ea9ea072913905f4d" + sha256 cellar: :any_skip_relocation, sonoma: "aa55091f4d40641e1d65fe31955dad7f93ae07bf8916c6c6aa690bf4b43cce1e" + sha256 cellar: :any_skip_relocation, ventura: "aa55091f4d40641e1d65fe31955dad7f93ae07bf8916c6c6aa690bf4b43cce1e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "758679a1968b173a7985120c20e4fb747db6f70666cb9b54d2f01d00451f45a3" end depends_on "go" => :build From 2a2f29961c4ad9a4c3cce1ef5b51ac1ee0fe5cb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:59:04 +0000 Subject: [PATCH 09981/10074] spot: update 2.14 bottle. --- Formula/s/spot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/spot.rb b/Formula/s/spot.rb index d741928ce6684..82bdc4da2238b 100644 --- a/Formula/s/spot.rb +++ b/Formula/s/spot.rb @@ -11,13 +11,13 @@ class Spot < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "c1e80e60d55171d6bbb2e77539bf176c69b13117a14183df4190865db59ec804" - sha256 cellar: :any, arm64_sonoma: "606766c88eaa7f1e8ba043ffaa8d15592450681c0de93e7643ed13e446b82a75" - sha256 cellar: :any, arm64_ventura: "45d6b574632621612e033579399b8dc82018b31ec63592612413b2ecf752e034" - sha256 cellar: :any, sonoma: "7c844ba41875b353048dbe712853def57bcda67866fbaf7eadd2f8914baa439a" - sha256 cellar: :any, ventura: "0bed99e85e80b646ed3b1f92901788a6058625152e9a670737a61050f2d4be2e" - sha256 cellar: :any_skip_relocation, arm64_linux: "6794d96a6ea8343a647bb8edb2f7f6b336f9996f7aadd15241738a111e8614df" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f70f9ff9c45fa1428b0539e6fcd0917025b2db18686bcb3a3de00af89c38829f" + sha256 cellar: :any, arm64_sequoia: "57f5609356b7f5a2109c1551414cc86b5b56418f936329e7d9c2e310a5145d91" + sha256 cellar: :any, arm64_sonoma: "8ecdbf4c8437644c39a4f63e15097367dd6ad5c8f2f85c4fb9d15a29560bd322" + sha256 cellar: :any, arm64_ventura: "4c50c7b9f488c4185cae67dd6fa03f3ea7b4f9263a1be71437414ea24a9d67b3" + sha256 cellar: :any, sonoma: "0b5a312f9b9c64a5fd9d0dc87ba5e271f87f7e4270146d0030c07354f126f89b" + sha256 cellar: :any, ventura: "b6a5ad22ee50c859d6232ed18294a276dc626b0407240cfe74fb6bc1100f9400" + sha256 cellar: :any_skip_relocation, arm64_linux: "28ee7a6ae455932d4e3314fe33b293e4fe4d8250fd35eb03e610d56c00c9d2f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1b2cefcdda3b2fd454cbeed9dd6571cf8dca1dd26dc0f2cc01547af77011aa59" end depends_on "python@3.13" => :build From c1ac9cf336548cead32dc6e67e0d07a6c9777ac8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:59:18 +0000 Subject: [PATCH 09982/10074] runme: update 3.14.2 bottle. --- Formula/r/runme.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/runme.rb b/Formula/r/runme.rb index 338f78edb09db..12be5f919f112 100644 --- a/Formula/r/runme.rb +++ b/Formula/r/runme.rb @@ -9,12 +9,12 @@ class Runme < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5a0d542668b2c118cb4de07bb19f89a7e38f9a2537fc800ed6994ec050d04c7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5a0d542668b2c118cb4de07bb19f89a7e38f9a2537fc800ed6994ec050d04c7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c5a0d542668b2c118cb4de07bb19f89a7e38f9a2537fc800ed6994ec050d04c7" - sha256 cellar: :any_skip_relocation, sonoma: "59d2373552223c4140dbd12858fd1923a444af0baee01dba24a9ade35956a2c6" - sha256 cellar: :any_skip_relocation, ventura: "59d2373552223c4140dbd12858fd1923a444af0baee01dba24a9ade35956a2c6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9ae874f606452464ab4c482218901a231024c73d2c31dc73696d28bef8bbdc24" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "739c2ab7487eda1bf77256e97247c2e95d7e41c773ff0716c12a7919f0909207" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "739c2ab7487eda1bf77256e97247c2e95d7e41c773ff0716c12a7919f0909207" + sha256 cellar: :any_skip_relocation, arm64_ventura: "739c2ab7487eda1bf77256e97247c2e95d7e41c773ff0716c12a7919f0909207" + sha256 cellar: :any_skip_relocation, sonoma: "354c19bd2e50af6cafc4d5662db8abc9829fec9c6c5c4607e0cc24da7f14d3e0" + sha256 cellar: :any_skip_relocation, ventura: "354c19bd2e50af6cafc4d5662db8abc9829fec9c6c5c4607e0cc24da7f14d3e0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8701c62de93683ee75f661f33edce685cd88e29e77f868dc8ac1ccaf96607e38" end depends_on "go" => :build From 595f122b1f27741b9b8f0875fdda301f749311f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:59:20 +0000 Subject: [PATCH 09983/10074] grafana-alloy: update 1.9.2 bottle. --- Formula/g/grafana-alloy.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/g/grafana-alloy.rb b/Formula/g/grafana-alloy.rb index 9fb6cb190f5f7..76ebb56132a08 100644 --- a/Formula/g/grafana-alloy.rb +++ b/Formula/g/grafana-alloy.rb @@ -7,13 +7,12 @@ class GrafanaAlloy < Formula head "https://github.com/grafana/alloy.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "591ddacbaca141b624d29106d529d0de4d17b2abab1e4304a14059608ce1c92f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8cdac5d397d056e0395f02b8fb282d0d501fcf8e4f5a244d26ae4c4a6bcd243a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1ec6f86d4d3656bc3235327a73a7ac5397ac14a7afc4daaeedc7ce44be2f3772" - sha256 cellar: :any_skip_relocation, sonoma: "24cfa5132721635ddc04e80ea9acf15f8fa5f71a67bcd2a55aa1621006b1ceee" - sha256 cellar: :any_skip_relocation, ventura: "59e14e87014c799c7f61f709f01e9f33eb913d2e4073a3349070024ff200ab18" - sha256 cellar: :any_skip_relocation, x86_64_linux: "69ce85c841c0463bd6c7ffaa4201eabf10b84d66d28d89b846bc80af2fb7f0f6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "025ca85813021f01740505ff0d04966b05d9832ee9ed69b0a2fea0db837f1e65" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe614aae07d47725872099716ca29c88aba5492cef28d3603f975c731563bc58" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4b4a9febb93e67a1bc23229ad095767790dcba955f37bdb2458688ff3428910c" + sha256 cellar: :any_skip_relocation, sonoma: "a6ac903b25c6a9f4d9dae3afabaf4eeb72fe393f7524d8299be3a6ba4a6f2ac3" + sha256 cellar: :any_skip_relocation, ventura: "e7759c5c6092f2011d82cd5b6bf46e6b676fc62ecf8814184b24b05da47df739" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4ce0e3b1763e6ef65aa7566cb580fca53613ba84fe839f21910473b70c2d1104" end depends_on "go" => :build From fca590686134747dbe806f63f599beb837c637b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:06:34 +0000 Subject: [PATCH 09984/10074] pixi-pack: update 0.7.1 bottle. --- Formula/p/pixi-pack.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pixi-pack.rb b/Formula/p/pixi-pack.rb index 2652a7ce2d944..1060b7ecb613c 100644 --- a/Formula/p/pixi-pack.rb +++ b/Formula/p/pixi-pack.rb @@ -7,13 +7,13 @@ class PixiPack < Formula head "https://github.com/quantco/pixi-pack.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5724d325024529c15335b958513027f4db6beef6fd695d2739c810486aa6ca09" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e70f6a14cb794e7c46a4ce2e16307c31aefed228a98fc7a82e44930cf0859d31" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ed378899bbb28634cf931917dcf099927530410ab3929b596f40537049c3a4a" - sha256 cellar: :any_skip_relocation, sonoma: "36cce1afa0a4e588c56249b83f6e03324f2ff7a32f6a139b6d0423220e45088e" - sha256 cellar: :any_skip_relocation, ventura: "d195fede86de50f0d7c69339e90b324748a01f2bd95aa2a2c4def81470827523" - sha256 cellar: :any_skip_relocation, arm64_linux: "9d20b651f4304f97df4e068fb4c90ee56b3cd975ed4955086d25ed28acdb4384" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a2ec9d80701d3abdb0d47ebe8ce996cb77c7cc96159b5de5c12a55ca54438070" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "834c04062ce32eb7f89a6ca6b121822d56e32b7871434cec05e8116ab2b3cae4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e07c3d3dc051a6b8b9d63c0e88c5d8b962f94e8501d613158d00874e9d1d27d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7bb22dd8ec26a6582060a5f093d2d7a0da6c0d502ce25997bd49f1157a1c615a" + sha256 cellar: :any_skip_relocation, sonoma: "b8b366f202b2bdd99b5cb62b6bc931cfd5294ea37d2968f05c8860dc5a0f8633" + sha256 cellar: :any_skip_relocation, ventura: "90e1dd960cacc3786283d3b79ed381b4732e45e741583d73e1b35267c13658b6" + sha256 cellar: :any_skip_relocation, arm64_linux: "a557cadf6884cac72e30c5c5353c9aba5b79ad1e76c52d319f7ed9e6afe33ae5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c500859e059e015e4ea23e07a33eaf88badbb3df79cf23f44c70d9e9eb19a6c9" end depends_on "cmake" => :build From 7d8e927408f3b532b99a68e997c9b08d02eb9a9e Mon Sep 17 00:00:00 2001 From: John Martin Date: Thu, 26 Jun 2025 12:31:21 -0700 Subject: [PATCH 09985/10074] sui 1.51.1 Created by https://github.com/mislav/bump-homebrew-formula-action From release: https://github.com/MystenLabs/sui/actions/runs/15908941219 --- Formula/s/sui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sui.rb b/Formula/s/sui.rb index ce3f330b622d6..948953a5f1ba0 100644 --- a/Formula/s/sui.rb +++ b/Formula/s/sui.rb @@ -1,8 +1,8 @@ class Sui < Formula desc "Next-generation smart contract platform powered by the Move programming language" homepage "https://sui.io" - url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.50.1.tar.gz" - sha256 "c1447436f307fa90f7e1ed73f009c2bbb2a303dd39e58d5d4ae4713f0a2635ea" + url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.51.1.tar.gz" + sha256 "f51673f7ba032a6c762d6a07d10d078c784c72a6eb69114d768da9f292b956c7" license "Apache-2.0" livecheck do From 75c83922852a4cab92777fe436d3fce8ab2f99be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:50:30 +0000 Subject: [PATCH 09986/10074] awscli 2.27.44 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 8b920bdbd1b02..f78bf4d6c5028 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -3,8 +3,8 @@ class Awscli < Formula desc "Official Amazon AWS command-line interface" homepage "https://aws.amazon.com/cli/" - url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.43.tar.gz" - sha256 "5c568b3775274f97f68102ba16e180468210a3160ee316ebb588fd37017ba42d" + url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.44.tar.gz" + sha256 "cb896e287b20aa27573ec64d0cbe2e773ae92c7029578a92ea38e8854b077d40" license "Apache-2.0" head "https://github.com/aws/aws-cli.git", branch: "v2" From 4951e3aaa24522c926886afc182286904bdd475b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:51:36 +0000 Subject: [PATCH 09987/10074] bitwarden-cli 2025.6.0 --- Formula/b/bitwarden-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bitwarden-cli.rb b/Formula/b/bitwarden-cli.rb index 52f77cad94a97..a1b51cc875a62 100644 --- a/Formula/b/bitwarden-cli.rb +++ b/Formula/b/bitwarden-cli.rb @@ -1,8 +1,8 @@ class BitwardenCli < Formula desc "Secure and free password manager for all of your devices" homepage "https://bitwarden.com/" - url "https://github.com/bitwarden/clients/archive/refs/tags/cli-v2025.5.0.tar.gz" - sha256 "247ca881c8a9f407c494977f7e8555fe11beff017d0cfda6a6d437ec0c0978d6" + url "https://github.com/bitwarden/clients/archive/refs/tags/cli-v2025.6.0.tar.gz" + sha256 "18c91d3ce09f0b722a3bc6b7a470b40823301973cd80e5a8bc54542541075020" license "GPL-3.0-only" livecheck do From 32ed2363c8e8bd591337816dba8cddf086612766 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:52:14 +0000 Subject: [PATCH 09988/10074] broot 1.47.0 --- Formula/b/broot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/broot.rb b/Formula/b/broot.rb index ac6bede277c4f..a83c8a5bd1ff1 100644 --- a/Formula/b/broot.rb +++ b/Formula/b/broot.rb @@ -1,8 +1,8 @@ class Broot < Formula desc "New way to see and navigate directory trees" homepage "https://dystroy.org/broot/" - url "https://github.com/Canop/broot/archive/refs/tags/v1.46.5.tar.gz" - sha256 "730f07fd8450476204878f42c27b1db4f965053c2da5a602eae8f2764c5b92ce" + url "https://github.com/Canop/broot/archive/refs/tags/v1.47.0.tar.gz" + sha256 "25aa9eaefe1ae7b2853325d726cd97d5eeca1a24df35b01b92ee462d88c6a0f1" license "MIT" head "https://github.com/Canop/broot.git", branch: "master" From 7ef3df7d1e2e31bd6c9fea39a54ffbf157b41f9c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:57:29 +0000 Subject: [PATCH 09989/10074] dotslash 0.5.5 --- Formula/d/dotslash.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dotslash.rb b/Formula/d/dotslash.rb index f4b213da6a4a0..6871ee6a741e4 100644 --- a/Formula/d/dotslash.rb +++ b/Formula/d/dotslash.rb @@ -1,8 +1,8 @@ class Dotslash < Formula desc "Simplified executable deployment" homepage "https://dotslash-cli.com" - url "https://github.com/facebook/dotslash/archive/refs/tags/v0.5.4.tar.gz" - sha256 "92e8f39796931436e122e6c57bfd49d2050eae07d800a920ce2bf52238c1ff02" + url "https://github.com/facebook/dotslash/archive/refs/tags/v0.5.5.tar.gz" + sha256 "15d5c66afe187f220d86ec99cd34f54ac75b651477299e7d5fc12332207c49a6" license "Apache-2.0" livecheck do From 89f590d0b5365f74ff5c138052b362bee458091e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:59:36 +0000 Subject: [PATCH 09990/10074] fantom 1.0.82 --- Formula/f/fantom.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fantom.rb b/Formula/f/fantom.rb index b3babf5722d27..4696a04eef5d4 100644 --- a/Formula/f/fantom.rb +++ b/Formula/f/fantom.rb @@ -1,8 +1,8 @@ class Fantom < Formula desc "Object oriented, portable programming language" homepage "https://fantom.org/" - url "https://github.com/fantom-lang/fantom/releases/download/v1.0.81/fantom-1.0.81.zip" - sha256 "34a7a6aa843a84d3da53941ed37113fb374f2f82396a764472c52fcc671bf78a" + url "https://github.com/fantom-lang/fantom/releases/download/v1.0.82/fantom-1.0.82.zip" + sha256 "2fa6e4db591cf74e7832337db3f75d9d3509fc15477a38d394ce851d3dfac5fa" license "AFL-3.0" bottle do From c9aa921e91476f2a5dc985d515fc807970bbd030 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:05:09 +0000 Subject: [PATCH 09991/10074] influxdb@1 1.12.1 --- Formula/i/influxdb@1.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/influxdb@1.rb b/Formula/i/influxdb@1.rb index b4ac9ec45a534..2073ffff0c70e 100644 --- a/Formula/i/influxdb@1.rb +++ b/Formula/i/influxdb@1.rb @@ -1,8 +1,8 @@ class InfluxdbAT1 < Formula desc "Time series, events, and metrics database" homepage "https://influxdata.com/time-series-platform/influxdb/" - url "https://github.com/influxdata/influxdb/archive/refs/tags/v1.12.0.tar.gz" - sha256 "386ffaae9b050c52e720153f6c52b4a832d97edbfd589ffe498a269b6fe09fbf" + url "https://github.com/influxdata/influxdb/archive/refs/tags/v1.12.1.tar.gz" + sha256 "db73b4c64673713673e420ff8518c3ddfbefdfe245a1bb60f06b6ed2e13cc170" # 1.x is using MIT license while 1.x and 3.x is using dual license (Apache-2.0/MIT) license "MIT" From 73e06cccc178afdf52df16dc0760f48d2b731e41 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:12:53 +0000 Subject: [PATCH 09992/10074] mise 2025.6.8 --- Formula/m/mise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 24be16ecdcfc6..48751bacbd2fd 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -1,8 +1,8 @@ class Mise < Formula desc "Polyglot runtime manager (asdf rust clone)" homepage "https://mise.jdx.dev/" - url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.7.tar.gz" - sha256 "5b1ee17466b158ef1ba1059531c9863fa2122b72bba530b78d0f7bd3c08811c1" + url "https://github.com/jdx/mise/archive/refs/tags/v2025.6.8.tar.gz" + sha256 "e51ef65a03e8da03ee1d2b75bd2a3715318a33ecef1223216761f6eaecad2cf0" license "MIT" head "https://github.com/jdx/mise.git", branch: "main" From d2e305ec64fd7c549cbd80f9dcc0bf835d7f8c39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:14:03 +0000 Subject: [PATCH 09993/10074] nats-server 2.11.5 --- Formula/n/nats-server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nats-server.rb b/Formula/n/nats-server.rb index f49494bef7f80..cf63b0e055ff3 100644 --- a/Formula/n/nats-server.rb +++ b/Formula/n/nats-server.rb @@ -1,8 +1,8 @@ class NatsServer < Formula desc "Lightweight cloud messaging system" homepage "https://nats.io" - url "https://github.com/nats-io/nats-server/archive/refs/tags/v2.11.4.tar.gz" - sha256 "5b6506cd9636080f9135da612840a2893ed9dd9ac96b84cb810f1d8661c9a163" + url "https://github.com/nats-io/nats-server/archive/refs/tags/v2.11.5.tar.gz" + sha256 "a143d88ace5dc4c2085650d98c4c7f59e6739f3865e3c81a8ee98bd4a2106cae" license "Apache-2.0" head "https://github.com/nats-io/nats-server.git", branch: "main" From 29106931eb4385267bcb0575b53f4288c5a9df33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:15:46 +0000 Subject: [PATCH 09994/10074] newrelic-cli 0.99.3 --- Formula/n/newrelic-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/newrelic-cli.rb b/Formula/n/newrelic-cli.rb index 2f6ff28e3ed1a..1ea4c15612154 100644 --- a/Formula/n/newrelic-cli.rb +++ b/Formula/n/newrelic-cli.rb @@ -1,8 +1,8 @@ class NewrelicCli < Formula desc "Command-line interface for New Relic" homepage "https://github.com/newrelic/newrelic-cli" - url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.99.2.tar.gz" - sha256 "082968ff2349a084eb3318d4736dbc06ba10fef7a302a3774297ea88175db74d" + url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.99.3.tar.gz" + sha256 "29a3512f028482462f557346b4a726b0a3a555d3d7a6968facf4e7733eeb04bd" license "Apache-2.0" head "https://github.com/newrelic/newrelic-cli.git", branch: "main" From a58e92a10edefe859fd1d8a936f390a20b4fb116 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:17:01 +0000 Subject: [PATCH 09995/10074] odbc2parquet 8.1.0 --- Formula/o/odbc2parquet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/odbc2parquet.rb b/Formula/o/odbc2parquet.rb index 46954e594624e..0d056740f1a6a 100644 --- a/Formula/o/odbc2parquet.rb +++ b/Formula/o/odbc2parquet.rb @@ -1,8 +1,8 @@ class Odbc2parquet < Formula desc "CLI to query an ODBC data source and write the result into a Parquet file" homepage "https://github.com/pacman82/odbc2parquet" - url "https://github.com/pacman82/odbc2parquet/archive/refs/tags/v8.0.1.tar.gz" - sha256 "04d2d0e18e0a1c34d2551faccd5bb639c25132606d42bab41f47cb5de0a7f2e8" + url "https://github.com/pacman82/odbc2parquet/archive/refs/tags/v8.1.0.tar.gz" + sha256 "8cb514b63d114c3a1261370ada09ac4bcd08a717c701dbf631f1a609c19604bb" license "MIT" head "https://github.com/pacman82/odbc2parquet.git", branch: "main" From 77af2af9580d7921737d576cb3e3d18001a00154 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:33:41 +0000 Subject: [PATCH 09996/10074] zizmor 1.10.0 --- Formula/z/zizmor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/z/zizmor.rb b/Formula/z/zizmor.rb index 6724eeccb7813..709d345d960e6 100644 --- a/Formula/z/zizmor.rb +++ b/Formula/z/zizmor.rb @@ -1,8 +1,8 @@ class Zizmor < Formula desc "Find security issues in GitHub Actions setups" homepage "https://docs.zizmor.sh/" - url "https://github.com/zizmorcore/zizmor/archive/refs/tags/v1.9.0.tar.gz" - sha256 "27da51a31dfb553a9fe0acfa3a129f0d5e55b8593c502f2c99b332e5f3156e0e" + url "https://github.com/zizmorcore/zizmor/archive/refs/tags/v1.10.0.tar.gz" + sha256 "f87f6298325b980f5b5415ac2d381302e00cd624528d6b858ed54487655ef1ce" license "MIT" head "https://github.com/zizmorcore/zizmor.git", branch: "main" From b2e986142dc83dc163cdc1724def5f2cbca01df7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:10:55 +0000 Subject: [PATCH 09997/10074] zizmor: update 1.10.0 bottle. --- Formula/z/zizmor.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/z/zizmor.rb b/Formula/z/zizmor.rb index 709d345d960e6..52f9e33c956cb 100644 --- a/Formula/z/zizmor.rb +++ b/Formula/z/zizmor.rb @@ -7,13 +7,13 @@ class Zizmor < Formula head "https://github.com/zizmorcore/zizmor.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bcc20d88fdf708a59ba08b4edc3709b33d283718d344bec52ba9880c2af8628a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cae28995cb71957bb16f4842a5991d232cb4a8ffc3538cac32029e13ad6d4dd5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5bbf3a0fff47bb899e86d435035fa1ed79701a4971bb59d4d474278ec7ead1fc" - sha256 cellar: :any_skip_relocation, sonoma: "c0bfd810f257c9a1fd6924c2685b64977d7562e8ded9e80281d201690699880d" - sha256 cellar: :any_skip_relocation, ventura: "da945d8fc3c0a7ad382212c8969a2fc170c02727f04eb1aa85c4b97d96b39608" - sha256 cellar: :any_skip_relocation, arm64_linux: "1326ed59f52f7d59c02c7bada35de97fd3837d7621f3672c5d0d27749b0df08c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3dda820c1f751c1c9f5e5976b76d41c6e83789cb2b79b29bd75de155d803f8d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6c44ca9a6ec98cd6fc48e0b1d5034daa97d5cab27ffac9a8fe1da62daa0b3a4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8642968c355e134b33c671afa695268b2c99b167d0f6fbfffdc11cde4c7e9b1b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0b37f45c6eea8841f5e7af160f64365a5f4cc9c219acd7671ed5c7afd360f579" + sha256 cellar: :any_skip_relocation, sonoma: "6fff49e0bf4b32ef3dae4a7c98f72d2493977440bbeb71c1830038c1dd1993e5" + sha256 cellar: :any_skip_relocation, ventura: "7771b7921995e0ff91e239937d7d36059b0c49e856c24b37244a272db9d52f72" + sha256 cellar: :any_skip_relocation, arm64_linux: "9c13257e10220c0270d8923bb0268fd1cce851ad92010d8fedf1546877cceee2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d6f617348507beecfd3e0f0da6953b976a044eeede86900843a8f9ba577b2d49" end depends_on "pkgconf" => :build From fecd6d95a6846c18e4070dc41a665022eb12a264 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:13:40 +0000 Subject: [PATCH 09998/10074] broot: update 1.47.0 bottle. --- Formula/b/broot.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/broot.rb b/Formula/b/broot.rb index a83c8a5bd1ff1..421ee7843943a 100644 --- a/Formula/b/broot.rb +++ b/Formula/b/broot.rb @@ -7,13 +7,13 @@ class Broot < Formula head "https://github.com/Canop/broot.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "deb4f8f5ee11db2d5706ac793129e95ffecb8b6e766423c6c74852fa2478caa2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0941c64d210e6c6e0a775e446aed517f69a6a28f84ae1ba53f5d71bb17c83b88" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0173ef65f3865b4ff8babd2dbdbc82cfaa60f27e5c655c87e3290846362a9d74" - sha256 cellar: :any_skip_relocation, sonoma: "b58176de1d90f836f0823c5ded5c0f4b850119ee828e9b96f0e5d9b2d46ad553" - sha256 cellar: :any_skip_relocation, ventura: "d1f27fcfd45ffcd9b382ded13e62088e3e26a31b25461e967085522e4d8f7eff" - sha256 cellar: :any_skip_relocation, arm64_linux: "4467d01e9a685274ae894f05199c7e4cc63957e6d102e0a4ff1317f61f2b46b8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1728f2acacd355e6d11300f0089d21c4989e7ce21deadd8c9290cc64dc81fd89" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed0a15c89810d2eb5d79a8698d1d5ad0b2401e6db88b9896739e12fea30ff91a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bcb12ee6194f60b867809caeb7cb3a8ae1e18163d65fbfafc65a555f786385a3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d1c0edd26ab9e0493a075f87b0f9c1f8fe7f59d3896ec1886e1d352eb01df8e2" + sha256 cellar: :any_skip_relocation, sonoma: "421ea37b19c3eed9b27a5f8de5534dfa80c3a90de1a7ac46587050ee4530ff1a" + sha256 cellar: :any_skip_relocation, ventura: "5fed4c612bfb9a7fa81cf484ef42dd03494775d95ae7b848c95dcd034672f33f" + sha256 cellar: :any_skip_relocation, arm64_linux: "6076d4079b899b405df90427c8294675511fb22c825473726820512b6e7c9494" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a938c83af92cc3f003fe9e66c55b0eaebd7d36b243e4577b1437918eccb2f1fc" end depends_on "rust" => :build From 897c2de5a89494f12606148480de5ecfe94a9e0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:14:06 +0000 Subject: [PATCH 09999/10074] mise: update 2025.6.8 bottle. --- Formula/m/mise.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mise.rb b/Formula/m/mise.rb index 48751bacbd2fd..a0843ef391b4e 100644 --- a/Formula/m/mise.rb +++ b/Formula/m/mise.rb @@ -12,13 +12,13 @@ class Mise < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "496a8f249be90437e827679110ef9f4edd3a64dbb50c340957a89ef1f8bd554e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "33c925c6aa4268b2aabfbcd026804e6d16a5e1dba619a56be0a46747edce32d3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "32056673dd04edcb571bdfeb3caad165752a79b1e0117f5e9f2a40db6721c84c" - sha256 cellar: :any_skip_relocation, sonoma: "3780eb2c931d2c88d8adb4a820aa4ff84f6c204aa48cfefbbe5d74da388b72da" - sha256 cellar: :any_skip_relocation, ventura: "c74c78259650421386a1e29e76f4f3fb76e54fd0cbb88b58254f155498c05c78" - sha256 cellar: :any_skip_relocation, arm64_linux: "2e927d285d6f66135a2293b9d11aaacc4e768fcf177ef6a4128c222e1a822dd3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c2e773f9c660a07165572e33399c24009ab7083456b0c40579f3bc2c66054736" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "76651a7961cbb873a6f9c891bde5184b6e9ef831dd0f2e260f4b0adff770f043" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a947d6f550c290a4f1db9a6b25683c30aaf46ebab4e17b100238221e0e1dd50" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4981514810577fc9faeac1d87a0dcf84bed489433a3f9903c8a22357c5de11b4" + sha256 cellar: :any_skip_relocation, sonoma: "8d6b38f8dbcdeebc43d5bbdcde7fc487cbed444849ea97b4d8417b650e82e440" + sha256 cellar: :any_skip_relocation, ventura: "7b28495dcfdc01a58f7e422f7d7deb649dfcb9ac26d5260748c6bf809f30807c" + sha256 cellar: :any_skip_relocation, arm64_linux: "c30383e0400c8747aebd3a66c1d4ad86f38aab2e08dbb3738880d5c57ef4a88a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "28e0a037fd6c58bc24891534cadf4a7f7433bdbb9096bf7bfaa31259387bd312" end depends_on "pkgconf" => :build From fd3abd65ececfe3c3f2ac30c28dbd88d775de476 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:14:13 +0000 Subject: [PATCH 10000/10074] awscli: update 2.27.44 bottle. --- Formula/a/awscli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index f78bf4d6c5028..e5f6bd252434c 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -9,13 +9,13 @@ class Awscli < Formula head "https://github.com/aws/aws-cli.git", branch: "v2" bottle do - sha256 cellar: :any, arm64_sequoia: "57f3c1fbbd99df363ce1022cd00aee8884949939cfc67602f4e99f7632f36e1d" - sha256 cellar: :any, arm64_sonoma: "9ded20fee42ee4985928d267c40a928514b93587316e5f6cb75a46033ceee9a9" - sha256 cellar: :any, arm64_ventura: "129ec6e19bfea5c9400612c2aacc7ba667897644bdec49541572f27f0a46355a" - sha256 cellar: :any, sonoma: "770c6a0887a0d02fb7b948413693a66ebf38bdddc24dd96fce32b3c691ee8567" - sha256 cellar: :any, ventura: "1a709bd28316a81792435400d2ac53eb3ec3827cad87799ac60bfe349e33e592" - sha256 cellar: :any_skip_relocation, arm64_linux: "985d0472f10a1db2bd1ec6407385125dc639aac101ec40c4addbe3fba23d306a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0a35ec0c18da09e51535f2c9084d08b948b41fa17f59d140fea4ddabe9b1efec" + sha256 cellar: :any, arm64_sequoia: "0e0e3a9a7056b77884c2445bedf9b6d782e24721b5e42126f010f0161edb183b" + sha256 cellar: :any, arm64_sonoma: "a5232ea5b83d199eec0e59b04393e29157b2aef34340d4802341945eb259df21" + sha256 cellar: :any, arm64_ventura: "746e2aa5fbbee852a0dc865495497cc689999a6739a8995cf4c812ad083c85a5" + sha256 cellar: :any, sonoma: "a84558fcb602e1d939ea2a3cbfd4cbc42fa331095158b1de6aefc7de4dbe6393" + sha256 cellar: :any, ventura: "2dc1c1bd7337990d1c7d434ee79e190c6f3073e6e50966b8eef42de9ff27761a" + sha256 cellar: :any_skip_relocation, arm64_linux: "235e94a74e0ffefca743e3551cd5b4e5b8b513d6c9b7aab2e17e195b43ea0220" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3552c3fb1b9709dad63e4d227a8da37948b519be7c7709b820ca1592b55cf4d6" end depends_on "cmake" => :build From 8a27d83026026e4bc567cb79f6f4ab444433ca86 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:14:15 +0000 Subject: [PATCH 10001/10074] sui: update 1.51.1 bottle. --- Formula/s/sui.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sui.rb b/Formula/s/sui.rb index 948953a5f1ba0..33806850e67af 100644 --- a/Formula/s/sui.rb +++ b/Formula/s/sui.rb @@ -11,13 +11,13 @@ class Sui < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9fd769b49c4b621028450807fff6214e9966b7dd54724bb9744a469945c316ff" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6fd5a017b256b69e679ebad8497f0bfad5b03cf2e261e808b08aa0bbe97005d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e8ce20e47fbf00d6c44d1a1adcbb5624d8396457160c36e6b05da30d51f34481" - sha256 cellar: :any_skip_relocation, sonoma: "f8931d7925a93c4f56dd379ac297da3dab80fc03084e0e7b296d40beee6af615" - sha256 cellar: :any_skip_relocation, ventura: "1d0fc8f7769fa44389111d2a351c25a90d05c53c921ea39f92daba563a435b29" - sha256 cellar: :any_skip_relocation, arm64_linux: "7eb2236c4b6a13691b7ce1b254d496b32ae540bd2ddcb6cc20569a68566b0eeb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "367731ee180810f47db1e78836bb2b1e690e2507bb5e402766a09a8603f21f7d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f9996bc1f25d448e4a857aab11a507a3306f91871217387ef3b8c72a38ca17b8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0daef6fbd0cdef8c3af6150f42f721662995ea99e6c37c92d47dc6e990c193a6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "90fa381281d8a4b0e6a3c7202261f5ed9672e221904126fd74cd00f61e5af61c" + sha256 cellar: :any_skip_relocation, sonoma: "3b0ece9c880b66926c9cb13e9bab3da4c6e7b379411823926000ef271ff1602f" + sha256 cellar: :any_skip_relocation, ventura: "d2f825667485fce8c503c5b474788263dc48b064233842485d1d3479d5096132" + sha256 cellar: :any_skip_relocation, arm64_linux: "30a1c03f6c103785fd14322249de1a459b63305285ff44e007b4b07103f06fe6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8112653d800b4be4ccb90eaf852ff6a4ad89d72216977f17f0e7a25ca0138e65" end depends_on "cmake" => :build From 3d6942c6cec2655d760da8f227a26a63d362e6f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:14:44 +0000 Subject: [PATCH 10002/10074] dotslash: update 0.5.5 bottle. --- Formula/d/dotslash.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dotslash.rb b/Formula/d/dotslash.rb index 6871ee6a741e4..e1feaa6cedc73 100644 --- a/Formula/d/dotslash.rb +++ b/Formula/d/dotslash.rb @@ -11,13 +11,13 @@ class Dotslash < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "91b6b4a9b932a4dd6cfbe44ac4d3ffc00a1e1e501cd806a5b97460687119ed3c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "45e7b52fd8f24163f285681fe6314ee0e660ebe99a7c42252a295b434ce9c55d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2e5a9805bffb4a46c1b2e587f17a116da53a2eae9c22ccb0d12dddaaa6394841" - sha256 cellar: :any_skip_relocation, sonoma: "bd36b90ae165d74df24b50f2bafbf0d3fb8ebf39921bbc81d4c844f9c7495da6" - sha256 cellar: :any_skip_relocation, ventura: "3da81ec9fc051eac5058dd6c75847a4f2257e9d48ee6671413381efcd88ed425" - sha256 cellar: :any_skip_relocation, arm64_linux: "8a2604418e667cca15f3408471e1e1061cd9572fde2414b5da461e46db2ccbf8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1f6683eddc86a7a15762fa7f1a0b77cf630eb0a1d889783ecac448f743377ae5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "30240fc41285c820e87a3daf43552fe3a73e3f9344716ab92fb2d8dccea67726" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d90b2879d2504d8f31e7dd12e1679157c16323b7a4c452cfba130ce660e3a9b4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "70af2562f4c1133ea468fd052994dd7ee3b2d2d258b664c09f89251c73e3085b" + sha256 cellar: :any_skip_relocation, sonoma: "733dfe7e2e052ae09a43487ea480d29b4ec7bff27963f4626db6691e1deb1ce9" + sha256 cellar: :any_skip_relocation, ventura: "1b05c51e7eee30dd4d627112ef070deaca13ab2fdfc7291670647f6ed17a4e5f" + sha256 cellar: :any_skip_relocation, arm64_linux: "c373a68e0e7df3ca25ad4895c7c4ef2098ff22eecc0fc9c334885035833a483d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c3764d7bf7fbc0f9b0c205d4b5dfec07b8193a7a20f43dcc92d8184a4d7255a3" end depends_on "rust" => :build From e78964fe9034f6b3a6273a3b33672591d0b221b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:14:59 +0000 Subject: [PATCH 10003/10074] odbc2parquet: update 8.1.0 bottle. --- Formula/o/odbc2parquet.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/odbc2parquet.rb b/Formula/o/odbc2parquet.rb index 0d056740f1a6a..ea86767aee6e3 100644 --- a/Formula/o/odbc2parquet.rb +++ b/Formula/o/odbc2parquet.rb @@ -7,13 +7,13 @@ class Odbc2parquet < Formula head "https://github.com/pacman82/odbc2parquet.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "eb72da6e019650b691048dd17e2d3069025c0d08bdb9715c5a18bf1f0e135c04" - sha256 cellar: :any, arm64_sonoma: "13278a9e7cf97eda32214a90f47637f6ec5da6a59da17010e7537ce566393d5a" - sha256 cellar: :any, arm64_ventura: "76bced75bc4f1d23a2c30b10f5ad304b56ea6ac343fd8f9710eef51baf66bd28" - sha256 cellar: :any, sonoma: "8f16d9b3d6e9c562dd85d86e22a425a3dcaf67b935e76a2002906c46d2265218" - sha256 cellar: :any, ventura: "18d411f5ab14caa20c734b745bd9bfea79a5f21f9168f40643eaa74c343b1e7e" - sha256 cellar: :any_skip_relocation, arm64_linux: "b49ab661dd8bd673e4591affb4485c71cfa2a0f30bf2b6cbcbb167931410e2e2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1e9269ada8b5375e1a11ced92450fb7151dc1ecba8383b046035b32688cb2c59" + sha256 cellar: :any, arm64_sequoia: "ed5f553065f5362939befc7ba36b8ea34e84a711f823e372b7b30cc2520717b1" + sha256 cellar: :any, arm64_sonoma: "9afda7f375da2878916fabe2047cbf21e18835f6f4703c6dd9aeb4e7ac6543ff" + sha256 cellar: :any, arm64_ventura: "3d078dee8946498c23f853a6608cd14e51f8d10ee7f7c337b2589876719594dc" + sha256 cellar: :any, sonoma: "3c76916449998c19aeaec035d9a04b46ff5e0bb318cf2c952d0773825fabf915" + sha256 cellar: :any, ventura: "cc7835f789a89926cbc43e36155973c24f78d095770aade1c38e29a65fb28f80" + sha256 cellar: :any_skip_relocation, arm64_linux: "a07bdbd58484a84659ac9f40c1eed3e834ae795ec2a3b20129681ca27723986d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "940333815e21d2e34433d9293f389dee8b7708c30ed2ccf68a5cbfcc3a4d8d9c" end depends_on "pkgconf" => :build From b14aea75e485e9d6b129546d65c4a8a9c78cf773 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:15:01 +0000 Subject: [PATCH 10004/10074] newrelic-cli: update 0.99.3 bottle. --- Formula/n/newrelic-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/newrelic-cli.rb b/Formula/n/newrelic-cli.rb index 1ea4c15612154..8835d8b1ec9d8 100644 --- a/Formula/n/newrelic-cli.rb +++ b/Formula/n/newrelic-cli.rb @@ -12,13 +12,13 @@ class NewrelicCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2bc0473706ad735bbfca6547c91894ced92c446cb11b8e9ce327d11885c35239" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "18c21e03ac9848db0ea82fda8d13c1aad2029ff97da1da7ba383822f5b78d661" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d3d64481131e8133486d85816fe08ce674ce0a16aad21935f227bfd85b62075a" - sha256 cellar: :any_skip_relocation, sonoma: "c630cd7600516c48a4113086bdc57cd663ac695082681d79fc447c8f87c36d8d" - sha256 cellar: :any_skip_relocation, ventura: "e02823994342ca756077129f19b44ac80bc2e95f431ffe5faf4ea5808028e56f" - sha256 cellar: :any_skip_relocation, arm64_linux: "d2903599df3914c52ddbbde0ae72c96bfa9ff86eea723e4cf6543a3f79013f71" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd2e1b73f7ce85c337d34e3272e5ac7b176068d3851c70103ddd9a290289faae" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cc4ab22fad691c510181a4292de0e3f5e5defb328022d7da839cc8eebc9c9db" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a670c21ae29114296116305d143e92080edb9a392f9f27dc6b66df17caabd5b2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a229afcf8030fe2eeb263ae3e3c20f0e74966d54259ef71ef927c9b98265565b" + sha256 cellar: :any_skip_relocation, sonoma: "ed20141830a8390a179aabc41702fe87161f82314bfbdf89ae6656fa02b6d19b" + sha256 cellar: :any_skip_relocation, ventura: "937d6fee1b3dc25d591d6957689c96c3a8409c40bd9a99fe101fa378bf4a17b9" + sha256 cellar: :any_skip_relocation, arm64_linux: "56361b343b9d0dbd95f248acd20d000753db71d775e7a70d150b815c41232234" + sha256 cellar: :any_skip_relocation, x86_64_linux: "dc968a078a681fa3b47b88bb002618e015ab130c33b61ecd683c90ed866dab10" end depends_on "go" => :build From 610240a915440ae5525cfbd0af4a35f47f25516b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:15:24 +0000 Subject: [PATCH 10005/10074] fantom: update 1.0.82 bottle. --- Formula/f/fantom.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fantom.rb b/Formula/f/fantom.rb index 4696a04eef5d4..a41fe54dce804 100644 --- a/Formula/f/fantom.rb +++ b/Formula/f/fantom.rb @@ -6,7 +6,7 @@ class Fantom < Formula license "AFL-3.0" bottle do - sha256 cellar: :any_skip_relocation, all: "209d185a4de42ef7a89d38c945373ed1d6930c3cbeb6e79a2d709b4f961a5a46" + sha256 cellar: :any_skip_relocation, all: "0d77f82751e6a9dad81a334c0d5812287ea0308d4aa8c13c37eb7e07747b5570" end depends_on "openjdk" From 0b078c1eaf40172974ca0c5c88cef0d7beb783b6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:15:34 +0000 Subject: [PATCH 10006/10074] bitwarden-cli: update 2025.6.0 bottle. --- Formula/b/bitwarden-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bitwarden-cli.rb b/Formula/b/bitwarden-cli.rb index a1b51cc875a62..356406c3f6bac 100644 --- a/Formula/b/bitwarden-cli.rb +++ b/Formula/b/bitwarden-cli.rb @@ -11,13 +11,13 @@ class BitwardenCli < Formula end bottle do - sha256 arm64_sequoia: "97764f18ccb72f733e498c9feae0868cce7013f4b44b3553b9dcf07aa300aed0" - sha256 arm64_sonoma: "5453236d390febec8928d0eb0509c6670d26cfed1b688d1a0a8836594a4dcffe" - sha256 arm64_ventura: "1b0cda4216b9f50fd0abec50a11c9a5057f40920b41071ddaa45d3326db12bca" - sha256 sonoma: "7e9ea72690b0f9418549c0cfc80f313f78eaf8e2504bcd0d6cbaba1c1a60edce" - sha256 ventura: "0722698c9fdfaf418aa785fc052953dd3376e079fa5982dc24542808091f3a88" - sha256 cellar: :any_skip_relocation, arm64_linux: "9eee38d6342ccc2210db45f39429bee9f26e01f06ab8b23b625743930c601446" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b301cba25a0f398367dd0cf84de63153d465dcbb53c57475764abf3aec790d52" + sha256 arm64_sequoia: "de62380d78e2f00b085374ff4e970c0335192a1c45db378a54105d8fefc3d8c9" + sha256 arm64_sonoma: "77bc30cf0c3c24ef8a8c1b973fec56d5f919a35ae6b77ca8c924a32c7f5feb72" + sha256 arm64_ventura: "e987def1d068cd11fcaed6bdb7f0c463db999eaa84cd256385af9b18003e055b" + sha256 sonoma: "b056cfc386753679435a46b2d43ad6fe9d49c9bd2339de8e4f37e806b502ff5b" + sha256 ventura: "e914b0719c265f584376c91ff741fb0bea4cf0323b413b2dbf3ec17544d701bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "e7fec5040a91ec8de779d8f389cfcc3347094172d8a997d3629fe6f26bb0d550" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1b038880ce2820eceefbe3c20cea8e6b6aad962f63fb3b7d4d9a7265045377f4" end depends_on "node" From e3948ba12adcc60036cecbc5af5d1b28bd4b36ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:19:21 +0000 Subject: [PATCH 10007/10074] nats-server: update 2.11.5 bottle. --- Formula/n/nats-server.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/nats-server.rb b/Formula/n/nats-server.rb index cf63b0e055ff3..34f0a7b084c45 100644 --- a/Formula/n/nats-server.rb +++ b/Formula/n/nats-server.rb @@ -12,12 +12,12 @@ class NatsServer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eada66f55acb3ea421c4c518d9b0a68124486de7510605fd7098ee6f3aae6b6d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eada66f55acb3ea421c4c518d9b0a68124486de7510605fd7098ee6f3aae6b6d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "eada66f55acb3ea421c4c518d9b0a68124486de7510605fd7098ee6f3aae6b6d" - sha256 cellar: :any_skip_relocation, sonoma: "f679c6447ab6103fda5decaae6aae1898516c8be20ec114d1c4973ff70c8685b" - sha256 cellar: :any_skip_relocation, ventura: "f679c6447ab6103fda5decaae6aae1898516c8be20ec114d1c4973ff70c8685b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c486300d2c3d23037cb88b2394694a05e3db75bd47b9d6ec41cdf552e19fbc9f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ee21beb393bf2f2549441322cd853914a6e9cadcd4b2f864fdb63114bfae201" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ee21beb393bf2f2549441322cd853914a6e9cadcd4b2f864fdb63114bfae201" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8ee21beb393bf2f2549441322cd853914a6e9cadcd4b2f864fdb63114bfae201" + sha256 cellar: :any_skip_relocation, sonoma: "749cdafe60e5bab1ba4e8c58723f55568c39bf4e1e8389d316d79b4dbc2b472d" + sha256 cellar: :any_skip_relocation, ventura: "749cdafe60e5bab1ba4e8c58723f55568c39bf4e1e8389d316d79b4dbc2b472d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6897777b8ba244e4aba682f6d245884c9e8ab682090454ca07c259c1e721276e" end depends_on "go" => :build From 94813baaa694447067462d61f8a1d4d08e31d2e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:20:24 +0000 Subject: [PATCH 10008/10074] influxdb@1: update 1.12.1 bottle. --- Formula/i/influxdb@1.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/i/influxdb@1.rb b/Formula/i/influxdb@1.rb index 2073ffff0c70e..af775af1dd0c4 100644 --- a/Formula/i/influxdb@1.rb +++ b/Formula/i/influxdb@1.rb @@ -12,12 +12,12 @@ class InfluxdbAT1 < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a54efa19a98e686d906825fc5aa9fed8c740c38a76c9bd3e2b7946d2eeda0dfa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccd1fbfca74c70cf224bf1c12823f480cd7b6538c1e5289adba8574afd446b05" - sha256 cellar: :any_skip_relocation, arm64_ventura: "19953f46f583a2f2295bb3fa8f551cbf324c8b1f8b699ac01a538f44803dad3d" - sha256 cellar: :any_skip_relocation, sonoma: "1da2fcc61dc5a233920aa387e0009e2c50488b20fc5901ad2a78353a9f02d48c" - sha256 cellar: :any_skip_relocation, ventura: "b02e6c03e1e7ca6a1e71985ae1adeb0ff867e47bf22d84ef5231ab0ce037459d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "79494e554b7bd0f9f1191d40a86a23bd5ef01e58ab2f8bc99ad088603023ce2d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "032eb301001dc0150448f3a424737c3bdc7603f5720ce934d58fc0536d6953dd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad78705b3c7897161391fc8eb0b9ff2504fef901cc95f7b2e97fa4e70f70c561" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f083dce558bcf0d2d10b6ef86c35a36c5d8cb484845d8dd93b3e66261fb9a8be" + sha256 cellar: :any_skip_relocation, sonoma: "a182ff5ad9080e5a01717e87036a08a89512c4e45c0b2e1d54b85d0f38613a5c" + sha256 cellar: :any_skip_relocation, ventura: "159b46c405ff9ce5886cef986d9e7c8cda55c52b1226e7df459a6409006d73f1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e5d89abe1f0dd38ef1ff3a14d609f6ebc62a2beb36f7bb81182c5a5b703790d7" end keg_only :versioned_formula From 155d1eb22ce5783435e6239019d0612cae53c506 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 27 Jun 2025 00:21:30 +0300 Subject: [PATCH 10009/10074] unciv 4.17.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/u/unciv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index 32c0bef8d7be7..cc6485d0081ee 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -1,8 +1,8 @@ class Unciv < Formula desc "Open-source Android/Desktop remake of Civ V" homepage "https://github.com/yairm210/Unciv" - url "https://github.com/yairm210/Unciv/releases/download/4.16.19/Unciv.jar" - sha256 "62f41b480c243290366808933039c8ce0e652ea474b42023a943302b5f916c22" + url "https://github.com/yairm210/Unciv/releases/download/4.17.0/Unciv.jar" + sha256 "895d337860a18c8c470b860bd4ed841a479e34268d271aa8f0225d9b9cd62390" license "MPL-2.0" livecheck do From 01538b84fe21ee61b678cbac0efaf0e5ed0b3c2d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:50:20 +0000 Subject: [PATCH 10010/10074] automake 1.18.1 --- Formula/a/automake.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/a/automake.rb b/Formula/a/automake.rb index a39dd8f47f73a..915df7ece3466 100644 --- a/Formula/a/automake.rb +++ b/Formula/a/automake.rb @@ -1,9 +1,9 @@ class Automake < Formula desc "Tool for generating GNU Standards-compliant Makefiles" homepage "https://www.gnu.org/software/automake/" - url "https://ftp.gnu.org/gnu/automake/automake-1.18.tar.xz" - mirror "https://ftpmirror.gnu.org/automake/automake-1.18.tar.xz" - sha256 "5bdccca96b007a7e344c24204b9b9ac12ecd17f5971931a9063bdee4887f4aaf" + url "https://ftp.gnu.org/gnu/automake/automake-1.18.1.tar.xz" + mirror "https://ftpmirror.gnu.org/automake/automake-1.18.1.tar.xz" + sha256 "168aa363278351b89af56684448f525a5bce5079d0b6842bd910fdd3f1646887" license "GPL-2.0-or-later" bottle do From 0961c13cd11ce6f16698643e5e3ecdc6c97ee793 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:53:17 +0000 Subject: [PATCH 10011/10074] unciv: update 4.17.0 bottle. --- Formula/u/unciv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/u/unciv.rb b/Formula/u/unciv.rb index cc6485d0081ee..6f8b255d5ae3c 100644 --- a/Formula/u/unciv.rb +++ b/Formula/u/unciv.rb @@ -13,7 +13,7 @@ class Unciv < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, all: "f87c65a2714987e4077d5b0b1896b1f3dec46543105816819a57440c76b2e2a8" + sha256 cellar: :any_skip_relocation, all: "113b8617fa6c41de7fe6ef13636392e2fba3d297b6129229dd2d6b298c137db4" end depends_on "openjdk" From 6b5ae6b58f75a99608cf2e268cbaea2f4f445d99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:54:09 +0000 Subject: [PATCH 10012/10074] kapacitor: update 1.8.0 bottle. --- Formula/k/kapacitor.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kapacitor.rb b/Formula/k/kapacitor.rb index 9789095330641..210cc0a86b070 100644 --- a/Formula/k/kapacitor.rb +++ b/Formula/k/kapacitor.rb @@ -13,12 +13,12 @@ class Kapacitor < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "451c6a3aa08d84641cf3dadf1f68d35c52bd7c15d9ca88b2798c2ce77b6b6b45" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6567975ba8a72a373a8268866b2aad44e10865dfb91b7debc62ad8d15cee73cd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "26a545b9888d32bb46390e6038b1e7376158065168f7fe5d5e00633416a24a41" - sha256 cellar: :any_skip_relocation, sonoma: "611ab90e163c42434d7c6689e422fb659ad7c56a346fdc55e1040733a3088e38" - sha256 cellar: :any_skip_relocation, ventura: "4df541aad47ccb1217f61955e2aacbb8669d1b19959222201828b9c67b43765e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "02e1405e7b3de7b5d4d93223800c79cd34247718e8837b68e28e1592b7f6a812" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fcab6295946bf8ca5a3720a0d10a716d1c172f505937ea0d4095761e64a72935" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "65651185654c048f980f0ace67d17f20ef82f5dc5c7163dfa6c6202d8f3a6f7c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8a70d464a6f438d7a3bd967ab2ce99b3282591a316b5cfc811a182981966a42b" + sha256 cellar: :any_skip_relocation, sonoma: "ae0c340d0dbce7427ceb65f36032716351381551c2edc2914a9ab0d1aea53252" + sha256 cellar: :any_skip_relocation, ventura: "11d5e85e066bca4b92426684ad541dfb60c3e856fac754a8de29a8bf43248756" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4dd89f5b91e7ab20d33b4b7879ea561e1ea20c06d6ed1061bdd0a2f10a77c4b" end depends_on "go" => :build From 39d7d451e39869088cc8902f2a0c84dbfc9ac852 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:55:31 +0000 Subject: [PATCH 10013/10074] dsda-doom 0.29.2 --- Formula/d/dsda-doom.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dsda-doom.rb b/Formula/d/dsda-doom.rb index 49b366ca45c75..f45981625d182 100644 --- a/Formula/d/dsda-doom.rb +++ b/Formula/d/dsda-doom.rb @@ -1,8 +1,8 @@ class DsdaDoom < Formula desc "Fork of prboom+ with a focus on speedrunning" homepage "https://github.com/kraflab/dsda-doom" - url "https://github.com/kraflab/dsda-doom/archive/refs/tags/v0.29.1.tar.gz" - sha256 "4ffb93a1f602fa0bf5ecad987eef52c0735035132f9b999111cf709d40a939b7" + url "https://github.com/kraflab/dsda-doom/archive/refs/tags/v0.29.2.tar.gz" + sha256 "0f1950d6b2974f00d1a2d23128f59fc7afac904939b7f275a4e44e4775d14ecc" license "GPL-2.0-only" head "https://github.com/kraflab/dsda-doom.git", branch: "master" From e345cc74cfc9cc0e3f30d124af22f891755e4770 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:57:50 +0000 Subject: [PATCH 10014/10074] firebase-cli 14.9.0 --- Formula/f/firebase-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index ca5f5033e3601..72941f54b141a 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -1,8 +1,8 @@ class FirebaseCli < Formula desc "Firebase command-line tools" homepage "https://firebase.google.com/docs/cli/" - url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.8.0.tgz" - sha256 "da0b14115621ce46347ab2e966dd53d804e1a62ce33345ca016b8c6e4b9a6a71" + url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-14.9.0.tgz" + sha256 "c225eca48435580d0c4b0551f05df8790c44653fa32c9ad635b73f46ee3b7b46" license "MIT" bottle do From 93339d3ebe54f9d02c93029e0fd4cff39bb73693 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:00:39 +0000 Subject: [PATCH 10015/10074] gstreamer 1.26.3 --- Formula/g/gstreamer.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/g/gstreamer.rb b/Formula/g/gstreamer.rb index be3f0494bfb67..31561794a686d 100644 --- a/Formula/g/gstreamer.rb +++ b/Formula/g/gstreamer.rb @@ -4,13 +4,13 @@ class Gstreamer < Formula license all_of: ["LGPL-2.0-or-later", "LGPL-2.1-or-later", "MIT"] stable do - url "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/archive/1.26.2/gstreamer-1.26.2.tar.bz2" - sha256 "f0eff99e404d4b2dd4b0ee21a3e156fe2cf44ce619c801140417c1b6b33ad88d" + url "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/archive/1.26.3/gstreamer-1.26.3.tar.bz2" + sha256 "2dafd2a99f9cc7df4bdd202927f7aa25a1879e3d574b5bc3248856d91c11734e" # When updating this resource, use the tag that matches the GStreamer version. resource "rs" do - url "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/archive/gstreamer-1.26.2/gst-plugins-rs-gstreamer-1.26.2.tar.bz2" - sha256 "90e5d06332d567ebc8eb3851380d04144c94132345633f65359aea8dbcb9d5dc" + url "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/archive/gstreamer-1.26.3/gst-plugins-rs-gstreamer-1.26.3.tar.bz2" + sha256 "43ed8a7a59162f96684665826c00a20d8f38056719b433d80aa9d7bd9b7b4bba" livecheck do formula :parent From 105c1dd7089af3997f18278800e2eeed4dd23226 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:01:35 +0000 Subject: [PATCH 10016/10074] imessage-exporter 3.0.1 --- Formula/i/imessage-exporter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index 6de8a1bc2b647..3f74a2a024986 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -1,8 +1,8 @@ class ImessageExporter < Formula desc "Command-line tool to export and inspect local iMessage database" homepage "https://github.com/ReagentX/imessage-exporter" - url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/3.0.0.tar.gz" - sha256 "88a0a6d04d6fae32ae7fe699c265b9ad9bfa04d11b69fd7aa50a83a2ff0a3dfb" + url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/3.0.1.tar.gz" + sha256 "fd661f86e46a0940b22d6ca2c42983d97da2ccf5bc0c47962e8287244bdde1db" license "GPL-3.0-only" bottle do From 8788da804128dc489178eb94a43f406060cd15d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:10:49 +0000 Subject: [PATCH 10017/10074] prometheus 3.4.2 --- Formula/p/prometheus.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/prometheus.rb b/Formula/p/prometheus.rb index 219bfd51ca238..4145043e26e56 100644 --- a/Formula/p/prometheus.rb +++ b/Formula/p/prometheus.rb @@ -1,8 +1,8 @@ class Prometheus < Formula desc "Service monitoring system and time series database" homepage "https://prometheus.io/" - url "https://github.com/prometheus/prometheus/archive/refs/tags/v3.4.1.tar.gz" - sha256 "2b0b5d6eec26e1fe78e351b87643f3dc78e62f8d57616b227b0257b1d87f6e0e" + url "https://github.com/prometheus/prometheus/archive/refs/tags/v3.4.2.tar.gz" + sha256 "242fa5c91f41edf6cd68fea1c6cd896f0bf3ae577a45c33ea9af3643dcc71766" license "Apache-2.0" # There can be a notable gap between when a version is tagged and a From f1b04969f553b433d5d506bbeb06825f71f3ba72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:13:24 +0000 Subject: [PATCH 10018/10074] ruff 0.12.1 --- Formula/r/ruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 0d98d99ea4bc2..24703d8a5e021 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -1,8 +1,8 @@ class Ruff < Formula desc "Extremely fast Python linter, written in Rust" homepage "https://docs.astral.sh/ruff/" - url "https://github.com/astral-sh/ruff/archive/refs/tags/0.12.0.tar.gz" - sha256 "3623e20815ae84254ca5dec780165e89c2f1947c73824167e3a44d41fde74f57" + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.12.1.tar.gz" + sha256 "a234572ee7b97ad82debdda91987e6d34e71cc74d83275e51524335d0506989b" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" From a11ca920bc9f60ecc8b96fcdc2e3157047c40855 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:16:27 +0000 Subject: [PATCH 10019/10074] terragrunt 0.82.2 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index a5b26c6777294..ba2d6dac0cedc 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.82.1.tar.gz" - sha256 "d0daab2a447848d82b5a1ba95d4af705a13cff198e1e2db526d0ed84c85b86c0" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.82.2.tar.gz" + sha256 "d953552ecff91be5f9fec86672a8eaf380820e884f11c6c97116727c8ee3fa5b" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From 07cb3b760dad2d22fe153112cb6ea8f7cbe5f8e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:25:14 +0000 Subject: [PATCH 10020/10074] imessage-exporter: update 3.0.1 bottle. --- Formula/i/imessage-exporter.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/imessage-exporter.rb b/Formula/i/imessage-exporter.rb index 3f74a2a024986..7382106a49b16 100644 --- a/Formula/i/imessage-exporter.rb +++ b/Formula/i/imessage-exporter.rb @@ -6,13 +6,13 @@ class ImessageExporter < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "50906e317222d31946be69ec91f37015ac1148824be86699c0c0d3c4598f857f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e2b54f50292d3c3c1b8b252f7e292c92b54b69fe322ffc6c4800d561c6e9068" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e27dd96633d5a6f34ae32e4f6e7c2cf9e233bd46f5190b753abab8d5f699913b" - sha256 cellar: :any_skip_relocation, sonoma: "6aed8c6844b6b0c68bd861166cfde23bd386bdedc04944aa9fb5dc19c6000091" - sha256 cellar: :any_skip_relocation, ventura: "65f8956c17815fc446238818ce7bf8f56531a32a96bd53866bff5e7d679c0586" - sha256 cellar: :any_skip_relocation, arm64_linux: "39160edb505676139437c89a81f18e5c00fda454041ed3968a543b7867a826c1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "76204d7e9e7e07e13f1da936729b1c41d04707421cea40fe5e399fbe22538a7c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "58e74f4311ca7af5df6a88cf1e794dd54992c861b61b1c7556694febea2fc7c7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "550356357868889a8cc73757fca11ebe231575e7548d07966015b7bd8ea7185c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d190f66454234a72f929d78199c516ebf5a8e75a6526481133fc55160eb0d2b9" + sha256 cellar: :any_skip_relocation, sonoma: "3fe44907cb766907af7be5165b98542421c0ac28d526187b9e561845a606714d" + sha256 cellar: :any_skip_relocation, ventura: "3adebf07736b3cee6cdb0cff354c80aff27331d7637c4a38d8f9abe6e0101009" + sha256 cellar: :any_skip_relocation, arm64_linux: "5b0a39aff327eabbabd0868295234bf971ff956428f37df00a2392ff705b0b76" + sha256 cellar: :any_skip_relocation, x86_64_linux: "73ceb34fde10955d90a53677b2ee6953ce4850761cb3e59d6b73f30c03a9bd80" end depends_on "rust" => :build From 03c76e24bb0229775a56533834ef4a2f5ebcfddd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:25:15 +0000 Subject: [PATCH 10021/10074] firebase-cli: update 14.9.0 bottle. --- Formula/f/firebase-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 72941f54b141a..dc766871a3a5b 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -6,13 +6,13 @@ class FirebaseCli < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1a13adf375826de73939c22908ae32daca15f23597b10cacd9d2bfb549eef87" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1a13adf375826de73939c22908ae32daca15f23597b10cacd9d2bfb549eef87" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a1a13adf375826de73939c22908ae32daca15f23597b10cacd9d2bfb549eef87" - sha256 cellar: :any_skip_relocation, sonoma: "e54c31feb96928d90f3d48ff966ee597ae9dacb906d8d127c78321959ad12dd7" - sha256 cellar: :any_skip_relocation, ventura: "e54c31feb96928d90f3d48ff966ee597ae9dacb906d8d127c78321959ad12dd7" - sha256 cellar: :any_skip_relocation, arm64_linux: "f2ae012cdb0aa285f8cb9a88c230772ed31283ae1b4b42f36f0973b052508c8c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1799687720a55912d7c619249dde9d562b30bb27ed40456c9018adef877d3b75" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "753bb8362d4d900afe355bc93333ac14983f560ddd12a091be5ba9b20bb5a13d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "753bb8362d4d900afe355bc93333ac14983f560ddd12a091be5ba9b20bb5a13d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "753bb8362d4d900afe355bc93333ac14983f560ddd12a091be5ba9b20bb5a13d" + sha256 cellar: :any_skip_relocation, sonoma: "bb9c9bb855d1f28ddaf44091020d78dad983e99ab5ebac32b42b5b7837cf239b" + sha256 cellar: :any_skip_relocation, ventura: "bb9c9bb855d1f28ddaf44091020d78dad983e99ab5ebac32b42b5b7837cf239b" + sha256 cellar: :any_skip_relocation, arm64_linux: "21d86b01b68ec7ae9e2f06cd711d6661a8bb854d4bbdf192f07dcecc74da6bbe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "299e76fdcb7b52c4ec887e18fddb8512307921d5541171bc9f07f89a833424f9" end depends_on "node" From c662b3da2bf348b017437e7508d2f2fca4bbfc89 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:25:29 +0000 Subject: [PATCH 10022/10074] dsda-doom: update 0.29.2 bottle. --- Formula/d/dsda-doom.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/dsda-doom.rb b/Formula/d/dsda-doom.rb index f45981625d182..db8ec4c8ff61c 100644 --- a/Formula/d/dsda-doom.rb +++ b/Formula/d/dsda-doom.rb @@ -12,13 +12,13 @@ class DsdaDoom < Formula end bottle do - sha256 arm64_sequoia: "8e0be803f4ce526841a577548cc311a8ac0c23b77f8ba56a4845aa84cedb9ebf" - sha256 arm64_sonoma: "7be70c4425c3f279829e0df0d917774eef23e984967f461cdfb07fb5ac0778de" - sha256 arm64_ventura: "0403fc0d20145a048cb9c5fd0f70d518518a13e82e6d3df0a827e11e6d3092f5" - sha256 sonoma: "4374e90d7cdd3e119ff841fe2e320ba416080e11e3d6a7016e6201d23d5299fd" - sha256 ventura: "644b5ca52abcc76985aa8bdfbfde9b67d27d482fc44b6c2bdedce704359d3854" - sha256 arm64_linux: "1b77fe855c83dbbf7c53d61c7423316884e0d7262105d24f2ae67a4a32e0ee9b" - sha256 x86_64_linux: "e2cdb71a61e28ca7265d6c5b21830f28b0fcaeddf5688edbbb6891c4ba1e1a76" + sha256 arm64_sequoia: "6a367777f6c777f7dba7736363f9e29071b99d9ef08d81541b793246fcb3e5b0" + sha256 arm64_sonoma: "c6750ccaebc6cbc544694435784739cb912c8342eb237d36434b847cb4328a24" + sha256 arm64_ventura: "ac9062632042cf0e7091d2e2774b0ec55f6f1e1379ebdc1688e6ea4f57e1c4ba" + sha256 sonoma: "96c0d3b07a26ad050ac8455fb4b23bc90d53eaebdae5b483c114d55e8fabe2c6" + sha256 ventura: "7d764812e4607579d77ee0ae2dbd4c4f8fdfd47d6d9709cc685b99b768c4cc6b" + sha256 arm64_linux: "c249c1c6021ff328a3eb89a2a12c66d0f8d6f5ad9574ee13d03fc465ced438a9" + sha256 x86_64_linux: "fc130906d9fc84220c81559bb06c01a63ddc07f4d9fb8bddeb2ed2d2a5df9572" end depends_on "cmake" => :build From 372d067cd1a50f90917aad5315f2729e8f8431da Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:54:58 +0000 Subject: [PATCH 10023/10074] dish 1.11.2 --- Formula/d/dish.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/dish.rb b/Formula/d/dish.rb index abdbeb84416d4..d16eb52605fc2 100644 --- a/Formula/d/dish.rb +++ b/Formula/d/dish.rb @@ -1,8 +1,8 @@ class Dish < Formula desc "Lightweight monitoring service that efficiently checks socket connections" homepage "https://github.com/thevxn/dish" - url "https://github.com/thevxn/dish/archive/refs/tags/v1.11.0.tar.gz" - sha256 "52981fda7ad890e7c028c11dc656f11ce2e3842735f48b3d173220ea41a3b458" + url "https://github.com/thevxn/dish/archive/refs/tags/v1.11.2.tar.gz" + sha256 "aacfc4d3520c1f899fb78d0c841ad41a47fd7b37d99e95f8b5a598db5453b64c" license "MIT" head "https://github.com/thevxn/dish.git", branch: "master" @@ -22,7 +22,7 @@ def install end test do - ouput = shell_output("#{bin}/dish https://example.com/:instance 2>&1") + ouput = shell_output("#{bin}/dish https://example.com/:instance 2>&1", 3) assert_match "error loading socket list: failed to fetch sockets from remote source", ouput end end From 79951bed125b91e30a1475d7b6f29037a8e7889e Mon Sep 17 00:00:00 2001 From: aptos-bot Date: Thu, 26 Jun 2025 17:14:48 -0700 Subject: [PATCH 10024/10074] aptos aptos-cli-v7.6.0 Created by https://github.com/mislav/bump-homebrew-formula-action From CLI release run https://github.com/aptos-labs/aptos-core/actions/runs/15914495184 --- Formula/a/aptos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/aptos.rb b/Formula/a/aptos.rb index ad09defa56566..a3025779ee238 100644 --- a/Formula/a/aptos.rb +++ b/Formula/a/aptos.rb @@ -1,8 +1,8 @@ class Aptos < Formula desc "Layer 1 blockchain built to support fair access to decentralized assets for all" homepage "https://aptosfoundation.org/" - url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v7.5.0.tar.gz" - sha256 "dc3a0273fcd03eefeff20ccf9c032d019a56f8017dda0671031bb373255db542" + url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v7.6.0.tar.gz" + sha256 "3c1650f253b5c9b213c51d1de130f671af118a5611897214150ddcb4bcd3855b" license "Apache-2.0" head "https://github.com/aptos-labs/aptos-core.git", branch: "main" From 2e82538baeda04e7e2761ba5286f06fbd43c37f9 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Thu, 26 Jun 2025 20:44:03 -0400 Subject: [PATCH 10025/10074] btcli 9.7.1 --- Formula/b/btcli.rb | 59 ++++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 36 deletions(-) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index cd6bb58470bd7..2004ca2a88e98 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -3,8 +3,8 @@ class Btcli < Formula desc "Bittensor command-line tool" homepage "https://docs.bittensor.com/btcli" - url "https://files.pythonhosted.org/packages/57/9c/12d9e44f81344776457753d4e386548c902b3b7cbd85bc17c3b75501a65e/bittensor_cli-9.7.0.tar.gz" - sha256 "dffef1dcc88a99cb3c1a95301b03efec70444dd83b1fa356c81fdfab3923c47f" + url "https://files.pythonhosted.org/packages/3a/7a/f8d889187a4883f2fc01a2df512697d488f01576bc74a3aa93c9263d3fa6/bittensor_cli-9.7.1.tar.gz" + sha256 "ccc46ce40ad1cd4766e6287cd3fd407a577be229e87f637b1f0def1c91834c3a" license "MIT" head "https://github.com/opentensor/btcli.git", branch: "main" @@ -43,8 +43,8 @@ class Btcli < Formula end resource "aiohttp" do - url "https://files.pythonhosted.org/packages/42/6e/ab88e7cb2a4058bed2f7870276454f85a7c56cd6da79349eb314fc7bbcaa/aiohttp-3.12.13.tar.gz" - sha256 "47e2da578528264a12e4e3dd8dd72a7289e5f812758fe086473fab037a10fcce" + url "https://files.pythonhosted.org/packages/25/a8/8e2ba36c6e3278d62e0c88aa42bb92ddbef092ac363b390dab4421da5cf5/aiohttp-3.10.11.tar.gz" + sha256 "9dc2b8f3dcab2e39e0fa309c8da50c3b55e6f34ab25f1a71d3288f24924d33a7" end resource "aiosignal" do @@ -78,8 +78,8 @@ class Btcli < Formula end resource "bittensor-wallet" do - url "https://files.pythonhosted.org/packages/01/a1/e80b2785821f4acfd37cfff74599cc66752a796f5f92e37b9358970e144f/bittensor_wallet-3.0.10.tar.gz" - sha256 "06af94c589cff82d3ec039c9b2c2829ad048b44410292e710af86a9baa77833e" + url "https://files.pythonhosted.org/packages/f1/b3/cdc806f6fbe65f7323af51b4d1f2aaab119f13b0e069e29327a51fd7235e/bittensor_wallet-3.0.11.tar.gz" + sha256 "7c371cc35b53fd5a73add56a1d0fa2f9e2d3203d0936b1f8171cc7907556113a" end resource "bt-decode" do @@ -92,8 +92,6 @@ class Btcli < Formula sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" end - # click > 8.2.0 is unsupported - # https://github.com/opentensor/btcli/blob/v9.7.0/pyproject.toml#L21 resource "click" do url "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz" sha256 "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" @@ -109,7 +107,7 @@ class Btcli < Formula sha256 "5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571" end - resource "GitPython" do + resource "gitpython" do url "https://files.pythonhosted.org/packages/c0/89/37df0b71473153574a5cdef8f242de422a0f5d26d7a9e231e6f169b4ad14/gitpython-3.1.44.tar.gz" sha256 "c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269" end @@ -119,7 +117,7 @@ class Btcli < Formula sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" end - resource "Jinja2" do + resource "jinja2" do url "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz" sha256 "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" end @@ -129,7 +127,7 @@ class Btcli < Formula sha256 "e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" end - resource "MarkupSafe" do + resource "markupsafe" do url "https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz" sha256 "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" end @@ -145,13 +143,13 @@ class Btcli < Formula end resource "multidict" do - url "https://files.pythonhosted.org/packages/46/b5/59f27b4ce9951a4bce56b88ba5ff5159486797ab18863f2b4c1c5e8465bd/multidict-6.5.0.tar.gz" - sha256 "942bd8002492ba819426a8d7aefde3189c1b87099cdf18aaaefefcf7f3f7b6d2" + url "https://files.pythonhosted.org/packages/5c/43/2d90c414d9efc4587d6e7cebae9f2c2d8001bcb4f89ed514ae837e9dcbe6/multidict-6.5.1.tar.gz" + sha256 "a835ea8103f4723915d7d621529c80ef48db48ae0c818afcabe0f95aa1febc3a" end resource "narwhals" do - url "https://files.pythonhosted.org/packages/37/d9/ec1bd9f85d30de741b281ef24dabbf029122b638ea19456ffa1b1d862205/narwhals-1.43.0.tar.gz" - sha256 "5a28119401fccb4d344704f806438a983bb0a5b3f4a638760d25b1d521a18a79" + url "https://files.pythonhosted.org/packages/56/e5/0b875d29e2a4d112c58fef6aac2ed3a73bbdd4d8d0dce722fd154357248a/narwhals-1.44.0.tar.gz" + sha256 "8cf0616d4f6f21225b3b56fcde96ccab6d05023561a0f162402aa9b8c33ad31d" end resource "netaddr" do @@ -164,19 +162,14 @@ class Btcli < Formula sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" end - resource "password-strength" do - url "https://files.pythonhosted.org/packages/db/f1/6165ebcca27fca3f1d63f8c3a45805c2ed8568be4d09219a2aa45e792c14/password_strength-0.0.3.post2.tar.gz" - sha256 "bf4df10a58fcd3abfa182367307b4fd7b1cec518121dd83bf80c1c42ba796762" - end - resource "plotille" do url "https://files.pythonhosted.org/packages/8a/73/3f342572f7f916e387e546cc502d6cad35e7162ba0bcde203669e15aa3af/plotille-5.0.0.tar.gz" sha256 "99e5ca51a2e4c922ead3a3b0863cc2c6a9a4b3f701944589df10f42ce02ab3dc" end resource "plotly" do - url "https://files.pythonhosted.org/packages/ae/77/431447616eda6a432dc3ce541b3f808ecb8803ea3d4ab2573b67f8eb4208/plotly-6.1.2.tar.gz" - sha256 "4fdaa228926ba3e3a213f4d1713287e69dcad1a7e66cf2025bd7d7026d5014b4" + url "https://files.pythonhosted.org/packages/6e/5c/0efc297df362b88b74957a230af61cd6929f531f72f48063e8408702ffba/plotly-6.2.0.tar.gz" + sha256 "9dfa23c328000f16c928beb68927444c1ab9eae837d1fe648dbcda5360c7953d" end resource "propcache" do @@ -184,23 +177,17 @@ class Btcli < Formula sha256 "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" end - # `py-bip39-bindings` is manually updated to 0.2.0 to fix build issue - resource "py-bip39-bindings" do - url "https://files.pythonhosted.org/packages/0a/e1/88d75d69d08322555e5fc310d3086df7355942c993abbc0cca50adf93ed9/py_bip39_bindings-0.2.0.tar.gz" - sha256 "38eac2c2be53085b8c2a215ebf12abcdaefee07bc8e00d7649b6b27399612b83" - end - resource "pycryptodome" do url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz" sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" end - resource "Pygments" do - url "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz" - sha256 "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" + resource "pygments" do + url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz" + sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" end - resource "PyYAML" do + resource "pyyaml" do url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz" sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" end @@ -236,13 +223,13 @@ class Btcli < Formula end resource "toml" do - url "https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-0.10.2.tar.gz" - sha256 "b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" + url "https://files.pythonhosted.org/packages/b9/19/5cbd78eac8b1783671c40e34bb0fa83133a06d340a38b55c645076d40094/toml-0.10.0.tar.gz" + sha256 "229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c" end resource "typer" do - url "https://files.pythonhosted.org/packages/c5/8c/7d682431efca5fd290017663ea4588bf6f2c6aad085c7f108c5dbc316e70/typer-0.16.0.tar.gz" - sha256 "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" + url "https://files.pythonhosted.org/packages/6c/89/c527e6c848739be8ceb5c44eb8208c52ea3515c6cf6406aa61932887bf58/typer-0.15.4.tar.gz" + sha256 "89507b104f9b6a0730354f27c39fae5b63ccd0c95b1ce1f1a6ba0cfd329997c3" end resource "typing-extensions" do From b63f9db615b12f34fdaf84ca78215df2693815ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:47:01 +0000 Subject: [PATCH 10026/10074] ruff: update 0.12.1 bottle. --- Formula/r/ruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 24703d8a5e021..496c13f3a645e 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -7,13 +7,13 @@ class Ruff < Formula head "https://github.com/astral-sh/ruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bda9e5f6e68238e97348dd69b56c59145251a5fc2483c48df2b2406ecde0b86f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ec07023e29e2ac5ea4b42559e406bc19da72b551226ec578d458e1020aac0a1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "918a3f4967cbee8caa4021093c1158419660b7287d09b6ed8426ad1e843c8b65" - sha256 cellar: :any_skip_relocation, sonoma: "51014ada68d287b6ba248c62c97c90aa6f034a7e4db3b69fe1b439f257012376" - sha256 cellar: :any_skip_relocation, ventura: "654226347993d68254afb986e25c4f35efaccc93151f9123065a5e9bd3dc047a" - sha256 cellar: :any_skip_relocation, arm64_linux: "0271a32975f213335bed1c469211ca614baba175246cde8903dfb54ac8a21b78" - sha256 cellar: :any_skip_relocation, x86_64_linux: "71c14855ac198041da05b3181305c859310da62f2522b13dcc47c0d13512321c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7550cafa2fd1c56652b0e2b9e9a1105a5c5f80d1a833ecb408646f1f85ed45e0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a774da9333f80dcb8b75e9705901fafe14ed1ad2217c0813a895a26c0509a061" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c6c1013b43c4bdc3257f484505a013b8d7e0e5775be38a26bb0bc9eeb453c319" + sha256 cellar: :any_skip_relocation, sonoma: "db2951e27bed00c22bd26f06fe7ec1c6421ad564b9e08b1c1f179fef425e5b09" + sha256 cellar: :any_skip_relocation, ventura: "dafb9647a581fd12f2543f3608c03546c955f29c59d281e71da0e618ce7ab8a4" + sha256 cellar: :any_skip_relocation, arm64_linux: "db12891e398c5d63970ac2efc973da8c107cbee4f060566bd543c0ccea9a5b9a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fdff8a5825601e1d67f6cca10716149f8d25785079d7bbf8afd14bc93bccda5d" end depends_on "rust" => :build From 806fdb68d0cb9f60d80ea7bb01399c7dec3ae7be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:48:12 +0000 Subject: [PATCH 10027/10074] automake: update 1.18.1 bottle. --- Formula/a/automake.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/a/automake.rb b/Formula/a/automake.rb index 915df7ece3466..172b231fb4d2a 100644 --- a/Formula/a/automake.rb +++ b/Formula/a/automake.rb @@ -7,14 +7,14 @@ class Automake < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf9250abf354e8df5599dff2ee55ca457910868623ce1687c0573580fb810eb9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf9250abf354e8df5599dff2ee55ca457910868623ce1687c0573580fb810eb9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cf9250abf354e8df5599dff2ee55ca457910868623ce1687c0573580fb810eb9" - sha256 cellar: :any_skip_relocation, sequoia: "228f799a70023d702f770919a1d3d13a79291c48b72247b6722c7fa3682a81a9" - sha256 cellar: :any_skip_relocation, sonoma: "228f799a70023d702f770919a1d3d13a79291c48b72247b6722c7fa3682a81a9" - sha256 cellar: :any_skip_relocation, ventura: "228f799a70023d702f770919a1d3d13a79291c48b72247b6722c7fa3682a81a9" - sha256 cellar: :any_skip_relocation, arm64_linux: "16c798f7c786e7be9c7e1b8f6daa56680c1b301a36bc13815e492553fedaf700" - sha256 cellar: :any_skip_relocation, x86_64_linux: "16c798f7c786e7be9c7e1b8f6daa56680c1b301a36bc13815e492553fedaf700" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3c00a332610983c37659eee42e4a93341a3051892481362d223a40f5435b7555" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c00a332610983c37659eee42e4a93341a3051892481362d223a40f5435b7555" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3c00a332610983c37659eee42e4a93341a3051892481362d223a40f5435b7555" + sha256 cellar: :any_skip_relocation, sequoia: "bddfb6ebd600671dbeb0c3e665a98bc971c97834f9b5fdfc15c17f6e3cd44de8" + sha256 cellar: :any_skip_relocation, sonoma: "bddfb6ebd600671dbeb0c3e665a98bc971c97834f9b5fdfc15c17f6e3cd44de8" + sha256 cellar: :any_skip_relocation, ventura: "bddfb6ebd600671dbeb0c3e665a98bc971c97834f9b5fdfc15c17f6e3cd44de8" + sha256 cellar: :any_skip_relocation, arm64_linux: "c5bc18b0f438a2b7776c8a2cec9f9c5a4189a46dd35b79046249ad9d3abd4da1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5bc18b0f438a2b7776c8a2cec9f9c5a4189a46dd35b79046249ad9d3abd4da1" end depends_on "autoconf" From ec7c38bf8693bd6f732d274b7a2077b7684e3fa9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 01:17:37 +0000 Subject: [PATCH 10028/10074] aptos: update 7.6.0 bottle. --- Formula/a/aptos.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/aptos.rb b/Formula/a/aptos.rb index a3025779ee238..adedfb6948485 100644 --- a/Formula/a/aptos.rb +++ b/Formula/a/aptos.rb @@ -14,13 +14,13 @@ class Aptos < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d9f81877ab7dd332337e25a989a059c6c1ba30f41964b683f9279651bae63e6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b25707444d95567df7e1546b53c85d7c714e1b9ab528caa997c7cf9cf8336566" - sha256 cellar: :any_skip_relocation, arm64_ventura: "281fbe65d978f0bf8a9215e87b7727b5ebb93c5cfaadb4e893a33d58cca74d3f" - sha256 cellar: :any_skip_relocation, sonoma: "ad32db913799ae7d16093b60954d3afa5f9cfd688144ef175ad8d37c9feb57d0" - sha256 cellar: :any_skip_relocation, ventura: "45fba6d93447ddbd3db6f825f013c01ae8fea99bb262c37bd97538fbc127b27e" - sha256 cellar: :any_skip_relocation, arm64_linux: "41e1ab42217d00c5c0a91f0254b5b4e87f4db5c5285f7a88c8aac9fa935b0d01" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f9f5faec3730010ac97f3f951b6eea6d7e7b20268df4330f47bb528393bb3783" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a0d88de34dde92d1d25a8f545ef7c1d19ac53f35f725389dced4a87a4562810" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf628eed0a1060cc92151a0a8fb400ba6f4c755aea05904c300ccc7ba4bb8a48" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2e9137d8a256576010f653d59ac59e9687efb4e2a30cfacf45c3aeb07997c343" + sha256 cellar: :any_skip_relocation, sonoma: "70a5b0dc7ed1150e2978642eb75965dafb7f9afb34113c0c952cc9417e3c211a" + sha256 cellar: :any_skip_relocation, ventura: "ed43d1a6bb7c33819390eb3b2e6d13a79ad3cae9fde21cc820c24169653f9323" + sha256 cellar: :any_skip_relocation, arm64_linux: "96d26173b895e402447e01879998297d17aef8654cdbebd749f5e8c71a073a56" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eec10834e5669a9da38277cc5c264862cc12c180d1268ae40e3956503067394b" end depends_on "cmake" => :build From a9ca10b744b4a67c90263a1c494cb95d5af9e02e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 01:18:00 +0000 Subject: [PATCH 10029/10074] dish: update 1.11.2 bottle. --- Formula/d/dish.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dish.rb b/Formula/d/dish.rb index d16eb52605fc2..862aeb85887d2 100644 --- a/Formula/d/dish.rb +++ b/Formula/d/dish.rb @@ -7,12 +7,12 @@ class Dish < Formula head "https://github.com/thevxn/dish.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3215eff5fce1b0eca049f90df81d980a3201df0431956f0da031196bd574f095" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3215eff5fce1b0eca049f90df81d980a3201df0431956f0da031196bd574f095" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3215eff5fce1b0eca049f90df81d980a3201df0431956f0da031196bd574f095" - sha256 cellar: :any_skip_relocation, sonoma: "f42cb17f7387a4673aa5f912ca620bb48e772a167cdc934263816bfb8019ba34" - sha256 cellar: :any_skip_relocation, ventura: "f42cb17f7387a4673aa5f912ca620bb48e772a167cdc934263816bfb8019ba34" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0954f4e438d7d0fba720e26ccf2fe1561658b55dd5fcf208b55132e1a2dab289" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b76e6571f5c8db47c8112081fea1ce19aa14277d845f990686a8cb7dfc9e3c33" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b76e6571f5c8db47c8112081fea1ce19aa14277d845f990686a8cb7dfc9e3c33" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b76e6571f5c8db47c8112081fea1ce19aa14277d845f990686a8cb7dfc9e3c33" + sha256 cellar: :any_skip_relocation, sonoma: "49710f99625a21975cc66fd04e98e9c1b7cb4d2a75c3b94960ab1a8ec7ce9cfc" + sha256 cellar: :any_skip_relocation, ventura: "49710f99625a21975cc66fd04e98e9c1b7cb4d2a75c3b94960ab1a8ec7ce9cfc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5854d1afd18af3a6b3c2e309690cc2513d19bd468099684ef1899c9e21692099" end depends_on "go" => :build From 2220337dd631be06571fe23ffa5adbaafae92f21 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 01:20:17 +0000 Subject: [PATCH 10030/10074] terragrunt: update 0.82.2 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index ba2d6dac0cedc..09160db6a63ec 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5948dbee67192680ea6ac1567c16b484e5998c307839dcff9bba05d129c125b4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5948dbee67192680ea6ac1567c16b484e5998c307839dcff9bba05d129c125b4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5948dbee67192680ea6ac1567c16b484e5998c307839dcff9bba05d129c125b4" - sha256 cellar: :any_skip_relocation, sonoma: "e5c50ac7a251733de3385f8b40e8fd73af756a9dccbe12abcb0111e68b0b2b05" - sha256 cellar: :any_skip_relocation, ventura: "e5c50ac7a251733de3385f8b40e8fd73af756a9dccbe12abcb0111e68b0b2b05" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d9ceb18cc1ff85b35c7979c3ed65a2a6d19df37dde67aed05cfdf4ca8a75193" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f31006c665e3e2e8b561f392bdf5e6e5c06eea521c58f04e6dee491d7cf67cad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f31006c665e3e2e8b561f392bdf5e6e5c06eea521c58f04e6dee491d7cf67cad" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f31006c665e3e2e8b561f392bdf5e6e5c06eea521c58f04e6dee491d7cf67cad" + sha256 cellar: :any_skip_relocation, sonoma: "b598dcfc2129b0f84108251331012408a40bdeff30aecab32ba4678f559ad9a3" + sha256 cellar: :any_skip_relocation, ventura: "b598dcfc2129b0f84108251331012408a40bdeff30aecab32ba4678f559ad9a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "52b78ebb531f7ad0f1f1ccb8908e5695f252831d3a9a5c8056b0d162c12a1c9a" end depends_on "go" => :build From 0b5ecb1197019b3d8dc6c05c33db7575922cc4bc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 01:36:09 +0000 Subject: [PATCH 10031/10074] btcli: update 9.7.1 bottle. --- Formula/b/btcli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/btcli.rb b/Formula/b/btcli.rb index 2004ca2a88e98..d8e672883b092 100644 --- a/Formula/b/btcli.rb +++ b/Formula/b/btcli.rb @@ -11,13 +11,13 @@ class Btcli < Formula no_autobump! because: :requires_manual_review bottle do - sha256 cellar: :any, arm64_sequoia: "e844c6d1a3c7bb3b9ff5af4fca25f5438b71839c3a84f78ed58c5a617d912db0" - sha256 cellar: :any, arm64_sonoma: "c5eed24e4219bcc2adf70ff68e0e1eec0e75acce55136c1fc63b41e7a14ffc49" - sha256 cellar: :any, arm64_ventura: "113c276a6bbe8d4626f6904f0f771d5edae4a200639fc5e81d4a4ea844aab692" - sha256 cellar: :any, sonoma: "d4b6bbd4e954200a6479a630b8e6066d33b11b98d7b7b0382a7711026169d5da" - sha256 cellar: :any, ventura: "a7cb57fe1b9871c97fa5c9b7304377a76c6d09765bc0cc51fa41f4778cc85d14" - sha256 cellar: :any_skip_relocation, arm64_linux: "1a826f142833ea0404d54e01fbc9475f6bd39311d55208cc0f4b7219e55a7155" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d2ce3b582f41045e786208e70027d684b63673d2799a9bfa4a615eb1643a7d39" + sha256 cellar: :any, arm64_sequoia: "71376fd5a31e327bb9cd0fb850227f5165ee538c5e0202c586a7d355dfaceed6" + sha256 cellar: :any, arm64_sonoma: "50936c7015adcfd89eede72b9263f877c43ecf4a2139abf0f3d233257a1fa915" + sha256 cellar: :any, arm64_ventura: "10a707b0fe2f86c57b0c1af6749473d864f429e0f232a34d2c0fb4dfc24c35d7" + sha256 cellar: :any, sonoma: "e35c943f20beca78ea24159cb1293bd7960dbe553fb5cfcc1d560b06eb035d34" + sha256 cellar: :any, ventura: "c2d8fc65228b5f16bfcc6b055358c06f40b18d82bc31a4e0ec6aab3b12446713" + sha256 cellar: :any_skip_relocation, arm64_linux: "8512e5fa910cd533f293e6997609b0a45e99209511dd4723473b1843f2a9f43e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "006417ed09432cda377671224b090d002c2553ed0588bb0d5f8d2ea7f79b9760" end depends_on "cmake" => :build # for Levenshtein From 6497a185f05b5d3d10b0d53e62ecb7b1152ee6ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 01:50:22 +0000 Subject: [PATCH 10032/10074] gstreamer: update 1.26.3 bottle. --- Formula/g/gstreamer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gstreamer.rb b/Formula/g/gstreamer.rb index 31561794a686d..24db11da81c8f 100644 --- a/Formula/g/gstreamer.rb +++ b/Formula/g/gstreamer.rb @@ -24,13 +24,13 @@ class Gstreamer < Formula end bottle do - sha256 arm64_sequoia: "4725d81f057d92f0419e0620cb91ff720724f25d1394a7b4c83953a36cb7c6c4" - sha256 arm64_sonoma: "13ed02e6b0f3dfc35b220b240de367a1a455613d358f4f6d5fc8f03c7adf687e" - sha256 arm64_ventura: "2860d106a00a9892ca2a2b4b0a255b3301227a0bcb164a719349f279759d7c2e" - sha256 sonoma: "94e44959d4a1ea612cbbf6d68f8179f6e40fa8a9a98a42cc0361516fe584203b" - sha256 ventura: "f7a85d389c84b8f104d00f3c82ae36f885d3659e561833d7e82541f416c4ccec" - sha256 arm64_linux: "399c4b5ef7a4c2d4210a5c1eddc91b2536498808593f28429940e6adaf0bf47d" - sha256 x86_64_linux: "de9e80affa2bfc3432ebcf668bd3c9a34575943be75c71cea33ebd0a47d2b9dc" + sha256 arm64_sequoia: "2c230eee1055e6e4c5bd1288f133bf5f28bc60141d8e8060dbfdd85c840bbdbd" + sha256 arm64_sonoma: "7f1d678bdada7a4d19f7040e2790ca48282913db69fb2c47c6be3ef7e7cc4019" + sha256 arm64_ventura: "a19c5071a6fc3cc1cfa5f3f76937b8775ac98388785d2cd4e9027e79b26d6a71" + sha256 sonoma: "d67adf8cf69f13981c981d95c93bc64242ce3b3861e57751479490e88129f620" + sha256 ventura: "01055f690dca5b6d6eebc1dfc6af4af7bd3a2ccb7ad73c7e63122f414471c71d" + sha256 arm64_linux: "0a2fd68bf3650fa4eff08a1c3be9695e1f12e02976f39df76f08e99eda6b85d7" + sha256 x86_64_linux: "744980affa45d11713c415e7277b7a2951f5f32d965cb9f7302a9f6b96bf2abe" end head do From 35a60d1f0e4d5ca090e60efd42eda86e6b3bb645 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 01:54:40 +0000 Subject: [PATCH 10033/10074] prometheus: update 3.4.2 bottle. --- Formula/p/prometheus.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/prometheus.rb b/Formula/p/prometheus.rb index 4145043e26e56..bfe0fda8f09ee 100644 --- a/Formula/p/prometheus.rb +++ b/Formula/p/prometheus.rb @@ -14,13 +14,13 @@ class Prometheus < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a9775029feb9a28f329af5491040579b7d948d9a1d5545037914f23797079ec" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "59d916a50973bd24609bd1dc97f3584a5eecde090a095e7661990b7e89d298a9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f604c408ed36d6644ba910186ab9a2a0073fba5487fe91f55610bf00ce673129" - sha256 cellar: :any_skip_relocation, sonoma: "e50e575a9aab9e112f37415e5bb07d4fd04462e846a55d1dbb92c5a6915176a1" - sha256 cellar: :any_skip_relocation, ventura: "9e473cd5b42cfad728934d5b45458ffba75121e250e11d264c2e4db4b710a92f" - sha256 cellar: :any_skip_relocation, arm64_linux: "9d39b17ad6f6c31574869643a66e066e3fcdd0a51bde9ade9651af275f671743" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13f036d41bd5016d934f34e021082722d6e4671513f685e689df078f491bfc72" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2677b1eca6ed5feaf9eb847304026ba514df6434bd5131badc1ead028167ace7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3cf41af0d602b9f9837ef9f3c3f25a0676aac4413e43f0ecd05ab6939d07adef" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a5edc9d1bc553b0edf6c778a8925733ab4993d1d1e6718078fbc53b9fdbaf4ac" + sha256 cellar: :any_skip_relocation, sonoma: "583ca75f3903e73e2c1ed581782e99846ecb815de62378795cabcf3ae4d736f6" + sha256 cellar: :any_skip_relocation, ventura: "51fc075f84b6aac23d2ed627d0f9a0e28af7e2aaf457e4e497abc254d84a23f3" + sha256 cellar: :any_skip_relocation, arm64_linux: "afdfcef44ffca2e316bedd987acde7ec0b1a0db3291da69de176ac10c19484b8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "30320efff769505d7d3db9251fe228a55f9ed38b18412a719163a23cd934fb05" end depends_on "gnu-tar" => :build From 2174d4e34b3cc200ad603be87900f046fd5df1d7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:11:53 +0000 Subject: [PATCH 10034/10074] massdriver 1.11.3 massdriver: update test Signed-off-by: Patrick Linnane --- Formula/m/massdriver.rb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Formula/m/massdriver.rb b/Formula/m/massdriver.rb index a11206c86745b..aadbe0f6776aa 100644 --- a/Formula/m/massdriver.rb +++ b/Formula/m/massdriver.rb @@ -1,8 +1,8 @@ class Massdriver < Formula desc "Manage applications and infrastructure on Massdriver Cloud" homepage "https://www.massdriver.cloud/" - url "https://github.com/massdriver-cloud/mass/archive/refs/tags/1.11.2.tar.gz" - sha256 "b8e5893d54383cb440a72ecdac9679baf6a4d5c134ecab07f4dc9beda4fae147" + url "https://github.com/massdriver-cloud/mass/archive/refs/tags/1.11.3.tar.gz" + sha256 "76f84e36973067245ae82073b6b444c8514087d3c41786c0253e16ec6cc9f123" license "Apache-2.0" head "https://github.com/massdriver-cloud/mass.git", branch: "main" @@ -37,12 +37,9 @@ def install end test do + assert_match version.to_s, shell_output("#{bin}/mass version") + output = shell_output("#{bin}/mass bundle build 2>&1", 1) assert_match "Error: open massdriver.yaml: no such file or directory", output - - output = shell_output("#{bin}/mass bundle lint 2>&1", 1) - assert_match "OrgID: missing required value: MASSDRIVER_ORG_ID", output - - assert_match version.to_s, shell_output("#{bin}/mass version") end end From c8143588ff2216d08c302ab530e7af0c77661f7a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:33:32 +0000 Subject: [PATCH 10035/10074] massdriver: update 1.11.3 bottle. --- Formula/m/massdriver.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/massdriver.rb b/Formula/m/massdriver.rb index aadbe0f6776aa..7eb5ecf600cd0 100644 --- a/Formula/m/massdriver.rb +++ b/Formula/m/massdriver.rb @@ -15,12 +15,12 @@ class Massdriver < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f6cddd55b5f57c582fa5ca59cae6e1711489f202393728bba86d5fd20886f91" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f6cddd55b5f57c582fa5ca59cae6e1711489f202393728bba86d5fd20886f91" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3f6cddd55b5f57c582fa5ca59cae6e1711489f202393728bba86d5fd20886f91" - sha256 cellar: :any_skip_relocation, sonoma: "b07c4bdddec6358a033d6055595ae71f0384afb7423cb640749b8df532152aee" - sha256 cellar: :any_skip_relocation, ventura: "b07c4bdddec6358a033d6055595ae71f0384afb7423cb640749b8df532152aee" - sha256 cellar: :any_skip_relocation, x86_64_linux: "59dd5b4d01f8f6e880dac588873672ba85c2a213021f53ab07301c0b025a8a16" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc4133c6adf8311e60b7dc5aa744b944519d954358d1d4b5cd994c6f0b603bc3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc4133c6adf8311e60b7dc5aa744b944519d954358d1d4b5cd994c6f0b603bc3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cc4133c6adf8311e60b7dc5aa744b944519d954358d1d4b5cd994c6f0b603bc3" + sha256 cellar: :any_skip_relocation, sonoma: "f04dd55a0bbdfd11a3526c805dbfc67b42993fa13aab473233b475b7f8718f9b" + sha256 cellar: :any_skip_relocation, ventura: "f04dd55a0bbdfd11a3526c805dbfc67b42993fa13aab473233b475b7f8718f9b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3272565a05a36934dbc03c540afb9e71d74634d3d0570622791232954d092799" end depends_on "go" => :build From 599c80f8fab721389237bb17aeaf437b8c178226 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:35:18 +0000 Subject: [PATCH 10036/10074] exploitdb 2025-06-27 --- Formula/e/exploitdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 8b3750fe600f6..18056b60d06be 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -2,8 +2,8 @@ class Exploitdb < Formula desc "Database of public exploits and corresponding vulnerable software" homepage "https://www.exploit-db.com/" url "https://gitlab.com/exploit-database/exploitdb.git", - tag: "2025-06-21", - revision: "36fc0aac850f4dc000b796dac7dae4cf3e1f25c3" + tag: "2025-06-27", + revision: "97a1ee1350b2f92aafc9a94f92508c101a514b7a" license "GPL-2.0-or-later" head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" From 1a1a392adae250ead76c2fdfffcae1fa46b02301 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:35:39 +0000 Subject: [PATCH 10037/10074] fabric-ai 1.4.218 --- Formula/f/fabric-ai.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 5f6f000315cde..6253d2b503151 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -1,8 +1,8 @@ class FabricAi < Formula desc "Open-source framework for augmenting humans using AI" homepage "https://danielmiessler.com/p/fabric-origin-story" - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.216.tar.gz" - sha256 "7ffb1742cf032b712142ee96fc1dbb8c9e4347e1681e0af2578ccfb9689e22c4" + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.218.tar.gz" + sha256 "4afb9b574c02039db7b599f87fde535ef416ee2d2d7e2aa1111988b5ba3bf61d" license "MIT" head "https://github.com/danielmiessler/fabric.git", branch: "main" From 61ed8450f18e511870c0460eae513227dd30fd8e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:37:13 +0000 Subject: [PATCH 10038/10074] gemini-cli 0.1.5 --- Formula/g/gemini-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gemini-cli.rb b/Formula/g/gemini-cli.rb index 8f334c1098438..0b2ea4e8d23aa 100644 --- a/Formula/g/gemini-cli.rb +++ b/Formula/g/gemini-cli.rb @@ -1,8 +1,8 @@ class GeminiCli < Formula desc "Interact with Google Gemini AI models from the command-line" homepage "https://github.com/google-gemini/gemini-cli" - url "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.1.4.tgz" - sha256 "400eb9b5cb8ec71c8a391444b5412882001d7fa3aedff3911ad0f8145110fca0" + url "https://registry.npmjs.org/@google/gemini-cli/-/gemini-cli-0.1.5.tgz" + sha256 "4bf071659e4c5008bfdc17aa6592babd047cd12f79b86bd5e547bf3edb59e9c8" license "Apache-2.0" bottle do From 5f6913fcc26f2c7de8b8ae06cf80d868c9e4acbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:37:36 +0000 Subject: [PATCH 10039/10074] git-lfs 3.7.0 --- Formula/g/git-lfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-lfs.rb b/Formula/g/git-lfs.rb index e2f2e38bddebd..577cea24acc5a 100644 --- a/Formula/g/git-lfs.rb +++ b/Formula/g/git-lfs.rb @@ -1,8 +1,8 @@ class GitLfs < Formula desc "Git extension for versioning large files" homepage "https://git-lfs.com/" - url "https://github.com/git-lfs/git-lfs/releases/download/v3.6.1/git-lfs-v3.6.1.tar.gz" - sha256 "1417b7ee9a8fba8d649a89f070fdcde8b2593ca2caa74e3e808d2bb35d5ca5f7" + url "https://github.com/git-lfs/git-lfs/releases/download/v3.7.0/git-lfs-v3.7.0.tar.gz" + sha256 "d078b8393514c65c485d1628e610449ba048af746749912bd082d818b2454348" license "MIT" # Upstream creates releases that are sometimes not the latest stable version, From 177aa22f8f34cc128628817fe4cd6a560bf7b63e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:41:31 +0000 Subject: [PATCH 10040/10074] kingfisher 1.15.0 --- Formula/k/kingfisher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index 09057068d7b39..3a3f967778919 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -1,8 +1,8 @@ class Kingfisher < Formula desc "MongoDB's blazingly fast secret scanning and validation tool" homepage "https://github.com/mongodb/kingfisher" - url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.14.0.tar.gz" - sha256 "7e9053c8436d2833059c8ce6e798c0872a3f8c0db9ade8fd58ff5614afd02261" + url "https://github.com/mongodb/kingfisher/archive/refs/tags/v1.15.0.tar.gz" + sha256 "6ebaff932f7c9bddc430782b36616e453ef47ff1acda518fbfb5fe48ee45d0d9" license "Apache-2.0" bottle do From 2ac7efc06e0087a20b367288c4fa892a97e2637d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:46:56 +0000 Subject: [PATCH 10041/10074] netlify-cli 22.2.0 --- Formula/n/netlify-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 674fb23f0ffb4..3f8d97ca4d77d 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -1,8 +1,8 @@ class NetlifyCli < Formula desc "Netlify command-line tool" homepage "https://www.netlify.com/docs/cli" - url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.1.7.tgz" - sha256 "f891d403497c11a969564c4f777345b74d173f0c1d6f1cfcb5e4e3c9b8b78029" + url "https://registry.npmjs.org/netlify-cli/-/netlify-cli-22.2.0.tgz" + sha256 "fddd802349ff272ea07f04f45b6737ba80c2d208501f2ec410692c060a762293" license "MIT" bottle do From c9e8a5f7a0329205f98fba2f060f0ca8f0923ff5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:52:28 +0000 Subject: [PATCH 10042/10074] renovate 41.13.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 785cab31fdb7a..6d5c62aa1ca98 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-41.12.0.tgz" - sha256 "56803d1add422280e2ba2298de5d4e339819e662541a6d247acd948b5c9388e3" + url "https://registry.npmjs.org/renovate/-/renovate-41.13.0.tgz" + sha256 "c5dc23e72235ecf1add19bc7cd6a5d38a349c9334bda81312acfd8a8e8baba2e" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From e5121a00bb2ad3398a0ba9cda60c654059a7102f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:59:02 +0000 Subject: [PATCH 10043/10074] wtfutil 0.44.1 --- Formula/w/wtfutil.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wtfutil.rb b/Formula/w/wtfutil.rb index 4f10c063a5b5f..8ac200c7ece44 100644 --- a/Formula/w/wtfutil.rb +++ b/Formula/w/wtfutil.rb @@ -1,8 +1,8 @@ class Wtfutil < Formula desc "Personal information dashboard for your terminal" homepage "https://wtfutil.com" - url "https://github.com/wtfutil/wtf/archive/refs/tags/v0.44.0.tar.gz" - sha256 "cadf8183be4b84256c50ed64a1a401890016885e305d2816b4293f8494463c14" + url "https://github.com/wtfutil/wtf/archive/refs/tags/v0.44.1.tar.gz" + sha256 "7cab807c714fc765b85ab62496f5d96770f3bb89117cb34dde3ea668d943314e" license "MPL-2.0" head "https://github.com/wtfutil/wtf.git", branch: "master" From 4e4edcce912aaedb8ea7dc706dfda29d0816c285 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:44:41 +0000 Subject: [PATCH 10044/10074] fabric-ai: update 1.4.218 bottle. --- Formula/f/fabric-ai.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fabric-ai.rb b/Formula/f/fabric-ai.rb index 6253d2b503151..c248232d4c94d 100644 --- a/Formula/f/fabric-ai.rb +++ b/Formula/f/fabric-ai.rb @@ -7,12 +7,12 @@ class FabricAi < Formula head "https://github.com/danielmiessler/fabric.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cedb2fe4281918ddc13da63e297d47ae699e89010e4b79e9ad3bb6ffb86924f3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cedb2fe4281918ddc13da63e297d47ae699e89010e4b79e9ad3bb6ffb86924f3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cedb2fe4281918ddc13da63e297d47ae699e89010e4b79e9ad3bb6ffb86924f3" - sha256 cellar: :any_skip_relocation, sonoma: "0731d2aa17cc0e9057d2d119f2c4c75ce070d8f8a8450e1ce52ac99fea10cffb" - sha256 cellar: :any_skip_relocation, ventura: "0731d2aa17cc0e9057d2d119f2c4c75ce070d8f8a8450e1ce52ac99fea10cffb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd7ccffc9bf88e6244787cd153905935e170f5f42325f01767620205f66e3c6c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa32827ed79412efec01bf7422dcbec538911f877054f31b1eb47025e5839352" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa32827ed79412efec01bf7422dcbec538911f877054f31b1eb47025e5839352" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fa32827ed79412efec01bf7422dcbec538911f877054f31b1eb47025e5839352" + sha256 cellar: :any_skip_relocation, sonoma: "5a2c9c21981778f63ab3c039c859477bdc34ab4aa3911df53dcb67ea029ae517" + sha256 cellar: :any_skip_relocation, ventura: "5a2c9c21981778f63ab3c039c859477bdc34ab4aa3911df53dcb67ea029ae517" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee97ee8930576376d7ce6e3e66851de9071e944b3f8c6d4712ceeeeb56a7887f" end depends_on "go" => :build From 8c9163614c72b5360a7b52e0f9762c536912bf15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:44:50 +0000 Subject: [PATCH 10045/10074] kingfisher: update 1.15.0 bottle. --- Formula/k/kingfisher.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kingfisher.rb b/Formula/k/kingfisher.rb index 3a3f967778919..4473514a476fc 100644 --- a/Formula/k/kingfisher.rb +++ b/Formula/k/kingfisher.rb @@ -6,13 +6,13 @@ class Kingfisher < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0930384427c97a52f6589e25afaf2a005fb1e56a0faa0bc3ab6d147426321d72" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f8accd617f642602e95b58d0d042c49e9993280bf0f047e8b6032ecbaa0276d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9e32d18b41fe6c0a1ebf54773c93f93d73c1f1c2266c56c586a2a5f374337456" - sha256 cellar: :any_skip_relocation, sonoma: "0d2a1741b31e9585395f49395b34fb7cad0c08a3bc00fc779b2a2993c4929139" - sha256 cellar: :any_skip_relocation, ventura: "939349343bfccc5418b912bad272544e4230ca620d35a8548a0a0d37736b5719" - sha256 cellar: :any_skip_relocation, arm64_linux: "ac370a3517d4a03774b47a19f551c8b4417bb178f26e0672c9e3cdcc3d1448a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ad846aa35e623bfea51e24a5742790ecf2e8c89ec63117fefaa8083bdfd99f42" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f72eee486ee8ee3a728e38520213d847503cba090faf276613435aaab00de1f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "50570f15a90d259274ff5b963b149c0f7a164a14683d1627b8dfb6915bf5b79e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "33c69a3a5b29d97d2ba3c2420cb0b67d2e24aedfc21107e709aa54397b0309b2" + sha256 cellar: :any_skip_relocation, sonoma: "44a1714ee7818f8303635484c50a4142f33a367776d854b2fd3a2e9b85dc1a11" + sha256 cellar: :any_skip_relocation, ventura: "cf304e532fe7a205188ead926cdecc04bb9a831a129574e2a14b36f28669913a" + sha256 cellar: :any_skip_relocation, arm64_linux: "8eeecda5d5b2cdffeae8891a17157e30ea1c34be5ed7b3ad510e410af8eea6a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "245131e7b56672bf765aa40c7563b7075417958ff270c85edd7fc2bb603c5c61" end depends_on "boost" => :build From 8af26a7b985614d811e4007a59106394181c572f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:44:51 +0000 Subject: [PATCH 10046/10074] git-lfs: update 3.7.0 bottle. --- Formula/g/git-lfs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-lfs.rb b/Formula/g/git-lfs.rb index 577cea24acc5a..e559101a3b0db 100644 --- a/Formula/g/git-lfs.rb +++ b/Formula/g/git-lfs.rb @@ -13,12 +13,12 @@ class GitLfs < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fea6fd17f274522756b7a4b17960121d9f029c8926e3f27e116552680e3ea215" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fea6fd17f274522756b7a4b17960121d9f029c8926e3f27e116552680e3ea215" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fea6fd17f274522756b7a4b17960121d9f029c8926e3f27e116552680e3ea215" - sha256 cellar: :any_skip_relocation, sonoma: "7951618702479a261a57b3f0db12f3d3ff697be18dff94f8c4ae7be813a0c916" - sha256 cellar: :any_skip_relocation, ventura: "7951618702479a261a57b3f0db12f3d3ff697be18dff94f8c4ae7be813a0c916" - sha256 cellar: :any_skip_relocation, x86_64_linux: "649a26347d7b861008caca73dbd1853c36d81d3b51e08fa86fe225249d124064" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e905231194b4144c52b981a2a52868f6fb2c8ffc27099a0771362dc45890879" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e905231194b4144c52b981a2a52868f6fb2c8ffc27099a0771362dc45890879" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1e905231194b4144c52b981a2a52868f6fb2c8ffc27099a0771362dc45890879" + sha256 cellar: :any_skip_relocation, sonoma: "db9022729517fff9457056b559e9d43db5bba5531ae9b636f140ce41bb4e0d95" + sha256 cellar: :any_skip_relocation, ventura: "db9022729517fff9457056b559e9d43db5bba5531ae9b636f140ce41bb4e0d95" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6926c738974ed58fb5dec2bf00cbb4f759db8d7e8554c347d7d039a7135ba4da" end depends_on "asciidoctor" => :build From 2a09d75282a8e79d4aa4fc2ae3f5f76cbe5b9498 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:45:00 +0000 Subject: [PATCH 10047/10074] gemini-cli: update 0.1.5 bottle. --- Formula/g/gemini-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gemini-cli.rb b/Formula/g/gemini-cli.rb index 0b2ea4e8d23aa..abe518bc29044 100644 --- a/Formula/g/gemini-cli.rb +++ b/Formula/g/gemini-cli.rb @@ -6,13 +6,13 @@ class GeminiCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" - sha256 cellar: :any_skip_relocation, sonoma: "340cb4b31b8d78dd5706e4663e2498a3cbf0000b4c436cb9f53e1b35a4fcbe89" - sha256 cellar: :any_skip_relocation, ventura: "340cb4b31b8d78dd5706e4663e2498a3cbf0000b4c436cb9f53e1b35a4fcbe89" - sha256 cellar: :any_skip_relocation, arm64_linux: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf4bec5a38f77f93d6ca69e925873371f149842c61c56a35d29c57ba1a6b04f3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "452487e41dd392a35c865b416acb6d2fd09a4f2eae9cf4c4051aa630783cd7a3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "452487e41dd392a35c865b416acb6d2fd09a4f2eae9cf4c4051aa630783cd7a3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "452487e41dd392a35c865b416acb6d2fd09a4f2eae9cf4c4051aa630783cd7a3" + sha256 cellar: :any_skip_relocation, sonoma: "240a8b58728a00018c5192f7a036c09e791fd750792cfb72792acd46690b0675" + sha256 cellar: :any_skip_relocation, ventura: "240a8b58728a00018c5192f7a036c09e791fd750792cfb72792acd46690b0675" + sha256 cellar: :any_skip_relocation, arm64_linux: "452487e41dd392a35c865b416acb6d2fd09a4f2eae9cf4c4051aa630783cd7a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "452487e41dd392a35c865b416acb6d2fd09a4f2eae9cf4c4051aa630783cd7a3" end depends_on "node" From 6dd17255a534df06dc1b3850b43c86215730219c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:45:12 +0000 Subject: [PATCH 10048/10074] exploitdb: update 2025-06-27 bottle. --- Formula/e/exploitdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/exploitdb.rb b/Formula/e/exploitdb.rb index 18056b60d06be..347c6c1383472 100644 --- a/Formula/e/exploitdb.rb +++ b/Formula/e/exploitdb.rb @@ -8,13 +8,13 @@ class Exploitdb < Formula head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e4dfb3c148dea3dba78ed66129e3304c22280ff1acbcb49d09e6ec031ba0932" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "28de7b257d83082de61c518a0c052ef6bc7f79bc8f9491cdee365c526ad5e1cb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7a6958cf9bd62d3959aacdaf8d3e99beaf774089d4f40c4b606774673d56eab2" - sha256 cellar: :any_skip_relocation, sonoma: "b95d77f7c1d04928a065a1dd7d977035e4559ab83edf62d7d4968804202c561b" - sha256 cellar: :any_skip_relocation, ventura: "28f6df309dbb01350d655d3f5b5a9e6105594b8c7dcc6792a39e1af5559aaf3b" - sha256 cellar: :any_skip_relocation, arm64_linux: "c760ee8aa59a76413e3d302d520dc4d9df5ff2666112f35038cd8c6e5bdcdffd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ea4aa3d5b787466bc54656313509f699adb41781ea987955a8a9e3217e677db" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bef62f08708d75ce135198a4cb4873ef255a4fbd05b32fa0d41d7736fbca1d6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "15b890b53c0a75cfe0323a044ac5c176afa5369b5ec75e64363a15777a5e2b49" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c1203e1b890ace927600099fc17071864bf2c319a2b7fc7cabdda097c6cf64ae" + sha256 cellar: :any_skip_relocation, sonoma: "7991352d85120c83388158c1e2dd5f5597b006f0acf424ca482c6c044d620a4f" + sha256 cellar: :any_skip_relocation, ventura: "21bde5e90372eec393fcda81e1cf55ebd7378a41f05a9f41271b4557e9be30f1" + sha256 cellar: :any_skip_relocation, arm64_linux: "1475710415c900fabde17920c738d637b3a5cd220c384fec44c5d89bdf178048" + sha256 cellar: :any_skip_relocation, x86_64_linux: "33600c5211c1274e2514912cd28bb31c9820f8e99388a9ea54d054a02967be5d" end def install From 99365943b5d3791d9e07308dac79d6802913dc33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:45:14 +0000 Subject: [PATCH 10049/10074] wtfutil: update 0.44.1 bottle. --- Formula/w/wtfutil.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/w/wtfutil.rb b/Formula/w/wtfutil.rb index 8ac200c7ece44..5573ac25462dd 100644 --- a/Formula/w/wtfutil.rb +++ b/Formula/w/wtfutil.rb @@ -7,13 +7,13 @@ class Wtfutil < Formula head "https://github.com/wtfutil/wtf.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bde2bd16f98af0634e758e79203812a6016eecc4cf643ccd8ec3342e0402f0b9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e816d26d87f97710245586be7c13c7211b086de42f36d15b9730fccced69207" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4b168bdf4b728205ced286a78cb4069b807a762aee32a2e6f1d7caee750241c6" - sha256 cellar: :any_skip_relocation, sonoma: "6b64030eee4547c8620a51bec0b3d4e1f9a444433d7c9a405e046c1830c7d667" - sha256 cellar: :any_skip_relocation, ventura: "4f69bff86d190ccd65681f17fcf0e2ad19122889b025cb8efd6040d59924850e" - sha256 cellar: :any_skip_relocation, arm64_linux: "0717b3b082e5edc5b488ff09c6f63e8c7771b24fc48fcb5a687ca24af834c018" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3430c5841458efee32a5f14c2166dbb6fa2a3e21e15d04045964cd5ba846de5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "39aee9c5e14cfd87419a390a215a43133b884928307679d1847a94659fe4f850" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bc1607a5ec93563994249da99084e1b5634b676a3c671996f6d0e03943493ad" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b09eedeae268f4c20106139ddda33ffaf049028062d3624f4c0b5a0826663116" + sha256 cellar: :any_skip_relocation, sonoma: "713546ff6c93c48d42aab4d4c338e85b1258a063f0b354b71849a0fdbf13d372" + sha256 cellar: :any_skip_relocation, ventura: "e87bd244cce21374f596bd269e7e6dda3f12c55a635e277b6475dad3a325ea1d" + sha256 cellar: :any_skip_relocation, arm64_linux: "4fd77d82d2385fea4088cc0690262b57a2d4700649f6e6bd4e9814d1f0b0d7c5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b215b5b1dfec50f90a8806de89fb0b6703c273fd902bfde51118e9ce27d8b900" end depends_on "go" => :build From e2c68c0bb5cfea4b82a8ea2e4c680d3a8815563a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:45:17 +0000 Subject: [PATCH 10050/10074] netlify-cli: update 22.2.0 bottle. --- Formula/n/netlify-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/netlify-cli.rb b/Formula/n/netlify-cli.rb index 3f8d97ca4d77d..398b46880a67b 100644 --- a/Formula/n/netlify-cli.rb +++ b/Formula/n/netlify-cli.rb @@ -6,13 +6,13 @@ class NetlifyCli < Formula license "MIT" bottle do - sha256 arm64_sequoia: "386cdeeb6db161ff014bb69e276a8617e44166c67d7ebb4ea6e23c46e98b1296" - sha256 arm64_sonoma: "3b8631c1e15d9826a684ff3835c9af2b9fbb3a0c5f6a77ae3601fd31b96b7d42" - sha256 arm64_ventura: "e0107d847177c7cccea3193d9d6382637e01db29fcd331140cf6846eaf406146" - sha256 sonoma: "28349f11ce57e0cdbeb160a2cddf824371fe3e1f92ef1bd8826a9fc591ff2346" - sha256 ventura: "b19bf06386c3ada404cd5f66bf207951b1b70be6c5a3f97f8596661c8137de9a" - sha256 cellar: :any_skip_relocation, arm64_linux: "d8677da7f6cde744d93720a45818625bf6901da0c1518cf0f69ea09b3927747b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "71b95ba5a95e04094a69c68912277ef92fce9595ef8b9217c290f761dc62b98c" + sha256 arm64_sequoia: "ddb66d23a920ecc6227e9525e67822764046c91199793db95787fdce82b23ee3" + sha256 arm64_sonoma: "7d239bea1bf883aa85c210833d116d9ed1ad1c26b8919c065c925e58f581933a" + sha256 arm64_ventura: "c6380cba10a85e0756eabfc276b0db7de3bea1a8138de2810886ee0cf61c7a18" + sha256 sonoma: "ba8765916b453d6313a5c7aed11cfa5caf938ea540ecaf46b248281280f4d0d3" + sha256 ventura: "090cf9d05719a44fc267395bc434cd4720c99cc2bcfd0ce6ea41408d9cbcd565" + sha256 cellar: :any_skip_relocation, arm64_linux: "934e2356606911113f68194eebff95c002d2f5eddab767f74f97c5b3935c57bf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "70252d2c142dbf301728bedb36abdf21947e2a8dbe6cd4ff1765679d63e61889" end depends_on "pkgconf" => :build From f145f0cb15732a351e87f1f8f64de5df31758ceb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:45:33 +0000 Subject: [PATCH 10051/10074] renovate: update 41.13.0 bottle. --- Formula/r/renovate.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 6d5c62aa1ca98..cc0f6f9cbf8a0 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,13 +17,13 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "541836d258319f87e0b91e2c2dc6a5e5836170dd6ce68a33758f3a223bde5dbf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "479b652f12d29e0cfaf53292797ad5fd245a361aea93985d9e1797a77bc2dc9d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "484341539b1ca43f283214552d96b1b53b19f6c6989d40302322bc4da03ca33a" - sha256 cellar: :any_skip_relocation, sonoma: "153d594bf0f769146007364270f5e22d27285a77c45e4db1f85dc08bfbe523b4" - sha256 cellar: :any_skip_relocation, ventura: "b3e9d7a9d32372469176157a36a460c29fbf244562dab593cdef7e3967804af5" - sha256 cellar: :any_skip_relocation, arm64_linux: "0952cd369aec9bf4bd1101b7e7362e39d35234f79458d0eecc04fd694813f601" - sha256 cellar: :any_skip_relocation, x86_64_linux: "41e3a5469d24b4a0d51a5b4719d1de662def42231a5da98293309b849f8e3e87" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a0618e11ac2c0c27202e14123a40d5f32488d4129de84caee61e16c2512c0c8a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "801788f42b345e64546d500149117547dcf5f9272d405828a938f9a2120eb6c6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b40cc0d27b9a7db43663cb1b79a716f9ca3b9c624d4390bac838b05cb203ec3e" + sha256 cellar: :any_skip_relocation, sonoma: "3629f86fb53b0e6b39916e22200f0008cee289b37868c3baedaad817ce56901d" + sha256 cellar: :any_skip_relocation, ventura: "e4e4d3aba940895c617adb568dcb404e096b9f708af992460b6fab49476a9ca0" + sha256 cellar: :any_skip_relocation, arm64_linux: "18ecb270cea3774fa8da723bc42099bef68edd1384eff0f9a6a2246f924d441d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "955384a845aa82c968dc6e3a1ca26b77585cd7a17b9513f568281a7663dd6d51" end depends_on "node@22" From aebf7099cccdb7b1c4687f7b251bf1c6e040d8c8 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Thu, 26 Jun 2025 23:30:19 -0400 Subject: [PATCH 10052/10074] x264: correct license to GPL-2.0-or-later The x264 project source code states "either version 2 of the License, or (at your option) any later version" indicating GPL-2.0-or-later rather than GPL-2.0-only. This correction ensures Homebrew's ffmpeg build is properly licensed. --- Formula/x/x264.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/x/x264.rb b/Formula/x/x264.rb index 5054da3b41b87..da13ccbf6e478 100644 --- a/Formula/x/x264.rb +++ b/Formula/x/x264.rb @@ -5,7 +5,7 @@ class X264 < Formula url "https://code.videolan.org/videolan/x264.git", revision: "31e19f92f00c7003fa115047ce50978bc98c3a0d" version "r3108" - license "GPL-2.0-only" + license "GPL-2.0-or-later" head "https://code.videolan.org/videolan/x264.git", branch: "master" # Cross-check the abbreviated commit hashes from the release filenames with From 225d16f206235dc944f7c0ecec42400aede01aa8 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Thu, 26 Jun 2025 23:54:47 -0400 Subject: [PATCH 10053/10074] x265: correct license to GPL-2.0-or-later The x265 project source code states "either version 2 of the License, or (at your option) any later version" indicating GPL-2.0-or-later rather than GPL-2.0-only. This correction ensures Homebrew's ffmpeg build is properly licensed. --- Formula/x/x265.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/x/x265.rb b/Formula/x/x265.rb index c5ba70fd0a3dc..7790a5569c271 100644 --- a/Formula/x/x265.rb +++ b/Formula/x/x265.rb @@ -3,7 +3,7 @@ class X265 < Formula homepage "https://bitbucket.org/multicoreware/x265_git" url "https://bitbucket.org/multicoreware/x265_git/downloads/x265_4.1.tar.gz" sha256 "a31699c6a89806b74b0151e5e6a7df65de4b49050482fe5ebf8a4379d7af8f29" - license "GPL-2.0-only" + license "GPL-2.0-or-later" head "https://bitbucket.org/multicoreware/x265_git.git", branch: "master" bottle do From a4f14b7cb939b91cdf10078bb318d4312b934548 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 05:11:20 +0000 Subject: [PATCH 10054/10074] marked 16.0.0 --- Formula/m/marked.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/marked.rb b/Formula/m/marked.rb index 0349663012a81..bdc62866bc48d 100644 --- a/Formula/m/marked.rb +++ b/Formula/m/marked.rb @@ -1,8 +1,8 @@ class Marked < Formula desc "Markdown parser and compiler built for speed" homepage "https://marked.js.org/" - url "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz" - sha256 "39a847a896af15b2846f927da55d444619ea55a55c236e10333056474b793aaa" + url "https://registry.npmjs.org/marked/-/marked-16.0.0.tgz" + sha256 "193178e097580a49075ff92722bdbd8b411d1a22d257db2ba4e1082bf4cc7171" license "MIT" bottle do From 086b2cc82c6459e49888feaac8a196dad8efd90b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 27 Jun 2025 05:15:53 +0000 Subject: [PATCH 10055/10074] qt: update 6.9.1 bottle. --- Formula/q/qt.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qt.rb b/Formula/q/qt.rb index fb1539c4387ef..3d647d07696df 100644 --- a/Formula/q/qt.rb +++ b/Formula/q/qt.rb @@ -24,11 +24,11 @@ class Qt < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "71178e8d39b2d61ecd4077e26997a6ba813d3b0159cdb6e3ca8a1b615d6b1a2f" - sha256 cellar: :any, arm64_ventura: "57a2d1d83efa9804b2286df9ff9ff0ea80a058ead20a59f9478951e73876e318" - sha256 cellar: :any, sonoma: "cc1193691023ea31e664b5170685c2fdfec4016de0cefbc18cfe017ed31d7a0a" - sha256 cellar: :any, ventura: "9051e4898c848f50a3919aa026dc082b043ac5e0343d3032e3d25f85d6de3035" - sha256 x86_64_linux: "69b20bb5da2b644a0f96564833a4bdace8701fd40ca2208e7dc5916ecabb0d50" + sha256 cellar: :any, arm64_sonoma: "1cf02761bf4f637e566b41fbb98fdc569ebf813ebd20fc5ab47178758728194c" + sha256 cellar: :any, arm64_ventura: "63597d1fc6c6637bf094bd81f5653ed4738d7ff9e6e2bb64890627b7ccd7e61e" + sha256 cellar: :any, sonoma: "119fe4df5bc1b88b1282bc26545094ea1a6bfe8679765c795d05943922e279e6" + sha256 cellar: :any, ventura: "965a804ac6a3dba6efbe0639602005b8cdc622517eac7d16ccbe81cbfe839ce8" + sha256 x86_64_linux: "d6b6ebda449e8066ec1ae3ee61074925d2b74edade6d9b77d3caa46f6eeb76aa" end depends_on "cmake" => [:build, :test] From 369c095008ad16aa486f872be402e094d6b093b0 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 27 Jun 2025 05:15:53 +0000 Subject: [PATCH 10056/10074] qt-libiodbc: update 6.9.1 bottle. --- Formula/q/qt-libiodbc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qt-libiodbc.rb b/Formula/q/qt-libiodbc.rb index 894e7776d11da..9cd97558ec467 100644 --- a/Formula/q/qt-libiodbc.rb +++ b/Formula/q/qt-libiodbc.rb @@ -10,11 +10,11 @@ class QtLibiodbc < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "f9695d322f1580faa1ab097dcdf76133857556d6c2b1806b9ddc5376eef4bdcf" - sha256 cellar: :any, arm64_ventura: "1c60ac29bcfe47d79fd1c39179a50c05c651db88b3afd30610c4f5614cef684a" - sha256 cellar: :any, sonoma: "6685078461574924b6e9283f9dc48aebf406181041c24ff094c3ad704deb7e81" - sha256 cellar: :any, ventura: "6d986f8aacb5cece81b516f536f214feeb450354c60504ace05dfd245672735f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e3879e0b730c2b31071475cb674325d28cb417ffccee0c3e37468c36afd950a" + sha256 cellar: :any, arm64_sonoma: "b1c386ea1bc5f9c26caa128790c569e717bdf538158b89dd5bcada91c405c374" + sha256 cellar: :any, arm64_ventura: "90960d334e64a58b105cc7e5241da116c766a823790ce659c6d0e553ee4dfadf" + sha256 cellar: :any, sonoma: "49715eb7e962fe7c32a485ef2cf9b4dbeda3543c4481871f0d12889a7fc80b2f" + sha256 cellar: :any, ventura: "c2da1646e739225e364d4f5843d20e40da1d6e69a41e9eabbdfb6326f3d4ef7b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ee424dd6634f280ab1c96c7c0f7bb797a458976ceeeebf6e11daf21d494f0311" end depends_on "cmake" => [:build, :test] From a4f6f2187077d436d69324392d047d145ac99a88 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 27 Jun 2025 05:15:53 +0000 Subject: [PATCH 10057/10074] qt-mariadb: update 6.9.1 bottle. --- Formula/q/qt-mariadb.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qt-mariadb.rb b/Formula/q/qt-mariadb.rb index 136877fdcffa9..aa1a2e52a83ed 100644 --- a/Formula/q/qt-mariadb.rb +++ b/Formula/q/qt-mariadb.rb @@ -10,11 +10,11 @@ class QtMariadb < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "75e3067a257aafc396c73db5a337a1c33a7c30401da3accf5a2361e78b345a78" - sha256 cellar: :any, arm64_ventura: "7b9a4a684d172d026ef92946bbe16a9cbbe4ef77b4d10681c68989a08c4c12df" - sha256 cellar: :any, sonoma: "99a30beac48620120adbb08f0e50634c9a1358b8c3ca3635e297a0ca6d46d562" - sha256 cellar: :any, ventura: "a4516d2e23714635695a4d93d05af1d6dd989fabdcb11d7cfe38ad37bf44cd1d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0413ade80f19948761ab52f5090b9a0ab625609bc18eb8e0d9afdc503c80dbd9" + sha256 cellar: :any, arm64_sonoma: "9d2b4a0ba47ac448cb7bf9c99d341048da08df0da9c5d1df161a750a0bdc5d76" + sha256 cellar: :any, arm64_ventura: "084ed51a2d107e28a66f5abf6dd1c0909d8925a02438c18cb7cea6fd4ef631f8" + sha256 cellar: :any, sonoma: "aaecd880614826489c62ab537c38f82ca1488d054d3cb99b14b0b5304cc16108" + sha256 cellar: :any, ventura: "147098c86520fca94082fcddb8258c1752c9017ff54ada3f00c3d1dafbf185ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c92fc0a5981c3d1b36d0158709e2e89dc3531d43760edd205a14abb36a4c0480" end depends_on "cmake" => [:build, :test] From 85c897cc5045c4f4f327ca672686c68f275ba8e3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 27 Jun 2025 05:15:53 +0000 Subject: [PATCH 10058/10074] qt-mysql: update 6.9.1 bottle. --- Formula/q/qt-mysql.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qt-mysql.rb b/Formula/q/qt-mysql.rb index 3459971ff78c0..c92628d0a0889 100644 --- a/Formula/q/qt-mysql.rb +++ b/Formula/q/qt-mysql.rb @@ -10,11 +10,11 @@ class QtMysql < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "de4214b11bea15051888408a3e19201346a4e3b71f89c5e2c6853e2b44c7cf2e" - sha256 cellar: :any, arm64_ventura: "28d5d9fcbd15e57c87aafaf93ce91f8469715e177f9187a75e2831d2d063a6be" - sha256 cellar: :any, sonoma: "fcf03703da1faa4fce8e35a03318902a6cc5d3b25e1a7cd3be30e64106acb550" - sha256 cellar: :any, ventura: "8e729b4da73140862b5bac43a80d5d67e168da83cf5e5464d27299fffaa773cd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4950ce9952329631c482acbff625299c3174643551ae3303a8ecd0bb6aeeb63c" + sha256 cellar: :any, arm64_sonoma: "c0bda6c736ed9a707386fff45a7bb3eab946fc6ed2e672669c56a2ea42102e95" + sha256 cellar: :any, arm64_ventura: "8fe6f24a023ce1f28f999c6dbb082b44c1f45fa01b34ddc1f8a022c48d956324" + sha256 cellar: :any, sonoma: "05803e6d0d6528af94c92388066e9ef85fcf406a1e496a1210d0c7a6bfe873f0" + sha256 cellar: :any, ventura: "393cb803339073dfa80ca861ac58422ebf078292d5ef77b7ccec488f75d61207" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c53bb46672d11370e241b5016f95699e9cf536b79dbb96ae44b28ae9b57c41ec" end depends_on "cmake" => [:build, :test] From 11103f96481ee0191520d3135893d6a98dac7803 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 27 Jun 2025 05:15:53 +0000 Subject: [PATCH 10059/10074] qt-percona-server: update 6.9.1 bottle. --- Formula/q/qt-percona-server.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qt-percona-server.rb b/Formula/q/qt-percona-server.rb index f0f40d1398b84..c9cf6572e30d2 100644 --- a/Formula/q/qt-percona-server.rb +++ b/Formula/q/qt-percona-server.rb @@ -10,11 +10,11 @@ class QtPerconaServer < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "534a4ea601ef00f9b21e1d59e00950510183f9d797c6c2ad42f0795bb7eadf12" - sha256 cellar: :any, arm64_ventura: "dd6b700419445afe0ba3d9fca087b618640f8eada89a7fbc0aeb620d014d8f54" - sha256 cellar: :any, sonoma: "a4bcd4c4a9a993b963f0b7b7ccbff58e199d95137e2d41dbf13ef2db2358cb27" - sha256 cellar: :any, ventura: "ee80f7b0d7eddfef84dfc1a06f052d2da7e5cd1fde181582a9da2690c02faaf6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29be2fec6a4ce2d88fb83fd0623271d01370c22448378f91a679e1c5988c3410" + sha256 cellar: :any, arm64_sonoma: "e4161a8e9ba54e9f6d5c53582edfd0e8c1279d7ebe5d886942b1ca62064cbb35" + sha256 cellar: :any, arm64_ventura: "59cc5b51418fa1b3eddf67c0ec97d62cea5bc32ef14a80acd9483cafb1d262a2" + sha256 cellar: :any, sonoma: "06c0bf421d18585bcc62795ee42e2667f27063e34e9d53b192199b23d8580c3b" + sha256 cellar: :any, ventura: "fce02bc99e7fef8c9ad2c7b0ce7ee2b6711562e4a08592ab0da443393dc0d56a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c1b2eb8f3ccf7bf02c14ce5d4ac85613967b4e3a609e01925c87c566e7f9f52d" end depends_on "cmake" => [:build, :test] From cecdc13dc4c3afc1a60b4205431b20c5b59cf014 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 27 Jun 2025 05:15:53 +0000 Subject: [PATCH 10060/10074] qt-postgresql: update 6.9.1 bottle. --- Formula/q/qt-postgresql.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qt-postgresql.rb b/Formula/q/qt-postgresql.rb index affc4c7840345..f68818c40ab79 100644 --- a/Formula/q/qt-postgresql.rb +++ b/Formula/q/qt-postgresql.rb @@ -10,11 +10,11 @@ class QtPostgresql < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "b2b5248e5f9872d540b3864ea2eef265e9b1e46709734334cec94d32b7bbb77e" - sha256 cellar: :any, arm64_ventura: "cfd40bd2d36b50323ff75e579ab892f6c5fc14fba69726ef96a186c995b33f47" - sha256 cellar: :any, sonoma: "a211562ac2bd5de69cd99b5fc37b0470bf2e80af53f2b97cbc9765dd89644a8c" - sha256 cellar: :any, ventura: "39a4ac6b6e25edc41b4f25ff9b3d3ee967207214bf99c8e2f05a7be2205d8579" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dbba9de50eea8ea4c4c8e944e6ea4781b08b7f1fed97adbd4162a6223bca4d00" + sha256 cellar: :any, arm64_sonoma: "2e112c3707d036eaff2902ec5df4997e3b0d347ee1b1f27f8ecc5c4446398bdc" + sha256 cellar: :any, arm64_ventura: "627b2469ee5319737eb1de3174dc4df82a737fb9206d5fc28173e9bcf82e265b" + sha256 cellar: :any, sonoma: "44a123d02aeae23dd4159817e9dc24a535c076c6374907a196429963684494e8" + sha256 cellar: :any, ventura: "e7bdaf9f77476a2e3b897e4cf1c869cbc11424fd8776d6398fcdb60bef1992a9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5a0c6c1b71e1c8e104123bde4d4a559b73d138baf23ddf6e0aba160ebd266a7f" end depends_on "cmake" => [:build, :test] From fe6022381d37c9bf3d14cccaeda35c1e7a844689 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 27 Jun 2025 05:15:54 +0000 Subject: [PATCH 10061/10074] qt-unixodbc: update 6.9.1 bottle. --- Formula/q/qt-unixodbc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/q/qt-unixodbc.rb b/Formula/q/qt-unixodbc.rb index 363f5f6567224..819ab7b8d4cd4 100644 --- a/Formula/q/qt-unixodbc.rb +++ b/Formula/q/qt-unixodbc.rb @@ -10,11 +10,11 @@ class QtUnixodbc < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "e2d985fca29dcb857cb55b7089b7fea68d2dececb867008812e16cca2ca03240" - sha256 cellar: :any, arm64_ventura: "19780170d64a3158c29c59e3caa08bf5bf4c4b4dba329a1342f05ba931d5826a" - sha256 cellar: :any, sonoma: "c62e19715388e42f0cc24d5ec574f454ecb2d69f33b72cbd169fd5da2cbd34a8" - sha256 cellar: :any, ventura: "d865bddc930004939c525dd460763f134a28445b7216878e1647c2b3451e1b6c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf17c47c1144c25ba9429f382d3ab33394a011e5213c855e353481907879fbbf" + sha256 cellar: :any, arm64_sonoma: "008516acadded77ae23ec47e414b8e24272b7cc801b55b92a6ccafd6c79d16ae" + sha256 cellar: :any, arm64_ventura: "1d0bebc732a467039ccdaf09460fea2dbd3e9b33ef86f6a1eaafd7a446e6bab0" + sha256 cellar: :any, sonoma: "49504baad6787bbf4cc4f0f3a5ca4434031a391188477bcb77e9f7b1644e79a7" + sha256 cellar: :any, ventura: "43b22dcf309ae6caefd5d55d32e13ba7c76390d7957019abf6afa1c4a639509e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6faa277119ee47e8ac430a414c56a7d44d7e70e63497fcdce5eb471596688ecd" end depends_on "cmake" => [:build, :test] From 9f77da63b050f6c63c1fe990550aadea5cb28b8e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 05:16:25 +0000 Subject: [PATCH 10062/10074] phpunit 12.2.5 --- Formula/p/phpunit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 9ab6317fca05e..41725cdab1e48 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -1,8 +1,8 @@ class Phpunit < Formula desc "Programmer-oriented testing framework for PHP" homepage "https://phpunit.de" - url "https://phar.phpunit.de/phpunit-12.2.4.phar" - sha256 "a3ed58f26760892931a4cdf3862146e798086dbe465fdd5f04fc575812c9281e" + url "https://phar.phpunit.de/phpunit-12.2.5.phar" + sha256 "85a1a75ade0ba2b7b7fd4a1aa675523c85e0f85214dd32f409c48980321c2b45" license "BSD-3-Clause" livecheck do From 6d9ff98d1cffe1ea20ead3b2f9213496db1096af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 05:17:24 +0000 Subject: [PATCH 10063/10074] prettier 3.6.2 --- Formula/p/prettier.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/prettier.rb b/Formula/p/prettier.rb index 504bb65909c09..f57e752070f0c 100644 --- a/Formula/p/prettier.rb +++ b/Formula/p/prettier.rb @@ -1,8 +1,8 @@ class Prettier < Formula desc "Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML" homepage "https://prettier.io/" - url "https://registry.npmjs.org/prettier/-/prettier-3.6.1.tgz" - sha256 "0047d03b48293cc1c71f09c0e1043d198c75da4093c3aa4759b04ecde5728224" + url "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz" + sha256 "bc81ab83674f175a8601b7d013786f48ec2507dd4a5fcf3415831ff13a875bdf" license "MIT" head "https://github.com/prettier/prettier.git", branch: "main" From cc1a226eafeea86cda3b772e6bfb565ffd286646 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 05:27:57 +0000 Subject: [PATCH 10064/10074] marked: update 16.0.0 bottle. --- Formula/m/marked.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/marked.rb b/Formula/m/marked.rb index bdc62866bc48d..1091312490b8b 100644 --- a/Formula/m/marked.rb +++ b/Formula/m/marked.rb @@ -6,7 +6,7 @@ class Marked < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "86b56a540df11b8f2fdbd283a2971aaecd7ee489766e1b9b03856ec8f3772707" + sha256 cellar: :any_skip_relocation, all: "3f9eb67cdebc7d9ebdcaaed516a022063d64fc652ccceaad1564fd722fa2ebab" end depends_on "node" From b89a9dfb84d79ee50b95a87de060f53b08840ce7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 05:35:11 +0000 Subject: [PATCH 10065/10074] prettier: update 3.6.2 bottle. --- Formula/p/prettier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/prettier.rb b/Formula/p/prettier.rb index f57e752070f0c..3304039d2dcca 100644 --- a/Formula/p/prettier.rb +++ b/Formula/p/prettier.rb @@ -7,7 +7,7 @@ class Prettier < Formula head "https://github.com/prettier/prettier.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, all: "37e712f4d269a9977236aaad2f35aee275b1ab6cb105e3d2f8720f2279d8e802" + sha256 cellar: :any_skip_relocation, all: "2a7d562b5ef51fbc4126e9b8589bacbc05413f7e40f59c86244a08d117f48aed" end depends_on "node" From 4fda5e496ff49d1eb72f72d1979b10429abc70f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 05:35:27 +0000 Subject: [PATCH 10066/10074] phpunit: update 12.2.5 bottle. --- Formula/p/phpunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 41725cdab1e48..7251d70121f96 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -12,7 +12,7 @@ class Phpunit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "7677b69f70abcd8ce38659e07b648e8e08c5519086ecbbd76d72857e82f4fe7f" + sha256 cellar: :any_skip_relocation, all: "96179012b40e08cd3ed97725ca51f729337a31352d09a02affa8d63fe76d4fdb" end depends_on "php" => :test From cfcf737c23d181fc6c91515102433fd836fd1be3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 07:51:40 +0000 Subject: [PATCH 10067/10074] bkmr 4.26.0 --- Formula/b/bkmr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/bkmr.rb b/Formula/b/bkmr.rb index 4c9667432235a..d652ccd8d2640 100644 --- a/Formula/b/bkmr.rb +++ b/Formula/b/bkmr.rb @@ -1,8 +1,8 @@ class Bkmr < Formula desc "Unified CLI Tool for Bookmark, Snippet, and Knowledge Management" homepage "https://github.com/sysid/bkmr" - url "https://github.com/sysid/bkmr/archive/refs/tags/v4.25.1.tar.gz" - sha256 "329cb6e797e448e1f4f7e3545071d7db0a0fe68791982ae945787d0fc3d28c93" + url "https://github.com/sysid/bkmr/archive/refs/tags/v4.26.0.tar.gz" + sha256 "fa3877fd131abe124a0dc7c1037b2116cbb2b8488cf9b182fbe99fbe460cd84d" license "BSD-3-Clause" head "https://github.com/sysid/bkmr.git", branch: "main" From 27e2e6c17244f59ba4dbc33306477a3001a41f45 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 07:52:51 +0000 Subject: [PATCH 10068/10074] cdk8s 2.200.113 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 735acc22ae67e..b0fc41741e827 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.112.tgz" - sha256 "a6ca22b456f66a4dad4584a382a2fefc8ca93134d1efe91ea2caa44cd17b4e45" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.113.tgz" + sha256 "3843bfbb98a31ea53cb62c0eb2bff40279868a81004c4f7bc3b2af51c5d0c879" license "Apache-2.0" bottle do From 32e079ce7030f79d41ecd084c88f16504ff04a66 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 07:54:24 +0000 Subject: [PATCH 10069/10074] comrak 0.39.1 --- Formula/c/comrak.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/comrak.rb b/Formula/c/comrak.rb index 48a1e981dfb25..e9eebe6137e83 100644 --- a/Formula/c/comrak.rb +++ b/Formula/c/comrak.rb @@ -1,8 +1,8 @@ class Comrak < Formula desc "CommonMark + GFM compatible Markdown parser and renderer" homepage "https://github.com/kivikakk/comrak" - url "https://github.com/kivikakk/comrak/archive/refs/tags/v0.39.0.tar.gz" - sha256 "a8e1ca07ea266b4b5e1d568f1cb8ecabcb59fcdcd1517c0e1b49f07652d38df1" + url "https://github.com/kivikakk/comrak/archive/refs/tags/v0.39.1.tar.gz" + sha256 "53514dba5c0df9dc734825d5e8a29f0ff0b4c7d0edc9d521cdd8a5fc66285dae" license "BSD-2-Clause" head "https://github.com/kivikakk/comrak.git", branch: "main" From ac6a094ecdfe6da49ef68d2f8fe32be208dddcd6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 08:02:19 +0000 Subject: [PATCH 10070/10074] jackett 0.22.2064 --- Formula/j/jackett.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index 4c8db645f3a6d..b6d989ea4c76b 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -1,8 +1,8 @@ class Jackett < Formula desc "API Support for your favorite torrent trackers" homepage "https://github.com/Jackett/Jackett" - url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2056.tar.gz" - sha256 "d27510e4e58d09de048d6df145e3ee255a1ac056e4015d6ce0e720823fbd011b" + url "https://github.com/Jackett/Jackett/archive/refs/tags/v0.22.2064.tar.gz" + sha256 "91a4a2ca4f7cbfcac430f16c98b2bec6851bc30c4c12d18a5f40cba75d34e61c" license "GPL-2.0-only" head "https://github.com/Jackett/Jackett.git", branch: "master" From 28756f732b61d4bc8a3757273a6d77be9d699005 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 08:10:58 +0000 Subject: [PATCH 10071/10074] cdk8s: update 2.200.113 bottle. --- Formula/c/cdk8s.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index b0fc41741e827..e3e841ecae0f7 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -6,13 +6,13 @@ class Cdk8s < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" - sha256 cellar: :any_skip_relocation, sonoma: "e81e563b50d4635cceb26ff63ef52c0c55e9c587e40eb0778827804ad9975398" - sha256 cellar: :any_skip_relocation, ventura: "e81e563b50d4635cceb26ff63ef52c0c55e9c587e40eb0778827804ad9975398" - sha256 cellar: :any_skip_relocation, arm64_linux: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c58a87c6a54aa7389d54fcdb641b3aac46203b01eb96648f3f3e7d1425fd54fb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aeb2ec3b0e6401a8ed99ae5c019ee7a2286d6d57fa7a0596de705e14d575d171" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeb2ec3b0e6401a8ed99ae5c019ee7a2286d6d57fa7a0596de705e14d575d171" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aeb2ec3b0e6401a8ed99ae5c019ee7a2286d6d57fa7a0596de705e14d575d171" + sha256 cellar: :any_skip_relocation, sonoma: "8f30d91133a659423540a3daa2b69470668932d569313f1aa6a04a8376aee739" + sha256 cellar: :any_skip_relocation, ventura: "8f30d91133a659423540a3daa2b69470668932d569313f1aa6a04a8376aee739" + sha256 cellar: :any_skip_relocation, arm64_linux: "aeb2ec3b0e6401a8ed99ae5c019ee7a2286d6d57fa7a0596de705e14d575d171" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aeb2ec3b0e6401a8ed99ae5c019ee7a2286d6d57fa7a0596de705e14d575d171" end depends_on "node" From ddf8833b35c4c0b90e8fa929c4ef874be1237cd9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 08:12:33 +0000 Subject: [PATCH 10072/10074] comrak: update 0.39.1 bottle. --- Formula/c/comrak.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/comrak.rb b/Formula/c/comrak.rb index e9eebe6137e83..b8ac365a0db3f 100644 --- a/Formula/c/comrak.rb +++ b/Formula/c/comrak.rb @@ -7,13 +7,13 @@ class Comrak < Formula head "https://github.com/kivikakk/comrak.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "02b10a81368053fbcc0354c21e60cf306c29fce7ad486d3339ea7f3c38c51e2b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4def1ad6497988785f4a52dbbb400d7183ad8537c526e019766117d760aa6081" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b6564fa1366a6fe91a35676b6304ce23e6ce177c26ee7ee992606d0456e5be88" - sha256 cellar: :any_skip_relocation, sonoma: "f0c12a4e8ba4600c8011ad613d82d6d0dfca56ca94aa82a5748244b2f6f13f42" - sha256 cellar: :any_skip_relocation, ventura: "cd3376b45b4e38c8a89ab332afb3d0626f2abd798f263067cf423f4d59e867d3" - sha256 cellar: :any_skip_relocation, arm64_linux: "84ead406eb2f67fcc9c2b11be8129525d348362c898d019e2c83681c480811cc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7c21a99c0f9f13e2e13424a4a5d94cc18ccd448f8d3ec98b6b3c70b13a4fde44" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a9768c11566637f92072a6775f5ee49be07dc63d3aa436eea17980ddcc8b4d6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bae2d6bd75b7357a1f5fcb8e4340819008c6b1043c72923e67fd6faa9fcc0b0f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "418f2cb3b252ccfc7eafd1eb0a416f930b9e430782abc76fa4dedeeb7693b0c5" + sha256 cellar: :any_skip_relocation, sonoma: "f7e207cdd44294e91e2ed6e3459f515d33afecfa97952f9009f3693abdf958ef" + sha256 cellar: :any_skip_relocation, ventura: "cf5034ea11f6ce60090ac1b72bd2dee9eae97f001e74f2d8b408d0dfb5696a2e" + sha256 cellar: :any_skip_relocation, arm64_linux: "53cb649582def6f45fa1a013e7d242d5bac24bc16dc9d60735ed370183af3dc8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b3ad9962ea5a4ce0061b82c08ff924e2929638773be215da3df678c95d7cc72d" end depends_on "rust" => :build From 02d7ad46633bdbb7d17ade1761fa284d15cd961b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 08:13:17 +0000 Subject: [PATCH 10073/10074] bkmr: update 4.26.0 bottle. --- Formula/b/bkmr.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bkmr.rb b/Formula/b/bkmr.rb index d652ccd8d2640..f1b251724c833 100644 --- a/Formula/b/bkmr.rb +++ b/Formula/b/bkmr.rb @@ -7,13 +7,13 @@ class Bkmr < Formula head "https://github.com/sysid/bkmr.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1778e1fe94b041203e86798c1341ce38d9a74eab6a9447ab783330f62f800ad" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c866e567ecfc5452d8cebc4494ad0ddaca7d754545f706477c46ab95afd2e81c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c84da01f0b56a2b8afa0923d43631f2e5d6ad965357579272877b0a53a6d9ada" - sha256 cellar: :any_skip_relocation, sonoma: "fe0d73db2df7927f055c149b167ef803bce02515f65c3b2d8c824359ab4c8b16" - sha256 cellar: :any_skip_relocation, ventura: "a4c631580a023e44aa85e0613462a615efb799cf14887117697d3fe46a36367a" - sha256 cellar: :any_skip_relocation, arm64_linux: "06b472ffd80c417e66a40a0eb9c606b02ebeb868cc9706ae66ec5bcaa180158d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef55f6c724947ed133a613aebc598bc4c3727ac30d2cc7884366560315c4535b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "132533c9508f64e7902fa9bbb28f9ffbe248b635872f782a50df6daa109f3ebb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab54422770e5d1fb2b29483984b9ef67f651334dd818fab4b25548cb56d7d192" + sha256 cellar: :any_skip_relocation, arm64_ventura: "88c3b0240a82d7acd311b610ffd53d8e3adaf9745ff51cc111b296d4b8904d49" + sha256 cellar: :any_skip_relocation, sonoma: "bd3c7561f75b0844c9daa9950b9adb3af4c70d8042f557db23f2afeffec46940" + sha256 cellar: :any_skip_relocation, ventura: "0ebd3cef2208d6d7cc492ed310cf401e2fd2d78aa3bdab2492cffdce6d7b3f78" + sha256 cellar: :any_skip_relocation, arm64_linux: "69e2bdd1a79792d1486c95741ef0c283900798c76d0f60cabd524fa1f483b741" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a869e1451ef3345809cf6cd5633271fa48c458ad236317efccfa37d06d55bf13" end depends_on "rust" => :build From 135b116e91af26ba942132c8cabe761c4c5ea6f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Jun 2025 08:27:30 +0000 Subject: [PATCH 10074/10074] jackett: update 0.22.2064 bottle. --- Formula/j/jackett.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/jackett.rb b/Formula/j/jackett.rb index b6d989ea4c76b..3c70eca4a0633 100644 --- a/Formula/j/jackett.rb +++ b/Formula/j/jackett.rb @@ -7,12 +7,12 @@ class Jackett < Formula head "https://github.com/Jackett/Jackett.git", branch: "master" bottle do - sha256 cellar: :any, arm64_sequoia: "cbb5784263401d0e855f61c764f7c5db200b661b0947eff80b05bf491bb91b33" - sha256 cellar: :any, arm64_sonoma: "42896395d3a92445817f1c5fcb89314c6dd2fe007ef60a036e57a3019dd7681d" - sha256 cellar: :any, arm64_ventura: "ba599358bc676f4c7de3dcc26744eff372a7c805d54fff6c28e4533eb174ea61" - sha256 cellar: :any, ventura: "a2b6283c6ad6f78bb2e49322db00253d63f2e3329e116709693ae2fa41ffd1f0" - sha256 cellar: :any_skip_relocation, arm64_linux: "fb1cde74e59504a5d04e6694f3a71457440a24666cfa155d6704efb976e89e6d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6ef553a01ffc4d1d3d65bb6edb806c71ac61a49e8037692d2fc41a979e2895f5" + sha256 cellar: :any, arm64_sequoia: "05594b98d85c9e608b3b0a7b730346b37974fa6f05064e13c1673917f9fead0f" + sha256 cellar: :any, arm64_sonoma: "62602be633710613a746c805a71a5cf366936916c8c9564a56f9eb9686b589a1" + sha256 cellar: :any, arm64_ventura: "ddaed6577655fcab3a2d7297f4ce44f649e5e6383023b49f0fbf4912d04eba68" + sha256 cellar: :any, ventura: "045ef82670ef2125ecfd42adb266ebae061c9bfe7ba5ab985b616483567c1659" + sha256 cellar: :any_skip_relocation, arm64_linux: "6df25b23e70796b187e0bfb3ac6c90f8a6f7eed8ee3b41193cbd6b4d548a3b9f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d36ed6ce30e13cba9f220d329a49c6d701285a0d0963614a38fb2ef5be1ae67" end depends_on "dotnet@8"